YITH WooCommerce Wishlist - Version 2.2.8

Version Description

  • Released: Feb, 11 - 2019 =

  • New: added support to WooCommerce 3.5.4

  • Update: internal plugin framework

  • Fix: added explicit array casting on shortcode to avoid warning

  • Fix: don't add custom classes to body if wishlist page is not set

  • Fix: changed a wrong method in the enqueue style

  • Dev: add filter yith_wcwl_email_share_subject

Download this release

Release Info

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

Code changes from version 2.2.7 to 2.2.8

Files changed (72) hide show
  1. README.txt +16 -9
  2. includes/class.yith-wcwl-init.php +3 -3
  3. includes/class.yith-wcwl-shortcode.php +1 -1
  4. includes/class.yith-wcwl-ui.php +1 -1
  5. init.php +1 -1
  6. languages/yith-woocommerce-wishlist-da_DK.mo +0 -0
  7. languages/yith-woocommerce-wishlist-da_DK.po +36 -40
  8. languages/yith-woocommerce-wishlist-de_DE.mo +0 -0
  9. languages/yith-woocommerce-wishlist-de_DE.po +289 -285
  10. languages/yith-woocommerce-wishlist-es_AR.mo +0 -0
  11. languages/yith-woocommerce-wishlist-es_AR.po +289 -285
  12. languages/yith-woocommerce-wishlist-es_ES.mo +0 -0
  13. languages/yith-woocommerce-wishlist-es_ES.po +289 -284
  14. languages/yith-woocommerce-wishlist-es_MX.mo +0 -0
  15. languages/yith-woocommerce-wishlist-es_MX.po +289 -285
  16. languages/yith-woocommerce-wishlist-fa_IR.mo +0 -0
  17. languages/yith-woocommerce-wishlist-fa_IR.po +289 -284
  18. languages/yith-woocommerce-wishlist-fr_FR.mo +0 -0
  19. languages/yith-woocommerce-wishlist-fr_FR.po +289 -285
  20. languages/yith-woocommerce-wishlist-he_IL.mo +0 -0
  21. languages/yith-woocommerce-wishlist-he_IL.po +289 -285
  22. languages/yith-woocommerce-wishlist-hr_HR.mo +0 -0
  23. languages/yith-woocommerce-wishlist-hr_HR.po +289 -284
  24. languages/yith-woocommerce-wishlist-it_IT.mo +0 -0
  25. languages/yith-woocommerce-wishlist-it_IT.po +37 -27
  26. languages/yith-woocommerce-wishlist-ko_KR.mo +0 -0
  27. languages/yith-woocommerce-wishlist-ko_KR.po +289 -284
  28. languages/yith-woocommerce-wishlist-nl_NL.mo +0 -0
  29. languages/yith-woocommerce-wishlist-nl_NL.po +289 -284
  30. languages/yith-woocommerce-wishlist-pl_PL.mo +0 -0
  31. languages/yith-woocommerce-wishlist-pl_PL.po +289 -284
  32. languages/yith-woocommerce-wishlist-pt_BR.mo +0 -0
  33. languages/yith-woocommerce-wishlist-pt_BR.po +289 -285
  34. languages/yith-woocommerce-wishlist-pt_PT.mo +0 -0
  35. languages/yith-woocommerce-wishlist-pt_PT.po +289 -285
  36. languages/yith-woocommerce-wishlist-ru_RU.mo +0 -0
  37. languages/yith-woocommerce-wishlist-ru_RU.po +29 -39
  38. languages/yith-woocommerce-wishlist-sv_SE.mo +0 -0
  39. languages/yith-woocommerce-wishlist-sv_SE.po +35 -41
  40. languages/yith-woocommerce-wishlist-tr_TR.mo +0 -0
  41. languages/yith-woocommerce-wishlist-tr_TR.po +289 -285
  42. languages/yith-woocommerce-wishlist-uk_UA.mo +0 -0
  43. languages/yith-woocommerce-wishlist-uk_UA.po +287 -285
  44. languages/yith-woocommerce-wishlist-zh_CN.mo +0 -0
  45. languages/yith-woocommerce-wishlist-zh_CN.po +289 -283
  46. languages/yith-woocommerce-wishlist-zh_TW.mo +0 -0
  47. languages/yith-woocommerce-wishlist-zh_TW.po +289 -283
  48. languages/yith-woocommerce-wishlist.pot +3 -9
  49. plugin-fw/assets/css/yit-plugin-panel.css +4 -3
  50. plugin-fw/assets/js/multisite-updater.js +6 -2
  51. plugin-fw/assets/js/multisite-updater.min.js +4 -7
  52. plugin-fw/assets/js/yith-gutenberg.js +3 -1
  53. plugin-fw/assets/js/yith-gutenberg.min.js +6 -6
  54. plugin-fw/init.php +2 -2
  55. plugin-fw/languages/yith-plugin-fw-es_ES.mo +0 -0
  56. plugin-fw/languages/yith-plugin-fw-es_ES.po +269 -216
  57. plugin-fw/languages/yith-plugin-fw-it_IT.mo +0 -0
  58. plugin-fw/languages/yith-plugin-fw-it_IT.po +197 -94
  59. plugin-fw/languages/yith-plugin-fw.pot +174 -90
  60. plugin-fw/lib/promo/yith-promo.php +24 -3
  61. plugin-fw/lib/yit-icons.php +4 -2
  62. plugin-fw/lib/yit-plugin-panel.php +6 -9
  63. plugin-fw/lib/yit-upgrade.php +67 -42
  64. plugin-fw/lib/yith-dashboard.php +74 -0
  65. plugin-fw/lib/yith-gutenberg.php +332 -332
  66. plugin-fw/licence/assets/css/yit-licence.css +22 -2
  67. plugin-fw/licence/lib/yit-licence.php +37 -17
  68. plugin-fw/licence/lib/yit-plugin-licence.php +10 -8
  69. plugin-fw/licence/templates/panel/activation/activation-panel.php +9 -4
  70. plugin-fw/templates/fields/textarea-editor.php +2 -2
  71. plugin-fw/yit-functions.php +18 -6
  72. plugin-fw/yit-plugin.php +1 -0
README.txt CHANGED
@@ -4,7 +4,7 @@ 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: 5.0.0
7
- Stable tag: 2.2.7
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -109,6 +109,15 @@ you should ask theme developers to update custom templates and replace the old t
109
 
110
  == Changelog ==
111
 
 
 
 
 
 
 
 
 
 
112
  = 2.2.7 - Released: Dec, 21 - 2018 =
113
 
114
  * Fix: possible warning when Add to Wishlist shortcode is called with no params
@@ -503,13 +512,11 @@ Full documentation is available [here](http://yithemes.com/docs-plugins/yith-woo
503
 
504
  == Upgrade notice ==
505
 
506
- = 2.2.6 - Released: Dec, 21 - 2018 =
507
 
508
- * New: added support to WordPress 5.0
509
- * New: added support to WooCommerce 3.5.3
510
- * New: added Gutenberg blocks for plugin shortcodes
511
  * Update: internal plugin framework
512
- * Update: italian language
513
- * Fix: preventing sql error when hidden products list just contains 0 id
514
- * Fix: problem with sprintf on backend
515
- * Dev: added product param to yith_free_text filter
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: 5.0.0
7
+ Stable tag: 2.2.8
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
109
 
110
  == Changelog ==
111
 
112
+ = 2.2.8 - Released: Feb, 11 - 2019 =
113
+
114
+ * New: added support to WooCommerce 3.5.4
115
+ * Update: internal plugin framework
116
+ * Fix: added explicit array casting on shortcode to avoid warning
117
+ * Fix: don't add custom classes to body if wishlist page is not set
118
+ * Fix: changed a wrong method in the enqueue style
119
+ * Dev: add filter yith_wcwl_email_share_subject
120
+
121
  = 2.2.7 - Released: Dec, 21 - 2018 =
122
 
123
  * Fix: possible warning when Add to Wishlist shortcode is called with no params
512
 
513
  == Upgrade notice ==
514
 
515
+ = 2.2.8 - Released: Feb, 11 - 2019 =
516
 
517
+ * New: added support to WooCommerce 3.5.4
 
 
518
  * Update: internal plugin framework
519
+ * Fix: added explicit array casting on shortcode to avoid warning
520
+ * Fix: don't add custom classes to body if wishlist page is not set
521
+ * Fix: changed a wrong method in the enqueue style
522
+ * Dev: add filter yith_wcwl_email_share_subject
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.2.7';
53
 
54
  /**
55
  * Plugin database version
@@ -270,7 +270,7 @@ if ( ! class_exists( 'YITH_WCWL_Init' ) ) {
270
  public function add_body_class( $classes ) {
271
  $wishlist_page_id = yith_wcwl_object_id( get_option( 'yith_wcwl_wishlist_page_id' ) );
272
 
273
- if ( is_page( $wishlist_page_id ) ) {
274
  $classes[] = 'woocommerce-wishlist';
275
  $classes[] = 'woocommerce';
276
  $classes[] = 'woocommerce-page';
@@ -354,7 +354,7 @@ if ( ! class_exists( 'YITH_WCWL_Init' ) ) {
354
  wp_enqueue_style( 'woocommerce_prettyPhoto_css' );
355
  wp_enqueue_style( 'jquery-selectBox' );
356
 
357
- if ( ! wp_script_is( 'yith-wcwl-user-main', 'registered' ) ) {
358
  wp_enqueue_style( 'yith-wcwl-main' );
359
  }
360
  else {
49
  * @var string
50
  * @since 1.0.0
51
  */
52
+ public $version = '2.2.8';
53
 
54
  /**
55
  * Plugin database version
270
  public function add_body_class( $classes ) {
271
  $wishlist_page_id = yith_wcwl_object_id( get_option( 'yith_wcwl_wishlist_page_id' ) );
272
 
273
+ if ( ! empty( $wishlist_page_id ) && is_page( $wishlist_page_id ) ) {
274
  $classes[] = 'woocommerce-wishlist';
275
  $classes[] = 'woocommerce';
276
  $classes[] = 'woocommerce-page';
354
  wp_enqueue_style( 'woocommerce_prettyPhoto_css' );
355
  wp_enqueue_style( 'jquery-selectBox' );
356
 
357
+ if ( ! wp_style_is( 'yith-wcwl-user-main', 'registered' ) ) {
358
  wp_enqueue_style( 'yith-wcwl-main' );
359
  }
360
  else {
includes/class.yith-wcwl-shortcode.php CHANGED
@@ -510,7 +510,7 @@ if( ! class_exists( 'YITH_WCWL_Shortcode' ) ) {
510
  $additional_params = apply_filters( 'yith_wcwl_add_to_wishlist_params', $additional_params );
511
  $additional_params['template_part'] = isset( $additional_params['template_part'] ) ? $additional_params['template_part'] : $template_part;
512
 
513
- $atts = is_array( $atts ) ? array_filter( $atts ) : $atts;
514
 
515
  $atts = shortcode_atts(
516
  $additional_params,
510
  $additional_params = apply_filters( 'yith_wcwl_add_to_wishlist_params', $additional_params );
511
  $additional_params['template_part'] = isset( $additional_params['template_part'] ) ? $additional_params['template_part'] : $template_part;
512
 
513
+ $atts = is_array( $atts ) ? array_filter( $atts ) : (array) $atts;
514
 
515
  $atts = shortcode_atts(
516
  $additional_params,
includes/class.yith-wcwl-ui.php CHANGED
@@ -177,7 +177,7 @@ if( ! class_exists( 'YITH_WCWL_UI' ) ) {
177
  { $html .= '<li style="list-style-type: none; display: inline-block;"><a target="_blank" class="googleplus" href="https://plus.google.com/share?url=' . $url . '&amp;title=' . $title . '" title="' . $title . '" onclick=\'javascript:window.open(this.href, "", "menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600");return false;\'></a></li>'; }
178
 
179
  if( get_option( 'yith_wcwl_share_email' ) == 'yes' )
180
- { $html .= '<li style="list-style-type: none; display: inline-block;"><a class="email" href="mailto:?subject=I wanted you to see this site&amp;body= ' . $url . '&amp;title=' . __('email', 'yith-woocommerce-wishlist') . '" title="' . $title . '" ></a></li>'; }
181
 
182
  $html .= '</ul>';
183
  $html .= '</div>';
177
  { $html .= '<li style="list-style-type: none; display: inline-block;"><a target="_blank" class="googleplus" href="https://plus.google.com/share?url=' . $url . '&amp;title=' . $title . '" title="' . $title . '" onclick=\'javascript:window.open(this.href, "", "menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600");return false;\'></a></li>'; }
178
 
179
  if( get_option( 'yith_wcwl_share_email' ) == 'yes' )
180
+ { $html .= '<li style="list-style-type: none; display: inline-block;"><a class="email" href="mailto:?subject='.urlencode( apply_filters( 'yith_wcwl_email_share_subject', 'I wanted you to see this site' ) ).'&amp;body= ' . $url . '&amp;title=' . __('email', 'yith-woocommerce-wishlist') . '" title="' . $title . '" ></a></li>'; }
181
 
182
  $html .= '</ul>';
183
  $html .= '</div>';
init.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: YITH WooCommerce Wishlist
4
  * Plugin URI: https://yithemes.com/themes/plugins/yith-woocommerce-wishlist/
5
  * Description: <code><strong>YITH WooCommerce Wishlist</strong></code> gives your users the possibility to create, fill, manage and share their wishlists allowing you to analyze their interests and needs to improve your marketing strategies. <a href="https://yithemes.com/" target="_blank">Get more plugins for your e-commerce on <strong>YITH</strong></a>
6
- * Version: 2.2.7
7
  * Author: YITH
8
  * Author URI: https://yithemes.com/
9
  * Text Domain: yith-woocommerce-wishlist
3
  * Plugin Name: YITH WooCommerce Wishlist
4
  * Plugin URI: https://yithemes.com/themes/plugins/yith-woocommerce-wishlist/
5
  * Description: <code><strong>YITH WooCommerce Wishlist</strong></code> gives your users the possibility to create, fill, manage and share their wishlists allowing you to analyze their interests and needs to improve your marketing strategies. <a href="https://yithemes.com/" target="_blank">Get more plugins for your e-commerce on <strong>YITH</strong></a>
6
+ * Version: 2.2.8
7
  * Author: YITH
8
  * Author URI: https://yithemes.com/
9
  * Text Domain: yith-woocommerce-wishlist
languages/yith-woocommerce-wishlist-da_DK.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-da_DK.po CHANGED
@@ -2,15 +2,15 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WCWL\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
- "POT-Creation-Date: 2018-12-21 10:28:38+00:00\n"
6
- "PO-Revision-Date: 2018-10-04 14:50+0200\n"
7
  "Last-Translator: Morten Ruus <altombasketball@gmail.com>\n"
8
  "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
9
  "Language: da_DK\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 2.0.8\n"
14
  "X-Poedit-KeywordsList: __;_e;_x\n"
15
  "X-Poedit-Basepath: ..\n"
16
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
@@ -48,12 +48,10 @@ msgid ""
48
  msgstr ""
49
 
50
  #: includes/class.yith-wcwl-admin-init.php:1017
51
- msgctxt "[Part of]: Also, please read the plugin documentation"
52
  msgid "Also, please read the plugin"
53
  msgstr ""
54
 
55
  #: includes/class.yith-wcwl-admin-init.php:1018
56
- msgctxt "[Part Of]: Also, please read the plugin documentation"
57
  msgid "documentation"
58
  msgstr ""
59
 
@@ -97,6 +95,7 @@ msgstr ""
97
  #: includes/class.yith-wcwl-admin-init.php:1062
98
  #: includes/class.yith-wcwl-admin-init.php:1063
99
  #: includes/class.yith-wcwl-admin-init.php:1299
 
100
  msgid "My wishlist on %s"
101
  msgstr ""
102
 
@@ -351,6 +350,7 @@ msgid "It will be used by Pinterest."
351
  msgstr ""
352
 
353
  #: includes/class.yith-wcwl-admin-init.php:1327
 
354
  msgid ""
355
  "If you want to take advantage of this feature, you could consider to "
356
  "purchase the %s."
@@ -365,6 +365,7 @@ msgid "Enable slider in wishlist"
365
  msgstr ""
366
 
367
  #: includes/class.yith-wcwl-admin-init.php:1340
 
368
  msgid ""
369
  "Choose to enable product slider in wishlist page with linked products (<a "
370
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
@@ -448,6 +449,7 @@ msgid "Wishlist Activated"
448
  msgstr ""
449
 
450
  #: includes/class.yith-wcwl-admin-init.php:1551
 
451
  msgid ""
452
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
453
  "can access to all the settings of our plugins that you have activated. "
@@ -460,6 +462,7 @@ msgid "Wishlist Updated"
460
  msgstr "Ønskeliste opdateret."
461
 
462
  #: includes/class.yith-wcwl-admin-init.php:1563
 
463
  msgid ""
464
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
465
  "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
@@ -479,7 +482,6 @@ msgid "Product correctly added to cart"
479
  msgstr "Produkt korrekt tilføjet til indkøbsvognen"
480
 
481
  #: includes/class.yith-wcwl-install.php:244
482
- msgctxt "page_slug"
483
  msgid "wishlist"
484
  msgstr "ønskeliste"
485
 
@@ -534,13 +536,13 @@ msgstr "Ønskeliste"
534
  msgid "Wishlists"
535
  msgstr "Ønskeliste"
536
 
537
- #. Translators: %s Order number.
538
  #: includes/class.yith-wcwl-privacy.php:195
 
539
  msgid "Removed wishlist %s."
540
  msgstr ""
541
 
542
- #. Translators: %s Order number.
543
  #: includes/class.yith-wcwl-privacy.php:199
 
544
  msgid "Wishlist %s has been retained."
545
  msgstr ""
546
 
@@ -563,7 +565,6 @@ msgid "Title"
563
  msgstr "Titel felt"
564
 
565
  #: includes/class.yith-wcwl-privacy.php:231
566
- msgctxt "date wishlist was created"
567
  msgid "Created on"
568
  msgstr ""
569
 
@@ -589,14 +590,13 @@ msgstr "Offentlig"
589
 
590
  #: includes/class.yith-wcwl-shortcode.php:45
591
  #, fuzzy
592
- msgctxt "[gutenberg]: block name"
593
  msgid "YITH Add to Wishlist"
594
  msgstr "Ønskeliste"
595
 
596
  #: includes/class.yith-wcwl-shortcode.php:46
597
- msgctxt "[gutenberg]: block description"
598
  msgid "Shows Add to Wishlist button"
599
- msgstr ""
600
 
601
  #: includes/class.yith-wcwl-shortcode.php:51
602
  msgid ""
@@ -635,12 +635,10 @@ msgstr ""
635
 
636
  #: includes/class.yith-wcwl-shortcode.php:94
637
  #, fuzzy
638
- msgctxt "[gutenberg]: block name"
639
  msgid "YITH Wishlist"
640
  msgstr "Ønskeliste"
641
 
642
  #: includes/class.yith-wcwl-shortcode.php:95
643
- msgctxt "[gutenberg]: block description"
644
  msgid "Shows list of products in wishlist"
645
  msgstr ""
646
 
@@ -735,6 +733,7 @@ msgstr ""
735
 
736
  #: templates/admin/wishlist-panel-premium.php:185
737
  #: templates/admin/wishlist-panel-premium.php:383
 
738
  msgid ""
739
  "Upgrade to the %1$spremium version%2$s%3$sof %1$sYITH WooCommerce Wishlist"
740
  "%2$s to benefit from all features!"
@@ -742,6 +741,7 @@ msgstr ""
742
 
743
  #: templates/admin/wishlist-panel-premium.php:187
744
  #: templates/admin/wishlist-panel-premium.php:385
 
745
  msgid "%1$sUPGRADE%2$s%3$s to the premium version%2$s"
746
  msgstr ""
747
 
@@ -755,6 +755,7 @@ msgid "Multiple Wishlist"
755
  msgstr ""
756
 
757
  #: templates/admin/wishlist-panel-premium.php:203
 
758
  msgid ""
759
  "%1$sDoes it ever happened to you to have too many wishes for a single wish "
760
  "list?%2$s%3$s The possibility to manage one's wishes is a fundamental "
@@ -771,6 +772,7 @@ msgid "Wishlist Private"
771
  msgstr ""
772
 
773
  #: templates/admin/wishlist-panel-premium.php:214
 
774
  msgid ""
775
  "By enabling the option wishlist, users will also have the possibility to "
776
  "%1$smanage the visibility%2$s of their wish lists according to one of the "
@@ -778,16 +780,19 @@ msgid ""
778
  msgstr ""
779
 
780
  #: templates/admin/wishlist-panel-premium.php:216
 
781
  msgid "%1$spublic:%2$s all users can look for your wish list and see it;"
782
  msgstr ""
783
 
784
  #: templates/admin/wishlist-panel-premium.php:217
 
785
  msgid ""
786
  "%1$sshared:%2$s only users possessing a direct link to the wish list page "
787
  "can display it;"
788
  msgstr ""
789
 
790
  #: templates/admin/wishlist-panel-premium.php:218
 
791
  msgid "%1$sprivate:%2$s only the wish list creator can see it."
792
  msgstr ""
793
 
@@ -797,6 +802,7 @@ msgid "Estimate Cost"
797
  msgstr ""
798
 
799
  #: templates/admin/wishlist-panel-premium.php:236
 
800
  msgid ""
801
  "%1$sDo you want to add the possibility to ask for estimates of costs into "
802
  "your catalogue?%3$s Do you want to manage customised packets for faithful "
@@ -814,6 +820,7 @@ msgid "Admin Panel"
814
  msgstr ""
815
 
816
  #: templates/admin/wishlist-panel-premium.php:247
 
817
  msgid ""
818
  "Thanks to the useful Admin panel, accessible directly among the WooCommerce "
819
  "submenu pages, you will have total control on users' wishlists. In addition "
@@ -829,6 +836,7 @@ msgid "Search Wishlists"
829
  msgstr ""
830
 
831
  #: templates/admin/wishlist-panel-premium.php:264
 
832
  msgid ""
833
  "How many times have you been looking for the perfect gift for a important "
834
  "event but you had no idea of what to buy? %1$s'Search wishlists'%2$s allows "
@@ -842,6 +850,7 @@ msgid "'ADD TO CART' CHECKBOX"
842
  msgstr ""
843
 
844
  #: templates/admin/wishlist-panel-premium.php:275
 
845
  msgid ""
846
  "Your shop offers always a wide selection of products and wishlists of your "
847
  "users get more and more crowded everyday. Give them the possibility to "
@@ -862,6 +871,7 @@ msgid "DISABLE WISHLIST FOR UNLOGGED USERS"
862
  msgstr ""
863
 
864
  #: templates/admin/wishlist-panel-premium.php:292
 
865
  msgid ""
866
  "Favour users that have registered to your shop and disable plugin "
867
  "functionalities for all users that have not. By disabling this option, each "
@@ -874,6 +884,7 @@ msgid "MESSAGE TO UNLOGGED USERS"
874
  msgstr ""
875
 
876
  #: templates/admin/wishlist-panel-premium.php:303
 
877
  msgid ""
878
  "Invite users that are visiting your shop to login if they want to fully "
879
  "benefit from Wishlist functionalities. Show a %1$scustomised message%2$s and "
@@ -890,6 +901,7 @@ msgid "POPULAR TABLE"
890
  msgstr ""
891
 
892
  #: templates/admin/wishlist-panel-premium.php:320
 
893
  msgid ""
894
  "Some products draw customer's attention more than others and they do not "
895
  "hesitate to add products to their wishlist. Table %1$s'Popular'%2$s allows "
@@ -902,6 +914,7 @@ msgid "FUNCTIONALITIES IN ONE CLICK"
902
  msgstr ""
903
 
904
  #: templates/admin/wishlist-panel-premium.php:331
 
905
  msgid ""
906
  "Users have the possibility to search for a wishlist, create a new one or "
907
  "display those already created. Add these %1$sfunctionalities%2$s through the "
@@ -918,6 +931,7 @@ msgid "PROMOTIONAL EMAIL"
918
  msgstr ""
919
 
920
  #: templates/admin/wishlist-panel-premium.php:348
 
921
  msgid ""
922
  "If you want to give the right input to your users to persuade them to "
923
  "%1$spurchase the products%2$s they have in their wishlists, you need to use "
@@ -931,6 +945,7 @@ msgid "FROM A WISHLIST TO ANOTHER"
931
  msgstr ""
932
 
933
  #: templates/admin/wishlist-panel-premium.php:359
 
934
  msgid ""
935
  "Who said that a product has to remain forever in the same wishlist? With the "
936
  "option %1$s\"Show \"Move to another wishlist\" dropdown menu\"%2$s, with "
@@ -951,6 +966,7 @@ msgid "DATE OF ADDITION TO A WISHLIST"
951
  msgstr ""
952
 
953
  #: templates/admin/wishlist-panel-premium.php:376
 
954
  msgid ""
955
  "Activating the %1$s\"Show date of addition\"%2$s option, users can see the "
956
  "date in which they have added a particular product to their list: a new way "
@@ -1010,6 +1026,7 @@ msgid "In Stock"
1010
  msgstr "På lager"
1011
 
1012
  #: templates/wishlist-view.php:188
 
1013
  msgid "Added on : %s"
1014
  msgstr "Tilføjet den : %s"
1015
 
@@ -1033,35 +1050,14 @@ msgstr "Efterspørg estimat"
1033
  msgid "Your email"
1034
  msgstr ""
1035
 
1036
- #. Plugin Name of the plugin/theme
1037
- #, fuzzy
1038
- msgid "YITH WooCommerce Wishlist"
1039
- msgstr "Ønskeliste"
1040
-
1041
- #. Plugin URI of the plugin/theme
1042
- msgid "https://yithemes.com/themes/plugins/yith-woocommerce-wishlist/"
1043
- msgstr ""
1044
-
1045
- #. Description of the plugin/theme
1046
- msgid ""
1047
- "<code><strong>YITH WooCommerce Wishlist</strong></code> gives your users the "
1048
- "possibility to create, fill, manage and share their wishlists allowing you "
1049
- "to analyze their interests and needs to improve your marketing strategies. "
1050
- "<a href=\"https://yithemes.com/\" target=\"_blank\">Get more plugins for "
1051
- "your e-commerce on <strong>YITH</strong></a>"
1052
- msgstr ""
1053
-
1054
- #. Author of the plugin/theme
1055
- msgid "YITH"
1056
- msgstr ""
1057
-
1058
- #. Author URI of the plugin/theme
1059
- msgid "https://yithemes.com/"
1060
- msgstr ""
1061
-
1062
  #~ msgid "wishlist"
1063
  #~ msgstr "ønskeliste"
1064
 
 
 
 
 
1065
  #~ msgid "Select a date"
1066
  #~ msgstr "Vælg en dato"
1067
 
2
  msgstr ""
3
  "Project-Id-Version: YITH WCWL\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
+ "POT-Creation-Date: 2019-02-12 14:36+0100\n"
6
+ "PO-Revision-Date: 2019-02-12 14:36+0100\n"
7
  "Last-Translator: Morten Ruus <altombasketball@gmail.com>\n"
8
  "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
9
  "Language: da_DK\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 2.2\n"
14
  "X-Poedit-KeywordsList: __;_e;_x\n"
15
  "X-Poedit-Basepath: ..\n"
16
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
48
  msgstr ""
49
 
50
  #: includes/class.yith-wcwl-admin-init.php:1017
 
51
  msgid "Also, please read the plugin"
52
  msgstr ""
53
 
54
  #: includes/class.yith-wcwl-admin-init.php:1018
 
55
  msgid "documentation"
56
  msgstr ""
57
 
95
  #: includes/class.yith-wcwl-admin-init.php:1062
96
  #: includes/class.yith-wcwl-admin-init.php:1063
97
  #: includes/class.yith-wcwl-admin-init.php:1299
98
+ #, php-format
99
  msgid "My wishlist on %s"
100
  msgstr ""
101
 
350
  msgstr ""
351
 
352
  #: includes/class.yith-wcwl-admin-init.php:1327
353
+ #, php-format
354
  msgid ""
355
  "If you want to take advantage of this feature, you could consider to "
356
  "purchase the %s."
365
  msgstr ""
366
 
367
  #: includes/class.yith-wcwl-admin-init.php:1340
368
+ #, php-format
369
  msgid ""
370
  "Choose to enable product slider in wishlist page with linked products (<a "
371
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
449
  msgstr ""
450
 
451
  #: includes/class.yith-wcwl-admin-init.php:1551
452
+ #, php-format
453
  msgid ""
454
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
455
  "can access to all the settings of our plugins that you have activated. "
462
  msgstr "Ønskeliste opdateret."
463
 
464
  #: includes/class.yith-wcwl-admin-init.php:1563
465
+ #, php-format
466
  msgid ""
467
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
468
  "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
482
  msgstr "Produkt korrekt tilføjet til indkøbsvognen"
483
 
484
  #: includes/class.yith-wcwl-install.php:244
 
485
  msgid "wishlist"
486
  msgstr "ønskeliste"
487
 
536
  msgid "Wishlists"
537
  msgstr "Ønskeliste"
538
 
 
539
  #: includes/class.yith-wcwl-privacy.php:195
540
+ #, php-format
541
  msgid "Removed wishlist %s."
542
  msgstr ""
543
 
 
544
  #: includes/class.yith-wcwl-privacy.php:199
545
+ #, php-format
546
  msgid "Wishlist %s has been retained."
547
  msgstr ""
548
 
565
  msgstr "Titel felt"
566
 
567
  #: includes/class.yith-wcwl-privacy.php:231
 
568
  msgid "Created on"
569
  msgstr ""
570
 
590
 
591
  #: includes/class.yith-wcwl-shortcode.php:45
592
  #, fuzzy
 
593
  msgid "YITH Add to Wishlist"
594
  msgstr "Ønskeliste"
595
 
596
  #: includes/class.yith-wcwl-shortcode.php:46
597
+ #, fuzzy
598
  msgid "Shows Add to Wishlist button"
599
+ msgstr "Ønskeliste"
600
 
601
  #: includes/class.yith-wcwl-shortcode.php:51
602
  msgid ""
635
 
636
  #: includes/class.yith-wcwl-shortcode.php:94
637
  #, fuzzy
 
638
  msgid "YITH Wishlist"
639
  msgstr "Ønskeliste"
640
 
641
  #: includes/class.yith-wcwl-shortcode.php:95
 
642
  msgid "Shows list of products in wishlist"
643
  msgstr ""
644
 
733
 
734
  #: templates/admin/wishlist-panel-premium.php:185
735
  #: templates/admin/wishlist-panel-premium.php:383
736
+ #, php-format
737
  msgid ""
738
  "Upgrade to the %1$spremium version%2$s%3$sof %1$sYITH WooCommerce Wishlist"
739
  "%2$s to benefit from all features!"
741
 
742
  #: templates/admin/wishlist-panel-premium.php:187
743
  #: templates/admin/wishlist-panel-premium.php:385
744
+ #, php-format
745
  msgid "%1$sUPGRADE%2$s%3$s to the premium version%2$s"
746
  msgstr ""
747
 
755
  msgstr ""
756
 
757
  #: templates/admin/wishlist-panel-premium.php:203
758
+ #, php-format
759
  msgid ""
760
  "%1$sDoes it ever happened to you to have too many wishes for a single wish "
761
  "list?%2$s%3$s The possibility to manage one's wishes is a fundamental "
772
  msgstr ""
773
 
774
  #: templates/admin/wishlist-panel-premium.php:214
775
+ #, php-format
776
  msgid ""
777
  "By enabling the option wishlist, users will also have the possibility to "
778
  "%1$smanage the visibility%2$s of their wish lists according to one of the "
780
  msgstr ""
781
 
782
  #: templates/admin/wishlist-panel-premium.php:216
783
+ #, php-format
784
  msgid "%1$spublic:%2$s all users can look for your wish list and see it;"
785
  msgstr ""
786
 
787
  #: templates/admin/wishlist-panel-premium.php:217
788
+ #, php-format
789
  msgid ""
790
  "%1$sshared:%2$s only users possessing a direct link to the wish list page "
791
  "can display it;"
792
  msgstr ""
793
 
794
  #: templates/admin/wishlist-panel-premium.php:218
795
+ #, php-format
796
  msgid "%1$sprivate:%2$s only the wish list creator can see it."
797
  msgstr ""
798
 
802
  msgstr ""
803
 
804
  #: templates/admin/wishlist-panel-premium.php:236
805
+ #, php-format
806
  msgid ""
807
  "%1$sDo you want to add the possibility to ask for estimates of costs into "
808
  "your catalogue?%3$s Do you want to manage customised packets for faithful "
820
  msgstr ""
821
 
822
  #: templates/admin/wishlist-panel-premium.php:247
823
+ #, php-format
824
  msgid ""
825
  "Thanks to the useful Admin panel, accessible directly among the WooCommerce "
826
  "submenu pages, you will have total control on users' wishlists. In addition "
836
  msgstr ""
837
 
838
  #: templates/admin/wishlist-panel-premium.php:264
839
+ #, php-format
840
  msgid ""
841
  "How many times have you been looking for the perfect gift for a important "
842
  "event but you had no idea of what to buy? %1$s'Search wishlists'%2$s allows "
850
  msgstr ""
851
 
852
  #: templates/admin/wishlist-panel-premium.php:275
853
+ #, php-format
854
  msgid ""
855
  "Your shop offers always a wide selection of products and wishlists of your "
856
  "users get more and more crowded everyday. Give them the possibility to "
871
  msgstr ""
872
 
873
  #: templates/admin/wishlist-panel-premium.php:292
874
+ #, php-format
875
  msgid ""
876
  "Favour users that have registered to your shop and disable plugin "
877
  "functionalities for all users that have not. By disabling this option, each "
884
  msgstr ""
885
 
886
  #: templates/admin/wishlist-panel-premium.php:303
887
+ #, php-format
888
  msgid ""
889
  "Invite users that are visiting your shop to login if they want to fully "
890
  "benefit from Wishlist functionalities. Show a %1$scustomised message%2$s and "
901
  msgstr ""
902
 
903
  #: templates/admin/wishlist-panel-premium.php:320
904
+ #, php-format
905
  msgid ""
906
  "Some products draw customer's attention more than others and they do not "
907
  "hesitate to add products to their wishlist. Table %1$s'Popular'%2$s allows "
914
  msgstr ""
915
 
916
  #: templates/admin/wishlist-panel-premium.php:331
917
+ #, php-format
918
  msgid ""
919
  "Users have the possibility to search for a wishlist, create a new one or "
920
  "display those already created. Add these %1$sfunctionalities%2$s through the "
931
  msgstr ""
932
 
933
  #: templates/admin/wishlist-panel-premium.php:348
934
+ #, php-format
935
  msgid ""
936
  "If you want to give the right input to your users to persuade them to "
937
  "%1$spurchase the products%2$s they have in their wishlists, you need to use "
945
  msgstr ""
946
 
947
  #: templates/admin/wishlist-panel-premium.php:359
948
+ #, php-format
949
  msgid ""
950
  "Who said that a product has to remain forever in the same wishlist? With the "
951
  "option %1$s\"Show \"Move to another wishlist\" dropdown menu\"%2$s, with "
966
  msgstr ""
967
 
968
  #: templates/admin/wishlist-panel-premium.php:376
969
+ #, php-format
970
  msgid ""
971
  "Activating the %1$s\"Show date of addition\"%2$s option, users can see the "
972
  "date in which they have added a particular product to their list: a new way "
1026
  msgstr "På lager"
1027
 
1028
  #: templates/wishlist-view.php:188
1029
+ #, php-format
1030
  msgid "Added on : %s"
1031
  msgstr "Tilføjet den : %s"
1032
 
1050
  msgid "Your email"
1051
  msgstr ""
1052
 
1053
+ #~ msgctxt "page_slug"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1054
  #~ msgid "wishlist"
1055
  #~ msgstr "ønskeliste"
1056
 
1057
+ #, fuzzy
1058
+ #~ msgid "YITH WooCommerce Wishlist"
1059
+ #~ msgstr "Ønskeliste"
1060
+
1061
  #~ msgid "Select a date"
1062
  #~ msgstr "Vælg en dato"
1063
 
languages/yith-woocommerce-wishlist-de_DE.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-de_DE.po CHANGED
@@ -2,15 +2,15 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
- "POT-Creation-Date: 2018-12-21 10:28:38+00:00\n"
6
- "PO-Revision-Date: 2018-10-04 14:50+0200\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
9
  "Language: de_DE\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 2.0.8\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"
@@ -20,70 +20,70 @@ msgstr ""
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:1484
25
- #: includes/class.yith-wcwl-admin-init.php:1485
26
- #: includes/class.yith-wcwl-install.php:245
27
  msgid "Wishlist"
28
  msgstr "Wunschliste"
29
 
30
- #: includes/class.yith-wcwl-admin-init.php:161
31
  msgid "Settings"
32
  msgstr "Einstellungen"
33
 
34
- #: includes/class.yith-wcwl-admin-init.php:162
35
- #: includes/class.yith-wcwl-admin-init.php:243
36
  msgid "Colors"
37
  msgstr "Farben"
38
 
39
- #: includes/class.yith-wcwl-admin-init.php:163
40
  msgid "Premium Version"
41
  msgstr "Premium Version"
42
 
43
- #: includes/class.yith-wcwl-admin-init.php:1015
44
  msgid "Enable all plugin features"
45
  msgstr ""
46
 
47
- #: includes/class.yith-wcwl-admin-init.php:1016
48
  msgid ""
49
  "Be sure to select at least one option in the Wishlist page menu in this "
50
  "settings page"
51
  msgstr ""
52
 
53
- #: includes/class.yith-wcwl-admin-init.php:1017
54
  msgctxt "[Part of]: Also, please read the plugin documentation"
55
  msgid "Also, please read the plugin"
56
  msgstr ""
57
 
58
- #: includes/class.yith-wcwl-admin-init.php:1018
59
  #, fuzzy
60
  msgctxt "[Part Of]: Also, please read the plugin documentation"
61
  msgid "documentation"
62
  msgstr "Plugin Dokumentation"
63
 
64
- #: includes/class.yith-wcwl-admin-init.php:1024
65
  msgid "Upgrade to the PREMIUM VERSION"
66
  msgstr ""
67
  "Hier die <a href=\"https://goo.gl/wxbNyw\" target=\"_blank\">PREMIUM "
68
  "VERSION</a> kaufen."
69
 
70
- #: includes/class.yith-wcwl-admin-init.php:1028
71
  msgid "Discover the Advanced Features"
72
  msgstr "Erweiterte Funktionen ansehen"
73
 
74
- #: includes/class.yith-wcwl-admin-init.php:1029
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:1035
81
  msgid "Get Support and Pro Features"
82
  msgstr ""
83
  "<a href=\"https://goo.gl/wxbNyw\" target=\"_blank\">Support und Premium "
84
  "Features bekommen</a>"
85
 
86
- #: includes/class.yith-wcwl-admin-init.php:1036
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 "
@@ -94,37 +94,38 @@ msgstr ""
94
  "Jahr freie Updates. Außerdem gibt's 24h Support auf unserer Webseite -> <a "
95
  "href=\"https://goo.gl/wxbNyw\" target=\"_blank\">Premium Version</a>"
96
 
97
- #: includes/class.yith-wcwl-admin-init.php:1046
98
  msgid "General Settings"
99
  msgstr "Allgemeine Einstellungen"
100
 
101
- #: includes/class.yith-wcwl-admin-init.php:1053
102
  msgid "Enable YITH Wishlist"
103
  msgstr "YITH Wunschlisten Plugin aktivieren"
104
 
105
- #: includes/class.yith-wcwl-admin-init.php:1060
106
  msgid "Default wishlist title"
107
  msgstr "Standard Wunschlisten Titel"
108
 
109
- #: includes/class.yith-wcwl-admin-init.php:1062
110
- #: includes/class.yith-wcwl-admin-init.php:1063
111
- #: includes/class.yith-wcwl-admin-init.php:1299
 
112
  msgid "My wishlist on %s"
113
  msgstr "Meine Wunschliste bei %s"
114
 
115
- #: includes/class.yith-wcwl-admin-init.php:1068
116
  msgid "Wishlist Page"
117
  msgstr "Wunschlisten Seite"
118
 
119
- #: includes/class.yith-wcwl-admin-init.php:1069
120
  msgid "Page contents: [yith_wcwl_wishlist]"
121
  msgstr "Seiteninhalt: [yith_wcwl_wishlist]"
122
 
123
- #: includes/class.yith-wcwl-admin-init.php:1078
124
  msgid "Position"
125
  msgstr "Position"
126
 
127
- #: includes/class.yith-wcwl-admin-init.php:1079
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]."
@@ -132,27 +133,27 @@ msgstr ""
132
  "Du kannst den Button bei Variablen Produkten nur nach dem \"In den Warenkorb"
133
  "\" Button hinzufügen oder du nutzt den Shortcode [yith_wcwl_add_to_wishlist]."
134
 
135
- #: includes/class.yith-wcwl-admin-init.php:1085
136
  msgid "After \"Add to cart\""
137
  msgstr "Nach \"in den Warenkorb\""
138
 
139
- #: includes/class.yith-wcwl-admin-init.php:1086
140
  msgid "After thumbnails"
141
  msgstr "Nach dem Vorschaubild"
142
 
143
- #: includes/class.yith-wcwl-admin-init.php:1087
144
  msgid "After summary"
145
  msgstr "Nach der Zusammenfassung"
146
 
147
- #: includes/class.yith-wcwl-admin-init.php:1088
148
  msgid "Use shortcode"
149
  msgstr "Benutze Shortcodes"
150
 
151
- #: includes/class.yith-wcwl-admin-init.php:1093
152
  msgid "Redirect to cart"
153
  msgstr "Zum Warenkorb weiterleiten"
154
 
155
- #: includes/class.yith-wcwl-admin-init.php:1094
156
  msgid ""
157
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
158
  "page."
@@ -160,199 +161,199 @@ msgstr ""
160
  "Zum Warenkorb weiterleiten wenn der Button \"Hinzufügen zum Warenkorb\" "
161
  "geklickt wird"
162
 
163
- #: includes/class.yith-wcwl-admin-init.php:1100
164
  msgid "Remove if added to the cart"
165
  msgstr "Entfernen wenn zum Warenkorb hinzugefügt"
166
 
167
- #: includes/class.yith-wcwl-admin-init.php:1101
168
  msgid "Remove the product from the wishlist if it has been added to the cart."
169
  msgstr "Von der Wunschliste entfernen wenn zum Warenkorb hinzugefügt."
170
 
171
- #: includes/class.yith-wcwl-admin-init.php:1107
172
  msgid "\"Add to Wishlist\" text"
173
  msgstr "Zur Wunschliste hinzufügen Text"
174
 
175
- #: includes/class.yith-wcwl-admin-init.php:1109
176
  msgid "Add to Wishlist"
177
  msgstr "Auf die Wunschliste"
178
 
179
- #: includes/class.yith-wcwl-admin-init.php:1114
180
  msgid "\"Browse wishlist\" text"
181
  msgstr "\"Wunschliste durchsuchen\" Text"
182
 
183
- #: includes/class.yith-wcwl-admin-init.php:1116
184
- #: includes/class.yith-wcwl-ui.php:82 includes/class.yith-wcwl-ui.php:83
185
  msgid "Browse Wishlist"
186
  msgstr "Wunschliste durchstöbern"
187
 
188
- #: includes/class.yith-wcwl-admin-init.php:1121
189
  msgid "\"Product already in wishlist\" text"
190
  msgstr "Artikel ist bereits auf der Wunschliste Text"
191
 
192
- #: includes/class.yith-wcwl-admin-init.php:1123
193
- #: includes/class.yith-wcwl-ui.php:83
194
  msgid "The product is already in the wishlist!"
195
  msgstr "Der Artikel ist bereits auf einer Wunschliste"
196
 
197
- #: includes/class.yith-wcwl-admin-init.php:1128
198
  msgid "\"Product added\" text"
199
  msgstr "Artikel hinzugefügt Text"
200
 
201
- #: includes/class.yith-wcwl-admin-init.php:1130
202
- #: includes/class.yith-wcwl-ui.php:82
203
  msgid "Product added!"
204
  msgstr "Artikel hinzugefügt!"
205
 
206
- #: includes/class.yith-wcwl-admin-init.php:1135
207
  msgid "\"Add to Cart\" text"
208
  msgstr "In den Warenkorb Text"
209
 
210
- #: includes/class.yith-wcwl-admin-init.php:1137
211
  msgid "Add to Cart"
212
  msgstr "In den Warenkorb"
213
 
214
- #: includes/class.yith-wcwl-admin-init.php:1142
215
  msgid "Show Unit price"
216
  msgstr "Zeige Artikel Preis"
217
 
218
- #: includes/class.yith-wcwl-admin-init.php:1143
219
  msgid "Show unit price for each product in wishlist"
220
  msgstr "Zeige Artikel Preis für jedes Produkt"
221
 
222
- #: includes/class.yith-wcwl-admin-init.php:1150
223
  msgid "Show \"Add to Cart\" button"
224
  msgstr "Zeige \"Zum Warenkorb hinzufügen\" Button"
225
 
226
- #: includes/class.yith-wcwl-admin-init.php:1151
227
  msgid "Show \"Add to Cart\" button for each product in wishlist"
228
  msgstr "Zeige \"Zum, Warenkorb hinzufügen\" Button bei jedem Artikel"
229
 
230
- #: includes/class.yith-wcwl-admin-init.php:1158
231
  msgid "Show Stock status"
232
  msgstr "Zeige Lagerstatus"
233
 
234
- #: includes/class.yith-wcwl-admin-init.php:1159
235
  msgid ""
236
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
237
  msgstr "Zeige den Lagerstatus für jeden Artikel"
238
 
239
- #: includes/class.yith-wcwl-admin-init.php:1166
240
  msgid "Show Date of addition"
241
  msgstr "Zeige Datum des hinzufügens"
242
 
243
- #: includes/class.yith-wcwl-admin-init.php:1167
244
  msgid "Show the date when users have added a product to the wishlist"
245
  msgstr "Zeige Datum wann der Kunde den Artikel hinzugefügt hat"
246
 
247
- #: includes/class.yith-wcwl-admin-init.php:1174
248
  msgid "Add second remove button"
249
  msgstr "Einen zweiten \"Entfernen\" Button"
250
 
251
- #: includes/class.yith-wcwl-admin-init.php:1175
252
  msgid "Add a second remove button in the last column, with extended label"
253
  msgstr "Zweiter \"entfernen\" Button in der letzten Spalte"
254
 
255
- #: includes/class.yith-wcwl-admin-init.php:1190
256
  msgid "Styles"
257
  msgstr "Stile"
258
 
259
- #: includes/class.yith-wcwl-admin-init.php:1197
260
  msgid "Use buttons"
261
  msgstr "Benutze Buttons"
262
 
263
- #: includes/class.yith-wcwl-admin-init.php:1198
264
  msgid "Use buttons instead of simple anchors."
265
  msgstr "Benutze Buttons anstelle von Text Links."
266
 
267
- #: includes/class.yith-wcwl-admin-init.php:1204
268
  msgid "Custom CSS"
269
  msgstr "Benutzerdefiniertes CSS"
270
 
271
- #: includes/class.yith-wcwl-admin-init.php:1211
272
  msgid "Use theme style"
273
  msgstr "Nutze das Theme Styling"
274
 
275
- #: includes/class.yith-wcwl-admin-init.php:1212
276
  msgid "Use the theme style."
277
  msgstr "Nutze das Theme Styling."
278
 
279
- #: includes/class.yith-wcwl-admin-init.php:1218
280
  msgid "Rounded buttons"
281
  msgstr "Abgerundete Buttons"
282
 
283
- #: includes/class.yith-wcwl-admin-init.php:1219
284
  msgid "Make button corners rounded"
285
  msgstr "Nutze runde Button Ecken."
286
 
287
- #: includes/class.yith-wcwl-admin-init.php:1225
288
  msgid "\"Add to Wishlist\" icon"
289
  msgstr "Zur Wunschliste hinzufügen Symbol"
290
 
291
- #: includes/class.yith-wcwl-admin-init.php:1226
292
  msgid "Add an icon to the \"Add to Wishlist\" button"
293
  msgstr "Symbol für \"Auf die Wunschliste\" Button"
294
 
295
- #: includes/class.yith-wcwl-admin-init.php:1236
296
  msgid "\"Add to Cart\" icon"
297
  msgstr "In den Warenkorb Symbol"
298
 
299
- #: includes/class.yith-wcwl-admin-init.php:1237
300
  msgid "Add an icon to the \"Add to Cart\" button"
301
  msgstr "Symbol für \"in den Warenkorb\" Button"
302
 
303
- #: includes/class.yith-wcwl-admin-init.php:1255
304
  msgid "Social Networks & Share"
305
  msgstr "Social Netzwerke und Teilen"
306
 
307
- #: includes/class.yith-wcwl-admin-init.php:1262
308
  msgid "Share on Facebook"
309
  msgstr "Auf Facebook teilen"
310
 
311
- #: includes/class.yith-wcwl-admin-init.php:1263
312
  msgid "Show \"Share on Facebook\" button"
313
  msgstr "Zeige \"Auf Facebook teilen\" Button"
314
 
315
- #: includes/class.yith-wcwl-admin-init.php:1269
316
  msgid "Tweet on Twitter"
317
  msgstr "Auf Twitter teilen"
318
 
319
- #: includes/class.yith-wcwl-admin-init.php:1270
320
  msgid "Show \"Tweet on Twitter\" button"
321
  msgstr "Zeige \"Auf Twitter teilen\" Button"
322
 
323
- #: includes/class.yith-wcwl-admin-init.php:1276
324
  msgid "Pin on Pinterest"
325
  msgstr "Auf Pinterest teilen"
326
 
327
- #: includes/class.yith-wcwl-admin-init.php:1277
328
  msgid "Show \"Pin on Pinterest\" button"
329
  msgstr "Zeige \"Auf Pinterest teilen\" Button"
330
 
331
- #: includes/class.yith-wcwl-admin-init.php:1283
332
  msgid "Share on Google+"
333
  msgstr "Auf Google+ teilen"
334
 
335
- #: includes/class.yith-wcwl-admin-init.php:1284
336
  msgid "Show \"Share on Google+\" button"
337
  msgstr "Zeige \"Auf Google+ teilen\" Button"
338
 
339
- #: includes/class.yith-wcwl-admin-init.php:1290
340
  msgid "Share by Email"
341
  msgstr "Per E-Mail teilen"
342
 
343
- #: includes/class.yith-wcwl-admin-init.php:1291
344
  msgid "Show \"Share by Email\" button"
345
  msgstr "Zeige \"Per E-Mail teilen\" Button"
346
 
347
- #: includes/class.yith-wcwl-admin-init.php:1297
348
  msgid "Social title"
349
  msgstr "Social Titel"
350
 
351
- #: includes/class.yith-wcwl-admin-init.php:1304
352
  msgid "Social text"
353
  msgstr "Social Text"
354
 
355
- #: includes/class.yith-wcwl-admin-init.php:1305
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."
@@ -360,15 +361,16 @@ msgstr ""
360
  "Wird von Pinterest und Twitter genutzt. Benutze <strong>%wishlist_url%</"
361
  "strong> um die URL der Wunschliste anzuzeigen."
362
 
363
- #: includes/class.yith-wcwl-admin-init.php:1312
364
  msgid "Social image URL"
365
  msgstr "Social Bild URL"
366
 
367
- #: includes/class.yith-wcwl-admin-init.php:1313
368
  msgid "It will be used by Pinterest."
369
  msgstr "Wird von Pinterest genutzt."
370
 
371
- #: includes/class.yith-wcwl-admin-init.php:1327
 
372
  msgid ""
373
  "If you want to take advantage of this feature, you could consider to "
374
  "purchase the %s."
@@ -377,15 +379,16 @@ msgstr ""
377
  "<a href=https://goo.gl/iHq6lS\" target=\"_blank\">Frequently Bought "
378
  "together</a>. %s"
379
 
380
- #: includes/class.yith-wcwl-admin-init.php:1332
381
  msgid "YITH WooCommerce Frequently Bought Together Integration"
382
  msgstr "YITH WooCommerce Frequently Bought Together integration"
383
 
384
- #: includes/class.yith-wcwl-admin-init.php:1339
385
  msgid "Enable slider in wishlist"
386
  msgstr "Slider in Wunschliste aktivieren"
387
 
388
- #: includes/class.yith-wcwl-admin-init.php:1340
 
389
  msgid ""
390
  "Choose to enable product slider in wishlist page with linked products (<a "
391
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
@@ -393,84 +396,85 @@ msgstr ""
393
  "Auswählen um einen Artikel Slider in der Wunschliste zu aktivieren. (<a href="
394
  "\"%s\" class=\"thickbox\">Beispiel</a>). %s"
395
 
396
- #: includes/class.yith-wcwl-admin-init.php:1376
397
  msgid "\"Add to wishlist\" button"
398
  msgstr "Zur Wunschliste hinzufügen Button"
399
 
400
- #: includes/class.yith-wcwl-admin-init.php:1379
401
- #: includes/class.yith-wcwl-admin-init.php:1397
402
- #: includes/class.yith-wcwl-admin-init.php:1415
403
- #: includes/class.yith-wcwl-admin-init.php:1433
404
- #: includes/class.yith-wcwl-admin-init.php:1451
405
  msgid "Background"
406
  msgstr "Hintergrund"
407
 
408
- #: includes/class.yith-wcwl-admin-init.php:1380
409
- #: includes/class.yith-wcwl-admin-init.php:1398
410
- #: includes/class.yith-wcwl-admin-init.php:1416
411
- #: includes/class.yith-wcwl-admin-init.php:1434
412
- #: includes/class.yith-wcwl-admin-init.php:1452
413
  msgid "Text"
414
  msgstr "Text"
415
 
416
- #: includes/class.yith-wcwl-admin-init.php:1381
417
- #: includes/class.yith-wcwl-admin-init.php:1399
418
- #: includes/class.yith-wcwl-admin-init.php:1417
419
- #: includes/class.yith-wcwl-admin-init.php:1435
420
- #: includes/class.yith-wcwl-admin-init.php:1453
421
  msgid "Border"
422
  msgstr "Rand"
423
 
424
- #: includes/class.yith-wcwl-admin-init.php:1388
425
- #: includes/class.yith-wcwl-admin-init.php:1406
426
- #: includes/class.yith-wcwl-admin-init.php:1424
427
- #: includes/class.yith-wcwl-admin-init.php:1442
428
  msgid "Background (hover)"
429
  msgstr "Hintergrund (Hover)"
430
 
431
- #: includes/class.yith-wcwl-admin-init.php:1389
432
- #: includes/class.yith-wcwl-admin-init.php:1407
433
- #: includes/class.yith-wcwl-admin-init.php:1425
434
- #: includes/class.yith-wcwl-admin-init.php:1443
435
  msgid "Text (hover)"
436
  msgstr "Text (hover)"
437
 
438
- #: includes/class.yith-wcwl-admin-init.php:1390
439
- #: includes/class.yith-wcwl-admin-init.php:1408
440
- #: includes/class.yith-wcwl-admin-init.php:1426
441
- #: includes/class.yith-wcwl-admin-init.php:1444
442
  msgid "Border (hover)"
443
  msgstr "Rand (Hover)"
444
 
445
- #: includes/class.yith-wcwl-admin-init.php:1394
446
  msgid "\"Add to Cart\" button"
447
  msgstr "In den Warenkorb Button"
448
 
449
- #: includes/class.yith-wcwl-admin-init.php:1412
450
  msgid "\"Style 1\" button"
451
  msgstr "Stil 1 Button"
452
 
453
- #: includes/class.yith-wcwl-admin-init.php:1430
454
  msgid "\"Style 2\" button"
455
  msgstr "Stil 2 Button"
456
 
457
- #: includes/class.yith-wcwl-admin-init.php:1448
458
  msgid "Wishlist table"
459
  msgstr "Wunschlisten Tabelle"
460
 
461
- #: includes/class.yith-wcwl-admin-init.php:1457
462
  msgid "Headers"
463
  msgstr "Kopfzeilen"
464
 
465
- #: includes/class.yith-wcwl-admin-init.php:1460
466
  msgid "Background color"
467
  msgstr "Hintergrund Farbe"
468
 
469
- #: includes/class.yith-wcwl-admin-init.php:1550
470
  msgid "Wishlist Activated"
471
  msgstr "Wunschliste aktiviert"
472
 
473
- #: includes/class.yith-wcwl-admin-init.php:1551
 
474
  msgid ""
475
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
476
  "can access to all the settings of our plugins that you have activated. "
@@ -482,11 +486,12 @@ msgstr ""
482
  "href=\"https://goo.gl/wxbNyw\" target=\"blank\">Premium Version</a> hat eine "
483
  "Menge Funktionen mehr, schau sie dir doch mal an<a href=\"%s\">.</a>"
484
 
485
- #: includes/class.yith-wcwl-admin-init.php:1562
486
  msgid "Wishlist Updated"
487
  msgstr "Wunschliste aktualisiert"
488
 
489
- #: includes/class.yith-wcwl-admin-init.php:1563
 
490
  msgid ""
491
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
492
  "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
@@ -499,300 +504,305 @@ msgstr ""
499
  "eine <a href=\"https://goo.gl/wxbNyw\" target=\"_blank\">Premium Version</a> "
500
  "hast erscheint bei einem Update immer ein Hinweis<a href=\"%s\".</a>"
501
 
502
- #: includes/class.yith-wcwl-init.php:437
503
  msgid ""
504
  "We are sorry, but this feature is available only if cookies are enabled on "
505
  "your browser."
506
  msgstr "Achtung, diese Funktionen benötigt Cookies."
507
 
508
- #: includes/class.yith-wcwl-init.php:438
509
  msgid "Product correctly added to cart"
510
  msgstr "Artikel zum Einkaufswagen hinzugefügt"
511
 
512
- #: includes/class.yith-wcwl-install.php:244
513
  msgctxt "page_slug"
514
  msgid "wishlist"
515
  msgstr "Wunschliste"
516
 
517
- #: includes/class.yith-wcwl-privacy.php:50
518
  msgid "While you visit our site, we’ll track:"
519
  msgstr ""
520
 
521
- #: includes/class.yith-wcwl-privacy.php:52
522
  msgid ""
523
  "Products you’ve added to the wishlist: we’ll use this to show you and other "
524
  "users your favourite products, and to create targeted email campaigns."
525
  msgstr ""
526
 
527
- #: includes/class.yith-wcwl-privacy.php:53
528
  msgid ""
529
  "Wishlists you’ve created: we’ll keep track of the wishlists you create, and "
530
  "make them visible to the store’s staff"
531
  msgstr ""
532
 
533
- #: includes/class.yith-wcwl-privacy.php:55
534
  msgid ""
535
  "We’ll also use cookies to keep track of wishlist contents while you’re "
536
  "browsing our site."
537
  msgstr ""
538
 
539
- #: includes/class.yith-wcwl-privacy.php:58
540
  msgid ""
541
  "Members of our team have access to the information you provide us. For "
542
  "example, both Administrators and Shop Managers can access:"
543
  msgstr ""
544
 
545
- #: includes/class.yith-wcwl-privacy.php:60
546
  msgid ""
547
  "Wishlist details, such as products added, date of addition, name and privacy "
548
  "settings of your wishlists"
549
  msgstr ""
550
 
551
- #: includes/class.yith-wcwl-privacy.php:62
552
  msgid ""
553
  "Our team members have access to this information to offer you better deals "
554
  "for the products you love."
555
  msgstr ""
556
 
557
- #: includes/class.yith-wcwl-privacy.php:82
558
- #: includes/class.yith-wcwl-privacy.php:98
559
  #, fuzzy
560
  msgid "Customer Wishlists"
561
  msgstr "Benutzer Details"
562
 
563
- #: includes/class.yith-wcwl-privacy.php:133
564
  msgid "Wishlists"
565
  msgstr "Wunschlisten"
566
 
567
- #. Translators: %s Order number.
568
- #: includes/class.yith-wcwl-privacy.php:195
569
- #, fuzzy
570
  msgid "Removed wishlist %s."
571
  msgstr "Meine Wunschliste bei %s"
572
 
573
- #. Translators: %s Order number.
574
- #: includes/class.yith-wcwl-privacy.php:199
575
- #, fuzzy
576
  msgid "Wishlist %s has been retained."
577
  msgstr "Wunschliste \"Angebot anfragen\""
578
 
579
- #: includes/class.yith-wcwl-privacy.php:210
580
  #, fuzzy
581
  msgid "Removed default user's wishlist"
582
  msgstr "Wunschlisten anderer Nutzer"
583
 
584
- #: includes/class.yith-wcwl-privacy.php:228
585
  msgid "Token"
586
  msgstr ""
587
 
588
- #: includes/class.yith-wcwl-privacy.php:229
589
  #, fuzzy
590
  msgid "Wishlist url"
591
  msgstr "Wunschliste"
592
 
593
- #: includes/class.yith-wcwl-privacy.php:230
594
  #, fuzzy
595
  msgid "Title"
596
  msgstr "Titel:"
597
 
598
- #: includes/class.yith-wcwl-privacy.php:231
599
  #, fuzzy
600
  msgctxt "date wishlist was created"
601
  msgid "Created on"
602
  msgstr "Erstellen"
603
 
604
- #: includes/class.yith-wcwl-privacy.php:232
605
  msgid "Visibility"
606
  msgstr ""
607
 
608
- #: includes/class.yith-wcwl-privacy.php:233
609
  msgid "Items Added"
610
  msgstr ""
611
 
612
- #: includes/class.yith-wcwl-privacy.php:283 templates/wishlist-view.php:212
 
613
  msgid "Shared"
614
  msgstr "geteilt"
615
 
616
- #: includes/class.yith-wcwl-privacy.php:286 templates/wishlist-view.php:215
 
617
  msgid "Private"
618
  msgstr "Privat"
619
 
620
- #: includes/class.yith-wcwl-privacy.php:289 templates/wishlist-view.php:218
 
621
  msgid "Public"
622
  msgstr "Öffentlich"
623
 
624
- #: includes/class.yith-wcwl-shortcode.php:45
625
  #, fuzzy
626
  msgctxt "[gutenberg]: block name"
627
  msgid "YITH Add to Wishlist"
628
  msgstr "Auf die Wunschliste"
629
 
630
- #: includes/class.yith-wcwl-shortcode.php:46
631
  #, fuzzy
632
  msgctxt "[gutenberg]: block description"
633
  msgid "Shows Add to Wishlist button"
634
  msgstr "Zur Wunschliste hinzufügen Button"
635
 
636
- #: includes/class.yith-wcwl-shortcode.php:51
637
  msgid ""
638
  "ID of the product to add to wishlist (leave empty to use global product)"
639
  msgstr ""
640
 
641
- #: includes/class.yith-wcwl-shortcode.php:56
642
  msgid "Url of wishlist page (leave empty to use default)"
643
  msgstr ""
644
 
645
- #: includes/class.yith-wcwl-shortcode.php:61
646
  msgid "Button label (leave empty to use default)"
647
  msgstr ""
648
 
649
- #: includes/class.yith-wcwl-shortcode.php:66
650
  msgid "\"Browse wishlist\" label (leave empty to use default)"
651
  msgstr ""
652
 
653
- #: includes/class.yith-wcwl-shortcode.php:71
654
  #, fuzzy
655
  msgid "\"Product already in wishlist\" label (leave empty to use default)"
656
  msgstr "Artikel ist bereits auf der Wunschliste Text"
657
 
658
- #: includes/class.yith-wcwl-shortcode.php:76
659
  msgid "\"Product added to wishlist\" label (leave empty to use default)"
660
  msgstr ""
661
 
662
- #: includes/class.yith-wcwl-shortcode.php:81
663
  msgid ""
664
  "Icon for the button (use any FontAwesome valid class, or leave empty to use "
665
  "default)"
666
  msgstr ""
667
 
668
- #: includes/class.yith-wcwl-shortcode.php:86
669
  msgid "Additional css classes for the button (leave empty to use default)"
670
  msgstr ""
671
 
672
- #: includes/class.yith-wcwl-shortcode.php:94
673
  #, fuzzy
674
  msgctxt "[gutenberg]: block name"
675
  msgid "YITH Wishlist"
676
  msgstr "YITH Wunschliste"
677
 
678
- #: includes/class.yith-wcwl-shortcode.php:95
679
  #, fuzzy
680
  msgctxt "[gutenberg]: block description"
681
  msgid "Shows list of products in wishlist"
682
  msgstr "Zeige Artikel Preis für jedes Produkt"
683
 
684
- #: includes/class.yith-wcwl-shortcode.php:100
685
  msgid "Choose whether to paginate items in the wishlist or show them all"
686
  msgstr ""
687
 
688
- #: includes/class.yith-wcwl-shortcode.php:103
689
  msgid "Paginate"
690
  msgstr ""
691
 
692
- #: includes/class.yith-wcwl-shortcode.php:104
693
  msgid "Do not paginate"
694
  msgstr ""
695
 
696
- #: includes/class.yith-wcwl-shortcode.php:109
697
  msgid "Number of items to show for each page"
698
  msgstr ""
699
 
700
- #: includes/class.yith-wcwl-shortcode.php:114
701
  msgid "ID of the wishlist to show (EG: K6EOWXB888ZD)"
702
  msgstr ""
703
 
704
- #: includes/class.yith-wcwl-shortcode.php:386
705
- #: includes/class.yith-wcwl-ui.php:164
706
  msgid "Share on:"
707
  msgstr "Teile auf:"
708
 
709
- #: includes/class.yith-wcwl-ui.php:118 includes/class.yith-wcwl-ui.php:200
 
710
  msgid "Select options"
711
  msgstr "Optionen auswählen"
712
 
713
- #: includes/class.yith-wcwl-ui.php:168 templates/share.php:20
714
  msgid "Facebook"
715
  msgstr "Facebook"
716
 
717
- #: includes/class.yith-wcwl-ui.php:171 templates/share.php:26
718
  msgid "Twitter"
719
  msgstr "Twitter"
720
 
721
- #: includes/class.yith-wcwl-ui.php:180
722
  msgid "email"
723
  msgstr "email"
724
 
725
- #: includes/class.yith-wcwl.php:201
726
  msgid "An error occurred while adding products to the wishlist."
727
  msgstr "Beim hinzufügen von Artikeln trat ein Fehler auf."
728
 
729
- #: includes/class.yith-wcwl.php:293
730
  msgid "An error occurred while adding products to wishlist."
731
  msgstr "Beim hinzufügen von Artikeln trat ein Fehler auf."
732
 
733
- #: includes/class.yith-wcwl.php:310
734
  msgid "The \"Remove\" option now does not require any parameter"
735
  msgstr "Die entfernen Funktion benötigt keine Parameter"
736
 
737
- #: includes/class.yith-wcwl.php:359
738
  msgid "An error occurred while removing products from the wishlist"
739
  msgstr "Beim entfernen von Artikeln trat ein Fehler auf."
740
 
741
- #: includes/class.yith-wcwl.php:809
742
  msgid "You need to log in before creating a new wishlist"
743
  msgstr "Du musst dich einloggen um eine Wunschliste zu erstellen"
744
 
745
- #: includes/class.yith-wcwl.php:1610
746
  msgid "Product successfully removed."
747
  msgstr "Artikel entfernt."
748
 
749
- #: includes/class.yith-wcwl.php:1614
750
  msgid "Error. Unable to remove the product from the wishlist."
751
  msgstr "Fehler: Artikel konnte nicht von der Wunschliste entfernt werden."
752
 
753
- #: includes/class.yith-wcwl.php:1618 templates/wishlist-view.php:242
754
  msgid "No products were added to the wishlist"
755
  msgstr "Keine Produkte zur Wunschliste hinzugefügt"
756
 
757
- #: includes/class.yith-wcwl.php:1660
758
  msgid "An error as occurred."
759
  msgstr "Es ist ein Fehler aufgetreten."
760
 
761
- #: init.php:130
762
  #, fuzzy
763
  msgid "is enabled but not effective. It requires WooCommerce in order to work."
764
  msgstr "YITH Wishlist erfordert WooCommerce"
765
 
766
- #: init.php:140
767
  msgid "You can't activate the free version of"
768
  msgstr ""
769
 
770
- #: init.php:140
771
  msgid "while you are using the premium one."
772
  msgstr ""
773
 
774
- #: templates/admin/wishlist-panel-premium.php:185
775
- #: templates/admin/wishlist-panel-premium.php:383
 
776
  msgid ""
777
  "Upgrade to the %1$spremium version%2$s%3$sof %1$sYITH WooCommerce Wishlist"
778
  "%2$s to benefit from all features!"
779
  msgstr ""
780
 
781
- #: templates/admin/wishlist-panel-premium.php:187
782
- #: templates/admin/wishlist-panel-premium.php:385
 
783
  msgid "%1$sUPGRADE%2$s%3$s to the premium version%2$s"
784
  msgstr ""
785
 
786
- #: templates/admin/wishlist-panel-premium.php:193
787
  msgid "Premium Features"
788
  msgstr ""
789
 
790
- #: templates/admin/wishlist-panel-premium.php:196
791
- #: templates/admin/wishlist-panel-premium.php:201
792
  msgid "Multiple Wishlist"
793
  msgstr ""
794
 
795
- #: templates/admin/wishlist-panel-premium.php:203
 
796
  msgid ""
797
  "%1$sDoes it ever happened to you to have too many wishes for a single wish "
798
  "list?%2$s%3$s The possibility to manage one's wishes is a fundamental "
@@ -803,38 +813,43 @@ msgid ""
803
  "manage and share their own wish lists."
804
  msgstr ""
805
 
806
- #: templates/admin/wishlist-panel-premium.php:212
807
- #: templates/admin/wishlist-panel-premium.php:222
808
  msgid "Wishlist Private"
809
  msgstr ""
810
 
811
- #: templates/admin/wishlist-panel-premium.php:214
 
812
  msgid ""
813
  "By enabling the option wishlist, users will also have the possibility to "
814
  "%1$smanage the visibility%2$s of their wish lists according to one of the "
815
  "following options:"
816
  msgstr ""
817
 
818
- #: templates/admin/wishlist-panel-premium.php:216
 
819
  msgid "%1$spublic:%2$s all users can look for your wish list and see it;"
820
  msgstr ""
821
 
822
- #: templates/admin/wishlist-panel-premium.php:217
 
823
  msgid ""
824
  "%1$sshared:%2$s only users possessing a direct link to the wish list page "
825
  "can display it;"
826
  msgstr ""
827
 
828
- #: templates/admin/wishlist-panel-premium.php:218
 
829
  msgid "%1$sprivate:%2$s only the wish list creator can see it."
830
  msgstr ""
831
 
832
- #: templates/admin/wishlist-panel-premium.php:229
833
- #: templates/admin/wishlist-panel-premium.php:234
834
  msgid "Estimate Cost"
835
  msgstr ""
836
 
837
- #: templates/admin/wishlist-panel-premium.php:236
 
838
  msgid ""
839
  "%1$sDo you want to add the possibility to ask for estimates of costs into "
840
  "your catalogue?%3$s Do you want to manage customised packets for faithful "
@@ -846,12 +861,13 @@ msgid ""
846
  "address that you have previously set."
847
  msgstr ""
848
 
849
- #: templates/admin/wishlist-panel-premium.php:245
850
- #: templates/admin/wishlist-panel-premium.php:250
851
  msgid "Admin Panel"
852
  msgstr ""
853
 
854
- #: templates/admin/wishlist-panel-premium.php:247
 
855
  msgid ""
856
  "Thanks to the useful Admin panel, accessible directly among the WooCommerce "
857
  "submenu pages, you will have total control on users' wishlists. In addition "
@@ -861,12 +877,13 @@ msgid ""
861
  "in customers' wish lists."
862
  msgstr ""
863
 
864
- #: templates/admin/wishlist-panel-premium.php:257
865
- #: templates/admin/wishlist-panel-premium.php:262
866
  msgid "Search Wishlists"
867
  msgstr ""
868
 
869
- #: templates/admin/wishlist-panel-premium.php:264
 
870
  msgid ""
871
  "How many times have you been looking for the perfect gift for a important "
872
  "event but you had no idea of what to buy? %1$s'Search wishlists'%2$s allows "
@@ -875,11 +892,12 @@ msgid ""
875
  "your products and even encourage users to purchase."
876
  msgstr ""
877
 
878
- #: templates/admin/wishlist-panel-premium.php:273
879
  msgid "'ADD TO CART' CHECKBOX"
880
  msgstr ""
881
 
882
- #: templates/admin/wishlist-panel-premium.php:275
 
883
  msgid ""
884
  "Your shop offers always a wide selection of products and wishlists of your "
885
  "users get more and more crowded everyday. Give them the possibility to "
@@ -887,19 +905,20 @@ msgid ""
887
  "just with one click."
888
  msgstr ""
889
 
890
- #: templates/admin/wishlist-panel-premium.php:278
891
  msgid "'ADD TO CART'"
892
  msgstr ""
893
 
894
- #: templates/admin/wishlist-panel-premium.php:285
895
  msgid "DISABLE WISHLIST"
896
  msgstr ""
897
 
898
- #: templates/admin/wishlist-panel-premium.php:290
899
  msgid "DISABLE WISHLIST FOR UNLOGGED USERS"
900
  msgstr ""
901
 
902
- #: templates/admin/wishlist-panel-premium.php:292
 
903
  msgid ""
904
  "Favour users that have registered to your shop and disable plugin "
905
  "functionalities for all users that have not. By disabling this option, each "
@@ -907,27 +926,29 @@ msgid ""
907
  "%2$s to \"My Account\" page and a message will invite them to log in."
908
  msgstr ""
909
 
910
- #: templates/admin/wishlist-panel-premium.php:301
911
  msgid "MESSAGE TO UNLOGGED USERS"
912
  msgstr ""
913
 
914
- #: templates/admin/wishlist-panel-premium.php:303
 
915
  msgid ""
916
  "Invite users that are visiting your shop to login if they want to fully "
917
  "benefit from Wishlist functionalities. Show a %1$scustomised message%2$s and "
918
  "redirect them to \"My Account\" page for registration."
919
  msgstr ""
920
 
921
- #: templates/admin/wishlist-panel-premium.php:306
922
  msgid "UNLOGGED USERS"
923
  msgstr ""
924
 
925
- #: templates/admin/wishlist-panel-premium.php:313
926
- #: templates/admin/wishlist-panel-premium.php:318
927
  msgid "POPULAR TABLE"
928
  msgstr ""
929
 
930
- #: templates/admin/wishlist-panel-premium.php:320
 
931
  msgid ""
932
  "Some products draw customer's attention more than others and they do not "
933
  "hesitate to add products to their wishlist. Table %1$s'Popular'%2$s allows "
@@ -935,27 +956,29 @@ msgid ""
935
  "their wishlists."
936
  msgstr ""
937
 
938
- #: templates/admin/wishlist-panel-premium.php:329
939
  msgid "FUNCTIONALITIES IN ONE CLICK"
940
  msgstr ""
941
 
942
- #: templates/admin/wishlist-panel-premium.php:331
 
943
  msgid ""
944
  "Users have the possibility to search for a wishlist, create a new one or "
945
  "display those already created. Add these %1$sfunctionalities%2$s through the "
946
  "dedicated widgets or show them immediately after \"Wishlist\" table."
947
  msgstr ""
948
 
949
- #: templates/admin/wishlist-panel-premium.php:334
950
  msgid "FUNCTIONALITIES"
951
  msgstr ""
952
 
953
- #: templates/admin/wishlist-panel-premium.php:341
954
- #: templates/admin/wishlist-panel-premium.php:346
955
  msgid "PROMOTIONAL EMAIL"
956
  msgstr ""
957
 
958
- #: templates/admin/wishlist-panel-premium.php:348
 
959
  msgid ""
960
  "If you want to give the right input to your users to persuade them to "
961
  "%1$spurchase the products%2$s they have in their wishlists, you need to use "
@@ -964,11 +987,12 @@ msgid ""
964
  "will know you are offering a unique offer!"
965
  msgstr ""
966
 
967
- #: templates/admin/wishlist-panel-premium.php:357
968
  msgid "FROM A WISHLIST TO ANOTHER"
969
  msgstr ""
970
 
971
- #: templates/admin/wishlist-panel-premium.php:359
 
972
  msgid ""
973
  "Who said that a product has to remain forever in the same wishlist? With the "
974
  "option %1$s\"Show \"Move to another wishlist\" dropdown menu\"%2$s, with "
@@ -976,125 +1000,105 @@ msgid ""
976
  "another one, managing as they want their lists."
977
  msgstr ""
978
 
979
- #: templates/admin/wishlist-panel-premium.php:362
980
  msgid "FROM A WISHLIST"
981
  msgstr ""
982
 
983
- #: templates/admin/wishlist-panel-premium.php:369
984
  msgid "DATE"
985
  msgstr ""
986
 
987
- #: templates/admin/wishlist-panel-premium.php:374
988
  msgid "DATE OF ADDITION TO A WISHLIST"
989
  msgstr ""
990
 
991
- #: templates/admin/wishlist-panel-premium.php:376
 
992
  msgid ""
993
  "Activating the %1$s\"Show date of addition\"%2$s option, users can see the "
994
  "date in which they have added a particular product to their list: a new way "
995
  "to keep you users informed about their operations."
996
  msgstr ""
997
 
998
- #: templates/share.php:32
999
  msgid "Pinterest"
1000
  msgstr "Pinterest"
1001
 
1002
- #: templates/share.php:38
1003
  msgid "Google+"
1004
  msgstr "Google+"
1005
 
1006
- #: templates/share.php:44
1007
  msgid "Email"
1008
  msgstr "EMail"
1009
 
1010
- #: templates/wishlist-view.php:32
1011
  msgid "Edit title"
1012
  msgstr "Titel bearbeiten"
1013
 
1014
- #: templates/wishlist-view.php:41
1015
  msgid "Save"
1016
  msgstr "Speichern"
1017
 
1018
- #: templates/wishlist-view.php:45
1019
  msgid "Cancel"
1020
  msgstr "Abbrechen"
1021
 
1022
- #: templates/wishlist-view.php:82
1023
  msgid "Product Name"
1024
  msgstr "Artikel Name"
1025
 
1026
- #: templates/wishlist-view.php:89
1027
  msgid "Unit Price"
1028
  msgstr "Artikel Preis"
1029
 
1030
- #: templates/wishlist-view.php:102
1031
  msgid "Stock Status"
1032
  msgstr "Lager Status"
1033
 
1034
- #: templates/wishlist-view.php:152 templates/wishlist-view.php:232
1035
  msgid "Remove this product"
1036
  msgstr "Artikel entfernen"
1037
 
1038
- #: templates/wishlist-view.php:172
1039
  msgid "Free!"
1040
  msgstr "Kostenlos!"
1041
 
1042
- #: templates/wishlist-view.php:179
1043
  msgid "Out of Stock"
1044
  msgstr "Nicht auf Lager"
1045
 
1046
- #: templates/wishlist-view.php:179
1047
  msgid "In Stock"
1048
  msgstr "Auf Lager"
1049
 
1050
- #: templates/wishlist-view.php:188
 
1051
  msgid "Added on : %s"
1052
  msgstr "Hinzugefügt am: %s"
1053
 
1054
- #: templates/wishlist-view.php:200
1055
  msgid "Move"
1056
  msgstr "Verschieben"
1057
 
1058
- #: templates/wishlist-view.php:232
1059
  msgid "Remove"
1060
  msgstr "Entfernen"
1061
 
1062
- #: templates/wishlist-view.php:259
1063
  msgid "Add the selected products to the cart"
1064
  msgstr "Ausgewählte Artikel<br />in den Warenkorb"
1065
 
1066
- #: templates/wishlist-view.php:267 templates/wishlist-view.php:313
1067
  msgid "Ask for an estimate"
1068
  msgstr "Nach einem Angebot Fragen"
1069
 
1070
- #: templates/wishlist-view.php:303
1071
  msgid "Your email"
1072
  msgstr ""
1073
 
1074
- #. Plugin Name of the plugin/theme
1075
- msgid "YITH WooCommerce Wishlist"
1076
- msgstr "YITH WooCommerce Wunschliste"
1077
-
1078
- #. Plugin URI of the plugin/theme
1079
- msgid "https://yithemes.com/themes/plugins/yith-woocommerce-wishlist/"
1080
- msgstr ""
1081
-
1082
- #. Description of the plugin/theme
1083
- msgid ""
1084
- "<code><strong>YITH WooCommerce Wishlist</strong></code> gives your users the "
1085
- "possibility to create, fill, manage and share their wishlists allowing you "
1086
- "to analyze their interests and needs to improve your marketing strategies. "
1087
- "<a href=\"https://yithemes.com/\" target=\"_blank\">Get more plugins for "
1088
- "your e-commerce on <strong>YITH</strong></a>"
1089
- msgstr ""
1090
-
1091
- #. Author of the plugin/theme
1092
- msgid "YITH"
1093
- msgstr ""
1094
-
1095
- #. Author URI of the plugin/theme
1096
- msgid "https://yithemes.com/"
1097
- msgstr ""
1098
 
1099
  #~ msgid "Live Demo"
1100
  #~ msgstr "Live Demo"
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
+ "POT-Creation-Date: 2019-02-12 14:36+0100\n"
6
+ "PO-Revision-Date: 2019-02-12 14:36+0100\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
9
  "Language: de_DE\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 2.2\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"
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:1484
25
+ #: ../includes/class.yith-wcwl-admin-init.php:1485
26
+ #: ../includes/class.yith-wcwl-install.php:245
27
  msgid "Wishlist"
28
  msgstr "Wunschliste"
29
 
30
+ #: ../includes/class.yith-wcwl-admin-init.php:161
31
  msgid "Settings"
32
  msgstr "Einstellungen"
33
 
34
+ #: ../includes/class.yith-wcwl-admin-init.php:162
35
+ #: ../includes/class.yith-wcwl-admin-init.php:243
36
  msgid "Colors"
37
  msgstr "Farben"
38
 
39
+ #: ../includes/class.yith-wcwl-admin-init.php:163
40
  msgid "Premium Version"
41
  msgstr "Premium Version"
42
 
43
+ #: ../includes/class.yith-wcwl-admin-init.php:1015
44
  msgid "Enable all plugin features"
45
  msgstr ""
46
 
47
+ #: ../includes/class.yith-wcwl-admin-init.php:1016
48
  msgid ""
49
  "Be sure to select at least one option in the Wishlist page menu in this "
50
  "settings page"
51
  msgstr ""
52
 
53
+ #: ../includes/class.yith-wcwl-admin-init.php:1017
54
  msgctxt "[Part of]: Also, please read the plugin documentation"
55
  msgid "Also, please read the plugin"
56
  msgstr ""
57
 
58
+ #: ../includes/class.yith-wcwl-admin-init.php:1018
59
  #, fuzzy
60
  msgctxt "[Part Of]: Also, please read the plugin documentation"
61
  msgid "documentation"
62
  msgstr "Plugin Dokumentation"
63
 
64
+ #: ../includes/class.yith-wcwl-admin-init.php:1024
65
  msgid "Upgrade to the PREMIUM VERSION"
66
  msgstr ""
67
  "Hier die <a href=\"https://goo.gl/wxbNyw\" target=\"_blank\">PREMIUM "
68
  "VERSION</a> kaufen."
69
 
70
+ #: ../includes/class.yith-wcwl-admin-init.php:1028
71
  msgid "Discover the Advanced Features"
72
  msgstr "Erweiterte Funktionen ansehen"
73
 
74
+ #: ../includes/class.yith-wcwl-admin-init.php:1029
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:1035
81
  msgid "Get Support and Pro Features"
82
  msgstr ""
83
  "<a href=\"https://goo.gl/wxbNyw\" target=\"_blank\">Support und Premium "
84
  "Features bekommen</a>"
85
 
86
+ #: ../includes/class.yith-wcwl-admin-init.php:1036
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 "
94
  "Jahr freie Updates. Außerdem gibt's 24h Support auf unserer Webseite -> <a "
95
  "href=\"https://goo.gl/wxbNyw\" target=\"_blank\">Premium Version</a>"
96
 
97
+ #: ../includes/class.yith-wcwl-admin-init.php:1046
98
  msgid "General Settings"
99
  msgstr "Allgemeine Einstellungen"
100
 
101
+ #: ../includes/class.yith-wcwl-admin-init.php:1053
102
  msgid "Enable YITH Wishlist"
103
  msgstr "YITH Wunschlisten Plugin aktivieren"
104
 
105
+ #: ../includes/class.yith-wcwl-admin-init.php:1060
106
  msgid "Default wishlist title"
107
  msgstr "Standard Wunschlisten Titel"
108
 
109
+ #: ../includes/class.yith-wcwl-admin-init.php:1062
110
+ #: ../includes/class.yith-wcwl-admin-init.php:1063
111
+ #: ../includes/class.yith-wcwl-admin-init.php:1299
112
+ #, php-format
113
  msgid "My wishlist on %s"
114
  msgstr "Meine Wunschliste bei %s"
115
 
116
+ #: ../includes/class.yith-wcwl-admin-init.php:1068
117
  msgid "Wishlist Page"
118
  msgstr "Wunschlisten Seite"
119
 
120
+ #: ../includes/class.yith-wcwl-admin-init.php:1069
121
  msgid "Page contents: [yith_wcwl_wishlist]"
122
  msgstr "Seiteninhalt: [yith_wcwl_wishlist]"
123
 
124
+ #: ../includes/class.yith-wcwl-admin-init.php:1078
125
  msgid "Position"
126
  msgstr "Position"
127
 
128
+ #: ../includes/class.yith-wcwl-admin-init.php:1079
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]."
133
  "Du kannst den Button bei Variablen Produkten nur nach dem \"In den Warenkorb"
134
  "\" Button hinzufügen oder du nutzt den Shortcode [yith_wcwl_add_to_wishlist]."
135
 
136
+ #: ../includes/class.yith-wcwl-admin-init.php:1085
137
  msgid "After \"Add to cart\""
138
  msgstr "Nach \"in den Warenkorb\""
139
 
140
+ #: ../includes/class.yith-wcwl-admin-init.php:1086
141
  msgid "After thumbnails"
142
  msgstr "Nach dem Vorschaubild"
143
 
144
+ #: ../includes/class.yith-wcwl-admin-init.php:1087
145
  msgid "After summary"
146
  msgstr "Nach der Zusammenfassung"
147
 
148
+ #: ../includes/class.yith-wcwl-admin-init.php:1088
149
  msgid "Use shortcode"
150
  msgstr "Benutze Shortcodes"
151
 
152
+ #: ../includes/class.yith-wcwl-admin-init.php:1093
153
  msgid "Redirect to cart"
154
  msgstr "Zum Warenkorb weiterleiten"
155
 
156
+ #: ../includes/class.yith-wcwl-admin-init.php:1094
157
  msgid ""
158
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
159
  "page."
161
  "Zum Warenkorb weiterleiten wenn der Button \"Hinzufügen zum Warenkorb\" "
162
  "geklickt wird"
163
 
164
+ #: ../includes/class.yith-wcwl-admin-init.php:1100
165
  msgid "Remove if added to the cart"
166
  msgstr "Entfernen wenn zum Warenkorb hinzugefügt"
167
 
168
+ #: ../includes/class.yith-wcwl-admin-init.php:1101
169
  msgid "Remove the product from the wishlist if it has been added to the cart."
170
  msgstr "Von der Wunschliste entfernen wenn zum Warenkorb hinzugefügt."
171
 
172
+ #: ../includes/class.yith-wcwl-admin-init.php:1107
173
  msgid "\"Add to Wishlist\" text"
174
  msgstr "Zur Wunschliste hinzufügen Text"
175
 
176
+ #: ../includes/class.yith-wcwl-admin-init.php:1109
177
  msgid "Add to Wishlist"
178
  msgstr "Auf die Wunschliste"
179
 
180
+ #: ../includes/class.yith-wcwl-admin-init.php:1114
181
  msgid "\"Browse wishlist\" text"
182
  msgstr "\"Wunschliste durchsuchen\" Text"
183
 
184
+ #: ../includes/class.yith-wcwl-admin-init.php:1116
185
+ #: ../includes/class.yith-wcwl-ui.php:82 ../includes/class.yith-wcwl-ui.php:83
186
  msgid "Browse Wishlist"
187
  msgstr "Wunschliste durchstöbern"
188
 
189
+ #: ../includes/class.yith-wcwl-admin-init.php:1121
190
  msgid "\"Product already in wishlist\" text"
191
  msgstr "Artikel ist bereits auf der Wunschliste Text"
192
 
193
+ #: ../includes/class.yith-wcwl-admin-init.php:1123
194
+ #: ../includes/class.yith-wcwl-ui.php:83
195
  msgid "The product is already in the wishlist!"
196
  msgstr "Der Artikel ist bereits auf einer Wunschliste"
197
 
198
+ #: ../includes/class.yith-wcwl-admin-init.php:1128
199
  msgid "\"Product added\" text"
200
  msgstr "Artikel hinzugefügt Text"
201
 
202
+ #: ../includes/class.yith-wcwl-admin-init.php:1130
203
+ #: ../includes/class.yith-wcwl-ui.php:82
204
  msgid "Product added!"
205
  msgstr "Artikel hinzugefügt!"
206
 
207
+ #: ../includes/class.yith-wcwl-admin-init.php:1135
208
  msgid "\"Add to Cart\" text"
209
  msgstr "In den Warenkorb Text"
210
 
211
+ #: ../includes/class.yith-wcwl-admin-init.php:1137
212
  msgid "Add to Cart"
213
  msgstr "In den Warenkorb"
214
 
215
+ #: ../includes/class.yith-wcwl-admin-init.php:1142
216
  msgid "Show Unit price"
217
  msgstr "Zeige Artikel Preis"
218
 
219
+ #: ../includes/class.yith-wcwl-admin-init.php:1143
220
  msgid "Show unit price for each product in wishlist"
221
  msgstr "Zeige Artikel Preis für jedes Produkt"
222
 
223
+ #: ../includes/class.yith-wcwl-admin-init.php:1150
224
  msgid "Show \"Add to Cart\" button"
225
  msgstr "Zeige \"Zum Warenkorb hinzufügen\" Button"
226
 
227
+ #: ../includes/class.yith-wcwl-admin-init.php:1151
228
  msgid "Show \"Add to Cart\" button for each product in wishlist"
229
  msgstr "Zeige \"Zum, Warenkorb hinzufügen\" Button bei jedem Artikel"
230
 
231
+ #: ../includes/class.yith-wcwl-admin-init.php:1158
232
  msgid "Show Stock status"
233
  msgstr "Zeige Lagerstatus"
234
 
235
+ #: ../includes/class.yith-wcwl-admin-init.php:1159
236
  msgid ""
237
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
238
  msgstr "Zeige den Lagerstatus für jeden Artikel"
239
 
240
+ #: ../includes/class.yith-wcwl-admin-init.php:1166
241
  msgid "Show Date of addition"
242
  msgstr "Zeige Datum des hinzufügens"
243
 
244
+ #: ../includes/class.yith-wcwl-admin-init.php:1167
245
  msgid "Show the date when users have added a product to the wishlist"
246
  msgstr "Zeige Datum wann der Kunde den Artikel hinzugefügt hat"
247
 
248
+ #: ../includes/class.yith-wcwl-admin-init.php:1174
249
  msgid "Add second remove button"
250
  msgstr "Einen zweiten \"Entfernen\" Button"
251
 
252
+ #: ../includes/class.yith-wcwl-admin-init.php:1175
253
  msgid "Add a second remove button in the last column, with extended label"
254
  msgstr "Zweiter \"entfernen\" Button in der letzten Spalte"
255
 
256
+ #: ../includes/class.yith-wcwl-admin-init.php:1190
257
  msgid "Styles"
258
  msgstr "Stile"
259
 
260
+ #: ../includes/class.yith-wcwl-admin-init.php:1197
261
  msgid "Use buttons"
262
  msgstr "Benutze Buttons"
263
 
264
+ #: ../includes/class.yith-wcwl-admin-init.php:1198
265
  msgid "Use buttons instead of simple anchors."
266
  msgstr "Benutze Buttons anstelle von Text Links."
267
 
268
+ #: ../includes/class.yith-wcwl-admin-init.php:1204
269
  msgid "Custom CSS"
270
  msgstr "Benutzerdefiniertes CSS"
271
 
272
+ #: ../includes/class.yith-wcwl-admin-init.php:1211
273
  msgid "Use theme style"
274
  msgstr "Nutze das Theme Styling"
275
 
276
+ #: ../includes/class.yith-wcwl-admin-init.php:1212
277
  msgid "Use the theme style."
278
  msgstr "Nutze das Theme Styling."
279
 
280
+ #: ../includes/class.yith-wcwl-admin-init.php:1218
281
  msgid "Rounded buttons"
282
  msgstr "Abgerundete Buttons"
283
 
284
+ #: ../includes/class.yith-wcwl-admin-init.php:1219
285
  msgid "Make button corners rounded"
286
  msgstr "Nutze runde Button Ecken."
287
 
288
+ #: ../includes/class.yith-wcwl-admin-init.php:1225
289
  msgid "\"Add to Wishlist\" icon"
290
  msgstr "Zur Wunschliste hinzufügen Symbol"
291
 
292
+ #: ../includes/class.yith-wcwl-admin-init.php:1226
293
  msgid "Add an icon to the \"Add to Wishlist\" button"
294
  msgstr "Symbol für \"Auf die Wunschliste\" Button"
295
 
296
+ #: ../includes/class.yith-wcwl-admin-init.php:1236
297
  msgid "\"Add to Cart\" icon"
298
  msgstr "In den Warenkorb Symbol"
299
 
300
+ #: ../includes/class.yith-wcwl-admin-init.php:1237
301
  msgid "Add an icon to the \"Add to Cart\" button"
302
  msgstr "Symbol für \"in den Warenkorb\" Button"
303
 
304
+ #: ../includes/class.yith-wcwl-admin-init.php:1255
305
  msgid "Social Networks & Share"
306
  msgstr "Social Netzwerke und Teilen"
307
 
308
+ #: ../includes/class.yith-wcwl-admin-init.php:1262
309
  msgid "Share on Facebook"
310
  msgstr "Auf Facebook teilen"
311
 
312
+ #: ../includes/class.yith-wcwl-admin-init.php:1263
313
  msgid "Show \"Share on Facebook\" button"
314
  msgstr "Zeige \"Auf Facebook teilen\" Button"
315
 
316
+ #: ../includes/class.yith-wcwl-admin-init.php:1269
317
  msgid "Tweet on Twitter"
318
  msgstr "Auf Twitter teilen"
319
 
320
+ #: ../includes/class.yith-wcwl-admin-init.php:1270
321
  msgid "Show \"Tweet on Twitter\" button"
322
  msgstr "Zeige \"Auf Twitter teilen\" Button"
323
 
324
+ #: ../includes/class.yith-wcwl-admin-init.php:1276
325
  msgid "Pin on Pinterest"
326
  msgstr "Auf Pinterest teilen"
327
 
328
+ #: ../includes/class.yith-wcwl-admin-init.php:1277
329
  msgid "Show \"Pin on Pinterest\" button"
330
  msgstr "Zeige \"Auf Pinterest teilen\" Button"
331
 
332
+ #: ../includes/class.yith-wcwl-admin-init.php:1283
333
  msgid "Share on Google+"
334
  msgstr "Auf Google+ teilen"
335
 
336
+ #: ../includes/class.yith-wcwl-admin-init.php:1284
337
  msgid "Show \"Share on Google+\" button"
338
  msgstr "Zeige \"Auf Google+ teilen\" Button"
339
 
340
+ #: ../includes/class.yith-wcwl-admin-init.php:1290
341
  msgid "Share by Email"
342
  msgstr "Per E-Mail teilen"
343
 
344
+ #: ../includes/class.yith-wcwl-admin-init.php:1291
345
  msgid "Show \"Share by Email\" button"
346
  msgstr "Zeige \"Per E-Mail teilen\" Button"
347
 
348
+ #: ../includes/class.yith-wcwl-admin-init.php:1297
349
  msgid "Social title"
350
  msgstr "Social Titel"
351
 
352
+ #: ../includes/class.yith-wcwl-admin-init.php:1304
353
  msgid "Social text"
354
  msgstr "Social Text"
355
 
356
+ #: ../includes/class.yith-wcwl-admin-init.php:1305
357
  msgid ""
358
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
359
  "strong> where you want to show the URL of your wishlist."
361
  "Wird von Pinterest und Twitter genutzt. Benutze <strong>%wishlist_url%</"
362
  "strong> um die URL der Wunschliste anzuzeigen."
363
 
364
+ #: ../includes/class.yith-wcwl-admin-init.php:1312
365
  msgid "Social image URL"
366
  msgstr "Social Bild URL"
367
 
368
+ #: ../includes/class.yith-wcwl-admin-init.php:1313
369
  msgid "It will be used by Pinterest."
370
  msgstr "Wird von Pinterest genutzt."
371
 
372
+ #: ../includes/class.yith-wcwl-admin-init.php:1327
373
+ #, php-format
374
  msgid ""
375
  "If you want to take advantage of this feature, you could consider to "
376
  "purchase the %s."
379
  "<a href=https://goo.gl/iHq6lS\" target=\"_blank\">Frequently Bought "
380
  "together</a>. %s"
381
 
382
+ #: ../includes/class.yith-wcwl-admin-init.php:1332
383
  msgid "YITH WooCommerce Frequently Bought Together Integration"
384
  msgstr "YITH WooCommerce Frequently Bought Together integration"
385
 
386
+ #: ../includes/class.yith-wcwl-admin-init.php:1339
387
  msgid "Enable slider in wishlist"
388
  msgstr "Slider in Wunschliste aktivieren"
389
 
390
+ #: ../includes/class.yith-wcwl-admin-init.php:1340
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"
396
  "Auswählen um einen Artikel Slider in der Wunschliste zu aktivieren. (<a href="
397
  "\"%s\" class=\"thickbox\">Beispiel</a>). %s"
398
 
399
+ #: ../includes/class.yith-wcwl-admin-init.php:1376
400
  msgid "\"Add to wishlist\" button"
401
  msgstr "Zur Wunschliste hinzufügen Button"
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 "Background"
409
  msgstr "Hintergrund"
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 "Text"
417
  msgstr "Text"
418
 
419
+ #: ../includes/class.yith-wcwl-admin-init.php:1381
420
+ #: ../includes/class.yith-wcwl-admin-init.php:1399
421
+ #: ../includes/class.yith-wcwl-admin-init.php:1417
422
+ #: ../includes/class.yith-wcwl-admin-init.php:1435
423
+ #: ../includes/class.yith-wcwl-admin-init.php:1453
424
  msgid "Border"
425
  msgstr "Rand"
426
 
427
+ #: ../includes/class.yith-wcwl-admin-init.php:1388
428
+ #: ../includes/class.yith-wcwl-admin-init.php:1406
429
+ #: ../includes/class.yith-wcwl-admin-init.php:1424
430
+ #: ../includes/class.yith-wcwl-admin-init.php:1442
431
  msgid "Background (hover)"
432
  msgstr "Hintergrund (Hover)"
433
 
434
+ #: ../includes/class.yith-wcwl-admin-init.php:1389
435
+ #: ../includes/class.yith-wcwl-admin-init.php:1407
436
+ #: ../includes/class.yith-wcwl-admin-init.php:1425
437
+ #: ../includes/class.yith-wcwl-admin-init.php:1443
438
  msgid "Text (hover)"
439
  msgstr "Text (hover)"
440
 
441
+ #: ../includes/class.yith-wcwl-admin-init.php:1390
442
+ #: ../includes/class.yith-wcwl-admin-init.php:1408
443
+ #: ../includes/class.yith-wcwl-admin-init.php:1426
444
+ #: ../includes/class.yith-wcwl-admin-init.php:1444
445
  msgid "Border (hover)"
446
  msgstr "Rand (Hover)"
447
 
448
+ #: ../includes/class.yith-wcwl-admin-init.php:1394
449
  msgid "\"Add to Cart\" button"
450
  msgstr "In den Warenkorb Button"
451
 
452
+ #: ../includes/class.yith-wcwl-admin-init.php:1412
453
  msgid "\"Style 1\" button"
454
  msgstr "Stil 1 Button"
455
 
456
+ #: ../includes/class.yith-wcwl-admin-init.php:1430
457
  msgid "\"Style 2\" button"
458
  msgstr "Stil 2 Button"
459
 
460
+ #: ../includes/class.yith-wcwl-admin-init.php:1448
461
  msgid "Wishlist table"
462
  msgstr "Wunschlisten Tabelle"
463
 
464
+ #: ../includes/class.yith-wcwl-admin-init.php:1457
465
  msgid "Headers"
466
  msgstr "Kopfzeilen"
467
 
468
+ #: ../includes/class.yith-wcwl-admin-init.php:1460
469
  msgid "Background color"
470
  msgstr "Hintergrund Farbe"
471
 
472
+ #: ../includes/class.yith-wcwl-admin-init.php:1550
473
  msgid "Wishlist Activated"
474
  msgstr "Wunschliste aktiviert"
475
 
476
+ #: ../includes/class.yith-wcwl-admin-init.php:1551
477
+ #, php-format
478
  msgid ""
479
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
480
  "can access to all the settings of our plugins that you have activated. "
486
  "href=\"https://goo.gl/wxbNyw\" target=\"blank\">Premium Version</a> hat eine "
487
  "Menge Funktionen mehr, schau sie dir doch mal an<a href=\"%s\">.</a>"
488
 
489
+ #: ../includes/class.yith-wcwl-admin-init.php:1562
490
  msgid "Wishlist Updated"
491
  msgstr "Wunschliste aktualisiert"
492
 
493
+ #: ../includes/class.yith-wcwl-admin-init.php:1563
494
+ #, php-format
495
  msgid ""
496
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
497
  "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
504
  "eine <a href=\"https://goo.gl/wxbNyw\" target=\"_blank\">Premium Version</a> "
505
  "hast erscheint bei einem Update immer ein Hinweis<a href=\"%s\".</a>"
506
 
507
+ #: ../includes/class.yith-wcwl-init.php:437
508
  msgid ""
509
  "We are sorry, but this feature is available only if cookies are enabled on "
510
  "your browser."
511
  msgstr "Achtung, diese Funktionen benötigt Cookies."
512
 
513
+ #: ../includes/class.yith-wcwl-init.php:438
514
  msgid "Product correctly added to cart"
515
  msgstr "Artikel zum Einkaufswagen hinzugefügt"
516
 
517
+ #: ../includes/class.yith-wcwl-install.php:244
518
  msgctxt "page_slug"
519
  msgid "wishlist"
520
  msgstr "Wunschliste"
521
 
522
+ #: ../includes/class.yith-wcwl-privacy.php:50
523
  msgid "While you visit our site, we’ll track:"
524
  msgstr ""
525
 
526
+ #: ../includes/class.yith-wcwl-privacy.php:52
527
  msgid ""
528
  "Products you’ve added to the wishlist: we’ll use this to show you and other "
529
  "users your favourite products, and to create targeted email campaigns."
530
  msgstr ""
531
 
532
+ #: ../includes/class.yith-wcwl-privacy.php:53
533
  msgid ""
534
  "Wishlists you’ve created: we’ll keep track of the wishlists you create, and "
535
  "make them visible to the store’s staff"
536
  msgstr ""
537
 
538
+ #: ../includes/class.yith-wcwl-privacy.php:55
539
  msgid ""
540
  "We’ll also use cookies to keep track of wishlist contents while you’re "
541
  "browsing our site."
542
  msgstr ""
543
 
544
+ #: ../includes/class.yith-wcwl-privacy.php:58
545
  msgid ""
546
  "Members of our team have access to the information you provide us. For "
547
  "example, both Administrators and Shop Managers can access:"
548
  msgstr ""
549
 
550
+ #: ../includes/class.yith-wcwl-privacy.php:60
551
  msgid ""
552
  "Wishlist details, such as products added, date of addition, name and privacy "
553
  "settings of your wishlists"
554
  msgstr ""
555
 
556
+ #: ../includes/class.yith-wcwl-privacy.php:62
557
  msgid ""
558
  "Our team members have access to this information to offer you better deals "
559
  "for the products you love."
560
  msgstr ""
561
 
562
+ #: ../includes/class.yith-wcwl-privacy.php:82
563
+ #: ../includes/class.yith-wcwl-privacy.php:98
564
  #, fuzzy
565
  msgid "Customer Wishlists"
566
  msgstr "Benutzer Details"
567
 
568
+ #: ../includes/class.yith-wcwl-privacy.php:133
569
  msgid "Wishlists"
570
  msgstr "Wunschlisten"
571
 
572
+ #: ../includes/class.yith-wcwl-privacy.php:195
573
+ #, fuzzy, php-format
 
574
  msgid "Removed wishlist %s."
575
  msgstr "Meine Wunschliste bei %s"
576
 
577
+ #: ../includes/class.yith-wcwl-privacy.php:199
578
+ #, fuzzy, php-format
 
579
  msgid "Wishlist %s has been retained."
580
  msgstr "Wunschliste \"Angebot anfragen\""
581
 
582
+ #: ../includes/class.yith-wcwl-privacy.php:210
583
  #, fuzzy
584
  msgid "Removed default user's wishlist"
585
  msgstr "Wunschlisten anderer Nutzer"
586
 
587
+ #: ../includes/class.yith-wcwl-privacy.php:228
588
  msgid "Token"
589
  msgstr ""
590
 
591
+ #: ../includes/class.yith-wcwl-privacy.php:229
592
  #, fuzzy
593
  msgid "Wishlist url"
594
  msgstr "Wunschliste"
595
 
596
+ #: ../includes/class.yith-wcwl-privacy.php:230
597
  #, fuzzy
598
  msgid "Title"
599
  msgstr "Titel:"
600
 
601
+ #: ../includes/class.yith-wcwl-privacy.php:231
602
  #, fuzzy
603
  msgctxt "date wishlist was created"
604
  msgid "Created on"
605
  msgstr "Erstellen"
606
 
607
+ #: ../includes/class.yith-wcwl-privacy.php:232
608
  msgid "Visibility"
609
  msgstr ""
610
 
611
+ #: ../includes/class.yith-wcwl-privacy.php:233
612
  msgid "Items Added"
613
  msgstr ""
614
 
615
+ #: ../includes/class.yith-wcwl-privacy.php:283
616
+ #: ../templates/wishlist-view.php:212
617
  msgid "Shared"
618
  msgstr "geteilt"
619
 
620
+ #: ../includes/class.yith-wcwl-privacy.php:286
621
+ #: ../templates/wishlist-view.php:215
622
  msgid "Private"
623
  msgstr "Privat"
624
 
625
+ #: ../includes/class.yith-wcwl-privacy.php:289
626
+ #: ../templates/wishlist-view.php:218
627
  msgid "Public"
628
  msgstr "Öffentlich"
629
 
630
+ #: ../includes/class.yith-wcwl-shortcode.php:45
631
  #, fuzzy
632
  msgctxt "[gutenberg]: block name"
633
  msgid "YITH Add to Wishlist"
634
  msgstr "Auf die Wunschliste"
635
 
636
+ #: ../includes/class.yith-wcwl-shortcode.php:46
637
  #, fuzzy
638
  msgctxt "[gutenberg]: block description"
639
  msgid "Shows Add to Wishlist button"
640
  msgstr "Zur Wunschliste hinzufügen Button"
641
 
642
+ #: ../includes/class.yith-wcwl-shortcode.php:51
643
  msgid ""
644
  "ID of the product to add to wishlist (leave empty to use global product)"
645
  msgstr ""
646
 
647
+ #: ../includes/class.yith-wcwl-shortcode.php:56
648
  msgid "Url of wishlist page (leave empty to use default)"
649
  msgstr ""
650
 
651
+ #: ../includes/class.yith-wcwl-shortcode.php:61
652
  msgid "Button label (leave empty to use default)"
653
  msgstr ""
654
 
655
+ #: ../includes/class.yith-wcwl-shortcode.php:66
656
  msgid "\"Browse wishlist\" label (leave empty to use default)"
657
  msgstr ""
658
 
659
+ #: ../includes/class.yith-wcwl-shortcode.php:71
660
  #, fuzzy
661
  msgid "\"Product already in wishlist\" label (leave empty to use default)"
662
  msgstr "Artikel ist bereits auf der Wunschliste Text"
663
 
664
+ #: ../includes/class.yith-wcwl-shortcode.php:76
665
  msgid "\"Product added to wishlist\" label (leave empty to use default)"
666
  msgstr ""
667
 
668
+ #: ../includes/class.yith-wcwl-shortcode.php:81
669
  msgid ""
670
  "Icon for the button (use any FontAwesome valid class, or leave empty to use "
671
  "default)"
672
  msgstr ""
673
 
674
+ #: ../includes/class.yith-wcwl-shortcode.php:86
675
  msgid "Additional css classes for the button (leave empty to use default)"
676
  msgstr ""
677
 
678
+ #: ../includes/class.yith-wcwl-shortcode.php:94
679
  #, fuzzy
680
  msgctxt "[gutenberg]: block name"
681
  msgid "YITH Wishlist"
682
  msgstr "YITH Wunschliste"
683
 
684
+ #: ../includes/class.yith-wcwl-shortcode.php:95
685
  #, fuzzy
686
  msgctxt "[gutenberg]: block description"
687
  msgid "Shows list of products in wishlist"
688
  msgstr "Zeige Artikel Preis für jedes Produkt"
689
 
690
+ #: ../includes/class.yith-wcwl-shortcode.php:100
691
  msgid "Choose whether to paginate items in the wishlist or show them all"
692
  msgstr ""
693
 
694
+ #: ../includes/class.yith-wcwl-shortcode.php:103
695
  msgid "Paginate"
696
  msgstr ""
697
 
698
+ #: ../includes/class.yith-wcwl-shortcode.php:104
699
  msgid "Do not paginate"
700
  msgstr ""
701
 
702
+ #: ../includes/class.yith-wcwl-shortcode.php:109
703
  msgid "Number of items to show for each page"
704
  msgstr ""
705
 
706
+ #: ../includes/class.yith-wcwl-shortcode.php:114
707
  msgid "ID of the wishlist to show (EG: K6EOWXB888ZD)"
708
  msgstr ""
709
 
710
+ #: ../includes/class.yith-wcwl-shortcode.php:386
711
+ #: ../includes/class.yith-wcwl-ui.php:164
712
  msgid "Share on:"
713
  msgstr "Teile auf:"
714
 
715
+ #: ../includes/class.yith-wcwl-ui.php:118
716
+ #: ../includes/class.yith-wcwl-ui.php:200
717
  msgid "Select options"
718
  msgstr "Optionen auswählen"
719
 
720
+ #: ../includes/class.yith-wcwl-ui.php:168 ../templates/share.php:20
721
  msgid "Facebook"
722
  msgstr "Facebook"
723
 
724
+ #: ../includes/class.yith-wcwl-ui.php:171 ../templates/share.php:26
725
  msgid "Twitter"
726
  msgstr "Twitter"
727
 
728
+ #: ../includes/class.yith-wcwl-ui.php:180
729
  msgid "email"
730
  msgstr "email"
731
 
732
+ #: ../includes/class.yith-wcwl.php:201
733
  msgid "An error occurred while adding products to the wishlist."
734
  msgstr "Beim hinzufügen von Artikeln trat ein Fehler auf."
735
 
736
+ #: ../includes/class.yith-wcwl.php:293
737
  msgid "An error occurred while adding products to wishlist."
738
  msgstr "Beim hinzufügen von Artikeln trat ein Fehler auf."
739
 
740
+ #: ../includes/class.yith-wcwl.php:310
741
  msgid "The \"Remove\" option now does not require any parameter"
742
  msgstr "Die entfernen Funktion benötigt keine Parameter"
743
 
744
+ #: ../includes/class.yith-wcwl.php:359
745
  msgid "An error occurred while removing products from the wishlist"
746
  msgstr "Beim entfernen von Artikeln trat ein Fehler auf."
747
 
748
+ #: ../includes/class.yith-wcwl.php:809
749
  msgid "You need to log in before creating a new wishlist"
750
  msgstr "Du musst dich einloggen um eine Wunschliste zu erstellen"
751
 
752
+ #: ../includes/class.yith-wcwl.php:1610
753
  msgid "Product successfully removed."
754
  msgstr "Artikel entfernt."
755
 
756
+ #: ../includes/class.yith-wcwl.php:1614
757
  msgid "Error. Unable to remove the product from the wishlist."
758
  msgstr "Fehler: Artikel konnte nicht von der Wunschliste entfernt werden."
759
 
760
+ #: ../includes/class.yith-wcwl.php:1618 ../templates/wishlist-view.php:242
761
  msgid "No products were added to the wishlist"
762
  msgstr "Keine Produkte zur Wunschliste hinzugefügt"
763
 
764
+ #: ../includes/class.yith-wcwl.php:1660
765
  msgid "An error as occurred."
766
  msgstr "Es ist ein Fehler aufgetreten."
767
 
768
+ #: ../init.php:130
769
  #, fuzzy
770
  msgid "is enabled but not effective. It requires WooCommerce in order to work."
771
  msgstr "YITH Wishlist erfordert WooCommerce"
772
 
773
+ #: ../init.php:140
774
  msgid "You can't activate the free version of"
775
  msgstr ""
776
 
777
+ #: ../init.php:140
778
  msgid "while you are using the premium one."
779
  msgstr ""
780
 
781
+ #: ../templates/admin/wishlist-panel-premium.php:185
782
+ #: ../templates/admin/wishlist-panel-premium.php:383
783
+ #, php-format
784
  msgid ""
785
  "Upgrade to the %1$spremium version%2$s%3$sof %1$sYITH WooCommerce Wishlist"
786
  "%2$s to benefit from all features!"
787
  msgstr ""
788
 
789
+ #: ../templates/admin/wishlist-panel-premium.php:187
790
+ #: ../templates/admin/wishlist-panel-premium.php:385
791
+ #, php-format
792
  msgid "%1$sUPGRADE%2$s%3$s to the premium version%2$s"
793
  msgstr ""
794
 
795
+ #: ../templates/admin/wishlist-panel-premium.php:193
796
  msgid "Premium Features"
797
  msgstr ""
798
 
799
+ #: ../templates/admin/wishlist-panel-premium.php:196
800
+ #: ../templates/admin/wishlist-panel-premium.php:201
801
  msgid "Multiple Wishlist"
802
  msgstr ""
803
 
804
+ #: ../templates/admin/wishlist-panel-premium.php:203
805
+ #, php-format
806
  msgid ""
807
  "%1$sDoes it ever happened to you to have too many wishes for a single wish "
808
  "list?%2$s%3$s The possibility to manage one's wishes is a fundamental "
813
  "manage and share their own wish lists."
814
  msgstr ""
815
 
816
+ #: ../templates/admin/wishlist-panel-premium.php:212
817
+ #: ../templates/admin/wishlist-panel-premium.php:222
818
  msgid "Wishlist Private"
819
  msgstr ""
820
 
821
+ #: ../templates/admin/wishlist-panel-premium.php:214
822
+ #, php-format
823
  msgid ""
824
  "By enabling the option wishlist, users will also have the possibility to "
825
  "%1$smanage the visibility%2$s of their wish lists according to one of the "
826
  "following options:"
827
  msgstr ""
828
 
829
+ #: ../templates/admin/wishlist-panel-premium.php:216
830
+ #, php-format
831
  msgid "%1$spublic:%2$s all users can look for your wish list and see it;"
832
  msgstr ""
833
 
834
+ #: ../templates/admin/wishlist-panel-premium.php:217
835
+ #, php-format
836
  msgid ""
837
  "%1$sshared:%2$s only users possessing a direct link to the wish list page "
838
  "can display it;"
839
  msgstr ""
840
 
841
+ #: ../templates/admin/wishlist-panel-premium.php:218
842
+ #, php-format
843
  msgid "%1$sprivate:%2$s only the wish list creator can see it."
844
  msgstr ""
845
 
846
+ #: ../templates/admin/wishlist-panel-premium.php:229
847
+ #: ../templates/admin/wishlist-panel-premium.php:234
848
  msgid "Estimate Cost"
849
  msgstr ""
850
 
851
+ #: ../templates/admin/wishlist-panel-premium.php:236
852
+ #, php-format
853
  msgid ""
854
  "%1$sDo you want to add the possibility to ask for estimates of costs into "
855
  "your catalogue?%3$s Do you want to manage customised packets for faithful "
861
  "address that you have previously set."
862
  msgstr ""
863
 
864
+ #: ../templates/admin/wishlist-panel-premium.php:245
865
+ #: ../templates/admin/wishlist-panel-premium.php:250
866
  msgid "Admin Panel"
867
  msgstr ""
868
 
869
+ #: ../templates/admin/wishlist-panel-premium.php:247
870
+ #, php-format
871
  msgid ""
872
  "Thanks to the useful Admin panel, accessible directly among the WooCommerce "
873
  "submenu pages, you will have total control on users' wishlists. In addition "
877
  "in customers' wish lists."
878
  msgstr ""
879
 
880
+ #: ../templates/admin/wishlist-panel-premium.php:257
881
+ #: ../templates/admin/wishlist-panel-premium.php:262
882
  msgid "Search Wishlists"
883
  msgstr ""
884
 
885
+ #: ../templates/admin/wishlist-panel-premium.php:264
886
+ #, php-format
887
  msgid ""
888
  "How many times have you been looking for the perfect gift for a important "
889
  "event but you had no idea of what to buy? %1$s'Search wishlists'%2$s allows "
892
  "your products and even encourage users to purchase."
893
  msgstr ""
894
 
895
+ #: ../templates/admin/wishlist-panel-premium.php:273
896
  msgid "'ADD TO CART' CHECKBOX"
897
  msgstr ""
898
 
899
+ #: ../templates/admin/wishlist-panel-premium.php:275
900
+ #, php-format
901
  msgid ""
902
  "Your shop offers always a wide selection of products and wishlists of your "
903
  "users get more and more crowded everyday. Give them the possibility to "
905
  "just with one click."
906
  msgstr ""
907
 
908
+ #: ../templates/admin/wishlist-panel-premium.php:278
909
  msgid "'ADD TO CART'"
910
  msgstr ""
911
 
912
+ #: ../templates/admin/wishlist-panel-premium.php:285
913
  msgid "DISABLE WISHLIST"
914
  msgstr ""
915
 
916
+ #: ../templates/admin/wishlist-panel-premium.php:290
917
  msgid "DISABLE WISHLIST FOR UNLOGGED USERS"
918
  msgstr ""
919
 
920
+ #: ../templates/admin/wishlist-panel-premium.php:292
921
+ #, php-format
922
  msgid ""
923
  "Favour users that have registered to your shop and disable plugin "
924
  "functionalities for all users that have not. By disabling this option, each "
926
  "%2$s to \"My Account\" page and a message will invite them to log in."
927
  msgstr ""
928
 
929
+ #: ../templates/admin/wishlist-panel-premium.php:301
930
  msgid "MESSAGE TO UNLOGGED USERS"
931
  msgstr ""
932
 
933
+ #: ../templates/admin/wishlist-panel-premium.php:303
934
+ #, php-format
935
  msgid ""
936
  "Invite users that are visiting your shop to login if they want to fully "
937
  "benefit from Wishlist functionalities. Show a %1$scustomised message%2$s and "
938
  "redirect them to \"My Account\" page for registration."
939
  msgstr ""
940
 
941
+ #: ../templates/admin/wishlist-panel-premium.php:306
942
  msgid "UNLOGGED USERS"
943
  msgstr ""
944
 
945
+ #: ../templates/admin/wishlist-panel-premium.php:313
946
+ #: ../templates/admin/wishlist-panel-premium.php:318
947
  msgid "POPULAR TABLE"
948
  msgstr ""
949
 
950
+ #: ../templates/admin/wishlist-panel-premium.php:320
951
+ #, php-format
952
  msgid ""
953
  "Some products draw customer's attention more than others and they do not "
954
  "hesitate to add products to their wishlist. Table %1$s'Popular'%2$s allows "
956
  "their wishlists."
957
  msgstr ""
958
 
959
+ #: ../templates/admin/wishlist-panel-premium.php:329
960
  msgid "FUNCTIONALITIES IN ONE CLICK"
961
  msgstr ""
962
 
963
+ #: ../templates/admin/wishlist-panel-premium.php:331
964
+ #, php-format
965
  msgid ""
966
  "Users have the possibility to search for a wishlist, create a new one or "
967
  "display those already created. Add these %1$sfunctionalities%2$s through the "
968
  "dedicated widgets or show them immediately after \"Wishlist\" table."
969
  msgstr ""
970
 
971
+ #: ../templates/admin/wishlist-panel-premium.php:334
972
  msgid "FUNCTIONALITIES"
973
  msgstr ""
974
 
975
+ #: ../templates/admin/wishlist-panel-premium.php:341
976
+ #: ../templates/admin/wishlist-panel-premium.php:346
977
  msgid "PROMOTIONAL EMAIL"
978
  msgstr ""
979
 
980
+ #: ../templates/admin/wishlist-panel-premium.php:348
981
+ #, php-format
982
  msgid ""
983
  "If you want to give the right input to your users to persuade them to "
984
  "%1$spurchase the products%2$s they have in their wishlists, you need to use "
987
  "will know you are offering a unique offer!"
988
  msgstr ""
989
 
990
+ #: ../templates/admin/wishlist-panel-premium.php:357
991
  msgid "FROM A WISHLIST TO ANOTHER"
992
  msgstr ""
993
 
994
+ #: ../templates/admin/wishlist-panel-premium.php:359
995
+ #, php-format
996
  msgid ""
997
  "Who said that a product has to remain forever in the same wishlist? With the "
998
  "option %1$s\"Show \"Move to another wishlist\" dropdown menu\"%2$s, with "
1000
  "another one, managing as they want their lists."
1001
  msgstr ""
1002
 
1003
+ #: ../templates/admin/wishlist-panel-premium.php:362
1004
  msgid "FROM A WISHLIST"
1005
  msgstr ""
1006
 
1007
+ #: ../templates/admin/wishlist-panel-premium.php:369
1008
  msgid "DATE"
1009
  msgstr ""
1010
 
1011
+ #: ../templates/admin/wishlist-panel-premium.php:374
1012
  msgid "DATE OF ADDITION TO A WISHLIST"
1013
  msgstr ""
1014
 
1015
+ #: ../templates/admin/wishlist-panel-premium.php:376
1016
+ #, php-format
1017
  msgid ""
1018
  "Activating the %1$s\"Show date of addition\"%2$s option, users can see the "
1019
  "date in which they have added a particular product to their list: a new way "
1020
  "to keep you users informed about their operations."
1021
  msgstr ""
1022
 
1023
+ #: ../templates/share.php:32
1024
  msgid "Pinterest"
1025
  msgstr "Pinterest"
1026
 
1027
+ #: ../templates/share.php:38
1028
  msgid "Google+"
1029
  msgstr "Google+"
1030
 
1031
+ #: ../templates/share.php:44
1032
  msgid "Email"
1033
  msgstr "EMail"
1034
 
1035
+ #: ../templates/wishlist-view.php:32
1036
  msgid "Edit title"
1037
  msgstr "Titel bearbeiten"
1038
 
1039
+ #: ../templates/wishlist-view.php:41
1040
  msgid "Save"
1041
  msgstr "Speichern"
1042
 
1043
+ #: ../templates/wishlist-view.php:45
1044
  msgid "Cancel"
1045
  msgstr "Abbrechen"
1046
 
1047
+ #: ../templates/wishlist-view.php:82
1048
  msgid "Product Name"
1049
  msgstr "Artikel Name"
1050
 
1051
+ #: ../templates/wishlist-view.php:89
1052
  msgid "Unit Price"
1053
  msgstr "Artikel Preis"
1054
 
1055
+ #: ../templates/wishlist-view.php:102
1056
  msgid "Stock Status"
1057
  msgstr "Lager Status"
1058
 
1059
+ #: ../templates/wishlist-view.php:152 ../templates/wishlist-view.php:232
1060
  msgid "Remove this product"
1061
  msgstr "Artikel entfernen"
1062
 
1063
+ #: ../templates/wishlist-view.php:172
1064
  msgid "Free!"
1065
  msgstr "Kostenlos!"
1066
 
1067
+ #: ../templates/wishlist-view.php:179
1068
  msgid "Out of Stock"
1069
  msgstr "Nicht auf Lager"
1070
 
1071
+ #: ../templates/wishlist-view.php:179
1072
  msgid "In Stock"
1073
  msgstr "Auf Lager"
1074
 
1075
+ #: ../templates/wishlist-view.php:188
1076
+ #, php-format
1077
  msgid "Added on : %s"
1078
  msgstr "Hinzugefügt am: %s"
1079
 
1080
+ #: ../templates/wishlist-view.php:200
1081
  msgid "Move"
1082
  msgstr "Verschieben"
1083
 
1084
+ #: ../templates/wishlist-view.php:232
1085
  msgid "Remove"
1086
  msgstr "Entfernen"
1087
 
1088
+ #: ../templates/wishlist-view.php:259
1089
  msgid "Add the selected products to the cart"
1090
  msgstr "Ausgewählte Artikel<br />in den Warenkorb"
1091
 
1092
+ #: ../templates/wishlist-view.php:267 ../templates/wishlist-view.php:313
1093
  msgid "Ask for an estimate"
1094
  msgstr "Nach einem Angebot Fragen"
1095
 
1096
+ #: ../templates/wishlist-view.php:303
1097
  msgid "Your email"
1098
  msgstr ""
1099
 
1100
+ #~ msgid "YITH WooCommerce Wishlist"
1101
+ #~ msgstr "YITH WooCommerce Wunschliste"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1102
 
1103
  #~ msgid "Live Demo"
1104
  #~ msgstr "Live Demo"
languages/yith-woocommerce-wishlist-es_AR.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-es_AR.po CHANGED
@@ -2,15 +2,15 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
- "POT-Creation-Date: 2018-12-21 10:28:38+00:00\n"
6
- "PO-Revision-Date: 2018-10-04 14:50+0200\n"
7
  "Last-Translator: YIThemes <support@yithemes.com>\n"
8
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
9
  "Language: es_AR\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 2.0.8\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"
@@ -20,103 +20,104 @@ msgstr ""
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:1484
25
- #: includes/class.yith-wcwl-admin-init.php:1485
26
- #: includes/class.yith-wcwl-install.php:245
27
  msgid "Wishlist"
28
  msgstr "Lista de deseos"
29
 
30
- #: includes/class.yith-wcwl-admin-init.php:161
31
  msgid "Settings"
32
  msgstr "Configuraciones"
33
 
34
- #: includes/class.yith-wcwl-admin-init.php:162
35
- #: includes/class.yith-wcwl-admin-init.php:243
36
  msgid "Colors"
37
  msgstr "Colores"
38
 
39
- #: includes/class.yith-wcwl-admin-init.php:163
40
  msgid "Premium Version"
41
  msgstr ""
42
 
43
- #: includes/class.yith-wcwl-admin-init.php:1015
44
  msgid "Enable all plugin features"
45
  msgstr ""
46
 
47
- #: includes/class.yith-wcwl-admin-init.php:1016
48
  msgid ""
49
  "Be sure to select at least one option in the Wishlist page menu in this "
50
  "settings page"
51
  msgstr ""
52
 
53
- #: includes/class.yith-wcwl-admin-init.php:1017
54
  msgctxt "[Part of]: Also, please read the plugin documentation"
55
  msgid "Also, please read the plugin"
56
  msgstr ""
57
 
58
- #: includes/class.yith-wcwl-admin-init.php:1018
59
  msgctxt "[Part Of]: Also, please read the plugin documentation"
60
  msgid "documentation"
61
  msgstr ""
62
 
63
- #: includes/class.yith-wcwl-admin-init.php:1024
64
  msgid "Upgrade to the PREMIUM VERSION"
65
  msgstr ""
66
 
67
- #: includes/class.yith-wcwl-admin-init.php:1028
68
  msgid "Discover the Advanced Features"
69
  msgstr ""
70
 
71
- #: includes/class.yith-wcwl-admin-init.php:1029
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:1035
78
  msgid "Get Support and Pro Features"
79
  msgstr ""
80
 
81
- #: includes/class.yith-wcwl-admin-init.php:1036
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:1046
89
  msgid "General Settings"
90
  msgstr "Configuraciones generales"
91
 
92
- #: includes/class.yith-wcwl-admin-init.php:1053
93
  msgid "Enable YITH Wishlist"
94
  msgstr "Habilitar YITH Wishlist"
95
 
96
- #: includes/class.yith-wcwl-admin-init.php:1060
97
  #, fuzzy
98
  msgid "Default wishlist title"
99
  msgstr "Título de la Lista de deseos"
100
 
101
- #: includes/class.yith-wcwl-admin-init.php:1062
102
- #: includes/class.yith-wcwl-admin-init.php:1063
103
- #: includes/class.yith-wcwl-admin-init.php:1299
 
104
  msgid "My wishlist on %s"
105
  msgstr "Mi lista de deseos en %s"
106
 
107
- #: includes/class.yith-wcwl-admin-init.php:1068
108
  msgid "Wishlist Page"
109
  msgstr "Lista de deseos"
110
 
111
- #: includes/class.yith-wcwl-admin-init.php:1069
112
  msgid "Page contents: [yith_wcwl_wishlist]"
113
  msgstr "Contenidos: [yith_wcwl_wishlist]"
114
 
115
- #: includes/class.yith-wcwl-admin-init.php:1078
116
  msgid "Position"
117
  msgstr "Posición"
118
 
119
- #: includes/class.yith-wcwl-admin-init.php:1079
120
  #, fuzzy
121
  msgid ""
122
  "You can add the button in variable products only after the \"Add to Cart\" "
@@ -125,27 +126,27 @@ msgstr ""
125
  "En productos variables puedes agregarlo sólo Después de \"Agregar al carrito"
126
  "\" o usar el shortcode [yith_wcwl_add_to_wishlist]. "
127
 
128
- #: includes/class.yith-wcwl-admin-init.php:1085
129
  msgid "After \"Add to cart\""
130
  msgstr "Después de \"Agregar al carrito\""
131
 
132
- #: includes/class.yith-wcwl-admin-init.php:1086
133
  msgid "After thumbnails"
134
  msgstr "Después de las miniaturas"
135
 
136
- #: includes/class.yith-wcwl-admin-init.php:1087
137
  msgid "After summary"
138
  msgstr "Después del resúmen"
139
 
140
- #: includes/class.yith-wcwl-admin-init.php:1088
141
  msgid "Use shortcode"
142
  msgstr "Usar shortcode"
143
 
144
- #: includes/class.yith-wcwl-admin-init.php:1093
145
  msgid "Redirect to cart"
146
  msgstr "Redireccionar al carrito"
147
 
148
- #: includes/class.yith-wcwl-admin-init.php:1094
149
  msgid ""
150
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
151
  "page."
@@ -153,335 +154,338 @@ msgstr ""
153
  "Redireccionar a la página del carrito si se presiona el botón \"Agregar al "
154
  "carrito\" en la página de la lista de deseos."
155
 
156
- #: includes/class.yith-wcwl-admin-init.php:1100
157
  msgid "Remove if added to the cart"
158
  msgstr "Eliminar después de agregar al carrito"
159
 
160
- #: includes/class.yith-wcwl-admin-init.php:1101
161
  #, fuzzy
162
  msgid "Remove the product from the wishlist if it has been added to the cart."
163
  msgstr "Eliminar el producto de la lista de deseos si fue agregado al carrito."
164
 
165
- #: includes/class.yith-wcwl-admin-init.php:1107
166
  msgid "\"Add to Wishlist\" text"
167
  msgstr "Texto de \"Agregar a la Lista de deseos\""
168
 
169
- #: includes/class.yith-wcwl-admin-init.php:1109
170
  msgid "Add to Wishlist"
171
  msgstr "Agregar a la Lista de deseos"
172
 
173
- #: includes/class.yith-wcwl-admin-init.php:1114
174
  #, fuzzy
175
  msgid "\"Browse wishlist\" text"
176
  msgstr "Ir a la Lista de deseos"
177
 
178
- #: includes/class.yith-wcwl-admin-init.php:1116
179
- #: includes/class.yith-wcwl-ui.php:82 includes/class.yith-wcwl-ui.php:83
180
  msgid "Browse Wishlist"
181
  msgstr "Ir a la Lista de deseos"
182
 
183
- #: includes/class.yith-wcwl-admin-init.php:1121
184
  #, fuzzy
185
  msgid "\"Product already in wishlist\" text"
186
  msgstr "Ya está en tu lista de deseos!"
187
 
188
- #: includes/class.yith-wcwl-admin-init.php:1123
189
- #: includes/class.yith-wcwl-ui.php:83
190
  msgid "The product is already in the wishlist!"
191
  msgstr "¡Este producto ya está en la lista de deseos!"
192
 
193
- #: includes/class.yith-wcwl-admin-init.php:1128
194
  #, fuzzy
195
  msgid "\"Product added\" text"
196
  msgstr "¡Agregado!"
197
 
198
- #: includes/class.yith-wcwl-admin-init.php:1130
199
- #: includes/class.yith-wcwl-ui.php:82
200
  msgid "Product added!"
201
  msgstr "¡Agregado!"
202
 
203
- #: includes/class.yith-wcwl-admin-init.php:1135
204
  msgid "\"Add to Cart\" text"
205
  msgstr "Texto de \"Agregar al carrito\""
206
 
207
- #: includes/class.yith-wcwl-admin-init.php:1137
208
  msgid "Add to Cart"
209
  msgstr "Agregar al carrito"
210
 
211
- #: includes/class.yith-wcwl-admin-init.php:1142
212
  msgid "Show Unit price"
213
  msgstr "Mostrar precio por unidad"
214
 
215
- #: includes/class.yith-wcwl-admin-init.php:1143
216
  msgid "Show unit price for each product in wishlist"
217
  msgstr ""
218
 
219
- #: includes/class.yith-wcwl-admin-init.php:1150
220
  msgid "Show \"Add to Cart\" button"
221
  msgstr "Mostrar el botón \"Agregar al carrito\""
222
 
223
- #: includes/class.yith-wcwl-admin-init.php:1151
224
  #, fuzzy
225
  msgid "Show \"Add to Cart\" button for each product in wishlist"
226
  msgstr "Fondo del botón \"Agregar al carrito\""
227
 
228
- #: includes/class.yith-wcwl-admin-init.php:1158
229
  msgid "Show Stock status"
230
  msgstr "Mostrar estado del stock"
231
 
232
- #: includes/class.yith-wcwl-admin-init.php:1159
233
  msgid ""
234
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
235
  msgstr ""
236
 
237
- #: includes/class.yith-wcwl-admin-init.php:1166
238
  msgid "Show Date of addition"
239
  msgstr ""
240
 
241
- #: includes/class.yith-wcwl-admin-init.php:1167
242
  #, fuzzy
243
  msgid "Show the date when users have added a product to the wishlist"
244
  msgstr ""
245
  "¡Ups! Ha ocurrido un error al agregar el producto a la lista de deseos. "
246
  "Intenta nuevamente, por favor."
247
 
248
- #: includes/class.yith-wcwl-admin-init.php:1174
249
  #, fuzzy
250
  msgid "Add second remove button"
251
  msgstr "Texto del botón \"Agregar al carrito\""
252
 
253
- #: includes/class.yith-wcwl-admin-init.php:1175
254
  msgid "Add a second remove button in the last column, with extended label"
255
  msgstr ""
256
 
257
- #: includes/class.yith-wcwl-admin-init.php:1190
258
  msgid "Styles"
259
  msgstr "Estilos"
260
 
261
- #: includes/class.yith-wcwl-admin-init.php:1197
262
  msgid "Use buttons"
263
  msgstr "Usar botones"
264
 
265
- #: includes/class.yith-wcwl-admin-init.php:1198
266
  #, fuzzy
267
  msgid "Use buttons instead of simple anchors."
268
  msgstr "Usar botones en lugar de anclas simples."
269
 
270
- #: includes/class.yith-wcwl-admin-init.php:1204
271
  msgid "Custom CSS"
272
  msgstr "CSS personalizado"
273
 
274
- #: includes/class.yith-wcwl-admin-init.php:1211
275
  msgid "Use theme style"
276
  msgstr "Usar el estilo del tema"
277
 
278
- #: includes/class.yith-wcwl-admin-init.php:1212
279
  msgid "Use the theme style."
280
  msgstr "Usar el estilo del tema."
281
 
282
- #: includes/class.yith-wcwl-admin-init.php:1218
283
  #, fuzzy
284
  msgid "Rounded buttons"
285
  msgstr "Usar botones"
286
 
287
- #: includes/class.yith-wcwl-admin-init.php:1219
288
  #, fuzzy
289
  msgid "Make button corners rounded"
290
  msgstr "Redondear los ángulos de los botones"
291
 
292
- #: includes/class.yith-wcwl-admin-init.php:1225
293
  msgid "\"Add to Wishlist\" icon"
294
  msgstr "Ícono de \"Agregar a la Lista de deseos\""
295
 
296
- #: includes/class.yith-wcwl-admin-init.php:1226
297
  msgid "Add an icon to the \"Add to Wishlist\" button"
298
  msgstr "Agregar un ícono al botón de \"Agregar a la Lista de deseos\""
299
 
300
- #: includes/class.yith-wcwl-admin-init.php:1236
301
  msgid "\"Add to Cart\" icon"
302
  msgstr "Ícono de \"Agregar al carrito\""
303
 
304
- #: includes/class.yith-wcwl-admin-init.php:1237
305
  msgid "Add an icon to the \"Add to Cart\" button"
306
  msgstr "Agregar un ícono para el botón de \"Agregar al carrito\""
307
 
308
- #: includes/class.yith-wcwl-admin-init.php:1255
309
  #, fuzzy
310
  msgid "Social Networks & Share"
311
  msgstr "Sociales &amp; Compartir"
312
 
313
- #: includes/class.yith-wcwl-admin-init.php:1262
314
  msgid "Share on Facebook"
315
  msgstr "Compartir en Facebook"
316
 
317
- #: includes/class.yith-wcwl-admin-init.php:1263
318
  #, fuzzy
319
  msgid "Show \"Share on Facebook\" button"
320
  msgstr "Compartir en Facebook"
321
 
322
- #: includes/class.yith-wcwl-admin-init.php:1269
323
  msgid "Tweet on Twitter"
324
  msgstr "Tuitear en Twitter"
325
 
326
- #: includes/class.yith-wcwl-admin-init.php:1270
327
  #, fuzzy
328
  msgid "Show \"Tweet on Twitter\" button"
329
  msgstr "Tuitear en Twitter"
330
 
331
- #: includes/class.yith-wcwl-admin-init.php:1276
332
  msgid "Pin on Pinterest"
333
  msgstr "Compartir en Pinterest"
334
 
335
- #: includes/class.yith-wcwl-admin-init.php:1277
336
  #, fuzzy
337
  msgid "Show \"Pin on Pinterest\" button"
338
  msgstr "Compartir en Pinterest"
339
 
340
- #: includes/class.yith-wcwl-admin-init.php:1283
341
  msgid "Share on Google+"
342
  msgstr "Compartir en Google+"
343
 
344
- #: includes/class.yith-wcwl-admin-init.php:1284
345
  #, fuzzy
346
  msgid "Show \"Share on Google+\" button"
347
  msgstr "Compartir en Facebook"
348
 
349
- #: includes/class.yith-wcwl-admin-init.php:1290
350
  msgid "Share by Email"
351
  msgstr ""
352
 
353
- #: includes/class.yith-wcwl-admin-init.php:1291
354
  #, fuzzy
355
  msgid "Show \"Share by Email\" button"
356
  msgstr "Mostrar el botón \"Agregar al carrito\""
357
 
358
- #: includes/class.yith-wcwl-admin-init.php:1297
359
  #, fuzzy
360
  msgid "Social title"
361
  msgstr "Título de sociales"
362
 
363
- #: includes/class.yith-wcwl-admin-init.php:1304
364
  #, fuzzy
365
  msgid "Social text"
366
  msgstr "Texto de sociales"
367
 
368
- #: includes/class.yith-wcwl-admin-init.php:1305
369
  msgid ""
370
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
371
  "strong> where you want to show the URL of your wishlist."
372
  msgstr ""
373
 
374
- #: includes/class.yith-wcwl-admin-init.php:1312
375
  #, fuzzy
376
  msgid "Social image URL"
377
  msgstr "URL de las imágenes sociales"
378
 
379
- #: includes/class.yith-wcwl-admin-init.php:1313
380
  msgid "It will be used by Pinterest."
381
  msgstr ""
382
 
383
- #: includes/class.yith-wcwl-admin-init.php:1327
 
384
  msgid ""
385
  "If you want to take advantage of this feature, you could consider to "
386
  "purchase the %s."
387
  msgstr ""
388
 
389
- #: includes/class.yith-wcwl-admin-init.php:1332
390
  msgid "YITH WooCommerce Frequently Bought Together Integration"
391
  msgstr ""
392
 
393
- #: includes/class.yith-wcwl-admin-init.php:1339
394
  msgid "Enable slider in wishlist"
395
  msgstr ""
396
 
397
- #: includes/class.yith-wcwl-admin-init.php:1340
 
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:1376
404
  #, fuzzy
405
  msgid "\"Add to wishlist\" button"
406
  msgstr "Texto del botón \"Agregar a la lista de deseos\""
407
 
408
- #: includes/class.yith-wcwl-admin-init.php:1379
409
- #: includes/class.yith-wcwl-admin-init.php:1397
410
- #: includes/class.yith-wcwl-admin-init.php:1415
411
- #: includes/class.yith-wcwl-admin-init.php:1433
412
- #: includes/class.yith-wcwl-admin-init.php:1451
413
  msgid "Background"
414
  msgstr ""
415
 
416
- #: includes/class.yith-wcwl-admin-init.php:1380
417
- #: includes/class.yith-wcwl-admin-init.php:1398
418
- #: includes/class.yith-wcwl-admin-init.php:1416
419
- #: includes/class.yith-wcwl-admin-init.php:1434
420
- #: includes/class.yith-wcwl-admin-init.php:1452
421
  msgid "Text"
422
  msgstr ""
423
 
424
- #: includes/class.yith-wcwl-admin-init.php:1381
425
- #: includes/class.yith-wcwl-admin-init.php:1399
426
- #: includes/class.yith-wcwl-admin-init.php:1417
427
- #: includes/class.yith-wcwl-admin-init.php:1435
428
- #: includes/class.yith-wcwl-admin-init.php:1453
429
  msgid "Border"
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 "Background (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 "Text (hover)"
444
  msgstr ""
445
 
446
- #: includes/class.yith-wcwl-admin-init.php:1390
447
- #: includes/class.yith-wcwl-admin-init.php:1408
448
- #: includes/class.yith-wcwl-admin-init.php:1426
449
- #: includes/class.yith-wcwl-admin-init.php:1444
450
  msgid "Border (hover)"
451
  msgstr ""
452
 
453
- #: includes/class.yith-wcwl-admin-init.php:1394
454
  #, fuzzy
455
  msgid "\"Add to Cart\" button"
456
  msgstr "Texto del botón \"Agregar al carrito\""
457
 
458
- #: includes/class.yith-wcwl-admin-init.php:1412
459
  msgid "\"Style 1\" button"
460
  msgstr ""
461
 
462
- #: includes/class.yith-wcwl-admin-init.php:1430
463
  msgid "\"Style 2\" button"
464
  msgstr ""
465
 
466
- #: includes/class.yith-wcwl-admin-init.php:1448
467
  #, fuzzy
468
  msgid "Wishlist table"
469
  msgstr "Título de la Lista de deseos"
470
 
471
- #: includes/class.yith-wcwl-admin-init.php:1457
472
  msgid "Headers"
473
  msgstr ""
474
 
475
- #: includes/class.yith-wcwl-admin-init.php:1460
476
  msgid "Background color"
477
  msgstr ""
478
 
479
- #: includes/class.yith-wcwl-admin-init.php:1550
480
  #, fuzzy
481
  msgid "Wishlist Activated"
482
  msgstr "Título de la Lista de deseos"
483
 
484
- #: includes/class.yith-wcwl-admin-init.php:1551
 
485
  msgid ""
486
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
487
  "can access to all the settings of our plugins that you have activated. "
@@ -489,12 +493,13 @@ msgid ""
489
  "options, <a href=\"%s\">discover it now</a>."
490
  msgstr ""
491
 
492
- #: includes/class.yith-wcwl-admin-init.php:1562
493
  #, fuzzy
494
  msgid "Wishlist Updated"
495
  msgstr "Lista de deseos"
496
 
497
- #: includes/class.yith-wcwl-admin-init.php:1563
 
498
  msgid ""
499
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
500
  "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
@@ -503,310 +508,315 @@ msgid ""
503
  "\">discover the PREMIUM version.</a>"
504
  msgstr ""
505
 
506
- #: includes/class.yith-wcwl-init.php:437
507
  msgid ""
508
  "We are sorry, but this feature is available only if cookies are enabled on "
509
  "your browser."
510
  msgstr ""
511
 
512
- #: includes/class.yith-wcwl-init.php:438
513
  #, fuzzy
514
  msgid "Product correctly added to cart"
515
  msgstr "¡Agregado!"
516
 
517
- #: includes/class.yith-wcwl-install.php:244
518
  msgctxt "page_slug"
519
  msgid "wishlist"
520
  msgstr ""
521
 
522
- #: includes/class.yith-wcwl-privacy.php:50
523
  msgid "While you visit our site, we’ll track:"
524
  msgstr ""
525
 
526
- #: includes/class.yith-wcwl-privacy.php:52
527
  msgid ""
528
  "Products you’ve added to the wishlist: we’ll use this to show you and other "
529
  "users your favourite products, and to create targeted email campaigns."
530
  msgstr ""
531
 
532
- #: includes/class.yith-wcwl-privacy.php:53
533
  msgid ""
534
  "Wishlists you’ve created: we’ll keep track of the wishlists you create, and "
535
  "make them visible to the store’s staff"
536
  msgstr ""
537
 
538
- #: includes/class.yith-wcwl-privacy.php:55
539
  msgid ""
540
  "We’ll also use cookies to keep track of wishlist contents while you’re "
541
  "browsing our site."
542
  msgstr ""
543
 
544
- #: includes/class.yith-wcwl-privacy.php:58
545
  msgid ""
546
  "Members of our team have access to the information you provide us. For "
547
  "example, both Administrators and Shop Managers can access:"
548
  msgstr ""
549
 
550
- #: includes/class.yith-wcwl-privacy.php:60
551
  msgid ""
552
  "Wishlist details, such as products added, date of addition, name and privacy "
553
  "settings of your wishlists"
554
  msgstr ""
555
 
556
- #: includes/class.yith-wcwl-privacy.php:62
557
  msgid ""
558
  "Our team members have access to this information to offer you better deals "
559
  "for the products you love."
560
  msgstr ""
561
 
562
- #: includes/class.yith-wcwl-privacy.php:82
563
- #: includes/class.yith-wcwl-privacy.php:98
564
  #, fuzzy
565
  msgid "Customer Wishlists"
566
  msgstr "Agregar a la Lista de deseos"
567
 
568
- #: includes/class.yith-wcwl-privacy.php:133
569
  #, fuzzy
570
  msgid "Wishlists"
571
  msgstr "Lista de deseos"
572
 
573
- #. Translators: %s Order number.
574
- #: includes/class.yith-wcwl-privacy.php:195
575
- #, fuzzy
576
  msgid "Removed wishlist %s."
577
  msgstr "Mi lista de deseos en %s"
578
 
579
- #. Translators: %s Order number.
580
- #: includes/class.yith-wcwl-privacy.php:199
581
- #, fuzzy
582
  msgid "Wishlist %s has been retained."
583
  msgstr "Texto de la tabla de la Lista de Deseos"
584
 
585
- #: includes/class.yith-wcwl-privacy.php:210
586
  msgid "Removed default user's wishlist"
587
  msgstr ""
588
 
589
- #: includes/class.yith-wcwl-privacy.php:228
590
  msgid "Token"
591
  msgstr ""
592
 
593
- #: includes/class.yith-wcwl-privacy.php:229
594
  #, fuzzy
595
  msgid "Wishlist url"
596
  msgstr "Lista de deseos"
597
 
598
- #: includes/class.yith-wcwl-privacy.php:230
599
  msgid "Title"
600
  msgstr ""
601
 
602
- #: includes/class.yith-wcwl-privacy.php:231
603
  msgctxt "date wishlist was created"
604
  msgid "Created on"
605
  msgstr ""
606
 
607
- #: includes/class.yith-wcwl-privacy.php:232
608
  msgid "Visibility"
609
  msgstr ""
610
 
611
- #: includes/class.yith-wcwl-privacy.php:233
612
  msgid "Items Added"
613
  msgstr ""
614
 
615
- #: includes/class.yith-wcwl-privacy.php:283 templates/wishlist-view.php:212
 
616
  #, fuzzy
617
  msgid "Shared"
618
  msgstr "Compartir en:"
619
 
620
- #: includes/class.yith-wcwl-privacy.php:286 templates/wishlist-view.php:215
 
621
  msgid "Private"
622
  msgstr ""
623
 
624
- #: includes/class.yith-wcwl-privacy.php:289 templates/wishlist-view.php:218
 
625
  msgid "Public"
626
  msgstr ""
627
 
628
- #: includes/class.yith-wcwl-shortcode.php:45
629
  #, fuzzy
630
  msgctxt "[gutenberg]: block name"
631
  msgid "YITH Add to Wishlist"
632
  msgstr "Agregar a la Lista de deseos"
633
 
634
- #: includes/class.yith-wcwl-shortcode.php:46
635
  #, fuzzy
636
  msgctxt "[gutenberg]: block description"
637
  msgid "Shows Add to Wishlist button"
638
  msgstr "Texto del botón \"Agregar a la lista de deseos\""
639
 
640
- #: includes/class.yith-wcwl-shortcode.php:51
641
  msgid ""
642
  "ID of the product to add to wishlist (leave empty to use global product)"
643
  msgstr ""
644
 
645
- #: includes/class.yith-wcwl-shortcode.php:56
646
  msgid "Url of wishlist page (leave empty to use default)"
647
  msgstr ""
648
 
649
- #: includes/class.yith-wcwl-shortcode.php:61
650
  msgid "Button label (leave empty to use default)"
651
  msgstr ""
652
 
653
- #: includes/class.yith-wcwl-shortcode.php:66
654
  msgid "\"Browse wishlist\" label (leave empty to use default)"
655
  msgstr ""
656
 
657
- #: includes/class.yith-wcwl-shortcode.php:71
658
  #, fuzzy
659
  msgid "\"Product already in wishlist\" label (leave empty to use default)"
660
  msgstr "Ya está en tu lista de deseos!"
661
 
662
- #: includes/class.yith-wcwl-shortcode.php:76
663
  msgid "\"Product added to wishlist\" label (leave empty to use default)"
664
  msgstr ""
665
 
666
- #: includes/class.yith-wcwl-shortcode.php:81
667
  msgid ""
668
  "Icon for the button (use any FontAwesome valid class, or leave empty to use "
669
  "default)"
670
  msgstr ""
671
 
672
- #: includes/class.yith-wcwl-shortcode.php:86
673
  msgid "Additional css classes for the button (leave empty to use default)"
674
  msgstr ""
675
 
676
- #: includes/class.yith-wcwl-shortcode.php:94
677
  #, fuzzy
678
  msgctxt "[gutenberg]: block name"
679
  msgid "YITH Wishlist"
680
  msgstr "Habilitar YITH Wishlist"
681
 
682
- #: includes/class.yith-wcwl-shortcode.php:95
683
  #, fuzzy
684
  msgctxt "[gutenberg]: block description"
685
  msgid "Shows list of products in wishlist"
686
  msgstr "Fondo del botón \"Agregar al carrito\""
687
 
688
- #: includes/class.yith-wcwl-shortcode.php:100
689
  msgid "Choose whether to paginate items in the wishlist or show them all"
690
  msgstr ""
691
 
692
- #: includes/class.yith-wcwl-shortcode.php:103
693
  msgid "Paginate"
694
  msgstr ""
695
 
696
- #: includes/class.yith-wcwl-shortcode.php:104
697
  msgid "Do not paginate"
698
  msgstr ""
699
 
700
- #: includes/class.yith-wcwl-shortcode.php:109
701
  msgid "Number of items to show for each page"
702
  msgstr ""
703
 
704
- #: includes/class.yith-wcwl-shortcode.php:114
705
  msgid "ID of the wishlist to show (EG: K6EOWXB888ZD)"
706
  msgstr ""
707
 
708
- #: includes/class.yith-wcwl-shortcode.php:386
709
- #: includes/class.yith-wcwl-ui.php:164
710
  msgid "Share on:"
711
  msgstr "Compartir en:"
712
 
713
- #: includes/class.yith-wcwl-ui.php:118 includes/class.yith-wcwl-ui.php:200
 
714
  msgid "Select options"
715
  msgstr "Selecciona opciones"
716
 
717
- #: includes/class.yith-wcwl-ui.php:168 templates/share.php:20
718
  msgid "Facebook"
719
  msgstr ""
720
 
721
- #: includes/class.yith-wcwl-ui.php:171 templates/share.php:26
722
  msgid "Twitter"
723
  msgstr ""
724
 
725
- #: includes/class.yith-wcwl-ui.php:180
726
  msgid "email"
727
  msgstr ""
728
 
729
- #: includes/class.yith-wcwl.php:201
730
  #, fuzzy
731
  msgid "An error occurred while adding products to the wishlist."
732
  msgstr ""
733
  "¡Ups! Ha ocurrido un error al agregar el producto a la lista de deseos. "
734
  "Intenta nuevamente, por favor."
735
 
736
- #: includes/class.yith-wcwl.php:293
737
  #, fuzzy
738
  msgid "An error occurred while adding products to wishlist."
739
  msgstr ""
740
  "¡Ups! Ha ocurrido un error al agregar el producto a la lista de deseos. "
741
  "Intenta nuevamente, por favor."
742
 
743
- #: includes/class.yith-wcwl.php:310
744
  msgid "The \"Remove\" option now does not require any parameter"
745
  msgstr ""
746
 
747
- #: includes/class.yith-wcwl.php:359
748
  #, fuzzy
749
  msgid "An error occurred while removing products from the wishlist"
750
  msgstr ""
751
  "¡Ups! Ha ocurrido un error al eliminar el producto de tu lista. Intenta "
752
  "nuevamente, por favor."
753
 
754
- #: includes/class.yith-wcwl.php:809
755
  msgid "You need to log in before creating a new wishlist"
756
  msgstr ""
757
 
758
- #: includes/class.yith-wcwl.php:1610
759
  msgid "Product successfully removed."
760
  msgstr "Bien, lo hemos eliminado de tu lista..."
761
 
762
- #: includes/class.yith-wcwl.php:1614
763
  msgid "Error. Unable to remove the product from the wishlist."
764
  msgstr ""
765
  "¡Ups! Ha ocurrido un error al eliminar el producto de tu lista. Intenta "
766
  "nuevamente, por favor."
767
 
768
- #: includes/class.yith-wcwl.php:1618 templates/wishlist-view.php:242
769
  msgid "No products were added to the wishlist"
770
  msgstr "Tu lista de deseos está vacía por el momento..."
771
 
772
- #: includes/class.yith-wcwl.php:1660
773
  msgid "An error as occurred."
774
  msgstr ""
775
 
776
- #: init.php:130
777
  msgid "is enabled but not effective. It requires WooCommerce in order to work."
778
  msgstr ""
779
 
780
- #: init.php:140
781
  msgid "You can't activate the free version of"
782
  msgstr ""
783
 
784
- #: init.php:140
785
  msgid "while you are using the premium one."
786
  msgstr ""
787
 
788
- #: templates/admin/wishlist-panel-premium.php:185
789
- #: templates/admin/wishlist-panel-premium.php:383
 
790
  msgid ""
791
  "Upgrade to the %1$spremium version%2$s%3$sof %1$sYITH WooCommerce Wishlist"
792
  "%2$s to benefit from all features!"
793
  msgstr ""
794
 
795
- #: templates/admin/wishlist-panel-premium.php:187
796
- #: templates/admin/wishlist-panel-premium.php:385
 
797
  msgid "%1$sUPGRADE%2$s%3$s to the premium version%2$s"
798
  msgstr ""
799
 
800
- #: templates/admin/wishlist-panel-premium.php:193
801
  msgid "Premium Features"
802
  msgstr ""
803
 
804
- #: templates/admin/wishlist-panel-premium.php:196
805
- #: templates/admin/wishlist-panel-premium.php:201
806
  msgid "Multiple Wishlist"
807
  msgstr ""
808
 
809
- #: templates/admin/wishlist-panel-premium.php:203
 
810
  msgid ""
811
  "%1$sDoes it ever happened to you to have too many wishes for a single wish "
812
  "list?%2$s%3$s The possibility to manage one's wishes is a fundamental "
@@ -817,38 +827,43 @@ msgid ""
817
  "manage and share their own wish lists."
818
  msgstr ""
819
 
820
- #: templates/admin/wishlist-panel-premium.php:212
821
- #: templates/admin/wishlist-panel-premium.php:222
822
  msgid "Wishlist Private"
823
  msgstr ""
824
 
825
- #: templates/admin/wishlist-panel-premium.php:214
 
826
  msgid ""
827
  "By enabling the option wishlist, users will also have the possibility to "
828
  "%1$smanage the visibility%2$s of their wish lists according to one of the "
829
  "following options:"
830
  msgstr ""
831
 
832
- #: templates/admin/wishlist-panel-premium.php:216
 
833
  msgid "%1$spublic:%2$s all users can look for your wish list and see it;"
834
  msgstr ""
835
 
836
- #: templates/admin/wishlist-panel-premium.php:217
 
837
  msgid ""
838
  "%1$sshared:%2$s only users possessing a direct link to the wish list page "
839
  "can display it;"
840
  msgstr ""
841
 
842
- #: templates/admin/wishlist-panel-premium.php:218
 
843
  msgid "%1$sprivate:%2$s only the wish list creator can see it."
844
  msgstr ""
845
 
846
- #: templates/admin/wishlist-panel-premium.php:229
847
- #: templates/admin/wishlist-panel-premium.php:234
848
  msgid "Estimate Cost"
849
  msgstr ""
850
 
851
- #: templates/admin/wishlist-panel-premium.php:236
 
852
  msgid ""
853
  "%1$sDo you want to add the possibility to ask for estimates of costs into "
854
  "your catalogue?%3$s Do you want to manage customised packets for faithful "
@@ -860,12 +875,13 @@ msgid ""
860
  "address that you have previously set."
861
  msgstr ""
862
 
863
- #: templates/admin/wishlist-panel-premium.php:245
864
- #: templates/admin/wishlist-panel-premium.php:250
865
  msgid "Admin Panel"
866
  msgstr ""
867
 
868
- #: templates/admin/wishlist-panel-premium.php:247
 
869
  msgid ""
870
  "Thanks to the useful Admin panel, accessible directly among the WooCommerce "
871
  "submenu pages, you will have total control on users' wishlists. In addition "
@@ -875,12 +891,13 @@ msgid ""
875
  "in customers' wish lists."
876
  msgstr ""
877
 
878
- #: templates/admin/wishlist-panel-premium.php:257
879
- #: templates/admin/wishlist-panel-premium.php:262
880
  msgid "Search Wishlists"
881
  msgstr ""
882
 
883
- #: templates/admin/wishlist-panel-premium.php:264
 
884
  msgid ""
885
  "How many times have you been looking for the perfect gift for a important "
886
  "event but you had no idea of what to buy? %1$s'Search wishlists'%2$s allows "
@@ -889,11 +906,12 @@ msgid ""
889
  "your products and even encourage users to purchase."
890
  msgstr ""
891
 
892
- #: templates/admin/wishlist-panel-premium.php:273
893
  msgid "'ADD TO CART' CHECKBOX"
894
  msgstr ""
895
 
896
- #: templates/admin/wishlist-panel-premium.php:275
 
897
  msgid ""
898
  "Your shop offers always a wide selection of products and wishlists of your "
899
  "users get more and more crowded everyday. Give them the possibility to "
@@ -901,19 +919,20 @@ msgid ""
901
  "just with one click."
902
  msgstr ""
903
 
904
- #: templates/admin/wishlist-panel-premium.php:278
905
  msgid "'ADD TO CART'"
906
  msgstr ""
907
 
908
- #: templates/admin/wishlist-panel-premium.php:285
909
  msgid "DISABLE WISHLIST"
910
  msgstr ""
911
 
912
- #: templates/admin/wishlist-panel-premium.php:290
913
  msgid "DISABLE WISHLIST FOR UNLOGGED USERS"
914
  msgstr ""
915
 
916
- #: templates/admin/wishlist-panel-premium.php:292
 
917
  msgid ""
918
  "Favour users that have registered to your shop and disable plugin "
919
  "functionalities for all users that have not. By disabling this option, each "
@@ -921,27 +940,29 @@ msgid ""
921
  "%2$s to \"My Account\" page and a message will invite them to log in."
922
  msgstr ""
923
 
924
- #: templates/admin/wishlist-panel-premium.php:301
925
  msgid "MESSAGE TO UNLOGGED USERS"
926
  msgstr ""
927
 
928
- #: templates/admin/wishlist-panel-premium.php:303
 
929
  msgid ""
930
  "Invite users that are visiting your shop to login if they want to fully "
931
  "benefit from Wishlist functionalities. Show a %1$scustomised message%2$s and "
932
  "redirect them to \"My Account\" page for registration."
933
  msgstr ""
934
 
935
- #: templates/admin/wishlist-panel-premium.php:306
936
  msgid "UNLOGGED USERS"
937
  msgstr ""
938
 
939
- #: templates/admin/wishlist-panel-premium.php:313
940
- #: templates/admin/wishlist-panel-premium.php:318
941
  msgid "POPULAR TABLE"
942
  msgstr ""
943
 
944
- #: templates/admin/wishlist-panel-premium.php:320
 
945
  msgid ""
946
  "Some products draw customer's attention more than others and they do not "
947
  "hesitate to add products to their wishlist. Table %1$s'Popular'%2$s allows "
@@ -949,27 +970,29 @@ msgid ""
949
  "their wishlists."
950
  msgstr ""
951
 
952
- #: templates/admin/wishlist-panel-premium.php:329
953
  msgid "FUNCTIONALITIES IN ONE CLICK"
954
  msgstr ""
955
 
956
- #: templates/admin/wishlist-panel-premium.php:331
 
957
  msgid ""
958
  "Users have the possibility to search for a wishlist, create a new one or "
959
  "display those already created. Add these %1$sfunctionalities%2$s through the "
960
  "dedicated widgets or show them immediately after \"Wishlist\" table."
961
  msgstr ""
962
 
963
- #: templates/admin/wishlist-panel-premium.php:334
964
  msgid "FUNCTIONALITIES"
965
  msgstr ""
966
 
967
- #: templates/admin/wishlist-panel-premium.php:341
968
- #: templates/admin/wishlist-panel-premium.php:346
969
  msgid "PROMOTIONAL EMAIL"
970
  msgstr ""
971
 
972
- #: templates/admin/wishlist-panel-premium.php:348
 
973
  msgid ""
974
  "If you want to give the right input to your users to persuade them to "
975
  "%1$spurchase the products%2$s they have in their wishlists, you need to use "
@@ -978,11 +1001,12 @@ msgid ""
978
  "will know you are offering a unique offer!"
979
  msgstr ""
980
 
981
- #: templates/admin/wishlist-panel-premium.php:357
982
  msgid "FROM A WISHLIST TO ANOTHER"
983
  msgstr ""
984
 
985
- #: templates/admin/wishlist-panel-premium.php:359
 
986
  msgid ""
987
  "Who said that a product has to remain forever in the same wishlist? With the "
988
  "option %1$s\"Show \"Move to another wishlist\" dropdown menu\"%2$s, with "
@@ -990,130 +1014,110 @@ msgid ""
990
  "another one, managing as they want their lists."
991
  msgstr ""
992
 
993
- #: templates/admin/wishlist-panel-premium.php:362
994
  msgid "FROM A WISHLIST"
995
  msgstr ""
996
 
997
- #: templates/admin/wishlist-panel-premium.php:369
998
  msgid "DATE"
999
  msgstr ""
1000
 
1001
- #: templates/admin/wishlist-panel-premium.php:374
1002
  msgid "DATE OF ADDITION TO A WISHLIST"
1003
  msgstr ""
1004
 
1005
- #: templates/admin/wishlist-panel-premium.php:376
 
1006
  msgid ""
1007
  "Activating the %1$s\"Show date of addition\"%2$s option, users can see the "
1008
  "date in which they have added a particular product to their list: a new way "
1009
  "to keep you users informed about their operations."
1010
  msgstr ""
1011
 
1012
- #: templates/share.php:32
1013
  #, fuzzy
1014
  msgid "Pinterest"
1015
  msgstr "Compartir en Pinterest"
1016
 
1017
- #: templates/share.php:38
1018
  #, fuzzy
1019
  msgid "Google+"
1020
  msgstr "Compartir en Google+"
1021
 
1022
- #: templates/share.php:44
1023
  msgid "Email"
1024
  msgstr ""
1025
 
1026
- #: templates/wishlist-view.php:32
1027
  #, fuzzy
1028
  msgid "Edit title"
1029
  msgstr "Título de la Lista de deseos"
1030
 
1031
- #: templates/wishlist-view.php:41
1032
  msgid "Save"
1033
  msgstr ""
1034
 
1035
- #: templates/wishlist-view.php:45
1036
  msgid "Cancel"
1037
  msgstr ""
1038
 
1039
- #: templates/wishlist-view.php:82
1040
  msgid "Product Name"
1041
  msgstr "Producto"
1042
 
1043
- #: templates/wishlist-view.php:89
1044
  msgid "Unit Price"
1045
  msgstr "Precio por unidad"
1046
 
1047
- #: templates/wishlist-view.php:102
1048
  msgid "Stock Status"
1049
  msgstr "Estado de stock"
1050
 
1051
  # Not literal but more friendly.
1052
- #: templates/wishlist-view.php:152 templates/wishlist-view.php:232
1053
  msgid "Remove this product"
1054
  msgstr "Ya no lo quiero"
1055
 
1056
- #: templates/wishlist-view.php:172
1057
  msgid "Free!"
1058
  msgstr ""
1059
 
1060
- #: templates/wishlist-view.php:179
1061
  msgid "Out of Stock"
1062
  msgstr "No disponible por el momento"
1063
 
1064
- #: templates/wishlist-view.php:179
1065
  msgid "In Stock"
1066
  msgstr "¡Disponible!"
1067
 
1068
- #: templates/wishlist-view.php:188
 
1069
  msgid "Added on : %s"
1070
  msgstr ""
1071
 
1072
- #: templates/wishlist-view.php:200
1073
  msgid "Move"
1074
  msgstr ""
1075
 
1076
- #: templates/wishlist-view.php:232
1077
  msgid "Remove"
1078
  msgstr ""
1079
 
1080
- #: templates/wishlist-view.php:259
1081
  msgid "Add the selected products to the cart"
1082
  msgstr ""
1083
 
1084
- #: templates/wishlist-view.php:267 templates/wishlist-view.php:313
1085
  msgid "Ask for an estimate"
1086
  msgstr ""
1087
 
1088
- #: templates/wishlist-view.php:303
1089
  msgid "Your email"
1090
  msgstr ""
1091
 
1092
- #. Plugin Name of the plugin/theme
1093
  #, fuzzy
1094
- msgid "YITH WooCommerce Wishlist"
1095
- msgstr "Agregar a la Lista de deseos"
1096
-
1097
- #. Plugin URI of the plugin/theme
1098
- msgid "https://yithemes.com/themes/plugins/yith-woocommerce-wishlist/"
1099
- msgstr ""
1100
-
1101
- #. Description of the plugin/theme
1102
- msgid ""
1103
- "<code><strong>YITH WooCommerce Wishlist</strong></code> gives your users the "
1104
- "possibility to create, fill, manage and share their wishlists allowing you "
1105
- "to analyze their interests and needs to improve your marketing strategies. "
1106
- "<a href=\"https://yithemes.com/\" target=\"_blank\">Get more plugins for "
1107
- "your e-commerce on <strong>YITH</strong></a>"
1108
- msgstr ""
1109
-
1110
- #. Author of the plugin/theme
1111
- msgid "YITH"
1112
- msgstr ""
1113
-
1114
- #. Author URI of the plugin/theme
1115
- msgid "https://yithemes.com/"
1116
- msgstr ""
1117
 
1118
  #, fuzzy
1119
  #~ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
+ "POT-Creation-Date: 2019-02-12 14:37+0100\n"
6
+ "PO-Revision-Date: 2019-02-12 14:37+0100\n"
7
  "Last-Translator: YIThemes <support@yithemes.com>\n"
8
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
9
  "Language: es_AR\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 2.2\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"
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:1484
25
+ #: ../includes/class.yith-wcwl-admin-init.php:1485
26
+ #: ../includes/class.yith-wcwl-install.php:245
27
  msgid "Wishlist"
28
  msgstr "Lista de deseos"
29
 
30
+ #: ../includes/class.yith-wcwl-admin-init.php:161
31
  msgid "Settings"
32
  msgstr "Configuraciones"
33
 
34
+ #: ../includes/class.yith-wcwl-admin-init.php:162
35
+ #: ../includes/class.yith-wcwl-admin-init.php:243
36
  msgid "Colors"
37
  msgstr "Colores"
38
 
39
+ #: ../includes/class.yith-wcwl-admin-init.php:163
40
  msgid "Premium Version"
41
  msgstr ""
42
 
43
+ #: ../includes/class.yith-wcwl-admin-init.php:1015
44
  msgid "Enable all plugin features"
45
  msgstr ""
46
 
47
+ #: ../includes/class.yith-wcwl-admin-init.php:1016
48
  msgid ""
49
  "Be sure to select at least one option in the Wishlist page menu in this "
50
  "settings page"
51
  msgstr ""
52
 
53
+ #: ../includes/class.yith-wcwl-admin-init.php:1017
54
  msgctxt "[Part of]: Also, please read the plugin documentation"
55
  msgid "Also, please read the plugin"
56
  msgstr ""
57
 
58
+ #: ../includes/class.yith-wcwl-admin-init.php:1018
59
  msgctxt "[Part Of]: Also, please read the plugin documentation"
60
  msgid "documentation"
61
  msgstr ""
62
 
63
+ #: ../includes/class.yith-wcwl-admin-init.php:1024
64
  msgid "Upgrade to the PREMIUM VERSION"
65
  msgstr ""
66
 
67
+ #: ../includes/class.yith-wcwl-admin-init.php:1028
68
  msgid "Discover the Advanced Features"
69
  msgstr ""
70
 
71
+ #: ../includes/class.yith-wcwl-admin-init.php:1029
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:1035
78
  msgid "Get Support and Pro Features"
79
  msgstr ""
80
 
81
+ #: ../includes/class.yith-wcwl-admin-init.php:1036
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:1046
89
  msgid "General Settings"
90
  msgstr "Configuraciones generales"
91
 
92
+ #: ../includes/class.yith-wcwl-admin-init.php:1053
93
  msgid "Enable YITH Wishlist"
94
  msgstr "Habilitar YITH Wishlist"
95
 
96
+ #: ../includes/class.yith-wcwl-admin-init.php:1060
97
  #, fuzzy
98
  msgid "Default wishlist title"
99
  msgstr "Título de la Lista de deseos"
100
 
101
+ #: ../includes/class.yith-wcwl-admin-init.php:1062
102
+ #: ../includes/class.yith-wcwl-admin-init.php:1063
103
+ #: ../includes/class.yith-wcwl-admin-init.php:1299
104
+ #, php-format
105
  msgid "My wishlist on %s"
106
  msgstr "Mi lista de deseos en %s"
107
 
108
+ #: ../includes/class.yith-wcwl-admin-init.php:1068
109
  msgid "Wishlist Page"
110
  msgstr "Lista de deseos"
111
 
112
+ #: ../includes/class.yith-wcwl-admin-init.php:1069
113
  msgid "Page contents: [yith_wcwl_wishlist]"
114
  msgstr "Contenidos: [yith_wcwl_wishlist]"
115
 
116
+ #: ../includes/class.yith-wcwl-admin-init.php:1078
117
  msgid "Position"
118
  msgstr "Posición"
119
 
120
+ #: ../includes/class.yith-wcwl-admin-init.php:1079
121
  #, fuzzy
122
  msgid ""
123
  "You can add the button in variable products only after the \"Add to Cart\" "
126
  "En productos variables puedes agregarlo sólo Después de \"Agregar al carrito"
127
  "\" o usar el shortcode [yith_wcwl_add_to_wishlist]. "
128
 
129
+ #: ../includes/class.yith-wcwl-admin-init.php:1085
130
  msgid "After \"Add to cart\""
131
  msgstr "Después de \"Agregar al carrito\""
132
 
133
+ #: ../includes/class.yith-wcwl-admin-init.php:1086
134
  msgid "After thumbnails"
135
  msgstr "Después de las miniaturas"
136
 
137
+ #: ../includes/class.yith-wcwl-admin-init.php:1087
138
  msgid "After summary"
139
  msgstr "Después del resúmen"
140
 
141
+ #: ../includes/class.yith-wcwl-admin-init.php:1088
142
  msgid "Use shortcode"
143
  msgstr "Usar shortcode"
144
 
145
+ #: ../includes/class.yith-wcwl-admin-init.php:1093
146
  msgid "Redirect to cart"
147
  msgstr "Redireccionar al carrito"
148
 
149
+ #: ../includes/class.yith-wcwl-admin-init.php:1094
150
  msgid ""
151
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
152
  "page."
154
  "Redireccionar a la página del carrito si se presiona el botón \"Agregar al "
155
  "carrito\" en la página de la lista de deseos."
156
 
157
+ #: ../includes/class.yith-wcwl-admin-init.php:1100
158
  msgid "Remove if added to the cart"
159
  msgstr "Eliminar después de agregar al carrito"
160
 
161
+ #: ../includes/class.yith-wcwl-admin-init.php:1101
162
  #, fuzzy
163
  msgid "Remove the product from the wishlist if it has been added to the cart."
164
  msgstr "Eliminar el producto de la lista de deseos si fue agregado al carrito."
165
 
166
+ #: ../includes/class.yith-wcwl-admin-init.php:1107
167
  msgid "\"Add to Wishlist\" text"
168
  msgstr "Texto de \"Agregar a la Lista de deseos\""
169
 
170
+ #: ../includes/class.yith-wcwl-admin-init.php:1109
171
  msgid "Add to Wishlist"
172
  msgstr "Agregar a la Lista de deseos"
173
 
174
+ #: ../includes/class.yith-wcwl-admin-init.php:1114
175
  #, fuzzy
176
  msgid "\"Browse wishlist\" text"
177
  msgstr "Ir a la Lista de deseos"
178
 
179
+ #: ../includes/class.yith-wcwl-admin-init.php:1116
180
+ #: ../includes/class.yith-wcwl-ui.php:82 ../includes/class.yith-wcwl-ui.php:83
181
  msgid "Browse Wishlist"
182
  msgstr "Ir a la Lista de deseos"
183
 
184
+ #: ../includes/class.yith-wcwl-admin-init.php:1121
185
  #, fuzzy
186
  msgid "\"Product already in wishlist\" text"
187
  msgstr "Ya está en tu lista de deseos!"
188
 
189
+ #: ../includes/class.yith-wcwl-admin-init.php:1123
190
+ #: ../includes/class.yith-wcwl-ui.php:83
191
  msgid "The product is already in the wishlist!"
192
  msgstr "¡Este producto ya está en la lista de deseos!"
193
 
194
+ #: ../includes/class.yith-wcwl-admin-init.php:1128
195
  #, fuzzy
196
  msgid "\"Product added\" text"
197
  msgstr "¡Agregado!"
198
 
199
+ #: ../includes/class.yith-wcwl-admin-init.php:1130
200
+ #: ../includes/class.yith-wcwl-ui.php:82
201
  msgid "Product added!"
202
  msgstr "¡Agregado!"
203
 
204
+ #: ../includes/class.yith-wcwl-admin-init.php:1135
205
  msgid "\"Add to Cart\" text"
206
  msgstr "Texto de \"Agregar al carrito\""
207
 
208
+ #: ../includes/class.yith-wcwl-admin-init.php:1137
209
  msgid "Add to Cart"
210
  msgstr "Agregar al carrito"
211
 
212
+ #: ../includes/class.yith-wcwl-admin-init.php:1142
213
  msgid "Show Unit price"
214
  msgstr "Mostrar precio por unidad"
215
 
216
+ #: ../includes/class.yith-wcwl-admin-init.php:1143
217
  msgid "Show unit price for each product in wishlist"
218
  msgstr ""
219
 
220
+ #: ../includes/class.yith-wcwl-admin-init.php:1150
221
  msgid "Show \"Add to Cart\" button"
222
  msgstr "Mostrar el botón \"Agregar al carrito\""
223
 
224
+ #: ../includes/class.yith-wcwl-admin-init.php:1151
225
  #, fuzzy
226
  msgid "Show \"Add to Cart\" button for each product in wishlist"
227
  msgstr "Fondo del botón \"Agregar al carrito\""
228
 
229
+ #: ../includes/class.yith-wcwl-admin-init.php:1158
230
  msgid "Show Stock status"
231
  msgstr "Mostrar estado del stock"
232
 
233
+ #: ../includes/class.yith-wcwl-admin-init.php:1159
234
  msgid ""
235
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
236
  msgstr ""
237
 
238
+ #: ../includes/class.yith-wcwl-admin-init.php:1166
239
  msgid "Show Date of addition"
240
  msgstr ""
241
 
242
+ #: ../includes/class.yith-wcwl-admin-init.php:1167
243
  #, fuzzy
244
  msgid "Show the date when users have added a product to the wishlist"
245
  msgstr ""
246
  "¡Ups! Ha ocurrido un error al agregar el producto a la lista de deseos. "
247
  "Intenta nuevamente, por favor."
248
 
249
+ #: ../includes/class.yith-wcwl-admin-init.php:1174
250
  #, fuzzy
251
  msgid "Add second remove button"
252
  msgstr "Texto del botón \"Agregar al carrito\""
253
 
254
+ #: ../includes/class.yith-wcwl-admin-init.php:1175
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:1190
259
  msgid "Styles"
260
  msgstr "Estilos"
261
 
262
+ #: ../includes/class.yith-wcwl-admin-init.php:1197
263
  msgid "Use buttons"
264
  msgstr "Usar botones"
265
 
266
+ #: ../includes/class.yith-wcwl-admin-init.php:1198
267
  #, fuzzy
268
  msgid "Use buttons instead of simple anchors."
269
  msgstr "Usar botones en lugar de anclas simples."
270
 
271
+ #: ../includes/class.yith-wcwl-admin-init.php:1204
272
  msgid "Custom CSS"
273
  msgstr "CSS personalizado"
274
 
275
+ #: ../includes/class.yith-wcwl-admin-init.php:1211
276
  msgid "Use theme style"
277
  msgstr "Usar el estilo del tema"
278
 
279
+ #: ../includes/class.yith-wcwl-admin-init.php:1212
280
  msgid "Use the theme style."
281
  msgstr "Usar el estilo del tema."
282
 
283
+ #: ../includes/class.yith-wcwl-admin-init.php:1218
284
  #, fuzzy
285
  msgid "Rounded buttons"
286
  msgstr "Usar botones"
287
 
288
+ #: ../includes/class.yith-wcwl-admin-init.php:1219
289
  #, fuzzy
290
  msgid "Make button corners rounded"
291
  msgstr "Redondear los ángulos de los botones"
292
 
293
+ #: ../includes/class.yith-wcwl-admin-init.php:1225
294
  msgid "\"Add to Wishlist\" icon"
295
  msgstr "Ícono de \"Agregar a la Lista de deseos\""
296
 
297
+ #: ../includes/class.yith-wcwl-admin-init.php:1226
298
  msgid "Add an icon to the \"Add to Wishlist\" button"
299
  msgstr "Agregar un ícono al botón de \"Agregar a la Lista de deseos\""
300
 
301
+ #: ../includes/class.yith-wcwl-admin-init.php:1236
302
  msgid "\"Add to Cart\" icon"
303
  msgstr "Ícono de \"Agregar al carrito\""
304
 
305
+ #: ../includes/class.yith-wcwl-admin-init.php:1237
306
  msgid "Add an icon to the \"Add to Cart\" button"
307
  msgstr "Agregar un ícono para el botón de \"Agregar al carrito\""
308
 
309
+ #: ../includes/class.yith-wcwl-admin-init.php:1255
310
  #, fuzzy
311
  msgid "Social Networks & Share"
312
  msgstr "Sociales &amp; Compartir"
313
 
314
+ #: ../includes/class.yith-wcwl-admin-init.php:1262
315
  msgid "Share on Facebook"
316
  msgstr "Compartir en Facebook"
317
 
318
+ #: ../includes/class.yith-wcwl-admin-init.php:1263
319
  #, fuzzy
320
  msgid "Show \"Share on Facebook\" button"
321
  msgstr "Compartir en Facebook"
322
 
323
+ #: ../includes/class.yith-wcwl-admin-init.php:1269
324
  msgid "Tweet on Twitter"
325
  msgstr "Tuitear en Twitter"
326
 
327
+ #: ../includes/class.yith-wcwl-admin-init.php:1270
328
  #, fuzzy
329
  msgid "Show \"Tweet on Twitter\" button"
330
  msgstr "Tuitear en Twitter"
331
 
332
+ #: ../includes/class.yith-wcwl-admin-init.php:1276
333
  msgid "Pin on Pinterest"
334
  msgstr "Compartir en Pinterest"
335
 
336
+ #: ../includes/class.yith-wcwl-admin-init.php:1277
337
  #, fuzzy
338
  msgid "Show \"Pin on Pinterest\" button"
339
  msgstr "Compartir en Pinterest"
340
 
341
+ #: ../includes/class.yith-wcwl-admin-init.php:1283
342
  msgid "Share on Google+"
343
  msgstr "Compartir en Google+"
344
 
345
+ #: ../includes/class.yith-wcwl-admin-init.php:1284
346
  #, fuzzy
347
  msgid "Show \"Share on Google+\" button"
348
  msgstr "Compartir en Facebook"
349
 
350
+ #: ../includes/class.yith-wcwl-admin-init.php:1290
351
  msgid "Share by Email"
352
  msgstr ""
353
 
354
+ #: ../includes/class.yith-wcwl-admin-init.php:1291
355
  #, fuzzy
356
  msgid "Show \"Share by Email\" button"
357
  msgstr "Mostrar el botón \"Agregar al carrito\""
358
 
359
+ #: ../includes/class.yith-wcwl-admin-init.php:1297
360
  #, fuzzy
361
  msgid "Social title"
362
  msgstr "Título de sociales"
363
 
364
+ #: ../includes/class.yith-wcwl-admin-init.php:1304
365
  #, fuzzy
366
  msgid "Social text"
367
  msgstr "Texto de sociales"
368
 
369
+ #: ../includes/class.yith-wcwl-admin-init.php:1305
370
  msgid ""
371
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
372
  "strong> where you want to show the URL of your wishlist."
373
  msgstr ""
374
 
375
+ #: ../includes/class.yith-wcwl-admin-init.php:1312
376
  #, fuzzy
377
  msgid "Social image URL"
378
  msgstr "URL de las imágenes sociales"
379
 
380
+ #: ../includes/class.yith-wcwl-admin-init.php:1313
381
  msgid "It will be used by Pinterest."
382
  msgstr ""
383
 
384
+ #: ../includes/class.yith-wcwl-admin-init.php:1327
385
+ #, php-format
386
  msgid ""
387
  "If you want to take advantage of this feature, you could consider to "
388
  "purchase the %s."
389
  msgstr ""
390
 
391
+ #: ../includes/class.yith-wcwl-admin-init.php:1332
392
  msgid "YITH WooCommerce Frequently Bought Together Integration"
393
  msgstr ""
394
 
395
+ #: ../includes/class.yith-wcwl-admin-init.php:1339
396
  msgid "Enable slider in wishlist"
397
  msgstr ""
398
 
399
+ #: ../includes/class.yith-wcwl-admin-init.php:1340
400
+ #, php-format
401
  msgid ""
402
  "Choose to enable product slider in wishlist page with linked products (<a "
403
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
404
  msgstr ""
405
 
406
+ #: ../includes/class.yith-wcwl-admin-init.php:1376
407
  #, fuzzy
408
  msgid "\"Add to wishlist\" button"
409
  msgstr "Texto del botón \"Agregar a la lista de deseos\""
410
 
411
+ #: ../includes/class.yith-wcwl-admin-init.php:1379
412
+ #: ../includes/class.yith-wcwl-admin-init.php:1397
413
+ #: ../includes/class.yith-wcwl-admin-init.php:1415
414
+ #: ../includes/class.yith-wcwl-admin-init.php:1433
415
+ #: ../includes/class.yith-wcwl-admin-init.php:1451
416
  msgid "Background"
417
  msgstr ""
418
 
419
+ #: ../includes/class.yith-wcwl-admin-init.php:1380
420
+ #: ../includes/class.yith-wcwl-admin-init.php:1398
421
+ #: ../includes/class.yith-wcwl-admin-init.php:1416
422
+ #: ../includes/class.yith-wcwl-admin-init.php:1434
423
+ #: ../includes/class.yith-wcwl-admin-init.php:1452
424
  msgid "Text"
425
  msgstr ""
426
 
427
+ #: ../includes/class.yith-wcwl-admin-init.php:1381
428
+ #: ../includes/class.yith-wcwl-admin-init.php:1399
429
+ #: ../includes/class.yith-wcwl-admin-init.php:1417
430
+ #: ../includes/class.yith-wcwl-admin-init.php:1435
431
+ #: ../includes/class.yith-wcwl-admin-init.php:1453
432
  msgid "Border"
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 "Background (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 "Text (hover)"
447
  msgstr ""
448
 
449
+ #: ../includes/class.yith-wcwl-admin-init.php:1390
450
+ #: ../includes/class.yith-wcwl-admin-init.php:1408
451
+ #: ../includes/class.yith-wcwl-admin-init.php:1426
452
+ #: ../includes/class.yith-wcwl-admin-init.php:1444
453
  msgid "Border (hover)"
454
  msgstr ""
455
 
456
+ #: ../includes/class.yith-wcwl-admin-init.php:1394
457
  #, fuzzy
458
  msgid "\"Add to Cart\" button"
459
  msgstr "Texto del botón \"Agregar al carrito\""
460
 
461
+ #: ../includes/class.yith-wcwl-admin-init.php:1412
462
  msgid "\"Style 1\" button"
463
  msgstr ""
464
 
465
+ #: ../includes/class.yith-wcwl-admin-init.php:1430
466
  msgid "\"Style 2\" button"
467
  msgstr ""
468
 
469
+ #: ../includes/class.yith-wcwl-admin-init.php:1448
470
  #, fuzzy
471
  msgid "Wishlist table"
472
  msgstr "Título de la Lista de deseos"
473
 
474
+ #: ../includes/class.yith-wcwl-admin-init.php:1457
475
  msgid "Headers"
476
  msgstr ""
477
 
478
+ #: ../includes/class.yith-wcwl-admin-init.php:1460
479
  msgid "Background color"
480
  msgstr ""
481
 
482
+ #: ../includes/class.yith-wcwl-admin-init.php:1550
483
  #, fuzzy
484
  msgid "Wishlist Activated"
485
  msgstr "Título de la Lista de deseos"
486
 
487
+ #: ../includes/class.yith-wcwl-admin-init.php:1551
488
+ #, php-format
489
  msgid ""
490
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
491
  "can access to all the settings of our plugins that you have activated. "
493
  "options, <a href=\"%s\">discover it now</a>."
494
  msgstr ""
495
 
496
+ #: ../includes/class.yith-wcwl-admin-init.php:1562
497
  #, fuzzy
498
  msgid "Wishlist Updated"
499
  msgstr "Lista de deseos"
500
 
501
+ #: ../includes/class.yith-wcwl-admin-init.php:1563
502
+ #, php-format
503
  msgid ""
504
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
505
  "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
508
  "\">discover the PREMIUM version.</a>"
509
  msgstr ""
510
 
511
+ #: ../includes/class.yith-wcwl-init.php:437
512
  msgid ""
513
  "We are sorry, but this feature is available only if cookies are enabled on "
514
  "your browser."
515
  msgstr ""
516
 
517
+ #: ../includes/class.yith-wcwl-init.php:438
518
  #, fuzzy
519
  msgid "Product correctly added to cart"
520
  msgstr "¡Agregado!"
521
 
522
+ #: ../includes/class.yith-wcwl-install.php:244
523
  msgctxt "page_slug"
524
  msgid "wishlist"
525
  msgstr ""
526
 
527
+ #: ../includes/class.yith-wcwl-privacy.php:50
528
  msgid "While you visit our site, we’ll track:"
529
  msgstr ""
530
 
531
+ #: ../includes/class.yith-wcwl-privacy.php:52
532
  msgid ""
533
  "Products you’ve added to the wishlist: we’ll use this to show you and other "
534
  "users your favourite products, and to create targeted email campaigns."
535
  msgstr ""
536
 
537
+ #: ../includes/class.yith-wcwl-privacy.php:53
538
  msgid ""
539
  "Wishlists you’ve created: we’ll keep track of the wishlists you create, and "
540
  "make them visible to the store’s staff"
541
  msgstr ""
542
 
543
+ #: ../includes/class.yith-wcwl-privacy.php:55
544
  msgid ""
545
  "We’ll also use cookies to keep track of wishlist contents while you’re "
546
  "browsing our site."
547
  msgstr ""
548
 
549
+ #: ../includes/class.yith-wcwl-privacy.php:58
550
  msgid ""
551
  "Members of our team have access to the information you provide us. For "
552
  "example, both Administrators and Shop Managers can access:"
553
  msgstr ""
554
 
555
+ #: ../includes/class.yith-wcwl-privacy.php:60
556
  msgid ""
557
  "Wishlist details, such as products added, date of addition, name and privacy "
558
  "settings of your wishlists"
559
  msgstr ""
560
 
561
+ #: ../includes/class.yith-wcwl-privacy.php:62
562
  msgid ""
563
  "Our team members have access to this information to offer you better deals "
564
  "for the products you love."
565
  msgstr ""
566
 
567
+ #: ../includes/class.yith-wcwl-privacy.php:82
568
+ #: ../includes/class.yith-wcwl-privacy.php:98
569
  #, fuzzy
570
  msgid "Customer Wishlists"
571
  msgstr "Agregar a la Lista de deseos"
572
 
573
+ #: ../includes/class.yith-wcwl-privacy.php:133
574
  #, fuzzy
575
  msgid "Wishlists"
576
  msgstr "Lista de deseos"
577
 
578
+ #: ../includes/class.yith-wcwl-privacy.php:195
579
+ #, fuzzy, php-format
 
580
  msgid "Removed wishlist %s."
581
  msgstr "Mi lista de deseos en %s"
582
 
583
+ #: ../includes/class.yith-wcwl-privacy.php:199
584
+ #, fuzzy, php-format
 
585
  msgid "Wishlist %s has been retained."
586
  msgstr "Texto de la tabla de la Lista de Deseos"
587
 
588
+ #: ../includes/class.yith-wcwl-privacy.php:210
589
  msgid "Removed default user's wishlist"
590
  msgstr ""
591
 
592
+ #: ../includes/class.yith-wcwl-privacy.php:228
593
  msgid "Token"
594
  msgstr ""
595
 
596
+ #: ../includes/class.yith-wcwl-privacy.php:229
597
  #, fuzzy
598
  msgid "Wishlist url"
599
  msgstr "Lista de deseos"
600
 
601
+ #: ../includes/class.yith-wcwl-privacy.php:230
602
  msgid "Title"
603
  msgstr ""
604
 
605
+ #: ../includes/class.yith-wcwl-privacy.php:231
606
  msgctxt "date wishlist was created"
607
  msgid "Created on"
608
  msgstr ""
609
 
610
+ #: ../includes/class.yith-wcwl-privacy.php:232
611
  msgid "Visibility"
612
  msgstr ""
613
 
614
+ #: ../includes/class.yith-wcwl-privacy.php:233
615
  msgid "Items Added"
616
  msgstr ""
617
 
618
+ #: ../includes/class.yith-wcwl-privacy.php:283
619
+ #: ../templates/wishlist-view.php:212
620
  #, fuzzy
621
  msgid "Shared"
622
  msgstr "Compartir en:"
623
 
624
+ #: ../includes/class.yith-wcwl-privacy.php:286
625
+ #: ../templates/wishlist-view.php:215
626
  msgid "Private"
627
  msgstr ""
628
 
629
+ #: ../includes/class.yith-wcwl-privacy.php:289
630
+ #: ../templates/wishlist-view.php:218
631
  msgid "Public"
632
  msgstr ""
633
 
634
+ #: ../includes/class.yith-wcwl-shortcode.php:45
635
  #, fuzzy
636
  msgctxt "[gutenberg]: block name"
637
  msgid "YITH Add to Wishlist"
638
  msgstr "Agregar a la Lista de deseos"
639
 
640
+ #: ../includes/class.yith-wcwl-shortcode.php:46
641
  #, fuzzy
642
  msgctxt "[gutenberg]: block description"
643
  msgid "Shows Add to Wishlist button"
644
  msgstr "Texto del botón \"Agregar a la lista de deseos\""
645
 
646
+ #: ../includes/class.yith-wcwl-shortcode.php:51
647
  msgid ""
648
  "ID of the product to add to wishlist (leave empty to use global product)"
649
  msgstr ""
650
 
651
+ #: ../includes/class.yith-wcwl-shortcode.php:56
652
  msgid "Url of wishlist page (leave empty to use default)"
653
  msgstr ""
654
 
655
+ #: ../includes/class.yith-wcwl-shortcode.php:61
656
  msgid "Button label (leave empty to use default)"
657
  msgstr ""
658
 
659
+ #: ../includes/class.yith-wcwl-shortcode.php:66
660
  msgid "\"Browse wishlist\" label (leave empty to use default)"
661
  msgstr ""
662
 
663
+ #: ../includes/class.yith-wcwl-shortcode.php:71
664
  #, fuzzy
665
  msgid "\"Product already in wishlist\" label (leave empty to use default)"
666
  msgstr "Ya está en tu lista de deseos!"
667
 
668
+ #: ../includes/class.yith-wcwl-shortcode.php:76
669
  msgid "\"Product added to wishlist\" label (leave empty to use default)"
670
  msgstr ""
671
 
672
+ #: ../includes/class.yith-wcwl-shortcode.php:81
673
  msgid ""
674
  "Icon for the button (use any FontAwesome valid class, or leave empty to use "
675
  "default)"
676
  msgstr ""
677
 
678
+ #: ../includes/class.yith-wcwl-shortcode.php:86
679
  msgid "Additional css classes for the button (leave empty to use default)"
680
  msgstr ""
681
 
682
+ #: ../includes/class.yith-wcwl-shortcode.php:94
683
  #, fuzzy
684
  msgctxt "[gutenberg]: block name"
685
  msgid "YITH Wishlist"
686
  msgstr "Habilitar YITH Wishlist"
687
 
688
+ #: ../includes/class.yith-wcwl-shortcode.php:95
689
  #, fuzzy
690
  msgctxt "[gutenberg]: block description"
691
  msgid "Shows list of products in wishlist"
692
  msgstr "Fondo del botón \"Agregar al carrito\""
693
 
694
+ #: ../includes/class.yith-wcwl-shortcode.php:100
695
  msgid "Choose whether to paginate items in the wishlist or show them all"
696
  msgstr ""
697
 
698
+ #: ../includes/class.yith-wcwl-shortcode.php:103
699
  msgid "Paginate"
700
  msgstr ""
701
 
702
+ #: ../includes/class.yith-wcwl-shortcode.php:104
703
  msgid "Do not paginate"
704
  msgstr ""
705
 
706
+ #: ../includes/class.yith-wcwl-shortcode.php:109
707
  msgid "Number of items to show for each page"
708
  msgstr ""
709
 
710
+ #: ../includes/class.yith-wcwl-shortcode.php:114
711
  msgid "ID of the wishlist to show (EG: K6EOWXB888ZD)"
712
  msgstr ""
713
 
714
+ #: ../includes/class.yith-wcwl-shortcode.php:386
715
+ #: ../includes/class.yith-wcwl-ui.php:164
716
  msgid "Share on:"
717
  msgstr "Compartir en:"
718
 
719
+ #: ../includes/class.yith-wcwl-ui.php:118
720
+ #: ../includes/class.yith-wcwl-ui.php:200
721
  msgid "Select options"
722
  msgstr "Selecciona opciones"
723
 
724
+ #: ../includes/class.yith-wcwl-ui.php:168 ../templates/share.php:20
725
  msgid "Facebook"
726
  msgstr ""
727
 
728
+ #: ../includes/class.yith-wcwl-ui.php:171 ../templates/share.php:26
729
  msgid "Twitter"
730
  msgstr ""
731
 
732
+ #: ../includes/class.yith-wcwl-ui.php:180
733
  msgid "email"
734
  msgstr ""
735
 
736
+ #: ../includes/class.yith-wcwl.php:201
737
  #, fuzzy
738
  msgid "An error occurred while adding products to the wishlist."
739
  msgstr ""
740
  "¡Ups! Ha ocurrido un error al agregar el producto a la lista de deseos. "
741
  "Intenta nuevamente, por favor."
742
 
743
+ #: ../includes/class.yith-wcwl.php:293
744
  #, fuzzy
745
  msgid "An error occurred while adding products to wishlist."
746
  msgstr ""
747
  "¡Ups! Ha ocurrido un error al agregar el producto a la lista de deseos. "
748
  "Intenta nuevamente, por favor."
749
 
750
+ #: ../includes/class.yith-wcwl.php:310
751
  msgid "The \"Remove\" option now does not require any parameter"
752
  msgstr ""
753
 
754
+ #: ../includes/class.yith-wcwl.php:359
755
  #, fuzzy
756
  msgid "An error occurred while removing products from the wishlist"
757
  msgstr ""
758
  "¡Ups! Ha ocurrido un error al eliminar el producto de tu lista. Intenta "
759
  "nuevamente, por favor."
760
 
761
+ #: ../includes/class.yith-wcwl.php:809
762
  msgid "You need to log in before creating a new wishlist"
763
  msgstr ""
764
 
765
+ #: ../includes/class.yith-wcwl.php:1610
766
  msgid "Product successfully removed."
767
  msgstr "Bien, lo hemos eliminado de tu lista..."
768
 
769
+ #: ../includes/class.yith-wcwl.php:1614
770
  msgid "Error. Unable to remove the product from the wishlist."
771
  msgstr ""
772
  "¡Ups! Ha ocurrido un error al eliminar el producto de tu lista. Intenta "
773
  "nuevamente, por favor."
774
 
775
+ #: ../includes/class.yith-wcwl.php:1618 ../templates/wishlist-view.php:242
776
  msgid "No products were added to the wishlist"
777
  msgstr "Tu lista de deseos está vacía por el momento..."
778
 
779
+ #: ../includes/class.yith-wcwl.php:1660
780
  msgid "An error as occurred."
781
  msgstr ""
782
 
783
+ #: ../init.php:130
784
  msgid "is enabled but not effective. It requires WooCommerce in order to work."
785
  msgstr ""
786
 
787
+ #: ../init.php:140
788
  msgid "You can't activate the free version of"
789
  msgstr ""
790
 
791
+ #: ../init.php:140
792
  msgid "while you are using the premium one."
793
  msgstr ""
794
 
795
+ #: ../templates/admin/wishlist-panel-premium.php:185
796
+ #: ../templates/admin/wishlist-panel-premium.php:383
797
+ #, php-format
798
  msgid ""
799
  "Upgrade to the %1$spremium version%2$s%3$sof %1$sYITH WooCommerce Wishlist"
800
  "%2$s to benefit from all features!"
801
  msgstr ""
802
 
803
+ #: ../templates/admin/wishlist-panel-premium.php:187
804
+ #: ../templates/admin/wishlist-panel-premium.php:385
805
+ #, php-format
806
  msgid "%1$sUPGRADE%2$s%3$s to the premium version%2$s"
807
  msgstr ""
808
 
809
+ #: ../templates/admin/wishlist-panel-premium.php:193
810
  msgid "Premium Features"
811
  msgstr ""
812
 
813
+ #: ../templates/admin/wishlist-panel-premium.php:196
814
+ #: ../templates/admin/wishlist-panel-premium.php:201
815
  msgid "Multiple Wishlist"
816
  msgstr ""
817
 
818
+ #: ../templates/admin/wishlist-panel-premium.php:203
819
+ #, php-format
820
  msgid ""
821
  "%1$sDoes it ever happened to you to have too many wishes for a single wish "
822
  "list?%2$s%3$s The possibility to manage one's wishes is a fundamental "
827
  "manage and share their own wish lists."
828
  msgstr ""
829
 
830
+ #: ../templates/admin/wishlist-panel-premium.php:212
831
+ #: ../templates/admin/wishlist-panel-premium.php:222
832
  msgid "Wishlist Private"
833
  msgstr ""
834
 
835
+ #: ../templates/admin/wishlist-panel-premium.php:214
836
+ #, php-format
837
  msgid ""
838
  "By enabling the option wishlist, users will also have the possibility to "
839
  "%1$smanage the visibility%2$s of their wish lists according to one of the "
840
  "following options:"
841
  msgstr ""
842
 
843
+ #: ../templates/admin/wishlist-panel-premium.php:216
844
+ #, php-format
845
  msgid "%1$spublic:%2$s all users can look for your wish list and see it;"
846
  msgstr ""
847
 
848
+ #: ../templates/admin/wishlist-panel-premium.php:217
849
+ #, php-format
850
  msgid ""
851
  "%1$sshared:%2$s only users possessing a direct link to the wish list page "
852
  "can display it;"
853
  msgstr ""
854
 
855
+ #: ../templates/admin/wishlist-panel-premium.php:218
856
+ #, php-format
857
  msgid "%1$sprivate:%2$s only the wish list creator can see it."
858
  msgstr ""
859
 
860
+ #: ../templates/admin/wishlist-panel-premium.php:229
861
+ #: ../templates/admin/wishlist-panel-premium.php:234
862
  msgid "Estimate Cost"
863
  msgstr ""
864
 
865
+ #: ../templates/admin/wishlist-panel-premium.php:236
866
+ #, php-format
867
  msgid ""
868
  "%1$sDo you want to add the possibility to ask for estimates of costs into "
869
  "your catalogue?%3$s Do you want to manage customised packets for faithful "
875
  "address that you have previously set."
876
  msgstr ""
877
 
878
+ #: ../templates/admin/wishlist-panel-premium.php:245
879
+ #: ../templates/admin/wishlist-panel-premium.php:250
880
  msgid "Admin Panel"
881
  msgstr ""
882
 
883
+ #: ../templates/admin/wishlist-panel-premium.php:247
884
+ #, php-format
885
  msgid ""
886
  "Thanks to the useful Admin panel, accessible directly among the WooCommerce "
887
  "submenu pages, you will have total control on users' wishlists. In addition "
891
  "in customers' wish lists."
892
  msgstr ""
893
 
894
+ #: ../templates/admin/wishlist-panel-premium.php:257
895
+ #: ../templates/admin/wishlist-panel-premium.php:262
896
  msgid "Search Wishlists"
897
  msgstr ""
898
 
899
+ #: ../templates/admin/wishlist-panel-premium.php:264
900
+ #, php-format
901
  msgid ""
902
  "How many times have you been looking for the perfect gift for a important "
903
  "event but you had no idea of what to buy? %1$s'Search wishlists'%2$s allows "
906
  "your products and even encourage users to purchase."
907
  msgstr ""
908
 
909
+ #: ../templates/admin/wishlist-panel-premium.php:273
910
  msgid "'ADD TO CART' CHECKBOX"
911
  msgstr ""
912
 
913
+ #: ../templates/admin/wishlist-panel-premium.php:275
914
+ #, php-format
915
  msgid ""
916
  "Your shop offers always a wide selection of products and wishlists of your "
917
  "users get more and more crowded everyday. Give them the possibility to "
919
  "just with one click."
920
  msgstr ""
921
 
922
+ #: ../templates/admin/wishlist-panel-premium.php:278
923
  msgid "'ADD TO CART'"
924
  msgstr ""
925
 
926
+ #: ../templates/admin/wishlist-panel-premium.php:285
927
  msgid "DISABLE WISHLIST"
928
  msgstr ""
929
 
930
+ #: ../templates/admin/wishlist-panel-premium.php:290
931
  msgid "DISABLE WISHLIST FOR UNLOGGED USERS"
932
  msgstr ""
933
 
934
+ #: ../templates/admin/wishlist-panel-premium.php:292
935
+ #, php-format
936
  msgid ""
937
  "Favour users that have registered to your shop and disable plugin "
938
  "functionalities for all users that have not. By disabling this option, each "
940
  "%2$s to \"My Account\" page and a message will invite them to log in."
941
  msgstr ""
942
 
943
+ #: ../templates/admin/wishlist-panel-premium.php:301
944
  msgid "MESSAGE TO UNLOGGED USERS"
945
  msgstr ""
946
 
947
+ #: ../templates/admin/wishlist-panel-premium.php:303
948
+ #, php-format
949
  msgid ""
950
  "Invite users that are visiting your shop to login if they want to fully "
951
  "benefit from Wishlist functionalities. Show a %1$scustomised message%2$s and "
952
  "redirect them to \"My Account\" page for registration."
953
  msgstr ""
954
 
955
+ #: ../templates/admin/wishlist-panel-premium.php:306
956
  msgid "UNLOGGED USERS"
957
  msgstr ""
958
 
959
+ #: ../templates/admin/wishlist-panel-premium.php:313
960
+ #: ../templates/admin/wishlist-panel-premium.php:318
961
  msgid "POPULAR TABLE"
962
  msgstr ""
963
 
964
+ #: ../templates/admin/wishlist-panel-premium.php:320
965
+ #, php-format
966
  msgid ""
967
  "Some products draw customer's attention more than others and they do not "
968
  "hesitate to add products to their wishlist. Table %1$s'Popular'%2$s allows "
970
  "their wishlists."
971
  msgstr ""
972
 
973
+ #: ../templates/admin/wishlist-panel-premium.php:329
974
  msgid "FUNCTIONALITIES IN ONE CLICK"
975
  msgstr ""
976
 
977
+ #: ../templates/admin/wishlist-panel-premium.php:331
978
+ #, php-format
979
  msgid ""
980
  "Users have the possibility to search for a wishlist, create a new one or "
981
  "display those already created. Add these %1$sfunctionalities%2$s through the "
982
  "dedicated widgets or show them immediately after \"Wishlist\" table."
983
  msgstr ""
984
 
985
+ #: ../templates/admin/wishlist-panel-premium.php:334
986
  msgid "FUNCTIONALITIES"
987
  msgstr ""
988
 
989
+ #: ../templates/admin/wishlist-panel-premium.php:341
990
+ #: ../templates/admin/wishlist-panel-premium.php:346
991
  msgid "PROMOTIONAL EMAIL"
992
  msgstr ""
993
 
994
+ #: ../templates/admin/wishlist-panel-premium.php:348
995
+ #, php-format
996
  msgid ""
997
  "If you want to give the right input to your users to persuade them to "
998
  "%1$spurchase the products%2$s they have in their wishlists, you need to use "
1001
  "will know you are offering a unique offer!"
1002
  msgstr ""
1003
 
1004
+ #: ../templates/admin/wishlist-panel-premium.php:357
1005
  msgid "FROM A WISHLIST TO ANOTHER"
1006
  msgstr ""
1007
 
1008
+ #: ../templates/admin/wishlist-panel-premium.php:359
1009
+ #, php-format
1010
  msgid ""
1011
  "Who said that a product has to remain forever in the same wishlist? With the "
1012
  "option %1$s\"Show \"Move to another wishlist\" dropdown menu\"%2$s, with "
1014
  "another one, managing as they want their lists."
1015
  msgstr ""
1016
 
1017
+ #: ../templates/admin/wishlist-panel-premium.php:362
1018
  msgid "FROM A WISHLIST"
1019
  msgstr ""
1020
 
1021
+ #: ../templates/admin/wishlist-panel-premium.php:369
1022
  msgid "DATE"
1023
  msgstr ""
1024
 
1025
+ #: ../templates/admin/wishlist-panel-premium.php:374
1026
  msgid "DATE OF ADDITION TO A WISHLIST"
1027
  msgstr ""
1028
 
1029
+ #: ../templates/admin/wishlist-panel-premium.php:376
1030
+ #, php-format
1031
  msgid ""
1032
  "Activating the %1$s\"Show date of addition\"%2$s option, users can see the "
1033
  "date in which they have added a particular product to their list: a new way "
1034
  "to keep you users informed about their operations."
1035
  msgstr ""
1036
 
1037
+ #: ../templates/share.php:32
1038
  #, fuzzy
1039
  msgid "Pinterest"
1040
  msgstr "Compartir en Pinterest"
1041
 
1042
+ #: ../templates/share.php:38
1043
  #, fuzzy
1044
  msgid "Google+"
1045
  msgstr "Compartir en Google+"
1046
 
1047
+ #: ../templates/share.php:44
1048
  msgid "Email"
1049
  msgstr ""
1050
 
1051
+ #: ../templates/wishlist-view.php:32
1052
  #, fuzzy
1053
  msgid "Edit title"
1054
  msgstr "Título de la Lista de deseos"
1055
 
1056
+ #: ../templates/wishlist-view.php:41
1057
  msgid "Save"
1058
  msgstr ""
1059
 
1060
+ #: ../templates/wishlist-view.php:45
1061
  msgid "Cancel"
1062
  msgstr ""
1063
 
1064
+ #: ../templates/wishlist-view.php:82
1065
  msgid "Product Name"
1066
  msgstr "Producto"
1067
 
1068
+ #: ../templates/wishlist-view.php:89
1069
  msgid "Unit Price"
1070
  msgstr "Precio por unidad"
1071
 
1072
+ #: ../templates/wishlist-view.php:102
1073
  msgid "Stock Status"
1074
  msgstr "Estado de stock"
1075
 
1076
  # Not literal but more friendly.
1077
+ #: ../templates/wishlist-view.php:152 ../templates/wishlist-view.php:232
1078
  msgid "Remove this product"
1079
  msgstr "Ya no lo quiero"
1080
 
1081
+ #: ../templates/wishlist-view.php:172
1082
  msgid "Free!"
1083
  msgstr ""
1084
 
1085
+ #: ../templates/wishlist-view.php:179
1086
  msgid "Out of Stock"
1087
  msgstr "No disponible por el momento"
1088
 
1089
+ #: ../templates/wishlist-view.php:179
1090
  msgid "In Stock"
1091
  msgstr "¡Disponible!"
1092
 
1093
+ #: ../templates/wishlist-view.php:188
1094
+ #, php-format
1095
  msgid "Added on : %s"
1096
  msgstr ""
1097
 
1098
+ #: ../templates/wishlist-view.php:200
1099
  msgid "Move"
1100
  msgstr ""
1101
 
1102
+ #: ../templates/wishlist-view.php:232
1103
  msgid "Remove"
1104
  msgstr ""
1105
 
1106
+ #: ../templates/wishlist-view.php:259
1107
  msgid "Add the selected products to the cart"
1108
  msgstr ""
1109
 
1110
+ #: ../templates/wishlist-view.php:267 ../templates/wishlist-view.php:313
1111
  msgid "Ask for an estimate"
1112
  msgstr ""
1113
 
1114
+ #: ../templates/wishlist-view.php:303
1115
  msgid "Your email"
1116
  msgstr ""
1117
 
 
1118
  #, fuzzy
1119
+ #~ msgid "YITH WooCommerce Wishlist"
1120
+ #~ msgstr "Agregar a la Lista de deseos"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1121
 
1122
  #, fuzzy
1123
  #~ msgid ""
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: http://wordpress.org/tag/init\n"
5
- "POT-Creation-Date: 2018-12-21 10:28:38+00:00\n"
6
- "PO-Revision-Date: 2018-10-04 14:50+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.8\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;"
@@ -23,66 +23,66 @@ msgstr ""
23
  "X-Poedit-SearchPath-0: ..\n"
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:1484
28
- #: includes/class.yith-wcwl-admin-init.php:1485
29
- #: includes/class.yith-wcwl-install.php:245
30
  msgid "Wishlist"
31
  msgstr "Lista de Deseos"
32
 
33
- #: includes/class.yith-wcwl-admin-init.php:161
34
  msgid "Settings"
35
  msgstr "Ajustes"
36
 
37
- #: includes/class.yith-wcwl-admin-init.php:162
38
- #: includes/class.yith-wcwl-admin-init.php:243
39
  msgid "Colors"
40
  msgstr "Colores"
41
 
42
- #: includes/class.yith-wcwl-admin-init.php:163
43
  msgid "Premium Version"
44
  msgstr "Versión Premium"
45
 
46
- #: includes/class.yith-wcwl-admin-init.php:1015
47
  msgid "Enable all plugin features"
48
  msgstr ""
49
 
50
- #: includes/class.yith-wcwl-admin-init.php:1016
51
  msgid ""
52
  "Be sure to select at least one option in the Wishlist page menu in this "
53
  "settings page"
54
  msgstr ""
55
 
56
- #: includes/class.yith-wcwl-admin-init.php:1017
57
  msgctxt "[Part of]: Also, please read the plugin documentation"
58
  msgid "Also, please read the plugin"
59
  msgstr ""
60
 
61
- #: includes/class.yith-wcwl-admin-init.php:1018
62
  #, fuzzy
63
  msgctxt "[Part Of]: Also, please read the plugin documentation"
64
  msgid "documentation"
65
  msgstr "Documentación Plugin"
66
 
67
- #: includes/class.yith-wcwl-admin-init.php:1024
68
  msgid "Upgrade to the PREMIUM VERSION"
69
  msgstr "Actualiza a la versión Premium"
70
 
71
- #: includes/class.yith-wcwl-admin-init.php:1028
72
  msgid "Discover the Advanced Features"
73
  msgstr "Descubre las funciones avanzadas"
74
 
75
- #: includes/class.yith-wcwl-admin-init.php:1029
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:1035
82
  msgid "Get Support and Pro Features"
83
  msgstr "Obtén ayuda y Características Pro"
84
 
85
- #: includes/class.yith-wcwl-admin-init.php:1036
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 "
@@ -92,43 +92,44 @@ msgstr ""
92
  "características avanzadas del producto y obtendrá un año de actualizaciones "
93
  "gratuitas y apoyo a través de nuestra plataforma disponible 24h/24."
94
 
95
- #: includes/class.yith-wcwl-admin-init.php:1046
96
  msgid "General Settings"
97
  msgstr "Configuración general"
98
 
99
- #: includes/class.yith-wcwl-admin-init.php:1053
100
  msgid "Enable YITH Wishlist"
101
  msgstr ""
102
  "Habilitar Y\n"
103
  "ITH Wishlist"
104
 
105
- #: includes/class.yith-wcwl-admin-init.php:1060
106
  msgid "Default wishlist title"
107
  msgstr "Título por defecto de la Lista de Deseos"
108
 
109
- #: includes/class.yith-wcwl-admin-init.php:1062
110
- #: includes/class.yith-wcwl-admin-init.php:1063
111
- #: includes/class.yith-wcwl-admin-init.php:1299
 
112
  msgid "My wishlist on %s"
113
  msgstr "Mi lista de Deseos en %s"
114
 
115
- #: includes/class.yith-wcwl-admin-init.php:1068
116
  msgid "Wishlist Page"
117
  msgstr ""
118
  "Página \n"
119
  "Lista de Deseos"
120
 
121
- #: includes/class.yith-wcwl-admin-init.php:1069
122
  msgid "Page contents: [yith_wcwl_wishlist]"
123
  msgstr ""
124
  "Contenido de la Página: \n"
125
  "[yith_wcwl_wishlist]"
126
 
127
- #: includes/class.yith-wcwl-admin-init.php:1078
128
  msgid "Position"
129
  msgstr "Posición"
130
 
131
- #: includes/class.yith-wcwl-admin-init.php:1079
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]."
@@ -139,27 +140,27 @@ msgstr ""
139
  "yith_wcwl_add_to_wishlist\n"
140
  "]."
141
 
142
- #: includes/class.yith-wcwl-admin-init.php:1085
143
  msgid "After \"Add to cart\""
144
  msgstr "Después de \"Añadir al carrito\""
145
 
146
- #: includes/class.yith-wcwl-admin-init.php:1086
147
  msgid "After thumbnails"
148
  msgstr "Después de miniaturas"
149
 
150
- #: includes/class.yith-wcwl-admin-init.php:1087
151
  msgid "After summary"
152
  msgstr "Después de sumario"
153
 
154
- #: includes/class.yith-wcwl-admin-init.php:1088
155
  msgid "Use shortcode"
156
  msgstr "Usar shortcode"
157
 
158
- #: includes/class.yith-wcwl-admin-init.php:1093
159
  msgid "Redirect to cart"
160
  msgstr "Redirigir a la cesta"
161
 
162
- #: includes/class.yith-wcwl-admin-init.php:1094
163
  msgid ""
164
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
165
  "page."
@@ -167,224 +168,225 @@ msgstr ""
167
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
168
  "page."
169
 
170
- #: includes/class.yith-wcwl-admin-init.php:1100
171
  msgid "Remove if added to the cart"
172
  msgstr "Eliminar si se añade a la cesta"
173
 
174
- #: includes/class.yith-wcwl-admin-init.php:1101
175
  msgid "Remove the product from the wishlist if it has been added to the cart."
176
  msgstr "Eliminar el producto de la lista si se ha añadido a la cesta."
177
 
178
- #: includes/class.yith-wcwl-admin-init.php:1107
179
  msgid "\"Add to Wishlist\" text"
180
  msgstr "Texto \"Añadir a la Lista de Deseos\""
181
 
182
- #: includes/class.yith-wcwl-admin-init.php:1109
183
  msgid "Add to Wishlist"
184
  msgstr "Añadir a la lista de deseos"
185
 
186
- #: includes/class.yith-wcwl-admin-init.php:1114
187
  msgid "\"Browse wishlist\" text"
188
  msgstr "Texto de \"Navegar por la Lista de Deseos\""
189
 
190
- #: includes/class.yith-wcwl-admin-init.php:1116
191
- #: includes/class.yith-wcwl-ui.php:82 includes/class.yith-wcwl-ui.php:83
192
  msgid "Browse Wishlist"
193
  msgstr "Navegar por Lista de Deseos"
194
 
195
- #: includes/class.yith-wcwl-admin-init.php:1121
196
  msgid "\"Product already in wishlist\" text"
197
  msgstr "Texto de \"El producto ya está en la lista de deseos\""
198
 
199
- #: includes/class.yith-wcwl-admin-init.php:1123
200
- #: includes/class.yith-wcwl-ui.php:83
201
  msgid "The product is already in the wishlist!"
202
  msgstr "El producto ya está en la lista de deseos!"
203
 
204
- #: includes/class.yith-wcwl-admin-init.php:1128
205
  msgid "\"Product added\" text"
206
  msgstr "Texto de \"Producto añadido\""
207
 
208
- #: includes/class.yith-wcwl-admin-init.php:1130
209
- #: includes/class.yith-wcwl-ui.php:82
210
  msgid "Product added!"
211
  msgstr "Producto añadido!"
212
 
213
- #: includes/class.yith-wcwl-admin-init.php:1135
214
  msgid "\"Add to Cart\" text"
215
  msgstr "Texto de \"Añadir a la Cesta\""
216
 
217
- #: includes/class.yith-wcwl-admin-init.php:1137
218
  msgid "Add to Cart"
219
  msgstr "Añadir a la cesta"
220
 
221
- #: includes/class.yith-wcwl-admin-init.php:1142
222
  msgid "Show Unit price"
223
  msgstr "Mostrar Precio unitario"
224
 
225
- #: includes/class.yith-wcwl-admin-init.php:1143
226
  msgid "Show unit price for each product in wishlist"
227
  msgstr "Mostrar el precio unitario de cada producto en la lista de deseos"
228
 
229
- #: includes/class.yith-wcwl-admin-init.php:1150
230
  msgid "Show \"Add to Cart\" button"
231
  msgstr "Mostrar botón de \"Añadir al carrito\""
232
 
233
- #: includes/class.yith-wcwl-admin-init.php:1151
234
  msgid "Show \"Add to Cart\" button for each product in wishlist"
235
  msgstr ""
236
  "Mostrar botón \"Añadir al carrito\" para cada producto en la lista de deseos"
237
 
238
- #: includes/class.yith-wcwl-admin-init.php:1158
239
  msgid "Show Stock status"
240
  msgstr "Mostrar el estado del Stock"
241
 
242
- #: includes/class.yith-wcwl-admin-init.php:1159
243
  msgid ""
244
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
245
  msgstr ""
246
  "Mostrar etiqueta \"En existencia\" o \"Agotado\" para cada producto en la "
247
  "lista de deseos"
248
 
249
- #: includes/class.yith-wcwl-admin-init.php:1166
250
  msgid "Show Date of addition"
251
  msgstr "Mostrar Fecha de adición"
252
 
253
- #: includes/class.yith-wcwl-admin-init.php:1167
254
  msgid "Show the date when users have added a product to the wishlist"
255
  msgstr ""
256
  "Mostrar la fecha en que los usuarios han añadido un producto a la lista de "
257
  "deseos"
258
 
259
- #: includes/class.yith-wcwl-admin-init.php:1174
260
  msgid "Add second remove button"
261
  msgstr "Añadir segundo botón de eliminación"
262
 
263
- #: includes/class.yith-wcwl-admin-init.php:1175
264
  msgid "Add a second remove button in the last column, with extended label"
265
  msgstr ""
266
  "Añadir un segundo botón de eliminación en la última columna, con la etiqueta "
267
  "ampliada"
268
 
269
- #: includes/class.yith-wcwl-admin-init.php:1190
270
  msgid "Styles"
271
  msgstr "Estilos"
272
 
273
- #: includes/class.yith-wcwl-admin-init.php:1197
274
  msgid "Use buttons"
275
  msgstr "Usar botones"
276
 
277
- #: includes/class.yith-wcwl-admin-init.php:1198
278
  msgid "Use buttons instead of simple anchors."
279
  msgstr "Utilizar los botones en lugar de anclajes simples."
280
 
281
- #: includes/class.yith-wcwl-admin-init.php:1204
282
  msgid "Custom CSS"
283
  msgstr "CSS personalizado"
284
 
285
- #: includes/class.yith-wcwl-admin-init.php:1211
286
  msgid "Use theme style"
287
  msgstr "Usar estilo del tema"
288
 
289
- #: includes/class.yith-wcwl-admin-init.php:1212
290
  msgid "Use the theme style."
291
  msgstr "Utilizar el estilo de tema."
292
 
293
- #: includes/class.yith-wcwl-admin-init.php:1218
294
  msgid "Rounded buttons"
295
  msgstr "Botones redondeados"
296
 
297
- #: includes/class.yith-wcwl-admin-init.php:1219
298
  msgid "Make button corners rounded"
299
  msgstr "Hacer que las esquinas del botón sean redondeadas"
300
 
301
- #: includes/class.yith-wcwl-admin-init.php:1225
302
  msgid "\"Add to Wishlist\" icon"
303
  msgstr ""
304
  "Icono de \n"
305
  "\"Añadir a la Lista de Deseos\""
306
 
307
- #: includes/class.yith-wcwl-admin-init.php:1226
308
  msgid "Add an icon to the \"Add to Wishlist\" button"
309
  msgstr "Añadir un icono para el botón \"Agregar a la lista de deseos\""
310
 
311
- #: includes/class.yith-wcwl-admin-init.php:1236
312
  msgid "\"Add to Cart\" icon"
313
  msgstr ""
314
  "Icono de \n"
315
  "\"Añadir al carrito\""
316
 
317
- #: includes/class.yith-wcwl-admin-init.php:1237
318
  msgid "Add an icon to the \"Add to Cart\" button"
319
  msgstr "Añadir un icono para el botón \"Añadir al carrito\""
320
 
321
- #: includes/class.yith-wcwl-admin-init.php:1255
322
  msgid "Social Networks & Share"
323
  msgstr "Redes Sociales y Compartir"
324
 
325
- #: includes/class.yith-wcwl-admin-init.php:1262
326
  msgid "Share on Facebook"
327
  msgstr "Compartir en Facebook"
328
 
329
- #: includes/class.yith-wcwl-admin-init.php:1263
330
  msgid "Show \"Share on Facebook\" button"
331
  msgstr "Mostrar el botón \"Compartir en Facebook\""
332
 
333
- #: includes/class.yith-wcwl-admin-init.php:1269
334
  msgid "Tweet on Twitter"
335
  msgstr "Twittear en Twitter"
336
 
337
- #: includes/class.yith-wcwl-admin-init.php:1270
338
  msgid "Show \"Tweet on Twitter\" button"
339
  msgstr "Mostrar botón \"Twittear en Twitter\""
340
 
341
- #: includes/class.yith-wcwl-admin-init.php:1276
342
  msgid "Pin on Pinterest"
343
  msgstr "Pin en Pinterest"
344
 
345
- #: includes/class.yith-wcwl-admin-init.php:1277
346
  msgid "Show \"Pin on Pinterest\" button"
347
  msgstr "Mostrar botón \"Pin on Pinterest\""
348
 
349
- #: includes/class.yith-wcwl-admin-init.php:1283
350
  msgid "Share on Google+"
351
  msgstr "Compartir en Google+"
352
 
353
- #: includes/class.yith-wcwl-admin-init.php:1284
354
  msgid "Show \"Share on Google+\" button"
355
  msgstr "Mostrar el botón \"Compartir en Google+\""
356
 
357
- #: includes/class.yith-wcwl-admin-init.php:1290
358
  msgid "Share by Email"
359
  msgstr "Compartir por correo electrónico"
360
 
361
- #: includes/class.yith-wcwl-admin-init.php:1291
362
  msgid "Show \"Share by Email\" button"
363
  msgstr "Mostrar el botón \"Compartir por correo electrónico\""
364
 
365
- #: includes/class.yith-wcwl-admin-init.php:1297
366
  msgid "Social title"
367
  msgstr "Título Social"
368
 
369
- #: includes/class.yith-wcwl-admin-init.php:1304
370
  msgid "Social text"
371
  msgstr "Texto Social"
372
 
373
- #: includes/class.yith-wcwl-admin-init.php:1305
374
  msgid ""
375
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
376
  "strong> where you want to show the URL of your wishlist."
377
  msgstr ""
378
 
379
- #: includes/class.yith-wcwl-admin-init.php:1312
380
  msgid "Social image URL"
381
  msgstr "URL de la imagen Social"
382
 
383
- #: includes/class.yith-wcwl-admin-init.php:1313
384
  msgid "It will be used by Pinterest."
385
  msgstr ""
386
 
387
- #: includes/class.yith-wcwl-admin-init.php:1327
 
388
  msgid ""
389
  "If you want to take advantage of this feature, you could consider to "
390
  "purchase the %s."
@@ -392,15 +394,16 @@ msgstr ""
392
  "Si desea tomar ventaja de esta característica, usted podría considerar "
393
  "comprar el %s."
394
 
395
- #: includes/class.yith-wcwl-admin-init.php:1332
396
  msgid "YITH WooCommerce Frequently Bought Together Integration"
397
  msgstr "Yith WooCommerce Productos adquiridos juntos frecuentemente"
398
 
399
- #: includes/class.yith-wcwl-admin-init.php:1339
400
  msgid "Enable slider in wishlist"
401
  msgstr "Habilitar control deslizante en la lista de deseos"
402
 
403
- #: includes/class.yith-wcwl-admin-init.php:1340
 
404
  msgid ""
405
  "Choose to enable product slider in wishlist page with linked products (<a "
406
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
@@ -409,84 +412,85 @@ msgstr ""
409
  "con productos vinculados \n"
410
  "(<a href=\"%s\" class=\"thickbox\">Ejemplo</a>). %s"
411
 
412
- #: includes/class.yith-wcwl-admin-init.php:1376
413
  msgid "\"Add to wishlist\" button"
414
  msgstr "Botón de \"Añadir a la lista de deseos\""
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 "Background"
422
  msgstr "Fondo"
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 "Text"
430
  msgstr "Texto"
431
 
432
- #: includes/class.yith-wcwl-admin-init.php:1381
433
- #: includes/class.yith-wcwl-admin-init.php:1399
434
- #: includes/class.yith-wcwl-admin-init.php:1417
435
- #: includes/class.yith-wcwl-admin-init.php:1435
436
- #: includes/class.yith-wcwl-admin-init.php:1453
437
  msgid "Border"
438
  msgstr "Borde"
439
 
440
- #: includes/class.yith-wcwl-admin-init.php:1388
441
- #: includes/class.yith-wcwl-admin-init.php:1406
442
- #: includes/class.yith-wcwl-admin-init.php:1424
443
- #: includes/class.yith-wcwl-admin-init.php:1442
444
  msgid "Background (hover)"
445
  msgstr "Fondo (hover)"
446
 
447
- #: includes/class.yith-wcwl-admin-init.php:1389
448
- #: includes/class.yith-wcwl-admin-init.php:1407
449
- #: includes/class.yith-wcwl-admin-init.php:1425
450
- #: includes/class.yith-wcwl-admin-init.php:1443
451
  msgid "Text (hover)"
452
  msgstr "Texto (hover)"
453
 
454
- #: includes/class.yith-wcwl-admin-init.php:1390
455
- #: includes/class.yith-wcwl-admin-init.php:1408
456
- #: includes/class.yith-wcwl-admin-init.php:1426
457
- #: includes/class.yith-wcwl-admin-init.php:1444
458
  msgid "Border (hover)"
459
  msgstr "Borde (hover)"
460
 
461
- #: includes/class.yith-wcwl-admin-init.php:1394
462
  msgid "\"Add to Cart\" button"
463
  msgstr "Botón \"Añadir a la cesta\""
464
 
465
- #: includes/class.yith-wcwl-admin-init.php:1412
466
  msgid "\"Style 1\" button"
467
  msgstr "Botón \"Estilo 1\""
468
 
469
- #: includes/class.yith-wcwl-admin-init.php:1430
470
  msgid "\"Style 2\" button"
471
  msgstr "Botón \"Estilo 2\""
472
 
473
- #: includes/class.yith-wcwl-admin-init.php:1448
474
  msgid "Wishlist table"
475
  msgstr "Tabla Lista de Deseos"
476
 
477
- #: includes/class.yith-wcwl-admin-init.php:1457
478
  msgid "Headers"
479
  msgstr "Cabeceras"
480
 
481
- #: includes/class.yith-wcwl-admin-init.php:1460
482
  msgid "Background color"
483
  msgstr "Color de fondo"
484
 
485
- #: includes/class.yith-wcwl-admin-init.php:1550
486
  msgid "Wishlist Activated"
487
  msgstr "Lista de Deseos Activado"
488
 
489
- #: includes/class.yith-wcwl-admin-init.php:1551
 
490
  msgid ""
491
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
492
  "can access to all the settings of our plugins that you have activated. "
@@ -501,11 +505,12 @@ msgstr ""
501
  "descúbrelo ahora\n"
502
  "</a>."
503
 
504
- #: includes/class.yith-wcwl-admin-init.php:1562
505
  msgid "Wishlist Updated"
506
  msgstr "Lista de Deseos Actualizado"
507
 
508
- #: includes/class.yith-wcwl-admin-init.php:1563
 
509
  msgid ""
510
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
511
  "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
@@ -520,7 +525,7 @@ msgstr ""
520
  "de Deseos se ha actualizado con nuevas opciones disponibles, <a href=\"%s"
521
  "\">descubra la versión PREMIUM.</a>"
522
 
523
- #: includes/class.yith-wcwl-init.php:437
524
  msgid ""
525
  "We are sorry, but this feature is available only if cookies are enabled on "
526
  "your browser."
@@ -528,168 +533,170 @@ msgstr ""
528
  "Lo sentimos, pero esta característica sólo está disponible si las cookies "
529
  "están habilitadas en su navegador."
530
 
531
- #: includes/class.yith-wcwl-init.php:438
532
  msgid "Product correctly added to cart"
533
  msgstr "Producto añadido correctamente a la cesta"
534
 
535
- #: includes/class.yith-wcwl-install.php:244
536
  msgctxt "page_slug"
537
  msgid "wishlist"
538
  msgstr "lista de deseos"
539
 
540
- #: includes/class.yith-wcwl-privacy.php:50
541
  msgid "While you visit our site, we’ll track:"
542
  msgstr ""
543
 
544
- #: includes/class.yith-wcwl-privacy.php:52
545
  msgid ""
546
  "Products you’ve added to the wishlist: we’ll use this to show you and other "
547
  "users your favourite products, and to create targeted email campaigns."
548
  msgstr ""
549
 
550
- #: includes/class.yith-wcwl-privacy.php:53
551
  msgid ""
552
  "Wishlists you’ve created: we’ll keep track of the wishlists you create, and "
553
  "make them visible to the store’s staff"
554
  msgstr ""
555
 
556
- #: includes/class.yith-wcwl-privacy.php:55
557
  msgid ""
558
  "We’ll also use cookies to keep track of wishlist contents while you’re "
559
  "browsing our site."
560
  msgstr ""
561
 
562
- #: includes/class.yith-wcwl-privacy.php:58
563
  msgid ""
564
  "Members of our team have access to the information you provide us. For "
565
  "example, both Administrators and Shop Managers can access:"
566
  msgstr ""
567
 
568
- #: includes/class.yith-wcwl-privacy.php:60
569
  msgid ""
570
  "Wishlist details, such as products added, date of addition, name and privacy "
571
  "settings of your wishlists"
572
  msgstr ""
573
 
574
- #: includes/class.yith-wcwl-privacy.php:62
575
  msgid ""
576
  "Our team members have access to this information to offer you better deals "
577
  "for the products you love."
578
  msgstr ""
579
 
580
- #: includes/class.yith-wcwl-privacy.php:82
581
- #: includes/class.yith-wcwl-privacy.php:98
582
  #, fuzzy
583
  msgid "Customer Wishlists"
584
  msgstr "Añadir a la lista de deseos"
585
 
586
- #: includes/class.yith-wcwl-privacy.php:133
587
  #, fuzzy
588
  msgid "Wishlists"
589
  msgstr "Lista de Deseos"
590
 
591
- #. Translators: %s Order number.
592
- #: includes/class.yith-wcwl-privacy.php:195
593
- #, fuzzy
594
  msgid "Removed wishlist %s."
595
  msgstr "Mi lista de Deseos en %s"
596
 
597
- #. Translators: %s Order number.
598
- #: includes/class.yith-wcwl-privacy.php:199
599
  msgid "Wishlist %s has been retained."
600
  msgstr ""
601
 
602
- #: includes/class.yith-wcwl-privacy.php:210
603
  msgid "Removed default user's wishlist"
604
  msgstr ""
605
 
606
- #: includes/class.yith-wcwl-privacy.php:228
607
  msgid "Token"
608
  msgstr ""
609
 
610
- #: includes/class.yith-wcwl-privacy.php:229
611
  #, fuzzy
612
  msgid "Wishlist url"
613
  msgstr "Lista de Deseos"
614
 
615
- #: includes/class.yith-wcwl-privacy.php:230
616
  msgid "Title"
617
  msgstr ""
618
 
619
- #: includes/class.yith-wcwl-privacy.php:231
620
  msgctxt "date wishlist was created"
621
  msgid "Created on"
622
  msgstr ""
623
 
624
- #: includes/class.yith-wcwl-privacy.php:232
625
  msgid "Visibility"
626
  msgstr ""
627
 
628
- #: includes/class.yith-wcwl-privacy.php:233
629
  msgid "Items Added"
630
  msgstr ""
631
 
632
- #: includes/class.yith-wcwl-privacy.php:283 templates/wishlist-view.php:212
 
633
  msgid "Shared"
634
  msgstr "Compartido"
635
 
636
- #: includes/class.yith-wcwl-privacy.php:286 templates/wishlist-view.php:215
 
637
  msgid "Private"
638
  msgstr "Privado"
639
 
640
- #: includes/class.yith-wcwl-privacy.php:289 templates/wishlist-view.php:218
 
641
  msgid "Public"
642
  msgstr "Público"
643
 
644
- #: includes/class.yith-wcwl-shortcode.php:45
645
  #, fuzzy
646
  msgctxt "[gutenberg]: block name"
647
  msgid "YITH Add to Wishlist"
648
  msgstr "Añadir a la lista de deseos"
649
 
650
- #: includes/class.yith-wcwl-shortcode.php:46
651
  #, fuzzy
652
  msgctxt "[gutenberg]: block description"
653
  msgid "Shows Add to Wishlist button"
654
  msgstr "Botón de \"Añadir a la lista de deseos\""
655
 
656
- #: includes/class.yith-wcwl-shortcode.php:51
657
  msgid ""
658
  "ID of the product to add to wishlist (leave empty to use global product)"
659
  msgstr ""
660
 
661
- #: includes/class.yith-wcwl-shortcode.php:56
662
  msgid "Url of wishlist page (leave empty to use default)"
663
  msgstr ""
664
 
665
- #: includes/class.yith-wcwl-shortcode.php:61
666
  msgid "Button label (leave empty to use default)"
667
  msgstr ""
668
 
669
- #: includes/class.yith-wcwl-shortcode.php:66
670
  msgid "\"Browse wishlist\" label (leave empty to use default)"
671
  msgstr ""
672
 
673
- #: includes/class.yith-wcwl-shortcode.php:71
674
  #, fuzzy
675
  msgid "\"Product already in wishlist\" label (leave empty to use default)"
676
  msgstr "Texto de \"El producto ya está en la lista de deseos\""
677
 
678
- #: includes/class.yith-wcwl-shortcode.php:76
679
  msgid "\"Product added to wishlist\" label (leave empty to use default)"
680
  msgstr ""
681
 
682
- #: includes/class.yith-wcwl-shortcode.php:81
683
  msgid ""
684
  "Icon for the button (use any FontAwesome valid class, or leave empty to use "
685
  "default)"
686
  msgstr ""
687
 
688
- #: includes/class.yith-wcwl-shortcode.php:86
689
  msgid "Additional css classes for the button (leave empty to use default)"
690
  msgstr ""
691
 
692
- #: includes/class.yith-wcwl-shortcode.php:94
693
  #, fuzzy
694
  msgctxt "[gutenberg]: block name"
695
  msgid "YITH Wishlist"
@@ -697,126 +704,130 @@ msgstr ""
697
  "Habilitar Y\n"
698
  "ITH Wishlist"
699
 
700
- #: includes/class.yith-wcwl-shortcode.php:95
701
  #, fuzzy
702
  msgctxt "[gutenberg]: block description"
703
  msgid "Shows list of products in wishlist"
704
  msgstr "Mostrar el precio unitario de cada producto en la lista de deseos"
705
 
706
- #: includes/class.yith-wcwl-shortcode.php:100
707
  msgid "Choose whether to paginate items in the wishlist or show them all"
708
  msgstr ""
709
 
710
- #: includes/class.yith-wcwl-shortcode.php:103
711
  msgid "Paginate"
712
  msgstr ""
713
 
714
- #: includes/class.yith-wcwl-shortcode.php:104
715
  msgid "Do not paginate"
716
  msgstr ""
717
 
718
- #: includes/class.yith-wcwl-shortcode.php:109
719
  msgid "Number of items to show for each page"
720
  msgstr ""
721
 
722
- #: includes/class.yith-wcwl-shortcode.php:114
723
  msgid "ID of the wishlist to show (EG: K6EOWXB888ZD)"
724
  msgstr ""
725
 
726
- #: includes/class.yith-wcwl-shortcode.php:386
727
- #: includes/class.yith-wcwl-ui.php:164
728
  msgid "Share on:"
729
  msgstr "Compartir en:"
730
 
731
- #: includes/class.yith-wcwl-ui.php:118 includes/class.yith-wcwl-ui.php:200
 
732
  msgid "Select options"
733
  msgstr "Seleccione opciones"
734
 
735
- #: includes/class.yith-wcwl-ui.php:168 templates/share.php:20
736
  msgid "Facebook"
737
  msgstr "Facebook"
738
 
739
- #: includes/class.yith-wcwl-ui.php:171 templates/share.php:26
740
  msgid "Twitter"
741
  msgstr "Twitter"
742
 
743
- #: includes/class.yith-wcwl-ui.php:180
744
  msgid "email"
745
  msgstr "email"
746
 
747
- #: includes/class.yith-wcwl.php:201
748
  msgid "An error occurred while adding products to the wishlist."
749
  msgstr "Se produjo un error al agregar productos a la lista de deseos."
750
 
751
- #: includes/class.yith-wcwl.php:293
752
  msgid "An error occurred while adding products to wishlist."
753
  msgstr "Se produjo un error al agregar productos a la lista de deseos."
754
 
755
- #: includes/class.yith-wcwl.php:310
756
  msgid "The \"Remove\" option now does not require any parameter"
757
  msgstr "La opción \"Eliminar\" ahora no requiere ningún parámetro"
758
 
759
- #: includes/class.yith-wcwl.php:359
760
  msgid "An error occurred while removing products from the wishlist"
761
  msgstr "Se produjo un error al eliminar los productos de la lista de deseos"
762
 
763
- #: includes/class.yith-wcwl.php:809
764
  msgid "You need to log in before creating a new wishlist"
765
  msgstr "Tienes que iniciar sesión antes de crear una nueva lista de deseos"
766
 
767
- #: includes/class.yith-wcwl.php:1610
768
  msgid "Product successfully removed."
769
  msgstr "Producto eliminado correctamente."
770
 
771
- #: includes/class.yith-wcwl.php:1614
772
  msgid "Error. Unable to remove the product from the wishlist."
773
  msgstr "Error. No se puede eliminar el producto de la lista de deseos."
774
 
775
- #: includes/class.yith-wcwl.php:1618 templates/wishlist-view.php:242
776
  msgid "No products were added to the wishlist"
777
  msgstr "No se han añadido productos a la lista de deseos"
778
 
779
- #: includes/class.yith-wcwl.php:1660
780
  msgid "An error as occurred."
781
  msgstr "Se produjo un error."
782
 
783
- #: init.php:130
784
  #, fuzzy
785
  msgid "is enabled but not effective. It requires WooCommerce in order to work."
786
  msgstr ""
787
  "Yith WooCommerce Lista de Deseos está habilitado pero no funcionando. "
788
  "Requiere WooCommerce con el fin de trabajar."
789
 
790
- #: init.php:140
791
  msgid "You can't activate the free version of"
792
  msgstr ""
793
 
794
- #: init.php:140
795
  msgid "while you are using the premium one."
796
  msgstr ""
797
 
798
- #: templates/admin/wishlist-panel-premium.php:185
799
- #: templates/admin/wishlist-panel-premium.php:383
 
800
  msgid ""
801
  "Upgrade to the %1$spremium version%2$s%3$sof %1$sYITH WooCommerce Wishlist"
802
  "%2$s to benefit from all features!"
803
  msgstr ""
804
 
805
- #: templates/admin/wishlist-panel-premium.php:187
806
- #: templates/admin/wishlist-panel-premium.php:385
 
807
  msgid "%1$sUPGRADE%2$s%3$s to the premium version%2$s"
808
  msgstr ""
809
 
810
- #: templates/admin/wishlist-panel-premium.php:193
811
  msgid "Premium Features"
812
  msgstr ""
813
 
814
- #: templates/admin/wishlist-panel-premium.php:196
815
- #: templates/admin/wishlist-panel-premium.php:201
816
  msgid "Multiple Wishlist"
817
  msgstr ""
818
 
819
- #: templates/admin/wishlist-panel-premium.php:203
 
820
  msgid ""
821
  "%1$sDoes it ever happened to you to have too many wishes for a single wish "
822
  "list?%2$s%3$s The possibility to manage one's wishes is a fundamental "
@@ -827,38 +838,43 @@ msgid ""
827
  "manage and share their own wish lists."
828
  msgstr ""
829
 
830
- #: templates/admin/wishlist-panel-premium.php:212
831
- #: templates/admin/wishlist-panel-premium.php:222
832
  msgid "Wishlist Private"
833
  msgstr ""
834
 
835
- #: templates/admin/wishlist-panel-premium.php:214
 
836
  msgid ""
837
  "By enabling the option wishlist, users will also have the possibility to "
838
  "%1$smanage the visibility%2$s of their wish lists according to one of the "
839
  "following options:"
840
  msgstr ""
841
 
842
- #: templates/admin/wishlist-panel-premium.php:216
 
843
  msgid "%1$spublic:%2$s all users can look for your wish list and see it;"
844
  msgstr ""
845
 
846
- #: templates/admin/wishlist-panel-premium.php:217
 
847
  msgid ""
848
  "%1$sshared:%2$s only users possessing a direct link to the wish list page "
849
  "can display it;"
850
  msgstr ""
851
 
852
- #: templates/admin/wishlist-panel-premium.php:218
 
853
  msgid "%1$sprivate:%2$s only the wish list creator can see it."
854
  msgstr ""
855
 
856
- #: templates/admin/wishlist-panel-premium.php:229
857
- #: templates/admin/wishlist-panel-premium.php:234
858
  msgid "Estimate Cost"
859
  msgstr ""
860
 
861
- #: templates/admin/wishlist-panel-premium.php:236
 
862
  msgid ""
863
  "%1$sDo you want to add the possibility to ask for estimates of costs into "
864
  "your catalogue?%3$s Do you want to manage customised packets for faithful "
@@ -870,12 +886,13 @@ msgid ""
870
  "address that you have previously set."
871
  msgstr ""
872
 
873
- #: templates/admin/wishlist-panel-premium.php:245
874
- #: templates/admin/wishlist-panel-premium.php:250
875
  msgid "Admin Panel"
876
  msgstr ""
877
 
878
- #: templates/admin/wishlist-panel-premium.php:247
 
879
  msgid ""
880
  "Thanks to the useful Admin panel, accessible directly among the WooCommerce "
881
  "submenu pages, you will have total control on users' wishlists. In addition "
@@ -885,12 +902,13 @@ msgid ""
885
  "in customers' wish lists."
886
  msgstr ""
887
 
888
- #: templates/admin/wishlist-panel-premium.php:257
889
- #: templates/admin/wishlist-panel-premium.php:262
890
  msgid "Search Wishlists"
891
  msgstr ""
892
 
893
- #: templates/admin/wishlist-panel-premium.php:264
 
894
  msgid ""
895
  "How many times have you been looking for the perfect gift for a important "
896
  "event but you had no idea of what to buy? %1$s'Search wishlists'%2$s allows "
@@ -899,11 +917,12 @@ msgid ""
899
  "your products and even encourage users to purchase."
900
  msgstr ""
901
 
902
- #: templates/admin/wishlist-panel-premium.php:273
903
  msgid "'ADD TO CART' CHECKBOX"
904
  msgstr ""
905
 
906
- #: templates/admin/wishlist-panel-premium.php:275
 
907
  msgid ""
908
  "Your shop offers always a wide selection of products and wishlists of your "
909
  "users get more and more crowded everyday. Give them the possibility to "
@@ -911,19 +930,20 @@ msgid ""
911
  "just with one click."
912
  msgstr ""
913
 
914
- #: templates/admin/wishlist-panel-premium.php:278
915
  msgid "'ADD TO CART'"
916
  msgstr ""
917
 
918
- #: templates/admin/wishlist-panel-premium.php:285
919
  msgid "DISABLE WISHLIST"
920
  msgstr ""
921
 
922
- #: templates/admin/wishlist-panel-premium.php:290
923
  msgid "DISABLE WISHLIST FOR UNLOGGED USERS"
924
  msgstr ""
925
 
926
- #: templates/admin/wishlist-panel-premium.php:292
 
927
  msgid ""
928
  "Favour users that have registered to your shop and disable plugin "
929
  "functionalities for all users that have not. By disabling this option, each "
@@ -931,27 +951,29 @@ msgid ""
931
  "%2$s to \"My Account\" page and a message will invite them to log in."
932
  msgstr ""
933
 
934
- #: templates/admin/wishlist-panel-premium.php:301
935
  msgid "MESSAGE TO UNLOGGED USERS"
936
  msgstr ""
937
 
938
- #: templates/admin/wishlist-panel-premium.php:303
 
939
  msgid ""
940
  "Invite users that are visiting your shop to login if they want to fully "
941
  "benefit from Wishlist functionalities. Show a %1$scustomised message%2$s and "
942
  "redirect them to \"My Account\" page for registration."
943
  msgstr ""
944
 
945
- #: templates/admin/wishlist-panel-premium.php:306
946
  msgid "UNLOGGED USERS"
947
  msgstr ""
948
 
949
- #: templates/admin/wishlist-panel-premium.php:313
950
- #: templates/admin/wishlist-panel-premium.php:318
951
  msgid "POPULAR TABLE"
952
  msgstr ""
953
 
954
- #: templates/admin/wishlist-panel-premium.php:320
 
955
  msgid ""
956
  "Some products draw customer's attention more than others and they do not "
957
  "hesitate to add products to their wishlist. Table %1$s'Popular'%2$s allows "
@@ -959,27 +981,29 @@ msgid ""
959
  "their wishlists."
960
  msgstr ""
961
 
962
- #: templates/admin/wishlist-panel-premium.php:329
963
  msgid "FUNCTIONALITIES IN ONE CLICK"
964
  msgstr ""
965
 
966
- #: templates/admin/wishlist-panel-premium.php:331
 
967
  msgid ""
968
  "Users have the possibility to search for a wishlist, create a new one or "
969
  "display those already created. Add these %1$sfunctionalities%2$s through the "
970
  "dedicated widgets or show them immediately after \"Wishlist\" table."
971
  msgstr ""
972
 
973
- #: templates/admin/wishlist-panel-premium.php:334
974
  msgid "FUNCTIONALITIES"
975
  msgstr ""
976
 
977
- #: templates/admin/wishlist-panel-premium.php:341
978
- #: templates/admin/wishlist-panel-premium.php:346
979
  msgid "PROMOTIONAL EMAIL"
980
  msgstr ""
981
 
982
- #: templates/admin/wishlist-panel-premium.php:348
 
983
  msgid ""
984
  "If you want to give the right input to your users to persuade them to "
985
  "%1$spurchase the products%2$s they have in their wishlists, you need to use "
@@ -988,11 +1012,12 @@ msgid ""
988
  "will know you are offering a unique offer!"
989
  msgstr ""
990
 
991
- #: templates/admin/wishlist-panel-premium.php:357
992
  msgid "FROM A WISHLIST TO ANOTHER"
993
  msgstr ""
994
 
995
- #: templates/admin/wishlist-panel-premium.php:359
 
996
  msgid ""
997
  "Who said that a product has to remain forever in the same wishlist? With the "
998
  "option %1$s\"Show \"Move to another wishlist\" dropdown menu\"%2$s, with "
@@ -1000,125 +1025,105 @@ msgid ""
1000
  "another one, managing as they want their lists."
1001
  msgstr ""
1002
 
1003
- #: templates/admin/wishlist-panel-premium.php:362
1004
  msgid "FROM A WISHLIST"
1005
  msgstr ""
1006
 
1007
- #: templates/admin/wishlist-panel-premium.php:369
1008
  msgid "DATE"
1009
  msgstr ""
1010
 
1011
- #: templates/admin/wishlist-panel-premium.php:374
1012
  msgid "DATE OF ADDITION TO A WISHLIST"
1013
  msgstr ""
1014
 
1015
- #: templates/admin/wishlist-panel-premium.php:376
 
1016
  msgid ""
1017
  "Activating the %1$s\"Show date of addition\"%2$s option, users can see the "
1018
  "date in which they have added a particular product to their list: a new way "
1019
  "to keep you users informed about their operations."
1020
  msgstr ""
1021
 
1022
- #: templates/share.php:32
1023
  msgid "Pinterest"
1024
  msgstr "Pinterest"
1025
 
1026
- #: templates/share.php:38
1027
  msgid "Google+"
1028
  msgstr "Google+"
1029
 
1030
- #: templates/share.php:44
1031
  msgid "Email"
1032
  msgstr "Email"
1033
 
1034
- #: templates/wishlist-view.php:32
1035
  msgid "Edit title"
1036
  msgstr "Editar título"
1037
 
1038
- #: templates/wishlist-view.php:41
1039
  msgid "Save"
1040
  msgstr "Guardar"
1041
 
1042
- #: templates/wishlist-view.php:45
1043
  msgid "Cancel"
1044
  msgstr "Cancelar"
1045
 
1046
- #: templates/wishlist-view.php:82
1047
  msgid "Product Name"
1048
  msgstr "Nombre de producto"
1049
 
1050
- #: templates/wishlist-view.php:89
1051
  msgid "Unit Price"
1052
  msgstr "Precio unitario"
1053
 
1054
- #: templates/wishlist-view.php:102
1055
  msgid "Stock Status"
1056
  msgstr "Estado del stock"
1057
 
1058
- #: templates/wishlist-view.php:152 templates/wishlist-view.php:232
1059
  msgid "Remove this product"
1060
  msgstr "Eliminar este producto"
1061
 
1062
- #: templates/wishlist-view.php:172
1063
  msgid "Free!"
1064
  msgstr "¡Gratis!"
1065
 
1066
- #: templates/wishlist-view.php:179
1067
  msgid "Out of Stock"
1068
  msgstr "Agotado"
1069
 
1070
- #: templates/wishlist-view.php:179
1071
  msgid "In Stock"
1072
  msgstr "Disponible"
1073
 
1074
- #: templates/wishlist-view.php:188
 
1075
  msgid "Added on : %s"
1076
  msgstr "Añadido el: %s"
1077
 
1078
- #: templates/wishlist-view.php:200
1079
  msgid "Move"
1080
  msgstr "Mover"
1081
 
1082
- #: templates/wishlist-view.php:232
1083
  msgid "Remove"
1084
  msgstr "Eliminar"
1085
 
1086
- #: templates/wishlist-view.php:259
1087
  msgid "Add the selected products to the cart"
1088
  msgstr "Añadir los productos seleccionados a la cesta"
1089
 
1090
- #: templates/wishlist-view.php:267 templates/wishlist-view.php:313
1091
  msgid "Ask for an estimate"
1092
  msgstr "Pida presupuesto"
1093
 
1094
- #: templates/wishlist-view.php:303
1095
  msgid "Your email"
1096
  msgstr ""
1097
 
1098
- #. Plugin Name of the plugin/theme
1099
- msgid "YITH WooCommerce Wishlist"
1100
- msgstr "YITH WooCommerce Wishlist"
1101
-
1102
- #. Plugin URI of the plugin/theme
1103
- msgid "https://yithemes.com/themes/plugins/yith-woocommerce-wishlist/"
1104
- msgstr ""
1105
-
1106
- #. Description of the plugin/theme
1107
- msgid ""
1108
- "<code><strong>YITH WooCommerce Wishlist</strong></code> gives your users the "
1109
- "possibility to create, fill, manage and share their wishlists allowing you "
1110
- "to analyze their interests and needs to improve your marketing strategies. "
1111
- "<a href=\"https://yithemes.com/\" target=\"_blank\">Get more plugins for "
1112
- "your e-commerce on <strong>YITH</strong></a>"
1113
- msgstr ""
1114
-
1115
- #. Author of the plugin/theme
1116
- msgid "YITH"
1117
- msgstr ""
1118
-
1119
- #. Author URI of the plugin/theme
1120
- msgid "https://yithemes.com/"
1121
- msgstr ""
1122
 
1123
  #~ msgid ""
1124
  #~ "WARNING: This plugin requires at least WooCommerce 2.2! Please, use this "
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
+ "POT-Creation-Date: 2019-02-12 14:37+0100\n"
6
+ "PO-Revision-Date: 2019-02-12 14:37+0100\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 2.2\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;"
23
  "X-Poedit-SearchPath-0: ..\n"
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:1484
28
+ #: ../includes/class.yith-wcwl-admin-init.php:1485
29
+ #: ../includes/class.yith-wcwl-install.php:245
30
  msgid "Wishlist"
31
  msgstr "Lista de Deseos"
32
 
33
+ #: ../includes/class.yith-wcwl-admin-init.php:161
34
  msgid "Settings"
35
  msgstr "Ajustes"
36
 
37
+ #: ../includes/class.yith-wcwl-admin-init.php:162
38
+ #: ../includes/class.yith-wcwl-admin-init.php:243
39
  msgid "Colors"
40
  msgstr "Colores"
41
 
42
+ #: ../includes/class.yith-wcwl-admin-init.php:163
43
  msgid "Premium Version"
44
  msgstr "Versión Premium"
45
 
46
+ #: ../includes/class.yith-wcwl-admin-init.php:1015
47
  msgid "Enable all plugin features"
48
  msgstr ""
49
 
50
+ #: ../includes/class.yith-wcwl-admin-init.php:1016
51
  msgid ""
52
  "Be sure to select at least one option in the Wishlist page menu in this "
53
  "settings page"
54
  msgstr ""
55
 
56
+ #: ../includes/class.yith-wcwl-admin-init.php:1017
57
  msgctxt "[Part of]: Also, please read the plugin documentation"
58
  msgid "Also, please read the plugin"
59
  msgstr ""
60
 
61
+ #: ../includes/class.yith-wcwl-admin-init.php:1018
62
  #, fuzzy
63
  msgctxt "[Part Of]: Also, please read the plugin documentation"
64
  msgid "documentation"
65
  msgstr "Documentación Plugin"
66
 
67
+ #: ../includes/class.yith-wcwl-admin-init.php:1024
68
  msgid "Upgrade to the PREMIUM VERSION"
69
  msgstr "Actualiza a la versión Premium"
70
 
71
+ #: ../includes/class.yith-wcwl-admin-init.php:1028
72
  msgid "Discover the Advanced Features"
73
  msgstr "Descubre las funciones avanzadas"
74
 
75
+ #: ../includes/class.yith-wcwl-admin-init.php:1029
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:1035
82
  msgid "Get Support and Pro Features"
83
  msgstr "Obtén ayuda y Características Pro"
84
 
85
+ #: ../includes/class.yith-wcwl-admin-init.php:1036
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 "
92
  "características avanzadas del producto y obtendrá un año de actualizaciones "
93
  "gratuitas y apoyo a través de nuestra plataforma disponible 24h/24."
94
 
95
+ #: ../includes/class.yith-wcwl-admin-init.php:1046
96
  msgid "General Settings"
97
  msgstr "Configuración general"
98
 
99
+ #: ../includes/class.yith-wcwl-admin-init.php:1053
100
  msgid "Enable YITH Wishlist"
101
  msgstr ""
102
  "Habilitar Y\n"
103
  "ITH Wishlist"
104
 
105
+ #: ../includes/class.yith-wcwl-admin-init.php:1060
106
  msgid "Default wishlist title"
107
  msgstr "Título por defecto de la Lista de Deseos"
108
 
109
+ #: ../includes/class.yith-wcwl-admin-init.php:1062
110
+ #: ../includes/class.yith-wcwl-admin-init.php:1063
111
+ #: ../includes/class.yith-wcwl-admin-init.php:1299
112
+ #, php-format
113
  msgid "My wishlist on %s"
114
  msgstr "Mi lista de Deseos en %s"
115
 
116
+ #: ../includes/class.yith-wcwl-admin-init.php:1068
117
  msgid "Wishlist Page"
118
  msgstr ""
119
  "Página \n"
120
  "Lista de Deseos"
121
 
122
+ #: ../includes/class.yith-wcwl-admin-init.php:1069
123
  msgid "Page contents: [yith_wcwl_wishlist]"
124
  msgstr ""
125
  "Contenido de la Página: \n"
126
  "[yith_wcwl_wishlist]"
127
 
128
+ #: ../includes/class.yith-wcwl-admin-init.php:1078
129
  msgid "Position"
130
  msgstr "Posición"
131
 
132
+ #: ../includes/class.yith-wcwl-admin-init.php:1079
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]."
140
  "yith_wcwl_add_to_wishlist\n"
141
  "]."
142
 
143
+ #: ../includes/class.yith-wcwl-admin-init.php:1085
144
  msgid "After \"Add to cart\""
145
  msgstr "Después de \"Añadir al carrito\""
146
 
147
+ #: ../includes/class.yith-wcwl-admin-init.php:1086
148
  msgid "After thumbnails"
149
  msgstr "Después de miniaturas"
150
 
151
+ #: ../includes/class.yith-wcwl-admin-init.php:1087
152
  msgid "After summary"
153
  msgstr "Después de sumario"
154
 
155
+ #: ../includes/class.yith-wcwl-admin-init.php:1088
156
  msgid "Use shortcode"
157
  msgstr "Usar shortcode"
158
 
159
+ #: ../includes/class.yith-wcwl-admin-init.php:1093
160
  msgid "Redirect to cart"
161
  msgstr "Redirigir a la cesta"
162
 
163
+ #: ../includes/class.yith-wcwl-admin-init.php:1094
164
  msgid ""
165
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
166
  "page."
168
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
169
  "page."
170
 
171
+ #: ../includes/class.yith-wcwl-admin-init.php:1100
172
  msgid "Remove if added to the cart"
173
  msgstr "Eliminar si se añade a la cesta"
174
 
175
+ #: ../includes/class.yith-wcwl-admin-init.php:1101
176
  msgid "Remove the product from the wishlist if it has been added to the cart."
177
  msgstr "Eliminar el producto de la lista si se ha añadido a la cesta."
178
 
179
+ #: ../includes/class.yith-wcwl-admin-init.php:1107
180
  msgid "\"Add to Wishlist\" text"
181
  msgstr "Texto \"Añadir a la Lista de Deseos\""
182
 
183
+ #: ../includes/class.yith-wcwl-admin-init.php:1109
184
  msgid "Add to Wishlist"
185
  msgstr "Añadir a la lista de deseos"
186
 
187
+ #: ../includes/class.yith-wcwl-admin-init.php:1114
188
  msgid "\"Browse wishlist\" text"
189
  msgstr "Texto de \"Navegar por la Lista de Deseos\""
190
 
191
+ #: ../includes/class.yith-wcwl-admin-init.php:1116
192
+ #: ../includes/class.yith-wcwl-ui.php:82 ../includes/class.yith-wcwl-ui.php:83
193
  msgid "Browse Wishlist"
194
  msgstr "Navegar por Lista de Deseos"
195
 
196
+ #: ../includes/class.yith-wcwl-admin-init.php:1121
197
  msgid "\"Product already in wishlist\" text"
198
  msgstr "Texto de \"El producto ya está en la lista de deseos\""
199
 
200
+ #: ../includes/class.yith-wcwl-admin-init.php:1123
201
+ #: ../includes/class.yith-wcwl-ui.php:83
202
  msgid "The product is already in the wishlist!"
203
  msgstr "El producto ya está en la lista de deseos!"
204
 
205
+ #: ../includes/class.yith-wcwl-admin-init.php:1128
206
  msgid "\"Product added\" text"
207
  msgstr "Texto de \"Producto añadido\""
208
 
209
+ #: ../includes/class.yith-wcwl-admin-init.php:1130
210
+ #: ../includes/class.yith-wcwl-ui.php:82
211
  msgid "Product added!"
212
  msgstr "Producto añadido!"
213
 
214
+ #: ../includes/class.yith-wcwl-admin-init.php:1135
215
  msgid "\"Add to Cart\" text"
216
  msgstr "Texto de \"Añadir a la Cesta\""
217
 
218
+ #: ../includes/class.yith-wcwl-admin-init.php:1137
219
  msgid "Add to Cart"
220
  msgstr "Añadir a la cesta"
221
 
222
+ #: ../includes/class.yith-wcwl-admin-init.php:1142
223
  msgid "Show Unit price"
224
  msgstr "Mostrar Precio unitario"
225
 
226
+ #: ../includes/class.yith-wcwl-admin-init.php:1143
227
  msgid "Show unit price for each product in wishlist"
228
  msgstr "Mostrar el precio unitario de cada producto en la lista de deseos"
229
 
230
+ #: ../includes/class.yith-wcwl-admin-init.php:1150
231
  msgid "Show \"Add to Cart\" button"
232
  msgstr "Mostrar botón de \"Añadir al carrito\""
233
 
234
+ #: ../includes/class.yith-wcwl-admin-init.php:1151
235
  msgid "Show \"Add to Cart\" button for each product in wishlist"
236
  msgstr ""
237
  "Mostrar botón \"Añadir al carrito\" para cada producto en la lista de deseos"
238
 
239
+ #: ../includes/class.yith-wcwl-admin-init.php:1158
240
  msgid "Show Stock status"
241
  msgstr "Mostrar el estado del Stock"
242
 
243
+ #: ../includes/class.yith-wcwl-admin-init.php:1159
244
  msgid ""
245
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
246
  msgstr ""
247
  "Mostrar etiqueta \"En existencia\" o \"Agotado\" para cada producto en la "
248
  "lista de deseos"
249
 
250
+ #: ../includes/class.yith-wcwl-admin-init.php:1166
251
  msgid "Show Date of addition"
252
  msgstr "Mostrar Fecha de adición"
253
 
254
+ #: ../includes/class.yith-wcwl-admin-init.php:1167
255
  msgid "Show the date when users have added a product to the wishlist"
256
  msgstr ""
257
  "Mostrar la fecha en que los usuarios han añadido un producto a la lista de "
258
  "deseos"
259
 
260
+ #: ../includes/class.yith-wcwl-admin-init.php:1174
261
  msgid "Add second remove button"
262
  msgstr "Añadir segundo botón de eliminación"
263
 
264
+ #: ../includes/class.yith-wcwl-admin-init.php:1175
265
  msgid "Add a second remove button in the last column, with extended label"
266
  msgstr ""
267
  "Añadir un segundo botón de eliminación en la última columna, con la etiqueta "
268
  "ampliada"
269
 
270
+ #: ../includes/class.yith-wcwl-admin-init.php:1190
271
  msgid "Styles"
272
  msgstr "Estilos"
273
 
274
+ #: ../includes/class.yith-wcwl-admin-init.php:1197
275
  msgid "Use buttons"
276
  msgstr "Usar botones"
277
 
278
+ #: ../includes/class.yith-wcwl-admin-init.php:1198
279
  msgid "Use buttons instead of simple anchors."
280
  msgstr "Utilizar los botones en lugar de anclajes simples."
281
 
282
+ #: ../includes/class.yith-wcwl-admin-init.php:1204
283
  msgid "Custom CSS"
284
  msgstr "CSS personalizado"
285
 
286
+ #: ../includes/class.yith-wcwl-admin-init.php:1211
287
  msgid "Use theme style"
288
  msgstr "Usar estilo del tema"
289
 
290
+ #: ../includes/class.yith-wcwl-admin-init.php:1212
291
  msgid "Use the theme style."
292
  msgstr "Utilizar el estilo de tema."
293
 
294
+ #: ../includes/class.yith-wcwl-admin-init.php:1218
295
  msgid "Rounded buttons"
296
  msgstr "Botones redondeados"
297
 
298
+ #: ../includes/class.yith-wcwl-admin-init.php:1219
299
  msgid "Make button corners rounded"
300
  msgstr "Hacer que las esquinas del botón sean redondeadas"
301
 
302
+ #: ../includes/class.yith-wcwl-admin-init.php:1225
303
  msgid "\"Add to Wishlist\" icon"
304
  msgstr ""
305
  "Icono de \n"
306
  "\"Añadir a la Lista de Deseos\""
307
 
308
+ #: ../includes/class.yith-wcwl-admin-init.php:1226
309
  msgid "Add an icon to the \"Add to Wishlist\" button"
310
  msgstr "Añadir un icono para el botón \"Agregar a la lista de deseos\""
311
 
312
+ #: ../includes/class.yith-wcwl-admin-init.php:1236
313
  msgid "\"Add to Cart\" icon"
314
  msgstr ""
315
  "Icono de \n"
316
  "\"Añadir al carrito\""
317
 
318
+ #: ../includes/class.yith-wcwl-admin-init.php:1237
319
  msgid "Add an icon to the \"Add to Cart\" button"
320
  msgstr "Añadir un icono para el botón \"Añadir al carrito\""
321
 
322
+ #: ../includes/class.yith-wcwl-admin-init.php:1255
323
  msgid "Social Networks & Share"
324
  msgstr "Redes Sociales y Compartir"
325
 
326
+ #: ../includes/class.yith-wcwl-admin-init.php:1262
327
  msgid "Share on Facebook"
328
  msgstr "Compartir en Facebook"
329
 
330
+ #: ../includes/class.yith-wcwl-admin-init.php:1263
331
  msgid "Show \"Share on Facebook\" button"
332
  msgstr "Mostrar el botón \"Compartir en Facebook\""
333
 
334
+ #: ../includes/class.yith-wcwl-admin-init.php:1269
335
  msgid "Tweet on Twitter"
336
  msgstr "Twittear en Twitter"
337
 
338
+ #: ../includes/class.yith-wcwl-admin-init.php:1270
339
  msgid "Show \"Tweet on Twitter\" button"
340
  msgstr "Mostrar botón \"Twittear en Twitter\""
341
 
342
+ #: ../includes/class.yith-wcwl-admin-init.php:1276
343
  msgid "Pin on Pinterest"
344
  msgstr "Pin en Pinterest"
345
 
346
+ #: ../includes/class.yith-wcwl-admin-init.php:1277
347
  msgid "Show \"Pin on Pinterest\" button"
348
  msgstr "Mostrar botón \"Pin on Pinterest\""
349
 
350
+ #: ../includes/class.yith-wcwl-admin-init.php:1283
351
  msgid "Share on Google+"
352
  msgstr "Compartir en Google+"
353
 
354
+ #: ../includes/class.yith-wcwl-admin-init.php:1284
355
  msgid "Show \"Share on Google+\" button"
356
  msgstr "Mostrar el botón \"Compartir en Google+\""
357
 
358
+ #: ../includes/class.yith-wcwl-admin-init.php:1290
359
  msgid "Share by Email"
360
  msgstr "Compartir por correo electrónico"
361
 
362
+ #: ../includes/class.yith-wcwl-admin-init.php:1291
363
  msgid "Show \"Share by Email\" button"
364
  msgstr "Mostrar el botón \"Compartir por correo electrónico\""
365
 
366
+ #: ../includes/class.yith-wcwl-admin-init.php:1297
367
  msgid "Social title"
368
  msgstr "Título Social"
369
 
370
+ #: ../includes/class.yith-wcwl-admin-init.php:1304
371
  msgid "Social text"
372
  msgstr "Texto Social"
373
 
374
+ #: ../includes/class.yith-wcwl-admin-init.php:1305
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:1312
381
  msgid "Social image URL"
382
  msgstr "URL de la imagen Social"
383
 
384
+ #: ../includes/class.yith-wcwl-admin-init.php:1313
385
  msgid "It will be used by Pinterest."
386
  msgstr ""
387
 
388
+ #: ../includes/class.yith-wcwl-admin-init.php:1327
389
+ #, php-format
390
  msgid ""
391
  "If you want to take advantage of this feature, you could consider to "
392
  "purchase the %s."
394
  "Si desea tomar ventaja de esta característica, usted podría considerar "
395
  "comprar el %s."
396
 
397
+ #: ../includes/class.yith-wcwl-admin-init.php:1332
398
  msgid "YITH WooCommerce Frequently Bought Together Integration"
399
  msgstr "Yith WooCommerce Productos adquiridos juntos frecuentemente"
400
 
401
+ #: ../includes/class.yith-wcwl-admin-init.php:1339
402
  msgid "Enable slider in wishlist"
403
  msgstr "Habilitar control deslizante en la lista de deseos"
404
 
405
+ #: ../includes/class.yith-wcwl-admin-init.php:1340
406
+ #, php-format
407
  msgid ""
408
  "Choose to enable product slider in wishlist page with linked products (<a "
409
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
412
  "con productos vinculados \n"
413
  "(<a href=\"%s\" class=\"thickbox\">Ejemplo</a>). %s"
414
 
415
+ #: ../includes/class.yith-wcwl-admin-init.php:1376
416
  msgid "\"Add to wishlist\" button"
417
  msgstr "Botón de \"Añadir a la lista de deseos\""
418
 
419
+ #: ../includes/class.yith-wcwl-admin-init.php:1379
420
+ #: ../includes/class.yith-wcwl-admin-init.php:1397
421
+ #: ../includes/class.yith-wcwl-admin-init.php:1415
422
+ #: ../includes/class.yith-wcwl-admin-init.php:1433
423
+ #: ../includes/class.yith-wcwl-admin-init.php:1451
424
  msgid "Background"
425
  msgstr "Fondo"
426
 
427
+ #: ../includes/class.yith-wcwl-admin-init.php:1380
428
+ #: ../includes/class.yith-wcwl-admin-init.php:1398
429
+ #: ../includes/class.yith-wcwl-admin-init.php:1416
430
+ #: ../includes/class.yith-wcwl-admin-init.php:1434
431
+ #: ../includes/class.yith-wcwl-admin-init.php:1452
432
  msgid "Text"
433
  msgstr "Texto"
434
 
435
+ #: ../includes/class.yith-wcwl-admin-init.php:1381
436
+ #: ../includes/class.yith-wcwl-admin-init.php:1399
437
+ #: ../includes/class.yith-wcwl-admin-init.php:1417
438
+ #: ../includes/class.yith-wcwl-admin-init.php:1435
439
+ #: ../includes/class.yith-wcwl-admin-init.php:1453
440
  msgid "Border"
441
  msgstr "Borde"
442
 
443
+ #: ../includes/class.yith-wcwl-admin-init.php:1388
444
+ #: ../includes/class.yith-wcwl-admin-init.php:1406
445
+ #: ../includes/class.yith-wcwl-admin-init.php:1424
446
+ #: ../includes/class.yith-wcwl-admin-init.php:1442
447
  msgid "Background (hover)"
448
  msgstr "Fondo (hover)"
449
 
450
+ #: ../includes/class.yith-wcwl-admin-init.php:1389
451
+ #: ../includes/class.yith-wcwl-admin-init.php:1407
452
+ #: ../includes/class.yith-wcwl-admin-init.php:1425
453
+ #: ../includes/class.yith-wcwl-admin-init.php:1443
454
  msgid "Text (hover)"
455
  msgstr "Texto (hover)"
456
 
457
+ #: ../includes/class.yith-wcwl-admin-init.php:1390
458
+ #: ../includes/class.yith-wcwl-admin-init.php:1408
459
+ #: ../includes/class.yith-wcwl-admin-init.php:1426
460
+ #: ../includes/class.yith-wcwl-admin-init.php:1444
461
  msgid "Border (hover)"
462
  msgstr "Borde (hover)"
463
 
464
+ #: ../includes/class.yith-wcwl-admin-init.php:1394
465
  msgid "\"Add to Cart\" button"
466
  msgstr "Botón \"Añadir a la cesta\""
467
 
468
+ #: ../includes/class.yith-wcwl-admin-init.php:1412
469
  msgid "\"Style 1\" button"
470
  msgstr "Botón \"Estilo 1\""
471
 
472
+ #: ../includes/class.yith-wcwl-admin-init.php:1430
473
  msgid "\"Style 2\" button"
474
  msgstr "Botón \"Estilo 2\""
475
 
476
+ #: ../includes/class.yith-wcwl-admin-init.php:1448
477
  msgid "Wishlist table"
478
  msgstr "Tabla Lista de Deseos"
479
 
480
+ #: ../includes/class.yith-wcwl-admin-init.php:1457
481
  msgid "Headers"
482
  msgstr "Cabeceras"
483
 
484
+ #: ../includes/class.yith-wcwl-admin-init.php:1460
485
  msgid "Background color"
486
  msgstr "Color de fondo"
487
 
488
+ #: ../includes/class.yith-wcwl-admin-init.php:1550
489
  msgid "Wishlist Activated"
490
  msgstr "Lista de Deseos Activado"
491
 
492
+ #: ../includes/class.yith-wcwl-admin-init.php:1551
493
+ #, php-format
494
  msgid ""
495
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
496
  "can access to all the settings of our plugins that you have activated. "
505
  "descúbrelo ahora\n"
506
  "</a>."
507
 
508
+ #: ../includes/class.yith-wcwl-admin-init.php:1562
509
  msgid "Wishlist Updated"
510
  msgstr "Lista de Deseos Actualizado"
511
 
512
+ #: ../includes/class.yith-wcwl-admin-init.php:1563
513
+ #, php-format
514
  msgid ""
515
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
516
  "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
525
  "de Deseos se ha actualizado con nuevas opciones disponibles, <a href=\"%s"
526
  "\">descubra la versión PREMIUM.</a>"
527
 
528
+ #: ../includes/class.yith-wcwl-init.php:437
529
  msgid ""
530
  "We are sorry, but this feature is available only if cookies are enabled on "
531
  "your browser."
533
  "Lo sentimos, pero esta característica sólo está disponible si las cookies "
534
  "están habilitadas en su navegador."
535
 
536
+ #: ../includes/class.yith-wcwl-init.php:438
537
  msgid "Product correctly added to cart"
538
  msgstr "Producto añadido correctamente a la cesta"
539
 
540
+ #: ../includes/class.yith-wcwl-install.php:244
541
  msgctxt "page_slug"
542
  msgid "wishlist"
543
  msgstr "lista de deseos"
544
 
545
+ #: ../includes/class.yith-wcwl-privacy.php:50
546
  msgid "While you visit our site, we’ll track:"
547
  msgstr ""
548
 
549
+ #: ../includes/class.yith-wcwl-privacy.php:52
550
  msgid ""
551
  "Products you’ve added to the wishlist: we’ll use this to show you and other "
552
  "users your favourite products, and to create targeted email campaigns."
553
  msgstr ""
554
 
555
+ #: ../includes/class.yith-wcwl-privacy.php:53
556
  msgid ""
557
  "Wishlists you’ve created: we’ll keep track of the wishlists you create, and "
558
  "make them visible to the store’s staff"
559
  msgstr ""
560
 
561
+ #: ../includes/class.yith-wcwl-privacy.php:55
562
  msgid ""
563
  "We’ll also use cookies to keep track of wishlist contents while you’re "
564
  "browsing our site."
565
  msgstr ""
566
 
567
+ #: ../includes/class.yith-wcwl-privacy.php:58
568
  msgid ""
569
  "Members of our team have access to the information you provide us. For "
570
  "example, both Administrators and Shop Managers can access:"
571
  msgstr ""
572
 
573
+ #: ../includes/class.yith-wcwl-privacy.php:60
574
  msgid ""
575
  "Wishlist details, such as products added, date of addition, name and privacy "
576
  "settings of your wishlists"
577
  msgstr ""
578
 
579
+ #: ../includes/class.yith-wcwl-privacy.php:62
580
  msgid ""
581
  "Our team members have access to this information to offer you better deals "
582
  "for the products you love."
583
  msgstr ""
584
 
585
+ #: ../includes/class.yith-wcwl-privacy.php:82
586
+ #: ../includes/class.yith-wcwl-privacy.php:98
587
  #, fuzzy
588
  msgid "Customer Wishlists"
589
  msgstr "Añadir a la lista de deseos"
590
 
591
+ #: ../includes/class.yith-wcwl-privacy.php:133
592
  #, fuzzy
593
  msgid "Wishlists"
594
  msgstr "Lista de Deseos"
595
 
596
+ #: ../includes/class.yith-wcwl-privacy.php:195
597
+ #, fuzzy, php-format
 
598
  msgid "Removed wishlist %s."
599
  msgstr "Mi lista de Deseos en %s"
600
 
601
+ #: ../includes/class.yith-wcwl-privacy.php:199
602
+ #, php-format
603
  msgid "Wishlist %s has been retained."
604
  msgstr ""
605
 
606
+ #: ../includes/class.yith-wcwl-privacy.php:210
607
  msgid "Removed default user's wishlist"
608
  msgstr ""
609
 
610
+ #: ../includes/class.yith-wcwl-privacy.php:228
611
  msgid "Token"
612
  msgstr ""
613
 
614
+ #: ../includes/class.yith-wcwl-privacy.php:229
615
  #, fuzzy
616
  msgid "Wishlist url"
617
  msgstr "Lista de Deseos"
618
 
619
+ #: ../includes/class.yith-wcwl-privacy.php:230
620
  msgid "Title"
621
  msgstr ""
622
 
623
+ #: ../includes/class.yith-wcwl-privacy.php:231
624
  msgctxt "date wishlist was created"
625
  msgid "Created on"
626
  msgstr ""
627
 
628
+ #: ../includes/class.yith-wcwl-privacy.php:232
629
  msgid "Visibility"
630
  msgstr ""
631
 
632
+ #: ../includes/class.yith-wcwl-privacy.php:233
633
  msgid "Items Added"
634
  msgstr ""
635
 
636
+ #: ../includes/class.yith-wcwl-privacy.php:283
637
+ #: ../templates/wishlist-view.php:212
638
  msgid "Shared"
639
  msgstr "Compartido"
640
 
641
+ #: ../includes/class.yith-wcwl-privacy.php:286
642
+ #: ../templates/wishlist-view.php:215
643
  msgid "Private"
644
  msgstr "Privado"
645
 
646
+ #: ../includes/class.yith-wcwl-privacy.php:289
647
+ #: ../templates/wishlist-view.php:218
648
  msgid "Public"
649
  msgstr "Público"
650
 
651
+ #: ../includes/class.yith-wcwl-shortcode.php:45
652
  #, fuzzy
653
  msgctxt "[gutenberg]: block name"
654
  msgid "YITH Add to Wishlist"
655
  msgstr "Añadir a la lista de deseos"
656
 
657
+ #: ../includes/class.yith-wcwl-shortcode.php:46
658
  #, fuzzy
659
  msgctxt "[gutenberg]: block description"
660
  msgid "Shows Add to Wishlist button"
661
  msgstr "Botón de \"Añadir a la lista de deseos\""
662
 
663
+ #: ../includes/class.yith-wcwl-shortcode.php:51
664
  msgid ""
665
  "ID of the product to add to wishlist (leave empty to use global product)"
666
  msgstr ""
667
 
668
+ #: ../includes/class.yith-wcwl-shortcode.php:56
669
  msgid "Url of wishlist page (leave empty to use default)"
670
  msgstr ""
671
 
672
+ #: ../includes/class.yith-wcwl-shortcode.php:61
673
  msgid "Button label (leave empty to use default)"
674
  msgstr ""
675
 
676
+ #: ../includes/class.yith-wcwl-shortcode.php:66
677
  msgid "\"Browse wishlist\" label (leave empty to use default)"
678
  msgstr ""
679
 
680
+ #: ../includes/class.yith-wcwl-shortcode.php:71
681
  #, fuzzy
682
  msgid "\"Product already in wishlist\" label (leave empty to use default)"
683
  msgstr "Texto de \"El producto ya está en la lista de deseos\""
684
 
685
+ #: ../includes/class.yith-wcwl-shortcode.php:76
686
  msgid "\"Product added to wishlist\" label (leave empty to use default)"
687
  msgstr ""
688
 
689
+ #: ../includes/class.yith-wcwl-shortcode.php:81
690
  msgid ""
691
  "Icon for the button (use any FontAwesome valid class, or leave empty to use "
692
  "default)"
693
  msgstr ""
694
 
695
+ #: ../includes/class.yith-wcwl-shortcode.php:86
696
  msgid "Additional css classes for the button (leave empty to use default)"
697
  msgstr ""
698
 
699
+ #: ../includes/class.yith-wcwl-shortcode.php:94
700
  #, fuzzy
701
  msgctxt "[gutenberg]: block name"
702
  msgid "YITH Wishlist"
704
  "Habilitar Y\n"
705
  "ITH Wishlist"
706
 
707
+ #: ../includes/class.yith-wcwl-shortcode.php:95
708
  #, fuzzy
709
  msgctxt "[gutenberg]: block description"
710
  msgid "Shows list of products in wishlist"
711
  msgstr "Mostrar el precio unitario de cada producto en la lista de deseos"
712
 
713
+ #: ../includes/class.yith-wcwl-shortcode.php:100
714
  msgid "Choose whether to paginate items in the wishlist or show them all"
715
  msgstr ""
716
 
717
+ #: ../includes/class.yith-wcwl-shortcode.php:103
718
  msgid "Paginate"
719
  msgstr ""
720
 
721
+ #: ../includes/class.yith-wcwl-shortcode.php:104
722
  msgid "Do not paginate"
723
  msgstr ""
724
 
725
+ #: ../includes/class.yith-wcwl-shortcode.php:109
726
  msgid "Number of items to show for each page"
727
  msgstr ""
728
 
729
+ #: ../includes/class.yith-wcwl-shortcode.php:114
730
  msgid "ID of the wishlist to show (EG: K6EOWXB888ZD)"
731
  msgstr ""
732
 
733
+ #: ../includes/class.yith-wcwl-shortcode.php:386
734
+ #: ../includes/class.yith-wcwl-ui.php:164
735
  msgid "Share on:"
736
  msgstr "Compartir en:"
737
 
738
+ #: ../includes/class.yith-wcwl-ui.php:118
739
+ #: ../includes/class.yith-wcwl-ui.php:200
740
  msgid "Select options"
741
  msgstr "Seleccione opciones"
742
 
743
+ #: ../includes/class.yith-wcwl-ui.php:168 ../templates/share.php:20
744
  msgid "Facebook"
745
  msgstr "Facebook"
746
 
747
+ #: ../includes/class.yith-wcwl-ui.php:171 ../templates/share.php:26
748
  msgid "Twitter"
749
  msgstr "Twitter"
750
 
751
+ #: ../includes/class.yith-wcwl-ui.php:180
752
  msgid "email"
753
  msgstr "email"
754
 
755
+ #: ../includes/class.yith-wcwl.php:201
756
  msgid "An error occurred while adding products to the wishlist."
757
  msgstr "Se produjo un error al agregar productos a la lista de deseos."
758
 
759
+ #: ../includes/class.yith-wcwl.php:293
760
  msgid "An error occurred while adding products to wishlist."
761
  msgstr "Se produjo un error al agregar productos a la lista de deseos."
762
 
763
+ #: ../includes/class.yith-wcwl.php:310
764
  msgid "The \"Remove\" option now does not require any parameter"
765
  msgstr "La opción \"Eliminar\" ahora no requiere ningún parámetro"
766
 
767
+ #: ../includes/class.yith-wcwl.php:359
768
  msgid "An error occurred while removing products from the wishlist"
769
  msgstr "Se produjo un error al eliminar los productos de la lista de deseos"
770
 
771
+ #: ../includes/class.yith-wcwl.php:809
772
  msgid "You need to log in before creating a new wishlist"
773
  msgstr "Tienes que iniciar sesión antes de crear una nueva lista de deseos"
774
 
775
+ #: ../includes/class.yith-wcwl.php:1610
776
  msgid "Product successfully removed."
777
  msgstr "Producto eliminado correctamente."
778
 
779
+ #: ../includes/class.yith-wcwl.php:1614
780
  msgid "Error. Unable to remove the product from the wishlist."
781
  msgstr "Error. No se puede eliminar el producto de la lista de deseos."
782
 
783
+ #: ../includes/class.yith-wcwl.php:1618 ../templates/wishlist-view.php:242
784
  msgid "No products were added to the wishlist"
785
  msgstr "No se han añadido productos a la lista de deseos"
786
 
787
+ #: ../includes/class.yith-wcwl.php:1660
788
  msgid "An error as occurred."
789
  msgstr "Se produjo un error."
790
 
791
+ #: ../init.php:130
792
  #, fuzzy
793
  msgid "is enabled but not effective. It requires WooCommerce in order to work."
794
  msgstr ""
795
  "Yith WooCommerce Lista de Deseos está habilitado pero no funcionando. "
796
  "Requiere WooCommerce con el fin de trabajar."
797
 
798
+ #: ../init.php:140
799
  msgid "You can't activate the free version of"
800
  msgstr ""
801
 
802
+ #: ../init.php:140
803
  msgid "while you are using the premium one."
804
  msgstr ""
805
 
806
+ #: ../templates/admin/wishlist-panel-premium.php:185
807
+ #: ../templates/admin/wishlist-panel-premium.php:383
808
+ #, php-format
809
  msgid ""
810
  "Upgrade to the %1$spremium version%2$s%3$sof %1$sYITH WooCommerce Wishlist"
811
  "%2$s to benefit from all features!"
812
  msgstr ""
813
 
814
+ #: ../templates/admin/wishlist-panel-premium.php:187
815
+ #: ../templates/admin/wishlist-panel-premium.php:385
816
+ #, php-format
817
  msgid "%1$sUPGRADE%2$s%3$s to the premium version%2$s"
818
  msgstr ""
819
 
820
+ #: ../templates/admin/wishlist-panel-premium.php:193
821
  msgid "Premium Features"
822
  msgstr ""
823
 
824
+ #: ../templates/admin/wishlist-panel-premium.php:196
825
+ #: ../templates/admin/wishlist-panel-premium.php:201
826
  msgid "Multiple Wishlist"
827
  msgstr ""
828
 
829
+ #: ../templates/admin/wishlist-panel-premium.php:203
830
+ #, php-format
831
  msgid ""
832
  "%1$sDoes it ever happened to you to have too many wishes for a single wish "
833
  "list?%2$s%3$s The possibility to manage one's wishes is a fundamental "
838
  "manage and share their own wish lists."
839
  msgstr ""
840
 
841
+ #: ../templates/admin/wishlist-panel-premium.php:212
842
+ #: ../templates/admin/wishlist-panel-premium.php:222
843
  msgid "Wishlist Private"
844
  msgstr ""
845
 
846
+ #: ../templates/admin/wishlist-panel-premium.php:214
847
+ #, php-format
848
  msgid ""
849
  "By enabling the option wishlist, users will also have the possibility to "
850
  "%1$smanage the visibility%2$s of their wish lists according to one of the "
851
  "following options:"
852
  msgstr ""
853
 
854
+ #: ../templates/admin/wishlist-panel-premium.php:216
855
+ #, php-format
856
  msgid "%1$spublic:%2$s all users can look for your wish list and see it;"
857
  msgstr ""
858
 
859
+ #: ../templates/admin/wishlist-panel-premium.php:217
860
+ #, php-format
861
  msgid ""
862
  "%1$sshared:%2$s only users possessing a direct link to the wish list page "
863
  "can display it;"
864
  msgstr ""
865
 
866
+ #: ../templates/admin/wishlist-panel-premium.php:218
867
+ #, php-format
868
  msgid "%1$sprivate:%2$s only the wish list creator can see it."
869
  msgstr ""
870
 
871
+ #: ../templates/admin/wishlist-panel-premium.php:229
872
+ #: ../templates/admin/wishlist-panel-premium.php:234
873
  msgid "Estimate Cost"
874
  msgstr ""
875
 
876
+ #: ../templates/admin/wishlist-panel-premium.php:236
877
+ #, php-format
878
  msgid ""
879
  "%1$sDo you want to add the possibility to ask for estimates of costs into "
880
  "your catalogue?%3$s Do you want to manage customised packets for faithful "
886
  "address that you have previously set."
887
  msgstr ""
888
 
889
+ #: ../templates/admin/wishlist-panel-premium.php:245
890
+ #: ../templates/admin/wishlist-panel-premium.php:250
891
  msgid "Admin Panel"
892
  msgstr ""
893
 
894
+ #: ../templates/admin/wishlist-panel-premium.php:247
895
+ #, php-format
896
  msgid ""
897
  "Thanks to the useful Admin panel, accessible directly among the WooCommerce "
898
  "submenu pages, you will have total control on users' wishlists. In addition "
902
  "in customers' wish lists."
903
  msgstr ""
904
 
905
+ #: ../templates/admin/wishlist-panel-premium.php:257
906
+ #: ../templates/admin/wishlist-panel-premium.php:262
907
  msgid "Search Wishlists"
908
  msgstr ""
909
 
910
+ #: ../templates/admin/wishlist-panel-premium.php:264
911
+ #, php-format
912
  msgid ""
913
  "How many times have you been looking for the perfect gift for a important "
914
  "event but you had no idea of what to buy? %1$s'Search wishlists'%2$s allows "
917
  "your products and even encourage users to purchase."
918
  msgstr ""
919
 
920
+ #: ../templates/admin/wishlist-panel-premium.php:273
921
  msgid "'ADD TO CART' CHECKBOX"
922
  msgstr ""
923
 
924
+ #: ../templates/admin/wishlist-panel-premium.php:275
925
+ #, php-format
926
  msgid ""
927
  "Your shop offers always a wide selection of products and wishlists of your "
928
  "users get more and more crowded everyday. Give them the possibility to "
930
  "just with one click."
931
  msgstr ""
932
 
933
+ #: ../templates/admin/wishlist-panel-premium.php:278
934
  msgid "'ADD TO CART'"
935
  msgstr ""
936
 
937
+ #: ../templates/admin/wishlist-panel-premium.php:285
938
  msgid "DISABLE WISHLIST"
939
  msgstr ""
940
 
941
+ #: ../templates/admin/wishlist-panel-premium.php:290
942
  msgid "DISABLE WISHLIST FOR UNLOGGED USERS"
943
  msgstr ""
944
 
945
+ #: ../templates/admin/wishlist-panel-premium.php:292
946
+ #, php-format
947
  msgid ""
948
  "Favour users that have registered to your shop and disable plugin "
949
  "functionalities for all users that have not. By disabling this option, each "
951
  "%2$s to \"My Account\" page and a message will invite them to log in."
952
  msgstr ""
953
 
954
+ #: ../templates/admin/wishlist-panel-premium.php:301
955
  msgid "MESSAGE TO UNLOGGED USERS"
956
  msgstr ""
957
 
958
+ #: ../templates/admin/wishlist-panel-premium.php:303
959
+ #, php-format
960
  msgid ""
961
  "Invite users that are visiting your shop to login if they want to fully "
962
  "benefit from Wishlist functionalities. Show a %1$scustomised message%2$s and "
963
  "redirect them to \"My Account\" page for registration."
964
  msgstr ""
965
 
966
+ #: ../templates/admin/wishlist-panel-premium.php:306
967
  msgid "UNLOGGED USERS"
968
  msgstr ""
969
 
970
+ #: ../templates/admin/wishlist-panel-premium.php:313
971
+ #: ../templates/admin/wishlist-panel-premium.php:318
972
  msgid "POPULAR TABLE"
973
  msgstr ""
974
 
975
+ #: ../templates/admin/wishlist-panel-premium.php:320
976
+ #, php-format
977
  msgid ""
978
  "Some products draw customer's attention more than others and they do not "
979
  "hesitate to add products to their wishlist. Table %1$s'Popular'%2$s allows "
981
  "their wishlists."
982
  msgstr ""
983
 
984
+ #: ../templates/admin/wishlist-panel-premium.php:329
985
  msgid "FUNCTIONALITIES IN ONE CLICK"
986
  msgstr ""
987
 
988
+ #: ../templates/admin/wishlist-panel-premium.php:331
989
+ #, php-format
990
  msgid ""
991
  "Users have the possibility to search for a wishlist, create a new one or "
992
  "display those already created. Add these %1$sfunctionalities%2$s through the "
993
  "dedicated widgets or show them immediately after \"Wishlist\" table."
994
  msgstr ""
995
 
996
+ #: ../templates/admin/wishlist-panel-premium.php:334
997
  msgid "FUNCTIONALITIES"
998
  msgstr ""
999
 
1000
+ #: ../templates/admin/wishlist-panel-premium.php:341
1001
+ #: ../templates/admin/wishlist-panel-premium.php:346
1002
  msgid "PROMOTIONAL EMAIL"
1003
  msgstr ""
1004
 
1005
+ #: ../templates/admin/wishlist-panel-premium.php:348
1006
+ #, php-format
1007
  msgid ""
1008
  "If you want to give the right input to your users to persuade them to "
1009
  "%1$spurchase the products%2$s they have in their wishlists, you need to use "
1012
  "will know you are offering a unique offer!"
1013
  msgstr ""
1014
 
1015
+ #: ../templates/admin/wishlist-panel-premium.php:357
1016
  msgid "FROM A WISHLIST TO ANOTHER"
1017
  msgstr ""
1018
 
1019
+ #: ../templates/admin/wishlist-panel-premium.php:359
1020
+ #, php-format
1021
  msgid ""
1022
  "Who said that a product has to remain forever in the same wishlist? With the "
1023
  "option %1$s\"Show \"Move to another wishlist\" dropdown menu\"%2$s, with "
1025
  "another one, managing as they want their lists."
1026
  msgstr ""
1027
 
1028
+ #: ../templates/admin/wishlist-panel-premium.php:362
1029
  msgid "FROM A WISHLIST"
1030
  msgstr ""
1031
 
1032
+ #: ../templates/admin/wishlist-panel-premium.php:369
1033
  msgid "DATE"
1034
  msgstr ""
1035
 
1036
+ #: ../templates/admin/wishlist-panel-premium.php:374
1037
  msgid "DATE OF ADDITION TO A WISHLIST"
1038
  msgstr ""
1039
 
1040
+ #: ../templates/admin/wishlist-panel-premium.php:376
1041
+ #, php-format
1042
  msgid ""
1043
  "Activating the %1$s\"Show date of addition\"%2$s option, users can see the "
1044
  "date in which they have added a particular product to their list: a new way "
1045
  "to keep you users informed about their operations."
1046
  msgstr ""
1047
 
1048
+ #: ../templates/share.php:32
1049
  msgid "Pinterest"
1050
  msgstr "Pinterest"
1051
 
1052
+ #: ../templates/share.php:38
1053
  msgid "Google+"
1054
  msgstr "Google+"
1055
 
1056
+ #: ../templates/share.php:44
1057
  msgid "Email"
1058
  msgstr "Email"
1059
 
1060
+ #: ../templates/wishlist-view.php:32
1061
  msgid "Edit title"
1062
  msgstr "Editar título"
1063
 
1064
+ #: ../templates/wishlist-view.php:41
1065
  msgid "Save"
1066
  msgstr "Guardar"
1067
 
1068
+ #: ../templates/wishlist-view.php:45
1069
  msgid "Cancel"
1070
  msgstr "Cancelar"
1071
 
1072
+ #: ../templates/wishlist-view.php:82
1073
  msgid "Product Name"
1074
  msgstr "Nombre de producto"
1075
 
1076
+ #: ../templates/wishlist-view.php:89
1077
  msgid "Unit Price"
1078
  msgstr "Precio unitario"
1079
 
1080
+ #: ../templates/wishlist-view.php:102
1081
  msgid "Stock Status"
1082
  msgstr "Estado del stock"
1083
 
1084
+ #: ../templates/wishlist-view.php:152 ../templates/wishlist-view.php:232
1085
  msgid "Remove this product"
1086
  msgstr "Eliminar este producto"
1087
 
1088
+ #: ../templates/wishlist-view.php:172
1089
  msgid "Free!"
1090
  msgstr "¡Gratis!"
1091
 
1092
+ #: ../templates/wishlist-view.php:179
1093
  msgid "Out of Stock"
1094
  msgstr "Agotado"
1095
 
1096
+ #: ../templates/wishlist-view.php:179
1097
  msgid "In Stock"
1098
  msgstr "Disponible"
1099
 
1100
+ #: ../templates/wishlist-view.php:188
1101
+ #, php-format
1102
  msgid "Added on : %s"
1103
  msgstr "Añadido el: %s"
1104
 
1105
+ #: ../templates/wishlist-view.php:200
1106
  msgid "Move"
1107
  msgstr "Mover"
1108
 
1109
+ #: ../templates/wishlist-view.php:232
1110
  msgid "Remove"
1111
  msgstr "Eliminar"
1112
 
1113
+ #: ../templates/wishlist-view.php:259
1114
  msgid "Add the selected products to the cart"
1115
  msgstr "Añadir los productos seleccionados a la cesta"
1116
 
1117
+ #: ../templates/wishlist-view.php:267 ../templates/wishlist-view.php:313
1118
  msgid "Ask for an estimate"
1119
  msgstr "Pida presupuesto"
1120
 
1121
+ #: ../templates/wishlist-view.php:303
1122
  msgid "Your email"
1123
  msgstr ""
1124
 
1125
+ #~ msgid "YITH WooCommerce Wishlist"
1126
+ #~ msgstr "YITH WooCommerce Wishlist"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1127
 
1128
  #~ msgid ""
1129
  #~ "WARNING: This plugin requires at least WooCommerce 2.2! Please, use this "
languages/yith-woocommerce-wishlist-es_MX.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-es_MX.po CHANGED
@@ -2,15 +2,15 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
- "POT-Creation-Date: 2018-12-21 10:28:38+00:00\n"
6
- "PO-Revision-Date: 2018-10-04 14:50+0200\n"
7
  "Last-Translator: Gabriel Azarias Dzul Cocom <gabrieldzul@gmail.com>\n"
8
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
9
  "Language: es_MX\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 2.0.8\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"
@@ -20,103 +20,104 @@ msgstr ""
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:1484
25
- #: includes/class.yith-wcwl-admin-init.php:1485
26
- #: includes/class.yith-wcwl-install.php:245
27
  msgid "Wishlist"
28
  msgstr "Lista de deseos"
29
 
30
- #: includes/class.yith-wcwl-admin-init.php:161
31
  msgid "Settings"
32
  msgstr "Ajustes"
33
 
34
- #: includes/class.yith-wcwl-admin-init.php:162
35
- #: includes/class.yith-wcwl-admin-init.php:243
36
  msgid "Colors"
37
  msgstr "Colores"
38
 
39
- #: includes/class.yith-wcwl-admin-init.php:163
40
  msgid "Premium Version"
41
  msgstr ""
42
 
43
- #: includes/class.yith-wcwl-admin-init.php:1015
44
  msgid "Enable all plugin features"
45
  msgstr ""
46
 
47
- #: includes/class.yith-wcwl-admin-init.php:1016
48
  msgid ""
49
  "Be sure to select at least one option in the Wishlist page menu in this "
50
  "settings page"
51
  msgstr ""
52
 
53
- #: includes/class.yith-wcwl-admin-init.php:1017
54
  msgctxt "[Part of]: Also, please read the plugin documentation"
55
  msgid "Also, please read the plugin"
56
  msgstr ""
57
 
58
- #: includes/class.yith-wcwl-admin-init.php:1018
59
  msgctxt "[Part Of]: Also, please read the plugin documentation"
60
  msgid "documentation"
61
  msgstr ""
62
 
63
- #: includes/class.yith-wcwl-admin-init.php:1024
64
  msgid "Upgrade to the PREMIUM VERSION"
65
  msgstr ""
66
 
67
- #: includes/class.yith-wcwl-admin-init.php:1028
68
  msgid "Discover the Advanced Features"
69
  msgstr ""
70
 
71
- #: includes/class.yith-wcwl-admin-init.php:1029
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:1035
78
  msgid "Get Support and Pro Features"
79
  msgstr ""
80
 
81
- #: includes/class.yith-wcwl-admin-init.php:1036
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:1046
89
  msgid "General Settings"
90
  msgstr "Ajustes Generales"
91
 
92
- #: includes/class.yith-wcwl-admin-init.php:1053
93
  msgid "Enable YITH Wishlist"
94
  msgstr "Activar la Lista de deseos de YITH"
95
 
96
- #: includes/class.yith-wcwl-admin-init.php:1060
97
  #, fuzzy
98
  msgid "Default wishlist title"
99
  msgstr "Título de la Lista de deseos"
100
 
101
- #: includes/class.yith-wcwl-admin-init.php:1062
102
- #: includes/class.yith-wcwl-admin-init.php:1063
103
- #: includes/class.yith-wcwl-admin-init.php:1299
 
104
  msgid "My wishlist on %s"
105
  msgstr "My Lista de deseos en %s"
106
 
107
- #: includes/class.yith-wcwl-admin-init.php:1068
108
  msgid "Wishlist Page"
109
  msgstr "Página de la Lista de Deseos"
110
 
111
- #: includes/class.yith-wcwl-admin-init.php:1069
112
  msgid "Page contents: [yith_wcwl_wishlist]"
113
  msgstr ""
114
 
115
- #: includes/class.yith-wcwl-admin-init.php:1078
116
  msgid "Position"
117
  msgstr "Posición"
118
 
119
- #: includes/class.yith-wcwl-admin-init.php:1079
120
  #, fuzzy
121
  msgid ""
122
  "You can add the button in variable products only after the \"Add to Cart\" "
@@ -125,27 +126,27 @@ msgstr ""
125
  "En productos variables puedes agregarlos solo despues de \"Agregar al "
126
  "Carrito\" o usar el shortcode [yith_wcwl_add_to_wishlist]."
127
 
128
- #: includes/class.yith-wcwl-admin-init.php:1085
129
  msgid "After \"Add to cart\""
130
  msgstr "Despued de \"Agregar al Carrito\""
131
 
132
- #: includes/class.yith-wcwl-admin-init.php:1086
133
  msgid "After thumbnails"
134
  msgstr "Despues de las miniaturas"
135
 
136
- #: includes/class.yith-wcwl-admin-init.php:1087
137
  msgid "After summary"
138
  msgstr "Despues del Resumen"
139
 
140
- #: includes/class.yith-wcwl-admin-init.php:1088
141
  msgid "Use shortcode"
142
  msgstr "Usar shortcode"
143
 
144
- #: includes/class.yith-wcwl-admin-init.php:1093
145
  msgid "Redirect to cart"
146
  msgstr "Redirreccionar al Carrito"
147
 
148
- #: includes/class.yith-wcwl-admin-init.php:1094
149
  msgid ""
150
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
151
  "page."
@@ -153,334 +154,337 @@ msgstr ""
153
  "Redireccionar a la página del Carrito si el boton de \"Agregar al Carrito\" "
154
  "es presionado en la página de la Lista de deseos."
155
 
156
- #: includes/class.yith-wcwl-admin-init.php:1100
157
  msgid "Remove if added to the cart"
158
  msgstr "Remover si es agregado al Carrito."
159
 
160
- #: includes/class.yith-wcwl-admin-init.php:1101
161
  #, fuzzy
162
  msgid "Remove the product from the wishlist if it has been added to the cart."
163
  msgstr ""
164
  "Remover el producto de la Lista de deseos si ha sido agregado al Carrito."
165
 
166
- #: includes/class.yith-wcwl-admin-init.php:1107
167
  msgid "\"Add to Wishlist\" text"
168
  msgstr "Testo de \"Agregar al Carrito\""
169
 
170
- #: includes/class.yith-wcwl-admin-init.php:1109
171
  msgid "Add to Wishlist"
172
  msgstr "Agregar a la Lista de deseos"
173
 
174
- #: includes/class.yith-wcwl-admin-init.php:1114
175
  #, fuzzy
176
  msgid "\"Browse wishlist\" text"
177
  msgstr "Ir a la Lista de deseos"
178
 
179
- #: includes/class.yith-wcwl-admin-init.php:1116
180
- #: includes/class.yith-wcwl-ui.php:82 includes/class.yith-wcwl-ui.php:83
181
  msgid "Browse Wishlist"
182
  msgstr "Ir a la Lista de deseos"
183
 
184
- #: includes/class.yith-wcwl-admin-init.php:1121
185
  #, fuzzy
186
  msgid "\"Product already in wishlist\" text"
187
  msgstr "El producto ya está en la Lista"
188
 
189
- #: includes/class.yith-wcwl-admin-init.php:1123
190
- #: includes/class.yith-wcwl-ui.php:83
191
  msgid "The product is already in the wishlist!"
192
  msgstr "El producto ya se encuentra en la Lista de deseos!"
193
 
194
- #: includes/class.yith-wcwl-admin-init.php:1128
195
  #, fuzzy
196
  msgid "\"Product added\" text"
197
  msgstr "¡Producto agregado!"
198
 
199
- #: includes/class.yith-wcwl-admin-init.php:1130
200
- #: includes/class.yith-wcwl-ui.php:82
201
  msgid "Product added!"
202
  msgstr "¡Producto agregado!"
203
 
204
- #: includes/class.yith-wcwl-admin-init.php:1135
205
  msgid "\"Add to Cart\" text"
206
  msgstr "Texto de \"Agregar del Carrito\""
207
 
208
- #: includes/class.yith-wcwl-admin-init.php:1137
209
  msgid "Add to Cart"
210
  msgstr "Agregar al Carrito"
211
 
212
- #: includes/class.yith-wcwl-admin-init.php:1142
213
  msgid "Show Unit price"
214
  msgstr "Mostrar Precio unitario"
215
 
216
- #: includes/class.yith-wcwl-admin-init.php:1143
217
  msgid "Show unit price for each product in wishlist"
218
  msgstr ""
219
 
220
- #: includes/class.yith-wcwl-admin-init.php:1150
221
  msgid "Show \"Add to Cart\" button"
222
  msgstr "Mostar el boton de \"Agregar al Carrito\" "
223
 
224
- #: includes/class.yith-wcwl-admin-init.php:1151
225
  #, fuzzy
226
  msgid "Show \"Add to Cart\" button for each product in wishlist"
227
  msgstr "\"Agregar al Carrito\" fondo del boton"
228
 
229
- #: includes/class.yith-wcwl-admin-init.php:1158
230
  msgid "Show Stock status"
231
  msgstr "Mostar el estado del inventario"
232
 
233
- #: includes/class.yith-wcwl-admin-init.php:1159
234
  msgid ""
235
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
236
  msgstr ""
237
 
238
- #: includes/class.yith-wcwl-admin-init.php:1166
239
  msgid "Show Date of addition"
240
  msgstr ""
241
 
242
- #: includes/class.yith-wcwl-admin-init.php:1167
243
  #, fuzzy
244
  msgid "Show the date when users have added a product to the wishlist"
245
  msgstr "Ocurrió un erro mientras se agregaba el producto a la Lista"
246
 
247
- #: includes/class.yith-wcwl-admin-init.php:1174
248
  #, fuzzy
249
  msgid "Add second remove button"
250
  msgstr "\"Agregar al Carrito\" texto del boton"
251
 
252
- #: includes/class.yith-wcwl-admin-init.php:1175
253
  msgid "Add a second remove button in the last column, with extended label"
254
  msgstr ""
255
 
256
- #: includes/class.yith-wcwl-admin-init.php:1190
257
  msgid "Styles"
258
  msgstr "Estilos"
259
 
260
- #: includes/class.yith-wcwl-admin-init.php:1197
261
  msgid "Use buttons"
262
  msgstr "Usar botones"
263
 
264
- #: includes/class.yith-wcwl-admin-init.php:1198
265
  #, fuzzy
266
  msgid "Use buttons instead of simple anchors."
267
  msgstr "Usar botones en lugar de un simple elnaces"
268
 
269
- #: includes/class.yith-wcwl-admin-init.php:1204
270
  msgid "Custom CSS"
271
  msgstr "Css personalizado"
272
 
273
- #: includes/class.yith-wcwl-admin-init.php:1211
274
  msgid "Use theme style"
275
  msgstr "Usar estilo del tema"
276
 
277
- #: includes/class.yith-wcwl-admin-init.php:1212
278
  msgid "Use the theme style."
279
  msgstr "Usar el estilo del tema"
280
 
281
- #: includes/class.yith-wcwl-admin-init.php:1218
282
  #, fuzzy
283
  msgid "Rounded buttons"
284
  msgstr "Usar botones"
285
 
286
- #: includes/class.yith-wcwl-admin-init.php:1219
287
  #, fuzzy
288
  msgid "Make button corners rounded"
289
  msgstr "Redondear los bordes de los botones"
290
 
291
- #: includes/class.yith-wcwl-admin-init.php:1225
292
  msgid "\"Add to Wishlist\" icon"
293
  msgstr "Icono de \"Agregar a la Lista de deseos\""
294
 
295
- #: includes/class.yith-wcwl-admin-init.php:1226
296
  msgid "Add an icon to the \"Add to Wishlist\" button"
297
  msgstr "Agregar un icono para el boton de \"Agregar a la Lista de deseos\""
298
 
299
- #: includes/class.yith-wcwl-admin-init.php:1236
300
  msgid "\"Add to Cart\" icon"
301
  msgstr "Icono de \"Agregar al carrito\""
302
 
303
- #: includes/class.yith-wcwl-admin-init.php:1237
304
  msgid "Add an icon to the \"Add to Cart\" button"
305
  msgstr "Agregar un icono para el boton de \"Agregar al Carrito\""
306
 
307
- #: includes/class.yith-wcwl-admin-init.php:1255
308
  #, fuzzy
309
  msgid "Social Networks & Share"
310
  msgstr "Compartir"
311
 
312
- #: includes/class.yith-wcwl-admin-init.php:1262
313
  msgid "Share on Facebook"
314
  msgstr "Compartir en Facebook"
315
 
316
- #: includes/class.yith-wcwl-admin-init.php:1263
317
  #, fuzzy
318
  msgid "Show \"Share on Facebook\" button"
319
  msgstr "Compartir en Facebook"
320
 
321
- #: includes/class.yith-wcwl-admin-init.php:1269
322
  msgid "Tweet on Twitter"
323
  msgstr "Tweet en Twitter"
324
 
325
- #: includes/class.yith-wcwl-admin-init.php:1270
326
  #, fuzzy
327
  msgid "Show \"Tweet on Twitter\" button"
328
  msgstr "Tweet en Twitter"
329
 
330
- #: includes/class.yith-wcwl-admin-init.php:1276
331
  msgid "Pin on Pinterest"
332
  msgstr "Pin en Pinterest"
333
 
334
- #: includes/class.yith-wcwl-admin-init.php:1277
335
  #, fuzzy
336
  msgid "Show \"Pin on Pinterest\" button"
337
  msgstr "Pin en Pinterest"
338
 
339
- #: includes/class.yith-wcwl-admin-init.php:1283
340
  msgid "Share on Google+"
341
  msgstr "Compartir en Google+"
342
 
343
- #: includes/class.yith-wcwl-admin-init.php:1284
344
  #, fuzzy
345
  msgid "Show \"Share on Google+\" button"
346
  msgstr "Compartir en Facebook"
347
 
348
- #: includes/class.yith-wcwl-admin-init.php:1290
349
  msgid "Share by Email"
350
  msgstr ""
351
 
352
- #: includes/class.yith-wcwl-admin-init.php:1291
353
  #, fuzzy
354
  msgid "Show \"Share by Email\" button"
355
  msgstr "Mostar el boton de \"Agregar al Carrito\" "
356
 
357
- #: includes/class.yith-wcwl-admin-init.php:1297
358
  #, fuzzy
359
  msgid "Social title"
360
  msgstr "Tiítulo de Redes sociales"
361
 
362
- #: includes/class.yith-wcwl-admin-init.php:1304
363
  #, fuzzy
364
  msgid "Social text"
365
  msgstr "Texto de redes sociales"
366
 
367
- #: includes/class.yith-wcwl-admin-init.php:1305
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:1312
374
  #, fuzzy
375
  msgid "Social image URL"
376
  msgstr "URL de la imágen de las redes Sociales."
377
 
378
- #: includes/class.yith-wcwl-admin-init.php:1313
379
  msgid "It will be used by Pinterest."
380
  msgstr ""
381
 
382
- #: includes/class.yith-wcwl-admin-init.php:1327
 
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:1332
389
  msgid "YITH WooCommerce Frequently Bought Together Integration"
390
  msgstr ""
391
 
392
- #: includes/class.yith-wcwl-admin-init.php:1339
393
  msgid "Enable slider in wishlist"
394
  msgstr ""
395
 
396
- #: includes/class.yith-wcwl-admin-init.php:1340
 
397
  msgid ""
398
  "Choose to enable product slider in wishlist page with linked products (<a "
399
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
400
  msgstr ""
401
 
402
- #: includes/class.yith-wcwl-admin-init.php:1376
403
  #, fuzzy
404
  msgid "\"Add to wishlist\" button"
405
  msgstr "\"Agregar a Lista de deseos\" texto del boton"
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 "Background"
413
  msgstr ""
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 "Text"
421
  msgstr ""
422
 
423
- #: includes/class.yith-wcwl-admin-init.php:1381
424
- #: includes/class.yith-wcwl-admin-init.php:1399
425
- #: includes/class.yith-wcwl-admin-init.php:1417
426
- #: includes/class.yith-wcwl-admin-init.php:1435
427
- #: includes/class.yith-wcwl-admin-init.php:1453
428
  msgid "Border"
429
  msgstr ""
430
 
431
- #: includes/class.yith-wcwl-admin-init.php:1388
432
- #: includes/class.yith-wcwl-admin-init.php:1406
433
- #: includes/class.yith-wcwl-admin-init.php:1424
434
- #: includes/class.yith-wcwl-admin-init.php:1442
435
  msgid "Background (hover)"
436
  msgstr ""
437
 
438
- #: includes/class.yith-wcwl-admin-init.php:1389
439
- #: includes/class.yith-wcwl-admin-init.php:1407
440
- #: includes/class.yith-wcwl-admin-init.php:1425
441
- #: includes/class.yith-wcwl-admin-init.php:1443
442
  msgid "Text (hover)"
443
  msgstr ""
444
 
445
- #: includes/class.yith-wcwl-admin-init.php:1390
446
- #: includes/class.yith-wcwl-admin-init.php:1408
447
- #: includes/class.yith-wcwl-admin-init.php:1426
448
- #: includes/class.yith-wcwl-admin-init.php:1444
449
  msgid "Border (hover)"
450
  msgstr ""
451
 
452
- #: includes/class.yith-wcwl-admin-init.php:1394
453
  #, fuzzy
454
  msgid "\"Add to Cart\" button"
455
  msgstr "\"Agregar al Carrito\" texto del boton"
456
 
457
- #: includes/class.yith-wcwl-admin-init.php:1412
458
  msgid "\"Style 1\" button"
459
  msgstr ""
460
 
461
- #: includes/class.yith-wcwl-admin-init.php:1430
462
  msgid "\"Style 2\" button"
463
  msgstr ""
464
 
465
- #: includes/class.yith-wcwl-admin-init.php:1448
466
  #, fuzzy
467
  msgid "Wishlist table"
468
  msgstr "Título de la Lista de deseos"
469
 
470
- #: includes/class.yith-wcwl-admin-init.php:1457
471
  msgid "Headers"
472
  msgstr ""
473
 
474
- #: includes/class.yith-wcwl-admin-init.php:1460
475
  msgid "Background color"
476
  msgstr ""
477
 
478
- #: includes/class.yith-wcwl-admin-init.php:1550
479
  #, fuzzy
480
  msgid "Wishlist Activated"
481
  msgstr "Título de la Lista de deseos"
482
 
483
- #: includes/class.yith-wcwl-admin-init.php:1551
 
484
  msgid ""
485
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
486
  "can access to all the settings of our plugins that you have activated. "
@@ -488,12 +492,13 @@ msgid ""
488
  "options, <a href=\"%s\">discover it now</a>."
489
  msgstr ""
490
 
491
- #: includes/class.yith-wcwl-admin-init.php:1562
492
  #, fuzzy
493
  msgid "Wishlist Updated"
494
  msgstr "Página de la Lista de Deseos"
495
 
496
- #: includes/class.yith-wcwl-admin-init.php:1563
 
497
  msgid ""
498
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
499
  "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
@@ -502,302 +507,307 @@ msgid ""
502
  "\">discover the PREMIUM version.</a>"
503
  msgstr ""
504
 
505
- #: includes/class.yith-wcwl-init.php:437
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:438
512
  #, fuzzy
513
  msgid "Product correctly added to cart"
514
  msgstr "¡Producto agregado!"
515
 
516
- #: includes/class.yith-wcwl-install.php:244
517
  msgctxt "page_slug"
518
  msgid "wishlist"
519
  msgstr ""
520
 
521
- #: includes/class.yith-wcwl-privacy.php:50
522
  msgid "While you visit our site, we’ll track:"
523
  msgstr ""
524
 
525
- #: includes/class.yith-wcwl-privacy.php:52
526
  msgid ""
527
  "Products you’ve added to the wishlist: we’ll use this to show you and other "
528
  "users your favourite products, and to create targeted email campaigns."
529
  msgstr ""
530
 
531
- #: includes/class.yith-wcwl-privacy.php:53
532
  msgid ""
533
  "Wishlists you’ve created: we’ll keep track of the wishlists you create, and "
534
  "make them visible to the store’s staff"
535
  msgstr ""
536
 
537
- #: includes/class.yith-wcwl-privacy.php:55
538
  msgid ""
539
  "We’ll also use cookies to keep track of wishlist contents while you’re "
540
  "browsing our site."
541
  msgstr ""
542
 
543
- #: includes/class.yith-wcwl-privacy.php:58
544
  msgid ""
545
  "Members of our team have access to the information you provide us. For "
546
  "example, both Administrators and Shop Managers can access:"
547
  msgstr ""
548
 
549
- #: includes/class.yith-wcwl-privacy.php:60
550
  msgid ""
551
  "Wishlist details, such as products added, date of addition, name and privacy "
552
  "settings of your wishlists"
553
  msgstr ""
554
 
555
- #: includes/class.yith-wcwl-privacy.php:62
556
  msgid ""
557
  "Our team members have access to this information to offer you better deals "
558
  "for the products you love."
559
  msgstr ""
560
 
561
- #: includes/class.yith-wcwl-privacy.php:82
562
- #: includes/class.yith-wcwl-privacy.php:98
563
  #, fuzzy
564
  msgid "Customer Wishlists"
565
  msgstr "Agregar a la Lista de deseos"
566
 
567
- #: includes/class.yith-wcwl-privacy.php:133
568
  #, fuzzy
569
  msgid "Wishlists"
570
  msgstr "Lista de deseos"
571
 
572
- #. Translators: %s Order number.
573
- #: includes/class.yith-wcwl-privacy.php:195
574
- #, fuzzy
575
  msgid "Removed wishlist %s."
576
  msgstr "My Lista de deseos en %s"
577
 
578
- #. Translators: %s Order number.
579
- #: includes/class.yith-wcwl-privacy.php:199
580
- #, fuzzy
581
  msgid "Wishlist %s has been retained."
582
  msgstr "Texto de la tabla de la Lista de deseos"
583
 
584
- #: includes/class.yith-wcwl-privacy.php:210
585
  msgid "Removed default user's wishlist"
586
  msgstr ""
587
 
588
- #: includes/class.yith-wcwl-privacy.php:228
589
  msgid "Token"
590
  msgstr ""
591
 
592
- #: includes/class.yith-wcwl-privacy.php:229
593
  #, fuzzy
594
  msgid "Wishlist url"
595
  msgstr "Lista de deseos"
596
 
597
- #: includes/class.yith-wcwl-privacy.php:230
598
  msgid "Title"
599
  msgstr ""
600
 
601
- #: includes/class.yith-wcwl-privacy.php:231
602
  msgctxt "date wishlist was created"
603
  msgid "Created on"
604
  msgstr ""
605
 
606
- #: includes/class.yith-wcwl-privacy.php:232
607
  msgid "Visibility"
608
  msgstr ""
609
 
610
- #: includes/class.yith-wcwl-privacy.php:233
611
  msgid "Items Added"
612
  msgstr ""
613
 
614
- #: includes/class.yith-wcwl-privacy.php:283 templates/wishlist-view.php:212
 
615
  #, fuzzy
616
  msgid "Shared"
617
  msgstr "Compartir en:"
618
 
619
- #: includes/class.yith-wcwl-privacy.php:286 templates/wishlist-view.php:215
 
620
  msgid "Private"
621
  msgstr ""
622
 
623
- #: includes/class.yith-wcwl-privacy.php:289 templates/wishlist-view.php:218
 
624
  msgid "Public"
625
  msgstr ""
626
 
627
- #: includes/class.yith-wcwl-shortcode.php:45
628
  #, fuzzy
629
  msgctxt "[gutenberg]: block name"
630
  msgid "YITH Add to Wishlist"
631
  msgstr "Agregar a la Lista de deseos"
632
 
633
- #: includes/class.yith-wcwl-shortcode.php:46
634
  #, fuzzy
635
  msgctxt "[gutenberg]: block description"
636
  msgid "Shows Add to Wishlist button"
637
  msgstr "\"Agregar a Lista de deseos\" texto del boton"
638
 
639
- #: includes/class.yith-wcwl-shortcode.php:51
640
  msgid ""
641
  "ID of the product to add to wishlist (leave empty to use global product)"
642
  msgstr ""
643
 
644
- #: includes/class.yith-wcwl-shortcode.php:56
645
  msgid "Url of wishlist page (leave empty to use default)"
646
  msgstr ""
647
 
648
- #: includes/class.yith-wcwl-shortcode.php:61
649
  msgid "Button label (leave empty to use default)"
650
  msgstr ""
651
 
652
- #: includes/class.yith-wcwl-shortcode.php:66
653
  msgid "\"Browse wishlist\" label (leave empty to use default)"
654
  msgstr ""
655
 
656
- #: includes/class.yith-wcwl-shortcode.php:71
657
  #, fuzzy
658
  msgid "\"Product already in wishlist\" label (leave empty to use default)"
659
  msgstr "El producto ya está en la Lista"
660
 
661
- #: includes/class.yith-wcwl-shortcode.php:76
662
  msgid "\"Product added to wishlist\" label (leave empty to use default)"
663
  msgstr ""
664
 
665
- #: includes/class.yith-wcwl-shortcode.php:81
666
  msgid ""
667
  "Icon for the button (use any FontAwesome valid class, or leave empty to use "
668
  "default)"
669
  msgstr ""
670
 
671
- #: includes/class.yith-wcwl-shortcode.php:86
672
  msgid "Additional css classes for the button (leave empty to use default)"
673
  msgstr ""
674
 
675
- #: includes/class.yith-wcwl-shortcode.php:94
676
  #, fuzzy
677
  msgctxt "[gutenberg]: block name"
678
  msgid "YITH Wishlist"
679
  msgstr "Activar la Lista de deseos de YITH"
680
 
681
- #: includes/class.yith-wcwl-shortcode.php:95
682
  #, fuzzy
683
  msgctxt "[gutenberg]: block description"
684
  msgid "Shows list of products in wishlist"
685
  msgstr "\"Agregar al Carrito\" fondo del boton"
686
 
687
- #: includes/class.yith-wcwl-shortcode.php:100
688
  msgid "Choose whether to paginate items in the wishlist or show them all"
689
  msgstr ""
690
 
691
- #: includes/class.yith-wcwl-shortcode.php:103
692
  msgid "Paginate"
693
  msgstr ""
694
 
695
- #: includes/class.yith-wcwl-shortcode.php:104
696
  msgid "Do not paginate"
697
  msgstr ""
698
 
699
- #: includes/class.yith-wcwl-shortcode.php:109
700
  msgid "Number of items to show for each page"
701
  msgstr ""
702
 
703
- #: includes/class.yith-wcwl-shortcode.php:114
704
  msgid "ID of the wishlist to show (EG: K6EOWXB888ZD)"
705
  msgstr ""
706
 
707
- #: includes/class.yith-wcwl-shortcode.php:386
708
- #: includes/class.yith-wcwl-ui.php:164
709
  msgid "Share on:"
710
  msgstr "Compartir en:"
711
 
712
- #: includes/class.yith-wcwl-ui.php:118 includes/class.yith-wcwl-ui.php:200
 
713
  msgid "Select options"
714
  msgstr "Opciones de selección."
715
 
716
- #: includes/class.yith-wcwl-ui.php:168 templates/share.php:20
717
  msgid "Facebook"
718
  msgstr ""
719
 
720
- #: includes/class.yith-wcwl-ui.php:171 templates/share.php:26
721
  msgid "Twitter"
722
  msgstr ""
723
 
724
- #: includes/class.yith-wcwl-ui.php:180
725
  msgid "email"
726
  msgstr ""
727
 
728
- #: includes/class.yith-wcwl.php:201
729
  #, fuzzy
730
  msgid "An error occurred while adding products to the wishlist."
731
  msgstr "Ocurrió un erro mientras se agregaba el producto a la Lista"
732
 
733
- #: includes/class.yith-wcwl.php:293
734
  #, fuzzy
735
  msgid "An error occurred while adding products to wishlist."
736
  msgstr "Ocurrió un erro mientras se agregaba el producto a la Lista"
737
 
738
- #: includes/class.yith-wcwl.php:310
739
  msgid "The \"Remove\" option now does not require any parameter"
740
  msgstr ""
741
 
742
- #: includes/class.yith-wcwl.php:359
743
  #, fuzzy
744
  msgid "An error occurred while removing products from the wishlist"
745
  msgstr "Ocurrió un erro mientras se eliminaba el producto a la Lista"
746
 
747
- #: includes/class.yith-wcwl.php:809
748
  msgid "You need to log in before creating a new wishlist"
749
  msgstr ""
750
 
751
- #: includes/class.yith-wcwl.php:1610
752
  msgid "Product successfully removed."
753
  msgstr "Producto exitosamente eliminado"
754
 
755
- #: includes/class.yith-wcwl.php:1614
756
  msgid "Error. Unable to remove the product from the wishlist."
757
  msgstr "Error. No fue posible eliminar el producto de la Lista."
758
 
759
- #: includes/class.yith-wcwl.php:1618 templates/wishlist-view.php:242
760
  msgid "No products were added to the wishlist"
761
  msgstr "Aun no has agregado nada."
762
 
763
- #: includes/class.yith-wcwl.php:1660
764
  msgid "An error as occurred."
765
  msgstr ""
766
 
767
- #: init.php:130
768
  msgid "is enabled but not effective. It requires WooCommerce in order to work."
769
  msgstr ""
770
 
771
- #: init.php:140
772
  msgid "You can't activate the free version of"
773
  msgstr ""
774
 
775
- #: init.php:140
776
  msgid "while you are using the premium one."
777
  msgstr ""
778
 
779
- #: templates/admin/wishlist-panel-premium.php:185
780
- #: templates/admin/wishlist-panel-premium.php:383
 
781
  msgid ""
782
  "Upgrade to the %1$spremium version%2$s%3$sof %1$sYITH WooCommerce Wishlist"
783
  "%2$s to benefit from all features!"
784
  msgstr ""
785
 
786
- #: templates/admin/wishlist-panel-premium.php:187
787
- #: templates/admin/wishlist-panel-premium.php:385
 
788
  msgid "%1$sUPGRADE%2$s%3$s to the premium version%2$s"
789
  msgstr ""
790
 
791
- #: templates/admin/wishlist-panel-premium.php:193
792
  msgid "Premium Features"
793
  msgstr ""
794
 
795
- #: templates/admin/wishlist-panel-premium.php:196
796
- #: templates/admin/wishlist-panel-premium.php:201
797
  msgid "Multiple Wishlist"
798
  msgstr ""
799
 
800
- #: templates/admin/wishlist-panel-premium.php:203
 
801
  msgid ""
802
  "%1$sDoes it ever happened to you to have too many wishes for a single wish "
803
  "list?%2$s%3$s The possibility to manage one's wishes is a fundamental "
@@ -808,38 +818,43 @@ msgid ""
808
  "manage and share their own wish lists."
809
  msgstr ""
810
 
811
- #: templates/admin/wishlist-panel-premium.php:212
812
- #: templates/admin/wishlist-panel-premium.php:222
813
  msgid "Wishlist Private"
814
  msgstr ""
815
 
816
- #: templates/admin/wishlist-panel-premium.php:214
 
817
  msgid ""
818
  "By enabling the option wishlist, users will also have the possibility to "
819
  "%1$smanage the visibility%2$s of their wish lists according to one of the "
820
  "following options:"
821
  msgstr ""
822
 
823
- #: templates/admin/wishlist-panel-premium.php:216
 
824
  msgid "%1$spublic:%2$s all users can look for your wish list and see it;"
825
  msgstr ""
826
 
827
- #: templates/admin/wishlist-panel-premium.php:217
 
828
  msgid ""
829
  "%1$sshared:%2$s only users possessing a direct link to the wish list page "
830
  "can display it;"
831
  msgstr ""
832
 
833
- #: templates/admin/wishlist-panel-premium.php:218
 
834
  msgid "%1$sprivate:%2$s only the wish list creator can see it."
835
  msgstr ""
836
 
837
- #: templates/admin/wishlist-panel-premium.php:229
838
- #: templates/admin/wishlist-panel-premium.php:234
839
  msgid "Estimate Cost"
840
  msgstr ""
841
 
842
- #: templates/admin/wishlist-panel-premium.php:236
 
843
  msgid ""
844
  "%1$sDo you want to add the possibility to ask for estimates of costs into "
845
  "your catalogue?%3$s Do you want to manage customised packets for faithful "
@@ -851,12 +866,13 @@ msgid ""
851
  "address that you have previously set."
852
  msgstr ""
853
 
854
- #: templates/admin/wishlist-panel-premium.php:245
855
- #: templates/admin/wishlist-panel-premium.php:250
856
  msgid "Admin Panel"
857
  msgstr ""
858
 
859
- #: templates/admin/wishlist-panel-premium.php:247
 
860
  msgid ""
861
  "Thanks to the useful Admin panel, accessible directly among the WooCommerce "
862
  "submenu pages, you will have total control on users' wishlists. In addition "
@@ -866,12 +882,13 @@ msgid ""
866
  "in customers' wish lists."
867
  msgstr ""
868
 
869
- #: templates/admin/wishlist-panel-premium.php:257
870
- #: templates/admin/wishlist-panel-premium.php:262
871
  msgid "Search Wishlists"
872
  msgstr ""
873
 
874
- #: templates/admin/wishlist-panel-premium.php:264
 
875
  msgid ""
876
  "How many times have you been looking for the perfect gift for a important "
877
  "event but you had no idea of what to buy? %1$s'Search wishlists'%2$s allows "
@@ -880,11 +897,12 @@ msgid ""
880
  "your products and even encourage users to purchase."
881
  msgstr ""
882
 
883
- #: templates/admin/wishlist-panel-premium.php:273
884
  msgid "'ADD TO CART' CHECKBOX"
885
  msgstr ""
886
 
887
- #: templates/admin/wishlist-panel-premium.php:275
 
888
  msgid ""
889
  "Your shop offers always a wide selection of products and wishlists of your "
890
  "users get more and more crowded everyday. Give them the possibility to "
@@ -892,19 +910,20 @@ msgid ""
892
  "just with one click."
893
  msgstr ""
894
 
895
- #: templates/admin/wishlist-panel-premium.php:278
896
  msgid "'ADD TO CART'"
897
  msgstr ""
898
 
899
- #: templates/admin/wishlist-panel-premium.php:285
900
  msgid "DISABLE WISHLIST"
901
  msgstr ""
902
 
903
- #: templates/admin/wishlist-panel-premium.php:290
904
  msgid "DISABLE WISHLIST FOR UNLOGGED USERS"
905
  msgstr ""
906
 
907
- #: templates/admin/wishlist-panel-premium.php:292
 
908
  msgid ""
909
  "Favour users that have registered to your shop and disable plugin "
910
  "functionalities for all users that have not. By disabling this option, each "
@@ -912,27 +931,29 @@ msgid ""
912
  "%2$s to \"My Account\" page and a message will invite them to log in."
913
  msgstr ""
914
 
915
- #: templates/admin/wishlist-panel-premium.php:301
916
  msgid "MESSAGE TO UNLOGGED USERS"
917
  msgstr ""
918
 
919
- #: templates/admin/wishlist-panel-premium.php:303
 
920
  msgid ""
921
  "Invite users that are visiting your shop to login if they want to fully "
922
  "benefit from Wishlist functionalities. Show a %1$scustomised message%2$s and "
923
  "redirect them to \"My Account\" page for registration."
924
  msgstr ""
925
 
926
- #: templates/admin/wishlist-panel-premium.php:306
927
  msgid "UNLOGGED USERS"
928
  msgstr ""
929
 
930
- #: templates/admin/wishlist-panel-premium.php:313
931
- #: templates/admin/wishlist-panel-premium.php:318
932
  msgid "POPULAR TABLE"
933
  msgstr ""
934
 
935
- #: templates/admin/wishlist-panel-premium.php:320
 
936
  msgid ""
937
  "Some products draw customer's attention more than others and they do not "
938
  "hesitate to add products to their wishlist. Table %1$s'Popular'%2$s allows "
@@ -940,27 +961,29 @@ msgid ""
940
  "their wishlists."
941
  msgstr ""
942
 
943
- #: templates/admin/wishlist-panel-premium.php:329
944
  msgid "FUNCTIONALITIES IN ONE CLICK"
945
  msgstr ""
946
 
947
- #: templates/admin/wishlist-panel-premium.php:331
 
948
  msgid ""
949
  "Users have the possibility to search for a wishlist, create a new one or "
950
  "display those already created. Add these %1$sfunctionalities%2$s through the "
951
  "dedicated widgets or show them immediately after \"Wishlist\" table."
952
  msgstr ""
953
 
954
- #: templates/admin/wishlist-panel-premium.php:334
955
  msgid "FUNCTIONALITIES"
956
  msgstr ""
957
 
958
- #: templates/admin/wishlist-panel-premium.php:341
959
- #: templates/admin/wishlist-panel-premium.php:346
960
  msgid "PROMOTIONAL EMAIL"
961
  msgstr ""
962
 
963
- #: templates/admin/wishlist-panel-premium.php:348
 
964
  msgid ""
965
  "If you want to give the right input to your users to persuade them to "
966
  "%1$spurchase the products%2$s they have in their wishlists, you need to use "
@@ -969,11 +992,12 @@ msgid ""
969
  "will know you are offering a unique offer!"
970
  msgstr ""
971
 
972
- #: templates/admin/wishlist-panel-premium.php:357
973
  msgid "FROM A WISHLIST TO ANOTHER"
974
  msgstr ""
975
 
976
- #: templates/admin/wishlist-panel-premium.php:359
 
977
  msgid ""
978
  "Who said that a product has to remain forever in the same wishlist? With the "
979
  "option %1$s\"Show \"Move to another wishlist\" dropdown menu\"%2$s, with "
@@ -981,129 +1005,109 @@ msgid ""
981
  "another one, managing as they want their lists."
982
  msgstr ""
983
 
984
- #: templates/admin/wishlist-panel-premium.php:362
985
  msgid "FROM A WISHLIST"
986
  msgstr ""
987
 
988
- #: templates/admin/wishlist-panel-premium.php:369
989
  msgid "DATE"
990
  msgstr ""
991
 
992
- #: templates/admin/wishlist-panel-premium.php:374
993
  msgid "DATE OF ADDITION TO A WISHLIST"
994
  msgstr ""
995
 
996
- #: templates/admin/wishlist-panel-premium.php:376
 
997
  msgid ""
998
  "Activating the %1$s\"Show date of addition\"%2$s option, users can see the "
999
  "date in which they have added a particular product to their list: a new way "
1000
  "to keep you users informed about their operations."
1001
  msgstr ""
1002
 
1003
- #: templates/share.php:32
1004
  #, fuzzy
1005
  msgid "Pinterest"
1006
  msgstr "Pin en Pinterest"
1007
 
1008
- #: templates/share.php:38
1009
  #, fuzzy
1010
  msgid "Google+"
1011
  msgstr "Compartir en Google+"
1012
 
1013
- #: templates/share.php:44
1014
  msgid "Email"
1015
  msgstr ""
1016
 
1017
- #: templates/wishlist-view.php:32
1018
  #, fuzzy
1019
  msgid "Edit title"
1020
  msgstr "Título de la Lista de deseos"
1021
 
1022
- #: templates/wishlist-view.php:41
1023
  msgid "Save"
1024
  msgstr ""
1025
 
1026
- #: templates/wishlist-view.php:45
1027
  msgid "Cancel"
1028
  msgstr ""
1029
 
1030
- #: templates/wishlist-view.php:82
1031
  msgid "Product Name"
1032
  msgstr "Nombre del producto"
1033
 
1034
- #: templates/wishlist-view.php:89
1035
  msgid "Unit Price"
1036
  msgstr "Precio unitario"
1037
 
1038
- #: templates/wishlist-view.php:102
1039
  msgid "Stock Status"
1040
  msgstr "Estado del inventario"
1041
 
1042
- #: templates/wishlist-view.php:152 templates/wishlist-view.php:232
1043
  msgid "Remove this product"
1044
  msgstr "Remover este producto"
1045
 
1046
- #: templates/wishlist-view.php:172
1047
  msgid "Free!"
1048
  msgstr "Gratis!"
1049
 
1050
- #: templates/wishlist-view.php:179
1051
  msgid "Out of Stock"
1052
  msgstr "Agotado"
1053
 
1054
- #: templates/wishlist-view.php:179
1055
  msgid "In Stock"
1056
  msgstr "Disponilbe."
1057
 
1058
- #: templates/wishlist-view.php:188
 
1059
  msgid "Added on : %s"
1060
  msgstr ""
1061
 
1062
- #: templates/wishlist-view.php:200
1063
  msgid "Move"
1064
  msgstr ""
1065
 
1066
- #: templates/wishlist-view.php:232
1067
  msgid "Remove"
1068
  msgstr ""
1069
 
1070
- #: templates/wishlist-view.php:259
1071
  msgid "Add the selected products to the cart"
1072
  msgstr ""
1073
 
1074
- #: templates/wishlist-view.php:267 templates/wishlist-view.php:313
1075
  msgid "Ask for an estimate"
1076
  msgstr ""
1077
 
1078
- #: templates/wishlist-view.php:303
1079
  msgid "Your email"
1080
  msgstr ""
1081
 
1082
- #. Plugin Name of the plugin/theme
1083
  #, fuzzy
1084
- msgid "YITH WooCommerce Wishlist"
1085
- msgstr "Agregar a la Lista de deseos"
1086
-
1087
- #. Plugin URI of the plugin/theme
1088
- msgid "https://yithemes.com/themes/plugins/yith-woocommerce-wishlist/"
1089
- msgstr ""
1090
-
1091
- #. Description of the plugin/theme
1092
- msgid ""
1093
- "<code><strong>YITH WooCommerce Wishlist</strong></code> gives your users the "
1094
- "possibility to create, fill, manage and share their wishlists allowing you "
1095
- "to analyze their interests and needs to improve your marketing strategies. "
1096
- "<a href=\"https://yithemes.com/\" target=\"_blank\">Get more plugins for "
1097
- "your e-commerce on <strong>YITH</strong></a>"
1098
- msgstr ""
1099
-
1100
- #. Author of the plugin/theme
1101
- msgid "YITH"
1102
- msgstr ""
1103
-
1104
- #. Author URI of the plugin/theme
1105
- msgid "https://yithemes.com/"
1106
- msgstr ""
1107
 
1108
  #, fuzzy
1109
  #~ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
+ "POT-Creation-Date: 2019-02-12 14:37+0100\n"
6
+ "PO-Revision-Date: 2019-02-12 14:37+0100\n"
7
  "Last-Translator: Gabriel Azarias Dzul Cocom <gabrieldzul@gmail.com>\n"
8
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
9
  "Language: es_MX\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 2.2\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"
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:1484
25
+ #: ../includes/class.yith-wcwl-admin-init.php:1485
26
+ #: ../includes/class.yith-wcwl-install.php:245
27
  msgid "Wishlist"
28
  msgstr "Lista de deseos"
29
 
30
+ #: ../includes/class.yith-wcwl-admin-init.php:161
31
  msgid "Settings"
32
  msgstr "Ajustes"
33
 
34
+ #: ../includes/class.yith-wcwl-admin-init.php:162
35
+ #: ../includes/class.yith-wcwl-admin-init.php:243
36
  msgid "Colors"
37
  msgstr "Colores"
38
 
39
+ #: ../includes/class.yith-wcwl-admin-init.php:163
40
  msgid "Premium Version"
41
  msgstr ""
42
 
43
+ #: ../includes/class.yith-wcwl-admin-init.php:1015
44
  msgid "Enable all plugin features"
45
  msgstr ""
46
 
47
+ #: ../includes/class.yith-wcwl-admin-init.php:1016
48
  msgid ""
49
  "Be sure to select at least one option in the Wishlist page menu in this "
50
  "settings page"
51
  msgstr ""
52
 
53
+ #: ../includes/class.yith-wcwl-admin-init.php:1017
54
  msgctxt "[Part of]: Also, please read the plugin documentation"
55
  msgid "Also, please read the plugin"
56
  msgstr ""
57
 
58
+ #: ../includes/class.yith-wcwl-admin-init.php:1018
59
  msgctxt "[Part Of]: Also, please read the plugin documentation"
60
  msgid "documentation"
61
  msgstr ""
62
 
63
+ #: ../includes/class.yith-wcwl-admin-init.php:1024
64
  msgid "Upgrade to the PREMIUM VERSION"
65
  msgstr ""
66
 
67
+ #: ../includes/class.yith-wcwl-admin-init.php:1028
68
  msgid "Discover the Advanced Features"
69
  msgstr ""
70
 
71
+ #: ../includes/class.yith-wcwl-admin-init.php:1029
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:1035
78
  msgid "Get Support and Pro Features"
79
  msgstr ""
80
 
81
+ #: ../includes/class.yith-wcwl-admin-init.php:1036
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:1046
89
  msgid "General Settings"
90
  msgstr "Ajustes Generales"
91
 
92
+ #: ../includes/class.yith-wcwl-admin-init.php:1053
93
  msgid "Enable YITH Wishlist"
94
  msgstr "Activar la Lista de deseos de YITH"
95
 
96
+ #: ../includes/class.yith-wcwl-admin-init.php:1060
97
  #, fuzzy
98
  msgid "Default wishlist title"
99
  msgstr "Título de la Lista de deseos"
100
 
101
+ #: ../includes/class.yith-wcwl-admin-init.php:1062
102
+ #: ../includes/class.yith-wcwl-admin-init.php:1063
103
+ #: ../includes/class.yith-wcwl-admin-init.php:1299
104
+ #, php-format
105
  msgid "My wishlist on %s"
106
  msgstr "My Lista de deseos en %s"
107
 
108
+ #: ../includes/class.yith-wcwl-admin-init.php:1068
109
  msgid "Wishlist Page"
110
  msgstr "Página de la Lista de Deseos"
111
 
112
+ #: ../includes/class.yith-wcwl-admin-init.php:1069
113
  msgid "Page contents: [yith_wcwl_wishlist]"
114
  msgstr ""
115
 
116
+ #: ../includes/class.yith-wcwl-admin-init.php:1078
117
  msgid "Position"
118
  msgstr "Posición"
119
 
120
+ #: ../includes/class.yith-wcwl-admin-init.php:1079
121
  #, fuzzy
122
  msgid ""
123
  "You can add the button in variable products only after the \"Add to Cart\" "
126
  "En productos variables puedes agregarlos solo despues de \"Agregar al "
127
  "Carrito\" o usar el shortcode [yith_wcwl_add_to_wishlist]."
128
 
129
+ #: ../includes/class.yith-wcwl-admin-init.php:1085
130
  msgid "After \"Add to cart\""
131
  msgstr "Despued de \"Agregar al Carrito\""
132
 
133
+ #: ../includes/class.yith-wcwl-admin-init.php:1086
134
  msgid "After thumbnails"
135
  msgstr "Despues de las miniaturas"
136
 
137
+ #: ../includes/class.yith-wcwl-admin-init.php:1087
138
  msgid "After summary"
139
  msgstr "Despues del Resumen"
140
 
141
+ #: ../includes/class.yith-wcwl-admin-init.php:1088
142
  msgid "Use shortcode"
143
  msgstr "Usar shortcode"
144
 
145
+ #: ../includes/class.yith-wcwl-admin-init.php:1093
146
  msgid "Redirect to cart"
147
  msgstr "Redirreccionar al Carrito"
148
 
149
+ #: ../includes/class.yith-wcwl-admin-init.php:1094
150
  msgid ""
151
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
152
  "page."
154
  "Redireccionar a la página del Carrito si el boton de \"Agregar al Carrito\" "
155
  "es presionado en la página de la Lista de deseos."
156
 
157
+ #: ../includes/class.yith-wcwl-admin-init.php:1100
158
  msgid "Remove if added to the cart"
159
  msgstr "Remover si es agregado al Carrito."
160
 
161
+ #: ../includes/class.yith-wcwl-admin-init.php:1101
162
  #, fuzzy
163
  msgid "Remove the product from the wishlist if it has been added to the cart."
164
  msgstr ""
165
  "Remover el producto de la Lista de deseos si ha sido agregado al Carrito."
166
 
167
+ #: ../includes/class.yith-wcwl-admin-init.php:1107
168
  msgid "\"Add to Wishlist\" text"
169
  msgstr "Testo de \"Agregar al Carrito\""
170
 
171
+ #: ../includes/class.yith-wcwl-admin-init.php:1109
172
  msgid "Add to Wishlist"
173
  msgstr "Agregar a la Lista de deseos"
174
 
175
+ #: ../includes/class.yith-wcwl-admin-init.php:1114
176
  #, fuzzy
177
  msgid "\"Browse wishlist\" text"
178
  msgstr "Ir a la Lista de deseos"
179
 
180
+ #: ../includes/class.yith-wcwl-admin-init.php:1116
181
+ #: ../includes/class.yith-wcwl-ui.php:82 ../includes/class.yith-wcwl-ui.php:83
182
  msgid "Browse Wishlist"
183
  msgstr "Ir a la Lista de deseos"
184
 
185
+ #: ../includes/class.yith-wcwl-admin-init.php:1121
186
  #, fuzzy
187
  msgid "\"Product already in wishlist\" text"
188
  msgstr "El producto ya está en la Lista"
189
 
190
+ #: ../includes/class.yith-wcwl-admin-init.php:1123
191
+ #: ../includes/class.yith-wcwl-ui.php:83
192
  msgid "The product is already in the wishlist!"
193
  msgstr "El producto ya se encuentra en la Lista de deseos!"
194
 
195
+ #: ../includes/class.yith-wcwl-admin-init.php:1128
196
  #, fuzzy
197
  msgid "\"Product added\" text"
198
  msgstr "¡Producto agregado!"
199
 
200
+ #: ../includes/class.yith-wcwl-admin-init.php:1130
201
+ #: ../includes/class.yith-wcwl-ui.php:82
202
  msgid "Product added!"
203
  msgstr "¡Producto agregado!"
204
 
205
+ #: ../includes/class.yith-wcwl-admin-init.php:1135
206
  msgid "\"Add to Cart\" text"
207
  msgstr "Texto de \"Agregar del Carrito\""
208
 
209
+ #: ../includes/class.yith-wcwl-admin-init.php:1137
210
  msgid "Add to Cart"
211
  msgstr "Agregar al Carrito"
212
 
213
+ #: ../includes/class.yith-wcwl-admin-init.php:1142
214
  msgid "Show Unit price"
215
  msgstr "Mostrar Precio unitario"
216
 
217
+ #: ../includes/class.yith-wcwl-admin-init.php:1143
218
  msgid "Show unit price for each product in wishlist"
219
  msgstr ""
220
 
221
+ #: ../includes/class.yith-wcwl-admin-init.php:1150
222
  msgid "Show \"Add to Cart\" button"
223
  msgstr "Mostar el boton de \"Agregar al Carrito\" "
224
 
225
+ #: ../includes/class.yith-wcwl-admin-init.php:1151
226
  #, fuzzy
227
  msgid "Show \"Add to Cart\" button for each product in wishlist"
228
  msgstr "\"Agregar al Carrito\" fondo del boton"
229
 
230
+ #: ../includes/class.yith-wcwl-admin-init.php:1158
231
  msgid "Show Stock status"
232
  msgstr "Mostar el estado del inventario"
233
 
234
+ #: ../includes/class.yith-wcwl-admin-init.php:1159
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:1166
240
  msgid "Show Date of addition"
241
  msgstr ""
242
 
243
+ #: ../includes/class.yith-wcwl-admin-init.php:1167
244
  #, fuzzy
245
  msgid "Show the date when users have added a product to the wishlist"
246
  msgstr "Ocurrió un erro mientras se agregaba el producto a la Lista"
247
 
248
+ #: ../includes/class.yith-wcwl-admin-init.php:1174
249
  #, fuzzy
250
  msgid "Add second remove button"
251
  msgstr "\"Agregar al Carrito\" texto del boton"
252
 
253
+ #: ../includes/class.yith-wcwl-admin-init.php:1175
254
  msgid "Add a second remove button in the last column, with extended label"
255
  msgstr ""
256
 
257
+ #: ../includes/class.yith-wcwl-admin-init.php:1190
258
  msgid "Styles"
259
  msgstr "Estilos"
260
 
261
+ #: ../includes/class.yith-wcwl-admin-init.php:1197
262
  msgid "Use buttons"
263
  msgstr "Usar botones"
264
 
265
+ #: ../includes/class.yith-wcwl-admin-init.php:1198
266
  #, fuzzy
267
  msgid "Use buttons instead of simple anchors."
268
  msgstr "Usar botones en lugar de un simple elnaces"
269
 
270
+ #: ../includes/class.yith-wcwl-admin-init.php:1204
271
  msgid "Custom CSS"
272
  msgstr "Css personalizado"
273
 
274
+ #: ../includes/class.yith-wcwl-admin-init.php:1211
275
  msgid "Use theme style"
276
  msgstr "Usar estilo del tema"
277
 
278
+ #: ../includes/class.yith-wcwl-admin-init.php:1212
279
  msgid "Use the theme style."
280
  msgstr "Usar el estilo del tema"
281
 
282
+ #: ../includes/class.yith-wcwl-admin-init.php:1218
283
  #, fuzzy
284
  msgid "Rounded buttons"
285
  msgstr "Usar botones"
286
 
287
+ #: ../includes/class.yith-wcwl-admin-init.php:1219
288
  #, fuzzy
289
  msgid "Make button corners rounded"
290
  msgstr "Redondear los bordes de los botones"
291
 
292
+ #: ../includes/class.yith-wcwl-admin-init.php:1225
293
  msgid "\"Add to Wishlist\" icon"
294
  msgstr "Icono de \"Agregar a la Lista de deseos\""
295
 
296
+ #: ../includes/class.yith-wcwl-admin-init.php:1226
297
  msgid "Add an icon to the \"Add to Wishlist\" button"
298
  msgstr "Agregar un icono para el boton de \"Agregar a la Lista de deseos\""
299
 
300
+ #: ../includes/class.yith-wcwl-admin-init.php:1236
301
  msgid "\"Add to Cart\" icon"
302
  msgstr "Icono de \"Agregar al carrito\""
303
 
304
+ #: ../includes/class.yith-wcwl-admin-init.php:1237
305
  msgid "Add an icon to the \"Add to Cart\" button"
306
  msgstr "Agregar un icono para el boton de \"Agregar al Carrito\""
307
 
308
+ #: ../includes/class.yith-wcwl-admin-init.php:1255
309
  #, fuzzy
310
  msgid "Social Networks & Share"
311
  msgstr "Compartir"
312
 
313
+ #: ../includes/class.yith-wcwl-admin-init.php:1262
314
  msgid "Share on Facebook"
315
  msgstr "Compartir en Facebook"
316
 
317
+ #: ../includes/class.yith-wcwl-admin-init.php:1263
318
  #, fuzzy
319
  msgid "Show \"Share on Facebook\" button"
320
  msgstr "Compartir en Facebook"
321
 
322
+ #: ../includes/class.yith-wcwl-admin-init.php:1269
323
  msgid "Tweet on Twitter"
324
  msgstr "Tweet en Twitter"
325
 
326
+ #: ../includes/class.yith-wcwl-admin-init.php:1270
327
  #, fuzzy
328
  msgid "Show \"Tweet on Twitter\" button"
329
  msgstr "Tweet en Twitter"
330
 
331
+ #: ../includes/class.yith-wcwl-admin-init.php:1276
332
  msgid "Pin on Pinterest"
333
  msgstr "Pin en Pinterest"
334
 
335
+ #: ../includes/class.yith-wcwl-admin-init.php:1277
336
  #, fuzzy
337
  msgid "Show \"Pin on Pinterest\" button"
338
  msgstr "Pin en Pinterest"
339
 
340
+ #: ../includes/class.yith-wcwl-admin-init.php:1283
341
  msgid "Share on Google+"
342
  msgstr "Compartir en Google+"
343
 
344
+ #: ../includes/class.yith-wcwl-admin-init.php:1284
345
  #, fuzzy
346
  msgid "Show \"Share on Google+\" button"
347
  msgstr "Compartir en Facebook"
348
 
349
+ #: ../includes/class.yith-wcwl-admin-init.php:1290
350
  msgid "Share by Email"
351
  msgstr ""
352
 
353
+ #: ../includes/class.yith-wcwl-admin-init.php:1291
354
  #, fuzzy
355
  msgid "Show \"Share by Email\" button"
356
  msgstr "Mostar el boton de \"Agregar al Carrito\" "
357
 
358
+ #: ../includes/class.yith-wcwl-admin-init.php:1297
359
  #, fuzzy
360
  msgid "Social title"
361
  msgstr "Tiítulo de Redes sociales"
362
 
363
+ #: ../includes/class.yith-wcwl-admin-init.php:1304
364
  #, fuzzy
365
  msgid "Social text"
366
  msgstr "Texto de redes sociales"
367
 
368
+ #: ../includes/class.yith-wcwl-admin-init.php:1305
369
  msgid ""
370
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
371
  "strong> where you want to show the URL of your wishlist."
372
  msgstr ""
373
 
374
+ #: ../includes/class.yith-wcwl-admin-init.php:1312
375
  #, fuzzy
376
  msgid "Social image URL"
377
  msgstr "URL de la imágen de las redes Sociales."
378
 
379
+ #: ../includes/class.yith-wcwl-admin-init.php:1313
380
  msgid "It will be used by Pinterest."
381
  msgstr ""
382
 
383
+ #: ../includes/class.yith-wcwl-admin-init.php:1327
384
+ #, php-format
385
  msgid ""
386
  "If you want to take advantage of this feature, you could consider to "
387
  "purchase the %s."
388
  msgstr ""
389
 
390
+ #: ../includes/class.yith-wcwl-admin-init.php:1332
391
  msgid "YITH WooCommerce Frequently Bought Together Integration"
392
  msgstr ""
393
 
394
+ #: ../includes/class.yith-wcwl-admin-init.php:1339
395
  msgid "Enable slider in wishlist"
396
  msgstr ""
397
 
398
+ #: ../includes/class.yith-wcwl-admin-init.php:1340
399
+ #, php-format
400
  msgid ""
401
  "Choose to enable product slider in wishlist page with linked products (<a "
402
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
403
  msgstr ""
404
 
405
+ #: ../includes/class.yith-wcwl-admin-init.php:1376
406
  #, fuzzy
407
  msgid "\"Add to wishlist\" button"
408
  msgstr "\"Agregar a Lista de deseos\" texto del boton"
409
 
410
+ #: ../includes/class.yith-wcwl-admin-init.php:1379
411
+ #: ../includes/class.yith-wcwl-admin-init.php:1397
412
+ #: ../includes/class.yith-wcwl-admin-init.php:1415
413
+ #: ../includes/class.yith-wcwl-admin-init.php:1433
414
+ #: ../includes/class.yith-wcwl-admin-init.php:1451
415
  msgid "Background"
416
  msgstr ""
417
 
418
+ #: ../includes/class.yith-wcwl-admin-init.php:1380
419
+ #: ../includes/class.yith-wcwl-admin-init.php:1398
420
+ #: ../includes/class.yith-wcwl-admin-init.php:1416
421
+ #: ../includes/class.yith-wcwl-admin-init.php:1434
422
+ #: ../includes/class.yith-wcwl-admin-init.php:1452
423
  msgid "Text"
424
  msgstr ""
425
 
426
+ #: ../includes/class.yith-wcwl-admin-init.php:1381
427
+ #: ../includes/class.yith-wcwl-admin-init.php:1399
428
+ #: ../includes/class.yith-wcwl-admin-init.php:1417
429
+ #: ../includes/class.yith-wcwl-admin-init.php:1435
430
+ #: ../includes/class.yith-wcwl-admin-init.php:1453
431
  msgid "Border"
432
  msgstr ""
433
 
434
+ #: ../includes/class.yith-wcwl-admin-init.php:1388
435
+ #: ../includes/class.yith-wcwl-admin-init.php:1406
436
+ #: ../includes/class.yith-wcwl-admin-init.php:1424
437
+ #: ../includes/class.yith-wcwl-admin-init.php:1442
438
  msgid "Background (hover)"
439
  msgstr ""
440
 
441
+ #: ../includes/class.yith-wcwl-admin-init.php:1389
442
+ #: ../includes/class.yith-wcwl-admin-init.php:1407
443
+ #: ../includes/class.yith-wcwl-admin-init.php:1425
444
+ #: ../includes/class.yith-wcwl-admin-init.php:1443
445
  msgid "Text (hover)"
446
  msgstr ""
447
 
448
+ #: ../includes/class.yith-wcwl-admin-init.php:1390
449
+ #: ../includes/class.yith-wcwl-admin-init.php:1408
450
+ #: ../includes/class.yith-wcwl-admin-init.php:1426
451
+ #: ../includes/class.yith-wcwl-admin-init.php:1444
452
  msgid "Border (hover)"
453
  msgstr ""
454
 
455
+ #: ../includes/class.yith-wcwl-admin-init.php:1394
456
  #, fuzzy
457
  msgid "\"Add to Cart\" button"
458
  msgstr "\"Agregar al Carrito\" texto del boton"
459
 
460
+ #: ../includes/class.yith-wcwl-admin-init.php:1412
461
  msgid "\"Style 1\" button"
462
  msgstr ""
463
 
464
+ #: ../includes/class.yith-wcwl-admin-init.php:1430
465
  msgid "\"Style 2\" button"
466
  msgstr ""
467
 
468
+ #: ../includes/class.yith-wcwl-admin-init.php:1448
469
  #, fuzzy
470
  msgid "Wishlist table"
471
  msgstr "Título de la Lista de deseos"
472
 
473
+ #: ../includes/class.yith-wcwl-admin-init.php:1457
474
  msgid "Headers"
475
  msgstr ""
476
 
477
+ #: ../includes/class.yith-wcwl-admin-init.php:1460
478
  msgid "Background color"
479
  msgstr ""
480
 
481
+ #: ../includes/class.yith-wcwl-admin-init.php:1550
482
  #, fuzzy
483
  msgid "Wishlist Activated"
484
  msgstr "Título de la Lista de deseos"
485
 
486
+ #: ../includes/class.yith-wcwl-admin-init.php:1551
487
+ #, php-format
488
  msgid ""
489
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
490
  "can access to all the settings of our plugins that you have activated. "
492
  "options, <a href=\"%s\">discover it now</a>."
493
  msgstr ""
494
 
495
+ #: ../includes/class.yith-wcwl-admin-init.php:1562
496
  #, fuzzy
497
  msgid "Wishlist Updated"
498
  msgstr "Página de la Lista de Deseos"
499
 
500
+ #: ../includes/class.yith-wcwl-admin-init.php:1563
501
+ #, php-format
502
  msgid ""
503
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
504
  "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
507
  "\">discover the PREMIUM version.</a>"
508
  msgstr ""
509
 
510
+ #: ../includes/class.yith-wcwl-init.php:437
511
  msgid ""
512
  "We are sorry, but this feature is available only if cookies are enabled on "
513
  "your browser."
514
  msgstr ""
515
 
516
+ #: ../includes/class.yith-wcwl-init.php:438
517
  #, fuzzy
518
  msgid "Product correctly added to cart"
519
  msgstr "¡Producto agregado!"
520
 
521
+ #: ../includes/class.yith-wcwl-install.php:244
522
  msgctxt "page_slug"
523
  msgid "wishlist"
524
  msgstr ""
525
 
526
+ #: ../includes/class.yith-wcwl-privacy.php:50
527
  msgid "While you visit our site, we’ll track:"
528
  msgstr ""
529
 
530
+ #: ../includes/class.yith-wcwl-privacy.php:52
531
  msgid ""
532
  "Products you’ve added to the wishlist: we’ll use this to show you and other "
533
  "users your favourite products, and to create targeted email campaigns."
534
  msgstr ""
535
 
536
+ #: ../includes/class.yith-wcwl-privacy.php:53
537
  msgid ""
538
  "Wishlists you’ve created: we’ll keep track of the wishlists you create, and "
539
  "make them visible to the store’s staff"
540
  msgstr ""
541
 
542
+ #: ../includes/class.yith-wcwl-privacy.php:55
543
  msgid ""
544
  "We’ll also use cookies to keep track of wishlist contents while you’re "
545
  "browsing our site."
546
  msgstr ""
547
 
548
+ #: ../includes/class.yith-wcwl-privacy.php:58
549
  msgid ""
550
  "Members of our team have access to the information you provide us. For "
551
  "example, both Administrators and Shop Managers can access:"
552
  msgstr ""
553
 
554
+ #: ../includes/class.yith-wcwl-privacy.php:60
555
  msgid ""
556
  "Wishlist details, such as products added, date of addition, name and privacy "
557
  "settings of your wishlists"
558
  msgstr ""
559
 
560
+ #: ../includes/class.yith-wcwl-privacy.php:62
561
  msgid ""
562
  "Our team members have access to this information to offer you better deals "
563
  "for the products you love."
564
  msgstr ""
565
 
566
+ #: ../includes/class.yith-wcwl-privacy.php:82
567
+ #: ../includes/class.yith-wcwl-privacy.php:98
568
  #, fuzzy
569
  msgid "Customer Wishlists"
570
  msgstr "Agregar a la Lista de deseos"
571
 
572
+ #: ../includes/class.yith-wcwl-privacy.php:133
573
  #, fuzzy
574
  msgid "Wishlists"
575
  msgstr "Lista de deseos"
576
 
577
+ #: ../includes/class.yith-wcwl-privacy.php:195
578
+ #, fuzzy, php-format
 
579
  msgid "Removed wishlist %s."
580
  msgstr "My Lista de deseos en %s"
581
 
582
+ #: ../includes/class.yith-wcwl-privacy.php:199
583
+ #, fuzzy, php-format
 
584
  msgid "Wishlist %s has been retained."
585
  msgstr "Texto de la tabla de la Lista de deseos"
586
 
587
+ #: ../includes/class.yith-wcwl-privacy.php:210
588
  msgid "Removed default user's wishlist"
589
  msgstr ""
590
 
591
+ #: ../includes/class.yith-wcwl-privacy.php:228
592
  msgid "Token"
593
  msgstr ""
594
 
595
+ #: ../includes/class.yith-wcwl-privacy.php:229
596
  #, fuzzy
597
  msgid "Wishlist url"
598
  msgstr "Lista de deseos"
599
 
600
+ #: ../includes/class.yith-wcwl-privacy.php:230
601
  msgid "Title"
602
  msgstr ""
603
 
604
+ #: ../includes/class.yith-wcwl-privacy.php:231
605
  msgctxt "date wishlist was created"
606
  msgid "Created on"
607
  msgstr ""
608
 
609
+ #: ../includes/class.yith-wcwl-privacy.php:232
610
  msgid "Visibility"
611
  msgstr ""
612
 
613
+ #: ../includes/class.yith-wcwl-privacy.php:233
614
  msgid "Items Added"
615
  msgstr ""
616
 
617
+ #: ../includes/class.yith-wcwl-privacy.php:283
618
+ #: ../templates/wishlist-view.php:212
619
  #, fuzzy
620
  msgid "Shared"
621
  msgstr "Compartir en:"
622
 
623
+ #: ../includes/class.yith-wcwl-privacy.php:286
624
+ #: ../templates/wishlist-view.php:215
625
  msgid "Private"
626
  msgstr ""
627
 
628
+ #: ../includes/class.yith-wcwl-privacy.php:289
629
+ #: ../templates/wishlist-view.php:218
630
  msgid "Public"
631
  msgstr ""
632
 
633
+ #: ../includes/class.yith-wcwl-shortcode.php:45
634
  #, fuzzy
635
  msgctxt "[gutenberg]: block name"
636
  msgid "YITH Add to Wishlist"
637
  msgstr "Agregar a la Lista de deseos"
638
 
639
+ #: ../includes/class.yith-wcwl-shortcode.php:46
640
  #, fuzzy
641
  msgctxt "[gutenberg]: block description"
642
  msgid "Shows Add to Wishlist button"
643
  msgstr "\"Agregar a Lista de deseos\" texto del boton"
644
 
645
+ #: ../includes/class.yith-wcwl-shortcode.php:51
646
  msgid ""
647
  "ID of the product to add to wishlist (leave empty to use global product)"
648
  msgstr ""
649
 
650
+ #: ../includes/class.yith-wcwl-shortcode.php:56
651
  msgid "Url of wishlist page (leave empty to use default)"
652
  msgstr ""
653
 
654
+ #: ../includes/class.yith-wcwl-shortcode.php:61
655
  msgid "Button label (leave empty to use default)"
656
  msgstr ""
657
 
658
+ #: ../includes/class.yith-wcwl-shortcode.php:66
659
  msgid "\"Browse wishlist\" label (leave empty to use default)"
660
  msgstr ""
661
 
662
+ #: ../includes/class.yith-wcwl-shortcode.php:71
663
  #, fuzzy
664
  msgid "\"Product already in wishlist\" label (leave empty to use default)"
665
  msgstr "El producto ya está en la Lista"
666
 
667
+ #: ../includes/class.yith-wcwl-shortcode.php:76
668
  msgid "\"Product added to wishlist\" label (leave empty to use default)"
669
  msgstr ""
670
 
671
+ #: ../includes/class.yith-wcwl-shortcode.php:81
672
  msgid ""
673
  "Icon for the button (use any FontAwesome valid class, or leave empty to use "
674
  "default)"
675
  msgstr ""
676
 
677
+ #: ../includes/class.yith-wcwl-shortcode.php:86
678
  msgid "Additional css classes for the button (leave empty to use default)"
679
  msgstr ""
680
 
681
+ #: ../includes/class.yith-wcwl-shortcode.php:94
682
  #, fuzzy
683
  msgctxt "[gutenberg]: block name"
684
  msgid "YITH Wishlist"
685
  msgstr "Activar la Lista de deseos de YITH"
686
 
687
+ #: ../includes/class.yith-wcwl-shortcode.php:95
688
  #, fuzzy
689
  msgctxt "[gutenberg]: block description"
690
  msgid "Shows list of products in wishlist"
691
  msgstr "\"Agregar al Carrito\" fondo del boton"
692
 
693
+ #: ../includes/class.yith-wcwl-shortcode.php:100
694
  msgid "Choose whether to paginate items in the wishlist or show them all"
695
  msgstr ""
696
 
697
+ #: ../includes/class.yith-wcwl-shortcode.php:103
698
  msgid "Paginate"
699
  msgstr ""
700
 
701
+ #: ../includes/class.yith-wcwl-shortcode.php:104
702
  msgid "Do not paginate"
703
  msgstr ""
704
 
705
+ #: ../includes/class.yith-wcwl-shortcode.php:109
706
  msgid "Number of items to show for each page"
707
  msgstr ""
708
 
709
+ #: ../includes/class.yith-wcwl-shortcode.php:114
710
  msgid "ID of the wishlist to show (EG: K6EOWXB888ZD)"
711
  msgstr ""
712
 
713
+ #: ../includes/class.yith-wcwl-shortcode.php:386
714
+ #: ../includes/class.yith-wcwl-ui.php:164
715
  msgid "Share on:"
716
  msgstr "Compartir en:"
717
 
718
+ #: ../includes/class.yith-wcwl-ui.php:118
719
+ #: ../includes/class.yith-wcwl-ui.php:200
720
  msgid "Select options"
721
  msgstr "Opciones de selección."
722
 
723
+ #: ../includes/class.yith-wcwl-ui.php:168 ../templates/share.php:20
724
  msgid "Facebook"
725
  msgstr ""
726
 
727
+ #: ../includes/class.yith-wcwl-ui.php:171 ../templates/share.php:26
728
  msgid "Twitter"
729
  msgstr ""
730
 
731
+ #: ../includes/class.yith-wcwl-ui.php:180
732
  msgid "email"
733
  msgstr ""
734
 
735
+ #: ../includes/class.yith-wcwl.php:201
736
  #, fuzzy
737
  msgid "An error occurred while adding products to the wishlist."
738
  msgstr "Ocurrió un erro mientras se agregaba el producto a la Lista"
739
 
740
+ #: ../includes/class.yith-wcwl.php:293
741
  #, fuzzy
742
  msgid "An error occurred while adding products to wishlist."
743
  msgstr "Ocurrió un erro mientras se agregaba el producto a la Lista"
744
 
745
+ #: ../includes/class.yith-wcwl.php:310
746
  msgid "The \"Remove\" option now does not require any parameter"
747
  msgstr ""
748
 
749
+ #: ../includes/class.yith-wcwl.php:359
750
  #, fuzzy
751
  msgid "An error occurred while removing products from the wishlist"
752
  msgstr "Ocurrió un erro mientras se eliminaba el producto a la Lista"
753
 
754
+ #: ../includes/class.yith-wcwl.php:809
755
  msgid "You need to log in before creating a new wishlist"
756
  msgstr ""
757
 
758
+ #: ../includes/class.yith-wcwl.php:1610
759
  msgid "Product successfully removed."
760
  msgstr "Producto exitosamente eliminado"
761
 
762
+ #: ../includes/class.yith-wcwl.php:1614
763
  msgid "Error. Unable to remove the product from the wishlist."
764
  msgstr "Error. No fue posible eliminar el producto de la Lista."
765
 
766
+ #: ../includes/class.yith-wcwl.php:1618 ../templates/wishlist-view.php:242
767
  msgid "No products were added to the wishlist"
768
  msgstr "Aun no has agregado nada."
769
 
770
+ #: ../includes/class.yith-wcwl.php:1660
771
  msgid "An error as occurred."
772
  msgstr ""
773
 
774
+ #: ../init.php:130
775
  msgid "is enabled but not effective. It requires WooCommerce in order to work."
776
  msgstr ""
777
 
778
+ #: ../init.php:140
779
  msgid "You can't activate the free version of"
780
  msgstr ""
781
 
782
+ #: ../init.php:140
783
  msgid "while you are using the premium one."
784
  msgstr ""
785
 
786
+ #: ../templates/admin/wishlist-panel-premium.php:185
787
+ #: ../templates/admin/wishlist-panel-premium.php:383
788
+ #, php-format
789
  msgid ""
790
  "Upgrade to the %1$spremium version%2$s%3$sof %1$sYITH WooCommerce Wishlist"
791
  "%2$s to benefit from all features!"
792
  msgstr ""
793
 
794
+ #: ../templates/admin/wishlist-panel-premium.php:187
795
+ #: ../templates/admin/wishlist-panel-premium.php:385
796
+ #, php-format
797
  msgid "%1$sUPGRADE%2$s%3$s to the premium version%2$s"
798
  msgstr ""
799
 
800
+ #: ../templates/admin/wishlist-panel-premium.php:193
801
  msgid "Premium Features"
802
  msgstr ""
803
 
804
+ #: ../templates/admin/wishlist-panel-premium.php:196
805
+ #: ../templates/admin/wishlist-panel-premium.php:201
806
  msgid "Multiple Wishlist"
807
  msgstr ""
808
 
809
+ #: ../templates/admin/wishlist-panel-premium.php:203
810
+ #, php-format
811
  msgid ""
812
  "%1$sDoes it ever happened to you to have too many wishes for a single wish "
813
  "list?%2$s%3$s The possibility to manage one's wishes is a fundamental "
818
  "manage and share their own wish lists."
819
  msgstr ""
820
 
821
+ #: ../templates/admin/wishlist-panel-premium.php:212
822
+ #: ../templates/admin/wishlist-panel-premium.php:222
823
  msgid "Wishlist Private"
824
  msgstr ""
825
 
826
+ #: ../templates/admin/wishlist-panel-premium.php:214
827
+ #, php-format
828
  msgid ""
829
  "By enabling the option wishlist, users will also have the possibility to "
830
  "%1$smanage the visibility%2$s of their wish lists according to one of the "
831
  "following options:"
832
  msgstr ""
833
 
834
+ #: ../templates/admin/wishlist-panel-premium.php:216
835
+ #, php-format
836
  msgid "%1$spublic:%2$s all users can look for your wish list and see it;"
837
  msgstr ""
838
 
839
+ #: ../templates/admin/wishlist-panel-premium.php:217
840
+ #, php-format
841
  msgid ""
842
  "%1$sshared:%2$s only users possessing a direct link to the wish list page "
843
  "can display it;"
844
  msgstr ""
845
 
846
+ #: ../templates/admin/wishlist-panel-premium.php:218
847
+ #, php-format
848
  msgid "%1$sprivate:%2$s only the wish list creator can see it."
849
  msgstr ""
850
 
851
+ #: ../templates/admin/wishlist-panel-premium.php:229
852
+ #: ../templates/admin/wishlist-panel-premium.php:234
853
  msgid "Estimate Cost"
854
  msgstr ""
855
 
856
+ #: ../templates/admin/wishlist-panel-premium.php:236
857
+ #, php-format
858
  msgid ""
859
  "%1$sDo you want to add the possibility to ask for estimates of costs into "
860
  "your catalogue?%3$s Do you want to manage customised packets for faithful "
866
  "address that you have previously set."
867
  msgstr ""
868
 
869
+ #: ../templates/admin/wishlist-panel-premium.php:245
870
+ #: ../templates/admin/wishlist-panel-premium.php:250
871
  msgid "Admin Panel"
872
  msgstr ""
873
 
874
+ #: ../templates/admin/wishlist-panel-premium.php:247
875
+ #, php-format
876
  msgid ""
877
  "Thanks to the useful Admin panel, accessible directly among the WooCommerce "
878
  "submenu pages, you will have total control on users' wishlists. In addition "
882
  "in customers' wish lists."
883
  msgstr ""
884
 
885
+ #: ../templates/admin/wishlist-panel-premium.php:257
886
+ #: ../templates/admin/wishlist-panel-premium.php:262
887
  msgid "Search Wishlists"
888
  msgstr ""
889
 
890
+ #: ../templates/admin/wishlist-panel-premium.php:264
891
+ #, php-format
892
  msgid ""
893
  "How many times have you been looking for the perfect gift for a important "
894
  "event but you had no idea of what to buy? %1$s'Search wishlists'%2$s allows "
897
  "your products and even encourage users to purchase."
898
  msgstr ""
899
 
900
+ #: ../templates/admin/wishlist-panel-premium.php:273
901
  msgid "'ADD TO CART' CHECKBOX"
902
  msgstr ""
903
 
904
+ #: ../templates/admin/wishlist-panel-premium.php:275
905
+ #, php-format
906
  msgid ""
907
  "Your shop offers always a wide selection of products and wishlists of your "
908
  "users get more and more crowded everyday. Give them the possibility to "
910
  "just with one click."
911
  msgstr ""
912
 
913
+ #: ../templates/admin/wishlist-panel-premium.php:278
914
  msgid "'ADD TO CART'"
915
  msgstr ""
916
 
917
+ #: ../templates/admin/wishlist-panel-premium.php:285
918
  msgid "DISABLE WISHLIST"
919
  msgstr ""
920
 
921
+ #: ../templates/admin/wishlist-panel-premium.php:290
922
  msgid "DISABLE WISHLIST FOR UNLOGGED USERS"
923
  msgstr ""
924
 
925
+ #: ../templates/admin/wishlist-panel-premium.php:292
926
+ #, php-format
927
  msgid ""
928
  "Favour users that have registered to your shop and disable plugin "
929
  "functionalities for all users that have not. By disabling this option, each "
931
  "%2$s to \"My Account\" page and a message will invite them to log in."
932
  msgstr ""
933
 
934
+ #: ../templates/admin/wishlist-panel-premium.php:301
935
  msgid "MESSAGE TO UNLOGGED USERS"
936
  msgstr ""
937
 
938
+ #: ../templates/admin/wishlist-panel-premium.php:303
939
+ #, php-format
940
  msgid ""
941
  "Invite users that are visiting your shop to login if they want to fully "
942
  "benefit from Wishlist functionalities. Show a %1$scustomised message%2$s and "
943
  "redirect them to \"My Account\" page for registration."
944
  msgstr ""
945
 
946
+ #: ../templates/admin/wishlist-panel-premium.php:306
947
  msgid "UNLOGGED USERS"
948
  msgstr ""
949
 
950
+ #: ../templates/admin/wishlist-panel-premium.php:313
951
+ #: ../templates/admin/wishlist-panel-premium.php:318
952
  msgid "POPULAR TABLE"
953
  msgstr ""
954
 
955
+ #: ../templates/admin/wishlist-panel-premium.php:320
956
+ #, php-format
957
  msgid ""
958
  "Some products draw customer's attention more than others and they do not "
959
  "hesitate to add products to their wishlist. Table %1$s'Popular'%2$s allows "
961
  "their wishlists."
962
  msgstr ""
963
 
964
+ #: ../templates/admin/wishlist-panel-premium.php:329
965
  msgid "FUNCTIONALITIES IN ONE CLICK"
966
  msgstr ""
967
 
968
+ #: ../templates/admin/wishlist-panel-premium.php:331
969
+ #, php-format
970
  msgid ""
971
  "Users have the possibility to search for a wishlist, create a new one or "
972
  "display those already created. Add these %1$sfunctionalities%2$s through the "
973
  "dedicated widgets or show them immediately after \"Wishlist\" table."
974
  msgstr ""
975
 
976
+ #: ../templates/admin/wishlist-panel-premium.php:334
977
  msgid "FUNCTIONALITIES"
978
  msgstr ""
979
 
980
+ #: ../templates/admin/wishlist-panel-premium.php:341
981
+ #: ../templates/admin/wishlist-panel-premium.php:346
982
  msgid "PROMOTIONAL EMAIL"
983
  msgstr ""
984
 
985
+ #: ../templates/admin/wishlist-panel-premium.php:348
986
+ #, php-format
987
  msgid ""
988
  "If you want to give the right input to your users to persuade them to "
989
  "%1$spurchase the products%2$s they have in their wishlists, you need to use "
992
  "will know you are offering a unique offer!"
993
  msgstr ""
994
 
995
+ #: ../templates/admin/wishlist-panel-premium.php:357
996
  msgid "FROM A WISHLIST TO ANOTHER"
997
  msgstr ""
998
 
999
+ #: ../templates/admin/wishlist-panel-premium.php:359
1000
+ #, php-format
1001
  msgid ""
1002
  "Who said that a product has to remain forever in the same wishlist? With the "
1003
  "option %1$s\"Show \"Move to another wishlist\" dropdown menu\"%2$s, with "
1005
  "another one, managing as they want their lists."
1006
  msgstr ""
1007
 
1008
+ #: ../templates/admin/wishlist-panel-premium.php:362
1009
  msgid "FROM A WISHLIST"
1010
  msgstr ""
1011
 
1012
+ #: ../templates/admin/wishlist-panel-premium.php:369
1013
  msgid "DATE"
1014
  msgstr ""
1015
 
1016
+ #: ../templates/admin/wishlist-panel-premium.php:374
1017
  msgid "DATE OF ADDITION TO A WISHLIST"
1018
  msgstr ""
1019
 
1020
+ #: ../templates/admin/wishlist-panel-premium.php:376
1021
+ #, php-format
1022
  msgid ""
1023
  "Activating the %1$s\"Show date of addition\"%2$s option, users can see the "
1024
  "date in which they have added a particular product to their list: a new way "
1025
  "to keep you users informed about their operations."
1026
  msgstr ""
1027
 
1028
+ #: ../templates/share.php:32
1029
  #, fuzzy
1030
  msgid "Pinterest"
1031
  msgstr "Pin en Pinterest"
1032
 
1033
+ #: ../templates/share.php:38
1034
  #, fuzzy
1035
  msgid "Google+"
1036
  msgstr "Compartir en Google+"
1037
 
1038
+ #: ../templates/share.php:44
1039
  msgid "Email"
1040
  msgstr ""
1041
 
1042
+ #: ../templates/wishlist-view.php:32
1043
  #, fuzzy
1044
  msgid "Edit title"
1045
  msgstr "Título de la Lista de deseos"
1046
 
1047
+ #: ../templates/wishlist-view.php:41
1048
  msgid "Save"
1049
  msgstr ""
1050
 
1051
+ #: ../templates/wishlist-view.php:45
1052
  msgid "Cancel"
1053
  msgstr ""
1054
 
1055
+ #: ../templates/wishlist-view.php:82
1056
  msgid "Product Name"
1057
  msgstr "Nombre del producto"
1058
 
1059
+ #: ../templates/wishlist-view.php:89
1060
  msgid "Unit Price"
1061
  msgstr "Precio unitario"
1062
 
1063
+ #: ../templates/wishlist-view.php:102
1064
  msgid "Stock Status"
1065
  msgstr "Estado del inventario"
1066
 
1067
+ #: ../templates/wishlist-view.php:152 ../templates/wishlist-view.php:232
1068
  msgid "Remove this product"
1069
  msgstr "Remover este producto"
1070
 
1071
+ #: ../templates/wishlist-view.php:172
1072
  msgid "Free!"
1073
  msgstr "Gratis!"
1074
 
1075
+ #: ../templates/wishlist-view.php:179
1076
  msgid "Out of Stock"
1077
  msgstr "Agotado"
1078
 
1079
+ #: ../templates/wishlist-view.php:179
1080
  msgid "In Stock"
1081
  msgstr "Disponilbe."
1082
 
1083
+ #: ../templates/wishlist-view.php:188
1084
+ #, php-format
1085
  msgid "Added on : %s"
1086
  msgstr ""
1087
 
1088
+ #: ../templates/wishlist-view.php:200
1089
  msgid "Move"
1090
  msgstr ""
1091
 
1092
+ #: ../templates/wishlist-view.php:232
1093
  msgid "Remove"
1094
  msgstr ""
1095
 
1096
+ #: ../templates/wishlist-view.php:259
1097
  msgid "Add the selected products to the cart"
1098
  msgstr ""
1099
 
1100
+ #: ../templates/wishlist-view.php:267 ../templates/wishlist-view.php:313
1101
  msgid "Ask for an estimate"
1102
  msgstr ""
1103
 
1104
+ #: ../templates/wishlist-view.php:303
1105
  msgid "Your email"
1106
  msgstr ""
1107
 
 
1108
  #, fuzzy
1109
+ #~ msgid "YITH WooCommerce Wishlist"
1110
+ #~ msgstr "Agregar a la Lista de deseos"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1111
 
1112
  #, fuzzy
1113
  #~ msgid ""
languages/yith-woocommerce-wishlist-fa_IR.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-fa_IR.po CHANGED
@@ -2,15 +2,15 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
- "POT-Creation-Date: 2018-12-21 10:28:38+00:00\n"
6
- "PO-Revision-Date: 2018-10-04 14:50+0200\n"
7
  "Last-Translator: Am!n <amin.pe94@gmail.com>\n"
8
  "Language-Team: YITH - translated to persian by dornaweb <info@dornaweb.com>\n"
9
  "Language: fa\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 2.0.8\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"
@@ -20,66 +20,66 @@ msgstr ""
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:1484
25
- #: includes/class.yith-wcwl-admin-init.php:1485
26
- #: includes/class.yith-wcwl-install.php:245
27
  msgid "Wishlist"
28
  msgstr "لیست علاقه مندی ها"
29
 
30
- #: includes/class.yith-wcwl-admin-init.php:161
31
  msgid "Settings"
32
  msgstr "تنظیمات"
33
 
34
- #: includes/class.yith-wcwl-admin-init.php:162
35
- #: includes/class.yith-wcwl-admin-init.php:243
36
  msgid "Colors"
37
  msgstr "رنگ ها"
38
 
39
- #: includes/class.yith-wcwl-admin-init.php:163
40
  msgid "Premium Version"
41
  msgstr "نسخه پولی"
42
 
43
- #: includes/class.yith-wcwl-admin-init.php:1015
44
  msgid "Enable all plugin features"
45
  msgstr ""
46
 
47
- #: includes/class.yith-wcwl-admin-init.php:1016
48
  msgid ""
49
  "Be sure to select at least one option in the Wishlist page menu in this "
50
  "settings page"
51
  msgstr ""
52
 
53
- #: includes/class.yith-wcwl-admin-init.php:1017
54
  msgctxt "[Part of]: Also, please read the plugin documentation"
55
  msgid "Also, please read the plugin"
56
  msgstr ""
57
 
58
- #: includes/class.yith-wcwl-admin-init.php:1018
59
  #, fuzzy
60
  msgctxt "[Part Of]: Also, please read the plugin documentation"
61
  msgid "documentation"
62
  msgstr "مستندات افزونه"
63
 
64
- #: includes/class.yith-wcwl-admin-init.php:1024
65
  msgid "Upgrade to the PREMIUM VERSION"
66
  msgstr "ارتقا به نسخه پرمیوم"
67
 
68
- #: includes/class.yith-wcwl-admin-init.php:1028
69
  msgid "Discover the Advanced Features"
70
  msgstr "امکانات پیشرفته را مشاهده کنید"
71
 
72
- #: includes/class.yith-wcwl-admin-init.php:1029
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:1035
79
  msgid "Get Support and Pro Features"
80
  msgstr "رفتن به پشتیبانی و امکانات پیشرفته"
81
 
82
- #: includes/class.yith-wcwl-admin-init.php:1036
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 "
@@ -89,63 +89,64 @@ msgstr ""
89
  "ببرید، همچنین به مدت 1 سال آپدیت های این افزونه را بطور رایگان دریافت کنید و "
90
  "از پشتیبانی 24 ساعته ما استفاده کنید"
91
 
92
- #: includes/class.yith-wcwl-admin-init.php:1046
93
  msgid "General Settings"
94
  msgstr "تنظیمات عمومی"
95
 
96
- #: includes/class.yith-wcwl-admin-init.php:1053
97
  msgid "Enable YITH Wishlist"
98
  msgstr "فعال کردن YITH Wishlist"
99
 
100
- #: includes/class.yith-wcwl-admin-init.php:1060
101
  msgid "Default wishlist title"
102
  msgstr "عنوان پیشفرض لیست علاقه مندی ها"
103
 
104
- #: includes/class.yith-wcwl-admin-init.php:1062
105
- #: includes/class.yith-wcwl-admin-init.php:1063
106
- #: includes/class.yith-wcwl-admin-init.php:1299
 
107
  msgid "My wishlist on %s"
108
  msgstr "لیست علاقه مندی های من در %s"
109
 
110
- #: includes/class.yith-wcwl-admin-init.php:1068
111
  msgid "Wishlist Page"
112
  msgstr "صفحه لیست علاقه مندی ها"
113
 
114
- #: includes/class.yith-wcwl-admin-init.php:1069
115
  msgid "Page contents: [yith_wcwl_wishlist]"
116
  msgstr "محتوای صفحه : [yith_wcwl_wishlist] باشد"
117
 
118
- #: includes/class.yith-wcwl-admin-init.php:1078
119
  msgid "Position"
120
  msgstr "موقعیت"
121
 
122
- #: includes/class.yith-wcwl-admin-init.php:1079
123
  msgid ""
124
  "You can add the button in variable products only after the \"Add to Cart\" "
125
  "button or using the shortcode [yith_wcwl_add_to_wishlist]."
126
  msgstr ""
127
 
128
- #: includes/class.yith-wcwl-admin-init.php:1085
129
  msgid "After \"Add to cart\""
130
  msgstr "بعد از \"افزودن به سبد\""
131
 
132
- #: includes/class.yith-wcwl-admin-init.php:1086
133
  msgid "After thumbnails"
134
  msgstr "بعد از تصاویر محصول"
135
 
136
- #: includes/class.yith-wcwl-admin-init.php:1087
137
  msgid "After summary"
138
  msgstr "بعد از خلاصه محصول"
139
 
140
- #: includes/class.yith-wcwl-admin-init.php:1088
141
  msgid "Use shortcode"
142
  msgstr "استفاده از شورتکد"
143
 
144
- #: includes/class.yith-wcwl-admin-init.php:1093
145
  msgid "Redirect to cart"
146
  msgstr "انتقال به سبد خرید"
147
 
148
- #: includes/class.yith-wcwl-admin-init.php:1094
149
  msgid ""
150
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
151
  "page."
@@ -153,310 +154,313 @@ msgstr ""
153
  "اگر در صفحه علاقه مندی ها روی \"افزودن به سبد\" کلیک شد، کاربر را به صفحه "
154
  "سبد خرید منتقل کن"
155
 
156
- #: includes/class.yith-wcwl-admin-init.php:1100
157
  msgid "Remove if added to the cart"
158
  msgstr "حذف محصول در صورت افزودن به سبد"
159
 
160
- #: includes/class.yith-wcwl-admin-init.php:1101
161
  msgid "Remove the product from the wishlist if it has been added to the cart."
162
  msgstr "اگر محصول به سبد خرید اضافه شد آن را از لیست علاقه مندی ها حذف کن."
163
 
164
- #: includes/class.yith-wcwl-admin-init.php:1107
165
  msgid "\"Add to Wishlist\" text"
166
  msgstr "متن \"افزودن به علاقه مندی ها\""
167
 
168
- #: includes/class.yith-wcwl-admin-init.php:1109
169
  msgid "Add to Wishlist"
170
  msgstr "افزودن به علاقه مندی ها"
171
 
172
- #: includes/class.yith-wcwl-admin-init.php:1114
173
  msgid "\"Browse wishlist\" text"
174
  msgstr "متن \"مشاهده علاقه مندی ها\""
175
 
176
- #: includes/class.yith-wcwl-admin-init.php:1116
177
- #: includes/class.yith-wcwl-ui.php:82 includes/class.yith-wcwl-ui.php:83
178
  msgid "Browse Wishlist"
179
  msgstr "مشاهده لیست علاقه مندی ها"
180
 
181
- #: includes/class.yith-wcwl-admin-init.php:1121
182
  msgid "\"Product already in wishlist\" text"
183
  msgstr "متن \"محصول از قبل اضافه شده\""
184
 
185
- #: includes/class.yith-wcwl-admin-init.php:1123
186
- #: includes/class.yith-wcwl-ui.php:83
187
  msgid "The product is already in the wishlist!"
188
  msgstr "محصول از قبل به علاقه مندی ها اضافه شده!"
189
 
190
- #: includes/class.yith-wcwl-admin-init.php:1128
191
  msgid "\"Product added\" text"
192
  msgstr "متن \"محصول اضافه شد\""
193
 
194
- #: includes/class.yith-wcwl-admin-init.php:1130
195
- #: includes/class.yith-wcwl-ui.php:82
196
  msgid "Product added!"
197
  msgstr "اضافه شد!"
198
 
199
- #: includes/class.yith-wcwl-admin-init.php:1135
200
  msgid "\"Add to Cart\" text"
201
  msgstr "متن \"افزودن به سبد خرید\""
202
 
203
- #: includes/class.yith-wcwl-admin-init.php:1137
204
  msgid "Add to Cart"
205
  msgstr "افزودن به سبد"
206
 
207
- #: includes/class.yith-wcwl-admin-init.php:1142
208
  msgid "Show Unit price"
209
  msgstr "مشاهده واحدهای پولی"
210
 
211
- #: includes/class.yith-wcwl-admin-init.php:1143
212
  msgid "Show unit price for each product in wishlist"
213
  msgstr "مشاهده واحدهای پولی برای محصولات اضافه شده به لیست علاقه مندی ها"
214
 
215
- #: includes/class.yith-wcwl-admin-init.php:1150
216
  msgid "Show \"Add to Cart\" button"
217
  msgstr "مشاهده دکمه \"افزودن به سبد\""
218
 
219
- #: includes/class.yith-wcwl-admin-init.php:1151
220
  msgid "Show \"Add to Cart\" button for each product in wishlist"
221
  msgstr ""
222
 
223
- #: includes/class.yith-wcwl-admin-init.php:1158
224
  msgid "Show Stock status"
225
  msgstr "مشاهده موجودی محصول"
226
 
227
- #: includes/class.yith-wcwl-admin-init.php:1159
228
  msgid ""
229
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
230
  msgstr "مشاهده \"موجودی\" یا \"ناموجودی\" محصولات موجود در لیست علاقه مندی ها"
231
 
232
- #: includes/class.yith-wcwl-admin-init.php:1166
233
  msgid "Show Date of addition"
234
  msgstr ""
235
 
236
- #: includes/class.yith-wcwl-admin-init.php:1167
237
  msgid "Show the date when users have added a product to the wishlist"
238
  msgstr ""
239
 
240
- #: includes/class.yith-wcwl-admin-init.php:1174
241
  msgid "Add second remove button"
242
  msgstr ""
243
 
244
- #: includes/class.yith-wcwl-admin-init.php:1175
245
  msgid "Add a second remove button in the last column, with extended label"
246
  msgstr ""
247
 
248
- #: includes/class.yith-wcwl-admin-init.php:1190
249
  msgid "Styles"
250
  msgstr "استایل ها"
251
 
252
- #: includes/class.yith-wcwl-admin-init.php:1197
253
  msgid "Use buttons"
254
  msgstr "استفاده از دکمه ها"
255
 
256
- #: includes/class.yith-wcwl-admin-init.php:1198
257
  msgid "Use buttons instead of simple anchors."
258
  msgstr "به جای لینک های ساده از دکمه ها استفاده کن"
259
 
260
- #: includes/class.yith-wcwl-admin-init.php:1204
261
  msgid "Custom CSS"
262
  msgstr "CSS دستی"
263
 
264
- #: includes/class.yith-wcwl-admin-init.php:1211
265
  msgid "Use theme style"
266
  msgstr "استفاده از استایل قالب"
267
 
268
- #: includes/class.yith-wcwl-admin-init.php:1212
269
  msgid "Use the theme style."
270
  msgstr "از استایل قالب استفاده کن"
271
 
272
- #: includes/class.yith-wcwl-admin-init.php:1218
273
  msgid "Rounded buttons"
274
  msgstr "دکمه های گرد"
275
 
276
- #: includes/class.yith-wcwl-admin-init.php:1219
277
  msgid "Make button corners rounded"
278
  msgstr "گوشه های دکمه را گرد کن"
279
 
280
- #: includes/class.yith-wcwl-admin-init.php:1225
281
  msgid "\"Add to Wishlist\" icon"
282
  msgstr "آیکون \"افزودن به علاقه مندی ها\""
283
 
284
- #: includes/class.yith-wcwl-admin-init.php:1226
285
  msgid "Add an icon to the \"Add to Wishlist\" button"
286
  msgstr "یک آیکون به دکمه \"افزودن به لیست علاقه مندی ها\" اضافه کن"
287
 
288
- #: includes/class.yith-wcwl-admin-init.php:1236
289
  msgid "\"Add to Cart\" icon"
290
  msgstr "آیکون \"افزودن به سبد\""
291
 
292
- #: includes/class.yith-wcwl-admin-init.php:1237
293
  msgid "Add an icon to the \"Add to Cart\" button"
294
  msgstr "یک آیکون به دکمه \"افزودن به سبد\" اضافه کن"
295
 
296
- #: includes/class.yith-wcwl-admin-init.php:1255
297
  msgid "Social Networks & Share"
298
  msgstr ""
299
 
300
- #: includes/class.yith-wcwl-admin-init.php:1262
301
  msgid "Share on Facebook"
302
  msgstr "اشتراک در فیس بوک"
303
 
304
- #: includes/class.yith-wcwl-admin-init.php:1263
305
  msgid "Show \"Share on Facebook\" button"
306
  msgstr "نمایش دکمه \"اشتراک در فیس بوک\""
307
 
308
- #: includes/class.yith-wcwl-admin-init.php:1269
309
  msgid "Tweet on Twitter"
310
  msgstr "توییت در توییتر"
311
 
312
- #: includes/class.yith-wcwl-admin-init.php:1270
313
  msgid "Show \"Tweet on Twitter\" button"
314
  msgstr "نمایش دکمه \"توییت در توییتر\""
315
 
316
- #: includes/class.yith-wcwl-admin-init.php:1276
317
  msgid "Pin on Pinterest"
318
  msgstr "پین به پینترست"
319
 
320
- #: includes/class.yith-wcwl-admin-init.php:1277
321
  msgid "Show \"Pin on Pinterest\" button"
322
  msgstr "نمایش دکمه \"پین درپینترست\""
323
 
324
- #: includes/class.yith-wcwl-admin-init.php:1283
325
  msgid "Share on Google+"
326
  msgstr "اشتراک گذاری در گوگل+"
327
 
328
- #: includes/class.yith-wcwl-admin-init.php:1284
329
  msgid "Show \"Share on Google+\" button"
330
  msgstr ""
331
 
332
- #: includes/class.yith-wcwl-admin-init.php:1290
333
  msgid "Share by Email"
334
  msgstr "اشتراک با ایمیل"
335
 
336
- #: includes/class.yith-wcwl-admin-init.php:1291
337
  msgid "Show \"Share by Email\" button"
338
  msgstr "نمایش دکمه \"اشتراک با ایمیل\""
339
 
340
- #: includes/class.yith-wcwl-admin-init.php:1297
341
  msgid "Social title"
342
  msgstr "عنوان اجتماعی"
343
 
344
- #: includes/class.yith-wcwl-admin-init.php:1304
345
  msgid "Social text"
346
  msgstr "متن اجتماعی"
347
 
348
- #: includes/class.yith-wcwl-admin-init.php:1305
349
  msgid ""
350
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
351
  "strong> where you want to show the URL of your wishlist."
352
  msgstr ""
353
 
354
- #: includes/class.yith-wcwl-admin-init.php:1312
355
  msgid "Social image URL"
356
  msgstr "آدرس تصویر اجتماعی"
357
 
358
- #: includes/class.yith-wcwl-admin-init.php:1313
359
  msgid "It will be used by Pinterest."
360
  msgstr ""
361
 
362
- #: includes/class.yith-wcwl-admin-init.php:1327
 
363
  msgid ""
364
  "If you want to take advantage of this feature, you could consider to "
365
  "purchase the %s."
366
  msgstr ""
367
 
368
- #: includes/class.yith-wcwl-admin-init.php:1332
369
  msgid "YITH WooCommerce Frequently Bought Together Integration"
370
  msgstr ""
371
 
372
- #: includes/class.yith-wcwl-admin-init.php:1339
373
  msgid "Enable slider in wishlist"
374
  msgstr ""
375
 
376
- #: includes/class.yith-wcwl-admin-init.php:1340
 
377
  msgid ""
378
  "Choose to enable product slider in wishlist page with linked products (<a "
379
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
380
  msgstr ""
381
 
382
- #: includes/class.yith-wcwl-admin-init.php:1376
383
  msgid "\"Add to wishlist\" button"
384
  msgstr "دکمه \" افزودن به علاقه مندیها\""
385
 
386
- #: includes/class.yith-wcwl-admin-init.php:1379
387
- #: includes/class.yith-wcwl-admin-init.php:1397
388
- #: includes/class.yith-wcwl-admin-init.php:1415
389
- #: includes/class.yith-wcwl-admin-init.php:1433
390
- #: includes/class.yith-wcwl-admin-init.php:1451
391
  msgid "Background"
392
  msgstr "پس زمینه"
393
 
394
- #: includes/class.yith-wcwl-admin-init.php:1380
395
- #: includes/class.yith-wcwl-admin-init.php:1398
396
- #: includes/class.yith-wcwl-admin-init.php:1416
397
- #: includes/class.yith-wcwl-admin-init.php:1434
398
- #: includes/class.yith-wcwl-admin-init.php:1452
399
  msgid "Text"
400
  msgstr "متن"
401
 
402
- #: includes/class.yith-wcwl-admin-init.php:1381
403
- #: includes/class.yith-wcwl-admin-init.php:1399
404
- #: includes/class.yith-wcwl-admin-init.php:1417
405
- #: includes/class.yith-wcwl-admin-init.php:1435
406
- #: includes/class.yith-wcwl-admin-init.php:1453
407
  msgid "Border"
408
  msgstr "کادر"
409
 
410
- #: includes/class.yith-wcwl-admin-init.php:1388
411
- #: includes/class.yith-wcwl-admin-init.php:1406
412
- #: includes/class.yith-wcwl-admin-init.php:1424
413
- #: includes/class.yith-wcwl-admin-init.php:1442
414
  msgid "Background (hover)"
415
  msgstr "پس زمینه ( حالت هاور)"
416
 
417
- #: includes/class.yith-wcwl-admin-init.php:1389
418
- #: includes/class.yith-wcwl-admin-init.php:1407
419
- #: includes/class.yith-wcwl-admin-init.php:1425
420
- #: includes/class.yith-wcwl-admin-init.php:1443
421
  msgid "Text (hover)"
422
  msgstr "متن (حالت هاور)"
423
 
424
- #: includes/class.yith-wcwl-admin-init.php:1390
425
- #: includes/class.yith-wcwl-admin-init.php:1408
426
- #: includes/class.yith-wcwl-admin-init.php:1426
427
- #: includes/class.yith-wcwl-admin-init.php:1444
428
  msgid "Border (hover)"
429
  msgstr "کادر (حالت هاور)"
430
 
431
- #: includes/class.yith-wcwl-admin-init.php:1394
432
  msgid "\"Add to Cart\" button"
433
  msgstr "دکمه \"افزودن به سبد\""
434
 
435
- #: includes/class.yith-wcwl-admin-init.php:1412
436
  msgid "\"Style 1\" button"
437
  msgstr "دکمه \"استایل 1\""
438
 
439
- #: includes/class.yith-wcwl-admin-init.php:1430
440
  msgid "\"Style 2\" button"
441
  msgstr "دکمه \"استایل 2\""
442
 
443
- #: includes/class.yith-wcwl-admin-init.php:1448
444
  msgid "Wishlist table"
445
  msgstr "جدول علاقه مندی ها"
446
 
447
- #: includes/class.yith-wcwl-admin-init.php:1457
448
  msgid "Headers"
449
  msgstr "هدرها"
450
 
451
- #: includes/class.yith-wcwl-admin-init.php:1460
452
  msgid "Background color"
453
  msgstr "زنگ زمینه"
454
 
455
- #: includes/class.yith-wcwl-admin-init.php:1550
456
  msgid "Wishlist Activated"
457
  msgstr "لیست علاقه مندی ها فعال شد"
458
 
459
- #: includes/class.yith-wcwl-admin-init.php:1551
 
460
  msgid ""
461
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
462
  "can access to all the settings of our plugins that you have activated. "
@@ -468,11 +472,12 @@ msgstr ""
468
  "همچنین افزونه لیست علاقه مندی ها در نسخه حرفه ای نیز موجود است که امکانات "
469
  "بسیار بیشتر و جدیدتری دارد , <a href=\"%s\">این امکانات را ببینید</a>."
470
 
471
- #: includes/class.yith-wcwl-admin-init.php:1562
472
  msgid "Wishlist Updated"
473
  msgstr "لیست علاقه مندی ها به روز شد"
474
 
475
- #: includes/class.yith-wcwl-admin-init.php:1563
 
476
  msgid ""
477
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
478
  "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
@@ -487,7 +492,7 @@ msgstr ""
487
  "جدید اضافه خواهد شد، <a href=\"%s\">امکانات نسخه حرفه ای این افزونه را "
488
  "مشاهده کنید.</a>"
489
 
490
- #: includes/class.yith-wcwl-init.php:437
491
  msgid ""
492
  "We are sorry, but this feature is available only if cookies are enabled on "
493
  "your browser."
@@ -495,294 +500,300 @@ msgstr ""
495
  "متاسفیم! این امکان فقط در صورتی که کوکی های مرورگر شما فعال باشد در دسترس "
496
  "است."
497
 
498
- #: includes/class.yith-wcwl-init.php:438
499
  msgid "Product correctly added to cart"
500
  msgstr ""
501
 
502
- #: includes/class.yith-wcwl-install.php:244
503
  msgctxt "page_slug"
504
  msgid "wishlist"
505
  msgstr ""
506
 
507
- #: includes/class.yith-wcwl-privacy.php:50
508
  msgid "While you visit our site, we’ll track:"
509
  msgstr ""
510
 
511
- #: includes/class.yith-wcwl-privacy.php:52
512
  msgid ""
513
  "Products you’ve added to the wishlist: we’ll use this to show you and other "
514
  "users your favourite products, and to create targeted email campaigns."
515
  msgstr ""
516
 
517
- #: includes/class.yith-wcwl-privacy.php:53
518
  msgid ""
519
  "Wishlists you’ve created: we’ll keep track of the wishlists you create, and "
520
  "make them visible to the store’s staff"
521
  msgstr ""
522
 
523
- #: includes/class.yith-wcwl-privacy.php:55
524
  msgid ""
525
  "We’ll also use cookies to keep track of wishlist contents while you’re "
526
  "browsing our site."
527
  msgstr ""
528
 
529
- #: includes/class.yith-wcwl-privacy.php:58
530
  msgid ""
531
  "Members of our team have access to the information you provide us. For "
532
  "example, both Administrators and Shop Managers can access:"
533
  msgstr ""
534
 
535
- #: includes/class.yith-wcwl-privacy.php:60
536
  msgid ""
537
  "Wishlist details, such as products added, date of addition, name and privacy "
538
  "settings of your wishlists"
539
  msgstr ""
540
 
541
- #: includes/class.yith-wcwl-privacy.php:62
542
  msgid ""
543
  "Our team members have access to this information to offer you better deals "
544
  "for the products you love."
545
  msgstr ""
546
 
547
- #: includes/class.yith-wcwl-privacy.php:82
548
- #: includes/class.yith-wcwl-privacy.php:98
549
  #, fuzzy
550
  msgid "Customer Wishlists"
551
  msgstr "افزودن به علاقه مندی ها"
552
 
553
- #: includes/class.yith-wcwl-privacy.php:133
554
  #, fuzzy
555
  msgid "Wishlists"
556
  msgstr "لیست علاقه مندی ها"
557
 
558
- #. Translators: %s Order number.
559
- #: includes/class.yith-wcwl-privacy.php:195
560
- #, fuzzy
561
  msgid "Removed wishlist %s."
562
  msgstr "لیست علاقه مندی های من در %s"
563
 
564
- #. Translators: %s Order number.
565
- #: includes/class.yith-wcwl-privacy.php:199
566
  msgid "Wishlist %s has been retained."
567
  msgstr ""
568
 
569
- #: includes/class.yith-wcwl-privacy.php:210
570
  msgid "Removed default user's wishlist"
571
  msgstr ""
572
 
573
- #: includes/class.yith-wcwl-privacy.php:228
574
  msgid "Token"
575
  msgstr ""
576
 
577
- #: includes/class.yith-wcwl-privacy.php:229
578
  #, fuzzy
579
  msgid "Wishlist url"
580
  msgstr "لیست علاقه مندی ها"
581
 
582
- #: includes/class.yith-wcwl-privacy.php:230
583
  #, fuzzy
584
  msgid "Title"
585
  msgstr "عنوان فیلد"
586
 
587
- #: includes/class.yith-wcwl-privacy.php:231
588
  msgctxt "date wishlist was created"
589
  msgid "Created on"
590
  msgstr ""
591
 
592
- #: includes/class.yith-wcwl-privacy.php:232
593
  msgid "Visibility"
594
  msgstr ""
595
 
596
- #: includes/class.yith-wcwl-privacy.php:233
597
  msgid "Items Added"
598
  msgstr ""
599
 
600
- #: includes/class.yith-wcwl-privacy.php:283 templates/wishlist-view.php:212
 
601
  msgid "Shared"
602
  msgstr ""
603
 
604
- #: includes/class.yith-wcwl-privacy.php:286 templates/wishlist-view.php:215
 
605
  msgid "Private"
606
  msgstr ""
607
 
608
- #: includes/class.yith-wcwl-privacy.php:289 templates/wishlist-view.php:218
 
609
  msgid "Public"
610
  msgstr ""
611
 
612
- #: includes/class.yith-wcwl-shortcode.php:45
613
  #, fuzzy
614
  msgctxt "[gutenberg]: block name"
615
  msgid "YITH Add to Wishlist"
616
  msgstr "افزودن به علاقه مندی ها"
617
 
618
- #: includes/class.yith-wcwl-shortcode.php:46
619
  #, fuzzy
620
  msgctxt "[gutenberg]: block description"
621
  msgid "Shows Add to Wishlist button"
622
  msgstr "دکمه \" افزودن به علاقه مندیها\""
623
 
624
- #: includes/class.yith-wcwl-shortcode.php:51
625
  msgid ""
626
  "ID of the product to add to wishlist (leave empty to use global product)"
627
  msgstr ""
628
 
629
- #: includes/class.yith-wcwl-shortcode.php:56
630
  msgid "Url of wishlist page (leave empty to use default)"
631
  msgstr ""
632
 
633
- #: includes/class.yith-wcwl-shortcode.php:61
634
  msgid "Button label (leave empty to use default)"
635
  msgstr ""
636
 
637
- #: includes/class.yith-wcwl-shortcode.php:66
638
  msgid "\"Browse wishlist\" label (leave empty to use default)"
639
  msgstr ""
640
 
641
- #: includes/class.yith-wcwl-shortcode.php:71
642
  #, fuzzy
643
  msgid "\"Product already in wishlist\" label (leave empty to use default)"
644
  msgstr "متن \"محصول از قبل اضافه شده\""
645
 
646
- #: includes/class.yith-wcwl-shortcode.php:76
647
  msgid "\"Product added to wishlist\" label (leave empty to use default)"
648
  msgstr ""
649
 
650
- #: includes/class.yith-wcwl-shortcode.php:81
651
  msgid ""
652
  "Icon for the button (use any FontAwesome valid class, or leave empty to use "
653
  "default)"
654
  msgstr ""
655
 
656
- #: includes/class.yith-wcwl-shortcode.php:86
657
  msgid "Additional css classes for the button (leave empty to use default)"
658
  msgstr ""
659
 
660
- #: includes/class.yith-wcwl-shortcode.php:94
661
  #, fuzzy
662
  msgctxt "[gutenberg]: block name"
663
  msgid "YITH Wishlist"
664
  msgstr "فعال کردن YITH Wishlist"
665
 
666
- #: includes/class.yith-wcwl-shortcode.php:95
667
  #, fuzzy
668
  msgctxt "[gutenberg]: block description"
669
  msgid "Shows list of products in wishlist"
670
  msgstr "مشاهده واحدهای پولی برای محصولات اضافه شده به لیست علاقه مندی ها"
671
 
672
- #: includes/class.yith-wcwl-shortcode.php:100
673
  msgid "Choose whether to paginate items in the wishlist or show them all"
674
  msgstr ""
675
 
676
- #: includes/class.yith-wcwl-shortcode.php:103
677
  msgid "Paginate"
678
  msgstr ""
679
 
680
- #: includes/class.yith-wcwl-shortcode.php:104
681
  msgid "Do not paginate"
682
  msgstr ""
683
 
684
- #: includes/class.yith-wcwl-shortcode.php:109
685
  msgid "Number of items to show for each page"
686
  msgstr ""
687
 
688
- #: includes/class.yith-wcwl-shortcode.php:114
689
  msgid "ID of the wishlist to show (EG: K6EOWXB888ZD)"
690
  msgstr ""
691
 
692
- #: includes/class.yith-wcwl-shortcode.php:386
693
- #: includes/class.yith-wcwl-ui.php:164
694
  msgid "Share on:"
695
  msgstr "اشتراک در : "
696
 
697
- #: includes/class.yith-wcwl-ui.php:118 includes/class.yith-wcwl-ui.php:200
 
698
  msgid "Select options"
699
  msgstr "انتخاب گزینه ها"
700
 
701
- #: includes/class.yith-wcwl-ui.php:168 templates/share.php:20
702
  msgid "Facebook"
703
  msgstr "فیسبوک"
704
 
705
- #: includes/class.yith-wcwl-ui.php:171 templates/share.php:26
706
  msgid "Twitter"
707
  msgstr "توییتر"
708
 
709
- #: includes/class.yith-wcwl-ui.php:180
710
  msgid "email"
711
  msgstr "ایمیل"
712
 
713
- #: includes/class.yith-wcwl.php:201
714
  msgid "An error occurred while adding products to the wishlist."
715
  msgstr ""
716
 
717
- #: includes/class.yith-wcwl.php:293
718
  msgid "An error occurred while adding products to wishlist."
719
  msgstr ""
720
 
721
- #: includes/class.yith-wcwl.php:310
722
  msgid "The \"Remove\" option now does not require any parameter"
723
  msgstr ""
724
 
725
- #: includes/class.yith-wcwl.php:359
726
  msgid "An error occurred while removing products from the wishlist"
727
  msgstr ""
728
 
729
- #: includes/class.yith-wcwl.php:809
730
  msgid "You need to log in before creating a new wishlist"
731
  msgstr "قبل از این که لیست علاقه مندی ایجاد کنید باید وارد شوید"
732
 
733
- #: includes/class.yith-wcwl.php:1610
734
  msgid "Product successfully removed."
735
  msgstr "محصول با موفقیت حذف شد."
736
 
737
- #: includes/class.yith-wcwl.php:1614
738
  msgid "Error. Unable to remove the product from the wishlist."
739
  msgstr "خطا : محصول از لیست علاقه مندی ها حذف نشد."
740
 
741
- #: includes/class.yith-wcwl.php:1618 templates/wishlist-view.php:242
742
  msgid "No products were added to the wishlist"
743
  msgstr "هیچ محصولی به لیست علاقه مندی ها افزوده نشده"
744
 
745
- #: includes/class.yith-wcwl.php:1660
746
  msgid "An error as occurred."
747
  msgstr ""
748
 
749
- #: init.php:130
750
  #, fuzzy
751
  msgid "is enabled but not effective. It requires WooCommerce in order to work."
752
  msgstr ""
753
  "YITH WooCommerce Wishlist فعال شده اما برای عملکرد ابتدا باید پلاگین "
754
  "woocommerce را نصب کنید"
755
 
756
- #: init.php:140
757
  msgid "You can't activate the free version of"
758
  msgstr ""
759
 
760
- #: init.php:140
761
  msgid "while you are using the premium one."
762
  msgstr ""
763
 
764
- #: templates/admin/wishlist-panel-premium.php:185
765
- #: templates/admin/wishlist-panel-premium.php:383
 
766
  msgid ""
767
  "Upgrade to the %1$spremium version%2$s%3$sof %1$sYITH WooCommerce Wishlist"
768
  "%2$s to benefit from all features!"
769
  msgstr ""
770
 
771
- #: templates/admin/wishlist-panel-premium.php:187
772
- #: templates/admin/wishlist-panel-premium.php:385
 
773
  msgid "%1$sUPGRADE%2$s%3$s to the premium version%2$s"
774
  msgstr ""
775
 
776
- #: templates/admin/wishlist-panel-premium.php:193
777
  msgid "Premium Features"
778
  msgstr ""
779
 
780
- #: templates/admin/wishlist-panel-premium.php:196
781
- #: templates/admin/wishlist-panel-premium.php:201
782
  msgid "Multiple Wishlist"
783
  msgstr ""
784
 
785
- #: templates/admin/wishlist-panel-premium.php:203
 
786
  msgid ""
787
  "%1$sDoes it ever happened to you to have too many wishes for a single wish "
788
  "list?%2$s%3$s The possibility to manage one's wishes is a fundamental "
@@ -793,38 +804,43 @@ msgid ""
793
  "manage and share their own wish lists."
794
  msgstr ""
795
 
796
- #: templates/admin/wishlist-panel-premium.php:212
797
- #: templates/admin/wishlist-panel-premium.php:222
798
  msgid "Wishlist Private"
799
  msgstr ""
800
 
801
- #: templates/admin/wishlist-panel-premium.php:214
 
802
  msgid ""
803
  "By enabling the option wishlist, users will also have the possibility to "
804
  "%1$smanage the visibility%2$s of their wish lists according to one of the "
805
  "following options:"
806
  msgstr ""
807
 
808
- #: templates/admin/wishlist-panel-premium.php:216
 
809
  msgid "%1$spublic:%2$s all users can look for your wish list and see it;"
810
  msgstr ""
811
 
812
- #: templates/admin/wishlist-panel-premium.php:217
 
813
  msgid ""
814
  "%1$sshared:%2$s only users possessing a direct link to the wish list page "
815
  "can display it;"
816
  msgstr ""
817
 
818
- #: templates/admin/wishlist-panel-premium.php:218
 
819
  msgid "%1$sprivate:%2$s only the wish list creator can see it."
820
  msgstr ""
821
 
822
- #: templates/admin/wishlist-panel-premium.php:229
823
- #: templates/admin/wishlist-panel-premium.php:234
824
  msgid "Estimate Cost"
825
  msgstr ""
826
 
827
- #: templates/admin/wishlist-panel-premium.php:236
 
828
  msgid ""
829
  "%1$sDo you want to add the possibility to ask for estimates of costs into "
830
  "your catalogue?%3$s Do you want to manage customised packets for faithful "
@@ -836,12 +852,13 @@ msgid ""
836
  "address that you have previously set."
837
  msgstr ""
838
 
839
- #: templates/admin/wishlist-panel-premium.php:245
840
- #: templates/admin/wishlist-panel-premium.php:250
841
  msgid "Admin Panel"
842
  msgstr ""
843
 
844
- #: templates/admin/wishlist-panel-premium.php:247
 
845
  msgid ""
846
  "Thanks to the useful Admin panel, accessible directly among the WooCommerce "
847
  "submenu pages, you will have total control on users' wishlists. In addition "
@@ -851,12 +868,13 @@ msgid ""
851
  "in customers' wish lists."
852
  msgstr ""
853
 
854
- #: templates/admin/wishlist-panel-premium.php:257
855
- #: templates/admin/wishlist-panel-premium.php:262
856
  msgid "Search Wishlists"
857
  msgstr ""
858
 
859
- #: templates/admin/wishlist-panel-premium.php:264
 
860
  msgid ""
861
  "How many times have you been looking for the perfect gift for a important "
862
  "event but you had no idea of what to buy? %1$s'Search wishlists'%2$s allows "
@@ -865,11 +883,12 @@ msgid ""
865
  "your products and even encourage users to purchase."
866
  msgstr ""
867
 
868
- #: templates/admin/wishlist-panel-premium.php:273
869
  msgid "'ADD TO CART' CHECKBOX"
870
  msgstr ""
871
 
872
- #: templates/admin/wishlist-panel-premium.php:275
 
873
  msgid ""
874
  "Your shop offers always a wide selection of products and wishlists of your "
875
  "users get more and more crowded everyday. Give them the possibility to "
@@ -877,19 +896,20 @@ msgid ""
877
  "just with one click."
878
  msgstr ""
879
 
880
- #: templates/admin/wishlist-panel-premium.php:278
881
  msgid "'ADD TO CART'"
882
  msgstr ""
883
 
884
- #: templates/admin/wishlist-panel-premium.php:285
885
  msgid "DISABLE WISHLIST"
886
  msgstr ""
887
 
888
- #: templates/admin/wishlist-panel-premium.php:290
889
  msgid "DISABLE WISHLIST FOR UNLOGGED USERS"
890
  msgstr ""
891
 
892
- #: templates/admin/wishlist-panel-premium.php:292
 
893
  msgid ""
894
  "Favour users that have registered to your shop and disable plugin "
895
  "functionalities for all users that have not. By disabling this option, each "
@@ -897,27 +917,29 @@ msgid ""
897
  "%2$s to \"My Account\" page and a message will invite them to log in."
898
  msgstr ""
899
 
900
- #: templates/admin/wishlist-panel-premium.php:301
901
  msgid "MESSAGE TO UNLOGGED USERS"
902
  msgstr ""
903
 
904
- #: templates/admin/wishlist-panel-premium.php:303
 
905
  msgid ""
906
  "Invite users that are visiting your shop to login if they want to fully "
907
  "benefit from Wishlist functionalities. Show a %1$scustomised message%2$s and "
908
  "redirect them to \"My Account\" page for registration."
909
  msgstr ""
910
 
911
- #: templates/admin/wishlist-panel-premium.php:306
912
  msgid "UNLOGGED USERS"
913
  msgstr ""
914
 
915
- #: templates/admin/wishlist-panel-premium.php:313
916
- #: templates/admin/wishlist-panel-premium.php:318
917
  msgid "POPULAR TABLE"
918
  msgstr ""
919
 
920
- #: templates/admin/wishlist-panel-premium.php:320
 
921
  msgid ""
922
  "Some products draw customer's attention more than others and they do not "
923
  "hesitate to add products to their wishlist. Table %1$s'Popular'%2$s allows "
@@ -925,27 +947,29 @@ msgid ""
925
  "their wishlists."
926
  msgstr ""
927
 
928
- #: templates/admin/wishlist-panel-premium.php:329
929
  msgid "FUNCTIONALITIES IN ONE CLICK"
930
  msgstr ""
931
 
932
- #: templates/admin/wishlist-panel-premium.php:331
 
933
  msgid ""
934
  "Users have the possibility to search for a wishlist, create a new one or "
935
  "display those already created. Add these %1$sfunctionalities%2$s through the "
936
  "dedicated widgets or show them immediately after \"Wishlist\" table."
937
  msgstr ""
938
 
939
- #: templates/admin/wishlist-panel-premium.php:334
940
  msgid "FUNCTIONALITIES"
941
  msgstr ""
942
 
943
- #: templates/admin/wishlist-panel-premium.php:341
944
- #: templates/admin/wishlist-panel-premium.php:346
945
  msgid "PROMOTIONAL EMAIL"
946
  msgstr ""
947
 
948
- #: templates/admin/wishlist-panel-premium.php:348
 
949
  msgid ""
950
  "If you want to give the right input to your users to persuade them to "
951
  "%1$spurchase the products%2$s they have in their wishlists, you need to use "
@@ -954,11 +978,12 @@ msgid ""
954
  "will know you are offering a unique offer!"
955
  msgstr ""
956
 
957
- #: templates/admin/wishlist-panel-premium.php:357
958
  msgid "FROM A WISHLIST TO ANOTHER"
959
  msgstr ""
960
 
961
- #: templates/admin/wishlist-panel-premium.php:359
 
962
  msgid ""
963
  "Who said that a product has to remain forever in the same wishlist? With the "
964
  "option %1$s\"Show \"Move to another wishlist\" dropdown menu\"%2$s, with "
@@ -966,125 +991,105 @@ msgid ""
966
  "another one, managing as they want their lists."
967
  msgstr ""
968
 
969
- #: templates/admin/wishlist-panel-premium.php:362
970
  msgid "FROM A WISHLIST"
971
  msgstr ""
972
 
973
- #: templates/admin/wishlist-panel-premium.php:369
974
  msgid "DATE"
975
  msgstr ""
976
 
977
- #: templates/admin/wishlist-panel-premium.php:374
978
  msgid "DATE OF ADDITION TO A WISHLIST"
979
  msgstr ""
980
 
981
- #: templates/admin/wishlist-panel-premium.php:376
 
982
  msgid ""
983
  "Activating the %1$s\"Show date of addition\"%2$s option, users can see the "
984
  "date in which they have added a particular product to their list: a new way "
985
  "to keep you users informed about their operations."
986
  msgstr ""
987
 
988
- #: templates/share.php:32
989
  msgid "Pinterest"
990
  msgstr "پینترست"
991
 
992
- #: templates/share.php:38
993
  msgid "Google+"
994
  msgstr ""
995
 
996
- #: templates/share.php:44
997
  msgid "Email"
998
  msgstr "ایمیل"
999
 
1000
- #: templates/wishlist-view.php:32
1001
  msgid "Edit title"
1002
  msgstr "ویرایش عنوان"
1003
 
1004
- #: templates/wishlist-view.php:41
1005
  msgid "Save"
1006
  msgstr "ذخیره"
1007
 
1008
- #: templates/wishlist-view.php:45
1009
  msgid "Cancel"
1010
  msgstr "لغو"
1011
 
1012
- #: templates/wishlist-view.php:82
1013
  msgid "Product Name"
1014
  msgstr "نام محصول"
1015
 
1016
- #: templates/wishlist-view.php:89
1017
  msgid "Unit Price"
1018
  msgstr "قیمت"
1019
 
1020
- #: templates/wishlist-view.php:102
1021
  msgid "Stock Status"
1022
  msgstr "وضعیت موجودی"
1023
 
1024
- #: templates/wishlist-view.php:152 templates/wishlist-view.php:232
1025
  msgid "Remove this product"
1026
  msgstr "حذف این محصول"
1027
 
1028
- #: templates/wishlist-view.php:172
1029
  msgid "Free!"
1030
  msgstr "رایگان!"
1031
 
1032
- #: templates/wishlist-view.php:179
1033
  msgid "Out of Stock"
1034
  msgstr "ناموجود"
1035
 
1036
- #: templates/wishlist-view.php:179
1037
  msgid "In Stock"
1038
  msgstr "موجود"
1039
 
1040
- #: templates/wishlist-view.php:188
 
1041
  msgid "Added on : %s"
1042
  msgstr ""
1043
 
1044
- #: templates/wishlist-view.php:200
1045
  msgid "Move"
1046
  msgstr ""
1047
 
1048
- #: templates/wishlist-view.php:232
1049
  msgid "Remove"
1050
  msgstr "حذف"
1051
 
1052
- #: templates/wishlist-view.php:259
1053
  msgid "Add the selected products to the cart"
1054
  msgstr ""
1055
 
1056
- #: templates/wishlist-view.php:267 templates/wishlist-view.php:313
1057
  msgid "Ask for an estimate"
1058
  msgstr ""
1059
 
1060
- #: templates/wishlist-view.php:303
1061
  msgid "Your email"
1062
  msgstr ""
1063
 
1064
- #. Plugin Name of the plugin/theme
1065
- msgid "YITH WooCommerce Wishlist"
1066
- msgstr "YITH WooCommerce Wishlist"
1067
-
1068
- #. Plugin URI of the plugin/theme
1069
- msgid "https://yithemes.com/themes/plugins/yith-woocommerce-wishlist/"
1070
- msgstr ""
1071
-
1072
- #. Description of the plugin/theme
1073
- msgid ""
1074
- "<code><strong>YITH WooCommerce Wishlist</strong></code> gives your users the "
1075
- "possibility to create, fill, manage and share their wishlists allowing you "
1076
- "to analyze their interests and needs to improve your marketing strategies. "
1077
- "<a href=\"https://yithemes.com/\" target=\"_blank\">Get more plugins for "
1078
- "your e-commerce on <strong>YITH</strong></a>"
1079
- msgstr ""
1080
-
1081
- #. Author of the plugin/theme
1082
- msgid "YITH"
1083
- msgstr ""
1084
-
1085
- #. Author URI of the plugin/theme
1086
- msgid "https://yithemes.com/"
1087
- msgstr ""
1088
 
1089
  #~ msgid ""
1090
  #~ "WARNING: This plugin requires at least WooCommerce 2.2! Please, use this "
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
+ "POT-Creation-Date: 2019-02-12 14:37+0100\n"
6
+ "PO-Revision-Date: 2019-02-12 14:37+0100\n"
7
  "Last-Translator: Am!n <amin.pe94@gmail.com>\n"
8
  "Language-Team: YITH - translated to persian by dornaweb <info@dornaweb.com>\n"
9
  "Language: fa\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 2.2\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"
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:1484
25
+ #: ../includes/class.yith-wcwl-admin-init.php:1485
26
+ #: ../includes/class.yith-wcwl-install.php:245
27
  msgid "Wishlist"
28
  msgstr "لیست علاقه مندی ها"
29
 
30
+ #: ../includes/class.yith-wcwl-admin-init.php:161
31
  msgid "Settings"
32
  msgstr "تنظیمات"
33
 
34
+ #: ../includes/class.yith-wcwl-admin-init.php:162
35
+ #: ../includes/class.yith-wcwl-admin-init.php:243
36
  msgid "Colors"
37
  msgstr "رنگ ها"
38
 
39
+ #: ../includes/class.yith-wcwl-admin-init.php:163
40
  msgid "Premium Version"
41
  msgstr "نسخه پولی"
42
 
43
+ #: ../includes/class.yith-wcwl-admin-init.php:1015
44
  msgid "Enable all plugin features"
45
  msgstr ""
46
 
47
+ #: ../includes/class.yith-wcwl-admin-init.php:1016
48
  msgid ""
49
  "Be sure to select at least one option in the Wishlist page menu in this "
50
  "settings page"
51
  msgstr ""
52
 
53
+ #: ../includes/class.yith-wcwl-admin-init.php:1017
54
  msgctxt "[Part of]: Also, please read the plugin documentation"
55
  msgid "Also, please read the plugin"
56
  msgstr ""
57
 
58
+ #: ../includes/class.yith-wcwl-admin-init.php:1018
59
  #, fuzzy
60
  msgctxt "[Part Of]: Also, please read the plugin documentation"
61
  msgid "documentation"
62
  msgstr "مستندات افزونه"
63
 
64
+ #: ../includes/class.yith-wcwl-admin-init.php:1024
65
  msgid "Upgrade to the PREMIUM VERSION"
66
  msgstr "ارتقا به نسخه پرمیوم"
67
 
68
+ #: ../includes/class.yith-wcwl-admin-init.php:1028
69
  msgid "Discover the Advanced Features"
70
  msgstr "امکانات پیشرفته را مشاهده کنید"
71
 
72
+ #: ../includes/class.yith-wcwl-admin-init.php:1029
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:1035
79
  msgid "Get Support and Pro Features"
80
  msgstr "رفتن به پشتیبانی و امکانات پیشرفته"
81
 
82
+ #: ../includes/class.yith-wcwl-admin-init.php:1036
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 "
89
  "ببرید، همچنین به مدت 1 سال آپدیت های این افزونه را بطور رایگان دریافت کنید و "
90
  "از پشتیبانی 24 ساعته ما استفاده کنید"
91
 
92
+ #: ../includes/class.yith-wcwl-admin-init.php:1046
93
  msgid "General Settings"
94
  msgstr "تنظیمات عمومی"
95
 
96
+ #: ../includes/class.yith-wcwl-admin-init.php:1053
97
  msgid "Enable YITH Wishlist"
98
  msgstr "فعال کردن YITH Wishlist"
99
 
100
+ #: ../includes/class.yith-wcwl-admin-init.php:1060
101
  msgid "Default wishlist title"
102
  msgstr "عنوان پیشفرض لیست علاقه مندی ها"
103
 
104
+ #: ../includes/class.yith-wcwl-admin-init.php:1062
105
+ #: ../includes/class.yith-wcwl-admin-init.php:1063
106
+ #: ../includes/class.yith-wcwl-admin-init.php:1299
107
+ #, php-format
108
  msgid "My wishlist on %s"
109
  msgstr "لیست علاقه مندی های من در %s"
110
 
111
+ #: ../includes/class.yith-wcwl-admin-init.php:1068
112
  msgid "Wishlist Page"
113
  msgstr "صفحه لیست علاقه مندی ها"
114
 
115
+ #: ../includes/class.yith-wcwl-admin-init.php:1069
116
  msgid "Page contents: [yith_wcwl_wishlist]"
117
  msgstr "محتوای صفحه : [yith_wcwl_wishlist] باشد"
118
 
119
+ #: ../includes/class.yith-wcwl-admin-init.php:1078
120
  msgid "Position"
121
  msgstr "موقعیت"
122
 
123
+ #: ../includes/class.yith-wcwl-admin-init.php:1079
124
  msgid ""
125
  "You can add the button in variable products only after the \"Add to Cart\" "
126
  "button or using the shortcode [yith_wcwl_add_to_wishlist]."
127
  msgstr ""
128
 
129
+ #: ../includes/class.yith-wcwl-admin-init.php:1085
130
  msgid "After \"Add to cart\""
131
  msgstr "بعد از \"افزودن به سبد\""
132
 
133
+ #: ../includes/class.yith-wcwl-admin-init.php:1086
134
  msgid "After thumbnails"
135
  msgstr "بعد از تصاویر محصول"
136
 
137
+ #: ../includes/class.yith-wcwl-admin-init.php:1087
138
  msgid "After summary"
139
  msgstr "بعد از خلاصه محصول"
140
 
141
+ #: ../includes/class.yith-wcwl-admin-init.php:1088
142
  msgid "Use shortcode"
143
  msgstr "استفاده از شورتکد"
144
 
145
+ #: ../includes/class.yith-wcwl-admin-init.php:1093
146
  msgid "Redirect to cart"
147
  msgstr "انتقال به سبد خرید"
148
 
149
+ #: ../includes/class.yith-wcwl-admin-init.php:1094
150
  msgid ""
151
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
152
  "page."
154
  "اگر در صفحه علاقه مندی ها روی \"افزودن به سبد\" کلیک شد، کاربر را به صفحه "
155
  "سبد خرید منتقل کن"
156
 
157
+ #: ../includes/class.yith-wcwl-admin-init.php:1100
158
  msgid "Remove if added to the cart"
159
  msgstr "حذف محصول در صورت افزودن به سبد"
160
 
161
+ #: ../includes/class.yith-wcwl-admin-init.php:1101
162
  msgid "Remove the product from the wishlist if it has been added to the cart."
163
  msgstr "اگر محصول به سبد خرید اضافه شد آن را از لیست علاقه مندی ها حذف کن."
164
 
165
+ #: ../includes/class.yith-wcwl-admin-init.php:1107
166
  msgid "\"Add to Wishlist\" text"
167
  msgstr "متن \"افزودن به علاقه مندی ها\""
168
 
169
+ #: ../includes/class.yith-wcwl-admin-init.php:1109
170
  msgid "Add to Wishlist"
171
  msgstr "افزودن به علاقه مندی ها"
172
 
173
+ #: ../includes/class.yith-wcwl-admin-init.php:1114
174
  msgid "\"Browse wishlist\" text"
175
  msgstr "متن \"مشاهده علاقه مندی ها\""
176
 
177
+ #: ../includes/class.yith-wcwl-admin-init.php:1116
178
+ #: ../includes/class.yith-wcwl-ui.php:82 ../includes/class.yith-wcwl-ui.php:83
179
  msgid "Browse Wishlist"
180
  msgstr "مشاهده لیست علاقه مندی ها"
181
 
182
+ #: ../includes/class.yith-wcwl-admin-init.php:1121
183
  msgid "\"Product already in wishlist\" text"
184
  msgstr "متن \"محصول از قبل اضافه شده\""
185
 
186
+ #: ../includes/class.yith-wcwl-admin-init.php:1123
187
+ #: ../includes/class.yith-wcwl-ui.php:83
188
  msgid "The product is already in the wishlist!"
189
  msgstr "محصول از قبل به علاقه مندی ها اضافه شده!"
190
 
191
+ #: ../includes/class.yith-wcwl-admin-init.php:1128
192
  msgid "\"Product added\" text"
193
  msgstr "متن \"محصول اضافه شد\""
194
 
195
+ #: ../includes/class.yith-wcwl-admin-init.php:1130
196
+ #: ../includes/class.yith-wcwl-ui.php:82
197
  msgid "Product added!"
198
  msgstr "اضافه شد!"
199
 
200
+ #: ../includes/class.yith-wcwl-admin-init.php:1135
201
  msgid "\"Add to Cart\" text"
202
  msgstr "متن \"افزودن به سبد خرید\""
203
 
204
+ #: ../includes/class.yith-wcwl-admin-init.php:1137
205
  msgid "Add to Cart"
206
  msgstr "افزودن به سبد"
207
 
208
+ #: ../includes/class.yith-wcwl-admin-init.php:1142
209
  msgid "Show Unit price"
210
  msgstr "مشاهده واحدهای پولی"
211
 
212
+ #: ../includes/class.yith-wcwl-admin-init.php:1143
213
  msgid "Show unit price for each product in wishlist"
214
  msgstr "مشاهده واحدهای پولی برای محصولات اضافه شده به لیست علاقه مندی ها"
215
 
216
+ #: ../includes/class.yith-wcwl-admin-init.php:1150
217
  msgid "Show \"Add to Cart\" button"
218
  msgstr "مشاهده دکمه \"افزودن به سبد\""
219
 
220
+ #: ../includes/class.yith-wcwl-admin-init.php:1151
221
  msgid "Show \"Add to Cart\" button for each product in wishlist"
222
  msgstr ""
223
 
224
+ #: ../includes/class.yith-wcwl-admin-init.php:1158
225
  msgid "Show Stock status"
226
  msgstr "مشاهده موجودی محصول"
227
 
228
+ #: ../includes/class.yith-wcwl-admin-init.php:1159
229
  msgid ""
230
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
231
  msgstr "مشاهده \"موجودی\" یا \"ناموجودی\" محصولات موجود در لیست علاقه مندی ها"
232
 
233
+ #: ../includes/class.yith-wcwl-admin-init.php:1166
234
  msgid "Show Date of addition"
235
  msgstr ""
236
 
237
+ #: ../includes/class.yith-wcwl-admin-init.php:1167
238
  msgid "Show the date when users have added a product to the wishlist"
239
  msgstr ""
240
 
241
+ #: ../includes/class.yith-wcwl-admin-init.php:1174
242
  msgid "Add second remove button"
243
  msgstr ""
244
 
245
+ #: ../includes/class.yith-wcwl-admin-init.php:1175
246
  msgid "Add a second remove button in the last column, with extended label"
247
  msgstr ""
248
 
249
+ #: ../includes/class.yith-wcwl-admin-init.php:1190
250
  msgid "Styles"
251
  msgstr "استایل ها"
252
 
253
+ #: ../includes/class.yith-wcwl-admin-init.php:1197
254
  msgid "Use buttons"
255
  msgstr "استفاده از دکمه ها"
256
 
257
+ #: ../includes/class.yith-wcwl-admin-init.php:1198
258
  msgid "Use buttons instead of simple anchors."
259
  msgstr "به جای لینک های ساده از دکمه ها استفاده کن"
260
 
261
+ #: ../includes/class.yith-wcwl-admin-init.php:1204
262
  msgid "Custom CSS"
263
  msgstr "CSS دستی"
264
 
265
+ #: ../includes/class.yith-wcwl-admin-init.php:1211
266
  msgid "Use theme style"
267
  msgstr "استفاده از استایل قالب"
268
 
269
+ #: ../includes/class.yith-wcwl-admin-init.php:1212
270
  msgid "Use the theme style."
271
  msgstr "از استایل قالب استفاده کن"
272
 
273
+ #: ../includes/class.yith-wcwl-admin-init.php:1218
274
  msgid "Rounded buttons"
275
  msgstr "دکمه های گرد"
276
 
277
+ #: ../includes/class.yith-wcwl-admin-init.php:1219
278
  msgid "Make button corners rounded"
279
  msgstr "گوشه های دکمه را گرد کن"
280
 
281
+ #: ../includes/class.yith-wcwl-admin-init.php:1225
282
  msgid "\"Add to Wishlist\" icon"
283
  msgstr "آیکون \"افزودن به علاقه مندی ها\""
284
 
285
+ #: ../includes/class.yith-wcwl-admin-init.php:1226
286
  msgid "Add an icon to the \"Add to Wishlist\" button"
287
  msgstr "یک آیکون به دکمه \"افزودن به لیست علاقه مندی ها\" اضافه کن"
288
 
289
+ #: ../includes/class.yith-wcwl-admin-init.php:1236
290
  msgid "\"Add to Cart\" icon"
291
  msgstr "آیکون \"افزودن به سبد\""
292
 
293
+ #: ../includes/class.yith-wcwl-admin-init.php:1237
294
  msgid "Add an icon to the \"Add to Cart\" button"
295
  msgstr "یک آیکون به دکمه \"افزودن به سبد\" اضافه کن"
296
 
297
+ #: ../includes/class.yith-wcwl-admin-init.php:1255
298
  msgid "Social Networks & Share"
299
  msgstr ""
300
 
301
+ #: ../includes/class.yith-wcwl-admin-init.php:1262
302
  msgid "Share on Facebook"
303
  msgstr "اشتراک در فیس بوک"
304
 
305
+ #: ../includes/class.yith-wcwl-admin-init.php:1263
306
  msgid "Show \"Share on Facebook\" button"
307
  msgstr "نمایش دکمه \"اشتراک در فیس بوک\""
308
 
309
+ #: ../includes/class.yith-wcwl-admin-init.php:1269
310
  msgid "Tweet on Twitter"
311
  msgstr "توییت در توییتر"
312
 
313
+ #: ../includes/class.yith-wcwl-admin-init.php:1270
314
  msgid "Show \"Tweet on Twitter\" button"
315
  msgstr "نمایش دکمه \"توییت در توییتر\""
316
 
317
+ #: ../includes/class.yith-wcwl-admin-init.php:1276
318
  msgid "Pin on Pinterest"
319
  msgstr "پین به پینترست"
320
 
321
+ #: ../includes/class.yith-wcwl-admin-init.php:1277
322
  msgid "Show \"Pin on Pinterest\" button"
323
  msgstr "نمایش دکمه \"پین درپینترست\""
324
 
325
+ #: ../includes/class.yith-wcwl-admin-init.php:1283
326
  msgid "Share on Google+"
327
  msgstr "اشتراک گذاری در گوگل+"
328
 
329
+ #: ../includes/class.yith-wcwl-admin-init.php:1284
330
  msgid "Show \"Share on Google+\" button"
331
  msgstr ""
332
 
333
+ #: ../includes/class.yith-wcwl-admin-init.php:1290
334
  msgid "Share by Email"
335
  msgstr "اشتراک با ایمیل"
336
 
337
+ #: ../includes/class.yith-wcwl-admin-init.php:1291
338
  msgid "Show \"Share by Email\" button"
339
  msgstr "نمایش دکمه \"اشتراک با ایمیل\""
340
 
341
+ #: ../includes/class.yith-wcwl-admin-init.php:1297
342
  msgid "Social title"
343
  msgstr "عنوان اجتماعی"
344
 
345
+ #: ../includes/class.yith-wcwl-admin-init.php:1304
346
  msgid "Social text"
347
  msgstr "متن اجتماعی"
348
 
349
+ #: ../includes/class.yith-wcwl-admin-init.php:1305
350
  msgid ""
351
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
352
  "strong> where you want to show the URL of your wishlist."
353
  msgstr ""
354
 
355
+ #: ../includes/class.yith-wcwl-admin-init.php:1312
356
  msgid "Social image URL"
357
  msgstr "آدرس تصویر اجتماعی"
358
 
359
+ #: ../includes/class.yith-wcwl-admin-init.php:1313
360
  msgid "It will be used by Pinterest."
361
  msgstr ""
362
 
363
+ #: ../includes/class.yith-wcwl-admin-init.php:1327
364
+ #, php-format
365
  msgid ""
366
  "If you want to take advantage of this feature, you could consider to "
367
  "purchase the %s."
368
  msgstr ""
369
 
370
+ #: ../includes/class.yith-wcwl-admin-init.php:1332
371
  msgid "YITH WooCommerce Frequently Bought Together Integration"
372
  msgstr ""
373
 
374
+ #: ../includes/class.yith-wcwl-admin-init.php:1339
375
  msgid "Enable slider in wishlist"
376
  msgstr ""
377
 
378
+ #: ../includes/class.yith-wcwl-admin-init.php:1340
379
+ #, php-format
380
  msgid ""
381
  "Choose to enable product slider in wishlist page with linked products (<a "
382
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
383
  msgstr ""
384
 
385
+ #: ../includes/class.yith-wcwl-admin-init.php:1376
386
  msgid "\"Add to wishlist\" button"
387
  msgstr "دکمه \" افزودن به علاقه مندیها\""
388
 
389
+ #: ../includes/class.yith-wcwl-admin-init.php:1379
390
+ #: ../includes/class.yith-wcwl-admin-init.php:1397
391
+ #: ../includes/class.yith-wcwl-admin-init.php:1415
392
+ #: ../includes/class.yith-wcwl-admin-init.php:1433
393
+ #: ../includes/class.yith-wcwl-admin-init.php:1451
394
  msgid "Background"
395
  msgstr "پس زمینه"
396
 
397
+ #: ../includes/class.yith-wcwl-admin-init.php:1380
398
+ #: ../includes/class.yith-wcwl-admin-init.php:1398
399
+ #: ../includes/class.yith-wcwl-admin-init.php:1416
400
+ #: ../includes/class.yith-wcwl-admin-init.php:1434
401
+ #: ../includes/class.yith-wcwl-admin-init.php:1452
402
  msgid "Text"
403
  msgstr "متن"
404
 
405
+ #: ../includes/class.yith-wcwl-admin-init.php:1381
406
+ #: ../includes/class.yith-wcwl-admin-init.php:1399
407
+ #: ../includes/class.yith-wcwl-admin-init.php:1417
408
+ #: ../includes/class.yith-wcwl-admin-init.php:1435
409
+ #: ../includes/class.yith-wcwl-admin-init.php:1453
410
  msgid "Border"
411
  msgstr "کادر"
412
 
413
+ #: ../includes/class.yith-wcwl-admin-init.php:1388
414
+ #: ../includes/class.yith-wcwl-admin-init.php:1406
415
+ #: ../includes/class.yith-wcwl-admin-init.php:1424
416
+ #: ../includes/class.yith-wcwl-admin-init.php:1442
417
  msgid "Background (hover)"
418
  msgstr "پس زمینه ( حالت هاور)"
419
 
420
+ #: ../includes/class.yith-wcwl-admin-init.php:1389
421
+ #: ../includes/class.yith-wcwl-admin-init.php:1407
422
+ #: ../includes/class.yith-wcwl-admin-init.php:1425
423
+ #: ../includes/class.yith-wcwl-admin-init.php:1443
424
  msgid "Text (hover)"
425
  msgstr "متن (حالت هاور)"
426
 
427
+ #: ../includes/class.yith-wcwl-admin-init.php:1390
428
+ #: ../includes/class.yith-wcwl-admin-init.php:1408
429
+ #: ../includes/class.yith-wcwl-admin-init.php:1426
430
+ #: ../includes/class.yith-wcwl-admin-init.php:1444
431
  msgid "Border (hover)"
432
  msgstr "کادر (حالت هاور)"
433
 
434
+ #: ../includes/class.yith-wcwl-admin-init.php:1394
435
  msgid "\"Add to Cart\" button"
436
  msgstr "دکمه \"افزودن به سبد\""
437
 
438
+ #: ../includes/class.yith-wcwl-admin-init.php:1412
439
  msgid "\"Style 1\" button"
440
  msgstr "دکمه \"استایل 1\""
441
 
442
+ #: ../includes/class.yith-wcwl-admin-init.php:1430
443
  msgid "\"Style 2\" button"
444
  msgstr "دکمه \"استایل 2\""
445
 
446
+ #: ../includes/class.yith-wcwl-admin-init.php:1448
447
  msgid "Wishlist table"
448
  msgstr "جدول علاقه مندی ها"
449
 
450
+ #: ../includes/class.yith-wcwl-admin-init.php:1457
451
  msgid "Headers"
452
  msgstr "هدرها"
453
 
454
+ #: ../includes/class.yith-wcwl-admin-init.php:1460
455
  msgid "Background color"
456
  msgstr "زنگ زمینه"
457
 
458
+ #: ../includes/class.yith-wcwl-admin-init.php:1550
459
  msgid "Wishlist Activated"
460
  msgstr "لیست علاقه مندی ها فعال شد"
461
 
462
+ #: ../includes/class.yith-wcwl-admin-init.php:1551
463
+ #, php-format
464
  msgid ""
465
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
466
  "can access to all the settings of our plugins that you have activated. "
472
  "همچنین افزونه لیست علاقه مندی ها در نسخه حرفه ای نیز موجود است که امکانات "
473
  "بسیار بیشتر و جدیدتری دارد , <a href=\"%s\">این امکانات را ببینید</a>."
474
 
475
+ #: ../includes/class.yith-wcwl-admin-init.php:1562
476
  msgid "Wishlist Updated"
477
  msgstr "لیست علاقه مندی ها به روز شد"
478
 
479
+ #: ../includes/class.yith-wcwl-admin-init.php:1563
480
+ #, php-format
481
  msgid ""
482
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
483
  "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
492
  "جدید اضافه خواهد شد، <a href=\"%s\">امکانات نسخه حرفه ای این افزونه را "
493
  "مشاهده کنید.</a>"
494
 
495
+ #: ../includes/class.yith-wcwl-init.php:437
496
  msgid ""
497
  "We are sorry, but this feature is available only if cookies are enabled on "
498
  "your browser."
500
  "متاسفیم! این امکان فقط در صورتی که کوکی های مرورگر شما فعال باشد در دسترس "
501
  "است."
502
 
503
+ #: ../includes/class.yith-wcwl-init.php:438
504
  msgid "Product correctly added to cart"
505
  msgstr ""
506
 
507
+ #: ../includes/class.yith-wcwl-install.php:244
508
  msgctxt "page_slug"
509
  msgid "wishlist"
510
  msgstr ""
511
 
512
+ #: ../includes/class.yith-wcwl-privacy.php:50
513
  msgid "While you visit our site, we’ll track:"
514
  msgstr ""
515
 
516
+ #: ../includes/class.yith-wcwl-privacy.php:52
517
  msgid ""
518
  "Products you’ve added to the wishlist: we’ll use this to show you and other "
519
  "users your favourite products, and to create targeted email campaigns."
520
  msgstr ""
521
 
522
+ #: ../includes/class.yith-wcwl-privacy.php:53
523
  msgid ""
524
  "Wishlists you’ve created: we’ll keep track of the wishlists you create, and "
525
  "make them visible to the store’s staff"
526
  msgstr ""
527
 
528
+ #: ../includes/class.yith-wcwl-privacy.php:55
529
  msgid ""
530
  "We’ll also use cookies to keep track of wishlist contents while you’re "
531
  "browsing our site."
532
  msgstr ""
533
 
534
+ #: ../includes/class.yith-wcwl-privacy.php:58
535
  msgid ""
536
  "Members of our team have access to the information you provide us. For "
537
  "example, both Administrators and Shop Managers can access:"
538
  msgstr ""
539
 
540
+ #: ../includes/class.yith-wcwl-privacy.php:60
541
  msgid ""
542
  "Wishlist details, such as products added, date of addition, name and privacy "
543
  "settings of your wishlists"
544
  msgstr ""
545
 
546
+ #: ../includes/class.yith-wcwl-privacy.php:62
547
  msgid ""
548
  "Our team members have access to this information to offer you better deals "
549
  "for the products you love."
550
  msgstr ""
551
 
552
+ #: ../includes/class.yith-wcwl-privacy.php:82
553
+ #: ../includes/class.yith-wcwl-privacy.php:98
554
  #, fuzzy
555
  msgid "Customer Wishlists"
556
  msgstr "افزودن به علاقه مندی ها"
557
 
558
+ #: ../includes/class.yith-wcwl-privacy.php:133
559
  #, fuzzy
560
  msgid "Wishlists"
561
  msgstr "لیست علاقه مندی ها"
562
 
563
+ #: ../includes/class.yith-wcwl-privacy.php:195
564
+ #, fuzzy, php-format
 
565
  msgid "Removed wishlist %s."
566
  msgstr "لیست علاقه مندی های من در %s"
567
 
568
+ #: ../includes/class.yith-wcwl-privacy.php:199
569
+ #, php-format
570
  msgid "Wishlist %s has been retained."
571
  msgstr ""
572
 
573
+ #: ../includes/class.yith-wcwl-privacy.php:210
574
  msgid "Removed default user's wishlist"
575
  msgstr ""
576
 
577
+ #: ../includes/class.yith-wcwl-privacy.php:228
578
  msgid "Token"
579
  msgstr ""
580
 
581
+ #: ../includes/class.yith-wcwl-privacy.php:229
582
  #, fuzzy
583
  msgid "Wishlist url"
584
  msgstr "لیست علاقه مندی ها"
585
 
586
+ #: ../includes/class.yith-wcwl-privacy.php:230
587
  #, fuzzy
588
  msgid "Title"
589
  msgstr "عنوان فیلد"
590
 
591
+ #: ../includes/class.yith-wcwl-privacy.php:231
592
  msgctxt "date wishlist was created"
593
  msgid "Created on"
594
  msgstr ""
595
 
596
+ #: ../includes/class.yith-wcwl-privacy.php:232
597
  msgid "Visibility"
598
  msgstr ""
599
 
600
+ #: ../includes/class.yith-wcwl-privacy.php:233
601
  msgid "Items Added"
602
  msgstr ""
603
 
604
+ #: ../includes/class.yith-wcwl-privacy.php:283
605
+ #: ../templates/wishlist-view.php:212
606
  msgid "Shared"
607
  msgstr ""
608
 
609
+ #: ../includes/class.yith-wcwl-privacy.php:286
610
+ #: ../templates/wishlist-view.php:215
611
  msgid "Private"
612
  msgstr ""
613
 
614
+ #: ../includes/class.yith-wcwl-privacy.php:289
615
+ #: ../templates/wishlist-view.php:218
616
  msgid "Public"
617
  msgstr ""
618
 
619
+ #: ../includes/class.yith-wcwl-shortcode.php:45
620
  #, fuzzy
621
  msgctxt "[gutenberg]: block name"
622
  msgid "YITH Add to Wishlist"
623
  msgstr "افزودن به علاقه مندی ها"
624
 
625
+ #: ../includes/class.yith-wcwl-shortcode.php:46
626
  #, fuzzy
627
  msgctxt "[gutenberg]: block description"
628
  msgid "Shows Add to Wishlist button"
629
  msgstr "دکمه \" افزودن به علاقه مندیها\""
630
 
631
+ #: ../includes/class.yith-wcwl-shortcode.php:51
632
  msgid ""
633
  "ID of the product to add to wishlist (leave empty to use global product)"
634
  msgstr ""
635
 
636
+ #: ../includes/class.yith-wcwl-shortcode.php:56
637
  msgid "Url of wishlist page (leave empty to use default)"
638
  msgstr ""
639
 
640
+ #: ../includes/class.yith-wcwl-shortcode.php:61
641
  msgid "Button label (leave empty to use default)"
642
  msgstr ""
643
 
644
+ #: ../includes/class.yith-wcwl-shortcode.php:66
645
  msgid "\"Browse wishlist\" label (leave empty to use default)"
646
  msgstr ""
647
 
648
+ #: ../includes/class.yith-wcwl-shortcode.php:71
649
  #, fuzzy
650
  msgid "\"Product already in wishlist\" label (leave empty to use default)"
651
  msgstr "متن \"محصول از قبل اضافه شده\""
652
 
653
+ #: ../includes/class.yith-wcwl-shortcode.php:76
654
  msgid "\"Product added to wishlist\" label (leave empty to use default)"
655
  msgstr ""
656
 
657
+ #: ../includes/class.yith-wcwl-shortcode.php:81
658
  msgid ""
659
  "Icon for the button (use any FontAwesome valid class, or leave empty to use "
660
  "default)"
661
  msgstr ""
662
 
663
+ #: ../includes/class.yith-wcwl-shortcode.php:86
664
  msgid "Additional css classes for the button (leave empty to use default)"
665
  msgstr ""
666
 
667
+ #: ../includes/class.yith-wcwl-shortcode.php:94
668
  #, fuzzy
669
  msgctxt "[gutenberg]: block name"
670
  msgid "YITH Wishlist"
671
  msgstr "فعال کردن YITH Wishlist"
672
 
673
+ #: ../includes/class.yith-wcwl-shortcode.php:95
674
  #, fuzzy
675
  msgctxt "[gutenberg]: block description"
676
  msgid "Shows list of products in wishlist"
677
  msgstr "مشاهده واحدهای پولی برای محصولات اضافه شده به لیست علاقه مندی ها"
678
 
679
+ #: ../includes/class.yith-wcwl-shortcode.php:100
680
  msgid "Choose whether to paginate items in the wishlist or show them all"
681
  msgstr ""
682
 
683
+ #: ../includes/class.yith-wcwl-shortcode.php:103
684
  msgid "Paginate"
685
  msgstr ""
686
 
687
+ #: ../includes/class.yith-wcwl-shortcode.php:104
688
  msgid "Do not paginate"
689
  msgstr ""
690
 
691
+ #: ../includes/class.yith-wcwl-shortcode.php:109
692
  msgid "Number of items to show for each page"
693
  msgstr ""
694
 
695
+ #: ../includes/class.yith-wcwl-shortcode.php:114
696
  msgid "ID of the wishlist to show (EG: K6EOWXB888ZD)"
697
  msgstr ""
698
 
699
+ #: ../includes/class.yith-wcwl-shortcode.php:386
700
+ #: ../includes/class.yith-wcwl-ui.php:164
701
  msgid "Share on:"
702
  msgstr "اشتراک در : "
703
 
704
+ #: ../includes/class.yith-wcwl-ui.php:118
705
+ #: ../includes/class.yith-wcwl-ui.php:200
706
  msgid "Select options"
707
  msgstr "انتخاب گزینه ها"
708
 
709
+ #: ../includes/class.yith-wcwl-ui.php:168 ../templates/share.php:20
710
  msgid "Facebook"
711
  msgstr "فیسبوک"
712
 
713
+ #: ../includes/class.yith-wcwl-ui.php:171 ../templates/share.php:26
714
  msgid "Twitter"
715
  msgstr "توییتر"
716
 
717
+ #: ../includes/class.yith-wcwl-ui.php:180
718
  msgid "email"
719
  msgstr "ایمیل"
720
 
721
+ #: ../includes/class.yith-wcwl.php:201
722
  msgid "An error occurred while adding products to the wishlist."
723
  msgstr ""
724
 
725
+ #: ../includes/class.yith-wcwl.php:293
726
  msgid "An error occurred while adding products to wishlist."
727
  msgstr ""
728
 
729
+ #: ../includes/class.yith-wcwl.php:310
730
  msgid "The \"Remove\" option now does not require any parameter"
731
  msgstr ""
732
 
733
+ #: ../includes/class.yith-wcwl.php:359
734
  msgid "An error occurred while removing products from the wishlist"
735
  msgstr ""
736
 
737
+ #: ../includes/class.yith-wcwl.php:809
738
  msgid "You need to log in before creating a new wishlist"
739
  msgstr "قبل از این که لیست علاقه مندی ایجاد کنید باید وارد شوید"
740
 
741
+ #: ../includes/class.yith-wcwl.php:1610
742
  msgid "Product successfully removed."
743
  msgstr "محصول با موفقیت حذف شد."
744
 
745
+ #: ../includes/class.yith-wcwl.php:1614
746
  msgid "Error. Unable to remove the product from the wishlist."
747
  msgstr "خطا : محصول از لیست علاقه مندی ها حذف نشد."
748
 
749
+ #: ../includes/class.yith-wcwl.php:1618 ../templates/wishlist-view.php:242
750
  msgid "No products were added to the wishlist"
751
  msgstr "هیچ محصولی به لیست علاقه مندی ها افزوده نشده"
752
 
753
+ #: ../includes/class.yith-wcwl.php:1660
754
  msgid "An error as occurred."
755
  msgstr ""
756
 
757
+ #: ../init.php:130
758
  #, fuzzy
759
  msgid "is enabled but not effective. It requires WooCommerce in order to work."
760
  msgstr ""
761
  "YITH WooCommerce Wishlist فعال شده اما برای عملکرد ابتدا باید پلاگین "
762
  "woocommerce را نصب کنید"
763
 
764
+ #: ../init.php:140
765
  msgid "You can't activate the free version of"
766
  msgstr ""
767
 
768
+ #: ../init.php:140
769
  msgid "while you are using the premium one."
770
  msgstr ""
771
 
772
+ #: ../templates/admin/wishlist-panel-premium.php:185
773
+ #: ../templates/admin/wishlist-panel-premium.php:383
774
+ #, php-format
775
  msgid ""
776
  "Upgrade to the %1$spremium version%2$s%3$sof %1$sYITH WooCommerce Wishlist"
777
  "%2$s to benefit from all features!"
778
  msgstr ""
779
 
780
+ #: ../templates/admin/wishlist-panel-premium.php:187
781
+ #: ../templates/admin/wishlist-panel-premium.php:385
782
+ #, php-format
783
  msgid "%1$sUPGRADE%2$s%3$s to the premium version%2$s"
784
  msgstr ""
785
 
786
+ #: ../templates/admin/wishlist-panel-premium.php:193
787
  msgid "Premium Features"
788
  msgstr ""
789
 
790
+ #: ../templates/admin/wishlist-panel-premium.php:196
791
+ #: ../templates/admin/wishlist-panel-premium.php:201
792
  msgid "Multiple Wishlist"
793
  msgstr ""
794
 
795
+ #: ../templates/admin/wishlist-panel-premium.php:203
796
+ #, php-format
797
  msgid ""
798
  "%1$sDoes it ever happened to you to have too many wishes for a single wish "
799
  "list?%2$s%3$s The possibility to manage one's wishes is a fundamental "
804
  "manage and share their own wish lists."
805
  msgstr ""
806
 
807
+ #: ../templates/admin/wishlist-panel-premium.php:212
808
+ #: ../templates/admin/wishlist-panel-premium.php:222
809
  msgid "Wishlist Private"
810
  msgstr ""
811
 
812
+ #: ../templates/admin/wishlist-panel-premium.php:214
813
+ #, php-format
814
  msgid ""
815
  "By enabling the option wishlist, users will also have the possibility to "
816
  "%1$smanage the visibility%2$s of their wish lists according to one of the "
817
  "following options:"
818
  msgstr ""
819
 
820
+ #: ../templates/admin/wishlist-panel-premium.php:216
821
+ #, php-format
822
  msgid "%1$spublic:%2$s all users can look for your wish list and see it;"
823
  msgstr ""
824
 
825
+ #: ../templates/admin/wishlist-panel-premium.php:217
826
+ #, php-format
827
  msgid ""
828
  "%1$sshared:%2$s only users possessing a direct link to the wish list page "
829
  "can display it;"
830
  msgstr ""
831
 
832
+ #: ../templates/admin/wishlist-panel-premium.php:218
833
+ #, php-format
834
  msgid "%1$sprivate:%2$s only the wish list creator can see it."
835
  msgstr ""
836
 
837
+ #: ../templates/admin/wishlist-panel-premium.php:229
838
+ #: ../templates/admin/wishlist-panel-premium.php:234
839
  msgid "Estimate Cost"
840
  msgstr ""
841
 
842
+ #: ../templates/admin/wishlist-panel-premium.php:236
843
+ #, php-format
844
  msgid ""
845
  "%1$sDo you want to add the possibility to ask for estimates of costs into "
846
  "your catalogue?%3$s Do you want to manage customised packets for faithful "
852
  "address that you have previously set."
853
  msgstr ""
854
 
855
+ #: ../templates/admin/wishlist-panel-premium.php:245
856
+ #: ../templates/admin/wishlist-panel-premium.php:250
857
  msgid "Admin Panel"
858
  msgstr ""
859
 
860
+ #: ../templates/admin/wishlist-panel-premium.php:247
861
+ #, php-format
862
  msgid ""
863
  "Thanks to the useful Admin panel, accessible directly among the WooCommerce "
864
  "submenu pages, you will have total control on users' wishlists. In addition "
868
  "in customers' wish lists."
869
  msgstr ""
870
 
871
+ #: ../templates/admin/wishlist-panel-premium.php:257
872
+ #: ../templates/admin/wishlist-panel-premium.php:262
873
  msgid "Search Wishlists"
874
  msgstr ""
875
 
876
+ #: ../templates/admin/wishlist-panel-premium.php:264
877
+ #, php-format
878
  msgid ""
879
  "How many times have you been looking for the perfect gift for a important "
880
  "event but you had no idea of what to buy? %1$s'Search wishlists'%2$s allows "
883
  "your products and even encourage users to purchase."
884
  msgstr ""
885
 
886
+ #: ../templates/admin/wishlist-panel-premium.php:273
887
  msgid "'ADD TO CART' CHECKBOX"
888
  msgstr ""
889
 
890
+ #: ../templates/admin/wishlist-panel-premium.php:275
891
+ #, php-format
892
  msgid ""
893
  "Your shop offers always a wide selection of products and wishlists of your "
894
  "users get more and more crowded everyday. Give them the possibility to "
896
  "just with one click."
897
  msgstr ""
898
 
899
+ #: ../templates/admin/wishlist-panel-premium.php:278
900
  msgid "'ADD TO CART'"
901
  msgstr ""
902
 
903
+ #: ../templates/admin/wishlist-panel-premium.php:285
904
  msgid "DISABLE WISHLIST"
905
  msgstr ""
906
 
907
+ #: ../templates/admin/wishlist-panel-premium.php:290
908
  msgid "DISABLE WISHLIST FOR UNLOGGED USERS"
909
  msgstr ""
910
 
911
+ #: ../templates/admin/wishlist-panel-premium.php:292
912
+ #, php-format
913
  msgid ""
914
  "Favour users that have registered to your shop and disable plugin "
915
  "functionalities for all users that have not. By disabling this option, each "
917
  "%2$s to \"My Account\" page and a message will invite them to log in."
918
  msgstr ""
919
 
920
+ #: ../templates/admin/wishlist-panel-premium.php:301
921
  msgid "MESSAGE TO UNLOGGED USERS"
922
  msgstr ""
923
 
924
+ #: ../templates/admin/wishlist-panel-premium.php:303
925
+ #, php-format
926
  msgid ""
927
  "Invite users that are visiting your shop to login if they want to fully "
928
  "benefit from Wishlist functionalities. Show a %1$scustomised message%2$s and "
929
  "redirect them to \"My Account\" page for registration."
930
  msgstr ""
931
 
932
+ #: ../templates/admin/wishlist-panel-premium.php:306
933
  msgid "UNLOGGED USERS"
934
  msgstr ""
935
 
936
+ #: ../templates/admin/wishlist-panel-premium.php:313
937
+ #: ../templates/admin/wishlist-panel-premium.php:318
938
  msgid "POPULAR TABLE"
939
  msgstr ""
940
 
941
+ #: ../templates/admin/wishlist-panel-premium.php:320
942
+ #, php-format
943
  msgid ""
944
  "Some products draw customer's attention more than others and they do not "
945
  "hesitate to add products to their wishlist. Table %1$s'Popular'%2$s allows "
947
  "their wishlists."
948
  msgstr ""
949
 
950
+ #: ../templates/admin/wishlist-panel-premium.php:329
951
  msgid "FUNCTIONALITIES IN ONE CLICK"
952
  msgstr ""
953
 
954
+ #: ../templates/admin/wishlist-panel-premium.php:331
955
+ #, php-format
956
  msgid ""
957
  "Users have the possibility to search for a wishlist, create a new one or "
958
  "display those already created. Add these %1$sfunctionalities%2$s through the "
959
  "dedicated widgets or show them immediately after \"Wishlist\" table."
960
  msgstr ""
961
 
962
+ #: ../templates/admin/wishlist-panel-premium.php:334
963
  msgid "FUNCTIONALITIES"
964
  msgstr ""
965
 
966
+ #: ../templates/admin/wishlist-panel-premium.php:341
967
+ #: ../templates/admin/wishlist-panel-premium.php:346
968
  msgid "PROMOTIONAL EMAIL"
969
  msgstr ""
970
 
971
+ #: ../templates/admin/wishlist-panel-premium.php:348
972
+ #, php-format
973
  msgid ""
974
  "If you want to give the right input to your users to persuade them to "
975
  "%1$spurchase the products%2$s they have in their wishlists, you need to use "
978
  "will know you are offering a unique offer!"
979
  msgstr ""
980
 
981
+ #: ../templates/admin/wishlist-panel-premium.php:357
982
  msgid "FROM A WISHLIST TO ANOTHER"
983
  msgstr ""
984
 
985
+ #: ../templates/admin/wishlist-panel-premium.php:359
986
+ #, php-format
987
  msgid ""
988
  "Who said that a product has to remain forever in the same wishlist? With the "
989
  "option %1$s\"Show \"Move to another wishlist\" dropdown menu\"%2$s, with "
991
  "another one, managing as they want their lists."
992
  msgstr ""
993
 
994
+ #: ../templates/admin/wishlist-panel-premium.php:362
995
  msgid "FROM A WISHLIST"
996
  msgstr ""
997
 
998
+ #: ../templates/admin/wishlist-panel-premium.php:369
999
  msgid "DATE"
1000
  msgstr ""
1001
 
1002
+ #: ../templates/admin/wishlist-panel-premium.php:374
1003
  msgid "DATE OF ADDITION TO A WISHLIST"
1004
  msgstr ""
1005
 
1006
+ #: ../templates/admin/wishlist-panel-premium.php:376
1007
+ #, php-format
1008
  msgid ""
1009
  "Activating the %1$s\"Show date of addition\"%2$s option, users can see the "
1010
  "date in which they have added a particular product to their list: a new way "
1011
  "to keep you users informed about their operations."
1012
  msgstr ""
1013
 
1014
+ #: ../templates/share.php:32
1015
  msgid "Pinterest"
1016
  msgstr "پینترست"
1017
 
1018
+ #: ../templates/share.php:38
1019
  msgid "Google+"
1020
  msgstr ""
1021
 
1022
+ #: ../templates/share.php:44
1023
  msgid "Email"
1024
  msgstr "ایمیل"
1025
 
1026
+ #: ../templates/wishlist-view.php:32
1027
  msgid "Edit title"
1028
  msgstr "ویرایش عنوان"
1029
 
1030
+ #: ../templates/wishlist-view.php:41
1031
  msgid "Save"
1032
  msgstr "ذخیره"
1033
 
1034
+ #: ../templates/wishlist-view.php:45
1035
  msgid "Cancel"
1036
  msgstr "لغو"
1037
 
1038
+ #: ../templates/wishlist-view.php:82
1039
  msgid "Product Name"
1040
  msgstr "نام محصول"
1041
 
1042
+ #: ../templates/wishlist-view.php:89
1043
  msgid "Unit Price"
1044
  msgstr "قیمت"
1045
 
1046
+ #: ../templates/wishlist-view.php:102
1047
  msgid "Stock Status"
1048
  msgstr "وضعیت موجودی"
1049
 
1050
+ #: ../templates/wishlist-view.php:152 ../templates/wishlist-view.php:232
1051
  msgid "Remove this product"
1052
  msgstr "حذف این محصول"
1053
 
1054
+ #: ../templates/wishlist-view.php:172
1055
  msgid "Free!"
1056
  msgstr "رایگان!"
1057
 
1058
+ #: ../templates/wishlist-view.php:179
1059
  msgid "Out of Stock"
1060
  msgstr "ناموجود"
1061
 
1062
+ #: ../templates/wishlist-view.php:179
1063
  msgid "In Stock"
1064
  msgstr "موجود"
1065
 
1066
+ #: ../templates/wishlist-view.php:188
1067
+ #, php-format
1068
  msgid "Added on : %s"
1069
  msgstr ""
1070
 
1071
+ #: ../templates/wishlist-view.php:200
1072
  msgid "Move"
1073
  msgstr ""
1074
 
1075
+ #: ../templates/wishlist-view.php:232
1076
  msgid "Remove"
1077
  msgstr "حذف"
1078
 
1079
+ #: ../templates/wishlist-view.php:259
1080
  msgid "Add the selected products to the cart"
1081
  msgstr ""
1082
 
1083
+ #: ../templates/wishlist-view.php:267 ../templates/wishlist-view.php:313
1084
  msgid "Ask for an estimate"
1085
  msgstr ""
1086
 
1087
+ #: ../templates/wishlist-view.php:303
1088
  msgid "Your email"
1089
  msgstr ""
1090
 
1091
+ #~ msgid "YITH WooCommerce Wishlist"
1092
+ #~ msgstr "YITH WooCommerce Wishlist"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1093
 
1094
  #~ msgid ""
1095
  #~ "WARNING: This plugin requires at least WooCommerce 2.2! Please, use this "
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: http://wordpress.org/tag/init\n"
5
- "POT-Creation-Date: 2018-12-21 10:28:38+00:00\n"
6
- "PO-Revision-Date: 2018-10-04 14:50+0200\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
9
  "Language: fr_FR\n"
@@ -17,107 +17,108 @@ 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.8\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:1484
26
- #: includes/class.yith-wcwl-admin-init.php:1485
27
- #: includes/class.yith-wcwl-install.php:245
28
  msgid "Wishlist"
29
  msgstr "Wishlist"
30
 
31
- #: includes/class.yith-wcwl-admin-init.php:161
32
  msgid "Settings"
33
  msgstr "Paramètres"
34
 
35
- #: includes/class.yith-wcwl-admin-init.php:162
36
- #: includes/class.yith-wcwl-admin-init.php:243
37
  msgid "Colors"
38
  msgstr "Couleurs"
39
 
40
- #: includes/class.yith-wcwl-admin-init.php:163
41
  msgid "Premium Version"
42
  msgstr ""
43
 
44
- #: includes/class.yith-wcwl-admin-init.php:1015
45
  msgid "Enable all plugin features"
46
  msgstr ""
47
 
48
- #: includes/class.yith-wcwl-admin-init.php:1016
49
  msgid ""
50
  "Be sure to select at least one option in the Wishlist page menu in this "
51
  "settings page"
52
  msgstr ""
53
 
54
- #: includes/class.yith-wcwl-admin-init.php:1017
55
  msgctxt "[Part of]: Also, please read the plugin documentation"
56
  msgid "Also, please read the plugin"
57
  msgstr ""
58
 
59
- #: includes/class.yith-wcwl-admin-init.php:1018
60
  msgctxt "[Part Of]: Also, please read the plugin documentation"
61
  msgid "documentation"
62
  msgstr ""
63
 
64
- #: includes/class.yith-wcwl-admin-init.php:1024
65
  msgid "Upgrade to the PREMIUM VERSION"
66
  msgstr ""
67
 
68
- #: includes/class.yith-wcwl-admin-init.php:1028
69
  msgid "Discover the Advanced Features"
70
  msgstr ""
71
 
72
- #: includes/class.yith-wcwl-admin-init.php:1029
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:1035
79
  msgid "Get Support and Pro Features"
80
  msgstr ""
81
 
82
- #: includes/class.yith-wcwl-admin-init.php:1036
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:1046
90
  msgid "General Settings"
91
  msgstr "Paramètres généraux"
92
 
93
- #: includes/class.yith-wcwl-admin-init.php:1053
94
  msgid "Enable YITH Wishlist"
95
  msgstr "Activer YITH Wishlist"
96
 
97
- #: includes/class.yith-wcwl-admin-init.php:1060
98
  #, fuzzy
99
  msgid "Default wishlist title"
100
  msgstr "Titre de la Wishlist"
101
 
102
- #: includes/class.yith-wcwl-admin-init.php:1062
103
- #: includes/class.yith-wcwl-admin-init.php:1063
104
- #: includes/class.yith-wcwl-admin-init.php:1299
 
105
  msgid "My wishlist on %s"
106
  msgstr "Ma wishlist sur %s"
107
 
108
- #: includes/class.yith-wcwl-admin-init.php:1068
109
  msgid "Wishlist Page"
110
  msgstr "Page Wishlist"
111
 
112
- #: includes/class.yith-wcwl-admin-init.php:1069
113
  msgid "Page contents: [yith_wcwl_wishlist]"
114
  msgstr "Contenu de la page : [yith_wcwl_wishlist]"
115
 
116
- #: includes/class.yith-wcwl-admin-init.php:1078
117
  msgid "Position"
118
  msgstr "Position"
119
 
120
- #: includes/class.yith-wcwl-admin-init.php:1079
121
  #, fuzzy
122
  msgid ""
123
  "You can add the button in variable products only after the \"Add to Cart\" "
@@ -126,27 +127,27 @@ msgstr ""
126
  "Pour les produits variables, vous pouver seulement l'ajouter après \"Ajouter "
127
  "au panier\" ou en utilisant le shortcode [yith_wcwl_add_to_wishlist]."
128
 
129
- #: includes/class.yith-wcwl-admin-init.php:1085
130
  msgid "After \"Add to cart\""
131
  msgstr "Après \"Ajouter au panier\""
132
 
133
- #: includes/class.yith-wcwl-admin-init.php:1086
134
  msgid "After thumbnails"
135
  msgstr "Après les images"
136
 
137
- #: includes/class.yith-wcwl-admin-init.php:1087
138
  msgid "After summary"
139
  msgstr "Après le résumé"
140
 
141
- #: includes/class.yith-wcwl-admin-init.php:1088
142
  msgid "Use shortcode"
143
  msgstr "Utiliser le shortcode"
144
 
145
- #: includes/class.yith-wcwl-admin-init.php:1093
146
  msgid "Redirect to cart"
147
  msgstr "Rediriger vers le panier"
148
 
149
- #: includes/class.yith-wcwl-admin-init.php:1094
150
  msgid ""
151
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
152
  "page."
@@ -154,333 +155,336 @@ msgstr ""
154
  "Rediriger vers le panier si on clique sur le bouton \"Ajouter au panier\" "
155
  "sur la page Wishlist."
156
 
157
- #: includes/class.yith-wcwl-admin-init.php:1100
158
  msgid "Remove if added to the cart"
159
  msgstr "Supprimer si ajouté au panier"
160
 
161
- #: includes/class.yith-wcwl-admin-init.php:1101
162
  #, fuzzy
163
  msgid "Remove the product from the wishlist if it has been added to the cart."
164
  msgstr "Supprimer le produit de la wishlist s'il a été ajouté au panier."
165
 
166
- #: includes/class.yith-wcwl-admin-init.php:1107
167
  msgid "\"Add to Wishlist\" text"
168
  msgstr "Texte \"Ajouter à la wishlist\""
169
 
170
- #: includes/class.yith-wcwl-admin-init.php:1109
171
  msgid "Add to Wishlist"
172
  msgstr "Ajouter à la wishlist"
173
 
174
- #: includes/class.yith-wcwl-admin-init.php:1114
175
  #, fuzzy
176
  msgid "\"Browse wishlist\" text"
177
  msgstr "Parcourir la wishlist"
178
 
179
- #: includes/class.yith-wcwl-admin-init.php:1116
180
- #: includes/class.yith-wcwl-ui.php:82 includes/class.yith-wcwl-ui.php:83
181
  msgid "Browse Wishlist"
182
  msgstr "Parcourir la wishlist"
183
 
184
- #: includes/class.yith-wcwl-admin-init.php:1121
185
  #, fuzzy
186
  msgid "\"Product already in wishlist\" text"
187
  msgstr "Ce produit est déjà dans votre wishlist"
188
 
189
- #: includes/class.yith-wcwl-admin-init.php:1123
190
- #: includes/class.yith-wcwl-ui.php:83
191
  msgid "The product is already in the wishlist!"
192
  msgstr "Ce produit est dans votre wishlist"
193
 
194
- #: includes/class.yith-wcwl-admin-init.php:1128
195
  #, fuzzy
196
  msgid "\"Product added\" text"
197
  msgstr "Produit ajouté !"
198
 
199
- #: includes/class.yith-wcwl-admin-init.php:1130
200
- #: includes/class.yith-wcwl-ui.php:82
201
  msgid "Product added!"
202
  msgstr "Produit ajouté !"
203
 
204
- #: includes/class.yith-wcwl-admin-init.php:1135
205
  msgid "\"Add to Cart\" text"
206
  msgstr "Texte \"Ajouter au panier\""
207
 
208
- #: includes/class.yith-wcwl-admin-init.php:1137
209
  msgid "Add to Cart"
210
  msgstr "Ajouter au panier"
211
 
212
- #: includes/class.yith-wcwl-admin-init.php:1142
213
  msgid "Show Unit price"
214
  msgstr "Voir le prix unitaire"
215
 
216
- #: includes/class.yith-wcwl-admin-init.php:1143
217
  msgid "Show unit price for each product in wishlist"
218
  msgstr ""
219
 
220
- #: includes/class.yith-wcwl-admin-init.php:1150
221
  msgid "Show \"Add to Cart\" button"
222
  msgstr "Voir le bouton \"Ajouter au panier\""
223
 
224
- #: includes/class.yith-wcwl-admin-init.php:1151
225
  #, fuzzy
226
  msgid "Show \"Add to Cart\" button for each product in wishlist"
227
  msgstr "Fond du bouton \"Ajouter au panier\""
228
 
229
- #: includes/class.yith-wcwl-admin-init.php:1158
230
  msgid "Show Stock status"
231
  msgstr "Voir le statut du stock"
232
 
233
- #: includes/class.yith-wcwl-admin-init.php:1159
234
  msgid ""
235
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
236
  msgstr ""
237
 
238
- #: includes/class.yith-wcwl-admin-init.php:1166
239
  msgid "Show Date of addition"
240
  msgstr ""
241
 
242
- #: includes/class.yith-wcwl-admin-init.php:1167
243
  #, fuzzy
244
  msgid "Show the date when users have added a product to the wishlist"
245
  msgstr "Une erreur est survenue lors de l'ajout du produit à la wishlist"
246
 
247
- #: includes/class.yith-wcwl-admin-init.php:1174
248
  #, fuzzy
249
  msgid "Add second remove button"
250
  msgstr "Texte du bouton \"Ajouter au panier\""
251
 
252
- #: includes/class.yith-wcwl-admin-init.php:1175
253
  msgid "Add a second remove button in the last column, with extended label"
254
  msgstr ""
255
 
256
- #: includes/class.yith-wcwl-admin-init.php:1190
257
  msgid "Styles"
258
  msgstr "Styles"
259
 
260
- #: includes/class.yith-wcwl-admin-init.php:1197
261
  msgid "Use buttons"
262
  msgstr "Utiliser des boutons"
263
 
264
- #: includes/class.yith-wcwl-admin-init.php:1198
265
  #, fuzzy
266
  msgid "Use buttons instead of simple anchors."
267
  msgstr "Utiliser des boutons à la place de simples liens"
268
 
269
- #: includes/class.yith-wcwl-admin-init.php:1204
270
  msgid "Custom CSS"
271
  msgstr "CSS personnalisée"
272
 
273
- #: includes/class.yith-wcwl-admin-init.php:1211
274
  msgid "Use theme style"
275
  msgstr "Utiliser le style du thème"
276
 
277
- #: includes/class.yith-wcwl-admin-init.php:1212
278
  msgid "Use the theme style."
279
  msgstr "Utiliser le style du thème?"
280
 
281
- #: includes/class.yith-wcwl-admin-init.php:1218
282
  #, fuzzy
283
  msgid "Rounded buttons"
284
  msgstr "Utiliser des boutons"
285
 
286
- #: includes/class.yith-wcwl-admin-init.php:1219
287
  #, fuzzy
288
  msgid "Make button corners rounded"
289
  msgstr "Arrondir les coins des boutons"
290
 
291
- #: includes/class.yith-wcwl-admin-init.php:1225
292
  msgid "\"Add to Wishlist\" icon"
293
  msgstr "Icône \"Ajouter à la wishlist\""
294
 
295
- #: includes/class.yith-wcwl-admin-init.php:1226
296
  msgid "Add an icon to the \"Add to Wishlist\" button"
297
  msgstr "Ajouter une icône au bouton \"Ajouter à la wishlist\""
298
 
299
- #: includes/class.yith-wcwl-admin-init.php:1236
300
  msgid "\"Add to Cart\" icon"
301
  msgstr "Icône \"Ajouter au panier\""
302
 
303
- #: includes/class.yith-wcwl-admin-init.php:1237
304
  msgid "Add an icon to the \"Add to Cart\" button"
305
  msgstr "Ajouter une icône au bouton \"Ajouter au panier\""
306
 
307
- #: includes/class.yith-wcwl-admin-init.php:1255
308
  #, fuzzy
309
  msgid "Social Networks & Share"
310
  msgstr "Partage"
311
 
312
- #: includes/class.yith-wcwl-admin-init.php:1262
313
  msgid "Share on Facebook"
314
  msgstr "Partager sur Facebook"
315
 
316
- #: includes/class.yith-wcwl-admin-init.php:1263
317
  #, fuzzy
318
  msgid "Show \"Share on Facebook\" button"
319
  msgstr "Partager sur Facebook"
320
 
321
- #: includes/class.yith-wcwl-admin-init.php:1269
322
  msgid "Tweet on Twitter"
323
  msgstr "Partager sur Twitter"
324
 
325
- #: includes/class.yith-wcwl-admin-init.php:1270
326
  #, fuzzy
327
  msgid "Show \"Tweet on Twitter\" button"
328
  msgstr "Partager sur Twitter"
329
 
330
- #: includes/class.yith-wcwl-admin-init.php:1276
331
  msgid "Pin on Pinterest"
332
  msgstr "Partager sur Pinterest"
333
 
334
- #: includes/class.yith-wcwl-admin-init.php:1277
335
  #, fuzzy
336
  msgid "Show \"Pin on Pinterest\" button"
337
  msgstr "Partager sur Pinterest"
338
 
339
- #: includes/class.yith-wcwl-admin-init.php:1283
340
  msgid "Share on Google+"
341
  msgstr "Partager sur Google+"
342
 
343
- #: includes/class.yith-wcwl-admin-init.php:1284
344
  #, fuzzy
345
  msgid "Show \"Share on Google+\" button"
346
  msgstr "Partager sur Facebook"
347
 
348
- #: includes/class.yith-wcwl-admin-init.php:1290
349
  msgid "Share by Email"
350
  msgstr ""
351
 
352
- #: includes/class.yith-wcwl-admin-init.php:1291
353
  #, fuzzy
354
  msgid "Show \"Share by Email\" button"
355
  msgstr "Voir le bouton \"Ajouter au panier\""
356
 
357
- #: includes/class.yith-wcwl-admin-init.php:1297
358
  #, fuzzy
359
  msgid "Social title"
360
  msgstr "Titre pour les réseaux sociaux"
361
 
362
- #: includes/class.yith-wcwl-admin-init.php:1304
363
  #, fuzzy
364
  msgid "Social text"
365
  msgstr "Texte pour les réseaux sociaux"
366
 
367
- #: includes/class.yith-wcwl-admin-init.php:1305
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:1312
374
  #, fuzzy
375
  msgid "Social image URL"
376
  msgstr "URL de l'image pour les réseaux sociaux"
377
 
378
- #: includes/class.yith-wcwl-admin-init.php:1313
379
  msgid "It will be used by Pinterest."
380
  msgstr ""
381
 
382
- #: includes/class.yith-wcwl-admin-init.php:1327
 
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:1332
389
  msgid "YITH WooCommerce Frequently Bought Together Integration"
390
  msgstr ""
391
 
392
- #: includes/class.yith-wcwl-admin-init.php:1339
393
  msgid "Enable slider in wishlist"
394
  msgstr ""
395
 
396
- #: includes/class.yith-wcwl-admin-init.php:1340
 
397
  msgid ""
398
  "Choose to enable product slider in wishlist page with linked products (<a "
399
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
400
  msgstr ""
401
 
402
- #: includes/class.yith-wcwl-admin-init.php:1376
403
  #, fuzzy
404
  msgid "\"Add to wishlist\" button"
405
  msgstr "Texte du bouton \"Ajouter à la Wishlist\""
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 "Background"
413
  msgstr ""
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 "Text"
421
  msgstr ""
422
 
423
- #: includes/class.yith-wcwl-admin-init.php:1381
424
- #: includes/class.yith-wcwl-admin-init.php:1399
425
- #: includes/class.yith-wcwl-admin-init.php:1417
426
- #: includes/class.yith-wcwl-admin-init.php:1435
427
- #: includes/class.yith-wcwl-admin-init.php:1453
428
  msgid "Border"
429
  msgstr ""
430
 
431
- #: includes/class.yith-wcwl-admin-init.php:1388
432
- #: includes/class.yith-wcwl-admin-init.php:1406
433
- #: includes/class.yith-wcwl-admin-init.php:1424
434
- #: includes/class.yith-wcwl-admin-init.php:1442
435
  msgid "Background (hover)"
436
  msgstr ""
437
 
438
- #: includes/class.yith-wcwl-admin-init.php:1389
439
- #: includes/class.yith-wcwl-admin-init.php:1407
440
- #: includes/class.yith-wcwl-admin-init.php:1425
441
- #: includes/class.yith-wcwl-admin-init.php:1443
442
  msgid "Text (hover)"
443
  msgstr ""
444
 
445
- #: includes/class.yith-wcwl-admin-init.php:1390
446
- #: includes/class.yith-wcwl-admin-init.php:1408
447
- #: includes/class.yith-wcwl-admin-init.php:1426
448
- #: includes/class.yith-wcwl-admin-init.php:1444
449
  msgid "Border (hover)"
450
  msgstr ""
451
 
452
- #: includes/class.yith-wcwl-admin-init.php:1394
453
  #, fuzzy
454
  msgid "\"Add to Cart\" button"
455
  msgstr "Texte du bouton \"Ajouter au panier\""
456
 
457
- #: includes/class.yith-wcwl-admin-init.php:1412
458
  msgid "\"Style 1\" button"
459
  msgstr ""
460
 
461
- #: includes/class.yith-wcwl-admin-init.php:1430
462
  msgid "\"Style 2\" button"
463
  msgstr ""
464
 
465
- #: includes/class.yith-wcwl-admin-init.php:1448
466
  #, fuzzy
467
  msgid "Wishlist table"
468
  msgstr "Titre de la Wishlist"
469
 
470
- #: includes/class.yith-wcwl-admin-init.php:1457
471
  msgid "Headers"
472
  msgstr ""
473
 
474
- #: includes/class.yith-wcwl-admin-init.php:1460
475
  msgid "Background color"
476
  msgstr ""
477
 
478
- #: includes/class.yith-wcwl-admin-init.php:1550
479
  #, fuzzy
480
  msgid "Wishlist Activated"
481
  msgstr "Titre de la Wishlist"
482
 
483
- #: includes/class.yith-wcwl-admin-init.php:1551
 
484
  msgid ""
485
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
486
  "can access to all the settings of our plugins that you have activated. "
@@ -488,12 +492,13 @@ msgid ""
488
  "options, <a href=\"%s\">discover it now</a>."
489
  msgstr ""
490
 
491
- #: includes/class.yith-wcwl-admin-init.php:1562
492
  #, fuzzy
493
  msgid "Wishlist Updated"
494
  msgstr "Page Wishlist"
495
 
496
- #: includes/class.yith-wcwl-admin-init.php:1563
 
497
  msgid ""
498
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
499
  "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
@@ -502,303 +507,308 @@ msgid ""
502
  "\">discover the PREMIUM version.</a>"
503
  msgstr ""
504
 
505
- #: includes/class.yith-wcwl-init.php:437
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:438
512
  #, fuzzy
513
  msgid "Product correctly added to cart"
514
  msgstr "Produkt erfolgreich im Warenkorb eingefügt "
515
 
516
- #: includes/class.yith-wcwl-install.php:244
517
  msgctxt "page_slug"
518
  msgid "wishlist"
519
  msgstr "wishlist"
520
 
521
- #: includes/class.yith-wcwl-privacy.php:50
522
  msgid "While you visit our site, we’ll track:"
523
  msgstr ""
524
 
525
- #: includes/class.yith-wcwl-privacy.php:52
526
  msgid ""
527
  "Products you’ve added to the wishlist: we’ll use this to show you and other "
528
  "users your favourite products, and to create targeted email campaigns."
529
  msgstr ""
530
 
531
- #: includes/class.yith-wcwl-privacy.php:53
532
  msgid ""
533
  "Wishlists you’ve created: we’ll keep track of the wishlists you create, and "
534
  "make them visible to the store’s staff"
535
  msgstr ""
536
 
537
- #: includes/class.yith-wcwl-privacy.php:55
538
  msgid ""
539
  "We’ll also use cookies to keep track of wishlist contents while you’re "
540
  "browsing our site."
541
  msgstr ""
542
 
543
- #: includes/class.yith-wcwl-privacy.php:58
544
  msgid ""
545
  "Members of our team have access to the information you provide us. For "
546
  "example, both Administrators and Shop Managers can access:"
547
  msgstr ""
548
 
549
- #: includes/class.yith-wcwl-privacy.php:60
550
  msgid ""
551
  "Wishlist details, such as products added, date of addition, name and privacy "
552
  "settings of your wishlists"
553
  msgstr ""
554
 
555
- #: includes/class.yith-wcwl-privacy.php:62
556
  msgid ""
557
  "Our team members have access to this information to offer you better deals "
558
  "for the products you love."
559
  msgstr ""
560
 
561
- #: includes/class.yith-wcwl-privacy.php:82
562
- #: includes/class.yith-wcwl-privacy.php:98
563
  #, fuzzy
564
  msgid "Customer Wishlists"
565
  msgstr "Ajouter à la wishlist"
566
 
567
- #: includes/class.yith-wcwl-privacy.php:133
568
  #, fuzzy
569
  msgid "Wishlists"
570
  msgstr "Wishlist"
571
 
572
- #. Translators: %s Order number.
573
- #: includes/class.yith-wcwl-privacy.php:195
574
- #, fuzzy
575
  msgid "Removed wishlist %s."
576
  msgstr "Ma wishlist sur %s"
577
 
578
- #. Translators: %s Order number.
579
- #: includes/class.yith-wcwl-privacy.php:199
580
- #, fuzzy
581
  msgid "Wishlist %s has been retained."
582
  msgstr "Texte du tableau de la Wishlist"
583
 
584
- #: includes/class.yith-wcwl-privacy.php:210
585
  msgid "Removed default user's wishlist"
586
  msgstr ""
587
 
588
- #: includes/class.yith-wcwl-privacy.php:228
589
  msgid "Token"
590
  msgstr ""
591
 
592
- #: includes/class.yith-wcwl-privacy.php:229
593
  #, fuzzy
594
  msgid "Wishlist url"
595
  msgstr "Wishlist"
596
 
597
- #: includes/class.yith-wcwl-privacy.php:230
598
  msgid "Title"
599
  msgstr ""
600
 
601
- #: includes/class.yith-wcwl-privacy.php:231
602
  msgctxt "date wishlist was created"
603
  msgid "Created on"
604
  msgstr ""
605
 
606
- #: includes/class.yith-wcwl-privacy.php:232
607
  msgid "Visibility"
608
  msgstr ""
609
 
610
- #: includes/class.yith-wcwl-privacy.php:233
611
  msgid "Items Added"
612
  msgstr ""
613
 
614
- #: includes/class.yith-wcwl-privacy.php:283 templates/wishlist-view.php:212
 
615
  #, fuzzy
616
  msgid "Shared"
617
  msgstr "Partager sur :"
618
 
619
- #: includes/class.yith-wcwl-privacy.php:286 templates/wishlist-view.php:215
 
620
  msgid "Private"
621
  msgstr ""
622
 
623
- #: includes/class.yith-wcwl-privacy.php:289 templates/wishlist-view.php:218
 
624
  msgid "Public"
625
  msgstr ""
626
 
627
- #: includes/class.yith-wcwl-shortcode.php:45
628
  #, fuzzy
629
  msgctxt "[gutenberg]: block name"
630
  msgid "YITH Add to Wishlist"
631
  msgstr "Ajouter à la wishlist"
632
 
633
- #: includes/class.yith-wcwl-shortcode.php:46
634
  #, fuzzy
635
  msgctxt "[gutenberg]: block description"
636
  msgid "Shows Add to Wishlist button"
637
  msgstr "Texte du bouton \"Ajouter à la Wishlist\""
638
 
639
- #: includes/class.yith-wcwl-shortcode.php:51
640
  msgid ""
641
  "ID of the product to add to wishlist (leave empty to use global product)"
642
  msgstr ""
643
 
644
- #: includes/class.yith-wcwl-shortcode.php:56
645
  msgid "Url of wishlist page (leave empty to use default)"
646
  msgstr ""
647
 
648
- #: includes/class.yith-wcwl-shortcode.php:61
649
  msgid "Button label (leave empty to use default)"
650
  msgstr ""
651
 
652
- #: includes/class.yith-wcwl-shortcode.php:66
653
  msgid "\"Browse wishlist\" label (leave empty to use default)"
654
  msgstr ""
655
 
656
- #: includes/class.yith-wcwl-shortcode.php:71
657
  #, fuzzy
658
  msgid "\"Product already in wishlist\" label (leave empty to use default)"
659
  msgstr "Ce produit est déjà dans votre wishlist"
660
 
661
- #: includes/class.yith-wcwl-shortcode.php:76
662
  msgid "\"Product added to wishlist\" label (leave empty to use default)"
663
  msgstr ""
664
 
665
- #: includes/class.yith-wcwl-shortcode.php:81
666
  msgid ""
667
  "Icon for the button (use any FontAwesome valid class, or leave empty to use "
668
  "default)"
669
  msgstr ""
670
 
671
- #: includes/class.yith-wcwl-shortcode.php:86
672
  msgid "Additional css classes for the button (leave empty to use default)"
673
  msgstr ""
674
 
675
- #: includes/class.yith-wcwl-shortcode.php:94
676
  #, fuzzy
677
  msgctxt "[gutenberg]: block name"
678
  msgid "YITH Wishlist"
679
  msgstr "Activer YITH Wishlist"
680
 
681
- #: includes/class.yith-wcwl-shortcode.php:95
682
  #, fuzzy
683
  msgctxt "[gutenberg]: block description"
684
  msgid "Shows list of products in wishlist"
685
  msgstr "Fond du bouton \"Ajouter au panier\""
686
 
687
- #: includes/class.yith-wcwl-shortcode.php:100
688
  msgid "Choose whether to paginate items in the wishlist or show them all"
689
  msgstr ""
690
 
691
- #: includes/class.yith-wcwl-shortcode.php:103
692
  msgid "Paginate"
693
  msgstr ""
694
 
695
- #: includes/class.yith-wcwl-shortcode.php:104
696
  msgid "Do not paginate"
697
  msgstr ""
698
 
699
- #: includes/class.yith-wcwl-shortcode.php:109
700
  msgid "Number of items to show for each page"
701
  msgstr ""
702
 
703
- #: includes/class.yith-wcwl-shortcode.php:114
704
  msgid "ID of the wishlist to show (EG: K6EOWXB888ZD)"
705
  msgstr ""
706
 
707
- #: includes/class.yith-wcwl-shortcode.php:386
708
- #: includes/class.yith-wcwl-ui.php:164
709
  msgid "Share on:"
710
  msgstr "Partager sur :"
711
 
712
- #: includes/class.yith-wcwl-ui.php:118 includes/class.yith-wcwl-ui.php:200
 
713
  msgid "Select options"
714
  msgstr "Choisir les options"
715
 
716
- #: includes/class.yith-wcwl-ui.php:168 templates/share.php:20
717
  msgid "Facebook"
718
  msgstr "Facebook"
719
 
720
- #: includes/class.yith-wcwl-ui.php:171 templates/share.php:26
721
  msgid "Twitter"
722
  msgstr "Twitter"
723
 
724
- #: includes/class.yith-wcwl-ui.php:180
725
  msgid "email"
726
  msgstr ""
727
 
728
- #: includes/class.yith-wcwl.php:201
729
  #, fuzzy
730
  msgid "An error occurred while adding products to the wishlist."
731
  msgstr "Une erreur est survenue lors de l'ajout du produit à la wishlist"
732
 
733
- #: includes/class.yith-wcwl.php:293
734
  #, fuzzy
735
  msgid "An error occurred while adding products to wishlist."
736
  msgstr "Une erreur est survenue lors de l'ajout du produit à la wishlist"
737
 
738
- #: includes/class.yith-wcwl.php:310
739
  msgid "The \"Remove\" option now does not require any parameter"
740
  msgstr ""
741
 
742
- #: includes/class.yith-wcwl.php:359
743
  #, fuzzy
744
  msgid "An error occurred while removing products from the wishlist"
745
  msgstr ""
746
  "Une erreur est survenue lors de le suppression du produit de la wishlist"
747
 
748
- #: includes/class.yith-wcwl.php:809
749
  msgid "You need to log in before creating a new wishlist"
750
  msgstr ""
751
 
752
- #: includes/class.yith-wcwl.php:1610
753
  msgid "Product successfully removed."
754
  msgstr "Le produit a bien été supprimé"
755
 
756
- #: includes/class.yith-wcwl.php:1614
757
  msgid "Error. Unable to remove the product from the wishlist."
758
  msgstr "Erreur : impossible de supprimer le produit de la wishlist"
759
 
760
- #: includes/class.yith-wcwl.php:1618 templates/wishlist-view.php:242
761
  msgid "No products were added to the wishlist"
762
  msgstr "Aucun produit dans votre wishlist"
763
 
764
- #: includes/class.yith-wcwl.php:1660
765
  msgid "An error as occurred."
766
  msgstr ""
767
 
768
- #: init.php:130
769
  msgid "is enabled but not effective. It requires WooCommerce in order to work."
770
  msgstr ""
771
 
772
- #: init.php:140
773
  msgid "You can't activate the free version of"
774
  msgstr ""
775
 
776
- #: init.php:140
777
  msgid "while you are using the premium one."
778
  msgstr ""
779
 
780
- #: templates/admin/wishlist-panel-premium.php:185
781
- #: templates/admin/wishlist-panel-premium.php:383
 
782
  msgid ""
783
  "Upgrade to the %1$spremium version%2$s%3$sof %1$sYITH WooCommerce Wishlist"
784
  "%2$s to benefit from all features!"
785
  msgstr ""
786
 
787
- #: templates/admin/wishlist-panel-premium.php:187
788
- #: templates/admin/wishlist-panel-premium.php:385
 
789
  msgid "%1$sUPGRADE%2$s%3$s to the premium version%2$s"
790
  msgstr ""
791
 
792
- #: templates/admin/wishlist-panel-premium.php:193
793
  msgid "Premium Features"
794
  msgstr ""
795
 
796
- #: templates/admin/wishlist-panel-premium.php:196
797
- #: templates/admin/wishlist-panel-premium.php:201
798
  msgid "Multiple Wishlist"
799
  msgstr ""
800
 
801
- #: templates/admin/wishlist-panel-premium.php:203
 
802
  msgid ""
803
  "%1$sDoes it ever happened to you to have too many wishes for a single wish "
804
  "list?%2$s%3$s The possibility to manage one's wishes is a fundamental "
@@ -809,38 +819,43 @@ msgid ""
809
  "manage and share their own wish lists."
810
  msgstr ""
811
 
812
- #: templates/admin/wishlist-panel-premium.php:212
813
- #: templates/admin/wishlist-panel-premium.php:222
814
  msgid "Wishlist Private"
815
  msgstr ""
816
 
817
- #: templates/admin/wishlist-panel-premium.php:214
 
818
  msgid ""
819
  "By enabling the option wishlist, users will also have the possibility to "
820
  "%1$smanage the visibility%2$s of their wish lists according to one of the "
821
  "following options:"
822
  msgstr ""
823
 
824
- #: templates/admin/wishlist-panel-premium.php:216
 
825
  msgid "%1$spublic:%2$s all users can look for your wish list and see it;"
826
  msgstr ""
827
 
828
- #: templates/admin/wishlist-panel-premium.php:217
 
829
  msgid ""
830
  "%1$sshared:%2$s only users possessing a direct link to the wish list page "
831
  "can display it;"
832
  msgstr ""
833
 
834
- #: templates/admin/wishlist-panel-premium.php:218
 
835
  msgid "%1$sprivate:%2$s only the wish list creator can see it."
836
  msgstr ""
837
 
838
- #: templates/admin/wishlist-panel-premium.php:229
839
- #: templates/admin/wishlist-panel-premium.php:234
840
  msgid "Estimate Cost"
841
  msgstr ""
842
 
843
- #: templates/admin/wishlist-panel-premium.php:236
 
844
  msgid ""
845
  "%1$sDo you want to add the possibility to ask for estimates of costs into "
846
  "your catalogue?%3$s Do you want to manage customised packets for faithful "
@@ -852,12 +867,13 @@ msgid ""
852
  "address that you have previously set."
853
  msgstr ""
854
 
855
- #: templates/admin/wishlist-panel-premium.php:245
856
- #: templates/admin/wishlist-panel-premium.php:250
857
  msgid "Admin Panel"
858
  msgstr ""
859
 
860
- #: templates/admin/wishlist-panel-premium.php:247
 
861
  msgid ""
862
  "Thanks to the useful Admin panel, accessible directly among the WooCommerce "
863
  "submenu pages, you will have total control on users' wishlists. In addition "
@@ -867,12 +883,13 @@ msgid ""
867
  "in customers' wish lists."
868
  msgstr ""
869
 
870
- #: templates/admin/wishlist-panel-premium.php:257
871
- #: templates/admin/wishlist-panel-premium.php:262
872
  msgid "Search Wishlists"
873
  msgstr ""
874
 
875
- #: templates/admin/wishlist-panel-premium.php:264
 
876
  msgid ""
877
  "How many times have you been looking for the perfect gift for a important "
878
  "event but you had no idea of what to buy? %1$s'Search wishlists'%2$s allows "
@@ -881,11 +898,12 @@ msgid ""
881
  "your products and even encourage users to purchase."
882
  msgstr ""
883
 
884
- #: templates/admin/wishlist-panel-premium.php:273
885
  msgid "'ADD TO CART' CHECKBOX"
886
  msgstr ""
887
 
888
- #: templates/admin/wishlist-panel-premium.php:275
 
889
  msgid ""
890
  "Your shop offers always a wide selection of products and wishlists of your "
891
  "users get more and more crowded everyday. Give them the possibility to "
@@ -893,19 +911,20 @@ msgid ""
893
  "just with one click."
894
  msgstr ""
895
 
896
- #: templates/admin/wishlist-panel-premium.php:278
897
  msgid "'ADD TO CART'"
898
  msgstr ""
899
 
900
- #: templates/admin/wishlist-panel-premium.php:285
901
  msgid "DISABLE WISHLIST"
902
  msgstr ""
903
 
904
- #: templates/admin/wishlist-panel-premium.php:290
905
  msgid "DISABLE WISHLIST FOR UNLOGGED USERS"
906
  msgstr ""
907
 
908
- #: templates/admin/wishlist-panel-premium.php:292
 
909
  msgid ""
910
  "Favour users that have registered to your shop and disable plugin "
911
  "functionalities for all users that have not. By disabling this option, each "
@@ -913,27 +932,29 @@ msgid ""
913
  "%2$s to \"My Account\" page and a message will invite them to log in."
914
  msgstr ""
915
 
916
- #: templates/admin/wishlist-panel-premium.php:301
917
  msgid "MESSAGE TO UNLOGGED USERS"
918
  msgstr ""
919
 
920
- #: templates/admin/wishlist-panel-premium.php:303
 
921
  msgid ""
922
  "Invite users that are visiting your shop to login if they want to fully "
923
  "benefit from Wishlist functionalities. Show a %1$scustomised message%2$s and "
924
  "redirect them to \"My Account\" page for registration."
925
  msgstr ""
926
 
927
- #: templates/admin/wishlist-panel-premium.php:306
928
  msgid "UNLOGGED USERS"
929
  msgstr ""
930
 
931
- #: templates/admin/wishlist-panel-premium.php:313
932
- #: templates/admin/wishlist-panel-premium.php:318
933
  msgid "POPULAR TABLE"
934
  msgstr ""
935
 
936
- #: templates/admin/wishlist-panel-premium.php:320
 
937
  msgid ""
938
  "Some products draw customer's attention more than others and they do not "
939
  "hesitate to add products to their wishlist. Table %1$s'Popular'%2$s allows "
@@ -941,27 +962,29 @@ msgid ""
941
  "their wishlists."
942
  msgstr ""
943
 
944
- #: templates/admin/wishlist-panel-premium.php:329
945
  msgid "FUNCTIONALITIES IN ONE CLICK"
946
  msgstr ""
947
 
948
- #: templates/admin/wishlist-panel-premium.php:331
 
949
  msgid ""
950
  "Users have the possibility to search for a wishlist, create a new one or "
951
  "display those already created. Add these %1$sfunctionalities%2$s through the "
952
  "dedicated widgets or show them immediately after \"Wishlist\" table."
953
  msgstr ""
954
 
955
- #: templates/admin/wishlist-panel-premium.php:334
956
  msgid "FUNCTIONALITIES"
957
  msgstr ""
958
 
959
- #: templates/admin/wishlist-panel-premium.php:341
960
- #: templates/admin/wishlist-panel-premium.php:346
961
  msgid "PROMOTIONAL EMAIL"
962
  msgstr ""
963
 
964
- #: templates/admin/wishlist-panel-premium.php:348
 
965
  msgid ""
966
  "If you want to give the right input to your users to persuade them to "
967
  "%1$spurchase the products%2$s they have in their wishlists, you need to use "
@@ -970,11 +993,12 @@ msgid ""
970
  "will know you are offering a unique offer!"
971
  msgstr ""
972
 
973
- #: templates/admin/wishlist-panel-premium.php:357
974
  msgid "FROM A WISHLIST TO ANOTHER"
975
  msgstr ""
976
 
977
- #: templates/admin/wishlist-panel-premium.php:359
 
978
  msgid ""
979
  "Who said that a product has to remain forever in the same wishlist? With the "
980
  "option %1$s\"Show \"Move to another wishlist\" dropdown menu\"%2$s, with "
@@ -982,129 +1006,109 @@ msgid ""
982
  "another one, managing as they want their lists."
983
  msgstr ""
984
 
985
- #: templates/admin/wishlist-panel-premium.php:362
986
  msgid "FROM A WISHLIST"
987
  msgstr ""
988
 
989
- #: templates/admin/wishlist-panel-premium.php:369
990
  msgid "DATE"
991
  msgstr ""
992
 
993
- #: templates/admin/wishlist-panel-premium.php:374
994
  msgid "DATE OF ADDITION TO A WISHLIST"
995
  msgstr ""
996
 
997
- #: templates/admin/wishlist-panel-premium.php:376
 
998
  msgid ""
999
  "Activating the %1$s\"Show date of addition\"%2$s option, users can see the "
1000
  "date in which they have added a particular product to their list: a new way "
1001
  "to keep you users informed about their operations."
1002
  msgstr ""
1003
 
1004
- #: templates/share.php:32
1005
  #, fuzzy
1006
  msgid "Pinterest"
1007
  msgstr "Partager sur Pinterest"
1008
 
1009
- #: templates/share.php:38
1010
  #, fuzzy
1011
  msgid "Google+"
1012
  msgstr "Partager sur Google+"
1013
 
1014
- #: templates/share.php:44
1015
  msgid "Email"
1016
  msgstr ""
1017
 
1018
- #: templates/wishlist-view.php:32
1019
  #, fuzzy
1020
  msgid "Edit title"
1021
  msgstr "Titre de la Wishlist"
1022
 
1023
- #: templates/wishlist-view.php:41
1024
  msgid "Save"
1025
  msgstr ""
1026
 
1027
- #: templates/wishlist-view.php:45
1028
  msgid "Cancel"
1029
  msgstr ""
1030
 
1031
- #: templates/wishlist-view.php:82
1032
  msgid "Product Name"
1033
  msgstr "Produit"
1034
 
1035
- #: templates/wishlist-view.php:89
1036
  msgid "Unit Price"
1037
  msgstr "Prix unitaire"
1038
 
1039
- #: templates/wishlist-view.php:102
1040
  msgid "Stock Status"
1041
  msgstr "Stock"
1042
 
1043
- #: templates/wishlist-view.php:152 templates/wishlist-view.php:232
1044
  msgid "Remove this product"
1045
  msgstr "Enlever ce produit"
1046
 
1047
- #: templates/wishlist-view.php:172
1048
  msgid "Free!"
1049
  msgstr ""
1050
 
1051
- #: templates/wishlist-view.php:179
1052
  msgid "Out of Stock"
1053
  msgstr "Epuisé"
1054
 
1055
- #: templates/wishlist-view.php:179
1056
  msgid "In Stock"
1057
  msgstr "En stock"
1058
 
1059
- #: templates/wishlist-view.php:188
 
1060
  msgid "Added on : %s"
1061
  msgstr ""
1062
 
1063
- #: templates/wishlist-view.php:200
1064
  msgid "Move"
1065
  msgstr ""
1066
 
1067
- #: templates/wishlist-view.php:232
1068
  msgid "Remove"
1069
  msgstr ""
1070
 
1071
- #: templates/wishlist-view.php:259
1072
  msgid "Add the selected products to the cart"
1073
  msgstr ""
1074
 
1075
- #: templates/wishlist-view.php:267 templates/wishlist-view.php:313
1076
  msgid "Ask for an estimate"
1077
  msgstr ""
1078
 
1079
- #: templates/wishlist-view.php:303
1080
  msgid "Your email"
1081
  msgstr ""
1082
 
1083
- #. Plugin Name of the plugin/theme
1084
  #, fuzzy
1085
- msgid "YITH WooCommerce Wishlist"
1086
- msgstr "Ajouter à la wishlist"
1087
-
1088
- #. Plugin URI of the plugin/theme
1089
- msgid "https://yithemes.com/themes/plugins/yith-woocommerce-wishlist/"
1090
- msgstr ""
1091
-
1092
- #. Description of the plugin/theme
1093
- msgid ""
1094
- "<code><strong>YITH WooCommerce Wishlist</strong></code> gives your users the "
1095
- "possibility to create, fill, manage and share their wishlists allowing you "
1096
- "to analyze their interests and needs to improve your marketing strategies. "
1097
- "<a href=\"https://yithemes.com/\" target=\"_blank\">Get more plugins for "
1098
- "your e-commerce on <strong>YITH</strong></a>"
1099
- msgstr ""
1100
-
1101
- #. Author of the plugin/theme
1102
- msgid "YITH"
1103
- msgstr ""
1104
-
1105
- #. Author URI of the plugin/theme
1106
- msgid "https://yithemes.com/"
1107
- msgstr ""
1108
 
1109
  #, fuzzy
1110
  #~ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
+ "POT-Creation-Date: 2019-02-12 14:37+0100\n"
6
+ "PO-Revision-Date: 2019-02-12 14:37+0100\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 2.2\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:1484
26
+ #: ../includes/class.yith-wcwl-admin-init.php:1485
27
+ #: ../includes/class.yith-wcwl-install.php:245
28
  msgid "Wishlist"
29
  msgstr "Wishlist"
30
 
31
+ #: ../includes/class.yith-wcwl-admin-init.php:161
32
  msgid "Settings"
33
  msgstr "Paramètres"
34
 
35
+ #: ../includes/class.yith-wcwl-admin-init.php:162
36
+ #: ../includes/class.yith-wcwl-admin-init.php:243
37
  msgid "Colors"
38
  msgstr "Couleurs"
39
 
40
+ #: ../includes/class.yith-wcwl-admin-init.php:163
41
  msgid "Premium Version"
42
  msgstr ""
43
 
44
+ #: ../includes/class.yith-wcwl-admin-init.php:1015
45
  msgid "Enable all plugin features"
46
  msgstr ""
47
 
48
+ #: ../includes/class.yith-wcwl-admin-init.php:1016
49
  msgid ""
50
  "Be sure to select at least one option in the Wishlist page menu in this "
51
  "settings page"
52
  msgstr ""
53
 
54
+ #: ../includes/class.yith-wcwl-admin-init.php:1017
55
  msgctxt "[Part of]: Also, please read the plugin documentation"
56
  msgid "Also, please read the plugin"
57
  msgstr ""
58
 
59
+ #: ../includes/class.yith-wcwl-admin-init.php:1018
60
  msgctxt "[Part Of]: Also, please read the plugin documentation"
61
  msgid "documentation"
62
  msgstr ""
63
 
64
+ #: ../includes/class.yith-wcwl-admin-init.php:1024
65
  msgid "Upgrade to the PREMIUM VERSION"
66
  msgstr ""
67
 
68
+ #: ../includes/class.yith-wcwl-admin-init.php:1028
69
  msgid "Discover the Advanced Features"
70
  msgstr ""
71
 
72
+ #: ../includes/class.yith-wcwl-admin-init.php:1029
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:1035
79
  msgid "Get Support and Pro Features"
80
  msgstr ""
81
 
82
+ #: ../includes/class.yith-wcwl-admin-init.php:1036
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:1046
90
  msgid "General Settings"
91
  msgstr "Paramètres généraux"
92
 
93
+ #: ../includes/class.yith-wcwl-admin-init.php:1053
94
  msgid "Enable YITH Wishlist"
95
  msgstr "Activer YITH Wishlist"
96
 
97
+ #: ../includes/class.yith-wcwl-admin-init.php:1060
98
  #, fuzzy
99
  msgid "Default wishlist title"
100
  msgstr "Titre de la Wishlist"
101
 
102
+ #: ../includes/class.yith-wcwl-admin-init.php:1062
103
+ #: ../includes/class.yith-wcwl-admin-init.php:1063
104
+ #: ../includes/class.yith-wcwl-admin-init.php:1299
105
+ #, php-format
106
  msgid "My wishlist on %s"
107
  msgstr "Ma wishlist sur %s"
108
 
109
+ #: ../includes/class.yith-wcwl-admin-init.php:1068
110
  msgid "Wishlist Page"
111
  msgstr "Page Wishlist"
112
 
113
+ #: ../includes/class.yith-wcwl-admin-init.php:1069
114
  msgid "Page contents: [yith_wcwl_wishlist]"
115
  msgstr "Contenu de la page : [yith_wcwl_wishlist]"
116
 
117
+ #: ../includes/class.yith-wcwl-admin-init.php:1078
118
  msgid "Position"
119
  msgstr "Position"
120
 
121
+ #: ../includes/class.yith-wcwl-admin-init.php:1079
122
  #, fuzzy
123
  msgid ""
124
  "You can add the button in variable products only after the \"Add to Cart\" "
127
  "Pour les produits variables, vous pouver seulement l'ajouter après \"Ajouter "
128
  "au panier\" ou en utilisant le shortcode [yith_wcwl_add_to_wishlist]."
129
 
130
+ #: ../includes/class.yith-wcwl-admin-init.php:1085
131
  msgid "After \"Add to cart\""
132
  msgstr "Après \"Ajouter au panier\""
133
 
134
+ #: ../includes/class.yith-wcwl-admin-init.php:1086
135
  msgid "After thumbnails"
136
  msgstr "Après les images"
137
 
138
+ #: ../includes/class.yith-wcwl-admin-init.php:1087
139
  msgid "After summary"
140
  msgstr "Après le résumé"
141
 
142
+ #: ../includes/class.yith-wcwl-admin-init.php:1088
143
  msgid "Use shortcode"
144
  msgstr "Utiliser le shortcode"
145
 
146
+ #: ../includes/class.yith-wcwl-admin-init.php:1093
147
  msgid "Redirect to cart"
148
  msgstr "Rediriger vers le panier"
149
 
150
+ #: ../includes/class.yith-wcwl-admin-init.php:1094
151
  msgid ""
152
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
153
  "page."
155
  "Rediriger vers le panier si on clique sur le bouton \"Ajouter au panier\" "
156
  "sur la page Wishlist."
157
 
158
+ #: ../includes/class.yith-wcwl-admin-init.php:1100
159
  msgid "Remove if added to the cart"
160
  msgstr "Supprimer si ajouté au panier"
161
 
162
+ #: ../includes/class.yith-wcwl-admin-init.php:1101
163
  #, fuzzy
164
  msgid "Remove the product from the wishlist if it has been added to the cart."
165
  msgstr "Supprimer le produit de la wishlist s'il a été ajouté au panier."
166
 
167
+ #: ../includes/class.yith-wcwl-admin-init.php:1107
168
  msgid "\"Add to Wishlist\" text"
169
  msgstr "Texte \"Ajouter à la wishlist\""
170
 
171
+ #: ../includes/class.yith-wcwl-admin-init.php:1109
172
  msgid "Add to Wishlist"
173
  msgstr "Ajouter à la wishlist"
174
 
175
+ #: ../includes/class.yith-wcwl-admin-init.php:1114
176
  #, fuzzy
177
  msgid "\"Browse wishlist\" text"
178
  msgstr "Parcourir la wishlist"
179
 
180
+ #: ../includes/class.yith-wcwl-admin-init.php:1116
181
+ #: ../includes/class.yith-wcwl-ui.php:82 ../includes/class.yith-wcwl-ui.php:83
182
  msgid "Browse Wishlist"
183
  msgstr "Parcourir la wishlist"
184
 
185
+ #: ../includes/class.yith-wcwl-admin-init.php:1121
186
  #, fuzzy
187
  msgid "\"Product already in wishlist\" text"
188
  msgstr "Ce produit est déjà dans votre wishlist"
189
 
190
+ #: ../includes/class.yith-wcwl-admin-init.php:1123
191
+ #: ../includes/class.yith-wcwl-ui.php:83
192
  msgid "The product is already in the wishlist!"
193
  msgstr "Ce produit est dans votre wishlist"
194
 
195
+ #: ../includes/class.yith-wcwl-admin-init.php:1128
196
  #, fuzzy
197
  msgid "\"Product added\" text"
198
  msgstr "Produit ajouté !"
199
 
200
+ #: ../includes/class.yith-wcwl-admin-init.php:1130
201
+ #: ../includes/class.yith-wcwl-ui.php:82
202
  msgid "Product added!"
203
  msgstr "Produit ajouté !"
204
 
205
+ #: ../includes/class.yith-wcwl-admin-init.php:1135
206
  msgid "\"Add to Cart\" text"
207
  msgstr "Texte \"Ajouter au panier\""
208
 
209
+ #: ../includes/class.yith-wcwl-admin-init.php:1137
210
  msgid "Add to Cart"
211
  msgstr "Ajouter au panier"
212
 
213
+ #: ../includes/class.yith-wcwl-admin-init.php:1142
214
  msgid "Show Unit price"
215
  msgstr "Voir le prix unitaire"
216
 
217
+ #: ../includes/class.yith-wcwl-admin-init.php:1143
218
  msgid "Show unit price for each product in wishlist"
219
  msgstr ""
220
 
221
+ #: ../includes/class.yith-wcwl-admin-init.php:1150
222
  msgid "Show \"Add to Cart\" button"
223
  msgstr "Voir le bouton \"Ajouter au panier\""
224
 
225
+ #: ../includes/class.yith-wcwl-admin-init.php:1151
226
  #, fuzzy
227
  msgid "Show \"Add to Cart\" button for each product in wishlist"
228
  msgstr "Fond du bouton \"Ajouter au panier\""
229
 
230
+ #: ../includes/class.yith-wcwl-admin-init.php:1158
231
  msgid "Show Stock status"
232
  msgstr "Voir le statut du stock"
233
 
234
+ #: ../includes/class.yith-wcwl-admin-init.php:1159
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:1166
240
  msgid "Show Date of addition"
241
  msgstr ""
242
 
243
+ #: ../includes/class.yith-wcwl-admin-init.php:1167
244
  #, fuzzy
245
  msgid "Show the date when users have added a product to the wishlist"
246
  msgstr "Une erreur est survenue lors de l'ajout du produit à la wishlist"
247
 
248
+ #: ../includes/class.yith-wcwl-admin-init.php:1174
249
  #, fuzzy
250
  msgid "Add second remove button"
251
  msgstr "Texte du bouton \"Ajouter au panier\""
252
 
253
+ #: ../includes/class.yith-wcwl-admin-init.php:1175
254
  msgid "Add a second remove button in the last column, with extended label"
255
  msgstr ""
256
 
257
+ #: ../includes/class.yith-wcwl-admin-init.php:1190
258
  msgid "Styles"
259
  msgstr "Styles"
260
 
261
+ #: ../includes/class.yith-wcwl-admin-init.php:1197
262
  msgid "Use buttons"
263
  msgstr "Utiliser des boutons"
264
 
265
+ #: ../includes/class.yith-wcwl-admin-init.php:1198
266
  #, fuzzy
267
  msgid "Use buttons instead of simple anchors."
268
  msgstr "Utiliser des boutons à la place de simples liens"
269
 
270
+ #: ../includes/class.yith-wcwl-admin-init.php:1204
271
  msgid "Custom CSS"
272
  msgstr "CSS personnalisée"
273
 
274
+ #: ../includes/class.yith-wcwl-admin-init.php:1211
275
  msgid "Use theme style"
276
  msgstr "Utiliser le style du thème"
277
 
278
+ #: ../includes/class.yith-wcwl-admin-init.php:1212
279
  msgid "Use the theme style."
280
  msgstr "Utiliser le style du thème?"
281
 
282
+ #: ../includes/class.yith-wcwl-admin-init.php:1218
283
  #, fuzzy
284
  msgid "Rounded buttons"
285
  msgstr "Utiliser des boutons"
286
 
287
+ #: ../includes/class.yith-wcwl-admin-init.php:1219
288
  #, fuzzy
289
  msgid "Make button corners rounded"
290
  msgstr "Arrondir les coins des boutons"
291
 
292
+ #: ../includes/class.yith-wcwl-admin-init.php:1225
293
  msgid "\"Add to Wishlist\" icon"
294
  msgstr "Icône \"Ajouter à la wishlist\""
295
 
296
+ #: ../includes/class.yith-wcwl-admin-init.php:1226
297
  msgid "Add an icon to the \"Add to Wishlist\" button"
298
  msgstr "Ajouter une icône au bouton \"Ajouter à la wishlist\""
299
 
300
+ #: ../includes/class.yith-wcwl-admin-init.php:1236
301
  msgid "\"Add to Cart\" icon"
302
  msgstr "Icône \"Ajouter au panier\""
303
 
304
+ #: ../includes/class.yith-wcwl-admin-init.php:1237
305
  msgid "Add an icon to the \"Add to Cart\" button"
306
  msgstr "Ajouter une icône au bouton \"Ajouter au panier\""
307
 
308
+ #: ../includes/class.yith-wcwl-admin-init.php:1255
309
  #, fuzzy
310
  msgid "Social Networks & Share"
311
  msgstr "Partage"
312
 
313
+ #: ../includes/class.yith-wcwl-admin-init.php:1262
314
  msgid "Share on Facebook"
315
  msgstr "Partager sur Facebook"
316
 
317
+ #: ../includes/class.yith-wcwl-admin-init.php:1263
318
  #, fuzzy
319
  msgid "Show \"Share on Facebook\" button"
320
  msgstr "Partager sur Facebook"
321
 
322
+ #: ../includes/class.yith-wcwl-admin-init.php:1269
323
  msgid "Tweet on Twitter"
324
  msgstr "Partager sur Twitter"
325
 
326
+ #: ../includes/class.yith-wcwl-admin-init.php:1270
327
  #, fuzzy
328
  msgid "Show \"Tweet on Twitter\" button"
329
  msgstr "Partager sur Twitter"
330
 
331
+ #: ../includes/class.yith-wcwl-admin-init.php:1276
332
  msgid "Pin on Pinterest"
333
  msgstr "Partager sur Pinterest"
334
 
335
+ #: ../includes/class.yith-wcwl-admin-init.php:1277
336
  #, fuzzy
337
  msgid "Show \"Pin on Pinterest\" button"
338
  msgstr "Partager sur Pinterest"
339
 
340
+ #: ../includes/class.yith-wcwl-admin-init.php:1283
341
  msgid "Share on Google+"
342
  msgstr "Partager sur Google+"
343
 
344
+ #: ../includes/class.yith-wcwl-admin-init.php:1284
345
  #, fuzzy
346
  msgid "Show \"Share on Google+\" button"
347
  msgstr "Partager sur Facebook"
348
 
349
+ #: ../includes/class.yith-wcwl-admin-init.php:1290
350
  msgid "Share by Email"
351
  msgstr ""
352
 
353
+ #: ../includes/class.yith-wcwl-admin-init.php:1291
354
  #, fuzzy
355
  msgid "Show \"Share by Email\" button"
356
  msgstr "Voir le bouton \"Ajouter au panier\""
357
 
358
+ #: ../includes/class.yith-wcwl-admin-init.php:1297
359
  #, fuzzy
360
  msgid "Social title"
361
  msgstr "Titre pour les réseaux sociaux"
362
 
363
+ #: ../includes/class.yith-wcwl-admin-init.php:1304
364
  #, fuzzy
365
  msgid "Social text"
366
  msgstr "Texte pour les réseaux sociaux"
367
 
368
+ #: ../includes/class.yith-wcwl-admin-init.php:1305
369
  msgid ""
370
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
371
  "strong> where you want to show the URL of your wishlist."
372
  msgstr ""
373
 
374
+ #: ../includes/class.yith-wcwl-admin-init.php:1312
375
  #, fuzzy
376
  msgid "Social image URL"
377
  msgstr "URL de l'image pour les réseaux sociaux"
378
 
379
+ #: ../includes/class.yith-wcwl-admin-init.php:1313
380
  msgid "It will be used by Pinterest."
381
  msgstr ""
382
 
383
+ #: ../includes/class.yith-wcwl-admin-init.php:1327
384
+ #, php-format
385
  msgid ""
386
  "If you want to take advantage of this feature, you could consider to "
387
  "purchase the %s."
388
  msgstr ""
389
 
390
+ #: ../includes/class.yith-wcwl-admin-init.php:1332
391
  msgid "YITH WooCommerce Frequently Bought Together Integration"
392
  msgstr ""
393
 
394
+ #: ../includes/class.yith-wcwl-admin-init.php:1339
395
  msgid "Enable slider in wishlist"
396
  msgstr ""
397
 
398
+ #: ../includes/class.yith-wcwl-admin-init.php:1340
399
+ #, php-format
400
  msgid ""
401
  "Choose to enable product slider in wishlist page with linked products (<a "
402
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
403
  msgstr ""
404
 
405
+ #: ../includes/class.yith-wcwl-admin-init.php:1376
406
  #, fuzzy
407
  msgid "\"Add to wishlist\" button"
408
  msgstr "Texte du bouton \"Ajouter à la Wishlist\""
409
 
410
+ #: ../includes/class.yith-wcwl-admin-init.php:1379
411
+ #: ../includes/class.yith-wcwl-admin-init.php:1397
412
+ #: ../includes/class.yith-wcwl-admin-init.php:1415
413
+ #: ../includes/class.yith-wcwl-admin-init.php:1433
414
+ #: ../includes/class.yith-wcwl-admin-init.php:1451
415
  msgid "Background"
416
  msgstr ""
417
 
418
+ #: ../includes/class.yith-wcwl-admin-init.php:1380
419
+ #: ../includes/class.yith-wcwl-admin-init.php:1398
420
+ #: ../includes/class.yith-wcwl-admin-init.php:1416
421
+ #: ../includes/class.yith-wcwl-admin-init.php:1434
422
+ #: ../includes/class.yith-wcwl-admin-init.php:1452
423
  msgid "Text"
424
  msgstr ""
425
 
426
+ #: ../includes/class.yith-wcwl-admin-init.php:1381
427
+ #: ../includes/class.yith-wcwl-admin-init.php:1399
428
+ #: ../includes/class.yith-wcwl-admin-init.php:1417
429
+ #: ../includes/class.yith-wcwl-admin-init.php:1435
430
+ #: ../includes/class.yith-wcwl-admin-init.php:1453
431
  msgid "Border"
432
  msgstr ""
433
 
434
+ #: ../includes/class.yith-wcwl-admin-init.php:1388
435
+ #: ../includes/class.yith-wcwl-admin-init.php:1406
436
+ #: ../includes/class.yith-wcwl-admin-init.php:1424
437
+ #: ../includes/class.yith-wcwl-admin-init.php:1442
438
  msgid "Background (hover)"
439
  msgstr ""
440
 
441
+ #: ../includes/class.yith-wcwl-admin-init.php:1389
442
+ #: ../includes/class.yith-wcwl-admin-init.php:1407
443
+ #: ../includes/class.yith-wcwl-admin-init.php:1425
444
+ #: ../includes/class.yith-wcwl-admin-init.php:1443
445
  msgid "Text (hover)"
446
  msgstr ""
447
 
448
+ #: ../includes/class.yith-wcwl-admin-init.php:1390
449
+ #: ../includes/class.yith-wcwl-admin-init.php:1408
450
+ #: ../includes/class.yith-wcwl-admin-init.php:1426
451
+ #: ../includes/class.yith-wcwl-admin-init.php:1444
452
  msgid "Border (hover)"
453
  msgstr ""
454
 
455
+ #: ../includes/class.yith-wcwl-admin-init.php:1394
456
  #, fuzzy
457
  msgid "\"Add to Cart\" button"
458
  msgstr "Texte du bouton \"Ajouter au panier\""
459
 
460
+ #: ../includes/class.yith-wcwl-admin-init.php:1412
461
  msgid "\"Style 1\" button"
462
  msgstr ""
463
 
464
+ #: ../includes/class.yith-wcwl-admin-init.php:1430
465
  msgid "\"Style 2\" button"
466
  msgstr ""
467
 
468
+ #: ../includes/class.yith-wcwl-admin-init.php:1448
469
  #, fuzzy
470
  msgid "Wishlist table"
471
  msgstr "Titre de la Wishlist"
472
 
473
+ #: ../includes/class.yith-wcwl-admin-init.php:1457
474
  msgid "Headers"
475
  msgstr ""
476
 
477
+ #: ../includes/class.yith-wcwl-admin-init.php:1460
478
  msgid "Background color"
479
  msgstr ""
480
 
481
+ #: ../includes/class.yith-wcwl-admin-init.php:1550
482
  #, fuzzy
483
  msgid "Wishlist Activated"
484
  msgstr "Titre de la Wishlist"
485
 
486
+ #: ../includes/class.yith-wcwl-admin-init.php:1551
487
+ #, php-format
488
  msgid ""
489
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
490
  "can access to all the settings of our plugins that you have activated. "
492
  "options, <a href=\"%s\">discover it now</a>."
493
  msgstr ""
494
 
495
+ #: ../includes/class.yith-wcwl-admin-init.php:1562
496
  #, fuzzy
497
  msgid "Wishlist Updated"
498
  msgstr "Page Wishlist"
499
 
500
+ #: ../includes/class.yith-wcwl-admin-init.php:1563
501
+ #, php-format
502
  msgid ""
503
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
504
  "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
507
  "\">discover the PREMIUM version.</a>"
508
  msgstr ""
509
 
510
+ #: ../includes/class.yith-wcwl-init.php:437
511
  msgid ""
512
  "We are sorry, but this feature is available only if cookies are enabled on "
513
  "your browser."
514
  msgstr ""
515
 
516
+ #: ../includes/class.yith-wcwl-init.php:438
517
  #, fuzzy
518
  msgid "Product correctly added to cart"
519
  msgstr "Produkt erfolgreich im Warenkorb eingefügt "
520
 
521
+ #: ../includes/class.yith-wcwl-install.php:244
522
  msgctxt "page_slug"
523
  msgid "wishlist"
524
  msgstr "wishlist"
525
 
526
+ #: ../includes/class.yith-wcwl-privacy.php:50
527
  msgid "While you visit our site, we’ll track:"
528
  msgstr ""
529
 
530
+ #: ../includes/class.yith-wcwl-privacy.php:52
531
  msgid ""
532
  "Products you’ve added to the wishlist: we’ll use this to show you and other "
533
  "users your favourite products, and to create targeted email campaigns."
534
  msgstr ""
535
 
536
+ #: ../includes/class.yith-wcwl-privacy.php:53
537
  msgid ""
538
  "Wishlists you’ve created: we’ll keep track of the wishlists you create, and "
539
  "make them visible to the store’s staff"
540
  msgstr ""
541
 
542
+ #: ../includes/class.yith-wcwl-privacy.php:55
543
  msgid ""
544
  "We’ll also use cookies to keep track of wishlist contents while you’re "
545
  "browsing our site."
546
  msgstr ""
547
 
548
+ #: ../includes/class.yith-wcwl-privacy.php:58
549
  msgid ""
550
  "Members of our team have access to the information you provide us. For "
551
  "example, both Administrators and Shop Managers can access:"
552
  msgstr ""
553
 
554
+ #: ../includes/class.yith-wcwl-privacy.php:60
555
  msgid ""
556
  "Wishlist details, such as products added, date of addition, name and privacy "
557
  "settings of your wishlists"
558
  msgstr ""
559
 
560
+ #: ../includes/class.yith-wcwl-privacy.php:62
561
  msgid ""
562
  "Our team members have access to this information to offer you better deals "
563
  "for the products you love."
564
  msgstr ""
565
 
566
+ #: ../includes/class.yith-wcwl-privacy.php:82
567
+ #: ../includes/class.yith-wcwl-privacy.php:98
568
  #, fuzzy
569
  msgid "Customer Wishlists"
570
  msgstr "Ajouter à la wishlist"
571
 
572
+ #: ../includes/class.yith-wcwl-privacy.php:133
573
  #, fuzzy
574
  msgid "Wishlists"
575
  msgstr "Wishlist"
576
 
577
+ #: ../includes/class.yith-wcwl-privacy.php:195
578
+ #, fuzzy, php-format
 
579
  msgid "Removed wishlist %s."
580
  msgstr "Ma wishlist sur %s"
581
 
582
+ #: ../includes/class.yith-wcwl-privacy.php:199
583
+ #, fuzzy, php-format
 
584
  msgid "Wishlist %s has been retained."
585
  msgstr "Texte du tableau de la Wishlist"
586
 
587
+ #: ../includes/class.yith-wcwl-privacy.php:210
588
  msgid "Removed default user's wishlist"
589
  msgstr ""
590
 
591
+ #: ../includes/class.yith-wcwl-privacy.php:228
592
  msgid "Token"
593
  msgstr ""
594
 
595
+ #: ../includes/class.yith-wcwl-privacy.php:229
596
  #, fuzzy
597
  msgid "Wishlist url"
598
  msgstr "Wishlist"
599
 
600
+ #: ../includes/class.yith-wcwl-privacy.php:230
601
  msgid "Title"
602
  msgstr ""
603
 
604
+ #: ../includes/class.yith-wcwl-privacy.php:231
605
  msgctxt "date wishlist was created"
606
  msgid "Created on"
607
  msgstr ""
608
 
609
+ #: ../includes/class.yith-wcwl-privacy.php:232
610
  msgid "Visibility"
611
  msgstr ""
612
 
613
+ #: ../includes/class.yith-wcwl-privacy.php:233
614
  msgid "Items Added"
615
  msgstr ""
616
 
617
+ #: ../includes/class.yith-wcwl-privacy.php:283
618
+ #: ../templates/wishlist-view.php:212
619
  #, fuzzy
620
  msgid "Shared"
621
  msgstr "Partager sur :"
622
 
623
+ #: ../includes/class.yith-wcwl-privacy.php:286
624
+ #: ../templates/wishlist-view.php:215
625
  msgid "Private"
626
  msgstr ""
627
 
628
+ #: ../includes/class.yith-wcwl-privacy.php:289
629
+ #: ../templates/wishlist-view.php:218
630
  msgid "Public"
631
  msgstr ""
632
 
633
+ #: ../includes/class.yith-wcwl-shortcode.php:45
634
  #, fuzzy
635
  msgctxt "[gutenberg]: block name"
636
  msgid "YITH Add to Wishlist"
637
  msgstr "Ajouter à la wishlist"
638
 
639
+ #: ../includes/class.yith-wcwl-shortcode.php:46
640
  #, fuzzy
641
  msgctxt "[gutenberg]: block description"
642
  msgid "Shows Add to Wishlist button"
643
  msgstr "Texte du bouton \"Ajouter à la Wishlist\""
644
 
645
+ #: ../includes/class.yith-wcwl-shortcode.php:51
646
  msgid ""
647
  "ID of the product to add to wishlist (leave empty to use global product)"
648
  msgstr ""
649
 
650
+ #: ../includes/class.yith-wcwl-shortcode.php:56
651
  msgid "Url of wishlist page (leave empty to use default)"
652
  msgstr ""
653
 
654
+ #: ../includes/class.yith-wcwl-shortcode.php:61
655
  msgid "Button label (leave empty to use default)"
656
  msgstr ""
657
 
658
+ #: ../includes/class.yith-wcwl-shortcode.php:66
659
  msgid "\"Browse wishlist\" label (leave empty to use default)"
660
  msgstr ""
661
 
662
+ #: ../includes/class.yith-wcwl-shortcode.php:71
663
  #, fuzzy
664
  msgid "\"Product already in wishlist\" label (leave empty to use default)"
665
  msgstr "Ce produit est déjà dans votre wishlist"
666
 
667
+ #: ../includes/class.yith-wcwl-shortcode.php:76
668
  msgid "\"Product added to wishlist\" label (leave empty to use default)"
669
  msgstr ""
670
 
671
+ #: ../includes/class.yith-wcwl-shortcode.php:81
672
  msgid ""
673
  "Icon for the button (use any FontAwesome valid class, or leave empty to use "
674
  "default)"
675
  msgstr ""
676
 
677
+ #: ../includes/class.yith-wcwl-shortcode.php:86
678
  msgid "Additional css classes for the button (leave empty to use default)"
679
  msgstr ""
680
 
681
+ #: ../includes/class.yith-wcwl-shortcode.php:94
682
  #, fuzzy
683
  msgctxt "[gutenberg]: block name"
684
  msgid "YITH Wishlist"
685
  msgstr "Activer YITH Wishlist"
686
 
687
+ #: ../includes/class.yith-wcwl-shortcode.php:95
688
  #, fuzzy
689
  msgctxt "[gutenberg]: block description"
690
  msgid "Shows list of products in wishlist"
691
  msgstr "Fond du bouton \"Ajouter au panier\""
692
 
693
+ #: ../includes/class.yith-wcwl-shortcode.php:100
694
  msgid "Choose whether to paginate items in the wishlist or show them all"
695
  msgstr ""
696
 
697
+ #: ../includes/class.yith-wcwl-shortcode.php:103
698
  msgid "Paginate"
699
  msgstr ""
700
 
701
+ #: ../includes/class.yith-wcwl-shortcode.php:104
702
  msgid "Do not paginate"
703
  msgstr ""
704
 
705
+ #: ../includes/class.yith-wcwl-shortcode.php:109
706
  msgid "Number of items to show for each page"
707
  msgstr ""
708
 
709
+ #: ../includes/class.yith-wcwl-shortcode.php:114
710
  msgid "ID of the wishlist to show (EG: K6EOWXB888ZD)"
711
  msgstr ""
712
 
713
+ #: ../includes/class.yith-wcwl-shortcode.php:386
714
+ #: ../includes/class.yith-wcwl-ui.php:164
715
  msgid "Share on:"
716
  msgstr "Partager sur :"
717
 
718
+ #: ../includes/class.yith-wcwl-ui.php:118
719
+ #: ../includes/class.yith-wcwl-ui.php:200
720
  msgid "Select options"
721
  msgstr "Choisir les options"
722
 
723
+ #: ../includes/class.yith-wcwl-ui.php:168 ../templates/share.php:20
724
  msgid "Facebook"
725
  msgstr "Facebook"
726
 
727
+ #: ../includes/class.yith-wcwl-ui.php:171 ../templates/share.php:26
728
  msgid "Twitter"
729
  msgstr "Twitter"
730
 
731
+ #: ../includes/class.yith-wcwl-ui.php:180
732
  msgid "email"
733
  msgstr ""
734
 
735
+ #: ../includes/class.yith-wcwl.php:201
736
  #, fuzzy
737
  msgid "An error occurred while adding products to the wishlist."
738
  msgstr "Une erreur est survenue lors de l'ajout du produit à la wishlist"
739
 
740
+ #: ../includes/class.yith-wcwl.php:293
741
  #, fuzzy
742
  msgid "An error occurred while adding products to wishlist."
743
  msgstr "Une erreur est survenue lors de l'ajout du produit à la wishlist"
744
 
745
+ #: ../includes/class.yith-wcwl.php:310
746
  msgid "The \"Remove\" option now does not require any parameter"
747
  msgstr ""
748
 
749
+ #: ../includes/class.yith-wcwl.php:359
750
  #, fuzzy
751
  msgid "An error occurred while removing products from the wishlist"
752
  msgstr ""
753
  "Une erreur est survenue lors de le suppression du produit de la wishlist"
754
 
755
+ #: ../includes/class.yith-wcwl.php:809
756
  msgid "You need to log in before creating a new wishlist"
757
  msgstr ""
758
 
759
+ #: ../includes/class.yith-wcwl.php:1610
760
  msgid "Product successfully removed."
761
  msgstr "Le produit a bien été supprimé"
762
 
763
+ #: ../includes/class.yith-wcwl.php:1614
764
  msgid "Error. Unable to remove the product from the wishlist."
765
  msgstr "Erreur : impossible de supprimer le produit de la wishlist"
766
 
767
+ #: ../includes/class.yith-wcwl.php:1618 ../templates/wishlist-view.php:242
768
  msgid "No products were added to the wishlist"
769
  msgstr "Aucun produit dans votre wishlist"
770
 
771
+ #: ../includes/class.yith-wcwl.php:1660
772
  msgid "An error as occurred."
773
  msgstr ""
774
 
775
+ #: ../init.php:130
776
  msgid "is enabled but not effective. It requires WooCommerce in order to work."
777
  msgstr ""
778
 
779
+ #: ../init.php:140
780
  msgid "You can't activate the free version of"
781
  msgstr ""
782
 
783
+ #: ../init.php:140
784
  msgid "while you are using the premium one."
785
  msgstr ""
786
 
787
+ #: ../templates/admin/wishlist-panel-premium.php:185
788
+ #: ../templates/admin/wishlist-panel-premium.php:383
789
+ #, php-format
790
  msgid ""
791
  "Upgrade to the %1$spremium version%2$s%3$sof %1$sYITH WooCommerce Wishlist"
792
  "%2$s to benefit from all features!"
793
  msgstr ""
794
 
795
+ #: ../templates/admin/wishlist-panel-premium.php:187
796
+ #: ../templates/admin/wishlist-panel-premium.php:385
797
+ #, php-format
798
  msgid "%1$sUPGRADE%2$s%3$s to the premium version%2$s"
799
  msgstr ""
800
 
801
+ #: ../templates/admin/wishlist-panel-premium.php:193
802
  msgid "Premium Features"
803
  msgstr ""
804
 
805
+ #: ../templates/admin/wishlist-panel-premium.php:196
806
+ #: ../templates/admin/wishlist-panel-premium.php:201
807
  msgid "Multiple Wishlist"
808
  msgstr ""
809
 
810
+ #: ../templates/admin/wishlist-panel-premium.php:203
811
+ #, php-format
812
  msgid ""
813
  "%1$sDoes it ever happened to you to have too many wishes for a single wish "
814
  "list?%2$s%3$s The possibility to manage one's wishes is a fundamental "
819
  "manage and share their own wish lists."
820
  msgstr ""
821
 
822
+ #: ../templates/admin/wishlist-panel-premium.php:212
823
+ #: ../templates/admin/wishlist-panel-premium.php:222
824
  msgid "Wishlist Private"
825
  msgstr ""
826
 
827
+ #: ../templates/admin/wishlist-panel-premium.php:214
828
+ #, php-format
829
  msgid ""
830
  "By enabling the option wishlist, users will also have the possibility to "
831
  "%1$smanage the visibility%2$s of their wish lists according to one of the "
832
  "following options:"
833
  msgstr ""
834
 
835
+ #: ../templates/admin/wishlist-panel-premium.php:216
836
+ #, php-format
837
  msgid "%1$spublic:%2$s all users can look for your wish list and see it;"
838
  msgstr ""
839
 
840
+ #: ../templates/admin/wishlist-panel-premium.php:217
841
+ #, php-format
842
  msgid ""
843
  "%1$sshared:%2$s only users possessing a direct link to the wish list page "
844
  "can display it;"
845
  msgstr ""
846
 
847
+ #: ../templates/admin/wishlist-panel-premium.php:218
848
+ #, php-format
849
  msgid "%1$sprivate:%2$s only the wish list creator can see it."
850
  msgstr ""
851
 
852
+ #: ../templates/admin/wishlist-panel-premium.php:229
853
+ #: ../templates/admin/wishlist-panel-premium.php:234
854
  msgid "Estimate Cost"
855
  msgstr ""
856
 
857
+ #: ../templates/admin/wishlist-panel-premium.php:236
858
+ #, php-format
859
  msgid ""
860
  "%1$sDo you want to add the possibility to ask for estimates of costs into "
861
  "your catalogue?%3$s Do you want to manage customised packets for faithful "
867
  "address that you have previously set."
868
  msgstr ""
869
 
870
+ #: ../templates/admin/wishlist-panel-premium.php:245
871
+ #: ../templates/admin/wishlist-panel-premium.php:250
872
  msgid "Admin Panel"
873
  msgstr ""
874
 
875
+ #: ../templates/admin/wishlist-panel-premium.php:247
876
+ #, php-format
877
  msgid ""
878
  "Thanks to the useful Admin panel, accessible directly among the WooCommerce "
879
  "submenu pages, you will have total control on users' wishlists. In addition "
883
  "in customers' wish lists."
884
  msgstr ""
885
 
886
+ #: ../templates/admin/wishlist-panel-premium.php:257
887
+ #: ../templates/admin/wishlist-panel-premium.php:262
888
  msgid "Search Wishlists"
889
  msgstr ""
890
 
891
+ #: ../templates/admin/wishlist-panel-premium.php:264
892
+ #, php-format
893
  msgid ""
894
  "How many times have you been looking for the perfect gift for a important "
895
  "event but you had no idea of what to buy? %1$s'Search wishlists'%2$s allows "
898
  "your products and even encourage users to purchase."
899
  msgstr ""
900
 
901
+ #: ../templates/admin/wishlist-panel-premium.php:273
902
  msgid "'ADD TO CART' CHECKBOX"
903
  msgstr ""
904
 
905
+ #: ../templates/admin/wishlist-panel-premium.php:275
906
+ #, php-format
907
  msgid ""
908
  "Your shop offers always a wide selection of products and wishlists of your "
909
  "users get more and more crowded everyday. Give them the possibility to "
911
  "just with one click."
912
  msgstr ""
913
 
914
+ #: ../templates/admin/wishlist-panel-premium.php:278
915
  msgid "'ADD TO CART'"
916
  msgstr ""
917
 
918
+ #: ../templates/admin/wishlist-panel-premium.php:285
919
  msgid "DISABLE WISHLIST"
920
  msgstr ""
921
 
922
+ #: ../templates/admin/wishlist-panel-premium.php:290
923
  msgid "DISABLE WISHLIST FOR UNLOGGED USERS"
924
  msgstr ""
925
 
926
+ #: ../templates/admin/wishlist-panel-premium.php:292
927
+ #, php-format
928
  msgid ""
929
  "Favour users that have registered to your shop and disable plugin "
930
  "functionalities for all users that have not. By disabling this option, each "
932
  "%2$s to \"My Account\" page and a message will invite them to log in."
933
  msgstr ""
934
 
935
+ #: ../templates/admin/wishlist-panel-premium.php:301
936
  msgid "MESSAGE TO UNLOGGED USERS"
937
  msgstr ""
938
 
939
+ #: ../templates/admin/wishlist-panel-premium.php:303
940
+ #, php-format
941
  msgid ""
942
  "Invite users that are visiting your shop to login if they want to fully "
943
  "benefit from Wishlist functionalities. Show a %1$scustomised message%2$s and "
944
  "redirect them to \"My Account\" page for registration."
945
  msgstr ""
946
 
947
+ #: ../templates/admin/wishlist-panel-premium.php:306
948
  msgid "UNLOGGED USERS"
949
  msgstr ""
950
 
951
+ #: ../templates/admin/wishlist-panel-premium.php:313
952
+ #: ../templates/admin/wishlist-panel-premium.php:318
953
  msgid "POPULAR TABLE"
954
  msgstr ""
955
 
956
+ #: ../templates/admin/wishlist-panel-premium.php:320
957
+ #, php-format
958
  msgid ""
959
  "Some products draw customer's attention more than others and they do not "
960
  "hesitate to add products to their wishlist. Table %1$s'Popular'%2$s allows "
962
  "their wishlists."
963
  msgstr ""
964
 
965
+ #: ../templates/admin/wishlist-panel-premium.php:329
966
  msgid "FUNCTIONALITIES IN ONE CLICK"
967
  msgstr ""
968
 
969
+ #: ../templates/admin/wishlist-panel-premium.php:331
970
+ #, php-format
971
  msgid ""
972
  "Users have the possibility to search for a wishlist, create a new one or "
973
  "display those already created. Add these %1$sfunctionalities%2$s through the "
974
  "dedicated widgets or show them immediately after \"Wishlist\" table."
975
  msgstr ""
976
 
977
+ #: ../templates/admin/wishlist-panel-premium.php:334
978
  msgid "FUNCTIONALITIES"
979
  msgstr ""
980
 
981
+ #: ../templates/admin/wishlist-panel-premium.php:341
982
+ #: ../templates/admin/wishlist-panel-premium.php:346
983
  msgid "PROMOTIONAL EMAIL"
984
  msgstr ""
985
 
986
+ #: ../templates/admin/wishlist-panel-premium.php:348
987
+ #, php-format
988
  msgid ""
989
  "If you want to give the right input to your users to persuade them to "
990
  "%1$spurchase the products%2$s they have in their wishlists, you need to use "
993
  "will know you are offering a unique offer!"
994
  msgstr ""
995
 
996
+ #: ../templates/admin/wishlist-panel-premium.php:357
997
  msgid "FROM A WISHLIST TO ANOTHER"
998
  msgstr ""
999
 
1000
+ #: ../templates/admin/wishlist-panel-premium.php:359
1001
+ #, php-format
1002
  msgid ""
1003
  "Who said that a product has to remain forever in the same wishlist? With the "
1004
  "option %1$s\"Show \"Move to another wishlist\" dropdown menu\"%2$s, with "
1006
  "another one, managing as they want their lists."
1007
  msgstr ""
1008
 
1009
+ #: ../templates/admin/wishlist-panel-premium.php:362
1010
  msgid "FROM A WISHLIST"
1011
  msgstr ""
1012
 
1013
+ #: ../templates/admin/wishlist-panel-premium.php:369
1014
  msgid "DATE"
1015
  msgstr ""
1016
 
1017
+ #: ../templates/admin/wishlist-panel-premium.php:374
1018
  msgid "DATE OF ADDITION TO A WISHLIST"
1019
  msgstr ""
1020
 
1021
+ #: ../templates/admin/wishlist-panel-premium.php:376
1022
+ #, php-format
1023
  msgid ""
1024
  "Activating the %1$s\"Show date of addition\"%2$s option, users can see the "
1025
  "date in which they have added a particular product to their list: a new way "
1026
  "to keep you users informed about their operations."
1027
  msgstr ""
1028
 
1029
+ #: ../templates/share.php:32
1030
  #, fuzzy
1031
  msgid "Pinterest"
1032
  msgstr "Partager sur Pinterest"
1033
 
1034
+ #: ../templates/share.php:38
1035
  #, fuzzy
1036
  msgid "Google+"
1037
  msgstr "Partager sur Google+"
1038
 
1039
+ #: ../templates/share.php:44
1040
  msgid "Email"
1041
  msgstr ""
1042
 
1043
+ #: ../templates/wishlist-view.php:32
1044
  #, fuzzy
1045
  msgid "Edit title"
1046
  msgstr "Titre de la Wishlist"
1047
 
1048
+ #: ../templates/wishlist-view.php:41
1049
  msgid "Save"
1050
  msgstr ""
1051
 
1052
+ #: ../templates/wishlist-view.php:45
1053
  msgid "Cancel"
1054
  msgstr ""
1055
 
1056
+ #: ../templates/wishlist-view.php:82
1057
  msgid "Product Name"
1058
  msgstr "Produit"
1059
 
1060
+ #: ../templates/wishlist-view.php:89
1061
  msgid "Unit Price"
1062
  msgstr "Prix unitaire"
1063
 
1064
+ #: ../templates/wishlist-view.php:102
1065
  msgid "Stock Status"
1066
  msgstr "Stock"
1067
 
1068
+ #: ../templates/wishlist-view.php:152 ../templates/wishlist-view.php:232
1069
  msgid "Remove this product"
1070
  msgstr "Enlever ce produit"
1071
 
1072
+ #: ../templates/wishlist-view.php:172
1073
  msgid "Free!"
1074
  msgstr ""
1075
 
1076
+ #: ../templates/wishlist-view.php:179
1077
  msgid "Out of Stock"
1078
  msgstr "Epuisé"
1079
 
1080
+ #: ../templates/wishlist-view.php:179
1081
  msgid "In Stock"
1082
  msgstr "En stock"
1083
 
1084
+ #: ../templates/wishlist-view.php:188
1085
+ #, php-format
1086
  msgid "Added on : %s"
1087
  msgstr ""
1088
 
1089
+ #: ../templates/wishlist-view.php:200
1090
  msgid "Move"
1091
  msgstr ""
1092
 
1093
+ #: ../templates/wishlist-view.php:232
1094
  msgid "Remove"
1095
  msgstr ""
1096
 
1097
+ #: ../templates/wishlist-view.php:259
1098
  msgid "Add the selected products to the cart"
1099
  msgstr ""
1100
 
1101
+ #: ../templates/wishlist-view.php:267 ../templates/wishlist-view.php:313
1102
  msgid "Ask for an estimate"
1103
  msgstr ""
1104
 
1105
+ #: ../templates/wishlist-view.php:303
1106
  msgid "Your email"
1107
  msgstr ""
1108
 
 
1109
  #, fuzzy
1110
+ #~ msgid "YITH WooCommerce Wishlist"
1111
+ #~ msgstr "Ajouter à la wishlist"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1112
 
1113
  #, fuzzy
1114
  #~ msgid ""
languages/yith-woocommerce-wishlist-he_IL.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-he_IL.po CHANGED
@@ -2,15 +2,15 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
- "POT-Creation-Date: 2018-12-21 10:28:38+00:00\n"
6
- "PO-Revision-Date: 2018-10-04 14:50+0200\n"
7
  "Last-Translator: Nicola Mustone <mail@nicolamustone.it>\n"
8
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
9
  "Language: he_IL\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 2.0.8\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"
@@ -20,461 +20,465 @@ msgstr ""
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:1484
25
- #: includes/class.yith-wcwl-admin-init.php:1485
26
- #: includes/class.yith-wcwl-install.php:245
27
  msgid "Wishlist"
28
  msgstr "רשימת משאלות"
29
 
30
- #: includes/class.yith-wcwl-admin-init.php:161
31
  msgid "Settings"
32
  msgstr "הגדרות"
33
 
34
- #: includes/class.yith-wcwl-admin-init.php:162
35
- #: includes/class.yith-wcwl-admin-init.php:243
36
  msgid "Colors"
37
  msgstr "צבעים"
38
 
39
- #: includes/class.yith-wcwl-admin-init.php:163
40
  msgid "Premium Version"
41
  msgstr ""
42
 
43
- #: includes/class.yith-wcwl-admin-init.php:1015
44
  msgid "Enable all plugin features"
45
  msgstr ""
46
 
47
- #: includes/class.yith-wcwl-admin-init.php:1016
48
  msgid ""
49
  "Be sure to select at least one option in the Wishlist page menu in this "
50
  "settings page"
51
  msgstr ""
52
 
53
- #: includes/class.yith-wcwl-admin-init.php:1017
54
  msgctxt "[Part of]: Also, please read the plugin documentation"
55
  msgid "Also, please read the plugin"
56
  msgstr ""
57
 
58
- #: includes/class.yith-wcwl-admin-init.php:1018
59
  msgctxt "[Part Of]: Also, please read the plugin documentation"
60
  msgid "documentation"
61
  msgstr ""
62
 
63
- #: includes/class.yith-wcwl-admin-init.php:1024
64
  msgid "Upgrade to the PREMIUM VERSION"
65
  msgstr ""
66
 
67
- #: includes/class.yith-wcwl-admin-init.php:1028
68
  msgid "Discover the Advanced Features"
69
  msgstr ""
70
 
71
- #: includes/class.yith-wcwl-admin-init.php:1029
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:1035
78
  msgid "Get Support and Pro Features"
79
  msgstr ""
80
 
81
- #: includes/class.yith-wcwl-admin-init.php:1036
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:1046
89
  msgid "General Settings"
90
  msgstr "הגדרות כלליות"
91
 
92
- #: includes/class.yith-wcwl-admin-init.php:1053
93
  msgid "Enable YITH Wishlist"
94
  msgstr "אפשר שימוש ברשימת המשאלות של YITH"
95
 
96
- #: includes/class.yith-wcwl-admin-init.php:1060
97
  #, fuzzy
98
  msgid "Default wishlist title"
99
  msgstr "כותרת רשימת משאלות"
100
 
101
- #: includes/class.yith-wcwl-admin-init.php:1062
102
- #: includes/class.yith-wcwl-admin-init.php:1063
103
- #: includes/class.yith-wcwl-admin-init.php:1299
 
104
  msgid "My wishlist on %s"
105
  msgstr "רשימת המשאלות שלי ב-%s"
106
 
107
- #: includes/class.yith-wcwl-admin-init.php:1068
108
  msgid "Wishlist Page"
109
  msgstr "עמוד רשימת המשאלות"
110
 
111
- #: includes/class.yith-wcwl-admin-init.php:1069
112
  msgid "Page contents: [yith_wcwl_wishlist]"
113
  msgstr "תוכן העמוד: [yith_wcwl_wishlist]"
114
 
115
- #: includes/class.yith-wcwl-admin-init.php:1078
116
  msgid "Position"
117
  msgstr "מיקום"
118
 
119
- #: includes/class.yith-wcwl-admin-init.php:1079
120
  msgid ""
121
  "You can add the button in variable products only after the \"Add to Cart\" "
122
  "button or using the shortcode [yith_wcwl_add_to_wishlist]."
123
  msgstr ""
124
 
125
- #: includes/class.yith-wcwl-admin-init.php:1085
126
  msgid "After \"Add to cart\""
127
  msgstr "לאחר \"הוספה לסל\""
128
 
129
- #: includes/class.yith-wcwl-admin-init.php:1086
130
  msgid "After thumbnails"
131
  msgstr "אחרי התמונות המוקטנות"
132
 
133
- #: includes/class.yith-wcwl-admin-init.php:1087
134
  msgid "After summary"
135
  msgstr "אחרי תיאור מוצר"
136
 
137
- #: includes/class.yith-wcwl-admin-init.php:1088
138
  msgid "Use shortcode"
139
  msgstr "השתמש בקוד מקוצר"
140
 
141
- #: includes/class.yith-wcwl-admin-init.php:1093
142
  msgid "Redirect to cart"
143
  msgstr "הפנייה לסל הקניות"
144
 
145
- #: includes/class.yith-wcwl-admin-init.php:1094
146
  msgid ""
147
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
148
  "page."
149
  msgstr ""
150
 
151
- #: includes/class.yith-wcwl-admin-init.php:1100
152
  msgid "Remove if added to the cart"
153
  msgstr "הסר מהרשימה אם הוסף לסל"
154
 
155
- #: includes/class.yith-wcwl-admin-init.php:1101
156
  #, fuzzy
157
  msgid "Remove the product from the wishlist if it has been added to the cart."
158
  msgstr "הסר את המוצר מהרשימה אם הוא הוסף לסל."
159
 
160
- #: includes/class.yith-wcwl-admin-init.php:1107
161
  msgid "\"Add to Wishlist\" text"
162
  msgstr ""
163
 
164
- #: includes/class.yith-wcwl-admin-init.php:1109
165
  msgid "Add to Wishlist"
166
  msgstr "הוסף לרשימת המשאלות"
167
 
168
- #: includes/class.yith-wcwl-admin-init.php:1114
169
  #, fuzzy
170
  msgid "\"Browse wishlist\" text"
171
  msgstr "צפה ברשימת השמורים שלך"
172
 
173
- #: includes/class.yith-wcwl-admin-init.php:1116
174
- #: includes/class.yith-wcwl-ui.php:82 includes/class.yith-wcwl-ui.php:83
175
  msgid "Browse Wishlist"
176
  msgstr "צפה ברשימת השמורים שלך"
177
 
178
- #: includes/class.yith-wcwl-admin-init.php:1121
179
  #, fuzzy
180
  msgid "\"Product already in wishlist\" text"
181
  msgstr "המוצר עדיין נמצא ברשימת המשאלות שלך."
182
 
183
- #: includes/class.yith-wcwl-admin-init.php:1123
184
- #: includes/class.yith-wcwl-ui.php:83
185
  msgid "The product is already in the wishlist!"
186
  msgstr "המוצר נשמר."
187
 
188
- #: includes/class.yith-wcwl-admin-init.php:1128
189
  #, fuzzy
190
  msgid "\"Product added\" text"
191
  msgstr "המוצר נשמר!"
192
 
193
- #: includes/class.yith-wcwl-admin-init.php:1130
194
- #: includes/class.yith-wcwl-ui.php:82
195
  msgid "Product added!"
196
  msgstr "המוצר נשמר!"
197
 
198
- #: includes/class.yith-wcwl-admin-init.php:1135
199
  msgid "\"Add to Cart\" text"
200
  msgstr ""
201
 
202
- #: includes/class.yith-wcwl-admin-init.php:1137
203
  msgid "Add to Cart"
204
  msgstr "הוסף לסל"
205
 
206
- #: includes/class.yith-wcwl-admin-init.php:1142
207
  #, fuzzy
208
  msgid "Show Unit price"
209
  msgstr "מחיר ליחידה"
210
 
211
- #: includes/class.yith-wcwl-admin-init.php:1143
212
  msgid "Show unit price for each product in wishlist"
213
  msgstr ""
214
 
215
- #: includes/class.yith-wcwl-admin-init.php:1150
216
  #, fuzzy
217
  msgid "Show \"Add to Cart\" button"
218
  msgstr "\"הוסף לסל\" כפתור טקסט (hover)"
219
 
220
- #: includes/class.yith-wcwl-admin-init.php:1151
221
  #, fuzzy
222
  msgid "Show \"Add to Cart\" button for each product in wishlist"
223
  msgstr "\"הוסף לסל\" כפתור טקסט (hover)"
224
 
225
- #: includes/class.yith-wcwl-admin-init.php:1158
226
  #, fuzzy
227
  msgid "Show Stock status"
228
  msgstr "מצב מלאי"
229
 
230
- #: includes/class.yith-wcwl-admin-init.php:1159
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:1166
236
  msgid "Show Date of addition"
237
  msgstr ""
238
 
239
- #: includes/class.yith-wcwl-admin-init.php:1167
240
  #, fuzzy
241
  msgid "Show the date when users have added a product to the wishlist"
242
  msgstr "ארעה שגיאה בזמן הוספת המוצר לרשימה."
243
 
244
- #: includes/class.yith-wcwl-admin-init.php:1174
245
  #, fuzzy
246
  msgid "Add second remove button"
247
  msgstr "\"הוסף לסל\" כפתור טקסט (hover)"
248
 
249
- #: includes/class.yith-wcwl-admin-init.php:1175
250
  msgid "Add a second remove button in the last column, with extended label"
251
  msgstr ""
252
 
253
- #: includes/class.yith-wcwl-admin-init.php:1190
254
  msgid "Styles"
255
  msgstr "סגנונות עיצוב"
256
 
257
- #: includes/class.yith-wcwl-admin-init.php:1197
258
  msgid "Use buttons"
259
  msgstr "השתמש בכפתורים"
260
 
261
- #: includes/class.yith-wcwl-admin-init.php:1198
262
  #, fuzzy
263
  msgid "Use buttons instead of simple anchors."
264
  msgstr "השתמש בכפתורים במקום קישורים רגילים."
265
 
266
- #: includes/class.yith-wcwl-admin-init.php:1204
267
  msgid "Custom CSS"
268
  msgstr "הכנס שורות CSS משלך"
269
 
270
- #: includes/class.yith-wcwl-admin-init.php:1211
271
  msgid "Use theme style"
272
  msgstr "השתמש בעיצוב של התבנית שלך"
273
 
274
- #: includes/class.yith-wcwl-admin-init.php:1212
275
  msgid "Use the theme style."
276
  msgstr "השתמש בעיצוב של תבנית האתר."
277
 
278
- #: includes/class.yith-wcwl-admin-init.php:1218
279
  #, fuzzy
280
  msgid "Rounded buttons"
281
  msgstr "השתמש בכפתורים"
282
 
283
- #: includes/class.yith-wcwl-admin-init.php:1219
284
  #, fuzzy
285
  msgid "Make button corners rounded"
286
  msgstr "הצג את הכפתורים עם פינות מעוגלות"
287
 
288
- #: includes/class.yith-wcwl-admin-init.php:1225
289
  msgid "\"Add to Wishlist\" icon"
290
  msgstr ""
291
 
292
- #: includes/class.yith-wcwl-admin-init.php:1226
293
  msgid "Add an icon to the \"Add to Wishlist\" button"
294
  msgstr ""
295
 
296
- #: includes/class.yith-wcwl-admin-init.php:1236
297
  msgid "\"Add to Cart\" icon"
298
  msgstr ""
299
 
300
- #: includes/class.yith-wcwl-admin-init.php:1237
301
  msgid "Add an icon to the \"Add to Cart\" button"
302
  msgstr ""
303
 
304
- #: includes/class.yith-wcwl-admin-init.php:1255
305
  msgid "Social Networks & Share"
306
  msgstr ""
307
 
308
- #: includes/class.yith-wcwl-admin-init.php:1262
309
  msgid "Share on Facebook"
310
  msgstr "שתף בפייסבוק"
311
 
312
- #: includes/class.yith-wcwl-admin-init.php:1263
313
  #, fuzzy
314
  msgid "Show \"Share on Facebook\" button"
315
  msgstr "שתף בפייסבוק"
316
 
317
- #: includes/class.yith-wcwl-admin-init.php:1269
318
  msgid "Tweet on Twitter"
319
  msgstr ""
320
 
321
- #: includes/class.yith-wcwl-admin-init.php:1270
322
  #, fuzzy
323
  msgid "Show \"Tweet on Twitter\" button"
324
  msgstr "\"הוסף לסל\" כפתור טקסט (hover)"
325
 
326
- #: includes/class.yith-wcwl-admin-init.php:1276
327
  msgid "Pin on Pinterest"
328
  msgstr ""
329
 
330
- #: includes/class.yith-wcwl-admin-init.php:1277
331
  #, fuzzy
332
  msgid "Show \"Pin on Pinterest\" button"
333
  msgstr "\"הוסף לסל\" כפתור טקסט (hover)"
334
 
335
- #: includes/class.yith-wcwl-admin-init.php:1283
336
  msgid "Share on Google+"
337
  msgstr "שתף בגוגל+"
338
 
339
- #: includes/class.yith-wcwl-admin-init.php:1284
340
  #, fuzzy
341
  msgid "Show \"Share on Google+\" button"
342
  msgstr "שתף בפייסבוק"
343
 
344
- #: includes/class.yith-wcwl-admin-init.php:1290
345
  msgid "Share by Email"
346
  msgstr ""
347
 
348
- #: includes/class.yith-wcwl-admin-init.php:1291
349
  #, fuzzy
350
  msgid "Show \"Share by Email\" button"
351
  msgstr "\"הוסף לסל\" כפתור טקסט (hover)"
352
 
353
- #: includes/class.yith-wcwl-admin-init.php:1297
354
  #, fuzzy
355
  msgid "Social title"
356
  msgstr "כותרת רשימת משאלות"
357
 
358
- #: includes/class.yith-wcwl-admin-init.php:1304
359
  msgid "Social text"
360
  msgstr ""
361
 
362
- #: includes/class.yith-wcwl-admin-init.php:1305
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:1312
369
  msgid "Social image URL"
370
  msgstr ""
371
 
372
- #: includes/class.yith-wcwl-admin-init.php:1313
373
  msgid "It will be used by Pinterest."
374
  msgstr ""
375
 
376
- #: includes/class.yith-wcwl-admin-init.php:1327
 
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:1332
383
  msgid "YITH WooCommerce Frequently Bought Together Integration"
384
  msgstr ""
385
 
386
- #: includes/class.yith-wcwl-admin-init.php:1339
387
  msgid "Enable slider in wishlist"
388
  msgstr ""
389
 
390
- #: includes/class.yith-wcwl-admin-init.php:1340
 
391
  msgid ""
392
  "Choose to enable product slider in wishlist page with linked products (<a "
393
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
394
  msgstr ""
395
 
396
- #: includes/class.yith-wcwl-admin-init.php:1376
397
  #, fuzzy
398
  msgid "\"Add to wishlist\" button"
399
  msgstr "הוסף לרשימת המשאלות"
400
 
401
- #: includes/class.yith-wcwl-admin-init.php:1379
402
- #: includes/class.yith-wcwl-admin-init.php:1397
403
- #: includes/class.yith-wcwl-admin-init.php:1415
404
- #: includes/class.yith-wcwl-admin-init.php:1433
405
- #: includes/class.yith-wcwl-admin-init.php:1451
406
  msgid "Background"
407
  msgstr ""
408
 
409
- #: includes/class.yith-wcwl-admin-init.php:1380
410
- #: includes/class.yith-wcwl-admin-init.php:1398
411
- #: includes/class.yith-wcwl-admin-init.php:1416
412
- #: includes/class.yith-wcwl-admin-init.php:1434
413
- #: includes/class.yith-wcwl-admin-init.php:1452
414
  msgid "Text"
415
  msgstr ""
416
 
417
- #: includes/class.yith-wcwl-admin-init.php:1381
418
- #: includes/class.yith-wcwl-admin-init.php:1399
419
- #: includes/class.yith-wcwl-admin-init.php:1417
420
- #: includes/class.yith-wcwl-admin-init.php:1435
421
- #: includes/class.yith-wcwl-admin-init.php:1453
422
  msgid "Border"
423
  msgstr ""
424
 
425
- #: includes/class.yith-wcwl-admin-init.php:1388
426
- #: includes/class.yith-wcwl-admin-init.php:1406
427
- #: includes/class.yith-wcwl-admin-init.php:1424
428
- #: includes/class.yith-wcwl-admin-init.php:1442
429
  msgid "Background (hover)"
430
  msgstr ""
431
 
432
- #: includes/class.yith-wcwl-admin-init.php:1389
433
- #: includes/class.yith-wcwl-admin-init.php:1407
434
- #: includes/class.yith-wcwl-admin-init.php:1425
435
- #: includes/class.yith-wcwl-admin-init.php:1443
436
  msgid "Text (hover)"
437
  msgstr ""
438
 
439
- #: includes/class.yith-wcwl-admin-init.php:1390
440
- #: includes/class.yith-wcwl-admin-init.php:1408
441
- #: includes/class.yith-wcwl-admin-init.php:1426
442
- #: includes/class.yith-wcwl-admin-init.php:1444
443
  msgid "Border (hover)"
444
  msgstr ""
445
 
446
- #: includes/class.yith-wcwl-admin-init.php:1394
447
  #, fuzzy
448
  msgid "\"Add to Cart\" button"
449
  msgstr "\"הוסף לסל\" כפתור טקסט (hover)"
450
 
451
- #: includes/class.yith-wcwl-admin-init.php:1412
452
  msgid "\"Style 1\" button"
453
  msgstr ""
454
 
455
- #: includes/class.yith-wcwl-admin-init.php:1430
456
  msgid "\"Style 2\" button"
457
  msgstr ""
458
 
459
- #: includes/class.yith-wcwl-admin-init.php:1448
460
  #, fuzzy
461
  msgid "Wishlist table"
462
  msgstr "כותרת רשימת משאלות"
463
 
464
- #: includes/class.yith-wcwl-admin-init.php:1457
465
  msgid "Headers"
466
  msgstr ""
467
 
468
- #: includes/class.yith-wcwl-admin-init.php:1460
469
  msgid "Background color"
470
  msgstr ""
471
 
472
- #: includes/class.yith-wcwl-admin-init.php:1550
473
  #, fuzzy
474
  msgid "Wishlist Activated"
475
  msgstr "כותרת רשימת משאלות"
476
 
477
- #: includes/class.yith-wcwl-admin-init.php:1551
 
478
  msgid ""
479
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
480
  "can access to all the settings of our plugins that you have activated. "
@@ -482,12 +486,13 @@ msgid ""
482
  "options, <a href=\"%s\">discover it now</a>."
483
  msgstr ""
484
 
485
- #: includes/class.yith-wcwl-admin-init.php:1562
486
  #, fuzzy
487
  msgid "Wishlist Updated"
488
  msgstr "עמוד רשימת המשאלות"
489
 
490
- #: includes/class.yith-wcwl-admin-init.php:1563
 
491
  msgid ""
492
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
493
  "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
@@ -496,302 +501,307 @@ msgid ""
496
  "\">discover the PREMIUM version.</a>"
497
  msgstr ""
498
 
499
- #: includes/class.yith-wcwl-init.php:437
500
  msgid ""
501
  "We are sorry, but this feature is available only if cookies are enabled on "
502
  "your browser."
503
  msgstr ""
504
 
505
- #: includes/class.yith-wcwl-init.php:438
506
  #, fuzzy
507
  msgid "Product correctly added to cart"
508
  msgstr ".המוצר הוסף לרשימה בהצלחה"
509
 
510
- #: includes/class.yith-wcwl-install.php:244
511
  msgctxt "page_slug"
512
  msgid "wishlist"
513
  msgstr ""
514
 
515
- #: includes/class.yith-wcwl-privacy.php:50
516
  msgid "While you visit our site, we’ll track:"
517
  msgstr ""
518
 
519
- #: includes/class.yith-wcwl-privacy.php:52
520
  msgid ""
521
  "Products you’ve added to the wishlist: we’ll use this to show you and other "
522
  "users your favourite products, and to create targeted email campaigns."
523
  msgstr ""
524
 
525
- #: includes/class.yith-wcwl-privacy.php:53
526
  msgid ""
527
  "Wishlists you’ve created: we’ll keep track of the wishlists you create, and "
528
  "make them visible to the store’s staff"
529
  msgstr ""
530
 
531
- #: includes/class.yith-wcwl-privacy.php:55
532
  msgid ""
533
  "We’ll also use cookies to keep track of wishlist contents while you’re "
534
  "browsing our site."
535
  msgstr ""
536
 
537
- #: includes/class.yith-wcwl-privacy.php:58
538
  msgid ""
539
  "Members of our team have access to the information you provide us. For "
540
  "example, both Administrators and Shop Managers can access:"
541
  msgstr ""
542
 
543
- #: includes/class.yith-wcwl-privacy.php:60
544
  msgid ""
545
  "Wishlist details, such as products added, date of addition, name and privacy "
546
  "settings of your wishlists"
547
  msgstr ""
548
 
549
- #: includes/class.yith-wcwl-privacy.php:62
550
  msgid ""
551
  "Our team members have access to this information to offer you better deals "
552
  "for the products you love."
553
  msgstr ""
554
 
555
- #: includes/class.yith-wcwl-privacy.php:82
556
- #: includes/class.yith-wcwl-privacy.php:98
557
  #, fuzzy
558
  msgid "Customer Wishlists"
559
  msgstr "הוסף לרשימת המשאלות"
560
 
561
- #: includes/class.yith-wcwl-privacy.php:133
562
  #, fuzzy
563
  msgid "Wishlists"
564
  msgstr "רשימת משאלות"
565
 
566
- #. Translators: %s Order number.
567
- #: includes/class.yith-wcwl-privacy.php:195
568
- #, fuzzy
569
  msgid "Removed wishlist %s."
570
  msgstr "רשימת המשאלות שלי ב-%s"
571
 
572
- #. Translators: %s Order number.
573
- #: includes/class.yith-wcwl-privacy.php:199
574
- #, fuzzy
575
  msgid "Wishlist %s has been retained."
576
  msgstr "טקסט בטבלת הרשימה"
577
 
578
- #: includes/class.yith-wcwl-privacy.php:210
579
  msgid "Removed default user's wishlist"
580
  msgstr ""
581
 
582
- #: includes/class.yith-wcwl-privacy.php:228
583
  msgid "Token"
584
  msgstr ""
585
 
586
- #: includes/class.yith-wcwl-privacy.php:229
587
  #, fuzzy
588
  msgid "Wishlist url"
589
  msgstr "רשימת משאלות"
590
 
591
- #: includes/class.yith-wcwl-privacy.php:230
592
  msgid "Title"
593
  msgstr ""
594
 
595
- #: includes/class.yith-wcwl-privacy.php:231
596
  msgctxt "date wishlist was created"
597
  msgid "Created on"
598
  msgstr ""
599
 
600
- #: includes/class.yith-wcwl-privacy.php:232
601
  msgid "Visibility"
602
  msgstr ""
603
 
604
- #: includes/class.yith-wcwl-privacy.php:233
605
  msgid "Items Added"
606
  msgstr ""
607
 
608
- #: includes/class.yith-wcwl-privacy.php:283 templates/wishlist-view.php:212
 
609
  #, fuzzy
610
  msgid "Shared"
611
  msgstr "שתף ברשת:"
612
 
613
- #: includes/class.yith-wcwl-privacy.php:286 templates/wishlist-view.php:215
 
614
  msgid "Private"
615
  msgstr ""
616
 
617
- #: includes/class.yith-wcwl-privacy.php:289 templates/wishlist-view.php:218
 
618
  msgid "Public"
619
  msgstr ""
620
 
621
- #: includes/class.yith-wcwl-shortcode.php:45
622
  #, fuzzy
623
  msgctxt "[gutenberg]: block name"
624
  msgid "YITH Add to Wishlist"
625
  msgstr "הוסף לרשימת המשאלות"
626
 
627
- #: includes/class.yith-wcwl-shortcode.php:46
628
  #, fuzzy
629
  msgctxt "[gutenberg]: block description"
630
  msgid "Shows Add to Wishlist button"
631
  msgstr "הוסף לרשימת המשאלות"
632
 
633
- #: includes/class.yith-wcwl-shortcode.php:51
634
  msgid ""
635
  "ID of the product to add to wishlist (leave empty to use global product)"
636
  msgstr ""
637
 
638
- #: includes/class.yith-wcwl-shortcode.php:56
639
  msgid "Url of wishlist page (leave empty to use default)"
640
  msgstr ""
641
 
642
- #: includes/class.yith-wcwl-shortcode.php:61
643
  msgid "Button label (leave empty to use default)"
644
  msgstr ""
645
 
646
- #: includes/class.yith-wcwl-shortcode.php:66
647
  msgid "\"Browse wishlist\" label (leave empty to use default)"
648
  msgstr ""
649
 
650
- #: includes/class.yith-wcwl-shortcode.php:71
651
  #, fuzzy
652
  msgid "\"Product already in wishlist\" label (leave empty to use default)"
653
  msgstr "המוצר עדיין נמצא ברשימת המשאלות שלך."
654
 
655
- #: includes/class.yith-wcwl-shortcode.php:76
656
  msgid "\"Product added to wishlist\" label (leave empty to use default)"
657
  msgstr ""
658
 
659
- #: includes/class.yith-wcwl-shortcode.php:81
660
  msgid ""
661
  "Icon for the button (use any FontAwesome valid class, or leave empty to use "
662
  "default)"
663
  msgstr ""
664
 
665
- #: includes/class.yith-wcwl-shortcode.php:86
666
  msgid "Additional css classes for the button (leave empty to use default)"
667
  msgstr ""
668
 
669
- #: includes/class.yith-wcwl-shortcode.php:94
670
  #, fuzzy
671
  msgctxt "[gutenberg]: block name"
672
  msgid "YITH Wishlist"
673
  msgstr "אפשר שימוש ברשימת המשאלות של YITH"
674
 
675
- #: includes/class.yith-wcwl-shortcode.php:95
676
  #, fuzzy
677
  msgctxt "[gutenberg]: block description"
678
  msgid "Shows list of products in wishlist"
679
  msgstr "\"הוסף לסל\" כפתור טקסט (hover)"
680
 
681
- #: includes/class.yith-wcwl-shortcode.php:100
682
  msgid "Choose whether to paginate items in the wishlist or show them all"
683
  msgstr ""
684
 
685
- #: includes/class.yith-wcwl-shortcode.php:103
686
  msgid "Paginate"
687
  msgstr ""
688
 
689
- #: includes/class.yith-wcwl-shortcode.php:104
690
  msgid "Do not paginate"
691
  msgstr ""
692
 
693
- #: includes/class.yith-wcwl-shortcode.php:109
694
  msgid "Number of items to show for each page"
695
  msgstr ""
696
 
697
- #: includes/class.yith-wcwl-shortcode.php:114
698
  msgid "ID of the wishlist to show (EG: K6EOWXB888ZD)"
699
  msgstr ""
700
 
701
- #: includes/class.yith-wcwl-shortcode.php:386
702
- #: includes/class.yith-wcwl-ui.php:164
703
  msgid "Share on:"
704
  msgstr "שתף ברשת:"
705
 
706
- #: includes/class.yith-wcwl-ui.php:118 includes/class.yith-wcwl-ui.php:200
 
707
  msgid "Select options"
708
  msgstr "בחירת דגם"
709
 
710
- #: includes/class.yith-wcwl-ui.php:168 templates/share.php:20
711
  msgid "Facebook"
712
  msgstr "פייסבוק"
713
 
714
- #: includes/class.yith-wcwl-ui.php:171 templates/share.php:26
715
  msgid "Twitter"
716
  msgstr "טוויטר"
717
 
718
- #: includes/class.yith-wcwl-ui.php:180
719
  msgid "email"
720
  msgstr ""
721
 
722
- #: includes/class.yith-wcwl.php:201
723
  #, fuzzy
724
  msgid "An error occurred while adding products to the wishlist."
725
  msgstr "ארעה שגיאה בזמן הוספת המוצר לרשימה."
726
 
727
- #: includes/class.yith-wcwl.php:293
728
  #, fuzzy
729
  msgid "An error occurred while adding products to wishlist."
730
  msgstr "ארעה שגיאה בזמן הוספת המוצר לרשימה."
731
 
732
- #: includes/class.yith-wcwl.php:310
733
  msgid "The \"Remove\" option now does not require any parameter"
734
  msgstr ""
735
 
736
- #: includes/class.yith-wcwl.php:359
737
  #, fuzzy
738
  msgid "An error occurred while removing products from the wishlist"
739
  msgstr "ארעה שגיאה בזמן הסרת המוצר מהרשימה"
740
 
741
- #: includes/class.yith-wcwl.php:809
742
  msgid "You need to log in before creating a new wishlist"
743
  msgstr ""
744
 
745
- #: includes/class.yith-wcwl.php:1610
746
  msgid "Product successfully removed."
747
  msgstr "המוצר הוסר מהרשימה בהצלחה."
748
 
749
- #: includes/class.yith-wcwl.php:1614
750
  msgid "Error. Unable to remove the product from the wishlist."
751
  msgstr "שגיאה. לא הצלחנו להסיר את המוצר מרשימת המשאלות."
752
 
753
- #: includes/class.yith-wcwl.php:1618 templates/wishlist-view.php:242
754
  msgid "No products were added to the wishlist"
755
  msgstr "אין מוצרים ברשימת המשאלות שלך."
756
 
757
- #: includes/class.yith-wcwl.php:1660
758
  msgid "An error as occurred."
759
  msgstr ""
760
 
761
- #: init.php:130
762
  msgid "is enabled but not effective. It requires WooCommerce in order to work."
763
  msgstr ""
764
 
765
- #: init.php:140
766
  msgid "You can't activate the free version of"
767
  msgstr ""
768
 
769
- #: init.php:140
770
  msgid "while you are using the premium one."
771
  msgstr ""
772
 
773
- #: templates/admin/wishlist-panel-premium.php:185
774
- #: templates/admin/wishlist-panel-premium.php:383
 
775
  msgid ""
776
  "Upgrade to the %1$spremium version%2$s%3$sof %1$sYITH WooCommerce Wishlist"
777
  "%2$s to benefit from all features!"
778
  msgstr ""
779
 
780
- #: templates/admin/wishlist-panel-premium.php:187
781
- #: templates/admin/wishlist-panel-premium.php:385
 
782
  msgid "%1$sUPGRADE%2$s%3$s to the premium version%2$s"
783
  msgstr ""
784
 
785
- #: templates/admin/wishlist-panel-premium.php:193
786
  msgid "Premium Features"
787
  msgstr ""
788
 
789
- #: templates/admin/wishlist-panel-premium.php:196
790
- #: templates/admin/wishlist-panel-premium.php:201
791
  msgid "Multiple Wishlist"
792
  msgstr ""
793
 
794
- #: templates/admin/wishlist-panel-premium.php:203
 
795
  msgid ""
796
  "%1$sDoes it ever happened to you to have too many wishes for a single wish "
797
  "list?%2$s%3$s The possibility to manage one's wishes is a fundamental "
@@ -802,38 +812,43 @@ msgid ""
802
  "manage and share their own wish lists."
803
  msgstr ""
804
 
805
- #: templates/admin/wishlist-panel-premium.php:212
806
- #: templates/admin/wishlist-panel-premium.php:222
807
  msgid "Wishlist Private"
808
  msgstr ""
809
 
810
- #: templates/admin/wishlist-panel-premium.php:214
 
811
  msgid ""
812
  "By enabling the option wishlist, users will also have the possibility to "
813
  "%1$smanage the visibility%2$s of their wish lists according to one of the "
814
  "following options:"
815
  msgstr ""
816
 
817
- #: templates/admin/wishlist-panel-premium.php:216
 
818
  msgid "%1$spublic:%2$s all users can look for your wish list and see it;"
819
  msgstr ""
820
 
821
- #: templates/admin/wishlist-panel-premium.php:217
 
822
  msgid ""
823
  "%1$sshared:%2$s only users possessing a direct link to the wish list page "
824
  "can display it;"
825
  msgstr ""
826
 
827
- #: templates/admin/wishlist-panel-premium.php:218
 
828
  msgid "%1$sprivate:%2$s only the wish list creator can see it."
829
  msgstr ""
830
 
831
- #: templates/admin/wishlist-panel-premium.php:229
832
- #: templates/admin/wishlist-panel-premium.php:234
833
  msgid "Estimate Cost"
834
  msgstr ""
835
 
836
- #: templates/admin/wishlist-panel-premium.php:236
 
837
  msgid ""
838
  "%1$sDo you want to add the possibility to ask for estimates of costs into "
839
  "your catalogue?%3$s Do you want to manage customised packets for faithful "
@@ -845,12 +860,13 @@ msgid ""
845
  "address that you have previously set."
846
  msgstr ""
847
 
848
- #: templates/admin/wishlist-panel-premium.php:245
849
- #: templates/admin/wishlist-panel-premium.php:250
850
  msgid "Admin Panel"
851
  msgstr ""
852
 
853
- #: templates/admin/wishlist-panel-premium.php:247
 
854
  msgid ""
855
  "Thanks to the useful Admin panel, accessible directly among the WooCommerce "
856
  "submenu pages, you will have total control on users' wishlists. In addition "
@@ -860,12 +876,13 @@ msgid ""
860
  "in customers' wish lists."
861
  msgstr ""
862
 
863
- #: templates/admin/wishlist-panel-premium.php:257
864
- #: templates/admin/wishlist-panel-premium.php:262
865
  msgid "Search Wishlists"
866
  msgstr ""
867
 
868
- #: templates/admin/wishlist-panel-premium.php:264
 
869
  msgid ""
870
  "How many times have you been looking for the perfect gift for a important "
871
  "event but you had no idea of what to buy? %1$s'Search wishlists'%2$s allows "
@@ -874,11 +891,12 @@ msgid ""
874
  "your products and even encourage users to purchase."
875
  msgstr ""
876
 
877
- #: templates/admin/wishlist-panel-premium.php:273
878
  msgid "'ADD TO CART' CHECKBOX"
879
  msgstr ""
880
 
881
- #: templates/admin/wishlist-panel-premium.php:275
 
882
  msgid ""
883
  "Your shop offers always a wide selection of products and wishlists of your "
884
  "users get more and more crowded everyday. Give them the possibility to "
@@ -886,19 +904,20 @@ msgid ""
886
  "just with one click."
887
  msgstr ""
888
 
889
- #: templates/admin/wishlist-panel-premium.php:278
890
  msgid "'ADD TO CART'"
891
  msgstr ""
892
 
893
- #: templates/admin/wishlist-panel-premium.php:285
894
  msgid "DISABLE WISHLIST"
895
  msgstr ""
896
 
897
- #: templates/admin/wishlist-panel-premium.php:290
898
  msgid "DISABLE WISHLIST FOR UNLOGGED USERS"
899
  msgstr ""
900
 
901
- #: templates/admin/wishlist-panel-premium.php:292
 
902
  msgid ""
903
  "Favour users that have registered to your shop and disable plugin "
904
  "functionalities for all users that have not. By disabling this option, each "
@@ -906,27 +925,29 @@ msgid ""
906
  "%2$s to \"My Account\" page and a message will invite them to log in."
907
  msgstr ""
908
 
909
- #: templates/admin/wishlist-panel-premium.php:301
910
  msgid "MESSAGE TO UNLOGGED USERS"
911
  msgstr ""
912
 
913
- #: templates/admin/wishlist-panel-premium.php:303
 
914
  msgid ""
915
  "Invite users that are visiting your shop to login if they want to fully "
916
  "benefit from Wishlist functionalities. Show a %1$scustomised message%2$s and "
917
  "redirect them to \"My Account\" page for registration."
918
  msgstr ""
919
 
920
- #: templates/admin/wishlist-panel-premium.php:306
921
  msgid "UNLOGGED USERS"
922
  msgstr ""
923
 
924
- #: templates/admin/wishlist-panel-premium.php:313
925
- #: templates/admin/wishlist-panel-premium.php:318
926
  msgid "POPULAR TABLE"
927
  msgstr ""
928
 
929
- #: templates/admin/wishlist-panel-premium.php:320
 
930
  msgid ""
931
  "Some products draw customer's attention more than others and they do not "
932
  "hesitate to add products to their wishlist. Table %1$s'Popular'%2$s allows "
@@ -934,27 +955,29 @@ msgid ""
934
  "their wishlists."
935
  msgstr ""
936
 
937
- #: templates/admin/wishlist-panel-premium.php:329
938
  msgid "FUNCTIONALITIES IN ONE CLICK"
939
  msgstr ""
940
 
941
- #: templates/admin/wishlist-panel-premium.php:331
 
942
  msgid ""
943
  "Users have the possibility to search for a wishlist, create a new one or "
944
  "display those already created. Add these %1$sfunctionalities%2$s through the "
945
  "dedicated widgets or show them immediately after \"Wishlist\" table."
946
  msgstr ""
947
 
948
- #: templates/admin/wishlist-panel-premium.php:334
949
  msgid "FUNCTIONALITIES"
950
  msgstr ""
951
 
952
- #: templates/admin/wishlist-panel-premium.php:341
953
- #: templates/admin/wishlist-panel-premium.php:346
954
  msgid "PROMOTIONAL EMAIL"
955
  msgstr ""
956
 
957
- #: templates/admin/wishlist-panel-premium.php:348
 
958
  msgid ""
959
  "If you want to give the right input to your users to persuade them to "
960
  "%1$spurchase the products%2$s they have in their wishlists, you need to use "
@@ -963,11 +986,12 @@ msgid ""
963
  "will know you are offering a unique offer!"
964
  msgstr ""
965
 
966
- #: templates/admin/wishlist-panel-premium.php:357
967
  msgid "FROM A WISHLIST TO ANOTHER"
968
  msgstr ""
969
 
970
- #: templates/admin/wishlist-panel-premium.php:359
 
971
  msgid ""
972
  "Who said that a product has to remain forever in the same wishlist? With the "
973
  "option %1$s\"Show \"Move to another wishlist\" dropdown menu\"%2$s, with "
@@ -975,128 +999,108 @@ msgid ""
975
  "another one, managing as they want their lists."
976
  msgstr ""
977
 
978
- #: templates/admin/wishlist-panel-premium.php:362
979
  msgid "FROM A WISHLIST"
980
  msgstr ""
981
 
982
- #: templates/admin/wishlist-panel-premium.php:369
983
  msgid "DATE"
984
  msgstr ""
985
 
986
- #: templates/admin/wishlist-panel-premium.php:374
987
  msgid "DATE OF ADDITION TO A WISHLIST"
988
  msgstr ""
989
 
990
- #: templates/admin/wishlist-panel-premium.php:376
 
991
  msgid ""
992
  "Activating the %1$s\"Show date of addition\"%2$s option, users can see the "
993
  "date in which they have added a particular product to their list: a new way "
994
  "to keep you users informed about their operations."
995
  msgstr ""
996
 
997
- #: templates/share.php:32
998
  msgid "Pinterest"
999
  msgstr ""
1000
 
1001
- #: templates/share.php:38
1002
  #, fuzzy
1003
  msgid "Google+"
1004
  msgstr "שתף בגוגל+"
1005
 
1006
- #: templates/share.php:44
1007
  msgid "Email"
1008
  msgstr ""
1009
 
1010
- #: templates/wishlist-view.php:32
1011
  #, fuzzy
1012
  msgid "Edit title"
1013
  msgstr "כותרת רשימת משאלות"
1014
 
1015
- #: templates/wishlist-view.php:41
1016
  msgid "Save"
1017
  msgstr ""
1018
 
1019
- #: templates/wishlist-view.php:45
1020
  msgid "Cancel"
1021
  msgstr ""
1022
 
1023
- #: templates/wishlist-view.php:82
1024
  msgid "Product Name"
1025
  msgstr "שם המוצר"
1026
 
1027
- #: templates/wishlist-view.php:89
1028
  msgid "Unit Price"
1029
  msgstr "מחיר ליחידה"
1030
 
1031
- #: templates/wishlist-view.php:102
1032
  msgid "Stock Status"
1033
  msgstr "מצב מלאי"
1034
 
1035
- #: templates/wishlist-view.php:152 templates/wishlist-view.php:232
1036
  msgid "Remove this product"
1037
  msgstr "הסרת מוצר מהרשימה"
1038
 
1039
- #: templates/wishlist-view.php:172
1040
  msgid "Free!"
1041
  msgstr ""
1042
 
1043
- #: templates/wishlist-view.php:179
1044
  msgid "Out of Stock"
1045
  msgstr "לא קיים במלאי"
1046
 
1047
- #: templates/wishlist-view.php:179
1048
  msgid "In Stock"
1049
  msgstr "קיים במלאי"
1050
 
1051
- #: templates/wishlist-view.php:188
 
1052
  msgid "Added on : %s"
1053
  msgstr ""
1054
 
1055
- #: templates/wishlist-view.php:200
1056
  msgid "Move"
1057
  msgstr ""
1058
 
1059
- #: templates/wishlist-view.php:232
1060
  msgid "Remove"
1061
  msgstr ""
1062
 
1063
- #: templates/wishlist-view.php:259
1064
  msgid "Add the selected products to the cart"
1065
  msgstr ""
1066
 
1067
- #: templates/wishlist-view.php:267 templates/wishlist-view.php:313
1068
  msgid "Ask for an estimate"
1069
  msgstr ""
1070
 
1071
- #: templates/wishlist-view.php:303
1072
  msgid "Your email"
1073
  msgstr ""
1074
 
1075
- #. Plugin Name of the plugin/theme
1076
  #, fuzzy
1077
- msgid "YITH WooCommerce Wishlist"
1078
- msgstr "הוסף לרשימת המשאלות"
1079
-
1080
- #. Plugin URI of the plugin/theme
1081
- msgid "https://yithemes.com/themes/plugins/yith-woocommerce-wishlist/"
1082
- msgstr ""
1083
-
1084
- #. Description of the plugin/theme
1085
- msgid ""
1086
- "<code><strong>YITH WooCommerce Wishlist</strong></code> gives your users the "
1087
- "possibility to create, fill, manage and share their wishlists allowing you "
1088
- "to analyze their interests and needs to improve your marketing strategies. "
1089
- "<a href=\"https://yithemes.com/\" target=\"_blank\">Get more plugins for "
1090
- "your e-commerce on <strong>YITH</strong></a>"
1091
- msgstr ""
1092
-
1093
- #. Author of the plugin/theme
1094
- msgid "YITH"
1095
- msgstr ""
1096
-
1097
- #. Author URI of the plugin/theme
1098
- msgid "https://yithemes.com/"
1099
- msgstr ""
1100
 
1101
  #, fuzzy
1102
  #~ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
+ "POT-Creation-Date: 2019-02-12 14:37+0100\n"
6
+ "PO-Revision-Date: 2019-02-12 14:37+0100\n"
7
  "Last-Translator: Nicola Mustone <mail@nicolamustone.it>\n"
8
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
9
  "Language: he_IL\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 2.2\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"
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:1484
25
+ #: ../includes/class.yith-wcwl-admin-init.php:1485
26
+ #: ../includes/class.yith-wcwl-install.php:245
27
  msgid "Wishlist"
28
  msgstr "רשימת משאלות"
29
 
30
+ #: ../includes/class.yith-wcwl-admin-init.php:161
31
  msgid "Settings"
32
  msgstr "הגדרות"
33
 
34
+ #: ../includes/class.yith-wcwl-admin-init.php:162
35
+ #: ../includes/class.yith-wcwl-admin-init.php:243
36
  msgid "Colors"
37
  msgstr "צבעים"
38
 
39
+ #: ../includes/class.yith-wcwl-admin-init.php:163
40
  msgid "Premium Version"
41
  msgstr ""
42
 
43
+ #: ../includes/class.yith-wcwl-admin-init.php:1015
44
  msgid "Enable all plugin features"
45
  msgstr ""
46
 
47
+ #: ../includes/class.yith-wcwl-admin-init.php:1016
48
  msgid ""
49
  "Be sure to select at least one option in the Wishlist page menu in this "
50
  "settings page"
51
  msgstr ""
52
 
53
+ #: ../includes/class.yith-wcwl-admin-init.php:1017
54
  msgctxt "[Part of]: Also, please read the plugin documentation"
55
  msgid "Also, please read the plugin"
56
  msgstr ""
57
 
58
+ #: ../includes/class.yith-wcwl-admin-init.php:1018
59
  msgctxt "[Part Of]: Also, please read the plugin documentation"
60
  msgid "documentation"
61
  msgstr ""
62
 
63
+ #: ../includes/class.yith-wcwl-admin-init.php:1024
64
  msgid "Upgrade to the PREMIUM VERSION"
65
  msgstr ""
66
 
67
+ #: ../includes/class.yith-wcwl-admin-init.php:1028
68
  msgid "Discover the Advanced Features"
69
  msgstr ""
70
 
71
+ #: ../includes/class.yith-wcwl-admin-init.php:1029
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:1035
78
  msgid "Get Support and Pro Features"
79
  msgstr ""
80
 
81
+ #: ../includes/class.yith-wcwl-admin-init.php:1036
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:1046
89
  msgid "General Settings"
90
  msgstr "הגדרות כלליות"
91
 
92
+ #: ../includes/class.yith-wcwl-admin-init.php:1053
93
  msgid "Enable YITH Wishlist"
94
  msgstr "אפשר שימוש ברשימת המשאלות של YITH"
95
 
96
+ #: ../includes/class.yith-wcwl-admin-init.php:1060
97
  #, fuzzy
98
  msgid "Default wishlist title"
99
  msgstr "כותרת רשימת משאלות"
100
 
101
+ #: ../includes/class.yith-wcwl-admin-init.php:1062
102
+ #: ../includes/class.yith-wcwl-admin-init.php:1063
103
+ #: ../includes/class.yith-wcwl-admin-init.php:1299
104
+ #, php-format
105
  msgid "My wishlist on %s"
106
  msgstr "רשימת המשאלות שלי ב-%s"
107
 
108
+ #: ../includes/class.yith-wcwl-admin-init.php:1068
109
  msgid "Wishlist Page"
110
  msgstr "עמוד רשימת המשאלות"
111
 
112
+ #: ../includes/class.yith-wcwl-admin-init.php:1069
113
  msgid "Page contents: [yith_wcwl_wishlist]"
114
  msgstr "תוכן העמוד: [yith_wcwl_wishlist]"
115
 
116
+ #: ../includes/class.yith-wcwl-admin-init.php:1078
117
  msgid "Position"
118
  msgstr "מיקום"
119
 
120
+ #: ../includes/class.yith-wcwl-admin-init.php:1079
121
  msgid ""
122
  "You can add the button in variable products only after the \"Add to Cart\" "
123
  "button or using the shortcode [yith_wcwl_add_to_wishlist]."
124
  msgstr ""
125
 
126
+ #: ../includes/class.yith-wcwl-admin-init.php:1085
127
  msgid "After \"Add to cart\""
128
  msgstr "לאחר \"הוספה לסל\""
129
 
130
+ #: ../includes/class.yith-wcwl-admin-init.php:1086
131
  msgid "After thumbnails"
132
  msgstr "אחרי התמונות המוקטנות"
133
 
134
+ #: ../includes/class.yith-wcwl-admin-init.php:1087
135
  msgid "After summary"
136
  msgstr "אחרי תיאור מוצר"
137
 
138
+ #: ../includes/class.yith-wcwl-admin-init.php:1088
139
  msgid "Use shortcode"
140
  msgstr "השתמש בקוד מקוצר"
141
 
142
+ #: ../includes/class.yith-wcwl-admin-init.php:1093
143
  msgid "Redirect to cart"
144
  msgstr "הפנייה לסל הקניות"
145
 
146
+ #: ../includes/class.yith-wcwl-admin-init.php:1094
147
  msgid ""
148
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
149
  "page."
150
  msgstr ""
151
 
152
+ #: ../includes/class.yith-wcwl-admin-init.php:1100
153
  msgid "Remove if added to the cart"
154
  msgstr "הסר מהרשימה אם הוסף לסל"
155
 
156
+ #: ../includes/class.yith-wcwl-admin-init.php:1101
157
  #, fuzzy
158
  msgid "Remove the product from the wishlist if it has been added to the cart."
159
  msgstr "הסר את המוצר מהרשימה אם הוא הוסף לסל."
160
 
161
+ #: ../includes/class.yith-wcwl-admin-init.php:1107
162
  msgid "\"Add to Wishlist\" text"
163
  msgstr ""
164
 
165
+ #: ../includes/class.yith-wcwl-admin-init.php:1109
166
  msgid "Add to Wishlist"
167
  msgstr "הוסף לרשימת המשאלות"
168
 
169
+ #: ../includes/class.yith-wcwl-admin-init.php:1114
170
  #, fuzzy
171
  msgid "\"Browse wishlist\" text"
172
  msgstr "צפה ברשימת השמורים שלך"
173
 
174
+ #: ../includes/class.yith-wcwl-admin-init.php:1116
175
+ #: ../includes/class.yith-wcwl-ui.php:82 ../includes/class.yith-wcwl-ui.php:83
176
  msgid "Browse Wishlist"
177
  msgstr "צפה ברשימת השמורים שלך"
178
 
179
+ #: ../includes/class.yith-wcwl-admin-init.php:1121
180
  #, fuzzy
181
  msgid "\"Product already in wishlist\" text"
182
  msgstr "המוצר עדיין נמצא ברשימת המשאלות שלך."
183
 
184
+ #: ../includes/class.yith-wcwl-admin-init.php:1123
185
+ #: ../includes/class.yith-wcwl-ui.php:83
186
  msgid "The product is already in the wishlist!"
187
  msgstr "המוצר נשמר."
188
 
189
+ #: ../includes/class.yith-wcwl-admin-init.php:1128
190
  #, fuzzy
191
  msgid "\"Product added\" text"
192
  msgstr "המוצר נשמר!"
193
 
194
+ #: ../includes/class.yith-wcwl-admin-init.php:1130
195
+ #: ../includes/class.yith-wcwl-ui.php:82
196
  msgid "Product added!"
197
  msgstr "המוצר נשמר!"
198
 
199
+ #: ../includes/class.yith-wcwl-admin-init.php:1135
200
  msgid "\"Add to Cart\" text"
201
  msgstr ""
202
 
203
+ #: ../includes/class.yith-wcwl-admin-init.php:1137
204
  msgid "Add to Cart"
205
  msgstr "הוסף לסל"
206
 
207
+ #: ../includes/class.yith-wcwl-admin-init.php:1142
208
  #, fuzzy
209
  msgid "Show Unit price"
210
  msgstr "מחיר ליחידה"
211
 
212
+ #: ../includes/class.yith-wcwl-admin-init.php:1143
213
  msgid "Show unit price for each product in wishlist"
214
  msgstr ""
215
 
216
+ #: ../includes/class.yith-wcwl-admin-init.php:1150
217
  #, fuzzy
218
  msgid "Show \"Add to Cart\" button"
219
  msgstr "\"הוסף לסל\" כפתור טקסט (hover)"
220
 
221
+ #: ../includes/class.yith-wcwl-admin-init.php:1151
222
  #, fuzzy
223
  msgid "Show \"Add to Cart\" button for each product in wishlist"
224
  msgstr "\"הוסף לסל\" כפתור טקסט (hover)"
225
 
226
+ #: ../includes/class.yith-wcwl-admin-init.php:1158
227
  #, fuzzy
228
  msgid "Show Stock status"
229
  msgstr "מצב מלאי"
230
 
231
+ #: ../includes/class.yith-wcwl-admin-init.php:1159
232
  msgid ""
233
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
234
  msgstr ""
235
 
236
+ #: ../includes/class.yith-wcwl-admin-init.php:1166
237
  msgid "Show Date of addition"
238
  msgstr ""
239
 
240
+ #: ../includes/class.yith-wcwl-admin-init.php:1167
241
  #, fuzzy
242
  msgid "Show the date when users have added a product to the wishlist"
243
  msgstr "ארעה שגיאה בזמן הוספת המוצר לרשימה."
244
 
245
+ #: ../includes/class.yith-wcwl-admin-init.php:1174
246
  #, fuzzy
247
  msgid "Add second remove button"
248
  msgstr "\"הוסף לסל\" כפתור טקסט (hover)"
249
 
250
+ #: ../includes/class.yith-wcwl-admin-init.php:1175
251
  msgid "Add a second remove button in the last column, with extended label"
252
  msgstr ""
253
 
254
+ #: ../includes/class.yith-wcwl-admin-init.php:1190
255
  msgid "Styles"
256
  msgstr "סגנונות עיצוב"
257
 
258
+ #: ../includes/class.yith-wcwl-admin-init.php:1197
259
  msgid "Use buttons"
260
  msgstr "השתמש בכפתורים"
261
 
262
+ #: ../includes/class.yith-wcwl-admin-init.php:1198
263
  #, fuzzy
264
  msgid "Use buttons instead of simple anchors."
265
  msgstr "השתמש בכפתורים במקום קישורים רגילים."
266
 
267
+ #: ../includes/class.yith-wcwl-admin-init.php:1204
268
  msgid "Custom CSS"
269
  msgstr "הכנס שורות CSS משלך"
270
 
271
+ #: ../includes/class.yith-wcwl-admin-init.php:1211
272
  msgid "Use theme style"
273
  msgstr "השתמש בעיצוב של התבנית שלך"
274
 
275
+ #: ../includes/class.yith-wcwl-admin-init.php:1212
276
  msgid "Use the theme style."
277
  msgstr "השתמש בעיצוב של תבנית האתר."
278
 
279
+ #: ../includes/class.yith-wcwl-admin-init.php:1218
280
  #, fuzzy
281
  msgid "Rounded buttons"
282
  msgstr "השתמש בכפתורים"
283
 
284
+ #: ../includes/class.yith-wcwl-admin-init.php:1219
285
  #, fuzzy
286
  msgid "Make button corners rounded"
287
  msgstr "הצג את הכפתורים עם פינות מעוגלות"
288
 
289
+ #: ../includes/class.yith-wcwl-admin-init.php:1225
290
  msgid "\"Add to Wishlist\" icon"
291
  msgstr ""
292
 
293
+ #: ../includes/class.yith-wcwl-admin-init.php:1226
294
  msgid "Add an icon to the \"Add to Wishlist\" button"
295
  msgstr ""
296
 
297
+ #: ../includes/class.yith-wcwl-admin-init.php:1236
298
  msgid "\"Add to Cart\" icon"
299
  msgstr ""
300
 
301
+ #: ../includes/class.yith-wcwl-admin-init.php:1237
302
  msgid "Add an icon to the \"Add to Cart\" button"
303
  msgstr ""
304
 
305
+ #: ../includes/class.yith-wcwl-admin-init.php:1255
306
  msgid "Social Networks & Share"
307
  msgstr ""
308
 
309
+ #: ../includes/class.yith-wcwl-admin-init.php:1262
310
  msgid "Share on Facebook"
311
  msgstr "שתף בפייסבוק"
312
 
313
+ #: ../includes/class.yith-wcwl-admin-init.php:1263
314
  #, fuzzy
315
  msgid "Show \"Share on Facebook\" button"
316
  msgstr "שתף בפייסבוק"
317
 
318
+ #: ../includes/class.yith-wcwl-admin-init.php:1269
319
  msgid "Tweet on Twitter"
320
  msgstr ""
321
 
322
+ #: ../includes/class.yith-wcwl-admin-init.php:1270
323
  #, fuzzy
324
  msgid "Show \"Tweet on Twitter\" button"
325
  msgstr "\"הוסף לסל\" כפתור טקסט (hover)"
326
 
327
+ #: ../includes/class.yith-wcwl-admin-init.php:1276
328
  msgid "Pin on Pinterest"
329
  msgstr ""
330
 
331
+ #: ../includes/class.yith-wcwl-admin-init.php:1277
332
  #, fuzzy
333
  msgid "Show \"Pin on Pinterest\" button"
334
  msgstr "\"הוסף לסל\" כפתור טקסט (hover)"
335
 
336
+ #: ../includes/class.yith-wcwl-admin-init.php:1283
337
  msgid "Share on Google+"
338
  msgstr "שתף בגוגל+"
339
 
340
+ #: ../includes/class.yith-wcwl-admin-init.php:1284
341
  #, fuzzy
342
  msgid "Show \"Share on Google+\" button"
343
  msgstr "שתף בפייסבוק"
344
 
345
+ #: ../includes/class.yith-wcwl-admin-init.php:1290
346
  msgid "Share by Email"
347
  msgstr ""
348
 
349
+ #: ../includes/class.yith-wcwl-admin-init.php:1291
350
  #, fuzzy
351
  msgid "Show \"Share by Email\" button"
352
  msgstr "\"הוסף לסל\" כפתור טקסט (hover)"
353
 
354
+ #: ../includes/class.yith-wcwl-admin-init.php:1297
355
  #, fuzzy
356
  msgid "Social title"
357
  msgstr "כותרת רשימת משאלות"
358
 
359
+ #: ../includes/class.yith-wcwl-admin-init.php:1304
360
  msgid "Social text"
361
  msgstr ""
362
 
363
+ #: ../includes/class.yith-wcwl-admin-init.php:1305
364
  msgid ""
365
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
366
  "strong> where you want to show the URL of your wishlist."
367
  msgstr ""
368
 
369
+ #: ../includes/class.yith-wcwl-admin-init.php:1312
370
  msgid "Social image URL"
371
  msgstr ""
372
 
373
+ #: ../includes/class.yith-wcwl-admin-init.php:1313
374
  msgid "It will be used by Pinterest."
375
  msgstr ""
376
 
377
+ #: ../includes/class.yith-wcwl-admin-init.php:1327
378
+ #, php-format
379
  msgid ""
380
  "If you want to take advantage of this feature, you could consider to "
381
  "purchase the %s."
382
  msgstr ""
383
 
384
+ #: ../includes/class.yith-wcwl-admin-init.php:1332
385
  msgid "YITH WooCommerce Frequently Bought Together Integration"
386
  msgstr ""
387
 
388
+ #: ../includes/class.yith-wcwl-admin-init.php:1339
389
  msgid "Enable slider in wishlist"
390
  msgstr ""
391
 
392
+ #: ../includes/class.yith-wcwl-admin-init.php:1340
393
+ #, php-format
394
  msgid ""
395
  "Choose to enable product slider in wishlist page with linked products (<a "
396
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
397
  msgstr ""
398
 
399
+ #: ../includes/class.yith-wcwl-admin-init.php:1376
400
  #, fuzzy
401
  msgid "\"Add to wishlist\" button"
402
  msgstr "הוסף לרשימת המשאלות"
403
 
404
+ #: ../includes/class.yith-wcwl-admin-init.php:1379
405
+ #: ../includes/class.yith-wcwl-admin-init.php:1397
406
+ #: ../includes/class.yith-wcwl-admin-init.php:1415
407
+ #: ../includes/class.yith-wcwl-admin-init.php:1433
408
+ #: ../includes/class.yith-wcwl-admin-init.php:1451
409
  msgid "Background"
410
  msgstr ""
411
 
412
+ #: ../includes/class.yith-wcwl-admin-init.php:1380
413
+ #: ../includes/class.yith-wcwl-admin-init.php:1398
414
+ #: ../includes/class.yith-wcwl-admin-init.php:1416
415
+ #: ../includes/class.yith-wcwl-admin-init.php:1434
416
+ #: ../includes/class.yith-wcwl-admin-init.php:1452
417
  msgid "Text"
418
  msgstr ""
419
 
420
+ #: ../includes/class.yith-wcwl-admin-init.php:1381
421
+ #: ../includes/class.yith-wcwl-admin-init.php:1399
422
+ #: ../includes/class.yith-wcwl-admin-init.php:1417
423
+ #: ../includes/class.yith-wcwl-admin-init.php:1435
424
+ #: ../includes/class.yith-wcwl-admin-init.php:1453
425
  msgid "Border"
426
  msgstr ""
427
 
428
+ #: ../includes/class.yith-wcwl-admin-init.php:1388
429
+ #: ../includes/class.yith-wcwl-admin-init.php:1406
430
+ #: ../includes/class.yith-wcwl-admin-init.php:1424
431
+ #: ../includes/class.yith-wcwl-admin-init.php:1442
432
  msgid "Background (hover)"
433
  msgstr ""
434
 
435
+ #: ../includes/class.yith-wcwl-admin-init.php:1389
436
+ #: ../includes/class.yith-wcwl-admin-init.php:1407
437
+ #: ../includes/class.yith-wcwl-admin-init.php:1425
438
+ #: ../includes/class.yith-wcwl-admin-init.php:1443
439
  msgid "Text (hover)"
440
  msgstr ""
441
 
442
+ #: ../includes/class.yith-wcwl-admin-init.php:1390
443
+ #: ../includes/class.yith-wcwl-admin-init.php:1408
444
+ #: ../includes/class.yith-wcwl-admin-init.php:1426
445
+ #: ../includes/class.yith-wcwl-admin-init.php:1444
446
  msgid "Border (hover)"
447
  msgstr ""
448
 
449
+ #: ../includes/class.yith-wcwl-admin-init.php:1394
450
  #, fuzzy
451
  msgid "\"Add to Cart\" button"
452
  msgstr "\"הוסף לסל\" כפתור טקסט (hover)"
453
 
454
+ #: ../includes/class.yith-wcwl-admin-init.php:1412
455
  msgid "\"Style 1\" button"
456
  msgstr ""
457
 
458
+ #: ../includes/class.yith-wcwl-admin-init.php:1430
459
  msgid "\"Style 2\" button"
460
  msgstr ""
461
 
462
+ #: ../includes/class.yith-wcwl-admin-init.php:1448
463
  #, fuzzy
464
  msgid "Wishlist table"
465
  msgstr "כותרת רשימת משאלות"
466
 
467
+ #: ../includes/class.yith-wcwl-admin-init.php:1457
468
  msgid "Headers"
469
  msgstr ""
470
 
471
+ #: ../includes/class.yith-wcwl-admin-init.php:1460
472
  msgid "Background color"
473
  msgstr ""
474
 
475
+ #: ../includes/class.yith-wcwl-admin-init.php:1550
476
  #, fuzzy
477
  msgid "Wishlist Activated"
478
  msgstr "כותרת רשימת משאלות"
479
 
480
+ #: ../includes/class.yith-wcwl-admin-init.php:1551
481
+ #, php-format
482
  msgid ""
483
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
484
  "can access to all the settings of our plugins that you have activated. "
486
  "options, <a href=\"%s\">discover it now</a>."
487
  msgstr ""
488
 
489
+ #: ../includes/class.yith-wcwl-admin-init.php:1562
490
  #, fuzzy
491
  msgid "Wishlist Updated"
492
  msgstr "עמוד רשימת המשאלות"
493
 
494
+ #: ../includes/class.yith-wcwl-admin-init.php:1563
495
+ #, php-format
496
  msgid ""
497
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
498
  "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
501
  "\">discover the PREMIUM version.</a>"
502
  msgstr ""
503
 
504
+ #: ../includes/class.yith-wcwl-init.php:437
505
  msgid ""
506
  "We are sorry, but this feature is available only if cookies are enabled on "
507
  "your browser."
508
  msgstr ""
509
 
510
+ #: ../includes/class.yith-wcwl-init.php:438
511
  #, fuzzy
512
  msgid "Product correctly added to cart"
513
  msgstr ".המוצר הוסף לרשימה בהצלחה"
514
 
515
+ #: ../includes/class.yith-wcwl-install.php:244
516
  msgctxt "page_slug"
517
  msgid "wishlist"
518
  msgstr ""
519
 
520
+ #: ../includes/class.yith-wcwl-privacy.php:50
521
  msgid "While you visit our site, we’ll track:"
522
  msgstr ""
523
 
524
+ #: ../includes/class.yith-wcwl-privacy.php:52
525
  msgid ""
526
  "Products you’ve added to the wishlist: we’ll use this to show you and other "
527
  "users your favourite products, and to create targeted email campaigns."
528
  msgstr ""
529
 
530
+ #: ../includes/class.yith-wcwl-privacy.php:53
531
  msgid ""
532
  "Wishlists you’ve created: we’ll keep track of the wishlists you create, and "
533
  "make them visible to the store’s staff"
534
  msgstr ""
535
 
536
+ #: ../includes/class.yith-wcwl-privacy.php:55
537
  msgid ""
538
  "We’ll also use cookies to keep track of wishlist contents while you’re "
539
  "browsing our site."
540
  msgstr ""
541
 
542
+ #: ../includes/class.yith-wcwl-privacy.php:58
543
  msgid ""
544
  "Members of our team have access to the information you provide us. For "
545
  "example, both Administrators and Shop Managers can access:"
546
  msgstr ""
547
 
548
+ #: ../includes/class.yith-wcwl-privacy.php:60
549
  msgid ""
550
  "Wishlist details, such as products added, date of addition, name and privacy "
551
  "settings of your wishlists"
552
  msgstr ""
553
 
554
+ #: ../includes/class.yith-wcwl-privacy.php:62
555
  msgid ""
556
  "Our team members have access to this information to offer you better deals "
557
  "for the products you love."
558
  msgstr ""
559
 
560
+ #: ../includes/class.yith-wcwl-privacy.php:82
561
+ #: ../includes/class.yith-wcwl-privacy.php:98
562
  #, fuzzy
563
  msgid "Customer Wishlists"
564
  msgstr "הוסף לרשימת המשאלות"
565
 
566
+ #: ../includes/class.yith-wcwl-privacy.php:133
567
  #, fuzzy
568
  msgid "Wishlists"
569
  msgstr "רשימת משאלות"
570
 
571
+ #: ../includes/class.yith-wcwl-privacy.php:195
572
+ #, fuzzy, php-format
 
573
  msgid "Removed wishlist %s."
574
  msgstr "רשימת המשאלות שלי ב-%s"
575
 
576
+ #: ../includes/class.yith-wcwl-privacy.php:199
577
+ #, fuzzy, php-format
 
578
  msgid "Wishlist %s has been retained."
579
  msgstr "טקסט בטבלת הרשימה"
580
 
581
+ #: ../includes/class.yith-wcwl-privacy.php:210
582
  msgid "Removed default user's wishlist"
583
  msgstr ""
584
 
585
+ #: ../includes/class.yith-wcwl-privacy.php:228
586
  msgid "Token"
587
  msgstr ""
588
 
589
+ #: ../includes/class.yith-wcwl-privacy.php:229
590
  #, fuzzy
591
  msgid "Wishlist url"
592
  msgstr "רשימת משאלות"
593
 
594
+ #: ../includes/class.yith-wcwl-privacy.php:230
595
  msgid "Title"
596
  msgstr ""
597
 
598
+ #: ../includes/class.yith-wcwl-privacy.php:231
599
  msgctxt "date wishlist was created"
600
  msgid "Created on"
601
  msgstr ""
602
 
603
+ #: ../includes/class.yith-wcwl-privacy.php:232
604
  msgid "Visibility"
605
  msgstr ""
606
 
607
+ #: ../includes/class.yith-wcwl-privacy.php:233
608
  msgid "Items Added"
609
  msgstr ""
610
 
611
+ #: ../includes/class.yith-wcwl-privacy.php:283
612
+ #: ../templates/wishlist-view.php:212
613
  #, fuzzy
614
  msgid "Shared"
615
  msgstr "שתף ברשת:"
616
 
617
+ #: ../includes/class.yith-wcwl-privacy.php:286
618
+ #: ../templates/wishlist-view.php:215
619
  msgid "Private"
620
  msgstr ""
621
 
622
+ #: ../includes/class.yith-wcwl-privacy.php:289
623
+ #: ../templates/wishlist-view.php:218
624
  msgid "Public"
625
  msgstr ""
626
 
627
+ #: ../includes/class.yith-wcwl-shortcode.php:45
628
  #, fuzzy
629
  msgctxt "[gutenberg]: block name"
630
  msgid "YITH Add to Wishlist"
631
  msgstr "הוסף לרשימת המשאלות"
632
 
633
+ #: ../includes/class.yith-wcwl-shortcode.php:46
634
  #, fuzzy
635
  msgctxt "[gutenberg]: block description"
636
  msgid "Shows Add to Wishlist button"
637
  msgstr "הוסף לרשימת המשאלות"
638
 
639
+ #: ../includes/class.yith-wcwl-shortcode.php:51
640
  msgid ""
641
  "ID of the product to add to wishlist (leave empty to use global product)"
642
  msgstr ""
643
 
644
+ #: ../includes/class.yith-wcwl-shortcode.php:56
645
  msgid "Url of wishlist page (leave empty to use default)"
646
  msgstr ""
647
 
648
+ #: ../includes/class.yith-wcwl-shortcode.php:61
649
  msgid "Button label (leave empty to use default)"
650
  msgstr ""
651
 
652
+ #: ../includes/class.yith-wcwl-shortcode.php:66
653
  msgid "\"Browse wishlist\" label (leave empty to use default)"
654
  msgstr ""
655
 
656
+ #: ../includes/class.yith-wcwl-shortcode.php:71
657
  #, fuzzy
658
  msgid "\"Product already in wishlist\" label (leave empty to use default)"
659
  msgstr "המוצר עדיין נמצא ברשימת המשאלות שלך."
660
 
661
+ #: ../includes/class.yith-wcwl-shortcode.php:76
662
  msgid "\"Product added to wishlist\" label (leave empty to use default)"
663
  msgstr ""
664
 
665
+ #: ../includes/class.yith-wcwl-shortcode.php:81
666
  msgid ""
667
  "Icon for the button (use any FontAwesome valid class, or leave empty to use "
668
  "default)"
669
  msgstr ""
670
 
671
+ #: ../includes/class.yith-wcwl-shortcode.php:86
672
  msgid "Additional css classes for the button (leave empty to use default)"
673
  msgstr ""
674
 
675
+ #: ../includes/class.yith-wcwl-shortcode.php:94
676
  #, fuzzy
677
  msgctxt "[gutenberg]: block name"
678
  msgid "YITH Wishlist"
679
  msgstr "אפשר שימוש ברשימת המשאלות של YITH"
680
 
681
+ #: ../includes/class.yith-wcwl-shortcode.php:95
682
  #, fuzzy
683
  msgctxt "[gutenberg]: block description"
684
  msgid "Shows list of products in wishlist"
685
  msgstr "\"הוסף לסל\" כפתור טקסט (hover)"
686
 
687
+ #: ../includes/class.yith-wcwl-shortcode.php:100
688
  msgid "Choose whether to paginate items in the wishlist or show them all"
689
  msgstr ""
690
 
691
+ #: ../includes/class.yith-wcwl-shortcode.php:103
692
  msgid "Paginate"
693
  msgstr ""
694
 
695
+ #: ../includes/class.yith-wcwl-shortcode.php:104
696
  msgid "Do not paginate"
697
  msgstr ""
698
 
699
+ #: ../includes/class.yith-wcwl-shortcode.php:109
700
  msgid "Number of items to show for each page"
701
  msgstr ""
702
 
703
+ #: ../includes/class.yith-wcwl-shortcode.php:114
704
  msgid "ID of the wishlist to show (EG: K6EOWXB888ZD)"
705
  msgstr ""
706
 
707
+ #: ../includes/class.yith-wcwl-shortcode.php:386
708
+ #: ../includes/class.yith-wcwl-ui.php:164
709
  msgid "Share on:"
710
  msgstr "שתף ברשת:"
711
 
712
+ #: ../includes/class.yith-wcwl-ui.php:118
713
+ #: ../includes/class.yith-wcwl-ui.php:200
714
  msgid "Select options"
715
  msgstr "בחירת דגם"
716
 
717
+ #: ../includes/class.yith-wcwl-ui.php:168 ../templates/share.php:20
718
  msgid "Facebook"
719
  msgstr "פייסבוק"
720
 
721
+ #: ../includes/class.yith-wcwl-ui.php:171 ../templates/share.php:26
722
  msgid "Twitter"
723
  msgstr "טוויטר"
724
 
725
+ #: ../includes/class.yith-wcwl-ui.php:180
726
  msgid "email"
727
  msgstr ""
728
 
729
+ #: ../includes/class.yith-wcwl.php:201
730
  #, fuzzy
731
  msgid "An error occurred while adding products to the wishlist."
732
  msgstr "ארעה שגיאה בזמן הוספת המוצר לרשימה."
733
 
734
+ #: ../includes/class.yith-wcwl.php:293
735
  #, fuzzy
736
  msgid "An error occurred while adding products to wishlist."
737
  msgstr "ארעה שגיאה בזמן הוספת המוצר לרשימה."
738
 
739
+ #: ../includes/class.yith-wcwl.php:310
740
  msgid "The \"Remove\" option now does not require any parameter"
741
  msgstr ""
742
 
743
+ #: ../includes/class.yith-wcwl.php:359
744
  #, fuzzy
745
  msgid "An error occurred while removing products from the wishlist"
746
  msgstr "ארעה שגיאה בזמן הסרת המוצר מהרשימה"
747
 
748
+ #: ../includes/class.yith-wcwl.php:809
749
  msgid "You need to log in before creating a new wishlist"
750
  msgstr ""
751
 
752
+ #: ../includes/class.yith-wcwl.php:1610
753
  msgid "Product successfully removed."
754
  msgstr "המוצר הוסר מהרשימה בהצלחה."
755
 
756
+ #: ../includes/class.yith-wcwl.php:1614
757
  msgid "Error. Unable to remove the product from the wishlist."
758
  msgstr "שגיאה. לא הצלחנו להסיר את המוצר מרשימת המשאלות."
759
 
760
+ #: ../includes/class.yith-wcwl.php:1618 ../templates/wishlist-view.php:242
761
  msgid "No products were added to the wishlist"
762
  msgstr "אין מוצרים ברשימת המשאלות שלך."
763
 
764
+ #: ../includes/class.yith-wcwl.php:1660
765
  msgid "An error as occurred."
766
  msgstr ""
767
 
768
+ #: ../init.php:130
769
  msgid "is enabled but not effective. It requires WooCommerce in order to work."
770
  msgstr ""
771
 
772
+ #: ../init.php:140
773
  msgid "You can't activate the free version of"
774
  msgstr ""
775
 
776
+ #: ../init.php:140
777
  msgid "while you are using the premium one."
778
  msgstr ""
779
 
780
+ #: ../templates/admin/wishlist-panel-premium.php:185
781
+ #: ../templates/admin/wishlist-panel-premium.php:383
782
+ #, php-format
783
  msgid ""
784
  "Upgrade to the %1$spremium version%2$s%3$sof %1$sYITH WooCommerce Wishlist"
785
  "%2$s to benefit from all features!"
786
  msgstr ""
787
 
788
+ #: ../templates/admin/wishlist-panel-premium.php:187
789
+ #: ../templates/admin/wishlist-panel-premium.php:385
790
+ #, php-format
791
  msgid "%1$sUPGRADE%2$s%3$s to the premium version%2$s"
792
  msgstr ""
793
 
794
+ #: ../templates/admin/wishlist-panel-premium.php:193
795
  msgid "Premium Features"
796
  msgstr ""
797
 
798
+ #: ../templates/admin/wishlist-panel-premium.php:196
799
+ #: ../templates/admin/wishlist-panel-premium.php:201
800
  msgid "Multiple Wishlist"
801
  msgstr ""
802
 
803
+ #: ../templates/admin/wishlist-panel-premium.php:203
804
+ #, php-format
805
  msgid ""
806
  "%1$sDoes it ever happened to you to have too many wishes for a single wish "
807
  "list?%2$s%3$s The possibility to manage one's wishes is a fundamental "
812
  "manage and share their own wish lists."
813
  msgstr ""
814
 
815
+ #: ../templates/admin/wishlist-panel-premium.php:212
816
+ #: ../templates/admin/wishlist-panel-premium.php:222
817
  msgid "Wishlist Private"
818
  msgstr ""
819
 
820
+ #: ../templates/admin/wishlist-panel-premium.php:214
821
+ #, php-format
822
  msgid ""
823
  "By enabling the option wishlist, users will also have the possibility to "
824
  "%1$smanage the visibility%2$s of their wish lists according to one of the "
825
  "following options:"
826
  msgstr ""
827
 
828
+ #: ../templates/admin/wishlist-panel-premium.php:216
829
+ #, php-format
830
  msgid "%1$spublic:%2$s all users can look for your wish list and see it;"
831
  msgstr ""
832
 
833
+ #: ../templates/admin/wishlist-panel-premium.php:217
834
+ #, php-format
835
  msgid ""
836
  "%1$sshared:%2$s only users possessing a direct link to the wish list page "
837
  "can display it;"
838
  msgstr ""
839
 
840
+ #: ../templates/admin/wishlist-panel-premium.php:218
841
+ #, php-format
842
  msgid "%1$sprivate:%2$s only the wish list creator can see it."
843
  msgstr ""
844
 
845
+ #: ../templates/admin/wishlist-panel-premium.php:229
846
+ #: ../templates/admin/wishlist-panel-premium.php:234
847
  msgid "Estimate Cost"
848
  msgstr ""
849
 
850
+ #: ../templates/admin/wishlist-panel-premium.php:236
851
+ #, php-format
852
  msgid ""
853
  "%1$sDo you want to add the possibility to ask for estimates of costs into "
854
  "your catalogue?%3$s Do you want to manage customised packets for faithful "
860
  "address that you have previously set."
861
  msgstr ""
862
 
863
+ #: ../templates/admin/wishlist-panel-premium.php:245
864
+ #: ../templates/admin/wishlist-panel-premium.php:250
865
  msgid "Admin Panel"
866
  msgstr ""
867
 
868
+ #: ../templates/admin/wishlist-panel-premium.php:247
869
+ #, php-format
870
  msgid ""
871
  "Thanks to the useful Admin panel, accessible directly among the WooCommerce "
872
  "submenu pages, you will have total control on users' wishlists. In addition "
876
  "in customers' wish lists."
877
  msgstr ""
878
 
879
+ #: ../templates/admin/wishlist-panel-premium.php:257
880
+ #: ../templates/admin/wishlist-panel-premium.php:262
881
  msgid "Search Wishlists"
882
  msgstr ""
883
 
884
+ #: ../templates/admin/wishlist-panel-premium.php:264
885
+ #, php-format
886
  msgid ""
887
  "How many times have you been looking for the perfect gift for a important "
888
  "event but you had no idea of what to buy? %1$s'Search wishlists'%2$s allows "
891
  "your products and even encourage users to purchase."
892
  msgstr ""
893
 
894
+ #: ../templates/admin/wishlist-panel-premium.php:273
895
  msgid "'ADD TO CART' CHECKBOX"
896
  msgstr ""
897
 
898
+ #: ../templates/admin/wishlist-panel-premium.php:275
899
+ #, php-format
900
  msgid ""
901
  "Your shop offers always a wide selection of products and wishlists of your "
902
  "users get more and more crowded everyday. Give them the possibility to "
904
  "just with one click."
905
  msgstr ""
906
 
907
+ #: ../templates/admin/wishlist-panel-premium.php:278
908
  msgid "'ADD TO CART'"
909
  msgstr ""
910
 
911
+ #: ../templates/admin/wishlist-panel-premium.php:285
912
  msgid "DISABLE WISHLIST"
913
  msgstr ""
914
 
915
+ #: ../templates/admin/wishlist-panel-premium.php:290
916
  msgid "DISABLE WISHLIST FOR UNLOGGED USERS"
917
  msgstr ""
918
 
919
+ #: ../templates/admin/wishlist-panel-premium.php:292
920
+ #, php-format
921
  msgid ""
922
  "Favour users that have registered to your shop and disable plugin "
923
  "functionalities for all users that have not. By disabling this option, each "
925
  "%2$s to \"My Account\" page and a message will invite them to log in."
926
  msgstr ""
927
 
928
+ #: ../templates/admin/wishlist-panel-premium.php:301
929
  msgid "MESSAGE TO UNLOGGED USERS"
930
  msgstr ""
931
 
932
+ #: ../templates/admin/wishlist-panel-premium.php:303
933
+ #, php-format
934
  msgid ""
935
  "Invite users that are visiting your shop to login if they want to fully "
936
  "benefit from Wishlist functionalities. Show a %1$scustomised message%2$s and "
937
  "redirect them to \"My Account\" page for registration."
938
  msgstr ""
939
 
940
+ #: ../templates/admin/wishlist-panel-premium.php:306
941
  msgid "UNLOGGED USERS"
942
  msgstr ""
943
 
944
+ #: ../templates/admin/wishlist-panel-premium.php:313
945
+ #: ../templates/admin/wishlist-panel-premium.php:318
946
  msgid "POPULAR TABLE"
947
  msgstr ""
948
 
949
+ #: ../templates/admin/wishlist-panel-premium.php:320
950
+ #, php-format
951
  msgid ""
952
  "Some products draw customer's attention more than others and they do not "
953
  "hesitate to add products to their wishlist. Table %1$s'Popular'%2$s allows "
955
  "their wishlists."
956
  msgstr ""
957
 
958
+ #: ../templates/admin/wishlist-panel-premium.php:329
959
  msgid "FUNCTIONALITIES IN ONE CLICK"
960
  msgstr ""
961
 
962
+ #: ../templates/admin/wishlist-panel-premium.php:331
963
+ #, php-format
964
  msgid ""
965
  "Users have the possibility to search for a wishlist, create a new one or "
966
  "display those already created. Add these %1$sfunctionalities%2$s through the "
967
  "dedicated widgets or show them immediately after \"Wishlist\" table."
968
  msgstr ""
969
 
970
+ #: ../templates/admin/wishlist-panel-premium.php:334
971
  msgid "FUNCTIONALITIES"
972
  msgstr ""
973
 
974
+ #: ../templates/admin/wishlist-panel-premium.php:341
975
+ #: ../templates/admin/wishlist-panel-premium.php:346
976
  msgid "PROMOTIONAL EMAIL"
977
  msgstr ""
978
 
979
+ #: ../templates/admin/wishlist-panel-premium.php:348
980
+ #, php-format
981
  msgid ""
982
  "If you want to give the right input to your users to persuade them to "
983
  "%1$spurchase the products%2$s they have in their wishlists, you need to use "
986
  "will know you are offering a unique offer!"
987
  msgstr ""
988
 
989
+ #: ../templates/admin/wishlist-panel-premium.php:357
990
  msgid "FROM A WISHLIST TO ANOTHER"
991
  msgstr ""
992
 
993
+ #: ../templates/admin/wishlist-panel-premium.php:359
994
+ #, php-format
995
  msgid ""
996
  "Who said that a product has to remain forever in the same wishlist? With the "
997
  "option %1$s\"Show \"Move to another wishlist\" dropdown menu\"%2$s, with "
999
  "another one, managing as they want their lists."
1000
  msgstr ""
1001
 
1002
+ #: ../templates/admin/wishlist-panel-premium.php:362
1003
  msgid "FROM A WISHLIST"
1004
  msgstr ""
1005
 
1006
+ #: ../templates/admin/wishlist-panel-premium.php:369
1007
  msgid "DATE"
1008
  msgstr ""
1009
 
1010
+ #: ../templates/admin/wishlist-panel-premium.php:374
1011
  msgid "DATE OF ADDITION TO A WISHLIST"
1012
  msgstr ""
1013
 
1014
+ #: ../templates/admin/wishlist-panel-premium.php:376
1015
+ #, php-format
1016
  msgid ""
1017
  "Activating the %1$s\"Show date of addition\"%2$s option, users can see the "
1018
  "date in which they have added a particular product to their list: a new way "
1019
  "to keep you users informed about their operations."
1020
  msgstr ""
1021
 
1022
+ #: ../templates/share.php:32
1023
  msgid "Pinterest"
1024
  msgstr ""
1025
 
1026
+ #: ../templates/share.php:38
1027
  #, fuzzy
1028
  msgid "Google+"
1029
  msgstr "שתף בגוגל+"
1030
 
1031
+ #: ../templates/share.php:44
1032
  msgid "Email"
1033
  msgstr ""
1034
 
1035
+ #: ../templates/wishlist-view.php:32
1036
  #, fuzzy
1037
  msgid "Edit title"
1038
  msgstr "כותרת רשימת משאלות"
1039
 
1040
+ #: ../templates/wishlist-view.php:41
1041
  msgid "Save"
1042
  msgstr ""
1043
 
1044
+ #: ../templates/wishlist-view.php:45
1045
  msgid "Cancel"
1046
  msgstr ""
1047
 
1048
+ #: ../templates/wishlist-view.php:82
1049
  msgid "Product Name"
1050
  msgstr "שם המוצר"
1051
 
1052
+ #: ../templates/wishlist-view.php:89
1053
  msgid "Unit Price"
1054
  msgstr "מחיר ליחידה"
1055
 
1056
+ #: ../templates/wishlist-view.php:102
1057
  msgid "Stock Status"
1058
  msgstr "מצב מלאי"
1059
 
1060
+ #: ../templates/wishlist-view.php:152 ../templates/wishlist-view.php:232
1061
  msgid "Remove this product"
1062
  msgstr "הסרת מוצר מהרשימה"
1063
 
1064
+ #: ../templates/wishlist-view.php:172
1065
  msgid "Free!"
1066
  msgstr ""
1067
 
1068
+ #: ../templates/wishlist-view.php:179
1069
  msgid "Out of Stock"
1070
  msgstr "לא קיים במלאי"
1071
 
1072
+ #: ../templates/wishlist-view.php:179
1073
  msgid "In Stock"
1074
  msgstr "קיים במלאי"
1075
 
1076
+ #: ../templates/wishlist-view.php:188
1077
+ #, php-format
1078
  msgid "Added on : %s"
1079
  msgstr ""
1080
 
1081
+ #: ../templates/wishlist-view.php:200
1082
  msgid "Move"
1083
  msgstr ""
1084
 
1085
+ #: ../templates/wishlist-view.php:232
1086
  msgid "Remove"
1087
  msgstr ""
1088
 
1089
+ #: ../templates/wishlist-view.php:259
1090
  msgid "Add the selected products to the cart"
1091
  msgstr ""
1092
 
1093
+ #: ../templates/wishlist-view.php:267 ../templates/wishlist-view.php:313
1094
  msgid "Ask for an estimate"
1095
  msgstr ""
1096
 
1097
+ #: ../templates/wishlist-view.php:303
1098
  msgid "Your email"
1099
  msgstr ""
1100
 
 
1101
  #, fuzzy
1102
+ #~ msgid "YITH WooCommerce Wishlist"
1103
+ #~ msgstr "הוסף לרשימת המשאלות"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1104
 
1105
  #, fuzzy
1106
  #~ msgid ""
languages/yith-woocommerce-wishlist-hr_HR.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-hr_HR.po CHANGED
@@ -2,15 +2,15 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
- "POT-Creation-Date: 2018-12-21 10:28:38+00:00\n"
6
- "PO-Revision-Date: 2018-10-04 14:50+0200\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
9
  "Language: hr_HR\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 2.0.8\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,66 +21,66 @@ msgstr ""
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:1484
26
- #: includes/class.yith-wcwl-admin-init.php:1485
27
- #: includes/class.yith-wcwl-install.php:245
28
  msgid "Wishlist"
29
  msgstr "Lista želja"
30
 
31
- #: includes/class.yith-wcwl-admin-init.php:161
32
  msgid "Settings"
33
  msgstr "Postavke"
34
 
35
- #: includes/class.yith-wcwl-admin-init.php:162
36
- #: includes/class.yith-wcwl-admin-init.php:243
37
  msgid "Colors"
38
  msgstr "Boje"
39
 
40
- #: includes/class.yith-wcwl-admin-init.php:163
41
  msgid "Premium Version"
42
  msgstr "Premium verzija"
43
 
44
- #: includes/class.yith-wcwl-admin-init.php:1015
45
  msgid "Enable all plugin features"
46
  msgstr ""
47
 
48
- #: includes/class.yith-wcwl-admin-init.php:1016
49
  msgid ""
50
  "Be sure to select at least one option in the Wishlist page menu in this "
51
  "settings page"
52
  msgstr ""
53
 
54
- #: includes/class.yith-wcwl-admin-init.php:1017
55
  msgctxt "[Part of]: Also, please read the plugin documentation"
56
  msgid "Also, please read the plugin"
57
  msgstr ""
58
 
59
- #: includes/class.yith-wcwl-admin-init.php:1018
60
  #, fuzzy
61
  msgctxt "[Part Of]: Also, please read the plugin documentation"
62
  msgid "documentation"
63
  msgstr "Dokumentacija dodatka"
64
 
65
- #: includes/class.yith-wcwl-admin-init.php:1024
66
  msgid "Upgrade to the PREMIUM VERSION"
67
  msgstr "Nadogradite na PREMIUM VERZIJU"
68
 
69
- #: includes/class.yith-wcwl-admin-init.php:1028
70
  msgid "Discover the Advanced Features"
71
  msgstr "Otkrijte Dodatne opcije"
72
 
73
- #: includes/class.yith-wcwl-admin-init.php:1029
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:1035
80
  msgid "Get Support and Pro Features"
81
  msgstr "Podrška i Pro Pogodnosti"
82
 
83
- #: includes/class.yith-wcwl-admin-init.php:1036
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,37 +90,38 @@ msgstr ""
90
  "proizvoda i ostvarujete godinu dana besplatnih nadogradnji i podrške preko "
91
  "naše platforme dostupne 24sata/24."
92
 
93
- #: includes/class.yith-wcwl-admin-init.php:1046
94
  msgid "General Settings"
95
  msgstr "Osnovne postavke"
96
 
97
- #: includes/class.yith-wcwl-admin-init.php:1053
98
  msgid "Enable YITH Wishlist"
99
  msgstr "Omogući YITH Listu želja"
100
 
101
- #: includes/class.yith-wcwl-admin-init.php:1060
102
  msgid "Default wishlist title"
103
  msgstr "Naslov Liste želja"
104
 
105
- #: includes/class.yith-wcwl-admin-init.php:1062
106
- #: includes/class.yith-wcwl-admin-init.php:1063
107
- #: includes/class.yith-wcwl-admin-init.php:1299
 
108
  msgid "My wishlist on %s"
109
  msgstr "Moja lista želja na %s"
110
 
111
- #: includes/class.yith-wcwl-admin-init.php:1068
112
  msgid "Wishlist Page"
113
  msgstr "Stranica Liste želja"
114
 
115
- #: includes/class.yith-wcwl-admin-init.php:1069
116
  msgid "Page contents: [yith_wcwl_wishlist]"
117
  msgstr "Sadržaj stranice"
118
 
119
- #: includes/class.yith-wcwl-admin-init.php:1078
120
  msgid "Position"
121
  msgstr "Pozicija"
122
 
123
- #: includes/class.yith-wcwl-admin-init.php:1079
124
  msgid ""
125
  "You can add the button in variable products only after the \"Add to Cart\" "
126
  "button or using the shortcode [yith_wcwl_add_to_wishlist]."
@@ -128,27 +129,27 @@ msgstr ""
128
  "Možete dodati gumb na varijacijama proizvoda samo nakon gumba \"Dodaj u "
129
  "košaricu\" koristeći shortcode [yith_wcwl_add_to_wishlist]."
130
 
131
- #: includes/class.yith-wcwl-admin-init.php:1085
132
  msgid "After \"Add to cart\""
133
  msgstr "Nakon \"Dodaj u košaricu\""
134
 
135
- #: includes/class.yith-wcwl-admin-init.php:1086
136
  msgid "After thumbnails"
137
  msgstr "Nakon minijatura"
138
 
139
- #: includes/class.yith-wcwl-admin-init.php:1087
140
  msgid "After summary"
141
  msgstr "Nakon sažetka"
142
 
143
- #: includes/class.yith-wcwl-admin-init.php:1088
144
  msgid "Use shortcode"
145
  msgstr "Koristi shorcode"
146
 
147
- #: includes/class.yith-wcwl-admin-init.php:1093
148
  msgid "Redirect to cart"
149
  msgstr "Preusmjeri na košaricu"
150
 
151
- #: includes/class.yith-wcwl-admin-init.php:1094
152
  msgid ""
153
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
154
  "page."
@@ -156,200 +157,200 @@ msgstr ""
156
  "Preusmjeri na košaricu ako je na Listi želja odabran gumb \"Dodaj u košaricu"
157
  "\"."
158
 
159
- #: includes/class.yith-wcwl-admin-init.php:1100
160
  msgid "Remove if added to the cart"
161
  msgstr "Obriši ako je dodan u košaricu"
162
 
163
- #: includes/class.yith-wcwl-admin-init.php:1101
164
  msgid "Remove the product from the wishlist if it has been added to the cart."
165
  msgstr "Obriši proizvod iz liste želja ako je dodan u košaricu."
166
 
167
- #: includes/class.yith-wcwl-admin-init.php:1107
168
  msgid "\"Add to Wishlist\" text"
169
  msgstr "Tekst za \"Dodaj u listu želja\""
170
 
171
- #: includes/class.yith-wcwl-admin-init.php:1109
172
  msgid "Add to Wishlist"
173
  msgstr "Dodaj u košaricu"
174
 
175
- #: includes/class.yith-wcwl-admin-init.php:1114
176
  msgid "\"Browse wishlist\" text"
177
  msgstr "Tekst za \"Pregledaj listu želja\""
178
 
179
- #: includes/class.yith-wcwl-admin-init.php:1116
180
- #: includes/class.yith-wcwl-ui.php:82 includes/class.yith-wcwl-ui.php:83
181
  msgid "Browse Wishlist"
182
  msgstr "Pregledaj listu želja"
183
 
184
- #: includes/class.yith-wcwl-admin-init.php:1121
185
  msgid "\"Product already in wishlist\" text"
186
  msgstr "Tekst za \"Proizvod je već dodan u listu želja\""
187
 
188
- #: includes/class.yith-wcwl-admin-init.php:1123
189
- #: includes/class.yith-wcwl-ui.php:83
190
  msgid "The product is already in the wishlist!"
191
  msgstr "Proizvod je već dodan u listu želja!"
192
 
193
- #: includes/class.yith-wcwl-admin-init.php:1128
194
  msgid "\"Product added\" text"
195
  msgstr "Tekst za \"Proizvod je dodan\""
196
 
197
- #: includes/class.yith-wcwl-admin-init.php:1130
198
- #: includes/class.yith-wcwl-ui.php:82
199
  msgid "Product added!"
200
  msgstr "Proizvod je dodan!"
201
 
202
- #: includes/class.yith-wcwl-admin-init.php:1135
203
  msgid "\"Add to Cart\" text"
204
  msgstr "Tekst za \"Dodaj u košaricu\""
205
 
206
- #: includes/class.yith-wcwl-admin-init.php:1137
207
  msgid "Add to Cart"
208
  msgstr "Dodaj u košaricu"
209
 
210
- #: includes/class.yith-wcwl-admin-init.php:1142
211
  msgid "Show Unit price"
212
  msgstr "Prikaži cijenu jedinice"
213
 
214
- #: includes/class.yith-wcwl-admin-init.php:1143
215
  msgid "Show unit price for each product in wishlist"
216
  msgstr "Prikaži cijenu jedinice za svaki proizvod u listi želja"
217
 
218
- #: includes/class.yith-wcwl-admin-init.php:1150
219
  msgid "Show \"Add to Cart\" button"
220
  msgstr "Prikaži gumb \"Dodaj u listu želja\""
221
 
222
- #: includes/class.yith-wcwl-admin-init.php:1151
223
  msgid "Show \"Add to Cart\" button for each product in wishlist"
224
  msgstr "Prikaži gumb \"Dodaj u košaricu\" za svaki proizvod u listi želja"
225
 
226
- #: includes/class.yith-wcwl-admin-init.php:1158
227
  msgid "Show Stock status"
228
  msgstr "Prikaži status zalihe"
229
 
230
- #: includes/class.yith-wcwl-admin-init.php:1159
231
  msgid ""
232
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
233
  msgstr ""
234
  "Prikaži \"Na zalihi\" ili \"Nema na zalihi\" za svaki proizvod u listi želja"
235
 
236
- #: includes/class.yith-wcwl-admin-init.php:1166
237
  msgid "Show Date of addition"
238
  msgstr "Prikaži datum dodavanja"
239
 
240
- #: includes/class.yith-wcwl-admin-init.php:1167
241
  msgid "Show the date when users have added a product to the wishlist"
242
  msgstr "Prikaži datum kada je korisnik dodao proizvod u listu želja"
243
 
244
- #: includes/class.yith-wcwl-admin-init.php:1174
245
  msgid "Add second remove button"
246
  msgstr "Dodaj drugi gumb za brisanje"
247
 
248
- #: includes/class.yith-wcwl-admin-init.php:1175
249
  msgid "Add a second remove button in the last column, with extended label"
250
  msgstr "Dodaj drugi gumb za brisanje u zadnjem redu, sa produženim natpisom"
251
 
252
- #: includes/class.yith-wcwl-admin-init.php:1190
253
  msgid "Styles"
254
  msgstr "Stilovi"
255
 
256
- #: includes/class.yith-wcwl-admin-init.php:1197
257
  msgid "Use buttons"
258
  msgstr "Koristi gumbove"
259
 
260
- #: includes/class.yith-wcwl-admin-init.php:1198
261
  msgid "Use buttons instead of simple anchors."
262
  msgstr "Koristi gumbove umjesto jednostavih natpisa."
263
 
264
- #: includes/class.yith-wcwl-admin-init.php:1204
265
  msgid "Custom CSS"
266
  msgstr "Prilagođeni CSS"
267
 
268
- #: includes/class.yith-wcwl-admin-init.php:1211
269
  msgid "Use theme style"
270
  msgstr "Koristi stil teme"
271
 
272
- #: includes/class.yith-wcwl-admin-init.php:1212
273
  msgid "Use the theme style."
274
  msgstr "Koristi stil teme."
275
 
276
- #: includes/class.yith-wcwl-admin-init.php:1218
277
  msgid "Rounded buttons"
278
  msgstr "Zaobljeni rubovi gumbova"
279
 
280
- #: includes/class.yith-wcwl-admin-init.php:1219
281
  msgid "Make button corners rounded"
282
  msgstr "Koristi zaobljene rubove gumbova"
283
 
284
- #: includes/class.yith-wcwl-admin-init.php:1225
285
  msgid "\"Add to Wishlist\" icon"
286
  msgstr "Ikona za \"Dodaj u listu želja\""
287
 
288
- #: includes/class.yith-wcwl-admin-init.php:1226
289
  msgid "Add an icon to the \"Add to Wishlist\" button"
290
  msgstr "Dodaj ikonu za gumb \"Dodaj u listu želja\""
291
 
292
- #: includes/class.yith-wcwl-admin-init.php:1236
293
  msgid "\"Add to Cart\" icon"
294
  msgstr "Gumb za \"Dodaj u košaricu\""
295
 
296
- #: includes/class.yith-wcwl-admin-init.php:1237
297
  msgid "Add an icon to the \"Add to Cart\" button"
298
  msgstr "Dodaj ikonu za gumb \"Dodaj u košaricu\""
299
 
300
- #: includes/class.yith-wcwl-admin-init.php:1255
301
  msgid "Social Networks & Share"
302
  msgstr "Društvene mreže i dijeljenje"
303
 
304
- #: includes/class.yith-wcwl-admin-init.php:1262
305
  msgid "Share on Facebook"
306
  msgstr "Podijeli na Facebooku"
307
 
308
- #: includes/class.yith-wcwl-admin-init.php:1263
309
  msgid "Show \"Share on Facebook\" button"
310
  msgstr "Prikaži gumb \"Podijeli na Facebooku\""
311
 
312
- #: includes/class.yith-wcwl-admin-init.php:1269
313
  msgid "Tweet on Twitter"
314
  msgstr "Tweet-aj na Twitteru"
315
 
316
- #: includes/class.yith-wcwl-admin-init.php:1270
317
  msgid "Show \"Tweet on Twitter\" button"
318
  msgstr "Prikaži gumb \"Tweet-aj na Twitteru\""
319
 
320
- #: includes/class.yith-wcwl-admin-init.php:1276
321
  msgid "Pin on Pinterest"
322
  msgstr "Pinaj na Pinterestu"
323
 
324
- #: includes/class.yith-wcwl-admin-init.php:1277
325
  msgid "Show \"Pin on Pinterest\" button"
326
  msgstr "Prikaži gumb \"Pinaj na Pinterestu\""
327
 
328
- #: includes/class.yith-wcwl-admin-init.php:1283
329
  msgid "Share on Google+"
330
  msgstr "Podijeli na Google+"
331
 
332
- #: includes/class.yith-wcwl-admin-init.php:1284
333
  msgid "Show \"Share on Google+\" button"
334
  msgstr "Prikaži gumb \"Podijeli na Google+\""
335
 
336
- #: includes/class.yith-wcwl-admin-init.php:1290
337
  msgid "Share by Email"
338
  msgstr "Podijeli preko Emaila"
339
 
340
- #: includes/class.yith-wcwl-admin-init.php:1291
341
  msgid "Show \"Share by Email\" button"
342
  msgstr "Prikaži gumb \"Podijeli preko emaila\""
343
 
344
- #: includes/class.yith-wcwl-admin-init.php:1297
345
  msgid "Social title"
346
  msgstr "Naslov za objavu"
347
 
348
- #: includes/class.yith-wcwl-admin-init.php:1304
349
  msgid "Social text"
350
  msgstr "Tekst za objavu"
351
 
352
- #: includes/class.yith-wcwl-admin-init.php:1305
353
  msgid ""
354
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
355
  "strong> where you want to show the URL of your wishlist."
@@ -357,30 +358,32 @@ msgstr ""
357
  "Ovo će se koristiti na Twitteru i Pinterestu. Koristite <strong>%wishlist_url"
358
  "%</strong> gdje želite prikazati URL vaše liste želja."
359
 
360
- #: includes/class.yith-wcwl-admin-init.php:1312
361
  msgid "Social image URL"
362
  msgstr "Link na sliku za objave"
363
 
364
- #: includes/class.yith-wcwl-admin-init.php:1313
365
  msgid "It will be used by Pinterest."
366
  msgstr "Korisititi će se na Pinterestu."
367
 
368
- #: includes/class.yith-wcwl-admin-init.php:1327
 
369
  msgid ""
370
  "If you want to take advantage of this feature, you could consider to "
371
  "purchase the %s."
372
  msgstr ""
373
  "Ako želite koristiti prednosti ove opcije, možete razmisliti o kupovini %s."
374
 
375
- #: includes/class.yith-wcwl-admin-init.php:1332
376
  msgid "YITH WooCommerce Frequently Bought Together Integration"
377
  msgstr "YITH WooCommerse skupna Integracija"
378
 
379
- #: includes/class.yith-wcwl-admin-init.php:1339
380
  msgid "Enable slider in wishlist"
381
  msgstr "Omogući slider u listi želja"
382
 
383
- #: includes/class.yith-wcwl-admin-init.php:1340
 
384
  msgid ""
385
  "Choose to enable product slider in wishlist page with linked products (<a "
386
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
@@ -388,84 +391,85 @@ msgstr ""
388
  "Odabite da biste omogućili slider sa povezanim proizvodima na listi želja "
389
  "(<a href=\"%s\" class=\"thickbox\">Primjer</a>). %s"
390
 
391
- #: includes/class.yith-wcwl-admin-init.php:1376
392
  msgid "\"Add to wishlist\" button"
393
  msgstr "Gumb za \"Dodaj u listu želja\""
394
 
395
- #: includes/class.yith-wcwl-admin-init.php:1379
396
- #: includes/class.yith-wcwl-admin-init.php:1397
397
- #: includes/class.yith-wcwl-admin-init.php:1415
398
- #: includes/class.yith-wcwl-admin-init.php:1433
399
- #: includes/class.yith-wcwl-admin-init.php:1451
400
  msgid "Background"
401
  msgstr "Pozadina"
402
 
403
- #: includes/class.yith-wcwl-admin-init.php:1380
404
- #: includes/class.yith-wcwl-admin-init.php:1398
405
- #: includes/class.yith-wcwl-admin-init.php:1416
406
- #: includes/class.yith-wcwl-admin-init.php:1434
407
- #: includes/class.yith-wcwl-admin-init.php:1452
408
  msgid "Text"
409
  msgstr "Tekst"
410
 
411
- #: includes/class.yith-wcwl-admin-init.php:1381
412
- #: includes/class.yith-wcwl-admin-init.php:1399
413
- #: includes/class.yith-wcwl-admin-init.php:1417
414
- #: includes/class.yith-wcwl-admin-init.php:1435
415
- #: includes/class.yith-wcwl-admin-init.php:1453
416
  msgid "Border"
417
  msgstr "Obrub"
418
 
419
- #: includes/class.yith-wcwl-admin-init.php:1388
420
- #: includes/class.yith-wcwl-admin-init.php:1406
421
- #: includes/class.yith-wcwl-admin-init.php:1424
422
- #: includes/class.yith-wcwl-admin-init.php:1442
423
  msgid "Background (hover)"
424
  msgstr "Pozadina (hover)"
425
 
426
- #: includes/class.yith-wcwl-admin-init.php:1389
427
- #: includes/class.yith-wcwl-admin-init.php:1407
428
- #: includes/class.yith-wcwl-admin-init.php:1425
429
- #: includes/class.yith-wcwl-admin-init.php:1443
430
  msgid "Text (hover)"
431
  msgstr "Tekst (hover)"
432
 
433
- #: includes/class.yith-wcwl-admin-init.php:1390
434
- #: includes/class.yith-wcwl-admin-init.php:1408
435
- #: includes/class.yith-wcwl-admin-init.php:1426
436
- #: includes/class.yith-wcwl-admin-init.php:1444
437
  msgid "Border (hover)"
438
  msgstr "Obrub (hover)"
439
 
440
- #: includes/class.yith-wcwl-admin-init.php:1394
441
  msgid "\"Add to Cart\" button"
442
  msgstr "Gumb za \"Dodaj u košaricu\""
443
 
444
- #: includes/class.yith-wcwl-admin-init.php:1412
445
  msgid "\"Style 1\" button"
446
  msgstr "Gumb \"Stil 1\""
447
 
448
- #: includes/class.yith-wcwl-admin-init.php:1430
449
  msgid "\"Style 2\" button"
450
  msgstr "Gumb \"Stil 2\""
451
 
452
- #: includes/class.yith-wcwl-admin-init.php:1448
453
  msgid "Wishlist table"
454
  msgstr "Tablica liste želja"
455
 
456
- #: includes/class.yith-wcwl-admin-init.php:1457
457
  msgid "Headers"
458
  msgstr "Naslovi"
459
 
460
- #: includes/class.yith-wcwl-admin-init.php:1460
461
  msgid "Background color"
462
  msgstr "Boja pozadine"
463
 
464
- #: includes/class.yith-wcwl-admin-init.php:1550
465
  msgid "Wishlist Activated"
466
  msgstr "Lista želja aktivirana"
467
 
468
- #: includes/class.yith-wcwl-admin-init.php:1551
 
469
  msgid ""
470
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
471
  "can access to all the settings of our plugins that you have activated. "
@@ -477,11 +481,12 @@ msgstr ""
477
  "je u izvanrednoj PREMIUM verziji sa puno novih opcija, <a href=\"%s"
478
  "\">otkrijte je</a>."
479
 
480
- #: includes/class.yith-wcwl-admin-init.php:1562
481
  msgid "Wishlist Updated"
482
  msgstr "Lista želja je ažurirana"
483
 
484
- #: includes/class.yith-wcwl-admin-init.php:1563
 
485
  msgid ""
486
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
487
  "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
@@ -495,7 +500,7 @@ msgstr ""
495
  "ovaj meni. Lista želja je ažurirana novim opcijama, <a href=\"%s\">otkrijte "
496
  "PREMIUM verziju.</a>"
497
 
498
- #: includes/class.yith-wcwl-init.php:437
499
  msgid ""
500
  "We are sorry, but this feature is available only if cookies are enabled on "
501
  "your browser."
@@ -503,273 +508,277 @@ msgstr ""
503
  "Žao nam je, ova opcija je dostupna samo ako imate aktivirana kolačiće u "
504
  "vašem pregledniku."
505
 
506
- #: includes/class.yith-wcwl-init.php:438
507
  msgid "Product correctly added to cart"
508
  msgstr "Proizvod uspješno dodan u košaricu"
509
 
510
- #: includes/class.yith-wcwl-install.php:244
511
  msgctxt "page_slug"
512
  msgid "wishlist"
513
  msgstr "listaželja"
514
 
515
- #: includes/class.yith-wcwl-privacy.php:50
516
  msgid "While you visit our site, we’ll track:"
517
  msgstr ""
518
 
519
- #: includes/class.yith-wcwl-privacy.php:52
520
  msgid ""
521
  "Products you’ve added to the wishlist: we’ll use this to show you and other "
522
  "users your favourite products, and to create targeted email campaigns."
523
  msgstr ""
524
 
525
- #: includes/class.yith-wcwl-privacy.php:53
526
  msgid ""
527
  "Wishlists you’ve created: we’ll keep track of the wishlists you create, and "
528
  "make them visible to the store’s staff"
529
  msgstr ""
530
 
531
- #: includes/class.yith-wcwl-privacy.php:55
532
  msgid ""
533
  "We’ll also use cookies to keep track of wishlist contents while you’re "
534
  "browsing our site."
535
  msgstr ""
536
 
537
- #: includes/class.yith-wcwl-privacy.php:58
538
  msgid ""
539
  "Members of our team have access to the information you provide us. For "
540
  "example, both Administrators and Shop Managers can access:"
541
  msgstr ""
542
 
543
- #: includes/class.yith-wcwl-privacy.php:60
544
  msgid ""
545
  "Wishlist details, such as products added, date of addition, name and privacy "
546
  "settings of your wishlists"
547
  msgstr ""
548
 
549
- #: includes/class.yith-wcwl-privacy.php:62
550
  msgid ""
551
  "Our team members have access to this information to offer you better deals "
552
  "for the products you love."
553
  msgstr ""
554
 
555
- #: includes/class.yith-wcwl-privacy.php:82
556
- #: includes/class.yith-wcwl-privacy.php:98
557
  #, fuzzy
558
  msgid "Customer Wishlists"
559
  msgstr "Pretraga listi želja"
560
 
561
- #: includes/class.yith-wcwl-privacy.php:133
562
  #, fuzzy
563
  msgid "Wishlists"
564
  msgstr "Lista želja"
565
 
566
- #. Translators: %s Order number.
567
- #: includes/class.yith-wcwl-privacy.php:195
568
- #, fuzzy
569
  msgid "Removed wishlist %s."
570
  msgstr "Moja lista želja na %s"
571
 
572
- #. Translators: %s Order number.
573
- #: includes/class.yith-wcwl-privacy.php:199
574
  msgid "Wishlist %s has been retained."
575
  msgstr ""
576
 
577
- #: includes/class.yith-wcwl-privacy.php:210
578
  msgid "Removed default user's wishlist"
579
  msgstr ""
580
 
581
- #: includes/class.yith-wcwl-privacy.php:228
582
  msgid "Token"
583
  msgstr ""
584
 
585
- #: includes/class.yith-wcwl-privacy.php:229
586
  #, fuzzy
587
  msgid "Wishlist url"
588
  msgstr "Lista želja"
589
 
590
- #: includes/class.yith-wcwl-privacy.php:230
591
  msgid "Title"
592
  msgstr ""
593
 
594
- #: includes/class.yith-wcwl-privacy.php:231
595
  msgctxt "date wishlist was created"
596
  msgid "Created on"
597
  msgstr ""
598
 
599
- #: includes/class.yith-wcwl-privacy.php:232
600
  msgid "Visibility"
601
  msgstr ""
602
 
603
- #: includes/class.yith-wcwl-privacy.php:233
604
  msgid "Items Added"
605
  msgstr ""
606
 
607
- #: includes/class.yith-wcwl-privacy.php:283 templates/wishlist-view.php:212
 
608
  msgid "Shared"
609
  msgstr "Podijeljeno"
610
 
611
- #: includes/class.yith-wcwl-privacy.php:286 templates/wishlist-view.php:215
 
612
  msgid "Private"
613
  msgstr "Privatno"
614
 
615
- #: includes/class.yith-wcwl-privacy.php:289 templates/wishlist-view.php:218
 
616
  msgid "Public"
617
  msgstr "Javno"
618
 
619
- #: includes/class.yith-wcwl-shortcode.php:45
620
  #, fuzzy
621
  msgctxt "[gutenberg]: block name"
622
  msgid "YITH Add to Wishlist"
623
  msgstr "Dodaj u košaricu"
624
 
625
- #: includes/class.yith-wcwl-shortcode.php:46
626
  #, fuzzy
627
  msgctxt "[gutenberg]: block description"
628
  msgid "Shows Add to Wishlist button"
629
  msgstr "Gumb za \"Dodaj u listu želja\""
630
 
631
- #: includes/class.yith-wcwl-shortcode.php:51
632
  msgid ""
633
  "ID of the product to add to wishlist (leave empty to use global product)"
634
  msgstr ""
635
 
636
- #: includes/class.yith-wcwl-shortcode.php:56
637
  msgid "Url of wishlist page (leave empty to use default)"
638
  msgstr ""
639
 
640
- #: includes/class.yith-wcwl-shortcode.php:61
641
  msgid "Button label (leave empty to use default)"
642
  msgstr ""
643
 
644
- #: includes/class.yith-wcwl-shortcode.php:66
645
  msgid "\"Browse wishlist\" label (leave empty to use default)"
646
  msgstr ""
647
 
648
- #: includes/class.yith-wcwl-shortcode.php:71
649
  #, fuzzy
650
  msgid "\"Product already in wishlist\" label (leave empty to use default)"
651
  msgstr "Tekst za \"Proizvod je već dodan u listu želja\""
652
 
653
- #: includes/class.yith-wcwl-shortcode.php:76
654
  msgid "\"Product added to wishlist\" label (leave empty to use default)"
655
  msgstr ""
656
 
657
- #: includes/class.yith-wcwl-shortcode.php:81
658
  msgid ""
659
  "Icon for the button (use any FontAwesome valid class, or leave empty to use "
660
  "default)"
661
  msgstr ""
662
 
663
- #: includes/class.yith-wcwl-shortcode.php:86
664
  msgid "Additional css classes for the button (leave empty to use default)"
665
  msgstr ""
666
 
667
- #: includes/class.yith-wcwl-shortcode.php:94
668
  #, fuzzy
669
  msgctxt "[gutenberg]: block name"
670
  msgid "YITH Wishlist"
671
  msgstr "Omogući YITH Listu želja"
672
 
673
- #: includes/class.yith-wcwl-shortcode.php:95
674
  #, fuzzy
675
  msgctxt "[gutenberg]: block description"
676
  msgid "Shows list of products in wishlist"
677
  msgstr "Prikaži cijenu jedinice za svaki proizvod u listi želja"
678
 
679
- #: includes/class.yith-wcwl-shortcode.php:100
680
  msgid "Choose whether to paginate items in the wishlist or show them all"
681
  msgstr ""
682
 
683
- #: includes/class.yith-wcwl-shortcode.php:103
684
  msgid "Paginate"
685
  msgstr ""
686
 
687
- #: includes/class.yith-wcwl-shortcode.php:104
688
  msgid "Do not paginate"
689
  msgstr ""
690
 
691
- #: includes/class.yith-wcwl-shortcode.php:109
692
  msgid "Number of items to show for each page"
693
  msgstr ""
694
 
695
- #: includes/class.yith-wcwl-shortcode.php:114
696
  msgid "ID of the wishlist to show (EG: K6EOWXB888ZD)"
697
  msgstr ""
698
 
699
- #: includes/class.yith-wcwl-shortcode.php:386
700
- #: includes/class.yith-wcwl-ui.php:164
701
  msgid "Share on:"
702
  msgstr "Podijeli na:"
703
 
704
- #: includes/class.yith-wcwl-ui.php:118 includes/class.yith-wcwl-ui.php:200
 
705
  msgid "Select options"
706
  msgstr "Odaberite opcije"
707
 
708
- #: includes/class.yith-wcwl-ui.php:168 templates/share.php:20
709
  msgid "Facebook"
710
  msgstr ""
711
 
712
- #: includes/class.yith-wcwl-ui.php:171 templates/share.php:26
713
  msgid "Twitter"
714
  msgstr ""
715
 
716
- #: includes/class.yith-wcwl-ui.php:180
717
  msgid "email"
718
  msgstr ""
719
 
720
- #: includes/class.yith-wcwl.php:201
721
  msgid "An error occurred while adding products to the wishlist."
722
  msgstr "Greška prilikom dodavanja proizvoda u listu želja."
723
 
724
- #: includes/class.yith-wcwl.php:293
725
  msgid "An error occurred while adding products to wishlist."
726
  msgstr "Greška prilikom dodavanja proizvoda u listu želja."
727
 
728
- #: includes/class.yith-wcwl.php:310
729
  msgid "The \"Remove\" option now does not require any parameter"
730
  msgstr "Opcija \"Obriši\" ne zahtjeva parametre"
731
 
732
- #: includes/class.yith-wcwl.php:359
733
  msgid "An error occurred while removing products from the wishlist"
734
  msgstr "Greška prilikom brisanja proizvoda iz liste želja"
735
 
736
- #: includes/class.yith-wcwl.php:809
737
  msgid "You need to log in before creating a new wishlist"
738
  msgstr "Morate se prijaviti da biste mogli dodavati proizvode u listu želja"
739
 
740
- #: includes/class.yith-wcwl.php:1610
741
  msgid "Product successfully removed."
742
  msgstr "Proizvod uspješno obrisan."
743
 
744
- #: includes/class.yith-wcwl.php:1614
745
  msgid "Error. Unable to remove the product from the wishlist."
746
  msgstr "Greška. Proizvod se ne može obrisati iz liste želja."
747
 
748
- #: includes/class.yith-wcwl.php:1618 templates/wishlist-view.php:242
749
  msgid "No products were added to the wishlist"
750
  msgstr "Nema proizvoda u listi želja"
751
 
752
- #: includes/class.yith-wcwl.php:1660
753
  msgid "An error as occurred."
754
  msgstr "Greška, neuspješan pokušaj."
755
 
756
- #: init.php:130
757
  #, fuzzy
758
  msgid "is enabled but not effective. It requires WooCommerce in order to work."
759
  msgstr ""
760
  "YITH WooCommerce Lista želja je uključena ali nije omogućena. Zahtjeva "
761
  "WooCommerce dodatak da bi mogla raditi."
762
 
763
- #: init.php:140
764
  msgid "You can't activate the free version of"
765
  msgstr ""
766
 
767
- #: init.php:140
768
  msgid "while you are using the premium one."
769
  msgstr ""
770
 
771
- #: templates/admin/wishlist-panel-premium.php:185
772
- #: templates/admin/wishlist-panel-premium.php:383
 
773
  msgid ""
774
  "Upgrade to the %1$spremium version%2$s%3$sof %1$sYITH WooCommerce Wishlist"
775
  "%2$s to benefit from all features!"
@@ -777,21 +786,23 @@ msgstr ""
777
  "Nadogradite na %1$spremium verziju%2$s%3$s %1$sYITH WooCommerce Listu želja"
778
  "%2$s "
779
 
780
- #: templates/admin/wishlist-panel-premium.php:187
781
- #: templates/admin/wishlist-panel-premium.php:385
 
782
  msgid "%1$sUPGRADE%2$s%3$s to the premium version%2$s"
783
  msgstr "%1$sNADOGRADI%2$s%3$s na premium verziju%2$s"
784
 
785
- #: templates/admin/wishlist-panel-premium.php:193
786
  msgid "Premium Features"
787
  msgstr "Premium dodaci"
788
 
789
- #: templates/admin/wishlist-panel-premium.php:196
790
- #: templates/admin/wishlist-panel-premium.php:201
791
  msgid "Multiple Wishlist"
792
  msgstr "Višestruka Lista želja"
793
 
794
- #: templates/admin/wishlist-panel-premium.php:203
 
795
  msgid ""
796
  "%1$sDoes it ever happened to you to have too many wishes for a single wish "
797
  "list?%2$s%3$s The possibility to manage one's wishes is a fundamental "
@@ -809,12 +820,13 @@ msgstr ""
809
  "dodatku vaši korisnici će biti u mogućnosti stvoriti, uređivati i dijeliti "
810
  "svoje liste želja."
811
 
812
- #: templates/admin/wishlist-panel-premium.php:212
813
- #: templates/admin/wishlist-panel-premium.php:222
814
  msgid "Wishlist Private"
815
  msgstr "Privatna lista želja"
816
 
817
- #: templates/admin/wishlist-panel-premium.php:214
 
818
  msgid ""
819
  "By enabling the option wishlist, users will also have the possibility to "
820
  "%1$smanage the visibility%2$s of their wish lists according to one of the "
@@ -823,11 +835,13 @@ msgstr ""
823
  "Ako uključite opciju liste želja, korisnići će imati mogućnost upravljanja "
824
  "%1$svidljivosti%2$s njihovih lista želja po sljedećim kriterijima:"
825
 
826
- #: templates/admin/wishlist-panel-premium.php:216
 
827
  msgid "%1$spublic:%2$s all users can look for your wish list and see it;"
828
  msgstr "%1$sjavno:%2$s svi korisnici mogu pretraživati i vidjeti listu želja;"
829
 
830
- #: templates/admin/wishlist-panel-premium.php:217
 
831
  msgid ""
832
  "%1$sshared:%2$s only users possessing a direct link to the wish list page "
833
  "can display it;"
@@ -835,17 +849,19 @@ msgstr ""
835
  "%1$spodijeljeno:%2$s pristup imaju samo korisnici koji imaju direktan link "
836
  "na listu želja;"
837
 
838
- #: templates/admin/wishlist-panel-premium.php:218
 
839
  msgid "%1$sprivate:%2$s only the wish list creator can see it."
840
  msgstr ""
841
  "%1$sprivatno:%2$s pristup ima samo korisnik koji je napravio listu želja."
842
 
843
- #: templates/admin/wishlist-panel-premium.php:229
844
- #: templates/admin/wishlist-panel-premium.php:234
845
  msgid "Estimate Cost"
846
  msgstr "Procjena troška"
847
 
848
- #: templates/admin/wishlist-panel-premium.php:236
 
849
  msgid ""
850
  "%1$sDo you want to add the possibility to ask for estimates of costs into "
851
  "your catalogue?%3$s Do you want to manage customised packets for faithful "
@@ -865,12 +881,13 @@ msgstr ""
865
  "tekst i poslati email sa svim potrebnim informacijama direktno na adresu "
866
  "koju ste prethodno postavili."
867
 
868
- #: templates/admin/wishlist-panel-premium.php:245
869
- #: templates/admin/wishlist-panel-premium.php:250
870
  msgid "Admin Panel"
871
  msgstr "Upravljačka ploča Admina"
872
 
873
- #: templates/admin/wishlist-panel-premium.php:247
 
874
  msgid ""
875
  "Thanks to the useful Admin panel, accessible directly among the WooCommerce "
876
  "submenu pages, you will have total control on users' wishlists. In addition "
@@ -886,12 +903,13 @@ msgstr ""
886
  "preko stranice proizvoda, koji prikazuje količinu proizvoda u korisničkim "
887
  "listama želja."
888
 
889
- #: templates/admin/wishlist-panel-premium.php:257
890
- #: templates/admin/wishlist-panel-premium.php:262
891
  msgid "Search Wishlists"
892
  msgstr "Pretraga listi želja"
893
 
894
- #: templates/admin/wishlist-panel-premium.php:264
 
895
  msgid ""
896
  "How many times have you been looking for the perfect gift for a important "
897
  "event but you had no idea of what to buy? %1$s'Search wishlists'%2$s allows "
@@ -905,11 +923,12 @@ msgstr ""
905
  "ovaj način možete povećati %1$svidljivost%2$s vaših proizvoda i ohrabriti "
906
  "korisnike na kupnju."
907
 
908
- #: templates/admin/wishlist-panel-premium.php:273
909
  msgid "'ADD TO CART' CHECKBOX"
910
  msgstr "'DODAJ U KOŠARICU' CHECKBOX"
911
 
912
- #: templates/admin/wishlist-panel-premium.php:275
 
913
  msgid ""
914
  "Your shop offers always a wide selection of products and wishlists of your "
915
  "users get more and more crowded everyday. Give them the possibility to "
@@ -920,19 +939,20 @@ msgstr ""
920
  "pune i pune svakog dana. Omogućite im odabir %1$snekoliko ili svih proizvoda"
921
  "%2$s u listi želja i dodavanja u košaricu samo jednim klikom."
922
 
923
- #: templates/admin/wishlist-panel-premium.php:278
924
  msgid "'ADD TO CART'"
925
  msgstr "'DODAJ U KOŠARICU'"
926
 
927
- #: templates/admin/wishlist-panel-premium.php:285
928
  msgid "DISABLE WISHLIST"
929
  msgstr "ONEMOGUĆI LISTU ŽELJA"
930
 
931
- #: templates/admin/wishlist-panel-premium.php:290
932
  msgid "DISABLE WISHLIST FOR UNLOGGED USERS"
933
  msgstr "ONEMOGUĆI LISTU ŽELJA ZA NEPRIJAVLJENE KORISNIKE"
934
 
935
- #: templates/admin/wishlist-panel-premium.php:292
 
936
  msgid ""
937
  "Favour users that have registered to your shop and disable plugin "
938
  "functionalities for all users that have not. By disabling this option, each "
@@ -945,11 +965,12 @@ msgstr ""
945
  "želja biti će %1$spreusmjereni%2$s na stranicu \"Moj račun\" i poruku koja "
946
  "ih poziva da se prijave."
947
 
948
- #: templates/admin/wishlist-panel-premium.php:301
949
  msgid "MESSAGE TO UNLOGGED USERS"
950
  msgstr "PORUKA NEPRIJAVLJENIM KORISNICIMA"
951
 
952
- #: templates/admin/wishlist-panel-premium.php:303
 
953
  msgid ""
954
  "Invite users that are visiting your shop to login if they want to fully "
955
  "benefit from Wishlist functionalities. Show a %1$scustomised message%2$s and "
@@ -959,16 +980,17 @@ msgstr ""
959
  "koristiti prednosti Liste želja. Prikazuje %1$sprilagođenu poruku%2$s i "
960
  "preusmjerava ih na stranicu \"Moj račun\" za registraciju."
961
 
962
- #: templates/admin/wishlist-panel-premium.php:306
963
  msgid "UNLOGGED USERS"
964
  msgstr "NEPRIJAVLJENI KORISNICI"
965
 
966
- #: templates/admin/wishlist-panel-premium.php:313
967
- #: templates/admin/wishlist-panel-premium.php:318
968
  msgid "POPULAR TABLE"
969
  msgstr "TABLICA POPULARNOSTI"
970
 
971
- #: templates/admin/wishlist-panel-premium.php:320
 
972
  msgid ""
973
  "Some products draw customer's attention more than others and they do not "
974
  "hesitate to add products to their wishlist. Table %1$s'Popular'%2$s allows "
@@ -980,11 +1002,12 @@ msgstr ""
980
  "administrator trgovine pratite proizvode koji se često pojavljuju u listama "
981
  "želja."
982
 
983
- #: templates/admin/wishlist-panel-premium.php:329
984
  msgid "FUNCTIONALITIES IN ONE CLICK"
985
  msgstr "FUNKCIONALNOSTI NA JEDAN KLIK"
986
 
987
- #: templates/admin/wishlist-panel-premium.php:331
 
988
  msgid ""
989
  "Users have the possibility to search for a wishlist, create a new one or "
990
  "display those already created. Add these %1$sfunctionalities%2$s through the "
@@ -994,16 +1017,17 @@ msgstr ""
994
  "koje su već izradili. Dodajte ove %1$sfunkcionalnosti%2$s preko widgeta ili "
995
  "ih prikažite odmah nakon tablice \"Liste želja\"."
996
 
997
- #: templates/admin/wishlist-panel-premium.php:334
998
  msgid "FUNCTIONALITIES"
999
  msgstr "FUNKCIONALNOSTI"
1000
 
1001
- #: templates/admin/wishlist-panel-premium.php:341
1002
- #: templates/admin/wishlist-panel-premium.php:346
1003
  msgid "PROMOTIONAL EMAIL"
1004
  msgstr "PROMOTIVNI EMAIL"
1005
 
1006
- #: templates/admin/wishlist-panel-premium.php:348
 
1007
  msgid ""
1008
  "If you want to give the right input to your users to persuade them to "
1009
  "%1$spurchase the products%2$s they have in their wishlists, you need to use "
@@ -1017,11 +1041,12 @@ msgstr ""
1017
  "kupon koji mogu iskoristiti u trgovini kako bi znali da im dajete "
1018
  "jedinstvenu ponudu!"
1019
 
1020
- #: templates/admin/wishlist-panel-premium.php:357
1021
  msgid "FROM A WISHLIST TO ANOTHER"
1022
  msgstr "IZ LISTE ŽELJA U DRUGU"
1023
 
1024
- #: templates/admin/wishlist-panel-premium.php:359
 
1025
  msgid ""
1026
  "Who said that a product has to remain forever in the same wishlist? With the "
1027
  "option %1$s\"Show \"Move to another wishlist\" dropdown menu\"%2$s, with "
@@ -1033,19 +1058,20 @@ msgstr ""
1033
  "korisnici će moći sa samo jednim klikom premjestiti proizvod iz jedne liste "
1034
  "želja u drugu, upravljajući svojim listama želja."
1035
 
1036
- #: templates/admin/wishlist-panel-premium.php:362
1037
  msgid "FROM A WISHLIST"
1038
  msgstr "IZ LISTE ŽELJA"
1039
 
1040
- #: templates/admin/wishlist-panel-premium.php:369
1041
  msgid "DATE"
1042
  msgstr "DATUM"
1043
 
1044
- #: templates/admin/wishlist-panel-premium.php:374
1045
  msgid "DATE OF ADDITION TO A WISHLIST"
1046
  msgstr "DATUM DODAVANJA U LISTU ŽELJA"
1047
 
1048
- #: templates/admin/wishlist-panel-premium.php:376
 
1049
  msgid ""
1050
  "Activating the %1$s\"Show date of addition\"%2$s option, users can see the "
1051
  "date in which they have added a particular product to their list: a new way "
@@ -1055,106 +1081,85 @@ msgstr ""
1055
  "vidjeti datum kada su dodali određeni proizvod u svoju listu: novi način da "
1056
  "vaši korisnici budu informirani o svojim aktivnostima."
1057
 
1058
- #: templates/share.php:32
1059
  msgid "Pinterest"
1060
  msgstr ""
1061
 
1062
- #: templates/share.php:38
1063
  msgid "Google+"
1064
  msgstr ""
1065
 
1066
- #: templates/share.php:44
1067
  msgid "Email"
1068
  msgstr ""
1069
 
1070
- #: templates/wishlist-view.php:32
1071
  msgid "Edit title"
1072
  msgstr "Uredi naslov"
1073
 
1074
- #: templates/wishlist-view.php:41
1075
  msgid "Save"
1076
  msgstr "Spremi"
1077
 
1078
- #: templates/wishlist-view.php:45
1079
  msgid "Cancel"
1080
  msgstr "Odustani"
1081
 
1082
- #: templates/wishlist-view.php:82
1083
  msgid "Product Name"
1084
  msgstr "Ime proizvoda"
1085
 
1086
- #: templates/wishlist-view.php:89
1087
  msgid "Unit Price"
1088
  msgstr "Jedinična cijena"
1089
 
1090
- #: templates/wishlist-view.php:102
1091
  msgid "Stock Status"
1092
  msgstr "Stanje zalihe"
1093
 
1094
- #: templates/wishlist-view.php:152 templates/wishlist-view.php:232
1095
  msgid "Remove this product"
1096
  msgstr "Obriši ovaj proizvod"
1097
 
1098
- #: templates/wishlist-view.php:172
1099
  msgid "Free!"
1100
  msgstr "Besplatno!"
1101
 
1102
- #: templates/wishlist-view.php:179
1103
  msgid "Out of Stock"
1104
  msgstr "Nema na zalihi"
1105
 
1106
- #: templates/wishlist-view.php:179
1107
  msgid "In Stock"
1108
  msgstr "Na zalihi"
1109
 
1110
- #: templates/wishlist-view.php:188
 
1111
  msgid "Added on : %s"
1112
  msgstr "Dodano: %s"
1113
 
1114
- #: templates/wishlist-view.php:200
1115
  msgid "Move"
1116
  msgstr "Premjesti"
1117
 
1118
- #: templates/wishlist-view.php:232
1119
  msgid "Remove"
1120
  msgstr "Obriši"
1121
 
1122
- #: templates/wishlist-view.php:259
1123
  msgid "Add the selected products to the cart"
1124
  msgstr "Dodaj označene proizvode u košaricu"
1125
 
1126
- #: templates/wishlist-view.php:267 templates/wishlist-view.php:313
1127
  msgid "Ask for an estimate"
1128
  msgstr "Zatraži procjenu cijene"
1129
 
1130
- #: templates/wishlist-view.php:303
1131
  msgid "Your email"
1132
  msgstr ""
1133
 
1134
- #. Plugin Name of the plugin/theme
1135
- msgid "YITH WooCommerce Wishlist"
1136
- msgstr "YITH WooCommerce Lista želja"
1137
-
1138
- #. Plugin URI of the plugin/theme
1139
- msgid "https://yithemes.com/themes/plugins/yith-woocommerce-wishlist/"
1140
- msgstr ""
1141
-
1142
- #. Description of the plugin/theme
1143
- msgid ""
1144
- "<code><strong>YITH WooCommerce Wishlist</strong></code> gives your users the "
1145
- "possibility to create, fill, manage and share their wishlists allowing you "
1146
- "to analyze their interests and needs to improve your marketing strategies. "
1147
- "<a href=\"https://yithemes.com/\" target=\"_blank\">Get more plugins for "
1148
- "your e-commerce on <strong>YITH</strong></a>"
1149
- msgstr ""
1150
-
1151
- #. Author of the plugin/theme
1152
- msgid "YITH"
1153
- msgstr ""
1154
-
1155
- #. Author URI of the plugin/theme
1156
- msgid "https://yithemes.com/"
1157
- msgstr ""
1158
 
1159
  #~ msgid "Live Demo"
1160
  #~ msgstr "Pregled uživo"
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
+ "POT-Creation-Date: 2019-02-12 14:37+0100\n"
6
+ "PO-Revision-Date: 2019-02-12 14:37+0100\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
9
  "Language: hr_HR\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 2.2\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-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:1484
26
+ #: ../includes/class.yith-wcwl-admin-init.php:1485
27
+ #: ../includes/class.yith-wcwl-install.php:245
28
  msgid "Wishlist"
29
  msgstr "Lista želja"
30
 
31
+ #: ../includes/class.yith-wcwl-admin-init.php:161
32
  msgid "Settings"
33
  msgstr "Postavke"
34
 
35
+ #: ../includes/class.yith-wcwl-admin-init.php:162
36
+ #: ../includes/class.yith-wcwl-admin-init.php:243
37
  msgid "Colors"
38
  msgstr "Boje"
39
 
40
+ #: ../includes/class.yith-wcwl-admin-init.php:163
41
  msgid "Premium Version"
42
  msgstr "Premium verzija"
43
 
44
+ #: ../includes/class.yith-wcwl-admin-init.php:1015
45
  msgid "Enable all plugin features"
46
  msgstr ""
47
 
48
+ #: ../includes/class.yith-wcwl-admin-init.php:1016
49
  msgid ""
50
  "Be sure to select at least one option in the Wishlist page menu in this "
51
  "settings page"
52
  msgstr ""
53
 
54
+ #: ../includes/class.yith-wcwl-admin-init.php:1017
55
  msgctxt "[Part of]: Also, please read the plugin documentation"
56
  msgid "Also, please read the plugin"
57
  msgstr ""
58
 
59
+ #: ../includes/class.yith-wcwl-admin-init.php:1018
60
  #, fuzzy
61
  msgctxt "[Part Of]: Also, please read the plugin documentation"
62
  msgid "documentation"
63
  msgstr "Dokumentacija dodatka"
64
 
65
+ #: ../includes/class.yith-wcwl-admin-init.php:1024
66
  msgid "Upgrade to the PREMIUM VERSION"
67
  msgstr "Nadogradite na PREMIUM VERZIJU"
68
 
69
+ #: ../includes/class.yith-wcwl-admin-init.php:1028
70
  msgid "Discover the Advanced Features"
71
  msgstr "Otkrijte Dodatne opcije"
72
 
73
+ #: ../includes/class.yith-wcwl-admin-init.php:1029
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:1035
80
  msgid "Get Support and Pro Features"
81
  msgstr "Podrška i Pro Pogodnosti"
82
 
83
+ #: ../includes/class.yith-wcwl-admin-init.php:1036
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
  "proizvoda i ostvarujete godinu dana besplatnih nadogradnji i podrške preko "
91
  "naše platforme dostupne 24sata/24."
92
 
93
+ #: ../includes/class.yith-wcwl-admin-init.php:1046
94
  msgid "General Settings"
95
  msgstr "Osnovne postavke"
96
 
97
+ #: ../includes/class.yith-wcwl-admin-init.php:1053
98
  msgid "Enable YITH Wishlist"
99
  msgstr "Omogući YITH Listu želja"
100
 
101
+ #: ../includes/class.yith-wcwl-admin-init.php:1060
102
  msgid "Default wishlist title"
103
  msgstr "Naslov Liste želja"
104
 
105
+ #: ../includes/class.yith-wcwl-admin-init.php:1062
106
+ #: ../includes/class.yith-wcwl-admin-init.php:1063
107
+ #: ../includes/class.yith-wcwl-admin-init.php:1299
108
+ #, php-format
109
  msgid "My wishlist on %s"
110
  msgstr "Moja lista želja na %s"
111
 
112
+ #: ../includes/class.yith-wcwl-admin-init.php:1068
113
  msgid "Wishlist Page"
114
  msgstr "Stranica Liste želja"
115
 
116
+ #: ../includes/class.yith-wcwl-admin-init.php:1069
117
  msgid "Page contents: [yith_wcwl_wishlist]"
118
  msgstr "Sadržaj stranice"
119
 
120
+ #: ../includes/class.yith-wcwl-admin-init.php:1078
121
  msgid "Position"
122
  msgstr "Pozicija"
123
 
124
+ #: ../includes/class.yith-wcwl-admin-init.php:1079
125
  msgid ""
126
  "You can add the button in variable products only after the \"Add to Cart\" "
127
  "button or using the shortcode [yith_wcwl_add_to_wishlist]."
129
  "Možete dodati gumb na varijacijama proizvoda samo nakon gumba \"Dodaj u "
130
  "košaricu\" koristeći shortcode [yith_wcwl_add_to_wishlist]."
131
 
132
+ #: ../includes/class.yith-wcwl-admin-init.php:1085
133
  msgid "After \"Add to cart\""
134
  msgstr "Nakon \"Dodaj u košaricu\""
135
 
136
+ #: ../includes/class.yith-wcwl-admin-init.php:1086
137
  msgid "After thumbnails"
138
  msgstr "Nakon minijatura"
139
 
140
+ #: ../includes/class.yith-wcwl-admin-init.php:1087
141
  msgid "After summary"
142
  msgstr "Nakon sažetka"
143
 
144
+ #: ../includes/class.yith-wcwl-admin-init.php:1088
145
  msgid "Use shortcode"
146
  msgstr "Koristi shorcode"
147
 
148
+ #: ../includes/class.yith-wcwl-admin-init.php:1093
149
  msgid "Redirect to cart"
150
  msgstr "Preusmjeri na košaricu"
151
 
152
+ #: ../includes/class.yith-wcwl-admin-init.php:1094
153
  msgid ""
154
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
155
  "page."
157
  "Preusmjeri na košaricu ako je na Listi želja odabran gumb \"Dodaj u košaricu"
158
  "\"."
159
 
160
+ #: ../includes/class.yith-wcwl-admin-init.php:1100
161
  msgid "Remove if added to the cart"
162
  msgstr "Obriši ako je dodan u košaricu"
163
 
164
+ #: ../includes/class.yith-wcwl-admin-init.php:1101
165
  msgid "Remove the product from the wishlist if it has been added to the cart."
166
  msgstr "Obriši proizvod iz liste želja ako je dodan u košaricu."
167
 
168
+ #: ../includes/class.yith-wcwl-admin-init.php:1107
169
  msgid "\"Add to Wishlist\" text"
170
  msgstr "Tekst za \"Dodaj u listu želja\""
171
 
172
+ #: ../includes/class.yith-wcwl-admin-init.php:1109
173
  msgid "Add to Wishlist"
174
  msgstr "Dodaj u košaricu"
175
 
176
+ #: ../includes/class.yith-wcwl-admin-init.php:1114
177
  msgid "\"Browse wishlist\" text"
178
  msgstr "Tekst za \"Pregledaj listu želja\""
179
 
180
+ #: ../includes/class.yith-wcwl-admin-init.php:1116
181
+ #: ../includes/class.yith-wcwl-ui.php:82 ../includes/class.yith-wcwl-ui.php:83
182
  msgid "Browse Wishlist"
183
  msgstr "Pregledaj listu želja"
184
 
185
+ #: ../includes/class.yith-wcwl-admin-init.php:1121
186
  msgid "\"Product already in wishlist\" text"
187
  msgstr "Tekst za \"Proizvod je već dodan u listu želja\""
188
 
189
+ #: ../includes/class.yith-wcwl-admin-init.php:1123
190
+ #: ../includes/class.yith-wcwl-ui.php:83
191
  msgid "The product is already in the wishlist!"
192
  msgstr "Proizvod je već dodan u listu želja!"
193
 
194
+ #: ../includes/class.yith-wcwl-admin-init.php:1128
195
  msgid "\"Product added\" text"
196
  msgstr "Tekst za \"Proizvod je dodan\""
197
 
198
+ #: ../includes/class.yith-wcwl-admin-init.php:1130
199
+ #: ../includes/class.yith-wcwl-ui.php:82
200
  msgid "Product added!"
201
  msgstr "Proizvod je dodan!"
202
 
203
+ #: ../includes/class.yith-wcwl-admin-init.php:1135
204
  msgid "\"Add to Cart\" text"
205
  msgstr "Tekst za \"Dodaj u košaricu\""
206
 
207
+ #: ../includes/class.yith-wcwl-admin-init.php:1137
208
  msgid "Add to Cart"
209
  msgstr "Dodaj u košaricu"
210
 
211
+ #: ../includes/class.yith-wcwl-admin-init.php:1142
212
  msgid "Show Unit price"
213
  msgstr "Prikaži cijenu jedinice"
214
 
215
+ #: ../includes/class.yith-wcwl-admin-init.php:1143
216
  msgid "Show unit price for each product in wishlist"
217
  msgstr "Prikaži cijenu jedinice za svaki proizvod u listi želja"
218
 
219
+ #: ../includes/class.yith-wcwl-admin-init.php:1150
220
  msgid "Show \"Add to Cart\" button"
221
  msgstr "Prikaži gumb \"Dodaj u listu želja\""
222
 
223
+ #: ../includes/class.yith-wcwl-admin-init.php:1151
224
  msgid "Show \"Add to Cart\" button for each product in wishlist"
225
  msgstr "Prikaži gumb \"Dodaj u košaricu\" za svaki proizvod u listi želja"
226
 
227
+ #: ../includes/class.yith-wcwl-admin-init.php:1158
228
  msgid "Show Stock status"
229
  msgstr "Prikaži status zalihe"
230
 
231
+ #: ../includes/class.yith-wcwl-admin-init.php:1159
232
  msgid ""
233
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
234
  msgstr ""
235
  "Prikaži \"Na zalihi\" ili \"Nema na zalihi\" za svaki proizvod u listi želja"
236
 
237
+ #: ../includes/class.yith-wcwl-admin-init.php:1166
238
  msgid "Show Date of addition"
239
  msgstr "Prikaži datum dodavanja"
240
 
241
+ #: ../includes/class.yith-wcwl-admin-init.php:1167
242
  msgid "Show the date when users have added a product to the wishlist"
243
  msgstr "Prikaži datum kada je korisnik dodao proizvod u listu želja"
244
 
245
+ #: ../includes/class.yith-wcwl-admin-init.php:1174
246
  msgid "Add second remove button"
247
  msgstr "Dodaj drugi gumb za brisanje"
248
 
249
+ #: ../includes/class.yith-wcwl-admin-init.php:1175
250
  msgid "Add a second remove button in the last column, with extended label"
251
  msgstr "Dodaj drugi gumb za brisanje u zadnjem redu, sa produženim natpisom"
252
 
253
+ #: ../includes/class.yith-wcwl-admin-init.php:1190
254
  msgid "Styles"
255
  msgstr "Stilovi"
256
 
257
+ #: ../includes/class.yith-wcwl-admin-init.php:1197
258
  msgid "Use buttons"
259
  msgstr "Koristi gumbove"
260
 
261
+ #: ../includes/class.yith-wcwl-admin-init.php:1198
262
  msgid "Use buttons instead of simple anchors."
263
  msgstr "Koristi gumbove umjesto jednostavih natpisa."
264
 
265
+ #: ../includes/class.yith-wcwl-admin-init.php:1204
266
  msgid "Custom CSS"
267
  msgstr "Prilagođeni CSS"
268
 
269
+ #: ../includes/class.yith-wcwl-admin-init.php:1211
270
  msgid "Use theme style"
271
  msgstr "Koristi stil teme"
272
 
273
+ #: ../includes/class.yith-wcwl-admin-init.php:1212
274
  msgid "Use the theme style."
275
  msgstr "Koristi stil teme."
276
 
277
+ #: ../includes/class.yith-wcwl-admin-init.php:1218
278
  msgid "Rounded buttons"
279
  msgstr "Zaobljeni rubovi gumbova"
280
 
281
+ #: ../includes/class.yith-wcwl-admin-init.php:1219
282
  msgid "Make button corners rounded"
283
  msgstr "Koristi zaobljene rubove gumbova"
284
 
285
+ #: ../includes/class.yith-wcwl-admin-init.php:1225
286
  msgid "\"Add to Wishlist\" icon"
287
  msgstr "Ikona za \"Dodaj u listu želja\""
288
 
289
+ #: ../includes/class.yith-wcwl-admin-init.php:1226
290
  msgid "Add an icon to the \"Add to Wishlist\" button"
291
  msgstr "Dodaj ikonu za gumb \"Dodaj u listu želja\""
292
 
293
+ #: ../includes/class.yith-wcwl-admin-init.php:1236
294
  msgid "\"Add to Cart\" icon"
295
  msgstr "Gumb za \"Dodaj u košaricu\""
296
 
297
+ #: ../includes/class.yith-wcwl-admin-init.php:1237
298
  msgid "Add an icon to the \"Add to Cart\" button"
299
  msgstr "Dodaj ikonu za gumb \"Dodaj u košaricu\""
300
 
301
+ #: ../includes/class.yith-wcwl-admin-init.php:1255
302
  msgid "Social Networks & Share"
303
  msgstr "Društvene mreže i dijeljenje"
304
 
305
+ #: ../includes/class.yith-wcwl-admin-init.php:1262
306
  msgid "Share on Facebook"
307
  msgstr "Podijeli na Facebooku"
308
 
309
+ #: ../includes/class.yith-wcwl-admin-init.php:1263
310
  msgid "Show \"Share on Facebook\" button"
311
  msgstr "Prikaži gumb \"Podijeli na Facebooku\""
312
 
313
+ #: ../includes/class.yith-wcwl-admin-init.php:1269
314
  msgid "Tweet on Twitter"
315
  msgstr "Tweet-aj na Twitteru"
316
 
317
+ #: ../includes/class.yith-wcwl-admin-init.php:1270
318
  msgid "Show \"Tweet on Twitter\" button"
319
  msgstr "Prikaži gumb \"Tweet-aj na Twitteru\""
320
 
321
+ #: ../includes/class.yith-wcwl-admin-init.php:1276
322
  msgid "Pin on Pinterest"
323
  msgstr "Pinaj na Pinterestu"
324
 
325
+ #: ../includes/class.yith-wcwl-admin-init.php:1277
326
  msgid "Show \"Pin on Pinterest\" button"
327
  msgstr "Prikaži gumb \"Pinaj na Pinterestu\""
328
 
329
+ #: ../includes/class.yith-wcwl-admin-init.php:1283
330
  msgid "Share on Google+"
331
  msgstr "Podijeli na Google+"
332
 
333
+ #: ../includes/class.yith-wcwl-admin-init.php:1284
334
  msgid "Show \"Share on Google+\" button"
335
  msgstr "Prikaži gumb \"Podijeli na Google+\""
336
 
337
+ #: ../includes/class.yith-wcwl-admin-init.php:1290
338
  msgid "Share by Email"
339
  msgstr "Podijeli preko Emaila"
340
 
341
+ #: ../includes/class.yith-wcwl-admin-init.php:1291
342
  msgid "Show \"Share by Email\" button"
343
  msgstr "Prikaži gumb \"Podijeli preko emaila\""
344
 
345
+ #: ../includes/class.yith-wcwl-admin-init.php:1297
346
  msgid "Social title"
347
  msgstr "Naslov za objavu"
348
 
349
+ #: ../includes/class.yith-wcwl-admin-init.php:1304
350
  msgid "Social text"
351
  msgstr "Tekst za objavu"
352
 
353
+ #: ../includes/class.yith-wcwl-admin-init.php:1305
354
  msgid ""
355
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
356
  "strong> where you want to show the URL of your wishlist."
358
  "Ovo će se koristiti na Twitteru i Pinterestu. Koristite <strong>%wishlist_url"
359
  "%</strong> gdje želite prikazati URL vaše liste želja."
360
 
361
+ #: ../includes/class.yith-wcwl-admin-init.php:1312
362
  msgid "Social image URL"
363
  msgstr "Link na sliku za objave"
364
 
365
+ #: ../includes/class.yith-wcwl-admin-init.php:1313
366
  msgid "It will be used by Pinterest."
367
  msgstr "Korisititi će se na Pinterestu."
368
 
369
+ #: ../includes/class.yith-wcwl-admin-init.php:1327
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
  "Ako želite koristiti prednosti ove opcije, možete razmisliti o kupovini %s."
376
 
377
+ #: ../includes/class.yith-wcwl-admin-init.php:1332
378
  msgid "YITH WooCommerce Frequently Bought Together Integration"
379
  msgstr "YITH WooCommerse skupna Integracija"
380
 
381
+ #: ../includes/class.yith-wcwl-admin-init.php:1339
382
  msgid "Enable slider in wishlist"
383
  msgstr "Omogući slider u listi želja"
384
 
385
+ #: ../includes/class.yith-wcwl-admin-init.php:1340
386
+ #, php-format
387
  msgid ""
388
  "Choose to enable product slider in wishlist page with linked products (<a "
389
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
391
  "Odabite da biste omogućili slider sa povezanim proizvodima na listi želja "
392
  "(<a href=\"%s\" class=\"thickbox\">Primjer</a>). %s"
393
 
394
+ #: ../includes/class.yith-wcwl-admin-init.php:1376
395
  msgid "\"Add to wishlist\" button"
396
  msgstr "Gumb za \"Dodaj u listu želja\""
397
 
398
+ #: ../includes/class.yith-wcwl-admin-init.php:1379
399
+ #: ../includes/class.yith-wcwl-admin-init.php:1397
400
+ #: ../includes/class.yith-wcwl-admin-init.php:1415
401
+ #: ../includes/class.yith-wcwl-admin-init.php:1433
402
+ #: ../includes/class.yith-wcwl-admin-init.php:1451
403
  msgid "Background"
404
  msgstr "Pozadina"
405
 
406
+ #: ../includes/class.yith-wcwl-admin-init.php:1380
407
+ #: ../includes/class.yith-wcwl-admin-init.php:1398
408
+ #: ../includes/class.yith-wcwl-admin-init.php:1416
409
+ #: ../includes/class.yith-wcwl-admin-init.php:1434
410
+ #: ../includes/class.yith-wcwl-admin-init.php:1452
411
  msgid "Text"
412
  msgstr "Tekst"
413
 
414
+ #: ../includes/class.yith-wcwl-admin-init.php:1381
415
+ #: ../includes/class.yith-wcwl-admin-init.php:1399
416
+ #: ../includes/class.yith-wcwl-admin-init.php:1417
417
+ #: ../includes/class.yith-wcwl-admin-init.php:1435
418
+ #: ../includes/class.yith-wcwl-admin-init.php:1453
419
  msgid "Border"
420
  msgstr "Obrub"
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 "Background (hover)"
427
  msgstr "Pozadina (hover)"
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 "Text (hover)"
434
  msgstr "Tekst (hover)"
435
 
436
+ #: ../includes/class.yith-wcwl-admin-init.php:1390
437
+ #: ../includes/class.yith-wcwl-admin-init.php:1408
438
+ #: ../includes/class.yith-wcwl-admin-init.php:1426
439
+ #: ../includes/class.yith-wcwl-admin-init.php:1444
440
  msgid "Border (hover)"
441
  msgstr "Obrub (hover)"
442
 
443
+ #: ../includes/class.yith-wcwl-admin-init.php:1394
444
  msgid "\"Add to Cart\" button"
445
  msgstr "Gumb za \"Dodaj u košaricu\""
446
 
447
+ #: ../includes/class.yith-wcwl-admin-init.php:1412
448
  msgid "\"Style 1\" button"
449
  msgstr "Gumb \"Stil 1\""
450
 
451
+ #: ../includes/class.yith-wcwl-admin-init.php:1430
452
  msgid "\"Style 2\" button"
453
  msgstr "Gumb \"Stil 2\""
454
 
455
+ #: ../includes/class.yith-wcwl-admin-init.php:1448
456
  msgid "Wishlist table"
457
  msgstr "Tablica liste želja"
458
 
459
+ #: ../includes/class.yith-wcwl-admin-init.php:1457
460
  msgid "Headers"
461
  msgstr "Naslovi"
462
 
463
+ #: ../includes/class.yith-wcwl-admin-init.php:1460
464
  msgid "Background color"
465
  msgstr "Boja pozadine"
466
 
467
+ #: ../includes/class.yith-wcwl-admin-init.php:1550
468
  msgid "Wishlist Activated"
469
  msgstr "Lista želja aktivirana"
470
 
471
+ #: ../includes/class.yith-wcwl-admin-init.php:1551
472
+ #, php-format
473
  msgid ""
474
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
475
  "can access to all the settings of our plugins that you have activated. "
481
  "je u izvanrednoj PREMIUM verziji sa puno novih opcija, <a href=\"%s"
482
  "\">otkrijte je</a>."
483
 
484
+ #: ../includes/class.yith-wcwl-admin-init.php:1562
485
  msgid "Wishlist Updated"
486
  msgstr "Lista želja je ažurirana"
487
 
488
+ #: ../includes/class.yith-wcwl-admin-init.php:1563
489
+ #, php-format
490
  msgid ""
491
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
492
  "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
500
  "ovaj meni. Lista želja je ažurirana novim opcijama, <a href=\"%s\">otkrijte "
501
  "PREMIUM verziju.</a>"
502
 
503
+ #: ../includes/class.yith-wcwl-init.php:437
504
  msgid ""
505
  "We are sorry, but this feature is available only if cookies are enabled on "
506
  "your browser."
508
  "Žao nam je, ova opcija je dostupna samo ako imate aktivirana kolačiće u "
509
  "vašem pregledniku."
510
 
511
+ #: ../includes/class.yith-wcwl-init.php:438
512
  msgid "Product correctly added to cart"
513
  msgstr "Proizvod uspješno dodan u košaricu"
514
 
515
+ #: ../includes/class.yith-wcwl-install.php:244
516
  msgctxt "page_slug"
517
  msgid "wishlist"
518
  msgstr "listaželja"
519
 
520
+ #: ../includes/class.yith-wcwl-privacy.php:50
521
  msgid "While you visit our site, we’ll track:"
522
  msgstr ""
523
 
524
+ #: ../includes/class.yith-wcwl-privacy.php:52
525
  msgid ""
526
  "Products you’ve added to the wishlist: we’ll use this to show you and other "
527
  "users your favourite products, and to create targeted email campaigns."
528
  msgstr ""
529
 
530
+ #: ../includes/class.yith-wcwl-privacy.php:53
531
  msgid ""
532
  "Wishlists you’ve created: we’ll keep track of the wishlists you create, and "
533
  "make them visible to the store’s staff"
534
  msgstr ""
535
 
536
+ #: ../includes/class.yith-wcwl-privacy.php:55
537
  msgid ""
538
  "We’ll also use cookies to keep track of wishlist contents while you’re "
539
  "browsing our site."
540
  msgstr ""
541
 
542
+ #: ../includes/class.yith-wcwl-privacy.php:58
543
  msgid ""
544
  "Members of our team have access to the information you provide us. For "
545
  "example, both Administrators and Shop Managers can access:"
546
  msgstr ""
547
 
548
+ #: ../includes/class.yith-wcwl-privacy.php:60
549
  msgid ""
550
  "Wishlist details, such as products added, date of addition, name and privacy "
551
  "settings of your wishlists"
552
  msgstr ""
553
 
554
+ #: ../includes/class.yith-wcwl-privacy.php:62
555
  msgid ""
556
  "Our team members have access to this information to offer you better deals "
557
  "for the products you love."
558
  msgstr ""
559
 
560
+ #: ../includes/class.yith-wcwl-privacy.php:82
561
+ #: ../includes/class.yith-wcwl-privacy.php:98
562
  #, fuzzy
563
  msgid "Customer Wishlists"
564
  msgstr "Pretraga listi želja"
565
 
566
+ #: ../includes/class.yith-wcwl-privacy.php:133
567
  #, fuzzy
568
  msgid "Wishlists"
569
  msgstr "Lista želja"
570
 
571
+ #: ../includes/class.yith-wcwl-privacy.php:195
572
+ #, fuzzy, php-format
 
573
  msgid "Removed wishlist %s."
574
  msgstr "Moja lista želja na %s"
575
 
576
+ #: ../includes/class.yith-wcwl-privacy.php:199
577
+ #, php-format
578
  msgid "Wishlist %s has been retained."
579
  msgstr ""
580
 
581
+ #: ../includes/class.yith-wcwl-privacy.php:210
582
  msgid "Removed default user's wishlist"
583
  msgstr ""
584
 
585
+ #: ../includes/class.yith-wcwl-privacy.php:228
586
  msgid "Token"
587
  msgstr ""
588
 
589
+ #: ../includes/class.yith-wcwl-privacy.php:229
590
  #, fuzzy
591
  msgid "Wishlist url"
592
  msgstr "Lista želja"
593
 
594
+ #: ../includes/class.yith-wcwl-privacy.php:230
595
  msgid "Title"
596
  msgstr ""
597
 
598
+ #: ../includes/class.yith-wcwl-privacy.php:231
599
  msgctxt "date wishlist was created"
600
  msgid "Created on"
601
  msgstr ""
602
 
603
+ #: ../includes/class.yith-wcwl-privacy.php:232
604
  msgid "Visibility"
605
  msgstr ""
606
 
607
+ #: ../includes/class.yith-wcwl-privacy.php:233
608
  msgid "Items Added"
609
  msgstr ""
610
 
611
+ #: ../includes/class.yith-wcwl-privacy.php:283
612
+ #: ../templates/wishlist-view.php:212
613
  msgid "Shared"
614
  msgstr "Podijeljeno"
615
 
616
+ #: ../includes/class.yith-wcwl-privacy.php:286
617
+ #: ../templates/wishlist-view.php:215
618
  msgid "Private"
619
  msgstr "Privatno"
620
 
621
+ #: ../includes/class.yith-wcwl-privacy.php:289
622
+ #: ../templates/wishlist-view.php:218
623
  msgid "Public"
624
  msgstr "Javno"
625
 
626
+ #: ../includes/class.yith-wcwl-shortcode.php:45
627
  #, fuzzy
628
  msgctxt "[gutenberg]: block name"
629
  msgid "YITH Add to Wishlist"
630
  msgstr "Dodaj u košaricu"
631
 
632
+ #: ../includes/class.yith-wcwl-shortcode.php:46
633
  #, fuzzy
634
  msgctxt "[gutenberg]: block description"
635
  msgid "Shows Add to Wishlist button"
636
  msgstr "Gumb za \"Dodaj u listu želja\""
637
 
638
+ #: ../includes/class.yith-wcwl-shortcode.php:51
639
  msgid ""
640
  "ID of the product to add to wishlist (leave empty to use global product)"
641
  msgstr ""
642
 
643
+ #: ../includes/class.yith-wcwl-shortcode.php:56
644
  msgid "Url of wishlist page (leave empty to use default)"
645
  msgstr ""
646
 
647
+ #: ../includes/class.yith-wcwl-shortcode.php:61
648
  msgid "Button label (leave empty to use default)"
649
  msgstr ""
650
 
651
+ #: ../includes/class.yith-wcwl-shortcode.php:66
652
  msgid "\"Browse wishlist\" label (leave empty to use default)"
653
  msgstr ""
654
 
655
+ #: ../includes/class.yith-wcwl-shortcode.php:71
656
  #, fuzzy
657
  msgid "\"Product already in wishlist\" label (leave empty to use default)"
658
  msgstr "Tekst za \"Proizvod je već dodan u listu želja\""
659
 
660
+ #: ../includes/class.yith-wcwl-shortcode.php:76
661
  msgid "\"Product added to wishlist\" label (leave empty to use default)"
662
  msgstr ""
663
 
664
+ #: ../includes/class.yith-wcwl-shortcode.php:81
665
  msgid ""
666
  "Icon for the button (use any FontAwesome valid class, or leave empty to use "
667
  "default)"
668
  msgstr ""
669
 
670
+ #: ../includes/class.yith-wcwl-shortcode.php:86
671
  msgid "Additional css classes for the button (leave empty to use default)"
672
  msgstr ""
673
 
674
+ #: ../includes/class.yith-wcwl-shortcode.php:94
675
  #, fuzzy
676
  msgctxt "[gutenberg]: block name"
677
  msgid "YITH Wishlist"
678
  msgstr "Omogući YITH Listu želja"
679
 
680
+ #: ../includes/class.yith-wcwl-shortcode.php:95
681
  #, fuzzy
682
  msgctxt "[gutenberg]: block description"
683
  msgid "Shows list of products in wishlist"
684
  msgstr "Prikaži cijenu jedinice za svaki proizvod u listi želja"
685
 
686
+ #: ../includes/class.yith-wcwl-shortcode.php:100
687
  msgid "Choose whether to paginate items in the wishlist or show them all"
688
  msgstr ""
689
 
690
+ #: ../includes/class.yith-wcwl-shortcode.php:103
691
  msgid "Paginate"
692
  msgstr ""
693
 
694
+ #: ../includes/class.yith-wcwl-shortcode.php:104
695
  msgid "Do not paginate"
696
  msgstr ""
697
 
698
+ #: ../includes/class.yith-wcwl-shortcode.php:109
699
  msgid "Number of items to show for each page"
700
  msgstr ""
701
 
702
+ #: ../includes/class.yith-wcwl-shortcode.php:114
703
  msgid "ID of the wishlist to show (EG: K6EOWXB888ZD)"
704
  msgstr ""
705
 
706
+ #: ../includes/class.yith-wcwl-shortcode.php:386
707
+ #: ../includes/class.yith-wcwl-ui.php:164
708
  msgid "Share on:"
709
  msgstr "Podijeli na:"
710
 
711
+ #: ../includes/class.yith-wcwl-ui.php:118
712
+ #: ../includes/class.yith-wcwl-ui.php:200
713
  msgid "Select options"
714
  msgstr "Odaberite opcije"
715
 
716
+ #: ../includes/class.yith-wcwl-ui.php:168 ../templates/share.php:20
717
  msgid "Facebook"
718
  msgstr ""
719
 
720
+ #: ../includes/class.yith-wcwl-ui.php:171 ../templates/share.php:26
721
  msgid "Twitter"
722
  msgstr ""
723
 
724
+ #: ../includes/class.yith-wcwl-ui.php:180
725
  msgid "email"
726
  msgstr ""
727
 
728
+ #: ../includes/class.yith-wcwl.php:201
729
  msgid "An error occurred while adding products to the wishlist."
730
  msgstr "Greška prilikom dodavanja proizvoda u listu želja."
731
 
732
+ #: ../includes/class.yith-wcwl.php:293
733
  msgid "An error occurred while adding products to wishlist."
734
  msgstr "Greška prilikom dodavanja proizvoda u listu želja."
735
 
736
+ #: ../includes/class.yith-wcwl.php:310
737
  msgid "The \"Remove\" option now does not require any parameter"
738
  msgstr "Opcija \"Obriši\" ne zahtjeva parametre"
739
 
740
+ #: ../includes/class.yith-wcwl.php:359
741
  msgid "An error occurred while removing products from the wishlist"
742
  msgstr "Greška prilikom brisanja proizvoda iz liste želja"
743
 
744
+ #: ../includes/class.yith-wcwl.php:809
745
  msgid "You need to log in before creating a new wishlist"
746
  msgstr "Morate se prijaviti da biste mogli dodavati proizvode u listu želja"
747
 
748
+ #: ../includes/class.yith-wcwl.php:1610
749
  msgid "Product successfully removed."
750
  msgstr "Proizvod uspješno obrisan."
751
 
752
+ #: ../includes/class.yith-wcwl.php:1614
753
  msgid "Error. Unable to remove the product from the wishlist."
754
  msgstr "Greška. Proizvod se ne može obrisati iz liste želja."
755
 
756
+ #: ../includes/class.yith-wcwl.php:1618 ../templates/wishlist-view.php:242
757
  msgid "No products were added to the wishlist"
758
  msgstr "Nema proizvoda u listi želja"
759
 
760
+ #: ../includes/class.yith-wcwl.php:1660
761
  msgid "An error as occurred."
762
  msgstr "Greška, neuspješan pokušaj."
763
 
764
+ #: ../init.php:130
765
  #, fuzzy
766
  msgid "is enabled but not effective. It requires WooCommerce in order to work."
767
  msgstr ""
768
  "YITH WooCommerce Lista želja je uključena ali nije omogućena. Zahtjeva "
769
  "WooCommerce dodatak da bi mogla raditi."
770
 
771
+ #: ../init.php:140
772
  msgid "You can't activate the free version of"
773
  msgstr ""
774
 
775
+ #: ../init.php:140
776
  msgid "while you are using the premium one."
777
  msgstr ""
778
 
779
+ #: ../templates/admin/wishlist-panel-premium.php:185
780
+ #: ../templates/admin/wishlist-panel-premium.php:383
781
+ #, php-format
782
  msgid ""
783
  "Upgrade to the %1$spremium version%2$s%3$sof %1$sYITH WooCommerce Wishlist"
784
  "%2$s to benefit from all features!"
786
  "Nadogradite na %1$spremium verziju%2$s%3$s %1$sYITH WooCommerce Listu želja"
787
  "%2$s "
788
 
789
+ #: ../templates/admin/wishlist-panel-premium.php:187
790
+ #: ../templates/admin/wishlist-panel-premium.php:385
791
+ #, php-format
792
  msgid "%1$sUPGRADE%2$s%3$s to the premium version%2$s"
793
  msgstr "%1$sNADOGRADI%2$s%3$s na premium verziju%2$s"
794
 
795
+ #: ../templates/admin/wishlist-panel-premium.php:193
796
  msgid "Premium Features"
797
  msgstr "Premium dodaci"
798
 
799
+ #: ../templates/admin/wishlist-panel-premium.php:196
800
+ #: ../templates/admin/wishlist-panel-premium.php:201
801
  msgid "Multiple Wishlist"
802
  msgstr "Višestruka Lista želja"
803
 
804
+ #: ../templates/admin/wishlist-panel-premium.php:203
805
+ #, php-format
806
  msgid ""
807
  "%1$sDoes it ever happened to you to have too many wishes for a single wish "
808
  "list?%2$s%3$s The possibility to manage one's wishes is a fundamental "
820
  "dodatku vaši korisnici će biti u mogućnosti stvoriti, uređivati i dijeliti "
821
  "svoje liste želja."
822
 
823
+ #: ../templates/admin/wishlist-panel-premium.php:212
824
+ #: ../templates/admin/wishlist-panel-premium.php:222
825
  msgid "Wishlist Private"
826
  msgstr "Privatna lista želja"
827
 
828
+ #: ../templates/admin/wishlist-panel-premium.php:214
829
+ #, php-format
830
  msgid ""
831
  "By enabling the option wishlist, users will also have the possibility to "
832
  "%1$smanage the visibility%2$s of their wish lists according to one of the "
835
  "Ako uključite opciju liste želja, korisnići će imati mogućnost upravljanja "
836
  "%1$svidljivosti%2$s njihovih lista želja po sljedećim kriterijima:"
837
 
838
+ #: ../templates/admin/wishlist-panel-premium.php:216
839
+ #, php-format
840
  msgid "%1$spublic:%2$s all users can look for your wish list and see it;"
841
  msgstr "%1$sjavno:%2$s svi korisnici mogu pretraživati i vidjeti listu želja;"
842
 
843
+ #: ../templates/admin/wishlist-panel-premium.php:217
844
+ #, php-format
845
  msgid ""
846
  "%1$sshared:%2$s only users possessing a direct link to the wish list page "
847
  "can display it;"
849
  "%1$spodijeljeno:%2$s pristup imaju samo korisnici koji imaju direktan link "
850
  "na listu želja;"
851
 
852
+ #: ../templates/admin/wishlist-panel-premium.php:218
853
+ #, php-format
854
  msgid "%1$sprivate:%2$s only the wish list creator can see it."
855
  msgstr ""
856
  "%1$sprivatno:%2$s pristup ima samo korisnik koji je napravio listu želja."
857
 
858
+ #: ../templates/admin/wishlist-panel-premium.php:229
859
+ #: ../templates/admin/wishlist-panel-premium.php:234
860
  msgid "Estimate Cost"
861
  msgstr "Procjena troška"
862
 
863
+ #: ../templates/admin/wishlist-panel-premium.php:236
864
+ #, php-format
865
  msgid ""
866
  "%1$sDo you want to add the possibility to ask for estimates of costs into "
867
  "your catalogue?%3$s Do you want to manage customised packets for faithful "
881
  "tekst i poslati email sa svim potrebnim informacijama direktno na adresu "
882
  "koju ste prethodno postavili."
883
 
884
+ #: ../templates/admin/wishlist-panel-premium.php:245
885
+ #: ../templates/admin/wishlist-panel-premium.php:250
886
  msgid "Admin Panel"
887
  msgstr "Upravljačka ploča Admina"
888
 
889
+ #: ../templates/admin/wishlist-panel-premium.php:247
890
+ #, php-format
891
  msgid ""
892
  "Thanks to the useful Admin panel, accessible directly among the WooCommerce "
893
  "submenu pages, you will have total control on users' wishlists. In addition "
903
  "preko stranice proizvoda, koji prikazuje količinu proizvoda u korisničkim "
904
  "listama želja."
905
 
906
+ #: ../templates/admin/wishlist-panel-premium.php:257
907
+ #: ../templates/admin/wishlist-panel-premium.php:262
908
  msgid "Search Wishlists"
909
  msgstr "Pretraga listi želja"
910
 
911
+ #: ../templates/admin/wishlist-panel-premium.php:264
912
+ #, php-format
913
  msgid ""
914
  "How many times have you been looking for the perfect gift for a important "
915
  "event but you had no idea of what to buy? %1$s'Search wishlists'%2$s allows "
923
  "ovaj način možete povećati %1$svidljivost%2$s vaših proizvoda i ohrabriti "
924
  "korisnike na kupnju."
925
 
926
+ #: ../templates/admin/wishlist-panel-premium.php:273
927
  msgid "'ADD TO CART' CHECKBOX"
928
  msgstr "'DODAJ U KOŠARICU' CHECKBOX"
929
 
930
+ #: ../templates/admin/wishlist-panel-premium.php:275
931
+ #, php-format
932
  msgid ""
933
  "Your shop offers always a wide selection of products and wishlists of your "
934
  "users get more and more crowded everyday. Give them the possibility to "
939
  "pune i pune svakog dana. Omogućite im odabir %1$snekoliko ili svih proizvoda"
940
  "%2$s u listi želja i dodavanja u košaricu samo jednim klikom."
941
 
942
+ #: ../templates/admin/wishlist-panel-premium.php:278
943
  msgid "'ADD TO CART'"
944
  msgstr "'DODAJ U KOŠARICU'"
945
 
946
+ #: ../templates/admin/wishlist-panel-premium.php:285
947
  msgid "DISABLE WISHLIST"
948
  msgstr "ONEMOGUĆI LISTU ŽELJA"
949
 
950
+ #: ../templates/admin/wishlist-panel-premium.php:290
951
  msgid "DISABLE WISHLIST FOR UNLOGGED USERS"
952
  msgstr "ONEMOGUĆI LISTU ŽELJA ZA NEPRIJAVLJENE KORISNIKE"
953
 
954
+ #: ../templates/admin/wishlist-panel-premium.php:292
955
+ #, php-format
956
  msgid ""
957
  "Favour users that have registered to your shop and disable plugin "
958
  "functionalities for all users that have not. By disabling this option, each "
965
  "želja biti će %1$spreusmjereni%2$s na stranicu \"Moj račun\" i poruku koja "
966
  "ih poziva da se prijave."
967
 
968
+ #: ../templates/admin/wishlist-panel-premium.php:301
969
  msgid "MESSAGE TO UNLOGGED USERS"
970
  msgstr "PORUKA NEPRIJAVLJENIM KORISNICIMA"
971
 
972
+ #: ../templates/admin/wishlist-panel-premium.php:303
973
+ #, php-format
974
  msgid ""
975
  "Invite users that are visiting your shop to login if they want to fully "
976
  "benefit from Wishlist functionalities. Show a %1$scustomised message%2$s and "
980
  "koristiti prednosti Liste želja. Prikazuje %1$sprilagođenu poruku%2$s i "
981
  "preusmjerava ih na stranicu \"Moj račun\" za registraciju."
982
 
983
+ #: ../templates/admin/wishlist-panel-premium.php:306
984
  msgid "UNLOGGED USERS"
985
  msgstr "NEPRIJAVLJENI KORISNICI"
986
 
987
+ #: ../templates/admin/wishlist-panel-premium.php:313
988
+ #: ../templates/admin/wishlist-panel-premium.php:318
989
  msgid "POPULAR TABLE"
990
  msgstr "TABLICA POPULARNOSTI"
991
 
992
+ #: ../templates/admin/wishlist-panel-premium.php:320
993
+ #, php-format
994
  msgid ""
995
  "Some products draw customer's attention more than others and they do not "
996
  "hesitate to add products to their wishlist. Table %1$s'Popular'%2$s allows "
1002
  "administrator trgovine pratite proizvode koji se često pojavljuju u listama "
1003
  "želja."
1004
 
1005
+ #: ../templates/admin/wishlist-panel-premium.php:329
1006
  msgid "FUNCTIONALITIES IN ONE CLICK"
1007
  msgstr "FUNKCIONALNOSTI NA JEDAN KLIK"
1008
 
1009
+ #: ../templates/admin/wishlist-panel-premium.php:331
1010
+ #, php-format
1011
  msgid ""
1012
  "Users have the possibility to search for a wishlist, create a new one or "
1013
  "display those already created. Add these %1$sfunctionalities%2$s through the "
1017
  "koje su već izradili. Dodajte ove %1$sfunkcionalnosti%2$s preko widgeta ili "
1018
  "ih prikažite odmah nakon tablice \"Liste želja\"."
1019
 
1020
+ #: ../templates/admin/wishlist-panel-premium.php:334
1021
  msgid "FUNCTIONALITIES"
1022
  msgstr "FUNKCIONALNOSTI"
1023
 
1024
+ #: ../templates/admin/wishlist-panel-premium.php:341
1025
+ #: ../templates/admin/wishlist-panel-premium.php:346
1026
  msgid "PROMOTIONAL EMAIL"
1027
  msgstr "PROMOTIVNI EMAIL"
1028
 
1029
+ #: ../templates/admin/wishlist-panel-premium.php:348
1030
+ #, php-format
1031
  msgid ""
1032
  "If you want to give the right input to your users to persuade them to "
1033
  "%1$spurchase the products%2$s they have in their wishlists, you need to use "
1041
  "kupon koji mogu iskoristiti u trgovini kako bi znali da im dajete "
1042
  "jedinstvenu ponudu!"
1043
 
1044
+ #: ../templates/admin/wishlist-panel-premium.php:357
1045
  msgid "FROM A WISHLIST TO ANOTHER"
1046
  msgstr "IZ LISTE ŽELJA U DRUGU"
1047
 
1048
+ #: ../templates/admin/wishlist-panel-premium.php:359
1049
+ #, php-format
1050
  msgid ""
1051
  "Who said that a product has to remain forever in the same wishlist? With the "
1052
  "option %1$s\"Show \"Move to another wishlist\" dropdown menu\"%2$s, with "
1058
  "korisnici će moći sa samo jednim klikom premjestiti proizvod iz jedne liste "
1059
  "želja u drugu, upravljajući svojim listama želja."
1060
 
1061
+ #: ../templates/admin/wishlist-panel-premium.php:362
1062
  msgid "FROM A WISHLIST"
1063
  msgstr "IZ LISTE ŽELJA"
1064
 
1065
+ #: ../templates/admin/wishlist-panel-premium.php:369
1066
  msgid "DATE"
1067
  msgstr "DATUM"
1068
 
1069
+ #: ../templates/admin/wishlist-panel-premium.php:374
1070
  msgid "DATE OF ADDITION TO A WISHLIST"
1071
  msgstr "DATUM DODAVANJA U LISTU ŽELJA"
1072
 
1073
+ #: ../templates/admin/wishlist-panel-premium.php:376
1074
+ #, php-format
1075
  msgid ""
1076
  "Activating the %1$s\"Show date of addition\"%2$s option, users can see the "
1077
  "date in which they have added a particular product to their list: a new way "
1081
  "vidjeti datum kada su dodali određeni proizvod u svoju listu: novi način da "
1082
  "vaši korisnici budu informirani o svojim aktivnostima."
1083
 
1084
+ #: ../templates/share.php:32
1085
  msgid "Pinterest"
1086
  msgstr ""
1087
 
1088
+ #: ../templates/share.php:38
1089
  msgid "Google+"
1090
  msgstr ""
1091
 
1092
+ #: ../templates/share.php:44
1093
  msgid "Email"
1094
  msgstr ""
1095
 
1096
+ #: ../templates/wishlist-view.php:32
1097
  msgid "Edit title"
1098
  msgstr "Uredi naslov"
1099
 
1100
+ #: ../templates/wishlist-view.php:41
1101
  msgid "Save"
1102
  msgstr "Spremi"
1103
 
1104
+ #: ../templates/wishlist-view.php:45
1105
  msgid "Cancel"
1106
  msgstr "Odustani"
1107
 
1108
+ #: ../templates/wishlist-view.php:82
1109
  msgid "Product Name"
1110
  msgstr "Ime proizvoda"
1111
 
1112
+ #: ../templates/wishlist-view.php:89
1113
  msgid "Unit Price"
1114
  msgstr "Jedinična cijena"
1115
 
1116
+ #: ../templates/wishlist-view.php:102
1117
  msgid "Stock Status"
1118
  msgstr "Stanje zalihe"
1119
 
1120
+ #: ../templates/wishlist-view.php:152 ../templates/wishlist-view.php:232
1121
  msgid "Remove this product"
1122
  msgstr "Obriši ovaj proizvod"
1123
 
1124
+ #: ../templates/wishlist-view.php:172
1125
  msgid "Free!"
1126
  msgstr "Besplatno!"
1127
 
1128
+ #: ../templates/wishlist-view.php:179
1129
  msgid "Out of Stock"
1130
  msgstr "Nema na zalihi"
1131
 
1132
+ #: ../templates/wishlist-view.php:179
1133
  msgid "In Stock"
1134
  msgstr "Na zalihi"
1135
 
1136
+ #: ../templates/wishlist-view.php:188
1137
+ #, php-format
1138
  msgid "Added on : %s"
1139
  msgstr "Dodano: %s"
1140
 
1141
+ #: ../templates/wishlist-view.php:200
1142
  msgid "Move"
1143
  msgstr "Premjesti"
1144
 
1145
+ #: ../templates/wishlist-view.php:232
1146
  msgid "Remove"
1147
  msgstr "Obriši"
1148
 
1149
+ #: ../templates/wishlist-view.php:259
1150
  msgid "Add the selected products to the cart"
1151
  msgstr "Dodaj označene proizvode u košaricu"
1152
 
1153
+ #: ../templates/wishlist-view.php:267 ../templates/wishlist-view.php:313
1154
  msgid "Ask for an estimate"
1155
  msgstr "Zatraži procjenu cijene"
1156
 
1157
+ #: ../templates/wishlist-view.php:303
1158
  msgid "Your email"
1159
  msgstr ""
1160
 
1161
+ #~ msgid "YITH WooCommerce Wishlist"
1162
+ #~ msgstr "YITH WooCommerce Lista želja"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1163
 
1164
  #~ msgid "Live Demo"
1165
  #~ msgstr "Pregled uživo"
languages/yith-woocommerce-wishlist-it_IT.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-it_IT.po CHANGED
@@ -4,8 +4,8 @@ msgid ""
4
  msgstr ""
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
7
- "POT-Creation-Date: 2018-12-21 10:28:38+00:00\n"
8
- "PO-Revision-Date: 2018-10-04 14:51+0200\n"
9
  "Last-Translator: \n"
10
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
11
  "Language: it_IT\n"
@@ -13,7 +13,7 @@ msgstr ""
13
  "Content-Type: text/plain; charset=UTF-8\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
16
- "X-Generator: Poedit 2.0.8\n"
17
  "X-Poedit-KeywordsList: __;gettext;gettext_noop;_e;_n:1,2;__ngettext_noop:1,2;"
18
  "_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"
19
  "X-Poedit-Basepath: ..\n"
@@ -105,6 +105,7 @@ msgstr "Titolo di default della lista dei desideri"
105
  #: includes/class.yith-wcwl-admin-init.php:1062
106
  #: includes/class.yith-wcwl-admin-init.php:1063
107
  #: includes/class.yith-wcwl-admin-init.php:1299
 
108
  msgid "My wishlist on %s"
109
  msgstr "La mia lista dei desideri su %s"
110
 
@@ -377,6 +378,7 @@ msgid "It will be used by Pinterest."
377
  msgstr "Verrà usato da Pinterest."
378
 
379
  #: includes/class.yith-wcwl-admin-init.php:1327
 
380
  msgid ""
381
  "If you want to take advantage of this feature, you could consider to "
382
  "purchase the %s."
@@ -391,6 +393,7 @@ msgid "Enable slider in wishlist"
391
  msgstr "Abilita lo slider nella lista dei desideri"
392
 
393
  #: includes/class.yith-wcwl-admin-init.php:1340
 
394
  msgid ""
395
  "Choose to enable product slider in wishlist page with linked products (<a "
396
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
@@ -476,6 +479,7 @@ msgid "Wishlist Activated"
476
  msgstr "Funzionalità lista dei desideri attivata"
477
 
478
  #: includes/class.yith-wcwl-admin-init.php:1551
 
479
  msgid ""
480
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
481
  "can access to all the settings of our plugins that you have activated. "
@@ -492,6 +496,7 @@ msgid "Wishlist Updated"
492
  msgstr "Lista dei desideri aggiornata"
493
 
494
  #: includes/class.yith-wcwl-admin-init.php:1563
 
495
  msgid ""
496
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
497
  "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
@@ -574,14 +579,13 @@ msgstr "Cerca liste dei desideri"
574
  msgid "Wishlists"
575
  msgstr "Wishlist"
576
 
577
- #. Translators: %s Order number.
578
  #: includes/class.yith-wcwl-privacy.php:195
579
- #, fuzzy
580
  msgid "Removed wishlist %s."
581
  msgstr "La mia lista dei desideri su %s"
582
 
583
- #. Translators: %s Order number.
584
  #: includes/class.yith-wcwl-privacy.php:199
 
585
  msgid "Wishlist %s has been retained."
586
  msgstr ""
587
 
@@ -789,6 +793,7 @@ msgstr ""
789
 
790
  #: templates/admin/wishlist-panel-premium.php:185
791
  #: templates/admin/wishlist-panel-premium.php:383
 
792
  msgid ""
793
  "Upgrade to the %1$spremium version%2$s%3$sof %1$sYITH WooCommerce Wishlist"
794
  "%2$s to benefit from all features!"
@@ -798,6 +803,7 @@ msgstr ""
798
 
799
  #: templates/admin/wishlist-panel-premium.php:187
800
  #: templates/admin/wishlist-panel-premium.php:385
 
801
  msgid "%1$sUPGRADE%2$s%3$s to the premium version%2$s"
802
  msgstr "%1$sAGGIORNA%2$s %3$salla versione premium%2$s "
803
 
@@ -811,6 +817,7 @@ msgid "Multiple Wishlist"
811
  msgstr "Molteplici liste dei desideri"
812
 
813
  #: templates/admin/wishlist-panel-premium.php:203
 
814
  msgid ""
815
  "%1$sDoes it ever happened to you to have too many wishes for a single wish "
816
  "list?%2$s%3$s The possibility to manage one's wishes is a fundamental "
@@ -835,6 +842,7 @@ msgid "Wishlist Private"
835
  msgstr "Lista dei desideri privata"
836
 
837
  #: templates/admin/wishlist-panel-premium.php:214
 
838
  msgid ""
839
  "By enabling the option wishlist, users will also have the possibility to "
840
  "%1$smanage the visibility%2$s of their wish lists according to one of the "
@@ -845,11 +853,13 @@ msgstr ""
845
  "opzioni:"
846
 
847
  #: templates/admin/wishlist-panel-premium.php:216
 
848
  msgid "%1$spublic:%2$s all users can look for your wish list and see it;"
849
  msgstr ""
850
  "%1$spubblica:%2$s tutti gli utenti possono cercare le tue liste e vederle;"
851
 
852
  #: templates/admin/wishlist-panel-premium.php:217
 
853
  msgid ""
854
  "%1$sshared:%2$s only users possessing a direct link to the wish list page "
855
  "can display it;"
@@ -858,6 +868,7 @@ msgstr ""
858
  "pagina Lista dei desideri possono visualizzarle;"
859
 
860
  #: templates/admin/wishlist-panel-premium.php:218
 
861
  msgid "%1$sprivate:%2$s only the wish list creator can see it."
862
  msgstr ""
863
  "%1$sprivata:%2$s solo colui che ha creato la Lista dei desideri può vederla."
@@ -868,6 +879,7 @@ msgid "Estimate Cost"
868
  msgstr "Preventivo"
869
 
870
  #: templates/admin/wishlist-panel-premium.php:236
 
871
  msgid ""
872
  "%1$sDo you want to add the possibility to ask for estimates of costs into "
873
  "your catalogue?%3$s Do you want to manage customised packets for faithful "
@@ -894,6 +906,7 @@ msgid "Admin Panel"
894
  msgstr "Pannello amministrazione"
895
 
896
  #: templates/admin/wishlist-panel-premium.php:247
 
897
  msgid ""
898
  "Thanks to the useful Admin panel, accessible directly among the WooCommerce "
899
  "submenu pages, you will have total control on users' wishlists. In addition "
@@ -915,6 +928,7 @@ msgid "Search Wishlists"
915
  msgstr "Cerca liste dei desideri"
916
 
917
  #: templates/admin/wishlist-panel-premium.php:264
 
918
  msgid ""
919
  "How many times have you been looking for the perfect gift for a important "
920
  "event but you had no idea of what to buy? %1$s'Search wishlists'%2$s allows "
@@ -934,6 +948,7 @@ msgid "'ADD TO CART' CHECKBOX"
934
  msgstr "CHECKBOX 'AGGIUNGI AL CARRELLO'"
935
 
936
  #: templates/admin/wishlist-panel-premium.php:275
 
937
  msgid ""
938
  "Your shop offers always a wide selection of products and wishlists of your "
939
  "users get more and more crowded everyday. Give them the possibility to "
@@ -958,6 +973,7 @@ msgid "DISABLE WISHLIST FOR UNLOGGED USERS"
958
  msgstr "DISABILITA LISTA DEI DESIDERI PER GLI UTENTI NON COLLEGATI"
959
 
960
  #: templates/admin/wishlist-panel-premium.php:292
 
961
  msgid ""
962
  "Favour users that have registered to your shop and disable plugin "
963
  "functionalities for all users that have not. By disabling this option, each "
@@ -975,6 +991,7 @@ msgid "MESSAGE TO UNLOGGED USERS"
975
  msgstr "MESSAGGIO PER GLI UTENTI NON COLLEGATI"
976
 
977
  #: templates/admin/wishlist-panel-premium.php:303
 
978
  msgid ""
979
  "Invite users that are visiting your shop to login if they want to fully "
980
  "benefit from Wishlist functionalities. Show a %1$scustomised message%2$s and "
@@ -994,6 +1011,7 @@ msgid "POPULAR TABLE"
994
  msgstr "Tabella dei prodotti più popolari"
995
 
996
  #: templates/admin/wishlist-panel-premium.php:320
 
997
  msgid ""
998
  "Some products draw customer's attention more than others and they do not "
999
  "hesitate to add products to their wishlist. Table %1$s'Popular'%2$s allows "
@@ -1010,6 +1028,7 @@ msgid "FUNCTIONALITIES IN ONE CLICK"
1010
  msgstr "Funzionalità in un clic"
1011
 
1012
  #: templates/admin/wishlist-panel-premium.php:331
 
1013
  msgid ""
1014
  "Users have the possibility to search for a wishlist, create a new one or "
1015
  "display those already created. Add these %1$sfunctionalities%2$s through the "
@@ -1030,6 +1049,7 @@ msgid "PROMOTIONAL EMAIL"
1030
  msgstr "EMAIL PROMOZIONALE"
1031
 
1032
  #: templates/admin/wishlist-panel-premium.php:348
 
1033
  msgid ""
1034
  "If you want to give the right input to your users to persuade them to "
1035
  "%1$spurchase the products%2$s they have in their wishlists, you need to use "
@@ -1048,6 +1068,7 @@ msgid "FROM A WISHLIST TO ANOTHER"
1048
  msgstr "DA UNA LISTA DEI DESIDERI ALL'ALTRA"
1049
 
1050
  #: templates/admin/wishlist-panel-premium.php:359
 
1051
  msgid ""
1052
  "Who said that a product has to remain forever in the same wishlist? With the "
1053
  "option %1$s\"Show \"Move to another wishlist\" dropdown menu\"%2$s, with "
@@ -1072,6 +1093,7 @@ msgid "DATE OF ADDITION TO A WISHLIST"
1072
  msgstr "DATA INSERIMENTO NELLA LISTA DEI DESIDERI"
1073
 
1074
  #: templates/admin/wishlist-panel-premium.php:376
 
1075
  msgid ""
1076
  "Activating the %1$s\"Show date of addition\"%2$s option, users can see the "
1077
  "date in which they have added a particular product to their list: a new way "
@@ -1134,6 +1156,7 @@ msgid "In Stock"
1134
  msgstr "Disponibile"
1135
 
1136
  #: templates/wishlist-view.php:188
 
1137
  msgid "Added on : %s"
1138
  msgstr "Aggiunto il: %s"
1139
 
@@ -1157,33 +1180,20 @@ msgstr "Richiedi un preventivo"
1157
  msgid "Your email"
1158
  msgstr ""
1159
 
1160
- #. Plugin Name of the plugin/theme
1161
- msgid "YITH WooCommerce Wishlist"
1162
- msgstr "YITH WooCommerce Wishlist"
1163
 
1164
- #. Plugin URI of the plugin/theme
1165
  #, fuzzy
1166
- msgid "https://yithemes.com/themes/plugins/yith-woocommerce-wishlist/"
1167
- msgstr "http://yithemes.com/themes/plugins/yith-woocommerce-wishlist/"
1168
-
1169
- #. Description of the plugin/theme
1170
- msgid ""
1171
- "<code><strong>YITH WooCommerce Wishlist</strong></code> gives your users the "
1172
- "possibility to create, fill, manage and share their wishlists allowing you "
1173
- "to analyze their interests and needs to improve your marketing strategies. "
1174
- "<a href=\"https://yithemes.com/\" target=\"_blank\">Get more plugins for "
1175
- "your e-commerce on <strong>YITH</strong></a>"
1176
- msgstr ""
1177
 
1178
- #. Author of the plugin/theme
1179
  #, fuzzy
1180
- msgid "YITH"
1181
- msgstr "YITHEMES"
1182
 
1183
- #. Author URI of the plugin/theme
1184
  #, fuzzy
1185
- msgid "https://yithemes.com/"
1186
- msgstr "http://yithemes.com/"
1187
 
1188
  #~ msgid "Live Demo"
1189
  #~ msgstr "Live demo"
4
  msgstr ""
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
7
+ "POT-Creation-Date: 2019-02-12 14:37+0100\n"
8
+ "PO-Revision-Date: 2019-02-12 14:37+0100\n"
9
  "Last-Translator: \n"
10
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
11
  "Language: it_IT\n"
13
  "Content-Type: text/plain; charset=UTF-8\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
16
+ "X-Generator: Poedit 2.2\n"
17
  "X-Poedit-KeywordsList: __;gettext;gettext_noop;_e;_n:1,2;__ngettext_noop:1,2;"
18
  "_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"
19
  "X-Poedit-Basepath: ..\n"
105
  #: includes/class.yith-wcwl-admin-init.php:1062
106
  #: includes/class.yith-wcwl-admin-init.php:1063
107
  #: includes/class.yith-wcwl-admin-init.php:1299
108
+ #, php-format
109
  msgid "My wishlist on %s"
110
  msgstr "La mia lista dei desideri su %s"
111
 
378
  msgstr "Verrà usato da Pinterest."
379
 
380
  #: includes/class.yith-wcwl-admin-init.php:1327
381
+ #, php-format
382
  msgid ""
383
  "If you want to take advantage of this feature, you could consider to "
384
  "purchase the %s."
393
  msgstr "Abilita lo slider nella lista dei desideri"
394
 
395
  #: includes/class.yith-wcwl-admin-init.php:1340
396
+ #, php-format
397
  msgid ""
398
  "Choose to enable product slider in wishlist page with linked products (<a "
399
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
479
  msgstr "Funzionalità lista dei desideri attivata"
480
 
481
  #: includes/class.yith-wcwl-admin-init.php:1551
482
+ #, php-format
483
  msgid ""
484
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
485
  "can access to all the settings of our plugins that you have activated. "
496
  msgstr "Lista dei desideri aggiornata"
497
 
498
  #: includes/class.yith-wcwl-admin-init.php:1563
499
+ #, php-format
500
  msgid ""
501
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
502
  "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
579
  msgid "Wishlists"
580
  msgstr "Wishlist"
581
 
 
582
  #: includes/class.yith-wcwl-privacy.php:195
583
+ #, fuzzy, php-format
584
  msgid "Removed wishlist %s."
585
  msgstr "La mia lista dei desideri su %s"
586
 
 
587
  #: includes/class.yith-wcwl-privacy.php:199
588
+ #, php-format
589
  msgid "Wishlist %s has been retained."
590
  msgstr ""
591
 
793
 
794
  #: templates/admin/wishlist-panel-premium.php:185
795
  #: templates/admin/wishlist-panel-premium.php:383
796
+ #, php-format
797
  msgid ""
798
  "Upgrade to the %1$spremium version%2$s%3$sof %1$sYITH WooCommerce Wishlist"
799
  "%2$s to benefit from all features!"
803
 
804
  #: templates/admin/wishlist-panel-premium.php:187
805
  #: templates/admin/wishlist-panel-premium.php:385
806
+ #, php-format
807
  msgid "%1$sUPGRADE%2$s%3$s to the premium version%2$s"
808
  msgstr "%1$sAGGIORNA%2$s %3$salla versione premium%2$s "
809
 
817
  msgstr "Molteplici liste dei desideri"
818
 
819
  #: templates/admin/wishlist-panel-premium.php:203
820
+ #, php-format
821
  msgid ""
822
  "%1$sDoes it ever happened to you to have too many wishes for a single wish "
823
  "list?%2$s%3$s The possibility to manage one's wishes is a fundamental "
842
  msgstr "Lista dei desideri privata"
843
 
844
  #: templates/admin/wishlist-panel-premium.php:214
845
+ #, php-format
846
  msgid ""
847
  "By enabling the option wishlist, users will also have the possibility to "
848
  "%1$smanage the visibility%2$s of their wish lists according to one of the "
853
  "opzioni:"
854
 
855
  #: templates/admin/wishlist-panel-premium.php:216
856
+ #, php-format
857
  msgid "%1$spublic:%2$s all users can look for your wish list and see it;"
858
  msgstr ""
859
  "%1$spubblica:%2$s tutti gli utenti possono cercare le tue liste e vederle;"
860
 
861
  #: templates/admin/wishlist-panel-premium.php:217
862
+ #, php-format
863
  msgid ""
864
  "%1$sshared:%2$s only users possessing a direct link to the wish list page "
865
  "can display it;"
868
  "pagina Lista dei desideri possono visualizzarle;"
869
 
870
  #: templates/admin/wishlist-panel-premium.php:218
871
+ #, php-format
872
  msgid "%1$sprivate:%2$s only the wish list creator can see it."
873
  msgstr ""
874
  "%1$sprivata:%2$s solo colui che ha creato la Lista dei desideri può vederla."
879
  msgstr "Preventivo"
880
 
881
  #: templates/admin/wishlist-panel-premium.php:236
882
+ #, php-format
883
  msgid ""
884
  "%1$sDo you want to add the possibility to ask for estimates of costs into "
885
  "your catalogue?%3$s Do you want to manage customised packets for faithful "
906
  msgstr "Pannello amministrazione"
907
 
908
  #: templates/admin/wishlist-panel-premium.php:247
909
+ #, php-format
910
  msgid ""
911
  "Thanks to the useful Admin panel, accessible directly among the WooCommerce "
912
  "submenu pages, you will have total control on users' wishlists. In addition "
928
  msgstr "Cerca liste dei desideri"
929
 
930
  #: templates/admin/wishlist-panel-premium.php:264
931
+ #, php-format
932
  msgid ""
933
  "How many times have you been looking for the perfect gift for a important "
934
  "event but you had no idea of what to buy? %1$s'Search wishlists'%2$s allows "
948
  msgstr "CHECKBOX 'AGGIUNGI AL CARRELLO'"
949
 
950
  #: templates/admin/wishlist-panel-premium.php:275
951
+ #, php-format
952
  msgid ""
953
  "Your shop offers always a wide selection of products and wishlists of your "
954
  "users get more and more crowded everyday. Give them the possibility to "
973
  msgstr "DISABILITA LISTA DEI DESIDERI PER GLI UTENTI NON COLLEGATI"
974
 
975
  #: templates/admin/wishlist-panel-premium.php:292
976
+ #, php-format
977
  msgid ""
978
  "Favour users that have registered to your shop and disable plugin "
979
  "functionalities for all users that have not. By disabling this option, each "
991
  msgstr "MESSAGGIO PER GLI UTENTI NON COLLEGATI"
992
 
993
  #: templates/admin/wishlist-panel-premium.php:303
994
+ #, php-format
995
  msgid ""
996
  "Invite users that are visiting your shop to login if they want to fully "
997
  "benefit from Wishlist functionalities. Show a %1$scustomised message%2$s and "
1011
  msgstr "Tabella dei prodotti più popolari"
1012
 
1013
  #: templates/admin/wishlist-panel-premium.php:320
1014
+ #, php-format
1015
  msgid ""
1016
  "Some products draw customer's attention more than others and they do not "
1017
  "hesitate to add products to their wishlist. Table %1$s'Popular'%2$s allows "
1028
  msgstr "Funzionalità in un clic"
1029
 
1030
  #: templates/admin/wishlist-panel-premium.php:331
1031
+ #, php-format
1032
  msgid ""
1033
  "Users have the possibility to search for a wishlist, create a new one or "
1034
  "display those already created. Add these %1$sfunctionalities%2$s through the "
1049
  msgstr "EMAIL PROMOZIONALE"
1050
 
1051
  #: templates/admin/wishlist-panel-premium.php:348
1052
+ #, php-format
1053
  msgid ""
1054
  "If you want to give the right input to your users to persuade them to "
1055
  "%1$spurchase the products%2$s they have in their wishlists, you need to use "
1068
  msgstr "DA UNA LISTA DEI DESIDERI ALL'ALTRA"
1069
 
1070
  #: templates/admin/wishlist-panel-premium.php:359
1071
+ #, php-format
1072
  msgid ""
1073
  "Who said that a product has to remain forever in the same wishlist? With the "
1074
  "option %1$s\"Show \"Move to another wishlist\" dropdown menu\"%2$s, with "
1093
  msgstr "DATA INSERIMENTO NELLA LISTA DEI DESIDERI"
1094
 
1095
  #: templates/admin/wishlist-panel-premium.php:376
1096
+ #, php-format
1097
  msgid ""
1098
  "Activating the %1$s\"Show date of addition\"%2$s option, users can see the "
1099
  "date in which they have added a particular product to their list: a new way "
1156
  msgstr "Disponibile"
1157
 
1158
  #: templates/wishlist-view.php:188
1159
+ #, php-format
1160
  msgid "Added on : %s"
1161
  msgstr "Aggiunto il: %s"
1162
 
1180
  msgid "Your email"
1181
  msgstr ""
1182
 
1183
+ #~ msgid "YITH WooCommerce Wishlist"
1184
+ #~ msgstr "YITH WooCommerce Wishlist"
 
1185
 
 
1186
  #, fuzzy
1187
+ #~ msgid "https://yithemes.com/themes/plugins/yith-woocommerce-wishlist/"
1188
+ #~ msgstr "http://yithemes.com/themes/plugins/yith-woocommerce-wishlist/"
 
 
 
 
 
 
 
 
 
1189
 
 
1190
  #, fuzzy
1191
+ #~ msgid "YITH"
1192
+ #~ msgstr "YITHEMES"
1193
 
 
1194
  #, fuzzy
1195
+ #~ msgid "https://yithemes.com/"
1196
+ #~ msgstr "http://yithemes.com/"
1197
 
1198
  #~ msgid "Live Demo"
1199
  #~ msgstr "Live demo"
languages/yith-woocommerce-wishlist-ko_KR.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-ko_KR.po CHANGED
@@ -2,15 +2,15 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
- "POT-Creation-Date: 2018-12-21 10:28:38+00:00\n"
6
- "PO-Revision-Date: 2018-10-04 14:51+0200\n"
7
  "Last-Translator: Valentyn Zubenko <valentyn.zubenko@gmail.com>\n"
8
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
9
  "Language: uk_UA\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 2.0.8\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"
@@ -20,66 +20,66 @@ msgstr ""
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:1484
25
- #: includes/class.yith-wcwl-admin-init.php:1485
26
- #: includes/class.yith-wcwl-install.php:245
27
  msgid "Wishlist"
28
  msgstr "위시리스"
29
 
30
- #: includes/class.yith-wcwl-admin-init.php:161
31
  msgid "Settings"
32
  msgstr "설정 "
33
 
34
- #: includes/class.yith-wcwl-admin-init.php:162
35
- #: includes/class.yith-wcwl-admin-init.php:243
36
  msgid "Colors"
37
  msgstr "색깔 "
38
 
39
- #: includes/class.yith-wcwl-admin-init.php:163
40
  msgid "Premium Version"
41
  msgstr "프리미엄 버전 "
42
 
43
- #: includes/class.yith-wcwl-admin-init.php:1015
44
  msgid "Enable all plugin features"
45
  msgstr ""
46
 
47
- #: includes/class.yith-wcwl-admin-init.php:1016
48
  msgid ""
49
  "Be sure to select at least one option in the Wishlist page menu in this "
50
  "settings page"
51
  msgstr ""
52
 
53
- #: includes/class.yith-wcwl-admin-init.php:1017
54
  msgctxt "[Part of]: Also, please read the plugin documentation"
55
  msgid "Also, please read the plugin"
56
  msgstr ""
57
 
58
- #: includes/class.yith-wcwl-admin-init.php:1018
59
  #, fuzzy
60
  msgctxt "[Part Of]: Also, please read the plugin documentation"
61
  msgid "documentation"
62
  msgstr "플러그인 설명서"
63
 
64
- #: includes/class.yith-wcwl-admin-init.php:1024
65
  msgid "Upgrade to the PREMIUM VERSION"
66
  msgstr "프리미엄 버전으로 업그레이드"
67
 
68
- #: includes/class.yith-wcwl-admin-init.php:1028
69
  msgid "Discover the Advanced Features"
70
  msgstr "강화된 기능 보기 "
71
 
72
- #: includes/class.yith-wcwl-admin-init.php:1029
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:1035
79
  msgid "Get Support and Pro Features"
80
  msgstr "지원받기와 프로기능"
81
 
82
- #: includes/class.yith-wcwl-admin-init.php:1036
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 "
@@ -88,37 +88,38 @@ msgstr ""
88
  "프리미엄버전 구매시 강화된 기능의 사용, 일년동안 무료 업그레이드 서비스와 자"
89
  "사 프랫폼을 이용한 24h/24 서포트가 제공됩니다."
90
 
91
- #: includes/class.yith-wcwl-admin-init.php:1046
92
  msgid "General Settings"
93
  msgstr "일반 설정 "
94
 
95
- #: includes/class.yith-wcwl-admin-init.php:1053
96
  msgid "Enable YITH Wishlist"
97
  msgstr "YITH Wishlist 사용"
98
 
99
- #: includes/class.yith-wcwl-admin-init.php:1060
100
  msgid "Default wishlist title"
101
  msgstr "기본 위시리스트 제목"
102
 
103
- #: includes/class.yith-wcwl-admin-init.php:1062
104
- #: includes/class.yith-wcwl-admin-init.php:1063
105
- #: includes/class.yith-wcwl-admin-init.php:1299
 
106
  msgid "My wishlist on %s"
107
  msgstr "나의 위시리스트 목록 @ %s"
108
 
109
- #: includes/class.yith-wcwl-admin-init.php:1068
110
  msgid "Wishlist Page"
111
  msgstr "위시리스트 페이지 "
112
 
113
- #: includes/class.yith-wcwl-admin-init.php:1069
114
  msgid "Page contents: [yith_wcwl_wishlist]"
115
  msgstr "페이지 콘텐츠: [yith_wcwl_wishlist] "
116
 
117
- #: includes/class.yith-wcwl-admin-init.php:1078
118
  msgid "Position"
119
  msgstr "위치"
120
 
121
- #: includes/class.yith-wcwl-admin-init.php:1079
122
  msgid ""
123
  "You can add the button in variable products only after the \"Add to Cart\" "
124
  "button or using the shortcode [yith_wcwl_add_to_wishlist]."
@@ -126,27 +127,27 @@ msgstr ""
126
  "다양한 상품의 \"장바구니 담기\" 버튼 뒤에나 숏코드 "
127
  "[yith_wcwl_add_to_wishlist]로 추가 할수 있음."
128
 
129
- #: includes/class.yith-wcwl-admin-init.php:1085
130
  msgid "After \"Add to cart\""
131
  msgstr "장바구니 담기 뒤에"
132
 
133
- #: includes/class.yith-wcwl-admin-init.php:1086
134
  msgid "After thumbnails"
135
  msgstr "썸네일 뒤에"
136
 
137
- #: includes/class.yith-wcwl-admin-init.php:1087
138
  msgid "After summary"
139
  msgstr "써머리 뒤에"
140
 
141
- #: includes/class.yith-wcwl-admin-init.php:1088
142
  msgid "Use shortcode"
143
  msgstr "숏코드를 사용 "
144
 
145
- #: includes/class.yith-wcwl-admin-init.php:1093
146
  msgid "Redirect to cart"
147
  msgstr "장바구니로 다시돌리기"
148
 
149
- #: includes/class.yith-wcwl-admin-init.php:1094
150
  msgid ""
151
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
152
  "page."
@@ -154,227 +155,229 @@ msgstr ""
154
  "위시리스트 페이지의 '장바구니 담기' 버튼이 눌리면 장바구니 페이지로 다시돌리"
155
  "기"
156
 
157
- #: includes/class.yith-wcwl-admin-init.php:1100
158
  msgid "Remove if added to the cart"
159
  msgstr "장바구니에 담고나면 제거"
160
 
161
- #: includes/class.yith-wcwl-admin-init.php:1101
162
  msgid "Remove the product from the wishlist if it has been added to the cart."
163
  msgstr "장바구니에 담았다면 물품을 위시리스트에서 제거 "
164
 
165
- #: includes/class.yith-wcwl-admin-init.php:1107
166
  msgid "\"Add to Wishlist\" text"
167
  msgstr "\"위시리스트 추가\" 텍스트"
168
 
169
- #: includes/class.yith-wcwl-admin-init.php:1109
170
  msgid "Add to Wishlist"
171
  msgstr "위시르스트 추가"
172
 
173
- #: includes/class.yith-wcwl-admin-init.php:1114
174
  msgid "\"Browse wishlist\" text"
175
  msgstr "\"위시리스트 둘러보기\" 텍스트"
176
 
177
- #: includes/class.yith-wcwl-admin-init.php:1116
178
- #: includes/class.yith-wcwl-ui.php:82 includes/class.yith-wcwl-ui.php:83
179
  msgid "Browse Wishlist"
180
  msgstr "위시리스트 둘러보기 "
181
 
182
- #: includes/class.yith-wcwl-admin-init.php:1121
183
  msgid "\"Product already in wishlist\" text"
184
  msgstr "\"위시리스트에 이미 있습니다\" 텍스트"
185
 
186
- #: includes/class.yith-wcwl-admin-init.php:1123
187
- #: includes/class.yith-wcwl-ui.php:83
188
  msgid "The product is already in the wishlist!"
189
  msgstr "이 상품은 이미 위시리스트에 있습니다."
190
 
191
- #: includes/class.yith-wcwl-admin-init.php:1128
192
  msgid "\"Product added\" text"
193
  msgstr "\"상품 추가\" 텍스트 "
194
 
195
- #: includes/class.yith-wcwl-admin-init.php:1130
196
- #: includes/class.yith-wcwl-ui.php:82
197
  msgid "Product added!"
198
  msgstr "상품이 추가됨!"
199
 
200
- #: includes/class.yith-wcwl-admin-init.php:1135
201
  msgid "\"Add to Cart\" text"
202
  msgstr "\"장바구니 담기\" 텍스트 "
203
 
204
- #: includes/class.yith-wcwl-admin-init.php:1137
205
  msgid "Add to Cart"
206
  msgstr "장바구니 담기 "
207
 
208
- #: includes/class.yith-wcwl-admin-init.php:1142
209
  msgid "Show Unit price"
210
  msgstr "개별가격 보이기"
211
 
212
- #: includes/class.yith-wcwl-admin-init.php:1143
213
  msgid "Show unit price for each product in wishlist"
214
  msgstr "관심상품내 개별상품의 개별가격 보이기"
215
 
216
- #: includes/class.yith-wcwl-admin-init.php:1150
217
  msgid "Show \"Add to Cart\" button"
218
  msgstr "\"장바구니 담기\" 버튼 보이기"
219
 
220
- #: includes/class.yith-wcwl-admin-init.php:1151
221
  msgid "Show \"Add to Cart\" button for each product in wishlist"
222
  msgstr "관심상품내 개별상품에 \"장바구니 담기\" 버튼 보이기 "
223
 
224
- #: includes/class.yith-wcwl-admin-init.php:1158
225
  msgid "Show Stock status"
226
  msgstr "재고상황 보기 "
227
 
228
- #: includes/class.yith-wcwl-admin-init.php:1159
229
  msgid ""
230
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
231
  msgstr "위시리스트내 개별상품에 \"재고있음\" 또는 \"재고없음\" 레이블 보이기"
232
 
233
- #: includes/class.yith-wcwl-admin-init.php:1166
234
  msgid "Show Date of addition"
235
  msgstr "추가한 날짜 보이기 "
236
 
237
- #: includes/class.yith-wcwl-admin-init.php:1167
238
  msgid "Show the date when users have added a product to the wishlist"
239
  msgstr "위시리스트에 사용자가 상품 추가한 날짜 보이기"
240
 
241
- #: includes/class.yith-wcwl-admin-init.php:1174
242
  msgid "Add second remove button"
243
  msgstr "두번째 제거 버튼 추가"
244
 
245
- #: includes/class.yith-wcwl-admin-init.php:1175
246
  msgid "Add a second remove button in the last column, with extended label"
247
  msgstr "확장 레이블에 두번째 제거버튼을 마지막 열에 추가"
248
 
249
- #: includes/class.yith-wcwl-admin-init.php:1190
250
  msgid "Styles"
251
  msgstr "스타일 "
252
 
253
- #: includes/class.yith-wcwl-admin-init.php:1197
254
  msgid "Use buttons"
255
  msgstr "버튼 사용 "
256
 
257
- #: includes/class.yith-wcwl-admin-init.php:1198
258
  msgid "Use buttons instead of simple anchors."
259
  msgstr "연결구문 대신 버튼 사용 "
260
 
261
- #: includes/class.yith-wcwl-admin-init.php:1204
262
  msgid "Custom CSS"
263
  msgstr "커스텀 CSS"
264
 
265
- #: includes/class.yith-wcwl-admin-init.php:1211
266
  msgid "Use theme style"
267
  msgstr "테마 스타일 사용 "
268
 
269
- #: includes/class.yith-wcwl-admin-init.php:1212
270
  msgid "Use the theme style."
271
  msgstr "지금 테마 스타일 사용"
272
 
273
- #: includes/class.yith-wcwl-admin-init.php:1218
274
  msgid "Rounded buttons"
275
  msgstr "굴곡진 모서리 버튼"
276
 
277
- #: includes/class.yith-wcwl-admin-init.php:1219
278
  msgid "Make button corners rounded"
279
  msgstr "버튼 모서리를 굴곡지게 만들기"
280
 
281
- #: includes/class.yith-wcwl-admin-init.php:1225
282
  msgid "\"Add to Wishlist\" icon"
283
  msgstr "\"위시리스트 추가\" 아이콘 "
284
 
285
- #: includes/class.yith-wcwl-admin-init.php:1226
286
  msgid "Add an icon to the \"Add to Wishlist\" button"
287
  msgstr "\"위시리스트 추가\"버튼에 아이콘 추가하기 "
288
 
289
- #: includes/class.yith-wcwl-admin-init.php:1236
290
  msgid "\"Add to Cart\" icon"
291
  msgstr "\"장바구니 담기\" 아이콘 "
292
 
293
- #: includes/class.yith-wcwl-admin-init.php:1237
294
  msgid "Add an icon to the \"Add to Cart\" button"
295
  msgstr "\"장바구니 담기\"버튼에 아이콘 추가하기"
296
 
297
- #: includes/class.yith-wcwl-admin-init.php:1255
298
  msgid "Social Networks & Share"
299
  msgstr "소셜 네트워크와 공유 "
300
 
301
- #: includes/class.yith-wcwl-admin-init.php:1262
302
  msgid "Share on Facebook"
303
  msgstr "페이스북에 공유"
304
 
305
- #: includes/class.yith-wcwl-admin-init.php:1263
306
  msgid "Show \"Share on Facebook\" button"
307
  msgstr "\"페이스북에 공유\"버튼 보이기 "
308
 
309
- #: includes/class.yith-wcwl-admin-init.php:1269
310
  msgid "Tweet on Twitter"
311
  msgstr "트위터에 트윗하기"
312
 
313
- #: includes/class.yith-wcwl-admin-init.php:1270
314
  msgid "Show \"Tweet on Twitter\" button"
315
  msgstr "\"트위터에 트윗하기\"버튼 보이기"
316
 
317
- #: includes/class.yith-wcwl-admin-init.php:1276
318
  msgid "Pin on Pinterest"
319
  msgstr "핀레스트에 핀하기"
320
 
321
- #: includes/class.yith-wcwl-admin-init.php:1277
322
  msgid "Show \"Pin on Pinterest\" button"
323
  msgstr "\"핀레스트에 핀하기\"버튼 보이기 "
324
 
325
- #: includes/class.yith-wcwl-admin-init.php:1283
326
  msgid "Share on Google+"
327
  msgstr "구글플러스에 공유"
328
 
329
- #: includes/class.yith-wcwl-admin-init.php:1284
330
  msgid "Show \"Share on Google+\" button"
331
  msgstr "\"구글플러스에 공유\"버튼 보이기 "
332
 
333
- #: includes/class.yith-wcwl-admin-init.php:1290
334
  msgid "Share by Email"
335
  msgstr "이메일로 공유"
336
 
337
- #: includes/class.yith-wcwl-admin-init.php:1291
338
  msgid "Show \"Share by Email\" button"
339
  msgstr "\"이메일로 공유\"버튼 보이기"
340
 
341
- #: includes/class.yith-wcwl-admin-init.php:1297
342
  msgid "Social title"
343
  msgstr "소셜 타이틀"
344
 
345
- #: includes/class.yith-wcwl-admin-init.php:1304
346
  msgid "Social text"
347
  msgstr "소셜 텍스트 "
348
 
349
- #: includes/class.yith-wcwl-admin-init.php:1305
350
  msgid ""
351
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
352
  "strong> where you want to show the URL of your wishlist."
353
  msgstr ""
354
 
355
- #: includes/class.yith-wcwl-admin-init.php:1312
356
  msgid "Social image URL"
357
  msgstr "소셜 이미지 URL"
358
 
359
- #: includes/class.yith-wcwl-admin-init.php:1313
360
  msgid "It will be used by Pinterest."
361
  msgstr ""
362
 
363
- #: includes/class.yith-wcwl-admin-init.php:1327
 
364
  msgid ""
365
  "If you want to take advantage of this feature, you could consider to "
366
  "purchase the %s."
367
  msgstr "이기능의 장점을 사용하시려면 %s 의 구매를 생각해 보십시요."
368
 
369
- #: includes/class.yith-wcwl-admin-init.php:1332
370
  msgid "YITH WooCommerce Frequently Bought Together Integration"
371
  msgstr "YITH WooCommerce 와 함께 자주 구매되는 연결"
372
 
373
- #: includes/class.yith-wcwl-admin-init.php:1339
374
  msgid "Enable slider in wishlist"
375
  msgstr "위시리스트내 슬라이더 사용 "
376
 
377
- #: includes/class.yith-wcwl-admin-init.php:1340
 
378
  msgid ""
379
  "Choose to enable product slider in wishlist page with linked products (<a "
380
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
@@ -382,84 +385,85 @@ msgstr ""
382
  "위시리스트 페이지에 연결된 상품내 상품 슬라이더 기능 선택 (<a href=\"%s\" "
383
  "class=\"thickbox\">Example</a>). %s"
384
 
385
- #: includes/class.yith-wcwl-admin-init.php:1376
386
  msgid "\"Add to wishlist\" button"
387
  msgstr "\"위시리스트 추가\"버튼"
388
 
389
- #: includes/class.yith-wcwl-admin-init.php:1379
390
- #: includes/class.yith-wcwl-admin-init.php:1397
391
- #: includes/class.yith-wcwl-admin-init.php:1415
392
- #: includes/class.yith-wcwl-admin-init.php:1433
393
- #: includes/class.yith-wcwl-admin-init.php:1451
394
  msgid "Background"
395
  msgstr "백그라운드 "
396
 
397
- #: includes/class.yith-wcwl-admin-init.php:1380
398
- #: includes/class.yith-wcwl-admin-init.php:1398
399
- #: includes/class.yith-wcwl-admin-init.php:1416
400
- #: includes/class.yith-wcwl-admin-init.php:1434
401
- #: includes/class.yith-wcwl-admin-init.php:1452
402
  msgid "Text"
403
  msgstr "텍스트 "
404
 
405
- #: includes/class.yith-wcwl-admin-init.php:1381
406
- #: includes/class.yith-wcwl-admin-init.php:1399
407
- #: includes/class.yith-wcwl-admin-init.php:1417
408
- #: includes/class.yith-wcwl-admin-init.php:1435
409
- #: includes/class.yith-wcwl-admin-init.php:1453
410
  msgid "Border"
411
  msgstr "경계 "
412
 
413
- #: includes/class.yith-wcwl-admin-init.php:1388
414
- #: includes/class.yith-wcwl-admin-init.php:1406
415
- #: includes/class.yith-wcwl-admin-init.php:1424
416
- #: includes/class.yith-wcwl-admin-init.php:1442
417
  msgid "Background (hover)"
418
  msgstr "백그라운드(안쪽)"
419
 
420
- #: includes/class.yith-wcwl-admin-init.php:1389
421
- #: includes/class.yith-wcwl-admin-init.php:1407
422
- #: includes/class.yith-wcwl-admin-init.php:1425
423
- #: includes/class.yith-wcwl-admin-init.php:1443
424
  msgid "Text (hover)"
425
  msgstr "텍스트 (안쪽)"
426
 
427
- #: includes/class.yith-wcwl-admin-init.php:1390
428
- #: includes/class.yith-wcwl-admin-init.php:1408
429
- #: includes/class.yith-wcwl-admin-init.php:1426
430
- #: includes/class.yith-wcwl-admin-init.php:1444
431
  msgid "Border (hover)"
432
  msgstr "경계 (안쪽)"
433
 
434
- #: includes/class.yith-wcwl-admin-init.php:1394
435
  msgid "\"Add to Cart\" button"
436
  msgstr "\"장바구니 담기\" 버튼 "
437
 
438
- #: includes/class.yith-wcwl-admin-init.php:1412
439
  msgid "\"Style 1\" button"
440
  msgstr "\"스타일 1\" 버튼 "
441
 
442
- #: includes/class.yith-wcwl-admin-init.php:1430
443
  msgid "\"Style 2\" button"
444
  msgstr "\"스타일 2\" 버튼 "
445
 
446
- #: includes/class.yith-wcwl-admin-init.php:1448
447
  msgid "Wishlist table"
448
  msgstr "위시리스트 테이블 "
449
 
450
- #: includes/class.yith-wcwl-admin-init.php:1457
451
  msgid "Headers"
452
  msgstr "헤더 "
453
 
454
- #: includes/class.yith-wcwl-admin-init.php:1460
455
  msgid "Background color"
456
  msgstr "백그라운드 색깔 "
457
 
458
- #: includes/class.yith-wcwl-admin-init.php:1550
459
  msgid "Wishlist Activated"
460
  msgstr "위시리스트 사용됨"
461
 
462
- #: includes/class.yith-wcwl-admin-init.php:1551
 
463
  msgid ""
464
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
465
  "can access to all the settings of our plugins that you have activated. "
@@ -470,11 +474,12 @@ msgstr ""
470
  "인의 세팅을 할수 있읍니다. 프리미엄버전의 많은 새로운 옵션 <a href=\"%s"
471
  "\">discover it now</a> 이 사용가능합니다."
472
 
473
- #: includes/class.yith-wcwl-admin-init.php:1562
474
  msgid "Wishlist Updated"
475
  msgstr "위시리스트 업데이트됨 "
476
 
477
- #: includes/class.yith-wcwl-admin-init.php:1563
 
478
  msgid ""
479
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
480
  "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
@@ -487,280 +492,284 @@ msgstr ""
487
  "인이 업데이트되면 새로운 소식이 이 메뉴에 추가 되며, 위시리스트가 새로운 옵션"
488
  "이 업데이트되면 <a href=\"%s\">프리미엄버전 살펴보기.</a> 표시됨."
489
 
490
- #: includes/class.yith-wcwl-init.php:437
491
  msgid ""
492
  "We are sorry, but this feature is available only if cookies are enabled on "
493
  "your browser."
494
  msgstr ""
495
  "죄송합니다. 이 기능은 브라우져에서 쿠기가 활성화되어 있으면 가능합니다."
496
 
497
- #: includes/class.yith-wcwl-init.php:438
498
  msgid "Product correctly added to cart"
499
  msgstr "상품이 잘 장바구니에 담겼습니다."
500
 
501
- #: includes/class.yith-wcwl-install.php:244
502
  msgctxt "page_slug"
503
  msgid "wishlist"
504
  msgstr "위시리스트"
505
 
506
- #: includes/class.yith-wcwl-privacy.php:50
507
  msgid "While you visit our site, we’ll track:"
508
  msgstr ""
509
 
510
- #: includes/class.yith-wcwl-privacy.php:52
511
  msgid ""
512
  "Products you’ve added to the wishlist: we’ll use this to show you and other "
513
  "users your favourite products, and to create targeted email campaigns."
514
  msgstr ""
515
 
516
- #: includes/class.yith-wcwl-privacy.php:53
517
  msgid ""
518
  "Wishlists you’ve created: we’ll keep track of the wishlists you create, and "
519
  "make them visible to the store’s staff"
520
  msgstr ""
521
 
522
- #: includes/class.yith-wcwl-privacy.php:55
523
  msgid ""
524
  "We’ll also use cookies to keep track of wishlist contents while you’re "
525
  "browsing our site."
526
  msgstr ""
527
 
528
- #: includes/class.yith-wcwl-privacy.php:58
529
  msgid ""
530
  "Members of our team have access to the information you provide us. For "
531
  "example, both Administrators and Shop Managers can access:"
532
  msgstr ""
533
 
534
- #: includes/class.yith-wcwl-privacy.php:60
535
  msgid ""
536
  "Wishlist details, such as products added, date of addition, name and privacy "
537
  "settings of your wishlists"
538
  msgstr ""
539
 
540
- #: includes/class.yith-wcwl-privacy.php:62
541
  msgid ""
542
  "Our team members have access to this information to offer you better deals "
543
  "for the products you love."
544
  msgstr ""
545
 
546
- #: includes/class.yith-wcwl-privacy.php:82
547
- #: includes/class.yith-wcwl-privacy.php:98
548
  #, fuzzy
549
  msgid "Customer Wishlists"
550
  msgstr "위시리스트 찾기 "
551
 
552
- #: includes/class.yith-wcwl-privacy.php:133
553
  #, fuzzy
554
  msgid "Wishlists"
555
  msgstr "위시리스"
556
 
557
- #. Translators: %s Order number.
558
- #: includes/class.yith-wcwl-privacy.php:195
559
- #, fuzzy
560
  msgid "Removed wishlist %s."
561
  msgstr "나의 위시리스트 목록 @ %s"
562
 
563
- #. Translators: %s Order number.
564
- #: includes/class.yith-wcwl-privacy.php:199
565
  msgid "Wishlist %s has been retained."
566
  msgstr ""
567
 
568
- #: includes/class.yith-wcwl-privacy.php:210
569
  msgid "Removed default user's wishlist"
570
  msgstr ""
571
 
572
- #: includes/class.yith-wcwl-privacy.php:228
573
  msgid "Token"
574
  msgstr ""
575
 
576
- #: includes/class.yith-wcwl-privacy.php:229
577
  #, fuzzy
578
  msgid "Wishlist url"
579
  msgstr "위시리스"
580
 
581
- #: includes/class.yith-wcwl-privacy.php:230
582
  msgid "Title"
583
  msgstr ""
584
 
585
- #: includes/class.yith-wcwl-privacy.php:231
586
  msgctxt "date wishlist was created"
587
  msgid "Created on"
588
  msgstr ""
589
 
590
- #: includes/class.yith-wcwl-privacy.php:232
591
  msgid "Visibility"
592
  msgstr ""
593
 
594
- #: includes/class.yith-wcwl-privacy.php:233
595
  msgid "Items Added"
596
  msgstr ""
597
 
598
- #: includes/class.yith-wcwl-privacy.php:283 templates/wishlist-view.php:212
 
599
  msgid "Shared"
600
  msgstr "공유됨 "
601
 
602
- #: includes/class.yith-wcwl-privacy.php:286 templates/wishlist-view.php:215
 
603
  msgid "Private"
604
  msgstr "개인 "
605
 
606
- #: includes/class.yith-wcwl-privacy.php:289 templates/wishlist-view.php:218
 
607
  msgid "Public"
608
  msgstr "공용 "
609
 
610
- #: includes/class.yith-wcwl-shortcode.php:45
611
  #, fuzzy
612
  msgctxt "[gutenberg]: block name"
613
  msgid "YITH Add to Wishlist"
614
  msgstr "위시르스트 추가"
615
 
616
- #: includes/class.yith-wcwl-shortcode.php:46
617
  #, fuzzy
618
  msgctxt "[gutenberg]: block description"
619
  msgid "Shows Add to Wishlist button"
620
  msgstr "\"위시리스트 추가\"버튼"
621
 
622
- #: includes/class.yith-wcwl-shortcode.php:51
623
  msgid ""
624
  "ID of the product to add to wishlist (leave empty to use global product)"
625
  msgstr ""
626
 
627
- #: includes/class.yith-wcwl-shortcode.php:56
628
  msgid "Url of wishlist page (leave empty to use default)"
629
  msgstr ""
630
 
631
- #: includes/class.yith-wcwl-shortcode.php:61
632
  msgid "Button label (leave empty to use default)"
633
  msgstr ""
634
 
635
- #: includes/class.yith-wcwl-shortcode.php:66
636
  msgid "\"Browse wishlist\" label (leave empty to use default)"
637
  msgstr ""
638
 
639
- #: includes/class.yith-wcwl-shortcode.php:71
640
  #, fuzzy
641
  msgid "\"Product already in wishlist\" label (leave empty to use default)"
642
  msgstr "\"위시리스트에 이미 있습니다\" 텍스트"
643
 
644
- #: includes/class.yith-wcwl-shortcode.php:76
645
  msgid "\"Product added to wishlist\" label (leave empty to use default)"
646
  msgstr ""
647
 
648
- #: includes/class.yith-wcwl-shortcode.php:81
649
  msgid ""
650
  "Icon for the button (use any FontAwesome valid class, or leave empty to use "
651
  "default)"
652
  msgstr ""
653
 
654
- #: includes/class.yith-wcwl-shortcode.php:86
655
  msgid "Additional css classes for the button (leave empty to use default)"
656
  msgstr ""
657
 
658
- #: includes/class.yith-wcwl-shortcode.php:94
659
  #, fuzzy
660
  msgctxt "[gutenberg]: block name"
661
  msgid "YITH Wishlist"
662
  msgstr "YITH Wishlist 사용"
663
 
664
- #: includes/class.yith-wcwl-shortcode.php:95
665
  #, fuzzy
666
  msgctxt "[gutenberg]: block description"
667
  msgid "Shows list of products in wishlist"
668
  msgstr "관심상품내 개별상품의 개별가격 보이기"
669
 
670
- #: includes/class.yith-wcwl-shortcode.php:100
671
  msgid "Choose whether to paginate items in the wishlist or show them all"
672
  msgstr ""
673
 
674
- #: includes/class.yith-wcwl-shortcode.php:103
675
  msgid "Paginate"
676
  msgstr ""
677
 
678
- #: includes/class.yith-wcwl-shortcode.php:104
679
  msgid "Do not paginate"
680
  msgstr ""
681
 
682
- #: includes/class.yith-wcwl-shortcode.php:109
683
  msgid "Number of items to show for each page"
684
  msgstr ""
685
 
686
- #: includes/class.yith-wcwl-shortcode.php:114
687
  msgid "ID of the wishlist to show (EG: K6EOWXB888ZD)"
688
  msgstr ""
689
 
690
- #: includes/class.yith-wcwl-shortcode.php:386
691
- #: includes/class.yith-wcwl-ui.php:164
692
  msgid "Share on:"
693
  msgstr "공유: "
694
 
695
- #: includes/class.yith-wcwl-ui.php:118 includes/class.yith-wcwl-ui.php:200
 
696
  msgid "Select options"
697
  msgstr "옵션 선택 "
698
 
699
- #: includes/class.yith-wcwl-ui.php:168 templates/share.php:20
700
  msgid "Facebook"
701
  msgstr "페이스북 "
702
 
703
- #: includes/class.yith-wcwl-ui.php:171 templates/share.php:26
704
  msgid "Twitter"
705
  msgstr "트위터 "
706
 
707
- #: includes/class.yith-wcwl-ui.php:180
708
  msgid "email"
709
  msgstr "이메일 "
710
 
711
- #: includes/class.yith-wcwl.php:201
712
  msgid "An error occurred while adding products to the wishlist."
713
  msgstr "위시리스트에 추가중에 에러가 발생함."
714
 
715
- #: includes/class.yith-wcwl.php:293
716
  msgid "An error occurred while adding products to wishlist."
717
  msgstr "위시리스트에 추가중에 에러가 발생함."
718
 
719
- #: includes/class.yith-wcwl.php:310
720
  msgid "The \"Remove\" option now does not require any parameter"
721
  msgstr "\"제거\" 옵션은 파라메타가 필요없음."
722
 
723
- #: includes/class.yith-wcwl.php:359
724
  msgid "An error occurred while removing products from the wishlist"
725
  msgstr "위시리스트에서 제거중에 에러가 발생함. "
726
 
727
- #: includes/class.yith-wcwl.php:809
728
  msgid "You need to log in before creating a new wishlist"
729
  msgstr "새로운 위시리스트를 만들기 전에 로그인 하십시요"
730
 
731
- #: includes/class.yith-wcwl.php:1610
732
  msgid "Product successfully removed."
733
  msgstr "상품이 성공적으로 제거 되었습니다."
734
 
735
- #: includes/class.yith-wcwl.php:1614
736
  msgid "Error. Unable to remove the product from the wishlist."
737
  msgstr "에러, 위시리스트에서 상품제거 불가능 "
738
 
739
- #: includes/class.yith-wcwl.php:1618 templates/wishlist-view.php:242
740
  msgid "No products were added to the wishlist"
741
  msgstr "위시리스트에 추가할 상품이 없음 "
742
 
743
- #: includes/class.yith-wcwl.php:1660
744
  msgid "An error as occurred."
745
  msgstr "에러가 발생됨 "
746
 
747
- #: init.php:130
748
  #, fuzzy
749
  msgid "is enabled but not effective. It requires WooCommerce in order to work."
750
  msgstr ""
751
  "YITH WooCommerce Wishlist가 활성화 되었으나 사용 불가능. 사용하기 위해서는 우"
752
  "커머스가 필요합니다."
753
 
754
- #: init.php:140
755
  msgid "You can't activate the free version of"
756
  msgstr ""
757
 
758
- #: init.php:140
759
  msgid "while you are using the premium one."
760
  msgstr ""
761
 
762
- #: templates/admin/wishlist-panel-premium.php:185
763
- #: templates/admin/wishlist-panel-premium.php:383
 
764
  msgid ""
765
  "Upgrade to the %1$spremium version%2$s%3$sof %1$sYITH WooCommerce Wishlist"
766
  "%2$s to benefit from all features!"
@@ -768,21 +777,23 @@ msgstr ""
768
  "%1$s프리미업 버전%2$s%3$s %1$sYITH WooCommerce Wishlist%2$s 모든 기능의 장점"
769
  "을 사용하기위해 업그레이드 하십시요!"
770
 
771
- #: templates/admin/wishlist-panel-premium.php:187
772
- #: templates/admin/wishlist-panel-premium.php:385
 
773
  msgid "%1$sUPGRADE%2$s%3$s to the premium version%2$s"
774
  msgstr "%3$s 프리미업 버전으로 %2$s%1$s업그래이드%2$s"
775
 
776
- #: templates/admin/wishlist-panel-premium.php:193
777
  msgid "Premium Features"
778
  msgstr "프리미엄 기능 "
779
 
780
- #: templates/admin/wishlist-panel-premium.php:196
781
- #: templates/admin/wishlist-panel-premium.php:201
782
  msgid "Multiple Wishlist"
783
  msgstr "다중 관심상품 "
784
 
785
- #: templates/admin/wishlist-panel-premium.php:203
 
786
  msgid ""
787
  "%1$sDoes it ever happened to you to have too many wishes for a single wish "
788
  "list?%2$s%3$s The possibility to manage one's wishes is a fundamental "
@@ -799,12 +810,13 @@ msgstr ""
799
  "고 많은 온라인 상점에서 사용되고 있습니다. 그리고 구매자가 자신들의 위시리스"
800
  "트를 만들고 관리하고 공유하는데 이 플러그인이 좋은 평가를 받게해 줄것입니다."
801
 
802
- #: templates/admin/wishlist-panel-premium.php:212
803
- #: templates/admin/wishlist-panel-premium.php:222
804
  msgid "Wishlist Private"
805
  msgstr "개인 위시리스트 "
806
 
807
- #: templates/admin/wishlist-panel-premium.php:214
 
808
  msgid ""
809
  "By enabling the option wishlist, users will also have the possibility to "
810
  "%1$smanage the visibility%2$s of their wish lists according to one of the "
@@ -813,11 +825,13 @@ msgstr ""
813
  "위시리스트 옵션을 활성화하면, 사용자는 위시리스트의 다음 옵션항을 %1$s보이기"
814
  "를 관리%2$s 통해 선택가능 합니다:"
815
 
816
- #: templates/admin/wishlist-panel-premium.php:216
 
817
  msgid "%1$spublic:%2$s all users can look for your wish list and see it;"
818
  msgstr "%1$s공영:%2$s 모든 사용자는 당신의 위시리스트를 볼수 있습니다;"
819
 
820
- #: templates/admin/wishlist-panel-premium.php:217
 
821
  msgid ""
822
  "%1$sshared:%2$s only users possessing a direct link to the wish list page "
823
  "can display it;"
@@ -825,16 +839,18 @@ msgstr ""
825
  "%1$s공유:%2$s 사용자만이 위시리스트 페이지의 직접 링크를 보이게 할수 있습니"
826
  "다;"
827
 
828
- #: templates/admin/wishlist-panel-premium.php:218
 
829
  msgid "%1$sprivate:%2$s only the wish list creator can see it."
830
  msgstr "%1$s개인:%2$s 위시리스트 작성자만이 볼수 있습니다. "
831
 
832
- #: templates/admin/wishlist-panel-premium.php:229
833
- #: templates/admin/wishlist-panel-premium.php:234
834
  msgid "Estimate Cost"
835
  msgstr "견적 가격 "
836
 
837
- #: templates/admin/wishlist-panel-premium.php:236
 
838
  msgid ""
839
  "%1$sDo you want to add the possibility to ask for estimates of costs into "
840
  "your catalogue?%3$s Do you want to manage customised packets for faithful "
@@ -852,12 +868,13 @@ msgstr ""
852
  "리고 사용자들이 이전 설정된 이메일 주소로 필요한 모든 정보를 보내어 확인할 "
853
  "수 있습니다."
854
 
855
- #: templates/admin/wishlist-panel-premium.php:245
856
- #: templates/admin/wishlist-panel-premium.php:250
857
  msgid "Admin Panel"
858
  msgstr "관리자 패널 "
859
 
860
- #: templates/admin/wishlist-panel-premium.php:247
 
861
  msgid ""
862
  "Thanks to the useful Admin panel, accessible directly among the WooCommerce "
863
  "submenu pages, you will have total control on users' wishlists. In addition "
@@ -871,12 +888,13 @@ msgstr ""
871
  "제는 현재 등록되어있는 상품의 상품 페이지에서 바로 %1$s 유용한 보고서%2$s를 "
872
  "통해 볼수있습니다."
873
 
874
- #: templates/admin/wishlist-panel-premium.php:257
875
- #: templates/admin/wishlist-panel-premium.php:262
876
  msgid "Search Wishlists"
877
  msgstr "위시리스트 찾기 "
878
 
879
- #: templates/admin/wishlist-panel-premium.php:264
 
880
  msgid ""
881
  "How many times have you been looking for the perfect gift for a important "
882
  "event but you had no idea of what to buy? %1$s'Search wishlists'%2$s allows "
@@ -889,11 +907,12 @@ msgstr ""
889
  "이메일로 검색 가능하도록 하여 드립니다. 이것은 상품의 %1$s높은 노출로%2$s 인"
890
  "해 쉽게 보여지고 구매욕을 상승시키는 좋은 방법입니다. "
891
 
892
- #: templates/admin/wishlist-panel-premium.php:273
893
  msgid "'ADD TO CART' CHECKBOX"
894
  msgstr "'장바구니 담기' "
895
 
896
- #: templates/admin/wishlist-panel-premium.php:275
 
897
  msgid ""
898
  "Your shop offers always a wide selection of products and wishlists of your "
899
  "users get more and more crowded everyday. Give them the possibility to "
@@ -904,19 +923,20 @@ msgstr ""
904
  "은 매일 매일 점점 많아질 것입니다. 한번의 클릭으로 그 많은 리스트중에서 %1$s"
905
  "일부나 모든 상품을%2$s 선택하게 하십시요."
906
 
907
- #: templates/admin/wishlist-panel-premium.php:278
908
  msgid "'ADD TO CART'"
909
  msgstr "'장바구니 담기'"
910
 
911
- #: templates/admin/wishlist-panel-premium.php:285
912
  msgid "DISABLE WISHLIST"
913
  msgstr "위시리스트 사용 불가능"
914
 
915
- #: templates/admin/wishlist-panel-premium.php:290
916
  msgid "DISABLE WISHLIST FOR UNLOGGED USERS"
917
  msgstr "비로그인 용자는 위시리스트 사용 불가능"
918
 
919
- #: templates/admin/wishlist-panel-premium.php:292
 
920
  msgid ""
921
  "Favour users that have registered to your shop and disable plugin "
922
  "functionalities for all users that have not. By disabling this option, each "
@@ -927,11 +947,12 @@ msgstr ""
927
  "매자가 사용하게 하지 못함게 함으로서 위시리스트에 상품을 담으면 '내 계정'페이"
928
  "지로 %1$s자동전환%2$s되고 계정 등록을 하도록 유도합니다. "
929
 
930
- #: templates/admin/wishlist-panel-premium.php:301
931
  msgid "MESSAGE TO UNLOGGED USERS"
932
  msgstr "비로그인 사용자에게 메세지를"
933
 
934
- #: templates/admin/wishlist-panel-premium.php:303
 
935
  msgid ""
936
  "Invite users that are visiting your shop to login if they want to fully "
937
  "benefit from Wishlist functionalities. Show a %1$scustomised message%2$s and "
@@ -941,16 +962,17 @@ msgstr ""
941
  "매자를 유도합니다. %1$s미리 만든 메세시%2$s를 보여주고 등록할수 있는 '내 계"
942
  "정' 페이지로 이동합니다. "
943
 
944
- #: templates/admin/wishlist-panel-premium.php:306
945
  msgid "UNLOGGED USERS"
946
  msgstr "비로그인 사용자 "
947
 
948
- #: templates/admin/wishlist-panel-premium.php:313
949
- #: templates/admin/wishlist-panel-premium.php:318
950
  msgid "POPULAR TABLE"
951
  msgstr "인기상품 나타내기"
952
 
953
- #: templates/admin/wishlist-panel-premium.php:320
 
954
  msgid ""
955
  "Some products draw customer's attention more than others and they do not "
956
  "hesitate to add products to their wishlist. Table %1$s'Popular'%2$s allows "
@@ -961,11 +983,12 @@ msgstr ""
961
  "지체없이 담겨집니다. %1$s'인기상품'%2$s은 위시리스트에서 자주 나타나는 상품"
962
  "을 관리자로서 추적할수 있도록 할수 있습니다."
963
 
964
- #: templates/admin/wishlist-panel-premium.php:329
965
  msgid "FUNCTIONALITIES IN ONE CLICK"
966
  msgstr "원 클릭의 기능들 "
967
 
968
- #: templates/admin/wishlist-panel-premium.php:331
 
969
  msgid ""
970
  "Users have the possibility to search for a wishlist, create a new one or "
971
  "display those already created. Add these %1$sfunctionalities%2$s through the "
@@ -975,16 +998,17 @@ msgstr ""
975
  "능을 원합니다. 이러한 %1$s기능들%2$s을 만들어진 웨지나 위시리스트내에 보여지"
976
  "게 할수 있습니다."
977
 
978
- #: templates/admin/wishlist-panel-premium.php:334
979
  msgid "FUNCTIONALITIES"
980
  msgstr "기능들 "
981
 
982
- #: templates/admin/wishlist-panel-premium.php:341
983
- #: templates/admin/wishlist-panel-premium.php:346
984
  msgid "PROMOTIONAL EMAIL"
985
  msgstr "프로모션 이메일 "
986
 
987
- #: templates/admin/wishlist-panel-premium.php:348
 
988
  msgid ""
989
  "If you want to give the right input to your users to persuade them to "
990
  "%1$spurchase the products%2$s they have in their wishlists, you need to use "
@@ -997,11 +1021,12 @@ msgstr ""
997
  "편의에 맞게 수정하고 사용할수 있는 쿠폰을 추가하여 구매자들의 구매욕을 향상 "
998
  "시킬수 있습니다!"
999
 
1000
- #: templates/admin/wishlist-panel-premium.php:357
1001
  msgid "FROM A WISHLIST TO ANOTHER"
1002
  msgstr "다른 위시리스트에서 "
1003
 
1004
- #: templates/admin/wishlist-panel-premium.php:359
 
1005
  msgid ""
1006
  "Who said that a product has to remain forever in the same wishlist? With the "
1007
  "option %1$s\"Show \"Move to another wishlist\" dropdown menu\"%2$s, with "
@@ -1012,19 +1037,20 @@ msgstr ""
1012
  "%1$s\"\"다른 위시리스트로 옮기기\"의 메뉴\"%2$s 클릭으로 다른 위시리스트로 옮"
1013
  "길수 있으며 스스로 리스트관리를 할수 있습니다."
1014
 
1015
- #: templates/admin/wishlist-panel-premium.php:362
1016
  msgid "FROM A WISHLIST"
1017
  msgstr "위시리스트에서 "
1018
 
1019
- #: templates/admin/wishlist-panel-premium.php:369
1020
  msgid "DATE"
1021
  msgstr "날짜 "
1022
 
1023
- #: templates/admin/wishlist-panel-premium.php:374
1024
  msgid "DATE OF ADDITION TO A WISHLIST"
1025
  msgstr "위시리스트에 추가 날짜 "
1026
 
1027
- #: templates/admin/wishlist-panel-premium.php:376
 
1028
  msgid ""
1029
  "Activating the %1$s\"Show date of addition\"%2$s option, users can see the "
1030
  "date in which they have added a particular product to their list: a new way "
@@ -1034,106 +1060,85 @@ msgstr ""
1034
  "리스트의 날짜를 볼수 있음으로 사용자가 직접 추가한 날짜와 무엇을 했는지 확인"
1035
  "할수 있음."
1036
 
1037
- #: templates/share.php:32
1038
  msgid "Pinterest"
1039
  msgstr "핀테레스트 "
1040
 
1041
- #: templates/share.php:38
1042
  msgid "Google+"
1043
  msgstr "구글플러스 "
1044
 
1045
- #: templates/share.php:44
1046
  msgid "Email"
1047
  msgstr "이메일 "
1048
 
1049
- #: templates/wishlist-view.php:32
1050
  msgid "Edit title"
1051
  msgstr "타이틀 편집 "
1052
 
1053
- #: templates/wishlist-view.php:41
1054
  msgid "Save"
1055
  msgstr "저장 "
1056
 
1057
- #: templates/wishlist-view.php:45
1058
  msgid "Cancel"
1059
  msgstr "취소 "
1060
 
1061
- #: templates/wishlist-view.php:82
1062
  msgid "Product Name"
1063
  msgstr "상품 이름 "
1064
 
1065
- #: templates/wishlist-view.php:89
1066
  msgid "Unit Price"
1067
  msgstr "단가 "
1068
 
1069
- #: templates/wishlist-view.php:102
1070
  msgid "Stock Status"
1071
  msgstr "재고여부 "
1072
 
1073
- #: templates/wishlist-view.php:152 templates/wishlist-view.php:232
1074
  msgid "Remove this product"
1075
  msgstr "이 상품 제거 "
1076
 
1077
- #: templates/wishlist-view.php:172
1078
  msgid "Free!"
1079
  msgstr "프리!"
1080
 
1081
- #: templates/wishlist-view.php:179
1082
  msgid "Out of Stock"
1083
  msgstr "재고 없음 "
1084
 
1085
- #: templates/wishlist-view.php:179
1086
  msgid "In Stock"
1087
  msgstr "재고 있음 "
1088
 
1089
- #: templates/wishlist-view.php:188
 
1090
  msgid "Added on : %s"
1091
  msgstr "추가됨 : %s"
1092
 
1093
- #: templates/wishlist-view.php:200
1094
  msgid "Move"
1095
  msgstr "이동 "
1096
 
1097
- #: templates/wishlist-view.php:232
1098
  msgid "Remove"
1099
  msgstr "제거 "
1100
 
1101
- #: templates/wishlist-view.php:259
1102
  msgid "Add the selected products to the cart"
1103
  msgstr "선택된 상품들 장바구니에 담기 "
1104
 
1105
- #: templates/wishlist-view.php:267 templates/wishlist-view.php:313
1106
  msgid "Ask for an estimate"
1107
  msgstr "견적가 요청 "
1108
 
1109
- #: templates/wishlist-view.php:303
1110
  msgid "Your email"
1111
  msgstr ""
1112
 
1113
- #. Plugin Name of the plugin/theme
1114
- msgid "YITH WooCommerce Wishlist"
1115
- msgstr "YITH WooCommerce Wishlist"
1116
-
1117
- #. Plugin URI of the plugin/theme
1118
- msgid "https://yithemes.com/themes/plugins/yith-woocommerce-wishlist/"
1119
- msgstr ""
1120
-
1121
- #. Description of the plugin/theme
1122
- msgid ""
1123
- "<code><strong>YITH WooCommerce Wishlist</strong></code> gives your users the "
1124
- "possibility to create, fill, manage and share their wishlists allowing you "
1125
- "to analyze their interests and needs to improve your marketing strategies. "
1126
- "<a href=\"https://yithemes.com/\" target=\"_blank\">Get more plugins for "
1127
- "your e-commerce on <strong>YITH</strong></a>"
1128
- msgstr ""
1129
-
1130
- #. Author of the plugin/theme
1131
- msgid "YITH"
1132
- msgstr ""
1133
-
1134
- #. Author URI of the plugin/theme
1135
- msgid "https://yithemes.com/"
1136
- msgstr ""
1137
 
1138
  #~ msgid "Live Demo"
1139
  #~ msgstr "라이브 데모 "
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
+ "POT-Creation-Date: 2019-02-12 14:37+0100\n"
6
+ "PO-Revision-Date: 2019-02-12 14:37+0100\n"
7
  "Last-Translator: Valentyn Zubenko <valentyn.zubenko@gmail.com>\n"
8
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
9
  "Language: uk_UA\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 2.2\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"
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:1484
25
+ #: ../includes/class.yith-wcwl-admin-init.php:1485
26
+ #: ../includes/class.yith-wcwl-install.php:245
27
  msgid "Wishlist"
28
  msgstr "위시리스"
29
 
30
+ #: ../includes/class.yith-wcwl-admin-init.php:161
31
  msgid "Settings"
32
  msgstr "설정 "
33
 
34
+ #: ../includes/class.yith-wcwl-admin-init.php:162
35
+ #: ../includes/class.yith-wcwl-admin-init.php:243
36
  msgid "Colors"
37
  msgstr "색깔 "
38
 
39
+ #: ../includes/class.yith-wcwl-admin-init.php:163
40
  msgid "Premium Version"
41
  msgstr "프리미엄 버전 "
42
 
43
+ #: ../includes/class.yith-wcwl-admin-init.php:1015
44
  msgid "Enable all plugin features"
45
  msgstr ""
46
 
47
+ #: ../includes/class.yith-wcwl-admin-init.php:1016
48
  msgid ""
49
  "Be sure to select at least one option in the Wishlist page menu in this "
50
  "settings page"
51
  msgstr ""
52
 
53
+ #: ../includes/class.yith-wcwl-admin-init.php:1017
54
  msgctxt "[Part of]: Also, please read the plugin documentation"
55
  msgid "Also, please read the plugin"
56
  msgstr ""
57
 
58
+ #: ../includes/class.yith-wcwl-admin-init.php:1018
59
  #, fuzzy
60
  msgctxt "[Part Of]: Also, please read the plugin documentation"
61
  msgid "documentation"
62
  msgstr "플러그인 설명서"
63
 
64
+ #: ../includes/class.yith-wcwl-admin-init.php:1024
65
  msgid "Upgrade to the PREMIUM VERSION"
66
  msgstr "프리미엄 버전으로 업그레이드"
67
 
68
+ #: ../includes/class.yith-wcwl-admin-init.php:1028
69
  msgid "Discover the Advanced Features"
70
  msgstr "강화된 기능 보기 "
71
 
72
+ #: ../includes/class.yith-wcwl-admin-init.php:1029
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:1035
79
  msgid "Get Support and Pro Features"
80
  msgstr "지원받기와 프로기능"
81
 
82
+ #: ../includes/class.yith-wcwl-admin-init.php:1036
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 "
88
  "프리미엄버전 구매시 강화된 기능의 사용, 일년동안 무료 업그레이드 서비스와 자"
89
  "사 프랫폼을 이용한 24h/24 서포트가 제공됩니다."
90
 
91
+ #: ../includes/class.yith-wcwl-admin-init.php:1046
92
  msgid "General Settings"
93
  msgstr "일반 설정 "
94
 
95
+ #: ../includes/class.yith-wcwl-admin-init.php:1053
96
  msgid "Enable YITH Wishlist"
97
  msgstr "YITH Wishlist 사용"
98
 
99
+ #: ../includes/class.yith-wcwl-admin-init.php:1060
100
  msgid "Default wishlist title"
101
  msgstr "기본 위시리스트 제목"
102
 
103
+ #: ../includes/class.yith-wcwl-admin-init.php:1062
104
+ #: ../includes/class.yith-wcwl-admin-init.php:1063
105
+ #: ../includes/class.yith-wcwl-admin-init.php:1299
106
+ #, php-format
107
  msgid "My wishlist on %s"
108
  msgstr "나의 위시리스트 목록 @ %s"
109
 
110
+ #: ../includes/class.yith-wcwl-admin-init.php:1068
111
  msgid "Wishlist Page"
112
  msgstr "위시리스트 페이지 "
113
 
114
+ #: ../includes/class.yith-wcwl-admin-init.php:1069
115
  msgid "Page contents: [yith_wcwl_wishlist]"
116
  msgstr "페이지 콘텐츠: [yith_wcwl_wishlist] "
117
 
118
+ #: ../includes/class.yith-wcwl-admin-init.php:1078
119
  msgid "Position"
120
  msgstr "위치"
121
 
122
+ #: ../includes/class.yith-wcwl-admin-init.php:1079
123
  msgid ""
124
  "You can add the button in variable products only after the \"Add to Cart\" "
125
  "button or using the shortcode [yith_wcwl_add_to_wishlist]."
127
  "다양한 상품의 \"장바구니 담기\" 버튼 뒤에나 숏코드 "
128
  "[yith_wcwl_add_to_wishlist]로 추가 할수 있음."
129
 
130
+ #: ../includes/class.yith-wcwl-admin-init.php:1085
131
  msgid "After \"Add to cart\""
132
  msgstr "장바구니 담기 뒤에"
133
 
134
+ #: ../includes/class.yith-wcwl-admin-init.php:1086
135
  msgid "After thumbnails"
136
  msgstr "썸네일 뒤에"
137
 
138
+ #: ../includes/class.yith-wcwl-admin-init.php:1087
139
  msgid "After summary"
140
  msgstr "써머리 뒤에"
141
 
142
+ #: ../includes/class.yith-wcwl-admin-init.php:1088
143
  msgid "Use shortcode"
144
  msgstr "숏코드를 사용 "
145
 
146
+ #: ../includes/class.yith-wcwl-admin-init.php:1093
147
  msgid "Redirect to cart"
148
  msgstr "장바구니로 다시돌리기"
149
 
150
+ #: ../includes/class.yith-wcwl-admin-init.php:1094
151
  msgid ""
152
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
153
  "page."
155
  "위시리스트 페이지의 '장바구니 담기' 버튼이 눌리면 장바구니 페이지로 다시돌리"
156
  "기"
157
 
158
+ #: ../includes/class.yith-wcwl-admin-init.php:1100
159
  msgid "Remove if added to the cart"
160
  msgstr "장바구니에 담고나면 제거"
161
 
162
+ #: ../includes/class.yith-wcwl-admin-init.php:1101
163
  msgid "Remove the product from the wishlist if it has been added to the cart."
164
  msgstr "장바구니에 담았다면 물품을 위시리스트에서 제거 "
165
 
166
+ #: ../includes/class.yith-wcwl-admin-init.php:1107
167
  msgid "\"Add to Wishlist\" text"
168
  msgstr "\"위시리스트 추가\" 텍스트"
169
 
170
+ #: ../includes/class.yith-wcwl-admin-init.php:1109
171
  msgid "Add to Wishlist"
172
  msgstr "위시르스트 추가"
173
 
174
+ #: ../includes/class.yith-wcwl-admin-init.php:1114
175
  msgid "\"Browse wishlist\" text"
176
  msgstr "\"위시리스트 둘러보기\" 텍스트"
177
 
178
+ #: ../includes/class.yith-wcwl-admin-init.php:1116
179
+ #: ../includes/class.yith-wcwl-ui.php:82 ../includes/class.yith-wcwl-ui.php:83
180
  msgid "Browse Wishlist"
181
  msgstr "위시리스트 둘러보기 "
182
 
183
+ #: ../includes/class.yith-wcwl-admin-init.php:1121
184
  msgid "\"Product already in wishlist\" text"
185
  msgstr "\"위시리스트에 이미 있습니다\" 텍스트"
186
 
187
+ #: ../includes/class.yith-wcwl-admin-init.php:1123
188
+ #: ../includes/class.yith-wcwl-ui.php:83
189
  msgid "The product is already in the wishlist!"
190
  msgstr "이 상품은 이미 위시리스트에 있습니다."
191
 
192
+ #: ../includes/class.yith-wcwl-admin-init.php:1128
193
  msgid "\"Product added\" text"
194
  msgstr "\"상품 추가\" 텍스트 "
195
 
196
+ #: ../includes/class.yith-wcwl-admin-init.php:1130
197
+ #: ../includes/class.yith-wcwl-ui.php:82
198
  msgid "Product added!"
199
  msgstr "상품이 추가됨!"
200
 
201
+ #: ../includes/class.yith-wcwl-admin-init.php:1135
202
  msgid "\"Add to Cart\" text"
203
  msgstr "\"장바구니 담기\" 텍스트 "
204
 
205
+ #: ../includes/class.yith-wcwl-admin-init.php:1137
206
  msgid "Add to Cart"
207
  msgstr "장바구니 담기 "
208
 
209
+ #: ../includes/class.yith-wcwl-admin-init.php:1142
210
  msgid "Show Unit price"
211
  msgstr "개별가격 보이기"
212
 
213
+ #: ../includes/class.yith-wcwl-admin-init.php:1143
214
  msgid "Show unit price for each product in wishlist"
215
  msgstr "관심상품내 개별상품의 개별가격 보이기"
216
 
217
+ #: ../includes/class.yith-wcwl-admin-init.php:1150
218
  msgid "Show \"Add to Cart\" button"
219
  msgstr "\"장바구니 담기\" 버튼 보이기"
220
 
221
+ #: ../includes/class.yith-wcwl-admin-init.php:1151
222
  msgid "Show \"Add to Cart\" button for each product in wishlist"
223
  msgstr "관심상품내 개별상품에 \"장바구니 담기\" 버튼 보이기 "
224
 
225
+ #: ../includes/class.yith-wcwl-admin-init.php:1158
226
  msgid "Show Stock status"
227
  msgstr "재고상황 보기 "
228
 
229
+ #: ../includes/class.yith-wcwl-admin-init.php:1159
230
  msgid ""
231
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
232
  msgstr "위시리스트내 개별상품에 \"재고있음\" 또는 \"재고없음\" 레이블 보이기"
233
 
234
+ #: ../includes/class.yith-wcwl-admin-init.php:1166
235
  msgid "Show Date of addition"
236
  msgstr "추가한 날짜 보이기 "
237
 
238
+ #: ../includes/class.yith-wcwl-admin-init.php:1167
239
  msgid "Show the date when users have added a product to the wishlist"
240
  msgstr "위시리스트에 사용자가 상품 추가한 날짜 보이기"
241
 
242
+ #: ../includes/class.yith-wcwl-admin-init.php:1174
243
  msgid "Add second remove button"
244
  msgstr "두번째 제거 버튼 추가"
245
 
246
+ #: ../includes/class.yith-wcwl-admin-init.php:1175
247
  msgid "Add a second remove button in the last column, with extended label"
248
  msgstr "확장 레이블에 두번째 제거버튼을 마지막 열에 추가"
249
 
250
+ #: ../includes/class.yith-wcwl-admin-init.php:1190
251
  msgid "Styles"
252
  msgstr "스타일 "
253
 
254
+ #: ../includes/class.yith-wcwl-admin-init.php:1197
255
  msgid "Use buttons"
256
  msgstr "버튼 사용 "
257
 
258
+ #: ../includes/class.yith-wcwl-admin-init.php:1198
259
  msgid "Use buttons instead of simple anchors."
260
  msgstr "연결구문 대신 버튼 사용 "
261
 
262
+ #: ../includes/class.yith-wcwl-admin-init.php:1204
263
  msgid "Custom CSS"
264
  msgstr "커스텀 CSS"
265
 
266
+ #: ../includes/class.yith-wcwl-admin-init.php:1211
267
  msgid "Use theme style"
268
  msgstr "테마 스타일 사용 "
269
 
270
+ #: ../includes/class.yith-wcwl-admin-init.php:1212
271
  msgid "Use the theme style."
272
  msgstr "지금 테마 스타일 사용"
273
 
274
+ #: ../includes/class.yith-wcwl-admin-init.php:1218
275
  msgid "Rounded buttons"
276
  msgstr "굴곡진 모서리 버튼"
277
 
278
+ #: ../includes/class.yith-wcwl-admin-init.php:1219
279
  msgid "Make button corners rounded"
280
  msgstr "버튼 모서리를 굴곡지게 만들기"
281
 
282
+ #: ../includes/class.yith-wcwl-admin-init.php:1225
283
  msgid "\"Add to Wishlist\" icon"
284
  msgstr "\"위시리스트 추가\" 아이콘 "
285
 
286
+ #: ../includes/class.yith-wcwl-admin-init.php:1226
287
  msgid "Add an icon to the \"Add to Wishlist\" button"
288
  msgstr "\"위시리스트 추가\"버튼에 아이콘 추가하기 "
289
 
290
+ #: ../includes/class.yith-wcwl-admin-init.php:1236
291
  msgid "\"Add to Cart\" icon"
292
  msgstr "\"장바구니 담기\" 아이콘 "
293
 
294
+ #: ../includes/class.yith-wcwl-admin-init.php:1237
295
  msgid "Add an icon to the \"Add to Cart\" button"
296
  msgstr "\"장바구니 담기\"버튼에 아이콘 추가하기"
297
 
298
+ #: ../includes/class.yith-wcwl-admin-init.php:1255
299
  msgid "Social Networks & Share"
300
  msgstr "소셜 네트워크와 공유 "
301
 
302
+ #: ../includes/class.yith-wcwl-admin-init.php:1262
303
  msgid "Share on Facebook"
304
  msgstr "페이스북에 공유"
305
 
306
+ #: ../includes/class.yith-wcwl-admin-init.php:1263
307
  msgid "Show \"Share on Facebook\" button"
308
  msgstr "\"페이스북에 공유\"버튼 보이기 "
309
 
310
+ #: ../includes/class.yith-wcwl-admin-init.php:1269
311
  msgid "Tweet on Twitter"
312
  msgstr "트위터에 트윗하기"
313
 
314
+ #: ../includes/class.yith-wcwl-admin-init.php:1270
315
  msgid "Show \"Tweet on Twitter\" button"
316
  msgstr "\"트위터에 트윗하기\"버튼 보이기"
317
 
318
+ #: ../includes/class.yith-wcwl-admin-init.php:1276
319
  msgid "Pin on Pinterest"
320
  msgstr "핀레스트에 핀하기"
321
 
322
+ #: ../includes/class.yith-wcwl-admin-init.php:1277
323
  msgid "Show \"Pin on Pinterest\" button"
324
  msgstr "\"핀레스트에 핀하기\"버튼 보이기 "
325
 
326
+ #: ../includes/class.yith-wcwl-admin-init.php:1283
327
  msgid "Share on Google+"
328
  msgstr "구글플러스에 공유"
329
 
330
+ #: ../includes/class.yith-wcwl-admin-init.php:1284
331
  msgid "Show \"Share on Google+\" button"
332
  msgstr "\"구글플러스에 공유\"버튼 보이기 "
333
 
334
+ #: ../includes/class.yith-wcwl-admin-init.php:1290
335
  msgid "Share by Email"
336
  msgstr "이메일로 공유"
337
 
338
+ #: ../includes/class.yith-wcwl-admin-init.php:1291
339
  msgid "Show \"Share by Email\" button"
340
  msgstr "\"이메일로 공유\"버튼 보이기"
341
 
342
+ #: ../includes/class.yith-wcwl-admin-init.php:1297
343
  msgid "Social title"
344
  msgstr "소셜 타이틀"
345
 
346
+ #: ../includes/class.yith-wcwl-admin-init.php:1304
347
  msgid "Social text"
348
  msgstr "소셜 텍스트 "
349
 
350
+ #: ../includes/class.yith-wcwl-admin-init.php:1305
351
  msgid ""
352
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
353
  "strong> where you want to show the URL of your wishlist."
354
  msgstr ""
355
 
356
+ #: ../includes/class.yith-wcwl-admin-init.php:1312
357
  msgid "Social image URL"
358
  msgstr "소셜 이미지 URL"
359
 
360
+ #: ../includes/class.yith-wcwl-admin-init.php:1313
361
  msgid "It will be used by Pinterest."
362
  msgstr ""
363
 
364
+ #: ../includes/class.yith-wcwl-admin-init.php:1327
365
+ #, php-format
366
  msgid ""
367
  "If you want to take advantage of this feature, you could consider to "
368
  "purchase the %s."
369
  msgstr "이기능의 장점을 사용하시려면 %s 의 구매를 생각해 보십시요."
370
 
371
+ #: ../includes/class.yith-wcwl-admin-init.php:1332
372
  msgid "YITH WooCommerce Frequently Bought Together Integration"
373
  msgstr "YITH WooCommerce 와 함께 자주 구매되는 연결"
374
 
375
+ #: ../includes/class.yith-wcwl-admin-init.php:1339
376
  msgid "Enable slider in wishlist"
377
  msgstr "위시리스트내 슬라이더 사용 "
378
 
379
+ #: ../includes/class.yith-wcwl-admin-init.php:1340
380
+ #, php-format
381
  msgid ""
382
  "Choose to enable product slider in wishlist page with linked products (<a "
383
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
385
  "위시리스트 페이지에 연결된 상품내 상품 슬라이더 기능 선택 (<a href=\"%s\" "
386
  "class=\"thickbox\">Example</a>). %s"
387
 
388
+ #: ../includes/class.yith-wcwl-admin-init.php:1376
389
  msgid "\"Add to wishlist\" button"
390
  msgstr "\"위시리스트 추가\"버튼"
391
 
392
+ #: ../includes/class.yith-wcwl-admin-init.php:1379
393
+ #: ../includes/class.yith-wcwl-admin-init.php:1397
394
+ #: ../includes/class.yith-wcwl-admin-init.php:1415
395
+ #: ../includes/class.yith-wcwl-admin-init.php:1433
396
+ #: ../includes/class.yith-wcwl-admin-init.php:1451
397
  msgid "Background"
398
  msgstr "백그라운드 "
399
 
400
+ #: ../includes/class.yith-wcwl-admin-init.php:1380
401
+ #: ../includes/class.yith-wcwl-admin-init.php:1398
402
+ #: ../includes/class.yith-wcwl-admin-init.php:1416
403
+ #: ../includes/class.yith-wcwl-admin-init.php:1434
404
+ #: ../includes/class.yith-wcwl-admin-init.php:1452
405
  msgid "Text"
406
  msgstr "텍스트 "
407
 
408
+ #: ../includes/class.yith-wcwl-admin-init.php:1381
409
+ #: ../includes/class.yith-wcwl-admin-init.php:1399
410
+ #: ../includes/class.yith-wcwl-admin-init.php:1417
411
+ #: ../includes/class.yith-wcwl-admin-init.php:1435
412
+ #: ../includes/class.yith-wcwl-admin-init.php:1453
413
  msgid "Border"
414
  msgstr "경계 "
415
 
416
+ #: ../includes/class.yith-wcwl-admin-init.php:1388
417
+ #: ../includes/class.yith-wcwl-admin-init.php:1406
418
+ #: ../includes/class.yith-wcwl-admin-init.php:1424
419
+ #: ../includes/class.yith-wcwl-admin-init.php:1442
420
  msgid "Background (hover)"
421
  msgstr "백그라운드(안쪽)"
422
 
423
+ #: ../includes/class.yith-wcwl-admin-init.php:1389
424
+ #: ../includes/class.yith-wcwl-admin-init.php:1407
425
+ #: ../includes/class.yith-wcwl-admin-init.php:1425
426
+ #: ../includes/class.yith-wcwl-admin-init.php:1443
427
  msgid "Text (hover)"
428
  msgstr "텍스트 (안쪽)"
429
 
430
+ #: ../includes/class.yith-wcwl-admin-init.php:1390
431
+ #: ../includes/class.yith-wcwl-admin-init.php:1408
432
+ #: ../includes/class.yith-wcwl-admin-init.php:1426
433
+ #: ../includes/class.yith-wcwl-admin-init.php:1444
434
  msgid "Border (hover)"
435
  msgstr "경계 (안쪽)"
436
 
437
+ #: ../includes/class.yith-wcwl-admin-init.php:1394
438
  msgid "\"Add to Cart\" button"
439
  msgstr "\"장바구니 담기\" 버튼 "
440
 
441
+ #: ../includes/class.yith-wcwl-admin-init.php:1412
442
  msgid "\"Style 1\" button"
443
  msgstr "\"스타일 1\" 버튼 "
444
 
445
+ #: ../includes/class.yith-wcwl-admin-init.php:1430
446
  msgid "\"Style 2\" button"
447
  msgstr "\"스타일 2\" 버튼 "
448
 
449
+ #: ../includes/class.yith-wcwl-admin-init.php:1448
450
  msgid "Wishlist table"
451
  msgstr "위시리스트 테이블 "
452
 
453
+ #: ../includes/class.yith-wcwl-admin-init.php:1457
454
  msgid "Headers"
455
  msgstr "헤더 "
456
 
457
+ #: ../includes/class.yith-wcwl-admin-init.php:1460
458
  msgid "Background color"
459
  msgstr "백그라운드 색깔 "
460
 
461
+ #: ../includes/class.yith-wcwl-admin-init.php:1550
462
  msgid "Wishlist Activated"
463
  msgstr "위시리스트 사용됨"
464
 
465
+ #: ../includes/class.yith-wcwl-admin-init.php:1551
466
+ #, php-format
467
  msgid ""
468
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
469
  "can access to all the settings of our plugins that you have activated. "
474
  "인의 세팅을 할수 있읍니다. 프리미엄버전의 많은 새로운 옵션 <a href=\"%s"
475
  "\">discover it now</a> 이 사용가능합니다."
476
 
477
+ #: ../includes/class.yith-wcwl-admin-init.php:1562
478
  msgid "Wishlist Updated"
479
  msgstr "위시리스트 업데이트됨 "
480
 
481
+ #: ../includes/class.yith-wcwl-admin-init.php:1563
482
+ #, php-format
483
  msgid ""
484
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
485
  "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
492
  "인이 업데이트되면 새로운 소식이 이 메뉴에 추가 되며, 위시리스트가 새로운 옵션"
493
  "이 업데이트되면 <a href=\"%s\">프리미엄버전 살펴보기.</a> 표시됨."
494
 
495
+ #: ../includes/class.yith-wcwl-init.php:437
496
  msgid ""
497
  "We are sorry, but this feature is available only if cookies are enabled on "
498
  "your browser."
499
  msgstr ""
500
  "죄송합니다. 이 기능은 브라우져에서 쿠기가 활성화되어 있으면 가능합니다."
501
 
502
+ #: ../includes/class.yith-wcwl-init.php:438
503
  msgid "Product correctly added to cart"
504
  msgstr "상품이 잘 장바구니에 담겼습니다."
505
 
506
+ #: ../includes/class.yith-wcwl-install.php:244
507
  msgctxt "page_slug"
508
  msgid "wishlist"
509
  msgstr "위시리스트"
510
 
511
+ #: ../includes/class.yith-wcwl-privacy.php:50
512
  msgid "While you visit our site, we’ll track:"
513
  msgstr ""
514
 
515
+ #: ../includes/class.yith-wcwl-privacy.php:52
516
  msgid ""
517
  "Products you’ve added to the wishlist: we’ll use this to show you and other "
518
  "users your favourite products, and to create targeted email campaigns."
519
  msgstr ""
520
 
521
+ #: ../includes/class.yith-wcwl-privacy.php:53
522
  msgid ""
523
  "Wishlists you’ve created: we’ll keep track of the wishlists you create, and "
524
  "make them visible to the store’s staff"
525
  msgstr ""
526
 
527
+ #: ../includes/class.yith-wcwl-privacy.php:55
528
  msgid ""
529
  "We’ll also use cookies to keep track of wishlist contents while you’re "
530
  "browsing our site."
531
  msgstr ""
532
 
533
+ #: ../includes/class.yith-wcwl-privacy.php:58
534
  msgid ""
535
  "Members of our team have access to the information you provide us. For "
536
  "example, both Administrators and Shop Managers can access:"
537
  msgstr ""
538
 
539
+ #: ../includes/class.yith-wcwl-privacy.php:60
540
  msgid ""
541
  "Wishlist details, such as products added, date of addition, name and privacy "
542
  "settings of your wishlists"
543
  msgstr ""
544
 
545
+ #: ../includes/class.yith-wcwl-privacy.php:62
546
  msgid ""
547
  "Our team members have access to this information to offer you better deals "
548
  "for the products you love."
549
  msgstr ""
550
 
551
+ #: ../includes/class.yith-wcwl-privacy.php:82
552
+ #: ../includes/class.yith-wcwl-privacy.php:98
553
  #, fuzzy
554
  msgid "Customer Wishlists"
555
  msgstr "위시리스트 찾기 "
556
 
557
+ #: ../includes/class.yith-wcwl-privacy.php:133
558
  #, fuzzy
559
  msgid "Wishlists"
560
  msgstr "위시리스"
561
 
562
+ #: ../includes/class.yith-wcwl-privacy.php:195
563
+ #, fuzzy, php-format
 
564
  msgid "Removed wishlist %s."
565
  msgstr "나의 위시리스트 목록 @ %s"
566
 
567
+ #: ../includes/class.yith-wcwl-privacy.php:199
568
+ #, php-format
569
  msgid "Wishlist %s has been retained."
570
  msgstr ""
571
 
572
+ #: ../includes/class.yith-wcwl-privacy.php:210
573
  msgid "Removed default user's wishlist"
574
  msgstr ""
575
 
576
+ #: ../includes/class.yith-wcwl-privacy.php:228
577
  msgid "Token"
578
  msgstr ""
579
 
580
+ #: ../includes/class.yith-wcwl-privacy.php:229
581
  #, fuzzy
582
  msgid "Wishlist url"
583
  msgstr "위시리스"
584
 
585
+ #: ../includes/class.yith-wcwl-privacy.php:230
586
  msgid "Title"
587
  msgstr ""
588
 
589
+ #: ../includes/class.yith-wcwl-privacy.php:231
590
  msgctxt "date wishlist was created"
591
  msgid "Created on"
592
  msgstr ""
593
 
594
+ #: ../includes/class.yith-wcwl-privacy.php:232
595
  msgid "Visibility"
596
  msgstr ""
597
 
598
+ #: ../includes/class.yith-wcwl-privacy.php:233
599
  msgid "Items Added"
600
  msgstr ""
601
 
602
+ #: ../includes/class.yith-wcwl-privacy.php:283
603
+ #: ../templates/wishlist-view.php:212
604
  msgid "Shared"
605
  msgstr "공유됨 "
606
 
607
+ #: ../includes/class.yith-wcwl-privacy.php:286
608
+ #: ../templates/wishlist-view.php:215
609
  msgid "Private"
610
  msgstr "개인 "
611
 
612
+ #: ../includes/class.yith-wcwl-privacy.php:289
613
+ #: ../templates/wishlist-view.php:218
614
  msgid "Public"
615
  msgstr "공용 "
616
 
617
+ #: ../includes/class.yith-wcwl-shortcode.php:45
618
  #, fuzzy
619
  msgctxt "[gutenberg]: block name"
620
  msgid "YITH Add to Wishlist"
621
  msgstr "위시르스트 추가"
622
 
623
+ #: ../includes/class.yith-wcwl-shortcode.php:46
624
  #, fuzzy
625
  msgctxt "[gutenberg]: block description"
626
  msgid "Shows Add to Wishlist button"
627
  msgstr "\"위시리스트 추가\"버튼"
628
 
629
+ #: ../includes/class.yith-wcwl-shortcode.php:51
630
  msgid ""
631
  "ID of the product to add to wishlist (leave empty to use global product)"
632
  msgstr ""
633
 
634
+ #: ../includes/class.yith-wcwl-shortcode.php:56
635
  msgid "Url of wishlist page (leave empty to use default)"
636
  msgstr ""
637
 
638
+ #: ../includes/class.yith-wcwl-shortcode.php:61
639
  msgid "Button label (leave empty to use default)"
640
  msgstr ""
641
 
642
+ #: ../includes/class.yith-wcwl-shortcode.php:66
643
  msgid "\"Browse wishlist\" label (leave empty to use default)"
644
  msgstr ""
645
 
646
+ #: ../includes/class.yith-wcwl-shortcode.php:71
647
  #, fuzzy
648
  msgid "\"Product already in wishlist\" label (leave empty to use default)"
649
  msgstr "\"위시리스트에 이미 있습니다\" 텍스트"
650
 
651
+ #: ../includes/class.yith-wcwl-shortcode.php:76
652
  msgid "\"Product added to wishlist\" label (leave empty to use default)"
653
  msgstr ""
654
 
655
+ #: ../includes/class.yith-wcwl-shortcode.php:81
656
  msgid ""
657
  "Icon for the button (use any FontAwesome valid class, or leave empty to use "
658
  "default)"
659
  msgstr ""
660
 
661
+ #: ../includes/class.yith-wcwl-shortcode.php:86
662
  msgid "Additional css classes for the button (leave empty to use default)"
663
  msgstr ""
664
 
665
+ #: ../includes/class.yith-wcwl-shortcode.php:94
666
  #, fuzzy
667
  msgctxt "[gutenberg]: block name"
668
  msgid "YITH Wishlist"
669
  msgstr "YITH Wishlist 사용"
670
 
671
+ #: ../includes/class.yith-wcwl-shortcode.php:95
672
  #, fuzzy
673
  msgctxt "[gutenberg]: block description"
674
  msgid "Shows list of products in wishlist"
675
  msgstr "관심상품내 개별상품의 개별가격 보이기"
676
 
677
+ #: ../includes/class.yith-wcwl-shortcode.php:100
678
  msgid "Choose whether to paginate items in the wishlist or show them all"
679
  msgstr ""
680
 
681
+ #: ../includes/class.yith-wcwl-shortcode.php:103
682
  msgid "Paginate"
683
  msgstr ""
684
 
685
+ #: ../includes/class.yith-wcwl-shortcode.php:104
686
  msgid "Do not paginate"
687
  msgstr ""
688
 
689
+ #: ../includes/class.yith-wcwl-shortcode.php:109
690
  msgid "Number of items to show for each page"
691
  msgstr ""
692
 
693
+ #: ../includes/class.yith-wcwl-shortcode.php:114
694
  msgid "ID of the wishlist to show (EG: K6EOWXB888ZD)"
695
  msgstr ""
696
 
697
+ #: ../includes/class.yith-wcwl-shortcode.php:386
698
+ #: ../includes/class.yith-wcwl-ui.php:164
699
  msgid "Share on:"
700
  msgstr "공유: "
701
 
702
+ #: ../includes/class.yith-wcwl-ui.php:118
703
+ #: ../includes/class.yith-wcwl-ui.php:200
704
  msgid "Select options"
705
  msgstr "옵션 선택 "
706
 
707
+ #: ../includes/class.yith-wcwl-ui.php:168 ../templates/share.php:20
708
  msgid "Facebook"
709
  msgstr "페이스북 "
710
 
711
+ #: ../includes/class.yith-wcwl-ui.php:171 ../templates/share.php:26
712
  msgid "Twitter"
713
  msgstr "트위터 "
714
 
715
+ #: ../includes/class.yith-wcwl-ui.php:180
716
  msgid "email"
717
  msgstr "이메일 "
718
 
719
+ #: ../includes/class.yith-wcwl.php:201
720
  msgid "An error occurred while adding products to the wishlist."
721
  msgstr "위시리스트에 추가중에 에러가 발생함."
722
 
723
+ #: ../includes/class.yith-wcwl.php:293
724
  msgid "An error occurred while adding products to wishlist."
725
  msgstr "위시리스트에 추가중에 에러가 발생함."
726
 
727
+ #: ../includes/class.yith-wcwl.php:310
728
  msgid "The \"Remove\" option now does not require any parameter"
729
  msgstr "\"제거\" 옵션은 파라메타가 필요없음."
730
 
731
+ #: ../includes/class.yith-wcwl.php:359
732
  msgid "An error occurred while removing products from the wishlist"
733
  msgstr "위시리스트에서 제거중에 에러가 발생함. "
734
 
735
+ #: ../includes/class.yith-wcwl.php:809
736
  msgid "You need to log in before creating a new wishlist"
737
  msgstr "새로운 위시리스트를 만들기 전에 로그인 하십시요"
738
 
739
+ #: ../includes/class.yith-wcwl.php:1610
740
  msgid "Product successfully removed."
741
  msgstr "상품이 성공적으로 제거 되었습니다."
742
 
743
+ #: ../includes/class.yith-wcwl.php:1614
744
  msgid "Error. Unable to remove the product from the wishlist."
745
  msgstr "에러, 위시리스트에서 상품제거 불가능 "
746
 
747
+ #: ../includes/class.yith-wcwl.php:1618 ../templates/wishlist-view.php:242
748
  msgid "No products were added to the wishlist"
749
  msgstr "위시리스트에 추가할 상품이 없음 "
750
 
751
+ #: ../includes/class.yith-wcwl.php:1660
752
  msgid "An error as occurred."
753
  msgstr "에러가 발생됨 "
754
 
755
+ #: ../init.php:130
756
  #, fuzzy
757
  msgid "is enabled but not effective. It requires WooCommerce in order to work."
758
  msgstr ""
759
  "YITH WooCommerce Wishlist가 활성화 되었으나 사용 불가능. 사용하기 위해서는 우"
760
  "커머스가 필요합니다."
761
 
762
+ #: ../init.php:140
763
  msgid "You can't activate the free version of"
764
  msgstr ""
765
 
766
+ #: ../init.php:140
767
  msgid "while you are using the premium one."
768
  msgstr ""
769
 
770
+ #: ../templates/admin/wishlist-panel-premium.php:185
771
+ #: ../templates/admin/wishlist-panel-premium.php:383
772
+ #, php-format
773
  msgid ""
774
  "Upgrade to the %1$spremium version%2$s%3$sof %1$sYITH WooCommerce Wishlist"
775
  "%2$s to benefit from all features!"
777
  "%1$s프리미업 버전%2$s%3$s %1$sYITH WooCommerce Wishlist%2$s 모든 기능의 장점"
778
  "을 사용하기위해 업그레이드 하십시요!"
779
 
780
+ #: ../templates/admin/wishlist-panel-premium.php:187
781
+ #: ../templates/admin/wishlist-panel-premium.php:385
782
+ #, php-format
783
  msgid "%1$sUPGRADE%2$s%3$s to the premium version%2$s"
784
  msgstr "%3$s 프리미업 버전으로 %2$s%1$s업그래이드%2$s"
785
 
786
+ #: ../templates/admin/wishlist-panel-premium.php:193
787
  msgid "Premium Features"
788
  msgstr "프리미엄 기능 "
789
 
790
+ #: ../templates/admin/wishlist-panel-premium.php:196
791
+ #: ../templates/admin/wishlist-panel-premium.php:201
792
  msgid "Multiple Wishlist"
793
  msgstr "다중 관심상품 "
794
 
795
+ #: ../templates/admin/wishlist-panel-premium.php:203
796
+ #, php-format
797
  msgid ""
798
  "%1$sDoes it ever happened to you to have too many wishes for a single wish "
799
  "list?%2$s%3$s The possibility to manage one's wishes is a fundamental "
810
  "고 많은 온라인 상점에서 사용되고 있습니다. 그리고 구매자가 자신들의 위시리스"
811
  "트를 만들고 관리하고 공유하는데 이 플러그인이 좋은 평가를 받게해 줄것입니다."
812
 
813
+ #: ../templates/admin/wishlist-panel-premium.php:212
814
+ #: ../templates/admin/wishlist-panel-premium.php:222
815
  msgid "Wishlist Private"
816
  msgstr "개인 위시리스트 "
817
 
818
+ #: ../templates/admin/wishlist-panel-premium.php:214
819
+ #, php-format
820
  msgid ""
821
  "By enabling the option wishlist, users will also have the possibility to "
822
  "%1$smanage the visibility%2$s of their wish lists according to one of the "
825
  "위시리스트 옵션을 활성화하면, 사용자는 위시리스트의 다음 옵션항을 %1$s보이기"
826
  "를 관리%2$s 통해 선택가능 합니다:"
827
 
828
+ #: ../templates/admin/wishlist-panel-premium.php:216
829
+ #, php-format
830
  msgid "%1$spublic:%2$s all users can look for your wish list and see it;"
831
  msgstr "%1$s공영:%2$s 모든 사용자는 당신의 위시리스트를 볼수 있습니다;"
832
 
833
+ #: ../templates/admin/wishlist-panel-premium.php:217
834
+ #, php-format
835
  msgid ""
836
  "%1$sshared:%2$s only users possessing a direct link to the wish list page "
837
  "can display it;"
839
  "%1$s공유:%2$s 사용자만이 위시리스트 페이지의 직접 링크를 보이게 할수 있습니"
840
  "다;"
841
 
842
+ #: ../templates/admin/wishlist-panel-premium.php:218
843
+ #, php-format
844
  msgid "%1$sprivate:%2$s only the wish list creator can see it."
845
  msgstr "%1$s개인:%2$s 위시리스트 작성자만이 볼수 있습니다. "
846
 
847
+ #: ../templates/admin/wishlist-panel-premium.php:229
848
+ #: ../templates/admin/wishlist-panel-premium.php:234
849
  msgid "Estimate Cost"
850
  msgstr "견적 가격 "
851
 
852
+ #: ../templates/admin/wishlist-panel-premium.php:236
853
+ #, php-format
854
  msgid ""
855
  "%1$sDo you want to add the possibility to ask for estimates of costs into "
856
  "your catalogue?%3$s Do you want to manage customised packets for faithful "
868
  "리고 사용자들이 이전 설정된 이메일 주소로 필요한 모든 정보를 보내어 확인할 "
869
  "수 있습니다."
870
 
871
+ #: ../templates/admin/wishlist-panel-premium.php:245
872
+ #: ../templates/admin/wishlist-panel-premium.php:250
873
  msgid "Admin Panel"
874
  msgstr "관리자 패널 "
875
 
876
+ #: ../templates/admin/wishlist-panel-premium.php:247
877
+ #, php-format
878
  msgid ""
879
  "Thanks to the useful Admin panel, accessible directly among the WooCommerce "
880
  "submenu pages, you will have total control on users' wishlists. In addition "
888
  "제는 현재 등록되어있는 상품의 상품 페이지에서 바로 %1$s 유용한 보고서%2$s를 "
889
  "통해 볼수있습니다."
890
 
891
+ #: ../templates/admin/wishlist-panel-premium.php:257
892
+ #: ../templates/admin/wishlist-panel-premium.php:262
893
  msgid "Search Wishlists"
894
  msgstr "위시리스트 찾기 "
895
 
896
+ #: ../templates/admin/wishlist-panel-premium.php:264
897
+ #, php-format
898
  msgid ""
899
  "How many times have you been looking for the perfect gift for a important "
900
  "event but you had no idea of what to buy? %1$s'Search wishlists'%2$s allows "
907
  "이메일로 검색 가능하도록 하여 드립니다. 이것은 상품의 %1$s높은 노출로%2$s 인"
908
  "해 쉽게 보여지고 구매욕을 상승시키는 좋은 방법입니다. "
909
 
910
+ #: ../templates/admin/wishlist-panel-premium.php:273
911
  msgid "'ADD TO CART' CHECKBOX"
912
  msgstr "'장바구니 담기' "
913
 
914
+ #: ../templates/admin/wishlist-panel-premium.php:275
915
+ #, php-format
916
  msgid ""
917
  "Your shop offers always a wide selection of products and wishlists of your "
918
  "users get more and more crowded everyday. Give them the possibility to "
923
  "은 매일 매일 점점 많아질 것입니다. 한번의 클릭으로 그 많은 리스트중에서 %1$s"
924
  "일부나 모든 상품을%2$s 선택하게 하십시요."
925
 
926
+ #: ../templates/admin/wishlist-panel-premium.php:278
927
  msgid "'ADD TO CART'"
928
  msgstr "'장바구니 담기'"
929
 
930
+ #: ../templates/admin/wishlist-panel-premium.php:285
931
  msgid "DISABLE WISHLIST"
932
  msgstr "위시리스트 사용 불가능"
933
 
934
+ #: ../templates/admin/wishlist-panel-premium.php:290
935
  msgid "DISABLE WISHLIST FOR UNLOGGED USERS"
936
  msgstr "비로그인 용자는 위시리스트 사용 불가능"
937
 
938
+ #: ../templates/admin/wishlist-panel-premium.php:292
939
+ #, php-format
940
  msgid ""
941
  "Favour users that have registered to your shop and disable plugin "
942
  "functionalities for all users that have not. By disabling this option, each "
947
  "매자가 사용하게 하지 못함게 함으로서 위시리스트에 상품을 담으면 '내 계정'페이"
948
  "지로 %1$s자동전환%2$s되고 계정 등록을 하도록 유도합니다. "
949
 
950
+ #: ../templates/admin/wishlist-panel-premium.php:301
951
  msgid "MESSAGE TO UNLOGGED USERS"
952
  msgstr "비로그인 사용자에게 메세지를"
953
 
954
+ #: ../templates/admin/wishlist-panel-premium.php:303
955
+ #, php-format
956
  msgid ""
957
  "Invite users that are visiting your shop to login if they want to fully "
958
  "benefit from Wishlist functionalities. Show a %1$scustomised message%2$s and "
962
  "매자를 유도합니다. %1$s미리 만든 메세시%2$s를 보여주고 등록할수 있는 '내 계"
963
  "정' 페이지로 이동합니다. "
964
 
965
+ #: ../templates/admin/wishlist-panel-premium.php:306
966
  msgid "UNLOGGED USERS"
967
  msgstr "비로그인 사용자 "
968
 
969
+ #: ../templates/admin/wishlist-panel-premium.php:313
970
+ #: ../templates/admin/wishlist-panel-premium.php:318
971
  msgid "POPULAR TABLE"
972
  msgstr "인기상품 나타내기"
973
 
974
+ #: ../templates/admin/wishlist-panel-premium.php:320
975
+ #, php-format
976
  msgid ""
977
  "Some products draw customer's attention more than others and they do not "
978
  "hesitate to add products to their wishlist. Table %1$s'Popular'%2$s allows "
983
  "지체없이 담겨집니다. %1$s'인기상품'%2$s은 위시리스트에서 자주 나타나는 상품"
984
  "을 관리자로서 추적할수 있도록 할수 있습니다."
985
 
986
+ #: ../templates/admin/wishlist-panel-premium.php:329
987
  msgid "FUNCTIONALITIES IN ONE CLICK"
988
  msgstr "원 클릭의 기능들 "
989
 
990
+ #: ../templates/admin/wishlist-panel-premium.php:331
991
+ #, php-format
992
  msgid ""
993
  "Users have the possibility to search for a wishlist, create a new one or "
994
  "display those already created. Add these %1$sfunctionalities%2$s through the "
998
  "능을 원합니다. 이러한 %1$s기능들%2$s을 만들어진 웨지나 위시리스트내에 보여지"
999
  "게 할수 있습니다."
1000
 
1001
+ #: ../templates/admin/wishlist-panel-premium.php:334
1002
  msgid "FUNCTIONALITIES"
1003
  msgstr "기능들 "
1004
 
1005
+ #: ../templates/admin/wishlist-panel-premium.php:341
1006
+ #: ../templates/admin/wishlist-panel-premium.php:346
1007
  msgid "PROMOTIONAL EMAIL"
1008
  msgstr "프로모션 이메일 "
1009
 
1010
+ #: ../templates/admin/wishlist-panel-premium.php:348
1011
+ #, php-format
1012
  msgid ""
1013
  "If you want to give the right input to your users to persuade them to "
1014
  "%1$spurchase the products%2$s they have in their wishlists, you need to use "
1021
  "편의에 맞게 수정하고 사용할수 있는 쿠폰을 추가하여 구매자들의 구매욕을 향상 "
1022
  "시킬수 있습니다!"
1023
 
1024
+ #: ../templates/admin/wishlist-panel-premium.php:357
1025
  msgid "FROM A WISHLIST TO ANOTHER"
1026
  msgstr "다른 위시리스트에서 "
1027
 
1028
+ #: ../templates/admin/wishlist-panel-premium.php:359
1029
+ #, php-format
1030
  msgid ""
1031
  "Who said that a product has to remain forever in the same wishlist? With the "
1032
  "option %1$s\"Show \"Move to another wishlist\" dropdown menu\"%2$s, with "
1037
  "%1$s\"\"다른 위시리스트로 옮기기\"의 메뉴\"%2$s 클릭으로 다른 위시리스트로 옮"
1038
  "길수 있으며 스스로 리스트관리를 할수 있습니다."
1039
 
1040
+ #: ../templates/admin/wishlist-panel-premium.php:362
1041
  msgid "FROM A WISHLIST"
1042
  msgstr "위시리스트에서 "
1043
 
1044
+ #: ../templates/admin/wishlist-panel-premium.php:369
1045
  msgid "DATE"
1046
  msgstr "날짜 "
1047
 
1048
+ #: ../templates/admin/wishlist-panel-premium.php:374
1049
  msgid "DATE OF ADDITION TO A WISHLIST"
1050
  msgstr "위시리스트에 추가 날짜 "
1051
 
1052
+ #: ../templates/admin/wishlist-panel-premium.php:376
1053
+ #, php-format
1054
  msgid ""
1055
  "Activating the %1$s\"Show date of addition\"%2$s option, users can see the "
1056
  "date in which they have added a particular product to their list: a new way "
1060
  "리스트의 날짜를 볼수 있음으로 사용자가 직접 추가한 날짜와 무엇을 했는지 확인"
1061
  "할수 있음."
1062
 
1063
+ #: ../templates/share.php:32
1064
  msgid "Pinterest"
1065
  msgstr "핀테레스트 "
1066
 
1067
+ #: ../templates/share.php:38
1068
  msgid "Google+"
1069
  msgstr "구글플러스 "
1070
 
1071
+ #: ../templates/share.php:44
1072
  msgid "Email"
1073
  msgstr "이메일 "
1074
 
1075
+ #: ../templates/wishlist-view.php:32
1076
  msgid "Edit title"
1077
  msgstr "타이틀 편집 "
1078
 
1079
+ #: ../templates/wishlist-view.php:41
1080
  msgid "Save"
1081
  msgstr "저장 "
1082
 
1083
+ #: ../templates/wishlist-view.php:45
1084
  msgid "Cancel"
1085
  msgstr "취소 "
1086
 
1087
+ #: ../templates/wishlist-view.php:82
1088
  msgid "Product Name"
1089
  msgstr "상품 이름 "
1090
 
1091
+ #: ../templates/wishlist-view.php:89
1092
  msgid "Unit Price"
1093
  msgstr "단가 "
1094
 
1095
+ #: ../templates/wishlist-view.php:102
1096
  msgid "Stock Status"
1097
  msgstr "재고여부 "
1098
 
1099
+ #: ../templates/wishlist-view.php:152 ../templates/wishlist-view.php:232
1100
  msgid "Remove this product"
1101
  msgstr "이 상품 제거 "
1102
 
1103
+ #: ../templates/wishlist-view.php:172
1104
  msgid "Free!"
1105
  msgstr "프리!"
1106
 
1107
+ #: ../templates/wishlist-view.php:179
1108
  msgid "Out of Stock"
1109
  msgstr "재고 없음 "
1110
 
1111
+ #: ../templates/wishlist-view.php:179
1112
  msgid "In Stock"
1113
  msgstr "재고 있음 "
1114
 
1115
+ #: ../templates/wishlist-view.php:188
1116
+ #, php-format
1117
  msgid "Added on : %s"
1118
  msgstr "추가됨 : %s"
1119
 
1120
+ #: ../templates/wishlist-view.php:200
1121
  msgid "Move"
1122
  msgstr "이동 "
1123
 
1124
+ #: ../templates/wishlist-view.php:232
1125
  msgid "Remove"
1126
  msgstr "제거 "
1127
 
1128
+ #: ../templates/wishlist-view.php:259
1129
  msgid "Add the selected products to the cart"
1130
  msgstr "선택된 상품들 장바구니에 담기 "
1131
 
1132
+ #: ../templates/wishlist-view.php:267 ../templates/wishlist-view.php:313
1133
  msgid "Ask for an estimate"
1134
  msgstr "견적가 요청 "
1135
 
1136
+ #: ../templates/wishlist-view.php:303
1137
  msgid "Your email"
1138
  msgstr ""
1139
 
1140
+ #~ msgid "YITH WooCommerce Wishlist"
1141
+ #~ msgstr "YITH WooCommerce Wishlist"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1142
 
1143
  #~ msgid "Live Demo"
1144
  #~ msgstr "라이브 데모 "
languages/yith-woocommerce-wishlist-nl_NL.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-nl_NL.po CHANGED
@@ -2,15 +2,15 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
- "POT-Creation-Date: 2018-12-21 10:28:38+00:00\n"
6
- "PO-Revision-Date: 2018-10-04 14:51+0200\n"
7
  "Last-Translator: W. van Kuipers <w.vankuipers@pwnd.nl>\n"
8
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
9
  "Language: nl\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 2.0.8\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"
@@ -20,66 +20,66 @@ msgstr ""
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:1484
25
- #: includes/class.yith-wcwl-admin-init.php:1485
26
- #: includes/class.yith-wcwl-install.php:245
27
  msgid "Wishlist"
28
  msgstr "Wenslijst"
29
 
30
- #: includes/class.yith-wcwl-admin-init.php:161
31
  msgid "Settings"
32
  msgstr "Instellingen"
33
 
34
- #: includes/class.yith-wcwl-admin-init.php:162
35
- #: includes/class.yith-wcwl-admin-init.php:243
36
  msgid "Colors"
37
  msgstr "Kleuren"
38
 
39
- #: includes/class.yith-wcwl-admin-init.php:163
40
  msgid "Premium Version"
41
  msgstr "Premium versie"
42
 
43
- #: includes/class.yith-wcwl-admin-init.php:1015
44
  msgid "Enable all plugin features"
45
  msgstr ""
46
 
47
- #: includes/class.yith-wcwl-admin-init.php:1016
48
  msgid ""
49
  "Be sure to select at least one option in the Wishlist page menu in this "
50
  "settings page"
51
  msgstr ""
52
 
53
- #: includes/class.yith-wcwl-admin-init.php:1017
54
  msgctxt "[Part of]: Also, please read the plugin documentation"
55
  msgid "Also, please read the plugin"
56
  msgstr ""
57
 
58
- #: includes/class.yith-wcwl-admin-init.php:1018
59
  #, fuzzy
60
  msgctxt "[Part Of]: Also, please read the plugin documentation"
61
  msgid "documentation"
62
  msgstr "Plugin documentatie"
63
 
64
- #: includes/class.yith-wcwl-admin-init.php:1024
65
  msgid "Upgrade to the PREMIUM VERSION"
66
  msgstr "Upgrade naar de PREMIUM VERSIE"
67
 
68
- #: includes/class.yith-wcwl-admin-init.php:1028
69
  msgid "Discover the Advanced Features"
70
  msgstr "Ontdek de geavanceerde opties"
71
 
72
- #: includes/class.yith-wcwl-admin-init.php:1029
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:1035
79
  msgid "Get Support and Pro Features"
80
  msgstr "Verkrijg ondersteuning en Professionele opties"
81
 
82
- #: includes/class.yith-wcwl-admin-init.php:1036
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 "
@@ -89,37 +89,38 @@ msgstr ""
89
  "voordelen van de geavanceerde opties van dit product. Daarnaast ontvangt u "
90
  "èèn jaar gratis upgrades en support doormiddel van ons 24u/24 platform."
91
 
92
- #: includes/class.yith-wcwl-admin-init.php:1046
93
  msgid "General Settings"
94
  msgstr "Algemene instellingen"
95
 
96
- #: includes/class.yith-wcwl-admin-init.php:1053
97
  msgid "Enable YITH Wishlist"
98
  msgstr "YITH Wenslijst inschakelen"
99
 
100
- #: includes/class.yith-wcwl-admin-init.php:1060
101
  msgid "Default wishlist title"
102
  msgstr "Standaard wenslijst titel"
103
 
104
- #: includes/class.yith-wcwl-admin-init.php:1062
105
- #: includes/class.yith-wcwl-admin-init.php:1063
106
- #: includes/class.yith-wcwl-admin-init.php:1299
 
107
  msgid "My wishlist on %s"
108
  msgstr "Mijn wenslijst op %s"
109
 
110
- #: includes/class.yith-wcwl-admin-init.php:1068
111
  msgid "Wishlist Page"
112
  msgstr "Wenslijst Pagina"
113
 
114
- #: includes/class.yith-wcwl-admin-init.php:1069
115
  msgid "Page contents: [yith_wcwl_wishlist]"
116
  msgstr "Pagina-inhoud: [yith_wcwl_wishlist]"
117
 
118
- #: includes/class.yith-wcwl-admin-init.php:1078
119
  msgid "Position"
120
  msgstr "Positie"
121
 
122
- #: includes/class.yith-wcwl-admin-init.php:1079
123
  msgid ""
124
  "You can add the button in variable products only after the \"Add to Cart\" "
125
  "button or using the shortcode [yith_wcwl_add_to_wishlist]."
@@ -128,27 +129,27 @@ msgstr ""
128
  "knop indien of door gebruik te maken van de shortcode "
129
  "[yith_wcwl_add_to_wishlist]."
130
 
131
- #: includes/class.yith-wcwl-admin-init.php:1085
132
  msgid "After \"Add to cart\""
133
  msgstr "Na “Add to Cart”"
134
 
135
- #: includes/class.yith-wcwl-admin-init.php:1086
136
  msgid "After thumbnails"
137
  msgstr "Na de miniatuurweergave"
138
 
139
- #: includes/class.yith-wcwl-admin-init.php:1087
140
  msgid "After summary"
141
  msgstr "Na de samenvatting"
142
 
143
- #: includes/class.yith-wcwl-admin-init.php:1088
144
  msgid "Use shortcode"
145
  msgstr "Gebruik shortcode"
146
 
147
- #: includes/class.yith-wcwl-admin-init.php:1093
148
  msgid "Redirect to cart"
149
  msgstr "Doorverwijzen na de winkelwagen"
150
 
151
- #: includes/class.yith-wcwl-admin-init.php:1094
152
  msgid ""
153
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
154
  "page."
@@ -156,221 +157,222 @@ msgstr ""
156
  "Doorverwijzen naar de winkelwagen als de “Add to cart” knop is geklikt op de "
157
  "webslijst pagina."
158
 
159
- #: includes/class.yith-wcwl-admin-init.php:1100
160
  msgid "Remove if added to the cart"
161
  msgstr "Verwijder indien toegevoegd aan de winkelwagen"
162
 
163
- #: includes/class.yith-wcwl-admin-init.php:1101
164
  msgid "Remove the product from the wishlist if it has been added to the cart."
165
  msgstr ""
166
  "Verwijder het product van de wenslijst indien deze is toegevoegd aan de "
167
  "winkelwagen."
168
 
169
- #: includes/class.yith-wcwl-admin-init.php:1107
170
  msgid "\"Add to Wishlist\" text"
171
  msgstr "“Toevoegen aan wenslijst” tekst"
172
 
173
- #: includes/class.yith-wcwl-admin-init.php:1109
174
  msgid "Add to Wishlist"
175
  msgstr "Toevoegen aan wenslijst"
176
 
177
- #: includes/class.yith-wcwl-admin-init.php:1114
178
  msgid "\"Browse wishlist\" text"
179
  msgstr "“Bekijk wenslijst” tekst"
180
 
181
- #: includes/class.yith-wcwl-admin-init.php:1116
182
- #: includes/class.yith-wcwl-ui.php:82 includes/class.yith-wcwl-ui.php:83
183
  msgid "Browse Wishlist"
184
  msgstr "Bekijk wenslijst"
185
 
186
- #: includes/class.yith-wcwl-admin-init.php:1121
187
  msgid "\"Product already in wishlist\" text"
188
  msgstr "“Dit product staat reeds op uw wenslijst” tekst"
189
 
190
- #: includes/class.yith-wcwl-admin-init.php:1123
191
- #: includes/class.yith-wcwl-ui.php:83
192
  msgid "The product is already in the wishlist!"
193
  msgstr "Dit product staat reeds op uw wenslijst!"
194
 
195
- #: includes/class.yith-wcwl-admin-init.php:1128
196
  msgid "\"Product added\" text"
197
  msgstr "“Product toegevoegd” tekst"
198
 
199
- #: includes/class.yith-wcwl-admin-init.php:1130
200
- #: includes/class.yith-wcwl-ui.php:82
201
  msgid "Product added!"
202
  msgstr "Product toegevoegd!"
203
 
204
- #: includes/class.yith-wcwl-admin-init.php:1135
205
  msgid "\"Add to Cart\" text"
206
  msgstr "“Toevoegen aan winkelwagen” tekst"
207
 
208
- #: includes/class.yith-wcwl-admin-init.php:1137
209
  msgid "Add to Cart"
210
  msgstr "Toevoegen aan winkelwagen"
211
 
212
- #: includes/class.yith-wcwl-admin-init.php:1142
213
  msgid "Show Unit price"
214
  msgstr "Product prijs weergeven"
215
 
216
- #: includes/class.yith-wcwl-admin-init.php:1143
217
  msgid "Show unit price for each product in wishlist"
218
  msgstr "Product prijs weergeven voor ieder product op de wenslijst"
219
 
220
- #: includes/class.yith-wcwl-admin-init.php:1150
221
  msgid "Show \"Add to Cart\" button"
222
  msgstr "“Add to Cart” knop weergeven"
223
 
224
- #: includes/class.yith-wcwl-admin-init.php:1151
225
  msgid "Show \"Add to Cart\" button for each product in wishlist"
226
  msgstr "“Add to Cart” knop weergeven voor ieder product op de wenslijst"
227
 
228
- #: includes/class.yith-wcwl-admin-init.php:1158
229
  msgid "Show Stock status"
230
  msgstr "Voorraad informatie weergeven"
231
 
232
- #: includes/class.yith-wcwl-admin-init.php:1159
233
  msgid ""
234
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
235
  msgstr ""
236
  "“Op voorraad” en “Uitverkocht” labels weergeven voor ieder product op de "
237
  "wenslijst"
238
 
239
- #: includes/class.yith-wcwl-admin-init.php:1166
240
  msgid "Show Date of addition"
241
  msgstr "Datum van toevoeging weergeven"
242
 
243
- #: includes/class.yith-wcwl-admin-init.php:1167
244
  msgid "Show the date when users have added a product to the wishlist"
245
  msgstr ""
246
  "Geef de datum weer waarop de gebruiker het product aan de wenslijst heeft "
247
  "toegevoegd"
248
 
249
- #: includes/class.yith-wcwl-admin-init.php:1174
250
  msgid "Add second remove button"
251
  msgstr "Voeg een tweede verwijder knop toe"
252
 
253
- #: includes/class.yith-wcwl-admin-init.php:1175
254
  msgid "Add a second remove button in the last column, with extended label"
255
  msgstr ""
256
  "Voeg een tweede verwijder knop toe in de laatste kolom, met een uitgebreid "
257
  "label"
258
 
259
- #: includes/class.yith-wcwl-admin-init.php:1190
260
  msgid "Styles"
261
  msgstr "Stijlen"
262
 
263
- #: includes/class.yith-wcwl-admin-init.php:1197
264
  msgid "Use buttons"
265
  msgstr "Gebruik knoppen"
266
 
267
- #: includes/class.yith-wcwl-admin-init.php:1198
268
  msgid "Use buttons instead of simple anchors."
269
  msgstr "Gebruik knoppen in plaatst van links"
270
 
271
- #: includes/class.yith-wcwl-admin-init.php:1204
272
  msgid "Custom CSS"
273
  msgstr "Eigen CSS"
274
 
275
- #: includes/class.yith-wcwl-admin-init.php:1211
276
  msgid "Use theme style"
277
  msgstr "Gebruik thema stijl"
278
 
279
- #: includes/class.yith-wcwl-admin-init.php:1212
280
  msgid "Use the theme style."
281
  msgstr "Gebruik de stijl van het thema."
282
 
283
- #: includes/class.yith-wcwl-admin-init.php:1218
284
  msgid "Rounded buttons"
285
  msgstr "Ronde knoppen"
286
 
287
- #: includes/class.yith-wcwl-admin-init.php:1219
288
  msgid "Make button corners rounded"
289
  msgstr "Maak de hoeken van de knoppen rond"
290
 
291
- #: includes/class.yith-wcwl-admin-init.php:1225
292
  msgid "\"Add to Wishlist\" icon"
293
  msgstr "“Toevoegen aan wenslijst” icoon"
294
 
295
- #: includes/class.yith-wcwl-admin-init.php:1226
296
  msgid "Add an icon to the \"Add to Wishlist\" button"
297
  msgstr "Voeg een icoon toe aan de “Toevoegen aan wenslijst” knop"
298
 
299
- #: includes/class.yith-wcwl-admin-init.php:1236
300
  msgid "\"Add to Cart\" icon"
301
  msgstr "“Add to Card” icoon"
302
 
303
- #: includes/class.yith-wcwl-admin-init.php:1237
304
  msgid "Add an icon to the \"Add to Cart\" button"
305
  msgstr "Voeg een icoon toe aan de “Add to Card” knop"
306
 
307
- #: includes/class.yith-wcwl-admin-init.php:1255
308
  msgid "Social Networks & Share"
309
  msgstr "Sociale netwerken & Delen"
310
 
311
- #: includes/class.yith-wcwl-admin-init.php:1262
312
  msgid "Share on Facebook"
313
  msgstr "Deel op Facebook"
314
 
315
- #: includes/class.yith-wcwl-admin-init.php:1263
316
  msgid "Show \"Share on Facebook\" button"
317
  msgstr "Geef de “Deel op Facebook” knop weer"
318
 
319
- #: includes/class.yith-wcwl-admin-init.php:1269
320
  msgid "Tweet on Twitter"
321
  msgstr "Tweet op Twitter"
322
 
323
- #: includes/class.yith-wcwl-admin-init.php:1270
324
  msgid "Show \"Tweet on Twitter\" button"
325
  msgstr "Geef de “Tweet op Twitter” knop weer"
326
 
327
- #: includes/class.yith-wcwl-admin-init.php:1276
328
  msgid "Pin on Pinterest"
329
  msgstr "Pin op Pinterest"
330
 
331
- #: includes/class.yith-wcwl-admin-init.php:1277
332
  msgid "Show \"Pin on Pinterest\" button"
333
  msgstr "Geef de “Pin op Pinterest” knop weer"
334
 
335
- #: includes/class.yith-wcwl-admin-init.php:1283
336
  msgid "Share on Google+"
337
  msgstr "Deel op Google+"
338
 
339
- #: includes/class.yith-wcwl-admin-init.php:1284
340
  msgid "Show \"Share on Google+\" button"
341
  msgstr "Geef de “Deel op Google+” knop weer"
342
 
343
- #: includes/class.yith-wcwl-admin-init.php:1290
344
  msgid "Share by Email"
345
  msgstr "Deel met email"
346
 
347
- #: includes/class.yith-wcwl-admin-init.php:1291
348
  msgid "Show \"Share by Email\" button"
349
  msgstr "Geef de “Deel met email” knop weer"
350
 
351
- #: includes/class.yith-wcwl-admin-init.php:1297
352
  msgid "Social title"
353
  msgstr "Te dele titel"
354
 
355
- #: includes/class.yith-wcwl-admin-init.php:1304
356
  msgid "Social text"
357
  msgstr "Te dele tekst"
358
 
359
- #: includes/class.yith-wcwl-admin-init.php:1305
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:1312
366
  msgid "Social image URL"
367
  msgstr "Deel afbeelding url"
368
 
369
- #: includes/class.yith-wcwl-admin-init.php:1313
370
  msgid "It will be used by Pinterest."
371
  msgstr ""
372
 
373
- #: includes/class.yith-wcwl-admin-init.php:1327
 
374
  msgid ""
375
  "If you want to take advantage of this feature, you could consider to "
376
  "purchase the %s."
@@ -378,15 +380,16 @@ msgstr ""
378
  "Al u gebruik wilt maken van deze functie kunt u overwegen om %s aan te "
379
  "schaffen."
380
 
381
- #: includes/class.yith-wcwl-admin-init.php:1332
382
  msgid "YITH WooCommerce Frequently Bought Together Integration"
383
  msgstr "YITH WooCommerce Frequently Bought Together intergratie"
384
 
385
- #: includes/class.yith-wcwl-admin-init.php:1339
386
  msgid "Enable slider in wishlist"
387
  msgstr "Slider inschakelen op wenslijst"
388
 
389
- #: includes/class.yith-wcwl-admin-init.php:1340
 
390
  msgid ""
391
  "Choose to enable product slider in wishlist page with linked products (<a "
392
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
@@ -394,84 +397,85 @@ msgstr ""
394
  "Kies ervoor om de product slider op de wenslijst pagina weer te geven met "
395
  "gelinkte producten (<a href=\"%s\" class=\"thickbox\">Voorbeeld</a>). %s"
396
 
397
- #: includes/class.yith-wcwl-admin-init.php:1376
398
  msgid "\"Add to wishlist\" button"
399
  msgstr "“Toevoegen aan wenslijst” knop"
400
 
401
- #: includes/class.yith-wcwl-admin-init.php:1379
402
- #: includes/class.yith-wcwl-admin-init.php:1397
403
- #: includes/class.yith-wcwl-admin-init.php:1415
404
- #: includes/class.yith-wcwl-admin-init.php:1433
405
- #: includes/class.yith-wcwl-admin-init.php:1451
406
  msgid "Background"
407
  msgstr "Achtergrond"
408
 
409
- #: includes/class.yith-wcwl-admin-init.php:1380
410
- #: includes/class.yith-wcwl-admin-init.php:1398
411
- #: includes/class.yith-wcwl-admin-init.php:1416
412
- #: includes/class.yith-wcwl-admin-init.php:1434
413
- #: includes/class.yith-wcwl-admin-init.php:1452
414
  msgid "Text"
415
  msgstr "Tekst"
416
 
417
- #: includes/class.yith-wcwl-admin-init.php:1381
418
- #: includes/class.yith-wcwl-admin-init.php:1399
419
- #: includes/class.yith-wcwl-admin-init.php:1417
420
- #: includes/class.yith-wcwl-admin-init.php:1435
421
- #: includes/class.yith-wcwl-admin-init.php:1453
422
  msgid "Border"
423
  msgstr "Omlijning"
424
 
425
- #: includes/class.yith-wcwl-admin-init.php:1388
426
- #: includes/class.yith-wcwl-admin-init.php:1406
427
- #: includes/class.yith-wcwl-admin-init.php:1424
428
- #: includes/class.yith-wcwl-admin-init.php:1442
429
  msgid "Background (hover)"
430
  msgstr "Achtergrond (hover)"
431
 
432
- #: includes/class.yith-wcwl-admin-init.php:1389
433
- #: includes/class.yith-wcwl-admin-init.php:1407
434
- #: includes/class.yith-wcwl-admin-init.php:1425
435
- #: includes/class.yith-wcwl-admin-init.php:1443
436
  msgid "Text (hover)"
437
  msgstr "Tekst (hover)"
438
 
439
- #: includes/class.yith-wcwl-admin-init.php:1390
440
- #: includes/class.yith-wcwl-admin-init.php:1408
441
- #: includes/class.yith-wcwl-admin-init.php:1426
442
- #: includes/class.yith-wcwl-admin-init.php:1444
443
  msgid "Border (hover)"
444
  msgstr "Omlijning (hover)"
445
 
446
- #: includes/class.yith-wcwl-admin-init.php:1394
447
  msgid "\"Add to Cart\" button"
448
  msgstr "“Add to Cart” knop"
449
 
450
- #: includes/class.yith-wcwl-admin-init.php:1412
451
  msgid "\"Style 1\" button"
452
  msgstr "\"Style 1\" knop"
453
 
454
- #: includes/class.yith-wcwl-admin-init.php:1430
455
  msgid "\"Style 2\" button"
456
  msgstr "\"Style 2” knop"
457
 
458
- #: includes/class.yith-wcwl-admin-init.php:1448
459
  msgid "Wishlist table"
460
  msgstr "Wenslijst tabel"
461
 
462
- #: includes/class.yith-wcwl-admin-init.php:1457
463
  msgid "Headers"
464
  msgstr "Koppen"
465
 
466
- #: includes/class.yith-wcwl-admin-init.php:1460
467
  msgid "Background color"
468
  msgstr "Achtergrondkleur"
469
 
470
- #: includes/class.yith-wcwl-admin-init.php:1550
471
  msgid "Wishlist Activated"
472
  msgstr "Wenslijst geactiveerd"
473
 
474
- #: includes/class.yith-wcwl-admin-init.php:1551
 
475
  msgid ""
476
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
477
  "can access to all the settings of our plugins that you have activated. "
@@ -483,11 +487,12 @@ msgstr ""
483
  "heeft. Wenslijst is beschikbaar in de uitstekende PREMIUM versie met vele "
484
  "nieuwe opties, <a href=\"%s\">ontdek het nu</a>."
485
 
486
- #: includes/class.yith-wcwl-admin-init.php:1562
487
  msgid "Wishlist Updated"
488
  msgstr "Wenslijst geupdate"
489
 
490
- #: includes/class.yith-wcwl-admin-init.php:1563
 
491
  msgid ""
492
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
493
  "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
@@ -501,7 +506,7 @@ msgstr ""
501
  "toegevoegd aan dit menu. Wenslijst is geüpdate met nieuw beschikbare opties,"
502
  "<a href=\"%s\">ontdek de PREMIUM versie.</a>"
503
 
504
- #: includes/class.yith-wcwl-init.php:437
505
  msgid ""
506
  "We are sorry, but this feature is available only if cookies are enabled on "
507
  "your browser."
@@ -509,276 +514,280 @@ msgstr ""
509
  "Helaas, deze optie is alleen beschikbaar indien u cookies hebt ingeschakeld "
510
  "in uw browser."
511
 
512
- #: includes/class.yith-wcwl-init.php:438
513
  msgid "Product correctly added to cart"
514
  msgstr "Producten momenteel in uw winkelmandje"
515
 
516
- #: includes/class.yith-wcwl-install.php:244
517
  msgctxt "page_slug"
518
  msgid "wishlist"
519
  msgstr "wenslijst"
520
 
521
- #: includes/class.yith-wcwl-privacy.php:50
522
  msgid "While you visit our site, we’ll track:"
523
  msgstr ""
524
 
525
- #: includes/class.yith-wcwl-privacy.php:52
526
  msgid ""
527
  "Products you’ve added to the wishlist: we’ll use this to show you and other "
528
  "users your favourite products, and to create targeted email campaigns."
529
  msgstr ""
530
 
531
- #: includes/class.yith-wcwl-privacy.php:53
532
  msgid ""
533
  "Wishlists you’ve created: we’ll keep track of the wishlists you create, and "
534
  "make them visible to the store’s staff"
535
  msgstr ""
536
 
537
- #: includes/class.yith-wcwl-privacy.php:55
538
  msgid ""
539
  "We’ll also use cookies to keep track of wishlist contents while you’re "
540
  "browsing our site."
541
  msgstr ""
542
 
543
- #: includes/class.yith-wcwl-privacy.php:58
544
  msgid ""
545
  "Members of our team have access to the information you provide us. For "
546
  "example, both Administrators and Shop Managers can access:"
547
  msgstr ""
548
 
549
- #: includes/class.yith-wcwl-privacy.php:60
550
  msgid ""
551
  "Wishlist details, such as products added, date of addition, name and privacy "
552
  "settings of your wishlists"
553
  msgstr ""
554
 
555
- #: includes/class.yith-wcwl-privacy.php:62
556
  msgid ""
557
  "Our team members have access to this information to offer you better deals "
558
  "for the products you love."
559
  msgstr ""
560
 
561
- #: includes/class.yith-wcwl-privacy.php:82
562
- #: includes/class.yith-wcwl-privacy.php:98
563
  #, fuzzy
564
  msgid "Customer Wishlists"
565
  msgstr "Doorzoek wenslijsten"
566
 
567
- #: includes/class.yith-wcwl-privacy.php:133
568
  #, fuzzy
569
  msgid "Wishlists"
570
  msgstr "Wenslijst"
571
 
572
- #. Translators: %s Order number.
573
- #: includes/class.yith-wcwl-privacy.php:195
574
- #, fuzzy
575
  msgid "Removed wishlist %s."
576
  msgstr "Mijn wenslijst op %s"
577
 
578
- #. Translators: %s Order number.
579
- #: includes/class.yith-wcwl-privacy.php:199
580
  msgid "Wishlist %s has been retained."
581
  msgstr ""
582
 
583
- #: includes/class.yith-wcwl-privacy.php:210
584
  msgid "Removed default user's wishlist"
585
  msgstr ""
586
 
587
- #: includes/class.yith-wcwl-privacy.php:228
588
  msgid "Token"
589
  msgstr ""
590
 
591
- #: includes/class.yith-wcwl-privacy.php:229
592
  #, fuzzy
593
  msgid "Wishlist url"
594
  msgstr "Wenslijst"
595
 
596
- #: includes/class.yith-wcwl-privacy.php:230
597
  msgid "Title"
598
  msgstr ""
599
 
600
- #: includes/class.yith-wcwl-privacy.php:231
601
  msgctxt "date wishlist was created"
602
  msgid "Created on"
603
  msgstr ""
604
 
605
- #: includes/class.yith-wcwl-privacy.php:232
606
  msgid "Visibility"
607
  msgstr ""
608
 
609
- #: includes/class.yith-wcwl-privacy.php:233
610
  msgid "Items Added"
611
  msgstr ""
612
 
613
- #: includes/class.yith-wcwl-privacy.php:283 templates/wishlist-view.php:212
 
614
  msgid "Shared"
615
  msgstr "Gedeeld"
616
 
617
- #: includes/class.yith-wcwl-privacy.php:286 templates/wishlist-view.php:215
 
618
  msgid "Private"
619
  msgstr "Prive"
620
 
621
- #: includes/class.yith-wcwl-privacy.php:289 templates/wishlist-view.php:218
 
622
  msgid "Public"
623
  msgstr "Publiek"
624
 
625
- #: includes/class.yith-wcwl-shortcode.php:45
626
  #, fuzzy
627
  msgctxt "[gutenberg]: block name"
628
  msgid "YITH Add to Wishlist"
629
  msgstr "Toevoegen aan wenslijst"
630
 
631
- #: includes/class.yith-wcwl-shortcode.php:46
632
  #, fuzzy
633
  msgctxt "[gutenberg]: block description"
634
  msgid "Shows Add to Wishlist button"
635
  msgstr "“Toevoegen aan wenslijst” knop"
636
 
637
- #: includes/class.yith-wcwl-shortcode.php:51
638
  msgid ""
639
  "ID of the product to add to wishlist (leave empty to use global product)"
640
  msgstr ""
641
 
642
- #: includes/class.yith-wcwl-shortcode.php:56
643
  msgid "Url of wishlist page (leave empty to use default)"
644
  msgstr ""
645
 
646
- #: includes/class.yith-wcwl-shortcode.php:61
647
  msgid "Button label (leave empty to use default)"
648
  msgstr ""
649
 
650
- #: includes/class.yith-wcwl-shortcode.php:66
651
  msgid "\"Browse wishlist\" label (leave empty to use default)"
652
  msgstr ""
653
 
654
- #: includes/class.yith-wcwl-shortcode.php:71
655
  #, fuzzy
656
  msgid "\"Product already in wishlist\" label (leave empty to use default)"
657
  msgstr "“Dit product staat reeds op uw wenslijst” tekst"
658
 
659
- #: includes/class.yith-wcwl-shortcode.php:76
660
  msgid "\"Product added to wishlist\" label (leave empty to use default)"
661
  msgstr ""
662
 
663
- #: includes/class.yith-wcwl-shortcode.php:81
664
  msgid ""
665
  "Icon for the button (use any FontAwesome valid class, or leave empty to use "
666
  "default)"
667
  msgstr ""
668
 
669
- #: includes/class.yith-wcwl-shortcode.php:86
670
  msgid "Additional css classes for the button (leave empty to use default)"
671
  msgstr ""
672
 
673
- #: includes/class.yith-wcwl-shortcode.php:94
674
  #, fuzzy
675
  msgctxt "[gutenberg]: block name"
676
  msgid "YITH Wishlist"
677
  msgstr "YITH Wenslijst inschakelen"
678
 
679
- #: includes/class.yith-wcwl-shortcode.php:95
680
  #, fuzzy
681
  msgctxt "[gutenberg]: block description"
682
  msgid "Shows list of products in wishlist"
683
  msgstr "Product prijs weergeven voor ieder product op de wenslijst"
684
 
685
- #: includes/class.yith-wcwl-shortcode.php:100
686
  msgid "Choose whether to paginate items in the wishlist or show them all"
687
  msgstr ""
688
 
689
- #: includes/class.yith-wcwl-shortcode.php:103
690
  msgid "Paginate"
691
  msgstr ""
692
 
693
- #: includes/class.yith-wcwl-shortcode.php:104
694
  msgid "Do not paginate"
695
  msgstr ""
696
 
697
- #: includes/class.yith-wcwl-shortcode.php:109
698
  msgid "Number of items to show for each page"
699
  msgstr ""
700
 
701
- #: includes/class.yith-wcwl-shortcode.php:114
702
  msgid "ID of the wishlist to show (EG: K6EOWXB888ZD)"
703
  msgstr ""
704
 
705
- #: includes/class.yith-wcwl-shortcode.php:386
706
- #: includes/class.yith-wcwl-ui.php:164
707
  msgid "Share on:"
708
  msgstr "Deel op:"
709
 
710
- #: includes/class.yith-wcwl-ui.php:118 includes/class.yith-wcwl-ui.php:200
 
711
  msgid "Select options"
712
  msgstr "Selecteer opties"
713
 
714
- #: includes/class.yith-wcwl-ui.php:168 templates/share.php:20
715
  msgid "Facebook"
716
  msgstr "Facebook"
717
 
718
- #: includes/class.yith-wcwl-ui.php:171 templates/share.php:26
719
  msgid "Twitter"
720
  msgstr "Twitter"
721
 
722
- #: includes/class.yith-wcwl-ui.php:180
723
  msgid "email"
724
  msgstr "Email"
725
 
726
- #: includes/class.yith-wcwl.php:201
727
  msgid "An error occurred while adding products to the wishlist."
728
  msgstr "Er ging iets mis bij het toevoegen van de producten aan uw wenslijst."
729
 
730
- #: includes/class.yith-wcwl.php:293
731
  msgid "An error occurred while adding products to wishlist."
732
  msgstr "Er ging iets mis bij het toevoegen van de producten aan uw wenslijst."
733
 
734
- #: includes/class.yith-wcwl.php:310
735
  msgid "The \"Remove\" option now does not require any parameter"
736
  msgstr "De “Verwijder” optie verijst geen parameter"
737
 
738
- #: includes/class.yith-wcwl.php:359
739
  msgid "An error occurred while removing products from the wishlist"
740
  msgstr ""
741
  "Er ging iets mis bij het verwijderen van de producten van uw wenslijst."
742
 
743
- #: includes/class.yith-wcwl.php:809
744
  msgid "You need to log in before creating a new wishlist"
745
  msgstr ""
746
  "U dient ingelogd te zijn voordat u producten aan uw wenslijst kunt toevoegen"
747
 
748
- #: includes/class.yith-wcwl.php:1610
749
  msgid "Product successfully removed."
750
  msgstr "Product succesvol verwijderd"
751
 
752
- #: includes/class.yith-wcwl.php:1614
753
  msgid "Error. Unable to remove the product from the wishlist."
754
  msgstr ""
755
  "Er ging iets mis. Het product kon niet verwijderd worden van de wenslijst."
756
 
757
- #: includes/class.yith-wcwl.php:1618 templates/wishlist-view.php:242
758
  msgid "No products were added to the wishlist"
759
  msgstr "Er wijn geen producten toegevoegd aan de wenslijst"
760
 
761
- #: includes/class.yith-wcwl.php:1660
762
  msgid "An error as occurred."
763
  msgstr "Er is iets misgegaan."
764
 
765
- #: init.php:130
766
  #, fuzzy
767
  msgid "is enabled but not effective. It requires WooCommerce in order to work."
768
  msgstr ""
769
  "YITH WooCommerce Wishlist is ingeschakeld maar niet werkzaam. Hiervoor is "
770
  "WooCommerce vereist."
771
 
772
- #: init.php:140
773
  msgid "You can't activate the free version of"
774
  msgstr ""
775
 
776
- #: init.php:140
777
  msgid "while you are using the premium one."
778
  msgstr ""
779
 
780
- #: templates/admin/wishlist-panel-premium.php:185
781
- #: templates/admin/wishlist-panel-premium.php:383
 
782
  msgid ""
783
  "Upgrade to the %1$spremium version%2$s%3$sof %1$sYITH WooCommerce Wishlist"
784
  "%2$s to benefit from all features!"
@@ -786,21 +795,23 @@ msgstr ""
786
  "Upgrade naar de %1$spremium versie%2$s%3$svan %1$sYITH WooCommerce Wishlist"
787
  "%2$s om gebruik te maken van alle opties!"
788
 
789
- #: templates/admin/wishlist-panel-premium.php:187
790
- #: templates/admin/wishlist-panel-premium.php:385
 
791
  msgid "%1$sUPGRADE%2$s%3$s to the premium version%2$s"
792
  msgstr "%1$sUPGRADE%2$s%3$s naar de premium versie%2$s"
793
 
794
- #: templates/admin/wishlist-panel-premium.php:193
795
  msgid "Premium Features"
796
  msgstr "Premium opties"
797
 
798
- #: templates/admin/wishlist-panel-premium.php:196
799
- #: templates/admin/wishlist-panel-premium.php:201
800
  msgid "Multiple Wishlist"
801
  msgstr "Meerdere wenslijsten"
802
 
803
- #: templates/admin/wishlist-panel-premium.php:203
 
804
  msgid ""
805
  "%1$sDoes it ever happened to you to have too many wishes for a single wish "
806
  "list?%2$s%3$s The possibility to manage one's wishes is a fundamental "
@@ -819,12 +830,13 @@ msgstr ""
819
  "klanten demogelijkheid krijgen om hun wenslijsten aan te maken, te beheren "
820
  "en te delen."
821
 
822
- #: templates/admin/wishlist-panel-premium.php:212
823
- #: templates/admin/wishlist-panel-premium.php:222
824
  msgid "Wishlist Private"
825
  msgstr "Prive wenslijst"
826
 
827
- #: templates/admin/wishlist-panel-premium.php:214
 
828
  msgid ""
829
  "By enabling the option wishlist, users will also have the possibility to "
830
  "%1$smanage the visibility%2$s of their wish lists according to one of the "
@@ -834,12 +846,14 @@ msgstr ""
834
  "%1$smogelijkheid om de zichtbaarheid%2$s van hun wenslijst in te stellen "
835
  "middels de volgende opties:"
836
 
837
- #: templates/admin/wishlist-panel-premium.php:216
 
838
  msgid "%1$spublic:%2$s all users can look for your wish list and see it;"
839
  msgstr ""
840
  "%1$spubliek:%2$s alle gebruikers kunnen uw wenslijst opzoeken en inzien;"
841
 
842
- #: templates/admin/wishlist-panel-premium.php:217
 
843
  msgid ""
844
  "%1$sshared:%2$s only users possessing a direct link to the wish list page "
845
  "can display it;"
@@ -847,18 +861,20 @@ msgstr ""
847
  "%1$sgedeeld:%2$s alleen gebruikers in het bezit van de directe link naar "
848
  "deze wenslijst kunnen deze inzien;"
849
 
850
- #: templates/admin/wishlist-panel-premium.php:218
 
851
  msgid "%1$sprivate:%2$s only the wish list creator can see it."
852
  msgstr ""
853
  "%1$sprive:%2$s alleen diegene die de wenslijst heeft aangemaakt kan deze "
854
  "zien."
855
 
856
- #: templates/admin/wishlist-panel-premium.php:229
857
- #: templates/admin/wishlist-panel-premium.php:234
858
  msgid "Estimate Cost"
859
  msgstr "Offerte aanvragen"
860
 
861
- #: templates/admin/wishlist-panel-premium.php:236
 
862
  msgid ""
863
  "%1$sDo you want to add the possibility to ask for estimates of costs into "
864
  "your catalogue?%3$s Do you want to manage customised packets for faithful "
@@ -878,12 +894,13 @@ msgstr ""
878
  "bevestigd worden en zal er een email met alle nodige informatie worden "
879
  "gestuurd naar het adres dat u heeft opgegeven."
880
 
881
- #: templates/admin/wishlist-panel-premium.php:245
882
- #: templates/admin/wishlist-panel-premium.php:250
883
  msgid "Admin Panel"
884
  msgstr "Admin paneel"
885
 
886
- #: templates/admin/wishlist-panel-premium.php:247
 
887
  msgid ""
888
  "Thanks to the useful Admin panel, accessible directly among the WooCommerce "
889
  "submenu pages, you will have total control on users' wishlists. In addition "
@@ -900,12 +917,13 @@ msgstr ""
900
  "pagina, wat u inzicht geeft in het aantal keer dat het product is toegevoegd "
901
  "aan een wenslijst."
902
 
903
- #: templates/admin/wishlist-panel-premium.php:257
904
- #: templates/admin/wishlist-panel-premium.php:262
905
  msgid "Search Wishlists"
906
  msgstr "Doorzoek wenslijsten"
907
 
908
- #: templates/admin/wishlist-panel-premium.php:264
 
909
  msgid ""
910
  "How many times have you been looking for the perfect gift for a important "
911
  "event but you had no idea of what to buy? %1$s'Search wishlists'%2$s allows "
@@ -920,11 +938,12 @@ msgstr ""
920
  "naam of het email adres op te geven. Op deze manier kunt u uw producten nog "
921
  "%1$sbeter zichtbaar%2$s maken en zelfs gebruikers aanmoedigen tot aanschaf."
922
 
923
- #: templates/admin/wishlist-panel-premium.php:273
924
  msgid "'ADD TO CART' CHECKBOX"
925
  msgstr "‘Toevoegen aan winkelwagen’ checkbox"
926
 
927
- #: templates/admin/wishlist-panel-premium.php:275
 
928
  msgid ""
929
  "Your shop offers always a wide selection of products and wishlists of your "
930
  "users get more and more crowded everyday. Give them the possibility to "
@@ -936,19 +955,20 @@ msgstr ""
936
  "%1$ssommige of alle producten%2$s in hun wenslijst te selecteren en toe te "
937
  "voegen aan een winkelmandje met èèn klik."
938
 
939
- #: templates/admin/wishlist-panel-premium.php:278
940
  msgid "'ADD TO CART'"
941
  msgstr "‘Toevoegen aan winkelwagen’"
942
 
943
- #: templates/admin/wishlist-panel-premium.php:285
944
  msgid "DISABLE WISHLIST"
945
  msgstr "Wenslijst uitschakelen"
946
 
947
- #: templates/admin/wishlist-panel-premium.php:290
948
  msgid "DISABLE WISHLIST FOR UNLOGGED USERS"
949
  msgstr "Wenslijst uitschakelen voor anonieme gebruikers"
950
 
951
- #: templates/admin/wishlist-panel-premium.php:292
 
952
  msgid ""
953
  "Favour users that have registered to your shop and disable plugin "
954
  "functionalities for all users that have not. By disabling this option, each "
@@ -960,11 +980,12 @@ msgstr ""
960
  "schakelen zullen gebruikers zonder account worden %1$sdoorverwezen%2$s naar "
961
  "de registratie pagina met een melding die uitnodigt om te registreren."
962
 
963
- #: templates/admin/wishlist-panel-premium.php:301
964
  msgid "MESSAGE TO UNLOGGED USERS"
965
  msgstr "Bericht aan anonieme gebruikers"
966
 
967
- #: templates/admin/wishlist-panel-premium.php:303
 
968
  msgid ""
969
  "Invite users that are visiting your shop to login if they want to fully "
970
  "benefit from Wishlist functionalities. Show a %1$scustomised message%2$s and "
@@ -974,16 +995,17 @@ msgstr ""
974
  "van de Wenslijst te kunnnen gebruiken. Geef een %1$saangepast bericht%2$s "
975
  "weer en verwijs ze naar de “Mijn account” pagina voor registratie."
976
 
977
- #: templates/admin/wishlist-panel-premium.php:306
978
  msgid "UNLOGGED USERS"
979
  msgstr "Anonieme gebruikers"
980
 
981
- #: templates/admin/wishlist-panel-premium.php:313
982
- #: templates/admin/wishlist-panel-premium.php:318
983
  msgid "POPULAR TABLE"
984
  msgstr "Populaire producten"
985
 
986
- #: templates/admin/wishlist-panel-premium.php:320
 
987
  msgid ""
988
  "Some products draw customer's attention more than others and they do not "
989
  "hesitate to add products to their wishlist. Table %1$s'Popular'%2$s allows "
@@ -996,11 +1018,12 @@ msgstr ""
996
  "om, als shop eigenaar, de producten te monitoren die het vaakst aan de "
997
  "wenslijsten zijn toegevoegd."
998
 
999
- #: templates/admin/wishlist-panel-premium.php:329
1000
  msgid "FUNCTIONALITIES IN ONE CLICK"
1001
  msgstr "Functionaliteiten in èèn klik"
1002
 
1003
- #: templates/admin/wishlist-panel-premium.php:331
 
1004
  msgid ""
1005
  "Users have the possibility to search for a wishlist, create a new one or "
1006
  "display those already created. Add these %1$sfunctionalities%2$s through the "
@@ -1011,16 +1034,17 @@ msgstr ""
1011
  "%1$sfunctionaliteiten%2$s toe doormiddel van de widgets of geef ze weer "
1012
  "direct na de “Wenslijst” tabel."
1013
 
1014
- #: templates/admin/wishlist-panel-premium.php:334
1015
  msgid "FUNCTIONALITIES"
1016
  msgstr "Functionaliteiten"
1017
 
1018
- #: templates/admin/wishlist-panel-premium.php:341
1019
- #: templates/admin/wishlist-panel-premium.php:346
1020
  msgid "PROMOTIONAL EMAIL"
1021
  msgstr "Promotionele email"
1022
 
1023
- #: templates/admin/wishlist-panel-premium.php:348
 
1024
  msgid ""
1025
  "If you want to give the right input to your users to persuade them to "
1026
  "%1$spurchase the products%2$s they have in their wishlists, you need to use "
@@ -1035,11 +1059,12 @@ msgstr ""
1035
  "kunnen gebruiken in uw shop. Op die manier weten zij dat u hem een uniek "
1036
  "aanbod aanbied."
1037
 
1038
- #: templates/admin/wishlist-panel-premium.php:357
1039
  msgid "FROM A WISHLIST TO ANOTHER"
1040
  msgstr "Van de ene wenslijst naar de andere"
1041
 
1042
- #: templates/admin/wishlist-panel-premium.php:359
 
1043
  msgid ""
1044
  "Who said that a product has to remain forever in the same wishlist? With the "
1045
  "option %1$s\"Show \"Move to another wishlist\" dropdown menu\"%2$s, with "
@@ -1051,19 +1076,20 @@ msgstr ""
1051
  "weer“%2$s kunnen gebruikers producten vrij verplaatsten tussen wenslijsten "
1052
  "om zo hun lijsten te kunnen beheren."
1053
 
1054
- #: templates/admin/wishlist-panel-premium.php:362
1055
  msgid "FROM A WISHLIST"
1056
  msgstr "Van de wenslijst"
1057
 
1058
- #: templates/admin/wishlist-panel-premium.php:369
1059
  msgid "DATE"
1060
  msgstr "Datum"
1061
 
1062
- #: templates/admin/wishlist-panel-premium.php:374
1063
  msgid "DATE OF ADDITION TO A WISHLIST"
1064
  msgstr "Datum van toevoeging aan de wenslijst"
1065
 
1066
- #: templates/admin/wishlist-panel-premium.php:376
 
1067
  msgid ""
1068
  "Activating the %1$s\"Show date of addition\"%2$s option, users can see the "
1069
  "date in which they have added a particular product to their list: a new way "
@@ -1073,106 +1099,85 @@ msgstr ""
1073
  "zien op welke datum zij een specifiek product hebben toegevoegd aan hun "
1074
  "lijst: een nieuwe manier om gebruikers te informeren van hun wijzigingen."
1075
 
1076
- #: templates/share.php:32
1077
  msgid "Pinterest"
1078
  msgstr "Pinterest"
1079
 
1080
- #: templates/share.php:38
1081
  msgid "Google+"
1082
  msgstr "Google+"
1083
 
1084
- #: templates/share.php:44
1085
  msgid "Email"
1086
  msgstr "Email"
1087
 
1088
- #: templates/wishlist-view.php:32
1089
  msgid "Edit title"
1090
  msgstr "Titel aanpassen"
1091
 
1092
- #: templates/wishlist-view.php:41
1093
  msgid "Save"
1094
  msgstr "Opslaan"
1095
 
1096
- #: templates/wishlist-view.php:45
1097
  msgid "Cancel"
1098
  msgstr "Annuleer"
1099
 
1100
- #: templates/wishlist-view.php:82
1101
  msgid "Product Name"
1102
  msgstr "Productnaam"
1103
 
1104
- #: templates/wishlist-view.php:89
1105
  msgid "Unit Price"
1106
  msgstr "Stuksprijs"
1107
 
1108
- #: templates/wishlist-view.php:102
1109
  msgid "Stock Status"
1110
  msgstr "Voorraad status"
1111
 
1112
- #: templates/wishlist-view.php:152 templates/wishlist-view.php:232
1113
  msgid "Remove this product"
1114
  msgstr "Verwijder dit product"
1115
 
1116
- #: templates/wishlist-view.php:172
1117
  msgid "Free!"
1118
  msgstr "Gratis!"
1119
 
1120
- #: templates/wishlist-view.php:179
1121
  msgid "Out of Stock"
1122
  msgstr "Uitverkocht"
1123
 
1124
- #: templates/wishlist-view.php:179
1125
  msgid "In Stock"
1126
  msgstr "Op voorraad"
1127
 
1128
- #: templates/wishlist-view.php:188
 
1129
  msgid "Added on : %s"
1130
  msgstr "Toevoegen aan: %s"
1131
 
1132
- #: templates/wishlist-view.php:200
1133
  msgid "Move"
1134
  msgstr "Verplaats"
1135
 
1136
- #: templates/wishlist-view.php:232
1137
  msgid "Remove"
1138
  msgstr "Verwijder"
1139
 
1140
- #: templates/wishlist-view.php:259
1141
  msgid "Add the selected products to the cart"
1142
  msgstr "Voeg het geselecteerde product toe aan de winkelmand"
1143
 
1144
- #: templates/wishlist-view.php:267 templates/wishlist-view.php:313
1145
  msgid "Ask for an estimate"
1146
  msgstr "Vraag om een offerte"
1147
 
1148
- #: templates/wishlist-view.php:303
1149
  msgid "Your email"
1150
  msgstr ""
1151
 
1152
- #. Plugin Name of the plugin/theme
1153
- msgid "YITH WooCommerce Wishlist"
1154
- msgstr "YITH WooCommerce Wishlist"
1155
-
1156
- #. Plugin URI of the plugin/theme
1157
- msgid "https://yithemes.com/themes/plugins/yith-woocommerce-wishlist/"
1158
- msgstr ""
1159
-
1160
- #. Description of the plugin/theme
1161
- msgid ""
1162
- "<code><strong>YITH WooCommerce Wishlist</strong></code> gives your users the "
1163
- "possibility to create, fill, manage and share their wishlists allowing you "
1164
- "to analyze their interests and needs to improve your marketing strategies. "
1165
- "<a href=\"https://yithemes.com/\" target=\"_blank\">Get more plugins for "
1166
- "your e-commerce on <strong>YITH</strong></a>"
1167
- msgstr ""
1168
-
1169
- #. Author of the plugin/theme
1170
- msgid "YITH"
1171
- msgstr ""
1172
-
1173
- #. Author URI of the plugin/theme
1174
- msgid "https://yithemes.com/"
1175
- msgstr ""
1176
 
1177
  #~ msgid "Live Demo"
1178
  #~ msgstr "Live demo"
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
+ "POT-Creation-Date: 2019-02-12 14:38+0100\n"
6
+ "PO-Revision-Date: 2019-02-12 14:38+0100\n"
7
  "Last-Translator: W. van Kuipers <w.vankuipers@pwnd.nl>\n"
8
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
9
  "Language: nl\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 2.2\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"
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:1484
25
+ #: ../includes/class.yith-wcwl-admin-init.php:1485
26
+ #: ../includes/class.yith-wcwl-install.php:245
27
  msgid "Wishlist"
28
  msgstr "Wenslijst"
29
 
30
+ #: ../includes/class.yith-wcwl-admin-init.php:161
31
  msgid "Settings"
32
  msgstr "Instellingen"
33
 
34
+ #: ../includes/class.yith-wcwl-admin-init.php:162
35
+ #: ../includes/class.yith-wcwl-admin-init.php:243
36
  msgid "Colors"
37
  msgstr "Kleuren"
38
 
39
+ #: ../includes/class.yith-wcwl-admin-init.php:163
40
  msgid "Premium Version"
41
  msgstr "Premium versie"
42
 
43
+ #: ../includes/class.yith-wcwl-admin-init.php:1015
44
  msgid "Enable all plugin features"
45
  msgstr ""
46
 
47
+ #: ../includes/class.yith-wcwl-admin-init.php:1016
48
  msgid ""
49
  "Be sure to select at least one option in the Wishlist page menu in this "
50
  "settings page"
51
  msgstr ""
52
 
53
+ #: ../includes/class.yith-wcwl-admin-init.php:1017
54
  msgctxt "[Part of]: Also, please read the plugin documentation"
55
  msgid "Also, please read the plugin"
56
  msgstr ""
57
 
58
+ #: ../includes/class.yith-wcwl-admin-init.php:1018
59
  #, fuzzy
60
  msgctxt "[Part Of]: Also, please read the plugin documentation"
61
  msgid "documentation"
62
  msgstr "Plugin documentatie"
63
 
64
+ #: ../includes/class.yith-wcwl-admin-init.php:1024
65
  msgid "Upgrade to the PREMIUM VERSION"
66
  msgstr "Upgrade naar de PREMIUM VERSIE"
67
 
68
+ #: ../includes/class.yith-wcwl-admin-init.php:1028
69
  msgid "Discover the Advanced Features"
70
  msgstr "Ontdek de geavanceerde opties"
71
 
72
+ #: ../includes/class.yith-wcwl-admin-init.php:1029
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:1035
79
  msgid "Get Support and Pro Features"
80
  msgstr "Verkrijg ondersteuning en Professionele opties"
81
 
82
+ #: ../includes/class.yith-wcwl-admin-init.php:1036
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 "
89
  "voordelen van de geavanceerde opties van dit product. Daarnaast ontvangt u "
90
  "èèn jaar gratis upgrades en support doormiddel van ons 24u/24 platform."
91
 
92
+ #: ../includes/class.yith-wcwl-admin-init.php:1046
93
  msgid "General Settings"
94
  msgstr "Algemene instellingen"
95
 
96
+ #: ../includes/class.yith-wcwl-admin-init.php:1053
97
  msgid "Enable YITH Wishlist"
98
  msgstr "YITH Wenslijst inschakelen"
99
 
100
+ #: ../includes/class.yith-wcwl-admin-init.php:1060
101
  msgid "Default wishlist title"
102
  msgstr "Standaard wenslijst titel"
103
 
104
+ #: ../includes/class.yith-wcwl-admin-init.php:1062
105
+ #: ../includes/class.yith-wcwl-admin-init.php:1063
106
+ #: ../includes/class.yith-wcwl-admin-init.php:1299
107
+ #, php-format
108
  msgid "My wishlist on %s"
109
  msgstr "Mijn wenslijst op %s"
110
 
111
+ #: ../includes/class.yith-wcwl-admin-init.php:1068
112
  msgid "Wishlist Page"
113
  msgstr "Wenslijst Pagina"
114
 
115
+ #: ../includes/class.yith-wcwl-admin-init.php:1069
116
  msgid "Page contents: [yith_wcwl_wishlist]"
117
  msgstr "Pagina-inhoud: [yith_wcwl_wishlist]"
118
 
119
+ #: ../includes/class.yith-wcwl-admin-init.php:1078
120
  msgid "Position"
121
  msgstr "Positie"
122
 
123
+ #: ../includes/class.yith-wcwl-admin-init.php:1079
124
  msgid ""
125
  "You can add the button in variable products only after the \"Add to Cart\" "
126
  "button or using the shortcode [yith_wcwl_add_to_wishlist]."
129
  "knop indien of door gebruik te maken van de shortcode "
130
  "[yith_wcwl_add_to_wishlist]."
131
 
132
+ #: ../includes/class.yith-wcwl-admin-init.php:1085
133
  msgid "After \"Add to cart\""
134
  msgstr "Na “Add to Cart”"
135
 
136
+ #: ../includes/class.yith-wcwl-admin-init.php:1086
137
  msgid "After thumbnails"
138
  msgstr "Na de miniatuurweergave"
139
 
140
+ #: ../includes/class.yith-wcwl-admin-init.php:1087
141
  msgid "After summary"
142
  msgstr "Na de samenvatting"
143
 
144
+ #: ../includes/class.yith-wcwl-admin-init.php:1088
145
  msgid "Use shortcode"
146
  msgstr "Gebruik shortcode"
147
 
148
+ #: ../includes/class.yith-wcwl-admin-init.php:1093
149
  msgid "Redirect to cart"
150
  msgstr "Doorverwijzen na de winkelwagen"
151
 
152
+ #: ../includes/class.yith-wcwl-admin-init.php:1094
153
  msgid ""
154
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
155
  "page."
157
  "Doorverwijzen naar de winkelwagen als de “Add to cart” knop is geklikt op de "
158
  "webslijst pagina."
159
 
160
+ #: ../includes/class.yith-wcwl-admin-init.php:1100
161
  msgid "Remove if added to the cart"
162
  msgstr "Verwijder indien toegevoegd aan de winkelwagen"
163
 
164
+ #: ../includes/class.yith-wcwl-admin-init.php:1101
165
  msgid "Remove the product from the wishlist if it has been added to the cart."
166
  msgstr ""
167
  "Verwijder het product van de wenslijst indien deze is toegevoegd aan de "
168
  "winkelwagen."
169
 
170
+ #: ../includes/class.yith-wcwl-admin-init.php:1107
171
  msgid "\"Add to Wishlist\" text"
172
  msgstr "“Toevoegen aan wenslijst” tekst"
173
 
174
+ #: ../includes/class.yith-wcwl-admin-init.php:1109
175
  msgid "Add to Wishlist"
176
  msgstr "Toevoegen aan wenslijst"
177
 
178
+ #: ../includes/class.yith-wcwl-admin-init.php:1114
179
  msgid "\"Browse wishlist\" text"
180
  msgstr "“Bekijk wenslijst” tekst"
181
 
182
+ #: ../includes/class.yith-wcwl-admin-init.php:1116
183
+ #: ../includes/class.yith-wcwl-ui.php:82 ../includes/class.yith-wcwl-ui.php:83
184
  msgid "Browse Wishlist"
185
  msgstr "Bekijk wenslijst"
186
 
187
+ #: ../includes/class.yith-wcwl-admin-init.php:1121
188
  msgid "\"Product already in wishlist\" text"
189
  msgstr "“Dit product staat reeds op uw wenslijst” tekst"
190
 
191
+ #: ../includes/class.yith-wcwl-admin-init.php:1123
192
+ #: ../includes/class.yith-wcwl-ui.php:83
193
  msgid "The product is already in the wishlist!"
194
  msgstr "Dit product staat reeds op uw wenslijst!"
195
 
196
+ #: ../includes/class.yith-wcwl-admin-init.php:1128
197
  msgid "\"Product added\" text"
198
  msgstr "“Product toegevoegd” tekst"
199
 
200
+ #: ../includes/class.yith-wcwl-admin-init.php:1130
201
+ #: ../includes/class.yith-wcwl-ui.php:82
202
  msgid "Product added!"
203
  msgstr "Product toegevoegd!"
204
 
205
+ #: ../includes/class.yith-wcwl-admin-init.php:1135
206
  msgid "\"Add to Cart\" text"
207
  msgstr "“Toevoegen aan winkelwagen” tekst"
208
 
209
+ #: ../includes/class.yith-wcwl-admin-init.php:1137
210
  msgid "Add to Cart"
211
  msgstr "Toevoegen aan winkelwagen"
212
 
213
+ #: ../includes/class.yith-wcwl-admin-init.php:1142
214
  msgid "Show Unit price"
215
  msgstr "Product prijs weergeven"
216
 
217
+ #: ../includes/class.yith-wcwl-admin-init.php:1143
218
  msgid "Show unit price for each product in wishlist"
219
  msgstr "Product prijs weergeven voor ieder product op de wenslijst"
220
 
221
+ #: ../includes/class.yith-wcwl-admin-init.php:1150
222
  msgid "Show \"Add to Cart\" button"
223
  msgstr "“Add to Cart” knop weergeven"
224
 
225
+ #: ../includes/class.yith-wcwl-admin-init.php:1151
226
  msgid "Show \"Add to Cart\" button for each product in wishlist"
227
  msgstr "“Add to Cart” knop weergeven voor ieder product op de wenslijst"
228
 
229
+ #: ../includes/class.yith-wcwl-admin-init.php:1158
230
  msgid "Show Stock status"
231
  msgstr "Voorraad informatie weergeven"
232
 
233
+ #: ../includes/class.yith-wcwl-admin-init.php:1159
234
  msgid ""
235
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
236
  msgstr ""
237
  "“Op voorraad” en “Uitverkocht” labels weergeven voor ieder product op de "
238
  "wenslijst"
239
 
240
+ #: ../includes/class.yith-wcwl-admin-init.php:1166
241
  msgid "Show Date of addition"
242
  msgstr "Datum van toevoeging weergeven"
243
 
244
+ #: ../includes/class.yith-wcwl-admin-init.php:1167
245
  msgid "Show the date when users have added a product to the wishlist"
246
  msgstr ""
247
  "Geef de datum weer waarop de gebruiker het product aan de wenslijst heeft "
248
  "toegevoegd"
249
 
250
+ #: ../includes/class.yith-wcwl-admin-init.php:1174
251
  msgid "Add second remove button"
252
  msgstr "Voeg een tweede verwijder knop toe"
253
 
254
+ #: ../includes/class.yith-wcwl-admin-init.php:1175
255
  msgid "Add a second remove button in the last column, with extended label"
256
  msgstr ""
257
  "Voeg een tweede verwijder knop toe in de laatste kolom, met een uitgebreid "
258
  "label"
259
 
260
+ #: ../includes/class.yith-wcwl-admin-init.php:1190
261
  msgid "Styles"
262
  msgstr "Stijlen"
263
 
264
+ #: ../includes/class.yith-wcwl-admin-init.php:1197
265
  msgid "Use buttons"
266
  msgstr "Gebruik knoppen"
267
 
268
+ #: ../includes/class.yith-wcwl-admin-init.php:1198
269
  msgid "Use buttons instead of simple anchors."
270
  msgstr "Gebruik knoppen in plaatst van links"
271
 
272
+ #: ../includes/class.yith-wcwl-admin-init.php:1204
273
  msgid "Custom CSS"
274
  msgstr "Eigen CSS"
275
 
276
+ #: ../includes/class.yith-wcwl-admin-init.php:1211
277
  msgid "Use theme style"
278
  msgstr "Gebruik thema stijl"
279
 
280
+ #: ../includes/class.yith-wcwl-admin-init.php:1212
281
  msgid "Use the theme style."
282
  msgstr "Gebruik de stijl van het thema."
283
 
284
+ #: ../includes/class.yith-wcwl-admin-init.php:1218
285
  msgid "Rounded buttons"
286
  msgstr "Ronde knoppen"
287
 
288
+ #: ../includes/class.yith-wcwl-admin-init.php:1219
289
  msgid "Make button corners rounded"
290
  msgstr "Maak de hoeken van de knoppen rond"
291
 
292
+ #: ../includes/class.yith-wcwl-admin-init.php:1225
293
  msgid "\"Add to Wishlist\" icon"
294
  msgstr "“Toevoegen aan wenslijst” icoon"
295
 
296
+ #: ../includes/class.yith-wcwl-admin-init.php:1226
297
  msgid "Add an icon to the \"Add to Wishlist\" button"
298
  msgstr "Voeg een icoon toe aan de “Toevoegen aan wenslijst” knop"
299
 
300
+ #: ../includes/class.yith-wcwl-admin-init.php:1236
301
  msgid "\"Add to Cart\" icon"
302
  msgstr "“Add to Card” icoon"
303
 
304
+ #: ../includes/class.yith-wcwl-admin-init.php:1237
305
  msgid "Add an icon to the \"Add to Cart\" button"
306
  msgstr "Voeg een icoon toe aan de “Add to Card” knop"
307
 
308
+ #: ../includes/class.yith-wcwl-admin-init.php:1255
309
  msgid "Social Networks & Share"
310
  msgstr "Sociale netwerken & Delen"
311
 
312
+ #: ../includes/class.yith-wcwl-admin-init.php:1262
313
  msgid "Share on Facebook"
314
  msgstr "Deel op Facebook"
315
 
316
+ #: ../includes/class.yith-wcwl-admin-init.php:1263
317
  msgid "Show \"Share on Facebook\" button"
318
  msgstr "Geef de “Deel op Facebook” knop weer"
319
 
320
+ #: ../includes/class.yith-wcwl-admin-init.php:1269
321
  msgid "Tweet on Twitter"
322
  msgstr "Tweet op Twitter"
323
 
324
+ #: ../includes/class.yith-wcwl-admin-init.php:1270
325
  msgid "Show \"Tweet on Twitter\" button"
326
  msgstr "Geef de “Tweet op Twitter” knop weer"
327
 
328
+ #: ../includes/class.yith-wcwl-admin-init.php:1276
329
  msgid "Pin on Pinterest"
330
  msgstr "Pin op Pinterest"
331
 
332
+ #: ../includes/class.yith-wcwl-admin-init.php:1277
333
  msgid "Show \"Pin on Pinterest\" button"
334
  msgstr "Geef de “Pin op Pinterest” knop weer"
335
 
336
+ #: ../includes/class.yith-wcwl-admin-init.php:1283
337
  msgid "Share on Google+"
338
  msgstr "Deel op Google+"
339
 
340
+ #: ../includes/class.yith-wcwl-admin-init.php:1284
341
  msgid "Show \"Share on Google+\" button"
342
  msgstr "Geef de “Deel op Google+” knop weer"
343
 
344
+ #: ../includes/class.yith-wcwl-admin-init.php:1290
345
  msgid "Share by Email"
346
  msgstr "Deel met email"
347
 
348
+ #: ../includes/class.yith-wcwl-admin-init.php:1291
349
  msgid "Show \"Share by Email\" button"
350
  msgstr "Geef de “Deel met email” knop weer"
351
 
352
+ #: ../includes/class.yith-wcwl-admin-init.php:1297
353
  msgid "Social title"
354
  msgstr "Te dele titel"
355
 
356
+ #: ../includes/class.yith-wcwl-admin-init.php:1304
357
  msgid "Social text"
358
  msgstr "Te dele tekst"
359
 
360
+ #: ../includes/class.yith-wcwl-admin-init.php:1305
361
  msgid ""
362
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
363
  "strong> where you want to show the URL of your wishlist."
364
  msgstr ""
365
 
366
+ #: ../includes/class.yith-wcwl-admin-init.php:1312
367
  msgid "Social image URL"
368
  msgstr "Deel afbeelding url"
369
 
370
+ #: ../includes/class.yith-wcwl-admin-init.php:1313
371
  msgid "It will be used by Pinterest."
372
  msgstr ""
373
 
374
+ #: ../includes/class.yith-wcwl-admin-init.php:1327
375
+ #, php-format
376
  msgid ""
377
  "If you want to take advantage of this feature, you could consider to "
378
  "purchase the %s."
380
  "Al u gebruik wilt maken van deze functie kunt u overwegen om %s aan te "
381
  "schaffen."
382
 
383
+ #: ../includes/class.yith-wcwl-admin-init.php:1332
384
  msgid "YITH WooCommerce Frequently Bought Together Integration"
385
  msgstr "YITH WooCommerce Frequently Bought Together intergratie"
386
 
387
+ #: ../includes/class.yith-wcwl-admin-init.php:1339
388
  msgid "Enable slider in wishlist"
389
  msgstr "Slider inschakelen op wenslijst"
390
 
391
+ #: ../includes/class.yith-wcwl-admin-init.php:1340
392
+ #, php-format
393
  msgid ""
394
  "Choose to enable product slider in wishlist page with linked products (<a "
395
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
397
  "Kies ervoor om de product slider op de wenslijst pagina weer te geven met "
398
  "gelinkte producten (<a href=\"%s\" class=\"thickbox\">Voorbeeld</a>). %s"
399
 
400
+ #: ../includes/class.yith-wcwl-admin-init.php:1376
401
  msgid "\"Add to wishlist\" button"
402
  msgstr "“Toevoegen aan wenslijst” knop"
403
 
404
+ #: ../includes/class.yith-wcwl-admin-init.php:1379
405
+ #: ../includes/class.yith-wcwl-admin-init.php:1397
406
+ #: ../includes/class.yith-wcwl-admin-init.php:1415
407
+ #: ../includes/class.yith-wcwl-admin-init.php:1433
408
+ #: ../includes/class.yith-wcwl-admin-init.php:1451
409
  msgid "Background"
410
  msgstr "Achtergrond"
411
 
412
+ #: ../includes/class.yith-wcwl-admin-init.php:1380
413
+ #: ../includes/class.yith-wcwl-admin-init.php:1398
414
+ #: ../includes/class.yith-wcwl-admin-init.php:1416
415
+ #: ../includes/class.yith-wcwl-admin-init.php:1434
416
+ #: ../includes/class.yith-wcwl-admin-init.php:1452
417
  msgid "Text"
418
  msgstr "Tekst"
419
 
420
+ #: ../includes/class.yith-wcwl-admin-init.php:1381
421
+ #: ../includes/class.yith-wcwl-admin-init.php:1399
422
+ #: ../includes/class.yith-wcwl-admin-init.php:1417
423
+ #: ../includes/class.yith-wcwl-admin-init.php:1435
424
+ #: ../includes/class.yith-wcwl-admin-init.php:1453
425
  msgid "Border"
426
  msgstr "Omlijning"
427
 
428
+ #: ../includes/class.yith-wcwl-admin-init.php:1388
429
+ #: ../includes/class.yith-wcwl-admin-init.php:1406
430
+ #: ../includes/class.yith-wcwl-admin-init.php:1424
431
+ #: ../includes/class.yith-wcwl-admin-init.php:1442
432
  msgid "Background (hover)"
433
  msgstr "Achtergrond (hover)"
434
 
435
+ #: ../includes/class.yith-wcwl-admin-init.php:1389
436
+ #: ../includes/class.yith-wcwl-admin-init.php:1407
437
+ #: ../includes/class.yith-wcwl-admin-init.php:1425
438
+ #: ../includes/class.yith-wcwl-admin-init.php:1443
439
  msgid "Text (hover)"
440
  msgstr "Tekst (hover)"
441
 
442
+ #: ../includes/class.yith-wcwl-admin-init.php:1390
443
+ #: ../includes/class.yith-wcwl-admin-init.php:1408
444
+ #: ../includes/class.yith-wcwl-admin-init.php:1426
445
+ #: ../includes/class.yith-wcwl-admin-init.php:1444
446
  msgid "Border (hover)"
447
  msgstr "Omlijning (hover)"
448
 
449
+ #: ../includes/class.yith-wcwl-admin-init.php:1394
450
  msgid "\"Add to Cart\" button"
451
  msgstr "“Add to Cart” knop"
452
 
453
+ #: ../includes/class.yith-wcwl-admin-init.php:1412
454
  msgid "\"Style 1\" button"
455
  msgstr "\"Style 1\" knop"
456
 
457
+ #: ../includes/class.yith-wcwl-admin-init.php:1430
458
  msgid "\"Style 2\" button"
459
  msgstr "\"Style 2” knop"
460
 
461
+ #: ../includes/class.yith-wcwl-admin-init.php:1448
462
  msgid "Wishlist table"
463
  msgstr "Wenslijst tabel"
464
 
465
+ #: ../includes/class.yith-wcwl-admin-init.php:1457
466
  msgid "Headers"
467
  msgstr "Koppen"
468
 
469
+ #: ../includes/class.yith-wcwl-admin-init.php:1460
470
  msgid "Background color"
471
  msgstr "Achtergrondkleur"
472
 
473
+ #: ../includes/class.yith-wcwl-admin-init.php:1550
474
  msgid "Wishlist Activated"
475
  msgstr "Wenslijst geactiveerd"
476
 
477
+ #: ../includes/class.yith-wcwl-admin-init.php:1551
478
+ #, php-format
479
  msgid ""
480
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
481
  "can access to all the settings of our plugins that you have activated. "
487
  "heeft. Wenslijst is beschikbaar in de uitstekende PREMIUM versie met vele "
488
  "nieuwe opties, <a href=\"%s\">ontdek het nu</a>."
489
 
490
+ #: ../includes/class.yith-wcwl-admin-init.php:1562
491
  msgid "Wishlist Updated"
492
  msgstr "Wenslijst geupdate"
493
 
494
+ #: ../includes/class.yith-wcwl-admin-init.php:1563
495
+ #, php-format
496
  msgid ""
497
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
498
  "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
506
  "toegevoegd aan dit menu. Wenslijst is geüpdate met nieuw beschikbare opties,"
507
  "<a href=\"%s\">ontdek de PREMIUM versie.</a>"
508
 
509
+ #: ../includes/class.yith-wcwl-init.php:437
510
  msgid ""
511
  "We are sorry, but this feature is available only if cookies are enabled on "
512
  "your browser."
514
  "Helaas, deze optie is alleen beschikbaar indien u cookies hebt ingeschakeld "
515
  "in uw browser."
516
 
517
+ #: ../includes/class.yith-wcwl-init.php:438
518
  msgid "Product correctly added to cart"
519
  msgstr "Producten momenteel in uw winkelmandje"
520
 
521
+ #: ../includes/class.yith-wcwl-install.php:244
522
  msgctxt "page_slug"
523
  msgid "wishlist"
524
  msgstr "wenslijst"
525
 
526
+ #: ../includes/class.yith-wcwl-privacy.php:50
527
  msgid "While you visit our site, we’ll track:"
528
  msgstr ""
529
 
530
+ #: ../includes/class.yith-wcwl-privacy.php:52
531
  msgid ""
532
  "Products you’ve added to the wishlist: we’ll use this to show you and other "
533
  "users your favourite products, and to create targeted email campaigns."
534
  msgstr ""
535
 
536
+ #: ../includes/class.yith-wcwl-privacy.php:53
537
  msgid ""
538
  "Wishlists you’ve created: we’ll keep track of the wishlists you create, and "
539
  "make them visible to the store’s staff"
540
  msgstr ""
541
 
542
+ #: ../includes/class.yith-wcwl-privacy.php:55
543
  msgid ""
544
  "We’ll also use cookies to keep track of wishlist contents while you’re "
545
  "browsing our site."
546
  msgstr ""
547
 
548
+ #: ../includes/class.yith-wcwl-privacy.php:58
549
  msgid ""
550
  "Members of our team have access to the information you provide us. For "
551
  "example, both Administrators and Shop Managers can access:"
552
  msgstr ""
553
 
554
+ #: ../includes/class.yith-wcwl-privacy.php:60
555
  msgid ""
556
  "Wishlist details, such as products added, date of addition, name and privacy "
557
  "settings of your wishlists"
558
  msgstr ""
559
 
560
+ #: ../includes/class.yith-wcwl-privacy.php:62
561
  msgid ""
562
  "Our team members have access to this information to offer you better deals "
563
  "for the products you love."
564
  msgstr ""
565
 
566
+ #: ../includes/class.yith-wcwl-privacy.php:82
567
+ #: ../includes/class.yith-wcwl-privacy.php:98
568
  #, fuzzy
569
  msgid "Customer Wishlists"
570
  msgstr "Doorzoek wenslijsten"
571
 
572
+ #: ../includes/class.yith-wcwl-privacy.php:133
573
  #, fuzzy
574
  msgid "Wishlists"
575
  msgstr "Wenslijst"
576
 
577
+ #: ../includes/class.yith-wcwl-privacy.php:195
578
+ #, fuzzy, php-format
 
579
  msgid "Removed wishlist %s."
580
  msgstr "Mijn wenslijst op %s"
581
 
582
+ #: ../includes/class.yith-wcwl-privacy.php:199
583
+ #, php-format
584
  msgid "Wishlist %s has been retained."
585
  msgstr ""
586
 
587
+ #: ../includes/class.yith-wcwl-privacy.php:210
588
  msgid "Removed default user's wishlist"
589
  msgstr ""
590
 
591
+ #: ../includes/class.yith-wcwl-privacy.php:228
592
  msgid "Token"
593
  msgstr ""
594
 
595
+ #: ../includes/class.yith-wcwl-privacy.php:229
596
  #, fuzzy
597
  msgid "Wishlist url"
598
  msgstr "Wenslijst"
599
 
600
+ #: ../includes/class.yith-wcwl-privacy.php:230
601
  msgid "Title"
602
  msgstr ""
603
 
604
+ #: ../includes/class.yith-wcwl-privacy.php:231
605
  msgctxt "date wishlist was created"
606
  msgid "Created on"
607
  msgstr ""
608
 
609
+ #: ../includes/class.yith-wcwl-privacy.php:232
610
  msgid "Visibility"
611
  msgstr ""
612
 
613
+ #: ../includes/class.yith-wcwl-privacy.php:233
614
  msgid "Items Added"
615
  msgstr ""
616
 
617
+ #: ../includes/class.yith-wcwl-privacy.php:283
618
+ #: ../templates/wishlist-view.php:212
619
  msgid "Shared"
620
  msgstr "Gedeeld"
621
 
622
+ #: ../includes/class.yith-wcwl-privacy.php:286
623
+ #: ../templates/wishlist-view.php:215
624
  msgid "Private"
625
  msgstr "Prive"
626
 
627
+ #: ../includes/class.yith-wcwl-privacy.php:289
628
+ #: ../templates/wishlist-view.php:218
629
  msgid "Public"
630
  msgstr "Publiek"
631
 
632
+ #: ../includes/class.yith-wcwl-shortcode.php:45
633
  #, fuzzy
634
  msgctxt "[gutenberg]: block name"
635
  msgid "YITH Add to Wishlist"
636
  msgstr "Toevoegen aan wenslijst"
637
 
638
+ #: ../includes/class.yith-wcwl-shortcode.php:46
639
  #, fuzzy
640
  msgctxt "[gutenberg]: block description"
641
  msgid "Shows Add to Wishlist button"
642
  msgstr "“Toevoegen aan wenslijst” knop"
643
 
644
+ #: ../includes/class.yith-wcwl-shortcode.php:51
645
  msgid ""
646
  "ID of the product to add to wishlist (leave empty to use global product)"
647
  msgstr ""
648
 
649
+ #: ../includes/class.yith-wcwl-shortcode.php:56
650
  msgid "Url of wishlist page (leave empty to use default)"
651
  msgstr ""
652
 
653
+ #: ../includes/class.yith-wcwl-shortcode.php:61
654
  msgid "Button label (leave empty to use default)"
655
  msgstr ""
656
 
657
+ #: ../includes/class.yith-wcwl-shortcode.php:66
658
  msgid "\"Browse wishlist\" label (leave empty to use default)"
659
  msgstr ""
660
 
661
+ #: ../includes/class.yith-wcwl-shortcode.php:71
662
  #, fuzzy
663
  msgid "\"Product already in wishlist\" label (leave empty to use default)"
664
  msgstr "“Dit product staat reeds op uw wenslijst” tekst"
665
 
666
+ #: ../includes/class.yith-wcwl-shortcode.php:76
667
  msgid "\"Product added to wishlist\" label (leave empty to use default)"
668
  msgstr ""
669
 
670
+ #: ../includes/class.yith-wcwl-shortcode.php:81
671
  msgid ""
672
  "Icon for the button (use any FontAwesome valid class, or leave empty to use "
673
  "default)"
674
  msgstr ""
675
 
676
+ #: ../includes/class.yith-wcwl-shortcode.php:86
677
  msgid "Additional css classes for the button (leave empty to use default)"
678
  msgstr ""
679
 
680
+ #: ../includes/class.yith-wcwl-shortcode.php:94
681
  #, fuzzy
682
  msgctxt "[gutenberg]: block name"
683
  msgid "YITH Wishlist"
684
  msgstr "YITH Wenslijst inschakelen"
685
 
686
+ #: ../includes/class.yith-wcwl-shortcode.php:95
687
  #, fuzzy
688
  msgctxt "[gutenberg]: block description"
689
  msgid "Shows list of products in wishlist"
690
  msgstr "Product prijs weergeven voor ieder product op de wenslijst"
691
 
692
+ #: ../includes/class.yith-wcwl-shortcode.php:100
693
  msgid "Choose whether to paginate items in the wishlist or show them all"
694
  msgstr ""
695
 
696
+ #: ../includes/class.yith-wcwl-shortcode.php:103
697
  msgid "Paginate"
698
  msgstr ""
699
 
700
+ #: ../includes/class.yith-wcwl-shortcode.php:104
701
  msgid "Do not paginate"
702
  msgstr ""
703
 
704
+ #: ../includes/class.yith-wcwl-shortcode.php:109
705
  msgid "Number of items to show for each page"
706
  msgstr ""
707
 
708
+ #: ../includes/class.yith-wcwl-shortcode.php:114
709
  msgid "ID of the wishlist to show (EG: K6EOWXB888ZD)"
710
  msgstr ""
711
 
712
+ #: ../includes/class.yith-wcwl-shortcode.php:386
713
+ #: ../includes/class.yith-wcwl-ui.php:164
714
  msgid "Share on:"
715
  msgstr "Deel op:"
716
 
717
+ #: ../includes/class.yith-wcwl-ui.php:118
718
+ #: ../includes/class.yith-wcwl-ui.php:200
719
  msgid "Select options"
720
  msgstr "Selecteer opties"
721
 
722
+ #: ../includes/class.yith-wcwl-ui.php:168 ../templates/share.php:20
723
  msgid "Facebook"
724
  msgstr "Facebook"
725
 
726
+ #: ../includes/class.yith-wcwl-ui.php:171 ../templates/share.php:26
727
  msgid "Twitter"
728
  msgstr "Twitter"
729
 
730
+ #: ../includes/class.yith-wcwl-ui.php:180
731
  msgid "email"
732
  msgstr "Email"
733
 
734
+ #: ../includes/class.yith-wcwl.php:201
735
  msgid "An error occurred while adding products to the wishlist."
736
  msgstr "Er ging iets mis bij het toevoegen van de producten aan uw wenslijst."
737
 
738
+ #: ../includes/class.yith-wcwl.php:293
739
  msgid "An error occurred while adding products to wishlist."
740
  msgstr "Er ging iets mis bij het toevoegen van de producten aan uw wenslijst."
741
 
742
+ #: ../includes/class.yith-wcwl.php:310
743
  msgid "The \"Remove\" option now does not require any parameter"
744
  msgstr "De “Verwijder” optie verijst geen parameter"
745
 
746
+ #: ../includes/class.yith-wcwl.php:359
747
  msgid "An error occurred while removing products from the wishlist"
748
  msgstr ""
749
  "Er ging iets mis bij het verwijderen van de producten van uw wenslijst."
750
 
751
+ #: ../includes/class.yith-wcwl.php:809
752
  msgid "You need to log in before creating a new wishlist"
753
  msgstr ""
754
  "U dient ingelogd te zijn voordat u producten aan uw wenslijst kunt toevoegen"
755
 
756
+ #: ../includes/class.yith-wcwl.php:1610
757
  msgid "Product successfully removed."
758
  msgstr "Product succesvol verwijderd"
759
 
760
+ #: ../includes/class.yith-wcwl.php:1614
761
  msgid "Error. Unable to remove the product from the wishlist."
762
  msgstr ""
763
  "Er ging iets mis. Het product kon niet verwijderd worden van de wenslijst."
764
 
765
+ #: ../includes/class.yith-wcwl.php:1618 ../templates/wishlist-view.php:242
766
  msgid "No products were added to the wishlist"
767
  msgstr "Er wijn geen producten toegevoegd aan de wenslijst"
768
 
769
+ #: ../includes/class.yith-wcwl.php:1660
770
  msgid "An error as occurred."
771
  msgstr "Er is iets misgegaan."
772
 
773
+ #: ../init.php:130
774
  #, fuzzy
775
  msgid "is enabled but not effective. It requires WooCommerce in order to work."
776
  msgstr ""
777
  "YITH WooCommerce Wishlist is ingeschakeld maar niet werkzaam. Hiervoor is "
778
  "WooCommerce vereist."
779
 
780
+ #: ../init.php:140
781
  msgid "You can't activate the free version of"
782
  msgstr ""
783
 
784
+ #: ../init.php:140
785
  msgid "while you are using the premium one."
786
  msgstr ""
787
 
788
+ #: ../templates/admin/wishlist-panel-premium.php:185
789
+ #: ../templates/admin/wishlist-panel-premium.php:383
790
+ #, php-format
791
  msgid ""
792
  "Upgrade to the %1$spremium version%2$s%3$sof %1$sYITH WooCommerce Wishlist"
793
  "%2$s to benefit from all features!"
795
  "Upgrade naar de %1$spremium versie%2$s%3$svan %1$sYITH WooCommerce Wishlist"
796
  "%2$s om gebruik te maken van alle opties!"
797
 
798
+ #: ../templates/admin/wishlist-panel-premium.php:187
799
+ #: ../templates/admin/wishlist-panel-premium.php:385
800
+ #, php-format
801
  msgid "%1$sUPGRADE%2$s%3$s to the premium version%2$s"
802
  msgstr "%1$sUPGRADE%2$s%3$s naar de premium versie%2$s"
803
 
804
+ #: ../templates/admin/wishlist-panel-premium.php:193
805
  msgid "Premium Features"
806
  msgstr "Premium opties"
807
 
808
+ #: ../templates/admin/wishlist-panel-premium.php:196
809
+ #: ../templates/admin/wishlist-panel-premium.php:201
810
  msgid "Multiple Wishlist"
811
  msgstr "Meerdere wenslijsten"
812
 
813
+ #: ../templates/admin/wishlist-panel-premium.php:203
814
+ #, php-format
815
  msgid ""
816
  "%1$sDoes it ever happened to you to have too many wishes for a single wish "
817
  "list?%2$s%3$s The possibility to manage one's wishes is a fundamental "
830
  "klanten demogelijkheid krijgen om hun wenslijsten aan te maken, te beheren "
831
  "en te delen."
832
 
833
+ #: ../templates/admin/wishlist-panel-premium.php:212
834
+ #: ../templates/admin/wishlist-panel-premium.php:222
835
  msgid "Wishlist Private"
836
  msgstr "Prive wenslijst"
837
 
838
+ #: ../templates/admin/wishlist-panel-premium.php:214
839
+ #, php-format
840
  msgid ""
841
  "By enabling the option wishlist, users will also have the possibility to "
842
  "%1$smanage the visibility%2$s of their wish lists according to one of the "
846
  "%1$smogelijkheid om de zichtbaarheid%2$s van hun wenslijst in te stellen "
847
  "middels de volgende opties:"
848
 
849
+ #: ../templates/admin/wishlist-panel-premium.php:216
850
+ #, php-format
851
  msgid "%1$spublic:%2$s all users can look for your wish list and see it;"
852
  msgstr ""
853
  "%1$spubliek:%2$s alle gebruikers kunnen uw wenslijst opzoeken en inzien;"
854
 
855
+ #: ../templates/admin/wishlist-panel-premium.php:217
856
+ #, php-format
857
  msgid ""
858
  "%1$sshared:%2$s only users possessing a direct link to the wish list page "
859
  "can display it;"
861
  "%1$sgedeeld:%2$s alleen gebruikers in het bezit van de directe link naar "
862
  "deze wenslijst kunnen deze inzien;"
863
 
864
+ #: ../templates/admin/wishlist-panel-premium.php:218
865
+ #, php-format
866
  msgid "%1$sprivate:%2$s only the wish list creator can see it."
867
  msgstr ""
868
  "%1$sprive:%2$s alleen diegene die de wenslijst heeft aangemaakt kan deze "
869
  "zien."
870
 
871
+ #: ../templates/admin/wishlist-panel-premium.php:229
872
+ #: ../templates/admin/wishlist-panel-premium.php:234
873
  msgid "Estimate Cost"
874
  msgstr "Offerte aanvragen"
875
 
876
+ #: ../templates/admin/wishlist-panel-premium.php:236
877
+ #, php-format
878
  msgid ""
879
  "%1$sDo you want to add the possibility to ask for estimates of costs into "
880
  "your catalogue?%3$s Do you want to manage customised packets for faithful "
894
  "bevestigd worden en zal er een email met alle nodige informatie worden "
895
  "gestuurd naar het adres dat u heeft opgegeven."
896
 
897
+ #: ../templates/admin/wishlist-panel-premium.php:245
898
+ #: ../templates/admin/wishlist-panel-premium.php:250
899
  msgid "Admin Panel"
900
  msgstr "Admin paneel"
901
 
902
+ #: ../templates/admin/wishlist-panel-premium.php:247
903
+ #, php-format
904
  msgid ""
905
  "Thanks to the useful Admin panel, accessible directly among the WooCommerce "
906
  "submenu pages, you will have total control on users' wishlists. In addition "
917
  "pagina, wat u inzicht geeft in het aantal keer dat het product is toegevoegd "
918
  "aan een wenslijst."
919
 
920
+ #: ../templates/admin/wishlist-panel-premium.php:257
921
+ #: ../templates/admin/wishlist-panel-premium.php:262
922
  msgid "Search Wishlists"
923
  msgstr "Doorzoek wenslijsten"
924
 
925
+ #: ../templates/admin/wishlist-panel-premium.php:264
926
+ #, php-format
927
  msgid ""
928
  "How many times have you been looking for the perfect gift for a important "
929
  "event but you had no idea of what to buy? %1$s'Search wishlists'%2$s allows "
938
  "naam of het email adres op te geven. Op deze manier kunt u uw producten nog "
939
  "%1$sbeter zichtbaar%2$s maken en zelfs gebruikers aanmoedigen tot aanschaf."
940
 
941
+ #: ../templates/admin/wishlist-panel-premium.php:273
942
  msgid "'ADD TO CART' CHECKBOX"
943
  msgstr "‘Toevoegen aan winkelwagen’ checkbox"
944
 
945
+ #: ../templates/admin/wishlist-panel-premium.php:275
946
+ #, php-format
947
  msgid ""
948
  "Your shop offers always a wide selection of products and wishlists of your "
949
  "users get more and more crowded everyday. Give them the possibility to "
955
  "%1$ssommige of alle producten%2$s in hun wenslijst te selecteren en toe te "
956
  "voegen aan een winkelmandje met èèn klik."
957
 
958
+ #: ../templates/admin/wishlist-panel-premium.php:278
959
  msgid "'ADD TO CART'"
960
  msgstr "‘Toevoegen aan winkelwagen’"
961
 
962
+ #: ../templates/admin/wishlist-panel-premium.php:285
963
  msgid "DISABLE WISHLIST"
964
  msgstr "Wenslijst uitschakelen"
965
 
966
+ #: ../templates/admin/wishlist-panel-premium.php:290
967
  msgid "DISABLE WISHLIST FOR UNLOGGED USERS"
968
  msgstr "Wenslijst uitschakelen voor anonieme gebruikers"
969
 
970
+ #: ../templates/admin/wishlist-panel-premium.php:292
971
+ #, php-format
972
  msgid ""
973
  "Favour users that have registered to your shop and disable plugin "
974
  "functionalities for all users that have not. By disabling this option, each "
980
  "schakelen zullen gebruikers zonder account worden %1$sdoorverwezen%2$s naar "
981
  "de registratie pagina met een melding die uitnodigt om te registreren."
982
 
983
+ #: ../templates/admin/wishlist-panel-premium.php:301
984
  msgid "MESSAGE TO UNLOGGED USERS"
985
  msgstr "Bericht aan anonieme gebruikers"
986
 
987
+ #: ../templates/admin/wishlist-panel-premium.php:303
988
+ #, php-format
989
  msgid ""
990
  "Invite users that are visiting your shop to login if they want to fully "
991
  "benefit from Wishlist functionalities. Show a %1$scustomised message%2$s and "
995
  "van de Wenslijst te kunnnen gebruiken. Geef een %1$saangepast bericht%2$s "
996
  "weer en verwijs ze naar de “Mijn account” pagina voor registratie."
997
 
998
+ #: ../templates/admin/wishlist-panel-premium.php:306
999
  msgid "UNLOGGED USERS"
1000
  msgstr "Anonieme gebruikers"
1001
 
1002
+ #: ../templates/admin/wishlist-panel-premium.php:313
1003
+ #: ../templates/admin/wishlist-panel-premium.php:318
1004
  msgid "POPULAR TABLE"
1005
  msgstr "Populaire producten"
1006
 
1007
+ #: ../templates/admin/wishlist-panel-premium.php:320
1008
+ #, php-format
1009
  msgid ""
1010
  "Some products draw customer's attention more than others and they do not "
1011
  "hesitate to add products to their wishlist. Table %1$s'Popular'%2$s allows "
1018
  "om, als shop eigenaar, de producten te monitoren die het vaakst aan de "
1019
  "wenslijsten zijn toegevoegd."
1020
 
1021
+ #: ../templates/admin/wishlist-panel-premium.php:329
1022
  msgid "FUNCTIONALITIES IN ONE CLICK"
1023
  msgstr "Functionaliteiten in èèn klik"
1024
 
1025
+ #: ../templates/admin/wishlist-panel-premium.php:331
1026
+ #, php-format
1027
  msgid ""
1028
  "Users have the possibility to search for a wishlist, create a new one or "
1029
  "display those already created. Add these %1$sfunctionalities%2$s through the "
1034
  "%1$sfunctionaliteiten%2$s toe doormiddel van de widgets of geef ze weer "
1035
  "direct na de “Wenslijst” tabel."
1036
 
1037
+ #: ../templates/admin/wishlist-panel-premium.php:334
1038
  msgid "FUNCTIONALITIES"
1039
  msgstr "Functionaliteiten"
1040
 
1041
+ #: ../templates/admin/wishlist-panel-premium.php:341
1042
+ #: ../templates/admin/wishlist-panel-premium.php:346
1043
  msgid "PROMOTIONAL EMAIL"
1044
  msgstr "Promotionele email"
1045
 
1046
+ #: ../templates/admin/wishlist-panel-premium.php:348
1047
+ #, php-format
1048
  msgid ""
1049
  "If you want to give the right input to your users to persuade them to "
1050
  "%1$spurchase the products%2$s they have in their wishlists, you need to use "
1059
  "kunnen gebruiken in uw shop. Op die manier weten zij dat u hem een uniek "
1060
  "aanbod aanbied."
1061
 
1062
+ #: ../templates/admin/wishlist-panel-premium.php:357
1063
  msgid "FROM A WISHLIST TO ANOTHER"
1064
  msgstr "Van de ene wenslijst naar de andere"
1065
 
1066
+ #: ../templates/admin/wishlist-panel-premium.php:359
1067
+ #, php-format
1068
  msgid ""
1069
  "Who said that a product has to remain forever in the same wishlist? With the "
1070
  "option %1$s\"Show \"Move to another wishlist\" dropdown menu\"%2$s, with "
1076
  "weer“%2$s kunnen gebruikers producten vrij verplaatsten tussen wenslijsten "
1077
  "om zo hun lijsten te kunnen beheren."
1078
 
1079
+ #: ../templates/admin/wishlist-panel-premium.php:362
1080
  msgid "FROM A WISHLIST"
1081
  msgstr "Van de wenslijst"
1082
 
1083
+ #: ../templates/admin/wishlist-panel-premium.php:369
1084
  msgid "DATE"
1085
  msgstr "Datum"
1086
 
1087
+ #: ../templates/admin/wishlist-panel-premium.php:374
1088
  msgid "DATE OF ADDITION TO A WISHLIST"
1089
  msgstr "Datum van toevoeging aan de wenslijst"
1090
 
1091
+ #: ../templates/admin/wishlist-panel-premium.php:376
1092
+ #, php-format
1093
  msgid ""
1094
  "Activating the %1$s\"Show date of addition\"%2$s option, users can see the "
1095
  "date in which they have added a particular product to their list: a new way "
1099
  "zien op welke datum zij een specifiek product hebben toegevoegd aan hun "
1100
  "lijst: een nieuwe manier om gebruikers te informeren van hun wijzigingen."
1101
 
1102
+ #: ../templates/share.php:32
1103
  msgid "Pinterest"
1104
  msgstr "Pinterest"
1105
 
1106
+ #: ../templates/share.php:38
1107
  msgid "Google+"
1108
  msgstr "Google+"
1109
 
1110
+ #: ../templates/share.php:44
1111
  msgid "Email"
1112
  msgstr "Email"
1113
 
1114
+ #: ../templates/wishlist-view.php:32
1115
  msgid "Edit title"
1116
  msgstr "Titel aanpassen"
1117
 
1118
+ #: ../templates/wishlist-view.php:41
1119
  msgid "Save"
1120
  msgstr "Opslaan"
1121
 
1122
+ #: ../templates/wishlist-view.php:45
1123
  msgid "Cancel"
1124
  msgstr "Annuleer"
1125
 
1126
+ #: ../templates/wishlist-view.php:82
1127
  msgid "Product Name"
1128
  msgstr "Productnaam"
1129
 
1130
+ #: ../templates/wishlist-view.php:89
1131
  msgid "Unit Price"
1132
  msgstr "Stuksprijs"
1133
 
1134
+ #: ../templates/wishlist-view.php:102
1135
  msgid "Stock Status"
1136
  msgstr "Voorraad status"
1137
 
1138
+ #: ../templates/wishlist-view.php:152 ../templates/wishlist-view.php:232
1139
  msgid "Remove this product"
1140
  msgstr "Verwijder dit product"
1141
 
1142
+ #: ../templates/wishlist-view.php:172
1143
  msgid "Free!"
1144
  msgstr "Gratis!"
1145
 
1146
+ #: ../templates/wishlist-view.php:179
1147
  msgid "Out of Stock"
1148
  msgstr "Uitverkocht"
1149
 
1150
+ #: ../templates/wishlist-view.php:179
1151
  msgid "In Stock"
1152
  msgstr "Op voorraad"
1153
 
1154
+ #: ../templates/wishlist-view.php:188
1155
+ #, php-format
1156
  msgid "Added on : %s"
1157
  msgstr "Toevoegen aan: %s"
1158
 
1159
+ #: ../templates/wishlist-view.php:200
1160
  msgid "Move"
1161
  msgstr "Verplaats"
1162
 
1163
+ #: ../templates/wishlist-view.php:232
1164
  msgid "Remove"
1165
  msgstr "Verwijder"
1166
 
1167
+ #: ../templates/wishlist-view.php:259
1168
  msgid "Add the selected products to the cart"
1169
  msgstr "Voeg het geselecteerde product toe aan de winkelmand"
1170
 
1171
+ #: ../templates/wishlist-view.php:267 ../templates/wishlist-view.php:313
1172
  msgid "Ask for an estimate"
1173
  msgstr "Vraag om een offerte"
1174
 
1175
+ #: ../templates/wishlist-view.php:303
1176
  msgid "Your email"
1177
  msgstr ""
1178
 
1179
+ #~ msgid "YITH WooCommerce Wishlist"
1180
+ #~ msgstr "YITH WooCommerce Wishlist"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1181
 
1182
  #~ msgid "Live Demo"
1183
  #~ msgstr "Live demo"
languages/yith-woocommerce-wishlist-pl_PL.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-pl_PL.po CHANGED
@@ -2,15 +2,15 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
- "POT-Creation-Date: 2018-12-21 10:28:38+00:00\n"
6
- "PO-Revision-Date: 2018-10-04 14:51+0200\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
9
  "Language: pl_PL\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 2.0.8\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,103 +21,104 @@ msgstr ""
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:1484
26
- #: includes/class.yith-wcwl-admin-init.php:1485
27
- #: includes/class.yith-wcwl-install.php:245
28
  msgid "Wishlist"
29
  msgstr "Obserwowane"
30
 
31
- #: includes/class.yith-wcwl-admin-init.php:161
32
  msgid "Settings"
33
  msgstr "Ustawienia"
34
 
35
- #: includes/class.yith-wcwl-admin-init.php:162
36
- #: includes/class.yith-wcwl-admin-init.php:243
37
  msgid "Colors"
38
  msgstr "Kolor"
39
 
40
- #: includes/class.yith-wcwl-admin-init.php:163
41
  msgid "Premium Version"
42
  msgstr ""
43
 
44
- #: includes/class.yith-wcwl-admin-init.php:1015
45
  msgid "Enable all plugin features"
46
  msgstr ""
47
 
48
- #: includes/class.yith-wcwl-admin-init.php:1016
49
  msgid ""
50
  "Be sure to select at least one option in the Wishlist page menu in this "
51
  "settings page"
52
  msgstr ""
53
 
54
- #: includes/class.yith-wcwl-admin-init.php:1017
55
  msgctxt "[Part of]: Also, please read the plugin documentation"
56
  msgid "Also, please read the plugin"
57
  msgstr ""
58
 
59
- #: includes/class.yith-wcwl-admin-init.php:1018
60
  #, fuzzy
61
  msgctxt "[Part Of]: Also, please read the plugin documentation"
62
  msgid "documentation"
63
  msgstr "Dokumentacja wtyczki"
64
 
65
- #: includes/class.yith-wcwl-admin-init.php:1024
66
  msgid "Upgrade to the PREMIUM VERSION"
67
  msgstr ""
68
 
69
- #: includes/class.yith-wcwl-admin-init.php:1028
70
  msgid "Discover the Advanced Features"
71
  msgstr ""
72
 
73
- #: includes/class.yith-wcwl-admin-init.php:1029
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:1035
80
  msgid "Get Support and Pro Features"
81
  msgstr "Uzyskaj wsparcie i funkcje Pro"
82
 
83
- #: includes/class.yith-wcwl-admin-init.php:1036
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 "
87
  "updates and support through our platform available 24h/24."
88
  msgstr ""
89
 
90
- #: includes/class.yith-wcwl-admin-init.php:1046
91
  msgid "General Settings"
92
  msgstr "Ustawienia ogólne"
93
 
94
- #: includes/class.yith-wcwl-admin-init.php:1053
95
  msgid "Enable YITH Wishlist"
96
  msgstr "Włącz YITH Listy życzeń"
97
 
98
- #: includes/class.yith-wcwl-admin-init.php:1060
99
  msgid "Default wishlist title"
100
  msgstr "Tytuł domyślny"
101
 
102
- #: includes/class.yith-wcwl-admin-init.php:1062
103
- #: includes/class.yith-wcwl-admin-init.php:1063
104
- #: includes/class.yith-wcwl-admin-init.php:1299
 
105
  msgid "My wishlist on %s"
106
  msgstr "Moja lista życzeń: %s"
107
 
108
- #: includes/class.yith-wcwl-admin-init.php:1068
109
  msgid "Wishlist Page"
110
  msgstr "Obserwowane"
111
 
112
- #: includes/class.yith-wcwl-admin-init.php:1069
113
  msgid "Page contents: [yith_wcwl_wishlist]"
114
  msgstr ""
115
 
116
- #: includes/class.yith-wcwl-admin-init.php:1078
117
  msgid "Position"
118
  msgstr "Pozycja meczowa"
119
 
120
- #: includes/class.yith-wcwl-admin-init.php:1079
121
  msgid ""
122
  "You can add the button in variable products only after the \"Add to Cart\" "
123
  "button or using the shortcode [yith_wcwl_add_to_wishlist]."
@@ -125,27 +126,27 @@ msgstr ""
125
  "Na produktach zmiennych można dodać to tylko po \"Dodaj do koszyka\" lub "
126
  "użyj shortcode [yith_wcwl_add_to_wishlist]."
127
 
128
- #: includes/class.yith-wcwl-admin-init.php:1085
129
  msgid "After \"Add to cart\""
130
  msgstr ""
131
 
132
- #: includes/class.yith-wcwl-admin-init.php:1086
133
  msgid "After thumbnails"
134
  msgstr "Za miniaturami"
135
 
136
- #: includes/class.yith-wcwl-admin-init.php:1087
137
  msgid "After summary"
138
  msgstr "Po podsumowaniu"
139
 
140
- #: includes/class.yith-wcwl-admin-init.php:1088
141
  msgid "Use shortcode"
142
  msgstr "Użyj shortcode"
143
 
144
- #: includes/class.yith-wcwl-admin-init.php:1093
145
  msgid "Redirect to cart"
146
  msgstr "Przekieruj do koszyka"
147
 
148
- #: includes/class.yith-wcwl-admin-init.php:1094
149
  msgid ""
150
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
151
  "page."
@@ -153,310 +154,313 @@ msgstr ""
153
  "Przekierowanie do koszyka,po przycisku \"Dodaj do koszyka\" na stronie listy "
154
  "życzeń."
155
 
156
- #: includes/class.yith-wcwl-admin-init.php:1100
157
  msgid "Remove if added to the cart"
158
  msgstr "Usuń jeśli dodane do koszyka"
159
 
160
- #: includes/class.yith-wcwl-admin-init.php:1101
161
  msgid "Remove the product from the wishlist if it has been added to the cart."
162
  msgstr ""
163
 
164
- #: includes/class.yith-wcwl-admin-init.php:1107
165
  msgid "\"Add to Wishlist\" text"
166
  msgstr ""
167
 
168
- #: includes/class.yith-wcwl-admin-init.php:1109
169
  msgid "Add to Wishlist"
170
  msgstr ""
171
 
172
- #: includes/class.yith-wcwl-admin-init.php:1114
173
  msgid "\"Browse wishlist\" text"
174
  msgstr ""
175
 
176
- #: includes/class.yith-wcwl-admin-init.php:1116
177
- #: includes/class.yith-wcwl-ui.php:82 includes/class.yith-wcwl-ui.php:83
178
  msgid "Browse Wishlist"
179
  msgstr "Przeglądaj listę życzeń"
180
 
181
- #: includes/class.yith-wcwl-admin-init.php:1121
182
  msgid "\"Product already in wishlist\" text"
183
  msgstr ""
184
 
185
- #: includes/class.yith-wcwl-admin-init.php:1123
186
- #: includes/class.yith-wcwl-ui.php:83
187
  msgid "The product is already in the wishlist!"
188
  msgstr "Produkt jest już na liście życzeń!"
189
 
190
- #: includes/class.yith-wcwl-admin-init.php:1128
191
  msgid "\"Product added\" text"
192
  msgstr ""
193
 
194
- #: includes/class.yith-wcwl-admin-init.php:1130
195
- #: includes/class.yith-wcwl-ui.php:82
196
  msgid "Product added!"
197
  msgstr ""
198
 
199
- #: includes/class.yith-wcwl-admin-init.php:1135
200
  msgid "\"Add to Cart\" text"
201
  msgstr ""
202
 
203
- #: includes/class.yith-wcwl-admin-init.php:1137
204
  msgid "Add to Cart"
205
  msgstr "Dodaj do koszyka"
206
 
207
- #: includes/class.yith-wcwl-admin-init.php:1142
208
  msgid "Show Unit price"
209
  msgstr "Pokaż cenę jednostkową"
210
 
211
- #: includes/class.yith-wcwl-admin-init.php:1143
212
  msgid "Show unit price for each product in wishlist"
213
  msgstr ""
214
 
215
- #: includes/class.yith-wcwl-admin-init.php:1150
216
  msgid "Show \"Add to Cart\" button"
217
  msgstr ""
218
 
219
- #: includes/class.yith-wcwl-admin-init.php:1151
220
  msgid "Show \"Add to Cart\" button for each product in wishlist"
221
  msgstr ""
222
 
223
- #: includes/class.yith-wcwl-admin-init.php:1158
224
  msgid "Show Stock status"
225
  msgstr ""
226
 
227
- #: includes/class.yith-wcwl-admin-init.php:1159
228
  msgid ""
229
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
230
  msgstr ""
231
 
232
- #: includes/class.yith-wcwl-admin-init.php:1166
233
  msgid "Show Date of addition"
234
  msgstr ""
235
 
236
- #: includes/class.yith-wcwl-admin-init.php:1167
237
  msgid "Show the date when users have added a product to the wishlist"
238
  msgstr ""
239
 
240
- #: includes/class.yith-wcwl-admin-init.php:1174
241
  msgid "Add second remove button"
242
  msgstr ""
243
 
244
- #: includes/class.yith-wcwl-admin-init.php:1175
245
  msgid "Add a second remove button in the last column, with extended label"
246
  msgstr ""
247
 
248
- #: includes/class.yith-wcwl-admin-init.php:1190
249
  msgid "Styles"
250
  msgstr "Style CSS"
251
 
252
- #: includes/class.yith-wcwl-admin-init.php:1197
253
  msgid "Use buttons"
254
  msgstr "Użyj przyciski"
255
 
256
- #: includes/class.yith-wcwl-admin-init.php:1198
257
  msgid "Use buttons instead of simple anchors."
258
  msgstr ""
259
 
260
- #: includes/class.yith-wcwl-admin-init.php:1204
261
  msgid "Custom CSS"
262
  msgstr "Własny CSS"
263
 
264
- #: includes/class.yith-wcwl-admin-init.php:1211
265
  msgid "Use theme style"
266
  msgstr "Użyj styl szablonu"
267
 
268
- #: includes/class.yith-wcwl-admin-init.php:1212
269
  msgid "Use the theme style."
270
  msgstr ""
271
 
272
- #: includes/class.yith-wcwl-admin-init.php:1218
273
  msgid "Rounded buttons"
274
  msgstr ""
275
 
276
- #: includes/class.yith-wcwl-admin-init.php:1219
277
  msgid "Make button corners rounded"
278
  msgstr ""
279
 
280
- #: includes/class.yith-wcwl-admin-init.php:1225
281
  msgid "\"Add to Wishlist\" icon"
282
  msgstr "Ikon \"Dodaj do listy życzeń\""
283
 
284
- #: includes/class.yith-wcwl-admin-init.php:1226
285
  msgid "Add an icon to the \"Add to Wishlist\" button"
286
  msgstr "Dodaj ikona do przycisku \"Dodaj do listy życzeń\""
287
 
288
- #: includes/class.yith-wcwl-admin-init.php:1236
289
  msgid "\"Add to Cart\" icon"
290
  msgstr "Ikon \"Dodaj do koszyka\""
291
 
292
- #: includes/class.yith-wcwl-admin-init.php:1237
293
  msgid "Add an icon to the \"Add to Cart\" button"
294
  msgstr "Dodaj ikona do przycisku \"Dodaj do koszyka\""
295
 
296
- #: includes/class.yith-wcwl-admin-init.php:1255
297
  msgid "Social Networks & Share"
298
  msgstr ""
299
 
300
- #: includes/class.yith-wcwl-admin-init.php:1262
301
  msgid "Share on Facebook"
302
  msgstr "Udostępnij na Facebooku"
303
 
304
- #: includes/class.yith-wcwl-admin-init.php:1263
305
  msgid "Show \"Share on Facebook\" button"
306
  msgstr ""
307
 
308
- #: includes/class.yith-wcwl-admin-init.php:1269
309
  msgid "Tweet on Twitter"
310
  msgstr "Poleć na Twitterze"
311
 
312
- #: includes/class.yith-wcwl-admin-init.php:1270
313
  msgid "Show \"Tweet on Twitter\" button"
314
  msgstr "Wyświetlaj oficjalny widżet Twitter Embedded Timeline"
315
 
316
- #: includes/class.yith-wcwl-admin-init.php:1276
317
  msgid "Pin on Pinterest"
318
  msgstr "Poleć na Pintereście"
319
 
320
- #: includes/class.yith-wcwl-admin-init.php:1277
321
  msgid "Show \"Pin on Pinterest\" button"
322
  msgstr ""
323
 
324
- #: includes/class.yith-wcwl-admin-init.php:1283
325
  msgid "Share on Google+"
326
  msgstr "Udostępnij na Googl+"
327
 
328
- #: includes/class.yith-wcwl-admin-init.php:1284
329
  msgid "Show \"Share on Google+\" button"
330
  msgstr ""
331
 
332
- #: includes/class.yith-wcwl-admin-init.php:1290
333
  msgid "Share by Email"
334
  msgstr ""
335
 
336
- #: includes/class.yith-wcwl-admin-init.php:1291
337
  msgid "Show \"Share by Email\" button"
338
  msgstr ""
339
 
340
- #: includes/class.yith-wcwl-admin-init.php:1297
341
  msgid "Social title"
342
  msgstr ""
343
 
344
- #: includes/class.yith-wcwl-admin-init.php:1304
345
  msgid "Social text"
346
  msgstr ""
347
 
348
- #: includes/class.yith-wcwl-admin-init.php:1305
349
  msgid ""
350
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
351
  "strong> where you want to show the URL of your wishlist."
352
  msgstr ""
353
 
354
- #: includes/class.yith-wcwl-admin-init.php:1312
355
  msgid "Social image URL"
356
  msgstr ""
357
 
358
- #: includes/class.yith-wcwl-admin-init.php:1313
359
  msgid "It will be used by Pinterest."
360
  msgstr ""
361
 
362
- #: includes/class.yith-wcwl-admin-init.php:1327
 
363
  msgid ""
364
  "If you want to take advantage of this feature, you could consider to "
365
  "purchase the %s."
366
  msgstr ""
367
 
368
- #: includes/class.yith-wcwl-admin-init.php:1332
369
  msgid "YITH WooCommerce Frequently Bought Together Integration"
370
  msgstr ""
371
 
372
- #: includes/class.yith-wcwl-admin-init.php:1339
373
  msgid "Enable slider in wishlist"
374
  msgstr ""
375
 
376
- #: includes/class.yith-wcwl-admin-init.php:1340
 
377
  msgid ""
378
  "Choose to enable product slider in wishlist page with linked products (<a "
379
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
380
  msgstr ""
381
 
382
- #: includes/class.yith-wcwl-admin-init.php:1376
383
  msgid "\"Add to wishlist\" button"
384
  msgstr ""
385
 
386
- #: includes/class.yith-wcwl-admin-init.php:1379
387
- #: includes/class.yith-wcwl-admin-init.php:1397
388
- #: includes/class.yith-wcwl-admin-init.php:1415
389
- #: includes/class.yith-wcwl-admin-init.php:1433
390
- #: includes/class.yith-wcwl-admin-init.php:1451
391
  msgid "Background"
392
  msgstr "Tło"
393
 
394
- #: includes/class.yith-wcwl-admin-init.php:1380
395
- #: includes/class.yith-wcwl-admin-init.php:1398
396
- #: includes/class.yith-wcwl-admin-init.php:1416
397
- #: includes/class.yith-wcwl-admin-init.php:1434
398
- #: includes/class.yith-wcwl-admin-init.php:1452
399
  msgid "Text"
400
  msgstr "Tekst"
401
 
402
- #: includes/class.yith-wcwl-admin-init.php:1381
403
- #: includes/class.yith-wcwl-admin-init.php:1399
404
- #: includes/class.yith-wcwl-admin-init.php:1417
405
- #: includes/class.yith-wcwl-admin-init.php:1435
406
- #: includes/class.yith-wcwl-admin-init.php:1453
407
  msgid "Border"
408
  msgstr "Ramka"
409
 
410
- #: includes/class.yith-wcwl-admin-init.php:1388
411
- #: includes/class.yith-wcwl-admin-init.php:1406
412
- #: includes/class.yith-wcwl-admin-init.php:1424
413
- #: includes/class.yith-wcwl-admin-init.php:1442
414
  msgid "Background (hover)"
415
  msgstr ""
416
 
417
- #: includes/class.yith-wcwl-admin-init.php:1389
418
- #: includes/class.yith-wcwl-admin-init.php:1407
419
- #: includes/class.yith-wcwl-admin-init.php:1425
420
- #: includes/class.yith-wcwl-admin-init.php:1443
421
  msgid "Text (hover)"
422
  msgstr ""
423
 
424
- #: includes/class.yith-wcwl-admin-init.php:1390
425
- #: includes/class.yith-wcwl-admin-init.php:1408
426
- #: includes/class.yith-wcwl-admin-init.php:1426
427
- #: includes/class.yith-wcwl-admin-init.php:1444
428
  msgid "Border (hover)"
429
  msgstr ""
430
 
431
- #: includes/class.yith-wcwl-admin-init.php:1394
432
  msgid "\"Add to Cart\" button"
433
  msgstr ""
434
 
435
- #: includes/class.yith-wcwl-admin-init.php:1412
436
  msgid "\"Style 1\" button"
437
  msgstr ""
438
 
439
- #: includes/class.yith-wcwl-admin-init.php:1430
440
  msgid "\"Style 2\" button"
441
  msgstr ""
442
 
443
- #: includes/class.yith-wcwl-admin-init.php:1448
444
  msgid "Wishlist table"
445
  msgstr ""
446
 
447
- #: includes/class.yith-wcwl-admin-init.php:1457
448
  msgid "Headers"
449
  msgstr "Nagłówki"
450
 
451
- #: includes/class.yith-wcwl-admin-init.php:1460
452
  msgid "Background color"
453
  msgstr "Kolor tła"
454
 
455
- #: includes/class.yith-wcwl-admin-init.php:1550
456
  msgid "Wishlist Activated"
457
  msgstr ""
458
 
459
- #: includes/class.yith-wcwl-admin-init.php:1551
 
460
  msgid ""
461
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
462
  "can access to all the settings of our plugins that you have activated. "
@@ -464,11 +468,12 @@ msgid ""
464
  "options, <a href=\"%s\">discover it now</a>."
465
  msgstr ""
466
 
467
- #: includes/class.yith-wcwl-admin-init.php:1562
468
  msgid "Wishlist Updated"
469
  msgstr ""
470
 
471
- #: includes/class.yith-wcwl-admin-init.php:1563
 
472
  msgid ""
473
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
474
  "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
@@ -477,295 +482,301 @@ msgid ""
477
  "\">discover the PREMIUM version.</a>"
478
  msgstr ""
479
 
480
- #: includes/class.yith-wcwl-init.php:437
481
  msgid ""
482
  "We are sorry, but this feature is available only if cookies are enabled on "
483
  "your browser."
484
  msgstr ""
485
 
486
- #: includes/class.yith-wcwl-init.php:438
487
  msgid "Product correctly added to cart"
488
  msgstr "Produkt dodany do koszyka"
489
 
490
- #: includes/class.yith-wcwl-install.php:244
491
  msgctxt "page_slug"
492
  msgid "wishlist"
493
  msgstr ""
494
 
495
- #: includes/class.yith-wcwl-privacy.php:50
496
  msgid "While you visit our site, we’ll track:"
497
  msgstr ""
498
 
499
- #: includes/class.yith-wcwl-privacy.php:52
500
  msgid ""
501
  "Products you’ve added to the wishlist: we’ll use this to show you and other "
502
  "users your favourite products, and to create targeted email campaigns."
503
  msgstr ""
504
 
505
- #: includes/class.yith-wcwl-privacy.php:53
506
  msgid ""
507
  "Wishlists you’ve created: we’ll keep track of the wishlists you create, and "
508
  "make them visible to the store’s staff"
509
  msgstr ""
510
 
511
- #: includes/class.yith-wcwl-privacy.php:55
512
  msgid ""
513
  "We’ll also use cookies to keep track of wishlist contents while you’re "
514
  "browsing our site."
515
  msgstr ""
516
 
517
- #: includes/class.yith-wcwl-privacy.php:58
518
  msgid ""
519
  "Members of our team have access to the information you provide us. For "
520
  "example, both Administrators and Shop Managers can access:"
521
  msgstr ""
522
 
523
- #: includes/class.yith-wcwl-privacy.php:60
524
  msgid ""
525
  "Wishlist details, such as products added, date of addition, name and privacy "
526
  "settings of your wishlists"
527
  msgstr ""
528
 
529
- #: includes/class.yith-wcwl-privacy.php:62
530
  msgid ""
531
  "Our team members have access to this information to offer you better deals "
532
  "for the products you love."
533
  msgstr ""
534
 
535
- #: includes/class.yith-wcwl-privacy.php:82
536
- #: includes/class.yith-wcwl-privacy.php:98
537
  #, fuzzy
538
  msgid "Customer Wishlists"
539
  msgstr "Przeglądaj listę życzeń"
540
 
541
- #: includes/class.yith-wcwl-privacy.php:133
542
  #, fuzzy
543
  msgid "Wishlists"
544
  msgstr "Obserwowane"
545
 
546
- #. Translators: %s Order number.
547
- #: includes/class.yith-wcwl-privacy.php:195
548
- #, fuzzy
549
  msgid "Removed wishlist %s."
550
  msgstr "Moja lista życzeń: %s"
551
 
552
- #. Translators: %s Order number.
553
- #: includes/class.yith-wcwl-privacy.php:199
554
  msgid "Wishlist %s has been retained."
555
  msgstr ""
556
 
557
- #: includes/class.yith-wcwl-privacy.php:210
558
  msgid "Removed default user's wishlist"
559
  msgstr ""
560
 
561
- #: includes/class.yith-wcwl-privacy.php:228
562
  msgid "Token"
563
  msgstr ""
564
 
565
- #: includes/class.yith-wcwl-privacy.php:229
566
  #, fuzzy
567
  msgid "Wishlist url"
568
  msgstr "Obserwowane"
569
 
570
- #: includes/class.yith-wcwl-privacy.php:230
571
  msgid "Title"
572
  msgstr ""
573
 
574
- #: includes/class.yith-wcwl-privacy.php:231
575
  msgctxt "date wishlist was created"
576
  msgid "Created on"
577
  msgstr ""
578
 
579
- #: includes/class.yith-wcwl-privacy.php:232
580
  msgid "Visibility"
581
  msgstr ""
582
 
583
- #: includes/class.yith-wcwl-privacy.php:233
584
  msgid "Items Added"
585
  msgstr ""
586
 
587
- #: includes/class.yith-wcwl-privacy.php:283 templates/wishlist-view.php:212
 
588
  msgid "Shared"
589
  msgstr "Udostępniony"
590
 
591
- #: includes/class.yith-wcwl-privacy.php:286 templates/wishlist-view.php:215
 
592
  msgid "Private"
593
  msgstr "Prywatny"
594
 
595
- #: includes/class.yith-wcwl-privacy.php:289 templates/wishlist-view.php:218
 
596
  msgid "Public"
597
  msgstr "Publiczny"
598
 
599
- #: includes/class.yith-wcwl-shortcode.php:45
600
  #, fuzzy
601
  msgctxt "[gutenberg]: block name"
602
  msgid "YITH Add to Wishlist"
603
  msgstr "Ikon \"Dodaj do listy życzeń\""
604
 
605
- #: includes/class.yith-wcwl-shortcode.php:46
606
  #, fuzzy
607
  msgctxt "[gutenberg]: block description"
608
  msgid "Shows Add to Wishlist button"
609
  msgstr "Ikon \"Dodaj do listy życzeń\""
610
 
611
- #: includes/class.yith-wcwl-shortcode.php:51
612
  msgid ""
613
  "ID of the product to add to wishlist (leave empty to use global product)"
614
  msgstr ""
615
 
616
- #: includes/class.yith-wcwl-shortcode.php:56
617
  msgid "Url of wishlist page (leave empty to use default)"
618
  msgstr ""
619
 
620
- #: includes/class.yith-wcwl-shortcode.php:61
621
  msgid "Button label (leave empty to use default)"
622
  msgstr ""
623
 
624
- #: includes/class.yith-wcwl-shortcode.php:66
625
  msgid "\"Browse wishlist\" label (leave empty to use default)"
626
  msgstr ""
627
 
628
- #: includes/class.yith-wcwl-shortcode.php:71
629
  msgid "\"Product already in wishlist\" label (leave empty to use default)"
630
  msgstr ""
631
 
632
- #: includes/class.yith-wcwl-shortcode.php:76
633
  msgid "\"Product added to wishlist\" label (leave empty to use default)"
634
  msgstr ""
635
 
636
- #: includes/class.yith-wcwl-shortcode.php:81
637
  msgid ""
638
  "Icon for the button (use any FontAwesome valid class, or leave empty to use "
639
  "default)"
640
  msgstr ""
641
 
642
- #: includes/class.yith-wcwl-shortcode.php:86
643
  msgid "Additional css classes for the button (leave empty to use default)"
644
  msgstr ""
645
 
646
- #: includes/class.yith-wcwl-shortcode.php:94
647
  #, fuzzy
648
  msgctxt "[gutenberg]: block name"
649
  msgid "YITH Wishlist"
650
  msgstr "Włącz YITH Listy życzeń"
651
 
652
- #: includes/class.yith-wcwl-shortcode.php:95
653
  #, fuzzy
654
  msgctxt "[gutenberg]: block description"
655
  msgid "Shows list of products in wishlist"
656
  msgstr "Produkt jest już na liście życzeń!"
657
 
658
- #: includes/class.yith-wcwl-shortcode.php:100
659
  msgid "Choose whether to paginate items in the wishlist or show them all"
660
  msgstr ""
661
 
662
- #: includes/class.yith-wcwl-shortcode.php:103
663
  msgid "Paginate"
664
  msgstr ""
665
 
666
- #: includes/class.yith-wcwl-shortcode.php:104
667
  msgid "Do not paginate"
668
  msgstr ""
669
 
670
- #: includes/class.yith-wcwl-shortcode.php:109
671
  msgid "Number of items to show for each page"
672
  msgstr ""
673
 
674
- #: includes/class.yith-wcwl-shortcode.php:114
675
  msgid "ID of the wishlist to show (EG: K6EOWXB888ZD)"
676
  msgstr ""
677
 
678
- #: includes/class.yith-wcwl-shortcode.php:386
679
- #: includes/class.yith-wcwl-ui.php:164
680
  msgid "Share on:"
681
  msgstr "Udostępnij na:"
682
 
683
- #: includes/class.yith-wcwl-ui.php:118 includes/class.yith-wcwl-ui.php:200
 
684
  msgid "Select options"
685
  msgstr "Personalizuj"
686
 
687
- #: includes/class.yith-wcwl-ui.php:168 templates/share.php:20
688
  msgid "Facebook"
689
  msgstr "Facebook"
690
 
691
- #: includes/class.yith-wcwl-ui.php:171 templates/share.php:26
692
  msgid "Twitter"
693
  msgstr "Twitter"
694
 
695
- #: includes/class.yith-wcwl-ui.php:180
696
  msgid "email"
697
  msgstr "e-mail"
698
 
699
- #: includes/class.yith-wcwl.php:201
700
  msgid "An error occurred while adding products to the wishlist."
701
  msgstr ""
702
 
703
- #: includes/class.yith-wcwl.php:293
704
  msgid "An error occurred while adding products to wishlist."
705
  msgstr ""
706
 
707
- #: includes/class.yith-wcwl.php:310
708
  msgid "The \"Remove\" option now does not require any parameter"
709
  msgstr ""
710
 
711
- #: includes/class.yith-wcwl.php:359
712
  msgid "An error occurred while removing products from the wishlist"
713
  msgstr ""
714
 
715
- #: includes/class.yith-wcwl.php:809
716
  msgid "You need to log in before creating a new wishlist"
717
  msgstr ""
718
 
719
- #: includes/class.yith-wcwl.php:1610
720
  msgid "Product successfully removed."
721
  msgstr "Produkt został usunięty."
722
 
723
- #: includes/class.yith-wcwl.php:1614
724
  msgid "Error. Unable to remove the product from the wishlist."
725
  msgstr "Błąd. Nie można usunąć produktu z listy życzeń."
726
 
727
- #: includes/class.yith-wcwl.php:1618 templates/wishlist-view.php:242
728
  msgid "No products were added to the wishlist"
729
  msgstr "Nie dodano żadnych produktów do listy życzeń"
730
 
731
- #: includes/class.yith-wcwl.php:1660
732
  msgid "An error as occurred."
733
  msgstr ""
734
 
735
- #: init.php:130
736
  msgid "is enabled but not effective. It requires WooCommerce in order to work."
737
  msgstr ""
738
 
739
- #: init.php:140
740
  msgid "You can't activate the free version of"
741
  msgstr ""
742
 
743
- #: init.php:140
744
  msgid "while you are using the premium one."
745
  msgstr ""
746
 
747
- #: templates/admin/wishlist-panel-premium.php:185
748
- #: templates/admin/wishlist-panel-premium.php:383
 
749
  msgid ""
750
  "Upgrade to the %1$spremium version%2$s%3$sof %1$sYITH WooCommerce Wishlist"
751
  "%2$s to benefit from all features!"
752
  msgstr ""
753
 
754
- #: templates/admin/wishlist-panel-premium.php:187
755
- #: templates/admin/wishlist-panel-premium.php:385
 
756
  msgid "%1$sUPGRADE%2$s%3$s to the premium version%2$s"
757
  msgstr ""
758
 
759
- #: templates/admin/wishlist-panel-premium.php:193
760
  msgid "Premium Features"
761
  msgstr ""
762
 
763
- #: templates/admin/wishlist-panel-premium.php:196
764
- #: templates/admin/wishlist-panel-premium.php:201
765
  msgid "Multiple Wishlist"
766
  msgstr ""
767
 
768
- #: templates/admin/wishlist-panel-premium.php:203
 
769
  msgid ""
770
  "%1$sDoes it ever happened to you to have too many wishes for a single wish "
771
  "list?%2$s%3$s The possibility to manage one's wishes is a fundamental "
@@ -776,38 +787,43 @@ msgid ""
776
  "manage and share their own wish lists."
777
  msgstr ""
778
 
779
- #: templates/admin/wishlist-panel-premium.php:212
780
- #: templates/admin/wishlist-panel-premium.php:222
781
  msgid "Wishlist Private"
782
  msgstr ""
783
 
784
- #: templates/admin/wishlist-panel-premium.php:214
 
785
  msgid ""
786
  "By enabling the option wishlist, users will also have the possibility to "
787
  "%1$smanage the visibility%2$s of their wish lists according to one of the "
788
  "following options:"
789
  msgstr ""
790
 
791
- #: templates/admin/wishlist-panel-premium.php:216
 
792
  msgid "%1$spublic:%2$s all users can look for your wish list and see it;"
793
  msgstr ""
794
 
795
- #: templates/admin/wishlist-panel-premium.php:217
 
796
  msgid ""
797
  "%1$sshared:%2$s only users possessing a direct link to the wish list page "
798
  "can display it;"
799
  msgstr ""
800
 
801
- #: templates/admin/wishlist-panel-premium.php:218
 
802
  msgid "%1$sprivate:%2$s only the wish list creator can see it."
803
  msgstr ""
804
 
805
- #: templates/admin/wishlist-panel-premium.php:229
806
- #: templates/admin/wishlist-panel-premium.php:234
807
  msgid "Estimate Cost"
808
  msgstr ""
809
 
810
- #: templates/admin/wishlist-panel-premium.php:236
 
811
  msgid ""
812
  "%1$sDo you want to add the possibility to ask for estimates of costs into "
813
  "your catalogue?%3$s Do you want to manage customised packets for faithful "
@@ -819,12 +835,13 @@ msgid ""
819
  "address that you have previously set."
820
  msgstr ""
821
 
822
- #: templates/admin/wishlist-panel-premium.php:245
823
- #: templates/admin/wishlist-panel-premium.php:250
824
  msgid "Admin Panel"
825
  msgstr ""
826
 
827
- #: templates/admin/wishlist-panel-premium.php:247
 
828
  msgid ""
829
  "Thanks to the useful Admin panel, accessible directly among the WooCommerce "
830
  "submenu pages, you will have total control on users' wishlists. In addition "
@@ -834,12 +851,13 @@ msgid ""
834
  "in customers' wish lists."
835
  msgstr ""
836
 
837
- #: templates/admin/wishlist-panel-premium.php:257
838
- #: templates/admin/wishlist-panel-premium.php:262
839
  msgid "Search Wishlists"
840
  msgstr ""
841
 
842
- #: templates/admin/wishlist-panel-premium.php:264
 
843
  msgid ""
844
  "How many times have you been looking for the perfect gift for a important "
845
  "event but you had no idea of what to buy? %1$s'Search wishlists'%2$s allows "
@@ -848,11 +866,12 @@ msgid ""
848
  "your products and even encourage users to purchase."
849
  msgstr ""
850
 
851
- #: templates/admin/wishlist-panel-premium.php:273
852
  msgid "'ADD TO CART' CHECKBOX"
853
  msgstr ""
854
 
855
- #: templates/admin/wishlist-panel-premium.php:275
 
856
  msgid ""
857
  "Your shop offers always a wide selection of products and wishlists of your "
858
  "users get more and more crowded everyday. Give them the possibility to "
@@ -860,19 +879,20 @@ msgid ""
860
  "just with one click."
861
  msgstr ""
862
 
863
- #: templates/admin/wishlist-panel-premium.php:278
864
  msgid "'ADD TO CART'"
865
  msgstr ""
866
 
867
- #: templates/admin/wishlist-panel-premium.php:285
868
  msgid "DISABLE WISHLIST"
869
  msgstr ""
870
 
871
- #: templates/admin/wishlist-panel-premium.php:290
872
  msgid "DISABLE WISHLIST FOR UNLOGGED USERS"
873
  msgstr ""
874
 
875
- #: templates/admin/wishlist-panel-premium.php:292
 
876
  msgid ""
877
  "Favour users that have registered to your shop and disable plugin "
878
  "functionalities for all users that have not. By disabling this option, each "
@@ -880,27 +900,29 @@ msgid ""
880
  "%2$s to \"My Account\" page and a message will invite them to log in."
881
  msgstr ""
882
 
883
- #: templates/admin/wishlist-panel-premium.php:301
884
  msgid "MESSAGE TO UNLOGGED USERS"
885
  msgstr ""
886
 
887
- #: templates/admin/wishlist-panel-premium.php:303
 
888
  msgid ""
889
  "Invite users that are visiting your shop to login if they want to fully "
890
  "benefit from Wishlist functionalities. Show a %1$scustomised message%2$s and "
891
  "redirect them to \"My Account\" page for registration."
892
  msgstr ""
893
 
894
- #: templates/admin/wishlist-panel-premium.php:306
895
  msgid "UNLOGGED USERS"
896
  msgstr ""
897
 
898
- #: templates/admin/wishlist-panel-premium.php:313
899
- #: templates/admin/wishlist-panel-premium.php:318
900
  msgid "POPULAR TABLE"
901
  msgstr ""
902
 
903
- #: templates/admin/wishlist-panel-premium.php:320
 
904
  msgid ""
905
  "Some products draw customer's attention more than others and they do not "
906
  "hesitate to add products to their wishlist. Table %1$s'Popular'%2$s allows "
@@ -908,27 +930,29 @@ msgid ""
908
  "their wishlists."
909
  msgstr ""
910
 
911
- #: templates/admin/wishlist-panel-premium.php:329
912
  msgid "FUNCTIONALITIES IN ONE CLICK"
913
  msgstr ""
914
 
915
- #: templates/admin/wishlist-panel-premium.php:331
 
916
  msgid ""
917
  "Users have the possibility to search for a wishlist, create a new one or "
918
  "display those already created. Add these %1$sfunctionalities%2$s through the "
919
  "dedicated widgets or show them immediately after \"Wishlist\" table."
920
  msgstr ""
921
 
922
- #: templates/admin/wishlist-panel-premium.php:334
923
  msgid "FUNCTIONALITIES"
924
  msgstr ""
925
 
926
- #: templates/admin/wishlist-panel-premium.php:341
927
- #: templates/admin/wishlist-panel-premium.php:346
928
  msgid "PROMOTIONAL EMAIL"
929
  msgstr ""
930
 
931
- #: templates/admin/wishlist-panel-premium.php:348
 
932
  msgid ""
933
  "If you want to give the right input to your users to persuade them to "
934
  "%1$spurchase the products%2$s they have in their wishlists, you need to use "
@@ -937,11 +961,12 @@ msgid ""
937
  "will know you are offering a unique offer!"
938
  msgstr ""
939
 
940
- #: templates/admin/wishlist-panel-premium.php:357
941
  msgid "FROM A WISHLIST TO ANOTHER"
942
  msgstr ""
943
 
944
- #: templates/admin/wishlist-panel-premium.php:359
 
945
  msgid ""
946
  "Who said that a product has to remain forever in the same wishlist? With the "
947
  "option %1$s\"Show \"Move to another wishlist\" dropdown menu\"%2$s, with "
@@ -949,126 +974,106 @@ msgid ""
949
  "another one, managing as they want their lists."
950
  msgstr ""
951
 
952
- #: templates/admin/wishlist-panel-premium.php:362
953
  msgid "FROM A WISHLIST"
954
  msgstr ""
955
 
956
- #: templates/admin/wishlist-panel-premium.php:369
957
  msgid "DATE"
958
  msgstr ""
959
 
960
- #: templates/admin/wishlist-panel-premium.php:374
961
  msgid "DATE OF ADDITION TO A WISHLIST"
962
  msgstr ""
963
 
964
- #: templates/admin/wishlist-panel-premium.php:376
 
965
  msgid ""
966
  "Activating the %1$s\"Show date of addition\"%2$s option, users can see the "
967
  "date in which they have added a particular product to their list: a new way "
968
  "to keep you users informed about their operations."
969
  msgstr ""
970
 
971
- #: templates/share.php:32
972
  msgid "Pinterest"
973
  msgstr "Pinterest"
974
 
975
- #: templates/share.php:38
976
  msgid "Google+"
977
  msgstr "Google+"
978
 
979
- #: templates/share.php:44
980
  msgid "Email"
981
  msgstr "Adres mailowy"
982
 
983
- #: templates/wishlist-view.php:32
984
  msgid "Edit title"
985
  msgstr "Edytuj tytuł"
986
 
987
- #: templates/wishlist-view.php:41
988
  msgid "Save"
989
  msgstr "Zapisz"
990
 
991
- #: templates/wishlist-view.php:45
992
  msgid "Cancel"
993
  msgstr "Anuluj"
994
 
995
- #: templates/wishlist-view.php:82
996
  msgid "Product Name"
997
  msgstr "Nazwa produktu"
998
 
999
- #: templates/wishlist-view.php:89
1000
  msgid "Unit Price"
1001
  msgstr "Cena"
1002
 
1003
- #: templates/wishlist-view.php:102
1004
  msgid "Stock Status"
1005
  msgstr "Stan magazynowy"
1006
 
1007
- #: templates/wishlist-view.php:152 templates/wishlist-view.php:232
1008
  msgid "Remove this product"
1009
  msgstr "Usuń"
1010
 
1011
- #: templates/wishlist-view.php:172
1012
  msgid "Free!"
1013
  msgstr "Darmowe!"
1014
 
1015
- #: templates/wishlist-view.php:179
1016
  msgid "Out of Stock"
1017
  msgstr "Wyprzedane"
1018
 
1019
- #: templates/wishlist-view.php:179
1020
  msgid "In Stock"
1021
  msgstr "Dostępny"
1022
 
1023
- #: templates/wishlist-view.php:188
 
1024
  msgid "Added on : %s"
1025
  msgstr "Dodano %s temu"
1026
 
1027
- #: templates/wishlist-view.php:200
1028
  msgid "Move"
1029
  msgstr "Przenieś"
1030
 
1031
- #: templates/wishlist-view.php:232
1032
  msgid "Remove"
1033
  msgstr "Usuń"
1034
 
1035
- #: templates/wishlist-view.php:259
1036
  msgid "Add the selected products to the cart"
1037
  msgstr "Dodaj wybrane produkty do koszyka"
1038
 
1039
- #: templates/wishlist-view.php:267 templates/wishlist-view.php:313
1040
  msgid "Ask for an estimate"
1041
  msgstr "Poproś o oszacowanie kosztów"
1042
 
1043
- #: templates/wishlist-view.php:303
1044
  msgid "Your email"
1045
  msgstr ""
1046
 
1047
- #. Plugin Name of the plugin/theme
1048
  #, fuzzy
1049
- msgid "YITH WooCommerce Wishlist"
1050
- msgstr "Przeglądaj listę życzeń"
1051
-
1052
- #. Plugin URI of the plugin/theme
1053
- msgid "https://yithemes.com/themes/plugins/yith-woocommerce-wishlist/"
1054
- msgstr ""
1055
-
1056
- #. Description of the plugin/theme
1057
- msgid ""
1058
- "<code><strong>YITH WooCommerce Wishlist</strong></code> gives your users the "
1059
- "possibility to create, fill, manage and share their wishlists allowing you "
1060
- "to analyze their interests and needs to improve your marketing strategies. "
1061
- "<a href=\"https://yithemes.com/\" target=\"_blank\">Get more plugins for "
1062
- "your e-commerce on <strong>YITH</strong></a>"
1063
- msgstr ""
1064
-
1065
- #. Author of the plugin/theme
1066
- msgid "YITH"
1067
- msgstr ""
1068
-
1069
- #. Author URI of the plugin/theme
1070
- msgid "https://yithemes.com/"
1071
- msgstr ""
1072
 
1073
  #~ msgid ""
1074
  #~ "Enable all plugin features. <strong>Be sure to select at least one option "
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
+ "POT-Creation-Date: 2019-02-12 14:38+0100\n"
6
+ "PO-Revision-Date: 2019-02-12 14:38+0100\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
9
  "Language: pl_PL\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 2.2\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-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:1484
26
+ #: ../includes/class.yith-wcwl-admin-init.php:1485
27
+ #: ../includes/class.yith-wcwl-install.php:245
28
  msgid "Wishlist"
29
  msgstr "Obserwowane"
30
 
31
+ #: ../includes/class.yith-wcwl-admin-init.php:161
32
  msgid "Settings"
33
  msgstr "Ustawienia"
34
 
35
+ #: ../includes/class.yith-wcwl-admin-init.php:162
36
+ #: ../includes/class.yith-wcwl-admin-init.php:243
37
  msgid "Colors"
38
  msgstr "Kolor"
39
 
40
+ #: ../includes/class.yith-wcwl-admin-init.php:163
41
  msgid "Premium Version"
42
  msgstr ""
43
 
44
+ #: ../includes/class.yith-wcwl-admin-init.php:1015
45
  msgid "Enable all plugin features"
46
  msgstr ""
47
 
48
+ #: ../includes/class.yith-wcwl-admin-init.php:1016
49
  msgid ""
50
  "Be sure to select at least one option in the Wishlist page menu in this "
51
  "settings page"
52
  msgstr ""
53
 
54
+ #: ../includes/class.yith-wcwl-admin-init.php:1017
55
  msgctxt "[Part of]: Also, please read the plugin documentation"
56
  msgid "Also, please read the plugin"
57
  msgstr ""
58
 
59
+ #: ../includes/class.yith-wcwl-admin-init.php:1018
60
  #, fuzzy
61
  msgctxt "[Part Of]: Also, please read the plugin documentation"
62
  msgid "documentation"
63
  msgstr "Dokumentacja wtyczki"
64
 
65
+ #: ../includes/class.yith-wcwl-admin-init.php:1024
66
  msgid "Upgrade to the PREMIUM VERSION"
67
  msgstr ""
68
 
69
+ #: ../includes/class.yith-wcwl-admin-init.php:1028
70
  msgid "Discover the Advanced Features"
71
  msgstr ""
72
 
73
+ #: ../includes/class.yith-wcwl-admin-init.php:1029
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:1035
80
  msgid "Get Support and Pro Features"
81
  msgstr "Uzyskaj wsparcie i funkcje Pro"
82
 
83
+ #: ../includes/class.yith-wcwl-admin-init.php:1036
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 "
87
  "updates and support through our platform available 24h/24."
88
  msgstr ""
89
 
90
+ #: ../includes/class.yith-wcwl-admin-init.php:1046
91
  msgid "General Settings"
92
  msgstr "Ustawienia ogólne"
93
 
94
+ #: ../includes/class.yith-wcwl-admin-init.php:1053
95
  msgid "Enable YITH Wishlist"
96
  msgstr "Włącz YITH Listy życzeń"
97
 
98
+ #: ../includes/class.yith-wcwl-admin-init.php:1060
99
  msgid "Default wishlist title"
100
  msgstr "Tytuł domyślny"
101
 
102
+ #: ../includes/class.yith-wcwl-admin-init.php:1062
103
+ #: ../includes/class.yith-wcwl-admin-init.php:1063
104
+ #: ../includes/class.yith-wcwl-admin-init.php:1299
105
+ #, php-format
106
  msgid "My wishlist on %s"
107
  msgstr "Moja lista życzeń: %s"
108
 
109
+ #: ../includes/class.yith-wcwl-admin-init.php:1068
110
  msgid "Wishlist Page"
111
  msgstr "Obserwowane"
112
 
113
+ #: ../includes/class.yith-wcwl-admin-init.php:1069
114
  msgid "Page contents: [yith_wcwl_wishlist]"
115
  msgstr ""
116
 
117
+ #: ../includes/class.yith-wcwl-admin-init.php:1078
118
  msgid "Position"
119
  msgstr "Pozycja meczowa"
120
 
121
+ #: ../includes/class.yith-wcwl-admin-init.php:1079
122
  msgid ""
123
  "You can add the button in variable products only after the \"Add to Cart\" "
124
  "button or using the shortcode [yith_wcwl_add_to_wishlist]."
126
  "Na produktach zmiennych można dodać to tylko po \"Dodaj do koszyka\" lub "
127
  "użyj shortcode [yith_wcwl_add_to_wishlist]."
128
 
129
+ #: ../includes/class.yith-wcwl-admin-init.php:1085
130
  msgid "After \"Add to cart\""
131
  msgstr ""
132
 
133
+ #: ../includes/class.yith-wcwl-admin-init.php:1086
134
  msgid "After thumbnails"
135
  msgstr "Za miniaturami"
136
 
137
+ #: ../includes/class.yith-wcwl-admin-init.php:1087
138
  msgid "After summary"
139
  msgstr "Po podsumowaniu"
140
 
141
+ #: ../includes/class.yith-wcwl-admin-init.php:1088
142
  msgid "Use shortcode"
143
  msgstr "Użyj shortcode"
144
 
145
+ #: ../includes/class.yith-wcwl-admin-init.php:1093
146
  msgid "Redirect to cart"
147
  msgstr "Przekieruj do koszyka"
148
 
149
+ #: ../includes/class.yith-wcwl-admin-init.php:1094
150
  msgid ""
151
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
152
  "page."
154
  "Przekierowanie do koszyka,po przycisku \"Dodaj do koszyka\" na stronie listy "
155
  "życzeń."
156
 
157
+ #: ../includes/class.yith-wcwl-admin-init.php:1100
158
  msgid "Remove if added to the cart"
159
  msgstr "Usuń jeśli dodane do koszyka"
160
 
161
+ #: ../includes/class.yith-wcwl-admin-init.php:1101
162
  msgid "Remove the product from the wishlist if it has been added to the cart."
163
  msgstr ""
164
 
165
+ #: ../includes/class.yith-wcwl-admin-init.php:1107
166
  msgid "\"Add to Wishlist\" text"
167
  msgstr ""
168
 
169
+ #: ../includes/class.yith-wcwl-admin-init.php:1109
170
  msgid "Add to Wishlist"
171
  msgstr ""
172
 
173
+ #: ../includes/class.yith-wcwl-admin-init.php:1114
174
  msgid "\"Browse wishlist\" text"
175
  msgstr ""
176
 
177
+ #: ../includes/class.yith-wcwl-admin-init.php:1116
178
+ #: ../includes/class.yith-wcwl-ui.php:82 ../includes/class.yith-wcwl-ui.php:83
179
  msgid "Browse Wishlist"
180
  msgstr "Przeglądaj listę życzeń"
181
 
182
+ #: ../includes/class.yith-wcwl-admin-init.php:1121
183
  msgid "\"Product already in wishlist\" text"
184
  msgstr ""
185
 
186
+ #: ../includes/class.yith-wcwl-admin-init.php:1123
187
+ #: ../includes/class.yith-wcwl-ui.php:83
188
  msgid "The product is already in the wishlist!"
189
  msgstr "Produkt jest już na liście życzeń!"
190
 
191
+ #: ../includes/class.yith-wcwl-admin-init.php:1128
192
  msgid "\"Product added\" text"
193
  msgstr ""
194
 
195
+ #: ../includes/class.yith-wcwl-admin-init.php:1130
196
+ #: ../includes/class.yith-wcwl-ui.php:82
197
  msgid "Product added!"
198
  msgstr ""
199
 
200
+ #: ../includes/class.yith-wcwl-admin-init.php:1135
201
  msgid "\"Add to Cart\" text"
202
  msgstr ""
203
 
204
+ #: ../includes/class.yith-wcwl-admin-init.php:1137
205
  msgid "Add to Cart"
206
  msgstr "Dodaj do koszyka"
207
 
208
+ #: ../includes/class.yith-wcwl-admin-init.php:1142
209
  msgid "Show Unit price"
210
  msgstr "Pokaż cenę jednostkową"
211
 
212
+ #: ../includes/class.yith-wcwl-admin-init.php:1143
213
  msgid "Show unit price for each product in wishlist"
214
  msgstr ""
215
 
216
+ #: ../includes/class.yith-wcwl-admin-init.php:1150
217
  msgid "Show \"Add to Cart\" button"
218
  msgstr ""
219
 
220
+ #: ../includes/class.yith-wcwl-admin-init.php:1151
221
  msgid "Show \"Add to Cart\" button for each product in wishlist"
222
  msgstr ""
223
 
224
+ #: ../includes/class.yith-wcwl-admin-init.php:1158
225
  msgid "Show Stock status"
226
  msgstr ""
227
 
228
+ #: ../includes/class.yith-wcwl-admin-init.php:1159
229
  msgid ""
230
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
231
  msgstr ""
232
 
233
+ #: ../includes/class.yith-wcwl-admin-init.php:1166
234
  msgid "Show Date of addition"
235
  msgstr ""
236
 
237
+ #: ../includes/class.yith-wcwl-admin-init.php:1167
238
  msgid "Show the date when users have added a product to the wishlist"
239
  msgstr ""
240
 
241
+ #: ../includes/class.yith-wcwl-admin-init.php:1174
242
  msgid "Add second remove button"
243
  msgstr ""
244
 
245
+ #: ../includes/class.yith-wcwl-admin-init.php:1175
246
  msgid "Add a second remove button in the last column, with extended label"
247
  msgstr ""
248
 
249
+ #: ../includes/class.yith-wcwl-admin-init.php:1190
250
  msgid "Styles"
251
  msgstr "Style CSS"
252
 
253
+ #: ../includes/class.yith-wcwl-admin-init.php:1197
254
  msgid "Use buttons"
255
  msgstr "Użyj przyciski"
256
 
257
+ #: ../includes/class.yith-wcwl-admin-init.php:1198
258
  msgid "Use buttons instead of simple anchors."
259
  msgstr ""
260
 
261
+ #: ../includes/class.yith-wcwl-admin-init.php:1204
262
  msgid "Custom CSS"
263
  msgstr "Własny CSS"
264
 
265
+ #: ../includes/class.yith-wcwl-admin-init.php:1211
266
  msgid "Use theme style"
267
  msgstr "Użyj styl szablonu"
268
 
269
+ #: ../includes/class.yith-wcwl-admin-init.php:1212
270
  msgid "Use the theme style."
271
  msgstr ""
272
 
273
+ #: ../includes/class.yith-wcwl-admin-init.php:1218
274
  msgid "Rounded buttons"
275
  msgstr ""
276
 
277
+ #: ../includes/class.yith-wcwl-admin-init.php:1219
278
  msgid "Make button corners rounded"
279
  msgstr ""
280
 
281
+ #: ../includes/class.yith-wcwl-admin-init.php:1225
282
  msgid "\"Add to Wishlist\" icon"
283
  msgstr "Ikon \"Dodaj do listy życzeń\""
284
 
285
+ #: ../includes/class.yith-wcwl-admin-init.php:1226
286
  msgid "Add an icon to the \"Add to Wishlist\" button"
287
  msgstr "Dodaj ikona do przycisku \"Dodaj do listy życzeń\""
288
 
289
+ #: ../includes/class.yith-wcwl-admin-init.php:1236
290
  msgid "\"Add to Cart\" icon"
291
  msgstr "Ikon \"Dodaj do koszyka\""
292
 
293
+ #: ../includes/class.yith-wcwl-admin-init.php:1237
294
  msgid "Add an icon to the \"Add to Cart\" button"
295
  msgstr "Dodaj ikona do przycisku \"Dodaj do koszyka\""
296
 
297
+ #: ../includes/class.yith-wcwl-admin-init.php:1255
298
  msgid "Social Networks & Share"
299
  msgstr ""
300
 
301
+ #: ../includes/class.yith-wcwl-admin-init.php:1262
302
  msgid "Share on Facebook"
303
  msgstr "Udostępnij na Facebooku"
304
 
305
+ #: ../includes/class.yith-wcwl-admin-init.php:1263
306
  msgid "Show \"Share on Facebook\" button"
307
  msgstr ""
308
 
309
+ #: ../includes/class.yith-wcwl-admin-init.php:1269
310
  msgid "Tweet on Twitter"
311
  msgstr "Poleć na Twitterze"
312
 
313
+ #: ../includes/class.yith-wcwl-admin-init.php:1270
314
  msgid "Show \"Tweet on Twitter\" button"
315
  msgstr "Wyświetlaj oficjalny widżet Twitter Embedded Timeline"
316
 
317
+ #: ../includes/class.yith-wcwl-admin-init.php:1276
318
  msgid "Pin on Pinterest"
319
  msgstr "Poleć na Pintereście"
320
 
321
+ #: ../includes/class.yith-wcwl-admin-init.php:1277
322
  msgid "Show \"Pin on Pinterest\" button"
323
  msgstr ""
324
 
325
+ #: ../includes/class.yith-wcwl-admin-init.php:1283
326
  msgid "Share on Google+"
327
  msgstr "Udostępnij na Googl+"
328
 
329
+ #: ../includes/class.yith-wcwl-admin-init.php:1284
330
  msgid "Show \"Share on Google+\" button"
331
  msgstr ""
332
 
333
+ #: ../includes/class.yith-wcwl-admin-init.php:1290
334
  msgid "Share by Email"
335
  msgstr ""
336
 
337
+ #: ../includes/class.yith-wcwl-admin-init.php:1291
338
  msgid "Show \"Share by Email\" button"
339
  msgstr ""
340
 
341
+ #: ../includes/class.yith-wcwl-admin-init.php:1297
342
  msgid "Social title"
343
  msgstr ""
344
 
345
+ #: ../includes/class.yith-wcwl-admin-init.php:1304
346
  msgid "Social text"
347
  msgstr ""
348
 
349
+ #: ../includes/class.yith-wcwl-admin-init.php:1305
350
  msgid ""
351
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
352
  "strong> where you want to show the URL of your wishlist."
353
  msgstr ""
354
 
355
+ #: ../includes/class.yith-wcwl-admin-init.php:1312
356
  msgid "Social image URL"
357
  msgstr ""
358
 
359
+ #: ../includes/class.yith-wcwl-admin-init.php:1313
360
  msgid "It will be used by Pinterest."
361
  msgstr ""
362
 
363
+ #: ../includes/class.yith-wcwl-admin-init.php:1327
364
+ #, php-format
365
  msgid ""
366
  "If you want to take advantage of this feature, you could consider to "
367
  "purchase the %s."
368
  msgstr ""
369
 
370
+ #: ../includes/class.yith-wcwl-admin-init.php:1332
371
  msgid "YITH WooCommerce Frequently Bought Together Integration"
372
  msgstr ""
373
 
374
+ #: ../includes/class.yith-wcwl-admin-init.php:1339
375
  msgid "Enable slider in wishlist"
376
  msgstr ""
377
 
378
+ #: ../includes/class.yith-wcwl-admin-init.php:1340
379
+ #, php-format
380
  msgid ""
381
  "Choose to enable product slider in wishlist page with linked products (<a "
382
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
383
  msgstr ""
384
 
385
+ #: ../includes/class.yith-wcwl-admin-init.php:1376
386
  msgid "\"Add to wishlist\" button"
387
  msgstr ""
388
 
389
+ #: ../includes/class.yith-wcwl-admin-init.php:1379
390
+ #: ../includes/class.yith-wcwl-admin-init.php:1397
391
+ #: ../includes/class.yith-wcwl-admin-init.php:1415
392
+ #: ../includes/class.yith-wcwl-admin-init.php:1433
393
+ #: ../includes/class.yith-wcwl-admin-init.php:1451
394
  msgid "Background"
395
  msgstr "Tło"
396
 
397
+ #: ../includes/class.yith-wcwl-admin-init.php:1380
398
+ #: ../includes/class.yith-wcwl-admin-init.php:1398
399
+ #: ../includes/class.yith-wcwl-admin-init.php:1416
400
+ #: ../includes/class.yith-wcwl-admin-init.php:1434
401
+ #: ../includes/class.yith-wcwl-admin-init.php:1452
402
  msgid "Text"
403
  msgstr "Tekst"
404
 
405
+ #: ../includes/class.yith-wcwl-admin-init.php:1381
406
+ #: ../includes/class.yith-wcwl-admin-init.php:1399
407
+ #: ../includes/class.yith-wcwl-admin-init.php:1417
408
+ #: ../includes/class.yith-wcwl-admin-init.php:1435
409
+ #: ../includes/class.yith-wcwl-admin-init.php:1453
410
  msgid "Border"
411
  msgstr "Ramka"
412
 
413
+ #: ../includes/class.yith-wcwl-admin-init.php:1388
414
+ #: ../includes/class.yith-wcwl-admin-init.php:1406
415
+ #: ../includes/class.yith-wcwl-admin-init.php:1424
416
+ #: ../includes/class.yith-wcwl-admin-init.php:1442
417
  msgid "Background (hover)"
418
  msgstr ""
419
 
420
+ #: ../includes/class.yith-wcwl-admin-init.php:1389
421
+ #: ../includes/class.yith-wcwl-admin-init.php:1407
422
+ #: ../includes/class.yith-wcwl-admin-init.php:1425
423
+ #: ../includes/class.yith-wcwl-admin-init.php:1443
424
  msgid "Text (hover)"
425
  msgstr ""
426
 
427
+ #: ../includes/class.yith-wcwl-admin-init.php:1390
428
+ #: ../includes/class.yith-wcwl-admin-init.php:1408
429
+ #: ../includes/class.yith-wcwl-admin-init.php:1426
430
+ #: ../includes/class.yith-wcwl-admin-init.php:1444
431
  msgid "Border (hover)"
432
  msgstr ""
433
 
434
+ #: ../includes/class.yith-wcwl-admin-init.php:1394
435
  msgid "\"Add to Cart\" button"
436
  msgstr ""
437
 
438
+ #: ../includes/class.yith-wcwl-admin-init.php:1412
439
  msgid "\"Style 1\" button"
440
  msgstr ""
441
 
442
+ #: ../includes/class.yith-wcwl-admin-init.php:1430
443
  msgid "\"Style 2\" button"
444
  msgstr ""
445
 
446
+ #: ../includes/class.yith-wcwl-admin-init.php:1448
447
  msgid "Wishlist table"
448
  msgstr ""
449
 
450
+ #: ../includes/class.yith-wcwl-admin-init.php:1457
451
  msgid "Headers"
452
  msgstr "Nagłówki"
453
 
454
+ #: ../includes/class.yith-wcwl-admin-init.php:1460
455
  msgid "Background color"
456
  msgstr "Kolor tła"
457
 
458
+ #: ../includes/class.yith-wcwl-admin-init.php:1550
459
  msgid "Wishlist Activated"
460
  msgstr ""
461
 
462
+ #: ../includes/class.yith-wcwl-admin-init.php:1551
463
+ #, php-format
464
  msgid ""
465
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
466
  "can access to all the settings of our plugins that you have activated. "
468
  "options, <a href=\"%s\">discover it now</a>."
469
  msgstr ""
470
 
471
+ #: ../includes/class.yith-wcwl-admin-init.php:1562
472
  msgid "Wishlist Updated"
473
  msgstr ""
474
 
475
+ #: ../includes/class.yith-wcwl-admin-init.php:1563
476
+ #, php-format
477
  msgid ""
478
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
479
  "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
482
  "\">discover the PREMIUM version.</a>"
483
  msgstr ""
484
 
485
+ #: ../includes/class.yith-wcwl-init.php:437
486
  msgid ""
487
  "We are sorry, but this feature is available only if cookies are enabled on "
488
  "your browser."
489
  msgstr ""
490
 
491
+ #: ../includes/class.yith-wcwl-init.php:438
492
  msgid "Product correctly added to cart"
493
  msgstr "Produkt dodany do koszyka"
494
 
495
+ #: ../includes/class.yith-wcwl-install.php:244
496
  msgctxt "page_slug"
497
  msgid "wishlist"
498
  msgstr ""
499
 
500
+ #: ../includes/class.yith-wcwl-privacy.php:50
501
  msgid "While you visit our site, we’ll track:"
502
  msgstr ""
503
 
504
+ #: ../includes/class.yith-wcwl-privacy.php:52
505
  msgid ""
506
  "Products you’ve added to the wishlist: we’ll use this to show you and other "
507
  "users your favourite products, and to create targeted email campaigns."
508
  msgstr ""
509
 
510
+ #: ../includes/class.yith-wcwl-privacy.php:53
511
  msgid ""
512
  "Wishlists you’ve created: we’ll keep track of the wishlists you create, and "
513
  "make them visible to the store’s staff"
514
  msgstr ""
515
 
516
+ #: ../includes/class.yith-wcwl-privacy.php:55
517
  msgid ""
518
  "We’ll also use cookies to keep track of wishlist contents while you’re "
519
  "browsing our site."
520
  msgstr ""
521
 
522
+ #: ../includes/class.yith-wcwl-privacy.php:58
523
  msgid ""
524
  "Members of our team have access to the information you provide us. For "
525
  "example, both Administrators and Shop Managers can access:"
526
  msgstr ""
527
 
528
+ #: ../includes/class.yith-wcwl-privacy.php:60
529
  msgid ""
530
  "Wishlist details, such as products added, date of addition, name and privacy "
531
  "settings of your wishlists"
532
  msgstr ""
533
 
534
+ #: ../includes/class.yith-wcwl-privacy.php:62
535
  msgid ""
536
  "Our team members have access to this information to offer you better deals "
537
  "for the products you love."
538
  msgstr ""
539
 
540
+ #: ../includes/class.yith-wcwl-privacy.php:82
541
+ #: ../includes/class.yith-wcwl-privacy.php:98
542
  #, fuzzy
543
  msgid "Customer Wishlists"
544
  msgstr "Przeglądaj listę życzeń"
545
 
546
+ #: ../includes/class.yith-wcwl-privacy.php:133
547
  #, fuzzy
548
  msgid "Wishlists"
549
  msgstr "Obserwowane"
550
 
551
+ #: ../includes/class.yith-wcwl-privacy.php:195
552
+ #, fuzzy, php-format
 
553
  msgid "Removed wishlist %s."
554
  msgstr "Moja lista życzeń: %s"
555
 
556
+ #: ../includes/class.yith-wcwl-privacy.php:199
557
+ #, php-format
558
  msgid "Wishlist %s has been retained."
559
  msgstr ""
560
 
561
+ #: ../includes/class.yith-wcwl-privacy.php:210
562
  msgid "Removed default user's wishlist"
563
  msgstr ""
564
 
565
+ #: ../includes/class.yith-wcwl-privacy.php:228
566
  msgid "Token"
567
  msgstr ""
568
 
569
+ #: ../includes/class.yith-wcwl-privacy.php:229
570
  #, fuzzy
571
  msgid "Wishlist url"
572
  msgstr "Obserwowane"
573
 
574
+ #: ../includes/class.yith-wcwl-privacy.php:230
575
  msgid "Title"
576
  msgstr ""
577
 
578
+ #: ../includes/class.yith-wcwl-privacy.php:231
579
  msgctxt "date wishlist was created"
580
  msgid "Created on"
581
  msgstr ""
582
 
583
+ #: ../includes/class.yith-wcwl-privacy.php:232
584
  msgid "Visibility"
585
  msgstr ""
586
 
587
+ #: ../includes/class.yith-wcwl-privacy.php:233
588
  msgid "Items Added"
589
  msgstr ""
590
 
591
+ #: ../includes/class.yith-wcwl-privacy.php:283
592
+ #: ../templates/wishlist-view.php:212
593
  msgid "Shared"
594
  msgstr "Udostępniony"
595
 
596
+ #: ../includes/class.yith-wcwl-privacy.php:286
597
+ #: ../templates/wishlist-view.php:215
598
  msgid "Private"
599
  msgstr "Prywatny"
600
 
601
+ #: ../includes/class.yith-wcwl-privacy.php:289
602
+ #: ../templates/wishlist-view.php:218
603
  msgid "Public"
604
  msgstr "Publiczny"
605
 
606
+ #: ../includes/class.yith-wcwl-shortcode.php:45
607
  #, fuzzy
608
  msgctxt "[gutenberg]: block name"
609
  msgid "YITH Add to Wishlist"
610
  msgstr "Ikon \"Dodaj do listy życzeń\""
611
 
612
+ #: ../includes/class.yith-wcwl-shortcode.php:46
613
  #, fuzzy
614
  msgctxt "[gutenberg]: block description"
615
  msgid "Shows Add to Wishlist button"
616
  msgstr "Ikon \"Dodaj do listy życzeń\""
617
 
618
+ #: ../includes/class.yith-wcwl-shortcode.php:51
619
  msgid ""
620
  "ID of the product to add to wishlist (leave empty to use global product)"
621
  msgstr ""
622
 
623
+ #: ../includes/class.yith-wcwl-shortcode.php:56
624
  msgid "Url of wishlist page (leave empty to use default)"
625
  msgstr ""
626
 
627
+ #: ../includes/class.yith-wcwl-shortcode.php:61
628
  msgid "Button label (leave empty to use default)"
629
  msgstr ""
630
 
631
+ #: ../includes/class.yith-wcwl-shortcode.php:66
632
  msgid "\"Browse wishlist\" label (leave empty to use default)"
633
  msgstr ""
634
 
635
+ #: ../includes/class.yith-wcwl-shortcode.php:71
636
  msgid "\"Product already in wishlist\" label (leave empty to use default)"
637
  msgstr ""
638
 
639
+ #: ../includes/class.yith-wcwl-shortcode.php:76
640
  msgid "\"Product added to wishlist\" label (leave empty to use default)"
641
  msgstr ""
642
 
643
+ #: ../includes/class.yith-wcwl-shortcode.php:81
644
  msgid ""
645
  "Icon for the button (use any FontAwesome valid class, or leave empty to use "
646
  "default)"
647
  msgstr ""
648
 
649
+ #: ../includes/class.yith-wcwl-shortcode.php:86
650
  msgid "Additional css classes for the button (leave empty to use default)"
651
  msgstr ""
652
 
653
+ #: ../includes/class.yith-wcwl-shortcode.php:94
654
  #, fuzzy
655
  msgctxt "[gutenberg]: block name"
656
  msgid "YITH Wishlist"
657
  msgstr "Włącz YITH Listy życzeń"
658
 
659
+ #: ../includes/class.yith-wcwl-shortcode.php:95
660
  #, fuzzy
661
  msgctxt "[gutenberg]: block description"
662
  msgid "Shows list of products in wishlist"
663
  msgstr "Produkt jest już na liście życzeń!"
664
 
665
+ #: ../includes/class.yith-wcwl-shortcode.php:100
666
  msgid "Choose whether to paginate items in the wishlist or show them all"
667
  msgstr ""
668
 
669
+ #: ../includes/class.yith-wcwl-shortcode.php:103
670
  msgid "Paginate"
671
  msgstr ""
672
 
673
+ #: ../includes/class.yith-wcwl-shortcode.php:104
674
  msgid "Do not paginate"
675
  msgstr ""
676
 
677
+ #: ../includes/class.yith-wcwl-shortcode.php:109
678
  msgid "Number of items to show for each page"
679
  msgstr ""
680
 
681
+ #: ../includes/class.yith-wcwl-shortcode.php:114
682
  msgid "ID of the wishlist to show (EG: K6EOWXB888ZD)"
683
  msgstr ""
684
 
685
+ #: ../includes/class.yith-wcwl-shortcode.php:386
686
+ #: ../includes/class.yith-wcwl-ui.php:164
687
  msgid "Share on:"
688
  msgstr "Udostępnij na:"
689
 
690
+ #: ../includes/class.yith-wcwl-ui.php:118
691
+ #: ../includes/class.yith-wcwl-ui.php:200
692
  msgid "Select options"
693
  msgstr "Personalizuj"
694
 
695
+ #: ../includes/class.yith-wcwl-ui.php:168 ../templates/share.php:20
696
  msgid "Facebook"
697
  msgstr "Facebook"
698
 
699
+ #: ../includes/class.yith-wcwl-ui.php:171 ../templates/share.php:26
700
  msgid "Twitter"
701
  msgstr "Twitter"
702
 
703
+ #: ../includes/class.yith-wcwl-ui.php:180
704
  msgid "email"
705
  msgstr "e-mail"
706
 
707
+ #: ../includes/class.yith-wcwl.php:201
708
  msgid "An error occurred while adding products to the wishlist."
709
  msgstr ""
710
 
711
+ #: ../includes/class.yith-wcwl.php:293
712
  msgid "An error occurred while adding products to wishlist."
713
  msgstr ""
714
 
715
+ #: ../includes/class.yith-wcwl.php:310
716
  msgid "The \"Remove\" option now does not require any parameter"
717
  msgstr ""
718
 
719
+ #: ../includes/class.yith-wcwl.php:359
720
  msgid "An error occurred while removing products from the wishlist"
721
  msgstr ""
722
 
723
+ #: ../includes/class.yith-wcwl.php:809
724
  msgid "You need to log in before creating a new wishlist"
725
  msgstr ""
726
 
727
+ #: ../includes/class.yith-wcwl.php:1610
728
  msgid "Product successfully removed."
729
  msgstr "Produkt został usunięty."
730
 
731
+ #: ../includes/class.yith-wcwl.php:1614
732
  msgid "Error. Unable to remove the product from the wishlist."
733
  msgstr "Błąd. Nie można usunąć produktu z listy życzeń."
734
 
735
+ #: ../includes/class.yith-wcwl.php:1618 ../templates/wishlist-view.php:242
736
  msgid "No products were added to the wishlist"
737
  msgstr "Nie dodano żadnych produktów do listy życzeń"
738
 
739
+ #: ../includes/class.yith-wcwl.php:1660
740
  msgid "An error as occurred."
741
  msgstr ""
742
 
743
+ #: ../init.php:130
744
  msgid "is enabled but not effective. It requires WooCommerce in order to work."
745
  msgstr ""
746
 
747
+ #: ../init.php:140
748
  msgid "You can't activate the free version of"
749
  msgstr ""
750
 
751
+ #: ../init.php:140
752
  msgid "while you are using the premium one."
753
  msgstr ""
754
 
755
+ #: ../templates/admin/wishlist-panel-premium.php:185
756
+ #: ../templates/admin/wishlist-panel-premium.php:383
757
+ #, php-format
758
  msgid ""
759
  "Upgrade to the %1$spremium version%2$s%3$sof %1$sYITH WooCommerce Wishlist"
760
  "%2$s to benefit from all features!"
761
  msgstr ""
762
 
763
+ #: ../templates/admin/wishlist-panel-premium.php:187
764
+ #: ../templates/admin/wishlist-panel-premium.php:385
765
+ #, php-format
766
  msgid "%1$sUPGRADE%2$s%3$s to the premium version%2$s"
767
  msgstr ""
768
 
769
+ #: ../templates/admin/wishlist-panel-premium.php:193
770
  msgid "Premium Features"
771
  msgstr ""
772
 
773
+ #: ../templates/admin/wishlist-panel-premium.php:196
774
+ #: ../templates/admin/wishlist-panel-premium.php:201
775
  msgid "Multiple Wishlist"
776
  msgstr ""
777
 
778
+ #: ../templates/admin/wishlist-panel-premium.php:203
779
+ #, php-format
780
  msgid ""
781
  "%1$sDoes it ever happened to you to have too many wishes for a single wish "
782
  "list?%2$s%3$s The possibility to manage one's wishes is a fundamental "
787
  "manage and share their own wish lists."
788
  msgstr ""
789
 
790
+ #: ../templates/admin/wishlist-panel-premium.php:212
791
+ #: ../templates/admin/wishlist-panel-premium.php:222
792
  msgid "Wishlist Private"
793
  msgstr ""
794
 
795
+ #: ../templates/admin/wishlist-panel-premium.php:214
796
+ #, php-format
797
  msgid ""
798
  "By enabling the option wishlist, users will also have the possibility to "
799
  "%1$smanage the visibility%2$s of their wish lists according to one of the "
800
  "following options:"
801
  msgstr ""
802
 
803
+ #: ../templates/admin/wishlist-panel-premium.php:216
804
+ #, php-format
805
  msgid "%1$spublic:%2$s all users can look for your wish list and see it;"
806
  msgstr ""
807
 
808
+ #: ../templates/admin/wishlist-panel-premium.php:217
809
+ #, php-format
810
  msgid ""
811
  "%1$sshared:%2$s only users possessing a direct link to the wish list page "
812
  "can display it;"
813
  msgstr ""
814
 
815
+ #: ../templates/admin/wishlist-panel-premium.php:218
816
+ #, php-format
817
  msgid "%1$sprivate:%2$s only the wish list creator can see it."
818
  msgstr ""
819
 
820
+ #: ../templates/admin/wishlist-panel-premium.php:229
821
+ #: ../templates/admin/wishlist-panel-premium.php:234
822
  msgid "Estimate Cost"
823
  msgstr ""
824
 
825
+ #: ../templates/admin/wishlist-panel-premium.php:236
826
+ #, php-format
827
  msgid ""
828
  "%1$sDo you want to add the possibility to ask for estimates of costs into "
829
  "your catalogue?%3$s Do you want to manage customised packets for faithful "
835
  "address that you have previously set."
836
  msgstr ""
837
 
838
+ #: ../templates/admin/wishlist-panel-premium.php:245
839
+ #: ../templates/admin/wishlist-panel-premium.php:250
840
  msgid "Admin Panel"
841
  msgstr ""
842
 
843
+ #: ../templates/admin/wishlist-panel-premium.php:247
844
+ #, php-format
845
  msgid ""
846
  "Thanks to the useful Admin panel, accessible directly among the WooCommerce "
847
  "submenu pages, you will have total control on users' wishlists. In addition "
851
  "in customers' wish lists."
852
  msgstr ""
853
 
854
+ #: ../templates/admin/wishlist-panel-premium.php:257
855
+ #: ../templates/admin/wishlist-panel-premium.php:262
856
  msgid "Search Wishlists"
857
  msgstr ""
858
 
859
+ #: ../templates/admin/wishlist-panel-premium.php:264
860
+ #, php-format
861
  msgid ""
862
  "How many times have you been looking for the perfect gift for a important "
863
  "event but you had no idea of what to buy? %1$s'Search wishlists'%2$s allows "
866
  "your products and even encourage users to purchase."
867
  msgstr ""
868
 
869
+ #: ../templates/admin/wishlist-panel-premium.php:273
870
  msgid "'ADD TO CART' CHECKBOX"
871
  msgstr ""
872
 
873
+ #: ../templates/admin/wishlist-panel-premium.php:275
874
+ #, php-format
875
  msgid ""
876
  "Your shop offers always a wide selection of products and wishlists of your "
877
  "users get more and more crowded everyday. Give them the possibility to "
879
  "just with one click."
880
  msgstr ""
881
 
882
+ #: ../templates/admin/wishlist-panel-premium.php:278
883
  msgid "'ADD TO CART'"
884
  msgstr ""
885
 
886
+ #: ../templates/admin/wishlist-panel-premium.php:285
887
  msgid "DISABLE WISHLIST"
888
  msgstr ""
889
 
890
+ #: ../templates/admin/wishlist-panel-premium.php:290
891
  msgid "DISABLE WISHLIST FOR UNLOGGED USERS"
892
  msgstr ""
893
 
894
+ #: ../templates/admin/wishlist-panel-premium.php:292
895
+ #, php-format
896
  msgid ""
897
  "Favour users that have registered to your shop and disable plugin "
898
  "functionalities for all users that have not. By disabling this option, each "
900
  "%2$s to \"My Account\" page and a message will invite them to log in."
901
  msgstr ""
902
 
903
+ #: ../templates/admin/wishlist-panel-premium.php:301
904
  msgid "MESSAGE TO UNLOGGED USERS"
905
  msgstr ""
906
 
907
+ #: ../templates/admin/wishlist-panel-premium.php:303
908
+ #, php-format
909
  msgid ""
910
  "Invite users that are visiting your shop to login if they want to fully "
911
  "benefit from Wishlist functionalities. Show a %1$scustomised message%2$s and "
912
  "redirect them to \"My Account\" page for registration."
913
  msgstr ""
914
 
915
+ #: ../templates/admin/wishlist-panel-premium.php:306
916
  msgid "UNLOGGED USERS"
917
  msgstr ""
918
 
919
+ #: ../templates/admin/wishlist-panel-premium.php:313
920
+ #: ../templates/admin/wishlist-panel-premium.php:318
921
  msgid "POPULAR TABLE"
922
  msgstr ""
923
 
924
+ #: ../templates/admin/wishlist-panel-premium.php:320
925
+ #, php-format
926
  msgid ""
927
  "Some products draw customer's attention more than others and they do not "
928
  "hesitate to add products to their wishlist. Table %1$s'Popular'%2$s allows "
930
  "their wishlists."
931
  msgstr ""
932
 
933
+ #: ../templates/admin/wishlist-panel-premium.php:329
934
  msgid "FUNCTIONALITIES IN ONE CLICK"
935
  msgstr ""
936
 
937
+ #: ../templates/admin/wishlist-panel-premium.php:331
938
+ #, php-format
939
  msgid ""
940
  "Users have the possibility to search for a wishlist, create a new one or "
941
  "display those already created. Add these %1$sfunctionalities%2$s through the "
942
  "dedicated widgets or show them immediately after \"Wishlist\" table."
943
  msgstr ""
944
 
945
+ #: ../templates/admin/wishlist-panel-premium.php:334
946
  msgid "FUNCTIONALITIES"
947
  msgstr ""
948
 
949
+ #: ../templates/admin/wishlist-panel-premium.php:341
950
+ #: ../templates/admin/wishlist-panel-premium.php:346
951
  msgid "PROMOTIONAL EMAIL"
952
  msgstr ""
953
 
954
+ #: ../templates/admin/wishlist-panel-premium.php:348
955
+ #, php-format
956
  msgid ""
957
  "If you want to give the right input to your users to persuade them to "
958
  "%1$spurchase the products%2$s they have in their wishlists, you need to use "
961
  "will know you are offering a unique offer!"
962
  msgstr ""
963
 
964
+ #: ../templates/admin/wishlist-panel-premium.php:357
965
  msgid "FROM A WISHLIST TO ANOTHER"
966
  msgstr ""
967
 
968
+ #: ../templates/admin/wishlist-panel-premium.php:359
969
+ #, php-format
970
  msgid ""
971
  "Who said that a product has to remain forever in the same wishlist? With the "
972
  "option %1$s\"Show \"Move to another wishlist\" dropdown menu\"%2$s, with "
974
  "another one, managing as they want their lists."
975
  msgstr ""
976
 
977
+ #: ../templates/admin/wishlist-panel-premium.php:362
978
  msgid "FROM A WISHLIST"
979
  msgstr ""
980
 
981
+ #: ../templates/admin/wishlist-panel-premium.php:369
982
  msgid "DATE"
983
  msgstr ""
984
 
985
+ #: ../templates/admin/wishlist-panel-premium.php:374
986
  msgid "DATE OF ADDITION TO A WISHLIST"
987
  msgstr ""
988
 
989
+ #: ../templates/admin/wishlist-panel-premium.php:376
990
+ #, php-format
991
  msgid ""
992
  "Activating the %1$s\"Show date of addition\"%2$s option, users can see the "
993
  "date in which they have added a particular product to their list: a new way "
994
  "to keep you users informed about their operations."
995
  msgstr ""
996
 
997
+ #: ../templates/share.php:32
998
  msgid "Pinterest"
999
  msgstr "Pinterest"
1000
 
1001
+ #: ../templates/share.php:38
1002
  msgid "Google+"
1003
  msgstr "Google+"
1004
 
1005
+ #: ../templates/share.php:44
1006
  msgid "Email"
1007
  msgstr "Adres mailowy"
1008
 
1009
+ #: ../templates/wishlist-view.php:32
1010
  msgid "Edit title"
1011
  msgstr "Edytuj tytuł"
1012
 
1013
+ #: ../templates/wishlist-view.php:41
1014
  msgid "Save"
1015
  msgstr "Zapisz"
1016
 
1017
+ #: ../templates/wishlist-view.php:45
1018
  msgid "Cancel"
1019
  msgstr "Anuluj"
1020
 
1021
+ #: ../templates/wishlist-view.php:82
1022
  msgid "Product Name"
1023
  msgstr "Nazwa produktu"
1024
 
1025
+ #: ../templates/wishlist-view.php:89
1026
  msgid "Unit Price"
1027
  msgstr "Cena"
1028
 
1029
+ #: ../templates/wishlist-view.php:102
1030
  msgid "Stock Status"
1031
  msgstr "Stan magazynowy"
1032
 
1033
+ #: ../templates/wishlist-view.php:152 ../templates/wishlist-view.php:232
1034
  msgid "Remove this product"
1035
  msgstr "Usuń"
1036
 
1037
+ #: ../templates/wishlist-view.php:172
1038
  msgid "Free!"
1039
  msgstr "Darmowe!"
1040
 
1041
+ #: ../templates/wishlist-view.php:179
1042
  msgid "Out of Stock"
1043
  msgstr "Wyprzedane"
1044
 
1045
+ #: ../templates/wishlist-view.php:179
1046
  msgid "In Stock"
1047
  msgstr "Dostępny"
1048
 
1049
+ #: ../templates/wishlist-view.php:188
1050
+ #, php-format
1051
  msgid "Added on : %s"
1052
  msgstr "Dodano %s temu"
1053
 
1054
+ #: ../templates/wishlist-view.php:200
1055
  msgid "Move"
1056
  msgstr "Przenieś"
1057
 
1058
+ #: ../templates/wishlist-view.php:232
1059
  msgid "Remove"
1060
  msgstr "Usuń"
1061
 
1062
+ #: ../templates/wishlist-view.php:259
1063
  msgid "Add the selected products to the cart"
1064
  msgstr "Dodaj wybrane produkty do koszyka"
1065
 
1066
+ #: ../templates/wishlist-view.php:267 ../templates/wishlist-view.php:313
1067
  msgid "Ask for an estimate"
1068
  msgstr "Poproś o oszacowanie kosztów"
1069
 
1070
+ #: ../templates/wishlist-view.php:303
1071
  msgid "Your email"
1072
  msgstr ""
1073
 
 
1074
  #, fuzzy
1075
+ #~ msgid "YITH WooCommerce Wishlist"
1076
+ #~ msgstr "Przeglądaj listę życzeń"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1077
 
1078
  #~ msgid ""
1079
  #~ "Enable all plugin features. <strong>Be sure to select at least one option "
languages/yith-woocommerce-wishlist-pt_BR.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-pt_BR.po CHANGED
@@ -2,15 +2,15 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
- "POT-Creation-Date: 2018-12-21 10:28:38+00:00\n"
6
- "PO-Revision-Date: 2018-10-04 14:51+0200\n"
7
  "Last-Translator: YIThemes <support@yithemes.com>\n"
8
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
9
  "Language: pt_BR\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 2.0.8\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"
@@ -20,103 +20,104 @@ msgstr ""
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:1484
25
- #: includes/class.yith-wcwl-admin-init.php:1485
26
- #: includes/class.yith-wcwl-install.php:245
27
  msgid "Wishlist"
28
  msgstr "Lista de Desejos"
29
 
30
- #: includes/class.yith-wcwl-admin-init.php:161
31
  msgid "Settings"
32
  msgstr "Configurações"
33
 
34
- #: includes/class.yith-wcwl-admin-init.php:162
35
- #: includes/class.yith-wcwl-admin-init.php:243
36
  msgid "Colors"
37
  msgstr "Cores"
38
 
39
- #: includes/class.yith-wcwl-admin-init.php:163
40
  msgid "Premium Version"
41
  msgstr ""
42
 
43
- #: includes/class.yith-wcwl-admin-init.php:1015
44
  msgid "Enable all plugin features"
45
  msgstr ""
46
 
47
- #: includes/class.yith-wcwl-admin-init.php:1016
48
  msgid ""
49
  "Be sure to select at least one option in the Wishlist page menu in this "
50
  "settings page"
51
  msgstr ""
52
 
53
- #: includes/class.yith-wcwl-admin-init.php:1017
54
  msgctxt "[Part of]: Also, please read the plugin documentation"
55
  msgid "Also, please read the plugin"
56
  msgstr ""
57
 
58
- #: includes/class.yith-wcwl-admin-init.php:1018
59
  msgctxt "[Part Of]: Also, please read the plugin documentation"
60
  msgid "documentation"
61
  msgstr ""
62
 
63
- #: includes/class.yith-wcwl-admin-init.php:1024
64
  msgid "Upgrade to the PREMIUM VERSION"
65
  msgstr ""
66
 
67
- #: includes/class.yith-wcwl-admin-init.php:1028
68
  msgid "Discover the Advanced Features"
69
  msgstr ""
70
 
71
- #: includes/class.yith-wcwl-admin-init.php:1029
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:1035
78
  msgid "Get Support and Pro Features"
79
  msgstr ""
80
 
81
- #: includes/class.yith-wcwl-admin-init.php:1036
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:1046
89
  msgid "General Settings"
90
  msgstr "Opções gerais"
91
 
92
- #: includes/class.yith-wcwl-admin-init.php:1053
93
  msgid "Enable YITH Wishlist"
94
  msgstr "Ativar Lista de Desejos"
95
 
96
- #: includes/class.yith-wcwl-admin-init.php:1060
97
  #, fuzzy
98
  msgid "Default wishlist title"
99
  msgstr "Titulo da lista de desejos"
100
 
101
- #: includes/class.yith-wcwl-admin-init.php:1062
102
- #: includes/class.yith-wcwl-admin-init.php:1063
103
- #: includes/class.yith-wcwl-admin-init.php:1299
 
104
  msgid "My wishlist on %s"
105
  msgstr "Minha lista de desejos em %s"
106
 
107
- #: includes/class.yith-wcwl-admin-init.php:1068
108
  msgid "Wishlist Page"
109
  msgstr "Meus desejos"
110
 
111
- #: includes/class.yith-wcwl-admin-init.php:1069
112
  msgid "Page contents: [yith_wcwl_wishlist]"
113
  msgstr "Conteúdo da página: [yith_wcwl_wishlist]"
114
 
115
- #: includes/class.yith-wcwl-admin-init.php:1078
116
  msgid "Position"
117
  msgstr "Posição"
118
 
119
- #: includes/class.yith-wcwl-admin-init.php:1079
120
  msgid ""
121
  "You can add the button in variable products only after the \"Add to Cart\" "
122
  "button or using the shortcode [yith_wcwl_add_to_wishlist]."
@@ -124,27 +125,27 @@ msgstr ""
124
  "Em produtos variáveis você pode adicionar isto somenteapós \"Adicionar ao "
125
  "Carrinho\" ou usar o shortcode [yith_wcwl_add_to_wishlist]."
126
 
127
- #: includes/class.yith-wcwl-admin-init.php:1085
128
  msgid "After \"Add to cart\""
129
  msgstr "Após \" Adicionar ao carrinho \""
130
 
131
- #: includes/class.yith-wcwl-admin-init.php:1086
132
  msgid "After thumbnails"
133
  msgstr "Após miniaturas"
134
 
135
- #: includes/class.yith-wcwl-admin-init.php:1087
136
  msgid "After summary"
137
  msgstr "Após sumário"
138
 
139
- #: includes/class.yith-wcwl-admin-init.php:1088
140
  msgid "Use shortcode"
141
  msgstr "Usar shortcode"
142
 
143
- #: includes/class.yith-wcwl-admin-init.php:1093
144
  msgid "Redirect to cart"
145
  msgstr "Redirecionar para o carrinho"
146
 
147
- #: includes/class.yith-wcwl-admin-init.php:1094
148
  msgid ""
149
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
150
  "page."
@@ -152,337 +153,340 @@ msgstr ""
152
  "Redirecionar para a página de carrinho se o botão \" Adicionar ao carrinho "
153
  "\" estiver clicado na página de lista de desejos."
154
 
155
- #: includes/class.yith-wcwl-admin-init.php:1100
156
  msgid "Remove if added to the cart"
157
  msgstr "Remover se adicionado ao carrinho"
158
 
159
- #: includes/class.yith-wcwl-admin-init.php:1101
160
  #, fuzzy
161
  msgid "Remove the product from the wishlist if it has been added to the cart."
162
  msgstr ""
163
  "Remover o produto da lista, se a mesma tiver sido adicionada ao carrinho."
164
 
165
- #: includes/class.yith-wcwl-admin-init.php:1107
166
  msgid "\"Add to Wishlist\" text"
167
  msgstr "Texto \" Adicionar a Lista de Desejos\""
168
 
169
- #: includes/class.yith-wcwl-admin-init.php:1109
170
  msgid "Add to Wishlist"
171
  msgstr "Adicionar aos meus desejos"
172
 
173
- #: includes/class.yith-wcwl-admin-init.php:1114
174
  #, fuzzy
175
  msgid "\"Browse wishlist\" text"
176
  msgstr "Veja sua lista de desejos!"
177
 
178
- #: includes/class.yith-wcwl-admin-init.php:1116
179
- #: includes/class.yith-wcwl-ui.php:82 includes/class.yith-wcwl-ui.php:83
180
  msgid "Browse Wishlist"
181
  msgstr "Veja sua lista de desejos!"
182
 
183
- #: includes/class.yith-wcwl-admin-init.php:1121
184
  #, fuzzy
185
  msgid "\"Product already in wishlist\" text"
186
  msgstr "Produto já na lista de desejos."
187
 
188
- #: includes/class.yith-wcwl-admin-init.php:1123
189
- #: includes/class.yith-wcwl-ui.php:83
190
  msgid "The product is already in the wishlist!"
191
  msgstr "Esse produto já se encontra na sua lista de desejos!"
192
 
193
- #: includes/class.yith-wcwl-admin-init.php:1128
194
  #, fuzzy
195
  msgid "\"Product added\" text"
196
  msgstr "Produto adicionado!"
197
 
198
- #: includes/class.yith-wcwl-admin-init.php:1130
199
- #: includes/class.yith-wcwl-ui.php:82
200
  msgid "Product added!"
201
  msgstr "Produto adicionado!"
202
 
203
- #: includes/class.yith-wcwl-admin-init.php:1135
204
  msgid "\"Add to Cart\" text"
205
  msgstr "Texto \" Adicionar ao Carrinho\""
206
 
207
- #: includes/class.yith-wcwl-admin-init.php:1137
208
  msgid "Add to Cart"
209
  msgstr "Adicionar ao Carrinho"
210
 
211
- #: includes/class.yith-wcwl-admin-init.php:1142
212
  #, fuzzy
213
  msgid "Show Unit price"
214
  msgstr "Preço unitário"
215
 
216
- #: includes/class.yith-wcwl-admin-init.php:1143
217
  msgid "Show unit price for each product in wishlist"
218
  msgstr ""
219
 
220
- #: includes/class.yith-wcwl-admin-init.php:1150
221
  #, fuzzy
222
  msgid "Show \"Add to Cart\" button"
223
  msgstr "Texto do botão \"Adicionar ao carrinho \""
224
 
225
- #: includes/class.yith-wcwl-admin-init.php:1151
226
  #, fuzzy
227
  msgid "Show \"Add to Cart\" button for each product in wishlist"
228
  msgstr "Fundo do do botão \"Adicionar ao carrinho \""
229
 
230
- #: includes/class.yith-wcwl-admin-init.php:1158
231
  #, fuzzy
232
  msgid "Show Stock status"
233
  msgstr "Status do estoque"
234
 
235
- #: includes/class.yith-wcwl-admin-init.php:1159
236
  msgid ""
237
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
238
  msgstr ""
239
 
240
- #: includes/class.yith-wcwl-admin-init.php:1166
241
  msgid "Show Date of addition"
242
  msgstr ""
243
 
244
- #: includes/class.yith-wcwl-admin-init.php:1167
245
  #, fuzzy
246
  msgid "Show the date when users have added a product to the wishlist"
247
  msgstr "Oops! Ocorreu um erro ao adicionar o produto à lista de desejos."
248
 
249
- #: includes/class.yith-wcwl-admin-init.php:1174
250
  #, fuzzy
251
  msgid "Add second remove button"
252
  msgstr "Texto do botão \"Adicionar ao carrinho \""
253
 
254
- #: includes/class.yith-wcwl-admin-init.php:1175
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:1190
259
  msgid "Styles"
260
  msgstr "Estilos"
261
 
262
- #: includes/class.yith-wcwl-admin-init.php:1197
263
  msgid "Use buttons"
264
  msgstr "Usar botões"
265
 
266
- #: includes/class.yith-wcwl-admin-init.php:1198
267
  #, fuzzy
268
  msgid "Use buttons instead of simple anchors."
269
  msgstr "Usar botões ao invés de simples âncoras."
270
 
271
- #: includes/class.yith-wcwl-admin-init.php:1204
272
  msgid "Custom CSS"
273
  msgstr "CSS Customizado"
274
 
275
- #: includes/class.yith-wcwl-admin-init.php:1211
276
  msgid "Use theme style"
277
  msgstr "Usar estilo do tema"
278
 
279
- #: includes/class.yith-wcwl-admin-init.php:1212
280
  msgid "Use the theme style."
281
  msgstr "Usar o estilo do tema."
282
 
283
- #: includes/class.yith-wcwl-admin-init.php:1218
284
  #, fuzzy
285
  msgid "Rounded buttons"
286
  msgstr "Usar botões"
287
 
288
- #: includes/class.yith-wcwl-admin-init.php:1219
289
  #, fuzzy
290
  msgid "Make button corners rounded"
291
  msgstr "Faça botões do canto arredondado"
292
 
293
- #: includes/class.yith-wcwl-admin-init.php:1225
294
  msgid "\"Add to Wishlist\" icon"
295
  msgstr "Ícone \"Adicionar aos meus desejos\" "
296
 
297
- #: includes/class.yith-wcwl-admin-init.php:1226
298
  msgid "Add an icon to the \"Add to Wishlist\" button"
299
  msgstr "Adicionar um ícone ao botão \"Adicionar aos meus desejos\""
300
 
301
- #: includes/class.yith-wcwl-admin-init.php:1236
302
  msgid "\"Add to Cart\" icon"
303
  msgstr "Ícone \"Adicionar ao Carrinho\""
304
 
305
- #: includes/class.yith-wcwl-admin-init.php:1237
306
  msgid "Add an icon to the \"Add to Cart\" button"
307
  msgstr "Adicionar um ícone ao botão \"Adicionar ao carrinho\""
308
 
309
- #: includes/class.yith-wcwl-admin-init.php:1255
310
  #, fuzzy
311
  msgid "Social Networks & Share"
312
  msgstr "Social &amp; Compartilhamento"
313
 
314
- #: includes/class.yith-wcwl-admin-init.php:1262
315
  msgid "Share on Facebook"
316
  msgstr "Compartilhar no Facebook"
317
 
318
- #: includes/class.yith-wcwl-admin-init.php:1263
319
  #, fuzzy
320
  msgid "Show \"Share on Facebook\" button"
321
  msgstr "Compartilhar no Facebook"
322
 
323
- #: includes/class.yith-wcwl-admin-init.php:1269
324
  msgid "Tweet on Twitter"
325
  msgstr "Tweetar no Twitter"
326
 
327
- #: includes/class.yith-wcwl-admin-init.php:1270
328
  #, fuzzy
329
  msgid "Show \"Tweet on Twitter\" button"
330
  msgstr "Tweetar no Twitter"
331
 
332
- #: includes/class.yith-wcwl-admin-init.php:1276
333
  msgid "Pin on Pinterest"
334
  msgstr ""
335
 
336
- #: includes/class.yith-wcwl-admin-init.php:1277
337
  #, fuzzy
338
  msgid "Show \"Pin on Pinterest\" button"
339
  msgstr "Texto do botão \"Adicionar ao carrinho \""
340
 
341
- #: includes/class.yith-wcwl-admin-init.php:1283
342
  msgid "Share on Google+"
343
  msgstr "Comparilhar no Google+"
344
 
345
- #: includes/class.yith-wcwl-admin-init.php:1284
346
  #, fuzzy
347
  msgid "Show \"Share on Google+\" button"
348
  msgstr "Compartilhar no Facebook"
349
 
350
- #: includes/class.yith-wcwl-admin-init.php:1290
351
  msgid "Share by Email"
352
  msgstr ""
353
 
354
- #: includes/class.yith-wcwl-admin-init.php:1291
355
  #, fuzzy
356
  msgid "Show \"Share by Email\" button"
357
  msgstr "Texto do botão \"Adicionar ao carrinho \""
358
 
359
- #: includes/class.yith-wcwl-admin-init.php:1297
360
  #, fuzzy
361
  msgid "Social title"
362
  msgstr "Título Mídias Sociais"
363
 
364
- #: includes/class.yith-wcwl-admin-init.php:1304
365
  #, fuzzy
366
  msgid "Social text"
367
  msgstr "Texto Mídias Sociais"
368
 
369
- #: includes/class.yith-wcwl-admin-init.php:1305
370
  msgid ""
371
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
372
  "strong> where you want to show the URL of your wishlist."
373
  msgstr ""
374
 
375
- #: includes/class.yith-wcwl-admin-init.php:1312
376
  #, fuzzy
377
  msgid "Social image URL"
378
  msgstr "Url para compartilhamento"
379
 
380
- #: includes/class.yith-wcwl-admin-init.php:1313
381
  msgid "It will be used by Pinterest."
382
  msgstr ""
383
 
384
- #: includes/class.yith-wcwl-admin-init.php:1327
 
385
  msgid ""
386
  "If you want to take advantage of this feature, you could consider to "
387
  "purchase the %s."
388
  msgstr ""
389
 
390
- #: includes/class.yith-wcwl-admin-init.php:1332
391
  msgid "YITH WooCommerce Frequently Bought Together Integration"
392
  msgstr ""
393
 
394
- #: includes/class.yith-wcwl-admin-init.php:1339
395
  msgid "Enable slider in wishlist"
396
  msgstr ""
397
 
398
- #: includes/class.yith-wcwl-admin-init.php:1340
 
399
  msgid ""
400
  "Choose to enable product slider in wishlist page with linked products (<a "
401
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
402
  msgstr ""
403
 
404
- #: includes/class.yith-wcwl-admin-init.php:1376
405
  #, fuzzy
406
  msgid "\"Add to wishlist\" button"
407
  msgstr "Texto do botão \"Adicionar aos meus desejos\""
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 "Background"
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 "Text"
423
  msgstr ""
424
 
425
- #: includes/class.yith-wcwl-admin-init.php:1381
426
- #: includes/class.yith-wcwl-admin-init.php:1399
427
- #: includes/class.yith-wcwl-admin-init.php:1417
428
- #: includes/class.yith-wcwl-admin-init.php:1435
429
- #: includes/class.yith-wcwl-admin-init.php:1453
430
  msgid "Border"
431
  msgstr ""
432
 
433
- #: includes/class.yith-wcwl-admin-init.php:1388
434
- #: includes/class.yith-wcwl-admin-init.php:1406
435
- #: includes/class.yith-wcwl-admin-init.php:1424
436
- #: includes/class.yith-wcwl-admin-init.php:1442
437
  msgid "Background (hover)"
438
  msgstr ""
439
 
440
- #: includes/class.yith-wcwl-admin-init.php:1389
441
- #: includes/class.yith-wcwl-admin-init.php:1407
442
- #: includes/class.yith-wcwl-admin-init.php:1425
443
- #: includes/class.yith-wcwl-admin-init.php:1443
444
  msgid "Text (hover)"
445
  msgstr ""
446
 
447
- #: includes/class.yith-wcwl-admin-init.php:1390
448
- #: includes/class.yith-wcwl-admin-init.php:1408
449
- #: includes/class.yith-wcwl-admin-init.php:1426
450
- #: includes/class.yith-wcwl-admin-init.php:1444
451
  msgid "Border (hover)"
452
  msgstr ""
453
 
454
- #: includes/class.yith-wcwl-admin-init.php:1394
455
  #, fuzzy
456
  msgid "\"Add to Cart\" button"
457
  msgstr "Texto do botão \"Adicionar ao carrinho \""
458
 
459
- #: includes/class.yith-wcwl-admin-init.php:1412
460
  msgid "\"Style 1\" button"
461
  msgstr ""
462
 
463
- #: includes/class.yith-wcwl-admin-init.php:1430
464
  msgid "\"Style 2\" button"
465
  msgstr ""
466
 
467
- #: includes/class.yith-wcwl-admin-init.php:1448
468
  #, fuzzy
469
  msgid "Wishlist table"
470
  msgstr "Titulo da lista de desejos"
471
 
472
- #: includes/class.yith-wcwl-admin-init.php:1457
473
  msgid "Headers"
474
  msgstr ""
475
 
476
- #: includes/class.yith-wcwl-admin-init.php:1460
477
  msgid "Background color"
478
  msgstr ""
479
 
480
- #: includes/class.yith-wcwl-admin-init.php:1550
481
  #, fuzzy
482
  msgid "Wishlist Activated"
483
  msgstr "Titulo da lista de desejos"
484
 
485
- #: includes/class.yith-wcwl-admin-init.php:1551
 
486
  msgid ""
487
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
488
  "can access to all the settings of our plugins that you have activated. "
@@ -490,12 +494,13 @@ msgid ""
490
  "options, <a href=\"%s\">discover it now</a>."
491
  msgstr ""
492
 
493
- #: includes/class.yith-wcwl-admin-init.php:1562
494
  #, fuzzy
495
  msgid "Wishlist Updated"
496
  msgstr "Meus desejos"
497
 
498
- #: includes/class.yith-wcwl-admin-init.php:1563
 
499
  msgid ""
500
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
501
  "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
@@ -504,302 +509,307 @@ msgid ""
504
  "\">discover the PREMIUM version.</a>"
505
  msgstr ""
506
 
507
- #: includes/class.yith-wcwl-init.php:437
508
  msgid ""
509
  "We are sorry, but this feature is available only if cookies are enabled on "
510
  "your browser."
511
  msgstr ""
512
 
513
- #: includes/class.yith-wcwl-init.php:438
514
  #, fuzzy
515
  msgid "Product correctly added to cart"
516
  msgstr "Produto adicionado ao carrinho."
517
 
518
- #: includes/class.yith-wcwl-install.php:244
519
  msgctxt "page_slug"
520
  msgid "wishlist"
521
  msgstr ""
522
 
523
- #: includes/class.yith-wcwl-privacy.php:50
524
  msgid "While you visit our site, we’ll track:"
525
  msgstr ""
526
 
527
- #: includes/class.yith-wcwl-privacy.php:52
528
  msgid ""
529
  "Products you’ve added to the wishlist: we’ll use this to show you and other "
530
  "users your favourite products, and to create targeted email campaigns."
531
  msgstr ""
532
 
533
- #: includes/class.yith-wcwl-privacy.php:53
534
  msgid ""
535
  "Wishlists you’ve created: we’ll keep track of the wishlists you create, and "
536
  "make them visible to the store’s staff"
537
  msgstr ""
538
 
539
- #: includes/class.yith-wcwl-privacy.php:55
540
  msgid ""
541
  "We’ll also use cookies to keep track of wishlist contents while you’re "
542
  "browsing our site."
543
  msgstr ""
544
 
545
- #: includes/class.yith-wcwl-privacy.php:58
546
  msgid ""
547
  "Members of our team have access to the information you provide us. For "
548
  "example, both Administrators and Shop Managers can access:"
549
  msgstr ""
550
 
551
- #: includes/class.yith-wcwl-privacy.php:60
552
  msgid ""
553
  "Wishlist details, such as products added, date of addition, name and privacy "
554
  "settings of your wishlists"
555
  msgstr ""
556
 
557
- #: includes/class.yith-wcwl-privacy.php:62
558
  msgid ""
559
  "Our team members have access to this information to offer you better deals "
560
  "for the products you love."
561
  msgstr ""
562
 
563
- #: includes/class.yith-wcwl-privacy.php:82
564
- #: includes/class.yith-wcwl-privacy.php:98
565
  #, fuzzy
566
  msgid "Customer Wishlists"
567
  msgstr "Adicionar aos meus desejos"
568
 
569
- #: includes/class.yith-wcwl-privacy.php:133
570
  #, fuzzy
571
  msgid "Wishlists"
572
  msgstr "Lista de Desejos"
573
 
574
- #. Translators: %s Order number.
575
- #: includes/class.yith-wcwl-privacy.php:195
576
- #, fuzzy
577
  msgid "Removed wishlist %s."
578
  msgstr "Minha lista de desejos em %s"
579
 
580
- #. Translators: %s Order number.
581
- #: includes/class.yith-wcwl-privacy.php:199
582
- #, fuzzy
583
  msgid "Wishlist %s has been retained."
584
  msgstr "Texto da tabela de desejos"
585
 
586
- #: includes/class.yith-wcwl-privacy.php:210
587
  msgid "Removed default user's wishlist"
588
  msgstr ""
589
 
590
- #: includes/class.yith-wcwl-privacy.php:228
591
  msgid "Token"
592
  msgstr ""
593
 
594
- #: includes/class.yith-wcwl-privacy.php:229
595
  #, fuzzy
596
  msgid "Wishlist url"
597
  msgstr "Lista de Desejos"
598
 
599
- #: includes/class.yith-wcwl-privacy.php:230
600
  msgid "Title"
601
  msgstr ""
602
 
603
- #: includes/class.yith-wcwl-privacy.php:231
604
  msgctxt "date wishlist was created"
605
  msgid "Created on"
606
  msgstr ""
607
 
608
- #: includes/class.yith-wcwl-privacy.php:232
609
  msgid "Visibility"
610
  msgstr ""
611
 
612
- #: includes/class.yith-wcwl-privacy.php:233
613
  msgid "Items Added"
614
  msgstr ""
615
 
616
- #: includes/class.yith-wcwl-privacy.php:283 templates/wishlist-view.php:212
 
617
  #, fuzzy
618
  msgid "Shared"
619
  msgstr "Compartilhar em:"
620
 
621
- #: includes/class.yith-wcwl-privacy.php:286 templates/wishlist-view.php:215
 
622
  msgid "Private"
623
  msgstr ""
624
 
625
- #: includes/class.yith-wcwl-privacy.php:289 templates/wishlist-view.php:218
 
626
  msgid "Public"
627
  msgstr ""
628
 
629
- #: includes/class.yith-wcwl-shortcode.php:45
630
  #, fuzzy
631
  msgctxt "[gutenberg]: block name"
632
  msgid "YITH Add to Wishlist"
633
  msgstr "Adicionar aos meus desejos"
634
 
635
- #: includes/class.yith-wcwl-shortcode.php:46
636
  #, fuzzy
637
  msgctxt "[gutenberg]: block description"
638
  msgid "Shows Add to Wishlist button"
639
  msgstr "Texto do botão \"Adicionar aos meus desejos\""
640
 
641
- #: includes/class.yith-wcwl-shortcode.php:51
642
  msgid ""
643
  "ID of the product to add to wishlist (leave empty to use global product)"
644
  msgstr ""
645
 
646
- #: includes/class.yith-wcwl-shortcode.php:56
647
  msgid "Url of wishlist page (leave empty to use default)"
648
  msgstr ""
649
 
650
- #: includes/class.yith-wcwl-shortcode.php:61
651
  msgid "Button label (leave empty to use default)"
652
  msgstr ""
653
 
654
- #: includes/class.yith-wcwl-shortcode.php:66
655
  msgid "\"Browse wishlist\" label (leave empty to use default)"
656
  msgstr ""
657
 
658
- #: includes/class.yith-wcwl-shortcode.php:71
659
  #, fuzzy
660
  msgid "\"Product already in wishlist\" label (leave empty to use default)"
661
  msgstr "Produto já na lista de desejos."
662
 
663
- #: includes/class.yith-wcwl-shortcode.php:76
664
  msgid "\"Product added to wishlist\" label (leave empty to use default)"
665
  msgstr ""
666
 
667
- #: includes/class.yith-wcwl-shortcode.php:81
668
  msgid ""
669
  "Icon for the button (use any FontAwesome valid class, or leave empty to use "
670
  "default)"
671
  msgstr ""
672
 
673
- #: includes/class.yith-wcwl-shortcode.php:86
674
  msgid "Additional css classes for the button (leave empty to use default)"
675
  msgstr ""
676
 
677
- #: includes/class.yith-wcwl-shortcode.php:94
678
  #, fuzzy
679
  msgctxt "[gutenberg]: block name"
680
  msgid "YITH Wishlist"
681
  msgstr "Ativar Lista de Desejos"
682
 
683
- #: includes/class.yith-wcwl-shortcode.php:95
684
  #, fuzzy
685
  msgctxt "[gutenberg]: block description"
686
  msgid "Shows list of products in wishlist"
687
  msgstr "Fundo do do botão \"Adicionar ao carrinho \""
688
 
689
- #: includes/class.yith-wcwl-shortcode.php:100
690
  msgid "Choose whether to paginate items in the wishlist or show them all"
691
  msgstr ""
692
 
693
- #: includes/class.yith-wcwl-shortcode.php:103
694
  msgid "Paginate"
695
  msgstr ""
696
 
697
- #: includes/class.yith-wcwl-shortcode.php:104
698
  msgid "Do not paginate"
699
  msgstr ""
700
 
701
- #: includes/class.yith-wcwl-shortcode.php:109
702
  msgid "Number of items to show for each page"
703
  msgstr ""
704
 
705
- #: includes/class.yith-wcwl-shortcode.php:114
706
  msgid "ID of the wishlist to show (EG: K6EOWXB888ZD)"
707
  msgstr ""
708
 
709
- #: includes/class.yith-wcwl-shortcode.php:386
710
- #: includes/class.yith-wcwl-ui.php:164
711
  msgid "Share on:"
712
  msgstr "Compartilhar em:"
713
 
714
- #: includes/class.yith-wcwl-ui.php:118 includes/class.yith-wcwl-ui.php:200
 
715
  msgid "Select options"
716
  msgstr "Selecione as opções"
717
 
718
- #: includes/class.yith-wcwl-ui.php:168 templates/share.php:20
719
  msgid "Facebook"
720
  msgstr "Facebook"
721
 
722
- #: includes/class.yith-wcwl-ui.php:171 templates/share.php:26
723
  msgid "Twitter"
724
  msgstr "Twitter"
725
 
726
- #: includes/class.yith-wcwl-ui.php:180
727
  msgid "email"
728
  msgstr ""
729
 
730
- #: includes/class.yith-wcwl.php:201
731
  #, fuzzy
732
  msgid "An error occurred while adding products to the wishlist."
733
  msgstr "Oops! Ocorreu um erro ao adicionar o produto à lista de desejos."
734
 
735
- #: includes/class.yith-wcwl.php:293
736
  #, fuzzy
737
  msgid "An error occurred while adding products to wishlist."
738
  msgstr "Oops! Ocorreu um erro ao adicionar o produto à lista de desejos."
739
 
740
- #: includes/class.yith-wcwl.php:310
741
  msgid "The \"Remove\" option now does not require any parameter"
742
  msgstr ""
743
 
744
- #: includes/class.yith-wcwl.php:359
745
  #, fuzzy
746
  msgid "An error occurred while removing products from the wishlist"
747
  msgstr "Oops! Ocorreu um erro ao remover o produto à lista de desejos."
748
 
749
- #: includes/class.yith-wcwl.php:809
750
  msgid "You need to log in before creating a new wishlist"
751
  msgstr ""
752
 
753
- #: includes/class.yith-wcwl.php:1610
754
  msgid "Product successfully removed."
755
  msgstr "Produto removida com sucesso."
756
 
757
- #: includes/class.yith-wcwl.php:1614
758
  msgid "Error. Unable to remove the product from the wishlist."
759
  msgstr "Erro. Não foi possível remover o produto da lista de desejos."
760
 
761
- #: includes/class.yith-wcwl.php:1618 templates/wishlist-view.php:242
762
  msgid "No products were added to the wishlist"
763
  msgstr "Nenhum produto foi adicionado à lista de desejos"
764
 
765
- #: includes/class.yith-wcwl.php:1660
766
  msgid "An error as occurred."
767
  msgstr ""
768
 
769
- #: init.php:130
770
  msgid "is enabled but not effective. It requires WooCommerce in order to work."
771
  msgstr ""
772
 
773
- #: init.php:140
774
  msgid "You can't activate the free version of"
775
  msgstr ""
776
 
777
- #: init.php:140
778
  msgid "while you are using the premium one."
779
  msgstr ""
780
 
781
- #: templates/admin/wishlist-panel-premium.php:185
782
- #: templates/admin/wishlist-panel-premium.php:383
 
783
  msgid ""
784
  "Upgrade to the %1$spremium version%2$s%3$sof %1$sYITH WooCommerce Wishlist"
785
  "%2$s to benefit from all features!"
786
  msgstr ""
787
 
788
- #: templates/admin/wishlist-panel-premium.php:187
789
- #: templates/admin/wishlist-panel-premium.php:385
 
790
  msgid "%1$sUPGRADE%2$s%3$s to the premium version%2$s"
791
  msgstr ""
792
 
793
- #: templates/admin/wishlist-panel-premium.php:193
794
  msgid "Premium Features"
795
  msgstr ""
796
 
797
- #: templates/admin/wishlist-panel-premium.php:196
798
- #: templates/admin/wishlist-panel-premium.php:201
799
  msgid "Multiple Wishlist"
800
  msgstr ""
801
 
802
- #: templates/admin/wishlist-panel-premium.php:203
 
803
  msgid ""
804
  "%1$sDoes it ever happened to you to have too many wishes for a single wish "
805
  "list?%2$s%3$s The possibility to manage one's wishes is a fundamental "
@@ -810,38 +820,43 @@ msgid ""
810
  "manage and share their own wish lists."
811
  msgstr ""
812
 
813
- #: templates/admin/wishlist-panel-premium.php:212
814
- #: templates/admin/wishlist-panel-premium.php:222
815
  msgid "Wishlist Private"
816
  msgstr ""
817
 
818
- #: templates/admin/wishlist-panel-premium.php:214
 
819
  msgid ""
820
  "By enabling the option wishlist, users will also have the possibility to "
821
  "%1$smanage the visibility%2$s of their wish lists according to one of the "
822
  "following options:"
823
  msgstr ""
824
 
825
- #: templates/admin/wishlist-panel-premium.php:216
 
826
  msgid "%1$spublic:%2$s all users can look for your wish list and see it;"
827
  msgstr ""
828
 
829
- #: templates/admin/wishlist-panel-premium.php:217
 
830
  msgid ""
831
  "%1$sshared:%2$s only users possessing a direct link to the wish list page "
832
  "can display it;"
833
  msgstr ""
834
 
835
- #: templates/admin/wishlist-panel-premium.php:218
 
836
  msgid "%1$sprivate:%2$s only the wish list creator can see it."
837
  msgstr ""
838
 
839
- #: templates/admin/wishlist-panel-premium.php:229
840
- #: templates/admin/wishlist-panel-premium.php:234
841
  msgid "Estimate Cost"
842
  msgstr ""
843
 
844
- #: templates/admin/wishlist-panel-premium.php:236
 
845
  msgid ""
846
  "%1$sDo you want to add the possibility to ask for estimates of costs into "
847
  "your catalogue?%3$s Do you want to manage customised packets for faithful "
@@ -853,12 +868,13 @@ msgid ""
853
  "address that you have previously set."
854
  msgstr ""
855
 
856
- #: templates/admin/wishlist-panel-premium.php:245
857
- #: templates/admin/wishlist-panel-premium.php:250
858
  msgid "Admin Panel"
859
  msgstr ""
860
 
861
- #: templates/admin/wishlist-panel-premium.php:247
 
862
  msgid ""
863
  "Thanks to the useful Admin panel, accessible directly among the WooCommerce "
864
  "submenu pages, you will have total control on users' wishlists. In addition "
@@ -868,12 +884,13 @@ msgid ""
868
  "in customers' wish lists."
869
  msgstr ""
870
 
871
- #: templates/admin/wishlist-panel-premium.php:257
872
- #: templates/admin/wishlist-panel-premium.php:262
873
  msgid "Search Wishlists"
874
  msgstr ""
875
 
876
- #: templates/admin/wishlist-panel-premium.php:264
 
877
  msgid ""
878
  "How many times have you been looking for the perfect gift for a important "
879
  "event but you had no idea of what to buy? %1$s'Search wishlists'%2$s allows "
@@ -882,11 +899,12 @@ msgid ""
882
  "your products and even encourage users to purchase."
883
  msgstr ""
884
 
885
- #: templates/admin/wishlist-panel-premium.php:273
886
  msgid "'ADD TO CART' CHECKBOX"
887
  msgstr ""
888
 
889
- #: templates/admin/wishlist-panel-premium.php:275
 
890
  msgid ""
891
  "Your shop offers always a wide selection of products and wishlists of your "
892
  "users get more and more crowded everyday. Give them the possibility to "
@@ -894,19 +912,20 @@ msgid ""
894
  "just with one click."
895
  msgstr ""
896
 
897
- #: templates/admin/wishlist-panel-premium.php:278
898
  msgid "'ADD TO CART'"
899
  msgstr ""
900
 
901
- #: templates/admin/wishlist-panel-premium.php:285
902
  msgid "DISABLE WISHLIST"
903
  msgstr ""
904
 
905
- #: templates/admin/wishlist-panel-premium.php:290
906
  msgid "DISABLE WISHLIST FOR UNLOGGED USERS"
907
  msgstr ""
908
 
909
- #: templates/admin/wishlist-panel-premium.php:292
 
910
  msgid ""
911
  "Favour users that have registered to your shop and disable plugin "
912
  "functionalities for all users that have not. By disabling this option, each "
@@ -914,27 +933,29 @@ msgid ""
914
  "%2$s to \"My Account\" page and a message will invite them to log in."
915
  msgstr ""
916
 
917
- #: templates/admin/wishlist-panel-premium.php:301
918
  msgid "MESSAGE TO UNLOGGED USERS"
919
  msgstr ""
920
 
921
- #: templates/admin/wishlist-panel-premium.php:303
 
922
  msgid ""
923
  "Invite users that are visiting your shop to login if they want to fully "
924
  "benefit from Wishlist functionalities. Show a %1$scustomised message%2$s and "
925
  "redirect them to \"My Account\" page for registration."
926
  msgstr ""
927
 
928
- #: templates/admin/wishlist-panel-premium.php:306
929
  msgid "UNLOGGED USERS"
930
  msgstr ""
931
 
932
- #: templates/admin/wishlist-panel-premium.php:313
933
- #: templates/admin/wishlist-panel-premium.php:318
934
  msgid "POPULAR TABLE"
935
  msgstr ""
936
 
937
- #: templates/admin/wishlist-panel-premium.php:320
 
938
  msgid ""
939
  "Some products draw customer's attention more than others and they do not "
940
  "hesitate to add products to their wishlist. Table %1$s'Popular'%2$s allows "
@@ -942,27 +963,29 @@ msgid ""
942
  "their wishlists."
943
  msgstr ""
944
 
945
- #: templates/admin/wishlist-panel-premium.php:329
946
  msgid "FUNCTIONALITIES IN ONE CLICK"
947
  msgstr ""
948
 
949
- #: templates/admin/wishlist-panel-premium.php:331
 
950
  msgid ""
951
  "Users have the possibility to search for a wishlist, create a new one or "
952
  "display those already created. Add these %1$sfunctionalities%2$s through the "
953
  "dedicated widgets or show them immediately after \"Wishlist\" table."
954
  msgstr ""
955
 
956
- #: templates/admin/wishlist-panel-premium.php:334
957
  msgid "FUNCTIONALITIES"
958
  msgstr ""
959
 
960
- #: templates/admin/wishlist-panel-premium.php:341
961
- #: templates/admin/wishlist-panel-premium.php:346
962
  msgid "PROMOTIONAL EMAIL"
963
  msgstr ""
964
 
965
- #: templates/admin/wishlist-panel-premium.php:348
 
966
  msgid ""
967
  "If you want to give the right input to your users to persuade them to "
968
  "%1$spurchase the products%2$s they have in their wishlists, you need to use "
@@ -971,11 +994,12 @@ msgid ""
971
  "will know you are offering a unique offer!"
972
  msgstr ""
973
 
974
- #: templates/admin/wishlist-panel-premium.php:357
975
  msgid "FROM A WISHLIST TO ANOTHER"
976
  msgstr ""
977
 
978
- #: templates/admin/wishlist-panel-premium.php:359
 
979
  msgid ""
980
  "Who said that a product has to remain forever in the same wishlist? With the "
981
  "option %1$s\"Show \"Move to another wishlist\" dropdown menu\"%2$s, with "
@@ -983,128 +1007,108 @@ msgid ""
983
  "another one, managing as they want their lists."
984
  msgstr ""
985
 
986
- #: templates/admin/wishlist-panel-premium.php:362
987
  msgid "FROM A WISHLIST"
988
  msgstr ""
989
 
990
- #: templates/admin/wishlist-panel-premium.php:369
991
  msgid "DATE"
992
  msgstr ""
993
 
994
- #: templates/admin/wishlist-panel-premium.php:374
995
  msgid "DATE OF ADDITION TO A WISHLIST"
996
  msgstr ""
997
 
998
- #: templates/admin/wishlist-panel-premium.php:376
 
999
  msgid ""
1000
  "Activating the %1$s\"Show date of addition\"%2$s option, users can see the "
1001
  "date in which they have added a particular product to their list: a new way "
1002
  "to keep you users informed about their operations."
1003
  msgstr ""
1004
 
1005
- #: templates/share.php:32
1006
  msgid "Pinterest"
1007
  msgstr ""
1008
 
1009
- #: templates/share.php:38
1010
  #, fuzzy
1011
  msgid "Google+"
1012
  msgstr "Comparilhar no Google+"
1013
 
1014
- #: templates/share.php:44
1015
  msgid "Email"
1016
  msgstr ""
1017
 
1018
- #: templates/wishlist-view.php:32
1019
  #, fuzzy
1020
  msgid "Edit title"
1021
  msgstr "Titulo da lista de desejos"
1022
 
1023
- #: templates/wishlist-view.php:41
1024
  msgid "Save"
1025
  msgstr ""
1026
 
1027
- #: templates/wishlist-view.php:45
1028
  msgid "Cancel"
1029
  msgstr ""
1030
 
1031
- #: templates/wishlist-view.php:82
1032
  msgid "Product Name"
1033
  msgstr "Nome do Produto"
1034
 
1035
- #: templates/wishlist-view.php:89
1036
  msgid "Unit Price"
1037
  msgstr "Preço unitário"
1038
 
1039
- #: templates/wishlist-view.php:102
1040
  msgid "Stock Status"
1041
  msgstr "Status do estoque"
1042
 
1043
- #: templates/wishlist-view.php:152 templates/wishlist-view.php:232
1044
  msgid "Remove this product"
1045
  msgstr "Remover este produto"
1046
 
1047
- #: templates/wishlist-view.php:172
1048
  msgid "Free!"
1049
  msgstr ""
1050
 
1051
- #: templates/wishlist-view.php:179
1052
  msgid "Out of Stock"
1053
  msgstr "Sem estoque"
1054
 
1055
- #: templates/wishlist-view.php:179
1056
  msgid "In Stock"
1057
  msgstr "Em estoque"
1058
 
1059
- #: templates/wishlist-view.php:188
 
1060
  msgid "Added on : %s"
1061
  msgstr ""
1062
 
1063
- #: templates/wishlist-view.php:200
1064
  msgid "Move"
1065
  msgstr ""
1066
 
1067
- #: templates/wishlist-view.php:232
1068
  msgid "Remove"
1069
  msgstr ""
1070
 
1071
- #: templates/wishlist-view.php:259
1072
  msgid "Add the selected products to the cart"
1073
  msgstr ""
1074
 
1075
- #: templates/wishlist-view.php:267 templates/wishlist-view.php:313
1076
  msgid "Ask for an estimate"
1077
  msgstr ""
1078
 
1079
- #: templates/wishlist-view.php:303
1080
  msgid "Your email"
1081
  msgstr ""
1082
 
1083
- #. Plugin Name of the plugin/theme
1084
  #, fuzzy
1085
- msgid "YITH WooCommerce Wishlist"
1086
- msgstr "Adicionar aos meus desejos"
1087
-
1088
- #. Plugin URI of the plugin/theme
1089
- msgid "https://yithemes.com/themes/plugins/yith-woocommerce-wishlist/"
1090
- msgstr ""
1091
-
1092
- #. Description of the plugin/theme
1093
- msgid ""
1094
- "<code><strong>YITH WooCommerce Wishlist</strong></code> gives your users the "
1095
- "possibility to create, fill, manage and share their wishlists allowing you "
1096
- "to analyze their interests and needs to improve your marketing strategies. "
1097
- "<a href=\"https://yithemes.com/\" target=\"_blank\">Get more plugins for "
1098
- "your e-commerce on <strong>YITH</strong></a>"
1099
- msgstr ""
1100
-
1101
- #. Author of the plugin/theme
1102
- msgid "YITH"
1103
- msgstr ""
1104
-
1105
- #. Author URI of the plugin/theme
1106
- msgid "https://yithemes.com/"
1107
- msgstr ""
1108
 
1109
  #, fuzzy
1110
  #~ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
+ "POT-Creation-Date: 2019-02-12 14:38+0100\n"
6
+ "PO-Revision-Date: 2019-02-12 14:38+0100\n"
7
  "Last-Translator: YIThemes <support@yithemes.com>\n"
8
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
9
  "Language: pt_BR\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 2.2\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"
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:1484
25
+ #: ../includes/class.yith-wcwl-admin-init.php:1485
26
+ #: ../includes/class.yith-wcwl-install.php:245
27
  msgid "Wishlist"
28
  msgstr "Lista de Desejos"
29
 
30
+ #: ../includes/class.yith-wcwl-admin-init.php:161
31
  msgid "Settings"
32
  msgstr "Configurações"
33
 
34
+ #: ../includes/class.yith-wcwl-admin-init.php:162
35
+ #: ../includes/class.yith-wcwl-admin-init.php:243
36
  msgid "Colors"
37
  msgstr "Cores"
38
 
39
+ #: ../includes/class.yith-wcwl-admin-init.php:163
40
  msgid "Premium Version"
41
  msgstr ""
42
 
43
+ #: ../includes/class.yith-wcwl-admin-init.php:1015
44
  msgid "Enable all plugin features"
45
  msgstr ""
46
 
47
+ #: ../includes/class.yith-wcwl-admin-init.php:1016
48
  msgid ""
49
  "Be sure to select at least one option in the Wishlist page menu in this "
50
  "settings page"
51
  msgstr ""
52
 
53
+ #: ../includes/class.yith-wcwl-admin-init.php:1017
54
  msgctxt "[Part of]: Also, please read the plugin documentation"
55
  msgid "Also, please read the plugin"
56
  msgstr ""
57
 
58
+ #: ../includes/class.yith-wcwl-admin-init.php:1018
59
  msgctxt "[Part Of]: Also, please read the plugin documentation"
60
  msgid "documentation"
61
  msgstr ""
62
 
63
+ #: ../includes/class.yith-wcwl-admin-init.php:1024
64
  msgid "Upgrade to the PREMIUM VERSION"
65
  msgstr ""
66
 
67
+ #: ../includes/class.yith-wcwl-admin-init.php:1028
68
  msgid "Discover the Advanced Features"
69
  msgstr ""
70
 
71
+ #: ../includes/class.yith-wcwl-admin-init.php:1029
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:1035
78
  msgid "Get Support and Pro Features"
79
  msgstr ""
80
 
81
+ #: ../includes/class.yith-wcwl-admin-init.php:1036
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:1046
89
  msgid "General Settings"
90
  msgstr "Opções gerais"
91
 
92
+ #: ../includes/class.yith-wcwl-admin-init.php:1053
93
  msgid "Enable YITH Wishlist"
94
  msgstr "Ativar Lista de Desejos"
95
 
96
+ #: ../includes/class.yith-wcwl-admin-init.php:1060
97
  #, fuzzy
98
  msgid "Default wishlist title"
99
  msgstr "Titulo da lista de desejos"
100
 
101
+ #: ../includes/class.yith-wcwl-admin-init.php:1062
102
+ #: ../includes/class.yith-wcwl-admin-init.php:1063
103
+ #: ../includes/class.yith-wcwl-admin-init.php:1299
104
+ #, php-format
105
  msgid "My wishlist on %s"
106
  msgstr "Minha lista de desejos em %s"
107
 
108
+ #: ../includes/class.yith-wcwl-admin-init.php:1068
109
  msgid "Wishlist Page"
110
  msgstr "Meus desejos"
111
 
112
+ #: ../includes/class.yith-wcwl-admin-init.php:1069
113
  msgid "Page contents: [yith_wcwl_wishlist]"
114
  msgstr "Conteúdo da página: [yith_wcwl_wishlist]"
115
 
116
+ #: ../includes/class.yith-wcwl-admin-init.php:1078
117
  msgid "Position"
118
  msgstr "Posição"
119
 
120
+ #: ../includes/class.yith-wcwl-admin-init.php:1079
121
  msgid ""
122
  "You can add the button in variable products only after the \"Add to Cart\" "
123
  "button or using the shortcode [yith_wcwl_add_to_wishlist]."
125
  "Em produtos variáveis você pode adicionar isto somenteapós \"Adicionar ao "
126
  "Carrinho\" ou usar o shortcode [yith_wcwl_add_to_wishlist]."
127
 
128
+ #: ../includes/class.yith-wcwl-admin-init.php:1085
129
  msgid "After \"Add to cart\""
130
  msgstr "Após \" Adicionar ao carrinho \""
131
 
132
+ #: ../includes/class.yith-wcwl-admin-init.php:1086
133
  msgid "After thumbnails"
134
  msgstr "Após miniaturas"
135
 
136
+ #: ../includes/class.yith-wcwl-admin-init.php:1087
137
  msgid "After summary"
138
  msgstr "Após sumário"
139
 
140
+ #: ../includes/class.yith-wcwl-admin-init.php:1088
141
  msgid "Use shortcode"
142
  msgstr "Usar shortcode"
143
 
144
+ #: ../includes/class.yith-wcwl-admin-init.php:1093
145
  msgid "Redirect to cart"
146
  msgstr "Redirecionar para o carrinho"
147
 
148
+ #: ../includes/class.yith-wcwl-admin-init.php:1094
149
  msgid ""
150
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
151
  "page."
153
  "Redirecionar para a página de carrinho se o botão \" Adicionar ao carrinho "
154
  "\" estiver clicado na página de lista de desejos."
155
 
156
+ #: ../includes/class.yith-wcwl-admin-init.php:1100
157
  msgid "Remove if added to the cart"
158
  msgstr "Remover se adicionado ao carrinho"
159
 
160
+ #: ../includes/class.yith-wcwl-admin-init.php:1101
161
  #, fuzzy
162
  msgid "Remove the product from the wishlist if it has been added to the cart."
163
  msgstr ""
164
  "Remover o produto da lista, se a mesma tiver sido adicionada ao carrinho."
165
 
166
+ #: ../includes/class.yith-wcwl-admin-init.php:1107
167
  msgid "\"Add to Wishlist\" text"
168
  msgstr "Texto \" Adicionar a Lista de Desejos\""
169
 
170
+ #: ../includes/class.yith-wcwl-admin-init.php:1109
171
  msgid "Add to Wishlist"
172
  msgstr "Adicionar aos meus desejos"
173
 
174
+ #: ../includes/class.yith-wcwl-admin-init.php:1114
175
  #, fuzzy
176
  msgid "\"Browse wishlist\" text"
177
  msgstr "Veja sua lista de desejos!"
178
 
179
+ #: ../includes/class.yith-wcwl-admin-init.php:1116
180
+ #: ../includes/class.yith-wcwl-ui.php:82 ../includes/class.yith-wcwl-ui.php:83
181
  msgid "Browse Wishlist"
182
  msgstr "Veja sua lista de desejos!"
183
 
184
+ #: ../includes/class.yith-wcwl-admin-init.php:1121
185
  #, fuzzy
186
  msgid "\"Product already in wishlist\" text"
187
  msgstr "Produto já na lista de desejos."
188
 
189
+ #: ../includes/class.yith-wcwl-admin-init.php:1123
190
+ #: ../includes/class.yith-wcwl-ui.php:83
191
  msgid "The product is already in the wishlist!"
192
  msgstr "Esse produto já se encontra na sua lista de desejos!"
193
 
194
+ #: ../includes/class.yith-wcwl-admin-init.php:1128
195
  #, fuzzy
196
  msgid "\"Product added\" text"
197
  msgstr "Produto adicionado!"
198
 
199
+ #: ../includes/class.yith-wcwl-admin-init.php:1130
200
+ #: ../includes/class.yith-wcwl-ui.php:82
201
  msgid "Product added!"
202
  msgstr "Produto adicionado!"
203
 
204
+ #: ../includes/class.yith-wcwl-admin-init.php:1135
205
  msgid "\"Add to Cart\" text"
206
  msgstr "Texto \" Adicionar ao Carrinho\""
207
 
208
+ #: ../includes/class.yith-wcwl-admin-init.php:1137
209
  msgid "Add to Cart"
210
  msgstr "Adicionar ao Carrinho"
211
 
212
+ #: ../includes/class.yith-wcwl-admin-init.php:1142
213
  #, fuzzy
214
  msgid "Show Unit price"
215
  msgstr "Preço unitário"
216
 
217
+ #: ../includes/class.yith-wcwl-admin-init.php:1143
218
  msgid "Show unit price for each product in wishlist"
219
  msgstr ""
220
 
221
+ #: ../includes/class.yith-wcwl-admin-init.php:1150
222
  #, fuzzy
223
  msgid "Show \"Add to Cart\" button"
224
  msgstr "Texto do botão \"Adicionar ao carrinho \""
225
 
226
+ #: ../includes/class.yith-wcwl-admin-init.php:1151
227
  #, fuzzy
228
  msgid "Show \"Add to Cart\" button for each product in wishlist"
229
  msgstr "Fundo do do botão \"Adicionar ao carrinho \""
230
 
231
+ #: ../includes/class.yith-wcwl-admin-init.php:1158
232
  #, fuzzy
233
  msgid "Show Stock status"
234
  msgstr "Status do estoque"
235
 
236
+ #: ../includes/class.yith-wcwl-admin-init.php:1159
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:1166
242
  msgid "Show Date of addition"
243
  msgstr ""
244
 
245
+ #: ../includes/class.yith-wcwl-admin-init.php:1167
246
  #, fuzzy
247
  msgid "Show the date when users have added a product to the wishlist"
248
  msgstr "Oops! Ocorreu um erro ao adicionar o produto à lista de desejos."
249
 
250
+ #: ../includes/class.yith-wcwl-admin-init.php:1174
251
  #, fuzzy
252
  msgid "Add second remove button"
253
  msgstr "Texto do botão \"Adicionar ao carrinho \""
254
 
255
+ #: ../includes/class.yith-wcwl-admin-init.php:1175
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:1190
260
  msgid "Styles"
261
  msgstr "Estilos"
262
 
263
+ #: ../includes/class.yith-wcwl-admin-init.php:1197
264
  msgid "Use buttons"
265
  msgstr "Usar botões"
266
 
267
+ #: ../includes/class.yith-wcwl-admin-init.php:1198
268
  #, fuzzy
269
  msgid "Use buttons instead of simple anchors."
270
  msgstr "Usar botões ao invés de simples âncoras."
271
 
272
+ #: ../includes/class.yith-wcwl-admin-init.php:1204
273
  msgid "Custom CSS"
274
  msgstr "CSS Customizado"
275
 
276
+ #: ../includes/class.yith-wcwl-admin-init.php:1211
277
  msgid "Use theme style"
278
  msgstr "Usar estilo do tema"
279
 
280
+ #: ../includes/class.yith-wcwl-admin-init.php:1212
281
  msgid "Use the theme style."
282
  msgstr "Usar o estilo do tema."
283
 
284
+ #: ../includes/class.yith-wcwl-admin-init.php:1218
285
  #, fuzzy
286
  msgid "Rounded buttons"
287
  msgstr "Usar botões"
288
 
289
+ #: ../includes/class.yith-wcwl-admin-init.php:1219
290
  #, fuzzy
291
  msgid "Make button corners rounded"
292
  msgstr "Faça botões do canto arredondado"
293
 
294
+ #: ../includes/class.yith-wcwl-admin-init.php:1225
295
  msgid "\"Add to Wishlist\" icon"
296
  msgstr "Ícone \"Adicionar aos meus desejos\" "
297
 
298
+ #: ../includes/class.yith-wcwl-admin-init.php:1226
299
  msgid "Add an icon to the \"Add to Wishlist\" button"
300
  msgstr "Adicionar um ícone ao botão \"Adicionar aos meus desejos\""
301
 
302
+ #: ../includes/class.yith-wcwl-admin-init.php:1236
303
  msgid "\"Add to Cart\" icon"
304
  msgstr "Ícone \"Adicionar ao Carrinho\""
305
 
306
+ #: ../includes/class.yith-wcwl-admin-init.php:1237
307
  msgid "Add an icon to the \"Add to Cart\" button"
308
  msgstr "Adicionar um ícone ao botão \"Adicionar ao carrinho\""
309
 
310
+ #: ../includes/class.yith-wcwl-admin-init.php:1255
311
  #, fuzzy
312
  msgid "Social Networks & Share"
313
  msgstr "Social &amp; Compartilhamento"
314
 
315
+ #: ../includes/class.yith-wcwl-admin-init.php:1262
316
  msgid "Share on Facebook"
317
  msgstr "Compartilhar no Facebook"
318
 
319
+ #: ../includes/class.yith-wcwl-admin-init.php:1263
320
  #, fuzzy
321
  msgid "Show \"Share on Facebook\" button"
322
  msgstr "Compartilhar no Facebook"
323
 
324
+ #: ../includes/class.yith-wcwl-admin-init.php:1269
325
  msgid "Tweet on Twitter"
326
  msgstr "Tweetar no Twitter"
327
 
328
+ #: ../includes/class.yith-wcwl-admin-init.php:1270
329
  #, fuzzy
330
  msgid "Show \"Tweet on Twitter\" button"
331
  msgstr "Tweetar no Twitter"
332
 
333
+ #: ../includes/class.yith-wcwl-admin-init.php:1276
334
  msgid "Pin on Pinterest"
335
  msgstr ""
336
 
337
+ #: ../includes/class.yith-wcwl-admin-init.php:1277
338
  #, fuzzy
339
  msgid "Show \"Pin on Pinterest\" button"
340
  msgstr "Texto do botão \"Adicionar ao carrinho \""
341
 
342
+ #: ../includes/class.yith-wcwl-admin-init.php:1283
343
  msgid "Share on Google+"
344
  msgstr "Comparilhar no Google+"
345
 
346
+ #: ../includes/class.yith-wcwl-admin-init.php:1284
347
  #, fuzzy
348
  msgid "Show \"Share on Google+\" button"
349
  msgstr "Compartilhar no Facebook"
350
 
351
+ #: ../includes/class.yith-wcwl-admin-init.php:1290
352
  msgid "Share by Email"
353
  msgstr ""
354
 
355
+ #: ../includes/class.yith-wcwl-admin-init.php:1291
356
  #, fuzzy
357
  msgid "Show \"Share by Email\" button"
358
  msgstr "Texto do botão \"Adicionar ao carrinho \""
359
 
360
+ #: ../includes/class.yith-wcwl-admin-init.php:1297
361
  #, fuzzy
362
  msgid "Social title"
363
  msgstr "Título Mídias Sociais"
364
 
365
+ #: ../includes/class.yith-wcwl-admin-init.php:1304
366
  #, fuzzy
367
  msgid "Social text"
368
  msgstr "Texto Mídias Sociais"
369
 
370
+ #: ../includes/class.yith-wcwl-admin-init.php:1305
371
  msgid ""
372
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
373
  "strong> where you want to show the URL of your wishlist."
374
  msgstr ""
375
 
376
+ #: ../includes/class.yith-wcwl-admin-init.php:1312
377
  #, fuzzy
378
  msgid "Social image URL"
379
  msgstr "Url para compartilhamento"
380
 
381
+ #: ../includes/class.yith-wcwl-admin-init.php:1313
382
  msgid "It will be used by Pinterest."
383
  msgstr ""
384
 
385
+ #: ../includes/class.yith-wcwl-admin-init.php:1327
386
+ #, php-format
387
  msgid ""
388
  "If you want to take advantage of this feature, you could consider to "
389
  "purchase the %s."
390
  msgstr ""
391
 
392
+ #: ../includes/class.yith-wcwl-admin-init.php:1332
393
  msgid "YITH WooCommerce Frequently Bought Together Integration"
394
  msgstr ""
395
 
396
+ #: ../includes/class.yith-wcwl-admin-init.php:1339
397
  msgid "Enable slider in wishlist"
398
  msgstr ""
399
 
400
+ #: ../includes/class.yith-wcwl-admin-init.php:1340
401
+ #, php-format
402
  msgid ""
403
  "Choose to enable product slider in wishlist page with linked products (<a "
404
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
405
  msgstr ""
406
 
407
+ #: ../includes/class.yith-wcwl-admin-init.php:1376
408
  #, fuzzy
409
  msgid "\"Add to wishlist\" button"
410
  msgstr "Texto do botão \"Adicionar aos meus desejos\""
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 "Background"
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 "Text"
426
  msgstr ""
427
 
428
+ #: ../includes/class.yith-wcwl-admin-init.php:1381
429
+ #: ../includes/class.yith-wcwl-admin-init.php:1399
430
+ #: ../includes/class.yith-wcwl-admin-init.php:1417
431
+ #: ../includes/class.yith-wcwl-admin-init.php:1435
432
+ #: ../includes/class.yith-wcwl-admin-init.php:1453
433
  msgid "Border"
434
  msgstr ""
435
 
436
+ #: ../includes/class.yith-wcwl-admin-init.php:1388
437
+ #: ../includes/class.yith-wcwl-admin-init.php:1406
438
+ #: ../includes/class.yith-wcwl-admin-init.php:1424
439
+ #: ../includes/class.yith-wcwl-admin-init.php:1442
440
  msgid "Background (hover)"
441
  msgstr ""
442
 
443
+ #: ../includes/class.yith-wcwl-admin-init.php:1389
444
+ #: ../includes/class.yith-wcwl-admin-init.php:1407
445
+ #: ../includes/class.yith-wcwl-admin-init.php:1425
446
+ #: ../includes/class.yith-wcwl-admin-init.php:1443
447
  msgid "Text (hover)"
448
  msgstr ""
449
 
450
+ #: ../includes/class.yith-wcwl-admin-init.php:1390
451
+ #: ../includes/class.yith-wcwl-admin-init.php:1408
452
+ #: ../includes/class.yith-wcwl-admin-init.php:1426
453
+ #: ../includes/class.yith-wcwl-admin-init.php:1444
454
  msgid "Border (hover)"
455
  msgstr ""
456
 
457
+ #: ../includes/class.yith-wcwl-admin-init.php:1394
458
  #, fuzzy
459
  msgid "\"Add to Cart\" button"
460
  msgstr "Texto do botão \"Adicionar ao carrinho \""
461
 
462
+ #: ../includes/class.yith-wcwl-admin-init.php:1412
463
  msgid "\"Style 1\" button"
464
  msgstr ""
465
 
466
+ #: ../includes/class.yith-wcwl-admin-init.php:1430
467
  msgid "\"Style 2\" button"
468
  msgstr ""
469
 
470
+ #: ../includes/class.yith-wcwl-admin-init.php:1448
471
  #, fuzzy
472
  msgid "Wishlist table"
473
  msgstr "Titulo da lista de desejos"
474
 
475
+ #: ../includes/class.yith-wcwl-admin-init.php:1457
476
  msgid "Headers"
477
  msgstr ""
478
 
479
+ #: ../includes/class.yith-wcwl-admin-init.php:1460
480
  msgid "Background color"
481
  msgstr ""
482
 
483
+ #: ../includes/class.yith-wcwl-admin-init.php:1550
484
  #, fuzzy
485
  msgid "Wishlist Activated"
486
  msgstr "Titulo da lista de desejos"
487
 
488
+ #: ../includes/class.yith-wcwl-admin-init.php:1551
489
+ #, php-format
490
  msgid ""
491
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
492
  "can access to all the settings of our plugins that you have activated. "
494
  "options, <a href=\"%s\">discover it now</a>."
495
  msgstr ""
496
 
497
+ #: ../includes/class.yith-wcwl-admin-init.php:1562
498
  #, fuzzy
499
  msgid "Wishlist Updated"
500
  msgstr "Meus desejos"
501
 
502
+ #: ../includes/class.yith-wcwl-admin-init.php:1563
503
+ #, php-format
504
  msgid ""
505
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
506
  "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
509
  "\">discover the PREMIUM version.</a>"
510
  msgstr ""
511
 
512
+ #: ../includes/class.yith-wcwl-init.php:437
513
  msgid ""
514
  "We are sorry, but this feature is available only if cookies are enabled on "
515
  "your browser."
516
  msgstr ""
517
 
518
+ #: ../includes/class.yith-wcwl-init.php:438
519
  #, fuzzy
520
  msgid "Product correctly added to cart"
521
  msgstr "Produto adicionado ao carrinho."
522
 
523
+ #: ../includes/class.yith-wcwl-install.php:244
524
  msgctxt "page_slug"
525
  msgid "wishlist"
526
  msgstr ""
527
 
528
+ #: ../includes/class.yith-wcwl-privacy.php:50
529
  msgid "While you visit our site, we’ll track:"
530
  msgstr ""
531
 
532
+ #: ../includes/class.yith-wcwl-privacy.php:52
533
  msgid ""
534
  "Products you’ve added to the wishlist: we’ll use this to show you and other "
535
  "users your favourite products, and to create targeted email campaigns."
536
  msgstr ""
537
 
538
+ #: ../includes/class.yith-wcwl-privacy.php:53
539
  msgid ""
540
  "Wishlists you’ve created: we’ll keep track of the wishlists you create, and "
541
  "make them visible to the store’s staff"
542
  msgstr ""
543
 
544
+ #: ../includes/class.yith-wcwl-privacy.php:55
545
  msgid ""
546
  "We’ll also use cookies to keep track of wishlist contents while you’re "
547
  "browsing our site."
548
  msgstr ""
549
 
550
+ #: ../includes/class.yith-wcwl-privacy.php:58
551
  msgid ""
552
  "Members of our team have access to the information you provide us. For "
553
  "example, both Administrators and Shop Managers can access:"
554
  msgstr ""
555
 
556
+ #: ../includes/class.yith-wcwl-privacy.php:60
557
  msgid ""
558
  "Wishlist details, such as products added, date of addition, name and privacy "
559
  "settings of your wishlists"
560
  msgstr ""
561
 
562
+ #: ../includes/class.yith-wcwl-privacy.php:62
563
  msgid ""
564
  "Our team members have access to this information to offer you better deals "
565
  "for the products you love."
566
  msgstr ""
567
 
568
+ #: ../includes/class.yith-wcwl-privacy.php:82
569
+ #: ../includes/class.yith-wcwl-privacy.php:98
570
  #, fuzzy
571
  msgid "Customer Wishlists"
572
  msgstr "Adicionar aos meus desejos"
573
 
574
+ #: ../includes/class.yith-wcwl-privacy.php:133
575
  #, fuzzy
576
  msgid "Wishlists"
577
  msgstr "Lista de Desejos"
578
 
579
+ #: ../includes/class.yith-wcwl-privacy.php:195
580
+ #, fuzzy, php-format
 
581
  msgid "Removed wishlist %s."
582
  msgstr "Minha lista de desejos em %s"
583
 
584
+ #: ../includes/class.yith-wcwl-privacy.php:199
585
+ #, fuzzy, php-format
 
586
  msgid "Wishlist %s has been retained."
587
  msgstr "Texto da tabela de desejos"
588
 
589
+ #: ../includes/class.yith-wcwl-privacy.php:210
590
  msgid "Removed default user's wishlist"
591
  msgstr ""
592
 
593
+ #: ../includes/class.yith-wcwl-privacy.php:228
594
  msgid "Token"
595
  msgstr ""
596
 
597
+ #: ../includes/class.yith-wcwl-privacy.php:229
598
  #, fuzzy
599
  msgid "Wishlist url"
600
  msgstr "Lista de Desejos"
601
 
602
+ #: ../includes/class.yith-wcwl-privacy.php:230
603
  msgid "Title"
604
  msgstr ""
605
 
606
+ #: ../includes/class.yith-wcwl-privacy.php:231
607
  msgctxt "date wishlist was created"
608
  msgid "Created on"
609
  msgstr ""
610
 
611
+ #: ../includes/class.yith-wcwl-privacy.php:232
612
  msgid "Visibility"
613
  msgstr ""
614
 
615
+ #: ../includes/class.yith-wcwl-privacy.php:233
616
  msgid "Items Added"
617
  msgstr ""
618
 
619
+ #: ../includes/class.yith-wcwl-privacy.php:283
620
+ #: ../templates/wishlist-view.php:212
621
  #, fuzzy
622
  msgid "Shared"
623
  msgstr "Compartilhar em:"
624
 
625
+ #: ../includes/class.yith-wcwl-privacy.php:286
626
+ #: ../templates/wishlist-view.php:215
627
  msgid "Private"
628
  msgstr ""
629
 
630
+ #: ../includes/class.yith-wcwl-privacy.php:289
631
+ #: ../templates/wishlist-view.php:218
632
  msgid "Public"
633
  msgstr ""
634
 
635
+ #: ../includes/class.yith-wcwl-shortcode.php:45
636
  #, fuzzy
637
  msgctxt "[gutenberg]: block name"
638
  msgid "YITH Add to Wishlist"
639
  msgstr "Adicionar aos meus desejos"
640
 
641
+ #: ../includes/class.yith-wcwl-shortcode.php:46
642
  #, fuzzy
643
  msgctxt "[gutenberg]: block description"
644
  msgid "Shows Add to Wishlist button"
645
  msgstr "Texto do botão \"Adicionar aos meus desejos\""
646
 
647
+ #: ../includes/class.yith-wcwl-shortcode.php:51
648
  msgid ""
649
  "ID of the product to add to wishlist (leave empty to use global product)"
650
  msgstr ""
651
 
652
+ #: ../includes/class.yith-wcwl-shortcode.php:56
653
  msgid "Url of wishlist page (leave empty to use default)"
654
  msgstr ""
655
 
656
+ #: ../includes/class.yith-wcwl-shortcode.php:61
657
  msgid "Button label (leave empty to use default)"
658
  msgstr ""
659
 
660
+ #: ../includes/class.yith-wcwl-shortcode.php:66
661
  msgid "\"Browse wishlist\" label (leave empty to use default)"
662
  msgstr ""
663
 
664
+ #: ../includes/class.yith-wcwl-shortcode.php:71
665
  #, fuzzy
666
  msgid "\"Product already in wishlist\" label (leave empty to use default)"
667
  msgstr "Produto já na lista de desejos."
668
 
669
+ #: ../includes/class.yith-wcwl-shortcode.php:76
670
  msgid "\"Product added to wishlist\" label (leave empty to use default)"
671
  msgstr ""
672
 
673
+ #: ../includes/class.yith-wcwl-shortcode.php:81
674
  msgid ""
675
  "Icon for the button (use any FontAwesome valid class, or leave empty to use "
676
  "default)"
677
  msgstr ""
678
 
679
+ #: ../includes/class.yith-wcwl-shortcode.php:86
680
  msgid "Additional css classes for the button (leave empty to use default)"
681
  msgstr ""
682
 
683
+ #: ../includes/class.yith-wcwl-shortcode.php:94
684
  #, fuzzy
685
  msgctxt "[gutenberg]: block name"
686
  msgid "YITH Wishlist"
687
  msgstr "Ativar Lista de Desejos"
688
 
689
+ #: ../includes/class.yith-wcwl-shortcode.php:95
690
  #, fuzzy
691
  msgctxt "[gutenberg]: block description"
692
  msgid "Shows list of products in wishlist"
693
  msgstr "Fundo do do botão \"Adicionar ao carrinho \""
694
 
695
+ #: ../includes/class.yith-wcwl-shortcode.php:100
696
  msgid "Choose whether to paginate items in the wishlist or show them all"
697
  msgstr ""
698
 
699
+ #: ../includes/class.yith-wcwl-shortcode.php:103
700
  msgid "Paginate"
701
  msgstr ""
702
 
703
+ #: ../includes/class.yith-wcwl-shortcode.php:104
704
  msgid "Do not paginate"
705
  msgstr ""
706
 
707
+ #: ../includes/class.yith-wcwl-shortcode.php:109
708
  msgid "Number of items to show for each page"
709
  msgstr ""
710
 
711
+ #: ../includes/class.yith-wcwl-shortcode.php:114
712
  msgid "ID of the wishlist to show (EG: K6EOWXB888ZD)"
713
  msgstr ""
714
 
715
+ #: ../includes/class.yith-wcwl-shortcode.php:386
716
+ #: ../includes/class.yith-wcwl-ui.php:164
717
  msgid "Share on:"
718
  msgstr "Compartilhar em:"
719
 
720
+ #: ../includes/class.yith-wcwl-ui.php:118
721
+ #: ../includes/class.yith-wcwl-ui.php:200
722
  msgid "Select options"
723
  msgstr "Selecione as opções"
724
 
725
+ #: ../includes/class.yith-wcwl-ui.php:168 ../templates/share.php:20
726
  msgid "Facebook"
727
  msgstr "Facebook"
728
 
729
+ #: ../includes/class.yith-wcwl-ui.php:171 ../templates/share.php:26
730
  msgid "Twitter"
731
  msgstr "Twitter"
732
 
733
+ #: ../includes/class.yith-wcwl-ui.php:180
734
  msgid "email"
735
  msgstr ""
736
 
737
+ #: ../includes/class.yith-wcwl.php:201
738
  #, fuzzy
739
  msgid "An error occurred while adding products to the wishlist."
740
  msgstr "Oops! Ocorreu um erro ao adicionar o produto à lista de desejos."
741
 
742
+ #: ../includes/class.yith-wcwl.php:293
743
  #, fuzzy
744
  msgid "An error occurred while adding products to wishlist."
745
  msgstr "Oops! Ocorreu um erro ao adicionar o produto à lista de desejos."
746
 
747
+ #: ../includes/class.yith-wcwl.php:310
748
  msgid "The \"Remove\" option now does not require any parameter"
749
  msgstr ""
750
 
751
+ #: ../includes/class.yith-wcwl.php:359
752
  #, fuzzy
753
  msgid "An error occurred while removing products from the wishlist"
754
  msgstr "Oops! Ocorreu um erro ao remover o produto à lista de desejos."
755
 
756
+ #: ../includes/class.yith-wcwl.php:809
757
  msgid "You need to log in before creating a new wishlist"
758
  msgstr ""
759
 
760
+ #: ../includes/class.yith-wcwl.php:1610
761
  msgid "Product successfully removed."
762
  msgstr "Produto removida com sucesso."
763
 
764
+ #: ../includes/class.yith-wcwl.php:1614
765
  msgid "Error. Unable to remove the product from the wishlist."
766
  msgstr "Erro. Não foi possível remover o produto da lista de desejos."
767
 
768
+ #: ../includes/class.yith-wcwl.php:1618 ../templates/wishlist-view.php:242
769
  msgid "No products were added to the wishlist"
770
  msgstr "Nenhum produto foi adicionado à lista de desejos"
771
 
772
+ #: ../includes/class.yith-wcwl.php:1660
773
  msgid "An error as occurred."
774
  msgstr ""
775
 
776
+ #: ../init.php:130
777
  msgid "is enabled but not effective. It requires WooCommerce in order to work."
778
  msgstr ""
779
 
780
+ #: ../init.php:140
781
  msgid "You can't activate the free version of"
782
  msgstr ""
783
 
784
+ #: ../init.php:140
785
  msgid "while you are using the premium one."
786
  msgstr ""
787
 
788
+ #: ../templates/admin/wishlist-panel-premium.php:185
789
+ #: ../templates/admin/wishlist-panel-premium.php:383
790
+ #, php-format
791
  msgid ""
792
  "Upgrade to the %1$spremium version%2$s%3$sof %1$sYITH WooCommerce Wishlist"
793
  "%2$s to benefit from all features!"
794
  msgstr ""
795
 
796
+ #: ../templates/admin/wishlist-panel-premium.php:187
797
+ #: ../templates/admin/wishlist-panel-premium.php:385
798
+ #, php-format
799
  msgid "%1$sUPGRADE%2$s%3$s to the premium version%2$s"
800
  msgstr ""
801
 
802
+ #: ../templates/admin/wishlist-panel-premium.php:193
803
  msgid "Premium Features"
804
  msgstr ""
805
 
806
+ #: ../templates/admin/wishlist-panel-premium.php:196
807
+ #: ../templates/admin/wishlist-panel-premium.php:201
808
  msgid "Multiple Wishlist"
809
  msgstr ""
810
 
811
+ #: ../templates/admin/wishlist-panel-premium.php:203
812
+ #, php-format
813
  msgid ""
814
  "%1$sDoes it ever happened to you to have too many wishes for a single wish "
815
  "list?%2$s%3$s The possibility to manage one's wishes is a fundamental "
820
  "manage and share their own wish lists."
821
  msgstr ""
822
 
823
+ #: ../templates/admin/wishlist-panel-premium.php:212
824
+ #: ../templates/admin/wishlist-panel-premium.php:222
825
  msgid "Wishlist Private"
826
  msgstr ""
827
 
828
+ #: ../templates/admin/wishlist-panel-premium.php:214
829
+ #, php-format
830
  msgid ""
831
  "By enabling the option wishlist, users will also have the possibility to "
832
  "%1$smanage the visibility%2$s of their wish lists according to one of the "
833
  "following options:"
834
  msgstr ""
835
 
836
+ #: ../templates/admin/wishlist-panel-premium.php:216
837
+ #, php-format
838
  msgid "%1$spublic:%2$s all users can look for your wish list and see it;"
839
  msgstr ""
840
 
841
+ #: ../templates/admin/wishlist-panel-premium.php:217
842
+ #, php-format
843
  msgid ""
844
  "%1$sshared:%2$s only users possessing a direct link to the wish list page "
845
  "can display it;"
846
  msgstr ""
847
 
848
+ #: ../templates/admin/wishlist-panel-premium.php:218
849
+ #, php-format
850
  msgid "%1$sprivate:%2$s only the wish list creator can see it."
851
  msgstr ""
852
 
853
+ #: ../templates/admin/wishlist-panel-premium.php:229
854
+ #: ../templates/admin/wishlist-panel-premium.php:234
855
  msgid "Estimate Cost"
856
  msgstr ""
857
 
858
+ #: ../templates/admin/wishlist-panel-premium.php:236
859
+ #, php-format
860
  msgid ""
861
  "%1$sDo you want to add the possibility to ask for estimates of costs into "
862
  "your catalogue?%3$s Do you want to manage customised packets for faithful "
868
  "address that you have previously set."
869
  msgstr ""
870
 
871
+ #: ../templates/admin/wishlist-panel-premium.php:245
872
+ #: ../templates/admin/wishlist-panel-premium.php:250
873
  msgid "Admin Panel"
874
  msgstr ""
875
 
876
+ #: ../templates/admin/wishlist-panel-premium.php:247
877
+ #, php-format
878
  msgid ""
879
  "Thanks to the useful Admin panel, accessible directly among the WooCommerce "
880
  "submenu pages, you will have total control on users' wishlists. In addition "
884
  "in customers' wish lists."
885
  msgstr ""
886
 
887
+ #: ../templates/admin/wishlist-panel-premium.php:257
888
+ #: ../templates/admin/wishlist-panel-premium.php:262
889
  msgid "Search Wishlists"
890
  msgstr ""
891
 
892
+ #: ../templates/admin/wishlist-panel-premium.php:264
893
+ #, php-format
894
  msgid ""
895
  "How many times have you been looking for the perfect gift for a important "
896
  "event but you had no idea of what to buy? %1$s'Search wishlists'%2$s allows "
899
  "your products and even encourage users to purchase."
900
  msgstr ""
901
 
902
+ #: ../templates/admin/wishlist-panel-premium.php:273
903
  msgid "'ADD TO CART' CHECKBOX"
904
  msgstr ""
905
 
906
+ #: ../templates/admin/wishlist-panel-premium.php:275
907
+ #, php-format
908
  msgid ""
909
  "Your shop offers always a wide selection of products and wishlists of your "
910
  "users get more and more crowded everyday. Give them the possibility to "
912
  "just with one click."
913
  msgstr ""
914
 
915
+ #: ../templates/admin/wishlist-panel-premium.php:278
916
  msgid "'ADD TO CART'"
917
  msgstr ""
918
 
919
+ #: ../templates/admin/wishlist-panel-premium.php:285
920
  msgid "DISABLE WISHLIST"
921
  msgstr ""
922
 
923
+ #: ../templates/admin/wishlist-panel-premium.php:290
924
  msgid "DISABLE WISHLIST FOR UNLOGGED USERS"
925
  msgstr ""
926
 
927
+ #: ../templates/admin/wishlist-panel-premium.php:292
928
+ #, php-format
929
  msgid ""
930
  "Favour users that have registered to your shop and disable plugin "
931
  "functionalities for all users that have not. By disabling this option, each "
933
  "%2$s to \"My Account\" page and a message will invite them to log in."
934
  msgstr ""
935
 
936
+ #: ../templates/admin/wishlist-panel-premium.php:301
937
  msgid "MESSAGE TO UNLOGGED USERS"
938
  msgstr ""
939
 
940
+ #: ../templates/admin/wishlist-panel-premium.php:303
941
+ #, php-format
942
  msgid ""
943
  "Invite users that are visiting your shop to login if they want to fully "
944
  "benefit from Wishlist functionalities. Show a %1$scustomised message%2$s and "
945
  "redirect them to \"My Account\" page for registration."
946
  msgstr ""
947
 
948
+ #: ../templates/admin/wishlist-panel-premium.php:306
949
  msgid "UNLOGGED USERS"
950
  msgstr ""
951
 
952
+ #: ../templates/admin/wishlist-panel-premium.php:313
953
+ #: ../templates/admin/wishlist-panel-premium.php:318
954
  msgid "POPULAR TABLE"
955
  msgstr ""
956
 
957
+ #: ../templates/admin/wishlist-panel-premium.php:320
958
+ #, php-format
959
  msgid ""
960
  "Some products draw customer's attention more than others and they do not "
961
  "hesitate to add products to their wishlist. Table %1$s'Popular'%2$s allows "
963
  "their wishlists."
964
  msgstr ""
965
 
966
+ #: ../templates/admin/wishlist-panel-premium.php:329
967
  msgid "FUNCTIONALITIES IN ONE CLICK"
968
  msgstr ""
969
 
970
+ #: ../templates/admin/wishlist-panel-premium.php:331
971
+ #, php-format
972
  msgid ""
973
  "Users have the possibility to search for a wishlist, create a new one or "
974
  "display those already created. Add these %1$sfunctionalities%2$s through the "
975
  "dedicated widgets or show them immediately after \"Wishlist\" table."
976
  msgstr ""
977
 
978
+ #: ../templates/admin/wishlist-panel-premium.php:334
979
  msgid "FUNCTIONALITIES"
980
  msgstr ""
981
 
982
+ #: ../templates/admin/wishlist-panel-premium.php:341
983
+ #: ../templates/admin/wishlist-panel-premium.php:346
984
  msgid "PROMOTIONAL EMAIL"
985
  msgstr ""
986
 
987
+ #: ../templates/admin/wishlist-panel-premium.php:348
988
+ #, php-format
989
  msgid ""
990
  "If you want to give the right input to your users to persuade them to "
991
  "%1$spurchase the products%2$s they have in their wishlists, you need to use "
994
  "will know you are offering a unique offer!"
995
  msgstr ""
996
 
997
+ #: ../templates/admin/wishlist-panel-premium.php:357
998
  msgid "FROM A WISHLIST TO ANOTHER"
999
  msgstr ""
1000
 
1001
+ #: ../templates/admin/wishlist-panel-premium.php:359
1002
+ #, php-format
1003
  msgid ""
1004
  "Who said that a product has to remain forever in the same wishlist? With the "
1005
  "option %1$s\"Show \"Move to another wishlist\" dropdown menu\"%2$s, with "
1007
  "another one, managing as they want their lists."
1008
  msgstr ""
1009
 
1010
+ #: ../templates/admin/wishlist-panel-premium.php:362
1011
  msgid "FROM A WISHLIST"
1012
  msgstr ""
1013
 
1014
+ #: ../templates/admin/wishlist-panel-premium.php:369
1015
  msgid "DATE"
1016
  msgstr ""
1017
 
1018
+ #: ../templates/admin/wishlist-panel-premium.php:374
1019
  msgid "DATE OF ADDITION TO A WISHLIST"
1020
  msgstr ""
1021
 
1022
+ #: ../templates/admin/wishlist-panel-premium.php:376
1023
+ #, php-format
1024
  msgid ""
1025
  "Activating the %1$s\"Show date of addition\"%2$s option, users can see the "
1026
  "date in which they have added a particular product to their list: a new way "
1027
  "to keep you users informed about their operations."
1028
  msgstr ""
1029
 
1030
+ #: ../templates/share.php:32
1031
  msgid "Pinterest"
1032
  msgstr ""
1033
 
1034
+ #: ../templates/share.php:38
1035
  #, fuzzy
1036
  msgid "Google+"
1037
  msgstr "Comparilhar no Google+"
1038
 
1039
+ #: ../templates/share.php:44
1040
  msgid "Email"
1041
  msgstr ""
1042
 
1043
+ #: ../templates/wishlist-view.php:32
1044
  #, fuzzy
1045
  msgid "Edit title"
1046
  msgstr "Titulo da lista de desejos"
1047
 
1048
+ #: ../templates/wishlist-view.php:41
1049
  msgid "Save"
1050
  msgstr ""
1051
 
1052
+ #: ../templates/wishlist-view.php:45
1053
  msgid "Cancel"
1054
  msgstr ""
1055
 
1056
+ #: ../templates/wishlist-view.php:82
1057
  msgid "Product Name"
1058
  msgstr "Nome do Produto"
1059
 
1060
+ #: ../templates/wishlist-view.php:89
1061
  msgid "Unit Price"
1062
  msgstr "Preço unitário"
1063
 
1064
+ #: ../templates/wishlist-view.php:102
1065
  msgid "Stock Status"
1066
  msgstr "Status do estoque"
1067
 
1068
+ #: ../templates/wishlist-view.php:152 ../templates/wishlist-view.php:232
1069
  msgid "Remove this product"
1070
  msgstr "Remover este produto"
1071
 
1072
+ #: ../templates/wishlist-view.php:172
1073
  msgid "Free!"
1074
  msgstr ""
1075
 
1076
+ #: ../templates/wishlist-view.php:179
1077
  msgid "Out of Stock"
1078
  msgstr "Sem estoque"
1079
 
1080
+ #: ../templates/wishlist-view.php:179
1081
  msgid "In Stock"
1082
  msgstr "Em estoque"
1083
 
1084
+ #: ../templates/wishlist-view.php:188
1085
+ #, php-format
1086
  msgid "Added on : %s"
1087
  msgstr ""
1088
 
1089
+ #: ../templates/wishlist-view.php:200
1090
  msgid "Move"
1091
  msgstr ""
1092
 
1093
+ #: ../templates/wishlist-view.php:232
1094
  msgid "Remove"
1095
  msgstr ""
1096
 
1097
+ #: ../templates/wishlist-view.php:259
1098
  msgid "Add the selected products to the cart"
1099
  msgstr ""
1100
 
1101
+ #: ../templates/wishlist-view.php:267 ../templates/wishlist-view.php:313
1102
  msgid "Ask for an estimate"
1103
  msgstr ""
1104
 
1105
+ #: ../templates/wishlist-view.php:303
1106
  msgid "Your email"
1107
  msgstr ""
1108
 
 
1109
  #, fuzzy
1110
+ #~ msgid "YITH WooCommerce Wishlist"
1111
+ #~ msgstr "Adicionar aos meus desejos"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1112
 
1113
  #, fuzzy
1114
  #~ msgid ""
languages/yith-woocommerce-wishlist-pt_PT.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-pt_PT.po CHANGED
@@ -2,15 +2,15 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
- "POT-Creation-Date: 2018-12-21 10:28:38+00:00\n"
6
- "PO-Revision-Date: 2018-10-04 14:51+0200\n"
7
  "Last-Translator: YIThemes <support@yithemes.com>\n"
8
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
9
  "Language: pt_PT\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 2.0.8\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"
@@ -20,103 +20,104 @@ msgstr ""
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:1484
25
- #: includes/class.yith-wcwl-admin-init.php:1485
26
- #: includes/class.yith-wcwl-install.php:245
27
  msgid "Wishlist"
28
  msgstr "Lista de Desejos"
29
 
30
- #: includes/class.yith-wcwl-admin-init.php:161
31
  msgid "Settings"
32
  msgstr "Configurações"
33
 
34
- #: includes/class.yith-wcwl-admin-init.php:162
35
- #: includes/class.yith-wcwl-admin-init.php:243
36
  msgid "Colors"
37
  msgstr "Cores"
38
 
39
- #: includes/class.yith-wcwl-admin-init.php:163
40
  msgid "Premium Version"
41
  msgstr ""
42
 
43
- #: includes/class.yith-wcwl-admin-init.php:1015
44
  msgid "Enable all plugin features"
45
  msgstr ""
46
 
47
- #: includes/class.yith-wcwl-admin-init.php:1016
48
  msgid ""
49
  "Be sure to select at least one option in the Wishlist page menu in this "
50
  "settings page"
51
  msgstr ""
52
 
53
- #: includes/class.yith-wcwl-admin-init.php:1017
54
  msgctxt "[Part of]: Also, please read the plugin documentation"
55
  msgid "Also, please read the plugin"
56
  msgstr ""
57
 
58
- #: includes/class.yith-wcwl-admin-init.php:1018
59
  msgctxt "[Part Of]: Also, please read the plugin documentation"
60
  msgid "documentation"
61
  msgstr ""
62
 
63
- #: includes/class.yith-wcwl-admin-init.php:1024
64
  msgid "Upgrade to the PREMIUM VERSION"
65
  msgstr ""
66
 
67
- #: includes/class.yith-wcwl-admin-init.php:1028
68
  msgid "Discover the Advanced Features"
69
  msgstr ""
70
 
71
- #: includes/class.yith-wcwl-admin-init.php:1029
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:1035
78
  msgid "Get Support and Pro Features"
79
  msgstr ""
80
 
81
- #: includes/class.yith-wcwl-admin-init.php:1036
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:1046
89
  msgid "General Settings"
90
  msgstr "Opções gerais"
91
 
92
- #: includes/class.yith-wcwl-admin-init.php:1053
93
  msgid "Enable YITH Wishlist"
94
  msgstr "Ativar Lista de Desejos"
95
 
96
- #: includes/class.yith-wcwl-admin-init.php:1060
97
  #, fuzzy
98
  msgid "Default wishlist title"
99
  msgstr "Titulo da lista de desejos"
100
 
101
- #: includes/class.yith-wcwl-admin-init.php:1062
102
- #: includes/class.yith-wcwl-admin-init.php:1063
103
- #: includes/class.yith-wcwl-admin-init.php:1299
 
104
  msgid "My wishlist on %s"
105
  msgstr "Minha lista de desejos em %s"
106
 
107
- #: includes/class.yith-wcwl-admin-init.php:1068
108
  msgid "Wishlist Page"
109
  msgstr "Meus desejos"
110
 
111
- #: includes/class.yith-wcwl-admin-init.php:1069
112
  msgid "Page contents: [yith_wcwl_wishlist]"
113
  msgstr "Conteúdo da página: [yith_wcwl_wishlist]"
114
 
115
- #: includes/class.yith-wcwl-admin-init.php:1078
116
  msgid "Position"
117
  msgstr "Posição"
118
 
119
- #: includes/class.yith-wcwl-admin-init.php:1079
120
  #, fuzzy
121
  msgid ""
122
  "You can add the button in variable products only after the \"Add to Cart\" "
@@ -125,27 +126,27 @@ msgstr ""
125
  "Em produtos variáveis você pode adicionar isto somenteapós \"Adcionar ao "
126
  "Carrinho\" ou usar o shortcode [yith_wcwl_add_to_wishlist]."
127
 
128
- #: includes/class.yith-wcwl-admin-init.php:1085
129
  msgid "After \"Add to cart\""
130
  msgstr "Após \" Adicionar ao carrinho \""
131
 
132
- #: includes/class.yith-wcwl-admin-init.php:1086
133
  msgid "After thumbnails"
134
  msgstr "Após miniaturas"
135
 
136
- #: includes/class.yith-wcwl-admin-init.php:1087
137
  msgid "After summary"
138
  msgstr "Após sumário"
139
 
140
- #: includes/class.yith-wcwl-admin-init.php:1088
141
  msgid "Use shortcode"
142
  msgstr "Usar shortcode"
143
 
144
- #: includes/class.yith-wcwl-admin-init.php:1093
145
  msgid "Redirect to cart"
146
  msgstr "Redirecionar para o carrinho"
147
 
148
- #: includes/class.yith-wcwl-admin-init.php:1094
149
  msgid ""
150
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
151
  "page."
@@ -153,332 +154,335 @@ msgstr ""
153
  "Redirecionar para a página de carrinho se o botão \" Adcionar ao carrinho \" "
154
  "estiver clicado na página de lista de desejos."
155
 
156
- #: includes/class.yith-wcwl-admin-init.php:1100
157
  msgid "Remove if added to the cart"
158
  msgstr "Remover se adcionado ao carrinho"
159
 
160
- #: includes/class.yith-wcwl-admin-init.php:1101
161
  #, fuzzy
162
  msgid "Remove the product from the wishlist if it has been added to the cart."
163
  msgstr ""
164
  "Remover o produto da lista, se a mesma tiver sido adicionada ao carrinho."
165
 
166
- #: includes/class.yith-wcwl-admin-init.php:1107
167
  msgid "\"Add to Wishlist\" text"
168
  msgstr "Texto \" Adcionar a Lista de Desejos\""
169
 
170
- #: includes/class.yith-wcwl-admin-init.php:1109
171
  msgid "Add to Wishlist"
172
  msgstr "Adicionar aos meus desejos"
173
 
174
- #: includes/class.yith-wcwl-admin-init.php:1114
175
  #, fuzzy
176
  msgid "\"Browse wishlist\" text"
177
  msgstr "Veja sua lista de desejos!"
178
 
179
- #: includes/class.yith-wcwl-admin-init.php:1116
180
- #: includes/class.yith-wcwl-ui.php:82 includes/class.yith-wcwl-ui.php:83
181
  msgid "Browse Wishlist"
182
  msgstr "Veja sua lista de desejos!"
183
 
184
- #: includes/class.yith-wcwl-admin-init.php:1121
185
  #, fuzzy
186
  msgid "\"Product already in wishlist\" text"
187
  msgstr "Produto já na lista de desejos."
188
 
189
- #: includes/class.yith-wcwl-admin-init.php:1123
190
- #: includes/class.yith-wcwl-ui.php:83
191
  msgid "The product is already in the wishlist!"
192
  msgstr "Esse produto já se encontra na sua lista de desejos!"
193
 
194
- #: includes/class.yith-wcwl-admin-init.php:1128
195
  #, fuzzy
196
  msgid "\"Product added\" text"
197
  msgstr "Produto adicionado!"
198
 
199
- #: includes/class.yith-wcwl-admin-init.php:1130
200
- #: includes/class.yith-wcwl-ui.php:82
201
  msgid "Product added!"
202
  msgstr "Produto adicionado!"
203
 
204
- #: includes/class.yith-wcwl-admin-init.php:1135
205
  msgid "\"Add to Cart\" text"
206
  msgstr "Texto \" Adicionar ao Carrinho\""
207
 
208
- #: includes/class.yith-wcwl-admin-init.php:1137
209
  msgid "Add to Cart"
210
  msgstr "Adcionar ao Carrinho"
211
 
212
- #: includes/class.yith-wcwl-admin-init.php:1142
213
  #, fuzzy
214
  msgid "Show Unit price"
215
  msgstr "Preço unitário"
216
 
217
- #: includes/class.yith-wcwl-admin-init.php:1143
218
  msgid "Show unit price for each product in wishlist"
219
  msgstr ""
220
 
221
- #: includes/class.yith-wcwl-admin-init.php:1150
222
  #, fuzzy
223
  msgid "Show \"Add to Cart\" button"
224
  msgstr "Texto do botão \"Adicionar ao carrinho \""
225
 
226
- #: includes/class.yith-wcwl-admin-init.php:1151
227
  #, fuzzy
228
  msgid "Show \"Add to Cart\" button for each product in wishlist"
229
  msgstr "Fundo do do botão \"Adicionar ao carrinho \""
230
 
231
- #: includes/class.yith-wcwl-admin-init.php:1158
232
  msgid "Show Stock status"
233
  msgstr "Status do stock"
234
 
235
- #: includes/class.yith-wcwl-admin-init.php:1159
236
  msgid ""
237
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
238
  msgstr ""
239
 
240
- #: includes/class.yith-wcwl-admin-init.php:1166
241
  msgid "Show Date of addition"
242
  msgstr ""
243
 
244
- #: includes/class.yith-wcwl-admin-init.php:1167
245
  #, fuzzy
246
  msgid "Show the date when users have added a product to the wishlist"
247
  msgstr "Oops! Ocorreu um erro ao adicionar o produto à lista de desejos."
248
 
249
- #: includes/class.yith-wcwl-admin-init.php:1174
250
  #, fuzzy
251
  msgid "Add second remove button"
252
  msgstr "Texto do botão \"Adicionar ao carrinho \""
253
 
254
- #: includes/class.yith-wcwl-admin-init.php:1175
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:1190
259
  msgid "Styles"
260
  msgstr "Estilos"
261
 
262
- #: includes/class.yith-wcwl-admin-init.php:1197
263
  msgid "Use buttons"
264
  msgstr "Usar botões"
265
 
266
- #: includes/class.yith-wcwl-admin-init.php:1198
267
  #, fuzzy
268
  msgid "Use buttons instead of simple anchors."
269
  msgstr "Usar botões ao invés de simples âncoras."
270
 
271
- #: includes/class.yith-wcwl-admin-init.php:1204
272
  msgid "Custom CSS"
273
  msgstr "CSS Customizado"
274
 
275
- #: includes/class.yith-wcwl-admin-init.php:1211
276
  msgid "Use theme style"
277
  msgstr "Usar estilo do tema"
278
 
279
- #: includes/class.yith-wcwl-admin-init.php:1212
280
  msgid "Use the theme style."
281
  msgstr "Usar o estilo do tema."
282
 
283
- #: includes/class.yith-wcwl-admin-init.php:1218
284
  #, fuzzy
285
  msgid "Rounded buttons"
286
  msgstr "Usar botões"
287
 
288
- #: includes/class.yith-wcwl-admin-init.php:1219
289
  #, fuzzy
290
  msgid "Make button corners rounded"
291
  msgstr "Faça botões do canto arredondado"
292
 
293
- #: includes/class.yith-wcwl-admin-init.php:1225
294
  msgid "\"Add to Wishlist\" icon"
295
  msgstr "Ícone \"Adcionar aos meus desejos\" "
296
 
297
- #: includes/class.yith-wcwl-admin-init.php:1226
298
  msgid "Add an icon to the \"Add to Wishlist\" button"
299
  msgstr "Adicionar um ícone ao botão \"Adcionar aos meus desejos\""
300
 
301
- #: includes/class.yith-wcwl-admin-init.php:1236
302
  msgid "\"Add to Cart\" icon"
303
  msgstr "Ícone \"Adicionar ao Carrinho\""
304
 
305
- #: includes/class.yith-wcwl-admin-init.php:1237
306
  msgid "Add an icon to the \"Add to Cart\" button"
307
  msgstr "Adicionar um ícone ao botão \"Adcionar ao carrinho\""
308
 
309
- #: includes/class.yith-wcwl-admin-init.php:1255
310
  #, fuzzy
311
  msgid "Social Networks & Share"
312
  msgstr "Social &amp; Compartilhamento"
313
 
314
- #: includes/class.yith-wcwl-admin-init.php:1262
315
  msgid "Share on Facebook"
316
  msgstr "Partilhar no Facebook"
317
 
318
- #: includes/class.yith-wcwl-admin-init.php:1263
319
  msgid "Show \"Share on Facebook\" button"
320
  msgstr "Partilhar no Facebook"
321
 
322
- #: includes/class.yith-wcwl-admin-init.php:1269
323
  msgid "Tweet on Twitter"
324
  msgstr "Tweetar no Twitter"
325
 
326
- #: includes/class.yith-wcwl-admin-init.php:1270
327
  #, fuzzy
328
  msgid "Show \"Tweet on Twitter\" button"
329
  msgstr "Tweetar no Twitter"
330
 
331
- #: includes/class.yith-wcwl-admin-init.php:1276
332
  msgid "Pin on Pinterest"
333
  msgstr ""
334
 
335
- #: includes/class.yith-wcwl-admin-init.php:1277
336
  #, fuzzy
337
  msgid "Show \"Pin on Pinterest\" button"
338
  msgstr "Texto do botão \"Adicionar ao carrinho \""
339
 
340
- #: includes/class.yith-wcwl-admin-init.php:1283
341
  msgid "Share on Google+"
342
  msgstr "Partilhar no Google+"
343
 
344
- #: includes/class.yith-wcwl-admin-init.php:1284
345
  #, fuzzy
346
  msgid "Show \"Share on Google+\" button"
347
  msgstr "Partilhar no Facebook"
348
 
349
- #: includes/class.yith-wcwl-admin-init.php:1290
350
  msgid "Share by Email"
351
  msgstr ""
352
 
353
- #: includes/class.yith-wcwl-admin-init.php:1291
354
  #, fuzzy
355
  msgid "Show \"Share by Email\" button"
356
  msgstr "Texto do botão \"Adicionar ao carrinho \""
357
 
358
- #: includes/class.yith-wcwl-admin-init.php:1297
359
  msgid "Social title"
360
  msgstr "Título Redes Sociais"
361
 
362
- #: includes/class.yith-wcwl-admin-init.php:1304
363
  msgid "Social text"
364
  msgstr "Texto Redes Sociais"
365
 
366
- #: includes/class.yith-wcwl-admin-init.php:1305
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."
370
  msgstr ""
371
 
372
- #: includes/class.yith-wcwl-admin-init.php:1312
373
  msgid "Social image URL"
374
  msgstr "Url para partilhar"
375
 
376
- #: includes/class.yith-wcwl-admin-init.php:1313
377
  msgid "It will be used by Pinterest."
378
  msgstr ""
379
 
380
- #: includes/class.yith-wcwl-admin-init.php:1327
 
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:1332
387
  msgid "YITH WooCommerce Frequently Bought Together Integration"
388
  msgstr ""
389
 
390
- #: includes/class.yith-wcwl-admin-init.php:1339
391
  msgid "Enable slider in wishlist"
392
  msgstr ""
393
 
394
- #: includes/class.yith-wcwl-admin-init.php:1340
 
395
  msgid ""
396
  "Choose to enable product slider in wishlist page with linked products (<a "
397
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
398
  msgstr ""
399
 
400
- #: includes/class.yith-wcwl-admin-init.php:1376
401
  #, fuzzy
402
  msgid "\"Add to wishlist\" button"
403
  msgstr "Texto do botão \"Adicionar aos meus desejos\""
404
 
405
- #: includes/class.yith-wcwl-admin-init.php:1379
406
- #: includes/class.yith-wcwl-admin-init.php:1397
407
- #: includes/class.yith-wcwl-admin-init.php:1415
408
- #: includes/class.yith-wcwl-admin-init.php:1433
409
- #: includes/class.yith-wcwl-admin-init.php:1451
410
  msgid "Background"
411
  msgstr ""
412
 
413
- #: includes/class.yith-wcwl-admin-init.php:1380
414
- #: includes/class.yith-wcwl-admin-init.php:1398
415
- #: includes/class.yith-wcwl-admin-init.php:1416
416
- #: includes/class.yith-wcwl-admin-init.php:1434
417
- #: includes/class.yith-wcwl-admin-init.php:1452
418
  msgid "Text"
419
  msgstr ""
420
 
421
- #: includes/class.yith-wcwl-admin-init.php:1381
422
- #: includes/class.yith-wcwl-admin-init.php:1399
423
- #: includes/class.yith-wcwl-admin-init.php:1417
424
- #: includes/class.yith-wcwl-admin-init.php:1435
425
- #: includes/class.yith-wcwl-admin-init.php:1453
426
  msgid "Border"
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 "Background (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 "Text (hover)"
441
  msgstr ""
442
 
443
- #: includes/class.yith-wcwl-admin-init.php:1390
444
- #: includes/class.yith-wcwl-admin-init.php:1408
445
- #: includes/class.yith-wcwl-admin-init.php:1426
446
- #: includes/class.yith-wcwl-admin-init.php:1444
447
  msgid "Border (hover)"
448
  msgstr ""
449
 
450
- #: includes/class.yith-wcwl-admin-init.php:1394
451
  #, fuzzy
452
  msgid "\"Add to Cart\" button"
453
  msgstr "Texto do botão \"Adicionar ao carrinho \""
454
 
455
- #: includes/class.yith-wcwl-admin-init.php:1412
456
  msgid "\"Style 1\" button"
457
  msgstr ""
458
 
459
- #: includes/class.yith-wcwl-admin-init.php:1430
460
  msgid "\"Style 2\" button"
461
  msgstr ""
462
 
463
- #: includes/class.yith-wcwl-admin-init.php:1448
464
  #, fuzzy
465
  msgid "Wishlist table"
466
  msgstr "Titulo da lista de desejos"
467
 
468
- #: includes/class.yith-wcwl-admin-init.php:1457
469
  msgid "Headers"
470
  msgstr ""
471
 
472
- #: includes/class.yith-wcwl-admin-init.php:1460
473
  msgid "Background color"
474
  msgstr ""
475
 
476
- #: includes/class.yith-wcwl-admin-init.php:1550
477
  #, fuzzy
478
  msgid "Wishlist Activated"
479
  msgstr "Titulo da lista de desejos"
480
 
481
- #: includes/class.yith-wcwl-admin-init.php:1551
 
482
  msgid ""
483
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
484
  "can access to all the settings of our plugins that you have activated. "
@@ -486,12 +490,13 @@ msgid ""
486
  "options, <a href=\"%s\">discover it now</a>."
487
  msgstr ""
488
 
489
- #: includes/class.yith-wcwl-admin-init.php:1562
490
  #, fuzzy
491
  msgid "Wishlist Updated"
492
  msgstr "Meus desejos"
493
 
494
- #: includes/class.yith-wcwl-admin-init.php:1563
 
495
  msgid ""
496
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
497
  "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
@@ -500,302 +505,307 @@ msgid ""
500
  "\">discover the PREMIUM version.</a>"
501
  msgstr ""
502
 
503
- #: includes/class.yith-wcwl-init.php:437
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:438
510
  #, fuzzy
511
  msgid "Product correctly added to cart"
512
  msgstr "Produto adicionado ao carrinho."
513
 
514
- #: includes/class.yith-wcwl-install.php:244
515
  msgctxt "page_slug"
516
  msgid "wishlist"
517
  msgstr ""
518
 
519
- #: includes/class.yith-wcwl-privacy.php:50
520
  msgid "While you visit our site, we’ll track:"
521
  msgstr ""
522
 
523
- #: includes/class.yith-wcwl-privacy.php:52
524
  msgid ""
525
  "Products you’ve added to the wishlist: we’ll use this to show you and other "
526
  "users your favourite products, and to create targeted email campaigns."
527
  msgstr ""
528
 
529
- #: includes/class.yith-wcwl-privacy.php:53
530
  msgid ""
531
  "Wishlists you’ve created: we’ll keep track of the wishlists you create, and "
532
  "make them visible to the store’s staff"
533
  msgstr ""
534
 
535
- #: includes/class.yith-wcwl-privacy.php:55
536
  msgid ""
537
  "We’ll also use cookies to keep track of wishlist contents while you’re "
538
  "browsing our site."
539
  msgstr ""
540
 
541
- #: includes/class.yith-wcwl-privacy.php:58
542
  msgid ""
543
  "Members of our team have access to the information you provide us. For "
544
  "example, both Administrators and Shop Managers can access:"
545
  msgstr ""
546
 
547
- #: includes/class.yith-wcwl-privacy.php:60
548
  msgid ""
549
  "Wishlist details, such as products added, date of addition, name and privacy "
550
  "settings of your wishlists"
551
  msgstr ""
552
 
553
- #: includes/class.yith-wcwl-privacy.php:62
554
  msgid ""
555
  "Our team members have access to this information to offer you better deals "
556
  "for the products you love."
557
  msgstr ""
558
 
559
- #: includes/class.yith-wcwl-privacy.php:82
560
- #: includes/class.yith-wcwl-privacy.php:98
561
  #, fuzzy
562
  msgid "Customer Wishlists"
563
  msgstr "Adicionar aos meus desejos"
564
 
565
- #: includes/class.yith-wcwl-privacy.php:133
566
  #, fuzzy
567
  msgid "Wishlists"
568
  msgstr "Lista de Desejos"
569
 
570
- #. Translators: %s Order number.
571
- #: includes/class.yith-wcwl-privacy.php:195
572
- #, fuzzy
573
  msgid "Removed wishlist %s."
574
  msgstr "Minha lista de desejos em %s"
575
 
576
- #. Translators: %s Order number.
577
- #: includes/class.yith-wcwl-privacy.php:199
578
- #, fuzzy
579
  msgid "Wishlist %s has been retained."
580
  msgstr "Texto da tabela de desejos"
581
 
582
- #: includes/class.yith-wcwl-privacy.php:210
583
  msgid "Removed default user's wishlist"
584
  msgstr ""
585
 
586
- #: includes/class.yith-wcwl-privacy.php:228
587
  msgid "Token"
588
  msgstr ""
589
 
590
- #: includes/class.yith-wcwl-privacy.php:229
591
  #, fuzzy
592
  msgid "Wishlist url"
593
  msgstr "Lista de Desejos"
594
 
595
- #: includes/class.yith-wcwl-privacy.php:230
596
  msgid "Title"
597
  msgstr ""
598
 
599
- #: includes/class.yith-wcwl-privacy.php:231
600
  msgctxt "date wishlist was created"
601
  msgid "Created on"
602
  msgstr ""
603
 
604
- #: includes/class.yith-wcwl-privacy.php:232
605
  msgid "Visibility"
606
  msgstr ""
607
 
608
- #: includes/class.yith-wcwl-privacy.php:233
609
  msgid "Items Added"
610
  msgstr ""
611
 
612
- #: includes/class.yith-wcwl-privacy.php:283 templates/wishlist-view.php:212
 
613
  #, fuzzy
614
  msgid "Shared"
615
  msgstr "Partilhar no:"
616
 
617
- #: includes/class.yith-wcwl-privacy.php:286 templates/wishlist-view.php:215
 
618
  msgid "Private"
619
  msgstr ""
620
 
621
- #: includes/class.yith-wcwl-privacy.php:289 templates/wishlist-view.php:218
 
622
  msgid "Public"
623
  msgstr ""
624
 
625
- #: includes/class.yith-wcwl-shortcode.php:45
626
  #, fuzzy
627
  msgctxt "[gutenberg]: block name"
628
  msgid "YITH Add to Wishlist"
629
  msgstr "Adicionar aos meus desejos"
630
 
631
- #: includes/class.yith-wcwl-shortcode.php:46
632
  #, fuzzy
633
  msgctxt "[gutenberg]: block description"
634
  msgid "Shows Add to Wishlist button"
635
  msgstr "Texto do botão \"Adicionar aos meus desejos\""
636
 
637
- #: includes/class.yith-wcwl-shortcode.php:51
638
  msgid ""
639
  "ID of the product to add to wishlist (leave empty to use global product)"
640
  msgstr ""
641
 
642
- #: includes/class.yith-wcwl-shortcode.php:56
643
  msgid "Url of wishlist page (leave empty to use default)"
644
  msgstr ""
645
 
646
- #: includes/class.yith-wcwl-shortcode.php:61
647
  msgid "Button label (leave empty to use default)"
648
  msgstr ""
649
 
650
- #: includes/class.yith-wcwl-shortcode.php:66
651
  msgid "\"Browse wishlist\" label (leave empty to use default)"
652
  msgstr ""
653
 
654
- #: includes/class.yith-wcwl-shortcode.php:71
655
  #, fuzzy
656
  msgid "\"Product already in wishlist\" label (leave empty to use default)"
657
  msgstr "Produto já na lista de desejos."
658
 
659
- #: includes/class.yith-wcwl-shortcode.php:76
660
  msgid "\"Product added to wishlist\" label (leave empty to use default)"
661
  msgstr ""
662
 
663
- #: includes/class.yith-wcwl-shortcode.php:81
664
  msgid ""
665
  "Icon for the button (use any FontAwesome valid class, or leave empty to use "
666
  "default)"
667
  msgstr ""
668
 
669
- #: includes/class.yith-wcwl-shortcode.php:86
670
  msgid "Additional css classes for the button (leave empty to use default)"
671
  msgstr ""
672
 
673
- #: includes/class.yith-wcwl-shortcode.php:94
674
  #, fuzzy
675
  msgctxt "[gutenberg]: block name"
676
  msgid "YITH Wishlist"
677
  msgstr "Ativar Lista de Desejos"
678
 
679
- #: includes/class.yith-wcwl-shortcode.php:95
680
  #, fuzzy
681
  msgctxt "[gutenberg]: block description"
682
  msgid "Shows list of products in wishlist"
683
  msgstr "Fundo do do botão \"Adicionar ao carrinho \""
684
 
685
- #: includes/class.yith-wcwl-shortcode.php:100
686
  msgid "Choose whether to paginate items in the wishlist or show them all"
687
  msgstr ""
688
 
689
- #: includes/class.yith-wcwl-shortcode.php:103
690
  msgid "Paginate"
691
  msgstr ""
692
 
693
- #: includes/class.yith-wcwl-shortcode.php:104
694
  msgid "Do not paginate"
695
  msgstr ""
696
 
697
- #: includes/class.yith-wcwl-shortcode.php:109
698
  msgid "Number of items to show for each page"
699
  msgstr ""
700
 
701
- #: includes/class.yith-wcwl-shortcode.php:114
702
  msgid "ID of the wishlist to show (EG: K6EOWXB888ZD)"
703
  msgstr ""
704
 
705
- #: includes/class.yith-wcwl-shortcode.php:386
706
- #: includes/class.yith-wcwl-ui.php:164
707
  msgid "Share on:"
708
  msgstr "Partilhar no:"
709
 
710
- #: includes/class.yith-wcwl-ui.php:118 includes/class.yith-wcwl-ui.php:200
 
711
  msgid "Select options"
712
  msgstr "Selecione as opções"
713
 
714
- #: includes/class.yith-wcwl-ui.php:168 templates/share.php:20
715
  msgid "Facebook"
716
  msgstr "Facebook"
717
 
718
- #: includes/class.yith-wcwl-ui.php:171 templates/share.php:26
719
  msgid "Twitter"
720
  msgstr "Twitter"
721
 
722
- #: includes/class.yith-wcwl-ui.php:180
723
  msgid "email"
724
  msgstr ""
725
 
726
- #: includes/class.yith-wcwl.php:201
727
  #, fuzzy
728
  msgid "An error occurred while adding products to the wishlist."
729
  msgstr "Oops! Ocorreu um erro ao adicionar o produto à lista de desejos."
730
 
731
- #: includes/class.yith-wcwl.php:293
732
  #, fuzzy
733
  msgid "An error occurred while adding products to wishlist."
734
  msgstr "Oops! Ocorreu um erro ao adicionar o produto à lista de desejos."
735
 
736
- #: includes/class.yith-wcwl.php:310
737
  msgid "The \"Remove\" option now does not require any parameter"
738
  msgstr ""
739
 
740
- #: includes/class.yith-wcwl.php:359
741
  #, fuzzy
742
  msgid "An error occurred while removing products from the wishlist"
743
  msgstr "Oops! Ocorreu um erro ao remover o produto à lista de desejos."
744
 
745
- #: includes/class.yith-wcwl.php:809
746
  msgid "You need to log in before creating a new wishlist"
747
  msgstr ""
748
 
749
- #: includes/class.yith-wcwl.php:1610
750
  msgid "Product successfully removed."
751
  msgstr "Produto removido com sucesso."
752
 
753
- #: includes/class.yith-wcwl.php:1614
754
  msgid "Error. Unable to remove the product from the wishlist."
755
  msgstr "Erro. Não foi possível remover o produto da lista de desejos."
756
 
757
- #: includes/class.yith-wcwl.php:1618 templates/wishlist-view.php:242
758
  msgid "No products were added to the wishlist"
759
  msgstr "Nenhum produto foi adicionado à lista de desejos"
760
 
761
- #: includes/class.yith-wcwl.php:1660
762
  msgid "An error as occurred."
763
  msgstr ""
764
 
765
- #: init.php:130
766
  msgid "is enabled but not effective. It requires WooCommerce in order to work."
767
  msgstr ""
768
 
769
- #: init.php:140
770
  msgid "You can't activate the free version of"
771
  msgstr ""
772
 
773
- #: init.php:140
774
  msgid "while you are using the premium one."
775
  msgstr ""
776
 
777
- #: templates/admin/wishlist-panel-premium.php:185
778
- #: templates/admin/wishlist-panel-premium.php:383
 
779
  msgid ""
780
  "Upgrade to the %1$spremium version%2$s%3$sof %1$sYITH WooCommerce Wishlist"
781
  "%2$s to benefit from all features!"
782
  msgstr ""
783
 
784
- #: templates/admin/wishlist-panel-premium.php:187
785
- #: templates/admin/wishlist-panel-premium.php:385
 
786
  msgid "%1$sUPGRADE%2$s%3$s to the premium version%2$s"
787
  msgstr ""
788
 
789
- #: templates/admin/wishlist-panel-premium.php:193
790
  msgid "Premium Features"
791
  msgstr ""
792
 
793
- #: templates/admin/wishlist-panel-premium.php:196
794
- #: templates/admin/wishlist-panel-premium.php:201
795
  msgid "Multiple Wishlist"
796
  msgstr ""
797
 
798
- #: templates/admin/wishlist-panel-premium.php:203
 
799
  msgid ""
800
  "%1$sDoes it ever happened to you to have too many wishes for a single wish "
801
  "list?%2$s%3$s The possibility to manage one's wishes is a fundamental "
@@ -806,38 +816,43 @@ msgid ""
806
  "manage and share their own wish lists."
807
  msgstr ""
808
 
809
- #: templates/admin/wishlist-panel-premium.php:212
810
- #: templates/admin/wishlist-panel-premium.php:222
811
  msgid "Wishlist Private"
812
  msgstr ""
813
 
814
- #: templates/admin/wishlist-panel-premium.php:214
 
815
  msgid ""
816
  "By enabling the option wishlist, users will also have the possibility to "
817
  "%1$smanage the visibility%2$s of their wish lists according to one of the "
818
  "following options:"
819
  msgstr ""
820
 
821
- #: templates/admin/wishlist-panel-premium.php:216
 
822
  msgid "%1$spublic:%2$s all users can look for your wish list and see it;"
823
  msgstr ""
824
 
825
- #: templates/admin/wishlist-panel-premium.php:217
 
826
  msgid ""
827
  "%1$sshared:%2$s only users possessing a direct link to the wish list page "
828
  "can display it;"
829
  msgstr ""
830
 
831
- #: templates/admin/wishlist-panel-premium.php:218
 
832
  msgid "%1$sprivate:%2$s only the wish list creator can see it."
833
  msgstr ""
834
 
835
- #: templates/admin/wishlist-panel-premium.php:229
836
- #: templates/admin/wishlist-panel-premium.php:234
837
  msgid "Estimate Cost"
838
  msgstr ""
839
 
840
- #: templates/admin/wishlist-panel-premium.php:236
 
841
  msgid ""
842
  "%1$sDo you want to add the possibility to ask for estimates of costs into "
843
  "your catalogue?%3$s Do you want to manage customised packets for faithful "
@@ -849,12 +864,13 @@ msgid ""
849
  "address that you have previously set."
850
  msgstr ""
851
 
852
- #: templates/admin/wishlist-panel-premium.php:245
853
- #: templates/admin/wishlist-panel-premium.php:250
854
  msgid "Admin Panel"
855
  msgstr ""
856
 
857
- #: templates/admin/wishlist-panel-premium.php:247
 
858
  msgid ""
859
  "Thanks to the useful Admin panel, accessible directly among the WooCommerce "
860
  "submenu pages, you will have total control on users' wishlists. In addition "
@@ -864,12 +880,13 @@ msgid ""
864
  "in customers' wish lists."
865
  msgstr ""
866
 
867
- #: templates/admin/wishlist-panel-premium.php:257
868
- #: templates/admin/wishlist-panel-premium.php:262
869
  msgid "Search Wishlists"
870
  msgstr ""
871
 
872
- #: templates/admin/wishlist-panel-premium.php:264
 
873
  msgid ""
874
  "How many times have you been looking for the perfect gift for a important "
875
  "event but you had no idea of what to buy? %1$s'Search wishlists'%2$s allows "
@@ -878,11 +895,12 @@ msgid ""
878
  "your products and even encourage users to purchase."
879
  msgstr ""
880
 
881
- #: templates/admin/wishlist-panel-premium.php:273
882
  msgid "'ADD TO CART' CHECKBOX"
883
  msgstr ""
884
 
885
- #: templates/admin/wishlist-panel-premium.php:275
 
886
  msgid ""
887
  "Your shop offers always a wide selection of products and wishlists of your "
888
  "users get more and more crowded everyday. Give them the possibility to "
@@ -890,19 +908,20 @@ msgid ""
890
  "just with one click."
891
  msgstr ""
892
 
893
- #: templates/admin/wishlist-panel-premium.php:278
894
  msgid "'ADD TO CART'"
895
  msgstr ""
896
 
897
- #: templates/admin/wishlist-panel-premium.php:285
898
  msgid "DISABLE WISHLIST"
899
  msgstr ""
900
 
901
- #: templates/admin/wishlist-panel-premium.php:290
902
  msgid "DISABLE WISHLIST FOR UNLOGGED USERS"
903
  msgstr ""
904
 
905
- #: templates/admin/wishlist-panel-premium.php:292
 
906
  msgid ""
907
  "Favour users that have registered to your shop and disable plugin "
908
  "functionalities for all users that have not. By disabling this option, each "
@@ -910,27 +929,29 @@ msgid ""
910
  "%2$s to \"My Account\" page and a message will invite them to log in."
911
  msgstr ""
912
 
913
- #: templates/admin/wishlist-panel-premium.php:301
914
  msgid "MESSAGE TO UNLOGGED USERS"
915
  msgstr ""
916
 
917
- #: templates/admin/wishlist-panel-premium.php:303
 
918
  msgid ""
919
  "Invite users that are visiting your shop to login if they want to fully "
920
  "benefit from Wishlist functionalities. Show a %1$scustomised message%2$s and "
921
  "redirect them to \"My Account\" page for registration."
922
  msgstr ""
923
 
924
- #: templates/admin/wishlist-panel-premium.php:306
925
  msgid "UNLOGGED USERS"
926
  msgstr ""
927
 
928
- #: templates/admin/wishlist-panel-premium.php:313
929
- #: templates/admin/wishlist-panel-premium.php:318
930
  msgid "POPULAR TABLE"
931
  msgstr ""
932
 
933
- #: templates/admin/wishlist-panel-premium.php:320
 
934
  msgid ""
935
  "Some products draw customer's attention more than others and they do not "
936
  "hesitate to add products to their wishlist. Table %1$s'Popular'%2$s allows "
@@ -938,27 +959,29 @@ msgid ""
938
  "their wishlists."
939
  msgstr ""
940
 
941
- #: templates/admin/wishlist-panel-premium.php:329
942
  msgid "FUNCTIONALITIES IN ONE CLICK"
943
  msgstr ""
944
 
945
- #: templates/admin/wishlist-panel-premium.php:331
 
946
  msgid ""
947
  "Users have the possibility to search for a wishlist, create a new one or "
948
  "display those already created. Add these %1$sfunctionalities%2$s through the "
949
  "dedicated widgets or show them immediately after \"Wishlist\" table."
950
  msgstr ""
951
 
952
- #: templates/admin/wishlist-panel-premium.php:334
953
  msgid "FUNCTIONALITIES"
954
  msgstr ""
955
 
956
- #: templates/admin/wishlist-panel-premium.php:341
957
- #: templates/admin/wishlist-panel-premium.php:346
958
  msgid "PROMOTIONAL EMAIL"
959
  msgstr ""
960
 
961
- #: templates/admin/wishlist-panel-premium.php:348
 
962
  msgid ""
963
  "If you want to give the right input to your users to persuade them to "
964
  "%1$spurchase the products%2$s they have in their wishlists, you need to use "
@@ -967,11 +990,12 @@ msgid ""
967
  "will know you are offering a unique offer!"
968
  msgstr ""
969
 
970
- #: templates/admin/wishlist-panel-premium.php:357
971
  msgid "FROM A WISHLIST TO ANOTHER"
972
  msgstr ""
973
 
974
- #: templates/admin/wishlist-panel-premium.php:359
 
975
  msgid ""
976
  "Who said that a product has to remain forever in the same wishlist? With the "
977
  "option %1$s\"Show \"Move to another wishlist\" dropdown menu\"%2$s, with "
@@ -979,128 +1003,108 @@ msgid ""
979
  "another one, managing as they want their lists."
980
  msgstr ""
981
 
982
- #: templates/admin/wishlist-panel-premium.php:362
983
  msgid "FROM A WISHLIST"
984
  msgstr ""
985
 
986
- #: templates/admin/wishlist-panel-premium.php:369
987
  msgid "DATE"
988
  msgstr ""
989
 
990
- #: templates/admin/wishlist-panel-premium.php:374
991
  msgid "DATE OF ADDITION TO A WISHLIST"
992
  msgstr ""
993
 
994
- #: templates/admin/wishlist-panel-premium.php:376
 
995
  msgid ""
996
  "Activating the %1$s\"Show date of addition\"%2$s option, users can see the "
997
  "date in which they have added a particular product to their list: a new way "
998
  "to keep you users informed about their operations."
999
  msgstr ""
1000
 
1001
- #: templates/share.php:32
1002
  msgid "Pinterest"
1003
  msgstr ""
1004
 
1005
- #: templates/share.php:38
1006
  #, fuzzy
1007
  msgid "Google+"
1008
  msgstr "Partilhar no Google+"
1009
 
1010
- #: templates/share.php:44
1011
  msgid "Email"
1012
  msgstr ""
1013
 
1014
- #: templates/wishlist-view.php:32
1015
  #, fuzzy
1016
  msgid "Edit title"
1017
  msgstr "Titulo da lista de desejos"
1018
 
1019
- #: templates/wishlist-view.php:41
1020
  msgid "Save"
1021
  msgstr ""
1022
 
1023
- #: templates/wishlist-view.php:45
1024
  msgid "Cancel"
1025
  msgstr ""
1026
 
1027
- #: templates/wishlist-view.php:82
1028
  msgid "Product Name"
1029
  msgstr "Nome do Produto"
1030
 
1031
- #: templates/wishlist-view.php:89
1032
  msgid "Unit Price"
1033
  msgstr "Preço unitário"
1034
 
1035
- #: templates/wishlist-view.php:102
1036
  msgid "Stock Status"
1037
  msgstr "Status do stock"
1038
 
1039
- #: templates/wishlist-view.php:152 templates/wishlist-view.php:232
1040
  msgid "Remove this product"
1041
  msgstr "Remover este produto"
1042
 
1043
- #: templates/wishlist-view.php:172
1044
  msgid "Free!"
1045
  msgstr ""
1046
 
1047
- #: templates/wishlist-view.php:179
1048
  msgid "Out of Stock"
1049
  msgstr "Fora de stock"
1050
 
1051
- #: templates/wishlist-view.php:179
1052
  msgid "In Stock"
1053
  msgstr "Em stock"
1054
 
1055
- #: templates/wishlist-view.php:188
 
1056
  msgid "Added on : %s"
1057
  msgstr ""
1058
 
1059
- #: templates/wishlist-view.php:200
1060
  msgid "Move"
1061
  msgstr ""
1062
 
1063
- #: templates/wishlist-view.php:232
1064
  msgid "Remove"
1065
  msgstr ""
1066
 
1067
- #: templates/wishlist-view.php:259
1068
  msgid "Add the selected products to the cart"
1069
  msgstr ""
1070
 
1071
- #: templates/wishlist-view.php:267 templates/wishlist-view.php:313
1072
  msgid "Ask for an estimate"
1073
  msgstr ""
1074
 
1075
- #: templates/wishlist-view.php:303
1076
  msgid "Your email"
1077
  msgstr ""
1078
 
1079
- #. Plugin Name of the plugin/theme
1080
  #, fuzzy
1081
- msgid "YITH WooCommerce Wishlist"
1082
- msgstr "Adicionar aos meus desejos"
1083
-
1084
- #. Plugin URI of the plugin/theme
1085
- msgid "https://yithemes.com/themes/plugins/yith-woocommerce-wishlist/"
1086
- msgstr ""
1087
-
1088
- #. Description of the plugin/theme
1089
- msgid ""
1090
- "<code><strong>YITH WooCommerce Wishlist</strong></code> gives your users the "
1091
- "possibility to create, fill, manage and share their wishlists allowing you "
1092
- "to analyze their interests and needs to improve your marketing strategies. "
1093
- "<a href=\"https://yithemes.com/\" target=\"_blank\">Get more plugins for "
1094
- "your e-commerce on <strong>YITH</strong></a>"
1095
- msgstr ""
1096
-
1097
- #. Author of the plugin/theme
1098
- msgid "YITH"
1099
- msgstr ""
1100
-
1101
- #. Author URI of the plugin/theme
1102
- msgid "https://yithemes.com/"
1103
- msgstr ""
1104
 
1105
  #, fuzzy
1106
  #~ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
+ "POT-Creation-Date: 2019-02-12 14:38+0100\n"
6
+ "PO-Revision-Date: 2019-02-12 14:38+0100\n"
7
  "Last-Translator: YIThemes <support@yithemes.com>\n"
8
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
9
  "Language: pt_PT\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 2.2\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"
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:1484
25
+ #: ../includes/class.yith-wcwl-admin-init.php:1485
26
+ #: ../includes/class.yith-wcwl-install.php:245
27
  msgid "Wishlist"
28
  msgstr "Lista de Desejos"
29
 
30
+ #: ../includes/class.yith-wcwl-admin-init.php:161
31
  msgid "Settings"
32
  msgstr "Configurações"
33
 
34
+ #: ../includes/class.yith-wcwl-admin-init.php:162
35
+ #: ../includes/class.yith-wcwl-admin-init.php:243
36
  msgid "Colors"
37
  msgstr "Cores"
38
 
39
+ #: ../includes/class.yith-wcwl-admin-init.php:163
40
  msgid "Premium Version"
41
  msgstr ""
42
 
43
+ #: ../includes/class.yith-wcwl-admin-init.php:1015
44
  msgid "Enable all plugin features"
45
  msgstr ""
46
 
47
+ #: ../includes/class.yith-wcwl-admin-init.php:1016
48
  msgid ""
49
  "Be sure to select at least one option in the Wishlist page menu in this "
50
  "settings page"
51
  msgstr ""
52
 
53
+ #: ../includes/class.yith-wcwl-admin-init.php:1017
54
  msgctxt "[Part of]: Also, please read the plugin documentation"
55
  msgid "Also, please read the plugin"
56
  msgstr ""
57
 
58
+ #: ../includes/class.yith-wcwl-admin-init.php:1018
59
  msgctxt "[Part Of]: Also, please read the plugin documentation"
60
  msgid "documentation"
61
  msgstr ""
62
 
63
+ #: ../includes/class.yith-wcwl-admin-init.php:1024
64
  msgid "Upgrade to the PREMIUM VERSION"
65
  msgstr ""
66
 
67
+ #: ../includes/class.yith-wcwl-admin-init.php:1028
68
  msgid "Discover the Advanced Features"
69
  msgstr ""
70
 
71
+ #: ../includes/class.yith-wcwl-admin-init.php:1029
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:1035
78
  msgid "Get Support and Pro Features"
79
  msgstr ""
80
 
81
+ #: ../includes/class.yith-wcwl-admin-init.php:1036
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:1046
89
  msgid "General Settings"
90
  msgstr "Opções gerais"
91
 
92
+ #: ../includes/class.yith-wcwl-admin-init.php:1053
93
  msgid "Enable YITH Wishlist"
94
  msgstr "Ativar Lista de Desejos"
95
 
96
+ #: ../includes/class.yith-wcwl-admin-init.php:1060
97
  #, fuzzy
98
  msgid "Default wishlist title"
99
  msgstr "Titulo da lista de desejos"
100
 
101
+ #: ../includes/class.yith-wcwl-admin-init.php:1062
102
+ #: ../includes/class.yith-wcwl-admin-init.php:1063
103
+ #: ../includes/class.yith-wcwl-admin-init.php:1299
104
+ #, php-format
105
  msgid "My wishlist on %s"
106
  msgstr "Minha lista de desejos em %s"
107
 
108
+ #: ../includes/class.yith-wcwl-admin-init.php:1068
109
  msgid "Wishlist Page"
110
  msgstr "Meus desejos"
111
 
112
+ #: ../includes/class.yith-wcwl-admin-init.php:1069
113
  msgid "Page contents: [yith_wcwl_wishlist]"
114
  msgstr "Conteúdo da página: [yith_wcwl_wishlist]"
115
 
116
+ #: ../includes/class.yith-wcwl-admin-init.php:1078
117
  msgid "Position"
118
  msgstr "Posição"
119
 
120
+ #: ../includes/class.yith-wcwl-admin-init.php:1079
121
  #, fuzzy
122
  msgid ""
123
  "You can add the button in variable products only after the \"Add to Cart\" "
126
  "Em produtos variáveis você pode adicionar isto somenteapós \"Adcionar ao "
127
  "Carrinho\" ou usar o shortcode [yith_wcwl_add_to_wishlist]."
128
 
129
+ #: ../includes/class.yith-wcwl-admin-init.php:1085
130
  msgid "After \"Add to cart\""
131
  msgstr "Após \" Adicionar ao carrinho \""
132
 
133
+ #: ../includes/class.yith-wcwl-admin-init.php:1086
134
  msgid "After thumbnails"
135
  msgstr "Após miniaturas"
136
 
137
+ #: ../includes/class.yith-wcwl-admin-init.php:1087
138
  msgid "After summary"
139
  msgstr "Após sumário"
140
 
141
+ #: ../includes/class.yith-wcwl-admin-init.php:1088
142
  msgid "Use shortcode"
143
  msgstr "Usar shortcode"
144
 
145
+ #: ../includes/class.yith-wcwl-admin-init.php:1093
146
  msgid "Redirect to cart"
147
  msgstr "Redirecionar para o carrinho"
148
 
149
+ #: ../includes/class.yith-wcwl-admin-init.php:1094
150
  msgid ""
151
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
152
  "page."
154
  "Redirecionar para a página de carrinho se o botão \" Adcionar ao carrinho \" "
155
  "estiver clicado na página de lista de desejos."
156
 
157
+ #: ../includes/class.yith-wcwl-admin-init.php:1100
158
  msgid "Remove if added to the cart"
159
  msgstr "Remover se adcionado ao carrinho"
160
 
161
+ #: ../includes/class.yith-wcwl-admin-init.php:1101
162
  #, fuzzy
163
  msgid "Remove the product from the wishlist if it has been added to the cart."
164
  msgstr ""
165
  "Remover o produto da lista, se a mesma tiver sido adicionada ao carrinho."
166
 
167
+ #: ../includes/class.yith-wcwl-admin-init.php:1107
168
  msgid "\"Add to Wishlist\" text"
169
  msgstr "Texto \" Adcionar a Lista de Desejos\""
170
 
171
+ #: ../includes/class.yith-wcwl-admin-init.php:1109
172
  msgid "Add to Wishlist"
173
  msgstr "Adicionar aos meus desejos"
174
 
175
+ #: ../includes/class.yith-wcwl-admin-init.php:1114
176
  #, fuzzy
177
  msgid "\"Browse wishlist\" text"
178
  msgstr "Veja sua lista de desejos!"
179
 
180
+ #: ../includes/class.yith-wcwl-admin-init.php:1116
181
+ #: ../includes/class.yith-wcwl-ui.php:82 ../includes/class.yith-wcwl-ui.php:83
182
  msgid "Browse Wishlist"
183
  msgstr "Veja sua lista de desejos!"
184
 
185
+ #: ../includes/class.yith-wcwl-admin-init.php:1121
186
  #, fuzzy
187
  msgid "\"Product already in wishlist\" text"
188
  msgstr "Produto já na lista de desejos."
189
 
190
+ #: ../includes/class.yith-wcwl-admin-init.php:1123
191
+ #: ../includes/class.yith-wcwl-ui.php:83
192
  msgid "The product is already in the wishlist!"
193
  msgstr "Esse produto já se encontra na sua lista de desejos!"
194
 
195
+ #: ../includes/class.yith-wcwl-admin-init.php:1128
196
  #, fuzzy
197
  msgid "\"Product added\" text"
198
  msgstr "Produto adicionado!"
199
 
200
+ #: ../includes/class.yith-wcwl-admin-init.php:1130
201
+ #: ../includes/class.yith-wcwl-ui.php:82
202
  msgid "Product added!"
203
  msgstr "Produto adicionado!"
204
 
205
+ #: ../includes/class.yith-wcwl-admin-init.php:1135
206
  msgid "\"Add to Cart\" text"
207
  msgstr "Texto \" Adicionar ao Carrinho\""
208
 
209
+ #: ../includes/class.yith-wcwl-admin-init.php:1137
210
  msgid "Add to Cart"
211
  msgstr "Adcionar ao Carrinho"
212
 
213
+ #: ../includes/class.yith-wcwl-admin-init.php:1142
214
  #, fuzzy
215
  msgid "Show Unit price"
216
  msgstr "Preço unitário"
217
 
218
+ #: ../includes/class.yith-wcwl-admin-init.php:1143
219
  msgid "Show unit price for each product in wishlist"
220
  msgstr ""
221
 
222
+ #: ../includes/class.yith-wcwl-admin-init.php:1150
223
  #, fuzzy
224
  msgid "Show \"Add to Cart\" button"
225
  msgstr "Texto do botão \"Adicionar ao carrinho \""
226
 
227
+ #: ../includes/class.yith-wcwl-admin-init.php:1151
228
  #, fuzzy
229
  msgid "Show \"Add to Cart\" button for each product in wishlist"
230
  msgstr "Fundo do do botão \"Adicionar ao carrinho \""
231
 
232
+ #: ../includes/class.yith-wcwl-admin-init.php:1158
233
  msgid "Show Stock status"
234
  msgstr "Status do stock"
235
 
236
+ #: ../includes/class.yith-wcwl-admin-init.php:1159
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:1166
242
  msgid "Show Date of addition"
243
  msgstr ""
244
 
245
+ #: ../includes/class.yith-wcwl-admin-init.php:1167
246
  #, fuzzy
247
  msgid "Show the date when users have added a product to the wishlist"
248
  msgstr "Oops! Ocorreu um erro ao adicionar o produto à lista de desejos."
249
 
250
+ #: ../includes/class.yith-wcwl-admin-init.php:1174
251
  #, fuzzy
252
  msgid "Add second remove button"
253
  msgstr "Texto do botão \"Adicionar ao carrinho \""
254
 
255
+ #: ../includes/class.yith-wcwl-admin-init.php:1175
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:1190
260
  msgid "Styles"
261
  msgstr "Estilos"
262
 
263
+ #: ../includes/class.yith-wcwl-admin-init.php:1197
264
  msgid "Use buttons"
265
  msgstr "Usar botões"
266
 
267
+ #: ../includes/class.yith-wcwl-admin-init.php:1198
268
  #, fuzzy
269
  msgid "Use buttons instead of simple anchors."
270
  msgstr "Usar botões ao invés de simples âncoras."
271
 
272
+ #: ../includes/class.yith-wcwl-admin-init.php:1204
273
  msgid "Custom CSS"
274
  msgstr "CSS Customizado"
275
 
276
+ #: ../includes/class.yith-wcwl-admin-init.php:1211
277
  msgid "Use theme style"
278
  msgstr "Usar estilo do tema"
279
 
280
+ #: ../includes/class.yith-wcwl-admin-init.php:1212
281
  msgid "Use the theme style."
282
  msgstr "Usar o estilo do tema."
283
 
284
+ #: ../includes/class.yith-wcwl-admin-init.php:1218
285
  #, fuzzy
286
  msgid "Rounded buttons"
287
  msgstr "Usar botões"
288
 
289
+ #: ../includes/class.yith-wcwl-admin-init.php:1219
290
  #, fuzzy
291
  msgid "Make button corners rounded"
292
  msgstr "Faça botões do canto arredondado"
293
 
294
+ #: ../includes/class.yith-wcwl-admin-init.php:1225
295
  msgid "\"Add to Wishlist\" icon"
296
  msgstr "Ícone \"Adcionar aos meus desejos\" "
297
 
298
+ #: ../includes/class.yith-wcwl-admin-init.php:1226
299
  msgid "Add an icon to the \"Add to Wishlist\" button"
300
  msgstr "Adicionar um ícone ao botão \"Adcionar aos meus desejos\""
301
 
302
+ #: ../includes/class.yith-wcwl-admin-init.php:1236
303
  msgid "\"Add to Cart\" icon"
304
  msgstr "Ícone \"Adicionar ao Carrinho\""
305
 
306
+ #: ../includes/class.yith-wcwl-admin-init.php:1237
307
  msgid "Add an icon to the \"Add to Cart\" button"
308
  msgstr "Adicionar um ícone ao botão \"Adcionar ao carrinho\""
309
 
310
+ #: ../includes/class.yith-wcwl-admin-init.php:1255
311
  #, fuzzy
312
  msgid "Social Networks & Share"
313
  msgstr "Social &amp; Compartilhamento"
314
 
315
+ #: ../includes/class.yith-wcwl-admin-init.php:1262
316
  msgid "Share on Facebook"
317
  msgstr "Partilhar no Facebook"
318
 
319
+ #: ../includes/class.yith-wcwl-admin-init.php:1263
320
  msgid "Show \"Share on Facebook\" button"
321
  msgstr "Partilhar no Facebook"
322
 
323
+ #: ../includes/class.yith-wcwl-admin-init.php:1269
324
  msgid "Tweet on Twitter"
325
  msgstr "Tweetar no Twitter"
326
 
327
+ #: ../includes/class.yith-wcwl-admin-init.php:1270
328
  #, fuzzy
329
  msgid "Show \"Tweet on Twitter\" button"
330
  msgstr "Tweetar no Twitter"
331
 
332
+ #: ../includes/class.yith-wcwl-admin-init.php:1276
333
  msgid "Pin on Pinterest"
334
  msgstr ""
335
 
336
+ #: ../includes/class.yith-wcwl-admin-init.php:1277
337
  #, fuzzy
338
  msgid "Show \"Pin on Pinterest\" button"
339
  msgstr "Texto do botão \"Adicionar ao carrinho \""
340
 
341
+ #: ../includes/class.yith-wcwl-admin-init.php:1283
342
  msgid "Share on Google+"
343
  msgstr "Partilhar no Google+"
344
 
345
+ #: ../includes/class.yith-wcwl-admin-init.php:1284
346
  #, fuzzy
347
  msgid "Show \"Share on Google+\" button"
348
  msgstr "Partilhar no Facebook"
349
 
350
+ #: ../includes/class.yith-wcwl-admin-init.php:1290
351
  msgid "Share by Email"
352
  msgstr ""
353
 
354
+ #: ../includes/class.yith-wcwl-admin-init.php:1291
355
  #, fuzzy
356
  msgid "Show \"Share by Email\" button"
357
  msgstr "Texto do botão \"Adicionar ao carrinho \""
358
 
359
+ #: ../includes/class.yith-wcwl-admin-init.php:1297
360
  msgid "Social title"
361
  msgstr "Título Redes Sociais"
362
 
363
+ #: ../includes/class.yith-wcwl-admin-init.php:1304
364
  msgid "Social text"
365
  msgstr "Texto Redes Sociais"
366
 
367
+ #: ../includes/class.yith-wcwl-admin-init.php:1305
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:1312
374
  msgid "Social image URL"
375
  msgstr "Url para partilhar"
376
 
377
+ #: ../includes/class.yith-wcwl-admin-init.php:1313
378
  msgid "It will be used by Pinterest."
379
  msgstr ""
380
 
381
+ #: ../includes/class.yith-wcwl-admin-init.php:1327
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:1332
389
  msgid "YITH WooCommerce Frequently Bought Together Integration"
390
  msgstr ""
391
 
392
+ #: ../includes/class.yith-wcwl-admin-init.php:1339
393
  msgid "Enable slider in wishlist"
394
  msgstr ""
395
 
396
+ #: ../includes/class.yith-wcwl-admin-init.php:1340
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:1376
404
  #, fuzzy
405
  msgid "\"Add to wishlist\" button"
406
  msgstr "Texto do botão \"Adicionar aos meus desejos\""
407
 
408
+ #: ../includes/class.yith-wcwl-admin-init.php:1379
409
+ #: ../includes/class.yith-wcwl-admin-init.php:1397
410
+ #: ../includes/class.yith-wcwl-admin-init.php:1415
411
+ #: ../includes/class.yith-wcwl-admin-init.php:1433
412
+ #: ../includes/class.yith-wcwl-admin-init.php:1451
413
  msgid "Background"
414
  msgstr ""
415
 
416
+ #: ../includes/class.yith-wcwl-admin-init.php:1380
417
+ #: ../includes/class.yith-wcwl-admin-init.php:1398
418
+ #: ../includes/class.yith-wcwl-admin-init.php:1416
419
+ #: ../includes/class.yith-wcwl-admin-init.php:1434
420
+ #: ../includes/class.yith-wcwl-admin-init.php:1452
421
  msgid "Text"
422
  msgstr ""
423
 
424
+ #: ../includes/class.yith-wcwl-admin-init.php:1381
425
+ #: ../includes/class.yith-wcwl-admin-init.php:1399
426
+ #: ../includes/class.yith-wcwl-admin-init.php:1417
427
+ #: ../includes/class.yith-wcwl-admin-init.php:1435
428
+ #: ../includes/class.yith-wcwl-admin-init.php:1453
429
  msgid "Border"
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 "Background (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 "Text (hover)"
444
  msgstr ""
445
 
446
+ #: ../includes/class.yith-wcwl-admin-init.php:1390
447
+ #: ../includes/class.yith-wcwl-admin-init.php:1408
448
+ #: ../includes/class.yith-wcwl-admin-init.php:1426
449
+ #: ../includes/class.yith-wcwl-admin-init.php:1444
450
  msgid "Border (hover)"
451
  msgstr ""
452
 
453
+ #: ../includes/class.yith-wcwl-admin-init.php:1394
454
  #, fuzzy
455
  msgid "\"Add to Cart\" button"
456
  msgstr "Texto do botão \"Adicionar ao carrinho \""
457
 
458
+ #: ../includes/class.yith-wcwl-admin-init.php:1412
459
  msgid "\"Style 1\" button"
460
  msgstr ""
461
 
462
+ #: ../includes/class.yith-wcwl-admin-init.php:1430
463
  msgid "\"Style 2\" button"
464
  msgstr ""
465
 
466
+ #: ../includes/class.yith-wcwl-admin-init.php:1448
467
  #, fuzzy
468
  msgid "Wishlist table"
469
  msgstr "Titulo da lista de desejos"
470
 
471
+ #: ../includes/class.yith-wcwl-admin-init.php:1457
472
  msgid "Headers"
473
  msgstr ""
474
 
475
+ #: ../includes/class.yith-wcwl-admin-init.php:1460
476
  msgid "Background color"
477
  msgstr ""
478
 
479
+ #: ../includes/class.yith-wcwl-admin-init.php:1550
480
  #, fuzzy
481
  msgid "Wishlist Activated"
482
  msgstr "Titulo da lista de desejos"
483
 
484
+ #: ../includes/class.yith-wcwl-admin-init.php:1551
485
+ #, php-format
486
  msgid ""
487
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
488
  "can access to all the settings of our plugins that you have activated. "
490
  "options, <a href=\"%s\">discover it now</a>."
491
  msgstr ""
492
 
493
+ #: ../includes/class.yith-wcwl-admin-init.php:1562
494
  #, fuzzy
495
  msgid "Wishlist Updated"
496
  msgstr "Meus desejos"
497
 
498
+ #: ../includes/class.yith-wcwl-admin-init.php:1563
499
+ #, php-format
500
  msgid ""
501
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
502
  "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
505
  "\">discover the PREMIUM version.</a>"
506
  msgstr ""
507
 
508
+ #: ../includes/class.yith-wcwl-init.php:437
509
  msgid ""
510
  "We are sorry, but this feature is available only if cookies are enabled on "
511
  "your browser."
512
  msgstr ""
513
 
514
+ #: ../includes/class.yith-wcwl-init.php:438
515
  #, fuzzy
516
  msgid "Product correctly added to cart"
517
  msgstr "Produto adicionado ao carrinho."
518
 
519
+ #: ../includes/class.yith-wcwl-install.php:244
520
  msgctxt "page_slug"
521
  msgid "wishlist"
522
  msgstr ""
523
 
524
+ #: ../includes/class.yith-wcwl-privacy.php:50
525
  msgid "While you visit our site, we’ll track:"
526
  msgstr ""
527
 
528
+ #: ../includes/class.yith-wcwl-privacy.php:52
529
  msgid ""
530
  "Products you’ve added to the wishlist: we’ll use this to show you and other "
531
  "users your favourite products, and to create targeted email campaigns."
532
  msgstr ""
533
 
534
+ #: ../includes/class.yith-wcwl-privacy.php:53
535
  msgid ""
536
  "Wishlists you’ve created: we’ll keep track of the wishlists you create, and "
537
  "make them visible to the store’s staff"
538
  msgstr ""
539
 
540
+ #: ../includes/class.yith-wcwl-privacy.php:55
541
  msgid ""
542
  "We’ll also use cookies to keep track of wishlist contents while you’re "
543
  "browsing our site."
544
  msgstr ""
545
 
546
+ #: ../includes/class.yith-wcwl-privacy.php:58
547
  msgid ""
548
  "Members of our team have access to the information you provide us. For "
549
  "example, both Administrators and Shop Managers can access:"
550
  msgstr ""
551
 
552
+ #: ../includes/class.yith-wcwl-privacy.php:60
553
  msgid ""
554
  "Wishlist details, such as products added, date of addition, name and privacy "
555
  "settings of your wishlists"
556
  msgstr ""
557
 
558
+ #: ../includes/class.yith-wcwl-privacy.php:62
559
  msgid ""
560
  "Our team members have access to this information to offer you better deals "
561
  "for the products you love."
562
  msgstr ""
563
 
564
+ #: ../includes/class.yith-wcwl-privacy.php:82
565
+ #: ../includes/class.yith-wcwl-privacy.php:98
566
  #, fuzzy
567
  msgid "Customer Wishlists"
568
  msgstr "Adicionar aos meus desejos"
569
 
570
+ #: ../includes/class.yith-wcwl-privacy.php:133
571
  #, fuzzy
572
  msgid "Wishlists"
573
  msgstr "Lista de Desejos"
574
 
575
+ #: ../includes/class.yith-wcwl-privacy.php:195
576
+ #, fuzzy, php-format
 
577
  msgid "Removed wishlist %s."
578
  msgstr "Minha lista de desejos em %s"
579
 
580
+ #: ../includes/class.yith-wcwl-privacy.php:199
581
+ #, fuzzy, php-format
 
582
  msgid "Wishlist %s has been retained."
583
  msgstr "Texto da tabela de desejos"
584
 
585
+ #: ../includes/class.yith-wcwl-privacy.php:210
586
  msgid "Removed default user's wishlist"
587
  msgstr ""
588
 
589
+ #: ../includes/class.yith-wcwl-privacy.php:228
590
  msgid "Token"
591
  msgstr ""
592
 
593
+ #: ../includes/class.yith-wcwl-privacy.php:229
594
  #, fuzzy
595
  msgid "Wishlist url"
596
  msgstr "Lista de Desejos"
597
 
598
+ #: ../includes/class.yith-wcwl-privacy.php:230
599
  msgid "Title"
600
  msgstr ""
601
 
602
+ #: ../includes/class.yith-wcwl-privacy.php:231
603
  msgctxt "date wishlist was created"
604
  msgid "Created on"
605
  msgstr ""
606
 
607
+ #: ../includes/class.yith-wcwl-privacy.php:232
608
  msgid "Visibility"
609
  msgstr ""
610
 
611
+ #: ../includes/class.yith-wcwl-privacy.php:233
612
  msgid "Items Added"
613
  msgstr ""
614
 
615
+ #: ../includes/class.yith-wcwl-privacy.php:283
616
+ #: ../templates/wishlist-view.php:212
617
  #, fuzzy
618
  msgid "Shared"
619
  msgstr "Partilhar no:"
620
 
621
+ #: ../includes/class.yith-wcwl-privacy.php:286
622
+ #: ../templates/wishlist-view.php:215
623
  msgid "Private"
624
  msgstr ""
625
 
626
+ #: ../includes/class.yith-wcwl-privacy.php:289
627
+ #: ../templates/wishlist-view.php:218
628
  msgid "Public"
629
  msgstr ""
630
 
631
+ #: ../includes/class.yith-wcwl-shortcode.php:45
632
  #, fuzzy
633
  msgctxt "[gutenberg]: block name"
634
  msgid "YITH Add to Wishlist"
635
  msgstr "Adicionar aos meus desejos"
636
 
637
+ #: ../includes/class.yith-wcwl-shortcode.php:46
638
  #, fuzzy
639
  msgctxt "[gutenberg]: block description"
640
  msgid "Shows Add to Wishlist button"
641
  msgstr "Texto do botão \"Adicionar aos meus desejos\""
642
 
643
+ #: ../includes/class.yith-wcwl-shortcode.php:51
644
  msgid ""
645
  "ID of the product to add to wishlist (leave empty to use global product)"
646
  msgstr ""
647
 
648
+ #: ../includes/class.yith-wcwl-shortcode.php:56
649
  msgid "Url of wishlist page (leave empty to use default)"
650
  msgstr ""
651
 
652
+ #: ../includes/class.yith-wcwl-shortcode.php:61
653
  msgid "Button label (leave empty to use default)"
654
  msgstr ""
655
 
656
+ #: ../includes/class.yith-wcwl-shortcode.php:66
657
  msgid "\"Browse wishlist\" label (leave empty to use default)"
658
  msgstr ""
659
 
660
+ #: ../includes/class.yith-wcwl-shortcode.php:71
661
  #, fuzzy
662
  msgid "\"Product already in wishlist\" label (leave empty to use default)"
663
  msgstr "Produto já na lista de desejos."
664
 
665
+ #: ../includes/class.yith-wcwl-shortcode.php:76
666
  msgid "\"Product added to wishlist\" label (leave empty to use default)"
667
  msgstr ""
668
 
669
+ #: ../includes/class.yith-wcwl-shortcode.php:81
670
  msgid ""
671
  "Icon for the button (use any FontAwesome valid class, or leave empty to use "
672
  "default)"
673
  msgstr ""
674
 
675
+ #: ../includes/class.yith-wcwl-shortcode.php:86
676
  msgid "Additional css classes for the button (leave empty to use default)"
677
  msgstr ""
678
 
679
+ #: ../includes/class.yith-wcwl-shortcode.php:94
680
  #, fuzzy
681
  msgctxt "[gutenberg]: block name"
682
  msgid "YITH Wishlist"
683
  msgstr "Ativar Lista de Desejos"
684
 
685
+ #: ../includes/class.yith-wcwl-shortcode.php:95
686
  #, fuzzy
687
  msgctxt "[gutenberg]: block description"
688
  msgid "Shows list of products in wishlist"
689
  msgstr "Fundo do do botão \"Adicionar ao carrinho \""
690
 
691
+ #: ../includes/class.yith-wcwl-shortcode.php:100
692
  msgid "Choose whether to paginate items in the wishlist or show them all"
693
  msgstr ""
694
 
695
+ #: ../includes/class.yith-wcwl-shortcode.php:103
696
  msgid "Paginate"
697
  msgstr ""
698
 
699
+ #: ../includes/class.yith-wcwl-shortcode.php:104
700
  msgid "Do not paginate"
701
  msgstr ""
702
 
703
+ #: ../includes/class.yith-wcwl-shortcode.php:109
704
  msgid "Number of items to show for each page"
705
  msgstr ""
706
 
707
+ #: ../includes/class.yith-wcwl-shortcode.php:114
708
  msgid "ID of the wishlist to show (EG: K6EOWXB888ZD)"
709
  msgstr ""
710
 
711
+ #: ../includes/class.yith-wcwl-shortcode.php:386
712
+ #: ../includes/class.yith-wcwl-ui.php:164
713
  msgid "Share on:"
714
  msgstr "Partilhar no:"
715
 
716
+ #: ../includes/class.yith-wcwl-ui.php:118
717
+ #: ../includes/class.yith-wcwl-ui.php:200
718
  msgid "Select options"
719
  msgstr "Selecione as opções"
720
 
721
+ #: ../includes/class.yith-wcwl-ui.php:168 ../templates/share.php:20
722
  msgid "Facebook"
723
  msgstr "Facebook"
724
 
725
+ #: ../includes/class.yith-wcwl-ui.php:171 ../templates/share.php:26
726
  msgid "Twitter"
727
  msgstr "Twitter"
728
 
729
+ #: ../includes/class.yith-wcwl-ui.php:180
730
  msgid "email"
731
  msgstr ""
732
 
733
+ #: ../includes/class.yith-wcwl.php:201
734
  #, fuzzy
735
  msgid "An error occurred while adding products to the wishlist."
736
  msgstr "Oops! Ocorreu um erro ao adicionar o produto à lista de desejos."
737
 
738
+ #: ../includes/class.yith-wcwl.php:293
739
  #, fuzzy
740
  msgid "An error occurred while adding products to wishlist."
741
  msgstr "Oops! Ocorreu um erro ao adicionar o produto à lista de desejos."
742
 
743
+ #: ../includes/class.yith-wcwl.php:310
744
  msgid "The \"Remove\" option now does not require any parameter"
745
  msgstr ""
746
 
747
+ #: ../includes/class.yith-wcwl.php:359
748
  #, fuzzy
749
  msgid "An error occurred while removing products from the wishlist"
750
  msgstr "Oops! Ocorreu um erro ao remover o produto à lista de desejos."
751
 
752
+ #: ../includes/class.yith-wcwl.php:809
753
  msgid "You need to log in before creating a new wishlist"
754
  msgstr ""
755
 
756
+ #: ../includes/class.yith-wcwl.php:1610
757
  msgid "Product successfully removed."
758
  msgstr "Produto removido com sucesso."
759
 
760
+ #: ../includes/class.yith-wcwl.php:1614
761
  msgid "Error. Unable to remove the product from the wishlist."
762
  msgstr "Erro. Não foi possível remover o produto da lista de desejos."
763
 
764
+ #: ../includes/class.yith-wcwl.php:1618 ../templates/wishlist-view.php:242
765
  msgid "No products were added to the wishlist"
766
  msgstr "Nenhum produto foi adicionado à lista de desejos"
767
 
768
+ #: ../includes/class.yith-wcwl.php:1660
769
  msgid "An error as occurred."
770
  msgstr ""
771
 
772
+ #: ../init.php:130
773
  msgid "is enabled but not effective. It requires WooCommerce in order to work."
774
  msgstr ""
775
 
776
+ #: ../init.php:140
777
  msgid "You can't activate the free version of"
778
  msgstr ""
779
 
780
+ #: ../init.php:140
781
  msgid "while you are using the premium one."
782
  msgstr ""
783
 
784
+ #: ../templates/admin/wishlist-panel-premium.php:185
785
+ #: ../templates/admin/wishlist-panel-premium.php:383
786
+ #, php-format
787
  msgid ""
788
  "Upgrade to the %1$spremium version%2$s%3$sof %1$sYITH WooCommerce Wishlist"
789
  "%2$s to benefit from all features!"
790
  msgstr ""
791
 
792
+ #: ../templates/admin/wishlist-panel-premium.php:187
793
+ #: ../templates/admin/wishlist-panel-premium.php:385
794
+ #, php-format
795
  msgid "%1$sUPGRADE%2$s%3$s to the premium version%2$s"
796
  msgstr ""
797
 
798
+ #: ../templates/admin/wishlist-panel-premium.php:193
799
  msgid "Premium Features"
800
  msgstr ""
801
 
802
+ #: ../templates/admin/wishlist-panel-premium.php:196
803
+ #: ../templates/admin/wishlist-panel-premium.php:201
804
  msgid "Multiple Wishlist"
805
  msgstr ""
806
 
807
+ #: ../templates/admin/wishlist-panel-premium.php:203
808
+ #, php-format
809
  msgid ""
810
  "%1$sDoes it ever happened to you to have too many wishes for a single wish "
811
  "list?%2$s%3$s The possibility to manage one's wishes is a fundamental "
816
  "manage and share their own wish lists."
817
  msgstr ""
818
 
819
+ #: ../templates/admin/wishlist-panel-premium.php:212
820
+ #: ../templates/admin/wishlist-panel-premium.php:222
821
  msgid "Wishlist Private"
822
  msgstr ""
823
 
824
+ #: ../templates/admin/wishlist-panel-premium.php:214
825
+ #, php-format
826
  msgid ""
827
  "By enabling the option wishlist, users will also have the possibility to "
828
  "%1$smanage the visibility%2$s of their wish lists according to one of the "
829
  "following options:"
830
  msgstr ""
831
 
832
+ #: ../templates/admin/wishlist-panel-premium.php:216
833
+ #, php-format
834
  msgid "%1$spublic:%2$s all users can look for your wish list and see it;"
835
  msgstr ""
836
 
837
+ #: ../templates/admin/wishlist-panel-premium.php:217
838
+ #, php-format
839
  msgid ""
840
  "%1$sshared:%2$s only users possessing a direct link to the wish list page "
841
  "can display it;"
842
  msgstr ""
843
 
844
+ #: ../templates/admin/wishlist-panel-premium.php:218
845
+ #, php-format
846
  msgid "%1$sprivate:%2$s only the wish list creator can see it."
847
  msgstr ""
848
 
849
+ #: ../templates/admin/wishlist-panel-premium.php:229
850
+ #: ../templates/admin/wishlist-panel-premium.php:234
851
  msgid "Estimate Cost"
852
  msgstr ""
853
 
854
+ #: ../templates/admin/wishlist-panel-premium.php:236
855
+ #, php-format
856
  msgid ""
857
  "%1$sDo you want to add the possibility to ask for estimates of costs into "
858
  "your catalogue?%3$s Do you want to manage customised packets for faithful "
864
  "address that you have previously set."
865
  msgstr ""
866
 
867
+ #: ../templates/admin/wishlist-panel-premium.php:245
868
+ #: ../templates/admin/wishlist-panel-premium.php:250
869
  msgid "Admin Panel"
870
  msgstr ""
871
 
872
+ #: ../templates/admin/wishlist-panel-premium.php:247
873
+ #, php-format
874
  msgid ""
875
  "Thanks to the useful Admin panel, accessible directly among the WooCommerce "
876
  "submenu pages, you will have total control on users' wishlists. In addition "
880
  "in customers' wish lists."
881
  msgstr ""
882
 
883
+ #: ../templates/admin/wishlist-panel-premium.php:257
884
+ #: ../templates/admin/wishlist-panel-premium.php:262
885
  msgid "Search Wishlists"
886
  msgstr ""
887
 
888
+ #: ../templates/admin/wishlist-panel-premium.php:264
889
+ #, php-format
890
  msgid ""
891
  "How many times have you been looking for the perfect gift for a important "
892
  "event but you had no idea of what to buy? %1$s'Search wishlists'%2$s allows "
895
  "your products and even encourage users to purchase."
896
  msgstr ""
897
 
898
+ #: ../templates/admin/wishlist-panel-premium.php:273
899
  msgid "'ADD TO CART' CHECKBOX"
900
  msgstr ""
901
 
902
+ #: ../templates/admin/wishlist-panel-premium.php:275
903
+ #, php-format
904
  msgid ""
905
  "Your shop offers always a wide selection of products and wishlists of your "
906
  "users get more and more crowded everyday. Give them the possibility to "
908
  "just with one click."
909
  msgstr ""
910
 
911
+ #: ../templates/admin/wishlist-panel-premium.php:278
912
  msgid "'ADD TO CART'"
913
  msgstr ""
914
 
915
+ #: ../templates/admin/wishlist-panel-premium.php:285
916
  msgid "DISABLE WISHLIST"
917
  msgstr ""
918
 
919
+ #: ../templates/admin/wishlist-panel-premium.php:290
920
  msgid "DISABLE WISHLIST FOR UNLOGGED USERS"
921
  msgstr ""
922
 
923
+ #: ../templates/admin/wishlist-panel-premium.php:292
924
+ #, php-format
925
  msgid ""
926
  "Favour users that have registered to your shop and disable plugin "
927
  "functionalities for all users that have not. By disabling this option, each "
929
  "%2$s to \"My Account\" page and a message will invite them to log in."
930
  msgstr ""
931
 
932
+ #: ../templates/admin/wishlist-panel-premium.php:301
933
  msgid "MESSAGE TO UNLOGGED USERS"
934
  msgstr ""
935
 
936
+ #: ../templates/admin/wishlist-panel-premium.php:303
937
+ #, php-format
938
  msgid ""
939
  "Invite users that are visiting your shop to login if they want to fully "
940
  "benefit from Wishlist functionalities. Show a %1$scustomised message%2$s and "
941
  "redirect them to \"My Account\" page for registration."
942
  msgstr ""
943
 
944
+ #: ../templates/admin/wishlist-panel-premium.php:306
945
  msgid "UNLOGGED USERS"
946
  msgstr ""
947
 
948
+ #: ../templates/admin/wishlist-panel-premium.php:313
949
+ #: ../templates/admin/wishlist-panel-premium.php:318
950
  msgid "POPULAR TABLE"
951
  msgstr ""
952
 
953
+ #: ../templates/admin/wishlist-panel-premium.php:320
954
+ #, php-format
955
  msgid ""
956
  "Some products draw customer's attention more than others and they do not "
957
  "hesitate to add products to their wishlist. Table %1$s'Popular'%2$s allows "
959
  "their wishlists."
960
  msgstr ""
961
 
962
+ #: ../templates/admin/wishlist-panel-premium.php:329
963
  msgid "FUNCTIONALITIES IN ONE CLICK"
964
  msgstr ""
965
 
966
+ #: ../templates/admin/wishlist-panel-premium.php:331
967
+ #, php-format
968
  msgid ""
969
  "Users have the possibility to search for a wishlist, create a new one or "
970
  "display those already created. Add these %1$sfunctionalities%2$s through the "
971
  "dedicated widgets or show them immediately after \"Wishlist\" table."
972
  msgstr ""
973
 
974
+ #: ../templates/admin/wishlist-panel-premium.php:334
975
  msgid "FUNCTIONALITIES"
976
  msgstr ""
977
 
978
+ #: ../templates/admin/wishlist-panel-premium.php:341
979
+ #: ../templates/admin/wishlist-panel-premium.php:346
980
  msgid "PROMOTIONAL EMAIL"
981
  msgstr ""
982
 
983
+ #: ../templates/admin/wishlist-panel-premium.php:348
984
+ #, php-format
985
  msgid ""
986
  "If you want to give the right input to your users to persuade them to "
987
  "%1$spurchase the products%2$s they have in their wishlists, you need to use "
990
  "will know you are offering a unique offer!"
991
  msgstr ""
992
 
993
+ #: ../templates/admin/wishlist-panel-premium.php:357
994
  msgid "FROM A WISHLIST TO ANOTHER"
995
  msgstr ""
996
 
997
+ #: ../templates/admin/wishlist-panel-premium.php:359
998
+ #, php-format
999
  msgid ""
1000
  "Who said that a product has to remain forever in the same wishlist? With the "
1001
  "option %1$s\"Show \"Move to another wishlist\" dropdown menu\"%2$s, with "
1003
  "another one, managing as they want their lists."
1004
  msgstr ""
1005
 
1006
+ #: ../templates/admin/wishlist-panel-premium.php:362
1007
  msgid "FROM A WISHLIST"
1008
  msgstr ""
1009
 
1010
+ #: ../templates/admin/wishlist-panel-premium.php:369
1011
  msgid "DATE"
1012
  msgstr ""
1013
 
1014
+ #: ../templates/admin/wishlist-panel-premium.php:374
1015
  msgid "DATE OF ADDITION TO A WISHLIST"
1016
  msgstr ""
1017
 
1018
+ #: ../templates/admin/wishlist-panel-premium.php:376
1019
+ #, php-format
1020
  msgid ""
1021
  "Activating the %1$s\"Show date of addition\"%2$s option, users can see the "
1022
  "date in which they have added a particular product to their list: a new way "
1023
  "to keep you users informed about their operations."
1024
  msgstr ""
1025
 
1026
+ #: ../templates/share.php:32
1027
  msgid "Pinterest"
1028
  msgstr ""
1029
 
1030
+ #: ../templates/share.php:38
1031
  #, fuzzy
1032
  msgid "Google+"
1033
  msgstr "Partilhar no Google+"
1034
 
1035
+ #: ../templates/share.php:44
1036
  msgid "Email"
1037
  msgstr ""
1038
 
1039
+ #: ../templates/wishlist-view.php:32
1040
  #, fuzzy
1041
  msgid "Edit title"
1042
  msgstr "Titulo da lista de desejos"
1043
 
1044
+ #: ../templates/wishlist-view.php:41
1045
  msgid "Save"
1046
  msgstr ""
1047
 
1048
+ #: ../templates/wishlist-view.php:45
1049
  msgid "Cancel"
1050
  msgstr ""
1051
 
1052
+ #: ../templates/wishlist-view.php:82
1053
  msgid "Product Name"
1054
  msgstr "Nome do Produto"
1055
 
1056
+ #: ../templates/wishlist-view.php:89
1057
  msgid "Unit Price"
1058
  msgstr "Preço unitário"
1059
 
1060
+ #: ../templates/wishlist-view.php:102
1061
  msgid "Stock Status"
1062
  msgstr "Status do stock"
1063
 
1064
+ #: ../templates/wishlist-view.php:152 ../templates/wishlist-view.php:232
1065
  msgid "Remove this product"
1066
  msgstr "Remover este produto"
1067
 
1068
+ #: ../templates/wishlist-view.php:172
1069
  msgid "Free!"
1070
  msgstr ""
1071
 
1072
+ #: ../templates/wishlist-view.php:179
1073
  msgid "Out of Stock"
1074
  msgstr "Fora de stock"
1075
 
1076
+ #: ../templates/wishlist-view.php:179
1077
  msgid "In Stock"
1078
  msgstr "Em stock"
1079
 
1080
+ #: ../templates/wishlist-view.php:188
1081
+ #, php-format
1082
  msgid "Added on : %s"
1083
  msgstr ""
1084
 
1085
+ #: ../templates/wishlist-view.php:200
1086
  msgid "Move"
1087
  msgstr ""
1088
 
1089
+ #: ../templates/wishlist-view.php:232
1090
  msgid "Remove"
1091
  msgstr ""
1092
 
1093
+ #: ../templates/wishlist-view.php:259
1094
  msgid "Add the selected products to the cart"
1095
  msgstr ""
1096
 
1097
+ #: ../templates/wishlist-view.php:267 ../templates/wishlist-view.php:313
1098
  msgid "Ask for an estimate"
1099
  msgstr ""
1100
 
1101
+ #: ../templates/wishlist-view.php:303
1102
  msgid "Your email"
1103
  msgstr ""
1104
 
 
1105
  #, fuzzy
1106
+ #~ msgid "YITH WooCommerce Wishlist"
1107
+ #~ msgstr "Adicionar aos meus desejos"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1108
 
1109
  #, fuzzy
1110
  #~ msgid ""
languages/yith-woocommerce-wishlist-ru_RU.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-ru_RU.po CHANGED
@@ -2,15 +2,15 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WCWL\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
- "POT-Creation-Date: 2018-12-21 10:28:38+00:00\n"
6
- "PO-Revision-Date: 2018-10-04 14:51+0200\n"
7
  "Last-Translator: Valentyn Zubenko <valentyn.zubenko@gmail.com>\n"
8
  "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
9
  "Language: ru\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 2.0.8\n"
14
  "X-Poedit-KeywordsList: __;_e;_x\n"
15
  "X-Poedit-Basepath: ..\n"
16
  "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
@@ -49,12 +49,10 @@ msgid ""
49
  msgstr ""
50
 
51
  #: includes/class.yith-wcwl-admin-init.php:1017
52
- msgctxt "[Part of]: Also, please read the plugin documentation"
53
  msgid "Also, please read the plugin"
54
  msgstr ""
55
 
56
  #: includes/class.yith-wcwl-admin-init.php:1018
57
- msgctxt "[Part Of]: Also, please read the plugin documentation"
58
  msgid "documentation"
59
  msgstr ""
60
 
@@ -98,6 +96,7 @@ msgstr ""
98
  #: includes/class.yith-wcwl-admin-init.php:1062
99
  #: includes/class.yith-wcwl-admin-init.php:1063
100
  #: includes/class.yith-wcwl-admin-init.php:1299
 
101
  msgid "My wishlist on %s"
102
  msgstr "Мои закладки на %s"
103
 
@@ -365,6 +364,7 @@ msgid "It will be used by Pinterest."
365
  msgstr ""
366
 
367
  #: includes/class.yith-wcwl-admin-init.php:1327
 
368
  msgid ""
369
  "If you want to take advantage of this feature, you could consider to "
370
  "purchase the %s."
@@ -379,6 +379,7 @@ msgid "Enable slider in wishlist"
379
  msgstr ""
380
 
381
  #: includes/class.yith-wcwl-admin-init.php:1340
 
382
  msgid ""
383
  "Choose to enable product slider in wishlist page with linked products (<a "
384
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
@@ -464,6 +465,7 @@ msgid "Wishlist Activated"
464
  msgstr ""
465
 
466
  #: includes/class.yith-wcwl-admin-init.php:1551
 
467
  msgid ""
468
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
469
  "can access to all the settings of our plugins that you have activated. "
@@ -476,6 +478,7 @@ msgid "Wishlist Updated"
476
  msgstr ""
477
 
478
  #: includes/class.yith-wcwl-admin-init.php:1563
 
479
  msgid ""
480
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
481
  "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
@@ -497,7 +500,6 @@ msgstr "Продукт успешно добавлен в корзину"
497
 
498
  #: includes/class.yith-wcwl-install.php:244
499
  #, fuzzy
500
- msgctxt "page_slug"
501
  msgid "wishlist"
502
  msgstr "Мои закладки на %s"
503
 
@@ -551,14 +553,13 @@ msgstr ""
551
  msgid "Wishlists"
552
  msgstr "Мои закладки на %s"
553
 
554
- #. Translators: %s Order number.
555
  #: includes/class.yith-wcwl-privacy.php:195
556
- #, fuzzy
557
  msgid "Removed wishlist %s."
558
  msgstr "Мои закладки на %s"
559
 
560
- #. Translators: %s Order number.
561
  #: includes/class.yith-wcwl-privacy.php:199
 
562
  msgid "Wishlist %s has been retained."
563
  msgstr ""
564
 
@@ -579,7 +580,6 @@ msgid "Title"
579
  msgstr ""
580
 
581
  #: includes/class.yith-wcwl-privacy.php:231
582
- msgctxt "date wishlist was created"
583
  msgid "Created on"
584
  msgstr ""
585
 
@@ -606,13 +606,11 @@ msgstr ""
606
 
607
  #: includes/class.yith-wcwl-shortcode.php:45
608
  #, fuzzy
609
- msgctxt "[gutenberg]: block name"
610
  msgid "YITH Add to Wishlist"
611
  msgstr "\"Добавить в корзину\" button text"
612
 
613
  #: includes/class.yith-wcwl-shortcode.php:46
614
  #, fuzzy
615
- msgctxt "[gutenberg]: block description"
616
  msgid "Shows Add to Wishlist button"
617
  msgstr "\"Добавить в корзину\" button text"
618
 
@@ -653,13 +651,11 @@ msgstr ""
653
 
654
  #: includes/class.yith-wcwl-shortcode.php:94
655
  #, fuzzy
656
- msgctxt "[gutenberg]: block name"
657
  msgid "YITH Wishlist"
658
  msgstr "Мои закладки на %s"
659
 
660
  #: includes/class.yith-wcwl-shortcode.php:95
661
  #, fuzzy
662
- msgctxt "[gutenberg]: block description"
663
  msgid "Shows list of products in wishlist"
664
  msgstr "\"Добавить в корзину\" button background"
665
 
@@ -757,6 +753,7 @@ msgstr ""
757
 
758
  #: templates/admin/wishlist-panel-premium.php:185
759
  #: templates/admin/wishlist-panel-premium.php:383
 
760
  msgid ""
761
  "Upgrade to the %1$spremium version%2$s%3$sof %1$sYITH WooCommerce Wishlist"
762
  "%2$s to benefit from all features!"
@@ -764,6 +761,7 @@ msgstr ""
764
 
765
  #: templates/admin/wishlist-panel-premium.php:187
766
  #: templates/admin/wishlist-panel-premium.php:385
 
767
  msgid "%1$sUPGRADE%2$s%3$s to the premium version%2$s"
768
  msgstr ""
769
 
@@ -777,6 +775,7 @@ msgid "Multiple Wishlist"
777
  msgstr ""
778
 
779
  #: templates/admin/wishlist-panel-premium.php:203
 
780
  msgid ""
781
  "%1$sDoes it ever happened to you to have too many wishes for a single wish "
782
  "list?%2$s%3$s The possibility to manage one's wishes is a fundamental "
@@ -793,6 +792,7 @@ msgid "Wishlist Private"
793
  msgstr ""
794
 
795
  #: templates/admin/wishlist-panel-premium.php:214
 
796
  msgid ""
797
  "By enabling the option wishlist, users will also have the possibility to "
798
  "%1$smanage the visibility%2$s of their wish lists according to one of the "
@@ -800,16 +800,19 @@ msgid ""
800
  msgstr ""
801
 
802
  #: templates/admin/wishlist-panel-premium.php:216
 
803
  msgid "%1$spublic:%2$s all users can look for your wish list and see it;"
804
  msgstr ""
805
 
806
  #: templates/admin/wishlist-panel-premium.php:217
 
807
  msgid ""
808
  "%1$sshared:%2$s only users possessing a direct link to the wish list page "
809
  "can display it;"
810
  msgstr ""
811
 
812
  #: templates/admin/wishlist-panel-premium.php:218
 
813
  msgid "%1$sprivate:%2$s only the wish list creator can see it."
814
  msgstr ""
815
 
@@ -819,6 +822,7 @@ msgid "Estimate Cost"
819
  msgstr ""
820
 
821
  #: templates/admin/wishlist-panel-premium.php:236
 
822
  msgid ""
823
  "%1$sDo you want to add the possibility to ask for estimates of costs into "
824
  "your catalogue?%3$s Do you want to manage customised packets for faithful "
@@ -836,6 +840,7 @@ msgid "Admin Panel"
836
  msgstr ""
837
 
838
  #: templates/admin/wishlist-panel-premium.php:247
 
839
  msgid ""
840
  "Thanks to the useful Admin panel, accessible directly among the WooCommerce "
841
  "submenu pages, you will have total control on users' wishlists. In addition "
@@ -851,6 +856,7 @@ msgid "Search Wishlists"
851
  msgstr ""
852
 
853
  #: templates/admin/wishlist-panel-premium.php:264
 
854
  msgid ""
855
  "How many times have you been looking for the perfect gift for a important "
856
  "event but you had no idea of what to buy? %1$s'Search wishlists'%2$s allows "
@@ -864,6 +870,7 @@ msgid "'ADD TO CART' CHECKBOX"
864
  msgstr ""
865
 
866
  #: templates/admin/wishlist-panel-premium.php:275
 
867
  msgid ""
868
  "Your shop offers always a wide selection of products and wishlists of your "
869
  "users get more and more crowded everyday. Give them the possibility to "
@@ -884,6 +891,7 @@ msgid "DISABLE WISHLIST FOR UNLOGGED USERS"
884
  msgstr ""
885
 
886
  #: templates/admin/wishlist-panel-premium.php:292
 
887
  msgid ""
888
  "Favour users that have registered to your shop and disable plugin "
889
  "functionalities for all users that have not. By disabling this option, each "
@@ -896,6 +904,7 @@ msgid "MESSAGE TO UNLOGGED USERS"
896
  msgstr ""
897
 
898
  #: templates/admin/wishlist-panel-premium.php:303
 
899
  msgid ""
900
  "Invite users that are visiting your shop to login if they want to fully "
901
  "benefit from Wishlist functionalities. Show a %1$scustomised message%2$s and "
@@ -912,6 +921,7 @@ msgid "POPULAR TABLE"
912
  msgstr ""
913
 
914
  #: templates/admin/wishlist-panel-premium.php:320
 
915
  msgid ""
916
  "Some products draw customer's attention more than others and they do not "
917
  "hesitate to add products to their wishlist. Table %1$s'Popular'%2$s allows "
@@ -924,6 +934,7 @@ msgid "FUNCTIONALITIES IN ONE CLICK"
924
  msgstr ""
925
 
926
  #: templates/admin/wishlist-panel-premium.php:331
 
927
  msgid ""
928
  "Users have the possibility to search for a wishlist, create a new one or "
929
  "display those already created. Add these %1$sfunctionalities%2$s through the "
@@ -940,6 +951,7 @@ msgid "PROMOTIONAL EMAIL"
940
  msgstr ""
941
 
942
  #: templates/admin/wishlist-panel-premium.php:348
 
943
  msgid ""
944
  "If you want to give the right input to your users to persuade them to "
945
  "%1$spurchase the products%2$s they have in their wishlists, you need to use "
@@ -953,6 +965,7 @@ msgid "FROM A WISHLIST TO ANOTHER"
953
  msgstr ""
954
 
955
  #: templates/admin/wishlist-panel-premium.php:359
 
956
  msgid ""
957
  "Who said that a product has to remain forever in the same wishlist? With the "
958
  "option %1$s\"Show \"Move to another wishlist\" dropdown menu\"%2$s, with "
@@ -973,6 +986,7 @@ msgid "DATE OF ADDITION TO A WISHLIST"
973
  msgstr ""
974
 
975
  #: templates/admin/wishlist-panel-premium.php:376
 
976
  msgid ""
977
  "Activating the %1$s\"Show date of addition\"%2$s option, users can see the "
978
  "date in which they have added a particular product to their list: a new way "
@@ -1032,6 +1046,7 @@ msgid "In Stock"
1032
  msgstr "в наличии"
1033
 
1034
  #: templates/wishlist-view.php:188
 
1035
  msgid "Added on : %s"
1036
  msgstr ""
1037
 
@@ -1055,31 +1070,6 @@ msgstr ""
1055
  msgid "Your email"
1056
  msgstr ""
1057
 
1058
- #. Plugin Name of the plugin/theme
1059
- msgid "YITH WooCommerce Wishlist"
1060
- msgstr ""
1061
-
1062
- #. Plugin URI of the plugin/theme
1063
- msgid "https://yithemes.com/themes/plugins/yith-woocommerce-wishlist/"
1064
- msgstr ""
1065
-
1066
- #. Description of the plugin/theme
1067
- msgid ""
1068
- "<code><strong>YITH WooCommerce Wishlist</strong></code> gives your users the "
1069
- "possibility to create, fill, manage and share their wishlists allowing you "
1070
- "to analyze their interests and needs to improve your marketing strategies. "
1071
- "<a href=\"https://yithemes.com/\" target=\"_blank\">Get more plugins for "
1072
- "your e-commerce on <strong>YITH</strong></a>"
1073
- msgstr ""
1074
-
1075
- #. Author of the plugin/theme
1076
- msgid "YITH"
1077
- msgstr ""
1078
-
1079
- #. Author URI of the plugin/theme
1080
- msgid "https://yithemes.com/"
1081
- msgstr ""
1082
-
1083
  #, fuzzy
1084
  #~ msgid "Add options "
1085
  #~ msgstr "Добавить в корзину"
2
  msgstr ""
3
  "Project-Id-Version: YITH WCWL\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
+ "POT-Creation-Date: 2019-02-12 14:38+0100\n"
6
+ "PO-Revision-Date: 2019-02-12 14:38+0100\n"
7
  "Last-Translator: Valentyn Zubenko <valentyn.zubenko@gmail.com>\n"
8
  "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
9
  "Language: ru\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 2.2\n"
14
  "X-Poedit-KeywordsList: __;_e;_x\n"
15
  "X-Poedit-Basepath: ..\n"
16
  "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
49
  msgstr ""
50
 
51
  #: includes/class.yith-wcwl-admin-init.php:1017
 
52
  msgid "Also, please read the plugin"
53
  msgstr ""
54
 
55
  #: includes/class.yith-wcwl-admin-init.php:1018
 
56
  msgid "documentation"
57
  msgstr ""
58
 
96
  #: includes/class.yith-wcwl-admin-init.php:1062
97
  #: includes/class.yith-wcwl-admin-init.php:1063
98
  #: includes/class.yith-wcwl-admin-init.php:1299
99
+ #, php-format
100
  msgid "My wishlist on %s"
101
  msgstr "Мои закладки на %s"
102
 
364
  msgstr ""
365
 
366
  #: includes/class.yith-wcwl-admin-init.php:1327
367
+ #, php-format
368
  msgid ""
369
  "If you want to take advantage of this feature, you could consider to "
370
  "purchase the %s."
379
  msgstr ""
380
 
381
  #: includes/class.yith-wcwl-admin-init.php:1340
382
+ #, php-format
383
  msgid ""
384
  "Choose to enable product slider in wishlist page with linked products (<a "
385
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
465
  msgstr ""
466
 
467
  #: includes/class.yith-wcwl-admin-init.php:1551
468
+ #, php-format
469
  msgid ""
470
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
471
  "can access to all the settings of our plugins that you have activated. "
478
  msgstr ""
479
 
480
  #: includes/class.yith-wcwl-admin-init.php:1563
481
+ #, php-format
482
  msgid ""
483
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
484
  "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
500
 
501
  #: includes/class.yith-wcwl-install.php:244
502
  #, fuzzy
 
503
  msgid "wishlist"
504
  msgstr "Мои закладки на %s"
505
 
553
  msgid "Wishlists"
554
  msgstr "Мои закладки на %s"
555
 
 
556
  #: includes/class.yith-wcwl-privacy.php:195
557
+ #, fuzzy, php-format
558
  msgid "Removed wishlist %s."
559
  msgstr "Мои закладки на %s"
560
 
 
561
  #: includes/class.yith-wcwl-privacy.php:199
562
+ #, php-format
563
  msgid "Wishlist %s has been retained."
564
  msgstr ""
565
 
580
  msgstr ""
581
 
582
  #: includes/class.yith-wcwl-privacy.php:231
 
583
  msgid "Created on"
584
  msgstr ""
585
 
606
 
607
  #: includes/class.yith-wcwl-shortcode.php:45
608
  #, fuzzy
 
609
  msgid "YITH Add to Wishlist"
610
  msgstr "\"Добавить в корзину\" button text"
611
 
612
  #: includes/class.yith-wcwl-shortcode.php:46
613
  #, fuzzy
 
614
  msgid "Shows Add to Wishlist button"
615
  msgstr "\"Добавить в корзину\" button text"
616
 
651
 
652
  #: includes/class.yith-wcwl-shortcode.php:94
653
  #, fuzzy
 
654
  msgid "YITH Wishlist"
655
  msgstr "Мои закладки на %s"
656
 
657
  #: includes/class.yith-wcwl-shortcode.php:95
658
  #, fuzzy
 
659
  msgid "Shows list of products in wishlist"
660
  msgstr "\"Добавить в корзину\" button background"
661
 
753
 
754
  #: templates/admin/wishlist-panel-premium.php:185
755
  #: templates/admin/wishlist-panel-premium.php:383
756
+ #, php-format
757
  msgid ""
758
  "Upgrade to the %1$spremium version%2$s%3$sof %1$sYITH WooCommerce Wishlist"
759
  "%2$s to benefit from all features!"
761
 
762
  #: templates/admin/wishlist-panel-premium.php:187
763
  #: templates/admin/wishlist-panel-premium.php:385
764
+ #, php-format
765
  msgid "%1$sUPGRADE%2$s%3$s to the premium version%2$s"
766
  msgstr ""
767
 
775
  msgstr ""
776
 
777
  #: templates/admin/wishlist-panel-premium.php:203
778
+ #, php-format
779
  msgid ""
780
  "%1$sDoes it ever happened to you to have too many wishes for a single wish "
781
  "list?%2$s%3$s The possibility to manage one's wishes is a fundamental "
792
  msgstr ""
793
 
794
  #: templates/admin/wishlist-panel-premium.php:214
795
+ #, php-format
796
  msgid ""
797
  "By enabling the option wishlist, users will also have the possibility to "
798
  "%1$smanage the visibility%2$s of their wish lists according to one of the "
800
  msgstr ""
801
 
802
  #: templates/admin/wishlist-panel-premium.php:216
803
+ #, php-format
804
  msgid "%1$spublic:%2$s all users can look for your wish list and see it;"
805
  msgstr ""
806
 
807
  #: templates/admin/wishlist-panel-premium.php:217
808
+ #, php-format
809
  msgid ""
810
  "%1$sshared:%2$s only users possessing a direct link to the wish list page "
811
  "can display it;"
812
  msgstr ""
813
 
814
  #: templates/admin/wishlist-panel-premium.php:218
815
+ #, php-format
816
  msgid "%1$sprivate:%2$s only the wish list creator can see it."
817
  msgstr ""
818
 
822
  msgstr ""
823
 
824
  #: templates/admin/wishlist-panel-premium.php:236
825
+ #, php-format
826
  msgid ""
827
  "%1$sDo you want to add the possibility to ask for estimates of costs into "
828
  "your catalogue?%3$s Do you want to manage customised packets for faithful "
840
  msgstr ""
841
 
842
  #: templates/admin/wishlist-panel-premium.php:247
843
+ #, php-format
844
  msgid ""
845
  "Thanks to the useful Admin panel, accessible directly among the WooCommerce "
846
  "submenu pages, you will have total control on users' wishlists. In addition "
856
  msgstr ""
857
 
858
  #: templates/admin/wishlist-panel-premium.php:264
859
+ #, php-format
860
  msgid ""
861
  "How many times have you been looking for the perfect gift for a important "
862
  "event but you had no idea of what to buy? %1$s'Search wishlists'%2$s allows "
870
  msgstr ""
871
 
872
  #: templates/admin/wishlist-panel-premium.php:275
873
+ #, php-format
874
  msgid ""
875
  "Your shop offers always a wide selection of products and wishlists of your "
876
  "users get more and more crowded everyday. Give them the possibility to "
891
  msgstr ""
892
 
893
  #: templates/admin/wishlist-panel-premium.php:292
894
+ #, php-format
895
  msgid ""
896
  "Favour users that have registered to your shop and disable plugin "
897
  "functionalities for all users that have not. By disabling this option, each "
904
  msgstr ""
905
 
906
  #: templates/admin/wishlist-panel-premium.php:303
907
+ #, php-format
908
  msgid ""
909
  "Invite users that are visiting your shop to login if they want to fully "
910
  "benefit from Wishlist functionalities. Show a %1$scustomised message%2$s and "
921
  msgstr ""
922
 
923
  #: templates/admin/wishlist-panel-premium.php:320
924
+ #, php-format
925
  msgid ""
926
  "Some products draw customer's attention more than others and they do not "
927
  "hesitate to add products to their wishlist. Table %1$s'Popular'%2$s allows "
934
  msgstr ""
935
 
936
  #: templates/admin/wishlist-panel-premium.php:331
937
+ #, php-format
938
  msgid ""
939
  "Users have the possibility to search for a wishlist, create a new one or "
940
  "display those already created. Add these %1$sfunctionalities%2$s through the "
951
  msgstr ""
952
 
953
  #: templates/admin/wishlist-panel-premium.php:348
954
+ #, php-format
955
  msgid ""
956
  "If you want to give the right input to your users to persuade them to "
957
  "%1$spurchase the products%2$s they have in their wishlists, you need to use "
965
  msgstr ""
966
 
967
  #: templates/admin/wishlist-panel-premium.php:359
968
+ #, php-format
969
  msgid ""
970
  "Who said that a product has to remain forever in the same wishlist? With the "
971
  "option %1$s\"Show \"Move to another wishlist\" dropdown menu\"%2$s, with "
986
  msgstr ""
987
 
988
  #: templates/admin/wishlist-panel-premium.php:376
989
+ #, php-format
990
  msgid ""
991
  "Activating the %1$s\"Show date of addition\"%2$s option, users can see the "
992
  "date in which they have added a particular product to their list: a new way "
1046
  msgstr "в наличии"
1047
 
1048
  #: templates/wishlist-view.php:188
1049
+ #, php-format
1050
  msgid "Added on : %s"
1051
  msgstr ""
1052
 
1070
  msgid "Your email"
1071
  msgstr ""
1072
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1073
  #, fuzzy
1074
  #~ msgid "Add options "
1075
  #~ msgstr "Добавить в корзину"
languages/yith-woocommerce-wishlist-sv_SE.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-sv_SE.po CHANGED
@@ -2,15 +2,15 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WCWL\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
- "POT-Creation-Date: 2018-12-21 10:28:38+00:00\n"
6
- "PO-Revision-Date: 2018-10-04 14:52+0200\n"
7
  "Last-Translator: Nicola Mustone <mail@nicolamustone.it>\n"
8
  "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
9
  "Language: sv\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 2.0.8\n"
14
  "X-Poedit-KeywordsList: __;_e;_x\n"
15
  "X-Poedit-Basepath: ..\n"
16
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
@@ -48,13 +48,11 @@ msgid ""
48
  msgstr ""
49
 
50
  #: includes/class.yith-wcwl-admin-init.php:1017
51
- msgctxt "[Part of]: Also, please read the plugin documentation"
52
  msgid "Also, please read the plugin"
53
  msgstr ""
54
 
55
  #: includes/class.yith-wcwl-admin-init.php:1018
56
  #, fuzzy
57
- msgctxt "[Part Of]: Also, please read the plugin documentation"
58
  msgid "documentation"
59
  msgstr "Tilläggets dokumentation"
60
 
@@ -101,6 +99,7 @@ msgstr "Titel på önskelistan"
101
  #: includes/class.yith-wcwl-admin-init.php:1062
102
  #: includes/class.yith-wcwl-admin-init.php:1063
103
  #: includes/class.yith-wcwl-admin-init.php:1299
 
104
  msgid "My wishlist on %s"
105
  msgstr "Min önskelista på %s"
106
 
@@ -361,6 +360,7 @@ msgid "It will be used by Pinterest."
361
  msgstr ""
362
 
363
  #: includes/class.yith-wcwl-admin-init.php:1327
 
364
  msgid ""
365
  "If you want to take advantage of this feature, you could consider to "
366
  "purchase the %s."
@@ -375,6 +375,7 @@ msgid "Enable slider in wishlist"
375
  msgstr "Aktivera slider i önskelistan"
376
 
377
  #: includes/class.yith-wcwl-admin-init.php:1340
 
378
  msgid ""
379
  "Choose to enable product slider in wishlist page with linked products (<a "
380
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
@@ -460,6 +461,7 @@ msgid "Wishlist Activated"
460
  msgstr "Önskelista aktiverad"
461
 
462
  #: includes/class.yith-wcwl-admin-init.php:1551
 
463
  msgid ""
464
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
465
  "can access to all the settings of our plugins that you have activated. "
@@ -476,6 +478,7 @@ msgid "Wishlist Updated"
476
  msgstr "Önskelistan uppdaterad"
477
 
478
  #: includes/class.yith-wcwl-admin-init.php:1563
 
479
  msgid ""
480
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
481
  "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
@@ -502,9 +505,8 @@ msgid "Product correctly added to cart"
502
  msgstr "Produkt korrekt tillagd i varukorgen"
503
 
504
  #: includes/class.yith-wcwl-install.php:244
505
- msgctxt "page_slug"
506
  msgid "wishlist"
507
- msgstr "onskelista"
508
 
509
  #: includes/class.yith-wcwl-privacy.php:50
510
  msgid "While you visit our site, we’ll track:"
@@ -557,14 +559,13 @@ msgstr "Lägg till i önskelistan"
557
  msgid "Wishlists"
558
  msgstr "Önskelista"
559
 
560
- #. Translators: %s Order number.
561
  #: includes/class.yith-wcwl-privacy.php:195
562
- #, fuzzy
563
  msgid "Removed wishlist %s."
564
  msgstr "Min önskelista på %s"
565
 
566
- #. Translators: %s Order number.
567
  #: includes/class.yith-wcwl-privacy.php:199
 
568
  msgid "Wishlist %s has been retained."
569
  msgstr ""
570
 
@@ -587,7 +588,6 @@ msgid "Title"
587
  msgstr "Fälttitel"
588
 
589
  #: includes/class.yith-wcwl-privacy.php:231
590
- msgctxt "date wishlist was created"
591
  msgid "Created on"
592
  msgstr ""
593
 
@@ -613,13 +613,11 @@ msgstr "Offentlig"
613
 
614
  #: includes/class.yith-wcwl-shortcode.php:45
615
  #, fuzzy
616
- msgctxt "[gutenberg]: block name"
617
  msgid "YITH Add to Wishlist"
618
  msgstr "Lägg till i önskelistan"
619
 
620
  #: includes/class.yith-wcwl-shortcode.php:46
621
  #, fuzzy
622
- msgctxt "[gutenberg]: block description"
623
  msgid "Shows Add to Wishlist button"
624
  msgstr "“Lägg till i önskelista”-knapp"
625
 
@@ -661,13 +659,11 @@ msgstr ""
661
 
662
  #: includes/class.yith-wcwl-shortcode.php:94
663
  #, fuzzy
664
- msgctxt "[gutenberg]: block name"
665
  msgid "YITH Wishlist"
666
  msgstr "Aktivera YITH Wishlist"
667
 
668
  #: includes/class.yith-wcwl-shortcode.php:95
669
  #, fuzzy
670
- msgctxt "[gutenberg]: block description"
671
  msgid "Shows list of products in wishlist"
672
  msgstr "Visa produktens pris för varje objekt i önskelistan"
673
 
@@ -765,6 +761,7 @@ msgstr ""
765
 
766
  #: templates/admin/wishlist-panel-premium.php:185
767
  #: templates/admin/wishlist-panel-premium.php:383
 
768
  msgid ""
769
  "Upgrade to the %1$spremium version%2$s%3$sof %1$sYITH WooCommerce Wishlist"
770
  "%2$s to benefit from all features!"
@@ -772,6 +769,7 @@ msgstr ""
772
 
773
  #: templates/admin/wishlist-panel-premium.php:187
774
  #: templates/admin/wishlist-panel-premium.php:385
 
775
  msgid "%1$sUPGRADE%2$s%3$s to the premium version%2$s"
776
  msgstr ""
777
 
@@ -785,6 +783,7 @@ msgid "Multiple Wishlist"
785
  msgstr ""
786
 
787
  #: templates/admin/wishlist-panel-premium.php:203
 
788
  msgid ""
789
  "%1$sDoes it ever happened to you to have too many wishes for a single wish "
790
  "list?%2$s%3$s The possibility to manage one's wishes is a fundamental "
@@ -801,6 +800,7 @@ msgid "Wishlist Private"
801
  msgstr ""
802
 
803
  #: templates/admin/wishlist-panel-premium.php:214
 
804
  msgid ""
805
  "By enabling the option wishlist, users will also have the possibility to "
806
  "%1$smanage the visibility%2$s of their wish lists according to one of the "
@@ -808,16 +808,19 @@ msgid ""
808
  msgstr ""
809
 
810
  #: templates/admin/wishlist-panel-premium.php:216
 
811
  msgid "%1$spublic:%2$s all users can look for your wish list and see it;"
812
  msgstr ""
813
 
814
  #: templates/admin/wishlist-panel-premium.php:217
 
815
  msgid ""
816
  "%1$sshared:%2$s only users possessing a direct link to the wish list page "
817
  "can display it;"
818
  msgstr ""
819
 
820
  #: templates/admin/wishlist-panel-premium.php:218
 
821
  msgid "%1$sprivate:%2$s only the wish list creator can see it."
822
  msgstr ""
823
 
@@ -827,6 +830,7 @@ msgid "Estimate Cost"
827
  msgstr ""
828
 
829
  #: templates/admin/wishlist-panel-premium.php:236
 
830
  msgid ""
831
  "%1$sDo you want to add the possibility to ask for estimates of costs into "
832
  "your catalogue?%3$s Do you want to manage customised packets for faithful "
@@ -844,6 +848,7 @@ msgid "Admin Panel"
844
  msgstr ""
845
 
846
  #: templates/admin/wishlist-panel-premium.php:247
 
847
  msgid ""
848
  "Thanks to the useful Admin panel, accessible directly among the WooCommerce "
849
  "submenu pages, you will have total control on users' wishlists. In addition "
@@ -859,6 +864,7 @@ msgid "Search Wishlists"
859
  msgstr ""
860
 
861
  #: templates/admin/wishlist-panel-premium.php:264
 
862
  msgid ""
863
  "How many times have you been looking for the perfect gift for a important "
864
  "event but you had no idea of what to buy? %1$s'Search wishlists'%2$s allows "
@@ -872,6 +878,7 @@ msgid "'ADD TO CART' CHECKBOX"
872
  msgstr ""
873
 
874
  #: templates/admin/wishlist-panel-premium.php:275
 
875
  msgid ""
876
  "Your shop offers always a wide selection of products and wishlists of your "
877
  "users get more and more crowded everyday. Give them the possibility to "
@@ -892,6 +899,7 @@ msgid "DISABLE WISHLIST FOR UNLOGGED USERS"
892
  msgstr ""
893
 
894
  #: templates/admin/wishlist-panel-premium.php:292
 
895
  msgid ""
896
  "Favour users that have registered to your shop and disable plugin "
897
  "functionalities for all users that have not. By disabling this option, each "
@@ -904,6 +912,7 @@ msgid "MESSAGE TO UNLOGGED USERS"
904
  msgstr ""
905
 
906
  #: templates/admin/wishlist-panel-premium.php:303
 
907
  msgid ""
908
  "Invite users that are visiting your shop to login if they want to fully "
909
  "benefit from Wishlist functionalities. Show a %1$scustomised message%2$s and "
@@ -920,6 +929,7 @@ msgid "POPULAR TABLE"
920
  msgstr ""
921
 
922
  #: templates/admin/wishlist-panel-premium.php:320
 
923
  msgid ""
924
  "Some products draw customer's attention more than others and they do not "
925
  "hesitate to add products to their wishlist. Table %1$s'Popular'%2$s allows "
@@ -932,6 +942,7 @@ msgid "FUNCTIONALITIES IN ONE CLICK"
932
  msgstr ""
933
 
934
  #: templates/admin/wishlist-panel-premium.php:331
 
935
  msgid ""
936
  "Users have the possibility to search for a wishlist, create a new one or "
937
  "display those already created. Add these %1$sfunctionalities%2$s through the "
@@ -948,6 +959,7 @@ msgid "PROMOTIONAL EMAIL"
948
  msgstr ""
949
 
950
  #: templates/admin/wishlist-panel-premium.php:348
 
951
  msgid ""
952
  "If you want to give the right input to your users to persuade them to "
953
  "%1$spurchase the products%2$s they have in their wishlists, you need to use "
@@ -961,6 +973,7 @@ msgid "FROM A WISHLIST TO ANOTHER"
961
  msgstr ""
962
 
963
  #: templates/admin/wishlist-panel-premium.php:359
 
964
  msgid ""
965
  "Who said that a product has to remain forever in the same wishlist? With the "
966
  "option %1$s\"Show \"Move to another wishlist\" dropdown menu\"%2$s, with "
@@ -981,6 +994,7 @@ msgid "DATE OF ADDITION TO A WISHLIST"
981
  msgstr ""
982
 
983
  #: templates/admin/wishlist-panel-premium.php:376
 
984
  msgid ""
985
  "Activating the %1$s\"Show date of addition\"%2$s option, users can see the "
986
  "date in which they have added a particular product to their list: a new way "
@@ -1040,6 +1054,7 @@ msgid "In Stock"
1040
  msgstr "Finns i lager"
1041
 
1042
  #: templates/wishlist-view.php:188
 
1043
  msgid "Added on : %s"
1044
  msgstr "Tillagd: %s"
1045
 
@@ -1063,33 +1078,12 @@ msgstr "Fråga efter en uppskattning"
1063
  msgid "Your email"
1064
  msgstr ""
1065
 
1066
- #. Plugin Name of the plugin/theme
1067
- msgid "YITH WooCommerce Wishlist"
1068
- msgstr "YITH WooCommerce Wishlist"
1069
-
1070
- #. Plugin URI of the plugin/theme
1071
- msgid "https://yithemes.com/themes/plugins/yith-woocommerce-wishlist/"
1072
- msgstr ""
1073
-
1074
- #. Description of the plugin/theme
1075
- msgid ""
1076
- "<code><strong>YITH WooCommerce Wishlist</strong></code> gives your users the "
1077
- "possibility to create, fill, manage and share their wishlists allowing you "
1078
- "to analyze their interests and needs to improve your marketing strategies. "
1079
- "<a href=\"https://yithemes.com/\" target=\"_blank\">Get more plugins for "
1080
- "your e-commerce on <strong>YITH</strong></a>"
1081
- msgstr ""
1082
-
1083
- #. Author of the plugin/theme
1084
- msgid "YITH"
1085
- msgstr ""
1086
-
1087
- #. Author URI of the plugin/theme
1088
- msgid "https://yithemes.com/"
1089
- msgstr ""
1090
-
1091
  #~ msgid "wishlist"
1092
- #~ msgstr "önskelista"
 
 
 
1093
 
1094
  #~ msgid ""
1095
  #~ "WARNING: This plugin requires at least WooCommerce 2.2! Please, use this "
2
  msgstr ""
3
  "Project-Id-Version: YITH WCWL\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
+ "POT-Creation-Date: 2019-02-12 14:38+0100\n"
6
+ "PO-Revision-Date: 2019-02-12 14:38+0100\n"
7
  "Last-Translator: Nicola Mustone <mail@nicolamustone.it>\n"
8
  "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
9
  "Language: sv\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 2.2\n"
14
  "X-Poedit-KeywordsList: __;_e;_x\n"
15
  "X-Poedit-Basepath: ..\n"
16
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
48
  msgstr ""
49
 
50
  #: includes/class.yith-wcwl-admin-init.php:1017
 
51
  msgid "Also, please read the plugin"
52
  msgstr ""
53
 
54
  #: includes/class.yith-wcwl-admin-init.php:1018
55
  #, fuzzy
 
56
  msgid "documentation"
57
  msgstr "Tilläggets dokumentation"
58
 
99
  #: includes/class.yith-wcwl-admin-init.php:1062
100
  #: includes/class.yith-wcwl-admin-init.php:1063
101
  #: includes/class.yith-wcwl-admin-init.php:1299
102
+ #, php-format
103
  msgid "My wishlist on %s"
104
  msgstr "Min önskelista på %s"
105
 
360
  msgstr ""
361
 
362
  #: includes/class.yith-wcwl-admin-init.php:1327
363
+ #, php-format
364
  msgid ""
365
  "If you want to take advantage of this feature, you could consider to "
366
  "purchase the %s."
375
  msgstr "Aktivera slider i önskelistan"
376
 
377
  #: includes/class.yith-wcwl-admin-init.php:1340
378
+ #, php-format
379
  msgid ""
380
  "Choose to enable product slider in wishlist page with linked products (<a "
381
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
461
  msgstr "Önskelista aktiverad"
462
 
463
  #: includes/class.yith-wcwl-admin-init.php:1551
464
+ #, php-format
465
  msgid ""
466
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
467
  "can access to all the settings of our plugins that you have activated. "
478
  msgstr "Önskelistan uppdaterad"
479
 
480
  #: includes/class.yith-wcwl-admin-init.php:1563
481
+ #, php-format
482
  msgid ""
483
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
484
  "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
505
  msgstr "Produkt korrekt tillagd i varukorgen"
506
 
507
  #: includes/class.yith-wcwl-install.php:244
 
508
  msgid "wishlist"
509
+ msgstr "önskelista"
510
 
511
  #: includes/class.yith-wcwl-privacy.php:50
512
  msgid "While you visit our site, we’ll track:"
559
  msgid "Wishlists"
560
  msgstr "Önskelista"
561
 
 
562
  #: includes/class.yith-wcwl-privacy.php:195
563
+ #, fuzzy, php-format
564
  msgid "Removed wishlist %s."
565
  msgstr "Min önskelista på %s"
566
 
 
567
  #: includes/class.yith-wcwl-privacy.php:199
568
+ #, php-format
569
  msgid "Wishlist %s has been retained."
570
  msgstr ""
571
 
588
  msgstr "Fälttitel"
589
 
590
  #: includes/class.yith-wcwl-privacy.php:231
 
591
  msgid "Created on"
592
  msgstr ""
593
 
613
 
614
  #: includes/class.yith-wcwl-shortcode.php:45
615
  #, fuzzy
 
616
  msgid "YITH Add to Wishlist"
617
  msgstr "Lägg till i önskelistan"
618
 
619
  #: includes/class.yith-wcwl-shortcode.php:46
620
  #, fuzzy
 
621
  msgid "Shows Add to Wishlist button"
622
  msgstr "“Lägg till i önskelista”-knapp"
623
 
659
 
660
  #: includes/class.yith-wcwl-shortcode.php:94
661
  #, fuzzy
 
662
  msgid "YITH Wishlist"
663
  msgstr "Aktivera YITH Wishlist"
664
 
665
  #: includes/class.yith-wcwl-shortcode.php:95
666
  #, fuzzy
 
667
  msgid "Shows list of products in wishlist"
668
  msgstr "Visa produktens pris för varje objekt i önskelistan"
669
 
761
 
762
  #: templates/admin/wishlist-panel-premium.php:185
763
  #: templates/admin/wishlist-panel-premium.php:383
764
+ #, php-format
765
  msgid ""
766
  "Upgrade to the %1$spremium version%2$s%3$sof %1$sYITH WooCommerce Wishlist"
767
  "%2$s to benefit from all features!"
769
 
770
  #: templates/admin/wishlist-panel-premium.php:187
771
  #: templates/admin/wishlist-panel-premium.php:385
772
+ #, php-format
773
  msgid "%1$sUPGRADE%2$s%3$s to the premium version%2$s"
774
  msgstr ""
775
 
783
  msgstr ""
784
 
785
  #: templates/admin/wishlist-panel-premium.php:203
786
+ #, php-format
787
  msgid ""
788
  "%1$sDoes it ever happened to you to have too many wishes for a single wish "
789
  "list?%2$s%3$s The possibility to manage one's wishes is a fundamental "
800
  msgstr ""
801
 
802
  #: templates/admin/wishlist-panel-premium.php:214
803
+ #, php-format
804
  msgid ""
805
  "By enabling the option wishlist, users will also have the possibility to "
806
  "%1$smanage the visibility%2$s of their wish lists according to one of the "
808
  msgstr ""
809
 
810
  #: templates/admin/wishlist-panel-premium.php:216
811
+ #, php-format
812
  msgid "%1$spublic:%2$s all users can look for your wish list and see it;"
813
  msgstr ""
814
 
815
  #: templates/admin/wishlist-panel-premium.php:217
816
+ #, php-format
817
  msgid ""
818
  "%1$sshared:%2$s only users possessing a direct link to the wish list page "
819
  "can display it;"
820
  msgstr ""
821
 
822
  #: templates/admin/wishlist-panel-premium.php:218
823
+ #, php-format
824
  msgid "%1$sprivate:%2$s only the wish list creator can see it."
825
  msgstr ""
826
 
830
  msgstr ""
831
 
832
  #: templates/admin/wishlist-panel-premium.php:236
833
+ #, php-format
834
  msgid ""
835
  "%1$sDo you want to add the possibility to ask for estimates of costs into "
836
  "your catalogue?%3$s Do you want to manage customised packets for faithful "
848
  msgstr ""
849
 
850
  #: templates/admin/wishlist-panel-premium.php:247
851
+ #, php-format
852
  msgid ""
853
  "Thanks to the useful Admin panel, accessible directly among the WooCommerce "
854
  "submenu pages, you will have total control on users' wishlists. In addition "
864
  msgstr ""
865
 
866
  #: templates/admin/wishlist-panel-premium.php:264
867
+ #, php-format
868
  msgid ""
869
  "How many times have you been looking for the perfect gift for a important "
870
  "event but you had no idea of what to buy? %1$s'Search wishlists'%2$s allows "
878
  msgstr ""
879
 
880
  #: templates/admin/wishlist-panel-premium.php:275
881
+ #, php-format
882
  msgid ""
883
  "Your shop offers always a wide selection of products and wishlists of your "
884
  "users get more and more crowded everyday. Give them the possibility to "
899
  msgstr ""
900
 
901
  #: templates/admin/wishlist-panel-premium.php:292
902
+ #, php-format
903
  msgid ""
904
  "Favour users that have registered to your shop and disable plugin "
905
  "functionalities for all users that have not. By disabling this option, each "
912
  msgstr ""
913
 
914
  #: templates/admin/wishlist-panel-premium.php:303
915
+ #, php-format
916
  msgid ""
917
  "Invite users that are visiting your shop to login if they want to fully "
918
  "benefit from Wishlist functionalities. Show a %1$scustomised message%2$s and "
929
  msgstr ""
930
 
931
  #: templates/admin/wishlist-panel-premium.php:320
932
+ #, php-format
933
  msgid ""
934
  "Some products draw customer's attention more than others and they do not "
935
  "hesitate to add products to their wishlist. Table %1$s'Popular'%2$s allows "
942
  msgstr ""
943
 
944
  #: templates/admin/wishlist-panel-premium.php:331
945
+ #, php-format
946
  msgid ""
947
  "Users have the possibility to search for a wishlist, create a new one or "
948
  "display those already created. Add these %1$sfunctionalities%2$s through the "
959
  msgstr ""
960
 
961
  #: templates/admin/wishlist-panel-premium.php:348
962
+ #, php-format
963
  msgid ""
964
  "If you want to give the right input to your users to persuade them to "
965
  "%1$spurchase the products%2$s they have in their wishlists, you need to use "
973
  msgstr ""
974
 
975
  #: templates/admin/wishlist-panel-premium.php:359
976
+ #, php-format
977
  msgid ""
978
  "Who said that a product has to remain forever in the same wishlist? With the "
979
  "option %1$s\"Show \"Move to another wishlist\" dropdown menu\"%2$s, with "
994
  msgstr ""
995
 
996
  #: templates/admin/wishlist-panel-premium.php:376
997
+ #, php-format
998
  msgid ""
999
  "Activating the %1$s\"Show date of addition\"%2$s option, users can see the "
1000
  "date in which they have added a particular product to their list: a new way "
1054
  msgstr "Finns i lager"
1055
 
1056
  #: templates/wishlist-view.php:188
1057
+ #, php-format
1058
  msgid "Added on : %s"
1059
  msgstr "Tillagd: %s"
1060
 
1078
  msgid "Your email"
1079
  msgstr ""
1080
 
1081
+ #~ msgctxt "page_slug"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1082
  #~ msgid "wishlist"
1083
+ #~ msgstr "onskelista"
1084
+
1085
+ #~ msgid "YITH WooCommerce Wishlist"
1086
+ #~ msgstr "YITH WooCommerce Wishlist"
1087
 
1088
  #~ msgid ""
1089
  #~ "WARNING: This plugin requires at least WooCommerce 2.2! Please, use this "
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: http://wordpress.org/tag/init\n"
5
- "POT-Creation-Date: 2018-12-21 10:28:38+00:00\n"
6
- "PO-Revision-Date: 2018-10-04 14:52+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,133 +16,134 @@ 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.8\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:1484
25
- #: includes/class.yith-wcwl-admin-init.php:1485
26
- #: includes/class.yith-wcwl-install.php:245
27
  msgid "Wishlist"
28
  msgstr "İstek Listesi"
29
 
30
- #: includes/class.yith-wcwl-admin-init.php:161
31
  msgid "Settings"
32
  msgstr "Ayarlar"
33
 
34
- #: includes/class.yith-wcwl-admin-init.php:162
35
- #: includes/class.yith-wcwl-admin-init.php:243
36
  msgid "Colors"
37
  msgstr "Renkler"
38
 
39
- #: includes/class.yith-wcwl-admin-init.php:163
40
  msgid "Premium Version"
41
  msgstr ""
42
 
43
- #: includes/class.yith-wcwl-admin-init.php:1015
44
  msgid "Enable all plugin features"
45
  msgstr ""
46
 
47
- #: includes/class.yith-wcwl-admin-init.php:1016
48
  msgid ""
49
  "Be sure to select at least one option in the Wishlist page menu in this "
50
  "settings page"
51
  msgstr ""
52
 
53
- #: includes/class.yith-wcwl-admin-init.php:1017
54
  msgctxt "[Part of]: Also, please read the plugin documentation"
55
  msgid "Also, please read the plugin"
56
  msgstr ""
57
 
58
- #: includes/class.yith-wcwl-admin-init.php:1018
59
  msgctxt "[Part Of]: Also, please read the plugin documentation"
60
  msgid "documentation"
61
  msgstr ""
62
 
63
- #: includes/class.yith-wcwl-admin-init.php:1024
64
  msgid "Upgrade to the PREMIUM VERSION"
65
  msgstr ""
66
 
67
- #: includes/class.yith-wcwl-admin-init.php:1028
68
  msgid "Discover the Advanced Features"
69
  msgstr ""
70
 
71
- #: includes/class.yith-wcwl-admin-init.php:1029
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:1035
78
  msgid "Get Support and Pro Features"
79
  msgstr ""
80
 
81
- #: includes/class.yith-wcwl-admin-init.php:1036
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:1046
89
  msgid "General Settings"
90
  msgstr "Genel Ayarlar"
91
 
92
- #: includes/class.yith-wcwl-admin-init.php:1053
93
  msgid "Enable YITH Wishlist"
94
  msgstr "YITH İstek Listesi Etkin"
95
 
96
- #: includes/class.yith-wcwl-admin-init.php:1060
97
  #, fuzzy
98
  msgid "Default wishlist title"
99
  msgstr "İstek listesi başlığı"
100
 
101
- #: includes/class.yith-wcwl-admin-init.php:1062
102
- #: includes/class.yith-wcwl-admin-init.php:1063
103
- #: includes/class.yith-wcwl-admin-init.php:1299
 
104
  msgid "My wishlist on %s"
105
  msgstr "%s üzerinde istek listem"
106
 
107
- #: includes/class.yith-wcwl-admin-init.php:1068
108
  msgid "Wishlist Page"
109
  msgstr "İstek Listesi Sayfası"
110
 
111
- #: includes/class.yith-wcwl-admin-init.php:1069
112
  msgid "Page contents: [yith_wcwl_wishlist]"
113
  msgstr "Sayfa içeriği: [yith_wcwl_wishlist]"
114
 
115
- #: includes/class.yith-wcwl-admin-init.php:1078
116
  msgid "Position"
117
  msgstr "Pozisyon"
118
 
119
- #: includes/class.yith-wcwl-admin-init.php:1079
120
  msgid ""
121
  "You can add the button in variable products only after the \"Add to Cart\" "
122
  "button or using the shortcode [yith_wcwl_add_to_wishlist]."
123
  msgstr ""
124
 
125
- #: includes/class.yith-wcwl-admin-init.php:1085
126
  msgid "After \"Add to cart\""
127
  msgstr "\"Sepete Ekle\"den sonra"
128
 
129
- #: includes/class.yith-wcwl-admin-init.php:1086
130
  msgid "After thumbnails"
131
  msgstr "Küçük resimlerden sonra"
132
 
133
- #: includes/class.yith-wcwl-admin-init.php:1087
134
  msgid "After summary"
135
  msgstr "Özet bilgisinden sonra"
136
 
137
- #: includes/class.yith-wcwl-admin-init.php:1088
138
  msgid "Use shortcode"
139
  msgstr "Kısa kod kullan"
140
 
141
- #: includes/class.yith-wcwl-admin-init.php:1093
142
  msgid "Redirect to cart"
143
  msgstr "Sepete yönlendir"
144
 
145
- #: includes/class.yith-wcwl-admin-init.php:1094
146
  msgid ""
147
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
148
  "page."
@@ -150,333 +151,336 @@ msgstr ""
150
  "Eğer istek listesindeki bir ürün için \"Sepete Ekle\" butonuna tıklanırsa "
151
  "sepet sayfasına git."
152
 
153
- #: includes/class.yith-wcwl-admin-init.php:1100
154
  msgid "Remove if added to the cart"
155
  msgstr "Sepete eklenmişse kaldır"
156
 
157
- #: includes/class.yith-wcwl-admin-init.php:1101
158
  #, fuzzy
159
  msgid "Remove the product from the wishlist if it has been added to the cart."
160
  msgstr "Eğer ürün sepete eklenirse istek listesinden kaldır."
161
 
162
- #: includes/class.yith-wcwl-admin-init.php:1107
163
  msgid "\"Add to Wishlist\" text"
164
  msgstr "\"İstek Listeme Ekle\" metni"
165
 
166
- #: includes/class.yith-wcwl-admin-init.php:1109
167
  msgid "Add to Wishlist"
168
  msgstr "İstek Listeme Ekle"
169
 
170
- #: includes/class.yith-wcwl-admin-init.php:1114
171
  #, fuzzy
172
  msgid "\"Browse wishlist\" text"
173
  msgstr "İstek Listesini Görüntüle"
174
 
175
- #: includes/class.yith-wcwl-admin-init.php:1116
176
- #: includes/class.yith-wcwl-ui.php:82 includes/class.yith-wcwl-ui.php:83
177
  msgid "Browse Wishlist"
178
  msgstr "İstek Listesini Görüntüle"
179
 
180
- #: includes/class.yith-wcwl-admin-init.php:1121
181
  #, fuzzy
182
  msgid "\"Product already in wishlist\" text"
183
  msgstr "Ürün zaten istek listenizde."
184
 
185
- #: includes/class.yith-wcwl-admin-init.php:1123
186
- #: includes/class.yith-wcwl-ui.php:83
187
  msgid "The product is already in the wishlist!"
188
  msgstr "Ürün zaten istek listenizde bulunuyor!"
189
 
190
- #: includes/class.yith-wcwl-admin-init.php:1128
191
  #, fuzzy
192
  msgid "\"Product added\" text"
193
  msgstr "Ürün eklendi!"
194
 
195
- #: includes/class.yith-wcwl-admin-init.php:1130
196
- #: includes/class.yith-wcwl-ui.php:82
197
  msgid "Product added!"
198
  msgstr "Ürün eklendi!"
199
 
200
- #: includes/class.yith-wcwl-admin-init.php:1135
201
  msgid "\"Add to Cart\" text"
202
  msgstr "\"Sepete Ekle\" metni"
203
 
204
- #: includes/class.yith-wcwl-admin-init.php:1137
205
  msgid "Add to Cart"
206
  msgstr "Sepete Ekle"
207
 
208
- #: includes/class.yith-wcwl-admin-init.php:1142
209
  msgid "Show Unit price"
210
  msgstr "Birim Fiyatını Göster"
211
 
212
- #: includes/class.yith-wcwl-admin-init.php:1143
213
  msgid "Show unit price for each product in wishlist"
214
  msgstr ""
215
 
216
- #: includes/class.yith-wcwl-admin-init.php:1150
217
  msgid "Show \"Add to Cart\" button"
218
  msgstr "\"Sepete Ekle\" butonunu göster"
219
 
220
- #: includes/class.yith-wcwl-admin-init.php:1151
221
  #, fuzzy
222
  msgid "Show \"Add to Cart\" button for each product in wishlist"
223
  msgstr "\"Sepete Ekle\" buton arkaplanı"
224
 
225
- #: includes/class.yith-wcwl-admin-init.php:1158
226
  msgid "Show Stock status"
227
  msgstr "Stok durumunu göster"
228
 
229
- #: includes/class.yith-wcwl-admin-init.php:1159
230
  msgid ""
231
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
232
  msgstr ""
233
 
234
- #: includes/class.yith-wcwl-admin-init.php:1166
235
  msgid "Show Date of addition"
236
  msgstr ""
237
 
238
- #: includes/class.yith-wcwl-admin-init.php:1167
239
  #, fuzzy
240
  msgid "Show the date when users have added a product to the wishlist"
241
  msgstr "Ürün istek listenize eklenirken bir hata meydana geldi."
242
 
243
- #: includes/class.yith-wcwl-admin-init.php:1174
244
  #, fuzzy
245
  msgid "Add second remove button"
246
  msgstr "\"Sepete Ekle\" buton metni"
247
 
248
- #: includes/class.yith-wcwl-admin-init.php:1175
249
  msgid "Add a second remove button in the last column, with extended label"
250
  msgstr ""
251
 
252
- #: includes/class.yith-wcwl-admin-init.php:1190
253
  msgid "Styles"
254
  msgstr "Stiller"
255
 
256
- #: includes/class.yith-wcwl-admin-init.php:1197
257
  msgid "Use buttons"
258
  msgstr "Butonları kullan"
259
 
260
- #: includes/class.yith-wcwl-admin-init.php:1198
261
  #, fuzzy
262
  msgid "Use buttons instead of simple anchors."
263
  msgstr "Basit bağlantılar yerine buton kullanın."
264
 
265
- #: includes/class.yith-wcwl-admin-init.php:1204
266
  msgid "Custom CSS"
267
  msgstr "Özel CSS"
268
 
269
- #: includes/class.yith-wcwl-admin-init.php:1211
270
  msgid "Use theme style"
271
  msgstr "Tema stilini kullan"
272
 
273
- #: includes/class.yith-wcwl-admin-init.php:1212
274
  msgid "Use the theme style."
275
  msgstr "Tema stilini kullan."
276
 
277
- #: includes/class.yith-wcwl-admin-init.php:1218
278
  #, fuzzy
279
  msgid "Rounded buttons"
280
  msgstr "Butonları kullan"
281
 
282
- #: includes/class.yith-wcwl-admin-init.php:1219
283
  #, fuzzy
284
  msgid "Make button corners rounded"
285
  msgstr "Butonların köşelerini yuvarlaklaştır"
286
 
287
- #: includes/class.yith-wcwl-admin-init.php:1225
288
  msgid "\"Add to Wishlist\" icon"
289
  msgstr "\"İstek Listeme Ekle\" simgesi"
290
 
291
- #: includes/class.yith-wcwl-admin-init.php:1226
292
  msgid "Add an icon to the \"Add to Wishlist\" button"
293
  msgstr "\"İstek Listeme Ekle\" butonuna bir simge ekleyin"
294
 
295
- #: includes/class.yith-wcwl-admin-init.php:1236
296
  msgid "\"Add to Cart\" icon"
297
  msgstr "\"Sepete Ekle\" simgesi"
298
 
299
- #: includes/class.yith-wcwl-admin-init.php:1237
300
  msgid "Add an icon to the \"Add to Cart\" button"
301
  msgstr "\"Sepete Ekle\" butonuna bir simge ekleyin"
302
 
303
- #: includes/class.yith-wcwl-admin-init.php:1255
304
  #, fuzzy
305
  msgid "Social Networks & Share"
306
  msgstr "Sosyal &amp; Paylaşım"
307
 
308
- #: includes/class.yith-wcwl-admin-init.php:1262
309
  msgid "Share on Facebook"
310
  msgstr "Facebook'ta Paylaş"
311
 
312
- #: includes/class.yith-wcwl-admin-init.php:1263
313
  #, fuzzy
314
  msgid "Show \"Share on Facebook\" button"
315
  msgstr "Facebook'ta Paylaş"
316
 
317
- #: includes/class.yith-wcwl-admin-init.php:1269
318
  msgid "Tweet on Twitter"
319
  msgstr "Twitter'da Tweetle"
320
 
321
- #: includes/class.yith-wcwl-admin-init.php:1270
322
  #, fuzzy
323
  msgid "Show \"Tweet on Twitter\" button"
324
  msgstr "Twitter'da Tweetle"
325
 
326
- #: includes/class.yith-wcwl-admin-init.php:1276
327
  msgid "Pin on Pinterest"
328
  msgstr "Pinterest'te Pinle"
329
 
330
- #: includes/class.yith-wcwl-admin-init.php:1277
331
  #, fuzzy
332
  msgid "Show \"Pin on Pinterest\" button"
333
  msgstr "Pinterest'te Pinle"
334
 
335
- #: includes/class.yith-wcwl-admin-init.php:1283
336
  msgid "Share on Google+"
337
  msgstr "Google+'da Paylaş"
338
 
339
- #: includes/class.yith-wcwl-admin-init.php:1284
340
  #, fuzzy
341
  msgid "Show \"Share on Google+\" button"
342
  msgstr "Facebook'ta Paylaş"
343
 
344
- #: includes/class.yith-wcwl-admin-init.php:1290
345
  msgid "Share by Email"
346
  msgstr ""
347
 
348
- #: includes/class.yith-wcwl-admin-init.php:1291
349
  #, fuzzy
350
  msgid "Show \"Share by Email\" button"
351
  msgstr "\"Sepete Ekle\" butonunu göster"
352
 
353
- #: includes/class.yith-wcwl-admin-init.php:1297
354
  #, fuzzy
355
  msgid "Social title"
356
  msgstr "Sosyal medya başlığı"
357
 
358
- #: includes/class.yith-wcwl-admin-init.php:1304
359
  #, fuzzy
360
  msgid "Social text"
361
  msgstr "Sosyal medya metni"
362
 
363
- #: includes/class.yith-wcwl-admin-init.php:1305
364
  msgid ""
365
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
366
  "strong> where you want to show the URL of your wishlist."
367
  msgstr ""
368
 
369
- #: includes/class.yith-wcwl-admin-init.php:1312
370
  #, fuzzy
371
  msgid "Social image URL"
372
  msgstr "Sosyal medya resim URL'i"
373
 
374
- #: includes/class.yith-wcwl-admin-init.php:1313
375
  msgid "It will be used by Pinterest."
376
  msgstr ""
377
 
378
- #: includes/class.yith-wcwl-admin-init.php:1327
 
379
  msgid ""
380
  "If you want to take advantage of this feature, you could consider to "
381
  "purchase the %s."
382
  msgstr ""
383
 
384
- #: includes/class.yith-wcwl-admin-init.php:1332
385
  msgid "YITH WooCommerce Frequently Bought Together Integration"
386
  msgstr ""
387
 
388
- #: includes/class.yith-wcwl-admin-init.php:1339
389
  msgid "Enable slider in wishlist"
390
  msgstr ""
391
 
392
- #: includes/class.yith-wcwl-admin-init.php:1340
 
393
  msgid ""
394
  "Choose to enable product slider in wishlist page with linked products (<a "
395
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
396
  msgstr ""
397
 
398
- #: includes/class.yith-wcwl-admin-init.php:1376
399
  #, fuzzy
400
  msgid "\"Add to wishlist\" button"
401
  msgstr "\"İstek Listeme Ekle\" buton metni"
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 "Background"
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 "Text"
417
  msgstr ""
418
 
419
- #: includes/class.yith-wcwl-admin-init.php:1381
420
- #: includes/class.yith-wcwl-admin-init.php:1399
421
- #: includes/class.yith-wcwl-admin-init.php:1417
422
- #: includes/class.yith-wcwl-admin-init.php:1435
423
- #: includes/class.yith-wcwl-admin-init.php:1453
424
  msgid "Border"
425
  msgstr ""
426
 
427
- #: includes/class.yith-wcwl-admin-init.php:1388
428
- #: includes/class.yith-wcwl-admin-init.php:1406
429
- #: includes/class.yith-wcwl-admin-init.php:1424
430
- #: includes/class.yith-wcwl-admin-init.php:1442
431
  msgid "Background (hover)"
432
  msgstr ""
433
 
434
- #: includes/class.yith-wcwl-admin-init.php:1389
435
- #: includes/class.yith-wcwl-admin-init.php:1407
436
- #: includes/class.yith-wcwl-admin-init.php:1425
437
- #: includes/class.yith-wcwl-admin-init.php:1443
438
  msgid "Text (hover)"
439
  msgstr ""
440
 
441
- #: includes/class.yith-wcwl-admin-init.php:1390
442
- #: includes/class.yith-wcwl-admin-init.php:1408
443
- #: includes/class.yith-wcwl-admin-init.php:1426
444
- #: includes/class.yith-wcwl-admin-init.php:1444
445
  msgid "Border (hover)"
446
  msgstr ""
447
 
448
- #: includes/class.yith-wcwl-admin-init.php:1394
449
  #, fuzzy
450
  msgid "\"Add to Cart\" button"
451
  msgstr "\"Sepete Ekle\" buton metni"
452
 
453
- #: includes/class.yith-wcwl-admin-init.php:1412
454
  msgid "\"Style 1\" button"
455
  msgstr ""
456
 
457
- #: includes/class.yith-wcwl-admin-init.php:1430
458
  msgid "\"Style 2\" button"
459
  msgstr ""
460
 
461
- #: includes/class.yith-wcwl-admin-init.php:1448
462
  #, fuzzy
463
  msgid "Wishlist table"
464
  msgstr "İstek listesi başlığı"
465
 
466
- #: includes/class.yith-wcwl-admin-init.php:1457
467
  msgid "Headers"
468
  msgstr ""
469
 
470
- #: includes/class.yith-wcwl-admin-init.php:1460
471
  msgid "Background color"
472
  msgstr ""
473
 
474
- #: includes/class.yith-wcwl-admin-init.php:1550
475
  #, fuzzy
476
  msgid "Wishlist Activated"
477
  msgstr "İstek listesi başlığı"
478
 
479
- #: includes/class.yith-wcwl-admin-init.php:1551
 
480
  msgid ""
481
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
482
  "can access to all the settings of our plugins that you have activated. "
@@ -484,12 +488,13 @@ msgid ""
484
  "options, <a href=\"%s\">discover it now</a>."
485
  msgstr ""
486
 
487
- #: includes/class.yith-wcwl-admin-init.php:1562
488
  #, fuzzy
489
  msgid "Wishlist Updated"
490
  msgstr "İstek Listesi Sayfası"
491
 
492
- #: includes/class.yith-wcwl-admin-init.php:1563
 
493
  msgid ""
494
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
495
  "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
@@ -498,302 +503,307 @@ msgid ""
498
  "\">discover the PREMIUM version.</a>"
499
  msgstr ""
500
 
501
- #: includes/class.yith-wcwl-init.php:437
502
  msgid ""
503
  "We are sorry, but this feature is available only if cookies are enabled on "
504
  "your browser."
505
  msgstr ""
506
 
507
- #: includes/class.yith-wcwl-init.php:438
508
  #, fuzzy
509
  msgid "Product correctly added to cart"
510
  msgstr "Produkt erfolgreich im Warenkorb eingefügt "
511
 
512
- #: includes/class.yith-wcwl-install.php:244
513
  msgctxt "page_slug"
514
  msgid "wishlist"
515
  msgstr "istek-listem"
516
 
517
- #: includes/class.yith-wcwl-privacy.php:50
518
  msgid "While you visit our site, we’ll track:"
519
  msgstr ""
520
 
521
- #: includes/class.yith-wcwl-privacy.php:52
522
  msgid ""
523
  "Products you’ve added to the wishlist: we’ll use this to show you and other "
524
  "users your favourite products, and to create targeted email campaigns."
525
  msgstr ""
526
 
527
- #: includes/class.yith-wcwl-privacy.php:53
528
  msgid ""
529
  "Wishlists you’ve created: we’ll keep track of the wishlists you create, and "
530
  "make them visible to the store’s staff"
531
  msgstr ""
532
 
533
- #: includes/class.yith-wcwl-privacy.php:55
534
  msgid ""
535
  "We’ll also use cookies to keep track of wishlist contents while you’re "
536
  "browsing our site."
537
  msgstr ""
538
 
539
- #: includes/class.yith-wcwl-privacy.php:58
540
  msgid ""
541
  "Members of our team have access to the information you provide us. For "
542
  "example, both Administrators and Shop Managers can access:"
543
  msgstr ""
544
 
545
- #: includes/class.yith-wcwl-privacy.php:60
546
  msgid ""
547
  "Wishlist details, such as products added, date of addition, name and privacy "
548
  "settings of your wishlists"
549
  msgstr ""
550
 
551
- #: includes/class.yith-wcwl-privacy.php:62
552
  msgid ""
553
  "Our team members have access to this information to offer you better deals "
554
  "for the products you love."
555
  msgstr ""
556
 
557
- #: includes/class.yith-wcwl-privacy.php:82
558
- #: includes/class.yith-wcwl-privacy.php:98
559
  #, fuzzy
560
  msgid "Customer Wishlists"
561
  msgstr "İstek Listeme Ekle"
562
 
563
- #: includes/class.yith-wcwl-privacy.php:133
564
  #, fuzzy
565
  msgid "Wishlists"
566
  msgstr "İstek Listesi"
567
 
568
- #. Translators: %s Order number.
569
- #: includes/class.yith-wcwl-privacy.php:195
570
- #, fuzzy
571
  msgid "Removed wishlist %s."
572
  msgstr "%s üzerinde istek listem"
573
 
574
- #. Translators: %s Order number.
575
- #: includes/class.yith-wcwl-privacy.php:199
576
- #, fuzzy
577
  msgid "Wishlist %s has been retained."
578
  msgstr "İstek listesi tablo metni"
579
 
580
- #: includes/class.yith-wcwl-privacy.php:210
581
  msgid "Removed default user's wishlist"
582
  msgstr ""
583
 
584
- #: includes/class.yith-wcwl-privacy.php:228
585
  msgid "Token"
586
  msgstr ""
587
 
588
- #: includes/class.yith-wcwl-privacy.php:229
589
  #, fuzzy
590
  msgid "Wishlist url"
591
  msgstr "İstek Listesi"
592
 
593
- #: includes/class.yith-wcwl-privacy.php:230
594
  msgid "Title"
595
  msgstr ""
596
 
597
- #: includes/class.yith-wcwl-privacy.php:231
598
  msgctxt "date wishlist was created"
599
  msgid "Created on"
600
  msgstr ""
601
 
602
- #: includes/class.yith-wcwl-privacy.php:232
603
  msgid "Visibility"
604
  msgstr ""
605
 
606
- #: includes/class.yith-wcwl-privacy.php:233
607
  msgid "Items Added"
608
  msgstr ""
609
 
610
- #: includes/class.yith-wcwl-privacy.php:283 templates/wishlist-view.php:212
 
611
  #, fuzzy
612
  msgid "Shared"
613
  msgstr "Paylaşım seçenekleri:"
614
 
615
- #: includes/class.yith-wcwl-privacy.php:286 templates/wishlist-view.php:215
 
616
  msgid "Private"
617
  msgstr ""
618
 
619
- #: includes/class.yith-wcwl-privacy.php:289 templates/wishlist-view.php:218
 
620
  msgid "Public"
621
  msgstr ""
622
 
623
- #: includes/class.yith-wcwl-shortcode.php:45
624
  #, fuzzy
625
  msgctxt "[gutenberg]: block name"
626
  msgid "YITH Add to Wishlist"
627
  msgstr "İstek Listeme Ekle"
628
 
629
- #: includes/class.yith-wcwl-shortcode.php:46
630
  #, fuzzy
631
  msgctxt "[gutenberg]: block description"
632
  msgid "Shows Add to Wishlist button"
633
  msgstr "\"İstek Listeme Ekle\" buton metni"
634
 
635
- #: includes/class.yith-wcwl-shortcode.php:51
636
  msgid ""
637
  "ID of the product to add to wishlist (leave empty to use global product)"
638
  msgstr ""
639
 
640
- #: includes/class.yith-wcwl-shortcode.php:56
641
  msgid "Url of wishlist page (leave empty to use default)"
642
  msgstr ""
643
 
644
- #: includes/class.yith-wcwl-shortcode.php:61
645
  msgid "Button label (leave empty to use default)"
646
  msgstr ""
647
 
648
- #: includes/class.yith-wcwl-shortcode.php:66
649
  msgid "\"Browse wishlist\" label (leave empty to use default)"
650
  msgstr ""
651
 
652
- #: includes/class.yith-wcwl-shortcode.php:71
653
  #, fuzzy
654
  msgid "\"Product already in wishlist\" label (leave empty to use default)"
655
  msgstr "Ürün zaten istek listenizde."
656
 
657
- #: includes/class.yith-wcwl-shortcode.php:76
658
  msgid "\"Product added to wishlist\" label (leave empty to use default)"
659
  msgstr ""
660
 
661
- #: includes/class.yith-wcwl-shortcode.php:81
662
  msgid ""
663
  "Icon for the button (use any FontAwesome valid class, or leave empty to use "
664
  "default)"
665
  msgstr ""
666
 
667
- #: includes/class.yith-wcwl-shortcode.php:86
668
  msgid "Additional css classes for the button (leave empty to use default)"
669
  msgstr ""
670
 
671
- #: includes/class.yith-wcwl-shortcode.php:94
672
  #, fuzzy
673
  msgctxt "[gutenberg]: block name"
674
  msgid "YITH Wishlist"
675
  msgstr "YITH İstek Listesi Etkin"
676
 
677
- #: includes/class.yith-wcwl-shortcode.php:95
678
  #, fuzzy
679
  msgctxt "[gutenberg]: block description"
680
  msgid "Shows list of products in wishlist"
681
  msgstr "\"Sepete Ekle\" buton arkaplanı"
682
 
683
- #: includes/class.yith-wcwl-shortcode.php:100
684
  msgid "Choose whether to paginate items in the wishlist or show them all"
685
  msgstr ""
686
 
687
- #: includes/class.yith-wcwl-shortcode.php:103
688
  msgid "Paginate"
689
  msgstr ""
690
 
691
- #: includes/class.yith-wcwl-shortcode.php:104
692
  msgid "Do not paginate"
693
  msgstr ""
694
 
695
- #: includes/class.yith-wcwl-shortcode.php:109
696
  msgid "Number of items to show for each page"
697
  msgstr ""
698
 
699
- #: includes/class.yith-wcwl-shortcode.php:114
700
  msgid "ID of the wishlist to show (EG: K6EOWXB888ZD)"
701
  msgstr ""
702
 
703
- #: includes/class.yith-wcwl-shortcode.php:386
704
- #: includes/class.yith-wcwl-ui.php:164
705
  msgid "Share on:"
706
  msgstr "Paylaşım seçenekleri:"
707
 
708
- #: includes/class.yith-wcwl-ui.php:118 includes/class.yith-wcwl-ui.php:200
 
709
  msgid "Select options"
710
  msgstr "Seçenekler"
711
 
712
- #: includes/class.yith-wcwl-ui.php:168 templates/share.php:20
713
  msgid "Facebook"
714
  msgstr "Facebook"
715
 
716
- #: includes/class.yith-wcwl-ui.php:171 templates/share.php:26
717
  msgid "Twitter"
718
  msgstr "Twitter"
719
 
720
- #: includes/class.yith-wcwl-ui.php:180
721
  msgid "email"
722
  msgstr ""
723
 
724
- #: includes/class.yith-wcwl.php:201
725
  #, fuzzy
726
  msgid "An error occurred while adding products to the wishlist."
727
  msgstr "Ürün istek listenize eklenirken bir hata meydana geldi."
728
 
729
- #: includes/class.yith-wcwl.php:293
730
  #, fuzzy
731
  msgid "An error occurred while adding products to wishlist."
732
  msgstr "Ürün istek listenize eklenirken bir hata meydana geldi."
733
 
734
- #: includes/class.yith-wcwl.php:310
735
  msgid "The \"Remove\" option now does not require any parameter"
736
  msgstr ""
737
 
738
- #: includes/class.yith-wcwl.php:359
739
  #, fuzzy
740
  msgid "An error occurred while removing products from the wishlist"
741
  msgstr "Ürün istek listenizden kaldırılırken bir hata meydana geldi."
742
 
743
- #: includes/class.yith-wcwl.php:809
744
  msgid "You need to log in before creating a new wishlist"
745
  msgstr ""
746
 
747
- #: includes/class.yith-wcwl.php:1610
748
  msgid "Product successfully removed."
749
  msgstr "Ürün başarıyla kaldırıldı."
750
 
751
- #: includes/class.yith-wcwl.php:1614
752
  msgid "Error. Unable to remove the product from the wishlist."
753
  msgstr "Hata. Ürün istek listenizden kaldırılamadı. "
754
 
755
- #: includes/class.yith-wcwl.php:1618 templates/wishlist-view.php:242
756
  msgid "No products were added to the wishlist"
757
  msgstr "İstek listesinde herhangi bir ürün bulunmuyor"
758
 
759
- #: includes/class.yith-wcwl.php:1660
760
  msgid "An error as occurred."
761
  msgstr ""
762
 
763
- #: init.php:130
764
  msgid "is enabled but not effective. It requires WooCommerce in order to work."
765
  msgstr ""
766
 
767
- #: init.php:140
768
  msgid "You can't activate the free version of"
769
  msgstr ""
770
 
771
- #: init.php:140
772
  msgid "while you are using the premium one."
773
  msgstr ""
774
 
775
- #: templates/admin/wishlist-panel-premium.php:185
776
- #: templates/admin/wishlist-panel-premium.php:383
 
777
  msgid ""
778
  "Upgrade to the %1$spremium version%2$s%3$sof %1$sYITH WooCommerce Wishlist"
779
  "%2$s to benefit from all features!"
780
  msgstr ""
781
 
782
- #: templates/admin/wishlist-panel-premium.php:187
783
- #: templates/admin/wishlist-panel-premium.php:385
 
784
  msgid "%1$sUPGRADE%2$s%3$s to the premium version%2$s"
785
  msgstr ""
786
 
787
- #: templates/admin/wishlist-panel-premium.php:193
788
  msgid "Premium Features"
789
  msgstr ""
790
 
791
- #: templates/admin/wishlist-panel-premium.php:196
792
- #: templates/admin/wishlist-panel-premium.php:201
793
  msgid "Multiple Wishlist"
794
  msgstr ""
795
 
796
- #: templates/admin/wishlist-panel-premium.php:203
 
797
  msgid ""
798
  "%1$sDoes it ever happened to you to have too many wishes for a single wish "
799
  "list?%2$s%3$s The possibility to manage one's wishes is a fundamental "
@@ -804,38 +814,43 @@ msgid ""
804
  "manage and share their own wish lists."
805
  msgstr ""
806
 
807
- #: templates/admin/wishlist-panel-premium.php:212
808
- #: templates/admin/wishlist-panel-premium.php:222
809
  msgid "Wishlist Private"
810
  msgstr ""
811
 
812
- #: templates/admin/wishlist-panel-premium.php:214
 
813
  msgid ""
814
  "By enabling the option wishlist, users will also have the possibility to "
815
  "%1$smanage the visibility%2$s of their wish lists according to one of the "
816
  "following options:"
817
  msgstr ""
818
 
819
- #: templates/admin/wishlist-panel-premium.php:216
 
820
  msgid "%1$spublic:%2$s all users can look for your wish list and see it;"
821
  msgstr ""
822
 
823
- #: templates/admin/wishlist-panel-premium.php:217
 
824
  msgid ""
825
  "%1$sshared:%2$s only users possessing a direct link to the wish list page "
826
  "can display it;"
827
  msgstr ""
828
 
829
- #: templates/admin/wishlist-panel-premium.php:218
 
830
  msgid "%1$sprivate:%2$s only the wish list creator can see it."
831
  msgstr ""
832
 
833
- #: templates/admin/wishlist-panel-premium.php:229
834
- #: templates/admin/wishlist-panel-premium.php:234
835
  msgid "Estimate Cost"
836
  msgstr ""
837
 
838
- #: templates/admin/wishlist-panel-premium.php:236
 
839
  msgid ""
840
  "%1$sDo you want to add the possibility to ask for estimates of costs into "
841
  "your catalogue?%3$s Do you want to manage customised packets for faithful "
@@ -847,12 +862,13 @@ msgid ""
847
  "address that you have previously set."
848
  msgstr ""
849
 
850
- #: templates/admin/wishlist-panel-premium.php:245
851
- #: templates/admin/wishlist-panel-premium.php:250
852
  msgid "Admin Panel"
853
  msgstr ""
854
 
855
- #: templates/admin/wishlist-panel-premium.php:247
 
856
  msgid ""
857
  "Thanks to the useful Admin panel, accessible directly among the WooCommerce "
858
  "submenu pages, you will have total control on users' wishlists. In addition "
@@ -862,12 +878,13 @@ msgid ""
862
  "in customers' wish lists."
863
  msgstr ""
864
 
865
- #: templates/admin/wishlist-panel-premium.php:257
866
- #: templates/admin/wishlist-panel-premium.php:262
867
  msgid "Search Wishlists"
868
  msgstr ""
869
 
870
- #: templates/admin/wishlist-panel-premium.php:264
 
871
  msgid ""
872
  "How many times have you been looking for the perfect gift for a important "
873
  "event but you had no idea of what to buy? %1$s'Search wishlists'%2$s allows "
@@ -876,11 +893,12 @@ msgid ""
876
  "your products and even encourage users to purchase."
877
  msgstr ""
878
 
879
- #: templates/admin/wishlist-panel-premium.php:273
880
  msgid "'ADD TO CART' CHECKBOX"
881
  msgstr ""
882
 
883
- #: templates/admin/wishlist-panel-premium.php:275
 
884
  msgid ""
885
  "Your shop offers always a wide selection of products and wishlists of your "
886
  "users get more and more crowded everyday. Give them the possibility to "
@@ -888,19 +906,20 @@ msgid ""
888
  "just with one click."
889
  msgstr ""
890
 
891
- #: templates/admin/wishlist-panel-premium.php:278
892
  msgid "'ADD TO CART'"
893
  msgstr ""
894
 
895
- #: templates/admin/wishlist-panel-premium.php:285
896
  msgid "DISABLE WISHLIST"
897
  msgstr ""
898
 
899
- #: templates/admin/wishlist-panel-premium.php:290
900
  msgid "DISABLE WISHLIST FOR UNLOGGED USERS"
901
  msgstr ""
902
 
903
- #: templates/admin/wishlist-panel-premium.php:292
 
904
  msgid ""
905
  "Favour users that have registered to your shop and disable plugin "
906
  "functionalities for all users that have not. By disabling this option, each "
@@ -908,27 +927,29 @@ msgid ""
908
  "%2$s to \"My Account\" page and a message will invite them to log in."
909
  msgstr ""
910
 
911
- #: templates/admin/wishlist-panel-premium.php:301
912
  msgid "MESSAGE TO UNLOGGED USERS"
913
  msgstr ""
914
 
915
- #: templates/admin/wishlist-panel-premium.php:303
 
916
  msgid ""
917
  "Invite users that are visiting your shop to login if they want to fully "
918
  "benefit from Wishlist functionalities. Show a %1$scustomised message%2$s and "
919
  "redirect them to \"My Account\" page for registration."
920
  msgstr ""
921
 
922
- #: templates/admin/wishlist-panel-premium.php:306
923
  msgid "UNLOGGED USERS"
924
  msgstr ""
925
 
926
- #: templates/admin/wishlist-panel-premium.php:313
927
- #: templates/admin/wishlist-panel-premium.php:318
928
  msgid "POPULAR TABLE"
929
  msgstr ""
930
 
931
- #: templates/admin/wishlist-panel-premium.php:320
 
932
  msgid ""
933
  "Some products draw customer's attention more than others and they do not "
934
  "hesitate to add products to their wishlist. Table %1$s'Popular'%2$s allows "
@@ -936,27 +957,29 @@ msgid ""
936
  "their wishlists."
937
  msgstr ""
938
 
939
- #: templates/admin/wishlist-panel-premium.php:329
940
  msgid "FUNCTIONALITIES IN ONE CLICK"
941
  msgstr ""
942
 
943
- #: templates/admin/wishlist-panel-premium.php:331
 
944
  msgid ""
945
  "Users have the possibility to search for a wishlist, create a new one or "
946
  "display those already created. Add these %1$sfunctionalities%2$s through the "
947
  "dedicated widgets or show them immediately after \"Wishlist\" table."
948
  msgstr ""
949
 
950
- #: templates/admin/wishlist-panel-premium.php:334
951
  msgid "FUNCTIONALITIES"
952
  msgstr ""
953
 
954
- #: templates/admin/wishlist-panel-premium.php:341
955
- #: templates/admin/wishlist-panel-premium.php:346
956
  msgid "PROMOTIONAL EMAIL"
957
  msgstr ""
958
 
959
- #: templates/admin/wishlist-panel-premium.php:348
 
960
  msgid ""
961
  "If you want to give the right input to your users to persuade them to "
962
  "%1$spurchase the products%2$s they have in their wishlists, you need to use "
@@ -965,11 +988,12 @@ msgid ""
965
  "will know you are offering a unique offer!"
966
  msgstr ""
967
 
968
- #: templates/admin/wishlist-panel-premium.php:357
969
  msgid "FROM A WISHLIST TO ANOTHER"
970
  msgstr ""
971
 
972
- #: templates/admin/wishlist-panel-premium.php:359
 
973
  msgid ""
974
  "Who said that a product has to remain forever in the same wishlist? With the "
975
  "option %1$s\"Show \"Move to another wishlist\" dropdown menu\"%2$s, with "
@@ -977,129 +1001,109 @@ msgid ""
977
  "another one, managing as they want their lists."
978
  msgstr ""
979
 
980
- #: templates/admin/wishlist-panel-premium.php:362
981
  msgid "FROM A WISHLIST"
982
  msgstr ""
983
 
984
- #: templates/admin/wishlist-panel-premium.php:369
985
  msgid "DATE"
986
  msgstr ""
987
 
988
- #: templates/admin/wishlist-panel-premium.php:374
989
  msgid "DATE OF ADDITION TO A WISHLIST"
990
  msgstr ""
991
 
992
- #: templates/admin/wishlist-panel-premium.php:376
 
993
  msgid ""
994
  "Activating the %1$s\"Show date of addition\"%2$s option, users can see the "
995
  "date in which they have added a particular product to their list: a new way "
996
  "to keep you users informed about their operations."
997
  msgstr ""
998
 
999
- #: templates/share.php:32
1000
  #, fuzzy
1001
  msgid "Pinterest"
1002
  msgstr "Pinterest'te Pinle"
1003
 
1004
- #: templates/share.php:38
1005
  #, fuzzy
1006
  msgid "Google+"
1007
  msgstr "Google+'da Paylaş"
1008
 
1009
- #: templates/share.php:44
1010
  msgid "Email"
1011
  msgstr ""
1012
 
1013
- #: templates/wishlist-view.php:32
1014
  #, fuzzy
1015
  msgid "Edit title"
1016
  msgstr "İstek listesi başlığı"
1017
 
1018
- #: templates/wishlist-view.php:41
1019
  msgid "Save"
1020
  msgstr ""
1021
 
1022
- #: templates/wishlist-view.php:45
1023
  msgid "Cancel"
1024
  msgstr ""
1025
 
1026
- #: templates/wishlist-view.php:82
1027
  msgid "Product Name"
1028
  msgstr "Ürün Adı"
1029
 
1030
- #: templates/wishlist-view.php:89
1031
  msgid "Unit Price"
1032
  msgstr "Birim Fiyatı"
1033
 
1034
- #: templates/wishlist-view.php:102
1035
  msgid "Stock Status"
1036
  msgstr "Stok Durumu"
1037
 
1038
- #: templates/wishlist-view.php:152 templates/wishlist-view.php:232
1039
  msgid "Remove this product"
1040
  msgstr "Bu ürünü kaldır"
1041
 
1042
- #: templates/wishlist-view.php:172
1043
  msgid "Free!"
1044
  msgstr "Ücretsiz!"
1045
 
1046
- #: templates/wishlist-view.php:179
1047
  msgid "Out of Stock"
1048
  msgstr "Stok Dışı"
1049
 
1050
- #: templates/wishlist-view.php:179
1051
  msgid "In Stock"
1052
  msgstr "Stokta"
1053
 
1054
- #: templates/wishlist-view.php:188
 
1055
  msgid "Added on : %s"
1056
  msgstr ""
1057
 
1058
- #: templates/wishlist-view.php:200
1059
  msgid "Move"
1060
  msgstr ""
1061
 
1062
- #: templates/wishlist-view.php:232
1063
  msgid "Remove"
1064
  msgstr ""
1065
 
1066
- #: templates/wishlist-view.php:259
1067
  msgid "Add the selected products to the cart"
1068
  msgstr ""
1069
 
1070
- #: templates/wishlist-view.php:267 templates/wishlist-view.php:313
1071
  msgid "Ask for an estimate"
1072
  msgstr ""
1073
 
1074
- #: templates/wishlist-view.php:303
1075
  msgid "Your email"
1076
  msgstr ""
1077
 
1078
- #. Plugin Name of the plugin/theme
1079
  #, fuzzy
1080
- msgid "YITH WooCommerce Wishlist"
1081
- msgstr "İstek Listeme Ekle"
1082
-
1083
- #. Plugin URI of the plugin/theme
1084
- msgid "https://yithemes.com/themes/plugins/yith-woocommerce-wishlist/"
1085
- msgstr ""
1086
-
1087
- #. Description of the plugin/theme
1088
- msgid ""
1089
- "<code><strong>YITH WooCommerce Wishlist</strong></code> gives your users the "
1090
- "possibility to create, fill, manage and share their wishlists allowing you "
1091
- "to analyze their interests and needs to improve your marketing strategies. "
1092
- "<a href=\"https://yithemes.com/\" target=\"_blank\">Get more plugins for "
1093
- "your e-commerce on <strong>YITH</strong></a>"
1094
- msgstr ""
1095
-
1096
- #. Author of the plugin/theme
1097
- msgid "YITH"
1098
- msgstr ""
1099
-
1100
- #. Author URI of the plugin/theme
1101
- msgid "https://yithemes.com/"
1102
- msgstr ""
1103
 
1104
  #, fuzzy
1105
  #~ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
+ "POT-Creation-Date: 2019-02-12 14:38+0100\n"
6
+ "PO-Revision-Date: 2019-02-12 14:38+0100\n"
7
  "Last-Translator: Caner Öncel <caneroncel@gmail.com>\n"
8
  "Language-Team: Caner Öncel (@egonomik) <caneroncel@gmail.com>\n"
9
  "Language: tr_TR\n"
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.2\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:1484
25
+ #: ../includes/class.yith-wcwl-admin-init.php:1485
26
+ #: ../includes/class.yith-wcwl-install.php:245
27
  msgid "Wishlist"
28
  msgstr "İstek Listesi"
29
 
30
+ #: ../includes/class.yith-wcwl-admin-init.php:161
31
  msgid "Settings"
32
  msgstr "Ayarlar"
33
 
34
+ #: ../includes/class.yith-wcwl-admin-init.php:162
35
+ #: ../includes/class.yith-wcwl-admin-init.php:243
36
  msgid "Colors"
37
  msgstr "Renkler"
38
 
39
+ #: ../includes/class.yith-wcwl-admin-init.php:163
40
  msgid "Premium Version"
41
  msgstr ""
42
 
43
+ #: ../includes/class.yith-wcwl-admin-init.php:1015
44
  msgid "Enable all plugin features"
45
  msgstr ""
46
 
47
+ #: ../includes/class.yith-wcwl-admin-init.php:1016
48
  msgid ""
49
  "Be sure to select at least one option in the Wishlist page menu in this "
50
  "settings page"
51
  msgstr ""
52
 
53
+ #: ../includes/class.yith-wcwl-admin-init.php:1017
54
  msgctxt "[Part of]: Also, please read the plugin documentation"
55
  msgid "Also, please read the plugin"
56
  msgstr ""
57
 
58
+ #: ../includes/class.yith-wcwl-admin-init.php:1018
59
  msgctxt "[Part Of]: Also, please read the plugin documentation"
60
  msgid "documentation"
61
  msgstr ""
62
 
63
+ #: ../includes/class.yith-wcwl-admin-init.php:1024
64
  msgid "Upgrade to the PREMIUM VERSION"
65
  msgstr ""
66
 
67
+ #: ../includes/class.yith-wcwl-admin-init.php:1028
68
  msgid "Discover the Advanced Features"
69
  msgstr ""
70
 
71
+ #: ../includes/class.yith-wcwl-admin-init.php:1029
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:1035
78
  msgid "Get Support and Pro Features"
79
  msgstr ""
80
 
81
+ #: ../includes/class.yith-wcwl-admin-init.php:1036
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:1046
89
  msgid "General Settings"
90
  msgstr "Genel Ayarlar"
91
 
92
+ #: ../includes/class.yith-wcwl-admin-init.php:1053
93
  msgid "Enable YITH Wishlist"
94
  msgstr "YITH İstek Listesi Etkin"
95
 
96
+ #: ../includes/class.yith-wcwl-admin-init.php:1060
97
  #, fuzzy
98
  msgid "Default wishlist title"
99
  msgstr "İstek listesi başlığı"
100
 
101
+ #: ../includes/class.yith-wcwl-admin-init.php:1062
102
+ #: ../includes/class.yith-wcwl-admin-init.php:1063
103
+ #: ../includes/class.yith-wcwl-admin-init.php:1299
104
+ #, php-format
105
  msgid "My wishlist on %s"
106
  msgstr "%s üzerinde istek listem"
107
 
108
+ #: ../includes/class.yith-wcwl-admin-init.php:1068
109
  msgid "Wishlist Page"
110
  msgstr "İstek Listesi Sayfası"
111
 
112
+ #: ../includes/class.yith-wcwl-admin-init.php:1069
113
  msgid "Page contents: [yith_wcwl_wishlist]"
114
  msgstr "Sayfa içeriği: [yith_wcwl_wishlist]"
115
 
116
+ #: ../includes/class.yith-wcwl-admin-init.php:1078
117
  msgid "Position"
118
  msgstr "Pozisyon"
119
 
120
+ #: ../includes/class.yith-wcwl-admin-init.php:1079
121
  msgid ""
122
  "You can add the button in variable products only after the \"Add to Cart\" "
123
  "button or using the shortcode [yith_wcwl_add_to_wishlist]."
124
  msgstr ""
125
 
126
+ #: ../includes/class.yith-wcwl-admin-init.php:1085
127
  msgid "After \"Add to cart\""
128
  msgstr "\"Sepete Ekle\"den sonra"
129
 
130
+ #: ../includes/class.yith-wcwl-admin-init.php:1086
131
  msgid "After thumbnails"
132
  msgstr "Küçük resimlerden sonra"
133
 
134
+ #: ../includes/class.yith-wcwl-admin-init.php:1087
135
  msgid "After summary"
136
  msgstr "Özet bilgisinden sonra"
137
 
138
+ #: ../includes/class.yith-wcwl-admin-init.php:1088
139
  msgid "Use shortcode"
140
  msgstr "Kısa kod kullan"
141
 
142
+ #: ../includes/class.yith-wcwl-admin-init.php:1093
143
  msgid "Redirect to cart"
144
  msgstr "Sepete yönlendir"
145
 
146
+ #: ../includes/class.yith-wcwl-admin-init.php:1094
147
  msgid ""
148
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
149
  "page."
151
  "Eğer istek listesindeki bir ürün için \"Sepete Ekle\" butonuna tıklanırsa "
152
  "sepet sayfasına git."
153
 
154
+ #: ../includes/class.yith-wcwl-admin-init.php:1100
155
  msgid "Remove if added to the cart"
156
  msgstr "Sepete eklenmişse kaldır"
157
 
158
+ #: ../includes/class.yith-wcwl-admin-init.php:1101
159
  #, fuzzy
160
  msgid "Remove the product from the wishlist if it has been added to the cart."
161
  msgstr "Eğer ürün sepete eklenirse istek listesinden kaldır."
162
 
163
+ #: ../includes/class.yith-wcwl-admin-init.php:1107
164
  msgid "\"Add to Wishlist\" text"
165
  msgstr "\"İstek Listeme Ekle\" metni"
166
 
167
+ #: ../includes/class.yith-wcwl-admin-init.php:1109
168
  msgid "Add to Wishlist"
169
  msgstr "İstek Listeme Ekle"
170
 
171
+ #: ../includes/class.yith-wcwl-admin-init.php:1114
172
  #, fuzzy
173
  msgid "\"Browse wishlist\" text"
174
  msgstr "İstek Listesini Görüntüle"
175
 
176
+ #: ../includes/class.yith-wcwl-admin-init.php:1116
177
+ #: ../includes/class.yith-wcwl-ui.php:82 ../includes/class.yith-wcwl-ui.php:83
178
  msgid "Browse Wishlist"
179
  msgstr "İstek Listesini Görüntüle"
180
 
181
+ #: ../includes/class.yith-wcwl-admin-init.php:1121
182
  #, fuzzy
183
  msgid "\"Product already in wishlist\" text"
184
  msgstr "Ürün zaten istek listenizde."
185
 
186
+ #: ../includes/class.yith-wcwl-admin-init.php:1123
187
+ #: ../includes/class.yith-wcwl-ui.php:83
188
  msgid "The product is already in the wishlist!"
189
  msgstr "Ürün zaten istek listenizde bulunuyor!"
190
 
191
+ #: ../includes/class.yith-wcwl-admin-init.php:1128
192
  #, fuzzy
193
  msgid "\"Product added\" text"
194
  msgstr "Ürün eklendi!"
195
 
196
+ #: ../includes/class.yith-wcwl-admin-init.php:1130
197
+ #: ../includes/class.yith-wcwl-ui.php:82
198
  msgid "Product added!"
199
  msgstr "Ürün eklendi!"
200
 
201
+ #: ../includes/class.yith-wcwl-admin-init.php:1135
202
  msgid "\"Add to Cart\" text"
203
  msgstr "\"Sepete Ekle\" metni"
204
 
205
+ #: ../includes/class.yith-wcwl-admin-init.php:1137
206
  msgid "Add to Cart"
207
  msgstr "Sepete Ekle"
208
 
209
+ #: ../includes/class.yith-wcwl-admin-init.php:1142
210
  msgid "Show Unit price"
211
  msgstr "Birim Fiyatını Göster"
212
 
213
+ #: ../includes/class.yith-wcwl-admin-init.php:1143
214
  msgid "Show unit price for each product in wishlist"
215
  msgstr ""
216
 
217
+ #: ../includes/class.yith-wcwl-admin-init.php:1150
218
  msgid "Show \"Add to Cart\" button"
219
  msgstr "\"Sepete Ekle\" butonunu göster"
220
 
221
+ #: ../includes/class.yith-wcwl-admin-init.php:1151
222
  #, fuzzy
223
  msgid "Show \"Add to Cart\" button for each product in wishlist"
224
  msgstr "\"Sepete Ekle\" buton arkaplanı"
225
 
226
+ #: ../includes/class.yith-wcwl-admin-init.php:1158
227
  msgid "Show Stock status"
228
  msgstr "Stok durumunu göster"
229
 
230
+ #: ../includes/class.yith-wcwl-admin-init.php:1159
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:1166
236
  msgid "Show Date of addition"
237
  msgstr ""
238
 
239
+ #: ../includes/class.yith-wcwl-admin-init.php:1167
240
  #, fuzzy
241
  msgid "Show the date when users have added a product to the wishlist"
242
  msgstr "Ürün istek listenize eklenirken bir hata meydana geldi."
243
 
244
+ #: ../includes/class.yith-wcwl-admin-init.php:1174
245
  #, fuzzy
246
  msgid "Add second remove button"
247
  msgstr "\"Sepete Ekle\" buton metni"
248
 
249
+ #: ../includes/class.yith-wcwl-admin-init.php:1175
250
  msgid "Add a second remove button in the last column, with extended label"
251
  msgstr ""
252
 
253
+ #: ../includes/class.yith-wcwl-admin-init.php:1190
254
  msgid "Styles"
255
  msgstr "Stiller"
256
 
257
+ #: ../includes/class.yith-wcwl-admin-init.php:1197
258
  msgid "Use buttons"
259
  msgstr "Butonları kullan"
260
 
261
+ #: ../includes/class.yith-wcwl-admin-init.php:1198
262
  #, fuzzy
263
  msgid "Use buttons instead of simple anchors."
264
  msgstr "Basit bağlantılar yerine buton kullanın."
265
 
266
+ #: ../includes/class.yith-wcwl-admin-init.php:1204
267
  msgid "Custom CSS"
268
  msgstr "Özel CSS"
269
 
270
+ #: ../includes/class.yith-wcwl-admin-init.php:1211
271
  msgid "Use theme style"
272
  msgstr "Tema stilini kullan"
273
 
274
+ #: ../includes/class.yith-wcwl-admin-init.php:1212
275
  msgid "Use the theme style."
276
  msgstr "Tema stilini kullan."
277
 
278
+ #: ../includes/class.yith-wcwl-admin-init.php:1218
279
  #, fuzzy
280
  msgid "Rounded buttons"
281
  msgstr "Butonları kullan"
282
 
283
+ #: ../includes/class.yith-wcwl-admin-init.php:1219
284
  #, fuzzy
285
  msgid "Make button corners rounded"
286
  msgstr "Butonların köşelerini yuvarlaklaştır"
287
 
288
+ #: ../includes/class.yith-wcwl-admin-init.php:1225
289
  msgid "\"Add to Wishlist\" icon"
290
  msgstr "\"İstek Listeme Ekle\" simgesi"
291
 
292
+ #: ../includes/class.yith-wcwl-admin-init.php:1226
293
  msgid "Add an icon to the \"Add to Wishlist\" button"
294
  msgstr "\"İstek Listeme Ekle\" butonuna bir simge ekleyin"
295
 
296
+ #: ../includes/class.yith-wcwl-admin-init.php:1236
297
  msgid "\"Add to Cart\" icon"
298
  msgstr "\"Sepete Ekle\" simgesi"
299
 
300
+ #: ../includes/class.yith-wcwl-admin-init.php:1237
301
  msgid "Add an icon to the \"Add to Cart\" button"
302
  msgstr "\"Sepete Ekle\" butonuna bir simge ekleyin"
303
 
304
+ #: ../includes/class.yith-wcwl-admin-init.php:1255
305
  #, fuzzy
306
  msgid "Social Networks & Share"
307
  msgstr "Sosyal &amp; Paylaşım"
308
 
309
+ #: ../includes/class.yith-wcwl-admin-init.php:1262
310
  msgid "Share on Facebook"
311
  msgstr "Facebook'ta Paylaş"
312
 
313
+ #: ../includes/class.yith-wcwl-admin-init.php:1263
314
  #, fuzzy
315
  msgid "Show \"Share on Facebook\" button"
316
  msgstr "Facebook'ta Paylaş"
317
 
318
+ #: ../includes/class.yith-wcwl-admin-init.php:1269
319
  msgid "Tweet on Twitter"
320
  msgstr "Twitter'da Tweetle"
321
 
322
+ #: ../includes/class.yith-wcwl-admin-init.php:1270
323
  #, fuzzy
324
  msgid "Show \"Tweet on Twitter\" button"
325
  msgstr "Twitter'da Tweetle"
326
 
327
+ #: ../includes/class.yith-wcwl-admin-init.php:1276
328
  msgid "Pin on Pinterest"
329
  msgstr "Pinterest'te Pinle"
330
 
331
+ #: ../includes/class.yith-wcwl-admin-init.php:1277
332
  #, fuzzy
333
  msgid "Show \"Pin on Pinterest\" button"
334
  msgstr "Pinterest'te Pinle"
335
 
336
+ #: ../includes/class.yith-wcwl-admin-init.php:1283
337
  msgid "Share on Google+"
338
  msgstr "Google+'da Paylaş"
339
 
340
+ #: ../includes/class.yith-wcwl-admin-init.php:1284
341
  #, fuzzy
342
  msgid "Show \"Share on Google+\" button"
343
  msgstr "Facebook'ta Paylaş"
344
 
345
+ #: ../includes/class.yith-wcwl-admin-init.php:1290
346
  msgid "Share by Email"
347
  msgstr ""
348
 
349
+ #: ../includes/class.yith-wcwl-admin-init.php:1291
350
  #, fuzzy
351
  msgid "Show \"Share by Email\" button"
352
  msgstr "\"Sepete Ekle\" butonunu göster"
353
 
354
+ #: ../includes/class.yith-wcwl-admin-init.php:1297
355
  #, fuzzy
356
  msgid "Social title"
357
  msgstr "Sosyal medya başlığı"
358
 
359
+ #: ../includes/class.yith-wcwl-admin-init.php:1304
360
  #, fuzzy
361
  msgid "Social text"
362
  msgstr "Sosyal medya metni"
363
 
364
+ #: ../includes/class.yith-wcwl-admin-init.php:1305
365
  msgid ""
366
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
367
  "strong> where you want to show the URL of your wishlist."
368
  msgstr ""
369
 
370
+ #: ../includes/class.yith-wcwl-admin-init.php:1312
371
  #, fuzzy
372
  msgid "Social image URL"
373
  msgstr "Sosyal medya resim URL'i"
374
 
375
+ #: ../includes/class.yith-wcwl-admin-init.php:1313
376
  msgid "It will be used by Pinterest."
377
  msgstr ""
378
 
379
+ #: ../includes/class.yith-wcwl-admin-init.php:1327
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:1332
387
  msgid "YITH WooCommerce Frequently Bought Together Integration"
388
  msgstr ""
389
 
390
+ #: ../includes/class.yith-wcwl-admin-init.php:1339
391
  msgid "Enable slider in wishlist"
392
  msgstr ""
393
 
394
+ #: ../includes/class.yith-wcwl-admin-init.php:1340
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:1376
402
  #, fuzzy
403
  msgid "\"Add to wishlist\" button"
404
  msgstr "\"İstek Listeme Ekle\" buton metni"
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 "Background"
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 "Text"
420
  msgstr ""
421
 
422
+ #: ../includes/class.yith-wcwl-admin-init.php:1381
423
+ #: ../includes/class.yith-wcwl-admin-init.php:1399
424
+ #: ../includes/class.yith-wcwl-admin-init.php:1417
425
+ #: ../includes/class.yith-wcwl-admin-init.php:1435
426
+ #: ../includes/class.yith-wcwl-admin-init.php:1453
427
  msgid "Border"
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 "Background (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 "Text (hover)"
442
  msgstr ""
443
 
444
+ #: ../includes/class.yith-wcwl-admin-init.php:1390
445
+ #: ../includes/class.yith-wcwl-admin-init.php:1408
446
+ #: ../includes/class.yith-wcwl-admin-init.php:1426
447
+ #: ../includes/class.yith-wcwl-admin-init.php:1444
448
  msgid "Border (hover)"
449
  msgstr ""
450
 
451
+ #: ../includes/class.yith-wcwl-admin-init.php:1394
452
  #, fuzzy
453
  msgid "\"Add to Cart\" button"
454
  msgstr "\"Sepete Ekle\" buton metni"
455
 
456
+ #: ../includes/class.yith-wcwl-admin-init.php:1412
457
  msgid "\"Style 1\" button"
458
  msgstr ""
459
 
460
+ #: ../includes/class.yith-wcwl-admin-init.php:1430
461
  msgid "\"Style 2\" button"
462
  msgstr ""
463
 
464
+ #: ../includes/class.yith-wcwl-admin-init.php:1448
465
  #, fuzzy
466
  msgid "Wishlist table"
467
  msgstr "İstek listesi başlığı"
468
 
469
+ #: ../includes/class.yith-wcwl-admin-init.php:1457
470
  msgid "Headers"
471
  msgstr ""
472
 
473
+ #: ../includes/class.yith-wcwl-admin-init.php:1460
474
  msgid "Background color"
475
  msgstr ""
476
 
477
+ #: ../includes/class.yith-wcwl-admin-init.php:1550
478
  #, fuzzy
479
  msgid "Wishlist Activated"
480
  msgstr "İstek listesi başlığı"
481
 
482
+ #: ../includes/class.yith-wcwl-admin-init.php:1551
483
+ #, php-format
484
  msgid ""
485
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
486
  "can access to all the settings of our plugins that you have activated. "
488
  "options, <a href=\"%s\">discover it now</a>."
489
  msgstr ""
490
 
491
+ #: ../includes/class.yith-wcwl-admin-init.php:1562
492
  #, fuzzy
493
  msgid "Wishlist Updated"
494
  msgstr "İstek Listesi Sayfası"
495
 
496
+ #: ../includes/class.yith-wcwl-admin-init.php:1563
497
+ #, php-format
498
  msgid ""
499
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
500
  "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
503
  "\">discover the PREMIUM version.</a>"
504
  msgstr ""
505
 
506
+ #: ../includes/class.yith-wcwl-init.php:437
507
  msgid ""
508
  "We are sorry, but this feature is available only if cookies are enabled on "
509
  "your browser."
510
  msgstr ""
511
 
512
+ #: ../includes/class.yith-wcwl-init.php:438
513
  #, fuzzy
514
  msgid "Product correctly added to cart"
515
  msgstr "Produkt erfolgreich im Warenkorb eingefügt "
516
 
517
+ #: ../includes/class.yith-wcwl-install.php:244
518
  msgctxt "page_slug"
519
  msgid "wishlist"
520
  msgstr "istek-listem"
521
 
522
+ #: ../includes/class.yith-wcwl-privacy.php:50
523
  msgid "While you visit our site, we’ll track:"
524
  msgstr ""
525
 
526
+ #: ../includes/class.yith-wcwl-privacy.php:52
527
  msgid ""
528
  "Products you’ve added to the wishlist: we’ll use this to show you and other "
529
  "users your favourite products, and to create targeted email campaigns."
530
  msgstr ""
531
 
532
+ #: ../includes/class.yith-wcwl-privacy.php:53
533
  msgid ""
534
  "Wishlists you’ve created: we’ll keep track of the wishlists you create, and "
535
  "make them visible to the store’s staff"
536
  msgstr ""
537
 
538
+ #: ../includes/class.yith-wcwl-privacy.php:55
539
  msgid ""
540
  "We’ll also use cookies to keep track of wishlist contents while you’re "
541
  "browsing our site."
542
  msgstr ""
543
 
544
+ #: ../includes/class.yith-wcwl-privacy.php:58
545
  msgid ""
546
  "Members of our team have access to the information you provide us. For "
547
  "example, both Administrators and Shop Managers can access:"
548
  msgstr ""
549
 
550
+ #: ../includes/class.yith-wcwl-privacy.php:60
551
  msgid ""
552
  "Wishlist details, such as products added, date of addition, name and privacy "
553
  "settings of your wishlists"
554
  msgstr ""
555
 
556
+ #: ../includes/class.yith-wcwl-privacy.php:62
557
  msgid ""
558
  "Our team members have access to this information to offer you better deals "
559
  "for the products you love."
560
  msgstr ""
561
 
562
+ #: ../includes/class.yith-wcwl-privacy.php:82
563
+ #: ../includes/class.yith-wcwl-privacy.php:98
564
  #, fuzzy
565
  msgid "Customer Wishlists"
566
  msgstr "İstek Listeme Ekle"
567
 
568
+ #: ../includes/class.yith-wcwl-privacy.php:133
569
  #, fuzzy
570
  msgid "Wishlists"
571
  msgstr "İstek Listesi"
572
 
573
+ #: ../includes/class.yith-wcwl-privacy.php:195
574
+ #, fuzzy, php-format
 
575
  msgid "Removed wishlist %s."
576
  msgstr "%s üzerinde istek listem"
577
 
578
+ #: ../includes/class.yith-wcwl-privacy.php:199
579
+ #, fuzzy, php-format
 
580
  msgid "Wishlist %s has been retained."
581
  msgstr "İstek listesi tablo metni"
582
 
583
+ #: ../includes/class.yith-wcwl-privacy.php:210
584
  msgid "Removed default user's wishlist"
585
  msgstr ""
586
 
587
+ #: ../includes/class.yith-wcwl-privacy.php:228
588
  msgid "Token"
589
  msgstr ""
590
 
591
+ #: ../includes/class.yith-wcwl-privacy.php:229
592
  #, fuzzy
593
  msgid "Wishlist url"
594
  msgstr "İstek Listesi"
595
 
596
+ #: ../includes/class.yith-wcwl-privacy.php:230
597
  msgid "Title"
598
  msgstr ""
599
 
600
+ #: ../includes/class.yith-wcwl-privacy.php:231
601
  msgctxt "date wishlist was created"
602
  msgid "Created on"
603
  msgstr ""
604
 
605
+ #: ../includes/class.yith-wcwl-privacy.php:232
606
  msgid "Visibility"
607
  msgstr ""
608
 
609
+ #: ../includes/class.yith-wcwl-privacy.php:233
610
  msgid "Items Added"
611
  msgstr ""
612
 
613
+ #: ../includes/class.yith-wcwl-privacy.php:283
614
+ #: ../templates/wishlist-view.php:212
615
  #, fuzzy
616
  msgid "Shared"
617
  msgstr "Paylaşım seçenekleri:"
618
 
619
+ #: ../includes/class.yith-wcwl-privacy.php:286
620
+ #: ../templates/wishlist-view.php:215
621
  msgid "Private"
622
  msgstr ""
623
 
624
+ #: ../includes/class.yith-wcwl-privacy.php:289
625
+ #: ../templates/wishlist-view.php:218
626
  msgid "Public"
627
  msgstr ""
628
 
629
+ #: ../includes/class.yith-wcwl-shortcode.php:45
630
  #, fuzzy
631
  msgctxt "[gutenberg]: block name"
632
  msgid "YITH Add to Wishlist"
633
  msgstr "İstek Listeme Ekle"
634
 
635
+ #: ../includes/class.yith-wcwl-shortcode.php:46
636
  #, fuzzy
637
  msgctxt "[gutenberg]: block description"
638
  msgid "Shows Add to Wishlist button"
639
  msgstr "\"İstek Listeme Ekle\" buton metni"
640
 
641
+ #: ../includes/class.yith-wcwl-shortcode.php:51
642
  msgid ""
643
  "ID of the product to add to wishlist (leave empty to use global product)"
644
  msgstr ""
645
 
646
+ #: ../includes/class.yith-wcwl-shortcode.php:56
647
  msgid "Url of wishlist page (leave empty to use default)"
648
  msgstr ""
649
 
650
+ #: ../includes/class.yith-wcwl-shortcode.php:61
651
  msgid "Button label (leave empty to use default)"
652
  msgstr ""
653
 
654
+ #: ../includes/class.yith-wcwl-shortcode.php:66
655
  msgid "\"Browse wishlist\" label (leave empty to use default)"
656
  msgstr ""
657
 
658
+ #: ../includes/class.yith-wcwl-shortcode.php:71
659
  #, fuzzy
660
  msgid "\"Product already in wishlist\" label (leave empty to use default)"
661
  msgstr "Ürün zaten istek listenizde."
662
 
663
+ #: ../includes/class.yith-wcwl-shortcode.php:76
664
  msgid "\"Product added to wishlist\" label (leave empty to use default)"
665
  msgstr ""
666
 
667
+ #: ../includes/class.yith-wcwl-shortcode.php:81
668
  msgid ""
669
  "Icon for the button (use any FontAwesome valid class, or leave empty to use "
670
  "default)"
671
  msgstr ""
672
 
673
+ #: ../includes/class.yith-wcwl-shortcode.php:86
674
  msgid "Additional css classes for the button (leave empty to use default)"
675
  msgstr ""
676
 
677
+ #: ../includes/class.yith-wcwl-shortcode.php:94
678
  #, fuzzy
679
  msgctxt "[gutenberg]: block name"
680
  msgid "YITH Wishlist"
681
  msgstr "YITH İstek Listesi Etkin"
682
 
683
+ #: ../includes/class.yith-wcwl-shortcode.php:95
684
  #, fuzzy
685
  msgctxt "[gutenberg]: block description"
686
  msgid "Shows list of products in wishlist"
687
  msgstr "\"Sepete Ekle\" buton arkaplanı"
688
 
689
+ #: ../includes/class.yith-wcwl-shortcode.php:100
690
  msgid "Choose whether to paginate items in the wishlist or show them all"
691
  msgstr ""
692
 
693
+ #: ../includes/class.yith-wcwl-shortcode.php:103
694
  msgid "Paginate"
695
  msgstr ""
696
 
697
+ #: ../includes/class.yith-wcwl-shortcode.php:104
698
  msgid "Do not paginate"
699
  msgstr ""
700
 
701
+ #: ../includes/class.yith-wcwl-shortcode.php:109
702
  msgid "Number of items to show for each page"
703
  msgstr ""
704
 
705
+ #: ../includes/class.yith-wcwl-shortcode.php:114
706
  msgid "ID of the wishlist to show (EG: K6EOWXB888ZD)"
707
  msgstr ""
708
 
709
+ #: ../includes/class.yith-wcwl-shortcode.php:386
710
+ #: ../includes/class.yith-wcwl-ui.php:164
711
  msgid "Share on:"
712
  msgstr "Paylaşım seçenekleri:"
713
 
714
+ #: ../includes/class.yith-wcwl-ui.php:118
715
+ #: ../includes/class.yith-wcwl-ui.php:200
716
  msgid "Select options"
717
  msgstr "Seçenekler"
718
 
719
+ #: ../includes/class.yith-wcwl-ui.php:168 ../templates/share.php:20
720
  msgid "Facebook"
721
  msgstr "Facebook"
722
 
723
+ #: ../includes/class.yith-wcwl-ui.php:171 ../templates/share.php:26
724
  msgid "Twitter"
725
  msgstr "Twitter"
726
 
727
+ #: ../includes/class.yith-wcwl-ui.php:180
728
  msgid "email"
729
  msgstr ""
730
 
731
+ #: ../includes/class.yith-wcwl.php:201
732
  #, fuzzy
733
  msgid "An error occurred while adding products to the wishlist."
734
  msgstr "Ürün istek listenize eklenirken bir hata meydana geldi."
735
 
736
+ #: ../includes/class.yith-wcwl.php:293
737
  #, fuzzy
738
  msgid "An error occurred while adding products to wishlist."
739
  msgstr "Ürün istek listenize eklenirken bir hata meydana geldi."
740
 
741
+ #: ../includes/class.yith-wcwl.php:310
742
  msgid "The \"Remove\" option now does not require any parameter"
743
  msgstr ""
744
 
745
+ #: ../includes/class.yith-wcwl.php:359
746
  #, fuzzy
747
  msgid "An error occurred while removing products from the wishlist"
748
  msgstr "Ürün istek listenizden kaldırılırken bir hata meydana geldi."
749
 
750
+ #: ../includes/class.yith-wcwl.php:809
751
  msgid "You need to log in before creating a new wishlist"
752
  msgstr ""
753
 
754
+ #: ../includes/class.yith-wcwl.php:1610
755
  msgid "Product successfully removed."
756
  msgstr "Ürün başarıyla kaldırıldı."
757
 
758
+ #: ../includes/class.yith-wcwl.php:1614
759
  msgid "Error. Unable to remove the product from the wishlist."
760
  msgstr "Hata. Ürün istek listenizden kaldırılamadı. "
761
 
762
+ #: ../includes/class.yith-wcwl.php:1618 ../templates/wishlist-view.php:242
763
  msgid "No products were added to the wishlist"
764
  msgstr "İstek listesinde herhangi bir ürün bulunmuyor"
765
 
766
+ #: ../includes/class.yith-wcwl.php:1660
767
  msgid "An error as occurred."
768
  msgstr ""
769
 
770
+ #: ../init.php:130
771
  msgid "is enabled but not effective. It requires WooCommerce in order to work."
772
  msgstr ""
773
 
774
+ #: ../init.php:140
775
  msgid "You can't activate the free version of"
776
  msgstr ""
777
 
778
+ #: ../init.php:140
779
  msgid "while you are using the premium one."
780
  msgstr ""
781
 
782
+ #: ../templates/admin/wishlist-panel-premium.php:185
783
+ #: ../templates/admin/wishlist-panel-premium.php:383
784
+ #, php-format
785
  msgid ""
786
  "Upgrade to the %1$spremium version%2$s%3$sof %1$sYITH WooCommerce Wishlist"
787
  "%2$s to benefit from all features!"
788
  msgstr ""
789
 
790
+ #: ../templates/admin/wishlist-panel-premium.php:187
791
+ #: ../templates/admin/wishlist-panel-premium.php:385
792
+ #, php-format
793
  msgid "%1$sUPGRADE%2$s%3$s to the premium version%2$s"
794
  msgstr ""
795
 
796
+ #: ../templates/admin/wishlist-panel-premium.php:193
797
  msgid "Premium Features"
798
  msgstr ""
799
 
800
+ #: ../templates/admin/wishlist-panel-premium.php:196
801
+ #: ../templates/admin/wishlist-panel-premium.php:201
802
  msgid "Multiple Wishlist"
803
  msgstr ""
804
 
805
+ #: ../templates/admin/wishlist-panel-premium.php:203
806
+ #, php-format
807
  msgid ""
808
  "%1$sDoes it ever happened to you to have too many wishes for a single wish "
809
  "list?%2$s%3$s The possibility to manage one's wishes is a fundamental "
814
  "manage and share their own wish lists."
815
  msgstr ""
816
 
817
+ #: ../templates/admin/wishlist-panel-premium.php:212
818
+ #: ../templates/admin/wishlist-panel-premium.php:222
819
  msgid "Wishlist Private"
820
  msgstr ""
821
 
822
+ #: ../templates/admin/wishlist-panel-premium.php:214
823
+ #, php-format
824
  msgid ""
825
  "By enabling the option wishlist, users will also have the possibility to "
826
  "%1$smanage the visibility%2$s of their wish lists according to one of the "
827
  "following options:"
828
  msgstr ""
829
 
830
+ #: ../templates/admin/wishlist-panel-premium.php:216
831
+ #, php-format
832
  msgid "%1$spublic:%2$s all users can look for your wish list and see it;"
833
  msgstr ""
834
 
835
+ #: ../templates/admin/wishlist-panel-premium.php:217
836
+ #, php-format
837
  msgid ""
838
  "%1$sshared:%2$s only users possessing a direct link to the wish list page "
839
  "can display it;"
840
  msgstr ""
841
 
842
+ #: ../templates/admin/wishlist-panel-premium.php:218
843
+ #, php-format
844
  msgid "%1$sprivate:%2$s only the wish list creator can see it."
845
  msgstr ""
846
 
847
+ #: ../templates/admin/wishlist-panel-premium.php:229
848
+ #: ../templates/admin/wishlist-panel-premium.php:234
849
  msgid "Estimate Cost"
850
  msgstr ""
851
 
852
+ #: ../templates/admin/wishlist-panel-premium.php:236
853
+ #, php-format
854
  msgid ""
855
  "%1$sDo you want to add the possibility to ask for estimates of costs into "
856
  "your catalogue?%3$s Do you want to manage customised packets for faithful "
862
  "address that you have previously set."
863
  msgstr ""
864
 
865
+ #: ../templates/admin/wishlist-panel-premium.php:245
866
+ #: ../templates/admin/wishlist-panel-premium.php:250
867
  msgid "Admin Panel"
868
  msgstr ""
869
 
870
+ #: ../templates/admin/wishlist-panel-premium.php:247
871
+ #, php-format
872
  msgid ""
873
  "Thanks to the useful Admin panel, accessible directly among the WooCommerce "
874
  "submenu pages, you will have total control on users' wishlists. In addition "
878
  "in customers' wish lists."
879
  msgstr ""
880
 
881
+ #: ../templates/admin/wishlist-panel-premium.php:257
882
+ #: ../templates/admin/wishlist-panel-premium.php:262
883
  msgid "Search Wishlists"
884
  msgstr ""
885
 
886
+ #: ../templates/admin/wishlist-panel-premium.php:264
887
+ #, php-format
888
  msgid ""
889
  "How many times have you been looking for the perfect gift for a important "
890
  "event but you had no idea of what to buy? %1$s'Search wishlists'%2$s allows "
893
  "your products and even encourage users to purchase."
894
  msgstr ""
895
 
896
+ #: ../templates/admin/wishlist-panel-premium.php:273
897
  msgid "'ADD TO CART' CHECKBOX"
898
  msgstr ""
899
 
900
+ #: ../templates/admin/wishlist-panel-premium.php:275
901
+ #, php-format
902
  msgid ""
903
  "Your shop offers always a wide selection of products and wishlists of your "
904
  "users get more and more crowded everyday. Give them the possibility to "
906
  "just with one click."
907
  msgstr ""
908
 
909
+ #: ../templates/admin/wishlist-panel-premium.php:278
910
  msgid "'ADD TO CART'"
911
  msgstr ""
912
 
913
+ #: ../templates/admin/wishlist-panel-premium.php:285
914
  msgid "DISABLE WISHLIST"
915
  msgstr ""
916
 
917
+ #: ../templates/admin/wishlist-panel-premium.php:290
918
  msgid "DISABLE WISHLIST FOR UNLOGGED USERS"
919
  msgstr ""
920
 
921
+ #: ../templates/admin/wishlist-panel-premium.php:292
922
+ #, php-format
923
  msgid ""
924
  "Favour users that have registered to your shop and disable plugin "
925
  "functionalities for all users that have not. By disabling this option, each "
927
  "%2$s to \"My Account\" page and a message will invite them to log in."
928
  msgstr ""
929
 
930
+ #: ../templates/admin/wishlist-panel-premium.php:301
931
  msgid "MESSAGE TO UNLOGGED USERS"
932
  msgstr ""
933
 
934
+ #: ../templates/admin/wishlist-panel-premium.php:303
935
+ #, php-format
936
  msgid ""
937
  "Invite users that are visiting your shop to login if they want to fully "
938
  "benefit from Wishlist functionalities. Show a %1$scustomised message%2$s and "
939
  "redirect them to \"My Account\" page for registration."
940
  msgstr ""
941
 
942
+ #: ../templates/admin/wishlist-panel-premium.php:306
943
  msgid "UNLOGGED USERS"
944
  msgstr ""
945
 
946
+ #: ../templates/admin/wishlist-panel-premium.php:313
947
+ #: ../templates/admin/wishlist-panel-premium.php:318
948
  msgid "POPULAR TABLE"
949
  msgstr ""
950
 
951
+ #: ../templates/admin/wishlist-panel-premium.php:320
952
+ #, php-format
953
  msgid ""
954
  "Some products draw customer's attention more than others and they do not "
955
  "hesitate to add products to their wishlist. Table %1$s'Popular'%2$s allows "
957
  "their wishlists."
958
  msgstr ""
959
 
960
+ #: ../templates/admin/wishlist-panel-premium.php:329
961
  msgid "FUNCTIONALITIES IN ONE CLICK"
962
  msgstr ""
963
 
964
+ #: ../templates/admin/wishlist-panel-premium.php:331
965
+ #, php-format
966
  msgid ""
967
  "Users have the possibility to search for a wishlist, create a new one or "
968
  "display those already created. Add these %1$sfunctionalities%2$s through the "
969
  "dedicated widgets or show them immediately after \"Wishlist\" table."
970
  msgstr ""
971
 
972
+ #: ../templates/admin/wishlist-panel-premium.php:334
973
  msgid "FUNCTIONALITIES"
974
  msgstr ""
975
 
976
+ #: ../templates/admin/wishlist-panel-premium.php:341
977
+ #: ../templates/admin/wishlist-panel-premium.php:346
978
  msgid "PROMOTIONAL EMAIL"
979
  msgstr ""
980
 
981
+ #: ../templates/admin/wishlist-panel-premium.php:348
982
+ #, php-format
983
  msgid ""
984
  "If you want to give the right input to your users to persuade them to "
985
  "%1$spurchase the products%2$s they have in their wishlists, you need to use "
988
  "will know you are offering a unique offer!"
989
  msgstr ""
990
 
991
+ #: ../templates/admin/wishlist-panel-premium.php:357
992
  msgid "FROM A WISHLIST TO ANOTHER"
993
  msgstr ""
994
 
995
+ #: ../templates/admin/wishlist-panel-premium.php:359
996
+ #, php-format
997
  msgid ""
998
  "Who said that a product has to remain forever in the same wishlist? With the "
999
  "option %1$s\"Show \"Move to another wishlist\" dropdown menu\"%2$s, with "
1001
  "another one, managing as they want their lists."
1002
  msgstr ""
1003
 
1004
+ #: ../templates/admin/wishlist-panel-premium.php:362
1005
  msgid "FROM A WISHLIST"
1006
  msgstr ""
1007
 
1008
+ #: ../templates/admin/wishlist-panel-premium.php:369
1009
  msgid "DATE"
1010
  msgstr ""
1011
 
1012
+ #: ../templates/admin/wishlist-panel-premium.php:374
1013
  msgid "DATE OF ADDITION TO A WISHLIST"
1014
  msgstr ""
1015
 
1016
+ #: ../templates/admin/wishlist-panel-premium.php:376
1017
+ #, php-format
1018
  msgid ""
1019
  "Activating the %1$s\"Show date of addition\"%2$s option, users can see the "
1020
  "date in which they have added a particular product to their list: a new way "
1021
  "to keep you users informed about their operations."
1022
  msgstr ""
1023
 
1024
+ #: ../templates/share.php:32
1025
  #, fuzzy
1026
  msgid "Pinterest"
1027
  msgstr "Pinterest'te Pinle"
1028
 
1029
+ #: ../templates/share.php:38
1030
  #, fuzzy
1031
  msgid "Google+"
1032
  msgstr "Google+'da Paylaş"
1033
 
1034
+ #: ../templates/share.php:44
1035
  msgid "Email"
1036
  msgstr ""
1037
 
1038
+ #: ../templates/wishlist-view.php:32
1039
  #, fuzzy
1040
  msgid "Edit title"
1041
  msgstr "İstek listesi başlığı"
1042
 
1043
+ #: ../templates/wishlist-view.php:41
1044
  msgid "Save"
1045
  msgstr ""
1046
 
1047
+ #: ../templates/wishlist-view.php:45
1048
  msgid "Cancel"
1049
  msgstr ""
1050
 
1051
+ #: ../templates/wishlist-view.php:82
1052
  msgid "Product Name"
1053
  msgstr "Ürün Adı"
1054
 
1055
+ #: ../templates/wishlist-view.php:89
1056
  msgid "Unit Price"
1057
  msgstr "Birim Fiyatı"
1058
 
1059
+ #: ../templates/wishlist-view.php:102
1060
  msgid "Stock Status"
1061
  msgstr "Stok Durumu"
1062
 
1063
+ #: ../templates/wishlist-view.php:152 ../templates/wishlist-view.php:232
1064
  msgid "Remove this product"
1065
  msgstr "Bu ürünü kaldır"
1066
 
1067
+ #: ../templates/wishlist-view.php:172
1068
  msgid "Free!"
1069
  msgstr "Ücretsiz!"
1070
 
1071
+ #: ../templates/wishlist-view.php:179
1072
  msgid "Out of Stock"
1073
  msgstr "Stok Dışı"
1074
 
1075
+ #: ../templates/wishlist-view.php:179
1076
  msgid "In Stock"
1077
  msgstr "Stokta"
1078
 
1079
+ #: ../templates/wishlist-view.php:188
1080
+ #, php-format
1081
  msgid "Added on : %s"
1082
  msgstr ""
1083
 
1084
+ #: ../templates/wishlist-view.php:200
1085
  msgid "Move"
1086
  msgstr ""
1087
 
1088
+ #: ../templates/wishlist-view.php:232
1089
  msgid "Remove"
1090
  msgstr ""
1091
 
1092
+ #: ../templates/wishlist-view.php:259
1093
  msgid "Add the selected products to the cart"
1094
  msgstr ""
1095
 
1096
+ #: ../templates/wishlist-view.php:267 ../templates/wishlist-view.php:313
1097
  msgid "Ask for an estimate"
1098
  msgstr ""
1099
 
1100
+ #: ../templates/wishlist-view.php:303
1101
  msgid "Your email"
1102
  msgstr ""
1103
 
 
1104
  #, fuzzy
1105
+ #~ msgid "YITH WooCommerce Wishlist"
1106
+ #~ msgstr "İstek Listeme Ekle"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1107
 
1108
  #, fuzzy
1109
  #~ msgid ""
languages/yith-woocommerce-wishlist-uk_UA.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-uk_UA.po CHANGED
@@ -2,15 +2,15 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
- "POT-Creation-Date: 2018-12-21 10:28:38+00:00\n"
6
- "PO-Revision-Date: 2018-10-04 14:52+0200\n"
7
  "Last-Translator: Valentyn Zubenko <valentyn.zubenko@gmail.com>\n"
8
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
9
  "Language: uk_UA\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 2.0.8\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"
@@ -20,452 +20,456 @@ msgstr ""
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:1484
25
- #: includes/class.yith-wcwl-admin-init.php:1485
26
- #: includes/class.yith-wcwl-install.php:245
27
  msgid "Wishlist"
28
  msgstr ""
29
 
30
- #: includes/class.yith-wcwl-admin-init.php:161
31
  msgid "Settings"
32
  msgstr ""
33
 
34
- #: includes/class.yith-wcwl-admin-init.php:162
35
- #: includes/class.yith-wcwl-admin-init.php:243
36
  msgid "Colors"
37
  msgstr ""
38
 
39
- #: includes/class.yith-wcwl-admin-init.php:163
40
  msgid "Premium Version"
41
  msgstr ""
42
 
43
- #: includes/class.yith-wcwl-admin-init.php:1015
44
  msgid "Enable all plugin features"
45
  msgstr ""
46
 
47
- #: includes/class.yith-wcwl-admin-init.php:1016
48
  msgid ""
49
  "Be sure to select at least one option in the Wishlist page menu in this "
50
  "settings page"
51
  msgstr ""
52
 
53
- #: includes/class.yith-wcwl-admin-init.php:1017
54
  msgctxt "[Part of]: Also, please read the plugin documentation"
55
  msgid "Also, please read the plugin"
56
  msgstr ""
57
 
58
- #: includes/class.yith-wcwl-admin-init.php:1018
59
  msgctxt "[Part Of]: Also, please read the plugin documentation"
60
  msgid "documentation"
61
  msgstr ""
62
 
63
- #: includes/class.yith-wcwl-admin-init.php:1024
64
  msgid "Upgrade to the PREMIUM VERSION"
65
  msgstr ""
66
 
67
- #: includes/class.yith-wcwl-admin-init.php:1028
68
  msgid "Discover the Advanced Features"
69
  msgstr ""
70
 
71
- #: includes/class.yith-wcwl-admin-init.php:1029
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:1035
78
  msgid "Get Support and Pro Features"
79
  msgstr ""
80
 
81
- #: includes/class.yith-wcwl-admin-init.php:1036
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:1046
89
  msgid "General Settings"
90
  msgstr ""
91
 
92
- #: includes/class.yith-wcwl-admin-init.php:1053
93
  msgid "Enable YITH Wishlist"
94
  msgstr ""
95
 
96
- #: includes/class.yith-wcwl-admin-init.php:1060
97
  msgid "Default wishlist title"
98
  msgstr ""
99
 
100
- #: includes/class.yith-wcwl-admin-init.php:1062
101
- #: includes/class.yith-wcwl-admin-init.php:1063
102
- #: includes/class.yith-wcwl-admin-init.php:1299
 
103
  msgid "My wishlist on %s"
104
  msgstr "Мій обраний список в %s"
105
 
106
- #: includes/class.yith-wcwl-admin-init.php:1068
107
  msgid "Wishlist Page"
108
  msgstr ""
109
 
110
- #: includes/class.yith-wcwl-admin-init.php:1069
111
  msgid "Page contents: [yith_wcwl_wishlist]"
112
  msgstr ""
113
 
114
- #: includes/class.yith-wcwl-admin-init.php:1078
115
  msgid "Position"
116
  msgstr ""
117
 
118
- #: includes/class.yith-wcwl-admin-init.php:1079
119
  msgid ""
120
  "You can add the button in variable products only after the \"Add to Cart\" "
121
  "button or using the shortcode [yith_wcwl_add_to_wishlist]."
122
  msgstr ""
123
 
124
- #: includes/class.yith-wcwl-admin-init.php:1085
125
  msgid "After \"Add to cart\""
126
  msgstr "After \"Додати в кошик\""
127
 
128
- #: includes/class.yith-wcwl-admin-init.php:1086
129
  msgid "After thumbnails"
130
  msgstr ""
131
 
132
- #: includes/class.yith-wcwl-admin-init.php:1087
133
  msgid "After summary"
134
  msgstr ""
135
 
136
- #: includes/class.yith-wcwl-admin-init.php:1088
137
  msgid "Use shortcode"
138
  msgstr ""
139
 
140
- #: includes/class.yith-wcwl-admin-init.php:1093
141
  msgid "Redirect to cart"
142
  msgstr ""
143
 
144
- #: includes/class.yith-wcwl-admin-init.php:1094
145
  msgid ""
146
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
147
  "page."
148
  msgstr ""
149
 
150
- #: includes/class.yith-wcwl-admin-init.php:1100
151
  msgid "Remove if added to the cart"
152
  msgstr ""
153
 
154
- #: includes/class.yith-wcwl-admin-init.php:1101
155
  msgid "Remove the product from the wishlist if it has been added to the cart."
156
  msgstr ""
157
 
158
- #: includes/class.yith-wcwl-admin-init.php:1107
159
  msgid "\"Add to Wishlist\" text"
160
  msgstr ""
161
 
162
- #: includes/class.yith-wcwl-admin-init.php:1109
163
  msgid "Add to Wishlist"
164
  msgstr ""
165
 
166
- #: includes/class.yith-wcwl-admin-init.php:1114
167
  #, fuzzy
168
  msgid "\"Browse wishlist\" text"
169
  msgstr "\"Додати в кошик\" button text"
170
 
171
- #: includes/class.yith-wcwl-admin-init.php:1116
172
- #: includes/class.yith-wcwl-ui.php:82 includes/class.yith-wcwl-ui.php:83
173
  msgid "Browse Wishlist"
174
  msgstr ""
175
 
176
- #: includes/class.yith-wcwl-admin-init.php:1121
177
  msgid "\"Product already in wishlist\" text"
178
  msgstr ""
179
 
180
- #: includes/class.yith-wcwl-admin-init.php:1123
181
- #: includes/class.yith-wcwl-ui.php:83
182
  msgid "The product is already in the wishlist!"
183
  msgstr ""
184
 
185
- #: includes/class.yith-wcwl-admin-init.php:1128
186
  #, fuzzy
187
  msgid "\"Product added\" text"
188
  msgstr "Назва продукту"
189
 
190
- #: includes/class.yith-wcwl-admin-init.php:1130
191
- #: includes/class.yith-wcwl-ui.php:82
192
  msgid "Product added!"
193
  msgstr ""
194
 
195
- #: includes/class.yith-wcwl-admin-init.php:1135
196
  msgid "\"Add to Cart\" text"
197
  msgstr "\"Додати в кошик\" text"
198
 
199
- #: includes/class.yith-wcwl-admin-init.php:1137
200
  msgid "Add to Cart"
201
  msgstr "Додати в кошик"
202
 
203
- #: includes/class.yith-wcwl-admin-init.php:1142
204
  #, fuzzy
205
  msgid "Show Unit price"
206
  msgstr "Ціна"
207
 
208
- #: includes/class.yith-wcwl-admin-init.php:1143
209
  msgid "Show unit price for each product in wishlist"
210
  msgstr ""
211
 
212
- #: includes/class.yith-wcwl-admin-init.php:1150
213
  #, fuzzy
214
  msgid "Show \"Add to Cart\" button"
215
  msgstr "\"Додати в кошик\" button text"
216
 
217
- #: includes/class.yith-wcwl-admin-init.php:1151
218
  #, fuzzy
219
  msgid "Show \"Add to Cart\" button for each product in wishlist"
220
  msgstr "\"Додати в кошик\" button background"
221
 
222
- #: includes/class.yith-wcwl-admin-init.php:1158
223
  #, fuzzy
224
  msgid "Show Stock status"
225
  msgstr "Наявність на складі"
226
 
227
- #: includes/class.yith-wcwl-admin-init.php:1159
228
  msgid ""
229
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
230
  msgstr ""
231
 
232
- #: includes/class.yith-wcwl-admin-init.php:1166
233
  msgid "Show Date of addition"
234
  msgstr ""
235
 
236
- #: includes/class.yith-wcwl-admin-init.php:1167
237
  #, fuzzy
238
  msgid "Show the date when users have added a product to the wishlist"
239
  msgstr "Немає доданих продуктів до вибраного"
240
 
241
- #: includes/class.yith-wcwl-admin-init.php:1174
242
  #, fuzzy
243
  msgid "Add second remove button"
244
  msgstr "\"Додати в кошик\" button text"
245
 
246
- #: includes/class.yith-wcwl-admin-init.php:1175
247
  msgid "Add a second remove button in the last column, with extended label"
248
  msgstr ""
249
 
250
- #: includes/class.yith-wcwl-admin-init.php:1190
251
  msgid "Styles"
252
  msgstr ""
253
 
254
- #: includes/class.yith-wcwl-admin-init.php:1197
255
  msgid "Use buttons"
256
  msgstr ""
257
 
258
- #: includes/class.yith-wcwl-admin-init.php:1198
259
  msgid "Use buttons instead of simple anchors."
260
  msgstr ""
261
 
262
- #: includes/class.yith-wcwl-admin-init.php:1204
263
  msgid "Custom CSS"
264
  msgstr ""
265
 
266
- #: includes/class.yith-wcwl-admin-init.php:1211
267
  msgid "Use theme style"
268
  msgstr ""
269
 
270
- #: includes/class.yith-wcwl-admin-init.php:1212
271
  msgid "Use the theme style."
272
  msgstr ""
273
 
274
- #: includes/class.yith-wcwl-admin-init.php:1218
275
  msgid "Rounded buttons"
276
  msgstr ""
277
 
278
- #: includes/class.yith-wcwl-admin-init.php:1219
279
  msgid "Make button corners rounded"
280
  msgstr ""
281
 
282
- #: includes/class.yith-wcwl-admin-init.php:1225
283
  msgid "\"Add to Wishlist\" icon"
284
  msgstr ""
285
 
286
- #: includes/class.yith-wcwl-admin-init.php:1226
287
  msgid "Add an icon to the \"Add to Wishlist\" button"
288
  msgstr ""
289
 
290
- #: includes/class.yith-wcwl-admin-init.php:1236
291
  msgid "\"Add to Cart\" icon"
292
  msgstr "\"Додати в кошик\" icon"
293
 
294
- #: includes/class.yith-wcwl-admin-init.php:1237
295
  msgid "Add an icon to the \"Add to Cart\" button"
296
  msgstr "Add an icon to the \"Додати в кошик\" button"
297
 
298
- #: includes/class.yith-wcwl-admin-init.php:1255
299
  msgid "Social Networks & Share"
300
  msgstr ""
301
 
302
- #: includes/class.yith-wcwl-admin-init.php:1262
303
  msgid "Share on Facebook"
304
  msgstr ""
305
 
306
- #: includes/class.yith-wcwl-admin-init.php:1263
307
  #, fuzzy
308
  msgid "Show \"Share on Facebook\" button"
309
  msgstr "\"Додати в кошик\" button text"
310
 
311
- #: includes/class.yith-wcwl-admin-init.php:1269
312
  msgid "Tweet on Twitter"
313
  msgstr ""
314
 
315
- #: includes/class.yith-wcwl-admin-init.php:1270
316
  #, fuzzy
317
  msgid "Show \"Tweet on Twitter\" button"
318
  msgstr "\"Додати в кошик\" button text"
319
 
320
- #: includes/class.yith-wcwl-admin-init.php:1276
321
  msgid "Pin on Pinterest"
322
  msgstr ""
323
 
324
- #: includes/class.yith-wcwl-admin-init.php:1277
325
  #, fuzzy
326
  msgid "Show \"Pin on Pinterest\" button"
327
  msgstr "\"Додати в кошик\" button text"
328
 
329
- #: includes/class.yith-wcwl-admin-init.php:1283
330
  msgid "Share on Google+"
331
  msgstr ""
332
 
333
- #: includes/class.yith-wcwl-admin-init.php:1284
334
  #, fuzzy
335
  msgid "Show \"Share on Google+\" button"
336
  msgstr "\"Додати в кошик\" button text"
337
 
338
- #: includes/class.yith-wcwl-admin-init.php:1290
339
  msgid "Share by Email"
340
  msgstr ""
341
 
342
- #: includes/class.yith-wcwl-admin-init.php:1291
343
  #, fuzzy
344
  msgid "Show \"Share by Email\" button"
345
  msgstr "\"Додати в кошик\" button text"
346
 
347
- #: includes/class.yith-wcwl-admin-init.php:1297
348
  msgid "Social title"
349
  msgstr ""
350
 
351
- #: includes/class.yith-wcwl-admin-init.php:1304
352
  msgid "Social text"
353
  msgstr ""
354
 
355
- #: includes/class.yith-wcwl-admin-init.php:1305
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:1312
362
  msgid "Social image URL"
363
  msgstr ""
364
 
365
- #: includes/class.yith-wcwl-admin-init.php:1313
366
  msgid "It will be used by Pinterest."
367
  msgstr ""
368
 
369
- #: includes/class.yith-wcwl-admin-init.php:1327
 
370
  msgid ""
371
  "If you want to take advantage of this feature, you could consider to "
372
  "purchase the %s."
373
  msgstr ""
374
 
375
- #: includes/class.yith-wcwl-admin-init.php:1332
376
  msgid "YITH WooCommerce Frequently Bought Together Integration"
377
  msgstr ""
378
 
379
- #: includes/class.yith-wcwl-admin-init.php:1339
380
  msgid "Enable slider in wishlist"
381
  msgstr ""
382
 
383
- #: includes/class.yith-wcwl-admin-init.php:1340
 
384
  msgid ""
385
  "Choose to enable product slider in wishlist page with linked products (<a "
386
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
387
  msgstr ""
388
 
389
- #: includes/class.yith-wcwl-admin-init.php:1376
390
  #, fuzzy
391
  msgid "\"Add to wishlist\" button"
392
  msgstr "\"Додати в кошик\" button text"
393
 
394
- #: includes/class.yith-wcwl-admin-init.php:1379
395
- #: includes/class.yith-wcwl-admin-init.php:1397
396
- #: includes/class.yith-wcwl-admin-init.php:1415
397
- #: includes/class.yith-wcwl-admin-init.php:1433
398
- #: includes/class.yith-wcwl-admin-init.php:1451
399
  msgid "Background"
400
  msgstr ""
401
 
402
- #: includes/class.yith-wcwl-admin-init.php:1380
403
- #: includes/class.yith-wcwl-admin-init.php:1398
404
- #: includes/class.yith-wcwl-admin-init.php:1416
405
- #: includes/class.yith-wcwl-admin-init.php:1434
406
- #: includes/class.yith-wcwl-admin-init.php:1452
407
  msgid "Text"
408
  msgstr ""
409
 
410
- #: includes/class.yith-wcwl-admin-init.php:1381
411
- #: includes/class.yith-wcwl-admin-init.php:1399
412
- #: includes/class.yith-wcwl-admin-init.php:1417
413
- #: includes/class.yith-wcwl-admin-init.php:1435
414
- #: includes/class.yith-wcwl-admin-init.php:1453
415
  msgid "Border"
416
  msgstr ""
417
 
418
- #: includes/class.yith-wcwl-admin-init.php:1388
419
- #: includes/class.yith-wcwl-admin-init.php:1406
420
- #: includes/class.yith-wcwl-admin-init.php:1424
421
- #: includes/class.yith-wcwl-admin-init.php:1442
422
  msgid "Background (hover)"
423
  msgstr ""
424
 
425
- #: includes/class.yith-wcwl-admin-init.php:1389
426
- #: includes/class.yith-wcwl-admin-init.php:1407
427
- #: includes/class.yith-wcwl-admin-init.php:1425
428
- #: includes/class.yith-wcwl-admin-init.php:1443
429
  msgid "Text (hover)"
430
  msgstr ""
431
 
432
- #: includes/class.yith-wcwl-admin-init.php:1390
433
- #: includes/class.yith-wcwl-admin-init.php:1408
434
- #: includes/class.yith-wcwl-admin-init.php:1426
435
- #: includes/class.yith-wcwl-admin-init.php:1444
436
  msgid "Border (hover)"
437
  msgstr ""
438
 
439
- #: includes/class.yith-wcwl-admin-init.php:1394
440
  #, fuzzy
441
  msgid "\"Add to Cart\" button"
442
  msgstr "\"Додати в кошик\" button text"
443
 
444
- #: includes/class.yith-wcwl-admin-init.php:1412
445
  msgid "\"Style 1\" button"
446
  msgstr ""
447
 
448
- #: includes/class.yith-wcwl-admin-init.php:1430
449
  msgid "\"Style 2\" button"
450
  msgstr ""
451
 
452
- #: includes/class.yith-wcwl-admin-init.php:1448
453
  msgid "Wishlist table"
454
  msgstr ""
455
 
456
- #: includes/class.yith-wcwl-admin-init.php:1457
457
  msgid "Headers"
458
  msgstr ""
459
 
460
- #: includes/class.yith-wcwl-admin-init.php:1460
461
  msgid "Background color"
462
  msgstr ""
463
 
464
- #: includes/class.yith-wcwl-admin-init.php:1550
465
  msgid "Wishlist Activated"
466
  msgstr ""
467
 
468
- #: includes/class.yith-wcwl-admin-init.php:1551
 
469
  msgid ""
470
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
471
  "can access to all the settings of our plugins that you have activated. "
@@ -473,11 +477,12 @@ msgid ""
473
  "options, <a href=\"%s\">discover it now</a>."
474
  msgstr ""
475
 
476
- #: includes/class.yith-wcwl-admin-init.php:1562
477
  msgid "Wishlist Updated"
478
  msgstr ""
479
 
480
- #: includes/class.yith-wcwl-admin-init.php:1563
 
481
  msgid ""
482
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
483
  "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
@@ -486,298 +491,304 @@ msgid ""
486
  "\">discover the PREMIUM version.</a>"
487
  msgstr ""
488
 
489
- #: includes/class.yith-wcwl-init.php:437
490
  msgid ""
491
  "We are sorry, but this feature is available only if cookies are enabled on "
492
  "your browser."
493
  msgstr ""
494
 
495
- #: includes/class.yith-wcwl-init.php:438
496
  #, fuzzy
497
  msgid "Product correctly added to cart"
498
  msgstr "Назва продукту"
499
 
500
- #: includes/class.yith-wcwl-install.php:244
501
  msgctxt "page_slug"
502
  msgid "wishlist"
503
  msgstr ""
504
 
505
- #: includes/class.yith-wcwl-privacy.php:50
506
  msgid "While you visit our site, we’ll track:"
507
  msgstr ""
508
 
509
- #: includes/class.yith-wcwl-privacy.php:52
510
  msgid ""
511
  "Products you’ve added to the wishlist: we’ll use this to show you and other "
512
  "users your favourite products, and to create targeted email campaigns."
513
  msgstr ""
514
 
515
- #: includes/class.yith-wcwl-privacy.php:53
516
  msgid ""
517
  "Wishlists you’ve created: we’ll keep track of the wishlists you create, and "
518
  "make them visible to the store’s staff"
519
  msgstr ""
520
 
521
- #: includes/class.yith-wcwl-privacy.php:55
522
  msgid ""
523
  "We’ll also use cookies to keep track of wishlist contents while you’re "
524
  "browsing our site."
525
  msgstr ""
526
 
527
- #: includes/class.yith-wcwl-privacy.php:58
528
  msgid ""
529
  "Members of our team have access to the information you provide us. For "
530
  "example, both Administrators and Shop Managers can access:"
531
  msgstr ""
532
 
533
- #: includes/class.yith-wcwl-privacy.php:60
534
  msgid ""
535
  "Wishlist details, such as products added, date of addition, name and privacy "
536
  "settings of your wishlists"
537
  msgstr ""
538
 
539
- #: includes/class.yith-wcwl-privacy.php:62
540
  msgid ""
541
  "Our team members have access to this information to offer you better deals "
542
  "for the products you love."
543
  msgstr ""
544
 
545
- #: includes/class.yith-wcwl-privacy.php:82
546
- #: includes/class.yith-wcwl-privacy.php:98
547
  msgid "Customer Wishlists"
548
  msgstr ""
549
 
550
- #: includes/class.yith-wcwl-privacy.php:133
551
  #, fuzzy
552
  msgid "Wishlists"
553
  msgstr "Мій обраний список в %s"
554
 
555
- #. Translators: %s Order number.
556
- #: includes/class.yith-wcwl-privacy.php:195
557
- #, fuzzy
558
  msgid "Removed wishlist %s."
559
  msgstr "Мій обраний список в %s"
560
 
561
- #. Translators: %s Order number.
562
- #: includes/class.yith-wcwl-privacy.php:199
563
  msgid "Wishlist %s has been retained."
564
  msgstr ""
565
 
566
- #: includes/class.yith-wcwl-privacy.php:210
567
  msgid "Removed default user's wishlist"
568
  msgstr ""
569
 
570
- #: includes/class.yith-wcwl-privacy.php:228
571
  msgid "Token"
572
  msgstr ""
573
 
574
- #: includes/class.yith-wcwl-privacy.php:229
575
  msgid "Wishlist url"
576
  msgstr ""
577
 
578
- #: includes/class.yith-wcwl-privacy.php:230
579
  msgid "Title"
580
  msgstr ""
581
 
582
- #: includes/class.yith-wcwl-privacy.php:231
583
  msgctxt "date wishlist was created"
584
  msgid "Created on"
585
  msgstr ""
586
 
587
- #: includes/class.yith-wcwl-privacy.php:232
588
  msgid "Visibility"
589
  msgstr ""
590
 
591
- #: includes/class.yith-wcwl-privacy.php:233
592
  msgid "Items Added"
593
  msgstr ""
594
 
595
- #: includes/class.yith-wcwl-privacy.php:283 templates/wishlist-view.php:212
 
596
  #, fuzzy
597
  msgid "Shared"
598
  msgstr "Поширити в:"
599
 
600
- #: includes/class.yith-wcwl-privacy.php:286 templates/wishlist-view.php:215
 
601
  msgid "Private"
602
  msgstr ""
603
 
604
- #: includes/class.yith-wcwl-privacy.php:289 templates/wishlist-view.php:218
 
605
  msgid "Public"
606
  msgstr ""
607
 
608
- #: includes/class.yith-wcwl-shortcode.php:45
609
  #, fuzzy
610
  msgctxt "[gutenberg]: block name"
611
  msgid "YITH Add to Wishlist"
612
  msgstr "\"Додати в кошик\" button text"
613
 
614
- #: includes/class.yith-wcwl-shortcode.php:46
615
  #, fuzzy
616
  msgctxt "[gutenberg]: block description"
617
  msgid "Shows Add to Wishlist button"
618
  msgstr "\"Додати в кошик\" button text"
619
 
620
- #: includes/class.yith-wcwl-shortcode.php:51
621
  msgid ""
622
  "ID of the product to add to wishlist (leave empty to use global product)"
623
  msgstr ""
624
 
625
- #: includes/class.yith-wcwl-shortcode.php:56
626
  msgid "Url of wishlist page (leave empty to use default)"
627
  msgstr ""
628
 
629
- #: includes/class.yith-wcwl-shortcode.php:61
630
  msgid "Button label (leave empty to use default)"
631
  msgstr ""
632
 
633
- #: includes/class.yith-wcwl-shortcode.php:66
634
  msgid "\"Browse wishlist\" label (leave empty to use default)"
635
  msgstr ""
636
 
637
- #: includes/class.yith-wcwl-shortcode.php:71
638
  msgid "\"Product already in wishlist\" label (leave empty to use default)"
639
  msgstr ""
640
 
641
- #: includes/class.yith-wcwl-shortcode.php:76
642
  msgid "\"Product added to wishlist\" label (leave empty to use default)"
643
  msgstr ""
644
 
645
- #: includes/class.yith-wcwl-shortcode.php:81
646
  msgid ""
647
  "Icon for the button (use any FontAwesome valid class, or leave empty to use "
648
  "default)"
649
  msgstr ""
650
 
651
- #: includes/class.yith-wcwl-shortcode.php:86
652
  msgid "Additional css classes for the button (leave empty to use default)"
653
  msgstr ""
654
 
655
- #: includes/class.yith-wcwl-shortcode.php:94
656
  #, fuzzy
657
  msgctxt "[gutenberg]: block name"
658
  msgid "YITH Wishlist"
659
  msgstr "Мій обраний список в %s"
660
 
661
- #: includes/class.yith-wcwl-shortcode.php:95
662
  #, fuzzy
663
  msgctxt "[gutenberg]: block description"
664
  msgid "Shows list of products in wishlist"
665
  msgstr "\"Додати в кошик\" button background"
666
 
667
- #: includes/class.yith-wcwl-shortcode.php:100
668
  msgid "Choose whether to paginate items in the wishlist or show them all"
669
  msgstr ""
670
 
671
- #: includes/class.yith-wcwl-shortcode.php:103
672
  msgid "Paginate"
673
  msgstr ""
674
 
675
- #: includes/class.yith-wcwl-shortcode.php:104
676
  msgid "Do not paginate"
677
  msgstr ""
678
 
679
- #: includes/class.yith-wcwl-shortcode.php:109
680
  msgid "Number of items to show for each page"
681
  msgstr ""
682
 
683
- #: includes/class.yith-wcwl-shortcode.php:114
684
  msgid "ID of the wishlist to show (EG: K6EOWXB888ZD)"
685
  msgstr ""
686
 
687
- #: includes/class.yith-wcwl-shortcode.php:386
688
- #: includes/class.yith-wcwl-ui.php:164
689
  msgid "Share on:"
690
  msgstr "Поширити в:"
691
 
692
- #: includes/class.yith-wcwl-ui.php:118 includes/class.yith-wcwl-ui.php:200
 
693
  msgid "Select options"
694
  msgstr ""
695
 
696
- #: includes/class.yith-wcwl-ui.php:168 templates/share.php:20
697
  msgid "Facebook"
698
  msgstr ""
699
 
700
- #: includes/class.yith-wcwl-ui.php:171 templates/share.php:26
701
  msgid "Twitter"
702
  msgstr ""
703
 
704
- #: includes/class.yith-wcwl-ui.php:180
705
  msgid "email"
706
  msgstr ""
707
 
708
- #: includes/class.yith-wcwl.php:201
709
  #, fuzzy
710
  msgid "An error occurred while adding products to the wishlist."
711
  msgstr "Немає доданих продуктів до вибраного"
712
 
713
- #: includes/class.yith-wcwl.php:293
714
  #, fuzzy
715
  msgid "An error occurred while adding products to wishlist."
716
  msgstr "Немає доданих продуктів до вибраного"
717
 
718
- #: includes/class.yith-wcwl.php:310
719
  msgid "The \"Remove\" option now does not require any parameter"
720
  msgstr ""
721
 
722
- #: includes/class.yith-wcwl.php:359
723
  #, fuzzy
724
  msgid "An error occurred while removing products from the wishlist"
725
  msgstr "Немає доданих продуктів до вибраного"
726
 
727
- #: includes/class.yith-wcwl.php:809
728
  msgid "You need to log in before creating a new wishlist"
729
  msgstr ""
730
 
731
- #: includes/class.yith-wcwl.php:1610
732
  msgid "Product successfully removed."
733
  msgstr ""
734
 
735
- #: includes/class.yith-wcwl.php:1614
736
  msgid "Error. Unable to remove the product from the wishlist."
737
  msgstr ""
738
 
739
- #: includes/class.yith-wcwl.php:1618 templates/wishlist-view.php:242
740
  msgid "No products were added to the wishlist"
741
  msgstr "Немає доданих продуктів до вибраного"
742
 
743
- #: includes/class.yith-wcwl.php:1660
744
  msgid "An error as occurred."
745
  msgstr ""
746
 
747
- #: init.php:130
748
  msgid "is enabled but not effective. It requires WooCommerce in order to work."
749
  msgstr ""
750
 
751
- #: init.php:140
752
  msgid "You can't activate the free version of"
753
  msgstr ""
754
 
755
- #: init.php:140
756
  msgid "while you are using the premium one."
757
  msgstr ""
758
 
759
- #: templates/admin/wishlist-panel-premium.php:185
760
- #: templates/admin/wishlist-panel-premium.php:383
 
761
  msgid ""
762
  "Upgrade to the %1$spremium version%2$s%3$sof %1$sYITH WooCommerce Wishlist"
763
  "%2$s to benefit from all features!"
764
  msgstr ""
765
 
766
- #: templates/admin/wishlist-panel-premium.php:187
767
- #: templates/admin/wishlist-panel-premium.php:385
 
768
  msgid "%1$sUPGRADE%2$s%3$s to the premium version%2$s"
769
  msgstr ""
770
 
771
- #: templates/admin/wishlist-panel-premium.php:193
772
  msgid "Premium Features"
773
  msgstr ""
774
 
775
- #: templates/admin/wishlist-panel-premium.php:196
776
- #: templates/admin/wishlist-panel-premium.php:201
777
  msgid "Multiple Wishlist"
778
  msgstr ""
779
 
780
- #: templates/admin/wishlist-panel-premium.php:203
 
781
  msgid ""
782
  "%1$sDoes it ever happened to you to have too many wishes for a single wish "
783
  "list?%2$s%3$s The possibility to manage one's wishes is a fundamental "
@@ -788,38 +799,43 @@ msgid ""
788
  "manage and share their own wish lists."
789
  msgstr ""
790
 
791
- #: templates/admin/wishlist-panel-premium.php:212
792
- #: templates/admin/wishlist-panel-premium.php:222
793
  msgid "Wishlist Private"
794
  msgstr ""
795
 
796
- #: templates/admin/wishlist-panel-premium.php:214
 
797
  msgid ""
798
  "By enabling the option wishlist, users will also have the possibility to "
799
  "%1$smanage the visibility%2$s of their wish lists according to one of the "
800
  "following options:"
801
  msgstr ""
802
 
803
- #: templates/admin/wishlist-panel-premium.php:216
 
804
  msgid "%1$spublic:%2$s all users can look for your wish list and see it;"
805
  msgstr ""
806
 
807
- #: templates/admin/wishlist-panel-premium.php:217
 
808
  msgid ""
809
  "%1$sshared:%2$s only users possessing a direct link to the wish list page "
810
  "can display it;"
811
  msgstr ""
812
 
813
- #: templates/admin/wishlist-panel-premium.php:218
 
814
  msgid "%1$sprivate:%2$s only the wish list creator can see it."
815
  msgstr ""
816
 
817
- #: templates/admin/wishlist-panel-premium.php:229
818
- #: templates/admin/wishlist-panel-premium.php:234
819
  msgid "Estimate Cost"
820
  msgstr ""
821
 
822
- #: templates/admin/wishlist-panel-premium.php:236
 
823
  msgid ""
824
  "%1$sDo you want to add the possibility to ask for estimates of costs into "
825
  "your catalogue?%3$s Do you want to manage customised packets for faithful "
@@ -831,12 +847,13 @@ msgid ""
831
  "address that you have previously set."
832
  msgstr ""
833
 
834
- #: templates/admin/wishlist-panel-premium.php:245
835
- #: templates/admin/wishlist-panel-premium.php:250
836
  msgid "Admin Panel"
837
  msgstr ""
838
 
839
- #: templates/admin/wishlist-panel-premium.php:247
 
840
  msgid ""
841
  "Thanks to the useful Admin panel, accessible directly among the WooCommerce "
842
  "submenu pages, you will have total control on users' wishlists. In addition "
@@ -846,12 +863,13 @@ msgid ""
846
  "in customers' wish lists."
847
  msgstr ""
848
 
849
- #: templates/admin/wishlist-panel-premium.php:257
850
- #: templates/admin/wishlist-panel-premium.php:262
851
  msgid "Search Wishlists"
852
  msgstr ""
853
 
854
- #: templates/admin/wishlist-panel-premium.php:264
 
855
  msgid ""
856
  "How many times have you been looking for the perfect gift for a important "
857
  "event but you had no idea of what to buy? %1$s'Search wishlists'%2$s allows "
@@ -860,11 +878,12 @@ msgid ""
860
  "your products and even encourage users to purchase."
861
  msgstr ""
862
 
863
- #: templates/admin/wishlist-panel-premium.php:273
864
  msgid "'ADD TO CART' CHECKBOX"
865
  msgstr ""
866
 
867
- #: templates/admin/wishlist-panel-premium.php:275
 
868
  msgid ""
869
  "Your shop offers always a wide selection of products and wishlists of your "
870
  "users get more and more crowded everyday. Give them the possibility to "
@@ -872,19 +891,20 @@ msgid ""
872
  "just with one click."
873
  msgstr ""
874
 
875
- #: templates/admin/wishlist-panel-premium.php:278
876
  msgid "'ADD TO CART'"
877
  msgstr ""
878
 
879
- #: templates/admin/wishlist-panel-premium.php:285
880
  msgid "DISABLE WISHLIST"
881
  msgstr ""
882
 
883
- #: templates/admin/wishlist-panel-premium.php:290
884
  msgid "DISABLE WISHLIST FOR UNLOGGED USERS"
885
  msgstr ""
886
 
887
- #: templates/admin/wishlist-panel-premium.php:292
 
888
  msgid ""
889
  "Favour users that have registered to your shop and disable plugin "
890
  "functionalities for all users that have not. By disabling this option, each "
@@ -892,27 +912,29 @@ msgid ""
892
  "%2$s to \"My Account\" page and a message will invite them to log in."
893
  msgstr ""
894
 
895
- #: templates/admin/wishlist-panel-premium.php:301
896
  msgid "MESSAGE TO UNLOGGED USERS"
897
  msgstr ""
898
 
899
- #: templates/admin/wishlist-panel-premium.php:303
 
900
  msgid ""
901
  "Invite users that are visiting your shop to login if they want to fully "
902
  "benefit from Wishlist functionalities. Show a %1$scustomised message%2$s and "
903
  "redirect them to \"My Account\" page for registration."
904
  msgstr ""
905
 
906
- #: templates/admin/wishlist-panel-premium.php:306
907
  msgid "UNLOGGED USERS"
908
  msgstr ""
909
 
910
- #: templates/admin/wishlist-panel-premium.php:313
911
- #: templates/admin/wishlist-panel-premium.php:318
912
  msgid "POPULAR TABLE"
913
  msgstr ""
914
 
915
- #: templates/admin/wishlist-panel-premium.php:320
 
916
  msgid ""
917
  "Some products draw customer's attention more than others and they do not "
918
  "hesitate to add products to their wishlist. Table %1$s'Popular'%2$s allows "
@@ -920,27 +942,29 @@ msgid ""
920
  "their wishlists."
921
  msgstr ""
922
 
923
- #: templates/admin/wishlist-panel-premium.php:329
924
  msgid "FUNCTIONALITIES IN ONE CLICK"
925
  msgstr ""
926
 
927
- #: templates/admin/wishlist-panel-premium.php:331
 
928
  msgid ""
929
  "Users have the possibility to search for a wishlist, create a new one or "
930
  "display those already created. Add these %1$sfunctionalities%2$s through the "
931
  "dedicated widgets or show them immediately after \"Wishlist\" table."
932
  msgstr ""
933
 
934
- #: templates/admin/wishlist-panel-premium.php:334
935
  msgid "FUNCTIONALITIES"
936
  msgstr ""
937
 
938
- #: templates/admin/wishlist-panel-premium.php:341
939
- #: templates/admin/wishlist-panel-premium.php:346
940
  msgid "PROMOTIONAL EMAIL"
941
  msgstr ""
942
 
943
- #: templates/admin/wishlist-panel-premium.php:348
 
944
  msgid ""
945
  "If you want to give the right input to your users to persuade them to "
946
  "%1$spurchase the products%2$s they have in their wishlists, you need to use "
@@ -949,11 +973,12 @@ msgid ""
949
  "will know you are offering a unique offer!"
950
  msgstr ""
951
 
952
- #: templates/admin/wishlist-panel-premium.php:357
953
  msgid "FROM A WISHLIST TO ANOTHER"
954
  msgstr ""
955
 
956
- #: templates/admin/wishlist-panel-premium.php:359
 
957
  msgid ""
958
  "Who said that a product has to remain forever in the same wishlist? With the "
959
  "option %1$s\"Show \"Move to another wishlist\" dropdown menu\"%2$s, with "
@@ -961,126 +986,103 @@ msgid ""
961
  "another one, managing as they want their lists."
962
  msgstr ""
963
 
964
- #: templates/admin/wishlist-panel-premium.php:362
965
  msgid "FROM A WISHLIST"
966
  msgstr ""
967
 
968
- #: templates/admin/wishlist-panel-premium.php:369
969
  msgid "DATE"
970
  msgstr ""
971
 
972
- #: templates/admin/wishlist-panel-premium.php:374
973
  msgid "DATE OF ADDITION TO A WISHLIST"
974
  msgstr ""
975
 
976
- #: templates/admin/wishlist-panel-premium.php:376
 
977
  msgid ""
978
  "Activating the %1$s\"Show date of addition\"%2$s option, users can see the "
979
  "date in which they have added a particular product to their list: a new way "
980
  "to keep you users informed about their operations."
981
  msgstr ""
982
 
983
- #: templates/share.php:32
984
  msgid "Pinterest"
985
  msgstr ""
986
 
987
- #: templates/share.php:38
988
  msgid "Google+"
989
  msgstr ""
990
 
991
- #: templates/share.php:44
992
  msgid "Email"
993
  msgstr ""
994
 
995
- #: templates/wishlist-view.php:32
996
  msgid "Edit title"
997
  msgstr ""
998
 
999
- #: templates/wishlist-view.php:41
1000
  msgid "Save"
1001
  msgstr ""
1002
 
1003
- #: templates/wishlist-view.php:45
1004
  msgid "Cancel"
1005
  msgstr ""
1006
 
1007
- #: templates/wishlist-view.php:82
1008
  msgid "Product Name"
1009
  msgstr "Назва продукту"
1010
 
1011
- #: templates/wishlist-view.php:89
1012
  msgid "Unit Price"
1013
  msgstr "Ціна"
1014
 
1015
- #: templates/wishlist-view.php:102
1016
  msgid "Stock Status"
1017
  msgstr "Наявність на складі"
1018
 
1019
- #: templates/wishlist-view.php:152 templates/wishlist-view.php:232
1020
  msgid "Remove this product"
1021
  msgstr ""
1022
 
1023
- #: templates/wishlist-view.php:172
1024
  msgid "Free!"
1025
  msgstr ""
1026
 
1027
- #: templates/wishlist-view.php:179
1028
  msgid "Out of Stock"
1029
  msgstr ""
1030
 
1031
- #: templates/wishlist-view.php:179
1032
  msgid "In Stock"
1033
  msgstr "в наявності"
1034
 
1035
- #: templates/wishlist-view.php:188
 
1036
  msgid "Added on : %s"
1037
  msgstr ""
1038
 
1039
- #: templates/wishlist-view.php:200
1040
  msgid "Move"
1041
  msgstr ""
1042
 
1043
- #: templates/wishlist-view.php:232
1044
  msgid "Remove"
1045
  msgstr ""
1046
 
1047
- #: templates/wishlist-view.php:259
1048
  msgid "Add the selected products to the cart"
1049
  msgstr ""
1050
 
1051
- #: templates/wishlist-view.php:267 templates/wishlist-view.php:313
1052
  msgid "Ask for an estimate"
1053
  msgstr ""
1054
 
1055
- #: templates/wishlist-view.php:303
1056
  msgid "Your email"
1057
  msgstr ""
1058
 
1059
- #. Plugin Name of the plugin/theme
1060
- msgid "YITH WooCommerce Wishlist"
1061
- msgstr ""
1062
-
1063
- #. Plugin URI of the plugin/theme
1064
- msgid "https://yithemes.com/themes/plugins/yith-woocommerce-wishlist/"
1065
- msgstr ""
1066
-
1067
- #. Description of the plugin/theme
1068
- msgid ""
1069
- "<code><strong>YITH WooCommerce Wishlist</strong></code> gives your users the "
1070
- "possibility to create, fill, manage and share their wishlists allowing you "
1071
- "to analyze their interests and needs to improve your marketing strategies. "
1072
- "<a href=\"https://yithemes.com/\" target=\"_blank\">Get more plugins for "
1073
- "your e-commerce on <strong>YITH</strong></a>"
1074
- msgstr ""
1075
-
1076
- #. Author of the plugin/theme
1077
- msgid "YITH"
1078
- msgstr ""
1079
-
1080
- #. Author URI of the plugin/theme
1081
- msgid "https://yithemes.com/"
1082
- msgstr ""
1083
-
1084
  #, fuzzy
1085
  #~ msgid "Add options "
1086
  #~ msgstr "Додати в кошик"
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
+ "POT-Creation-Date: 2019-02-12 14:39+0100\n"
6
+ "PO-Revision-Date: 2019-02-12 14:39+0100\n"
7
  "Last-Translator: Valentyn Zubenko <valentyn.zubenko@gmail.com>\n"
8
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
9
  "Language: uk_UA\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 2.2\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"
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:1484
25
+ #: ../includes/class.yith-wcwl-admin-init.php:1485
26
+ #: ../includes/class.yith-wcwl-install.php:245
27
  msgid "Wishlist"
28
  msgstr ""
29
 
30
+ #: ../includes/class.yith-wcwl-admin-init.php:161
31
  msgid "Settings"
32
  msgstr ""
33
 
34
+ #: ../includes/class.yith-wcwl-admin-init.php:162
35
+ #: ../includes/class.yith-wcwl-admin-init.php:243
36
  msgid "Colors"
37
  msgstr ""
38
 
39
+ #: ../includes/class.yith-wcwl-admin-init.php:163
40
  msgid "Premium Version"
41
  msgstr ""
42
 
43
+ #: ../includes/class.yith-wcwl-admin-init.php:1015
44
  msgid "Enable all plugin features"
45
  msgstr ""
46
 
47
+ #: ../includes/class.yith-wcwl-admin-init.php:1016
48
  msgid ""
49
  "Be sure to select at least one option in the Wishlist page menu in this "
50
  "settings page"
51
  msgstr ""
52
 
53
+ #: ../includes/class.yith-wcwl-admin-init.php:1017
54
  msgctxt "[Part of]: Also, please read the plugin documentation"
55
  msgid "Also, please read the plugin"
56
  msgstr ""
57
 
58
+ #: ../includes/class.yith-wcwl-admin-init.php:1018
59
  msgctxt "[Part Of]: Also, please read the plugin documentation"
60
  msgid "documentation"
61
  msgstr ""
62
 
63
+ #: ../includes/class.yith-wcwl-admin-init.php:1024
64
  msgid "Upgrade to the PREMIUM VERSION"
65
  msgstr ""
66
 
67
+ #: ../includes/class.yith-wcwl-admin-init.php:1028
68
  msgid "Discover the Advanced Features"
69
  msgstr ""
70
 
71
+ #: ../includes/class.yith-wcwl-admin-init.php:1029
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:1035
78
  msgid "Get Support and Pro Features"
79
  msgstr ""
80
 
81
+ #: ../includes/class.yith-wcwl-admin-init.php:1036
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:1046
89
  msgid "General Settings"
90
  msgstr ""
91
 
92
+ #: ../includes/class.yith-wcwl-admin-init.php:1053
93
  msgid "Enable YITH Wishlist"
94
  msgstr ""
95
 
96
+ #: ../includes/class.yith-wcwl-admin-init.php:1060
97
  msgid "Default wishlist title"
98
  msgstr ""
99
 
100
+ #: ../includes/class.yith-wcwl-admin-init.php:1062
101
+ #: ../includes/class.yith-wcwl-admin-init.php:1063
102
+ #: ../includes/class.yith-wcwl-admin-init.php:1299
103
+ #, php-format
104
  msgid "My wishlist on %s"
105
  msgstr "Мій обраний список в %s"
106
 
107
+ #: ../includes/class.yith-wcwl-admin-init.php:1068
108
  msgid "Wishlist Page"
109
  msgstr ""
110
 
111
+ #: ../includes/class.yith-wcwl-admin-init.php:1069
112
  msgid "Page contents: [yith_wcwl_wishlist]"
113
  msgstr ""
114
 
115
+ #: ../includes/class.yith-wcwl-admin-init.php:1078
116
  msgid "Position"
117
  msgstr ""
118
 
119
+ #: ../includes/class.yith-wcwl-admin-init.php:1079
120
  msgid ""
121
  "You can add the button in variable products only after the \"Add to Cart\" "
122
  "button or using the shortcode [yith_wcwl_add_to_wishlist]."
123
  msgstr ""
124
 
125
+ #: ../includes/class.yith-wcwl-admin-init.php:1085
126
  msgid "After \"Add to cart\""
127
  msgstr "After \"Додати в кошик\""
128
 
129
+ #: ../includes/class.yith-wcwl-admin-init.php:1086
130
  msgid "After thumbnails"
131
  msgstr ""
132
 
133
+ #: ../includes/class.yith-wcwl-admin-init.php:1087
134
  msgid "After summary"
135
  msgstr ""
136
 
137
+ #: ../includes/class.yith-wcwl-admin-init.php:1088
138
  msgid "Use shortcode"
139
  msgstr ""
140
 
141
+ #: ../includes/class.yith-wcwl-admin-init.php:1093
142
  msgid "Redirect to cart"
143
  msgstr ""
144
 
145
+ #: ../includes/class.yith-wcwl-admin-init.php:1094
146
  msgid ""
147
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
148
  "page."
149
  msgstr ""
150
 
151
+ #: ../includes/class.yith-wcwl-admin-init.php:1100
152
  msgid "Remove if added to the cart"
153
  msgstr ""
154
 
155
+ #: ../includes/class.yith-wcwl-admin-init.php:1101
156
  msgid "Remove the product from the wishlist if it has been added to the cart."
157
  msgstr ""
158
 
159
+ #: ../includes/class.yith-wcwl-admin-init.php:1107
160
  msgid "\"Add to Wishlist\" text"
161
  msgstr ""
162
 
163
+ #: ../includes/class.yith-wcwl-admin-init.php:1109
164
  msgid "Add to Wishlist"
165
  msgstr ""
166
 
167
+ #: ../includes/class.yith-wcwl-admin-init.php:1114
168
  #, fuzzy
169
  msgid "\"Browse wishlist\" text"
170
  msgstr "\"Додати в кошик\" button text"
171
 
172
+ #: ../includes/class.yith-wcwl-admin-init.php:1116
173
+ #: ../includes/class.yith-wcwl-ui.php:82 ../includes/class.yith-wcwl-ui.php:83
174
  msgid "Browse Wishlist"
175
  msgstr ""
176
 
177
+ #: ../includes/class.yith-wcwl-admin-init.php:1121
178
  msgid "\"Product already in wishlist\" text"
179
  msgstr ""
180
 
181
+ #: ../includes/class.yith-wcwl-admin-init.php:1123
182
+ #: ../includes/class.yith-wcwl-ui.php:83
183
  msgid "The product is already in the wishlist!"
184
  msgstr ""
185
 
186
+ #: ../includes/class.yith-wcwl-admin-init.php:1128
187
  #, fuzzy
188
  msgid "\"Product added\" text"
189
  msgstr "Назва продукту"
190
 
191
+ #: ../includes/class.yith-wcwl-admin-init.php:1130
192
+ #: ../includes/class.yith-wcwl-ui.php:82
193
  msgid "Product added!"
194
  msgstr ""
195
 
196
+ #: ../includes/class.yith-wcwl-admin-init.php:1135
197
  msgid "\"Add to Cart\" text"
198
  msgstr "\"Додати в кошик\" text"
199
 
200
+ #: ../includes/class.yith-wcwl-admin-init.php:1137
201
  msgid "Add to Cart"
202
  msgstr "Додати в кошик"
203
 
204
+ #: ../includes/class.yith-wcwl-admin-init.php:1142
205
  #, fuzzy
206
  msgid "Show Unit price"
207
  msgstr "Ціна"
208
 
209
+ #: ../includes/class.yith-wcwl-admin-init.php:1143
210
  msgid "Show unit price for each product in wishlist"
211
  msgstr ""
212
 
213
+ #: ../includes/class.yith-wcwl-admin-init.php:1150
214
  #, fuzzy
215
  msgid "Show \"Add to Cart\" button"
216
  msgstr "\"Додати в кошик\" button text"
217
 
218
+ #: ../includes/class.yith-wcwl-admin-init.php:1151
219
  #, fuzzy
220
  msgid "Show \"Add to Cart\" button for each product in wishlist"
221
  msgstr "\"Додати в кошик\" button background"
222
 
223
+ #: ../includes/class.yith-wcwl-admin-init.php:1158
224
  #, fuzzy
225
  msgid "Show Stock status"
226
  msgstr "Наявність на складі"
227
 
228
+ #: ../includes/class.yith-wcwl-admin-init.php:1159
229
  msgid ""
230
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
231
  msgstr ""
232
 
233
+ #: ../includes/class.yith-wcwl-admin-init.php:1166
234
  msgid "Show Date of addition"
235
  msgstr ""
236
 
237
+ #: ../includes/class.yith-wcwl-admin-init.php:1167
238
  #, fuzzy
239
  msgid "Show the date when users have added a product to the wishlist"
240
  msgstr "Немає доданих продуктів до вибраного"
241
 
242
+ #: ../includes/class.yith-wcwl-admin-init.php:1174
243
  #, fuzzy
244
  msgid "Add second remove button"
245
  msgstr "\"Додати в кошик\" button text"
246
 
247
+ #: ../includes/class.yith-wcwl-admin-init.php:1175
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:1190
252
  msgid "Styles"
253
  msgstr ""
254
 
255
+ #: ../includes/class.yith-wcwl-admin-init.php:1197
256
  msgid "Use buttons"
257
  msgstr ""
258
 
259
+ #: ../includes/class.yith-wcwl-admin-init.php:1198
260
  msgid "Use buttons instead of simple anchors."
261
  msgstr ""
262
 
263
+ #: ../includes/class.yith-wcwl-admin-init.php:1204
264
  msgid "Custom CSS"
265
  msgstr ""
266
 
267
+ #: ../includes/class.yith-wcwl-admin-init.php:1211
268
  msgid "Use theme style"
269
  msgstr ""
270
 
271
+ #: ../includes/class.yith-wcwl-admin-init.php:1212
272
  msgid "Use the theme style."
273
  msgstr ""
274
 
275
+ #: ../includes/class.yith-wcwl-admin-init.php:1218
276
  msgid "Rounded buttons"
277
  msgstr ""
278
 
279
+ #: ../includes/class.yith-wcwl-admin-init.php:1219
280
  msgid "Make button corners rounded"
281
  msgstr ""
282
 
283
+ #: ../includes/class.yith-wcwl-admin-init.php:1225
284
  msgid "\"Add to Wishlist\" icon"
285
  msgstr ""
286
 
287
+ #: ../includes/class.yith-wcwl-admin-init.php:1226
288
  msgid "Add an icon to the \"Add to Wishlist\" button"
289
  msgstr ""
290
 
291
+ #: ../includes/class.yith-wcwl-admin-init.php:1236
292
  msgid "\"Add to Cart\" icon"
293
  msgstr "\"Додати в кошик\" icon"
294
 
295
+ #: ../includes/class.yith-wcwl-admin-init.php:1237
296
  msgid "Add an icon to the \"Add to Cart\" button"
297
  msgstr "Add an icon to the \"Додати в кошик\" button"
298
 
299
+ #: ../includes/class.yith-wcwl-admin-init.php:1255
300
  msgid "Social Networks & Share"
301
  msgstr ""
302
 
303
+ #: ../includes/class.yith-wcwl-admin-init.php:1262
304
  msgid "Share on Facebook"
305
  msgstr ""
306
 
307
+ #: ../includes/class.yith-wcwl-admin-init.php:1263
308
  #, fuzzy
309
  msgid "Show \"Share on Facebook\" button"
310
  msgstr "\"Додати в кошик\" button text"
311
 
312
+ #: ../includes/class.yith-wcwl-admin-init.php:1269
313
  msgid "Tweet on Twitter"
314
  msgstr ""
315
 
316
+ #: ../includes/class.yith-wcwl-admin-init.php:1270
317
  #, fuzzy
318
  msgid "Show \"Tweet on Twitter\" button"
319
  msgstr "\"Додати в кошик\" button text"
320
 
321
+ #: ../includes/class.yith-wcwl-admin-init.php:1276
322
  msgid "Pin on Pinterest"
323
  msgstr ""
324
 
325
+ #: ../includes/class.yith-wcwl-admin-init.php:1277
326
  #, fuzzy
327
  msgid "Show \"Pin on Pinterest\" button"
328
  msgstr "\"Додати в кошик\" button text"
329
 
330
+ #: ../includes/class.yith-wcwl-admin-init.php:1283
331
  msgid "Share on Google+"
332
  msgstr ""
333
 
334
+ #: ../includes/class.yith-wcwl-admin-init.php:1284
335
  #, fuzzy
336
  msgid "Show \"Share on Google+\" button"
337
  msgstr "\"Додати в кошик\" button text"
338
 
339
+ #: ../includes/class.yith-wcwl-admin-init.php:1290
340
  msgid "Share by Email"
341
  msgstr ""
342
 
343
+ #: ../includes/class.yith-wcwl-admin-init.php:1291
344
  #, fuzzy
345
  msgid "Show \"Share by Email\" button"
346
  msgstr "\"Додати в кошик\" button text"
347
 
348
+ #: ../includes/class.yith-wcwl-admin-init.php:1297
349
  msgid "Social title"
350
  msgstr ""
351
 
352
+ #: ../includes/class.yith-wcwl-admin-init.php:1304
353
  msgid "Social text"
354
  msgstr ""
355
 
356
+ #: ../includes/class.yith-wcwl-admin-init.php:1305
357
  msgid ""
358
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
359
  "strong> where you want to show the URL of your wishlist."
360
  msgstr ""
361
 
362
+ #: ../includes/class.yith-wcwl-admin-init.php:1312
363
  msgid "Social image URL"
364
  msgstr ""
365
 
366
+ #: ../includes/class.yith-wcwl-admin-init.php:1313
367
  msgid "It will be used by Pinterest."
368
  msgstr ""
369
 
370
+ #: ../includes/class.yith-wcwl-admin-init.php:1327
371
+ #, php-format
372
  msgid ""
373
  "If you want to take advantage of this feature, you could consider to "
374
  "purchase the %s."
375
  msgstr ""
376
 
377
+ #: ../includes/class.yith-wcwl-admin-init.php:1332
378
  msgid "YITH WooCommerce Frequently Bought Together Integration"
379
  msgstr ""
380
 
381
+ #: ../includes/class.yith-wcwl-admin-init.php:1339
382
  msgid "Enable slider in wishlist"
383
  msgstr ""
384
 
385
+ #: ../includes/class.yith-wcwl-admin-init.php:1340
386
+ #, php-format
387
  msgid ""
388
  "Choose to enable product slider in wishlist page with linked products (<a "
389
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
390
  msgstr ""
391
 
392
+ #: ../includes/class.yith-wcwl-admin-init.php:1376
393
  #, fuzzy
394
  msgid "\"Add to wishlist\" button"
395
  msgstr "\"Додати в кошик\" button text"
396
 
397
+ #: ../includes/class.yith-wcwl-admin-init.php:1379
398
+ #: ../includes/class.yith-wcwl-admin-init.php:1397
399
+ #: ../includes/class.yith-wcwl-admin-init.php:1415
400
+ #: ../includes/class.yith-wcwl-admin-init.php:1433
401
+ #: ../includes/class.yith-wcwl-admin-init.php:1451
402
  msgid "Background"
403
  msgstr ""
404
 
405
+ #: ../includes/class.yith-wcwl-admin-init.php:1380
406
+ #: ../includes/class.yith-wcwl-admin-init.php:1398
407
+ #: ../includes/class.yith-wcwl-admin-init.php:1416
408
+ #: ../includes/class.yith-wcwl-admin-init.php:1434
409
+ #: ../includes/class.yith-wcwl-admin-init.php:1452
410
  msgid "Text"
411
  msgstr ""
412
 
413
+ #: ../includes/class.yith-wcwl-admin-init.php:1381
414
+ #: ../includes/class.yith-wcwl-admin-init.php:1399
415
+ #: ../includes/class.yith-wcwl-admin-init.php:1417
416
+ #: ../includes/class.yith-wcwl-admin-init.php:1435
417
+ #: ../includes/class.yith-wcwl-admin-init.php:1453
418
  msgid "Border"
419
  msgstr ""
420
 
421
+ #: ../includes/class.yith-wcwl-admin-init.php:1388
422
+ #: ../includes/class.yith-wcwl-admin-init.php:1406
423
+ #: ../includes/class.yith-wcwl-admin-init.php:1424
424
+ #: ../includes/class.yith-wcwl-admin-init.php:1442
425
  msgid "Background (hover)"
426
  msgstr ""
427
 
428
+ #: ../includes/class.yith-wcwl-admin-init.php:1389
429
+ #: ../includes/class.yith-wcwl-admin-init.php:1407
430
+ #: ../includes/class.yith-wcwl-admin-init.php:1425
431
+ #: ../includes/class.yith-wcwl-admin-init.php:1443
432
  msgid "Text (hover)"
433
  msgstr ""
434
 
435
+ #: ../includes/class.yith-wcwl-admin-init.php:1390
436
+ #: ../includes/class.yith-wcwl-admin-init.php:1408
437
+ #: ../includes/class.yith-wcwl-admin-init.php:1426
438
+ #: ../includes/class.yith-wcwl-admin-init.php:1444
439
  msgid "Border (hover)"
440
  msgstr ""
441
 
442
+ #: ../includes/class.yith-wcwl-admin-init.php:1394
443
  #, fuzzy
444
  msgid "\"Add to Cart\" button"
445
  msgstr "\"Додати в кошик\" button text"
446
 
447
+ #: ../includes/class.yith-wcwl-admin-init.php:1412
448
  msgid "\"Style 1\" button"
449
  msgstr ""
450
 
451
+ #: ../includes/class.yith-wcwl-admin-init.php:1430
452
  msgid "\"Style 2\" button"
453
  msgstr ""
454
 
455
+ #: ../includes/class.yith-wcwl-admin-init.php:1448
456
  msgid "Wishlist table"
457
  msgstr ""
458
 
459
+ #: ../includes/class.yith-wcwl-admin-init.php:1457
460
  msgid "Headers"
461
  msgstr ""
462
 
463
+ #: ../includes/class.yith-wcwl-admin-init.php:1460
464
  msgid "Background color"
465
  msgstr ""
466
 
467
+ #: ../includes/class.yith-wcwl-admin-init.php:1550
468
  msgid "Wishlist Activated"
469
  msgstr ""
470
 
471
+ #: ../includes/class.yith-wcwl-admin-init.php:1551
472
+ #, php-format
473
  msgid ""
474
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
475
  "can access to all the settings of our plugins that you have activated. "
477
  "options, <a href=\"%s\">discover it now</a>."
478
  msgstr ""
479
 
480
+ #: ../includes/class.yith-wcwl-admin-init.php:1562
481
  msgid "Wishlist Updated"
482
  msgstr ""
483
 
484
+ #: ../includes/class.yith-wcwl-admin-init.php:1563
485
+ #, php-format
486
  msgid ""
487
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
488
  "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
491
  "\">discover the PREMIUM version.</a>"
492
  msgstr ""
493
 
494
+ #: ../includes/class.yith-wcwl-init.php:437
495
  msgid ""
496
  "We are sorry, but this feature is available only if cookies are enabled on "
497
  "your browser."
498
  msgstr ""
499
 
500
+ #: ../includes/class.yith-wcwl-init.php:438
501
  #, fuzzy
502
  msgid "Product correctly added to cart"
503
  msgstr "Назва продукту"
504
 
505
+ #: ../includes/class.yith-wcwl-install.php:244
506
  msgctxt "page_slug"
507
  msgid "wishlist"
508
  msgstr ""
509
 
510
+ #: ../includes/class.yith-wcwl-privacy.php:50
511
  msgid "While you visit our site, we’ll track:"
512
  msgstr ""
513
 
514
+ #: ../includes/class.yith-wcwl-privacy.php:52
515
  msgid ""
516
  "Products you’ve added to the wishlist: we’ll use this to show you and other "
517
  "users your favourite products, and to create targeted email campaigns."
518
  msgstr ""
519
 
520
+ #: ../includes/class.yith-wcwl-privacy.php:53
521
  msgid ""
522
  "Wishlists you’ve created: we’ll keep track of the wishlists you create, and "
523
  "make them visible to the store’s staff"
524
  msgstr ""
525
 
526
+ #: ../includes/class.yith-wcwl-privacy.php:55
527
  msgid ""
528
  "We’ll also use cookies to keep track of wishlist contents while you’re "
529
  "browsing our site."
530
  msgstr ""
531
 
532
+ #: ../includes/class.yith-wcwl-privacy.php:58
533
  msgid ""
534
  "Members of our team have access to the information you provide us. For "
535
  "example, both Administrators and Shop Managers can access:"
536
  msgstr ""
537
 
538
+ #: ../includes/class.yith-wcwl-privacy.php:60
539
  msgid ""
540
  "Wishlist details, such as products added, date of addition, name and privacy "
541
  "settings of your wishlists"
542
  msgstr ""
543
 
544
+ #: ../includes/class.yith-wcwl-privacy.php:62
545
  msgid ""
546
  "Our team members have access to this information to offer you better deals "
547
  "for the products you love."
548
  msgstr ""
549
 
550
+ #: ../includes/class.yith-wcwl-privacy.php:82
551
+ #: ../includes/class.yith-wcwl-privacy.php:98
552
  msgid "Customer Wishlists"
553
  msgstr ""
554
 
555
+ #: ../includes/class.yith-wcwl-privacy.php:133
556
  #, fuzzy
557
  msgid "Wishlists"
558
  msgstr "Мій обраний список в %s"
559
 
560
+ #: ../includes/class.yith-wcwl-privacy.php:195
561
+ #, fuzzy, php-format
 
562
  msgid "Removed wishlist %s."
563
  msgstr "Мій обраний список в %s"
564
 
565
+ #: ../includes/class.yith-wcwl-privacy.php:199
566
+ #, php-format
567
  msgid "Wishlist %s has been retained."
568
  msgstr ""
569
 
570
+ #: ../includes/class.yith-wcwl-privacy.php:210
571
  msgid "Removed default user's wishlist"
572
  msgstr ""
573
 
574
+ #: ../includes/class.yith-wcwl-privacy.php:228
575
  msgid "Token"
576
  msgstr ""
577
 
578
+ #: ../includes/class.yith-wcwl-privacy.php:229
579
  msgid "Wishlist url"
580
  msgstr ""
581
 
582
+ #: ../includes/class.yith-wcwl-privacy.php:230
583
  msgid "Title"
584
  msgstr ""
585
 
586
+ #: ../includes/class.yith-wcwl-privacy.php:231
587
  msgctxt "date wishlist was created"
588
  msgid "Created on"
589
  msgstr ""
590
 
591
+ #: ../includes/class.yith-wcwl-privacy.php:232
592
  msgid "Visibility"
593
  msgstr ""
594
 
595
+ #: ../includes/class.yith-wcwl-privacy.php:233
596
  msgid "Items Added"
597
  msgstr ""
598
 
599
+ #: ../includes/class.yith-wcwl-privacy.php:283
600
+ #: ../templates/wishlist-view.php:212
601
  #, fuzzy
602
  msgid "Shared"
603
  msgstr "Поширити в:"
604
 
605
+ #: ../includes/class.yith-wcwl-privacy.php:286
606
+ #: ../templates/wishlist-view.php:215
607
  msgid "Private"
608
  msgstr ""
609
 
610
+ #: ../includes/class.yith-wcwl-privacy.php:289
611
+ #: ../templates/wishlist-view.php:218
612
  msgid "Public"
613
  msgstr ""
614
 
615
+ #: ../includes/class.yith-wcwl-shortcode.php:45
616
  #, fuzzy
617
  msgctxt "[gutenberg]: block name"
618
  msgid "YITH Add to Wishlist"
619
  msgstr "\"Додати в кошик\" button text"
620
 
621
+ #: ../includes/class.yith-wcwl-shortcode.php:46
622
  #, fuzzy
623
  msgctxt "[gutenberg]: block description"
624
  msgid "Shows Add to Wishlist button"
625
  msgstr "\"Додати в кошик\" button text"
626
 
627
+ #: ../includes/class.yith-wcwl-shortcode.php:51
628
  msgid ""
629
  "ID of the product to add to wishlist (leave empty to use global product)"
630
  msgstr ""
631
 
632
+ #: ../includes/class.yith-wcwl-shortcode.php:56
633
  msgid "Url of wishlist page (leave empty to use default)"
634
  msgstr ""
635
 
636
+ #: ../includes/class.yith-wcwl-shortcode.php:61
637
  msgid "Button label (leave empty to use default)"
638
  msgstr ""
639
 
640
+ #: ../includes/class.yith-wcwl-shortcode.php:66
641
  msgid "\"Browse wishlist\" label (leave empty to use default)"
642
  msgstr ""
643
 
644
+ #: ../includes/class.yith-wcwl-shortcode.php:71
645
  msgid "\"Product already in wishlist\" label (leave empty to use default)"
646
  msgstr ""
647
 
648
+ #: ../includes/class.yith-wcwl-shortcode.php:76
649
  msgid "\"Product added to wishlist\" label (leave empty to use default)"
650
  msgstr ""
651
 
652
+ #: ../includes/class.yith-wcwl-shortcode.php:81
653
  msgid ""
654
  "Icon for the button (use any FontAwesome valid class, or leave empty to use "
655
  "default)"
656
  msgstr ""
657
 
658
+ #: ../includes/class.yith-wcwl-shortcode.php:86
659
  msgid "Additional css classes for the button (leave empty to use default)"
660
  msgstr ""
661
 
662
+ #: ../includes/class.yith-wcwl-shortcode.php:94
663
  #, fuzzy
664
  msgctxt "[gutenberg]: block name"
665
  msgid "YITH Wishlist"
666
  msgstr "Мій обраний список в %s"
667
 
668
+ #: ../includes/class.yith-wcwl-shortcode.php:95
669
  #, fuzzy
670
  msgctxt "[gutenberg]: block description"
671
  msgid "Shows list of products in wishlist"
672
  msgstr "\"Додати в кошик\" button background"
673
 
674
+ #: ../includes/class.yith-wcwl-shortcode.php:100
675
  msgid "Choose whether to paginate items in the wishlist or show them all"
676
  msgstr ""
677
 
678
+ #: ../includes/class.yith-wcwl-shortcode.php:103
679
  msgid "Paginate"
680
  msgstr ""
681
 
682
+ #: ../includes/class.yith-wcwl-shortcode.php:104
683
  msgid "Do not paginate"
684
  msgstr ""
685
 
686
+ #: ../includes/class.yith-wcwl-shortcode.php:109
687
  msgid "Number of items to show for each page"
688
  msgstr ""
689
 
690
+ #: ../includes/class.yith-wcwl-shortcode.php:114
691
  msgid "ID of the wishlist to show (EG: K6EOWXB888ZD)"
692
  msgstr ""
693
 
694
+ #: ../includes/class.yith-wcwl-shortcode.php:386
695
+ #: ../includes/class.yith-wcwl-ui.php:164
696
  msgid "Share on:"
697
  msgstr "Поширити в:"
698
 
699
+ #: ../includes/class.yith-wcwl-ui.php:118
700
+ #: ../includes/class.yith-wcwl-ui.php:200
701
  msgid "Select options"
702
  msgstr ""
703
 
704
+ #: ../includes/class.yith-wcwl-ui.php:168 ../templates/share.php:20
705
  msgid "Facebook"
706
  msgstr ""
707
 
708
+ #: ../includes/class.yith-wcwl-ui.php:171 ../templates/share.php:26
709
  msgid "Twitter"
710
  msgstr ""
711
 
712
+ #: ../includes/class.yith-wcwl-ui.php:180
713
  msgid "email"
714
  msgstr ""
715
 
716
+ #: ../includes/class.yith-wcwl.php:201
717
  #, fuzzy
718
  msgid "An error occurred while adding products to the wishlist."
719
  msgstr "Немає доданих продуктів до вибраного"
720
 
721
+ #: ../includes/class.yith-wcwl.php:293
722
  #, fuzzy
723
  msgid "An error occurred while adding products to wishlist."
724
  msgstr "Немає доданих продуктів до вибраного"
725
 
726
+ #: ../includes/class.yith-wcwl.php:310
727
  msgid "The \"Remove\" option now does not require any parameter"
728
  msgstr ""
729
 
730
+ #: ../includes/class.yith-wcwl.php:359
731
  #, fuzzy
732
  msgid "An error occurred while removing products from the wishlist"
733
  msgstr "Немає доданих продуктів до вибраного"
734
 
735
+ #: ../includes/class.yith-wcwl.php:809
736
  msgid "You need to log in before creating a new wishlist"
737
  msgstr ""
738
 
739
+ #: ../includes/class.yith-wcwl.php:1610
740
  msgid "Product successfully removed."
741
  msgstr ""
742
 
743
+ #: ../includes/class.yith-wcwl.php:1614
744
  msgid "Error. Unable to remove the product from the wishlist."
745
  msgstr ""
746
 
747
+ #: ../includes/class.yith-wcwl.php:1618 ../templates/wishlist-view.php:242
748
  msgid "No products were added to the wishlist"
749
  msgstr "Немає доданих продуктів до вибраного"
750
 
751
+ #: ../includes/class.yith-wcwl.php:1660
752
  msgid "An error as occurred."
753
  msgstr ""
754
 
755
+ #: ../init.php:130
756
  msgid "is enabled but not effective. It requires WooCommerce in order to work."
757
  msgstr ""
758
 
759
+ #: ../init.php:140
760
  msgid "You can't activate the free version of"
761
  msgstr ""
762
 
763
+ #: ../init.php:140
764
  msgid "while you are using the premium one."
765
  msgstr ""
766
 
767
+ #: ../templates/admin/wishlist-panel-premium.php:185
768
+ #: ../templates/admin/wishlist-panel-premium.php:383
769
+ #, php-format
770
  msgid ""
771
  "Upgrade to the %1$spremium version%2$s%3$sof %1$sYITH WooCommerce Wishlist"
772
  "%2$s to benefit from all features!"
773
  msgstr ""
774
 
775
+ #: ../templates/admin/wishlist-panel-premium.php:187
776
+ #: ../templates/admin/wishlist-panel-premium.php:385
777
+ #, php-format
778
  msgid "%1$sUPGRADE%2$s%3$s to the premium version%2$s"
779
  msgstr ""
780
 
781
+ #: ../templates/admin/wishlist-panel-premium.php:193
782
  msgid "Premium Features"
783
  msgstr ""
784
 
785
+ #: ../templates/admin/wishlist-panel-premium.php:196
786
+ #: ../templates/admin/wishlist-panel-premium.php:201
787
  msgid "Multiple Wishlist"
788
  msgstr ""
789
 
790
+ #: ../templates/admin/wishlist-panel-premium.php:203
791
+ #, php-format
792
  msgid ""
793
  "%1$sDoes it ever happened to you to have too many wishes for a single wish "
794
  "list?%2$s%3$s The possibility to manage one's wishes is a fundamental "
799
  "manage and share their own wish lists."
800
  msgstr ""
801
 
802
+ #: ../templates/admin/wishlist-panel-premium.php:212
803
+ #: ../templates/admin/wishlist-panel-premium.php:222
804
  msgid "Wishlist Private"
805
  msgstr ""
806
 
807
+ #: ../templates/admin/wishlist-panel-premium.php:214
808
+ #, php-format
809
  msgid ""
810
  "By enabling the option wishlist, users will also have the possibility to "
811
  "%1$smanage the visibility%2$s of their wish lists according to one of the "
812
  "following options:"
813
  msgstr ""
814
 
815
+ #: ../templates/admin/wishlist-panel-premium.php:216
816
+ #, php-format
817
  msgid "%1$spublic:%2$s all users can look for your wish list and see it;"
818
  msgstr ""
819
 
820
+ #: ../templates/admin/wishlist-panel-premium.php:217
821
+ #, php-format
822
  msgid ""
823
  "%1$sshared:%2$s only users possessing a direct link to the wish list page "
824
  "can display it;"
825
  msgstr ""
826
 
827
+ #: ../templates/admin/wishlist-panel-premium.php:218
828
+ #, php-format
829
  msgid "%1$sprivate:%2$s only the wish list creator can see it."
830
  msgstr ""
831
 
832
+ #: ../templates/admin/wishlist-panel-premium.php:229
833
+ #: ../templates/admin/wishlist-panel-premium.php:234
834
  msgid "Estimate Cost"
835
  msgstr ""
836
 
837
+ #: ../templates/admin/wishlist-panel-premium.php:236
838
+ #, php-format
839
  msgid ""
840
  "%1$sDo you want to add the possibility to ask for estimates of costs into "
841
  "your catalogue?%3$s Do you want to manage customised packets for faithful "
847
  "address that you have previously set."
848
  msgstr ""
849
 
850
+ #: ../templates/admin/wishlist-panel-premium.php:245
851
+ #: ../templates/admin/wishlist-panel-premium.php:250
852
  msgid "Admin Panel"
853
  msgstr ""
854
 
855
+ #: ../templates/admin/wishlist-panel-premium.php:247
856
+ #, php-format
857
  msgid ""
858
  "Thanks to the useful Admin panel, accessible directly among the WooCommerce "
859
  "submenu pages, you will have total control on users' wishlists. In addition "
863
  "in customers' wish lists."
864
  msgstr ""
865
 
866
+ #: ../templates/admin/wishlist-panel-premium.php:257
867
+ #: ../templates/admin/wishlist-panel-premium.php:262
868
  msgid "Search Wishlists"
869
  msgstr ""
870
 
871
+ #: ../templates/admin/wishlist-panel-premium.php:264
872
+ #, php-format
873
  msgid ""
874
  "How many times have you been looking for the perfect gift for a important "
875
  "event but you had no idea of what to buy? %1$s'Search wishlists'%2$s allows "
878
  "your products and even encourage users to purchase."
879
  msgstr ""
880
 
881
+ #: ../templates/admin/wishlist-panel-premium.php:273
882
  msgid "'ADD TO CART' CHECKBOX"
883
  msgstr ""
884
 
885
+ #: ../templates/admin/wishlist-panel-premium.php:275
886
+ #, php-format
887
  msgid ""
888
  "Your shop offers always a wide selection of products and wishlists of your "
889
  "users get more and more crowded everyday. Give them the possibility to "
891
  "just with one click."
892
  msgstr ""
893
 
894
+ #: ../templates/admin/wishlist-panel-premium.php:278
895
  msgid "'ADD TO CART'"
896
  msgstr ""
897
 
898
+ #: ../templates/admin/wishlist-panel-premium.php:285
899
  msgid "DISABLE WISHLIST"
900
  msgstr ""
901
 
902
+ #: ../templates/admin/wishlist-panel-premium.php:290
903
  msgid "DISABLE WISHLIST FOR UNLOGGED USERS"
904
  msgstr ""
905
 
906
+ #: ../templates/admin/wishlist-panel-premium.php:292
907
+ #, php-format
908
  msgid ""
909
  "Favour users that have registered to your shop and disable plugin "
910
  "functionalities for all users that have not. By disabling this option, each "
912
  "%2$s to \"My Account\" page and a message will invite them to log in."
913
  msgstr ""
914
 
915
+ #: ../templates/admin/wishlist-panel-premium.php:301
916
  msgid "MESSAGE TO UNLOGGED USERS"
917
  msgstr ""
918
 
919
+ #: ../templates/admin/wishlist-panel-premium.php:303
920
+ #, php-format
921
  msgid ""
922
  "Invite users that are visiting your shop to login if they want to fully "
923
  "benefit from Wishlist functionalities. Show a %1$scustomised message%2$s and "
924
  "redirect them to \"My Account\" page for registration."
925
  msgstr ""
926
 
927
+ #: ../templates/admin/wishlist-panel-premium.php:306
928
  msgid "UNLOGGED USERS"
929
  msgstr ""
930
 
931
+ #: ../templates/admin/wishlist-panel-premium.php:313
932
+ #: ../templates/admin/wishlist-panel-premium.php:318
933
  msgid "POPULAR TABLE"
934
  msgstr ""
935
 
936
+ #: ../templates/admin/wishlist-panel-premium.php:320
937
+ #, php-format
938
  msgid ""
939
  "Some products draw customer's attention more than others and they do not "
940
  "hesitate to add products to their wishlist. Table %1$s'Popular'%2$s allows "
942
  "their wishlists."
943
  msgstr ""
944
 
945
+ #: ../templates/admin/wishlist-panel-premium.php:329
946
  msgid "FUNCTIONALITIES IN ONE CLICK"
947
  msgstr ""
948
 
949
+ #: ../templates/admin/wishlist-panel-premium.php:331
950
+ #, php-format
951
  msgid ""
952
  "Users have the possibility to search for a wishlist, create a new one or "
953
  "display those already created. Add these %1$sfunctionalities%2$s through the "
954
  "dedicated widgets or show them immediately after \"Wishlist\" table."
955
  msgstr ""
956
 
957
+ #: ../templates/admin/wishlist-panel-premium.php:334
958
  msgid "FUNCTIONALITIES"
959
  msgstr ""
960
 
961
+ #: ../templates/admin/wishlist-panel-premium.php:341
962
+ #: ../templates/admin/wishlist-panel-premium.php:346
963
  msgid "PROMOTIONAL EMAIL"
964
  msgstr ""
965
 
966
+ #: ../templates/admin/wishlist-panel-premium.php:348
967
+ #, php-format
968
  msgid ""
969
  "If you want to give the right input to your users to persuade them to "
970
  "%1$spurchase the products%2$s they have in their wishlists, you need to use "
973
  "will know you are offering a unique offer!"
974
  msgstr ""
975
 
976
+ #: ../templates/admin/wishlist-panel-premium.php:357
977
  msgid "FROM A WISHLIST TO ANOTHER"
978
  msgstr ""
979
 
980
+ #: ../templates/admin/wishlist-panel-premium.php:359
981
+ #, php-format
982
  msgid ""
983
  "Who said that a product has to remain forever in the same wishlist? With the "
984
  "option %1$s\"Show \"Move to another wishlist\" dropdown menu\"%2$s, with "
986
  "another one, managing as they want their lists."
987
  msgstr ""
988
 
989
+ #: ../templates/admin/wishlist-panel-premium.php:362
990
  msgid "FROM A WISHLIST"
991
  msgstr ""
992
 
993
+ #: ../templates/admin/wishlist-panel-premium.php:369
994
  msgid "DATE"
995
  msgstr ""
996
 
997
+ #: ../templates/admin/wishlist-panel-premium.php:374
998
  msgid "DATE OF ADDITION TO A WISHLIST"
999
  msgstr ""
1000
 
1001
+ #: ../templates/admin/wishlist-panel-premium.php:376
1002
+ #, php-format
1003
  msgid ""
1004
  "Activating the %1$s\"Show date of addition\"%2$s option, users can see the "
1005
  "date in which they have added a particular product to their list: a new way "
1006
  "to keep you users informed about their operations."
1007
  msgstr ""
1008
 
1009
+ #: ../templates/share.php:32
1010
  msgid "Pinterest"
1011
  msgstr ""
1012
 
1013
+ #: ../templates/share.php:38
1014
  msgid "Google+"
1015
  msgstr ""
1016
 
1017
+ #: ../templates/share.php:44
1018
  msgid "Email"
1019
  msgstr ""
1020
 
1021
+ #: ../templates/wishlist-view.php:32
1022
  msgid "Edit title"
1023
  msgstr ""
1024
 
1025
+ #: ../templates/wishlist-view.php:41
1026
  msgid "Save"
1027
  msgstr ""
1028
 
1029
+ #: ../templates/wishlist-view.php:45
1030
  msgid "Cancel"
1031
  msgstr ""
1032
 
1033
+ #: ../templates/wishlist-view.php:82
1034
  msgid "Product Name"
1035
  msgstr "Назва продукту"
1036
 
1037
+ #: ../templates/wishlist-view.php:89
1038
  msgid "Unit Price"
1039
  msgstr "Ціна"
1040
 
1041
+ #: ../templates/wishlist-view.php:102
1042
  msgid "Stock Status"
1043
  msgstr "Наявність на складі"
1044
 
1045
+ #: ../templates/wishlist-view.php:152 ../templates/wishlist-view.php:232
1046
  msgid "Remove this product"
1047
  msgstr ""
1048
 
1049
+ #: ../templates/wishlist-view.php:172
1050
  msgid "Free!"
1051
  msgstr ""
1052
 
1053
+ #: ../templates/wishlist-view.php:179
1054
  msgid "Out of Stock"
1055
  msgstr ""
1056
 
1057
+ #: ../templates/wishlist-view.php:179
1058
  msgid "In Stock"
1059
  msgstr "в наявності"
1060
 
1061
+ #: ../templates/wishlist-view.php:188
1062
+ #, php-format
1063
  msgid "Added on : %s"
1064
  msgstr ""
1065
 
1066
+ #: ../templates/wishlist-view.php:200
1067
  msgid "Move"
1068
  msgstr ""
1069
 
1070
+ #: ../templates/wishlist-view.php:232
1071
  msgid "Remove"
1072
  msgstr ""
1073
 
1074
+ #: ../templates/wishlist-view.php:259
1075
  msgid "Add the selected products to the cart"
1076
  msgstr ""
1077
 
1078
+ #: ../templates/wishlist-view.php:267 ../templates/wishlist-view.php:313
1079
  msgid "Ask for an estimate"
1080
  msgstr ""
1081
 
1082
+ #: ../templates/wishlist-view.php:303
1083
  msgid "Your email"
1084
  msgstr ""
1085
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1086
  #, fuzzy
1087
  #~ msgid "Add options "
1088
  #~ msgstr "Додати в кошик"
languages/yith-woocommerce-wishlist-zh_CN.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-zh_CN.po CHANGED
@@ -2,15 +2,15 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
- "POT-Creation-Date: 2018-12-21 10:28:38+00:00\n"
6
- "PO-Revision-Date: 2018-10-04 14:52+0200\n"
7
  "Last-Translator: 李明軒 <eggeggxuan@gmail.com>\n"
8
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
9
  "Language: zh_CN\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 2.0.8\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"
@@ -20,443 +20,447 @@ msgstr ""
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:1484
25
- #: includes/class.yith-wcwl-admin-init.php:1485
26
- #: includes/class.yith-wcwl-install.php:245
27
  msgid "Wishlist"
28
  msgstr "愿望清单"
29
 
30
- #: includes/class.yith-wcwl-admin-init.php:161
31
  msgid "Settings"
32
  msgstr ""
33
 
34
- #: includes/class.yith-wcwl-admin-init.php:162
35
- #: includes/class.yith-wcwl-admin-init.php:243
36
  msgid "Colors"
37
  msgstr ""
38
 
39
- #: includes/class.yith-wcwl-admin-init.php:163
40
  msgid "Premium Version"
41
  msgstr ""
42
 
43
- #: includes/class.yith-wcwl-admin-init.php:1015
44
  msgid "Enable all plugin features"
45
  msgstr ""
46
 
47
- #: includes/class.yith-wcwl-admin-init.php:1016
48
  msgid ""
49
  "Be sure to select at least one option in the Wishlist page menu in this "
50
  "settings page"
51
  msgstr ""
52
 
53
- #: includes/class.yith-wcwl-admin-init.php:1017
54
  msgctxt "[Part of]: Also, please read the plugin documentation"
55
  msgid "Also, please read the plugin"
56
  msgstr ""
57
 
58
- #: includes/class.yith-wcwl-admin-init.php:1018
59
  msgctxt "[Part Of]: Also, please read the plugin documentation"
60
  msgid "documentation"
61
  msgstr ""
62
 
63
- #: includes/class.yith-wcwl-admin-init.php:1024
64
  msgid "Upgrade to the PREMIUM VERSION"
65
  msgstr ""
66
 
67
- #: includes/class.yith-wcwl-admin-init.php:1028
68
  msgid "Discover the Advanced Features"
69
  msgstr ""
70
 
71
- #: includes/class.yith-wcwl-admin-init.php:1029
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:1035
78
  msgid "Get Support and Pro Features"
79
  msgstr ""
80
 
81
- #: includes/class.yith-wcwl-admin-init.php:1036
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:1046
89
  msgid "General Settings"
90
  msgstr ""
91
 
92
- #: includes/class.yith-wcwl-admin-init.php:1053
93
  msgid "Enable YITH Wishlist"
94
  msgstr ""
95
 
96
- #: includes/class.yith-wcwl-admin-init.php:1060
97
  msgid "Default wishlist title"
98
  msgstr ""
99
 
100
- #: includes/class.yith-wcwl-admin-init.php:1062
101
- #: includes/class.yith-wcwl-admin-init.php:1063
102
- #: includes/class.yith-wcwl-admin-init.php:1299
 
103
  msgid "My wishlist on %s"
104
  msgstr ""
105
 
106
- #: includes/class.yith-wcwl-admin-init.php:1068
107
  msgid "Wishlist Page"
108
  msgstr ""
109
 
110
- #: includes/class.yith-wcwl-admin-init.php:1069
111
  msgid "Page contents: [yith_wcwl_wishlist]"
112
  msgstr ""
113
 
114
- #: includes/class.yith-wcwl-admin-init.php:1078
115
  msgid "Position"
116
  msgstr ""
117
 
118
- #: includes/class.yith-wcwl-admin-init.php:1079
119
  msgid ""
120
  "You can add the button in variable products only after the \"Add to Cart\" "
121
  "button or using the shortcode [yith_wcwl_add_to_wishlist]."
122
  msgstr ""
123
 
124
- #: includes/class.yith-wcwl-admin-init.php:1085
125
  msgid "After \"Add to cart\""
126
  msgstr ""
127
 
128
- #: includes/class.yith-wcwl-admin-init.php:1086
129
  msgid "After thumbnails"
130
  msgstr ""
131
 
132
- #: includes/class.yith-wcwl-admin-init.php:1087
133
  msgid "After summary"
134
  msgstr ""
135
 
136
- #: includes/class.yith-wcwl-admin-init.php:1088
137
  msgid "Use shortcode"
138
  msgstr ""
139
 
140
- #: includes/class.yith-wcwl-admin-init.php:1093
141
  msgid "Redirect to cart"
142
  msgstr ""
143
 
144
- #: includes/class.yith-wcwl-admin-init.php:1094
145
  msgid ""
146
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
147
  "page."
148
  msgstr ""
149
 
150
- #: includes/class.yith-wcwl-admin-init.php:1100
151
  msgid "Remove if added to the cart"
152
  msgstr ""
153
 
154
- #: includes/class.yith-wcwl-admin-init.php:1101
155
  msgid "Remove the product from the wishlist if it has been added to the cart."
156
  msgstr ""
157
 
158
- #: includes/class.yith-wcwl-admin-init.php:1107
159
  msgid "\"Add to Wishlist\" text"
160
  msgstr ""
161
 
162
- #: includes/class.yith-wcwl-admin-init.php:1109
163
  msgid "Add to Wishlist"
164
  msgstr ""
165
 
166
- #: includes/class.yith-wcwl-admin-init.php:1114
167
  #, fuzzy
168
  msgid "\"Browse wishlist\" text"
169
  msgstr "浏览「愿望清单」"
170
 
171
- #: includes/class.yith-wcwl-admin-init.php:1116
172
- #: includes/class.yith-wcwl-ui.php:82 includes/class.yith-wcwl-ui.php:83
173
  msgid "Browse Wishlist"
174
  msgstr "浏览「愿望清单」"
175
 
176
- #: includes/class.yith-wcwl-admin-init.php:1121
177
  #, fuzzy
178
  msgid "\"Product already in wishlist\" text"
179
  msgstr "商品已经加入收藏在「愿望清单」裡面。"
180
 
181
- #: includes/class.yith-wcwl-admin-init.php:1123
182
- #: includes/class.yith-wcwl-ui.php:83
183
  msgid "The product is already in the wishlist!"
184
  msgstr "这个商品已经加入收藏在「愿望清单」裡面!"
185
 
186
- #: includes/class.yith-wcwl-admin-init.php:1128
187
  #, fuzzy
188
  msgid "\"Product added\" text"
189
  msgstr "加入收藏!"
190
 
191
- #: includes/class.yith-wcwl-admin-init.php:1130
192
- #: includes/class.yith-wcwl-ui.php:82
193
  msgid "Product added!"
194
  msgstr "加入收藏!"
195
 
196
- #: includes/class.yith-wcwl-admin-init.php:1135
197
  msgid "\"Add to Cart\" text"
198
  msgstr ""
199
 
200
- #: includes/class.yith-wcwl-admin-init.php:1137
201
  msgid "Add to Cart"
202
  msgstr ""
203
 
204
- #: includes/class.yith-wcwl-admin-init.php:1142
205
  msgid "Show Unit price"
206
  msgstr ""
207
 
208
- #: includes/class.yith-wcwl-admin-init.php:1143
209
  msgid "Show unit price for each product in wishlist"
210
  msgstr ""
211
 
212
- #: includes/class.yith-wcwl-admin-init.php:1150
213
  msgid "Show \"Add to Cart\" button"
214
  msgstr ""
215
 
216
- #: includes/class.yith-wcwl-admin-init.php:1151
217
  msgid "Show \"Add to Cart\" button for each product in wishlist"
218
  msgstr ""
219
 
220
- #: includes/class.yith-wcwl-admin-init.php:1158
221
  msgid "Show Stock status"
222
  msgstr ""
223
 
224
- #: includes/class.yith-wcwl-admin-init.php:1159
225
  msgid ""
226
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
227
  msgstr ""
228
 
229
- #: includes/class.yith-wcwl-admin-init.php:1166
230
  msgid "Show Date of addition"
231
  msgstr ""
232
 
233
- #: includes/class.yith-wcwl-admin-init.php:1167
234
  #, fuzzy
235
  msgid "Show the date when users have added a product to the wishlist"
236
  msgstr "商品加入收藏到「愿望清单」时,发生了错误。"
237
 
238
- #: includes/class.yith-wcwl-admin-init.php:1174
239
  msgid "Add second remove button"
240
  msgstr ""
241
 
242
- #: includes/class.yith-wcwl-admin-init.php:1175
243
  msgid "Add a second remove button in the last column, with extended label"
244
  msgstr ""
245
 
246
- #: includes/class.yith-wcwl-admin-init.php:1190
247
  msgid "Styles"
248
  msgstr ""
249
 
250
- #: includes/class.yith-wcwl-admin-init.php:1197
251
  msgid "Use buttons"
252
  msgstr ""
253
 
254
- #: includes/class.yith-wcwl-admin-init.php:1198
255
  msgid "Use buttons instead of simple anchors."
256
  msgstr ""
257
 
258
- #: includes/class.yith-wcwl-admin-init.php:1204
259
  msgid "Custom CSS"
260
  msgstr ""
261
 
262
- #: includes/class.yith-wcwl-admin-init.php:1211
263
  msgid "Use theme style"
264
  msgstr ""
265
 
266
- #: includes/class.yith-wcwl-admin-init.php:1212
267
  msgid "Use the theme style."
268
  msgstr ""
269
 
270
- #: includes/class.yith-wcwl-admin-init.php:1218
271
  msgid "Rounded buttons"
272
  msgstr ""
273
 
274
- #: includes/class.yith-wcwl-admin-init.php:1219
275
  msgid "Make button corners rounded"
276
  msgstr ""
277
 
278
- #: includes/class.yith-wcwl-admin-init.php:1225
279
  msgid "\"Add to Wishlist\" icon"
280
  msgstr ""
281
 
282
- #: includes/class.yith-wcwl-admin-init.php:1226
283
  msgid "Add an icon to the \"Add to Wishlist\" button"
284
  msgstr ""
285
 
286
- #: includes/class.yith-wcwl-admin-init.php:1236
287
  msgid "\"Add to Cart\" icon"
288
  msgstr ""
289
 
290
- #: includes/class.yith-wcwl-admin-init.php:1237
291
  msgid "Add an icon to the \"Add to Cart\" button"
292
  msgstr ""
293
 
294
- #: includes/class.yith-wcwl-admin-init.php:1255
295
  msgid "Social Networks & Share"
296
  msgstr ""
297
 
298
- #: includes/class.yith-wcwl-admin-init.php:1262
299
  msgid "Share on Facebook"
300
  msgstr ""
301
 
302
- #: includes/class.yith-wcwl-admin-init.php:1263
303
  msgid "Show \"Share on Facebook\" button"
304
  msgstr ""
305
 
306
- #: includes/class.yith-wcwl-admin-init.php:1269
307
  msgid "Tweet on Twitter"
308
  msgstr ""
309
 
310
- #: includes/class.yith-wcwl-admin-init.php:1270
311
  msgid "Show \"Tweet on Twitter\" button"
312
  msgstr ""
313
 
314
- #: includes/class.yith-wcwl-admin-init.php:1276
315
  msgid "Pin on Pinterest"
316
  msgstr ""
317
 
318
- #: includes/class.yith-wcwl-admin-init.php:1277
319
  msgid "Show \"Pin on Pinterest\" button"
320
  msgstr ""
321
 
322
- #: includes/class.yith-wcwl-admin-init.php:1283
323
  msgid "Share on Google+"
324
  msgstr ""
325
 
326
- #: includes/class.yith-wcwl-admin-init.php:1284
327
  msgid "Show \"Share on Google+\" button"
328
  msgstr ""
329
 
330
- #: includes/class.yith-wcwl-admin-init.php:1290
331
  msgid "Share by Email"
332
  msgstr ""
333
 
334
- #: includes/class.yith-wcwl-admin-init.php:1291
335
  msgid "Show \"Share by Email\" button"
336
  msgstr ""
337
 
338
- #: includes/class.yith-wcwl-admin-init.php:1297
339
  msgid "Social title"
340
  msgstr ""
341
 
342
- #: includes/class.yith-wcwl-admin-init.php:1304
343
  msgid "Social text"
344
  msgstr ""
345
 
346
- #: includes/class.yith-wcwl-admin-init.php:1305
347
  msgid ""
348
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
349
  "strong> where you want to show the URL of your wishlist."
350
  msgstr ""
351
 
352
- #: includes/class.yith-wcwl-admin-init.php:1312
353
  msgid "Social image URL"
354
  msgstr ""
355
 
356
- #: includes/class.yith-wcwl-admin-init.php:1313
357
  msgid "It will be used by Pinterest."
358
  msgstr ""
359
 
360
- #: includes/class.yith-wcwl-admin-init.php:1327
 
361
  msgid ""
362
  "If you want to take advantage of this feature, you could consider to "
363
  "purchase the %s."
364
  msgstr ""
365
 
366
- #: includes/class.yith-wcwl-admin-init.php:1332
367
  msgid "YITH WooCommerce Frequently Bought Together Integration"
368
  msgstr ""
369
 
370
- #: includes/class.yith-wcwl-admin-init.php:1339
371
  msgid "Enable slider in wishlist"
372
  msgstr ""
373
 
374
- #: includes/class.yith-wcwl-admin-init.php:1340
 
375
  msgid ""
376
  "Choose to enable product slider in wishlist page with linked products (<a "
377
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
378
  msgstr ""
379
 
380
- #: includes/class.yith-wcwl-admin-init.php:1376
381
  msgid "\"Add to wishlist\" button"
382
  msgstr ""
383
 
384
- #: includes/class.yith-wcwl-admin-init.php:1379
385
- #: includes/class.yith-wcwl-admin-init.php:1397
386
- #: includes/class.yith-wcwl-admin-init.php:1415
387
- #: includes/class.yith-wcwl-admin-init.php:1433
388
- #: includes/class.yith-wcwl-admin-init.php:1451
389
  msgid "Background"
390
  msgstr ""
391
 
392
- #: includes/class.yith-wcwl-admin-init.php:1380
393
- #: includes/class.yith-wcwl-admin-init.php:1398
394
- #: includes/class.yith-wcwl-admin-init.php:1416
395
- #: includes/class.yith-wcwl-admin-init.php:1434
396
- #: includes/class.yith-wcwl-admin-init.php:1452
397
  msgid "Text"
398
  msgstr ""
399
 
400
- #: includes/class.yith-wcwl-admin-init.php:1381
401
- #: includes/class.yith-wcwl-admin-init.php:1399
402
- #: includes/class.yith-wcwl-admin-init.php:1417
403
- #: includes/class.yith-wcwl-admin-init.php:1435
404
- #: includes/class.yith-wcwl-admin-init.php:1453
405
  msgid "Border"
406
  msgstr ""
407
 
408
- #: includes/class.yith-wcwl-admin-init.php:1388
409
- #: includes/class.yith-wcwl-admin-init.php:1406
410
- #: includes/class.yith-wcwl-admin-init.php:1424
411
- #: includes/class.yith-wcwl-admin-init.php:1442
412
  msgid "Background (hover)"
413
  msgstr ""
414
 
415
- #: includes/class.yith-wcwl-admin-init.php:1389
416
- #: includes/class.yith-wcwl-admin-init.php:1407
417
- #: includes/class.yith-wcwl-admin-init.php:1425
418
- #: includes/class.yith-wcwl-admin-init.php:1443
419
  msgid "Text (hover)"
420
  msgstr ""
421
 
422
- #: includes/class.yith-wcwl-admin-init.php:1390
423
- #: includes/class.yith-wcwl-admin-init.php:1408
424
- #: includes/class.yith-wcwl-admin-init.php:1426
425
- #: includes/class.yith-wcwl-admin-init.php:1444
426
  msgid "Border (hover)"
427
  msgstr ""
428
 
429
- #: includes/class.yith-wcwl-admin-init.php:1394
430
  msgid "\"Add to Cart\" button"
431
  msgstr ""
432
 
433
- #: includes/class.yith-wcwl-admin-init.php:1412
434
  msgid "\"Style 1\" button"
435
  msgstr ""
436
 
437
- #: includes/class.yith-wcwl-admin-init.php:1430
438
  msgid "\"Style 2\" button"
439
  msgstr ""
440
 
441
- #: includes/class.yith-wcwl-admin-init.php:1448
442
  #, fuzzy
443
  msgid "Wishlist table"
444
  msgstr "愿望清单"
445
 
446
- #: includes/class.yith-wcwl-admin-init.php:1457
447
  msgid "Headers"
448
  msgstr ""
449
 
450
- #: includes/class.yith-wcwl-admin-init.php:1460
451
  msgid "Background color"
452
  msgstr ""
453
 
454
- #: includes/class.yith-wcwl-admin-init.php:1550
455
  #, fuzzy
456
  msgid "Wishlist Activated"
457
  msgstr "愿望清单"
458
 
459
- #: includes/class.yith-wcwl-admin-init.php:1551
 
460
  msgid ""
461
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
462
  "can access to all the settings of our plugins that you have activated. "
@@ -464,12 +468,13 @@ msgid ""
464
  "options, <a href=\"%s\">discover it now</a>."
465
  msgstr ""
466
 
467
- #: includes/class.yith-wcwl-admin-init.php:1562
468
  #, fuzzy
469
  msgid "Wishlist Updated"
470
  msgstr "愿望清单"
471
 
472
- #: includes/class.yith-wcwl-admin-init.php:1563
 
473
  msgid ""
474
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
475
  "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
@@ -478,299 +483,306 @@ msgid ""
478
  "\">discover the PREMIUM version.</a>"
479
  msgstr ""
480
 
481
- #: includes/class.yith-wcwl-init.php:437
482
  msgid ""
483
  "We are sorry, but this feature is available only if cookies are enabled on "
484
  "your browser."
485
  msgstr ""
486
 
487
- #: includes/class.yith-wcwl-init.php:438
488
  #, fuzzy
489
  msgid "Product correctly added to cart"
490
  msgstr "加入收藏!"
491
 
492
- #: includes/class.yith-wcwl-install.php:244
493
  msgctxt "page_slug"
494
  msgid "wishlist"
495
  msgstr ""
496
 
497
- #: includes/class.yith-wcwl-privacy.php:50
498
  msgid "While you visit our site, we’ll track:"
499
  msgstr ""
500
 
501
- #: includes/class.yith-wcwl-privacy.php:52
502
  msgid ""
503
  "Products you’ve added to the wishlist: we’ll use this to show you and other "
504
  "users your favourite products, and to create targeted email campaigns."
505
  msgstr ""
506
 
507
- #: includes/class.yith-wcwl-privacy.php:53
508
  msgid ""
509
  "Wishlists you’ve created: we’ll keep track of the wishlists you create, and "
510
  "make them visible to the store’s staff"
511
  msgstr ""
512
 
513
- #: includes/class.yith-wcwl-privacy.php:55
514
  msgid ""
515
  "We’ll also use cookies to keep track of wishlist contents while you’re "
516
  "browsing our site."
517
  msgstr ""
518
 
519
- #: includes/class.yith-wcwl-privacy.php:58
520
  msgid ""
521
  "Members of our team have access to the information you provide us. For "
522
  "example, both Administrators and Shop Managers can access:"
523
  msgstr ""
524
 
525
- #: includes/class.yith-wcwl-privacy.php:60
526
  msgid ""
527
  "Wishlist details, such as products added, date of addition, name and privacy "
528
  "settings of your wishlists"
529
  msgstr ""
530
 
531
- #: includes/class.yith-wcwl-privacy.php:62
532
  msgid ""
533
  "Our team members have access to this information to offer you better deals "
534
  "for the products you love."
535
  msgstr ""
536
 
537
- #: includes/class.yith-wcwl-privacy.php:82
538
- #: includes/class.yith-wcwl-privacy.php:98
539
  #, fuzzy
540
  msgid "Customer Wishlists"
541
  msgstr "浏览「愿望清单」"
542
 
543
- #: includes/class.yith-wcwl-privacy.php:133
544
  #, fuzzy
545
  msgid "Wishlists"
546
  msgstr "愿望清单"
547
 
548
- #. Translators: %s Order number.
549
- #: includes/class.yith-wcwl-privacy.php:195
550
  msgid "Removed wishlist %s."
551
  msgstr ""
552
 
553
- #. Translators: %s Order number.
554
- #: includes/class.yith-wcwl-privacy.php:199
555
  msgid "Wishlist %s has been retained."
556
  msgstr ""
557
 
558
- #: includes/class.yith-wcwl-privacy.php:210
559
  msgid "Removed default user's wishlist"
560
  msgstr ""
561
 
562
- #: includes/class.yith-wcwl-privacy.php:228
563
  msgid "Token"
564
  msgstr ""
565
 
566
- #: includes/class.yith-wcwl-privacy.php:229
567
  #, fuzzy
568
  msgid "Wishlist url"
569
  msgstr "愿望清单"
570
 
571
- #: includes/class.yith-wcwl-privacy.php:230
572
  msgid "Title"
573
  msgstr ""
574
 
575
- #: includes/class.yith-wcwl-privacy.php:231
576
  msgctxt "date wishlist was created"
577
  msgid "Created on"
578
  msgstr ""
579
 
580
- #: includes/class.yith-wcwl-privacy.php:232
581
  msgid "Visibility"
582
  msgstr ""
583
 
584
- #: includes/class.yith-wcwl-privacy.php:233
585
  msgid "Items Added"
586
  msgstr ""
587
 
588
- #: includes/class.yith-wcwl-privacy.php:283 templates/wishlist-view.php:212
 
589
  #, fuzzy
590
  msgid "Shared"
591
  msgstr "分享:"
592
 
593
- #: includes/class.yith-wcwl-privacy.php:286 templates/wishlist-view.php:215
 
594
  msgid "Private"
595
  msgstr ""
596
 
597
- #: includes/class.yith-wcwl-privacy.php:289 templates/wishlist-view.php:218
 
598
  msgid "Public"
599
  msgstr ""
600
 
601
- #: includes/class.yith-wcwl-shortcode.php:45
602
  #, fuzzy
603
  msgctxt "[gutenberg]: block name"
604
  msgid "YITH Add to Wishlist"
605
  msgstr "浏览「愿望清单」"
606
 
607
- #: includes/class.yith-wcwl-shortcode.php:46
608
  msgctxt "[gutenberg]: block description"
609
  msgid "Shows Add to Wishlist button"
610
  msgstr ""
611
 
612
- #: includes/class.yith-wcwl-shortcode.php:51
613
  msgid ""
614
  "ID of the product to add to wishlist (leave empty to use global product)"
615
  msgstr ""
616
 
617
- #: includes/class.yith-wcwl-shortcode.php:56
618
  msgid "Url of wishlist page (leave empty to use default)"
619
  msgstr ""
620
 
621
- #: includes/class.yith-wcwl-shortcode.php:61
622
  msgid "Button label (leave empty to use default)"
623
  msgstr ""
624
 
625
- #: includes/class.yith-wcwl-shortcode.php:66
626
  msgid "\"Browse wishlist\" label (leave empty to use default)"
627
  msgstr ""
628
 
629
- #: includes/class.yith-wcwl-shortcode.php:71
630
  #, fuzzy
631
  msgid "\"Product already in wishlist\" label (leave empty to use default)"
632
  msgstr "商品已经加入收藏在「愿望清单」裡面。"
633
 
634
- #: includes/class.yith-wcwl-shortcode.php:76
635
  msgid "\"Product added to wishlist\" label (leave empty to use default)"
636
  msgstr ""
637
 
638
- #: includes/class.yith-wcwl-shortcode.php:81
639
  msgid ""
640
  "Icon for the button (use any FontAwesome valid class, or leave empty to use "
641
  "default)"
642
  msgstr ""
643
 
644
- #: includes/class.yith-wcwl-shortcode.php:86
645
  msgid "Additional css classes for the button (leave empty to use default)"
646
  msgstr ""
647
 
648
- #: includes/class.yith-wcwl-shortcode.php:94
649
  #, fuzzy
650
  msgctxt "[gutenberg]: block name"
651
  msgid "YITH Wishlist"
652
  msgstr "愿望清单"
653
 
654
- #: includes/class.yith-wcwl-shortcode.php:95
655
  #, fuzzy
656
  msgctxt "[gutenberg]: block description"
657
  msgid "Shows list of products in wishlist"
658
  msgstr "这个商品已经加入收藏在「愿望清单」裡面!"
659
 
660
- #: includes/class.yith-wcwl-shortcode.php:100
661
  msgid "Choose whether to paginate items in the wishlist or show them all"
662
  msgstr ""
663
 
664
- #: includes/class.yith-wcwl-shortcode.php:103
665
  msgid "Paginate"
666
  msgstr ""
667
 
668
- #: includes/class.yith-wcwl-shortcode.php:104
669
  msgid "Do not paginate"
670
  msgstr ""
671
 
672
- #: includes/class.yith-wcwl-shortcode.php:109
673
  msgid "Number of items to show for each page"
674
  msgstr ""
675
 
676
- #: includes/class.yith-wcwl-shortcode.php:114
677
  msgid "ID of the wishlist to show (EG: K6EOWXB888ZD)"
678
  msgstr ""
679
 
680
- #: includes/class.yith-wcwl-shortcode.php:386
681
- #: includes/class.yith-wcwl-ui.php:164
682
  msgid "Share on:"
683
  msgstr "分享:"
684
 
685
- #: includes/class.yith-wcwl-ui.php:118 includes/class.yith-wcwl-ui.php:200
 
686
  msgid "Select options"
687
  msgstr "选择选项"
688
 
689
- #: includes/class.yith-wcwl-ui.php:168 templates/share.php:20
690
  msgid "Facebook"
691
  msgstr ""
692
 
693
- #: includes/class.yith-wcwl-ui.php:171 templates/share.php:26
694
  msgid "Twitter"
695
  msgstr ""
696
 
697
- #: includes/class.yith-wcwl-ui.php:180
698
  msgid "email"
699
  msgstr ""
700
 
701
- #: includes/class.yith-wcwl.php:201
702
  #, fuzzy
703
  msgid "An error occurred while adding products to the wishlist."
704
  msgstr "商品加入收藏到「愿望清单」时,发生了错误。"
705
 
706
- #: includes/class.yith-wcwl.php:293
707
  #, fuzzy
708
  msgid "An error occurred while adding products to wishlist."
709
  msgstr "商品加入收藏到「愿望清单」时,发生了错误。"
710
 
711
- #: includes/class.yith-wcwl.php:310
712
  msgid "The \"Remove\" option now does not require any parameter"
713
  msgstr ""
714
 
715
- #: includes/class.yith-wcwl.php:359
716
  #, fuzzy
717
  msgid "An error occurred while removing products from the wishlist"
718
  msgstr "从「愿望清单」移除商品时,发生了错误。"
719
 
720
- #: includes/class.yith-wcwl.php:809
721
  msgid "You need to log in before creating a new wishlist"
722
  msgstr ""
723
 
724
- #: includes/class.yith-wcwl.php:1610
725
  msgid "Product successfully removed."
726
  msgstr "成功移除商品。"
727
 
728
- #: includes/class.yith-wcwl.php:1614
729
  msgid "Error. Unable to remove the product from the wishlist."
730
  msgstr "错误。无法从「愿望清单」移除这个商品。"
731
 
732
- #: includes/class.yith-wcwl.php:1618 templates/wishlist-view.php:242
733
  msgid "No products were added to the wishlist"
734
  msgstr "你目前没有加入收藏任何商品到「愿望清单」裡面"
735
 
736
- #: includes/class.yith-wcwl.php:1660
737
  msgid "An error as occurred."
738
  msgstr ""
739
 
740
- #: init.php:130
741
  msgid "is enabled but not effective. It requires WooCommerce in order to work."
742
  msgstr ""
743
 
744
- #: init.php:140
745
  msgid "You can't activate the free version of"
746
  msgstr ""
747
 
748
- #: init.php:140
749
  msgid "while you are using the premium one."
750
  msgstr ""
751
 
752
- #: templates/admin/wishlist-panel-premium.php:185
753
- #: templates/admin/wishlist-panel-premium.php:383
 
754
  msgid ""
755
  "Upgrade to the %1$spremium version%2$s%3$sof %1$sYITH WooCommerce Wishlist"
756
  "%2$s to benefit from all features!"
757
  msgstr ""
758
 
759
- #: templates/admin/wishlist-panel-premium.php:187
760
- #: templates/admin/wishlist-panel-premium.php:385
 
761
  msgid "%1$sUPGRADE%2$s%3$s to the premium version%2$s"
762
  msgstr ""
763
 
764
- #: templates/admin/wishlist-panel-premium.php:193
765
  msgid "Premium Features"
766
  msgstr ""
767
 
768
- #: templates/admin/wishlist-panel-premium.php:196
769
- #: templates/admin/wishlist-panel-premium.php:201
770
  msgid "Multiple Wishlist"
771
  msgstr ""
772
 
773
- #: templates/admin/wishlist-panel-premium.php:203
 
774
  msgid ""
775
  "%1$sDoes it ever happened to you to have too many wishes for a single wish "
776
  "list?%2$s%3$s The possibility to manage one's wishes is a fundamental "
@@ -781,38 +793,43 @@ msgid ""
781
  "manage and share their own wish lists."
782
  msgstr ""
783
 
784
- #: templates/admin/wishlist-panel-premium.php:212
785
- #: templates/admin/wishlist-panel-premium.php:222
786
  msgid "Wishlist Private"
787
  msgstr ""
788
 
789
- #: templates/admin/wishlist-panel-premium.php:214
 
790
  msgid ""
791
  "By enabling the option wishlist, users will also have the possibility to "
792
  "%1$smanage the visibility%2$s of their wish lists according to one of the "
793
  "following options:"
794
  msgstr ""
795
 
796
- #: templates/admin/wishlist-panel-premium.php:216
 
797
  msgid "%1$spublic:%2$s all users can look for your wish list and see it;"
798
  msgstr ""
799
 
800
- #: templates/admin/wishlist-panel-premium.php:217
 
801
  msgid ""
802
  "%1$sshared:%2$s only users possessing a direct link to the wish list page "
803
  "can display it;"
804
  msgstr ""
805
 
806
- #: templates/admin/wishlist-panel-premium.php:218
 
807
  msgid "%1$sprivate:%2$s only the wish list creator can see it."
808
  msgstr ""
809
 
810
- #: templates/admin/wishlist-panel-premium.php:229
811
- #: templates/admin/wishlist-panel-premium.php:234
812
  msgid "Estimate Cost"
813
  msgstr ""
814
 
815
- #: templates/admin/wishlist-panel-premium.php:236
 
816
  msgid ""
817
  "%1$sDo you want to add the possibility to ask for estimates of costs into "
818
  "your catalogue?%3$s Do you want to manage customised packets for faithful "
@@ -824,12 +841,13 @@ msgid ""
824
  "address that you have previously set."
825
  msgstr ""
826
 
827
- #: templates/admin/wishlist-panel-premium.php:245
828
- #: templates/admin/wishlist-panel-premium.php:250
829
  msgid "Admin Panel"
830
  msgstr ""
831
 
832
- #: templates/admin/wishlist-panel-premium.php:247
 
833
  msgid ""
834
  "Thanks to the useful Admin panel, accessible directly among the WooCommerce "
835
  "submenu pages, you will have total control on users' wishlists. In addition "
@@ -839,12 +857,13 @@ msgid ""
839
  "in customers' wish lists."
840
  msgstr ""
841
 
842
- #: templates/admin/wishlist-panel-premium.php:257
843
- #: templates/admin/wishlist-panel-premium.php:262
844
  msgid "Search Wishlists"
845
  msgstr ""
846
 
847
- #: templates/admin/wishlist-panel-premium.php:264
 
848
  msgid ""
849
  "How many times have you been looking for the perfect gift for a important "
850
  "event but you had no idea of what to buy? %1$s'Search wishlists'%2$s allows "
@@ -853,11 +872,12 @@ msgid ""
853
  "your products and even encourage users to purchase."
854
  msgstr ""
855
 
856
- #: templates/admin/wishlist-panel-premium.php:273
857
  msgid "'ADD TO CART' CHECKBOX"
858
  msgstr ""
859
 
860
- #: templates/admin/wishlist-panel-premium.php:275
 
861
  msgid ""
862
  "Your shop offers always a wide selection of products and wishlists of your "
863
  "users get more and more crowded everyday. Give them the possibility to "
@@ -865,19 +885,20 @@ msgid ""
865
  "just with one click."
866
  msgstr ""
867
 
868
- #: templates/admin/wishlist-panel-premium.php:278
869
  msgid "'ADD TO CART'"
870
  msgstr ""
871
 
872
- #: templates/admin/wishlist-panel-premium.php:285
873
  msgid "DISABLE WISHLIST"
874
  msgstr ""
875
 
876
- #: templates/admin/wishlist-panel-premium.php:290
877
  msgid "DISABLE WISHLIST FOR UNLOGGED USERS"
878
  msgstr ""
879
 
880
- #: templates/admin/wishlist-panel-premium.php:292
 
881
  msgid ""
882
  "Favour users that have registered to your shop and disable plugin "
883
  "functionalities for all users that have not. By disabling this option, each "
@@ -885,27 +906,29 @@ msgid ""
885
  "%2$s to \"My Account\" page and a message will invite them to log in."
886
  msgstr ""
887
 
888
- #: templates/admin/wishlist-panel-premium.php:301
889
  msgid "MESSAGE TO UNLOGGED USERS"
890
  msgstr ""
891
 
892
- #: templates/admin/wishlist-panel-premium.php:303
 
893
  msgid ""
894
  "Invite users that are visiting your shop to login if they want to fully "
895
  "benefit from Wishlist functionalities. Show a %1$scustomised message%2$s and "
896
  "redirect them to \"My Account\" page for registration."
897
  msgstr ""
898
 
899
- #: templates/admin/wishlist-panel-premium.php:306
900
  msgid "UNLOGGED USERS"
901
  msgstr ""
902
 
903
- #: templates/admin/wishlist-panel-premium.php:313
904
- #: templates/admin/wishlist-panel-premium.php:318
905
  msgid "POPULAR TABLE"
906
  msgstr ""
907
 
908
- #: templates/admin/wishlist-panel-premium.php:320
 
909
  msgid ""
910
  "Some products draw customer's attention more than others and they do not "
911
  "hesitate to add products to their wishlist. Table %1$s'Popular'%2$s allows "
@@ -913,27 +936,29 @@ msgid ""
913
  "their wishlists."
914
  msgstr ""
915
 
916
- #: templates/admin/wishlist-panel-premium.php:329
917
  msgid "FUNCTIONALITIES IN ONE CLICK"
918
  msgstr ""
919
 
920
- #: templates/admin/wishlist-panel-premium.php:331
 
921
  msgid ""
922
  "Users have the possibility to search for a wishlist, create a new one or "
923
  "display those already created. Add these %1$sfunctionalities%2$s through the "
924
  "dedicated widgets or show them immediately after \"Wishlist\" table."
925
  msgstr ""
926
 
927
- #: templates/admin/wishlist-panel-premium.php:334
928
  msgid "FUNCTIONALITIES"
929
  msgstr ""
930
 
931
- #: templates/admin/wishlist-panel-premium.php:341
932
- #: templates/admin/wishlist-panel-premium.php:346
933
  msgid "PROMOTIONAL EMAIL"
934
  msgstr ""
935
 
936
- #: templates/admin/wishlist-panel-premium.php:348
 
937
  msgid ""
938
  "If you want to give the right input to your users to persuade them to "
939
  "%1$spurchase the products%2$s they have in their wishlists, you need to use "
@@ -942,11 +967,12 @@ msgid ""
942
  "will know you are offering a unique offer!"
943
  msgstr ""
944
 
945
- #: templates/admin/wishlist-panel-premium.php:357
946
  msgid "FROM A WISHLIST TO ANOTHER"
947
  msgstr ""
948
 
949
- #: templates/admin/wishlist-panel-premium.php:359
 
950
  msgid ""
951
  "Who said that a product has to remain forever in the same wishlist? With the "
952
  "option %1$s\"Show \"Move to another wishlist\" dropdown menu\"%2$s, with "
@@ -954,126 +980,106 @@ msgid ""
954
  "another one, managing as they want their lists."
955
  msgstr ""
956
 
957
- #: templates/admin/wishlist-panel-premium.php:362
958
  msgid "FROM A WISHLIST"
959
  msgstr ""
960
 
961
- #: templates/admin/wishlist-panel-premium.php:369
962
  msgid "DATE"
963
  msgstr ""
964
 
965
- #: templates/admin/wishlist-panel-premium.php:374
966
  msgid "DATE OF ADDITION TO A WISHLIST"
967
  msgstr ""
968
 
969
- #: templates/admin/wishlist-panel-premium.php:376
 
970
  msgid ""
971
  "Activating the %1$s\"Show date of addition\"%2$s option, users can see the "
972
  "date in which they have added a particular product to their list: a new way "
973
  "to keep you users informed about their operations."
974
  msgstr ""
975
 
976
- #: templates/share.php:32
977
  msgid "Pinterest"
978
  msgstr ""
979
 
980
- #: templates/share.php:38
981
  msgid "Google+"
982
  msgstr ""
983
 
984
- #: templates/share.php:44
985
  msgid "Email"
986
  msgstr ""
987
 
988
- #: templates/wishlist-view.php:32
989
  msgid "Edit title"
990
  msgstr ""
991
 
992
- #: templates/wishlist-view.php:41
993
  msgid "Save"
994
  msgstr ""
995
 
996
- #: templates/wishlist-view.php:45
997
  msgid "Cancel"
998
  msgstr ""
999
 
1000
- #: templates/wishlist-view.php:82
1001
  msgid "Product Name"
1002
  msgstr "商品名称"
1003
 
1004
- #: templates/wishlist-view.php:89
1005
  msgid "Unit Price"
1006
  msgstr "单价"
1007
 
1008
- #: templates/wishlist-view.php:102
1009
  msgid "Stock Status"
1010
  msgstr "库存状态"
1011
 
1012
- #: templates/wishlist-view.php:152 templates/wishlist-view.php:232
1013
  msgid "Remove this product"
1014
  msgstr "移除这个商品"
1015
 
1016
- #: templates/wishlist-view.php:172
1017
  msgid "Free!"
1018
  msgstr "免费!"
1019
 
1020
- #: templates/wishlist-view.php:179
1021
  msgid "Out of Stock"
1022
  msgstr "缺货"
1023
 
1024
- #: templates/wishlist-view.php:179
1025
  msgid "In Stock"
1026
  msgstr "有货"
1027
 
1028
- #: templates/wishlist-view.php:188
 
1029
  msgid "Added on : %s"
1030
  msgstr ""
1031
 
1032
- #: templates/wishlist-view.php:200
1033
  msgid "Move"
1034
  msgstr ""
1035
 
1036
- #: templates/wishlist-view.php:232
1037
  msgid "Remove"
1038
  msgstr ""
1039
 
1040
- #: templates/wishlist-view.php:259
1041
  msgid "Add the selected products to the cart"
1042
  msgstr ""
1043
 
1044
- #: templates/wishlist-view.php:267 templates/wishlist-view.php:313
1045
  msgid "Ask for an estimate"
1046
  msgstr ""
1047
 
1048
- #: templates/wishlist-view.php:303
1049
  msgid "Your email"
1050
  msgstr ""
1051
 
1052
- #. Plugin Name of the plugin/theme
1053
  #, fuzzy
1054
- msgid "YITH WooCommerce Wishlist"
1055
- msgstr "浏览「愿望清单」"
1056
-
1057
- #. Plugin URI of the plugin/theme
1058
- msgid "https://yithemes.com/themes/plugins/yith-woocommerce-wishlist/"
1059
- msgstr ""
1060
-
1061
- #. Description of the plugin/theme
1062
- msgid ""
1063
- "<code><strong>YITH WooCommerce Wishlist</strong></code> gives your users the "
1064
- "possibility to create, fill, manage and share their wishlists allowing you "
1065
- "to analyze their interests and needs to improve your marketing strategies. "
1066
- "<a href=\"https://yithemes.com/\" target=\"_blank\">Get more plugins for "
1067
- "your e-commerce on <strong>YITH</strong></a>"
1068
- msgstr ""
1069
-
1070
- #. Author of the plugin/theme
1071
- msgid "YITH"
1072
- msgstr ""
1073
-
1074
- #. Author URI of the plugin/theme
1075
- msgid "https://yithemes.com/"
1076
- msgstr ""
1077
 
1078
  #~ msgid "Select a date"
1079
  #~ msgstr "选择日期"
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
+ "POT-Creation-Date: 2019-02-12 14:39+0100\n"
6
+ "PO-Revision-Date: 2019-02-12 14:39+0100\n"
7
  "Last-Translator: 李明軒 <eggeggxuan@gmail.com>\n"
8
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
9
  "Language: zh_CN\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 2.2\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"
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:1484
25
+ #: ../includes/class.yith-wcwl-admin-init.php:1485
26
+ #: ../includes/class.yith-wcwl-install.php:245
27
  msgid "Wishlist"
28
  msgstr "愿望清单"
29
 
30
+ #: ../includes/class.yith-wcwl-admin-init.php:161
31
  msgid "Settings"
32
  msgstr ""
33
 
34
+ #: ../includes/class.yith-wcwl-admin-init.php:162
35
+ #: ../includes/class.yith-wcwl-admin-init.php:243
36
  msgid "Colors"
37
  msgstr ""
38
 
39
+ #: ../includes/class.yith-wcwl-admin-init.php:163
40
  msgid "Premium Version"
41
  msgstr ""
42
 
43
+ #: ../includes/class.yith-wcwl-admin-init.php:1015
44
  msgid "Enable all plugin features"
45
  msgstr ""
46
 
47
+ #: ../includes/class.yith-wcwl-admin-init.php:1016
48
  msgid ""
49
  "Be sure to select at least one option in the Wishlist page menu in this "
50
  "settings page"
51
  msgstr ""
52
 
53
+ #: ../includes/class.yith-wcwl-admin-init.php:1017
54
  msgctxt "[Part of]: Also, please read the plugin documentation"
55
  msgid "Also, please read the plugin"
56
  msgstr ""
57
 
58
+ #: ../includes/class.yith-wcwl-admin-init.php:1018
59
  msgctxt "[Part Of]: Also, please read the plugin documentation"
60
  msgid "documentation"
61
  msgstr ""
62
 
63
+ #: ../includes/class.yith-wcwl-admin-init.php:1024
64
  msgid "Upgrade to the PREMIUM VERSION"
65
  msgstr ""
66
 
67
+ #: ../includes/class.yith-wcwl-admin-init.php:1028
68
  msgid "Discover the Advanced Features"
69
  msgstr ""
70
 
71
+ #: ../includes/class.yith-wcwl-admin-init.php:1029
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:1035
78
  msgid "Get Support and Pro Features"
79
  msgstr ""
80
 
81
+ #: ../includes/class.yith-wcwl-admin-init.php:1036
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:1046
89
  msgid "General Settings"
90
  msgstr ""
91
 
92
+ #: ../includes/class.yith-wcwl-admin-init.php:1053
93
  msgid "Enable YITH Wishlist"
94
  msgstr ""
95
 
96
+ #: ../includes/class.yith-wcwl-admin-init.php:1060
97
  msgid "Default wishlist title"
98
  msgstr ""
99
 
100
+ #: ../includes/class.yith-wcwl-admin-init.php:1062
101
+ #: ../includes/class.yith-wcwl-admin-init.php:1063
102
+ #: ../includes/class.yith-wcwl-admin-init.php:1299
103
+ #, php-format
104
  msgid "My wishlist on %s"
105
  msgstr ""
106
 
107
+ #: ../includes/class.yith-wcwl-admin-init.php:1068
108
  msgid "Wishlist Page"
109
  msgstr ""
110
 
111
+ #: ../includes/class.yith-wcwl-admin-init.php:1069
112
  msgid "Page contents: [yith_wcwl_wishlist]"
113
  msgstr ""
114
 
115
+ #: ../includes/class.yith-wcwl-admin-init.php:1078
116
  msgid "Position"
117
  msgstr ""
118
 
119
+ #: ../includes/class.yith-wcwl-admin-init.php:1079
120
  msgid ""
121
  "You can add the button in variable products only after the \"Add to Cart\" "
122
  "button or using the shortcode [yith_wcwl_add_to_wishlist]."
123
  msgstr ""
124
 
125
+ #: ../includes/class.yith-wcwl-admin-init.php:1085
126
  msgid "After \"Add to cart\""
127
  msgstr ""
128
 
129
+ #: ../includes/class.yith-wcwl-admin-init.php:1086
130
  msgid "After thumbnails"
131
  msgstr ""
132
 
133
+ #: ../includes/class.yith-wcwl-admin-init.php:1087
134
  msgid "After summary"
135
  msgstr ""
136
 
137
+ #: ../includes/class.yith-wcwl-admin-init.php:1088
138
  msgid "Use shortcode"
139
  msgstr ""
140
 
141
+ #: ../includes/class.yith-wcwl-admin-init.php:1093
142
  msgid "Redirect to cart"
143
  msgstr ""
144
 
145
+ #: ../includes/class.yith-wcwl-admin-init.php:1094
146
  msgid ""
147
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
148
  "page."
149
  msgstr ""
150
 
151
+ #: ../includes/class.yith-wcwl-admin-init.php:1100
152
  msgid "Remove if added to the cart"
153
  msgstr ""
154
 
155
+ #: ../includes/class.yith-wcwl-admin-init.php:1101
156
  msgid "Remove the product from the wishlist if it has been added to the cart."
157
  msgstr ""
158
 
159
+ #: ../includes/class.yith-wcwl-admin-init.php:1107
160
  msgid "\"Add to Wishlist\" text"
161
  msgstr ""
162
 
163
+ #: ../includes/class.yith-wcwl-admin-init.php:1109
164
  msgid "Add to Wishlist"
165
  msgstr ""
166
 
167
+ #: ../includes/class.yith-wcwl-admin-init.php:1114
168
  #, fuzzy
169
  msgid "\"Browse wishlist\" text"
170
  msgstr "浏览「愿望清单」"
171
 
172
+ #: ../includes/class.yith-wcwl-admin-init.php:1116
173
+ #: ../includes/class.yith-wcwl-ui.php:82 ../includes/class.yith-wcwl-ui.php:83
174
  msgid "Browse Wishlist"
175
  msgstr "浏览「愿望清单」"
176
 
177
+ #: ../includes/class.yith-wcwl-admin-init.php:1121
178
  #, fuzzy
179
  msgid "\"Product already in wishlist\" text"
180
  msgstr "商品已经加入收藏在「愿望清单」裡面。"
181
 
182
+ #: ../includes/class.yith-wcwl-admin-init.php:1123
183
+ #: ../includes/class.yith-wcwl-ui.php:83
184
  msgid "The product is already in the wishlist!"
185
  msgstr "这个商品已经加入收藏在「愿望清单」裡面!"
186
 
187
+ #: ../includes/class.yith-wcwl-admin-init.php:1128
188
  #, fuzzy
189
  msgid "\"Product added\" text"
190
  msgstr "加入收藏!"
191
 
192
+ #: ../includes/class.yith-wcwl-admin-init.php:1130
193
+ #: ../includes/class.yith-wcwl-ui.php:82
194
  msgid "Product added!"
195
  msgstr "加入收藏!"
196
 
197
+ #: ../includes/class.yith-wcwl-admin-init.php:1135
198
  msgid "\"Add to Cart\" text"
199
  msgstr ""
200
 
201
+ #: ../includes/class.yith-wcwl-admin-init.php:1137
202
  msgid "Add to Cart"
203
  msgstr ""
204
 
205
+ #: ../includes/class.yith-wcwl-admin-init.php:1142
206
  msgid "Show Unit price"
207
  msgstr ""
208
 
209
+ #: ../includes/class.yith-wcwl-admin-init.php:1143
210
  msgid "Show unit price for each product in wishlist"
211
  msgstr ""
212
 
213
+ #: ../includes/class.yith-wcwl-admin-init.php:1150
214
  msgid "Show \"Add to Cart\" button"
215
  msgstr ""
216
 
217
+ #: ../includes/class.yith-wcwl-admin-init.php:1151
218
  msgid "Show \"Add to Cart\" button for each product in wishlist"
219
  msgstr ""
220
 
221
+ #: ../includes/class.yith-wcwl-admin-init.php:1158
222
  msgid "Show Stock status"
223
  msgstr ""
224
 
225
+ #: ../includes/class.yith-wcwl-admin-init.php:1159
226
  msgid ""
227
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
228
  msgstr ""
229
 
230
+ #: ../includes/class.yith-wcwl-admin-init.php:1166
231
  msgid "Show Date of addition"
232
  msgstr ""
233
 
234
+ #: ../includes/class.yith-wcwl-admin-init.php:1167
235
  #, fuzzy
236
  msgid "Show the date when users have added a product to the wishlist"
237
  msgstr "商品加入收藏到「愿望清单」时,发生了错误。"
238
 
239
+ #: ../includes/class.yith-wcwl-admin-init.php:1174
240
  msgid "Add second remove button"
241
  msgstr ""
242
 
243
+ #: ../includes/class.yith-wcwl-admin-init.php:1175
244
  msgid "Add a second remove button in the last column, with extended label"
245
  msgstr ""
246
 
247
+ #: ../includes/class.yith-wcwl-admin-init.php:1190
248
  msgid "Styles"
249
  msgstr ""
250
 
251
+ #: ../includes/class.yith-wcwl-admin-init.php:1197
252
  msgid "Use buttons"
253
  msgstr ""
254
 
255
+ #: ../includes/class.yith-wcwl-admin-init.php:1198
256
  msgid "Use buttons instead of simple anchors."
257
  msgstr ""
258
 
259
+ #: ../includes/class.yith-wcwl-admin-init.php:1204
260
  msgid "Custom CSS"
261
  msgstr ""
262
 
263
+ #: ../includes/class.yith-wcwl-admin-init.php:1211
264
  msgid "Use theme style"
265
  msgstr ""
266
 
267
+ #: ../includes/class.yith-wcwl-admin-init.php:1212
268
  msgid "Use the theme style."
269
  msgstr ""
270
 
271
+ #: ../includes/class.yith-wcwl-admin-init.php:1218
272
  msgid "Rounded buttons"
273
  msgstr ""
274
 
275
+ #: ../includes/class.yith-wcwl-admin-init.php:1219
276
  msgid "Make button corners rounded"
277
  msgstr ""
278
 
279
+ #: ../includes/class.yith-wcwl-admin-init.php:1225
280
  msgid "\"Add to Wishlist\" icon"
281
  msgstr ""
282
 
283
+ #: ../includes/class.yith-wcwl-admin-init.php:1226
284
  msgid "Add an icon to the \"Add to Wishlist\" button"
285
  msgstr ""
286
 
287
+ #: ../includes/class.yith-wcwl-admin-init.php:1236
288
  msgid "\"Add to Cart\" icon"
289
  msgstr ""
290
 
291
+ #: ../includes/class.yith-wcwl-admin-init.php:1237
292
  msgid "Add an icon to the \"Add to Cart\" button"
293
  msgstr ""
294
 
295
+ #: ../includes/class.yith-wcwl-admin-init.php:1255
296
  msgid "Social Networks & Share"
297
  msgstr ""
298
 
299
+ #: ../includes/class.yith-wcwl-admin-init.php:1262
300
  msgid "Share on Facebook"
301
  msgstr ""
302
 
303
+ #: ../includes/class.yith-wcwl-admin-init.php:1263
304
  msgid "Show \"Share on Facebook\" button"
305
  msgstr ""
306
 
307
+ #: ../includes/class.yith-wcwl-admin-init.php:1269
308
  msgid "Tweet on Twitter"
309
  msgstr ""
310
 
311
+ #: ../includes/class.yith-wcwl-admin-init.php:1270
312
  msgid "Show \"Tweet on Twitter\" button"
313
  msgstr ""
314
 
315
+ #: ../includes/class.yith-wcwl-admin-init.php:1276
316
  msgid "Pin on Pinterest"
317
  msgstr ""
318
 
319
+ #: ../includes/class.yith-wcwl-admin-init.php:1277
320
  msgid "Show \"Pin on Pinterest\" button"
321
  msgstr ""
322
 
323
+ #: ../includes/class.yith-wcwl-admin-init.php:1283
324
  msgid "Share on Google+"
325
  msgstr ""
326
 
327
+ #: ../includes/class.yith-wcwl-admin-init.php:1284
328
  msgid "Show \"Share on Google+\" button"
329
  msgstr ""
330
 
331
+ #: ../includes/class.yith-wcwl-admin-init.php:1290
332
  msgid "Share by Email"
333
  msgstr ""
334
 
335
+ #: ../includes/class.yith-wcwl-admin-init.php:1291
336
  msgid "Show \"Share by Email\" button"
337
  msgstr ""
338
 
339
+ #: ../includes/class.yith-wcwl-admin-init.php:1297
340
  msgid "Social title"
341
  msgstr ""
342
 
343
+ #: ../includes/class.yith-wcwl-admin-init.php:1304
344
  msgid "Social text"
345
  msgstr ""
346
 
347
+ #: ../includes/class.yith-wcwl-admin-init.php:1305
348
  msgid ""
349
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
350
  "strong> where you want to show the URL of your wishlist."
351
  msgstr ""
352
 
353
+ #: ../includes/class.yith-wcwl-admin-init.php:1312
354
  msgid "Social image URL"
355
  msgstr ""
356
 
357
+ #: ../includes/class.yith-wcwl-admin-init.php:1313
358
  msgid "It will be used by Pinterest."
359
  msgstr ""
360
 
361
+ #: ../includes/class.yith-wcwl-admin-init.php:1327
362
+ #, php-format
363
  msgid ""
364
  "If you want to take advantage of this feature, you could consider to "
365
  "purchase the %s."
366
  msgstr ""
367
 
368
+ #: ../includes/class.yith-wcwl-admin-init.php:1332
369
  msgid "YITH WooCommerce Frequently Bought Together Integration"
370
  msgstr ""
371
 
372
+ #: ../includes/class.yith-wcwl-admin-init.php:1339
373
  msgid "Enable slider in wishlist"
374
  msgstr ""
375
 
376
+ #: ../includes/class.yith-wcwl-admin-init.php:1340
377
+ #, php-format
378
  msgid ""
379
  "Choose to enable product slider in wishlist page with linked products (<a "
380
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
381
  msgstr ""
382
 
383
+ #: ../includes/class.yith-wcwl-admin-init.php:1376
384
  msgid "\"Add to wishlist\" button"
385
  msgstr ""
386
 
387
+ #: ../includes/class.yith-wcwl-admin-init.php:1379
388
+ #: ../includes/class.yith-wcwl-admin-init.php:1397
389
+ #: ../includes/class.yith-wcwl-admin-init.php:1415
390
+ #: ../includes/class.yith-wcwl-admin-init.php:1433
391
+ #: ../includes/class.yith-wcwl-admin-init.php:1451
392
  msgid "Background"
393
  msgstr ""
394
 
395
+ #: ../includes/class.yith-wcwl-admin-init.php:1380
396
+ #: ../includes/class.yith-wcwl-admin-init.php:1398
397
+ #: ../includes/class.yith-wcwl-admin-init.php:1416
398
+ #: ../includes/class.yith-wcwl-admin-init.php:1434
399
+ #: ../includes/class.yith-wcwl-admin-init.php:1452
400
  msgid "Text"
401
  msgstr ""
402
 
403
+ #: ../includes/class.yith-wcwl-admin-init.php:1381
404
+ #: ../includes/class.yith-wcwl-admin-init.php:1399
405
+ #: ../includes/class.yith-wcwl-admin-init.php:1417
406
+ #: ../includes/class.yith-wcwl-admin-init.php:1435
407
+ #: ../includes/class.yith-wcwl-admin-init.php:1453
408
  msgid "Border"
409
  msgstr ""
410
 
411
+ #: ../includes/class.yith-wcwl-admin-init.php:1388
412
+ #: ../includes/class.yith-wcwl-admin-init.php:1406
413
+ #: ../includes/class.yith-wcwl-admin-init.php:1424
414
+ #: ../includes/class.yith-wcwl-admin-init.php:1442
415
  msgid "Background (hover)"
416
  msgstr ""
417
 
418
+ #: ../includes/class.yith-wcwl-admin-init.php:1389
419
+ #: ../includes/class.yith-wcwl-admin-init.php:1407
420
+ #: ../includes/class.yith-wcwl-admin-init.php:1425
421
+ #: ../includes/class.yith-wcwl-admin-init.php:1443
422
  msgid "Text (hover)"
423
  msgstr ""
424
 
425
+ #: ../includes/class.yith-wcwl-admin-init.php:1390
426
+ #: ../includes/class.yith-wcwl-admin-init.php:1408
427
+ #: ../includes/class.yith-wcwl-admin-init.php:1426
428
+ #: ../includes/class.yith-wcwl-admin-init.php:1444
429
  msgid "Border (hover)"
430
  msgstr ""
431
 
432
+ #: ../includes/class.yith-wcwl-admin-init.php:1394
433
  msgid "\"Add to Cart\" button"
434
  msgstr ""
435
 
436
+ #: ../includes/class.yith-wcwl-admin-init.php:1412
437
  msgid "\"Style 1\" button"
438
  msgstr ""
439
 
440
+ #: ../includes/class.yith-wcwl-admin-init.php:1430
441
  msgid "\"Style 2\" button"
442
  msgstr ""
443
 
444
+ #: ../includes/class.yith-wcwl-admin-init.php:1448
445
  #, fuzzy
446
  msgid "Wishlist table"
447
  msgstr "愿望清单"
448
 
449
+ #: ../includes/class.yith-wcwl-admin-init.php:1457
450
  msgid "Headers"
451
  msgstr ""
452
 
453
+ #: ../includes/class.yith-wcwl-admin-init.php:1460
454
  msgid "Background color"
455
  msgstr ""
456
 
457
+ #: ../includes/class.yith-wcwl-admin-init.php:1550
458
  #, fuzzy
459
  msgid "Wishlist Activated"
460
  msgstr "愿望清单"
461
 
462
+ #: ../includes/class.yith-wcwl-admin-init.php:1551
463
+ #, php-format
464
  msgid ""
465
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
466
  "can access to all the settings of our plugins that you have activated. "
468
  "options, <a href=\"%s\">discover it now</a>."
469
  msgstr ""
470
 
471
+ #: ../includes/class.yith-wcwl-admin-init.php:1562
472
  #, fuzzy
473
  msgid "Wishlist Updated"
474
  msgstr "愿望清单"
475
 
476
+ #: ../includes/class.yith-wcwl-admin-init.php:1563
477
+ #, php-format
478
  msgid ""
479
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
480
  "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
483
  "\">discover the PREMIUM version.</a>"
484
  msgstr ""
485
 
486
+ #: ../includes/class.yith-wcwl-init.php:437
487
  msgid ""
488
  "We are sorry, but this feature is available only if cookies are enabled on "
489
  "your browser."
490
  msgstr ""
491
 
492
+ #: ../includes/class.yith-wcwl-init.php:438
493
  #, fuzzy
494
  msgid "Product correctly added to cart"
495
  msgstr "加入收藏!"
496
 
497
+ #: ../includes/class.yith-wcwl-install.php:244
498
  msgctxt "page_slug"
499
  msgid "wishlist"
500
  msgstr ""
501
 
502
+ #: ../includes/class.yith-wcwl-privacy.php:50
503
  msgid "While you visit our site, we’ll track:"
504
  msgstr ""
505
 
506
+ #: ../includes/class.yith-wcwl-privacy.php:52
507
  msgid ""
508
  "Products you’ve added to the wishlist: we’ll use this to show you and other "
509
  "users your favourite products, and to create targeted email campaigns."
510
  msgstr ""
511
 
512
+ #: ../includes/class.yith-wcwl-privacy.php:53
513
  msgid ""
514
  "Wishlists you’ve created: we’ll keep track of the wishlists you create, and "
515
  "make them visible to the store’s staff"
516
  msgstr ""
517
 
518
+ #: ../includes/class.yith-wcwl-privacy.php:55
519
  msgid ""
520
  "We’ll also use cookies to keep track of wishlist contents while you’re "
521
  "browsing our site."
522
  msgstr ""
523
 
524
+ #: ../includes/class.yith-wcwl-privacy.php:58
525
  msgid ""
526
  "Members of our team have access to the information you provide us. For "
527
  "example, both Administrators and Shop Managers can access:"
528
  msgstr ""
529
 
530
+ #: ../includes/class.yith-wcwl-privacy.php:60
531
  msgid ""
532
  "Wishlist details, such as products added, date of addition, name and privacy "
533
  "settings of your wishlists"
534
  msgstr ""
535
 
536
+ #: ../includes/class.yith-wcwl-privacy.php:62
537
  msgid ""
538
  "Our team members have access to this information to offer you better deals "
539
  "for the products you love."
540
  msgstr ""
541
 
542
+ #: ../includes/class.yith-wcwl-privacy.php:82
543
+ #: ../includes/class.yith-wcwl-privacy.php:98
544
  #, fuzzy
545
  msgid "Customer Wishlists"
546
  msgstr "浏览「愿望清单」"
547
 
548
+ #: ../includes/class.yith-wcwl-privacy.php:133
549
  #, fuzzy
550
  msgid "Wishlists"
551
  msgstr "愿望清单"
552
 
553
+ #: ../includes/class.yith-wcwl-privacy.php:195
554
+ #, php-format
555
  msgid "Removed wishlist %s."
556
  msgstr ""
557
 
558
+ #: ../includes/class.yith-wcwl-privacy.php:199
559
+ #, php-format
560
  msgid "Wishlist %s has been retained."
561
  msgstr ""
562
 
563
+ #: ../includes/class.yith-wcwl-privacy.php:210
564
  msgid "Removed default user's wishlist"
565
  msgstr ""
566
 
567
+ #: ../includes/class.yith-wcwl-privacy.php:228
568
  msgid "Token"
569
  msgstr ""
570
 
571
+ #: ../includes/class.yith-wcwl-privacy.php:229
572
  #, fuzzy
573
  msgid "Wishlist url"
574
  msgstr "愿望清单"
575
 
576
+ #: ../includes/class.yith-wcwl-privacy.php:230
577
  msgid "Title"
578
  msgstr ""
579
 
580
+ #: ../includes/class.yith-wcwl-privacy.php:231
581
  msgctxt "date wishlist was created"
582
  msgid "Created on"
583
  msgstr ""
584
 
585
+ #: ../includes/class.yith-wcwl-privacy.php:232
586
  msgid "Visibility"
587
  msgstr ""
588
 
589
+ #: ../includes/class.yith-wcwl-privacy.php:233
590
  msgid "Items Added"
591
  msgstr ""
592
 
593
+ #: ../includes/class.yith-wcwl-privacy.php:283
594
+ #: ../templates/wishlist-view.php:212
595
  #, fuzzy
596
  msgid "Shared"
597
  msgstr "分享:"
598
 
599
+ #: ../includes/class.yith-wcwl-privacy.php:286
600
+ #: ../templates/wishlist-view.php:215
601
  msgid "Private"
602
  msgstr ""
603
 
604
+ #: ../includes/class.yith-wcwl-privacy.php:289
605
+ #: ../templates/wishlist-view.php:218
606
  msgid "Public"
607
  msgstr ""
608
 
609
+ #: ../includes/class.yith-wcwl-shortcode.php:45
610
  #, fuzzy
611
  msgctxt "[gutenberg]: block name"
612
  msgid "YITH Add to Wishlist"
613
  msgstr "浏览「愿望清单」"
614
 
615
+ #: ../includes/class.yith-wcwl-shortcode.php:46
616
  msgctxt "[gutenberg]: block description"
617
  msgid "Shows Add to Wishlist button"
618
  msgstr ""
619
 
620
+ #: ../includes/class.yith-wcwl-shortcode.php:51
621
  msgid ""
622
  "ID of the product to add to wishlist (leave empty to use global product)"
623
  msgstr ""
624
 
625
+ #: ../includes/class.yith-wcwl-shortcode.php:56
626
  msgid "Url of wishlist page (leave empty to use default)"
627
  msgstr ""
628
 
629
+ #: ../includes/class.yith-wcwl-shortcode.php:61
630
  msgid "Button label (leave empty to use default)"
631
  msgstr ""
632
 
633
+ #: ../includes/class.yith-wcwl-shortcode.php:66
634
  msgid "\"Browse wishlist\" label (leave empty to use default)"
635
  msgstr ""
636
 
637
+ #: ../includes/class.yith-wcwl-shortcode.php:71
638
  #, fuzzy
639
  msgid "\"Product already in wishlist\" label (leave empty to use default)"
640
  msgstr "商品已经加入收藏在「愿望清单」裡面。"
641
 
642
+ #: ../includes/class.yith-wcwl-shortcode.php:76
643
  msgid "\"Product added to wishlist\" label (leave empty to use default)"
644
  msgstr ""
645
 
646
+ #: ../includes/class.yith-wcwl-shortcode.php:81
647
  msgid ""
648
  "Icon for the button (use any FontAwesome valid class, or leave empty to use "
649
  "default)"
650
  msgstr ""
651
 
652
+ #: ../includes/class.yith-wcwl-shortcode.php:86
653
  msgid "Additional css classes for the button (leave empty to use default)"
654
  msgstr ""
655
 
656
+ #: ../includes/class.yith-wcwl-shortcode.php:94
657
  #, fuzzy
658
  msgctxt "[gutenberg]: block name"
659
  msgid "YITH Wishlist"
660
  msgstr "愿望清单"
661
 
662
+ #: ../includes/class.yith-wcwl-shortcode.php:95
663
  #, fuzzy
664
  msgctxt "[gutenberg]: block description"
665
  msgid "Shows list of products in wishlist"
666
  msgstr "这个商品已经加入收藏在「愿望清单」裡面!"
667
 
668
+ #: ../includes/class.yith-wcwl-shortcode.php:100
669
  msgid "Choose whether to paginate items in the wishlist or show them all"
670
  msgstr ""
671
 
672
+ #: ../includes/class.yith-wcwl-shortcode.php:103
673
  msgid "Paginate"
674
  msgstr ""
675
 
676
+ #: ../includes/class.yith-wcwl-shortcode.php:104
677
  msgid "Do not paginate"
678
  msgstr ""
679
 
680
+ #: ../includes/class.yith-wcwl-shortcode.php:109
681
  msgid "Number of items to show for each page"
682
  msgstr ""
683
 
684
+ #: ../includes/class.yith-wcwl-shortcode.php:114
685
  msgid "ID of the wishlist to show (EG: K6EOWXB888ZD)"
686
  msgstr ""
687
 
688
+ #: ../includes/class.yith-wcwl-shortcode.php:386
689
+ #: ../includes/class.yith-wcwl-ui.php:164
690
  msgid "Share on:"
691
  msgstr "分享:"
692
 
693
+ #: ../includes/class.yith-wcwl-ui.php:118
694
+ #: ../includes/class.yith-wcwl-ui.php:200
695
  msgid "Select options"
696
  msgstr "选择选项"
697
 
698
+ #: ../includes/class.yith-wcwl-ui.php:168 ../templates/share.php:20
699
  msgid "Facebook"
700
  msgstr ""
701
 
702
+ #: ../includes/class.yith-wcwl-ui.php:171 ../templates/share.php:26
703
  msgid "Twitter"
704
  msgstr ""
705
 
706
+ #: ../includes/class.yith-wcwl-ui.php:180
707
  msgid "email"
708
  msgstr ""
709
 
710
+ #: ../includes/class.yith-wcwl.php:201
711
  #, fuzzy
712
  msgid "An error occurred while adding products to the wishlist."
713
  msgstr "商品加入收藏到「愿望清单」时,发生了错误。"
714
 
715
+ #: ../includes/class.yith-wcwl.php:293
716
  #, fuzzy
717
  msgid "An error occurred while adding products to wishlist."
718
  msgstr "商品加入收藏到「愿望清单」时,发生了错误。"
719
 
720
+ #: ../includes/class.yith-wcwl.php:310
721
  msgid "The \"Remove\" option now does not require any parameter"
722
  msgstr ""
723
 
724
+ #: ../includes/class.yith-wcwl.php:359
725
  #, fuzzy
726
  msgid "An error occurred while removing products from the wishlist"
727
  msgstr "从「愿望清单」移除商品时,发生了错误。"
728
 
729
+ #: ../includes/class.yith-wcwl.php:809
730
  msgid "You need to log in before creating a new wishlist"
731
  msgstr ""
732
 
733
+ #: ../includes/class.yith-wcwl.php:1610
734
  msgid "Product successfully removed."
735
  msgstr "成功移除商品。"
736
 
737
+ #: ../includes/class.yith-wcwl.php:1614
738
  msgid "Error. Unable to remove the product from the wishlist."
739
  msgstr "错误。无法从「愿望清单」移除这个商品。"
740
 
741
+ #: ../includes/class.yith-wcwl.php:1618 ../templates/wishlist-view.php:242
742
  msgid "No products were added to the wishlist"
743
  msgstr "你目前没有加入收藏任何商品到「愿望清单」裡面"
744
 
745
+ #: ../includes/class.yith-wcwl.php:1660
746
  msgid "An error as occurred."
747
  msgstr ""
748
 
749
+ #: ../init.php:130
750
  msgid "is enabled but not effective. It requires WooCommerce in order to work."
751
  msgstr ""
752
 
753
+ #: ../init.php:140
754
  msgid "You can't activate the free version of"
755
  msgstr ""
756
 
757
+ #: ../init.php:140
758
  msgid "while you are using the premium one."
759
  msgstr ""
760
 
761
+ #: ../templates/admin/wishlist-panel-premium.php:185
762
+ #: ../templates/admin/wishlist-panel-premium.php:383
763
+ #, php-format
764
  msgid ""
765
  "Upgrade to the %1$spremium version%2$s%3$sof %1$sYITH WooCommerce Wishlist"
766
  "%2$s to benefit from all features!"
767
  msgstr ""
768
 
769
+ #: ../templates/admin/wishlist-panel-premium.php:187
770
+ #: ../templates/admin/wishlist-panel-premium.php:385
771
+ #, php-format
772
  msgid "%1$sUPGRADE%2$s%3$s to the premium version%2$s"
773
  msgstr ""
774
 
775
+ #: ../templates/admin/wishlist-panel-premium.php:193
776
  msgid "Premium Features"
777
  msgstr ""
778
 
779
+ #: ../templates/admin/wishlist-panel-premium.php:196
780
+ #: ../templates/admin/wishlist-panel-premium.php:201
781
  msgid "Multiple Wishlist"
782
  msgstr ""
783
 
784
+ #: ../templates/admin/wishlist-panel-premium.php:203
785
+ #, php-format
786
  msgid ""
787
  "%1$sDoes it ever happened to you to have too many wishes for a single wish "
788
  "list?%2$s%3$s The possibility to manage one's wishes is a fundamental "
793
  "manage and share their own wish lists."
794
  msgstr ""
795
 
796
+ #: ../templates/admin/wishlist-panel-premium.php:212
797
+ #: ../templates/admin/wishlist-panel-premium.php:222
798
  msgid "Wishlist Private"
799
  msgstr ""
800
 
801
+ #: ../templates/admin/wishlist-panel-premium.php:214
802
+ #, php-format
803
  msgid ""
804
  "By enabling the option wishlist, users will also have the possibility to "
805
  "%1$smanage the visibility%2$s of their wish lists according to one of the "
806
  "following options:"
807
  msgstr ""
808
 
809
+ #: ../templates/admin/wishlist-panel-premium.php:216
810
+ #, php-format
811
  msgid "%1$spublic:%2$s all users can look for your wish list and see it;"
812
  msgstr ""
813
 
814
+ #: ../templates/admin/wishlist-panel-premium.php:217
815
+ #, php-format
816
  msgid ""
817
  "%1$sshared:%2$s only users possessing a direct link to the wish list page "
818
  "can display it;"
819
  msgstr ""
820
 
821
+ #: ../templates/admin/wishlist-panel-premium.php:218
822
+ #, php-format
823
  msgid "%1$sprivate:%2$s only the wish list creator can see it."
824
  msgstr ""
825
 
826
+ #: ../templates/admin/wishlist-panel-premium.php:229
827
+ #: ../templates/admin/wishlist-panel-premium.php:234
828
  msgid "Estimate Cost"
829
  msgstr ""
830
 
831
+ #: ../templates/admin/wishlist-panel-premium.php:236
832
+ #, php-format
833
  msgid ""
834
  "%1$sDo you want to add the possibility to ask for estimates of costs into "
835
  "your catalogue?%3$s Do you want to manage customised packets for faithful "
841
  "address that you have previously set."
842
  msgstr ""
843
 
844
+ #: ../templates/admin/wishlist-panel-premium.php:245
845
+ #: ../templates/admin/wishlist-panel-premium.php:250
846
  msgid "Admin Panel"
847
  msgstr ""
848
 
849
+ #: ../templates/admin/wishlist-panel-premium.php:247
850
+ #, php-format
851
  msgid ""
852
  "Thanks to the useful Admin panel, accessible directly among the WooCommerce "
853
  "submenu pages, you will have total control on users' wishlists. In addition "
857
  "in customers' wish lists."
858
  msgstr ""
859
 
860
+ #: ../templates/admin/wishlist-panel-premium.php:257
861
+ #: ../templates/admin/wishlist-panel-premium.php:262
862
  msgid "Search Wishlists"
863
  msgstr ""
864
 
865
+ #: ../templates/admin/wishlist-panel-premium.php:264
866
+ #, php-format
867
  msgid ""
868
  "How many times have you been looking for the perfect gift for a important "
869
  "event but you had no idea of what to buy? %1$s'Search wishlists'%2$s allows "
872
  "your products and even encourage users to purchase."
873
  msgstr ""
874
 
875
+ #: ../templates/admin/wishlist-panel-premium.php:273
876
  msgid "'ADD TO CART' CHECKBOX"
877
  msgstr ""
878
 
879
+ #: ../templates/admin/wishlist-panel-premium.php:275
880
+ #, php-format
881
  msgid ""
882
  "Your shop offers always a wide selection of products and wishlists of your "
883
  "users get more and more crowded everyday. Give them the possibility to "
885
  "just with one click."
886
  msgstr ""
887
 
888
+ #: ../templates/admin/wishlist-panel-premium.php:278
889
  msgid "'ADD TO CART'"
890
  msgstr ""
891
 
892
+ #: ../templates/admin/wishlist-panel-premium.php:285
893
  msgid "DISABLE WISHLIST"
894
  msgstr ""
895
 
896
+ #: ../templates/admin/wishlist-panel-premium.php:290
897
  msgid "DISABLE WISHLIST FOR UNLOGGED USERS"
898
  msgstr ""
899
 
900
+ #: ../templates/admin/wishlist-panel-premium.php:292
901
+ #, php-format
902
  msgid ""
903
  "Favour users that have registered to your shop and disable plugin "
904
  "functionalities for all users that have not. By disabling this option, each "
906
  "%2$s to \"My Account\" page and a message will invite them to log in."
907
  msgstr ""
908
 
909
+ #: ../templates/admin/wishlist-panel-premium.php:301
910
  msgid "MESSAGE TO UNLOGGED USERS"
911
  msgstr ""
912
 
913
+ #: ../templates/admin/wishlist-panel-premium.php:303
914
+ #, php-format
915
  msgid ""
916
  "Invite users that are visiting your shop to login if they want to fully "
917
  "benefit from Wishlist functionalities. Show a %1$scustomised message%2$s and "
918
  "redirect them to \"My Account\" page for registration."
919
  msgstr ""
920
 
921
+ #: ../templates/admin/wishlist-panel-premium.php:306
922
  msgid "UNLOGGED USERS"
923
  msgstr ""
924
 
925
+ #: ../templates/admin/wishlist-panel-premium.php:313
926
+ #: ../templates/admin/wishlist-panel-premium.php:318
927
  msgid "POPULAR TABLE"
928
  msgstr ""
929
 
930
+ #: ../templates/admin/wishlist-panel-premium.php:320
931
+ #, php-format
932
  msgid ""
933
  "Some products draw customer's attention more than others and they do not "
934
  "hesitate to add products to their wishlist. Table %1$s'Popular'%2$s allows "
936
  "their wishlists."
937
  msgstr ""
938
 
939
+ #: ../templates/admin/wishlist-panel-premium.php:329
940
  msgid "FUNCTIONALITIES IN ONE CLICK"
941
  msgstr ""
942
 
943
+ #: ../templates/admin/wishlist-panel-premium.php:331
944
+ #, php-format
945
  msgid ""
946
  "Users have the possibility to search for a wishlist, create a new one or "
947
  "display those already created. Add these %1$sfunctionalities%2$s through the "
948
  "dedicated widgets or show them immediately after \"Wishlist\" table."
949
  msgstr ""
950
 
951
+ #: ../templates/admin/wishlist-panel-premium.php:334
952
  msgid "FUNCTIONALITIES"
953
  msgstr ""
954
 
955
+ #: ../templates/admin/wishlist-panel-premium.php:341
956
+ #: ../templates/admin/wishlist-panel-premium.php:346
957
  msgid "PROMOTIONAL EMAIL"
958
  msgstr ""
959
 
960
+ #: ../templates/admin/wishlist-panel-premium.php:348
961
+ #, php-format
962
  msgid ""
963
  "If you want to give the right input to your users to persuade them to "
964
  "%1$spurchase the products%2$s they have in their wishlists, you need to use "
967
  "will know you are offering a unique offer!"
968
  msgstr ""
969
 
970
+ #: ../templates/admin/wishlist-panel-premium.php:357
971
  msgid "FROM A WISHLIST TO ANOTHER"
972
  msgstr ""
973
 
974
+ #: ../templates/admin/wishlist-panel-premium.php:359
975
+ #, php-format
976
  msgid ""
977
  "Who said that a product has to remain forever in the same wishlist? With the "
978
  "option %1$s\"Show \"Move to another wishlist\" dropdown menu\"%2$s, with "
980
  "another one, managing as they want their lists."
981
  msgstr ""
982
 
983
+ #: ../templates/admin/wishlist-panel-premium.php:362
984
  msgid "FROM A WISHLIST"
985
  msgstr ""
986
 
987
+ #: ../templates/admin/wishlist-panel-premium.php:369
988
  msgid "DATE"
989
  msgstr ""
990
 
991
+ #: ../templates/admin/wishlist-panel-premium.php:374
992
  msgid "DATE OF ADDITION TO A WISHLIST"
993
  msgstr ""
994
 
995
+ #: ../templates/admin/wishlist-panel-premium.php:376
996
+ #, php-format
997
  msgid ""
998
  "Activating the %1$s\"Show date of addition\"%2$s option, users can see the "
999
  "date in which they have added a particular product to their list: a new way "
1000
  "to keep you users informed about their operations."
1001
  msgstr ""
1002
 
1003
+ #: ../templates/share.php:32
1004
  msgid "Pinterest"
1005
  msgstr ""
1006
 
1007
+ #: ../templates/share.php:38
1008
  msgid "Google+"
1009
  msgstr ""
1010
 
1011
+ #: ../templates/share.php:44
1012
  msgid "Email"
1013
  msgstr ""
1014
 
1015
+ #: ../templates/wishlist-view.php:32
1016
  msgid "Edit title"
1017
  msgstr ""
1018
 
1019
+ #: ../templates/wishlist-view.php:41
1020
  msgid "Save"
1021
  msgstr ""
1022
 
1023
+ #: ../templates/wishlist-view.php:45
1024
  msgid "Cancel"
1025
  msgstr ""
1026
 
1027
+ #: ../templates/wishlist-view.php:82
1028
  msgid "Product Name"
1029
  msgstr "商品名称"
1030
 
1031
+ #: ../templates/wishlist-view.php:89
1032
  msgid "Unit Price"
1033
  msgstr "单价"
1034
 
1035
+ #: ../templates/wishlist-view.php:102
1036
  msgid "Stock Status"
1037
  msgstr "库存状态"
1038
 
1039
+ #: ../templates/wishlist-view.php:152 ../templates/wishlist-view.php:232
1040
  msgid "Remove this product"
1041
  msgstr "移除这个商品"
1042
 
1043
+ #: ../templates/wishlist-view.php:172
1044
  msgid "Free!"
1045
  msgstr "免费!"
1046
 
1047
+ #: ../templates/wishlist-view.php:179
1048
  msgid "Out of Stock"
1049
  msgstr "缺货"
1050
 
1051
+ #: ../templates/wishlist-view.php:179
1052
  msgid "In Stock"
1053
  msgstr "有货"
1054
 
1055
+ #: ../templates/wishlist-view.php:188
1056
+ #, php-format
1057
  msgid "Added on : %s"
1058
  msgstr ""
1059
 
1060
+ #: ../templates/wishlist-view.php:200
1061
  msgid "Move"
1062
  msgstr ""
1063
 
1064
+ #: ../templates/wishlist-view.php:232
1065
  msgid "Remove"
1066
  msgstr ""
1067
 
1068
+ #: ../templates/wishlist-view.php:259
1069
  msgid "Add the selected products to the cart"
1070
  msgstr ""
1071
 
1072
+ #: ../templates/wishlist-view.php:267 ../templates/wishlist-view.php:313
1073
  msgid "Ask for an estimate"
1074
  msgstr ""
1075
 
1076
+ #: ../templates/wishlist-view.php:303
1077
  msgid "Your email"
1078
  msgstr ""
1079
 
 
1080
  #, fuzzy
1081
+ #~ msgid "YITH WooCommerce Wishlist"
1082
+ #~ msgstr "浏览「愿望清单」"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1083
 
1084
  #~ msgid "Select a date"
1085
  #~ msgstr "选择日期"
languages/yith-woocommerce-wishlist-zh_TW.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-zh_TW.po CHANGED
@@ -2,15 +2,15 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
- "POT-Creation-Date: 2018-12-21 10:28:38+00:00\n"
6
- "PO-Revision-Date: 2018-10-04 14:52+0200\n"
7
  "Last-Translator: 李明軒 <eggeggxuan@gmail.com>\n"
8
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
9
  "Language: zh_TW\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 2.0.8\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"
@@ -20,443 +20,447 @@ msgstr ""
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:1484
25
- #: includes/class.yith-wcwl-admin-init.php:1485
26
- #: includes/class.yith-wcwl-install.php:245
27
  msgid "Wishlist"
28
  msgstr "願望清單"
29
 
30
- #: includes/class.yith-wcwl-admin-init.php:161
31
  msgid "Settings"
32
  msgstr ""
33
 
34
- #: includes/class.yith-wcwl-admin-init.php:162
35
- #: includes/class.yith-wcwl-admin-init.php:243
36
  msgid "Colors"
37
  msgstr ""
38
 
39
- #: includes/class.yith-wcwl-admin-init.php:163
40
  msgid "Premium Version"
41
  msgstr ""
42
 
43
- #: includes/class.yith-wcwl-admin-init.php:1015
44
  msgid "Enable all plugin features"
45
  msgstr ""
46
 
47
- #: includes/class.yith-wcwl-admin-init.php:1016
48
  msgid ""
49
  "Be sure to select at least one option in the Wishlist page menu in this "
50
  "settings page"
51
  msgstr ""
52
 
53
- #: includes/class.yith-wcwl-admin-init.php:1017
54
  msgctxt "[Part of]: Also, please read the plugin documentation"
55
  msgid "Also, please read the plugin"
56
  msgstr ""
57
 
58
- #: includes/class.yith-wcwl-admin-init.php:1018
59
  msgctxt "[Part Of]: Also, please read the plugin documentation"
60
  msgid "documentation"
61
  msgstr ""
62
 
63
- #: includes/class.yith-wcwl-admin-init.php:1024
64
  msgid "Upgrade to the PREMIUM VERSION"
65
  msgstr ""
66
 
67
- #: includes/class.yith-wcwl-admin-init.php:1028
68
  msgid "Discover the Advanced Features"
69
  msgstr ""
70
 
71
- #: includes/class.yith-wcwl-admin-init.php:1029
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:1035
78
  msgid "Get Support and Pro Features"
79
  msgstr ""
80
 
81
- #: includes/class.yith-wcwl-admin-init.php:1036
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:1046
89
  msgid "General Settings"
90
  msgstr ""
91
 
92
- #: includes/class.yith-wcwl-admin-init.php:1053
93
  msgid "Enable YITH Wishlist"
94
  msgstr ""
95
 
96
- #: includes/class.yith-wcwl-admin-init.php:1060
97
  msgid "Default wishlist title"
98
  msgstr ""
99
 
100
- #: includes/class.yith-wcwl-admin-init.php:1062
101
- #: includes/class.yith-wcwl-admin-init.php:1063
102
- #: includes/class.yith-wcwl-admin-init.php:1299
 
103
  msgid "My wishlist on %s"
104
  msgstr ""
105
 
106
- #: includes/class.yith-wcwl-admin-init.php:1068
107
  msgid "Wishlist Page"
108
  msgstr ""
109
 
110
- #: includes/class.yith-wcwl-admin-init.php:1069
111
  msgid "Page contents: [yith_wcwl_wishlist]"
112
  msgstr ""
113
 
114
- #: includes/class.yith-wcwl-admin-init.php:1078
115
  msgid "Position"
116
  msgstr ""
117
 
118
- #: includes/class.yith-wcwl-admin-init.php:1079
119
  msgid ""
120
  "You can add the button in variable products only after the \"Add to Cart\" "
121
  "button or using the shortcode [yith_wcwl_add_to_wishlist]."
122
  msgstr ""
123
 
124
- #: includes/class.yith-wcwl-admin-init.php:1085
125
  msgid "After \"Add to cart\""
126
  msgstr ""
127
 
128
- #: includes/class.yith-wcwl-admin-init.php:1086
129
  msgid "After thumbnails"
130
  msgstr ""
131
 
132
- #: includes/class.yith-wcwl-admin-init.php:1087
133
  msgid "After summary"
134
  msgstr ""
135
 
136
- #: includes/class.yith-wcwl-admin-init.php:1088
137
  msgid "Use shortcode"
138
  msgstr ""
139
 
140
- #: includes/class.yith-wcwl-admin-init.php:1093
141
  msgid "Redirect to cart"
142
  msgstr ""
143
 
144
- #: includes/class.yith-wcwl-admin-init.php:1094
145
  msgid ""
146
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
147
  "page."
148
  msgstr ""
149
 
150
- #: includes/class.yith-wcwl-admin-init.php:1100
151
  msgid "Remove if added to the cart"
152
  msgstr ""
153
 
154
- #: includes/class.yith-wcwl-admin-init.php:1101
155
  msgid "Remove the product from the wishlist if it has been added to the cart."
156
  msgstr ""
157
 
158
- #: includes/class.yith-wcwl-admin-init.php:1107
159
  msgid "\"Add to Wishlist\" text"
160
  msgstr ""
161
 
162
- #: includes/class.yith-wcwl-admin-init.php:1109
163
  msgid "Add to Wishlist"
164
  msgstr ""
165
 
166
- #: includes/class.yith-wcwl-admin-init.php:1114
167
  #, fuzzy
168
  msgid "\"Browse wishlist\" text"
169
  msgstr "瀏覽「願望清單」"
170
 
171
- #: includes/class.yith-wcwl-admin-init.php:1116
172
- #: includes/class.yith-wcwl-ui.php:82 includes/class.yith-wcwl-ui.php:83
173
  msgid "Browse Wishlist"
174
  msgstr "瀏覽「願望清單」"
175
 
176
- #: includes/class.yith-wcwl-admin-init.php:1121
177
  #, fuzzy
178
  msgid "\"Product already in wishlist\" text"
179
  msgstr "商品已經加入收藏在「願望清單」裡面。"
180
 
181
- #: includes/class.yith-wcwl-admin-init.php:1123
182
- #: includes/class.yith-wcwl-ui.php:83
183
  msgid "The product is already in the wishlist!"
184
  msgstr "這個商品已經加入收藏在「願望清單」裡面!"
185
 
186
- #: includes/class.yith-wcwl-admin-init.php:1128
187
  #, fuzzy
188
  msgid "\"Product added\" text"
189
  msgstr "加入收藏!"
190
 
191
- #: includes/class.yith-wcwl-admin-init.php:1130
192
- #: includes/class.yith-wcwl-ui.php:82
193
  msgid "Product added!"
194
  msgstr "加入收藏!"
195
 
196
- #: includes/class.yith-wcwl-admin-init.php:1135
197
  msgid "\"Add to Cart\" text"
198
  msgstr ""
199
 
200
- #: includes/class.yith-wcwl-admin-init.php:1137
201
  msgid "Add to Cart"
202
  msgstr ""
203
 
204
- #: includes/class.yith-wcwl-admin-init.php:1142
205
  msgid "Show Unit price"
206
  msgstr ""
207
 
208
- #: includes/class.yith-wcwl-admin-init.php:1143
209
  msgid "Show unit price for each product in wishlist"
210
  msgstr ""
211
 
212
- #: includes/class.yith-wcwl-admin-init.php:1150
213
  msgid "Show \"Add to Cart\" button"
214
  msgstr ""
215
 
216
- #: includes/class.yith-wcwl-admin-init.php:1151
217
  msgid "Show \"Add to Cart\" button for each product in wishlist"
218
  msgstr ""
219
 
220
- #: includes/class.yith-wcwl-admin-init.php:1158
221
  msgid "Show Stock status"
222
  msgstr ""
223
 
224
- #: includes/class.yith-wcwl-admin-init.php:1159
225
  msgid ""
226
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
227
  msgstr ""
228
 
229
- #: includes/class.yith-wcwl-admin-init.php:1166
230
  msgid "Show Date of addition"
231
  msgstr ""
232
 
233
- #: includes/class.yith-wcwl-admin-init.php:1167
234
  #, fuzzy
235
  msgid "Show the date when users have added a product to the wishlist"
236
  msgstr "商品加入收藏到「願望清單」時,發生了錯誤。"
237
 
238
- #: includes/class.yith-wcwl-admin-init.php:1174
239
  msgid "Add second remove button"
240
  msgstr ""
241
 
242
- #: includes/class.yith-wcwl-admin-init.php:1175
243
  msgid "Add a second remove button in the last column, with extended label"
244
  msgstr ""
245
 
246
- #: includes/class.yith-wcwl-admin-init.php:1190
247
  msgid "Styles"
248
  msgstr ""
249
 
250
- #: includes/class.yith-wcwl-admin-init.php:1197
251
  msgid "Use buttons"
252
  msgstr ""
253
 
254
- #: includes/class.yith-wcwl-admin-init.php:1198
255
  msgid "Use buttons instead of simple anchors."
256
  msgstr ""
257
 
258
- #: includes/class.yith-wcwl-admin-init.php:1204
259
  msgid "Custom CSS"
260
  msgstr ""
261
 
262
- #: includes/class.yith-wcwl-admin-init.php:1211
263
  msgid "Use theme style"
264
  msgstr ""
265
 
266
- #: includes/class.yith-wcwl-admin-init.php:1212
267
  msgid "Use the theme style."
268
  msgstr ""
269
 
270
- #: includes/class.yith-wcwl-admin-init.php:1218
271
  msgid "Rounded buttons"
272
  msgstr ""
273
 
274
- #: includes/class.yith-wcwl-admin-init.php:1219
275
  msgid "Make button corners rounded"
276
  msgstr ""
277
 
278
- #: includes/class.yith-wcwl-admin-init.php:1225
279
  msgid "\"Add to Wishlist\" icon"
280
  msgstr ""
281
 
282
- #: includes/class.yith-wcwl-admin-init.php:1226
283
  msgid "Add an icon to the \"Add to Wishlist\" button"
284
  msgstr ""
285
 
286
- #: includes/class.yith-wcwl-admin-init.php:1236
287
  msgid "\"Add to Cart\" icon"
288
  msgstr ""
289
 
290
- #: includes/class.yith-wcwl-admin-init.php:1237
291
  msgid "Add an icon to the \"Add to Cart\" button"
292
  msgstr ""
293
 
294
- #: includes/class.yith-wcwl-admin-init.php:1255
295
  msgid "Social Networks & Share"
296
  msgstr ""
297
 
298
- #: includes/class.yith-wcwl-admin-init.php:1262
299
  msgid "Share on Facebook"
300
  msgstr ""
301
 
302
- #: includes/class.yith-wcwl-admin-init.php:1263
303
  msgid "Show \"Share on Facebook\" button"
304
  msgstr ""
305
 
306
- #: includes/class.yith-wcwl-admin-init.php:1269
307
  msgid "Tweet on Twitter"
308
  msgstr ""
309
 
310
- #: includes/class.yith-wcwl-admin-init.php:1270
311
  msgid "Show \"Tweet on Twitter\" button"
312
  msgstr ""
313
 
314
- #: includes/class.yith-wcwl-admin-init.php:1276
315
  msgid "Pin on Pinterest"
316
  msgstr ""
317
 
318
- #: includes/class.yith-wcwl-admin-init.php:1277
319
  msgid "Show \"Pin on Pinterest\" button"
320
  msgstr ""
321
 
322
- #: includes/class.yith-wcwl-admin-init.php:1283
323
  msgid "Share on Google+"
324
  msgstr ""
325
 
326
- #: includes/class.yith-wcwl-admin-init.php:1284
327
  msgid "Show \"Share on Google+\" button"
328
  msgstr ""
329
 
330
- #: includes/class.yith-wcwl-admin-init.php:1290
331
  msgid "Share by Email"
332
  msgstr ""
333
 
334
- #: includes/class.yith-wcwl-admin-init.php:1291
335
  msgid "Show \"Share by Email\" button"
336
  msgstr ""
337
 
338
- #: includes/class.yith-wcwl-admin-init.php:1297
339
  msgid "Social title"
340
  msgstr ""
341
 
342
- #: includes/class.yith-wcwl-admin-init.php:1304
343
  msgid "Social text"
344
  msgstr ""
345
 
346
- #: includes/class.yith-wcwl-admin-init.php:1305
347
  msgid ""
348
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
349
  "strong> where you want to show the URL of your wishlist."
350
  msgstr ""
351
 
352
- #: includes/class.yith-wcwl-admin-init.php:1312
353
  msgid "Social image URL"
354
  msgstr ""
355
 
356
- #: includes/class.yith-wcwl-admin-init.php:1313
357
  msgid "It will be used by Pinterest."
358
  msgstr ""
359
 
360
- #: includes/class.yith-wcwl-admin-init.php:1327
 
361
  msgid ""
362
  "If you want to take advantage of this feature, you could consider to "
363
  "purchase the %s."
364
  msgstr ""
365
 
366
- #: includes/class.yith-wcwl-admin-init.php:1332
367
  msgid "YITH WooCommerce Frequently Bought Together Integration"
368
  msgstr ""
369
 
370
- #: includes/class.yith-wcwl-admin-init.php:1339
371
  msgid "Enable slider in wishlist"
372
  msgstr ""
373
 
374
- #: includes/class.yith-wcwl-admin-init.php:1340
 
375
  msgid ""
376
  "Choose to enable product slider in wishlist page with linked products (<a "
377
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
378
  msgstr ""
379
 
380
- #: includes/class.yith-wcwl-admin-init.php:1376
381
  msgid "\"Add to wishlist\" button"
382
  msgstr ""
383
 
384
- #: includes/class.yith-wcwl-admin-init.php:1379
385
- #: includes/class.yith-wcwl-admin-init.php:1397
386
- #: includes/class.yith-wcwl-admin-init.php:1415
387
- #: includes/class.yith-wcwl-admin-init.php:1433
388
- #: includes/class.yith-wcwl-admin-init.php:1451
389
  msgid "Background"
390
  msgstr ""
391
 
392
- #: includes/class.yith-wcwl-admin-init.php:1380
393
- #: includes/class.yith-wcwl-admin-init.php:1398
394
- #: includes/class.yith-wcwl-admin-init.php:1416
395
- #: includes/class.yith-wcwl-admin-init.php:1434
396
- #: includes/class.yith-wcwl-admin-init.php:1452
397
  msgid "Text"
398
  msgstr ""
399
 
400
- #: includes/class.yith-wcwl-admin-init.php:1381
401
- #: includes/class.yith-wcwl-admin-init.php:1399
402
- #: includes/class.yith-wcwl-admin-init.php:1417
403
- #: includes/class.yith-wcwl-admin-init.php:1435
404
- #: includes/class.yith-wcwl-admin-init.php:1453
405
  msgid "Border"
406
  msgstr ""
407
 
408
- #: includes/class.yith-wcwl-admin-init.php:1388
409
- #: includes/class.yith-wcwl-admin-init.php:1406
410
- #: includes/class.yith-wcwl-admin-init.php:1424
411
- #: includes/class.yith-wcwl-admin-init.php:1442
412
  msgid "Background (hover)"
413
  msgstr ""
414
 
415
- #: includes/class.yith-wcwl-admin-init.php:1389
416
- #: includes/class.yith-wcwl-admin-init.php:1407
417
- #: includes/class.yith-wcwl-admin-init.php:1425
418
- #: includes/class.yith-wcwl-admin-init.php:1443
419
  msgid "Text (hover)"
420
  msgstr ""
421
 
422
- #: includes/class.yith-wcwl-admin-init.php:1390
423
- #: includes/class.yith-wcwl-admin-init.php:1408
424
- #: includes/class.yith-wcwl-admin-init.php:1426
425
- #: includes/class.yith-wcwl-admin-init.php:1444
426
  msgid "Border (hover)"
427
  msgstr ""
428
 
429
- #: includes/class.yith-wcwl-admin-init.php:1394
430
  msgid "\"Add to Cart\" button"
431
  msgstr ""
432
 
433
- #: includes/class.yith-wcwl-admin-init.php:1412
434
  msgid "\"Style 1\" button"
435
  msgstr ""
436
 
437
- #: includes/class.yith-wcwl-admin-init.php:1430
438
  msgid "\"Style 2\" button"
439
  msgstr ""
440
 
441
- #: includes/class.yith-wcwl-admin-init.php:1448
442
  #, fuzzy
443
  msgid "Wishlist table"
444
  msgstr "願望清單"
445
 
446
- #: includes/class.yith-wcwl-admin-init.php:1457
447
  msgid "Headers"
448
  msgstr ""
449
 
450
- #: includes/class.yith-wcwl-admin-init.php:1460
451
  msgid "Background color"
452
  msgstr ""
453
 
454
- #: includes/class.yith-wcwl-admin-init.php:1550
455
  #, fuzzy
456
  msgid "Wishlist Activated"
457
  msgstr "願望清單"
458
 
459
- #: includes/class.yith-wcwl-admin-init.php:1551
 
460
  msgid ""
461
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
462
  "can access to all the settings of our plugins that you have activated. "
@@ -464,12 +468,13 @@ msgid ""
464
  "options, <a href=\"%s\">discover it now</a>."
465
  msgstr ""
466
 
467
- #: includes/class.yith-wcwl-admin-init.php:1562
468
  #, fuzzy
469
  msgid "Wishlist Updated"
470
  msgstr "願望清單"
471
 
472
- #: includes/class.yith-wcwl-admin-init.php:1563
 
473
  msgid ""
474
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
475
  "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
@@ -478,299 +483,306 @@ msgid ""
478
  "\">discover the PREMIUM version.</a>"
479
  msgstr ""
480
 
481
- #: includes/class.yith-wcwl-init.php:437
482
  msgid ""
483
  "We are sorry, but this feature is available only if cookies are enabled on "
484
  "your browser."
485
  msgstr ""
486
 
487
- #: includes/class.yith-wcwl-init.php:438
488
  #, fuzzy
489
  msgid "Product correctly added to cart"
490
  msgstr "加入收藏!"
491
 
492
- #: includes/class.yith-wcwl-install.php:244
493
  msgctxt "page_slug"
494
  msgid "wishlist"
495
  msgstr ""
496
 
497
- #: includes/class.yith-wcwl-privacy.php:50
498
  msgid "While you visit our site, we’ll track:"
499
  msgstr ""
500
 
501
- #: includes/class.yith-wcwl-privacy.php:52
502
  msgid ""
503
  "Products you’ve added to the wishlist: we’ll use this to show you and other "
504
  "users your favourite products, and to create targeted email campaigns."
505
  msgstr ""
506
 
507
- #: includes/class.yith-wcwl-privacy.php:53
508
  msgid ""
509
  "Wishlists you’ve created: we’ll keep track of the wishlists you create, and "
510
  "make them visible to the store’s staff"
511
  msgstr ""
512
 
513
- #: includes/class.yith-wcwl-privacy.php:55
514
  msgid ""
515
  "We’ll also use cookies to keep track of wishlist contents while you’re "
516
  "browsing our site."
517
  msgstr ""
518
 
519
- #: includes/class.yith-wcwl-privacy.php:58
520
  msgid ""
521
  "Members of our team have access to the information you provide us. For "
522
  "example, both Administrators and Shop Managers can access:"
523
  msgstr ""
524
 
525
- #: includes/class.yith-wcwl-privacy.php:60
526
  msgid ""
527
  "Wishlist details, such as products added, date of addition, name and privacy "
528
  "settings of your wishlists"
529
  msgstr ""
530
 
531
- #: includes/class.yith-wcwl-privacy.php:62
532
  msgid ""
533
  "Our team members have access to this information to offer you better deals "
534
  "for the products you love."
535
  msgstr ""
536
 
537
- #: includes/class.yith-wcwl-privacy.php:82
538
- #: includes/class.yith-wcwl-privacy.php:98
539
  #, fuzzy
540
  msgid "Customer Wishlists"
541
  msgstr "瀏覽「願望清單」"
542
 
543
- #: includes/class.yith-wcwl-privacy.php:133
544
  #, fuzzy
545
  msgid "Wishlists"
546
  msgstr "願望清單"
547
 
548
- #. Translators: %s Order number.
549
- #: includes/class.yith-wcwl-privacy.php:195
550
  msgid "Removed wishlist %s."
551
  msgstr ""
552
 
553
- #. Translators: %s Order number.
554
- #: includes/class.yith-wcwl-privacy.php:199
555
  msgid "Wishlist %s has been retained."
556
  msgstr ""
557
 
558
- #: includes/class.yith-wcwl-privacy.php:210
559
  msgid "Removed default user's wishlist"
560
  msgstr ""
561
 
562
- #: includes/class.yith-wcwl-privacy.php:228
563
  msgid "Token"
564
  msgstr ""
565
 
566
- #: includes/class.yith-wcwl-privacy.php:229
567
  #, fuzzy
568
  msgid "Wishlist url"
569
  msgstr "願望清單"
570
 
571
- #: includes/class.yith-wcwl-privacy.php:230
572
  msgid "Title"
573
  msgstr ""
574
 
575
- #: includes/class.yith-wcwl-privacy.php:231
576
  msgctxt "date wishlist was created"
577
  msgid "Created on"
578
  msgstr ""
579
 
580
- #: includes/class.yith-wcwl-privacy.php:232
581
  msgid "Visibility"
582
  msgstr ""
583
 
584
- #: includes/class.yith-wcwl-privacy.php:233
585
  msgid "Items Added"
586
  msgstr ""
587
 
588
- #: includes/class.yith-wcwl-privacy.php:283 templates/wishlist-view.php:212
 
589
  #, fuzzy
590
  msgid "Shared"
591
  msgstr "分享:"
592
 
593
- #: includes/class.yith-wcwl-privacy.php:286 templates/wishlist-view.php:215
 
594
  msgid "Private"
595
  msgstr ""
596
 
597
- #: includes/class.yith-wcwl-privacy.php:289 templates/wishlist-view.php:218
 
598
  msgid "Public"
599
  msgstr ""
600
 
601
- #: includes/class.yith-wcwl-shortcode.php:45
602
  #, fuzzy
603
  msgctxt "[gutenberg]: block name"
604
  msgid "YITH Add to Wishlist"
605
  msgstr "瀏覽「願望清單」"
606
 
607
- #: includes/class.yith-wcwl-shortcode.php:46
608
  msgctxt "[gutenberg]: block description"
609
  msgid "Shows Add to Wishlist button"
610
  msgstr ""
611
 
612
- #: includes/class.yith-wcwl-shortcode.php:51
613
  msgid ""
614
  "ID of the product to add to wishlist (leave empty to use global product)"
615
  msgstr ""
616
 
617
- #: includes/class.yith-wcwl-shortcode.php:56
618
  msgid "Url of wishlist page (leave empty to use default)"
619
  msgstr ""
620
 
621
- #: includes/class.yith-wcwl-shortcode.php:61
622
  msgid "Button label (leave empty to use default)"
623
  msgstr ""
624
 
625
- #: includes/class.yith-wcwl-shortcode.php:66
626
  msgid "\"Browse wishlist\" label (leave empty to use default)"
627
  msgstr ""
628
 
629
- #: includes/class.yith-wcwl-shortcode.php:71
630
  #, fuzzy
631
  msgid "\"Product already in wishlist\" label (leave empty to use default)"
632
  msgstr "商品已經加入收藏在「願望清單」裡面。"
633
 
634
- #: includes/class.yith-wcwl-shortcode.php:76
635
  msgid "\"Product added to wishlist\" label (leave empty to use default)"
636
  msgstr ""
637
 
638
- #: includes/class.yith-wcwl-shortcode.php:81
639
  msgid ""
640
  "Icon for the button (use any FontAwesome valid class, or leave empty to use "
641
  "default)"
642
  msgstr ""
643
 
644
- #: includes/class.yith-wcwl-shortcode.php:86
645
  msgid "Additional css classes for the button (leave empty to use default)"
646
  msgstr ""
647
 
648
- #: includes/class.yith-wcwl-shortcode.php:94
649
  #, fuzzy
650
  msgctxt "[gutenberg]: block name"
651
  msgid "YITH Wishlist"
652
  msgstr "願望清單"
653
 
654
- #: includes/class.yith-wcwl-shortcode.php:95
655
  #, fuzzy
656
  msgctxt "[gutenberg]: block description"
657
  msgid "Shows list of products in wishlist"
658
  msgstr "這個商品已經加入收藏在「願望清單」裡面!"
659
 
660
- #: includes/class.yith-wcwl-shortcode.php:100
661
  msgid "Choose whether to paginate items in the wishlist or show them all"
662
  msgstr ""
663
 
664
- #: includes/class.yith-wcwl-shortcode.php:103
665
  msgid "Paginate"
666
  msgstr ""
667
 
668
- #: includes/class.yith-wcwl-shortcode.php:104
669
  msgid "Do not paginate"
670
  msgstr ""
671
 
672
- #: includes/class.yith-wcwl-shortcode.php:109
673
  msgid "Number of items to show for each page"
674
  msgstr ""
675
 
676
- #: includes/class.yith-wcwl-shortcode.php:114
677
  msgid "ID of the wishlist to show (EG: K6EOWXB888ZD)"
678
  msgstr ""
679
 
680
- #: includes/class.yith-wcwl-shortcode.php:386
681
- #: includes/class.yith-wcwl-ui.php:164
682
  msgid "Share on:"
683
  msgstr "分享:"
684
 
685
- #: includes/class.yith-wcwl-ui.php:118 includes/class.yith-wcwl-ui.php:200
 
686
  msgid "Select options"
687
  msgstr "選擇選項"
688
 
689
- #: includes/class.yith-wcwl-ui.php:168 templates/share.php:20
690
  msgid "Facebook"
691
  msgstr ""
692
 
693
- #: includes/class.yith-wcwl-ui.php:171 templates/share.php:26
694
  msgid "Twitter"
695
  msgstr ""
696
 
697
- #: includes/class.yith-wcwl-ui.php:180
698
  msgid "email"
699
  msgstr ""
700
 
701
- #: includes/class.yith-wcwl.php:201
702
  #, fuzzy
703
  msgid "An error occurred while adding products to the wishlist."
704
  msgstr "商品加入收藏到「願望清單」時,發生了錯誤。"
705
 
706
- #: includes/class.yith-wcwl.php:293
707
  #, fuzzy
708
  msgid "An error occurred while adding products to wishlist."
709
  msgstr "商品加入收藏到「願望清單」時,發生了錯誤。"
710
 
711
- #: includes/class.yith-wcwl.php:310
712
  msgid "The \"Remove\" option now does not require any parameter"
713
  msgstr ""
714
 
715
- #: includes/class.yith-wcwl.php:359
716
  #, fuzzy
717
  msgid "An error occurred while removing products from the wishlist"
718
  msgstr "從「願望清單」移除商品時,發生了錯誤。"
719
 
720
- #: includes/class.yith-wcwl.php:809
721
  msgid "You need to log in before creating a new wishlist"
722
  msgstr ""
723
 
724
- #: includes/class.yith-wcwl.php:1610
725
  msgid "Product successfully removed."
726
  msgstr "成功移除商品。"
727
 
728
- #: includes/class.yith-wcwl.php:1614
729
  msgid "Error. Unable to remove the product from the wishlist."
730
  msgstr "錯誤。無法從「願望清單」移除這個商品。"
731
 
732
- #: includes/class.yith-wcwl.php:1618 templates/wishlist-view.php:242
733
  msgid "No products were added to the wishlist"
734
  msgstr "你目前沒有加入收藏任何商品到「願望清單」裡面"
735
 
736
- #: includes/class.yith-wcwl.php:1660
737
  msgid "An error as occurred."
738
  msgstr ""
739
 
740
- #: init.php:130
741
  msgid "is enabled but not effective. It requires WooCommerce in order to work."
742
  msgstr ""
743
 
744
- #: init.php:140
745
  msgid "You can't activate the free version of"
746
  msgstr ""
747
 
748
- #: init.php:140
749
  msgid "while you are using the premium one."
750
  msgstr ""
751
 
752
- #: templates/admin/wishlist-panel-premium.php:185
753
- #: templates/admin/wishlist-panel-premium.php:383
 
754
  msgid ""
755
  "Upgrade to the %1$spremium version%2$s%3$sof %1$sYITH WooCommerce Wishlist"
756
  "%2$s to benefit from all features!"
757
  msgstr ""
758
 
759
- #: templates/admin/wishlist-panel-premium.php:187
760
- #: templates/admin/wishlist-panel-premium.php:385
 
761
  msgid "%1$sUPGRADE%2$s%3$s to the premium version%2$s"
762
  msgstr ""
763
 
764
- #: templates/admin/wishlist-panel-premium.php:193
765
  msgid "Premium Features"
766
  msgstr ""
767
 
768
- #: templates/admin/wishlist-panel-premium.php:196
769
- #: templates/admin/wishlist-panel-premium.php:201
770
  msgid "Multiple Wishlist"
771
  msgstr ""
772
 
773
- #: templates/admin/wishlist-panel-premium.php:203
 
774
  msgid ""
775
  "%1$sDoes it ever happened to you to have too many wishes for a single wish "
776
  "list?%2$s%3$s The possibility to manage one's wishes is a fundamental "
@@ -781,38 +793,43 @@ msgid ""
781
  "manage and share their own wish lists."
782
  msgstr ""
783
 
784
- #: templates/admin/wishlist-panel-premium.php:212
785
- #: templates/admin/wishlist-panel-premium.php:222
786
  msgid "Wishlist Private"
787
  msgstr ""
788
 
789
- #: templates/admin/wishlist-panel-premium.php:214
 
790
  msgid ""
791
  "By enabling the option wishlist, users will also have the possibility to "
792
  "%1$smanage the visibility%2$s of their wish lists according to one of the "
793
  "following options:"
794
  msgstr ""
795
 
796
- #: templates/admin/wishlist-panel-premium.php:216
 
797
  msgid "%1$spublic:%2$s all users can look for your wish list and see it;"
798
  msgstr ""
799
 
800
- #: templates/admin/wishlist-panel-premium.php:217
 
801
  msgid ""
802
  "%1$sshared:%2$s only users possessing a direct link to the wish list page "
803
  "can display it;"
804
  msgstr ""
805
 
806
- #: templates/admin/wishlist-panel-premium.php:218
 
807
  msgid "%1$sprivate:%2$s only the wish list creator can see it."
808
  msgstr ""
809
 
810
- #: templates/admin/wishlist-panel-premium.php:229
811
- #: templates/admin/wishlist-panel-premium.php:234
812
  msgid "Estimate Cost"
813
  msgstr ""
814
 
815
- #: templates/admin/wishlist-panel-premium.php:236
 
816
  msgid ""
817
  "%1$sDo you want to add the possibility to ask for estimates of costs into "
818
  "your catalogue?%3$s Do you want to manage customised packets for faithful "
@@ -824,12 +841,13 @@ msgid ""
824
  "address that you have previously set."
825
  msgstr ""
826
 
827
- #: templates/admin/wishlist-panel-premium.php:245
828
- #: templates/admin/wishlist-panel-premium.php:250
829
  msgid "Admin Panel"
830
  msgstr ""
831
 
832
- #: templates/admin/wishlist-panel-premium.php:247
 
833
  msgid ""
834
  "Thanks to the useful Admin panel, accessible directly among the WooCommerce "
835
  "submenu pages, you will have total control on users' wishlists. In addition "
@@ -839,12 +857,13 @@ msgid ""
839
  "in customers' wish lists."
840
  msgstr ""
841
 
842
- #: templates/admin/wishlist-panel-premium.php:257
843
- #: templates/admin/wishlist-panel-premium.php:262
844
  msgid "Search Wishlists"
845
  msgstr ""
846
 
847
- #: templates/admin/wishlist-panel-premium.php:264
 
848
  msgid ""
849
  "How many times have you been looking for the perfect gift for a important "
850
  "event but you had no idea of what to buy? %1$s'Search wishlists'%2$s allows "
@@ -853,11 +872,12 @@ msgid ""
853
  "your products and even encourage users to purchase."
854
  msgstr ""
855
 
856
- #: templates/admin/wishlist-panel-premium.php:273
857
  msgid "'ADD TO CART' CHECKBOX"
858
  msgstr ""
859
 
860
- #: templates/admin/wishlist-panel-premium.php:275
 
861
  msgid ""
862
  "Your shop offers always a wide selection of products and wishlists of your "
863
  "users get more and more crowded everyday. Give them the possibility to "
@@ -865,19 +885,20 @@ msgid ""
865
  "just with one click."
866
  msgstr ""
867
 
868
- #: templates/admin/wishlist-panel-premium.php:278
869
  msgid "'ADD TO CART'"
870
  msgstr ""
871
 
872
- #: templates/admin/wishlist-panel-premium.php:285
873
  msgid "DISABLE WISHLIST"
874
  msgstr ""
875
 
876
- #: templates/admin/wishlist-panel-premium.php:290
877
  msgid "DISABLE WISHLIST FOR UNLOGGED USERS"
878
  msgstr ""
879
 
880
- #: templates/admin/wishlist-panel-premium.php:292
 
881
  msgid ""
882
  "Favour users that have registered to your shop and disable plugin "
883
  "functionalities for all users that have not. By disabling this option, each "
@@ -885,27 +906,29 @@ msgid ""
885
  "%2$s to \"My Account\" page and a message will invite them to log in."
886
  msgstr ""
887
 
888
- #: templates/admin/wishlist-panel-premium.php:301
889
  msgid "MESSAGE TO UNLOGGED USERS"
890
  msgstr ""
891
 
892
- #: templates/admin/wishlist-panel-premium.php:303
 
893
  msgid ""
894
  "Invite users that are visiting your shop to login if they want to fully "
895
  "benefit from Wishlist functionalities. Show a %1$scustomised message%2$s and "
896
  "redirect them to \"My Account\" page for registration."
897
  msgstr ""
898
 
899
- #: templates/admin/wishlist-panel-premium.php:306
900
  msgid "UNLOGGED USERS"
901
  msgstr ""
902
 
903
- #: templates/admin/wishlist-panel-premium.php:313
904
- #: templates/admin/wishlist-panel-premium.php:318
905
  msgid "POPULAR TABLE"
906
  msgstr ""
907
 
908
- #: templates/admin/wishlist-panel-premium.php:320
 
909
  msgid ""
910
  "Some products draw customer's attention more than others and they do not "
911
  "hesitate to add products to their wishlist. Table %1$s'Popular'%2$s allows "
@@ -913,27 +936,29 @@ msgid ""
913
  "their wishlists."
914
  msgstr ""
915
 
916
- #: templates/admin/wishlist-panel-premium.php:329
917
  msgid "FUNCTIONALITIES IN ONE CLICK"
918
  msgstr ""
919
 
920
- #: templates/admin/wishlist-panel-premium.php:331
 
921
  msgid ""
922
  "Users have the possibility to search for a wishlist, create a new one or "
923
  "display those already created. Add these %1$sfunctionalities%2$s through the "
924
  "dedicated widgets or show them immediately after \"Wishlist\" table."
925
  msgstr ""
926
 
927
- #: templates/admin/wishlist-panel-premium.php:334
928
  msgid "FUNCTIONALITIES"
929
  msgstr ""
930
 
931
- #: templates/admin/wishlist-panel-premium.php:341
932
- #: templates/admin/wishlist-panel-premium.php:346
933
  msgid "PROMOTIONAL EMAIL"
934
  msgstr ""
935
 
936
- #: templates/admin/wishlist-panel-premium.php:348
 
937
  msgid ""
938
  "If you want to give the right input to your users to persuade them to "
939
  "%1$spurchase the products%2$s they have in their wishlists, you need to use "
@@ -942,11 +967,12 @@ msgid ""
942
  "will know you are offering a unique offer!"
943
  msgstr ""
944
 
945
- #: templates/admin/wishlist-panel-premium.php:357
946
  msgid "FROM A WISHLIST TO ANOTHER"
947
  msgstr ""
948
 
949
- #: templates/admin/wishlist-panel-premium.php:359
 
950
  msgid ""
951
  "Who said that a product has to remain forever in the same wishlist? With the "
952
  "option %1$s\"Show \"Move to another wishlist\" dropdown menu\"%2$s, with "
@@ -954,126 +980,106 @@ msgid ""
954
  "another one, managing as they want their lists."
955
  msgstr ""
956
 
957
- #: templates/admin/wishlist-panel-premium.php:362
958
  msgid "FROM A WISHLIST"
959
  msgstr ""
960
 
961
- #: templates/admin/wishlist-panel-premium.php:369
962
  msgid "DATE"
963
  msgstr ""
964
 
965
- #: templates/admin/wishlist-panel-premium.php:374
966
  msgid "DATE OF ADDITION TO A WISHLIST"
967
  msgstr ""
968
 
969
- #: templates/admin/wishlist-panel-premium.php:376
 
970
  msgid ""
971
  "Activating the %1$s\"Show date of addition\"%2$s option, users can see the "
972
  "date in which they have added a particular product to their list: a new way "
973
  "to keep you users informed about their operations."
974
  msgstr ""
975
 
976
- #: templates/share.php:32
977
  msgid "Pinterest"
978
  msgstr ""
979
 
980
- #: templates/share.php:38
981
  msgid "Google+"
982
  msgstr ""
983
 
984
- #: templates/share.php:44
985
  msgid "Email"
986
  msgstr ""
987
 
988
- #: templates/wishlist-view.php:32
989
  msgid "Edit title"
990
  msgstr ""
991
 
992
- #: templates/wishlist-view.php:41
993
  msgid "Save"
994
  msgstr ""
995
 
996
- #: templates/wishlist-view.php:45
997
  msgid "Cancel"
998
  msgstr ""
999
 
1000
- #: templates/wishlist-view.php:82
1001
  msgid "Product Name"
1002
  msgstr "商品名稱"
1003
 
1004
- #: templates/wishlist-view.php:89
1005
  msgid "Unit Price"
1006
  msgstr "單價"
1007
 
1008
- #: templates/wishlist-view.php:102
1009
  msgid "Stock Status"
1010
  msgstr "庫存狀態"
1011
 
1012
- #: templates/wishlist-view.php:152 templates/wishlist-view.php:232
1013
  msgid "Remove this product"
1014
  msgstr "移除這個商品"
1015
 
1016
- #: templates/wishlist-view.php:172
1017
  msgid "Free!"
1018
  msgstr "免費!"
1019
 
1020
- #: templates/wishlist-view.php:179
1021
  msgid "Out of Stock"
1022
  msgstr "缺貨"
1023
 
1024
- #: templates/wishlist-view.php:179
1025
  msgid "In Stock"
1026
  msgstr "有貨"
1027
 
1028
- #: templates/wishlist-view.php:188
 
1029
  msgid "Added on : %s"
1030
  msgstr ""
1031
 
1032
- #: templates/wishlist-view.php:200
1033
  msgid "Move"
1034
  msgstr ""
1035
 
1036
- #: templates/wishlist-view.php:232
1037
  msgid "Remove"
1038
  msgstr ""
1039
 
1040
- #: templates/wishlist-view.php:259
1041
  msgid "Add the selected products to the cart"
1042
  msgstr ""
1043
 
1044
- #: templates/wishlist-view.php:267 templates/wishlist-view.php:313
1045
  msgid "Ask for an estimate"
1046
  msgstr ""
1047
 
1048
- #: templates/wishlist-view.php:303
1049
  msgid "Your email"
1050
  msgstr ""
1051
 
1052
- #. Plugin Name of the plugin/theme
1053
  #, fuzzy
1054
- msgid "YITH WooCommerce Wishlist"
1055
- msgstr "瀏覽「願望清單」"
1056
-
1057
- #. Plugin URI of the plugin/theme
1058
- msgid "https://yithemes.com/themes/plugins/yith-woocommerce-wishlist/"
1059
- msgstr ""
1060
-
1061
- #. Description of the plugin/theme
1062
- msgid ""
1063
- "<code><strong>YITH WooCommerce Wishlist</strong></code> gives your users the "
1064
- "possibility to create, fill, manage and share their wishlists allowing you "
1065
- "to analyze their interests and needs to improve your marketing strategies. "
1066
- "<a href=\"https://yithemes.com/\" target=\"_blank\">Get more plugins for "
1067
- "your e-commerce on <strong>YITH</strong></a>"
1068
- msgstr ""
1069
-
1070
- #. Author of the plugin/theme
1071
- msgid "YITH"
1072
- msgstr ""
1073
-
1074
- #. Author URI of the plugin/theme
1075
- msgid "https://yithemes.com/"
1076
- msgstr ""
1077
 
1078
  #~ msgid "Select a date"
1079
  #~ msgstr "選擇日期"
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
5
+ "POT-Creation-Date: 2019-02-12 14:39+0100\n"
6
+ "PO-Revision-Date: 2019-02-12 14:39+0100\n"
7
  "Last-Translator: 李明軒 <eggeggxuan@gmail.com>\n"
8
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
9
  "Language: zh_TW\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 2.2\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"
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:1484
25
+ #: ../includes/class.yith-wcwl-admin-init.php:1485
26
+ #: ../includes/class.yith-wcwl-install.php:245
27
  msgid "Wishlist"
28
  msgstr "願望清單"
29
 
30
+ #: ../includes/class.yith-wcwl-admin-init.php:161
31
  msgid "Settings"
32
  msgstr ""
33
 
34
+ #: ../includes/class.yith-wcwl-admin-init.php:162
35
+ #: ../includes/class.yith-wcwl-admin-init.php:243
36
  msgid "Colors"
37
  msgstr ""
38
 
39
+ #: ../includes/class.yith-wcwl-admin-init.php:163
40
  msgid "Premium Version"
41
  msgstr ""
42
 
43
+ #: ../includes/class.yith-wcwl-admin-init.php:1015
44
  msgid "Enable all plugin features"
45
  msgstr ""
46
 
47
+ #: ../includes/class.yith-wcwl-admin-init.php:1016
48
  msgid ""
49
  "Be sure to select at least one option in the Wishlist page menu in this "
50
  "settings page"
51
  msgstr ""
52
 
53
+ #: ../includes/class.yith-wcwl-admin-init.php:1017
54
  msgctxt "[Part of]: Also, please read the plugin documentation"
55
  msgid "Also, please read the plugin"
56
  msgstr ""
57
 
58
+ #: ../includes/class.yith-wcwl-admin-init.php:1018
59
  msgctxt "[Part Of]: Also, please read the plugin documentation"
60
  msgid "documentation"
61
  msgstr ""
62
 
63
+ #: ../includes/class.yith-wcwl-admin-init.php:1024
64
  msgid "Upgrade to the PREMIUM VERSION"
65
  msgstr ""
66
 
67
+ #: ../includes/class.yith-wcwl-admin-init.php:1028
68
  msgid "Discover the Advanced Features"
69
  msgstr ""
70
 
71
+ #: ../includes/class.yith-wcwl-admin-init.php:1029
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:1035
78
  msgid "Get Support and Pro Features"
79
  msgstr ""
80
 
81
+ #: ../includes/class.yith-wcwl-admin-init.php:1036
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:1046
89
  msgid "General Settings"
90
  msgstr ""
91
 
92
+ #: ../includes/class.yith-wcwl-admin-init.php:1053
93
  msgid "Enable YITH Wishlist"
94
  msgstr ""
95
 
96
+ #: ../includes/class.yith-wcwl-admin-init.php:1060
97
  msgid "Default wishlist title"
98
  msgstr ""
99
 
100
+ #: ../includes/class.yith-wcwl-admin-init.php:1062
101
+ #: ../includes/class.yith-wcwl-admin-init.php:1063
102
+ #: ../includes/class.yith-wcwl-admin-init.php:1299
103
+ #, php-format
104
  msgid "My wishlist on %s"
105
  msgstr ""
106
 
107
+ #: ../includes/class.yith-wcwl-admin-init.php:1068
108
  msgid "Wishlist Page"
109
  msgstr ""
110
 
111
+ #: ../includes/class.yith-wcwl-admin-init.php:1069
112
  msgid "Page contents: [yith_wcwl_wishlist]"
113
  msgstr ""
114
 
115
+ #: ../includes/class.yith-wcwl-admin-init.php:1078
116
  msgid "Position"
117
  msgstr ""
118
 
119
+ #: ../includes/class.yith-wcwl-admin-init.php:1079
120
  msgid ""
121
  "You can add the button in variable products only after the \"Add to Cart\" "
122
  "button or using the shortcode [yith_wcwl_add_to_wishlist]."
123
  msgstr ""
124
 
125
+ #: ../includes/class.yith-wcwl-admin-init.php:1085
126
  msgid "After \"Add to cart\""
127
  msgstr ""
128
 
129
+ #: ../includes/class.yith-wcwl-admin-init.php:1086
130
  msgid "After thumbnails"
131
  msgstr ""
132
 
133
+ #: ../includes/class.yith-wcwl-admin-init.php:1087
134
  msgid "After summary"
135
  msgstr ""
136
 
137
+ #: ../includes/class.yith-wcwl-admin-init.php:1088
138
  msgid "Use shortcode"
139
  msgstr ""
140
 
141
+ #: ../includes/class.yith-wcwl-admin-init.php:1093
142
  msgid "Redirect to cart"
143
  msgstr ""
144
 
145
+ #: ../includes/class.yith-wcwl-admin-init.php:1094
146
  msgid ""
147
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
148
  "page."
149
  msgstr ""
150
 
151
+ #: ../includes/class.yith-wcwl-admin-init.php:1100
152
  msgid "Remove if added to the cart"
153
  msgstr ""
154
 
155
+ #: ../includes/class.yith-wcwl-admin-init.php:1101
156
  msgid "Remove the product from the wishlist if it has been added to the cart."
157
  msgstr ""
158
 
159
+ #: ../includes/class.yith-wcwl-admin-init.php:1107
160
  msgid "\"Add to Wishlist\" text"
161
  msgstr ""
162
 
163
+ #: ../includes/class.yith-wcwl-admin-init.php:1109
164
  msgid "Add to Wishlist"
165
  msgstr ""
166
 
167
+ #: ../includes/class.yith-wcwl-admin-init.php:1114
168
  #, fuzzy
169
  msgid "\"Browse wishlist\" text"
170
  msgstr "瀏覽「願望清單」"
171
 
172
+ #: ../includes/class.yith-wcwl-admin-init.php:1116
173
+ #: ../includes/class.yith-wcwl-ui.php:82 ../includes/class.yith-wcwl-ui.php:83
174
  msgid "Browse Wishlist"
175
  msgstr "瀏覽「願望清單」"
176
 
177
+ #: ../includes/class.yith-wcwl-admin-init.php:1121
178
  #, fuzzy
179
  msgid "\"Product already in wishlist\" text"
180
  msgstr "商品已經加入收藏在「願望清單」裡面。"
181
 
182
+ #: ../includes/class.yith-wcwl-admin-init.php:1123
183
+ #: ../includes/class.yith-wcwl-ui.php:83
184
  msgid "The product is already in the wishlist!"
185
  msgstr "這個商品已經加入收藏在「願望清單」裡面!"
186
 
187
+ #: ../includes/class.yith-wcwl-admin-init.php:1128
188
  #, fuzzy
189
  msgid "\"Product added\" text"
190
  msgstr "加入收藏!"
191
 
192
+ #: ../includes/class.yith-wcwl-admin-init.php:1130
193
+ #: ../includes/class.yith-wcwl-ui.php:82
194
  msgid "Product added!"
195
  msgstr "加入收藏!"
196
 
197
+ #: ../includes/class.yith-wcwl-admin-init.php:1135
198
  msgid "\"Add to Cart\" text"
199
  msgstr ""
200
 
201
+ #: ../includes/class.yith-wcwl-admin-init.php:1137
202
  msgid "Add to Cart"
203
  msgstr ""
204
 
205
+ #: ../includes/class.yith-wcwl-admin-init.php:1142
206
  msgid "Show Unit price"
207
  msgstr ""
208
 
209
+ #: ../includes/class.yith-wcwl-admin-init.php:1143
210
  msgid "Show unit price for each product in wishlist"
211
  msgstr ""
212
 
213
+ #: ../includes/class.yith-wcwl-admin-init.php:1150
214
  msgid "Show \"Add to Cart\" button"
215
  msgstr ""
216
 
217
+ #: ../includes/class.yith-wcwl-admin-init.php:1151
218
  msgid "Show \"Add to Cart\" button for each product in wishlist"
219
  msgstr ""
220
 
221
+ #: ../includes/class.yith-wcwl-admin-init.php:1158
222
  msgid "Show Stock status"
223
  msgstr ""
224
 
225
+ #: ../includes/class.yith-wcwl-admin-init.php:1159
226
  msgid ""
227
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
228
  msgstr ""
229
 
230
+ #: ../includes/class.yith-wcwl-admin-init.php:1166
231
  msgid "Show Date of addition"
232
  msgstr ""
233
 
234
+ #: ../includes/class.yith-wcwl-admin-init.php:1167
235
  #, fuzzy
236
  msgid "Show the date when users have added a product to the wishlist"
237
  msgstr "商品加入收藏到「願望清單」時,發生了錯誤。"
238
 
239
+ #: ../includes/class.yith-wcwl-admin-init.php:1174
240
  msgid "Add second remove button"
241
  msgstr ""
242
 
243
+ #: ../includes/class.yith-wcwl-admin-init.php:1175
244
  msgid "Add a second remove button in the last column, with extended label"
245
  msgstr ""
246
 
247
+ #: ../includes/class.yith-wcwl-admin-init.php:1190
248
  msgid "Styles"
249
  msgstr ""
250
 
251
+ #: ../includes/class.yith-wcwl-admin-init.php:1197
252
  msgid "Use buttons"
253
  msgstr ""
254
 
255
+ #: ../includes/class.yith-wcwl-admin-init.php:1198
256
  msgid "Use buttons instead of simple anchors."
257
  msgstr ""
258
 
259
+ #: ../includes/class.yith-wcwl-admin-init.php:1204
260
  msgid "Custom CSS"
261
  msgstr ""
262
 
263
+ #: ../includes/class.yith-wcwl-admin-init.php:1211
264
  msgid "Use theme style"
265
  msgstr ""
266
 
267
+ #: ../includes/class.yith-wcwl-admin-init.php:1212
268
  msgid "Use the theme style."
269
  msgstr ""
270
 
271
+ #: ../includes/class.yith-wcwl-admin-init.php:1218
272
  msgid "Rounded buttons"
273
  msgstr ""
274
 
275
+ #: ../includes/class.yith-wcwl-admin-init.php:1219
276
  msgid "Make button corners rounded"
277
  msgstr ""
278
 
279
+ #: ../includes/class.yith-wcwl-admin-init.php:1225
280
  msgid "\"Add to Wishlist\" icon"
281
  msgstr ""
282
 
283
+ #: ../includes/class.yith-wcwl-admin-init.php:1226
284
  msgid "Add an icon to the \"Add to Wishlist\" button"
285
  msgstr ""
286
 
287
+ #: ../includes/class.yith-wcwl-admin-init.php:1236
288
  msgid "\"Add to Cart\" icon"
289
  msgstr ""
290
 
291
+ #: ../includes/class.yith-wcwl-admin-init.php:1237
292
  msgid "Add an icon to the \"Add to Cart\" button"
293
  msgstr ""
294
 
295
+ #: ../includes/class.yith-wcwl-admin-init.php:1255
296
  msgid "Social Networks & Share"
297
  msgstr ""
298
 
299
+ #: ../includes/class.yith-wcwl-admin-init.php:1262
300
  msgid "Share on Facebook"
301
  msgstr ""
302
 
303
+ #: ../includes/class.yith-wcwl-admin-init.php:1263
304
  msgid "Show \"Share on Facebook\" button"
305
  msgstr ""
306
 
307
+ #: ../includes/class.yith-wcwl-admin-init.php:1269
308
  msgid "Tweet on Twitter"
309
  msgstr ""
310
 
311
+ #: ../includes/class.yith-wcwl-admin-init.php:1270
312
  msgid "Show \"Tweet on Twitter\" button"
313
  msgstr ""
314
 
315
+ #: ../includes/class.yith-wcwl-admin-init.php:1276
316
  msgid "Pin on Pinterest"
317
  msgstr ""
318
 
319
+ #: ../includes/class.yith-wcwl-admin-init.php:1277
320
  msgid "Show \"Pin on Pinterest\" button"
321
  msgstr ""
322
 
323
+ #: ../includes/class.yith-wcwl-admin-init.php:1283
324
  msgid "Share on Google+"
325
  msgstr ""
326
 
327
+ #: ../includes/class.yith-wcwl-admin-init.php:1284
328
  msgid "Show \"Share on Google+\" button"
329
  msgstr ""
330
 
331
+ #: ../includes/class.yith-wcwl-admin-init.php:1290
332
  msgid "Share by Email"
333
  msgstr ""
334
 
335
+ #: ../includes/class.yith-wcwl-admin-init.php:1291
336
  msgid "Show \"Share by Email\" button"
337
  msgstr ""
338
 
339
+ #: ../includes/class.yith-wcwl-admin-init.php:1297
340
  msgid "Social title"
341
  msgstr ""
342
 
343
+ #: ../includes/class.yith-wcwl-admin-init.php:1304
344
  msgid "Social text"
345
  msgstr ""
346
 
347
+ #: ../includes/class.yith-wcwl-admin-init.php:1305
348
  msgid ""
349
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
350
  "strong> where you want to show the URL of your wishlist."
351
  msgstr ""
352
 
353
+ #: ../includes/class.yith-wcwl-admin-init.php:1312
354
  msgid "Social image URL"
355
  msgstr ""
356
 
357
+ #: ../includes/class.yith-wcwl-admin-init.php:1313
358
  msgid "It will be used by Pinterest."
359
  msgstr ""
360
 
361
+ #: ../includes/class.yith-wcwl-admin-init.php:1327
362
+ #, php-format
363
  msgid ""
364
  "If you want to take advantage of this feature, you could consider to "
365
  "purchase the %s."
366
  msgstr ""
367
 
368
+ #: ../includes/class.yith-wcwl-admin-init.php:1332
369
  msgid "YITH WooCommerce Frequently Bought Together Integration"
370
  msgstr ""
371
 
372
+ #: ../includes/class.yith-wcwl-admin-init.php:1339
373
  msgid "Enable slider in wishlist"
374
  msgstr ""
375
 
376
+ #: ../includes/class.yith-wcwl-admin-init.php:1340
377
+ #, php-format
378
  msgid ""
379
  "Choose to enable product slider in wishlist page with linked products (<a "
380
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
381
  msgstr ""
382
 
383
+ #: ../includes/class.yith-wcwl-admin-init.php:1376
384
  msgid "\"Add to wishlist\" button"
385
  msgstr ""
386
 
387
+ #: ../includes/class.yith-wcwl-admin-init.php:1379
388
+ #: ../includes/class.yith-wcwl-admin-init.php:1397
389
+ #: ../includes/class.yith-wcwl-admin-init.php:1415
390
+ #: ../includes/class.yith-wcwl-admin-init.php:1433
391
+ #: ../includes/class.yith-wcwl-admin-init.php:1451
392
  msgid "Background"
393
  msgstr ""
394
 
395
+ #: ../includes/class.yith-wcwl-admin-init.php:1380
396
+ #: ../includes/class.yith-wcwl-admin-init.php:1398
397
+ #: ../includes/class.yith-wcwl-admin-init.php:1416
398
+ #: ../includes/class.yith-wcwl-admin-init.php:1434
399
+ #: ../includes/class.yith-wcwl-admin-init.php:1452
400
  msgid "Text"
401
  msgstr ""
402
 
403
+ #: ../includes/class.yith-wcwl-admin-init.php:1381
404
+ #: ../includes/class.yith-wcwl-admin-init.php:1399
405
+ #: ../includes/class.yith-wcwl-admin-init.php:1417
406
+ #: ../includes/class.yith-wcwl-admin-init.php:1435
407
+ #: ../includes/class.yith-wcwl-admin-init.php:1453
408
  msgid "Border"
409
  msgstr ""
410
 
411
+ #: ../includes/class.yith-wcwl-admin-init.php:1388
412
+ #: ../includes/class.yith-wcwl-admin-init.php:1406
413
+ #: ../includes/class.yith-wcwl-admin-init.php:1424
414
+ #: ../includes/class.yith-wcwl-admin-init.php:1442
415
  msgid "Background (hover)"
416
  msgstr ""
417
 
418
+ #: ../includes/class.yith-wcwl-admin-init.php:1389
419
+ #: ../includes/class.yith-wcwl-admin-init.php:1407
420
+ #: ../includes/class.yith-wcwl-admin-init.php:1425
421
+ #: ../includes/class.yith-wcwl-admin-init.php:1443
422
  msgid "Text (hover)"
423
  msgstr ""
424
 
425
+ #: ../includes/class.yith-wcwl-admin-init.php:1390
426
+ #: ../includes/class.yith-wcwl-admin-init.php:1408
427
+ #: ../includes/class.yith-wcwl-admin-init.php:1426
428
+ #: ../includes/class.yith-wcwl-admin-init.php:1444
429
  msgid "Border (hover)"
430
  msgstr ""
431
 
432
+ #: ../includes/class.yith-wcwl-admin-init.php:1394
433
  msgid "\"Add to Cart\" button"
434
  msgstr ""
435
 
436
+ #: ../includes/class.yith-wcwl-admin-init.php:1412
437
  msgid "\"Style 1\" button"
438
  msgstr ""
439
 
440
+ #: ../includes/class.yith-wcwl-admin-init.php:1430
441
  msgid "\"Style 2\" button"
442
  msgstr ""
443
 
444
+ #: ../includes/class.yith-wcwl-admin-init.php:1448
445
  #, fuzzy
446
  msgid "Wishlist table"
447
  msgstr "願望清單"
448
 
449
+ #: ../includes/class.yith-wcwl-admin-init.php:1457
450
  msgid "Headers"
451
  msgstr ""
452
 
453
+ #: ../includes/class.yith-wcwl-admin-init.php:1460
454
  msgid "Background color"
455
  msgstr ""
456
 
457
+ #: ../includes/class.yith-wcwl-admin-init.php:1550
458
  #, fuzzy
459
  msgid "Wishlist Activated"
460
  msgstr "願望清單"
461
 
462
+ #: ../includes/class.yith-wcwl-admin-init.php:1551
463
+ #, php-format
464
  msgid ""
465
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
466
  "can access to all the settings of our plugins that you have activated. "
468
  "options, <a href=\"%s\">discover it now</a>."
469
  msgstr ""
470
 
471
+ #: ../includes/class.yith-wcwl-admin-init.php:1562
472
  #, fuzzy
473
  msgid "Wishlist Updated"
474
  msgstr "願望清單"
475
 
476
+ #: ../includes/class.yith-wcwl-admin-init.php:1563
477
+ #, php-format
478
  msgid ""
479
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
480
  "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
483
  "\">discover the PREMIUM version.</a>"
484
  msgstr ""
485
 
486
+ #: ../includes/class.yith-wcwl-init.php:437
487
  msgid ""
488
  "We are sorry, but this feature is available only if cookies are enabled on "
489
  "your browser."
490
  msgstr ""
491
 
492
+ #: ../includes/class.yith-wcwl-init.php:438
493
  #, fuzzy
494
  msgid "Product correctly added to cart"
495
  msgstr "加入收藏!"
496
 
497
+ #: ../includes/class.yith-wcwl-install.php:244
498
  msgctxt "page_slug"
499
  msgid "wishlist"
500
  msgstr ""
501
 
502
+ #: ../includes/class.yith-wcwl-privacy.php:50
503
  msgid "While you visit our site, we’ll track:"
504
  msgstr ""
505
 
506
+ #: ../includes/class.yith-wcwl-privacy.php:52
507
  msgid ""
508
  "Products you’ve added to the wishlist: we’ll use this to show you and other "
509
  "users your favourite products, and to create targeted email campaigns."
510
  msgstr ""
511
 
512
+ #: ../includes/class.yith-wcwl-privacy.php:53
513
  msgid ""
514
  "Wishlists you’ve created: we’ll keep track of the wishlists you create, and "
515
  "make them visible to the store’s staff"
516
  msgstr ""
517
 
518
+ #: ../includes/class.yith-wcwl-privacy.php:55
519
  msgid ""
520
  "We’ll also use cookies to keep track of wishlist contents while you’re "
521
  "browsing our site."
522
  msgstr ""
523
 
524
+ #: ../includes/class.yith-wcwl-privacy.php:58
525
  msgid ""
526
  "Members of our team have access to the information you provide us. For "
527
  "example, both Administrators and Shop Managers can access:"
528
  msgstr ""
529
 
530
+ #: ../includes/class.yith-wcwl-privacy.php:60
531
  msgid ""
532
  "Wishlist details, such as products added, date of addition, name and privacy "
533
  "settings of your wishlists"
534
  msgstr ""
535
 
536
+ #: ../includes/class.yith-wcwl-privacy.php:62
537
  msgid ""
538
  "Our team members have access to this information to offer you better deals "
539
  "for the products you love."
540
  msgstr ""
541
 
542
+ #: ../includes/class.yith-wcwl-privacy.php:82
543
+ #: ../includes/class.yith-wcwl-privacy.php:98
544
  #, fuzzy
545
  msgid "Customer Wishlists"
546
  msgstr "瀏覽「願望清單」"
547
 
548
+ #: ../includes/class.yith-wcwl-privacy.php:133
549
  #, fuzzy
550
  msgid "Wishlists"
551
  msgstr "願望清單"
552
 
553
+ #: ../includes/class.yith-wcwl-privacy.php:195
554
+ #, php-format
555
  msgid "Removed wishlist %s."
556
  msgstr ""
557
 
558
+ #: ../includes/class.yith-wcwl-privacy.php:199
559
+ #, php-format
560
  msgid "Wishlist %s has been retained."
561
  msgstr ""
562
 
563
+ #: ../includes/class.yith-wcwl-privacy.php:210
564
  msgid "Removed default user's wishlist"
565
  msgstr ""
566
 
567
+ #: ../includes/class.yith-wcwl-privacy.php:228
568
  msgid "Token"
569
  msgstr ""
570
 
571
+ #: ../includes/class.yith-wcwl-privacy.php:229
572
  #, fuzzy
573
  msgid "Wishlist url"
574
  msgstr "願望清單"
575
 
576
+ #: ../includes/class.yith-wcwl-privacy.php:230
577
  msgid "Title"
578
  msgstr ""
579
 
580
+ #: ../includes/class.yith-wcwl-privacy.php:231
581
  msgctxt "date wishlist was created"
582
  msgid "Created on"
583
  msgstr ""
584
 
585
+ #: ../includes/class.yith-wcwl-privacy.php:232
586
  msgid "Visibility"
587
  msgstr ""
588
 
589
+ #: ../includes/class.yith-wcwl-privacy.php:233
590
  msgid "Items Added"
591
  msgstr ""
592
 
593
+ #: ../includes/class.yith-wcwl-privacy.php:283
594
+ #: ../templates/wishlist-view.php:212
595
  #, fuzzy
596
  msgid "Shared"
597
  msgstr "分享:"
598
 
599
+ #: ../includes/class.yith-wcwl-privacy.php:286
600
+ #: ../templates/wishlist-view.php:215
601
  msgid "Private"
602
  msgstr ""
603
 
604
+ #: ../includes/class.yith-wcwl-privacy.php:289
605
+ #: ../templates/wishlist-view.php:218
606
  msgid "Public"
607
  msgstr ""
608
 
609
+ #: ../includes/class.yith-wcwl-shortcode.php:45
610
  #, fuzzy
611
  msgctxt "[gutenberg]: block name"
612
  msgid "YITH Add to Wishlist"
613
  msgstr "瀏覽「願望清單」"
614
 
615
+ #: ../includes/class.yith-wcwl-shortcode.php:46
616
  msgctxt "[gutenberg]: block description"
617
  msgid "Shows Add to Wishlist button"
618
  msgstr ""
619
 
620
+ #: ../includes/class.yith-wcwl-shortcode.php:51
621
  msgid ""
622
  "ID of the product to add to wishlist (leave empty to use global product)"
623
  msgstr ""
624
 
625
+ #: ../includes/class.yith-wcwl-shortcode.php:56
626
  msgid "Url of wishlist page (leave empty to use default)"
627
  msgstr ""
628
 
629
+ #: ../includes/class.yith-wcwl-shortcode.php:61
630
  msgid "Button label (leave empty to use default)"
631
  msgstr ""
632
 
633
+ #: ../includes/class.yith-wcwl-shortcode.php:66
634
  msgid "\"Browse wishlist\" label (leave empty to use default)"
635
  msgstr ""
636
 
637
+ #: ../includes/class.yith-wcwl-shortcode.php:71
638
  #, fuzzy
639
  msgid "\"Product already in wishlist\" label (leave empty to use default)"
640
  msgstr "商品已經加入收藏在「願望清單」裡面。"
641
 
642
+ #: ../includes/class.yith-wcwl-shortcode.php:76
643
  msgid "\"Product added to wishlist\" label (leave empty to use default)"
644
  msgstr ""
645
 
646
+ #: ../includes/class.yith-wcwl-shortcode.php:81
647
  msgid ""
648
  "Icon for the button (use any FontAwesome valid class, or leave empty to use "
649
  "default)"
650
  msgstr ""
651
 
652
+ #: ../includes/class.yith-wcwl-shortcode.php:86
653
  msgid "Additional css classes for the button (leave empty to use default)"
654
  msgstr ""
655
 
656
+ #: ../includes/class.yith-wcwl-shortcode.php:94
657
  #, fuzzy
658
  msgctxt "[gutenberg]: block name"
659
  msgid "YITH Wishlist"
660
  msgstr "願望清單"
661
 
662
+ #: ../includes/class.yith-wcwl-shortcode.php:95
663
  #, fuzzy
664
  msgctxt "[gutenberg]: block description"
665
  msgid "Shows list of products in wishlist"
666
  msgstr "這個商品已經加入收藏在「願望清單」裡面!"
667
 
668
+ #: ../includes/class.yith-wcwl-shortcode.php:100
669
  msgid "Choose whether to paginate items in the wishlist or show them all"
670
  msgstr ""
671
 
672
+ #: ../includes/class.yith-wcwl-shortcode.php:103
673
  msgid "Paginate"
674
  msgstr ""
675
 
676
+ #: ../includes/class.yith-wcwl-shortcode.php:104
677
  msgid "Do not paginate"
678
  msgstr ""
679
 
680
+ #: ../includes/class.yith-wcwl-shortcode.php:109
681
  msgid "Number of items to show for each page"
682
  msgstr ""
683
 
684
+ #: ../includes/class.yith-wcwl-shortcode.php:114
685
  msgid "ID of the wishlist to show (EG: K6EOWXB888ZD)"
686
  msgstr ""
687
 
688
+ #: ../includes/class.yith-wcwl-shortcode.php:386
689
+ #: ../includes/class.yith-wcwl-ui.php:164
690
  msgid "Share on:"
691
  msgstr "分享:"
692
 
693
+ #: ../includes/class.yith-wcwl-ui.php:118
694
+ #: ../includes/class.yith-wcwl-ui.php:200
695
  msgid "Select options"
696
  msgstr "選擇選項"
697
 
698
+ #: ../includes/class.yith-wcwl-ui.php:168 ../templates/share.php:20
699
  msgid "Facebook"
700
  msgstr ""
701
 
702
+ #: ../includes/class.yith-wcwl-ui.php:171 ../templates/share.php:26
703
  msgid "Twitter"
704
  msgstr ""
705
 
706
+ #: ../includes/class.yith-wcwl-ui.php:180
707
  msgid "email"
708
  msgstr ""
709
 
710
+ #: ../includes/class.yith-wcwl.php:201
711
  #, fuzzy
712
  msgid "An error occurred while adding products to the wishlist."
713
  msgstr "商品加入收藏到「願望清單」時,發生了錯誤。"
714
 
715
+ #: ../includes/class.yith-wcwl.php:293
716
  #, fuzzy
717
  msgid "An error occurred while adding products to wishlist."
718
  msgstr "商品加入收藏到「願望清單」時,發生了錯誤。"
719
 
720
+ #: ../includes/class.yith-wcwl.php:310
721
  msgid "The \"Remove\" option now does not require any parameter"
722
  msgstr ""
723
 
724
+ #: ../includes/class.yith-wcwl.php:359
725
  #, fuzzy
726
  msgid "An error occurred while removing products from the wishlist"
727
  msgstr "從「願望清單」移除商品時,發生了錯誤。"
728
 
729
+ #: ../includes/class.yith-wcwl.php:809
730
  msgid "You need to log in before creating a new wishlist"
731
  msgstr ""
732
 
733
+ #: ../includes/class.yith-wcwl.php:1610
734
  msgid "Product successfully removed."
735
  msgstr "成功移除商品。"
736
 
737
+ #: ../includes/class.yith-wcwl.php:1614
738
  msgid "Error. Unable to remove the product from the wishlist."
739
  msgstr "錯誤。無法從「願望清單」移除這個商品。"
740
 
741
+ #: ../includes/class.yith-wcwl.php:1618 ../templates/wishlist-view.php:242
742
  msgid "No products were added to the wishlist"
743
  msgstr "你目前沒有加入收藏任何商品到「願望清單」裡面"
744
 
745
+ #: ../includes/class.yith-wcwl.php:1660
746
  msgid "An error as occurred."
747
  msgstr ""
748
 
749
+ #: ../init.php:130
750
  msgid "is enabled but not effective. It requires WooCommerce in order to work."
751
  msgstr ""
752
 
753
+ #: ../init.php:140
754
  msgid "You can't activate the free version of"
755
  msgstr ""
756
 
757
+ #: ../init.php:140
758
  msgid "while you are using the premium one."
759
  msgstr ""
760
 
761
+ #: ../templates/admin/wishlist-panel-premium.php:185
762
+ #: ../templates/admin/wishlist-panel-premium.php:383
763
+ #, php-format
764
  msgid ""
765
  "Upgrade to the %1$spremium version%2$s%3$sof %1$sYITH WooCommerce Wishlist"
766
  "%2$s to benefit from all features!"
767
  msgstr ""
768
 
769
+ #: ../templates/admin/wishlist-panel-premium.php:187
770
+ #: ../templates/admin/wishlist-panel-premium.php:385
771
+ #, php-format
772
  msgid "%1$sUPGRADE%2$s%3$s to the premium version%2$s"
773
  msgstr ""
774
 
775
+ #: ../templates/admin/wishlist-panel-premium.php:193
776
  msgid "Premium Features"
777
  msgstr ""
778
 
779
+ #: ../templates/admin/wishlist-panel-premium.php:196
780
+ #: ../templates/admin/wishlist-panel-premium.php:201
781
  msgid "Multiple Wishlist"
782
  msgstr ""
783
 
784
+ #: ../templates/admin/wishlist-panel-premium.php:203
785
+ #, php-format
786
  msgid ""
787
  "%1$sDoes it ever happened to you to have too many wishes for a single wish "
788
  "list?%2$s%3$s The possibility to manage one's wishes is a fundamental "
793
  "manage and share their own wish lists."
794
  msgstr ""
795
 
796
+ #: ../templates/admin/wishlist-panel-premium.php:212
797
+ #: ../templates/admin/wishlist-panel-premium.php:222
798
  msgid "Wishlist Private"
799
  msgstr ""
800
 
801
+ #: ../templates/admin/wishlist-panel-premium.php:214
802
+ #, php-format
803
  msgid ""
804
  "By enabling the option wishlist, users will also have the possibility to "
805
  "%1$smanage the visibility%2$s of their wish lists according to one of the "
806
  "following options:"
807
  msgstr ""
808
 
809
+ #: ../templates/admin/wishlist-panel-premium.php:216
810
+ #, php-format
811
  msgid "%1$spublic:%2$s all users can look for your wish list and see it;"
812
  msgstr ""
813
 
814
+ #: ../templates/admin/wishlist-panel-premium.php:217
815
+ #, php-format
816
  msgid ""
817
  "%1$sshared:%2$s only users possessing a direct link to the wish list page "
818
  "can display it;"
819
  msgstr ""
820
 
821
+ #: ../templates/admin/wishlist-panel-premium.php:218
822
+ #, php-format
823
  msgid "%1$sprivate:%2$s only the wish list creator can see it."
824
  msgstr ""
825
 
826
+ #: ../templates/admin/wishlist-panel-premium.php:229
827
+ #: ../templates/admin/wishlist-panel-premium.php:234
828
  msgid "Estimate Cost"
829
  msgstr ""
830
 
831
+ #: ../templates/admin/wishlist-panel-premium.php:236
832
+ #, php-format
833
  msgid ""
834
  "%1$sDo you want to add the possibility to ask for estimates of costs into "
835
  "your catalogue?%3$s Do you want to manage customised packets for faithful "
841
  "address that you have previously set."
842
  msgstr ""
843
 
844
+ #: ../templates/admin/wishlist-panel-premium.php:245
845
+ #: ../templates/admin/wishlist-panel-premium.php:250
846
  msgid "Admin Panel"
847
  msgstr ""
848
 
849
+ #: ../templates/admin/wishlist-panel-premium.php:247
850
+ #, php-format
851
  msgid ""
852
  "Thanks to the useful Admin panel, accessible directly among the WooCommerce "
853
  "submenu pages, you will have total control on users' wishlists. In addition "
857
  "in customers' wish lists."
858
  msgstr ""
859
 
860
+ #: ../templates/admin/wishlist-panel-premium.php:257
861
+ #: ../templates/admin/wishlist-panel-premium.php:262
862
  msgid "Search Wishlists"
863
  msgstr ""
864
 
865
+ #: ../templates/admin/wishlist-panel-premium.php:264
866
+ #, php-format
867
  msgid ""
868
  "How many times have you been looking for the perfect gift for a important "
869
  "event but you had no idea of what to buy? %1$s'Search wishlists'%2$s allows "
872
  "your products and even encourage users to purchase."
873
  msgstr ""
874
 
875
+ #: ../templates/admin/wishlist-panel-premium.php:273
876
  msgid "'ADD TO CART' CHECKBOX"
877
  msgstr ""
878
 
879
+ #: ../templates/admin/wishlist-panel-premium.php:275
880
+ #, php-format
881
  msgid ""
882
  "Your shop offers always a wide selection of products and wishlists of your "
883
  "users get more and more crowded everyday. Give them the possibility to "
885
  "just with one click."
886
  msgstr ""
887
 
888
+ #: ../templates/admin/wishlist-panel-premium.php:278
889
  msgid "'ADD TO CART'"
890
  msgstr ""
891
 
892
+ #: ../templates/admin/wishlist-panel-premium.php:285
893
  msgid "DISABLE WISHLIST"
894
  msgstr ""
895
 
896
+ #: ../templates/admin/wishlist-panel-premium.php:290
897
  msgid "DISABLE WISHLIST FOR UNLOGGED USERS"
898
  msgstr ""
899
 
900
+ #: ../templates/admin/wishlist-panel-premium.php:292
901
+ #, php-format
902
  msgid ""
903
  "Favour users that have registered to your shop and disable plugin "
904
  "functionalities for all users that have not. By disabling this option, each "
906
  "%2$s to \"My Account\" page and a message will invite them to log in."
907
  msgstr ""
908
 
909
+ #: ../templates/admin/wishlist-panel-premium.php:301
910
  msgid "MESSAGE TO UNLOGGED USERS"
911
  msgstr ""
912
 
913
+ #: ../templates/admin/wishlist-panel-premium.php:303
914
+ #, php-format
915
  msgid ""
916
  "Invite users that are visiting your shop to login if they want to fully "
917
  "benefit from Wishlist functionalities. Show a %1$scustomised message%2$s and "
918
  "redirect them to \"My Account\" page for registration."
919
  msgstr ""
920
 
921
+ #: ../templates/admin/wishlist-panel-premium.php:306
922
  msgid "UNLOGGED USERS"
923
  msgstr ""
924
 
925
+ #: ../templates/admin/wishlist-panel-premium.php:313
926
+ #: ../templates/admin/wishlist-panel-premium.php:318
927
  msgid "POPULAR TABLE"
928
  msgstr ""
929
 
930
+ #: ../templates/admin/wishlist-panel-premium.php:320
931
+ #, php-format
932
  msgid ""
933
  "Some products draw customer's attention more than others and they do not "
934
  "hesitate to add products to their wishlist. Table %1$s'Popular'%2$s allows "
936
  "their wishlists."
937
  msgstr ""
938
 
939
+ #: ../templates/admin/wishlist-panel-premium.php:329
940
  msgid "FUNCTIONALITIES IN ONE CLICK"
941
  msgstr ""
942
 
943
+ #: ../templates/admin/wishlist-panel-premium.php:331
944
+ #, php-format
945
  msgid ""
946
  "Users have the possibility to search for a wishlist, create a new one or "
947
  "display those already created. Add these %1$sfunctionalities%2$s through the "
948
  "dedicated widgets or show them immediately after \"Wishlist\" table."
949
  msgstr ""
950
 
951
+ #: ../templates/admin/wishlist-panel-premium.php:334
952
  msgid "FUNCTIONALITIES"
953
  msgstr ""
954
 
955
+ #: ../templates/admin/wishlist-panel-premium.php:341
956
+ #: ../templates/admin/wishlist-panel-premium.php:346
957
  msgid "PROMOTIONAL EMAIL"
958
  msgstr ""
959
 
960
+ #: ../templates/admin/wishlist-panel-premium.php:348
961
+ #, php-format
962
  msgid ""
963
  "If you want to give the right input to your users to persuade them to "
964
  "%1$spurchase the products%2$s they have in their wishlists, you need to use "
967
  "will know you are offering a unique offer!"
968
  msgstr ""
969
 
970
+ #: ../templates/admin/wishlist-panel-premium.php:357
971
  msgid "FROM A WISHLIST TO ANOTHER"
972
  msgstr ""
973
 
974
+ #: ../templates/admin/wishlist-panel-premium.php:359
975
+ #, php-format
976
  msgid ""
977
  "Who said that a product has to remain forever in the same wishlist? With the "
978
  "option %1$s\"Show \"Move to another wishlist\" dropdown menu\"%2$s, with "
980
  "another one, managing as they want their lists."
981
  msgstr ""
982
 
983
+ #: ../templates/admin/wishlist-panel-premium.php:362
984
  msgid "FROM A WISHLIST"
985
  msgstr ""
986
 
987
+ #: ../templates/admin/wishlist-panel-premium.php:369
988
  msgid "DATE"
989
  msgstr ""
990
 
991
+ #: ../templates/admin/wishlist-panel-premium.php:374
992
  msgid "DATE OF ADDITION TO A WISHLIST"
993
  msgstr ""
994
 
995
+ #: ../templates/admin/wishlist-panel-premium.php:376
996
+ #, php-format
997
  msgid ""
998
  "Activating the %1$s\"Show date of addition\"%2$s option, users can see the "
999
  "date in which they have added a particular product to their list: a new way "
1000
  "to keep you users informed about their operations."
1001
  msgstr ""
1002
 
1003
+ #: ../templates/share.php:32
1004
  msgid "Pinterest"
1005
  msgstr ""
1006
 
1007
+ #: ../templates/share.php:38
1008
  msgid "Google+"
1009
  msgstr ""
1010
 
1011
+ #: ../templates/share.php:44
1012
  msgid "Email"
1013
  msgstr ""
1014
 
1015
+ #: ../templates/wishlist-view.php:32
1016
  msgid "Edit title"
1017
  msgstr ""
1018
 
1019
+ #: ../templates/wishlist-view.php:41
1020
  msgid "Save"
1021
  msgstr ""
1022
 
1023
+ #: ../templates/wishlist-view.php:45
1024
  msgid "Cancel"
1025
  msgstr ""
1026
 
1027
+ #: ../templates/wishlist-view.php:82
1028
  msgid "Product Name"
1029
  msgstr "商品名稱"
1030
 
1031
+ #: ../templates/wishlist-view.php:89
1032
  msgid "Unit Price"
1033
  msgstr "單價"
1034
 
1035
+ #: ../templates/wishlist-view.php:102
1036
  msgid "Stock Status"
1037
  msgstr "庫存狀態"
1038
 
1039
+ #: ../templates/wishlist-view.php:152 ../templates/wishlist-view.php:232
1040
  msgid "Remove this product"
1041
  msgstr "移除這個商品"
1042
 
1043
+ #: ../templates/wishlist-view.php:172
1044
  msgid "Free!"
1045
  msgstr "免費!"
1046
 
1047
+ #: ../templates/wishlist-view.php:179
1048
  msgid "Out of Stock"
1049
  msgstr "缺貨"
1050
 
1051
+ #: ../templates/wishlist-view.php:179
1052
  msgid "In Stock"
1053
  msgstr "有貨"
1054
 
1055
+ #: ../templates/wishlist-view.php:188
1056
+ #, php-format
1057
  msgid "Added on : %s"
1058
  msgstr ""
1059
 
1060
+ #: ../templates/wishlist-view.php:200
1061
  msgid "Move"
1062
  msgstr ""
1063
 
1064
+ #: ../templates/wishlist-view.php:232
1065
  msgid "Remove"
1066
  msgstr ""
1067
 
1068
+ #: ../templates/wishlist-view.php:259
1069
  msgid "Add the selected products to the cart"
1070
  msgstr ""
1071
 
1072
+ #: ../templates/wishlist-view.php:267 ../templates/wishlist-view.php:313
1073
  msgid "Ask for an estimate"
1074
  msgstr ""
1075
 
1076
+ #: ../templates/wishlist-view.php:303
1077
  msgid "Your email"
1078
  msgstr ""
1079
 
 
1080
  #, fuzzy
1081
+ #~ msgid "YITH WooCommerce Wishlist"
1082
+ #~ msgstr "瀏覽「願望清單」"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1083
 
1084
  #~ msgid "Select a date"
1085
  #~ msgstr "選擇日期"
languages/yith-woocommerce-wishlist.pot CHANGED
@@ -1,25 +1,19 @@
1
- # Copyright (C) 2018 YITH WooCommerce Wishlist
2
  # This file is distributed under the same license as the YITH WooCommerce Wishlist package.
3
  #, fuzzy
4
  msgid ""
5
  msgstr ""
6
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
7
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
8
- "POT-Creation-Date: 2018-12-21 11:30+0100\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "PO-Revision-Date: 2018-MO-DA HO:MI+ZONE\n"
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
  "Language-Team: YITH <plugins@yithemes.com>\n"
15
  "X-Generator: Poedit 2.2\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
17
- "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;__ngettext:1,2;"
18
- "__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;"
19
- "_nx_noop:4c,1,2\n"
20
- "X-Poedit-Basepath: ..\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:1484
1
+ # Copyright (C) 2019 YITH WooCommerce Wishlist
2
  # This file is distributed under the same license as the YITH WooCommerce Wishlist package.
3
  #, fuzzy
4
  msgid ""
5
  msgstr ""
6
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
7
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
8
+ "POT-Creation-Date: 2019-02-12 14:36+0100\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "PO-Revision-Date: 2019-MO-DA HO:MI+ZONE\n"
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
  "Language-Team: YITH <plugins@yithemes.com>\n"
15
  "X-Generator: Poedit 2.2\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
 
 
 
 
 
 
17
 
18
  #: includes/class.yith-wcwl-admin-init.php:159
19
  #: includes/class.yith-wcwl-admin-init.php:1484
plugin-fw/assets/css/yit-plugin-panel.css CHANGED
@@ -7,7 +7,7 @@
7
  * http://www.gnu.org/licenses/gpl-3.0.txt
8
  */
9
  .plugin-option tr {
10
- border-bottom : 1px solid #ccc;
11
  }
12
 
13
  .plugin-option .yit_options,
@@ -18,11 +18,10 @@
18
  .plugin-option .yit-options .option,
19
  .plugin-option .yit_options .option {
20
  width : 600px;
21
- float : left;
22
  }
23
 
24
  .plugin-option .form-table > tbody > tr > td {
25
- padding : 25px 10px;
26
  }
27
 
28
  .ie8 .yit_options select,
@@ -410,6 +409,7 @@
410
 
411
  #wpwrap h2.nav-tab-wrapper, #wpbody-content h2.nav-tab-wrapper {
412
  border-bottom : 1px solid #ccc;
 
413
  }
414
 
415
  /* === YIT FRAMEWORK === */
@@ -422,6 +422,7 @@
422
  /* === Panel Content and Container === */
423
  .yit-admin-panel-container {
424
  position : relative;
 
425
  }
426
 
427
  .yit-admin-panel-content-wrap {
7
  * http://www.gnu.org/licenses/gpl-3.0.txt
8
  */
9
  .plugin-option tr {
10
+ border-bottom : 1px solid #ebebeb;
11
  }
12
 
13
  .plugin-option .yit_options,
18
  .plugin-option .yit-options .option,
19
  .plugin-option .yit_options .option {
20
  width : 600px;
 
21
  }
22
 
23
  .plugin-option .form-table > tbody > tr > td {
24
+ padding : 25px 15px;
25
  }
26
 
27
  .ie8 .yit_options select,
409
 
410
  #wpwrap h2.nav-tab-wrapper, #wpbody-content h2.nav-tab-wrapper {
411
  border-bottom : 1px solid #ccc;
412
+ margin-right: 15px;
413
  }
414
 
415
  /* === YIT FRAMEWORK === */
422
  /* === Panel Content and Container === */
423
  .yit-admin-panel-container {
424
  position : relative;
425
+ margin-right: 15px;
426
  }
427
 
428
  .yit-admin-panel-content-wrap {
plugin-fw/assets/js/multisite-updater.js CHANGED
@@ -43,7 +43,7 @@
43
  var plugin = registered[ init ];
44
  for ( var headers in plugin ) {
45
 
46
- if ( headers == 'slug' || version_compare( plugin[ headers ].Version, plugin[ headers ].Latest, '>=' ) ) {
47
  continue;
48
  }
49
 
@@ -60,7 +60,7 @@
60
 
61
  var html = '<tr class="plugin-update-tr">' +
62
  '<td colspan="3" class="plugin-update colspanchange">' +
63
- '<div class="update-message">' + localize.strings.new_version.replace( '%plugin_name%', name ) +
64
  '<a class="thickbox open-plugin-details-modal" href="' + localize.details_url[ init ] + '">' + localize.strings.latest.replace( '%latest%', plugin[ headers ].Latest ) + '</a>';
65
 
66
  if ( typeof activated[ init ] == "undefined" ) {
@@ -73,6 +73,10 @@
73
  '. <a href="' + localize.update_url[ init ] + '">' + localize.strings.update_now + '</a>';
74
  }
75
 
 
 
 
 
76
  html = html +
77
  '</div>' +
78
  '</td>' +
43
  var plugin = registered[ init ];
44
  for ( var headers in plugin ) {
45
 
46
+ if ( headers == 'slug' || version_compare( plugin[ headers ].Version, plugin[ headers ].Latest, '=' ) ) {
47
  continue;
48
  }
49
 
60
 
61
  var html = '<tr class="plugin-update-tr">' +
62
  '<td colspan="3" class="plugin-update colspanchange">' +
63
+ '<div class="update-message notice inline notice-warning notice-alt">' + localize.strings.new_version.replace( '%plugin_name%', name ) +
64
  '<a class="thickbox open-plugin-details-modal" href="' + localize.details_url[ init ] + '">' + localize.strings.latest.replace( '%latest%', plugin[ headers ].Latest ) + '</a>';
65
 
66
  if ( typeof activated[ init ] == "undefined" ) {
73
  '. <a href="' + localize.update_url[ init ] + '">' + localize.strings.update_now + '</a>';
74
  }
75
 
76
+ if( version_compare( plugin[ headers ].Version, plugin[ headers ].Latest, '>' ) ){
77
+ html = html + localize.strings.version_issue
78
+ }
79
+
80
  html = html +
81
  '</div>' +
82
  '</td>' +
plugin-fw/assets/js/multisite-updater.min.js CHANGED
@@ -1,7 +1,4 @@
1
- var $jscomp=$jscomp||{};$jscomp.scope={};$jscomp.findInternal=function(a,f,b){a instanceof String&&(a=String(a));for(var d=a.length,e=0;e<d;e++){var h=a[e];if(f.call(b,h,e,a))return{i:e,v:h}}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,f,b){a!=Array.prototype&&a!=Object.prototype&&(a[f]=b.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,f,b,d){if(f){b=$jscomp.global;a=a.split(".");for(d=0;d<a.length-1;d++){var e=a[d];e in b||(b[e]={});b=b[e]}a=a[a.length-1];d=b[a];f=f(d);f!=d&&null!=f&&$jscomp.defineProperty(b,a,{configurable:!0,writable:!0,value:f})}};
3
- $jscomp.polyfill("Array.prototype.find",function(a){return a?a:function(a,b){return $jscomp.findInternal(this,a,b).v}},"es6","es3");
4
- (function(a){function f(a,b,d){this.php_js=this.php_js||{};this.php_js.ENV=this.php_js.ENV||{};var c=0,f=0,g=0,e={dev:-6,alpha:-5,a:-5,beta:-4,b:-4,RC:-3,rc:-3,"#":-2,p:1,pl:1};c=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)?e[a]||-7:parseInt(a,10):0};a=c(a);b=c(b);f=Math.max(a.length,b.length);for(c=0;c<f;c++)if(a[c]!=b[c])if(a[c]=numVersion(a[c]),b[c]=numVersion(b[c]),
5
- a[c]<b[c]){g=-1;break}else if(a[c]>b[c]){g=1;break}if(!d)return g;switch(d){case ">":case "gt":return 0<g;case ">=":case "ge":return 0<=g;case "<=":case "le":return 0>=g;case "==":case "=":case "eq":return 0===g;case "<>":case "!=":case "ne":return 0!==g;case "":case "<":case "lt":return 0>g;default:return null}}var b=a("#menu-plugins"),d=b.find(".update-plugins").find(".update-count").text(),e=plugins.registered,h=plugins.activated;if(0==d||""==d)d=0,b.find(".wp-menu-name").append('<span class="update-plugins"><span class="plugin-count"></span></span>');
6
- (function(b,d,e,c){for(var h in b){var g=b[h],k;for(k in g)if("slug"!=k&&!f(g[k].Version,g[k].Latest,">=")){e=parseInt(e)+1;a(".plugin-count").empty().html(e);var m=""+g[k].Name,n='*[data-slug="'+m.replace(/ /g,"-").trim().toLowerCase()+'"]';a(n).addClass("update");var l='<tr class="plugin-update-tr"><td colspan="3" class="plugin-update colspanchange"><div class="update-message">'+c.strings.new_version.replace("%plugin_name%",m)+'<a class="thickbox open-plugin-details-modal" href="'+c.details_url[h]+
7
- '">'+c.strings.latest.replace("%latest%",g[k].Latest)+"</a>";l="undefined"==typeof d[h]?l+" <em>"+c.strings.unavailable+"</em>"+c.strings.activate.replace("%activate_link%",c.licence_activation_url).replace("%plugin_name%",m):l+'. <a href="'+c.update_url[h]+'">'+c.strings.update_now+"</a>";l+="</div></td></tr>";a(l).insertAfter(n)}}})(e,h,d,plugins);a("body").on("click",".yit-changelog-button",function(){a("#TB_window").remove()})})(jQuery);
1
+ (function(f){function n(c,d,f){this.php_js=this.php_js||{};this.php_js.ENV=this.php_js.ENV||{};var a=0,h=0,b=0,e={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)?e[a]||-7:parseInt(a,10):0};c=a(c);d=a(d);h=Math.max(c.length,d.length);for(a=0;a<h;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(!f)return b;switch(f){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=f("#menu-plugins"),g=l.find(".update-plugins").find(".update-count").text(),p=plugins.registered,q=plugins.activated;if(0==g||""==g)g=0,l.find(".wp-menu-name").append('<span class="update-plugins"><span class="plugin-count"></span></span>');
3
+ (function(c,d,g,a){for(var h in c){var b=c[h],e;for(e in b)if("slug"!=e&&!n(b[e].Version,b[e].Latest,"=")){g=parseInt(g)+1;f(".plugin-count").empty().html(g);var m=""+b[e].Name,l='*[data-slug="'+m.replace(RegExp(" ","g"),"-").trim().toLowerCase()+'"]';f(l).addClass("update");var k='<tr class="plugin-update-tr"><td colspan="3" class="plugin-update colspanchange"><div class="update-message notice inline notice-warning notice-alt">'+a.strings.new_version.replace("%plugin_name%",m)+'<a class="thickbox open-plugin-details-modal" href="'+
4
+ a.details_url[h]+'">'+a.strings.latest.replace("%latest%",b[e].Latest)+"</a>";k="undefined"==typeof d[h]?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[h]+'">'+a.strings.update_now+"</a>";n(b[e].Version,b[e].Latest,">")&&(k+=a.strings.version_issue);k+="</div></td></tr>";f(k).insertAfter(l)}}})(p,q,g,plugins);f("body").on("click",".yit-changelog-button",function(){f("#TB_window").remove()})})(jQuery);
 
 
 
plugin-fw/assets/js/yith-gutenberg.js CHANGED
@@ -62,6 +62,7 @@
62
  if (callback == 'edit' && props.do_shortcode != false) {
63
  do_shortcode = (function (block_id) {
64
  var ajax_call_date = null;
 
65
  $.ajax({
66
  async: true,
67
  url: yith_gutenberg_ajax.ajaxurl,
@@ -69,12 +70,13 @@
69
  data: {action: 'yith_plugin_fw_gutenberg_do_shortcode', shortcode: sc},
70
  success: function (data) {
71
  ajax_call_date = data;
72
-
73
  if (ajax_call_date != '') {
74
  $('.yith_block_' + block_id).html(ajax_call_date);
 
75
  }
76
  }
77
  });
 
78
  return ajax_call_date;
79
  })(block_id);
80
  }
62
  if (callback == 'edit' && props.do_shortcode != false) {
63
  do_shortcode = (function (block_id) {
64
  var ajax_call_date = null;
65
+ $(document).trigger( 'yith_plugin_fw_gutenberg_before_do_shortcode', [sc, block_id] );
66
  $.ajax({
67
  async: true,
68
  url: yith_gutenberg_ajax.ajaxurl,
70
  data: {action: 'yith_plugin_fw_gutenberg_do_shortcode', shortcode: sc},
71
  success: function (data) {
72
  ajax_call_date = data;
 
73
  if (ajax_call_date != '') {
74
  $('.yith_block_' + block_id).html(ajax_call_date);
75
+ $(document).trigger( 'yith_plugin_fw_gutenberg_success_do_shortcode', [sc, block_id, ajax_call_date] );
76
  }
77
  }
78
  });
79
+ $(document).trigger( 'yith_plugin_fw_gutenberg_after_do_shortcode', [sc, block_id, ajax_call_date] );
80
  return ajax_call_date;
81
  })(block_id);
82
  }
plugin-fw/assets/js/yith-gutenberg.min.js CHANGED
@@ -1,6 +1,6 @@
1
- (function(g){function k(d,c,e){var f="";f="";if("undefined"!=typeof c.callback&&"function"==typeof g[c.callback])f=g[c.callback](d,c);else{var a="["+c.shortcode_name;g.each(d.attributes,function(b,l){"className"!=b&&(a+=" "+b+"=",a=1==c.attributes[b].remove_quotes?a+l:a+('"'+l+'"'))});a+="]";d=md5(a);f='<span class="yith_block_'+d+'">'+a+"</span>";"edit"==e&&0!=c.do_shortcode&&function(c){var b=null;g.ajax({async:!0,url:yith_gutenberg_ajax.ajaxurl,method:"post",data:{action:"yith_plugin_fw_gutenberg_do_shortcode",
2
- shortcode:a},success:function(a){b=a;""!=b&&g(".yith_block_"+c).html(b)}});return b}(d);f=h(n,null,f)}return f}function m(d,c,e,f){var a={};if("colorpicker"==f||"color"==f)d=d.hex;a[c]=d;e.setAttributes(a);return e}var h=wp.element.createElement,p=wp.element.Fragment,q=wp.blocks.registerBlockType,r=wp.editor.InspectorControls,n=wp.element.RawHTML,t=wp.components.SelectControl,u=wp.components.ToggleControl,v=wp.components.CheckboxControl,w=wp.components.RangeControl,x=wp.components.ColorPicker,y=wp.components.RadioControl,
3
- z=wp.components.TextControl,A=wp.components.TextareaControl,B=h("svg",{width:22,height:22},h("path",{d:"M 18.24 7.628 C 17.291 8.284 16.076 8.971 14.587 9.688 C 15.344 7.186 15.765 4.851 15.849 2.684 C 15.912 0.939 15.133 0.045 13.514 0.003 C 11.558 -0.06 10.275 1.033 9.665 3.284 C 10.007 3.137 10.359 3.063 10.723 3.063 C 11.021 3.063 11.267 3.184 11.459 3.426 C 11.651 3.668 11.736 3.947 11.715 4.262 C 11.695 5.082 11.276 5.961 10.46 6.896 C 9.644 7.833 8.918 8.3 8.282 8.3 C 7.837 8.3 7.625 7.922 7.646 7.165 C 7.667 6.765 7.804 5.955 8.056 4.735 C 8.287 3.579 8.403 2.801 8.403 2.401 C 8.403 1.707 8.224 1.144 7.867 0.713 C 7.509 0.282 6.994 0.098 6.321 0.161 C 5.858 0.203 5.175 0.624 4.27 1.422 C 3.596 2.035 2.923 2.644 2.25 3.254 L 2.976 4.106 C 3.564 3.664 3.922 3.443 4.048 3.443 C 4.448 3.443 4.637 3.717 4.617 4.263 C 4.617 4.306 4.427 4.968 4.049 6.251 C 3.671 7.534 3.471 8.491 3.449 9.122 C 3.407 9.985 3.565 10.647 3.924 11.109 C 4.367 11.677 5.106 11.919 6.142 11.835 C 7.366 11.751 8.591 11.298 9.816 10.479 C 10.323 10.142 10.808 9.753 11.273 9.311 C 11.105 10.153 10.905 10.868 10.673 11.457 C 8.402 12.487 6.762 13.37 5.752 14.107 C 4.321 15.137 3.554 16.241 3.449 17.419 C 3.259 19.459 4.29 20.479 6.541 20.479 C 8.055 20.479 9.517 19.554 10.926 17.703 C 12.125 16.126 13.166 14.022 14.049 11.394 C 15.578 10.635 16.87 9.892 17.928 9.164 C 17.894 9.409 18.319 7.308 18.24 7.628 Z M 7.393 16.095 C 7.056 16.095 6.898 15.947 6.919 15.653 C 6.961 15.106 7.908 14.38 9.759 13.476 C 8.791 15.221 8.002 16.095 7.393 16.095 Z"}));
4
- g.each(yith_gutenberg,function(d,c){q("yith/"+d,{title:c.title,description:c.description,category:c.category,attributes:c.attributes,icon:"undefined"!=typeof c.icon?c.icon:B,keywords:c.keywords,edit:function(e){var f=[];g.each(c.attributes,function(c,b){var a=null,d=b.blocktype;if("undefined"!=typeof d){switch(d){case "select":a=t;break;case "text":a=z;break;case "textarea":a=A;break;case "toggle":a=u;break;case "checkbox":a=v;break;case "number":case "range":a=w;break;case "color":case "colorpicker":a=
5
- x;break;case "radio":a=y}if(null!=a){var g=helpMessageUncheked="";"undefined"!=typeof b.helps&&"undefined"!=typeof b.helps.checked&&"undefined"!=typeof b.helps.unchecked?(g=b.helps.checked,helpMessageUncheked=b.helps.unchecked):"undefined"!=typeof b.help&&(g=helpMessageUncheked=b.help);f.push(h(a,{value:e.attributes[c],options:b.options,label:b.label,checked:e.attributes[c],selected:e.attributes[c],help:e.attributes[c]?g:helpMessageUncheked,disableAlpha:b.disableAlpha,min:b.min,max:b.max,multiple:b.multiple,
6
- onChange:function(a,b){b=void 0===b?c:b;e=m(a,b,e,d)},onChangeComplete:function(b,a){a=void 0===a?c:a;e=m(b,a,e,d)}}))}}});sc=k(e,c,"edit");return[h(p,null,h(r,null,f),sc)]},save:function(d){return k(d,c,"save")}})})})(jQuery);
1
+ (function(f){function k(e,a,d){var g="";g="";if("undefined"!=typeof a.callback&&"function"==typeof f[a.callback])g=f[a.callback](e,a);else{var b="["+a.shortcode_name;f.each(e.attributes,function(c,l){"className"!=c&&(b+=" "+c+"=",b=1==a.attributes[c].remove_quotes?b+l:b+('"'+l+'"'))});b+="]";e=md5(b);g='<span class="yith_block_'+e+'">'+b+"</span>";"edit"==d&&0!=a.do_shortcode&&function(c){var a=null;f(document).trigger("yith_plugin_fw_gutenberg_before_do_shortcode",[b,c]);f.ajax({async:!0,url:yith_gutenberg_ajax.ajaxurl,
2
+ method:"post",data:{action:"yith_plugin_fw_gutenberg_do_shortcode",shortcode:b},success:function(d){a=d;""!=a&&(f(".yith_block_"+c).html(a),f(document).trigger("yith_plugin_fw_gutenberg_success_do_shortcode",[b,c,a]))}});f(document).trigger("yith_plugin_fw_gutenberg_after_do_shortcode",[b,c,a]);return a}(e);g=h(n,null,g)}return g}function m(e,a,d,g){var b={};if("colorpicker"==g||"color"==g)e=e.hex;b[a]=e;d.setAttributes(b);return d}var h=wp.element.createElement,p=wp.element.Fragment,q=wp.blocks.registerBlockType,
3
+ r=wp.editor.InspectorControls,n=wp.element.RawHTML,t=wp.components.SelectControl,u=wp.components.ToggleControl,v=wp.components.CheckboxControl,w=wp.components.RangeControl,x=wp.components.ColorPicker,y=wp.components.RadioControl,z=wp.components.TextControl,A=wp.components.TextareaControl,B=h("svg",{width:22,height:22},h("path",{d:"M 18.24 7.628 C 17.291 8.284 16.076 8.971 14.587 9.688 C 15.344 7.186 15.765 4.851 15.849 2.684 C 15.912 0.939 15.133 0.045 13.514 0.003 C 11.558 -0.06 10.275 1.033 9.665 3.284 C 10.007 3.137 10.359 3.063 10.723 3.063 C 11.021 3.063 11.267 3.184 11.459 3.426 C 11.651 3.668 11.736 3.947 11.715 4.262 C 11.695 5.082 11.276 5.961 10.46 6.896 C 9.644 7.833 8.918 8.3 8.282 8.3 C 7.837 8.3 7.625 7.922 7.646 7.165 C 7.667 6.765 7.804 5.955 8.056 4.735 C 8.287 3.579 8.403 2.801 8.403 2.401 C 8.403 1.707 8.224 1.144 7.867 0.713 C 7.509 0.282 6.994 0.098 6.321 0.161 C 5.858 0.203 5.175 0.624 4.27 1.422 C 3.596 2.035 2.923 2.644 2.25 3.254 L 2.976 4.106 C 3.564 3.664 3.922 3.443 4.048 3.443 C 4.448 3.443 4.637 3.717 4.617 4.263 C 4.617 4.306 4.427 4.968 4.049 6.251 C 3.671 7.534 3.471 8.491 3.449 9.122 C 3.407 9.985 3.565 10.647 3.924 11.109 C 4.367 11.677 5.106 11.919 6.142 11.835 C 7.366 11.751 8.591 11.298 9.816 10.479 C 10.323 10.142 10.808 9.753 11.273 9.311 C 11.105 10.153 10.905 10.868 10.673 11.457 C 8.402 12.487 6.762 13.37 5.752 14.107 C 4.321 15.137 3.554 16.241 3.449 17.419 C 3.259 19.459 4.29 20.479 6.541 20.479 C 8.055 20.479 9.517 19.554 10.926 17.703 C 12.125 16.126 13.166 14.022 14.049 11.394 C 15.578 10.635 16.87 9.892 17.928 9.164 C 17.894 9.409 18.319 7.308 18.24 7.628 Z M 7.393 16.095 C 7.056 16.095 6.898 15.947 6.919 15.653 C 6.961 15.106 7.908 14.38 9.759 13.476 C 8.791 15.221 8.002 16.095 7.393 16.095 Z"}));
4
+ f.each(yith_gutenberg,function(e,a){q("yith/"+e,{title:a.title,description:a.description,category:a.category,attributes:a.attributes,icon:"undefined"!=typeof a.icon?a.icon:B,keywords:a.keywords,edit:function(d){var g=[];f.each(a.attributes,function(a,c){var b=null,e=c.blocktype;if("undefined"!=typeof e){switch(e){case "select":b=t;break;case "text":b=z;break;case "textarea":b=A;break;case "toggle":b=u;break;case "checkbox":b=v;break;case "number":case "range":b=w;break;case "color":case "colorpicker":b=
5
+ x;break;case "radio":b=y}if(null!=b){var f=helpMessageUncheked="";"undefined"!=typeof c.helps&&"undefined"!=typeof c.helps.checked&&"undefined"!=typeof c.helps.unchecked?(f=c.helps.checked,helpMessageUncheked=c.helps.unchecked):"undefined"!=typeof c.help&&(f=helpMessageUncheked=c.help);g.push(h(b,{value:d.attributes[a],options:c.options,label:c.label,checked:d.attributes[a],selected:d.attributes[a],help:d.attributes[a]?f:helpMessageUncheked,disableAlpha:c.disableAlpha,min:c.min,max:c.max,multiple:c.multiple,
6
+ onChange:function(b,c){c=void 0===c?a:c;d=m(b,c,d,e)},onChangeComplete:function(c,b){b=void 0===b?a:b;d=m(c,b,d,e)}}))}}});sc=k(d,a,"edit");return[h(p,null,h(r,null,g),sc)]},save:function(d){return k(d,a,"save")}})})})(jQuery);
plugin-fw/init.php CHANGED
@@ -1,13 +1,13 @@
1
  <?php
2
  /**
3
  * Framework Name: YIT Plugin Framework
4
- * Version: 3.1.10
5
  * Author: YITHEMES
6
  * Text Domain: yith-plugin-fw
7
  * Domain Path: /languages/
8
  *
9
  * @author Your Inspiration Themes
10
- * @version 3.1.8
11
  */
12
  /**
13
  * This file belongs to the YIT Plugin Framework.
1
  <?php
2
  /**
3
  * Framework Name: YIT Plugin Framework
4
+ * Version: 3.1.20
5
  * Author: YITHEMES
6
  * Text Domain: yith-plugin-fw
7
  * Domain Path: /languages/
8
  *
9
  * @author Your Inspiration Themes
10
+ * @version 3.1.20
11
  */
12
  /**
13
  * This file belongs to the YIT Plugin Framework.
plugin-fw/languages/yith-plugin-fw-es_ES.mo CHANGED
Binary file
plugin-fw/languages/yith-plugin-fw-es_ES.po CHANGED
@@ -4,15 +4,15 @@ msgid ""
4
  msgstr ""
5
  "Project-Id-Version: YITH Plugin Starter 1.0.0 Plugin FW\n"
6
  "Report-Msgid-Bugs-To: Your Inspiration Themes <plugins@yithemes.com>\n"
7
- "POT-Creation-Date: 2018-10-26 12:43+0200\n"
8
- "PO-Revision-Date: 2018-10-26 12:43+0200\n"
9
  "Last-Translator: \n"
10
  "Language-Team: Your Inspiration Themes <info@yithemes.com>\n"
11
  "Language: es_ES\n"
12
  "MIME-Version: 1.0\n"
13
  "Content-Type: text/plain; charset=UTF-8\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
- "X-Generator: Poedit 2.2\n"
16
  "X-Poedit-KeywordsList: __;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;"
17
  "_nx_noop:1,2,3c;esc_attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;"
18
  "esc_html_x:1,2c\n"
@@ -25,7 +25,7 @@ msgstr ""
25
  #: lib/privacy/yit-privacy.php:24
26
  msgctxt "Privacy Policy Guide Title"
27
  msgid "YITH Plugins"
28
- msgstr ""
29
 
30
  #: lib/privacy/yit-privacy.php:59
31
  msgctxt "Privacy Policy Content"
@@ -37,26 +37,33 @@ msgid ""
37
  "We recommend consulting with a lawyer when deciding what information to "
38
  "disclose on your privacy policy."
39
  msgstr ""
 
 
 
 
 
 
 
40
 
41
  #: lib/privacy/yit-privacy.php:63
42
  msgctxt "Privacy Policy Content"
43
  msgid "What we collect and store"
44
- msgstr ""
45
 
46
  #: lib/privacy/yit-privacy.php:66
47
  msgctxt "Privacy Policy Content"
48
  msgid "Who on our team has access"
49
- msgstr ""
50
 
51
  #: lib/privacy/yit-privacy.php:69
52
  msgctxt "Privacy Policy Content"
53
  msgid "What we share with others"
54
- msgstr ""
55
 
56
  #: lib/privacy/yit-privacy.php:72
57
  msgctxt "Privacy Policy Content"
58
  msgid "Payments"
59
- msgstr ""
60
 
61
  #: lib/yit-cpt-unlimited.php:460 lib/yit-cpt-unlimited.php:574
62
  #: lib/yit-cpt-unlimited.php:719 lib/yit-cpt-unlimited.php:1632
@@ -104,7 +111,7 @@ msgstr "No se encontraron %s"
104
  #: lib/yit-cpt-unlimited.php:468 lib/yit-cpt-unlimited.php:582
105
  #, php-format
106
  msgid "No %s found in Trash"
107
- msgstr "No se encontraron %s en la Papelera"
108
 
109
  #: lib/yit-cpt-unlimited.php:625
110
  #, php-format
@@ -127,11 +134,11 @@ msgstr "Todas las categorías"
127
 
128
  #: lib/yit-cpt-unlimited.php:629
129
  msgid "Parent Category"
130
- msgstr "Categoría Madre"
131
 
132
  #: lib/yit-cpt-unlimited.php:630
133
  msgid "Parent Category:"
134
- msgstr "Categoría Madre:"
135
 
136
  #: lib/yit-cpt-unlimited.php:631
137
  msgid "Edit Category"
@@ -169,7 +176,7 @@ msgstr "Ajustes"
169
 
170
  #: lib/yit-cpt-unlimited.php:1051
171
  msgid "Type"
172
- msgstr "Tipos"
173
 
174
  #: lib/yit-cpt-unlimited.php:1052
175
  #, php-format
@@ -195,16 +202,15 @@ msgstr "Etiqueta en singular"
195
  #: lib/yit-cpt-unlimited.php:1065
196
  msgid "Set a label in singular (title of portfolio if empty)"
197
  msgstr ""
198
- "Establecer una etiqueta en singular (título del portafolio si está vacío)"
199
 
200
  #: lib/yit-cpt-unlimited.php:1070
201
  msgid "Label in Plural"
202
- msgstr "Etiqueta en Plural"
203
 
204
  #: lib/yit-cpt-unlimited.php:1071
205
  msgid "Set a label in plural (title of portfolio if empty)"
206
- msgstr ""
207
- "Establecer una etiqueta en plural (título del portafolio si está vacío)"
208
 
209
  #: lib/yit-cpt-unlimited.php:1076
210
  msgid "Taxonomy"
@@ -216,14 +222,14 @@ msgid ""
216
  "Name should be a slug (must not contain capital letters nor spaces) and must "
217
  "not be more than 32 characters long (database structure restriction)."
218
  msgstr ""
219
- "Si quieres usar categorías en el portafolio, establece un nombre para la "
220
  "taxonomía. El nombre debería ser un slug (no debe contener mayúsculas ni "
221
  "espacios) y no debe ser más largo de 32 caracteres (restricción de "
222
  "estructura de base de datos)."
223
 
224
  #: lib/yit-cpt-unlimited.php:1082
225
  msgid "Taxonomy Rewrite"
226
- msgstr "Taxonomía de reescritura"
227
 
228
  #: lib/yit-cpt-unlimited.php:1083
229
  msgid "Set univocal name for each category page URL."
@@ -231,15 +237,15 @@ msgstr "Establecer nombre único para cada página URL de categoría."
231
 
232
  #: lib/yit-cpt-unlimited.php:1088
233
  msgid "Single layout"
234
- msgstr "Diseño Simple"
235
 
236
  #: lib/yit-cpt-unlimited.php:1089
237
  msgid "Layout for single page of this portfolio"
238
- msgstr "Diseño para cada página de este portafolio"
239
 
240
  #: lib/yit-cpt-unlimited.php:1130
241
  msgid "layout settings"
242
- msgstr "Ajustes de diseño"
243
 
244
  #: lib/yit-cpt-unlimited.php:1222 lib/yit-cpt-unlimited.php:1235
245
  msgid "Quick links"
@@ -266,101 +272,95 @@ msgstr "Cargar archivos múltiples"
266
 
267
  #: lib/yit-plugin-panel-wc.php:384
268
  msgid "The changes you have made will be lost if you leave this page."
269
- msgstr "Los cambios que has hecho se perderán si sales de esta página."
270
 
271
  #: lib/yit-plugin-panel.php:72
272
  msgid "Plugin Settings"
273
  msgstr "Ajustes del plugin"
274
 
275
- #: lib/yit-plugin-panel.php:335 lib/yit-plugin-panel.php:338
276
  msgid "How to install premium version"
277
  msgstr "Cómo instalar la versión premium"
278
 
279
- #: lib/yit-plugin-panel.php:389 lib/yit-plugin-subpanel.php:156
280
  #: templates/panel/woocommerce/woocommerce-form.php:11
281
  msgid "Save Changes"
282
  msgstr "Guardar cambios"
283
 
284
- #: lib/yit-plugin-panel.php:392 lib/yit-plugin-subpanel.php:159
285
  #: templates/panel/woocommerce/woocommerce-form.php:14
286
  msgid ""
287
  "If you continue with this action, you will reset all options in this page."
288
  msgstr ""
289
  "Si sigues con esta acción, se reiniciarán todas las opciones en esta página."
290
 
291
- #: lib/yit-plugin-panel.php:394 lib/yit-plugin-subpanel.php:161
292
  msgid "Reset to default"
293
- msgstr "Reiniciar a predeterminado"
294
 
295
- #: lib/yit-plugin-panel.php:395 lib/yit-plugin-subpanel.php:162
296
  #: templates/panel/woocommerce/woocommerce-form.php:18
297
  msgid "Are you sure?"
298
  msgstr "¿Estás seguro/a?"
299
 
300
- #: lib/yit-plugin-panel.php:529
301
  msgid ""
302
  "The element you have entered already exists. Please, enter another name."
303
  msgstr ""
304
  "El elemento que has introducido ya existe. Por favor, introduce otro nombre."
305
 
306
- #: lib/yit-plugin-panel.php:530
307
  msgid "Settings saved"
308
  msgstr "Ajustes guardados"
309
 
310
- #: lib/yit-plugin-panel.php:531
311
  msgid "Settings reset"
312
  msgstr "Ajustes reiniciados"
313
 
314
- #: lib/yit-plugin-panel.php:532
315
  msgid "Element deleted correctly."
316
  msgstr "Elemento borrado correctamente."
317
 
318
- #: lib/yit-plugin-panel.php:533 lib/yit-plugin-panel.php:534
319
  msgid "Element updated correctly."
320
  msgstr "Elemento actualizado correctamente."
321
 
322
- #: lib/yit-plugin-panel.php:535
323
  msgid "Database imported correctly."
324
  msgstr "Base de datos importada correctamente."
325
 
326
- #: lib/yit-plugin-panel.php:536
327
  msgid "An error has occurred during import. Please try again."
328
  msgstr ""
329
  "Ha ocurrido un error durante la importación. Por favor, inténtalo de nuevo."
330
 
331
- #: lib/yit-plugin-panel.php:537
332
  msgid "The added file is not valid."
333
  msgstr "El archivo añadido no es válido."
334
 
335
- #: lib/yit-plugin-panel.php:538
336
  msgid "Sorry, import is disabled."
337
  msgstr "Lo sentimos, la importación está deshabilitada."
338
 
339
- #: lib/yit-plugin-panel.php:539
340
  msgid "Sorting successful."
341
  msgstr "Clasificación fue realizada con éxito."
342
 
343
  #: lib/yit-pointers.php:70
344
  msgid "Plugins Activated"
345
- msgstr "Plugins Activados"
346
 
347
  #: lib/yit-pointers.php:71
348
- #, fuzzy
349
- #| msgid ""
350
- #| "From now on, you can find all plugin options in YIT Plugin menu.\n"
351
- #| " For each plugin installed, "
352
- #| "customization settings will be available as a new entry in YIT Plugin "
353
- #| "menu."
354
  msgid ""
355
  "From now on, you can find all plugin options in YITH Plugins menu.\n"
356
  " Plugin customization settings will be "
357
  "available as a new entry in YITH Plugins menu."
358
  msgstr ""
359
  "De ahora en adelante, puedes encontrar todas las opciones del plugin en el "
360
- "menú YIT Plugin.\n"
361
  " Para cada plugin instalado, los ajustes "
362
- "de personalización estarán disponibles como una nueva entrada en el menú YIT "
363
- "Plugin."
364
 
365
  #: lib/yit-pointers.php:73 lib/yit-pointers.php:89
366
  msgid "Discover all our plugins available on:"
@@ -372,20 +372,9 @@ msgstr "y"
372
 
373
  #: lib/yit-pointers.php:84
374
  msgid "Plugins Upgraded"
375
- msgstr "Plugins Actualizados"
376
 
377
  #: lib/yit-pointers.php:85
378
- #, fuzzy
379
- #| msgid ""
380
- #| "From now on, you can find all options of your plugins in YIT Plugin "
381
- #| "menu.\n"
382
- #| " Any time one of our plugins is "
383
- #| "updated, a new entry will be added to this menu.\n"
384
- #| " For example, after the update, plugin "
385
- #| "options (such as for YITH WooCommerce Wishlist, YITH WooCommerce Ajax "
386
- #| "Search, etc.)\n"
387
- #| " will be moved from previous location "
388
- #| "to YIT Plugin tab."
389
  msgid ""
390
  "From now on, you can find the option panel of YITH plugins in YITH Plugins "
391
  "menu.\n"
@@ -408,59 +397,72 @@ msgstr ""
408
  "pestaña YIT Plugin."
409
 
410
  #: lib/yit-upgrade.php:95
411
- #, fuzzy
412
- #| msgid "Unable to contact the remote server, please try again later. Thanks!"
413
  msgid "An unexpected error occurred, please try again later. Thanks!"
414
  msgstr ""
415
- "No fue posible contactar con el servidor remoto, por favor, inténtalo de "
416
- "nuevo más tarde. ¡Gracias!"
417
 
418
- #: lib/yit-upgrade.php:190
419
  msgid "There is a new version of %plugin_name% available."
420
  msgstr "Hay una nueva versión de %plugin_name% disponible."
421
 
422
- #: lib/yit-upgrade.php:191
423
  msgid "View version %latest% details."
424
  msgstr "Ver detalles de la %latest% versión"
425
 
426
- #: lib/yit-upgrade.php:192
427
  msgid "Automatic update is unavailable for this plugin,"
428
  msgstr "Las actualizaciones automáticas no están disponibles para este plugin,"
429
 
430
- #: lib/yit-upgrade.php:193
431
  msgid ""
432
  "please <a href=\"%activate_link%\">activate</a> your copy of %plugin_name%."
433
  msgstr ""
434
  "por favor, <a href=\"%activate_link%\">activa</a> tu copia de %plugin_name%."
435
 
436
- #: lib/yit-upgrade.php:194
437
  msgid "Update now."
438
  msgstr "Actualiza ahora."
439
 
440
- #: lib/yit-upgrade.php:289
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
441
  msgid "You have to activate the plugin to benefit from automatic updates."
442
  msgstr ""
 
 
443
 
444
- #: lib/yit-upgrade.php:311
445
- #, fuzzy
446
- #| msgid "YIThemes Repository"
447
  msgid "YITH Repository"
448
- msgstr "Repositorio YIThemes"
449
 
450
- #: lib/yit-upgrade.php:345
451
  msgid "Invalid URL Provided."
452
  msgstr "La URL proporcionada no es válida."
453
 
454
- #: lib/yit-upgrade.php:358
455
  msgid "Could not create Temporary file."
456
  msgstr "No se pudo crear un archivo temporal."
457
 
458
- #: lib/yit-upgrade.php:531
459
- #, fuzzy, php-format
460
- #| msgid ""
461
- #| "There is a new version of %1$s available. <a href=\"%2$s\" class="
462
- #| "\"thickbox yit-changelog-button\" title=\"%3$s\">View version %4$s "
463
- #| "details</a>."
464
  msgid ""
465
  "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
466
  "yit-changelog-button open-plugin-details-modal\" title=\"%3$s\">View version "
@@ -469,13 +471,8 @@ msgstr ""
469
  "Hay una nueva versión de %1$s disponible. <a href=\"%2$s\" class=\"thickbox "
470
  "yit-changelog-button\" title=\"%3$s\">Ver detalles de la versión %4$s</a>."
471
 
472
- #: lib/yit-upgrade.php:533
473
- #, fuzzy, php-format
474
- #| msgid ""
475
- #| "There is a new version of %1$s available. <a href=\"%2$s\" class="
476
- #| "\"thickbox yit-changelog-button\" title=\"%3$s\">View version %4$s "
477
- #| "details</a>. <em>You have to activate the plugin on a single site of the "
478
- #| "network to benefit from automatic updates.</em>"
479
  msgid ""
480
  "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
481
  "yit-changelog-button open-plugin-details-modal\" title=\"%3$s\">View version "
@@ -484,17 +481,11 @@ msgid ""
484
  msgstr ""
485
  "Hay una nueva versión de %1$s disponible. <a href=\"%2$s\" class=\"thickbox "
486
  "yit-changelog-button\" title=\"%3$s\">Ver detalles de la versión %4$s</a>. "
487
- "<em>Tienes que activar el plugin en un único sitio web desdela red para "
488
  "beneficiarte de las actualizaciones automáticas.</em>"
489
 
490
- #: lib/yit-upgrade.php:535
491
- #, fuzzy, php-format
492
- #| msgid ""
493
- #| "There is a new version of %1$s available. <a href=\"%2$s\" class="
494
- #| "\"thickbox yit-changelog-button\" title=\"%3$s\">View version %4$s "
495
- #| "details</a>. <em>Automatic update is unavailable for this plugin, please "
496
- #| "<a href=\"%5$s\" title=\"License activation\">activate</a> your copy of "
497
- #| "%6s.</em>"
498
  msgid ""
499
  "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
500
  "yit-changelog-button open-plugin-details-modal\" title=\"%3$s\">View version "
@@ -508,12 +499,8 @@ msgstr ""
508
  "por favor <a href=\"%5$s\" title=\"License activation\">activa</a> tu copia "
509
  "de %6s.</em>"
510
 
511
- #: lib/yit-upgrade.php:537
512
- #, fuzzy, php-format
513
- #| msgid ""
514
- #| "There is a new version of %1$s available. <a href=\"%2$s\" class="
515
- #| "\"thickbox yit-changelog-button\" title=\"%3$s\">View version %4$s "
516
- #| "details</a> or <a href=\"%5$s\">update now</a>."
517
  msgid ""
518
  "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
519
  "yit-changelog-button open-plugin-details-modal\" title=\"%3$s\">View version "
@@ -523,100 +510,130 @@ msgstr ""
523
  "yit-changelog-button\" title=\"%3$s\">Ver detalles de la versión %4$s</a> o "
524
  "<a href=\"%5$s\">actualizar ahora</a>."
525
 
526
- #: lib/yit-upgrade.php:610
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
527
  msgid "You can't update the plugins for this site."
528
  msgstr "No puedes actualizar los plugins para este sitio web."
529
 
530
- #: lib/yit-upgrade.php:614
531
  msgid ""
532
  "You do not have sufficient permissions to update the plugins for this site."
533
  msgstr ""
534
  "No tienes suficientes permisos para actualizar los plugins para este sitio "
535
  "web."
536
 
537
- #: lib/yit-upgrade.php:621
538
  msgid "Update Plugin"
539
  msgstr "Actualizar Plugin"
540
 
541
- #: licence/lib/yit-licence.php:186
 
 
 
 
 
 
 
 
 
 
 
 
 
542
  #, php-format
543
  msgctxt "%s = field name"
544
  msgid "Please, insert a valid %s"
545
- msgstr ""
546
 
547
- #: licence/lib/yit-licence.php:187
548
  #, php-format
549
  msgid "Please, insert a valid %s and a valid %s"
550
- msgstr ""
551
 
552
- #: licence/lib/yit-licence.php:188
553
  msgid "Unable to contact the remote server, please try again later. Thanks!"
554
  msgstr ""
555
  "No fue posible contactar con el servidor remoto, por favor, inténtalo de "
556
  "nuevo más tarde. ¡Gracias!"
557
 
558
- #: licence/lib/yit-licence.php:189
559
  msgid "email address"
560
- msgstr ""
561
 
562
- #: licence/lib/yit-licence.php:190
563
- #, fuzzy
564
- #| msgid "License Key"
565
  msgid "license key"
566
- msgstr "Clave de Licencia"
567
 
568
- #: licence/lib/yit-licence.php:191
569
  msgid "Are you sure you want to deactivate the license for current site?"
570
  msgstr ""
571
  "¿Estás seguro/a de que quieres desactivar la licencia para el sitio web "
572
  "actual?"
573
 
574
- #: licence/lib/yit-licence.php:734
575
  msgid "Invalid Request"
576
  msgstr "Solicitud inválida"
577
 
578
- #: licence/lib/yit-licence.php:735
579
  msgid "Invalid license key"
580
  msgstr "Clave de solicitud inválida"
581
 
582
- #: licence/lib/yit-licence.php:736
583
  msgid "Software has been deactivated"
584
  msgstr "El software ha sido desactivado"
585
 
586
- #: licence/lib/yit-licence.php:737
587
  msgid "Maximum number of activations exceeded"
588
  msgstr "Se ha excedido el número máximo de solicitudes"
589
 
590
- #: licence/lib/yit-licence.php:738
591
  msgid "Invalid instance ID"
592
  msgstr "Instancia ID inválida"
593
 
594
- #: licence/lib/yit-licence.php:739
595
  msgid "Invalid security key"
596
  msgstr "Clave de seguridad inválida"
597
 
598
- #: licence/lib/yit-licence.php:740
599
  msgid "License key has expired"
600
  msgstr "La clave de licencia ha caducado"
601
 
602
- #: licence/lib/yit-licence.php:741
603
  msgid "License key has been banned"
604
  msgstr "La clave de licencia ha sido bloqueada"
605
 
606
- #: licence/lib/yit-licence.php:742
607
  msgid "Current product is not included in your YITH Club Subscription key"
608
  msgstr ""
609
  "Producto actual no está incluido en la clave de suscripción de Club de YITH"
610
 
611
- #: licence/lib/yit-licence.php:743
612
  msgid "Great"
613
  msgstr "Excelente"
614
 
615
- #: licence/lib/yit-licence.php:743
616
  msgid "License successfully activated"
617
  msgstr "Licencia activada con éxito"
618
 
619
- #: licence/lib/yit-licence.php:744
620
  msgid "License key deactivated for website"
621
  msgstr "Clave de licencia desactivada para nuestro sitio web"
622
 
@@ -626,6 +643,46 @@ msgstr "Clave de licencia desactivada para nuestro sitio web"
626
  msgid "License Activation"
627
  msgstr "Activación de la Licencia"
628
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
629
  #: licence/lib/yit-theme-licence.php:117 licence/lib/yit-theme-licence.php:118
630
  #, php-format
631
  msgid "%s"
@@ -640,18 +697,6 @@ msgstr ""
640
  "tiempo. ¿Dónde la puedo encontrar?"
641
 
642
  #: licence/lib/yit-theme-licence.php:163
643
- #, fuzzy
644
- #| msgid ""
645
- #| "If you have purchased one of our products before 27 January 2015, you can "
646
- #| "benefit from support and updates (the services offered with the license)\n"
647
- #| " until 27 January 2016 and you do not have to purchase "
648
- #| "it again to get a new license key, because, before this date, your "
649
- #| "license used to be activated automatically by our system.\n"
650
- #| " After 27 January 2016, instead, if you want to "
651
- #| "benefit from support and updates you have to buy a new license and "
652
- #| "activate it through the license key you will be\n"
653
- #| " provided with and that you can find in your YIThemes "
654
- #| "account, in section \"My licenses\"."
655
  msgid ""
656
  "If you have purchased one of our products before 27 January 2015, you can "
657
  "benefit from support and updates (the services offered with the license)\n"
@@ -677,119 +722,125 @@ msgstr ""
677
  "YIThemes, en la sección \"My licenses\"."
678
 
679
  #: licence/templates/panel/activation/activation-panel.php:24
680
- #, fuzzy
681
- #| msgid "License Activation"
682
  msgid "YITH License Activation"
683
- msgstr "Activación de la Licencia"
684
 
685
- #: licence/templates/panel/activation/activation-panel.php:28
686
- msgid ""
687
- "Have you updated your licenses? Have you asked for an extension? Update "
688
- "information concerning your products."
689
- msgstr "¿Has actualizado tus licencias? ¿Has pedido una extensión? Actualiza"
690
 
691
  #: licence/templates/panel/activation/activation-panel.php:30
692
- msgid "Update license information"
693
- msgstr "Actualizar la información de la licencia"
 
 
 
 
 
 
 
 
 
 
694
 
695
- #: licence/templates/panel/activation/activation-panel.php:43
696
  msgid "Product to activate"
697
  msgid_plural "Products to activate"
698
  msgstr[0] "Producto que activar"
699
  msgstr[1] "Productos que activar"
700
 
701
- #: licence/templates/panel/activation/activation-panel.php:65
 
 
 
 
 
 
 
 
702
  msgid "Activate"
703
  msgstr "Activar"
704
 
705
- #: licence/templates/panel/activation/activation-panel.php:84
706
  msgid "Activated"
707
  msgstr "Activado/a"
708
 
709
- #: licence/templates/panel/activation/activation-panel.php:90
710
- #: licence/templates/panel/activation/activation-panel.php:168
711
- #: licence/templates/panel/activation/activation-panel.php:198
712
  msgid "Product Name"
713
  msgstr "Nombre de Producto"
714
 
715
- #: licence/templates/panel/activation/activation-panel.php:92
716
- #: licence/templates/panel/activation/activation-panel.php:170
717
- #: licence/templates/panel/activation/activation-panel.php:201
718
  msgid "Email"
719
  msgstr "Email"
720
 
721
- #: licence/templates/panel/activation/activation-panel.php:93
722
- #: licence/templates/panel/activation/activation-panel.php:171
723
- #: licence/templates/panel/activation/activation-panel.php:202
724
  msgid "License Key"
725
  msgstr "Clave de Licencia"
726
 
727
- #: licence/templates/panel/activation/activation-panel.php:96
728
- #: licence/templates/panel/activation/activation-panel.php:205
729
  msgid "Expires"
730
  msgstr "Caduca"
731
 
732
- #: licence/templates/panel/activation/activation-panel.php:99
733
  msgid "Remaining"
734
- msgstr "Queda"
735
 
736
- #: licence/templates/panel/activation/activation-panel.php:101
737
  msgid "Club Subscription"
738
- msgstr "Suscripción a Club"
739
-
740
- #: licence/templates/panel/activation/activation-panel.php:105
741
- msgid "License Actions"
742
- msgstr "Acciones de Licencia"
743
 
744
- #: licence/templates/panel/activation/activation-panel.php:130
745
  #, php-format
746
  msgid "%1s out of %2s"
747
  msgstr "%1s de %2s"
748
 
749
- #: licence/templates/panel/activation/activation-panel.php:146
750
  msgid "Deactivate"
751
  msgstr "Desactivar"
752
 
753
- #: licence/templates/panel/activation/activation-panel.php:151
754
- #: licence/templates/panel/activation/activation-panel.php:208
755
  msgid "Renew"
756
  msgstr "Renovado"
757
 
758
- #: licence/templates/panel/activation/activation-panel.php:164
759
  msgid "Banned"
760
  msgstr "Bloqueado"
761
 
762
- #: licence/templates/panel/activation/activation-panel.php:194
763
  msgid "Expired"
764
  msgstr "Caducado"
765
 
766
- #: licence/templates/panel/activation/activation-panel.php:230
767
  msgid "Order again"
768
  msgstr "Comprar de nuevo"
769
 
770
- #: licence/templates/panel/activation/activation-panel.php:232
771
  msgid "Renew license"
772
  msgstr "Renovar licencia"
773
 
774
  #: templates/fields/ajax-posts.php:57
775
- #, fuzzy
776
- #| msgid "Search %s"
777
  msgid "Search Posts"
778
- msgstr "Buscar %s"
779
 
780
  #: templates/fields/ajax-products.php:16
781
- #, fuzzy
782
- #| msgid "Search for a product"
783
  msgid "Search Product"
784
  msgstr "Buscar un producto"
785
 
786
  #: templates/fields/customtabs.php:28
787
  msgid "Close all"
788
- msgstr "Cerrar todos"
789
 
790
  #: templates/fields/customtabs.php:28
791
  msgid "Expand all"
792
- msgstr "Expandir todos"
793
 
794
  #: templates/fields/customtabs.php:37 templates/fields/customtabs.php:81
795
  msgid "Remove"
@@ -801,7 +852,7 @@ msgstr "Valor"
801
 
802
  #: templates/fields/customtabs.php:53 templates/fields/customtabs.php:95
803
  msgid "Content of the tab. (HTML is supported)"
804
- msgstr "Contenido de la pestaña. (HTML se soporta)"
805
 
806
  #: templates/fields/customtabs.php:65
807
  msgid "Add custom product tab"
@@ -812,10 +863,8 @@ msgid "Do you want to remove the custom tab?"
812
  msgstr "¿Quieres borrar la etiqueta personalizada?"
813
 
814
  #: templates/fields/icons.php:58
815
- #, fuzzy
816
- #| msgid "Reset Defaults"
817
  msgid "Set Default"
818
- msgstr "Ajustes predeterminados"
819
 
820
  #: templates/fields/image-gallery.php:34 templates/fields/image-gallery.php:39
821
  msgid "Delete image"
@@ -823,7 +872,7 @@ msgstr "Borrar imagen"
823
 
824
  #: templates/fields/image-gallery.php:39
825
  msgid "Add Images to Gallery"
826
- msgstr "Añadir imágenes a la Galería"
827
 
828
  #: templates/fields/image-gallery.php:39
829
  msgid "Add to gallery"
@@ -838,14 +887,12 @@ msgid "Delete"
838
  msgstr "Borrar"
839
 
840
  #: templates/fields/select-buttons.php:26
841
- #, fuzzy
842
- #| msgid "Select"
843
  msgid "Select All"
844
- msgstr "Seleciona"
845
 
846
  #: templates/fields/select-buttons.php:33
847
  msgid "Deselect All"
848
- msgstr ""
849
 
850
  #: templates/fields/sidebars.php:22
851
  msgid "Left sidebar"
@@ -898,40 +945,46 @@ msgstr "(Por defecto: <i %s></i> )"
898
  msgid "Reset Defaults"
899
  msgstr "Ajustes predeterminados"
900
 
901
- #: yit-plugin.php:77
902
  msgctxt "Plugin Row Meta"
903
  msgid "Live Demo"
904
- msgstr ""
905
 
906
- #: yit-plugin.php:82
907
  msgctxt "Plugin Row Meta"
908
  msgid "Documentation"
909
- msgstr ""
910
 
911
- #: yit-plugin.php:87
912
  msgctxt "Plugin Row Meta"
913
  msgid "Support"
914
- msgstr ""
915
 
916
- #: yit-plugin.php:92
917
- #, fuzzy
918
- #| msgid "Premium version upgrade"
919
  msgctxt "Plugin Row Meta"
920
  msgid "Premium version"
921
- msgstr "Actualiza a la versión premium"
922
 
923
- #: yit-plugin.php:187
924
- #, fuzzy
925
- #| msgid "Settings"
926
  msgctxt "Action links"
927
  msgid "Settings"
928
  msgstr "Ajustes"
929
 
930
- #: yit-plugin.php:191
931
- #, fuzzy
932
- #| msgid "License Key"
933
  msgid "License"
934
- msgstr "Clave de Licencia"
 
 
 
 
 
 
 
 
 
 
 
 
935
 
936
  #~ msgctxt "%s = field name"
937
  #~ msgid "%s field cannot be empty"
4
  msgstr ""
5
  "Project-Id-Version: YITH Plugin Starter 1.0.0 Plugin FW\n"
6
  "Report-Msgid-Bugs-To: Your Inspiration Themes <plugins@yithemes.com>\n"
7
+ "POT-Creation-Date: 2019-02-04 16:04+0100\n"
8
+ "PO-Revision-Date: 2019-02-04 16:05+0100\n"
9
  "Last-Translator: \n"
10
  "Language-Team: Your Inspiration Themes <info@yithemes.com>\n"
11
  "Language: es_ES\n"
12
  "MIME-Version: 1.0\n"
13
  "Content-Type: text/plain; charset=UTF-8\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
+ "X-Generator: Poedit 2.2.1\n"
16
  "X-Poedit-KeywordsList: __;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;"
17
  "_nx_noop:1,2,3c;esc_attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;"
18
  "esc_html_x:1,2c\n"
25
  #: lib/privacy/yit-privacy.php:24
26
  msgctxt "Privacy Policy Guide Title"
27
  msgid "YITH Plugins"
28
+ msgstr "Plugins de YITH"
29
 
30
  #: lib/privacy/yit-privacy.php:59
31
  msgctxt "Privacy Policy Content"
37
  "We recommend consulting with a lawyer when deciding what information to "
38
  "disclose on your privacy policy."
39
  msgstr ""
40
+ "Este lenguaje de muestra incluye los conceptos básicos sobre qué datos "
41
+ "personales puede estar recolectando, almacenando y compartiendo tu tienda, "
42
+ "así como quién puede tener acceso a esos datos. Dependiendo de qué "
43
+ "configuración esté habilitada y qué complementos adicionales se utilicen, la "
44
+ "información específica compartida por tu tienda variará. Recomendamos "
45
+ "consultar con un abogado cuando decidas qué información divulgar sobre tu "
46
+ "política de privacidad."
47
 
48
  #: lib/privacy/yit-privacy.php:63
49
  msgctxt "Privacy Policy Content"
50
  msgid "What we collect and store"
51
+ msgstr "Qué recopilamos y almacenamos"
52
 
53
  #: lib/privacy/yit-privacy.php:66
54
  msgctxt "Privacy Policy Content"
55
  msgid "Who on our team has access"
56
+ msgstr "Quién en nuestro equipo tiene acceso"
57
 
58
  #: lib/privacy/yit-privacy.php:69
59
  msgctxt "Privacy Policy Content"
60
  msgid "What we share with others"
61
+ msgstr "Qué compartimos con otros"
62
 
63
  #: lib/privacy/yit-privacy.php:72
64
  msgctxt "Privacy Policy Content"
65
  msgid "Payments"
66
+ msgstr "Pagos"
67
 
68
  #: lib/yit-cpt-unlimited.php:460 lib/yit-cpt-unlimited.php:574
69
  #: lib/yit-cpt-unlimited.php:719 lib/yit-cpt-unlimited.php:1632
111
  #: lib/yit-cpt-unlimited.php:468 lib/yit-cpt-unlimited.php:582
112
  #, php-format
113
  msgid "No %s found in Trash"
114
+ msgstr "No se encontraron %s en la papelera"
115
 
116
  #: lib/yit-cpt-unlimited.php:625
117
  #, php-format
134
 
135
  #: lib/yit-cpt-unlimited.php:629
136
  msgid "Parent Category"
137
+ msgstr "Categoría superior"
138
 
139
  #: lib/yit-cpt-unlimited.php:630
140
  msgid "Parent Category:"
141
+ msgstr "Categoría superior:"
142
 
143
  #: lib/yit-cpt-unlimited.php:631
144
  msgid "Edit Category"
176
 
177
  #: lib/yit-cpt-unlimited.php:1051
178
  msgid "Type"
179
+ msgstr "Tipo"
180
 
181
  #: lib/yit-cpt-unlimited.php:1052
182
  #, php-format
202
  #: lib/yit-cpt-unlimited.php:1065
203
  msgid "Set a label in singular (title of portfolio if empty)"
204
  msgstr ""
205
+ "Establecer una etiqueta en singular (título del porfolio si está vacío)"
206
 
207
  #: lib/yit-cpt-unlimited.php:1070
208
  msgid "Label in Plural"
209
+ msgstr "Etiqueta en plural"
210
 
211
  #: lib/yit-cpt-unlimited.php:1071
212
  msgid "Set a label in plural (title of portfolio if empty)"
213
+ msgstr "Establecer una etiqueta en plural (título del porfolio si está vacío)"
 
214
 
215
  #: lib/yit-cpt-unlimited.php:1076
216
  msgid "Taxonomy"
222
  "Name should be a slug (must not contain capital letters nor spaces) and must "
223
  "not be more than 32 characters long (database structure restriction)."
224
  msgstr ""
225
+ "Si quieres usar categorías en el porfolio, establece un nombre para la "
226
  "taxonomía. El nombre debería ser un slug (no debe contener mayúsculas ni "
227
  "espacios) y no debe ser más largo de 32 caracteres (restricción de "
228
  "estructura de base de datos)."
229
 
230
  #: lib/yit-cpt-unlimited.php:1082
231
  msgid "Taxonomy Rewrite"
232
+ msgstr "Rescritura de taxonomía"
233
 
234
  #: lib/yit-cpt-unlimited.php:1083
235
  msgid "Set univocal name for each category page URL."
237
 
238
  #: lib/yit-cpt-unlimited.php:1088
239
  msgid "Single layout"
240
+ msgstr "Diseño simple"
241
 
242
  #: lib/yit-cpt-unlimited.php:1089
243
  msgid "Layout for single page of this portfolio"
244
+ msgstr "Diseño para cada página de este porfolio"
245
 
246
  #: lib/yit-cpt-unlimited.php:1130
247
  msgid "layout settings"
248
+ msgstr "ajustes de diseño"
249
 
250
  #: lib/yit-cpt-unlimited.php:1222 lib/yit-cpt-unlimited.php:1235
251
  msgid "Quick links"
272
 
273
  #: lib/yit-plugin-panel-wc.php:384
274
  msgid "The changes you have made will be lost if you leave this page."
275
+ msgstr "Los cambios que has hecho se perderán si abandonas esta página."
276
 
277
  #: lib/yit-plugin-panel.php:72
278
  msgid "Plugin Settings"
279
  msgstr "Ajustes del plugin"
280
 
281
+ #: lib/yit-plugin-panel.php:339 lib/yit-plugin-panel.php:342
282
  msgid "How to install premium version"
283
  msgstr "Cómo instalar la versión premium"
284
 
285
+ #: lib/yit-plugin-panel.php:393 lib/yit-plugin-subpanel.php:156
286
  #: templates/panel/woocommerce/woocommerce-form.php:11
287
  msgid "Save Changes"
288
  msgstr "Guardar cambios"
289
 
290
+ #: lib/yit-plugin-panel.php:396 lib/yit-plugin-subpanel.php:159
291
  #: templates/panel/woocommerce/woocommerce-form.php:14
292
  msgid ""
293
  "If you continue with this action, you will reset all options in this page."
294
  msgstr ""
295
  "Si sigues con esta acción, se reiniciarán todas las opciones en esta página."
296
 
297
+ #: lib/yit-plugin-panel.php:398 lib/yit-plugin-subpanel.php:161
298
  msgid "Reset to default"
299
+ msgstr "Restablecer a predeterminado"
300
 
301
+ #: lib/yit-plugin-panel.php:399 lib/yit-plugin-subpanel.php:162
302
  #: templates/panel/woocommerce/woocommerce-form.php:18
303
  msgid "Are you sure?"
304
  msgstr "¿Estás seguro/a?"
305
 
306
+ #: lib/yit-plugin-panel.php:533
307
  msgid ""
308
  "The element you have entered already exists. Please, enter another name."
309
  msgstr ""
310
  "El elemento que has introducido ya existe. Por favor, introduce otro nombre."
311
 
312
+ #: lib/yit-plugin-panel.php:534
313
  msgid "Settings saved"
314
  msgstr "Ajustes guardados"
315
 
316
+ #: lib/yit-plugin-panel.php:535
317
  msgid "Settings reset"
318
  msgstr "Ajustes reiniciados"
319
 
320
+ #: lib/yit-plugin-panel.php:536
321
  msgid "Element deleted correctly."
322
  msgstr "Elemento borrado correctamente."
323
 
324
+ #: lib/yit-plugin-panel.php:537 lib/yit-plugin-panel.php:538
325
  msgid "Element updated correctly."
326
  msgstr "Elemento actualizado correctamente."
327
 
328
+ #: lib/yit-plugin-panel.php:539
329
  msgid "Database imported correctly."
330
  msgstr "Base de datos importada correctamente."
331
 
332
+ #: lib/yit-plugin-panel.php:540
333
  msgid "An error has occurred during import. Please try again."
334
  msgstr ""
335
  "Ha ocurrido un error durante la importación. Por favor, inténtalo de nuevo."
336
 
337
+ #: lib/yit-plugin-panel.php:541
338
  msgid "The added file is not valid."
339
  msgstr "El archivo añadido no es válido."
340
 
341
+ #: lib/yit-plugin-panel.php:542
342
  msgid "Sorry, import is disabled."
343
  msgstr "Lo sentimos, la importación está deshabilitada."
344
 
345
+ #: lib/yit-plugin-panel.php:543
346
  msgid "Sorting successful."
347
  msgstr "Clasificación fue realizada con éxito."
348
 
349
  #: lib/yit-pointers.php:70
350
  msgid "Plugins Activated"
351
+ msgstr "Plugins activados"
352
 
353
  #: lib/yit-pointers.php:71
 
 
 
 
 
 
354
  msgid ""
355
  "From now on, you can find all plugin options in YITH Plugins menu.\n"
356
  " Plugin customization settings will be "
357
  "available as a new entry in YITH Plugins menu."
358
  msgstr ""
359
  "De ahora en adelante, puedes encontrar todas las opciones del plugin en el "
360
+ "menú Plugins de YITH.\n"
361
  " Para cada plugin instalado, los ajustes "
362
+ "de personalización estarán disponibles como una nueva entrada en el menú de "
363
+ "Plugins de YITH."
364
 
365
  #: lib/yit-pointers.php:73 lib/yit-pointers.php:89
366
  msgid "Discover all our plugins available on:"
372
 
373
  #: lib/yit-pointers.php:84
374
  msgid "Plugins Upgraded"
375
+ msgstr "Plugins actualizados"
376
 
377
  #: lib/yit-pointers.php:85
 
 
 
 
 
 
 
 
 
 
 
378
  msgid ""
379
  "From now on, you can find the option panel of YITH plugins in YITH Plugins "
380
  "menu.\n"
397
  "pestaña YIT Plugin."
398
 
399
  #: lib/yit-upgrade.php:95
 
 
400
  msgid "An unexpected error occurred, please try again later. Thanks!"
401
  msgstr ""
402
+ "Ha ocurrido un error inesperado, por favor, inténtalo de nuevo más tarde. "
403
+ "¡Gracias!"
404
 
405
+ #: lib/yit-upgrade.php:196
406
  msgid "There is a new version of %plugin_name% available."
407
  msgstr "Hay una nueva versión de %plugin_name% disponible."
408
 
409
+ #: lib/yit-upgrade.php:197
410
  msgid "View version %latest% details."
411
  msgstr "Ver detalles de la %latest% versión"
412
 
413
+ #: lib/yit-upgrade.php:198
414
  msgid "Automatic update is unavailable for this plugin,"
415
  msgstr "Las actualizaciones automáticas no están disponibles para este plugin,"
416
 
417
+ #: lib/yit-upgrade.php:199
418
  msgid ""
419
  "please <a href=\"%activate_link%\">activate</a> your copy of %plugin_name%."
420
  msgstr ""
421
  "por favor, <a href=\"%activate_link%\">activa</a> tu copia de %plugin_name%."
422
 
423
+ #: lib/yit-upgrade.php:200
424
  msgid "Update now."
425
  msgstr "Actualiza ahora."
426
 
427
+ #: lib/yit-upgrade.php:201
428
+ msgid ""
429
+ "<br/><b>Please note:</b> You are using a higher version than the latest "
430
+ "available one. </em>Please, make sure you've downloaded the latest version "
431
+ "of <em>%1$s</em> from the only <a href=\"https://yithemes.com\" target="
432
+ "\"_blank\">YITH official website</a>, specifically, from your <a href="
433
+ "\"https://yithemes.com/my-account/recent-downloads/\" target=\"_blank"
434
+ "\">Downloads page</a>. This is the only way to be sure the version you are "
435
+ "using is 100% malware-free."
436
+ msgstr ""
437
+ "<br/><b>Por favor, ten en cuenta:</b> Estás usando una versión superior a la "
438
+ "última disponible. </em>Por favor, asegurate de que has descargado la última "
439
+ "versión de <em>%1$s</em> desde el único <a href=\"https://yithemes.com\" "
440
+ "target=\"_blank\">sitio oficial de YITH</a>, específicamente, desde tu <a "
441
+ "href=\"https://yithemes.com/my-account/recent-downloads/\" target=\"_blank"
442
+ "\">página de Descargas</a>. Esta es la única forma de estar seguro de que la "
443
+ "versión que estás usando es 100% malware-free."
444
+
445
+ #: lib/yit-upgrade.php:303
446
+ msgctxt "[Update Plugin Message: License not enabled]"
447
  msgid "You have to activate the plugin to benefit from automatic updates."
448
  msgstr ""
449
+ "Tienes que activar el plugin para beneficiarte de actualizaciones "
450
+ "automáticas."
451
 
452
+ #: lib/yit-upgrade.php:325
 
 
453
  msgid "YITH Repository"
454
+ msgstr "Repositorio de YITH"
455
 
456
+ #: lib/yit-upgrade.php:359
457
  msgid "Invalid URL Provided."
458
  msgstr "La URL proporcionada no es válida."
459
 
460
+ #: lib/yit-upgrade.php:372
461
  msgid "Could not create Temporary file."
462
  msgstr "No se pudo crear un archivo temporal."
463
 
464
+ #: lib/yit-upgrade.php:547
465
+ #, php-format
 
 
 
 
466
  msgid ""
467
  "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
468
  "yit-changelog-button open-plugin-details-modal\" title=\"%3$s\">View version "
471
  "Hay una nueva versión de %1$s disponible. <a href=\"%2$s\" class=\"thickbox "
472
  "yit-changelog-button\" title=\"%3$s\">Ver detalles de la versión %4$s</a>."
473
 
474
+ #: lib/yit-upgrade.php:551
475
+ #, php-format
 
 
 
 
 
476
  msgid ""
477
  "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
478
  "yit-changelog-button open-plugin-details-modal\" title=\"%3$s\">View version "
481
  msgstr ""
482
  "Hay una nueva versión de %1$s disponible. <a href=\"%2$s\" class=\"thickbox "
483
  "yit-changelog-button\" title=\"%3$s\">Ver detalles de la versión %4$s</a>. "
484
+ "<em>Tienes que activar el plugin en un único sitio web desde la red para "
485
  "beneficiarte de las actualizaciones automáticas.</em>"
486
 
487
+ #: lib/yit-upgrade.php:555
488
+ #, php-format
 
 
 
 
 
 
489
  msgid ""
490
  "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
491
  "yit-changelog-button open-plugin-details-modal\" title=\"%3$s\">View version "
499
  "por favor <a href=\"%5$s\" title=\"License activation\">activa</a> tu copia "
500
  "de %6s.</em>"
501
 
502
+ #: lib/yit-upgrade.php:559
503
+ #, php-format
 
 
 
 
504
  msgid ""
505
  "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
506
  "yit-changelog-button open-plugin-details-modal\" title=\"%3$s\">View version "
510
  "yit-changelog-button\" title=\"%3$s\">Ver detalles de la versión %4$s</a> o "
511
  "<a href=\"%5$s\">actualizar ahora</a>."
512
 
513
+ #: lib/yit-upgrade.php:563
514
+ #, php-format
515
+ msgid ""
516
+ "<br/><b>Please note:</b> You are using a higher version than the latest "
517
+ "available one. </em>Please, make sure you've downloaded the latest version "
518
+ "of <em>%1$s</em> from the only <a href=\"https://yithemes.com\" target="
519
+ "\"_blank\">YITH official website</a>, specifically, from your <a href="
520
+ "\"https://yithemes.com/my-account/recent-downloads/\" target=\"_blank"
521
+ "\">Downloads page</a>. This is the only way to be sure the version you are "
522
+ "using is 100%% malware-free."
523
+ msgstr ""
524
+ "<br/><b>Por favor, ten en cuenta:</b> Estás usando una versión más alta que "
525
+ "la última disponible. </em>Por favor, asegurate de que has descargado la "
526
+ "última versión de <em>%1$s</em> desde el único<a href=\"https://yithemes.com"
527
+ "\" target=\"_blank\">sitio oficial de YITH</a>, específicamente, desde tu <a "
528
+ "href=\"https://yithemes.com/my-account/recent-downloads/\" target=\"_blank"
529
+ "\">página de Descargas</a>. Esta es la única manera de estar seguro de que "
530
+ "la versión que estás usando es 100%% malware-free."
531
+
532
+ #: lib/yit-upgrade.php:635
533
  msgid "You can't update the plugins for this site."
534
  msgstr "No puedes actualizar los plugins para este sitio web."
535
 
536
+ #: lib/yit-upgrade.php:639
537
  msgid ""
538
  "You do not have sufficient permissions to update the plugins for this site."
539
  msgstr ""
540
  "No tienes suficientes permisos para actualizar los plugins para este sitio "
541
  "web."
542
 
543
+ #: lib/yit-upgrade.php:646
544
  msgid "Update Plugin"
545
  msgstr "Actualizar Plugin"
546
 
547
+ #: lib/yith-dashboard.php:40
548
+ msgid "New YITH products"
549
+ msgstr "Nuevos productos de YITH"
550
+
551
+ #: lib/yith-dashboard.php:41
552
+ msgid "News from the YITH Blog"
553
+ msgstr "Noticias del Blog de YITH"
554
+
555
+ #: lib/yith-gutenberg.php:134
556
+ msgctxt "[gutenberg]: Category Name"
557
+ msgid "YITH"
558
+ msgstr "YITH"
559
+
560
+ #: licence/lib/yit-licence.php:180
561
  #, php-format
562
  msgctxt "%s = field name"
563
  msgid "Please, insert a valid %s"
564
+ msgstr "Por favor, introduce una %s válida"
565
 
566
+ #: licence/lib/yit-licence.php:181
567
  #, php-format
568
  msgid "Please, insert a valid %s and a valid %s"
569
+ msgstr "Por favor, inserta una %s válida y una %s válida"
570
 
571
+ #: licence/lib/yit-licence.php:182
572
  msgid "Unable to contact the remote server, please try again later. Thanks!"
573
  msgstr ""
574
  "No fue posible contactar con el servidor remoto, por favor, inténtalo de "
575
  "nuevo más tarde. ¡Gracias!"
576
 
577
+ #: licence/lib/yit-licence.php:183
578
  msgid "email address"
579
+ msgstr "dirección de correo electrónico"
580
 
581
+ #: licence/lib/yit-licence.php:184
 
 
582
  msgid "license key"
583
+ msgstr "clave de licencia"
584
 
585
+ #: licence/lib/yit-licence.php:185
586
  msgid "Are you sure you want to deactivate the license for current site?"
587
  msgstr ""
588
  "¿Estás seguro/a de que quieres desactivar la licencia para el sitio web "
589
  "actual?"
590
 
591
+ #: licence/lib/yit-licence.php:730
592
  msgid "Invalid Request"
593
  msgstr "Solicitud inválida"
594
 
595
+ #: licence/lib/yit-licence.php:731
596
  msgid "Invalid license key"
597
  msgstr "Clave de solicitud inválida"
598
 
599
+ #: licence/lib/yit-licence.php:732
600
  msgid "Software has been deactivated"
601
  msgstr "El software ha sido desactivado"
602
 
603
+ #: licence/lib/yit-licence.php:733
604
  msgid "Maximum number of activations exceeded"
605
  msgstr "Se ha excedido el número máximo de solicitudes"
606
 
607
+ #: licence/lib/yit-licence.php:734
608
  msgid "Invalid instance ID"
609
  msgstr "Instancia ID inválida"
610
 
611
+ #: licence/lib/yit-licence.php:735
612
  msgid "Invalid security key"
613
  msgstr "Clave de seguridad inválida"
614
 
615
+ #: licence/lib/yit-licence.php:736
616
  msgid "License key has expired"
617
  msgstr "La clave de licencia ha caducado"
618
 
619
+ #: licence/lib/yit-licence.php:737
620
  msgid "License key has been banned"
621
  msgstr "La clave de licencia ha sido bloqueada"
622
 
623
+ #: licence/lib/yit-licence.php:738
624
  msgid "Current product is not included in your YITH Club Subscription key"
625
  msgstr ""
626
  "Producto actual no está incluido en la clave de suscripción de Club de YITH"
627
 
628
+ #: licence/lib/yit-licence.php:739
629
  msgid "Great"
630
  msgstr "Excelente"
631
 
632
+ #: licence/lib/yit-licence.php:739
633
  msgid "License successfully activated"
634
  msgstr "Licencia activada con éxito"
635
 
636
+ #: licence/lib/yit-licence.php:740
637
  msgid "License key deactivated for website"
638
  msgstr "Clave de licencia desactivada para nuestro sitio web"
639
 
643
  msgid "License Activation"
644
  msgstr "Activación de la Licencia"
645
 
646
+ #: licence/lib/yit-plugin-licence.php:142
647
+ msgctxt ""
648
+ "[Part of]: Warning! You didn't set license key for the following products:"
649
+ "[Plugins List] which means you're missing out on updates and support. Enter "
650
+ "your license key, please."
651
+ msgid "Warning!"
652
+ msgstr "¡Atención! "
653
+
654
+ #: licence/lib/yit-plugin-licence.php:142
655
+ msgctxt ""
656
+ "[Part of]: Warning! You didn't set license key for the following products:"
657
+ "[Plugins List] which means you're missing out on updates and support. Enter "
658
+ "your license key, please."
659
+ msgid "You didn't set license key for the following products"
660
+ msgstr "No has establecido la clave de licencia para los siguientes productos"
661
+
662
+ #: licence/lib/yit-plugin-licence.php:145
663
+ msgctxt ""
664
+ "[Part of]: Warning! You didn't set license key for the following products:"
665
+ "[Plugins List] which means you're missing out on updates and support. Enter "
666
+ "your license key, please."
667
+ msgid "which means you're missing out on updates and support"
668
+ msgstr "lo que significa que estás perdiendo actualizaciones y soporte"
669
+
670
+ #: licence/lib/yit-plugin-licence.php:147
671
+ msgctxt ""
672
+ "[Part of]: Warning! You didn't set license key for the following products:"
673
+ "[Plugins List] which means you're missing out on updates and support. Enter "
674
+ "your license key, please."
675
+ msgid "Enter your license key"
676
+ msgstr "Introduce tu clave de licencia"
677
+
678
+ #: licence/lib/yit-plugin-licence.php:148
679
+ msgctxt ""
680
+ "[Part of]: Warning! You didn't set license key for the following products:"
681
+ "[Plugins List] which means you're missing out on updates and support. Enter "
682
+ "your license key, please."
683
+ msgid "please"
684
+ msgstr "por favor"
685
+
686
  #: licence/lib/yit-theme-licence.php:117 licence/lib/yit-theme-licence.php:118
687
  #, php-format
688
  msgid "%s"
697
  "tiempo. ¿Dónde la puedo encontrar?"
698
 
699
  #: licence/lib/yit-theme-licence.php:163
 
 
 
 
 
 
 
 
 
 
 
 
700
  msgid ""
701
  "If you have purchased one of our products before 27 January 2015, you can "
702
  "benefit from support and updates (the services offered with the license)\n"
722
  "YIThemes, en la sección \"My licenses\"."
723
 
724
  #: licence/templates/panel/activation/activation-panel.php:24
 
 
725
  msgid "YITH License Activation"
726
+ msgstr "Activación de licencia de YITH"
727
 
728
+ #: licence/templates/panel/activation/activation-panel.php:27
729
+ msgid "License expiry date"
730
+ msgstr "Fecha de vencimiento de la licencia"
 
 
731
 
732
  #: licence/templates/panel/activation/activation-panel.php:30
733
+ msgid ""
734
+ "If you have renewed your product license key and the expiry date does not "
735
+ "appear up-to-date, please, click on the button <em>Check Expiry Date</em> "
736
+ "below and it will update."
737
+ msgstr ""
738
+ "Si has renovado la clave de licencia de tu producto y la fecha de "
739
+ "vencimiento no aparece actualizada, por favor, haz clic en el botón "
740
+ "<em>Comprobar fecha de vencimiento</em> debajo y se actualizará."
741
+
742
+ #: licence/templates/panel/activation/activation-panel.php:33
743
+ msgid "Check expiry date"
744
+ msgstr "Comprobar la fecha de vencimiento"
745
 
746
+ #: licence/templates/panel/activation/activation-panel.php:47
747
  msgid "Product to activate"
748
  msgid_plural "Products to activate"
749
  msgstr[0] "Producto que activar"
750
  msgstr[1] "Productos que activar"
751
 
752
+ #: licence/templates/panel/activation/activation-panel.php:50
753
+ msgid "Are you having issues with the license activation?"
754
+ msgstr "¿Estás teniendo problemas con la activación de la licencia?"
755
+
756
+ #: licence/templates/panel/activation/activation-panel.php:50
757
+ msgid "Read this article"
758
+ msgstr "Lee este artículo"
759
+
760
+ #: licence/templates/panel/activation/activation-panel.php:70
761
  msgid "Activate"
762
  msgstr "Activar"
763
 
764
+ #: licence/templates/panel/activation/activation-panel.php:89
765
  msgid "Activated"
766
  msgstr "Activado/a"
767
 
768
+ #: licence/templates/panel/activation/activation-panel.php:95
769
+ #: licence/templates/panel/activation/activation-panel.php:173
770
+ #: licence/templates/panel/activation/activation-panel.php:203
771
  msgid "Product Name"
772
  msgstr "Nombre de Producto"
773
 
774
+ #: licence/templates/panel/activation/activation-panel.php:97
775
+ #: licence/templates/panel/activation/activation-panel.php:175
776
+ #: licence/templates/panel/activation/activation-panel.php:206
777
  msgid "Email"
778
  msgstr "Email"
779
 
780
+ #: licence/templates/panel/activation/activation-panel.php:98
781
+ #: licence/templates/panel/activation/activation-panel.php:176
782
+ #: licence/templates/panel/activation/activation-panel.php:207
783
  msgid "License Key"
784
  msgstr "Clave de Licencia"
785
 
786
+ #: licence/templates/panel/activation/activation-panel.php:101
787
+ #: licence/templates/panel/activation/activation-panel.php:210
788
  msgid "Expires"
789
  msgstr "Caduca"
790
 
791
+ #: licence/templates/panel/activation/activation-panel.php:104
792
  msgid "Remaining"
793
+ msgstr "Restantes"
794
 
795
+ #: licence/templates/panel/activation/activation-panel.php:106
796
  msgid "Club Subscription"
797
+ msgstr "Suscripción al Club"
 
 
 
 
798
 
799
+ #: licence/templates/panel/activation/activation-panel.php:135
800
  #, php-format
801
  msgid "%1s out of %2s"
802
  msgstr "%1s de %2s"
803
 
804
+ #: licence/templates/panel/activation/activation-panel.php:151
805
  msgid "Deactivate"
806
  msgstr "Desactivar"
807
 
808
+ #: licence/templates/panel/activation/activation-panel.php:156
809
+ #: licence/templates/panel/activation/activation-panel.php:213
810
  msgid "Renew"
811
  msgstr "Renovado"
812
 
813
+ #: licence/templates/panel/activation/activation-panel.php:169
814
  msgid "Banned"
815
  msgstr "Bloqueado"
816
 
817
+ #: licence/templates/panel/activation/activation-panel.php:199
818
  msgid "Expired"
819
  msgstr "Caducado"
820
 
821
+ #: licence/templates/panel/activation/activation-panel.php:235
822
  msgid "Order again"
823
  msgstr "Comprar de nuevo"
824
 
825
+ #: licence/templates/panel/activation/activation-panel.php:237
826
  msgid "Renew license"
827
  msgstr "Renovar licencia"
828
 
829
  #: templates/fields/ajax-posts.php:57
 
 
830
  msgid "Search Posts"
831
+ msgstr "Buscar publicaciones"
832
 
833
  #: templates/fields/ajax-products.php:16
 
 
834
  msgid "Search Product"
835
  msgstr "Buscar un producto"
836
 
837
  #: templates/fields/customtabs.php:28
838
  msgid "Close all"
839
+ msgstr "Cerrar todo"
840
 
841
  #: templates/fields/customtabs.php:28
842
  msgid "Expand all"
843
+ msgstr "Expandir todo"
844
 
845
  #: templates/fields/customtabs.php:37 templates/fields/customtabs.php:81
846
  msgid "Remove"
852
 
853
  #: templates/fields/customtabs.php:53 templates/fields/customtabs.php:95
854
  msgid "Content of the tab. (HTML is supported)"
855
+ msgstr "Contenido de la pestaña. (Compatible con HTML)"
856
 
857
  #: templates/fields/customtabs.php:65
858
  msgid "Add custom product tab"
863
  msgstr "¿Quieres borrar la etiqueta personalizada?"
864
 
865
  #: templates/fields/icons.php:58
 
 
866
  msgid "Set Default"
867
+ msgstr "Establecer por defecto"
868
 
869
  #: templates/fields/image-gallery.php:34 templates/fields/image-gallery.php:39
870
  msgid "Delete image"
872
 
873
  #: templates/fields/image-gallery.php:39
874
  msgid "Add Images to Gallery"
875
+ msgstr "Añadir imágenes a la galería"
876
 
877
  #: templates/fields/image-gallery.php:39
878
  msgid "Add to gallery"
887
  msgstr "Borrar"
888
 
889
  #: templates/fields/select-buttons.php:26
 
 
890
  msgid "Select All"
891
+ msgstr "Seleccionar todo"
892
 
893
  #: templates/fields/select-buttons.php:33
894
  msgid "Deselect All"
895
+ msgstr "Deseleccionar todo"
896
 
897
  #: templates/fields/sidebars.php:22
898
  msgid "Left sidebar"
945
  msgid "Reset Defaults"
946
  msgstr "Ajustes predeterminados"
947
 
948
+ #: yit-plugin.php:83
949
  msgctxt "Plugin Row Meta"
950
  msgid "Live Demo"
951
+ msgstr "Demo en vivo"
952
 
953
+ #: yit-plugin.php:88
954
  msgctxt "Plugin Row Meta"
955
  msgid "Documentation"
956
+ msgstr "Documentación"
957
 
958
+ #: yit-plugin.php:93
959
  msgctxt "Plugin Row Meta"
960
  msgid "Support"
961
+ msgstr "Soporte"
962
 
963
+ #: yit-plugin.php:98
 
 
964
  msgctxt "Plugin Row Meta"
965
  msgid "Premium version"
966
+ msgstr "Versión premium"
967
 
968
+ #: yit-plugin.php:193
 
 
969
  msgctxt "Action links"
970
  msgid "Settings"
971
  msgstr "Ajustes"
972
 
973
+ #: yit-plugin.php:197
 
 
974
  msgid "License"
975
+ msgstr "Licencia"
976
+
977
+ #~ msgid ""
978
+ #~ "Have you updated your licenses? Have you asked for an extension? Update "
979
+ #~ "information concerning your products."
980
+ #~ msgstr ""
981
+ #~ "¿Has actualizado tus licencias? ¿Has pedido una extensión? Actualiza"
982
+
983
+ #~ msgid "Update license information"
984
+ #~ msgstr "Actualizar la información de la licencia"
985
+
986
+ #~ msgid "License Actions"
987
+ #~ msgstr "Acciones de Licencia"
988
 
989
  #~ msgctxt "%s = field name"
990
  #~ msgid "%s field cannot be empty"
plugin-fw/languages/yith-plugin-fw-it_IT.mo CHANGED
Binary file
plugin-fw/languages/yith-plugin-fw-it_IT.po CHANGED
@@ -4,15 +4,15 @@ msgid ""
4
  msgstr ""
5
  "Project-Id-Version: YITH Plugin Starter 1.0.0 Plugin FW\n"
6
  "Report-Msgid-Bugs-To: Your Inspiration Themes <plugins@yithemes.com>\n"
7
- "POT-Creation-Date: 2018-10-26 12:43+0200\n"
8
- "PO-Revision-Date: 2018-10-26 12:49+0200\n"
9
  "Last-Translator: \n"
10
  "Language-Team: YIThemes <plugins@yithemes.com>\n"
11
  "Language: it_IT\n"
12
  "MIME-Version: 1.0\n"
13
  "Content-Type: text/plain; charset=UTF-8\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
- "X-Generator: Poedit 2.2\n"
16
  "X-Poedit-KeywordsList: __;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;"
17
  "_nx_noop:1,2,3c;esc_attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;"
18
  "esc_html_x:1,2c\n"
@@ -277,16 +277,16 @@ msgstr "Perderai tutti i cambiamenti effettuati se lasci questa pagina."
277
  msgid "Plugin Settings"
278
  msgstr "Impostazioni plugin"
279
 
280
- #: lib/yit-plugin-panel.php:335 lib/yit-plugin-panel.php:338
281
  msgid "How to install premium version"
282
  msgstr "Come installare la versione premium"
283
 
284
- #: lib/yit-plugin-panel.php:389 lib/yit-plugin-subpanel.php:156
285
  #: templates/panel/woocommerce/woocommerce-form.php:11
286
  msgid "Save Changes"
287
  msgstr "Salva modifiche"
288
 
289
- #: lib/yit-plugin-panel.php:392 lib/yit-plugin-subpanel.php:159
290
  #: templates/panel/woocommerce/woocommerce-form.php:14
291
  msgid ""
292
  "If you continue with this action, you will reset all options in this page."
@@ -294,53 +294,53 @@ msgstr ""
294
  "Se prosegui con questa azione, tutte le opzioni di questa pagina saranno "
295
  "reimpostate."
296
 
297
- #: lib/yit-plugin-panel.php:394 lib/yit-plugin-subpanel.php:161
298
  msgid "Reset to default"
299
  msgstr "Ripristina configurazione predefinita"
300
 
301
- #: lib/yit-plugin-panel.php:395 lib/yit-plugin-subpanel.php:162
302
  #: templates/panel/woocommerce/woocommerce-form.php:18
303
  msgid "Are you sure?"
304
  msgstr "Sei sicuro?"
305
 
306
- #: lib/yit-plugin-panel.php:529
307
  msgid ""
308
  "The element you have entered already exists. Please, enter another name."
309
  msgstr "L'elemento inserito esiste già. Per favore, inserisci un altro nome."
310
 
311
- #: lib/yit-plugin-panel.php:530
312
  msgid "Settings saved"
313
  msgstr "Impostazioni salvate"
314
 
315
- #: lib/yit-plugin-panel.php:531
316
  msgid "Settings reset"
317
  msgstr "Impostazioni azzerate"
318
 
319
- #: lib/yit-plugin-panel.php:532
320
  msgid "Element deleted correctly."
321
  msgstr "Elemento rimosso correttamente."
322
 
323
- #: lib/yit-plugin-panel.php:533 lib/yit-plugin-panel.php:534
324
  msgid "Element updated correctly."
325
  msgstr "Elemento aggiornato correttamente."
326
 
327
- #: lib/yit-plugin-panel.php:535
328
  msgid "Database imported correctly."
329
  msgstr "Database importato correttamente."
330
 
331
- #: lib/yit-plugin-panel.php:536
332
  msgid "An error has occurred during import. Please try again."
333
  msgstr "Si è verificato un errore durante l'importazione. Prova di nuovo."
334
 
335
- #: lib/yit-plugin-panel.php:537
336
  msgid "The added file is not valid."
337
  msgstr "Il file aggiunto non è valido."
338
 
339
- #: lib/yit-plugin-panel.php:538
340
  msgid "Sorry, import is disabled."
341
  msgstr "Ci dispiace, l'importazione è disabilitata."
342
 
343
- #: lib/yit-plugin-panel.php:539
344
  msgid "Sorting successful."
345
  msgstr "Ordinamento effettuato con successo."
346
 
@@ -395,46 +395,60 @@ msgstr ""
395
  msgid "An unexpected error occurred, please try again later. Thanks!"
396
  msgstr "Si è verificato un errore inaspettato, riprova più tardi. Grazie!"
397
 
398
- #: lib/yit-upgrade.php:190
399
  msgid "There is a new version of %plugin_name% available."
400
  msgstr "Una nuova versione di %plugin_name% è disponibile."
401
 
402
- #: lib/yit-upgrade.php:191
403
  msgid "View version %latest% details."
404
  msgstr "Visualizza i dettagli della versione %latest%."
405
 
406
- #: lib/yit-upgrade.php:192
407
  msgid "Automatic update is unavailable for this plugin,"
408
  msgstr "L'aggiornamento automatico non è disponibile per questo plugin,"
409
 
410
- #: lib/yit-upgrade.php:193
411
  msgid ""
412
  "please <a href=\"%activate_link%\">activate</a> your copy of %plugin_name%."
413
  msgstr ""
414
  "per favore, <a href=\"%activate_link%\">attiva</a> la tua copia di "
415
  "%plugin_name%."
416
 
417
- #: lib/yit-upgrade.php:194
418
  msgid "Update now."
419
  msgstr "Aggiorna adesso."
420
 
421
- #: lib/yit-upgrade.php:289
 
 
 
 
 
 
 
 
 
 
 
 
 
 
422
  msgid "You have to activate the plugin to benefit from automatic updates."
423
  msgstr "Devi attivare il plugin per usufruire degli update automatici."
424
 
425
- #: lib/yit-upgrade.php:311
426
  msgid "YITH Repository"
427
  msgstr "Repository YITH"
428
 
429
- #: lib/yit-upgrade.php:345
430
  msgid "Invalid URL Provided."
431
  msgstr "L'URL inserito non è valido."
432
 
433
- #: lib/yit-upgrade.php:358
434
  msgid "Could not create Temporary file."
435
  msgstr "Non è stato possibile creare il file temporaneo."
436
 
437
- #: lib/yit-upgrade.php:531
438
  #, php-format
439
  msgid ""
440
  "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
@@ -445,7 +459,7 @@ msgstr ""
445
  "yit-changelog-button\" title=\"%3$s\">Visualizza i dettagli della versione "
446
  "%4$s</a>."
447
 
448
- #: lib/yit-upgrade.php:533
449
  #, php-format
450
  msgid ""
451
  "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
@@ -458,7 +472,7 @@ msgstr ""
458
  "%4$s</a>. <em>Per poter usufruire degli aggiornamenti automatici è "
459
  "necessario attivare il plugin su un solo sito.</em>"
460
 
461
- #: lib/yit-upgrade.php:535
462
  #, php-format
463
  msgid ""
464
  "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
@@ -473,7 +487,7 @@ msgstr ""
473
  "plugin, per piacere <a href=\"%5$s\" title=\"License activation\">attiva</a> "
474
  "la tua copia di %6s.</em>"
475
 
476
- #: lib/yit-upgrade.php:537
477
  #, php-format
478
  msgid ""
479
  "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
@@ -484,93 +498,118 @@ msgstr ""
484
  "yit-changelog-button\" title=\"%3$s\">Visualizza i dettagli della versione "
485
  "%4$s</a> oppure <a href=\"%5$s\">aggiorna adesso</a>."
486
 
487
- #: lib/yit-upgrade.php:610
 
 
 
 
 
 
 
 
 
 
 
 
488
  msgid "You can't update the plugins for this site."
489
  msgstr "Non è possibile aggiornare i plugin per questo sito."
490
 
491
- #: lib/yit-upgrade.php:614
492
  msgid ""
493
  "You do not have sufficient permissions to update the plugins for this site."
494
  msgstr ""
495
  "Non sei in possesso delle autorizzazioni necessarie per aggiornare i plugin "
496
  "in questo sito."
497
 
498
- #: lib/yit-upgrade.php:621
499
  msgid "Update Plugin"
500
  msgstr "Aggiorna plugin"
501
 
502
- #: licence/lib/yit-licence.php:186
 
 
 
 
 
 
 
 
 
 
 
 
 
503
  #, php-format
504
  msgctxt "%s = field name"
505
  msgid "Please, insert a valid %s"
506
  msgstr "Per favore, inserisci una %s valida"
507
 
508
- #: licence/lib/yit-licence.php:187
509
  #, php-format
510
  msgid "Please, insert a valid %s and a valid %s"
511
  msgstr "Per favore, inserire una %s valida ed una %s valida"
512
 
513
- #: licence/lib/yit-licence.php:188
514
  msgid "Unable to contact the remote server, please try again later. Thanks!"
515
  msgstr "Impossibile contattare il server remoto, prova più tardi. Grazie!"
516
 
517
- #: licence/lib/yit-licence.php:189
518
  msgid "email address"
519
  msgstr "email"
520
 
521
- #: licence/lib/yit-licence.php:190
522
  msgid "license key"
523
  msgstr "chiave di licenza"
524
 
525
- #: licence/lib/yit-licence.php:191
526
  msgid "Are you sure you want to deactivate the license for current site?"
527
  msgstr "Sei sicuro di voler disattivare la licenza per questo sito?"
528
 
529
- #: licence/lib/yit-licence.php:734
530
  msgid "Invalid Request"
531
  msgstr "Richiesta non valida"
532
 
533
- #: licence/lib/yit-licence.php:735
534
  msgid "Invalid license key"
535
  msgstr "Chiave di licenza non valida"
536
 
537
- #: licence/lib/yit-licence.php:736
538
  msgid "Software has been deactivated"
539
  msgstr "Il software è stato disattivato"
540
 
541
- #: licence/lib/yit-licence.php:737
542
  msgid "Maximum number of activations exceeded"
543
  msgstr "Hai raggiunto il numero massimo di attivazioni"
544
 
545
- #: licence/lib/yit-licence.php:738
546
  msgid "Invalid instance ID"
547
  msgstr "Istanza ID non valida"
548
 
549
- #: licence/lib/yit-licence.php:739
550
  msgid "Invalid security key"
551
  msgstr "Chiave di sicurezza non valida"
552
 
553
- #: licence/lib/yit-licence.php:740
554
  msgid "License key has expired"
555
  msgstr "La chiave di licenza è scaduta"
556
 
557
- #: licence/lib/yit-licence.php:741
558
  msgid "License key has been banned"
559
  msgstr "La chiave di licenza è stata bloccata"
560
 
561
- #: licence/lib/yit-licence.php:742
562
  msgid "Current product is not included in your YITH Club Subscription key"
563
  msgstr "Questo prodotto non è incluso nella tua licenze YITH Club Subscription"
564
 
565
- #: licence/lib/yit-licence.php:743
566
  msgid "Great"
567
  msgstr "Grande!"
568
 
569
- #: licence/lib/yit-licence.php:743
570
  msgid "License successfully activated"
571
  msgstr "Licenza attivata con successo"
572
 
573
- #: licence/lib/yit-licence.php:744
574
  msgid "License key deactivated for website"
575
  msgstr "Chiave di licenza disattivata per il sito web"
576
 
@@ -580,6 +619,48 @@ msgstr "Chiave di licenza disattivata per il sito web"
580
  msgid "License Activation"
581
  msgstr "Attivazione licenza"
582
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
583
  #: licence/lib/yit-theme-licence.php:117 licence/lib/yit-theme-licence.php:118
584
  #, php-format
585
  msgid "%s"
@@ -621,94 +702,103 @@ msgstr ""
621
  msgid "YITH License Activation"
622
  msgstr "Attivazione licenza YITH"
623
 
624
- #: licence/templates/panel/activation/activation-panel.php:28
 
 
 
 
 
 
625
  msgid ""
626
- "Have you updated your licenses? Have you asked for an extension? Update "
627
- "information concerning your products."
 
628
  msgstr ""
629
- "Hai aggiornato la tua licenza? Hai richiesto un'estensione? Aggiorna le "
630
- "informazioni dei tuoi prodotti."
631
 
632
- #: licence/templates/panel/activation/activation-panel.php:30
633
- msgid "Update license information"
634
- msgstr "Aggiorna informazioni licenza"
635
 
636
- #: licence/templates/panel/activation/activation-panel.php:43
637
  msgid "Product to activate"
638
  msgid_plural "Products to activate"
639
  msgstr[0] "Prodotto da attivare"
640
  msgstr[1] "Prodotti da attivare"
641
 
642
- #: licence/templates/panel/activation/activation-panel.php:65
 
 
 
 
 
 
 
 
643
  msgid "Activate"
644
  msgstr "Attiva"
645
 
646
- #: licence/templates/panel/activation/activation-panel.php:84
647
  msgid "Activated"
648
  msgstr "Attivato"
649
 
650
- #: licence/templates/panel/activation/activation-panel.php:90
651
- #: licence/templates/panel/activation/activation-panel.php:168
652
- #: licence/templates/panel/activation/activation-panel.php:198
653
  msgid "Product Name"
654
  msgstr "Nome prodotto"
655
 
656
- #: licence/templates/panel/activation/activation-panel.php:92
657
- #: licence/templates/panel/activation/activation-panel.php:170
658
- #: licence/templates/panel/activation/activation-panel.php:201
659
  msgid "Email"
660
  msgstr "Email"
661
 
662
- #: licence/templates/panel/activation/activation-panel.php:93
663
- #: licence/templates/panel/activation/activation-panel.php:171
664
- #: licence/templates/panel/activation/activation-panel.php:202
665
  msgid "License Key"
666
  msgstr "Chiave di licenza"
667
 
668
- #: licence/templates/panel/activation/activation-panel.php:96
669
- #: licence/templates/panel/activation/activation-panel.php:205
670
  msgid "Expires"
671
  msgstr "Scadenza"
672
 
673
- #: licence/templates/panel/activation/activation-panel.php:99
674
  msgid "Remaining"
675
  msgstr "Tempo rimanente"
676
 
677
- #: licence/templates/panel/activation/activation-panel.php:101
678
  msgid "Club Subscription"
679
  msgstr "Club Subscription"
680
 
681
- #: licence/templates/panel/activation/activation-panel.php:105
682
- msgid "License Actions"
683
- msgstr "Azioni licenza"
684
-
685
- #: licence/templates/panel/activation/activation-panel.php:130
686
  #, php-format
687
  msgid "%1s out of %2s"
688
  msgstr "%1s di %2s"
689
 
690
- #: licence/templates/panel/activation/activation-panel.php:146
691
  msgid "Deactivate"
692
  msgstr "Disattiva"
693
 
694
- #: licence/templates/panel/activation/activation-panel.php:151
695
- #: licence/templates/panel/activation/activation-panel.php:208
696
  msgid "Renew"
697
  msgstr "Rinnova"
698
 
699
- #: licence/templates/panel/activation/activation-panel.php:164
700
  msgid "Banned"
701
  msgstr "Bloccato"
702
 
703
- #: licence/templates/panel/activation/activation-panel.php:194
704
  msgid "Expired"
705
  msgstr "Non più valido"
706
 
707
- #: licence/templates/panel/activation/activation-panel.php:230
708
  msgid "Order again"
709
  msgstr "Acquista di nuovo"
710
 
711
- #: licence/templates/panel/activation/activation-panel.php:232
712
  msgid "Renew license"
713
  msgstr "Rinnova la licenza"
714
 
@@ -831,35 +921,48 @@ msgstr "(Default: <i %s></i> )"
831
  msgid "Reset Defaults"
832
  msgstr "Ripristina impostazioni iniziali"
833
 
834
- #: yit-plugin.php:77
835
  msgctxt "Plugin Row Meta"
836
  msgid "Live Demo"
837
  msgstr "Live Demo"
838
 
839
- #: yit-plugin.php:82
840
  msgctxt "Plugin Row Meta"
841
  msgid "Documentation"
842
  msgstr "Documentazione"
843
 
844
- #: yit-plugin.php:87
845
  msgctxt "Plugin Row Meta"
846
  msgid "Support"
847
  msgstr "Assistenza"
848
 
849
- #: yit-plugin.php:92
850
  msgctxt "Plugin Row Meta"
851
  msgid "Premium version"
852
  msgstr "Versione premium"
853
 
854
- #: yit-plugin.php:187
855
  msgctxt "Action links"
856
  msgid "Settings"
857
  msgstr "Impostazioni"
858
 
859
- #: yit-plugin.php:191
860
  msgid "License"
861
  msgstr "Chiave di licenza"
862
 
 
 
 
 
 
 
 
 
 
 
 
 
 
863
  #~ msgctxt "%s = field name"
864
  #~ msgid "%s field cannot be empty"
865
  #~ msgstr "Il campo %s non può essere vuoto"
4
  msgstr ""
5
  "Project-Id-Version: YITH Plugin Starter 1.0.0 Plugin FW\n"
6
  "Report-Msgid-Bugs-To: Your Inspiration Themes <plugins@yithemes.com>\n"
7
+ "POT-Creation-Date: 2019-02-04 16:06+0100\n"
8
+ "PO-Revision-Date: 2019-02-04 16:07+0100\n"
9
  "Last-Translator: \n"
10
  "Language-Team: YIThemes <plugins@yithemes.com>\n"
11
  "Language: it_IT\n"
12
  "MIME-Version: 1.0\n"
13
  "Content-Type: text/plain; charset=UTF-8\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
+ "X-Generator: Poedit 2.2.1\n"
16
  "X-Poedit-KeywordsList: __;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;"
17
  "_nx_noop:1,2,3c;esc_attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;"
18
  "esc_html_x:1,2c\n"
277
  msgid "Plugin Settings"
278
  msgstr "Impostazioni plugin"
279
 
280
+ #: lib/yit-plugin-panel.php:339 lib/yit-plugin-panel.php:342
281
  msgid "How to install premium version"
282
  msgstr "Come installare la versione premium"
283
 
284
+ #: lib/yit-plugin-panel.php:393 lib/yit-plugin-subpanel.php:156
285
  #: templates/panel/woocommerce/woocommerce-form.php:11
286
  msgid "Save Changes"
287
  msgstr "Salva modifiche"
288
 
289
+ #: lib/yit-plugin-panel.php:396 lib/yit-plugin-subpanel.php:159
290
  #: templates/panel/woocommerce/woocommerce-form.php:14
291
  msgid ""
292
  "If you continue with this action, you will reset all options in this page."
294
  "Se prosegui con questa azione, tutte le opzioni di questa pagina saranno "
295
  "reimpostate."
296
 
297
+ #: lib/yit-plugin-panel.php:398 lib/yit-plugin-subpanel.php:161
298
  msgid "Reset to default"
299
  msgstr "Ripristina configurazione predefinita"
300
 
301
+ #: lib/yit-plugin-panel.php:399 lib/yit-plugin-subpanel.php:162
302
  #: templates/panel/woocommerce/woocommerce-form.php:18
303
  msgid "Are you sure?"
304
  msgstr "Sei sicuro?"
305
 
306
+ #: lib/yit-plugin-panel.php:533
307
  msgid ""
308
  "The element you have entered already exists. Please, enter another name."
309
  msgstr "L'elemento inserito esiste già. Per favore, inserisci un altro nome."
310
 
311
+ #: lib/yit-plugin-panel.php:534
312
  msgid "Settings saved"
313
  msgstr "Impostazioni salvate"
314
 
315
+ #: lib/yit-plugin-panel.php:535
316
  msgid "Settings reset"
317
  msgstr "Impostazioni azzerate"
318
 
319
+ #: lib/yit-plugin-panel.php:536
320
  msgid "Element deleted correctly."
321
  msgstr "Elemento rimosso correttamente."
322
 
323
+ #: lib/yit-plugin-panel.php:537 lib/yit-plugin-panel.php:538
324
  msgid "Element updated correctly."
325
  msgstr "Elemento aggiornato correttamente."
326
 
327
+ #: lib/yit-plugin-panel.php:539
328
  msgid "Database imported correctly."
329
  msgstr "Database importato correttamente."
330
 
331
+ #: lib/yit-plugin-panel.php:540
332
  msgid "An error has occurred during import. Please try again."
333
  msgstr "Si è verificato un errore durante l'importazione. Prova di nuovo."
334
 
335
+ #: lib/yit-plugin-panel.php:541
336
  msgid "The added file is not valid."
337
  msgstr "Il file aggiunto non è valido."
338
 
339
+ #: lib/yit-plugin-panel.php:542
340
  msgid "Sorry, import is disabled."
341
  msgstr "Ci dispiace, l'importazione è disabilitata."
342
 
343
+ #: lib/yit-plugin-panel.php:543
344
  msgid "Sorting successful."
345
  msgstr "Ordinamento effettuato con successo."
346
 
395
  msgid "An unexpected error occurred, please try again later. Thanks!"
396
  msgstr "Si è verificato un errore inaspettato, riprova più tardi. Grazie!"
397
 
398
+ #: lib/yit-upgrade.php:196
399
  msgid "There is a new version of %plugin_name% available."
400
  msgstr "Una nuova versione di %plugin_name% è disponibile."
401
 
402
+ #: lib/yit-upgrade.php:197
403
  msgid "View version %latest% details."
404
  msgstr "Visualizza i dettagli della versione %latest%."
405
 
406
+ #: lib/yit-upgrade.php:198
407
  msgid "Automatic update is unavailable for this plugin,"
408
  msgstr "L'aggiornamento automatico non è disponibile per questo plugin,"
409
 
410
+ #: lib/yit-upgrade.php:199
411
  msgid ""
412
  "please <a href=\"%activate_link%\">activate</a> your copy of %plugin_name%."
413
  msgstr ""
414
  "per favore, <a href=\"%activate_link%\">attiva</a> la tua copia di "
415
  "%plugin_name%."
416
 
417
+ #: lib/yit-upgrade.php:200
418
  msgid "Update now."
419
  msgstr "Aggiorna adesso."
420
 
421
+ #: lib/yit-upgrade.php:201
422
+ msgid ""
423
+ "<br/><b>Please note:</b> You are using a higher version than the latest "
424
+ "available one. </em>Please, make sure you've downloaded the latest version "
425
+ "of <em>%1$s</em> from the only <a href=\"https://yithemes.com\" target="
426
+ "\"_blank\">YITH official website</a>, specifically, from your <a href="
427
+ "\"https://yithemes.com/my-account/recent-downloads/\" target=\"_blank"
428
+ "\">Downloads page</a>. This is the only way to be sure the version you are "
429
+ "using is 100% malware-free."
430
+ msgstr ""
431
+
432
+ #: lib/yit-upgrade.php:303
433
+ #, fuzzy
434
+ #| msgid "You have to activate the plugin to benefit from automatic updates."
435
+ msgctxt "[Update Plugin Message: License not enabled]"
436
  msgid "You have to activate the plugin to benefit from automatic updates."
437
  msgstr "Devi attivare il plugin per usufruire degli update automatici."
438
 
439
+ #: lib/yit-upgrade.php:325
440
  msgid "YITH Repository"
441
  msgstr "Repository YITH"
442
 
443
+ #: lib/yit-upgrade.php:359
444
  msgid "Invalid URL Provided."
445
  msgstr "L'URL inserito non è valido."
446
 
447
+ #: lib/yit-upgrade.php:372
448
  msgid "Could not create Temporary file."
449
  msgstr "Non è stato possibile creare il file temporaneo."
450
 
451
+ #: lib/yit-upgrade.php:547
452
  #, php-format
453
  msgid ""
454
  "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
459
  "yit-changelog-button\" title=\"%3$s\">Visualizza i dettagli della versione "
460
  "%4$s</a>."
461
 
462
+ #: lib/yit-upgrade.php:551
463
  #, php-format
464
  msgid ""
465
  "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
472
  "%4$s</a>. <em>Per poter usufruire degli aggiornamenti automatici è "
473
  "necessario attivare il plugin su un solo sito.</em>"
474
 
475
+ #: lib/yit-upgrade.php:555
476
  #, php-format
477
  msgid ""
478
  "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
487
  "plugin, per piacere <a href=\"%5$s\" title=\"License activation\">attiva</a> "
488
  "la tua copia di %6s.</em>"
489
 
490
+ #: lib/yit-upgrade.php:559
491
  #, php-format
492
  msgid ""
493
  "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
498
  "yit-changelog-button\" title=\"%3$s\">Visualizza i dettagli della versione "
499
  "%4$s</a> oppure <a href=\"%5$s\">aggiorna adesso</a>."
500
 
501
+ #: lib/yit-upgrade.php:563
502
+ #, php-format
503
+ msgid ""
504
+ "<br/><b>Please note:</b> You are using a higher version than the latest "
505
+ "available one. </em>Please, make sure you've downloaded the latest version "
506
+ "of <em>%1$s</em> from the only <a href=\"https://yithemes.com\" target="
507
+ "\"_blank\">YITH official website</a>, specifically, from your <a href="
508
+ "\"https://yithemes.com/my-account/recent-downloads/\" target=\"_blank"
509
+ "\">Downloads page</a>. This is the only way to be sure the version you are "
510
+ "using is 100%% malware-free."
511
+ msgstr ""
512
+
513
+ #: lib/yit-upgrade.php:635
514
  msgid "You can't update the plugins for this site."
515
  msgstr "Non è possibile aggiornare i plugin per questo sito."
516
 
517
+ #: lib/yit-upgrade.php:639
518
  msgid ""
519
  "You do not have sufficient permissions to update the plugins for this site."
520
  msgstr ""
521
  "Non sei in possesso delle autorizzazioni necessarie per aggiornare i plugin "
522
  "in questo sito."
523
 
524
+ #: lib/yit-upgrade.php:646
525
  msgid "Update Plugin"
526
  msgstr "Aggiorna plugin"
527
 
528
+ #: lib/yith-dashboard.php:40
529
+ msgid "New YITH products"
530
+ msgstr ""
531
+
532
+ #: lib/yith-dashboard.php:41
533
+ msgid "News from the YITH Blog"
534
+ msgstr ""
535
+
536
+ #: lib/yith-gutenberg.php:134
537
+ msgctxt "[gutenberg]: Category Name"
538
+ msgid "YITH"
539
+ msgstr ""
540
+
541
+ #: licence/lib/yit-licence.php:180
542
  #, php-format
543
  msgctxt "%s = field name"
544
  msgid "Please, insert a valid %s"
545
  msgstr "Per favore, inserisci una %s valida"
546
 
547
+ #: licence/lib/yit-licence.php:181
548
  #, php-format
549
  msgid "Please, insert a valid %s and a valid %s"
550
  msgstr "Per favore, inserire una %s valida ed una %s valida"
551
 
552
+ #: licence/lib/yit-licence.php:182
553
  msgid "Unable to contact the remote server, please try again later. Thanks!"
554
  msgstr "Impossibile contattare il server remoto, prova più tardi. Grazie!"
555
 
556
+ #: licence/lib/yit-licence.php:183
557
  msgid "email address"
558
  msgstr "email"
559
 
560
+ #: licence/lib/yit-licence.php:184
561
  msgid "license key"
562
  msgstr "chiave di licenza"
563
 
564
+ #: licence/lib/yit-licence.php:185
565
  msgid "Are you sure you want to deactivate the license for current site?"
566
  msgstr "Sei sicuro di voler disattivare la licenza per questo sito?"
567
 
568
+ #: licence/lib/yit-licence.php:730
569
  msgid "Invalid Request"
570
  msgstr "Richiesta non valida"
571
 
572
+ #: licence/lib/yit-licence.php:731
573
  msgid "Invalid license key"
574
  msgstr "Chiave di licenza non valida"
575
 
576
+ #: licence/lib/yit-licence.php:732
577
  msgid "Software has been deactivated"
578
  msgstr "Il software è stato disattivato"
579
 
580
+ #: licence/lib/yit-licence.php:733
581
  msgid "Maximum number of activations exceeded"
582
  msgstr "Hai raggiunto il numero massimo di attivazioni"
583
 
584
+ #: licence/lib/yit-licence.php:734
585
  msgid "Invalid instance ID"
586
  msgstr "Istanza ID non valida"
587
 
588
+ #: licence/lib/yit-licence.php:735
589
  msgid "Invalid security key"
590
  msgstr "Chiave di sicurezza non valida"
591
 
592
+ #: licence/lib/yit-licence.php:736
593
  msgid "License key has expired"
594
  msgstr "La chiave di licenza è scaduta"
595
 
596
+ #: licence/lib/yit-licence.php:737
597
  msgid "License key has been banned"
598
  msgstr "La chiave di licenza è stata bloccata"
599
 
600
+ #: licence/lib/yit-licence.php:738
601
  msgid "Current product is not included in your YITH Club Subscription key"
602
  msgstr "Questo prodotto non è incluso nella tua licenze YITH Club Subscription"
603
 
604
+ #: licence/lib/yit-licence.php:739
605
  msgid "Great"
606
  msgstr "Grande!"
607
 
608
+ #: licence/lib/yit-licence.php:739
609
  msgid "License successfully activated"
610
  msgstr "Licenza attivata con successo"
611
 
612
+ #: licence/lib/yit-licence.php:740
613
  msgid "License key deactivated for website"
614
  msgstr "Chiave di licenza disattivata per il sito web"
615
 
619
  msgid "License Activation"
620
  msgstr "Attivazione licenza"
621
 
622
+ #: licence/lib/yit-plugin-licence.php:142
623
+ msgctxt ""
624
+ "[Part of]: Warning! You didn't set license key for the following products:"
625
+ "[Plugins List] which means you're missing out on updates and support. Enter "
626
+ "your license key, please."
627
+ msgid "Warning!"
628
+ msgstr ""
629
+
630
+ #: licence/lib/yit-plugin-licence.php:142
631
+ msgctxt ""
632
+ "[Part of]: Warning! You didn't set license key for the following products:"
633
+ "[Plugins List] which means you're missing out on updates and support. Enter "
634
+ "your license key, please."
635
+ msgid "You didn't set license key for the following products"
636
+ msgstr ""
637
+
638
+ #: licence/lib/yit-plugin-licence.php:145
639
+ msgctxt ""
640
+ "[Part of]: Warning! You didn't set license key for the following products:"
641
+ "[Plugins List] which means you're missing out on updates and support. Enter "
642
+ "your license key, please."
643
+ msgid "which means you're missing out on updates and support"
644
+ msgstr ""
645
+
646
+ #: licence/lib/yit-plugin-licence.php:147
647
+ #, fuzzy
648
+ #| msgid "license key"
649
+ msgctxt ""
650
+ "[Part of]: Warning! You didn't set license key for the following products:"
651
+ "[Plugins List] which means you're missing out on updates and support. Enter "
652
+ "your license key, please."
653
+ msgid "Enter your license key"
654
+ msgstr "chiave di licenza"
655
+
656
+ #: licence/lib/yit-plugin-licence.php:148
657
+ msgctxt ""
658
+ "[Part of]: Warning! You didn't set license key for the following products:"
659
+ "[Plugins List] which means you're missing out on updates and support. Enter "
660
+ "your license key, please."
661
+ msgid "please"
662
+ msgstr ""
663
+
664
  #: licence/lib/yit-theme-licence.php:117 licence/lib/yit-theme-licence.php:118
665
  #, php-format
666
  msgid "%s"
702
  msgid "YITH License Activation"
703
  msgstr "Attivazione licenza YITH"
704
 
705
+ #: licence/templates/panel/activation/activation-panel.php:27
706
+ #, fuzzy
707
+ #| msgid "License key has expired"
708
+ msgid "License expiry date"
709
+ msgstr "La chiave di licenza è scaduta"
710
+
711
+ #: licence/templates/panel/activation/activation-panel.php:30
712
  msgid ""
713
+ "If you have renewed your product license key and the expiry date does not "
714
+ "appear up-to-date, please, click on the button <em>Check Expiry Date</em> "
715
+ "below and it will update."
716
  msgstr ""
 
 
717
 
718
+ #: licence/templates/panel/activation/activation-panel.php:33
719
+ msgid "Check expiry date"
720
+ msgstr ""
721
 
722
+ #: licence/templates/panel/activation/activation-panel.php:47
723
  msgid "Product to activate"
724
  msgid_plural "Products to activate"
725
  msgstr[0] "Prodotto da attivare"
726
  msgstr[1] "Prodotti da attivare"
727
 
728
+ #: licence/templates/panel/activation/activation-panel.php:50
729
+ msgid "Are you having issues with the license activation?"
730
+ msgstr ""
731
+
732
+ #: licence/templates/panel/activation/activation-panel.php:50
733
+ msgid "Read this article"
734
+ msgstr ""
735
+
736
+ #: licence/templates/panel/activation/activation-panel.php:70
737
  msgid "Activate"
738
  msgstr "Attiva"
739
 
740
+ #: licence/templates/panel/activation/activation-panel.php:89
741
  msgid "Activated"
742
  msgstr "Attivato"
743
 
744
+ #: licence/templates/panel/activation/activation-panel.php:95
745
+ #: licence/templates/panel/activation/activation-panel.php:173
746
+ #: licence/templates/panel/activation/activation-panel.php:203
747
  msgid "Product Name"
748
  msgstr "Nome prodotto"
749
 
750
+ #: licence/templates/panel/activation/activation-panel.php:97
751
+ #: licence/templates/panel/activation/activation-panel.php:175
752
+ #: licence/templates/panel/activation/activation-panel.php:206
753
  msgid "Email"
754
  msgstr "Email"
755
 
756
+ #: licence/templates/panel/activation/activation-panel.php:98
757
+ #: licence/templates/panel/activation/activation-panel.php:176
758
+ #: licence/templates/panel/activation/activation-panel.php:207
759
  msgid "License Key"
760
  msgstr "Chiave di licenza"
761
 
762
+ #: licence/templates/panel/activation/activation-panel.php:101
763
+ #: licence/templates/panel/activation/activation-panel.php:210
764
  msgid "Expires"
765
  msgstr "Scadenza"
766
 
767
+ #: licence/templates/panel/activation/activation-panel.php:104
768
  msgid "Remaining"
769
  msgstr "Tempo rimanente"
770
 
771
+ #: licence/templates/panel/activation/activation-panel.php:106
772
  msgid "Club Subscription"
773
  msgstr "Club Subscription"
774
 
775
+ #: licence/templates/panel/activation/activation-panel.php:135
 
 
 
 
776
  #, php-format
777
  msgid "%1s out of %2s"
778
  msgstr "%1s di %2s"
779
 
780
+ #: licence/templates/panel/activation/activation-panel.php:151
781
  msgid "Deactivate"
782
  msgstr "Disattiva"
783
 
784
+ #: licence/templates/panel/activation/activation-panel.php:156
785
+ #: licence/templates/panel/activation/activation-panel.php:213
786
  msgid "Renew"
787
  msgstr "Rinnova"
788
 
789
+ #: licence/templates/panel/activation/activation-panel.php:169
790
  msgid "Banned"
791
  msgstr "Bloccato"
792
 
793
+ #: licence/templates/panel/activation/activation-panel.php:199
794
  msgid "Expired"
795
  msgstr "Non più valido"
796
 
797
+ #: licence/templates/panel/activation/activation-panel.php:235
798
  msgid "Order again"
799
  msgstr "Acquista di nuovo"
800
 
801
+ #: licence/templates/panel/activation/activation-panel.php:237
802
  msgid "Renew license"
803
  msgstr "Rinnova la licenza"
804
 
921
  msgid "Reset Defaults"
922
  msgstr "Ripristina impostazioni iniziali"
923
 
924
+ #: yit-plugin.php:83
925
  msgctxt "Plugin Row Meta"
926
  msgid "Live Demo"
927
  msgstr "Live Demo"
928
 
929
+ #: yit-plugin.php:88
930
  msgctxt "Plugin Row Meta"
931
  msgid "Documentation"
932
  msgstr "Documentazione"
933
 
934
+ #: yit-plugin.php:93
935
  msgctxt "Plugin Row Meta"
936
  msgid "Support"
937
  msgstr "Assistenza"
938
 
939
+ #: yit-plugin.php:98
940
  msgctxt "Plugin Row Meta"
941
  msgid "Premium version"
942
  msgstr "Versione premium"
943
 
944
+ #: yit-plugin.php:193
945
  msgctxt "Action links"
946
  msgid "Settings"
947
  msgstr "Impostazioni"
948
 
949
+ #: yit-plugin.php:197
950
  msgid "License"
951
  msgstr "Chiave di licenza"
952
 
953
+ #~ msgid ""
954
+ #~ "Have you updated your licenses? Have you asked for an extension? Update "
955
+ #~ "information concerning your products."
956
+ #~ msgstr ""
957
+ #~ "Hai aggiornato la tua licenza? Hai richiesto un'estensione? Aggiorna le "
958
+ #~ "informazioni dei tuoi prodotti."
959
+
960
+ #~ msgid "Update license information"
961
+ #~ msgstr "Aggiorna informazioni licenza"
962
+
963
+ #~ msgid "License Actions"
964
+ #~ msgstr "Azioni licenza"
965
+
966
  #~ msgctxt "%s = field name"
967
  #~ msgid "%s field cannot be empty"
968
  #~ msgstr "Il campo %s non può essere vuoto"
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: 2018-10-26 12:43+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 2.2\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;_x;_ex\n"
@@ -263,66 +263,66 @@ msgstr ""
263
  msgid "Plugin Settings"
264
  msgstr ""
265
 
266
- #: lib/yit-plugin-panel.php:335 lib/yit-plugin-panel.php:338
267
  msgid "How to install premium version"
268
  msgstr ""
269
 
270
- #: lib/yit-plugin-panel.php:389 lib/yit-plugin-subpanel.php:156
271
  #: templates/panel/woocommerce/woocommerce-form.php:11
272
  msgid "Save Changes"
273
  msgstr ""
274
 
275
- #: lib/yit-plugin-panel.php:392 lib/yit-plugin-subpanel.php:159
276
  #: templates/panel/woocommerce/woocommerce-form.php:14
277
  msgid "If you continue with this action, you will reset all options in this page."
278
  msgstr ""
279
 
280
- #: lib/yit-plugin-panel.php:394 lib/yit-plugin-subpanel.php:161
281
  msgid "Reset to default"
282
  msgstr ""
283
 
284
- #: lib/yit-plugin-panel.php:395 lib/yit-plugin-subpanel.php:162
285
  #: templates/panel/woocommerce/woocommerce-form.php:18
286
  msgid "Are you sure?"
287
  msgstr ""
288
 
289
- #: lib/yit-plugin-panel.php:529
290
  msgid "The element you have entered already exists. Please, enter another name."
291
  msgstr ""
292
 
293
- #: lib/yit-plugin-panel.php:530
294
  msgid "Settings saved"
295
  msgstr ""
296
 
297
- #: lib/yit-plugin-panel.php:531
298
  msgid "Settings reset"
299
  msgstr ""
300
 
301
- #: lib/yit-plugin-panel.php:532
302
  msgid "Element deleted correctly."
303
  msgstr ""
304
 
305
- #: lib/yit-plugin-panel.php:533 lib/yit-plugin-panel.php:534
306
  msgid "Element updated correctly."
307
  msgstr ""
308
 
309
- #: lib/yit-plugin-panel.php:535
310
  msgid "Database imported correctly."
311
  msgstr ""
312
 
313
- #: lib/yit-plugin-panel.php:536
314
  msgid "An error has occurred during import. Please try again."
315
  msgstr ""
316
 
317
- #: lib/yit-plugin-panel.php:537
318
  msgid "The added file is not valid."
319
  msgstr ""
320
 
321
- #: lib/yit-plugin-panel.php:538
322
  msgid "Sorry, import is disabled."
323
  msgstr ""
324
 
325
- #: lib/yit-plugin-panel.php:539
326
  msgid "Sorting successful."
327
  msgstr ""
328
 
@@ -364,43 +364,54 @@ msgstr ""
364
  msgid "An unexpected error occurred, please try again later. Thanks!"
365
  msgstr ""
366
 
367
- #: lib/yit-upgrade.php:190
368
  msgid "There is a new version of %plugin_name% available."
369
  msgstr ""
370
 
371
- #: lib/yit-upgrade.php:191
372
  msgid "View version %latest% details."
373
  msgstr ""
374
 
375
- #: lib/yit-upgrade.php:192
376
  msgid "Automatic update is unavailable for this plugin,"
377
  msgstr ""
378
 
379
- #: lib/yit-upgrade.php:193
380
  msgid "please <a href=\"%activate_link%\">activate</a> your copy of %plugin_name%."
381
  msgstr ""
382
 
383
- #: lib/yit-upgrade.php:194
384
  msgid "Update now."
385
  msgstr ""
386
 
387
- #: lib/yit-upgrade.php:289
 
 
 
 
 
 
 
 
 
 
 
388
  msgid "You have to activate the plugin to benefit from automatic updates."
389
  msgstr ""
390
 
391
- #: lib/yit-upgrade.php:311
392
  msgid "YITH Repository"
393
  msgstr ""
394
 
395
- #: lib/yit-upgrade.php:345
396
  msgid "Invalid URL Provided."
397
  msgstr ""
398
 
399
- #: lib/yit-upgrade.php:358
400
  msgid "Could not create Temporary file."
401
  msgstr ""
402
 
403
- #: lib/yit-upgrade.php:531
404
  #, php-format
405
  msgid ""
406
  "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox yit-"
@@ -408,7 +419,7 @@ msgid ""
408
  "details</a>."
409
  msgstr ""
410
 
411
- #: lib/yit-upgrade.php:533
412
  #, php-format
413
  msgid ""
414
  "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox yit-"
@@ -417,7 +428,7 @@ msgid ""
417
  "to benefit from automatic updates.</em>"
418
  msgstr ""
419
 
420
- #: lib/yit-upgrade.php:535
421
  #, php-format
422
  msgid ""
423
  "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox yit-"
@@ -426,7 +437,7 @@ msgid ""
426
  "\"%5$s\" title=\"License activation\">activate</a> your copy of %6s.</em>"
427
  msgstr ""
428
 
429
- #: lib/yit-upgrade.php:537
430
  #, php-format
431
  msgid ""
432
  "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox yit-"
@@ -434,90 +445,114 @@ msgid ""
434
  "details</a> or <a href=\"%5$s\">update now</a>."
435
  msgstr ""
436
 
437
- #: lib/yit-upgrade.php:610
 
 
 
 
 
 
 
 
 
 
 
438
  msgid "You can't update the plugins for this site."
439
  msgstr ""
440
 
441
- #: lib/yit-upgrade.php:614
442
  msgid "You do not have sufficient permissions to update the plugins for this site."
443
  msgstr ""
444
 
445
- #: lib/yit-upgrade.php:621
446
  msgid "Update Plugin"
447
  msgstr ""
448
 
449
- #: licence/lib/yit-licence.php:186
 
 
 
 
 
 
 
 
 
 
 
 
 
450
  #, php-format
451
  msgctxt "%s = field name"
452
  msgid "Please, insert a valid %s"
453
  msgstr ""
454
 
455
- #: licence/lib/yit-licence.php:187
456
  #, php-format
457
  msgid "Please, insert a valid %s and a valid %s"
458
  msgstr ""
459
 
460
- #: licence/lib/yit-licence.php:188
461
  msgid "Unable to contact the remote server, please try again later. Thanks!"
462
  msgstr ""
463
 
464
- #: licence/lib/yit-licence.php:189
465
  msgid "email address"
466
  msgstr ""
467
 
468
- #: licence/lib/yit-licence.php:190
469
  msgid "license key"
470
  msgstr ""
471
 
472
- #: licence/lib/yit-licence.php:191
473
  msgid "Are you sure you want to deactivate the license for current site?"
474
  msgstr ""
475
 
476
- #: licence/lib/yit-licence.php:734
477
  msgid "Invalid Request"
478
  msgstr ""
479
 
480
- #: licence/lib/yit-licence.php:735
481
  msgid "Invalid license key"
482
  msgstr ""
483
 
484
- #: licence/lib/yit-licence.php:736
485
  msgid "Software has been deactivated"
486
  msgstr ""
487
 
488
- #: licence/lib/yit-licence.php:737
489
  msgid "Maximum number of activations exceeded"
490
  msgstr ""
491
 
492
- #: licence/lib/yit-licence.php:738
493
  msgid "Invalid instance ID"
494
  msgstr ""
495
 
496
- #: licence/lib/yit-licence.php:739
497
  msgid "Invalid security key"
498
  msgstr ""
499
 
500
- #: licence/lib/yit-licence.php:740
501
  msgid "License key has expired"
502
  msgstr ""
503
 
504
- #: licence/lib/yit-licence.php:741
505
  msgid "License key has been banned"
506
  msgstr ""
507
 
508
- #: licence/lib/yit-licence.php:742
509
  msgid "Current product is not included in your YITH Club Subscription key"
510
  msgstr ""
511
 
512
- #: licence/lib/yit-licence.php:743
513
  msgid "Great"
514
  msgstr ""
515
 
516
- #: licence/lib/yit-licence.php:743
517
  msgid "License successfully activated"
518
  msgstr ""
519
 
520
- #: licence/lib/yit-licence.php:744
521
  msgid "License key deactivated for website"
522
  msgstr ""
523
 
@@ -527,6 +562,46 @@ msgstr ""
527
  msgid "License Activation"
528
  msgstr ""
529
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
530
  #: licence/lib/yit-theme-licence.php:117 licence/lib/yit-theme-licence.php:118
531
  #, php-format
532
  msgid "%s"
@@ -556,92 +631,101 @@ msgstr ""
556
  msgid "YITH License Activation"
557
  msgstr ""
558
 
559
- #: licence/templates/panel/activation/activation-panel.php:28
560
- msgid ""
561
- "Have you updated your licenses? Have you asked for an extension? Update "
562
- "information concerning your products."
563
  msgstr ""
564
 
565
  #: licence/templates/panel/activation/activation-panel.php:30
566
- msgid "Update license information"
 
 
 
 
 
 
 
567
  msgstr ""
568
 
569
- #: licence/templates/panel/activation/activation-panel.php:43
570
  msgid "Product to activate"
571
  msgid_plural "Products to activate"
572
  msgstr[0] ""
573
  msgstr[1] ""
574
 
575
- #: licence/templates/panel/activation/activation-panel.php:65
 
 
 
 
 
 
 
 
576
  msgid "Activate"
577
  msgstr ""
578
 
579
- #: licence/templates/panel/activation/activation-panel.php:84
580
  msgid "Activated"
581
  msgstr ""
582
 
583
- #: licence/templates/panel/activation/activation-panel.php:90
584
- #: licence/templates/panel/activation/activation-panel.php:168
585
- #: licence/templates/panel/activation/activation-panel.php:198
586
  msgid "Product Name"
587
  msgstr ""
588
 
589
- #: licence/templates/panel/activation/activation-panel.php:92
590
- #: licence/templates/panel/activation/activation-panel.php:170
591
- #: licence/templates/panel/activation/activation-panel.php:201
592
  msgid "Email"
593
  msgstr ""
594
 
595
- #: licence/templates/panel/activation/activation-panel.php:93
596
- #: licence/templates/panel/activation/activation-panel.php:171
597
- #: licence/templates/panel/activation/activation-panel.php:202
598
  msgid "License Key"
599
  msgstr ""
600
 
601
- #: licence/templates/panel/activation/activation-panel.php:96
602
- #: licence/templates/panel/activation/activation-panel.php:205
603
  msgid "Expires"
604
  msgstr ""
605
 
606
- #: licence/templates/panel/activation/activation-panel.php:99
607
  msgid "Remaining"
608
  msgstr ""
609
 
610
- #: licence/templates/panel/activation/activation-panel.php:101
611
  msgid "Club Subscription"
612
  msgstr ""
613
 
614
- #: licence/templates/panel/activation/activation-panel.php:105
615
- msgid "License Actions"
616
- msgstr ""
617
-
618
- #: licence/templates/panel/activation/activation-panel.php:130
619
  #, php-format
620
  msgid "%1s out of %2s"
621
  msgstr ""
622
 
623
- #: licence/templates/panel/activation/activation-panel.php:146
624
  msgid "Deactivate"
625
  msgstr ""
626
 
627
- #: licence/templates/panel/activation/activation-panel.php:151
628
- #: licence/templates/panel/activation/activation-panel.php:208
629
  msgid "Renew"
630
  msgstr ""
631
 
632
- #: licence/templates/panel/activation/activation-panel.php:164
633
  msgid "Banned"
634
  msgstr ""
635
 
636
- #: licence/templates/panel/activation/activation-panel.php:194
637
  msgid "Expired"
638
  msgstr ""
639
 
640
- #: licence/templates/panel/activation/activation-panel.php:230
641
  msgid "Order again"
642
  msgstr ""
643
 
644
- #: licence/templates/panel/activation/activation-panel.php:232
645
  msgid "Renew license"
646
  msgstr ""
647
 
@@ -764,31 +848,31 @@ msgstr ""
764
  msgid "Reset Defaults"
765
  msgstr ""
766
 
767
- #: yit-plugin.php:77
768
  msgctxt "Plugin Row Meta"
769
  msgid "Live Demo"
770
  msgstr ""
771
 
772
- #: yit-plugin.php:82
773
  msgctxt "Plugin Row Meta"
774
  msgid "Documentation"
775
  msgstr ""
776
 
777
- #: yit-plugin.php:87
778
  msgctxt "Plugin Row Meta"
779
  msgid "Support"
780
  msgstr ""
781
 
782
- #: yit-plugin.php:92
783
  msgctxt "Plugin Row Meta"
784
  msgid "Premium version"
785
  msgstr ""
786
 
787
- #: yit-plugin.php:187
788
  msgctxt "Action links"
789
  msgid "Settings"
790
  msgstr ""
791
 
792
- #: yit-plugin.php:191
793
  msgid "License"
794
  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: 2019-02-04 16:04+0100\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 2.2.1\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;_x;_ex\n"
263
  msgid "Plugin Settings"
264
  msgstr ""
265
 
266
+ #: lib/yit-plugin-panel.php:339 lib/yit-plugin-panel.php:342
267
  msgid "How to install premium version"
268
  msgstr ""
269
 
270
+ #: lib/yit-plugin-panel.php:393 lib/yit-plugin-subpanel.php:156
271
  #: templates/panel/woocommerce/woocommerce-form.php:11
272
  msgid "Save Changes"
273
  msgstr ""
274
 
275
+ #: lib/yit-plugin-panel.php:396 lib/yit-plugin-subpanel.php:159
276
  #: templates/panel/woocommerce/woocommerce-form.php:14
277
  msgid "If you continue with this action, you will reset all options in this page."
278
  msgstr ""
279
 
280
+ #: lib/yit-plugin-panel.php:398 lib/yit-plugin-subpanel.php:161
281
  msgid "Reset to default"
282
  msgstr ""
283
 
284
+ #: lib/yit-plugin-panel.php:399 lib/yit-plugin-subpanel.php:162
285
  #: templates/panel/woocommerce/woocommerce-form.php:18
286
  msgid "Are you sure?"
287
  msgstr ""
288
 
289
+ #: lib/yit-plugin-panel.php:533
290
  msgid "The element you have entered already exists. Please, enter another name."
291
  msgstr ""
292
 
293
+ #: lib/yit-plugin-panel.php:534
294
  msgid "Settings saved"
295
  msgstr ""
296
 
297
+ #: lib/yit-plugin-panel.php:535
298
  msgid "Settings reset"
299
  msgstr ""
300
 
301
+ #: lib/yit-plugin-panel.php:536
302
  msgid "Element deleted correctly."
303
  msgstr ""
304
 
305
+ #: lib/yit-plugin-panel.php:537 lib/yit-plugin-panel.php:538
306
  msgid "Element updated correctly."
307
  msgstr ""
308
 
309
+ #: lib/yit-plugin-panel.php:539
310
  msgid "Database imported correctly."
311
  msgstr ""
312
 
313
+ #: lib/yit-plugin-panel.php:540
314
  msgid "An error has occurred during import. Please try again."
315
  msgstr ""
316
 
317
+ #: lib/yit-plugin-panel.php:541
318
  msgid "The added file is not valid."
319
  msgstr ""
320
 
321
+ #: lib/yit-plugin-panel.php:542
322
  msgid "Sorry, import is disabled."
323
  msgstr ""
324
 
325
+ #: lib/yit-plugin-panel.php:543
326
  msgid "Sorting successful."
327
  msgstr ""
328
 
364
  msgid "An unexpected error occurred, please try again later. Thanks!"
365
  msgstr ""
366
 
367
+ #: lib/yit-upgrade.php:196
368
  msgid "There is a new version of %plugin_name% available."
369
  msgstr ""
370
 
371
+ #: lib/yit-upgrade.php:197
372
  msgid "View version %latest% details."
373
  msgstr ""
374
 
375
+ #: lib/yit-upgrade.php:198
376
  msgid "Automatic update is unavailable for this plugin,"
377
  msgstr ""
378
 
379
+ #: lib/yit-upgrade.php:199
380
  msgid "please <a href=\"%activate_link%\">activate</a> your copy of %plugin_name%."
381
  msgstr ""
382
 
383
+ #: lib/yit-upgrade.php:200
384
  msgid "Update now."
385
  msgstr ""
386
 
387
+ #: lib/yit-upgrade.php:201
388
+ msgid ""
389
+ "<br/><b>Please note:</b> You are using a higher version than the latest available "
390
+ "one. </em>Please, make sure you've downloaded the latest version of <em>%1$s</em> "
391
+ "from the only <a href=\"https://yithemes.com\" target=\"_blank\">YITH official "
392
+ "website</a>, specifically, from your <a href=\"https://yithemes.com/my-account/"
393
+ "recent-downloads/\" target=\"_blank\">Downloads page</a>. This is the only way to "
394
+ "be sure the version you are using is 100% malware-free."
395
+ msgstr ""
396
+
397
+ #: lib/yit-upgrade.php:303
398
+ msgctxt "[Update Plugin Message: License not enabled]"
399
  msgid "You have to activate the plugin to benefit from automatic updates."
400
  msgstr ""
401
 
402
+ #: lib/yit-upgrade.php:325
403
  msgid "YITH Repository"
404
  msgstr ""
405
 
406
+ #: lib/yit-upgrade.php:359
407
  msgid "Invalid URL Provided."
408
  msgstr ""
409
 
410
+ #: lib/yit-upgrade.php:372
411
  msgid "Could not create Temporary file."
412
  msgstr ""
413
 
414
+ #: lib/yit-upgrade.php:547
415
  #, php-format
416
  msgid ""
417
  "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox yit-"
419
  "details</a>."
420
  msgstr ""
421
 
422
+ #: lib/yit-upgrade.php:551
423
  #, php-format
424
  msgid ""
425
  "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox yit-"
428
  "to benefit from automatic updates.</em>"
429
  msgstr ""
430
 
431
+ #: lib/yit-upgrade.php:555
432
  #, php-format
433
  msgid ""
434
  "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox yit-"
437
  "\"%5$s\" title=\"License activation\">activate</a> your copy of %6s.</em>"
438
  msgstr ""
439
 
440
+ #: lib/yit-upgrade.php:559
441
  #, php-format
442
  msgid ""
443
  "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox yit-"
445
  "details</a> or <a href=\"%5$s\">update now</a>."
446
  msgstr ""
447
 
448
+ #: lib/yit-upgrade.php:563
449
+ #, php-format
450
+ msgid ""
451
+ "<br/><b>Please note:</b> You are using a higher version than the latest available "
452
+ "one. </em>Please, make sure you've downloaded the latest version of <em>%1$s</em> "
453
+ "from the only <a href=\"https://yithemes.com\" target=\"_blank\">YITH official "
454
+ "website</a>, specifically, from your <a href=\"https://yithemes.com/my-account/"
455
+ "recent-downloads/\" target=\"_blank\">Downloads page</a>. This is the only way to "
456
+ "be sure the version you are using is 100%% malware-free."
457
+ msgstr ""
458
+
459
+ #: lib/yit-upgrade.php:635
460
  msgid "You can't update the plugins for this site."
461
  msgstr ""
462
 
463
+ #: lib/yit-upgrade.php:639
464
  msgid "You do not have sufficient permissions to update the plugins for this site."
465
  msgstr ""
466
 
467
+ #: lib/yit-upgrade.php:646
468
  msgid "Update Plugin"
469
  msgstr ""
470
 
471
+ #: lib/yith-dashboard.php:40
472
+ msgid "New YITH products"
473
+ msgstr ""
474
+
475
+ #: lib/yith-dashboard.php:41
476
+ msgid "News from the YITH Blog"
477
+ msgstr ""
478
+
479
+ #: lib/yith-gutenberg.php:134
480
+ msgctxt "[gutenberg]: Category Name"
481
+ msgid "YITH"
482
+ msgstr ""
483
+
484
+ #: licence/lib/yit-licence.php:180
485
  #, php-format
486
  msgctxt "%s = field name"
487
  msgid "Please, insert a valid %s"
488
  msgstr ""
489
 
490
+ #: licence/lib/yit-licence.php:181
491
  #, php-format
492
  msgid "Please, insert a valid %s and a valid %s"
493
  msgstr ""
494
 
495
+ #: licence/lib/yit-licence.php:182
496
  msgid "Unable to contact the remote server, please try again later. Thanks!"
497
  msgstr ""
498
 
499
+ #: licence/lib/yit-licence.php:183
500
  msgid "email address"
501
  msgstr ""
502
 
503
+ #: licence/lib/yit-licence.php:184
504
  msgid "license key"
505
  msgstr ""
506
 
507
+ #: licence/lib/yit-licence.php:185
508
  msgid "Are you sure you want to deactivate the license for current site?"
509
  msgstr ""
510
 
511
+ #: licence/lib/yit-licence.php:730
512
  msgid "Invalid Request"
513
  msgstr ""
514
 
515
+ #: licence/lib/yit-licence.php:731
516
  msgid "Invalid license key"
517
  msgstr ""
518
 
519
+ #: licence/lib/yit-licence.php:732
520
  msgid "Software has been deactivated"
521
  msgstr ""
522
 
523
+ #: licence/lib/yit-licence.php:733
524
  msgid "Maximum number of activations exceeded"
525
  msgstr ""
526
 
527
+ #: licence/lib/yit-licence.php:734
528
  msgid "Invalid instance ID"
529
  msgstr ""
530
 
531
+ #: licence/lib/yit-licence.php:735
532
  msgid "Invalid security key"
533
  msgstr ""
534
 
535
+ #: licence/lib/yit-licence.php:736
536
  msgid "License key has expired"
537
  msgstr ""
538
 
539
+ #: licence/lib/yit-licence.php:737
540
  msgid "License key has been banned"
541
  msgstr ""
542
 
543
+ #: licence/lib/yit-licence.php:738
544
  msgid "Current product is not included in your YITH Club Subscription key"
545
  msgstr ""
546
 
547
+ #: licence/lib/yit-licence.php:739
548
  msgid "Great"
549
  msgstr ""
550
 
551
+ #: licence/lib/yit-licence.php:739
552
  msgid "License successfully activated"
553
  msgstr ""
554
 
555
+ #: licence/lib/yit-licence.php:740
556
  msgid "License key deactivated for website"
557
  msgstr ""
558
 
562
  msgid "License Activation"
563
  msgstr ""
564
 
565
+ #: licence/lib/yit-plugin-licence.php:142
566
+ msgctxt ""
567
+ "[Part of]: Warning! You didn't set license key for the following products:[Plugins "
568
+ "List] which means you're missing out on updates and support. Enter your license "
569
+ "key, please."
570
+ msgid "Warning!"
571
+ msgstr ""
572
+
573
+ #: licence/lib/yit-plugin-licence.php:142
574
+ msgctxt ""
575
+ "[Part of]: Warning! You didn't set license key for the following products:[Plugins "
576
+ "List] which means you're missing out on updates and support. Enter your license "
577
+ "key, please."
578
+ msgid "You didn't set license key for the following products"
579
+ msgstr ""
580
+
581
+ #: licence/lib/yit-plugin-licence.php:145
582
+ msgctxt ""
583
+ "[Part of]: Warning! You didn't set license key for the following products:[Plugins "
584
+ "List] which means you're missing out on updates and support. Enter your license "
585
+ "key, please."
586
+ msgid "which means you're missing out on updates and support"
587
+ msgstr ""
588
+
589
+ #: licence/lib/yit-plugin-licence.php:147
590
+ msgctxt ""
591
+ "[Part of]: Warning! You didn't set license key for the following products:[Plugins "
592
+ "List] which means you're missing out on updates and support. Enter your license "
593
+ "key, please."
594
+ msgid "Enter your license key"
595
+ msgstr ""
596
+
597
+ #: licence/lib/yit-plugin-licence.php:148
598
+ msgctxt ""
599
+ "[Part of]: Warning! You didn't set license key for the following products:[Plugins "
600
+ "List] which means you're missing out on updates and support. Enter your license "
601
+ "key, please."
602
+ msgid "please"
603
+ msgstr ""
604
+
605
  #: licence/lib/yit-theme-licence.php:117 licence/lib/yit-theme-licence.php:118
606
  #, php-format
607
  msgid "%s"
631
  msgid "YITH License Activation"
632
  msgstr ""
633
 
634
+ #: licence/templates/panel/activation/activation-panel.php:27
635
+ msgid "License expiry date"
 
 
636
  msgstr ""
637
 
638
  #: licence/templates/panel/activation/activation-panel.php:30
639
+ msgid ""
640
+ "If you have renewed your product license key and the expiry date does not appear "
641
+ "up-to-date, please, click on the button <em>Check Expiry Date</em> below and it "
642
+ "will update."
643
+ msgstr ""
644
+
645
+ #: licence/templates/panel/activation/activation-panel.php:33
646
+ msgid "Check expiry date"
647
  msgstr ""
648
 
649
+ #: licence/templates/panel/activation/activation-panel.php:47
650
  msgid "Product to activate"
651
  msgid_plural "Products to activate"
652
  msgstr[0] ""
653
  msgstr[1] ""
654
 
655
+ #: licence/templates/panel/activation/activation-panel.php:50
656
+ msgid "Are you having issues with the license activation?"
657
+ msgstr ""
658
+
659
+ #: licence/templates/panel/activation/activation-panel.php:50
660
+ msgid "Read this article"
661
+ msgstr ""
662
+
663
+ #: licence/templates/panel/activation/activation-panel.php:70
664
  msgid "Activate"
665
  msgstr ""
666
 
667
+ #: licence/templates/panel/activation/activation-panel.php:89
668
  msgid "Activated"
669
  msgstr ""
670
 
671
+ #: licence/templates/panel/activation/activation-panel.php:95
672
+ #: licence/templates/panel/activation/activation-panel.php:173
673
+ #: licence/templates/panel/activation/activation-panel.php:203
674
  msgid "Product Name"
675
  msgstr ""
676
 
677
+ #: licence/templates/panel/activation/activation-panel.php:97
678
+ #: licence/templates/panel/activation/activation-panel.php:175
679
+ #: licence/templates/panel/activation/activation-panel.php:206
680
  msgid "Email"
681
  msgstr ""
682
 
683
+ #: licence/templates/panel/activation/activation-panel.php:98
684
+ #: licence/templates/panel/activation/activation-panel.php:176
685
+ #: licence/templates/panel/activation/activation-panel.php:207
686
  msgid "License Key"
687
  msgstr ""
688
 
689
+ #: licence/templates/panel/activation/activation-panel.php:101
690
+ #: licence/templates/panel/activation/activation-panel.php:210
691
  msgid "Expires"
692
  msgstr ""
693
 
694
+ #: licence/templates/panel/activation/activation-panel.php:104
695
  msgid "Remaining"
696
  msgstr ""
697
 
698
+ #: licence/templates/panel/activation/activation-panel.php:106
699
  msgid "Club Subscription"
700
  msgstr ""
701
 
702
+ #: licence/templates/panel/activation/activation-panel.php:135
 
 
 
 
703
  #, php-format
704
  msgid "%1s out of %2s"
705
  msgstr ""
706
 
707
+ #: licence/templates/panel/activation/activation-panel.php:151
708
  msgid "Deactivate"
709
  msgstr ""
710
 
711
+ #: licence/templates/panel/activation/activation-panel.php:156
712
+ #: licence/templates/panel/activation/activation-panel.php:213
713
  msgid "Renew"
714
  msgstr ""
715
 
716
+ #: licence/templates/panel/activation/activation-panel.php:169
717
  msgid "Banned"
718
  msgstr ""
719
 
720
+ #: licence/templates/panel/activation/activation-panel.php:199
721
  msgid "Expired"
722
  msgstr ""
723
 
724
+ #: licence/templates/panel/activation/activation-panel.php:235
725
  msgid "Order again"
726
  msgstr ""
727
 
728
+ #: licence/templates/panel/activation/activation-panel.php:237
729
  msgid "Renew license"
730
  msgstr ""
731
 
848
  msgid "Reset Defaults"
849
  msgstr ""
850
 
851
+ #: yit-plugin.php:83
852
  msgctxt "Plugin Row Meta"
853
  msgid "Live Demo"
854
  msgstr ""
855
 
856
+ #: yit-plugin.php:88
857
  msgctxt "Plugin Row Meta"
858
  msgid "Documentation"
859
  msgstr ""
860
 
861
+ #: yit-plugin.php:93
862
  msgctxt "Plugin Row Meta"
863
  msgid "Support"
864
  msgstr ""
865
 
866
+ #: yit-plugin.php:98
867
  msgctxt "Plugin Row Meta"
868
  msgid "Premium version"
869
  msgstr ""
870
 
871
+ #: yit-plugin.php:193
872
  msgctxt "Action links"
873
  msgid "Settings"
874
  msgstr ""
875
 
876
+ #: yit-plugin.php:197
877
  msgid "License"
878
  msgstr ""
plugin-fw/lib/promo/yith-promo.php CHANGED
@@ -38,7 +38,8 @@ if( ! function_exists( 'yith_plugin_fw_promo_notices' ) ){
38
  $license = YIT_Plugin_Licence()->get_licence();
39
  $xml_expiry_date = '';
40
 
41
- if( is_array( $license ) ){
 
42
  foreach( $license as $plugin => $data ){
43
  if( ! empty( $data['is_membership'] ) ){
44
  $is_membership_user = true;
@@ -61,10 +62,30 @@ if( ! function_exists( 'yith_plugin_fw_promo_notices' ) ){
61
  $now = strtotime( current_time( 'mysql' ) );
62
 
63
  foreach ($promo_data->promo as $promo ){
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
64
  $start_date = isset( $promo->start_date ) ? $promo->start_date : '';
65
  $end_date = isset( $promo->end_date ) ? $promo->end_date : '';
66
 
67
- if( ! empty( $start_date ) && ! empty( $end_date ) ){
68
  $start_date = strtotime( $start_date );
69
  $end_date = strtotime( $end_date );
70
 
@@ -96,7 +117,7 @@ if( ! function_exists( 'yith_plugin_fw_promo_notices' ) ){
96
 
97
  if( ! empty( $title ) ) {
98
  $promo_id .= $title;
99
- $title = sprintf( '<strong>%s</strong>: ', $title );
100
  $show_notice = true;
101
  }
102
 
38
  $license = YIT_Plugin_Licence()->get_licence();
39
  $xml_expiry_date = '';
40
 
41
+ if( is_array( $license ) && apply_filters( 'yith_plugin_fw_check_for_membership_user', true ) ){
42
+ /* === Check is the user have the YITH Club === */
43
  foreach( $license as $plugin => $data ){
44
  if( ! empty( $data['is_membership'] ) ){
45
  $is_membership_user = true;
62
  $now = strtotime( current_time( 'mysql' ) );
63
 
64
  foreach ($promo_data->promo as $promo ){
65
+ $show_promo = true;
66
+ /* === Check for Special Promo === */
67
+ if ( ! empty( $promo->show_promo_in ) ) {
68
+ $show_promo_in = explode( ',', $promo->show_promo_in );
69
+ $show_promo_in = array_map( 'trim', $show_promo_in );
70
+ if ( ! empty( $show_promo_in ) ) {
71
+ $show_promo = false;
72
+ foreach ( $show_promo_in as $plugin ) {
73
+ if ( defined( $plugin ) ) {
74
+ $plugin_slug = constant( $plugin );
75
+ $plugin_is_activated = ! empty( $license[ $plugin_slug ]['activated'] );
76
+ if ( defined( $plugin ) && ! apply_filters( 'yith_plugin_fw_promo_plugin_is_activated', $plugin_is_activated ) ) {
77
+ $show_promo = true;
78
+ break;
79
+ }
80
+ }
81
+ }
82
+ }
83
+ }
84
+
85
  $start_date = isset( $promo->start_date ) ? $promo->start_date : '';
86
  $end_date = isset( $promo->end_date ) ? $promo->end_date : '';
87
 
88
+ if( $show_promo && ! empty( $start_date ) && ! empty( $end_date ) ){
89
  $start_date = strtotime( $start_date );
90
  $end_date = strtotime( $end_date );
91
 
117
 
118
  if( ! empty( $title ) ) {
119
  $promo_id .= $title;
120
+ $title = sprintf( '%s: ', $title );
121
  $show_notice = true;
122
  }
123
 
plugin-fw/lib/yit-icons.php CHANGED
@@ -1136,8 +1136,10 @@ if ( !class_exists( 'YIT_Icons' ) ) {
1136
 
1137
  }
1138
  }
1139
- function YIT_Icons() {
1140
- return YIT_Icons::get_instance();
 
 
1141
  }
1142
 
1143
  YIT_Icons();
1136
 
1137
  }
1138
  }
1139
+ if( ! function_exists( 'YIT_Icons' ) ){
1140
+ function YIT_Icons() {
1141
+ return YIT_Icons::get_instance();
1142
+ }
1143
  }
1144
 
1145
  YIT_Icons();
plugin-fw/lib/yit-plugin-panel.php CHANGED
@@ -328,22 +328,19 @@ if ( !class_exists( 'YIT_Plugin_Panel' ) ) {
328
  * @author Andrea Grillo <andrea.grillo@yithemes.com>
329
  */
330
  public function add_premium_version_upgrade_to_menu() {
331
- global $submenu;
 
 
 
332
 
333
- if ( apply_filters( 'yit_show_upgrade_to_premium_version', isset( $submenu[ 'yith_plugin_panel' ] ) && !isset( $submenu[ 'yith_plugin_panel' ][ 'how_to' ] ) ) ) {
 
334
  $submenu[ 'yith_plugin_panel' ][ 'how_to' ] = array(
335
  sprintf( '%s%s%s', '<span id="yith-how-to-premium">', __( 'How to install premium version', 'yith-plugin-fw' ), '</span>' ),
336
  'install_plugins',
337
  '//support.yithemes.com/hc/en-us/articles/217840988',
338
  __( 'How to install premium version', 'yith-plugin-fw' ),
339
  );
340
-
341
- $submenu[ 'yith_plugin_panel' ][ 'frequently_license_issues' ] = array(
342
- sprintf( '%s%s%s', '<span id="yith-license-issues-premium">', __( 'Frequently license issues', 'yith-plugin-fw' ), '</span>' ),
343
- 'install_plugins',
344
- '//support.yithemes.com/hc/en-us/articles/360012568594-License-activation-issues',
345
- __( 'Frequently license issues', 'yith-plugin-fw' ),
346
- );
347
  }
348
  }
349
 
328
  * @author Andrea Grillo <andrea.grillo@yithemes.com>
329
  */
330
  public function add_premium_version_upgrade_to_menu() {
331
+ /* === Add the How To menu item only if the customer haven't a premium version enabled === */
332
+ if ( function_exists( 'YIT_Plugin_Licence' ) && !!YIT_Plugin_Licence()->get_products() ) {
333
+ return;
334
+ }
335
 
336
+ global $submenu;
337
+ if ( apply_filters( 'yit_show_upgrade_to_premium_version', isset( $submenu[ 'yith_plugin_panel' ] ) ) ) {
338
  $submenu[ 'yith_plugin_panel' ][ 'how_to' ] = array(
339
  sprintf( '%s%s%s', '<span id="yith-how-to-premium">', __( 'How to install premium version', 'yith-plugin-fw' ), '</span>' ),
340
  'install_plugins',
341
  '//support.yithemes.com/hc/en-us/articles/217840988',
342
  __( 'How to install premium version', 'yith-plugin-fw' ),
343
  );
 
 
 
 
 
 
 
344
  }
345
  }
346
 
plugin-fw/lib/yit-upgrade.php CHANGED
@@ -183,16 +183,22 @@ if ( ! class_exists( 'YIT_Upgrade' ) ) {
183
  *
184
  * @since 1.0
185
  * @author Andrea Grillo <andrea.grillo@yithemes.com>
 
186
  */
187
  public function multisite_updater_script() {
188
- $update_url = $changelogs = $details_url = array();
189
- $strings = array(
190
- 'new_version' => __( 'There is a new version of %plugin_name% available.', 'yith-plugin-fw' ),
191
- 'latest' => __( 'View version %latest% details.', 'yith-plugin-fw' ),
192
- 'unavailable' => __( 'Automatic update is unavailable for this plugin,', 'yith-plugin-fw' ),
193
- 'activate' => __( 'please <a href="%activate_link%">activate</a> your copy of %plugin_name%.', 'yith-plugin-fw' ),
194
- 'update_now' => __( 'Update now.', 'yith-plugin-fw' )
195
 
 
 
 
 
 
 
 
 
196
  );
197
 
198
  foreach ( $this->_plugins as $init => $info ) {
@@ -209,14 +215,17 @@ if ( ! class_exists( 'YIT_Upgrade' ) ) {
209
  'strings' => $strings,
210
  );
211
  $suffix = defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ? '' : '.min';
212
- yit_enqueue_script( 'yit-multisite-updater', YIT_CORE_PLUGIN_URL . '/assets/js/multisite-updater' . $suffix . '.js', array( 'jquery' ), false, true );
 
 
 
213
 
214
  wp_localize_script( 'yit-multisite-updater', 'plugins', $localize_script_args );
215
  }
216
 
217
  public function admin_enqueue_scripts() {
218
  global $pagenow;
219
- if ( 'plugins.php' === $pagenow ) {
220
  wp_enqueue_style( 'yit-upgrader', YIT_CORE_PLUGIN_URL . '/assets/css/yit-upgrader.css' );
221
  }
222
  }
@@ -236,6 +245,11 @@ if ( ! class_exists( 'YIT_Upgrade' ) ) {
236
  * @author Andrea Grillo <andrea.grillo@yithemes.com>
237
  */
238
  public function upgrader_pre_download( $reply, $package, $upgrader ) {
 
 
 
 
 
239
  $plugin = false;
240
  $is_bulk = $upgrader->skin instanceof Bulk_Plugin_Upgrader_Skin;
241
  $is_bulk_ajax = $upgrader->skin instanceof WP_Ajax_Upgrader_Skin;
@@ -286,7 +300,7 @@ if ( ! class_exists( 'YIT_Upgrade' ) ) {
286
  $product_id = $plugin_info['product_id'];
287
 
288
  if( empty( $licence[ $product_id ] ) ){
289
- return new WP_Error( 'license_not_valid', __( 'You have to activate the plugin to benefit from automatic updates.', '[Update Plugin Message: License not enabled]', 'yith-plugin-fw' ) );
290
  }
291
 
292
  $args = array(
@@ -315,7 +329,7 @@ if ( ! class_exists( 'YIT_Upgrade' ) ) {
315
  /**
316
  * Regenerate update_plugins transient
317
  */
318
- $this->force_regenerate_update_transient();
319
 
320
  if ( is_wp_error( $download_file ) ) {
321
  return new WP_Error( 'download_failed', $upgrader->strings['download_failed'], $download_file->get_error_message() );
@@ -325,7 +339,7 @@ if ( ! class_exists( 'YIT_Upgrade' ) ) {
325
  }
326
 
327
  /**
328
- * Retrive the temp filename
329
  *
330
  * @param string $url The package url
331
  * @param string $body The post data fields
@@ -411,6 +425,7 @@ if ( ! class_exists( 'YIT_Upgrade' ) ) {
411
  * @since 1.0
412
  * @see update_plugins transient and pre_set_site_transient_update_plugins hooks
413
  * @author Andrea Grillo <andrea.grillo@yithemes.com>
 
414
  */
415
  public function force_regenerate_update_transient() {
416
  delete_site_transient( 'update_plugins' );
@@ -442,8 +457,10 @@ if ( ! class_exists( 'YIT_Upgrade' ) ) {
442
  $plugin_remote_info = @simplexml_load_string( $remote_xml['body'] );
443
 
444
  if ( $plugin_remote_info ) {
 
 
445
 
446
- if ( version_compare( $plugin_remote_info->latest, $plugin['info']['Version'], '>' ) && ! isset( $transient->response[ $init ] ) ) {
447
 
448
  $package = YIT_Plugin_Licence()->check( $init ) ? $this->_package_url : null;
449
 
@@ -517,42 +534,51 @@ if ( ! class_exists( 'YIT_Upgrade' ) ) {
517
  */
518
  $wp_list_table = _get_list_table( 'WP_MS_Themes_List_Table' );
519
 
520
- if ( is_network_admin() || ! is_multisite() || true ) {
521
- global $wp_version;
522
- $is_wp_4_6 = version_compare( $wp_version, '4.6', '>=' );
523
 
524
- echo '<tr class="plugin-update-tr' . ( is_plugin_active( $init ) ? ' active' : '' ) . '"><td colspan="' . $wp_list_table->get_column_count() . '" class="plugin-update colspanchange">';
525
 
526
- echo '<div class="update-message' . ( $is_wp_4_6 ? ' notice inline notice-warning notice-alt' : '' ) . '">';
527
 
528
- echo( $is_wp_4_6 ? '<p>' : '' );
529
 
530
- if ( ! current_user_can( 'update_plugins' ) ) {
531
- printf( __( 'There is a new version of %1$s available. <a href="%2$s" class="thickbox yit-changelog-button open-plugin-details-modal" title="%3$s">View version %4$s details</a>.', 'yith-plugin-fw' ), $this->_plugins[ $init ]['info']['Name'], esc_url( $details_url ), esc_attr( $this->_plugins[ $init ]['info']['Name'] ), $r->new_version );
532
- } elseif ( is_plugin_active_for_network( $init ) ) {
533
- printf( __( 'There is a new version of %1$s available. <a href="%2$s" class="thickbox yit-changelog-button open-plugin-details-modal" title="%3$s">View version %4$s details</a>. <em>You have to activate the plugin on a single site of the network to benefit from automatic updates.</em>', 'yith-plugin-fw' ), $this->_plugins[ $init ]['info']['Name'], esc_url( $details_url ), esc_attr( $this->_plugins[ $init ]['info']['Name'] ), $r->new_version );
534
- } elseif ( empty( $r->package ) ) {
535
- printf( __( 'There is a new version of %1$s available. <a href="%2$s" class="thickbox yit-changelog-button open-plugin-details-modal" title="%3$s">View version %4$s details</a>. <em>Automatic update is unavailable for this plugin, please <a href="%5$s" title="License activation">activate</a> your copy of %6s.</em>', 'yith-plugin-fw' ), $this->_plugins[ $init ]['info']['Name'], esc_url( $details_url ), esc_attr( $this->_plugins[ $init ]['info']['Name'] ), $r->new_version, YIT_Plugin_Licence()->get_licence_activation_page_url(), $this->_plugins[ $init ]['info']['Name'] );
536
- } else {
537
- printf( __( 'There is a new version of %1$s available. <a href="%2$s" class="thickbox yit-changelog-button open-plugin-details-modal" title="%3$s">View version %4$s details</a> or <a href="%5$s">update now</a>.', 'yith-plugin-fw' ), $this->_plugins[ $init ]['info']['Name'], esc_url( $details_url ), esc_attr( $this->_plugins[ $init ]['info']['Name'] ), $r->new_version, wp_nonce_url( self_admin_url( 'update.php?action=upgrade-plugin&plugin=' ) . $init, 'upgrade-plugin_' . $init ) );
538
- }
539
 
540
- echo( $is_wp_4_6 ? '</p>' : '' );
 
 
541
 
542
- /**
543
- * Fires at the end of the update message container in each
544
- * row of the themes list table.
545
- *
546
- * The dynamic portion of the hook name, `$theme_key`, refers to
547
- * the theme slug as found in the WordPress.org themes repository.
548
- *
549
- * @since Wordpress 3.1.0
550
- * }
551
- */
552
- do_action( "in_theme_update_message-{$init}", $this->_plugins[ $init ], $r->changelog, $changelog_id );
553
 
554
- echo '</div></td></tr>';
 
555
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
556
  }
557
 
558
  /**
@@ -571,7 +597,6 @@ if ( ! class_exists( 'YIT_Upgrade' ) ) {
571
  foreach ( $this->_plugins as $init => $plugin ) {
572
  remove_action( "after_plugin_row_{$init}", 'wp_plugin_update_row', 10 );
573
  add_action( "after_plugin_row_{$init}", array( $this, 'plugin_update_row' ) );
574
- //add_action( "in_theme_update_message-{$init}", array( $this, 'in_theme_update_message' ), 10, 3 );
575
  }
576
  }
577
 
183
  *
184
  * @since 1.0
185
  * @author Andrea Grillo <andrea.grillo@yithemes.com>
186
+ * @return bool
187
  */
188
  public function multisite_updater_script() {
189
+ /* === If class YIT_Plugin_Licence doesn't exists, no YITH plugins enabled === */
190
+ if( ! function_exists( 'YIT_Plugin_Licence' ) ){
191
+ return false;
192
+ }
 
 
 
193
 
194
+ $update_url = $changelogs = $details_url = array();
195
+ $strings = array(
196
+ 'new_version' => __( 'There is a new version of %plugin_name% available.', 'yith-plugin-fw' ),
197
+ 'latest' => __( 'View version %latest% details.', 'yith-plugin-fw' ),
198
+ 'unavailable' => __( 'Automatic update is unavailable for this plugin,', 'yith-plugin-fw' ),
199
+ 'activate' => __( 'please <a href="%activate_link%">activate</a> your copy of %plugin_name%.', 'yith-plugin-fw' ),
200
+ 'update_now' => __( 'Update now.', 'yith-plugin-fw' ),
201
+ 'version_issue' => __( '<br/><b>Please note:</b> You are using a higher version than the latest available one. </em>Please, make sure you\'ve downloaded the latest version of <em>%1$s</em> from the only <a href="https://yithemes.com" target="_blank">YITH official website</a>, specifically, from your <a href="https://yithemes.com/my-account/recent-downloads/" target="_blank">Downloads page</a>. This is the only way to be sure the version you are using is 100% malware-free.', 'yith-plugin-fw' ),
202
  );
203
 
204
  foreach ( $this->_plugins as $init => $info ) {
215
  'strings' => $strings,
216
  );
217
  $suffix = defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ? '' : '.min';
218
+
219
+ if( defined( 'YIT_CORE_PLUGIN_URL' ) ){
220
+ yit_enqueue_script( 'yit-multisite-updater', YIT_CORE_PLUGIN_URL . '/assets/js/multisite-updater' . $suffix . '.js', array( 'jquery' ), false, true );
221
+ }
222
 
223
  wp_localize_script( 'yit-multisite-updater', 'plugins', $localize_script_args );
224
  }
225
 
226
  public function admin_enqueue_scripts() {
227
  global $pagenow;
228
+ if ( 'plugins.php' === $pagenow && defined( 'YIT_CORE_PLUGIN_URL' ) ) {
229
  wp_enqueue_style( 'yit-upgrader', YIT_CORE_PLUGIN_URL . '/assets/css/yit-upgrader.css' );
230
  }
231
  }
245
  * @author Andrea Grillo <andrea.grillo@yithemes.com>
246
  */
247
  public function upgrader_pre_download( $reply, $package, $upgrader ) {
248
+ /* === If class YIT_Plugin_Licence doesn't exists, no YITH plugins enabled === */
249
+ if( ! function_exists( 'YIT_Plugin_Licence' ) ){
250
+ return $reply;
251
+ }
252
+
253
  $plugin = false;
254
  $is_bulk = $upgrader->skin instanceof Bulk_Plugin_Upgrader_Skin;
255
  $is_bulk_ajax = $upgrader->skin instanceof WP_Ajax_Upgrader_Skin;
300
  $product_id = $plugin_info['product_id'];
301
 
302
  if( empty( $licence[ $product_id ] ) ){
303
+ return new WP_Error( 'license_not_valid', _x( 'You have to activate the plugin to benefit from automatic updates.', '[Update Plugin Message: License not enabled]', 'yith-plugin-fw' ) );
304
  }
305
 
306
  $args = array(
329
  /**
330
  * Regenerate update_plugins transient
331
  */
332
+ yith_plugin_fw_force_regenerate_plugin_update_transient();
333
 
334
  if ( is_wp_error( $download_file ) ) {
335
  return new WP_Error( 'download_failed', $upgrader->strings['download_failed'], $download_file->get_error_message() );
339
  }
340
 
341
  /**
342
+ * Retrieve the temp filename
343
  *
344
  * @param string $url The package url
345
  * @param string $body The post data fields
425
  * @since 1.0
426
  * @see update_plugins transient and pre_set_site_transient_update_plugins hooks
427
  * @author Andrea Grillo <andrea.grillo@yithemes.com>
428
+ * @deprecated From version 3.1.12
429
  */
430
  public function force_regenerate_update_transient() {
431
  delete_site_transient( 'update_plugins' );
457
  $plugin_remote_info = @simplexml_load_string( $remote_xml['body'] );
458
 
459
  if ( $plugin_remote_info ) {
460
+ $wrong_current_version_check = version_compare( $plugin['info']['Version'], $plugin_remote_info->latest, '>' );
461
+ $update_available = version_compare( $plugin_remote_info->latest, $plugin['info']['Version'], '>' );
462
 
463
+ if ( ( $update_available || $wrong_current_version_check ) && ! isset( $transient->response[ $init ] ) ) {
464
 
465
  $package = YIT_Plugin_Licence()->check( $init ) ? $this->_package_url : null;
466
 
534
  */
535
  $wp_list_table = _get_list_table( 'WP_MS_Themes_List_Table' );
536
 
537
+ global $wp_version;
538
+ $is_wp_4_6 = version_compare( $wp_version, '4.6', '>=' );
 
539
 
540
+ echo '<tr class="plugin-update-tr active' . ( is_plugin_active( $init ) ? ' active' : '' ) . '"><td colspan="' . $wp_list_table->get_column_count() . '" class="plugin-update colspanchange">';
541
 
542
+ echo '<div class="update-message' . ( $is_wp_4_6 ? ' notice inline notice-warning notice-alt' : '' ) . '">';
543
 
544
+ echo( $is_wp_4_6 ? '<p>' : '' );
545
 
546
+ if ( ! current_user_can( 'update_plugins' ) ) {
547
+ printf( __( 'There is a new version of %1$s available. <a href="%2$s" class="thickbox yit-changelog-button open-plugin-details-modal" title="%3$s">View version %4$s details</a>.', 'yith-plugin-fw' ), $this->_plugins[ $init ]['info']['Name'], esc_url( $details_url ), esc_attr( $this->_plugins[ $init ]['info']['Name'] ), $r->new_version );
548
+ }
549
+
550
+ elseif ( is_plugin_active_for_network( $init ) ) {
551
+ printf( __( 'There is a new version of %1$s available. <a href="%2$s" class="thickbox yit-changelog-button open-plugin-details-modal" title="%3$s">View version %4$s details</a>. <em>You have to activate the plugin on a single site of the network to benefit from automatic updates.</em>', 'yith-plugin-fw' ), $this->_plugins[ $init ]['info']['Name'], esc_url( $details_url ), esc_attr( $this->_plugins[ $init ]['info']['Name'] ), $r->new_version );
552
+ }
 
 
553
 
554
+ elseif ( empty( $r->package ) ) {
555
+ printf( __( 'There is a new version of %1$s available. <a href="%2$s" class="thickbox yit-changelog-button open-plugin-details-modal" title="%3$s">View version %4$s details</a>. <em>Automatic update is unavailable for this plugin, please <a href="%5$s" title="License activation">activate</a> your copy of %6s.</em>', 'yith-plugin-fw' ), $this->_plugins[ $init ]['info']['Name'], esc_url( $details_url ), esc_attr( $this->_plugins[ $init ]['info']['Name'] ), $r->new_version, YIT_Plugin_Licence()->get_licence_activation_page_url(), $this->_plugins[ $init ]['info']['Name'] );
556
+ }
557
 
558
+ else {
559
+ printf( __( 'There is a new version of %1$s available. <a href="%2$s" class="thickbox yit-changelog-button open-plugin-details-modal" title="%3$s">View version %4$s details</a> or <a href="%5$s">update now</a>.', 'yith-plugin-fw' ), $this->_plugins[ $init ]['info']['Name'], esc_url( $details_url ), esc_attr( $this->_plugins[ $init ]['info']['Name'] ), $r->new_version, wp_nonce_url( self_admin_url( 'update.php?action=upgrade-plugin&plugin=' ) . $init, 'upgrade-plugin_' . $init ) );
560
+ }
 
 
 
 
 
 
 
 
561
 
562
+ if( version_compare( $this->_plugins[ $init ]['info']['Version'] , $r->new_version, '>' ) ){
563
+ printf( __( '<br/><b>Please note:</b> You are using a higher version than the latest available one. </em>Please, make sure you\'ve downloaded the latest version of <em>%1$s</em> from the only <a href="https://yithemes.com" target="_blank">YITH official website</a>, specifically, from your <a href="https://yithemes.com/my-account/recent-downloads/" target="_blank">Downloads page</a>. This is the only way to be sure the version you are using is 100%% malware-free.', 'yith-plugin-fw' ), $this->_plugins[ $init ]['info']['Name'], esc_url( $details_url ), esc_attr( $this->_plugins[ $init ]['info']['Name'] ), $r->new_version, YIT_Plugin_Licence()->get_licence_activation_page_url(), $this->_plugins[ $init ]['info']['Name'] );
564
  }
565
+
566
+
567
+ echo( $is_wp_4_6 ? '</p>' : '' );
568
+
569
+ /**
570
+ * Fires at the end of the update message container in each
571
+ * row of the themes list table.
572
+ *
573
+ * The dynamic portion of the hook name, `$theme_key`, refers to
574
+ * the theme slug as found in the WordPress.org themes repository.
575
+ *
576
+ * @since Wordpress 3.1.0
577
+ * }
578
+ */
579
+ do_action( "in_theme_update_message-{$init}", $this->_plugins[ $init ], $r->changelog, $changelog_id );
580
+
581
+ echo '</div></td></tr>';
582
  }
583
 
584
  /**
597
  foreach ( $this->_plugins as $init => $plugin ) {
598
  remove_action( "after_plugin_row_{$init}", 'wp_plugin_update_row', 10 );
599
  add_action( "after_plugin_row_{$init}", array( $this, 'plugin_update_row' ) );
 
600
  }
601
  }
602
 
plugin-fw/lib/yith-dashboard.php ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * YITH
4
+ *
5
+ * @package WordPress
6
+ * @subpackage YITH
7
+ * @author YITH <plugins@yithemes.com>
8
+ *
9
+ * This source file is subject to the GNU GENERAL PUBLIC LICENSE (GPL 3.0)
10
+ * that is bundled with this package in the file LICENSE.txt.
11
+ * It is also available through the world-wide-web at this URL:
12
+ * http://www.gnu.org/licenses/gpl-3.0.txt
13
+ */
14
+
15
+ if( ! class_exists( 'YITH_Dashboard' ) ){
16
+ /**
17
+ * Wordpress Admin Dashboard Management
18
+ *
19
+ * @since 1.0.0
20
+ */
21
+ class YITH_Dashboard {
22
+ /**
23
+ * Products URL
24
+ *
25
+ * @var string
26
+ * @access protected
27
+ * @since 1.0.0
28
+ */
29
+ static protected $_products_feed = 'https://yithemes.com/feed/?post_type=product';
30
+ static protected $_blog_feed = 'https://yithemes.com/feed/';
31
+
32
+ /**
33
+ * Dashboard widget setup
34
+ *
35
+ * @return void
36
+ * @since 1.0.0
37
+ * @access public
38
+ */
39
+ public static function dashboard_widget_setup() {
40
+ wp_add_dashboard_widget( 'yith_dashboard_products_news', __( 'New YITH products' , 'yith-plugin-fw' ), 'YITH_Dashboard::dashboard_products_news' );
41
+ wp_add_dashboard_widget( 'yith_dashboard_blog_news', __( 'News from the YITH Blog' , 'yith-plugin-fw' ), 'YITH_Dashboard::dashboard_blog_news' );
42
+ }
43
+
44
+
45
+ /**
46
+ * Product news Widget
47
+ *
48
+ * @return void
49
+ * @since 1.0.0
50
+ * @access public
51
+ */
52
+ public static function dashboard_products_news() {
53
+ $args = array( 'show_author' => 0, 'show_date' => 1, 'show_summary' => 1, 'items'=> 3 );
54
+ wp_widget_rss_output( static::$_products_feed, $args );
55
+ }
56
+
57
+
58
+ /**
59
+ * Blog news Widget
60
+ *
61
+ * @return void
62
+ * @since 1.0.0
63
+ * @access public
64
+ */
65
+ public static function dashboard_blog_news() {
66
+ $args = array( 'show_author' => 0, 'show_date' => 1, 'show_summary' => 1, 'items'=> 3 );
67
+ wp_widget_rss_output( static::$_blog_feed, $args );
68
+ }
69
+ }
70
+ if( apply_filters( 'yith_plugin_fw_show_dashboard_widgets', true ) ){
71
+ add_action( 'wp_dashboard_setup', 'YITH_Dashboard::dashboard_widget_setup' );
72
+ }
73
+ }
74
+
plugin-fw/lib/yith-gutenberg.php CHANGED
@@ -1,333 +1,333 @@
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
- * Text Domain: yith-plugin-fw
13
- */
14
-
15
- if ( ! defined( 'ABSPATH' ) ) {
16
- exit;
17
- } // Exit if accessed directly
18
-
19
- if( ! class_exists( 'YITH_Gutenberg' ) ){
20
-
21
- class YITH_Gutenberg{
22
- /**
23
- * @var array Registered blocks
24
- */
25
- private $_registered_blocks = array();
26
-
27
- /**
28
- * @var array Blocks to register
29
- */
30
- private $_to_register_blocks = array();
31
-
32
- /**
33
- * @var array Blocks args
34
- */
35
- private $_blocks_args = array();
36
-
37
- /**
38
- * @var string Block category slug
39
- */
40
- private $_category_slug = 'yith-blocks';
41
-
42
- /**
43
- * @var YIT_Upgrade The main instance
44
- */
45
- protected static $_instance;
46
-
47
- /**
48
- * Main plugin Instance
49
- *
50
- * @static
51
- * @return object Main instance
52
- *
53
- * @since 1.0
54
- * @author Andrea Grillo <andrea.grillo@yithemes.com>
55
- */
56
- public static function instance() {
57
- if ( is_null( self::$_instance ) ) {
58
- self::$_instance = new self();
59
- }
60
-
61
- return self::$_instance;
62
- }
63
-
64
- /**
65
- * YITH_Gutenberg constructor.
66
- */
67
- private function __construct() {
68
- add_action( 'init', array( $this, 'register_blocks' ), 30 );
69
- add_action( 'enqueue_block_editor_assets', array( $this, 'enqueue_block_editor_assets' ) );
70
- add_action( 'wp_ajax_yith_plugin_fw_gutenberg_do_shortcode', array( $this, 'do_shortcode' ) );
71
- add_action( 'wc_ajax_yith_plugin_fw_gutenberg_do_shortcode', array( $this, 'do_shortcode' ) );
72
- }
73
-
74
- /**
75
- * Enqueue scripts for gutenberg
76
- */
77
- public function enqueue_block_editor_assets() {
78
- $ajax_url = function_exists( 'WC' ) ? add_query_arg( 'wc-ajax', 'yith_plugin_fw_gutenberg_do_shortcode', trailingslashit( site_url() ) ) : admin_url( 'admin-ajax.php' );
79
- $suffix = defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ? '' : '.min';
80
- $deps = apply_filters( 'yith_plugin_fw_gutenberg_script_deps', array(
81
- 'wp-blocks',
82
- 'wp-element',
83
- 'yith-js-md5'
84
- ) );
85
- wp_register_script( 'yith-js-md5', YIT_CORE_PLUGIN_URL . '/assets/js/javascript-md5/md5.min.js', array(), '2.10.0', true );
86
- wp_enqueue_script( 'yith-gutenberg', YIT_CORE_PLUGIN_URL . '/assets/js/yith-gutenberg' . $suffix . '.js', $deps, yith_plugin_fw_get_version(), true );
87
- wp_localize_script( 'yith-gutenberg', 'yith_gutenberg', $this->_blocks_args );
88
- wp_localize_script( 'yith-gutenberg', 'yith_gutenberg_ajax', array( 'ajaxurl' => $ajax_url ) );
89
- }
90
-
91
- /**
92
- * Add blocks to gutenberg editor
93
- *
94
- * @return void
95
- * @author Andrea Grillo <andrea.grillo@yithemes.com>
96
- */
97
- public function register_blocks(){
98
- foreach ( $this->_to_register_blocks as $block => $args ){
99
-
100
- if( isset( $args['style'] ) ){
101
- $block_args['style'] = $args['style'];
102
- }
103
-
104
- if( isset( $args['script'] ) ){
105
- $block_args['script'] = $args['script'];
106
- }
107
-
108
- if( register_block_type( "yith/{$block}", $block_args ) ){
109
- $this->_registered_blocks[] = $block;
110
- }
111
- }
112
-
113
- if( ! empty( $this->_registered_blocks ) ){
114
- add_filter( 'block_categories', array( $this, 'block_category' ), 10, 2 );
115
- }
116
- }
117
-
118
- /**
119
- * Add block category
120
- *
121
- * @param $categories array block categories array
122
- * @param $post WP_Post current post
123
- *
124
- * @return array block categories
125
- *
126
- * @author Andrea Grillo <andrea.grillo@yithemes.com>
127
- */
128
- public function block_category( $categories, $post ){
129
- return array_merge(
130
- $categories,
131
- array(
132
- array(
133
- 'slug' => 'yith-blocks',
134
- 'title' => _x( 'YITH', '[gutenberg]: Category Name', 'yith-plugin-fw' ),
135
- ),
136
- )
137
- );
138
- }
139
-
140
- /**
141
- * Add new blocks to Gutenberg
142
- *
143
- * @param $blocks string|array new blocks
144
- * @return bool true if add a new blocks, false otherwise
145
- *
146
- * @author Andrea Grillo <andrea.grillo@yithemes.com>
147
- */
148
- public function add_blocks( $blocks ){
149
- $added = false;
150
- if( ! empty( $blocks ) ){
151
- $added = true;
152
- if( is_array( $blocks ) ){
153
- $this->_to_register_blocks = array_merge( $this->_to_register_blocks, $blocks );
154
- }
155
-
156
- else {
157
- $this->_to_register_blocks[] = $blocks;
158
- }
159
- }
160
-
161
- return $added;
162
- }
163
-
164
- /**
165
- * Return an array with the registered blocks
166
- *
167
- * @return array
168
- */
169
- public function get_registered_blocks(){
170
- return $this->_registered_blocks;
171
- }
172
-
173
- /**
174
- * Return an array with the blocks to register
175
- *
176
- * @return array
177
- */
178
- public function get_to_register_blocks(){
179
- return $this->_to_register_blocks;
180
- }
181
-
182
- /**
183
- * Return an array with the block(s) arguments
184
- *
185
- * @return array
186
- */
187
- public function get_block_args( $block = 'all' ){
188
- if( 'all' == $block ){
189
- return $this->_blocks_args;
190
- }
191
-
192
- elseif( isset( $this->_blocks_args[ $block ] ) ){
193
- return $this->_blocks_args[ $block ];
194
- }
195
-
196
- return false;
197
- }
198
-
199
- /**
200
- * @return string Default block cateogyr slug
201
- */
202
- public function get_default_blocks_category_slug(){
203
- return $this->_category_slug;
204
- }
205
-
206
- /**
207
- * Set the block arguments
208
- *
209
- * @param $args array The block argument
210
- */
211
- public function set_block_args( $args ){
212
- foreach( $args as $block => $block_args ){
213
-
214
- /* === Add Default Keywords === */
215
- $default_keywords = array( 'yith' );
216
- if( ! empty( $block_args['shortcode_name'] ) ){
217
- $default_keywords[] = $block_args['shortcode_name'];
218
- }
219
-
220
- $args[ $block ]['keywords'] = ! empty( $args[ $block ]['keywords'] ) ? array_merge( $args[ $block ]['keywords'], $default_keywords ) : $default_keywords;
221
-
222
- if( count( $args[ $block ]['keywords'] ) > 3 ){
223
- $args[ $block ]['keywords'] = array_slice($args[ $block ]['keywords'], 0, 3);
224
- }
225
-
226
- if( empty( $block_args['category'] ) ){
227
- //Add YITH block category
228
- $args[ $block ]['category'] = $this->get_default_blocks_category_slug();
229
- }
230
-
231
- if( isset( $block_args['attributes'] ) ){
232
- foreach( $block_args['attributes'] as $attr_name => $attributes ){
233
- // Set the do_shortcode args
234
- if( ! empty( $attributes['do_shortcode'] ) ){
235
- $args[ $block ]['attributes'][ $attr_name ] = true;
236
- }
237
-
238
- if( ! empty( $attributes['options'] ) && is_array( $attributes['options'] ) ){
239
- $options = array();
240
- foreach( $attributes['options'] AS $v => $l ){
241
- //Prepare options array for react component
242
- $options[] = array(
243
- 'label' => $l,
244
- 'value' => $v,
245
- );
246
- }
247
- $args[ $block ]['attributes'][ $attr_name ]['options'] = $options;
248
- }
249
-
250
- if( empty( $attributes['remove_quotes'] ) ){
251
- $args[ $block ]['attributes'][ $attr_name ]['remove_quotes'] = false;
252
- }
253
-
254
- /* === Special Requirements for Block Type === */
255
- if( ! empty( $attributes['type'] ) ) {
256
- $args[ $block ]['attributes'][ $attr_name ]['blocktype'] = $attributes['type'];
257
- $args[ $block ]['attributes'][ $attr_name ]['type'] = 'string';
258
-
259
- switch( $attributes['type'] ){
260
- case 'select':
261
- //Add default value for multiple
262
- if( ! isset( $attributes['multiple'] ) ) {
263
- $args[ $block ]['attributes'][ $attr_name ]['multiple'] = false;
264
- }
265
-
266
- if( ! empty( $attributes['multiple'] ) ){
267
- $args[ $block ]['attributes'][ $attr_name ]['type'] = 'array';
268
- }
269
- break;
270
-
271
- case 'color':
272
- case 'colorpicker':
273
- if( ! isset( $attributes['disableAlpha'] ) ){
274
- //Disable alpha gradient for color picker
275
- $args[ $block ]['attributes'][ $attr_name ]['disableAlpha'] = true;
276
- }
277
- break;
278
-
279
- case 'number':
280
- $args[ $block ]['attributes'][ $attr_name ]['type'] = 'integer';
281
- break;
282
-
283
- case 'toggle':
284
- case 'checkbox':
285
- $args[ $block ]['attributes'][ $attr_name ]['type'] = 'boolean';
286
- break;
287
- }
288
- }
289
- }
290
- }
291
- }
292
-
293
- $this->_blocks_args = array_merge( $this->_blocks_args, $args );
294
- }
295
-
296
- /**
297
- * Get a do_shortcode in ajax call to show block preview
298
- *
299
- * @param $args array The block argument
300
- */
301
- public function do_shortcode(){
302
- $current_action = current_action();
303
- $sc = ! empty( $_POST['shortcode'] ) ? $_POST['shortcode'] : '';
304
-
305
- if( ! apply_filters( 'yith_plugin_fw_gutenberg_skip_shortcode_sanitize', false ) ){
306
- $sc = sanitize_text_field( stripslashes( $sc ) );
307
- }
308
-
309
- do_action( 'yith_plugin_fw_gutenberg_before_do_shortcode', $sc, $current_action );
310
- echo do_shortcode( apply_filters( 'yith_plugin_fw_gutenberg_shortcode', $sc, $current_action ) );
311
- do_action( 'yith_plugin_fw_gutenberg_after_do_shortcode', $sc, $current_action );
312
-
313
- if( is_ajax() ){
314
- die();
315
- }
316
- }
317
- }
318
- }
319
-
320
- if ( ! function_exists( 'YITH_Gutenberg' ) ) {
321
- /**
322
- * Main instance of plugin
323
- *
324
- * @return YITH_Gutenberg
325
- * @since 1.0
326
- * @author Andrea Grillo <andrea.grillo@yithemes.com>
327
- */
328
- function YITH_Gutenberg() {
329
- return YITH_Gutenberg::instance();
330
- }
331
- }
332
-
333
  YITH_Gutenberg();
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
+ * Text Domain: yith-plugin-fw
13
+ */
14
+
15
+ if ( ! defined( 'ABSPATH' ) ) {
16
+ exit;
17
+ } // Exit if accessed directly
18
+
19
+ if( ! class_exists( 'YITH_Gutenberg' ) ){
20
+
21
+ class YITH_Gutenberg{
22
+ /**
23
+ * @var array Registered blocks
24
+ */
25
+ private $_registered_blocks = array();
26
+
27
+ /**
28
+ * @var array Blocks to register
29
+ */
30
+ private $_to_register_blocks = array();
31
+
32
+ /**
33
+ * @var array Blocks args
34
+ */
35
+ private $_blocks_args = array();
36
+
37
+ /**
38
+ * @var string Block category slug
39
+ */
40
+ private $_category_slug = 'yith-blocks';
41
+
42
+ /**
43
+ * @var YIT_Upgrade The main instance
44
+ */
45
+ protected static $_instance;
46
+
47
+ /**
48
+ * Main plugin Instance
49
+ *
50
+ * @static
51
+ * @return object Main instance
52
+ *
53
+ * @since 1.0
54
+ * @author Andrea Grillo <andrea.grillo@yithemes.com>
55
+ */
56
+ public static function instance() {
57
+ if ( is_null( self::$_instance ) ) {
58
+ self::$_instance = new self();
59
+ }
60
+
61
+ return self::$_instance;
62
+ }
63
+
64
+ /**
65
+ * YITH_Gutenberg constructor.
66
+ */
67
+ private function __construct() {
68
+ add_action( 'init', array( $this, 'register_blocks' ), 30 );
69
+ add_action( 'enqueue_block_editor_assets', array( $this, 'enqueue_block_editor_assets' ) );
70
+ add_action( 'wp_ajax_yith_plugin_fw_gutenberg_do_shortcode', array( $this, 'do_shortcode' ) );
71
+ add_action( 'wc_ajax_yith_plugin_fw_gutenberg_do_shortcode', array( $this, 'do_shortcode' ) );
72
+ }
73
+
74
+ /**
75
+ * Enqueue scripts for gutenberg
76
+ */
77
+ public function enqueue_block_editor_assets() {
78
+ $ajax_url = function_exists( 'WC' ) ? add_query_arg( 'wc-ajax', 'yith_plugin_fw_gutenberg_do_shortcode', trailingslashit( site_url() ) ) : admin_url( 'admin-ajax.php' );
79
+ $suffix = defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ? '' : '.min';
80
+ $deps = apply_filters( 'yith_plugin_fw_gutenberg_script_deps', array(
81
+ 'wp-blocks',
82
+ 'wp-element',
83
+ 'yith-js-md5'
84
+ ) );
85
+ wp_register_script( 'yith-js-md5', YIT_CORE_PLUGIN_URL . '/assets/js/javascript-md5/md5.min.js', array(), '2.10.0', true );
86
+ wp_enqueue_script( 'yith-gutenberg', YIT_CORE_PLUGIN_URL . '/assets/js/yith-gutenberg' . $suffix . '.js', $deps, yith_plugin_fw_get_version(), true );
87
+ wp_localize_script( 'yith-gutenberg', 'yith_gutenberg', $this->_blocks_args );
88
+ wp_localize_script( 'yith-gutenberg', 'yith_gutenberg_ajax', array( 'ajaxurl' => $ajax_url ) );
89
+ }
90
+
91
+ /**
92
+ * Add blocks to gutenberg editor
93
+ *
94
+ * @return void
95
+ * @author Andrea Grillo <andrea.grillo@yithemes.com>
96
+ */
97
+ public function register_blocks(){
98
+ $block_args = array();
99
+ foreach ( $this->_to_register_blocks as $block => $args ){
100
+ if( isset( $args['style'] ) ){
101
+ $block_args['style'] = $args['style'];
102
+ }
103
+
104
+ if( isset( $args['script'] ) ){
105
+ $block_args['script'] = $args['script'];
106
+ }
107
+
108
+ if( register_block_type( "yith/{$block}", $block_args ) ){
109
+ $this->_registered_blocks[] = $block;
110
+ }
111
+ }
112
+
113
+ if( ! empty( $this->_registered_blocks ) ){
114
+ add_filter( 'block_categories', array( $this, 'block_category' ), 10, 2 );
115
+ }
116
+ }
117
+
118
+ /**
119
+ * Add block category
120
+ *
121
+ * @param $categories array block categories array
122
+ * @param $post WP_Post current post
123
+ *
124
+ * @return array block categories
125
+ *
126
+ * @author Andrea Grillo <andrea.grillo@yithemes.com>
127
+ */
128
+ public function block_category( $categories, $post ){
129
+ return array_merge(
130
+ $categories,
131
+ array(
132
+ array(
133
+ 'slug' => 'yith-blocks',
134
+ 'title' => _x( 'YITH', '[gutenberg]: Category Name', 'yith-plugin-fw' ),
135
+ ),
136
+ )
137
+ );
138
+ }
139
+
140
+ /**
141
+ * Add new blocks to Gutenberg
142
+ *
143
+ * @param $blocks string|array new blocks
144
+ * @return bool true if add a new blocks, false otherwise
145
+ *
146
+ * @author Andrea Grillo <andrea.grillo@yithemes.com>
147
+ */
148
+ public function add_blocks( $blocks ){
149
+ $added = false;
150
+ if( ! empty( $blocks ) ){
151
+ $added = true;
152
+ if( is_array( $blocks ) ){
153
+ $this->_to_register_blocks = array_merge( $this->_to_register_blocks, $blocks );
154
+ }
155
+
156
+ else {
157
+ $this->_to_register_blocks[] = $blocks;
158
+ }
159
+ }
160
+
161
+ return $added;
162
+ }
163
+
164
+ /**
165
+ * Return an array with the registered blocks
166
+ *
167
+ * @return array
168
+ */
169
+ public function get_registered_blocks(){
170
+ return $this->_registered_blocks;
171
+ }
172
+
173
+ /**
174
+ * Return an array with the blocks to register
175
+ *
176
+ * @return array
177
+ */
178
+ public function get_to_register_blocks(){
179
+ return $this->_to_register_blocks;
180
+ }
181
+
182
+ /**
183
+ * Return an array with the block(s) arguments
184
+ *
185
+ * @return array
186
+ */
187
+ public function get_block_args( $block = 'all' ){
188
+ if( 'all' == $block ){
189
+ return $this->_blocks_args;
190
+ }
191
+
192
+ elseif( isset( $this->_blocks_args[ $block ] ) ){
193
+ return $this->_blocks_args[ $block ];
194
+ }
195
+
196
+ return false;
197
+ }
198
+
199
+ /**
200
+ * @return string Default block cateogyr slug
201
+ */
202
+ public function get_default_blocks_category_slug(){
203
+ return $this->_category_slug;
204
+ }
205
+
206
+ /**
207
+ * Set the block arguments
208
+ *
209
+ * @param $args array The block argument
210
+ */
211
+ public function set_block_args( $args ){
212
+ foreach( $args as $block => $block_args ){
213
+
214
+ /* === Add Default Keywords === */
215
+ $default_keywords = array( 'yith' );
216
+ if( ! empty( $block_args['shortcode_name'] ) ){
217
+ $default_keywords[] = $block_args['shortcode_name'];
218
+ }
219
+
220
+ $args[ $block ]['keywords'] = ! empty( $args[ $block ]['keywords'] ) ? array_merge( $args[ $block ]['keywords'], $default_keywords ) : $default_keywords;
221
+
222
+ if( count( $args[ $block ]['keywords'] ) > 3 ){
223
+ $args[ $block ]['keywords'] = array_slice($args[ $block ]['keywords'], 0, 3);
224
+ }
225
+
226
+ if( empty( $block_args['category'] ) ){
227
+ //Add YITH block category
228
+ $args[ $block ]['category'] = $this->get_default_blocks_category_slug();
229
+ }
230
+
231
+ if( isset( $block_args['attributes'] ) ){
232
+ foreach( $block_args['attributes'] as $attr_name => $attributes ){
233
+ // Set the do_shortcode args
234
+ if( ! empty( $attributes['do_shortcode'] ) ){
235
+ $args[ $block ]['attributes'][ $attr_name ] = true;
236
+ }
237
+
238
+ if( ! empty( $attributes['options'] ) && is_array( $attributes['options'] ) ){
239
+ $options = array();
240
+ foreach( $attributes['options'] AS $v => $l ){
241
+ //Prepare options array for react component
242
+ $options[] = array(
243
+ 'label' => $l,
244
+ 'value' => $v,
245
+ );
246
+ }
247
+ $args[ $block ]['attributes'][ $attr_name ]['options'] = $options;
248
+ }
249
+
250
+ if( empty( $attributes['remove_quotes'] ) ){
251
+ $args[ $block ]['attributes'][ $attr_name ]['remove_quotes'] = false;
252
+ }
253
+
254
+ /* === Special Requirements for Block Type === */
255
+ if( ! empty( $attributes['type'] ) ) {
256
+ $args[ $block ]['attributes'][ $attr_name ]['blocktype'] = $attributes['type'];
257
+ $args[ $block ]['attributes'][ $attr_name ]['type'] = 'string';
258
+
259
+ switch( $attributes['type'] ){
260
+ case 'select':
261
+ //Add default value for multiple
262
+ if( ! isset( $attributes['multiple'] ) ) {
263
+ $args[ $block ]['attributes'][ $attr_name ]['multiple'] = false;
264
+ }
265
+
266
+ if( ! empty( $attributes['multiple'] ) ){
267
+ $args[ $block ]['attributes'][ $attr_name ]['type'] = 'array';
268
+ }
269
+ break;
270
+
271
+ case 'color':
272
+ case 'colorpicker':
273
+ if( ! isset( $attributes['disableAlpha'] ) ){
274
+ //Disable alpha gradient for color picker
275
+ $args[ $block ]['attributes'][ $attr_name ]['disableAlpha'] = true;
276
+ }
277
+ break;
278
+
279
+ case 'number':
280
+ $args[ $block ]['attributes'][ $attr_name ]['type'] = 'integer';
281
+ break;
282
+
283
+ case 'toggle':
284
+ case 'checkbox':
285
+ $args[ $block ]['attributes'][ $attr_name ]['type'] = 'boolean';
286
+ break;
287
+ }
288
+ }
289
+ }
290
+ }
291
+ }
292
+
293
+ $this->_blocks_args = array_merge( $this->_blocks_args, $args );
294
+ }
295
+
296
+ /**
297
+ * Get a do_shortcode in ajax call to show block preview
298
+ *
299
+ * @param $args array The block argument
300
+ */
301
+ public function do_shortcode(){
302
+ $current_action = current_action();
303
+ $sc = ! empty( $_POST['shortcode'] ) ? $_POST['shortcode'] : '';
304
+
305
+ if( ! apply_filters( 'yith_plugin_fw_gutenberg_skip_shortcode_sanitize', false ) ){
306
+ $sc = sanitize_text_field( stripslashes( $sc ) );
307
+ }
308
+
309
+ do_action( 'yith_plugin_fw_gutenberg_before_do_shortcode', $sc, $current_action );
310
+ echo do_shortcode( apply_filters( 'yith_plugin_fw_gutenberg_shortcode', $sc, $current_action ) );
311
+ do_action( 'yith_plugin_fw_gutenberg_after_do_shortcode', $sc, $current_action );
312
+
313
+ if( is_ajax() ){
314
+ die();
315
+ }
316
+ }
317
+ }
318
+ }
319
+
320
+ if ( ! function_exists( 'YITH_Gutenberg' ) ) {
321
+ /**
322
+ * Main instance of plugin
323
+ *
324
+ * @return YITH_Gutenberg
325
+ * @since 1.0
326
+ * @author Andrea Grillo <andrea.grillo@yithemes.com>
327
+ */
328
+ function YITH_Gutenberg() {
329
+ return YITH_Gutenberg::instance();
330
+ }
331
+ }
332
+
333
  YITH_Gutenberg();
plugin-fw/licence/assets/css/yit-licence.css CHANGED
@@ -134,13 +134,17 @@
134
  }
135
 
136
  .yit-container.product-licence-activation .licence-check-section{
137
- margin-bottom: 60px;
 
 
 
 
138
  }
139
 
140
  .yit-container.product-licence-activation span.licence-label {
141
  font-weight: 500;
142
  color: #606060;
143
- margin-bottom: 30px;
144
  }
145
 
146
  .yit-container.product-licence-activation .button-licence {
@@ -214,6 +218,11 @@
214
  border-right: 1px solid #dcdcdc;
215
  }
216
 
 
 
 
 
 
217
  .yit-container.product-licence-activation table td:last-child,
218
  .yit-container.product-licence-activation table th:last-child {
219
  border-right: 0;
@@ -354,12 +363,23 @@
354
  margin-left: 0;
355
  visibility: hidden;
356
  min-height: 38px;
 
357
  }
358
 
359
  #yith-licence-notice.visible {
360
  visibility: visible;
361
  }
362
 
 
 
 
 
 
 
 
 
 
 
363
  /* === Responsive === */
364
 
365
  @media (max-width: 767px) {
134
  }
135
 
136
  .yit-container.product-licence-activation .licence-check-section{
137
+ margin-bottom: 20px;
138
+ margin-top: 20px;
139
+ background-color: #ffffff;
140
+ padding: 10px;
141
+ max-width: 670px;
142
  }
143
 
144
  .yit-container.product-licence-activation span.licence-label {
145
  font-weight: 500;
146
  color: #606060;
147
+ margin-bottom: 20px;
148
  }
149
 
150
  .yit-container.product-licence-activation .button-licence {
218
  border-right: 1px solid #dcdcdc;
219
  }
220
 
221
+ .yit-container.product-licence-activation table:not(.to-active-table) th{
222
+ color: #808a97;
223
+ font-weight: bold;
224
+ }
225
+
226
  .yit-container.product-licence-activation table td:last-child,
227
  .yit-container.product-licence-activation table th:last-child {
228
  border-right: 0;
363
  margin-left: 0;
364
  visibility: hidden;
365
  min-height: 38px;
366
+ max-width: 660px;
367
  }
368
 
369
  #yith-licence-notice.visible {
370
  visibility: visible;
371
  }
372
 
373
+ #yith-licence-issue-how-to{
374
+ margin: 20px 10px 20px 0;
375
+ font-weight: 500;
376
+ color: #606060;
377
+ }
378
+
379
+ #yith-licence-actions span.dashicons{
380
+ line-height: 60px;
381
+ }
382
+
383
  /* === Responsive === */
384
 
385
  @media (max-width: 767px) {
plugin-fw/licence/lib/yit-licence.php CHANGED
@@ -87,15 +87,9 @@ if ( !class_exists( 'YIT_Licence' ) ) {
87
  //show extra info and renew button in debug mode
88
  $this->show_extra_info = $this->show_renew_button = true;
89
  } else {
90
- $this->show_extra_info = defined( 'YIT_SHOW_EXTRA_LICENCE_INFO' ) && YIT_SHOW_EXTRA_LICENCE_INFO;
91
  $this->show_renew_button = !( defined( 'YIT_HIDE_LICENCE_RENEW_BUTTON' ) && YIT_HIDE_LICENCE_RENEW_BUTTON );
92
  }
93
-
94
- /* Update Licence Information */
95
- //@TODO: Removed for performance
96
- // add_action( 'core_upgrade_preamble', array( $this, 'check_all' ) );
97
- // add_action( 'wp_maybe_auto_update', array( $this, 'check_all' ) );
98
-
99
  }
100
 
101
  /**
@@ -258,7 +252,7 @@ if ( !class_exists( 'YIT_Licence' ) ) {
258
  update_option( $this->_licence_option, $options );
259
 
260
  /* === Update Plugin Licence Information === */
261
- YIT_Upgrade()->force_regenerate_update_transient();
262
 
263
  /* === Licence Activation Template === */
264
  $body[ 'template' ] = $this->show_activation_panel( $this->get_response_code_message( 200 ) );
@@ -328,7 +322,7 @@ if ( !class_exists( 'YIT_Licence' ) ) {
328
  $options[ $product[ 'product_id' ] ] = $option[ $product[ 'product_id' ] ];
329
 
330
  /* === Update Plugin Licence Information === */
331
- YIT_Upgrade()->force_regenerate_update_transient();
332
 
333
  update_option( $this->_licence_option, $options );
334
 
@@ -398,13 +392,15 @@ if ( !class_exists( 'YIT_Licence' ) ) {
398
  * Send a request to API server to check if plugins is activated
399
  *
400
  * @param string|The plugin init slug $plugin_init
 
 
401
  *
402
  * @return bool | true if activated, false otherwise
403
  *
404
  * @since 1.0
405
  * @author Andrea Grillo <andrea.grillo@yithemes.com>
406
  */
407
- public function check( $product_init, $regenerate_transient = true ) {
408
 
409
  $status = false;
410
  $body = false;
@@ -412,10 +408,14 @@ if ( !class_exists( 'YIT_Licence' ) ) {
412
  $licence = $this->get_licence();
413
  $product_id = $product[ 'product_id' ];
414
 
415
- if ( !isset( $licence[ $product_id ] ) ) {
416
  return false;
417
  }
418
 
 
 
 
 
419
  $args = array(
420
  'email' => urlencode( $licence[ $product_id ][ 'email' ] ),
421
  'licence_key' => $licence[ $product_id ][ 'licence_key' ],
@@ -442,6 +442,7 @@ if ( !class_exists( 'YIT_Licence' ) ) {
442
  $licence[ $product_id ][ 'status_code' ] = '200';
443
  $licence[ $product_id ][ 'activated' ] = $body[ 'activated' ];
444
  $licence[ $product_id ][ 'licence_expires' ] = $body[ 'licence_expires' ];
 
445
  $licence[ $product_id ][ 'activation_remaining' ] = $body[ 'activation_remaining' ];
446
  $licence[ $product_id ][ 'activation_limit' ] = $body[ 'activation_limit' ];
447
  $licence[ $product_id ][ 'is_membership' ] = isset( $body[ 'is_membership' ] ) ? $body[ 'is_membership' ] : false;
@@ -493,13 +494,30 @@ if ( !class_exists( 'YIT_Licence' ) ) {
493
 
494
  /* === Update Plugin Licence Information === */
495
  if ( $regenerate_transient ) {
496
- YIT_Upgrade()->force_regenerate_update_transient();
497
  }
498
  }
499
 
500
  return $status;
501
  }
502
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
503
  /**
504
  * Check for licence update
505
  *
@@ -508,10 +526,12 @@ if ( !class_exists( 'YIT_Licence' ) ) {
508
  *
509
  * @use YIT_Theme_Licence->check()
510
  * @author Andrea Grillo <andrea.grillo@yithemes.com>
 
 
511
  */
512
- public function check_all() {
513
  foreach ( $this->_products as $init => $info ) {
514
- $this->check( $init );
515
  }
516
  }
517
 
@@ -528,10 +548,10 @@ if ( !class_exists( 'YIT_Licence' ) ) {
528
  */
529
  public function update_licence_information() {
530
  /* Check licence information for alla products */
531
- $this->check_all();
532
 
533
  /* === Regenerate Update Plugins Transient === */
534
- YIT_Upgrade()->force_regenerate_update_transient();
535
 
536
  do_action( 'yit_licence_after_check' );
537
 
@@ -743,7 +763,7 @@ if ( !class_exists( 'YIT_Licence' ) ) {
743
  '107' => __( 'License key has been banned', 'yith-plugin-fw' ),
744
  '108' => __( 'Current product is not included in your YITH Club Subscription key', 'yith-plugin-fw' ),
745
  '200' => sprintf( '<strong>%s</strong>! %s', __( 'Great', 'yith-plugin-fw' ), __( 'License successfully activated', 'yith-plugin-fw' ) ),
746
- 'deactivated' => sprintf( '%s <strong>%s</strong>', __( 'License key deactivated for website', 'woocommerce-software-add-on' ), isset( $instance ) ? $instance : '' )
747
  );
748
 
749
  return isset( $messages[ $code ] ) ? $messages[ $code ] : false;
87
  //show extra info and renew button in debug mode
88
  $this->show_extra_info = $this->show_renew_button = true;
89
  } else {
90
+ $this->show_extra_info = ( defined( 'YIT_SHOW_EXTRA_LICENCE_INFO' ) && YIT_SHOW_EXTRA_LICENCE_INFO ) || ( ! empty( $_GET['yith_show_extra_license_info'] ) && 'yes' == $_GET['yith_show_extra_license_info'] );
91
  $this->show_renew_button = !( defined( 'YIT_HIDE_LICENCE_RENEW_BUTTON' ) && YIT_HIDE_LICENCE_RENEW_BUTTON );
92
  }
 
 
 
 
 
 
93
  }
94
 
95
  /**
252
  update_option( $this->_licence_option, $options );
253
 
254
  /* === Update Plugin Licence Information === */
255
+ yith_plugin_fw_force_regenerate_plugin_update_transient();
256
 
257
  /* === Licence Activation Template === */
258
  $body[ 'template' ] = $this->show_activation_panel( $this->get_response_code_message( 200 ) );
322
  $options[ $product[ 'product_id' ] ] = $option[ $product[ 'product_id' ] ];
323
 
324
  /* === Update Plugin Licence Information === */
325
+ yith_plugin_fw_force_regenerate_plugin_update_transient();
326
 
327
  update_option( $this->_licence_option, $options );
328
 
392
  * Send a request to API server to check if plugins is activated
393
  *
394
  * @param string|The plugin init slug $plugin_init
395
+ * @param boolean $regenerate_transient
396
+ * @param boolean $force_check
397
  *
398
  * @return bool | true if activated, false otherwise
399
  *
400
  * @since 1.0
401
  * @author Andrea Grillo <andrea.grillo@yithemes.com>
402
  */
403
+ public function check( $product_init, $regenerate_transient = true, $force_check = false ) {
404
 
405
  $status = false;
406
  $body = false;
408
  $licence = $this->get_licence();
409
  $product_id = $product[ 'product_id' ];
410
 
411
+ if ( ! isset( $licence[ $product_id ] ) ) {
412
  return false;
413
  }
414
 
415
+ if( ! $force_check && ! $this->is_check_needed( $licence[ $product_id ] ) ) {
416
+ return true;
417
+ }
418
+
419
  $args = array(
420
  'email' => urlencode( $licence[ $product_id ][ 'email' ] ),
421
  'licence_key' => $licence[ $product_id ][ 'licence_key' ],
442
  $licence[ $product_id ][ 'status_code' ] = '200';
443
  $licence[ $product_id ][ 'activated' ] = $body[ 'activated' ];
444
  $licence[ $product_id ][ 'licence_expires' ] = $body[ 'licence_expires' ];
445
+ $licence[ $product_id ][ 'licence_next_check' ] = time() + ( 12 * HOUR_IN_SECONDS );
446
  $licence[ $product_id ][ 'activation_remaining' ] = $body[ 'activation_remaining' ];
447
  $licence[ $product_id ][ 'activation_limit' ] = $body[ 'activation_limit' ];
448
  $licence[ $product_id ][ 'is_membership' ] = isset( $body[ 'is_membership' ] ) ? $body[ 'is_membership' ] : false;
494
 
495
  /* === Update Plugin Licence Information === */
496
  if ( $regenerate_transient ) {
497
+ yith_plugin_fw_force_regenerate_plugin_update_transient();
498
  }
499
  }
500
 
501
  return $status;
502
  }
503
 
504
+ /**
505
+ * Check if given licence needs to be checked
506
+ *
507
+ * @since 3.1.18
508
+ * @author Francesco Licandro
509
+ * @param array $licence The licence to check
510
+ * @return boolean
511
+ */
512
+ public function is_check_needed( $licence ){
513
+ if( empty( $licence['licence_expires'] ) || $licence['licence_expires'] < time()
514
+ || empty( $licence['licence_next_check'] ) || $licence['licence_next_check'] < time() ){
515
+ return true;
516
+ }
517
+
518
+ return false;
519
+ }
520
+
521
  /**
522
  * Check for licence update
523
  *
526
  *
527
  * @use YIT_Theme_Licence->check()
528
  * @author Andrea Grillo <andrea.grillo@yithemes.com>
529
+ * @param boolean $regenerate_transient
530
+ * @param boolean $force_check
531
  */
532
+ public function check_all( $regenerate_transient = true, $force_check = false ) {
533
  foreach ( $this->_products as $init => $info ) {
534
+ $this->check( $init, $regenerate_transient, $force_check );
535
  }
536
  }
537
 
548
  */
549
  public function update_licence_information() {
550
  /* Check licence information for alla products */
551
+ $this->check_all( false, true );
552
 
553
  /* === Regenerate Update Plugins Transient === */
554
+ yith_plugin_fw_force_regenerate_plugin_update_transient();
555
 
556
  do_action( 'yit_licence_after_check' );
557
 
763
  '107' => __( 'License key has been banned', 'yith-plugin-fw' ),
764
  '108' => __( 'Current product is not included in your YITH Club Subscription key', 'yith-plugin-fw' ),
765
  '200' => sprintf( '<strong>%s</strong>! %s', __( 'Great', 'yith-plugin-fw' ), __( 'License successfully activated', 'yith-plugin-fw' ) ),
766
+ 'deactivated' => sprintf( '%s <strong>%s</strong>', __( 'License key deactivated for website', 'yith-plugin-fw' ), isset( $instance ) ? $instance : '' )
767
  );
768
 
769
  return isset( $messages[ $code ] ) ? $messages[ $code ] : false;
plugin-fw/licence/lib/yit-plugin-licence.php CHANGED
@@ -74,7 +74,7 @@ if ( !class_exists( 'YIT_Plugin_Licence' ) ) {
74
  add_action( "wp_ajax_yith_activate-{$this->_product_type}", array( $this, 'activate' ) );
75
  add_action( "wp_ajax_yith_deactivate-{$this->_product_type}", array( $this, 'deactivate' ) );
76
  add_action( "wp_ajax_yith_update_licence_information-{$this->_product_type}", array( $this, 'update_licence_information' ) );
77
- add_action( 'yit_licence_after_check', array( $this, 'licence_after_check' ) );
78
 
79
  /** @since 3.0.0 */
80
  if( version_compare( PHP_VERSION, '7.0', '>=' ) ) {
@@ -138,9 +138,16 @@ if ( !class_exists( 'YIT_Plugin_Licence' ) ) {
138
  $activation_url = self::get_license_activation_url();
139
  ?>
140
  <div class="notice notice-error">
141
- <p><strong>Warning!</strong> You didn't set license key for the following products:
 
142
  <?php echo $product_list ?>
143
- which means you're missing out on updates and support. <a href='<?php echo $activation_url ?>'>Enter your license key</a>, please.</p>
 
 
 
 
 
 
144
  </div>
145
  <?php
146
  }
@@ -148,11 +155,6 @@ if ( !class_exists( 'YIT_Plugin_Licence' ) ) {
148
  }
149
  }
150
 
151
- public function licence_after_check() {
152
- /* === Regenerate Update Plugins Transient === */
153
- YIT_Upgrade()->force_regenerate_update_transient();
154
- }
155
-
156
  /**
157
  * Main plugin Instance
158
  *
74
  add_action( "wp_ajax_yith_activate-{$this->_product_type}", array( $this, 'activate' ) );
75
  add_action( "wp_ajax_yith_deactivate-{$this->_product_type}", array( $this, 'deactivate' ) );
76
  add_action( "wp_ajax_yith_update_licence_information-{$this->_product_type}", array( $this, 'update_licence_information' ) );
77
+ add_action( 'yit_licence_after_check', 'yith_plugin_fw_force_regenerate_plugin_update_transient' );
78
 
79
  /** @since 3.0.0 */
80
  if( version_compare( PHP_VERSION, '7.0', '>=' ) ) {
138
  $activation_url = self::get_license_activation_url();
139
  ?>
140
  <div class="notice notice-error">
141
+ <p>
142
+ <?php printf( '<strong>%s</strong> %s:', _x( 'Warning!', "[Part of]: Warning! You didn't set license key for the following products:[Plugins List] which means you're missing out on updates and support. Enter your license key, please.", 'yith-plugin-fw' ), _x( "You didn't set license key for the following products", "[Part of]: Warning! You didn't set license key for the following products:[Plugins List] which means you're missing out on updates and support. Enter your license key, please.",'yith-plugin-fw' ) ); ?><strong></strong>
143
  <?php echo $product_list ?>
144
+ <?php printf( "%s. <a href='%s'>%s</a>, %s",
145
+ _x( "which means you're missing out on updates and support", "[Part of]: Warning! You didn't set license key for the following products:[Plugins List] which means you're missing out on updates and support. Enter your license key, please.", 'yith-plugin-fw' ),
146
+ $activation_url,
147
+ _x( 'Enter your license key', "[Part of]: Warning! You didn't set license key for the following products:[Plugins List] which means you're missing out on updates and support. Enter your license key, please.", 'yith-plugin-fw' ),
148
+ _x( 'please', "[Part of]: Warning! You didn't set license key for the following products:[Plugins List] which means you're missing out on updates and support. Enter your license key, please.", 'yith-plugin-fw' )
149
+ ); ?>
150
+ </p>
151
  </div>
152
  <?php
153
  }
155
  }
156
  }
157
 
 
 
 
 
 
158
  /**
159
  * Main plugin Instance
160
  *
plugin-fw/licence/templates/panel/activation/activation-panel.php CHANGED
@@ -22,15 +22,19 @@ $debug = isset( $_REQUEST[ 'yith-license-debug' ] ) ? $_
22
 
23
  <div class="yit-container product-licence-activation">
24
  <h2><?php _e( 'YITH License Activation', 'yith-plugin-fw' ) ?></h2>
25
-
26
  <div class="licence-check-section">
 
27
  <form method="post" id="licence-check-update" action="<?php echo admin_url( 'admin-ajax.php' ) ?>">
28
- <span class="licence-label" style="display: block;"><?php _e( 'Have you updated your licenses? Have you asked for an extension? Update information concerning your products.', 'yith-plugin-fw' ); ?></span>
 
 
29
  <input type="hidden" name="action" value="yith_update_licence_information-<?php echo $this->get_product_type(); ?>"/>
30
- <input type="submit" name="submit" value="<?php _e( 'Update license information', 'yith-plugin-fw' ) ?>" class="button-licence licence-check"/>
31
  <div class="spinner"></div>
32
  </form>
33
  </div>
 
34
 
35
  <div id="yith-licence-notice" class="<?php echo $notice_class ?>">
36
  <p class="yith-licence-notice-message"><?php echo $notice ?></p>
@@ -43,6 +47,7 @@ $debug = isset( $_REQUEST[ 'yith-license-debug' ] ) ? $_
43
  <?php echo _n( 'Product to activate', 'Products to activate', $to_activate_check, 'yith-plugin-fw' ) ?>
44
  <span class="spinner"></span>
45
  </h3>
 
46
  <div class="to-active-wrapper">
47
  <?php foreach ( $to_active_products as $init => $info ) : ?>
48
  <form class="to-active-form" method="post" id="<?php echo $info[ 'product_id' ] ?>" action="<?php echo admin_url( 'admin-ajax.php' ) ?>">
@@ -102,7 +107,7 @@ $debug = isset( $_REQUEST[ 'yith-license-debug' ] ) ? $_
102
  <?php endif; ?>
103
  <?php endif; ?>
104
 
105
- <th><?php _e( 'License Actions', 'yith-plugin-fw' ) ?></th>
106
  </tr>
107
  </thead>
108
  <tbody>
22
 
23
  <div class="yit-container product-licence-activation">
24
  <h2><?php _e( 'YITH License Activation', 'yith-plugin-fw' ) ?></h2>
25
+ <?php if ( !empty( $activated_products ) ) : ?>
26
  <div class="licence-check-section">
27
+ <h3><?php _e( 'License expiry date', 'yith-plugin-fw' ); ?></h3>
28
  <form method="post" id="licence-check-update" action="<?php echo admin_url( 'admin-ajax.php' ) ?>">
29
+ <span class="licence-label" style="display: block;">
30
+ <?php _e( 'If you have renewed your product license key and the expiry date does not appear up-to-date, please, click on the button <em>Check Expiry Date</em> below and it will update.', 'yith-plugin-fw' ); ?>
31
+ </span>
32
  <input type="hidden" name="action" value="yith_update_licence_information-<?php echo $this->get_product_type(); ?>"/>
33
+ <input type="submit" name="submit" value="<?php _e( 'Check expiry date', 'yith-plugin-fw' ) ?>" class="button-licence licence-check"/>
34
  <div class="spinner"></div>
35
  </form>
36
  </div>
37
+ <?php endif; ?>
38
 
39
  <div id="yith-licence-notice" class="<?php echo $notice_class ?>">
40
  <p class="yith-licence-notice-message"><?php echo $notice ?></p>
47
  <?php echo _n( 'Product to activate', 'Products to activate', $to_activate_check, 'yith-plugin-fw' ) ?>
48
  <span class="spinner"></span>
49
  </h3>
50
+ <p id="yith-licence-issue-how-to"><?php printf( '%s <a href="%s" target="_blank">%s</a>.', __( 'Are you having issues with the license activation?', 'yith-plugin-fw' ), '//support.yithemes.com/hc/en-us/articles/360012568594-License-activation-issues', __( 'Read this article', '[Part of]: Are you having issues with the license activation? Read this article', 'yith-plugin-fw' ) )?></p>
51
  <div class="to-active-wrapper">
52
  <?php foreach ( $to_active_products as $init => $info ) : ?>
53
  <form class="to-active-form" method="post" id="<?php echo $info[ 'product_id' ] ?>" action="<?php echo admin_url( 'admin-ajax.php' ) ?>">
107
  <?php endif; ?>
108
  <?php endif; ?>
109
 
110
+ <th id="yith-licence-actions"><span class="dashicons dashicons-admin-generic"></span></th>
111
  </tr>
112
  </thead>
113
  <tbody>
plugin-fw/templates/fields/textarea-editor.php CHANGED
@@ -18,7 +18,7 @@ if ( !function_exists( 'wp_editor' ) ) :
18
  else:
19
  extract( $field );
20
 
21
- $editor_args = array(
22
  'wpautop' => true, // use wpautop?
23
  'media_buttons' => true, // show insert/upload button(s)
24
  'textarea_name' => $name, // set the textarea name to something different, square brackets [] can be used here
@@ -30,7 +30,7 @@ else:
30
  'dfw' => false, // replace the default fullscreen with DFW (needs specific DOM elements and css)
31
  'tinymce' => true, // load TinyMCE, can be used to pass settings directly to TinyMCE using an array()
32
  'quicktags' => true // load Quicktags, can be used to pass settings directly to Quicktags using an array()
33
- );
34
  ?>
35
  <div class="editor" <?php echo $custom_attributes ?>
36
  <?php if ( isset( $data ) ) echo yith_plugin_fw_html_data_to_string( $data ); ?>><?php wp_editor( $value, $id, $editor_args ); ?></div>
18
  else:
19
  extract( $field );
20
 
21
+ $editor_args = wp_parse_args( $field, array(
22
  'wpautop' => true, // use wpautop?
23
  'media_buttons' => true, // show insert/upload button(s)
24
  'textarea_name' => $name, // set the textarea name to something different, square brackets [] can be used here
30
  'dfw' => false, // replace the default fullscreen with DFW (needs specific DOM elements and css)
31
  'tinymce' => true, // load TinyMCE, can be used to pass settings directly to TinyMCE using an array()
32
  'quicktags' => true // load Quicktags, can be used to pass settings directly to Quicktags using an array()
33
+ ) );
34
  ?>
35
  <div class="editor" <?php echo $custom_attributes ?>
36
  <?php if ( isset( $data ) ) echo yith_plugin_fw_html_data_to_string( $data ); ?>><?php wp_editor( $value, $id, $editor_args ); ?></div>
plugin-fw/yit-functions.php CHANGED
@@ -401,7 +401,6 @@ if ( !function_exists( 'yit_string' ) ) {
401
  }
402
  }
403
 
404
-
405
  if ( !function_exists( 'yit_pagination' ) ) {
406
  /**
407
  * Print pagination
@@ -598,7 +597,6 @@ if ( !function_exists( 'yit_get_excluded_categories' ) ) {
598
  }
599
  }
600
 
601
-
602
  if ( !function_exists( 'yit_add_extra_theme_headers' ) ) {
603
  add_filter( 'extra_theme_headers', 'yit_add_extra_theme_headers' );
604
 
@@ -891,7 +889,6 @@ if ( !function_exists( 'yit_wpml_object_id' ) ) {
891
 
892
  }
893
 
894
-
895
  if ( !function_exists( 'yith_get_formatted_price' ) ) {
896
  /**
897
  * Format the price with a currency symbol.
@@ -1062,6 +1059,7 @@ if ( !function_exists( 'yith_plugin_fw_html_data_to_string' ) ) {
1062
  return $html_data;
1063
  }
1064
  }
 
1065
  if ( !function_exists( 'yith_plugin_fw_get_icon' ) ) {
1066
  function yith_plugin_fw_get_icon( $icon = '', $args = array() ) {
1067
  return YIT_Icons()->get_icon( $icon, $args );
@@ -1070,11 +1068,10 @@ if ( !function_exists( 'yith_plugin_fw_get_icon' ) ) {
1070
 
1071
  if ( !function_exists( 'yith_plugin_fw_is_true' ) ) {
1072
  function yith_plugin_fw_is_true( $value ) {
1073
- return true === $value || 1 === $value || '1' === $value || 'yes' === $value;
1074
  }
1075
  }
1076
 
1077
-
1078
  if ( !function_exists( 'yith_plugin_fw_enqueue_enhanced_select' ) ) {
1079
  function yith_plugin_fw_enqueue_enhanced_select() {
1080
  wp_enqueue_script( 'yith-enhanced-select' );
@@ -1162,6 +1159,21 @@ if ( !function_exists( 'yith_plugin_fw_is_panel' ) ) {
1162
  }
1163
  }
1164
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1165
  /* === Gutenberg Support === */
1166
 
1167
  if( ! function_exists( 'yith_plugin_fw_is_gutenberg_enabled' ) ){
@@ -1170,7 +1182,7 @@ if( ! function_exists( 'yith_plugin_fw_is_gutenberg_enabled' ) ){
1170
  }
1171
  }
1172
 
1173
- if( ! function_exists( 'yith_plugin_fw_gutenberg_add_block' ) ){
1174
  /**
1175
  * Add new blocks to Gutenberg
1176
  *
401
  }
402
  }
403
 
 
404
  if ( !function_exists( 'yit_pagination' ) ) {
405
  /**
406
  * Print pagination
597
  }
598
  }
599
 
 
600
  if ( !function_exists( 'yit_add_extra_theme_headers' ) ) {
601
  add_filter( 'extra_theme_headers', 'yit_add_extra_theme_headers' );
602
 
889
 
890
  }
891
 
 
892
  if ( !function_exists( 'yith_get_formatted_price' ) ) {
893
  /**
894
  * Format the price with a currency symbol.
1059
  return $html_data;
1060
  }
1061
  }
1062
+
1063
  if ( !function_exists( 'yith_plugin_fw_get_icon' ) ) {
1064
  function yith_plugin_fw_get_icon( $icon = '', $args = array() ) {
1065
  return YIT_Icons()->get_icon( $icon, $args );
1068
 
1069
  if ( !function_exists( 'yith_plugin_fw_is_true' ) ) {
1070
  function yith_plugin_fw_is_true( $value ) {
1071
+ return true === $value || 1 === $value || '1' === $value || 'yes' === $value || 'true' === $value;
1072
  }
1073
  }
1074
 
 
1075
  if ( !function_exists( 'yith_plugin_fw_enqueue_enhanced_select' ) ) {
1076
  function yith_plugin_fw_enqueue_enhanced_select() {
1077
  wp_enqueue_script( 'yith-enhanced-select' );
1159
  }
1160
  }
1161
 
1162
+ if( ! function_exists( 'yith_plugin_fw_force_regenerate_plugin_update_transient' ) ){
1163
+ /**
1164
+ * Delete the update plugins transient
1165
+ *
1166
+ * @return void
1167
+ *
1168
+ * @since 1.0
1169
+ * @see update_plugins transient and pre_set_site_transient_update_plugins hooks
1170
+ * @author Andrea Grillo <andrea.grillo@yithemes.com>
1171
+ */
1172
+ function yith_plugin_fw_force_regenerate_plugin_update_transient() {
1173
+ delete_site_transient( 'update_plugins' );
1174
+ }
1175
+ }
1176
+
1177
  /* === Gutenberg Support === */
1178
 
1179
  if( ! function_exists( 'yith_plugin_fw_is_gutenberg_enabled' ) ){
1182
  }
1183
  }
1184
 
1185
+ if( ! function_exists( 'yith_plugin_fw_gutenberg_add_blocks' ) ){
1186
  /**
1187
  * Add new blocks to Gutenberg
1188
  *
plugin-fw/yit-plugin.php CHANGED
@@ -37,6 +37,7 @@ include_once( 'lib/yit-pointers.php');
37
  include_once( 'lib/yit-icons.php');
38
  include_once( 'lib/yit-assets.php');
39
  include_once( 'lib/yit-debug.php');
 
40
  include_once( 'lib/privacy/yit-privacy.php' );
41
  include_once( 'lib/privacy/yit-privacy-plugin-abstract.php' );
42
  include_once( 'lib/promo/yith-promo.php' );
37
  include_once( 'lib/yit-icons.php');
38
  include_once( 'lib/yit-assets.php');
39
  include_once( 'lib/yit-debug.php');
40
+ include_once( 'lib/yith-dashboard.php' );
41
  include_once( 'lib/privacy/yit-privacy.php' );
42
  include_once( 'lib/privacy/yit-privacy-plugin-abstract.php' );
43
  include_once( 'lib/promo/yith-promo.php' );