YITH WooCommerce Wishlist - Version 2.2.4

Version Description

  • Released: Oct, 04 - 2018 =

  • New: added support to WooCoommerce 3.5

  • New: added support to WordPress 4.9.8

  • New: updated plugin framework

  • New: added method that returns localization variables

  • Tweak: type attribute from

Download this release

Release Info

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

Code changes from version 2.2.3 to 2.2.4

Files changed (84) hide show
  1. README.txt +30 -12
  2. includes/class.yith-wcwl-admin-init.php +20 -32
  3. includes/class.yith-wcwl-init.php +31 -21
  4. includes/class.yith-wcwl-privacy.php +1 -1
  5. includes/class.yith-wcwl-shortcode.php +1 -1
  6. includes/class.yith-wcwl-ui.php +223 -223
  7. includes/class.yith-wcwl.php +19 -7
  8. includes/functions.yith-wcwl.php +6 -0
  9. init.php +7 -7
  10. languages/yith-woocommerce-wishlist-da_DK.mo +0 -0
  11. languages/yith-woocommerce-wishlist-da_DK.po +254 -184
  12. languages/yith-woocommerce-wishlist-de_DE.mo +0 -0
  13. languages/yith-woocommerce-wishlist-de_DE.po +279 -199
  14. languages/yith-woocommerce-wishlist-es_AR.mo +0 -0
  15. languages/yith-woocommerce-wishlist-es_AR.po +259 -185
  16. languages/yith-woocommerce-wishlist-es_ES.mo +0 -0
  17. languages/yith-woocommerce-wishlist-es_ES.po +280 -185
  18. languages/yith-woocommerce-wishlist-es_MX.mo +0 -0
  19. languages/yith-woocommerce-wishlist-es_MX.po +259 -185
  20. languages/yith-woocommerce-wishlist-fa_IR.mo +0 -0
  21. languages/yith-woocommerce-wishlist-fa_IR.po +282 -188
  22. languages/yith-woocommerce-wishlist-fr_FR.mo +0 -0
  23. languages/yith-woocommerce-wishlist-fr_FR.po +259 -185
  24. languages/yith-woocommerce-wishlist-he_IL.mo +0 -0
  25. languages/yith-woocommerce-wishlist-he_IL.po +259 -185
  26. languages/yith-woocommerce-wishlist-hr_HR.mo +0 -0
  27. languages/yith-woocommerce-wishlist-hr_HR.po +283 -185
  28. languages/yith-woocommerce-wishlist-it_IT.mo +0 -0
  29. languages/yith-woocommerce-wishlist-it_IT.po +283 -189
  30. languages/yith-woocommerce-wishlist-ko_KR.mo +0 -0
  31. languages/yith-woocommerce-wishlist-ko_KR.po +283 -185
  32. languages/yith-woocommerce-wishlist-nl_NL.mo +0 -0
  33. languages/yith-woocommerce-wishlist-nl_NL.po +283 -185
  34. languages/yith-woocommerce-wishlist-pl_PL.mo +0 -0
  35. languages/yith-woocommerce-wishlist-pl_PL.po +260 -181
  36. languages/yith-woocommerce-wishlist-pt_BR.mo +0 -0
  37. languages/yith-woocommerce-wishlist-pt_BR.po +259 -185
  38. languages/yith-woocommerce-wishlist-pt_PT.mo +0 -0
  39. languages/yith-woocommerce-wishlist-pt_PT.po +259 -185
  40. languages/yith-woocommerce-wishlist-ru_RU.mo +0 -0
  41. languages/yith-woocommerce-wishlist-ru_RU.po +250 -182
  42. languages/yith-woocommerce-wishlist-sv_SE.mo +0 -0
  43. languages/yith-woocommerce-wishlist-sv_SE.po +278 -188
  44. languages/yith-woocommerce-wishlist-tr_TR.mo +0 -0
  45. languages/yith-woocommerce-wishlist-tr_TR.po +259 -185
  46. languages/yith-woocommerce-wishlist-uk_UA.mo +0 -0
  47. languages/yith-woocommerce-wishlist-uk_UA.po +254 -182
  48. languages/yith-woocommerce-wishlist-zh_CN.mo +0 -0
  49. languages/yith-woocommerce-wishlist-zh_CN.po +257 -182
  50. languages/yith-woocommerce-wishlist-zh_TW.mo +0 -0
  51. languages/yith-woocommerce-wishlist-zh_TW.po +257 -182
  52. languages/yith-woocommerce-wishlist.pot +974 -1001
  53. plugin-fw/assets/css/metaboxes.css +3 -0
  54. plugin-fw/assets/css/yith-fields.css +38 -0
  55. plugin-fw/assets/js/jquery.colorbox.min.js +33 -24
  56. plugin-fw/assets/js/metabox.min.js +7 -4
  57. plugin-fw/assets/js/yit-cpt-unlimited.min.js +2 -2
  58. plugin-fw/assets/js/yit-wp-pointer.min.js +6 -3
  59. plugin-fw/assets/js/yith-enhanced-select-wc-2.6.min.js +5 -5
  60. plugin-fw/assets/js/yith-enhanced-select.min.js +8 -5
  61. plugin-fw/assets/js/yith-fields.js +27 -13
  62. plugin-fw/assets/js/yith-fields.min.js +11 -11
  63. plugin-fw/init.php +3 -3
  64. plugin-fw/languages/yith-plugin-fw-es_ES.mo +0 -0
  65. plugin-fw/languages/yith-plugin-fw-es_ES.po +466 -421
  66. plugin-fw/languages/yith-plugin-fw-it_IT.mo +0 -0
  67. plugin-fw/languages/yith-plugin-fw-it_IT.po +466 -425
  68. plugin-fw/languages/yith-plugin-fw.pot +167 -354
  69. plugin-fw/lib/yit-plugin-panel-wc.php +9 -7
  70. plugin-fw/lib/yit-plugin-panel.php +21 -16
  71. plugin-fw/lib/yit-plugin-subpanel.php +6 -5
  72. plugin-fw/lib/yit-upgrade.php +641 -594
  73. plugin-fw/licence/assets/js/yit-licence.js +145 -141
  74. plugin-fw/licence/assets/js/yit-licence.min.js +10 -7
  75. plugin-fw/licence/lib/yit-licence.php +15 -8
  76. plugin-fw/licence/lib/yit-plugin-licence.php +12 -3
  77. plugin-fw/licence/lib/yit-theme-licence.php +1 -1
  78. plugin-fw/licence/templates/panel/activation/activation-panel.php +149 -145
  79. plugin-fw/templates/fields/select-images.php +52 -0
  80. plugin-fw/templates/privacy/html-policy-content.php +36 -36
  81. plugin-fw/yit-functions.php +24 -2
  82. plugin-fw/yit-plugin.php +148 -0
  83. templates/wishlist-view.php +3 -3
  84. uninstall.php +21 -17
README.txt CHANGED
@@ -3,13 +3,13 @@
3
  Contributors: yithemes
4
  Tags: wishlist, woocommerce, products, yit, e-commerce, shop, ecommerce wishlist, yith, woocommerce wishlist, shop wishlist
5
  Requires at least: 4.0
6
- Tested up to: 4.9.6
7
- Stable tag: 2.2.3
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
11
  YITH WooCommerce Wishlist add all Wishlist features to your website. Needs WooCommerce to work.
12
- WooCommerce 3.4.x compatible.
13
 
14
 
15
  == Description ==
@@ -109,6 +109,21 @@ you should ask theme developers to update custom templates and replace the old t
109
 
110
  == Changelog ==
111
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
112
  = 2.2.3 - Released: Jul, 26 - 2018 =
113
 
114
  * Update: Plugin core.
@@ -469,14 +484,17 @@ Full documentation is available [here](http://yithemes.com/docs-plugins/yith-woo
469
 
470
  == Upgrade notice ==
471
 
472
- = 2.2.2 - Released: May, 28 - 2018 =
473
 
474
- * New: WooCommerce 3.4 compatibility
475
- * New: WordPress 4.9.6 compatibility
476
  * New: updated plugin framework
477
- * New: GDPR compliance
478
- * Tweak: replaced create_function with a proper class method, to improve compatibility with PHP 7.2 and avoid warnings
479
- * Fix: js error when switching from Premium version to Free
480
- * Fix: preventing add_rewrite_rule when WPML is active, to avoid possible Internal Server Error (thanks to Adri & Bruno)
481
- * Fix: icon replacement not working on variable Add to Cart
482
- * Fix: preventing warning "Illegal string offset" when get_availability() returns empty string instead of array
 
 
 
3
  Contributors: yithemes
4
  Tags: wishlist, woocommerce, products, yit, e-commerce, shop, ecommerce wishlist, yith, woocommerce wishlist, shop wishlist
5
  Requires at least: 4.0
6
+ Tested up to: 4.9.8
7
+ Stable tag: 2.2.4
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
11
  YITH WooCommerce Wishlist add all Wishlist features to your website. Needs WooCommerce to work.
12
+ WooCommerce 3.5.x compatible.
13
 
14
 
15
  == Description ==
109
 
110
  == Changelog ==
111
 
112
+ = 2.2.4 - Released: Oct, 04 - 2018 =
113
+
114
+ * New: added support to WooCoommerce 3.5
115
+ * New: added support to WordPress 4.9.8
116
+ * New: updated plugin framework
117
+ * New: added method that returns localization variables
118
+ * Tweak: type attribute from <script> tag
119
+ * Update: Spanish language
120
+ * Update: Italian language
121
+ * Dev: added new filter yith_wcwl_localize_script to let third party dev filter localization variables
122
+ * Dev: added new filter yith_wcwl_share_conditions to display the share buttons for no logged users
123
+ * Dev: added new filter yith_wcwl_set_cookie to let third party code skip cookie saving
124
+ * Dev: added new filter yith_wcwl_wishlist_param to change query-string param
125
+ * Dev: added new filter yith_wcwl_remove_product_wishlist_message_title
126
+
127
  = 2.2.3 - Released: Jul, 26 - 2018 =
128
 
129
  * Update: Plugin core.
484
 
485
  == Upgrade notice ==
486
 
487
+ = 2.2.4 - Released: Oct, 04 - 2018 =
488
 
489
+ * New: added support to WooCoommerce 3.5
490
+ * New: added support to WordPress 4.9.8
491
  * New: updated plugin framework
492
+ * New: added method that returns localization variables
493
+ * Tweak: type attribute from <script> tag
494
+ * Update: Spanish language
495
+ * Update: Italian language
496
+ * Dev: added new filter yith_wcwl_localize_script to let third party dev filter localization variables
497
+ * Dev: added new filter yith_wcwl_share_conditions to display the share buttons for no logged users
498
+ * Dev: added new filter yith_wcwl_set_cookie to let third party code skip cookie saving
499
+ * Dev: added new filter yith_wcwl_wishlist_param to change query-string param
500
+ * Dev: added new filter yith_wcwl_remove_product_wishlist_message_title
includes/class.yith-wcwl-admin-init.php CHANGED
@@ -50,9 +50,9 @@ if ( ! class_exists( 'YITH_WCWL_Admin_Init' ) ) {
50
  * @access public
51
  * @since 1.0.0
52
  */
53
- public $doc_url = 'http://yithemes.com/docs-plugins/yith-woocommerce-wishlist/';
54
- public $premium_landing_url = 'http://yithemes.com/themes/plugins/yith-woocommerce-wishlist/';
55
- public $live_demo_url = 'http://plugins.yithemes.com/yith-woocommerce-wishlist/';
56
 
57
  /**
58
  * Plugin options
@@ -119,7 +119,7 @@ if ( ! class_exists( 'YITH_WCWL_Admin_Init' ) ) {
119
 
120
  // add plugin links
121
  add_filter( 'plugin_action_links_' . plugin_basename( YITH_WCWL_DIR . 'init.php' ), array( $this, 'action_links' ) );
122
- add_filter( 'plugin_row_meta', array( $this, 'add_plugin_meta' ), 10, 2 );
123
 
124
  // saves panel options
125
  add_filter( 'woocommerce_admin_settings_sanitize_option_yith_wcwl_color_panel', array( $this, 'update_color_options' ) );
@@ -254,16 +254,8 @@ if ( ! class_exists( 'YITH_WCWL_Admin_Init' ) ) {
254
  * @return array
255
  */
256
  public function action_links( $links ) {
257
- $plugin_links = array(
258
- '<a href="' . admin_url( 'admin.php?page=yith_wcwl_panel&tab=settings' ) . '">' . __( 'Settings', 'yith-woocommerce-wishlist' ) . '</a>'
259
- );
260
-
261
- if( ! function_exists( 'YITH_WCWL_Premium' ) ){
262
- $plugin_links[] = '<a target="_blank" href="' . $this->get_premium_landing_uri() . '">' . __( 'Premium Version', 'yith-woocommerce-wishlist' ) . '</a>';
263
- $plugin_links[] = '<a target="_blank" href="' . $this->live_demo_url . '">' . __( 'Live Demo', 'yith-woocommerce-wishlist' ) . '</a>';
264
- }
265
-
266
- return array_merge( $links, $plugin_links );
267
  }
268
 
269
  /**
@@ -274,28 +266,24 @@ if ( ! class_exists( 'YITH_WCWL_Admin_Init' ) ) {
274
  * @return array
275
  * @since 2.0.0
276
  */
277
- public function add_plugin_meta( $plugin_meta, $plugin_file ){
278
- global $woocommerce;
 
279
 
280
- if ( $plugin_file == plugin_basename( YITH_WCWL_DIR . 'init.php' ) ) {
281
 
282
- // outdated wc alert
 
 
 
 
283
 
284
- if( version_compare( preg_replace( '/-beta-([0-9]+)/', '', $woocommerce->version ), '2.5', '<' ) ){
285
- $woocommerce_file = $woocommerce->plugin_path;
286
- if ( ! is_multisite() && current_user_can( 'delete_plugins' ) ) {
287
- $plugin_meta['outdated_wc_alert'] = '<a class="outdated-wc-alert" style="color: red" href="' . wp_nonce_url( self_admin_url( 'update.php?action=upgrade-plugin&plugin=' ) . $woocommerce_file, 'upgrade-plugin_' . $woocommerce_file ) . '">' . __( 'WARNING: This plugin requires at least WooCommerce 2.2! Please, use this link to update it.', 'yith-woocommerce-wishlist' ) . '</a>';
288
- }
289
- else{
290
- $plugin_meta['outdated_wc_alert'] = '<span class="outdated-wc-alert" style="color: red">' . __( 'WARNING: This plugin requires at least WooCommerce 2.2!', 'yith-woocommerce-wishlist' ) . '</span>';
291
- }
292
- }
293
 
294
- // documentation link
295
- $plugin_meta['documentation'] = '<a target="_blank" href="' . $this->doc_url . '">' . __( 'Plugin Documentation', 'yith-woocommerce-wishlist' ) . '</a>';
296
  }
297
 
298
- return $plugin_meta;
299
  }
300
 
301
  /**
@@ -1030,7 +1018,7 @@ if ( ! class_exists( 'YITH_WCWL_Admin_Init' ) ) {
1030
  'name' => __( 'Upgrade to the PREMIUM VERSION', 'yith-woocommerce-wishlist' ),
1031
  'type' => 'videobox',
1032
  'default' => array(
1033
- 'plugin_name' => __( 'YITH WooCommerce Wishlist', 'yith-woocommerce-wishlist' ),
1034
  'title_first_column' => __( 'Discover the Advanced Features', 'yith-woocommerce-wishlist' ),
1035
  'description_first_column' => __( 'Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE WISHLIST to benefit from all features!', 'yith-woocommerce-wishlist' ),
1036
  'video' => array(
@@ -1491,7 +1479,7 @@ if ( ! class_exists( 'YITH_WCWL_Admin_Init' ) ) {
1491
  'menu_title' => __( 'Wishlist', 'yith-woocommerce-wishlist' ),
1492
  'capability' => apply_filters( 'yith_wcwl_settings_panel_capability', 'manage_options' ),
1493
  'parent' => '',
1494
- 'parent_page' => 'yit_plugin_panel',
1495
  'page' => 'yith_wcwl_panel',
1496
  'admin-tabs' => $this->available_tabs,
1497
  'options-path' => YITH_WCWL_DIR . 'plugin-options'
50
  * @access public
51
  * @since 1.0.0
52
  */
53
+ public $doc_url = 'https://yithemes.com/docs-plugins/yith-woocommerce-wishlist/';
54
+ public $premium_landing_url = 'https://yithemes.com/themes/plugins/yith-woocommerce-wishlist/';
55
+ public $live_demo_url = 'https://plugins.yithemes.com/yith-woocommerce-wishlist/';
56
 
57
  /**
58
  * Plugin options
119
 
120
  // add plugin links
121
  add_filter( 'plugin_action_links_' . plugin_basename( YITH_WCWL_DIR . 'init.php' ), array( $this, 'action_links' ) );
122
+ add_filter( 'yith_show_plugin_row_meta', array( $this, 'add_plugin_meta' ), 10, 5 );
123
 
124
  // saves panel options
125
  add_filter( 'woocommerce_admin_settings_sanitize_option_yith_wcwl_color_panel', array( $this, 'update_color_options' ) );
254
  * @return array
255
  */
256
  public function action_links( $links ) {
257
+ $links = yith_add_action_links( $links, 'yith_wcwl_panel', defined( 'YITH_WCWL_PREMIUM' ) );
258
+ return $links;
 
 
 
 
 
 
 
 
259
  }
260
 
261
  /**
266
  * @return array
267
  * @since 2.0.0
268
  */
269
+ public function add_plugin_meta( $new_row_meta_args, $plugin_meta, $plugin_file, $plugin_data, $status, $init_file = 'YITH_WCWL_INIT' ) {
270
+ if ( defined( $init_file ) && constant( $init_file ) == $plugin_file ) {
271
+ $new_row_meta_args['slug'] = 'yith-woocommerce-wishlist';
272
 
273
+ }
274
 
275
+ if ( defined( 'YITH_WCAF_INIT' ) && YITH_WCAF_INIT == $plugin_file ) {
276
+ $new_row_meta_args['support'] = array(
277
+ 'url' => $this->doc_url
278
+ );
279
+ }
280
 
281
+ if ( defined( 'YITH_WCWL_PREMIUM' ) ) {
282
+ $new_row_meta_args['is_premium'] = true;
 
 
 
 
 
 
 
283
 
 
 
284
  }
285
 
286
+ return $new_row_meta_args;
287
  }
288
 
289
  /**
1018
  'name' => __( 'Upgrade to the PREMIUM VERSION', 'yith-woocommerce-wishlist' ),
1019
  'type' => 'videobox',
1020
  'default' => array(
1021
+ 'plugin_name' => 'YITH WooCommerce Wishlist',
1022
  'title_first_column' => __( 'Discover the Advanced Features', 'yith-woocommerce-wishlist' ),
1023
  'description_first_column' => __( 'Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE WISHLIST to benefit from all features!', 'yith-woocommerce-wishlist' ),
1024
  'video' => array(
1479
  'menu_title' => __( 'Wishlist', 'yith-woocommerce-wishlist' ),
1480
  'capability' => apply_filters( 'yith_wcwl_settings_panel_capability', 'manage_options' ),
1481
  'parent' => '',
1482
+ 'parent_page' => 'yith_plugin_panel',
1483
  'page' => 'yith_wcwl_panel',
1484
  'admin-tabs' => $this->available_tabs,
1485
  'options-path' => YITH_WCWL_DIR . 'plugin-options'
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.3';
53
 
54
  /**
55
  * Plugin database version
@@ -372,25 +372,7 @@ if ( ! class_exists( 'YITH_WCWL_Init' ) ) {
372
  wp_register_script( 'jquery-yith-wcwl', YITH_WCWL_URL . 'assets/js/jquery.yith-wcwl.js', array( 'jquery', 'jquery-selectBox' ), $this->version, true );
373
  wp_register_script( 'jquery-yith-wcwl-user', str_replace( get_stylesheet_directory(), get_stylesheet_directory_uri(), $located ), array( 'jquery', 'jquery-selectBox' ), $this->version, true );
374
 
375
- $yith_wcwl_l10n = array(
376
- 'ajax_url' => admin_url( 'admin-ajax.php', 'relative' ),
377
- 'redirect_to_cart' => get_option( 'yith_wcwl_redirect_cart' ),
378
- 'multi_wishlist' => defined( 'YITH_WCWL_PREMIUM' ) && get_option( 'yith_wcwl_multi_wishlist_enable' ) == 'yes' ? true : false,
379
- 'hide_add_button' => apply_filters( 'yith_wcwl_hide_add_button', true ),
380
- 'is_user_logged_in' => is_user_logged_in(),
381
- 'ajax_loader_url' => YITH_WCWL_URL . 'assets/images/ajax-loader.gif',
382
- 'remove_from_wishlist_after_add_to_cart' => get_option( 'yith_wcwl_remove_after_add_to_cart' ),
383
- 'labels' => array(
384
- 'cookie_disabled' => __( 'We are sorry, but this feature is available only if cookies are enabled on your browser.', 'yith-woocommerce-wishlist' ),
385
- 'added_to_cart_message' => sprintf( '<div class="woocommerce-message">%s</div>', apply_filters( 'yith_wcwl_added_to_cart_message', __( 'Product correctly added to cart', 'yith-woocommerce-wishlist' ) ) )
386
- ),
387
- 'actions' => array(
388
- 'add_to_wishlist_action' => 'add_to_wishlist',
389
- 'remove_from_wishlist_action' => 'remove_from_wishlist',
390
- 'move_to_another_wishlist_action' => 'move_to_another_wishlsit',
391
- 'reload_wishlist_and_adding_elem_action' => 'reload_wishlist_and_adding_elem'
392
- )
393
- );
394
 
395
  if ( ! $located ) {
396
  wp_enqueue_script( 'jquery-yith-wcwl' );
@@ -402,6 +384,34 @@ if ( ! class_exists( 'YITH_WCWL_Init' ) ) {
402
  }
403
  }
404
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
405
  /**
406
  * Remove the class no-js when javascript is activated
407
  *
@@ -413,7 +423,7 @@ if ( ! class_exists( 'YITH_WCWL_Init' ) ) {
413
  public function detect_javascript() {
414
  if( ! defined( 'YIT' ) ):
415
  ?>
416
- <script type="text/javascript">document.documentElement.className = document.documentElement.className + ' yes-js js_active js'</script>
417
  <?php
418
  endif;
419
  }
49
  * @var string
50
  * @since 1.0.0
51
  */
52
+ public $version = '2.2.4';
53
 
54
  /**
55
  * Plugin database version
372
  wp_register_script( 'jquery-yith-wcwl', YITH_WCWL_URL . 'assets/js/jquery.yith-wcwl.js', array( 'jquery', 'jquery-selectBox' ), $this->version, true );
373
  wp_register_script( 'jquery-yith-wcwl-user', str_replace( get_stylesheet_directory(), get_stylesheet_directory_uri(), $located ), array( 'jquery', 'jquery-selectBox' ), $this->version, true );
374
 
375
+ $yith_wcwl_l10n = $this->get_localize();
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
376
 
377
  if ( ! $located ) {
378
  wp_enqueue_script( 'jquery-yith-wcwl' );
384
  }
385
  }
386
 
387
+ /**
388
+ * Return localize array
389
+ *
390
+ * @return array Array with variables to be localized inside js
391
+ * @since 2.2.3
392
+ */
393
+ public function get_localize() {
394
+ return apply_filters( 'yith_wcwl_localize_script', array(
395
+ 'ajax_url' => admin_url( 'admin-ajax.php', 'relative' ),
396
+ 'redirect_to_cart' => get_option( 'yith_wcwl_redirect_cart' ),
397
+ 'multi_wishlist' => defined( 'YITH_WCWL_PREMIUM' ) && get_option( 'yith_wcwl_multi_wishlist_enable' ) == 'yes' ? true : false,
398
+ 'hide_add_button' => apply_filters( 'yith_wcwl_hide_add_button', true ),
399
+ 'is_user_logged_in' => is_user_logged_in(),
400
+ 'ajax_loader_url' => YITH_WCWL_URL . 'assets/images/ajax-loader.gif',
401
+ 'remove_from_wishlist_after_add_to_cart' => get_option( 'yith_wcwl_remove_after_add_to_cart' ),
402
+ 'labels' => array(
403
+ 'cookie_disabled' => __( 'We are sorry, but this feature is available only if cookies are enabled on your browser.', 'yith-woocommerce-wishlist' ),
404
+ 'added_to_cart_message' => sprintf( '<div class="woocommerce-message">%s</div>', apply_filters( 'yith_wcwl_added_to_cart_message', __( 'Product correctly added to cart', 'yith-woocommerce-wishlist' ) ) )
405
+ ),
406
+ 'actions' => array(
407
+ 'add_to_wishlist_action' => 'add_to_wishlist',
408
+ 'remove_from_wishlist_action' => 'remove_from_wishlist',
409
+ 'move_to_another_wishlist_action' => 'move_to_another_wishlsit',
410
+ 'reload_wishlist_and_adding_elem_action' => 'reload_wishlist_and_adding_elem'
411
+ )
412
+ ) );
413
+ }
414
+
415
  /**
416
  * Remove the class no-js when javascript is activated
417
  *
423
  public function detect_javascript() {
424
  if( ! defined( 'YIT' ) ):
425
  ?>
426
+ <script>document.documentElement.className = document.documentElement.className + ' yes-js js_active js'</script>
427
  <?php
428
  endif;
429
  }
includes/class.yith-wcwl-privacy.php CHANGED
@@ -27,7 +27,7 @@ if( ! class_exists( 'YITH_WCWL_Privacy' ) ) {
27
  */
28
  public function __construct() {
29
 
30
- parent::__construct( _x( 'YITH WooCommerce Wishlist', 'Privacy Policy Content', 'yith-woocommerce-wishlist' ) );
31
 
32
  // set up wishlist data exporter
33
  add_filter( 'wp_privacy_personal_data_exporters', array( $this, 'register_exporter' ) );
27
  */
28
  public function __construct() {
29
 
30
+ parent::__construct( 'YITH WooCommerce Wishlist' );
31
 
32
  // set up wishlist data exporter
33
  add_filter( 'wp_privacy_personal_data_exporters', array( $this, 'register_exporter' ) );
includes/class.yith-wcwl-shortcode.php CHANGED
@@ -28,7 +28,7 @@ if( ! class_exists( 'YITH_WCWL_Shortcode' ) ) {
28
  'per_page' => 5,
29
  'pagination' => 'no',
30
  'wishlist_id' => false,
31
- 'action_params' => get_query_var( 'wishlist-action', false )
32
  ), $atts );
33
 
34
  $available_views = apply_filters( 'yith_wcwl_available_wishlist_views', array( 'view', 'user' ) );
28
  'per_page' => 5,
29
  'pagination' => 'no',
30
  'wishlist_id' => false,
31
+ 'action_params' => get_query_var( YITH_WCWL()->wishlist_param, false )
32
  ), $atts );
33
 
34
  $available_views = apply_filters( 'yith_wcwl_available_wishlist_views', array( 'view', 'user' ) );
includes/class.yith-wcwl-ui.php CHANGED
@@ -1,224 +1,224 @@
1
- <?php
2
- /**
3
- * Shortcodes class
4
- *
5
- * @author Your Inspiration Themes
6
- * @package YITH WooCommerce Wishlist
7
- * @version 1.1.5
8
- */
9
-
10
- if ( ! defined( 'YITH_WCWL' ) ) {
11
- exit;
12
- } // Exit if accessed directly
13
-
14
- if( ! class_exists( 'YITH_WCWL_UI' ) ) {
15
-
16
- /**
17
- * YITH_WCWL_UI class, with methods used to print user interface
18
- *
19
- * @since 1.0.0
20
- */
21
- class YITH_WCWL_UI {
22
-
23
- /**
24
- * Build the popup message HTML/jQuery.
25
- *
26
- * @return string
27
- * @static
28
- * @since 1.0.0
29
- */
30
- public static function popup_message() {
31
- _deprecated_function( 'popup_message', '2.0.0', 'add-to-wishlist-button.php template' );
32
- ob_start() ?>
33
-
34
- <script type="text/javascript">
35
- if( !jQuery( '#yith-wcwl-popup-message' ).length ) {
36
- jQuery( 'body' ).prepend(
37
- '<div id="yith-wcwl-popup-message" style="display:none;">' +
38
- '<div id="yith-wcwl-message"></div>' +
39
- '</div>'
40
- );
41
- }
42
- </script>
43
-
44
- <?php
45
- return ob_get_clean();
46
- }
47
-
48
- /**
49
- * Build the "Add to Wishlist" HTML
50
- *
51
- * @deprecated
52
- * @param string $url
53
- * @param string $product_type
54
- * @param bool $exists
55
- * @return string
56
- * @static
57
- * @since 1.0.0
58
- */
59
- public static function add_to_wishlist_button( $url, $product_type, $exists ) {
60
- _deprecated_function( 'add_to_wishlist_button', '2.0.0', 'add-to-wishlist-button.php template' );
61
-
62
- global $yith_wcwl, $product;
63
- $product_id = yit_get_product_id( $product );
64
-
65
- $label_option = get_option( 'yith_wcwl_add_to_wishlist_text' );
66
- $localize_label = function_exists( 'icl_translate' ) ? icl_translate( 'Plugins', 'plugin_yit_wishlist_button', $label_option ) : $label_option;
67
-
68
- $label = apply_filters( 'yith_wcwl_button_label', $localize_label );
69
- $icon = get_option( 'yith_wcwl_add_to_wishlist_icon' ) != 'none' ? '<i class="fa ' . get_option( 'yith_wcwl_add_to_wishlist_icon' ) . '"></i>' : '';
70
-
71
- $classes = get_option( 'yith_wcwl_use_button' ) == 'yes' ? 'class="add_to_wishlist single_add_to_wishlist button alt"' : 'class="add_to_wishlist"';
72
-
73
- $html = '<div class="yith-wcwl-add-to-wishlist">';
74
- $html .= '<div class="yith-wcwl-add-button'; // the class attribute is closed in the next row
75
-
76
- $html .= $exists ? ' hide" style="display:none;"' : ' show"';
77
-
78
- $html .= '><a href="' . esc_url( add_query_arg( 'add_to_wishlist', $product_id ) ) . '" data-product-id="' . $product_id . '" data-product-type="' . $product_type . '" ' . $classes . ' >' . $icon . $label . '</a>';
79
- $html .= '<img src="' . esc_url( admin_url( 'images/wpspin_light.gif' ) ) . '" class="ajax-loading" alt="loading" width="16" height="16" style="visibility:hidden" />';
80
- $html .= '</div>';
81
-
82
- $html .= '<div class="yith-wcwl-wishlistaddedbrowse hide" style="display:none;"><span class="feedback">' . __( 'Product added!','yith-woocommerce-wishlist' ) . '</span> <a href="' . esc_url( $url ) . '">' . apply_filters( 'yith-wcwl-browse-wishlist-label', __( 'Browse Wishlist', 'yith-woocommerce-wishlist' ) ) . '</a></div>';
83
- $html .= '<div class="yith-wcwl-wishlistexistsbrowse ' . ( $exists ? 'show' : 'hide' ) . '" style="display:' . ( $exists ? 'block' : 'none' ) . '"><span class="feedback">' . __( 'The product is already in the wishlist!', 'yith-woocommerce-wishlist' ) . '</span> <a href="' . esc_url( $url ) . '">' . apply_filters( 'yith-wcwl-browse-wishlist-label', __( 'Browse Wishlist', 'yith-woocommerce-wishlist' ) ) . '</a></div>';
84
- $html .= '<div style="clear:both"></div><div class="yith-wcwl-wishlistaddresponse"></div>';
85
-
86
- $html .= '</div>';
87
- $html .= '<div class="clear"></div>';
88
-
89
- return $html;
90
- }
91
-
92
- /**
93
- * Build the "Add to cart" HTML.
94
- *
95
- * @deprecated
96
- * @param string $url
97
- * @param string $stock_status
98
- * @param string $type
99
- * @return string
100
- * @static
101
- * @since 1.0.0
102
- */
103
- public static function add_to_cart_button( $product_id, $stock_status ) {
104
- _deprecated_function( 'add_to_cart_button', '2.0.0', 'wc_get_template( "loop/add-to-cart.php" )' );
105
-
106
- global $yith_wcwl, $product;
107
-
108
- if ( function_exists( 'get_product' ) )
109
- $product = get_product( $product_id );
110
- else
111
- $product = new WC_Product( $product_id );
112
-
113
- $url = $product->product_type == 'external' ? $yith_wcwl->get_affiliate_product_url( $product_id ) : $yith_wcwl->get_addtocart_url( $product_id );
114
-
115
- $label_option = get_option( 'yith_wcwl_add_to_cart_text' );
116
- $localize_label = function_exists( 'icl_translate' ) ? icl_translate( 'Plugins', 'plugin_yit_wishlist_button', $label_option ) : $label_option;
117
-
118
- $label = $product->product_type == 'variable' ? apply_filters( 'variable_add_to_cart_text', __('Select options', 'yith-woocommerce-wishlist') ) : apply_filters( 'yith_wcwl_add_to_cart_label', $localize_label );
119
- $icon = get_option( 'yith_wcwl_use_button' ) == 'yes' && get_option( 'yith_wcwl_add_to_cart_icon' ) != 'none' ? '<i class="fa ' . get_option( 'yith_wcwl_add_to_cart_icon' ) . '"></i>' : '';
120
-
121
- $cartlink = '';
122
- $redirect_to_cart = get_option( 'yith_wcwl_redirect_cart' ) == 'yes' && $product->product_type != 'variable' ? 'true' : 'false';
123
- $style = ''; //indicates the style (background-color and font color)
124
-
125
- if( get_option( 'yith_wcwl_use_button' ) == 'yes' ) {
126
- if( $product->product_type == 'external' ) {
127
- $cartlink .= '<a target="_blank" class="add_to_cart button alt" href="' . $url . '"';
128
- } else {
129
- $cartlink .= '<a class="add_to_cart add_to_cart_from_wishlist button alt" href="' . $url . '" data-stock-status="' . $stock_status . '" data-redirect-to-cart="' . $redirect_to_cart . '"';
130
- }
131
-
132
- $cartlink .= $style . '>' . $icon . $label . '</a>';
133
- } else {
134
- if( $product->product_type == 'external' ) {
135
- $cartlink .= '<a target="_blank" class="add_to_cart button alt" href="' . $url . '">' . $icon . $label . '</a>';
136
- } else {
137
- $cartlink .= '<a class="add_to_cart add_to_cart_from_wishlist button alt" href="' . $url . '" data-stock-status="' . $stock_status . '" data-redirect-to-cart="' . $redirect_to_cart . '">' . $icon . $label . '</a>';
138
- }
139
- }
140
-
141
- return $cartlink;
142
- }
143
-
144
- /**
145
- * Build share HTML.
146
- *
147
- * @deprecated
148
- * @param string $url
149
- * @return string $string
150
- * @static
151
- * @since 1.0.0
152
- */
153
- public static function get_share_links( $url ) {
154
- _deprecated_function( 'get_share_links', '2.0.0', 'share.php template' );
155
-
156
- $normal_url = $url;
157
- $url = urlencode( $url );
158
- $title = apply_filters( 'plugin_text', urlencode( get_option( 'yith_wcwl_socials_title' ) ) );
159
- $twitter_summary = str_replace( '%wishlist_url%', '', get_option( 'yith_wcwl_socials_text' ) );
160
- $summary = urlencode( str_replace( '%wishlist_url%', $normal_url, get_option( 'yith_wcwl_socials_text' ) ) );
161
- $imageurl = urlencode( get_option( 'yith_wcwl_socials_image_url' ) );
162
-
163
- $html = '<div class="yith-wcwl-share">';
164
- $html .= apply_filters( 'yith_wcwl_socials_share_title', '<span>' . __( 'Share on:', 'yith-woocommerce-wishlist' ) . '</span>' );
165
- $html .= '<ul>';
166
-
167
- if( get_option( 'yith_wcwl_share_fb' ) == 'yes' )
168
- { $html .= '<li style="list-style-type: none; display: inline-block;"><a target="_blank" class="facebook" href="https://www.facebook.com/sharer.php?s=100&amp;p[title]=' . $title . '&amp;p[url]=' . $url . '&amp;p[summary]=' . $summary . '&amp;p[images][0]=' . $imageurl . '" title="' . __( 'Facebook', 'yith-woocommerce-wishlist' ) . '"></a></li>'; }
169
-
170
- if( get_option( 'yith_wcwl_share_twitter' ) == 'yes' )
171
- { $html .= '<li style="list-style-type: none; display: inline-block;"><a target="_blank" class="twitter" href="https://twitter.com/share?url=' . $url . '&amp;text=' . $twitter_summary . '" title="' . __( 'Twitter', 'yith-woocommerce-wishlist' ) . '"></a></li>'; }
172
-
173
- if( get_option( 'yith_wcwl_share_pinterest' ) == 'yes' )
174
- { $html .= '<li style="list-style-type: none; display: inline-block;"><a target="_blank" class="pinterest" href="http://pinterest.com/pin/create/button/?url=' . $url . '&amp;description=' . $summary . '&media=' . $imageurl . '" onclick="window.open(this.href); return false;"></a></li>'; }
175
-
176
- if( get_option( 'yith_wcwl_share_googleplus' ) == 'yes' )
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>';
184
-
185
- return $html;
186
- }
187
-
188
- /**
189
- * Adds classes to add-to-cart button
190
- *
191
- * @param $button_html string
192
- * @param $product \WC_Product
193
- * @return string
194
- * @static
195
- * @since 2.0.0
196
- */
197
- public static function alter_add_to_cart_button( $button_html, $product ){
198
- // retrieve options
199
- $label_option = get_option( 'yith_wcwl_add_to_cart_text' );
200
- $label = $product->is_type( 'variable' ) ? apply_filters( 'variable_add_to_cart_text', __('Select options', 'yith-woocommerce-wishlist') ) : apply_filters( 'yith_wcwl_add_to_cart_label', $label_option );
201
- $icon = '';
202
-
203
- if( get_option( 'yith_wcwl_frontend_css' ) != 'yes' && get_option( 'yith_wcwl_use_button' ) == 'yes' && get_option( 'yith_wcwl_add_to_cart_icon' ) != 'none' ) {
204
- $icon = '<i class="fa ' . get_option( 'yith_wcwl_add_to_cart_icon' ) . '"></i>';
205
- }
206
-
207
- // customize
208
- $match = array();
209
- preg_match( '/<a.*class="([^"]*).*>.*<\/a>/', $button_html, $match );
210
-
211
- if( ! empty( $match ) && isset( $match[1] ) ){
212
- $button_html = str_replace( $match[1], $match[1] . ' add_to_cart button alt', $button_html );
213
- }
214
-
215
- preg_match( '/<a.*?>(.*)<\/a>/', $button_html, $match );
216
-
217
- if( ! empty( $match ) && isset( $match[1] ) ){
218
- $button_html = str_replace( '>' . $match[1] . '<', '>' . $icon . ' ' . $label . '<', $button_html );
219
- }
220
-
221
- return $button_html;
222
- }
223
- }
224
  }
1
+ <?php
2
+ /**
3
+ * Shortcodes class
4
+ *
5
+ * @author Your Inspiration Themes
6
+ * @package YITH WooCommerce Wishlist
7
+ * @version 1.1.5
8
+ */
9
+
10
+ if ( ! defined( 'YITH_WCWL' ) ) {
11
+ exit;
12
+ } // Exit if accessed directly
13
+
14
+ if( ! class_exists( 'YITH_WCWL_UI' ) ) {
15
+
16
+ /**
17
+ * YITH_WCWL_UI class, with methods used to print user interface
18
+ *
19
+ * @since 1.0.0
20
+ */
21
+ class YITH_WCWL_UI {
22
+
23
+ /**
24
+ * Build the popup message HTML/jQuery.
25
+ *
26
+ * @return string
27
+ * @static
28
+ * @since 1.0.0
29
+ */
30
+ public static function popup_message() {
31
+ _deprecated_function( 'popup_message', '2.0.0', 'add-to-wishlist-button.php template' );
32
+ ob_start() ?>
33
+
34
+ <script>
35
+ if( !jQuery( '#yith-wcwl-popup-message' ).length ) {
36
+ jQuery( 'body' ).prepend(
37
+ '<div id="yith-wcwl-popup-message" style="display:none;">' +
38
+ '<div id="yith-wcwl-message"></div>' +
39
+ '</div>'
40
+ );
41
+ }
42
+ </script>
43
+
44
+ <?php
45
+ return ob_get_clean();
46
+ }
47
+
48
+ /**
49
+ * Build the "Add to Wishlist" HTML
50
+ *
51
+ * @deprecated
52
+ * @param string $url
53
+ * @param string $product_type
54
+ * @param bool $exists
55
+ * @return string
56
+ * @static
57
+ * @since 1.0.0
58
+ */
59
+ public static function add_to_wishlist_button( $url, $product_type, $exists ) {
60
+ _deprecated_function( 'add_to_wishlist_button', '2.0.0', 'add-to-wishlist-button.php template' );
61
+
62
+ global $yith_wcwl, $product;
63
+ $product_id = yit_get_product_id( $product );
64
+
65
+ $label_option = get_option( 'yith_wcwl_add_to_wishlist_text' );
66
+ $localize_label = function_exists( 'icl_translate' ) ? icl_translate( 'Plugins', 'plugin_yit_wishlist_button', $label_option ) : $label_option;
67
+
68
+ $label = apply_filters( 'yith_wcwl_button_label', $localize_label );
69
+ $icon = get_option( 'yith_wcwl_add_to_wishlist_icon' ) != 'none' ? '<i class="fa ' . get_option( 'yith_wcwl_add_to_wishlist_icon' ) . '"></i>' : '';
70
+
71
+ $classes = get_option( 'yith_wcwl_use_button' ) == 'yes' ? 'class="add_to_wishlist single_add_to_wishlist button alt"' : 'class="add_to_wishlist"';
72
+
73
+ $html = '<div class="yith-wcwl-add-to-wishlist">';
74
+ $html .= '<div class="yith-wcwl-add-button'; // the class attribute is closed in the next row
75
+
76
+ $html .= $exists ? ' hide" style="display:none;"' : ' show"';
77
+
78
+ $html .= '><a href="' . esc_url( add_query_arg( 'add_to_wishlist', $product_id ) ) . '" data-product-id="' . $product_id . '" data-product-type="' . $product_type . '" ' . $classes . ' >' . $icon . $label . '</a>';
79
+ $html .= '<img src="' . esc_url( admin_url( 'images/wpspin_light.gif' ) ) . '" class="ajax-loading" alt="loading" width="16" height="16" style="visibility:hidden" />';
80
+ $html .= '</div>';
81
+
82
+ $html .= '<div class="yith-wcwl-wishlistaddedbrowse hide" style="display:none;"><span class="feedback">' . __( 'Product added!','yith-woocommerce-wishlist' ) . '</span> <a href="' . esc_url( $url ) . '">' . apply_filters( 'yith-wcwl-browse-wishlist-label', __( 'Browse Wishlist', 'yith-woocommerce-wishlist' ) ) . '</a></div>';
83
+ $html .= '<div class="yith-wcwl-wishlistexistsbrowse ' . ( $exists ? 'show' : 'hide' ) . '" style="display:' . ( $exists ? 'block' : 'none' ) . '"><span class="feedback">' . __( 'The product is already in the wishlist!', 'yith-woocommerce-wishlist' ) . '</span> <a href="' . esc_url( $url ) . '">' . apply_filters( 'yith-wcwl-browse-wishlist-label', __( 'Browse Wishlist', 'yith-woocommerce-wishlist' ) ) . '</a></div>';
84
+ $html .= '<div style="clear:both"></div><div class="yith-wcwl-wishlistaddresponse"></div>';
85
+
86
+ $html .= '</div>';
87
+ $html .= '<div class="clear"></div>';
88
+
89
+ return $html;
90
+ }
91
+
92
+ /**
93
+ * Build the "Add to cart" HTML.
94
+ *
95
+ * @deprecated
96
+ * @param string $url
97
+ * @param string $stock_status
98
+ * @param string $type
99
+ * @return string
100
+ * @static
101
+ * @since 1.0.0
102
+ */
103
+ public static function add_to_cart_button( $product_id, $stock_status ) {
104
+ _deprecated_function( 'add_to_cart_button', '2.0.0', 'wc_get_template( "loop/add-to-cart.php" )' );
105
+
106
+ global $yith_wcwl, $product;
107
+
108
+ if ( function_exists( 'get_product' ) )
109
+ $product = get_product( $product_id );
110
+ else
111
+ $product = new WC_Product( $product_id );
112
+
113
+ $url = $product->product_type == 'external' ? $yith_wcwl->get_affiliate_product_url( $product_id ) : $yith_wcwl->get_addtocart_url( $product_id );
114
+
115
+ $label_option = get_option( 'yith_wcwl_add_to_cart_text' );
116
+ $localize_label = function_exists( 'icl_translate' ) ? icl_translate( 'Plugins', 'plugin_yit_wishlist_button', $label_option ) : $label_option;
117
+
118
+ $label = $product->product_type == 'variable' ? apply_filters( 'variable_add_to_cart_text', __('Select options', 'yith-woocommerce-wishlist') ) : apply_filters( 'yith_wcwl_add_to_cart_label', $localize_label );
119
+ $icon = get_option( 'yith_wcwl_use_button' ) == 'yes' && get_option( 'yith_wcwl_add_to_cart_icon' ) != 'none' ? '<i class="fa ' . get_option( 'yith_wcwl_add_to_cart_icon' ) . '"></i>' : '';
120
+
121
+ $cartlink = '';
122
+ $redirect_to_cart = get_option( 'yith_wcwl_redirect_cart' ) == 'yes' && $product->product_type != 'variable' ? 'true' : 'false';
123
+ $style = ''; //indicates the style (background-color and font color)
124
+
125
+ if( get_option( 'yith_wcwl_use_button' ) == 'yes' ) {
126
+ if( $product->product_type == 'external' ) {
127
+ $cartlink .= '<a target="_blank" class="add_to_cart button alt" href="' . $url . '"';
128
+ } else {
129
+ $cartlink .= '<a class="add_to_cart add_to_cart_from_wishlist button alt" href="' . $url . '" data-stock-status="' . $stock_status . '" data-redirect-to-cart="' . $redirect_to_cart . '"';
130
+ }
131
+
132
+ $cartlink .= $style . '>' . $icon . $label . '</a>';
133
+ } else {
134
+ if( $product->product_type == 'external' ) {
135
+ $cartlink .= '<a target="_blank" class="add_to_cart button alt" href="' . $url . '">' . $icon . $label . '</a>';
136
+ } else {
137
+ $cartlink .= '<a class="add_to_cart add_to_cart_from_wishlist button alt" href="' . $url . '" data-stock-status="' . $stock_status . '" data-redirect-to-cart="' . $redirect_to_cart . '">' . $icon . $label . '</a>';
138
+ }
139
+ }
140
+
141
+ return $cartlink;
142
+ }
143
+
144
+ /**
145
+ * Build share HTML.
146
+ *
147
+ * @deprecated
148
+ * @param string $url
149
+ * @return string $string
150
+ * @static
151
+ * @since 1.0.0
152
+ */
153
+ public static function get_share_links( $url ) {
154
+ _deprecated_function( 'get_share_links', '2.0.0', 'share.php template' );
155
+
156
+ $normal_url = $url;
157
+ $url = urlencode( $url );
158
+ $title = apply_filters( 'plugin_text', urlencode( get_option( 'yith_wcwl_socials_title' ) ) );
159
+ $twitter_summary = str_replace( '%wishlist_url%', '', get_option( 'yith_wcwl_socials_text' ) );
160
+ $summary = urlencode( str_replace( '%wishlist_url%', $normal_url, get_option( 'yith_wcwl_socials_text' ) ) );
161
+ $imageurl = urlencode( get_option( 'yith_wcwl_socials_image_url' ) );
162
+
163
+ $html = '<div class="yith-wcwl-share">';
164
+ $html .= apply_filters( 'yith_wcwl_socials_share_title', '<span>' . __( 'Share on:', 'yith-woocommerce-wishlist' ) . '</span>' );
165
+ $html .= '<ul>';
166
+
167
+ if( get_option( 'yith_wcwl_share_fb' ) == 'yes' )
168
+ { $html .= '<li style="list-style-type: none; display: inline-block;"><a target="_blank" class="facebook" href="https://www.facebook.com/sharer.php?s=100&amp;p[title]=' . $title . '&amp;p[url]=' . $url . '&amp;p[summary]=' . $summary . '&amp;p[images][0]=' . $imageurl . '" title="' . __( 'Facebook', 'yith-woocommerce-wishlist' ) . '"></a></li>'; }
169
+
170
+ if( get_option( 'yith_wcwl_share_twitter' ) == 'yes' )
171
+ { $html .= '<li style="list-style-type: none; display: inline-block;"><a target="_blank" class="twitter" href="https://twitter.com/share?url=' . $url . '&amp;text=' . $twitter_summary . '" title="' . __( 'Twitter', 'yith-woocommerce-wishlist' ) . '"></a></li>'; }
172
+
173
+ if( get_option( 'yith_wcwl_share_pinterest' ) == 'yes' )
174
+ { $html .= '<li style="list-style-type: none; display: inline-block;"><a target="_blank" class="pinterest" href="http://pinterest.com/pin/create/button/?url=' . $url . '&amp;description=' . $summary . '&media=' . $imageurl . '" onclick="window.open(this.href); return false;"></a></li>'; }
175
+
176
+ if( get_option( 'yith_wcwl_share_googleplus' ) == 'yes' )
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>';
184
+
185
+ return $html;
186
+ }
187
+
188
+ /**
189
+ * Adds classes to add-to-cart button
190
+ *
191
+ * @param $button_html string
192
+ * @param $product \WC_Product
193
+ * @return string
194
+ * @static
195
+ * @since 2.0.0
196
+ */
197
+ public static function alter_add_to_cart_button( $button_html, $product ){
198
+ // retrieve options
199
+ $label_option = get_option( 'yith_wcwl_add_to_cart_text' );
200
+ $label = $product->is_type( 'variable' ) ? apply_filters( 'variable_add_to_cart_text', __('Select options', 'yith-woocommerce-wishlist') ) : apply_filters( 'yith_wcwl_add_to_cart_label', $label_option );
201
+ $icon = '';
202
+
203
+ if( get_option( 'yith_wcwl_frontend_css' ) != 'yes' && get_option( 'yith_wcwl_use_button' ) == 'yes' && get_option( 'yith_wcwl_add_to_cart_icon' ) != 'none' ) {
204
+ $icon = '<i class="fa ' . get_option( 'yith_wcwl_add_to_cart_icon' ) . '"></i>';
205
+ }
206
+
207
+ // customize
208
+ $match = array();
209
+ preg_match( '/<a.*class="([^"]*).*>.*<\/a>/', $button_html, $match );
210
+
211
+ if( ! empty( $match ) && isset( $match[1] ) ){
212
+ $button_html = str_replace( $match[1], $match[1] . ' add_to_cart button alt', $button_html );
213
+ }
214
+
215
+ preg_match( '/<a.*?>(.*)<\/a>/', $button_html, $match );
216
+
217
+ if( ! empty( $match ) && isset( $match[1] ) ){
218
+ $button_html = str_replace( '>' . $match[1] . '<', '>' . $icon . ' ' . $label . '<', $button_html );
219
+ }
220
+
221
+ return $button_html;
222
+ }
223
+ }
224
  }
includes/class.yith-wcwl.php CHANGED
@@ -58,6 +58,14 @@ if ( ! class_exists( 'YITH_WCWL' ) ) {
58
  */
59
  public $messages;
60
 
 
 
 
 
 
 
 
 
61
  /**
62
  * Returns single instance of the class
63
  *
@@ -454,7 +462,7 @@ if ( ! class_exists( 'YITH_WCWL' ) ) {
454
  'product_id' => false,
455
  'wishlist_id' => false, //wishlist_id for a specific wishlist, false for default, or all for any wishlist
456
  'wishlist_token' => false,
457
- 'wishlist_visibility' => 'all', // all, visible, public, shared, private
458
  'is_default' => false,
459
  'id' => false, // only for table select
460
  'limit' => false,
@@ -860,7 +868,7 @@ if ( ! class_exists( 'YITH_WCWL' ) ) {
860
  'wishlist_slug' => false,
861
  'wishlist_name' => false,
862
  'wishlist_token' => false,
863
- 'wishlist_visibility' => 'all', // all, visible, public, shared, private
864
  'user_search' => false,
865
  'is_default' => false,
866
  'orderby' => 'ID',
@@ -1160,6 +1168,10 @@ if ( ! class_exists( 'YITH_WCWL' ) ) {
1160
  */
1161
  public function add_rewrite_rules() {
1162
  global $wp_query;
 
 
 
 
1163
  $wishlist_page_id = isset( $_POST['yith_wcwl_wishlist_page_id'] ) ? $_POST['yith_wcwl_wishlist_page_id'] : get_option( 'yith_wcwl_wishlist_page_id' );
1164
  $wishlist_page_id = yith_wcwl_object_id( $wishlist_page_id );
1165
 
@@ -1181,8 +1193,8 @@ if ( ! class_exists( 'YITH_WCWL' ) ) {
1181
  $regex_paged = '(([^/]+/)*' . $wishlist_page_slug . ')(/(.*))?/page/([0-9]{1,})/?$';
1182
  $regex_simple = '(([^/]+/)*' . $wishlist_page_slug . ')(/(.*))?/?$';
1183
 
1184
- add_rewrite_rule( $regex_paged, 'index.php?pagename=$matches[1]&wishlist-action=$matches[4]&paged=$matches[5]', 'top' );
1185
- add_rewrite_rule( $regex_simple, 'index.php?pagename=$matches[1]&wishlist-action=$matches[4]', 'top' );
1186
 
1187
  $rewrite_rules = get_option( 'rewrite_rules' );
1188
 
@@ -1199,7 +1211,7 @@ if ( ! class_exists( 'YITH_WCWL' ) ) {
1199
  * @since 2.0.0
1200
  */
1201
  public function add_public_query_var( $public_var ) {
1202
- $public_var[] = 'wishlist-action';
1203
  $public_var[] = 'wishlist_id';
1204
 
1205
  return $public_var;
@@ -1246,7 +1258,7 @@ if ( ! class_exists( 'YITH_WCWL' ) ) {
1246
  $params = array();
1247
 
1248
  if( ! empty( $data ) ){
1249
- $params['wishlist-action'] = $view;
1250
 
1251
  if( $view == 'view' ){
1252
  $params['wishlist_id'] = $data;
@@ -1256,7 +1268,7 @@ if ( ! class_exists( 'YITH_WCWL' ) ) {
1256
  }
1257
  }
1258
  else{
1259
- $params['wishlist-action'] = $view;
1260
  }
1261
 
1262
  $base_url = add_query_arg( $params, $base_url );
58
  */
59
  public $messages;
60
 
61
+ /**
62
+ * Query string parameter used to generate Wishlist urls
63
+ *
64
+ * @var string
65
+ * @since 2.1.2
66
+ */
67
+ public $wishlist_param = 'wishlist-action';
68
+
69
  /**
70
  * Returns single instance of the class
71
  *
462
  'product_id' => false,
463
  'wishlist_id' => false, //wishlist_id for a specific wishlist, false for default, or all for any wishlist
464
  'wishlist_token' => false,
465
+ 'wishlist_visibility' => apply_filters( 'yith_wcwl_wishlist_visibility_string_value', 'all'), // all, visible, public, shared, private
466
  'is_default' => false,
467
  'id' => false, // only for table select
468
  'limit' => false,
868
  'wishlist_slug' => false,
869
  'wishlist_name' => false,
870
  'wishlist_token' => false,
871
+ 'wishlist_visibility' => apply_filters( 'yith_wcwl_wishlist_visibility_string_value', 'all'), // all, visible, public, shared, private
872
  'user_search' => false,
873
  'is_default' => false,
874
  'orderby' => 'ID',
1168
  */
1169
  public function add_rewrite_rules() {
1170
  global $wp_query;
1171
+
1172
+ // filter wishlist param
1173
+ $this->wishlist_param = apply_filters( 'yith_wcwl_wishlist_param', $this->wishlist_param );
1174
+
1175
  $wishlist_page_id = isset( $_POST['yith_wcwl_wishlist_page_id'] ) ? $_POST['yith_wcwl_wishlist_page_id'] : get_option( 'yith_wcwl_wishlist_page_id' );
1176
  $wishlist_page_id = yith_wcwl_object_id( $wishlist_page_id );
1177
 
1193
  $regex_paged = '(([^/]+/)*' . $wishlist_page_slug . ')(/(.*))?/page/([0-9]{1,})/?$';
1194
  $regex_simple = '(([^/]+/)*' . $wishlist_page_slug . ')(/(.*))?/?$';
1195
 
1196
+ add_rewrite_rule( $regex_paged, 'index.php?pagename=$matches[1]&' . $this->wishlist_param . '=$matches[4]&paged=$matches[5]', 'top' );
1197
+ add_rewrite_rule( $regex_simple, 'index.php?pagename=$matches[1]&' . $this->wishlist_param . '=$matches[4]', 'top' );
1198
 
1199
  $rewrite_rules = get_option( 'rewrite_rules' );
1200
 
1211
  * @since 2.0.0
1212
  */
1213
  public function add_public_query_var( $public_var ) {
1214
+ $public_var[] = $this->wishlist_param;
1215
  $public_var[] = 'wishlist_id';
1216
 
1217
  return $public_var;
1258
  $params = array();
1259
 
1260
  if( ! empty( $data ) ){
1261
+ $params[ $this->wishlist_param ] = $view;
1262
 
1263
  if( $view == 'view' ){
1264
  $params['wishlist_id'] = $data;
1268
  }
1269
  }
1270
  else{
1271
+ $params[ $this->wishlist_param ] = $view;
1272
  }
1273
 
1274
  $base_url = add_query_arg( $params, $base_url );
includes/functions.yith-wcwl.php CHANGED
@@ -180,6 +180,10 @@ if( !function_exists( 'yith_setcookie' ) ) {
180
  * @since 1.0.0
181
  */
182
  function yith_setcookie( $name, $value = array(), $time = null ) {
 
 
 
 
183
  $time = $time != null ? $time : time() + apply_filters( 'yith_wcwl_cookie_expiration', 60 * 60 * 24 * 30 );
184
 
185
  $value = json_encode( stripslashes_deep( $value ) );
@@ -187,6 +191,8 @@ if( !function_exists( 'yith_setcookie' ) ) {
187
 
188
  $_COOKIE[ $name ] = $value;
189
  wc_setcookie( $name, $value, $expiration, false );
 
 
190
  }
191
  }
192
 
180
  * @since 1.0.0
181
  */
182
  function yith_setcookie( $name, $value = array(), $time = null ) {
183
+ if( ! apply_filters( 'yith_wcwl_set_cookie', true ) ){
184
+ return false;
185
+ }
186
+
187
  $time = $time != null ? $time : time() + apply_filters( 'yith_wcwl_cookie_expiration', 60 * 60 * 24 * 30 );
188
 
189
  $value = json_encode( stripslashes_deep( $value ) );
191
 
192
  $_COOKIE[ $name ] = $value;
193
  wc_setcookie( $name, $value, $expiration, false );
194
+
195
+ return true;
196
  }
197
  }
198
 
init.php CHANGED
@@ -1,15 +1,15 @@
1
  <?php
2
  /**
3
  * Plugin Name: YITH WooCommerce Wishlist
4
- * Plugin URI: http://yithemes.com/themes/plugins/yith-woocommerce-wishlist/
5
- * Description: YITH WooCommerce Wishlist allows you to add Wishlist functionality to your e-commerce.
6
- * Version: 2.2.3
7
- * Author: YITHEMES
8
- * Author URI: http://yithemes.com/
9
  * Text Domain: yith-woocommerce-wishlist
10
  * Domain Path: /languages/
11
  * WC requires at least: 2.5.0
12
- * WC tested up to: 3.4.0
13
  *
14
  * @author YITHEMES
15
  * @package YITH WooCommerce Wishlist
@@ -137,7 +137,7 @@ if( ! function_exists( 'yith_wcwl_install_free_admin_notice' ) ){
137
  function yith_wcwl_install_free_admin_notice() {
138
  ?>
139
  <div class="error">
140
- <p><?php _e( 'You can\'t activate the free version of YITH WooCommerce Wishlist while you are using the premium one.', 'yith-woocommerce-wishlist' ); ?></p>
141
  </div>
142
  <?php
143
  }
1
  <?php
2
  /**
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.
6
+ * Version: 2.2.4
7
+ * Author: YITH
8
+ * Author URI: https://yithemes.com/
9
  * Text Domain: yith-woocommerce-wishlist
10
  * Domain Path: /languages/
11
  * WC requires at least: 2.5.0
12
+ * WC tested up to: 3.5.0
13
  *
14
  * @author YITHEMES
15
  * @package YITH WooCommerce Wishlist
137
  function yith_wcwl_install_free_admin_notice() {
138
  ?>
139
  <div class="error">
140
+ <p><?php echo __( 'You can\'t activate the free version of', 'yith-woocommerce-wishlist' ) . 'YITH WooCommerce Wishlist' . __( 'while you are using the premium one.', 'yith-woocommerce-wishlist' ); ?></p>
141
  </div>
142
  <?php
143
  }
languages/yith-woocommerce-wishlist-da_DK.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-da_DK.po CHANGED
@@ -1,15 +1,15 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WCWL\n"
4
- "POT-Creation-Date: 2017-10-24 17:31+0200\n"
5
- "PO-Revision-Date: 2017-10-24 17:31+0200\n"
6
  "Last-Translator: Morten Ruus <altombasketball@gmail.com>\n"
7
  "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
8
  "Language: da_DK\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 1.8.7.1\n"
13
  "X-Poedit-KeywordsList: __;_e;_x\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
@@ -17,83 +17,59 @@ msgstr ""
17
  "X-Poedit-SearchPathExcluded-0: plugin-fw\n"
18
 
19
  #: includes/class.yith-wcwl-admin-init.php:159
20
- #: includes/class.yith-wcwl-admin-init.php:1483
21
- #: includes/class.yith-wcwl-admin-init.php:1484
22
- #: includes/class.yith-wcwl-install.php:244
23
  msgid "Wishlist"
24
  msgstr "Ønskeliste"
25
 
26
  #: includes/class.yith-wcwl-admin-init.php:161
27
- #: includes/class.yith-wcwl-admin-init.php:251
28
  msgid "Settings"
29
  msgstr ""
30
 
31
  #: includes/class.yith-wcwl-admin-init.php:162
32
- #: includes/class.yith-wcwl-admin-init.php:236
33
  msgid "Colors"
34
  msgstr ""
35
 
36
  #: includes/class.yith-wcwl-admin-init.php:163
37
- #: includes/class.yith-wcwl-admin-init.php:255
38
  msgid "Premium Version"
39
  msgstr ""
40
 
41
- #: includes/class.yith-wcwl-admin-init.php:256
42
- msgid "Live Demo"
43
- msgstr ""
44
-
45
- #: includes/class.yith-wcwl-admin-init.php:280
46
- msgid ""
47
- "WARNING: This plugin requires at least WooCommerce 2.2! Please, use this "
48
- "link to update it."
49
- msgstr ""
50
-
51
- #: includes/class.yith-wcwl-admin-init.php:283
52
- msgid "WARNING: This plugin requires at least WooCommerce 2.2!"
53
- msgstr ""
54
-
55
- #: includes/class.yith-wcwl-admin-init.php:288
56
- msgid "Plugin Documentation"
57
- msgstr ""
58
-
59
- #: includes/class.yith-wcwl-admin-init.php:1023
60
  msgid "Upgrade to the PREMIUM VERSION"
61
  msgstr ""
62
 
63
- #: includes/class.yith-wcwl-admin-init.php:1026
64
- msgid "YITH WooCommerce Wishlist"
65
- msgstr ""
66
-
67
- #: includes/class.yith-wcwl-admin-init.php:1027
68
  msgid "Discover the Advanced Features"
69
  msgstr ""
70
 
71
- #: includes/class.yith-wcwl-admin-init.php:1028
72
  msgid ""
73
  "Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE WISHLIST to benefit from "
74
  "all features!"
75
  msgstr ""
76
 
77
- #: includes/class.yith-wcwl-admin-init.php:1034
78
  msgid "Get Support and Pro Features"
79
  msgstr ""
80
 
81
- #: includes/class.yith-wcwl-admin-init.php:1035
82
  msgid ""
83
  "By purchasing the premium version of the plugin, you will take advantage of "
84
  "the advanced features of the product and you will get one year of free "
85
  "updates and support through our platform available 24h/24."
86
  msgstr ""
87
 
88
- #: includes/class.yith-wcwl-admin-init.php:1045
89
  msgid "General Settings"
90
  msgstr ""
91
 
92
- #: includes/class.yith-wcwl-admin-init.php:1052
93
  msgid "Enable YITH Wishlist"
94
  msgstr ""
95
 
96
- #: includes/class.yith-wcwl-admin-init.php:1053
97
  #, php-format
98
  msgid ""
99
  "Enable all plugin features. <strong>Be sure to select at least one option in "
@@ -101,367 +77,367 @@ msgid ""
101
  "plugin <a href=\"%s\" target=\"_blank\">documentation</a>."
102
  msgstr ""
103
 
104
- #: includes/class.yith-wcwl-admin-init.php:1059
105
  msgid "Default wishlist title"
106
  msgstr ""
107
 
108
- #: includes/class.yith-wcwl-admin-init.php:1061
109
- #: includes/class.yith-wcwl-admin-init.php:1062
110
- #: includes/class.yith-wcwl-admin-init.php:1298
111
  #, php-format
112
  msgid "My wishlist on %s"
113
  msgstr ""
114
 
115
- #: includes/class.yith-wcwl-admin-init.php:1067
116
  msgid "Wishlist Page"
117
  msgstr ""
118
 
119
- #: includes/class.yith-wcwl-admin-init.php:1068
120
  msgid "Page contents: [yith_wcwl_wishlist]"
121
  msgstr ""
122
 
123
- #: includes/class.yith-wcwl-admin-init.php:1077
124
  msgid "Position"
125
  msgstr ""
126
 
127
- #: includes/class.yith-wcwl-admin-init.php:1078
128
  msgid ""
129
  "You can add the button in variable products only after the \"Add to Cart\" "
130
  "button or using the shortcode [yith_wcwl_add_to_wishlist]."
131
  msgstr ""
132
 
133
- #: includes/class.yith-wcwl-admin-init.php:1084
134
  msgid "After \"Add to cart\""
135
  msgstr ""
136
 
137
- #: includes/class.yith-wcwl-admin-init.php:1085
138
  msgid "After thumbnails"
139
  msgstr ""
140
 
141
- #: includes/class.yith-wcwl-admin-init.php:1086
142
  msgid "After summary"
143
  msgstr ""
144
 
145
- #: includes/class.yith-wcwl-admin-init.php:1087
146
  msgid "Use shortcode"
147
  msgstr ""
148
 
149
- #: includes/class.yith-wcwl-admin-init.php:1092
150
  msgid "Redirect to cart"
151
  msgstr ""
152
 
153
- #: includes/class.yith-wcwl-admin-init.php:1093
154
  msgid ""
155
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
156
  "page."
157
  msgstr ""
158
 
159
- #: includes/class.yith-wcwl-admin-init.php:1099
160
  msgid "Remove if added to the cart"
161
  msgstr ""
162
 
163
- #: includes/class.yith-wcwl-admin-init.php:1100
164
  msgid "Remove the product from the wishlist if it has been added to the cart."
165
  msgstr ""
166
 
167
- #: includes/class.yith-wcwl-admin-init.php:1106
168
  msgid "\"Add to Wishlist\" text"
169
  msgstr ""
170
 
171
- #: includes/class.yith-wcwl-admin-init.php:1108
172
  msgid "Add to Wishlist"
173
  msgstr ""
174
 
175
- #: includes/class.yith-wcwl-admin-init.php:1113
176
  msgid "\"Browse wishlist\" text"
177
  msgstr ""
178
 
179
- #: includes/class.yith-wcwl-admin-init.php:1115
180
  #: includes/class.yith-wcwl-ui.php:82 includes/class.yith-wcwl-ui.php:83
181
  msgid "Browse Wishlist"
182
  msgstr ""
183
 
184
- #: includes/class.yith-wcwl-admin-init.php:1120
185
  msgid "\"Product already in wishlist\" text"
186
  msgstr ""
187
 
188
- #: includes/class.yith-wcwl-admin-init.php:1122
189
  #: includes/class.yith-wcwl-ui.php:83
190
  msgid "The product is already in the wishlist!"
191
  msgstr ""
192
 
193
- #: includes/class.yith-wcwl-admin-init.php:1127
194
  msgid "\"Product added\" text"
195
  msgstr ""
196
 
197
- #: includes/class.yith-wcwl-admin-init.php:1129
198
  #: includes/class.yith-wcwl-ui.php:82
199
  msgid "Product added!"
200
  msgstr ""
201
 
202
- #: includes/class.yith-wcwl-admin-init.php:1134
203
  msgid "\"Add to Cart\" text"
204
  msgstr ""
205
 
206
- #: includes/class.yith-wcwl-admin-init.php:1136
207
  msgid "Add to Cart"
208
  msgstr ""
209
 
210
- #: includes/class.yith-wcwl-admin-init.php:1141
211
  msgid "Show Unit price"
212
  msgstr ""
213
 
214
- #: includes/class.yith-wcwl-admin-init.php:1142
215
  msgid "Show unit price for each product in wishlist"
216
  msgstr ""
217
 
218
- #: includes/class.yith-wcwl-admin-init.php:1149
219
  msgid "Show \"Add to Cart\" button"
220
  msgstr ""
221
 
222
- #: includes/class.yith-wcwl-admin-init.php:1150
223
  msgid "Show \"Add to Cart\" button for each product in wishlist"
224
  msgstr ""
225
 
226
- #: includes/class.yith-wcwl-admin-init.php:1157
227
  msgid "Show Stock status"
228
  msgstr ""
229
 
230
- #: includes/class.yith-wcwl-admin-init.php:1158
231
  msgid ""
232
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
233
  msgstr ""
234
 
235
- #: includes/class.yith-wcwl-admin-init.php:1165
236
  msgid "Show Date of addition"
237
  msgstr ""
238
 
239
- #: includes/class.yith-wcwl-admin-init.php:1166
240
  msgid "Show the date when users have added a product to the wishlist"
241
  msgstr ""
242
 
243
- #: includes/class.yith-wcwl-admin-init.php:1173
244
  msgid "Add second remove button"
245
  msgstr ""
246
 
247
- #: includes/class.yith-wcwl-admin-init.php:1174
248
  msgid "Add a second remove button in the last column, with extended label"
249
  msgstr ""
250
 
251
- #: includes/class.yith-wcwl-admin-init.php:1189
252
  msgid "Styles"
253
  msgstr ""
254
 
255
- #: includes/class.yith-wcwl-admin-init.php:1196
256
  msgid "Use buttons"
257
  msgstr ""
258
 
259
- #: includes/class.yith-wcwl-admin-init.php:1197
260
  msgid "Use buttons instead of simple anchors."
261
  msgstr ""
262
 
263
- #: includes/class.yith-wcwl-admin-init.php:1203
264
  msgid "Custom CSS"
265
  msgstr ""
266
 
267
- #: includes/class.yith-wcwl-admin-init.php:1210
268
  msgid "Use theme style"
269
  msgstr ""
270
 
271
- #: includes/class.yith-wcwl-admin-init.php:1211
272
  msgid "Use the theme style."
273
  msgstr ""
274
 
275
- #: includes/class.yith-wcwl-admin-init.php:1217
276
  msgid "Rounded buttons"
277
  msgstr ""
278
 
279
- #: includes/class.yith-wcwl-admin-init.php:1218
280
  msgid "Make button corners rounded"
281
  msgstr ""
282
 
283
- #: includes/class.yith-wcwl-admin-init.php:1224
284
  msgid "\"Add to Wishlist\" icon"
285
  msgstr ""
286
 
287
- #: includes/class.yith-wcwl-admin-init.php:1225
288
  msgid "Add an icon to the \"Add to Wishlist\" button"
289
  msgstr ""
290
 
291
- #: includes/class.yith-wcwl-admin-init.php:1235
292
  msgid "\"Add to Cart\" icon"
293
  msgstr ""
294
 
295
- #: includes/class.yith-wcwl-admin-init.php:1236
296
  msgid "Add an icon to the \"Add to Cart\" button"
297
  msgstr ""
298
 
299
- #: includes/class.yith-wcwl-admin-init.php:1254
300
  msgid "Social Networks & Share"
301
  msgstr ""
302
 
303
- #: includes/class.yith-wcwl-admin-init.php:1261
304
  msgid "Share on Facebook"
305
  msgstr ""
306
 
307
- #: includes/class.yith-wcwl-admin-init.php:1262
308
  msgid "Show \"Share on Facebook\" button"
309
  msgstr ""
310
 
311
- #: includes/class.yith-wcwl-admin-init.php:1268
312
  msgid "Tweet on Twitter"
313
  msgstr ""
314
 
315
- #: includes/class.yith-wcwl-admin-init.php:1269
316
  msgid "Show \"Tweet on Twitter\" button"
317
  msgstr ""
318
 
319
- #: includes/class.yith-wcwl-admin-init.php:1275
320
  msgid "Pin on Pinterest"
321
  msgstr ""
322
 
323
- #: includes/class.yith-wcwl-admin-init.php:1276
324
  msgid "Show \"Pin on Pinterest\" button"
325
  msgstr ""
326
 
327
- #: includes/class.yith-wcwl-admin-init.php:1282
328
  msgid "Share on Google+"
329
  msgstr ""
330
 
331
- #: includes/class.yith-wcwl-admin-init.php:1283
332
  msgid "Show \"Share on Google+\" button"
333
  msgstr ""
334
 
335
- #: includes/class.yith-wcwl-admin-init.php:1289
336
  msgid "Share by Email"
337
  msgstr ""
338
 
339
- #: includes/class.yith-wcwl-admin-init.php:1290
340
  msgid "Show \"Share by Email\" button"
341
  msgstr ""
342
 
343
- #: includes/class.yith-wcwl-admin-init.php:1296
344
  msgid "Social title"
345
  msgstr ""
346
 
347
- #: includes/class.yith-wcwl-admin-init.php:1303
348
  msgid "Social text"
349
  msgstr ""
350
 
351
- #: includes/class.yith-wcwl-admin-init.php:1304
352
  msgid ""
353
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
354
  "strong> where you want to show the URL of your wishlist."
355
  msgstr ""
356
 
357
- #: includes/class.yith-wcwl-admin-init.php:1311
358
  msgid "Social image URL"
359
  msgstr ""
360
 
361
- #: includes/class.yith-wcwl-admin-init.php:1312
362
  msgid "It will be used by Pinterest."
363
  msgstr ""
364
 
365
- #: includes/class.yith-wcwl-admin-init.php:1326
366
  #, php-format
367
  msgid ""
368
  "If you want to take advantage of this feature, you could consider to "
369
  "purchase the %s."
370
  msgstr ""
371
 
372
- #: includes/class.yith-wcwl-admin-init.php:1331
373
  msgid "YITH WooCommerce Frequently Bought Together Integration"
374
  msgstr ""
375
 
376
- #: includes/class.yith-wcwl-admin-init.php:1338
377
  msgid "Enable slider in wishlist"
378
  msgstr ""
379
 
380
- #: includes/class.yith-wcwl-admin-init.php:1339
381
  #, php-format
382
  msgid ""
383
  "Choose to enable product slider in wishlist page with linked products (<a "
384
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
385
  msgstr ""
386
 
387
- #: includes/class.yith-wcwl-admin-init.php:1375
388
  msgid "\"Add to wishlist\" button"
389
  msgstr ""
390
 
391
- #: includes/class.yith-wcwl-admin-init.php:1378
392
- #: includes/class.yith-wcwl-admin-init.php:1396
393
- #: includes/class.yith-wcwl-admin-init.php:1414
394
- #: includes/class.yith-wcwl-admin-init.php:1432
395
- #: includes/class.yith-wcwl-admin-init.php:1450
396
  msgid "Background"
397
  msgstr ""
398
 
399
- #: includes/class.yith-wcwl-admin-init.php:1379
400
- #: includes/class.yith-wcwl-admin-init.php:1397
401
- #: includes/class.yith-wcwl-admin-init.php:1415
402
- #: includes/class.yith-wcwl-admin-init.php:1433
403
- #: includes/class.yith-wcwl-admin-init.php:1451
404
  msgid "Text"
405
  msgstr ""
406
 
407
- #: includes/class.yith-wcwl-admin-init.php:1380
408
- #: includes/class.yith-wcwl-admin-init.php:1398
409
- #: includes/class.yith-wcwl-admin-init.php:1416
410
- #: includes/class.yith-wcwl-admin-init.php:1434
411
- #: includes/class.yith-wcwl-admin-init.php:1452
412
  msgid "Border"
413
  msgstr ""
414
 
415
- #: includes/class.yith-wcwl-admin-init.php:1387
416
- #: includes/class.yith-wcwl-admin-init.php:1405
417
- #: includes/class.yith-wcwl-admin-init.php:1423
418
- #: includes/class.yith-wcwl-admin-init.php:1441
419
  msgid "Background (hover)"
420
  msgstr ""
421
 
422
- #: includes/class.yith-wcwl-admin-init.php:1388
423
- #: includes/class.yith-wcwl-admin-init.php:1406
424
- #: includes/class.yith-wcwl-admin-init.php:1424
425
- #: includes/class.yith-wcwl-admin-init.php:1442
426
  msgid "Text (hover)"
427
  msgstr ""
428
 
429
- #: includes/class.yith-wcwl-admin-init.php:1389
430
- #: includes/class.yith-wcwl-admin-init.php:1407
431
- #: includes/class.yith-wcwl-admin-init.php:1425
432
- #: includes/class.yith-wcwl-admin-init.php:1443
433
  msgid "Border (hover)"
434
  msgstr ""
435
 
436
- #: includes/class.yith-wcwl-admin-init.php:1393
437
  msgid "\"Add to Cart\" button"
438
  msgstr ""
439
 
440
- #: includes/class.yith-wcwl-admin-init.php:1411
441
  msgid "\"Style 1\" button"
442
  msgstr ""
443
 
444
- #: includes/class.yith-wcwl-admin-init.php:1429
445
  msgid "\"Style 2\" button"
446
  msgstr ""
447
 
448
- #: includes/class.yith-wcwl-admin-init.php:1447
449
  msgid "Wishlist table"
450
  msgstr ""
451
 
452
- #: includes/class.yith-wcwl-admin-init.php:1456
453
  msgid "Headers"
454
  msgstr ""
455
 
456
- #: includes/class.yith-wcwl-admin-init.php:1459
457
  msgid "Background color"
458
  msgstr ""
459
 
460
- #: includes/class.yith-wcwl-admin-init.php:1549
461
  msgid "Wishlist Activated"
462
  msgstr ""
463
 
464
- #: includes/class.yith-wcwl-admin-init.php:1550
465
  #, php-format
466
  msgid ""
467
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
@@ -470,11 +446,11 @@ msgid ""
470
  "options, <a href=\"%s\">discover it now</a>."
471
  msgstr ""
472
 
473
- #: includes/class.yith-wcwl-admin-init.php:1561
474
  msgid "Wishlist Updated"
475
  msgstr "Ønskeliste opdateret."
476
 
477
- #: includes/class.yith-wcwl-admin-init.php:1562
478
  #, php-format
479
  msgid ""
480
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
@@ -484,20 +460,127 @@ msgid ""
484
  "\">discover the PREMIUM version.</a>"
485
  msgstr ""
486
 
487
- #: includes/class.yith-wcwl-init.php:374
488
  msgid ""
489
  "We are sorry, but this feature is available only if cookies are enabled on "
490
  "your browser."
491
  msgstr ""
492
 
493
- #: includes/class.yith-wcwl-init.php:375
494
  msgid "Product correctly added to cart"
495
  msgstr "Produkt korrekt tilføjet til indkøbsvognen"
496
 
497
- #: includes/class.yith-wcwl-install.php:243
498
  msgid "wishlist"
499
  msgstr "ønskeliste"
500
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
501
  #: includes/class.yith-wcwl-shortcode.php:259
502
  #: includes/class.yith-wcwl-ui.php:164
503
  msgid "Share on:"
@@ -519,39 +602,39 @@ msgstr ""
519
  msgid "email"
520
  msgstr ""
521
 
522
- #: includes/class.yith-wcwl.php:177
523
  msgid "An error occurred while adding products to the wishlist."
524
  msgstr ""
525
 
526
- #: includes/class.yith-wcwl.php:269
527
  msgid "An error occurred while adding products to wishlist."
528
  msgstr ""
529
 
530
- #: includes/class.yith-wcwl.php:286
531
  msgid "The \"Remove\" option now does not require any parameter"
532
  msgstr ""
533
 
534
- #: includes/class.yith-wcwl.php:335
535
  msgid "An error occurred while removing products from the wishlist"
536
  msgstr ""
537
 
538
- #: includes/class.yith-wcwl.php:783
539
  msgid "You need to log in before creating a new wishlist"
540
  msgstr ""
541
 
542
- #: includes/class.yith-wcwl.php:1578
543
  msgid "Product successfully removed."
544
  msgstr ""
545
 
546
- #: includes/class.yith-wcwl.php:1582
547
  msgid "Error. Unable to remove the product from the wishlist."
548
  msgstr ""
549
 
550
- #: includes/class.yith-wcwl.php:1586 templates/wishlist-view.php:241
551
  msgid "No products were added to the wishlist"
552
  msgstr ""
553
 
554
- #: includes/class.yith-wcwl.php:1628
555
  msgid "An error as occurred."
556
  msgstr ""
557
 
@@ -562,9 +645,11 @@ msgid ""
562
  msgstr ""
563
 
564
  #: init.php:140
565
- msgid ""
566
- "You can't activate the free version of YITH WooCommerce Wishlist while you "
567
- "are using the premium one."
 
 
568
  msgstr ""
569
 
570
  #: templates/admin/wishlist-panel-premium.php:185
@@ -845,7 +930,7 @@ msgstr "Stykpris"
845
  msgid "Stock Status"
846
  msgstr "Lagerstatus"
847
 
848
- #: templates/wishlist-view.php:152 templates/wishlist-view.php:231
849
  msgid "Remove this product"
850
  msgstr "Fjern denne vare"
851
 
@@ -853,48 +938,36 @@ msgstr "Fjern denne vare"
853
  msgid "Free!"
854
  msgstr "Gratis!"
855
 
856
- #: templates/wishlist-view.php:178
857
  msgid "Out of Stock"
858
  msgstr "Ikke på lager"
859
 
860
- #: templates/wishlist-view.php:178
861
  msgid "In Stock"
862
  msgstr "På lager"
863
 
864
- #: templates/wishlist-view.php:187
865
  #, php-format
866
  msgid "Added on : %s"
867
  msgstr "Tilføjet den : %s"
868
 
869
- #: templates/wishlist-view.php:199
870
  msgid "Move"
871
  msgstr "Flyt"
872
 
873
- #: templates/wishlist-view.php:211
874
- msgid "Shared"
875
- msgstr "Delt"
876
-
877
- #: templates/wishlist-view.php:214
878
- msgid "Private"
879
- msgstr "Privat"
880
-
881
- #: templates/wishlist-view.php:217
882
- msgid "Public"
883
- msgstr "Offentlig"
884
-
885
- #: templates/wishlist-view.php:231
886
  msgid "Remove"
887
  msgstr "Fjern"
888
 
889
- #: templates/wishlist-view.php:258
890
  msgid "Add the selected products to the cart"
891
  msgstr "Tilføj den valgte vare til indkøbskurven"
892
 
893
- #: templates/wishlist-view.php:266 templates/wishlist-view.php:312
894
  msgid "Ask for an estimate"
895
  msgstr "Efterspørg estimat"
896
 
897
- #: templates/wishlist-view.php:302
898
  msgid "Your email"
899
  msgstr ""
900
 
@@ -1394,9 +1467,6 @@ msgstr ""
1394
  #~ msgid "Click to toggle"
1395
  #~ msgstr "Klik her for at slå fra/til"
1396
 
1397
- #~ msgid "Title Field"
1398
- #~ msgstr "Titel felt"
1399
-
1400
  #~ msgid "Insert the title for the field."
1401
  #~ msgstr "Angiv titlen for feltet."
1402
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WCWL\n"
4
+ "POT-Creation-Date: 2018-10-04 14:49+0200\n"
5
+ "PO-Revision-Date: 2018-10-04 14:50+0200\n"
6
  "Last-Translator: Morten Ruus <altombasketball@gmail.com>\n"
7
  "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
8
  "Language: da_DK\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 2.0.8\n"
13
  "X-Poedit-KeywordsList: __;_e;_x\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
  "X-Poedit-SearchPathExcluded-0: plugin-fw\n"
18
 
19
  #: includes/class.yith-wcwl-admin-init.php:159
20
+ #: includes/class.yith-wcwl-admin-init.php:1478
21
+ #: includes/class.yith-wcwl-admin-init.php:1479
22
+ #: includes/class.yith-wcwl-install.php:245
23
  msgid "Wishlist"
24
  msgstr "Ønskeliste"
25
 
26
  #: includes/class.yith-wcwl-admin-init.php:161
 
27
  msgid "Settings"
28
  msgstr ""
29
 
30
  #: includes/class.yith-wcwl-admin-init.php:162
31
+ #: includes/class.yith-wcwl-admin-init.php:243
32
  msgid "Colors"
33
  msgstr ""
34
 
35
  #: includes/class.yith-wcwl-admin-init.php:163
 
36
  msgid "Premium Version"
37
  msgstr ""
38
 
39
+ #: includes/class.yith-wcwl-admin-init.php:1018
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
40
  msgid "Upgrade to the PREMIUM VERSION"
41
  msgstr ""
42
 
43
+ #: includes/class.yith-wcwl-admin-init.php:1022
 
 
 
 
44
  msgid "Discover the Advanced Features"
45
  msgstr ""
46
 
47
+ #: includes/class.yith-wcwl-admin-init.php:1023
48
  msgid ""
49
  "Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE WISHLIST to benefit from "
50
  "all features!"
51
  msgstr ""
52
 
53
+ #: includes/class.yith-wcwl-admin-init.php:1029
54
  msgid "Get Support and Pro Features"
55
  msgstr ""
56
 
57
+ #: includes/class.yith-wcwl-admin-init.php:1030
58
  msgid ""
59
  "By purchasing the premium version of the plugin, you will take advantage of "
60
  "the advanced features of the product and you will get one year of free "
61
  "updates and support through our platform available 24h/24."
62
  msgstr ""
63
 
64
+ #: includes/class.yith-wcwl-admin-init.php:1040
65
  msgid "General Settings"
66
  msgstr ""
67
 
68
+ #: includes/class.yith-wcwl-admin-init.php:1047
69
  msgid "Enable YITH Wishlist"
70
  msgstr ""
71
 
72
+ #: includes/class.yith-wcwl-admin-init.php:1048
73
  #, php-format
74
  msgid ""
75
  "Enable all plugin features. <strong>Be sure to select at least one option in "
77
  "plugin <a href=\"%s\" target=\"_blank\">documentation</a>."
78
  msgstr ""
79
 
80
+ #: includes/class.yith-wcwl-admin-init.php:1054
81
  msgid "Default wishlist title"
82
  msgstr ""
83
 
84
+ #: includes/class.yith-wcwl-admin-init.php:1056
85
+ #: includes/class.yith-wcwl-admin-init.php:1057
86
+ #: includes/class.yith-wcwl-admin-init.php:1293
87
  #, php-format
88
  msgid "My wishlist on %s"
89
  msgstr ""
90
 
91
+ #: includes/class.yith-wcwl-admin-init.php:1062
92
  msgid "Wishlist Page"
93
  msgstr ""
94
 
95
+ #: includes/class.yith-wcwl-admin-init.php:1063
96
  msgid "Page contents: [yith_wcwl_wishlist]"
97
  msgstr ""
98
 
99
+ #: includes/class.yith-wcwl-admin-init.php:1072
100
  msgid "Position"
101
  msgstr ""
102
 
103
+ #: includes/class.yith-wcwl-admin-init.php:1073
104
  msgid ""
105
  "You can add the button in variable products only after the \"Add to Cart\" "
106
  "button or using the shortcode [yith_wcwl_add_to_wishlist]."
107
  msgstr ""
108
 
109
+ #: includes/class.yith-wcwl-admin-init.php:1079
110
  msgid "After \"Add to cart\""
111
  msgstr ""
112
 
113
+ #: includes/class.yith-wcwl-admin-init.php:1080
114
  msgid "After thumbnails"
115
  msgstr ""
116
 
117
+ #: includes/class.yith-wcwl-admin-init.php:1081
118
  msgid "After summary"
119
  msgstr ""
120
 
121
+ #: includes/class.yith-wcwl-admin-init.php:1082
122
  msgid "Use shortcode"
123
  msgstr ""
124
 
125
+ #: includes/class.yith-wcwl-admin-init.php:1087
126
  msgid "Redirect to cart"
127
  msgstr ""
128
 
129
+ #: includes/class.yith-wcwl-admin-init.php:1088
130
  msgid ""
131
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
132
  "page."
133
  msgstr ""
134
 
135
+ #: includes/class.yith-wcwl-admin-init.php:1094
136
  msgid "Remove if added to the cart"
137
  msgstr ""
138
 
139
+ #: includes/class.yith-wcwl-admin-init.php:1095
140
  msgid "Remove the product from the wishlist if it has been added to the cart."
141
  msgstr ""
142
 
143
+ #: includes/class.yith-wcwl-admin-init.php:1101
144
  msgid "\"Add to Wishlist\" text"
145
  msgstr ""
146
 
147
+ #: includes/class.yith-wcwl-admin-init.php:1103
148
  msgid "Add to Wishlist"
149
  msgstr ""
150
 
151
+ #: includes/class.yith-wcwl-admin-init.php:1108
152
  msgid "\"Browse wishlist\" text"
153
  msgstr ""
154
 
155
+ #: includes/class.yith-wcwl-admin-init.php:1110
156
  #: includes/class.yith-wcwl-ui.php:82 includes/class.yith-wcwl-ui.php:83
157
  msgid "Browse Wishlist"
158
  msgstr ""
159
 
160
+ #: includes/class.yith-wcwl-admin-init.php:1115
161
  msgid "\"Product already in wishlist\" text"
162
  msgstr ""
163
 
164
+ #: includes/class.yith-wcwl-admin-init.php:1117
165
  #: includes/class.yith-wcwl-ui.php:83
166
  msgid "The product is already in the wishlist!"
167
  msgstr ""
168
 
169
+ #: includes/class.yith-wcwl-admin-init.php:1122
170
  msgid "\"Product added\" text"
171
  msgstr ""
172
 
173
+ #: includes/class.yith-wcwl-admin-init.php:1124
174
  #: includes/class.yith-wcwl-ui.php:82
175
  msgid "Product added!"
176
  msgstr ""
177
 
178
+ #: includes/class.yith-wcwl-admin-init.php:1129
179
  msgid "\"Add to Cart\" text"
180
  msgstr ""
181
 
182
+ #: includes/class.yith-wcwl-admin-init.php:1131
183
  msgid "Add to Cart"
184
  msgstr ""
185
 
186
+ #: includes/class.yith-wcwl-admin-init.php:1136
187
  msgid "Show Unit price"
188
  msgstr ""
189
 
190
+ #: includes/class.yith-wcwl-admin-init.php:1137
191
  msgid "Show unit price for each product in wishlist"
192
  msgstr ""
193
 
194
+ #: includes/class.yith-wcwl-admin-init.php:1144
195
  msgid "Show \"Add to Cart\" button"
196
  msgstr ""
197
 
198
+ #: includes/class.yith-wcwl-admin-init.php:1145
199
  msgid "Show \"Add to Cart\" button for each product in wishlist"
200
  msgstr ""
201
 
202
+ #: includes/class.yith-wcwl-admin-init.php:1152
203
  msgid "Show Stock status"
204
  msgstr ""
205
 
206
+ #: includes/class.yith-wcwl-admin-init.php:1153
207
  msgid ""
208
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
209
  msgstr ""
210
 
211
+ #: includes/class.yith-wcwl-admin-init.php:1160
212
  msgid "Show Date of addition"
213
  msgstr ""
214
 
215
+ #: includes/class.yith-wcwl-admin-init.php:1161
216
  msgid "Show the date when users have added a product to the wishlist"
217
  msgstr ""
218
 
219
+ #: includes/class.yith-wcwl-admin-init.php:1168
220
  msgid "Add second remove button"
221
  msgstr ""
222
 
223
+ #: includes/class.yith-wcwl-admin-init.php:1169
224
  msgid "Add a second remove button in the last column, with extended label"
225
  msgstr ""
226
 
227
+ #: includes/class.yith-wcwl-admin-init.php:1184
228
  msgid "Styles"
229
  msgstr ""
230
 
231
+ #: includes/class.yith-wcwl-admin-init.php:1191
232
  msgid "Use buttons"
233
  msgstr ""
234
 
235
+ #: includes/class.yith-wcwl-admin-init.php:1192
236
  msgid "Use buttons instead of simple anchors."
237
  msgstr ""
238
 
239
+ #: includes/class.yith-wcwl-admin-init.php:1198
240
  msgid "Custom CSS"
241
  msgstr ""
242
 
243
+ #: includes/class.yith-wcwl-admin-init.php:1205
244
  msgid "Use theme style"
245
  msgstr ""
246
 
247
+ #: includes/class.yith-wcwl-admin-init.php:1206
248
  msgid "Use the theme style."
249
  msgstr ""
250
 
251
+ #: includes/class.yith-wcwl-admin-init.php:1212
252
  msgid "Rounded buttons"
253
  msgstr ""
254
 
255
+ #: includes/class.yith-wcwl-admin-init.php:1213
256
  msgid "Make button corners rounded"
257
  msgstr ""
258
 
259
+ #: includes/class.yith-wcwl-admin-init.php:1219
260
  msgid "\"Add to Wishlist\" icon"
261
  msgstr ""
262
 
263
+ #: includes/class.yith-wcwl-admin-init.php:1220
264
  msgid "Add an icon to the \"Add to Wishlist\" button"
265
  msgstr ""
266
 
267
+ #: includes/class.yith-wcwl-admin-init.php:1230
268
  msgid "\"Add to Cart\" icon"
269
  msgstr ""
270
 
271
+ #: includes/class.yith-wcwl-admin-init.php:1231
272
  msgid "Add an icon to the \"Add to Cart\" button"
273
  msgstr ""
274
 
275
+ #: includes/class.yith-wcwl-admin-init.php:1249
276
  msgid "Social Networks & Share"
277
  msgstr ""
278
 
279
+ #: includes/class.yith-wcwl-admin-init.php:1256
280
  msgid "Share on Facebook"
281
  msgstr ""
282
 
283
+ #: includes/class.yith-wcwl-admin-init.php:1257
284
  msgid "Show \"Share on Facebook\" button"
285
  msgstr ""
286
 
287
+ #: includes/class.yith-wcwl-admin-init.php:1263
288
  msgid "Tweet on Twitter"
289
  msgstr ""
290
 
291
+ #: includes/class.yith-wcwl-admin-init.php:1264
292
  msgid "Show \"Tweet on Twitter\" button"
293
  msgstr ""
294
 
295
+ #: includes/class.yith-wcwl-admin-init.php:1270
296
  msgid "Pin on Pinterest"
297
  msgstr ""
298
 
299
+ #: includes/class.yith-wcwl-admin-init.php:1271
300
  msgid "Show \"Pin on Pinterest\" button"
301
  msgstr ""
302
 
303
+ #: includes/class.yith-wcwl-admin-init.php:1277
304
  msgid "Share on Google+"
305
  msgstr ""
306
 
307
+ #: includes/class.yith-wcwl-admin-init.php:1278
308
  msgid "Show \"Share on Google+\" button"
309
  msgstr ""
310
 
311
+ #: includes/class.yith-wcwl-admin-init.php:1284
312
  msgid "Share by Email"
313
  msgstr ""
314
 
315
+ #: includes/class.yith-wcwl-admin-init.php:1285
316
  msgid "Show \"Share by Email\" button"
317
  msgstr ""
318
 
319
+ #: includes/class.yith-wcwl-admin-init.php:1291
320
  msgid "Social title"
321
  msgstr ""
322
 
323
+ #: includes/class.yith-wcwl-admin-init.php:1298
324
  msgid "Social text"
325
  msgstr ""
326
 
327
+ #: includes/class.yith-wcwl-admin-init.php:1299
328
  msgid ""
329
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
330
  "strong> where you want to show the URL of your wishlist."
331
  msgstr ""
332
 
333
+ #: includes/class.yith-wcwl-admin-init.php:1306
334
  msgid "Social image URL"
335
  msgstr ""
336
 
337
+ #: includes/class.yith-wcwl-admin-init.php:1307
338
  msgid "It will be used by Pinterest."
339
  msgstr ""
340
 
341
+ #: includes/class.yith-wcwl-admin-init.php:1321
342
  #, php-format
343
  msgid ""
344
  "If you want to take advantage of this feature, you could consider to "
345
  "purchase the %s."
346
  msgstr ""
347
 
348
+ #: includes/class.yith-wcwl-admin-init.php:1326
349
  msgid "YITH WooCommerce Frequently Bought Together Integration"
350
  msgstr ""
351
 
352
+ #: includes/class.yith-wcwl-admin-init.php:1333
353
  msgid "Enable slider in wishlist"
354
  msgstr ""
355
 
356
+ #: includes/class.yith-wcwl-admin-init.php:1334
357
  #, php-format
358
  msgid ""
359
  "Choose to enable product slider in wishlist page with linked products (<a "
360
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
361
  msgstr ""
362
 
363
+ #: includes/class.yith-wcwl-admin-init.php:1370
364
  msgid "\"Add to wishlist\" button"
365
  msgstr ""
366
 
367
+ #: includes/class.yith-wcwl-admin-init.php:1373
368
+ #: includes/class.yith-wcwl-admin-init.php:1391
369
+ #: includes/class.yith-wcwl-admin-init.php:1409
370
+ #: includes/class.yith-wcwl-admin-init.php:1427
371
+ #: includes/class.yith-wcwl-admin-init.php:1445
372
  msgid "Background"
373
  msgstr ""
374
 
375
+ #: includes/class.yith-wcwl-admin-init.php:1374
376
+ #: includes/class.yith-wcwl-admin-init.php:1392
377
+ #: includes/class.yith-wcwl-admin-init.php:1410
378
+ #: includes/class.yith-wcwl-admin-init.php:1428
379
+ #: includes/class.yith-wcwl-admin-init.php:1446
380
  msgid "Text"
381
  msgstr ""
382
 
383
+ #: includes/class.yith-wcwl-admin-init.php:1375
384
+ #: includes/class.yith-wcwl-admin-init.php:1393
385
+ #: includes/class.yith-wcwl-admin-init.php:1411
386
+ #: includes/class.yith-wcwl-admin-init.php:1429
387
+ #: includes/class.yith-wcwl-admin-init.php:1447
388
  msgid "Border"
389
  msgstr ""
390
 
391
+ #: includes/class.yith-wcwl-admin-init.php:1382
392
+ #: includes/class.yith-wcwl-admin-init.php:1400
393
+ #: includes/class.yith-wcwl-admin-init.php:1418
394
+ #: includes/class.yith-wcwl-admin-init.php:1436
395
  msgid "Background (hover)"
396
  msgstr ""
397
 
398
+ #: includes/class.yith-wcwl-admin-init.php:1383
399
+ #: includes/class.yith-wcwl-admin-init.php:1401
400
+ #: includes/class.yith-wcwl-admin-init.php:1419
401
+ #: includes/class.yith-wcwl-admin-init.php:1437
402
  msgid "Text (hover)"
403
  msgstr ""
404
 
405
+ #: includes/class.yith-wcwl-admin-init.php:1384
406
+ #: includes/class.yith-wcwl-admin-init.php:1402
407
+ #: includes/class.yith-wcwl-admin-init.php:1420
408
+ #: includes/class.yith-wcwl-admin-init.php:1438
409
  msgid "Border (hover)"
410
  msgstr ""
411
 
412
+ #: includes/class.yith-wcwl-admin-init.php:1388
413
  msgid "\"Add to Cart\" button"
414
  msgstr ""
415
 
416
+ #: includes/class.yith-wcwl-admin-init.php:1406
417
  msgid "\"Style 1\" button"
418
  msgstr ""
419
 
420
+ #: includes/class.yith-wcwl-admin-init.php:1424
421
  msgid "\"Style 2\" button"
422
  msgstr ""
423
 
424
+ #: includes/class.yith-wcwl-admin-init.php:1442
425
  msgid "Wishlist table"
426
  msgstr ""
427
 
428
+ #: includes/class.yith-wcwl-admin-init.php:1451
429
  msgid "Headers"
430
  msgstr ""
431
 
432
+ #: includes/class.yith-wcwl-admin-init.php:1454
433
  msgid "Background color"
434
  msgstr ""
435
 
436
+ #: includes/class.yith-wcwl-admin-init.php:1544
437
  msgid "Wishlist Activated"
438
  msgstr ""
439
 
440
+ #: includes/class.yith-wcwl-admin-init.php:1545
441
  #, php-format
442
  msgid ""
443
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
446
  "options, <a href=\"%s\">discover it now</a>."
447
  msgstr ""
448
 
449
+ #: includes/class.yith-wcwl-admin-init.php:1556
450
  msgid "Wishlist Updated"
451
  msgstr "Ønskeliste opdateret."
452
 
453
+ #: includes/class.yith-wcwl-admin-init.php:1557
454
  #, php-format
455
  msgid ""
456
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
460
  "\">discover the PREMIUM version.</a>"
461
  msgstr ""
462
 
463
+ #: includes/class.yith-wcwl-init.php:403
464
  msgid ""
465
  "We are sorry, but this feature is available only if cookies are enabled on "
466
  "your browser."
467
  msgstr ""
468
 
469
+ #: includes/class.yith-wcwl-init.php:404
470
  msgid "Product correctly added to cart"
471
  msgstr "Produkt korrekt tilføjet til indkøbsvognen"
472
 
473
+ #: includes/class.yith-wcwl-install.php:244
474
  msgid "wishlist"
475
  msgstr "ønskeliste"
476
 
477
+ #: includes/class.yith-wcwl-privacy.php:50
478
+ msgid "While you visit our site, we’ll track:"
479
+ msgstr ""
480
+
481
+ #: includes/class.yith-wcwl-privacy.php:52
482
+ msgid ""
483
+ "Products you’ve added to the wishlist: we’ll use this to show you and other "
484
+ "users your favourite products, and to create targeted email campaigns."
485
+ msgstr ""
486
+
487
+ #: includes/class.yith-wcwl-privacy.php:53
488
+ msgid ""
489
+ "Wishlists you’ve created: we’ll keep track of the wishlists you create, and "
490
+ "make them visible to the store’s staff"
491
+ msgstr ""
492
+
493
+ #: includes/class.yith-wcwl-privacy.php:55
494
+ msgid ""
495
+ "We’ll also use cookies to keep track of wishlist contents while you’re "
496
+ "browsing our site."
497
+ msgstr ""
498
+
499
+ #: includes/class.yith-wcwl-privacy.php:58
500
+ msgid ""
501
+ "Members of our team have access to the information you provide us. For "
502
+ "example, both Administrators and Shop Managers can access:"
503
+ msgstr ""
504
+
505
+ #: includes/class.yith-wcwl-privacy.php:60
506
+ msgid ""
507
+ "Wishlist details, such as products added, date of addition, name and privacy "
508
+ "settings of your wishlists"
509
+ msgstr ""
510
+
511
+ #: includes/class.yith-wcwl-privacy.php:62
512
+ msgid ""
513
+ "Our team members have access to this information to offer you better deals "
514
+ "for the products you love."
515
+ msgstr ""
516
+
517
+ #: includes/class.yith-wcwl-privacy.php:82
518
+ #: includes/class.yith-wcwl-privacy.php:98
519
+ #, fuzzy
520
+ #| msgid "Wishlist"
521
+ msgid "Customer Wishlists"
522
+ msgstr "Ønskeliste"
523
+
524
+ #: includes/class.yith-wcwl-privacy.php:133
525
+ #, fuzzy
526
+ #| msgid "Wishlist"
527
+ msgid "Wishlists"
528
+ msgstr "Ønskeliste"
529
+
530
+ #: includes/class.yith-wcwl-privacy.php:195
531
+ #, php-format
532
+ msgid "Removed wishlist %s."
533
+ msgstr ""
534
+
535
+ #: includes/class.yith-wcwl-privacy.php:199
536
+ #, php-format
537
+ msgid "Wishlist %s has been retained."
538
+ msgstr ""
539
+
540
+ #: includes/class.yith-wcwl-privacy.php:210
541
+ msgid "Removed default user's wishlist"
542
+ msgstr ""
543
+
544
+ #: includes/class.yith-wcwl-privacy.php:228
545
+ msgid "Token"
546
+ msgstr ""
547
+
548
+ #: includes/class.yith-wcwl-privacy.php:229
549
+ #, fuzzy
550
+ #| msgid "Wishlist"
551
+ msgid "Wishlist url"
552
+ msgstr "Ønskeliste"
553
+
554
+ #: includes/class.yith-wcwl-privacy.php:230
555
+ #, fuzzy
556
+ #| msgid "Title Field"
557
+ msgid "Title"
558
+ msgstr "Titel felt"
559
+
560
+ #: includes/class.yith-wcwl-privacy.php:231
561
+ msgid "Created on"
562
+ msgstr ""
563
+
564
+ #: includes/class.yith-wcwl-privacy.php:232
565
+ msgid "Visibility"
566
+ msgstr ""
567
+
568
+ #: includes/class.yith-wcwl-privacy.php:233
569
+ msgid "Items Added"
570
+ msgstr ""
571
+
572
+ #: includes/class.yith-wcwl-privacy.php:283 templates/wishlist-view.php:212
573
+ msgid "Shared"
574
+ msgstr "Delt"
575
+
576
+ #: includes/class.yith-wcwl-privacy.php:286 templates/wishlist-view.php:215
577
+ msgid "Private"
578
+ msgstr "Privat"
579
+
580
+ #: includes/class.yith-wcwl-privacy.php:289 templates/wishlist-view.php:218
581
+ msgid "Public"
582
+ msgstr "Offentlig"
583
+
584
  #: includes/class.yith-wcwl-shortcode.php:259
585
  #: includes/class.yith-wcwl-ui.php:164
586
  msgid "Share on:"
602
  msgid "email"
603
  msgstr ""
604
 
605
+ #: includes/class.yith-wcwl.php:201
606
  msgid "An error occurred while adding products to the wishlist."
607
  msgstr ""
608
 
609
+ #: includes/class.yith-wcwl.php:293
610
  msgid "An error occurred while adding products to wishlist."
611
  msgstr ""
612
 
613
+ #: includes/class.yith-wcwl.php:310
614
  msgid "The \"Remove\" option now does not require any parameter"
615
  msgstr ""
616
 
617
+ #: includes/class.yith-wcwl.php:359
618
  msgid "An error occurred while removing products from the wishlist"
619
  msgstr ""
620
 
621
+ #: includes/class.yith-wcwl.php:809
622
  msgid "You need to log in before creating a new wishlist"
623
  msgstr ""
624
 
625
+ #: includes/class.yith-wcwl.php:1610
626
  msgid "Product successfully removed."
627
  msgstr ""
628
 
629
+ #: includes/class.yith-wcwl.php:1614
630
  msgid "Error. Unable to remove the product from the wishlist."
631
  msgstr ""
632
 
633
+ #: includes/class.yith-wcwl.php:1618 templates/wishlist-view.php:242
634
  msgid "No products were added to the wishlist"
635
  msgstr ""
636
 
637
+ #: includes/class.yith-wcwl.php:1660
638
  msgid "An error as occurred."
639
  msgstr ""
640
 
645
  msgstr ""
646
 
647
  #: init.php:140
648
+ msgid "You can't activate the free version of"
649
+ msgstr ""
650
+
651
+ #: init.php:140
652
+ msgid "while you are using the premium one."
653
  msgstr ""
654
 
655
  #: templates/admin/wishlist-panel-premium.php:185
930
  msgid "Stock Status"
931
  msgstr "Lagerstatus"
932
 
933
+ #: templates/wishlist-view.php:152 templates/wishlist-view.php:232
934
  msgid "Remove this product"
935
  msgstr "Fjern denne vare"
936
 
938
  msgid "Free!"
939
  msgstr "Gratis!"
940
 
941
+ #: templates/wishlist-view.php:179
942
  msgid "Out of Stock"
943
  msgstr "Ikke på lager"
944
 
945
+ #: templates/wishlist-view.php:179
946
  msgid "In Stock"
947
  msgstr "På lager"
948
 
949
+ #: templates/wishlist-view.php:188
950
  #, php-format
951
  msgid "Added on : %s"
952
  msgstr "Tilføjet den : %s"
953
 
954
+ #: templates/wishlist-view.php:200
955
  msgid "Move"
956
  msgstr "Flyt"
957
 
958
+ #: templates/wishlist-view.php:232
 
 
 
 
 
 
 
 
 
 
 
 
959
  msgid "Remove"
960
  msgstr "Fjern"
961
 
962
+ #: templates/wishlist-view.php:259
963
  msgid "Add the selected products to the cart"
964
  msgstr "Tilføj den valgte vare til indkøbskurven"
965
 
966
+ #: templates/wishlist-view.php:267 templates/wishlist-view.php:313
967
  msgid "Ask for an estimate"
968
  msgstr "Efterspørg estimat"
969
 
970
+ #: templates/wishlist-view.php:303
971
  msgid "Your email"
972
  msgstr ""
973
 
1467
  #~ msgid "Click to toggle"
1468
  #~ msgstr "Klik her for at slå fra/til"
1469
 
 
 
 
1470
  #~ msgid "Insert the title for the field."
1471
  #~ msgstr "Angiv titlen for feltet."
1472
 
languages/yith-woocommerce-wishlist-de_DE.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-de_DE.po CHANGED
@@ -1,15 +1,15 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
- "POT-Creation-Date: 2017-10-24 17:32+0200\n"
5
- "PO-Revision-Date: 2017-10-24 17:32+0200\n"
6
  "Last-Translator: \n"
7
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
8
  "Language: de_DE\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 1.8.7.1\n"
13
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;__ngettext:1,2;"
14
  "__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;"
15
  "_nx_noop:4c,1,2\n"
@@ -20,72 +20,48 @@ msgstr ""
20
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
21
 
22
  #: ../includes/class.yith-wcwl-admin-init.php:159
23
- #: ../includes/class.yith-wcwl-admin-init.php:1483
24
- #: ../includes/class.yith-wcwl-admin-init.php:1484
25
- #: ../includes/class.yith-wcwl-install.php:244
26
  msgid "Wishlist"
27
  msgstr "Wunschliste"
28
 
29
  #: ../includes/class.yith-wcwl-admin-init.php:161
30
- #: ../includes/class.yith-wcwl-admin-init.php:251
31
  msgid "Settings"
32
  msgstr "Einstellungen"
33
 
34
  #: ../includes/class.yith-wcwl-admin-init.php:162
35
- #: ../includes/class.yith-wcwl-admin-init.php:236
36
  msgid "Colors"
37
  msgstr "Farben"
38
 
39
  #: ../includes/class.yith-wcwl-admin-init.php:163
40
- #: ../includes/class.yith-wcwl-admin-init.php:255
41
  msgid "Premium Version"
42
  msgstr "Premium Version"
43
 
44
- #: ../includes/class.yith-wcwl-admin-init.php:256
45
- msgid "Live Demo"
46
- msgstr "Live Demo"
47
-
48
- #: ../includes/class.yith-wcwl-admin-init.php:280
49
- msgid ""
50
- "WARNING: This plugin requires at least WooCommerce 2.2! Please, use this "
51
- "link to update it."
52
- msgstr "WARNUNG: Das Plugin erfordert mindestens WooCommerce 2.2!"
53
-
54
- #: ../includes/class.yith-wcwl-admin-init.php:283
55
- msgid "WARNING: This plugin requires at least WooCommerce 2.2!"
56
- msgstr "WARNUNG: Das Plugin erfordert mindestens WooCommerce 2.2!"
57
-
58
- #: ../includes/class.yith-wcwl-admin-init.php:288
59
- msgid "Plugin Documentation"
60
- msgstr "Plugin Dokumentation"
61
-
62
- #: ../includes/class.yith-wcwl-admin-init.php:1023
63
  msgid "Upgrade to the PREMIUM VERSION"
64
  msgstr ""
65
  "Hier die <a href=\"https://goo.gl/wxbNyw\" target=\"_blank\">PREMIUM "
66
  "VERSION</a> kaufen."
67
 
68
- #: ../includes/class.yith-wcwl-admin-init.php:1026
69
- msgid "YITH WooCommerce Wishlist"
70
- msgstr "YITH WooCommerce Wunschliste"
71
-
72
- #: ../includes/class.yith-wcwl-admin-init.php:1027
73
  msgid "Discover the Advanced Features"
74
  msgstr "Erweiterte Funktionen ansehen"
75
 
76
- #: ../includes/class.yith-wcwl-admin-init.php:1028
77
  msgid ""
78
  "Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE WISHLIST to benefit from "
79
  "all features!"
80
  msgstr ""
81
 
82
- #: ../includes/class.yith-wcwl-admin-init.php:1034
83
  msgid "Get Support and Pro Features"
84
  msgstr ""
85
  "<a href=\"https://goo.gl/wxbNyw\" target=\"_blank\">Support und Premium "
86
  "Features bekommen</a>"
87
 
88
- #: ../includes/class.yith-wcwl-admin-init.php:1035
89
  msgid ""
90
  "By purchasing the premium version of the plugin, you will take advantage of "
91
  "the advanced features of the product and you will get one year of free "
@@ -96,15 +72,15 @@ msgstr ""
96
  "Jahr freie Updates. Außerdem gibt's 24h Support auf unserer Webseite -> <a "
97
  "href=\"https://goo.gl/wxbNyw\" target=\"_blank\">Premium Version</a>"
98
 
99
- #: ../includes/class.yith-wcwl-admin-init.php:1045
100
  msgid "General Settings"
101
  msgstr "Allgemeine Einstellungen"
102
 
103
- #: ../includes/class.yith-wcwl-admin-init.php:1052
104
  msgid "Enable YITH Wishlist"
105
  msgstr "YITH Wunschlisten Plugin aktivieren"
106
 
107
- #: ../includes/class.yith-wcwl-admin-init.php:1053
108
  #, php-format
109
  msgid ""
110
  "Enable all plugin features. <strong>Be sure to select at least one option in "
@@ -112,30 +88,30 @@ msgid ""
112
  "plugin <a href=\"%s\" target=\"_blank\">documentation</a>."
113
  msgstr ""
114
 
115
- #: ../includes/class.yith-wcwl-admin-init.php:1059
116
  msgid "Default wishlist title"
117
  msgstr "Standard Wunschlisten Titel"
118
 
119
- #: ../includes/class.yith-wcwl-admin-init.php:1061
120
- #: ../includes/class.yith-wcwl-admin-init.php:1062
121
- #: ../includes/class.yith-wcwl-admin-init.php:1298
122
  #, php-format
123
  msgid "My wishlist on %s"
124
  msgstr "Meine Wunschliste bei %s"
125
 
126
- #: ../includes/class.yith-wcwl-admin-init.php:1067
127
  msgid "Wishlist Page"
128
  msgstr "Wunschlisten Seite"
129
 
130
- #: ../includes/class.yith-wcwl-admin-init.php:1068
131
  msgid "Page contents: [yith_wcwl_wishlist]"
132
  msgstr "Seiteninhalt: [yith_wcwl_wishlist]"
133
 
134
- #: ../includes/class.yith-wcwl-admin-init.php:1077
135
  msgid "Position"
136
  msgstr "Position"
137
 
138
- #: ../includes/class.yith-wcwl-admin-init.php:1078
139
  msgid ""
140
  "You can add the button in variable products only after the \"Add to Cart\" "
141
  "button or using the shortcode [yith_wcwl_add_to_wishlist]."
@@ -143,27 +119,27 @@ msgstr ""
143
  "Du kannst den Button bei Variablen Produkten nur nach dem \"In den Warenkorb"
144
  "\" Button hinzufügen oder du nutzt den Shortcode [yith_wcwl_add_to_wishlist]."
145
 
146
- #: ../includes/class.yith-wcwl-admin-init.php:1084
147
  msgid "After \"Add to cart\""
148
  msgstr "Nach \"in den Warenkorb\""
149
 
150
- #: ../includes/class.yith-wcwl-admin-init.php:1085
151
  msgid "After thumbnails"
152
  msgstr "Nach dem Vorschaubild"
153
 
154
- #: ../includes/class.yith-wcwl-admin-init.php:1086
155
  msgid "After summary"
156
  msgstr "Nach der Zusammenfassung"
157
 
158
- #: ../includes/class.yith-wcwl-admin-init.php:1087
159
  msgid "Use shortcode"
160
  msgstr "Benutze Shortcodes"
161
 
162
- #: ../includes/class.yith-wcwl-admin-init.php:1092
163
  msgid "Redirect to cart"
164
  msgstr "Zum Warenkorb weiterleiten"
165
 
166
- #: ../includes/class.yith-wcwl-admin-init.php:1093
167
  msgid ""
168
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
169
  "page."
@@ -171,199 +147,199 @@ msgstr ""
171
  "Zum Warenkorb weiterleiten wenn der Button \"Hinzufügen zum Warenkorb\" "
172
  "geklickt wird"
173
 
174
- #: ../includes/class.yith-wcwl-admin-init.php:1099
175
  msgid "Remove if added to the cart"
176
  msgstr "Entfernen wenn zum Warenkorb hinzugefügt"
177
 
178
- #: ../includes/class.yith-wcwl-admin-init.php:1100
179
  msgid "Remove the product from the wishlist if it has been added to the cart."
180
  msgstr "Von der Wunschliste entfernen wenn zum Warenkorb hinzugefügt."
181
 
182
- #: ../includes/class.yith-wcwl-admin-init.php:1106
183
  msgid "\"Add to Wishlist\" text"
184
  msgstr "Zur Wunschliste hinzufügen Text"
185
 
186
- #: ../includes/class.yith-wcwl-admin-init.php:1108
187
  msgid "Add to Wishlist"
188
  msgstr "Auf die Wunschliste"
189
 
190
- #: ../includes/class.yith-wcwl-admin-init.php:1113
191
  msgid "\"Browse wishlist\" text"
192
  msgstr "\"Wunschliste durchsuchen\" Text"
193
 
194
- #: ../includes/class.yith-wcwl-admin-init.php:1115
195
  #: ../includes/class.yith-wcwl-ui.php:82 ../includes/class.yith-wcwl-ui.php:83
196
  msgid "Browse Wishlist"
197
  msgstr "Wunschliste durchstöbern"
198
 
199
- #: ../includes/class.yith-wcwl-admin-init.php:1120
200
  msgid "\"Product already in wishlist\" text"
201
  msgstr "Artikel ist bereits auf der Wunschliste Text"
202
 
203
- #: ../includes/class.yith-wcwl-admin-init.php:1122
204
  #: ../includes/class.yith-wcwl-ui.php:83
205
  msgid "The product is already in the wishlist!"
206
  msgstr "Der Artikel ist bereits auf einer Wunschliste"
207
 
208
- #: ../includes/class.yith-wcwl-admin-init.php:1127
209
  msgid "\"Product added\" text"
210
  msgstr "Artikel hinzugefügt Text"
211
 
212
- #: ../includes/class.yith-wcwl-admin-init.php:1129
213
  #: ../includes/class.yith-wcwl-ui.php:82
214
  msgid "Product added!"
215
  msgstr "Artikel hinzugefügt!"
216
 
217
- #: ../includes/class.yith-wcwl-admin-init.php:1134
218
  msgid "\"Add to Cart\" text"
219
  msgstr "In den Warenkorb Text"
220
 
221
- #: ../includes/class.yith-wcwl-admin-init.php:1136
222
  msgid "Add to Cart"
223
  msgstr "In den Warenkorb"
224
 
225
- #: ../includes/class.yith-wcwl-admin-init.php:1141
226
  msgid "Show Unit price"
227
  msgstr "Zeige Artikel Preis"
228
 
229
- #: ../includes/class.yith-wcwl-admin-init.php:1142
230
  msgid "Show unit price for each product in wishlist"
231
  msgstr "Zeige Artikel Preis für jedes Produkt"
232
 
233
- #: ../includes/class.yith-wcwl-admin-init.php:1149
234
  msgid "Show \"Add to Cart\" button"
235
  msgstr "Zeige \"Zum Warenkorb hinzufügen\" Button"
236
 
237
- #: ../includes/class.yith-wcwl-admin-init.php:1150
238
  msgid "Show \"Add to Cart\" button for each product in wishlist"
239
  msgstr "Zeige \"Zum, Warenkorb hinzufügen\" Button bei jedem Artikel"
240
 
241
- #: ../includes/class.yith-wcwl-admin-init.php:1157
242
  msgid "Show Stock status"
243
  msgstr "Zeige Lagerstatus"
244
 
245
- #: ../includes/class.yith-wcwl-admin-init.php:1158
246
  msgid ""
247
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
248
  msgstr "Zeige den Lagerstatus für jeden Artikel"
249
 
250
- #: ../includes/class.yith-wcwl-admin-init.php:1165
251
  msgid "Show Date of addition"
252
  msgstr "Zeige Datum des hinzufügens"
253
 
254
- #: ../includes/class.yith-wcwl-admin-init.php:1166
255
  msgid "Show the date when users have added a product to the wishlist"
256
  msgstr "Zeige Datum wann der Kunde den Artikel hinzugefügt hat"
257
 
258
- #: ../includes/class.yith-wcwl-admin-init.php:1173
259
  msgid "Add second remove button"
260
  msgstr "Einen zweiten \"Entfernen\" Button"
261
 
262
- #: ../includes/class.yith-wcwl-admin-init.php:1174
263
  msgid "Add a second remove button in the last column, with extended label"
264
  msgstr "Zweiter \"entfernen\" Button in der letzten Spalte"
265
 
266
- #: ../includes/class.yith-wcwl-admin-init.php:1189
267
  msgid "Styles"
268
  msgstr "Stile"
269
 
270
- #: ../includes/class.yith-wcwl-admin-init.php:1196
271
  msgid "Use buttons"
272
  msgstr "Benutze Buttons"
273
 
274
- #: ../includes/class.yith-wcwl-admin-init.php:1197
275
  msgid "Use buttons instead of simple anchors."
276
  msgstr "Benutze Buttons anstelle von Text Links."
277
 
278
- #: ../includes/class.yith-wcwl-admin-init.php:1203
279
  msgid "Custom CSS"
280
  msgstr "Benutzerdefiniertes CSS"
281
 
282
- #: ../includes/class.yith-wcwl-admin-init.php:1210
283
  msgid "Use theme style"
284
  msgstr "Nutze das Theme Styling"
285
 
286
- #: ../includes/class.yith-wcwl-admin-init.php:1211
287
  msgid "Use the theme style."
288
  msgstr "Nutze das Theme Styling."
289
 
290
- #: ../includes/class.yith-wcwl-admin-init.php:1217
291
  msgid "Rounded buttons"
292
  msgstr "Abgerundete Buttons"
293
 
294
- #: ../includes/class.yith-wcwl-admin-init.php:1218
295
  msgid "Make button corners rounded"
296
  msgstr "Nutze runde Button Ecken."
297
 
298
- #: ../includes/class.yith-wcwl-admin-init.php:1224
299
  msgid "\"Add to Wishlist\" icon"
300
  msgstr "Zur Wunschliste hinzufügen Symbol"
301
 
302
- #: ../includes/class.yith-wcwl-admin-init.php:1225
303
  msgid "Add an icon to the \"Add to Wishlist\" button"
304
  msgstr "Symbol für \"Auf die Wunschliste\" Button"
305
 
306
- #: ../includes/class.yith-wcwl-admin-init.php:1235
307
  msgid "\"Add to Cart\" icon"
308
  msgstr "In den Warenkorb Symbol"
309
 
310
- #: ../includes/class.yith-wcwl-admin-init.php:1236
311
  msgid "Add an icon to the \"Add to Cart\" button"
312
  msgstr "Symbol für \"in den Warenkorb\" Button"
313
 
314
- #: ../includes/class.yith-wcwl-admin-init.php:1254
315
  msgid "Social Networks & Share"
316
  msgstr "Social Netzwerke und Teilen"
317
 
318
- #: ../includes/class.yith-wcwl-admin-init.php:1261
319
  msgid "Share on Facebook"
320
  msgstr "Auf Facebook teilen"
321
 
322
- #: ../includes/class.yith-wcwl-admin-init.php:1262
323
  msgid "Show \"Share on Facebook\" button"
324
  msgstr "Zeige \"Auf Facebook teilen\" Button"
325
 
326
- #: ../includes/class.yith-wcwl-admin-init.php:1268
327
  msgid "Tweet on Twitter"
328
  msgstr "Auf Twitter teilen"
329
 
330
- #: ../includes/class.yith-wcwl-admin-init.php:1269
331
  msgid "Show \"Tweet on Twitter\" button"
332
  msgstr "Zeige \"Auf Twitter teilen\" Button"
333
 
334
- #: ../includes/class.yith-wcwl-admin-init.php:1275
335
  msgid "Pin on Pinterest"
336
  msgstr "Auf Pinterest teilen"
337
 
338
- #: ../includes/class.yith-wcwl-admin-init.php:1276
339
  msgid "Show \"Pin on Pinterest\" button"
340
  msgstr "Zeige \"Auf Pinterest teilen\" Button"
341
 
342
- #: ../includes/class.yith-wcwl-admin-init.php:1282
343
  msgid "Share on Google+"
344
  msgstr "Auf Google+ teilen"
345
 
346
- #: ../includes/class.yith-wcwl-admin-init.php:1283
347
  msgid "Show \"Share on Google+\" button"
348
  msgstr "Zeige \"Auf Google+ teilen\" Button"
349
 
350
- #: ../includes/class.yith-wcwl-admin-init.php:1289
351
  msgid "Share by Email"
352
  msgstr "Per E-Mail teilen"
353
 
354
- #: ../includes/class.yith-wcwl-admin-init.php:1290
355
  msgid "Show \"Share by Email\" button"
356
  msgstr "Zeige \"Per E-Mail teilen\" Button"
357
 
358
- #: ../includes/class.yith-wcwl-admin-init.php:1296
359
  msgid "Social title"
360
  msgstr "Social Titel"
361
 
362
- #: ../includes/class.yith-wcwl-admin-init.php:1303
363
  msgid "Social text"
364
  msgstr "Social Text"
365
 
366
- #: ../includes/class.yith-wcwl-admin-init.php:1304
367
  msgid ""
368
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
369
  "strong> where you want to show the URL of your wishlist."
@@ -371,15 +347,15 @@ msgstr ""
371
  "Wird von Pinterest und Twitter genutzt. Benutze <strong>%wishlist_url%</"
372
  "strong> um die URL der Wunschliste anzuzeigen."
373
 
374
- #: ../includes/class.yith-wcwl-admin-init.php:1311
375
  msgid "Social image URL"
376
  msgstr "Social Bild URL"
377
 
378
- #: ../includes/class.yith-wcwl-admin-init.php:1312
379
  msgid "It will be used by Pinterest."
380
  msgstr "Wird von Pinterest genutzt."
381
 
382
- #: ../includes/class.yith-wcwl-admin-init.php:1326
383
  #, php-format
384
  msgid ""
385
  "If you want to take advantage of this feature, you could consider to "
@@ -389,15 +365,15 @@ msgstr ""
389
  "<a href=https://goo.gl/iHq6lS\" target=\"_blank\">Frequently Bought "
390
  "together</a>. %s"
391
 
392
- #: ../includes/class.yith-wcwl-admin-init.php:1331
393
  msgid "YITH WooCommerce Frequently Bought Together Integration"
394
  msgstr "YITH WooCommerce Frequently Bought Together integration"
395
 
396
- #: ../includes/class.yith-wcwl-admin-init.php:1338
397
  msgid "Enable slider in wishlist"
398
  msgstr "Slider in Wunschliste aktivieren"
399
 
400
- #: ../includes/class.yith-wcwl-admin-init.php:1339
401
  #, php-format
402
  msgid ""
403
  "Choose to enable product slider in wishlist page with linked products (<a "
@@ -406,84 +382,84 @@ msgstr ""
406
  "Auswählen um einen Artikel Slider in der Wunschliste zu aktivieren. (<a href="
407
  "\"%s\" class=\"thickbox\">Beispiel</a>). %s"
408
 
409
- #: ../includes/class.yith-wcwl-admin-init.php:1375
410
  msgid "\"Add to wishlist\" button"
411
  msgstr "Zur Wunschliste hinzufügen Button"
412
 
413
- #: ../includes/class.yith-wcwl-admin-init.php:1378
414
- #: ../includes/class.yith-wcwl-admin-init.php:1396
415
- #: ../includes/class.yith-wcwl-admin-init.php:1414
416
- #: ../includes/class.yith-wcwl-admin-init.php:1432
417
- #: ../includes/class.yith-wcwl-admin-init.php:1450
418
  msgid "Background"
419
  msgstr "Hintergrund"
420
 
421
- #: ../includes/class.yith-wcwl-admin-init.php:1379
422
- #: ../includes/class.yith-wcwl-admin-init.php:1397
423
- #: ../includes/class.yith-wcwl-admin-init.php:1415
424
- #: ../includes/class.yith-wcwl-admin-init.php:1433
425
- #: ../includes/class.yith-wcwl-admin-init.php:1451
426
  msgid "Text"
427
  msgstr "Text"
428
 
429
- #: ../includes/class.yith-wcwl-admin-init.php:1380
430
- #: ../includes/class.yith-wcwl-admin-init.php:1398
431
- #: ../includes/class.yith-wcwl-admin-init.php:1416
432
- #: ../includes/class.yith-wcwl-admin-init.php:1434
433
- #: ../includes/class.yith-wcwl-admin-init.php:1452
434
  msgid "Border"
435
  msgstr "Rand"
436
 
437
- #: ../includes/class.yith-wcwl-admin-init.php:1387
438
- #: ../includes/class.yith-wcwl-admin-init.php:1405
439
- #: ../includes/class.yith-wcwl-admin-init.php:1423
440
- #: ../includes/class.yith-wcwl-admin-init.php:1441
441
  msgid "Background (hover)"
442
  msgstr "Hintergrund (Hover)"
443
 
444
- #: ../includes/class.yith-wcwl-admin-init.php:1388
445
- #: ../includes/class.yith-wcwl-admin-init.php:1406
446
- #: ../includes/class.yith-wcwl-admin-init.php:1424
447
- #: ../includes/class.yith-wcwl-admin-init.php:1442
448
  msgid "Text (hover)"
449
  msgstr "Text (hover)"
450
 
451
- #: ../includes/class.yith-wcwl-admin-init.php:1389
452
- #: ../includes/class.yith-wcwl-admin-init.php:1407
453
- #: ../includes/class.yith-wcwl-admin-init.php:1425
454
- #: ../includes/class.yith-wcwl-admin-init.php:1443
455
  msgid "Border (hover)"
456
  msgstr "Rand (Hover)"
457
 
458
- #: ../includes/class.yith-wcwl-admin-init.php:1393
459
  msgid "\"Add to Cart\" button"
460
  msgstr "In den Warenkorb Button"
461
 
462
- #: ../includes/class.yith-wcwl-admin-init.php:1411
463
  msgid "\"Style 1\" button"
464
  msgstr "Stil 1 Button"
465
 
466
- #: ../includes/class.yith-wcwl-admin-init.php:1429
467
  msgid "\"Style 2\" button"
468
  msgstr "Stil 2 Button"
469
 
470
- #: ../includes/class.yith-wcwl-admin-init.php:1447
471
  msgid "Wishlist table"
472
  msgstr "Wunschlisten Tabelle"
473
 
474
- #: ../includes/class.yith-wcwl-admin-init.php:1456
475
  msgid "Headers"
476
  msgstr "Kopfzeilen"
477
 
478
- #: ../includes/class.yith-wcwl-admin-init.php:1459
479
  msgid "Background color"
480
  msgstr "Hintergrund Farbe"
481
 
482
- #: ../includes/class.yith-wcwl-admin-init.php:1549
483
  msgid "Wishlist Activated"
484
  msgstr "Wunschliste aktiviert"
485
 
486
- #: ../includes/class.yith-wcwl-admin-init.php:1550
487
  #, php-format
488
  msgid ""
489
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
@@ -496,11 +472,11 @@ msgstr ""
496
  "href=\"https://goo.gl/wxbNyw\" target=\"blank\">Premium Version</a> hat eine "
497
  "Menge Funktionen mehr, schau sie dir doch mal an<a href=\"%s\">.</a>"
498
 
499
- #: ../includes/class.yith-wcwl-admin-init.php:1561
500
  msgid "Wishlist Updated"
501
  msgstr "Wunschliste aktualisiert"
502
 
503
- #: ../includes/class.yith-wcwl-admin-init.php:1562
504
  #, php-format
505
  msgid ""
506
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
@@ -514,21 +490,136 @@ msgstr ""
514
  "eine <a href=\"https://goo.gl/wxbNyw\" target=\"_blank\">Premium Version</a> "
515
  "hast erscheint bei einem Update immer ein Hinweis<a href=\"%s\".</a>"
516
 
517
- #: ../includes/class.yith-wcwl-init.php:374
518
  msgid ""
519
  "We are sorry, but this feature is available only if cookies are enabled on "
520
  "your browser."
521
  msgstr "Achtung, diese Funktionen benötigt Cookies."
522
 
523
- #: ../includes/class.yith-wcwl-init.php:375
524
  msgid "Product correctly added to cart"
525
  msgstr "Artikel zum Einkaufswagen hinzugefügt"
526
 
527
- #: ../includes/class.yith-wcwl-install.php:243
528
  msgctxt "page_slug"
529
  msgid "wishlist"
530
  msgstr "Wunschliste"
531
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
532
  #: ../includes/class.yith-wcwl-shortcode.php:259
533
  #: ../includes/class.yith-wcwl-ui.php:164
534
  msgid "Share on:"
@@ -551,39 +642,39 @@ msgstr "Twitter"
551
  msgid "email"
552
  msgstr "email"
553
 
554
- #: ../includes/class.yith-wcwl.php:177
555
  msgid "An error occurred while adding products to the wishlist."
556
  msgstr "Beim hinzufügen von Artikeln trat ein Fehler auf."
557
 
558
- #: ../includes/class.yith-wcwl.php:269
559
  msgid "An error occurred while adding products to wishlist."
560
  msgstr "Beim hinzufügen von Artikeln trat ein Fehler auf."
561
 
562
- #: ../includes/class.yith-wcwl.php:286
563
  msgid "The \"Remove\" option now does not require any parameter"
564
  msgstr "Die entfernen Funktion benötigt keine Parameter"
565
 
566
- #: ../includes/class.yith-wcwl.php:335
567
  msgid "An error occurred while removing products from the wishlist"
568
  msgstr "Beim entfernen von Artikeln trat ein Fehler auf."
569
 
570
- #: ../includes/class.yith-wcwl.php:783
571
  msgid "You need to log in before creating a new wishlist"
572
  msgstr "Du musst dich einloggen um eine Wunschliste zu erstellen"
573
 
574
- #: ../includes/class.yith-wcwl.php:1578
575
  msgid "Product successfully removed."
576
  msgstr "Artikel entfernt."
577
 
578
- #: ../includes/class.yith-wcwl.php:1582
579
  msgid "Error. Unable to remove the product from the wishlist."
580
  msgstr "Fehler: Artikel konnte nicht von der Wunschliste entfernt werden."
581
 
582
- #: ../includes/class.yith-wcwl.php:1586 ../templates/wishlist-view.php:241
583
  msgid "No products were added to the wishlist"
584
  msgstr "Keine Produkte zur Wunschliste hinzugefügt"
585
 
586
- #: ../includes/class.yith-wcwl.php:1628
587
  msgid "An error as occurred."
588
  msgstr "Es ist ein Fehler aufgetreten."
589
 
@@ -594,9 +685,11 @@ msgid ""
594
  msgstr "YITH Wishlist erfordert WooCommerce"
595
 
596
  #: ../init.php:140
597
- msgid ""
598
- "You can't activate the free version of YITH WooCommerce Wishlist while you "
599
- "are using the premium one."
 
 
600
  msgstr ""
601
 
602
  #: ../templates/admin/wishlist-panel-premium.php:185
@@ -877,7 +970,7 @@ msgstr "Artikel Preis"
877
  msgid "Stock Status"
878
  msgstr "Lager Status"
879
 
880
- #: ../templates/wishlist-view.php:152 ../templates/wishlist-view.php:231
881
  msgid "Remove this product"
882
  msgstr "Artikel entfernen"
883
 
@@ -885,51 +978,56 @@ msgstr "Artikel entfernen"
885
  msgid "Free!"
886
  msgstr "Kostenlos!"
887
 
888
- #: ../templates/wishlist-view.php:178
889
  msgid "Out of Stock"
890
  msgstr "Nicht auf Lager"
891
 
892
- #: ../templates/wishlist-view.php:178
893
  msgid "In Stock"
894
  msgstr "Auf Lager"
895
 
896
- #: ../templates/wishlist-view.php:187
897
  #, php-format
898
  msgid "Added on : %s"
899
  msgstr "Hinzugefügt am: %s"
900
 
901
- #: ../templates/wishlist-view.php:199
902
  msgid "Move"
903
  msgstr "Verschieben"
904
 
905
- #: ../templates/wishlist-view.php:211
906
- msgid "Shared"
907
- msgstr "geteilt"
908
-
909
- #: ../templates/wishlist-view.php:214
910
- msgid "Private"
911
- msgstr "Privat"
912
-
913
- #: ../templates/wishlist-view.php:217
914
- msgid "Public"
915
- msgstr "Öffentlich"
916
-
917
- #: ../templates/wishlist-view.php:231
918
  msgid "Remove"
919
  msgstr "Entfernen"
920
 
921
- #: ../templates/wishlist-view.php:258
922
  msgid "Add the selected products to the cart"
923
  msgstr "Ausgewählte Artikel<br />in den Warenkorb"
924
 
925
- #: ../templates/wishlist-view.php:266 ../templates/wishlist-view.php:312
926
  msgid "Ask for an estimate"
927
  msgstr "Nach einem Angebot Fragen"
928
 
929
- #: ../templates/wishlist-view.php:302
930
  msgid "Your email"
931
  msgstr ""
932
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
933
  #~ msgid "I wanted you to see this site"
934
  #~ msgstr "Ich möchte das ihr meine Seite seht"
935
 
@@ -1122,9 +1220,6 @@ msgstr ""
1122
  #~ msgid "Manage your wishlists on %s"
1123
  #~ msgstr "Wunschlisten auf %s bearbeiten"
1124
 
1125
- #~ msgid "Wishlists"
1126
- #~ msgstr "Wunschlisten"
1127
-
1128
  #~ msgid "Popular"
1129
  #~ msgstr "Beliebt"
1130
 
@@ -1172,9 +1267,6 @@ msgstr ""
1172
  #~ msgid "Wishlist Count"
1173
  #~ msgstr "Wunschlisten Zähler"
1174
 
1175
- #~ msgid "Wishlist \"Ask an estimate\""
1176
- #~ msgstr "Wunschliste \"Angebot anfragen\""
1177
-
1178
  #~ msgid "Wishlist Promotion"
1179
  #~ msgstr "Wunschlisten Marketing"
1180
 
@@ -1324,9 +1416,6 @@ msgstr ""
1324
  #~ msgid "Create wishlist"
1325
  #~ msgstr "Wunschliste erstellen"
1326
 
1327
- #~ msgid "Create"
1328
- #~ msgstr "Erstellen"
1329
-
1330
  #~ msgid "Search wishlists"
1331
  #~ msgstr "Wunschliste suchen"
1332
 
@@ -1439,12 +1528,6 @@ msgstr ""
1439
  #~ msgid "YITH Wishlist"
1440
  #~ msgstr "YITH Wunschliste"
1441
 
1442
- #~ msgid "A list of user's wishlists"
1443
- #~ msgstr "Wunschlisten anderer Nutzer"
1444
-
1445
- #~ msgid "Title:"
1446
- #~ msgstr "Titel:"
1447
-
1448
  #~ msgid "\"Your wishlist\" link:"
1449
  #~ msgstr "Deine Wunschliste Link"
1450
 
@@ -1548,9 +1631,6 @@ msgstr ""
1548
  #~ "\n"
1549
  #~ "Zusätzliche Angaben:\n"
1550
 
1551
- #~ msgid "Customer details"
1552
- #~ msgstr "Benutzer Details"
1553
-
1554
  #~ msgid "Email:"
1555
  #~ msgstr "EMail:"
1556
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
+ "POT-Creation-Date: 2018-10-04 14:50+0200\n"
5
+ "PO-Revision-Date: 2018-10-04 14:50+0200\n"
6
  "Last-Translator: \n"
7
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
8
  "Language: de_DE\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 2.0.8\n"
13
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;__ngettext:1,2;"
14
  "__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;"
15
  "_nx_noop:4c,1,2\n"
20
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
21
 
22
  #: ../includes/class.yith-wcwl-admin-init.php:159
23
+ #: ../includes/class.yith-wcwl-admin-init.php:1478
24
+ #: ../includes/class.yith-wcwl-admin-init.php:1479
25
+ #: ../includes/class.yith-wcwl-install.php:245
26
  msgid "Wishlist"
27
  msgstr "Wunschliste"
28
 
29
  #: ../includes/class.yith-wcwl-admin-init.php:161
 
30
  msgid "Settings"
31
  msgstr "Einstellungen"
32
 
33
  #: ../includes/class.yith-wcwl-admin-init.php:162
34
+ #: ../includes/class.yith-wcwl-admin-init.php:243
35
  msgid "Colors"
36
  msgstr "Farben"
37
 
38
  #: ../includes/class.yith-wcwl-admin-init.php:163
 
39
  msgid "Premium Version"
40
  msgstr "Premium Version"
41
 
42
+ #: ../includes/class.yith-wcwl-admin-init.php:1018
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
43
  msgid "Upgrade to the PREMIUM VERSION"
44
  msgstr ""
45
  "Hier die <a href=\"https://goo.gl/wxbNyw\" target=\"_blank\">PREMIUM "
46
  "VERSION</a> kaufen."
47
 
48
+ #: ../includes/class.yith-wcwl-admin-init.php:1022
 
 
 
 
49
  msgid "Discover the Advanced Features"
50
  msgstr "Erweiterte Funktionen ansehen"
51
 
52
+ #: ../includes/class.yith-wcwl-admin-init.php:1023
53
  msgid ""
54
  "Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE WISHLIST to benefit from "
55
  "all features!"
56
  msgstr ""
57
 
58
+ #: ../includes/class.yith-wcwl-admin-init.php:1029
59
  msgid "Get Support and Pro Features"
60
  msgstr ""
61
  "<a href=\"https://goo.gl/wxbNyw\" target=\"_blank\">Support und Premium "
62
  "Features bekommen</a>"
63
 
64
+ #: ../includes/class.yith-wcwl-admin-init.php:1030
65
  msgid ""
66
  "By purchasing the premium version of the plugin, you will take advantage of "
67
  "the advanced features of the product and you will get one year of free "
72
  "Jahr freie Updates. Außerdem gibt's 24h Support auf unserer Webseite -> <a "
73
  "href=\"https://goo.gl/wxbNyw\" target=\"_blank\">Premium Version</a>"
74
 
75
+ #: ../includes/class.yith-wcwl-admin-init.php:1040
76
  msgid "General Settings"
77
  msgstr "Allgemeine Einstellungen"
78
 
79
+ #: ../includes/class.yith-wcwl-admin-init.php:1047
80
  msgid "Enable YITH Wishlist"
81
  msgstr "YITH Wunschlisten Plugin aktivieren"
82
 
83
+ #: ../includes/class.yith-wcwl-admin-init.php:1048
84
  #, php-format
85
  msgid ""
86
  "Enable all plugin features. <strong>Be sure to select at least one option in "
88
  "plugin <a href=\"%s\" target=\"_blank\">documentation</a>."
89
  msgstr ""
90
 
91
+ #: ../includes/class.yith-wcwl-admin-init.php:1054
92
  msgid "Default wishlist title"
93
  msgstr "Standard Wunschlisten Titel"
94
 
95
+ #: ../includes/class.yith-wcwl-admin-init.php:1056
96
+ #: ../includes/class.yith-wcwl-admin-init.php:1057
97
+ #: ../includes/class.yith-wcwl-admin-init.php:1293
98
  #, php-format
99
  msgid "My wishlist on %s"
100
  msgstr "Meine Wunschliste bei %s"
101
 
102
+ #: ../includes/class.yith-wcwl-admin-init.php:1062
103
  msgid "Wishlist Page"
104
  msgstr "Wunschlisten Seite"
105
 
106
+ #: ../includes/class.yith-wcwl-admin-init.php:1063
107
  msgid "Page contents: [yith_wcwl_wishlist]"
108
  msgstr "Seiteninhalt: [yith_wcwl_wishlist]"
109
 
110
+ #: ../includes/class.yith-wcwl-admin-init.php:1072
111
  msgid "Position"
112
  msgstr "Position"
113
 
114
+ #: ../includes/class.yith-wcwl-admin-init.php:1073
115
  msgid ""
116
  "You can add the button in variable products only after the \"Add to Cart\" "
117
  "button or using the shortcode [yith_wcwl_add_to_wishlist]."
119
  "Du kannst den Button bei Variablen Produkten nur nach dem \"In den Warenkorb"
120
  "\" Button hinzufügen oder du nutzt den Shortcode [yith_wcwl_add_to_wishlist]."
121
 
122
+ #: ../includes/class.yith-wcwl-admin-init.php:1079
123
  msgid "After \"Add to cart\""
124
  msgstr "Nach \"in den Warenkorb\""
125
 
126
+ #: ../includes/class.yith-wcwl-admin-init.php:1080
127
  msgid "After thumbnails"
128
  msgstr "Nach dem Vorschaubild"
129
 
130
+ #: ../includes/class.yith-wcwl-admin-init.php:1081
131
  msgid "After summary"
132
  msgstr "Nach der Zusammenfassung"
133
 
134
+ #: ../includes/class.yith-wcwl-admin-init.php:1082
135
  msgid "Use shortcode"
136
  msgstr "Benutze Shortcodes"
137
 
138
+ #: ../includes/class.yith-wcwl-admin-init.php:1087
139
  msgid "Redirect to cart"
140
  msgstr "Zum Warenkorb weiterleiten"
141
 
142
+ #: ../includes/class.yith-wcwl-admin-init.php:1088
143
  msgid ""
144
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
145
  "page."
147
  "Zum Warenkorb weiterleiten wenn der Button \"Hinzufügen zum Warenkorb\" "
148
  "geklickt wird"
149
 
150
+ #: ../includes/class.yith-wcwl-admin-init.php:1094
151
  msgid "Remove if added to the cart"
152
  msgstr "Entfernen wenn zum Warenkorb hinzugefügt"
153
 
154
+ #: ../includes/class.yith-wcwl-admin-init.php:1095
155
  msgid "Remove the product from the wishlist if it has been added to the cart."
156
  msgstr "Von der Wunschliste entfernen wenn zum Warenkorb hinzugefügt."
157
 
158
+ #: ../includes/class.yith-wcwl-admin-init.php:1101
159
  msgid "\"Add to Wishlist\" text"
160
  msgstr "Zur Wunschliste hinzufügen Text"
161
 
162
+ #: ../includes/class.yith-wcwl-admin-init.php:1103
163
  msgid "Add to Wishlist"
164
  msgstr "Auf die Wunschliste"
165
 
166
+ #: ../includes/class.yith-wcwl-admin-init.php:1108
167
  msgid "\"Browse wishlist\" text"
168
  msgstr "\"Wunschliste durchsuchen\" Text"
169
 
170
+ #: ../includes/class.yith-wcwl-admin-init.php:1110
171
  #: ../includes/class.yith-wcwl-ui.php:82 ../includes/class.yith-wcwl-ui.php:83
172
  msgid "Browse Wishlist"
173
  msgstr "Wunschliste durchstöbern"
174
 
175
+ #: ../includes/class.yith-wcwl-admin-init.php:1115
176
  msgid "\"Product already in wishlist\" text"
177
  msgstr "Artikel ist bereits auf der Wunschliste Text"
178
 
179
+ #: ../includes/class.yith-wcwl-admin-init.php:1117
180
  #: ../includes/class.yith-wcwl-ui.php:83
181
  msgid "The product is already in the wishlist!"
182
  msgstr "Der Artikel ist bereits auf einer Wunschliste"
183
 
184
+ #: ../includes/class.yith-wcwl-admin-init.php:1122
185
  msgid "\"Product added\" text"
186
  msgstr "Artikel hinzugefügt Text"
187
 
188
+ #: ../includes/class.yith-wcwl-admin-init.php:1124
189
  #: ../includes/class.yith-wcwl-ui.php:82
190
  msgid "Product added!"
191
  msgstr "Artikel hinzugefügt!"
192
 
193
+ #: ../includes/class.yith-wcwl-admin-init.php:1129
194
  msgid "\"Add to Cart\" text"
195
  msgstr "In den Warenkorb Text"
196
 
197
+ #: ../includes/class.yith-wcwl-admin-init.php:1131
198
  msgid "Add to Cart"
199
  msgstr "In den Warenkorb"
200
 
201
+ #: ../includes/class.yith-wcwl-admin-init.php:1136
202
  msgid "Show Unit price"
203
  msgstr "Zeige Artikel Preis"
204
 
205
+ #: ../includes/class.yith-wcwl-admin-init.php:1137
206
  msgid "Show unit price for each product in wishlist"
207
  msgstr "Zeige Artikel Preis für jedes Produkt"
208
 
209
+ #: ../includes/class.yith-wcwl-admin-init.php:1144
210
  msgid "Show \"Add to Cart\" button"
211
  msgstr "Zeige \"Zum Warenkorb hinzufügen\" Button"
212
 
213
+ #: ../includes/class.yith-wcwl-admin-init.php:1145
214
  msgid "Show \"Add to Cart\" button for each product in wishlist"
215
  msgstr "Zeige \"Zum, Warenkorb hinzufügen\" Button bei jedem Artikel"
216
 
217
+ #: ../includes/class.yith-wcwl-admin-init.php:1152
218
  msgid "Show Stock status"
219
  msgstr "Zeige Lagerstatus"
220
 
221
+ #: ../includes/class.yith-wcwl-admin-init.php:1153
222
  msgid ""
223
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
224
  msgstr "Zeige den Lagerstatus für jeden Artikel"
225
 
226
+ #: ../includes/class.yith-wcwl-admin-init.php:1160
227
  msgid "Show Date of addition"
228
  msgstr "Zeige Datum des hinzufügens"
229
 
230
+ #: ../includes/class.yith-wcwl-admin-init.php:1161
231
  msgid "Show the date when users have added a product to the wishlist"
232
  msgstr "Zeige Datum wann der Kunde den Artikel hinzugefügt hat"
233
 
234
+ #: ../includes/class.yith-wcwl-admin-init.php:1168
235
  msgid "Add second remove button"
236
  msgstr "Einen zweiten \"Entfernen\" Button"
237
 
238
+ #: ../includes/class.yith-wcwl-admin-init.php:1169
239
  msgid "Add a second remove button in the last column, with extended label"
240
  msgstr "Zweiter \"entfernen\" Button in der letzten Spalte"
241
 
242
+ #: ../includes/class.yith-wcwl-admin-init.php:1184
243
  msgid "Styles"
244
  msgstr "Stile"
245
 
246
+ #: ../includes/class.yith-wcwl-admin-init.php:1191
247
  msgid "Use buttons"
248
  msgstr "Benutze Buttons"
249
 
250
+ #: ../includes/class.yith-wcwl-admin-init.php:1192
251
  msgid "Use buttons instead of simple anchors."
252
  msgstr "Benutze Buttons anstelle von Text Links."
253
 
254
+ #: ../includes/class.yith-wcwl-admin-init.php:1198
255
  msgid "Custom CSS"
256
  msgstr "Benutzerdefiniertes CSS"
257
 
258
+ #: ../includes/class.yith-wcwl-admin-init.php:1205
259
  msgid "Use theme style"
260
  msgstr "Nutze das Theme Styling"
261
 
262
+ #: ../includes/class.yith-wcwl-admin-init.php:1206
263
  msgid "Use the theme style."
264
  msgstr "Nutze das Theme Styling."
265
 
266
+ #: ../includes/class.yith-wcwl-admin-init.php:1212
267
  msgid "Rounded buttons"
268
  msgstr "Abgerundete Buttons"
269
 
270
+ #: ../includes/class.yith-wcwl-admin-init.php:1213
271
  msgid "Make button corners rounded"
272
  msgstr "Nutze runde Button Ecken."
273
 
274
+ #: ../includes/class.yith-wcwl-admin-init.php:1219
275
  msgid "\"Add to Wishlist\" icon"
276
  msgstr "Zur Wunschliste hinzufügen Symbol"
277
 
278
+ #: ../includes/class.yith-wcwl-admin-init.php:1220
279
  msgid "Add an icon to the \"Add to Wishlist\" button"
280
  msgstr "Symbol für \"Auf die Wunschliste\" Button"
281
 
282
+ #: ../includes/class.yith-wcwl-admin-init.php:1230
283
  msgid "\"Add to Cart\" icon"
284
  msgstr "In den Warenkorb Symbol"
285
 
286
+ #: ../includes/class.yith-wcwl-admin-init.php:1231
287
  msgid "Add an icon to the \"Add to Cart\" button"
288
  msgstr "Symbol für \"in den Warenkorb\" Button"
289
 
290
+ #: ../includes/class.yith-wcwl-admin-init.php:1249
291
  msgid "Social Networks & Share"
292
  msgstr "Social Netzwerke und Teilen"
293
 
294
+ #: ../includes/class.yith-wcwl-admin-init.php:1256
295
  msgid "Share on Facebook"
296
  msgstr "Auf Facebook teilen"
297
 
298
+ #: ../includes/class.yith-wcwl-admin-init.php:1257
299
  msgid "Show \"Share on Facebook\" button"
300
  msgstr "Zeige \"Auf Facebook teilen\" Button"
301
 
302
+ #: ../includes/class.yith-wcwl-admin-init.php:1263
303
  msgid "Tweet on Twitter"
304
  msgstr "Auf Twitter teilen"
305
 
306
+ #: ../includes/class.yith-wcwl-admin-init.php:1264
307
  msgid "Show \"Tweet on Twitter\" button"
308
  msgstr "Zeige \"Auf Twitter teilen\" Button"
309
 
310
+ #: ../includes/class.yith-wcwl-admin-init.php:1270
311
  msgid "Pin on Pinterest"
312
  msgstr "Auf Pinterest teilen"
313
 
314
+ #: ../includes/class.yith-wcwl-admin-init.php:1271
315
  msgid "Show \"Pin on Pinterest\" button"
316
  msgstr "Zeige \"Auf Pinterest teilen\" Button"
317
 
318
+ #: ../includes/class.yith-wcwl-admin-init.php:1277
319
  msgid "Share on Google+"
320
  msgstr "Auf Google+ teilen"
321
 
322
+ #: ../includes/class.yith-wcwl-admin-init.php:1278
323
  msgid "Show \"Share on Google+\" button"
324
  msgstr "Zeige \"Auf Google+ teilen\" Button"
325
 
326
+ #: ../includes/class.yith-wcwl-admin-init.php:1284
327
  msgid "Share by Email"
328
  msgstr "Per E-Mail teilen"
329
 
330
+ #: ../includes/class.yith-wcwl-admin-init.php:1285
331
  msgid "Show \"Share by Email\" button"
332
  msgstr "Zeige \"Per E-Mail teilen\" Button"
333
 
334
+ #: ../includes/class.yith-wcwl-admin-init.php:1291
335
  msgid "Social title"
336
  msgstr "Social Titel"
337
 
338
+ #: ../includes/class.yith-wcwl-admin-init.php:1298
339
  msgid "Social text"
340
  msgstr "Social Text"
341
 
342
+ #: ../includes/class.yith-wcwl-admin-init.php:1299
343
  msgid ""
344
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
345
  "strong> where you want to show the URL of your wishlist."
347
  "Wird von Pinterest und Twitter genutzt. Benutze <strong>%wishlist_url%</"
348
  "strong> um die URL der Wunschliste anzuzeigen."
349
 
350
+ #: ../includes/class.yith-wcwl-admin-init.php:1306
351
  msgid "Social image URL"
352
  msgstr "Social Bild URL"
353
 
354
+ #: ../includes/class.yith-wcwl-admin-init.php:1307
355
  msgid "It will be used by Pinterest."
356
  msgstr "Wird von Pinterest genutzt."
357
 
358
+ #: ../includes/class.yith-wcwl-admin-init.php:1321
359
  #, php-format
360
  msgid ""
361
  "If you want to take advantage of this feature, you could consider to "
365
  "<a href=https://goo.gl/iHq6lS\" target=\"_blank\">Frequently Bought "
366
  "together</a>. %s"
367
 
368
+ #: ../includes/class.yith-wcwl-admin-init.php:1326
369
  msgid "YITH WooCommerce Frequently Bought Together Integration"
370
  msgstr "YITH WooCommerce Frequently Bought Together integration"
371
 
372
+ #: ../includes/class.yith-wcwl-admin-init.php:1333
373
  msgid "Enable slider in wishlist"
374
  msgstr "Slider in Wunschliste aktivieren"
375
 
376
+ #: ../includes/class.yith-wcwl-admin-init.php:1334
377
  #, php-format
378
  msgid ""
379
  "Choose to enable product slider in wishlist page with linked products (<a "
382
  "Auswählen um einen Artikel Slider in der Wunschliste zu aktivieren. (<a href="
383
  "\"%s\" class=\"thickbox\">Beispiel</a>). %s"
384
 
385
+ #: ../includes/class.yith-wcwl-admin-init.php:1370
386
  msgid "\"Add to wishlist\" button"
387
  msgstr "Zur Wunschliste hinzufügen Button"
388
 
389
+ #: ../includes/class.yith-wcwl-admin-init.php:1373
390
+ #: ../includes/class.yith-wcwl-admin-init.php:1391
391
+ #: ../includes/class.yith-wcwl-admin-init.php:1409
392
+ #: ../includes/class.yith-wcwl-admin-init.php:1427
393
+ #: ../includes/class.yith-wcwl-admin-init.php:1445
394
  msgid "Background"
395
  msgstr "Hintergrund"
396
 
397
+ #: ../includes/class.yith-wcwl-admin-init.php:1374
398
+ #: ../includes/class.yith-wcwl-admin-init.php:1392
399
+ #: ../includes/class.yith-wcwl-admin-init.php:1410
400
+ #: ../includes/class.yith-wcwl-admin-init.php:1428
401
+ #: ../includes/class.yith-wcwl-admin-init.php:1446
402
  msgid "Text"
403
  msgstr "Text"
404
 
405
+ #: ../includes/class.yith-wcwl-admin-init.php:1375
406
+ #: ../includes/class.yith-wcwl-admin-init.php:1393
407
+ #: ../includes/class.yith-wcwl-admin-init.php:1411
408
+ #: ../includes/class.yith-wcwl-admin-init.php:1429
409
+ #: ../includes/class.yith-wcwl-admin-init.php:1447
410
  msgid "Border"
411
  msgstr "Rand"
412
 
413
+ #: ../includes/class.yith-wcwl-admin-init.php:1382
414
+ #: ../includes/class.yith-wcwl-admin-init.php:1400
415
+ #: ../includes/class.yith-wcwl-admin-init.php:1418
416
+ #: ../includes/class.yith-wcwl-admin-init.php:1436
417
  msgid "Background (hover)"
418
  msgstr "Hintergrund (Hover)"
419
 
420
+ #: ../includes/class.yith-wcwl-admin-init.php:1383
421
+ #: ../includes/class.yith-wcwl-admin-init.php:1401
422
+ #: ../includes/class.yith-wcwl-admin-init.php:1419
423
+ #: ../includes/class.yith-wcwl-admin-init.php:1437
424
  msgid "Text (hover)"
425
  msgstr "Text (hover)"
426
 
427
+ #: ../includes/class.yith-wcwl-admin-init.php:1384
428
+ #: ../includes/class.yith-wcwl-admin-init.php:1402
429
+ #: ../includes/class.yith-wcwl-admin-init.php:1420
430
+ #: ../includes/class.yith-wcwl-admin-init.php:1438
431
  msgid "Border (hover)"
432
  msgstr "Rand (Hover)"
433
 
434
+ #: ../includes/class.yith-wcwl-admin-init.php:1388
435
  msgid "\"Add to Cart\" button"
436
  msgstr "In den Warenkorb Button"
437
 
438
+ #: ../includes/class.yith-wcwl-admin-init.php:1406
439
  msgid "\"Style 1\" button"
440
  msgstr "Stil 1 Button"
441
 
442
+ #: ../includes/class.yith-wcwl-admin-init.php:1424
443
  msgid "\"Style 2\" button"
444
  msgstr "Stil 2 Button"
445
 
446
+ #: ../includes/class.yith-wcwl-admin-init.php:1442
447
  msgid "Wishlist table"
448
  msgstr "Wunschlisten Tabelle"
449
 
450
+ #: ../includes/class.yith-wcwl-admin-init.php:1451
451
  msgid "Headers"
452
  msgstr "Kopfzeilen"
453
 
454
+ #: ../includes/class.yith-wcwl-admin-init.php:1454
455
  msgid "Background color"
456
  msgstr "Hintergrund Farbe"
457
 
458
+ #: ../includes/class.yith-wcwl-admin-init.php:1544
459
  msgid "Wishlist Activated"
460
  msgstr "Wunschliste aktiviert"
461
 
462
+ #: ../includes/class.yith-wcwl-admin-init.php:1545
463
  #, php-format
464
  msgid ""
465
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
472
  "href=\"https://goo.gl/wxbNyw\" target=\"blank\">Premium Version</a> hat eine "
473
  "Menge Funktionen mehr, schau sie dir doch mal an<a href=\"%s\">.</a>"
474
 
475
+ #: ../includes/class.yith-wcwl-admin-init.php:1556
476
  msgid "Wishlist Updated"
477
  msgstr "Wunschliste aktualisiert"
478
 
479
+ #: ../includes/class.yith-wcwl-admin-init.php:1557
480
  #, php-format
481
  msgid ""
482
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
490
  "eine <a href=\"https://goo.gl/wxbNyw\" target=\"_blank\">Premium Version</a> "
491
  "hast erscheint bei einem Update immer ein Hinweis<a href=\"%s\".</a>"
492
 
493
+ #: ../includes/class.yith-wcwl-init.php:403
494
  msgid ""
495
  "We are sorry, but this feature is available only if cookies are enabled on "
496
  "your browser."
497
  msgstr "Achtung, diese Funktionen benötigt Cookies."
498
 
499
+ #: ../includes/class.yith-wcwl-init.php:404
500
  msgid "Product correctly added to cart"
501
  msgstr "Artikel zum Einkaufswagen hinzugefügt"
502
 
503
+ #: ../includes/class.yith-wcwl-install.php:244
504
  msgctxt "page_slug"
505
  msgid "wishlist"
506
  msgstr "Wunschliste"
507
 
508
+ #: ../includes/class.yith-wcwl-privacy.php:50
509
+ msgid "While you visit our site, we’ll track:"
510
+ msgstr ""
511
+
512
+ #: ../includes/class.yith-wcwl-privacy.php:52
513
+ msgid ""
514
+ "Products you’ve added to the wishlist: we’ll use this to show you and other "
515
+ "users your favourite products, and to create targeted email campaigns."
516
+ msgstr ""
517
+
518
+ #: ../includes/class.yith-wcwl-privacy.php:53
519
+ msgid ""
520
+ "Wishlists you’ve created: we’ll keep track of the wishlists you create, and "
521
+ "make them visible to the store’s staff"
522
+ msgstr ""
523
+
524
+ #: ../includes/class.yith-wcwl-privacy.php:55
525
+ msgid ""
526
+ "We’ll also use cookies to keep track of wishlist contents while you’re "
527
+ "browsing our site."
528
+ msgstr ""
529
+
530
+ #: ../includes/class.yith-wcwl-privacy.php:58
531
+ msgid ""
532
+ "Members of our team have access to the information you provide us. For "
533
+ "example, both Administrators and Shop Managers can access:"
534
+ msgstr ""
535
+
536
+ #: ../includes/class.yith-wcwl-privacy.php:60
537
+ msgid ""
538
+ "Wishlist details, such as products added, date of addition, name and privacy "
539
+ "settings of your wishlists"
540
+ msgstr ""
541
+
542
+ #: ../includes/class.yith-wcwl-privacy.php:62
543
+ msgid ""
544
+ "Our team members have access to this information to offer you better deals "
545
+ "for the products you love."
546
+ msgstr ""
547
+
548
+ #: ../includes/class.yith-wcwl-privacy.php:82
549
+ #: ../includes/class.yith-wcwl-privacy.php:98
550
+ #, fuzzy
551
+ #| msgid "Customer details"
552
+ msgid "Customer Wishlists"
553
+ msgstr "Benutzer Details"
554
+
555
+ #: ../includes/class.yith-wcwl-privacy.php:133
556
+ msgid "Wishlists"
557
+ msgstr "Wunschlisten"
558
+
559
+ #: ../includes/class.yith-wcwl-privacy.php:195
560
+ #, fuzzy, php-format
561
+ #| msgid "My wishlist on %s"
562
+ msgid "Removed wishlist %s."
563
+ msgstr "Meine Wunschliste bei %s"
564
+
565
+ #: ../includes/class.yith-wcwl-privacy.php:199
566
+ #, fuzzy, php-format
567
+ #| msgid "Wishlist \"Ask an estimate\""
568
+ msgid "Wishlist %s has been retained."
569
+ msgstr "Wunschliste \"Angebot anfragen\""
570
+
571
+ #: ../includes/class.yith-wcwl-privacy.php:210
572
+ #, fuzzy
573
+ #| msgid "A list of user's wishlists"
574
+ msgid "Removed default user's wishlist"
575
+ msgstr "Wunschlisten anderer Nutzer"
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"
584
+ msgid "Wishlist url"
585
+ msgstr "Wunschliste"
586
+
587
+ #: ../includes/class.yith-wcwl-privacy.php:230
588
+ #, fuzzy
589
+ #| msgid "Title:"
590
+ msgid "Title"
591
+ msgstr "Titel:"
592
+
593
+ #: ../includes/class.yith-wcwl-privacy.php:231
594
+ #, fuzzy
595
+ #| msgid "Create"
596
+ msgctxt "date wishlist was created"
597
+ msgid "Created on"
598
+ msgstr "Erstellen"
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
609
+ #: ../templates/wishlist-view.php:212
610
+ msgid "Shared"
611
+ msgstr "geteilt"
612
+
613
+ #: ../includes/class.yith-wcwl-privacy.php:286
614
+ #: ../templates/wishlist-view.php:215
615
+ msgid "Private"
616
+ msgstr "Privat"
617
+
618
+ #: ../includes/class.yith-wcwl-privacy.php:289
619
+ #: ../templates/wishlist-view.php:218
620
+ msgid "Public"
621
+ msgstr "Öffentlich"
622
+
623
  #: ../includes/class.yith-wcwl-shortcode.php:259
624
  #: ../includes/class.yith-wcwl-ui.php:164
625
  msgid "Share on:"
642
  msgid "email"
643
  msgstr "email"
644
 
645
+ #: ../includes/class.yith-wcwl.php:201
646
  msgid "An error occurred while adding products to the wishlist."
647
  msgstr "Beim hinzufügen von Artikeln trat ein Fehler auf."
648
 
649
+ #: ../includes/class.yith-wcwl.php:293
650
  msgid "An error occurred while adding products to wishlist."
651
  msgstr "Beim hinzufügen von Artikeln trat ein Fehler auf."
652
 
653
+ #: ../includes/class.yith-wcwl.php:310
654
  msgid "The \"Remove\" option now does not require any parameter"
655
  msgstr "Die entfernen Funktion benötigt keine Parameter"
656
 
657
+ #: ../includes/class.yith-wcwl.php:359
658
  msgid "An error occurred while removing products from the wishlist"
659
  msgstr "Beim entfernen von Artikeln trat ein Fehler auf."
660
 
661
+ #: ../includes/class.yith-wcwl.php:809
662
  msgid "You need to log in before creating a new wishlist"
663
  msgstr "Du musst dich einloggen um eine Wunschliste zu erstellen"
664
 
665
+ #: ../includes/class.yith-wcwl.php:1610
666
  msgid "Product successfully removed."
667
  msgstr "Artikel entfernt."
668
 
669
+ #: ../includes/class.yith-wcwl.php:1614
670
  msgid "Error. Unable to remove the product from the wishlist."
671
  msgstr "Fehler: Artikel konnte nicht von der Wunschliste entfernt werden."
672
 
673
+ #: ../includes/class.yith-wcwl.php:1618 ../templates/wishlist-view.php:242
674
  msgid "No products were added to the wishlist"
675
  msgstr "Keine Produkte zur Wunschliste hinzugefügt"
676
 
677
+ #: ../includes/class.yith-wcwl.php:1660
678
  msgid "An error as occurred."
679
  msgstr "Es ist ein Fehler aufgetreten."
680
 
685
  msgstr "YITH Wishlist erfordert WooCommerce"
686
 
687
  #: ../init.php:140
688
+ msgid "You can't activate the free version of"
689
+ msgstr ""
690
+
691
+ #: ../init.php:140
692
+ msgid "while you are using the premium one."
693
  msgstr ""
694
 
695
  #: ../templates/admin/wishlist-panel-premium.php:185
970
  msgid "Stock Status"
971
  msgstr "Lager Status"
972
 
973
+ #: ../templates/wishlist-view.php:152 ../templates/wishlist-view.php:232
974
  msgid "Remove this product"
975
  msgstr "Artikel entfernen"
976
 
978
  msgid "Free!"
979
  msgstr "Kostenlos!"
980
 
981
+ #: ../templates/wishlist-view.php:179
982
  msgid "Out of Stock"
983
  msgstr "Nicht auf Lager"
984
 
985
+ #: ../templates/wishlist-view.php:179
986
  msgid "In Stock"
987
  msgstr "Auf Lager"
988
 
989
+ #: ../templates/wishlist-view.php:188
990
  #, php-format
991
  msgid "Added on : %s"
992
  msgstr "Hinzugefügt am: %s"
993
 
994
+ #: ../templates/wishlist-view.php:200
995
  msgid "Move"
996
  msgstr "Verschieben"
997
 
998
+ #: ../templates/wishlist-view.php:232
 
 
 
 
 
 
 
 
 
 
 
 
999
  msgid "Remove"
1000
  msgstr "Entfernen"
1001
 
1002
+ #: ../templates/wishlist-view.php:259
1003
  msgid "Add the selected products to the cart"
1004
  msgstr "Ausgewählte Artikel<br />in den Warenkorb"
1005
 
1006
+ #: ../templates/wishlist-view.php:267 ../templates/wishlist-view.php:313
1007
  msgid "Ask for an estimate"
1008
  msgstr "Nach einem Angebot Fragen"
1009
 
1010
+ #: ../templates/wishlist-view.php:303
1011
  msgid "Your email"
1012
  msgstr ""
1013
 
1014
+ #~ msgid "Live Demo"
1015
+ #~ msgstr "Live Demo"
1016
+
1017
+ #~ msgid ""
1018
+ #~ "WARNING: This plugin requires at least WooCommerce 2.2! Please, use this "
1019
+ #~ "link to update it."
1020
+ #~ msgstr "WARNUNG: Das Plugin erfordert mindestens WooCommerce 2.2!"
1021
+
1022
+ #~ msgid "WARNING: This plugin requires at least WooCommerce 2.2!"
1023
+ #~ msgstr "WARNUNG: Das Plugin erfordert mindestens WooCommerce 2.2!"
1024
+
1025
+ #~ msgid "Plugin Documentation"
1026
+ #~ msgstr "Plugin Dokumentation"
1027
+
1028
+ #~ msgid "YITH WooCommerce Wishlist"
1029
+ #~ msgstr "YITH WooCommerce Wunschliste"
1030
+
1031
  #~ msgid "I wanted you to see this site"
1032
  #~ msgstr "Ich möchte das ihr meine Seite seht"
1033
 
1220
  #~ msgid "Manage your wishlists on %s"
1221
  #~ msgstr "Wunschlisten auf %s bearbeiten"
1222
 
 
 
 
1223
  #~ msgid "Popular"
1224
  #~ msgstr "Beliebt"
1225
 
1267
  #~ msgid "Wishlist Count"
1268
  #~ msgstr "Wunschlisten Zähler"
1269
 
 
 
 
1270
  #~ msgid "Wishlist Promotion"
1271
  #~ msgstr "Wunschlisten Marketing"
1272
 
1416
  #~ msgid "Create wishlist"
1417
  #~ msgstr "Wunschliste erstellen"
1418
 
 
 
 
1419
  #~ msgid "Search wishlists"
1420
  #~ msgstr "Wunschliste suchen"
1421
 
1528
  #~ msgid "YITH Wishlist"
1529
  #~ msgstr "YITH Wunschliste"
1530
 
 
 
 
 
 
 
1531
  #~ msgid "\"Your wishlist\" link:"
1532
  #~ msgstr "Deine Wunschliste Link"
1533
 
1631
  #~ "\n"
1632
  #~ "Zusätzliche Angaben:\n"
1633
 
 
 
 
1634
  #~ msgid "Email:"
1635
  #~ msgstr "EMail:"
1636
 
languages/yith-woocommerce-wishlist-es_AR.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-es_AR.po CHANGED
@@ -1,15 +1,15 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
- "POT-Creation-Date: 2017-10-24 17:33+0200\n"
5
- "PO-Revision-Date: 2017-10-24 17:33+0200\n"
6
  "Last-Translator: YIThemes <support@yithemes.com>\n"
7
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
8
  "Language: es_AR\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 1.8.7.1\n"
13
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;__ngettext:1,2;"
14
  "__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;"
15
  "_nx_noop:4c,1,2\n"
@@ -20,83 +20,59 @@ msgstr ""
20
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
21
 
22
  #: ../includes/class.yith-wcwl-admin-init.php:159
23
- #: ../includes/class.yith-wcwl-admin-init.php:1483
24
- #: ../includes/class.yith-wcwl-admin-init.php:1484
25
- #: ../includes/class.yith-wcwl-install.php:244
26
  msgid "Wishlist"
27
  msgstr "Lista de deseos"
28
 
29
  #: ../includes/class.yith-wcwl-admin-init.php:161
30
- #: ../includes/class.yith-wcwl-admin-init.php:251
31
  msgid "Settings"
32
  msgstr "Configuraciones"
33
 
34
  #: ../includes/class.yith-wcwl-admin-init.php:162
35
- #: ../includes/class.yith-wcwl-admin-init.php:236
36
  msgid "Colors"
37
  msgstr "Colores"
38
 
39
  #: ../includes/class.yith-wcwl-admin-init.php:163
40
- #: ../includes/class.yith-wcwl-admin-init.php:255
41
  msgid "Premium Version"
42
  msgstr ""
43
 
44
- #: ../includes/class.yith-wcwl-admin-init.php:256
45
- msgid "Live Demo"
46
- msgstr ""
47
-
48
- #: ../includes/class.yith-wcwl-admin-init.php:280
49
- msgid ""
50
- "WARNING: This plugin requires at least WooCommerce 2.2! Please, use this "
51
- "link to update it."
52
- msgstr ""
53
-
54
- #: ../includes/class.yith-wcwl-admin-init.php:283
55
- msgid "WARNING: This plugin requires at least WooCommerce 2.2!"
56
- msgstr ""
57
-
58
- #: ../includes/class.yith-wcwl-admin-init.php:288
59
- msgid "Plugin Documentation"
60
- msgstr ""
61
-
62
- #: ../includes/class.yith-wcwl-admin-init.php:1023
63
  msgid "Upgrade to the PREMIUM VERSION"
64
  msgstr ""
65
 
66
- #: ../includes/class.yith-wcwl-admin-init.php:1026
67
- msgid "YITH WooCommerce Wishlist"
68
- msgstr ""
69
-
70
- #: ../includes/class.yith-wcwl-admin-init.php:1027
71
  msgid "Discover the Advanced Features"
72
  msgstr ""
73
 
74
- #: ../includes/class.yith-wcwl-admin-init.php:1028
75
  msgid ""
76
  "Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE WISHLIST to benefit from "
77
  "all features!"
78
  msgstr ""
79
 
80
- #: ../includes/class.yith-wcwl-admin-init.php:1034
81
  msgid "Get Support and Pro Features"
82
  msgstr ""
83
 
84
- #: ../includes/class.yith-wcwl-admin-init.php:1035
85
  msgid ""
86
  "By purchasing the premium version of the plugin, you will take advantage of "
87
  "the advanced features of the product and you will get one year of free "
88
  "updates and support through our platform available 24h/24."
89
  msgstr ""
90
 
91
- #: ../includes/class.yith-wcwl-admin-init.php:1045
92
  msgid "General Settings"
93
  msgstr "Configuraciones generales"
94
 
95
- #: ../includes/class.yith-wcwl-admin-init.php:1052
96
  msgid "Enable YITH Wishlist"
97
  msgstr "Habilitar YITH Wishlist"
98
 
99
- #: ../includes/class.yith-wcwl-admin-init.php:1053
100
  #, php-format
101
  msgid ""
102
  "Enable all plugin features. <strong>Be sure to select at least one option in "
@@ -104,31 +80,31 @@ msgid ""
104
  "plugin <a href=\"%s\" target=\"_blank\">documentation</a>."
105
  msgstr ""
106
 
107
- #: ../includes/class.yith-wcwl-admin-init.php:1059
108
  #, fuzzy
109
  msgid "Default wishlist title"
110
  msgstr "Título de la Lista de deseos"
111
 
112
- #: ../includes/class.yith-wcwl-admin-init.php:1061
113
- #: ../includes/class.yith-wcwl-admin-init.php:1062
114
- #: ../includes/class.yith-wcwl-admin-init.php:1298
115
  #, php-format
116
  msgid "My wishlist on %s"
117
  msgstr "Mi lista de deseos en %s"
118
 
119
- #: ../includes/class.yith-wcwl-admin-init.php:1067
120
  msgid "Wishlist Page"
121
  msgstr "Lista de deseos"
122
 
123
- #: ../includes/class.yith-wcwl-admin-init.php:1068
124
  msgid "Page contents: [yith_wcwl_wishlist]"
125
  msgstr "Contenidos: [yith_wcwl_wishlist]"
126
 
127
- #: ../includes/class.yith-wcwl-admin-init.php:1077
128
  msgid "Position"
129
  msgstr "Posición"
130
 
131
- #: ../includes/class.yith-wcwl-admin-init.php:1078
132
  #, fuzzy
133
  msgid ""
134
  "You can add the button in variable products only after the \"Add to Cart\" "
@@ -137,27 +113,27 @@ msgstr ""
137
  "En productos variables puedes agregarlo sólo Después de \"Agregar al carrito"
138
  "\" o usar el shortcode [yith_wcwl_add_to_wishlist]. "
139
 
140
- #: ../includes/class.yith-wcwl-admin-init.php:1084
141
  msgid "After \"Add to cart\""
142
  msgstr "Después de \"Agregar al carrito\""
143
 
144
- #: ../includes/class.yith-wcwl-admin-init.php:1085
145
  msgid "After thumbnails"
146
  msgstr "Después de las miniaturas"
147
 
148
- #: ../includes/class.yith-wcwl-admin-init.php:1086
149
  msgid "After summary"
150
  msgstr "Después del resúmen"
151
 
152
- #: ../includes/class.yith-wcwl-admin-init.php:1087
153
  msgid "Use shortcode"
154
  msgstr "Usar shortcode"
155
 
156
- #: ../includes/class.yith-wcwl-admin-init.php:1092
157
  msgid "Redirect to cart"
158
  msgstr "Redireccionar al carrito"
159
 
160
- #: ../includes/class.yith-wcwl-admin-init.php:1093
161
  msgid ""
162
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
163
  "page."
@@ -165,337 +141,337 @@ msgstr ""
165
  "Redireccionar a la página del carrito si se presiona el botón \"Agregar al "
166
  "carrito\" en la página de la lista de deseos."
167
 
168
- #: ../includes/class.yith-wcwl-admin-init.php:1099
169
  msgid "Remove if added to the cart"
170
  msgstr "Eliminar después de agregar al carrito"
171
 
172
- #: ../includes/class.yith-wcwl-admin-init.php:1100
173
  #, fuzzy
174
  msgid "Remove the product from the wishlist if it has been added to the cart."
175
  msgstr "Eliminar el producto de la lista de deseos si fue agregado al carrito."
176
 
177
- #: ../includes/class.yith-wcwl-admin-init.php:1106
178
  msgid "\"Add to Wishlist\" text"
179
  msgstr "Texto de \"Agregar a la Lista de deseos\""
180
 
181
- #: ../includes/class.yith-wcwl-admin-init.php:1108
182
  msgid "Add to Wishlist"
183
  msgstr "Agregar a la Lista de deseos"
184
 
185
- #: ../includes/class.yith-wcwl-admin-init.php:1113
186
  #, fuzzy
187
  msgid "\"Browse wishlist\" text"
188
  msgstr "Ir a la Lista de deseos"
189
 
190
- #: ../includes/class.yith-wcwl-admin-init.php:1115
191
  #: ../includes/class.yith-wcwl-ui.php:82 ../includes/class.yith-wcwl-ui.php:83
192
  msgid "Browse Wishlist"
193
  msgstr "Ir a la Lista de deseos"
194
 
195
- #: ../includes/class.yith-wcwl-admin-init.php:1120
196
  #, fuzzy
197
  msgid "\"Product already in wishlist\" text"
198
  msgstr "Ya está en tu lista de deseos!"
199
 
200
- #: ../includes/class.yith-wcwl-admin-init.php:1122
201
  #: ../includes/class.yith-wcwl-ui.php:83
202
  msgid "The product is already in the wishlist!"
203
  msgstr "¡Este producto ya está en la lista de deseos!"
204
 
205
- #: ../includes/class.yith-wcwl-admin-init.php:1127
206
  #, fuzzy
207
  msgid "\"Product added\" text"
208
  msgstr "¡Agregado!"
209
 
210
- #: ../includes/class.yith-wcwl-admin-init.php:1129
211
  #: ../includes/class.yith-wcwl-ui.php:82
212
  msgid "Product added!"
213
  msgstr "¡Agregado!"
214
 
215
- #: ../includes/class.yith-wcwl-admin-init.php:1134
216
  msgid "\"Add to Cart\" text"
217
  msgstr "Texto de \"Agregar al carrito\""
218
 
219
- #: ../includes/class.yith-wcwl-admin-init.php:1136
220
  msgid "Add to Cart"
221
  msgstr "Agregar al carrito"
222
 
223
- #: ../includes/class.yith-wcwl-admin-init.php:1141
224
  msgid "Show Unit price"
225
  msgstr "Mostrar precio por unidad"
226
 
227
- #: ../includes/class.yith-wcwl-admin-init.php:1142
228
  msgid "Show unit price for each product in wishlist"
229
  msgstr ""
230
 
231
- #: ../includes/class.yith-wcwl-admin-init.php:1149
232
  msgid "Show \"Add to Cart\" button"
233
  msgstr "Mostrar el botón \"Agregar al carrito\""
234
 
235
- #: ../includes/class.yith-wcwl-admin-init.php:1150
236
  #, fuzzy
237
  msgid "Show \"Add to Cart\" button for each product in wishlist"
238
  msgstr "Fondo del botón \"Agregar al carrito\""
239
 
240
- #: ../includes/class.yith-wcwl-admin-init.php:1157
241
  msgid "Show Stock status"
242
  msgstr "Mostrar estado del stock"
243
 
244
- #: ../includes/class.yith-wcwl-admin-init.php:1158
245
  msgid ""
246
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
247
  msgstr ""
248
 
249
- #: ../includes/class.yith-wcwl-admin-init.php:1165
250
  msgid "Show Date of addition"
251
  msgstr ""
252
 
253
- #: ../includes/class.yith-wcwl-admin-init.php:1166
254
  #, fuzzy
255
  msgid "Show the date when users have added a product to the wishlist"
256
  msgstr ""
257
  "¡Ups! Ha ocurrido un error al agregar el producto a la lista de deseos. "
258
  "Intenta nuevamente, por favor."
259
 
260
- #: ../includes/class.yith-wcwl-admin-init.php:1173
261
  #, fuzzy
262
  msgid "Add second remove button"
263
  msgstr "Texto del botón \"Agregar al carrito\""
264
 
265
- #: ../includes/class.yith-wcwl-admin-init.php:1174
266
  msgid "Add a second remove button in the last column, with extended label"
267
  msgstr ""
268
 
269
- #: ../includes/class.yith-wcwl-admin-init.php:1189
270
  msgid "Styles"
271
  msgstr "Estilos"
272
 
273
- #: ../includes/class.yith-wcwl-admin-init.php:1196
274
  msgid "Use buttons"
275
  msgstr "Usar botones"
276
 
277
- #: ../includes/class.yith-wcwl-admin-init.php:1197
278
  #, fuzzy
279
  msgid "Use buttons instead of simple anchors."
280
  msgstr "Usar botones en lugar de anclas simples."
281
 
282
- #: ../includes/class.yith-wcwl-admin-init.php:1203
283
  msgid "Custom CSS"
284
  msgstr "CSS personalizado"
285
 
286
- #: ../includes/class.yith-wcwl-admin-init.php:1210
287
  msgid "Use theme style"
288
  msgstr "Usar el estilo del tema"
289
 
290
- #: ../includes/class.yith-wcwl-admin-init.php:1211
291
  msgid "Use the theme style."
292
  msgstr "Usar el estilo del tema."
293
 
294
- #: ../includes/class.yith-wcwl-admin-init.php:1217
295
  #, fuzzy
296
  msgid "Rounded buttons"
297
  msgstr "Usar botones"
298
 
299
- #: ../includes/class.yith-wcwl-admin-init.php:1218
300
  #, fuzzy
301
  msgid "Make button corners rounded"
302
  msgstr "Redondear los ángulos de los botones"
303
 
304
- #: ../includes/class.yith-wcwl-admin-init.php:1224
305
  msgid "\"Add to Wishlist\" icon"
306
  msgstr "Ícono de \"Agregar a la Lista de deseos\""
307
 
308
- #: ../includes/class.yith-wcwl-admin-init.php:1225
309
  msgid "Add an icon to the \"Add to Wishlist\" button"
310
  msgstr "Agregar un ícono al botón de \"Agregar a la Lista de deseos\""
311
 
312
- #: ../includes/class.yith-wcwl-admin-init.php:1235
313
  msgid "\"Add to Cart\" icon"
314
  msgstr "Ícono de \"Agregar al carrito\""
315
 
316
- #: ../includes/class.yith-wcwl-admin-init.php:1236
317
  msgid "Add an icon to the \"Add to Cart\" button"
318
  msgstr "Agregar un ícono para el botón de \"Agregar al carrito\""
319
 
320
- #: ../includes/class.yith-wcwl-admin-init.php:1254
321
  #, fuzzy
322
  msgid "Social Networks & Share"
323
  msgstr "Sociales &amp; Compartir"
324
 
325
- #: ../includes/class.yith-wcwl-admin-init.php:1261
326
  msgid "Share on Facebook"
327
  msgstr "Compartir en Facebook"
328
 
329
- #: ../includes/class.yith-wcwl-admin-init.php:1262
330
  #, fuzzy
331
  msgid "Show \"Share on Facebook\" button"
332
  msgstr "Compartir en Facebook"
333
 
334
- #: ../includes/class.yith-wcwl-admin-init.php:1268
335
  msgid "Tweet on Twitter"
336
  msgstr "Tuitear en Twitter"
337
 
338
- #: ../includes/class.yith-wcwl-admin-init.php:1269
339
  #, fuzzy
340
  msgid "Show \"Tweet on Twitter\" button"
341
  msgstr "Tuitear en Twitter"
342
 
343
- #: ../includes/class.yith-wcwl-admin-init.php:1275
344
  msgid "Pin on Pinterest"
345
  msgstr "Compartir en Pinterest"
346
 
347
- #: ../includes/class.yith-wcwl-admin-init.php:1276
348
  #, fuzzy
349
  msgid "Show \"Pin on Pinterest\" button"
350
  msgstr "Compartir en Pinterest"
351
 
352
- #: ../includes/class.yith-wcwl-admin-init.php:1282
353
  msgid "Share on Google+"
354
  msgstr "Compartir en Google+"
355
 
356
- #: ../includes/class.yith-wcwl-admin-init.php:1283
357
  #, fuzzy
358
  msgid "Show \"Share on Google+\" button"
359
  msgstr "Compartir en Facebook"
360
 
361
- #: ../includes/class.yith-wcwl-admin-init.php:1289
362
  msgid "Share by Email"
363
  msgstr ""
364
 
365
- #: ../includes/class.yith-wcwl-admin-init.php:1290
366
  #, fuzzy
367
  msgid "Show \"Share by Email\" button"
368
  msgstr "Mostrar el botón \"Agregar al carrito\""
369
 
370
- #: ../includes/class.yith-wcwl-admin-init.php:1296
371
  #, fuzzy
372
  msgid "Social title"
373
  msgstr "Título de sociales"
374
 
375
- #: ../includes/class.yith-wcwl-admin-init.php:1303
376
  #, fuzzy
377
  msgid "Social text"
378
  msgstr "Texto de sociales"
379
 
380
- #: ../includes/class.yith-wcwl-admin-init.php:1304
381
  msgid ""
382
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
383
  "strong> where you want to show the URL of your wishlist."
384
  msgstr ""
385
 
386
- #: ../includes/class.yith-wcwl-admin-init.php:1311
387
  #, fuzzy
388
  msgid "Social image URL"
389
  msgstr "URL de las imágenes sociales"
390
 
391
- #: ../includes/class.yith-wcwl-admin-init.php:1312
392
  msgid "It will be used by Pinterest."
393
  msgstr ""
394
 
395
- #: ../includes/class.yith-wcwl-admin-init.php:1326
396
  #, php-format
397
  msgid ""
398
  "If you want to take advantage of this feature, you could consider to "
399
  "purchase the %s."
400
  msgstr ""
401
 
402
- #: ../includes/class.yith-wcwl-admin-init.php:1331
403
  msgid "YITH WooCommerce Frequently Bought Together Integration"
404
  msgstr ""
405
 
406
- #: ../includes/class.yith-wcwl-admin-init.php:1338
407
  msgid "Enable slider in wishlist"
408
  msgstr ""
409
 
410
- #: ../includes/class.yith-wcwl-admin-init.php:1339
411
  #, php-format
412
  msgid ""
413
  "Choose to enable product slider in wishlist page with linked products (<a "
414
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
415
  msgstr ""
416
 
417
- #: ../includes/class.yith-wcwl-admin-init.php:1375
418
  #, fuzzy
419
  msgid "\"Add to wishlist\" button"
420
  msgstr "Texto del botón \"Agregar a la lista de deseos\""
421
 
422
- #: ../includes/class.yith-wcwl-admin-init.php:1378
423
- #: ../includes/class.yith-wcwl-admin-init.php:1396
424
- #: ../includes/class.yith-wcwl-admin-init.php:1414
425
- #: ../includes/class.yith-wcwl-admin-init.php:1432
426
- #: ../includes/class.yith-wcwl-admin-init.php:1450
427
  msgid "Background"
428
  msgstr ""
429
 
430
- #: ../includes/class.yith-wcwl-admin-init.php:1379
431
- #: ../includes/class.yith-wcwl-admin-init.php:1397
432
- #: ../includes/class.yith-wcwl-admin-init.php:1415
433
- #: ../includes/class.yith-wcwl-admin-init.php:1433
434
- #: ../includes/class.yith-wcwl-admin-init.php:1451
435
  msgid "Text"
436
  msgstr ""
437
 
438
- #: ../includes/class.yith-wcwl-admin-init.php:1380
439
- #: ../includes/class.yith-wcwl-admin-init.php:1398
440
- #: ../includes/class.yith-wcwl-admin-init.php:1416
441
- #: ../includes/class.yith-wcwl-admin-init.php:1434
442
- #: ../includes/class.yith-wcwl-admin-init.php:1452
443
  msgid "Border"
444
  msgstr ""
445
 
446
- #: ../includes/class.yith-wcwl-admin-init.php:1387
447
- #: ../includes/class.yith-wcwl-admin-init.php:1405
448
- #: ../includes/class.yith-wcwl-admin-init.php:1423
449
- #: ../includes/class.yith-wcwl-admin-init.php:1441
450
  msgid "Background (hover)"
451
  msgstr ""
452
 
453
- #: ../includes/class.yith-wcwl-admin-init.php:1388
454
- #: ../includes/class.yith-wcwl-admin-init.php:1406
455
- #: ../includes/class.yith-wcwl-admin-init.php:1424
456
- #: ../includes/class.yith-wcwl-admin-init.php:1442
457
  msgid "Text (hover)"
458
  msgstr ""
459
 
460
- #: ../includes/class.yith-wcwl-admin-init.php:1389
461
- #: ../includes/class.yith-wcwl-admin-init.php:1407
462
- #: ../includes/class.yith-wcwl-admin-init.php:1425
463
- #: ../includes/class.yith-wcwl-admin-init.php:1443
464
  msgid "Border (hover)"
465
  msgstr ""
466
 
467
- #: ../includes/class.yith-wcwl-admin-init.php:1393
468
  #, fuzzy
469
  msgid "\"Add to Cart\" button"
470
  msgstr "Texto del botón \"Agregar al carrito\""
471
 
472
- #: ../includes/class.yith-wcwl-admin-init.php:1411
473
  msgid "\"Style 1\" button"
474
  msgstr ""
475
 
476
- #: ../includes/class.yith-wcwl-admin-init.php:1429
477
  msgid "\"Style 2\" button"
478
  msgstr ""
479
 
480
- #: ../includes/class.yith-wcwl-admin-init.php:1447
481
  #, fuzzy
482
  msgid "Wishlist table"
483
  msgstr "Título de la Lista de deseos"
484
 
485
- #: ../includes/class.yith-wcwl-admin-init.php:1456
486
  msgid "Headers"
487
  msgstr ""
488
 
489
- #: ../includes/class.yith-wcwl-admin-init.php:1459
490
  msgid "Background color"
491
  msgstr ""
492
 
493
- #: ../includes/class.yith-wcwl-admin-init.php:1549
494
  #, fuzzy
495
  msgid "Wishlist Activated"
496
  msgstr "Título de la Lista de deseos"
497
 
498
- #: ../includes/class.yith-wcwl-admin-init.php:1550
499
  #, php-format
500
  msgid ""
501
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
@@ -504,12 +480,12 @@ msgid ""
504
  "options, <a href=\"%s\">discover it now</a>."
505
  msgstr ""
506
 
507
- #: ../includes/class.yith-wcwl-admin-init.php:1561
508
  #, fuzzy
509
  msgid "Wishlist Updated"
510
  msgstr "Lista de deseos"
511
 
512
- #: ../includes/class.yith-wcwl-admin-init.php:1562
513
  #, php-format
514
  msgid ""
515
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
@@ -519,22 +495,134 @@ msgid ""
519
  "\">discover the PREMIUM version.</a>"
520
  msgstr ""
521
 
522
- #: ../includes/class.yith-wcwl-init.php:374
523
  msgid ""
524
  "We are sorry, but this feature is available only if cookies are enabled on "
525
  "your browser."
526
  msgstr ""
527
 
528
- #: ../includes/class.yith-wcwl-init.php:375
529
  #, fuzzy
530
  msgid "Product correctly added to cart"
531
  msgstr "¡Agregado!"
532
 
533
- #: ../includes/class.yith-wcwl-install.php:243
534
  msgctxt "page_slug"
535
  msgid "wishlist"
536
  msgstr ""
537
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
538
  #: ../includes/class.yith-wcwl-shortcode.php:259
539
  #: ../includes/class.yith-wcwl-ui.php:164
540
  msgid "Share on:"
@@ -557,50 +645,50 @@ msgstr ""
557
  msgid "email"
558
  msgstr ""
559
 
560
- #: ../includes/class.yith-wcwl.php:177
561
  #, fuzzy
562
  msgid "An error occurred while adding products to the wishlist."
563
  msgstr ""
564
  "¡Ups! Ha ocurrido un error al agregar el producto a la lista de deseos. "
565
  "Intenta nuevamente, por favor."
566
 
567
- #: ../includes/class.yith-wcwl.php:269
568
  #, fuzzy
569
  msgid "An error occurred while adding products to wishlist."
570
  msgstr ""
571
  "¡Ups! Ha ocurrido un error al agregar el producto a la lista de deseos. "
572
  "Intenta nuevamente, por favor."
573
 
574
- #: ../includes/class.yith-wcwl.php:286
575
  msgid "The \"Remove\" option now does not require any parameter"
576
  msgstr ""
577
 
578
- #: ../includes/class.yith-wcwl.php:335
579
  #, fuzzy
580
  msgid "An error occurred while removing products from the wishlist"
581
  msgstr ""
582
  "¡Ups! Ha ocurrido un error al eliminar el producto de tu lista. Intenta "
583
  "nuevamente, por favor."
584
 
585
- #: ../includes/class.yith-wcwl.php:783
586
  msgid "You need to log in before creating a new wishlist"
587
  msgstr ""
588
 
589
- #: ../includes/class.yith-wcwl.php:1578
590
  msgid "Product successfully removed."
591
  msgstr "Bien, lo hemos eliminado de tu lista..."
592
 
593
- #: ../includes/class.yith-wcwl.php:1582
594
  msgid "Error. Unable to remove the product from the wishlist."
595
  msgstr ""
596
  "¡Ups! Ha ocurrido un error al eliminar el producto de tu lista. Intenta "
597
  "nuevamente, por favor."
598
 
599
- #: ../includes/class.yith-wcwl.php:1586 ../templates/wishlist-view.php:241
600
  msgid "No products were added to the wishlist"
601
  msgstr "Tu lista de deseos está vacía por el momento..."
602
 
603
- #: ../includes/class.yith-wcwl.php:1628
604
  msgid "An error as occurred."
605
  msgstr ""
606
 
@@ -611,9 +699,11 @@ msgid ""
611
  msgstr ""
612
 
613
  #: ../init.php:140
614
- msgid ""
615
- "You can't activate the free version of YITH WooCommerce Wishlist while you "
616
- "are using the premium one."
 
 
617
  msgstr ""
618
 
619
  #: ../templates/admin/wishlist-panel-premium.php:185
@@ -898,7 +988,7 @@ msgid "Stock Status"
898
  msgstr "Estado de stock"
899
 
900
  # Not literal but more friendly.
901
- #: ../templates/wishlist-view.php:152 ../templates/wishlist-view.php:231
902
  msgid "Remove this product"
903
  msgstr "Ya no lo quiero"
904
 
@@ -906,49 +996,36 @@ msgstr "Ya no lo quiero"
906
  msgid "Free!"
907
  msgstr ""
908
 
909
- #: ../templates/wishlist-view.php:178
910
  msgid "Out of Stock"
911
  msgstr "No disponible por el momento"
912
 
913
- #: ../templates/wishlist-view.php:178
914
  msgid "In Stock"
915
  msgstr "¡Disponible!"
916
 
917
- #: ../templates/wishlist-view.php:187
918
  #, php-format
919
  msgid "Added on : %s"
920
  msgstr ""
921
 
922
- #: ../templates/wishlist-view.php:199
923
  msgid "Move"
924
  msgstr ""
925
 
926
- #: ../templates/wishlist-view.php:211
927
- #, fuzzy
928
- msgid "Shared"
929
- msgstr "Compartir en:"
930
-
931
- #: ../templates/wishlist-view.php:214
932
- msgid "Private"
933
- msgstr ""
934
-
935
- #: ../templates/wishlist-view.php:217
936
- msgid "Public"
937
- msgstr ""
938
-
939
- #: ../templates/wishlist-view.php:231
940
  msgid "Remove"
941
  msgstr ""
942
 
943
- #: ../templates/wishlist-view.php:258
944
  msgid "Add the selected products to the cart"
945
  msgstr ""
946
 
947
- #: ../templates/wishlist-view.php:266 ../templates/wishlist-view.php:312
948
  msgid "Ask for an estimate"
949
  msgstr ""
950
 
951
- #: ../templates/wishlist-view.php:302
952
  msgid "Your email"
953
  msgstr ""
954
 
@@ -1102,9 +1179,6 @@ msgstr ""
1102
  #~ msgid "Wishlist table background"
1103
  #~ msgstr "Fondo de la tabla de la Lista de Deseos"
1104
 
1105
- #~ msgid "Wishlist table text"
1106
- #~ msgstr "Texto de la tabla de la Lista de Deseos"
1107
-
1108
  #~ msgid "Wishlist table border"
1109
  #~ msgstr "Borde de la tabla de la Lista de Deseos"
1110
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
+ "POT-Creation-Date: 2018-10-04 14:50+0200\n"
5
+ "PO-Revision-Date: 2018-10-04 14:50+0200\n"
6
  "Last-Translator: YIThemes <support@yithemes.com>\n"
7
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
8
  "Language: es_AR\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 2.0.8\n"
13
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;__ngettext:1,2;"
14
  "__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;"
15
  "_nx_noop:4c,1,2\n"
20
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
21
 
22
  #: ../includes/class.yith-wcwl-admin-init.php:159
23
+ #: ../includes/class.yith-wcwl-admin-init.php:1478
24
+ #: ../includes/class.yith-wcwl-admin-init.php:1479
25
+ #: ../includes/class.yith-wcwl-install.php:245
26
  msgid "Wishlist"
27
  msgstr "Lista de deseos"
28
 
29
  #: ../includes/class.yith-wcwl-admin-init.php:161
 
30
  msgid "Settings"
31
  msgstr "Configuraciones"
32
 
33
  #: ../includes/class.yith-wcwl-admin-init.php:162
34
+ #: ../includes/class.yith-wcwl-admin-init.php:243
35
  msgid "Colors"
36
  msgstr "Colores"
37
 
38
  #: ../includes/class.yith-wcwl-admin-init.php:163
 
39
  msgid "Premium Version"
40
  msgstr ""
41
 
42
+ #: ../includes/class.yith-wcwl-admin-init.php:1018
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
43
  msgid "Upgrade to the PREMIUM VERSION"
44
  msgstr ""
45
 
46
+ #: ../includes/class.yith-wcwl-admin-init.php:1022
 
 
 
 
47
  msgid "Discover the Advanced Features"
48
  msgstr ""
49
 
50
+ #: ../includes/class.yith-wcwl-admin-init.php:1023
51
  msgid ""
52
  "Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE WISHLIST to benefit from "
53
  "all features!"
54
  msgstr ""
55
 
56
+ #: ../includes/class.yith-wcwl-admin-init.php:1029
57
  msgid "Get Support and Pro Features"
58
  msgstr ""
59
 
60
+ #: ../includes/class.yith-wcwl-admin-init.php:1030
61
  msgid ""
62
  "By purchasing the premium version of the plugin, you will take advantage of "
63
  "the advanced features of the product and you will get one year of free "
64
  "updates and support through our platform available 24h/24."
65
  msgstr ""
66
 
67
+ #: ../includes/class.yith-wcwl-admin-init.php:1040
68
  msgid "General Settings"
69
  msgstr "Configuraciones generales"
70
 
71
+ #: ../includes/class.yith-wcwl-admin-init.php:1047
72
  msgid "Enable YITH Wishlist"
73
  msgstr "Habilitar YITH Wishlist"
74
 
75
+ #: ../includes/class.yith-wcwl-admin-init.php:1048
76
  #, php-format
77
  msgid ""
78
  "Enable all plugin features. <strong>Be sure to select at least one option in "
80
  "plugin <a href=\"%s\" target=\"_blank\">documentation</a>."
81
  msgstr ""
82
 
83
+ #: ../includes/class.yith-wcwl-admin-init.php:1054
84
  #, fuzzy
85
  msgid "Default wishlist title"
86
  msgstr "Título de la Lista de deseos"
87
 
88
+ #: ../includes/class.yith-wcwl-admin-init.php:1056
89
+ #: ../includes/class.yith-wcwl-admin-init.php:1057
90
+ #: ../includes/class.yith-wcwl-admin-init.php:1293
91
  #, php-format
92
  msgid "My wishlist on %s"
93
  msgstr "Mi lista de deseos en %s"
94
 
95
+ #: ../includes/class.yith-wcwl-admin-init.php:1062
96
  msgid "Wishlist Page"
97
  msgstr "Lista de deseos"
98
 
99
+ #: ../includes/class.yith-wcwl-admin-init.php:1063
100
  msgid "Page contents: [yith_wcwl_wishlist]"
101
  msgstr "Contenidos: [yith_wcwl_wishlist]"
102
 
103
+ #: ../includes/class.yith-wcwl-admin-init.php:1072
104
  msgid "Position"
105
  msgstr "Posición"
106
 
107
+ #: ../includes/class.yith-wcwl-admin-init.php:1073
108
  #, fuzzy
109
  msgid ""
110
  "You can add the button in variable products only after the \"Add to Cart\" "
113
  "En productos variables puedes agregarlo sólo Después de \"Agregar al carrito"
114
  "\" o usar el shortcode [yith_wcwl_add_to_wishlist]. "
115
 
116
+ #: ../includes/class.yith-wcwl-admin-init.php:1079
117
  msgid "After \"Add to cart\""
118
  msgstr "Después de \"Agregar al carrito\""
119
 
120
+ #: ../includes/class.yith-wcwl-admin-init.php:1080
121
  msgid "After thumbnails"
122
  msgstr "Después de las miniaturas"
123
 
124
+ #: ../includes/class.yith-wcwl-admin-init.php:1081
125
  msgid "After summary"
126
  msgstr "Después del resúmen"
127
 
128
+ #: ../includes/class.yith-wcwl-admin-init.php:1082
129
  msgid "Use shortcode"
130
  msgstr "Usar shortcode"
131
 
132
+ #: ../includes/class.yith-wcwl-admin-init.php:1087
133
  msgid "Redirect to cart"
134
  msgstr "Redireccionar al carrito"
135
 
136
+ #: ../includes/class.yith-wcwl-admin-init.php:1088
137
  msgid ""
138
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
139
  "page."
141
  "Redireccionar a la página del carrito si se presiona el botón \"Agregar al "
142
  "carrito\" en la página de la lista de deseos."
143
 
144
+ #: ../includes/class.yith-wcwl-admin-init.php:1094
145
  msgid "Remove if added to the cart"
146
  msgstr "Eliminar después de agregar al carrito"
147
 
148
+ #: ../includes/class.yith-wcwl-admin-init.php:1095
149
  #, fuzzy
150
  msgid "Remove the product from the wishlist if it has been added to the cart."
151
  msgstr "Eliminar el producto de la lista de deseos si fue agregado al carrito."
152
 
153
+ #: ../includes/class.yith-wcwl-admin-init.php:1101
154
  msgid "\"Add to Wishlist\" text"
155
  msgstr "Texto de \"Agregar a la Lista de deseos\""
156
 
157
+ #: ../includes/class.yith-wcwl-admin-init.php:1103
158
  msgid "Add to Wishlist"
159
  msgstr "Agregar a la Lista de deseos"
160
 
161
+ #: ../includes/class.yith-wcwl-admin-init.php:1108
162
  #, fuzzy
163
  msgid "\"Browse wishlist\" text"
164
  msgstr "Ir a la Lista de deseos"
165
 
166
+ #: ../includes/class.yith-wcwl-admin-init.php:1110
167
  #: ../includes/class.yith-wcwl-ui.php:82 ../includes/class.yith-wcwl-ui.php:83
168
  msgid "Browse Wishlist"
169
  msgstr "Ir a la Lista de deseos"
170
 
171
+ #: ../includes/class.yith-wcwl-admin-init.php:1115
172
  #, fuzzy
173
  msgid "\"Product already in wishlist\" text"
174
  msgstr "Ya está en tu lista de deseos!"
175
 
176
+ #: ../includes/class.yith-wcwl-admin-init.php:1117
177
  #: ../includes/class.yith-wcwl-ui.php:83
178
  msgid "The product is already in the wishlist!"
179
  msgstr "¡Este producto ya está en la lista de deseos!"
180
 
181
+ #: ../includes/class.yith-wcwl-admin-init.php:1122
182
  #, fuzzy
183
  msgid "\"Product added\" text"
184
  msgstr "¡Agregado!"
185
 
186
+ #: ../includes/class.yith-wcwl-admin-init.php:1124
187
  #: ../includes/class.yith-wcwl-ui.php:82
188
  msgid "Product added!"
189
  msgstr "¡Agregado!"
190
 
191
+ #: ../includes/class.yith-wcwl-admin-init.php:1129
192
  msgid "\"Add to Cart\" text"
193
  msgstr "Texto de \"Agregar al carrito\""
194
 
195
+ #: ../includes/class.yith-wcwl-admin-init.php:1131
196
  msgid "Add to Cart"
197
  msgstr "Agregar al carrito"
198
 
199
+ #: ../includes/class.yith-wcwl-admin-init.php:1136
200
  msgid "Show Unit price"
201
  msgstr "Mostrar precio por unidad"
202
 
203
+ #: ../includes/class.yith-wcwl-admin-init.php:1137
204
  msgid "Show unit price for each product in wishlist"
205
  msgstr ""
206
 
207
+ #: ../includes/class.yith-wcwl-admin-init.php:1144
208
  msgid "Show \"Add to Cart\" button"
209
  msgstr "Mostrar el botón \"Agregar al carrito\""
210
 
211
+ #: ../includes/class.yith-wcwl-admin-init.php:1145
212
  #, fuzzy
213
  msgid "Show \"Add to Cart\" button for each product in wishlist"
214
  msgstr "Fondo del botón \"Agregar al carrito\""
215
 
216
+ #: ../includes/class.yith-wcwl-admin-init.php:1152
217
  msgid "Show Stock status"
218
  msgstr "Mostrar estado del stock"
219
 
220
+ #: ../includes/class.yith-wcwl-admin-init.php:1153
221
  msgid ""
222
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
223
  msgstr ""
224
 
225
+ #: ../includes/class.yith-wcwl-admin-init.php:1160
226
  msgid "Show Date of addition"
227
  msgstr ""
228
 
229
+ #: ../includes/class.yith-wcwl-admin-init.php:1161
230
  #, fuzzy
231
  msgid "Show the date when users have added a product to the wishlist"
232
  msgstr ""
233
  "¡Ups! Ha ocurrido un error al agregar el producto a la lista de deseos. "
234
  "Intenta nuevamente, por favor."
235
 
236
+ #: ../includes/class.yith-wcwl-admin-init.php:1168
237
  #, fuzzy
238
  msgid "Add second remove button"
239
  msgstr "Texto del botón \"Agregar al carrito\""
240
 
241
+ #: ../includes/class.yith-wcwl-admin-init.php:1169
242
  msgid "Add a second remove button in the last column, with extended label"
243
  msgstr ""
244
 
245
+ #: ../includes/class.yith-wcwl-admin-init.php:1184
246
  msgid "Styles"
247
  msgstr "Estilos"
248
 
249
+ #: ../includes/class.yith-wcwl-admin-init.php:1191
250
  msgid "Use buttons"
251
  msgstr "Usar botones"
252
 
253
+ #: ../includes/class.yith-wcwl-admin-init.php:1192
254
  #, fuzzy
255
  msgid "Use buttons instead of simple anchors."
256
  msgstr "Usar botones en lugar de anclas simples."
257
 
258
+ #: ../includes/class.yith-wcwl-admin-init.php:1198
259
  msgid "Custom CSS"
260
  msgstr "CSS personalizado"
261
 
262
+ #: ../includes/class.yith-wcwl-admin-init.php:1205
263
  msgid "Use theme style"
264
  msgstr "Usar el estilo del tema"
265
 
266
+ #: ../includes/class.yith-wcwl-admin-init.php:1206
267
  msgid "Use the theme style."
268
  msgstr "Usar el estilo del tema."
269
 
270
+ #: ../includes/class.yith-wcwl-admin-init.php:1212
271
  #, fuzzy
272
  msgid "Rounded buttons"
273
  msgstr "Usar botones"
274
 
275
+ #: ../includes/class.yith-wcwl-admin-init.php:1213
276
  #, fuzzy
277
  msgid "Make button corners rounded"
278
  msgstr "Redondear los ángulos de los botones"
279
 
280
+ #: ../includes/class.yith-wcwl-admin-init.php:1219
281
  msgid "\"Add to Wishlist\" icon"
282
  msgstr "Ícono de \"Agregar a la Lista de deseos\""
283
 
284
+ #: ../includes/class.yith-wcwl-admin-init.php:1220
285
  msgid "Add an icon to the \"Add to Wishlist\" button"
286
  msgstr "Agregar un ícono al botón de \"Agregar a la Lista de deseos\""
287
 
288
+ #: ../includes/class.yith-wcwl-admin-init.php:1230
289
  msgid "\"Add to Cart\" icon"
290
  msgstr "Ícono de \"Agregar al carrito\""
291
 
292
+ #: ../includes/class.yith-wcwl-admin-init.php:1231
293
  msgid "Add an icon to the \"Add to Cart\" button"
294
  msgstr "Agregar un ícono para el botón de \"Agregar al carrito\""
295
 
296
+ #: ../includes/class.yith-wcwl-admin-init.php:1249
297
  #, fuzzy
298
  msgid "Social Networks & Share"
299
  msgstr "Sociales &amp; Compartir"
300
 
301
+ #: ../includes/class.yith-wcwl-admin-init.php:1256
302
  msgid "Share on Facebook"
303
  msgstr "Compartir en Facebook"
304
 
305
+ #: ../includes/class.yith-wcwl-admin-init.php:1257
306
  #, fuzzy
307
  msgid "Show \"Share on Facebook\" button"
308
  msgstr "Compartir en Facebook"
309
 
310
+ #: ../includes/class.yith-wcwl-admin-init.php:1263
311
  msgid "Tweet on Twitter"
312
  msgstr "Tuitear en Twitter"
313
 
314
+ #: ../includes/class.yith-wcwl-admin-init.php:1264
315
  #, fuzzy
316
  msgid "Show \"Tweet on Twitter\" button"
317
  msgstr "Tuitear en Twitter"
318
 
319
+ #: ../includes/class.yith-wcwl-admin-init.php:1270
320
  msgid "Pin on Pinterest"
321
  msgstr "Compartir en Pinterest"
322
 
323
+ #: ../includes/class.yith-wcwl-admin-init.php:1271
324
  #, fuzzy
325
  msgid "Show \"Pin on Pinterest\" button"
326
  msgstr "Compartir en Pinterest"
327
 
328
+ #: ../includes/class.yith-wcwl-admin-init.php:1277
329
  msgid "Share on Google+"
330
  msgstr "Compartir en Google+"
331
 
332
+ #: ../includes/class.yith-wcwl-admin-init.php:1278
333
  #, fuzzy
334
  msgid "Show \"Share on Google+\" button"
335
  msgstr "Compartir en Facebook"
336
 
337
+ #: ../includes/class.yith-wcwl-admin-init.php:1284
338
  msgid "Share by Email"
339
  msgstr ""
340
 
341
+ #: ../includes/class.yith-wcwl-admin-init.php:1285
342
  #, fuzzy
343
  msgid "Show \"Share by Email\" button"
344
  msgstr "Mostrar el botón \"Agregar al carrito\""
345
 
346
+ #: ../includes/class.yith-wcwl-admin-init.php:1291
347
  #, fuzzy
348
  msgid "Social title"
349
  msgstr "Título de sociales"
350
 
351
+ #: ../includes/class.yith-wcwl-admin-init.php:1298
352
  #, fuzzy
353
  msgid "Social text"
354
  msgstr "Texto de sociales"
355
 
356
+ #: ../includes/class.yith-wcwl-admin-init.php:1299
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:1306
363
  #, fuzzy
364
  msgid "Social image URL"
365
  msgstr "URL de las imágenes sociales"
366
 
367
+ #: ../includes/class.yith-wcwl-admin-init.php:1307
368
  msgid "It will be used by Pinterest."
369
  msgstr ""
370
 
371
+ #: ../includes/class.yith-wcwl-admin-init.php:1321
372
  #, php-format
373
  msgid ""
374
  "If you want to take advantage of this feature, you could consider to "
375
  "purchase the %s."
376
  msgstr ""
377
 
378
+ #: ../includes/class.yith-wcwl-admin-init.php:1326
379
  msgid "YITH WooCommerce Frequently Bought Together Integration"
380
  msgstr ""
381
 
382
+ #: ../includes/class.yith-wcwl-admin-init.php:1333
383
  msgid "Enable slider in wishlist"
384
  msgstr ""
385
 
386
+ #: ../includes/class.yith-wcwl-admin-init.php:1334
387
  #, php-format
388
  msgid ""
389
  "Choose to enable product slider in wishlist page with linked products (<a "
390
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
391
  msgstr ""
392
 
393
+ #: ../includes/class.yith-wcwl-admin-init.php:1370
394
  #, fuzzy
395
  msgid "\"Add to wishlist\" button"
396
  msgstr "Texto del botón \"Agregar a la lista de deseos\""
397
 
398
+ #: ../includes/class.yith-wcwl-admin-init.php:1373
399
+ #: ../includes/class.yith-wcwl-admin-init.php:1391
400
+ #: ../includes/class.yith-wcwl-admin-init.php:1409
401
+ #: ../includes/class.yith-wcwl-admin-init.php:1427
402
+ #: ../includes/class.yith-wcwl-admin-init.php:1445
403
  msgid "Background"
404
  msgstr ""
405
 
406
+ #: ../includes/class.yith-wcwl-admin-init.php:1374
407
+ #: ../includes/class.yith-wcwl-admin-init.php:1392
408
+ #: ../includes/class.yith-wcwl-admin-init.php:1410
409
+ #: ../includes/class.yith-wcwl-admin-init.php:1428
410
+ #: ../includes/class.yith-wcwl-admin-init.php:1446
411
  msgid "Text"
412
  msgstr ""
413
 
414
+ #: ../includes/class.yith-wcwl-admin-init.php:1375
415
+ #: ../includes/class.yith-wcwl-admin-init.php:1393
416
+ #: ../includes/class.yith-wcwl-admin-init.php:1411
417
+ #: ../includes/class.yith-wcwl-admin-init.php:1429
418
+ #: ../includes/class.yith-wcwl-admin-init.php:1447
419
  msgid "Border"
420
  msgstr ""
421
 
422
+ #: ../includes/class.yith-wcwl-admin-init.php:1382
423
+ #: ../includes/class.yith-wcwl-admin-init.php:1400
424
+ #: ../includes/class.yith-wcwl-admin-init.php:1418
425
+ #: ../includes/class.yith-wcwl-admin-init.php:1436
426
  msgid "Background (hover)"
427
  msgstr ""
428
 
429
+ #: ../includes/class.yith-wcwl-admin-init.php:1383
430
+ #: ../includes/class.yith-wcwl-admin-init.php:1401
431
+ #: ../includes/class.yith-wcwl-admin-init.php:1419
432
+ #: ../includes/class.yith-wcwl-admin-init.php:1437
433
  msgid "Text (hover)"
434
  msgstr ""
435
 
436
+ #: ../includes/class.yith-wcwl-admin-init.php:1384
437
+ #: ../includes/class.yith-wcwl-admin-init.php:1402
438
+ #: ../includes/class.yith-wcwl-admin-init.php:1420
439
+ #: ../includes/class.yith-wcwl-admin-init.php:1438
440
  msgid "Border (hover)"
441
  msgstr ""
442
 
443
+ #: ../includes/class.yith-wcwl-admin-init.php:1388
444
  #, fuzzy
445
  msgid "\"Add to Cart\" button"
446
  msgstr "Texto del botón \"Agregar al carrito\""
447
 
448
+ #: ../includes/class.yith-wcwl-admin-init.php:1406
449
  msgid "\"Style 1\" button"
450
  msgstr ""
451
 
452
+ #: ../includes/class.yith-wcwl-admin-init.php:1424
453
  msgid "\"Style 2\" button"
454
  msgstr ""
455
 
456
+ #: ../includes/class.yith-wcwl-admin-init.php:1442
457
  #, fuzzy
458
  msgid "Wishlist table"
459
  msgstr "Título de la Lista de deseos"
460
 
461
+ #: ../includes/class.yith-wcwl-admin-init.php:1451
462
  msgid "Headers"
463
  msgstr ""
464
 
465
+ #: ../includes/class.yith-wcwl-admin-init.php:1454
466
  msgid "Background color"
467
  msgstr ""
468
 
469
+ #: ../includes/class.yith-wcwl-admin-init.php:1544
470
  #, fuzzy
471
  msgid "Wishlist Activated"
472
  msgstr "Título de la Lista de deseos"
473
 
474
+ #: ../includes/class.yith-wcwl-admin-init.php:1545
475
  #, php-format
476
  msgid ""
477
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
480
  "options, <a href=\"%s\">discover it now</a>."
481
  msgstr ""
482
 
483
+ #: ../includes/class.yith-wcwl-admin-init.php:1556
484
  #, fuzzy
485
  msgid "Wishlist Updated"
486
  msgstr "Lista de deseos"
487
 
488
+ #: ../includes/class.yith-wcwl-admin-init.php:1557
489
  #, php-format
490
  msgid ""
491
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
495
  "\">discover the PREMIUM version.</a>"
496
  msgstr ""
497
 
498
+ #: ../includes/class.yith-wcwl-init.php:403
499
  msgid ""
500
  "We are sorry, but this feature is available only if cookies are enabled on "
501
  "your browser."
502
  msgstr ""
503
 
504
+ #: ../includes/class.yith-wcwl-init.php:404
505
  #, fuzzy
506
  msgid "Product correctly added to cart"
507
  msgstr "¡Agregado!"
508
 
509
+ #: ../includes/class.yith-wcwl-install.php:244
510
  msgctxt "page_slug"
511
  msgid "wishlist"
512
  msgstr ""
513
 
514
+ #: ../includes/class.yith-wcwl-privacy.php:50
515
+ msgid "While you visit our site, we’ll track:"
516
+ msgstr ""
517
+
518
+ #: ../includes/class.yith-wcwl-privacy.php:52
519
+ msgid ""
520
+ "Products you’ve added to the wishlist: we’ll use this to show you and other "
521
+ "users your favourite products, and to create targeted email campaigns."
522
+ msgstr ""
523
+
524
+ #: ../includes/class.yith-wcwl-privacy.php:53
525
+ msgid ""
526
+ "Wishlists you’ve created: we’ll keep track of the wishlists you create, and "
527
+ "make them visible to the store’s staff"
528
+ msgstr ""
529
+
530
+ #: ../includes/class.yith-wcwl-privacy.php:55
531
+ msgid ""
532
+ "We’ll also use cookies to keep track of wishlist contents while you’re "
533
+ "browsing our site."
534
+ msgstr ""
535
+
536
+ #: ../includes/class.yith-wcwl-privacy.php:58
537
+ msgid ""
538
+ "Members of our team have access to the information you provide us. For "
539
+ "example, both Administrators and Shop Managers can access:"
540
+ msgstr ""
541
+
542
+ #: ../includes/class.yith-wcwl-privacy.php:60
543
+ msgid ""
544
+ "Wishlist details, such as products added, date of addition, name and privacy "
545
+ "settings of your wishlists"
546
+ msgstr ""
547
+
548
+ #: ../includes/class.yith-wcwl-privacy.php:62
549
+ msgid ""
550
+ "Our team members have access to this information to offer you better deals "
551
+ "for the products you love."
552
+ msgstr ""
553
+
554
+ #: ../includes/class.yith-wcwl-privacy.php:82
555
+ #: ../includes/class.yith-wcwl-privacy.php:98
556
+ #, fuzzy
557
+ #| msgid "Add to Wishlist"
558
+ msgid "Customer Wishlists"
559
+ msgstr "Agregar a la Lista de deseos"
560
+
561
+ #: ../includes/class.yith-wcwl-privacy.php:133
562
+ #, fuzzy
563
+ #| msgid "Wishlist"
564
+ msgid "Wishlists"
565
+ msgstr "Lista de deseos"
566
+
567
+ #: ../includes/class.yith-wcwl-privacy.php:195
568
+ #, fuzzy, php-format
569
+ #| msgid "My wishlist on %s"
570
+ msgid "Removed wishlist %s."
571
+ msgstr "Mi lista de deseos en %s"
572
+
573
+ #: ../includes/class.yith-wcwl-privacy.php:199
574
+ #, fuzzy, php-format
575
+ #| msgid "Wishlist table text"
576
+ msgid "Wishlist %s has been retained."
577
+ msgstr "Texto de la tabla de la Lista de Deseos"
578
+
579
+ #: ../includes/class.yith-wcwl-privacy.php:210
580
+ msgid "Removed default user's wishlist"
581
+ msgstr ""
582
+
583
+ #: ../includes/class.yith-wcwl-privacy.php:228
584
+ msgid "Token"
585
+ msgstr ""
586
+
587
+ #: ../includes/class.yith-wcwl-privacy.php:229
588
+ #, fuzzy
589
+ #| msgid "Wishlist"
590
+ msgid "Wishlist url"
591
+ msgstr "Lista de deseos"
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
611
+ #: ../templates/wishlist-view.php:212
612
+ #, fuzzy
613
+ msgid "Shared"
614
+ msgstr "Compartir en:"
615
+
616
+ #: ../includes/class.yith-wcwl-privacy.php:286
617
+ #: ../templates/wishlist-view.php:215
618
+ msgid "Private"
619
+ msgstr ""
620
+
621
+ #: ../includes/class.yith-wcwl-privacy.php:289
622
+ #: ../templates/wishlist-view.php:218
623
+ msgid "Public"
624
+ msgstr ""
625
+
626
  #: ../includes/class.yith-wcwl-shortcode.php:259
627
  #: ../includes/class.yith-wcwl-ui.php:164
628
  msgid "Share on:"
645
  msgid "email"
646
  msgstr ""
647
 
648
+ #: ../includes/class.yith-wcwl.php:201
649
  #, fuzzy
650
  msgid "An error occurred while adding products to the wishlist."
651
  msgstr ""
652
  "¡Ups! Ha ocurrido un error al agregar el producto a la lista de deseos. "
653
  "Intenta nuevamente, por favor."
654
 
655
+ #: ../includes/class.yith-wcwl.php:293
656
  #, fuzzy
657
  msgid "An error occurred while adding products to wishlist."
658
  msgstr ""
659
  "¡Ups! Ha ocurrido un error al agregar el producto a la lista de deseos. "
660
  "Intenta nuevamente, por favor."
661
 
662
+ #: ../includes/class.yith-wcwl.php:310
663
  msgid "The \"Remove\" option now does not require any parameter"
664
  msgstr ""
665
 
666
+ #: ../includes/class.yith-wcwl.php:359
667
  #, fuzzy
668
  msgid "An error occurred while removing products from the wishlist"
669
  msgstr ""
670
  "¡Ups! Ha ocurrido un error al eliminar el producto de tu lista. Intenta "
671
  "nuevamente, por favor."
672
 
673
+ #: ../includes/class.yith-wcwl.php:809
674
  msgid "You need to log in before creating a new wishlist"
675
  msgstr ""
676
 
677
+ #: ../includes/class.yith-wcwl.php:1610
678
  msgid "Product successfully removed."
679
  msgstr "Bien, lo hemos eliminado de tu lista..."
680
 
681
+ #: ../includes/class.yith-wcwl.php:1614
682
  msgid "Error. Unable to remove the product from the wishlist."
683
  msgstr ""
684
  "¡Ups! Ha ocurrido un error al eliminar el producto de tu lista. Intenta "
685
  "nuevamente, por favor."
686
 
687
+ #: ../includes/class.yith-wcwl.php:1618 ../templates/wishlist-view.php:242
688
  msgid "No products were added to the wishlist"
689
  msgstr "Tu lista de deseos está vacía por el momento..."
690
 
691
+ #: ../includes/class.yith-wcwl.php:1660
692
  msgid "An error as occurred."
693
  msgstr ""
694
 
699
  msgstr ""
700
 
701
  #: ../init.php:140
702
+ msgid "You can't activate the free version of"
703
+ msgstr ""
704
+
705
+ #: ../init.php:140
706
+ msgid "while you are using the premium one."
707
  msgstr ""
708
 
709
  #: ../templates/admin/wishlist-panel-premium.php:185
988
  msgstr "Estado de stock"
989
 
990
  # Not literal but more friendly.
991
+ #: ../templates/wishlist-view.php:152 ../templates/wishlist-view.php:232
992
  msgid "Remove this product"
993
  msgstr "Ya no lo quiero"
994
 
996
  msgid "Free!"
997
  msgstr ""
998
 
999
+ #: ../templates/wishlist-view.php:179
1000
  msgid "Out of Stock"
1001
  msgstr "No disponible por el momento"
1002
 
1003
+ #: ../templates/wishlist-view.php:179
1004
  msgid "In Stock"
1005
  msgstr "¡Disponible!"
1006
 
1007
+ #: ../templates/wishlist-view.php:188
1008
  #, php-format
1009
  msgid "Added on : %s"
1010
  msgstr ""
1011
 
1012
+ #: ../templates/wishlist-view.php:200
1013
  msgid "Move"
1014
  msgstr ""
1015
 
1016
+ #: ../templates/wishlist-view.php:232
 
 
 
 
 
 
 
 
 
 
 
 
 
1017
  msgid "Remove"
1018
  msgstr ""
1019
 
1020
+ #: ../templates/wishlist-view.php:259
1021
  msgid "Add the selected products to the cart"
1022
  msgstr ""
1023
 
1024
+ #: ../templates/wishlist-view.php:267 ../templates/wishlist-view.php:313
1025
  msgid "Ask for an estimate"
1026
  msgstr ""
1027
 
1028
+ #: ../templates/wishlist-view.php:303
1029
  msgid "Your email"
1030
  msgstr ""
1031
 
1179
  #~ msgid "Wishlist table background"
1180
  #~ msgstr "Fondo de la tabla de la Lista de Deseos"
1181
 
 
 
 
1182
  #~ msgid "Wishlist table border"
1183
  #~ msgstr "Borde de la tabla de la Lista de Deseos"
1184
 
languages/yith-woocommerce-wishlist-es_ES.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-es_ES.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-10-24 17:33+0200\n"
6
- "PO-Revision-Date: 2017-10-24 17:33+0200\n"
7
  "Last-Translator: patrons_admin <arman.shahinyan@aticser.com>\n"
8
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
9
  "Language: es_ES\n"
@@ -12,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 1.8.7.1\n"
16
  "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
17
  "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
18
  "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
@@ -24,70 +24,44 @@ msgstr ""
24
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
25
 
26
  #: ../includes/class.yith-wcwl-admin-init.php:159
27
- #: ../includes/class.yith-wcwl-admin-init.php:1483
28
- #: ../includes/class.yith-wcwl-admin-init.php:1484
29
- #: ../includes/class.yith-wcwl-install.php:244
30
  msgid "Wishlist"
31
  msgstr "Lista de Deseos"
32
 
33
  #: ../includes/class.yith-wcwl-admin-init.php:161
34
- #: ../includes/class.yith-wcwl-admin-init.php:251
35
  msgid "Settings"
36
  msgstr "Ajustes"
37
 
38
  #: ../includes/class.yith-wcwl-admin-init.php:162
39
- #: ../includes/class.yith-wcwl-admin-init.php:236
40
  msgid "Colors"
41
  msgstr "Colores"
42
 
43
  #: ../includes/class.yith-wcwl-admin-init.php:163
44
- #: ../includes/class.yith-wcwl-admin-init.php:255
45
  msgid "Premium Version"
46
  msgstr "Versión Premium"
47
 
48
- #: ../includes/class.yith-wcwl-admin-init.php:256
49
- msgid "Live Demo"
50
- msgstr ""
51
-
52
- #: ../includes/class.yith-wcwl-admin-init.php:280
53
- msgid ""
54
- "WARNING: This plugin requires at least WooCommerce 2.2! Please, use this "
55
- "link to update it."
56
- msgstr ""
57
- "ADVERTENCIA: Este plugin requiere al menos WooCommerce 2.2! Por favor, use "
58
- "este enlace para actualizarlo."
59
-
60
- #: ../includes/class.yith-wcwl-admin-init.php:283
61
- msgid "WARNING: This plugin requires at least WooCommerce 2.2!"
62
- msgstr "ADVERTENCIA: Este plugin requiere al menos WooCommerce 2.2!"
63
-
64
- #: ../includes/class.yith-wcwl-admin-init.php:288
65
- msgid "Plugin Documentation"
66
- msgstr "Documentación Plugin"
67
-
68
- #: ../includes/class.yith-wcwl-admin-init.php:1023
69
  msgid "Upgrade to the PREMIUM VERSION"
70
  msgstr "Actualiza a la versión Premium"
71
 
72
- #: ../includes/class.yith-wcwl-admin-init.php:1026
73
- msgid "YITH WooCommerce Wishlist"
74
- msgstr "YITH WooCommerce Wishlist"
75
-
76
- #: ../includes/class.yith-wcwl-admin-init.php:1027
77
  msgid "Discover the Advanced Features"
78
  msgstr "Descubre las funciones avanzadas"
79
 
80
- #: ../includes/class.yith-wcwl-admin-init.php:1028
81
  msgid ""
82
  "Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE WISHLIST to benefit from "
83
  "all features!"
84
  msgstr ""
85
 
86
- #: ../includes/class.yith-wcwl-admin-init.php:1034
87
  msgid "Get Support and Pro Features"
88
  msgstr "Obtén ayuda y Características Pro"
89
 
90
- #: ../includes/class.yith-wcwl-admin-init.php:1035
91
  msgid ""
92
  "By purchasing the premium version of the plugin, you will take advantage of "
93
  "the advanced features of the product and you will get one year of free "
@@ -97,17 +71,17 @@ msgstr ""
97
  "características avanzadas del producto y obtendrá un año de actualizaciones "
98
  "gratuitas y apoyo a través de nuestra plataforma disponible 24h/24."
99
 
100
- #: ../includes/class.yith-wcwl-admin-init.php:1045
101
  msgid "General Settings"
102
  msgstr "Configuración general"
103
 
104
- #: ../includes/class.yith-wcwl-admin-init.php:1052
105
  msgid "Enable YITH Wishlist"
106
  msgstr ""
107
  "Habilitar Y\n"
108
  "ITH Wishlist"
109
 
110
- #: ../includes/class.yith-wcwl-admin-init.php:1053
111
  #, php-format
112
  msgid ""
113
  "Enable all plugin features. <strong>Be sure to select at least one option in "
@@ -115,34 +89,34 @@ msgid ""
115
  "plugin <a href=\"%s\" target=\"_blank\">documentation</a>."
116
  msgstr ""
117
 
118
- #: ../includes/class.yith-wcwl-admin-init.php:1059
119
  msgid "Default wishlist title"
120
  msgstr "Título por defecto de la Lista de Deseos"
121
 
122
- #: ../includes/class.yith-wcwl-admin-init.php:1061
123
- #: ../includes/class.yith-wcwl-admin-init.php:1062
124
- #: ../includes/class.yith-wcwl-admin-init.php:1298
125
  #, php-format
126
  msgid "My wishlist on %s"
127
  msgstr "Mi lista de Deseos en %s"
128
 
129
- #: ../includes/class.yith-wcwl-admin-init.php:1067
130
  msgid "Wishlist Page"
131
  msgstr ""
132
  "Página \n"
133
  "Lista de Deseos"
134
 
135
- #: ../includes/class.yith-wcwl-admin-init.php:1068
136
  msgid "Page contents: [yith_wcwl_wishlist]"
137
  msgstr ""
138
  "Contenido de la Página: \n"
139
  "[yith_wcwl_wishlist]"
140
 
141
- #: ../includes/class.yith-wcwl-admin-init.php:1077
142
  msgid "Position"
143
  msgstr "Posición"
144
 
145
- #: ../includes/class.yith-wcwl-admin-init.php:1078
146
  msgid ""
147
  "You can add the button in variable products only after the \"Add to Cart\" "
148
  "button or using the shortcode [yith_wcwl_add_to_wishlist]."
@@ -153,27 +127,27 @@ msgstr ""
153
  "yith_wcwl_add_to_wishlist\n"
154
  "]."
155
 
156
- #: ../includes/class.yith-wcwl-admin-init.php:1084
157
  msgid "After \"Add to cart\""
158
  msgstr "Después de \"Añadir al carrito\""
159
 
160
- #: ../includes/class.yith-wcwl-admin-init.php:1085
161
  msgid "After thumbnails"
162
  msgstr "Después de miniaturas"
163
 
164
- #: ../includes/class.yith-wcwl-admin-init.php:1086
165
  msgid "After summary"
166
  msgstr "Después de sumario"
167
 
168
- #: ../includes/class.yith-wcwl-admin-init.php:1087
169
  msgid "Use shortcode"
170
  msgstr "Usar shortcode"
171
 
172
- #: ../includes/class.yith-wcwl-admin-init.php:1092
173
  msgid "Redirect to cart"
174
  msgstr "Redirigir a la cesta"
175
 
176
- #: ../includes/class.yith-wcwl-admin-init.php:1093
177
  msgid ""
178
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
179
  "page."
@@ -181,224 +155,224 @@ msgstr ""
181
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
182
  "page."
183
 
184
- #: ../includes/class.yith-wcwl-admin-init.php:1099
185
  msgid "Remove if added to the cart"
186
  msgstr "Eliminar si se añade a la cesta"
187
 
188
- #: ../includes/class.yith-wcwl-admin-init.php:1100
189
  msgid "Remove the product from the wishlist if it has been added to the cart."
190
  msgstr "Eliminar el producto de la lista si se ha añadido a la cesta."
191
 
192
- #: ../includes/class.yith-wcwl-admin-init.php:1106
193
  msgid "\"Add to Wishlist\" text"
194
  msgstr "Texto \"Añadir a la Lista de Deseos\""
195
 
196
- #: ../includes/class.yith-wcwl-admin-init.php:1108
197
  msgid "Add to Wishlist"
198
  msgstr "Añadir a la lista de deseos"
199
 
200
- #: ../includes/class.yith-wcwl-admin-init.php:1113
201
  msgid "\"Browse wishlist\" text"
202
  msgstr "Texto de \"Navegar por la Lista de Deseos\""
203
 
204
- #: ../includes/class.yith-wcwl-admin-init.php:1115
205
  #: ../includes/class.yith-wcwl-ui.php:82 ../includes/class.yith-wcwl-ui.php:83
206
  msgid "Browse Wishlist"
207
  msgstr "Navegar por Lista de Deseos"
208
 
209
- #: ../includes/class.yith-wcwl-admin-init.php:1120
210
  msgid "\"Product already in wishlist\" text"
211
  msgstr "Texto de \"El producto ya está en la lista de deseos\""
212
 
213
- #: ../includes/class.yith-wcwl-admin-init.php:1122
214
  #: ../includes/class.yith-wcwl-ui.php:83
215
  msgid "The product is already in the wishlist!"
216
  msgstr "El producto ya está en la lista de deseos!"
217
 
218
- #: ../includes/class.yith-wcwl-admin-init.php:1127
219
  msgid "\"Product added\" text"
220
  msgstr "Texto de \"Producto añadido\""
221
 
222
- #: ../includes/class.yith-wcwl-admin-init.php:1129
223
  #: ../includes/class.yith-wcwl-ui.php:82
224
  msgid "Product added!"
225
  msgstr "Producto añadido!"
226
 
227
- #: ../includes/class.yith-wcwl-admin-init.php:1134
228
  msgid "\"Add to Cart\" text"
229
  msgstr "Texto de \"Añadir a la Cesta\""
230
 
231
- #: ../includes/class.yith-wcwl-admin-init.php:1136
232
  msgid "Add to Cart"
233
  msgstr "Añadir a la cesta"
234
 
235
- #: ../includes/class.yith-wcwl-admin-init.php:1141
236
  msgid "Show Unit price"
237
  msgstr "Mostrar Precio unitario"
238
 
239
- #: ../includes/class.yith-wcwl-admin-init.php:1142
240
  msgid "Show unit price for each product in wishlist"
241
  msgstr "Mostrar el precio unitario de cada producto en la lista de deseos"
242
 
243
- #: ../includes/class.yith-wcwl-admin-init.php:1149
244
  msgid "Show \"Add to Cart\" button"
245
  msgstr "Mostrar botón de \"Añadir al carrito\""
246
 
247
- #: ../includes/class.yith-wcwl-admin-init.php:1150
248
  msgid "Show \"Add to Cart\" button for each product in wishlist"
249
  msgstr ""
250
  "Mostrar botón \"Añadir al carrito\" para cada producto en la lista de deseos"
251
 
252
- #: ../includes/class.yith-wcwl-admin-init.php:1157
253
  msgid "Show Stock status"
254
  msgstr "Mostrar el estado del Stock"
255
 
256
- #: ../includes/class.yith-wcwl-admin-init.php:1158
257
  msgid ""
258
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
259
  msgstr ""
260
  "Mostrar etiqueta \"En existencia\" o \"Agotado\" para cada producto en la "
261
  "lista de deseos"
262
 
263
- #: ../includes/class.yith-wcwl-admin-init.php:1165
264
  msgid "Show Date of addition"
265
  msgstr "Mostrar Fecha de adición"
266
 
267
- #: ../includes/class.yith-wcwl-admin-init.php:1166
268
  msgid "Show the date when users have added a product to the wishlist"
269
  msgstr ""
270
  "Mostrar la fecha en que los usuarios han añadido un producto a la lista de "
271
  "deseos"
272
 
273
- #: ../includes/class.yith-wcwl-admin-init.php:1173
274
  msgid "Add second remove button"
275
  msgstr "Añadir segundo botón de eliminación"
276
 
277
- #: ../includes/class.yith-wcwl-admin-init.php:1174
278
  msgid "Add a second remove button in the last column, with extended label"
279
  msgstr ""
280
  "Añadir un segundo botón de eliminación en la última columna, con la etiqueta "
281
  "ampliada"
282
 
283
- #: ../includes/class.yith-wcwl-admin-init.php:1189
284
  msgid "Styles"
285
  msgstr "Estilos"
286
 
287
- #: ../includes/class.yith-wcwl-admin-init.php:1196
288
  msgid "Use buttons"
289
  msgstr "Usar botones"
290
 
291
- #: ../includes/class.yith-wcwl-admin-init.php:1197
292
  msgid "Use buttons instead of simple anchors."
293
  msgstr "Utilizar los botones en lugar de anclajes simples."
294
 
295
- #: ../includes/class.yith-wcwl-admin-init.php:1203
296
  msgid "Custom CSS"
297
  msgstr "CSS personalizado"
298
 
299
- #: ../includes/class.yith-wcwl-admin-init.php:1210
300
  msgid "Use theme style"
301
  msgstr "Usar estilo del tema"
302
 
303
- #: ../includes/class.yith-wcwl-admin-init.php:1211
304
  msgid "Use the theme style."
305
  msgstr "Utilizar el estilo de tema."
306
 
307
- #: ../includes/class.yith-wcwl-admin-init.php:1217
308
  msgid "Rounded buttons"
309
  msgstr "Botones redondeados"
310
 
311
- #: ../includes/class.yith-wcwl-admin-init.php:1218
312
  msgid "Make button corners rounded"
313
  msgstr "Hacer que las esquinas del botón sean redondeadas"
314
 
315
- #: ../includes/class.yith-wcwl-admin-init.php:1224
316
  msgid "\"Add to Wishlist\" icon"
317
  msgstr ""
318
  "Icono de \n"
319
  "\"Añadir a la Lista de Deseos\""
320
 
321
- #: ../includes/class.yith-wcwl-admin-init.php:1225
322
  msgid "Add an icon to the \"Add to Wishlist\" button"
323
  msgstr "Añadir un icono para el botón \"Agregar a la lista de deseos\""
324
 
325
- #: ../includes/class.yith-wcwl-admin-init.php:1235
326
  msgid "\"Add to Cart\" icon"
327
  msgstr ""
328
  "Icono de \n"
329
  "\"Añadir al carrito\""
330
 
331
- #: ../includes/class.yith-wcwl-admin-init.php:1236
332
  msgid "Add an icon to the \"Add to Cart\" button"
333
  msgstr "Añadir un icono para el botón \"Añadir al carrito\""
334
 
335
- #: ../includes/class.yith-wcwl-admin-init.php:1254
336
  msgid "Social Networks & Share"
337
  msgstr "Redes Sociales y Compartir"
338
 
339
- #: ../includes/class.yith-wcwl-admin-init.php:1261
340
  msgid "Share on Facebook"
341
  msgstr "Compartir en Facebook"
342
 
343
- #: ../includes/class.yith-wcwl-admin-init.php:1262
344
  msgid "Show \"Share on Facebook\" button"
345
  msgstr "Mostrar el botón \"Compartir en Facebook\""
346
 
347
- #: ../includes/class.yith-wcwl-admin-init.php:1268
348
  msgid "Tweet on Twitter"
349
  msgstr "Twittear en Twitter"
350
 
351
- #: ../includes/class.yith-wcwl-admin-init.php:1269
352
  msgid "Show \"Tweet on Twitter\" button"
353
  msgstr "Mostrar botón \"Twittear en Twitter\""
354
 
355
- #: ../includes/class.yith-wcwl-admin-init.php:1275
356
  msgid "Pin on Pinterest"
357
  msgstr "Pin en Pinterest"
358
 
359
- #: ../includes/class.yith-wcwl-admin-init.php:1276
360
  msgid "Show \"Pin on Pinterest\" button"
361
  msgstr "Mostrar botón \"Pin on Pinterest\""
362
 
363
- #: ../includes/class.yith-wcwl-admin-init.php:1282
364
  msgid "Share on Google+"
365
  msgstr "Compartir en Google+"
366
 
367
- #: ../includes/class.yith-wcwl-admin-init.php:1283
368
  msgid "Show \"Share on Google+\" button"
369
  msgstr "Mostrar el botón \"Compartir en Google+\""
370
 
371
- #: ../includes/class.yith-wcwl-admin-init.php:1289
372
  msgid "Share by Email"
373
  msgstr "Compartir por correo electrónico"
374
 
375
- #: ../includes/class.yith-wcwl-admin-init.php:1290
376
  msgid "Show \"Share by Email\" button"
377
  msgstr "Mostrar el botón \"Compartir por correo electrónico\""
378
 
379
- #: ../includes/class.yith-wcwl-admin-init.php:1296
380
  msgid "Social title"
381
  msgstr "Título Social"
382
 
383
- #: ../includes/class.yith-wcwl-admin-init.php:1303
384
  msgid "Social text"
385
  msgstr "Texto Social"
386
 
387
- #: ../includes/class.yith-wcwl-admin-init.php:1304
388
  msgid ""
389
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
390
  "strong> where you want to show the URL of your wishlist."
391
  msgstr ""
392
 
393
- #: ../includes/class.yith-wcwl-admin-init.php:1311
394
  msgid "Social image URL"
395
  msgstr "URL de la imagen Social"
396
 
397
- #: ../includes/class.yith-wcwl-admin-init.php:1312
398
  msgid "It will be used by Pinterest."
399
  msgstr ""
400
 
401
- #: ../includes/class.yith-wcwl-admin-init.php:1326
402
  #, php-format
403
  msgid ""
404
  "If you want to take advantage of this feature, you could consider to "
@@ -407,15 +381,15 @@ msgstr ""
407
  "Si desea tomar ventaja de esta característica, usted podría considerar "
408
  "comprar el %s."
409
 
410
- #: ../includes/class.yith-wcwl-admin-init.php:1331
411
  msgid "YITH WooCommerce Frequently Bought Together Integration"
412
  msgstr "Yith WooCommerce Productos adquiridos juntos frecuentemente"
413
 
414
- #: ../includes/class.yith-wcwl-admin-init.php:1338
415
  msgid "Enable slider in wishlist"
416
  msgstr "Habilitar control deslizante en la lista de deseos"
417
 
418
- #: ../includes/class.yith-wcwl-admin-init.php:1339
419
  #, php-format
420
  msgid ""
421
  "Choose to enable product slider in wishlist page with linked products (<a "
@@ -425,84 +399,84 @@ msgstr ""
425
  "con productos vinculados \n"
426
  "(<a href=\"%s\" class=\"thickbox\">Ejemplo</a>). %s"
427
 
428
- #: ../includes/class.yith-wcwl-admin-init.php:1375
429
  msgid "\"Add to wishlist\" button"
430
  msgstr "Botón de \"Añadir a la lista de deseos\""
431
 
432
- #: ../includes/class.yith-wcwl-admin-init.php:1378
433
- #: ../includes/class.yith-wcwl-admin-init.php:1396
434
- #: ../includes/class.yith-wcwl-admin-init.php:1414
435
- #: ../includes/class.yith-wcwl-admin-init.php:1432
436
- #: ../includes/class.yith-wcwl-admin-init.php:1450
437
  msgid "Background"
438
  msgstr "Fondo"
439
 
440
- #: ../includes/class.yith-wcwl-admin-init.php:1379
441
- #: ../includes/class.yith-wcwl-admin-init.php:1397
442
- #: ../includes/class.yith-wcwl-admin-init.php:1415
443
- #: ../includes/class.yith-wcwl-admin-init.php:1433
444
- #: ../includes/class.yith-wcwl-admin-init.php:1451
445
  msgid "Text"
446
  msgstr "Texto"
447
 
448
- #: ../includes/class.yith-wcwl-admin-init.php:1380
449
- #: ../includes/class.yith-wcwl-admin-init.php:1398
450
- #: ../includes/class.yith-wcwl-admin-init.php:1416
451
- #: ../includes/class.yith-wcwl-admin-init.php:1434
452
- #: ../includes/class.yith-wcwl-admin-init.php:1452
453
  msgid "Border"
454
  msgstr "Borde"
455
 
456
- #: ../includes/class.yith-wcwl-admin-init.php:1387
457
- #: ../includes/class.yith-wcwl-admin-init.php:1405
458
- #: ../includes/class.yith-wcwl-admin-init.php:1423
459
- #: ../includes/class.yith-wcwl-admin-init.php:1441
460
  msgid "Background (hover)"
461
  msgstr "Fondo (hover)"
462
 
463
- #: ../includes/class.yith-wcwl-admin-init.php:1388
464
- #: ../includes/class.yith-wcwl-admin-init.php:1406
465
- #: ../includes/class.yith-wcwl-admin-init.php:1424
466
- #: ../includes/class.yith-wcwl-admin-init.php:1442
467
  msgid "Text (hover)"
468
  msgstr "Texto (hover)"
469
 
470
- #: ../includes/class.yith-wcwl-admin-init.php:1389
471
- #: ../includes/class.yith-wcwl-admin-init.php:1407
472
- #: ../includes/class.yith-wcwl-admin-init.php:1425
473
- #: ../includes/class.yith-wcwl-admin-init.php:1443
474
  msgid "Border (hover)"
475
  msgstr "Borde (hover)"
476
 
477
- #: ../includes/class.yith-wcwl-admin-init.php:1393
478
  msgid "\"Add to Cart\" button"
479
  msgstr "Botón \"Añadir a la cesta\""
480
 
481
- #: ../includes/class.yith-wcwl-admin-init.php:1411
482
  msgid "\"Style 1\" button"
483
  msgstr "Botón \"Estilo 1\""
484
 
485
- #: ../includes/class.yith-wcwl-admin-init.php:1429
486
  msgid "\"Style 2\" button"
487
  msgstr "Botón \"Estilo 2\""
488
 
489
- #: ../includes/class.yith-wcwl-admin-init.php:1447
490
  msgid "Wishlist table"
491
  msgstr "Tabla Lista de Deseos"
492
 
493
- #: ../includes/class.yith-wcwl-admin-init.php:1456
494
  msgid "Headers"
495
  msgstr "Cabeceras"
496
 
497
- #: ../includes/class.yith-wcwl-admin-init.php:1459
498
  msgid "Background color"
499
  msgstr "Color de fondo"
500
 
501
- #: ../includes/class.yith-wcwl-admin-init.php:1549
502
  msgid "Wishlist Activated"
503
  msgstr "Lista de Deseos Activado"
504
 
505
- #: ../includes/class.yith-wcwl-admin-init.php:1550
506
  #, php-format
507
  msgid ""
508
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
@@ -518,11 +492,11 @@ msgstr ""
518
  "descúbrelo ahora\n"
519
  "</a>."
520
 
521
- #: ../includes/class.yith-wcwl-admin-init.php:1561
522
  msgid "Wishlist Updated"
523
  msgstr "Lista de Deseos Actualizado"
524
 
525
- #: ../includes/class.yith-wcwl-admin-init.php:1562
526
  #, php-format
527
  msgid ""
528
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
@@ -538,7 +512,7 @@ msgstr ""
538
  "de Deseos se ha actualizado con nuevas opciones disponibles, <a href=\"%s"
539
  "\">descubra la versión PREMIUM.</a>"
540
 
541
- #: ../includes/class.yith-wcwl-init.php:374
542
  msgid ""
543
  "We are sorry, but this feature is available only if cookies are enabled on "
544
  "your browser."
@@ -546,15 +520,125 @@ msgstr ""
546
  "Lo sentimos, pero esta característica sólo está disponible si las cookies "
547
  "están habilitadas en su navegador."
548
 
549
- #: ../includes/class.yith-wcwl-init.php:375
550
  msgid "Product correctly added to cart"
551
  msgstr "Producto añadido correctamente a la cesta"
552
 
553
- #: ../includes/class.yith-wcwl-install.php:243
554
  msgctxt "page_slug"
555
  msgid "wishlist"
556
  msgstr "lista de deseos"
557
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
558
  #: ../includes/class.yith-wcwl-shortcode.php:259
559
  #: ../includes/class.yith-wcwl-ui.php:164
560
  msgid "Share on:"
@@ -577,39 +661,39 @@ msgstr "Twitter"
577
  msgid "email"
578
  msgstr "email"
579
 
580
- #: ../includes/class.yith-wcwl.php:177
581
  msgid "An error occurred while adding products to the wishlist."
582
  msgstr "Se produjo un error al agregar productos a la lista de deseos."
583
 
584
- #: ../includes/class.yith-wcwl.php:269
585
  msgid "An error occurred while adding products to wishlist."
586
  msgstr "Se produjo un error al agregar productos a la lista de deseos."
587
 
588
- #: ../includes/class.yith-wcwl.php:286
589
  msgid "The \"Remove\" option now does not require any parameter"
590
  msgstr "La opción \"Eliminar\" ahora no requiere ningún parámetro"
591
 
592
- #: ../includes/class.yith-wcwl.php:335
593
  msgid "An error occurred while removing products from the wishlist"
594
  msgstr "Se produjo un error al eliminar los productos de la lista de deseos"
595
 
596
- #: ../includes/class.yith-wcwl.php:783
597
  msgid "You need to log in before creating a new wishlist"
598
  msgstr "Tienes que iniciar sesión antes de crear una nueva lista de deseos"
599
 
600
- #: ../includes/class.yith-wcwl.php:1578
601
  msgid "Product successfully removed."
602
  msgstr "Producto eliminado correctamente."
603
 
604
- #: ../includes/class.yith-wcwl.php:1582
605
  msgid "Error. Unable to remove the product from the wishlist."
606
  msgstr "Error. No se puede eliminar el producto de la lista de deseos."
607
 
608
- #: ../includes/class.yith-wcwl.php:1586 ../templates/wishlist-view.php:241
609
  msgid "No products were added to the wishlist"
610
  msgstr "No se han añadido productos a la lista de deseos"
611
 
612
- #: ../includes/class.yith-wcwl.php:1628
613
  msgid "An error as occurred."
614
  msgstr "Se produjo un error."
615
 
@@ -622,12 +706,12 @@ msgstr ""
622
  "Requiere WooCommerce con el fin de trabajar."
623
 
624
  #: ../init.php:140
625
- msgid ""
626
- "You can't activate the free version of YITH WooCommerce Wishlist while you "
627
- "are using the premium one."
 
 
628
  msgstr ""
629
- "No puede activar la versión gratuita de Yith WooCommerce Lista de Deseos "
630
- "mientras está usando la versión premium."
631
 
632
  #: ../templates/admin/wishlist-panel-premium.php:185
633
  #: ../templates/admin/wishlist-panel-premium.php:383
@@ -907,7 +991,7 @@ msgstr "Precio unitario"
907
  msgid "Stock Status"
908
  msgstr "Estado del stock"
909
 
910
- #: ../templates/wishlist-view.php:152 ../templates/wishlist-view.php:231
911
  msgid "Remove this product"
912
  msgstr "Eliminar este producto"
913
 
@@ -915,51 +999,62 @@ msgstr "Eliminar este producto"
915
  msgid "Free!"
916
  msgstr "¡Gratis!"
917
 
918
- #: ../templates/wishlist-view.php:178
919
  msgid "Out of Stock"
920
  msgstr "Agotado"
921
 
922
- #: ../templates/wishlist-view.php:178
923
  msgid "In Stock"
924
  msgstr "Disponible"
925
 
926
- #: ../templates/wishlist-view.php:187
927
  #, php-format
928
  msgid "Added on : %s"
929
  msgstr "Añadido el: %s"
930
 
931
- #: ../templates/wishlist-view.php:199
932
  msgid "Move"
933
  msgstr "Mover"
934
 
935
- #: ../templates/wishlist-view.php:211
936
- msgid "Shared"
937
- msgstr "Compartido"
938
-
939
- #: ../templates/wishlist-view.php:214
940
- msgid "Private"
941
- msgstr "Privado"
942
-
943
- #: ../templates/wishlist-view.php:217
944
- msgid "Public"
945
- msgstr "Público"
946
-
947
- #: ../templates/wishlist-view.php:231
948
  msgid "Remove"
949
  msgstr "Eliminar"
950
 
951
- #: ../templates/wishlist-view.php:258
952
  msgid "Add the selected products to the cart"
953
  msgstr "Añadir los productos seleccionados a la cesta"
954
 
955
- #: ../templates/wishlist-view.php:266 ../templates/wishlist-view.php:312
956
  msgid "Ask for an estimate"
957
  msgstr "Pida presupuesto"
958
 
959
- #: ../templates/wishlist-view.php:302
960
  msgid "Your email"
961
  msgstr ""
962
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
963
  #~ msgid ""
964
  #~ "Upgrade to the PREMIUM VERSION\n"
965
  #~ "of YITH WOOCOMMERCE WISHLIST to benefit from all features!"
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2018-10-04 14:50+0200\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
  "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;"
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:1478
28
+ #: ../includes/class.yith-wcwl-admin-init.php:1479
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:1018
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
47
  msgid "Upgrade to the PREMIUM VERSION"
48
  msgstr "Actualiza a la versión Premium"
49
 
50
+ #: ../includes/class.yith-wcwl-admin-init.php:1022
 
 
 
 
51
  msgid "Discover the Advanced Features"
52
  msgstr "Descubre las funciones avanzadas"
53
 
54
+ #: ../includes/class.yith-wcwl-admin-init.php:1023
55
  msgid ""
56
  "Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE WISHLIST to benefit from "
57
  "all features!"
58
  msgstr ""
59
 
60
+ #: ../includes/class.yith-wcwl-admin-init.php:1029
61
  msgid "Get Support and Pro Features"
62
  msgstr "Obtén ayuda y Características Pro"
63
 
64
+ #: ../includes/class.yith-wcwl-admin-init.php:1030
65
  msgid ""
66
  "By purchasing the premium version of the plugin, you will take advantage of "
67
  "the advanced features of the product and you will get one year of free "
71
  "características avanzadas del producto y obtendrá un año de actualizaciones "
72
  "gratuitas y apoyo a través de nuestra plataforma disponible 24h/24."
73
 
74
+ #: ../includes/class.yith-wcwl-admin-init.php:1040
75
  msgid "General Settings"
76
  msgstr "Configuración general"
77
 
78
+ #: ../includes/class.yith-wcwl-admin-init.php:1047
79
  msgid "Enable YITH Wishlist"
80
  msgstr ""
81
  "Habilitar Y\n"
82
  "ITH Wishlist"
83
 
84
+ #: ../includes/class.yith-wcwl-admin-init.php:1048
85
  #, php-format
86
  msgid ""
87
  "Enable all plugin features. <strong>Be sure to select at least one option in "
89
  "plugin <a href=\"%s\" target=\"_blank\">documentation</a>."
90
  msgstr ""
91
 
92
+ #: ../includes/class.yith-wcwl-admin-init.php:1054
93
  msgid "Default wishlist title"
94
  msgstr "Título por defecto de la Lista de Deseos"
95
 
96
+ #: ../includes/class.yith-wcwl-admin-init.php:1056
97
+ #: ../includes/class.yith-wcwl-admin-init.php:1057
98
+ #: ../includes/class.yith-wcwl-admin-init.php:1293
99
  #, php-format
100
  msgid "My wishlist on %s"
101
  msgstr "Mi lista de Deseos en %s"
102
 
103
+ #: ../includes/class.yith-wcwl-admin-init.php:1062
104
  msgid "Wishlist Page"
105
  msgstr ""
106
  "Página \n"
107
  "Lista de Deseos"
108
 
109
+ #: ../includes/class.yith-wcwl-admin-init.php:1063
110
  msgid "Page contents: [yith_wcwl_wishlist]"
111
  msgstr ""
112
  "Contenido de la Página: \n"
113
  "[yith_wcwl_wishlist]"
114
 
115
+ #: ../includes/class.yith-wcwl-admin-init.php:1072
116
  msgid "Position"
117
  msgstr "Posición"
118
 
119
+ #: ../includes/class.yith-wcwl-admin-init.php:1073
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]."
127
  "yith_wcwl_add_to_wishlist\n"
128
  "]."
129
 
130
+ #: ../includes/class.yith-wcwl-admin-init.php:1079
131
  msgid "After \"Add to cart\""
132
  msgstr "Después de \"Añadir al carrito\""
133
 
134
+ #: ../includes/class.yith-wcwl-admin-init.php:1080
135
  msgid "After thumbnails"
136
  msgstr "Después de miniaturas"
137
 
138
+ #: ../includes/class.yith-wcwl-admin-init.php:1081
139
  msgid "After summary"
140
  msgstr "Después de sumario"
141
 
142
+ #: ../includes/class.yith-wcwl-admin-init.php:1082
143
  msgid "Use shortcode"
144
  msgstr "Usar shortcode"
145
 
146
+ #: ../includes/class.yith-wcwl-admin-init.php:1087
147
  msgid "Redirect to cart"
148
  msgstr "Redirigir a la cesta"
149
 
150
+ #: ../includes/class.yith-wcwl-admin-init.php:1088
151
  msgid ""
152
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
153
  "page."
155
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
156
  "page."
157
 
158
+ #: ../includes/class.yith-wcwl-admin-init.php:1094
159
  msgid "Remove if added to the cart"
160
  msgstr "Eliminar si se añade a la cesta"
161
 
162
+ #: ../includes/class.yith-wcwl-admin-init.php:1095
163
  msgid "Remove the product from the wishlist if it has been added to the cart."
164
  msgstr "Eliminar el producto de la lista si se ha añadido a la cesta."
165
 
166
+ #: ../includes/class.yith-wcwl-admin-init.php:1101
167
  msgid "\"Add to Wishlist\" text"
168
  msgstr "Texto \"Añadir a la Lista de Deseos\""
169
 
170
+ #: ../includes/class.yith-wcwl-admin-init.php:1103
171
  msgid "Add to Wishlist"
172
  msgstr "Añadir a la lista de deseos"
173
 
174
+ #: ../includes/class.yith-wcwl-admin-init.php:1108
175
  msgid "\"Browse wishlist\" text"
176
  msgstr "Texto de \"Navegar por la Lista de Deseos\""
177
 
178
+ #: ../includes/class.yith-wcwl-admin-init.php:1110
179
  #: ../includes/class.yith-wcwl-ui.php:82 ../includes/class.yith-wcwl-ui.php:83
180
  msgid "Browse Wishlist"
181
  msgstr "Navegar por Lista de Deseos"
182
 
183
+ #: ../includes/class.yith-wcwl-admin-init.php:1115
184
  msgid "\"Product already in wishlist\" text"
185
  msgstr "Texto de \"El producto ya está en la lista de deseos\""
186
 
187
+ #: ../includes/class.yith-wcwl-admin-init.php:1117
188
  #: ../includes/class.yith-wcwl-ui.php:83
189
  msgid "The product is already in the wishlist!"
190
  msgstr "El producto ya está en la lista de deseos!"
191
 
192
+ #: ../includes/class.yith-wcwl-admin-init.php:1122
193
  msgid "\"Product added\" text"
194
  msgstr "Texto de \"Producto añadido\""
195
 
196
+ #: ../includes/class.yith-wcwl-admin-init.php:1124
197
  #: ../includes/class.yith-wcwl-ui.php:82
198
  msgid "Product added!"
199
  msgstr "Producto añadido!"
200
 
201
+ #: ../includes/class.yith-wcwl-admin-init.php:1129
202
  msgid "\"Add to Cart\" text"
203
  msgstr "Texto de \"Añadir a la Cesta\""
204
 
205
+ #: ../includes/class.yith-wcwl-admin-init.php:1131
206
  msgid "Add to Cart"
207
  msgstr "Añadir a la cesta"
208
 
209
+ #: ../includes/class.yith-wcwl-admin-init.php:1136
210
  msgid "Show Unit price"
211
  msgstr "Mostrar Precio unitario"
212
 
213
+ #: ../includes/class.yith-wcwl-admin-init.php:1137
214
  msgid "Show unit price for each product in wishlist"
215
  msgstr "Mostrar el precio unitario de cada producto en la lista de deseos"
216
 
217
+ #: ../includes/class.yith-wcwl-admin-init.php:1144
218
  msgid "Show \"Add to Cart\" button"
219
  msgstr "Mostrar botón de \"Añadir al carrito\""
220
 
221
+ #: ../includes/class.yith-wcwl-admin-init.php:1145
222
  msgid "Show \"Add to Cart\" button for each product in wishlist"
223
  msgstr ""
224
  "Mostrar botón \"Añadir al carrito\" para cada producto en la lista de deseos"
225
 
226
+ #: ../includes/class.yith-wcwl-admin-init.php:1152
227
  msgid "Show Stock status"
228
  msgstr "Mostrar el estado del Stock"
229
 
230
+ #: ../includes/class.yith-wcwl-admin-init.php:1153
231
  msgid ""
232
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
233
  msgstr ""
234
  "Mostrar etiqueta \"En existencia\" o \"Agotado\" para cada producto en la "
235
  "lista de deseos"
236
 
237
+ #: ../includes/class.yith-wcwl-admin-init.php:1160
238
  msgid "Show Date of addition"
239
  msgstr "Mostrar Fecha de adición"
240
 
241
+ #: ../includes/class.yith-wcwl-admin-init.php:1161
242
  msgid "Show the date when users have added a product to the wishlist"
243
  msgstr ""
244
  "Mostrar la fecha en que los usuarios han añadido un producto a la lista de "
245
  "deseos"
246
 
247
+ #: ../includes/class.yith-wcwl-admin-init.php:1168
248
  msgid "Add second remove button"
249
  msgstr "Añadir segundo botón de eliminación"
250
 
251
+ #: ../includes/class.yith-wcwl-admin-init.php:1169
252
  msgid "Add a second remove button in the last column, with extended label"
253
  msgstr ""
254
  "Añadir un segundo botón de eliminación en la última columna, con la etiqueta "
255
  "ampliada"
256
 
257
+ #: ../includes/class.yith-wcwl-admin-init.php:1184
258
  msgid "Styles"
259
  msgstr "Estilos"
260
 
261
+ #: ../includes/class.yith-wcwl-admin-init.php:1191
262
  msgid "Use buttons"
263
  msgstr "Usar botones"
264
 
265
+ #: ../includes/class.yith-wcwl-admin-init.php:1192
266
  msgid "Use buttons instead of simple anchors."
267
  msgstr "Utilizar los botones en lugar de anclajes simples."
268
 
269
+ #: ../includes/class.yith-wcwl-admin-init.php:1198
270
  msgid "Custom CSS"
271
  msgstr "CSS personalizado"
272
 
273
+ #: ../includes/class.yith-wcwl-admin-init.php:1205
274
  msgid "Use theme style"
275
  msgstr "Usar estilo del tema"
276
 
277
+ #: ../includes/class.yith-wcwl-admin-init.php:1206
278
  msgid "Use the theme style."
279
  msgstr "Utilizar el estilo de tema."
280
 
281
+ #: ../includes/class.yith-wcwl-admin-init.php:1212
282
  msgid "Rounded buttons"
283
  msgstr "Botones redondeados"
284
 
285
+ #: ../includes/class.yith-wcwl-admin-init.php:1213
286
  msgid "Make button corners rounded"
287
  msgstr "Hacer que las esquinas del botón sean redondeadas"
288
 
289
+ #: ../includes/class.yith-wcwl-admin-init.php:1219
290
  msgid "\"Add to Wishlist\" icon"
291
  msgstr ""
292
  "Icono de \n"
293
  "\"Añadir a la Lista de Deseos\""
294
 
295
+ #: ../includes/class.yith-wcwl-admin-init.php:1220
296
  msgid "Add an icon to the \"Add to Wishlist\" button"
297
  msgstr "Añadir un icono para el botón \"Agregar a la lista de deseos\""
298
 
299
+ #: ../includes/class.yith-wcwl-admin-init.php:1230
300
  msgid "\"Add to Cart\" icon"
301
  msgstr ""
302
  "Icono de \n"
303
  "\"Añadir al carrito\""
304
 
305
+ #: ../includes/class.yith-wcwl-admin-init.php:1231
306
  msgid "Add an icon to the \"Add to Cart\" button"
307
  msgstr "Añadir un icono para el botón \"Añadir al carrito\""
308
 
309
+ #: ../includes/class.yith-wcwl-admin-init.php:1249
310
  msgid "Social Networks & Share"
311
  msgstr "Redes Sociales y Compartir"
312
 
313
+ #: ../includes/class.yith-wcwl-admin-init.php:1256
314
  msgid "Share on Facebook"
315
  msgstr "Compartir en Facebook"
316
 
317
+ #: ../includes/class.yith-wcwl-admin-init.php:1257
318
  msgid "Show \"Share on Facebook\" button"
319
  msgstr "Mostrar el botón \"Compartir en Facebook\""
320
 
321
+ #: ../includes/class.yith-wcwl-admin-init.php:1263
322
  msgid "Tweet on Twitter"
323
  msgstr "Twittear en Twitter"
324
 
325
+ #: ../includes/class.yith-wcwl-admin-init.php:1264
326
  msgid "Show \"Tweet on Twitter\" button"
327
  msgstr "Mostrar botón \"Twittear en Twitter\""
328
 
329
+ #: ../includes/class.yith-wcwl-admin-init.php:1270
330
  msgid "Pin on Pinterest"
331
  msgstr "Pin en Pinterest"
332
 
333
+ #: ../includes/class.yith-wcwl-admin-init.php:1271
334
  msgid "Show \"Pin on Pinterest\" button"
335
  msgstr "Mostrar botón \"Pin on Pinterest\""
336
 
337
+ #: ../includes/class.yith-wcwl-admin-init.php:1277
338
  msgid "Share on Google+"
339
  msgstr "Compartir en Google+"
340
 
341
+ #: ../includes/class.yith-wcwl-admin-init.php:1278
342
  msgid "Show \"Share on Google+\" button"
343
  msgstr "Mostrar el botón \"Compartir en Google+\""
344
 
345
+ #: ../includes/class.yith-wcwl-admin-init.php:1284
346
  msgid "Share by Email"
347
  msgstr "Compartir por correo electrónico"
348
 
349
+ #: ../includes/class.yith-wcwl-admin-init.php:1285
350
  msgid "Show \"Share by Email\" button"
351
  msgstr "Mostrar el botón \"Compartir por correo electrónico\""
352
 
353
+ #: ../includes/class.yith-wcwl-admin-init.php:1291
354
  msgid "Social title"
355
  msgstr "Título Social"
356
 
357
+ #: ../includes/class.yith-wcwl-admin-init.php:1298
358
  msgid "Social text"
359
  msgstr "Texto Social"
360
 
361
+ #: ../includes/class.yith-wcwl-admin-init.php:1299
362
  msgid ""
363
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
364
  "strong> where you want to show the URL of your wishlist."
365
  msgstr ""
366
 
367
+ #: ../includes/class.yith-wcwl-admin-init.php:1306
368
  msgid "Social image URL"
369
  msgstr "URL de la imagen Social"
370
 
371
+ #: ../includes/class.yith-wcwl-admin-init.php:1307
372
  msgid "It will be used by Pinterest."
373
  msgstr ""
374
 
375
+ #: ../includes/class.yith-wcwl-admin-init.php:1321
376
  #, php-format
377
  msgid ""
378
  "If you want to take advantage of this feature, you could consider to "
381
  "Si desea tomar ventaja de esta característica, usted podría considerar "
382
  "comprar el %s."
383
 
384
+ #: ../includes/class.yith-wcwl-admin-init.php:1326
385
  msgid "YITH WooCommerce Frequently Bought Together Integration"
386
  msgstr "Yith WooCommerce Productos adquiridos juntos frecuentemente"
387
 
388
+ #: ../includes/class.yith-wcwl-admin-init.php:1333
389
  msgid "Enable slider in wishlist"
390
  msgstr "Habilitar control deslizante en la lista de deseos"
391
 
392
+ #: ../includes/class.yith-wcwl-admin-init.php:1334
393
  #, php-format
394
  msgid ""
395
  "Choose to enable product slider in wishlist page with linked products (<a "
399
  "con productos vinculados \n"
400
  "(<a href=\"%s\" class=\"thickbox\">Ejemplo</a>). %s"
401
 
402
+ #: ../includes/class.yith-wcwl-admin-init.php:1370
403
  msgid "\"Add to wishlist\" button"
404
  msgstr "Botón de \"Añadir a la lista de deseos\""
405
 
406
+ #: ../includes/class.yith-wcwl-admin-init.php:1373
407
+ #: ../includes/class.yith-wcwl-admin-init.php:1391
408
+ #: ../includes/class.yith-wcwl-admin-init.php:1409
409
+ #: ../includes/class.yith-wcwl-admin-init.php:1427
410
+ #: ../includes/class.yith-wcwl-admin-init.php:1445
411
  msgid "Background"
412
  msgstr "Fondo"
413
 
414
+ #: ../includes/class.yith-wcwl-admin-init.php:1374
415
+ #: ../includes/class.yith-wcwl-admin-init.php:1392
416
+ #: ../includes/class.yith-wcwl-admin-init.php:1410
417
+ #: ../includes/class.yith-wcwl-admin-init.php:1428
418
+ #: ../includes/class.yith-wcwl-admin-init.php:1446
419
  msgid "Text"
420
  msgstr "Texto"
421
 
422
+ #: ../includes/class.yith-wcwl-admin-init.php:1375
423
+ #: ../includes/class.yith-wcwl-admin-init.php:1393
424
+ #: ../includes/class.yith-wcwl-admin-init.php:1411
425
+ #: ../includes/class.yith-wcwl-admin-init.php:1429
426
+ #: ../includes/class.yith-wcwl-admin-init.php:1447
427
  msgid "Border"
428
  msgstr "Borde"
429
 
430
+ #: ../includes/class.yith-wcwl-admin-init.php:1382
431
+ #: ../includes/class.yith-wcwl-admin-init.php:1400
432
+ #: ../includes/class.yith-wcwl-admin-init.php:1418
433
+ #: ../includes/class.yith-wcwl-admin-init.php:1436
434
  msgid "Background (hover)"
435
  msgstr "Fondo (hover)"
436
 
437
+ #: ../includes/class.yith-wcwl-admin-init.php:1383
438
+ #: ../includes/class.yith-wcwl-admin-init.php:1401
439
+ #: ../includes/class.yith-wcwl-admin-init.php:1419
440
+ #: ../includes/class.yith-wcwl-admin-init.php:1437
441
  msgid "Text (hover)"
442
  msgstr "Texto (hover)"
443
 
444
+ #: ../includes/class.yith-wcwl-admin-init.php:1384
445
+ #: ../includes/class.yith-wcwl-admin-init.php:1402
446
+ #: ../includes/class.yith-wcwl-admin-init.php:1420
447
+ #: ../includes/class.yith-wcwl-admin-init.php:1438
448
  msgid "Border (hover)"
449
  msgstr "Borde (hover)"
450
 
451
+ #: ../includes/class.yith-wcwl-admin-init.php:1388
452
  msgid "\"Add to Cart\" button"
453
  msgstr "Botón \"Añadir a la cesta\""
454
 
455
+ #: ../includes/class.yith-wcwl-admin-init.php:1406
456
  msgid "\"Style 1\" button"
457
  msgstr "Botón \"Estilo 1\""
458
 
459
+ #: ../includes/class.yith-wcwl-admin-init.php:1424
460
  msgid "\"Style 2\" button"
461
  msgstr "Botón \"Estilo 2\""
462
 
463
+ #: ../includes/class.yith-wcwl-admin-init.php:1442
464
  msgid "Wishlist table"
465
  msgstr "Tabla Lista de Deseos"
466
 
467
+ #: ../includes/class.yith-wcwl-admin-init.php:1451
468
  msgid "Headers"
469
  msgstr "Cabeceras"
470
 
471
+ #: ../includes/class.yith-wcwl-admin-init.php:1454
472
  msgid "Background color"
473
  msgstr "Color de fondo"
474
 
475
+ #: ../includes/class.yith-wcwl-admin-init.php:1544
476
  msgid "Wishlist Activated"
477
  msgstr "Lista de Deseos Activado"
478
 
479
+ #: ../includes/class.yith-wcwl-admin-init.php:1545
480
  #, php-format
481
  msgid ""
482
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
492
  "descúbrelo ahora\n"
493
  "</a>."
494
 
495
+ #: ../includes/class.yith-wcwl-admin-init.php:1556
496
  msgid "Wishlist Updated"
497
  msgstr "Lista de Deseos Actualizado"
498
 
499
+ #: ../includes/class.yith-wcwl-admin-init.php:1557
500
  #, php-format
501
  msgid ""
502
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
512
  "de Deseos se ha actualizado con nuevas opciones disponibles, <a href=\"%s"
513
  "\">descubra la versión PREMIUM.</a>"
514
 
515
+ #: ../includes/class.yith-wcwl-init.php:403
516
  msgid ""
517
  "We are sorry, but this feature is available only if cookies are enabled on "
518
  "your browser."
520
  "Lo sentimos, pero esta característica sólo está disponible si las cookies "
521
  "están habilitadas en su navegador."
522
 
523
+ #: ../includes/class.yith-wcwl-init.php:404
524
  msgid "Product correctly added to cart"
525
  msgstr "Producto añadido correctamente a la cesta"
526
 
527
+ #: ../includes/class.yith-wcwl-install.php:244
528
  msgctxt "page_slug"
529
  msgid "wishlist"
530
  msgstr "lista de deseos"
531
 
532
+ #: ../includes/class.yith-wcwl-privacy.php:50
533
+ msgid "While you visit our site, we’ll track:"
534
+ msgstr ""
535
+
536
+ #: ../includes/class.yith-wcwl-privacy.php:52
537
+ msgid ""
538
+ "Products you’ve added to the wishlist: we’ll use this to show you and other "
539
+ "users your favourite products, and to create targeted email campaigns."
540
+ msgstr ""
541
+
542
+ #: ../includes/class.yith-wcwl-privacy.php:53
543
+ msgid ""
544
+ "Wishlists you’ve created: we’ll keep track of the wishlists you create, and "
545
+ "make them visible to the store’s staff"
546
+ msgstr ""
547
+
548
+ #: ../includes/class.yith-wcwl-privacy.php:55
549
+ msgid ""
550
+ "We’ll also use cookies to keep track of wishlist contents while you’re "
551
+ "browsing our site."
552
+ msgstr ""
553
+
554
+ #: ../includes/class.yith-wcwl-privacy.php:58
555
+ msgid ""
556
+ "Members of our team have access to the information you provide us. For "
557
+ "example, both Administrators and Shop Managers can access:"
558
+ msgstr ""
559
+
560
+ #: ../includes/class.yith-wcwl-privacy.php:60
561
+ msgid ""
562
+ "Wishlist details, such as products added, date of addition, name and privacy "
563
+ "settings of your wishlists"
564
+ msgstr ""
565
+
566
+ #: ../includes/class.yith-wcwl-privacy.php:62
567
+ msgid ""
568
+ "Our team members have access to this information to offer you better deals "
569
+ "for the products you love."
570
+ msgstr ""
571
+
572
+ #: ../includes/class.yith-wcwl-privacy.php:82
573
+ #: ../includes/class.yith-wcwl-privacy.php:98
574
+ #, fuzzy
575
+ #| msgid "Add to Wishlist"
576
+ msgid "Customer Wishlists"
577
+ msgstr "Añadir a la lista de deseos"
578
+
579
+ #: ../includes/class.yith-wcwl-privacy.php:133
580
+ #, fuzzy
581
+ #| msgid "Wishlist"
582
+ msgid "Wishlists"
583
+ msgstr "Lista de Deseos"
584
+
585
+ #: ../includes/class.yith-wcwl-privacy.php:195
586
+ #, fuzzy, php-format
587
+ #| msgid "My wishlist on %s"
588
+ msgid "Removed wishlist %s."
589
+ msgstr "Mi lista de Deseos en %s"
590
+
591
+ #: ../includes/class.yith-wcwl-privacy.php:199
592
+ #, php-format
593
+ msgid "Wishlist %s has been retained."
594
+ msgstr ""
595
+
596
+ #: ../includes/class.yith-wcwl-privacy.php:210
597
+ msgid "Removed default user's wishlist"
598
+ msgstr ""
599
+
600
+ #: ../includes/class.yith-wcwl-privacy.php:228
601
+ msgid "Token"
602
+ msgstr ""
603
+
604
+ #: ../includes/class.yith-wcwl-privacy.php:229
605
+ #, fuzzy
606
+ #| msgid "Wishlist"
607
+ msgid "Wishlist url"
608
+ msgstr "Lista de Deseos"
609
+
610
+ #: ../includes/class.yith-wcwl-privacy.php:230
611
+ msgid "Title"
612
+ msgstr ""
613
+
614
+ #: ../includes/class.yith-wcwl-privacy.php:231
615
+ msgctxt "date wishlist was created"
616
+ msgid "Created on"
617
+ msgstr ""
618
+
619
+ #: ../includes/class.yith-wcwl-privacy.php:232
620
+ msgid "Visibility"
621
+ msgstr ""
622
+
623
+ #: ../includes/class.yith-wcwl-privacy.php:233
624
+ msgid "Items Added"
625
+ msgstr ""
626
+
627
+ #: ../includes/class.yith-wcwl-privacy.php:283
628
+ #: ../templates/wishlist-view.php:212
629
+ msgid "Shared"
630
+ msgstr "Compartido"
631
+
632
+ #: ../includes/class.yith-wcwl-privacy.php:286
633
+ #: ../templates/wishlist-view.php:215
634
+ msgid "Private"
635
+ msgstr "Privado"
636
+
637
+ #: ../includes/class.yith-wcwl-privacy.php:289
638
+ #: ../templates/wishlist-view.php:218
639
+ msgid "Public"
640
+ msgstr "Público"
641
+
642
  #: ../includes/class.yith-wcwl-shortcode.php:259
643
  #: ../includes/class.yith-wcwl-ui.php:164
644
  msgid "Share on:"
661
  msgid "email"
662
  msgstr "email"
663
 
664
+ #: ../includes/class.yith-wcwl.php:201
665
  msgid "An error occurred while adding products to the wishlist."
666
  msgstr "Se produjo un error al agregar productos a la lista de deseos."
667
 
668
+ #: ../includes/class.yith-wcwl.php:293
669
  msgid "An error occurred while adding products to wishlist."
670
  msgstr "Se produjo un error al agregar productos a la lista de deseos."
671
 
672
+ #: ../includes/class.yith-wcwl.php:310
673
  msgid "The \"Remove\" option now does not require any parameter"
674
  msgstr "La opción \"Eliminar\" ahora no requiere ningún parámetro"
675
 
676
+ #: ../includes/class.yith-wcwl.php:359
677
  msgid "An error occurred while removing products from the wishlist"
678
  msgstr "Se produjo un error al eliminar los productos de la lista de deseos"
679
 
680
+ #: ../includes/class.yith-wcwl.php:809
681
  msgid "You need to log in before creating a new wishlist"
682
  msgstr "Tienes que iniciar sesión antes de crear una nueva lista de deseos"
683
 
684
+ #: ../includes/class.yith-wcwl.php:1610
685
  msgid "Product successfully removed."
686
  msgstr "Producto eliminado correctamente."
687
 
688
+ #: ../includes/class.yith-wcwl.php:1614
689
  msgid "Error. Unable to remove the product from the wishlist."
690
  msgstr "Error. No se puede eliminar el producto de la lista de deseos."
691
 
692
+ #: ../includes/class.yith-wcwl.php:1618 ../templates/wishlist-view.php:242
693
  msgid "No products were added to the wishlist"
694
  msgstr "No se han añadido productos a la lista de deseos"
695
 
696
+ #: ../includes/class.yith-wcwl.php:1660
697
  msgid "An error as occurred."
698
  msgstr "Se produjo un error."
699
 
706
  "Requiere WooCommerce con el fin de trabajar."
707
 
708
  #: ../init.php:140
709
+ msgid "You can't activate the free version of"
710
+ msgstr ""
711
+
712
+ #: ../init.php:140
713
+ msgid "while you are using the premium one."
714
  msgstr ""
 
 
715
 
716
  #: ../templates/admin/wishlist-panel-premium.php:185
717
  #: ../templates/admin/wishlist-panel-premium.php:383
991
  msgid "Stock Status"
992
  msgstr "Estado del stock"
993
 
994
+ #: ../templates/wishlist-view.php:152 ../templates/wishlist-view.php:232
995
  msgid "Remove this product"
996
  msgstr "Eliminar este producto"
997
 
999
  msgid "Free!"
1000
  msgstr "¡Gratis!"
1001
 
1002
+ #: ../templates/wishlist-view.php:179
1003
  msgid "Out of Stock"
1004
  msgstr "Agotado"
1005
 
1006
+ #: ../templates/wishlist-view.php:179
1007
  msgid "In Stock"
1008
  msgstr "Disponible"
1009
 
1010
+ #: ../templates/wishlist-view.php:188
1011
  #, php-format
1012
  msgid "Added on : %s"
1013
  msgstr "Añadido el: %s"
1014
 
1015
+ #: ../templates/wishlist-view.php:200
1016
  msgid "Move"
1017
  msgstr "Mover"
1018
 
1019
+ #: ../templates/wishlist-view.php:232
 
 
 
 
 
 
 
 
 
 
 
 
1020
  msgid "Remove"
1021
  msgstr "Eliminar"
1022
 
1023
+ #: ../templates/wishlist-view.php:259
1024
  msgid "Add the selected products to the cart"
1025
  msgstr "Añadir los productos seleccionados a la cesta"
1026
 
1027
+ #: ../templates/wishlist-view.php:267 ../templates/wishlist-view.php:313
1028
  msgid "Ask for an estimate"
1029
  msgstr "Pida presupuesto"
1030
 
1031
+ #: ../templates/wishlist-view.php:303
1032
  msgid "Your email"
1033
  msgstr ""
1034
 
1035
+ #~ msgid ""
1036
+ #~ "WARNING: This plugin requires at least WooCommerce 2.2! Please, use this "
1037
+ #~ "link to update it."
1038
+ #~ msgstr ""
1039
+ #~ "ADVERTENCIA: Este plugin requiere al menos WooCommerce 2.2! Por favor, "
1040
+ #~ "use este enlace para actualizarlo."
1041
+
1042
+ #~ msgid "WARNING: This plugin requires at least WooCommerce 2.2!"
1043
+ #~ msgstr "ADVERTENCIA: Este plugin requiere al menos WooCommerce 2.2!"
1044
+
1045
+ #~ msgid "Plugin Documentation"
1046
+ #~ msgstr "Documentación Plugin"
1047
+
1048
+ #~ msgid "YITH WooCommerce Wishlist"
1049
+ #~ msgstr "YITH WooCommerce Wishlist"
1050
+
1051
+ #~ msgid ""
1052
+ #~ "You can't activate the free version of YITH WooCommerce Wishlist while "
1053
+ #~ "you are using the premium one."
1054
+ #~ msgstr ""
1055
+ #~ "No puede activar la versión gratuita de Yith WooCommerce Lista de Deseos "
1056
+ #~ "mientras está usando la versión premium."
1057
+
1058
  #~ msgid ""
1059
  #~ "Upgrade to the PREMIUM VERSION\n"
1060
  #~ "of YITH WOOCOMMERCE WISHLIST to benefit from all features!"
languages/yith-woocommerce-wishlist-es_MX.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-es_MX.po CHANGED
@@ -1,15 +1,15 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
- "POT-Creation-Date: 2017-10-24 17:33+0200\n"
5
- "PO-Revision-Date: 2017-10-24 17:33+0200\n"
6
  "Last-Translator: Gabriel Azarias Dzul Cocom <gabrieldzul@gmail.com>\n"
7
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
8
  "Language: es_MX\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 1.8.7.1\n"
13
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;__ngettext:1,2;"
14
  "__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;"
15
  "_nx_noop:4c,1,2\n"
@@ -20,83 +20,59 @@ msgstr ""
20
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
21
 
22
  #: ../includes/class.yith-wcwl-admin-init.php:159
23
- #: ../includes/class.yith-wcwl-admin-init.php:1483
24
- #: ../includes/class.yith-wcwl-admin-init.php:1484
25
- #: ../includes/class.yith-wcwl-install.php:244
26
  msgid "Wishlist"
27
  msgstr "Lista de deseos"
28
 
29
  #: ../includes/class.yith-wcwl-admin-init.php:161
30
- #: ../includes/class.yith-wcwl-admin-init.php:251
31
  msgid "Settings"
32
  msgstr "Ajustes"
33
 
34
  #: ../includes/class.yith-wcwl-admin-init.php:162
35
- #: ../includes/class.yith-wcwl-admin-init.php:236
36
  msgid "Colors"
37
  msgstr "Colores"
38
 
39
  #: ../includes/class.yith-wcwl-admin-init.php:163
40
- #: ../includes/class.yith-wcwl-admin-init.php:255
41
  msgid "Premium Version"
42
  msgstr ""
43
 
44
- #: ../includes/class.yith-wcwl-admin-init.php:256
45
- msgid "Live Demo"
46
- msgstr ""
47
-
48
- #: ../includes/class.yith-wcwl-admin-init.php:280
49
- msgid ""
50
- "WARNING: This plugin requires at least WooCommerce 2.2! Please, use this "
51
- "link to update it."
52
- msgstr ""
53
-
54
- #: ../includes/class.yith-wcwl-admin-init.php:283
55
- msgid "WARNING: This plugin requires at least WooCommerce 2.2!"
56
- msgstr ""
57
-
58
- #: ../includes/class.yith-wcwl-admin-init.php:288
59
- msgid "Plugin Documentation"
60
- msgstr ""
61
-
62
- #: ../includes/class.yith-wcwl-admin-init.php:1023
63
  msgid "Upgrade to the PREMIUM VERSION"
64
  msgstr ""
65
 
66
- #: ../includes/class.yith-wcwl-admin-init.php:1026
67
- msgid "YITH WooCommerce Wishlist"
68
- msgstr ""
69
-
70
- #: ../includes/class.yith-wcwl-admin-init.php:1027
71
  msgid "Discover the Advanced Features"
72
  msgstr ""
73
 
74
- #: ../includes/class.yith-wcwl-admin-init.php:1028
75
  msgid ""
76
  "Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE WISHLIST to benefit from "
77
  "all features!"
78
  msgstr ""
79
 
80
- #: ../includes/class.yith-wcwl-admin-init.php:1034
81
  msgid "Get Support and Pro Features"
82
  msgstr ""
83
 
84
- #: ../includes/class.yith-wcwl-admin-init.php:1035
85
  msgid ""
86
  "By purchasing the premium version of the plugin, you will take advantage of "
87
  "the advanced features of the product and you will get one year of free "
88
  "updates and support through our platform available 24h/24."
89
  msgstr ""
90
 
91
- #: ../includes/class.yith-wcwl-admin-init.php:1045
92
  msgid "General Settings"
93
  msgstr "Ajustes Generales"
94
 
95
- #: ../includes/class.yith-wcwl-admin-init.php:1052
96
  msgid "Enable YITH Wishlist"
97
  msgstr "Activar la Lista de deseos de YITH"
98
 
99
- #: ../includes/class.yith-wcwl-admin-init.php:1053
100
  #, php-format
101
  msgid ""
102
  "Enable all plugin features. <strong>Be sure to select at least one option in "
@@ -104,31 +80,31 @@ msgid ""
104
  "plugin <a href=\"%s\" target=\"_blank\">documentation</a>."
105
  msgstr ""
106
 
107
- #: ../includes/class.yith-wcwl-admin-init.php:1059
108
  #, fuzzy
109
  msgid "Default wishlist title"
110
  msgstr "Título de la Lista de deseos"
111
 
112
- #: ../includes/class.yith-wcwl-admin-init.php:1061
113
- #: ../includes/class.yith-wcwl-admin-init.php:1062
114
- #: ../includes/class.yith-wcwl-admin-init.php:1298
115
  #, php-format
116
  msgid "My wishlist on %s"
117
  msgstr "My Lista de deseos en %s"
118
 
119
- #: ../includes/class.yith-wcwl-admin-init.php:1067
120
  msgid "Wishlist Page"
121
  msgstr "Página de la Lista de Deseos"
122
 
123
- #: ../includes/class.yith-wcwl-admin-init.php:1068
124
  msgid "Page contents: [yith_wcwl_wishlist]"
125
  msgstr ""
126
 
127
- #: ../includes/class.yith-wcwl-admin-init.php:1077
128
  msgid "Position"
129
  msgstr "Posición"
130
 
131
- #: ../includes/class.yith-wcwl-admin-init.php:1078
132
  #, fuzzy
133
  msgid ""
134
  "You can add the button in variable products only after the \"Add to Cart\" "
@@ -137,27 +113,27 @@ msgstr ""
137
  "En productos variables puedes agregarlos solo despues de \"Agregar al "
138
  "Carrito\" o usar el shortcode [yith_wcwl_add_to_wishlist]."
139
 
140
- #: ../includes/class.yith-wcwl-admin-init.php:1084
141
  msgid "After \"Add to cart\""
142
  msgstr "Despued de \"Agregar al Carrito\""
143
 
144
- #: ../includes/class.yith-wcwl-admin-init.php:1085
145
  msgid "After thumbnails"
146
  msgstr "Despues de las miniaturas"
147
 
148
- #: ../includes/class.yith-wcwl-admin-init.php:1086
149
  msgid "After summary"
150
  msgstr "Despues del Resumen"
151
 
152
- #: ../includes/class.yith-wcwl-admin-init.php:1087
153
  msgid "Use shortcode"
154
  msgstr "Usar shortcode"
155
 
156
- #: ../includes/class.yith-wcwl-admin-init.php:1092
157
  msgid "Redirect to cart"
158
  msgstr "Redirreccionar al Carrito"
159
 
160
- #: ../includes/class.yith-wcwl-admin-init.php:1093
161
  msgid ""
162
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
163
  "page."
@@ -165,336 +141,336 @@ msgstr ""
165
  "Redireccionar a la página del Carrito si el boton de \"Agregar al Carrito\" "
166
  "es presionado en la página de la Lista de deseos."
167
 
168
- #: ../includes/class.yith-wcwl-admin-init.php:1099
169
  msgid "Remove if added to the cart"
170
  msgstr "Remover si es agregado al Carrito."
171
 
172
- #: ../includes/class.yith-wcwl-admin-init.php:1100
173
  #, fuzzy
174
  msgid "Remove the product from the wishlist if it has been added to the cart."
175
  msgstr ""
176
  "Remover el producto de la Lista de deseos si ha sido agregado al Carrito."
177
 
178
- #: ../includes/class.yith-wcwl-admin-init.php:1106
179
  msgid "\"Add to Wishlist\" text"
180
  msgstr "Testo de \"Agregar al Carrito\""
181
 
182
- #: ../includes/class.yith-wcwl-admin-init.php:1108
183
  msgid "Add to Wishlist"
184
  msgstr "Agregar a la Lista de deseos"
185
 
186
- #: ../includes/class.yith-wcwl-admin-init.php:1113
187
  #, fuzzy
188
  msgid "\"Browse wishlist\" text"
189
  msgstr "Ir a la Lista de deseos"
190
 
191
- #: ../includes/class.yith-wcwl-admin-init.php:1115
192
  #: ../includes/class.yith-wcwl-ui.php:82 ../includes/class.yith-wcwl-ui.php:83
193
  msgid "Browse Wishlist"
194
  msgstr "Ir a la Lista de deseos"
195
 
196
- #: ../includes/class.yith-wcwl-admin-init.php:1120
197
  #, fuzzy
198
  msgid "\"Product already in wishlist\" text"
199
  msgstr "El producto ya está en la Lista"
200
 
201
- #: ../includes/class.yith-wcwl-admin-init.php:1122
202
  #: ../includes/class.yith-wcwl-ui.php:83
203
  msgid "The product is already in the wishlist!"
204
  msgstr "El producto ya se encuentra en la Lista de deseos!"
205
 
206
- #: ../includes/class.yith-wcwl-admin-init.php:1127
207
  #, fuzzy
208
  msgid "\"Product added\" text"
209
  msgstr "¡Producto agregado!"
210
 
211
- #: ../includes/class.yith-wcwl-admin-init.php:1129
212
  #: ../includes/class.yith-wcwl-ui.php:82
213
  msgid "Product added!"
214
  msgstr "¡Producto agregado!"
215
 
216
- #: ../includes/class.yith-wcwl-admin-init.php:1134
217
  msgid "\"Add to Cart\" text"
218
  msgstr "Texto de \"Agregar del Carrito\""
219
 
220
- #: ../includes/class.yith-wcwl-admin-init.php:1136
221
  msgid "Add to Cart"
222
  msgstr "Agregar al Carrito"
223
 
224
- #: ../includes/class.yith-wcwl-admin-init.php:1141
225
  msgid "Show Unit price"
226
  msgstr "Mostrar Precio unitario"
227
 
228
- #: ../includes/class.yith-wcwl-admin-init.php:1142
229
  msgid "Show unit price for each product in wishlist"
230
  msgstr ""
231
 
232
- #: ../includes/class.yith-wcwl-admin-init.php:1149
233
  msgid "Show \"Add to Cart\" button"
234
  msgstr "Mostar el boton de \"Agregar al Carrito\" "
235
 
236
- #: ../includes/class.yith-wcwl-admin-init.php:1150
237
  #, fuzzy
238
  msgid "Show \"Add to Cart\" button for each product in wishlist"
239
  msgstr "\"Agregar al Carrito\" fondo del boton"
240
 
241
- #: ../includes/class.yith-wcwl-admin-init.php:1157
242
  msgid "Show Stock status"
243
  msgstr "Mostar el estado del inventario"
244
 
245
- #: ../includes/class.yith-wcwl-admin-init.php:1158
246
  msgid ""
247
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
248
  msgstr ""
249
 
250
- #: ../includes/class.yith-wcwl-admin-init.php:1165
251
  msgid "Show Date of addition"
252
  msgstr ""
253
 
254
- #: ../includes/class.yith-wcwl-admin-init.php:1166
255
  #, fuzzy
256
  msgid "Show the date when users have added a product to the wishlist"
257
  msgstr "Ocurrió un erro mientras se agregaba el producto a la Lista"
258
 
259
- #: ../includes/class.yith-wcwl-admin-init.php:1173
260
  #, fuzzy
261
  msgid "Add second remove button"
262
  msgstr "\"Agregar al Carrito\" texto del boton"
263
 
264
- #: ../includes/class.yith-wcwl-admin-init.php:1174
265
  msgid "Add a second remove button in the last column, with extended label"
266
  msgstr ""
267
 
268
- #: ../includes/class.yith-wcwl-admin-init.php:1189
269
  msgid "Styles"
270
  msgstr "Estilos"
271
 
272
- #: ../includes/class.yith-wcwl-admin-init.php:1196
273
  msgid "Use buttons"
274
  msgstr "Usar botones"
275
 
276
- #: ../includes/class.yith-wcwl-admin-init.php:1197
277
  #, fuzzy
278
  msgid "Use buttons instead of simple anchors."
279
  msgstr "Usar botones en lugar de un simple elnaces"
280
 
281
- #: ../includes/class.yith-wcwl-admin-init.php:1203
282
  msgid "Custom CSS"
283
  msgstr "Css personalizado"
284
 
285
- #: ../includes/class.yith-wcwl-admin-init.php:1210
286
  msgid "Use theme style"
287
  msgstr "Usar estilo del tema"
288
 
289
- #: ../includes/class.yith-wcwl-admin-init.php:1211
290
  msgid "Use the theme style."
291
  msgstr "Usar el estilo del tema"
292
 
293
- #: ../includes/class.yith-wcwl-admin-init.php:1217
294
  #, fuzzy
295
  msgid "Rounded buttons"
296
  msgstr "Usar botones"
297
 
298
- #: ../includes/class.yith-wcwl-admin-init.php:1218
299
  #, fuzzy
300
  msgid "Make button corners rounded"
301
  msgstr "Redondear los bordes de los botones"
302
 
303
- #: ../includes/class.yith-wcwl-admin-init.php:1224
304
  msgid "\"Add to Wishlist\" icon"
305
  msgstr "Icono de \"Agregar a la Lista de deseos\""
306
 
307
- #: ../includes/class.yith-wcwl-admin-init.php:1225
308
  msgid "Add an icon to the \"Add to Wishlist\" button"
309
  msgstr "Agregar un icono para el boton de \"Agregar a la Lista de deseos\""
310
 
311
- #: ../includes/class.yith-wcwl-admin-init.php:1235
312
  msgid "\"Add to Cart\" icon"
313
  msgstr "Icono de \"Agregar al carrito\""
314
 
315
- #: ../includes/class.yith-wcwl-admin-init.php:1236
316
  msgid "Add an icon to the \"Add to Cart\" button"
317
  msgstr "Agregar un icono para el boton de \"Agregar al Carrito\""
318
 
319
- #: ../includes/class.yith-wcwl-admin-init.php:1254
320
  #, fuzzy
321
  msgid "Social Networks & Share"
322
  msgstr "Compartir"
323
 
324
- #: ../includes/class.yith-wcwl-admin-init.php:1261
325
  msgid "Share on Facebook"
326
  msgstr "Compartir en Facebook"
327
 
328
- #: ../includes/class.yith-wcwl-admin-init.php:1262
329
  #, fuzzy
330
  msgid "Show \"Share on Facebook\" button"
331
  msgstr "Compartir en Facebook"
332
 
333
- #: ../includes/class.yith-wcwl-admin-init.php:1268
334
  msgid "Tweet on Twitter"
335
  msgstr "Tweet en Twitter"
336
 
337
- #: ../includes/class.yith-wcwl-admin-init.php:1269
338
  #, fuzzy
339
  msgid "Show \"Tweet on Twitter\" button"
340
  msgstr "Tweet en Twitter"
341
 
342
- #: ../includes/class.yith-wcwl-admin-init.php:1275
343
  msgid "Pin on Pinterest"
344
  msgstr "Pin en Pinterest"
345
 
346
- #: ../includes/class.yith-wcwl-admin-init.php:1276
347
  #, fuzzy
348
  msgid "Show \"Pin on Pinterest\" button"
349
  msgstr "Pin en Pinterest"
350
 
351
- #: ../includes/class.yith-wcwl-admin-init.php:1282
352
  msgid "Share on Google+"
353
  msgstr "Compartir en Google+"
354
 
355
- #: ../includes/class.yith-wcwl-admin-init.php:1283
356
  #, fuzzy
357
  msgid "Show \"Share on Google+\" button"
358
  msgstr "Compartir en Facebook"
359
 
360
- #: ../includes/class.yith-wcwl-admin-init.php:1289
361
  msgid "Share by Email"
362
  msgstr ""
363
 
364
- #: ../includes/class.yith-wcwl-admin-init.php:1290
365
  #, fuzzy
366
  msgid "Show \"Share by Email\" button"
367
  msgstr "Mostar el boton de \"Agregar al Carrito\" "
368
 
369
- #: ../includes/class.yith-wcwl-admin-init.php:1296
370
  #, fuzzy
371
  msgid "Social title"
372
  msgstr "Tiítulo de Redes sociales"
373
 
374
- #: ../includes/class.yith-wcwl-admin-init.php:1303
375
  #, fuzzy
376
  msgid "Social text"
377
  msgstr "Texto de redes sociales"
378
 
379
- #: ../includes/class.yith-wcwl-admin-init.php:1304
380
  msgid ""
381
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
382
  "strong> where you want to show the URL of your wishlist."
383
  msgstr ""
384
 
385
- #: ../includes/class.yith-wcwl-admin-init.php:1311
386
  #, fuzzy
387
  msgid "Social image URL"
388
  msgstr "URL de la imágen de las redes Sociales."
389
 
390
- #: ../includes/class.yith-wcwl-admin-init.php:1312
391
  msgid "It will be used by Pinterest."
392
  msgstr ""
393
 
394
- #: ../includes/class.yith-wcwl-admin-init.php:1326
395
  #, php-format
396
  msgid ""
397
  "If you want to take advantage of this feature, you could consider to "
398
  "purchase the %s."
399
  msgstr ""
400
 
401
- #: ../includes/class.yith-wcwl-admin-init.php:1331
402
  msgid "YITH WooCommerce Frequently Bought Together Integration"
403
  msgstr ""
404
 
405
- #: ../includes/class.yith-wcwl-admin-init.php:1338
406
  msgid "Enable slider in wishlist"
407
  msgstr ""
408
 
409
- #: ../includes/class.yith-wcwl-admin-init.php:1339
410
  #, php-format
411
  msgid ""
412
  "Choose to enable product slider in wishlist page with linked products (<a "
413
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
414
  msgstr ""
415
 
416
- #: ../includes/class.yith-wcwl-admin-init.php:1375
417
  #, fuzzy
418
  msgid "\"Add to wishlist\" button"
419
  msgstr "\"Agregar a Lista de deseos\" texto del boton"
420
 
421
- #: ../includes/class.yith-wcwl-admin-init.php:1378
422
- #: ../includes/class.yith-wcwl-admin-init.php:1396
423
- #: ../includes/class.yith-wcwl-admin-init.php:1414
424
- #: ../includes/class.yith-wcwl-admin-init.php:1432
425
- #: ../includes/class.yith-wcwl-admin-init.php:1450
426
  msgid "Background"
427
  msgstr ""
428
 
429
- #: ../includes/class.yith-wcwl-admin-init.php:1379
430
- #: ../includes/class.yith-wcwl-admin-init.php:1397
431
- #: ../includes/class.yith-wcwl-admin-init.php:1415
432
- #: ../includes/class.yith-wcwl-admin-init.php:1433
433
- #: ../includes/class.yith-wcwl-admin-init.php:1451
434
  msgid "Text"
435
  msgstr ""
436
 
437
- #: ../includes/class.yith-wcwl-admin-init.php:1380
438
- #: ../includes/class.yith-wcwl-admin-init.php:1398
439
- #: ../includes/class.yith-wcwl-admin-init.php:1416
440
- #: ../includes/class.yith-wcwl-admin-init.php:1434
441
- #: ../includes/class.yith-wcwl-admin-init.php:1452
442
  msgid "Border"
443
  msgstr ""
444
 
445
- #: ../includes/class.yith-wcwl-admin-init.php:1387
446
- #: ../includes/class.yith-wcwl-admin-init.php:1405
447
- #: ../includes/class.yith-wcwl-admin-init.php:1423
448
- #: ../includes/class.yith-wcwl-admin-init.php:1441
449
  msgid "Background (hover)"
450
  msgstr ""
451
 
452
- #: ../includes/class.yith-wcwl-admin-init.php:1388
453
- #: ../includes/class.yith-wcwl-admin-init.php:1406
454
- #: ../includes/class.yith-wcwl-admin-init.php:1424
455
- #: ../includes/class.yith-wcwl-admin-init.php:1442
456
  msgid "Text (hover)"
457
  msgstr ""
458
 
459
- #: ../includes/class.yith-wcwl-admin-init.php:1389
460
- #: ../includes/class.yith-wcwl-admin-init.php:1407
461
- #: ../includes/class.yith-wcwl-admin-init.php:1425
462
- #: ../includes/class.yith-wcwl-admin-init.php:1443
463
  msgid "Border (hover)"
464
  msgstr ""
465
 
466
- #: ../includes/class.yith-wcwl-admin-init.php:1393
467
  #, fuzzy
468
  msgid "\"Add to Cart\" button"
469
  msgstr "\"Agregar al Carrito\" texto del boton"
470
 
471
- #: ../includes/class.yith-wcwl-admin-init.php:1411
472
  msgid "\"Style 1\" button"
473
  msgstr ""
474
 
475
- #: ../includes/class.yith-wcwl-admin-init.php:1429
476
  msgid "\"Style 2\" button"
477
  msgstr ""
478
 
479
- #: ../includes/class.yith-wcwl-admin-init.php:1447
480
  #, fuzzy
481
  msgid "Wishlist table"
482
  msgstr "Título de la Lista de deseos"
483
 
484
- #: ../includes/class.yith-wcwl-admin-init.php:1456
485
  msgid "Headers"
486
  msgstr ""
487
 
488
- #: ../includes/class.yith-wcwl-admin-init.php:1459
489
  msgid "Background color"
490
  msgstr ""
491
 
492
- #: ../includes/class.yith-wcwl-admin-init.php:1549
493
  #, fuzzy
494
  msgid "Wishlist Activated"
495
  msgstr "Título de la Lista de deseos"
496
 
497
- #: ../includes/class.yith-wcwl-admin-init.php:1550
498
  #, php-format
499
  msgid ""
500
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
@@ -503,12 +479,12 @@ msgid ""
503
  "options, <a href=\"%s\">discover it now</a>."
504
  msgstr ""
505
 
506
- #: ../includes/class.yith-wcwl-admin-init.php:1561
507
  #, fuzzy
508
  msgid "Wishlist Updated"
509
  msgstr "Página de la Lista de Deseos"
510
 
511
- #: ../includes/class.yith-wcwl-admin-init.php:1562
512
  #, php-format
513
  msgid ""
514
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
@@ -518,22 +494,134 @@ msgid ""
518
  "\">discover the PREMIUM version.</a>"
519
  msgstr ""
520
 
521
- #: ../includes/class.yith-wcwl-init.php:374
522
  msgid ""
523
  "We are sorry, but this feature is available only if cookies are enabled on "
524
  "your browser."
525
  msgstr ""
526
 
527
- #: ../includes/class.yith-wcwl-init.php:375
528
  #, fuzzy
529
  msgid "Product correctly added to cart"
530
  msgstr "¡Producto agregado!"
531
 
532
- #: ../includes/class.yith-wcwl-install.php:243
533
  msgctxt "page_slug"
534
  msgid "wishlist"
535
  msgstr ""
536
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
537
  #: ../includes/class.yith-wcwl-shortcode.php:259
538
  #: ../includes/class.yith-wcwl-ui.php:164
539
  msgid "Share on:"
@@ -556,42 +644,42 @@ msgstr ""
556
  msgid "email"
557
  msgstr ""
558
 
559
- #: ../includes/class.yith-wcwl.php:177
560
  #, fuzzy
561
  msgid "An error occurred while adding products to the wishlist."
562
  msgstr "Ocurrió un erro mientras se agregaba el producto a la Lista"
563
 
564
- #: ../includes/class.yith-wcwl.php:269
565
  #, fuzzy
566
  msgid "An error occurred while adding products to wishlist."
567
  msgstr "Ocurrió un erro mientras se agregaba el producto a la Lista"
568
 
569
- #: ../includes/class.yith-wcwl.php:286
570
  msgid "The \"Remove\" option now does not require any parameter"
571
  msgstr ""
572
 
573
- #: ../includes/class.yith-wcwl.php:335
574
  #, fuzzy
575
  msgid "An error occurred while removing products from the wishlist"
576
  msgstr "Ocurrió un erro mientras se eliminaba el producto a la Lista"
577
 
578
- #: ../includes/class.yith-wcwl.php:783
579
  msgid "You need to log in before creating a new wishlist"
580
  msgstr ""
581
 
582
- #: ../includes/class.yith-wcwl.php:1578
583
  msgid "Product successfully removed."
584
  msgstr "Producto exitosamente eliminado"
585
 
586
- #: ../includes/class.yith-wcwl.php:1582
587
  msgid "Error. Unable to remove the product from the wishlist."
588
  msgstr "Error. No fue posible eliminar el producto de la Lista."
589
 
590
- #: ../includes/class.yith-wcwl.php:1586 ../templates/wishlist-view.php:241
591
  msgid "No products were added to the wishlist"
592
  msgstr "Aun no has agregado nada."
593
 
594
- #: ../includes/class.yith-wcwl.php:1628
595
  msgid "An error as occurred."
596
  msgstr ""
597
 
@@ -602,9 +690,11 @@ msgid ""
602
  msgstr ""
603
 
604
  #: ../init.php:140
605
- msgid ""
606
- "You can't activate the free version of YITH WooCommerce Wishlist while you "
607
- "are using the premium one."
 
 
608
  msgstr ""
609
 
610
  #: ../templates/admin/wishlist-panel-premium.php:185
@@ -888,7 +978,7 @@ msgstr "Precio unitario"
888
  msgid "Stock Status"
889
  msgstr "Estado del inventario"
890
 
891
- #: ../templates/wishlist-view.php:152 ../templates/wishlist-view.php:231
892
  msgid "Remove this product"
893
  msgstr "Remover este producto"
894
 
@@ -896,49 +986,36 @@ msgstr "Remover este producto"
896
  msgid "Free!"
897
  msgstr "Gratis!"
898
 
899
- #: ../templates/wishlist-view.php:178
900
  msgid "Out of Stock"
901
  msgstr "Agotado"
902
 
903
- #: ../templates/wishlist-view.php:178
904
  msgid "In Stock"
905
  msgstr "Disponilbe."
906
 
907
- #: ../templates/wishlist-view.php:187
908
  #, php-format
909
  msgid "Added on : %s"
910
  msgstr ""
911
 
912
- #: ../templates/wishlist-view.php:199
913
  msgid "Move"
914
  msgstr ""
915
 
916
- #: ../templates/wishlist-view.php:211
917
- #, fuzzy
918
- msgid "Shared"
919
- msgstr "Compartir en:"
920
-
921
- #: ../templates/wishlist-view.php:214
922
- msgid "Private"
923
- msgstr ""
924
-
925
- #: ../templates/wishlist-view.php:217
926
- msgid "Public"
927
- msgstr ""
928
-
929
- #: ../templates/wishlist-view.php:231
930
  msgid "Remove"
931
  msgstr ""
932
 
933
- #: ../templates/wishlist-view.php:258
934
  msgid "Add the selected products to the cart"
935
  msgstr ""
936
 
937
- #: ../templates/wishlist-view.php:266 ../templates/wishlist-view.php:312
938
  msgid "Ask for an estimate"
939
  msgstr ""
940
 
941
- #: ../templates/wishlist-view.php:302
942
  msgid "Your email"
943
  msgstr ""
944
 
@@ -1096,9 +1173,6 @@ msgstr ""
1096
  #~ msgid "Wishlist table background"
1097
  #~ msgstr "\"Agregar al Carrito\" texto del boton"
1098
 
1099
- #~ msgid "Wishlist table text"
1100
- #~ msgstr "Texto de la tabla de la Lista de deseos"
1101
-
1102
  #~ msgid "Wishlist table border"
1103
  #~ msgstr "Borde de la tabla de la Lista de deseos"
1104
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
+ "POT-Creation-Date: 2018-10-04 14:50+0200\n"
5
+ "PO-Revision-Date: 2018-10-04 14:50+0200\n"
6
  "Last-Translator: Gabriel Azarias Dzul Cocom <gabrieldzul@gmail.com>\n"
7
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
8
  "Language: es_MX\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 2.0.8\n"
13
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;__ngettext:1,2;"
14
  "__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;"
15
  "_nx_noop:4c,1,2\n"
20
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
21
 
22
  #: ../includes/class.yith-wcwl-admin-init.php:159
23
+ #: ../includes/class.yith-wcwl-admin-init.php:1478
24
+ #: ../includes/class.yith-wcwl-admin-init.php:1479
25
+ #: ../includes/class.yith-wcwl-install.php:245
26
  msgid "Wishlist"
27
  msgstr "Lista de deseos"
28
 
29
  #: ../includes/class.yith-wcwl-admin-init.php:161
 
30
  msgid "Settings"
31
  msgstr "Ajustes"
32
 
33
  #: ../includes/class.yith-wcwl-admin-init.php:162
34
+ #: ../includes/class.yith-wcwl-admin-init.php:243
35
  msgid "Colors"
36
  msgstr "Colores"
37
 
38
  #: ../includes/class.yith-wcwl-admin-init.php:163
 
39
  msgid "Premium Version"
40
  msgstr ""
41
 
42
+ #: ../includes/class.yith-wcwl-admin-init.php:1018
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
43
  msgid "Upgrade to the PREMIUM VERSION"
44
  msgstr ""
45
 
46
+ #: ../includes/class.yith-wcwl-admin-init.php:1022
 
 
 
 
47
  msgid "Discover the Advanced Features"
48
  msgstr ""
49
 
50
+ #: ../includes/class.yith-wcwl-admin-init.php:1023
51
  msgid ""
52
  "Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE WISHLIST to benefit from "
53
  "all features!"
54
  msgstr ""
55
 
56
+ #: ../includes/class.yith-wcwl-admin-init.php:1029
57
  msgid "Get Support and Pro Features"
58
  msgstr ""
59
 
60
+ #: ../includes/class.yith-wcwl-admin-init.php:1030
61
  msgid ""
62
  "By purchasing the premium version of the plugin, you will take advantage of "
63
  "the advanced features of the product and you will get one year of free "
64
  "updates and support through our platform available 24h/24."
65
  msgstr ""
66
 
67
+ #: ../includes/class.yith-wcwl-admin-init.php:1040
68
  msgid "General Settings"
69
  msgstr "Ajustes Generales"
70
 
71
+ #: ../includes/class.yith-wcwl-admin-init.php:1047
72
  msgid "Enable YITH Wishlist"
73
  msgstr "Activar la Lista de deseos de YITH"
74
 
75
+ #: ../includes/class.yith-wcwl-admin-init.php:1048
76
  #, php-format
77
  msgid ""
78
  "Enable all plugin features. <strong>Be sure to select at least one option in "
80
  "plugin <a href=\"%s\" target=\"_blank\">documentation</a>."
81
  msgstr ""
82
 
83
+ #: ../includes/class.yith-wcwl-admin-init.php:1054
84
  #, fuzzy
85
  msgid "Default wishlist title"
86
  msgstr "Título de la Lista de deseos"
87
 
88
+ #: ../includes/class.yith-wcwl-admin-init.php:1056
89
+ #: ../includes/class.yith-wcwl-admin-init.php:1057
90
+ #: ../includes/class.yith-wcwl-admin-init.php:1293
91
  #, php-format
92
  msgid "My wishlist on %s"
93
  msgstr "My Lista de deseos en %s"
94
 
95
+ #: ../includes/class.yith-wcwl-admin-init.php:1062
96
  msgid "Wishlist Page"
97
  msgstr "Página de la Lista de Deseos"
98
 
99
+ #: ../includes/class.yith-wcwl-admin-init.php:1063
100
  msgid "Page contents: [yith_wcwl_wishlist]"
101
  msgstr ""
102
 
103
+ #: ../includes/class.yith-wcwl-admin-init.php:1072
104
  msgid "Position"
105
  msgstr "Posición"
106
 
107
+ #: ../includes/class.yith-wcwl-admin-init.php:1073
108
  #, fuzzy
109
  msgid ""
110
  "You can add the button in variable products only after the \"Add to Cart\" "
113
  "En productos variables puedes agregarlos solo despues de \"Agregar al "
114
  "Carrito\" o usar el shortcode [yith_wcwl_add_to_wishlist]."
115
 
116
+ #: ../includes/class.yith-wcwl-admin-init.php:1079
117
  msgid "After \"Add to cart\""
118
  msgstr "Despued de \"Agregar al Carrito\""
119
 
120
+ #: ../includes/class.yith-wcwl-admin-init.php:1080
121
  msgid "After thumbnails"
122
  msgstr "Despues de las miniaturas"
123
 
124
+ #: ../includes/class.yith-wcwl-admin-init.php:1081
125
  msgid "After summary"
126
  msgstr "Despues del Resumen"
127
 
128
+ #: ../includes/class.yith-wcwl-admin-init.php:1082
129
  msgid "Use shortcode"
130
  msgstr "Usar shortcode"
131
 
132
+ #: ../includes/class.yith-wcwl-admin-init.php:1087
133
  msgid "Redirect to cart"
134
  msgstr "Redirreccionar al Carrito"
135
 
136
+ #: ../includes/class.yith-wcwl-admin-init.php:1088
137
  msgid ""
138
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
139
  "page."
141
  "Redireccionar a la página del Carrito si el boton de \"Agregar al Carrito\" "
142
  "es presionado en la página de la Lista de deseos."
143
 
144
+ #: ../includes/class.yith-wcwl-admin-init.php:1094
145
  msgid "Remove if added to the cart"
146
  msgstr "Remover si es agregado al Carrito."
147
 
148
+ #: ../includes/class.yith-wcwl-admin-init.php:1095
149
  #, fuzzy
150
  msgid "Remove the product from the wishlist if it has been added to the cart."
151
  msgstr ""
152
  "Remover el producto de la Lista de deseos si ha sido agregado al Carrito."
153
 
154
+ #: ../includes/class.yith-wcwl-admin-init.php:1101
155
  msgid "\"Add to Wishlist\" text"
156
  msgstr "Testo de \"Agregar al Carrito\""
157
 
158
+ #: ../includes/class.yith-wcwl-admin-init.php:1103
159
  msgid "Add to Wishlist"
160
  msgstr "Agregar a la Lista de deseos"
161
 
162
+ #: ../includes/class.yith-wcwl-admin-init.php:1108
163
  #, fuzzy
164
  msgid "\"Browse wishlist\" text"
165
  msgstr "Ir a la Lista de deseos"
166
 
167
+ #: ../includes/class.yith-wcwl-admin-init.php:1110
168
  #: ../includes/class.yith-wcwl-ui.php:82 ../includes/class.yith-wcwl-ui.php:83
169
  msgid "Browse Wishlist"
170
  msgstr "Ir a la Lista de deseos"
171
 
172
+ #: ../includes/class.yith-wcwl-admin-init.php:1115
173
  #, fuzzy
174
  msgid "\"Product already in wishlist\" text"
175
  msgstr "El producto ya está en la Lista"
176
 
177
+ #: ../includes/class.yith-wcwl-admin-init.php:1117
178
  #: ../includes/class.yith-wcwl-ui.php:83
179
  msgid "The product is already in the wishlist!"
180
  msgstr "El producto ya se encuentra en la Lista de deseos!"
181
 
182
+ #: ../includes/class.yith-wcwl-admin-init.php:1122
183
  #, fuzzy
184
  msgid "\"Product added\" text"
185
  msgstr "¡Producto agregado!"
186
 
187
+ #: ../includes/class.yith-wcwl-admin-init.php:1124
188
  #: ../includes/class.yith-wcwl-ui.php:82
189
  msgid "Product added!"
190
  msgstr "¡Producto agregado!"
191
 
192
+ #: ../includes/class.yith-wcwl-admin-init.php:1129
193
  msgid "\"Add to Cart\" text"
194
  msgstr "Texto de \"Agregar del Carrito\""
195
 
196
+ #: ../includes/class.yith-wcwl-admin-init.php:1131
197
  msgid "Add to Cart"
198
  msgstr "Agregar al Carrito"
199
 
200
+ #: ../includes/class.yith-wcwl-admin-init.php:1136
201
  msgid "Show Unit price"
202
  msgstr "Mostrar Precio unitario"
203
 
204
+ #: ../includes/class.yith-wcwl-admin-init.php:1137
205
  msgid "Show unit price for each product in wishlist"
206
  msgstr ""
207
 
208
+ #: ../includes/class.yith-wcwl-admin-init.php:1144
209
  msgid "Show \"Add to Cart\" button"
210
  msgstr "Mostar el boton de \"Agregar al Carrito\" "
211
 
212
+ #: ../includes/class.yith-wcwl-admin-init.php:1145
213
  #, fuzzy
214
  msgid "Show \"Add to Cart\" button for each product in wishlist"
215
  msgstr "\"Agregar al Carrito\" fondo del boton"
216
 
217
+ #: ../includes/class.yith-wcwl-admin-init.php:1152
218
  msgid "Show Stock status"
219
  msgstr "Mostar el estado del inventario"
220
 
221
+ #: ../includes/class.yith-wcwl-admin-init.php:1153
222
  msgid ""
223
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
224
  msgstr ""
225
 
226
+ #: ../includes/class.yith-wcwl-admin-init.php:1160
227
  msgid "Show Date of addition"
228
  msgstr ""
229
 
230
+ #: ../includes/class.yith-wcwl-admin-init.php:1161
231
  #, fuzzy
232
  msgid "Show the date when users have added a product to the wishlist"
233
  msgstr "Ocurrió un erro mientras se agregaba el producto a la Lista"
234
 
235
+ #: ../includes/class.yith-wcwl-admin-init.php:1168
236
  #, fuzzy
237
  msgid "Add second remove button"
238
  msgstr "\"Agregar al Carrito\" texto del boton"
239
 
240
+ #: ../includes/class.yith-wcwl-admin-init.php:1169
241
  msgid "Add a second remove button in the last column, with extended label"
242
  msgstr ""
243
 
244
+ #: ../includes/class.yith-wcwl-admin-init.php:1184
245
  msgid "Styles"
246
  msgstr "Estilos"
247
 
248
+ #: ../includes/class.yith-wcwl-admin-init.php:1191
249
  msgid "Use buttons"
250
  msgstr "Usar botones"
251
 
252
+ #: ../includes/class.yith-wcwl-admin-init.php:1192
253
  #, fuzzy
254
  msgid "Use buttons instead of simple anchors."
255
  msgstr "Usar botones en lugar de un simple elnaces"
256
 
257
+ #: ../includes/class.yith-wcwl-admin-init.php:1198
258
  msgid "Custom CSS"
259
  msgstr "Css personalizado"
260
 
261
+ #: ../includes/class.yith-wcwl-admin-init.php:1205
262
  msgid "Use theme style"
263
  msgstr "Usar estilo del tema"
264
 
265
+ #: ../includes/class.yith-wcwl-admin-init.php:1206
266
  msgid "Use the theme style."
267
  msgstr "Usar el estilo del tema"
268
 
269
+ #: ../includes/class.yith-wcwl-admin-init.php:1212
270
  #, fuzzy
271
  msgid "Rounded buttons"
272
  msgstr "Usar botones"
273
 
274
+ #: ../includes/class.yith-wcwl-admin-init.php:1213
275
  #, fuzzy
276
  msgid "Make button corners rounded"
277
  msgstr "Redondear los bordes de los botones"
278
 
279
+ #: ../includes/class.yith-wcwl-admin-init.php:1219
280
  msgid "\"Add to Wishlist\" icon"
281
  msgstr "Icono de \"Agregar a la Lista de deseos\""
282
 
283
+ #: ../includes/class.yith-wcwl-admin-init.php:1220
284
  msgid "Add an icon to the \"Add to Wishlist\" button"
285
  msgstr "Agregar un icono para el boton de \"Agregar a la Lista de deseos\""
286
 
287
+ #: ../includes/class.yith-wcwl-admin-init.php:1230
288
  msgid "\"Add to Cart\" icon"
289
  msgstr "Icono de \"Agregar al carrito\""
290
 
291
+ #: ../includes/class.yith-wcwl-admin-init.php:1231
292
  msgid "Add an icon to the \"Add to Cart\" button"
293
  msgstr "Agregar un icono para el boton de \"Agregar al Carrito\""
294
 
295
+ #: ../includes/class.yith-wcwl-admin-init.php:1249
296
  #, fuzzy
297
  msgid "Social Networks & Share"
298
  msgstr "Compartir"
299
 
300
+ #: ../includes/class.yith-wcwl-admin-init.php:1256
301
  msgid "Share on Facebook"
302
  msgstr "Compartir en Facebook"
303
 
304
+ #: ../includes/class.yith-wcwl-admin-init.php:1257
305
  #, fuzzy
306
  msgid "Show \"Share on Facebook\" button"
307
  msgstr "Compartir en Facebook"
308
 
309
+ #: ../includes/class.yith-wcwl-admin-init.php:1263
310
  msgid "Tweet on Twitter"
311
  msgstr "Tweet en Twitter"
312
 
313
+ #: ../includes/class.yith-wcwl-admin-init.php:1264
314
  #, fuzzy
315
  msgid "Show \"Tweet on Twitter\" button"
316
  msgstr "Tweet en Twitter"
317
 
318
+ #: ../includes/class.yith-wcwl-admin-init.php:1270
319
  msgid "Pin on Pinterest"
320
  msgstr "Pin en Pinterest"
321
 
322
+ #: ../includes/class.yith-wcwl-admin-init.php:1271
323
  #, fuzzy
324
  msgid "Show \"Pin on Pinterest\" button"
325
  msgstr "Pin en Pinterest"
326
 
327
+ #: ../includes/class.yith-wcwl-admin-init.php:1277
328
  msgid "Share on Google+"
329
  msgstr "Compartir en Google+"
330
 
331
+ #: ../includes/class.yith-wcwl-admin-init.php:1278
332
  #, fuzzy
333
  msgid "Show \"Share on Google+\" button"
334
  msgstr "Compartir en Facebook"
335
 
336
+ #: ../includes/class.yith-wcwl-admin-init.php:1284
337
  msgid "Share by Email"
338
  msgstr ""
339
 
340
+ #: ../includes/class.yith-wcwl-admin-init.php:1285
341
  #, fuzzy
342
  msgid "Show \"Share by Email\" button"
343
  msgstr "Mostar el boton de \"Agregar al Carrito\" "
344
 
345
+ #: ../includes/class.yith-wcwl-admin-init.php:1291
346
  #, fuzzy
347
  msgid "Social title"
348
  msgstr "Tiítulo de Redes sociales"
349
 
350
+ #: ../includes/class.yith-wcwl-admin-init.php:1298
351
  #, fuzzy
352
  msgid "Social text"
353
  msgstr "Texto de redes sociales"
354
 
355
+ #: ../includes/class.yith-wcwl-admin-init.php:1299
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:1306
362
  #, fuzzy
363
  msgid "Social image URL"
364
  msgstr "URL de la imágen de las redes Sociales."
365
 
366
+ #: ../includes/class.yith-wcwl-admin-init.php:1307
367
  msgid "It will be used by Pinterest."
368
  msgstr ""
369
 
370
+ #: ../includes/class.yith-wcwl-admin-init.php:1321
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:1326
378
  msgid "YITH WooCommerce Frequently Bought Together Integration"
379
  msgstr ""
380
 
381
+ #: ../includes/class.yith-wcwl-admin-init.php:1333
382
  msgid "Enable slider in wishlist"
383
  msgstr ""
384
 
385
+ #: ../includes/class.yith-wcwl-admin-init.php:1334
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:1370
393
  #, fuzzy
394
  msgid "\"Add to wishlist\" button"
395
  msgstr "\"Agregar a Lista de deseos\" texto del boton"
396
 
397
+ #: ../includes/class.yith-wcwl-admin-init.php:1373
398
+ #: ../includes/class.yith-wcwl-admin-init.php:1391
399
+ #: ../includes/class.yith-wcwl-admin-init.php:1409
400
+ #: ../includes/class.yith-wcwl-admin-init.php:1427
401
+ #: ../includes/class.yith-wcwl-admin-init.php:1445
402
  msgid "Background"
403
  msgstr ""
404
 
405
+ #: ../includes/class.yith-wcwl-admin-init.php:1374
406
+ #: ../includes/class.yith-wcwl-admin-init.php:1392
407
+ #: ../includes/class.yith-wcwl-admin-init.php:1410
408
+ #: ../includes/class.yith-wcwl-admin-init.php:1428
409
+ #: ../includes/class.yith-wcwl-admin-init.php:1446
410
  msgid "Text"
411
  msgstr ""
412
 
413
+ #: ../includes/class.yith-wcwl-admin-init.php:1375
414
+ #: ../includes/class.yith-wcwl-admin-init.php:1393
415
+ #: ../includes/class.yith-wcwl-admin-init.php:1411
416
+ #: ../includes/class.yith-wcwl-admin-init.php:1429
417
+ #: ../includes/class.yith-wcwl-admin-init.php:1447
418
  msgid "Border"
419
  msgstr ""
420
 
421
+ #: ../includes/class.yith-wcwl-admin-init.php:1382
422
+ #: ../includes/class.yith-wcwl-admin-init.php:1400
423
+ #: ../includes/class.yith-wcwl-admin-init.php:1418
424
+ #: ../includes/class.yith-wcwl-admin-init.php:1436
425
  msgid "Background (hover)"
426
  msgstr ""
427
 
428
+ #: ../includes/class.yith-wcwl-admin-init.php:1383
429
+ #: ../includes/class.yith-wcwl-admin-init.php:1401
430
+ #: ../includes/class.yith-wcwl-admin-init.php:1419
431
+ #: ../includes/class.yith-wcwl-admin-init.php:1437
432
  msgid "Text (hover)"
433
  msgstr ""
434
 
435
+ #: ../includes/class.yith-wcwl-admin-init.php:1384
436
+ #: ../includes/class.yith-wcwl-admin-init.php:1402
437
+ #: ../includes/class.yith-wcwl-admin-init.php:1420
438
+ #: ../includes/class.yith-wcwl-admin-init.php:1438
439
  msgid "Border (hover)"
440
  msgstr ""
441
 
442
+ #: ../includes/class.yith-wcwl-admin-init.php:1388
443
  #, fuzzy
444
  msgid "\"Add to Cart\" button"
445
  msgstr "\"Agregar al Carrito\" texto del boton"
446
 
447
+ #: ../includes/class.yith-wcwl-admin-init.php:1406
448
  msgid "\"Style 1\" button"
449
  msgstr ""
450
 
451
+ #: ../includes/class.yith-wcwl-admin-init.php:1424
452
  msgid "\"Style 2\" button"
453
  msgstr ""
454
 
455
+ #: ../includes/class.yith-wcwl-admin-init.php:1442
456
  #, fuzzy
457
  msgid "Wishlist table"
458
  msgstr "Título de la Lista de deseos"
459
 
460
+ #: ../includes/class.yith-wcwl-admin-init.php:1451
461
  msgid "Headers"
462
  msgstr ""
463
 
464
+ #: ../includes/class.yith-wcwl-admin-init.php:1454
465
  msgid "Background color"
466
  msgstr ""
467
 
468
+ #: ../includes/class.yith-wcwl-admin-init.php:1544
469
  #, fuzzy
470
  msgid "Wishlist Activated"
471
  msgstr "Título de la Lista de deseos"
472
 
473
+ #: ../includes/class.yith-wcwl-admin-init.php:1545
474
  #, php-format
475
  msgid ""
476
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
479
  "options, <a href=\"%s\">discover it now</a>."
480
  msgstr ""
481
 
482
+ #: ../includes/class.yith-wcwl-admin-init.php:1556
483
  #, fuzzy
484
  msgid "Wishlist Updated"
485
  msgstr "Página de la Lista de Deseos"
486
 
487
+ #: ../includes/class.yith-wcwl-admin-init.php:1557
488
  #, php-format
489
  msgid ""
490
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
494
  "\">discover the PREMIUM version.</a>"
495
  msgstr ""
496
 
497
+ #: ../includes/class.yith-wcwl-init.php:403
498
  msgid ""
499
  "We are sorry, but this feature is available only if cookies are enabled on "
500
  "your browser."
501
  msgstr ""
502
 
503
+ #: ../includes/class.yith-wcwl-init.php:404
504
  #, fuzzy
505
  msgid "Product correctly added to cart"
506
  msgstr "¡Producto agregado!"
507
 
508
+ #: ../includes/class.yith-wcwl-install.php:244
509
  msgctxt "page_slug"
510
  msgid "wishlist"
511
  msgstr ""
512
 
513
+ #: ../includes/class.yith-wcwl-privacy.php:50
514
+ msgid "While you visit our site, we’ll track:"
515
+ msgstr ""
516
+
517
+ #: ../includes/class.yith-wcwl-privacy.php:52
518
+ msgid ""
519
+ "Products you’ve added to the wishlist: we’ll use this to show you and other "
520
+ "users your favourite products, and to create targeted email campaigns."
521
+ msgstr ""
522
+
523
+ #: ../includes/class.yith-wcwl-privacy.php:53
524
+ msgid ""
525
+ "Wishlists you’ve created: we’ll keep track of the wishlists you create, and "
526
+ "make them visible to the store’s staff"
527
+ msgstr ""
528
+
529
+ #: ../includes/class.yith-wcwl-privacy.php:55
530
+ msgid ""
531
+ "We’ll also use cookies to keep track of wishlist contents while you’re "
532
+ "browsing our site."
533
+ msgstr ""
534
+
535
+ #: ../includes/class.yith-wcwl-privacy.php:58
536
+ msgid ""
537
+ "Members of our team have access to the information you provide us. For "
538
+ "example, both Administrators and Shop Managers can access:"
539
+ msgstr ""
540
+
541
+ #: ../includes/class.yith-wcwl-privacy.php:60
542
+ msgid ""
543
+ "Wishlist details, such as products added, date of addition, name and privacy "
544
+ "settings of your wishlists"
545
+ msgstr ""
546
+
547
+ #: ../includes/class.yith-wcwl-privacy.php:62
548
+ msgid ""
549
+ "Our team members have access to this information to offer you better deals "
550
+ "for the products you love."
551
+ msgstr ""
552
+
553
+ #: ../includes/class.yith-wcwl-privacy.php:82
554
+ #: ../includes/class.yith-wcwl-privacy.php:98
555
+ #, fuzzy
556
+ #| msgid "Add to Wishlist"
557
+ msgid "Customer Wishlists"
558
+ msgstr "Agregar a la Lista de deseos"
559
+
560
+ #: ../includes/class.yith-wcwl-privacy.php:133
561
+ #, fuzzy
562
+ #| msgid "Wishlist"
563
+ msgid "Wishlists"
564
+ msgstr "Lista de deseos"
565
+
566
+ #: ../includes/class.yith-wcwl-privacy.php:195
567
+ #, fuzzy, php-format
568
+ #| msgid "My wishlist on %s"
569
+ msgid "Removed wishlist %s."
570
+ msgstr "My Lista de deseos en %s"
571
+
572
+ #: ../includes/class.yith-wcwl-privacy.php:199
573
+ #, fuzzy, php-format
574
+ #| msgid "Wishlist table text"
575
+ msgid "Wishlist %s has been retained."
576
+ msgstr "Texto de la tabla de la Lista de deseos"
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"
589
+ msgid "Wishlist url"
590
+ msgstr "Lista de deseos"
591
+
592
+ #: ../includes/class.yith-wcwl-privacy.php:230
593
+ msgid "Title"
594
+ msgstr ""
595
+
596
+ #: ../includes/class.yith-wcwl-privacy.php:231
597
+ msgctxt "date wishlist was created"
598
+ msgid "Created on"
599
+ msgstr ""
600
+
601
+ #: ../includes/class.yith-wcwl-privacy.php:232
602
+ msgid "Visibility"
603
+ msgstr ""
604
+
605
+ #: ../includes/class.yith-wcwl-privacy.php:233
606
+ msgid "Items Added"
607
+ msgstr ""
608
+
609
+ #: ../includes/class.yith-wcwl-privacy.php:283
610
+ #: ../templates/wishlist-view.php:212
611
+ #, fuzzy
612
+ msgid "Shared"
613
+ msgstr "Compartir en:"
614
+
615
+ #: ../includes/class.yith-wcwl-privacy.php:286
616
+ #: ../templates/wishlist-view.php:215
617
+ msgid "Private"
618
+ msgstr ""
619
+
620
+ #: ../includes/class.yith-wcwl-privacy.php:289
621
+ #: ../templates/wishlist-view.php:218
622
+ msgid "Public"
623
+ msgstr ""
624
+
625
  #: ../includes/class.yith-wcwl-shortcode.php:259
626
  #: ../includes/class.yith-wcwl-ui.php:164
627
  msgid "Share on:"
644
  msgid "email"
645
  msgstr ""
646
 
647
+ #: ../includes/class.yith-wcwl.php:201
648
  #, fuzzy
649
  msgid "An error occurred while adding products to the wishlist."
650
  msgstr "Ocurrió un erro mientras se agregaba el producto a la Lista"
651
 
652
+ #: ../includes/class.yith-wcwl.php:293
653
  #, fuzzy
654
  msgid "An error occurred while adding products to wishlist."
655
  msgstr "Ocurrió un erro mientras se agregaba el producto a la Lista"
656
 
657
+ #: ../includes/class.yith-wcwl.php:310
658
  msgid "The \"Remove\" option now does not require any parameter"
659
  msgstr ""
660
 
661
+ #: ../includes/class.yith-wcwl.php:359
662
  #, fuzzy
663
  msgid "An error occurred while removing products from the wishlist"
664
  msgstr "Ocurrió un erro mientras se eliminaba el producto a la Lista"
665
 
666
+ #: ../includes/class.yith-wcwl.php:809
667
  msgid "You need to log in before creating a new wishlist"
668
  msgstr ""
669
 
670
+ #: ../includes/class.yith-wcwl.php:1610
671
  msgid "Product successfully removed."
672
  msgstr "Producto exitosamente eliminado"
673
 
674
+ #: ../includes/class.yith-wcwl.php:1614
675
  msgid "Error. Unable to remove the product from the wishlist."
676
  msgstr "Error. No fue posible eliminar el producto de la Lista."
677
 
678
+ #: ../includes/class.yith-wcwl.php:1618 ../templates/wishlist-view.php:242
679
  msgid "No products were added to the wishlist"
680
  msgstr "Aun no has agregado nada."
681
 
682
+ #: ../includes/class.yith-wcwl.php:1660
683
  msgid "An error as occurred."
684
  msgstr ""
685
 
690
  msgstr ""
691
 
692
  #: ../init.php:140
693
+ msgid "You can't activate the free version of"
694
+ msgstr ""
695
+
696
+ #: ../init.php:140
697
+ msgid "while you are using the premium one."
698
  msgstr ""
699
 
700
  #: ../templates/admin/wishlist-panel-premium.php:185
978
  msgid "Stock Status"
979
  msgstr "Estado del inventario"
980
 
981
+ #: ../templates/wishlist-view.php:152 ../templates/wishlist-view.php:232
982
  msgid "Remove this product"
983
  msgstr "Remover este producto"
984
 
986
  msgid "Free!"
987
  msgstr "Gratis!"
988
 
989
+ #: ../templates/wishlist-view.php:179
990
  msgid "Out of Stock"
991
  msgstr "Agotado"
992
 
993
+ #: ../templates/wishlist-view.php:179
994
  msgid "In Stock"
995
  msgstr "Disponilbe."
996
 
997
+ #: ../templates/wishlist-view.php:188
998
  #, php-format
999
  msgid "Added on : %s"
1000
  msgstr ""
1001
 
1002
+ #: ../templates/wishlist-view.php:200
1003
  msgid "Move"
1004
  msgstr ""
1005
 
1006
+ #: ../templates/wishlist-view.php:232
 
 
 
 
 
 
 
 
 
 
 
 
 
1007
  msgid "Remove"
1008
  msgstr ""
1009
 
1010
+ #: ../templates/wishlist-view.php:259
1011
  msgid "Add the selected products to the cart"
1012
  msgstr ""
1013
 
1014
+ #: ../templates/wishlist-view.php:267 ../templates/wishlist-view.php:313
1015
  msgid "Ask for an estimate"
1016
  msgstr ""
1017
 
1018
+ #: ../templates/wishlist-view.php:303
1019
  msgid "Your email"
1020
  msgstr ""
1021
 
1173
  #~ msgid "Wishlist table background"
1174
  #~ msgstr "\"Agregar al Carrito\" texto del boton"
1175
 
 
 
 
1176
  #~ msgid "Wishlist table border"
1177
  #~ msgstr "Borde de la tabla de la Lista de deseos"
1178
 
languages/yith-woocommerce-wishlist-fa_IR.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-fa_IR.po CHANGED
@@ -1,15 +1,15 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
- "POT-Creation-Date: 2017-10-24 17:33+0200\n"
5
- "PO-Revision-Date: 2017-10-24 17:33+0200\n"
6
  "Last-Translator: Am!n <amin.pe94@gmail.com>\n"
7
  "Language-Team: YITH - translated to persian by dornaweb <info@dornaweb.com>\n"
8
  "Language: fa\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 1.8.7.1\n"
13
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;__ngettext:1,2;"
14
  "__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;"
15
  "_nx_noop:4c,1,2\n"
@@ -20,70 +20,44 @@ msgstr ""
20
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
21
 
22
  #: ../includes/class.yith-wcwl-admin-init.php:159
23
- #: ../includes/class.yith-wcwl-admin-init.php:1483
24
- #: ../includes/class.yith-wcwl-admin-init.php:1484
25
- #: ../includes/class.yith-wcwl-install.php:244
26
  msgid "Wishlist"
27
  msgstr "لیست علاقه مندی ها"
28
 
29
  #: ../includes/class.yith-wcwl-admin-init.php:161
30
- #: ../includes/class.yith-wcwl-admin-init.php:251
31
  msgid "Settings"
32
  msgstr "تنظیمات"
33
 
34
  #: ../includes/class.yith-wcwl-admin-init.php:162
35
- #: ../includes/class.yith-wcwl-admin-init.php:236
36
  msgid "Colors"
37
  msgstr "رنگ ها"
38
 
39
  #: ../includes/class.yith-wcwl-admin-init.php:163
40
- #: ../includes/class.yith-wcwl-admin-init.php:255
41
  msgid "Premium Version"
42
  msgstr "نسخه پولی"
43
 
44
- #: ../includes/class.yith-wcwl-admin-init.php:256
45
- msgid "Live Demo"
46
- msgstr ""
47
-
48
- #: ../includes/class.yith-wcwl-admin-init.php:280
49
- msgid ""
50
- "WARNING: This plugin requires at least WooCommerce 2.2! Please, use this "
51
- "link to update it."
52
- msgstr ""
53
- "اخطار : برای نصب این افزونه حد اقل به نسخه 2.2 ووکامرس نیاز است، لطفا از "
54
- "این لینک برای آپدیت استفاده کنید"
55
-
56
- #: ../includes/class.yith-wcwl-admin-init.php:283
57
- msgid "WARNING: This plugin requires at least WooCommerce 2.2!"
58
- msgstr "اخطار : این افزونه حد اقل به نسخه 2.2 ووکامرس نیاز دارد."
59
-
60
- #: ../includes/class.yith-wcwl-admin-init.php:288
61
- msgid "Plugin Documentation"
62
- msgstr "مستندات افزونه"
63
-
64
- #: ../includes/class.yith-wcwl-admin-init.php:1023
65
  msgid "Upgrade to the PREMIUM VERSION"
66
  msgstr "ارتقا به نسخه پرمیوم"
67
 
68
- #: ../includes/class.yith-wcwl-admin-init.php:1026
69
- msgid "YITH WooCommerce Wishlist"
70
- msgstr "YITH WooCommerce Wishlist"
71
-
72
- #: ../includes/class.yith-wcwl-admin-init.php:1027
73
  msgid "Discover the Advanced Features"
74
  msgstr "امکانات پیشرفته را مشاهده کنید"
75
 
76
- #: ../includes/class.yith-wcwl-admin-init.php:1028
77
  msgid ""
78
  "Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE WISHLIST to benefit from "
79
  "all features!"
80
  msgstr ""
81
 
82
- #: ../includes/class.yith-wcwl-admin-init.php:1034
83
  msgid "Get Support and Pro Features"
84
  msgstr "رفتن به پشتیبانی و امکانات پیشرفته"
85
 
86
- #: ../includes/class.yith-wcwl-admin-init.php:1035
87
  msgid ""
88
  "By purchasing the premium version of the plugin, you will take advantage of "
89
  "the advanced features of the product and you will get one year of free "
@@ -93,15 +67,15 @@ msgstr ""
93
  "ببرید، همچنین به مدت 1 سال آپدیت های این افزونه را بطور رایگان دریافت کنید و "
94
  "از پشتیبانی 24 ساعته ما استفاده کنید"
95
 
96
- #: ../includes/class.yith-wcwl-admin-init.php:1045
97
  msgid "General Settings"
98
  msgstr "تنظیمات عمومی"
99
 
100
- #: ../includes/class.yith-wcwl-admin-init.php:1052
101
  msgid "Enable YITH Wishlist"
102
  msgstr "فعال کردن YITH Wishlist"
103
 
104
- #: ../includes/class.yith-wcwl-admin-init.php:1053
105
  #, php-format
106
  msgid ""
107
  "Enable all plugin features. <strong>Be sure to select at least one option in "
@@ -109,56 +83,56 @@ msgid ""
109
  "plugin <a href=\"%s\" target=\"_blank\">documentation</a>."
110
  msgstr ""
111
 
112
- #: ../includes/class.yith-wcwl-admin-init.php:1059
113
  msgid "Default wishlist title"
114
  msgstr "عنوان پیشفرض لیست علاقه مندی ها"
115
 
116
- #: ../includes/class.yith-wcwl-admin-init.php:1061
117
- #: ../includes/class.yith-wcwl-admin-init.php:1062
118
- #: ../includes/class.yith-wcwl-admin-init.php:1298
119
  #, php-format
120
  msgid "My wishlist on %s"
121
  msgstr "لیست علاقه مندی های من در %s"
122
 
123
- #: ../includes/class.yith-wcwl-admin-init.php:1067
124
  msgid "Wishlist Page"
125
  msgstr "صفحه لیست علاقه مندی ها"
126
 
127
- #: ../includes/class.yith-wcwl-admin-init.php:1068
128
  msgid "Page contents: [yith_wcwl_wishlist]"
129
  msgstr "محتوای صفحه : [yith_wcwl_wishlist] باشد"
130
 
131
- #: ../includes/class.yith-wcwl-admin-init.php:1077
132
  msgid "Position"
133
  msgstr "موقعیت"
134
 
135
- #: ../includes/class.yith-wcwl-admin-init.php:1078
136
  msgid ""
137
  "You can add the button in variable products only after the \"Add to Cart\" "
138
  "button or using the shortcode [yith_wcwl_add_to_wishlist]."
139
  msgstr ""
140
 
141
- #: ../includes/class.yith-wcwl-admin-init.php:1084
142
  msgid "After \"Add to cart\""
143
  msgstr "بعد از \"افزودن به سبد\""
144
 
145
- #: ../includes/class.yith-wcwl-admin-init.php:1085
146
  msgid "After thumbnails"
147
  msgstr "بعد از تصاویر محصول"
148
 
149
- #: ../includes/class.yith-wcwl-admin-init.php:1086
150
  msgid "After summary"
151
  msgstr "بعد از خلاصه محصول"
152
 
153
- #: ../includes/class.yith-wcwl-admin-init.php:1087
154
  msgid "Use shortcode"
155
  msgstr "استفاده از شورتکد"
156
 
157
- #: ../includes/class.yith-wcwl-admin-init.php:1092
158
  msgid "Redirect to cart"
159
  msgstr "انتقال به سبد خرید"
160
 
161
- #: ../includes/class.yith-wcwl-admin-init.php:1093
162
  msgid ""
163
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
164
  "page."
@@ -166,312 +140,312 @@ msgstr ""
166
  "اگر در صفحه علاقه مندی ها روی \"افزودن به سبد\" کلیک شد، کاربر را به صفحه "
167
  "سبد خرید منتقل کن"
168
 
169
- #: ../includes/class.yith-wcwl-admin-init.php:1099
170
  msgid "Remove if added to the cart"
171
  msgstr "حذف محصول در صورت افزودن به سبد"
172
 
173
- #: ../includes/class.yith-wcwl-admin-init.php:1100
174
  msgid "Remove the product from the wishlist if it has been added to the cart."
175
  msgstr "اگر محصول به سبد خرید اضافه شد آن را از لیست علاقه مندی ها حذف کن."
176
 
177
- #: ../includes/class.yith-wcwl-admin-init.php:1106
178
  msgid "\"Add to Wishlist\" text"
179
  msgstr "متن \"افزودن به علاقه مندی ها\""
180
 
181
- #: ../includes/class.yith-wcwl-admin-init.php:1108
182
  msgid "Add to Wishlist"
183
  msgstr "افزودن به علاقه مندی ها"
184
 
185
- #: ../includes/class.yith-wcwl-admin-init.php:1113
186
  msgid "\"Browse wishlist\" text"
187
  msgstr "متن \"مشاهده علاقه مندی ها\""
188
 
189
- #: ../includes/class.yith-wcwl-admin-init.php:1115
190
  #: ../includes/class.yith-wcwl-ui.php:82 ../includes/class.yith-wcwl-ui.php:83
191
  msgid "Browse Wishlist"
192
  msgstr "مشاهده لیست علاقه مندی ها"
193
 
194
- #: ../includes/class.yith-wcwl-admin-init.php:1120
195
  msgid "\"Product already in wishlist\" text"
196
  msgstr "متن \"محصول از قبل اضافه شده\""
197
 
198
- #: ../includes/class.yith-wcwl-admin-init.php:1122
199
  #: ../includes/class.yith-wcwl-ui.php:83
200
  msgid "The product is already in the wishlist!"
201
  msgstr "محصول از قبل به علاقه مندی ها اضافه شده!"
202
 
203
- #: ../includes/class.yith-wcwl-admin-init.php:1127
204
  msgid "\"Product added\" text"
205
  msgstr "متن \"محصول اضافه شد\""
206
 
207
- #: ../includes/class.yith-wcwl-admin-init.php:1129
208
  #: ../includes/class.yith-wcwl-ui.php:82
209
  msgid "Product added!"
210
  msgstr "اضافه شد!"
211
 
212
- #: ../includes/class.yith-wcwl-admin-init.php:1134
213
  msgid "\"Add to Cart\" text"
214
  msgstr "متن \"افزودن به سبد خرید\""
215
 
216
- #: ../includes/class.yith-wcwl-admin-init.php:1136
217
  msgid "Add to Cart"
218
  msgstr "افزودن به سبد"
219
 
220
- #: ../includes/class.yith-wcwl-admin-init.php:1141
221
  msgid "Show Unit price"
222
  msgstr "مشاهده واحدهای پولی"
223
 
224
- #: ../includes/class.yith-wcwl-admin-init.php:1142
225
  msgid "Show unit price for each product in wishlist"
226
  msgstr "مشاهده واحدهای پولی برای محصولات اضافه شده به لیست علاقه مندی ها"
227
 
228
- #: ../includes/class.yith-wcwl-admin-init.php:1149
229
  msgid "Show \"Add to Cart\" button"
230
  msgstr "مشاهده دکمه \"افزودن به سبد\""
231
 
232
- #: ../includes/class.yith-wcwl-admin-init.php:1150
233
  msgid "Show \"Add to Cart\" button for each product in wishlist"
234
  msgstr ""
235
 
236
- #: ../includes/class.yith-wcwl-admin-init.php:1157
237
  msgid "Show Stock status"
238
  msgstr "مشاهده موجودی محصول"
239
 
240
- #: ../includes/class.yith-wcwl-admin-init.php:1158
241
  msgid ""
242
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
243
  msgstr "مشاهده \"موجودی\" یا \"ناموجودی\" محصولات موجود در لیست علاقه مندی ها"
244
 
245
- #: ../includes/class.yith-wcwl-admin-init.php:1165
246
  msgid "Show Date of addition"
247
  msgstr ""
248
 
249
- #: ../includes/class.yith-wcwl-admin-init.php:1166
250
  msgid "Show the date when users have added a product to the wishlist"
251
  msgstr ""
252
 
253
- #: ../includes/class.yith-wcwl-admin-init.php:1173
254
  msgid "Add second remove button"
255
  msgstr ""
256
 
257
- #: ../includes/class.yith-wcwl-admin-init.php:1174
258
  msgid "Add a second remove button in the last column, with extended label"
259
  msgstr ""
260
 
261
- #: ../includes/class.yith-wcwl-admin-init.php:1189
262
  msgid "Styles"
263
  msgstr "استایل ها"
264
 
265
- #: ../includes/class.yith-wcwl-admin-init.php:1196
266
  msgid "Use buttons"
267
  msgstr "استفاده از دکمه ها"
268
 
269
- #: ../includes/class.yith-wcwl-admin-init.php:1197
270
  msgid "Use buttons instead of simple anchors."
271
  msgstr "به جای لینک های ساده از دکمه ها استفاده کن"
272
 
273
- #: ../includes/class.yith-wcwl-admin-init.php:1203
274
  msgid "Custom CSS"
275
  msgstr "CSS دستی"
276
 
277
- #: ../includes/class.yith-wcwl-admin-init.php:1210
278
  msgid "Use theme style"
279
  msgstr "استفاده از استایل قالب"
280
 
281
- #: ../includes/class.yith-wcwl-admin-init.php:1211
282
  msgid "Use the theme style."
283
  msgstr "از استایل قالب استفاده کن"
284
 
285
- #: ../includes/class.yith-wcwl-admin-init.php:1217
286
  msgid "Rounded buttons"
287
  msgstr "دکمه های گرد"
288
 
289
- #: ../includes/class.yith-wcwl-admin-init.php:1218
290
  msgid "Make button corners rounded"
291
  msgstr "گوشه های دکمه را گرد کن"
292
 
293
- #: ../includes/class.yith-wcwl-admin-init.php:1224
294
  msgid "\"Add to Wishlist\" icon"
295
  msgstr "آیکون \"افزودن به علاقه مندی ها\""
296
 
297
- #: ../includes/class.yith-wcwl-admin-init.php:1225
298
  msgid "Add an icon to the \"Add to Wishlist\" button"
299
  msgstr "یک آیکون به دکمه \"افزودن به لیست علاقه مندی ها\" اضافه کن"
300
 
301
- #: ../includes/class.yith-wcwl-admin-init.php:1235
302
  msgid "\"Add to Cart\" icon"
303
  msgstr "آیکون \"افزودن به سبد\""
304
 
305
- #: ../includes/class.yith-wcwl-admin-init.php:1236
306
  msgid "Add an icon to the \"Add to Cart\" button"
307
  msgstr "یک آیکون به دکمه \"افزودن به سبد\" اضافه کن"
308
 
309
- #: ../includes/class.yith-wcwl-admin-init.php:1254
310
  msgid "Social Networks & Share"
311
  msgstr ""
312
 
313
- #: ../includes/class.yith-wcwl-admin-init.php:1261
314
  msgid "Share on Facebook"
315
  msgstr "اشتراک در فیس بوک"
316
 
317
- #: ../includes/class.yith-wcwl-admin-init.php:1262
318
  msgid "Show \"Share on Facebook\" button"
319
  msgstr "نمایش دکمه \"اشتراک در فیس بوک\""
320
 
321
- #: ../includes/class.yith-wcwl-admin-init.php:1268
322
  msgid "Tweet on Twitter"
323
  msgstr "توییت در توییتر"
324
 
325
- #: ../includes/class.yith-wcwl-admin-init.php:1269
326
  msgid "Show \"Tweet on Twitter\" button"
327
  msgstr "نمایش دکمه \"توییت در توییتر\""
328
 
329
- #: ../includes/class.yith-wcwl-admin-init.php:1275
330
  msgid "Pin on Pinterest"
331
  msgstr "پین به پینترست"
332
 
333
- #: ../includes/class.yith-wcwl-admin-init.php:1276
334
  msgid "Show \"Pin on Pinterest\" button"
335
  msgstr "نمایش دکمه \"پین درپینترست\""
336
 
337
- #: ../includes/class.yith-wcwl-admin-init.php:1282
338
  msgid "Share on Google+"
339
  msgstr "اشتراک گذاری در گوگل+"
340
 
341
- #: ../includes/class.yith-wcwl-admin-init.php:1283
342
  msgid "Show \"Share on Google+\" button"
343
  msgstr ""
344
 
345
- #: ../includes/class.yith-wcwl-admin-init.php:1289
346
  msgid "Share by Email"
347
  msgstr "اشتراک با ایمیل"
348
 
349
- #: ../includes/class.yith-wcwl-admin-init.php:1290
350
  msgid "Show \"Share by Email\" button"
351
  msgstr "نمایش دکمه \"اشتراک با ایمیل\""
352
 
353
- #: ../includes/class.yith-wcwl-admin-init.php:1296
354
  msgid "Social title"
355
  msgstr "عنوان اجتماعی"
356
 
357
- #: ../includes/class.yith-wcwl-admin-init.php:1303
358
  msgid "Social text"
359
  msgstr "متن اجتماعی"
360
 
361
- #: ../includes/class.yith-wcwl-admin-init.php:1304
362
  msgid ""
363
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
364
  "strong> where you want to show the URL of your wishlist."
365
  msgstr ""
366
 
367
- #: ../includes/class.yith-wcwl-admin-init.php:1311
368
  msgid "Social image URL"
369
  msgstr "آدرس تصویر اجتماعی"
370
 
371
- #: ../includes/class.yith-wcwl-admin-init.php:1312
372
  msgid "It will be used by Pinterest."
373
  msgstr ""
374
 
375
- #: ../includes/class.yith-wcwl-admin-init.php:1326
376
  #, php-format
377
  msgid ""
378
  "If you want to take advantage of this feature, you could consider to "
379
  "purchase the %s."
380
  msgstr ""
381
 
382
- #: ../includes/class.yith-wcwl-admin-init.php:1331
383
  msgid "YITH WooCommerce Frequently Bought Together Integration"
384
  msgstr ""
385
 
386
- #: ../includes/class.yith-wcwl-admin-init.php:1338
387
  msgid "Enable slider in wishlist"
388
  msgstr ""
389
 
390
- #: ../includes/class.yith-wcwl-admin-init.php:1339
391
  #, php-format
392
  msgid ""
393
  "Choose to enable product slider in wishlist page with linked products (<a "
394
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
395
  msgstr ""
396
 
397
- #: ../includes/class.yith-wcwl-admin-init.php:1375
398
  msgid "\"Add to wishlist\" button"
399
  msgstr "دکمه \" افزودن به علاقه مندیها\""
400
 
401
- #: ../includes/class.yith-wcwl-admin-init.php:1378
402
- #: ../includes/class.yith-wcwl-admin-init.php:1396
403
- #: ../includes/class.yith-wcwl-admin-init.php:1414
404
- #: ../includes/class.yith-wcwl-admin-init.php:1432
405
- #: ../includes/class.yith-wcwl-admin-init.php:1450
406
  msgid "Background"
407
  msgstr "پس زمینه"
408
 
409
- #: ../includes/class.yith-wcwl-admin-init.php:1379
410
- #: ../includes/class.yith-wcwl-admin-init.php:1397
411
- #: ../includes/class.yith-wcwl-admin-init.php:1415
412
- #: ../includes/class.yith-wcwl-admin-init.php:1433
413
- #: ../includes/class.yith-wcwl-admin-init.php:1451
414
  msgid "Text"
415
  msgstr "متن"
416
 
417
- #: ../includes/class.yith-wcwl-admin-init.php:1380
418
- #: ../includes/class.yith-wcwl-admin-init.php:1398
419
- #: ../includes/class.yith-wcwl-admin-init.php:1416
420
- #: ../includes/class.yith-wcwl-admin-init.php:1434
421
- #: ../includes/class.yith-wcwl-admin-init.php:1452
422
  msgid "Border"
423
  msgstr "کادر"
424
 
425
- #: ../includes/class.yith-wcwl-admin-init.php:1387
426
- #: ../includes/class.yith-wcwl-admin-init.php:1405
427
- #: ../includes/class.yith-wcwl-admin-init.php:1423
428
- #: ../includes/class.yith-wcwl-admin-init.php:1441
429
  msgid "Background (hover)"
430
  msgstr "پس زمینه ( حالت هاور)"
431
 
432
- #: ../includes/class.yith-wcwl-admin-init.php:1388
433
- #: ../includes/class.yith-wcwl-admin-init.php:1406
434
- #: ../includes/class.yith-wcwl-admin-init.php:1424
435
- #: ../includes/class.yith-wcwl-admin-init.php:1442
436
  msgid "Text (hover)"
437
  msgstr "متن (حالت هاور)"
438
 
439
- #: ../includes/class.yith-wcwl-admin-init.php:1389
440
- #: ../includes/class.yith-wcwl-admin-init.php:1407
441
- #: ../includes/class.yith-wcwl-admin-init.php:1425
442
- #: ../includes/class.yith-wcwl-admin-init.php:1443
443
  msgid "Border (hover)"
444
  msgstr "کادر (حالت هاور)"
445
 
446
- #: ../includes/class.yith-wcwl-admin-init.php:1393
447
  msgid "\"Add to Cart\" button"
448
  msgstr "دکمه \"افزودن به سبد\""
449
 
450
- #: ../includes/class.yith-wcwl-admin-init.php:1411
451
  msgid "\"Style 1\" button"
452
  msgstr "دکمه \"استایل 1\""
453
 
454
- #: ../includes/class.yith-wcwl-admin-init.php:1429
455
  msgid "\"Style 2\" button"
456
  msgstr "دکمه \"استایل 2\""
457
 
458
- #: ../includes/class.yith-wcwl-admin-init.php:1447
459
  msgid "Wishlist table"
460
  msgstr "جدول علاقه مندی ها"
461
 
462
- #: ../includes/class.yith-wcwl-admin-init.php:1456
463
  msgid "Headers"
464
  msgstr "هدرها"
465
 
466
- #: ../includes/class.yith-wcwl-admin-init.php:1459
467
  msgid "Background color"
468
  msgstr "زنگ زمینه"
469
 
470
- #: ../includes/class.yith-wcwl-admin-init.php:1549
471
  msgid "Wishlist Activated"
472
  msgstr "لیست علاقه مندی ها فعال شد"
473
 
474
- #: ../includes/class.yith-wcwl-admin-init.php:1550
475
  #, php-format
476
  msgid ""
477
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
@@ -484,11 +458,11 @@ msgstr ""
484
  "همچنین افزونه لیست علاقه مندی ها در نسخه حرفه ای نیز موجود است که امکانات "
485
  "بسیار بیشتر و جدیدتری دارد , <a href=\"%s\">این امکانات را ببینید</a>."
486
 
487
- #: ../includes/class.yith-wcwl-admin-init.php:1561
488
  msgid "Wishlist Updated"
489
  msgstr "لیست علاقه مندی ها به روز شد"
490
 
491
- #: ../includes/class.yith-wcwl-admin-init.php:1562
492
  #, php-format
493
  msgid ""
494
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
@@ -504,7 +478,7 @@ msgstr ""
504
  "جدید اضافه خواهد شد، <a href=\"%s\">امکانات نسخه حرفه ای این افزونه را "
505
  "مشاهده کنید.</a>"
506
 
507
- #: ../includes/class.yith-wcwl-init.php:374
508
  msgid ""
509
  "We are sorry, but this feature is available only if cookies are enabled on "
510
  "your browser."
@@ -512,15 +486,127 @@ msgstr ""
512
  "متاسفیم! این امکان فقط در صورتی که کوکی های مرورگر شما فعال باشد در دسترس "
513
  "است."
514
 
515
- #: ../includes/class.yith-wcwl-init.php:375
516
  msgid "Product correctly added to cart"
517
  msgstr ""
518
 
519
- #: ../includes/class.yith-wcwl-install.php:243
520
  msgctxt "page_slug"
521
  msgid "wishlist"
522
  msgstr ""
523
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
524
  #: ../includes/class.yith-wcwl-shortcode.php:259
525
  #: ../includes/class.yith-wcwl-ui.php:164
526
  msgid "Share on:"
@@ -543,39 +629,39 @@ msgstr "توییتر"
543
  msgid "email"
544
  msgstr "ایمیل"
545
 
546
- #: ../includes/class.yith-wcwl.php:177
547
  msgid "An error occurred while adding products to the wishlist."
548
  msgstr ""
549
 
550
- #: ../includes/class.yith-wcwl.php:269
551
  msgid "An error occurred while adding products to wishlist."
552
  msgstr ""
553
 
554
- #: ../includes/class.yith-wcwl.php:286
555
  msgid "The \"Remove\" option now does not require any parameter"
556
  msgstr ""
557
 
558
- #: ../includes/class.yith-wcwl.php:335
559
  msgid "An error occurred while removing products from the wishlist"
560
  msgstr ""
561
 
562
- #: ../includes/class.yith-wcwl.php:783
563
  msgid "You need to log in before creating a new wishlist"
564
  msgstr "قبل از این که لیست علاقه مندی ایجاد کنید باید وارد شوید"
565
 
566
- #: ../includes/class.yith-wcwl.php:1578
567
  msgid "Product successfully removed."
568
  msgstr "محصول با موفقیت حذف شد."
569
 
570
- #: ../includes/class.yith-wcwl.php:1582
571
  msgid "Error. Unable to remove the product from the wishlist."
572
  msgstr "خطا : محصول از لیست علاقه مندی ها حذف نشد."
573
 
574
- #: ../includes/class.yith-wcwl.php:1586 ../templates/wishlist-view.php:241
575
  msgid "No products were added to the wishlist"
576
  msgstr "هیچ محصولی به لیست علاقه مندی ها افزوده نشده"
577
 
578
- #: ../includes/class.yith-wcwl.php:1628
579
  msgid "An error as occurred."
580
  msgstr ""
581
 
@@ -586,12 +672,12 @@ msgid ""
586
  msgstr ""
587
 
588
  #: ../init.php:140
589
- msgid ""
590
- "You can't activate the free version of YITH WooCommerce Wishlist while you "
591
- "are using the premium one."
 
 
592
  msgstr ""
593
- "شما نمیتوانید نسخه رایگان افزونه را فعال کنید در حالی که در حال حاضر از نسخه "
594
- "پولی استفاده می کنید."
595
 
596
  #: ../templates/admin/wishlist-panel-premium.php:185
597
  #: ../templates/admin/wishlist-panel-premium.php:383
@@ -871,7 +957,7 @@ msgstr "قیمت"
871
  msgid "Stock Status"
872
  msgstr "وضعیت موجودی"
873
 
874
- #: ../templates/wishlist-view.php:152 ../templates/wishlist-view.php:231
875
  msgid "Remove this product"
876
  msgstr "حذف این محصول"
877
 
@@ -879,51 +965,62 @@ msgstr "حذف این محصول"
879
  msgid "Free!"
880
  msgstr "رایگان!"
881
 
882
- #: ../templates/wishlist-view.php:178
883
  msgid "Out of Stock"
884
  msgstr "ناموجود"
885
 
886
- #: ../templates/wishlist-view.php:178
887
  msgid "In Stock"
888
  msgstr "موجود"
889
 
890
- #: ../templates/wishlist-view.php:187
891
  #, php-format
892
  msgid "Added on : %s"
893
  msgstr ""
894
 
895
- #: ../templates/wishlist-view.php:199
896
  msgid "Move"
897
  msgstr ""
898
 
899
- #: ../templates/wishlist-view.php:211
900
- msgid "Shared"
901
- msgstr ""
902
-
903
- #: ../templates/wishlist-view.php:214
904
- msgid "Private"
905
- msgstr ""
906
-
907
- #: ../templates/wishlist-view.php:217
908
- msgid "Public"
909
- msgstr ""
910
-
911
- #: ../templates/wishlist-view.php:231
912
  msgid "Remove"
913
  msgstr "حذف"
914
 
915
- #: ../templates/wishlist-view.php:258
916
  msgid "Add the selected products to the cart"
917
  msgstr ""
918
 
919
- #: ../templates/wishlist-view.php:266 ../templates/wishlist-view.php:312
920
  msgid "Ask for an estimate"
921
  msgstr ""
922
 
923
- #: ../templates/wishlist-view.php:302
924
  msgid "Your email"
925
  msgstr ""
926
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
927
  #~ msgid ""
928
  #~ "Upgrade to the PREMIUM VERSION\n"
929
  #~ "of YITH WOOCOMMERCE WISHLIST to benefit from all features!"
@@ -1479,9 +1576,6 @@ msgstr ""
1479
  #~ msgid "Click to toggle"
1480
  #~ msgstr "کلیک کنید"
1481
 
1482
- #~ msgid "Title Field"
1483
- #~ msgstr "عنوان فیلد"
1484
-
1485
  #~ msgid "Insert the title for the field."
1486
  #~ msgstr "یک عنوان برای فیلد وارد کنید"
1487
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
+ "POT-Creation-Date: 2018-10-04 14:50+0200\n"
5
+ "PO-Revision-Date: 2018-10-04 14:50+0200\n"
6
  "Last-Translator: Am!n <amin.pe94@gmail.com>\n"
7
  "Language-Team: YITH - translated to persian by dornaweb <info@dornaweb.com>\n"
8
  "Language: fa\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 2.0.8\n"
13
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;__ngettext:1,2;"
14
  "__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;"
15
  "_nx_noop:4c,1,2\n"
20
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
21
 
22
  #: ../includes/class.yith-wcwl-admin-init.php:159
23
+ #: ../includes/class.yith-wcwl-admin-init.php:1478
24
+ #: ../includes/class.yith-wcwl-admin-init.php:1479
25
+ #: ../includes/class.yith-wcwl-install.php:245
26
  msgid "Wishlist"
27
  msgstr "لیست علاقه مندی ها"
28
 
29
  #: ../includes/class.yith-wcwl-admin-init.php:161
 
30
  msgid "Settings"
31
  msgstr "تنظیمات"
32
 
33
  #: ../includes/class.yith-wcwl-admin-init.php:162
34
+ #: ../includes/class.yith-wcwl-admin-init.php:243
35
  msgid "Colors"
36
  msgstr "رنگ ها"
37
 
38
  #: ../includes/class.yith-wcwl-admin-init.php:163
 
39
  msgid "Premium Version"
40
  msgstr "نسخه پولی"
41
 
42
+ #: ../includes/class.yith-wcwl-admin-init.php:1018
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
43
  msgid "Upgrade to the PREMIUM VERSION"
44
  msgstr "ارتقا به نسخه پرمیوم"
45
 
46
+ #: ../includes/class.yith-wcwl-admin-init.php:1022
 
 
 
 
47
  msgid "Discover the Advanced Features"
48
  msgstr "امکانات پیشرفته را مشاهده کنید"
49
 
50
+ #: ../includes/class.yith-wcwl-admin-init.php:1023
51
  msgid ""
52
  "Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE WISHLIST to benefit from "
53
  "all features!"
54
  msgstr ""
55
 
56
+ #: ../includes/class.yith-wcwl-admin-init.php:1029
57
  msgid "Get Support and Pro Features"
58
  msgstr "رفتن به پشتیبانی و امکانات پیشرفته"
59
 
60
+ #: ../includes/class.yith-wcwl-admin-init.php:1030
61
  msgid ""
62
  "By purchasing the premium version of the plugin, you will take advantage of "
63
  "the advanced features of the product and you will get one year of free "
67
  "ببرید، همچنین به مدت 1 سال آپدیت های این افزونه را بطور رایگان دریافت کنید و "
68
  "از پشتیبانی 24 ساعته ما استفاده کنید"
69
 
70
+ #: ../includes/class.yith-wcwl-admin-init.php:1040
71
  msgid "General Settings"
72
  msgstr "تنظیمات عمومی"
73
 
74
+ #: ../includes/class.yith-wcwl-admin-init.php:1047
75
  msgid "Enable YITH Wishlist"
76
  msgstr "فعال کردن YITH Wishlist"
77
 
78
+ #: ../includes/class.yith-wcwl-admin-init.php:1048
79
  #, php-format
80
  msgid ""
81
  "Enable all plugin features. <strong>Be sure to select at least one option in "
83
  "plugin <a href=\"%s\" target=\"_blank\">documentation</a>."
84
  msgstr ""
85
 
86
+ #: ../includes/class.yith-wcwl-admin-init.php:1054
87
  msgid "Default wishlist title"
88
  msgstr "عنوان پیشفرض لیست علاقه مندی ها"
89
 
90
+ #: ../includes/class.yith-wcwl-admin-init.php:1056
91
+ #: ../includes/class.yith-wcwl-admin-init.php:1057
92
+ #: ../includes/class.yith-wcwl-admin-init.php:1293
93
  #, php-format
94
  msgid "My wishlist on %s"
95
  msgstr "لیست علاقه مندی های من در %s"
96
 
97
+ #: ../includes/class.yith-wcwl-admin-init.php:1062
98
  msgid "Wishlist Page"
99
  msgstr "صفحه لیست علاقه مندی ها"
100
 
101
+ #: ../includes/class.yith-wcwl-admin-init.php:1063
102
  msgid "Page contents: [yith_wcwl_wishlist]"
103
  msgstr "محتوای صفحه : [yith_wcwl_wishlist] باشد"
104
 
105
+ #: ../includes/class.yith-wcwl-admin-init.php:1072
106
  msgid "Position"
107
  msgstr "موقعیت"
108
 
109
+ #: ../includes/class.yith-wcwl-admin-init.php:1073
110
  msgid ""
111
  "You can add the button in variable products only after the \"Add to Cart\" "
112
  "button or using the shortcode [yith_wcwl_add_to_wishlist]."
113
  msgstr ""
114
 
115
+ #: ../includes/class.yith-wcwl-admin-init.php:1079
116
  msgid "After \"Add to cart\""
117
  msgstr "بعد از \"افزودن به سبد\""
118
 
119
+ #: ../includes/class.yith-wcwl-admin-init.php:1080
120
  msgid "After thumbnails"
121
  msgstr "بعد از تصاویر محصول"
122
 
123
+ #: ../includes/class.yith-wcwl-admin-init.php:1081
124
  msgid "After summary"
125
  msgstr "بعد از خلاصه محصول"
126
 
127
+ #: ../includes/class.yith-wcwl-admin-init.php:1082
128
  msgid "Use shortcode"
129
  msgstr "استفاده از شورتکد"
130
 
131
+ #: ../includes/class.yith-wcwl-admin-init.php:1087
132
  msgid "Redirect to cart"
133
  msgstr "انتقال به سبد خرید"
134
 
135
+ #: ../includes/class.yith-wcwl-admin-init.php:1088
136
  msgid ""
137
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
138
  "page."
140
  "اگر در صفحه علاقه مندی ها روی \"افزودن به سبد\" کلیک شد، کاربر را به صفحه "
141
  "سبد خرید منتقل کن"
142
 
143
+ #: ../includes/class.yith-wcwl-admin-init.php:1094
144
  msgid "Remove if added to the cart"
145
  msgstr "حذف محصول در صورت افزودن به سبد"
146
 
147
+ #: ../includes/class.yith-wcwl-admin-init.php:1095
148
  msgid "Remove the product from the wishlist if it has been added to the cart."
149
  msgstr "اگر محصول به سبد خرید اضافه شد آن را از لیست علاقه مندی ها حذف کن."
150
 
151
+ #: ../includes/class.yith-wcwl-admin-init.php:1101
152
  msgid "\"Add to Wishlist\" text"
153
  msgstr "متن \"افزودن به علاقه مندی ها\""
154
 
155
+ #: ../includes/class.yith-wcwl-admin-init.php:1103
156
  msgid "Add to Wishlist"
157
  msgstr "افزودن به علاقه مندی ها"
158
 
159
+ #: ../includes/class.yith-wcwl-admin-init.php:1108
160
  msgid "\"Browse wishlist\" text"
161
  msgstr "متن \"مشاهده علاقه مندی ها\""
162
 
163
+ #: ../includes/class.yith-wcwl-admin-init.php:1110
164
  #: ../includes/class.yith-wcwl-ui.php:82 ../includes/class.yith-wcwl-ui.php:83
165
  msgid "Browse Wishlist"
166
  msgstr "مشاهده لیست علاقه مندی ها"
167
 
168
+ #: ../includes/class.yith-wcwl-admin-init.php:1115
169
  msgid "\"Product already in wishlist\" text"
170
  msgstr "متن \"محصول از قبل اضافه شده\""
171
 
172
+ #: ../includes/class.yith-wcwl-admin-init.php:1117
173
  #: ../includes/class.yith-wcwl-ui.php:83
174
  msgid "The product is already in the wishlist!"
175
  msgstr "محصول از قبل به علاقه مندی ها اضافه شده!"
176
 
177
+ #: ../includes/class.yith-wcwl-admin-init.php:1122
178
  msgid "\"Product added\" text"
179
  msgstr "متن \"محصول اضافه شد\""
180
 
181
+ #: ../includes/class.yith-wcwl-admin-init.php:1124
182
  #: ../includes/class.yith-wcwl-ui.php:82
183
  msgid "Product added!"
184
  msgstr "اضافه شد!"
185
 
186
+ #: ../includes/class.yith-wcwl-admin-init.php:1129
187
  msgid "\"Add to Cart\" text"
188
  msgstr "متن \"افزودن به سبد خرید\""
189
 
190
+ #: ../includes/class.yith-wcwl-admin-init.php:1131
191
  msgid "Add to Cart"
192
  msgstr "افزودن به سبد"
193
 
194
+ #: ../includes/class.yith-wcwl-admin-init.php:1136
195
  msgid "Show Unit price"
196
  msgstr "مشاهده واحدهای پولی"
197
 
198
+ #: ../includes/class.yith-wcwl-admin-init.php:1137
199
  msgid "Show unit price for each product in wishlist"
200
  msgstr "مشاهده واحدهای پولی برای محصولات اضافه شده به لیست علاقه مندی ها"
201
 
202
+ #: ../includes/class.yith-wcwl-admin-init.php:1144
203
  msgid "Show \"Add to Cart\" button"
204
  msgstr "مشاهده دکمه \"افزودن به سبد\""
205
 
206
+ #: ../includes/class.yith-wcwl-admin-init.php:1145
207
  msgid "Show \"Add to Cart\" button for each product in wishlist"
208
  msgstr ""
209
 
210
+ #: ../includes/class.yith-wcwl-admin-init.php:1152
211
  msgid "Show Stock status"
212
  msgstr "مشاهده موجودی محصول"
213
 
214
+ #: ../includes/class.yith-wcwl-admin-init.php:1153
215
  msgid ""
216
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
217
  msgstr "مشاهده \"موجودی\" یا \"ناموجودی\" محصولات موجود در لیست علاقه مندی ها"
218
 
219
+ #: ../includes/class.yith-wcwl-admin-init.php:1160
220
  msgid "Show Date of addition"
221
  msgstr ""
222
 
223
+ #: ../includes/class.yith-wcwl-admin-init.php:1161
224
  msgid "Show the date when users have added a product to the wishlist"
225
  msgstr ""
226
 
227
+ #: ../includes/class.yith-wcwl-admin-init.php:1168
228
  msgid "Add second remove button"
229
  msgstr ""
230
 
231
+ #: ../includes/class.yith-wcwl-admin-init.php:1169
232
  msgid "Add a second remove button in the last column, with extended label"
233
  msgstr ""
234
 
235
+ #: ../includes/class.yith-wcwl-admin-init.php:1184
236
  msgid "Styles"
237
  msgstr "استایل ها"
238
 
239
+ #: ../includes/class.yith-wcwl-admin-init.php:1191
240
  msgid "Use buttons"
241
  msgstr "استفاده از دکمه ها"
242
 
243
+ #: ../includes/class.yith-wcwl-admin-init.php:1192
244
  msgid "Use buttons instead of simple anchors."
245
  msgstr "به جای لینک های ساده از دکمه ها استفاده کن"
246
 
247
+ #: ../includes/class.yith-wcwl-admin-init.php:1198
248
  msgid "Custom CSS"
249
  msgstr "CSS دستی"
250
 
251
+ #: ../includes/class.yith-wcwl-admin-init.php:1205
252
  msgid "Use theme style"
253
  msgstr "استفاده از استایل قالب"
254
 
255
+ #: ../includes/class.yith-wcwl-admin-init.php:1206
256
  msgid "Use the theme style."
257
  msgstr "از استایل قالب استفاده کن"
258
 
259
+ #: ../includes/class.yith-wcwl-admin-init.php:1212
260
  msgid "Rounded buttons"
261
  msgstr "دکمه های گرد"
262
 
263
+ #: ../includes/class.yith-wcwl-admin-init.php:1213
264
  msgid "Make button corners rounded"
265
  msgstr "گوشه های دکمه را گرد کن"
266
 
267
+ #: ../includes/class.yith-wcwl-admin-init.php:1219
268
  msgid "\"Add to Wishlist\" icon"
269
  msgstr "آیکون \"افزودن به علاقه مندی ها\""
270
 
271
+ #: ../includes/class.yith-wcwl-admin-init.php:1220
272
  msgid "Add an icon to the \"Add to Wishlist\" button"
273
  msgstr "یک آیکون به دکمه \"افزودن به لیست علاقه مندی ها\" اضافه کن"
274
 
275
+ #: ../includes/class.yith-wcwl-admin-init.php:1230
276
  msgid "\"Add to Cart\" icon"
277
  msgstr "آیکون \"افزودن به سبد\""
278
 
279
+ #: ../includes/class.yith-wcwl-admin-init.php:1231
280
  msgid "Add an icon to the \"Add to Cart\" button"
281
  msgstr "یک آیکون به دکمه \"افزودن به سبد\" اضافه کن"
282
 
283
+ #: ../includes/class.yith-wcwl-admin-init.php:1249
284
  msgid "Social Networks & Share"
285
  msgstr ""
286
 
287
+ #: ../includes/class.yith-wcwl-admin-init.php:1256
288
  msgid "Share on Facebook"
289
  msgstr "اشتراک در فیس بوک"
290
 
291
+ #: ../includes/class.yith-wcwl-admin-init.php:1257
292
  msgid "Show \"Share on Facebook\" button"
293
  msgstr "نمایش دکمه \"اشتراک در فیس بوک\""
294
 
295
+ #: ../includes/class.yith-wcwl-admin-init.php:1263
296
  msgid "Tweet on Twitter"
297
  msgstr "توییت در توییتر"
298
 
299
+ #: ../includes/class.yith-wcwl-admin-init.php:1264
300
  msgid "Show \"Tweet on Twitter\" button"
301
  msgstr "نمایش دکمه \"توییت در توییتر\""
302
 
303
+ #: ../includes/class.yith-wcwl-admin-init.php:1270
304
  msgid "Pin on Pinterest"
305
  msgstr "پین به پینترست"
306
 
307
+ #: ../includes/class.yith-wcwl-admin-init.php:1271
308
  msgid "Show \"Pin on Pinterest\" button"
309
  msgstr "نمایش دکمه \"پین درپینترست\""
310
 
311
+ #: ../includes/class.yith-wcwl-admin-init.php:1277
312
  msgid "Share on Google+"
313
  msgstr "اشتراک گذاری در گوگل+"
314
 
315
+ #: ../includes/class.yith-wcwl-admin-init.php:1278
316
  msgid "Show \"Share on Google+\" button"
317
  msgstr ""
318
 
319
+ #: ../includes/class.yith-wcwl-admin-init.php:1284
320
  msgid "Share by Email"
321
  msgstr "اشتراک با ایمیل"
322
 
323
+ #: ../includes/class.yith-wcwl-admin-init.php:1285
324
  msgid "Show \"Share by Email\" button"
325
  msgstr "نمایش دکمه \"اشتراک با ایمیل\""
326
 
327
+ #: ../includes/class.yith-wcwl-admin-init.php:1291
328
  msgid "Social title"
329
  msgstr "عنوان اجتماعی"
330
 
331
+ #: ../includes/class.yith-wcwl-admin-init.php:1298
332
  msgid "Social text"
333
  msgstr "متن اجتماعی"
334
 
335
+ #: ../includes/class.yith-wcwl-admin-init.php:1299
336
  msgid ""
337
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
338
  "strong> where you want to show the URL of your wishlist."
339
  msgstr ""
340
 
341
+ #: ../includes/class.yith-wcwl-admin-init.php:1306
342
  msgid "Social image URL"
343
  msgstr "آدرس تصویر اجتماعی"
344
 
345
+ #: ../includes/class.yith-wcwl-admin-init.php:1307
346
  msgid "It will be used by Pinterest."
347
  msgstr ""
348
 
349
+ #: ../includes/class.yith-wcwl-admin-init.php:1321
350
  #, php-format
351
  msgid ""
352
  "If you want to take advantage of this feature, you could consider to "
353
  "purchase the %s."
354
  msgstr ""
355
 
356
+ #: ../includes/class.yith-wcwl-admin-init.php:1326
357
  msgid "YITH WooCommerce Frequently Bought Together Integration"
358
  msgstr ""
359
 
360
+ #: ../includes/class.yith-wcwl-admin-init.php:1333
361
  msgid "Enable slider in wishlist"
362
  msgstr ""
363
 
364
+ #: ../includes/class.yith-wcwl-admin-init.php:1334
365
  #, php-format
366
  msgid ""
367
  "Choose to enable product slider in wishlist page with linked products (<a "
368
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
369
  msgstr ""
370
 
371
+ #: ../includes/class.yith-wcwl-admin-init.php:1370
372
  msgid "\"Add to wishlist\" button"
373
  msgstr "دکمه \" افزودن به علاقه مندیها\""
374
 
375
+ #: ../includes/class.yith-wcwl-admin-init.php:1373
376
+ #: ../includes/class.yith-wcwl-admin-init.php:1391
377
+ #: ../includes/class.yith-wcwl-admin-init.php:1409
378
+ #: ../includes/class.yith-wcwl-admin-init.php:1427
379
+ #: ../includes/class.yith-wcwl-admin-init.php:1445
380
  msgid "Background"
381
  msgstr "پس زمینه"
382
 
383
+ #: ../includes/class.yith-wcwl-admin-init.php:1374
384
+ #: ../includes/class.yith-wcwl-admin-init.php:1392
385
+ #: ../includes/class.yith-wcwl-admin-init.php:1410
386
+ #: ../includes/class.yith-wcwl-admin-init.php:1428
387
+ #: ../includes/class.yith-wcwl-admin-init.php:1446
388
  msgid "Text"
389
  msgstr "متن"
390
 
391
+ #: ../includes/class.yith-wcwl-admin-init.php:1375
392
+ #: ../includes/class.yith-wcwl-admin-init.php:1393
393
+ #: ../includes/class.yith-wcwl-admin-init.php:1411
394
+ #: ../includes/class.yith-wcwl-admin-init.php:1429
395
+ #: ../includes/class.yith-wcwl-admin-init.php:1447
396
  msgid "Border"
397
  msgstr "کادر"
398
 
399
+ #: ../includes/class.yith-wcwl-admin-init.php:1382
400
+ #: ../includes/class.yith-wcwl-admin-init.php:1400
401
+ #: ../includes/class.yith-wcwl-admin-init.php:1418
402
+ #: ../includes/class.yith-wcwl-admin-init.php:1436
403
  msgid "Background (hover)"
404
  msgstr "پس زمینه ( حالت هاور)"
405
 
406
+ #: ../includes/class.yith-wcwl-admin-init.php:1383
407
+ #: ../includes/class.yith-wcwl-admin-init.php:1401
408
+ #: ../includes/class.yith-wcwl-admin-init.php:1419
409
+ #: ../includes/class.yith-wcwl-admin-init.php:1437
410
  msgid "Text (hover)"
411
  msgstr "متن (حالت هاور)"
412
 
413
+ #: ../includes/class.yith-wcwl-admin-init.php:1384
414
+ #: ../includes/class.yith-wcwl-admin-init.php:1402
415
+ #: ../includes/class.yith-wcwl-admin-init.php:1420
416
+ #: ../includes/class.yith-wcwl-admin-init.php:1438
417
  msgid "Border (hover)"
418
  msgstr "کادر (حالت هاور)"
419
 
420
+ #: ../includes/class.yith-wcwl-admin-init.php:1388
421
  msgid "\"Add to Cart\" button"
422
  msgstr "دکمه \"افزودن به سبد\""
423
 
424
+ #: ../includes/class.yith-wcwl-admin-init.php:1406
425
  msgid "\"Style 1\" button"
426
  msgstr "دکمه \"استایل 1\""
427
 
428
+ #: ../includes/class.yith-wcwl-admin-init.php:1424
429
  msgid "\"Style 2\" button"
430
  msgstr "دکمه \"استایل 2\""
431
 
432
+ #: ../includes/class.yith-wcwl-admin-init.php:1442
433
  msgid "Wishlist table"
434
  msgstr "جدول علاقه مندی ها"
435
 
436
+ #: ../includes/class.yith-wcwl-admin-init.php:1451
437
  msgid "Headers"
438
  msgstr "هدرها"
439
 
440
+ #: ../includes/class.yith-wcwl-admin-init.php:1454
441
  msgid "Background color"
442
  msgstr "زنگ زمینه"
443
 
444
+ #: ../includes/class.yith-wcwl-admin-init.php:1544
445
  msgid "Wishlist Activated"
446
  msgstr "لیست علاقه مندی ها فعال شد"
447
 
448
+ #: ../includes/class.yith-wcwl-admin-init.php:1545
449
  #, php-format
450
  msgid ""
451
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
458
  "همچنین افزونه لیست علاقه مندی ها در نسخه حرفه ای نیز موجود است که امکانات "
459
  "بسیار بیشتر و جدیدتری دارد , <a href=\"%s\">این امکانات را ببینید</a>."
460
 
461
+ #: ../includes/class.yith-wcwl-admin-init.php:1556
462
  msgid "Wishlist Updated"
463
  msgstr "لیست علاقه مندی ها به روز شد"
464
 
465
+ #: ../includes/class.yith-wcwl-admin-init.php:1557
466
  #, php-format
467
  msgid ""
468
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
478
  "جدید اضافه خواهد شد، <a href=\"%s\">امکانات نسخه حرفه ای این افزونه را "
479
  "مشاهده کنید.</a>"
480
 
481
+ #: ../includes/class.yith-wcwl-init.php:403
482
  msgid ""
483
  "We are sorry, but this feature is available only if cookies are enabled on "
484
  "your browser."
486
  "متاسفیم! این امکان فقط در صورتی که کوکی های مرورگر شما فعال باشد در دسترس "
487
  "است."
488
 
489
+ #: ../includes/class.yith-wcwl-init.php:404
490
  msgid "Product correctly added to cart"
491
  msgstr ""
492
 
493
+ #: ../includes/class.yith-wcwl-install.php:244
494
  msgctxt "page_slug"
495
  msgid "wishlist"
496
  msgstr ""
497
 
498
+ #: ../includes/class.yith-wcwl-privacy.php:50
499
+ msgid "While you visit our site, we’ll track:"
500
+ msgstr ""
501
+
502
+ #: ../includes/class.yith-wcwl-privacy.php:52
503
+ msgid ""
504
+ "Products you’ve added to the wishlist: we’ll use this to show you and other "
505
+ "users your favourite products, and to create targeted email campaigns."
506
+ msgstr ""
507
+
508
+ #: ../includes/class.yith-wcwl-privacy.php:53
509
+ msgid ""
510
+ "Wishlists you’ve created: we’ll keep track of the wishlists you create, and "
511
+ "make them visible to the store’s staff"
512
+ msgstr ""
513
+
514
+ #: ../includes/class.yith-wcwl-privacy.php:55
515
+ msgid ""
516
+ "We’ll also use cookies to keep track of wishlist contents while you’re "
517
+ "browsing our site."
518
+ msgstr ""
519
+
520
+ #: ../includes/class.yith-wcwl-privacy.php:58
521
+ msgid ""
522
+ "Members of our team have access to the information you provide us. For "
523
+ "example, both Administrators and Shop Managers can access:"
524
+ msgstr ""
525
+
526
+ #: ../includes/class.yith-wcwl-privacy.php:60
527
+ msgid ""
528
+ "Wishlist details, such as products added, date of addition, name and privacy "
529
+ "settings of your wishlists"
530
+ msgstr ""
531
+
532
+ #: ../includes/class.yith-wcwl-privacy.php:62
533
+ msgid ""
534
+ "Our team members have access to this information to offer you better deals "
535
+ "for the products you love."
536
+ msgstr ""
537
+
538
+ #: ../includes/class.yith-wcwl-privacy.php:82
539
+ #: ../includes/class.yith-wcwl-privacy.php:98
540
+ #, fuzzy
541
+ #| msgid "Add to Wishlist"
542
+ msgid "Customer Wishlists"
543
+ msgstr "افزودن به علاقه مندی ها"
544
+
545
+ #: ../includes/class.yith-wcwl-privacy.php:133
546
+ #, fuzzy
547
+ #| msgid "Wishlist"
548
+ msgid "Wishlists"
549
+ msgstr "لیست علاقه مندی ها"
550
+
551
+ #: ../includes/class.yith-wcwl-privacy.php:195
552
+ #, fuzzy, php-format
553
+ #| msgid "My wishlist on %s"
554
+ msgid "Removed wishlist %s."
555
+ msgstr "لیست علاقه مندی های من در %s"
556
+
557
+ #: ../includes/class.yith-wcwl-privacy.php:199
558
+ #, php-format
559
+ msgid "Wishlist %s has been retained."
560
+ msgstr ""
561
+
562
+ #: ../includes/class.yith-wcwl-privacy.php:210
563
+ msgid "Removed default user's wishlist"
564
+ msgstr ""
565
+
566
+ #: ../includes/class.yith-wcwl-privacy.php:228
567
+ msgid "Token"
568
+ msgstr ""
569
+
570
+ #: ../includes/class.yith-wcwl-privacy.php:229
571
+ #, fuzzy
572
+ #| msgid "Wishlist"
573
+ msgid "Wishlist url"
574
+ msgstr "لیست علاقه مندی ها"
575
+
576
+ #: ../includes/class.yith-wcwl-privacy.php:230
577
+ #, fuzzy
578
+ #| msgid "Title Field"
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
596
+ #: ../templates/wishlist-view.php:212
597
+ msgid "Shared"
598
+ msgstr ""
599
+
600
+ #: ../includes/class.yith-wcwl-privacy.php:286
601
+ #: ../templates/wishlist-view.php:215
602
+ msgid "Private"
603
+ msgstr ""
604
+
605
+ #: ../includes/class.yith-wcwl-privacy.php:289
606
+ #: ../templates/wishlist-view.php:218
607
+ msgid "Public"
608
+ msgstr ""
609
+
610
  #: ../includes/class.yith-wcwl-shortcode.php:259
611
  #: ../includes/class.yith-wcwl-ui.php:164
612
  msgid "Share on:"
629
  msgid "email"
630
  msgstr "ایمیل"
631
 
632
+ #: ../includes/class.yith-wcwl.php:201
633
  msgid "An error occurred while adding products to the wishlist."
634
  msgstr ""
635
 
636
+ #: ../includes/class.yith-wcwl.php:293
637
  msgid "An error occurred while adding products to wishlist."
638
  msgstr ""
639
 
640
+ #: ../includes/class.yith-wcwl.php:310
641
  msgid "The \"Remove\" option now does not require any parameter"
642
  msgstr ""
643
 
644
+ #: ../includes/class.yith-wcwl.php:359
645
  msgid "An error occurred while removing products from the wishlist"
646
  msgstr ""
647
 
648
+ #: ../includes/class.yith-wcwl.php:809
649
  msgid "You need to log in before creating a new wishlist"
650
  msgstr "قبل از این که لیست علاقه مندی ایجاد کنید باید وارد شوید"
651
 
652
+ #: ../includes/class.yith-wcwl.php:1610
653
  msgid "Product successfully removed."
654
  msgstr "محصول با موفقیت حذف شد."
655
 
656
+ #: ../includes/class.yith-wcwl.php:1614
657
  msgid "Error. Unable to remove the product from the wishlist."
658
  msgstr "خطا : محصول از لیست علاقه مندی ها حذف نشد."
659
 
660
+ #: ../includes/class.yith-wcwl.php:1618 ../templates/wishlist-view.php:242
661
  msgid "No products were added to the wishlist"
662
  msgstr "هیچ محصولی به لیست علاقه مندی ها افزوده نشده"
663
 
664
+ #: ../includes/class.yith-wcwl.php:1660
665
  msgid "An error as occurred."
666
  msgstr ""
667
 
672
  msgstr ""
673
 
674
  #: ../init.php:140
675
+ msgid "You can't activate the free version of"
676
+ msgstr ""
677
+
678
+ #: ../init.php:140
679
+ msgid "while you are using the premium one."
680
  msgstr ""
 
 
681
 
682
  #: ../templates/admin/wishlist-panel-premium.php:185
683
  #: ../templates/admin/wishlist-panel-premium.php:383
957
  msgid "Stock Status"
958
  msgstr "وضعیت موجودی"
959
 
960
+ #: ../templates/wishlist-view.php:152 ../templates/wishlist-view.php:232
961
  msgid "Remove this product"
962
  msgstr "حذف این محصول"
963
 
965
  msgid "Free!"
966
  msgstr "رایگان!"
967
 
968
+ #: ../templates/wishlist-view.php:179
969
  msgid "Out of Stock"
970
  msgstr "ناموجود"
971
 
972
+ #: ../templates/wishlist-view.php:179
973
  msgid "In Stock"
974
  msgstr "موجود"
975
 
976
+ #: ../templates/wishlist-view.php:188
977
  #, php-format
978
  msgid "Added on : %s"
979
  msgstr ""
980
 
981
+ #: ../templates/wishlist-view.php:200
982
  msgid "Move"
983
  msgstr ""
984
 
985
+ #: ../templates/wishlist-view.php:232
 
 
 
 
 
 
 
 
 
 
 
 
986
  msgid "Remove"
987
  msgstr "حذف"
988
 
989
+ #: ../templates/wishlist-view.php:259
990
  msgid "Add the selected products to the cart"
991
  msgstr ""
992
 
993
+ #: ../templates/wishlist-view.php:267 ../templates/wishlist-view.php:313
994
  msgid "Ask for an estimate"
995
  msgstr ""
996
 
997
+ #: ../templates/wishlist-view.php:303
998
  msgid "Your email"
999
  msgstr ""
1000
 
1001
+ #~ msgid ""
1002
+ #~ "WARNING: This plugin requires at least WooCommerce 2.2! Please, use this "
1003
+ #~ "link to update it."
1004
+ #~ msgstr ""
1005
+ #~ "اخطار : برای نصب این افزونه حد اقل به نسخه 2.2 ووکامرس نیاز است، لطفا از "
1006
+ #~ "این لینک برای آپدیت استفاده کنید"
1007
+
1008
+ #~ msgid "WARNING: This plugin requires at least WooCommerce 2.2!"
1009
+ #~ msgstr "اخطار : این افزونه حد اقل به نسخه 2.2 ووکامرس نیاز دارد."
1010
+
1011
+ #~ msgid "Plugin Documentation"
1012
+ #~ msgstr "مستندات افزونه"
1013
+
1014
+ #~ msgid "YITH WooCommerce Wishlist"
1015
+ #~ msgstr "YITH WooCommerce Wishlist"
1016
+
1017
+ #~ msgid ""
1018
+ #~ "You can't activate the free version of YITH WooCommerce Wishlist while "
1019
+ #~ "you are using the premium one."
1020
+ #~ msgstr ""
1021
+ #~ "شما نمیتوانید نسخه رایگان افزونه را فعال کنید در حالی که در حال حاضر از "
1022
+ #~ "نسخه پولی استفاده می کنید."
1023
+
1024
  #~ msgid ""
1025
  #~ "Upgrade to the PREMIUM VERSION\n"
1026
  #~ "of YITH WOOCOMMERCE WISHLIST to benefit from all features!"
1576
  #~ msgid "Click to toggle"
1577
  #~ msgstr "کلیک کنید"
1578
 
 
 
 
1579
  #~ msgid "Insert the title for the field."
1580
  #~ msgstr "یک عنوان برای فیلد وارد کنید"
1581
 
languages/yith-woocommerce-wishlist-fr_FR.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-fr_FR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-10-24 17:33+0200\n"
6
- "PO-Revision-Date: 2017-10-24 17:33+0200\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
9
  "Language: fr_FR\n"
@@ -17,88 +17,64 @@ 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 1.8.7.1\n"
21
  "X-Poedit-SearchPath-0: ..\n"
22
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
23
 
24
  #: ../includes/class.yith-wcwl-admin-init.php:159
25
- #: ../includes/class.yith-wcwl-admin-init.php:1483
26
- #: ../includes/class.yith-wcwl-admin-init.php:1484
27
- #: ../includes/class.yith-wcwl-install.php:244
28
  msgid "Wishlist"
29
  msgstr "Wishlist"
30
 
31
  #: ../includes/class.yith-wcwl-admin-init.php:161
32
- #: ../includes/class.yith-wcwl-admin-init.php:251
33
  msgid "Settings"
34
  msgstr "Paramètres"
35
 
36
  #: ../includes/class.yith-wcwl-admin-init.php:162
37
- #: ../includes/class.yith-wcwl-admin-init.php:236
38
  msgid "Colors"
39
  msgstr "Couleurs"
40
 
41
  #: ../includes/class.yith-wcwl-admin-init.php:163
42
- #: ../includes/class.yith-wcwl-admin-init.php:255
43
  msgid "Premium Version"
44
  msgstr ""
45
 
46
- #: ../includes/class.yith-wcwl-admin-init.php:256
47
- msgid "Live Demo"
48
- msgstr ""
49
-
50
- #: ../includes/class.yith-wcwl-admin-init.php:280
51
- msgid ""
52
- "WARNING: This plugin requires at least WooCommerce 2.2! Please, use this "
53
- "link to update it."
54
- msgstr ""
55
-
56
- #: ../includes/class.yith-wcwl-admin-init.php:283
57
- msgid "WARNING: This plugin requires at least WooCommerce 2.2!"
58
- msgstr ""
59
-
60
- #: ../includes/class.yith-wcwl-admin-init.php:288
61
- msgid "Plugin Documentation"
62
- msgstr ""
63
-
64
- #: ../includes/class.yith-wcwl-admin-init.php:1023
65
  msgid "Upgrade to the PREMIUM VERSION"
66
  msgstr ""
67
 
68
- #: ../includes/class.yith-wcwl-admin-init.php:1026
69
- msgid "YITH WooCommerce Wishlist"
70
- msgstr ""
71
-
72
- #: ../includes/class.yith-wcwl-admin-init.php:1027
73
  msgid "Discover the Advanced Features"
74
  msgstr ""
75
 
76
- #: ../includes/class.yith-wcwl-admin-init.php:1028
77
  msgid ""
78
  "Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE WISHLIST to benefit from "
79
  "all features!"
80
  msgstr ""
81
 
82
- #: ../includes/class.yith-wcwl-admin-init.php:1034
83
  msgid "Get Support and Pro Features"
84
  msgstr ""
85
 
86
- #: ../includes/class.yith-wcwl-admin-init.php:1035
87
  msgid ""
88
  "By purchasing the premium version of the plugin, you will take advantage of "
89
  "the advanced features of the product and you will get one year of free "
90
  "updates and support through our platform available 24h/24."
91
  msgstr ""
92
 
93
- #: ../includes/class.yith-wcwl-admin-init.php:1045
94
  msgid "General Settings"
95
  msgstr "Paramètres généraux"
96
 
97
- #: ../includes/class.yith-wcwl-admin-init.php:1052
98
  msgid "Enable YITH Wishlist"
99
  msgstr "Activer YITH Wishlist"
100
 
101
- #: ../includes/class.yith-wcwl-admin-init.php:1053
102
  #, php-format
103
  msgid ""
104
  "Enable all plugin features. <strong>Be sure to select at least one option in "
@@ -106,31 +82,31 @@ msgid ""
106
  "plugin <a href=\"%s\" target=\"_blank\">documentation</a>."
107
  msgstr ""
108
 
109
- #: ../includes/class.yith-wcwl-admin-init.php:1059
110
  #, fuzzy
111
  msgid "Default wishlist title"
112
  msgstr "Titre de la Wishlist"
113
 
114
- #: ../includes/class.yith-wcwl-admin-init.php:1061
115
- #: ../includes/class.yith-wcwl-admin-init.php:1062
116
- #: ../includes/class.yith-wcwl-admin-init.php:1298
117
  #, php-format
118
  msgid "My wishlist on %s"
119
  msgstr "Ma wishlist sur %s"
120
 
121
- #: ../includes/class.yith-wcwl-admin-init.php:1067
122
  msgid "Wishlist Page"
123
  msgstr "Page Wishlist"
124
 
125
- #: ../includes/class.yith-wcwl-admin-init.php:1068
126
  msgid "Page contents: [yith_wcwl_wishlist]"
127
  msgstr "Contenu de la page : [yith_wcwl_wishlist]"
128
 
129
- #: ../includes/class.yith-wcwl-admin-init.php:1077
130
  msgid "Position"
131
  msgstr "Position"
132
 
133
- #: ../includes/class.yith-wcwl-admin-init.php:1078
134
  #, fuzzy
135
  msgid ""
136
  "You can add the button in variable products only after the \"Add to Cart\" "
@@ -139,27 +115,27 @@ msgstr ""
139
  "Pour les produits variables, vous pouver seulement l'ajouter après \"Ajouter "
140
  "au panier\" ou en utilisant le shortcode [yith_wcwl_add_to_wishlist]."
141
 
142
- #: ../includes/class.yith-wcwl-admin-init.php:1084
143
  msgid "After \"Add to cart\""
144
  msgstr "Après \"Ajouter au panier\""
145
 
146
- #: ../includes/class.yith-wcwl-admin-init.php:1085
147
  msgid "After thumbnails"
148
  msgstr "Après les images"
149
 
150
- #: ../includes/class.yith-wcwl-admin-init.php:1086
151
  msgid "After summary"
152
  msgstr "Après le résumé"
153
 
154
- #: ../includes/class.yith-wcwl-admin-init.php:1087
155
  msgid "Use shortcode"
156
  msgstr "Utiliser le shortcode"
157
 
158
- #: ../includes/class.yith-wcwl-admin-init.php:1092
159
  msgid "Redirect to cart"
160
  msgstr "Rediriger vers le panier"
161
 
162
- #: ../includes/class.yith-wcwl-admin-init.php:1093
163
  msgid ""
164
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
165
  "page."
@@ -167,335 +143,335 @@ msgstr ""
167
  "Rediriger vers le panier si on clique sur le bouton \"Ajouter au panier\" "
168
  "sur la page Wishlist."
169
 
170
- #: ../includes/class.yith-wcwl-admin-init.php:1099
171
  msgid "Remove if added to the cart"
172
  msgstr "Supprimer si ajouté au panier"
173
 
174
- #: ../includes/class.yith-wcwl-admin-init.php:1100
175
  #, fuzzy
176
  msgid "Remove the product from the wishlist if it has been added to the cart."
177
  msgstr "Supprimer le produit de la wishlist s'il a été ajouté au panier."
178
 
179
- #: ../includes/class.yith-wcwl-admin-init.php:1106
180
  msgid "\"Add to Wishlist\" text"
181
  msgstr "Texte \"Ajouter à la wishlist\""
182
 
183
- #: ../includes/class.yith-wcwl-admin-init.php:1108
184
  msgid "Add to Wishlist"
185
  msgstr "Ajouter à la wishlist"
186
 
187
- #: ../includes/class.yith-wcwl-admin-init.php:1113
188
  #, fuzzy
189
  msgid "\"Browse wishlist\" text"
190
  msgstr "Parcourir la wishlist"
191
 
192
- #: ../includes/class.yith-wcwl-admin-init.php:1115
193
  #: ../includes/class.yith-wcwl-ui.php:82 ../includes/class.yith-wcwl-ui.php:83
194
  msgid "Browse Wishlist"
195
  msgstr "Parcourir la wishlist"
196
 
197
- #: ../includes/class.yith-wcwl-admin-init.php:1120
198
  #, fuzzy
199
  msgid "\"Product already in wishlist\" text"
200
  msgstr "Ce produit est déjà dans votre wishlist"
201
 
202
- #: ../includes/class.yith-wcwl-admin-init.php:1122
203
  #: ../includes/class.yith-wcwl-ui.php:83
204
  msgid "The product is already in the wishlist!"
205
  msgstr "Ce produit est dans votre wishlist"
206
 
207
- #: ../includes/class.yith-wcwl-admin-init.php:1127
208
  #, fuzzy
209
  msgid "\"Product added\" text"
210
  msgstr "Produit ajouté !"
211
 
212
- #: ../includes/class.yith-wcwl-admin-init.php:1129
213
  #: ../includes/class.yith-wcwl-ui.php:82
214
  msgid "Product added!"
215
  msgstr "Produit ajouté !"
216
 
217
- #: ../includes/class.yith-wcwl-admin-init.php:1134
218
  msgid "\"Add to Cart\" text"
219
  msgstr "Texte \"Ajouter au panier\""
220
 
221
- #: ../includes/class.yith-wcwl-admin-init.php:1136
222
  msgid "Add to Cart"
223
  msgstr "Ajouter au panier"
224
 
225
- #: ../includes/class.yith-wcwl-admin-init.php:1141
226
  msgid "Show Unit price"
227
  msgstr "Voir le prix unitaire"
228
 
229
- #: ../includes/class.yith-wcwl-admin-init.php:1142
230
  msgid "Show unit price for each product in wishlist"
231
  msgstr ""
232
 
233
- #: ../includes/class.yith-wcwl-admin-init.php:1149
234
  msgid "Show \"Add to Cart\" button"
235
  msgstr "Voir le bouton \"Ajouter au panier\""
236
 
237
- #: ../includes/class.yith-wcwl-admin-init.php:1150
238
  #, fuzzy
239
  msgid "Show \"Add to Cart\" button for each product in wishlist"
240
  msgstr "Fond du bouton \"Ajouter au panier\""
241
 
242
- #: ../includes/class.yith-wcwl-admin-init.php:1157
243
  msgid "Show Stock status"
244
  msgstr "Voir le statut du stock"
245
 
246
- #: ../includes/class.yith-wcwl-admin-init.php:1158
247
  msgid ""
248
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
249
  msgstr ""
250
 
251
- #: ../includes/class.yith-wcwl-admin-init.php:1165
252
  msgid "Show Date of addition"
253
  msgstr ""
254
 
255
- #: ../includes/class.yith-wcwl-admin-init.php:1166
256
  #, fuzzy
257
  msgid "Show the date when users have added a product to the wishlist"
258
  msgstr "Une erreur est survenue lors de l'ajout du produit à la wishlist"
259
 
260
- #: ../includes/class.yith-wcwl-admin-init.php:1173
261
  #, fuzzy
262
  msgid "Add second remove button"
263
  msgstr "Texte du bouton \"Ajouter au panier\""
264
 
265
- #: ../includes/class.yith-wcwl-admin-init.php:1174
266
  msgid "Add a second remove button in the last column, with extended label"
267
  msgstr ""
268
 
269
- #: ../includes/class.yith-wcwl-admin-init.php:1189
270
  msgid "Styles"
271
  msgstr "Styles"
272
 
273
- #: ../includes/class.yith-wcwl-admin-init.php:1196
274
  msgid "Use buttons"
275
  msgstr "Utiliser des boutons"
276
 
277
- #: ../includes/class.yith-wcwl-admin-init.php:1197
278
  #, fuzzy
279
  msgid "Use buttons instead of simple anchors."
280
  msgstr "Utiliser des boutons à la place de simples liens"
281
 
282
- #: ../includes/class.yith-wcwl-admin-init.php:1203
283
  msgid "Custom CSS"
284
  msgstr "CSS personnalisée"
285
 
286
- #: ../includes/class.yith-wcwl-admin-init.php:1210
287
  msgid "Use theme style"
288
  msgstr "Utiliser le style du thème"
289
 
290
- #: ../includes/class.yith-wcwl-admin-init.php:1211
291
  msgid "Use the theme style."
292
  msgstr "Utiliser le style du thème?"
293
 
294
- #: ../includes/class.yith-wcwl-admin-init.php:1217
295
  #, fuzzy
296
  msgid "Rounded buttons"
297
  msgstr "Utiliser des boutons"
298
 
299
- #: ../includes/class.yith-wcwl-admin-init.php:1218
300
  #, fuzzy
301
  msgid "Make button corners rounded"
302
  msgstr "Arrondir les coins des boutons"
303
 
304
- #: ../includes/class.yith-wcwl-admin-init.php:1224
305
  msgid "\"Add to Wishlist\" icon"
306
  msgstr "Icône \"Ajouter à la wishlist\""
307
 
308
- #: ../includes/class.yith-wcwl-admin-init.php:1225
309
  msgid "Add an icon to the \"Add to Wishlist\" button"
310
  msgstr "Ajouter une icône au bouton \"Ajouter à la wishlist\""
311
 
312
- #: ../includes/class.yith-wcwl-admin-init.php:1235
313
  msgid "\"Add to Cart\" icon"
314
  msgstr "Icône \"Ajouter au panier\""
315
 
316
- #: ../includes/class.yith-wcwl-admin-init.php:1236
317
  msgid "Add an icon to the \"Add to Cart\" button"
318
  msgstr "Ajouter une icône au bouton \"Ajouter au panier\""
319
 
320
- #: ../includes/class.yith-wcwl-admin-init.php:1254
321
  #, fuzzy
322
  msgid "Social Networks & Share"
323
  msgstr "Partage"
324
 
325
- #: ../includes/class.yith-wcwl-admin-init.php:1261
326
  msgid "Share on Facebook"
327
  msgstr "Partager sur Facebook"
328
 
329
- #: ../includes/class.yith-wcwl-admin-init.php:1262
330
  #, fuzzy
331
  msgid "Show \"Share on Facebook\" button"
332
  msgstr "Partager sur Facebook"
333
 
334
- #: ../includes/class.yith-wcwl-admin-init.php:1268
335
  msgid "Tweet on Twitter"
336
  msgstr "Partager sur Twitter"
337
 
338
- #: ../includes/class.yith-wcwl-admin-init.php:1269
339
  #, fuzzy
340
  msgid "Show \"Tweet on Twitter\" button"
341
  msgstr "Partager sur Twitter"
342
 
343
- #: ../includes/class.yith-wcwl-admin-init.php:1275
344
  msgid "Pin on Pinterest"
345
  msgstr "Partager sur Pinterest"
346
 
347
- #: ../includes/class.yith-wcwl-admin-init.php:1276
348
  #, fuzzy
349
  msgid "Show \"Pin on Pinterest\" button"
350
  msgstr "Partager sur Pinterest"
351
 
352
- #: ../includes/class.yith-wcwl-admin-init.php:1282
353
  msgid "Share on Google+"
354
  msgstr "Partager sur Google+"
355
 
356
- #: ../includes/class.yith-wcwl-admin-init.php:1283
357
  #, fuzzy
358
  msgid "Show \"Share on Google+\" button"
359
  msgstr "Partager sur Facebook"
360
 
361
- #: ../includes/class.yith-wcwl-admin-init.php:1289
362
  msgid "Share by Email"
363
  msgstr ""
364
 
365
- #: ../includes/class.yith-wcwl-admin-init.php:1290
366
  #, fuzzy
367
  msgid "Show \"Share by Email\" button"
368
  msgstr "Voir le bouton \"Ajouter au panier\""
369
 
370
- #: ../includes/class.yith-wcwl-admin-init.php:1296
371
  #, fuzzy
372
  msgid "Social title"
373
  msgstr "Titre pour les réseaux sociaux"
374
 
375
- #: ../includes/class.yith-wcwl-admin-init.php:1303
376
  #, fuzzy
377
  msgid "Social text"
378
  msgstr "Texte pour les réseaux sociaux"
379
 
380
- #: ../includes/class.yith-wcwl-admin-init.php:1304
381
  msgid ""
382
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
383
  "strong> where you want to show the URL of your wishlist."
384
  msgstr ""
385
 
386
- #: ../includes/class.yith-wcwl-admin-init.php:1311
387
  #, fuzzy
388
  msgid "Social image URL"
389
  msgstr "URL de l'image pour les réseaux sociaux"
390
 
391
- #: ../includes/class.yith-wcwl-admin-init.php:1312
392
  msgid "It will be used by Pinterest."
393
  msgstr ""
394
 
395
- #: ../includes/class.yith-wcwl-admin-init.php:1326
396
  #, php-format
397
  msgid ""
398
  "If you want to take advantage of this feature, you could consider to "
399
  "purchase the %s."
400
  msgstr ""
401
 
402
- #: ../includes/class.yith-wcwl-admin-init.php:1331
403
  msgid "YITH WooCommerce Frequently Bought Together Integration"
404
  msgstr ""
405
 
406
- #: ../includes/class.yith-wcwl-admin-init.php:1338
407
  msgid "Enable slider in wishlist"
408
  msgstr ""
409
 
410
- #: ../includes/class.yith-wcwl-admin-init.php:1339
411
  #, php-format
412
  msgid ""
413
  "Choose to enable product slider in wishlist page with linked products (<a "
414
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
415
  msgstr ""
416
 
417
- #: ../includes/class.yith-wcwl-admin-init.php:1375
418
  #, fuzzy
419
  msgid "\"Add to wishlist\" button"
420
  msgstr "Texte du bouton \"Ajouter à la Wishlist\""
421
 
422
- #: ../includes/class.yith-wcwl-admin-init.php:1378
423
- #: ../includes/class.yith-wcwl-admin-init.php:1396
424
- #: ../includes/class.yith-wcwl-admin-init.php:1414
425
- #: ../includes/class.yith-wcwl-admin-init.php:1432
426
- #: ../includes/class.yith-wcwl-admin-init.php:1450
427
  msgid "Background"
428
  msgstr ""
429
 
430
- #: ../includes/class.yith-wcwl-admin-init.php:1379
431
- #: ../includes/class.yith-wcwl-admin-init.php:1397
432
- #: ../includes/class.yith-wcwl-admin-init.php:1415
433
- #: ../includes/class.yith-wcwl-admin-init.php:1433
434
- #: ../includes/class.yith-wcwl-admin-init.php:1451
435
  msgid "Text"
436
  msgstr ""
437
 
438
- #: ../includes/class.yith-wcwl-admin-init.php:1380
439
- #: ../includes/class.yith-wcwl-admin-init.php:1398
440
- #: ../includes/class.yith-wcwl-admin-init.php:1416
441
- #: ../includes/class.yith-wcwl-admin-init.php:1434
442
- #: ../includes/class.yith-wcwl-admin-init.php:1452
443
  msgid "Border"
444
  msgstr ""
445
 
446
- #: ../includes/class.yith-wcwl-admin-init.php:1387
447
- #: ../includes/class.yith-wcwl-admin-init.php:1405
448
- #: ../includes/class.yith-wcwl-admin-init.php:1423
449
- #: ../includes/class.yith-wcwl-admin-init.php:1441
450
  msgid "Background (hover)"
451
  msgstr ""
452
 
453
- #: ../includes/class.yith-wcwl-admin-init.php:1388
454
- #: ../includes/class.yith-wcwl-admin-init.php:1406
455
- #: ../includes/class.yith-wcwl-admin-init.php:1424
456
- #: ../includes/class.yith-wcwl-admin-init.php:1442
457
  msgid "Text (hover)"
458
  msgstr ""
459
 
460
- #: ../includes/class.yith-wcwl-admin-init.php:1389
461
- #: ../includes/class.yith-wcwl-admin-init.php:1407
462
- #: ../includes/class.yith-wcwl-admin-init.php:1425
463
- #: ../includes/class.yith-wcwl-admin-init.php:1443
464
  msgid "Border (hover)"
465
  msgstr ""
466
 
467
- #: ../includes/class.yith-wcwl-admin-init.php:1393
468
  #, fuzzy
469
  msgid "\"Add to Cart\" button"
470
  msgstr "Texte du bouton \"Ajouter au panier\""
471
 
472
- #: ../includes/class.yith-wcwl-admin-init.php:1411
473
  msgid "\"Style 1\" button"
474
  msgstr ""
475
 
476
- #: ../includes/class.yith-wcwl-admin-init.php:1429
477
  msgid "\"Style 2\" button"
478
  msgstr ""
479
 
480
- #: ../includes/class.yith-wcwl-admin-init.php:1447
481
  #, fuzzy
482
  msgid "Wishlist table"
483
  msgstr "Titre de la Wishlist"
484
 
485
- #: ../includes/class.yith-wcwl-admin-init.php:1456
486
  msgid "Headers"
487
  msgstr ""
488
 
489
- #: ../includes/class.yith-wcwl-admin-init.php:1459
490
  msgid "Background color"
491
  msgstr ""
492
 
493
- #: ../includes/class.yith-wcwl-admin-init.php:1549
494
  #, fuzzy
495
  msgid "Wishlist Activated"
496
  msgstr "Titre de la Wishlist"
497
 
498
- #: ../includes/class.yith-wcwl-admin-init.php:1550
499
  #, php-format
500
  msgid ""
501
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
@@ -504,12 +480,12 @@ msgid ""
504
  "options, <a href=\"%s\">discover it now</a>."
505
  msgstr ""
506
 
507
- #: ../includes/class.yith-wcwl-admin-init.php:1561
508
  #, fuzzy
509
  msgid "Wishlist Updated"
510
  msgstr "Page Wishlist"
511
 
512
- #: ../includes/class.yith-wcwl-admin-init.php:1562
513
  #, php-format
514
  msgid ""
515
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
@@ -519,22 +495,134 @@ msgid ""
519
  "\">discover the PREMIUM version.</a>"
520
  msgstr ""
521
 
522
- #: ../includes/class.yith-wcwl-init.php:374
523
  msgid ""
524
  "We are sorry, but this feature is available only if cookies are enabled on "
525
  "your browser."
526
  msgstr ""
527
 
528
- #: ../includes/class.yith-wcwl-init.php:375
529
  #, fuzzy
530
  msgid "Product correctly added to cart"
531
  msgstr "Produkt erfolgreich im Warenkorb eingefügt "
532
 
533
- #: ../includes/class.yith-wcwl-install.php:243
534
  msgctxt "page_slug"
535
  msgid "wishlist"
536
  msgstr "wishlist"
537
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
538
  #: ../includes/class.yith-wcwl-shortcode.php:259
539
  #: ../includes/class.yith-wcwl-ui.php:164
540
  msgid "Share on:"
@@ -557,43 +645,43 @@ msgstr "Twitter"
557
  msgid "email"
558
  msgstr ""
559
 
560
- #: ../includes/class.yith-wcwl.php:177
561
  #, fuzzy
562
  msgid "An error occurred while adding products to the wishlist."
563
  msgstr "Une erreur est survenue lors de l'ajout du produit à la wishlist"
564
 
565
- #: ../includes/class.yith-wcwl.php:269
566
  #, fuzzy
567
  msgid "An error occurred while adding products to wishlist."
568
  msgstr "Une erreur est survenue lors de l'ajout du produit à la wishlist"
569
 
570
- #: ../includes/class.yith-wcwl.php:286
571
  msgid "The \"Remove\" option now does not require any parameter"
572
  msgstr ""
573
 
574
- #: ../includes/class.yith-wcwl.php:335
575
  #, fuzzy
576
  msgid "An error occurred while removing products from the wishlist"
577
  msgstr ""
578
  "Une erreur est survenue lors de le suppression du produit de la wishlist"
579
 
580
- #: ../includes/class.yith-wcwl.php:783
581
  msgid "You need to log in before creating a new wishlist"
582
  msgstr ""
583
 
584
- #: ../includes/class.yith-wcwl.php:1578
585
  msgid "Product successfully removed."
586
  msgstr "Le produit a bien été supprimé"
587
 
588
- #: ../includes/class.yith-wcwl.php:1582
589
  msgid "Error. Unable to remove the product from the wishlist."
590
  msgstr "Erreur : impossible de supprimer le produit de la wishlist"
591
 
592
- #: ../includes/class.yith-wcwl.php:1586 ../templates/wishlist-view.php:241
593
  msgid "No products were added to the wishlist"
594
  msgstr "Aucun produit dans votre wishlist"
595
 
596
- #: ../includes/class.yith-wcwl.php:1628
597
  msgid "An error as occurred."
598
  msgstr ""
599
 
@@ -604,9 +692,11 @@ msgid ""
604
  msgstr ""
605
 
606
  #: ../init.php:140
607
- msgid ""
608
- "You can't activate the free version of YITH WooCommerce Wishlist while you "
609
- "are using the premium one."
 
 
610
  msgstr ""
611
 
612
  #: ../templates/admin/wishlist-panel-premium.php:185
@@ -890,7 +980,7 @@ msgstr "Prix unitaire"
890
  msgid "Stock Status"
891
  msgstr "Stock"
892
 
893
- #: ../templates/wishlist-view.php:152 ../templates/wishlist-view.php:231
894
  msgid "Remove this product"
895
  msgstr "Enlever ce produit"
896
 
@@ -898,49 +988,36 @@ msgstr "Enlever ce produit"
898
  msgid "Free!"
899
  msgstr ""
900
 
901
- #: ../templates/wishlist-view.php:178
902
  msgid "Out of Stock"
903
  msgstr "Epuisé"
904
 
905
- #: ../templates/wishlist-view.php:178
906
  msgid "In Stock"
907
  msgstr "En stock"
908
 
909
- #: ../templates/wishlist-view.php:187
910
  #, php-format
911
  msgid "Added on : %s"
912
  msgstr ""
913
 
914
- #: ../templates/wishlist-view.php:199
915
  msgid "Move"
916
  msgstr ""
917
 
918
- #: ../templates/wishlist-view.php:211
919
- #, fuzzy
920
- msgid "Shared"
921
- msgstr "Partager sur :"
922
-
923
- #: ../templates/wishlist-view.php:214
924
- msgid "Private"
925
- msgstr ""
926
-
927
- #: ../templates/wishlist-view.php:217
928
- msgid "Public"
929
- msgstr ""
930
-
931
- #: ../templates/wishlist-view.php:231
932
  msgid "Remove"
933
  msgstr ""
934
 
935
- #: ../templates/wishlist-view.php:258
936
  msgid "Add the selected products to the cart"
937
  msgstr ""
938
 
939
- #: ../templates/wishlist-view.php:266 ../templates/wishlist-view.php:312
940
  msgid "Ask for an estimate"
941
  msgstr ""
942
 
943
- #: ../templates/wishlist-view.php:302
944
  msgid "Your email"
945
  msgstr ""
946
 
@@ -1117,9 +1194,6 @@ msgstr ""
1117
  #~ msgid "Wishlist table background"
1118
  #~ msgstr "Fond du tableau de la Wishlist"
1119
 
1120
- #~ msgid "Wishlist table text"
1121
- #~ msgstr "Texte du tableau de la Wishlist"
1122
-
1123
  #~ msgid "Wishlist table border"
1124
  #~ msgstr "Bordure du tableau de la Wishlist"
1125
 
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2018-10-04 14:50+0200\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
  "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:1478
26
+ #: ../includes/class.yith-wcwl-admin-init.php:1479
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:1018
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
45
  msgid "Upgrade to the PREMIUM VERSION"
46
  msgstr ""
47
 
48
+ #: ../includes/class.yith-wcwl-admin-init.php:1022
 
 
 
 
49
  msgid "Discover the Advanced Features"
50
  msgstr ""
51
 
52
+ #: ../includes/class.yith-wcwl-admin-init.php:1023
53
  msgid ""
54
  "Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE WISHLIST to benefit from "
55
  "all features!"
56
  msgstr ""
57
 
58
+ #: ../includes/class.yith-wcwl-admin-init.php:1029
59
  msgid "Get Support and Pro Features"
60
  msgstr ""
61
 
62
+ #: ../includes/class.yith-wcwl-admin-init.php:1030
63
  msgid ""
64
  "By purchasing the premium version of the plugin, you will take advantage of "
65
  "the advanced features of the product and you will get one year of free "
66
  "updates and support through our platform available 24h/24."
67
  msgstr ""
68
 
69
+ #: ../includes/class.yith-wcwl-admin-init.php:1040
70
  msgid "General Settings"
71
  msgstr "Paramètres généraux"
72
 
73
+ #: ../includes/class.yith-wcwl-admin-init.php:1047
74
  msgid "Enable YITH Wishlist"
75
  msgstr "Activer YITH Wishlist"
76
 
77
+ #: ../includes/class.yith-wcwl-admin-init.php:1048
78
  #, php-format
79
  msgid ""
80
  "Enable all plugin features. <strong>Be sure to select at least one option in "
82
  "plugin <a href=\"%s\" target=\"_blank\">documentation</a>."
83
  msgstr ""
84
 
85
+ #: ../includes/class.yith-wcwl-admin-init.php:1054
86
  #, fuzzy
87
  msgid "Default wishlist title"
88
  msgstr "Titre de la Wishlist"
89
 
90
+ #: ../includes/class.yith-wcwl-admin-init.php:1056
91
+ #: ../includes/class.yith-wcwl-admin-init.php:1057
92
+ #: ../includes/class.yith-wcwl-admin-init.php:1293
93
  #, php-format
94
  msgid "My wishlist on %s"
95
  msgstr "Ma wishlist sur %s"
96
 
97
+ #: ../includes/class.yith-wcwl-admin-init.php:1062
98
  msgid "Wishlist Page"
99
  msgstr "Page Wishlist"
100
 
101
+ #: ../includes/class.yith-wcwl-admin-init.php:1063
102
  msgid "Page contents: [yith_wcwl_wishlist]"
103
  msgstr "Contenu de la page : [yith_wcwl_wishlist]"
104
 
105
+ #: ../includes/class.yith-wcwl-admin-init.php:1072
106
  msgid "Position"
107
  msgstr "Position"
108
 
109
+ #: ../includes/class.yith-wcwl-admin-init.php:1073
110
  #, fuzzy
111
  msgid ""
112
  "You can add the button in variable products only after the \"Add to Cart\" "
115
  "Pour les produits variables, vous pouver seulement l'ajouter après \"Ajouter "
116
  "au panier\" ou en utilisant le shortcode [yith_wcwl_add_to_wishlist]."
117
 
118
+ #: ../includes/class.yith-wcwl-admin-init.php:1079
119
  msgid "After \"Add to cart\""
120
  msgstr "Après \"Ajouter au panier\""
121
 
122
+ #: ../includes/class.yith-wcwl-admin-init.php:1080
123
  msgid "After thumbnails"
124
  msgstr "Après les images"
125
 
126
+ #: ../includes/class.yith-wcwl-admin-init.php:1081
127
  msgid "After summary"
128
  msgstr "Après le résumé"
129
 
130
+ #: ../includes/class.yith-wcwl-admin-init.php:1082
131
  msgid "Use shortcode"
132
  msgstr "Utiliser le shortcode"
133
 
134
+ #: ../includes/class.yith-wcwl-admin-init.php:1087
135
  msgid "Redirect to cart"
136
  msgstr "Rediriger vers le panier"
137
 
138
+ #: ../includes/class.yith-wcwl-admin-init.php:1088
139
  msgid ""
140
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
141
  "page."
143
  "Rediriger vers le panier si on clique sur le bouton \"Ajouter au panier\" "
144
  "sur la page Wishlist."
145
 
146
+ #: ../includes/class.yith-wcwl-admin-init.php:1094
147
  msgid "Remove if added to the cart"
148
  msgstr "Supprimer si ajouté au panier"
149
 
150
+ #: ../includes/class.yith-wcwl-admin-init.php:1095
151
  #, fuzzy
152
  msgid "Remove the product from the wishlist if it has been added to the cart."
153
  msgstr "Supprimer le produit de la wishlist s'il a été ajouté au panier."
154
 
155
+ #: ../includes/class.yith-wcwl-admin-init.php:1101
156
  msgid "\"Add to Wishlist\" text"
157
  msgstr "Texte \"Ajouter à la wishlist\""
158
 
159
+ #: ../includes/class.yith-wcwl-admin-init.php:1103
160
  msgid "Add to Wishlist"
161
  msgstr "Ajouter à la wishlist"
162
 
163
+ #: ../includes/class.yith-wcwl-admin-init.php:1108
164
  #, fuzzy
165
  msgid "\"Browse wishlist\" text"
166
  msgstr "Parcourir la wishlist"
167
 
168
+ #: ../includes/class.yith-wcwl-admin-init.php:1110
169
  #: ../includes/class.yith-wcwl-ui.php:82 ../includes/class.yith-wcwl-ui.php:83
170
  msgid "Browse Wishlist"
171
  msgstr "Parcourir la wishlist"
172
 
173
+ #: ../includes/class.yith-wcwl-admin-init.php:1115
174
  #, fuzzy
175
  msgid "\"Product already in wishlist\" text"
176
  msgstr "Ce produit est déjà dans votre wishlist"
177
 
178
+ #: ../includes/class.yith-wcwl-admin-init.php:1117
179
  #: ../includes/class.yith-wcwl-ui.php:83
180
  msgid "The product is already in the wishlist!"
181
  msgstr "Ce produit est dans votre wishlist"
182
 
183
+ #: ../includes/class.yith-wcwl-admin-init.php:1122
184
  #, fuzzy
185
  msgid "\"Product added\" text"
186
  msgstr "Produit ajouté !"
187
 
188
+ #: ../includes/class.yith-wcwl-admin-init.php:1124
189
  #: ../includes/class.yith-wcwl-ui.php:82
190
  msgid "Product added!"
191
  msgstr "Produit ajouté !"
192
 
193
+ #: ../includes/class.yith-wcwl-admin-init.php:1129
194
  msgid "\"Add to Cart\" text"
195
  msgstr "Texte \"Ajouter au panier\""
196
 
197
+ #: ../includes/class.yith-wcwl-admin-init.php:1131
198
  msgid "Add to Cart"
199
  msgstr "Ajouter au panier"
200
 
201
+ #: ../includes/class.yith-wcwl-admin-init.php:1136
202
  msgid "Show Unit price"
203
  msgstr "Voir le prix unitaire"
204
 
205
+ #: ../includes/class.yith-wcwl-admin-init.php:1137
206
  msgid "Show unit price for each product in wishlist"
207
  msgstr ""
208
 
209
+ #: ../includes/class.yith-wcwl-admin-init.php:1144
210
  msgid "Show \"Add to Cart\" button"
211
  msgstr "Voir le bouton \"Ajouter au panier\""
212
 
213
+ #: ../includes/class.yith-wcwl-admin-init.php:1145
214
  #, fuzzy
215
  msgid "Show \"Add to Cart\" button for each product in wishlist"
216
  msgstr "Fond du bouton \"Ajouter au panier\""
217
 
218
+ #: ../includes/class.yith-wcwl-admin-init.php:1152
219
  msgid "Show Stock status"
220
  msgstr "Voir le statut du stock"
221
 
222
+ #: ../includes/class.yith-wcwl-admin-init.php:1153
223
  msgid ""
224
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
225
  msgstr ""
226
 
227
+ #: ../includes/class.yith-wcwl-admin-init.php:1160
228
  msgid "Show Date of addition"
229
  msgstr ""
230
 
231
+ #: ../includes/class.yith-wcwl-admin-init.php:1161
232
  #, fuzzy
233
  msgid "Show the date when users have added a product to the wishlist"
234
  msgstr "Une erreur est survenue lors de l'ajout du produit à la wishlist"
235
 
236
+ #: ../includes/class.yith-wcwl-admin-init.php:1168
237
  #, fuzzy
238
  msgid "Add second remove button"
239
  msgstr "Texte du bouton \"Ajouter au panier\""
240
 
241
+ #: ../includes/class.yith-wcwl-admin-init.php:1169
242
  msgid "Add a second remove button in the last column, with extended label"
243
  msgstr ""
244
 
245
+ #: ../includes/class.yith-wcwl-admin-init.php:1184
246
  msgid "Styles"
247
  msgstr "Styles"
248
 
249
+ #: ../includes/class.yith-wcwl-admin-init.php:1191
250
  msgid "Use buttons"
251
  msgstr "Utiliser des boutons"
252
 
253
+ #: ../includes/class.yith-wcwl-admin-init.php:1192
254
  #, fuzzy
255
  msgid "Use buttons instead of simple anchors."
256
  msgstr "Utiliser des boutons à la place de simples liens"
257
 
258
+ #: ../includes/class.yith-wcwl-admin-init.php:1198
259
  msgid "Custom CSS"
260
  msgstr "CSS personnalisée"
261
 
262
+ #: ../includes/class.yith-wcwl-admin-init.php:1205
263
  msgid "Use theme style"
264
  msgstr "Utiliser le style du thème"
265
 
266
+ #: ../includes/class.yith-wcwl-admin-init.php:1206
267
  msgid "Use the theme style."
268
  msgstr "Utiliser le style du thème?"
269
 
270
+ #: ../includes/class.yith-wcwl-admin-init.php:1212
271
  #, fuzzy
272
  msgid "Rounded buttons"
273
  msgstr "Utiliser des boutons"
274
 
275
+ #: ../includes/class.yith-wcwl-admin-init.php:1213
276
  #, fuzzy
277
  msgid "Make button corners rounded"
278
  msgstr "Arrondir les coins des boutons"
279
 
280
+ #: ../includes/class.yith-wcwl-admin-init.php:1219
281
  msgid "\"Add to Wishlist\" icon"
282
  msgstr "Icône \"Ajouter à la wishlist\""
283
 
284
+ #: ../includes/class.yith-wcwl-admin-init.php:1220
285
  msgid "Add an icon to the \"Add to Wishlist\" button"
286
  msgstr "Ajouter une icône au bouton \"Ajouter à la wishlist\""
287
 
288
+ #: ../includes/class.yith-wcwl-admin-init.php:1230
289
  msgid "\"Add to Cart\" icon"
290
  msgstr "Icône \"Ajouter au panier\""
291
 
292
+ #: ../includes/class.yith-wcwl-admin-init.php:1231
293
  msgid "Add an icon to the \"Add to Cart\" button"
294
  msgstr "Ajouter une icône au bouton \"Ajouter au panier\""
295
 
296
+ #: ../includes/class.yith-wcwl-admin-init.php:1249
297
  #, fuzzy
298
  msgid "Social Networks & Share"
299
  msgstr "Partage"
300
 
301
+ #: ../includes/class.yith-wcwl-admin-init.php:1256
302
  msgid "Share on Facebook"
303
  msgstr "Partager sur Facebook"
304
 
305
+ #: ../includes/class.yith-wcwl-admin-init.php:1257
306
  #, fuzzy
307
  msgid "Show \"Share on Facebook\" button"
308
  msgstr "Partager sur Facebook"
309
 
310
+ #: ../includes/class.yith-wcwl-admin-init.php:1263
311
  msgid "Tweet on Twitter"
312
  msgstr "Partager sur Twitter"
313
 
314
+ #: ../includes/class.yith-wcwl-admin-init.php:1264
315
  #, fuzzy
316
  msgid "Show \"Tweet on Twitter\" button"
317
  msgstr "Partager sur Twitter"
318
 
319
+ #: ../includes/class.yith-wcwl-admin-init.php:1270
320
  msgid "Pin on Pinterest"
321
  msgstr "Partager sur Pinterest"
322
 
323
+ #: ../includes/class.yith-wcwl-admin-init.php:1271
324
  #, fuzzy
325
  msgid "Show \"Pin on Pinterest\" button"
326
  msgstr "Partager sur Pinterest"
327
 
328
+ #: ../includes/class.yith-wcwl-admin-init.php:1277
329
  msgid "Share on Google+"
330
  msgstr "Partager sur Google+"
331
 
332
+ #: ../includes/class.yith-wcwl-admin-init.php:1278
333
  #, fuzzy
334
  msgid "Show \"Share on Google+\" button"
335
  msgstr "Partager sur Facebook"
336
 
337
+ #: ../includes/class.yith-wcwl-admin-init.php:1284
338
  msgid "Share by Email"
339
  msgstr ""
340
 
341
+ #: ../includes/class.yith-wcwl-admin-init.php:1285
342
  #, fuzzy
343
  msgid "Show \"Share by Email\" button"
344
  msgstr "Voir le bouton \"Ajouter au panier\""
345
 
346
+ #: ../includes/class.yith-wcwl-admin-init.php:1291
347
  #, fuzzy
348
  msgid "Social title"
349
  msgstr "Titre pour les réseaux sociaux"
350
 
351
+ #: ../includes/class.yith-wcwl-admin-init.php:1298
352
  #, fuzzy
353
  msgid "Social text"
354
  msgstr "Texte pour les réseaux sociaux"
355
 
356
+ #: ../includes/class.yith-wcwl-admin-init.php:1299
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:1306
363
  #, fuzzy
364
  msgid "Social image URL"
365
  msgstr "URL de l'image pour les réseaux sociaux"
366
 
367
+ #: ../includes/class.yith-wcwl-admin-init.php:1307
368
  msgid "It will be used by Pinterest."
369
  msgstr ""
370
 
371
+ #: ../includes/class.yith-wcwl-admin-init.php:1321
372
  #, php-format
373
  msgid ""
374
  "If you want to take advantage of this feature, you could consider to "
375
  "purchase the %s."
376
  msgstr ""
377
 
378
+ #: ../includes/class.yith-wcwl-admin-init.php:1326
379
  msgid "YITH WooCommerce Frequently Bought Together Integration"
380
  msgstr ""
381
 
382
+ #: ../includes/class.yith-wcwl-admin-init.php:1333
383
  msgid "Enable slider in wishlist"
384
  msgstr ""
385
 
386
+ #: ../includes/class.yith-wcwl-admin-init.php:1334
387
  #, php-format
388
  msgid ""
389
  "Choose to enable product slider in wishlist page with linked products (<a "
390
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
391
  msgstr ""
392
 
393
+ #: ../includes/class.yith-wcwl-admin-init.php:1370
394
  #, fuzzy
395
  msgid "\"Add to wishlist\" button"
396
  msgstr "Texte du bouton \"Ajouter à la Wishlist\""
397
 
398
+ #: ../includes/class.yith-wcwl-admin-init.php:1373
399
+ #: ../includes/class.yith-wcwl-admin-init.php:1391
400
+ #: ../includes/class.yith-wcwl-admin-init.php:1409
401
+ #: ../includes/class.yith-wcwl-admin-init.php:1427
402
+ #: ../includes/class.yith-wcwl-admin-init.php:1445
403
  msgid "Background"
404
  msgstr ""
405
 
406
+ #: ../includes/class.yith-wcwl-admin-init.php:1374
407
+ #: ../includes/class.yith-wcwl-admin-init.php:1392
408
+ #: ../includes/class.yith-wcwl-admin-init.php:1410
409
+ #: ../includes/class.yith-wcwl-admin-init.php:1428
410
+ #: ../includes/class.yith-wcwl-admin-init.php:1446
411
  msgid "Text"
412
  msgstr ""
413
 
414
+ #: ../includes/class.yith-wcwl-admin-init.php:1375
415
+ #: ../includes/class.yith-wcwl-admin-init.php:1393
416
+ #: ../includes/class.yith-wcwl-admin-init.php:1411
417
+ #: ../includes/class.yith-wcwl-admin-init.php:1429
418
+ #: ../includes/class.yith-wcwl-admin-init.php:1447
419
  msgid "Border"
420
  msgstr ""
421
 
422
+ #: ../includes/class.yith-wcwl-admin-init.php:1382
423
+ #: ../includes/class.yith-wcwl-admin-init.php:1400
424
+ #: ../includes/class.yith-wcwl-admin-init.php:1418
425
+ #: ../includes/class.yith-wcwl-admin-init.php:1436
426
  msgid "Background (hover)"
427
  msgstr ""
428
 
429
+ #: ../includes/class.yith-wcwl-admin-init.php:1383
430
+ #: ../includes/class.yith-wcwl-admin-init.php:1401
431
+ #: ../includes/class.yith-wcwl-admin-init.php:1419
432
+ #: ../includes/class.yith-wcwl-admin-init.php:1437
433
  msgid "Text (hover)"
434
  msgstr ""
435
 
436
+ #: ../includes/class.yith-wcwl-admin-init.php:1384
437
+ #: ../includes/class.yith-wcwl-admin-init.php:1402
438
+ #: ../includes/class.yith-wcwl-admin-init.php:1420
439
+ #: ../includes/class.yith-wcwl-admin-init.php:1438
440
  msgid "Border (hover)"
441
  msgstr ""
442
 
443
+ #: ../includes/class.yith-wcwl-admin-init.php:1388
444
  #, fuzzy
445
  msgid "\"Add to Cart\" button"
446
  msgstr "Texte du bouton \"Ajouter au panier\""
447
 
448
+ #: ../includes/class.yith-wcwl-admin-init.php:1406
449
  msgid "\"Style 1\" button"
450
  msgstr ""
451
 
452
+ #: ../includes/class.yith-wcwl-admin-init.php:1424
453
  msgid "\"Style 2\" button"
454
  msgstr ""
455
 
456
+ #: ../includes/class.yith-wcwl-admin-init.php:1442
457
  #, fuzzy
458
  msgid "Wishlist table"
459
  msgstr "Titre de la Wishlist"
460
 
461
+ #: ../includes/class.yith-wcwl-admin-init.php:1451
462
  msgid "Headers"
463
  msgstr ""
464
 
465
+ #: ../includes/class.yith-wcwl-admin-init.php:1454
466
  msgid "Background color"
467
  msgstr ""
468
 
469
+ #: ../includes/class.yith-wcwl-admin-init.php:1544
470
  #, fuzzy
471
  msgid "Wishlist Activated"
472
  msgstr "Titre de la Wishlist"
473
 
474
+ #: ../includes/class.yith-wcwl-admin-init.php:1545
475
  #, php-format
476
  msgid ""
477
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
480
  "options, <a href=\"%s\">discover it now</a>."
481
  msgstr ""
482
 
483
+ #: ../includes/class.yith-wcwl-admin-init.php:1556
484
  #, fuzzy
485
  msgid "Wishlist Updated"
486
  msgstr "Page Wishlist"
487
 
488
+ #: ../includes/class.yith-wcwl-admin-init.php:1557
489
  #, php-format
490
  msgid ""
491
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
495
  "\">discover the PREMIUM version.</a>"
496
  msgstr ""
497
 
498
+ #: ../includes/class.yith-wcwl-init.php:403
499
  msgid ""
500
  "We are sorry, but this feature is available only if cookies are enabled on "
501
  "your browser."
502
  msgstr ""
503
 
504
+ #: ../includes/class.yith-wcwl-init.php:404
505
  #, fuzzy
506
  msgid "Product correctly added to cart"
507
  msgstr "Produkt erfolgreich im Warenkorb eingefügt "
508
 
509
+ #: ../includes/class.yith-wcwl-install.php:244
510
  msgctxt "page_slug"
511
  msgid "wishlist"
512
  msgstr "wishlist"
513
 
514
+ #: ../includes/class.yith-wcwl-privacy.php:50
515
+ msgid "While you visit our site, we’ll track:"
516
+ msgstr ""
517
+
518
+ #: ../includes/class.yith-wcwl-privacy.php:52
519
+ msgid ""
520
+ "Products you’ve added to the wishlist: we’ll use this to show you and other "
521
+ "users your favourite products, and to create targeted email campaigns."
522
+ msgstr ""
523
+
524
+ #: ../includes/class.yith-wcwl-privacy.php:53
525
+ msgid ""
526
+ "Wishlists you’ve created: we’ll keep track of the wishlists you create, and "
527
+ "make them visible to the store’s staff"
528
+ msgstr ""
529
+
530
+ #: ../includes/class.yith-wcwl-privacy.php:55
531
+ msgid ""
532
+ "We’ll also use cookies to keep track of wishlist contents while you’re "
533
+ "browsing our site."
534
+ msgstr ""
535
+
536
+ #: ../includes/class.yith-wcwl-privacy.php:58
537
+ msgid ""
538
+ "Members of our team have access to the information you provide us. For "
539
+ "example, both Administrators and Shop Managers can access:"
540
+ msgstr ""
541
+
542
+ #: ../includes/class.yith-wcwl-privacy.php:60
543
+ msgid ""
544
+ "Wishlist details, such as products added, date of addition, name and privacy "
545
+ "settings of your wishlists"
546
+ msgstr ""
547
+
548
+ #: ../includes/class.yith-wcwl-privacy.php:62
549
+ msgid ""
550
+ "Our team members have access to this information to offer you better deals "
551
+ "for the products you love."
552
+ msgstr ""
553
+
554
+ #: ../includes/class.yith-wcwl-privacy.php:82
555
+ #: ../includes/class.yith-wcwl-privacy.php:98
556
+ #, fuzzy
557
+ #| msgid "Add to Wishlist"
558
+ msgid "Customer Wishlists"
559
+ msgstr "Ajouter à la wishlist"
560
+
561
+ #: ../includes/class.yith-wcwl-privacy.php:133
562
+ #, fuzzy
563
+ #| msgid "Wishlist"
564
+ msgid "Wishlists"
565
+ msgstr "Wishlist"
566
+
567
+ #: ../includes/class.yith-wcwl-privacy.php:195
568
+ #, fuzzy, php-format
569
+ #| msgid "My wishlist on %s"
570
+ msgid "Removed wishlist %s."
571
+ msgstr "Ma wishlist sur %s"
572
+
573
+ #: ../includes/class.yith-wcwl-privacy.php:199
574
+ #, fuzzy, php-format
575
+ #| msgid "Wishlist table text"
576
+ msgid "Wishlist %s has been retained."
577
+ msgstr "Texte du tableau de la Wishlist"
578
+
579
+ #: ../includes/class.yith-wcwl-privacy.php:210
580
+ msgid "Removed default user's wishlist"
581
+ msgstr ""
582
+
583
+ #: ../includes/class.yith-wcwl-privacy.php:228
584
+ msgid "Token"
585
+ msgstr ""
586
+
587
+ #: ../includes/class.yith-wcwl-privacy.php:229
588
+ #, fuzzy
589
+ #| msgid "Wishlist"
590
+ msgid "Wishlist url"
591
+ msgstr "Wishlist"
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
611
+ #: ../templates/wishlist-view.php:212
612
+ #, fuzzy
613
+ msgid "Shared"
614
+ msgstr "Partager sur :"
615
+
616
+ #: ../includes/class.yith-wcwl-privacy.php:286
617
+ #: ../templates/wishlist-view.php:215
618
+ msgid "Private"
619
+ msgstr ""
620
+
621
+ #: ../includes/class.yith-wcwl-privacy.php:289
622
+ #: ../templates/wishlist-view.php:218
623
+ msgid "Public"
624
+ msgstr ""
625
+
626
  #: ../includes/class.yith-wcwl-shortcode.php:259
627
  #: ../includes/class.yith-wcwl-ui.php:164
628
  msgid "Share on:"
645
  msgid "email"
646
  msgstr ""
647
 
648
+ #: ../includes/class.yith-wcwl.php:201
649
  #, fuzzy
650
  msgid "An error occurred while adding products to the wishlist."
651
  msgstr "Une erreur est survenue lors de l'ajout du produit à la wishlist"
652
 
653
+ #: ../includes/class.yith-wcwl.php:293
654
  #, fuzzy
655
  msgid "An error occurred while adding products to wishlist."
656
  msgstr "Une erreur est survenue lors de l'ajout du produit à la wishlist"
657
 
658
+ #: ../includes/class.yith-wcwl.php:310
659
  msgid "The \"Remove\" option now does not require any parameter"
660
  msgstr ""
661
 
662
+ #: ../includes/class.yith-wcwl.php:359
663
  #, fuzzy
664
  msgid "An error occurred while removing products from the wishlist"
665
  msgstr ""
666
  "Une erreur est survenue lors de le suppression du produit de la wishlist"
667
 
668
+ #: ../includes/class.yith-wcwl.php:809
669
  msgid "You need to log in before creating a new wishlist"
670
  msgstr ""
671
 
672
+ #: ../includes/class.yith-wcwl.php:1610
673
  msgid "Product successfully removed."
674
  msgstr "Le produit a bien été supprimé"
675
 
676
+ #: ../includes/class.yith-wcwl.php:1614
677
  msgid "Error. Unable to remove the product from the wishlist."
678
  msgstr "Erreur : impossible de supprimer le produit de la wishlist"
679
 
680
+ #: ../includes/class.yith-wcwl.php:1618 ../templates/wishlist-view.php:242
681
  msgid "No products were added to the wishlist"
682
  msgstr "Aucun produit dans votre wishlist"
683
 
684
+ #: ../includes/class.yith-wcwl.php:1660
685
  msgid "An error as occurred."
686
  msgstr ""
687
 
692
  msgstr ""
693
 
694
  #: ../init.php:140
695
+ msgid "You can't activate the free version of"
696
+ msgstr ""
697
+
698
+ #: ../init.php:140
699
+ msgid "while you are using the premium one."
700
  msgstr ""
701
 
702
  #: ../templates/admin/wishlist-panel-premium.php:185
980
  msgid "Stock Status"
981
  msgstr "Stock"
982
 
983
+ #: ../templates/wishlist-view.php:152 ../templates/wishlist-view.php:232
984
  msgid "Remove this product"
985
  msgstr "Enlever ce produit"
986
 
988
  msgid "Free!"
989
  msgstr ""
990
 
991
+ #: ../templates/wishlist-view.php:179
992
  msgid "Out of Stock"
993
  msgstr "Epuisé"
994
 
995
+ #: ../templates/wishlist-view.php:179
996
  msgid "In Stock"
997
  msgstr "En stock"
998
 
999
+ #: ../templates/wishlist-view.php:188
1000
  #, php-format
1001
  msgid "Added on : %s"
1002
  msgstr ""
1003
 
1004
+ #: ../templates/wishlist-view.php:200
1005
  msgid "Move"
1006
  msgstr ""
1007
 
1008
+ #: ../templates/wishlist-view.php:232
 
 
 
 
 
 
 
 
 
 
 
 
 
1009
  msgid "Remove"
1010
  msgstr ""
1011
 
1012
+ #: ../templates/wishlist-view.php:259
1013
  msgid "Add the selected products to the cart"
1014
  msgstr ""
1015
 
1016
+ #: ../templates/wishlist-view.php:267 ../templates/wishlist-view.php:313
1017
  msgid "Ask for an estimate"
1018
  msgstr ""
1019
 
1020
+ #: ../templates/wishlist-view.php:303
1021
  msgid "Your email"
1022
  msgstr ""
1023
 
1194
  #~ msgid "Wishlist table background"
1195
  #~ msgstr "Fond du tableau de la Wishlist"
1196
 
 
 
 
1197
  #~ msgid "Wishlist table border"
1198
  #~ msgstr "Bordure du tableau de la Wishlist"
1199
 
languages/yith-woocommerce-wishlist-he_IL.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-he_IL.po CHANGED
@@ -1,15 +1,15 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
- "POT-Creation-Date: 2017-10-24 17:33+0200\n"
5
- "PO-Revision-Date: 2017-10-24 17:33+0200\n"
6
  "Last-Translator: Nicola Mustone <mail@nicolamustone.it>\n"
7
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
8
  "Language: he_IL\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 1.8.7.1\n"
13
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;__ngettext:1,2;"
14
  "__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;"
15
  "_nx_noop:4c,1,2\n"
@@ -20,83 +20,59 @@ msgstr ""
20
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
21
 
22
  #: ../includes/class.yith-wcwl-admin-init.php:159
23
- #: ../includes/class.yith-wcwl-admin-init.php:1483
24
- #: ../includes/class.yith-wcwl-admin-init.php:1484
25
- #: ../includes/class.yith-wcwl-install.php:244
26
  msgid "Wishlist"
27
  msgstr "רשימת משאלות"
28
 
29
  #: ../includes/class.yith-wcwl-admin-init.php:161
30
- #: ../includes/class.yith-wcwl-admin-init.php:251
31
  msgid "Settings"
32
  msgstr "הגדרות"
33
 
34
  #: ../includes/class.yith-wcwl-admin-init.php:162
35
- #: ../includes/class.yith-wcwl-admin-init.php:236
36
  msgid "Colors"
37
  msgstr "צבעים"
38
 
39
  #: ../includes/class.yith-wcwl-admin-init.php:163
40
- #: ../includes/class.yith-wcwl-admin-init.php:255
41
  msgid "Premium Version"
42
  msgstr ""
43
 
44
- #: ../includes/class.yith-wcwl-admin-init.php:256
45
- msgid "Live Demo"
46
- msgstr ""
47
-
48
- #: ../includes/class.yith-wcwl-admin-init.php:280
49
- msgid ""
50
- "WARNING: This plugin requires at least WooCommerce 2.2! Please, use this "
51
- "link to update it."
52
- msgstr ""
53
-
54
- #: ../includes/class.yith-wcwl-admin-init.php:283
55
- msgid "WARNING: This plugin requires at least WooCommerce 2.2!"
56
- msgstr ""
57
-
58
- #: ../includes/class.yith-wcwl-admin-init.php:288
59
- msgid "Plugin Documentation"
60
- msgstr ""
61
-
62
- #: ../includes/class.yith-wcwl-admin-init.php:1023
63
  msgid "Upgrade to the PREMIUM VERSION"
64
  msgstr ""
65
 
66
- #: ../includes/class.yith-wcwl-admin-init.php:1026
67
- msgid "YITH WooCommerce Wishlist"
68
- msgstr ""
69
-
70
- #: ../includes/class.yith-wcwl-admin-init.php:1027
71
  msgid "Discover the Advanced Features"
72
  msgstr ""
73
 
74
- #: ../includes/class.yith-wcwl-admin-init.php:1028
75
  msgid ""
76
  "Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE WISHLIST to benefit from "
77
  "all features!"
78
  msgstr ""
79
 
80
- #: ../includes/class.yith-wcwl-admin-init.php:1034
81
  msgid "Get Support and Pro Features"
82
  msgstr ""
83
 
84
- #: ../includes/class.yith-wcwl-admin-init.php:1035
85
  msgid ""
86
  "By purchasing the premium version of the plugin, you will take advantage of "
87
  "the advanced features of the product and you will get one year of free "
88
  "updates and support through our platform available 24h/24."
89
  msgstr ""
90
 
91
- #: ../includes/class.yith-wcwl-admin-init.php:1045
92
  msgid "General Settings"
93
  msgstr "הגדרות כלליות"
94
 
95
- #: ../includes/class.yith-wcwl-admin-init.php:1052
96
  msgid "Enable YITH Wishlist"
97
  msgstr "אפשר שימוש ברשימת המשאלות של YITH"
98
 
99
- #: ../includes/class.yith-wcwl-admin-init.php:1053
100
  #, php-format
101
  msgid ""
102
  "Enable all plugin features. <strong>Be sure to select at least one option in "
@@ -104,391 +80,391 @@ msgid ""
104
  "plugin <a href=\"%s\" target=\"_blank\">documentation</a>."
105
  msgstr ""
106
 
107
- #: ../includes/class.yith-wcwl-admin-init.php:1059
108
  #, fuzzy
109
  msgid "Default wishlist title"
110
  msgstr "כותרת רשימת משאלות"
111
 
112
- #: ../includes/class.yith-wcwl-admin-init.php:1061
113
- #: ../includes/class.yith-wcwl-admin-init.php:1062
114
- #: ../includes/class.yith-wcwl-admin-init.php:1298
115
  #, php-format
116
  msgid "My wishlist on %s"
117
  msgstr "רשימת המשאלות שלי ב-%s"
118
 
119
- #: ../includes/class.yith-wcwl-admin-init.php:1067
120
  msgid "Wishlist Page"
121
  msgstr "עמוד רשימת המשאלות"
122
 
123
- #: ../includes/class.yith-wcwl-admin-init.php:1068
124
  msgid "Page contents: [yith_wcwl_wishlist]"
125
  msgstr "תוכן העמוד: [yith_wcwl_wishlist]"
126
 
127
- #: ../includes/class.yith-wcwl-admin-init.php:1077
128
  msgid "Position"
129
  msgstr "מיקום"
130
 
131
- #: ../includes/class.yith-wcwl-admin-init.php:1078
132
  msgid ""
133
  "You can add the button in variable products only after the \"Add to Cart\" "
134
  "button or using the shortcode [yith_wcwl_add_to_wishlist]."
135
  msgstr ""
136
 
137
- #: ../includes/class.yith-wcwl-admin-init.php:1084
138
  msgid "After \"Add to cart\""
139
  msgstr "לאחר \"הוספה לסל\""
140
 
141
- #: ../includes/class.yith-wcwl-admin-init.php:1085
142
  msgid "After thumbnails"
143
  msgstr "אחרי התמונות המוקטנות"
144
 
145
- #: ../includes/class.yith-wcwl-admin-init.php:1086
146
  msgid "After summary"
147
  msgstr "אחרי תיאור מוצר"
148
 
149
- #: ../includes/class.yith-wcwl-admin-init.php:1087
150
  msgid "Use shortcode"
151
  msgstr "השתמש בקוד מקוצר"
152
 
153
- #: ../includes/class.yith-wcwl-admin-init.php:1092
154
  msgid "Redirect to cart"
155
  msgstr "הפנייה לסל הקניות"
156
 
157
- #: ../includes/class.yith-wcwl-admin-init.php:1093
158
  msgid ""
159
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
160
  "page."
161
  msgstr ""
162
 
163
- #: ../includes/class.yith-wcwl-admin-init.php:1099
164
  msgid "Remove if added to the cart"
165
  msgstr "הסר מהרשימה אם הוסף לסל"
166
 
167
- #: ../includes/class.yith-wcwl-admin-init.php:1100
168
  #, fuzzy
169
  msgid "Remove the product from the wishlist if it has been added to the cart."
170
  msgstr "הסר את המוצר מהרשימה אם הוא הוסף לסל."
171
 
172
- #: ../includes/class.yith-wcwl-admin-init.php:1106
173
  msgid "\"Add to Wishlist\" text"
174
  msgstr ""
175
 
176
- #: ../includes/class.yith-wcwl-admin-init.php:1108
177
  msgid "Add to Wishlist"
178
  msgstr "הוסף לרשימת המשאלות"
179
 
180
- #: ../includes/class.yith-wcwl-admin-init.php:1113
181
  #, fuzzy
182
  msgid "\"Browse wishlist\" text"
183
  msgstr "צפה ברשימת השמורים שלך"
184
 
185
- #: ../includes/class.yith-wcwl-admin-init.php:1115
186
  #: ../includes/class.yith-wcwl-ui.php:82 ../includes/class.yith-wcwl-ui.php:83
187
  msgid "Browse Wishlist"
188
  msgstr "צפה ברשימת השמורים שלך"
189
 
190
- #: ../includes/class.yith-wcwl-admin-init.php:1120
191
  #, fuzzy
192
  msgid "\"Product already in wishlist\" text"
193
  msgstr "המוצר עדיין נמצא ברשימת המשאלות שלך."
194
 
195
- #: ../includes/class.yith-wcwl-admin-init.php:1122
196
  #: ../includes/class.yith-wcwl-ui.php:83
197
  msgid "The product is already in the wishlist!"
198
  msgstr "המוצר נשמר."
199
 
200
- #: ../includes/class.yith-wcwl-admin-init.php:1127
201
  #, fuzzy
202
  msgid "\"Product added\" text"
203
  msgstr "המוצר נשמר!"
204
 
205
- #: ../includes/class.yith-wcwl-admin-init.php:1129
206
  #: ../includes/class.yith-wcwl-ui.php:82
207
  msgid "Product added!"
208
  msgstr "המוצר נשמר!"
209
 
210
- #: ../includes/class.yith-wcwl-admin-init.php:1134
211
  msgid "\"Add to Cart\" text"
212
  msgstr ""
213
 
214
- #: ../includes/class.yith-wcwl-admin-init.php:1136
215
  msgid "Add to Cart"
216
  msgstr "הוסף לסל"
217
 
218
- #: ../includes/class.yith-wcwl-admin-init.php:1141
219
  #, fuzzy
220
  msgid "Show Unit price"
221
  msgstr "מחיר ליחידה"
222
 
223
- #: ../includes/class.yith-wcwl-admin-init.php:1142
224
  msgid "Show unit price for each product in wishlist"
225
  msgstr ""
226
 
227
- #: ../includes/class.yith-wcwl-admin-init.php:1149
228
  #, fuzzy
229
  msgid "Show \"Add to Cart\" button"
230
  msgstr "\"הוסף לסל\" כפתור טקסט (hover)"
231
 
232
- #: ../includes/class.yith-wcwl-admin-init.php:1150
233
  #, fuzzy
234
  msgid "Show \"Add to Cart\" button for each product in wishlist"
235
  msgstr "\"הוסף לסל\" כפתור טקסט (hover)"
236
 
237
- #: ../includes/class.yith-wcwl-admin-init.php:1157
238
  #, fuzzy
239
  msgid "Show Stock status"
240
  msgstr "מצב מלאי"
241
 
242
- #: ../includes/class.yith-wcwl-admin-init.php:1158
243
  msgid ""
244
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
245
  msgstr ""
246
 
247
- #: ../includes/class.yith-wcwl-admin-init.php:1165
248
  msgid "Show Date of addition"
249
  msgstr ""
250
 
251
- #: ../includes/class.yith-wcwl-admin-init.php:1166
252
  #, fuzzy
253
  msgid "Show the date when users have added a product to the wishlist"
254
  msgstr "ארעה שגיאה בזמן הוספת המוצר לרשימה."
255
 
256
- #: ../includes/class.yith-wcwl-admin-init.php:1173
257
  #, fuzzy
258
  msgid "Add second remove button"
259
  msgstr "\"הוסף לסל\" כפתור טקסט (hover)"
260
 
261
- #: ../includes/class.yith-wcwl-admin-init.php:1174
262
  msgid "Add a second remove button in the last column, with extended label"
263
  msgstr ""
264
 
265
- #: ../includes/class.yith-wcwl-admin-init.php:1189
266
  msgid "Styles"
267
  msgstr "סגנונות עיצוב"
268
 
269
- #: ../includes/class.yith-wcwl-admin-init.php:1196
270
  msgid "Use buttons"
271
  msgstr "השתמש בכפתורים"
272
 
273
- #: ../includes/class.yith-wcwl-admin-init.php:1197
274
  #, fuzzy
275
  msgid "Use buttons instead of simple anchors."
276
  msgstr "השתמש בכפתורים במקום קישורים רגילים."
277
 
278
- #: ../includes/class.yith-wcwl-admin-init.php:1203
279
  msgid "Custom CSS"
280
  msgstr "הכנס שורות CSS משלך"
281
 
282
- #: ../includes/class.yith-wcwl-admin-init.php:1210
283
  msgid "Use theme style"
284
  msgstr "השתמש בעיצוב של התבנית שלך"
285
 
286
- #: ../includes/class.yith-wcwl-admin-init.php:1211
287
  msgid "Use the theme style."
288
  msgstr "השתמש בעיצוב של תבנית האתר."
289
 
290
- #: ../includes/class.yith-wcwl-admin-init.php:1217
291
  #, fuzzy
292
  msgid "Rounded buttons"
293
  msgstr "השתמש בכפתורים"
294
 
295
- #: ../includes/class.yith-wcwl-admin-init.php:1218
296
  #, fuzzy
297
  msgid "Make button corners rounded"
298
  msgstr "הצג את הכפתורים עם פינות מעוגלות"
299
 
300
- #: ../includes/class.yith-wcwl-admin-init.php:1224
301
  msgid "\"Add to Wishlist\" icon"
302
  msgstr ""
303
 
304
- #: ../includes/class.yith-wcwl-admin-init.php:1225
305
  msgid "Add an icon to the \"Add to Wishlist\" button"
306
  msgstr ""
307
 
308
- #: ../includes/class.yith-wcwl-admin-init.php:1235
309
  msgid "\"Add to Cart\" icon"
310
  msgstr ""
311
 
312
- #: ../includes/class.yith-wcwl-admin-init.php:1236
313
  msgid "Add an icon to the \"Add to Cart\" button"
314
  msgstr ""
315
 
316
- #: ../includes/class.yith-wcwl-admin-init.php:1254
317
  msgid "Social Networks & Share"
318
  msgstr ""
319
 
320
- #: ../includes/class.yith-wcwl-admin-init.php:1261
321
  msgid "Share on Facebook"
322
  msgstr "שתף בפייסבוק"
323
 
324
- #: ../includes/class.yith-wcwl-admin-init.php:1262
325
  #, fuzzy
326
  msgid "Show \"Share on Facebook\" button"
327
  msgstr "שתף בפייסבוק"
328
 
329
- #: ../includes/class.yith-wcwl-admin-init.php:1268
330
  msgid "Tweet on Twitter"
331
  msgstr ""
332
 
333
- #: ../includes/class.yith-wcwl-admin-init.php:1269
334
  #, fuzzy
335
  msgid "Show \"Tweet on Twitter\" button"
336
  msgstr "\"הוסף לסל\" כפתור טקסט (hover)"
337
 
338
- #: ../includes/class.yith-wcwl-admin-init.php:1275
339
  msgid "Pin on Pinterest"
340
  msgstr ""
341
 
342
- #: ../includes/class.yith-wcwl-admin-init.php:1276
343
  #, fuzzy
344
  msgid "Show \"Pin on Pinterest\" button"
345
  msgstr "\"הוסף לסל\" כפתור טקסט (hover)"
346
 
347
- #: ../includes/class.yith-wcwl-admin-init.php:1282
348
  msgid "Share on Google+"
349
  msgstr "שתף בגוגל+"
350
 
351
- #: ../includes/class.yith-wcwl-admin-init.php:1283
352
  #, fuzzy
353
  msgid "Show \"Share on Google+\" button"
354
  msgstr "שתף בפייסבוק"
355
 
356
- #: ../includes/class.yith-wcwl-admin-init.php:1289
357
  msgid "Share by Email"
358
  msgstr ""
359
 
360
- #: ../includes/class.yith-wcwl-admin-init.php:1290
361
  #, fuzzy
362
  msgid "Show \"Share by Email\" button"
363
  msgstr "\"הוסף לסל\" כפתור טקסט (hover)"
364
 
365
- #: ../includes/class.yith-wcwl-admin-init.php:1296
366
  #, fuzzy
367
  msgid "Social title"
368
  msgstr "כותרת רשימת משאלות"
369
 
370
- #: ../includes/class.yith-wcwl-admin-init.php:1303
371
  msgid "Social text"
372
  msgstr ""
373
 
374
- #: ../includes/class.yith-wcwl-admin-init.php:1304
375
  msgid ""
376
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
377
  "strong> where you want to show the URL of your wishlist."
378
  msgstr ""
379
 
380
- #: ../includes/class.yith-wcwl-admin-init.php:1311
381
  msgid "Social image URL"
382
  msgstr ""
383
 
384
- #: ../includes/class.yith-wcwl-admin-init.php:1312
385
  msgid "It will be used by Pinterest."
386
  msgstr ""
387
 
388
- #: ../includes/class.yith-wcwl-admin-init.php:1326
389
  #, php-format
390
  msgid ""
391
  "If you want to take advantage of this feature, you could consider to "
392
  "purchase the %s."
393
  msgstr ""
394
 
395
- #: ../includes/class.yith-wcwl-admin-init.php:1331
396
  msgid "YITH WooCommerce Frequently Bought Together Integration"
397
  msgstr ""
398
 
399
- #: ../includes/class.yith-wcwl-admin-init.php:1338
400
  msgid "Enable slider in wishlist"
401
  msgstr ""
402
 
403
- #: ../includes/class.yith-wcwl-admin-init.php:1339
404
  #, php-format
405
  msgid ""
406
  "Choose to enable product slider in wishlist page with linked products (<a "
407
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
408
  msgstr ""
409
 
410
- #: ../includes/class.yith-wcwl-admin-init.php:1375
411
  #, fuzzy
412
  msgid "\"Add to wishlist\" button"
413
  msgstr "הוסף לרשימת המשאלות"
414
 
415
- #: ../includes/class.yith-wcwl-admin-init.php:1378
416
- #: ../includes/class.yith-wcwl-admin-init.php:1396
417
- #: ../includes/class.yith-wcwl-admin-init.php:1414
418
- #: ../includes/class.yith-wcwl-admin-init.php:1432
419
- #: ../includes/class.yith-wcwl-admin-init.php:1450
420
  msgid "Background"
421
  msgstr ""
422
 
423
- #: ../includes/class.yith-wcwl-admin-init.php:1379
424
- #: ../includes/class.yith-wcwl-admin-init.php:1397
425
- #: ../includes/class.yith-wcwl-admin-init.php:1415
426
- #: ../includes/class.yith-wcwl-admin-init.php:1433
427
- #: ../includes/class.yith-wcwl-admin-init.php:1451
428
  msgid "Text"
429
  msgstr ""
430
 
431
- #: ../includes/class.yith-wcwl-admin-init.php:1380
432
- #: ../includes/class.yith-wcwl-admin-init.php:1398
433
- #: ../includes/class.yith-wcwl-admin-init.php:1416
434
- #: ../includes/class.yith-wcwl-admin-init.php:1434
435
- #: ../includes/class.yith-wcwl-admin-init.php:1452
436
  msgid "Border"
437
  msgstr ""
438
 
439
- #: ../includes/class.yith-wcwl-admin-init.php:1387
440
- #: ../includes/class.yith-wcwl-admin-init.php:1405
441
- #: ../includes/class.yith-wcwl-admin-init.php:1423
442
- #: ../includes/class.yith-wcwl-admin-init.php:1441
443
  msgid "Background (hover)"
444
  msgstr ""
445
 
446
- #: ../includes/class.yith-wcwl-admin-init.php:1388
447
- #: ../includes/class.yith-wcwl-admin-init.php:1406
448
- #: ../includes/class.yith-wcwl-admin-init.php:1424
449
- #: ../includes/class.yith-wcwl-admin-init.php:1442
450
  msgid "Text (hover)"
451
  msgstr ""
452
 
453
- #: ../includes/class.yith-wcwl-admin-init.php:1389
454
- #: ../includes/class.yith-wcwl-admin-init.php:1407
455
- #: ../includes/class.yith-wcwl-admin-init.php:1425
456
- #: ../includes/class.yith-wcwl-admin-init.php:1443
457
  msgid "Border (hover)"
458
  msgstr ""
459
 
460
- #: ../includes/class.yith-wcwl-admin-init.php:1393
461
  #, fuzzy
462
  msgid "\"Add to Cart\" button"
463
  msgstr "\"הוסף לסל\" כפתור טקסט (hover)"
464
 
465
- #: ../includes/class.yith-wcwl-admin-init.php:1411
466
  msgid "\"Style 1\" button"
467
  msgstr ""
468
 
469
- #: ../includes/class.yith-wcwl-admin-init.php:1429
470
  msgid "\"Style 2\" button"
471
  msgstr ""
472
 
473
- #: ../includes/class.yith-wcwl-admin-init.php:1447
474
  #, fuzzy
475
  msgid "Wishlist table"
476
  msgstr "כותרת רשימת משאלות"
477
 
478
- #: ../includes/class.yith-wcwl-admin-init.php:1456
479
  msgid "Headers"
480
  msgstr ""
481
 
482
- #: ../includes/class.yith-wcwl-admin-init.php:1459
483
  msgid "Background color"
484
  msgstr ""
485
 
486
- #: ../includes/class.yith-wcwl-admin-init.php:1549
487
  #, fuzzy
488
  msgid "Wishlist Activated"
489
  msgstr "כותרת רשימת משאלות"
490
 
491
- #: ../includes/class.yith-wcwl-admin-init.php:1550
492
  #, php-format
493
  msgid ""
494
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
@@ -497,12 +473,12 @@ msgid ""
497
  "options, <a href=\"%s\">discover it now</a>."
498
  msgstr ""
499
 
500
- #: ../includes/class.yith-wcwl-admin-init.php:1561
501
  #, fuzzy
502
  msgid "Wishlist Updated"
503
  msgstr "עמוד רשימת המשאלות"
504
 
505
- #: ../includes/class.yith-wcwl-admin-init.php:1562
506
  #, php-format
507
  msgid ""
508
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
@@ -512,22 +488,134 @@ msgid ""
512
  "\">discover the PREMIUM version.</a>"
513
  msgstr ""
514
 
515
- #: ../includes/class.yith-wcwl-init.php:374
516
  msgid ""
517
  "We are sorry, but this feature is available only if cookies are enabled on "
518
  "your browser."
519
  msgstr ""
520
 
521
- #: ../includes/class.yith-wcwl-init.php:375
522
  #, fuzzy
523
  msgid "Product correctly added to cart"
524
  msgstr ".המוצר הוסף לרשימה בהצלחה"
525
 
526
- #: ../includes/class.yith-wcwl-install.php:243
527
  msgctxt "page_slug"
528
  msgid "wishlist"
529
  msgstr ""
530
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
531
  #: ../includes/class.yith-wcwl-shortcode.php:259
532
  #: ../includes/class.yith-wcwl-ui.php:164
533
  msgid "Share on:"
@@ -550,42 +638,42 @@ msgstr "טוויטר"
550
  msgid "email"
551
  msgstr ""
552
 
553
- #: ../includes/class.yith-wcwl.php:177
554
  #, fuzzy
555
  msgid "An error occurred while adding products to the wishlist."
556
  msgstr "ארעה שגיאה בזמן הוספת המוצר לרשימה."
557
 
558
- #: ../includes/class.yith-wcwl.php:269
559
  #, fuzzy
560
  msgid "An error occurred while adding products to wishlist."
561
  msgstr "ארעה שגיאה בזמן הוספת המוצר לרשימה."
562
 
563
- #: ../includes/class.yith-wcwl.php:286
564
  msgid "The \"Remove\" option now does not require any parameter"
565
  msgstr ""
566
 
567
- #: ../includes/class.yith-wcwl.php:335
568
  #, fuzzy
569
  msgid "An error occurred while removing products from the wishlist"
570
  msgstr "ארעה שגיאה בזמן הסרת המוצר מהרשימה"
571
 
572
- #: ../includes/class.yith-wcwl.php:783
573
  msgid "You need to log in before creating a new wishlist"
574
  msgstr ""
575
 
576
- #: ../includes/class.yith-wcwl.php:1578
577
  msgid "Product successfully removed."
578
  msgstr "המוצר הוסר מהרשימה בהצלחה."
579
 
580
- #: ../includes/class.yith-wcwl.php:1582
581
  msgid "Error. Unable to remove the product from the wishlist."
582
  msgstr "שגיאה. לא הצלחנו להסיר את המוצר מרשימת המשאלות."
583
 
584
- #: ../includes/class.yith-wcwl.php:1586 ../templates/wishlist-view.php:241
585
  msgid "No products were added to the wishlist"
586
  msgstr "אין מוצרים ברשימת המשאלות שלך."
587
 
588
- #: ../includes/class.yith-wcwl.php:1628
589
  msgid "An error as occurred."
590
  msgstr ""
591
 
@@ -596,9 +684,11 @@ msgid ""
596
  msgstr ""
597
 
598
  #: ../init.php:140
599
- msgid ""
600
- "You can't activate the free version of YITH WooCommerce Wishlist while you "
601
- "are using the premium one."
 
 
602
  msgstr ""
603
 
604
  #: ../templates/admin/wishlist-panel-premium.php:185
@@ -881,7 +971,7 @@ msgstr "מחיר ליחידה"
881
  msgid "Stock Status"
882
  msgstr "מצב מלאי"
883
 
884
- #: ../templates/wishlist-view.php:152 ../templates/wishlist-view.php:231
885
  msgid "Remove this product"
886
  msgstr "הסרת מוצר מהרשימה"
887
 
@@ -889,49 +979,36 @@ msgstr "הסרת מוצר מהרשימה"
889
  msgid "Free!"
890
  msgstr ""
891
 
892
- #: ../templates/wishlist-view.php:178
893
  msgid "Out of Stock"
894
  msgstr "לא קיים במלאי"
895
 
896
- #: ../templates/wishlist-view.php:178
897
  msgid "In Stock"
898
  msgstr "קיים במלאי"
899
 
900
- #: ../templates/wishlist-view.php:187
901
  #, php-format
902
  msgid "Added on : %s"
903
  msgstr ""
904
 
905
- #: ../templates/wishlist-view.php:199
906
  msgid "Move"
907
  msgstr ""
908
 
909
- #: ../templates/wishlist-view.php:211
910
- #, fuzzy
911
- msgid "Shared"
912
- msgstr "שתף ברשת:"
913
-
914
- #: ../templates/wishlist-view.php:214
915
- msgid "Private"
916
- msgstr ""
917
-
918
- #: ../templates/wishlist-view.php:217
919
- msgid "Public"
920
- msgstr ""
921
-
922
- #: ../templates/wishlist-view.php:231
923
  msgid "Remove"
924
  msgstr ""
925
 
926
- #: ../templates/wishlist-view.php:258
927
  msgid "Add the selected products to the cart"
928
  msgstr ""
929
 
930
- #: ../templates/wishlist-view.php:266 ../templates/wishlist-view.php:312
931
  msgid "Ask for an estimate"
932
  msgstr ""
933
 
934
- #: ../templates/wishlist-view.php:302
935
  msgid "Your email"
936
  msgstr ""
937
 
@@ -1019,9 +1096,6 @@ msgstr ""
1019
  #~ msgid "Wishlist table background"
1020
  #~ msgstr "רקע טבלת הרשימה"
1021
 
1022
- #~ msgid "Wishlist table text"
1023
- #~ msgstr "טקסט בטבלת הרשימה"
1024
-
1025
  #~ msgid "Wishlist table border"
1026
  #~ msgstr "גבול טבלאות הרשימה"
1027
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
+ "POT-Creation-Date: 2018-10-04 14:50+0200\n"
5
+ "PO-Revision-Date: 2018-10-04 14:50+0200\n"
6
  "Last-Translator: Nicola Mustone <mail@nicolamustone.it>\n"
7
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
8
  "Language: he_IL\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 2.0.8\n"
13
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;__ngettext:1,2;"
14
  "__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;"
15
  "_nx_noop:4c,1,2\n"
20
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
21
 
22
  #: ../includes/class.yith-wcwl-admin-init.php:159
23
+ #: ../includes/class.yith-wcwl-admin-init.php:1478
24
+ #: ../includes/class.yith-wcwl-admin-init.php:1479
25
+ #: ../includes/class.yith-wcwl-install.php:245
26
  msgid "Wishlist"
27
  msgstr "רשימת משאלות"
28
 
29
  #: ../includes/class.yith-wcwl-admin-init.php:161
 
30
  msgid "Settings"
31
  msgstr "הגדרות"
32
 
33
  #: ../includes/class.yith-wcwl-admin-init.php:162
34
+ #: ../includes/class.yith-wcwl-admin-init.php:243
35
  msgid "Colors"
36
  msgstr "צבעים"
37
 
38
  #: ../includes/class.yith-wcwl-admin-init.php:163
 
39
  msgid "Premium Version"
40
  msgstr ""
41
 
42
+ #: ../includes/class.yith-wcwl-admin-init.php:1018
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
43
  msgid "Upgrade to the PREMIUM VERSION"
44
  msgstr ""
45
 
46
+ #: ../includes/class.yith-wcwl-admin-init.php:1022
 
 
 
 
47
  msgid "Discover the Advanced Features"
48
  msgstr ""
49
 
50
+ #: ../includes/class.yith-wcwl-admin-init.php:1023
51
  msgid ""
52
  "Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE WISHLIST to benefit from "
53
  "all features!"
54
  msgstr ""
55
 
56
+ #: ../includes/class.yith-wcwl-admin-init.php:1029
57
  msgid "Get Support and Pro Features"
58
  msgstr ""
59
 
60
+ #: ../includes/class.yith-wcwl-admin-init.php:1030
61
  msgid ""
62
  "By purchasing the premium version of the plugin, you will take advantage of "
63
  "the advanced features of the product and you will get one year of free "
64
  "updates and support through our platform available 24h/24."
65
  msgstr ""
66
 
67
+ #: ../includes/class.yith-wcwl-admin-init.php:1040
68
  msgid "General Settings"
69
  msgstr "הגדרות כלליות"
70
 
71
+ #: ../includes/class.yith-wcwl-admin-init.php:1047
72
  msgid "Enable YITH Wishlist"
73
  msgstr "אפשר שימוש ברשימת המשאלות של YITH"
74
 
75
+ #: ../includes/class.yith-wcwl-admin-init.php:1048
76
  #, php-format
77
  msgid ""
78
  "Enable all plugin features. <strong>Be sure to select at least one option in "
80
  "plugin <a href=\"%s\" target=\"_blank\">documentation</a>."
81
  msgstr ""
82
 
83
+ #: ../includes/class.yith-wcwl-admin-init.php:1054
84
  #, fuzzy
85
  msgid "Default wishlist title"
86
  msgstr "כותרת רשימת משאלות"
87
 
88
+ #: ../includes/class.yith-wcwl-admin-init.php:1056
89
+ #: ../includes/class.yith-wcwl-admin-init.php:1057
90
+ #: ../includes/class.yith-wcwl-admin-init.php:1293
91
  #, php-format
92
  msgid "My wishlist on %s"
93
  msgstr "רשימת המשאלות שלי ב-%s"
94
 
95
+ #: ../includes/class.yith-wcwl-admin-init.php:1062
96
  msgid "Wishlist Page"
97
  msgstr "עמוד רשימת המשאלות"
98
 
99
+ #: ../includes/class.yith-wcwl-admin-init.php:1063
100
  msgid "Page contents: [yith_wcwl_wishlist]"
101
  msgstr "תוכן העמוד: [yith_wcwl_wishlist]"
102
 
103
+ #: ../includes/class.yith-wcwl-admin-init.php:1072
104
  msgid "Position"
105
  msgstr "מיקום"
106
 
107
+ #: ../includes/class.yith-wcwl-admin-init.php:1073
108
  msgid ""
109
  "You can add the button in variable products only after the \"Add to Cart\" "
110
  "button or using the shortcode [yith_wcwl_add_to_wishlist]."
111
  msgstr ""
112
 
113
+ #: ../includes/class.yith-wcwl-admin-init.php:1079
114
  msgid "After \"Add to cart\""
115
  msgstr "לאחר \"הוספה לסל\""
116
 
117
+ #: ../includes/class.yith-wcwl-admin-init.php:1080
118
  msgid "After thumbnails"
119
  msgstr "אחרי התמונות המוקטנות"
120
 
121
+ #: ../includes/class.yith-wcwl-admin-init.php:1081
122
  msgid "After summary"
123
  msgstr "אחרי תיאור מוצר"
124
 
125
+ #: ../includes/class.yith-wcwl-admin-init.php:1082
126
  msgid "Use shortcode"
127
  msgstr "השתמש בקוד מקוצר"
128
 
129
+ #: ../includes/class.yith-wcwl-admin-init.php:1087
130
  msgid "Redirect to cart"
131
  msgstr "הפנייה לסל הקניות"
132
 
133
+ #: ../includes/class.yith-wcwl-admin-init.php:1088
134
  msgid ""
135
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
136
  "page."
137
  msgstr ""
138
 
139
+ #: ../includes/class.yith-wcwl-admin-init.php:1094
140
  msgid "Remove if added to the cart"
141
  msgstr "הסר מהרשימה אם הוסף לסל"
142
 
143
+ #: ../includes/class.yith-wcwl-admin-init.php:1095
144
  #, fuzzy
145
  msgid "Remove the product from the wishlist if it has been added to the cart."
146
  msgstr "הסר את המוצר מהרשימה אם הוא הוסף לסל."
147
 
148
+ #: ../includes/class.yith-wcwl-admin-init.php:1101
149
  msgid "\"Add to Wishlist\" text"
150
  msgstr ""
151
 
152
+ #: ../includes/class.yith-wcwl-admin-init.php:1103
153
  msgid "Add to Wishlist"
154
  msgstr "הוסף לרשימת המשאלות"
155
 
156
+ #: ../includes/class.yith-wcwl-admin-init.php:1108
157
  #, fuzzy
158
  msgid "\"Browse wishlist\" text"
159
  msgstr "צפה ברשימת השמורים שלך"
160
 
161
+ #: ../includes/class.yith-wcwl-admin-init.php:1110
162
  #: ../includes/class.yith-wcwl-ui.php:82 ../includes/class.yith-wcwl-ui.php:83
163
  msgid "Browse Wishlist"
164
  msgstr "צפה ברשימת השמורים שלך"
165
 
166
+ #: ../includes/class.yith-wcwl-admin-init.php:1115
167
  #, fuzzy
168
  msgid "\"Product already in wishlist\" text"
169
  msgstr "המוצר עדיין נמצא ברשימת המשאלות שלך."
170
 
171
+ #: ../includes/class.yith-wcwl-admin-init.php:1117
172
  #: ../includes/class.yith-wcwl-ui.php:83
173
  msgid "The product is already in the wishlist!"
174
  msgstr "המוצר נשמר."
175
 
176
+ #: ../includes/class.yith-wcwl-admin-init.php:1122
177
  #, fuzzy
178
  msgid "\"Product added\" text"
179
  msgstr "המוצר נשמר!"
180
 
181
+ #: ../includes/class.yith-wcwl-admin-init.php:1124
182
  #: ../includes/class.yith-wcwl-ui.php:82
183
  msgid "Product added!"
184
  msgstr "המוצר נשמר!"
185
 
186
+ #: ../includes/class.yith-wcwl-admin-init.php:1129
187
  msgid "\"Add to Cart\" text"
188
  msgstr ""
189
 
190
+ #: ../includes/class.yith-wcwl-admin-init.php:1131
191
  msgid "Add to Cart"
192
  msgstr "הוסף לסל"
193
 
194
+ #: ../includes/class.yith-wcwl-admin-init.php:1136
195
  #, fuzzy
196
  msgid "Show Unit price"
197
  msgstr "מחיר ליחידה"
198
 
199
+ #: ../includes/class.yith-wcwl-admin-init.php:1137
200
  msgid "Show unit price for each product in wishlist"
201
  msgstr ""
202
 
203
+ #: ../includes/class.yith-wcwl-admin-init.php:1144
204
  #, fuzzy
205
  msgid "Show \"Add to Cart\" button"
206
  msgstr "\"הוסף לסל\" כפתור טקסט (hover)"
207
 
208
+ #: ../includes/class.yith-wcwl-admin-init.php:1145
209
  #, fuzzy
210
  msgid "Show \"Add to Cart\" button for each product in wishlist"
211
  msgstr "\"הוסף לסל\" כפתור טקסט (hover)"
212
 
213
+ #: ../includes/class.yith-wcwl-admin-init.php:1152
214
  #, fuzzy
215
  msgid "Show Stock status"
216
  msgstr "מצב מלאי"
217
 
218
+ #: ../includes/class.yith-wcwl-admin-init.php:1153
219
  msgid ""
220
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
221
  msgstr ""
222
 
223
+ #: ../includes/class.yith-wcwl-admin-init.php:1160
224
  msgid "Show Date of addition"
225
  msgstr ""
226
 
227
+ #: ../includes/class.yith-wcwl-admin-init.php:1161
228
  #, fuzzy
229
  msgid "Show the date when users have added a product to the wishlist"
230
  msgstr "ארעה שגיאה בזמן הוספת המוצר לרשימה."
231
 
232
+ #: ../includes/class.yith-wcwl-admin-init.php:1168
233
  #, fuzzy
234
  msgid "Add second remove button"
235
  msgstr "\"הוסף לסל\" כפתור טקסט (hover)"
236
 
237
+ #: ../includes/class.yith-wcwl-admin-init.php:1169
238
  msgid "Add a second remove button in the last column, with extended label"
239
  msgstr ""
240
 
241
+ #: ../includes/class.yith-wcwl-admin-init.php:1184
242
  msgid "Styles"
243
  msgstr "סגנונות עיצוב"
244
 
245
+ #: ../includes/class.yith-wcwl-admin-init.php:1191
246
  msgid "Use buttons"
247
  msgstr "השתמש בכפתורים"
248
 
249
+ #: ../includes/class.yith-wcwl-admin-init.php:1192
250
  #, fuzzy
251
  msgid "Use buttons instead of simple anchors."
252
  msgstr "השתמש בכפתורים במקום קישורים רגילים."
253
 
254
+ #: ../includes/class.yith-wcwl-admin-init.php:1198
255
  msgid "Custom CSS"
256
  msgstr "הכנס שורות CSS משלך"
257
 
258
+ #: ../includes/class.yith-wcwl-admin-init.php:1205
259
  msgid "Use theme style"
260
  msgstr "השתמש בעיצוב של התבנית שלך"
261
 
262
+ #: ../includes/class.yith-wcwl-admin-init.php:1206
263
  msgid "Use the theme style."
264
  msgstr "השתמש בעיצוב של תבנית האתר."
265
 
266
+ #: ../includes/class.yith-wcwl-admin-init.php:1212
267
  #, fuzzy
268
  msgid "Rounded buttons"
269
  msgstr "השתמש בכפתורים"
270
 
271
+ #: ../includes/class.yith-wcwl-admin-init.php:1213
272
  #, fuzzy
273
  msgid "Make button corners rounded"
274
  msgstr "הצג את הכפתורים עם פינות מעוגלות"
275
 
276
+ #: ../includes/class.yith-wcwl-admin-init.php:1219
277
  msgid "\"Add to Wishlist\" icon"
278
  msgstr ""
279
 
280
+ #: ../includes/class.yith-wcwl-admin-init.php:1220
281
  msgid "Add an icon to the \"Add to Wishlist\" button"
282
  msgstr ""
283
 
284
+ #: ../includes/class.yith-wcwl-admin-init.php:1230
285
  msgid "\"Add to Cart\" icon"
286
  msgstr ""
287
 
288
+ #: ../includes/class.yith-wcwl-admin-init.php:1231
289
  msgid "Add an icon to the \"Add to Cart\" button"
290
  msgstr ""
291
 
292
+ #: ../includes/class.yith-wcwl-admin-init.php:1249
293
  msgid "Social Networks & Share"
294
  msgstr ""
295
 
296
+ #: ../includes/class.yith-wcwl-admin-init.php:1256
297
  msgid "Share on Facebook"
298
  msgstr "שתף בפייסבוק"
299
 
300
+ #: ../includes/class.yith-wcwl-admin-init.php:1257
301
  #, fuzzy
302
  msgid "Show \"Share on Facebook\" button"
303
  msgstr "שתף בפייסבוק"
304
 
305
+ #: ../includes/class.yith-wcwl-admin-init.php:1263
306
  msgid "Tweet on Twitter"
307
  msgstr ""
308
 
309
+ #: ../includes/class.yith-wcwl-admin-init.php:1264
310
  #, fuzzy
311
  msgid "Show \"Tweet on Twitter\" button"
312
  msgstr "\"הוסף לסל\" כפתור טקסט (hover)"
313
 
314
+ #: ../includes/class.yith-wcwl-admin-init.php:1270
315
  msgid "Pin on Pinterest"
316
  msgstr ""
317
 
318
+ #: ../includes/class.yith-wcwl-admin-init.php:1271
319
  #, fuzzy
320
  msgid "Show \"Pin on Pinterest\" button"
321
  msgstr "\"הוסף לסל\" כפתור טקסט (hover)"
322
 
323
+ #: ../includes/class.yith-wcwl-admin-init.php:1277
324
  msgid "Share on Google+"
325
  msgstr "שתף בגוגל+"
326
 
327
+ #: ../includes/class.yith-wcwl-admin-init.php:1278
328
  #, fuzzy
329
  msgid "Show \"Share on Google+\" button"
330
  msgstr "שתף בפייסבוק"
331
 
332
+ #: ../includes/class.yith-wcwl-admin-init.php:1284
333
  msgid "Share by Email"
334
  msgstr ""
335
 
336
+ #: ../includes/class.yith-wcwl-admin-init.php:1285
337
  #, fuzzy
338
  msgid "Show \"Share by Email\" button"
339
  msgstr "\"הוסף לסל\" כפתור טקסט (hover)"
340
 
341
+ #: ../includes/class.yith-wcwl-admin-init.php:1291
342
  #, fuzzy
343
  msgid "Social title"
344
  msgstr "כותרת רשימת משאלות"
345
 
346
+ #: ../includes/class.yith-wcwl-admin-init.php:1298
347
  msgid "Social text"
348
  msgstr ""
349
 
350
+ #: ../includes/class.yith-wcwl-admin-init.php:1299
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:1306
357
  msgid "Social image URL"
358
  msgstr ""
359
 
360
+ #: ../includes/class.yith-wcwl-admin-init.php:1307
361
  msgid "It will be used by Pinterest."
362
  msgstr ""
363
 
364
+ #: ../includes/class.yith-wcwl-admin-init.php:1321
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 ""
370
 
371
+ #: ../includes/class.yith-wcwl-admin-init.php:1326
372
  msgid "YITH WooCommerce Frequently Bought Together Integration"
373
  msgstr ""
374
 
375
+ #: ../includes/class.yith-wcwl-admin-init.php:1333
376
  msgid "Enable slider in wishlist"
377
  msgstr ""
378
 
379
+ #: ../includes/class.yith-wcwl-admin-init.php:1334
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"
384
  msgstr ""
385
 
386
+ #: ../includes/class.yith-wcwl-admin-init.php:1370
387
  #, fuzzy
388
  msgid "\"Add to wishlist\" button"
389
  msgstr "הוסף לרשימת המשאלות"
390
 
391
+ #: ../includes/class.yith-wcwl-admin-init.php:1373
392
+ #: ../includes/class.yith-wcwl-admin-init.php:1391
393
+ #: ../includes/class.yith-wcwl-admin-init.php:1409
394
+ #: ../includes/class.yith-wcwl-admin-init.php:1427
395
+ #: ../includes/class.yith-wcwl-admin-init.php:1445
396
  msgid "Background"
397
  msgstr ""
398
 
399
+ #: ../includes/class.yith-wcwl-admin-init.php:1374
400
+ #: ../includes/class.yith-wcwl-admin-init.php:1392
401
+ #: ../includes/class.yith-wcwl-admin-init.php:1410
402
+ #: ../includes/class.yith-wcwl-admin-init.php:1428
403
+ #: ../includes/class.yith-wcwl-admin-init.php:1446
404
  msgid "Text"
405
  msgstr ""
406
 
407
+ #: ../includes/class.yith-wcwl-admin-init.php:1375
408
+ #: ../includes/class.yith-wcwl-admin-init.php:1393
409
+ #: ../includes/class.yith-wcwl-admin-init.php:1411
410
+ #: ../includes/class.yith-wcwl-admin-init.php:1429
411
+ #: ../includes/class.yith-wcwl-admin-init.php:1447
412
  msgid "Border"
413
  msgstr ""
414
 
415
+ #: ../includes/class.yith-wcwl-admin-init.php:1382
416
+ #: ../includes/class.yith-wcwl-admin-init.php:1400
417
+ #: ../includes/class.yith-wcwl-admin-init.php:1418
418
+ #: ../includes/class.yith-wcwl-admin-init.php:1436
419
  msgid "Background (hover)"
420
  msgstr ""
421
 
422
+ #: ../includes/class.yith-wcwl-admin-init.php:1383
423
+ #: ../includes/class.yith-wcwl-admin-init.php:1401
424
+ #: ../includes/class.yith-wcwl-admin-init.php:1419
425
+ #: ../includes/class.yith-wcwl-admin-init.php:1437
426
  msgid "Text (hover)"
427
  msgstr ""
428
 
429
+ #: ../includes/class.yith-wcwl-admin-init.php:1384
430
+ #: ../includes/class.yith-wcwl-admin-init.php:1402
431
+ #: ../includes/class.yith-wcwl-admin-init.php:1420
432
+ #: ../includes/class.yith-wcwl-admin-init.php:1438
433
  msgid "Border (hover)"
434
  msgstr ""
435
 
436
+ #: ../includes/class.yith-wcwl-admin-init.php:1388
437
  #, fuzzy
438
  msgid "\"Add to Cart\" button"
439
  msgstr "\"הוסף לסל\" כפתור טקסט (hover)"
440
 
441
+ #: ../includes/class.yith-wcwl-admin-init.php:1406
442
  msgid "\"Style 1\" button"
443
  msgstr ""
444
 
445
+ #: ../includes/class.yith-wcwl-admin-init.php:1424
446
  msgid "\"Style 2\" button"
447
  msgstr ""
448
 
449
+ #: ../includes/class.yith-wcwl-admin-init.php:1442
450
  #, fuzzy
451
  msgid "Wishlist table"
452
  msgstr "כותרת רשימת משאלות"
453
 
454
+ #: ../includes/class.yith-wcwl-admin-init.php:1451
455
  msgid "Headers"
456
  msgstr ""
457
 
458
+ #: ../includes/class.yith-wcwl-admin-init.php:1454
459
  msgid "Background color"
460
  msgstr ""
461
 
462
+ #: ../includes/class.yith-wcwl-admin-init.php:1544
463
  #, fuzzy
464
  msgid "Wishlist Activated"
465
  msgstr "כותרת רשימת משאלות"
466
 
467
+ #: ../includes/class.yith-wcwl-admin-init.php:1545
468
  #, php-format
469
  msgid ""
470
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
473
  "options, <a href=\"%s\">discover it now</a>."
474
  msgstr ""
475
 
476
+ #: ../includes/class.yith-wcwl-admin-init.php:1556
477
  #, fuzzy
478
  msgid "Wishlist Updated"
479
  msgstr "עמוד רשימת המשאלות"
480
 
481
+ #: ../includes/class.yith-wcwl-admin-init.php:1557
482
  #, php-format
483
  msgid ""
484
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
488
  "\">discover the PREMIUM version.</a>"
489
  msgstr ""
490
 
491
+ #: ../includes/class.yith-wcwl-init.php:403
492
  msgid ""
493
  "We are sorry, but this feature is available only if cookies are enabled on "
494
  "your browser."
495
  msgstr ""
496
 
497
+ #: ../includes/class.yith-wcwl-init.php:404
498
  #, fuzzy
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 "Add to Wishlist"
551
+ msgid "Customer Wishlists"
552
+ msgstr "הוסף לרשימת המשאלות"
553
+
554
+ #: ../includes/class.yith-wcwl-privacy.php:133
555
+ #, fuzzy
556
+ #| msgid "Wishlist"
557
+ msgid "Wishlists"
558
+ msgstr "רשימת משאלות"
559
+
560
+ #: ../includes/class.yith-wcwl-privacy.php:195
561
+ #, fuzzy, php-format
562
+ #| msgid "My wishlist on %s"
563
+ msgid "Removed wishlist %s."
564
+ msgstr "רשימת המשאלות שלי ב-%s"
565
+
566
+ #: ../includes/class.yith-wcwl-privacy.php:199
567
+ #, fuzzy, php-format
568
+ #| msgid "Wishlist table text"
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"
583
+ msgid "Wishlist url"
584
+ msgstr "רשימת משאלות"
585
+
586
+ #: ../includes/class.yith-wcwl-privacy.php:230
587
+ msgid "Title"
588
+ msgstr ""
589
+
590
+ #: ../includes/class.yith-wcwl-privacy.php:231
591
+ msgctxt "date wishlist was created"
592
+ msgid "Created on"
593
+ msgstr ""
594
+
595
+ #: ../includes/class.yith-wcwl-privacy.php:232
596
+ msgid "Visibility"
597
+ msgstr ""
598
+
599
+ #: ../includes/class.yith-wcwl-privacy.php:233
600
+ msgid "Items Added"
601
+ msgstr ""
602
+
603
+ #: ../includes/class.yith-wcwl-privacy.php:283
604
+ #: ../templates/wishlist-view.php:212
605
+ #, fuzzy
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:259
620
  #: ../includes/class.yith-wcwl-ui.php:164
621
  msgid "Share on:"
638
  msgid "email"
639
  msgstr ""
640
 
641
+ #: ../includes/class.yith-wcwl.php:201
642
  #, fuzzy
643
  msgid "An error occurred while adding products to the wishlist."
644
  msgstr "ארעה שגיאה בזמן הוספת המוצר לרשימה."
645
 
646
+ #: ../includes/class.yith-wcwl.php:293
647
  #, fuzzy
648
  msgid "An error occurred while adding products to wishlist."
649
  msgstr "ארעה שגיאה בזמן הוספת המוצר לרשימה."
650
 
651
+ #: ../includes/class.yith-wcwl.php:310
652
  msgid "The \"Remove\" option now does not require any parameter"
653
  msgstr ""
654
 
655
+ #: ../includes/class.yith-wcwl.php:359
656
  #, fuzzy
657
  msgid "An error occurred while removing products from the wishlist"
658
  msgstr "ארעה שגיאה בזמן הסרת המוצר מהרשימה"
659
 
660
+ #: ../includes/class.yith-wcwl.php:809
661
  msgid "You need to log in before creating a new wishlist"
662
  msgstr ""
663
 
664
+ #: ../includes/class.yith-wcwl.php:1610
665
  msgid "Product successfully removed."
666
  msgstr "המוצר הוסר מהרשימה בהצלחה."
667
 
668
+ #: ../includes/class.yith-wcwl.php:1614
669
  msgid "Error. Unable to remove the product from the wishlist."
670
  msgstr "שגיאה. לא הצלחנו להסיר את המוצר מרשימת המשאלות."
671
 
672
+ #: ../includes/class.yith-wcwl.php:1618 ../templates/wishlist-view.php:242
673
  msgid "No products were added to the wishlist"
674
  msgstr "אין מוצרים ברשימת המשאלות שלך."
675
 
676
+ #: ../includes/class.yith-wcwl.php:1660
677
  msgid "An error as occurred."
678
  msgstr ""
679
 
684
  msgstr ""
685
 
686
  #: ../init.php:140
687
+ msgid "You can't activate the free version of"
688
+ msgstr ""
689
+
690
+ #: ../init.php:140
691
+ msgid "while you are using the premium one."
692
  msgstr ""
693
 
694
  #: ../templates/admin/wishlist-panel-premium.php:185
971
  msgid "Stock Status"
972
  msgstr "מצב מלאי"
973
 
974
+ #: ../templates/wishlist-view.php:152 ../templates/wishlist-view.php:232
975
  msgid "Remove this product"
976
  msgstr "הסרת מוצר מהרשימה"
977
 
979
  msgid "Free!"
980
  msgstr ""
981
 
982
+ #: ../templates/wishlist-view.php:179
983
  msgid "Out of Stock"
984
  msgstr "לא קיים במלאי"
985
 
986
+ #: ../templates/wishlist-view.php:179
987
  msgid "In Stock"
988
  msgstr "קיים במלאי"
989
 
990
+ #: ../templates/wishlist-view.php:188
991
  #, php-format
992
  msgid "Added on : %s"
993
  msgstr ""
994
 
995
+ #: ../templates/wishlist-view.php:200
996
  msgid "Move"
997
  msgstr ""
998
 
999
+ #: ../templates/wishlist-view.php:232
 
 
 
 
 
 
 
 
 
 
 
 
 
1000
  msgid "Remove"
1001
  msgstr ""
1002
 
1003
+ #: ../templates/wishlist-view.php:259
1004
  msgid "Add the selected products to the cart"
1005
  msgstr ""
1006
 
1007
+ #: ../templates/wishlist-view.php:267 ../templates/wishlist-view.php:313
1008
  msgid "Ask for an estimate"
1009
  msgstr ""
1010
 
1011
+ #: ../templates/wishlist-view.php:303
1012
  msgid "Your email"
1013
  msgstr ""
1014
 
1096
  #~ msgid "Wishlist table background"
1097
  #~ msgstr "רקע טבלת הרשימה"
1098
 
 
 
 
1099
  #~ msgid "Wishlist table border"
1100
  #~ msgstr "גבול טבלאות הרשימה"
1101
 
languages/yith-woocommerce-wishlist-hr_HR.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-hr_HR.po CHANGED
@@ -1,15 +1,15 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
- "POT-Creation-Date: 2017-10-24 17:33+0200\n"
5
- "PO-Revision-Date: 2017-10-24 17:33+0200\n"
6
  "Last-Translator: \n"
7
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
8
  "Language: hr_HR\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 1.8.7.1\n"
13
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;__ngettext:1,2;"
14
  "__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;"
15
  "_nx_noop:4c,1,2\n"
@@ -21,70 +21,44 @@ msgstr ""
21
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
22
 
23
  #: ../includes/class.yith-wcwl-admin-init.php:159
24
- #: ../includes/class.yith-wcwl-admin-init.php:1483
25
- #: ../includes/class.yith-wcwl-admin-init.php:1484
26
- #: ../includes/class.yith-wcwl-install.php:244
27
  msgid "Wishlist"
28
  msgstr "Lista želja"
29
 
30
  #: ../includes/class.yith-wcwl-admin-init.php:161
31
- #: ../includes/class.yith-wcwl-admin-init.php:251
32
  msgid "Settings"
33
  msgstr "Postavke"
34
 
35
  #: ../includes/class.yith-wcwl-admin-init.php:162
36
- #: ../includes/class.yith-wcwl-admin-init.php:236
37
  msgid "Colors"
38
  msgstr "Boje"
39
 
40
  #: ../includes/class.yith-wcwl-admin-init.php:163
41
- #: ../includes/class.yith-wcwl-admin-init.php:255
42
  msgid "Premium Version"
43
  msgstr "Premium verzija"
44
 
45
- #: ../includes/class.yith-wcwl-admin-init.php:256
46
- msgid "Live Demo"
47
- msgstr "Pregled uživo"
48
-
49
- #: ../includes/class.yith-wcwl-admin-init.php:280
50
- msgid ""
51
- "WARNING: This plugin requires at least WooCommerce 2.2! Please, use this "
52
- "link to update it."
53
- msgstr ""
54
- "UPOZORENJE: Ovaj dodatak zahtjeva barem WooCommerce 2.2. verziju! Molimo "
55
- "koristite ovaj link da biste ažurirali trenutnu verziju."
56
-
57
- #: ../includes/class.yith-wcwl-admin-init.php:283
58
- msgid "WARNING: This plugin requires at least WooCommerce 2.2!"
59
- msgstr "UPOZORENJE: Ovaj dodatak zahtjeva barem WooCommerce 2.2. verziju! "
60
-
61
- #: ../includes/class.yith-wcwl-admin-init.php:288
62
- msgid "Plugin Documentation"
63
- msgstr "Dokumentacija dodatka"
64
-
65
- #: ../includes/class.yith-wcwl-admin-init.php:1023
66
  msgid "Upgrade to the PREMIUM VERSION"
67
  msgstr "Nadogradite na PREMIUM VERZIJU"
68
 
69
- #: ../includes/class.yith-wcwl-admin-init.php:1026
70
- msgid "YITH WooCommerce Wishlist"
71
- msgstr "YITH WooCommerce Lista želja"
72
-
73
- #: ../includes/class.yith-wcwl-admin-init.php:1027
74
  msgid "Discover the Advanced Features"
75
  msgstr "Otkrijte Dodatne opcije"
76
 
77
- #: ../includes/class.yith-wcwl-admin-init.php:1028
78
  msgid ""
79
  "Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE WISHLIST to benefit from "
80
  "all features!"
81
  msgstr ""
82
 
83
- #: ../includes/class.yith-wcwl-admin-init.php:1034
84
  msgid "Get Support and Pro Features"
85
  msgstr "Podrška i Pro Pogodnosti"
86
 
87
- #: ../includes/class.yith-wcwl-admin-init.php:1035
88
  msgid ""
89
  "By purchasing the premium version of the plugin, you will take advantage of "
90
  "the advanced features of the product and you will get one year of free "
@@ -94,15 +68,15 @@ msgstr ""
94
  "proizvoda i ostvarujete godinu dana besplatnih nadogradnji i podrške preko "
95
  "naše platforme dostupne 24sata/24."
96
 
97
- #: ../includes/class.yith-wcwl-admin-init.php:1045
98
  msgid "General Settings"
99
  msgstr "Osnovne postavke"
100
 
101
- #: ../includes/class.yith-wcwl-admin-init.php:1052
102
  msgid "Enable YITH Wishlist"
103
  msgstr "Omogući YITH Listu želja"
104
 
105
- #: ../includes/class.yith-wcwl-admin-init.php:1053
106
  #, php-format
107
  msgid ""
108
  "Enable all plugin features. <strong>Be sure to select at least one option in "
@@ -110,30 +84,30 @@ msgid ""
110
  "plugin <a href=\"%s\" target=\"_blank\">documentation</a>."
111
  msgstr ""
112
 
113
- #: ../includes/class.yith-wcwl-admin-init.php:1059
114
  msgid "Default wishlist title"
115
  msgstr "Naslov Liste želja"
116
 
117
- #: ../includes/class.yith-wcwl-admin-init.php:1061
118
- #: ../includes/class.yith-wcwl-admin-init.php:1062
119
- #: ../includes/class.yith-wcwl-admin-init.php:1298
120
  #, php-format
121
  msgid "My wishlist on %s"
122
  msgstr "Moja lista želja na %s"
123
 
124
- #: ../includes/class.yith-wcwl-admin-init.php:1067
125
  msgid "Wishlist Page"
126
  msgstr "Stranica Liste želja"
127
 
128
- #: ../includes/class.yith-wcwl-admin-init.php:1068
129
  msgid "Page contents: [yith_wcwl_wishlist]"
130
  msgstr "Sadržaj stranice"
131
 
132
- #: ../includes/class.yith-wcwl-admin-init.php:1077
133
  msgid "Position"
134
  msgstr "Pozicija"
135
 
136
- #: ../includes/class.yith-wcwl-admin-init.php:1078
137
  msgid ""
138
  "You can add the button in variable products only after the \"Add to Cart\" "
139
  "button or using the shortcode [yith_wcwl_add_to_wishlist]."
@@ -141,27 +115,27 @@ msgstr ""
141
  "Možete dodati gumb na varijacijama proizvoda samo nakon gumba \"Dodaj u "
142
  "košaricu\" koristeći shortcode [yith_wcwl_add_to_wishlist]."
143
 
144
- #: ../includes/class.yith-wcwl-admin-init.php:1084
145
  msgid "After \"Add to cart\""
146
  msgstr "Nakon \"Dodaj u košaricu\""
147
 
148
- #: ../includes/class.yith-wcwl-admin-init.php:1085
149
  msgid "After thumbnails"
150
  msgstr "Nakon minijatura"
151
 
152
- #: ../includes/class.yith-wcwl-admin-init.php:1086
153
  msgid "After summary"
154
  msgstr "Nakon sažetka"
155
 
156
- #: ../includes/class.yith-wcwl-admin-init.php:1087
157
  msgid "Use shortcode"
158
  msgstr "Koristi shorcode"
159
 
160
- #: ../includes/class.yith-wcwl-admin-init.php:1092
161
  msgid "Redirect to cart"
162
  msgstr "Preusmjeri na košaricu"
163
 
164
- #: ../includes/class.yith-wcwl-admin-init.php:1093
165
  msgid ""
166
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
167
  "page."
@@ -169,200 +143,200 @@ msgstr ""
169
  "Preusmjeri na košaricu ako je na Listi želja odabran gumb \"Dodaj u košaricu"
170
  "\"."
171
 
172
- #: ../includes/class.yith-wcwl-admin-init.php:1099
173
  msgid "Remove if added to the cart"
174
  msgstr "Obriši ako je dodan u košaricu"
175
 
176
- #: ../includes/class.yith-wcwl-admin-init.php:1100
177
  msgid "Remove the product from the wishlist if it has been added to the cart."
178
  msgstr "Obriši proizvod iz liste želja ako je dodan u košaricu."
179
 
180
- #: ../includes/class.yith-wcwl-admin-init.php:1106
181
  msgid "\"Add to Wishlist\" text"
182
  msgstr "Tekst za \"Dodaj u listu želja\""
183
 
184
- #: ../includes/class.yith-wcwl-admin-init.php:1108
185
  msgid "Add to Wishlist"
186
  msgstr "Dodaj u košaricu"
187
 
188
- #: ../includes/class.yith-wcwl-admin-init.php:1113
189
  msgid "\"Browse wishlist\" text"
190
  msgstr "Tekst za \"Pregledaj listu želja\""
191
 
192
- #: ../includes/class.yith-wcwl-admin-init.php:1115
193
  #: ../includes/class.yith-wcwl-ui.php:82 ../includes/class.yith-wcwl-ui.php:83
194
  msgid "Browse Wishlist"
195
  msgstr "Pregledaj listu želja"
196
 
197
- #: ../includes/class.yith-wcwl-admin-init.php:1120
198
  msgid "\"Product already in wishlist\" text"
199
  msgstr "Tekst za \"Proizvod je već dodan u listu želja\""
200
 
201
- #: ../includes/class.yith-wcwl-admin-init.php:1122
202
  #: ../includes/class.yith-wcwl-ui.php:83
203
  msgid "The product is already in the wishlist!"
204
  msgstr "Proizvod je već dodan u listu želja!"
205
 
206
- #: ../includes/class.yith-wcwl-admin-init.php:1127
207
  msgid "\"Product added\" text"
208
  msgstr "Tekst za \"Proizvod je dodan\""
209
 
210
- #: ../includes/class.yith-wcwl-admin-init.php:1129
211
  #: ../includes/class.yith-wcwl-ui.php:82
212
  msgid "Product added!"
213
  msgstr "Proizvod je dodan!"
214
 
215
- #: ../includes/class.yith-wcwl-admin-init.php:1134
216
  msgid "\"Add to Cart\" text"
217
  msgstr "Tekst za \"Dodaj u košaricu\""
218
 
219
- #: ../includes/class.yith-wcwl-admin-init.php:1136
220
  msgid "Add to Cart"
221
  msgstr "Dodaj u košaricu"
222
 
223
- #: ../includes/class.yith-wcwl-admin-init.php:1141
224
  msgid "Show Unit price"
225
  msgstr "Prikaži cijenu jedinice"
226
 
227
- #: ../includes/class.yith-wcwl-admin-init.php:1142
228
  msgid "Show unit price for each product in wishlist"
229
  msgstr "Prikaži cijenu jedinice za svaki proizvod u listi želja"
230
 
231
- #: ../includes/class.yith-wcwl-admin-init.php:1149
232
  msgid "Show \"Add to Cart\" button"
233
  msgstr "Prikaži gumb \"Dodaj u listu želja\""
234
 
235
- #: ../includes/class.yith-wcwl-admin-init.php:1150
236
  msgid "Show \"Add to Cart\" button for each product in wishlist"
237
  msgstr "Prikaži gumb \"Dodaj u košaricu\" za svaki proizvod u listi želja"
238
 
239
- #: ../includes/class.yith-wcwl-admin-init.php:1157
240
  msgid "Show Stock status"
241
  msgstr "Prikaži status zalihe"
242
 
243
- #: ../includes/class.yith-wcwl-admin-init.php:1158
244
  msgid ""
245
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
246
  msgstr ""
247
  "Prikaži \"Na zalihi\" ili \"Nema na zalihi\" za svaki proizvod u listi želja"
248
 
249
- #: ../includes/class.yith-wcwl-admin-init.php:1165
250
  msgid "Show Date of addition"
251
  msgstr "Prikaži datum dodavanja"
252
 
253
- #: ../includes/class.yith-wcwl-admin-init.php:1166
254
  msgid "Show the date when users have added a product to the wishlist"
255
  msgstr "Prikaži datum kada je korisnik dodao proizvod u listu želja"
256
 
257
- #: ../includes/class.yith-wcwl-admin-init.php:1173
258
  msgid "Add second remove button"
259
  msgstr "Dodaj drugi gumb za brisanje"
260
 
261
- #: ../includes/class.yith-wcwl-admin-init.php:1174
262
  msgid "Add a second remove button in the last column, with extended label"
263
  msgstr "Dodaj drugi gumb za brisanje u zadnjem redu, sa produženim natpisom"
264
 
265
- #: ../includes/class.yith-wcwl-admin-init.php:1189
266
  msgid "Styles"
267
  msgstr "Stilovi"
268
 
269
- #: ../includes/class.yith-wcwl-admin-init.php:1196
270
  msgid "Use buttons"
271
  msgstr "Koristi gumbove"
272
 
273
- #: ../includes/class.yith-wcwl-admin-init.php:1197
274
  msgid "Use buttons instead of simple anchors."
275
  msgstr "Koristi gumbove umjesto jednostavih natpisa."
276
 
277
- #: ../includes/class.yith-wcwl-admin-init.php:1203
278
  msgid "Custom CSS"
279
  msgstr "Prilagođeni CSS"
280
 
281
- #: ../includes/class.yith-wcwl-admin-init.php:1210
282
  msgid "Use theme style"
283
  msgstr "Koristi stil teme"
284
 
285
- #: ../includes/class.yith-wcwl-admin-init.php:1211
286
  msgid "Use the theme style."
287
  msgstr "Koristi stil teme."
288
 
289
- #: ../includes/class.yith-wcwl-admin-init.php:1217
290
  msgid "Rounded buttons"
291
  msgstr "Zaobljeni rubovi gumbova"
292
 
293
- #: ../includes/class.yith-wcwl-admin-init.php:1218
294
  msgid "Make button corners rounded"
295
  msgstr "Koristi zaobljene rubove gumbova"
296
 
297
- #: ../includes/class.yith-wcwl-admin-init.php:1224
298
  msgid "\"Add to Wishlist\" icon"
299
  msgstr "Ikona za \"Dodaj u listu želja\""
300
 
301
- #: ../includes/class.yith-wcwl-admin-init.php:1225
302
  msgid "Add an icon to the \"Add to Wishlist\" button"
303
  msgstr "Dodaj ikonu za gumb \"Dodaj u listu želja\""
304
 
305
- #: ../includes/class.yith-wcwl-admin-init.php:1235
306
  msgid "\"Add to Cart\" icon"
307
  msgstr "Gumb za \"Dodaj u košaricu\""
308
 
309
- #: ../includes/class.yith-wcwl-admin-init.php:1236
310
  msgid "Add an icon to the \"Add to Cart\" button"
311
  msgstr "Dodaj ikonu za gumb \"Dodaj u košaricu\""
312
 
313
- #: ../includes/class.yith-wcwl-admin-init.php:1254
314
  msgid "Social Networks & Share"
315
  msgstr "Društvene mreže i dijeljenje"
316
 
317
- #: ../includes/class.yith-wcwl-admin-init.php:1261
318
  msgid "Share on Facebook"
319
  msgstr "Podijeli na Facebooku"
320
 
321
- #: ../includes/class.yith-wcwl-admin-init.php:1262
322
  msgid "Show \"Share on Facebook\" button"
323
  msgstr "Prikaži gumb \"Podijeli na Facebooku\""
324
 
325
- #: ../includes/class.yith-wcwl-admin-init.php:1268
326
  msgid "Tweet on Twitter"
327
  msgstr "Tweet-aj na Twitteru"
328
 
329
- #: ../includes/class.yith-wcwl-admin-init.php:1269
330
  msgid "Show \"Tweet on Twitter\" button"
331
  msgstr "Prikaži gumb \"Tweet-aj na Twitteru\""
332
 
333
- #: ../includes/class.yith-wcwl-admin-init.php:1275
334
  msgid "Pin on Pinterest"
335
  msgstr "Pinaj na Pinterestu"
336
 
337
- #: ../includes/class.yith-wcwl-admin-init.php:1276
338
  msgid "Show \"Pin on Pinterest\" button"
339
  msgstr "Prikaži gumb \"Pinaj na Pinterestu\""
340
 
341
- #: ../includes/class.yith-wcwl-admin-init.php:1282
342
  msgid "Share on Google+"
343
  msgstr "Podijeli na Google+"
344
 
345
- #: ../includes/class.yith-wcwl-admin-init.php:1283
346
  msgid "Show \"Share on Google+\" button"
347
  msgstr "Prikaži gumb \"Podijeli na Google+\""
348
 
349
- #: ../includes/class.yith-wcwl-admin-init.php:1289
350
  msgid "Share by Email"
351
  msgstr "Podijeli preko Emaila"
352
 
353
- #: ../includes/class.yith-wcwl-admin-init.php:1290
354
  msgid "Show \"Share by Email\" button"
355
  msgstr "Prikaži gumb \"Podijeli preko emaila\""
356
 
357
- #: ../includes/class.yith-wcwl-admin-init.php:1296
358
  msgid "Social title"
359
  msgstr "Naslov za objavu"
360
 
361
- #: ../includes/class.yith-wcwl-admin-init.php:1303
362
  msgid "Social text"
363
  msgstr "Tekst za objavu"
364
 
365
- #: ../includes/class.yith-wcwl-admin-init.php:1304
366
  msgid ""
367
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
368
  "strong> where you want to show the URL of your wishlist."
@@ -370,15 +344,15 @@ msgstr ""
370
  "Ovo će se koristiti na Twitteru i Pinterestu. Koristite <strong>%wishlist_url"
371
  "%</strong> gdje želite prikazati URL vaše liste želja."
372
 
373
- #: ../includes/class.yith-wcwl-admin-init.php:1311
374
  msgid "Social image URL"
375
  msgstr "Link na sliku za objave"
376
 
377
- #: ../includes/class.yith-wcwl-admin-init.php:1312
378
  msgid "It will be used by Pinterest."
379
  msgstr "Korisititi će se na Pinterestu."
380
 
381
- #: ../includes/class.yith-wcwl-admin-init.php:1326
382
  #, php-format
383
  msgid ""
384
  "If you want to take advantage of this feature, you could consider to "
@@ -386,15 +360,15 @@ msgid ""
386
  msgstr ""
387
  "Ako želite koristiti prednosti ove opcije, možete razmisliti o kupovini %s."
388
 
389
- #: ../includes/class.yith-wcwl-admin-init.php:1331
390
  msgid "YITH WooCommerce Frequently Bought Together Integration"
391
  msgstr "YITH WooCommerse skupna Integracija"
392
 
393
- #: ../includes/class.yith-wcwl-admin-init.php:1338
394
  msgid "Enable slider in wishlist"
395
  msgstr "Omogući slider u listi želja"
396
 
397
- #: ../includes/class.yith-wcwl-admin-init.php:1339
398
  #, php-format
399
  msgid ""
400
  "Choose to enable product slider in wishlist page with linked products (<a "
@@ -403,84 +377,84 @@ msgstr ""
403
  "Odabite da biste omogućili slider sa povezanim proizvodima na listi želja "
404
  "(<a href=\"%s\" class=\"thickbox\">Primjer</a>). %s"
405
 
406
- #: ../includes/class.yith-wcwl-admin-init.php:1375
407
  msgid "\"Add to wishlist\" button"
408
  msgstr "Gumb za \"Dodaj u listu želja\""
409
 
410
- #: ../includes/class.yith-wcwl-admin-init.php:1378
411
- #: ../includes/class.yith-wcwl-admin-init.php:1396
412
- #: ../includes/class.yith-wcwl-admin-init.php:1414
413
- #: ../includes/class.yith-wcwl-admin-init.php:1432
414
- #: ../includes/class.yith-wcwl-admin-init.php:1450
415
  msgid "Background"
416
  msgstr "Pozadina"
417
 
418
- #: ../includes/class.yith-wcwl-admin-init.php:1379
419
- #: ../includes/class.yith-wcwl-admin-init.php:1397
420
- #: ../includes/class.yith-wcwl-admin-init.php:1415
421
- #: ../includes/class.yith-wcwl-admin-init.php:1433
422
- #: ../includes/class.yith-wcwl-admin-init.php:1451
423
  msgid "Text"
424
  msgstr "Tekst"
425
 
426
- #: ../includes/class.yith-wcwl-admin-init.php:1380
427
- #: ../includes/class.yith-wcwl-admin-init.php:1398
428
- #: ../includes/class.yith-wcwl-admin-init.php:1416
429
- #: ../includes/class.yith-wcwl-admin-init.php:1434
430
- #: ../includes/class.yith-wcwl-admin-init.php:1452
431
  msgid "Border"
432
  msgstr "Obrub"
433
 
434
- #: ../includes/class.yith-wcwl-admin-init.php:1387
435
- #: ../includes/class.yith-wcwl-admin-init.php:1405
436
- #: ../includes/class.yith-wcwl-admin-init.php:1423
437
- #: ../includes/class.yith-wcwl-admin-init.php:1441
438
  msgid "Background (hover)"
439
  msgstr "Pozadina (hover)"
440
 
441
- #: ../includes/class.yith-wcwl-admin-init.php:1388
442
- #: ../includes/class.yith-wcwl-admin-init.php:1406
443
- #: ../includes/class.yith-wcwl-admin-init.php:1424
444
- #: ../includes/class.yith-wcwl-admin-init.php:1442
445
  msgid "Text (hover)"
446
  msgstr "Tekst (hover)"
447
 
448
- #: ../includes/class.yith-wcwl-admin-init.php:1389
449
- #: ../includes/class.yith-wcwl-admin-init.php:1407
450
- #: ../includes/class.yith-wcwl-admin-init.php:1425
451
- #: ../includes/class.yith-wcwl-admin-init.php:1443
452
  msgid "Border (hover)"
453
  msgstr "Obrub (hover)"
454
 
455
- #: ../includes/class.yith-wcwl-admin-init.php:1393
456
  msgid "\"Add to Cart\" button"
457
  msgstr "Gumb za \"Dodaj u košaricu\""
458
 
459
- #: ../includes/class.yith-wcwl-admin-init.php:1411
460
  msgid "\"Style 1\" button"
461
  msgstr "Gumb \"Stil 1\""
462
 
463
- #: ../includes/class.yith-wcwl-admin-init.php:1429
464
  msgid "\"Style 2\" button"
465
  msgstr "Gumb \"Stil 2\""
466
 
467
- #: ../includes/class.yith-wcwl-admin-init.php:1447
468
  msgid "Wishlist table"
469
  msgstr "Tablica liste želja"
470
 
471
- #: ../includes/class.yith-wcwl-admin-init.php:1456
472
  msgid "Headers"
473
  msgstr "Naslovi"
474
 
475
- #: ../includes/class.yith-wcwl-admin-init.php:1459
476
  msgid "Background color"
477
  msgstr "Boja pozadine"
478
 
479
- #: ../includes/class.yith-wcwl-admin-init.php:1549
480
  msgid "Wishlist Activated"
481
  msgstr "Lista želja aktivirana"
482
 
483
- #: ../includes/class.yith-wcwl-admin-init.php:1550
484
  #, php-format
485
  msgid ""
486
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
@@ -493,11 +467,11 @@ msgstr ""
493
  "je u izvanrednoj PREMIUM verziji sa puno novih opcija, <a href=\"%s"
494
  "\">otkrijte je</a>."
495
 
496
- #: ../includes/class.yith-wcwl-admin-init.php:1561
497
  msgid "Wishlist Updated"
498
  msgstr "Lista želja je ažurirana"
499
 
500
- #: ../includes/class.yith-wcwl-admin-init.php:1562
501
  #, php-format
502
  msgid ""
503
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
@@ -512,7 +486,7 @@ msgstr ""
512
  "ovaj meni. Lista želja je ažurirana novim opcijama, <a href=\"%s\">otkrijte "
513
  "PREMIUM verziju.</a>"
514
 
515
- #: ../includes/class.yith-wcwl-init.php:374
516
  msgid ""
517
  "We are sorry, but this feature is available only if cookies are enabled on "
518
  "your browser."
@@ -520,15 +494,125 @@ msgstr ""
520
  "Žao nam je, ova opcija je dostupna samo ako imate aktivirana kolačiće u "
521
  "vašem pregledniku."
522
 
523
- #: ../includes/class.yith-wcwl-init.php:375
524
  msgid "Product correctly added to cart"
525
  msgstr "Proizvod uspješno dodan u košaricu"
526
 
527
- #: ../includes/class.yith-wcwl-install.php:243
528
  msgctxt "page_slug"
529
  msgid "wishlist"
530
  msgstr "listaželja"
531
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
532
  #: ../includes/class.yith-wcwl-shortcode.php:259
533
  #: ../includes/class.yith-wcwl-ui.php:164
534
  msgid "Share on:"
@@ -551,39 +635,39 @@ msgstr ""
551
  msgid "email"
552
  msgstr ""
553
 
554
- #: ../includes/class.yith-wcwl.php:177
555
  msgid "An error occurred while adding products to the wishlist."
556
  msgstr "Greška prilikom dodavanja proizvoda u listu želja."
557
 
558
- #: ../includes/class.yith-wcwl.php:269
559
  msgid "An error occurred while adding products to wishlist."
560
  msgstr "Greška prilikom dodavanja proizvoda u listu želja."
561
 
562
- #: ../includes/class.yith-wcwl.php:286
563
  msgid "The \"Remove\" option now does not require any parameter"
564
  msgstr "Opcija \"Obriši\" ne zahtjeva parametre"
565
 
566
- #: ../includes/class.yith-wcwl.php:335
567
  msgid "An error occurred while removing products from the wishlist"
568
  msgstr "Greška prilikom brisanja proizvoda iz liste želja"
569
 
570
- #: ../includes/class.yith-wcwl.php:783
571
  msgid "You need to log in before creating a new wishlist"
572
  msgstr "Morate se prijaviti da biste mogli dodavati proizvode u listu želja"
573
 
574
- #: ../includes/class.yith-wcwl.php:1578
575
  msgid "Product successfully removed."
576
  msgstr "Proizvod uspješno obrisan."
577
 
578
- #: ../includes/class.yith-wcwl.php:1582
579
  msgid "Error. Unable to remove the product from the wishlist."
580
  msgstr "Greška. Proizvod se ne može obrisati iz liste želja."
581
 
582
- #: ../includes/class.yith-wcwl.php:1586 ../templates/wishlist-view.php:241
583
  msgid "No products were added to the wishlist"
584
  msgstr "Nema proizvoda u listi želja"
585
 
586
- #: ../includes/class.yith-wcwl.php:1628
587
  msgid "An error as occurred."
588
  msgstr "Greška, neuspješan pokušaj."
589
 
@@ -596,12 +680,12 @@ msgstr ""
596
  "WooCommerce dodatak da bi mogla raditi."
597
 
598
  #: ../init.php:140
599
- msgid ""
600
- "You can't activate the free version of YITH WooCommerce Wishlist while you "
601
- "are using the premium one."
 
 
602
  msgstr ""
603
- "Ne možete aktivirati besplatnu verziju YITH WooCommerce Listu želja ukoliko "
604
- "koristite premium verziju."
605
 
606
  #: ../templates/admin/wishlist-panel-premium.php:185
607
  #: ../templates/admin/wishlist-panel-premium.php:383
@@ -944,7 +1028,7 @@ msgstr "Jedinična cijena"
944
  msgid "Stock Status"
945
  msgstr "Stanje zalihe"
946
 
947
- #: ../templates/wishlist-view.php:152 ../templates/wishlist-view.php:231
948
  msgid "Remove this product"
949
  msgstr "Obriši ovaj proizvod"
950
 
@@ -952,51 +1036,65 @@ msgstr "Obriši ovaj proizvod"
952
  msgid "Free!"
953
  msgstr "Besplatno!"
954
 
955
- #: ../templates/wishlist-view.php:178
956
  msgid "Out of Stock"
957
  msgstr "Nema na zalihi"
958
 
959
- #: ../templates/wishlist-view.php:178
960
  msgid "In Stock"
961
  msgstr "Na zalihi"
962
 
963
- #: ../templates/wishlist-view.php:187
964
  #, php-format
965
  msgid "Added on : %s"
966
  msgstr "Dodano: %s"
967
 
968
- #: ../templates/wishlist-view.php:199
969
  msgid "Move"
970
  msgstr "Premjesti"
971
 
972
- #: ../templates/wishlist-view.php:211
973
- msgid "Shared"
974
- msgstr "Podijeljeno"
975
-
976
- #: ../templates/wishlist-view.php:214
977
- msgid "Private"
978
- msgstr "Privatno"
979
-
980
- #: ../templates/wishlist-view.php:217
981
- msgid "Public"
982
- msgstr "Javno"
983
-
984
- #: ../templates/wishlist-view.php:231
985
  msgid "Remove"
986
  msgstr "Obriši"
987
 
988
- #: ../templates/wishlist-view.php:258
989
  msgid "Add the selected products to the cart"
990
  msgstr "Dodaj označene proizvode u košaricu"
991
 
992
- #: ../templates/wishlist-view.php:266 ../templates/wishlist-view.php:312
993
  msgid "Ask for an estimate"
994
  msgstr "Zatraži procjenu cijene"
995
 
996
- #: ../templates/wishlist-view.php:302
997
  msgid "Your email"
998
  msgstr ""
999
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1000
  #~ msgid "I wanted you to see this site"
1001
  #~ msgstr "Ovo morate vidjeti"
1002
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
+ "POT-Creation-Date: 2018-10-04 14:50+0200\n"
5
+ "PO-Revision-Date: 2018-10-04 14:50+0200\n"
6
  "Last-Translator: \n"
7
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
8
  "Language: hr_HR\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 2.0.8\n"
13
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;__ngettext:1,2;"
14
  "__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;"
15
  "_nx_noop:4c,1,2\n"
21
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
22
 
23
  #: ../includes/class.yith-wcwl-admin-init.php:159
24
+ #: ../includes/class.yith-wcwl-admin-init.php:1478
25
+ #: ../includes/class.yith-wcwl-admin-init.php:1479
26
+ #: ../includes/class.yith-wcwl-install.php:245
27
  msgid "Wishlist"
28
  msgstr "Lista želja"
29
 
30
  #: ../includes/class.yith-wcwl-admin-init.php:161
 
31
  msgid "Settings"
32
  msgstr "Postavke"
33
 
34
  #: ../includes/class.yith-wcwl-admin-init.php:162
35
+ #: ../includes/class.yith-wcwl-admin-init.php:243
36
  msgid "Colors"
37
  msgstr "Boje"
38
 
39
  #: ../includes/class.yith-wcwl-admin-init.php:163
 
40
  msgid "Premium Version"
41
  msgstr "Premium verzija"
42
 
43
+ #: ../includes/class.yith-wcwl-admin-init.php:1018
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
44
  msgid "Upgrade to the PREMIUM VERSION"
45
  msgstr "Nadogradite na PREMIUM VERZIJU"
46
 
47
+ #: ../includes/class.yith-wcwl-admin-init.php:1022
 
 
 
 
48
  msgid "Discover the Advanced Features"
49
  msgstr "Otkrijte Dodatne opcije"
50
 
51
+ #: ../includes/class.yith-wcwl-admin-init.php:1023
52
  msgid ""
53
  "Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE WISHLIST to benefit from "
54
  "all features!"
55
  msgstr ""
56
 
57
+ #: ../includes/class.yith-wcwl-admin-init.php:1029
58
  msgid "Get Support and Pro Features"
59
  msgstr "Podrška i Pro Pogodnosti"
60
 
61
+ #: ../includes/class.yith-wcwl-admin-init.php:1030
62
  msgid ""
63
  "By purchasing the premium version of the plugin, you will take advantage of "
64
  "the advanced features of the product and you will get one year of free "
68
  "proizvoda i ostvarujete godinu dana besplatnih nadogradnji i podrške preko "
69
  "naše platforme dostupne 24sata/24."
70
 
71
+ #: ../includes/class.yith-wcwl-admin-init.php:1040
72
  msgid "General Settings"
73
  msgstr "Osnovne postavke"
74
 
75
+ #: ../includes/class.yith-wcwl-admin-init.php:1047
76
  msgid "Enable YITH Wishlist"
77
  msgstr "Omogući YITH Listu želja"
78
 
79
+ #: ../includes/class.yith-wcwl-admin-init.php:1048
80
  #, php-format
81
  msgid ""
82
  "Enable all plugin features. <strong>Be sure to select at least one option in "
84
  "plugin <a href=\"%s\" target=\"_blank\">documentation</a>."
85
  msgstr ""
86
 
87
+ #: ../includes/class.yith-wcwl-admin-init.php:1054
88
  msgid "Default wishlist title"
89
  msgstr "Naslov Liste želja"
90
 
91
+ #: ../includes/class.yith-wcwl-admin-init.php:1056
92
+ #: ../includes/class.yith-wcwl-admin-init.php:1057
93
+ #: ../includes/class.yith-wcwl-admin-init.php:1293
94
  #, php-format
95
  msgid "My wishlist on %s"
96
  msgstr "Moja lista želja na %s"
97
 
98
+ #: ../includes/class.yith-wcwl-admin-init.php:1062
99
  msgid "Wishlist Page"
100
  msgstr "Stranica Liste želja"
101
 
102
+ #: ../includes/class.yith-wcwl-admin-init.php:1063
103
  msgid "Page contents: [yith_wcwl_wishlist]"
104
  msgstr "Sadržaj stranice"
105
 
106
+ #: ../includes/class.yith-wcwl-admin-init.php:1072
107
  msgid "Position"
108
  msgstr "Pozicija"
109
 
110
+ #: ../includes/class.yith-wcwl-admin-init.php:1073
111
  msgid ""
112
  "You can add the button in variable products only after the \"Add to Cart\" "
113
  "button or using the shortcode [yith_wcwl_add_to_wishlist]."
115
  "Možete dodati gumb na varijacijama proizvoda samo nakon gumba \"Dodaj u "
116
  "košaricu\" koristeći shortcode [yith_wcwl_add_to_wishlist]."
117
 
118
+ #: ../includes/class.yith-wcwl-admin-init.php:1079
119
  msgid "After \"Add to cart\""
120
  msgstr "Nakon \"Dodaj u košaricu\""
121
 
122
+ #: ../includes/class.yith-wcwl-admin-init.php:1080
123
  msgid "After thumbnails"
124
  msgstr "Nakon minijatura"
125
 
126
+ #: ../includes/class.yith-wcwl-admin-init.php:1081
127
  msgid "After summary"
128
  msgstr "Nakon sažetka"
129
 
130
+ #: ../includes/class.yith-wcwl-admin-init.php:1082
131
  msgid "Use shortcode"
132
  msgstr "Koristi shorcode"
133
 
134
+ #: ../includes/class.yith-wcwl-admin-init.php:1087
135
  msgid "Redirect to cart"
136
  msgstr "Preusmjeri na košaricu"
137
 
138
+ #: ../includes/class.yith-wcwl-admin-init.php:1088
139
  msgid ""
140
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
141
  "page."
143
  "Preusmjeri na košaricu ako je na Listi želja odabran gumb \"Dodaj u košaricu"
144
  "\"."
145
 
146
+ #: ../includes/class.yith-wcwl-admin-init.php:1094
147
  msgid "Remove if added to the cart"
148
  msgstr "Obriši ako je dodan u košaricu"
149
 
150
+ #: ../includes/class.yith-wcwl-admin-init.php:1095
151
  msgid "Remove the product from the wishlist if it has been added to the cart."
152
  msgstr "Obriši proizvod iz liste želja ako je dodan u košaricu."
153
 
154
+ #: ../includes/class.yith-wcwl-admin-init.php:1101
155
  msgid "\"Add to Wishlist\" text"
156
  msgstr "Tekst za \"Dodaj u listu želja\""
157
 
158
+ #: ../includes/class.yith-wcwl-admin-init.php:1103
159
  msgid "Add to Wishlist"
160
  msgstr "Dodaj u košaricu"
161
 
162
+ #: ../includes/class.yith-wcwl-admin-init.php:1108
163
  msgid "\"Browse wishlist\" text"
164
  msgstr "Tekst za \"Pregledaj listu želja\""
165
 
166
+ #: ../includes/class.yith-wcwl-admin-init.php:1110
167
  #: ../includes/class.yith-wcwl-ui.php:82 ../includes/class.yith-wcwl-ui.php:83
168
  msgid "Browse Wishlist"
169
  msgstr "Pregledaj listu želja"
170
 
171
+ #: ../includes/class.yith-wcwl-admin-init.php:1115
172
  msgid "\"Product already in wishlist\" text"
173
  msgstr "Tekst za \"Proizvod je već dodan u listu želja\""
174
 
175
+ #: ../includes/class.yith-wcwl-admin-init.php:1117
176
  #: ../includes/class.yith-wcwl-ui.php:83
177
  msgid "The product is already in the wishlist!"
178
  msgstr "Proizvod je već dodan u listu želja!"
179
 
180
+ #: ../includes/class.yith-wcwl-admin-init.php:1122
181
  msgid "\"Product added\" text"
182
  msgstr "Tekst za \"Proizvod je dodan\""
183
 
184
+ #: ../includes/class.yith-wcwl-admin-init.php:1124
185
  #: ../includes/class.yith-wcwl-ui.php:82
186
  msgid "Product added!"
187
  msgstr "Proizvod je dodan!"
188
 
189
+ #: ../includes/class.yith-wcwl-admin-init.php:1129
190
  msgid "\"Add to Cart\" text"
191
  msgstr "Tekst za \"Dodaj u košaricu\""
192
 
193
+ #: ../includes/class.yith-wcwl-admin-init.php:1131
194
  msgid "Add to Cart"
195
  msgstr "Dodaj u košaricu"
196
 
197
+ #: ../includes/class.yith-wcwl-admin-init.php:1136
198
  msgid "Show Unit price"
199
  msgstr "Prikaži cijenu jedinice"
200
 
201
+ #: ../includes/class.yith-wcwl-admin-init.php:1137
202
  msgid "Show unit price for each product in wishlist"
203
  msgstr "Prikaži cijenu jedinice za svaki proizvod u listi želja"
204
 
205
+ #: ../includes/class.yith-wcwl-admin-init.php:1144
206
  msgid "Show \"Add to Cart\" button"
207
  msgstr "Prikaži gumb \"Dodaj u listu želja\""
208
 
209
+ #: ../includes/class.yith-wcwl-admin-init.php:1145
210
  msgid "Show \"Add to Cart\" button for each product in wishlist"
211
  msgstr "Prikaži gumb \"Dodaj u košaricu\" za svaki proizvod u listi želja"
212
 
213
+ #: ../includes/class.yith-wcwl-admin-init.php:1152
214
  msgid "Show Stock status"
215
  msgstr "Prikaži status zalihe"
216
 
217
+ #: ../includes/class.yith-wcwl-admin-init.php:1153
218
  msgid ""
219
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
220
  msgstr ""
221
  "Prikaži \"Na zalihi\" ili \"Nema na zalihi\" za svaki proizvod u listi želja"
222
 
223
+ #: ../includes/class.yith-wcwl-admin-init.php:1160
224
  msgid "Show Date of addition"
225
  msgstr "Prikaži datum dodavanja"
226
 
227
+ #: ../includes/class.yith-wcwl-admin-init.php:1161
228
  msgid "Show the date when users have added a product to the wishlist"
229
  msgstr "Prikaži datum kada je korisnik dodao proizvod u listu želja"
230
 
231
+ #: ../includes/class.yith-wcwl-admin-init.php:1168
232
  msgid "Add second remove button"
233
  msgstr "Dodaj drugi gumb za brisanje"
234
 
235
+ #: ../includes/class.yith-wcwl-admin-init.php:1169
236
  msgid "Add a second remove button in the last column, with extended label"
237
  msgstr "Dodaj drugi gumb za brisanje u zadnjem redu, sa produženim natpisom"
238
 
239
+ #: ../includes/class.yith-wcwl-admin-init.php:1184
240
  msgid "Styles"
241
  msgstr "Stilovi"
242
 
243
+ #: ../includes/class.yith-wcwl-admin-init.php:1191
244
  msgid "Use buttons"
245
  msgstr "Koristi gumbove"
246
 
247
+ #: ../includes/class.yith-wcwl-admin-init.php:1192
248
  msgid "Use buttons instead of simple anchors."
249
  msgstr "Koristi gumbove umjesto jednostavih natpisa."
250
 
251
+ #: ../includes/class.yith-wcwl-admin-init.php:1198
252
  msgid "Custom CSS"
253
  msgstr "Prilagođeni CSS"
254
 
255
+ #: ../includes/class.yith-wcwl-admin-init.php:1205
256
  msgid "Use theme style"
257
  msgstr "Koristi stil teme"
258
 
259
+ #: ../includes/class.yith-wcwl-admin-init.php:1206
260
  msgid "Use the theme style."
261
  msgstr "Koristi stil teme."
262
 
263
+ #: ../includes/class.yith-wcwl-admin-init.php:1212
264
  msgid "Rounded buttons"
265
  msgstr "Zaobljeni rubovi gumbova"
266
 
267
+ #: ../includes/class.yith-wcwl-admin-init.php:1213
268
  msgid "Make button corners rounded"
269
  msgstr "Koristi zaobljene rubove gumbova"
270
 
271
+ #: ../includes/class.yith-wcwl-admin-init.php:1219
272
  msgid "\"Add to Wishlist\" icon"
273
  msgstr "Ikona za \"Dodaj u listu želja\""
274
 
275
+ #: ../includes/class.yith-wcwl-admin-init.php:1220
276
  msgid "Add an icon to the \"Add to Wishlist\" button"
277
  msgstr "Dodaj ikonu za gumb \"Dodaj u listu želja\""
278
 
279
+ #: ../includes/class.yith-wcwl-admin-init.php:1230
280
  msgid "\"Add to Cart\" icon"
281
  msgstr "Gumb za \"Dodaj u košaricu\""
282
 
283
+ #: ../includes/class.yith-wcwl-admin-init.php:1231
284
  msgid "Add an icon to the \"Add to Cart\" button"
285
  msgstr "Dodaj ikonu za gumb \"Dodaj u košaricu\""
286
 
287
+ #: ../includes/class.yith-wcwl-admin-init.php:1249
288
  msgid "Social Networks & Share"
289
  msgstr "Društvene mreže i dijeljenje"
290
 
291
+ #: ../includes/class.yith-wcwl-admin-init.php:1256
292
  msgid "Share on Facebook"
293
  msgstr "Podijeli na Facebooku"
294
 
295
+ #: ../includes/class.yith-wcwl-admin-init.php:1257
296
  msgid "Show \"Share on Facebook\" button"
297
  msgstr "Prikaži gumb \"Podijeli na Facebooku\""
298
 
299
+ #: ../includes/class.yith-wcwl-admin-init.php:1263
300
  msgid "Tweet on Twitter"
301
  msgstr "Tweet-aj na Twitteru"
302
 
303
+ #: ../includes/class.yith-wcwl-admin-init.php:1264
304
  msgid "Show \"Tweet on Twitter\" button"
305
  msgstr "Prikaži gumb \"Tweet-aj na Twitteru\""
306
 
307
+ #: ../includes/class.yith-wcwl-admin-init.php:1270
308
  msgid "Pin on Pinterest"
309
  msgstr "Pinaj na Pinterestu"
310
 
311
+ #: ../includes/class.yith-wcwl-admin-init.php:1271
312
  msgid "Show \"Pin on Pinterest\" button"
313
  msgstr "Prikaži gumb \"Pinaj na Pinterestu\""
314
 
315
+ #: ../includes/class.yith-wcwl-admin-init.php:1277
316
  msgid "Share on Google+"
317
  msgstr "Podijeli na Google+"
318
 
319
+ #: ../includes/class.yith-wcwl-admin-init.php:1278
320
  msgid "Show \"Share on Google+\" button"
321
  msgstr "Prikaži gumb \"Podijeli na Google+\""
322
 
323
+ #: ../includes/class.yith-wcwl-admin-init.php:1284
324
  msgid "Share by Email"
325
  msgstr "Podijeli preko Emaila"
326
 
327
+ #: ../includes/class.yith-wcwl-admin-init.php:1285
328
  msgid "Show \"Share by Email\" button"
329
  msgstr "Prikaži gumb \"Podijeli preko emaila\""
330
 
331
+ #: ../includes/class.yith-wcwl-admin-init.php:1291
332
  msgid "Social title"
333
  msgstr "Naslov za objavu"
334
 
335
+ #: ../includes/class.yith-wcwl-admin-init.php:1298
336
  msgid "Social text"
337
  msgstr "Tekst za objavu"
338
 
339
+ #: ../includes/class.yith-wcwl-admin-init.php:1299
340
  msgid ""
341
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
342
  "strong> where you want to show the URL of your wishlist."
344
  "Ovo će se koristiti na Twitteru i Pinterestu. Koristite <strong>%wishlist_url"
345
  "%</strong> gdje želite prikazati URL vaše liste želja."
346
 
347
+ #: ../includes/class.yith-wcwl-admin-init.php:1306
348
  msgid "Social image URL"
349
  msgstr "Link na sliku za objave"
350
 
351
+ #: ../includes/class.yith-wcwl-admin-init.php:1307
352
  msgid "It will be used by Pinterest."
353
  msgstr "Korisititi će se na Pinterestu."
354
 
355
+ #: ../includes/class.yith-wcwl-admin-init.php:1321
356
  #, php-format
357
  msgid ""
358
  "If you want to take advantage of this feature, you could consider to "
360
  msgstr ""
361
  "Ako želite koristiti prednosti ove opcije, možete razmisliti o kupovini %s."
362
 
363
+ #: ../includes/class.yith-wcwl-admin-init.php:1326
364
  msgid "YITH WooCommerce Frequently Bought Together Integration"
365
  msgstr "YITH WooCommerse skupna Integracija"
366
 
367
+ #: ../includes/class.yith-wcwl-admin-init.php:1333
368
  msgid "Enable slider in wishlist"
369
  msgstr "Omogući slider u listi želja"
370
 
371
+ #: ../includes/class.yith-wcwl-admin-init.php:1334
372
  #, php-format
373
  msgid ""
374
  "Choose to enable product slider in wishlist page with linked products (<a "
377
  "Odabite da biste omogućili slider sa povezanim proizvodima na listi želja "
378
  "(<a href=\"%s\" class=\"thickbox\">Primjer</a>). %s"
379
 
380
+ #: ../includes/class.yith-wcwl-admin-init.php:1370
381
  msgid "\"Add to wishlist\" button"
382
  msgstr "Gumb za \"Dodaj u listu želja\""
383
 
384
+ #: ../includes/class.yith-wcwl-admin-init.php:1373
385
+ #: ../includes/class.yith-wcwl-admin-init.php:1391
386
+ #: ../includes/class.yith-wcwl-admin-init.php:1409
387
+ #: ../includes/class.yith-wcwl-admin-init.php:1427
388
+ #: ../includes/class.yith-wcwl-admin-init.php:1445
389
  msgid "Background"
390
  msgstr "Pozadina"
391
 
392
+ #: ../includes/class.yith-wcwl-admin-init.php:1374
393
+ #: ../includes/class.yith-wcwl-admin-init.php:1392
394
+ #: ../includes/class.yith-wcwl-admin-init.php:1410
395
+ #: ../includes/class.yith-wcwl-admin-init.php:1428
396
+ #: ../includes/class.yith-wcwl-admin-init.php:1446
397
  msgid "Text"
398
  msgstr "Tekst"
399
 
400
+ #: ../includes/class.yith-wcwl-admin-init.php:1375
401
+ #: ../includes/class.yith-wcwl-admin-init.php:1393
402
+ #: ../includes/class.yith-wcwl-admin-init.php:1411
403
+ #: ../includes/class.yith-wcwl-admin-init.php:1429
404
+ #: ../includes/class.yith-wcwl-admin-init.php:1447
405
  msgid "Border"
406
  msgstr "Obrub"
407
 
408
+ #: ../includes/class.yith-wcwl-admin-init.php:1382
409
+ #: ../includes/class.yith-wcwl-admin-init.php:1400
410
+ #: ../includes/class.yith-wcwl-admin-init.php:1418
411
+ #: ../includes/class.yith-wcwl-admin-init.php:1436
412
  msgid "Background (hover)"
413
  msgstr "Pozadina (hover)"
414
 
415
+ #: ../includes/class.yith-wcwl-admin-init.php:1383
416
+ #: ../includes/class.yith-wcwl-admin-init.php:1401
417
+ #: ../includes/class.yith-wcwl-admin-init.php:1419
418
+ #: ../includes/class.yith-wcwl-admin-init.php:1437
419
  msgid "Text (hover)"
420
  msgstr "Tekst (hover)"
421
 
422
+ #: ../includes/class.yith-wcwl-admin-init.php:1384
423
+ #: ../includes/class.yith-wcwl-admin-init.php:1402
424
+ #: ../includes/class.yith-wcwl-admin-init.php:1420
425
+ #: ../includes/class.yith-wcwl-admin-init.php:1438
426
  msgid "Border (hover)"
427
  msgstr "Obrub (hover)"
428
 
429
+ #: ../includes/class.yith-wcwl-admin-init.php:1388
430
  msgid "\"Add to Cart\" button"
431
  msgstr "Gumb za \"Dodaj u košaricu\""
432
 
433
+ #: ../includes/class.yith-wcwl-admin-init.php:1406
434
  msgid "\"Style 1\" button"
435
  msgstr "Gumb \"Stil 1\""
436
 
437
+ #: ../includes/class.yith-wcwl-admin-init.php:1424
438
  msgid "\"Style 2\" button"
439
  msgstr "Gumb \"Stil 2\""
440
 
441
+ #: ../includes/class.yith-wcwl-admin-init.php:1442
442
  msgid "Wishlist table"
443
  msgstr "Tablica liste želja"
444
 
445
+ #: ../includes/class.yith-wcwl-admin-init.php:1451
446
  msgid "Headers"
447
  msgstr "Naslovi"
448
 
449
+ #: ../includes/class.yith-wcwl-admin-init.php:1454
450
  msgid "Background color"
451
  msgstr "Boja pozadine"
452
 
453
+ #: ../includes/class.yith-wcwl-admin-init.php:1544
454
  msgid "Wishlist Activated"
455
  msgstr "Lista želja aktivirana"
456
 
457
+ #: ../includes/class.yith-wcwl-admin-init.php:1545
458
  #, php-format
459
  msgid ""
460
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
467
  "je u izvanrednoj PREMIUM verziji sa puno novih opcija, <a href=\"%s"
468
  "\">otkrijte je</a>."
469
 
470
+ #: ../includes/class.yith-wcwl-admin-init.php:1556
471
  msgid "Wishlist Updated"
472
  msgstr "Lista želja je ažurirana"
473
 
474
+ #: ../includes/class.yith-wcwl-admin-init.php:1557
475
  #, php-format
476
  msgid ""
477
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
486
  "ovaj meni. Lista želja je ažurirana novim opcijama, <a href=\"%s\">otkrijte "
487
  "PREMIUM verziju.</a>"
488
 
489
+ #: ../includes/class.yith-wcwl-init.php:403
490
  msgid ""
491
  "We are sorry, but this feature is available only if cookies are enabled on "
492
  "your browser."
494
  "Žao nam je, ova opcija je dostupna samo ako imate aktivirana kolačiće u "
495
  "vašem pregledniku."
496
 
497
+ #: ../includes/class.yith-wcwl-init.php:404
498
  msgid "Product correctly added to cart"
499
  msgstr "Proizvod uspješno dodan u košaricu"
500
 
501
+ #: ../includes/class.yith-wcwl-install.php:244
502
  msgctxt "page_slug"
503
  msgid "wishlist"
504
  msgstr "listaželja"
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 "Search Wishlists"
550
+ msgid "Customer Wishlists"
551
+ msgstr "Pretraga listi želja"
552
+
553
+ #: ../includes/class.yith-wcwl-privacy.php:133
554
+ #, fuzzy
555
+ #| msgid "Wishlist"
556
+ msgid "Wishlists"
557
+ msgstr "Lista želja"
558
+
559
+ #: ../includes/class.yith-wcwl-privacy.php:195
560
+ #, fuzzy, php-format
561
+ #| msgid "My wishlist on %s"
562
+ msgid "Removed wishlist %s."
563
+ msgstr "Moja lista želja na %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
+ #, fuzzy
580
+ #| msgid "Wishlist"
581
+ msgid "Wishlist url"
582
+ msgstr "Lista želja"
583
+
584
+ #: ../includes/class.yith-wcwl-privacy.php:230
585
+ msgid "Title"
586
+ msgstr ""
587
+
588
+ #: ../includes/class.yith-wcwl-privacy.php:231
589
+ msgctxt "date wishlist was created"
590
+ msgid "Created on"
591
+ msgstr ""
592
+
593
+ #: ../includes/class.yith-wcwl-privacy.php:232
594
+ msgid "Visibility"
595
+ msgstr ""
596
+
597
+ #: ../includes/class.yith-wcwl-privacy.php:233
598
+ msgid "Items Added"
599
+ msgstr ""
600
+
601
+ #: ../includes/class.yith-wcwl-privacy.php:283
602
+ #: ../templates/wishlist-view.php:212
603
+ msgid "Shared"
604
+ msgstr "Podijeljeno"
605
+
606
+ #: ../includes/class.yith-wcwl-privacy.php:286
607
+ #: ../templates/wishlist-view.php:215
608
+ msgid "Private"
609
+ msgstr "Privatno"
610
+
611
+ #: ../includes/class.yith-wcwl-privacy.php:289
612
+ #: ../templates/wishlist-view.php:218
613
+ msgid "Public"
614
+ msgstr "Javno"
615
+
616
  #: ../includes/class.yith-wcwl-shortcode.php:259
617
  #: ../includes/class.yith-wcwl-ui.php:164
618
  msgid "Share on:"
635
  msgid "email"
636
  msgstr ""
637
 
638
+ #: ../includes/class.yith-wcwl.php:201
639
  msgid "An error occurred while adding products to the wishlist."
640
  msgstr "Greška prilikom dodavanja proizvoda u listu želja."
641
 
642
+ #: ../includes/class.yith-wcwl.php:293
643
  msgid "An error occurred while adding products to wishlist."
644
  msgstr "Greška prilikom dodavanja proizvoda u listu želja."
645
 
646
+ #: ../includes/class.yith-wcwl.php:310
647
  msgid "The \"Remove\" option now does not require any parameter"
648
  msgstr "Opcija \"Obriši\" ne zahtjeva parametre"
649
 
650
+ #: ../includes/class.yith-wcwl.php:359
651
  msgid "An error occurred while removing products from the wishlist"
652
  msgstr "Greška prilikom brisanja proizvoda iz liste želja"
653
 
654
+ #: ../includes/class.yith-wcwl.php:809
655
  msgid "You need to log in before creating a new wishlist"
656
  msgstr "Morate se prijaviti da biste mogli dodavati proizvode u listu želja"
657
 
658
+ #: ../includes/class.yith-wcwl.php:1610
659
  msgid "Product successfully removed."
660
  msgstr "Proizvod uspješno obrisan."
661
 
662
+ #: ../includes/class.yith-wcwl.php:1614
663
  msgid "Error. Unable to remove the product from the wishlist."
664
  msgstr "Greška. Proizvod se ne može obrisati iz liste želja."
665
 
666
+ #: ../includes/class.yith-wcwl.php:1618 ../templates/wishlist-view.php:242
667
  msgid "No products were added to the wishlist"
668
  msgstr "Nema proizvoda u listi želja"
669
 
670
+ #: ../includes/class.yith-wcwl.php:1660
671
  msgid "An error as occurred."
672
  msgstr "Greška, neuspješan pokušaj."
673
 
680
  "WooCommerce dodatak da bi mogla raditi."
681
 
682
  #: ../init.php:140
683
+ msgid "You can't activate the free version of"
684
+ msgstr ""
685
+
686
+ #: ../init.php:140
687
+ msgid "while you are using the premium one."
688
  msgstr ""
 
 
689
 
690
  #: ../templates/admin/wishlist-panel-premium.php:185
691
  #: ../templates/admin/wishlist-panel-premium.php:383
1028
  msgid "Stock Status"
1029
  msgstr "Stanje zalihe"
1030
 
1031
+ #: ../templates/wishlist-view.php:152 ../templates/wishlist-view.php:232
1032
  msgid "Remove this product"
1033
  msgstr "Obriši ovaj proizvod"
1034
 
1036
  msgid "Free!"
1037
  msgstr "Besplatno!"
1038
 
1039
+ #: ../templates/wishlist-view.php:179
1040
  msgid "Out of Stock"
1041
  msgstr "Nema na zalihi"
1042
 
1043
+ #: ../templates/wishlist-view.php:179
1044
  msgid "In Stock"
1045
  msgstr "Na zalihi"
1046
 
1047
+ #: ../templates/wishlist-view.php:188
1048
  #, php-format
1049
  msgid "Added on : %s"
1050
  msgstr "Dodano: %s"
1051
 
1052
+ #: ../templates/wishlist-view.php:200
1053
  msgid "Move"
1054
  msgstr "Premjesti"
1055
 
1056
+ #: ../templates/wishlist-view.php:232
 
 
 
 
 
 
 
 
 
 
 
 
1057
  msgid "Remove"
1058
  msgstr "Obriši"
1059
 
1060
+ #: ../templates/wishlist-view.php:259
1061
  msgid "Add the selected products to the cart"
1062
  msgstr "Dodaj označene proizvode u košaricu"
1063
 
1064
+ #: ../templates/wishlist-view.php:267 ../templates/wishlist-view.php:313
1065
  msgid "Ask for an estimate"
1066
  msgstr "Zatraži procjenu cijene"
1067
 
1068
+ #: ../templates/wishlist-view.php:303
1069
  msgid "Your email"
1070
  msgstr ""
1071
 
1072
+ #~ msgid "Live Demo"
1073
+ #~ msgstr "Pregled uživo"
1074
+
1075
+ #~ msgid ""
1076
+ #~ "WARNING: This plugin requires at least WooCommerce 2.2! Please, use this "
1077
+ #~ "link to update it."
1078
+ #~ msgstr ""
1079
+ #~ "UPOZORENJE: Ovaj dodatak zahtjeva barem WooCommerce 2.2. verziju! Molimo "
1080
+ #~ "koristite ovaj link da biste ažurirali trenutnu verziju."
1081
+
1082
+ #~ msgid "WARNING: This plugin requires at least WooCommerce 2.2!"
1083
+ #~ msgstr "UPOZORENJE: Ovaj dodatak zahtjeva barem WooCommerce 2.2. verziju! "
1084
+
1085
+ #~ msgid "Plugin Documentation"
1086
+ #~ msgstr "Dokumentacija dodatka"
1087
+
1088
+ #~ msgid "YITH WooCommerce Wishlist"
1089
+ #~ msgstr "YITH WooCommerce Lista želja"
1090
+
1091
+ #~ msgid ""
1092
+ #~ "You can't activate the free version of YITH WooCommerce Wishlist while "
1093
+ #~ "you are using the premium one."
1094
+ #~ msgstr ""
1095
+ #~ "Ne možete aktivirati besplatnu verziju YITH WooCommerce Listu želja "
1096
+ #~ "ukoliko koristite premium verziju."
1097
+
1098
  #~ msgid "I wanted you to see this site"
1099
  #~ msgstr "Ovo morate vidjeti"
1100
 
languages/yith-woocommerce-wishlist-it_IT.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-it_IT.po CHANGED
@@ -3,8 +3,8 @@
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
- "POT-Creation-Date: 2017-10-24 17:33+0200\n"
7
- "PO-Revision-Date: 2017-10-24 17:33+0200\n"
8
  "Last-Translator: \n"
9
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
10
  "Language: it_IT\n"
@@ -12,7 +12,7 @@ msgstr ""
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
15
- "X-Generator: Poedit 1.8.7.1\n"
16
  "X-Poedit-KeywordsList: __;gettext;gettext_noop;_e;_n:1,2;__ngettext_noop:1,2;"
17
  "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
18
  "X-Poedit-Basepath: ..\n"
@@ -20,71 +20,44 @@ msgstr ""
20
  "X-Poedit-SearchPathExcluded-0: plugin-fw\n"
21
 
22
  #: includes/class.yith-wcwl-admin-init.php:159
23
- #: includes/class.yith-wcwl-admin-init.php:1483
24
- #: includes/class.yith-wcwl-admin-init.php:1484
25
- #: includes/class.yith-wcwl-install.php:244
26
  msgid "Wishlist"
27
  msgstr "Wishlist"
28
 
29
  #: includes/class.yith-wcwl-admin-init.php:161
30
- #: includes/class.yith-wcwl-admin-init.php:251
31
  msgid "Settings"
32
  msgstr "Impostazioni"
33
 
34
  #: includes/class.yith-wcwl-admin-init.php:162
35
- #: includes/class.yith-wcwl-admin-init.php:236
36
  msgid "Colors"
37
  msgstr "Colori"
38
 
39
  #: includes/class.yith-wcwl-admin-init.php:163
40
- #: includes/class.yith-wcwl-admin-init.php:255
41
  msgid "Premium Version"
42
  msgstr "Versione premium"
43
 
44
- #: includes/class.yith-wcwl-admin-init.php:256
45
- msgid "Live Demo"
46
- msgstr "Live demo"
47
-
48
- #: includes/class.yith-wcwl-admin-init.php:280
49
- msgid ""
50
- "WARNING: This plugin requires at least WooCommerce 2.2! Please, use this "
51
- "link to update it."
52
- msgstr ""
53
- "ATTENZIONE: Questo plugin richiede almeno la versione 2.2 di WooCommerce! "
54
- "Aggiornalo da qui."
55
-
56
- #: includes/class.yith-wcwl-admin-init.php:283
57
- msgid "WARNING: This plugin requires at least WooCommerce 2.2!"
58
- msgstr ""
59
- "ATTENZIONE: Questo plugin richiede almeno la versione 2.2 di WooCommerce!"
60
-
61
- #: includes/class.yith-wcwl-admin-init.php:288
62
- msgid "Plugin Documentation"
63
- msgstr "Documentazione plugin"
64
-
65
- #: includes/class.yith-wcwl-admin-init.php:1023
66
  msgid "Upgrade to the PREMIUM VERSION"
67
  msgstr "Aggiorna alla VERSIONE PREMIUM"
68
 
69
- #: includes/class.yith-wcwl-admin-init.php:1026
70
- msgid "YITH WooCommerce Wishlist"
71
- msgstr "YITH WooCommerce Wishlist"
72
-
73
- #: includes/class.yith-wcwl-admin-init.php:1027
74
  msgid "Discover the Advanced Features"
75
  msgstr "Scopri le funzionalità avanzate"
76
 
77
- #: includes/class.yith-wcwl-admin-init.php:1028
78
  msgid ""
79
  "Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE WISHLIST to benefit from "
80
  "all features!"
81
  msgstr ""
82
 
83
- #: includes/class.yith-wcwl-admin-init.php:1034
84
  msgid "Get Support and Pro Features"
85
  msgstr "Ottieni supporto e funzionalità premium"
86
 
87
- #: includes/class.yith-wcwl-admin-init.php:1035
88
  msgid ""
89
  "By purchasing the premium version of the plugin, you will take advantage of "
90
  "the advanced features of the product and you will get one year of free "
@@ -95,15 +68,15 @@ msgstr ""
95
  "aggiornamenti gratuiti e di supporto tramite la nostra piattaforma "
96
  "disponibile 24h/24."
97
 
98
- #: includes/class.yith-wcwl-admin-init.php:1045
99
  msgid "General Settings"
100
  msgstr "Impostazioni generali"
101
 
102
- #: includes/class.yith-wcwl-admin-init.php:1052
103
  msgid "Enable YITH Wishlist"
104
  msgstr "Abilita YITH Wishlist"
105
 
106
- #: includes/class.yith-wcwl-admin-init.php:1053
107
  #, php-format
108
  msgid ""
109
  "Enable all plugin features. <strong>Be sure to select at least one option in "
@@ -111,30 +84,30 @@ msgid ""
111
  "plugin <a href=\"%s\" target=\"_blank\">documentation</a>."
112
  msgstr ""
113
 
114
- #: includes/class.yith-wcwl-admin-init.php:1059
115
  msgid "Default wishlist title"
116
  msgstr "Titolo di default della lista dei desideri"
117
 
118
- #: includes/class.yith-wcwl-admin-init.php:1061
119
- #: includes/class.yith-wcwl-admin-init.php:1062
120
- #: includes/class.yith-wcwl-admin-init.php:1298
121
  #, php-format
122
  msgid "My wishlist on %s"
123
  msgstr "La mia lista dei desideri su %s"
124
 
125
- #: includes/class.yith-wcwl-admin-init.php:1067
126
  msgid "Wishlist Page"
127
  msgstr "Pagina Lista dei desideri"
128
 
129
- #: includes/class.yith-wcwl-admin-init.php:1068
130
  msgid "Page contents: [yith_wcwl_wishlist]"
131
  msgstr "Contenuti pagina: [yith_wcwl_wishlist]"
132
 
133
- #: includes/class.yith-wcwl-admin-init.php:1077
134
  msgid "Position"
135
  msgstr "Posizione"
136
 
137
- #: includes/class.yith-wcwl-admin-init.php:1078
138
  msgid ""
139
  "You can add the button in variable products only after the \"Add to Cart\" "
140
  "button or using the shortcode [yith_wcwl_add_to_wishlist]."
@@ -143,27 +116,27 @@ msgstr ""
143
  "\"Aggiungi al carrello\" oppure utilizza lo shortcode "
144
  "[yith_wcwl_add_to_wishlist]."
145
 
146
- #: includes/class.yith-wcwl-admin-init.php:1084
147
  msgid "After \"Add to cart\""
148
  msgstr "Dopo \"Aggiungi al carrello\""
149
 
150
- #: includes/class.yith-wcwl-admin-init.php:1085
151
  msgid "After thumbnails"
152
  msgstr "Dopo miniatura"
153
 
154
- #: includes/class.yith-wcwl-admin-init.php:1086
155
  msgid "After summary"
156
  msgstr "Dopo sommario"
157
 
158
- #: includes/class.yith-wcwl-admin-init.php:1087
159
  msgid "Use shortcode"
160
  msgstr "Utilizza lo shortcode"
161
 
162
- #: includes/class.yith-wcwl-admin-init.php:1092
163
  msgid "Redirect to cart"
164
  msgstr "Riporta al carrello"
165
 
166
- #: includes/class.yith-wcwl-admin-init.php:1093
167
  msgid ""
168
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
169
  "page."
@@ -171,209 +144,209 @@ msgstr ""
171
  "Porta al carrello se viene cliccato il pulsante \"Aggiungi al carrello\" "
172
  "nella pagina Lista dei desideri. "
173
 
174
- #: includes/class.yith-wcwl-admin-init.php:1099
175
  msgid "Remove if added to the cart"
176
  msgstr "Rimuovi se aggiunto al carrello"
177
 
178
- #: includes/class.yith-wcwl-admin-init.php:1100
179
  msgid "Remove the product from the wishlist if it has been added to the cart."
180
  msgstr ""
181
  "Rimuovi il prodotto dalla lista dei desideri se è stato aggiunto al carrello."
182
 
183
- #: includes/class.yith-wcwl-admin-init.php:1106
184
  msgid "\"Add to Wishlist\" text"
185
  msgstr "Testo per \"Aggiungi alla lista dei desideri\""
186
 
187
- #: includes/class.yith-wcwl-admin-init.php:1108
188
  msgid "Add to Wishlist"
189
  msgstr "Aggiungi alla lista dei desideri"
190
 
191
- #: includes/class.yith-wcwl-admin-init.php:1113
192
  msgid "\"Browse wishlist\" text"
193
  msgstr "Testo per \"Sfoglia la lista dei desideri\""
194
 
195
- #: includes/class.yith-wcwl-admin-init.php:1115
196
  #: includes/class.yith-wcwl-ui.php:82 includes/class.yith-wcwl-ui.php:83
197
  msgid "Browse Wishlist"
198
  msgstr "Sfoglia la lista dei desideri"
199
 
200
- #: includes/class.yith-wcwl-admin-init.php:1120
201
  msgid "\"Product already in wishlist\" text"
202
  msgstr "Testo per \"Articolo già presente nella lista dei desideri\""
203
 
204
- #: includes/class.yith-wcwl-admin-init.php:1122
205
  #: includes/class.yith-wcwl-ui.php:83
206
  msgid "The product is already in the wishlist!"
207
  msgstr "L'articolo selezionato è già presente nella tua lista dei desideri!"
208
 
209
- #: includes/class.yith-wcwl-admin-init.php:1127
210
  msgid "\"Product added\" text"
211
  msgstr "Testo per \"Articolo aggiunto\""
212
 
213
- #: includes/class.yith-wcwl-admin-init.php:1129
214
  #: includes/class.yith-wcwl-ui.php:82
215
  msgid "Product added!"
216
  msgstr "Articolo aggiunto!"
217
 
218
- #: includes/class.yith-wcwl-admin-init.php:1134
219
  msgid "\"Add to Cart\" text"
220
  msgstr "Testo per \"Aggiungi al carrello\""
221
 
222
- #: includes/class.yith-wcwl-admin-init.php:1136
223
  msgid "Add to Cart"
224
  msgstr "Aggiungi al carrello"
225
 
226
- #: includes/class.yith-wcwl-admin-init.php:1141
227
  msgid "Show Unit price"
228
  msgstr "Mostra prezzo unitario"
229
 
230
- #: includes/class.yith-wcwl-admin-init.php:1142
231
  msgid "Show unit price for each product in wishlist"
232
  msgstr ""
233
  "Mostra prezzo unitario per ogni prodotto aggiunto alla lista dei desideri"
234
 
235
- #: includes/class.yith-wcwl-admin-init.php:1149
236
  msgid "Show \"Add to Cart\" button"
237
  msgstr "Mostra pulsante \"Aggiungi al carrello\""
238
 
239
- #: includes/class.yith-wcwl-admin-init.php:1150
240
  msgid "Show \"Add to Cart\" button for each product in wishlist"
241
  msgstr ""
242
  "Mostra pulsante \"Aggiungi al carrello\" per ogni prodotto presente nella "
243
  "lista dei desideri"
244
 
245
- #: includes/class.yith-wcwl-admin-init.php:1157
246
  msgid "Show Stock status"
247
  msgstr "Mostra stato del prodotto"
248
 
249
- #: includes/class.yith-wcwl-admin-init.php:1158
250
  msgid ""
251
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
252
  msgstr ""
253
  "Mostra stato (\"Disponibile\" o \"Esaurito\") per ciascun prodotto nella "
254
  "lista dei desideri"
255
 
256
- #: includes/class.yith-wcwl-admin-init.php:1165
257
  msgid "Show Date of addition"
258
  msgstr "Mostra data di inserimento"
259
 
260
- #: includes/class.yith-wcwl-admin-init.php:1166
261
  msgid "Show the date when users have added a product to the wishlist"
262
  msgstr ""
263
  "Mostra la data in cui gli utenti hanno aggiunto l'articolo alla lista dei "
264
  "desideri"
265
 
266
- #: includes/class.yith-wcwl-admin-init.php:1173
267
  msgid "Add second remove button"
268
  msgstr "Aggiungi secondo pulsante \"Rimuovi\""
269
 
270
- #: includes/class.yith-wcwl-admin-init.php:1174
271
  msgid "Add a second remove button in the last column, with extended label"
272
  msgstr ""
273
  "Aggiungi un secondo pulsante \"Rimuovi\" con etichetta estesa nell'ultima "
274
  "colonna"
275
 
276
- #: includes/class.yith-wcwl-admin-init.php:1189
277
  msgid "Styles"
278
  msgstr "Stili"
279
 
280
- #: includes/class.yith-wcwl-admin-init.php:1196
281
  msgid "Use buttons"
282
  msgstr "Utilizza pulsanti"
283
 
284
- #: includes/class.yith-wcwl-admin-init.php:1197
285
  msgid "Use buttons instead of simple anchors."
286
  msgstr "Utilizza pulsanti invece che link"
287
 
288
- #: includes/class.yith-wcwl-admin-init.php:1203
289
  msgid "Custom CSS"
290
  msgstr "Personalizza CSS"
291
 
292
- #: includes/class.yith-wcwl-admin-init.php:1210
293
  msgid "Use theme style"
294
  msgstr "Utilizza lo stile del tema"
295
 
296
- #: includes/class.yith-wcwl-admin-init.php:1211
297
  msgid "Use the theme style."
298
  msgstr "Utilizza lo stile del tema"
299
 
300
- #: includes/class.yith-wcwl-admin-init.php:1217
301
  msgid "Rounded buttons"
302
  msgstr "Pulsanti arrotondati"
303
 
304
- #: includes/class.yith-wcwl-admin-init.php:1218
305
  msgid "Make button corners rounded"
306
  msgstr "Arrotonda gli angoli dei pulsanti"
307
 
308
- #: includes/class.yith-wcwl-admin-init.php:1224
309
  msgid "\"Add to Wishlist\" icon"
310
  msgstr "Icona per \"Aggiungi alla lista dei desideri\""
311
 
312
- #: includes/class.yith-wcwl-admin-init.php:1225
313
  msgid "Add an icon to the \"Add to Wishlist\" button"
314
  msgstr "Aggiungi un'icona al pulsante \"Aggiungi alla lista dei desideri\""
315
 
316
- #: includes/class.yith-wcwl-admin-init.php:1235
317
  msgid "\"Add to Cart\" icon"
318
  msgstr "Icona per \"Aggiungi al carrello\""
319
 
320
- #: includes/class.yith-wcwl-admin-init.php:1236
321
  msgid "Add an icon to the \"Add to Cart\" button"
322
  msgstr "Aggiungi un'icona al pulsante \"Aggiungi al carrello\""
323
 
324
- #: includes/class.yith-wcwl-admin-init.php:1254
325
  msgid "Social Networks & Share"
326
  msgstr "Social network e condivisione"
327
 
328
- #: includes/class.yith-wcwl-admin-init.php:1261
329
  msgid "Share on Facebook"
330
  msgstr "Condividi su Facebook"
331
 
332
- #: includes/class.yith-wcwl-admin-init.php:1262
333
  msgid "Show \"Share on Facebook\" button"
334
  msgstr "Mostra pulsante \"Condividi su Facebook\""
335
 
336
- #: includes/class.yith-wcwl-admin-init.php:1268
337
  msgid "Tweet on Twitter"
338
  msgstr "Condividi su Twitter"
339
 
340
- #: includes/class.yith-wcwl-admin-init.php:1269
341
  msgid "Show \"Tweet on Twitter\" button"
342
  msgstr "Mostra pulsante \"Condividi su Twitter\""
343
 
344
- #: includes/class.yith-wcwl-admin-init.php:1275
345
  msgid "Pin on Pinterest"
346
  msgstr "Condividi su Pinterest"
347
 
348
- #: includes/class.yith-wcwl-admin-init.php:1276
349
  msgid "Show \"Pin on Pinterest\" button"
350
  msgstr "Mostra pulsante\"Condividi su Pinterest\""
351
 
352
- #: includes/class.yith-wcwl-admin-init.php:1282
353
  msgid "Share on Google+"
354
  msgstr "Condividi su Google+"
355
 
356
- #: includes/class.yith-wcwl-admin-init.php:1283
357
  msgid "Show \"Share on Google+\" button"
358
  msgstr "Mostra pulsante \"Condividi su Google+\""
359
 
360
- #: includes/class.yith-wcwl-admin-init.php:1289
361
  msgid "Share by Email"
362
  msgstr "Condividi per email"
363
 
364
- #: includes/class.yith-wcwl-admin-init.php:1290
365
  msgid "Show \"Share by Email\" button"
366
  msgstr "Mostra pulsante \"Condividi per email\""
367
 
368
- #: includes/class.yith-wcwl-admin-init.php:1296
369
  msgid "Social title"
370
  msgstr "Nome per i social"
371
 
372
- #: includes/class.yith-wcwl-admin-init.php:1303
373
  msgid "Social text"
374
  msgstr "Testo per i social"
375
 
376
- #: includes/class.yith-wcwl-admin-init.php:1304
377
  msgid ""
378
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
379
  "strong> where you want to show the URL of your wishlist."
@@ -382,30 +355,30 @@ msgstr ""
382
  "%wishlist_url%</strong> nel punto in cui vuoi mostrare l'URL della tua lista "
383
  "dei desideri."
384
 
385
- #: includes/class.yith-wcwl-admin-init.php:1311
386
  msgid "Social image URL"
387
  msgstr "URL per immagine social"
388
 
389
- #: includes/class.yith-wcwl-admin-init.php:1312
390
  msgid "It will be used by Pinterest."
391
  msgstr "Verrà usato da Pinterest."
392
 
393
- #: includes/class.yith-wcwl-admin-init.php:1326
394
  #, php-format
395
  msgid ""
396
  "If you want to take advantage of this feature, you could consider to "
397
  "purchase the %s."
398
  msgstr "Se vuoi usufruire di questa funzionalità puoi acquistare l'%s."
399
 
400
- #: includes/class.yith-wcwl-admin-init.php:1331
401
  msgid "YITH WooCommerce Frequently Bought Together Integration"
402
  msgstr "Integrazione con YITH WooCommerce Frequently Bought Together"
403
 
404
- #: includes/class.yith-wcwl-admin-init.php:1338
405
  msgid "Enable slider in wishlist"
406
  msgstr "Abilita lo slider nella lista dei desideri"
407
 
408
- #: includes/class.yith-wcwl-admin-init.php:1339
409
  #, php-format
410
  msgid ""
411
  "Choose to enable product slider in wishlist page with linked products (<a "
@@ -414,84 +387,84 @@ msgstr ""
414
  "Scegli se abilitare lo slider prodotti nella pagina lista dei desideri con "
415
  "prodotti collegati (<a href=\"%s\" class=\"thickbox\">Esempio</a>). %s"
416
 
417
- #: includes/class.yith-wcwl-admin-init.php:1375
418
  msgid "\"Add to wishlist\" button"
419
  msgstr "Pulsante \"Aggiungi alla lista dei desideri\""
420
 
421
- #: includes/class.yith-wcwl-admin-init.php:1378
422
- #: includes/class.yith-wcwl-admin-init.php:1396
423
- #: includes/class.yith-wcwl-admin-init.php:1414
424
- #: includes/class.yith-wcwl-admin-init.php:1432
425
- #: includes/class.yith-wcwl-admin-init.php:1450
426
  msgid "Background"
427
  msgstr "Sfondo"
428
 
429
- #: includes/class.yith-wcwl-admin-init.php:1379
430
- #: includes/class.yith-wcwl-admin-init.php:1397
431
- #: includes/class.yith-wcwl-admin-init.php:1415
432
- #: includes/class.yith-wcwl-admin-init.php:1433
433
- #: includes/class.yith-wcwl-admin-init.php:1451
434
  msgid "Text"
435
  msgstr "Testo"
436
 
437
- #: includes/class.yith-wcwl-admin-init.php:1380
438
- #: includes/class.yith-wcwl-admin-init.php:1398
439
- #: includes/class.yith-wcwl-admin-init.php:1416
440
- #: includes/class.yith-wcwl-admin-init.php:1434
441
- #: includes/class.yith-wcwl-admin-init.php:1452
442
  msgid "Border"
443
  msgstr "Bordo"
444
 
445
- #: includes/class.yith-wcwl-admin-init.php:1387
446
- #: includes/class.yith-wcwl-admin-init.php:1405
447
- #: includes/class.yith-wcwl-admin-init.php:1423
448
- #: includes/class.yith-wcwl-admin-init.php:1441
449
  msgid "Background (hover)"
450
  msgstr "Sfondo (hover)"
451
 
452
- #: includes/class.yith-wcwl-admin-init.php:1388
453
- #: includes/class.yith-wcwl-admin-init.php:1406
454
- #: includes/class.yith-wcwl-admin-init.php:1424
455
- #: includes/class.yith-wcwl-admin-init.php:1442
456
  msgid "Text (hover)"
457
  msgstr "Testo (hover)"
458
 
459
- #: includes/class.yith-wcwl-admin-init.php:1389
460
- #: includes/class.yith-wcwl-admin-init.php:1407
461
- #: includes/class.yith-wcwl-admin-init.php:1425
462
- #: includes/class.yith-wcwl-admin-init.php:1443
463
  msgid "Border (hover)"
464
  msgstr "Bordo (hover)"
465
 
466
- #: includes/class.yith-wcwl-admin-init.php:1393
467
  msgid "\"Add to Cart\" button"
468
  msgstr "Pulsante \"Aggiungi al carrello\""
469
 
470
- #: includes/class.yith-wcwl-admin-init.php:1411
471
  msgid "\"Style 1\" button"
472
  msgstr "Pulsante \"Stile 1\""
473
 
474
- #: includes/class.yith-wcwl-admin-init.php:1429
475
  msgid "\"Style 2\" button"
476
  msgstr "Pulsante \"Stile 2\""
477
 
478
- #: includes/class.yith-wcwl-admin-init.php:1447
479
  msgid "Wishlist table"
480
  msgstr "Tabella lista dei desideri"
481
 
482
- #: includes/class.yith-wcwl-admin-init.php:1456
483
  msgid "Headers"
484
  msgstr "Intestazioni tabella"
485
 
486
- #: includes/class.yith-wcwl-admin-init.php:1459
487
  msgid "Background color"
488
  msgstr "Colore sfondo"
489
 
490
- #: includes/class.yith-wcwl-admin-init.php:1549
491
  msgid "Wishlist Activated"
492
  msgstr "Funzionalità lista dei desideri attivata"
493
 
494
- #: includes/class.yith-wcwl-admin-init.php:1550
495
  #, php-format
496
  msgid ""
497
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
@@ -504,11 +477,11 @@ msgstr ""
504
  "disponibile in una eccezionale versione PREMIUM con molte nuove opzioni, <a "
505
  "href=\"%s\">scopri di più adesso</a>."
506
 
507
- #: includes/class.yith-wcwl-admin-init.php:1561
508
  msgid "Wishlist Updated"
509
  msgstr "Lista dei desideri aggiornata"
510
 
511
- #: includes/class.yith-wcwl-admin-init.php:1562
512
  #, php-format
513
  msgid ""
514
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
@@ -524,7 +497,7 @@ msgstr ""
524
  "state aggiunte molte nuove opzioni, <a href=\"%s\">scopri la versione "
525
  "PREMIUM.</a>"
526
 
527
- #: includes/class.yith-wcwl-init.php:374
528
  msgid ""
529
  "We are sorry, but this feature is available only if cookies are enabled on "
530
  "your browser."
@@ -532,15 +505,124 @@ msgstr ""
532
  "Ci dispiace, questa funzionalità è disponibile solo se i cookie sono "
533
  "abilitati nel tuo browser."
534
 
535
- #: includes/class.yith-wcwl-init.php:375
536
  msgid "Product correctly added to cart"
537
  msgstr "Prodotto aggiunto correttamente al carrello"
538
 
539
- #: includes/class.yith-wcwl-install.php:243
540
  msgctxt "page_slug"
541
  msgid "wishlist"
542
  msgstr "wishlist "
543
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
544
  #: includes/class.yith-wcwl-shortcode.php:259
545
  #: includes/class.yith-wcwl-ui.php:164
546
  msgid "Share on:"
@@ -562,45 +644,45 @@ msgstr "Twitter"
562
  msgid "email"
563
  msgstr "email "
564
 
565
- #: includes/class.yith-wcwl.php:177
566
  msgid "An error occurred while adding products to the wishlist."
567
  msgstr ""
568
  "Si è verificato un errore durante l'inserimento dei prodotti nella lista dei "
569
  "desideri."
570
 
571
- #: includes/class.yith-wcwl.php:269
572
  msgid "An error occurred while adding products to wishlist."
573
  msgstr ""
574
  "Si è verificato un errore durante l'inserimento dei prodotti nella lista dei "
575
  "desideri."
576
 
577
- #: includes/class.yith-wcwl.php:286
578
  msgid "The \"Remove\" option now does not require any parameter"
579
  msgstr "L'opzione \"Rimuovi\" non richiede alcun parametro"
580
 
581
- #: includes/class.yith-wcwl.php:335
582
  msgid "An error occurred while removing products from the wishlist"
583
  msgstr ""
584
  "Si è verificato un errore durante la rimozione dei prodotti dalla lista dei "
585
  "desideri"
586
 
587
- #: includes/class.yith-wcwl.php:783
588
  msgid "You need to log in before creating a new wishlist"
589
  msgstr "Devi essere loggato prima di poter creare una nuova lista dei desideri"
590
 
591
- #: includes/class.yith-wcwl.php:1578
592
  msgid "Product successfully removed."
593
  msgstr "Prodotto rimosso con successo"
594
 
595
- #: includes/class.yith-wcwl.php:1582
596
  msgid "Error. Unable to remove the product from the wishlist."
597
  msgstr "Errore. Impossibile rimuovere il prodotto dalla lista dei desideri."
598
 
599
- #: includes/class.yith-wcwl.php:1586 templates/wishlist-view.php:241
600
  msgid "No products were added to the wishlist"
601
  msgstr "Non è stato aggiunto alcun prodotto alla lista dei desideri."
602
 
603
- #: includes/class.yith-wcwl.php:1628
604
  msgid "An error as occurred."
605
  msgstr "Si è verificato un errore."
606
 
@@ -613,12 +695,12 @@ msgstr ""
613
  "installare WooCommerce perché il plugin funzioni correttamente."
614
 
615
  #: init.php:140
616
- msgid ""
617
- "You can't activate the free version of YITH WooCommerce Wishlist while you "
618
- "are using the premium one."
 
 
619
  msgstr ""
620
- "Non puoi attivare la versione free di YITH WooCommerce Wishlist se stai "
621
- "utilizzando già la versione premium."
622
 
623
  #: templates/admin/wishlist-panel-premium.php:185
624
  #: templates/admin/wishlist-panel-premium.php:383
@@ -968,7 +1050,7 @@ msgstr "Prezzo unitario"
968
  msgid "Stock Status"
969
  msgstr "Stato prodotto"
970
 
971
- #: templates/wishlist-view.php:152 templates/wishlist-view.php:231
972
  msgid "Remove this product"
973
  msgstr "Rimuovi questo prodotto"
974
 
@@ -976,51 +1058,66 @@ msgstr "Rimuovi questo prodotto"
976
  msgid "Free!"
977
  msgstr "Gratis!"
978
 
979
- #: templates/wishlist-view.php:178
980
  msgid "Out of Stock"
981
  msgstr "Esaurito"
982
 
983
- #: templates/wishlist-view.php:178
984
  msgid "In Stock"
985
  msgstr "Disponibile"
986
 
987
- #: templates/wishlist-view.php:187
988
  #, php-format
989
  msgid "Added on : %s"
990
  msgstr "Aggiunto il: %s"
991
 
992
- #: templates/wishlist-view.php:199
993
  msgid "Move"
994
  msgstr "Sposta"
995
 
996
- #: templates/wishlist-view.php:211
997
- msgid "Shared"
998
- msgstr "Condivisa"
999
-
1000
- #: templates/wishlist-view.php:214
1001
- msgid "Private"
1002
- msgstr "Privata"
1003
-
1004
- #: templates/wishlist-view.php:217
1005
- msgid "Public"
1006
- msgstr "Pubblica"
1007
-
1008
- #: templates/wishlist-view.php:231
1009
  msgid "Remove"
1010
  msgstr "Rimuovi"
1011
 
1012
- #: templates/wishlist-view.php:258
1013
  msgid "Add the selected products to the cart"
1014
  msgstr "Aggiungi i prodotti selezionati al carrello"
1015
 
1016
- #: templates/wishlist-view.php:266 templates/wishlist-view.php:312
1017
  msgid "Ask for an estimate"
1018
  msgstr "Richiedi un preventivo"
1019
 
1020
- #: templates/wishlist-view.php:302
1021
  msgid "Your email"
1022
  msgstr ""
1023
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1024
  #~ msgid "I wanted you to see this site"
1025
  #~ msgstr "Vorrei che vedessi questo sito"
1026
 
@@ -1476,9 +1573,6 @@ msgstr ""
1476
  #~ msgid "Click to toggle"
1477
  #~ msgstr "Fai clic per aprire/chiudere"
1478
 
1479
- #~ msgid "Field Title"
1480
- #~ msgstr "Titolo campo"
1481
-
1482
  #~ msgid "Insert the title for the field."
1483
  #~ msgstr "Inserisci il titolo per il campo"
1484
 
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
6
+ "POT-Creation-Date: 2018-10-04 14:51+0200\n"
7
+ "PO-Revision-Date: 2018-10-04 14:51+0200\n"
8
  "Last-Translator: \n"
9
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
10
  "Language: it_IT\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
15
+ "X-Generator: Poedit 2.0.8\n"
16
  "X-Poedit-KeywordsList: __;gettext;gettext_noop;_e;_n:1,2;__ngettext_noop:1,2;"
17
  "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
18
  "X-Poedit-Basepath: ..\n"
20
  "X-Poedit-SearchPathExcluded-0: plugin-fw\n"
21
 
22
  #: includes/class.yith-wcwl-admin-init.php:159
23
+ #: includes/class.yith-wcwl-admin-init.php:1478
24
+ #: includes/class.yith-wcwl-admin-init.php:1479
25
+ #: includes/class.yith-wcwl-install.php:245
26
  msgid "Wishlist"
27
  msgstr "Wishlist"
28
 
29
  #: includes/class.yith-wcwl-admin-init.php:161
 
30
  msgid "Settings"
31
  msgstr "Impostazioni"
32
 
33
  #: includes/class.yith-wcwl-admin-init.php:162
34
+ #: includes/class.yith-wcwl-admin-init.php:243
35
  msgid "Colors"
36
  msgstr "Colori"
37
 
38
  #: includes/class.yith-wcwl-admin-init.php:163
 
39
  msgid "Premium Version"
40
  msgstr "Versione premium"
41
 
42
+ #: includes/class.yith-wcwl-admin-init.php:1018
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
43
  msgid "Upgrade to the PREMIUM VERSION"
44
  msgstr "Aggiorna alla VERSIONE PREMIUM"
45
 
46
+ #: includes/class.yith-wcwl-admin-init.php:1022
 
 
 
 
47
  msgid "Discover the Advanced Features"
48
  msgstr "Scopri le funzionalità avanzate"
49
 
50
+ #: includes/class.yith-wcwl-admin-init.php:1023
51
  msgid ""
52
  "Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE WISHLIST to benefit from "
53
  "all features!"
54
  msgstr ""
55
 
56
+ #: includes/class.yith-wcwl-admin-init.php:1029
57
  msgid "Get Support and Pro Features"
58
  msgstr "Ottieni supporto e funzionalità premium"
59
 
60
+ #: includes/class.yith-wcwl-admin-init.php:1030
61
  msgid ""
62
  "By purchasing the premium version of the plugin, you will take advantage of "
63
  "the advanced features of the product and you will get one year of free "
68
  "aggiornamenti gratuiti e di supporto tramite la nostra piattaforma "
69
  "disponibile 24h/24."
70
 
71
+ #: includes/class.yith-wcwl-admin-init.php:1040
72
  msgid "General Settings"
73
  msgstr "Impostazioni generali"
74
 
75
+ #: includes/class.yith-wcwl-admin-init.php:1047
76
  msgid "Enable YITH Wishlist"
77
  msgstr "Abilita YITH Wishlist"
78
 
79
+ #: includes/class.yith-wcwl-admin-init.php:1048
80
  #, php-format
81
  msgid ""
82
  "Enable all plugin features. <strong>Be sure to select at least one option in "
84
  "plugin <a href=\"%s\" target=\"_blank\">documentation</a>."
85
  msgstr ""
86
 
87
+ #: includes/class.yith-wcwl-admin-init.php:1054
88
  msgid "Default wishlist title"
89
  msgstr "Titolo di default della lista dei desideri"
90
 
91
+ #: includes/class.yith-wcwl-admin-init.php:1056
92
+ #: includes/class.yith-wcwl-admin-init.php:1057
93
+ #: includes/class.yith-wcwl-admin-init.php:1293
94
  #, php-format
95
  msgid "My wishlist on %s"
96
  msgstr "La mia lista dei desideri su %s"
97
 
98
+ #: includes/class.yith-wcwl-admin-init.php:1062
99
  msgid "Wishlist Page"
100
  msgstr "Pagina Lista dei desideri"
101
 
102
+ #: includes/class.yith-wcwl-admin-init.php:1063
103
  msgid "Page contents: [yith_wcwl_wishlist]"
104
  msgstr "Contenuti pagina: [yith_wcwl_wishlist]"
105
 
106
+ #: includes/class.yith-wcwl-admin-init.php:1072
107
  msgid "Position"
108
  msgstr "Posizione"
109
 
110
+ #: includes/class.yith-wcwl-admin-init.php:1073
111
  msgid ""
112
  "You can add the button in variable products only after the \"Add to Cart\" "
113
  "button or using the shortcode [yith_wcwl_add_to_wishlist]."
116
  "\"Aggiungi al carrello\" oppure utilizza lo shortcode "
117
  "[yith_wcwl_add_to_wishlist]."
118
 
119
+ #: includes/class.yith-wcwl-admin-init.php:1079
120
  msgid "After \"Add to cart\""
121
  msgstr "Dopo \"Aggiungi al carrello\""
122
 
123
+ #: includes/class.yith-wcwl-admin-init.php:1080
124
  msgid "After thumbnails"
125
  msgstr "Dopo miniatura"
126
 
127
+ #: includes/class.yith-wcwl-admin-init.php:1081
128
  msgid "After summary"
129
  msgstr "Dopo sommario"
130
 
131
+ #: includes/class.yith-wcwl-admin-init.php:1082
132
  msgid "Use shortcode"
133
  msgstr "Utilizza lo shortcode"
134
 
135
+ #: includes/class.yith-wcwl-admin-init.php:1087
136
  msgid "Redirect to cart"
137
  msgstr "Riporta al carrello"
138
 
139
+ #: includes/class.yith-wcwl-admin-init.php:1088
140
  msgid ""
141
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
142
  "page."
144
  "Porta al carrello se viene cliccato il pulsante \"Aggiungi al carrello\" "
145
  "nella pagina Lista dei desideri. "
146
 
147
+ #: includes/class.yith-wcwl-admin-init.php:1094
148
  msgid "Remove if added to the cart"
149
  msgstr "Rimuovi se aggiunto al carrello"
150
 
151
+ #: includes/class.yith-wcwl-admin-init.php:1095
152
  msgid "Remove the product from the wishlist if it has been added to the cart."
153
  msgstr ""
154
  "Rimuovi il prodotto dalla lista dei desideri se è stato aggiunto al carrello."
155
 
156
+ #: includes/class.yith-wcwl-admin-init.php:1101
157
  msgid "\"Add to Wishlist\" text"
158
  msgstr "Testo per \"Aggiungi alla lista dei desideri\""
159
 
160
+ #: includes/class.yith-wcwl-admin-init.php:1103
161
  msgid "Add to Wishlist"
162
  msgstr "Aggiungi alla lista dei desideri"
163
 
164
+ #: includes/class.yith-wcwl-admin-init.php:1108
165
  msgid "\"Browse wishlist\" text"
166
  msgstr "Testo per \"Sfoglia la lista dei desideri\""
167
 
168
+ #: includes/class.yith-wcwl-admin-init.php:1110
169
  #: includes/class.yith-wcwl-ui.php:82 includes/class.yith-wcwl-ui.php:83
170
  msgid "Browse Wishlist"
171
  msgstr "Sfoglia la lista dei desideri"
172
 
173
+ #: includes/class.yith-wcwl-admin-init.php:1115
174
  msgid "\"Product already in wishlist\" text"
175
  msgstr "Testo per \"Articolo già presente nella lista dei desideri\""
176
 
177
+ #: includes/class.yith-wcwl-admin-init.php:1117
178
  #: includes/class.yith-wcwl-ui.php:83
179
  msgid "The product is already in the wishlist!"
180
  msgstr "L'articolo selezionato è già presente nella tua lista dei desideri!"
181
 
182
+ #: includes/class.yith-wcwl-admin-init.php:1122
183
  msgid "\"Product added\" text"
184
  msgstr "Testo per \"Articolo aggiunto\""
185
 
186
+ #: includes/class.yith-wcwl-admin-init.php:1124
187
  #: includes/class.yith-wcwl-ui.php:82
188
  msgid "Product added!"
189
  msgstr "Articolo aggiunto!"
190
 
191
+ #: includes/class.yith-wcwl-admin-init.php:1129
192
  msgid "\"Add to Cart\" text"
193
  msgstr "Testo per \"Aggiungi al carrello\""
194
 
195
+ #: includes/class.yith-wcwl-admin-init.php:1131
196
  msgid "Add to Cart"
197
  msgstr "Aggiungi al carrello"
198
 
199
+ #: includes/class.yith-wcwl-admin-init.php:1136
200
  msgid "Show Unit price"
201
  msgstr "Mostra prezzo unitario"
202
 
203
+ #: includes/class.yith-wcwl-admin-init.php:1137
204
  msgid "Show unit price for each product in wishlist"
205
  msgstr ""
206
  "Mostra prezzo unitario per ogni prodotto aggiunto alla lista dei desideri"
207
 
208
+ #: includes/class.yith-wcwl-admin-init.php:1144
209
  msgid "Show \"Add to Cart\" button"
210
  msgstr "Mostra pulsante \"Aggiungi al carrello\""
211
 
212
+ #: includes/class.yith-wcwl-admin-init.php:1145
213
  msgid "Show \"Add to Cart\" button for each product in wishlist"
214
  msgstr ""
215
  "Mostra pulsante \"Aggiungi al carrello\" per ogni prodotto presente nella "
216
  "lista dei desideri"
217
 
218
+ #: includes/class.yith-wcwl-admin-init.php:1152
219
  msgid "Show Stock status"
220
  msgstr "Mostra stato del prodotto"
221
 
222
+ #: includes/class.yith-wcwl-admin-init.php:1153
223
  msgid ""
224
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
225
  msgstr ""
226
  "Mostra stato (\"Disponibile\" o \"Esaurito\") per ciascun prodotto nella "
227
  "lista dei desideri"
228
 
229
+ #: includes/class.yith-wcwl-admin-init.php:1160
230
  msgid "Show Date of addition"
231
  msgstr "Mostra data di inserimento"
232
 
233
+ #: includes/class.yith-wcwl-admin-init.php:1161
234
  msgid "Show the date when users have added a product to the wishlist"
235
  msgstr ""
236
  "Mostra la data in cui gli utenti hanno aggiunto l'articolo alla lista dei "
237
  "desideri"
238
 
239
+ #: includes/class.yith-wcwl-admin-init.php:1168
240
  msgid "Add second remove button"
241
  msgstr "Aggiungi secondo pulsante \"Rimuovi\""
242
 
243
+ #: includes/class.yith-wcwl-admin-init.php:1169
244
  msgid "Add a second remove button in the last column, with extended label"
245
  msgstr ""
246
  "Aggiungi un secondo pulsante \"Rimuovi\" con etichetta estesa nell'ultima "
247
  "colonna"
248
 
249
+ #: includes/class.yith-wcwl-admin-init.php:1184
250
  msgid "Styles"
251
  msgstr "Stili"
252
 
253
+ #: includes/class.yith-wcwl-admin-init.php:1191
254
  msgid "Use buttons"
255
  msgstr "Utilizza pulsanti"
256
 
257
+ #: includes/class.yith-wcwl-admin-init.php:1192
258
  msgid "Use buttons instead of simple anchors."
259
  msgstr "Utilizza pulsanti invece che link"
260
 
261
+ #: includes/class.yith-wcwl-admin-init.php:1198
262
  msgid "Custom CSS"
263
  msgstr "Personalizza CSS"
264
 
265
+ #: includes/class.yith-wcwl-admin-init.php:1205
266
  msgid "Use theme style"
267
  msgstr "Utilizza lo stile del tema"
268
 
269
+ #: includes/class.yith-wcwl-admin-init.php:1206
270
  msgid "Use the theme style."
271
  msgstr "Utilizza lo stile del tema"
272
 
273
+ #: includes/class.yith-wcwl-admin-init.php:1212
274
  msgid "Rounded buttons"
275
  msgstr "Pulsanti arrotondati"
276
 
277
+ #: includes/class.yith-wcwl-admin-init.php:1213
278
  msgid "Make button corners rounded"
279
  msgstr "Arrotonda gli angoli dei pulsanti"
280
 
281
+ #: includes/class.yith-wcwl-admin-init.php:1219
282
  msgid "\"Add to Wishlist\" icon"
283
  msgstr "Icona per \"Aggiungi alla lista dei desideri\""
284
 
285
+ #: includes/class.yith-wcwl-admin-init.php:1220
286
  msgid "Add an icon to the \"Add to Wishlist\" button"
287
  msgstr "Aggiungi un'icona al pulsante \"Aggiungi alla lista dei desideri\""
288
 
289
+ #: includes/class.yith-wcwl-admin-init.php:1230
290
  msgid "\"Add to Cart\" icon"
291
  msgstr "Icona per \"Aggiungi al carrello\""
292
 
293
+ #: includes/class.yith-wcwl-admin-init.php:1231
294
  msgid "Add an icon to the \"Add to Cart\" button"
295
  msgstr "Aggiungi un'icona al pulsante \"Aggiungi al carrello\""
296
 
297
+ #: includes/class.yith-wcwl-admin-init.php:1249
298
  msgid "Social Networks & Share"
299
  msgstr "Social network e condivisione"
300
 
301
+ #: includes/class.yith-wcwl-admin-init.php:1256
302
  msgid "Share on Facebook"
303
  msgstr "Condividi su Facebook"
304
 
305
+ #: includes/class.yith-wcwl-admin-init.php:1257
306
  msgid "Show \"Share on Facebook\" button"
307
  msgstr "Mostra pulsante \"Condividi su Facebook\""
308
 
309
+ #: includes/class.yith-wcwl-admin-init.php:1263
310
  msgid "Tweet on Twitter"
311
  msgstr "Condividi su Twitter"
312
 
313
+ #: includes/class.yith-wcwl-admin-init.php:1264
314
  msgid "Show \"Tweet on Twitter\" button"
315
  msgstr "Mostra pulsante \"Condividi su Twitter\""
316
 
317
+ #: includes/class.yith-wcwl-admin-init.php:1270
318
  msgid "Pin on Pinterest"
319
  msgstr "Condividi su Pinterest"
320
 
321
+ #: includes/class.yith-wcwl-admin-init.php:1271
322
  msgid "Show \"Pin on Pinterest\" button"
323
  msgstr "Mostra pulsante\"Condividi su Pinterest\""
324
 
325
+ #: includes/class.yith-wcwl-admin-init.php:1277
326
  msgid "Share on Google+"
327
  msgstr "Condividi su Google+"
328
 
329
+ #: includes/class.yith-wcwl-admin-init.php:1278
330
  msgid "Show \"Share on Google+\" button"
331
  msgstr "Mostra pulsante \"Condividi su Google+\""
332
 
333
+ #: includes/class.yith-wcwl-admin-init.php:1284
334
  msgid "Share by Email"
335
  msgstr "Condividi per email"
336
 
337
+ #: includes/class.yith-wcwl-admin-init.php:1285
338
  msgid "Show \"Share by Email\" button"
339
  msgstr "Mostra pulsante \"Condividi per email\""
340
 
341
+ #: includes/class.yith-wcwl-admin-init.php:1291
342
  msgid "Social title"
343
  msgstr "Nome per i social"
344
 
345
+ #: includes/class.yith-wcwl-admin-init.php:1298
346
  msgid "Social text"
347
  msgstr "Testo per i social"
348
 
349
+ #: includes/class.yith-wcwl-admin-init.php:1299
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."
355
  "%wishlist_url%</strong> nel punto in cui vuoi mostrare l'URL della tua lista "
356
  "dei desideri."
357
 
358
+ #: includes/class.yith-wcwl-admin-init.php:1306
359
  msgid "Social image URL"
360
  msgstr "URL per immagine social"
361
 
362
+ #: includes/class.yith-wcwl-admin-init.php:1307
363
  msgid "It will be used by Pinterest."
364
  msgstr "Verrà usato da Pinterest."
365
 
366
+ #: includes/class.yith-wcwl-admin-init.php:1321
367
  #, php-format
368
  msgid ""
369
  "If you want to take advantage of this feature, you could consider to "
370
  "purchase the %s."
371
  msgstr "Se vuoi usufruire di questa funzionalità puoi acquistare l'%s."
372
 
373
+ #: includes/class.yith-wcwl-admin-init.php:1326
374
  msgid "YITH WooCommerce Frequently Bought Together Integration"
375
  msgstr "Integrazione con YITH WooCommerce Frequently Bought Together"
376
 
377
+ #: includes/class.yith-wcwl-admin-init.php:1333
378
  msgid "Enable slider in wishlist"
379
  msgstr "Abilita lo slider nella lista dei desideri"
380
 
381
+ #: includes/class.yith-wcwl-admin-init.php:1334
382
  #, php-format
383
  msgid ""
384
  "Choose to enable product slider in wishlist page with linked products (<a "
387
  "Scegli se abilitare lo slider prodotti nella pagina lista dei desideri con "
388
  "prodotti collegati (<a href=\"%s\" class=\"thickbox\">Esempio</a>). %s"
389
 
390
+ #: includes/class.yith-wcwl-admin-init.php:1370
391
  msgid "\"Add to wishlist\" button"
392
  msgstr "Pulsante \"Aggiungi alla lista dei desideri\""
393
 
394
+ #: includes/class.yith-wcwl-admin-init.php:1373
395
+ #: includes/class.yith-wcwl-admin-init.php:1391
396
+ #: includes/class.yith-wcwl-admin-init.php:1409
397
+ #: includes/class.yith-wcwl-admin-init.php:1427
398
+ #: includes/class.yith-wcwl-admin-init.php:1445
399
  msgid "Background"
400
  msgstr "Sfondo"
401
 
402
+ #: includes/class.yith-wcwl-admin-init.php:1374
403
+ #: includes/class.yith-wcwl-admin-init.php:1392
404
+ #: includes/class.yith-wcwl-admin-init.php:1410
405
+ #: includes/class.yith-wcwl-admin-init.php:1428
406
+ #: includes/class.yith-wcwl-admin-init.php:1446
407
  msgid "Text"
408
  msgstr "Testo"
409
 
410
+ #: includes/class.yith-wcwl-admin-init.php:1375
411
+ #: includes/class.yith-wcwl-admin-init.php:1393
412
+ #: includes/class.yith-wcwl-admin-init.php:1411
413
+ #: includes/class.yith-wcwl-admin-init.php:1429
414
+ #: includes/class.yith-wcwl-admin-init.php:1447
415
  msgid "Border"
416
  msgstr "Bordo"
417
 
418
+ #: includes/class.yith-wcwl-admin-init.php:1382
419
+ #: includes/class.yith-wcwl-admin-init.php:1400
420
+ #: includes/class.yith-wcwl-admin-init.php:1418
421
+ #: includes/class.yith-wcwl-admin-init.php:1436
422
  msgid "Background (hover)"
423
  msgstr "Sfondo (hover)"
424
 
425
+ #: includes/class.yith-wcwl-admin-init.php:1383
426
+ #: includes/class.yith-wcwl-admin-init.php:1401
427
+ #: includes/class.yith-wcwl-admin-init.php:1419
428
+ #: includes/class.yith-wcwl-admin-init.php:1437
429
  msgid "Text (hover)"
430
  msgstr "Testo (hover)"
431
 
432
+ #: includes/class.yith-wcwl-admin-init.php:1384
433
+ #: includes/class.yith-wcwl-admin-init.php:1402
434
+ #: includes/class.yith-wcwl-admin-init.php:1420
435
+ #: includes/class.yith-wcwl-admin-init.php:1438
436
  msgid "Border (hover)"
437
  msgstr "Bordo (hover)"
438
 
439
+ #: includes/class.yith-wcwl-admin-init.php:1388
440
  msgid "\"Add to Cart\" button"
441
  msgstr "Pulsante \"Aggiungi al carrello\""
442
 
443
+ #: includes/class.yith-wcwl-admin-init.php:1406
444
  msgid "\"Style 1\" button"
445
  msgstr "Pulsante \"Stile 1\""
446
 
447
+ #: includes/class.yith-wcwl-admin-init.php:1424
448
  msgid "\"Style 2\" button"
449
  msgstr "Pulsante \"Stile 2\""
450
 
451
+ #: includes/class.yith-wcwl-admin-init.php:1442
452
  msgid "Wishlist table"
453
  msgstr "Tabella lista dei desideri"
454
 
455
+ #: includes/class.yith-wcwl-admin-init.php:1451
456
  msgid "Headers"
457
  msgstr "Intestazioni tabella"
458
 
459
+ #: includes/class.yith-wcwl-admin-init.php:1454
460
  msgid "Background color"
461
  msgstr "Colore sfondo"
462
 
463
+ #: includes/class.yith-wcwl-admin-init.php:1544
464
  msgid "Wishlist Activated"
465
  msgstr "Funzionalità lista dei desideri attivata"
466
 
467
+ #: includes/class.yith-wcwl-admin-init.php:1545
468
  #, php-format
469
  msgid ""
470
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
477
  "disponibile in una eccezionale versione PREMIUM con molte nuove opzioni, <a "
478
  "href=\"%s\">scopri di più adesso</a>."
479
 
480
+ #: includes/class.yith-wcwl-admin-init.php:1556
481
  msgid "Wishlist Updated"
482
  msgstr "Lista dei desideri aggiornata"
483
 
484
+ #: includes/class.yith-wcwl-admin-init.php:1557
485
  #, php-format
486
  msgid ""
487
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
497
  "state aggiunte molte nuove opzioni, <a href=\"%s\">scopri la versione "
498
  "PREMIUM.</a>"
499
 
500
+ #: includes/class.yith-wcwl-init.php:403
501
  msgid ""
502
  "We are sorry, but this feature is available only if cookies are enabled on "
503
  "your browser."
505
  "Ci dispiace, questa funzionalità è disponibile solo se i cookie sono "
506
  "abilitati nel tuo browser."
507
 
508
+ #: includes/class.yith-wcwl-init.php:404
509
  msgid "Product correctly added to cart"
510
  msgstr "Prodotto aggiunto correttamente al carrello"
511
 
512
+ #: includes/class.yith-wcwl-install.php:244
513
  msgctxt "page_slug"
514
  msgid "wishlist"
515
  msgstr "wishlist "
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 "Search Wishlists"
561
+ msgid "Customer Wishlists"
562
+ msgstr "Cerca liste dei desideri"
563
+
564
+ #: includes/class.yith-wcwl-privacy.php:133
565
+ #, fuzzy
566
+ #| msgid "Wishlist"
567
+ msgid "Wishlists"
568
+ msgstr "Wishlist"
569
+
570
+ #: includes/class.yith-wcwl-privacy.php:195
571
+ #, fuzzy, php-format
572
+ #| msgid "My wishlist on %s"
573
+ msgid "Removed wishlist %s."
574
+ msgstr "La mia lista dei desideri su %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"
592
+ msgid "Wishlist url"
593
+ msgstr "Wishlist"
594
+
595
+ #: includes/class.yith-wcwl-privacy.php:230
596
+ #, fuzzy
597
+ #| msgid "Field Title"
598
+ msgid "Title"
599
+ msgstr "Titolo campo"
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
+ msgid "Shared"
616
+ msgstr "Condivisa"
617
+
618
+ #: includes/class.yith-wcwl-privacy.php:286 templates/wishlist-view.php:215
619
+ msgid "Private"
620
+ msgstr "Privata"
621
+
622
+ #: includes/class.yith-wcwl-privacy.php:289 templates/wishlist-view.php:218
623
+ msgid "Public"
624
+ msgstr "Pubblica"
625
+
626
  #: includes/class.yith-wcwl-shortcode.php:259
627
  #: includes/class.yith-wcwl-ui.php:164
628
  msgid "Share on:"
644
  msgid "email"
645
  msgstr "email "
646
 
647
+ #: includes/class.yith-wcwl.php:201
648
  msgid "An error occurred while adding products to the wishlist."
649
  msgstr ""
650
  "Si è verificato un errore durante l'inserimento dei prodotti nella lista dei "
651
  "desideri."
652
 
653
+ #: includes/class.yith-wcwl.php:293
654
  msgid "An error occurred while adding products to wishlist."
655
  msgstr ""
656
  "Si è verificato un errore durante l'inserimento dei prodotti nella lista dei "
657
  "desideri."
658
 
659
+ #: includes/class.yith-wcwl.php:310
660
  msgid "The \"Remove\" option now does not require any parameter"
661
  msgstr "L'opzione \"Rimuovi\" non richiede alcun parametro"
662
 
663
+ #: includes/class.yith-wcwl.php:359
664
  msgid "An error occurred while removing products from the wishlist"
665
  msgstr ""
666
  "Si è verificato un errore durante la rimozione dei prodotti dalla lista dei "
667
  "desideri"
668
 
669
+ #: includes/class.yith-wcwl.php:809
670
  msgid "You need to log in before creating a new wishlist"
671
  msgstr "Devi essere loggato prima di poter creare una nuova lista dei desideri"
672
 
673
+ #: includes/class.yith-wcwl.php:1610
674
  msgid "Product successfully removed."
675
  msgstr "Prodotto rimosso con successo"
676
 
677
+ #: includes/class.yith-wcwl.php:1614
678
  msgid "Error. Unable to remove the product from the wishlist."
679
  msgstr "Errore. Impossibile rimuovere il prodotto dalla lista dei desideri."
680
 
681
+ #: includes/class.yith-wcwl.php:1618 templates/wishlist-view.php:242
682
  msgid "No products were added to the wishlist"
683
  msgstr "Non è stato aggiunto alcun prodotto alla lista dei desideri."
684
 
685
+ #: includes/class.yith-wcwl.php:1660
686
  msgid "An error as occurred."
687
  msgstr "Si è verificato un errore."
688
 
695
  "installare WooCommerce perché il plugin funzioni correttamente."
696
 
697
  #: init.php:140
698
+ msgid "You can't activate the free version of"
699
+ msgstr ""
700
+
701
+ #: init.php:140
702
+ msgid "while you are using the premium one."
703
  msgstr ""
 
 
704
 
705
  #: templates/admin/wishlist-panel-premium.php:185
706
  #: templates/admin/wishlist-panel-premium.php:383
1050
  msgid "Stock Status"
1051
  msgstr "Stato prodotto"
1052
 
1053
+ #: templates/wishlist-view.php:152 templates/wishlist-view.php:232
1054
  msgid "Remove this product"
1055
  msgstr "Rimuovi questo prodotto"
1056
 
1058
  msgid "Free!"
1059
  msgstr "Gratis!"
1060
 
1061
+ #: templates/wishlist-view.php:179
1062
  msgid "Out of Stock"
1063
  msgstr "Esaurito"
1064
 
1065
+ #: templates/wishlist-view.php:179
1066
  msgid "In Stock"
1067
  msgstr "Disponibile"
1068
 
1069
+ #: templates/wishlist-view.php:188
1070
  #, php-format
1071
  msgid "Added on : %s"
1072
  msgstr "Aggiunto il: %s"
1073
 
1074
+ #: templates/wishlist-view.php:200
1075
  msgid "Move"
1076
  msgstr "Sposta"
1077
 
1078
+ #: templates/wishlist-view.php:232
 
 
 
 
 
 
 
 
 
 
 
 
1079
  msgid "Remove"
1080
  msgstr "Rimuovi"
1081
 
1082
+ #: templates/wishlist-view.php:259
1083
  msgid "Add the selected products to the cart"
1084
  msgstr "Aggiungi i prodotti selezionati al carrello"
1085
 
1086
+ #: templates/wishlist-view.php:267 templates/wishlist-view.php:313
1087
  msgid "Ask for an estimate"
1088
  msgstr "Richiedi un preventivo"
1089
 
1090
+ #: templates/wishlist-view.php:303
1091
  msgid "Your email"
1092
  msgstr ""
1093
 
1094
+ #~ msgid "Live Demo"
1095
+ #~ msgstr "Live demo"
1096
+
1097
+ #~ msgid ""
1098
+ #~ "WARNING: This plugin requires at least WooCommerce 2.2! Please, use this "
1099
+ #~ "link to update it."
1100
+ #~ msgstr ""
1101
+ #~ "ATTENZIONE: Questo plugin richiede almeno la versione 2.2 di WooCommerce! "
1102
+ #~ "Aggiornalo da qui."
1103
+
1104
+ #~ msgid "WARNING: This plugin requires at least WooCommerce 2.2!"
1105
+ #~ msgstr ""
1106
+ #~ "ATTENZIONE: Questo plugin richiede almeno la versione 2.2 di WooCommerce!"
1107
+
1108
+ #~ msgid "Plugin Documentation"
1109
+ #~ msgstr "Documentazione plugin"
1110
+
1111
+ #~ msgid "YITH WooCommerce Wishlist"
1112
+ #~ msgstr "YITH WooCommerce Wishlist"
1113
+
1114
+ #~ msgid ""
1115
+ #~ "You can't activate the free version of YITH WooCommerce Wishlist while "
1116
+ #~ "you are using the premium one."
1117
+ #~ msgstr ""
1118
+ #~ "Non puoi attivare la versione free di YITH WooCommerce Wishlist se stai "
1119
+ #~ "utilizzando già la versione premium."
1120
+
1121
  #~ msgid "I wanted you to see this site"
1122
  #~ msgstr "Vorrei che vedessi questo sito"
1123
 
1573
  #~ msgid "Click to toggle"
1574
  #~ msgstr "Fai clic per aprire/chiudere"
1575
 
 
 
 
1576
  #~ msgid "Insert the title for the field."
1577
  #~ msgstr "Inserisci il titolo per il campo"
1578
 
languages/yith-woocommerce-wishlist-ko_KR.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-ko_KR.po CHANGED
@@ -1,15 +1,15 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
- "POT-Creation-Date: 2017-10-24 17:33+0200\n"
5
- "PO-Revision-Date: 2017-10-24 17:33+0200\n"
6
  "Last-Translator: Valentyn Zubenko <valentyn.zubenko@gmail.com>\n"
7
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
8
  "Language: uk_UA\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 1.8.7.1\n"
13
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;__ngettext:1,2;"
14
  "__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;"
15
  "_nx_noop:4c,1,2\n"
@@ -20,70 +20,44 @@ msgstr ""
20
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
21
 
22
  #: ../includes/class.yith-wcwl-admin-init.php:159
23
- #: ../includes/class.yith-wcwl-admin-init.php:1483
24
- #: ../includes/class.yith-wcwl-admin-init.php:1484
25
- #: ../includes/class.yith-wcwl-install.php:244
26
  msgid "Wishlist"
27
  msgstr "위시리스"
28
 
29
  #: ../includes/class.yith-wcwl-admin-init.php:161
30
- #: ../includes/class.yith-wcwl-admin-init.php:251
31
  msgid "Settings"
32
  msgstr "설정 "
33
 
34
  #: ../includes/class.yith-wcwl-admin-init.php:162
35
- #: ../includes/class.yith-wcwl-admin-init.php:236
36
  msgid "Colors"
37
  msgstr "색깔 "
38
 
39
  #: ../includes/class.yith-wcwl-admin-init.php:163
40
- #: ../includes/class.yith-wcwl-admin-init.php:255
41
  msgid "Premium Version"
42
  msgstr "프리미엄 버전 "
43
 
44
- #: ../includes/class.yith-wcwl-admin-init.php:256
45
- msgid "Live Demo"
46
- msgstr "라이브 데모 "
47
-
48
- #: ../includes/class.yith-wcwl-admin-init.php:280
49
- msgid ""
50
- "WARNING: This plugin requires at least WooCommerce 2.2! Please, use this "
51
- "link to update it."
52
- msgstr ""
53
- "경고: 이 플러그인은 우커머스 2.2번전 이상을 요구합니다! 이 링크로 업데이트 하"
54
- "십시요."
55
-
56
- #: ../includes/class.yith-wcwl-admin-init.php:283
57
- msgid "WARNING: This plugin requires at least WooCommerce 2.2!"
58
- msgstr "경고: 이 플러그인은 우커머스 2.2버전 이상을 요구합니다."
59
-
60
- #: ../includes/class.yith-wcwl-admin-init.php:288
61
- msgid "Plugin Documentation"
62
- msgstr "플러그인 설명서"
63
-
64
- #: ../includes/class.yith-wcwl-admin-init.php:1023
65
  msgid "Upgrade to the PREMIUM VERSION"
66
  msgstr "프리미엄 버전으로 업그레이드"
67
 
68
- #: ../includes/class.yith-wcwl-admin-init.php:1026
69
- msgid "YITH WooCommerce Wishlist"
70
- msgstr "YITH WooCommerce Wishlist"
71
-
72
- #: ../includes/class.yith-wcwl-admin-init.php:1027
73
  msgid "Discover the Advanced Features"
74
  msgstr "강화된 기능 보기 "
75
 
76
- #: ../includes/class.yith-wcwl-admin-init.php:1028
77
  msgid ""
78
  "Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE WISHLIST to benefit from "
79
  "all features!"
80
  msgstr ""
81
 
82
- #: ../includes/class.yith-wcwl-admin-init.php:1034
83
  msgid "Get Support and Pro Features"
84
  msgstr "지원받기와 프로기능"
85
 
86
- #: ../includes/class.yith-wcwl-admin-init.php:1035
87
  msgid ""
88
  "By purchasing the premium version of the plugin, you will take advantage of "
89
  "the advanced features of the product and you will get one year of free "
@@ -92,15 +66,15 @@ msgstr ""
92
  "프리미엄버전 구매시 강화된 기능의 사용, 일년동안 무료 업그레이드 서비스와 자"
93
  "사 프랫폼을 이용한 24h/24 서포트가 제공됩니다."
94
 
95
- #: ../includes/class.yith-wcwl-admin-init.php:1045
96
  msgid "General Settings"
97
  msgstr "일반 설정 "
98
 
99
- #: ../includes/class.yith-wcwl-admin-init.php:1052
100
  msgid "Enable YITH Wishlist"
101
  msgstr "YITH Wishlist 사용"
102
 
103
- #: ../includes/class.yith-wcwl-admin-init.php:1053
104
  #, php-format
105
  msgid ""
106
  "Enable all plugin features. <strong>Be sure to select at least one option in "
@@ -108,30 +82,30 @@ msgid ""
108
  "plugin <a href=\"%s\" target=\"_blank\">documentation</a>."
109
  msgstr ""
110
 
111
- #: ../includes/class.yith-wcwl-admin-init.php:1059
112
  msgid "Default wishlist title"
113
  msgstr "기본 위시리스트 제목"
114
 
115
- #: ../includes/class.yith-wcwl-admin-init.php:1061
116
- #: ../includes/class.yith-wcwl-admin-init.php:1062
117
- #: ../includes/class.yith-wcwl-admin-init.php:1298
118
  #, php-format
119
  msgid "My wishlist on %s"
120
  msgstr "나의 위시리스트 목록 @ %s"
121
 
122
- #: ../includes/class.yith-wcwl-admin-init.php:1067
123
  msgid "Wishlist Page"
124
  msgstr "위시리스트 페이지 "
125
 
126
- #: ../includes/class.yith-wcwl-admin-init.php:1068
127
  msgid "Page contents: [yith_wcwl_wishlist]"
128
  msgstr "페이지 콘텐츠: [yith_wcwl_wishlist] "
129
 
130
- #: ../includes/class.yith-wcwl-admin-init.php:1077
131
  msgid "Position"
132
  msgstr "위치"
133
 
134
- #: ../includes/class.yith-wcwl-admin-init.php:1078
135
  msgid ""
136
  "You can add the button in variable products only after the \"Add to Cart\" "
137
  "button or using the shortcode [yith_wcwl_add_to_wishlist]."
@@ -139,27 +113,27 @@ msgstr ""
139
  "다양한 상품의 \"장바구니 담기\" 버튼 뒤에나 숏코드 "
140
  "[yith_wcwl_add_to_wishlist]로 추가 할수 있음."
141
 
142
- #: ../includes/class.yith-wcwl-admin-init.php:1084
143
  msgid "After \"Add to cart\""
144
  msgstr "장바구니 담기 뒤에"
145
 
146
- #: ../includes/class.yith-wcwl-admin-init.php:1085
147
  msgid "After thumbnails"
148
  msgstr "썸네일 뒤에"
149
 
150
- #: ../includes/class.yith-wcwl-admin-init.php:1086
151
  msgid "After summary"
152
  msgstr "써머리 뒤에"
153
 
154
- #: ../includes/class.yith-wcwl-admin-init.php:1087
155
  msgid "Use shortcode"
156
  msgstr "숏코드를 사용 "
157
 
158
- #: ../includes/class.yith-wcwl-admin-init.php:1092
159
  msgid "Redirect to cart"
160
  msgstr "장바구니로 다시돌리기"
161
 
162
- #: ../includes/class.yith-wcwl-admin-init.php:1093
163
  msgid ""
164
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
165
  "page."
@@ -167,228 +141,228 @@ msgstr ""
167
  "위시리스트 페이지의 '장바구니 담기' 버튼이 눌리면 장바구니 페이지로 다시돌리"
168
  "기"
169
 
170
- #: ../includes/class.yith-wcwl-admin-init.php:1099
171
  msgid "Remove if added to the cart"
172
  msgstr "장바구니에 담고나면 제거"
173
 
174
- #: ../includes/class.yith-wcwl-admin-init.php:1100
175
  msgid "Remove the product from the wishlist if it has been added to the cart."
176
  msgstr "장바구니에 담았다면 물품을 위시리스트에서 제거 "
177
 
178
- #: ../includes/class.yith-wcwl-admin-init.php:1106
179
  msgid "\"Add to Wishlist\" text"
180
  msgstr "\"위시리스트 추가\" 텍스트"
181
 
182
- #: ../includes/class.yith-wcwl-admin-init.php:1108
183
  msgid "Add to Wishlist"
184
  msgstr "위시르스트 추가"
185
 
186
- #: ../includes/class.yith-wcwl-admin-init.php:1113
187
  msgid "\"Browse wishlist\" text"
188
  msgstr "\"위시리스트 둘러보기\" 텍스트"
189
 
190
- #: ../includes/class.yith-wcwl-admin-init.php:1115
191
  #: ../includes/class.yith-wcwl-ui.php:82 ../includes/class.yith-wcwl-ui.php:83
192
  msgid "Browse Wishlist"
193
  msgstr "위시리스트 둘러보기 "
194
 
195
- #: ../includes/class.yith-wcwl-admin-init.php:1120
196
  msgid "\"Product already in wishlist\" text"
197
  msgstr "\"위시리스트에 이미 있습니다\" 텍스트"
198
 
199
- #: ../includes/class.yith-wcwl-admin-init.php:1122
200
  #: ../includes/class.yith-wcwl-ui.php:83
201
  msgid "The product is already in the wishlist!"
202
  msgstr "이 상품은 이미 위시리스트에 있습니다."
203
 
204
- #: ../includes/class.yith-wcwl-admin-init.php:1127
205
  msgid "\"Product added\" text"
206
  msgstr "\"상품 추가\" 텍스트 "
207
 
208
- #: ../includes/class.yith-wcwl-admin-init.php:1129
209
  #: ../includes/class.yith-wcwl-ui.php:82
210
  msgid "Product added!"
211
  msgstr "상품이 추가됨!"
212
 
213
- #: ../includes/class.yith-wcwl-admin-init.php:1134
214
  msgid "\"Add to Cart\" text"
215
  msgstr "\"장바구니 담기\" 텍스트 "
216
 
217
- #: ../includes/class.yith-wcwl-admin-init.php:1136
218
  msgid "Add to Cart"
219
  msgstr "장바구니 담기 "
220
 
221
- #: ../includes/class.yith-wcwl-admin-init.php:1141
222
  msgid "Show Unit price"
223
  msgstr "개별가격 보이기"
224
 
225
- #: ../includes/class.yith-wcwl-admin-init.php:1142
226
  msgid "Show unit price for each product in wishlist"
227
  msgstr "관심상품내 개별상품의 개별가격 보이기"
228
 
229
- #: ../includes/class.yith-wcwl-admin-init.php:1149
230
  msgid "Show \"Add to Cart\" button"
231
  msgstr "\"장바구니 담기\" 버튼 보이기"
232
 
233
- #: ../includes/class.yith-wcwl-admin-init.php:1150
234
  msgid "Show \"Add to Cart\" button for each product in wishlist"
235
  msgstr "관심상품내 개별상품에 \"장바구니 담기\" 버튼 보이기 "
236
 
237
- #: ../includes/class.yith-wcwl-admin-init.php:1157
238
  msgid "Show Stock status"
239
  msgstr "재고상황 보기 "
240
 
241
- #: ../includes/class.yith-wcwl-admin-init.php:1158
242
  msgid ""
243
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
244
  msgstr "위시리스트내 개별상품에 \"재고있음\" 또는 \"재고없음\" 레이블 보이기"
245
 
246
- #: ../includes/class.yith-wcwl-admin-init.php:1165
247
  msgid "Show Date of addition"
248
  msgstr "추가한 날짜 보이기 "
249
 
250
- #: ../includes/class.yith-wcwl-admin-init.php:1166
251
  msgid "Show the date when users have added a product to the wishlist"
252
  msgstr "위시리스트에 사용자가 상품 추가한 날짜 보이기"
253
 
254
- #: ../includes/class.yith-wcwl-admin-init.php:1173
255
  msgid "Add second remove button"
256
  msgstr "두번째 제거 버튼 추가"
257
 
258
- #: ../includes/class.yith-wcwl-admin-init.php:1174
259
  msgid "Add a second remove button in the last column, with extended label"
260
  msgstr "확장 레이블에 두번째 제거버튼을 마지막 열에 추가"
261
 
262
- #: ../includes/class.yith-wcwl-admin-init.php:1189
263
  msgid "Styles"
264
  msgstr "스타일 "
265
 
266
- #: ../includes/class.yith-wcwl-admin-init.php:1196
267
  msgid "Use buttons"
268
  msgstr "버튼 사용 "
269
 
270
- #: ../includes/class.yith-wcwl-admin-init.php:1197
271
  msgid "Use buttons instead of simple anchors."
272
  msgstr "연결구문 대신 버튼 사용 "
273
 
274
- #: ../includes/class.yith-wcwl-admin-init.php:1203
275
  msgid "Custom CSS"
276
  msgstr "커스텀 CSS"
277
 
278
- #: ../includes/class.yith-wcwl-admin-init.php:1210
279
  msgid "Use theme style"
280
  msgstr "테마 스타일 사용 "
281
 
282
- #: ../includes/class.yith-wcwl-admin-init.php:1211
283
  msgid "Use the theme style."
284
  msgstr "지금 테마 스타일 사용"
285
 
286
- #: ../includes/class.yith-wcwl-admin-init.php:1217
287
  msgid "Rounded buttons"
288
  msgstr "굴곡진 모서리 버튼"
289
 
290
- #: ../includes/class.yith-wcwl-admin-init.php:1218
291
  msgid "Make button corners rounded"
292
  msgstr "버튼 모서리를 굴곡지게 만들기"
293
 
294
- #: ../includes/class.yith-wcwl-admin-init.php:1224
295
  msgid "\"Add to Wishlist\" icon"
296
  msgstr "\"위시리스트 추가\" 아이콘 "
297
 
298
- #: ../includes/class.yith-wcwl-admin-init.php:1225
299
  msgid "Add an icon to the \"Add to Wishlist\" button"
300
  msgstr "\"위시리스트 추가\"버튼에 아이콘 추가하기 "
301
 
302
- #: ../includes/class.yith-wcwl-admin-init.php:1235
303
  msgid "\"Add to Cart\" icon"
304
  msgstr "\"장바구니 담기\" 아이콘 "
305
 
306
- #: ../includes/class.yith-wcwl-admin-init.php:1236
307
  msgid "Add an icon to the \"Add to Cart\" button"
308
  msgstr "\"장바구니 담기\"버튼에 아이콘 추가하기"
309
 
310
- #: ../includes/class.yith-wcwl-admin-init.php:1254
311
  msgid "Social Networks & Share"
312
  msgstr "소셜 네트워크와 공유 "
313
 
314
- #: ../includes/class.yith-wcwl-admin-init.php:1261
315
  msgid "Share on Facebook"
316
  msgstr "페이스북에 공유"
317
 
318
- #: ../includes/class.yith-wcwl-admin-init.php:1262
319
  msgid "Show \"Share on Facebook\" button"
320
  msgstr "\"페이스북에 공유\"버튼 보이기 "
321
 
322
- #: ../includes/class.yith-wcwl-admin-init.php:1268
323
  msgid "Tweet on Twitter"
324
  msgstr "트위터에 트윗하기"
325
 
326
- #: ../includes/class.yith-wcwl-admin-init.php:1269
327
  msgid "Show \"Tweet on Twitter\" button"
328
  msgstr "\"트위터에 트윗하기\"버튼 보이기"
329
 
330
- #: ../includes/class.yith-wcwl-admin-init.php:1275
331
  msgid "Pin on Pinterest"
332
  msgstr "핀레스트에 핀하기"
333
 
334
- #: ../includes/class.yith-wcwl-admin-init.php:1276
335
  msgid "Show \"Pin on Pinterest\" button"
336
  msgstr "\"핀레스트에 핀하기\"버튼 보이기 "
337
 
338
- #: ../includes/class.yith-wcwl-admin-init.php:1282
339
  msgid "Share on Google+"
340
  msgstr "구글플러스에 공유"
341
 
342
- #: ../includes/class.yith-wcwl-admin-init.php:1283
343
  msgid "Show \"Share on Google+\" button"
344
  msgstr "\"구글플러스에 공유\"버튼 보이기 "
345
 
346
- #: ../includes/class.yith-wcwl-admin-init.php:1289
347
  msgid "Share by Email"
348
  msgstr "이메일로 공유"
349
 
350
- #: ../includes/class.yith-wcwl-admin-init.php:1290
351
  msgid "Show \"Share by Email\" button"
352
  msgstr "\"이메일로 공유\"버튼 보이기"
353
 
354
- #: ../includes/class.yith-wcwl-admin-init.php:1296
355
  msgid "Social title"
356
  msgstr "소셜 타이틀"
357
 
358
- #: ../includes/class.yith-wcwl-admin-init.php:1303
359
  msgid "Social text"
360
  msgstr "소셜 텍스트 "
361
 
362
- #: ../includes/class.yith-wcwl-admin-init.php:1304
363
  msgid ""
364
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
365
  "strong> where you want to show the URL of your wishlist."
366
  msgstr ""
367
 
368
- #: ../includes/class.yith-wcwl-admin-init.php:1311
369
  msgid "Social image URL"
370
  msgstr "소셜 이미지 URL"
371
 
372
- #: ../includes/class.yith-wcwl-admin-init.php:1312
373
  msgid "It will be used by Pinterest."
374
  msgstr ""
375
 
376
- #: ../includes/class.yith-wcwl-admin-init.php:1326
377
  #, php-format
378
  msgid ""
379
  "If you want to take advantage of this feature, you could consider to "
380
  "purchase the %s."
381
  msgstr "이기능의 장점을 사용하시려면 %s 의 구매를 생각해 보십시요."
382
 
383
- #: ../includes/class.yith-wcwl-admin-init.php:1331
384
  msgid "YITH WooCommerce Frequently Bought Together Integration"
385
  msgstr "YITH WooCommerce 와 함께 자주 구매되는 연결"
386
 
387
- #: ../includes/class.yith-wcwl-admin-init.php:1338
388
  msgid "Enable slider in wishlist"
389
  msgstr "위시리스트내 슬라이더 사용 "
390
 
391
- #: ../includes/class.yith-wcwl-admin-init.php:1339
392
  #, php-format
393
  msgid ""
394
  "Choose to enable product slider in wishlist page with linked products (<a "
@@ -397,84 +371,84 @@ msgstr ""
397
  "위시리스트 페이지에 연결된 상품내 상품 슬라이더 기능 선택 (<a href=\"%s\" "
398
  "class=\"thickbox\">Example</a>). %s"
399
 
400
- #: ../includes/class.yith-wcwl-admin-init.php:1375
401
  msgid "\"Add to wishlist\" button"
402
  msgstr "\"위시리스트 추가\"버튼"
403
 
404
- #: ../includes/class.yith-wcwl-admin-init.php:1378
405
- #: ../includes/class.yith-wcwl-admin-init.php:1396
406
- #: ../includes/class.yith-wcwl-admin-init.php:1414
407
- #: ../includes/class.yith-wcwl-admin-init.php:1432
408
- #: ../includes/class.yith-wcwl-admin-init.php:1450
409
  msgid "Background"
410
  msgstr "백그라운드 "
411
 
412
- #: ../includes/class.yith-wcwl-admin-init.php:1379
413
- #: ../includes/class.yith-wcwl-admin-init.php:1397
414
- #: ../includes/class.yith-wcwl-admin-init.php:1415
415
- #: ../includes/class.yith-wcwl-admin-init.php:1433
416
- #: ../includes/class.yith-wcwl-admin-init.php:1451
417
  msgid "Text"
418
  msgstr "텍스트 "
419
 
420
- #: ../includes/class.yith-wcwl-admin-init.php:1380
421
- #: ../includes/class.yith-wcwl-admin-init.php:1398
422
- #: ../includes/class.yith-wcwl-admin-init.php:1416
423
- #: ../includes/class.yith-wcwl-admin-init.php:1434
424
- #: ../includes/class.yith-wcwl-admin-init.php:1452
425
  msgid "Border"
426
  msgstr "경계 "
427
 
428
- #: ../includes/class.yith-wcwl-admin-init.php:1387
429
- #: ../includes/class.yith-wcwl-admin-init.php:1405
430
- #: ../includes/class.yith-wcwl-admin-init.php:1423
431
- #: ../includes/class.yith-wcwl-admin-init.php:1441
432
  msgid "Background (hover)"
433
  msgstr "백그라운드(안쪽)"
434
 
435
- #: ../includes/class.yith-wcwl-admin-init.php:1388
436
- #: ../includes/class.yith-wcwl-admin-init.php:1406
437
- #: ../includes/class.yith-wcwl-admin-init.php:1424
438
- #: ../includes/class.yith-wcwl-admin-init.php:1442
439
  msgid "Text (hover)"
440
  msgstr "텍스트 (안쪽)"
441
 
442
- #: ../includes/class.yith-wcwl-admin-init.php:1389
443
- #: ../includes/class.yith-wcwl-admin-init.php:1407
444
- #: ../includes/class.yith-wcwl-admin-init.php:1425
445
- #: ../includes/class.yith-wcwl-admin-init.php:1443
446
  msgid "Border (hover)"
447
  msgstr "경계 (안쪽)"
448
 
449
- #: ../includes/class.yith-wcwl-admin-init.php:1393
450
  msgid "\"Add to Cart\" button"
451
  msgstr "\"장바구니 담기\" 버튼 "
452
 
453
- #: ../includes/class.yith-wcwl-admin-init.php:1411
454
  msgid "\"Style 1\" button"
455
  msgstr "\"스타일 1\" 버튼 "
456
 
457
- #: ../includes/class.yith-wcwl-admin-init.php:1429
458
  msgid "\"Style 2\" button"
459
  msgstr "\"스타일 2\" 버튼 "
460
 
461
- #: ../includes/class.yith-wcwl-admin-init.php:1447
462
  msgid "Wishlist table"
463
  msgstr "위시리스트 테이블 "
464
 
465
- #: ../includes/class.yith-wcwl-admin-init.php:1456
466
  msgid "Headers"
467
  msgstr "헤더 "
468
 
469
- #: ../includes/class.yith-wcwl-admin-init.php:1459
470
  msgid "Background color"
471
  msgstr "백그라운드 색깔 "
472
 
473
- #: ../includes/class.yith-wcwl-admin-init.php:1549
474
  msgid "Wishlist Activated"
475
  msgstr "위시리스트 사용됨"
476
 
477
- #: ../includes/class.yith-wcwl-admin-init.php:1550
478
  #, php-format
479
  msgid ""
480
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
@@ -486,11 +460,11 @@ msgstr ""
486
  "인의 세팅을 할수 있읍니다. 프리미엄버전의 많은 새로운 옵션 <a href=\"%s"
487
  "\">discover it now</a> 이 사용가능합니다."
488
 
489
- #: ../includes/class.yith-wcwl-admin-init.php:1561
490
  msgid "Wishlist Updated"
491
  msgstr "위시리스트 업데이트됨 "
492
 
493
- #: ../includes/class.yith-wcwl-admin-init.php:1562
494
  #, php-format
495
  msgid ""
496
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
@@ -504,22 +478,132 @@ msgstr ""
504
  "인이 업데이트되면 새로운 소식이 이 메뉴에 추가 되며, 위시리스트가 새로운 옵션"
505
  "이 업데이트되면 <a href=\"%s\">프리미엄버전 살펴보기.</a> 표시됨."
506
 
507
- #: ../includes/class.yith-wcwl-init.php:374
508
  msgid ""
509
  "We are sorry, but this feature is available only if cookies are enabled on "
510
  "your browser."
511
  msgstr ""
512
  "죄송합니다. 이 기능은 브라우져에서 쿠기가 활성화되어 있으면 가능합니다."
513
 
514
- #: ../includes/class.yith-wcwl-init.php:375
515
  msgid "Product correctly added to cart"
516
  msgstr "상품이 잘 장바구니에 담겼습니다."
517
 
518
- #: ../includes/class.yith-wcwl-install.php:243
519
  msgctxt "page_slug"
520
  msgid "wishlist"
521
  msgstr "위시리스트"
522
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
523
  #: ../includes/class.yith-wcwl-shortcode.php:259
524
  #: ../includes/class.yith-wcwl-ui.php:164
525
  msgid "Share on:"
@@ -542,39 +626,39 @@ msgstr "트위터 "
542
  msgid "email"
543
  msgstr "이메일 "
544
 
545
- #: ../includes/class.yith-wcwl.php:177
546
  msgid "An error occurred while adding products to the wishlist."
547
  msgstr "위시리스트에 추가중에 에러가 발생함."
548
 
549
- #: ../includes/class.yith-wcwl.php:269
550
  msgid "An error occurred while adding products to wishlist."
551
  msgstr "위시리스트에 추가중에 에러가 발생함."
552
 
553
- #: ../includes/class.yith-wcwl.php:286
554
  msgid "The \"Remove\" option now does not require any parameter"
555
  msgstr "\"제거\" 옵션은 파라메타가 필요없음."
556
 
557
- #: ../includes/class.yith-wcwl.php:335
558
  msgid "An error occurred while removing products from the wishlist"
559
  msgstr "위시리스트에서 제거중에 에러가 발생함. "
560
 
561
- #: ../includes/class.yith-wcwl.php:783
562
  msgid "You need to log in before creating a new wishlist"
563
  msgstr "새로운 위시리스트를 만들기 전에 로그인 하십시요"
564
 
565
- #: ../includes/class.yith-wcwl.php:1578
566
  msgid "Product successfully removed."
567
  msgstr "상품이 성공적으로 제거 되었습니다."
568
 
569
- #: ../includes/class.yith-wcwl.php:1582
570
  msgid "Error. Unable to remove the product from the wishlist."
571
  msgstr "에러, 위시리스트에서 상품제거 불가능 "
572
 
573
- #: ../includes/class.yith-wcwl.php:1586 ../templates/wishlist-view.php:241
574
  msgid "No products were added to the wishlist"
575
  msgstr "위시리스트에 추가할 상품이 없음 "
576
 
577
- #: ../includes/class.yith-wcwl.php:1628
578
  msgid "An error as occurred."
579
  msgstr "에러가 발생됨 "
580
 
@@ -587,12 +671,12 @@ msgstr ""
587
  "커머스가 필요합니다."
588
 
589
  #: ../init.php:140
590
- msgid ""
591
- "You can't activate the free version of YITH WooCommerce Wishlist while you "
592
- "are using the premium one."
 
 
593
  msgstr ""
594
- "YITH WooCommerce Wishlist 프리미엄 버전을 사용하는 동안에는 프리버전을 사용할"
595
- "수 없습니다. "
596
 
597
  #: ../templates/admin/wishlist-panel-premium.php:185
598
  #: ../templates/admin/wishlist-panel-premium.php:383
@@ -923,7 +1007,7 @@ msgstr "단가 "
923
  msgid "Stock Status"
924
  msgstr "재고여부 "
925
 
926
- #: ../templates/wishlist-view.php:152 ../templates/wishlist-view.php:231
927
  msgid "Remove this product"
928
  msgstr "이 상품 제거 "
929
 
@@ -931,51 +1015,65 @@ msgstr "이 상품 제거 "
931
  msgid "Free!"
932
  msgstr "프리!"
933
 
934
- #: ../templates/wishlist-view.php:178
935
  msgid "Out of Stock"
936
  msgstr "재고 없음 "
937
 
938
- #: ../templates/wishlist-view.php:178
939
  msgid "In Stock"
940
  msgstr "재고 있음 "
941
 
942
- #: ../templates/wishlist-view.php:187
943
  #, php-format
944
  msgid "Added on : %s"
945
  msgstr "추가됨 : %s"
946
 
947
- #: ../templates/wishlist-view.php:199
948
  msgid "Move"
949
  msgstr "이동 "
950
 
951
- #: ../templates/wishlist-view.php:211
952
- msgid "Shared"
953
- msgstr "공유됨 "
954
-
955
- #: ../templates/wishlist-view.php:214
956
- msgid "Private"
957
- msgstr "개인 "
958
-
959
- #: ../templates/wishlist-view.php:217
960
- msgid "Public"
961
- msgstr "공용 "
962
-
963
- #: ../templates/wishlist-view.php:231
964
  msgid "Remove"
965
  msgstr "제거 "
966
 
967
- #: ../templates/wishlist-view.php:258
968
  msgid "Add the selected products to the cart"
969
  msgstr "선택된 상품들 장바구니에 담기 "
970
 
971
- #: ../templates/wishlist-view.php:266 ../templates/wishlist-view.php:312
972
  msgid "Ask for an estimate"
973
  msgstr "견적가 요청 "
974
 
975
- #: ../templates/wishlist-view.php:302
976
  msgid "Your email"
977
  msgstr ""
978
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
979
  #~ msgid "I wanted you to see this site"
980
  #~ msgstr "참조 싸이트"
981
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
+ "POT-Creation-Date: 2018-10-04 14:51+0200\n"
5
+ "PO-Revision-Date: 2018-10-04 14:51+0200\n"
6
  "Last-Translator: Valentyn Zubenko <valentyn.zubenko@gmail.com>\n"
7
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
8
  "Language: uk_UA\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 2.0.8\n"
13
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;__ngettext:1,2;"
14
  "__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;"
15
  "_nx_noop:4c,1,2\n"
20
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
21
 
22
  #: ../includes/class.yith-wcwl-admin-init.php:159
23
+ #: ../includes/class.yith-wcwl-admin-init.php:1478
24
+ #: ../includes/class.yith-wcwl-admin-init.php:1479
25
+ #: ../includes/class.yith-wcwl-install.php:245
26
  msgid "Wishlist"
27
  msgstr "위시리스"
28
 
29
  #: ../includes/class.yith-wcwl-admin-init.php:161
 
30
  msgid "Settings"
31
  msgstr "설정 "
32
 
33
  #: ../includes/class.yith-wcwl-admin-init.php:162
34
+ #: ../includes/class.yith-wcwl-admin-init.php:243
35
  msgid "Colors"
36
  msgstr "색깔 "
37
 
38
  #: ../includes/class.yith-wcwl-admin-init.php:163
 
39
  msgid "Premium Version"
40
  msgstr "프리미엄 버전 "
41
 
42
+ #: ../includes/class.yith-wcwl-admin-init.php:1018
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
43
  msgid "Upgrade to the PREMIUM VERSION"
44
  msgstr "프리미엄 버전으로 업그레이드"
45
 
46
+ #: ../includes/class.yith-wcwl-admin-init.php:1022
 
 
 
 
47
  msgid "Discover the Advanced Features"
48
  msgstr "강화된 기능 보기 "
49
 
50
+ #: ../includes/class.yith-wcwl-admin-init.php:1023
51
  msgid ""
52
  "Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE WISHLIST to benefit from "
53
  "all features!"
54
  msgstr ""
55
 
56
+ #: ../includes/class.yith-wcwl-admin-init.php:1029
57
  msgid "Get Support and Pro Features"
58
  msgstr "지원받기와 프로기능"
59
 
60
+ #: ../includes/class.yith-wcwl-admin-init.php:1030
61
  msgid ""
62
  "By purchasing the premium version of the plugin, you will take advantage of "
63
  "the advanced features of the product and you will get one year of free "
66
  "프리미엄버전 구매시 강화된 기능의 사용, 일년동안 무료 업그레이드 서비스와 자"
67
  "사 프랫폼을 이용한 24h/24 서포트가 제공됩니다."
68
 
69
+ #: ../includes/class.yith-wcwl-admin-init.php:1040
70
  msgid "General Settings"
71
  msgstr "일반 설정 "
72
 
73
+ #: ../includes/class.yith-wcwl-admin-init.php:1047
74
  msgid "Enable YITH Wishlist"
75
  msgstr "YITH Wishlist 사용"
76
 
77
+ #: ../includes/class.yith-wcwl-admin-init.php:1048
78
  #, php-format
79
  msgid ""
80
  "Enable all plugin features. <strong>Be sure to select at least one option in "
82
  "plugin <a href=\"%s\" target=\"_blank\">documentation</a>."
83
  msgstr ""
84
 
85
+ #: ../includes/class.yith-wcwl-admin-init.php:1054
86
  msgid "Default wishlist title"
87
  msgstr "기본 위시리스트 제목"
88
 
89
+ #: ../includes/class.yith-wcwl-admin-init.php:1056
90
+ #: ../includes/class.yith-wcwl-admin-init.php:1057
91
+ #: ../includes/class.yith-wcwl-admin-init.php:1293
92
  #, php-format
93
  msgid "My wishlist on %s"
94
  msgstr "나의 위시리스트 목록 @ %s"
95
 
96
+ #: ../includes/class.yith-wcwl-admin-init.php:1062
97
  msgid "Wishlist Page"
98
  msgstr "위시리스트 페이지 "
99
 
100
+ #: ../includes/class.yith-wcwl-admin-init.php:1063
101
  msgid "Page contents: [yith_wcwl_wishlist]"
102
  msgstr "페이지 콘텐츠: [yith_wcwl_wishlist] "
103
 
104
+ #: ../includes/class.yith-wcwl-admin-init.php:1072
105
  msgid "Position"
106
  msgstr "위치"
107
 
108
+ #: ../includes/class.yith-wcwl-admin-init.php:1073
109
  msgid ""
110
  "You can add the button in variable products only after the \"Add to Cart\" "
111
  "button or using the shortcode [yith_wcwl_add_to_wishlist]."
113
  "다양한 상품의 \"장바구니 담기\" 버튼 뒤에나 숏코드 "
114
  "[yith_wcwl_add_to_wishlist]로 추가 할수 있음."
115
 
116
+ #: ../includes/class.yith-wcwl-admin-init.php:1079
117
  msgid "After \"Add to cart\""
118
  msgstr "장바구니 담기 뒤에"
119
 
120
+ #: ../includes/class.yith-wcwl-admin-init.php:1080
121
  msgid "After thumbnails"
122
  msgstr "썸네일 뒤에"
123
 
124
+ #: ../includes/class.yith-wcwl-admin-init.php:1081
125
  msgid "After summary"
126
  msgstr "써머리 뒤에"
127
 
128
+ #: ../includes/class.yith-wcwl-admin-init.php:1082
129
  msgid "Use shortcode"
130
  msgstr "숏코드를 사용 "
131
 
132
+ #: ../includes/class.yith-wcwl-admin-init.php:1087
133
  msgid "Redirect to cart"
134
  msgstr "장바구니로 다시돌리기"
135
 
136
+ #: ../includes/class.yith-wcwl-admin-init.php:1088
137
  msgid ""
138
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
139
  "page."
141
  "위시리스트 페이지의 '장바구니 담기' 버튼이 눌리면 장바구니 페이지로 다시돌리"
142
  "기"
143
 
144
+ #: ../includes/class.yith-wcwl-admin-init.php:1094
145
  msgid "Remove if added to the cart"
146
  msgstr "장바구니에 담고나면 제거"
147
 
148
+ #: ../includes/class.yith-wcwl-admin-init.php:1095
149
  msgid "Remove the product from the wishlist if it has been added to the cart."
150
  msgstr "장바구니에 담았다면 물품을 위시리스트에서 제거 "
151
 
152
+ #: ../includes/class.yith-wcwl-admin-init.php:1101
153
  msgid "\"Add to Wishlist\" text"
154
  msgstr "\"위시리스트 추가\" 텍스트"
155
 
156
+ #: ../includes/class.yith-wcwl-admin-init.php:1103
157
  msgid "Add to Wishlist"
158
  msgstr "위시르스트 추가"
159
 
160
+ #: ../includes/class.yith-wcwl-admin-init.php:1108
161
  msgid "\"Browse wishlist\" text"
162
  msgstr "\"위시리스트 둘러보기\" 텍스트"
163
 
164
+ #: ../includes/class.yith-wcwl-admin-init.php:1110
165
  #: ../includes/class.yith-wcwl-ui.php:82 ../includes/class.yith-wcwl-ui.php:83
166
  msgid "Browse Wishlist"
167
  msgstr "위시리스트 둘러보기 "
168
 
169
+ #: ../includes/class.yith-wcwl-admin-init.php:1115
170
  msgid "\"Product already in wishlist\" text"
171
  msgstr "\"위시리스트에 이미 있습니다\" 텍스트"
172
 
173
+ #: ../includes/class.yith-wcwl-admin-init.php:1117
174
  #: ../includes/class.yith-wcwl-ui.php:83
175
  msgid "The product is already in the wishlist!"
176
  msgstr "이 상품은 이미 위시리스트에 있습니다."
177
 
178
+ #: ../includes/class.yith-wcwl-admin-init.php:1122
179
  msgid "\"Product added\" text"
180
  msgstr "\"상품 추가\" 텍스트 "
181
 
182
+ #: ../includes/class.yith-wcwl-admin-init.php:1124
183
  #: ../includes/class.yith-wcwl-ui.php:82
184
  msgid "Product added!"
185
  msgstr "상품이 추가됨!"
186
 
187
+ #: ../includes/class.yith-wcwl-admin-init.php:1129
188
  msgid "\"Add to Cart\" text"
189
  msgstr "\"장바구니 담기\" 텍스트 "
190
 
191
+ #: ../includes/class.yith-wcwl-admin-init.php:1131
192
  msgid "Add to Cart"
193
  msgstr "장바구니 담기 "
194
 
195
+ #: ../includes/class.yith-wcwl-admin-init.php:1136
196
  msgid "Show Unit price"
197
  msgstr "개별가격 보이기"
198
 
199
+ #: ../includes/class.yith-wcwl-admin-init.php:1137
200
  msgid "Show unit price for each product in wishlist"
201
  msgstr "관심상품내 개별상품의 개별가격 보이기"
202
 
203
+ #: ../includes/class.yith-wcwl-admin-init.php:1144
204
  msgid "Show \"Add to Cart\" button"
205
  msgstr "\"장바구니 담기\" 버튼 보이기"
206
 
207
+ #: ../includes/class.yith-wcwl-admin-init.php:1145
208
  msgid "Show \"Add to Cart\" button for each product in wishlist"
209
  msgstr "관심상품내 개별상품에 \"장바구니 담기\" 버튼 보이기 "
210
 
211
+ #: ../includes/class.yith-wcwl-admin-init.php:1152
212
  msgid "Show Stock status"
213
  msgstr "재고상황 보기 "
214
 
215
+ #: ../includes/class.yith-wcwl-admin-init.php:1153
216
  msgid ""
217
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
218
  msgstr "위시리스트내 개별상품에 \"재고있음\" 또는 \"재고없음\" 레이블 보이기"
219
 
220
+ #: ../includes/class.yith-wcwl-admin-init.php:1160
221
  msgid "Show Date of addition"
222
  msgstr "추가한 날짜 보이기 "
223
 
224
+ #: ../includes/class.yith-wcwl-admin-init.php:1161
225
  msgid "Show the date when users have added a product to the wishlist"
226
  msgstr "위시리스트에 사용자가 상품 추가한 날짜 보이기"
227
 
228
+ #: ../includes/class.yith-wcwl-admin-init.php:1168
229
  msgid "Add second remove button"
230
  msgstr "두번째 제거 버튼 추가"
231
 
232
+ #: ../includes/class.yith-wcwl-admin-init.php:1169
233
  msgid "Add a second remove button in the last column, with extended label"
234
  msgstr "확장 레이블에 두번째 제거버튼을 마지막 열에 추가"
235
 
236
+ #: ../includes/class.yith-wcwl-admin-init.php:1184
237
  msgid "Styles"
238
  msgstr "스타일 "
239
 
240
+ #: ../includes/class.yith-wcwl-admin-init.php:1191
241
  msgid "Use buttons"
242
  msgstr "버튼 사용 "
243
 
244
+ #: ../includes/class.yith-wcwl-admin-init.php:1192
245
  msgid "Use buttons instead of simple anchors."
246
  msgstr "연결구문 대신 버튼 사용 "
247
 
248
+ #: ../includes/class.yith-wcwl-admin-init.php:1198
249
  msgid "Custom CSS"
250
  msgstr "커스텀 CSS"
251
 
252
+ #: ../includes/class.yith-wcwl-admin-init.php:1205
253
  msgid "Use theme style"
254
  msgstr "테마 스타일 사용 "
255
 
256
+ #: ../includes/class.yith-wcwl-admin-init.php:1206
257
  msgid "Use the theme style."
258
  msgstr "지금 테마 스타일 사용"
259
 
260
+ #: ../includes/class.yith-wcwl-admin-init.php:1212
261
  msgid "Rounded buttons"
262
  msgstr "굴곡진 모서리 버튼"
263
 
264
+ #: ../includes/class.yith-wcwl-admin-init.php:1213
265
  msgid "Make button corners rounded"
266
  msgstr "버튼 모서리를 굴곡지게 만들기"
267
 
268
+ #: ../includes/class.yith-wcwl-admin-init.php:1219
269
  msgid "\"Add to Wishlist\" icon"
270
  msgstr "\"위시리스트 추가\" 아이콘 "
271
 
272
+ #: ../includes/class.yith-wcwl-admin-init.php:1220
273
  msgid "Add an icon to the \"Add to Wishlist\" button"
274
  msgstr "\"위시리스트 추가\"버튼에 아이콘 추가하기 "
275
 
276
+ #: ../includes/class.yith-wcwl-admin-init.php:1230
277
  msgid "\"Add to Cart\" icon"
278
  msgstr "\"장바구니 담기\" 아이콘 "
279
 
280
+ #: ../includes/class.yith-wcwl-admin-init.php:1231
281
  msgid "Add an icon to the \"Add to Cart\" button"
282
  msgstr "\"장바구니 담기\"버튼에 아이콘 추가하기"
283
 
284
+ #: ../includes/class.yith-wcwl-admin-init.php:1249
285
  msgid "Social Networks & Share"
286
  msgstr "소셜 네트워크와 공유 "
287
 
288
+ #: ../includes/class.yith-wcwl-admin-init.php:1256
289
  msgid "Share on Facebook"
290
  msgstr "페이스북에 공유"
291
 
292
+ #: ../includes/class.yith-wcwl-admin-init.php:1257
293
  msgid "Show \"Share on Facebook\" button"
294
  msgstr "\"페이스북에 공유\"버튼 보이기 "
295
 
296
+ #: ../includes/class.yith-wcwl-admin-init.php:1263
297
  msgid "Tweet on Twitter"
298
  msgstr "트위터에 트윗하기"
299
 
300
+ #: ../includes/class.yith-wcwl-admin-init.php:1264
301
  msgid "Show \"Tweet on Twitter\" button"
302
  msgstr "\"트위터에 트윗하기\"버튼 보이기"
303
 
304
+ #: ../includes/class.yith-wcwl-admin-init.php:1270
305
  msgid "Pin on Pinterest"
306
  msgstr "핀레스트에 핀하기"
307
 
308
+ #: ../includes/class.yith-wcwl-admin-init.php:1271
309
  msgid "Show \"Pin on Pinterest\" button"
310
  msgstr "\"핀레스트에 핀하기\"버튼 보이기 "
311
 
312
+ #: ../includes/class.yith-wcwl-admin-init.php:1277
313
  msgid "Share on Google+"
314
  msgstr "구글플러스에 공유"
315
 
316
+ #: ../includes/class.yith-wcwl-admin-init.php:1278
317
  msgid "Show \"Share on Google+\" button"
318
  msgstr "\"구글플러스에 공유\"버튼 보이기 "
319
 
320
+ #: ../includes/class.yith-wcwl-admin-init.php:1284
321
  msgid "Share by Email"
322
  msgstr "이메일로 공유"
323
 
324
+ #: ../includes/class.yith-wcwl-admin-init.php:1285
325
  msgid "Show \"Share by Email\" button"
326
  msgstr "\"이메일로 공유\"버튼 보이기"
327
 
328
+ #: ../includes/class.yith-wcwl-admin-init.php:1291
329
  msgid "Social title"
330
  msgstr "소셜 타이틀"
331
 
332
+ #: ../includes/class.yith-wcwl-admin-init.php:1298
333
  msgid "Social text"
334
  msgstr "소셜 텍스트 "
335
 
336
+ #: ../includes/class.yith-wcwl-admin-init.php:1299
337
  msgid ""
338
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
339
  "strong> where you want to show the URL of your wishlist."
340
  msgstr ""
341
 
342
+ #: ../includes/class.yith-wcwl-admin-init.php:1306
343
  msgid "Social image URL"
344
  msgstr "소셜 이미지 URL"
345
 
346
+ #: ../includes/class.yith-wcwl-admin-init.php:1307
347
  msgid "It will be used by Pinterest."
348
  msgstr ""
349
 
350
+ #: ../includes/class.yith-wcwl-admin-init.php:1321
351
  #, php-format
352
  msgid ""
353
  "If you want to take advantage of this feature, you could consider to "
354
  "purchase the %s."
355
  msgstr "이기능의 장점을 사용하시려면 %s 의 구매를 생각해 보십시요."
356
 
357
+ #: ../includes/class.yith-wcwl-admin-init.php:1326
358
  msgid "YITH WooCommerce Frequently Bought Together Integration"
359
  msgstr "YITH WooCommerce 와 함께 자주 구매되는 연결"
360
 
361
+ #: ../includes/class.yith-wcwl-admin-init.php:1333
362
  msgid "Enable slider in wishlist"
363
  msgstr "위시리스트내 슬라이더 사용 "
364
 
365
+ #: ../includes/class.yith-wcwl-admin-init.php:1334
366
  #, php-format
367
  msgid ""
368
  "Choose to enable product slider in wishlist page with linked products (<a "
371
  "위시리스트 페이지에 연결된 상품내 상품 슬라이더 기능 선택 (<a href=\"%s\" "
372
  "class=\"thickbox\">Example</a>). %s"
373
 
374
+ #: ../includes/class.yith-wcwl-admin-init.php:1370
375
  msgid "\"Add to wishlist\" button"
376
  msgstr "\"위시리스트 추가\"버튼"
377
 
378
+ #: ../includes/class.yith-wcwl-admin-init.php:1373
379
+ #: ../includes/class.yith-wcwl-admin-init.php:1391
380
+ #: ../includes/class.yith-wcwl-admin-init.php:1409
381
+ #: ../includes/class.yith-wcwl-admin-init.php:1427
382
+ #: ../includes/class.yith-wcwl-admin-init.php:1445
383
  msgid "Background"
384
  msgstr "백그라운드 "
385
 
386
+ #: ../includes/class.yith-wcwl-admin-init.php:1374
387
+ #: ../includes/class.yith-wcwl-admin-init.php:1392
388
+ #: ../includes/class.yith-wcwl-admin-init.php:1410
389
+ #: ../includes/class.yith-wcwl-admin-init.php:1428
390
+ #: ../includes/class.yith-wcwl-admin-init.php:1446
391
  msgid "Text"
392
  msgstr "텍스트 "
393
 
394
+ #: ../includes/class.yith-wcwl-admin-init.php:1375
395
+ #: ../includes/class.yith-wcwl-admin-init.php:1393
396
+ #: ../includes/class.yith-wcwl-admin-init.php:1411
397
+ #: ../includes/class.yith-wcwl-admin-init.php:1429
398
+ #: ../includes/class.yith-wcwl-admin-init.php:1447
399
  msgid "Border"
400
  msgstr "경계 "
401
 
402
+ #: ../includes/class.yith-wcwl-admin-init.php:1382
403
+ #: ../includes/class.yith-wcwl-admin-init.php:1400
404
+ #: ../includes/class.yith-wcwl-admin-init.php:1418
405
+ #: ../includes/class.yith-wcwl-admin-init.php:1436
406
  msgid "Background (hover)"
407
  msgstr "백그라운드(안쪽)"
408
 
409
+ #: ../includes/class.yith-wcwl-admin-init.php:1383
410
+ #: ../includes/class.yith-wcwl-admin-init.php:1401
411
+ #: ../includes/class.yith-wcwl-admin-init.php:1419
412
+ #: ../includes/class.yith-wcwl-admin-init.php:1437
413
  msgid "Text (hover)"
414
  msgstr "텍스트 (안쪽)"
415
 
416
+ #: ../includes/class.yith-wcwl-admin-init.php:1384
417
+ #: ../includes/class.yith-wcwl-admin-init.php:1402
418
+ #: ../includes/class.yith-wcwl-admin-init.php:1420
419
+ #: ../includes/class.yith-wcwl-admin-init.php:1438
420
  msgid "Border (hover)"
421
  msgstr "경계 (안쪽)"
422
 
423
+ #: ../includes/class.yith-wcwl-admin-init.php:1388
424
  msgid "\"Add to Cart\" button"
425
  msgstr "\"장바구니 담기\" 버튼 "
426
 
427
+ #: ../includes/class.yith-wcwl-admin-init.php:1406
428
  msgid "\"Style 1\" button"
429
  msgstr "\"스타일 1\" 버튼 "
430
 
431
+ #: ../includes/class.yith-wcwl-admin-init.php:1424
432
  msgid "\"Style 2\" button"
433
  msgstr "\"스타일 2\" 버튼 "
434
 
435
+ #: ../includes/class.yith-wcwl-admin-init.php:1442
436
  msgid "Wishlist table"
437
  msgstr "위시리스트 테이블 "
438
 
439
+ #: ../includes/class.yith-wcwl-admin-init.php:1451
440
  msgid "Headers"
441
  msgstr "헤더 "
442
 
443
+ #: ../includes/class.yith-wcwl-admin-init.php:1454
444
  msgid "Background color"
445
  msgstr "백그라운드 색깔 "
446
 
447
+ #: ../includes/class.yith-wcwl-admin-init.php:1544
448
  msgid "Wishlist Activated"
449
  msgstr "위시리스트 사용됨"
450
 
451
+ #: ../includes/class.yith-wcwl-admin-init.php:1545
452
  #, php-format
453
  msgid ""
454
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
460
  "인의 세팅을 할수 있읍니다. 프리미엄버전의 많은 새로운 옵션 <a href=\"%s"
461
  "\">discover it now</a> 이 사용가능합니다."
462
 
463
+ #: ../includes/class.yith-wcwl-admin-init.php:1556
464
  msgid "Wishlist Updated"
465
  msgstr "위시리스트 업데이트됨 "
466
 
467
+ #: ../includes/class.yith-wcwl-admin-init.php:1557
468
  #, php-format
469
  msgid ""
470
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
478
  "인이 업데이트되면 새로운 소식이 이 메뉴에 추가 되며, 위시리스트가 새로운 옵션"
479
  "이 업데이트되면 <a href=\"%s\">프리미엄버전 살펴보기.</a> 표시됨."
480
 
481
+ #: ../includes/class.yith-wcwl-init.php:403
482
  msgid ""
483
  "We are sorry, but this feature is available only if cookies are enabled on "
484
  "your browser."
485
  msgstr ""
486
  "죄송합니다. 이 기능은 브라우져에서 쿠기가 활성화되어 있으면 가능합니다."
487
 
488
+ #: ../includes/class.yith-wcwl-init.php:404
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 "Search Wishlists"
541
+ msgid "Customer Wishlists"
542
+ msgstr "위시리스트 찾기 "
543
+
544
+ #: ../includes/class.yith-wcwl-privacy.php:133
545
+ #, fuzzy
546
+ #| msgid "Wishlist"
547
+ msgid "Wishlists"
548
+ msgstr "위시리스"
549
+
550
+ #: ../includes/class.yith-wcwl-privacy.php:195
551
+ #, fuzzy, php-format
552
+ #| msgid "My wishlist on %s"
553
+ msgid "Removed wishlist %s."
554
+ msgstr "나의 위시리스트 목록 @ %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"
572
+ msgid "Wishlist url"
573
+ msgstr "위시리스"
574
+
575
+ #: ../includes/class.yith-wcwl-privacy.php:230
576
+ msgid "Title"
577
+ msgstr ""
578
+
579
+ #: ../includes/class.yith-wcwl-privacy.php:231
580
+ msgctxt "date wishlist was created"
581
+ msgid "Created on"
582
+ msgstr ""
583
+
584
+ #: ../includes/class.yith-wcwl-privacy.php:232
585
+ msgid "Visibility"
586
+ msgstr ""
587
+
588
+ #: ../includes/class.yith-wcwl-privacy.php:233
589
+ msgid "Items Added"
590
+ msgstr ""
591
+
592
+ #: ../includes/class.yith-wcwl-privacy.php:283
593
+ #: ../templates/wishlist-view.php:212
594
+ msgid "Shared"
595
+ msgstr "공유됨 "
596
+
597
+ #: ../includes/class.yith-wcwl-privacy.php:286
598
+ #: ../templates/wishlist-view.php:215
599
+ msgid "Private"
600
+ msgstr "개인 "
601
+
602
+ #: ../includes/class.yith-wcwl-privacy.php:289
603
+ #: ../templates/wishlist-view.php:218
604
+ msgid "Public"
605
+ msgstr "공용 "
606
+
607
  #: ../includes/class.yith-wcwl-shortcode.php:259
608
  #: ../includes/class.yith-wcwl-ui.php:164
609
  msgid "Share on:"
626
  msgid "email"
627
  msgstr "이메일 "
628
 
629
+ #: ../includes/class.yith-wcwl.php:201
630
  msgid "An error occurred while adding products to the wishlist."
631
  msgstr "위시리스트에 추가중에 에러가 발생함."
632
 
633
+ #: ../includes/class.yith-wcwl.php:293
634
  msgid "An error occurred while adding products to wishlist."
635
  msgstr "위시리스트에 추가중에 에러가 발생함."
636
 
637
+ #: ../includes/class.yith-wcwl.php:310
638
  msgid "The \"Remove\" option now does not require any parameter"
639
  msgstr "\"제거\" 옵션은 파라메타가 필요없음."
640
 
641
+ #: ../includes/class.yith-wcwl.php:359
642
  msgid "An error occurred while removing products from the wishlist"
643
  msgstr "위시리스트에서 제거중에 에러가 발생함. "
644
 
645
+ #: ../includes/class.yith-wcwl.php:809
646
  msgid "You need to log in before creating a new wishlist"
647
  msgstr "새로운 위시리스트를 만들기 전에 로그인 하십시요"
648
 
649
+ #: ../includes/class.yith-wcwl.php:1610
650
  msgid "Product successfully removed."
651
  msgstr "상품이 성공적으로 제거 되었습니다."
652
 
653
+ #: ../includes/class.yith-wcwl.php:1614
654
  msgid "Error. Unable to remove the product from the wishlist."
655
  msgstr "에러, 위시리스트에서 상품제거 불가능 "
656
 
657
+ #: ../includes/class.yith-wcwl.php:1618 ../templates/wishlist-view.php:242
658
  msgid "No products were added to the wishlist"
659
  msgstr "위시리스트에 추가할 상품이 없음 "
660
 
661
+ #: ../includes/class.yith-wcwl.php:1660
662
  msgid "An error as occurred."
663
  msgstr "에러가 발생됨 "
664
 
671
  "커머스가 필요합니다."
672
 
673
  #: ../init.php:140
674
+ msgid "You can't activate the free version of"
675
+ msgstr ""
676
+
677
+ #: ../init.php:140
678
+ msgid "while you are using the premium one."
679
  msgstr ""
 
 
680
 
681
  #: ../templates/admin/wishlist-panel-premium.php:185
682
  #: ../templates/admin/wishlist-panel-premium.php:383
1007
  msgid "Stock Status"
1008
  msgstr "재고여부 "
1009
 
1010
+ #: ../templates/wishlist-view.php:152 ../templates/wishlist-view.php:232
1011
  msgid "Remove this product"
1012
  msgstr "이 상품 제거 "
1013
 
1015
  msgid "Free!"
1016
  msgstr "프리!"
1017
 
1018
+ #: ../templates/wishlist-view.php:179
1019
  msgid "Out of Stock"
1020
  msgstr "재고 없음 "
1021
 
1022
+ #: ../templates/wishlist-view.php:179
1023
  msgid "In Stock"
1024
  msgstr "재고 있음 "
1025
 
1026
+ #: ../templates/wishlist-view.php:188
1027
  #, php-format
1028
  msgid "Added on : %s"
1029
  msgstr "추가됨 : %s"
1030
 
1031
+ #: ../templates/wishlist-view.php:200
1032
  msgid "Move"
1033
  msgstr "이동 "
1034
 
1035
+ #: ../templates/wishlist-view.php:232
 
 
 
 
 
 
 
 
 
 
 
 
1036
  msgid "Remove"
1037
  msgstr "제거 "
1038
 
1039
+ #: ../templates/wishlist-view.php:259
1040
  msgid "Add the selected products to the cart"
1041
  msgstr "선택된 상품들 장바구니에 담기 "
1042
 
1043
+ #: ../templates/wishlist-view.php:267 ../templates/wishlist-view.php:313
1044
  msgid "Ask for an estimate"
1045
  msgstr "견적가 요청 "
1046
 
1047
+ #: ../templates/wishlist-view.php:303
1048
  msgid "Your email"
1049
  msgstr ""
1050
 
1051
+ #~ msgid "Live Demo"
1052
+ #~ msgstr "라이브 데모 "
1053
+
1054
+ #~ msgid ""
1055
+ #~ "WARNING: This plugin requires at least WooCommerce 2.2! Please, use this "
1056
+ #~ "link to update it."
1057
+ #~ msgstr ""
1058
+ #~ "경고: 이 플러그인은 우커머스 2.2번전 이상을 요구합니다! 이 링크로 업데이"
1059
+ #~ "트 하십시요."
1060
+
1061
+ #~ msgid "WARNING: This plugin requires at least WooCommerce 2.2!"
1062
+ #~ msgstr "경고: 이 플러그인은 우커머스 2.2버전 이상을 요구합니다."
1063
+
1064
+ #~ msgid "Plugin Documentation"
1065
+ #~ msgstr "플러그인 설명서"
1066
+
1067
+ #~ msgid "YITH WooCommerce Wishlist"
1068
+ #~ msgstr "YITH WooCommerce Wishlist"
1069
+
1070
+ #~ msgid ""
1071
+ #~ "You can't activate the free version of YITH WooCommerce Wishlist while "
1072
+ #~ "you are using the premium one."
1073
+ #~ msgstr ""
1074
+ #~ "YITH WooCommerce Wishlist 프리미엄 버전을 사용하는 동안에는 프리버전을 사"
1075
+ #~ "용할수 없습니다. "
1076
+
1077
  #~ msgid "I wanted you to see this site"
1078
  #~ msgstr "참조 싸이트"
1079
 
languages/yith-woocommerce-wishlist-nl_NL.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-nl_NL.po CHANGED
@@ -1,15 +1,15 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
- "POT-Creation-Date: 2017-10-24 17:34+0200\n"
5
- "PO-Revision-Date: 2017-10-24 17:34+0200\n"
6
  "Last-Translator: W. van Kuipers <w.vankuipers@pwnd.nl>\n"
7
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
8
  "Language: nl\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 1.8.7.1\n"
13
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;__ngettext:1,2;"
14
  "__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;"
15
  "_nx_noop:4c,1,2\n"
@@ -20,70 +20,44 @@ msgstr ""
20
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
21
 
22
  #: ../includes/class.yith-wcwl-admin-init.php:159
23
- #: ../includes/class.yith-wcwl-admin-init.php:1483
24
- #: ../includes/class.yith-wcwl-admin-init.php:1484
25
- #: ../includes/class.yith-wcwl-install.php:244
26
  msgid "Wishlist"
27
  msgstr "Wenslijst"
28
 
29
  #: ../includes/class.yith-wcwl-admin-init.php:161
30
- #: ../includes/class.yith-wcwl-admin-init.php:251
31
  msgid "Settings"
32
  msgstr "Instellingen"
33
 
34
  #: ../includes/class.yith-wcwl-admin-init.php:162
35
- #: ../includes/class.yith-wcwl-admin-init.php:236
36
  msgid "Colors"
37
  msgstr "Kleuren"
38
 
39
  #: ../includes/class.yith-wcwl-admin-init.php:163
40
- #: ../includes/class.yith-wcwl-admin-init.php:255
41
  msgid "Premium Version"
42
  msgstr "Premium versie"
43
 
44
- #: ../includes/class.yith-wcwl-admin-init.php:256
45
- msgid "Live Demo"
46
- msgstr "Live demo"
47
-
48
- #: ../includes/class.yith-wcwl-admin-init.php:280
49
- msgid ""
50
- "WARNING: This plugin requires at least WooCommerce 2.2! Please, use this "
51
- "link to update it."
52
- msgstr ""
53
- "Waarschuwing: Deze plugin vereist ten minste WooCommerce 2.2! Gebruik a.u.b. "
54
- "deze link om te werken."
55
-
56
- #: ../includes/class.yith-wcwl-admin-init.php:283
57
- msgid "WARNING: This plugin requires at least WooCommerce 2.2!"
58
- msgstr "WAARSCHUWING: Deze plugin vereist minstens WooCommerce 2.2!"
59
-
60
- #: ../includes/class.yith-wcwl-admin-init.php:288
61
- msgid "Plugin Documentation"
62
- msgstr "Plugin documentatie"
63
-
64
- #: ../includes/class.yith-wcwl-admin-init.php:1023
65
  msgid "Upgrade to the PREMIUM VERSION"
66
  msgstr "Upgrade naar de PREMIUM VERSIE"
67
 
68
- #: ../includes/class.yith-wcwl-admin-init.php:1026
69
- msgid "YITH WooCommerce Wishlist"
70
- msgstr "YITH WooCommerce Wishlist"
71
-
72
- #: ../includes/class.yith-wcwl-admin-init.php:1027
73
  msgid "Discover the Advanced Features"
74
  msgstr "Ontdek de geavanceerde opties"
75
 
76
- #: ../includes/class.yith-wcwl-admin-init.php:1028
77
  msgid ""
78
  "Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE WISHLIST to benefit from "
79
  "all features!"
80
  msgstr ""
81
 
82
- #: ../includes/class.yith-wcwl-admin-init.php:1034
83
  msgid "Get Support and Pro Features"
84
  msgstr "Verkrijg ondersteuning en Professionele opties"
85
 
86
- #: ../includes/class.yith-wcwl-admin-init.php:1035
87
  msgid ""
88
  "By purchasing the premium version of the plugin, you will take advantage of "
89
  "the advanced features of the product and you will get one year of free "
@@ -93,15 +67,15 @@ msgstr ""
93
  "voordelen van de geavanceerde opties van dit product. Daarnaast ontvangt u "
94
  "èèn jaar gratis upgrades en support doormiddel van ons 24u/24 platform."
95
 
96
- #: ../includes/class.yith-wcwl-admin-init.php:1045
97
  msgid "General Settings"
98
  msgstr "Algemene instellingen"
99
 
100
- #: ../includes/class.yith-wcwl-admin-init.php:1052
101
  msgid "Enable YITH Wishlist"
102
  msgstr "YITH Wenslijst inschakelen"
103
 
104
- #: ../includes/class.yith-wcwl-admin-init.php:1053
105
  #, php-format
106
  msgid ""
107
  "Enable all plugin features. <strong>Be sure to select at least one option in "
@@ -109,30 +83,30 @@ msgid ""
109
  "plugin <a href=\"%s\" target=\"_blank\">documentation</a>."
110
  msgstr ""
111
 
112
- #: ../includes/class.yith-wcwl-admin-init.php:1059
113
  msgid "Default wishlist title"
114
  msgstr "Standaard wenslijst titel"
115
 
116
- #: ../includes/class.yith-wcwl-admin-init.php:1061
117
- #: ../includes/class.yith-wcwl-admin-init.php:1062
118
- #: ../includes/class.yith-wcwl-admin-init.php:1298
119
  #, php-format
120
  msgid "My wishlist on %s"
121
  msgstr "Mijn wenslijst op %s"
122
 
123
- #: ../includes/class.yith-wcwl-admin-init.php:1067
124
  msgid "Wishlist Page"
125
  msgstr "Wenslijst Pagina"
126
 
127
- #: ../includes/class.yith-wcwl-admin-init.php:1068
128
  msgid "Page contents: [yith_wcwl_wishlist]"
129
  msgstr "Pagina-inhoud: [yith_wcwl_wishlist]"
130
 
131
- #: ../includes/class.yith-wcwl-admin-init.php:1077
132
  msgid "Position"
133
  msgstr "Positie"
134
 
135
- #: ../includes/class.yith-wcwl-admin-init.php:1078
136
  msgid ""
137
  "You can add the button in variable products only after the \"Add to Cart\" "
138
  "button or using the shortcode [yith_wcwl_add_to_wishlist]."
@@ -141,27 +115,27 @@ msgstr ""
141
  "knop indien of door gebruik te maken van de shortcode "
142
  "[yith_wcwl_add_to_wishlist]."
143
 
144
- #: ../includes/class.yith-wcwl-admin-init.php:1084
145
  msgid "After \"Add to cart\""
146
  msgstr "Na “Add to Cart”"
147
 
148
- #: ../includes/class.yith-wcwl-admin-init.php:1085
149
  msgid "After thumbnails"
150
  msgstr "Na de miniatuurweergave"
151
 
152
- #: ../includes/class.yith-wcwl-admin-init.php:1086
153
  msgid "After summary"
154
  msgstr "Na de samenvatting"
155
 
156
- #: ../includes/class.yith-wcwl-admin-init.php:1087
157
  msgid "Use shortcode"
158
  msgstr "Gebruik shortcode"
159
 
160
- #: ../includes/class.yith-wcwl-admin-init.php:1092
161
  msgid "Redirect to cart"
162
  msgstr "Doorverwijzen na de winkelwagen"
163
 
164
- #: ../includes/class.yith-wcwl-admin-init.php:1093
165
  msgid ""
166
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
167
  "page."
@@ -169,221 +143,221 @@ msgstr ""
169
  "Doorverwijzen naar de winkelwagen als de “Add to cart” knop is geklikt op de "
170
  "webslijst pagina."
171
 
172
- #: ../includes/class.yith-wcwl-admin-init.php:1099
173
  msgid "Remove if added to the cart"
174
  msgstr "Verwijder indien toegevoegd aan de winkelwagen"
175
 
176
- #: ../includes/class.yith-wcwl-admin-init.php:1100
177
  msgid "Remove the product from the wishlist if it has been added to the cart."
178
  msgstr ""
179
  "Verwijder het product van de wenslijst indien deze is toegevoegd aan de "
180
  "winkelwagen."
181
 
182
- #: ../includes/class.yith-wcwl-admin-init.php:1106
183
  msgid "\"Add to Wishlist\" text"
184
  msgstr "“Toevoegen aan wenslijst” tekst"
185
 
186
- #: ../includes/class.yith-wcwl-admin-init.php:1108
187
  msgid "Add to Wishlist"
188
  msgstr "Toevoegen aan wenslijst"
189
 
190
- #: ../includes/class.yith-wcwl-admin-init.php:1113
191
  msgid "\"Browse wishlist\" text"
192
  msgstr "“Bekijk wenslijst” tekst"
193
 
194
- #: ../includes/class.yith-wcwl-admin-init.php:1115
195
  #: ../includes/class.yith-wcwl-ui.php:82 ../includes/class.yith-wcwl-ui.php:83
196
  msgid "Browse Wishlist"
197
  msgstr "Bekijk wenslijst"
198
 
199
- #: ../includes/class.yith-wcwl-admin-init.php:1120
200
  msgid "\"Product already in wishlist\" text"
201
  msgstr "“Dit product staat reeds op uw wenslijst” tekst"
202
 
203
- #: ../includes/class.yith-wcwl-admin-init.php:1122
204
  #: ../includes/class.yith-wcwl-ui.php:83
205
  msgid "The product is already in the wishlist!"
206
  msgstr "Dit product staat reeds op uw wenslijst!"
207
 
208
- #: ../includes/class.yith-wcwl-admin-init.php:1127
209
  msgid "\"Product added\" text"
210
  msgstr "“Product toegevoegd” tekst"
211
 
212
- #: ../includes/class.yith-wcwl-admin-init.php:1129
213
  #: ../includes/class.yith-wcwl-ui.php:82
214
  msgid "Product added!"
215
  msgstr "Product toegevoegd!"
216
 
217
- #: ../includes/class.yith-wcwl-admin-init.php:1134
218
  msgid "\"Add to Cart\" text"
219
  msgstr "“Toevoegen aan winkelwagen” tekst"
220
 
221
- #: ../includes/class.yith-wcwl-admin-init.php:1136
222
  msgid "Add to Cart"
223
  msgstr "Toevoegen aan winkelwagen"
224
 
225
- #: ../includes/class.yith-wcwl-admin-init.php:1141
226
  msgid "Show Unit price"
227
  msgstr "Product prijs weergeven"
228
 
229
- #: ../includes/class.yith-wcwl-admin-init.php:1142
230
  msgid "Show unit price for each product in wishlist"
231
  msgstr "Product prijs weergeven voor ieder product op de wenslijst"
232
 
233
- #: ../includes/class.yith-wcwl-admin-init.php:1149
234
  msgid "Show \"Add to Cart\" button"
235
  msgstr "“Add to Cart” knop weergeven"
236
 
237
- #: ../includes/class.yith-wcwl-admin-init.php:1150
238
  msgid "Show \"Add to Cart\" button for each product in wishlist"
239
  msgstr "“Add to Cart” knop weergeven voor ieder product op de wenslijst"
240
 
241
- #: ../includes/class.yith-wcwl-admin-init.php:1157
242
  msgid "Show Stock status"
243
  msgstr "Voorraad informatie weergeven"
244
 
245
- #: ../includes/class.yith-wcwl-admin-init.php:1158
246
  msgid ""
247
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
248
  msgstr ""
249
  "“Op voorraad” en “Uitverkocht” labels weergeven voor ieder product op de "
250
  "wenslijst"
251
 
252
- #: ../includes/class.yith-wcwl-admin-init.php:1165
253
  msgid "Show Date of addition"
254
  msgstr "Datum van toevoeging weergeven"
255
 
256
- #: ../includes/class.yith-wcwl-admin-init.php:1166
257
  msgid "Show the date when users have added a product to the wishlist"
258
  msgstr ""
259
  "Geef de datum weer waarop de gebruiker het product aan de wenslijst heeft "
260
  "toegevoegd"
261
 
262
- #: ../includes/class.yith-wcwl-admin-init.php:1173
263
  msgid "Add second remove button"
264
  msgstr "Voeg een tweede verwijder knop toe"
265
 
266
- #: ../includes/class.yith-wcwl-admin-init.php:1174
267
  msgid "Add a second remove button in the last column, with extended label"
268
  msgstr ""
269
  "Voeg een tweede verwijder knop toe in de laatste kolom, met een uitgebreid "
270
  "label"
271
 
272
- #: ../includes/class.yith-wcwl-admin-init.php:1189
273
  msgid "Styles"
274
  msgstr "Stijlen"
275
 
276
- #: ../includes/class.yith-wcwl-admin-init.php:1196
277
  msgid "Use buttons"
278
  msgstr "Gebruik knoppen"
279
 
280
- #: ../includes/class.yith-wcwl-admin-init.php:1197
281
  msgid "Use buttons instead of simple anchors."
282
  msgstr "Gebruik knoppen in plaatst van links"
283
 
284
- #: ../includes/class.yith-wcwl-admin-init.php:1203
285
  msgid "Custom CSS"
286
  msgstr "Eigen CSS"
287
 
288
- #: ../includes/class.yith-wcwl-admin-init.php:1210
289
  msgid "Use theme style"
290
  msgstr "Gebruik thema stijl"
291
 
292
- #: ../includes/class.yith-wcwl-admin-init.php:1211
293
  msgid "Use the theme style."
294
  msgstr "Gebruik de stijl van het thema."
295
 
296
- #: ../includes/class.yith-wcwl-admin-init.php:1217
297
  msgid "Rounded buttons"
298
  msgstr "Ronde knoppen"
299
 
300
- #: ../includes/class.yith-wcwl-admin-init.php:1218
301
  msgid "Make button corners rounded"
302
  msgstr "Maak de hoeken van de knoppen rond"
303
 
304
- #: ../includes/class.yith-wcwl-admin-init.php:1224
305
  msgid "\"Add to Wishlist\" icon"
306
  msgstr "“Toevoegen aan wenslijst” icoon"
307
 
308
- #: ../includes/class.yith-wcwl-admin-init.php:1225
309
  msgid "Add an icon to the \"Add to Wishlist\" button"
310
  msgstr "Voeg een icoon toe aan de “Toevoegen aan wenslijst” knop"
311
 
312
- #: ../includes/class.yith-wcwl-admin-init.php:1235
313
  msgid "\"Add to Cart\" icon"
314
  msgstr "“Add to Card” icoon"
315
 
316
- #: ../includes/class.yith-wcwl-admin-init.php:1236
317
  msgid "Add an icon to the \"Add to Cart\" button"
318
  msgstr "Voeg een icoon toe aan de “Add to Card” knop"
319
 
320
- #: ../includes/class.yith-wcwl-admin-init.php:1254
321
  msgid "Social Networks & Share"
322
  msgstr "Sociale netwerken & Delen"
323
 
324
- #: ../includes/class.yith-wcwl-admin-init.php:1261
325
  msgid "Share on Facebook"
326
  msgstr "Deel op Facebook"
327
 
328
- #: ../includes/class.yith-wcwl-admin-init.php:1262
329
  msgid "Show \"Share on Facebook\" button"
330
  msgstr "Geef de “Deel op Facebook” knop weer"
331
 
332
- #: ../includes/class.yith-wcwl-admin-init.php:1268
333
  msgid "Tweet on Twitter"
334
  msgstr "Tweet op Twitter"
335
 
336
- #: ../includes/class.yith-wcwl-admin-init.php:1269
337
  msgid "Show \"Tweet on Twitter\" button"
338
  msgstr "Geef de “Tweet op Twitter” knop weer"
339
 
340
- #: ../includes/class.yith-wcwl-admin-init.php:1275
341
  msgid "Pin on Pinterest"
342
  msgstr "Pin op Pinterest"
343
 
344
- #: ../includes/class.yith-wcwl-admin-init.php:1276
345
  msgid "Show \"Pin on Pinterest\" button"
346
  msgstr "Geef de “Pin op Pinterest” knop weer"
347
 
348
- #: ../includes/class.yith-wcwl-admin-init.php:1282
349
  msgid "Share on Google+"
350
  msgstr "Deel op Google+"
351
 
352
- #: ../includes/class.yith-wcwl-admin-init.php:1283
353
  msgid "Show \"Share on Google+\" button"
354
  msgstr "Geef de “Deel op Google+” knop weer"
355
 
356
- #: ../includes/class.yith-wcwl-admin-init.php:1289
357
  msgid "Share by Email"
358
  msgstr "Deel met email"
359
 
360
- #: ../includes/class.yith-wcwl-admin-init.php:1290
361
  msgid "Show \"Share by Email\" button"
362
  msgstr "Geef de “Deel met email” knop weer"
363
 
364
- #: ../includes/class.yith-wcwl-admin-init.php:1296
365
  msgid "Social title"
366
  msgstr "Te dele titel"
367
 
368
- #: ../includes/class.yith-wcwl-admin-init.php:1303
369
  msgid "Social text"
370
  msgstr "Te dele tekst"
371
 
372
- #: ../includes/class.yith-wcwl-admin-init.php:1304
373
  msgid ""
374
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
375
  "strong> where you want to show the URL of your wishlist."
376
  msgstr ""
377
 
378
- #: ../includes/class.yith-wcwl-admin-init.php:1311
379
  msgid "Social image URL"
380
  msgstr "Deel afbeelding url"
381
 
382
- #: ../includes/class.yith-wcwl-admin-init.php:1312
383
  msgid "It will be used by Pinterest."
384
  msgstr ""
385
 
386
- #: ../includes/class.yith-wcwl-admin-init.php:1326
387
  #, php-format
388
  msgid ""
389
  "If you want to take advantage of this feature, you could consider to "
@@ -392,15 +366,15 @@ msgstr ""
392
  "Al u gebruik wilt maken van deze functie kunt u overwegen om %s aan te "
393
  "schaffen."
394
 
395
- #: ../includes/class.yith-wcwl-admin-init.php:1331
396
  msgid "YITH WooCommerce Frequently Bought Together Integration"
397
  msgstr "YITH WooCommerce Frequently Bought Together intergratie"
398
 
399
- #: ../includes/class.yith-wcwl-admin-init.php:1338
400
  msgid "Enable slider in wishlist"
401
  msgstr "Slider inschakelen op wenslijst"
402
 
403
- #: ../includes/class.yith-wcwl-admin-init.php:1339
404
  #, php-format
405
  msgid ""
406
  "Choose to enable product slider in wishlist page with linked products (<a "
@@ -409,84 +383,84 @@ msgstr ""
409
  "Kies ervoor om de product slider op de wenslijst pagina weer te geven met "
410
  "gelinkte producten (<a href=\"%s\" class=\"thickbox\">Voorbeeld</a>). %s"
411
 
412
- #: ../includes/class.yith-wcwl-admin-init.php:1375
413
  msgid "\"Add to wishlist\" button"
414
  msgstr "“Toevoegen aan wenslijst” knop"
415
 
416
- #: ../includes/class.yith-wcwl-admin-init.php:1378
417
- #: ../includes/class.yith-wcwl-admin-init.php:1396
418
- #: ../includes/class.yith-wcwl-admin-init.php:1414
419
- #: ../includes/class.yith-wcwl-admin-init.php:1432
420
- #: ../includes/class.yith-wcwl-admin-init.php:1450
421
  msgid "Background"
422
  msgstr "Achtergrond"
423
 
424
- #: ../includes/class.yith-wcwl-admin-init.php:1379
425
- #: ../includes/class.yith-wcwl-admin-init.php:1397
426
- #: ../includes/class.yith-wcwl-admin-init.php:1415
427
- #: ../includes/class.yith-wcwl-admin-init.php:1433
428
- #: ../includes/class.yith-wcwl-admin-init.php:1451
429
  msgid "Text"
430
  msgstr "Tekst"
431
 
432
- #: ../includes/class.yith-wcwl-admin-init.php:1380
433
- #: ../includes/class.yith-wcwl-admin-init.php:1398
434
- #: ../includes/class.yith-wcwl-admin-init.php:1416
435
- #: ../includes/class.yith-wcwl-admin-init.php:1434
436
- #: ../includes/class.yith-wcwl-admin-init.php:1452
437
  msgid "Border"
438
  msgstr "Omlijning"
439
 
440
- #: ../includes/class.yith-wcwl-admin-init.php:1387
441
- #: ../includes/class.yith-wcwl-admin-init.php:1405
442
- #: ../includes/class.yith-wcwl-admin-init.php:1423
443
- #: ../includes/class.yith-wcwl-admin-init.php:1441
444
  msgid "Background (hover)"
445
  msgstr "Achtergrond (hover)"
446
 
447
- #: ../includes/class.yith-wcwl-admin-init.php:1388
448
- #: ../includes/class.yith-wcwl-admin-init.php:1406
449
- #: ../includes/class.yith-wcwl-admin-init.php:1424
450
- #: ../includes/class.yith-wcwl-admin-init.php:1442
451
  msgid "Text (hover)"
452
  msgstr "Tekst (hover)"
453
 
454
- #: ../includes/class.yith-wcwl-admin-init.php:1389
455
- #: ../includes/class.yith-wcwl-admin-init.php:1407
456
- #: ../includes/class.yith-wcwl-admin-init.php:1425
457
- #: ../includes/class.yith-wcwl-admin-init.php:1443
458
  msgid "Border (hover)"
459
  msgstr "Omlijning (hover)"
460
 
461
- #: ../includes/class.yith-wcwl-admin-init.php:1393
462
  msgid "\"Add to Cart\" button"
463
  msgstr "“Add to Cart” knop"
464
 
465
- #: ../includes/class.yith-wcwl-admin-init.php:1411
466
  msgid "\"Style 1\" button"
467
  msgstr "\"Style 1\" knop"
468
 
469
- #: ../includes/class.yith-wcwl-admin-init.php:1429
470
  msgid "\"Style 2\" button"
471
  msgstr "\"Style 2” knop"
472
 
473
- #: ../includes/class.yith-wcwl-admin-init.php:1447
474
  msgid "Wishlist table"
475
  msgstr "Wenslijst tabel"
476
 
477
- #: ../includes/class.yith-wcwl-admin-init.php:1456
478
  msgid "Headers"
479
  msgstr "Koppen"
480
 
481
- #: ../includes/class.yith-wcwl-admin-init.php:1459
482
  msgid "Background color"
483
  msgstr "Achtergrondkleur"
484
 
485
- #: ../includes/class.yith-wcwl-admin-init.php:1549
486
  msgid "Wishlist Activated"
487
  msgstr "Wenslijst geactiveerd"
488
 
489
- #: ../includes/class.yith-wcwl-admin-init.php:1550
490
  #, php-format
491
  msgid ""
492
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
@@ -499,11 +473,11 @@ msgstr ""
499
  "heeft. Wenslijst is beschikbaar in de uitstekende PREMIUM versie met vele "
500
  "nieuwe opties, <a href=\"%s\">ontdek het nu</a>."
501
 
502
- #: ../includes/class.yith-wcwl-admin-init.php:1561
503
  msgid "Wishlist Updated"
504
  msgstr "Wenslijst geupdate"
505
 
506
- #: ../includes/class.yith-wcwl-admin-init.php:1562
507
  #, php-format
508
  msgid ""
509
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
@@ -518,7 +492,7 @@ msgstr ""
518
  "toegevoegd aan dit menu. Wenslijst is geüpdate met nieuw beschikbare opties,"
519
  "<a href=\"%s\">ontdek de PREMIUM versie.</a>"
520
 
521
- #: ../includes/class.yith-wcwl-init.php:374
522
  msgid ""
523
  "We are sorry, but this feature is available only if cookies are enabled on "
524
  "your browser."
@@ -526,15 +500,125 @@ msgstr ""
526
  "Helaas, deze optie is alleen beschikbaar indien u cookies hebt ingeschakeld "
527
  "in uw browser."
528
 
529
- #: ../includes/class.yith-wcwl-init.php:375
530
  msgid "Product correctly added to cart"
531
  msgstr "Producten momenteel in uw winkelmandje"
532
 
533
- #: ../includes/class.yith-wcwl-install.php:243
534
  msgctxt "page_slug"
535
  msgid "wishlist"
536
  msgstr "wenslijst"
537
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
538
  #: ../includes/class.yith-wcwl-shortcode.php:259
539
  #: ../includes/class.yith-wcwl-ui.php:164
540
  msgid "Share on:"
@@ -557,42 +641,42 @@ msgstr "Twitter"
557
  msgid "email"
558
  msgstr "Email"
559
 
560
- #: ../includes/class.yith-wcwl.php:177
561
  msgid "An error occurred while adding products to the wishlist."
562
  msgstr "Er ging iets mis bij het toevoegen van de producten aan uw wenslijst."
563
 
564
- #: ../includes/class.yith-wcwl.php:269
565
  msgid "An error occurred while adding products to wishlist."
566
  msgstr "Er ging iets mis bij het toevoegen van de producten aan uw wenslijst."
567
 
568
- #: ../includes/class.yith-wcwl.php:286
569
  msgid "The \"Remove\" option now does not require any parameter"
570
  msgstr "De “Verwijder” optie verijst geen parameter"
571
 
572
- #: ../includes/class.yith-wcwl.php:335
573
  msgid "An error occurred while removing products from the wishlist"
574
  msgstr ""
575
  "Er ging iets mis bij het verwijderen van de producten van uw wenslijst."
576
 
577
- #: ../includes/class.yith-wcwl.php:783
578
  msgid "You need to log in before creating a new wishlist"
579
  msgstr ""
580
  "U dient ingelogd te zijn voordat u producten aan uw wenslijst kunt toevoegen"
581
 
582
- #: ../includes/class.yith-wcwl.php:1578
583
  msgid "Product successfully removed."
584
  msgstr "Product succesvol verwijderd"
585
 
586
- #: ../includes/class.yith-wcwl.php:1582
587
  msgid "Error. Unable to remove the product from the wishlist."
588
  msgstr ""
589
  "Er ging iets mis. Het product kon niet verwijderd worden van de wenslijst."
590
 
591
- #: ../includes/class.yith-wcwl.php:1586 ../templates/wishlist-view.php:241
592
  msgid "No products were added to the wishlist"
593
  msgstr "Er wijn geen producten toegevoegd aan de wenslijst"
594
 
595
- #: ../includes/class.yith-wcwl.php:1628
596
  msgid "An error as occurred."
597
  msgstr "Er is iets misgegaan."
598
 
@@ -605,12 +689,12 @@ msgstr ""
605
  "WooCommerce vereist."
606
 
607
  #: ../init.php:140
608
- msgid ""
609
- "You can't activate the free version of YITH WooCommerce Wishlist while you "
610
- "are using the premium one."
 
 
611
  msgstr ""
612
- "U kunt de gratis versie van YITH WooCommerce Wishlist niet activeren omdat u "
613
- "reeds de premium versie gebruikt."
614
 
615
  #: ../templates/admin/wishlist-panel-premium.php:185
616
  #: ../templates/admin/wishlist-panel-premium.php:383
@@ -962,7 +1046,7 @@ msgstr "Stuksprijs"
962
  msgid "Stock Status"
963
  msgstr "Voorraad status"
964
 
965
- #: ../templates/wishlist-view.php:152 ../templates/wishlist-view.php:231
966
  msgid "Remove this product"
967
  msgstr "Verwijder dit product"
968
 
@@ -970,51 +1054,65 @@ msgstr "Verwijder dit product"
970
  msgid "Free!"
971
  msgstr "Gratis!"
972
 
973
- #: ../templates/wishlist-view.php:178
974
  msgid "Out of Stock"
975
  msgstr "Uitverkocht"
976
 
977
- #: ../templates/wishlist-view.php:178
978
  msgid "In Stock"
979
  msgstr "Op voorraad"
980
 
981
- #: ../templates/wishlist-view.php:187
982
  #, php-format
983
  msgid "Added on : %s"
984
  msgstr "Toevoegen aan: %s"
985
 
986
- #: ../templates/wishlist-view.php:199
987
  msgid "Move"
988
  msgstr "Verplaats"
989
 
990
- #: ../templates/wishlist-view.php:211
991
- msgid "Shared"
992
- msgstr "Gedeeld"
993
-
994
- #: ../templates/wishlist-view.php:214
995
- msgid "Private"
996
- msgstr "Prive"
997
-
998
- #: ../templates/wishlist-view.php:217
999
- msgid "Public"
1000
- msgstr "Publiek"
1001
-
1002
- #: ../templates/wishlist-view.php:231
1003
  msgid "Remove"
1004
  msgstr "Verwijder"
1005
 
1006
- #: ../templates/wishlist-view.php:258
1007
  msgid "Add the selected products to the cart"
1008
  msgstr "Voeg het geselecteerde product toe aan de winkelmand"
1009
 
1010
- #: ../templates/wishlist-view.php:266 ../templates/wishlist-view.php:312
1011
  msgid "Ask for an estimate"
1012
  msgstr "Vraag om een offerte"
1013
 
1014
- #: ../templates/wishlist-view.php:302
1015
  msgid "Your email"
1016
  msgstr ""
1017
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1018
  #~ msgid "I wanted you to see this site"
1019
  #~ msgstr "Ik wil deze site met je delen"
1020
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
+ "POT-Creation-Date: 2018-10-04 14:51+0200\n"
5
+ "PO-Revision-Date: 2018-10-04 14:51+0200\n"
6
  "Last-Translator: W. van Kuipers <w.vankuipers@pwnd.nl>\n"
7
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
8
  "Language: nl\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 2.0.8\n"
13
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;__ngettext:1,2;"
14
  "__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;"
15
  "_nx_noop:4c,1,2\n"
20
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
21
 
22
  #: ../includes/class.yith-wcwl-admin-init.php:159
23
+ #: ../includes/class.yith-wcwl-admin-init.php:1478
24
+ #: ../includes/class.yith-wcwl-admin-init.php:1479
25
+ #: ../includes/class.yith-wcwl-install.php:245
26
  msgid "Wishlist"
27
  msgstr "Wenslijst"
28
 
29
  #: ../includes/class.yith-wcwl-admin-init.php:161
 
30
  msgid "Settings"
31
  msgstr "Instellingen"
32
 
33
  #: ../includes/class.yith-wcwl-admin-init.php:162
34
+ #: ../includes/class.yith-wcwl-admin-init.php:243
35
  msgid "Colors"
36
  msgstr "Kleuren"
37
 
38
  #: ../includes/class.yith-wcwl-admin-init.php:163
 
39
  msgid "Premium Version"
40
  msgstr "Premium versie"
41
 
42
+ #: ../includes/class.yith-wcwl-admin-init.php:1018
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
43
  msgid "Upgrade to the PREMIUM VERSION"
44
  msgstr "Upgrade naar de PREMIUM VERSIE"
45
 
46
+ #: ../includes/class.yith-wcwl-admin-init.php:1022
 
 
 
 
47
  msgid "Discover the Advanced Features"
48
  msgstr "Ontdek de geavanceerde opties"
49
 
50
+ #: ../includes/class.yith-wcwl-admin-init.php:1023
51
  msgid ""
52
  "Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE WISHLIST to benefit from "
53
  "all features!"
54
  msgstr ""
55
 
56
+ #: ../includes/class.yith-wcwl-admin-init.php:1029
57
  msgid "Get Support and Pro Features"
58
  msgstr "Verkrijg ondersteuning en Professionele opties"
59
 
60
+ #: ../includes/class.yith-wcwl-admin-init.php:1030
61
  msgid ""
62
  "By purchasing the premium version of the plugin, you will take advantage of "
63
  "the advanced features of the product and you will get one year of free "
67
  "voordelen van de geavanceerde opties van dit product. Daarnaast ontvangt u "
68
  "èèn jaar gratis upgrades en support doormiddel van ons 24u/24 platform."
69
 
70
+ #: ../includes/class.yith-wcwl-admin-init.php:1040
71
  msgid "General Settings"
72
  msgstr "Algemene instellingen"
73
 
74
+ #: ../includes/class.yith-wcwl-admin-init.php:1047
75
  msgid "Enable YITH Wishlist"
76
  msgstr "YITH Wenslijst inschakelen"
77
 
78
+ #: ../includes/class.yith-wcwl-admin-init.php:1048
79
  #, php-format
80
  msgid ""
81
  "Enable all plugin features. <strong>Be sure to select at least one option in "
83
  "plugin <a href=\"%s\" target=\"_blank\">documentation</a>."
84
  msgstr ""
85
 
86
+ #: ../includes/class.yith-wcwl-admin-init.php:1054
87
  msgid "Default wishlist title"
88
  msgstr "Standaard wenslijst titel"
89
 
90
+ #: ../includes/class.yith-wcwl-admin-init.php:1056
91
+ #: ../includes/class.yith-wcwl-admin-init.php:1057
92
+ #: ../includes/class.yith-wcwl-admin-init.php:1293
93
  #, php-format
94
  msgid "My wishlist on %s"
95
  msgstr "Mijn wenslijst op %s"
96
 
97
+ #: ../includes/class.yith-wcwl-admin-init.php:1062
98
  msgid "Wishlist Page"
99
  msgstr "Wenslijst Pagina"
100
 
101
+ #: ../includes/class.yith-wcwl-admin-init.php:1063
102
  msgid "Page contents: [yith_wcwl_wishlist]"
103
  msgstr "Pagina-inhoud: [yith_wcwl_wishlist]"
104
 
105
+ #: ../includes/class.yith-wcwl-admin-init.php:1072
106
  msgid "Position"
107
  msgstr "Positie"
108
 
109
+ #: ../includes/class.yith-wcwl-admin-init.php:1073
110
  msgid ""
111
  "You can add the button in variable products only after the \"Add to Cart\" "
112
  "button or using the shortcode [yith_wcwl_add_to_wishlist]."
115
  "knop indien of door gebruik te maken van de shortcode "
116
  "[yith_wcwl_add_to_wishlist]."
117
 
118
+ #: ../includes/class.yith-wcwl-admin-init.php:1079
119
  msgid "After \"Add to cart\""
120
  msgstr "Na “Add to Cart”"
121
 
122
+ #: ../includes/class.yith-wcwl-admin-init.php:1080
123
  msgid "After thumbnails"
124
  msgstr "Na de miniatuurweergave"
125
 
126
+ #: ../includes/class.yith-wcwl-admin-init.php:1081
127
  msgid "After summary"
128
  msgstr "Na de samenvatting"
129
 
130
+ #: ../includes/class.yith-wcwl-admin-init.php:1082
131
  msgid "Use shortcode"
132
  msgstr "Gebruik shortcode"
133
 
134
+ #: ../includes/class.yith-wcwl-admin-init.php:1087
135
  msgid "Redirect to cart"
136
  msgstr "Doorverwijzen na de winkelwagen"
137
 
138
+ #: ../includes/class.yith-wcwl-admin-init.php:1088
139
  msgid ""
140
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
141
  "page."
143
  "Doorverwijzen naar de winkelwagen als de “Add to cart” knop is geklikt op de "
144
  "webslijst pagina."
145
 
146
+ #: ../includes/class.yith-wcwl-admin-init.php:1094
147
  msgid "Remove if added to the cart"
148
  msgstr "Verwijder indien toegevoegd aan de winkelwagen"
149
 
150
+ #: ../includes/class.yith-wcwl-admin-init.php:1095
151
  msgid "Remove the product from the wishlist if it has been added to the cart."
152
  msgstr ""
153
  "Verwijder het product van de wenslijst indien deze is toegevoegd aan de "
154
  "winkelwagen."
155
 
156
+ #: ../includes/class.yith-wcwl-admin-init.php:1101
157
  msgid "\"Add to Wishlist\" text"
158
  msgstr "“Toevoegen aan wenslijst” tekst"
159
 
160
+ #: ../includes/class.yith-wcwl-admin-init.php:1103
161
  msgid "Add to Wishlist"
162
  msgstr "Toevoegen aan wenslijst"
163
 
164
+ #: ../includes/class.yith-wcwl-admin-init.php:1108
165
  msgid "\"Browse wishlist\" text"
166
  msgstr "“Bekijk wenslijst” tekst"
167
 
168
+ #: ../includes/class.yith-wcwl-admin-init.php:1110
169
  #: ../includes/class.yith-wcwl-ui.php:82 ../includes/class.yith-wcwl-ui.php:83
170
  msgid "Browse Wishlist"
171
  msgstr "Bekijk wenslijst"
172
 
173
+ #: ../includes/class.yith-wcwl-admin-init.php:1115
174
  msgid "\"Product already in wishlist\" text"
175
  msgstr "“Dit product staat reeds op uw wenslijst” tekst"
176
 
177
+ #: ../includes/class.yith-wcwl-admin-init.php:1117
178
  #: ../includes/class.yith-wcwl-ui.php:83
179
  msgid "The product is already in the wishlist!"
180
  msgstr "Dit product staat reeds op uw wenslijst!"
181
 
182
+ #: ../includes/class.yith-wcwl-admin-init.php:1122
183
  msgid "\"Product added\" text"
184
  msgstr "“Product toegevoegd” tekst"
185
 
186
+ #: ../includes/class.yith-wcwl-admin-init.php:1124
187
  #: ../includes/class.yith-wcwl-ui.php:82
188
  msgid "Product added!"
189
  msgstr "Product toegevoegd!"
190
 
191
+ #: ../includes/class.yith-wcwl-admin-init.php:1129
192
  msgid "\"Add to Cart\" text"
193
  msgstr "“Toevoegen aan winkelwagen” tekst"
194
 
195
+ #: ../includes/class.yith-wcwl-admin-init.php:1131
196
  msgid "Add to Cart"
197
  msgstr "Toevoegen aan winkelwagen"
198
 
199
+ #: ../includes/class.yith-wcwl-admin-init.php:1136
200
  msgid "Show Unit price"
201
  msgstr "Product prijs weergeven"
202
 
203
+ #: ../includes/class.yith-wcwl-admin-init.php:1137
204
  msgid "Show unit price for each product in wishlist"
205
  msgstr "Product prijs weergeven voor ieder product op de wenslijst"
206
 
207
+ #: ../includes/class.yith-wcwl-admin-init.php:1144
208
  msgid "Show \"Add to Cart\" button"
209
  msgstr "“Add to Cart” knop weergeven"
210
 
211
+ #: ../includes/class.yith-wcwl-admin-init.php:1145
212
  msgid "Show \"Add to Cart\" button for each product in wishlist"
213
  msgstr "“Add to Cart” knop weergeven voor ieder product op de wenslijst"
214
 
215
+ #: ../includes/class.yith-wcwl-admin-init.php:1152
216
  msgid "Show Stock status"
217
  msgstr "Voorraad informatie weergeven"
218
 
219
+ #: ../includes/class.yith-wcwl-admin-init.php:1153
220
  msgid ""
221
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
222
  msgstr ""
223
  "“Op voorraad” en “Uitverkocht” labels weergeven voor ieder product op de "
224
  "wenslijst"
225
 
226
+ #: ../includes/class.yith-wcwl-admin-init.php:1160
227
  msgid "Show Date of addition"
228
  msgstr "Datum van toevoeging weergeven"
229
 
230
+ #: ../includes/class.yith-wcwl-admin-init.php:1161
231
  msgid "Show the date when users have added a product to the wishlist"
232
  msgstr ""
233
  "Geef de datum weer waarop de gebruiker het product aan de wenslijst heeft "
234
  "toegevoegd"
235
 
236
+ #: ../includes/class.yith-wcwl-admin-init.php:1168
237
  msgid "Add second remove button"
238
  msgstr "Voeg een tweede verwijder knop toe"
239
 
240
+ #: ../includes/class.yith-wcwl-admin-init.php:1169
241
  msgid "Add a second remove button in the last column, with extended label"
242
  msgstr ""
243
  "Voeg een tweede verwijder knop toe in de laatste kolom, met een uitgebreid "
244
  "label"
245
 
246
+ #: ../includes/class.yith-wcwl-admin-init.php:1184
247
  msgid "Styles"
248
  msgstr "Stijlen"
249
 
250
+ #: ../includes/class.yith-wcwl-admin-init.php:1191
251
  msgid "Use buttons"
252
  msgstr "Gebruik knoppen"
253
 
254
+ #: ../includes/class.yith-wcwl-admin-init.php:1192
255
  msgid "Use buttons instead of simple anchors."
256
  msgstr "Gebruik knoppen in plaatst van links"
257
 
258
+ #: ../includes/class.yith-wcwl-admin-init.php:1198
259
  msgid "Custom CSS"
260
  msgstr "Eigen CSS"
261
 
262
+ #: ../includes/class.yith-wcwl-admin-init.php:1205
263
  msgid "Use theme style"
264
  msgstr "Gebruik thema stijl"
265
 
266
+ #: ../includes/class.yith-wcwl-admin-init.php:1206
267
  msgid "Use the theme style."
268
  msgstr "Gebruik de stijl van het thema."
269
 
270
+ #: ../includes/class.yith-wcwl-admin-init.php:1212
271
  msgid "Rounded buttons"
272
  msgstr "Ronde knoppen"
273
 
274
+ #: ../includes/class.yith-wcwl-admin-init.php:1213
275
  msgid "Make button corners rounded"
276
  msgstr "Maak de hoeken van de knoppen rond"
277
 
278
+ #: ../includes/class.yith-wcwl-admin-init.php:1219
279
  msgid "\"Add to Wishlist\" icon"
280
  msgstr "“Toevoegen aan wenslijst” icoon"
281
 
282
+ #: ../includes/class.yith-wcwl-admin-init.php:1220
283
  msgid "Add an icon to the \"Add to Wishlist\" button"
284
  msgstr "Voeg een icoon toe aan de “Toevoegen aan wenslijst” knop"
285
 
286
+ #: ../includes/class.yith-wcwl-admin-init.php:1230
287
  msgid "\"Add to Cart\" icon"
288
  msgstr "“Add to Card” icoon"
289
 
290
+ #: ../includes/class.yith-wcwl-admin-init.php:1231
291
  msgid "Add an icon to the \"Add to Cart\" button"
292
  msgstr "Voeg een icoon toe aan de “Add to Card” knop"
293
 
294
+ #: ../includes/class.yith-wcwl-admin-init.php:1249
295
  msgid "Social Networks & Share"
296
  msgstr "Sociale netwerken & Delen"
297
 
298
+ #: ../includes/class.yith-wcwl-admin-init.php:1256
299
  msgid "Share on Facebook"
300
  msgstr "Deel op Facebook"
301
 
302
+ #: ../includes/class.yith-wcwl-admin-init.php:1257
303
  msgid "Show \"Share on Facebook\" button"
304
  msgstr "Geef de “Deel op Facebook” knop weer"
305
 
306
+ #: ../includes/class.yith-wcwl-admin-init.php:1263
307
  msgid "Tweet on Twitter"
308
  msgstr "Tweet op Twitter"
309
 
310
+ #: ../includes/class.yith-wcwl-admin-init.php:1264
311
  msgid "Show \"Tweet on Twitter\" button"
312
  msgstr "Geef de “Tweet op Twitter” knop weer"
313
 
314
+ #: ../includes/class.yith-wcwl-admin-init.php:1270
315
  msgid "Pin on Pinterest"
316
  msgstr "Pin op Pinterest"
317
 
318
+ #: ../includes/class.yith-wcwl-admin-init.php:1271
319
  msgid "Show \"Pin on Pinterest\" button"
320
  msgstr "Geef de “Pin op Pinterest” knop weer"
321
 
322
+ #: ../includes/class.yith-wcwl-admin-init.php:1277
323
  msgid "Share on Google+"
324
  msgstr "Deel op Google+"
325
 
326
+ #: ../includes/class.yith-wcwl-admin-init.php:1278
327
  msgid "Show \"Share on Google+\" button"
328
  msgstr "Geef de “Deel op Google+” knop weer"
329
 
330
+ #: ../includes/class.yith-wcwl-admin-init.php:1284
331
  msgid "Share by Email"
332
  msgstr "Deel met email"
333
 
334
+ #: ../includes/class.yith-wcwl-admin-init.php:1285
335
  msgid "Show \"Share by Email\" button"
336
  msgstr "Geef de “Deel met email” knop weer"
337
 
338
+ #: ../includes/class.yith-wcwl-admin-init.php:1291
339
  msgid "Social title"
340
  msgstr "Te dele titel"
341
 
342
+ #: ../includes/class.yith-wcwl-admin-init.php:1298
343
  msgid "Social text"
344
  msgstr "Te dele tekst"
345
 
346
+ #: ../includes/class.yith-wcwl-admin-init.php:1299
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:1306
353
  msgid "Social image URL"
354
  msgstr "Deel afbeelding url"
355
 
356
+ #: ../includes/class.yith-wcwl-admin-init.php:1307
357
  msgid "It will be used by Pinterest."
358
  msgstr ""
359
 
360
+ #: ../includes/class.yith-wcwl-admin-init.php:1321
361
  #, php-format
362
  msgid ""
363
  "If you want to take advantage of this feature, you could consider to "
366
  "Al u gebruik wilt maken van deze functie kunt u overwegen om %s aan te "
367
  "schaffen."
368
 
369
+ #: ../includes/class.yith-wcwl-admin-init.php:1326
370
  msgid "YITH WooCommerce Frequently Bought Together Integration"
371
  msgstr "YITH WooCommerce Frequently Bought Together intergratie"
372
 
373
+ #: ../includes/class.yith-wcwl-admin-init.php:1333
374
  msgid "Enable slider in wishlist"
375
  msgstr "Slider inschakelen op wenslijst"
376
 
377
+ #: ../includes/class.yith-wcwl-admin-init.php:1334
378
  #, php-format
379
  msgid ""
380
  "Choose to enable product slider in wishlist page with linked products (<a "
383
  "Kies ervoor om de product slider op de wenslijst pagina weer te geven met "
384
  "gelinkte producten (<a href=\"%s\" class=\"thickbox\">Voorbeeld</a>). %s"
385
 
386
+ #: ../includes/class.yith-wcwl-admin-init.php:1370
387
  msgid "\"Add to wishlist\" button"
388
  msgstr "“Toevoegen aan wenslijst” knop"
389
 
390
+ #: ../includes/class.yith-wcwl-admin-init.php:1373
391
+ #: ../includes/class.yith-wcwl-admin-init.php:1391
392
+ #: ../includes/class.yith-wcwl-admin-init.php:1409
393
+ #: ../includes/class.yith-wcwl-admin-init.php:1427
394
+ #: ../includes/class.yith-wcwl-admin-init.php:1445
395
  msgid "Background"
396
  msgstr "Achtergrond"
397
 
398
+ #: ../includes/class.yith-wcwl-admin-init.php:1374
399
+ #: ../includes/class.yith-wcwl-admin-init.php:1392
400
+ #: ../includes/class.yith-wcwl-admin-init.php:1410
401
+ #: ../includes/class.yith-wcwl-admin-init.php:1428
402
+ #: ../includes/class.yith-wcwl-admin-init.php:1446
403
  msgid "Text"
404
  msgstr "Tekst"
405
 
406
+ #: ../includes/class.yith-wcwl-admin-init.php:1375
407
+ #: ../includes/class.yith-wcwl-admin-init.php:1393
408
+ #: ../includes/class.yith-wcwl-admin-init.php:1411
409
+ #: ../includes/class.yith-wcwl-admin-init.php:1429
410
+ #: ../includes/class.yith-wcwl-admin-init.php:1447
411
  msgid "Border"
412
  msgstr "Omlijning"
413
 
414
+ #: ../includes/class.yith-wcwl-admin-init.php:1382
415
+ #: ../includes/class.yith-wcwl-admin-init.php:1400
416
+ #: ../includes/class.yith-wcwl-admin-init.php:1418
417
+ #: ../includes/class.yith-wcwl-admin-init.php:1436
418
  msgid "Background (hover)"
419
  msgstr "Achtergrond (hover)"
420
 
421
+ #: ../includes/class.yith-wcwl-admin-init.php:1383
422
+ #: ../includes/class.yith-wcwl-admin-init.php:1401
423
+ #: ../includes/class.yith-wcwl-admin-init.php:1419
424
+ #: ../includes/class.yith-wcwl-admin-init.php:1437
425
  msgid "Text (hover)"
426
  msgstr "Tekst (hover)"
427
 
428
+ #: ../includes/class.yith-wcwl-admin-init.php:1384
429
+ #: ../includes/class.yith-wcwl-admin-init.php:1402
430
+ #: ../includes/class.yith-wcwl-admin-init.php:1420
431
+ #: ../includes/class.yith-wcwl-admin-init.php:1438
432
  msgid "Border (hover)"
433
  msgstr "Omlijning (hover)"
434
 
435
+ #: ../includes/class.yith-wcwl-admin-init.php:1388
436
  msgid "\"Add to Cart\" button"
437
  msgstr "“Add to Cart” knop"
438
 
439
+ #: ../includes/class.yith-wcwl-admin-init.php:1406
440
  msgid "\"Style 1\" button"
441
  msgstr "\"Style 1\" knop"
442
 
443
+ #: ../includes/class.yith-wcwl-admin-init.php:1424
444
  msgid "\"Style 2\" button"
445
  msgstr "\"Style 2” knop"
446
 
447
+ #: ../includes/class.yith-wcwl-admin-init.php:1442
448
  msgid "Wishlist table"
449
  msgstr "Wenslijst tabel"
450
 
451
+ #: ../includes/class.yith-wcwl-admin-init.php:1451
452
  msgid "Headers"
453
  msgstr "Koppen"
454
 
455
+ #: ../includes/class.yith-wcwl-admin-init.php:1454
456
  msgid "Background color"
457
  msgstr "Achtergrondkleur"
458
 
459
+ #: ../includes/class.yith-wcwl-admin-init.php:1544
460
  msgid "Wishlist Activated"
461
  msgstr "Wenslijst geactiveerd"
462
 
463
+ #: ../includes/class.yith-wcwl-admin-init.php:1545
464
  #, php-format
465
  msgid ""
466
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
473
  "heeft. Wenslijst is beschikbaar in de uitstekende PREMIUM versie met vele "
474
  "nieuwe opties, <a href=\"%s\">ontdek het nu</a>."
475
 
476
+ #: ../includes/class.yith-wcwl-admin-init.php:1556
477
  msgid "Wishlist Updated"
478
  msgstr "Wenslijst geupdate"
479
 
480
+ #: ../includes/class.yith-wcwl-admin-init.php:1557
481
  #, php-format
482
  msgid ""
483
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
492
  "toegevoegd aan dit menu. Wenslijst is geüpdate met nieuw beschikbare opties,"
493
  "<a href=\"%s\">ontdek de PREMIUM versie.</a>"
494
 
495
+ #: ../includes/class.yith-wcwl-init.php:403
496
  msgid ""
497
  "We are sorry, but this feature is available only if cookies are enabled on "
498
  "your browser."
500
  "Helaas, deze optie is alleen beschikbaar indien u cookies hebt ingeschakeld "
501
  "in uw browser."
502
 
503
+ #: ../includes/class.yith-wcwl-init.php:404
504
  msgid "Product correctly added to cart"
505
  msgstr "Producten momenteel in uw winkelmandje"
506
 
507
+ #: ../includes/class.yith-wcwl-install.php:244
508
  msgctxt "page_slug"
509
  msgid "wishlist"
510
  msgstr "wenslijst"
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 "Search Wishlists"
556
+ msgid "Customer Wishlists"
557
+ msgstr "Doorzoek wenslijsten"
558
+
559
+ #: ../includes/class.yith-wcwl-privacy.php:133
560
+ #, fuzzy
561
+ #| msgid "Wishlist"
562
+ msgid "Wishlists"
563
+ msgstr "Wenslijst"
564
+
565
+ #: ../includes/class.yith-wcwl-privacy.php:195
566
+ #, fuzzy, php-format
567
+ #| msgid "My wishlist on %s"
568
+ msgid "Removed wishlist %s."
569
+ msgstr "Mijn wenslijst op %s"
570
+
571
+ #: ../includes/class.yith-wcwl-privacy.php:199
572
+ #, php-format
573
+ msgid "Wishlist %s has been retained."
574
+ msgstr ""
575
+
576
+ #: ../includes/class.yith-wcwl-privacy.php:210
577
+ msgid "Removed default user's wishlist"
578
+ msgstr ""
579
+
580
+ #: ../includes/class.yith-wcwl-privacy.php:228
581
+ msgid "Token"
582
+ msgstr ""
583
+
584
+ #: ../includes/class.yith-wcwl-privacy.php:229
585
+ #, fuzzy
586
+ #| msgid "Wishlist"
587
+ msgid "Wishlist url"
588
+ msgstr "Wenslijst"
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
608
+ #: ../templates/wishlist-view.php:212
609
+ msgid "Shared"
610
+ msgstr "Gedeeld"
611
+
612
+ #: ../includes/class.yith-wcwl-privacy.php:286
613
+ #: ../templates/wishlist-view.php:215
614
+ msgid "Private"
615
+ msgstr "Prive"
616
+
617
+ #: ../includes/class.yith-wcwl-privacy.php:289
618
+ #: ../templates/wishlist-view.php:218
619
+ msgid "Public"
620
+ msgstr "Publiek"
621
+
622
  #: ../includes/class.yith-wcwl-shortcode.php:259
623
  #: ../includes/class.yith-wcwl-ui.php:164
624
  msgid "Share on:"
641
  msgid "email"
642
  msgstr "Email"
643
 
644
+ #: ../includes/class.yith-wcwl.php:201
645
  msgid "An error occurred while adding products to the wishlist."
646
  msgstr "Er ging iets mis bij het toevoegen van de producten aan uw wenslijst."
647
 
648
+ #: ../includes/class.yith-wcwl.php:293
649
  msgid "An error occurred while adding products to wishlist."
650
  msgstr "Er ging iets mis bij het toevoegen van de producten aan uw wenslijst."
651
 
652
+ #: ../includes/class.yith-wcwl.php:310
653
  msgid "The \"Remove\" option now does not require any parameter"
654
  msgstr "De “Verwijder” optie verijst geen parameter"
655
 
656
+ #: ../includes/class.yith-wcwl.php:359
657
  msgid "An error occurred while removing products from the wishlist"
658
  msgstr ""
659
  "Er ging iets mis bij het verwijderen van de producten van uw wenslijst."
660
 
661
+ #: ../includes/class.yith-wcwl.php:809
662
  msgid "You need to log in before creating a new wishlist"
663
  msgstr ""
664
  "U dient ingelogd te zijn voordat u producten aan uw wenslijst kunt toevoegen"
665
 
666
+ #: ../includes/class.yith-wcwl.php:1610
667
  msgid "Product successfully removed."
668
  msgstr "Product succesvol verwijderd"
669
 
670
+ #: ../includes/class.yith-wcwl.php:1614
671
  msgid "Error. Unable to remove the product from the wishlist."
672
  msgstr ""
673
  "Er ging iets mis. Het product kon niet verwijderd worden van de wenslijst."
674
 
675
+ #: ../includes/class.yith-wcwl.php:1618 ../templates/wishlist-view.php:242
676
  msgid "No products were added to the wishlist"
677
  msgstr "Er wijn geen producten toegevoegd aan de wenslijst"
678
 
679
+ #: ../includes/class.yith-wcwl.php:1660
680
  msgid "An error as occurred."
681
  msgstr "Er is iets misgegaan."
682
 
689
  "WooCommerce vereist."
690
 
691
  #: ../init.php:140
692
+ msgid "You can't activate the free version of"
693
+ msgstr ""
694
+
695
+ #: ../init.php:140
696
+ msgid "while you are using the premium one."
697
  msgstr ""
 
 
698
 
699
  #: ../templates/admin/wishlist-panel-premium.php:185
700
  #: ../templates/admin/wishlist-panel-premium.php:383
1046
  msgid "Stock Status"
1047
  msgstr "Voorraad status"
1048
 
1049
+ #: ../templates/wishlist-view.php:152 ../templates/wishlist-view.php:232
1050
  msgid "Remove this product"
1051
  msgstr "Verwijder dit product"
1052
 
1054
  msgid "Free!"
1055
  msgstr "Gratis!"
1056
 
1057
+ #: ../templates/wishlist-view.php:179
1058
  msgid "Out of Stock"
1059
  msgstr "Uitverkocht"
1060
 
1061
+ #: ../templates/wishlist-view.php:179
1062
  msgid "In Stock"
1063
  msgstr "Op voorraad"
1064
 
1065
+ #: ../templates/wishlist-view.php:188
1066
  #, php-format
1067
  msgid "Added on : %s"
1068
  msgstr "Toevoegen aan: %s"
1069
 
1070
+ #: ../templates/wishlist-view.php:200
1071
  msgid "Move"
1072
  msgstr "Verplaats"
1073
 
1074
+ #: ../templates/wishlist-view.php:232
 
 
 
 
 
 
 
 
 
 
 
 
1075
  msgid "Remove"
1076
  msgstr "Verwijder"
1077
 
1078
+ #: ../templates/wishlist-view.php:259
1079
  msgid "Add the selected products to the cart"
1080
  msgstr "Voeg het geselecteerde product toe aan de winkelmand"
1081
 
1082
+ #: ../templates/wishlist-view.php:267 ../templates/wishlist-view.php:313
1083
  msgid "Ask for an estimate"
1084
  msgstr "Vraag om een offerte"
1085
 
1086
+ #: ../templates/wishlist-view.php:303
1087
  msgid "Your email"
1088
  msgstr ""
1089
 
1090
+ #~ msgid "Live Demo"
1091
+ #~ msgstr "Live demo"
1092
+
1093
+ #~ msgid ""
1094
+ #~ "WARNING: This plugin requires at least WooCommerce 2.2! Please, use this "
1095
+ #~ "link to update it."
1096
+ #~ msgstr ""
1097
+ #~ "Waarschuwing: Deze plugin vereist ten minste WooCommerce 2.2! Gebruik a.u."
1098
+ #~ "b. deze link om te werken."
1099
+
1100
+ #~ msgid "WARNING: This plugin requires at least WooCommerce 2.2!"
1101
+ #~ msgstr "WAARSCHUWING: Deze plugin vereist minstens WooCommerce 2.2!"
1102
+
1103
+ #~ msgid "Plugin Documentation"
1104
+ #~ msgstr "Plugin documentatie"
1105
+
1106
+ #~ msgid "YITH WooCommerce Wishlist"
1107
+ #~ msgstr "YITH WooCommerce Wishlist"
1108
+
1109
+ #~ msgid ""
1110
+ #~ "You can't activate the free version of YITH WooCommerce Wishlist while "
1111
+ #~ "you are using the premium one."
1112
+ #~ msgstr ""
1113
+ #~ "U kunt de gratis versie van YITH WooCommerce Wishlist niet activeren "
1114
+ #~ "omdat u reeds de premium versie gebruikt."
1115
+
1116
  #~ msgid "I wanted you to see this site"
1117
  #~ msgstr "Ik wil deze site met je delen"
1118
 
languages/yith-woocommerce-wishlist-pl_PL.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-pl_PL.po CHANGED
@@ -1,15 +1,15 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
- "POT-Creation-Date: 2017-10-24 17:34+0200\n"
5
- "PO-Revision-Date: 2017-10-24 17:34+0200\n"
6
  "Last-Translator: \n"
7
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
8
  "Language: pl_PL\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 1.8.7.1\n"
13
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;__ngettext:1,2;"
14
  "__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;"
15
  "_nx_noop:4c,1,2\n"
@@ -21,83 +21,59 @@ msgstr ""
21
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
22
 
23
  #: ../includes/class.yith-wcwl-admin-init.php:159
24
- #: ../includes/class.yith-wcwl-admin-init.php:1483
25
- #: ../includes/class.yith-wcwl-admin-init.php:1484
26
- #: ../includes/class.yith-wcwl-install.php:244
27
  msgid "Wishlist"
28
  msgstr "Obserwowane"
29
 
30
  #: ../includes/class.yith-wcwl-admin-init.php:161
31
- #: ../includes/class.yith-wcwl-admin-init.php:251
32
  msgid "Settings"
33
  msgstr "Ustawienia"
34
 
35
  #: ../includes/class.yith-wcwl-admin-init.php:162
36
- #: ../includes/class.yith-wcwl-admin-init.php:236
37
  msgid "Colors"
38
  msgstr "Kolor"
39
 
40
  #: ../includes/class.yith-wcwl-admin-init.php:163
41
- #: ../includes/class.yith-wcwl-admin-init.php:255
42
  msgid "Premium Version"
43
  msgstr ""
44
 
45
- #: ../includes/class.yith-wcwl-admin-init.php:256
46
- msgid "Live Demo"
47
- msgstr ""
48
-
49
- #: ../includes/class.yith-wcwl-admin-init.php:280
50
- msgid ""
51
- "WARNING: This plugin requires at least WooCommerce 2.2! Please, use this "
52
- "link to update it."
53
- msgstr ""
54
-
55
- #: ../includes/class.yith-wcwl-admin-init.php:283
56
- msgid "WARNING: This plugin requires at least WooCommerce 2.2!"
57
- msgstr ""
58
-
59
- #: ../includes/class.yith-wcwl-admin-init.php:288
60
- msgid "Plugin Documentation"
61
- msgstr "Dokumentacja wtyczki"
62
-
63
- #: ../includes/class.yith-wcwl-admin-init.php:1023
64
  msgid "Upgrade to the PREMIUM VERSION"
65
  msgstr ""
66
 
67
- #: ../includes/class.yith-wcwl-admin-init.php:1026
68
- msgid "YITH WooCommerce Wishlist"
69
- msgstr ""
70
-
71
- #: ../includes/class.yith-wcwl-admin-init.php:1027
72
  msgid "Discover the Advanced Features"
73
  msgstr ""
74
 
75
- #: ../includes/class.yith-wcwl-admin-init.php:1028
76
  msgid ""
77
  "Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE WISHLIST to benefit from "
78
  "all features!"
79
  msgstr ""
80
 
81
- #: ../includes/class.yith-wcwl-admin-init.php:1034
82
  msgid "Get Support and Pro Features"
83
  msgstr "Uzyskaj wsparcie i funkcje Pro"
84
 
85
- #: ../includes/class.yith-wcwl-admin-init.php:1035
86
  msgid ""
87
  "By purchasing the premium version of the plugin, you will take advantage of "
88
  "the advanced features of the product and you will get one year of free "
89
  "updates and support through our platform available 24h/24."
90
  msgstr ""
91
 
92
- #: ../includes/class.yith-wcwl-admin-init.php:1045
93
  msgid "General Settings"
94
  msgstr "Ustawienia ogólne"
95
 
96
- #: ../includes/class.yith-wcwl-admin-init.php:1052
97
  msgid "Enable YITH Wishlist"
98
  msgstr "Włącz YITH Listy życzeń"
99
 
100
- #: ../includes/class.yith-wcwl-admin-init.php:1053
101
  #, php-format
102
  msgid ""
103
  "Enable all plugin features. <strong>Be sure to select at least one option in "
@@ -105,30 +81,30 @@ msgid ""
105
  "plugin <a href=\"%s\" target=\"_blank\">documentation</a>."
106
  msgstr ""
107
 
108
- #: ../includes/class.yith-wcwl-admin-init.php:1059
109
  msgid "Default wishlist title"
110
  msgstr "Tytuł domyślny"
111
 
112
- #: ../includes/class.yith-wcwl-admin-init.php:1061
113
- #: ../includes/class.yith-wcwl-admin-init.php:1062
114
- #: ../includes/class.yith-wcwl-admin-init.php:1298
115
  #, php-format
116
  msgid "My wishlist on %s"
117
  msgstr "Moja lista życzeń: %s"
118
 
119
- #: ../includes/class.yith-wcwl-admin-init.php:1067
120
  msgid "Wishlist Page"
121
  msgstr "Obserwowane"
122
 
123
- #: ../includes/class.yith-wcwl-admin-init.php:1068
124
  msgid "Page contents: [yith_wcwl_wishlist]"
125
  msgstr ""
126
 
127
- #: ../includes/class.yith-wcwl-admin-init.php:1077
128
  msgid "Position"
129
  msgstr "Pozycja meczowa"
130
 
131
- #: ../includes/class.yith-wcwl-admin-init.php:1078
132
  msgid ""
133
  "You can add the button in variable products only after the \"Add to Cart\" "
134
  "button or using the shortcode [yith_wcwl_add_to_wishlist]."
@@ -136,27 +112,27 @@ msgstr ""
136
  "Na produktach zmiennych można dodać to tylko po \"Dodaj do koszyka\" lub "
137
  "użyj shortcode [yith_wcwl_add_to_wishlist]."
138
 
139
- #: ../includes/class.yith-wcwl-admin-init.php:1084
140
  msgid "After \"Add to cart\""
141
  msgstr ""
142
 
143
- #: ../includes/class.yith-wcwl-admin-init.php:1085
144
  msgid "After thumbnails"
145
  msgstr "Za miniaturami"
146
 
147
- #: ../includes/class.yith-wcwl-admin-init.php:1086
148
  msgid "After summary"
149
  msgstr "Po podsumowaniu"
150
 
151
- #: ../includes/class.yith-wcwl-admin-init.php:1087
152
  msgid "Use shortcode"
153
  msgstr "Użyj shortcode"
154
 
155
- #: ../includes/class.yith-wcwl-admin-init.php:1092
156
  msgid "Redirect to cart"
157
  msgstr "Przekieruj do koszyka"
158
 
159
- #: ../includes/class.yith-wcwl-admin-init.php:1093
160
  msgid ""
161
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
162
  "page."
@@ -164,312 +140,312 @@ msgstr ""
164
  "Przekierowanie do koszyka,po przycisku \"Dodaj do koszyka\" na stronie listy "
165
  "życzeń."
166
 
167
- #: ../includes/class.yith-wcwl-admin-init.php:1099
168
  msgid "Remove if added to the cart"
169
  msgstr "Usuń jeśli dodane do koszyka"
170
 
171
- #: ../includes/class.yith-wcwl-admin-init.php:1100
172
  msgid "Remove the product from the wishlist if it has been added to the cart."
173
  msgstr ""
174
 
175
- #: ../includes/class.yith-wcwl-admin-init.php:1106
176
  msgid "\"Add to Wishlist\" text"
177
  msgstr ""
178
 
179
- #: ../includes/class.yith-wcwl-admin-init.php:1108
180
  msgid "Add to Wishlist"
181
  msgstr ""
182
 
183
- #: ../includes/class.yith-wcwl-admin-init.php:1113
184
  msgid "\"Browse wishlist\" text"
185
  msgstr ""
186
 
187
- #: ../includes/class.yith-wcwl-admin-init.php:1115
188
  #: ../includes/class.yith-wcwl-ui.php:82 ../includes/class.yith-wcwl-ui.php:83
189
  msgid "Browse Wishlist"
190
  msgstr "Przeglądaj listę życzeń"
191
 
192
- #: ../includes/class.yith-wcwl-admin-init.php:1120
193
  msgid "\"Product already in wishlist\" text"
194
  msgstr ""
195
 
196
- #: ../includes/class.yith-wcwl-admin-init.php:1122
197
  #: ../includes/class.yith-wcwl-ui.php:83
198
  msgid "The product is already in the wishlist!"
199
  msgstr "Produkt jest już na liście życzeń!"
200
 
201
- #: ../includes/class.yith-wcwl-admin-init.php:1127
202
  msgid "\"Product added\" text"
203
  msgstr ""
204
 
205
- #: ../includes/class.yith-wcwl-admin-init.php:1129
206
  #: ../includes/class.yith-wcwl-ui.php:82
207
  msgid "Product added!"
208
  msgstr ""
209
 
210
- #: ../includes/class.yith-wcwl-admin-init.php:1134
211
  msgid "\"Add to Cart\" text"
212
  msgstr ""
213
 
214
- #: ../includes/class.yith-wcwl-admin-init.php:1136
215
  msgid "Add to Cart"
216
  msgstr "Dodaj do koszyka"
217
 
218
- #: ../includes/class.yith-wcwl-admin-init.php:1141
219
  msgid "Show Unit price"
220
  msgstr "Pokaż cenę jednostkową"
221
 
222
- #: ../includes/class.yith-wcwl-admin-init.php:1142
223
  msgid "Show unit price for each product in wishlist"
224
  msgstr ""
225
 
226
- #: ../includes/class.yith-wcwl-admin-init.php:1149
227
  msgid "Show \"Add to Cart\" button"
228
  msgstr ""
229
 
230
- #: ../includes/class.yith-wcwl-admin-init.php:1150
231
  msgid "Show \"Add to Cart\" button for each product in wishlist"
232
  msgstr ""
233
 
234
- #: ../includes/class.yith-wcwl-admin-init.php:1157
235
  msgid "Show Stock status"
236
  msgstr ""
237
 
238
- #: ../includes/class.yith-wcwl-admin-init.php:1158
239
  msgid ""
240
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
241
  msgstr ""
242
 
243
- #: ../includes/class.yith-wcwl-admin-init.php:1165
244
  msgid "Show Date of addition"
245
  msgstr ""
246
 
247
- #: ../includes/class.yith-wcwl-admin-init.php:1166
248
  msgid "Show the date when users have added a product to the wishlist"
249
  msgstr ""
250
 
251
- #: ../includes/class.yith-wcwl-admin-init.php:1173
252
  msgid "Add second remove button"
253
  msgstr ""
254
 
255
- #: ../includes/class.yith-wcwl-admin-init.php:1174
256
  msgid "Add a second remove button in the last column, with extended label"
257
  msgstr ""
258
 
259
- #: ../includes/class.yith-wcwl-admin-init.php:1189
260
  msgid "Styles"
261
  msgstr "Style CSS"
262
 
263
- #: ../includes/class.yith-wcwl-admin-init.php:1196
264
  msgid "Use buttons"
265
  msgstr "Użyj przyciski"
266
 
267
- #: ../includes/class.yith-wcwl-admin-init.php:1197
268
  msgid "Use buttons instead of simple anchors."
269
  msgstr ""
270
 
271
- #: ../includes/class.yith-wcwl-admin-init.php:1203
272
  msgid "Custom CSS"
273
  msgstr "Własny CSS"
274
 
275
- #: ../includes/class.yith-wcwl-admin-init.php:1210
276
  msgid "Use theme style"
277
  msgstr "Użyj styl szablonu"
278
 
279
- #: ../includes/class.yith-wcwl-admin-init.php:1211
280
  msgid "Use the theme style."
281
  msgstr ""
282
 
283
- #: ../includes/class.yith-wcwl-admin-init.php:1217
284
  msgid "Rounded buttons"
285
  msgstr ""
286
 
287
- #: ../includes/class.yith-wcwl-admin-init.php:1218
288
  msgid "Make button corners rounded"
289
  msgstr ""
290
 
291
- #: ../includes/class.yith-wcwl-admin-init.php:1224
292
  msgid "\"Add to Wishlist\" icon"
293
  msgstr "Ikon \"Dodaj do listy życzeń\""
294
 
295
- #: ../includes/class.yith-wcwl-admin-init.php:1225
296
  msgid "Add an icon to the \"Add to Wishlist\" button"
297
  msgstr "Dodaj ikona do przycisku \"Dodaj do listy życzeń\""
298
 
299
- #: ../includes/class.yith-wcwl-admin-init.php:1235
300
  msgid "\"Add to Cart\" icon"
301
  msgstr "Ikon \"Dodaj do koszyka\""
302
 
303
- #: ../includes/class.yith-wcwl-admin-init.php:1236
304
  msgid "Add an icon to the \"Add to Cart\" button"
305
  msgstr "Dodaj ikona do przycisku \"Dodaj do koszyka\""
306
 
307
- #: ../includes/class.yith-wcwl-admin-init.php:1254
308
  msgid "Social Networks & Share"
309
  msgstr ""
310
 
311
- #: ../includes/class.yith-wcwl-admin-init.php:1261
312
  msgid "Share on Facebook"
313
  msgstr "Udostępnij na Facebooku"
314
 
315
- #: ../includes/class.yith-wcwl-admin-init.php:1262
316
  msgid "Show \"Share on Facebook\" button"
317
  msgstr ""
318
 
319
- #: ../includes/class.yith-wcwl-admin-init.php:1268
320
  msgid "Tweet on Twitter"
321
  msgstr "Poleć na Twitterze"
322
 
323
- #: ../includes/class.yith-wcwl-admin-init.php:1269
324
  msgid "Show \"Tweet on Twitter\" button"
325
  msgstr "Wyświetlaj oficjalny widżet Twitter Embedded Timeline"
326
 
327
- #: ../includes/class.yith-wcwl-admin-init.php:1275
328
  msgid "Pin on Pinterest"
329
  msgstr "Poleć na Pintereście"
330
 
331
- #: ../includes/class.yith-wcwl-admin-init.php:1276
332
  msgid "Show \"Pin on Pinterest\" button"
333
  msgstr ""
334
 
335
- #: ../includes/class.yith-wcwl-admin-init.php:1282
336
  msgid "Share on Google+"
337
  msgstr "Udostępnij na Googl+"
338
 
339
- #: ../includes/class.yith-wcwl-admin-init.php:1283
340
  msgid "Show \"Share on Google+\" button"
341
  msgstr ""
342
 
343
- #: ../includes/class.yith-wcwl-admin-init.php:1289
344
  msgid "Share by Email"
345
  msgstr ""
346
 
347
- #: ../includes/class.yith-wcwl-admin-init.php:1290
348
  msgid "Show \"Share by Email\" button"
349
  msgstr ""
350
 
351
- #: ../includes/class.yith-wcwl-admin-init.php:1296
352
  msgid "Social title"
353
  msgstr ""
354
 
355
- #: ../includes/class.yith-wcwl-admin-init.php:1303
356
  msgid "Social text"
357
  msgstr ""
358
 
359
- #: ../includes/class.yith-wcwl-admin-init.php:1304
360
  msgid ""
361
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
362
  "strong> where you want to show the URL of your wishlist."
363
  msgstr ""
364
 
365
- #: ../includes/class.yith-wcwl-admin-init.php:1311
366
  msgid "Social image URL"
367
  msgstr ""
368
 
369
- #: ../includes/class.yith-wcwl-admin-init.php:1312
370
  msgid "It will be used by Pinterest."
371
  msgstr ""
372
 
373
- #: ../includes/class.yith-wcwl-admin-init.php:1326
374
  #, php-format
375
  msgid ""
376
  "If you want to take advantage of this feature, you could consider to "
377
  "purchase the %s."
378
  msgstr ""
379
 
380
- #: ../includes/class.yith-wcwl-admin-init.php:1331
381
  msgid "YITH WooCommerce Frequently Bought Together Integration"
382
  msgstr ""
383
 
384
- #: ../includes/class.yith-wcwl-admin-init.php:1338
385
  msgid "Enable slider in wishlist"
386
  msgstr ""
387
 
388
- #: ../includes/class.yith-wcwl-admin-init.php:1339
389
  #, php-format
390
  msgid ""
391
  "Choose to enable product slider in wishlist page with linked products (<a "
392
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
393
  msgstr ""
394
 
395
- #: ../includes/class.yith-wcwl-admin-init.php:1375
396
  msgid "\"Add to wishlist\" button"
397
  msgstr ""
398
 
399
- #: ../includes/class.yith-wcwl-admin-init.php:1378
400
- #: ../includes/class.yith-wcwl-admin-init.php:1396
401
- #: ../includes/class.yith-wcwl-admin-init.php:1414
402
- #: ../includes/class.yith-wcwl-admin-init.php:1432
403
- #: ../includes/class.yith-wcwl-admin-init.php:1450
404
  msgid "Background"
405
  msgstr "Tło"
406
 
407
- #: ../includes/class.yith-wcwl-admin-init.php:1379
408
- #: ../includes/class.yith-wcwl-admin-init.php:1397
409
- #: ../includes/class.yith-wcwl-admin-init.php:1415
410
- #: ../includes/class.yith-wcwl-admin-init.php:1433
411
- #: ../includes/class.yith-wcwl-admin-init.php:1451
412
  msgid "Text"
413
  msgstr "Tekst"
414
 
415
- #: ../includes/class.yith-wcwl-admin-init.php:1380
416
- #: ../includes/class.yith-wcwl-admin-init.php:1398
417
- #: ../includes/class.yith-wcwl-admin-init.php:1416
418
- #: ../includes/class.yith-wcwl-admin-init.php:1434
419
- #: ../includes/class.yith-wcwl-admin-init.php:1452
420
  msgid "Border"
421
  msgstr "Ramka"
422
 
423
- #: ../includes/class.yith-wcwl-admin-init.php:1387
424
- #: ../includes/class.yith-wcwl-admin-init.php:1405
425
- #: ../includes/class.yith-wcwl-admin-init.php:1423
426
- #: ../includes/class.yith-wcwl-admin-init.php:1441
427
  msgid "Background (hover)"
428
  msgstr ""
429
 
430
- #: ../includes/class.yith-wcwl-admin-init.php:1388
431
- #: ../includes/class.yith-wcwl-admin-init.php:1406
432
- #: ../includes/class.yith-wcwl-admin-init.php:1424
433
- #: ../includes/class.yith-wcwl-admin-init.php:1442
434
  msgid "Text (hover)"
435
  msgstr ""
436
 
437
- #: ../includes/class.yith-wcwl-admin-init.php:1389
438
- #: ../includes/class.yith-wcwl-admin-init.php:1407
439
- #: ../includes/class.yith-wcwl-admin-init.php:1425
440
- #: ../includes/class.yith-wcwl-admin-init.php:1443
441
  msgid "Border (hover)"
442
  msgstr ""
443
 
444
- #: ../includes/class.yith-wcwl-admin-init.php:1393
445
  msgid "\"Add to Cart\" button"
446
  msgstr ""
447
 
448
- #: ../includes/class.yith-wcwl-admin-init.php:1411
449
  msgid "\"Style 1\" button"
450
  msgstr ""
451
 
452
- #: ../includes/class.yith-wcwl-admin-init.php:1429
453
  msgid "\"Style 2\" button"
454
  msgstr ""
455
 
456
- #: ../includes/class.yith-wcwl-admin-init.php:1447
457
  msgid "Wishlist table"
458
  msgstr ""
459
 
460
- #: ../includes/class.yith-wcwl-admin-init.php:1456
461
  msgid "Headers"
462
  msgstr "Nagłówki"
463
 
464
- #: ../includes/class.yith-wcwl-admin-init.php:1459
465
  msgid "Background color"
466
  msgstr "Kolor tła"
467
 
468
- #: ../includes/class.yith-wcwl-admin-init.php:1549
469
  msgid "Wishlist Activated"
470
  msgstr ""
471
 
472
- #: ../includes/class.yith-wcwl-admin-init.php:1550
473
  #, php-format
474
  msgid ""
475
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
@@ -478,11 +454,11 @@ msgid ""
478
  "options, <a href=\"%s\">discover it now</a>."
479
  msgstr ""
480
 
481
- #: ../includes/class.yith-wcwl-admin-init.php:1561
482
  msgid "Wishlist Updated"
483
  msgstr ""
484
 
485
- #: ../includes/class.yith-wcwl-admin-init.php:1562
486
  #, php-format
487
  msgid ""
488
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
@@ -492,21 +468,131 @@ msgid ""
492
  "\">discover the PREMIUM version.</a>"
493
  msgstr ""
494
 
495
- #: ../includes/class.yith-wcwl-init.php:374
496
  msgid ""
497
  "We are sorry, but this feature is available only if cookies are enabled on "
498
  "your browser."
499
  msgstr ""
500
 
501
- #: ../includes/class.yith-wcwl-init.php:375
502
  msgid "Product correctly added to cart"
503
  msgstr "Produkt dodany do koszyka"
504
 
505
- #: ../includes/class.yith-wcwl-install.php:243
506
  msgctxt "page_slug"
507
  msgid "wishlist"
508
  msgstr ""
509
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
510
  #: ../includes/class.yith-wcwl-shortcode.php:259
511
  #: ../includes/class.yith-wcwl-ui.php:164
512
  msgid "Share on:"
@@ -529,39 +615,39 @@ msgstr "Twitter"
529
  msgid "email"
530
  msgstr "e-mail"
531
 
532
- #: ../includes/class.yith-wcwl.php:177
533
  msgid "An error occurred while adding products to the wishlist."
534
  msgstr ""
535
 
536
- #: ../includes/class.yith-wcwl.php:269
537
  msgid "An error occurred while adding products to wishlist."
538
  msgstr ""
539
 
540
- #: ../includes/class.yith-wcwl.php:286
541
  msgid "The \"Remove\" option now does not require any parameter"
542
  msgstr ""
543
 
544
- #: ../includes/class.yith-wcwl.php:335
545
  msgid "An error occurred while removing products from the wishlist"
546
  msgstr ""
547
 
548
- #: ../includes/class.yith-wcwl.php:783
549
  msgid "You need to log in before creating a new wishlist"
550
  msgstr ""
551
 
552
- #: ../includes/class.yith-wcwl.php:1578
553
  msgid "Product successfully removed."
554
  msgstr "Produkt został usunięty."
555
 
556
- #: ../includes/class.yith-wcwl.php:1582
557
  msgid "Error. Unable to remove the product from the wishlist."
558
  msgstr "Błąd. Nie można usunąć produktu z listy życzeń."
559
 
560
- #: ../includes/class.yith-wcwl.php:1586 ../templates/wishlist-view.php:241
561
  msgid "No products were added to the wishlist"
562
  msgstr "Nie dodano żadnych produktów do listy życzeń"
563
 
564
- #: ../includes/class.yith-wcwl.php:1628
565
  msgid "An error as occurred."
566
  msgstr ""
567
 
@@ -572,9 +658,11 @@ msgid ""
572
  msgstr ""
573
 
574
  #: ../init.php:140
575
- msgid ""
576
- "You can't activate the free version of YITH WooCommerce Wishlist while you "
577
- "are using the premium one."
 
 
578
  msgstr ""
579
 
580
  #: ../templates/admin/wishlist-panel-premium.php:185
@@ -855,7 +943,7 @@ msgstr "Cena"
855
  msgid "Stock Status"
856
  msgstr "Stan magazynowy"
857
 
858
- #: ../templates/wishlist-view.php:152 ../templates/wishlist-view.php:231
859
  msgid "Remove this product"
860
  msgstr "Usuń"
861
 
@@ -863,51 +951,42 @@ msgstr "Usuń"
863
  msgid "Free!"
864
  msgstr "Darmowe!"
865
 
866
- #: ../templates/wishlist-view.php:178
867
  msgid "Out of Stock"
868
  msgstr "Wyprzedane"
869
 
870
- #: ../templates/wishlist-view.php:178
871
  msgid "In Stock"
872
  msgstr "Dostępny"
873
 
874
- #: ../templates/wishlist-view.php:187
875
  #, php-format
876
  msgid "Added on : %s"
877
  msgstr "Dodano %s temu"
878
 
879
- #: ../templates/wishlist-view.php:199
880
  msgid "Move"
881
  msgstr "Przenieś"
882
 
883
- #: ../templates/wishlist-view.php:211
884
- msgid "Shared"
885
- msgstr "Udostępniony"
886
-
887
- #: ../templates/wishlist-view.php:214
888
- msgid "Private"
889
- msgstr "Prywatny"
890
-
891
- #: ../templates/wishlist-view.php:217
892
- msgid "Public"
893
- msgstr "Publiczny"
894
-
895
- #: ../templates/wishlist-view.php:231
896
  msgid "Remove"
897
  msgstr "Usuń"
898
 
899
- #: ../templates/wishlist-view.php:258
900
  msgid "Add the selected products to the cart"
901
  msgstr "Dodaj wybrane produkty do koszyka"
902
 
903
- #: ../templates/wishlist-view.php:266 ../templates/wishlist-view.php:312
904
  msgid "Ask for an estimate"
905
  msgstr "Poproś o oszacowanie kosztów"
906
 
907
- #: ../templates/wishlist-view.php:302
908
  msgid "Your email"
909
  msgstr ""
910
 
 
 
 
911
  #~ msgid ""
912
  #~ "Enable all plugin features. <strong>Be sure to select at least one option "
913
  #~ "in the Wishlist page menu in %s.</strong> Also, please read the plugin <a "
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
+ "POT-Creation-Date: 2018-10-04 14:51+0200\n"
5
+ "PO-Revision-Date: 2018-10-04 14:51+0200\n"
6
  "Last-Translator: \n"
7
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
8
  "Language: pl_PL\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 2.0.8\n"
13
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;__ngettext:1,2;"
14
  "__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;"
15
  "_nx_noop:4c,1,2\n"
21
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
22
 
23
  #: ../includes/class.yith-wcwl-admin-init.php:159
24
+ #: ../includes/class.yith-wcwl-admin-init.php:1478
25
+ #: ../includes/class.yith-wcwl-admin-init.php:1479
26
+ #: ../includes/class.yith-wcwl-install.php:245
27
  msgid "Wishlist"
28
  msgstr "Obserwowane"
29
 
30
  #: ../includes/class.yith-wcwl-admin-init.php:161
 
31
  msgid "Settings"
32
  msgstr "Ustawienia"
33
 
34
  #: ../includes/class.yith-wcwl-admin-init.php:162
35
+ #: ../includes/class.yith-wcwl-admin-init.php:243
36
  msgid "Colors"
37
  msgstr "Kolor"
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:1018
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
44
  msgid "Upgrade to the PREMIUM VERSION"
45
  msgstr ""
46
 
47
+ #: ../includes/class.yith-wcwl-admin-init.php:1022
 
 
 
 
48
  msgid "Discover the Advanced Features"
49
  msgstr ""
50
 
51
+ #: ../includes/class.yith-wcwl-admin-init.php:1023
52
  msgid ""
53
  "Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE WISHLIST to benefit from "
54
  "all features!"
55
  msgstr ""
56
 
57
+ #: ../includes/class.yith-wcwl-admin-init.php:1029
58
  msgid "Get Support and Pro Features"
59
  msgstr "Uzyskaj wsparcie i funkcje Pro"
60
 
61
+ #: ../includes/class.yith-wcwl-admin-init.php:1030
62
  msgid ""
63
  "By purchasing the premium version of the plugin, you will take advantage of "
64
  "the advanced features of the product and you will get one year of free "
65
  "updates and support through our platform available 24h/24."
66
  msgstr ""
67
 
68
+ #: ../includes/class.yith-wcwl-admin-init.php:1040
69
  msgid "General Settings"
70
  msgstr "Ustawienia ogólne"
71
 
72
+ #: ../includes/class.yith-wcwl-admin-init.php:1047
73
  msgid "Enable YITH Wishlist"
74
  msgstr "Włącz YITH Listy życzeń"
75
 
76
+ #: ../includes/class.yith-wcwl-admin-init.php:1048
77
  #, php-format
78
  msgid ""
79
  "Enable all plugin features. <strong>Be sure to select at least one option in "
81
  "plugin <a href=\"%s\" target=\"_blank\">documentation</a>."
82
  msgstr ""
83
 
84
+ #: ../includes/class.yith-wcwl-admin-init.php:1054
85
  msgid "Default wishlist title"
86
  msgstr "Tytuł domyślny"
87
 
88
+ #: ../includes/class.yith-wcwl-admin-init.php:1056
89
+ #: ../includes/class.yith-wcwl-admin-init.php:1057
90
+ #: ../includes/class.yith-wcwl-admin-init.php:1293
91
  #, php-format
92
  msgid "My wishlist on %s"
93
  msgstr "Moja lista życzeń: %s"
94
 
95
+ #: ../includes/class.yith-wcwl-admin-init.php:1062
96
  msgid "Wishlist Page"
97
  msgstr "Obserwowane"
98
 
99
+ #: ../includes/class.yith-wcwl-admin-init.php:1063
100
  msgid "Page contents: [yith_wcwl_wishlist]"
101
  msgstr ""
102
 
103
+ #: ../includes/class.yith-wcwl-admin-init.php:1072
104
  msgid "Position"
105
  msgstr "Pozycja meczowa"
106
 
107
+ #: ../includes/class.yith-wcwl-admin-init.php:1073
108
  msgid ""
109
  "You can add the button in variable products only after the \"Add to Cart\" "
110
  "button or using the shortcode [yith_wcwl_add_to_wishlist]."
112
  "Na produktach zmiennych można dodać to tylko po \"Dodaj do koszyka\" lub "
113
  "użyj shortcode [yith_wcwl_add_to_wishlist]."
114
 
115
+ #: ../includes/class.yith-wcwl-admin-init.php:1079
116
  msgid "After \"Add to cart\""
117
  msgstr ""
118
 
119
+ #: ../includes/class.yith-wcwl-admin-init.php:1080
120
  msgid "After thumbnails"
121
  msgstr "Za miniaturami"
122
 
123
+ #: ../includes/class.yith-wcwl-admin-init.php:1081
124
  msgid "After summary"
125
  msgstr "Po podsumowaniu"
126
 
127
+ #: ../includes/class.yith-wcwl-admin-init.php:1082
128
  msgid "Use shortcode"
129
  msgstr "Użyj shortcode"
130
 
131
+ #: ../includes/class.yith-wcwl-admin-init.php:1087
132
  msgid "Redirect to cart"
133
  msgstr "Przekieruj do koszyka"
134
 
135
+ #: ../includes/class.yith-wcwl-admin-init.php:1088
136
  msgid ""
137
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
138
  "page."
140
  "Przekierowanie do koszyka,po przycisku \"Dodaj do koszyka\" na stronie listy "
141
  "życzeń."
142
 
143
+ #: ../includes/class.yith-wcwl-admin-init.php:1094
144
  msgid "Remove if added to the cart"
145
  msgstr "Usuń jeśli dodane do koszyka"
146
 
147
+ #: ../includes/class.yith-wcwl-admin-init.php:1095
148
  msgid "Remove the product from the wishlist if it has been added to the cart."
149
  msgstr ""
150
 
151
+ #: ../includes/class.yith-wcwl-admin-init.php:1101
152
  msgid "\"Add to Wishlist\" text"
153
  msgstr ""
154
 
155
+ #: ../includes/class.yith-wcwl-admin-init.php:1103
156
  msgid "Add to Wishlist"
157
  msgstr ""
158
 
159
+ #: ../includes/class.yith-wcwl-admin-init.php:1108
160
  msgid "\"Browse wishlist\" text"
161
  msgstr ""
162
 
163
+ #: ../includes/class.yith-wcwl-admin-init.php:1110
164
  #: ../includes/class.yith-wcwl-ui.php:82 ../includes/class.yith-wcwl-ui.php:83
165
  msgid "Browse Wishlist"
166
  msgstr "Przeglądaj listę życzeń"
167
 
168
+ #: ../includes/class.yith-wcwl-admin-init.php:1115
169
  msgid "\"Product already in wishlist\" text"
170
  msgstr ""
171
 
172
+ #: ../includes/class.yith-wcwl-admin-init.php:1117
173
  #: ../includes/class.yith-wcwl-ui.php:83
174
  msgid "The product is already in the wishlist!"
175
  msgstr "Produkt jest już na liście życzeń!"
176
 
177
+ #: ../includes/class.yith-wcwl-admin-init.php:1122
178
  msgid "\"Product added\" text"
179
  msgstr ""
180
 
181
+ #: ../includes/class.yith-wcwl-admin-init.php:1124
182
  #: ../includes/class.yith-wcwl-ui.php:82
183
  msgid "Product added!"
184
  msgstr ""
185
 
186
+ #: ../includes/class.yith-wcwl-admin-init.php:1129
187
  msgid "\"Add to Cart\" text"
188
  msgstr ""
189
 
190
+ #: ../includes/class.yith-wcwl-admin-init.php:1131
191
  msgid "Add to Cart"
192
  msgstr "Dodaj do koszyka"
193
 
194
+ #: ../includes/class.yith-wcwl-admin-init.php:1136
195
  msgid "Show Unit price"
196
  msgstr "Pokaż cenę jednostkową"
197
 
198
+ #: ../includes/class.yith-wcwl-admin-init.php:1137
199
  msgid "Show unit price for each product in wishlist"
200
  msgstr ""
201
 
202
+ #: ../includes/class.yith-wcwl-admin-init.php:1144
203
  msgid "Show \"Add to Cart\" button"
204
  msgstr ""
205
 
206
+ #: ../includes/class.yith-wcwl-admin-init.php:1145
207
  msgid "Show \"Add to Cart\" button for each product in wishlist"
208
  msgstr ""
209
 
210
+ #: ../includes/class.yith-wcwl-admin-init.php:1152
211
  msgid "Show Stock status"
212
  msgstr ""
213
 
214
+ #: ../includes/class.yith-wcwl-admin-init.php:1153
215
  msgid ""
216
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
217
  msgstr ""
218
 
219
+ #: ../includes/class.yith-wcwl-admin-init.php:1160
220
  msgid "Show Date of addition"
221
  msgstr ""
222
 
223
+ #: ../includes/class.yith-wcwl-admin-init.php:1161
224
  msgid "Show the date when users have added a product to the wishlist"
225
  msgstr ""
226
 
227
+ #: ../includes/class.yith-wcwl-admin-init.php:1168
228
  msgid "Add second remove button"
229
  msgstr ""
230
 
231
+ #: ../includes/class.yith-wcwl-admin-init.php:1169
232
  msgid "Add a second remove button in the last column, with extended label"
233
  msgstr ""
234
 
235
+ #: ../includes/class.yith-wcwl-admin-init.php:1184
236
  msgid "Styles"
237
  msgstr "Style CSS"
238
 
239
+ #: ../includes/class.yith-wcwl-admin-init.php:1191
240
  msgid "Use buttons"
241
  msgstr "Użyj przyciski"
242
 
243
+ #: ../includes/class.yith-wcwl-admin-init.php:1192
244
  msgid "Use buttons instead of simple anchors."
245
  msgstr ""
246
 
247
+ #: ../includes/class.yith-wcwl-admin-init.php:1198
248
  msgid "Custom CSS"
249
  msgstr "Własny CSS"
250
 
251
+ #: ../includes/class.yith-wcwl-admin-init.php:1205
252
  msgid "Use theme style"
253
  msgstr "Użyj styl szablonu"
254
 
255
+ #: ../includes/class.yith-wcwl-admin-init.php:1206
256
  msgid "Use the theme style."
257
  msgstr ""
258
 
259
+ #: ../includes/class.yith-wcwl-admin-init.php:1212
260
  msgid "Rounded buttons"
261
  msgstr ""
262
 
263
+ #: ../includes/class.yith-wcwl-admin-init.php:1213
264
  msgid "Make button corners rounded"
265
  msgstr ""
266
 
267
+ #: ../includes/class.yith-wcwl-admin-init.php:1219
268
  msgid "\"Add to Wishlist\" icon"
269
  msgstr "Ikon \"Dodaj do listy życzeń\""
270
 
271
+ #: ../includes/class.yith-wcwl-admin-init.php:1220
272
  msgid "Add an icon to the \"Add to Wishlist\" button"
273
  msgstr "Dodaj ikona do przycisku \"Dodaj do listy życzeń\""
274
 
275
+ #: ../includes/class.yith-wcwl-admin-init.php:1230
276
  msgid "\"Add to Cart\" icon"
277
  msgstr "Ikon \"Dodaj do koszyka\""
278
 
279
+ #: ../includes/class.yith-wcwl-admin-init.php:1231
280
  msgid "Add an icon to the \"Add to Cart\" button"
281
  msgstr "Dodaj ikona do przycisku \"Dodaj do koszyka\""
282
 
283
+ #: ../includes/class.yith-wcwl-admin-init.php:1249
284
  msgid "Social Networks & Share"
285
  msgstr ""
286
 
287
+ #: ../includes/class.yith-wcwl-admin-init.php:1256
288
  msgid "Share on Facebook"
289
  msgstr "Udostępnij na Facebooku"
290
 
291
+ #: ../includes/class.yith-wcwl-admin-init.php:1257
292
  msgid "Show \"Share on Facebook\" button"
293
  msgstr ""
294
 
295
+ #: ../includes/class.yith-wcwl-admin-init.php:1263
296
  msgid "Tweet on Twitter"
297
  msgstr "Poleć na Twitterze"
298
 
299
+ #: ../includes/class.yith-wcwl-admin-init.php:1264
300
  msgid "Show \"Tweet on Twitter\" button"
301
  msgstr "Wyświetlaj oficjalny widżet Twitter Embedded Timeline"
302
 
303
+ #: ../includes/class.yith-wcwl-admin-init.php:1270
304
  msgid "Pin on Pinterest"
305
  msgstr "Poleć na Pintereście"
306
 
307
+ #: ../includes/class.yith-wcwl-admin-init.php:1271
308
  msgid "Show \"Pin on Pinterest\" button"
309
  msgstr ""
310
 
311
+ #: ../includes/class.yith-wcwl-admin-init.php:1277
312
  msgid "Share on Google+"
313
  msgstr "Udostępnij na Googl+"
314
 
315
+ #: ../includes/class.yith-wcwl-admin-init.php:1278
316
  msgid "Show \"Share on Google+\" button"
317
  msgstr ""
318
 
319
+ #: ../includes/class.yith-wcwl-admin-init.php:1284
320
  msgid "Share by Email"
321
  msgstr ""
322
 
323
+ #: ../includes/class.yith-wcwl-admin-init.php:1285
324
  msgid "Show \"Share by Email\" button"
325
  msgstr ""
326
 
327
+ #: ../includes/class.yith-wcwl-admin-init.php:1291
328
  msgid "Social title"
329
  msgstr ""
330
 
331
+ #: ../includes/class.yith-wcwl-admin-init.php:1298
332
  msgid "Social text"
333
  msgstr ""
334
 
335
+ #: ../includes/class.yith-wcwl-admin-init.php:1299
336
  msgid ""
337
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
338
  "strong> where you want to show the URL of your wishlist."
339
  msgstr ""
340
 
341
+ #: ../includes/class.yith-wcwl-admin-init.php:1306
342
  msgid "Social image URL"
343
  msgstr ""
344
 
345
+ #: ../includes/class.yith-wcwl-admin-init.php:1307
346
  msgid "It will be used by Pinterest."
347
  msgstr ""
348
 
349
+ #: ../includes/class.yith-wcwl-admin-init.php:1321
350
  #, php-format
351
  msgid ""
352
  "If you want to take advantage of this feature, you could consider to "
353
  "purchase the %s."
354
  msgstr ""
355
 
356
+ #: ../includes/class.yith-wcwl-admin-init.php:1326
357
  msgid "YITH WooCommerce Frequently Bought Together Integration"
358
  msgstr ""
359
 
360
+ #: ../includes/class.yith-wcwl-admin-init.php:1333
361
  msgid "Enable slider in wishlist"
362
  msgstr ""
363
 
364
+ #: ../includes/class.yith-wcwl-admin-init.php:1334
365
  #, php-format
366
  msgid ""
367
  "Choose to enable product slider in wishlist page with linked products (<a "
368
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
369
  msgstr ""
370
 
371
+ #: ../includes/class.yith-wcwl-admin-init.php:1370
372
  msgid "\"Add to wishlist\" button"
373
  msgstr ""
374
 
375
+ #: ../includes/class.yith-wcwl-admin-init.php:1373
376
+ #: ../includes/class.yith-wcwl-admin-init.php:1391
377
+ #: ../includes/class.yith-wcwl-admin-init.php:1409
378
+ #: ../includes/class.yith-wcwl-admin-init.php:1427
379
+ #: ../includes/class.yith-wcwl-admin-init.php:1445
380
  msgid "Background"
381
  msgstr "Tło"
382
 
383
+ #: ../includes/class.yith-wcwl-admin-init.php:1374
384
+ #: ../includes/class.yith-wcwl-admin-init.php:1392
385
+ #: ../includes/class.yith-wcwl-admin-init.php:1410
386
+ #: ../includes/class.yith-wcwl-admin-init.php:1428
387
+ #: ../includes/class.yith-wcwl-admin-init.php:1446
388
  msgid "Text"
389
  msgstr "Tekst"
390
 
391
+ #: ../includes/class.yith-wcwl-admin-init.php:1375
392
+ #: ../includes/class.yith-wcwl-admin-init.php:1393
393
+ #: ../includes/class.yith-wcwl-admin-init.php:1411
394
+ #: ../includes/class.yith-wcwl-admin-init.php:1429
395
+ #: ../includes/class.yith-wcwl-admin-init.php:1447
396
  msgid "Border"
397
  msgstr "Ramka"
398
 
399
+ #: ../includes/class.yith-wcwl-admin-init.php:1382
400
+ #: ../includes/class.yith-wcwl-admin-init.php:1400
401
+ #: ../includes/class.yith-wcwl-admin-init.php:1418
402
+ #: ../includes/class.yith-wcwl-admin-init.php:1436
403
  msgid "Background (hover)"
404
  msgstr ""
405
 
406
+ #: ../includes/class.yith-wcwl-admin-init.php:1383
407
+ #: ../includes/class.yith-wcwl-admin-init.php:1401
408
+ #: ../includes/class.yith-wcwl-admin-init.php:1419
409
+ #: ../includes/class.yith-wcwl-admin-init.php:1437
410
  msgid "Text (hover)"
411
  msgstr ""
412
 
413
+ #: ../includes/class.yith-wcwl-admin-init.php:1384
414
+ #: ../includes/class.yith-wcwl-admin-init.php:1402
415
+ #: ../includes/class.yith-wcwl-admin-init.php:1420
416
+ #: ../includes/class.yith-wcwl-admin-init.php:1438
417
  msgid "Border (hover)"
418
  msgstr ""
419
 
420
+ #: ../includes/class.yith-wcwl-admin-init.php:1388
421
  msgid "\"Add to Cart\" button"
422
  msgstr ""
423
 
424
+ #: ../includes/class.yith-wcwl-admin-init.php:1406
425
  msgid "\"Style 1\" button"
426
  msgstr ""
427
 
428
+ #: ../includes/class.yith-wcwl-admin-init.php:1424
429
  msgid "\"Style 2\" button"
430
  msgstr ""
431
 
432
+ #: ../includes/class.yith-wcwl-admin-init.php:1442
433
  msgid "Wishlist table"
434
  msgstr ""
435
 
436
+ #: ../includes/class.yith-wcwl-admin-init.php:1451
437
  msgid "Headers"
438
  msgstr "Nagłówki"
439
 
440
+ #: ../includes/class.yith-wcwl-admin-init.php:1454
441
  msgid "Background color"
442
  msgstr "Kolor tła"
443
 
444
+ #: ../includes/class.yith-wcwl-admin-init.php:1544
445
  msgid "Wishlist Activated"
446
  msgstr ""
447
 
448
+ #: ../includes/class.yith-wcwl-admin-init.php:1545
449
  #, php-format
450
  msgid ""
451
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
454
  "options, <a href=\"%s\">discover it now</a>."
455
  msgstr ""
456
 
457
+ #: ../includes/class.yith-wcwl-admin-init.php:1556
458
  msgid "Wishlist Updated"
459
  msgstr ""
460
 
461
+ #: ../includes/class.yith-wcwl-admin-init.php:1557
462
  #, php-format
463
  msgid ""
464
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
468
  "\">discover the PREMIUM version.</a>"
469
  msgstr ""
470
 
471
+ #: ../includes/class.yith-wcwl-init.php:403
472
  msgid ""
473
  "We are sorry, but this feature is available only if cookies are enabled on "
474
  "your browser."
475
  msgstr ""
476
 
477
+ #: ../includes/class.yith-wcwl-init.php:404
478
  msgid "Product correctly added to cart"
479
  msgstr "Produkt dodany do koszyka"
480
 
481
+ #: ../includes/class.yith-wcwl-install.php:244
482
  msgctxt "page_slug"
483
  msgid "wishlist"
484
  msgstr ""
485
 
486
+ #: ../includes/class.yith-wcwl-privacy.php:50
487
+ msgid "While you visit our site, we’ll track:"
488
+ msgstr ""
489
+
490
+ #: ../includes/class.yith-wcwl-privacy.php:52
491
+ msgid ""
492
+ "Products you’ve added to the wishlist: we’ll use this to show you and other "
493
+ "users your favourite products, and to create targeted email campaigns."
494
+ msgstr ""
495
+
496
+ #: ../includes/class.yith-wcwl-privacy.php:53
497
+ msgid ""
498
+ "Wishlists you’ve created: we’ll keep track of the wishlists you create, and "
499
+ "make them visible to the store’s staff"
500
+ msgstr ""
501
+
502
+ #: ../includes/class.yith-wcwl-privacy.php:55
503
+ msgid ""
504
+ "We’ll also use cookies to keep track of wishlist contents while you’re "
505
+ "browsing our site."
506
+ msgstr ""
507
+
508
+ #: ../includes/class.yith-wcwl-privacy.php:58
509
+ msgid ""
510
+ "Members of our team have access to the information you provide us. For "
511
+ "example, both Administrators and Shop Managers can access:"
512
+ msgstr ""
513
+
514
+ #: ../includes/class.yith-wcwl-privacy.php:60
515
+ msgid ""
516
+ "Wishlist details, such as products added, date of addition, name and privacy "
517
+ "settings of your wishlists"
518
+ msgstr ""
519
+
520
+ #: ../includes/class.yith-wcwl-privacy.php:62
521
+ msgid ""
522
+ "Our team members have access to this information to offer you better deals "
523
+ "for the products you love."
524
+ msgstr ""
525
+
526
+ #: ../includes/class.yith-wcwl-privacy.php:82
527
+ #: ../includes/class.yith-wcwl-privacy.php:98
528
+ #, fuzzy
529
+ #| msgid "Browse Wishlist"
530
+ msgid "Customer Wishlists"
531
+ msgstr "Przeglądaj listę życzeń"
532
+
533
+ #: ../includes/class.yith-wcwl-privacy.php:133
534
+ #, fuzzy
535
+ #| msgid "Wishlist"
536
+ msgid "Wishlists"
537
+ msgstr "Obserwowane"
538
+
539
+ #: ../includes/class.yith-wcwl-privacy.php:195
540
+ #, fuzzy, php-format
541
+ #| msgid "My wishlist on %s"
542
+ msgid "Removed wishlist %s."
543
+ msgstr "Moja lista życzeń: %s"
544
+
545
+ #: ../includes/class.yith-wcwl-privacy.php:199
546
+ #, php-format
547
+ msgid "Wishlist %s has been retained."
548
+ msgstr ""
549
+
550
+ #: ../includes/class.yith-wcwl-privacy.php:210
551
+ msgid "Removed default user's wishlist"
552
+ msgstr ""
553
+
554
+ #: ../includes/class.yith-wcwl-privacy.php:228
555
+ msgid "Token"
556
+ msgstr ""
557
+
558
+ #: ../includes/class.yith-wcwl-privacy.php:229
559
+ #, fuzzy
560
+ #| msgid "Wishlist"
561
+ msgid "Wishlist url"
562
+ msgstr "Obserwowane"
563
+
564
+ #: ../includes/class.yith-wcwl-privacy.php:230
565
+ msgid "Title"
566
+ msgstr ""
567
+
568
+ #: ../includes/class.yith-wcwl-privacy.php:231
569
+ msgctxt "date wishlist was created"
570
+ msgid "Created on"
571
+ msgstr ""
572
+
573
+ #: ../includes/class.yith-wcwl-privacy.php:232
574
+ msgid "Visibility"
575
+ msgstr ""
576
+
577
+ #: ../includes/class.yith-wcwl-privacy.php:233
578
+ msgid "Items Added"
579
+ msgstr ""
580
+
581
+ #: ../includes/class.yith-wcwl-privacy.php:283
582
+ #: ../templates/wishlist-view.php:212
583
+ msgid "Shared"
584
+ msgstr "Udostępniony"
585
+
586
+ #: ../includes/class.yith-wcwl-privacy.php:286
587
+ #: ../templates/wishlist-view.php:215
588
+ msgid "Private"
589
+ msgstr "Prywatny"
590
+
591
+ #: ../includes/class.yith-wcwl-privacy.php:289
592
+ #: ../templates/wishlist-view.php:218
593
+ msgid "Public"
594
+ msgstr "Publiczny"
595
+
596
  #: ../includes/class.yith-wcwl-shortcode.php:259
597
  #: ../includes/class.yith-wcwl-ui.php:164
598
  msgid "Share on:"
615
  msgid "email"
616
  msgstr "e-mail"
617
 
618
+ #: ../includes/class.yith-wcwl.php:201
619
  msgid "An error occurred while adding products to the wishlist."
620
  msgstr ""
621
 
622
+ #: ../includes/class.yith-wcwl.php:293
623
  msgid "An error occurred while adding products to wishlist."
624
  msgstr ""
625
 
626
+ #: ../includes/class.yith-wcwl.php:310
627
  msgid "The \"Remove\" option now does not require any parameter"
628
  msgstr ""
629
 
630
+ #: ../includes/class.yith-wcwl.php:359
631
  msgid "An error occurred while removing products from the wishlist"
632
  msgstr ""
633
 
634
+ #: ../includes/class.yith-wcwl.php:809
635
  msgid "You need to log in before creating a new wishlist"
636
  msgstr ""
637
 
638
+ #: ../includes/class.yith-wcwl.php:1610
639
  msgid "Product successfully removed."
640
  msgstr "Produkt został usunięty."
641
 
642
+ #: ../includes/class.yith-wcwl.php:1614
643
  msgid "Error. Unable to remove the product from the wishlist."
644
  msgstr "Błąd. Nie można usunąć produktu z listy życzeń."
645
 
646
+ #: ../includes/class.yith-wcwl.php:1618 ../templates/wishlist-view.php:242
647
  msgid "No products were added to the wishlist"
648
  msgstr "Nie dodano żadnych produktów do listy życzeń"
649
 
650
+ #: ../includes/class.yith-wcwl.php:1660
651
  msgid "An error as occurred."
652
  msgstr ""
653
 
658
  msgstr ""
659
 
660
  #: ../init.php:140
661
+ msgid "You can't activate the free version of"
662
+ msgstr ""
663
+
664
+ #: ../init.php:140
665
+ msgid "while you are using the premium one."
666
  msgstr ""
667
 
668
  #: ../templates/admin/wishlist-panel-premium.php:185
943
  msgid "Stock Status"
944
  msgstr "Stan magazynowy"
945
 
946
+ #: ../templates/wishlist-view.php:152 ../templates/wishlist-view.php:232
947
  msgid "Remove this product"
948
  msgstr "Usuń"
949
 
951
  msgid "Free!"
952
  msgstr "Darmowe!"
953
 
954
+ #: ../templates/wishlist-view.php:179
955
  msgid "Out of Stock"
956
  msgstr "Wyprzedane"
957
 
958
+ #: ../templates/wishlist-view.php:179
959
  msgid "In Stock"
960
  msgstr "Dostępny"
961
 
962
+ #: ../templates/wishlist-view.php:188
963
  #, php-format
964
  msgid "Added on : %s"
965
  msgstr "Dodano %s temu"
966
 
967
+ #: ../templates/wishlist-view.php:200
968
  msgid "Move"
969
  msgstr "Przenieś"
970
 
971
+ #: ../templates/wishlist-view.php:232
 
 
 
 
 
 
 
 
 
 
 
 
972
  msgid "Remove"
973
  msgstr "Usuń"
974
 
975
+ #: ../templates/wishlist-view.php:259
976
  msgid "Add the selected products to the cart"
977
  msgstr "Dodaj wybrane produkty do koszyka"
978
 
979
+ #: ../templates/wishlist-view.php:267 ../templates/wishlist-view.php:313
980
  msgid "Ask for an estimate"
981
  msgstr "Poproś o oszacowanie kosztów"
982
 
983
+ #: ../templates/wishlist-view.php:303
984
  msgid "Your email"
985
  msgstr ""
986
 
987
+ #~ msgid "Plugin Documentation"
988
+ #~ msgstr "Dokumentacja wtyczki"
989
+
990
  #~ msgid ""
991
  #~ "Enable all plugin features. <strong>Be sure to select at least one option "
992
  #~ "in the Wishlist page menu in %s.</strong> Also, please read the plugin <a "
languages/yith-woocommerce-wishlist-pt_BR.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-pt_BR.po CHANGED
@@ -1,15 +1,15 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
- "POT-Creation-Date: 2017-10-24 17:34+0200\n"
5
- "PO-Revision-Date: 2017-10-24 17:34+0200\n"
6
  "Last-Translator: YIThemes <support@yithemes.com>\n"
7
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
8
  "Language: pt_BR\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 1.8.7.1\n"
13
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;__ngettext:1,2;"
14
  "__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;"
15
  "_nx_noop:4c,1,2\n"
@@ -20,83 +20,59 @@ msgstr ""
20
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
21
 
22
  #: ../includes/class.yith-wcwl-admin-init.php:159
23
- #: ../includes/class.yith-wcwl-admin-init.php:1483
24
- #: ../includes/class.yith-wcwl-admin-init.php:1484
25
- #: ../includes/class.yith-wcwl-install.php:244
26
  msgid "Wishlist"
27
  msgstr "Lista de Desejos"
28
 
29
  #: ../includes/class.yith-wcwl-admin-init.php:161
30
- #: ../includes/class.yith-wcwl-admin-init.php:251
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:236
36
  msgid "Colors"
37
  msgstr "Cores"
38
 
39
  #: ../includes/class.yith-wcwl-admin-init.php:163
40
- #: ../includes/class.yith-wcwl-admin-init.php:255
41
  msgid "Premium Version"
42
  msgstr ""
43
 
44
- #: ../includes/class.yith-wcwl-admin-init.php:256
45
- msgid "Live Demo"
46
- msgstr ""
47
-
48
- #: ../includes/class.yith-wcwl-admin-init.php:280
49
- msgid ""
50
- "WARNING: This plugin requires at least WooCommerce 2.2! Please, use this "
51
- "link to update it."
52
- msgstr ""
53
-
54
- #: ../includes/class.yith-wcwl-admin-init.php:283
55
- msgid "WARNING: This plugin requires at least WooCommerce 2.2!"
56
- msgstr ""
57
-
58
- #: ../includes/class.yith-wcwl-admin-init.php:288
59
- msgid "Plugin Documentation"
60
- msgstr ""
61
-
62
- #: ../includes/class.yith-wcwl-admin-init.php:1023
63
  msgid "Upgrade to the PREMIUM VERSION"
64
  msgstr ""
65
 
66
- #: ../includes/class.yith-wcwl-admin-init.php:1026
67
- msgid "YITH WooCommerce Wishlist"
68
- msgstr ""
69
-
70
- #: ../includes/class.yith-wcwl-admin-init.php:1027
71
  msgid "Discover the Advanced Features"
72
  msgstr ""
73
 
74
- #: ../includes/class.yith-wcwl-admin-init.php:1028
75
  msgid ""
76
  "Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE WISHLIST to benefit from "
77
  "all features!"
78
  msgstr ""
79
 
80
- #: ../includes/class.yith-wcwl-admin-init.php:1034
81
  msgid "Get Support and Pro Features"
82
  msgstr ""
83
 
84
- #: ../includes/class.yith-wcwl-admin-init.php:1035
85
  msgid ""
86
  "By purchasing the premium version of the plugin, you will take advantage of "
87
  "the advanced features of the product and you will get one year of free "
88
  "updates and support through our platform available 24h/24."
89
  msgstr ""
90
 
91
- #: ../includes/class.yith-wcwl-admin-init.php:1045
92
  msgid "General Settings"
93
  msgstr "Opções gerais"
94
 
95
- #: ../includes/class.yith-wcwl-admin-init.php:1052
96
  msgid "Enable YITH Wishlist"
97
  msgstr "Ativar Lista de Desejos"
98
 
99
- #: ../includes/class.yith-wcwl-admin-init.php:1053
100
  #, php-format
101
  msgid ""
102
  "Enable all plugin features. <strong>Be sure to select at least one option in "
@@ -104,31 +80,31 @@ msgid ""
104
  "plugin <a href=\"%s\" target=\"_blank\">documentation</a>."
105
  msgstr ""
106
 
107
- #: ../includes/class.yith-wcwl-admin-init.php:1059
108
  #, fuzzy
109
  msgid "Default wishlist title"
110
  msgstr "Titulo da lista de desejos"
111
 
112
- #: ../includes/class.yith-wcwl-admin-init.php:1061
113
- #: ../includes/class.yith-wcwl-admin-init.php:1062
114
- #: ../includes/class.yith-wcwl-admin-init.php:1298
115
  #, php-format
116
  msgid "My wishlist on %s"
117
  msgstr "Minha lista de desejos em %s"
118
 
119
- #: ../includes/class.yith-wcwl-admin-init.php:1067
120
  msgid "Wishlist Page"
121
  msgstr "Meus desejos"
122
 
123
- #: ../includes/class.yith-wcwl-admin-init.php:1068
124
  msgid "Page contents: [yith_wcwl_wishlist]"
125
  msgstr "Conteúdo da página: [yith_wcwl_wishlist]"
126
 
127
- #: ../includes/class.yith-wcwl-admin-init.php:1077
128
  msgid "Position"
129
  msgstr "Posição"
130
 
131
- #: ../includes/class.yith-wcwl-admin-init.php:1078
132
  msgid ""
133
  "You can add the button in variable products only after the \"Add to Cart\" "
134
  "button or using the shortcode [yith_wcwl_add_to_wishlist]."
@@ -136,27 +112,27 @@ msgstr ""
136
  "Em produtos variáveis você pode adicionar isto somenteapós \"Adicionar ao "
137
  "Carrinho\" ou usar o shortcode [yith_wcwl_add_to_wishlist]."
138
 
139
- #: ../includes/class.yith-wcwl-admin-init.php:1084
140
  msgid "After \"Add to cart\""
141
  msgstr "Após \" Adicionar ao carrinho \""
142
 
143
- #: ../includes/class.yith-wcwl-admin-init.php:1085
144
  msgid "After thumbnails"
145
  msgstr "Após miniaturas"
146
 
147
- #: ../includes/class.yith-wcwl-admin-init.php:1086
148
  msgid "After summary"
149
  msgstr "Após sumário"
150
 
151
- #: ../includes/class.yith-wcwl-admin-init.php:1087
152
  msgid "Use shortcode"
153
  msgstr "Usar shortcode"
154
 
155
- #: ../includes/class.yith-wcwl-admin-init.php:1092
156
  msgid "Redirect to cart"
157
  msgstr "Redirecionar para o carrinho"
158
 
159
- #: ../includes/class.yith-wcwl-admin-init.php:1093
160
  msgid ""
161
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
162
  "page."
@@ -164,339 +140,339 @@ msgstr ""
164
  "Redirecionar para a página de carrinho se o botão \" Adicionar ao carrinho "
165
  "\" estiver clicado na página de lista de desejos."
166
 
167
- #: ../includes/class.yith-wcwl-admin-init.php:1099
168
  msgid "Remove if added to the cart"
169
  msgstr "Remover se adicionado ao carrinho"
170
 
171
- #: ../includes/class.yith-wcwl-admin-init.php:1100
172
  #, fuzzy
173
  msgid "Remove the product from the wishlist if it has been added to the cart."
174
  msgstr ""
175
  "Remover o produto da lista, se a mesma tiver sido adicionada ao carrinho."
176
 
177
- #: ../includes/class.yith-wcwl-admin-init.php:1106
178
  msgid "\"Add to Wishlist\" text"
179
  msgstr "Texto \" Adicionar a Lista de Desejos\""
180
 
181
- #: ../includes/class.yith-wcwl-admin-init.php:1108
182
  msgid "Add to Wishlist"
183
  msgstr "Adicionar aos meus desejos"
184
 
185
- #: ../includes/class.yith-wcwl-admin-init.php:1113
186
  #, fuzzy
187
  msgid "\"Browse wishlist\" text"
188
  msgstr "Veja sua lista de desejos!"
189
 
190
- #: ../includes/class.yith-wcwl-admin-init.php:1115
191
  #: ../includes/class.yith-wcwl-ui.php:82 ../includes/class.yith-wcwl-ui.php:83
192
  msgid "Browse Wishlist"
193
  msgstr "Veja sua lista de desejos!"
194
 
195
- #: ../includes/class.yith-wcwl-admin-init.php:1120
196
  #, fuzzy
197
  msgid "\"Product already in wishlist\" text"
198
  msgstr "Produto já na lista de desejos."
199
 
200
- #: ../includes/class.yith-wcwl-admin-init.php:1122
201
  #: ../includes/class.yith-wcwl-ui.php:83
202
  msgid "The product is already in the wishlist!"
203
  msgstr "Esse produto já se encontra na sua lista de desejos!"
204
 
205
- #: ../includes/class.yith-wcwl-admin-init.php:1127
206
  #, fuzzy
207
  msgid "\"Product added\" text"
208
  msgstr "Produto adicionado!"
209
 
210
- #: ../includes/class.yith-wcwl-admin-init.php:1129
211
  #: ../includes/class.yith-wcwl-ui.php:82
212
  msgid "Product added!"
213
  msgstr "Produto adicionado!"
214
 
215
- #: ../includes/class.yith-wcwl-admin-init.php:1134
216
  msgid "\"Add to Cart\" text"
217
  msgstr "Texto \" Adicionar ao Carrinho\""
218
 
219
- #: ../includes/class.yith-wcwl-admin-init.php:1136
220
  msgid "Add to Cart"
221
  msgstr "Adicionar ao Carrinho"
222
 
223
- #: ../includes/class.yith-wcwl-admin-init.php:1141
224
  #, fuzzy
225
  msgid "Show Unit price"
226
  msgstr "Preço unitário"
227
 
228
- #: ../includes/class.yith-wcwl-admin-init.php:1142
229
  msgid "Show unit price for each product in wishlist"
230
  msgstr ""
231
 
232
- #: ../includes/class.yith-wcwl-admin-init.php:1149
233
  #, fuzzy
234
  msgid "Show \"Add to Cart\" button"
235
  msgstr "Texto do botão \"Adicionar ao carrinho \""
236
 
237
- #: ../includes/class.yith-wcwl-admin-init.php:1150
238
  #, fuzzy
239
  msgid "Show \"Add to Cart\" button for each product in wishlist"
240
  msgstr "Fundo do do botão \"Adicionar ao carrinho \""
241
 
242
- #: ../includes/class.yith-wcwl-admin-init.php:1157
243
  #, fuzzy
244
  msgid "Show Stock status"
245
  msgstr "Status do estoque"
246
 
247
- #: ../includes/class.yith-wcwl-admin-init.php:1158
248
  msgid ""
249
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
250
  msgstr ""
251
 
252
- #: ../includes/class.yith-wcwl-admin-init.php:1165
253
  msgid "Show Date of addition"
254
  msgstr ""
255
 
256
- #: ../includes/class.yith-wcwl-admin-init.php:1166
257
  #, fuzzy
258
  msgid "Show the date when users have added a product to the wishlist"
259
  msgstr "Oops! Ocorreu um erro ao adicionar o produto à lista de desejos."
260
 
261
- #: ../includes/class.yith-wcwl-admin-init.php:1173
262
  #, fuzzy
263
  msgid "Add second remove button"
264
  msgstr "Texto do botão \"Adicionar ao carrinho \""
265
 
266
- #: ../includes/class.yith-wcwl-admin-init.php:1174
267
  msgid "Add a second remove button in the last column, with extended label"
268
  msgstr ""
269
 
270
- #: ../includes/class.yith-wcwl-admin-init.php:1189
271
  msgid "Styles"
272
  msgstr "Estilos"
273
 
274
- #: ../includes/class.yith-wcwl-admin-init.php:1196
275
  msgid "Use buttons"
276
  msgstr "Usar botões"
277
 
278
- #: ../includes/class.yith-wcwl-admin-init.php:1197
279
  #, fuzzy
280
  msgid "Use buttons instead of simple anchors."
281
  msgstr "Usar botões ao invés de simples âncoras."
282
 
283
- #: ../includes/class.yith-wcwl-admin-init.php:1203
284
  msgid "Custom CSS"
285
  msgstr "CSS Customizado"
286
 
287
- #: ../includes/class.yith-wcwl-admin-init.php:1210
288
  msgid "Use theme style"
289
  msgstr "Usar estilo do tema"
290
 
291
- #: ../includes/class.yith-wcwl-admin-init.php:1211
292
  msgid "Use the theme style."
293
  msgstr "Usar o estilo do tema."
294
 
295
- #: ../includes/class.yith-wcwl-admin-init.php:1217
296
  #, fuzzy
297
  msgid "Rounded buttons"
298
  msgstr "Usar botões"
299
 
300
- #: ../includes/class.yith-wcwl-admin-init.php:1218
301
  #, fuzzy
302
  msgid "Make button corners rounded"
303
  msgstr "Faça botões do canto arredondado"
304
 
305
- #: ../includes/class.yith-wcwl-admin-init.php:1224
306
  msgid "\"Add to Wishlist\" icon"
307
  msgstr "Ícone \"Adicionar aos meus desejos\" "
308
 
309
- #: ../includes/class.yith-wcwl-admin-init.php:1225
310
  msgid "Add an icon to the \"Add to Wishlist\" button"
311
  msgstr "Adicionar um ícone ao botão \"Adicionar aos meus desejos\""
312
 
313
- #: ../includes/class.yith-wcwl-admin-init.php:1235
314
  msgid "\"Add to Cart\" icon"
315
  msgstr "Ícone \"Adicionar ao Carrinho\""
316
 
317
- #: ../includes/class.yith-wcwl-admin-init.php:1236
318
  msgid "Add an icon to the \"Add to Cart\" button"
319
  msgstr "Adicionar um ícone ao botão \"Adicionar ao carrinho\""
320
 
321
- #: ../includes/class.yith-wcwl-admin-init.php:1254
322
  #, fuzzy
323
  msgid "Social Networks & Share"
324
  msgstr "Social &amp; Compartilhamento"
325
 
326
- #: ../includes/class.yith-wcwl-admin-init.php:1261
327
  msgid "Share on Facebook"
328
  msgstr "Compartilhar no Facebook"
329
 
330
- #: ../includes/class.yith-wcwl-admin-init.php:1262
331
  #, fuzzy
332
  msgid "Show \"Share on Facebook\" button"
333
  msgstr "Compartilhar no Facebook"
334
 
335
- #: ../includes/class.yith-wcwl-admin-init.php:1268
336
  msgid "Tweet on Twitter"
337
  msgstr "Tweetar no Twitter"
338
 
339
- #: ../includes/class.yith-wcwl-admin-init.php:1269
340
  #, fuzzy
341
  msgid "Show \"Tweet on Twitter\" button"
342
  msgstr "Tweetar no Twitter"
343
 
344
- #: ../includes/class.yith-wcwl-admin-init.php:1275
345
  msgid "Pin on Pinterest"
346
  msgstr ""
347
 
348
- #: ../includes/class.yith-wcwl-admin-init.php:1276
349
  #, fuzzy
350
  msgid "Show \"Pin on Pinterest\" button"
351
  msgstr "Texto do botão \"Adicionar ao carrinho \""
352
 
353
- #: ../includes/class.yith-wcwl-admin-init.php:1282
354
  msgid "Share on Google+"
355
  msgstr "Comparilhar no Google+"
356
 
357
- #: ../includes/class.yith-wcwl-admin-init.php:1283
358
  #, fuzzy
359
  msgid "Show \"Share on Google+\" button"
360
  msgstr "Compartilhar no Facebook"
361
 
362
- #: ../includes/class.yith-wcwl-admin-init.php:1289
363
  msgid "Share by Email"
364
  msgstr ""
365
 
366
- #: ../includes/class.yith-wcwl-admin-init.php:1290
367
  #, fuzzy
368
  msgid "Show \"Share by Email\" button"
369
  msgstr "Texto do botão \"Adicionar ao carrinho \""
370
 
371
- #: ../includes/class.yith-wcwl-admin-init.php:1296
372
  #, fuzzy
373
  msgid "Social title"
374
  msgstr "Título Mídias Sociais"
375
 
376
- #: ../includes/class.yith-wcwl-admin-init.php:1303
377
  #, fuzzy
378
  msgid "Social text"
379
  msgstr "Texto Mídias Sociais"
380
 
381
- #: ../includes/class.yith-wcwl-admin-init.php:1304
382
  msgid ""
383
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
384
  "strong> where you want to show the URL of your wishlist."
385
  msgstr ""
386
 
387
- #: ../includes/class.yith-wcwl-admin-init.php:1311
388
  #, fuzzy
389
  msgid "Social image URL"
390
  msgstr "Url para compartilhamento"
391
 
392
- #: ../includes/class.yith-wcwl-admin-init.php:1312
393
  msgid "It will be used by Pinterest."
394
  msgstr ""
395
 
396
- #: ../includes/class.yith-wcwl-admin-init.php:1326
397
  #, php-format
398
  msgid ""
399
  "If you want to take advantage of this feature, you could consider to "
400
  "purchase the %s."
401
  msgstr ""
402
 
403
- #: ../includes/class.yith-wcwl-admin-init.php:1331
404
  msgid "YITH WooCommerce Frequently Bought Together Integration"
405
  msgstr ""
406
 
407
- #: ../includes/class.yith-wcwl-admin-init.php:1338
408
  msgid "Enable slider in wishlist"
409
  msgstr ""
410
 
411
- #: ../includes/class.yith-wcwl-admin-init.php:1339
412
  #, php-format
413
  msgid ""
414
  "Choose to enable product slider in wishlist page with linked products (<a "
415
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
416
  msgstr ""
417
 
418
- #: ../includes/class.yith-wcwl-admin-init.php:1375
419
  #, fuzzy
420
  msgid "\"Add to wishlist\" button"
421
  msgstr "Texto do botão \"Adicionar aos meus desejos\""
422
 
423
- #: ../includes/class.yith-wcwl-admin-init.php:1378
424
- #: ../includes/class.yith-wcwl-admin-init.php:1396
425
- #: ../includes/class.yith-wcwl-admin-init.php:1414
426
- #: ../includes/class.yith-wcwl-admin-init.php:1432
427
- #: ../includes/class.yith-wcwl-admin-init.php:1450
428
  msgid "Background"
429
  msgstr ""
430
 
431
- #: ../includes/class.yith-wcwl-admin-init.php:1379
432
- #: ../includes/class.yith-wcwl-admin-init.php:1397
433
- #: ../includes/class.yith-wcwl-admin-init.php:1415
434
- #: ../includes/class.yith-wcwl-admin-init.php:1433
435
- #: ../includes/class.yith-wcwl-admin-init.php:1451
436
  msgid "Text"
437
  msgstr ""
438
 
439
- #: ../includes/class.yith-wcwl-admin-init.php:1380
440
- #: ../includes/class.yith-wcwl-admin-init.php:1398
441
- #: ../includes/class.yith-wcwl-admin-init.php:1416
442
- #: ../includes/class.yith-wcwl-admin-init.php:1434
443
- #: ../includes/class.yith-wcwl-admin-init.php:1452
444
  msgid "Border"
445
  msgstr ""
446
 
447
- #: ../includes/class.yith-wcwl-admin-init.php:1387
448
- #: ../includes/class.yith-wcwl-admin-init.php:1405
449
- #: ../includes/class.yith-wcwl-admin-init.php:1423
450
- #: ../includes/class.yith-wcwl-admin-init.php:1441
451
  msgid "Background (hover)"
452
  msgstr ""
453
 
454
- #: ../includes/class.yith-wcwl-admin-init.php:1388
455
- #: ../includes/class.yith-wcwl-admin-init.php:1406
456
- #: ../includes/class.yith-wcwl-admin-init.php:1424
457
- #: ../includes/class.yith-wcwl-admin-init.php:1442
458
  msgid "Text (hover)"
459
  msgstr ""
460
 
461
- #: ../includes/class.yith-wcwl-admin-init.php:1389
462
- #: ../includes/class.yith-wcwl-admin-init.php:1407
463
- #: ../includes/class.yith-wcwl-admin-init.php:1425
464
- #: ../includes/class.yith-wcwl-admin-init.php:1443
465
  msgid "Border (hover)"
466
  msgstr ""
467
 
468
- #: ../includes/class.yith-wcwl-admin-init.php:1393
469
  #, fuzzy
470
  msgid "\"Add to Cart\" button"
471
  msgstr "Texto do botão \"Adicionar ao carrinho \""
472
 
473
- #: ../includes/class.yith-wcwl-admin-init.php:1411
474
  msgid "\"Style 1\" button"
475
  msgstr ""
476
 
477
- #: ../includes/class.yith-wcwl-admin-init.php:1429
478
  msgid "\"Style 2\" button"
479
  msgstr ""
480
 
481
- #: ../includes/class.yith-wcwl-admin-init.php:1447
482
  #, fuzzy
483
  msgid "Wishlist table"
484
  msgstr "Titulo da lista de desejos"
485
 
486
- #: ../includes/class.yith-wcwl-admin-init.php:1456
487
  msgid "Headers"
488
  msgstr ""
489
 
490
- #: ../includes/class.yith-wcwl-admin-init.php:1459
491
  msgid "Background color"
492
  msgstr ""
493
 
494
- #: ../includes/class.yith-wcwl-admin-init.php:1549
495
  #, fuzzy
496
  msgid "Wishlist Activated"
497
  msgstr "Titulo da lista de desejos"
498
 
499
- #: ../includes/class.yith-wcwl-admin-init.php:1550
500
  #, php-format
501
  msgid ""
502
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
@@ -505,12 +481,12 @@ msgid ""
505
  "options, <a href=\"%s\">discover it now</a>."
506
  msgstr ""
507
 
508
- #: ../includes/class.yith-wcwl-admin-init.php:1561
509
  #, fuzzy
510
  msgid "Wishlist Updated"
511
  msgstr "Meus desejos"
512
 
513
- #: ../includes/class.yith-wcwl-admin-init.php:1562
514
  #, php-format
515
  msgid ""
516
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
@@ -520,22 +496,134 @@ msgid ""
520
  "\">discover the PREMIUM version.</a>"
521
  msgstr ""
522
 
523
- #: ../includes/class.yith-wcwl-init.php:374
524
  msgid ""
525
  "We are sorry, but this feature is available only if cookies are enabled on "
526
  "your browser."
527
  msgstr ""
528
 
529
- #: ../includes/class.yith-wcwl-init.php:375
530
  #, fuzzy
531
  msgid "Product correctly added to cart"
532
  msgstr "Produto adicionado ao carrinho."
533
 
534
- #: ../includes/class.yith-wcwl-install.php:243
535
  msgctxt "page_slug"
536
  msgid "wishlist"
537
  msgstr ""
538
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
539
  #: ../includes/class.yith-wcwl-shortcode.php:259
540
  #: ../includes/class.yith-wcwl-ui.php:164
541
  msgid "Share on:"
@@ -558,42 +646,42 @@ msgstr "Twitter"
558
  msgid "email"
559
  msgstr ""
560
 
561
- #: ../includes/class.yith-wcwl.php:177
562
  #, fuzzy
563
  msgid "An error occurred while adding products to the wishlist."
564
  msgstr "Oops! Ocorreu um erro ao adicionar o produto à lista de desejos."
565
 
566
- #: ../includes/class.yith-wcwl.php:269
567
  #, fuzzy
568
  msgid "An error occurred while adding products to wishlist."
569
  msgstr "Oops! Ocorreu um erro ao adicionar o produto à lista de desejos."
570
 
571
- #: ../includes/class.yith-wcwl.php:286
572
  msgid "The \"Remove\" option now does not require any parameter"
573
  msgstr ""
574
 
575
- #: ../includes/class.yith-wcwl.php:335
576
  #, fuzzy
577
  msgid "An error occurred while removing products from the wishlist"
578
  msgstr "Oops! Ocorreu um erro ao remover o produto à lista de desejos."
579
 
580
- #: ../includes/class.yith-wcwl.php:783
581
  msgid "You need to log in before creating a new wishlist"
582
  msgstr ""
583
 
584
- #: ../includes/class.yith-wcwl.php:1578
585
  msgid "Product successfully removed."
586
  msgstr "Produto removida com sucesso."
587
 
588
- #: ../includes/class.yith-wcwl.php:1582
589
  msgid "Error. Unable to remove the product from the wishlist."
590
  msgstr "Erro. Não foi possível remover o produto da lista de desejos."
591
 
592
- #: ../includes/class.yith-wcwl.php:1586 ../templates/wishlist-view.php:241
593
  msgid "No products were added to the wishlist"
594
  msgstr "Nenhum produto foi adicionado à lista de desejos"
595
 
596
- #: ../includes/class.yith-wcwl.php:1628
597
  msgid "An error as occurred."
598
  msgstr ""
599
 
@@ -604,9 +692,11 @@ msgid ""
604
  msgstr ""
605
 
606
  #: ../init.php:140
607
- msgid ""
608
- "You can't activate the free version of YITH WooCommerce Wishlist while you "
609
- "are using the premium one."
 
 
610
  msgstr ""
611
 
612
  #: ../templates/admin/wishlist-panel-premium.php:185
@@ -889,7 +979,7 @@ msgstr "Preço unitário"
889
  msgid "Stock Status"
890
  msgstr "Status do estoque"
891
 
892
- #: ../templates/wishlist-view.php:152 ../templates/wishlist-view.php:231
893
  msgid "Remove this product"
894
  msgstr "Remover este produto"
895
 
@@ -897,49 +987,36 @@ msgstr "Remover este produto"
897
  msgid "Free!"
898
  msgstr ""
899
 
900
- #: ../templates/wishlist-view.php:178
901
  msgid "Out of Stock"
902
  msgstr "Sem estoque"
903
 
904
- #: ../templates/wishlist-view.php:178
905
  msgid "In Stock"
906
  msgstr "Em estoque"
907
 
908
- #: ../templates/wishlist-view.php:187
909
  #, php-format
910
  msgid "Added on : %s"
911
  msgstr ""
912
 
913
- #: ../templates/wishlist-view.php:199
914
  msgid "Move"
915
  msgstr ""
916
 
917
- #: ../templates/wishlist-view.php:211
918
- #, fuzzy
919
- msgid "Shared"
920
- msgstr "Compartilhar em:"
921
-
922
- #: ../templates/wishlist-view.php:214
923
- msgid "Private"
924
- msgstr ""
925
-
926
- #: ../templates/wishlist-view.php:217
927
- msgid "Public"
928
- msgstr ""
929
-
930
- #: ../templates/wishlist-view.php:231
931
  msgid "Remove"
932
  msgstr ""
933
 
934
- #: ../templates/wishlist-view.php:258
935
  msgid "Add the selected products to the cart"
936
  msgstr ""
937
 
938
- #: ../templates/wishlist-view.php:266 ../templates/wishlist-view.php:312
939
  msgid "Ask for an estimate"
940
  msgstr ""
941
 
942
- #: ../templates/wishlist-view.php:302
943
  msgid "Your email"
944
  msgstr ""
945
 
@@ -1052,9 +1129,6 @@ msgstr ""
1052
  #~ msgid "Wishlist table background"
1053
  #~ msgstr "Fundo da tabela de desejos"
1054
 
1055
- #~ msgid "Wishlist table text"
1056
- #~ msgstr "Texto da tabela de desejos"
1057
-
1058
  #~ msgid "Wishlist table border"
1059
  #~ msgstr "Borda da tabela de desejos"
1060
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
+ "POT-Creation-Date: 2018-10-04 14:51+0200\n"
5
+ "PO-Revision-Date: 2018-10-04 14:51+0200\n"
6
  "Last-Translator: YIThemes <support@yithemes.com>\n"
7
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
8
  "Language: pt_BR\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 2.0.8\n"
13
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;__ngettext:1,2;"
14
  "__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;"
15
  "_nx_noop:4c,1,2\n"
20
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
21
 
22
  #: ../includes/class.yith-wcwl-admin-init.php:159
23
+ #: ../includes/class.yith-wcwl-admin-init.php:1478
24
+ #: ../includes/class.yith-wcwl-admin-init.php:1479
25
+ #: ../includes/class.yith-wcwl-install.php:245
26
  msgid "Wishlist"
27
  msgstr "Lista de Desejos"
28
 
29
  #: ../includes/class.yith-wcwl-admin-init.php:161
 
30
  msgid "Settings"
31
  msgstr "Configurações"
32
 
33
  #: ../includes/class.yith-wcwl-admin-init.php:162
34
+ #: ../includes/class.yith-wcwl-admin-init.php:243
35
  msgid "Colors"
36
  msgstr "Cores"
37
 
38
  #: ../includes/class.yith-wcwl-admin-init.php:163
 
39
  msgid "Premium Version"
40
  msgstr ""
41
 
42
+ #: ../includes/class.yith-wcwl-admin-init.php:1018
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
43
  msgid "Upgrade to the PREMIUM VERSION"
44
  msgstr ""
45
 
46
+ #: ../includes/class.yith-wcwl-admin-init.php:1022
 
 
 
 
47
  msgid "Discover the Advanced Features"
48
  msgstr ""
49
 
50
+ #: ../includes/class.yith-wcwl-admin-init.php:1023
51
  msgid ""
52
  "Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE WISHLIST to benefit from "
53
  "all features!"
54
  msgstr ""
55
 
56
+ #: ../includes/class.yith-wcwl-admin-init.php:1029
57
  msgid "Get Support and Pro Features"
58
  msgstr ""
59
 
60
+ #: ../includes/class.yith-wcwl-admin-init.php:1030
61
  msgid ""
62
  "By purchasing the premium version of the plugin, you will take advantage of "
63
  "the advanced features of the product and you will get one year of free "
64
  "updates and support through our platform available 24h/24."
65
  msgstr ""
66
 
67
+ #: ../includes/class.yith-wcwl-admin-init.php:1040
68
  msgid "General Settings"
69
  msgstr "Opções gerais"
70
 
71
+ #: ../includes/class.yith-wcwl-admin-init.php:1047
72
  msgid "Enable YITH Wishlist"
73
  msgstr "Ativar Lista de Desejos"
74
 
75
+ #: ../includes/class.yith-wcwl-admin-init.php:1048
76
  #, php-format
77
  msgid ""
78
  "Enable all plugin features. <strong>Be sure to select at least one option in "
80
  "plugin <a href=\"%s\" target=\"_blank\">documentation</a>."
81
  msgstr ""
82
 
83
+ #: ../includes/class.yith-wcwl-admin-init.php:1054
84
  #, fuzzy
85
  msgid "Default wishlist title"
86
  msgstr "Titulo da lista de desejos"
87
 
88
+ #: ../includes/class.yith-wcwl-admin-init.php:1056
89
+ #: ../includes/class.yith-wcwl-admin-init.php:1057
90
+ #: ../includes/class.yith-wcwl-admin-init.php:1293
91
  #, php-format
92
  msgid "My wishlist on %s"
93
  msgstr "Minha lista de desejos em %s"
94
 
95
+ #: ../includes/class.yith-wcwl-admin-init.php:1062
96
  msgid "Wishlist Page"
97
  msgstr "Meus desejos"
98
 
99
+ #: ../includes/class.yith-wcwl-admin-init.php:1063
100
  msgid "Page contents: [yith_wcwl_wishlist]"
101
  msgstr "Conteúdo da página: [yith_wcwl_wishlist]"
102
 
103
+ #: ../includes/class.yith-wcwl-admin-init.php:1072
104
  msgid "Position"
105
  msgstr "Posição"
106
 
107
+ #: ../includes/class.yith-wcwl-admin-init.php:1073
108
  msgid ""
109
  "You can add the button in variable products only after the \"Add to Cart\" "
110
  "button or using the shortcode [yith_wcwl_add_to_wishlist]."
112
  "Em produtos variáveis você pode adicionar isto somenteapós \"Adicionar ao "
113
  "Carrinho\" ou usar o shortcode [yith_wcwl_add_to_wishlist]."
114
 
115
+ #: ../includes/class.yith-wcwl-admin-init.php:1079
116
  msgid "After \"Add to cart\""
117
  msgstr "Após \" Adicionar ao carrinho \""
118
 
119
+ #: ../includes/class.yith-wcwl-admin-init.php:1080
120
  msgid "After thumbnails"
121
  msgstr "Após miniaturas"
122
 
123
+ #: ../includes/class.yith-wcwl-admin-init.php:1081
124
  msgid "After summary"
125
  msgstr "Após sumário"
126
 
127
+ #: ../includes/class.yith-wcwl-admin-init.php:1082
128
  msgid "Use shortcode"
129
  msgstr "Usar shortcode"
130
 
131
+ #: ../includes/class.yith-wcwl-admin-init.php:1087
132
  msgid "Redirect to cart"
133
  msgstr "Redirecionar para o carrinho"
134
 
135
+ #: ../includes/class.yith-wcwl-admin-init.php:1088
136
  msgid ""
137
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
138
  "page."
140
  "Redirecionar para a página de carrinho se o botão \" Adicionar ao carrinho "
141
  "\" estiver clicado na página de lista de desejos."
142
 
143
+ #: ../includes/class.yith-wcwl-admin-init.php:1094
144
  msgid "Remove if added to the cart"
145
  msgstr "Remover se adicionado ao carrinho"
146
 
147
+ #: ../includes/class.yith-wcwl-admin-init.php:1095
148
  #, fuzzy
149
  msgid "Remove the product from the wishlist if it has been added to the cart."
150
  msgstr ""
151
  "Remover o produto da lista, se a mesma tiver sido adicionada ao carrinho."
152
 
153
+ #: ../includes/class.yith-wcwl-admin-init.php:1101
154
  msgid "\"Add to Wishlist\" text"
155
  msgstr "Texto \" Adicionar a Lista de Desejos\""
156
 
157
+ #: ../includes/class.yith-wcwl-admin-init.php:1103
158
  msgid "Add to Wishlist"
159
  msgstr "Adicionar aos meus desejos"
160
 
161
+ #: ../includes/class.yith-wcwl-admin-init.php:1108
162
  #, fuzzy
163
  msgid "\"Browse wishlist\" text"
164
  msgstr "Veja sua lista de desejos!"
165
 
166
+ #: ../includes/class.yith-wcwl-admin-init.php:1110
167
  #: ../includes/class.yith-wcwl-ui.php:82 ../includes/class.yith-wcwl-ui.php:83
168
  msgid "Browse Wishlist"
169
  msgstr "Veja sua lista de desejos!"
170
 
171
+ #: ../includes/class.yith-wcwl-admin-init.php:1115
172
  #, fuzzy
173
  msgid "\"Product already in wishlist\" text"
174
  msgstr "Produto já na lista de desejos."
175
 
176
+ #: ../includes/class.yith-wcwl-admin-init.php:1117
177
  #: ../includes/class.yith-wcwl-ui.php:83
178
  msgid "The product is already in the wishlist!"
179
  msgstr "Esse produto já se encontra na sua lista de desejos!"
180
 
181
+ #: ../includes/class.yith-wcwl-admin-init.php:1122
182
  #, fuzzy
183
  msgid "\"Product added\" text"
184
  msgstr "Produto adicionado!"
185
 
186
+ #: ../includes/class.yith-wcwl-admin-init.php:1124
187
  #: ../includes/class.yith-wcwl-ui.php:82
188
  msgid "Product added!"
189
  msgstr "Produto adicionado!"
190
 
191
+ #: ../includes/class.yith-wcwl-admin-init.php:1129
192
  msgid "\"Add to Cart\" text"
193
  msgstr "Texto \" Adicionar ao Carrinho\""
194
 
195
+ #: ../includes/class.yith-wcwl-admin-init.php:1131
196
  msgid "Add to Cart"
197
  msgstr "Adicionar ao Carrinho"
198
 
199
+ #: ../includes/class.yith-wcwl-admin-init.php:1136
200
  #, fuzzy
201
  msgid "Show Unit price"
202
  msgstr "Preço unitário"
203
 
204
+ #: ../includes/class.yith-wcwl-admin-init.php:1137
205
  msgid "Show unit price for each product in wishlist"
206
  msgstr ""
207
 
208
+ #: ../includes/class.yith-wcwl-admin-init.php:1144
209
  #, fuzzy
210
  msgid "Show \"Add to Cart\" button"
211
  msgstr "Texto do botão \"Adicionar ao carrinho \""
212
 
213
+ #: ../includes/class.yith-wcwl-admin-init.php:1145
214
  #, fuzzy
215
  msgid "Show \"Add to Cart\" button for each product in wishlist"
216
  msgstr "Fundo do do botão \"Adicionar ao carrinho \""
217
 
218
+ #: ../includes/class.yith-wcwl-admin-init.php:1152
219
  #, fuzzy
220
  msgid "Show Stock status"
221
  msgstr "Status do estoque"
222
 
223
+ #: ../includes/class.yith-wcwl-admin-init.php:1153
224
  msgid ""
225
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
226
  msgstr ""
227
 
228
+ #: ../includes/class.yith-wcwl-admin-init.php:1160
229
  msgid "Show Date of addition"
230
  msgstr ""
231
 
232
+ #: ../includes/class.yith-wcwl-admin-init.php:1161
233
  #, fuzzy
234
  msgid "Show the date when users have added a product to the wishlist"
235
  msgstr "Oops! Ocorreu um erro ao adicionar o produto à lista de desejos."
236
 
237
+ #: ../includes/class.yith-wcwl-admin-init.php:1168
238
  #, fuzzy
239
  msgid "Add second remove button"
240
  msgstr "Texto do botão \"Adicionar ao carrinho \""
241
 
242
+ #: ../includes/class.yith-wcwl-admin-init.php:1169
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:1184
247
  msgid "Styles"
248
  msgstr "Estilos"
249
 
250
+ #: ../includes/class.yith-wcwl-admin-init.php:1191
251
  msgid "Use buttons"
252
  msgstr "Usar botões"
253
 
254
+ #: ../includes/class.yith-wcwl-admin-init.php:1192
255
  #, fuzzy
256
  msgid "Use buttons instead of simple anchors."
257
  msgstr "Usar botões ao invés de simples âncoras."
258
 
259
+ #: ../includes/class.yith-wcwl-admin-init.php:1198
260
  msgid "Custom CSS"
261
  msgstr "CSS Customizado"
262
 
263
+ #: ../includes/class.yith-wcwl-admin-init.php:1205
264
  msgid "Use theme style"
265
  msgstr "Usar estilo do tema"
266
 
267
+ #: ../includes/class.yith-wcwl-admin-init.php:1206
268
  msgid "Use the theme style."
269
  msgstr "Usar o estilo do tema."
270
 
271
+ #: ../includes/class.yith-wcwl-admin-init.php:1212
272
  #, fuzzy
273
  msgid "Rounded buttons"
274
  msgstr "Usar botões"
275
 
276
+ #: ../includes/class.yith-wcwl-admin-init.php:1213
277
  #, fuzzy
278
  msgid "Make button corners rounded"
279
  msgstr "Faça botões do canto arredondado"
280
 
281
+ #: ../includes/class.yith-wcwl-admin-init.php:1219
282
  msgid "\"Add to Wishlist\" icon"
283
  msgstr "Ícone \"Adicionar aos meus desejos\" "
284
 
285
+ #: ../includes/class.yith-wcwl-admin-init.php:1220
286
  msgid "Add an icon to the \"Add to Wishlist\" button"
287
  msgstr "Adicionar um ícone ao botão \"Adicionar aos meus desejos\""
288
 
289
+ #: ../includes/class.yith-wcwl-admin-init.php:1230
290
  msgid "\"Add to Cart\" icon"
291
  msgstr "Ícone \"Adicionar ao Carrinho\""
292
 
293
+ #: ../includes/class.yith-wcwl-admin-init.php:1231
294
  msgid "Add an icon to the \"Add to Cart\" button"
295
  msgstr "Adicionar um ícone ao botão \"Adicionar ao carrinho\""
296
 
297
+ #: ../includes/class.yith-wcwl-admin-init.php:1249
298
  #, fuzzy
299
  msgid "Social Networks & Share"
300
  msgstr "Social &amp; Compartilhamento"
301
 
302
+ #: ../includes/class.yith-wcwl-admin-init.php:1256
303
  msgid "Share on Facebook"
304
  msgstr "Compartilhar no Facebook"
305
 
306
+ #: ../includes/class.yith-wcwl-admin-init.php:1257
307
  #, fuzzy
308
  msgid "Show \"Share on Facebook\" button"
309
  msgstr "Compartilhar no Facebook"
310
 
311
+ #: ../includes/class.yith-wcwl-admin-init.php:1263
312
  msgid "Tweet on Twitter"
313
  msgstr "Tweetar no Twitter"
314
 
315
+ #: ../includes/class.yith-wcwl-admin-init.php:1264
316
  #, fuzzy
317
  msgid "Show \"Tweet on Twitter\" button"
318
  msgstr "Tweetar no Twitter"
319
 
320
+ #: ../includes/class.yith-wcwl-admin-init.php:1270
321
  msgid "Pin on Pinterest"
322
  msgstr ""
323
 
324
+ #: ../includes/class.yith-wcwl-admin-init.php:1271
325
  #, fuzzy
326
  msgid "Show \"Pin on Pinterest\" button"
327
  msgstr "Texto do botão \"Adicionar ao carrinho \""
328
 
329
+ #: ../includes/class.yith-wcwl-admin-init.php:1277
330
  msgid "Share on Google+"
331
  msgstr "Comparilhar no Google+"
332
 
333
+ #: ../includes/class.yith-wcwl-admin-init.php:1278
334
  #, fuzzy
335
  msgid "Show \"Share on Google+\" button"
336
  msgstr "Compartilhar no Facebook"
337
 
338
+ #: ../includes/class.yith-wcwl-admin-init.php:1284
339
  msgid "Share by Email"
340
  msgstr ""
341
 
342
+ #: ../includes/class.yith-wcwl-admin-init.php:1285
343
  #, fuzzy
344
  msgid "Show \"Share by Email\" button"
345
  msgstr "Texto do botão \"Adicionar ao carrinho \""
346
 
347
+ #: ../includes/class.yith-wcwl-admin-init.php:1291
348
  #, fuzzy
349
  msgid "Social title"
350
  msgstr "Título Mídias Sociais"
351
 
352
+ #: ../includes/class.yith-wcwl-admin-init.php:1298
353
  #, fuzzy
354
  msgid "Social text"
355
  msgstr "Texto Mídias Sociais"
356
 
357
+ #: ../includes/class.yith-wcwl-admin-init.php:1299
358
  msgid ""
359
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
360
  "strong> where you want to show the URL of your wishlist."
361
  msgstr ""
362
 
363
+ #: ../includes/class.yith-wcwl-admin-init.php:1306
364
  #, fuzzy
365
  msgid "Social image URL"
366
  msgstr "Url para compartilhamento"
367
 
368
+ #: ../includes/class.yith-wcwl-admin-init.php:1307
369
  msgid "It will be used by Pinterest."
370
  msgstr ""
371
 
372
+ #: ../includes/class.yith-wcwl-admin-init.php:1321
373
  #, php-format
374
  msgid ""
375
  "If you want to take advantage of this feature, you could consider to "
376
  "purchase the %s."
377
  msgstr ""
378
 
379
+ #: ../includes/class.yith-wcwl-admin-init.php:1326
380
  msgid "YITH WooCommerce Frequently Bought Together Integration"
381
  msgstr ""
382
 
383
+ #: ../includes/class.yith-wcwl-admin-init.php:1333
384
  msgid "Enable slider in wishlist"
385
  msgstr ""
386
 
387
+ #: ../includes/class.yith-wcwl-admin-init.php:1334
388
  #, php-format
389
  msgid ""
390
  "Choose to enable product slider in wishlist page with linked products (<a "
391
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
392
  msgstr ""
393
 
394
+ #: ../includes/class.yith-wcwl-admin-init.php:1370
395
  #, fuzzy
396
  msgid "\"Add to wishlist\" button"
397
  msgstr "Texto do botão \"Adicionar aos meus desejos\""
398
 
399
+ #: ../includes/class.yith-wcwl-admin-init.php:1373
400
+ #: ../includes/class.yith-wcwl-admin-init.php:1391
401
+ #: ../includes/class.yith-wcwl-admin-init.php:1409
402
+ #: ../includes/class.yith-wcwl-admin-init.php:1427
403
+ #: ../includes/class.yith-wcwl-admin-init.php:1445
404
  msgid "Background"
405
  msgstr ""
406
 
407
+ #: ../includes/class.yith-wcwl-admin-init.php:1374
408
+ #: ../includes/class.yith-wcwl-admin-init.php:1392
409
+ #: ../includes/class.yith-wcwl-admin-init.php:1410
410
+ #: ../includes/class.yith-wcwl-admin-init.php:1428
411
+ #: ../includes/class.yith-wcwl-admin-init.php:1446
412
  msgid "Text"
413
  msgstr ""
414
 
415
+ #: ../includes/class.yith-wcwl-admin-init.php:1375
416
+ #: ../includes/class.yith-wcwl-admin-init.php:1393
417
+ #: ../includes/class.yith-wcwl-admin-init.php:1411
418
+ #: ../includes/class.yith-wcwl-admin-init.php:1429
419
+ #: ../includes/class.yith-wcwl-admin-init.php:1447
420
  msgid "Border"
421
  msgstr ""
422
 
423
+ #: ../includes/class.yith-wcwl-admin-init.php:1382
424
+ #: ../includes/class.yith-wcwl-admin-init.php:1400
425
+ #: ../includes/class.yith-wcwl-admin-init.php:1418
426
+ #: ../includes/class.yith-wcwl-admin-init.php:1436
427
  msgid "Background (hover)"
428
  msgstr ""
429
 
430
+ #: ../includes/class.yith-wcwl-admin-init.php:1383
431
+ #: ../includes/class.yith-wcwl-admin-init.php:1401
432
+ #: ../includes/class.yith-wcwl-admin-init.php:1419
433
+ #: ../includes/class.yith-wcwl-admin-init.php:1437
434
  msgid "Text (hover)"
435
  msgstr ""
436
 
437
+ #: ../includes/class.yith-wcwl-admin-init.php:1384
438
+ #: ../includes/class.yith-wcwl-admin-init.php:1402
439
+ #: ../includes/class.yith-wcwl-admin-init.php:1420
440
+ #: ../includes/class.yith-wcwl-admin-init.php:1438
441
  msgid "Border (hover)"
442
  msgstr ""
443
 
444
+ #: ../includes/class.yith-wcwl-admin-init.php:1388
445
  #, fuzzy
446
  msgid "\"Add to Cart\" button"
447
  msgstr "Texto do botão \"Adicionar ao carrinho \""
448
 
449
+ #: ../includes/class.yith-wcwl-admin-init.php:1406
450
  msgid "\"Style 1\" button"
451
  msgstr ""
452
 
453
+ #: ../includes/class.yith-wcwl-admin-init.php:1424
454
  msgid "\"Style 2\" button"
455
  msgstr ""
456
 
457
+ #: ../includes/class.yith-wcwl-admin-init.php:1442
458
  #, fuzzy
459
  msgid "Wishlist table"
460
  msgstr "Titulo da lista de desejos"
461
 
462
+ #: ../includes/class.yith-wcwl-admin-init.php:1451
463
  msgid "Headers"
464
  msgstr ""
465
 
466
+ #: ../includes/class.yith-wcwl-admin-init.php:1454
467
  msgid "Background color"
468
  msgstr ""
469
 
470
+ #: ../includes/class.yith-wcwl-admin-init.php:1544
471
  #, fuzzy
472
  msgid "Wishlist Activated"
473
  msgstr "Titulo da lista de desejos"
474
 
475
+ #: ../includes/class.yith-wcwl-admin-init.php:1545
476
  #, php-format
477
  msgid ""
478
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
481
  "options, <a href=\"%s\">discover it now</a>."
482
  msgstr ""
483
 
484
+ #: ../includes/class.yith-wcwl-admin-init.php:1556
485
  #, fuzzy
486
  msgid "Wishlist Updated"
487
  msgstr "Meus desejos"
488
 
489
+ #: ../includes/class.yith-wcwl-admin-init.php:1557
490
  #, php-format
491
  msgid ""
492
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
496
  "\">discover the PREMIUM version.</a>"
497
  msgstr ""
498
 
499
+ #: ../includes/class.yith-wcwl-init.php:403
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:404
506
  #, fuzzy
507
  msgid "Product correctly added to cart"
508
  msgstr "Produto adicionado ao carrinho."
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 "Add to Wishlist"
559
+ msgid "Customer Wishlists"
560
+ msgstr "Adicionar aos meus desejos"
561
+
562
+ #: ../includes/class.yith-wcwl-privacy.php:133
563
+ #, fuzzy
564
+ #| msgid "Wishlist"
565
+ msgid "Wishlists"
566
+ msgstr "Lista de Desejos"
567
+
568
+ #: ../includes/class.yith-wcwl-privacy.php:195
569
+ #, fuzzy, php-format
570
+ #| msgid "My wishlist on %s"
571
+ msgid "Removed wishlist %s."
572
+ msgstr "Minha lista de desejos em %s"
573
+
574
+ #: ../includes/class.yith-wcwl-privacy.php:199
575
+ #, fuzzy, php-format
576
+ #| msgid "Wishlist table text"
577
+ msgid "Wishlist %s has been retained."
578
+ msgstr "Texto da tabela de desejos"
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"
591
+ msgid "Wishlist url"
592
+ msgstr "Lista de Desejos"
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 "Compartilhar em:"
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:259
628
  #: ../includes/class.yith-wcwl-ui.php:164
629
  msgid "Share on:"
646
  msgid "email"
647
  msgstr ""
648
 
649
+ #: ../includes/class.yith-wcwl.php:201
650
  #, fuzzy
651
  msgid "An error occurred while adding products to the wishlist."
652
  msgstr "Oops! Ocorreu um erro ao adicionar o produto à lista de desejos."
653
 
654
+ #: ../includes/class.yith-wcwl.php:293
655
  #, fuzzy
656
  msgid "An error occurred while adding products to wishlist."
657
  msgstr "Oops! Ocorreu um erro ao adicionar o produto à lista de desejos."
658
 
659
+ #: ../includes/class.yith-wcwl.php:310
660
  msgid "The \"Remove\" option now does not require any parameter"
661
  msgstr ""
662
 
663
+ #: ../includes/class.yith-wcwl.php:359
664
  #, fuzzy
665
  msgid "An error occurred while removing products from the wishlist"
666
  msgstr "Oops! Ocorreu um erro ao remover o produto à lista de desejos."
667
 
668
+ #: ../includes/class.yith-wcwl.php:809
669
  msgid "You need to log in before creating a new wishlist"
670
  msgstr ""
671
 
672
+ #: ../includes/class.yith-wcwl.php:1610
673
  msgid "Product successfully removed."
674
  msgstr "Produto removida com sucesso."
675
 
676
+ #: ../includes/class.yith-wcwl.php:1614
677
  msgid "Error. Unable to remove the product from the wishlist."
678
  msgstr "Erro. Não foi possível remover o produto da lista de desejos."
679
 
680
+ #: ../includes/class.yith-wcwl.php:1618 ../templates/wishlist-view.php:242
681
  msgid "No products were added to the wishlist"
682
  msgstr "Nenhum produto foi adicionado à lista de desejos"
683
 
684
+ #: ../includes/class.yith-wcwl.php:1660
685
  msgid "An error as occurred."
686
  msgstr ""
687
 
692
  msgstr ""
693
 
694
  #: ../init.php:140
695
+ msgid "You can't activate the free version of"
696
+ msgstr ""
697
+
698
+ #: ../init.php:140
699
+ msgid "while you are using the premium one."
700
  msgstr ""
701
 
702
  #: ../templates/admin/wishlist-panel-premium.php:185
979
  msgid "Stock Status"
980
  msgstr "Status do estoque"
981
 
982
+ #: ../templates/wishlist-view.php:152 ../templates/wishlist-view.php:232
983
  msgid "Remove this product"
984
  msgstr "Remover este produto"
985
 
987
  msgid "Free!"
988
  msgstr ""
989
 
990
+ #: ../templates/wishlist-view.php:179
991
  msgid "Out of Stock"
992
  msgstr "Sem estoque"
993
 
994
+ #: ../templates/wishlist-view.php:179
995
  msgid "In Stock"
996
  msgstr "Em estoque"
997
 
998
+ #: ../templates/wishlist-view.php:188
999
  #, php-format
1000
  msgid "Added on : %s"
1001
  msgstr ""
1002
 
1003
+ #: ../templates/wishlist-view.php:200
1004
  msgid "Move"
1005
  msgstr ""
1006
 
1007
+ #: ../templates/wishlist-view.php:232
 
 
 
 
 
 
 
 
 
 
 
 
 
1008
  msgid "Remove"
1009
  msgstr ""
1010
 
1011
+ #: ../templates/wishlist-view.php:259
1012
  msgid "Add the selected products to the cart"
1013
  msgstr ""
1014
 
1015
+ #: ../templates/wishlist-view.php:267 ../templates/wishlist-view.php:313
1016
  msgid "Ask for an estimate"
1017
  msgstr ""
1018
 
1019
+ #: ../templates/wishlist-view.php:303
1020
  msgid "Your email"
1021
  msgstr ""
1022
 
1129
  #~ msgid "Wishlist table background"
1130
  #~ msgstr "Fundo da tabela de desejos"
1131
 
 
 
 
1132
  #~ msgid "Wishlist table border"
1133
  #~ msgstr "Borda da tabela de desejos"
1134
 
languages/yith-woocommerce-wishlist-pt_PT.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-pt_PT.po CHANGED
@@ -1,15 +1,15 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
- "POT-Creation-Date: 2017-10-24 17:34+0200\n"
5
- "PO-Revision-Date: 2017-10-24 17:34+0200\n"
6
  "Last-Translator: YIThemes <support@yithemes.com>\n"
7
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
8
  "Language: pt_PT\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 1.8.7.1\n"
13
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;__ngettext:1,2;"
14
  "__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;"
15
  "_nx_noop:4c,1,2\n"
@@ -20,83 +20,59 @@ msgstr ""
20
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
21
 
22
  #: ../includes/class.yith-wcwl-admin-init.php:159
23
- #: ../includes/class.yith-wcwl-admin-init.php:1483
24
- #: ../includes/class.yith-wcwl-admin-init.php:1484
25
- #: ../includes/class.yith-wcwl-install.php:244
26
  msgid "Wishlist"
27
  msgstr "Lista de Desejos"
28
 
29
  #: ../includes/class.yith-wcwl-admin-init.php:161
30
- #: ../includes/class.yith-wcwl-admin-init.php:251
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:236
36
  msgid "Colors"
37
  msgstr "Cores"
38
 
39
  #: ../includes/class.yith-wcwl-admin-init.php:163
40
- #: ../includes/class.yith-wcwl-admin-init.php:255
41
  msgid "Premium Version"
42
  msgstr ""
43
 
44
- #: ../includes/class.yith-wcwl-admin-init.php:256
45
- msgid "Live Demo"
46
- msgstr ""
47
-
48
- #: ../includes/class.yith-wcwl-admin-init.php:280
49
- msgid ""
50
- "WARNING: This plugin requires at least WooCommerce 2.2! Please, use this "
51
- "link to update it."
52
- msgstr ""
53
-
54
- #: ../includes/class.yith-wcwl-admin-init.php:283
55
- msgid "WARNING: This plugin requires at least WooCommerce 2.2!"
56
- msgstr ""
57
-
58
- #: ../includes/class.yith-wcwl-admin-init.php:288
59
- msgid "Plugin Documentation"
60
- msgstr ""
61
-
62
- #: ../includes/class.yith-wcwl-admin-init.php:1023
63
  msgid "Upgrade to the PREMIUM VERSION"
64
  msgstr ""
65
 
66
- #: ../includes/class.yith-wcwl-admin-init.php:1026
67
- msgid "YITH WooCommerce Wishlist"
68
- msgstr ""
69
-
70
- #: ../includes/class.yith-wcwl-admin-init.php:1027
71
  msgid "Discover the Advanced Features"
72
  msgstr ""
73
 
74
- #: ../includes/class.yith-wcwl-admin-init.php:1028
75
  msgid ""
76
  "Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE WISHLIST to benefit from "
77
  "all features!"
78
  msgstr ""
79
 
80
- #: ../includes/class.yith-wcwl-admin-init.php:1034
81
  msgid "Get Support and Pro Features"
82
  msgstr ""
83
 
84
- #: ../includes/class.yith-wcwl-admin-init.php:1035
85
  msgid ""
86
  "By purchasing the premium version of the plugin, you will take advantage of "
87
  "the advanced features of the product and you will get one year of free "
88
  "updates and support through our platform available 24h/24."
89
  msgstr ""
90
 
91
- #: ../includes/class.yith-wcwl-admin-init.php:1045
92
  msgid "General Settings"
93
  msgstr "Opções gerais"
94
 
95
- #: ../includes/class.yith-wcwl-admin-init.php:1052
96
  msgid "Enable YITH Wishlist"
97
  msgstr "Ativar Lista de Desejos"
98
 
99
- #: ../includes/class.yith-wcwl-admin-init.php:1053
100
  #, php-format
101
  msgid ""
102
  "Enable all plugin features. <strong>Be sure to select at least one option in "
@@ -104,31 +80,31 @@ msgid ""
104
  "plugin <a href=\"%s\" target=\"_blank\">documentation</a>."
105
  msgstr ""
106
 
107
- #: ../includes/class.yith-wcwl-admin-init.php:1059
108
  #, fuzzy
109
  msgid "Default wishlist title"
110
  msgstr "Titulo da lista de desejos"
111
 
112
- #: ../includes/class.yith-wcwl-admin-init.php:1061
113
- #: ../includes/class.yith-wcwl-admin-init.php:1062
114
- #: ../includes/class.yith-wcwl-admin-init.php:1298
115
  #, php-format
116
  msgid "My wishlist on %s"
117
  msgstr "Minha lista de desejos em %s"
118
 
119
- #: ../includes/class.yith-wcwl-admin-init.php:1067
120
  msgid "Wishlist Page"
121
  msgstr "Meus desejos"
122
 
123
- #: ../includes/class.yith-wcwl-admin-init.php:1068
124
  msgid "Page contents: [yith_wcwl_wishlist]"
125
  msgstr "Conteúdo da página: [yith_wcwl_wishlist]"
126
 
127
- #: ../includes/class.yith-wcwl-admin-init.php:1077
128
  msgid "Position"
129
  msgstr "Posição"
130
 
131
- #: ../includes/class.yith-wcwl-admin-init.php:1078
132
  #, fuzzy
133
  msgid ""
134
  "You can add the button in variable products only after the \"Add to Cart\" "
@@ -137,27 +113,27 @@ msgstr ""
137
  "Em produtos variáveis você pode adicionar isto somenteapós \"Adcionar ao "
138
  "Carrinho\" ou usar o shortcode [yith_wcwl_add_to_wishlist]."
139
 
140
- #: ../includes/class.yith-wcwl-admin-init.php:1084
141
  msgid "After \"Add to cart\""
142
  msgstr "Após \" Adicionar ao carrinho \""
143
 
144
- #: ../includes/class.yith-wcwl-admin-init.php:1085
145
  msgid "After thumbnails"
146
  msgstr "Após miniaturas"
147
 
148
- #: ../includes/class.yith-wcwl-admin-init.php:1086
149
  msgid "After summary"
150
  msgstr "Após sumário"
151
 
152
- #: ../includes/class.yith-wcwl-admin-init.php:1087
153
  msgid "Use shortcode"
154
  msgstr "Usar shortcode"
155
 
156
- #: ../includes/class.yith-wcwl-admin-init.php:1092
157
  msgid "Redirect to cart"
158
  msgstr "Redirecionar para o carrinho"
159
 
160
- #: ../includes/class.yith-wcwl-admin-init.php:1093
161
  msgid ""
162
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
163
  "page."
@@ -165,334 +141,334 @@ msgstr ""
165
  "Redirecionar para a página de carrinho se o botão \" Adcionar ao carrinho \" "
166
  "estiver clicado na página de lista de desejos."
167
 
168
- #: ../includes/class.yith-wcwl-admin-init.php:1099
169
  msgid "Remove if added to the cart"
170
  msgstr "Remover se adcionado ao carrinho"
171
 
172
- #: ../includes/class.yith-wcwl-admin-init.php:1100
173
  #, fuzzy
174
  msgid "Remove the product from the wishlist if it has been added to the cart."
175
  msgstr ""
176
  "Remover o produto da lista, se a mesma tiver sido adicionada ao carrinho."
177
 
178
- #: ../includes/class.yith-wcwl-admin-init.php:1106
179
  msgid "\"Add to Wishlist\" text"
180
  msgstr "Texto \" Adcionar a Lista de Desejos\""
181
 
182
- #: ../includes/class.yith-wcwl-admin-init.php:1108
183
  msgid "Add to Wishlist"
184
  msgstr "Adicionar aos meus desejos"
185
 
186
- #: ../includes/class.yith-wcwl-admin-init.php:1113
187
  #, fuzzy
188
  msgid "\"Browse wishlist\" text"
189
  msgstr "Veja sua lista de desejos!"
190
 
191
- #: ../includes/class.yith-wcwl-admin-init.php:1115
192
  #: ../includes/class.yith-wcwl-ui.php:82 ../includes/class.yith-wcwl-ui.php:83
193
  msgid "Browse Wishlist"
194
  msgstr "Veja sua lista de desejos!"
195
 
196
- #: ../includes/class.yith-wcwl-admin-init.php:1120
197
  #, fuzzy
198
  msgid "\"Product already in wishlist\" text"
199
  msgstr "Produto já na lista de desejos."
200
 
201
- #: ../includes/class.yith-wcwl-admin-init.php:1122
202
  #: ../includes/class.yith-wcwl-ui.php:83
203
  msgid "The product is already in the wishlist!"
204
  msgstr "Esse produto já se encontra na sua lista de desejos!"
205
 
206
- #: ../includes/class.yith-wcwl-admin-init.php:1127
207
  #, fuzzy
208
  msgid "\"Product added\" text"
209
  msgstr "Produto adicionado!"
210
 
211
- #: ../includes/class.yith-wcwl-admin-init.php:1129
212
  #: ../includes/class.yith-wcwl-ui.php:82
213
  msgid "Product added!"
214
  msgstr "Produto adicionado!"
215
 
216
- #: ../includes/class.yith-wcwl-admin-init.php:1134
217
  msgid "\"Add to Cart\" text"
218
  msgstr "Texto \" Adicionar ao Carrinho\""
219
 
220
- #: ../includes/class.yith-wcwl-admin-init.php:1136
221
  msgid "Add to Cart"
222
  msgstr "Adcionar ao Carrinho"
223
 
224
- #: ../includes/class.yith-wcwl-admin-init.php:1141
225
  #, fuzzy
226
  msgid "Show Unit price"
227
  msgstr "Preço unitário"
228
 
229
- #: ../includes/class.yith-wcwl-admin-init.php:1142
230
  msgid "Show unit price for each product in wishlist"
231
  msgstr ""
232
 
233
- #: ../includes/class.yith-wcwl-admin-init.php:1149
234
  #, fuzzy
235
  msgid "Show \"Add to Cart\" button"
236
  msgstr "Texto do botão \"Adicionar ao carrinho \""
237
 
238
- #: ../includes/class.yith-wcwl-admin-init.php:1150
239
  #, fuzzy
240
  msgid "Show \"Add to Cart\" button for each product in wishlist"
241
  msgstr "Fundo do do botão \"Adicionar ao carrinho \""
242
 
243
- #: ../includes/class.yith-wcwl-admin-init.php:1157
244
  msgid "Show Stock status"
245
  msgstr "Status do stock"
246
 
247
- #: ../includes/class.yith-wcwl-admin-init.php:1158
248
  msgid ""
249
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
250
  msgstr ""
251
 
252
- #: ../includes/class.yith-wcwl-admin-init.php:1165
253
  msgid "Show Date of addition"
254
  msgstr ""
255
 
256
- #: ../includes/class.yith-wcwl-admin-init.php:1166
257
  #, fuzzy
258
  msgid "Show the date when users have added a product to the wishlist"
259
  msgstr "Oops! Ocorreu um erro ao adicionar o produto à lista de desejos."
260
 
261
- #: ../includes/class.yith-wcwl-admin-init.php:1173
262
  #, fuzzy
263
  msgid "Add second remove button"
264
  msgstr "Texto do botão \"Adicionar ao carrinho \""
265
 
266
- #: ../includes/class.yith-wcwl-admin-init.php:1174
267
  msgid "Add a second remove button in the last column, with extended label"
268
  msgstr ""
269
 
270
- #: ../includes/class.yith-wcwl-admin-init.php:1189
271
  msgid "Styles"
272
  msgstr "Estilos"
273
 
274
- #: ../includes/class.yith-wcwl-admin-init.php:1196
275
  msgid "Use buttons"
276
  msgstr "Usar botões"
277
 
278
- #: ../includes/class.yith-wcwl-admin-init.php:1197
279
  #, fuzzy
280
  msgid "Use buttons instead of simple anchors."
281
  msgstr "Usar botões ao invés de simples âncoras."
282
 
283
- #: ../includes/class.yith-wcwl-admin-init.php:1203
284
  msgid "Custom CSS"
285
  msgstr "CSS Customizado"
286
 
287
- #: ../includes/class.yith-wcwl-admin-init.php:1210
288
  msgid "Use theme style"
289
  msgstr "Usar estilo do tema"
290
 
291
- #: ../includes/class.yith-wcwl-admin-init.php:1211
292
  msgid "Use the theme style."
293
  msgstr "Usar o estilo do tema."
294
 
295
- #: ../includes/class.yith-wcwl-admin-init.php:1217
296
  #, fuzzy
297
  msgid "Rounded buttons"
298
  msgstr "Usar botões"
299
 
300
- #: ../includes/class.yith-wcwl-admin-init.php:1218
301
  #, fuzzy
302
  msgid "Make button corners rounded"
303
  msgstr "Faça botões do canto arredondado"
304
 
305
- #: ../includes/class.yith-wcwl-admin-init.php:1224
306
  msgid "\"Add to Wishlist\" icon"
307
  msgstr "Ícone \"Adcionar aos meus desejos\" "
308
 
309
- #: ../includes/class.yith-wcwl-admin-init.php:1225
310
  msgid "Add an icon to the \"Add to Wishlist\" button"
311
  msgstr "Adicionar um ícone ao botão \"Adcionar aos meus desejos\""
312
 
313
- #: ../includes/class.yith-wcwl-admin-init.php:1235
314
  msgid "\"Add to Cart\" icon"
315
  msgstr "Ícone \"Adicionar ao Carrinho\""
316
 
317
- #: ../includes/class.yith-wcwl-admin-init.php:1236
318
  msgid "Add an icon to the \"Add to Cart\" button"
319
  msgstr "Adicionar um ícone ao botão \"Adcionar ao carrinho\""
320
 
321
- #: ../includes/class.yith-wcwl-admin-init.php:1254
322
  #, fuzzy
323
  msgid "Social Networks & Share"
324
  msgstr "Social &amp; Compartilhamento"
325
 
326
- #: ../includes/class.yith-wcwl-admin-init.php:1261
327
  msgid "Share on Facebook"
328
  msgstr "Partilhar no Facebook"
329
 
330
- #: ../includes/class.yith-wcwl-admin-init.php:1262
331
  msgid "Show \"Share on Facebook\" button"
332
  msgstr "Partilhar no Facebook"
333
 
334
- #: ../includes/class.yith-wcwl-admin-init.php:1268
335
  msgid "Tweet on Twitter"
336
  msgstr "Tweetar no Twitter"
337
 
338
- #: ../includes/class.yith-wcwl-admin-init.php:1269
339
  #, fuzzy
340
  msgid "Show \"Tweet on Twitter\" button"
341
  msgstr "Tweetar no Twitter"
342
 
343
- #: ../includes/class.yith-wcwl-admin-init.php:1275
344
  msgid "Pin on Pinterest"
345
  msgstr ""
346
 
347
- #: ../includes/class.yith-wcwl-admin-init.php:1276
348
  #, fuzzy
349
  msgid "Show \"Pin on Pinterest\" button"
350
  msgstr "Texto do botão \"Adicionar ao carrinho \""
351
 
352
- #: ../includes/class.yith-wcwl-admin-init.php:1282
353
  msgid "Share on Google+"
354
  msgstr "Partilhar no Google+"
355
 
356
- #: ../includes/class.yith-wcwl-admin-init.php:1283
357
  #, fuzzy
358
  msgid "Show \"Share on Google+\" button"
359
  msgstr "Partilhar no Facebook"
360
 
361
- #: ../includes/class.yith-wcwl-admin-init.php:1289
362
  msgid "Share by Email"
363
  msgstr ""
364
 
365
- #: ../includes/class.yith-wcwl-admin-init.php:1290
366
  #, fuzzy
367
  msgid "Show \"Share by Email\" button"
368
  msgstr "Texto do botão \"Adicionar ao carrinho \""
369
 
370
- #: ../includes/class.yith-wcwl-admin-init.php:1296
371
  msgid "Social title"
372
  msgstr "Título Redes Sociais"
373
 
374
- #: ../includes/class.yith-wcwl-admin-init.php:1303
375
  msgid "Social text"
376
  msgstr "Texto Redes Sociais"
377
 
378
- #: ../includes/class.yith-wcwl-admin-init.php:1304
379
  msgid ""
380
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
381
  "strong> where you want to show the URL of your wishlist."
382
  msgstr ""
383
 
384
- #: ../includes/class.yith-wcwl-admin-init.php:1311
385
  msgid "Social image URL"
386
  msgstr "Url para partilhar"
387
 
388
- #: ../includes/class.yith-wcwl-admin-init.php:1312
389
  msgid "It will be used by Pinterest."
390
  msgstr ""
391
 
392
- #: ../includes/class.yith-wcwl-admin-init.php:1326
393
  #, php-format
394
  msgid ""
395
  "If you want to take advantage of this feature, you could consider to "
396
  "purchase the %s."
397
  msgstr ""
398
 
399
- #: ../includes/class.yith-wcwl-admin-init.php:1331
400
  msgid "YITH WooCommerce Frequently Bought Together Integration"
401
  msgstr ""
402
 
403
- #: ../includes/class.yith-wcwl-admin-init.php:1338
404
  msgid "Enable slider in wishlist"
405
  msgstr ""
406
 
407
- #: ../includes/class.yith-wcwl-admin-init.php:1339
408
  #, php-format
409
  msgid ""
410
  "Choose to enable product slider in wishlist page with linked products (<a "
411
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
412
  msgstr ""
413
 
414
- #: ../includes/class.yith-wcwl-admin-init.php:1375
415
  #, fuzzy
416
  msgid "\"Add to wishlist\" button"
417
  msgstr "Texto do botão \"Adicionar aos meus desejos\""
418
 
419
- #: ../includes/class.yith-wcwl-admin-init.php:1378
420
- #: ../includes/class.yith-wcwl-admin-init.php:1396
421
- #: ../includes/class.yith-wcwl-admin-init.php:1414
422
- #: ../includes/class.yith-wcwl-admin-init.php:1432
423
- #: ../includes/class.yith-wcwl-admin-init.php:1450
424
  msgid "Background"
425
  msgstr ""
426
 
427
- #: ../includes/class.yith-wcwl-admin-init.php:1379
428
- #: ../includes/class.yith-wcwl-admin-init.php:1397
429
- #: ../includes/class.yith-wcwl-admin-init.php:1415
430
- #: ../includes/class.yith-wcwl-admin-init.php:1433
431
- #: ../includes/class.yith-wcwl-admin-init.php:1451
432
  msgid "Text"
433
  msgstr ""
434
 
435
- #: ../includes/class.yith-wcwl-admin-init.php:1380
436
- #: ../includes/class.yith-wcwl-admin-init.php:1398
437
- #: ../includes/class.yith-wcwl-admin-init.php:1416
438
- #: ../includes/class.yith-wcwl-admin-init.php:1434
439
- #: ../includes/class.yith-wcwl-admin-init.php:1452
440
  msgid "Border"
441
  msgstr ""
442
 
443
- #: ../includes/class.yith-wcwl-admin-init.php:1387
444
- #: ../includes/class.yith-wcwl-admin-init.php:1405
445
- #: ../includes/class.yith-wcwl-admin-init.php:1423
446
- #: ../includes/class.yith-wcwl-admin-init.php:1441
447
  msgid "Background (hover)"
448
  msgstr ""
449
 
450
- #: ../includes/class.yith-wcwl-admin-init.php:1388
451
- #: ../includes/class.yith-wcwl-admin-init.php:1406
452
- #: ../includes/class.yith-wcwl-admin-init.php:1424
453
- #: ../includes/class.yith-wcwl-admin-init.php:1442
454
  msgid "Text (hover)"
455
  msgstr ""
456
 
457
- #: ../includes/class.yith-wcwl-admin-init.php:1389
458
- #: ../includes/class.yith-wcwl-admin-init.php:1407
459
- #: ../includes/class.yith-wcwl-admin-init.php:1425
460
- #: ../includes/class.yith-wcwl-admin-init.php:1443
461
  msgid "Border (hover)"
462
  msgstr ""
463
 
464
- #: ../includes/class.yith-wcwl-admin-init.php:1393
465
  #, fuzzy
466
  msgid "\"Add to Cart\" button"
467
  msgstr "Texto do botão \"Adicionar ao carrinho \""
468
 
469
- #: ../includes/class.yith-wcwl-admin-init.php:1411
470
  msgid "\"Style 1\" button"
471
  msgstr ""
472
 
473
- #: ../includes/class.yith-wcwl-admin-init.php:1429
474
  msgid "\"Style 2\" button"
475
  msgstr ""
476
 
477
- #: ../includes/class.yith-wcwl-admin-init.php:1447
478
  #, fuzzy
479
  msgid "Wishlist table"
480
  msgstr "Titulo da lista de desejos"
481
 
482
- #: ../includes/class.yith-wcwl-admin-init.php:1456
483
  msgid "Headers"
484
  msgstr ""
485
 
486
- #: ../includes/class.yith-wcwl-admin-init.php:1459
487
  msgid "Background color"
488
  msgstr ""
489
 
490
- #: ../includes/class.yith-wcwl-admin-init.php:1549
491
  #, fuzzy
492
  msgid "Wishlist Activated"
493
  msgstr "Titulo da lista de desejos"
494
 
495
- #: ../includes/class.yith-wcwl-admin-init.php:1550
496
  #, php-format
497
  msgid ""
498
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
@@ -501,12 +477,12 @@ msgid ""
501
  "options, <a href=\"%s\">discover it now</a>."
502
  msgstr ""
503
 
504
- #: ../includes/class.yith-wcwl-admin-init.php:1561
505
  #, fuzzy
506
  msgid "Wishlist Updated"
507
  msgstr "Meus desejos"
508
 
509
- #: ../includes/class.yith-wcwl-admin-init.php:1562
510
  #, php-format
511
  msgid ""
512
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
@@ -516,22 +492,134 @@ msgid ""
516
  "\">discover the PREMIUM version.</a>"
517
  msgstr ""
518
 
519
- #: ../includes/class.yith-wcwl-init.php:374
520
  msgid ""
521
  "We are sorry, but this feature is available only if cookies are enabled on "
522
  "your browser."
523
  msgstr ""
524
 
525
- #: ../includes/class.yith-wcwl-init.php:375
526
  #, fuzzy
527
  msgid "Product correctly added to cart"
528
  msgstr "Produto adicionado ao carrinho."
529
 
530
- #: ../includes/class.yith-wcwl-install.php:243
531
  msgctxt "page_slug"
532
  msgid "wishlist"
533
  msgstr ""
534
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
535
  #: ../includes/class.yith-wcwl-shortcode.php:259
536
  #: ../includes/class.yith-wcwl-ui.php:164
537
  msgid "Share on:"
@@ -554,42 +642,42 @@ msgstr "Twitter"
554
  msgid "email"
555
  msgstr ""
556
 
557
- #: ../includes/class.yith-wcwl.php:177
558
  #, fuzzy
559
  msgid "An error occurred while adding products to the wishlist."
560
  msgstr "Oops! Ocorreu um erro ao adicionar o produto à lista de desejos."
561
 
562
- #: ../includes/class.yith-wcwl.php:269
563
  #, fuzzy
564
  msgid "An error occurred while adding products to wishlist."
565
  msgstr "Oops! Ocorreu um erro ao adicionar o produto à lista de desejos."
566
 
567
- #: ../includes/class.yith-wcwl.php:286
568
  msgid "The \"Remove\" option now does not require any parameter"
569
  msgstr ""
570
 
571
- #: ../includes/class.yith-wcwl.php:335
572
  #, fuzzy
573
  msgid "An error occurred while removing products from the wishlist"
574
  msgstr "Oops! Ocorreu um erro ao remover o produto à lista de desejos."
575
 
576
- #: ../includes/class.yith-wcwl.php:783
577
  msgid "You need to log in before creating a new wishlist"
578
  msgstr ""
579
 
580
- #: ../includes/class.yith-wcwl.php:1578
581
  msgid "Product successfully removed."
582
  msgstr "Produto removido com sucesso."
583
 
584
- #: ../includes/class.yith-wcwl.php:1582
585
  msgid "Error. Unable to remove the product from the wishlist."
586
  msgstr "Erro. Não foi possível remover o produto da lista de desejos."
587
 
588
- #: ../includes/class.yith-wcwl.php:1586 ../templates/wishlist-view.php:241
589
  msgid "No products were added to the wishlist"
590
  msgstr "Nenhum produto foi adicionado à lista de desejos"
591
 
592
- #: ../includes/class.yith-wcwl.php:1628
593
  msgid "An error as occurred."
594
  msgstr ""
595
 
@@ -600,9 +688,11 @@ msgid ""
600
  msgstr ""
601
 
602
  #: ../init.php:140
603
- msgid ""
604
- "You can't activate the free version of YITH WooCommerce Wishlist while you "
605
- "are using the premium one."
 
 
606
  msgstr ""
607
 
608
  #: ../templates/admin/wishlist-panel-premium.php:185
@@ -885,7 +975,7 @@ msgstr "Preço unitário"
885
  msgid "Stock Status"
886
  msgstr "Status do stock"
887
 
888
- #: ../templates/wishlist-view.php:152 ../templates/wishlist-view.php:231
889
  msgid "Remove this product"
890
  msgstr "Remover este produto"
891
 
@@ -893,49 +983,36 @@ msgstr "Remover este produto"
893
  msgid "Free!"
894
  msgstr ""
895
 
896
- #: ../templates/wishlist-view.php:178
897
  msgid "Out of Stock"
898
  msgstr "Fora de stock"
899
 
900
- #: ../templates/wishlist-view.php:178
901
  msgid "In Stock"
902
  msgstr "Em stock"
903
 
904
- #: ../templates/wishlist-view.php:187
905
  #, php-format
906
  msgid "Added on : %s"
907
  msgstr ""
908
 
909
- #: ../templates/wishlist-view.php:199
910
  msgid "Move"
911
  msgstr ""
912
 
913
- #: ../templates/wishlist-view.php:211
914
- #, fuzzy
915
- msgid "Shared"
916
- msgstr "Partilhar no:"
917
-
918
- #: ../templates/wishlist-view.php:214
919
- msgid "Private"
920
- msgstr ""
921
-
922
- #: ../templates/wishlist-view.php:217
923
- msgid "Public"
924
- msgstr ""
925
-
926
- #: ../templates/wishlist-view.php:231
927
  msgid "Remove"
928
  msgstr ""
929
 
930
- #: ../templates/wishlist-view.php:258
931
  msgid "Add the selected products to the cart"
932
  msgstr ""
933
 
934
- #: ../templates/wishlist-view.php:266 ../templates/wishlist-view.php:312
935
  msgid "Ask for an estimate"
936
  msgstr ""
937
 
938
- #: ../templates/wishlist-view.php:302
939
  msgid "Your email"
940
  msgstr ""
941
 
@@ -1048,9 +1125,6 @@ msgstr ""
1048
  #~ msgid "Wishlist table background"
1049
  #~ msgstr "Fundo da tabela de desejos"
1050
 
1051
- #~ msgid "Wishlist table text"
1052
- #~ msgstr "Texto da tabela de desejos"
1053
-
1054
  #~ msgid "Wishlist table border"
1055
  #~ msgstr "Borda da tabela de desejos"
1056
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
+ "POT-Creation-Date: 2018-10-04 14:51+0200\n"
5
+ "PO-Revision-Date: 2018-10-04 14:51+0200\n"
6
  "Last-Translator: YIThemes <support@yithemes.com>\n"
7
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
8
  "Language: pt_PT\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 2.0.8\n"
13
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;__ngettext:1,2;"
14
  "__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;"
15
  "_nx_noop:4c,1,2\n"
20
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
21
 
22
  #: ../includes/class.yith-wcwl-admin-init.php:159
23
+ #: ../includes/class.yith-wcwl-admin-init.php:1478
24
+ #: ../includes/class.yith-wcwl-admin-init.php:1479
25
+ #: ../includes/class.yith-wcwl-install.php:245
26
  msgid "Wishlist"
27
  msgstr "Lista de Desejos"
28
 
29
  #: ../includes/class.yith-wcwl-admin-init.php:161
 
30
  msgid "Settings"
31
  msgstr "Configurações"
32
 
33
  #: ../includes/class.yith-wcwl-admin-init.php:162
34
+ #: ../includes/class.yith-wcwl-admin-init.php:243
35
  msgid "Colors"
36
  msgstr "Cores"
37
 
38
  #: ../includes/class.yith-wcwl-admin-init.php:163
 
39
  msgid "Premium Version"
40
  msgstr ""
41
 
42
+ #: ../includes/class.yith-wcwl-admin-init.php:1018
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
43
  msgid "Upgrade to the PREMIUM VERSION"
44
  msgstr ""
45
 
46
+ #: ../includes/class.yith-wcwl-admin-init.php:1022
 
 
 
 
47
  msgid "Discover the Advanced Features"
48
  msgstr ""
49
 
50
+ #: ../includes/class.yith-wcwl-admin-init.php:1023
51
  msgid ""
52
  "Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE WISHLIST to benefit from "
53
  "all features!"
54
  msgstr ""
55
 
56
+ #: ../includes/class.yith-wcwl-admin-init.php:1029
57
  msgid "Get Support and Pro Features"
58
  msgstr ""
59
 
60
+ #: ../includes/class.yith-wcwl-admin-init.php:1030
61
  msgid ""
62
  "By purchasing the premium version of the plugin, you will take advantage of "
63
  "the advanced features of the product and you will get one year of free "
64
  "updates and support through our platform available 24h/24."
65
  msgstr ""
66
 
67
+ #: ../includes/class.yith-wcwl-admin-init.php:1040
68
  msgid "General Settings"
69
  msgstr "Opções gerais"
70
 
71
+ #: ../includes/class.yith-wcwl-admin-init.php:1047
72
  msgid "Enable YITH Wishlist"
73
  msgstr "Ativar Lista de Desejos"
74
 
75
+ #: ../includes/class.yith-wcwl-admin-init.php:1048
76
  #, php-format
77
  msgid ""
78
  "Enable all plugin features. <strong>Be sure to select at least one option in "
80
  "plugin <a href=\"%s\" target=\"_blank\">documentation</a>."
81
  msgstr ""
82
 
83
+ #: ../includes/class.yith-wcwl-admin-init.php:1054
84
  #, fuzzy
85
  msgid "Default wishlist title"
86
  msgstr "Titulo da lista de desejos"
87
 
88
+ #: ../includes/class.yith-wcwl-admin-init.php:1056
89
+ #: ../includes/class.yith-wcwl-admin-init.php:1057
90
+ #: ../includes/class.yith-wcwl-admin-init.php:1293
91
  #, php-format
92
  msgid "My wishlist on %s"
93
  msgstr "Minha lista de desejos em %s"
94
 
95
+ #: ../includes/class.yith-wcwl-admin-init.php:1062
96
  msgid "Wishlist Page"
97
  msgstr "Meus desejos"
98
 
99
+ #: ../includes/class.yith-wcwl-admin-init.php:1063
100
  msgid "Page contents: [yith_wcwl_wishlist]"
101
  msgstr "Conteúdo da página: [yith_wcwl_wishlist]"
102
 
103
+ #: ../includes/class.yith-wcwl-admin-init.php:1072
104
  msgid "Position"
105
  msgstr "Posição"
106
 
107
+ #: ../includes/class.yith-wcwl-admin-init.php:1073
108
  #, fuzzy
109
  msgid ""
110
  "You can add the button in variable products only after the \"Add to Cart\" "
113
  "Em produtos variáveis você pode adicionar isto somenteapós \"Adcionar ao "
114
  "Carrinho\" ou usar o shortcode [yith_wcwl_add_to_wishlist]."
115
 
116
+ #: ../includes/class.yith-wcwl-admin-init.php:1079
117
  msgid "After \"Add to cart\""
118
  msgstr "Após \" Adicionar ao carrinho \""
119
 
120
+ #: ../includes/class.yith-wcwl-admin-init.php:1080
121
  msgid "After thumbnails"
122
  msgstr "Após miniaturas"
123
 
124
+ #: ../includes/class.yith-wcwl-admin-init.php:1081
125
  msgid "After summary"
126
  msgstr "Após sumário"
127
 
128
+ #: ../includes/class.yith-wcwl-admin-init.php:1082
129
  msgid "Use shortcode"
130
  msgstr "Usar shortcode"
131
 
132
+ #: ../includes/class.yith-wcwl-admin-init.php:1087
133
  msgid "Redirect to cart"
134
  msgstr "Redirecionar para o carrinho"
135
 
136
+ #: ../includes/class.yith-wcwl-admin-init.php:1088
137
  msgid ""
138
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
139
  "page."
141
  "Redirecionar para a página de carrinho se o botão \" Adcionar ao carrinho \" "
142
  "estiver clicado na página de lista de desejos."
143
 
144
+ #: ../includes/class.yith-wcwl-admin-init.php:1094
145
  msgid "Remove if added to the cart"
146
  msgstr "Remover se adcionado ao carrinho"
147
 
148
+ #: ../includes/class.yith-wcwl-admin-init.php:1095
149
  #, fuzzy
150
  msgid "Remove the product from the wishlist if it has been added to the cart."
151
  msgstr ""
152
  "Remover o produto da lista, se a mesma tiver sido adicionada ao carrinho."
153
 
154
+ #: ../includes/class.yith-wcwl-admin-init.php:1101
155
  msgid "\"Add to Wishlist\" text"
156
  msgstr "Texto \" Adcionar a Lista de Desejos\""
157
 
158
+ #: ../includes/class.yith-wcwl-admin-init.php:1103
159
  msgid "Add to Wishlist"
160
  msgstr "Adicionar aos meus desejos"
161
 
162
+ #: ../includes/class.yith-wcwl-admin-init.php:1108
163
  #, fuzzy
164
  msgid "\"Browse wishlist\" text"
165
  msgstr "Veja sua lista de desejos!"
166
 
167
+ #: ../includes/class.yith-wcwl-admin-init.php:1110
168
  #: ../includes/class.yith-wcwl-ui.php:82 ../includes/class.yith-wcwl-ui.php:83
169
  msgid "Browse Wishlist"
170
  msgstr "Veja sua lista de desejos!"
171
 
172
+ #: ../includes/class.yith-wcwl-admin-init.php:1115
173
  #, fuzzy
174
  msgid "\"Product already in wishlist\" text"
175
  msgstr "Produto já na lista de desejos."
176
 
177
+ #: ../includes/class.yith-wcwl-admin-init.php:1117
178
  #: ../includes/class.yith-wcwl-ui.php:83
179
  msgid "The product is already in the wishlist!"
180
  msgstr "Esse produto já se encontra na sua lista de desejos!"
181
 
182
+ #: ../includes/class.yith-wcwl-admin-init.php:1122
183
  #, fuzzy
184
  msgid "\"Product added\" text"
185
  msgstr "Produto adicionado!"
186
 
187
+ #: ../includes/class.yith-wcwl-admin-init.php:1124
188
  #: ../includes/class.yith-wcwl-ui.php:82
189
  msgid "Product added!"
190
  msgstr "Produto adicionado!"
191
 
192
+ #: ../includes/class.yith-wcwl-admin-init.php:1129
193
  msgid "\"Add to Cart\" text"
194
  msgstr "Texto \" Adicionar ao Carrinho\""
195
 
196
+ #: ../includes/class.yith-wcwl-admin-init.php:1131
197
  msgid "Add to Cart"
198
  msgstr "Adcionar ao Carrinho"
199
 
200
+ #: ../includes/class.yith-wcwl-admin-init.php:1136
201
  #, fuzzy
202
  msgid "Show Unit price"
203
  msgstr "Preço unitário"
204
 
205
+ #: ../includes/class.yith-wcwl-admin-init.php:1137
206
  msgid "Show unit price for each product in wishlist"
207
  msgstr ""
208
 
209
+ #: ../includes/class.yith-wcwl-admin-init.php:1144
210
  #, fuzzy
211
  msgid "Show \"Add to Cart\" button"
212
  msgstr "Texto do botão \"Adicionar ao carrinho \""
213
 
214
+ #: ../includes/class.yith-wcwl-admin-init.php:1145
215
  #, fuzzy
216
  msgid "Show \"Add to Cart\" button for each product in wishlist"
217
  msgstr "Fundo do do botão \"Adicionar ao carrinho \""
218
 
219
+ #: ../includes/class.yith-wcwl-admin-init.php:1152
220
  msgid "Show Stock status"
221
  msgstr "Status do stock"
222
 
223
+ #: ../includes/class.yith-wcwl-admin-init.php:1153
224
  msgid ""
225
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
226
  msgstr ""
227
 
228
+ #: ../includes/class.yith-wcwl-admin-init.php:1160
229
  msgid "Show Date of addition"
230
  msgstr ""
231
 
232
+ #: ../includes/class.yith-wcwl-admin-init.php:1161
233
  #, fuzzy
234
  msgid "Show the date when users have added a product to the wishlist"
235
  msgstr "Oops! Ocorreu um erro ao adicionar o produto à lista de desejos."
236
 
237
+ #: ../includes/class.yith-wcwl-admin-init.php:1168
238
  #, fuzzy
239
  msgid "Add second remove button"
240
  msgstr "Texto do botão \"Adicionar ao carrinho \""
241
 
242
+ #: ../includes/class.yith-wcwl-admin-init.php:1169
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:1184
247
  msgid "Styles"
248
  msgstr "Estilos"
249
 
250
+ #: ../includes/class.yith-wcwl-admin-init.php:1191
251
  msgid "Use buttons"
252
  msgstr "Usar botões"
253
 
254
+ #: ../includes/class.yith-wcwl-admin-init.php:1192
255
  #, fuzzy
256
  msgid "Use buttons instead of simple anchors."
257
  msgstr "Usar botões ao invés de simples âncoras."
258
 
259
+ #: ../includes/class.yith-wcwl-admin-init.php:1198
260
  msgid "Custom CSS"
261
  msgstr "CSS Customizado"
262
 
263
+ #: ../includes/class.yith-wcwl-admin-init.php:1205
264
  msgid "Use theme style"
265
  msgstr "Usar estilo do tema"
266
 
267
+ #: ../includes/class.yith-wcwl-admin-init.php:1206
268
  msgid "Use the theme style."
269
  msgstr "Usar o estilo do tema."
270
 
271
+ #: ../includes/class.yith-wcwl-admin-init.php:1212
272
  #, fuzzy
273
  msgid "Rounded buttons"
274
  msgstr "Usar botões"
275
 
276
+ #: ../includes/class.yith-wcwl-admin-init.php:1213
277
  #, fuzzy
278
  msgid "Make button corners rounded"
279
  msgstr "Faça botões do canto arredondado"
280
 
281
+ #: ../includes/class.yith-wcwl-admin-init.php:1219
282
  msgid "\"Add to Wishlist\" icon"
283
  msgstr "Ícone \"Adcionar aos meus desejos\" "
284
 
285
+ #: ../includes/class.yith-wcwl-admin-init.php:1220
286
  msgid "Add an icon to the \"Add to Wishlist\" button"
287
  msgstr "Adicionar um ícone ao botão \"Adcionar aos meus desejos\""
288
 
289
+ #: ../includes/class.yith-wcwl-admin-init.php:1230
290
  msgid "\"Add to Cart\" icon"
291
  msgstr "Ícone \"Adicionar ao Carrinho\""
292
 
293
+ #: ../includes/class.yith-wcwl-admin-init.php:1231
294
  msgid "Add an icon to the \"Add to Cart\" button"
295
  msgstr "Adicionar um ícone ao botão \"Adcionar ao carrinho\""
296
 
297
+ #: ../includes/class.yith-wcwl-admin-init.php:1249
298
  #, fuzzy
299
  msgid "Social Networks & Share"
300
  msgstr "Social &amp; Compartilhamento"
301
 
302
+ #: ../includes/class.yith-wcwl-admin-init.php:1256
303
  msgid "Share on Facebook"
304
  msgstr "Partilhar no Facebook"
305
 
306
+ #: ../includes/class.yith-wcwl-admin-init.php:1257
307
  msgid "Show \"Share on Facebook\" button"
308
  msgstr "Partilhar no Facebook"
309
 
310
+ #: ../includes/class.yith-wcwl-admin-init.php:1263
311
  msgid "Tweet on Twitter"
312
  msgstr "Tweetar no Twitter"
313
 
314
+ #: ../includes/class.yith-wcwl-admin-init.php:1264
315
  #, fuzzy
316
  msgid "Show \"Tweet on Twitter\" button"
317
  msgstr "Tweetar no Twitter"
318
 
319
+ #: ../includes/class.yith-wcwl-admin-init.php:1270
320
  msgid "Pin on Pinterest"
321
  msgstr ""
322
 
323
+ #: ../includes/class.yith-wcwl-admin-init.php:1271
324
  #, fuzzy
325
  msgid "Show \"Pin on Pinterest\" button"
326
  msgstr "Texto do botão \"Adicionar ao carrinho \""
327
 
328
+ #: ../includes/class.yith-wcwl-admin-init.php:1277
329
  msgid "Share on Google+"
330
  msgstr "Partilhar no Google+"
331
 
332
+ #: ../includes/class.yith-wcwl-admin-init.php:1278
333
  #, fuzzy
334
  msgid "Show \"Share on Google+\" button"
335
  msgstr "Partilhar no Facebook"
336
 
337
+ #: ../includes/class.yith-wcwl-admin-init.php:1284
338
  msgid "Share by Email"
339
  msgstr ""
340
 
341
+ #: ../includes/class.yith-wcwl-admin-init.php:1285
342
  #, fuzzy
343
  msgid "Show \"Share by Email\" button"
344
  msgstr "Texto do botão \"Adicionar ao carrinho \""
345
 
346
+ #: ../includes/class.yith-wcwl-admin-init.php:1291
347
  msgid "Social title"
348
  msgstr "Título Redes Sociais"
349
 
350
+ #: ../includes/class.yith-wcwl-admin-init.php:1298
351
  msgid "Social text"
352
  msgstr "Texto Redes Sociais"
353
 
354
+ #: ../includes/class.yith-wcwl-admin-init.php:1299
355
  msgid ""
356
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
357
  "strong> where you want to show the URL of your wishlist."
358
  msgstr ""
359
 
360
+ #: ../includes/class.yith-wcwl-admin-init.php:1306
361
  msgid "Social image URL"
362
  msgstr "Url para partilhar"
363
 
364
+ #: ../includes/class.yith-wcwl-admin-init.php:1307
365
  msgid "It will be used by Pinterest."
366
  msgstr ""
367
 
368
+ #: ../includes/class.yith-wcwl-admin-init.php:1321
369
  #, php-format
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:1326
376
  msgid "YITH WooCommerce Frequently Bought Together Integration"
377
  msgstr ""
378
 
379
+ #: ../includes/class.yith-wcwl-admin-init.php:1333
380
  msgid "Enable slider in wishlist"
381
  msgstr ""
382
 
383
+ #: ../includes/class.yith-wcwl-admin-init.php:1334
384
  #, php-format
385
  msgid ""
386
  "Choose to enable product slider in wishlist page with linked products (<a "
387
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
388
  msgstr ""
389
 
390
+ #: ../includes/class.yith-wcwl-admin-init.php:1370
391
  #, fuzzy
392
  msgid "\"Add to wishlist\" button"
393
  msgstr "Texto do botão \"Adicionar aos meus desejos\""
394
 
395
+ #: ../includes/class.yith-wcwl-admin-init.php:1373
396
+ #: ../includes/class.yith-wcwl-admin-init.php:1391
397
+ #: ../includes/class.yith-wcwl-admin-init.php:1409
398
+ #: ../includes/class.yith-wcwl-admin-init.php:1427
399
+ #: ../includes/class.yith-wcwl-admin-init.php:1445
400
  msgid "Background"
401
  msgstr ""
402
 
403
+ #: ../includes/class.yith-wcwl-admin-init.php:1374
404
+ #: ../includes/class.yith-wcwl-admin-init.php:1392
405
+ #: ../includes/class.yith-wcwl-admin-init.php:1410
406
+ #: ../includes/class.yith-wcwl-admin-init.php:1428
407
+ #: ../includes/class.yith-wcwl-admin-init.php:1446
408
  msgid "Text"
409
  msgstr ""
410
 
411
+ #: ../includes/class.yith-wcwl-admin-init.php:1375
412
+ #: ../includes/class.yith-wcwl-admin-init.php:1393
413
+ #: ../includes/class.yith-wcwl-admin-init.php:1411
414
+ #: ../includes/class.yith-wcwl-admin-init.php:1429
415
+ #: ../includes/class.yith-wcwl-admin-init.php:1447
416
  msgid "Border"
417
  msgstr ""
418
 
419
+ #: ../includes/class.yith-wcwl-admin-init.php:1382
420
+ #: ../includes/class.yith-wcwl-admin-init.php:1400
421
+ #: ../includes/class.yith-wcwl-admin-init.php:1418
422
+ #: ../includes/class.yith-wcwl-admin-init.php:1436
423
  msgid "Background (hover)"
424
  msgstr ""
425
 
426
+ #: ../includes/class.yith-wcwl-admin-init.php:1383
427
+ #: ../includes/class.yith-wcwl-admin-init.php:1401
428
+ #: ../includes/class.yith-wcwl-admin-init.php:1419
429
+ #: ../includes/class.yith-wcwl-admin-init.php:1437
430
  msgid "Text (hover)"
431
  msgstr ""
432
 
433
+ #: ../includes/class.yith-wcwl-admin-init.php:1384
434
+ #: ../includes/class.yith-wcwl-admin-init.php:1402
435
+ #: ../includes/class.yith-wcwl-admin-init.php:1420
436
+ #: ../includes/class.yith-wcwl-admin-init.php:1438
437
  msgid "Border (hover)"
438
  msgstr ""
439
 
440
+ #: ../includes/class.yith-wcwl-admin-init.php:1388
441
  #, fuzzy
442
  msgid "\"Add to Cart\" button"
443
  msgstr "Texto do botão \"Adicionar ao carrinho \""
444
 
445
+ #: ../includes/class.yith-wcwl-admin-init.php:1406
446
  msgid "\"Style 1\" button"
447
  msgstr ""
448
 
449
+ #: ../includes/class.yith-wcwl-admin-init.php:1424
450
  msgid "\"Style 2\" button"
451
  msgstr ""
452
 
453
+ #: ../includes/class.yith-wcwl-admin-init.php:1442
454
  #, fuzzy
455
  msgid "Wishlist table"
456
  msgstr "Titulo da lista de desejos"
457
 
458
+ #: ../includes/class.yith-wcwl-admin-init.php:1451
459
  msgid "Headers"
460
  msgstr ""
461
 
462
+ #: ../includes/class.yith-wcwl-admin-init.php:1454
463
  msgid "Background color"
464
  msgstr ""
465
 
466
+ #: ../includes/class.yith-wcwl-admin-init.php:1544
467
  #, fuzzy
468
  msgid "Wishlist Activated"
469
  msgstr "Titulo da lista de desejos"
470
 
471
+ #: ../includes/class.yith-wcwl-admin-init.php:1545
472
  #, php-format
473
  msgid ""
474
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
477
  "options, <a href=\"%s\">discover it now</a>."
478
  msgstr ""
479
 
480
+ #: ../includes/class.yith-wcwl-admin-init.php:1556
481
  #, fuzzy
482
  msgid "Wishlist Updated"
483
  msgstr "Meus desejos"
484
 
485
+ #: ../includes/class.yith-wcwl-admin-init.php:1557
486
  #, php-format
487
  msgid ""
488
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
492
  "\">discover the PREMIUM version.</a>"
493
  msgstr ""
494
 
495
+ #: ../includes/class.yith-wcwl-init.php:403
496
  msgid ""
497
  "We are sorry, but this feature is available only if cookies are enabled on "
498
  "your browser."
499
  msgstr ""
500
 
501
+ #: ../includes/class.yith-wcwl-init.php:404
502
  #, fuzzy
503
  msgid "Product correctly added to cart"
504
  msgstr "Produto adicionado ao carrinho."
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 "Add to Wishlist"
555
+ msgid "Customer Wishlists"
556
+ msgstr "Adicionar aos meus desejos"
557
+
558
+ #: ../includes/class.yith-wcwl-privacy.php:133
559
+ #, fuzzy
560
+ #| msgid "Wishlist"
561
+ msgid "Wishlists"
562
+ msgstr "Lista de Desejos"
563
+
564
+ #: ../includes/class.yith-wcwl-privacy.php:195
565
+ #, fuzzy, php-format
566
+ #| msgid "My wishlist on %s"
567
+ msgid "Removed wishlist %s."
568
+ msgstr "Minha lista de desejos em %s"
569
+
570
+ #: ../includes/class.yith-wcwl-privacy.php:199
571
+ #, fuzzy, php-format
572
+ #| msgid "Wishlist table text"
573
+ msgid "Wishlist %s has been retained."
574
+ msgstr "Texto da tabela de desejos"
575
+
576
+ #: ../includes/class.yith-wcwl-privacy.php:210
577
+ msgid "Removed default user's wishlist"
578
+ msgstr ""
579
+
580
+ #: ../includes/class.yith-wcwl-privacy.php:228
581
+ msgid "Token"
582
+ msgstr ""
583
+
584
+ #: ../includes/class.yith-wcwl-privacy.php:229
585
+ #, fuzzy
586
+ #| msgid "Wishlist"
587
+ msgid "Wishlist url"
588
+ msgstr "Lista de Desejos"
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
608
+ #: ../templates/wishlist-view.php:212
609
+ #, fuzzy
610
+ msgid "Shared"
611
+ msgstr "Partilhar no:"
612
+
613
+ #: ../includes/class.yith-wcwl-privacy.php:286
614
+ #: ../templates/wishlist-view.php:215
615
+ msgid "Private"
616
+ msgstr ""
617
+
618
+ #: ../includes/class.yith-wcwl-privacy.php:289
619
+ #: ../templates/wishlist-view.php:218
620
+ msgid "Public"
621
+ msgstr ""
622
+
623
  #: ../includes/class.yith-wcwl-shortcode.php:259
624
  #: ../includes/class.yith-wcwl-ui.php:164
625
  msgid "Share on:"
642
  msgid "email"
643
  msgstr ""
644
 
645
+ #: ../includes/class.yith-wcwl.php:201
646
  #, fuzzy
647
  msgid "An error occurred while adding products to the wishlist."
648
  msgstr "Oops! Ocorreu um erro ao adicionar o produto à lista de desejos."
649
 
650
+ #: ../includes/class.yith-wcwl.php:293
651
  #, fuzzy
652
  msgid "An error occurred while adding products to wishlist."
653
  msgstr "Oops! Ocorreu um erro ao adicionar o produto à lista de desejos."
654
 
655
+ #: ../includes/class.yith-wcwl.php:310
656
  msgid "The \"Remove\" option now does not require any parameter"
657
  msgstr ""
658
 
659
+ #: ../includes/class.yith-wcwl.php:359
660
  #, fuzzy
661
  msgid "An error occurred while removing products from the wishlist"
662
  msgstr "Oops! Ocorreu um erro ao remover o produto à lista de desejos."
663
 
664
+ #: ../includes/class.yith-wcwl.php:809
665
  msgid "You need to log in before creating a new wishlist"
666
  msgstr ""
667
 
668
+ #: ../includes/class.yith-wcwl.php:1610
669
  msgid "Product successfully removed."
670
  msgstr "Produto removido com sucesso."
671
 
672
+ #: ../includes/class.yith-wcwl.php:1614
673
  msgid "Error. Unable to remove the product from the wishlist."
674
  msgstr "Erro. Não foi possível remover o produto da lista de desejos."
675
 
676
+ #: ../includes/class.yith-wcwl.php:1618 ../templates/wishlist-view.php:242
677
  msgid "No products were added to the wishlist"
678
  msgstr "Nenhum produto foi adicionado à lista de desejos"
679
 
680
+ #: ../includes/class.yith-wcwl.php:1660
681
  msgid "An error as occurred."
682
  msgstr ""
683
 
688
  msgstr ""
689
 
690
  #: ../init.php:140
691
+ msgid "You can't activate the free version of"
692
+ msgstr ""
693
+
694
+ #: ../init.php:140
695
+ msgid "while you are using the premium one."
696
  msgstr ""
697
 
698
  #: ../templates/admin/wishlist-panel-premium.php:185
975
  msgid "Stock Status"
976
  msgstr "Status do stock"
977
 
978
+ #: ../templates/wishlist-view.php:152 ../templates/wishlist-view.php:232
979
  msgid "Remove this product"
980
  msgstr "Remover este produto"
981
 
983
  msgid "Free!"
984
  msgstr ""
985
 
986
+ #: ../templates/wishlist-view.php:179
987
  msgid "Out of Stock"
988
  msgstr "Fora de stock"
989
 
990
+ #: ../templates/wishlist-view.php:179
991
  msgid "In Stock"
992
  msgstr "Em stock"
993
 
994
+ #: ../templates/wishlist-view.php:188
995
  #, php-format
996
  msgid "Added on : %s"
997
  msgstr ""
998
 
999
+ #: ../templates/wishlist-view.php:200
1000
  msgid "Move"
1001
  msgstr ""
1002
 
1003
+ #: ../templates/wishlist-view.php:232
 
 
 
 
 
 
 
 
 
 
 
 
 
1004
  msgid "Remove"
1005
  msgstr ""
1006
 
1007
+ #: ../templates/wishlist-view.php:259
1008
  msgid "Add the selected products to the cart"
1009
  msgstr ""
1010
 
1011
+ #: ../templates/wishlist-view.php:267 ../templates/wishlist-view.php:313
1012
  msgid "Ask for an estimate"
1013
  msgstr ""
1014
 
1015
+ #: ../templates/wishlist-view.php:303
1016
  msgid "Your email"
1017
  msgstr ""
1018
 
1125
  #~ msgid "Wishlist table background"
1126
  #~ msgstr "Fundo da tabela de desejos"
1127
 
 
 
 
1128
  #~ msgid "Wishlist table border"
1129
  #~ msgstr "Borda da tabela de desejos"
1130
 
languages/yith-woocommerce-wishlist-ru_RU.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-ru_RU.po CHANGED
@@ -1,15 +1,15 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WCWL\n"
4
- "POT-Creation-Date: 2017-10-24 17:34+0200\n"
5
- "PO-Revision-Date: 2017-10-24 17:34+0200\n"
6
  "Last-Translator: Valentyn Zubenko <valentyn.zubenko@gmail.com>\n"
7
  "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
8
  "Language: ru\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 1.8.7.1\n"
13
  "X-Poedit-KeywordsList: __;_e;_x\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
@@ -18,83 +18,59 @@ msgstr ""
18
  "X-Poedit-SearchPathExcluded-0: plugin-fw\n"
19
 
20
  #: includes/class.yith-wcwl-admin-init.php:159
21
- #: includes/class.yith-wcwl-admin-init.php:1483
22
- #: includes/class.yith-wcwl-admin-init.php:1484
23
- #: includes/class.yith-wcwl-install.php:244
24
  msgid "Wishlist"
25
  msgstr ""
26
 
27
  #: includes/class.yith-wcwl-admin-init.php:161
28
- #: includes/class.yith-wcwl-admin-init.php:251
29
  msgid "Settings"
30
  msgstr ""
31
 
32
  #: includes/class.yith-wcwl-admin-init.php:162
33
- #: includes/class.yith-wcwl-admin-init.php:236
34
  msgid "Colors"
35
  msgstr ""
36
 
37
  #: includes/class.yith-wcwl-admin-init.php:163
38
- #: includes/class.yith-wcwl-admin-init.php:255
39
  msgid "Premium Version"
40
  msgstr ""
41
 
42
- #: includes/class.yith-wcwl-admin-init.php:256
43
- msgid "Live Demo"
44
- msgstr ""
45
-
46
- #: includes/class.yith-wcwl-admin-init.php:280
47
- msgid ""
48
- "WARNING: This plugin requires at least WooCommerce 2.2! Please, use this "
49
- "link to update it."
50
- msgstr ""
51
-
52
- #: includes/class.yith-wcwl-admin-init.php:283
53
- msgid "WARNING: This plugin requires at least WooCommerce 2.2!"
54
- msgstr ""
55
-
56
- #: includes/class.yith-wcwl-admin-init.php:288
57
- msgid "Plugin Documentation"
58
- msgstr ""
59
-
60
- #: includes/class.yith-wcwl-admin-init.php:1023
61
  msgid "Upgrade to the PREMIUM VERSION"
62
  msgstr ""
63
 
64
- #: includes/class.yith-wcwl-admin-init.php:1026
65
- msgid "YITH WooCommerce Wishlist"
66
- msgstr ""
67
-
68
- #: includes/class.yith-wcwl-admin-init.php:1027
69
  msgid "Discover the Advanced Features"
70
  msgstr ""
71
 
72
- #: includes/class.yith-wcwl-admin-init.php:1028
73
  msgid ""
74
  "Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE WISHLIST to benefit from "
75
  "all features!"
76
  msgstr ""
77
 
78
- #: includes/class.yith-wcwl-admin-init.php:1034
79
  msgid "Get Support and Pro Features"
80
  msgstr ""
81
 
82
- #: includes/class.yith-wcwl-admin-init.php:1035
83
  msgid ""
84
  "By purchasing the premium version of the plugin, you will take advantage of "
85
  "the advanced features of the product and you will get one year of free "
86
  "updates and support through our platform available 24h/24."
87
  msgstr ""
88
 
89
- #: includes/class.yith-wcwl-admin-init.php:1045
90
  msgid "General Settings"
91
  msgstr ""
92
 
93
- #: includes/class.yith-wcwl-admin-init.php:1052
94
  msgid "Enable YITH Wishlist"
95
  msgstr ""
96
 
97
- #: includes/class.yith-wcwl-admin-init.php:1053
98
  #, php-format
99
  msgid ""
100
  "Enable all plugin features. <strong>Be sure to select at least one option in "
@@ -102,382 +78,382 @@ msgid ""
102
  "plugin <a href=\"%s\" target=\"_blank\">documentation</a>."
103
  msgstr ""
104
 
105
- #: includes/class.yith-wcwl-admin-init.php:1059
106
  msgid "Default wishlist title"
107
  msgstr ""
108
 
109
- #: includes/class.yith-wcwl-admin-init.php:1061
110
- #: includes/class.yith-wcwl-admin-init.php:1062
111
- #: includes/class.yith-wcwl-admin-init.php:1298
112
  #, php-format
113
  msgid "My wishlist on %s"
114
  msgstr "Мои закладки на %s"
115
 
116
- #: includes/class.yith-wcwl-admin-init.php:1067
117
  msgid "Wishlist Page"
118
  msgstr ""
119
 
120
- #: includes/class.yith-wcwl-admin-init.php:1068
121
  msgid "Page contents: [yith_wcwl_wishlist]"
122
  msgstr ""
123
 
124
- #: includes/class.yith-wcwl-admin-init.php:1077
125
  msgid "Position"
126
  msgstr ""
127
 
128
- #: includes/class.yith-wcwl-admin-init.php:1078
129
  msgid ""
130
  "You can add the button in variable products only after the \"Add to Cart\" "
131
  "button or using the shortcode [yith_wcwl_add_to_wishlist]."
132
  msgstr ""
133
 
134
- #: includes/class.yith-wcwl-admin-init.php:1084
135
  msgid "After \"Add to cart\""
136
  msgstr "After \"Добавить в корзину\""
137
 
138
- #: includes/class.yith-wcwl-admin-init.php:1085
139
  msgid "After thumbnails"
140
  msgstr ""
141
 
142
- #: includes/class.yith-wcwl-admin-init.php:1086
143
  msgid "After summary"
144
  msgstr ""
145
 
146
- #: includes/class.yith-wcwl-admin-init.php:1087
147
  msgid "Use shortcode"
148
  msgstr ""
149
 
150
- #: includes/class.yith-wcwl-admin-init.php:1092
151
  msgid "Redirect to cart"
152
  msgstr ""
153
 
154
- #: includes/class.yith-wcwl-admin-init.php:1093
155
  msgid ""
156
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
157
  "page."
158
  msgstr ""
159
 
160
- #: includes/class.yith-wcwl-admin-init.php:1099
161
  msgid "Remove if added to the cart"
162
  msgstr ""
163
 
164
- #: includes/class.yith-wcwl-admin-init.php:1100
165
  msgid "Remove the product from the wishlist if it has been added to the cart."
166
  msgstr ""
167
 
168
- #: includes/class.yith-wcwl-admin-init.php:1106
169
  msgid "\"Add to Wishlist\" text"
170
  msgstr ""
171
 
172
- #: includes/class.yith-wcwl-admin-init.php:1108
173
  msgid "Add to Wishlist"
174
  msgstr ""
175
 
176
- #: includes/class.yith-wcwl-admin-init.php:1113
177
  #, fuzzy
178
  msgid "\"Browse wishlist\" text"
179
  msgstr "\"Добавить в корзину\" button text"
180
 
181
- #: includes/class.yith-wcwl-admin-init.php:1115
182
  #: includes/class.yith-wcwl-ui.php:82 includes/class.yith-wcwl-ui.php:83
183
  msgid "Browse Wishlist"
184
  msgstr ""
185
 
186
- #: includes/class.yith-wcwl-admin-init.php:1120
187
  msgid "\"Product already in wishlist\" text"
188
  msgstr ""
189
 
190
- #: includes/class.yith-wcwl-admin-init.php:1122
191
  #: includes/class.yith-wcwl-ui.php:83
192
  msgid "The product is already in the wishlist!"
193
  msgstr ""
194
 
195
- #: includes/class.yith-wcwl-admin-init.php:1127
196
  #, fuzzy
197
  msgid "\"Product added\" text"
198
  msgstr "Продукт успешно добавлен в корзину"
199
 
200
- #: includes/class.yith-wcwl-admin-init.php:1129
201
  #: includes/class.yith-wcwl-ui.php:82
202
  msgid "Product added!"
203
  msgstr ""
204
 
205
- #: includes/class.yith-wcwl-admin-init.php:1134
206
  msgid "\"Add to Cart\" text"
207
  msgstr "\"Добавить в корзину\" text"
208
 
209
- #: includes/class.yith-wcwl-admin-init.php:1136
210
  msgid "Add to Cart"
211
  msgstr "Добавить в корзину"
212
 
213
- #: includes/class.yith-wcwl-admin-init.php:1141
214
  #, fuzzy
215
  msgid "Show Unit price"
216
  msgstr "Цена"
217
 
218
- #: includes/class.yith-wcwl-admin-init.php:1142
219
  msgid "Show unit price for each product in wishlist"
220
  msgstr ""
221
 
222
- #: includes/class.yith-wcwl-admin-init.php:1149
223
  #, fuzzy
224
  msgid "Show \"Add to Cart\" button"
225
  msgstr "\"Добавить в корзину\" button text"
226
 
227
- #: includes/class.yith-wcwl-admin-init.php:1150
228
  #, fuzzy
229
  msgid "Show \"Add to Cart\" button for each product in wishlist"
230
  msgstr "\"Добавить в корзину\" button background"
231
 
232
- #: includes/class.yith-wcwl-admin-init.php:1157
233
  #, fuzzy
234
  msgid "Show Stock status"
235
  msgstr "Показывать статус склада"
236
 
237
- #: includes/class.yith-wcwl-admin-init.php:1158
238
  msgid ""
239
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
240
  msgstr ""
241
 
242
- #: includes/class.yith-wcwl-admin-init.php:1165
243
  msgid "Show Date of addition"
244
  msgstr ""
245
 
246
- #: includes/class.yith-wcwl-admin-init.php:1166
247
  #, fuzzy
248
  msgid "Show the date when users have added a product to the wishlist"
249
  msgstr "Показывать дату добавления в избранное"
250
 
251
- #: includes/class.yith-wcwl-admin-init.php:1173
252
  #, fuzzy
253
  msgid "Add second remove button"
254
  msgstr "Добавить вторую кнопку удаления"
255
 
256
- #: includes/class.yith-wcwl-admin-init.php:1174
257
  msgid "Add a second remove button in the last column, with extended label"
258
  msgstr ""
259
 
260
- #: includes/class.yith-wcwl-admin-init.php:1189
261
  msgid "Styles"
262
  msgstr ""
263
 
264
- #: includes/class.yith-wcwl-admin-init.php:1196
265
  msgid "Use buttons"
266
  msgstr ""
267
 
268
- #: includes/class.yith-wcwl-admin-init.php:1197
269
  msgid "Use buttons instead of simple anchors."
270
  msgstr ""
271
 
272
- #: includes/class.yith-wcwl-admin-init.php:1203
273
  msgid "Custom CSS"
274
  msgstr ""
275
 
276
- #: includes/class.yith-wcwl-admin-init.php:1210
277
  msgid "Use theme style"
278
  msgstr ""
279
 
280
- #: includes/class.yith-wcwl-admin-init.php:1211
281
  msgid "Use the theme style."
282
  msgstr ""
283
 
284
- #: includes/class.yith-wcwl-admin-init.php:1217
285
  msgid "Rounded buttons"
286
  msgstr ""
287
 
288
- #: includes/class.yith-wcwl-admin-init.php:1218
289
  msgid "Make button corners rounded"
290
  msgstr ""
291
 
292
- #: includes/class.yith-wcwl-admin-init.php:1224
293
  msgid "\"Add to Wishlist\" icon"
294
  msgstr ""
295
 
296
- #: includes/class.yith-wcwl-admin-init.php:1225
297
  msgid "Add an icon to the \"Add to Wishlist\" button"
298
  msgstr ""
299
 
300
- #: includes/class.yith-wcwl-admin-init.php:1235
301
  msgid "\"Add to Cart\" icon"
302
  msgstr "\"Добавить в корзину\" icon"
303
 
304
- #: includes/class.yith-wcwl-admin-init.php:1236
305
  msgid "Add an icon to the \"Add to Cart\" button"
306
  msgstr "Add an icon to the \"Добавить в корзину\" button"
307
 
308
- #: includes/class.yith-wcwl-admin-init.php:1254
309
  msgid "Social Networks & Share"
310
  msgstr ""
311
 
312
- #: includes/class.yith-wcwl-admin-init.php:1261
313
  msgid "Share on Facebook"
314
  msgstr "Поделиться на Facebook"
315
 
316
- #: includes/class.yith-wcwl-admin-init.php:1262
317
  #, fuzzy
318
  msgid "Show \"Share on Facebook\" button"
319
  msgstr "Показать кнопку \"Поделиться в Facebook\""
320
 
321
- #: includes/class.yith-wcwl-admin-init.php:1268
322
  msgid "Tweet on Twitter"
323
  msgstr "Поделиться в Twitter"
324
 
325
- #: includes/class.yith-wcwl-admin-init.php:1269
326
  #, fuzzy
327
  msgid "Show \"Tweet on Twitter\" button"
328
  msgstr "Показать кнопку \"Поделиться в Twitter\""
329
 
330
- #: includes/class.yith-wcwl-admin-init.php:1275
331
  msgid "Pin on Pinterest"
332
  msgstr "Поделиться в Pinterest"
333
 
334
- #: includes/class.yith-wcwl-admin-init.php:1276
335
  #, fuzzy
336
  msgid "Show \"Pin on Pinterest\" button"
337
  msgstr "Показать кнопку \"Поделиться в Pinterest\""
338
 
339
- #: includes/class.yith-wcwl-admin-init.php:1282
340
  msgid "Share on Google+"
341
  msgstr "Поделиться в Google+"
342
 
343
- #: includes/class.yith-wcwl-admin-init.php:1283
344
  #, fuzzy
345
  msgid "Show \"Share on Google+\" button"
346
  msgstr "Показать кнопку \"Поделиться в Google+\""
347
 
348
- #: includes/class.yith-wcwl-admin-init.php:1289
349
  msgid "Share by Email"
350
  msgstr "Поделиться через Email"
351
 
352
- #: includes/class.yith-wcwl-admin-init.php:1290
353
  #, fuzzy
354
  msgid "Show \"Share by Email\" button"
355
  msgstr "Показать кнопку \"Поделиться через Email\""
356
 
357
- #: includes/class.yith-wcwl-admin-init.php:1296
358
  msgid "Social title"
359
  msgstr ""
360
 
361
- #: includes/class.yith-wcwl-admin-init.php:1303
362
  msgid "Social text"
363
  msgstr ""
364
 
365
- #: includes/class.yith-wcwl-admin-init.php:1304
366
  msgid ""
367
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
368
  "strong> where you want to show the URL of your wishlist."
369
  msgstr ""
370
 
371
- #: includes/class.yith-wcwl-admin-init.php:1311
372
  msgid "Social image URL"
373
  msgstr ""
374
 
375
- #: includes/class.yith-wcwl-admin-init.php:1312
376
  msgid "It will be used by Pinterest."
377
  msgstr ""
378
 
379
- #: includes/class.yith-wcwl-admin-init.php:1326
380
  #, php-format
381
  msgid ""
382
  "If you want to take advantage of this feature, you could consider to "
383
  "purchase the %s."
384
  msgstr ""
385
 
386
- #: includes/class.yith-wcwl-admin-init.php:1331
387
  msgid "YITH WooCommerce Frequently Bought Together Integration"
388
  msgstr ""
389
 
390
- #: includes/class.yith-wcwl-admin-init.php:1338
391
  msgid "Enable slider in wishlist"
392
  msgstr ""
393
 
394
- #: includes/class.yith-wcwl-admin-init.php:1339
395
  #, php-format
396
  msgid ""
397
  "Choose to enable product slider in wishlist page with linked products (<a "
398
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
399
  msgstr ""
400
 
401
- #: includes/class.yith-wcwl-admin-init.php:1375
402
  #, fuzzy
403
  msgid "\"Add to wishlist\" button"
404
  msgstr "\"Добавить в корзину\" button text"
405
 
406
- #: includes/class.yith-wcwl-admin-init.php:1378
407
- #: includes/class.yith-wcwl-admin-init.php:1396
408
- #: includes/class.yith-wcwl-admin-init.php:1414
409
- #: includes/class.yith-wcwl-admin-init.php:1432
410
- #: includes/class.yith-wcwl-admin-init.php:1450
411
  msgid "Background"
412
  msgstr ""
413
 
414
- #: includes/class.yith-wcwl-admin-init.php:1379
415
- #: includes/class.yith-wcwl-admin-init.php:1397
416
- #: includes/class.yith-wcwl-admin-init.php:1415
417
- #: includes/class.yith-wcwl-admin-init.php:1433
418
- #: includes/class.yith-wcwl-admin-init.php:1451
419
  msgid "Text"
420
  msgstr ""
421
 
422
- #: includes/class.yith-wcwl-admin-init.php:1380
423
- #: includes/class.yith-wcwl-admin-init.php:1398
424
- #: includes/class.yith-wcwl-admin-init.php:1416
425
- #: includes/class.yith-wcwl-admin-init.php:1434
426
- #: includes/class.yith-wcwl-admin-init.php:1452
427
  msgid "Border"
428
  msgstr ""
429
 
430
- #: includes/class.yith-wcwl-admin-init.php:1387
431
- #: includes/class.yith-wcwl-admin-init.php:1405
432
- #: includes/class.yith-wcwl-admin-init.php:1423
433
- #: includes/class.yith-wcwl-admin-init.php:1441
434
  msgid "Background (hover)"
435
  msgstr ""
436
 
437
- #: includes/class.yith-wcwl-admin-init.php:1388
438
- #: includes/class.yith-wcwl-admin-init.php:1406
439
- #: includes/class.yith-wcwl-admin-init.php:1424
440
- #: includes/class.yith-wcwl-admin-init.php:1442
441
  msgid "Text (hover)"
442
  msgstr ""
443
 
444
- #: includes/class.yith-wcwl-admin-init.php:1389
445
- #: includes/class.yith-wcwl-admin-init.php:1407
446
- #: includes/class.yith-wcwl-admin-init.php:1425
447
- #: includes/class.yith-wcwl-admin-init.php:1443
448
  msgid "Border (hover)"
449
  msgstr ""
450
 
451
- #: includes/class.yith-wcwl-admin-init.php:1393
452
  #, fuzzy
453
  msgid "\"Add to Cart\" button"
454
  msgstr "\"Добавить в корзину\" button text"
455
 
456
- #: includes/class.yith-wcwl-admin-init.php:1411
457
  msgid "\"Style 1\" button"
458
  msgstr ""
459
 
460
- #: includes/class.yith-wcwl-admin-init.php:1429
461
  msgid "\"Style 2\" button"
462
  msgstr ""
463
 
464
- #: includes/class.yith-wcwl-admin-init.php:1447
465
  msgid "Wishlist table"
466
  msgstr ""
467
 
468
- #: includes/class.yith-wcwl-admin-init.php:1456
469
  msgid "Headers"
470
  msgstr ""
471
 
472
- #: includes/class.yith-wcwl-admin-init.php:1459
473
  msgid "Background color"
474
  msgstr ""
475
 
476
- #: includes/class.yith-wcwl-admin-init.php:1549
477
  msgid "Wishlist Activated"
478
  msgstr ""
479
 
480
- #: includes/class.yith-wcwl-admin-init.php:1550
481
  #, php-format
482
  msgid ""
483
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
@@ -486,11 +462,11 @@ msgid ""
486
  "options, <a href=\"%s\">discover it now</a>."
487
  msgstr ""
488
 
489
- #: includes/class.yith-wcwl-admin-init.php:1561
490
  msgid "Wishlist Updated"
491
  msgstr ""
492
 
493
- #: includes/class.yith-wcwl-admin-init.php:1562
494
  #, php-format
495
  msgid ""
496
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
@@ -500,21 +476,124 @@ msgid ""
500
  "\">discover the PREMIUM version.</a>"
501
  msgstr ""
502
 
503
- #: includes/class.yith-wcwl-init.php:374
504
  msgid ""
505
  "We are sorry, but this feature is available only if cookies are enabled on "
506
  "your browser."
507
  msgstr ""
508
 
509
- #: includes/class.yith-wcwl-init.php:375
510
  #, fuzzy
511
  msgid "Product correctly added to cart"
512
  msgstr "Продукт успешно добавлен в корзину"
513
 
514
- #: includes/class.yith-wcwl-install.php:243
515
  msgid "wishlist"
516
  msgstr ""
517
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
518
  #: includes/class.yith-wcwl-shortcode.php:259
519
  #: includes/class.yith-wcwl-ui.php:164
520
  msgid "Share on:"
@@ -536,42 +615,42 @@ msgstr ""
536
  msgid "email"
537
  msgstr ""
538
 
539
- #: includes/class.yith-wcwl.php:177
540
  #, fuzzy
541
  msgid "An error occurred while adding products to the wishlist."
542
  msgstr "Произошла ошибка при добавлении продуктов в избранное"
543
 
544
- #: includes/class.yith-wcwl.php:269
545
  #, fuzzy
546
  msgid "An error occurred while adding products to wishlist."
547
  msgstr "Произошла ошибка при добавлении продуктов в избранное"
548
 
549
- #: includes/class.yith-wcwl.php:286
550
  msgid "The \"Remove\" option now does not require any parameter"
551
  msgstr ""
552
 
553
- #: includes/class.yith-wcwl.php:335
554
  #, fuzzy
555
  msgid "An error occurred while removing products from the wishlist"
556
  msgstr "Произошла ошибка при удалении продуктов из избранного"
557
 
558
- #: includes/class.yith-wcwl.php:783
559
  msgid "You need to log in before creating a new wishlist"
560
  msgstr "Вам необходимо авторизоваться перед созданием нового избранного"
561
 
562
- #: includes/class.yith-wcwl.php:1578
563
  msgid "Product successfully removed."
564
  msgstr "Продукт успешно удален из избранного"
565
 
566
- #: includes/class.yith-wcwl.php:1582
567
  msgid "Error. Unable to remove the product from the wishlist."
568
  msgstr "Ошибка. Невозможно удалить продукт из избранного."
569
 
570
- #: includes/class.yith-wcwl.php:1586 templates/wishlist-view.php:241
571
  msgid "No products were added to the wishlist"
572
  msgstr "Нет продуктов добавленных в избранное."
573
 
574
- #: includes/class.yith-wcwl.php:1628
575
  msgid "An error as occurred."
576
  msgstr ""
577
 
@@ -582,9 +661,11 @@ msgid ""
582
  msgstr ""
583
 
584
  #: init.php:140
585
- msgid ""
586
- "You can't activate the free version of YITH WooCommerce Wishlist while you "
587
- "are using the premium one."
 
 
588
  msgstr ""
589
 
590
  #: templates/admin/wishlist-panel-premium.php:185
@@ -865,7 +946,7 @@ msgstr "Цена"
865
  msgid "Stock Status"
866
  msgstr "Показывать статус склада"
867
 
868
- #: templates/wishlist-view.php:152 templates/wishlist-view.php:231
869
  msgid "Remove this product"
870
  msgstr ""
871
 
@@ -873,49 +954,36 @@ msgstr ""
873
  msgid "Free!"
874
  msgstr ""
875
 
876
- #: templates/wishlist-view.php:178
877
  msgid "Out of Stock"
878
  msgstr ""
879
 
880
- #: templates/wishlist-view.php:178
881
  msgid "In Stock"
882
  msgstr "в наличии"
883
 
884
- #: templates/wishlist-view.php:187
885
  #, php-format
886
  msgid "Added on : %s"
887
  msgstr ""
888
 
889
- #: templates/wishlist-view.php:199
890
  msgid "Move"
891
  msgstr ""
892
 
893
- #: templates/wishlist-view.php:211
894
- #, fuzzy
895
- msgid "Shared"
896
- msgstr "Поделиться в:"
897
-
898
- #: templates/wishlist-view.php:214
899
- msgid "Private"
900
- msgstr ""
901
-
902
- #: templates/wishlist-view.php:217
903
- msgid "Public"
904
- msgstr ""
905
-
906
- #: templates/wishlist-view.php:231
907
  msgid "Remove"
908
  msgstr ""
909
 
910
- #: templates/wishlist-view.php:258
911
  msgid "Add the selected products to the cart"
912
  msgstr ""
913
 
914
- #: templates/wishlist-view.php:266 templates/wishlist-view.php:312
915
  msgid "Ask for an estimate"
916
  msgstr ""
917
 
918
- #: templates/wishlist-view.php:302
919
  msgid "Your email"
920
  msgstr ""
921
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WCWL\n"
4
+ "POT-Creation-Date: 2018-10-04 14:51+0200\n"
5
+ "PO-Revision-Date: 2018-10-04 14:51+0200\n"
6
  "Last-Translator: Valentyn Zubenko <valentyn.zubenko@gmail.com>\n"
7
  "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
8
  "Language: ru\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 2.0.8\n"
13
  "X-Poedit-KeywordsList: __;_e;_x\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
18
  "X-Poedit-SearchPathExcluded-0: plugin-fw\n"
19
 
20
  #: includes/class.yith-wcwl-admin-init.php:159
21
+ #: includes/class.yith-wcwl-admin-init.php:1478
22
+ #: includes/class.yith-wcwl-admin-init.php:1479
23
+ #: includes/class.yith-wcwl-install.php:245
24
  msgid "Wishlist"
25
  msgstr ""
26
 
27
  #: includes/class.yith-wcwl-admin-init.php:161
 
28
  msgid "Settings"
29
  msgstr ""
30
 
31
  #: includes/class.yith-wcwl-admin-init.php:162
32
+ #: includes/class.yith-wcwl-admin-init.php:243
33
  msgid "Colors"
34
  msgstr ""
35
 
36
  #: includes/class.yith-wcwl-admin-init.php:163
 
37
  msgid "Premium Version"
38
  msgstr ""
39
 
40
+ #: includes/class.yith-wcwl-admin-init.php:1018
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
41
  msgid "Upgrade to the PREMIUM VERSION"
42
  msgstr ""
43
 
44
+ #: includes/class.yith-wcwl-admin-init.php:1022
 
 
 
 
45
  msgid "Discover the Advanced Features"
46
  msgstr ""
47
 
48
+ #: includes/class.yith-wcwl-admin-init.php:1023
49
  msgid ""
50
  "Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE WISHLIST to benefit from "
51
  "all features!"
52
  msgstr ""
53
 
54
+ #: includes/class.yith-wcwl-admin-init.php:1029
55
  msgid "Get Support and Pro Features"
56
  msgstr ""
57
 
58
+ #: includes/class.yith-wcwl-admin-init.php:1030
59
  msgid ""
60
  "By purchasing the premium version of the plugin, you will take advantage of "
61
  "the advanced features of the product and you will get one year of free "
62
  "updates and support through our platform available 24h/24."
63
  msgstr ""
64
 
65
+ #: includes/class.yith-wcwl-admin-init.php:1040
66
  msgid "General Settings"
67
  msgstr ""
68
 
69
+ #: includes/class.yith-wcwl-admin-init.php:1047
70
  msgid "Enable YITH Wishlist"
71
  msgstr ""
72
 
73
+ #: includes/class.yith-wcwl-admin-init.php:1048
74
  #, php-format
75
  msgid ""
76
  "Enable all plugin features. <strong>Be sure to select at least one option in "
78
  "plugin <a href=\"%s\" target=\"_blank\">documentation</a>."
79
  msgstr ""
80
 
81
+ #: includes/class.yith-wcwl-admin-init.php:1054
82
  msgid "Default wishlist title"
83
  msgstr ""
84
 
85
+ #: includes/class.yith-wcwl-admin-init.php:1056
86
+ #: includes/class.yith-wcwl-admin-init.php:1057
87
+ #: includes/class.yith-wcwl-admin-init.php:1293
88
  #, php-format
89
  msgid "My wishlist on %s"
90
  msgstr "Мои закладки на %s"
91
 
92
+ #: includes/class.yith-wcwl-admin-init.php:1062
93
  msgid "Wishlist Page"
94
  msgstr ""
95
 
96
+ #: includes/class.yith-wcwl-admin-init.php:1063
97
  msgid "Page contents: [yith_wcwl_wishlist]"
98
  msgstr ""
99
 
100
+ #: includes/class.yith-wcwl-admin-init.php:1072
101
  msgid "Position"
102
  msgstr ""
103
 
104
+ #: includes/class.yith-wcwl-admin-init.php:1073
105
  msgid ""
106
  "You can add the button in variable products only after the \"Add to Cart\" "
107
  "button or using the shortcode [yith_wcwl_add_to_wishlist]."
108
  msgstr ""
109
 
110
+ #: includes/class.yith-wcwl-admin-init.php:1079
111
  msgid "After \"Add to cart\""
112
  msgstr "After \"Добавить в корзину\""
113
 
114
+ #: includes/class.yith-wcwl-admin-init.php:1080
115
  msgid "After thumbnails"
116
  msgstr ""
117
 
118
+ #: includes/class.yith-wcwl-admin-init.php:1081
119
  msgid "After summary"
120
  msgstr ""
121
 
122
+ #: includes/class.yith-wcwl-admin-init.php:1082
123
  msgid "Use shortcode"
124
  msgstr ""
125
 
126
+ #: includes/class.yith-wcwl-admin-init.php:1087
127
  msgid "Redirect to cart"
128
  msgstr ""
129
 
130
+ #: includes/class.yith-wcwl-admin-init.php:1088
131
  msgid ""
132
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
133
  "page."
134
  msgstr ""
135
 
136
+ #: includes/class.yith-wcwl-admin-init.php:1094
137
  msgid "Remove if added to the cart"
138
  msgstr ""
139
 
140
+ #: includes/class.yith-wcwl-admin-init.php:1095
141
  msgid "Remove the product from the wishlist if it has been added to the cart."
142
  msgstr ""
143
 
144
+ #: includes/class.yith-wcwl-admin-init.php:1101
145
  msgid "\"Add to Wishlist\" text"
146
  msgstr ""
147
 
148
+ #: includes/class.yith-wcwl-admin-init.php:1103
149
  msgid "Add to Wishlist"
150
  msgstr ""
151
 
152
+ #: includes/class.yith-wcwl-admin-init.php:1108
153
  #, fuzzy
154
  msgid "\"Browse wishlist\" text"
155
  msgstr "\"Добавить в корзину\" button text"
156
 
157
+ #: includes/class.yith-wcwl-admin-init.php:1110
158
  #: includes/class.yith-wcwl-ui.php:82 includes/class.yith-wcwl-ui.php:83
159
  msgid "Browse Wishlist"
160
  msgstr ""
161
 
162
+ #: includes/class.yith-wcwl-admin-init.php:1115
163
  msgid "\"Product already in wishlist\" text"
164
  msgstr ""
165
 
166
+ #: includes/class.yith-wcwl-admin-init.php:1117
167
  #: includes/class.yith-wcwl-ui.php:83
168
  msgid "The product is already in the wishlist!"
169
  msgstr ""
170
 
171
+ #: includes/class.yith-wcwl-admin-init.php:1122
172
  #, fuzzy
173
  msgid "\"Product added\" text"
174
  msgstr "Продукт успешно добавлен в корзину"
175
 
176
+ #: includes/class.yith-wcwl-admin-init.php:1124
177
  #: includes/class.yith-wcwl-ui.php:82
178
  msgid "Product added!"
179
  msgstr ""
180
 
181
+ #: includes/class.yith-wcwl-admin-init.php:1129
182
  msgid "\"Add to Cart\" text"
183
  msgstr "\"Добавить в корзину\" text"
184
 
185
+ #: includes/class.yith-wcwl-admin-init.php:1131
186
  msgid "Add to Cart"
187
  msgstr "Добавить в корзину"
188
 
189
+ #: includes/class.yith-wcwl-admin-init.php:1136
190
  #, fuzzy
191
  msgid "Show Unit price"
192
  msgstr "Цена"
193
 
194
+ #: includes/class.yith-wcwl-admin-init.php:1137
195
  msgid "Show unit price for each product in wishlist"
196
  msgstr ""
197
 
198
+ #: includes/class.yith-wcwl-admin-init.php:1144
199
  #, fuzzy
200
  msgid "Show \"Add to Cart\" button"
201
  msgstr "\"Добавить в корзину\" button text"
202
 
203
+ #: includes/class.yith-wcwl-admin-init.php:1145
204
  #, fuzzy
205
  msgid "Show \"Add to Cart\" button for each product in wishlist"
206
  msgstr "\"Добавить в корзину\" button background"
207
 
208
+ #: includes/class.yith-wcwl-admin-init.php:1152
209
  #, fuzzy
210
  msgid "Show Stock status"
211
  msgstr "Показывать статус склада"
212
 
213
+ #: includes/class.yith-wcwl-admin-init.php:1153
214
  msgid ""
215
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
216
  msgstr ""
217
 
218
+ #: includes/class.yith-wcwl-admin-init.php:1160
219
  msgid "Show Date of addition"
220
  msgstr ""
221
 
222
+ #: includes/class.yith-wcwl-admin-init.php:1161
223
  #, fuzzy
224
  msgid "Show the date when users have added a product to the wishlist"
225
  msgstr "Показывать дату добавления в избранное"
226
 
227
+ #: includes/class.yith-wcwl-admin-init.php:1168
228
  #, fuzzy
229
  msgid "Add second remove button"
230
  msgstr "Добавить вторую кнопку удаления"
231
 
232
+ #: includes/class.yith-wcwl-admin-init.php:1169
233
  msgid "Add a second remove button in the last column, with extended label"
234
  msgstr ""
235
 
236
+ #: includes/class.yith-wcwl-admin-init.php:1184
237
  msgid "Styles"
238
  msgstr ""
239
 
240
+ #: includes/class.yith-wcwl-admin-init.php:1191
241
  msgid "Use buttons"
242
  msgstr ""
243
 
244
+ #: includes/class.yith-wcwl-admin-init.php:1192
245
  msgid "Use buttons instead of simple anchors."
246
  msgstr ""
247
 
248
+ #: includes/class.yith-wcwl-admin-init.php:1198
249
  msgid "Custom CSS"
250
  msgstr ""
251
 
252
+ #: includes/class.yith-wcwl-admin-init.php:1205
253
  msgid "Use theme style"
254
  msgstr ""
255
 
256
+ #: includes/class.yith-wcwl-admin-init.php:1206
257
  msgid "Use the theme style."
258
  msgstr ""
259
 
260
+ #: includes/class.yith-wcwl-admin-init.php:1212
261
  msgid "Rounded buttons"
262
  msgstr ""
263
 
264
+ #: includes/class.yith-wcwl-admin-init.php:1213
265
  msgid "Make button corners rounded"
266
  msgstr ""
267
 
268
+ #: includes/class.yith-wcwl-admin-init.php:1219
269
  msgid "\"Add to Wishlist\" icon"
270
  msgstr ""
271
 
272
+ #: includes/class.yith-wcwl-admin-init.php:1220
273
  msgid "Add an icon to the \"Add to Wishlist\" button"
274
  msgstr ""
275
 
276
+ #: includes/class.yith-wcwl-admin-init.php:1230
277
  msgid "\"Add to Cart\" icon"
278
  msgstr "\"Добавить в корзину\" icon"
279
 
280
+ #: includes/class.yith-wcwl-admin-init.php:1231
281
  msgid "Add an icon to the \"Add to Cart\" button"
282
  msgstr "Add an icon to the \"Добавить в корзину\" button"
283
 
284
+ #: includes/class.yith-wcwl-admin-init.php:1249
285
  msgid "Social Networks & Share"
286
  msgstr ""
287
 
288
+ #: includes/class.yith-wcwl-admin-init.php:1256
289
  msgid "Share on Facebook"
290
  msgstr "Поделиться на Facebook"
291
 
292
+ #: includes/class.yith-wcwl-admin-init.php:1257
293
  #, fuzzy
294
  msgid "Show \"Share on Facebook\" button"
295
  msgstr "Показать кнопку \"Поделиться в Facebook\""
296
 
297
+ #: includes/class.yith-wcwl-admin-init.php:1263
298
  msgid "Tweet on Twitter"
299
  msgstr "Поделиться в Twitter"
300
 
301
+ #: includes/class.yith-wcwl-admin-init.php:1264
302
  #, fuzzy
303
  msgid "Show \"Tweet on Twitter\" button"
304
  msgstr "Показать кнопку \"Поделиться в Twitter\""
305
 
306
+ #: includes/class.yith-wcwl-admin-init.php:1270
307
  msgid "Pin on Pinterest"
308
  msgstr "Поделиться в Pinterest"
309
 
310
+ #: includes/class.yith-wcwl-admin-init.php:1271
311
  #, fuzzy
312
  msgid "Show \"Pin on Pinterest\" button"
313
  msgstr "Показать кнопку \"Поделиться в Pinterest\""
314
 
315
+ #: includes/class.yith-wcwl-admin-init.php:1277
316
  msgid "Share on Google+"
317
  msgstr "Поделиться в Google+"
318
 
319
+ #: includes/class.yith-wcwl-admin-init.php:1278
320
  #, fuzzy
321
  msgid "Show \"Share on Google+\" button"
322
  msgstr "Показать кнопку \"Поделиться в Google+\""
323
 
324
+ #: includes/class.yith-wcwl-admin-init.php:1284
325
  msgid "Share by Email"
326
  msgstr "Поделиться через Email"
327
 
328
+ #: includes/class.yith-wcwl-admin-init.php:1285
329
  #, fuzzy
330
  msgid "Show \"Share by Email\" button"
331
  msgstr "Показать кнопку \"Поделиться через Email\""
332
 
333
+ #: includes/class.yith-wcwl-admin-init.php:1291
334
  msgid "Social title"
335
  msgstr ""
336
 
337
+ #: includes/class.yith-wcwl-admin-init.php:1298
338
  msgid "Social text"
339
  msgstr ""
340
 
341
+ #: includes/class.yith-wcwl-admin-init.php:1299
342
  msgid ""
343
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
344
  "strong> where you want to show the URL of your wishlist."
345
  msgstr ""
346
 
347
+ #: includes/class.yith-wcwl-admin-init.php:1306
348
  msgid "Social image URL"
349
  msgstr ""
350
 
351
+ #: includes/class.yith-wcwl-admin-init.php:1307
352
  msgid "It will be used by Pinterest."
353
  msgstr ""
354
 
355
+ #: includes/class.yith-wcwl-admin-init.php:1321
356
  #, php-format
357
  msgid ""
358
  "If you want to take advantage of this feature, you could consider to "
359
  "purchase the %s."
360
  msgstr ""
361
 
362
+ #: includes/class.yith-wcwl-admin-init.php:1326
363
  msgid "YITH WooCommerce Frequently Bought Together Integration"
364
  msgstr ""
365
 
366
+ #: includes/class.yith-wcwl-admin-init.php:1333
367
  msgid "Enable slider in wishlist"
368
  msgstr ""
369
 
370
+ #: includes/class.yith-wcwl-admin-init.php:1334
371
  #, php-format
372
  msgid ""
373
  "Choose to enable product slider in wishlist page with linked products (<a "
374
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
375
  msgstr ""
376
 
377
+ #: includes/class.yith-wcwl-admin-init.php:1370
378
  #, fuzzy
379
  msgid "\"Add to wishlist\" button"
380
  msgstr "\"Добавить в корзину\" button text"
381
 
382
+ #: includes/class.yith-wcwl-admin-init.php:1373
383
+ #: includes/class.yith-wcwl-admin-init.php:1391
384
+ #: includes/class.yith-wcwl-admin-init.php:1409
385
+ #: includes/class.yith-wcwl-admin-init.php:1427
386
+ #: includes/class.yith-wcwl-admin-init.php:1445
387
  msgid "Background"
388
  msgstr ""
389
 
390
+ #: includes/class.yith-wcwl-admin-init.php:1374
391
+ #: includes/class.yith-wcwl-admin-init.php:1392
392
+ #: includes/class.yith-wcwl-admin-init.php:1410
393
+ #: includes/class.yith-wcwl-admin-init.php:1428
394
+ #: includes/class.yith-wcwl-admin-init.php:1446
395
  msgid "Text"
396
  msgstr ""
397
 
398
+ #: includes/class.yith-wcwl-admin-init.php:1375
399
+ #: includes/class.yith-wcwl-admin-init.php:1393
400
+ #: includes/class.yith-wcwl-admin-init.php:1411
401
+ #: includes/class.yith-wcwl-admin-init.php:1429
402
+ #: includes/class.yith-wcwl-admin-init.php:1447
403
  msgid "Border"
404
  msgstr ""
405
 
406
+ #: includes/class.yith-wcwl-admin-init.php:1382
407
+ #: includes/class.yith-wcwl-admin-init.php:1400
408
+ #: includes/class.yith-wcwl-admin-init.php:1418
409
+ #: includes/class.yith-wcwl-admin-init.php:1436
410
  msgid "Background (hover)"
411
  msgstr ""
412
 
413
+ #: includes/class.yith-wcwl-admin-init.php:1383
414
+ #: includes/class.yith-wcwl-admin-init.php:1401
415
+ #: includes/class.yith-wcwl-admin-init.php:1419
416
+ #: includes/class.yith-wcwl-admin-init.php:1437
417
  msgid "Text (hover)"
418
  msgstr ""
419
 
420
+ #: includes/class.yith-wcwl-admin-init.php:1384
421
+ #: includes/class.yith-wcwl-admin-init.php:1402
422
+ #: includes/class.yith-wcwl-admin-init.php:1420
423
+ #: includes/class.yith-wcwl-admin-init.php:1438
424
  msgid "Border (hover)"
425
  msgstr ""
426
 
427
+ #: includes/class.yith-wcwl-admin-init.php:1388
428
  #, fuzzy
429
  msgid "\"Add to Cart\" button"
430
  msgstr "\"Добавить в корзину\" button text"
431
 
432
+ #: includes/class.yith-wcwl-admin-init.php:1406
433
  msgid "\"Style 1\" button"
434
  msgstr ""
435
 
436
+ #: includes/class.yith-wcwl-admin-init.php:1424
437
  msgid "\"Style 2\" button"
438
  msgstr ""
439
 
440
+ #: includes/class.yith-wcwl-admin-init.php:1442
441
  msgid "Wishlist table"
442
  msgstr ""
443
 
444
+ #: includes/class.yith-wcwl-admin-init.php:1451
445
  msgid "Headers"
446
  msgstr ""
447
 
448
+ #: includes/class.yith-wcwl-admin-init.php:1454
449
  msgid "Background color"
450
  msgstr ""
451
 
452
+ #: includes/class.yith-wcwl-admin-init.php:1544
453
  msgid "Wishlist Activated"
454
  msgstr ""
455
 
456
+ #: includes/class.yith-wcwl-admin-init.php:1545
457
  #, php-format
458
  msgid ""
459
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
462
  "options, <a href=\"%s\">discover it now</a>."
463
  msgstr ""
464
 
465
+ #: includes/class.yith-wcwl-admin-init.php:1556
466
  msgid "Wishlist Updated"
467
  msgstr ""
468
 
469
+ #: includes/class.yith-wcwl-admin-init.php:1557
470
  #, php-format
471
  msgid ""
472
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
476
  "\">discover the PREMIUM version.</a>"
477
  msgstr ""
478
 
479
+ #: includes/class.yith-wcwl-init.php:403
480
  msgid ""
481
  "We are sorry, but this feature is available only if cookies are enabled on "
482
  "your browser."
483
  msgstr ""
484
 
485
+ #: includes/class.yith-wcwl-init.php:404
486
  #, fuzzy
487
  msgid "Product correctly added to cart"
488
  msgstr "Продукт успешно добавлен в корзину"
489
 
490
+ #: includes/class.yith-wcwl-install.php:244
491
  msgid "wishlist"
492
  msgstr ""
493
 
494
+ #: includes/class.yith-wcwl-privacy.php:50
495
+ msgid "While you visit our site, we’ll track:"
496
+ msgstr ""
497
+
498
+ #: includes/class.yith-wcwl-privacy.php:52
499
+ msgid ""
500
+ "Products you’ve added to the wishlist: we’ll use this to show you and other "
501
+ "users your favourite products, and to create targeted email campaigns."
502
+ msgstr ""
503
+
504
+ #: includes/class.yith-wcwl-privacy.php:53
505
+ msgid ""
506
+ "Wishlists you’ve created: we’ll keep track of the wishlists you create, and "
507
+ "make them visible to the store’s staff"
508
+ msgstr ""
509
+
510
+ #: includes/class.yith-wcwl-privacy.php:55
511
+ msgid ""
512
+ "We’ll also use cookies to keep track of wishlist contents while you’re "
513
+ "browsing our site."
514
+ msgstr ""
515
+
516
+ #: includes/class.yith-wcwl-privacy.php:58
517
+ msgid ""
518
+ "Members of our team have access to the information you provide us. For "
519
+ "example, both Administrators and Shop Managers can access:"
520
+ msgstr ""
521
+
522
+ #: includes/class.yith-wcwl-privacy.php:60
523
+ msgid ""
524
+ "Wishlist details, such as products added, date of addition, name and privacy "
525
+ "settings of your wishlists"
526
+ msgstr ""
527
+
528
+ #: includes/class.yith-wcwl-privacy.php:62
529
+ msgid ""
530
+ "Our team members have access to this information to offer you better deals "
531
+ "for the products you love."
532
+ msgstr ""
533
+
534
+ #: includes/class.yith-wcwl-privacy.php:82
535
+ #: includes/class.yith-wcwl-privacy.php:98
536
+ msgid "Customer Wishlists"
537
+ msgstr ""
538
+
539
+ #: includes/class.yith-wcwl-privacy.php:133
540
+ #, fuzzy
541
+ #| msgid "My wishlist on %s"
542
+ msgid "Wishlists"
543
+ msgstr "Мои закладки на %s"
544
+
545
+ #: includes/class.yith-wcwl-privacy.php:195
546
+ #, fuzzy, php-format
547
+ #| msgid "My wishlist on %s"
548
+ msgid "Removed wishlist %s."
549
+ msgstr "Мои закладки на %s"
550
+
551
+ #: includes/class.yith-wcwl-privacy.php:199
552
+ #, php-format
553
+ msgid "Wishlist %s has been retained."
554
+ msgstr ""
555
+
556
+ #: includes/class.yith-wcwl-privacy.php:210
557
+ msgid "Removed default user's wishlist"
558
+ msgstr ""
559
+
560
+ #: includes/class.yith-wcwl-privacy.php:228
561
+ msgid "Token"
562
+ msgstr ""
563
+
564
+ #: includes/class.yith-wcwl-privacy.php:229
565
+ msgid "Wishlist url"
566
+ msgstr ""
567
+
568
+ #: includes/class.yith-wcwl-privacy.php:230
569
+ msgid "Title"
570
+ msgstr ""
571
+
572
+ #: includes/class.yith-wcwl-privacy.php:231
573
+ msgid "Created on"
574
+ msgstr ""
575
+
576
+ #: includes/class.yith-wcwl-privacy.php:232
577
+ msgid "Visibility"
578
+ msgstr ""
579
+
580
+ #: includes/class.yith-wcwl-privacy.php:233
581
+ msgid "Items Added"
582
+ msgstr ""
583
+
584
+ #: includes/class.yith-wcwl-privacy.php:283 templates/wishlist-view.php:212
585
+ #, fuzzy
586
+ msgid "Shared"
587
+ msgstr "Поделиться в:"
588
+
589
+ #: includes/class.yith-wcwl-privacy.php:286 templates/wishlist-view.php:215
590
+ msgid "Private"
591
+ msgstr ""
592
+
593
+ #: includes/class.yith-wcwl-privacy.php:289 templates/wishlist-view.php:218
594
+ msgid "Public"
595
+ msgstr ""
596
+
597
  #: includes/class.yith-wcwl-shortcode.php:259
598
  #: includes/class.yith-wcwl-ui.php:164
599
  msgid "Share on:"
615
  msgid "email"
616
  msgstr ""
617
 
618
+ #: includes/class.yith-wcwl.php:201
619
  #, fuzzy
620
  msgid "An error occurred while adding products to the wishlist."
621
  msgstr "Произошла ошибка при добавлении продуктов в избранное"
622
 
623
+ #: includes/class.yith-wcwl.php:293
624
  #, fuzzy
625
  msgid "An error occurred while adding products to wishlist."
626
  msgstr "Произошла ошибка при добавлении продуктов в избранное"
627
 
628
+ #: includes/class.yith-wcwl.php:310
629
  msgid "The \"Remove\" option now does not require any parameter"
630
  msgstr ""
631
 
632
+ #: includes/class.yith-wcwl.php:359
633
  #, fuzzy
634
  msgid "An error occurred while removing products from the wishlist"
635
  msgstr "Произошла ошибка при удалении продуктов из избранного"
636
 
637
+ #: includes/class.yith-wcwl.php:809
638
  msgid "You need to log in before creating a new wishlist"
639
  msgstr "Вам необходимо авторизоваться перед созданием нового избранного"
640
 
641
+ #: includes/class.yith-wcwl.php:1610
642
  msgid "Product successfully removed."
643
  msgstr "Продукт успешно удален из избранного"
644
 
645
+ #: includes/class.yith-wcwl.php:1614
646
  msgid "Error. Unable to remove the product from the wishlist."
647
  msgstr "Ошибка. Невозможно удалить продукт из избранного."
648
 
649
+ #: includes/class.yith-wcwl.php:1618 templates/wishlist-view.php:242
650
  msgid "No products were added to the wishlist"
651
  msgstr "Нет продуктов добавленных в избранное."
652
 
653
+ #: includes/class.yith-wcwl.php:1660
654
  msgid "An error as occurred."
655
  msgstr ""
656
 
661
  msgstr ""
662
 
663
  #: init.php:140
664
+ msgid "You can't activate the free version of"
665
+ msgstr ""
666
+
667
+ #: init.php:140
668
+ msgid "while you are using the premium one."
669
  msgstr ""
670
 
671
  #: templates/admin/wishlist-panel-premium.php:185
946
  msgid "Stock Status"
947
  msgstr "Показывать статус склада"
948
 
949
+ #: templates/wishlist-view.php:152 templates/wishlist-view.php:232
950
  msgid "Remove this product"
951
  msgstr ""
952
 
954
  msgid "Free!"
955
  msgstr ""
956
 
957
+ #: templates/wishlist-view.php:179
958
  msgid "Out of Stock"
959
  msgstr ""
960
 
961
+ #: templates/wishlist-view.php:179
962
  msgid "In Stock"
963
  msgstr "в наличии"
964
 
965
+ #: templates/wishlist-view.php:188
966
  #, php-format
967
  msgid "Added on : %s"
968
  msgstr ""
969
 
970
+ #: templates/wishlist-view.php:200
971
  msgid "Move"
972
  msgstr ""
973
 
974
+ #: templates/wishlist-view.php:232
 
 
 
 
 
 
 
 
 
 
 
 
 
975
  msgid "Remove"
976
  msgstr ""
977
 
978
+ #: templates/wishlist-view.php:259
979
  msgid "Add the selected products to the cart"
980
  msgstr ""
981
 
982
+ #: templates/wishlist-view.php:267 templates/wishlist-view.php:313
983
  msgid "Ask for an estimate"
984
  msgstr ""
985
 
986
+ #: templates/wishlist-view.php:303
987
  msgid "Your email"
988
  msgstr ""
989
 
languages/yith-woocommerce-wishlist-sv_SE.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-sv_SE.po CHANGED
@@ -1,15 +1,15 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WCWL\n"
4
- "POT-Creation-Date: 2017-10-24 17:34+0200\n"
5
- "PO-Revision-Date: 2017-10-24 17:34+0200\n"
6
  "Last-Translator: Nicola Mustone <mail@nicolamustone.it>\n"
7
  "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
8
  "Language: sv\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 1.8.7.1\n"
13
  "X-Poedit-KeywordsList: __;_e;_x\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
@@ -17,70 +17,44 @@ msgstr ""
17
  "X-Poedit-SearchPathExcluded-0: plugin-fw\n"
18
 
19
  #: includes/class.yith-wcwl-admin-init.php:159
20
- #: includes/class.yith-wcwl-admin-init.php:1483
21
- #: includes/class.yith-wcwl-admin-init.php:1484
22
- #: includes/class.yith-wcwl-install.php:244
23
  msgid "Wishlist"
24
  msgstr "Önskelista"
25
 
26
  #: includes/class.yith-wcwl-admin-init.php:161
27
- #: includes/class.yith-wcwl-admin-init.php:251
28
  msgid "Settings"
29
  msgstr "Inställningar"
30
 
31
  #: includes/class.yith-wcwl-admin-init.php:162
32
- #: includes/class.yith-wcwl-admin-init.php:236
33
  msgid "Colors"
34
  msgstr "Färger"
35
 
36
  #: includes/class.yith-wcwl-admin-init.php:163
37
- #: includes/class.yith-wcwl-admin-init.php:255
38
  msgid "Premium Version"
39
  msgstr "Premiumversion"
40
 
41
- #: includes/class.yith-wcwl-admin-init.php:256
42
- msgid "Live Demo"
43
- msgstr ""
44
-
45
- #: includes/class.yith-wcwl-admin-init.php:280
46
- msgid ""
47
- "WARNING: This plugin requires at least WooCommerce 2.2! Please, use this "
48
- "link to update it."
49
- msgstr ""
50
- "VARNING: Detta plugin kräver mins WooCommerce 2.2! Vänligen använd denna "
51
- "länk för att uppdatera."
52
-
53
- #: includes/class.yith-wcwl-admin-init.php:283
54
- msgid "WARNING: This plugin requires at least WooCommerce 2.2!"
55
- msgstr "VARNING: Detta plugin kräver minst WooCommerce 2.2!"
56
-
57
- #: includes/class.yith-wcwl-admin-init.php:288
58
- msgid "Plugin Documentation"
59
- msgstr "Tilläggets dokumentation"
60
-
61
- #: includes/class.yith-wcwl-admin-init.php:1023
62
  msgid "Upgrade to the PREMIUM VERSION"
63
  msgstr "Uppgradera till Premiumversion"
64
 
65
- #: includes/class.yith-wcwl-admin-init.php:1026
66
- msgid "YITH WooCommerce Wishlist"
67
- msgstr "YITH WooCommerce Wishlist"
68
-
69
- #: includes/class.yith-wcwl-admin-init.php:1027
70
  msgid "Discover the Advanced Features"
71
  msgstr "Upptäck de avancerade funktionerna"
72
 
73
- #: includes/class.yith-wcwl-admin-init.php:1028
74
  msgid ""
75
  "Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE WISHLIST to benefit from "
76
  "all features!"
77
  msgstr ""
78
 
79
- #: includes/class.yith-wcwl-admin-init.php:1034
80
  msgid "Get Support and Pro Features"
81
  msgstr "Få support och professionella funktioner"
82
 
83
- #: includes/class.yith-wcwl-admin-init.php:1035
84
  msgid ""
85
  "By purchasing the premium version of the plugin, you will take advantage of "
86
  "the advanced features of the product and you will get one year of free "
@@ -90,15 +64,15 @@ msgstr ""
90
  "avancerade funktionerna ifrån produkten, samt få ett års gratis "
91
  "uppdateringar och support genom hela plattformen 24/7."
92
 
93
- #: includes/class.yith-wcwl-admin-init.php:1045
94
  msgid "General Settings"
95
  msgstr "Generella inställningar"
96
 
97
- #: includes/class.yith-wcwl-admin-init.php:1052
98
  msgid "Enable YITH Wishlist"
99
  msgstr "Aktivera YITH Wishlist"
100
 
101
- #: includes/class.yith-wcwl-admin-init.php:1053
102
  #, php-format
103
  msgid ""
104
  "Enable all plugin features. <strong>Be sure to select at least one option in "
@@ -106,30 +80,30 @@ msgid ""
106
  "plugin <a href=\"%s\" target=\"_blank\">documentation</a>."
107
  msgstr ""
108
 
109
- #: includes/class.yith-wcwl-admin-init.php:1059
110
  msgid "Default wishlist title"
111
  msgstr "Titel på önskelistan"
112
 
113
- #: includes/class.yith-wcwl-admin-init.php:1061
114
- #: includes/class.yith-wcwl-admin-init.php:1062
115
- #: includes/class.yith-wcwl-admin-init.php:1298
116
  #, php-format
117
  msgid "My wishlist on %s"
118
  msgstr "Min önskelista på %s"
119
 
120
- #: includes/class.yith-wcwl-admin-init.php:1067
121
  msgid "Wishlist Page"
122
  msgstr "Önskelistans sida"
123
 
124
- #: includes/class.yith-wcwl-admin-init.php:1068
125
  msgid "Page contents: [yith_wcwl_wishlist]"
126
  msgstr "Sidans innehåll: [yith_wcwl_wishlist]"
127
 
128
- #: includes/class.yith-wcwl-admin-init.php:1077
129
  msgid "Position"
130
  msgstr "Position"
131
 
132
- #: includes/class.yith-wcwl-admin-init.php:1078
133
  msgid ""
134
  "You can add the button in variable products only after the \"Add to Cart\" "
135
  "button or using the shortcode [yith_wcwl_add_to_wishlist]."
@@ -138,27 +112,27 @@ msgstr ""
138
  "kundvagn”-knappen eller genom att använda kortkoden "
139
  "[yith_wcwl_add_to_wishlist]."
140
 
141
- #: includes/class.yith-wcwl-admin-init.php:1084
142
  msgid "After \"Add to cart\""
143
  msgstr "Efter “Lägg till i varukorgen”"
144
 
145
- #: includes/class.yith-wcwl-admin-init.php:1085
146
  msgid "After thumbnails"
147
  msgstr "Efter miniatyrbilder"
148
 
149
- #: includes/class.yith-wcwl-admin-init.php:1086
150
  msgid "After summary"
151
  msgstr "Efter sammanfattning"
152
 
153
- #: includes/class.yith-wcwl-admin-init.php:1087
154
  msgid "Use shortcode"
155
  msgstr "Använd kortkod"
156
 
157
- #: includes/class.yith-wcwl-admin-init.php:1092
158
  msgid "Redirect to cart"
159
  msgstr "Omdirigera till kundvagnen"
160
 
161
- #: includes/class.yith-wcwl-admin-init.php:1093
162
  msgid ""
163
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
164
  "page."
@@ -166,229 +140,229 @@ msgstr ""
166
  "Omdirigera till kundvagnen om “Lägg till i kundvagnen” blir klickad i "
167
  "önskelistan."
168
 
169
- #: includes/class.yith-wcwl-admin-init.php:1099
170
  msgid "Remove if added to the cart"
171
  msgstr "Ta bort om tillagd i kundvagnen"
172
 
173
- #: includes/class.yith-wcwl-admin-init.php:1100
174
  msgid "Remove the product from the wishlist if it has been added to the cart."
175
  msgstr ""
176
  "Ta bort produkten ifrån önskelistan om den har blivit tillagd i kundvagnen."
177
 
178
- #: includes/class.yith-wcwl-admin-init.php:1106
179
  msgid "\"Add to Wishlist\" text"
180
  msgstr "“Lägg till i önskelistan”s text"
181
 
182
- #: includes/class.yith-wcwl-admin-init.php:1108
183
  msgid "Add to Wishlist"
184
  msgstr "Lägg till i önskelistan"
185
 
186
- #: includes/class.yith-wcwl-admin-init.php:1113
187
  msgid "\"Browse wishlist\" text"
188
  msgstr "“Bläddra i önskelistan”s text"
189
 
190
- #: includes/class.yith-wcwl-admin-init.php:1115
191
  #: includes/class.yith-wcwl-ui.php:82 includes/class.yith-wcwl-ui.php:83
192
  msgid "Browse Wishlist"
193
  msgstr "Bläddra i önskelistan"
194
 
195
- #: includes/class.yith-wcwl-admin-init.php:1120
196
  msgid "\"Product already in wishlist\" text"
197
  msgstr "“Produkten redan i önskelistan”s text"
198
 
199
- #: includes/class.yith-wcwl-admin-init.php:1122
200
  #: includes/class.yith-wcwl-ui.php:83
201
  msgid "The product is already in the wishlist!"
202
  msgstr "Produkten är redan i önskelistan!"
203
 
204
- #: includes/class.yith-wcwl-admin-init.php:1127
205
  msgid "\"Product added\" text"
206
  msgstr "“Produkt tillagd”s text"
207
 
208
- #: includes/class.yith-wcwl-admin-init.php:1129
209
  #: includes/class.yith-wcwl-ui.php:82
210
  msgid "Product added!"
211
  msgstr "Produkt tillagd!"
212
 
213
- #: includes/class.yith-wcwl-admin-init.php:1134
214
  msgid "\"Add to Cart\" text"
215
  msgstr "“Lägg till i kundvagn”s text"
216
 
217
- #: includes/class.yith-wcwl-admin-init.php:1136
218
  msgid "Add to Cart"
219
  msgstr "Lägg till i kundvagn"
220
 
221
- #: includes/class.yith-wcwl-admin-init.php:1141
222
  msgid "Show Unit price"
223
  msgstr "Visa produktens pris"
224
 
225
- #: includes/class.yith-wcwl-admin-init.php:1142
226
  msgid "Show unit price for each product in wishlist"
227
  msgstr "Visa produktens pris för varje objekt i önskelistan"
228
 
229
- #: includes/class.yith-wcwl-admin-init.php:1149
230
  msgid "Show \"Add to Cart\" button"
231
  msgstr "Visa “Lägg till i kundvagn”-knapp"
232
 
233
- #: includes/class.yith-wcwl-admin-init.php:1150
234
  msgid "Show \"Add to Cart\" button for each product in wishlist"
235
  msgstr "Visa “Lägg till i kundvagn”-knapp för varje produkt i önskelistan"
236
 
237
- #: includes/class.yith-wcwl-admin-init.php:1157
238
  msgid "Show Stock status"
239
  msgstr "Visa lagersaldo"
240
 
241
- #: includes/class.yith-wcwl-admin-init.php:1158
242
  msgid ""
243
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
244
  msgstr "Visa “I lager” eller “Slut i lager” för varje produkt i önskelistan"
245
 
246
- #: includes/class.yith-wcwl-admin-init.php:1165
247
  msgid "Show Date of addition"
248
  msgstr "Visa tilläggsdatum"
249
 
250
- #: includes/class.yith-wcwl-admin-init.php:1166
251
  msgid "Show the date when users have added a product to the wishlist"
252
  msgstr "Visa datumet som användaren lade till produkten i önskelistan"
253
 
254
- #: includes/class.yith-wcwl-admin-init.php:1173
255
  msgid "Add second remove button"
256
  msgstr "Lägg till en andre “Ta bort”-knapp"
257
 
258
- #: includes/class.yith-wcwl-admin-init.php:1174
259
  msgid "Add a second remove button in the last column, with extended label"
260
  msgstr "Lägg till en andre “Ta bort”-knapp i sista kolumnen med utökad text"
261
 
262
- #: includes/class.yith-wcwl-admin-init.php:1189
263
  msgid "Styles"
264
  msgstr "Stilregler"
265
 
266
- #: includes/class.yith-wcwl-admin-init.php:1196
267
  msgid "Use buttons"
268
  msgstr "Använd knappar"
269
 
270
- #: includes/class.yith-wcwl-admin-init.php:1197
271
  msgid "Use buttons instead of simple anchors."
272
  msgstr "Använd knappar istället för enkla länkar"
273
 
274
- #: includes/class.yith-wcwl-admin-init.php:1203
275
  msgid "Custom CSS"
276
  msgstr "Egen CSS"
277
 
278
- #: includes/class.yith-wcwl-admin-init.php:1210
279
  msgid "Use theme style"
280
  msgstr "Använd temastil"
281
 
282
- #: includes/class.yith-wcwl-admin-init.php:1211
283
  msgid "Use the theme style."
284
  msgstr "Använd temats stil"
285
 
286
- #: includes/class.yith-wcwl-admin-init.php:1217
287
  msgid "Rounded buttons"
288
  msgstr "Rundade knappar"
289
 
290
- #: includes/class.yith-wcwl-admin-init.php:1218
291
  msgid "Make button corners rounded"
292
  msgstr "Gör knappars hörs rundade"
293
 
294
- #: includes/class.yith-wcwl-admin-init.php:1224
295
  msgid "\"Add to Wishlist\" icon"
296
  msgstr "“Lägg till i önskelista”s ikon"
297
 
298
- #: includes/class.yith-wcwl-admin-init.php:1225
299
  msgid "Add an icon to the \"Add to Wishlist\" button"
300
  msgstr "Lägg till en ikon till “Lägg till i önskelista”s knapp"
301
 
302
- #: includes/class.yith-wcwl-admin-init.php:1235
303
  msgid "\"Add to Cart\" icon"
304
  msgstr "“Lägg till i kundvagn”s ikon"
305
 
306
- #: includes/class.yith-wcwl-admin-init.php:1236
307
  msgid "Add an icon to the \"Add to Cart\" button"
308
  msgstr "Lägg till en ikon till “Lägg till i kundvagn”s knapp"
309
 
310
- #: includes/class.yith-wcwl-admin-init.php:1254
311
  msgid "Social Networks & Share"
312
  msgstr "Sociala nätverk & dela"
313
 
314
- #: includes/class.yith-wcwl-admin-init.php:1261
315
  msgid "Share on Facebook"
316
  msgstr "Dela på Facebook"
317
 
318
- #: includes/class.yith-wcwl-admin-init.php:1262
319
  msgid "Show \"Share on Facebook\" button"
320
  msgstr "Visa “Dela på Facebook”-knapp"
321
 
322
- #: includes/class.yith-wcwl-admin-init.php:1268
323
  msgid "Tweet on Twitter"
324
  msgstr "Twittra på Twitter"
325
 
326
- #: includes/class.yith-wcwl-admin-init.php:1269
327
  msgid "Show \"Tweet on Twitter\" button"
328
  msgstr "Visa “Twittra på Twitter”-knapp"
329
 
330
- #: includes/class.yith-wcwl-admin-init.php:1275
331
  msgid "Pin on Pinterest"
332
  msgstr "Pinna på Pintrest"
333
 
334
- #: includes/class.yith-wcwl-admin-init.php:1276
335
  msgid "Show \"Pin on Pinterest\" button"
336
  msgstr "Visa “Pinna på Pintrest”-knapp"
337
 
338
- #: includes/class.yith-wcwl-admin-init.php:1282
339
  msgid "Share on Google+"
340
  msgstr "Dela på Google+"
341
 
342
- #: includes/class.yith-wcwl-admin-init.php:1283
343
  msgid "Show \"Share on Google+\" button"
344
  msgstr "Visa “Dela på Google+”-knapp"
345
 
346
- #: includes/class.yith-wcwl-admin-init.php:1289
347
  msgid "Share by Email"
348
  msgstr "Dela via Email"
349
 
350
- #: includes/class.yith-wcwl-admin-init.php:1290
351
  msgid "Show \"Share by Email\" button"
352
  msgstr "Visa “Dela via Email”-knapp"
353
 
354
- #: includes/class.yith-wcwl-admin-init.php:1296
355
  msgid "Social title"
356
  msgstr "Titel på sociala medier"
357
 
358
- #: includes/class.yith-wcwl-admin-init.php:1303
359
  msgid "Social text"
360
  msgstr "Text på sociala medier"
361
 
362
- #: includes/class.yith-wcwl-admin-init.php:1304
363
  msgid ""
364
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
365
  "strong> where you want to show the URL of your wishlist."
366
  msgstr ""
367
 
368
- #: includes/class.yith-wcwl-admin-init.php:1311
369
  msgid "Social image URL"
370
  msgstr "Bild för sociala medier (URL)"
371
 
372
- #: includes/class.yith-wcwl-admin-init.php:1312
373
  msgid "It will be used by Pinterest."
374
  msgstr ""
375
 
376
- #: includes/class.yith-wcwl-admin-init.php:1326
377
  #, php-format
378
  msgid ""
379
  "If you want to take advantage of this feature, you could consider to "
380
  "purchase the %s."
381
  msgstr "Om du vill ta del av denna funktionen bör du överväga att köpa %s."
382
 
383
- #: includes/class.yith-wcwl-admin-init.php:1331
384
  msgid "YITH WooCommerce Frequently Bought Together Integration"
385
  msgstr "YITH WooCommerce Vanliga köpte tillsammans integritet"
386
 
387
- #: includes/class.yith-wcwl-admin-init.php:1338
388
  msgid "Enable slider in wishlist"
389
  msgstr "Aktivera slider i önskelistan"
390
 
391
- #: includes/class.yith-wcwl-admin-init.php:1339
392
  #, php-format
393
  msgid ""
394
  "Choose to enable product slider in wishlist page with linked products (<a "
@@ -397,84 +371,84 @@ msgstr ""
397
  "Välj en produktslider på önskelistans sida med länkade produkter (<a "
398
  "href=“%s” class=“thickbox”>Exempel</a>.%s"
399
 
400
- #: includes/class.yith-wcwl-admin-init.php:1375
401
  msgid "\"Add to wishlist\" button"
402
  msgstr "“Lägg till i önskelista”-knapp"
403
 
404
- #: includes/class.yith-wcwl-admin-init.php:1378
405
- #: includes/class.yith-wcwl-admin-init.php:1396
406
- #: includes/class.yith-wcwl-admin-init.php:1414
407
- #: includes/class.yith-wcwl-admin-init.php:1432
408
- #: includes/class.yith-wcwl-admin-init.php:1450
409
  msgid "Background"
410
  msgstr "Bakgrund"
411
 
412
- #: includes/class.yith-wcwl-admin-init.php:1379
413
- #: includes/class.yith-wcwl-admin-init.php:1397
414
- #: includes/class.yith-wcwl-admin-init.php:1415
415
- #: includes/class.yith-wcwl-admin-init.php:1433
416
- #: includes/class.yith-wcwl-admin-init.php:1451
417
  msgid "Text"
418
  msgstr "Text"
419
 
420
- #: includes/class.yith-wcwl-admin-init.php:1380
421
- #: includes/class.yith-wcwl-admin-init.php:1398
422
- #: includes/class.yith-wcwl-admin-init.php:1416
423
- #: includes/class.yith-wcwl-admin-init.php:1434
424
- #: includes/class.yith-wcwl-admin-init.php:1452
425
  msgid "Border"
426
  msgstr "Ram"
427
 
428
- #: includes/class.yith-wcwl-admin-init.php:1387
429
- #: includes/class.yith-wcwl-admin-init.php:1405
430
- #: includes/class.yith-wcwl-admin-init.php:1423
431
- #: includes/class.yith-wcwl-admin-init.php:1441
432
  msgid "Background (hover)"
433
  msgstr "Bakgrund (när muspekare är över)"
434
 
435
- #: includes/class.yith-wcwl-admin-init.php:1388
436
- #: includes/class.yith-wcwl-admin-init.php:1406
437
- #: includes/class.yith-wcwl-admin-init.php:1424
438
- #: includes/class.yith-wcwl-admin-init.php:1442
439
  msgid "Text (hover)"
440
  msgstr "Text (när muspekare är över)"
441
 
442
- #: includes/class.yith-wcwl-admin-init.php:1389
443
- #: includes/class.yith-wcwl-admin-init.php:1407
444
- #: includes/class.yith-wcwl-admin-init.php:1425
445
- #: includes/class.yith-wcwl-admin-init.php:1443
446
  msgid "Border (hover)"
447
  msgstr "Ram (när muspekare är över)"
448
 
449
- #: includes/class.yith-wcwl-admin-init.php:1393
450
  msgid "\"Add to Cart\" button"
451
  msgstr "“Lägg till i kundvagn”-knapp"
452
 
453
- #: includes/class.yith-wcwl-admin-init.php:1411
454
  msgid "\"Style 1\" button"
455
  msgstr "“Stil 1”-knapp"
456
 
457
- #: includes/class.yith-wcwl-admin-init.php:1429
458
  msgid "\"Style 2\" button"
459
  msgstr "“Stil 2”-knapp"
460
 
461
- #: includes/class.yith-wcwl-admin-init.php:1447
462
  msgid "Wishlist table"
463
  msgstr "Önskelistatabell"
464
 
465
- #: includes/class.yith-wcwl-admin-init.php:1456
466
  msgid "Headers"
467
  msgstr "Headers"
468
 
469
- #: includes/class.yith-wcwl-admin-init.php:1459
470
  msgid "Background color"
471
  msgstr "Bakgrundsfärg"
472
 
473
- #: includes/class.yith-wcwl-admin-init.php:1549
474
  msgid "Wishlist Activated"
475
  msgstr "Önskelista aktiverad"
476
 
477
- #: includes/class.yith-wcwl-admin-init.php:1550
478
  #, php-format
479
  msgid ""
480
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
@@ -487,11 +461,11 @@ msgstr ""
487
  "finns tillgänglig i en utmärkt premiumversion med många nya inställningar, "
488
  "<a href=“%s”>upptäck dem nu</a>"
489
 
490
- #: includes/class.yith-wcwl-admin-init.php:1561
491
  msgid "Wishlist Updated"
492
  msgstr "Önskelistan uppdaterad"
493
 
494
- #: includes/class.yith-wcwl-admin-init.php:1562
495
  #, php-format
496
  msgid ""
497
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
@@ -506,7 +480,7 @@ msgstr ""
506
  "nytt menyalternativ bli tillagt i denna meny. Wishlist har blivit uppdaterat "
507
  "med nya alternativ tillgängliga, <a href=“%s”>upptäck premiumversionen</a>"
508
 
509
- #: includes/class.yith-wcwl-init.php:374
510
  msgid ""
511
  "We are sorry, but this feature is available only if cookies are enabled on "
512
  "your browser."
@@ -514,14 +488,122 @@ msgstr ""
514
  "Vi är ledsna men denna funktionen är enbart tillgänglig när kakor (cookies) "
515
  "är påslaget i din webbläsare."
516
 
517
- #: includes/class.yith-wcwl-init.php:375
518
  msgid "Product correctly added to cart"
519
  msgstr "Produkt korrekt tillagd i varukorgen"
520
 
521
- #: includes/class.yith-wcwl-install.php:243
522
  msgid "wishlist"
523
  msgstr "önskelista"
524
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
525
  #: includes/class.yith-wcwl-shortcode.php:259
526
  #: includes/class.yith-wcwl-ui.php:164
527
  msgid "Share on:"
@@ -543,39 +625,39 @@ msgstr "Twitter"
543
  msgid "email"
544
  msgstr "epost"
545
 
546
- #: includes/class.yith-wcwl.php:177
547
  msgid "An error occurred while adding products to the wishlist."
548
  msgstr "Ett fel uppstod när produkten skulle läggas till i önskelistan"
549
 
550
- #: includes/class.yith-wcwl.php:269
551
  msgid "An error occurred while adding products to wishlist."
552
  msgstr "Ett fel uppstod när produkten skulle läggas till i önskelistan"
553
 
554
- #: includes/class.yith-wcwl.php:286
555
  msgid "The \"Remove\" option now does not require any parameter"
556
  msgstr "“Ta bort”-alternativet kräver inte några parametrar"
557
 
558
- #: includes/class.yith-wcwl.php:335
559
  msgid "An error occurred while removing products from the wishlist"
560
  msgstr "Ett fel uppstod när produkten skulle tas bort ifrån önskelistan"
561
 
562
- #: includes/class.yith-wcwl.php:783
563
  msgid "You need to log in before creating a new wishlist"
564
  msgstr "Du behöver logga in innan du kan skapa en ny önskelista"
565
 
566
- #: includes/class.yith-wcwl.php:1578
567
  msgid "Product successfully removed."
568
  msgstr "Produkten borttagen."
569
 
570
- #: includes/class.yith-wcwl.php:1582
571
  msgid "Error. Unable to remove the product from the wishlist."
572
  msgstr "Fel. Kunde inte ta bort produkten ifrån önskelistan."
573
 
574
- #: includes/class.yith-wcwl.php:1586 templates/wishlist-view.php:241
575
  msgid "No products were added to the wishlist"
576
  msgstr "Ingen produkt har blivit tillagd i önskelistan"
577
 
578
- #: includes/class.yith-wcwl.php:1628
579
  msgid "An error as occurred."
580
  msgstr "Ett fel uppstod"
581
 
@@ -588,12 +670,12 @@ msgstr ""
588
  "WooComerce för att fungera."
589
 
590
  #: init.php:140
591
- msgid ""
592
- "You can't activate the free version of YITH WooCommerce Wishlist while you "
593
- "are using the premium one."
 
 
594
  msgstr ""
595
- "Du kan inte aktivera gratisversionen av YITH WooCommerce Wishlist när du "
596
- "redan använder premiumversionen"
597
 
598
  #: templates/admin/wishlist-panel-premium.php:185
599
  #: templates/admin/wishlist-panel-premium.php:383
@@ -873,7 +955,7 @@ msgstr "Enhetspris"
873
  msgid "Stock Status"
874
  msgstr "I lager?"
875
 
876
- #: templates/wishlist-view.php:152 templates/wishlist-view.php:231
877
  msgid "Remove this product"
878
  msgstr "Ta bort denna produkt"
879
 
@@ -881,51 +963,62 @@ msgstr "Ta bort denna produkt"
881
  msgid "Free!"
882
  msgstr "Gratis!"
883
 
884
- #: templates/wishlist-view.php:178
885
  msgid "Out of Stock"
886
  msgstr "Slut i lager"
887
 
888
- #: templates/wishlist-view.php:178
889
  msgid "In Stock"
890
  msgstr "Finns i lager"
891
 
892
- #: templates/wishlist-view.php:187
893
  #, php-format
894
  msgid "Added on : %s"
895
  msgstr "Tillagd: %s"
896
 
897
- #: templates/wishlist-view.php:199
898
  msgid "Move"
899
  msgstr "Flytta"
900
 
901
- #: templates/wishlist-view.php:211
902
- msgid "Shared"
903
- msgstr "Delar"
904
-
905
- #: templates/wishlist-view.php:214
906
- msgid "Private"
907
- msgstr "Privat"
908
-
909
- #: templates/wishlist-view.php:217
910
- msgid "Public"
911
- msgstr "Offentlig"
912
-
913
- #: templates/wishlist-view.php:231
914
  msgid "Remove"
915
  msgstr "Ta bort"
916
 
917
- #: templates/wishlist-view.php:258
918
  msgid "Add the selected products to the cart"
919
  msgstr "Lägg till de markerade produkterna i kundvagnen"
920
 
921
- #: templates/wishlist-view.php:266 templates/wishlist-view.php:312
922
  msgid "Ask for an estimate"
923
  msgstr "Fråga efter en uppskattning"
924
 
925
- #: templates/wishlist-view.php:302
926
  msgid "Your email"
927
  msgstr ""
928
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
929
  #~ msgid ""
930
  #~ "Upgrade to the PREMIUM VERSION\n"
931
  #~ "of YITH WOOCOMMERCE WISHLIST to benefit from all features!"
@@ -1470,9 +1563,6 @@ msgstr ""
1470
  #~ msgid "Click to toggle"
1471
  #~ msgstr "Klicka för att slå på/av"
1472
 
1473
- #~ msgid "Title Field"
1474
- #~ msgstr "Fälttitel"
1475
-
1476
  #~ msgid "Insert the title for the field."
1477
  #~ msgstr "Ange titeln för fältet."
1478
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WCWL\n"
4
+ "POT-Creation-Date: 2018-10-04 14:52+0200\n"
5
+ "PO-Revision-Date: 2018-10-04 14:52+0200\n"
6
  "Last-Translator: Nicola Mustone <mail@nicolamustone.it>\n"
7
  "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
8
  "Language: sv\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 2.0.8\n"
13
  "X-Poedit-KeywordsList: __;_e;_x\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
  "X-Poedit-SearchPathExcluded-0: plugin-fw\n"
18
 
19
  #: includes/class.yith-wcwl-admin-init.php:159
20
+ #: includes/class.yith-wcwl-admin-init.php:1478
21
+ #: includes/class.yith-wcwl-admin-init.php:1479
22
+ #: includes/class.yith-wcwl-install.php:245
23
  msgid "Wishlist"
24
  msgstr "Önskelista"
25
 
26
  #: includes/class.yith-wcwl-admin-init.php:161
 
27
  msgid "Settings"
28
  msgstr "Inställningar"
29
 
30
  #: includes/class.yith-wcwl-admin-init.php:162
31
+ #: includes/class.yith-wcwl-admin-init.php:243
32
  msgid "Colors"
33
  msgstr "Färger"
34
 
35
  #: includes/class.yith-wcwl-admin-init.php:163
 
36
  msgid "Premium Version"
37
  msgstr "Premiumversion"
38
 
39
+ #: includes/class.yith-wcwl-admin-init.php:1018
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
40
  msgid "Upgrade to the PREMIUM VERSION"
41
  msgstr "Uppgradera till Premiumversion"
42
 
43
+ #: includes/class.yith-wcwl-admin-init.php:1022
 
 
 
 
44
  msgid "Discover the Advanced Features"
45
  msgstr "Upptäck de avancerade funktionerna"
46
 
47
+ #: includes/class.yith-wcwl-admin-init.php:1023
48
  msgid ""
49
  "Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE WISHLIST to benefit from "
50
  "all features!"
51
  msgstr ""
52
 
53
+ #: includes/class.yith-wcwl-admin-init.php:1029
54
  msgid "Get Support and Pro Features"
55
  msgstr "Få support och professionella funktioner"
56
 
57
+ #: includes/class.yith-wcwl-admin-init.php:1030
58
  msgid ""
59
  "By purchasing the premium version of the plugin, you will take advantage of "
60
  "the advanced features of the product and you will get one year of free "
64
  "avancerade funktionerna ifrån produkten, samt få ett års gratis "
65
  "uppdateringar och support genom hela plattformen 24/7."
66
 
67
+ #: includes/class.yith-wcwl-admin-init.php:1040
68
  msgid "General Settings"
69
  msgstr "Generella inställningar"
70
 
71
+ #: includes/class.yith-wcwl-admin-init.php:1047
72
  msgid "Enable YITH Wishlist"
73
  msgstr "Aktivera YITH Wishlist"
74
 
75
+ #: includes/class.yith-wcwl-admin-init.php:1048
76
  #, php-format
77
  msgid ""
78
  "Enable all plugin features. <strong>Be sure to select at least one option in "
80
  "plugin <a href=\"%s\" target=\"_blank\">documentation</a>."
81
  msgstr ""
82
 
83
+ #: includes/class.yith-wcwl-admin-init.php:1054
84
  msgid "Default wishlist title"
85
  msgstr "Titel på önskelistan"
86
 
87
+ #: includes/class.yith-wcwl-admin-init.php:1056
88
+ #: includes/class.yith-wcwl-admin-init.php:1057
89
+ #: includes/class.yith-wcwl-admin-init.php:1293
90
  #, php-format
91
  msgid "My wishlist on %s"
92
  msgstr "Min önskelista på %s"
93
 
94
+ #: includes/class.yith-wcwl-admin-init.php:1062
95
  msgid "Wishlist Page"
96
  msgstr "Önskelistans sida"
97
 
98
+ #: includes/class.yith-wcwl-admin-init.php:1063
99
  msgid "Page contents: [yith_wcwl_wishlist]"
100
  msgstr "Sidans innehåll: [yith_wcwl_wishlist]"
101
 
102
+ #: includes/class.yith-wcwl-admin-init.php:1072
103
  msgid "Position"
104
  msgstr "Position"
105
 
106
+ #: includes/class.yith-wcwl-admin-init.php:1073
107
  msgid ""
108
  "You can add the button in variable products only after the \"Add to Cart\" "
109
  "button or using the shortcode [yith_wcwl_add_to_wishlist]."
112
  "kundvagn”-knappen eller genom att använda kortkoden "
113
  "[yith_wcwl_add_to_wishlist]."
114
 
115
+ #: includes/class.yith-wcwl-admin-init.php:1079
116
  msgid "After \"Add to cart\""
117
  msgstr "Efter “Lägg till i varukorgen”"
118
 
119
+ #: includes/class.yith-wcwl-admin-init.php:1080
120
  msgid "After thumbnails"
121
  msgstr "Efter miniatyrbilder"
122
 
123
+ #: includes/class.yith-wcwl-admin-init.php:1081
124
  msgid "After summary"
125
  msgstr "Efter sammanfattning"
126
 
127
+ #: includes/class.yith-wcwl-admin-init.php:1082
128
  msgid "Use shortcode"
129
  msgstr "Använd kortkod"
130
 
131
+ #: includes/class.yith-wcwl-admin-init.php:1087
132
  msgid "Redirect to cart"
133
  msgstr "Omdirigera till kundvagnen"
134
 
135
+ #: includes/class.yith-wcwl-admin-init.php:1088
136
  msgid ""
137
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
138
  "page."
140
  "Omdirigera till kundvagnen om “Lägg till i kundvagnen” blir klickad i "
141
  "önskelistan."
142
 
143
+ #: includes/class.yith-wcwl-admin-init.php:1094
144
  msgid "Remove if added to the cart"
145
  msgstr "Ta bort om tillagd i kundvagnen"
146
 
147
+ #: includes/class.yith-wcwl-admin-init.php:1095
148
  msgid "Remove the product from the wishlist if it has been added to the cart."
149
  msgstr ""
150
  "Ta bort produkten ifrån önskelistan om den har blivit tillagd i kundvagnen."
151
 
152
+ #: includes/class.yith-wcwl-admin-init.php:1101
153
  msgid "\"Add to Wishlist\" text"
154
  msgstr "“Lägg till i önskelistan”s text"
155
 
156
+ #: includes/class.yith-wcwl-admin-init.php:1103
157
  msgid "Add to Wishlist"
158
  msgstr "Lägg till i önskelistan"
159
 
160
+ #: includes/class.yith-wcwl-admin-init.php:1108
161
  msgid "\"Browse wishlist\" text"
162
  msgstr "“Bläddra i önskelistan”s text"
163
 
164
+ #: includes/class.yith-wcwl-admin-init.php:1110
165
  #: includes/class.yith-wcwl-ui.php:82 includes/class.yith-wcwl-ui.php:83
166
  msgid "Browse Wishlist"
167
  msgstr "Bläddra i önskelistan"
168
 
169
+ #: includes/class.yith-wcwl-admin-init.php:1115
170
  msgid "\"Product already in wishlist\" text"
171
  msgstr "“Produkten redan i önskelistan”s text"
172
 
173
+ #: includes/class.yith-wcwl-admin-init.php:1117
174
  #: includes/class.yith-wcwl-ui.php:83
175
  msgid "The product is already in the wishlist!"
176
  msgstr "Produkten är redan i önskelistan!"
177
 
178
+ #: includes/class.yith-wcwl-admin-init.php:1122
179
  msgid "\"Product added\" text"
180
  msgstr "“Produkt tillagd”s text"
181
 
182
+ #: includes/class.yith-wcwl-admin-init.php:1124
183
  #: includes/class.yith-wcwl-ui.php:82
184
  msgid "Product added!"
185
  msgstr "Produkt tillagd!"
186
 
187
+ #: includes/class.yith-wcwl-admin-init.php:1129
188
  msgid "\"Add to Cart\" text"
189
  msgstr "“Lägg till i kundvagn”s text"
190
 
191
+ #: includes/class.yith-wcwl-admin-init.php:1131
192
  msgid "Add to Cart"
193
  msgstr "Lägg till i kundvagn"
194
 
195
+ #: includes/class.yith-wcwl-admin-init.php:1136
196
  msgid "Show Unit price"
197
  msgstr "Visa produktens pris"
198
 
199
+ #: includes/class.yith-wcwl-admin-init.php:1137
200
  msgid "Show unit price for each product in wishlist"
201
  msgstr "Visa produktens pris för varje objekt i önskelistan"
202
 
203
+ #: includes/class.yith-wcwl-admin-init.php:1144
204
  msgid "Show \"Add to Cart\" button"
205
  msgstr "Visa “Lägg till i kundvagn”-knapp"
206
 
207
+ #: includes/class.yith-wcwl-admin-init.php:1145
208
  msgid "Show \"Add to Cart\" button for each product in wishlist"
209
  msgstr "Visa “Lägg till i kundvagn”-knapp för varje produkt i önskelistan"
210
 
211
+ #: includes/class.yith-wcwl-admin-init.php:1152
212
  msgid "Show Stock status"
213
  msgstr "Visa lagersaldo"
214
 
215
+ #: includes/class.yith-wcwl-admin-init.php:1153
216
  msgid ""
217
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
218
  msgstr "Visa “I lager” eller “Slut i lager” för varje produkt i önskelistan"
219
 
220
+ #: includes/class.yith-wcwl-admin-init.php:1160
221
  msgid "Show Date of addition"
222
  msgstr "Visa tilläggsdatum"
223
 
224
+ #: includes/class.yith-wcwl-admin-init.php:1161
225
  msgid "Show the date when users have added a product to the wishlist"
226
  msgstr "Visa datumet som användaren lade till produkten i önskelistan"
227
 
228
+ #: includes/class.yith-wcwl-admin-init.php:1168
229
  msgid "Add second remove button"
230
  msgstr "Lägg till en andre “Ta bort”-knapp"
231
 
232
+ #: includes/class.yith-wcwl-admin-init.php:1169
233
  msgid "Add a second remove button in the last column, with extended label"
234
  msgstr "Lägg till en andre “Ta bort”-knapp i sista kolumnen med utökad text"
235
 
236
+ #: includes/class.yith-wcwl-admin-init.php:1184
237
  msgid "Styles"
238
  msgstr "Stilregler"
239
 
240
+ #: includes/class.yith-wcwl-admin-init.php:1191
241
  msgid "Use buttons"
242
  msgstr "Använd knappar"
243
 
244
+ #: includes/class.yith-wcwl-admin-init.php:1192
245
  msgid "Use buttons instead of simple anchors."
246
  msgstr "Använd knappar istället för enkla länkar"
247
 
248
+ #: includes/class.yith-wcwl-admin-init.php:1198
249
  msgid "Custom CSS"
250
  msgstr "Egen CSS"
251
 
252
+ #: includes/class.yith-wcwl-admin-init.php:1205
253
  msgid "Use theme style"
254
  msgstr "Använd temastil"
255
 
256
+ #: includes/class.yith-wcwl-admin-init.php:1206
257
  msgid "Use the theme style."
258
  msgstr "Använd temats stil"
259
 
260
+ #: includes/class.yith-wcwl-admin-init.php:1212
261
  msgid "Rounded buttons"
262
  msgstr "Rundade knappar"
263
 
264
+ #: includes/class.yith-wcwl-admin-init.php:1213
265
  msgid "Make button corners rounded"
266
  msgstr "Gör knappars hörs rundade"
267
 
268
+ #: includes/class.yith-wcwl-admin-init.php:1219
269
  msgid "\"Add to Wishlist\" icon"
270
  msgstr "“Lägg till i önskelista”s ikon"
271
 
272
+ #: includes/class.yith-wcwl-admin-init.php:1220
273
  msgid "Add an icon to the \"Add to Wishlist\" button"
274
  msgstr "Lägg till en ikon till “Lägg till i önskelista”s knapp"
275
 
276
+ #: includes/class.yith-wcwl-admin-init.php:1230
277
  msgid "\"Add to Cart\" icon"
278
  msgstr "“Lägg till i kundvagn”s ikon"
279
 
280
+ #: includes/class.yith-wcwl-admin-init.php:1231
281
  msgid "Add an icon to the \"Add to Cart\" button"
282
  msgstr "Lägg till en ikon till “Lägg till i kundvagn”s knapp"
283
 
284
+ #: includes/class.yith-wcwl-admin-init.php:1249
285
  msgid "Social Networks & Share"
286
  msgstr "Sociala nätverk & dela"
287
 
288
+ #: includes/class.yith-wcwl-admin-init.php:1256
289
  msgid "Share on Facebook"
290
  msgstr "Dela på Facebook"
291
 
292
+ #: includes/class.yith-wcwl-admin-init.php:1257
293
  msgid "Show \"Share on Facebook\" button"
294
  msgstr "Visa “Dela på Facebook”-knapp"
295
 
296
+ #: includes/class.yith-wcwl-admin-init.php:1263
297
  msgid "Tweet on Twitter"
298
  msgstr "Twittra på Twitter"
299
 
300
+ #: includes/class.yith-wcwl-admin-init.php:1264
301
  msgid "Show \"Tweet on Twitter\" button"
302
  msgstr "Visa “Twittra på Twitter”-knapp"
303
 
304
+ #: includes/class.yith-wcwl-admin-init.php:1270
305
  msgid "Pin on Pinterest"
306
  msgstr "Pinna på Pintrest"
307
 
308
+ #: includes/class.yith-wcwl-admin-init.php:1271
309
  msgid "Show \"Pin on Pinterest\" button"
310
  msgstr "Visa “Pinna på Pintrest”-knapp"
311
 
312
+ #: includes/class.yith-wcwl-admin-init.php:1277
313
  msgid "Share on Google+"
314
  msgstr "Dela på Google+"
315
 
316
+ #: includes/class.yith-wcwl-admin-init.php:1278
317
  msgid "Show \"Share on Google+\" button"
318
  msgstr "Visa “Dela på Google+”-knapp"
319
 
320
+ #: includes/class.yith-wcwl-admin-init.php:1284
321
  msgid "Share by Email"
322
  msgstr "Dela via Email"
323
 
324
+ #: includes/class.yith-wcwl-admin-init.php:1285
325
  msgid "Show \"Share by Email\" button"
326
  msgstr "Visa “Dela via Email”-knapp"
327
 
328
+ #: includes/class.yith-wcwl-admin-init.php:1291
329
  msgid "Social title"
330
  msgstr "Titel på sociala medier"
331
 
332
+ #: includes/class.yith-wcwl-admin-init.php:1298
333
  msgid "Social text"
334
  msgstr "Text på sociala medier"
335
 
336
+ #: includes/class.yith-wcwl-admin-init.php:1299
337
  msgid ""
338
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
339
  "strong> where you want to show the URL of your wishlist."
340
  msgstr ""
341
 
342
+ #: includes/class.yith-wcwl-admin-init.php:1306
343
  msgid "Social image URL"
344
  msgstr "Bild för sociala medier (URL)"
345
 
346
+ #: includes/class.yith-wcwl-admin-init.php:1307
347
  msgid "It will be used by Pinterest."
348
  msgstr ""
349
 
350
+ #: includes/class.yith-wcwl-admin-init.php:1321
351
  #, php-format
352
  msgid ""
353
  "If you want to take advantage of this feature, you could consider to "
354
  "purchase the %s."
355
  msgstr "Om du vill ta del av denna funktionen bör du överväga att köpa %s."
356
 
357
+ #: includes/class.yith-wcwl-admin-init.php:1326
358
  msgid "YITH WooCommerce Frequently Bought Together Integration"
359
  msgstr "YITH WooCommerce Vanliga köpte tillsammans integritet"
360
 
361
+ #: includes/class.yith-wcwl-admin-init.php:1333
362
  msgid "Enable slider in wishlist"
363
  msgstr "Aktivera slider i önskelistan"
364
 
365
+ #: includes/class.yith-wcwl-admin-init.php:1334
366
  #, php-format
367
  msgid ""
368
  "Choose to enable product slider in wishlist page with linked products (<a "
371
  "Välj en produktslider på önskelistans sida med länkade produkter (<a "
372
  "href=“%s” class=“thickbox”>Exempel</a>.%s"
373
 
374
+ #: includes/class.yith-wcwl-admin-init.php:1370
375
  msgid "\"Add to wishlist\" button"
376
  msgstr "“Lägg till i önskelista”-knapp"
377
 
378
+ #: includes/class.yith-wcwl-admin-init.php:1373
379
+ #: includes/class.yith-wcwl-admin-init.php:1391
380
+ #: includes/class.yith-wcwl-admin-init.php:1409
381
+ #: includes/class.yith-wcwl-admin-init.php:1427
382
+ #: includes/class.yith-wcwl-admin-init.php:1445
383
  msgid "Background"
384
  msgstr "Bakgrund"
385
 
386
+ #: includes/class.yith-wcwl-admin-init.php:1374
387
+ #: includes/class.yith-wcwl-admin-init.php:1392
388
+ #: includes/class.yith-wcwl-admin-init.php:1410
389
+ #: includes/class.yith-wcwl-admin-init.php:1428
390
+ #: includes/class.yith-wcwl-admin-init.php:1446
391
  msgid "Text"
392
  msgstr "Text"
393
 
394
+ #: includes/class.yith-wcwl-admin-init.php:1375
395
+ #: includes/class.yith-wcwl-admin-init.php:1393
396
+ #: includes/class.yith-wcwl-admin-init.php:1411
397
+ #: includes/class.yith-wcwl-admin-init.php:1429
398
+ #: includes/class.yith-wcwl-admin-init.php:1447
399
  msgid "Border"
400
  msgstr "Ram"
401
 
402
+ #: includes/class.yith-wcwl-admin-init.php:1382
403
+ #: includes/class.yith-wcwl-admin-init.php:1400
404
+ #: includes/class.yith-wcwl-admin-init.php:1418
405
+ #: includes/class.yith-wcwl-admin-init.php:1436
406
  msgid "Background (hover)"
407
  msgstr "Bakgrund (när muspekare är över)"
408
 
409
+ #: includes/class.yith-wcwl-admin-init.php:1383
410
+ #: includes/class.yith-wcwl-admin-init.php:1401
411
+ #: includes/class.yith-wcwl-admin-init.php:1419
412
+ #: includes/class.yith-wcwl-admin-init.php:1437
413
  msgid "Text (hover)"
414
  msgstr "Text (när muspekare är över)"
415
 
416
+ #: includes/class.yith-wcwl-admin-init.php:1384
417
+ #: includes/class.yith-wcwl-admin-init.php:1402
418
+ #: includes/class.yith-wcwl-admin-init.php:1420
419
+ #: includes/class.yith-wcwl-admin-init.php:1438
420
  msgid "Border (hover)"
421
  msgstr "Ram (när muspekare är över)"
422
 
423
+ #: includes/class.yith-wcwl-admin-init.php:1388
424
  msgid "\"Add to Cart\" button"
425
  msgstr "“Lägg till i kundvagn”-knapp"
426
 
427
+ #: includes/class.yith-wcwl-admin-init.php:1406
428
  msgid "\"Style 1\" button"
429
  msgstr "“Stil 1”-knapp"
430
 
431
+ #: includes/class.yith-wcwl-admin-init.php:1424
432
  msgid "\"Style 2\" button"
433
  msgstr "“Stil 2”-knapp"
434
 
435
+ #: includes/class.yith-wcwl-admin-init.php:1442
436
  msgid "Wishlist table"
437
  msgstr "Önskelistatabell"
438
 
439
+ #: includes/class.yith-wcwl-admin-init.php:1451
440
  msgid "Headers"
441
  msgstr "Headers"
442
 
443
+ #: includes/class.yith-wcwl-admin-init.php:1454
444
  msgid "Background color"
445
  msgstr "Bakgrundsfärg"
446
 
447
+ #: includes/class.yith-wcwl-admin-init.php:1544
448
  msgid "Wishlist Activated"
449
  msgstr "Önskelista aktiverad"
450
 
451
+ #: includes/class.yith-wcwl-admin-init.php:1545
452
  #, php-format
453
  msgid ""
454
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
461
  "finns tillgänglig i en utmärkt premiumversion med många nya inställningar, "
462
  "<a href=“%s”>upptäck dem nu</a>"
463
 
464
+ #: includes/class.yith-wcwl-admin-init.php:1556
465
  msgid "Wishlist Updated"
466
  msgstr "Önskelistan uppdaterad"
467
 
468
+ #: includes/class.yith-wcwl-admin-init.php:1557
469
  #, php-format
470
  msgid ""
471
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
480
  "nytt menyalternativ bli tillagt i denna meny. Wishlist har blivit uppdaterat "
481
  "med nya alternativ tillgängliga, <a href=“%s”>upptäck premiumversionen</a>"
482
 
483
+ #: includes/class.yith-wcwl-init.php:403
484
  msgid ""
485
  "We are sorry, but this feature is available only if cookies are enabled on "
486
  "your browser."
488
  "Vi är ledsna men denna funktionen är enbart tillgänglig när kakor (cookies) "
489
  "är påslaget i din webbläsare."
490
 
491
+ #: includes/class.yith-wcwl-init.php:404
492
  msgid "Product correctly added to cart"
493
  msgstr "Produkt korrekt tillagd i varukorgen"
494
 
495
+ #: includes/class.yith-wcwl-install.php:244
496
  msgid "wishlist"
497
  msgstr "önskelista"
498
 
499
+ #: includes/class.yith-wcwl-privacy.php:50
500
+ msgid "While you visit our site, we’ll track:"
501
+ msgstr ""
502
+
503
+ #: includes/class.yith-wcwl-privacy.php:52
504
+ msgid ""
505
+ "Products you’ve added to the wishlist: we’ll use this to show you and other "
506
+ "users your favourite products, and to create targeted email campaigns."
507
+ msgstr ""
508
+
509
+ #: includes/class.yith-wcwl-privacy.php:53
510
+ msgid ""
511
+ "Wishlists you’ve created: we’ll keep track of the wishlists you create, and "
512
+ "make them visible to the store’s staff"
513
+ msgstr ""
514
+
515
+ #: includes/class.yith-wcwl-privacy.php:55
516
+ msgid ""
517
+ "We’ll also use cookies to keep track of wishlist contents while you’re "
518
+ "browsing our site."
519
+ msgstr ""
520
+
521
+ #: includes/class.yith-wcwl-privacy.php:58
522
+ msgid ""
523
+ "Members of our team have access to the information you provide us. For "
524
+ "example, both Administrators and Shop Managers can access:"
525
+ msgstr ""
526
+
527
+ #: includes/class.yith-wcwl-privacy.php:60
528
+ msgid ""
529
+ "Wishlist details, such as products added, date of addition, name and privacy "
530
+ "settings of your wishlists"
531
+ msgstr ""
532
+
533
+ #: includes/class.yith-wcwl-privacy.php:62
534
+ msgid ""
535
+ "Our team members have access to this information to offer you better deals "
536
+ "for the products you love."
537
+ msgstr ""
538
+
539
+ #: includes/class.yith-wcwl-privacy.php:82
540
+ #: includes/class.yith-wcwl-privacy.php:98
541
+ #, fuzzy
542
+ #| msgid "Add to Wishlist"
543
+ msgid "Customer Wishlists"
544
+ msgstr "Lägg till i önskelistan"
545
+
546
+ #: includes/class.yith-wcwl-privacy.php:133
547
+ #, fuzzy
548
+ #| msgid "Wishlist"
549
+ msgid "Wishlists"
550
+ msgstr "Önskelista"
551
+
552
+ #: includes/class.yith-wcwl-privacy.php:195
553
+ #, fuzzy, php-format
554
+ #| msgid "My wishlist on %s"
555
+ msgid "Removed wishlist %s."
556
+ msgstr "Min önskelista på %s"
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"
574
+ msgid "Wishlist url"
575
+ msgstr "Önskelista"
576
+
577
+ #: includes/class.yith-wcwl-privacy.php:230
578
+ #, fuzzy
579
+ #| msgid "Title Field"
580
+ msgid "Title"
581
+ msgstr "Fälttitel"
582
+
583
+ #: includes/class.yith-wcwl-privacy.php:231
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
+ msgid "Shared"
597
+ msgstr "Delar"
598
+
599
+ #: includes/class.yith-wcwl-privacy.php:286 templates/wishlist-view.php:215
600
+ msgid "Private"
601
+ msgstr "Privat"
602
+
603
+ #: includes/class.yith-wcwl-privacy.php:289 templates/wishlist-view.php:218
604
+ msgid "Public"
605
+ msgstr "Offentlig"
606
+
607
  #: includes/class.yith-wcwl-shortcode.php:259
608
  #: includes/class.yith-wcwl-ui.php:164
609
  msgid "Share on:"
625
  msgid "email"
626
  msgstr "epost"
627
 
628
+ #: includes/class.yith-wcwl.php:201
629
  msgid "An error occurred while adding products to the wishlist."
630
  msgstr "Ett fel uppstod när produkten skulle läggas till i önskelistan"
631
 
632
+ #: includes/class.yith-wcwl.php:293
633
  msgid "An error occurred while adding products to wishlist."
634
  msgstr "Ett fel uppstod när produkten skulle läggas till i önskelistan"
635
 
636
+ #: includes/class.yith-wcwl.php:310
637
  msgid "The \"Remove\" option now does not require any parameter"
638
  msgstr "“Ta bort”-alternativet kräver inte några parametrar"
639
 
640
+ #: includes/class.yith-wcwl.php:359
641
  msgid "An error occurred while removing products from the wishlist"
642
  msgstr "Ett fel uppstod när produkten skulle tas bort ifrån önskelistan"
643
 
644
+ #: includes/class.yith-wcwl.php:809
645
  msgid "You need to log in before creating a new wishlist"
646
  msgstr "Du behöver logga in innan du kan skapa en ny önskelista"
647
 
648
+ #: includes/class.yith-wcwl.php:1610
649
  msgid "Product successfully removed."
650
  msgstr "Produkten borttagen."
651
 
652
+ #: includes/class.yith-wcwl.php:1614
653
  msgid "Error. Unable to remove the product from the wishlist."
654
  msgstr "Fel. Kunde inte ta bort produkten ifrån önskelistan."
655
 
656
+ #: includes/class.yith-wcwl.php:1618 templates/wishlist-view.php:242
657
  msgid "No products were added to the wishlist"
658
  msgstr "Ingen produkt har blivit tillagd i önskelistan"
659
 
660
+ #: includes/class.yith-wcwl.php:1660
661
  msgid "An error as occurred."
662
  msgstr "Ett fel uppstod"
663
 
670
  "WooComerce för att fungera."
671
 
672
  #: init.php:140
673
+ msgid "You can't activate the free version of"
674
+ msgstr ""
675
+
676
+ #: init.php:140
677
+ msgid "while you are using the premium one."
678
  msgstr ""
 
 
679
 
680
  #: templates/admin/wishlist-panel-premium.php:185
681
  #: templates/admin/wishlist-panel-premium.php:383
955
  msgid "Stock Status"
956
  msgstr "I lager?"
957
 
958
+ #: templates/wishlist-view.php:152 templates/wishlist-view.php:232
959
  msgid "Remove this product"
960
  msgstr "Ta bort denna produkt"
961
 
963
  msgid "Free!"
964
  msgstr "Gratis!"
965
 
966
+ #: templates/wishlist-view.php:179
967
  msgid "Out of Stock"
968
  msgstr "Slut i lager"
969
 
970
+ #: templates/wishlist-view.php:179
971
  msgid "In Stock"
972
  msgstr "Finns i lager"
973
 
974
+ #: templates/wishlist-view.php:188
975
  #, php-format
976
  msgid "Added on : %s"
977
  msgstr "Tillagd: %s"
978
 
979
+ #: templates/wishlist-view.php:200
980
  msgid "Move"
981
  msgstr "Flytta"
982
 
983
+ #: templates/wishlist-view.php:232
 
 
 
 
 
 
 
 
 
 
 
 
984
  msgid "Remove"
985
  msgstr "Ta bort"
986
 
987
+ #: templates/wishlist-view.php:259
988
  msgid "Add the selected products to the cart"
989
  msgstr "Lägg till de markerade produkterna i kundvagnen"
990
 
991
+ #: templates/wishlist-view.php:267 templates/wishlist-view.php:313
992
  msgid "Ask for an estimate"
993
  msgstr "Fråga efter en uppskattning"
994
 
995
+ #: templates/wishlist-view.php:303
996
  msgid "Your email"
997
  msgstr ""
998
 
999
+ #~ msgid ""
1000
+ #~ "WARNING: This plugin requires at least WooCommerce 2.2! Please, use this "
1001
+ #~ "link to update it."
1002
+ #~ msgstr ""
1003
+ #~ "VARNING: Detta plugin kräver mins WooCommerce 2.2! Vänligen använd denna "
1004
+ #~ "länk för att uppdatera."
1005
+
1006
+ #~ msgid "WARNING: This plugin requires at least WooCommerce 2.2!"
1007
+ #~ msgstr "VARNING: Detta plugin kräver minst WooCommerce 2.2!"
1008
+
1009
+ #~ msgid "Plugin Documentation"
1010
+ #~ msgstr "Tilläggets dokumentation"
1011
+
1012
+ #~ msgid "YITH WooCommerce Wishlist"
1013
+ #~ msgstr "YITH WooCommerce Wishlist"
1014
+
1015
+ #~ msgid ""
1016
+ #~ "You can't activate the free version of YITH WooCommerce Wishlist while "
1017
+ #~ "you are using the premium one."
1018
+ #~ msgstr ""
1019
+ #~ "Du kan inte aktivera gratisversionen av YITH WooCommerce Wishlist när du "
1020
+ #~ "redan använder premiumversionen"
1021
+
1022
  #~ msgid ""
1023
  #~ "Upgrade to the PREMIUM VERSION\n"
1024
  #~ "of YITH WOOCOMMERCE WISHLIST to benefit from all features!"
1563
  #~ msgid "Click to toggle"
1564
  #~ msgstr "Klicka för att slå på/av"
1565
 
 
 
 
1566
  #~ msgid "Insert the title for the field."
1567
  #~ msgstr "Ange titeln för fältet."
1568
 
languages/yith-woocommerce-wishlist-tr_TR.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-tr_TR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-10-24 17:34+0200\n"
6
- "PO-Revision-Date: 2017-10-24 17:34+0200\n"
7
  "Last-Translator: Caner Öncel <caneroncel@gmail.com>\n"
8
  "Language-Team: Caner Öncel (@egonomik) <caneroncel@gmail.com>\n"
9
  "Language: tr_TR\n"
@@ -16,88 +16,64 @@ 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 1.8.7.1\n"
20
  "X-Poedit-SearchPath-0: ..\n"
21
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
22
 
23
  #: ../includes/class.yith-wcwl-admin-init.php:159
24
- #: ../includes/class.yith-wcwl-admin-init.php:1483
25
- #: ../includes/class.yith-wcwl-admin-init.php:1484
26
- #: ../includes/class.yith-wcwl-install.php:244
27
  msgid "Wishlist"
28
  msgstr "İstek Listesi"
29
 
30
  #: ../includes/class.yith-wcwl-admin-init.php:161
31
- #: ../includes/class.yith-wcwl-admin-init.php:251
32
  msgid "Settings"
33
  msgstr "Ayarlar"
34
 
35
  #: ../includes/class.yith-wcwl-admin-init.php:162
36
- #: ../includes/class.yith-wcwl-admin-init.php:236
37
  msgid "Colors"
38
  msgstr "Renkler"
39
 
40
  #: ../includes/class.yith-wcwl-admin-init.php:163
41
- #: ../includes/class.yith-wcwl-admin-init.php:255
42
  msgid "Premium Version"
43
  msgstr ""
44
 
45
- #: ../includes/class.yith-wcwl-admin-init.php:256
46
- msgid "Live Demo"
47
- msgstr ""
48
-
49
- #: ../includes/class.yith-wcwl-admin-init.php:280
50
- msgid ""
51
- "WARNING: This plugin requires at least WooCommerce 2.2! Please, use this "
52
- "link to update it."
53
- msgstr ""
54
-
55
- #: ../includes/class.yith-wcwl-admin-init.php:283
56
- msgid "WARNING: This plugin requires at least WooCommerce 2.2!"
57
- msgstr ""
58
-
59
- #: ../includes/class.yith-wcwl-admin-init.php:288
60
- msgid "Plugin Documentation"
61
- msgstr ""
62
-
63
- #: ../includes/class.yith-wcwl-admin-init.php:1023
64
  msgid "Upgrade to the PREMIUM VERSION"
65
  msgstr ""
66
 
67
- #: ../includes/class.yith-wcwl-admin-init.php:1026
68
- msgid "YITH WooCommerce Wishlist"
69
- msgstr ""
70
-
71
- #: ../includes/class.yith-wcwl-admin-init.php:1027
72
  msgid "Discover the Advanced Features"
73
  msgstr ""
74
 
75
- #: ../includes/class.yith-wcwl-admin-init.php:1028
76
  msgid ""
77
  "Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE WISHLIST to benefit from "
78
  "all features!"
79
  msgstr ""
80
 
81
- #: ../includes/class.yith-wcwl-admin-init.php:1034
82
  msgid "Get Support and Pro Features"
83
  msgstr ""
84
 
85
- #: ../includes/class.yith-wcwl-admin-init.php:1035
86
  msgid ""
87
  "By purchasing the premium version of the plugin, you will take advantage of "
88
  "the advanced features of the product and you will get one year of free "
89
  "updates and support through our platform available 24h/24."
90
  msgstr ""
91
 
92
- #: ../includes/class.yith-wcwl-admin-init.php:1045
93
  msgid "General Settings"
94
  msgstr "Genel Ayarlar"
95
 
96
- #: ../includes/class.yith-wcwl-admin-init.php:1052
97
  msgid "Enable YITH Wishlist"
98
  msgstr "YITH İstek Listesi Etkin"
99
 
100
- #: ../includes/class.yith-wcwl-admin-init.php:1053
101
  #, php-format
102
  msgid ""
103
  "Enable all plugin features. <strong>Be sure to select at least one option in "
@@ -105,57 +81,57 @@ msgid ""
105
  "plugin <a href=\"%s\" target=\"_blank\">documentation</a>."
106
  msgstr ""
107
 
108
- #: ../includes/class.yith-wcwl-admin-init.php:1059
109
  #, fuzzy
110
  msgid "Default wishlist title"
111
  msgstr "İstek listesi başlığı"
112
 
113
- #: ../includes/class.yith-wcwl-admin-init.php:1061
114
- #: ../includes/class.yith-wcwl-admin-init.php:1062
115
- #: ../includes/class.yith-wcwl-admin-init.php:1298
116
  #, php-format
117
  msgid "My wishlist on %s"
118
  msgstr "%s üzerinde istek listem"
119
 
120
- #: ../includes/class.yith-wcwl-admin-init.php:1067
121
  msgid "Wishlist Page"
122
  msgstr "İstek Listesi Sayfası"
123
 
124
- #: ../includes/class.yith-wcwl-admin-init.php:1068
125
  msgid "Page contents: [yith_wcwl_wishlist]"
126
  msgstr "Sayfa içeriği: [yith_wcwl_wishlist]"
127
 
128
- #: ../includes/class.yith-wcwl-admin-init.php:1077
129
  msgid "Position"
130
  msgstr "Pozisyon"
131
 
132
- #: ../includes/class.yith-wcwl-admin-init.php:1078
133
  msgid ""
134
  "You can add the button in variable products only after the \"Add to Cart\" "
135
  "button or using the shortcode [yith_wcwl_add_to_wishlist]."
136
  msgstr ""
137
 
138
- #: ../includes/class.yith-wcwl-admin-init.php:1084
139
  msgid "After \"Add to cart\""
140
  msgstr "\"Sepete Ekle\"den sonra"
141
 
142
- #: ../includes/class.yith-wcwl-admin-init.php:1085
143
  msgid "After thumbnails"
144
  msgstr "Küçük resimlerden sonra"
145
 
146
- #: ../includes/class.yith-wcwl-admin-init.php:1086
147
  msgid "After summary"
148
  msgstr "Özet bilgisinden sonra"
149
 
150
- #: ../includes/class.yith-wcwl-admin-init.php:1087
151
  msgid "Use shortcode"
152
  msgstr "Kısa kod kullan"
153
 
154
- #: ../includes/class.yith-wcwl-admin-init.php:1092
155
  msgid "Redirect to cart"
156
  msgstr "Sepete yönlendir"
157
 
158
- #: ../includes/class.yith-wcwl-admin-init.php:1093
159
  msgid ""
160
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
161
  "page."
@@ -163,335 +139,335 @@ msgstr ""
163
  "Eğer istek listesindeki bir ürün için \"Sepete Ekle\" butonuna tıklanırsa "
164
  "sepet sayfasına git."
165
 
166
- #: ../includes/class.yith-wcwl-admin-init.php:1099
167
  msgid "Remove if added to the cart"
168
  msgstr "Sepete eklenmişse kaldır"
169
 
170
- #: ../includes/class.yith-wcwl-admin-init.php:1100
171
  #, fuzzy
172
  msgid "Remove the product from the wishlist if it has been added to the cart."
173
  msgstr "Eğer ürün sepete eklenirse istek listesinden kaldır."
174
 
175
- #: ../includes/class.yith-wcwl-admin-init.php:1106
176
  msgid "\"Add to Wishlist\" text"
177
  msgstr "\"İstek Listeme Ekle\" metni"
178
 
179
- #: ../includes/class.yith-wcwl-admin-init.php:1108
180
  msgid "Add to Wishlist"
181
  msgstr "İstek Listeme Ekle"
182
 
183
- #: ../includes/class.yith-wcwl-admin-init.php:1113
184
  #, fuzzy
185
  msgid "\"Browse wishlist\" text"
186
  msgstr "İstek Listesini Görüntüle"
187
 
188
- #: ../includes/class.yith-wcwl-admin-init.php:1115
189
  #: ../includes/class.yith-wcwl-ui.php:82 ../includes/class.yith-wcwl-ui.php:83
190
  msgid "Browse Wishlist"
191
  msgstr "İstek Listesini Görüntüle"
192
 
193
- #: ../includes/class.yith-wcwl-admin-init.php:1120
194
  #, fuzzy
195
  msgid "\"Product already in wishlist\" text"
196
  msgstr "Ürün zaten istek listenizde."
197
 
198
- #: ../includes/class.yith-wcwl-admin-init.php:1122
199
  #: ../includes/class.yith-wcwl-ui.php:83
200
  msgid "The product is already in the wishlist!"
201
  msgstr "Ürün zaten istek listenizde bulunuyor!"
202
 
203
- #: ../includes/class.yith-wcwl-admin-init.php:1127
204
  #, fuzzy
205
  msgid "\"Product added\" text"
206
  msgstr "Ürün eklendi!"
207
 
208
- #: ../includes/class.yith-wcwl-admin-init.php:1129
209
  #: ../includes/class.yith-wcwl-ui.php:82
210
  msgid "Product added!"
211
  msgstr "Ürün eklendi!"
212
 
213
- #: ../includes/class.yith-wcwl-admin-init.php:1134
214
  msgid "\"Add to Cart\" text"
215
  msgstr "\"Sepete Ekle\" metni"
216
 
217
- #: ../includes/class.yith-wcwl-admin-init.php:1136
218
  msgid "Add to Cart"
219
  msgstr "Sepete Ekle"
220
 
221
- #: ../includes/class.yith-wcwl-admin-init.php:1141
222
  msgid "Show Unit price"
223
  msgstr "Birim Fiyatını Göster"
224
 
225
- #: ../includes/class.yith-wcwl-admin-init.php:1142
226
  msgid "Show unit price for each product in wishlist"
227
  msgstr ""
228
 
229
- #: ../includes/class.yith-wcwl-admin-init.php:1149
230
  msgid "Show \"Add to Cart\" button"
231
  msgstr "\"Sepete Ekle\" butonunu göster"
232
 
233
- #: ../includes/class.yith-wcwl-admin-init.php:1150
234
  #, fuzzy
235
  msgid "Show \"Add to Cart\" button for each product in wishlist"
236
  msgstr "\"Sepete Ekle\" buton arkaplanı"
237
 
238
- #: ../includes/class.yith-wcwl-admin-init.php:1157
239
  msgid "Show Stock status"
240
  msgstr "Stok durumunu göster"
241
 
242
- #: ../includes/class.yith-wcwl-admin-init.php:1158
243
  msgid ""
244
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
245
  msgstr ""
246
 
247
- #: ../includes/class.yith-wcwl-admin-init.php:1165
248
  msgid "Show Date of addition"
249
  msgstr ""
250
 
251
- #: ../includes/class.yith-wcwl-admin-init.php:1166
252
  #, fuzzy
253
  msgid "Show the date when users have added a product to the wishlist"
254
  msgstr "Ürün istek listenize eklenirken bir hata meydana geldi."
255
 
256
- #: ../includes/class.yith-wcwl-admin-init.php:1173
257
  #, fuzzy
258
  msgid "Add second remove button"
259
  msgstr "\"Sepete Ekle\" buton metni"
260
 
261
- #: ../includes/class.yith-wcwl-admin-init.php:1174
262
  msgid "Add a second remove button in the last column, with extended label"
263
  msgstr ""
264
 
265
- #: ../includes/class.yith-wcwl-admin-init.php:1189
266
  msgid "Styles"
267
  msgstr "Stiller"
268
 
269
- #: ../includes/class.yith-wcwl-admin-init.php:1196
270
  msgid "Use buttons"
271
  msgstr "Butonları kullan"
272
 
273
- #: ../includes/class.yith-wcwl-admin-init.php:1197
274
  #, fuzzy
275
  msgid "Use buttons instead of simple anchors."
276
  msgstr "Basit bağlantılar yerine buton kullanın."
277
 
278
- #: ../includes/class.yith-wcwl-admin-init.php:1203
279
  msgid "Custom CSS"
280
  msgstr "Özel CSS"
281
 
282
- #: ../includes/class.yith-wcwl-admin-init.php:1210
283
  msgid "Use theme style"
284
  msgstr "Tema stilini kullan"
285
 
286
- #: ../includes/class.yith-wcwl-admin-init.php:1211
287
  msgid "Use the theme style."
288
  msgstr "Tema stilini kullan."
289
 
290
- #: ../includes/class.yith-wcwl-admin-init.php:1217
291
  #, fuzzy
292
  msgid "Rounded buttons"
293
  msgstr "Butonları kullan"
294
 
295
- #: ../includes/class.yith-wcwl-admin-init.php:1218
296
  #, fuzzy
297
  msgid "Make button corners rounded"
298
  msgstr "Butonların köşelerini yuvarlaklaştır"
299
 
300
- #: ../includes/class.yith-wcwl-admin-init.php:1224
301
  msgid "\"Add to Wishlist\" icon"
302
  msgstr "\"İstek Listeme Ekle\" simgesi"
303
 
304
- #: ../includes/class.yith-wcwl-admin-init.php:1225
305
  msgid "Add an icon to the \"Add to Wishlist\" button"
306
  msgstr "\"İstek Listeme Ekle\" butonuna bir simge ekleyin"
307
 
308
- #: ../includes/class.yith-wcwl-admin-init.php:1235
309
  msgid "\"Add to Cart\" icon"
310
  msgstr "\"Sepete Ekle\" simgesi"
311
 
312
- #: ../includes/class.yith-wcwl-admin-init.php:1236
313
  msgid "Add an icon to the \"Add to Cart\" button"
314
  msgstr "\"Sepete Ekle\" butonuna bir simge ekleyin"
315
 
316
- #: ../includes/class.yith-wcwl-admin-init.php:1254
317
  #, fuzzy
318
  msgid "Social Networks & Share"
319
  msgstr "Sosyal &amp; Paylaşım"
320
 
321
- #: ../includes/class.yith-wcwl-admin-init.php:1261
322
  msgid "Share on Facebook"
323
  msgstr "Facebook'ta Paylaş"
324
 
325
- #: ../includes/class.yith-wcwl-admin-init.php:1262
326
  #, fuzzy
327
  msgid "Show \"Share on Facebook\" button"
328
  msgstr "Facebook'ta Paylaş"
329
 
330
- #: ../includes/class.yith-wcwl-admin-init.php:1268
331
  msgid "Tweet on Twitter"
332
  msgstr "Twitter'da Tweetle"
333
 
334
- #: ../includes/class.yith-wcwl-admin-init.php:1269
335
  #, fuzzy
336
  msgid "Show \"Tweet on Twitter\" button"
337
  msgstr "Twitter'da Tweetle"
338
 
339
- #: ../includes/class.yith-wcwl-admin-init.php:1275
340
  msgid "Pin on Pinterest"
341
  msgstr "Pinterest'te Pinle"
342
 
343
- #: ../includes/class.yith-wcwl-admin-init.php:1276
344
  #, fuzzy
345
  msgid "Show \"Pin on Pinterest\" button"
346
  msgstr "Pinterest'te Pinle"
347
 
348
- #: ../includes/class.yith-wcwl-admin-init.php:1282
349
  msgid "Share on Google+"
350
  msgstr "Google+'da Paylaş"
351
 
352
- #: ../includes/class.yith-wcwl-admin-init.php:1283
353
  #, fuzzy
354
  msgid "Show \"Share on Google+\" button"
355
  msgstr "Facebook'ta Paylaş"
356
 
357
- #: ../includes/class.yith-wcwl-admin-init.php:1289
358
  msgid "Share by Email"
359
  msgstr ""
360
 
361
- #: ../includes/class.yith-wcwl-admin-init.php:1290
362
  #, fuzzy
363
  msgid "Show \"Share by Email\" button"
364
  msgstr "\"Sepete Ekle\" butonunu göster"
365
 
366
- #: ../includes/class.yith-wcwl-admin-init.php:1296
367
  #, fuzzy
368
  msgid "Social title"
369
  msgstr "Sosyal medya başlığı"
370
 
371
- #: ../includes/class.yith-wcwl-admin-init.php:1303
372
  #, fuzzy
373
  msgid "Social text"
374
  msgstr "Sosyal medya metni"
375
 
376
- #: ../includes/class.yith-wcwl-admin-init.php:1304
377
  msgid ""
378
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
379
  "strong> where you want to show the URL of your wishlist."
380
  msgstr ""
381
 
382
- #: ../includes/class.yith-wcwl-admin-init.php:1311
383
  #, fuzzy
384
  msgid "Social image URL"
385
  msgstr "Sosyal medya resim URL'i"
386
 
387
- #: ../includes/class.yith-wcwl-admin-init.php:1312
388
  msgid "It will be used by Pinterest."
389
  msgstr ""
390
 
391
- #: ../includes/class.yith-wcwl-admin-init.php:1326
392
  #, php-format
393
  msgid ""
394
  "If you want to take advantage of this feature, you could consider to "
395
  "purchase the %s."
396
  msgstr ""
397
 
398
- #: ../includes/class.yith-wcwl-admin-init.php:1331
399
  msgid "YITH WooCommerce Frequently Bought Together Integration"
400
  msgstr ""
401
 
402
- #: ../includes/class.yith-wcwl-admin-init.php:1338
403
  msgid "Enable slider in wishlist"
404
  msgstr ""
405
 
406
- #: ../includes/class.yith-wcwl-admin-init.php:1339
407
  #, php-format
408
  msgid ""
409
  "Choose to enable product slider in wishlist page with linked products (<a "
410
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
411
  msgstr ""
412
 
413
- #: ../includes/class.yith-wcwl-admin-init.php:1375
414
  #, fuzzy
415
  msgid "\"Add to wishlist\" button"
416
  msgstr "\"İstek Listeme Ekle\" buton metni"
417
 
418
- #: ../includes/class.yith-wcwl-admin-init.php:1378
419
- #: ../includes/class.yith-wcwl-admin-init.php:1396
420
- #: ../includes/class.yith-wcwl-admin-init.php:1414
421
- #: ../includes/class.yith-wcwl-admin-init.php:1432
422
- #: ../includes/class.yith-wcwl-admin-init.php:1450
423
  msgid "Background"
424
  msgstr ""
425
 
426
- #: ../includes/class.yith-wcwl-admin-init.php:1379
427
- #: ../includes/class.yith-wcwl-admin-init.php:1397
428
- #: ../includes/class.yith-wcwl-admin-init.php:1415
429
- #: ../includes/class.yith-wcwl-admin-init.php:1433
430
- #: ../includes/class.yith-wcwl-admin-init.php:1451
431
  msgid "Text"
432
  msgstr ""
433
 
434
- #: ../includes/class.yith-wcwl-admin-init.php:1380
435
- #: ../includes/class.yith-wcwl-admin-init.php:1398
436
- #: ../includes/class.yith-wcwl-admin-init.php:1416
437
- #: ../includes/class.yith-wcwl-admin-init.php:1434
438
- #: ../includes/class.yith-wcwl-admin-init.php:1452
439
  msgid "Border"
440
  msgstr ""
441
 
442
- #: ../includes/class.yith-wcwl-admin-init.php:1387
443
- #: ../includes/class.yith-wcwl-admin-init.php:1405
444
- #: ../includes/class.yith-wcwl-admin-init.php:1423
445
- #: ../includes/class.yith-wcwl-admin-init.php:1441
446
  msgid "Background (hover)"
447
  msgstr ""
448
 
449
- #: ../includes/class.yith-wcwl-admin-init.php:1388
450
- #: ../includes/class.yith-wcwl-admin-init.php:1406
451
- #: ../includes/class.yith-wcwl-admin-init.php:1424
452
- #: ../includes/class.yith-wcwl-admin-init.php:1442
453
  msgid "Text (hover)"
454
  msgstr ""
455
 
456
- #: ../includes/class.yith-wcwl-admin-init.php:1389
457
- #: ../includes/class.yith-wcwl-admin-init.php:1407
458
- #: ../includes/class.yith-wcwl-admin-init.php:1425
459
- #: ../includes/class.yith-wcwl-admin-init.php:1443
460
  msgid "Border (hover)"
461
  msgstr ""
462
 
463
- #: ../includes/class.yith-wcwl-admin-init.php:1393
464
  #, fuzzy
465
  msgid "\"Add to Cart\" button"
466
  msgstr "\"Sepete Ekle\" buton metni"
467
 
468
- #: ../includes/class.yith-wcwl-admin-init.php:1411
469
  msgid "\"Style 1\" button"
470
  msgstr ""
471
 
472
- #: ../includes/class.yith-wcwl-admin-init.php:1429
473
  msgid "\"Style 2\" button"
474
  msgstr ""
475
 
476
- #: ../includes/class.yith-wcwl-admin-init.php:1447
477
  #, fuzzy
478
  msgid "Wishlist table"
479
  msgstr "İstek listesi başlığı"
480
 
481
- #: ../includes/class.yith-wcwl-admin-init.php:1456
482
  msgid "Headers"
483
  msgstr ""
484
 
485
- #: ../includes/class.yith-wcwl-admin-init.php:1459
486
  msgid "Background color"
487
  msgstr ""
488
 
489
- #: ../includes/class.yith-wcwl-admin-init.php:1549
490
  #, fuzzy
491
  msgid "Wishlist Activated"
492
  msgstr "İstek listesi başlığı"
493
 
494
- #: ../includes/class.yith-wcwl-admin-init.php:1550
495
  #, php-format
496
  msgid ""
497
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
@@ -500,12 +476,12 @@ msgid ""
500
  "options, <a href=\"%s\">discover it now</a>."
501
  msgstr ""
502
 
503
- #: ../includes/class.yith-wcwl-admin-init.php:1561
504
  #, fuzzy
505
  msgid "Wishlist Updated"
506
  msgstr "İstek Listesi Sayfası"
507
 
508
- #: ../includes/class.yith-wcwl-admin-init.php:1562
509
  #, php-format
510
  msgid ""
511
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
@@ -515,22 +491,134 @@ msgid ""
515
  "\">discover the PREMIUM version.</a>"
516
  msgstr ""
517
 
518
- #: ../includes/class.yith-wcwl-init.php:374
519
  msgid ""
520
  "We are sorry, but this feature is available only if cookies are enabled on "
521
  "your browser."
522
  msgstr ""
523
 
524
- #: ../includes/class.yith-wcwl-init.php:375
525
  #, fuzzy
526
  msgid "Product correctly added to cart"
527
  msgstr "Produkt erfolgreich im Warenkorb eingefügt "
528
 
529
- #: ../includes/class.yith-wcwl-install.php:243
530
  msgctxt "page_slug"
531
  msgid "wishlist"
532
  msgstr "istek-listem"
533
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
534
  #: ../includes/class.yith-wcwl-shortcode.php:259
535
  #: ../includes/class.yith-wcwl-ui.php:164
536
  msgid "Share on:"
@@ -553,42 +641,42 @@ msgstr "Twitter"
553
  msgid "email"
554
  msgstr ""
555
 
556
- #: ../includes/class.yith-wcwl.php:177
557
  #, fuzzy
558
  msgid "An error occurred while adding products to the wishlist."
559
  msgstr "Ürün istek listenize eklenirken bir hata meydana geldi."
560
 
561
- #: ../includes/class.yith-wcwl.php:269
562
  #, fuzzy
563
  msgid "An error occurred while adding products to wishlist."
564
  msgstr "Ürün istek listenize eklenirken bir hata meydana geldi."
565
 
566
- #: ../includes/class.yith-wcwl.php:286
567
  msgid "The \"Remove\" option now does not require any parameter"
568
  msgstr ""
569
 
570
- #: ../includes/class.yith-wcwl.php:335
571
  #, fuzzy
572
  msgid "An error occurred while removing products from the wishlist"
573
  msgstr "Ürün istek listenizden kaldırılırken bir hata meydana geldi."
574
 
575
- #: ../includes/class.yith-wcwl.php:783
576
  msgid "You need to log in before creating a new wishlist"
577
  msgstr ""
578
 
579
- #: ../includes/class.yith-wcwl.php:1578
580
  msgid "Product successfully removed."
581
  msgstr "Ürün başarıyla kaldırıldı."
582
 
583
- #: ../includes/class.yith-wcwl.php:1582
584
  msgid "Error. Unable to remove the product from the wishlist."
585
  msgstr "Hata. Ürün istek listenizden kaldırılamadı. "
586
 
587
- #: ../includes/class.yith-wcwl.php:1586 ../templates/wishlist-view.php:241
588
  msgid "No products were added to the wishlist"
589
  msgstr "İstek listesinde herhangi bir ürün bulunmuyor"
590
 
591
- #: ../includes/class.yith-wcwl.php:1628
592
  msgid "An error as occurred."
593
  msgstr ""
594
 
@@ -599,9 +687,11 @@ msgid ""
599
  msgstr ""
600
 
601
  #: ../init.php:140
602
- msgid ""
603
- "You can't activate the free version of YITH WooCommerce Wishlist while you "
604
- "are using the premium one."
 
 
605
  msgstr ""
606
 
607
  #: ../templates/admin/wishlist-panel-premium.php:185
@@ -885,7 +975,7 @@ msgstr "Birim Fiyatı"
885
  msgid "Stock Status"
886
  msgstr "Stok Durumu"
887
 
888
- #: ../templates/wishlist-view.php:152 ../templates/wishlist-view.php:231
889
  msgid "Remove this product"
890
  msgstr "Bu ürünü kaldır"
891
 
@@ -893,49 +983,36 @@ msgstr "Bu ürünü kaldır"
893
  msgid "Free!"
894
  msgstr "Ücretsiz!"
895
 
896
- #: ../templates/wishlist-view.php:178
897
  msgid "Out of Stock"
898
  msgstr "Stok Dışı"
899
 
900
- #: ../templates/wishlist-view.php:178
901
  msgid "In Stock"
902
  msgstr "Stokta"
903
 
904
- #: ../templates/wishlist-view.php:187
905
  #, php-format
906
  msgid "Added on : %s"
907
  msgstr ""
908
 
909
- #: ../templates/wishlist-view.php:199
910
  msgid "Move"
911
  msgstr ""
912
 
913
- #: ../templates/wishlist-view.php:211
914
- #, fuzzy
915
- msgid "Shared"
916
- msgstr "Paylaşım seçenekleri:"
917
-
918
- #: ../templates/wishlist-view.php:214
919
- msgid "Private"
920
- msgstr ""
921
-
922
- #: ../templates/wishlist-view.php:217
923
- msgid "Public"
924
- msgstr ""
925
-
926
- #: ../templates/wishlist-view.php:231
927
  msgid "Remove"
928
  msgstr ""
929
 
930
- #: ../templates/wishlist-view.php:258
931
  msgid "Add the selected products to the cart"
932
  msgstr ""
933
 
934
- #: ../templates/wishlist-view.php:266 ../templates/wishlist-view.php:312
935
  msgid "Ask for an estimate"
936
  msgstr ""
937
 
938
- #: ../templates/wishlist-view.php:302
939
  msgid "Your email"
940
  msgstr ""
941
 
@@ -1101,9 +1178,6 @@ msgstr ""
1101
  #~ msgid "Wishlist table background"
1102
  #~ msgstr "İstek listesi tablo arkaplanı"
1103
 
1104
- #~ msgid "Wishlist table text"
1105
- #~ msgstr "İstek listesi tablo metni"
1106
-
1107
  #~ msgid "Wishlist table border"
1108
  #~ msgstr "İstek listesi tablo kenar çizgisi"
1109
 
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2018-10-04 14:52+0200\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
  "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:1478
25
+ #: ../includes/class.yith-wcwl-admin-init.php:1479
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:1018
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
44
  msgid "Upgrade to the PREMIUM VERSION"
45
  msgstr ""
46
 
47
+ #: ../includes/class.yith-wcwl-admin-init.php:1022
 
 
 
 
48
  msgid "Discover the Advanced Features"
49
  msgstr ""
50
 
51
+ #: ../includes/class.yith-wcwl-admin-init.php:1023
52
  msgid ""
53
  "Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE WISHLIST to benefit from "
54
  "all features!"
55
  msgstr ""
56
 
57
+ #: ../includes/class.yith-wcwl-admin-init.php:1029
58
  msgid "Get Support and Pro Features"
59
  msgstr ""
60
 
61
+ #: ../includes/class.yith-wcwl-admin-init.php:1030
62
  msgid ""
63
  "By purchasing the premium version of the plugin, you will take advantage of "
64
  "the advanced features of the product and you will get one year of free "
65
  "updates and support through our platform available 24h/24."
66
  msgstr ""
67
 
68
+ #: ../includes/class.yith-wcwl-admin-init.php:1040
69
  msgid "General Settings"
70
  msgstr "Genel Ayarlar"
71
 
72
+ #: ../includes/class.yith-wcwl-admin-init.php:1047
73
  msgid "Enable YITH Wishlist"
74
  msgstr "YITH İstek Listesi Etkin"
75
 
76
+ #: ../includes/class.yith-wcwl-admin-init.php:1048
77
  #, php-format
78
  msgid ""
79
  "Enable all plugin features. <strong>Be sure to select at least one option in "
81
  "plugin <a href=\"%s\" target=\"_blank\">documentation</a>."
82
  msgstr ""
83
 
84
+ #: ../includes/class.yith-wcwl-admin-init.php:1054
85
  #, fuzzy
86
  msgid "Default wishlist title"
87
  msgstr "İstek listesi başlığı"
88
 
89
+ #: ../includes/class.yith-wcwl-admin-init.php:1056
90
+ #: ../includes/class.yith-wcwl-admin-init.php:1057
91
+ #: ../includes/class.yith-wcwl-admin-init.php:1293
92
  #, php-format
93
  msgid "My wishlist on %s"
94
  msgstr "%s üzerinde istek listem"
95
 
96
+ #: ../includes/class.yith-wcwl-admin-init.php:1062
97
  msgid "Wishlist Page"
98
  msgstr "İstek Listesi Sayfası"
99
 
100
+ #: ../includes/class.yith-wcwl-admin-init.php:1063
101
  msgid "Page contents: [yith_wcwl_wishlist]"
102
  msgstr "Sayfa içeriği: [yith_wcwl_wishlist]"
103
 
104
+ #: ../includes/class.yith-wcwl-admin-init.php:1072
105
  msgid "Position"
106
  msgstr "Pozisyon"
107
 
108
+ #: ../includes/class.yith-wcwl-admin-init.php:1073
109
  msgid ""
110
  "You can add the button in variable products only after the \"Add to Cart\" "
111
  "button or using the shortcode [yith_wcwl_add_to_wishlist]."
112
  msgstr ""
113
 
114
+ #: ../includes/class.yith-wcwl-admin-init.php:1079
115
  msgid "After \"Add to cart\""
116
  msgstr "\"Sepete Ekle\"den sonra"
117
 
118
+ #: ../includes/class.yith-wcwl-admin-init.php:1080
119
  msgid "After thumbnails"
120
  msgstr "Küçük resimlerden sonra"
121
 
122
+ #: ../includes/class.yith-wcwl-admin-init.php:1081
123
  msgid "After summary"
124
  msgstr "Özet bilgisinden sonra"
125
 
126
+ #: ../includes/class.yith-wcwl-admin-init.php:1082
127
  msgid "Use shortcode"
128
  msgstr "Kısa kod kullan"
129
 
130
+ #: ../includes/class.yith-wcwl-admin-init.php:1087
131
  msgid "Redirect to cart"
132
  msgstr "Sepete yönlendir"
133
 
134
+ #: ../includes/class.yith-wcwl-admin-init.php:1088
135
  msgid ""
136
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
137
  "page."
139
  "Eğer istek listesindeki bir ürün için \"Sepete Ekle\" butonuna tıklanırsa "
140
  "sepet sayfasına git."
141
 
142
+ #: ../includes/class.yith-wcwl-admin-init.php:1094
143
  msgid "Remove if added to the cart"
144
  msgstr "Sepete eklenmişse kaldır"
145
 
146
+ #: ../includes/class.yith-wcwl-admin-init.php:1095
147
  #, fuzzy
148
  msgid "Remove the product from the wishlist if it has been added to the cart."
149
  msgstr "Eğer ürün sepete eklenirse istek listesinden kaldır."
150
 
151
+ #: ../includes/class.yith-wcwl-admin-init.php:1101
152
  msgid "\"Add to Wishlist\" text"
153
  msgstr "\"İstek Listeme Ekle\" metni"
154
 
155
+ #: ../includes/class.yith-wcwl-admin-init.php:1103
156
  msgid "Add to Wishlist"
157
  msgstr "İstek Listeme Ekle"
158
 
159
+ #: ../includes/class.yith-wcwl-admin-init.php:1108
160
  #, fuzzy
161
  msgid "\"Browse wishlist\" text"
162
  msgstr "İstek Listesini Görüntüle"
163
 
164
+ #: ../includes/class.yith-wcwl-admin-init.php:1110
165
  #: ../includes/class.yith-wcwl-ui.php:82 ../includes/class.yith-wcwl-ui.php:83
166
  msgid "Browse Wishlist"
167
  msgstr "İstek Listesini Görüntüle"
168
 
169
+ #: ../includes/class.yith-wcwl-admin-init.php:1115
170
  #, fuzzy
171
  msgid "\"Product already in wishlist\" text"
172
  msgstr "Ürün zaten istek listenizde."
173
 
174
+ #: ../includes/class.yith-wcwl-admin-init.php:1117
175
  #: ../includes/class.yith-wcwl-ui.php:83
176
  msgid "The product is already in the wishlist!"
177
  msgstr "Ürün zaten istek listenizde bulunuyor!"
178
 
179
+ #: ../includes/class.yith-wcwl-admin-init.php:1122
180
  #, fuzzy
181
  msgid "\"Product added\" text"
182
  msgstr "Ürün eklendi!"
183
 
184
+ #: ../includes/class.yith-wcwl-admin-init.php:1124
185
  #: ../includes/class.yith-wcwl-ui.php:82
186
  msgid "Product added!"
187
  msgstr "Ürün eklendi!"
188
 
189
+ #: ../includes/class.yith-wcwl-admin-init.php:1129
190
  msgid "\"Add to Cart\" text"
191
  msgstr "\"Sepete Ekle\" metni"
192
 
193
+ #: ../includes/class.yith-wcwl-admin-init.php:1131
194
  msgid "Add to Cart"
195
  msgstr "Sepete Ekle"
196
 
197
+ #: ../includes/class.yith-wcwl-admin-init.php:1136
198
  msgid "Show Unit price"
199
  msgstr "Birim Fiyatını Göster"
200
 
201
+ #: ../includes/class.yith-wcwl-admin-init.php:1137
202
  msgid "Show unit price for each product in wishlist"
203
  msgstr ""
204
 
205
+ #: ../includes/class.yith-wcwl-admin-init.php:1144
206
  msgid "Show \"Add to Cart\" button"
207
  msgstr "\"Sepete Ekle\" butonunu göster"
208
 
209
+ #: ../includes/class.yith-wcwl-admin-init.php:1145
210
  #, fuzzy
211
  msgid "Show \"Add to Cart\" button for each product in wishlist"
212
  msgstr "\"Sepete Ekle\" buton arkaplanı"
213
 
214
+ #: ../includes/class.yith-wcwl-admin-init.php:1152
215
  msgid "Show Stock status"
216
  msgstr "Stok durumunu göster"
217
 
218
+ #: ../includes/class.yith-wcwl-admin-init.php:1153
219
  msgid ""
220
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
221
  msgstr ""
222
 
223
+ #: ../includes/class.yith-wcwl-admin-init.php:1160
224
  msgid "Show Date of addition"
225
  msgstr ""
226
 
227
+ #: ../includes/class.yith-wcwl-admin-init.php:1161
228
  #, fuzzy
229
  msgid "Show the date when users have added a product to the wishlist"
230
  msgstr "Ürün istek listenize eklenirken bir hata meydana geldi."
231
 
232
+ #: ../includes/class.yith-wcwl-admin-init.php:1168
233
  #, fuzzy
234
  msgid "Add second remove button"
235
  msgstr "\"Sepete Ekle\" buton metni"
236
 
237
+ #: ../includes/class.yith-wcwl-admin-init.php:1169
238
  msgid "Add a second remove button in the last column, with extended label"
239
  msgstr ""
240
 
241
+ #: ../includes/class.yith-wcwl-admin-init.php:1184
242
  msgid "Styles"
243
  msgstr "Stiller"
244
 
245
+ #: ../includes/class.yith-wcwl-admin-init.php:1191
246
  msgid "Use buttons"
247
  msgstr "Butonları kullan"
248
 
249
+ #: ../includes/class.yith-wcwl-admin-init.php:1192
250
  #, fuzzy
251
  msgid "Use buttons instead of simple anchors."
252
  msgstr "Basit bağlantılar yerine buton kullanın."
253
 
254
+ #: ../includes/class.yith-wcwl-admin-init.php:1198
255
  msgid "Custom CSS"
256
  msgstr "Özel CSS"
257
 
258
+ #: ../includes/class.yith-wcwl-admin-init.php:1205
259
  msgid "Use theme style"
260
  msgstr "Tema stilini kullan"
261
 
262
+ #: ../includes/class.yith-wcwl-admin-init.php:1206
263
  msgid "Use the theme style."
264
  msgstr "Tema stilini kullan."
265
 
266
+ #: ../includes/class.yith-wcwl-admin-init.php:1212
267
  #, fuzzy
268
  msgid "Rounded buttons"
269
  msgstr "Butonları kullan"
270
 
271
+ #: ../includes/class.yith-wcwl-admin-init.php:1213
272
  #, fuzzy
273
  msgid "Make button corners rounded"
274
  msgstr "Butonların köşelerini yuvarlaklaştır"
275
 
276
+ #: ../includes/class.yith-wcwl-admin-init.php:1219
277
  msgid "\"Add to Wishlist\" icon"
278
  msgstr "\"İstek Listeme Ekle\" simgesi"
279
 
280
+ #: ../includes/class.yith-wcwl-admin-init.php:1220
281
  msgid "Add an icon to the \"Add to Wishlist\" button"
282
  msgstr "\"İstek Listeme Ekle\" butonuna bir simge ekleyin"
283
 
284
+ #: ../includes/class.yith-wcwl-admin-init.php:1230
285
  msgid "\"Add to Cart\" icon"
286
  msgstr "\"Sepete Ekle\" simgesi"
287
 
288
+ #: ../includes/class.yith-wcwl-admin-init.php:1231
289
  msgid "Add an icon to the \"Add to Cart\" button"
290
  msgstr "\"Sepete Ekle\" butonuna bir simge ekleyin"
291
 
292
+ #: ../includes/class.yith-wcwl-admin-init.php:1249
293
  #, fuzzy
294
  msgid "Social Networks & Share"
295
  msgstr "Sosyal &amp; Paylaşım"
296
 
297
+ #: ../includes/class.yith-wcwl-admin-init.php:1256
298
  msgid "Share on Facebook"
299
  msgstr "Facebook'ta Paylaş"
300
 
301
+ #: ../includes/class.yith-wcwl-admin-init.php:1257
302
  #, fuzzy
303
  msgid "Show \"Share on Facebook\" button"
304
  msgstr "Facebook'ta Paylaş"
305
 
306
+ #: ../includes/class.yith-wcwl-admin-init.php:1263
307
  msgid "Tweet on Twitter"
308
  msgstr "Twitter'da Tweetle"
309
 
310
+ #: ../includes/class.yith-wcwl-admin-init.php:1264
311
  #, fuzzy
312
  msgid "Show \"Tweet on Twitter\" button"
313
  msgstr "Twitter'da Tweetle"
314
 
315
+ #: ../includes/class.yith-wcwl-admin-init.php:1270
316
  msgid "Pin on Pinterest"
317
  msgstr "Pinterest'te Pinle"
318
 
319
+ #: ../includes/class.yith-wcwl-admin-init.php:1271
320
  #, fuzzy
321
  msgid "Show \"Pin on Pinterest\" button"
322
  msgstr "Pinterest'te Pinle"
323
 
324
+ #: ../includes/class.yith-wcwl-admin-init.php:1277
325
  msgid "Share on Google+"
326
  msgstr "Google+'da Paylaş"
327
 
328
+ #: ../includes/class.yith-wcwl-admin-init.php:1278
329
  #, fuzzy
330
  msgid "Show \"Share on Google+\" button"
331
  msgstr "Facebook'ta Paylaş"
332
 
333
+ #: ../includes/class.yith-wcwl-admin-init.php:1284
334
  msgid "Share by Email"
335
  msgstr ""
336
 
337
+ #: ../includes/class.yith-wcwl-admin-init.php:1285
338
  #, fuzzy
339
  msgid "Show \"Share by Email\" button"
340
  msgstr "\"Sepete Ekle\" butonunu göster"
341
 
342
+ #: ../includes/class.yith-wcwl-admin-init.php:1291
343
  #, fuzzy
344
  msgid "Social title"
345
  msgstr "Sosyal medya başlığı"
346
 
347
+ #: ../includes/class.yith-wcwl-admin-init.php:1298
348
  #, fuzzy
349
  msgid "Social text"
350
  msgstr "Sosyal medya metni"
351
 
352
+ #: ../includes/class.yith-wcwl-admin-init.php:1299
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."
356
  msgstr ""
357
 
358
+ #: ../includes/class.yith-wcwl-admin-init.php:1306
359
  #, fuzzy
360
  msgid "Social image URL"
361
  msgstr "Sosyal medya resim URL'i"
362
 
363
+ #: ../includes/class.yith-wcwl-admin-init.php:1307
364
  msgid "It will be used by Pinterest."
365
  msgstr ""
366
 
367
+ #: ../includes/class.yith-wcwl-admin-init.php:1321
368
  #, php-format
369
  msgid ""
370
  "If you want to take advantage of this feature, you could consider to "
371
  "purchase the %s."
372
  msgstr ""
373
 
374
+ #: ../includes/class.yith-wcwl-admin-init.php:1326
375
  msgid "YITH WooCommerce Frequently Bought Together Integration"
376
  msgstr ""
377
 
378
+ #: ../includes/class.yith-wcwl-admin-init.php:1333
379
  msgid "Enable slider in wishlist"
380
  msgstr ""
381
 
382
+ #: ../includes/class.yith-wcwl-admin-init.php:1334
383
  #, php-format
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:1370
390
  #, fuzzy
391
  msgid "\"Add to wishlist\" button"
392
  msgstr "\"İstek Listeme Ekle\" buton metni"
393
 
394
+ #: ../includes/class.yith-wcwl-admin-init.php:1373
395
+ #: ../includes/class.yith-wcwl-admin-init.php:1391
396
+ #: ../includes/class.yith-wcwl-admin-init.php:1409
397
+ #: ../includes/class.yith-wcwl-admin-init.php:1427
398
+ #: ../includes/class.yith-wcwl-admin-init.php:1445
399
  msgid "Background"
400
  msgstr ""
401
 
402
+ #: ../includes/class.yith-wcwl-admin-init.php:1374
403
+ #: ../includes/class.yith-wcwl-admin-init.php:1392
404
+ #: ../includes/class.yith-wcwl-admin-init.php:1410
405
+ #: ../includes/class.yith-wcwl-admin-init.php:1428
406
+ #: ../includes/class.yith-wcwl-admin-init.php:1446
407
  msgid "Text"
408
  msgstr ""
409
 
410
+ #: ../includes/class.yith-wcwl-admin-init.php:1375
411
+ #: ../includes/class.yith-wcwl-admin-init.php:1393
412
+ #: ../includes/class.yith-wcwl-admin-init.php:1411
413
+ #: ../includes/class.yith-wcwl-admin-init.php:1429
414
+ #: ../includes/class.yith-wcwl-admin-init.php:1447
415
  msgid "Border"
416
  msgstr ""
417
 
418
+ #: ../includes/class.yith-wcwl-admin-init.php:1382
419
+ #: ../includes/class.yith-wcwl-admin-init.php:1400
420
+ #: ../includes/class.yith-wcwl-admin-init.php:1418
421
+ #: ../includes/class.yith-wcwl-admin-init.php:1436
422
  msgid "Background (hover)"
423
  msgstr ""
424
 
425
+ #: ../includes/class.yith-wcwl-admin-init.php:1383
426
+ #: ../includes/class.yith-wcwl-admin-init.php:1401
427
+ #: ../includes/class.yith-wcwl-admin-init.php:1419
428
+ #: ../includes/class.yith-wcwl-admin-init.php:1437
429
  msgid "Text (hover)"
430
  msgstr ""
431
 
432
+ #: ../includes/class.yith-wcwl-admin-init.php:1384
433
+ #: ../includes/class.yith-wcwl-admin-init.php:1402
434
+ #: ../includes/class.yith-wcwl-admin-init.php:1420
435
+ #: ../includes/class.yith-wcwl-admin-init.php:1438
436
  msgid "Border (hover)"
437
  msgstr ""
438
 
439
+ #: ../includes/class.yith-wcwl-admin-init.php:1388
440
  #, fuzzy
441
  msgid "\"Add to Cart\" button"
442
  msgstr "\"Sepete Ekle\" buton metni"
443
 
444
+ #: ../includes/class.yith-wcwl-admin-init.php:1406
445
  msgid "\"Style 1\" button"
446
  msgstr ""
447
 
448
+ #: ../includes/class.yith-wcwl-admin-init.php:1424
449
  msgid "\"Style 2\" button"
450
  msgstr ""
451
 
452
+ #: ../includes/class.yith-wcwl-admin-init.php:1442
453
  #, fuzzy
454
  msgid "Wishlist table"
455
  msgstr "İstek listesi başlığı"
456
 
457
+ #: ../includes/class.yith-wcwl-admin-init.php:1451
458
  msgid "Headers"
459
  msgstr ""
460
 
461
+ #: ../includes/class.yith-wcwl-admin-init.php:1454
462
  msgid "Background color"
463
  msgstr ""
464
 
465
+ #: ../includes/class.yith-wcwl-admin-init.php:1544
466
  #, fuzzy
467
  msgid "Wishlist Activated"
468
  msgstr "İstek listesi başlığı"
469
 
470
+ #: ../includes/class.yith-wcwl-admin-init.php:1545
471
  #, php-format
472
  msgid ""
473
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
476
  "options, <a href=\"%s\">discover it now</a>."
477
  msgstr ""
478
 
479
+ #: ../includes/class.yith-wcwl-admin-init.php:1556
480
  #, fuzzy
481
  msgid "Wishlist Updated"
482
  msgstr "İstek Listesi Sayfası"
483
 
484
+ #: ../includes/class.yith-wcwl-admin-init.php:1557
485
  #, php-format
486
  msgid ""
487
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
491
  "\">discover the PREMIUM version.</a>"
492
  msgstr ""
493
 
494
+ #: ../includes/class.yith-wcwl-init.php:403
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:404
501
  #, fuzzy
502
  msgid "Product correctly added to cart"
503
  msgstr "Produkt erfolgreich im Warenkorb eingefügt "
504
 
505
+ #: ../includes/class.yith-wcwl-install.php:244
506
  msgctxt "page_slug"
507
  msgid "wishlist"
508
  msgstr "istek-listem"
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
+ #, fuzzy
553
+ #| msgid "Add to Wishlist"
554
+ msgid "Customer Wishlists"
555
+ msgstr "İstek Listeme Ekle"
556
+
557
+ #: ../includes/class.yith-wcwl-privacy.php:133
558
+ #, fuzzy
559
+ #| msgid "Wishlist"
560
+ msgid "Wishlists"
561
+ msgstr "İstek Listesi"
562
+
563
+ #: ../includes/class.yith-wcwl-privacy.php:195
564
+ #, fuzzy, php-format
565
+ #| msgid "My wishlist on %s"
566
+ msgid "Removed wishlist %s."
567
+ msgstr "%s üzerinde istek listem"
568
+
569
+ #: ../includes/class.yith-wcwl-privacy.php:199
570
+ #, fuzzy, php-format
571
+ #| msgid "Wishlist table text"
572
+ msgid "Wishlist %s has been retained."
573
+ msgstr "İstek listesi tablo metni"
574
+
575
+ #: ../includes/class.yith-wcwl-privacy.php:210
576
+ msgid "Removed default user's wishlist"
577
+ msgstr ""
578
+
579
+ #: ../includes/class.yith-wcwl-privacy.php:228
580
+ msgid "Token"
581
+ msgstr ""
582
+
583
+ #: ../includes/class.yith-wcwl-privacy.php:229
584
+ #, fuzzy
585
+ #| msgid "Wishlist"
586
+ msgid "Wishlist url"
587
+ msgstr "İstek Listesi"
588
+
589
+ #: ../includes/class.yith-wcwl-privacy.php:230
590
+ msgid "Title"
591
+ msgstr ""
592
+
593
+ #: ../includes/class.yith-wcwl-privacy.php:231
594
+ msgctxt "date wishlist was created"
595
+ msgid "Created on"
596
+ msgstr ""
597
+
598
+ #: ../includes/class.yith-wcwl-privacy.php:232
599
+ msgid "Visibility"
600
+ msgstr ""
601
+
602
+ #: ../includes/class.yith-wcwl-privacy.php:233
603
+ msgid "Items Added"
604
+ msgstr ""
605
+
606
+ #: ../includes/class.yith-wcwl-privacy.php:283
607
+ #: ../templates/wishlist-view.php:212
608
+ #, fuzzy
609
+ msgid "Shared"
610
+ msgstr "Paylaşım seçenekleri:"
611
+
612
+ #: ../includes/class.yith-wcwl-privacy.php:286
613
+ #: ../templates/wishlist-view.php:215
614
+ msgid "Private"
615
+ msgstr ""
616
+
617
+ #: ../includes/class.yith-wcwl-privacy.php:289
618
+ #: ../templates/wishlist-view.php:218
619
+ msgid "Public"
620
+ msgstr ""
621
+
622
  #: ../includes/class.yith-wcwl-shortcode.php:259
623
  #: ../includes/class.yith-wcwl-ui.php:164
624
  msgid "Share on:"
641
  msgid "email"
642
  msgstr ""
643
 
644
+ #: ../includes/class.yith-wcwl.php:201
645
  #, fuzzy
646
  msgid "An error occurred while adding products to the wishlist."
647
  msgstr "Ürün istek listenize eklenirken bir hata meydana geldi."
648
 
649
+ #: ../includes/class.yith-wcwl.php:293
650
  #, fuzzy
651
  msgid "An error occurred while adding products to wishlist."
652
  msgstr "Ürün istek listenize eklenirken bir hata meydana geldi."
653
 
654
+ #: ../includes/class.yith-wcwl.php:310
655
  msgid "The \"Remove\" option now does not require any parameter"
656
  msgstr ""
657
 
658
+ #: ../includes/class.yith-wcwl.php:359
659
  #, fuzzy
660
  msgid "An error occurred while removing products from the wishlist"
661
  msgstr "Ürün istek listenizden kaldırılırken bir hata meydana geldi."
662
 
663
+ #: ../includes/class.yith-wcwl.php:809
664
  msgid "You need to log in before creating a new wishlist"
665
  msgstr ""
666
 
667
+ #: ../includes/class.yith-wcwl.php:1610
668
  msgid "Product successfully removed."
669
  msgstr "Ürün başarıyla kaldırıldı."
670
 
671
+ #: ../includes/class.yith-wcwl.php:1614
672
  msgid "Error. Unable to remove the product from the wishlist."
673
  msgstr "Hata. Ürün istek listenizden kaldırılamadı. "
674
 
675
+ #: ../includes/class.yith-wcwl.php:1618 ../templates/wishlist-view.php:242
676
  msgid "No products were added to the wishlist"
677
  msgstr "İstek listesinde herhangi bir ürün bulunmuyor"
678
 
679
+ #: ../includes/class.yith-wcwl.php:1660
680
  msgid "An error as occurred."
681
  msgstr ""
682
 
687
  msgstr ""
688
 
689
  #: ../init.php:140
690
+ msgid "You can't activate the free version of"
691
+ msgstr ""
692
+
693
+ #: ../init.php:140
694
+ msgid "while you are using the premium one."
695
  msgstr ""
696
 
697
  #: ../templates/admin/wishlist-panel-premium.php:185
975
  msgid "Stock Status"
976
  msgstr "Stok Durumu"
977
 
978
+ #: ../templates/wishlist-view.php:152 ../templates/wishlist-view.php:232
979
  msgid "Remove this product"
980
  msgstr "Bu ürünü kaldır"
981
 
983
  msgid "Free!"
984
  msgstr "Ücretsiz!"
985
 
986
+ #: ../templates/wishlist-view.php:179
987
  msgid "Out of Stock"
988
  msgstr "Stok Dışı"
989
 
990
+ #: ../templates/wishlist-view.php:179
991
  msgid "In Stock"
992
  msgstr "Stokta"
993
 
994
+ #: ../templates/wishlist-view.php:188
995
  #, php-format
996
  msgid "Added on : %s"
997
  msgstr ""
998
 
999
+ #: ../templates/wishlist-view.php:200
1000
  msgid "Move"
1001
  msgstr ""
1002
 
1003
+ #: ../templates/wishlist-view.php:232
 
 
 
 
 
 
 
 
 
 
 
 
 
1004
  msgid "Remove"
1005
  msgstr ""
1006
 
1007
+ #: ../templates/wishlist-view.php:259
1008
  msgid "Add the selected products to the cart"
1009
  msgstr ""
1010
 
1011
+ #: ../templates/wishlist-view.php:267 ../templates/wishlist-view.php:313
1012
  msgid "Ask for an estimate"
1013
  msgstr ""
1014
 
1015
+ #: ../templates/wishlist-view.php:303
1016
  msgid "Your email"
1017
  msgstr ""
1018
 
1178
  #~ msgid "Wishlist table background"
1179
  #~ msgstr "İstek listesi tablo arkaplanı"
1180
 
 
 
 
1181
  #~ msgid "Wishlist table border"
1182
  #~ msgstr "İstek listesi tablo kenar çizgisi"
1183
 
languages/yith-woocommerce-wishlist-uk_UA.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-uk_UA.po CHANGED
@@ -1,15 +1,15 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
- "POT-Creation-Date: 2017-10-24 17:34+0200\n"
5
- "PO-Revision-Date: 2017-10-24 17:34+0200\n"
6
  "Last-Translator: Valentyn Zubenko <valentyn.zubenko@gmail.com>\n"
7
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
8
  "Language: uk_UA\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 1.8.7.1\n"
13
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;__ngettext:1,2;"
14
  "__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;"
15
  "_nx_noop:4c,1,2\n"
@@ -20,83 +20,59 @@ msgstr ""
20
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
21
 
22
  #: ../includes/class.yith-wcwl-admin-init.php:159
23
- #: ../includes/class.yith-wcwl-admin-init.php:1483
24
- #: ../includes/class.yith-wcwl-admin-init.php:1484
25
- #: ../includes/class.yith-wcwl-install.php:244
26
  msgid "Wishlist"
27
  msgstr ""
28
 
29
  #: ../includes/class.yith-wcwl-admin-init.php:161
30
- #: ../includes/class.yith-wcwl-admin-init.php:251
31
  msgid "Settings"
32
  msgstr ""
33
 
34
  #: ../includes/class.yith-wcwl-admin-init.php:162
35
- #: ../includes/class.yith-wcwl-admin-init.php:236
36
  msgid "Colors"
37
  msgstr ""
38
 
39
  #: ../includes/class.yith-wcwl-admin-init.php:163
40
- #: ../includes/class.yith-wcwl-admin-init.php:255
41
  msgid "Premium Version"
42
  msgstr ""
43
 
44
- #: ../includes/class.yith-wcwl-admin-init.php:256
45
- msgid "Live Demo"
46
- msgstr ""
47
-
48
- #: ../includes/class.yith-wcwl-admin-init.php:280
49
- msgid ""
50
- "WARNING: This plugin requires at least WooCommerce 2.2! Please, use this "
51
- "link to update it."
52
- msgstr ""
53
-
54
- #: ../includes/class.yith-wcwl-admin-init.php:283
55
- msgid "WARNING: This plugin requires at least WooCommerce 2.2!"
56
- msgstr ""
57
-
58
- #: ../includes/class.yith-wcwl-admin-init.php:288
59
- msgid "Plugin Documentation"
60
- msgstr ""
61
-
62
- #: ../includes/class.yith-wcwl-admin-init.php:1023
63
  msgid "Upgrade to the PREMIUM VERSION"
64
  msgstr ""
65
 
66
- #: ../includes/class.yith-wcwl-admin-init.php:1026
67
- msgid "YITH WooCommerce Wishlist"
68
- msgstr ""
69
-
70
- #: ../includes/class.yith-wcwl-admin-init.php:1027
71
  msgid "Discover the Advanced Features"
72
  msgstr ""
73
 
74
- #: ../includes/class.yith-wcwl-admin-init.php:1028
75
  msgid ""
76
  "Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE WISHLIST to benefit from "
77
  "all features!"
78
  msgstr ""
79
 
80
- #: ../includes/class.yith-wcwl-admin-init.php:1034
81
  msgid "Get Support and Pro Features"
82
  msgstr ""
83
 
84
- #: ../includes/class.yith-wcwl-admin-init.php:1035
85
  msgid ""
86
  "By purchasing the premium version of the plugin, you will take advantage of "
87
  "the advanced features of the product and you will get one year of free "
88
  "updates and support through our platform available 24h/24."
89
  msgstr ""
90
 
91
- #: ../includes/class.yith-wcwl-admin-init.php:1045
92
  msgid "General Settings"
93
  msgstr ""
94
 
95
- #: ../includes/class.yith-wcwl-admin-init.php:1052
96
  msgid "Enable YITH Wishlist"
97
  msgstr ""
98
 
99
- #: ../includes/class.yith-wcwl-admin-init.php:1053
100
  #, php-format
101
  msgid ""
102
  "Enable all plugin features. <strong>Be sure to select at least one option in "
@@ -104,382 +80,382 @@ msgid ""
104
  "plugin <a href=\"%s\" target=\"_blank\">documentation</a>."
105
  msgstr ""
106
 
107
- #: ../includes/class.yith-wcwl-admin-init.php:1059
108
  msgid "Default wishlist title"
109
  msgstr ""
110
 
111
- #: ../includes/class.yith-wcwl-admin-init.php:1061
112
- #: ../includes/class.yith-wcwl-admin-init.php:1062
113
- #: ../includes/class.yith-wcwl-admin-init.php:1298
114
  #, php-format
115
  msgid "My wishlist on %s"
116
  msgstr "Мій обраний список в %s"
117
 
118
- #: ../includes/class.yith-wcwl-admin-init.php:1067
119
  msgid "Wishlist Page"
120
  msgstr ""
121
 
122
- #: ../includes/class.yith-wcwl-admin-init.php:1068
123
  msgid "Page contents: [yith_wcwl_wishlist]"
124
  msgstr ""
125
 
126
- #: ../includes/class.yith-wcwl-admin-init.php:1077
127
  msgid "Position"
128
  msgstr ""
129
 
130
- #: ../includes/class.yith-wcwl-admin-init.php:1078
131
  msgid ""
132
  "You can add the button in variable products only after the \"Add to Cart\" "
133
  "button or using the shortcode [yith_wcwl_add_to_wishlist]."
134
  msgstr ""
135
 
136
- #: ../includes/class.yith-wcwl-admin-init.php:1084
137
  msgid "After \"Add to cart\""
138
  msgstr "After \"Додати в кошик\""
139
 
140
- #: ../includes/class.yith-wcwl-admin-init.php:1085
141
  msgid "After thumbnails"
142
  msgstr ""
143
 
144
- #: ../includes/class.yith-wcwl-admin-init.php:1086
145
  msgid "After summary"
146
  msgstr ""
147
 
148
- #: ../includes/class.yith-wcwl-admin-init.php:1087
149
  msgid "Use shortcode"
150
  msgstr ""
151
 
152
- #: ../includes/class.yith-wcwl-admin-init.php:1092
153
  msgid "Redirect to cart"
154
  msgstr ""
155
 
156
- #: ../includes/class.yith-wcwl-admin-init.php:1093
157
  msgid ""
158
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
159
  "page."
160
  msgstr ""
161
 
162
- #: ../includes/class.yith-wcwl-admin-init.php:1099
163
  msgid "Remove if added to the cart"
164
  msgstr ""
165
 
166
- #: ../includes/class.yith-wcwl-admin-init.php:1100
167
  msgid "Remove the product from the wishlist if it has been added to the cart."
168
  msgstr ""
169
 
170
- #: ../includes/class.yith-wcwl-admin-init.php:1106
171
  msgid "\"Add to Wishlist\" text"
172
  msgstr ""
173
 
174
- #: ../includes/class.yith-wcwl-admin-init.php:1108
175
  msgid "Add to Wishlist"
176
  msgstr ""
177
 
178
- #: ../includes/class.yith-wcwl-admin-init.php:1113
179
  #, fuzzy
180
  msgid "\"Browse wishlist\" text"
181
  msgstr "\"Додати в кошик\" button text"
182
 
183
- #: ../includes/class.yith-wcwl-admin-init.php:1115
184
  #: ../includes/class.yith-wcwl-ui.php:82 ../includes/class.yith-wcwl-ui.php:83
185
  msgid "Browse Wishlist"
186
  msgstr ""
187
 
188
- #: ../includes/class.yith-wcwl-admin-init.php:1120
189
  msgid "\"Product already in wishlist\" text"
190
  msgstr ""
191
 
192
- #: ../includes/class.yith-wcwl-admin-init.php:1122
193
  #: ../includes/class.yith-wcwl-ui.php:83
194
  msgid "The product is already in the wishlist!"
195
  msgstr ""
196
 
197
- #: ../includes/class.yith-wcwl-admin-init.php:1127
198
  #, fuzzy
199
  msgid "\"Product added\" text"
200
  msgstr "Назва продукту"
201
 
202
- #: ../includes/class.yith-wcwl-admin-init.php:1129
203
  #: ../includes/class.yith-wcwl-ui.php:82
204
  msgid "Product added!"
205
  msgstr ""
206
 
207
- #: ../includes/class.yith-wcwl-admin-init.php:1134
208
  msgid "\"Add to Cart\" text"
209
  msgstr "\"Додати в кошик\" text"
210
 
211
- #: ../includes/class.yith-wcwl-admin-init.php:1136
212
  msgid "Add to Cart"
213
  msgstr "Додати в кошик"
214
 
215
- #: ../includes/class.yith-wcwl-admin-init.php:1141
216
  #, fuzzy
217
  msgid "Show Unit price"
218
  msgstr "Ціна"
219
 
220
- #: ../includes/class.yith-wcwl-admin-init.php:1142
221
  msgid "Show unit price for each product in wishlist"
222
  msgstr ""
223
 
224
- #: ../includes/class.yith-wcwl-admin-init.php:1149
225
  #, fuzzy
226
  msgid "Show \"Add to Cart\" button"
227
  msgstr "\"Додати в кошик\" button text"
228
 
229
- #: ../includes/class.yith-wcwl-admin-init.php:1150
230
  #, fuzzy
231
  msgid "Show \"Add to Cart\" button for each product in wishlist"
232
  msgstr "\"Додати в кошик\" button background"
233
 
234
- #: ../includes/class.yith-wcwl-admin-init.php:1157
235
  #, fuzzy
236
  msgid "Show Stock status"
237
  msgstr "Наявність на складі"
238
 
239
- #: ../includes/class.yith-wcwl-admin-init.php:1158
240
  msgid ""
241
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
242
  msgstr ""
243
 
244
- #: ../includes/class.yith-wcwl-admin-init.php:1165
245
  msgid "Show Date of addition"
246
  msgstr ""
247
 
248
- #: ../includes/class.yith-wcwl-admin-init.php:1166
249
  #, fuzzy
250
  msgid "Show the date when users have added a product to the wishlist"
251
  msgstr "Немає доданих продуктів до вибраного"
252
 
253
- #: ../includes/class.yith-wcwl-admin-init.php:1173
254
  #, fuzzy
255
  msgid "Add second remove button"
256
  msgstr "\"Додати в кошик\" button text"
257
 
258
- #: ../includes/class.yith-wcwl-admin-init.php:1174
259
  msgid "Add a second remove button in the last column, with extended label"
260
  msgstr ""
261
 
262
- #: ../includes/class.yith-wcwl-admin-init.php:1189
263
  msgid "Styles"
264
  msgstr ""
265
 
266
- #: ../includes/class.yith-wcwl-admin-init.php:1196
267
  msgid "Use buttons"
268
  msgstr ""
269
 
270
- #: ../includes/class.yith-wcwl-admin-init.php:1197
271
  msgid "Use buttons instead of simple anchors."
272
  msgstr ""
273
 
274
- #: ../includes/class.yith-wcwl-admin-init.php:1203
275
  msgid "Custom CSS"
276
  msgstr ""
277
 
278
- #: ../includes/class.yith-wcwl-admin-init.php:1210
279
  msgid "Use theme style"
280
  msgstr ""
281
 
282
- #: ../includes/class.yith-wcwl-admin-init.php:1211
283
  msgid "Use the theme style."
284
  msgstr ""
285
 
286
- #: ../includes/class.yith-wcwl-admin-init.php:1217
287
  msgid "Rounded buttons"
288
  msgstr ""
289
 
290
- #: ../includes/class.yith-wcwl-admin-init.php:1218
291
  msgid "Make button corners rounded"
292
  msgstr ""
293
 
294
- #: ../includes/class.yith-wcwl-admin-init.php:1224
295
  msgid "\"Add to Wishlist\" icon"
296
  msgstr ""
297
 
298
- #: ../includes/class.yith-wcwl-admin-init.php:1225
299
  msgid "Add an icon to the \"Add to Wishlist\" button"
300
  msgstr ""
301
 
302
- #: ../includes/class.yith-wcwl-admin-init.php:1235
303
  msgid "\"Add to Cart\" icon"
304
  msgstr "\"Додати в кошик\" icon"
305
 
306
- #: ../includes/class.yith-wcwl-admin-init.php:1236
307
  msgid "Add an icon to the \"Add to Cart\" button"
308
  msgstr "Add an icon to the \"Додати в кошик\" button"
309
 
310
- #: ../includes/class.yith-wcwl-admin-init.php:1254
311
  msgid "Social Networks & Share"
312
  msgstr ""
313
 
314
- #: ../includes/class.yith-wcwl-admin-init.php:1261
315
  msgid "Share on Facebook"
316
  msgstr ""
317
 
318
- #: ../includes/class.yith-wcwl-admin-init.php:1262
319
  #, fuzzy
320
  msgid "Show \"Share on Facebook\" button"
321
  msgstr "\"Додати в кошик\" button text"
322
 
323
- #: ../includes/class.yith-wcwl-admin-init.php:1268
324
  msgid "Tweet on Twitter"
325
  msgstr ""
326
 
327
- #: ../includes/class.yith-wcwl-admin-init.php:1269
328
  #, fuzzy
329
  msgid "Show \"Tweet on Twitter\" button"
330
  msgstr "\"Додати в кошик\" button text"
331
 
332
- #: ../includes/class.yith-wcwl-admin-init.php:1275
333
  msgid "Pin on Pinterest"
334
  msgstr ""
335
 
336
- #: ../includes/class.yith-wcwl-admin-init.php:1276
337
  #, fuzzy
338
  msgid "Show \"Pin on Pinterest\" button"
339
  msgstr "\"Додати в кошик\" button text"
340
 
341
- #: ../includes/class.yith-wcwl-admin-init.php:1282
342
  msgid "Share on Google+"
343
  msgstr ""
344
 
345
- #: ../includes/class.yith-wcwl-admin-init.php:1283
346
  #, fuzzy
347
  msgid "Show \"Share on Google+\" button"
348
  msgstr "\"Додати в кошик\" button text"
349
 
350
- #: ../includes/class.yith-wcwl-admin-init.php:1289
351
  msgid "Share by Email"
352
  msgstr ""
353
 
354
- #: ../includes/class.yith-wcwl-admin-init.php:1290
355
  #, fuzzy
356
  msgid "Show \"Share by Email\" button"
357
  msgstr "\"Додати в кошик\" button text"
358
 
359
- #: ../includes/class.yith-wcwl-admin-init.php:1296
360
  msgid "Social title"
361
  msgstr ""
362
 
363
- #: ../includes/class.yith-wcwl-admin-init.php:1303
364
  msgid "Social text"
365
  msgstr ""
366
 
367
- #: ../includes/class.yith-wcwl-admin-init.php:1304
368
  msgid ""
369
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
370
  "strong> where you want to show the URL of your wishlist."
371
  msgstr ""
372
 
373
- #: ../includes/class.yith-wcwl-admin-init.php:1311
374
  msgid "Social image URL"
375
  msgstr ""
376
 
377
- #: ../includes/class.yith-wcwl-admin-init.php:1312
378
  msgid "It will be used by Pinterest."
379
  msgstr ""
380
 
381
- #: ../includes/class.yith-wcwl-admin-init.php:1326
382
  #, php-format
383
  msgid ""
384
  "If you want to take advantage of this feature, you could consider to "
385
  "purchase the %s."
386
  msgstr ""
387
 
388
- #: ../includes/class.yith-wcwl-admin-init.php:1331
389
  msgid "YITH WooCommerce Frequently Bought Together Integration"
390
  msgstr ""
391
 
392
- #: ../includes/class.yith-wcwl-admin-init.php:1338
393
  msgid "Enable slider in wishlist"
394
  msgstr ""
395
 
396
- #: ../includes/class.yith-wcwl-admin-init.php:1339
397
  #, php-format
398
  msgid ""
399
  "Choose to enable product slider in wishlist page with linked products (<a "
400
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
401
  msgstr ""
402
 
403
- #: ../includes/class.yith-wcwl-admin-init.php:1375
404
  #, fuzzy
405
  msgid "\"Add to wishlist\" button"
406
  msgstr "\"Додати в кошик\" button text"
407
 
408
- #: ../includes/class.yith-wcwl-admin-init.php:1378
409
- #: ../includes/class.yith-wcwl-admin-init.php:1396
410
- #: ../includes/class.yith-wcwl-admin-init.php:1414
411
- #: ../includes/class.yith-wcwl-admin-init.php:1432
412
- #: ../includes/class.yith-wcwl-admin-init.php:1450
413
  msgid "Background"
414
  msgstr ""
415
 
416
- #: ../includes/class.yith-wcwl-admin-init.php:1379
417
- #: ../includes/class.yith-wcwl-admin-init.php:1397
418
- #: ../includes/class.yith-wcwl-admin-init.php:1415
419
- #: ../includes/class.yith-wcwl-admin-init.php:1433
420
- #: ../includes/class.yith-wcwl-admin-init.php:1451
421
  msgid "Text"
422
  msgstr ""
423
 
424
- #: ../includes/class.yith-wcwl-admin-init.php:1380
425
- #: ../includes/class.yith-wcwl-admin-init.php:1398
426
- #: ../includes/class.yith-wcwl-admin-init.php:1416
427
- #: ../includes/class.yith-wcwl-admin-init.php:1434
428
- #: ../includes/class.yith-wcwl-admin-init.php:1452
429
  msgid "Border"
430
  msgstr ""
431
 
432
- #: ../includes/class.yith-wcwl-admin-init.php:1387
433
- #: ../includes/class.yith-wcwl-admin-init.php:1405
434
- #: ../includes/class.yith-wcwl-admin-init.php:1423
435
- #: ../includes/class.yith-wcwl-admin-init.php:1441
436
  msgid "Background (hover)"
437
  msgstr ""
438
 
439
- #: ../includes/class.yith-wcwl-admin-init.php:1388
440
- #: ../includes/class.yith-wcwl-admin-init.php:1406
441
- #: ../includes/class.yith-wcwl-admin-init.php:1424
442
- #: ../includes/class.yith-wcwl-admin-init.php:1442
443
  msgid "Text (hover)"
444
  msgstr ""
445
 
446
- #: ../includes/class.yith-wcwl-admin-init.php:1389
447
- #: ../includes/class.yith-wcwl-admin-init.php:1407
448
- #: ../includes/class.yith-wcwl-admin-init.php:1425
449
- #: ../includes/class.yith-wcwl-admin-init.php:1443
450
  msgid "Border (hover)"
451
  msgstr ""
452
 
453
- #: ../includes/class.yith-wcwl-admin-init.php:1393
454
  #, fuzzy
455
  msgid "\"Add to Cart\" button"
456
  msgstr "\"Додати в кошик\" button text"
457
 
458
- #: ../includes/class.yith-wcwl-admin-init.php:1411
459
  msgid "\"Style 1\" button"
460
  msgstr ""
461
 
462
- #: ../includes/class.yith-wcwl-admin-init.php:1429
463
  msgid "\"Style 2\" button"
464
  msgstr ""
465
 
466
- #: ../includes/class.yith-wcwl-admin-init.php:1447
467
  msgid "Wishlist table"
468
  msgstr ""
469
 
470
- #: ../includes/class.yith-wcwl-admin-init.php:1456
471
  msgid "Headers"
472
  msgstr ""
473
 
474
- #: ../includes/class.yith-wcwl-admin-init.php:1459
475
  msgid "Background color"
476
  msgstr ""
477
 
478
- #: ../includes/class.yith-wcwl-admin-init.php:1549
479
  msgid "Wishlist Activated"
480
  msgstr ""
481
 
482
- #: ../includes/class.yith-wcwl-admin-init.php:1550
483
  #, php-format
484
  msgid ""
485
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
@@ -488,11 +464,11 @@ msgid ""
488
  "options, <a href=\"%s\">discover it now</a>."
489
  msgstr ""
490
 
491
- #: ../includes/class.yith-wcwl-admin-init.php:1561
492
  msgid "Wishlist Updated"
493
  msgstr ""
494
 
495
- #: ../includes/class.yith-wcwl-admin-init.php:1562
496
  #, php-format
497
  msgid ""
498
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
@@ -502,22 +478,129 @@ msgid ""
502
  "\">discover the PREMIUM version.</a>"
503
  msgstr ""
504
 
505
- #: ../includes/class.yith-wcwl-init.php:374
506
  msgid ""
507
  "We are sorry, but this feature is available only if cookies are enabled on "
508
  "your browser."
509
  msgstr ""
510
 
511
- #: ../includes/class.yith-wcwl-init.php:375
512
  #, fuzzy
513
  msgid "Product correctly added to cart"
514
  msgstr "Назва продукту"
515
 
516
- #: ../includes/class.yith-wcwl-install.php:243
517
  msgctxt "page_slug"
518
  msgid "wishlist"
519
  msgstr ""
520
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
521
  #: ../includes/class.yith-wcwl-shortcode.php:259
522
  #: ../includes/class.yith-wcwl-ui.php:164
523
  msgid "Share on:"
@@ -540,42 +623,42 @@ msgstr ""
540
  msgid "email"
541
  msgstr ""
542
 
543
- #: ../includes/class.yith-wcwl.php:177
544
  #, fuzzy
545
  msgid "An error occurred while adding products to the wishlist."
546
  msgstr "Немає доданих продуктів до вибраного"
547
 
548
- #: ../includes/class.yith-wcwl.php:269
549
  #, fuzzy
550
  msgid "An error occurred while adding products to wishlist."
551
  msgstr "Немає доданих продуктів до вибраного"
552
 
553
- #: ../includes/class.yith-wcwl.php:286
554
  msgid "The \"Remove\" option now does not require any parameter"
555
  msgstr ""
556
 
557
- #: ../includes/class.yith-wcwl.php:335
558
  #, fuzzy
559
  msgid "An error occurred while removing products from the wishlist"
560
  msgstr "Немає доданих продуктів до вибраного"
561
 
562
- #: ../includes/class.yith-wcwl.php:783
563
  msgid "You need to log in before creating a new wishlist"
564
  msgstr ""
565
 
566
- #: ../includes/class.yith-wcwl.php:1578
567
  msgid "Product successfully removed."
568
  msgstr ""
569
 
570
- #: ../includes/class.yith-wcwl.php:1582
571
  msgid "Error. Unable to remove the product from the wishlist."
572
  msgstr ""
573
 
574
- #: ../includes/class.yith-wcwl.php:1586 ../templates/wishlist-view.php:241
575
  msgid "No products were added to the wishlist"
576
  msgstr "Немає доданих продуктів до вибраного"
577
 
578
- #: ../includes/class.yith-wcwl.php:1628
579
  msgid "An error as occurred."
580
  msgstr ""
581
 
@@ -586,9 +669,11 @@ msgid ""
586
  msgstr ""
587
 
588
  #: ../init.php:140
589
- msgid ""
590
- "You can't activate the free version of YITH WooCommerce Wishlist while you "
591
- "are using the premium one."
 
 
592
  msgstr ""
593
 
594
  #: ../templates/admin/wishlist-panel-premium.php:185
@@ -869,7 +954,7 @@ msgstr "Ціна"
869
  msgid "Stock Status"
870
  msgstr "Наявність на складі"
871
 
872
- #: ../templates/wishlist-view.php:152 ../templates/wishlist-view.php:231
873
  msgid "Remove this product"
874
  msgstr ""
875
 
@@ -877,49 +962,36 @@ msgstr ""
877
  msgid "Free!"
878
  msgstr ""
879
 
880
- #: ../templates/wishlist-view.php:178
881
  msgid "Out of Stock"
882
  msgstr ""
883
 
884
- #: ../templates/wishlist-view.php:178
885
  msgid "In Stock"
886
  msgstr "в наявності"
887
 
888
- #: ../templates/wishlist-view.php:187
889
  #, php-format
890
  msgid "Added on : %s"
891
  msgstr ""
892
 
893
- #: ../templates/wishlist-view.php:199
894
  msgid "Move"
895
  msgstr ""
896
 
897
- #: ../templates/wishlist-view.php:211
898
- #, fuzzy
899
- msgid "Shared"
900
- msgstr "Поширити в:"
901
-
902
- #: ../templates/wishlist-view.php:214
903
- msgid "Private"
904
- msgstr ""
905
-
906
- #: ../templates/wishlist-view.php:217
907
- msgid "Public"
908
- msgstr ""
909
-
910
- #: ../templates/wishlist-view.php:231
911
  msgid "Remove"
912
  msgstr ""
913
 
914
- #: ../templates/wishlist-view.php:258
915
  msgid "Add the selected products to the cart"
916
  msgstr ""
917
 
918
- #: ../templates/wishlist-view.php:266 ../templates/wishlist-view.php:312
919
  msgid "Ask for an estimate"
920
  msgstr ""
921
 
922
- #: ../templates/wishlist-view.php:302
923
  msgid "Your email"
924
  msgstr ""
925
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
+ "POT-Creation-Date: 2018-10-04 14:52+0200\n"
5
+ "PO-Revision-Date: 2018-10-04 14:52+0200\n"
6
  "Last-Translator: Valentyn Zubenko <valentyn.zubenko@gmail.com>\n"
7
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
8
  "Language: uk_UA\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 2.0.8\n"
13
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;__ngettext:1,2;"
14
  "__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;"
15
  "_nx_noop:4c,1,2\n"
20
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
21
 
22
  #: ../includes/class.yith-wcwl-admin-init.php:159
23
+ #: ../includes/class.yith-wcwl-admin-init.php:1478
24
+ #: ../includes/class.yith-wcwl-admin-init.php:1479
25
+ #: ../includes/class.yith-wcwl-install.php:245
26
  msgid "Wishlist"
27
  msgstr ""
28
 
29
  #: ../includes/class.yith-wcwl-admin-init.php:161
 
30
  msgid "Settings"
31
  msgstr ""
32
 
33
  #: ../includes/class.yith-wcwl-admin-init.php:162
34
+ #: ../includes/class.yith-wcwl-admin-init.php:243
35
  msgid "Colors"
36
  msgstr ""
37
 
38
  #: ../includes/class.yith-wcwl-admin-init.php:163
 
39
  msgid "Premium Version"
40
  msgstr ""
41
 
42
+ #: ../includes/class.yith-wcwl-admin-init.php:1018
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
43
  msgid "Upgrade to the PREMIUM VERSION"
44
  msgstr ""
45
 
46
+ #: ../includes/class.yith-wcwl-admin-init.php:1022
 
 
 
 
47
  msgid "Discover the Advanced Features"
48
  msgstr ""
49
 
50
+ #: ../includes/class.yith-wcwl-admin-init.php:1023
51
  msgid ""
52
  "Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE WISHLIST to benefit from "
53
  "all features!"
54
  msgstr ""
55
 
56
+ #: ../includes/class.yith-wcwl-admin-init.php:1029
57
  msgid "Get Support and Pro Features"
58
  msgstr ""
59
 
60
+ #: ../includes/class.yith-wcwl-admin-init.php:1030
61
  msgid ""
62
  "By purchasing the premium version of the plugin, you will take advantage of "
63
  "the advanced features of the product and you will get one year of free "
64
  "updates and support through our platform available 24h/24."
65
  msgstr ""
66
 
67
+ #: ../includes/class.yith-wcwl-admin-init.php:1040
68
  msgid "General Settings"
69
  msgstr ""
70
 
71
+ #: ../includes/class.yith-wcwl-admin-init.php:1047
72
  msgid "Enable YITH Wishlist"
73
  msgstr ""
74
 
75
+ #: ../includes/class.yith-wcwl-admin-init.php:1048
76
  #, php-format
77
  msgid ""
78
  "Enable all plugin features. <strong>Be sure to select at least one option in "
80
  "plugin <a href=\"%s\" target=\"_blank\">documentation</a>."
81
  msgstr ""
82
 
83
+ #: ../includes/class.yith-wcwl-admin-init.php:1054
84
  msgid "Default wishlist title"
85
  msgstr ""
86
 
87
+ #: ../includes/class.yith-wcwl-admin-init.php:1056
88
+ #: ../includes/class.yith-wcwl-admin-init.php:1057
89
+ #: ../includes/class.yith-wcwl-admin-init.php:1293
90
  #, php-format
91
  msgid "My wishlist on %s"
92
  msgstr "Мій обраний список в %s"
93
 
94
+ #: ../includes/class.yith-wcwl-admin-init.php:1062
95
  msgid "Wishlist Page"
96
  msgstr ""
97
 
98
+ #: ../includes/class.yith-wcwl-admin-init.php:1063
99
  msgid "Page contents: [yith_wcwl_wishlist]"
100
  msgstr ""
101
 
102
+ #: ../includes/class.yith-wcwl-admin-init.php:1072
103
  msgid "Position"
104
  msgstr ""
105
 
106
+ #: ../includes/class.yith-wcwl-admin-init.php:1073
107
  msgid ""
108
  "You can add the button in variable products only after the \"Add to Cart\" "
109
  "button or using the shortcode [yith_wcwl_add_to_wishlist]."
110
  msgstr ""
111
 
112
+ #: ../includes/class.yith-wcwl-admin-init.php:1079
113
  msgid "After \"Add to cart\""
114
  msgstr "After \"Додати в кошик\""
115
 
116
+ #: ../includes/class.yith-wcwl-admin-init.php:1080
117
  msgid "After thumbnails"
118
  msgstr ""
119
 
120
+ #: ../includes/class.yith-wcwl-admin-init.php:1081
121
  msgid "After summary"
122
  msgstr ""
123
 
124
+ #: ../includes/class.yith-wcwl-admin-init.php:1082
125
  msgid "Use shortcode"
126
  msgstr ""
127
 
128
+ #: ../includes/class.yith-wcwl-admin-init.php:1087
129
  msgid "Redirect to cart"
130
  msgstr ""
131
 
132
+ #: ../includes/class.yith-wcwl-admin-init.php:1088
133
  msgid ""
134
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
135
  "page."
136
  msgstr ""
137
 
138
+ #: ../includes/class.yith-wcwl-admin-init.php:1094
139
  msgid "Remove if added to the cart"
140
  msgstr ""
141
 
142
+ #: ../includes/class.yith-wcwl-admin-init.php:1095
143
  msgid "Remove the product from the wishlist if it has been added to the cart."
144
  msgstr ""
145
 
146
+ #: ../includes/class.yith-wcwl-admin-init.php:1101
147
  msgid "\"Add to Wishlist\" text"
148
  msgstr ""
149
 
150
+ #: ../includes/class.yith-wcwl-admin-init.php:1103
151
  msgid "Add to Wishlist"
152
  msgstr ""
153
 
154
+ #: ../includes/class.yith-wcwl-admin-init.php:1108
155
  #, fuzzy
156
  msgid "\"Browse wishlist\" text"
157
  msgstr "\"Додати в кошик\" button text"
158
 
159
+ #: ../includes/class.yith-wcwl-admin-init.php:1110
160
  #: ../includes/class.yith-wcwl-ui.php:82 ../includes/class.yith-wcwl-ui.php:83
161
  msgid "Browse Wishlist"
162
  msgstr ""
163
 
164
+ #: ../includes/class.yith-wcwl-admin-init.php:1115
165
  msgid "\"Product already in wishlist\" text"
166
  msgstr ""
167
 
168
+ #: ../includes/class.yith-wcwl-admin-init.php:1117
169
  #: ../includes/class.yith-wcwl-ui.php:83
170
  msgid "The product is already in the wishlist!"
171
  msgstr ""
172
 
173
+ #: ../includes/class.yith-wcwl-admin-init.php:1122
174
  #, fuzzy
175
  msgid "\"Product added\" text"
176
  msgstr "Назва продукту"
177
 
178
+ #: ../includes/class.yith-wcwl-admin-init.php:1124
179
  #: ../includes/class.yith-wcwl-ui.php:82
180
  msgid "Product added!"
181
  msgstr ""
182
 
183
+ #: ../includes/class.yith-wcwl-admin-init.php:1129
184
  msgid "\"Add to Cart\" text"
185
  msgstr "\"Додати в кошик\" text"
186
 
187
+ #: ../includes/class.yith-wcwl-admin-init.php:1131
188
  msgid "Add to Cart"
189
  msgstr "Додати в кошик"
190
 
191
+ #: ../includes/class.yith-wcwl-admin-init.php:1136
192
  #, fuzzy
193
  msgid "Show Unit price"
194
  msgstr "Ціна"
195
 
196
+ #: ../includes/class.yith-wcwl-admin-init.php:1137
197
  msgid "Show unit price for each product in wishlist"
198
  msgstr ""
199
 
200
+ #: ../includes/class.yith-wcwl-admin-init.php:1144
201
  #, fuzzy
202
  msgid "Show \"Add to Cart\" button"
203
  msgstr "\"Додати в кошик\" button text"
204
 
205
+ #: ../includes/class.yith-wcwl-admin-init.php:1145
206
  #, fuzzy
207
  msgid "Show \"Add to Cart\" button for each product in wishlist"
208
  msgstr "\"Додати в кошик\" button background"
209
 
210
+ #: ../includes/class.yith-wcwl-admin-init.php:1152
211
  #, fuzzy
212
  msgid "Show Stock status"
213
  msgstr "Наявність на складі"
214
 
215
+ #: ../includes/class.yith-wcwl-admin-init.php:1153
216
  msgid ""
217
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
218
  msgstr ""
219
 
220
+ #: ../includes/class.yith-wcwl-admin-init.php:1160
221
  msgid "Show Date of addition"
222
  msgstr ""
223
 
224
+ #: ../includes/class.yith-wcwl-admin-init.php:1161
225
  #, fuzzy
226
  msgid "Show the date when users have added a product to the wishlist"
227
  msgstr "Немає доданих продуктів до вибраного"
228
 
229
+ #: ../includes/class.yith-wcwl-admin-init.php:1168
230
  #, fuzzy
231
  msgid "Add second remove button"
232
  msgstr "\"Додати в кошик\" button text"
233
 
234
+ #: ../includes/class.yith-wcwl-admin-init.php:1169
235
  msgid "Add a second remove button in the last column, with extended label"
236
  msgstr ""
237
 
238
+ #: ../includes/class.yith-wcwl-admin-init.php:1184
239
  msgid "Styles"
240
  msgstr ""
241
 
242
+ #: ../includes/class.yith-wcwl-admin-init.php:1191
243
  msgid "Use buttons"
244
  msgstr ""
245
 
246
+ #: ../includes/class.yith-wcwl-admin-init.php:1192
247
  msgid "Use buttons instead of simple anchors."
248
  msgstr ""
249
 
250
+ #: ../includes/class.yith-wcwl-admin-init.php:1198
251
  msgid "Custom CSS"
252
  msgstr ""
253
 
254
+ #: ../includes/class.yith-wcwl-admin-init.php:1205
255
  msgid "Use theme style"
256
  msgstr ""
257
 
258
+ #: ../includes/class.yith-wcwl-admin-init.php:1206
259
  msgid "Use the theme style."
260
  msgstr ""
261
 
262
+ #: ../includes/class.yith-wcwl-admin-init.php:1212
263
  msgid "Rounded buttons"
264
  msgstr ""
265
 
266
+ #: ../includes/class.yith-wcwl-admin-init.php:1213
267
  msgid "Make button corners rounded"
268
  msgstr ""
269
 
270
+ #: ../includes/class.yith-wcwl-admin-init.php:1219
271
  msgid "\"Add to Wishlist\" icon"
272
  msgstr ""
273
 
274
+ #: ../includes/class.yith-wcwl-admin-init.php:1220
275
  msgid "Add an icon to the \"Add to Wishlist\" button"
276
  msgstr ""
277
 
278
+ #: ../includes/class.yith-wcwl-admin-init.php:1230
279
  msgid "\"Add to Cart\" icon"
280
  msgstr "\"Додати в кошик\" icon"
281
 
282
+ #: ../includes/class.yith-wcwl-admin-init.php:1231
283
  msgid "Add an icon to the \"Add to Cart\" button"
284
  msgstr "Add an icon to the \"Додати в кошик\" button"
285
 
286
+ #: ../includes/class.yith-wcwl-admin-init.php:1249
287
  msgid "Social Networks & Share"
288
  msgstr ""
289
 
290
+ #: ../includes/class.yith-wcwl-admin-init.php:1256
291
  msgid "Share on Facebook"
292
  msgstr ""
293
 
294
+ #: ../includes/class.yith-wcwl-admin-init.php:1257
295
  #, fuzzy
296
  msgid "Show \"Share on Facebook\" button"
297
  msgstr "\"Додати в кошик\" button text"
298
 
299
+ #: ../includes/class.yith-wcwl-admin-init.php:1263
300
  msgid "Tweet on Twitter"
301
  msgstr ""
302
 
303
+ #: ../includes/class.yith-wcwl-admin-init.php:1264
304
  #, fuzzy
305
  msgid "Show \"Tweet on Twitter\" button"
306
  msgstr "\"Додати в кошик\" button text"
307
 
308
+ #: ../includes/class.yith-wcwl-admin-init.php:1270
309
  msgid "Pin on Pinterest"
310
  msgstr ""
311
 
312
+ #: ../includes/class.yith-wcwl-admin-init.php:1271
313
  #, fuzzy
314
  msgid "Show \"Pin on Pinterest\" button"
315
  msgstr "\"Додати в кошик\" button text"
316
 
317
+ #: ../includes/class.yith-wcwl-admin-init.php:1277
318
  msgid "Share on Google+"
319
  msgstr ""
320
 
321
+ #: ../includes/class.yith-wcwl-admin-init.php:1278
322
  #, fuzzy
323
  msgid "Show \"Share on Google+\" button"
324
  msgstr "\"Додати в кошик\" button text"
325
 
326
+ #: ../includes/class.yith-wcwl-admin-init.php:1284
327
  msgid "Share by Email"
328
  msgstr ""
329
 
330
+ #: ../includes/class.yith-wcwl-admin-init.php:1285
331
  #, fuzzy
332
  msgid "Show \"Share by Email\" button"
333
  msgstr "\"Додати в кошик\" button text"
334
 
335
+ #: ../includes/class.yith-wcwl-admin-init.php:1291
336
  msgid "Social title"
337
  msgstr ""
338
 
339
+ #: ../includes/class.yith-wcwl-admin-init.php:1298
340
  msgid "Social text"
341
  msgstr ""
342
 
343
+ #: ../includes/class.yith-wcwl-admin-init.php:1299
344
  msgid ""
345
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
346
  "strong> where you want to show the URL of your wishlist."
347
  msgstr ""
348
 
349
+ #: ../includes/class.yith-wcwl-admin-init.php:1306
350
  msgid "Social image URL"
351
  msgstr ""
352
 
353
+ #: ../includes/class.yith-wcwl-admin-init.php:1307
354
  msgid "It will be used by Pinterest."
355
  msgstr ""
356
 
357
+ #: ../includes/class.yith-wcwl-admin-init.php:1321
358
  #, php-format
359
  msgid ""
360
  "If you want to take advantage of this feature, you could consider to "
361
  "purchase the %s."
362
  msgstr ""
363
 
364
+ #: ../includes/class.yith-wcwl-admin-init.php:1326
365
  msgid "YITH WooCommerce Frequently Bought Together Integration"
366
  msgstr ""
367
 
368
+ #: ../includes/class.yith-wcwl-admin-init.php:1333
369
  msgid "Enable slider in wishlist"
370
  msgstr ""
371
 
372
+ #: ../includes/class.yith-wcwl-admin-init.php:1334
373
  #, php-format
374
  msgid ""
375
  "Choose to enable product slider in wishlist page with linked products (<a "
376
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
377
  msgstr ""
378
 
379
+ #: ../includes/class.yith-wcwl-admin-init.php:1370
380
  #, fuzzy
381
  msgid "\"Add to wishlist\" button"
382
  msgstr "\"Додати в кошик\" button text"
383
 
384
+ #: ../includes/class.yith-wcwl-admin-init.php:1373
385
+ #: ../includes/class.yith-wcwl-admin-init.php:1391
386
+ #: ../includes/class.yith-wcwl-admin-init.php:1409
387
+ #: ../includes/class.yith-wcwl-admin-init.php:1427
388
+ #: ../includes/class.yith-wcwl-admin-init.php:1445
389
  msgid "Background"
390
  msgstr ""
391
 
392
+ #: ../includes/class.yith-wcwl-admin-init.php:1374
393
+ #: ../includes/class.yith-wcwl-admin-init.php:1392
394
+ #: ../includes/class.yith-wcwl-admin-init.php:1410
395
+ #: ../includes/class.yith-wcwl-admin-init.php:1428
396
+ #: ../includes/class.yith-wcwl-admin-init.php:1446
397
  msgid "Text"
398
  msgstr ""
399
 
400
+ #: ../includes/class.yith-wcwl-admin-init.php:1375
401
+ #: ../includes/class.yith-wcwl-admin-init.php:1393
402
+ #: ../includes/class.yith-wcwl-admin-init.php:1411
403
+ #: ../includes/class.yith-wcwl-admin-init.php:1429
404
+ #: ../includes/class.yith-wcwl-admin-init.php:1447
405
  msgid "Border"
406
  msgstr ""
407
 
408
+ #: ../includes/class.yith-wcwl-admin-init.php:1382
409
+ #: ../includes/class.yith-wcwl-admin-init.php:1400
410
+ #: ../includes/class.yith-wcwl-admin-init.php:1418
411
+ #: ../includes/class.yith-wcwl-admin-init.php:1436
412
  msgid "Background (hover)"
413
  msgstr ""
414
 
415
+ #: ../includes/class.yith-wcwl-admin-init.php:1383
416
+ #: ../includes/class.yith-wcwl-admin-init.php:1401
417
+ #: ../includes/class.yith-wcwl-admin-init.php:1419
418
+ #: ../includes/class.yith-wcwl-admin-init.php:1437
419
  msgid "Text (hover)"
420
  msgstr ""
421
 
422
+ #: ../includes/class.yith-wcwl-admin-init.php:1384
423
+ #: ../includes/class.yith-wcwl-admin-init.php:1402
424
+ #: ../includes/class.yith-wcwl-admin-init.php:1420
425
+ #: ../includes/class.yith-wcwl-admin-init.php:1438
426
  msgid "Border (hover)"
427
  msgstr ""
428
 
429
+ #: ../includes/class.yith-wcwl-admin-init.php:1388
430
  #, fuzzy
431
  msgid "\"Add to Cart\" button"
432
  msgstr "\"Додати в кошик\" button text"
433
 
434
+ #: ../includes/class.yith-wcwl-admin-init.php:1406
435
  msgid "\"Style 1\" button"
436
  msgstr ""
437
 
438
+ #: ../includes/class.yith-wcwl-admin-init.php:1424
439
  msgid "\"Style 2\" button"
440
  msgstr ""
441
 
442
+ #: ../includes/class.yith-wcwl-admin-init.php:1442
443
  msgid "Wishlist table"
444
  msgstr ""
445
 
446
+ #: ../includes/class.yith-wcwl-admin-init.php:1451
447
  msgid "Headers"
448
  msgstr ""
449
 
450
+ #: ../includes/class.yith-wcwl-admin-init.php:1454
451
  msgid "Background color"
452
  msgstr ""
453
 
454
+ #: ../includes/class.yith-wcwl-admin-init.php:1544
455
  msgid "Wishlist Activated"
456
  msgstr ""
457
 
458
+ #: ../includes/class.yith-wcwl-admin-init.php:1545
459
  #, php-format
460
  msgid ""
461
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
464
  "options, <a href=\"%s\">discover it now</a>."
465
  msgstr ""
466
 
467
+ #: ../includes/class.yith-wcwl-admin-init.php:1556
468
  msgid "Wishlist Updated"
469
  msgstr ""
470
 
471
+ #: ../includes/class.yith-wcwl-admin-init.php:1557
472
  #, php-format
473
  msgid ""
474
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
478
  "\">discover the PREMIUM version.</a>"
479
  msgstr ""
480
 
481
+ #: ../includes/class.yith-wcwl-init.php:403
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:404
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
+ msgid "Customer Wishlists"
540
+ msgstr ""
541
+
542
+ #: ../includes/class.yith-wcwl-privacy.php:133
543
+ #, fuzzy
544
+ #| msgid "My wishlist on %s"
545
+ msgid "Wishlists"
546
+ msgstr "Мій обраний список в %s"
547
+
548
+ #: ../includes/class.yith-wcwl-privacy.php:195
549
+ #, fuzzy, php-format
550
+ #| msgid "My wishlist on %s"
551
+ msgid "Removed wishlist %s."
552
+ msgstr "Мій обраний список в %s"
553
+
554
+ #: ../includes/class.yith-wcwl-privacy.php:199
555
+ #, php-format
556
+ msgid "Wishlist %s has been retained."
557
+ msgstr ""
558
+
559
+ #: ../includes/class.yith-wcwl-privacy.php:210
560
+ msgid "Removed default user's wishlist"
561
+ msgstr ""
562
+
563
+ #: ../includes/class.yith-wcwl-privacy.php:228
564
+ msgid "Token"
565
+ msgstr ""
566
+
567
+ #: ../includes/class.yith-wcwl-privacy.php:229
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
589
+ #: ../templates/wishlist-view.php:212
590
+ #, fuzzy
591
+ msgid "Shared"
592
+ msgstr "Поширити в:"
593
+
594
+ #: ../includes/class.yith-wcwl-privacy.php:286
595
+ #: ../templates/wishlist-view.php:215
596
+ msgid "Private"
597
+ msgstr ""
598
+
599
+ #: ../includes/class.yith-wcwl-privacy.php:289
600
+ #: ../templates/wishlist-view.php:218
601
+ msgid "Public"
602
+ msgstr ""
603
+
604
  #: ../includes/class.yith-wcwl-shortcode.php:259
605
  #: ../includes/class.yith-wcwl-ui.php:164
606
  msgid "Share on:"
623
  msgid "email"
624
  msgstr ""
625
 
626
+ #: ../includes/class.yith-wcwl.php:201
627
  #, fuzzy
628
  msgid "An error occurred while adding products to the wishlist."
629
  msgstr "Немає доданих продуктів до вибраного"
630
 
631
+ #: ../includes/class.yith-wcwl.php:293
632
  #, fuzzy
633
  msgid "An error occurred while adding products to wishlist."
634
  msgstr "Немає доданих продуктів до вибраного"
635
 
636
+ #: ../includes/class.yith-wcwl.php:310
637
  msgid "The \"Remove\" option now does not require any parameter"
638
  msgstr ""
639
 
640
+ #: ../includes/class.yith-wcwl.php:359
641
  #, fuzzy
642
  msgid "An error occurred while removing products from the wishlist"
643
  msgstr "Немає доданих продуктів до вибраного"
644
 
645
+ #: ../includes/class.yith-wcwl.php:809
646
  msgid "You need to log in before creating a new wishlist"
647
  msgstr ""
648
 
649
+ #: ../includes/class.yith-wcwl.php:1610
650
  msgid "Product successfully removed."
651
  msgstr ""
652
 
653
+ #: ../includes/class.yith-wcwl.php:1614
654
  msgid "Error. Unable to remove the product from the wishlist."
655
  msgstr ""
656
 
657
+ #: ../includes/class.yith-wcwl.php:1618 ../templates/wishlist-view.php:242
658
  msgid "No products were added to the wishlist"
659
  msgstr "Немає доданих продуктів до вибраного"
660
 
661
+ #: ../includes/class.yith-wcwl.php:1660
662
  msgid "An error as occurred."
663
  msgstr ""
664
 
669
  msgstr ""
670
 
671
  #: ../init.php:140
672
+ msgid "You can't activate the free version of"
673
+ msgstr ""
674
+
675
+ #: ../init.php:140
676
+ msgid "while you are using the premium one."
677
  msgstr ""
678
 
679
  #: ../templates/admin/wishlist-panel-premium.php:185
954
  msgid "Stock Status"
955
  msgstr "Наявність на складі"
956
 
957
+ #: ../templates/wishlist-view.php:152 ../templates/wishlist-view.php:232
958
  msgid "Remove this product"
959
  msgstr ""
960
 
962
  msgid "Free!"
963
  msgstr ""
964
 
965
+ #: ../templates/wishlist-view.php:179
966
  msgid "Out of Stock"
967
  msgstr ""
968
 
969
+ #: ../templates/wishlist-view.php:179
970
  msgid "In Stock"
971
  msgstr "в наявності"
972
 
973
+ #: ../templates/wishlist-view.php:188
974
  #, php-format
975
  msgid "Added on : %s"
976
  msgstr ""
977
 
978
+ #: ../templates/wishlist-view.php:200
979
  msgid "Move"
980
  msgstr ""
981
 
982
+ #: ../templates/wishlist-view.php:232
 
 
 
 
 
 
 
 
 
 
 
 
 
983
  msgid "Remove"
984
  msgstr ""
985
 
986
+ #: ../templates/wishlist-view.php:259
987
  msgid "Add the selected products to the cart"
988
  msgstr ""
989
 
990
+ #: ../templates/wishlist-view.php:267 ../templates/wishlist-view.php:313
991
  msgid "Ask for an estimate"
992
  msgstr ""
993
 
994
+ #: ../templates/wishlist-view.php:303
995
  msgid "Your email"
996
  msgstr ""
997
 
languages/yith-woocommerce-wishlist-zh_CN.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-zh_CN.po CHANGED
@@ -1,15 +1,15 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
- "POT-Creation-Date: 2017-10-24 17:34+0200\n"
5
- "PO-Revision-Date: 2017-10-24 17:34+0200\n"
6
  "Last-Translator: 李明軒 <eggeggxuan@gmail.com>\n"
7
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
8
  "Language: zh_CN\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 1.8.7.1\n"
13
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;__ngettext:1,2;"
14
  "__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;"
15
  "_nx_noop:4c,1,2\n"
@@ -20,83 +20,59 @@ msgstr ""
20
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
21
 
22
  #: ../includes/class.yith-wcwl-admin-init.php:159
23
- #: ../includes/class.yith-wcwl-admin-init.php:1483
24
- #: ../includes/class.yith-wcwl-admin-init.php:1484
25
- #: ../includes/class.yith-wcwl-install.php:244
26
  msgid "Wishlist"
27
  msgstr "愿望清单"
28
 
29
  #: ../includes/class.yith-wcwl-admin-init.php:161
30
- #: ../includes/class.yith-wcwl-admin-init.php:251
31
  msgid "Settings"
32
  msgstr ""
33
 
34
  #: ../includes/class.yith-wcwl-admin-init.php:162
35
- #: ../includes/class.yith-wcwl-admin-init.php:236
36
  msgid "Colors"
37
  msgstr ""
38
 
39
  #: ../includes/class.yith-wcwl-admin-init.php:163
40
- #: ../includes/class.yith-wcwl-admin-init.php:255
41
  msgid "Premium Version"
42
  msgstr ""
43
 
44
- #: ../includes/class.yith-wcwl-admin-init.php:256
45
- msgid "Live Demo"
46
- msgstr ""
47
-
48
- #: ../includes/class.yith-wcwl-admin-init.php:280
49
- msgid ""
50
- "WARNING: This plugin requires at least WooCommerce 2.2! Please, use this "
51
- "link to update it."
52
- msgstr ""
53
-
54
- #: ../includes/class.yith-wcwl-admin-init.php:283
55
- msgid "WARNING: This plugin requires at least WooCommerce 2.2!"
56
- msgstr ""
57
-
58
- #: ../includes/class.yith-wcwl-admin-init.php:288
59
- msgid "Plugin Documentation"
60
- msgstr ""
61
-
62
- #: ../includes/class.yith-wcwl-admin-init.php:1023
63
  msgid "Upgrade to the PREMIUM VERSION"
64
  msgstr ""
65
 
66
- #: ../includes/class.yith-wcwl-admin-init.php:1026
67
- msgid "YITH WooCommerce Wishlist"
68
- msgstr ""
69
-
70
- #: ../includes/class.yith-wcwl-admin-init.php:1027
71
  msgid "Discover the Advanced Features"
72
  msgstr ""
73
 
74
- #: ../includes/class.yith-wcwl-admin-init.php:1028
75
  msgid ""
76
  "Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE WISHLIST to benefit from "
77
  "all features!"
78
  msgstr ""
79
 
80
- #: ../includes/class.yith-wcwl-admin-init.php:1034
81
  msgid "Get Support and Pro Features"
82
  msgstr ""
83
 
84
- #: ../includes/class.yith-wcwl-admin-init.php:1035
85
  msgid ""
86
  "By purchasing the premium version of the plugin, you will take advantage of "
87
  "the advanced features of the product and you will get one year of free "
88
  "updates and support through our platform available 24h/24."
89
  msgstr ""
90
 
91
- #: ../includes/class.yith-wcwl-admin-init.php:1045
92
  msgid "General Settings"
93
  msgstr ""
94
 
95
- #: ../includes/class.yith-wcwl-admin-init.php:1052
96
  msgid "Enable YITH Wishlist"
97
  msgstr ""
98
 
99
- #: ../includes/class.yith-wcwl-admin-init.php:1053
100
  #, php-format
101
  msgid ""
102
  "Enable all plugin features. <strong>Be sure to select at least one option in "
@@ -104,373 +80,373 @@ msgid ""
104
  "plugin <a href=\"%s\" target=\"_blank\">documentation</a>."
105
  msgstr ""
106
 
107
- #: ../includes/class.yith-wcwl-admin-init.php:1059
108
  msgid "Default wishlist title"
109
  msgstr ""
110
 
111
- #: ../includes/class.yith-wcwl-admin-init.php:1061
112
- #: ../includes/class.yith-wcwl-admin-init.php:1062
113
- #: ../includes/class.yith-wcwl-admin-init.php:1298
114
  #, php-format
115
  msgid "My wishlist on %s"
116
  msgstr ""
117
 
118
- #: ../includes/class.yith-wcwl-admin-init.php:1067
119
  msgid "Wishlist Page"
120
  msgstr ""
121
 
122
- #: ../includes/class.yith-wcwl-admin-init.php:1068
123
  msgid "Page contents: [yith_wcwl_wishlist]"
124
  msgstr ""
125
 
126
- #: ../includes/class.yith-wcwl-admin-init.php:1077
127
  msgid "Position"
128
  msgstr ""
129
 
130
- #: ../includes/class.yith-wcwl-admin-init.php:1078
131
  msgid ""
132
  "You can add the button in variable products only after the \"Add to Cart\" "
133
  "button or using the shortcode [yith_wcwl_add_to_wishlist]."
134
  msgstr ""
135
 
136
- #: ../includes/class.yith-wcwl-admin-init.php:1084
137
  msgid "After \"Add to cart\""
138
  msgstr ""
139
 
140
- #: ../includes/class.yith-wcwl-admin-init.php:1085
141
  msgid "After thumbnails"
142
  msgstr ""
143
 
144
- #: ../includes/class.yith-wcwl-admin-init.php:1086
145
  msgid "After summary"
146
  msgstr ""
147
 
148
- #: ../includes/class.yith-wcwl-admin-init.php:1087
149
  msgid "Use shortcode"
150
  msgstr ""
151
 
152
- #: ../includes/class.yith-wcwl-admin-init.php:1092
153
  msgid "Redirect to cart"
154
  msgstr ""
155
 
156
- #: ../includes/class.yith-wcwl-admin-init.php:1093
157
  msgid ""
158
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
159
  "page."
160
  msgstr ""
161
 
162
- #: ../includes/class.yith-wcwl-admin-init.php:1099
163
  msgid "Remove if added to the cart"
164
  msgstr ""
165
 
166
- #: ../includes/class.yith-wcwl-admin-init.php:1100
167
  msgid "Remove the product from the wishlist if it has been added to the cart."
168
  msgstr ""
169
 
170
- #: ../includes/class.yith-wcwl-admin-init.php:1106
171
  msgid "\"Add to Wishlist\" text"
172
  msgstr ""
173
 
174
- #: ../includes/class.yith-wcwl-admin-init.php:1108
175
  msgid "Add to Wishlist"
176
  msgstr ""
177
 
178
- #: ../includes/class.yith-wcwl-admin-init.php:1113
179
  #, fuzzy
180
  msgid "\"Browse wishlist\" text"
181
  msgstr "浏览「愿望清单」"
182
 
183
- #: ../includes/class.yith-wcwl-admin-init.php:1115
184
  #: ../includes/class.yith-wcwl-ui.php:82 ../includes/class.yith-wcwl-ui.php:83
185
  msgid "Browse Wishlist"
186
  msgstr "浏览「愿望清单」"
187
 
188
- #: ../includes/class.yith-wcwl-admin-init.php:1120
189
  #, fuzzy
190
  msgid "\"Product already in wishlist\" text"
191
  msgstr "商品已经加入收藏在「愿望清单」裡面。"
192
 
193
- #: ../includes/class.yith-wcwl-admin-init.php:1122
194
  #: ../includes/class.yith-wcwl-ui.php:83
195
  msgid "The product is already in the wishlist!"
196
  msgstr "这个商品已经加入收藏在「愿望清单」裡面!"
197
 
198
- #: ../includes/class.yith-wcwl-admin-init.php:1127
199
  #, fuzzy
200
  msgid "\"Product added\" text"
201
  msgstr "加入收藏!"
202
 
203
- #: ../includes/class.yith-wcwl-admin-init.php:1129
204
  #: ../includes/class.yith-wcwl-ui.php:82
205
  msgid "Product added!"
206
  msgstr "加入收藏!"
207
 
208
- #: ../includes/class.yith-wcwl-admin-init.php:1134
209
  msgid "\"Add to Cart\" text"
210
  msgstr ""
211
 
212
- #: ../includes/class.yith-wcwl-admin-init.php:1136
213
  msgid "Add to Cart"
214
  msgstr ""
215
 
216
- #: ../includes/class.yith-wcwl-admin-init.php:1141
217
  msgid "Show Unit price"
218
  msgstr ""
219
 
220
- #: ../includes/class.yith-wcwl-admin-init.php:1142
221
  msgid "Show unit price for each product in wishlist"
222
  msgstr ""
223
 
224
- #: ../includes/class.yith-wcwl-admin-init.php:1149
225
  msgid "Show \"Add to Cart\" button"
226
  msgstr ""
227
 
228
- #: ../includes/class.yith-wcwl-admin-init.php:1150
229
  msgid "Show \"Add to Cart\" button for each product in wishlist"
230
  msgstr ""
231
 
232
- #: ../includes/class.yith-wcwl-admin-init.php:1157
233
  msgid "Show Stock status"
234
  msgstr ""
235
 
236
- #: ../includes/class.yith-wcwl-admin-init.php:1158
237
  msgid ""
238
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
239
  msgstr ""
240
 
241
- #: ../includes/class.yith-wcwl-admin-init.php:1165
242
  msgid "Show Date of addition"
243
  msgstr ""
244
 
245
- #: ../includes/class.yith-wcwl-admin-init.php:1166
246
  #, fuzzy
247
  msgid "Show the date when users have added a product to the wishlist"
248
  msgstr "商品加入收藏到「愿望清单」时,发生了错误。"
249
 
250
- #: ../includes/class.yith-wcwl-admin-init.php:1173
251
  msgid "Add second remove button"
252
  msgstr ""
253
 
254
- #: ../includes/class.yith-wcwl-admin-init.php:1174
255
  msgid "Add a second remove button in the last column, with extended label"
256
  msgstr ""
257
 
258
- #: ../includes/class.yith-wcwl-admin-init.php:1189
259
  msgid "Styles"
260
  msgstr ""
261
 
262
- #: ../includes/class.yith-wcwl-admin-init.php:1196
263
  msgid "Use buttons"
264
  msgstr ""
265
 
266
- #: ../includes/class.yith-wcwl-admin-init.php:1197
267
  msgid "Use buttons instead of simple anchors."
268
  msgstr ""
269
 
270
- #: ../includes/class.yith-wcwl-admin-init.php:1203
271
  msgid "Custom CSS"
272
  msgstr ""
273
 
274
- #: ../includes/class.yith-wcwl-admin-init.php:1210
275
  msgid "Use theme style"
276
  msgstr ""
277
 
278
- #: ../includes/class.yith-wcwl-admin-init.php:1211
279
  msgid "Use the theme style."
280
  msgstr ""
281
 
282
- #: ../includes/class.yith-wcwl-admin-init.php:1217
283
  msgid "Rounded buttons"
284
  msgstr ""
285
 
286
- #: ../includes/class.yith-wcwl-admin-init.php:1218
287
  msgid "Make button corners rounded"
288
  msgstr ""
289
 
290
- #: ../includes/class.yith-wcwl-admin-init.php:1224
291
  msgid "\"Add to Wishlist\" icon"
292
  msgstr ""
293
 
294
- #: ../includes/class.yith-wcwl-admin-init.php:1225
295
  msgid "Add an icon to the \"Add to Wishlist\" button"
296
  msgstr ""
297
 
298
- #: ../includes/class.yith-wcwl-admin-init.php:1235
299
  msgid "\"Add to Cart\" icon"
300
  msgstr ""
301
 
302
- #: ../includes/class.yith-wcwl-admin-init.php:1236
303
  msgid "Add an icon to the \"Add to Cart\" button"
304
  msgstr ""
305
 
306
- #: ../includes/class.yith-wcwl-admin-init.php:1254
307
  msgid "Social Networks & Share"
308
  msgstr ""
309
 
310
- #: ../includes/class.yith-wcwl-admin-init.php:1261
311
  msgid "Share on Facebook"
312
  msgstr ""
313
 
314
- #: ../includes/class.yith-wcwl-admin-init.php:1262
315
  msgid "Show \"Share on Facebook\" button"
316
  msgstr ""
317
 
318
- #: ../includes/class.yith-wcwl-admin-init.php:1268
319
  msgid "Tweet on Twitter"
320
  msgstr ""
321
 
322
- #: ../includes/class.yith-wcwl-admin-init.php:1269
323
  msgid "Show \"Tweet on Twitter\" button"
324
  msgstr ""
325
 
326
- #: ../includes/class.yith-wcwl-admin-init.php:1275
327
  msgid "Pin on Pinterest"
328
  msgstr ""
329
 
330
- #: ../includes/class.yith-wcwl-admin-init.php:1276
331
  msgid "Show \"Pin on Pinterest\" button"
332
  msgstr ""
333
 
334
- #: ../includes/class.yith-wcwl-admin-init.php:1282
335
  msgid "Share on Google+"
336
  msgstr ""
337
 
338
- #: ../includes/class.yith-wcwl-admin-init.php:1283
339
  msgid "Show \"Share on Google+\" button"
340
  msgstr ""
341
 
342
- #: ../includes/class.yith-wcwl-admin-init.php:1289
343
  msgid "Share by Email"
344
  msgstr ""
345
 
346
- #: ../includes/class.yith-wcwl-admin-init.php:1290
347
  msgid "Show \"Share by Email\" button"
348
  msgstr ""
349
 
350
- #: ../includes/class.yith-wcwl-admin-init.php:1296
351
  msgid "Social title"
352
  msgstr ""
353
 
354
- #: ../includes/class.yith-wcwl-admin-init.php:1303
355
  msgid "Social text"
356
  msgstr ""
357
 
358
- #: ../includes/class.yith-wcwl-admin-init.php:1304
359
  msgid ""
360
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
361
  "strong> where you want to show the URL of your wishlist."
362
  msgstr ""
363
 
364
- #: ../includes/class.yith-wcwl-admin-init.php:1311
365
  msgid "Social image URL"
366
  msgstr ""
367
 
368
- #: ../includes/class.yith-wcwl-admin-init.php:1312
369
  msgid "It will be used by Pinterest."
370
  msgstr ""
371
 
372
- #: ../includes/class.yith-wcwl-admin-init.php:1326
373
  #, php-format
374
  msgid ""
375
  "If you want to take advantage of this feature, you could consider to "
376
  "purchase the %s."
377
  msgstr ""
378
 
379
- #: ../includes/class.yith-wcwl-admin-init.php:1331
380
  msgid "YITH WooCommerce Frequently Bought Together Integration"
381
  msgstr ""
382
 
383
- #: ../includes/class.yith-wcwl-admin-init.php:1338
384
  msgid "Enable slider in wishlist"
385
  msgstr ""
386
 
387
- #: ../includes/class.yith-wcwl-admin-init.php:1339
388
  #, php-format
389
  msgid ""
390
  "Choose to enable product slider in wishlist page with linked products (<a "
391
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
392
  msgstr ""
393
 
394
- #: ../includes/class.yith-wcwl-admin-init.php:1375
395
  msgid "\"Add to wishlist\" button"
396
  msgstr ""
397
 
398
- #: ../includes/class.yith-wcwl-admin-init.php:1378
399
- #: ../includes/class.yith-wcwl-admin-init.php:1396
400
- #: ../includes/class.yith-wcwl-admin-init.php:1414
401
- #: ../includes/class.yith-wcwl-admin-init.php:1432
402
- #: ../includes/class.yith-wcwl-admin-init.php:1450
403
  msgid "Background"
404
  msgstr ""
405
 
406
- #: ../includes/class.yith-wcwl-admin-init.php:1379
407
- #: ../includes/class.yith-wcwl-admin-init.php:1397
408
- #: ../includes/class.yith-wcwl-admin-init.php:1415
409
- #: ../includes/class.yith-wcwl-admin-init.php:1433
410
- #: ../includes/class.yith-wcwl-admin-init.php:1451
411
  msgid "Text"
412
  msgstr ""
413
 
414
- #: ../includes/class.yith-wcwl-admin-init.php:1380
415
- #: ../includes/class.yith-wcwl-admin-init.php:1398
416
- #: ../includes/class.yith-wcwl-admin-init.php:1416
417
- #: ../includes/class.yith-wcwl-admin-init.php:1434
418
- #: ../includes/class.yith-wcwl-admin-init.php:1452
419
  msgid "Border"
420
  msgstr ""
421
 
422
- #: ../includes/class.yith-wcwl-admin-init.php:1387
423
- #: ../includes/class.yith-wcwl-admin-init.php:1405
424
- #: ../includes/class.yith-wcwl-admin-init.php:1423
425
- #: ../includes/class.yith-wcwl-admin-init.php:1441
426
  msgid "Background (hover)"
427
  msgstr ""
428
 
429
- #: ../includes/class.yith-wcwl-admin-init.php:1388
430
- #: ../includes/class.yith-wcwl-admin-init.php:1406
431
- #: ../includes/class.yith-wcwl-admin-init.php:1424
432
- #: ../includes/class.yith-wcwl-admin-init.php:1442
433
  msgid "Text (hover)"
434
  msgstr ""
435
 
436
- #: ../includes/class.yith-wcwl-admin-init.php:1389
437
- #: ../includes/class.yith-wcwl-admin-init.php:1407
438
- #: ../includes/class.yith-wcwl-admin-init.php:1425
439
- #: ../includes/class.yith-wcwl-admin-init.php:1443
440
  msgid "Border (hover)"
441
  msgstr ""
442
 
443
- #: ../includes/class.yith-wcwl-admin-init.php:1393
444
  msgid "\"Add to Cart\" button"
445
  msgstr ""
446
 
447
- #: ../includes/class.yith-wcwl-admin-init.php:1411
448
  msgid "\"Style 1\" button"
449
  msgstr ""
450
 
451
- #: ../includes/class.yith-wcwl-admin-init.php:1429
452
  msgid "\"Style 2\" button"
453
  msgstr ""
454
 
455
- #: ../includes/class.yith-wcwl-admin-init.php:1447
456
  #, fuzzy
457
  msgid "Wishlist table"
458
  msgstr "愿望清单"
459
 
460
- #: ../includes/class.yith-wcwl-admin-init.php:1456
461
  msgid "Headers"
462
  msgstr ""
463
 
464
- #: ../includes/class.yith-wcwl-admin-init.php:1459
465
  msgid "Background color"
466
  msgstr ""
467
 
468
- #: ../includes/class.yith-wcwl-admin-init.php:1549
469
  #, fuzzy
470
  msgid "Wishlist Activated"
471
  msgstr "愿望清单"
472
 
473
- #: ../includes/class.yith-wcwl-admin-init.php:1550
474
  #, php-format
475
  msgid ""
476
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
@@ -479,12 +455,12 @@ msgid ""
479
  "options, <a href=\"%s\">discover it now</a>."
480
  msgstr ""
481
 
482
- #: ../includes/class.yith-wcwl-admin-init.php:1561
483
  #, fuzzy
484
  msgid "Wishlist Updated"
485
  msgstr "愿望清单"
486
 
487
- #: ../includes/class.yith-wcwl-admin-init.php:1562
488
  #, php-format
489
  msgid ""
490
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
@@ -494,22 +470,132 @@ msgid ""
494
  "\">discover the PREMIUM version.</a>"
495
  msgstr ""
496
 
497
- #: ../includes/class.yith-wcwl-init.php:374
498
  msgid ""
499
  "We are sorry, but this feature is available only if cookies are enabled on "
500
  "your browser."
501
  msgstr ""
502
 
503
- #: ../includes/class.yith-wcwl-init.php:375
504
  #, fuzzy
505
  msgid "Product correctly added to cart"
506
  msgstr "加入收藏!"
507
 
508
- #: ../includes/class.yith-wcwl-install.php:243
509
  msgctxt "page_slug"
510
  msgid "wishlist"
511
  msgstr ""
512
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
513
  #: ../includes/class.yith-wcwl-shortcode.php:259
514
  #: ../includes/class.yith-wcwl-ui.php:164
515
  msgid "Share on:"
@@ -532,42 +618,42 @@ msgstr ""
532
  msgid "email"
533
  msgstr ""
534
 
535
- #: ../includes/class.yith-wcwl.php:177
536
  #, fuzzy
537
  msgid "An error occurred while adding products to the wishlist."
538
  msgstr "商品加入收藏到「愿望清单」时,发生了错误。"
539
 
540
- #: ../includes/class.yith-wcwl.php:269
541
  #, fuzzy
542
  msgid "An error occurred while adding products to wishlist."
543
  msgstr "商品加入收藏到「愿望清单」时,发生了错误。"
544
 
545
- #: ../includes/class.yith-wcwl.php:286
546
  msgid "The \"Remove\" option now does not require any parameter"
547
  msgstr ""
548
 
549
- #: ../includes/class.yith-wcwl.php:335
550
  #, fuzzy
551
  msgid "An error occurred while removing products from the wishlist"
552
  msgstr "从「愿望清单」移除商品时,发生了错误。"
553
 
554
- #: ../includes/class.yith-wcwl.php:783
555
  msgid "You need to log in before creating a new wishlist"
556
  msgstr ""
557
 
558
- #: ../includes/class.yith-wcwl.php:1578
559
  msgid "Product successfully removed."
560
  msgstr "成功移除商品。"
561
 
562
- #: ../includes/class.yith-wcwl.php:1582
563
  msgid "Error. Unable to remove the product from the wishlist."
564
  msgstr "错误。无法从「愿望清单」移除这个商品。"
565
 
566
- #: ../includes/class.yith-wcwl.php:1586 ../templates/wishlist-view.php:241
567
  msgid "No products were added to the wishlist"
568
  msgstr "你目前没有加入收藏任何商品到「愿望清单」裡面"
569
 
570
- #: ../includes/class.yith-wcwl.php:1628
571
  msgid "An error as occurred."
572
  msgstr ""
573
 
@@ -578,9 +664,11 @@ msgid ""
578
  msgstr ""
579
 
580
  #: ../init.php:140
581
- msgid ""
582
- "You can't activate the free version of YITH WooCommerce Wishlist while you "
583
- "are using the premium one."
 
 
584
  msgstr ""
585
 
586
  #: ../templates/admin/wishlist-panel-premium.php:185
@@ -861,7 +949,7 @@ msgstr "单价"
861
  msgid "Stock Status"
862
  msgstr "库存状态"
863
 
864
- #: ../templates/wishlist-view.php:152 ../templates/wishlist-view.php:231
865
  msgid "Remove this product"
866
  msgstr "移除这个商品"
867
 
@@ -869,49 +957,36 @@ msgstr "移除这个商品"
869
  msgid "Free!"
870
  msgstr "免费!"
871
 
872
- #: ../templates/wishlist-view.php:178
873
  msgid "Out of Stock"
874
  msgstr "缺货"
875
 
876
- #: ../templates/wishlist-view.php:178
877
  msgid "In Stock"
878
  msgstr "有货"
879
 
880
- #: ../templates/wishlist-view.php:187
881
  #, php-format
882
  msgid "Added on : %s"
883
  msgstr ""
884
 
885
- #: ../templates/wishlist-view.php:199
886
  msgid "Move"
887
  msgstr ""
888
 
889
- #: ../templates/wishlist-view.php:211
890
- #, fuzzy
891
- msgid "Shared"
892
- msgstr "分享:"
893
-
894
- #: ../templates/wishlist-view.php:214
895
- msgid "Private"
896
- msgstr ""
897
-
898
- #: ../templates/wishlist-view.php:217
899
- msgid "Public"
900
- msgstr ""
901
-
902
- #: ../templates/wishlist-view.php:231
903
  msgid "Remove"
904
  msgstr ""
905
 
906
- #: ../templates/wishlist-view.php:258
907
  msgid "Add the selected products to the cart"
908
  msgstr ""
909
 
910
- #: ../templates/wishlist-view.php:266 ../templates/wishlist-view.php:312
911
  msgid "Ask for an estimate"
912
  msgstr ""
913
 
914
- #: ../templates/wishlist-view.php:302
915
  msgid "Your email"
916
  msgstr ""
917
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
+ "POT-Creation-Date: 2018-10-04 14:52+0200\n"
5
+ "PO-Revision-Date: 2018-10-04 14:52+0200\n"
6
  "Last-Translator: 李明軒 <eggeggxuan@gmail.com>\n"
7
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
8
  "Language: zh_CN\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 2.0.8\n"
13
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;__ngettext:1,2;"
14
  "__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;"
15
  "_nx_noop:4c,1,2\n"
20
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
21
 
22
  #: ../includes/class.yith-wcwl-admin-init.php:159
23
+ #: ../includes/class.yith-wcwl-admin-init.php:1478
24
+ #: ../includes/class.yith-wcwl-admin-init.php:1479
25
+ #: ../includes/class.yith-wcwl-install.php:245
26
  msgid "Wishlist"
27
  msgstr "愿望清单"
28
 
29
  #: ../includes/class.yith-wcwl-admin-init.php:161
 
30
  msgid "Settings"
31
  msgstr ""
32
 
33
  #: ../includes/class.yith-wcwl-admin-init.php:162
34
+ #: ../includes/class.yith-wcwl-admin-init.php:243
35
  msgid "Colors"
36
  msgstr ""
37
 
38
  #: ../includes/class.yith-wcwl-admin-init.php:163
 
39
  msgid "Premium Version"
40
  msgstr ""
41
 
42
+ #: ../includes/class.yith-wcwl-admin-init.php:1018
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
43
  msgid "Upgrade to the PREMIUM VERSION"
44
  msgstr ""
45
 
46
+ #: ../includes/class.yith-wcwl-admin-init.php:1022
 
 
 
 
47
  msgid "Discover the Advanced Features"
48
  msgstr ""
49
 
50
+ #: ../includes/class.yith-wcwl-admin-init.php:1023
51
  msgid ""
52
  "Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE WISHLIST to benefit from "
53
  "all features!"
54
  msgstr ""
55
 
56
+ #: ../includes/class.yith-wcwl-admin-init.php:1029
57
  msgid "Get Support and Pro Features"
58
  msgstr ""
59
 
60
+ #: ../includes/class.yith-wcwl-admin-init.php:1030
61
  msgid ""
62
  "By purchasing the premium version of the plugin, you will take advantage of "
63
  "the advanced features of the product and you will get one year of free "
64
  "updates and support through our platform available 24h/24."
65
  msgstr ""
66
 
67
+ #: ../includes/class.yith-wcwl-admin-init.php:1040
68
  msgid "General Settings"
69
  msgstr ""
70
 
71
+ #: ../includes/class.yith-wcwl-admin-init.php:1047
72
  msgid "Enable YITH Wishlist"
73
  msgstr ""
74
 
75
+ #: ../includes/class.yith-wcwl-admin-init.php:1048
76
  #, php-format
77
  msgid ""
78
  "Enable all plugin features. <strong>Be sure to select at least one option in "
80
  "plugin <a href=\"%s\" target=\"_blank\">documentation</a>."
81
  msgstr ""
82
 
83
+ #: ../includes/class.yith-wcwl-admin-init.php:1054
84
  msgid "Default wishlist title"
85
  msgstr ""
86
 
87
+ #: ../includes/class.yith-wcwl-admin-init.php:1056
88
+ #: ../includes/class.yith-wcwl-admin-init.php:1057
89
+ #: ../includes/class.yith-wcwl-admin-init.php:1293
90
  #, php-format
91
  msgid "My wishlist on %s"
92
  msgstr ""
93
 
94
+ #: ../includes/class.yith-wcwl-admin-init.php:1062
95
  msgid "Wishlist Page"
96
  msgstr ""
97
 
98
+ #: ../includes/class.yith-wcwl-admin-init.php:1063
99
  msgid "Page contents: [yith_wcwl_wishlist]"
100
  msgstr ""
101
 
102
+ #: ../includes/class.yith-wcwl-admin-init.php:1072
103
  msgid "Position"
104
  msgstr ""
105
 
106
+ #: ../includes/class.yith-wcwl-admin-init.php:1073
107
  msgid ""
108
  "You can add the button in variable products only after the \"Add to Cart\" "
109
  "button or using the shortcode [yith_wcwl_add_to_wishlist]."
110
  msgstr ""
111
 
112
+ #: ../includes/class.yith-wcwl-admin-init.php:1079
113
  msgid "After \"Add to cart\""
114
  msgstr ""
115
 
116
+ #: ../includes/class.yith-wcwl-admin-init.php:1080
117
  msgid "After thumbnails"
118
  msgstr ""
119
 
120
+ #: ../includes/class.yith-wcwl-admin-init.php:1081
121
  msgid "After summary"
122
  msgstr ""
123
 
124
+ #: ../includes/class.yith-wcwl-admin-init.php:1082
125
  msgid "Use shortcode"
126
  msgstr ""
127
 
128
+ #: ../includes/class.yith-wcwl-admin-init.php:1087
129
  msgid "Redirect to cart"
130
  msgstr ""
131
 
132
+ #: ../includes/class.yith-wcwl-admin-init.php:1088
133
  msgid ""
134
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
135
  "page."
136
  msgstr ""
137
 
138
+ #: ../includes/class.yith-wcwl-admin-init.php:1094
139
  msgid "Remove if added to the cart"
140
  msgstr ""
141
 
142
+ #: ../includes/class.yith-wcwl-admin-init.php:1095
143
  msgid "Remove the product from the wishlist if it has been added to the cart."
144
  msgstr ""
145
 
146
+ #: ../includes/class.yith-wcwl-admin-init.php:1101
147
  msgid "\"Add to Wishlist\" text"
148
  msgstr ""
149
 
150
+ #: ../includes/class.yith-wcwl-admin-init.php:1103
151
  msgid "Add to Wishlist"
152
  msgstr ""
153
 
154
+ #: ../includes/class.yith-wcwl-admin-init.php:1108
155
  #, fuzzy
156
  msgid "\"Browse wishlist\" text"
157
  msgstr "浏览「愿望清单」"
158
 
159
+ #: ../includes/class.yith-wcwl-admin-init.php:1110
160
  #: ../includes/class.yith-wcwl-ui.php:82 ../includes/class.yith-wcwl-ui.php:83
161
  msgid "Browse Wishlist"
162
  msgstr "浏览「愿望清单」"
163
 
164
+ #: ../includes/class.yith-wcwl-admin-init.php:1115
165
  #, fuzzy
166
  msgid "\"Product already in wishlist\" text"
167
  msgstr "商品已经加入收藏在「愿望清单」裡面。"
168
 
169
+ #: ../includes/class.yith-wcwl-admin-init.php:1117
170
  #: ../includes/class.yith-wcwl-ui.php:83
171
  msgid "The product is already in the wishlist!"
172
  msgstr "这个商品已经加入收藏在「愿望清单」裡面!"
173
 
174
+ #: ../includes/class.yith-wcwl-admin-init.php:1122
175
  #, fuzzy
176
  msgid "\"Product added\" text"
177
  msgstr "加入收藏!"
178
 
179
+ #: ../includes/class.yith-wcwl-admin-init.php:1124
180
  #: ../includes/class.yith-wcwl-ui.php:82
181
  msgid "Product added!"
182
  msgstr "加入收藏!"
183
 
184
+ #: ../includes/class.yith-wcwl-admin-init.php:1129
185
  msgid "\"Add to Cart\" text"
186
  msgstr ""
187
 
188
+ #: ../includes/class.yith-wcwl-admin-init.php:1131
189
  msgid "Add to Cart"
190
  msgstr ""
191
 
192
+ #: ../includes/class.yith-wcwl-admin-init.php:1136
193
  msgid "Show Unit price"
194
  msgstr ""
195
 
196
+ #: ../includes/class.yith-wcwl-admin-init.php:1137
197
  msgid "Show unit price for each product in wishlist"
198
  msgstr ""
199
 
200
+ #: ../includes/class.yith-wcwl-admin-init.php:1144
201
  msgid "Show \"Add to Cart\" button"
202
  msgstr ""
203
 
204
+ #: ../includes/class.yith-wcwl-admin-init.php:1145
205
  msgid "Show \"Add to Cart\" button for each product in wishlist"
206
  msgstr ""
207
 
208
+ #: ../includes/class.yith-wcwl-admin-init.php:1152
209
  msgid "Show Stock status"
210
  msgstr ""
211
 
212
+ #: ../includes/class.yith-wcwl-admin-init.php:1153
213
  msgid ""
214
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
215
  msgstr ""
216
 
217
+ #: ../includes/class.yith-wcwl-admin-init.php:1160
218
  msgid "Show Date of addition"
219
  msgstr ""
220
 
221
+ #: ../includes/class.yith-wcwl-admin-init.php:1161
222
  #, fuzzy
223
  msgid "Show the date when users have added a product to the wishlist"
224
  msgstr "商品加入收藏到「愿望清单」时,发生了错误。"
225
 
226
+ #: ../includes/class.yith-wcwl-admin-init.php:1168
227
  msgid "Add second remove button"
228
  msgstr ""
229
 
230
+ #: ../includes/class.yith-wcwl-admin-init.php:1169
231
  msgid "Add a second remove button in the last column, with extended label"
232
  msgstr ""
233
 
234
+ #: ../includes/class.yith-wcwl-admin-init.php:1184
235
  msgid "Styles"
236
  msgstr ""
237
 
238
+ #: ../includes/class.yith-wcwl-admin-init.php:1191
239
  msgid "Use buttons"
240
  msgstr ""
241
 
242
+ #: ../includes/class.yith-wcwl-admin-init.php:1192
243
  msgid "Use buttons instead of simple anchors."
244
  msgstr ""
245
 
246
+ #: ../includes/class.yith-wcwl-admin-init.php:1198
247
  msgid "Custom CSS"
248
  msgstr ""
249
 
250
+ #: ../includes/class.yith-wcwl-admin-init.php:1205
251
  msgid "Use theme style"
252
  msgstr ""
253
 
254
+ #: ../includes/class.yith-wcwl-admin-init.php:1206
255
  msgid "Use the theme style."
256
  msgstr ""
257
 
258
+ #: ../includes/class.yith-wcwl-admin-init.php:1212
259
  msgid "Rounded buttons"
260
  msgstr ""
261
 
262
+ #: ../includes/class.yith-wcwl-admin-init.php:1213
263
  msgid "Make button corners rounded"
264
  msgstr ""
265
 
266
+ #: ../includes/class.yith-wcwl-admin-init.php:1219
267
  msgid "\"Add to Wishlist\" icon"
268
  msgstr ""
269
 
270
+ #: ../includes/class.yith-wcwl-admin-init.php:1220
271
  msgid "Add an icon to the \"Add to Wishlist\" button"
272
  msgstr ""
273
 
274
+ #: ../includes/class.yith-wcwl-admin-init.php:1230
275
  msgid "\"Add to Cart\" icon"
276
  msgstr ""
277
 
278
+ #: ../includes/class.yith-wcwl-admin-init.php:1231
279
  msgid "Add an icon to the \"Add to Cart\" button"
280
  msgstr ""
281
 
282
+ #: ../includes/class.yith-wcwl-admin-init.php:1249
283
  msgid "Social Networks & Share"
284
  msgstr ""
285
 
286
+ #: ../includes/class.yith-wcwl-admin-init.php:1256
287
  msgid "Share on Facebook"
288
  msgstr ""
289
 
290
+ #: ../includes/class.yith-wcwl-admin-init.php:1257
291
  msgid "Show \"Share on Facebook\" button"
292
  msgstr ""
293
 
294
+ #: ../includes/class.yith-wcwl-admin-init.php:1263
295
  msgid "Tweet on Twitter"
296
  msgstr ""
297
 
298
+ #: ../includes/class.yith-wcwl-admin-init.php:1264
299
  msgid "Show \"Tweet on Twitter\" button"
300
  msgstr ""
301
 
302
+ #: ../includes/class.yith-wcwl-admin-init.php:1270
303
  msgid "Pin on Pinterest"
304
  msgstr ""
305
 
306
+ #: ../includes/class.yith-wcwl-admin-init.php:1271
307
  msgid "Show \"Pin on Pinterest\" button"
308
  msgstr ""
309
 
310
+ #: ../includes/class.yith-wcwl-admin-init.php:1277
311
  msgid "Share on Google+"
312
  msgstr ""
313
 
314
+ #: ../includes/class.yith-wcwl-admin-init.php:1278
315
  msgid "Show \"Share on Google+\" button"
316
  msgstr ""
317
 
318
+ #: ../includes/class.yith-wcwl-admin-init.php:1284
319
  msgid "Share by Email"
320
  msgstr ""
321
 
322
+ #: ../includes/class.yith-wcwl-admin-init.php:1285
323
  msgid "Show \"Share by Email\" button"
324
  msgstr ""
325
 
326
+ #: ../includes/class.yith-wcwl-admin-init.php:1291
327
  msgid "Social title"
328
  msgstr ""
329
 
330
+ #: ../includes/class.yith-wcwl-admin-init.php:1298
331
  msgid "Social text"
332
  msgstr ""
333
 
334
+ #: ../includes/class.yith-wcwl-admin-init.php:1299
335
  msgid ""
336
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
337
  "strong> where you want to show the URL of your wishlist."
338
  msgstr ""
339
 
340
+ #: ../includes/class.yith-wcwl-admin-init.php:1306
341
  msgid "Social image URL"
342
  msgstr ""
343
 
344
+ #: ../includes/class.yith-wcwl-admin-init.php:1307
345
  msgid "It will be used by Pinterest."
346
  msgstr ""
347
 
348
+ #: ../includes/class.yith-wcwl-admin-init.php:1321
349
  #, php-format
350
  msgid ""
351
  "If you want to take advantage of this feature, you could consider to "
352
  "purchase the %s."
353
  msgstr ""
354
 
355
+ #: ../includes/class.yith-wcwl-admin-init.php:1326
356
  msgid "YITH WooCommerce Frequently Bought Together Integration"
357
  msgstr ""
358
 
359
+ #: ../includes/class.yith-wcwl-admin-init.php:1333
360
  msgid "Enable slider in wishlist"
361
  msgstr ""
362
 
363
+ #: ../includes/class.yith-wcwl-admin-init.php:1334
364
  #, php-format
365
  msgid ""
366
  "Choose to enable product slider in wishlist page with linked products (<a "
367
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
368
  msgstr ""
369
 
370
+ #: ../includes/class.yith-wcwl-admin-init.php:1370
371
  msgid "\"Add to wishlist\" button"
372
  msgstr ""
373
 
374
+ #: ../includes/class.yith-wcwl-admin-init.php:1373
375
+ #: ../includes/class.yith-wcwl-admin-init.php:1391
376
+ #: ../includes/class.yith-wcwl-admin-init.php:1409
377
+ #: ../includes/class.yith-wcwl-admin-init.php:1427
378
+ #: ../includes/class.yith-wcwl-admin-init.php:1445
379
  msgid "Background"
380
  msgstr ""
381
 
382
+ #: ../includes/class.yith-wcwl-admin-init.php:1374
383
+ #: ../includes/class.yith-wcwl-admin-init.php:1392
384
+ #: ../includes/class.yith-wcwl-admin-init.php:1410
385
+ #: ../includes/class.yith-wcwl-admin-init.php:1428
386
+ #: ../includes/class.yith-wcwl-admin-init.php:1446
387
  msgid "Text"
388
  msgstr ""
389
 
390
+ #: ../includes/class.yith-wcwl-admin-init.php:1375
391
+ #: ../includes/class.yith-wcwl-admin-init.php:1393
392
+ #: ../includes/class.yith-wcwl-admin-init.php:1411
393
+ #: ../includes/class.yith-wcwl-admin-init.php:1429
394
+ #: ../includes/class.yith-wcwl-admin-init.php:1447
395
  msgid "Border"
396
  msgstr ""
397
 
398
+ #: ../includes/class.yith-wcwl-admin-init.php:1382
399
+ #: ../includes/class.yith-wcwl-admin-init.php:1400
400
+ #: ../includes/class.yith-wcwl-admin-init.php:1418
401
+ #: ../includes/class.yith-wcwl-admin-init.php:1436
402
  msgid "Background (hover)"
403
  msgstr ""
404
 
405
+ #: ../includes/class.yith-wcwl-admin-init.php:1383
406
+ #: ../includes/class.yith-wcwl-admin-init.php:1401
407
+ #: ../includes/class.yith-wcwl-admin-init.php:1419
408
+ #: ../includes/class.yith-wcwl-admin-init.php:1437
409
  msgid "Text (hover)"
410
  msgstr ""
411
 
412
+ #: ../includes/class.yith-wcwl-admin-init.php:1384
413
+ #: ../includes/class.yith-wcwl-admin-init.php:1402
414
+ #: ../includes/class.yith-wcwl-admin-init.php:1420
415
+ #: ../includes/class.yith-wcwl-admin-init.php:1438
416
  msgid "Border (hover)"
417
  msgstr ""
418
 
419
+ #: ../includes/class.yith-wcwl-admin-init.php:1388
420
  msgid "\"Add to Cart\" button"
421
  msgstr ""
422
 
423
+ #: ../includes/class.yith-wcwl-admin-init.php:1406
424
  msgid "\"Style 1\" button"
425
  msgstr ""
426
 
427
+ #: ../includes/class.yith-wcwl-admin-init.php:1424
428
  msgid "\"Style 2\" button"
429
  msgstr ""
430
 
431
+ #: ../includes/class.yith-wcwl-admin-init.php:1442
432
  #, fuzzy
433
  msgid "Wishlist table"
434
  msgstr "愿望清单"
435
 
436
+ #: ../includes/class.yith-wcwl-admin-init.php:1451
437
  msgid "Headers"
438
  msgstr ""
439
 
440
+ #: ../includes/class.yith-wcwl-admin-init.php:1454
441
  msgid "Background color"
442
  msgstr ""
443
 
444
+ #: ../includes/class.yith-wcwl-admin-init.php:1544
445
  #, fuzzy
446
  msgid "Wishlist Activated"
447
  msgstr "愿望清单"
448
 
449
+ #: ../includes/class.yith-wcwl-admin-init.php:1545
450
  #, php-format
451
  msgid ""
452
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
455
  "options, <a href=\"%s\">discover it now</a>."
456
  msgstr ""
457
 
458
+ #: ../includes/class.yith-wcwl-admin-init.php:1556
459
  #, fuzzy
460
  msgid "Wishlist Updated"
461
  msgstr "愿望清单"
462
 
463
+ #: ../includes/class.yith-wcwl-admin-init.php:1557
464
  #, php-format
465
  msgid ""
466
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
470
  "\">discover the PREMIUM version.</a>"
471
  msgstr ""
472
 
473
+ #: ../includes/class.yith-wcwl-init.php:403
474
  msgid ""
475
  "We are sorry, but this feature is available only if cookies are enabled on "
476
  "your browser."
477
  msgstr ""
478
 
479
+ #: ../includes/class.yith-wcwl-init.php:404
480
  #, fuzzy
481
  msgid "Product correctly added to cart"
482
  msgstr "加入收藏!"
483
 
484
+ #: ../includes/class.yith-wcwl-install.php:244
485
  msgctxt "page_slug"
486
  msgid "wishlist"
487
  msgstr ""
488
 
489
+ #: ../includes/class.yith-wcwl-privacy.php:50
490
+ msgid "While you visit our site, we’ll track:"
491
+ msgstr ""
492
+
493
+ #: ../includes/class.yith-wcwl-privacy.php:52
494
+ msgid ""
495
+ "Products you’ve added to the wishlist: we’ll use this to show you and other "
496
+ "users your favourite products, and to create targeted email campaigns."
497
+ msgstr ""
498
+
499
+ #: ../includes/class.yith-wcwl-privacy.php:53
500
+ msgid ""
501
+ "Wishlists you’ve created: we’ll keep track of the wishlists you create, and "
502
+ "make them visible to the store’s staff"
503
+ msgstr ""
504
+
505
+ #: ../includes/class.yith-wcwl-privacy.php:55
506
+ msgid ""
507
+ "We’ll also use cookies to keep track of wishlist contents while you’re "
508
+ "browsing our site."
509
+ msgstr ""
510
+
511
+ #: ../includes/class.yith-wcwl-privacy.php:58
512
+ msgid ""
513
+ "Members of our team have access to the information you provide us. For "
514
+ "example, both Administrators and Shop Managers can access:"
515
+ msgstr ""
516
+
517
+ #: ../includes/class.yith-wcwl-privacy.php:60
518
+ msgid ""
519
+ "Wishlist details, such as products added, date of addition, name and privacy "
520
+ "settings of your wishlists"
521
+ msgstr ""
522
+
523
+ #: ../includes/class.yith-wcwl-privacy.php:62
524
+ msgid ""
525
+ "Our team members have access to this information to offer you better deals "
526
+ "for the products you love."
527
+ msgstr ""
528
+
529
+ #: ../includes/class.yith-wcwl-privacy.php:82
530
+ #: ../includes/class.yith-wcwl-privacy.php:98
531
+ #, fuzzy
532
+ #| msgid "Browse Wishlist"
533
+ msgid "Customer Wishlists"
534
+ msgstr "浏览「愿望清单」"
535
+
536
+ #: ../includes/class.yith-wcwl-privacy.php:133
537
+ #, fuzzy
538
+ #| msgid "Wishlist"
539
+ msgid "Wishlists"
540
+ msgstr "愿望清单"
541
+
542
+ #: ../includes/class.yith-wcwl-privacy.php:195
543
+ #, php-format
544
+ msgid "Removed wishlist %s."
545
+ msgstr ""
546
+
547
+ #: ../includes/class.yith-wcwl-privacy.php:199
548
+ #, php-format
549
+ msgid "Wishlist %s has been retained."
550
+ msgstr ""
551
+
552
+ #: ../includes/class.yith-wcwl-privacy.php:210
553
+ msgid "Removed default user's wishlist"
554
+ msgstr ""
555
+
556
+ #: ../includes/class.yith-wcwl-privacy.php:228
557
+ msgid "Token"
558
+ msgstr ""
559
+
560
+ #: ../includes/class.yith-wcwl-privacy.php:229
561
+ #, fuzzy
562
+ #| msgid "Wishlist"
563
+ msgid "Wishlist url"
564
+ msgstr "愿望清单"
565
+
566
+ #: ../includes/class.yith-wcwl-privacy.php:230
567
+ msgid "Title"
568
+ msgstr ""
569
+
570
+ #: ../includes/class.yith-wcwl-privacy.php:231
571
+ msgctxt "date wishlist was created"
572
+ msgid "Created on"
573
+ msgstr ""
574
+
575
+ #: ../includes/class.yith-wcwl-privacy.php:232
576
+ msgid "Visibility"
577
+ msgstr ""
578
+
579
+ #: ../includes/class.yith-wcwl-privacy.php:233
580
+ msgid "Items Added"
581
+ msgstr ""
582
+
583
+ #: ../includes/class.yith-wcwl-privacy.php:283
584
+ #: ../templates/wishlist-view.php:212
585
+ #, fuzzy
586
+ msgid "Shared"
587
+ msgstr "分享:"
588
+
589
+ #: ../includes/class.yith-wcwl-privacy.php:286
590
+ #: ../templates/wishlist-view.php:215
591
+ msgid "Private"
592
+ msgstr ""
593
+
594
+ #: ../includes/class.yith-wcwl-privacy.php:289
595
+ #: ../templates/wishlist-view.php:218
596
+ msgid "Public"
597
+ msgstr ""
598
+
599
  #: ../includes/class.yith-wcwl-shortcode.php:259
600
  #: ../includes/class.yith-wcwl-ui.php:164
601
  msgid "Share on:"
618
  msgid "email"
619
  msgstr ""
620
 
621
+ #: ../includes/class.yith-wcwl.php:201
622
  #, fuzzy
623
  msgid "An error occurred while adding products to the wishlist."
624
  msgstr "商品加入收藏到「愿望清单」时,发生了错误。"
625
 
626
+ #: ../includes/class.yith-wcwl.php:293
627
  #, fuzzy
628
  msgid "An error occurred while adding products to wishlist."
629
  msgstr "商品加入收藏到「愿望清单」时,发生了错误。"
630
 
631
+ #: ../includes/class.yith-wcwl.php:310
632
  msgid "The \"Remove\" option now does not require any parameter"
633
  msgstr ""
634
 
635
+ #: ../includes/class.yith-wcwl.php:359
636
  #, fuzzy
637
  msgid "An error occurred while removing products from the wishlist"
638
  msgstr "从「愿望清单」移除商品时,发生了错误。"
639
 
640
+ #: ../includes/class.yith-wcwl.php:809
641
  msgid "You need to log in before creating a new wishlist"
642
  msgstr ""
643
 
644
+ #: ../includes/class.yith-wcwl.php:1610
645
  msgid "Product successfully removed."
646
  msgstr "成功移除商品。"
647
 
648
+ #: ../includes/class.yith-wcwl.php:1614
649
  msgid "Error. Unable to remove the product from the wishlist."
650
  msgstr "错误。无法从「愿望清单」移除这个商品。"
651
 
652
+ #: ../includes/class.yith-wcwl.php:1618 ../templates/wishlist-view.php:242
653
  msgid "No products were added to the wishlist"
654
  msgstr "你目前没有加入收藏任何商品到「愿望清单」裡面"
655
 
656
+ #: ../includes/class.yith-wcwl.php:1660
657
  msgid "An error as occurred."
658
  msgstr ""
659
 
664
  msgstr ""
665
 
666
  #: ../init.php:140
667
+ msgid "You can't activate the free version of"
668
+ msgstr ""
669
+
670
+ #: ../init.php:140
671
+ msgid "while you are using the premium one."
672
  msgstr ""
673
 
674
  #: ../templates/admin/wishlist-panel-premium.php:185
949
  msgid "Stock Status"
950
  msgstr "库存状态"
951
 
952
+ #: ../templates/wishlist-view.php:152 ../templates/wishlist-view.php:232
953
  msgid "Remove this product"
954
  msgstr "移除这个商品"
955
 
957
  msgid "Free!"
958
  msgstr "免费!"
959
 
960
+ #: ../templates/wishlist-view.php:179
961
  msgid "Out of Stock"
962
  msgstr "缺货"
963
 
964
+ #: ../templates/wishlist-view.php:179
965
  msgid "In Stock"
966
  msgstr "有货"
967
 
968
+ #: ../templates/wishlist-view.php:188
969
  #, php-format
970
  msgid "Added on : %s"
971
  msgstr ""
972
 
973
+ #: ../templates/wishlist-view.php:200
974
  msgid "Move"
975
  msgstr ""
976
 
977
+ #: ../templates/wishlist-view.php:232
 
 
 
 
 
 
 
 
 
 
 
 
 
978
  msgid "Remove"
979
  msgstr ""
980
 
981
+ #: ../templates/wishlist-view.php:259
982
  msgid "Add the selected products to the cart"
983
  msgstr ""
984
 
985
+ #: ../templates/wishlist-view.php:267 ../templates/wishlist-view.php:313
986
  msgid "Ask for an estimate"
987
  msgstr ""
988
 
989
+ #: ../templates/wishlist-view.php:303
990
  msgid "Your email"
991
  msgstr ""
992
 
languages/yith-woocommerce-wishlist-zh_TW.mo CHANGED
Binary file
languages/yith-woocommerce-wishlist-zh_TW.po CHANGED
@@ -1,15 +1,15 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
- "POT-Creation-Date: 2017-10-24 17:35+0200\n"
5
- "PO-Revision-Date: 2017-10-24 17:35+0200\n"
6
  "Last-Translator: 李明軒 <eggeggxuan@gmail.com>\n"
7
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
8
  "Language: zh_TW\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 1.8.7.1\n"
13
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;__ngettext:1,2;"
14
  "__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;"
15
  "_nx_noop:4c,1,2\n"
@@ -20,83 +20,59 @@ msgstr ""
20
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
21
 
22
  #: ../includes/class.yith-wcwl-admin-init.php:159
23
- #: ../includes/class.yith-wcwl-admin-init.php:1483
24
- #: ../includes/class.yith-wcwl-admin-init.php:1484
25
- #: ../includes/class.yith-wcwl-install.php:244
26
  msgid "Wishlist"
27
  msgstr "願望清單"
28
 
29
  #: ../includes/class.yith-wcwl-admin-init.php:161
30
- #: ../includes/class.yith-wcwl-admin-init.php:251
31
  msgid "Settings"
32
  msgstr ""
33
 
34
  #: ../includes/class.yith-wcwl-admin-init.php:162
35
- #: ../includes/class.yith-wcwl-admin-init.php:236
36
  msgid "Colors"
37
  msgstr ""
38
 
39
  #: ../includes/class.yith-wcwl-admin-init.php:163
40
- #: ../includes/class.yith-wcwl-admin-init.php:255
41
  msgid "Premium Version"
42
  msgstr ""
43
 
44
- #: ../includes/class.yith-wcwl-admin-init.php:256
45
- msgid "Live Demo"
46
- msgstr ""
47
-
48
- #: ../includes/class.yith-wcwl-admin-init.php:280
49
- msgid ""
50
- "WARNING: This plugin requires at least WooCommerce 2.2! Please, use this "
51
- "link to update it."
52
- msgstr ""
53
-
54
- #: ../includes/class.yith-wcwl-admin-init.php:283
55
- msgid "WARNING: This plugin requires at least WooCommerce 2.2!"
56
- msgstr ""
57
-
58
- #: ../includes/class.yith-wcwl-admin-init.php:288
59
- msgid "Plugin Documentation"
60
- msgstr ""
61
-
62
- #: ../includes/class.yith-wcwl-admin-init.php:1023
63
  msgid "Upgrade to the PREMIUM VERSION"
64
  msgstr ""
65
 
66
- #: ../includes/class.yith-wcwl-admin-init.php:1026
67
- msgid "YITH WooCommerce Wishlist"
68
- msgstr ""
69
-
70
- #: ../includes/class.yith-wcwl-admin-init.php:1027
71
  msgid "Discover the Advanced Features"
72
  msgstr ""
73
 
74
- #: ../includes/class.yith-wcwl-admin-init.php:1028
75
  msgid ""
76
  "Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE WISHLIST to benefit from "
77
  "all features!"
78
  msgstr ""
79
 
80
- #: ../includes/class.yith-wcwl-admin-init.php:1034
81
  msgid "Get Support and Pro Features"
82
  msgstr ""
83
 
84
- #: ../includes/class.yith-wcwl-admin-init.php:1035
85
  msgid ""
86
  "By purchasing the premium version of the plugin, you will take advantage of "
87
  "the advanced features of the product and you will get one year of free "
88
  "updates and support through our platform available 24h/24."
89
  msgstr ""
90
 
91
- #: ../includes/class.yith-wcwl-admin-init.php:1045
92
  msgid "General Settings"
93
  msgstr ""
94
 
95
- #: ../includes/class.yith-wcwl-admin-init.php:1052
96
  msgid "Enable YITH Wishlist"
97
  msgstr ""
98
 
99
- #: ../includes/class.yith-wcwl-admin-init.php:1053
100
  #, php-format
101
  msgid ""
102
  "Enable all plugin features. <strong>Be sure to select at least one option in "
@@ -104,373 +80,373 @@ msgid ""
104
  "plugin <a href=\"%s\" target=\"_blank\">documentation</a>."
105
  msgstr ""
106
 
107
- #: ../includes/class.yith-wcwl-admin-init.php:1059
108
  msgid "Default wishlist title"
109
  msgstr ""
110
 
111
- #: ../includes/class.yith-wcwl-admin-init.php:1061
112
- #: ../includes/class.yith-wcwl-admin-init.php:1062
113
- #: ../includes/class.yith-wcwl-admin-init.php:1298
114
  #, php-format
115
  msgid "My wishlist on %s"
116
  msgstr ""
117
 
118
- #: ../includes/class.yith-wcwl-admin-init.php:1067
119
  msgid "Wishlist Page"
120
  msgstr ""
121
 
122
- #: ../includes/class.yith-wcwl-admin-init.php:1068
123
  msgid "Page contents: [yith_wcwl_wishlist]"
124
  msgstr ""
125
 
126
- #: ../includes/class.yith-wcwl-admin-init.php:1077
127
  msgid "Position"
128
  msgstr ""
129
 
130
- #: ../includes/class.yith-wcwl-admin-init.php:1078
131
  msgid ""
132
  "You can add the button in variable products only after the \"Add to Cart\" "
133
  "button or using the shortcode [yith_wcwl_add_to_wishlist]."
134
  msgstr ""
135
 
136
- #: ../includes/class.yith-wcwl-admin-init.php:1084
137
  msgid "After \"Add to cart\""
138
  msgstr ""
139
 
140
- #: ../includes/class.yith-wcwl-admin-init.php:1085
141
  msgid "After thumbnails"
142
  msgstr ""
143
 
144
- #: ../includes/class.yith-wcwl-admin-init.php:1086
145
  msgid "After summary"
146
  msgstr ""
147
 
148
- #: ../includes/class.yith-wcwl-admin-init.php:1087
149
  msgid "Use shortcode"
150
  msgstr ""
151
 
152
- #: ../includes/class.yith-wcwl-admin-init.php:1092
153
  msgid "Redirect to cart"
154
  msgstr ""
155
 
156
- #: ../includes/class.yith-wcwl-admin-init.php:1093
157
  msgid ""
158
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
159
  "page."
160
  msgstr ""
161
 
162
- #: ../includes/class.yith-wcwl-admin-init.php:1099
163
  msgid "Remove if added to the cart"
164
  msgstr ""
165
 
166
- #: ../includes/class.yith-wcwl-admin-init.php:1100
167
  msgid "Remove the product from the wishlist if it has been added to the cart."
168
  msgstr ""
169
 
170
- #: ../includes/class.yith-wcwl-admin-init.php:1106
171
  msgid "\"Add to Wishlist\" text"
172
  msgstr ""
173
 
174
- #: ../includes/class.yith-wcwl-admin-init.php:1108
175
  msgid "Add to Wishlist"
176
  msgstr ""
177
 
178
- #: ../includes/class.yith-wcwl-admin-init.php:1113
179
  #, fuzzy
180
  msgid "\"Browse wishlist\" text"
181
  msgstr "瀏覽「願望清單」"
182
 
183
- #: ../includes/class.yith-wcwl-admin-init.php:1115
184
  #: ../includes/class.yith-wcwl-ui.php:82 ../includes/class.yith-wcwl-ui.php:83
185
  msgid "Browse Wishlist"
186
  msgstr "瀏覽「願望清單」"
187
 
188
- #: ../includes/class.yith-wcwl-admin-init.php:1120
189
  #, fuzzy
190
  msgid "\"Product already in wishlist\" text"
191
  msgstr "商品已經加入收藏在「願望清單」裡面。"
192
 
193
- #: ../includes/class.yith-wcwl-admin-init.php:1122
194
  #: ../includes/class.yith-wcwl-ui.php:83
195
  msgid "The product is already in the wishlist!"
196
  msgstr "這個商品已經加入收藏在「願望清單」裡面!"
197
 
198
- #: ../includes/class.yith-wcwl-admin-init.php:1127
199
  #, fuzzy
200
  msgid "\"Product added\" text"
201
  msgstr "加入收藏!"
202
 
203
- #: ../includes/class.yith-wcwl-admin-init.php:1129
204
  #: ../includes/class.yith-wcwl-ui.php:82
205
  msgid "Product added!"
206
  msgstr "加入收藏!"
207
 
208
- #: ../includes/class.yith-wcwl-admin-init.php:1134
209
  msgid "\"Add to Cart\" text"
210
  msgstr ""
211
 
212
- #: ../includes/class.yith-wcwl-admin-init.php:1136
213
  msgid "Add to Cart"
214
  msgstr ""
215
 
216
- #: ../includes/class.yith-wcwl-admin-init.php:1141
217
  msgid "Show Unit price"
218
  msgstr ""
219
 
220
- #: ../includes/class.yith-wcwl-admin-init.php:1142
221
  msgid "Show unit price for each product in wishlist"
222
  msgstr ""
223
 
224
- #: ../includes/class.yith-wcwl-admin-init.php:1149
225
  msgid "Show \"Add to Cart\" button"
226
  msgstr ""
227
 
228
- #: ../includes/class.yith-wcwl-admin-init.php:1150
229
  msgid "Show \"Add to Cart\" button for each product in wishlist"
230
  msgstr ""
231
 
232
- #: ../includes/class.yith-wcwl-admin-init.php:1157
233
  msgid "Show Stock status"
234
  msgstr ""
235
 
236
- #: ../includes/class.yith-wcwl-admin-init.php:1158
237
  msgid ""
238
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
239
  msgstr ""
240
 
241
- #: ../includes/class.yith-wcwl-admin-init.php:1165
242
  msgid "Show Date of addition"
243
  msgstr ""
244
 
245
- #: ../includes/class.yith-wcwl-admin-init.php:1166
246
  #, fuzzy
247
  msgid "Show the date when users have added a product to the wishlist"
248
  msgstr "商品加入收藏到「願望清單」時,發生了錯誤。"
249
 
250
- #: ../includes/class.yith-wcwl-admin-init.php:1173
251
  msgid "Add second remove button"
252
  msgstr ""
253
 
254
- #: ../includes/class.yith-wcwl-admin-init.php:1174
255
  msgid "Add a second remove button in the last column, with extended label"
256
  msgstr ""
257
 
258
- #: ../includes/class.yith-wcwl-admin-init.php:1189
259
  msgid "Styles"
260
  msgstr ""
261
 
262
- #: ../includes/class.yith-wcwl-admin-init.php:1196
263
  msgid "Use buttons"
264
  msgstr ""
265
 
266
- #: ../includes/class.yith-wcwl-admin-init.php:1197
267
  msgid "Use buttons instead of simple anchors."
268
  msgstr ""
269
 
270
- #: ../includes/class.yith-wcwl-admin-init.php:1203
271
  msgid "Custom CSS"
272
  msgstr ""
273
 
274
- #: ../includes/class.yith-wcwl-admin-init.php:1210
275
  msgid "Use theme style"
276
  msgstr ""
277
 
278
- #: ../includes/class.yith-wcwl-admin-init.php:1211
279
  msgid "Use the theme style."
280
  msgstr ""
281
 
282
- #: ../includes/class.yith-wcwl-admin-init.php:1217
283
  msgid "Rounded buttons"
284
  msgstr ""
285
 
286
- #: ../includes/class.yith-wcwl-admin-init.php:1218
287
  msgid "Make button corners rounded"
288
  msgstr ""
289
 
290
- #: ../includes/class.yith-wcwl-admin-init.php:1224
291
  msgid "\"Add to Wishlist\" icon"
292
  msgstr ""
293
 
294
- #: ../includes/class.yith-wcwl-admin-init.php:1225
295
  msgid "Add an icon to the \"Add to Wishlist\" button"
296
  msgstr ""
297
 
298
- #: ../includes/class.yith-wcwl-admin-init.php:1235
299
  msgid "\"Add to Cart\" icon"
300
  msgstr ""
301
 
302
- #: ../includes/class.yith-wcwl-admin-init.php:1236
303
  msgid "Add an icon to the \"Add to Cart\" button"
304
  msgstr ""
305
 
306
- #: ../includes/class.yith-wcwl-admin-init.php:1254
307
  msgid "Social Networks & Share"
308
  msgstr ""
309
 
310
- #: ../includes/class.yith-wcwl-admin-init.php:1261
311
  msgid "Share on Facebook"
312
  msgstr ""
313
 
314
- #: ../includes/class.yith-wcwl-admin-init.php:1262
315
  msgid "Show \"Share on Facebook\" button"
316
  msgstr ""
317
 
318
- #: ../includes/class.yith-wcwl-admin-init.php:1268
319
  msgid "Tweet on Twitter"
320
  msgstr ""
321
 
322
- #: ../includes/class.yith-wcwl-admin-init.php:1269
323
  msgid "Show \"Tweet on Twitter\" button"
324
  msgstr ""
325
 
326
- #: ../includes/class.yith-wcwl-admin-init.php:1275
327
  msgid "Pin on Pinterest"
328
  msgstr ""
329
 
330
- #: ../includes/class.yith-wcwl-admin-init.php:1276
331
  msgid "Show \"Pin on Pinterest\" button"
332
  msgstr ""
333
 
334
- #: ../includes/class.yith-wcwl-admin-init.php:1282
335
  msgid "Share on Google+"
336
  msgstr ""
337
 
338
- #: ../includes/class.yith-wcwl-admin-init.php:1283
339
  msgid "Show \"Share on Google+\" button"
340
  msgstr ""
341
 
342
- #: ../includes/class.yith-wcwl-admin-init.php:1289
343
  msgid "Share by Email"
344
  msgstr ""
345
 
346
- #: ../includes/class.yith-wcwl-admin-init.php:1290
347
  msgid "Show \"Share by Email\" button"
348
  msgstr ""
349
 
350
- #: ../includes/class.yith-wcwl-admin-init.php:1296
351
  msgid "Social title"
352
  msgstr ""
353
 
354
- #: ../includes/class.yith-wcwl-admin-init.php:1303
355
  msgid "Social text"
356
  msgstr ""
357
 
358
- #: ../includes/class.yith-wcwl-admin-init.php:1304
359
  msgid ""
360
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
361
  "strong> where you want to show the URL of your wishlist."
362
  msgstr ""
363
 
364
- #: ../includes/class.yith-wcwl-admin-init.php:1311
365
  msgid "Social image URL"
366
  msgstr ""
367
 
368
- #: ../includes/class.yith-wcwl-admin-init.php:1312
369
  msgid "It will be used by Pinterest."
370
  msgstr ""
371
 
372
- #: ../includes/class.yith-wcwl-admin-init.php:1326
373
  #, php-format
374
  msgid ""
375
  "If you want to take advantage of this feature, you could consider to "
376
  "purchase the %s."
377
  msgstr ""
378
 
379
- #: ../includes/class.yith-wcwl-admin-init.php:1331
380
  msgid "YITH WooCommerce Frequently Bought Together Integration"
381
  msgstr ""
382
 
383
- #: ../includes/class.yith-wcwl-admin-init.php:1338
384
  msgid "Enable slider in wishlist"
385
  msgstr ""
386
 
387
- #: ../includes/class.yith-wcwl-admin-init.php:1339
388
  #, php-format
389
  msgid ""
390
  "Choose to enable product slider in wishlist page with linked products (<a "
391
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
392
  msgstr ""
393
 
394
- #: ../includes/class.yith-wcwl-admin-init.php:1375
395
  msgid "\"Add to wishlist\" button"
396
  msgstr ""
397
 
398
- #: ../includes/class.yith-wcwl-admin-init.php:1378
399
- #: ../includes/class.yith-wcwl-admin-init.php:1396
400
- #: ../includes/class.yith-wcwl-admin-init.php:1414
401
- #: ../includes/class.yith-wcwl-admin-init.php:1432
402
- #: ../includes/class.yith-wcwl-admin-init.php:1450
403
  msgid "Background"
404
  msgstr ""
405
 
406
- #: ../includes/class.yith-wcwl-admin-init.php:1379
407
- #: ../includes/class.yith-wcwl-admin-init.php:1397
408
- #: ../includes/class.yith-wcwl-admin-init.php:1415
409
- #: ../includes/class.yith-wcwl-admin-init.php:1433
410
- #: ../includes/class.yith-wcwl-admin-init.php:1451
411
  msgid "Text"
412
  msgstr ""
413
 
414
- #: ../includes/class.yith-wcwl-admin-init.php:1380
415
- #: ../includes/class.yith-wcwl-admin-init.php:1398
416
- #: ../includes/class.yith-wcwl-admin-init.php:1416
417
- #: ../includes/class.yith-wcwl-admin-init.php:1434
418
- #: ../includes/class.yith-wcwl-admin-init.php:1452
419
  msgid "Border"
420
  msgstr ""
421
 
422
- #: ../includes/class.yith-wcwl-admin-init.php:1387
423
- #: ../includes/class.yith-wcwl-admin-init.php:1405
424
- #: ../includes/class.yith-wcwl-admin-init.php:1423
425
- #: ../includes/class.yith-wcwl-admin-init.php:1441
426
  msgid "Background (hover)"
427
  msgstr ""
428
 
429
- #: ../includes/class.yith-wcwl-admin-init.php:1388
430
- #: ../includes/class.yith-wcwl-admin-init.php:1406
431
- #: ../includes/class.yith-wcwl-admin-init.php:1424
432
- #: ../includes/class.yith-wcwl-admin-init.php:1442
433
  msgid "Text (hover)"
434
  msgstr ""
435
 
436
- #: ../includes/class.yith-wcwl-admin-init.php:1389
437
- #: ../includes/class.yith-wcwl-admin-init.php:1407
438
- #: ../includes/class.yith-wcwl-admin-init.php:1425
439
- #: ../includes/class.yith-wcwl-admin-init.php:1443
440
  msgid "Border (hover)"
441
  msgstr ""
442
 
443
- #: ../includes/class.yith-wcwl-admin-init.php:1393
444
  msgid "\"Add to Cart\" button"
445
  msgstr ""
446
 
447
- #: ../includes/class.yith-wcwl-admin-init.php:1411
448
  msgid "\"Style 1\" button"
449
  msgstr ""
450
 
451
- #: ../includes/class.yith-wcwl-admin-init.php:1429
452
  msgid "\"Style 2\" button"
453
  msgstr ""
454
 
455
- #: ../includes/class.yith-wcwl-admin-init.php:1447
456
  #, fuzzy
457
  msgid "Wishlist table"
458
  msgstr "願望清單"
459
 
460
- #: ../includes/class.yith-wcwl-admin-init.php:1456
461
  msgid "Headers"
462
  msgstr ""
463
 
464
- #: ../includes/class.yith-wcwl-admin-init.php:1459
465
  msgid "Background color"
466
  msgstr ""
467
 
468
- #: ../includes/class.yith-wcwl-admin-init.php:1549
469
  #, fuzzy
470
  msgid "Wishlist Activated"
471
  msgstr "願望清單"
472
 
473
- #: ../includes/class.yith-wcwl-admin-init.php:1550
474
  #, php-format
475
  msgid ""
476
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
@@ -479,12 +455,12 @@ msgid ""
479
  "options, <a href=\"%s\">discover it now</a>."
480
  msgstr ""
481
 
482
- #: ../includes/class.yith-wcwl-admin-init.php:1561
483
  #, fuzzy
484
  msgid "Wishlist Updated"
485
  msgstr "願望清單"
486
 
487
- #: ../includes/class.yith-wcwl-admin-init.php:1562
488
  #, php-format
489
  msgid ""
490
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
@@ -494,22 +470,132 @@ msgid ""
494
  "\">discover the PREMIUM version.</a>"
495
  msgstr ""
496
 
497
- #: ../includes/class.yith-wcwl-init.php:374
498
  msgid ""
499
  "We are sorry, but this feature is available only if cookies are enabled on "
500
  "your browser."
501
  msgstr ""
502
 
503
- #: ../includes/class.yith-wcwl-init.php:375
504
  #, fuzzy
505
  msgid "Product correctly added to cart"
506
  msgstr "加入收藏!"
507
 
508
- #: ../includes/class.yith-wcwl-install.php:243
509
  msgctxt "page_slug"
510
  msgid "wishlist"
511
  msgstr ""
512
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
513
  #: ../includes/class.yith-wcwl-shortcode.php:259
514
  #: ../includes/class.yith-wcwl-ui.php:164
515
  msgid "Share on:"
@@ -532,42 +618,42 @@ msgstr ""
532
  msgid "email"
533
  msgstr ""
534
 
535
- #: ../includes/class.yith-wcwl.php:177
536
  #, fuzzy
537
  msgid "An error occurred while adding products to the wishlist."
538
  msgstr "商品加入收藏到「願望清單」時,發生了錯誤。"
539
 
540
- #: ../includes/class.yith-wcwl.php:269
541
  #, fuzzy
542
  msgid "An error occurred while adding products to wishlist."
543
  msgstr "商品加入收藏到「願望清單」時,發生了錯誤。"
544
 
545
- #: ../includes/class.yith-wcwl.php:286
546
  msgid "The \"Remove\" option now does not require any parameter"
547
  msgstr ""
548
 
549
- #: ../includes/class.yith-wcwl.php:335
550
  #, fuzzy
551
  msgid "An error occurred while removing products from the wishlist"
552
  msgstr "從「願望清單」移除商品時,發生了錯誤。"
553
 
554
- #: ../includes/class.yith-wcwl.php:783
555
  msgid "You need to log in before creating a new wishlist"
556
  msgstr ""
557
 
558
- #: ../includes/class.yith-wcwl.php:1578
559
  msgid "Product successfully removed."
560
  msgstr "成功移除商品。"
561
 
562
- #: ../includes/class.yith-wcwl.php:1582
563
  msgid "Error. Unable to remove the product from the wishlist."
564
  msgstr "錯誤。無法從「願望清單」移除這個商品。"
565
 
566
- #: ../includes/class.yith-wcwl.php:1586 ../templates/wishlist-view.php:241
567
  msgid "No products were added to the wishlist"
568
  msgstr "你目前沒有加入收藏任何商品到「願望清單」裡面"
569
 
570
- #: ../includes/class.yith-wcwl.php:1628
571
  msgid "An error as occurred."
572
  msgstr ""
573
 
@@ -578,9 +664,11 @@ msgid ""
578
  msgstr ""
579
 
580
  #: ../init.php:140
581
- msgid ""
582
- "You can't activate the free version of YITH WooCommerce Wishlist while you "
583
- "are using the premium one."
 
 
584
  msgstr ""
585
 
586
  #: ../templates/admin/wishlist-panel-premium.php:185
@@ -861,7 +949,7 @@ msgstr "單價"
861
  msgid "Stock Status"
862
  msgstr "庫存狀態"
863
 
864
- #: ../templates/wishlist-view.php:152 ../templates/wishlist-view.php:231
865
  msgid "Remove this product"
866
  msgstr "移除這個商品"
867
 
@@ -869,49 +957,36 @@ msgstr "移除這個商品"
869
  msgid "Free!"
870
  msgstr "免費!"
871
 
872
- #: ../templates/wishlist-view.php:178
873
  msgid "Out of Stock"
874
  msgstr "缺貨"
875
 
876
- #: ../templates/wishlist-view.php:178
877
  msgid "In Stock"
878
  msgstr "有貨"
879
 
880
- #: ../templates/wishlist-view.php:187
881
  #, php-format
882
  msgid "Added on : %s"
883
  msgstr ""
884
 
885
- #: ../templates/wishlist-view.php:199
886
  msgid "Move"
887
  msgstr ""
888
 
889
- #: ../templates/wishlist-view.php:211
890
- #, fuzzy
891
- msgid "Shared"
892
- msgstr "分享:"
893
-
894
- #: ../templates/wishlist-view.php:214
895
- msgid "Private"
896
- msgstr ""
897
-
898
- #: ../templates/wishlist-view.php:217
899
- msgid "Public"
900
- msgstr ""
901
-
902
- #: ../templates/wishlist-view.php:231
903
  msgid "Remove"
904
  msgstr ""
905
 
906
- #: ../templates/wishlist-view.php:258
907
  msgid "Add the selected products to the cart"
908
  msgstr ""
909
 
910
- #: ../templates/wishlist-view.php:266 ../templates/wishlist-view.php:312
911
  msgid "Ask for an estimate"
912
  msgstr ""
913
 
914
- #: ../templates/wishlist-view.php:302
915
  msgid "Your email"
916
  msgstr ""
917
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist\n"
4
+ "POT-Creation-Date: 2018-10-04 14:52+0200\n"
5
+ "PO-Revision-Date: 2018-10-04 14:52+0200\n"
6
  "Last-Translator: 李明軒 <eggeggxuan@gmail.com>\n"
7
  "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
8
  "Language: zh_TW\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 2.0.8\n"
13
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;__ngettext:1,2;"
14
  "__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;"
15
  "_nx_noop:4c,1,2\n"
20
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
21
 
22
  #: ../includes/class.yith-wcwl-admin-init.php:159
23
+ #: ../includes/class.yith-wcwl-admin-init.php:1478
24
+ #: ../includes/class.yith-wcwl-admin-init.php:1479
25
+ #: ../includes/class.yith-wcwl-install.php:245
26
  msgid "Wishlist"
27
  msgstr "願望清單"
28
 
29
  #: ../includes/class.yith-wcwl-admin-init.php:161
 
30
  msgid "Settings"
31
  msgstr ""
32
 
33
  #: ../includes/class.yith-wcwl-admin-init.php:162
34
+ #: ../includes/class.yith-wcwl-admin-init.php:243
35
  msgid "Colors"
36
  msgstr ""
37
 
38
  #: ../includes/class.yith-wcwl-admin-init.php:163
 
39
  msgid "Premium Version"
40
  msgstr ""
41
 
42
+ #: ../includes/class.yith-wcwl-admin-init.php:1018
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
43
  msgid "Upgrade to the PREMIUM VERSION"
44
  msgstr ""
45
 
46
+ #: ../includes/class.yith-wcwl-admin-init.php:1022
 
 
 
 
47
  msgid "Discover the Advanced Features"
48
  msgstr ""
49
 
50
+ #: ../includes/class.yith-wcwl-admin-init.php:1023
51
  msgid ""
52
  "Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE WISHLIST to benefit from "
53
  "all features!"
54
  msgstr ""
55
 
56
+ #: ../includes/class.yith-wcwl-admin-init.php:1029
57
  msgid "Get Support and Pro Features"
58
  msgstr ""
59
 
60
+ #: ../includes/class.yith-wcwl-admin-init.php:1030
61
  msgid ""
62
  "By purchasing the premium version of the plugin, you will take advantage of "
63
  "the advanced features of the product and you will get one year of free "
64
  "updates and support through our platform available 24h/24."
65
  msgstr ""
66
 
67
+ #: ../includes/class.yith-wcwl-admin-init.php:1040
68
  msgid "General Settings"
69
  msgstr ""
70
 
71
+ #: ../includes/class.yith-wcwl-admin-init.php:1047
72
  msgid "Enable YITH Wishlist"
73
  msgstr ""
74
 
75
+ #: ../includes/class.yith-wcwl-admin-init.php:1048
76
  #, php-format
77
  msgid ""
78
  "Enable all plugin features. <strong>Be sure to select at least one option in "
80
  "plugin <a href=\"%s\" target=\"_blank\">documentation</a>."
81
  msgstr ""
82
 
83
+ #: ../includes/class.yith-wcwl-admin-init.php:1054
84
  msgid "Default wishlist title"
85
  msgstr ""
86
 
87
+ #: ../includes/class.yith-wcwl-admin-init.php:1056
88
+ #: ../includes/class.yith-wcwl-admin-init.php:1057
89
+ #: ../includes/class.yith-wcwl-admin-init.php:1293
90
  #, php-format
91
  msgid "My wishlist on %s"
92
  msgstr ""
93
 
94
+ #: ../includes/class.yith-wcwl-admin-init.php:1062
95
  msgid "Wishlist Page"
96
  msgstr ""
97
 
98
+ #: ../includes/class.yith-wcwl-admin-init.php:1063
99
  msgid "Page contents: [yith_wcwl_wishlist]"
100
  msgstr ""
101
 
102
+ #: ../includes/class.yith-wcwl-admin-init.php:1072
103
  msgid "Position"
104
  msgstr ""
105
 
106
+ #: ../includes/class.yith-wcwl-admin-init.php:1073
107
  msgid ""
108
  "You can add the button in variable products only after the \"Add to Cart\" "
109
  "button or using the shortcode [yith_wcwl_add_to_wishlist]."
110
  msgstr ""
111
 
112
+ #: ../includes/class.yith-wcwl-admin-init.php:1079
113
  msgid "After \"Add to cart\""
114
  msgstr ""
115
 
116
+ #: ../includes/class.yith-wcwl-admin-init.php:1080
117
  msgid "After thumbnails"
118
  msgstr ""
119
 
120
+ #: ../includes/class.yith-wcwl-admin-init.php:1081
121
  msgid "After summary"
122
  msgstr ""
123
 
124
+ #: ../includes/class.yith-wcwl-admin-init.php:1082
125
  msgid "Use shortcode"
126
  msgstr ""
127
 
128
+ #: ../includes/class.yith-wcwl-admin-init.php:1087
129
  msgid "Redirect to cart"
130
  msgstr ""
131
 
132
+ #: ../includes/class.yith-wcwl-admin-init.php:1088
133
  msgid ""
134
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
135
  "page."
136
  msgstr ""
137
 
138
+ #: ../includes/class.yith-wcwl-admin-init.php:1094
139
  msgid "Remove if added to the cart"
140
  msgstr ""
141
 
142
+ #: ../includes/class.yith-wcwl-admin-init.php:1095
143
  msgid "Remove the product from the wishlist if it has been added to the cart."
144
  msgstr ""
145
 
146
+ #: ../includes/class.yith-wcwl-admin-init.php:1101
147
  msgid "\"Add to Wishlist\" text"
148
  msgstr ""
149
 
150
+ #: ../includes/class.yith-wcwl-admin-init.php:1103
151
  msgid "Add to Wishlist"
152
  msgstr ""
153
 
154
+ #: ../includes/class.yith-wcwl-admin-init.php:1108
155
  #, fuzzy
156
  msgid "\"Browse wishlist\" text"
157
  msgstr "瀏覽「願望清單」"
158
 
159
+ #: ../includes/class.yith-wcwl-admin-init.php:1110
160
  #: ../includes/class.yith-wcwl-ui.php:82 ../includes/class.yith-wcwl-ui.php:83
161
  msgid "Browse Wishlist"
162
  msgstr "瀏覽「願望清單」"
163
 
164
+ #: ../includes/class.yith-wcwl-admin-init.php:1115
165
  #, fuzzy
166
  msgid "\"Product already in wishlist\" text"
167
  msgstr "商品已經加入收藏在「願望清單」裡面。"
168
 
169
+ #: ../includes/class.yith-wcwl-admin-init.php:1117
170
  #: ../includes/class.yith-wcwl-ui.php:83
171
  msgid "The product is already in the wishlist!"
172
  msgstr "這個商品已經加入收藏在「願望清單」裡面!"
173
 
174
+ #: ../includes/class.yith-wcwl-admin-init.php:1122
175
  #, fuzzy
176
  msgid "\"Product added\" text"
177
  msgstr "加入收藏!"
178
 
179
+ #: ../includes/class.yith-wcwl-admin-init.php:1124
180
  #: ../includes/class.yith-wcwl-ui.php:82
181
  msgid "Product added!"
182
  msgstr "加入收藏!"
183
 
184
+ #: ../includes/class.yith-wcwl-admin-init.php:1129
185
  msgid "\"Add to Cart\" text"
186
  msgstr ""
187
 
188
+ #: ../includes/class.yith-wcwl-admin-init.php:1131
189
  msgid "Add to Cart"
190
  msgstr ""
191
 
192
+ #: ../includes/class.yith-wcwl-admin-init.php:1136
193
  msgid "Show Unit price"
194
  msgstr ""
195
 
196
+ #: ../includes/class.yith-wcwl-admin-init.php:1137
197
  msgid "Show unit price for each product in wishlist"
198
  msgstr ""
199
 
200
+ #: ../includes/class.yith-wcwl-admin-init.php:1144
201
  msgid "Show \"Add to Cart\" button"
202
  msgstr ""
203
 
204
+ #: ../includes/class.yith-wcwl-admin-init.php:1145
205
  msgid "Show \"Add to Cart\" button for each product in wishlist"
206
  msgstr ""
207
 
208
+ #: ../includes/class.yith-wcwl-admin-init.php:1152
209
  msgid "Show Stock status"
210
  msgstr ""
211
 
212
+ #: ../includes/class.yith-wcwl-admin-init.php:1153
213
  msgid ""
214
  "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
215
  msgstr ""
216
 
217
+ #: ../includes/class.yith-wcwl-admin-init.php:1160
218
  msgid "Show Date of addition"
219
  msgstr ""
220
 
221
+ #: ../includes/class.yith-wcwl-admin-init.php:1161
222
  #, fuzzy
223
  msgid "Show the date when users have added a product to the wishlist"
224
  msgstr "商品加入收藏到「願望清單」時,發生了錯誤。"
225
 
226
+ #: ../includes/class.yith-wcwl-admin-init.php:1168
227
  msgid "Add second remove button"
228
  msgstr ""
229
 
230
+ #: ../includes/class.yith-wcwl-admin-init.php:1169
231
  msgid "Add a second remove button in the last column, with extended label"
232
  msgstr ""
233
 
234
+ #: ../includes/class.yith-wcwl-admin-init.php:1184
235
  msgid "Styles"
236
  msgstr ""
237
 
238
+ #: ../includes/class.yith-wcwl-admin-init.php:1191
239
  msgid "Use buttons"
240
  msgstr ""
241
 
242
+ #: ../includes/class.yith-wcwl-admin-init.php:1192
243
  msgid "Use buttons instead of simple anchors."
244
  msgstr ""
245
 
246
+ #: ../includes/class.yith-wcwl-admin-init.php:1198
247
  msgid "Custom CSS"
248
  msgstr ""
249
 
250
+ #: ../includes/class.yith-wcwl-admin-init.php:1205
251
  msgid "Use theme style"
252
  msgstr ""
253
 
254
+ #: ../includes/class.yith-wcwl-admin-init.php:1206
255
  msgid "Use the theme style."
256
  msgstr ""
257
 
258
+ #: ../includes/class.yith-wcwl-admin-init.php:1212
259
  msgid "Rounded buttons"
260
  msgstr ""
261
 
262
+ #: ../includes/class.yith-wcwl-admin-init.php:1213
263
  msgid "Make button corners rounded"
264
  msgstr ""
265
 
266
+ #: ../includes/class.yith-wcwl-admin-init.php:1219
267
  msgid "\"Add to Wishlist\" icon"
268
  msgstr ""
269
 
270
+ #: ../includes/class.yith-wcwl-admin-init.php:1220
271
  msgid "Add an icon to the \"Add to Wishlist\" button"
272
  msgstr ""
273
 
274
+ #: ../includes/class.yith-wcwl-admin-init.php:1230
275
  msgid "\"Add to Cart\" icon"
276
  msgstr ""
277
 
278
+ #: ../includes/class.yith-wcwl-admin-init.php:1231
279
  msgid "Add an icon to the \"Add to Cart\" button"
280
  msgstr ""
281
 
282
+ #: ../includes/class.yith-wcwl-admin-init.php:1249
283
  msgid "Social Networks & Share"
284
  msgstr ""
285
 
286
+ #: ../includes/class.yith-wcwl-admin-init.php:1256
287
  msgid "Share on Facebook"
288
  msgstr ""
289
 
290
+ #: ../includes/class.yith-wcwl-admin-init.php:1257
291
  msgid "Show \"Share on Facebook\" button"
292
  msgstr ""
293
 
294
+ #: ../includes/class.yith-wcwl-admin-init.php:1263
295
  msgid "Tweet on Twitter"
296
  msgstr ""
297
 
298
+ #: ../includes/class.yith-wcwl-admin-init.php:1264
299
  msgid "Show \"Tweet on Twitter\" button"
300
  msgstr ""
301
 
302
+ #: ../includes/class.yith-wcwl-admin-init.php:1270
303
  msgid "Pin on Pinterest"
304
  msgstr ""
305
 
306
+ #: ../includes/class.yith-wcwl-admin-init.php:1271
307
  msgid "Show \"Pin on Pinterest\" button"
308
  msgstr ""
309
 
310
+ #: ../includes/class.yith-wcwl-admin-init.php:1277
311
  msgid "Share on Google+"
312
  msgstr ""
313
 
314
+ #: ../includes/class.yith-wcwl-admin-init.php:1278
315
  msgid "Show \"Share on Google+\" button"
316
  msgstr ""
317
 
318
+ #: ../includes/class.yith-wcwl-admin-init.php:1284
319
  msgid "Share by Email"
320
  msgstr ""
321
 
322
+ #: ../includes/class.yith-wcwl-admin-init.php:1285
323
  msgid "Show \"Share by Email\" button"
324
  msgstr ""
325
 
326
+ #: ../includes/class.yith-wcwl-admin-init.php:1291
327
  msgid "Social title"
328
  msgstr ""
329
 
330
+ #: ../includes/class.yith-wcwl-admin-init.php:1298
331
  msgid "Social text"
332
  msgstr ""
333
 
334
+ #: ../includes/class.yith-wcwl-admin-init.php:1299
335
  msgid ""
336
  "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
337
  "strong> where you want to show the URL of your wishlist."
338
  msgstr ""
339
 
340
+ #: ../includes/class.yith-wcwl-admin-init.php:1306
341
  msgid "Social image URL"
342
  msgstr ""
343
 
344
+ #: ../includes/class.yith-wcwl-admin-init.php:1307
345
  msgid "It will be used by Pinterest."
346
  msgstr ""
347
 
348
+ #: ../includes/class.yith-wcwl-admin-init.php:1321
349
  #, php-format
350
  msgid ""
351
  "If you want to take advantage of this feature, you could consider to "
352
  "purchase the %s."
353
  msgstr ""
354
 
355
+ #: ../includes/class.yith-wcwl-admin-init.php:1326
356
  msgid "YITH WooCommerce Frequently Bought Together Integration"
357
  msgstr ""
358
 
359
+ #: ../includes/class.yith-wcwl-admin-init.php:1333
360
  msgid "Enable slider in wishlist"
361
  msgstr ""
362
 
363
+ #: ../includes/class.yith-wcwl-admin-init.php:1334
364
  #, php-format
365
  msgid ""
366
  "Choose to enable product slider in wishlist page with linked products (<a "
367
  "href=\"%s\" class=\"thickbox\">Example</a>). %s"
368
  msgstr ""
369
 
370
+ #: ../includes/class.yith-wcwl-admin-init.php:1370
371
  msgid "\"Add to wishlist\" button"
372
  msgstr ""
373
 
374
+ #: ../includes/class.yith-wcwl-admin-init.php:1373
375
+ #: ../includes/class.yith-wcwl-admin-init.php:1391
376
+ #: ../includes/class.yith-wcwl-admin-init.php:1409
377
+ #: ../includes/class.yith-wcwl-admin-init.php:1427
378
+ #: ../includes/class.yith-wcwl-admin-init.php:1445
379
  msgid "Background"
380
  msgstr ""
381
 
382
+ #: ../includes/class.yith-wcwl-admin-init.php:1374
383
+ #: ../includes/class.yith-wcwl-admin-init.php:1392
384
+ #: ../includes/class.yith-wcwl-admin-init.php:1410
385
+ #: ../includes/class.yith-wcwl-admin-init.php:1428
386
+ #: ../includes/class.yith-wcwl-admin-init.php:1446
387
  msgid "Text"
388
  msgstr ""
389
 
390
+ #: ../includes/class.yith-wcwl-admin-init.php:1375
391
+ #: ../includes/class.yith-wcwl-admin-init.php:1393
392
+ #: ../includes/class.yith-wcwl-admin-init.php:1411
393
+ #: ../includes/class.yith-wcwl-admin-init.php:1429
394
+ #: ../includes/class.yith-wcwl-admin-init.php:1447
395
  msgid "Border"
396
  msgstr ""
397
 
398
+ #: ../includes/class.yith-wcwl-admin-init.php:1382
399
+ #: ../includes/class.yith-wcwl-admin-init.php:1400
400
+ #: ../includes/class.yith-wcwl-admin-init.php:1418
401
+ #: ../includes/class.yith-wcwl-admin-init.php:1436
402
  msgid "Background (hover)"
403
  msgstr ""
404
 
405
+ #: ../includes/class.yith-wcwl-admin-init.php:1383
406
+ #: ../includes/class.yith-wcwl-admin-init.php:1401
407
+ #: ../includes/class.yith-wcwl-admin-init.php:1419
408
+ #: ../includes/class.yith-wcwl-admin-init.php:1437
409
  msgid "Text (hover)"
410
  msgstr ""
411
 
412
+ #: ../includes/class.yith-wcwl-admin-init.php:1384
413
+ #: ../includes/class.yith-wcwl-admin-init.php:1402
414
+ #: ../includes/class.yith-wcwl-admin-init.php:1420
415
+ #: ../includes/class.yith-wcwl-admin-init.php:1438
416
  msgid "Border (hover)"
417
  msgstr ""
418
 
419
+ #: ../includes/class.yith-wcwl-admin-init.php:1388
420
  msgid "\"Add to Cart\" button"
421
  msgstr ""
422
 
423
+ #: ../includes/class.yith-wcwl-admin-init.php:1406
424
  msgid "\"Style 1\" button"
425
  msgstr ""
426
 
427
+ #: ../includes/class.yith-wcwl-admin-init.php:1424
428
  msgid "\"Style 2\" button"
429
  msgstr ""
430
 
431
+ #: ../includes/class.yith-wcwl-admin-init.php:1442
432
  #, fuzzy
433
  msgid "Wishlist table"
434
  msgstr "願望清單"
435
 
436
+ #: ../includes/class.yith-wcwl-admin-init.php:1451
437
  msgid "Headers"
438
  msgstr ""
439
 
440
+ #: ../includes/class.yith-wcwl-admin-init.php:1454
441
  msgid "Background color"
442
  msgstr ""
443
 
444
+ #: ../includes/class.yith-wcwl-admin-init.php:1544
445
  #, fuzzy
446
  msgid "Wishlist Activated"
447
  msgstr "願望清單"
448
 
449
+ #: ../includes/class.yith-wcwl-admin-init.php:1545
450
  #, php-format
451
  msgid ""
452
  "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
455
  "options, <a href=\"%s\">discover it now</a>."
456
  msgstr ""
457
 
458
+ #: ../includes/class.yith-wcwl-admin-init.php:1556
459
  #, fuzzy
460
  msgid "Wishlist Updated"
461
  msgstr "願望清單"
462
 
463
+ #: ../includes/class.yith-wcwl-admin-init.php:1557
464
  #, php-format
465
  msgid ""
466
  "From now on, you can find all the options of Wishlist under YIT Plugin -> "
470
  "\">discover the PREMIUM version.</a>"
471
  msgstr ""
472
 
473
+ #: ../includes/class.yith-wcwl-init.php:403
474
  msgid ""
475
  "We are sorry, but this feature is available only if cookies are enabled on "
476
  "your browser."
477
  msgstr ""
478
 
479
+ #: ../includes/class.yith-wcwl-init.php:404
480
  #, fuzzy
481
  msgid "Product correctly added to cart"
482
  msgstr "加入收藏!"
483
 
484
+ #: ../includes/class.yith-wcwl-install.php:244
485
  msgctxt "page_slug"
486
  msgid "wishlist"
487
  msgstr ""
488
 
489
+ #: ../includes/class.yith-wcwl-privacy.php:50
490
+ msgid "While you visit our site, we’ll track:"
491
+ msgstr ""
492
+
493
+ #: ../includes/class.yith-wcwl-privacy.php:52
494
+ msgid ""
495
+ "Products you’ve added to the wishlist: we’ll use this to show you and other "
496
+ "users your favourite products, and to create targeted email campaigns."
497
+ msgstr ""
498
+
499
+ #: ../includes/class.yith-wcwl-privacy.php:53
500
+ msgid ""
501
+ "Wishlists you’ve created: we’ll keep track of the wishlists you create, and "
502
+ "make them visible to the store’s staff"
503
+ msgstr ""
504
+
505
+ #: ../includes/class.yith-wcwl-privacy.php:55
506
+ msgid ""
507
+ "We’ll also use cookies to keep track of wishlist contents while you’re "
508
+ "browsing our site."
509
+ msgstr ""
510
+
511
+ #: ../includes/class.yith-wcwl-privacy.php:58
512
+ msgid ""
513
+ "Members of our team have access to the information you provide us. For "
514
+ "example, both Administrators and Shop Managers can access:"
515
+ msgstr ""
516
+
517
+ #: ../includes/class.yith-wcwl-privacy.php:60
518
+ msgid ""
519
+ "Wishlist details, such as products added, date of addition, name and privacy "
520
+ "settings of your wishlists"
521
+ msgstr ""
522
+
523
+ #: ../includes/class.yith-wcwl-privacy.php:62
524
+ msgid ""
525
+ "Our team members have access to this information to offer you better deals "
526
+ "for the products you love."
527
+ msgstr ""
528
+
529
+ #: ../includes/class.yith-wcwl-privacy.php:82
530
+ #: ../includes/class.yith-wcwl-privacy.php:98
531
+ #, fuzzy
532
+ #| msgid "Browse Wishlist"
533
+ msgid "Customer Wishlists"
534
+ msgstr "瀏覽「願望清單」"
535
+
536
+ #: ../includes/class.yith-wcwl-privacy.php:133
537
+ #, fuzzy
538
+ #| msgid "Wishlist"
539
+ msgid "Wishlists"
540
+ msgstr "願望清單"
541
+
542
+ #: ../includes/class.yith-wcwl-privacy.php:195
543
+ #, php-format
544
+ msgid "Removed wishlist %s."
545
+ msgstr ""
546
+
547
+ #: ../includes/class.yith-wcwl-privacy.php:199
548
+ #, php-format
549
+ msgid "Wishlist %s has been retained."
550
+ msgstr ""
551
+
552
+ #: ../includes/class.yith-wcwl-privacy.php:210
553
+ msgid "Removed default user's wishlist"
554
+ msgstr ""
555
+
556
+ #: ../includes/class.yith-wcwl-privacy.php:228
557
+ msgid "Token"
558
+ msgstr ""
559
+
560
+ #: ../includes/class.yith-wcwl-privacy.php:229
561
+ #, fuzzy
562
+ #| msgid "Wishlist"
563
+ msgid "Wishlist url"
564
+ msgstr "願望清單"
565
+
566
+ #: ../includes/class.yith-wcwl-privacy.php:230
567
+ msgid "Title"
568
+ msgstr ""
569
+
570
+ #: ../includes/class.yith-wcwl-privacy.php:231
571
+ msgctxt "date wishlist was created"
572
+ msgid "Created on"
573
+ msgstr ""
574
+
575
+ #: ../includes/class.yith-wcwl-privacy.php:232
576
+ msgid "Visibility"
577
+ msgstr ""
578
+
579
+ #: ../includes/class.yith-wcwl-privacy.php:233
580
+ msgid "Items Added"
581
+ msgstr ""
582
+
583
+ #: ../includes/class.yith-wcwl-privacy.php:283
584
+ #: ../templates/wishlist-view.php:212
585
+ #, fuzzy
586
+ msgid "Shared"
587
+ msgstr "分享:"
588
+
589
+ #: ../includes/class.yith-wcwl-privacy.php:286
590
+ #: ../templates/wishlist-view.php:215
591
+ msgid "Private"
592
+ msgstr ""
593
+
594
+ #: ../includes/class.yith-wcwl-privacy.php:289
595
+ #: ../templates/wishlist-view.php:218
596
+ msgid "Public"
597
+ msgstr ""
598
+
599
  #: ../includes/class.yith-wcwl-shortcode.php:259
600
  #: ../includes/class.yith-wcwl-ui.php:164
601
  msgid "Share on:"
618
  msgid "email"
619
  msgstr ""
620
 
621
+ #: ../includes/class.yith-wcwl.php:201
622
  #, fuzzy
623
  msgid "An error occurred while adding products to the wishlist."
624
  msgstr "商品加入收藏到「願望清單」時,發生了錯誤。"
625
 
626
+ #: ../includes/class.yith-wcwl.php:293
627
  #, fuzzy
628
  msgid "An error occurred while adding products to wishlist."
629
  msgstr "商品加入收藏到「願望清單」時,發生了錯誤。"
630
 
631
+ #: ../includes/class.yith-wcwl.php:310
632
  msgid "The \"Remove\" option now does not require any parameter"
633
  msgstr ""
634
 
635
+ #: ../includes/class.yith-wcwl.php:359
636
  #, fuzzy
637
  msgid "An error occurred while removing products from the wishlist"
638
  msgstr "從「願望清單」移除商品時,發生了錯誤。"
639
 
640
+ #: ../includes/class.yith-wcwl.php:809
641
  msgid "You need to log in before creating a new wishlist"
642
  msgstr ""
643
 
644
+ #: ../includes/class.yith-wcwl.php:1610
645
  msgid "Product successfully removed."
646
  msgstr "成功移除商品。"
647
 
648
+ #: ../includes/class.yith-wcwl.php:1614
649
  msgid "Error. Unable to remove the product from the wishlist."
650
  msgstr "錯誤。無法從「願望清單」移除這個商品。"
651
 
652
+ #: ../includes/class.yith-wcwl.php:1618 ../templates/wishlist-view.php:242
653
  msgid "No products were added to the wishlist"
654
  msgstr "你目前沒有加入收藏任何商品到「願望清單」裡面"
655
 
656
+ #: ../includes/class.yith-wcwl.php:1660
657
  msgid "An error as occurred."
658
  msgstr ""
659
 
664
  msgstr ""
665
 
666
  #: ../init.php:140
667
+ msgid "You can't activate the free version of"
668
+ msgstr ""
669
+
670
+ #: ../init.php:140
671
+ msgid "while you are using the premium one."
672
  msgstr ""
673
 
674
  #: ../templates/admin/wishlist-panel-premium.php:185
949
  msgid "Stock Status"
950
  msgstr "庫存狀態"
951
 
952
+ #: ../templates/wishlist-view.php:152 ../templates/wishlist-view.php:232
953
  msgid "Remove this product"
954
  msgstr "移除這個商品"
955
 
957
  msgid "Free!"
958
  msgstr "免費!"
959
 
960
+ #: ../templates/wishlist-view.php:179
961
  msgid "Out of Stock"
962
  msgstr "缺貨"
963
 
964
+ #: ../templates/wishlist-view.php:179
965
  msgid "In Stock"
966
  msgstr "有貨"
967
 
968
+ #: ../templates/wishlist-view.php:188
969
  #, php-format
970
  msgid "Added on : %s"
971
  msgstr ""
972
 
973
+ #: ../templates/wishlist-view.php:200
974
  msgid "Move"
975
  msgstr ""
976
 
977
+ #: ../templates/wishlist-view.php:232
 
 
 
 
 
 
 
 
 
 
 
 
 
978
  msgid "Remove"
979
  msgstr ""
980
 
981
+ #: ../templates/wishlist-view.php:259
982
  msgid "Add the selected products to the cart"
983
  msgstr ""
984
 
985
+ #: ../templates/wishlist-view.php:267 ../templates/wishlist-view.php:313
986
  msgid "Ask for an estimate"
987
  msgstr ""
988
 
989
+ #: ../templates/wishlist-view.php:303
990
  msgid "Your email"
991
  msgstr ""
992
 
languages/yith-woocommerce-wishlist.pot CHANGED
@@ -1,1001 +1,974 @@
1
- #, fuzzy
2
- msgid ""
3
- msgstr ""
4
- "Project-Id-Version: YITH WooCommerce Wishlist\n"
5
- "POT-Creation-Date: 2018-07-25 13:59-0600\n"
6
- "PO-Revision-Date: 2015-04-30 17:08+0100\n"
7
- "Last-Translator: Nicola Mustone <mail@nicolamustone.it>\n"
8
- "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
9
- "Language: en\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.1\n"
14
- "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;_n:1,2;__ngettext:1,2;"
15
- "__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;"
16
- "_nx_noop:4c,1,2\n"
17
- "X-Poedit-Basepath: .\n"
18
- "Plural-Forms: nplurals=2; plural=n!=1;\n"
19
- "X-Poedit-SourceCharset: UTF-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:1490
25
- #: ../includes/class.yith-wcwl-admin-init.php:1491
26
- #: ../includes/class.yith-wcwl-install.php:245
27
- msgid "Wishlist"
28
- msgstr ""
29
-
30
- #: ../includes/class.yith-wcwl-admin-init.php:161
31
- #: ../includes/class.yith-wcwl-admin-init.php:258
32
- msgid "Settings"
33
- msgstr ""
34
-
35
- #: ../includes/class.yith-wcwl-admin-init.php:162
36
- #: ../includes/class.yith-wcwl-admin-init.php:243
37
- msgid "Colors"
38
- msgstr ""
39
-
40
- #: ../includes/class.yith-wcwl-admin-init.php:163
41
- #: ../includes/class.yith-wcwl-admin-init.php:262
42
- msgid "Premium Version"
43
- msgstr ""
44
-
45
- #: ../includes/class.yith-wcwl-admin-init.php:263
46
- msgid "Live Demo"
47
- msgstr ""
48
-
49
- #: ../includes/class.yith-wcwl-admin-init.php:287
50
- msgid ""
51
- "WARNING: This plugin requires at least WooCommerce 2.2! Please, use this "
52
- "link to update it."
53
- msgstr ""
54
-
55
- #: ../includes/class.yith-wcwl-admin-init.php:290
56
- msgid "WARNING: This plugin requires at least WooCommerce 2.2!"
57
- msgstr ""
58
-
59
- #: ../includes/class.yith-wcwl-admin-init.php:295
60
- msgid "Plugin Documentation"
61
- msgstr ""
62
-
63
- #: ../includes/class.yith-wcwl-admin-init.php:1030
64
- msgid "Upgrade to the PREMIUM VERSION"
65
- msgstr ""
66
-
67
- #: ../includes/class.yith-wcwl-admin-init.php:1033
68
- msgid "YITH WooCommerce Wishlist"
69
- msgstr ""
70
-
71
- #: ../includes/class.yith-wcwl-admin-init.php:1034
72
- msgid "Discover the Advanced Features"
73
- msgstr ""
74
-
75
- #: ../includes/class.yith-wcwl-admin-init.php:1035
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:1041
82
- msgid "Get Support and Pro Features"
83
- msgstr ""
84
-
85
- #: ../includes/class.yith-wcwl-admin-init.php:1042
86
- msgid ""
87
- "By purchasing the premium version of the plugin, you will take advantage of "
88
- "the advanced features of the product and you will get one year of free "
89
- "updates and support through our platform available 24h/24."
90
- msgstr ""
91
-
92
- #: ../includes/class.yith-wcwl-admin-init.php:1052
93
- msgid "General Settings"
94
- msgstr ""
95
-
96
- #: ../includes/class.yith-wcwl-admin-init.php:1059
97
- msgid "Enable YITH Wishlist"
98
- msgstr ""
99
-
100
- #: ../includes/class.yith-wcwl-admin-init.php:1060
101
- #, php-format
102
- msgid ""
103
- "Enable all plugin features. <strong>Be sure to select at least one option in "
104
- "the Wishlist page menu in this settings page.</strong> Also, please read the "
105
- "plugin <a href=\"%s\" target=\"_blank\">documentation</a>."
106
- msgstr ""
107
-
108
- #: ../includes/class.yith-wcwl-admin-init.php:1066
109
- msgid "Default wishlist title"
110
- msgstr ""
111
-
112
- #: ../includes/class.yith-wcwl-admin-init.php:1068
113
- #: ../includes/class.yith-wcwl-admin-init.php:1069
114
- #: ../includes/class.yith-wcwl-admin-init.php:1305
115
- #, php-format
116
- msgid "My wishlist on %s"
117
- msgstr ""
118
-
119
- #: ../includes/class.yith-wcwl-admin-init.php:1074
120
- msgid "Wishlist Page"
121
- msgstr ""
122
-
123
- #: ../includes/class.yith-wcwl-admin-init.php:1075
124
- msgid "Page contents: [yith_wcwl_wishlist]"
125
- msgstr ""
126
-
127
- #: ../includes/class.yith-wcwl-admin-init.php:1084
128
- msgid "Position"
129
- msgstr ""
130
-
131
- #: ../includes/class.yith-wcwl-admin-init.php:1085
132
- msgid ""
133
- "You can add the button in variable products only after the \"Add to Cart\" "
134
- "button or using the shortcode [yith_wcwl_add_to_wishlist]."
135
- msgstr ""
136
-
137
- #: ../includes/class.yith-wcwl-admin-init.php:1091
138
- msgid "After \"Add to cart\""
139
- msgstr ""
140
-
141
- #: ../includes/class.yith-wcwl-admin-init.php:1092
142
- msgid "After thumbnails"
143
- msgstr ""
144
-
145
- #: ../includes/class.yith-wcwl-admin-init.php:1093
146
- msgid "After summary"
147
- msgstr ""
148
-
149
- #: ../includes/class.yith-wcwl-admin-init.php:1094
150
- msgid "Use shortcode"
151
- msgstr ""
152
-
153
- #: ../includes/class.yith-wcwl-admin-init.php:1099
154
- msgid "Redirect to cart"
155
- msgstr ""
156
-
157
- #: ../includes/class.yith-wcwl-admin-init.php:1100
158
- msgid ""
159
- "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
160
- "page."
161
- msgstr ""
162
-
163
- #: ../includes/class.yith-wcwl-admin-init.php:1106
164
- msgid "Remove if added to the cart"
165
- msgstr ""
166
-
167
- #: ../includes/class.yith-wcwl-admin-init.php:1107
168
- msgid "Remove the product from the wishlist if it has been added to the cart."
169
- msgstr ""
170
-
171
- #: ../includes/class.yith-wcwl-admin-init.php:1113
172
- msgid "\"Add to Wishlist\" text"
173
- msgstr ""
174
-
175
- #: ../includes/class.yith-wcwl-admin-init.php:1115
176
- msgid "Add to Wishlist"
177
- msgstr ""
178
-
179
- #: ../includes/class.yith-wcwl-admin-init.php:1120
180
- msgid "\"Browse wishlist\" text"
181
- msgstr ""
182
-
183
- #: ../includes/class.yith-wcwl-admin-init.php:1122
184
- #: ../includes/class.yith-wcwl-ui.php:82 ../includes/class.yith-wcwl-ui.php:83
185
- msgid "Browse Wishlist"
186
- msgstr ""
187
-
188
- #: ../includes/class.yith-wcwl-admin-init.php:1127
189
- msgid "\"Product already in wishlist\" text"
190
- msgstr ""
191
-
192
- #: ../includes/class.yith-wcwl-admin-init.php:1129
193
- #: ../includes/class.yith-wcwl-ui.php:83
194
- msgid "The product is already in the wishlist!"
195
- msgstr ""
196
-
197
- #: ../includes/class.yith-wcwl-admin-init.php:1134
198
- msgid "\"Product added\" text"
199
- msgstr ""
200
-
201
- #: ../includes/class.yith-wcwl-admin-init.php:1136
202
- #: ../includes/class.yith-wcwl-ui.php:82
203
- msgid "Product added!"
204
- msgstr ""
205
-
206
- #: ../includes/class.yith-wcwl-admin-init.php:1141
207
- msgid "\"Add to Cart\" text"
208
- msgstr ""
209
-
210
- #: ../includes/class.yith-wcwl-admin-init.php:1143
211
- msgid "Add to Cart"
212
- msgstr ""
213
-
214
- #: ../includes/class.yith-wcwl-admin-init.php:1148
215
- msgid "Show Unit price"
216
- msgstr ""
217
-
218
- #: ../includes/class.yith-wcwl-admin-init.php:1149
219
- msgid "Show unit price for each product in wishlist"
220
- msgstr ""
221
-
222
- #: ../includes/class.yith-wcwl-admin-init.php:1156
223
- msgid "Show \"Add to Cart\" button"
224
- msgstr ""
225
-
226
- #: ../includes/class.yith-wcwl-admin-init.php:1157
227
- msgid "Show \"Add to Cart\" button for each product in wishlist"
228
- msgstr ""
229
-
230
- #: ../includes/class.yith-wcwl-admin-init.php:1164
231
- msgid "Show Stock status"
232
- msgstr ""
233
-
234
- #: ../includes/class.yith-wcwl-admin-init.php:1165
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:1172
240
- msgid "Show Date of addition"
241
- msgstr ""
242
-
243
- #: ../includes/class.yith-wcwl-admin-init.php:1173
244
- msgid "Show the date when users have added a product to the wishlist"
245
- msgstr ""
246
-
247
- #: ../includes/class.yith-wcwl-admin-init.php:1180
248
- msgid "Add second remove button"
249
- msgstr ""
250
-
251
- #: ../includes/class.yith-wcwl-admin-init.php:1181
252
- msgid "Add a second remove button in the last column, with extended label"
253
- msgstr ""
254
-
255
- #: ../includes/class.yith-wcwl-admin-init.php:1196
256
- msgid "Styles"
257
- msgstr ""
258
-
259
- #: ../includes/class.yith-wcwl-admin-init.php:1203
260
- msgid "Use buttons"
261
- msgstr ""
262
-
263
- #: ../includes/class.yith-wcwl-admin-init.php:1204
264
- msgid "Use buttons instead of simple anchors."
265
- msgstr ""
266
-
267
- #: ../includes/class.yith-wcwl-admin-init.php:1210
268
- msgid "Custom CSS"
269
- msgstr ""
270
-
271
- #: ../includes/class.yith-wcwl-admin-init.php:1217
272
- msgid "Use theme style"
273
- msgstr ""
274
-
275
- #: ../includes/class.yith-wcwl-admin-init.php:1218
276
- msgid "Use the theme style."
277
- msgstr ""
278
-
279
- #: ../includes/class.yith-wcwl-admin-init.php:1224
280
- msgid "Rounded buttons"
281
- msgstr ""
282
-
283
- #: ../includes/class.yith-wcwl-admin-init.php:1225
284
- msgid "Make button corners rounded"
285
- msgstr ""
286
-
287
- #: ../includes/class.yith-wcwl-admin-init.php:1231
288
- msgid "\"Add to Wishlist\" icon"
289
- msgstr ""
290
-
291
- #: ../includes/class.yith-wcwl-admin-init.php:1232
292
- msgid "Add an icon to the \"Add to Wishlist\" button"
293
- msgstr ""
294
-
295
- #: ../includes/class.yith-wcwl-admin-init.php:1242
296
- msgid "\"Add to Cart\" icon"
297
- msgstr ""
298
-
299
- #: ../includes/class.yith-wcwl-admin-init.php:1243
300
- msgid "Add an icon to the \"Add to Cart\" button"
301
- msgstr ""
302
-
303
- #: ../includes/class.yith-wcwl-admin-init.php:1261
304
- msgid "Social Networks & Share"
305
- msgstr ""
306
-
307
- #: ../includes/class.yith-wcwl-admin-init.php:1268
308
- msgid "Share on Facebook"
309
- msgstr ""
310
-
311
- #: ../includes/class.yith-wcwl-admin-init.php:1269
312
- msgid "Show \"Share on Facebook\" button"
313
- msgstr ""
314
-
315
- #: ../includes/class.yith-wcwl-admin-init.php:1275
316
- msgid "Tweet on Twitter"
317
- msgstr ""
318
-
319
- #: ../includes/class.yith-wcwl-admin-init.php:1276
320
- msgid "Show \"Tweet on Twitter\" button"
321
- msgstr ""
322
-
323
- #: ../includes/class.yith-wcwl-admin-init.php:1282
324
- msgid "Pin on Pinterest"
325
- msgstr ""
326
-
327
- #: ../includes/class.yith-wcwl-admin-init.php:1283
328
- msgid "Show \"Pin on Pinterest\" button"
329
- msgstr ""
330
-
331
- #: ../includes/class.yith-wcwl-admin-init.php:1289
332
- msgid "Share on Google+"
333
- msgstr ""
334
-
335
- #: ../includes/class.yith-wcwl-admin-init.php:1290
336
- msgid "Show \"Share on Google+\" button"
337
- msgstr ""
338
-
339
- #: ../includes/class.yith-wcwl-admin-init.php:1296
340
- msgid "Share by Email"
341
- msgstr ""
342
-
343
- #: ../includes/class.yith-wcwl-admin-init.php:1297
344
- msgid "Show \"Share by Email\" button"
345
- msgstr ""
346
-
347
- #: ../includes/class.yith-wcwl-admin-init.php:1303
348
- msgid "Social title"
349
- msgstr ""
350
-
351
- #: ../includes/class.yith-wcwl-admin-init.php:1310
352
- msgid "Social text"
353
- msgstr ""
354
-
355
- #: ../includes/class.yith-wcwl-admin-init.php:1311
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:1318
362
- msgid "Social image URL"
363
- msgstr ""
364
-
365
- #: ../includes/class.yith-wcwl-admin-init.php:1319
366
- msgid "It will be used by Pinterest."
367
- msgstr ""
368
-
369
- #: ../includes/class.yith-wcwl-admin-init.php:1333
370
- #, php-format
371
- msgid ""
372
- "If you want to take advantage of this feature, you could consider to "
373
- "purchase the %s."
374
- msgstr ""
375
-
376
- #: ../includes/class.yith-wcwl-admin-init.php:1338
377
- msgid "YITH WooCommerce Frequently Bought Together Integration"
378
- msgstr ""
379
-
380
- #: ../includes/class.yith-wcwl-admin-init.php:1345
381
- msgid "Enable slider in wishlist"
382
- msgstr ""
383
-
384
- #: ../includes/class.yith-wcwl-admin-init.php:1346
385
- #, php-format
386
- msgid ""
387
- "Choose to enable product slider in wishlist page with linked products (<a "
388
- "href=\"%s\" class=\"thickbox\">Example</a>). %s"
389
- msgstr ""
390
-
391
- #: ../includes/class.yith-wcwl-admin-init.php:1382
392
- msgid "\"Add to wishlist\" button"
393
- msgstr ""
394
-
395
- #: ../includes/class.yith-wcwl-admin-init.php:1385
396
- #: ../includes/class.yith-wcwl-admin-init.php:1403
397
- #: ../includes/class.yith-wcwl-admin-init.php:1421
398
- #: ../includes/class.yith-wcwl-admin-init.php:1439
399
- #: ../includes/class.yith-wcwl-admin-init.php:1457
400
- msgid "Background"
401
- msgstr ""
402
-
403
- #: ../includes/class.yith-wcwl-admin-init.php:1386
404
- #: ../includes/class.yith-wcwl-admin-init.php:1404
405
- #: ../includes/class.yith-wcwl-admin-init.php:1422
406
- #: ../includes/class.yith-wcwl-admin-init.php:1440
407
- #: ../includes/class.yith-wcwl-admin-init.php:1458
408
- msgid "Text"
409
- msgstr ""
410
-
411
- #: ../includes/class.yith-wcwl-admin-init.php:1387
412
- #: ../includes/class.yith-wcwl-admin-init.php:1405
413
- #: ../includes/class.yith-wcwl-admin-init.php:1423
414
- #: ../includes/class.yith-wcwl-admin-init.php:1441
415
- #: ../includes/class.yith-wcwl-admin-init.php:1459
416
- msgid "Border"
417
- msgstr ""
418
-
419
- #: ../includes/class.yith-wcwl-admin-init.php:1394
420
- #: ../includes/class.yith-wcwl-admin-init.php:1412
421
- #: ../includes/class.yith-wcwl-admin-init.php:1430
422
- #: ../includes/class.yith-wcwl-admin-init.php:1448
423
- msgid "Background (hover)"
424
- msgstr ""
425
-
426
- #: ../includes/class.yith-wcwl-admin-init.php:1395
427
- #: ../includes/class.yith-wcwl-admin-init.php:1413
428
- #: ../includes/class.yith-wcwl-admin-init.php:1431
429
- #: ../includes/class.yith-wcwl-admin-init.php:1449
430
- msgid "Text (hover)"
431
- msgstr ""
432
-
433
- #: ../includes/class.yith-wcwl-admin-init.php:1396
434
- #: ../includes/class.yith-wcwl-admin-init.php:1414
435
- #: ../includes/class.yith-wcwl-admin-init.php:1432
436
- #: ../includes/class.yith-wcwl-admin-init.php:1450
437
- msgid "Border (hover)"
438
- msgstr ""
439
-
440
- #: ../includes/class.yith-wcwl-admin-init.php:1400
441
- msgid "\"Add to Cart\" button"
442
- msgstr ""
443
-
444
- #: ../includes/class.yith-wcwl-admin-init.php:1418
445
- msgid "\"Style 1\" button"
446
- msgstr ""
447
-
448
- #: ../includes/class.yith-wcwl-admin-init.php:1436
449
- msgid "\"Style 2\" button"
450
- msgstr ""
451
-
452
- #: ../includes/class.yith-wcwl-admin-init.php:1454
453
- msgid "Wishlist table"
454
- msgstr ""
455
-
456
- #: ../includes/class.yith-wcwl-admin-init.php:1463
457
- msgid "Headers"
458
- msgstr ""
459
-
460
- #: ../includes/class.yith-wcwl-admin-init.php:1466
461
- msgid "Background color"
462
- msgstr ""
463
-
464
- #: ../includes/class.yith-wcwl-admin-init.php:1556
465
- msgid "Wishlist Activated"
466
- msgstr ""
467
-
468
- #: ../includes/class.yith-wcwl-admin-init.php:1557
469
- #, php-format
470
- msgid ""
471
- "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
472
- "can access to all the settings of our plugins that you have activated. "
473
- "Wishlist is available in an outstanding PREMIUM version with many new "
474
- "options, <a href=\"%s\">discover it now</a>."
475
- msgstr ""
476
-
477
- #: ../includes/class.yith-wcwl-admin-init.php:1568
478
- msgid "Wishlist Updated"
479
- msgstr ""
480
-
481
- #: ../includes/class.yith-wcwl-admin-init.php:1569
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 "
486
- "version. When one of our plugins is updated, a new voice will be added to "
487
- "this menu. Wishlist has been updated with new available options, <a href=\"%s"
488
- "\">discover the PREMIUM version.</a>"
489
- msgstr ""
490
-
491
- #: ../includes/class.yith-wcwl-init.php:384
492
- msgid ""
493
- "We are sorry, but this feature is available only if cookies are enabled on "
494
- "your browser."
495
- msgstr ""
496
-
497
- #: ../includes/class.yith-wcwl-init.php:385
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:30
507
- msgctxt "Privacy Policy Content"
508
- msgid "YITH WooCommerce 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
- msgid "Customer Wishlists"
554
- msgstr ""
555
-
556
- #: ../includes/class.yith-wcwl-privacy.php:133
557
- msgid "Wishlists"
558
- msgstr ""
559
-
560
- #: ../includes/class.yith-wcwl-privacy.php:195
561
- #, php-format
562
- msgid "Removed wishlist %s."
563
- msgstr ""
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
- msgid "Shared"
602
- msgstr ""
603
-
604
- #: ../includes/class.yith-wcwl-privacy.php:286
605
- #: ../templates/wishlist-view.php:215
606
- msgid "Private"
607
- msgstr ""
608
-
609
- #: ../includes/class.yith-wcwl-privacy.php:289
610
- #: ../templates/wishlist-view.php:218
611
- msgid "Public"
612
- msgstr ""
613
-
614
- #: ../includes/class.yith-wcwl-shortcode.php:259
615
- #: ../includes/class.yith-wcwl-ui.php:164
616
- msgid "Share on:"
617
- msgstr ""
618
-
619
- #: ../includes/class.yith-wcwl-ui.php:118
620
- #: ../includes/class.yith-wcwl-ui.php:200
621
- msgid "Select options"
622
- msgstr ""
623
-
624
- #: ../includes/class.yith-wcwl-ui.php:168 ../templates/share.php:20
625
- msgid "Facebook"
626
- msgstr ""
627
-
628
- #: ../includes/class.yith-wcwl-ui.php:171 ../templates/share.php:26
629
- msgid "Twitter"
630
- msgstr ""
631
-
632
- #: ../includes/class.yith-wcwl-ui.php:180
633
- msgid "email"
634
- msgstr ""
635
-
636
- #: ../includes/class.yith-wcwl.php:193
637
- msgid "An error occurred while adding products to the wishlist."
638
- msgstr ""
639
-
640
- #: ../includes/class.yith-wcwl.php:285
641
- msgid "An error occurred while adding products to wishlist."
642
- msgstr ""
643
-
644
- #: ../includes/class.yith-wcwl.php:302
645
- msgid "The \"Remove\" option now does not require any parameter"
646
- msgstr ""
647
-
648
- #: ../includes/class.yith-wcwl.php:351
649
- msgid "An error occurred while removing products from the wishlist"
650
- msgstr ""
651
-
652
- #: ../includes/class.yith-wcwl.php:801
653
- msgid "You need to log in before creating a new wishlist"
654
- msgstr ""
655
-
656
- #: ../includes/class.yith-wcwl.php:1598
657
- msgid "Product successfully removed."
658
- msgstr ""
659
-
660
- #: ../includes/class.yith-wcwl.php:1602
661
- msgid "Error. Unable to remove the product from the wishlist."
662
- msgstr ""
663
-
664
- #: ../includes/class.yith-wcwl.php:1606 ../templates/wishlist-view.php:242
665
- msgid "No products were added to the wishlist"
666
- msgstr ""
667
-
668
- #: ../includes/class.yith-wcwl.php:1648
669
- msgid "An error as occurred."
670
- msgstr ""
671
-
672
- #: ../init.php:130
673
- msgid ""
674
- "YITH WooCommerce Wishlist is enabled but not effective. It requires "
675
- "WooCommerce in order to work."
676
- msgstr ""
677
-
678
- #: ../init.php:140
679
- msgid ""
680
- "You can't activate the free version of YITH WooCommerce Wishlist while you "
681
- "are using the premium one."
682
- msgstr ""
683
-
684
- #: ../templates/admin/wishlist-panel-premium.php:185
685
- #: ../templates/admin/wishlist-panel-premium.php:383
686
- #, php-format
687
- msgid ""
688
- "Upgrade to the %1$spremium version%2$s%3$sof %1$sYITH WooCommerce Wishlist"
689
- "%2$s to benefit from all features!"
690
- msgstr ""
691
-
692
- #: ../templates/admin/wishlist-panel-premium.php:187
693
- #: ../templates/admin/wishlist-panel-premium.php:385
694
- #, php-format
695
- msgid "%1$sUPGRADE%2$s%3$s to the premium version%2$s"
696
- msgstr ""
697
-
698
- #: ../templates/admin/wishlist-panel-premium.php:193
699
- msgid "Premium Features"
700
- msgstr ""
701
-
702
- #: ../templates/admin/wishlist-panel-premium.php:196
703
- #: ../templates/admin/wishlist-panel-premium.php:201
704
- msgid "Multiple Wishlist"
705
- msgstr ""
706
-
707
- #: ../templates/admin/wishlist-panel-premium.php:203
708
- #, php-format
709
- msgid ""
710
- "%1$sDoes it ever happened to you to have too many wishes for a single wish "
711
- "list?%2$s%3$s The possibility to manage one's wishes is a fundamental "
712
- "feature in a modern e-commerce store and it also lets users' degree of "
713
- "satisfaction increase.%3$sThe option \"multiple wishlist\" of %1$sYITH "
714
- "Wishlist%2$s makes this feature and many others on your online store "
715
- "available, and thanks to this plugin your customers will be able to create, "
716
- "manage and share their own wish lists."
717
- msgstr ""
718
-
719
- #: ../templates/admin/wishlist-panel-premium.php:212
720
- #: ../templates/admin/wishlist-panel-premium.php:222
721
- msgid "Wishlist Private"
722
- msgstr ""
723
-
724
- #: ../templates/admin/wishlist-panel-premium.php:214
725
- #, php-format
726
- msgid ""
727
- "By enabling the option wishlist, users will also have the possibility to "
728
- "%1$smanage the visibility%2$s of their wish lists according to one of the "
729
- "following options:"
730
- msgstr ""
731
-
732
- #: ../templates/admin/wishlist-panel-premium.php:216
733
- #, php-format
734
- msgid "%1$spublic:%2$s all users can look for your wish list and see it;"
735
- msgstr ""
736
-
737
- #: ../templates/admin/wishlist-panel-premium.php:217
738
- #, php-format
739
- msgid ""
740
- "%1$sshared:%2$s only users possessing a direct link to the wish list page "
741
- "can display it;"
742
- msgstr ""
743
-
744
- #: ../templates/admin/wishlist-panel-premium.php:218
745
- #, php-format
746
- msgid "%1$sprivate:%2$s only the wish list creator can see it."
747
- msgstr ""
748
-
749
- #: ../templates/admin/wishlist-panel-premium.php:229
750
- #: ../templates/admin/wishlist-panel-premium.php:234
751
- msgid "Estimate Cost"
752
- msgstr ""
753
-
754
- #: ../templates/admin/wishlist-panel-premium.php:236
755
- #, php-format
756
- msgid ""
757
- "%1$sDo you want to add the possibility to ask for estimates of costs into "
758
- "your catalogue?%3$s Do you want to manage customised packets for faithful "
759
- "customers in your store?%2$s%3$sThanks to the feature \"estimate cost\" of "
760
- "%1$sYITH WooCommerce Wishlist%2$s, each registered user will be able to ask "
761
- "for an estimate of their own products in the wishlist and add a text in the "
762
- "popup window that will open just after clicking. Then, they can confirm the "
763
- "text and send an email with all necessary information directly to the "
764
- "address that you have previously set."
765
- msgstr ""
766
-
767
- #: ../templates/admin/wishlist-panel-premium.php:245
768
- #: ../templates/admin/wishlist-panel-premium.php:250
769
- msgid "Admin Panel"
770
- msgstr ""
771
-
772
- #: ../templates/admin/wishlist-panel-premium.php:247
773
- #, php-format
774
- msgid ""
775
- "Thanks to the useful Admin panel, accessible directly among the WooCommerce "
776
- "submenu pages, you will have total control on users' wishlists. In addition "
777
- "to that, evaluating the degree of appreciation for your products has never "
778
- "been so easy, now that %1$syou can see a useful report,%2$s available "
779
- "directly in the product page, which registers the occurrences of the product "
780
- "in customers' wish lists."
781
- msgstr ""
782
-
783
- #: ../templates/admin/wishlist-panel-premium.php:257
784
- #: ../templates/admin/wishlist-panel-premium.php:262
785
- msgid "Search Wishlists"
786
- msgstr ""
787
-
788
- #: ../templates/admin/wishlist-panel-premium.php:264
789
- #, php-format
790
- msgid ""
791
- "How many times have you been looking for the perfect gift for a important "
792
- "event but you had no idea of what to buy? %1$s'Search wishlists'%2$s allows "
793
- "your e-shop users to access public wishlists of anyone, by simply knowing "
794
- "their name or email. This way you can grant %1$shigher visibility%2$s to "
795
- "your products and even encourage users to purchase."
796
- msgstr ""
797
-
798
- #: ../templates/admin/wishlist-panel-premium.php:273
799
- msgid "'ADD TO CART' CHECKBOX"
800
- msgstr ""
801
-
802
- #: ../templates/admin/wishlist-panel-premium.php:275
803
- #, php-format
804
- msgid ""
805
- "Your shop offers always a wide selection of products and wishlists of your "
806
- "users get more and more crowded everyday. Give them the possibility to "
807
- "select %1$ssome or all products%2$s in the wishlist and add them to cart "
808
- "just with one click."
809
- msgstr ""
810
-
811
- #: ../templates/admin/wishlist-panel-premium.php:278
812
- msgid "'ADD TO CART'"
813
- msgstr ""
814
-
815
- #: ../templates/admin/wishlist-panel-premium.php:285
816
- msgid "DISABLE WISHLIST"
817
- msgstr ""
818
-
819
- #: ../templates/admin/wishlist-panel-premium.php:290
820
- msgid "DISABLE WISHLIST FOR UNLOGGED USERS"
821
- msgstr ""
822
-
823
- #: ../templates/admin/wishlist-panel-premium.php:292
824
- #, php-format
825
- msgid ""
826
- "Favour users that have registered to your shop and disable plugin "
827
- "functionalities for all users that have not. By disabling this option, each "
828
- "time they try to add a product to the wishlist, they will be %1$sredirected"
829
- "%2$s to \"My Account\" page and a message will invite them to log in."
830
- msgstr ""
831
-
832
- #: ../templates/admin/wishlist-panel-premium.php:301
833
- msgid "MESSAGE TO UNLOGGED USERS"
834
- msgstr ""
835
-
836
- #: ../templates/admin/wishlist-panel-premium.php:303
837
- #, php-format
838
- msgid ""
839
- "Invite users that are visiting your shop to login if they want to fully "
840
- "benefit from Wishlist functionalities. Show a %1$scustomised message%2$s and "
841
- "redirect them to \"My Account\" page for registration."
842
- msgstr ""
843
-
844
- #: ../templates/admin/wishlist-panel-premium.php:306
845
- msgid "UNLOGGED USERS"
846
- msgstr ""
847
-
848
- #: ../templates/admin/wishlist-panel-premium.php:313
849
- #: ../templates/admin/wishlist-panel-premium.php:318
850
- msgid "POPULAR TABLE"
851
- msgstr ""
852
-
853
- #: ../templates/admin/wishlist-panel-premium.php:320
854
- #, php-format
855
- msgid ""
856
- "Some products draw customer's attention more than others and they do not "
857
- "hesitate to add products to their wishlist. Table %1$s'Popular'%2$s allows "
858
- "you, as shop administrator, to track products that appear most frequently in "
859
- "their wishlists."
860
- msgstr ""
861
-
862
- #: ../templates/admin/wishlist-panel-premium.php:329
863
- msgid "FUNCTIONALITIES IN ONE CLICK"
864
- msgstr ""
865
-
866
- #: ../templates/admin/wishlist-panel-premium.php:331
867
- #, php-format
868
- msgid ""
869
- "Users have the possibility to search for a wishlist, create a new one or "
870
- "display those already created. Add these %1$sfunctionalities%2$s through the "
871
- "dedicated widgets or show them immediately after \"Wishlist\" table."
872
- msgstr ""
873
-
874
- #: ../templates/admin/wishlist-panel-premium.php:334
875
- msgid "FUNCTIONALITIES"
876
- msgstr ""
877
-
878
- #: ../templates/admin/wishlist-panel-premium.php:341
879
- #: ../templates/admin/wishlist-panel-premium.php:346
880
- msgid "PROMOTIONAL EMAIL"
881
- msgstr ""
882
-
883
- #: ../templates/admin/wishlist-panel-premium.php:348
884
- #, php-format
885
- msgid ""
886
- "If you want to give the right input to your users to persuade them to "
887
- "%1$spurchase the products%2$s they have in their wishlists, you need to use "
888
- "this feature! %1$sSend them an email%2$s: customize its whole content from "
889
- "the option panel and add a coupon they can use in your shop, so that they "
890
- "will know you are offering a unique offer!"
891
- msgstr ""
892
-
893
- #: ../templates/admin/wishlist-panel-premium.php:357
894
- msgid "FROM A WISHLIST TO ANOTHER"
895
- msgstr ""
896
-
897
- #: ../templates/admin/wishlist-panel-premium.php:359
898
- #, php-format
899
- msgid ""
900
- "Who said that a product has to remain forever in the same wishlist? With the "
901
- "option %1$s\"Show \"Move to another wishlist\" dropdown menu\"%2$s, with "
902
- "just one click users will be free to move a product from a wishlist to "
903
- "another one, managing as they want their lists."
904
- msgstr ""
905
-
906
- #: ../templates/admin/wishlist-panel-premium.php:362
907
- msgid "FROM A WISHLIST"
908
- msgstr ""
909
-
910
- #: ../templates/admin/wishlist-panel-premium.php:369
911
- msgid "DATE"
912
- msgstr ""
913
-
914
- #: ../templates/admin/wishlist-panel-premium.php:374
915
- msgid "DATE OF ADDITION TO A WISHLIST"
916
- msgstr ""
917
-
918
- #: ../templates/admin/wishlist-panel-premium.php:376
919
- #, php-format
920
- msgid ""
921
- "Activating the %1$s\"Show date of addition\"%2$s option, users can see the "
922
- "date in which they have added a particular product to their list: a new way "
923
- "to keep you users informed about their operations."
924
- msgstr ""
925
-
926
- #: ../templates/share.php:32
927
- msgid "Pinterest"
928
- msgstr ""
929
-
930
- #: ../templates/share.php:38
931
- msgid "Google+"
932
- msgstr ""
933
-
934
- #: ../templates/share.php:44
935
- msgid "Email"
936
- msgstr ""
937
-
938
- #: ../templates/wishlist-view.php:32
939
- msgid "Edit title"
940
- msgstr ""
941
-
942
- #: ../templates/wishlist-view.php:41
943
- msgid "Save"
944
- msgstr ""
945
-
946
- #: ../templates/wishlist-view.php:45
947
- msgid "Cancel"
948
- msgstr ""
949
-
950
- #: ../templates/wishlist-view.php:82
951
- msgid "Product Name"
952
- msgstr ""
953
-
954
- #: ../templates/wishlist-view.php:89
955
- msgid "Unit Price"
956
- msgstr ""
957
-
958
- #: ../templates/wishlist-view.php:102
959
- msgid "Stock Status"
960
- msgstr ""
961
-
962
- #: ../templates/wishlist-view.php:152 ../templates/wishlist-view.php:232
963
- msgid "Remove this product"
964
- msgstr ""
965
-
966
- #: ../templates/wishlist-view.php:172
967
- msgid "Free!"
968
- msgstr ""
969
-
970
- #: ../templates/wishlist-view.php:179
971
- msgid "Out of Stock"
972
- msgstr ""
973
-
974
- #: ../templates/wishlist-view.php:179
975
- msgid "In Stock"
976
- msgstr ""
977
-
978
- #: ../templates/wishlist-view.php:188
979
- #, php-format
980
- msgid "Added on : %s"
981
- msgstr ""
982
-
983
- #: ../templates/wishlist-view.php:200
984
- msgid "Move"
985
- msgstr ""
986
-
987
- #: ../templates/wishlist-view.php:232
988
- msgid "Remove"
989
- msgstr ""
990
-
991
- #: ../templates/wishlist-view.php:259
992
- msgid "Add the selected products to the cart"
993
- msgstr ""
994
-
995
- #: ../templates/wishlist-view.php:267 ../templates/wishlist-view.php:313
996
- msgid "Ask for an estimate"
997
- msgstr ""
998
-
999
- #: ../templates/wishlist-view.php:303
1000
- msgid "Your email"
1001
- msgstr ""
1
+ #, fuzzy
2
+ msgid ""
3
+ msgstr ""
4
+ "Project-Id-Version: YITH WooCommerce Wishlist\n"
5
+ "POT-Creation-Date: 2018-10-04 14:49+0200\n"
6
+ "PO-Revision-Date: 2015-04-30 17:08+0100\n"
7
+ "Last-Translator: Nicola Mustone <mail@nicolamustone.it>\n"
8
+ "Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
9
+ "Language: en\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"
17
+ "X-Poedit-Basepath: .\n"
18
+ "Plural-Forms: nplurals=2; plural=n!=1;\n"
19
+ "X-Poedit-SourceCharset: UTF-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:1478
25
+ #: ../includes/class.yith-wcwl-admin-init.php:1479
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:1018
44
+ msgid "Upgrade to the PREMIUM VERSION"
45
+ msgstr ""
46
+
47
+ #: ../includes/class.yith-wcwl-admin-init.php:1022
48
+ msgid "Discover the Advanced Features"
49
+ msgstr ""
50
+
51
+ #: ../includes/class.yith-wcwl-admin-init.php:1023
52
+ msgid ""
53
+ "Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE WISHLIST to benefit from "
54
+ "all features!"
55
+ msgstr ""
56
+
57
+ #: ../includes/class.yith-wcwl-admin-init.php:1029
58
+ msgid "Get Support and Pro Features"
59
+ msgstr ""
60
+
61
+ #: ../includes/class.yith-wcwl-admin-init.php:1030
62
+ msgid ""
63
+ "By purchasing the premium version of the plugin, you will take advantage of "
64
+ "the advanced features of the product and you will get one year of free "
65
+ "updates and support through our platform available 24h/24."
66
+ msgstr ""
67
+
68
+ #: ../includes/class.yith-wcwl-admin-init.php:1040
69
+ msgid "General Settings"
70
+ msgstr ""
71
+
72
+ #: ../includes/class.yith-wcwl-admin-init.php:1047
73
+ msgid "Enable YITH Wishlist"
74
+ msgstr ""
75
+
76
+ #: ../includes/class.yith-wcwl-admin-init.php:1048
77
+ #, php-format
78
+ msgid ""
79
+ "Enable all plugin features. <strong>Be sure to select at least one option in "
80
+ "the Wishlist page menu in this settings page.</strong> Also, please read the "
81
+ "plugin <a href=\"%s\" target=\"_blank\">documentation</a>."
82
+ msgstr ""
83
+
84
+ #: ../includes/class.yith-wcwl-admin-init.php:1054
85
+ msgid "Default wishlist title"
86
+ msgstr ""
87
+
88
+ #: ../includes/class.yith-wcwl-admin-init.php:1056
89
+ #: ../includes/class.yith-wcwl-admin-init.php:1057
90
+ #: ../includes/class.yith-wcwl-admin-init.php:1293
91
+ #, php-format
92
+ msgid "My wishlist on %s"
93
+ msgstr ""
94
+
95
+ #: ../includes/class.yith-wcwl-admin-init.php:1062
96
+ msgid "Wishlist Page"
97
+ msgstr ""
98
+
99
+ #: ../includes/class.yith-wcwl-admin-init.php:1063
100
+ msgid "Page contents: [yith_wcwl_wishlist]"
101
+ msgstr ""
102
+
103
+ #: ../includes/class.yith-wcwl-admin-init.php:1072
104
+ msgid "Position"
105
+ msgstr ""
106
+
107
+ #: ../includes/class.yith-wcwl-admin-init.php:1073
108
+ msgid ""
109
+ "You can add the button in variable products only after the \"Add to Cart\" "
110
+ "button or using the shortcode [yith_wcwl_add_to_wishlist]."
111
+ msgstr ""
112
+
113
+ #: ../includes/class.yith-wcwl-admin-init.php:1079
114
+ msgid "After \"Add to cart\""
115
+ msgstr ""
116
+
117
+ #: ../includes/class.yith-wcwl-admin-init.php:1080
118
+ msgid "After thumbnails"
119
+ msgstr ""
120
+
121
+ #: ../includes/class.yith-wcwl-admin-init.php:1081
122
+ msgid "After summary"
123
+ msgstr ""
124
+
125
+ #: ../includes/class.yith-wcwl-admin-init.php:1082
126
+ msgid "Use shortcode"
127
+ msgstr ""
128
+
129
+ #: ../includes/class.yith-wcwl-admin-init.php:1087
130
+ msgid "Redirect to cart"
131
+ msgstr ""
132
+
133
+ #: ../includes/class.yith-wcwl-admin-init.php:1088
134
+ msgid ""
135
+ "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
136
+ "page."
137
+ msgstr ""
138
+
139
+ #: ../includes/class.yith-wcwl-admin-init.php:1094
140
+ msgid "Remove if added to the cart"
141
+ msgstr ""
142
+
143
+ #: ../includes/class.yith-wcwl-admin-init.php:1095
144
+ msgid "Remove the product from the wishlist if it has been added to the cart."
145
+ msgstr ""
146
+
147
+ #: ../includes/class.yith-wcwl-admin-init.php:1101
148
+ msgid "\"Add to Wishlist\" text"
149
+ msgstr ""
150
+
151
+ #: ../includes/class.yith-wcwl-admin-init.php:1103
152
+ msgid "Add to Wishlist"
153
+ msgstr ""
154
+
155
+ #: ../includes/class.yith-wcwl-admin-init.php:1108
156
+ msgid "\"Browse wishlist\" text"
157
+ msgstr ""
158
+
159
+ #: ../includes/class.yith-wcwl-admin-init.php:1110
160
+ #: ../includes/class.yith-wcwl-ui.php:82 ../includes/class.yith-wcwl-ui.php:83
161
+ msgid "Browse Wishlist"
162
+ msgstr ""
163
+
164
+ #: ../includes/class.yith-wcwl-admin-init.php:1115
165
+ msgid "\"Product already in wishlist\" text"
166
+ msgstr ""
167
+
168
+ #: ../includes/class.yith-wcwl-admin-init.php:1117
169
+ #: ../includes/class.yith-wcwl-ui.php:83
170
+ msgid "The product is already in the wishlist!"
171
+ msgstr ""
172
+
173
+ #: ../includes/class.yith-wcwl-admin-init.php:1122
174
+ msgid "\"Product added\" text"
175
+ msgstr ""
176
+
177
+ #: ../includes/class.yith-wcwl-admin-init.php:1124
178
+ #: ../includes/class.yith-wcwl-ui.php:82
179
+ msgid "Product added!"
180
+ msgstr ""
181
+
182
+ #: ../includes/class.yith-wcwl-admin-init.php:1129
183
+ msgid "\"Add to Cart\" text"
184
+ msgstr ""
185
+
186
+ #: ../includes/class.yith-wcwl-admin-init.php:1131
187
+ msgid "Add to Cart"
188
+ msgstr ""
189
+
190
+ #: ../includes/class.yith-wcwl-admin-init.php:1136
191
+ msgid "Show Unit price"
192
+ msgstr ""
193
+
194
+ #: ../includes/class.yith-wcwl-admin-init.php:1137
195
+ msgid "Show unit price for each product in wishlist"
196
+ msgstr ""
197
+
198
+ #: ../includes/class.yith-wcwl-admin-init.php:1144
199
+ msgid "Show \"Add to Cart\" button"
200
+ msgstr ""
201
+
202
+ #: ../includes/class.yith-wcwl-admin-init.php:1145
203
+ msgid "Show \"Add to Cart\" button for each product in wishlist"
204
+ msgstr ""
205
+
206
+ #: ../includes/class.yith-wcwl-admin-init.php:1152
207
+ msgid "Show Stock status"
208
+ msgstr ""
209
+
210
+ #: ../includes/class.yith-wcwl-admin-init.php:1153
211
+ msgid ""
212
+ "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
213
+ msgstr ""
214
+
215
+ #: ../includes/class.yith-wcwl-admin-init.php:1160
216
+ msgid "Show Date of addition"
217
+ msgstr ""
218
+
219
+ #: ../includes/class.yith-wcwl-admin-init.php:1161
220
+ msgid "Show the date when users have added a product to the wishlist"
221
+ msgstr ""
222
+
223
+ #: ../includes/class.yith-wcwl-admin-init.php:1168
224
+ msgid "Add second remove button"
225
+ msgstr ""
226
+
227
+ #: ../includes/class.yith-wcwl-admin-init.php:1169
228
+ msgid "Add a second remove button in the last column, with extended label"
229
+ msgstr ""
230
+
231
+ #: ../includes/class.yith-wcwl-admin-init.php:1184
232
+ msgid "Styles"
233
+ msgstr ""
234
+
235
+ #: ../includes/class.yith-wcwl-admin-init.php:1191
236
+ msgid "Use buttons"
237
+ msgstr ""
238
+
239
+ #: ../includes/class.yith-wcwl-admin-init.php:1192
240
+ msgid "Use buttons instead of simple anchors."
241
+ msgstr ""
242
+
243
+ #: ../includes/class.yith-wcwl-admin-init.php:1198
244
+ msgid "Custom CSS"
245
+ msgstr ""
246
+
247
+ #: ../includes/class.yith-wcwl-admin-init.php:1205
248
+ msgid "Use theme style"
249
+ msgstr ""
250
+
251
+ #: ../includes/class.yith-wcwl-admin-init.php:1206
252
+ msgid "Use the theme style."
253
+ msgstr ""
254
+
255
+ #: ../includes/class.yith-wcwl-admin-init.php:1212
256
+ msgid "Rounded buttons"
257
+ msgstr ""
258
+
259
+ #: ../includes/class.yith-wcwl-admin-init.php:1213
260
+ msgid "Make button corners rounded"
261
+ msgstr ""
262
+
263
+ #: ../includes/class.yith-wcwl-admin-init.php:1219
264
+ msgid "\"Add to Wishlist\" icon"
265
+ msgstr ""
266
+
267
+ #: ../includes/class.yith-wcwl-admin-init.php:1220
268
+ msgid "Add an icon to the \"Add to Wishlist\" button"
269
+ msgstr ""
270
+
271
+ #: ../includes/class.yith-wcwl-admin-init.php:1230
272
+ msgid "\"Add to Cart\" icon"
273
+ msgstr ""
274
+
275
+ #: ../includes/class.yith-wcwl-admin-init.php:1231
276
+ msgid "Add an icon to the \"Add to Cart\" button"
277
+ msgstr ""
278
+
279
+ #: ../includes/class.yith-wcwl-admin-init.php:1249
280
+ msgid "Social Networks & Share"
281
+ msgstr ""
282
+
283
+ #: ../includes/class.yith-wcwl-admin-init.php:1256
284
+ msgid "Share on Facebook"
285
+ msgstr ""
286
+
287
+ #: ../includes/class.yith-wcwl-admin-init.php:1257
288
+ msgid "Show \"Share on Facebook\" button"
289
+ msgstr ""
290
+
291
+ #: ../includes/class.yith-wcwl-admin-init.php:1263
292
+ msgid "Tweet on Twitter"
293
+ msgstr ""
294
+
295
+ #: ../includes/class.yith-wcwl-admin-init.php:1264
296
+ msgid "Show \"Tweet on Twitter\" button"
297
+ msgstr ""
298
+
299
+ #: ../includes/class.yith-wcwl-admin-init.php:1270
300
+ msgid "Pin on Pinterest"
301
+ msgstr ""
302
+
303
+ #: ../includes/class.yith-wcwl-admin-init.php:1271
304
+ msgid "Show \"Pin on Pinterest\" button"
305
+ msgstr ""
306
+
307
+ #: ../includes/class.yith-wcwl-admin-init.php:1277
308
+ msgid "Share on Google+"
309
+ msgstr ""
310
+
311
+ #: ../includes/class.yith-wcwl-admin-init.php:1278
312
+ msgid "Show \"Share on Google+\" button"
313
+ msgstr ""
314
+
315
+ #: ../includes/class.yith-wcwl-admin-init.php:1284
316
+ msgid "Share by Email"
317
+ msgstr ""
318
+
319
+ #: ../includes/class.yith-wcwl-admin-init.php:1285
320
+ msgid "Show \"Share by Email\" button"
321
+ msgstr ""
322
+
323
+ #: ../includes/class.yith-wcwl-admin-init.php:1291
324
+ msgid "Social title"
325
+ msgstr ""
326
+
327
+ #: ../includes/class.yith-wcwl-admin-init.php:1298
328
+ msgid "Social text"
329
+ msgstr ""
330
+
331
+ #: ../includes/class.yith-wcwl-admin-init.php:1299
332
+ msgid ""
333
+ "It will be used by Twitter and Pinterest. Use <strong>%wishlist_url%</"
334
+ "strong> where you want to show the URL of your wishlist."
335
+ msgstr ""
336
+
337
+ #: ../includes/class.yith-wcwl-admin-init.php:1306
338
+ msgid "Social image URL"
339
+ msgstr ""
340
+
341
+ #: ../includes/class.yith-wcwl-admin-init.php:1307
342
+ msgid "It will be used by Pinterest."
343
+ msgstr ""
344
+
345
+ #: ../includes/class.yith-wcwl-admin-init.php:1321
346
+ #, php-format
347
+ msgid ""
348
+ "If you want to take advantage of this feature, you could consider to "
349
+ "purchase the %s."
350
+ msgstr ""
351
+
352
+ #: ../includes/class.yith-wcwl-admin-init.php:1326
353
+ msgid "YITH WooCommerce Frequently Bought Together Integration"
354
+ msgstr ""
355
+
356
+ #: ../includes/class.yith-wcwl-admin-init.php:1333
357
+ msgid "Enable slider in wishlist"
358
+ msgstr ""
359
+
360
+ #: ../includes/class.yith-wcwl-admin-init.php:1334
361
+ #, php-format
362
+ msgid ""
363
+ "Choose to enable product slider in wishlist page with linked products (<a "
364
+ "href=\"%s\" class=\"thickbox\">Example</a>). %s"
365
+ msgstr ""
366
+
367
+ #: ../includes/class.yith-wcwl-admin-init.php:1370
368
+ msgid "\"Add to wishlist\" button"
369
+ msgstr ""
370
+
371
+ #: ../includes/class.yith-wcwl-admin-init.php:1373
372
+ #: ../includes/class.yith-wcwl-admin-init.php:1391
373
+ #: ../includes/class.yith-wcwl-admin-init.php:1409
374
+ #: ../includes/class.yith-wcwl-admin-init.php:1427
375
+ #: ../includes/class.yith-wcwl-admin-init.php:1445
376
+ msgid "Background"
377
+ msgstr ""
378
+
379
+ #: ../includes/class.yith-wcwl-admin-init.php:1374
380
+ #: ../includes/class.yith-wcwl-admin-init.php:1392
381
+ #: ../includes/class.yith-wcwl-admin-init.php:1410
382
+ #: ../includes/class.yith-wcwl-admin-init.php:1428
383
+ #: ../includes/class.yith-wcwl-admin-init.php:1446
384
+ msgid "Text"
385
+ msgstr ""
386
+
387
+ #: ../includes/class.yith-wcwl-admin-init.php:1375
388
+ #: ../includes/class.yith-wcwl-admin-init.php:1393
389
+ #: ../includes/class.yith-wcwl-admin-init.php:1411
390
+ #: ../includes/class.yith-wcwl-admin-init.php:1429
391
+ #: ../includes/class.yith-wcwl-admin-init.php:1447
392
+ msgid "Border"
393
+ msgstr ""
394
+
395
+ #: ../includes/class.yith-wcwl-admin-init.php:1382
396
+ #: ../includes/class.yith-wcwl-admin-init.php:1400
397
+ #: ../includes/class.yith-wcwl-admin-init.php:1418
398
+ #: ../includes/class.yith-wcwl-admin-init.php:1436
399
+ msgid "Background (hover)"
400
+ msgstr ""
401
+
402
+ #: ../includes/class.yith-wcwl-admin-init.php:1383
403
+ #: ../includes/class.yith-wcwl-admin-init.php:1401
404
+ #: ../includes/class.yith-wcwl-admin-init.php:1419
405
+ #: ../includes/class.yith-wcwl-admin-init.php:1437
406
+ msgid "Text (hover)"
407
+ msgstr ""
408
+
409
+ #: ../includes/class.yith-wcwl-admin-init.php:1384
410
+ #: ../includes/class.yith-wcwl-admin-init.php:1402
411
+ #: ../includes/class.yith-wcwl-admin-init.php:1420
412
+ #: ../includes/class.yith-wcwl-admin-init.php:1438
413
+ msgid "Border (hover)"
414
+ msgstr ""
415
+
416
+ #: ../includes/class.yith-wcwl-admin-init.php:1388
417
+ msgid "\"Add to Cart\" button"
418
+ msgstr ""
419
+
420
+ #: ../includes/class.yith-wcwl-admin-init.php:1406
421
+ msgid "\"Style 1\" button"
422
+ msgstr ""
423
+
424
+ #: ../includes/class.yith-wcwl-admin-init.php:1424
425
+ msgid "\"Style 2\" button"
426
+ msgstr ""
427
+
428
+ #: ../includes/class.yith-wcwl-admin-init.php:1442
429
+ msgid "Wishlist table"
430
+ msgstr ""
431
+
432
+ #: ../includes/class.yith-wcwl-admin-init.php:1451
433
+ msgid "Headers"
434
+ msgstr ""
435
+
436
+ #: ../includes/class.yith-wcwl-admin-init.php:1454
437
+ msgid "Background color"
438
+ msgstr ""
439
+
440
+ #: ../includes/class.yith-wcwl-admin-init.php:1544
441
+ msgid "Wishlist Activated"
442
+ msgstr ""
443
+
444
+ #: ../includes/class.yith-wcwl-admin-init.php:1545
445
+ #, php-format
446
+ msgid ""
447
+ "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
448
+ "can access to all the settings of our plugins that you have activated. "
449
+ "Wishlist is available in an outstanding PREMIUM version with many new "
450
+ "options, <a href=\"%s\">discover it now</a>."
451
+ msgstr ""
452
+
453
+ #: ../includes/class.yith-wcwl-admin-init.php:1556
454
+ msgid "Wishlist Updated"
455
+ msgstr ""
456
+
457
+ #: ../includes/class.yith-wcwl-admin-init.php:1557
458
+ #, php-format
459
+ msgid ""
460
+ "From now on, you can find all the options of Wishlist under YIT Plugin -> "
461
+ "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
462
+ "version. When one of our plugins is updated, a new voice will be added to "
463
+ "this menu. Wishlist has been updated with new available options, <a href=\"%s"
464
+ "\">discover the PREMIUM version.</a>"
465
+ msgstr ""
466
+
467
+ #: ../includes/class.yith-wcwl-init.php:403
468
+ msgid ""
469
+ "We are sorry, but this feature is available only if cookies are enabled on "
470
+ "your browser."
471
+ msgstr ""
472
+
473
+ #: ../includes/class.yith-wcwl-init.php:404
474
+ msgid "Product correctly added to cart"
475
+ msgstr ""
476
+
477
+ #: ../includes/class.yith-wcwl-install.php:244
478
+ msgctxt "page_slug"
479
+ msgid "wishlist"
480
+ msgstr ""
481
+
482
+ #: ../includes/class.yith-wcwl-privacy.php:50
483
+ msgid "While you visit our site, we’ll track:"
484
+ msgstr ""
485
+
486
+ #: ../includes/class.yith-wcwl-privacy.php:52
487
+ msgid ""
488
+ "Products you’ve added to the wishlist: we’ll use this to show you and other "
489
+ "users your favourite products, and to create targeted email campaigns."
490
+ msgstr ""
491
+
492
+ #: ../includes/class.yith-wcwl-privacy.php:53
493
+ msgid ""
494
+ "Wishlists you’ve created: we’ll keep track of the wishlists you create, and "
495
+ "make them visible to the store’s staff"
496
+ msgstr ""
497
+
498
+ #: ../includes/class.yith-wcwl-privacy.php:55
499
+ msgid ""
500
+ "We’ll also use cookies to keep track of wishlist contents while you’re "
501
+ "browsing our site."
502
+ msgstr ""
503
+
504
+ #: ../includes/class.yith-wcwl-privacy.php:58
505
+ msgid ""
506
+ "Members of our team have access to the information you provide us. For "
507
+ "example, both Administrators and Shop Managers can access:"
508
+ msgstr ""
509
+
510
+ #: ../includes/class.yith-wcwl-privacy.php:60
511
+ msgid ""
512
+ "Wishlist details, such as products added, date of addition, name and privacy "
513
+ "settings of your wishlists"
514
+ msgstr ""
515
+
516
+ #: ../includes/class.yith-wcwl-privacy.php:62
517
+ msgid ""
518
+ "Our team members have access to this information to offer you better deals "
519
+ "for the products you love."
520
+ msgstr ""
521
+
522
+ #: ../includes/class.yith-wcwl-privacy.php:82
523
+ #: ../includes/class.yith-wcwl-privacy.php:98
524
+ msgid "Customer Wishlists"
525
+ msgstr ""
526
+
527
+ #: ../includes/class.yith-wcwl-privacy.php:133
528
+ msgid "Wishlists"
529
+ msgstr ""
530
+
531
+ #: ../includes/class.yith-wcwl-privacy.php:195
532
+ #, php-format
533
+ msgid "Removed wishlist %s."
534
+ msgstr ""
535
+
536
+ #: ../includes/class.yith-wcwl-privacy.php:199
537
+ #, php-format
538
+ msgid "Wishlist %s has been retained."
539
+ msgstr ""
540
+
541
+ #: ../includes/class.yith-wcwl-privacy.php:210
542
+ msgid "Removed default user's wishlist"
543
+ msgstr ""
544
+
545
+ #: ../includes/class.yith-wcwl-privacy.php:228
546
+ msgid "Token"
547
+ msgstr ""
548
+
549
+ #: ../includes/class.yith-wcwl-privacy.php:229
550
+ msgid "Wishlist url"
551
+ msgstr ""
552
+
553
+ #: ../includes/class.yith-wcwl-privacy.php:230
554
+ msgid "Title"
555
+ msgstr ""
556
+
557
+ #: ../includes/class.yith-wcwl-privacy.php:231
558
+ msgctxt "date wishlist was created"
559
+ msgid "Created on"
560
+ msgstr ""
561
+
562
+ #: ../includes/class.yith-wcwl-privacy.php:232
563
+ msgid "Visibility"
564
+ msgstr ""
565
+
566
+ #: ../includes/class.yith-wcwl-privacy.php:233
567
+ msgid "Items Added"
568
+ msgstr ""
569
+
570
+ #: ../includes/class.yith-wcwl-privacy.php:283
571
+ #: ../templates/wishlist-view.php:212
572
+ msgid "Shared"
573
+ msgstr ""
574
+
575
+ #: ../includes/class.yith-wcwl-privacy.php:286
576
+ #: ../templates/wishlist-view.php:215
577
+ msgid "Private"
578
+ msgstr ""
579
+
580
+ #: ../includes/class.yith-wcwl-privacy.php:289
581
+ #: ../templates/wishlist-view.php:218
582
+ msgid "Public"
583
+ msgstr ""
584
+
585
+ #: ../includes/class.yith-wcwl-shortcode.php:259
586
+ #: ../includes/class.yith-wcwl-ui.php:164
587
+ msgid "Share on:"
588
+ msgstr ""
589
+
590
+ #: ../includes/class.yith-wcwl-ui.php:118
591
+ #: ../includes/class.yith-wcwl-ui.php:200
592
+ msgid "Select options"
593
+ msgstr ""
594
+
595
+ #: ../includes/class.yith-wcwl-ui.php:168 ../templates/share.php:20
596
+ msgid "Facebook"
597
+ msgstr ""
598
+
599
+ #: ../includes/class.yith-wcwl-ui.php:171 ../templates/share.php:26
600
+ msgid "Twitter"
601
+ msgstr ""
602
+
603
+ #: ../includes/class.yith-wcwl-ui.php:180
604
+ msgid "email"
605
+ msgstr ""
606
+
607
+ #: ../includes/class.yith-wcwl.php:201
608
+ msgid "An error occurred while adding products to the wishlist."
609
+ msgstr ""
610
+
611
+ #: ../includes/class.yith-wcwl.php:293
612
+ msgid "An error occurred while adding products to wishlist."
613
+ msgstr ""
614
+
615
+ #: ../includes/class.yith-wcwl.php:310
616
+ msgid "The \"Remove\" option now does not require any parameter"
617
+ msgstr ""
618
+
619
+ #: ../includes/class.yith-wcwl.php:359
620
+ msgid "An error occurred while removing products from the wishlist"
621
+ msgstr ""
622
+
623
+ #: ../includes/class.yith-wcwl.php:809
624
+ msgid "You need to log in before creating a new wishlist"
625
+ msgstr ""
626
+
627
+ #: ../includes/class.yith-wcwl.php:1610
628
+ msgid "Product successfully removed."
629
+ msgstr ""
630
+
631
+ #: ../includes/class.yith-wcwl.php:1614
632
+ msgid "Error. Unable to remove the product from the wishlist."
633
+ msgstr ""
634
+
635
+ #: ../includes/class.yith-wcwl.php:1618 ../templates/wishlist-view.php:242
636
+ msgid "No products were added to the wishlist"
637
+ msgstr ""
638
+
639
+ #: ../includes/class.yith-wcwl.php:1660
640
+ msgid "An error as occurred."
641
+ msgstr ""
642
+
643
+ #: ../init.php:130
644
+ msgid ""
645
+ "YITH WooCommerce Wishlist is enabled but not effective. It requires "
646
+ "WooCommerce in order to work."
647
+ msgstr ""
648
+
649
+ #: ../init.php:140
650
+ msgid "You can't activate the free version of"
651
+ msgstr ""
652
+
653
+ #: ../init.php:140
654
+ msgid "while you are using the premium one."
655
+ msgstr ""
656
+
657
+ #: ../templates/admin/wishlist-panel-premium.php:185
658
+ #: ../templates/admin/wishlist-panel-premium.php:383
659
+ #, php-format
660
+ msgid ""
661
+ "Upgrade to the %1$spremium version%2$s%3$sof %1$sYITH WooCommerce Wishlist"
662
+ "%2$s to benefit from all features!"
663
+ msgstr ""
664
+
665
+ #: ../templates/admin/wishlist-panel-premium.php:187
666
+ #: ../templates/admin/wishlist-panel-premium.php:385
667
+ #, php-format
668
+ msgid "%1$sUPGRADE%2$s%3$s to the premium version%2$s"
669
+ msgstr ""
670
+
671
+ #: ../templates/admin/wishlist-panel-premium.php:193
672
+ msgid "Premium Features"
673
+ msgstr ""
674
+
675
+ #: ../templates/admin/wishlist-panel-premium.php:196
676
+ #: ../templates/admin/wishlist-panel-premium.php:201
677
+ msgid "Multiple Wishlist"
678
+ msgstr ""
679
+
680
+ #: ../templates/admin/wishlist-panel-premium.php:203
681
+ #, php-format
682
+ msgid ""
683
+ "%1$sDoes it ever happened to you to have too many wishes for a single wish "
684
+ "list?%2$s%3$s The possibility to manage one's wishes is a fundamental "
685
+ "feature in a modern e-commerce store and it also lets users' degree of "
686
+ "satisfaction increase.%3$sThe option \"multiple wishlist\" of %1$sYITH "
687
+ "Wishlist%2$s makes this feature and many others on your online store "
688
+ "available, and thanks to this plugin your customers will be able to create, "
689
+ "manage and share their own wish lists."
690
+ msgstr ""
691
+
692
+ #: ../templates/admin/wishlist-panel-premium.php:212
693
+ #: ../templates/admin/wishlist-panel-premium.php:222
694
+ msgid "Wishlist Private"
695
+ msgstr ""
696
+
697
+ #: ../templates/admin/wishlist-panel-premium.php:214
698
+ #, php-format
699
+ msgid ""
700
+ "By enabling the option wishlist, users will also have the possibility to "
701
+ "%1$smanage the visibility%2$s of their wish lists according to one of the "
702
+ "following options:"
703
+ msgstr ""
704
+
705
+ #: ../templates/admin/wishlist-panel-premium.php:216
706
+ #, php-format
707
+ msgid "%1$spublic:%2$s all users can look for your wish list and see it;"
708
+ msgstr ""
709
+
710
+ #: ../templates/admin/wishlist-panel-premium.php:217
711
+ #, php-format
712
+ msgid ""
713
+ "%1$sshared:%2$s only users possessing a direct link to the wish list page "
714
+ "can display it;"
715
+ msgstr ""
716
+
717
+ #: ../templates/admin/wishlist-panel-premium.php:218
718
+ #, php-format
719
+ msgid "%1$sprivate:%2$s only the wish list creator can see it."
720
+ msgstr ""
721
+
722
+ #: ../templates/admin/wishlist-panel-premium.php:229
723
+ #: ../templates/admin/wishlist-panel-premium.php:234
724
+ msgid "Estimate Cost"
725
+ msgstr ""
726
+
727
+ #: ../templates/admin/wishlist-panel-premium.php:236
728
+ #, php-format
729
+ msgid ""
730
+ "%1$sDo you want to add the possibility to ask for estimates of costs into "
731
+ "your catalogue?%3$s Do you want to manage customised packets for faithful "
732
+ "customers in your store?%2$s%3$sThanks to the feature \"estimate cost\" of "
733
+ "%1$sYITH WooCommerce Wishlist%2$s, each registered user will be able to ask "
734
+ "for an estimate of their own products in the wishlist and add a text in the "
735
+ "popup window that will open just after clicking. Then, they can confirm the "
736
+ "text and send an email with all necessary information directly to the "
737
+ "address that you have previously set."
738
+ msgstr ""
739
+
740
+ #: ../templates/admin/wishlist-panel-premium.php:245
741
+ #: ../templates/admin/wishlist-panel-premium.php:250
742
+ msgid "Admin Panel"
743
+ msgstr ""
744
+
745
+ #: ../templates/admin/wishlist-panel-premium.php:247
746
+ #, php-format
747
+ msgid ""
748
+ "Thanks to the useful Admin panel, accessible directly among the WooCommerce "
749
+ "submenu pages, you will have total control on users' wishlists. In addition "
750
+ "to that, evaluating the degree of appreciation for your products has never "
751
+ "been so easy, now that %1$syou can see a useful report,%2$s available "
752
+ "directly in the product page, which registers the occurrences of the product "
753
+ "in customers' wish lists."
754
+ msgstr ""
755
+
756
+ #: ../templates/admin/wishlist-panel-premium.php:257
757
+ #: ../templates/admin/wishlist-panel-premium.php:262
758
+ msgid "Search Wishlists"
759
+ msgstr ""
760
+
761
+ #: ../templates/admin/wishlist-panel-premium.php:264
762
+ #, php-format
763
+ msgid ""
764
+ "How many times have you been looking for the perfect gift for a important "
765
+ "event but you had no idea of what to buy? %1$s'Search wishlists'%2$s allows "
766
+ "your e-shop users to access public wishlists of anyone, by simply knowing "
767
+ "their name or email. This way you can grant %1$shigher visibility%2$s to "
768
+ "your products and even encourage users to purchase."
769
+ msgstr ""
770
+
771
+ #: ../templates/admin/wishlist-panel-premium.php:273
772
+ msgid "'ADD TO CART' CHECKBOX"
773
+ msgstr ""
774
+
775
+ #: ../templates/admin/wishlist-panel-premium.php:275
776
+ #, php-format
777
+ msgid ""
778
+ "Your shop offers always a wide selection of products and wishlists of your "
779
+ "users get more and more crowded everyday. Give them the possibility to "
780
+ "select %1$ssome or all products%2$s in the wishlist and add them to cart "
781
+ "just with one click."
782
+ msgstr ""
783
+
784
+ #: ../templates/admin/wishlist-panel-premium.php:278
785
+ msgid "'ADD TO CART'"
786
+ msgstr ""
787
+
788
+ #: ../templates/admin/wishlist-panel-premium.php:285
789
+ msgid "DISABLE WISHLIST"
790
+ msgstr ""
791
+
792
+ #: ../templates/admin/wishlist-panel-premium.php:290
793
+ msgid "DISABLE WISHLIST FOR UNLOGGED USERS"
794
+ msgstr ""
795
+
796
+ #: ../templates/admin/wishlist-panel-premium.php:292
797
+ #, php-format
798
+ msgid ""
799
+ "Favour users that have registered to your shop and disable plugin "
800
+ "functionalities for all users that have not. By disabling this option, each "
801
+ "time they try to add a product to the wishlist, they will be %1$sredirected"
802
+ "%2$s to \"My Account\" page and a message will invite them to log in."
803
+ msgstr ""
804
+
805
+ #: ../templates/admin/wishlist-panel-premium.php:301
806
+ msgid "MESSAGE TO UNLOGGED USERS"
807
+ msgstr ""
808
+
809
+ #: ../templates/admin/wishlist-panel-premium.php:303
810
+ #, php-format
811
+ msgid ""
812
+ "Invite users that are visiting your shop to login if they want to fully "
813
+ "benefit from Wishlist functionalities. Show a %1$scustomised message%2$s and "
814
+ "redirect them to \"My Account\" page for registration."
815
+ msgstr ""
816
+
817
+ #: ../templates/admin/wishlist-panel-premium.php:306
818
+ msgid "UNLOGGED USERS"
819
+ msgstr ""
820
+
821
+ #: ../templates/admin/wishlist-panel-premium.php:313
822
+ #: ../templates/admin/wishlist-panel-premium.php:318
823
+ msgid "POPULAR TABLE"
824
+ msgstr ""
825
+
826
+ #: ../templates/admin/wishlist-panel-premium.php:320
827
+ #, php-format
828
+ msgid ""
829
+ "Some products draw customer's attention more than others and they do not "
830
+ "hesitate to add products to their wishlist. Table %1$s'Popular'%2$s allows "
831
+ "you, as shop administrator, to track products that appear most frequently in "
832
+ "their wishlists."
833
+ msgstr ""
834
+
835
+ #: ../templates/admin/wishlist-panel-premium.php:329
836
+ msgid "FUNCTIONALITIES IN ONE CLICK"
837
+ msgstr ""
838
+
839
+ #: ../templates/admin/wishlist-panel-premium.php:331
840
+ #, php-format
841
+ msgid ""
842
+ "Users have the possibility to search for a wishlist, create a new one or "
843
+ "display those already created. Add these %1$sfunctionalities%2$s through the "
844
+ "dedicated widgets or show them immediately after \"Wishlist\" table."
845
+ msgstr ""
846
+
847
+ #: ../templates/admin/wishlist-panel-premium.php:334
848
+ msgid "FUNCTIONALITIES"
849
+ msgstr ""
850
+
851
+ #: ../templates/admin/wishlist-panel-premium.php:341
852
+ #: ../templates/admin/wishlist-panel-premium.php:346
853
+ msgid "PROMOTIONAL EMAIL"
854
+ msgstr ""
855
+
856
+ #: ../templates/admin/wishlist-panel-premium.php:348
857
+ #, php-format
858
+ msgid ""
859
+ "If you want to give the right input to your users to persuade them to "
860
+ "%1$spurchase the products%2$s they have in their wishlists, you need to use "
861
+ "this feature! %1$sSend them an email%2$s: customize its whole content from "
862
+ "the option panel and add a coupon they can use in your shop, so that they "
863
+ "will know you are offering a unique offer!"
864
+ msgstr ""
865
+
866
+ #: ../templates/admin/wishlist-panel-premium.php:357
867
+ msgid "FROM A WISHLIST TO ANOTHER"
868
+ msgstr ""
869
+
870
+ #: ../templates/admin/wishlist-panel-premium.php:359
871
+ #, php-format
872
+ msgid ""
873
+ "Who said that a product has to remain forever in the same wishlist? With the "
874
+ "option %1$s\"Show \"Move to another wishlist\" dropdown menu\"%2$s, with "
875
+ "just one click users will be free to move a product from a wishlist to "
876
+ "another one, managing as they want their lists."
877
+ msgstr ""
878
+
879
+ #: ../templates/admin/wishlist-panel-premium.php:362
880
+ msgid "FROM A WISHLIST"
881
+ msgstr ""
882
+
883
+ #: ../templates/admin/wishlist-panel-premium.php:369
884
+ msgid "DATE"
885
+ msgstr ""
886
+
887
+ #: ../templates/admin/wishlist-panel-premium.php:374
888
+ msgid "DATE OF ADDITION TO A WISHLIST"
889
+ msgstr ""
890
+
891
+ #: ../templates/admin/wishlist-panel-premium.php:376
892
+ #, php-format
893
+ msgid ""
894
+ "Activating the %1$s\"Show date of addition\"%2$s option, users can see the "
895
+ "date in which they have added a particular product to their list: a new way "
896
+ "to keep you users informed about their operations."
897
+ msgstr ""
898
+
899
+ #: ../templates/share.php:32
900
+ msgid "Pinterest"
901
+ msgstr ""
902
+
903
+ #: ../templates/share.php:38
904
+ msgid "Google+"
905
+ msgstr ""
906
+
907
+ #: ../templates/share.php:44
908
+ msgid "Email"
909
+ msgstr ""
910
+
911
+ #: ../templates/wishlist-view.php:32
912
+ msgid "Edit title"
913
+ msgstr ""
914
+
915
+ #: ../templates/wishlist-view.php:41
916
+ msgid "Save"
917
+ msgstr ""
918
+
919
+ #: ../templates/wishlist-view.php:45
920
+ msgid "Cancel"
921
+ msgstr ""
922
+
923
+ #: ../templates/wishlist-view.php:82
924
+ msgid "Product Name"
925
+ msgstr ""
926
+
927
+ #: ../templates/wishlist-view.php:89
928
+ msgid "Unit Price"
929
+ msgstr ""
930
+
931
+ #: ../templates/wishlist-view.php:102
932
+ msgid "Stock Status"
933
+ msgstr ""
934
+
935
+ #: ../templates/wishlist-view.php:152 ../templates/wishlist-view.php:232
936
+ msgid "Remove this product"
937
+ msgstr ""
938
+
939
+ #: ../templates/wishlist-view.php:172
940
+ msgid "Free!"
941
+ msgstr ""
942
+
943
+ #: ../templates/wishlist-view.php:179
944
+ msgid "Out of Stock"
945
+ msgstr ""
946
+
947
+ #: ../templates/wishlist-view.php:179
948
+ msgid "In Stock"
949
+ msgstr ""
950
+
951
+ #: ../templates/wishlist-view.php:188
952
+ #, php-format
953
+ msgid "Added on : %s"
954
+ msgstr ""
955
+
956
+ #: ../templates/wishlist-view.php:200
957
+ msgid "Move"
958
+ msgstr ""
959
+
960
+ #: ../templates/wishlist-view.php:232
961
+ msgid "Remove"
962
+ msgstr ""
963
+
964
+ #: ../templates/wishlist-view.php:259
965
+ msgid "Add the selected products to the cart"
966
+ msgstr ""
967
+
968
+ #: ../templates/wishlist-view.php:267 ../templates/wishlist-view.php:313
969
+ msgid "Ask for an estimate"
970
+ msgstr ""
971
+
972
+ #: ../templates/wishlist-view.php:303
973
+ msgid "Your email"
974
+ msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
plugin-fw/assets/css/metaboxes.css CHANGED
@@ -631,4 +631,7 @@
631
  float : right;
632
  margin-right : 20px;
633
  margin-top : 5px;
 
 
 
634
  }
631
  float : right;
632
  margin-right : 20px;
633
  margin-top : 5px;
634
+ z-index: 9999 !important;
635
+ position: absolute;
636
+ right: 0;
637
  }
plugin-fw/assets/css/yith-fields.css CHANGED
@@ -361,4 +361,42 @@ ul.yit-icons-manager-list li.active {
361
  /* ------- Buttons ------- */
362
  .yith-plugin-fw-buttons-field-wrapper {
363
  margin-top : 7px;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
364
  }
361
  /* ------- Buttons ------- */
362
  .yith-plugin-fw-buttons-field-wrapper {
363
  margin-top : 7px;
364
+ }
365
+
366
+ /* ------- Select Images ------- */
367
+ .yith-plugin-fw-select-images__list {
368
+ margin : 0;
369
+ display : flex;
370
+ flex-wrap : wrap;
371
+ }
372
+
373
+ .yith-plugin-fw-select-images__item {
374
+ width : calc(20% - 10px);
375
+ min-width : 150px;
376
+ margin : 0 10px 10px 0;
377
+ padding : 10px;
378
+ box-sizing : border-box;
379
+ cursor : pointer;
380
+ transition : all .3s;
381
+ border : 2px solid #eee;
382
+ display : flex;
383
+ flex-direction : column;
384
+ justify-content : space-between;
385
+ }
386
+
387
+ .yith-plugin-fw-select-images__item:hover,
388
+ .yith-plugin-fw-select-images__item.yith-plugin-fw-select-images__item--selected {
389
+ border-color : #07bcce;
390
+ }
391
+
392
+ .yith-plugin-fw-select-images__item__label {
393
+ text-align : center;
394
+ font-weight : 600;
395
+ margin-bottom : 10px;
396
+ }
397
+
398
+ .yith-plugin-fw-select-images__item img {
399
+ display : block;
400
+ max-width : 100%;
401
+ margin : 0 auto;
402
  }
plugin-fw/assets/js/jquery.colorbox.min.js CHANGED
@@ -1,24 +1,33 @@
1
- (function(c,p,A){function g(a,d,F){a=p.createElement(a);d&&(a.id="cbox"+d);F&&(a.style.cssText=F);return c(a)}function R(){return A.innerHeight?A.innerHeight:c(A).height()}function M(a,d){d!==Object(d)&&(d={});this.cache={};this.el=a;this.value=function(a){var b;void 0===this.cache[a]&&(b=c(this.el).attr("data-cbox-"+a),void 0!==b?this.cache[a]=b:void 0!==d[a]?this.cache[a]=d[a]:void 0!==S[a]&&(this.cache[a]=S[a]));return this.cache[a]};this.get=function(a){a=this.value(a);return c.isFunction(a)?
2
- a.call(this.el,this):a}}function N(a){var d=k.length;a=(m+a)%d;return 0>a?d+a:a}function n(a,d){return Math.round((/%/.test(a)?("x"===d?w.width():R())/100:1)*parseInt(a,10))}function da(a,d){return a.get("photo")||a.get("photoRegex").test(d)}function ea(a,d){return a.get("retinaUrl")&&1<A.devicePixelRatio?d.replace(a.get("photoRegex"),a.get("retinaSuffix")):d}function fa(a){"contains"in f[0]&&!f[0].contains(a.target)&&a.target!==q[0]&&(a.stopPropagation(),f.focus())}function G(a){G.str!==a&&(f.add(q).removeClass(G.str).addClass(a),
3
- G.str=a)}function ja(b){m=0;b&&!1!==b&&"nofollow"!==b?(k=c(".cboxElement").filter(function(){var a=c.data(this,"colorbox");return(new M(this,a)).get("rel")===b}),m=k.index(a.el),-1===m&&(k=k.add(a.el),m=k.length-1)):k=c(a.el)}function C(a){c(p).trigger(a);r.triggerHandler(a)}function O(b){var d;if(!H){d=c(b).data("colorbox");a=new M(b,d);ja(a.get("rel"));if(!x){x=I=!0;G(a.get("className"));f.css({visibility:"hidden",display:"block",opacity:""});h=g("div","LoadedContent","width:0; height:0; overflow:hidden; visibility:hidden");
4
- u.css({width:"",height:""}).append(h);t=T.height()+U.height()+u.outerHeight(!0)-u.height();v=V.width()+W.width()+u.outerWidth(!0)-u.width();y=h.outerHeight(!0);z=h.outerWidth(!0);b=n(a.get("initialWidth"),"x");d=n(a.get("initialHeight"),"y");var F=a.get("maxWidth"),B=a.get("maxHeight");a.w=Math.max((!1!==F?Math.min(b,n(F,"x")):b)-z-v,0);a.h=Math.max((!1!==B?Math.min(d,n(B,"y")):d)-y-t,0);h.css({width:"",height:a.h});l.position();C("cbox_open");a.get("onOpen");X.add(Y).hide();f.focus();a.get("trapFocus")&&
5
- p.addEventListener&&(p.addEventListener("focus",fa,!0),r.one("cbox_closed",function(){p.removeEventListener("focus",fa,!0)}));if(a.get("returnFocus"))r.one("cbox_closed",function(){c(a.el).focus()})}b=parseFloat(a.get("opacity"));q.css({opacity:b===b?b:"",cursor:a.get("overlayClose")?"pointer":"",visibility:"visible"}).show();a.get("closeButton")?P.html(a.get("close")).appendTo(u):P.appendTo("<div/>");ka()}}function ga(){f||(Z=!1,w=c(A),f=g("div").attr({id:"colorbox","class":!1===c.support.opacity?
6
- "cboxIE":"",role:"dialog",tabindex:"-1"}).hide(),q=g("div","Overlay").hide(),Q=c([g("div","LoadingOverlay")[0],g("div","LoadingGraphic")[0]]),D=g("div","Wrapper"),u=g("div","Content").append(Y=g("div","Title"),aa=g("div","Current"),J=c('<button type="button"/>').attr({id:"cboxPrevious"}),K=c('<button type="button"/>').attr({id:"cboxNext"}),E=g("button","Slideshow"),Q),P=c('<button type="button"/>').attr({id:"cboxClose"}),D.append(g("div").append(g("div","TopLeft"),T=g("div","TopCenter"),g("div","TopRight")),
7
- g("div",!1,"clear:left").append(V=g("div","MiddleLeft"),u,W=g("div","MiddleRight")),g("div",!1,"clear:left").append(g("div","BottomLeft"),U=g("div","BottomCenter"),g("div","BottomRight"))).find("div div").css({"float":"left"}),L=g("div",!1,"position:absolute; width:9999px; visibility:hidden; display:none; max-width:none;"),X=K.add(J).add(aa).add(E));p.body&&!f.parent().length&&c(p.body).append(q,f.append(D,L))}function la(){function b(a){1<a.which||a.shiftKey||a.altKey||a.metaKey||a.ctrlKey||(a.preventDefault(),
8
- O(this))}if(f){if(!Z)if(Z=!0,K.click(function(){l.next()}),J.click(function(){l.prev()}),P.click(function(){l.close()}),q.click(function(){a.get("overlayClose")&&l.close()}),c(p).bind("keydown.cbox",function(b){var c=b.keyCode;x&&a.get("escKey")&&27===c&&(b.preventDefault(),l.close());x&&a.get("arrowKey")&&k[1]&&!b.altKey&&(37===c?(b.preventDefault(),J.click()):39===c&&(b.preventDefault(),K.click()))}),c.isFunction(c.fn.on))c(p).on("click.cbox",".cboxElement",b);else c(".cboxElement").live("click.cbox",
9
- b);return!0}return!1}function ka(){var b,d,f=l.prep,B,h=++ba;I=!0;e=!1;C("cbox_purge");C("cbox_load");a.get("onLoad");a.h=a.get("height")?n(a.get("height"),"y")-y-t:a.get("innerHeight")&&n(a.get("innerHeight"),"y");a.w=a.get("width")?n(a.get("width"),"x")-z-v:a.get("innerWidth")&&n(a.get("innerWidth"),"x");a.mw=a.w;a.mh=a.h;a.get("maxWidth")&&(a.mw=n(a.get("maxWidth"),"x")-z-v,a.mw=a.w&&a.w<a.mw?a.w:a.mw);a.get("maxHeight")&&(a.mh=n(a.get("maxHeight"),"y")-y-t,a.mh=a.h&&a.h<a.mh?a.h:a.mh);b=a.get("href");
10
- ha=setTimeout(function(){Q.show()},100);if(a.get("inline")){var ca=c(b);B=c("<div>").hide().insertBefore(ca);r.one("cbox_purge",function(){B.replaceWith(ca)});f(ca)}else a.get("iframe")?f(" "):a.get("html")?f(a.get("html")):da(a,b)?(b=ea(a,b),e=a.get("createImg"),c(e).addClass("cboxPhoto").bind("error.cbox",function(){f(g("div","Error").html(a.get("imgError")))}).one("load",function(){h===ba&&setTimeout(function(){var b;a.get("retinaImage")&&1<A.devicePixelRatio&&(e.height/=A.devicePixelRatio,e.width/=
11
- A.devicePixelRatio);a.get("scalePhotos")&&(d=function(){e.height-=e.height*b;e.width-=e.width*b},a.mw&&e.width>a.mw&&(b=(e.width-a.mw)/e.width,d()),a.mh&&e.height>a.mh&&(b=(e.height-a.mh)/e.height,d()));a.h&&(e.style.marginTop=Math.max(a.mh-e.height,0)/2+"px");k[1]&&(a.get("loop")||k[m+1])&&(e.style.cursor="pointer",c(e).bind("click.cbox",function(){l.next()}));e.style.width=e.width+"px";e.style.height=e.height+"px";f(e)},1)}),e.src=b):b&&L.load(b,a.get("data"),function(b,d){h===ba&&f("error"===d?
12
- g("div","Error").html(a.get("xhrError")):c(this).contents())})}var S={html:!1,photo:!1,iframe:!1,inline:!1,transition:"elastic",speed:300,fadeOut:300,width:!1,initialWidth:"600",innerWidth:!1,maxWidth:!1,height:!1,initialHeight:"450",innerHeight:!1,maxHeight:!1,scalePhotos:!0,scrolling:!0,opacity:.9,preloading:!0,className:!1,overlayClose:!0,escKey:!0,arrowKey:!0,top:!1,bottom:!1,left:!1,right:!1,fixed:!1,data:void 0,closeButton:!0,fastIframe:!0,open:!1,reposition:!0,loop:!0,slideshow:!1,slideshowAuto:!0,
13
- slideshowSpeed:2500,slideshowStart:"start slideshow",slideshowStop:"stop slideshow",photoRegex:/\.(gif|png|jp(e|g|eg)|bmp|ico|webp|jxr|svg)((#|\?).*)?$/i,retinaImage:!1,retinaUrl:!1,retinaSuffix:"@2x.$1",current:"image {current} of {total}",previous:"previous",next:"next",close:"close",xhrError:"This content failed to load.",imgError:"This image failed to load.",returnFocus:!0,trapFocus:!0,onOpen:!1,onLoad:!1,onComplete:!1,onCleanup:!1,onClosed:!1,rel:function(){return this.rel},href:function(){return c(this).attr("href")},
14
- title:function(){return this.title},createImg:function(){var a=new Image,d=c(this).data("cbox-img-attrs");"object"===typeof d&&c.each(d,function(c,d){a[c]=d});return a},createIframe:function(){var a=p.createElement("iframe"),d=c(this).data("cbox-iframe-attrs");"object"===typeof d&&c.each(d,function(c,d){a[c]=d});"frameBorder"in a&&(a.frameBorder=0);"allowTransparency"in a&&(a.allowTransparency="true");a.name=(new Date).getTime();a.allowFullscreen=!0;return a}},q,f,D,u,T,V,W,U,k,w,h,L,Q,Y,aa,E,K,J,
15
- P,X,r=c("<a/>"),a,t,v,y,z,m,e,x,I,H,ha,l,ba=0,ia={},Z,ma=function(){function b(){clearTimeout(n)}function c(){if(a.get("loop")||k[m+1])b(),n=setTimeout(l.next,a.get("slideshowSpeed"))}function e(){E.html(a.get("slideshowStop")).unbind("click.cbox").one("click.cbox",B);r.bind("cbox_complete",c).bind("cbox_load",b);f.removeClass("cboxSlideshow_off").addClass("cboxSlideshow_on")}function B(){b();r.unbind("cbox_complete",c).unbind("cbox_load",b);E.html(a.get("slideshowStart")).unbind("click.cbox").one("click.cbox",
16
- function(){l.next();e()});f.removeClass("cboxSlideshow_on").addClass("cboxSlideshow_off")}function g(){h=!1;E.hide();b();r.unbind("cbox_complete",c).unbind("cbox_load",b);f.removeClass("cboxSlideshow_off cboxSlideshow_on")}var h,n;return function(){h?a.get("slideshow")||(r.unbind("cbox_cleanup",g),g()):a.get("slideshow")&&k[1]&&(h=!0,r.one("cbox_cleanup",g),a.get("slideshowAuto")?e():B(),E.show())}}();c.colorbox||(c(ga),l=c.fn.colorbox=c.colorbox=function(a,d){var f,e=this;a=a||{};c.isFunction(e)&&
17
- (e=c("<a/>"),a.open=!0);if(!e[0])return e;ga();la()&&(d&&(a.onComplete=d),e.each(function(){var d=c.data(this,"colorbox")||{};c.data(this,"colorbox",c.extend(d,a))}).addClass("cboxElement"),f=new M(e[0],a),f.get("open")&&O(e[0]));return e},l.position=function(b,d){function e(){T[0].style.width=U[0].style.width=u[0].style.width=parseInt(f[0].style.width,10)-v+"px";u[0].style.height=V[0].style.height=W[0].style.height=parseInt(f[0].style.height,10)-t+"px"}var g,h=0,k=0,m=f.offset(),p,r;w.unbind("resize.cbox");
18
- f.css({top:-9E4,left:-9E4});p=w.scrollTop();r=w.scrollLeft();a.get("fixed")?(m.top-=p,m.left-=r,f.css({position:"fixed"})):(h=p,k=r,f.css({position:"absolute"}));k=!1!==a.get("right")?k+Math.max(w.width()-a.w-z-v-n(a.get("right"),"x"),0):!1!==a.get("left")?k+n(a.get("left"),"x"):k+Math.round(Math.max(w.width()-a.w-z-v,0)/2);h=!1!==a.get("bottom")?h+Math.max(R()-a.h-y-t-n(a.get("bottom"),"y"),0):!1!==a.get("top")?h+n(a.get("top"),"y"):h+Math.round(Math.max(R()-a.h-y-t,0)/2);f.css({top:m.top,left:m.left,
19
- visibility:"visible"});D[0].style.width=D[0].style.height="9999px";g={width:a.w+z+v,height:a.h+y+t,top:h,left:k};if(b){var q=0;c.each(g,function(a){g[a]!==ia[a]&&(q=b)});b=q}ia=g;b||f.css(g);f.dequeue().animate(g,{duration:b||0,complete:function(){e();I=!1;D[0].style.width=a.w+z+v+"px";D[0].style.height=a.h+y+t+"px";a.get("reposition")&&setTimeout(function(){w.bind("resize.cbox",l.position)},1);c.isFunction(d)&&d()},step:e})},l.resize=function(b){var c;x&&(b=b||{},b.width&&(a.w=n(b.width,"x")-z-v),
20
- b.innerWidth&&(a.w=n(b.innerWidth,"x")),h.css({width:a.w}),b.height&&(a.h=n(b.height,"y")-y-t),b.innerHeight&&(a.h=n(b.innerHeight,"y")),b.innerHeight||b.height||(c=h.scrollTop(),h.css({height:"auto"}),a.h=h.height()),h.css({height:a.h}),c&&h.scrollTop(c),l.position("none"===a.get("transition")?0:a.get("speed")))},l.prep=function(b){function d(){a.w=a.w||h.width();a.w=a.mw&&a.mw<a.w?a.mw:a.w;return a.w}function n(){a.h=a.h||h.height();a.h=a.mh&&a.mh<a.h?a.mh:a.h;return a.h}if(x){var q,t="none"===
21
- a.get("transition")?0:a.get("speed");h.remove();h=g("div","LoadedContent").append(b);h.hide().appendTo(L.show()).css({width:d(),overflow:a.get("scrolling")?"auto":"hidden"}).css({height:n()}).prependTo(u);L.hide();c(e).css({"float":"none"});G(a.get("className"));q=function(){function b(){!1===c.support.opacity&&f[0].style.removeAttribute("filter")}var d=k.length,e,g;x&&(g=function(){clearTimeout(ha);Q.hide();C("cbox_complete");a.get("onComplete")},Y.html(a.get("title")).show(),h.show(),1<d?("string"===
22
- typeof a.get("current")&&aa.html(a.get("current").replace("{current}",m+1).replace("{total}",d)).show(),K[a.get("loop")||m<d-1?"show":"hide"]().html(a.get("next")),J[a.get("loop")||m?"show":"hide"]().html(a.get("previous")),ma(),a.get("preloading")&&c.each([N(-1),N(1)],function(){var a,b=k[this];a=new M(b,c.data(b,"colorbox"));(b=a.get("href"))&&da(a,b)&&(b=ea(a,b),a=p.createElement("img"),a.src=b)})):X.hide(),a.get("iframe")?(e=a.get("createIframe"),a.get("scrolling")||(e.scrolling="no"),c(e).attr({src:a.get("href"),
23
- "class":"cboxIframe"}).one("load",g).appendTo(h),r.one("cbox_purge",function(){e.src="//about:blank"}),a.get("fastIframe")&&c(e).trigger("load")):g(),"fade"===a.get("transition")?f.fadeTo(t,1,b):b())};"fade"===a.get("transition")?f.fadeTo(t,0,function(){l.position(0,q)}):l.position(t,q)}},l.next=function(){!I&&k[1]&&(a.get("loop")||k[m+1])&&(m=N(1),O(k[m]))},l.prev=function(){!I&&k[1]&&(a.get("loop")||m)&&(m=N(-1),O(k[m]))},l.close=function(){x&&!H&&(H=!0,x=!1,C("cbox_cleanup"),a.get("onCleanup"),
24
- w.unbind(".cbox"),q.fadeTo(a.get("fadeOut")||0,0),f.stop().fadeTo(a.get("fadeOut")||0,0,function(){f.hide();q.hide();C("cbox_purge");h.remove();setTimeout(function(){H=!1;C("cbox_closed");a.get("onClosed")},1)}))},l.remove=function(){f&&(f.stop(),c.colorbox.close(),f.stop(!1,!0).remove(),q.remove(),H=!1,f=null,c(".cboxElement").removeData("colorbox").removeClass("cboxElement"),c(p).unbind("click.cbox").unbind("keydown.cbox"))},l.element=function(){return c(a.el)},l.settings=S)})(jQuery,document,window);
 
 
 
 
 
 
 
 
 
1
+ /*
2
+ Colorbox 1.6.3
3
+ license: MIT
4
+ http://www.jacklmoore.com/colorbox
5
+ */
6
+ var $jscomp=$jscomp||{};$jscomp.scope={};$jscomp.findInternal=function(b,h,g){b instanceof String&&(b=String(b));for(var d=b.length,r=0;r<d;r++){var C=b[r];if(h.call(g,C,r,b))return{i:r,v:C}}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(b,h,g){b!=Array.prototype&&b!=Object.prototype&&(b[h]=g.value)};
7
+ $jscomp.getGlobal=function(b){return"undefined"!=typeof window&&window===b?b:"undefined"!=typeof global&&null!=global?global:b};$jscomp.global=$jscomp.getGlobal(this);$jscomp.polyfill=function(b,h,g,d){if(h){g=$jscomp.global;b=b.split(".");for(d=0;d<b.length-1;d++){var r=b[d];r in g||(g[r]={});g=g[r]}b=b[b.length-1];d=g[b];h=h(d);h!=d&&null!=h&&$jscomp.defineProperty(g,b,{configurable:!0,writable:!0,value:h})}};
8
+ $jscomp.polyfill("Array.prototype.find",function(b){return b?b:function(b,g){return $jscomp.findInternal(this,b,g).v}},"es6","es3");
9
+ (function(b,h,g){function d(a,f,H){a=h.createElement(a);f&&(a.id="cbox"+f);H&&(a.style.cssText=H);return b(a)}function r(){return g.innerHeight?g.innerHeight:b(g).height()}function C(a,f){f!==Object(f)&&(f={});this.cache={};this.el=a;this.value=function(a){if(void 0===this.cache[a]){var c=b(this.el).attr("data-cbox-"+a);void 0!==c?this.cache[a]=c:void 0!==f[a]?this.cache[a]=f[a]:void 0!==S[a]&&(this.cache[a]=S[a])}return this.cache[a]};this.get=function(a){a=this.value(a);return b.isFunction(a)?a.call(this.el,
10
+ this):a}}function O(a){var c=n.length;a=(p+a)%c;return 0>a?c+a:a}function q(a,b){return Math.round((/%/.test(a)?("x"===b?x.width():r())/100:1)*parseInt(a,10))}function ca(a,b){return a.get("photo")||a.get("photoRegex").test(b)}function da(a,b){return a.get("retinaUrl")&&1<g.devicePixelRatio?b.replace(a.get("photoRegex"),a.get("retinaSuffix")):b}function ea(a){"contains"in k[0]&&!k[0].contains(a.target)&&a.target!==y[0]&&(a.stopPropagation(),k.focus())}function I(a){I.str!==a&&(k.add(y).removeClass(I.str).addClass(a),
11
+ I.str=a)}function ja(c){p=0;c&&!1!==c&&"nofollow"!==c?(n=b(".cboxElement").filter(function(){var a=b.data(this,"colorbox");return(new C(this,a)).get("rel")===c}),p=n.index(a.el),-1===p&&(n=n.add(a.el),p=n.length-1)):n=b(a.el)}function E(a){b(h).trigger(a);t.triggerHandler(a)}function P(c){if(!J){var f=b(c).data("colorbox");a=new C(c,f);ja(a.get("rel"));if(!z){z=K=!0;I(a.get("className"));k.css({visibility:"hidden",display:"block",opacity:""});l=d("div","LoadedContent","width:0; height:0; overflow:hidden; visibility:hidden");
12
+ u.css({width:"",height:""}).append(l);v=T.height()+U.height()+u.outerHeight(!0)-u.height();w=V.width()+W.width()+u.outerWidth(!0)-u.width();A=l.outerHeight(!0);B=l.outerWidth(!0);c=q(a.get("initialWidth"),"x");f=q(a.get("initialHeight"),"y");var H=a.get("maxWidth"),e=a.get("maxHeight");a.w=Math.max((!1!==H?Math.min(c,q(H,"x")):c)-B-w,0);a.h=Math.max((!1!==e?Math.min(f,q(e,"y")):f)-A-v,0);l.css({width:"",height:a.h});m.position();E("cbox_open");a.get("onOpen");X.add(Y).hide();k.focus();a.get("trapFocus")&&
13
+ h.addEventListener&&(h.addEventListener("focus",ea,!0),t.one("cbox_closed",function(){h.removeEventListener("focus",ea,!0)}));if(a.get("returnFocus"))t.one("cbox_closed",function(){b(a.el).focus()})}c=parseFloat(a.get("opacity"));y.css({opacity:c===c?c:"",cursor:a.get("overlayClose")?"pointer":"",visibility:"visible"}).show();a.get("closeButton")?Q.html(a.get("close")).appendTo(u):Q.appendTo("<div/>");ka()}}function fa(){k||(Z=!1,x=b(g),k=d("div").attr({id:"colorbox","class":!1===b.support.opacity?
14
+ "cboxIE":"",role:"dialog",tabindex:"-1"}).hide(),y=d("div","Overlay").hide(),R=b([d("div","LoadingOverlay")[0],d("div","LoadingGraphic")[0]]),F=d("div","Wrapper"),u=d("div","Content").append(Y=d("div","Title"),aa=d("div","Current"),L=b('<button type="button"/>').attr({id:"cboxPrevious"}),M=b('<button type="button"/>').attr({id:"cboxNext"}),G=d("button","Slideshow"),R),Q=b('<button type="button"/>').attr({id:"cboxClose"}),F.append(d("div").append(d("div","TopLeft"),T=d("div","TopCenter"),d("div","TopRight")),
15
+ d("div",!1,"clear:left").append(V=d("div","MiddleLeft"),u,W=d("div","MiddleRight")),d("div",!1,"clear:left").append(d("div","BottomLeft"),U=d("div","BottomCenter"),d("div","BottomRight"))).find("div div").css({"float":"left"}),N=d("div",!1,"position:absolute; width:9999px; visibility:hidden; display:none; max-width:none;"),X=M.add(L).add(aa).add(G));h.body&&!k.parent().length&&b(h.body).append(y,k.append(F,N))}function la(){function c(a){1<a.which||a.shiftKey||a.altKey||a.metaKey||a.ctrlKey||(a.preventDefault(),
16
+ P(this))}if(k){if(!Z)if(Z=!0,M.click(function(){m.next()}),L.click(function(){m.prev()}),Q.click(function(){m.close()}),y.click(function(){a.get("overlayClose")&&m.close()}),b(h).bind("keydown.cbox",function(b){var c=b.keyCode;z&&a.get("escKey")&&27===c&&(b.preventDefault(),m.close());z&&a.get("arrowKey")&&n[1]&&!b.altKey&&(37===c?(b.preventDefault(),L.click()):39===c&&(b.preventDefault(),M.click()))}),b.isFunction(b.fn.on))b(h).on("click.cbox",".cboxElement",c);else b(".cboxElement").live("click.cbox",
17
+ c);return!0}return!1}function ka(){var c,f=m.prep,k=++ba;K=!0;e=!1;E("cbox_purge");E("cbox_load");a.get("onLoad");a.h=a.get("height")?q(a.get("height"),"y")-A-v:a.get("innerHeight")&&q(a.get("innerHeight"),"y");a.w=a.get("width")?q(a.get("width"),"x")-B-w:a.get("innerWidth")&&q(a.get("innerWidth"),"x");a.mw=a.w;a.mh=a.h;a.get("maxWidth")&&(a.mw=q(a.get("maxWidth"),"x")-B-w,a.mw=a.w&&a.w<a.mw?a.w:a.mw);a.get("maxHeight")&&(a.mh=q(a.get("maxHeight"),"y")-A-v,a.mh=a.h&&a.h<a.mh?a.h:a.mh);var D=a.get("href");
18
+ ha=setTimeout(function(){R.show()},100);if(a.get("inline")){var h=b(D);var l=b("<div>").hide().insertBefore(h);t.one("cbox_purge",function(){l.replaceWith(h)});f(h)}else a.get("iframe")?f(" "):a.get("html")?f(a.get("html")):ca(a,D)?(D=da(a,D),e=a.get("createImg"),b(e).addClass("cboxPhoto").bind("error.cbox",function(){f(d("div","Error").html(a.get("imgError")))}).one("load",function(){k===ba&&setTimeout(function(){a.get("retinaImage")&&1<g.devicePixelRatio&&(e.height/=g.devicePixelRatio,e.width/=
19
+ g.devicePixelRatio);if(a.get("scalePhotos")){c=function(){e.height-=e.height*d;e.width-=e.width*d};if(a.mw&&e.width>a.mw){var d=(e.width-a.mw)/e.width;c()}a.mh&&e.height>a.mh&&(d=(e.height-a.mh)/e.height,c())}a.h&&(e.style.marginTop=Math.max(a.mh-e.height,0)/2+"px");n[1]&&(a.get("loop")||n[p+1])&&(e.style.cursor="pointer",b(e).bind("click.cbox",function(){m.next()}));e.style.width=e.width+"px";e.style.height=e.height+"px";f(e)},1)}),e.src=D):D&&N.load(D,a.get("data"),function(c,e){k===ba&&f("error"===
20
+ e?d("div","Error").html(a.get("xhrError")):b(this).contents())})}var S={html:!1,photo:!1,iframe:!1,inline:!1,transition:"elastic",speed:300,fadeOut:300,width:!1,initialWidth:"600",innerWidth:!1,maxWidth:!1,height:!1,initialHeight:"450",innerHeight:!1,maxHeight:!1,scalePhotos:!0,scrolling:!0,opacity:.9,preloading:!0,className:!1,overlayClose:!0,escKey:!0,arrowKey:!0,top:!1,bottom:!1,left:!1,right:!1,fixed:!1,data:void 0,closeButton:!0,fastIframe:!0,open:!1,reposition:!0,loop:!0,slideshow:!1,slideshowAuto:!0,
21
+ slideshowSpeed:2500,slideshowStart:"start slideshow",slideshowStop:"stop slideshow",photoRegex:/\.(gif|png|jp(e|g|eg)|bmp|ico|webp|jxr|svg)((#|\?).*)?$/i,retinaImage:!1,retinaUrl:!1,retinaSuffix:"@2x.$1",current:"image {current} of {total}",previous:"previous",next:"next",close:"close",xhrError:"This content failed to load.",imgError:"This image failed to load.",returnFocus:!0,trapFocus:!0,onOpen:!1,onLoad:!1,onComplete:!1,onCleanup:!1,onClosed:!1,rel:function(){return this.rel},href:function(){return b(this).attr("href")},
22
+ title:function(){return this.title},createImg:function(){var a=new Image,f=b(this).data("cbox-img-attrs");"object"===typeof f&&b.each(f,function(b,c){a[b]=c});return a},createIframe:function(){var a=h.createElement("iframe"),f=b(this).data("cbox-iframe-attrs");"object"===typeof f&&b.each(f,function(b,c){a[b]=c});"frameBorder"in a&&(a.frameBorder=0);"allowTransparency"in a&&(a.allowTransparency="true");a.name=(new Date).getTime();a.allowFullscreen=!0;return a}},y,k,F,u,T,V,W,U,n,x,l,N,R,Y,aa,G,M,L,
23
+ Q,X,t=b("<a/>"),a,v,w,A,B,p,e,z,K,J,ha,ba=0,ia={},Z,ma=function(){function b(){clearTimeout(l)}function f(){if(a.get("loop")||n[p+1])b(),l=setTimeout(m.next,a.get("slideshowSpeed"))}function d(){G.html(a.get("slideshowStop")).unbind("click.cbox").one("click.cbox",e);t.bind("cbox_complete",f).bind("cbox_load",b);k.removeClass("cboxSlideshow_off").addClass("cboxSlideshow_on")}function e(){b();t.unbind("cbox_complete",f).unbind("cbox_load",b);G.html(a.get("slideshowStart")).unbind("click.cbox").one("click.cbox",
24
+ function(){m.next();d()});k.removeClass("cboxSlideshow_on").addClass("cboxSlideshow_off")}function h(){g=!1;G.hide();b();t.unbind("cbox_complete",f).unbind("cbox_load",b);k.removeClass("cboxSlideshow_off cboxSlideshow_on")}var g,l;return function(){g?a.get("slideshow")||(t.unbind("cbox_cleanup",h),h()):a.get("slideshow")&&n[1]&&(g=!0,t.one("cbox_cleanup",h),a.get("slideshowAuto")?d():e(),G.show())}}();if(!b.colorbox){b(fa);var m=b.fn.colorbox=b.colorbox=function(a,f){var c=this;a=a||{};b.isFunction(c)&&
25
+ (c=b("<a/>"),a.open=!0);if(!c[0])return c;fa();la()&&(f&&(a.onComplete=f),c.each(function(){var c=b.data(this,"colorbox")||{};b.data(this,"colorbox",b.extend(c,a))}).addClass("cboxElement"),f=new C(c[0],a),f.get("open")&&P(c[0]));return c};m.position=function(c,f){function d(){T[0].style.width=U[0].style.width=u[0].style.width=parseInt(k[0].style.width,10)-w+"px";u[0].style.height=V[0].style.height=W[0].style.height=parseInt(k[0].style.height,10)-v+"px"}var e=0,h=0,g=k.offset();x.unbind("resize.cbox");
26
+ k.css({top:-9E4,left:-9E4});var l=x.scrollTop();var n=x.scrollLeft();a.get("fixed")?(g.top-=l,g.left-=n,k.css({position:"fixed"})):(e=l,h=n,k.css({position:"absolute"}));h=!1!==a.get("right")?h+Math.max(x.width()-a.w-B-w-q(a.get("right"),"x"),0):!1!==a.get("left")?h+q(a.get("left"),"x"):h+Math.round(Math.max(x.width()-a.w-B-w,0)/2);e=!1!==a.get("bottom")?e+Math.max(r()-a.h-A-v-q(a.get("bottom"),"y"),0):!1!==a.get("top")?e+q(a.get("top"),"y"):e+Math.round(Math.max(r()-a.h-A-v,0)/2);k.css({top:g.top,
27
+ left:g.left,visibility:"visible"});F[0].style.width=F[0].style.height="9999px";var p={width:a.w+B+w,height:a.h+A+v,top:e,left:h};if(c){var t=0;b.each(p,function(a){p[a]!==ia[a]&&(t=c)});c=t}ia=p;c||k.css(p);k.dequeue().animate(p,{duration:c||0,complete:function(){d();K=!1;F[0].style.width=a.w+B+w+"px";F[0].style.height=a.h+A+v+"px";a.get("reposition")&&setTimeout(function(){x.bind("resize.cbox",m.position)},1);b.isFunction(f)&&f()},step:d})};m.resize=function(b){if(z){b=b||{};b.width&&(a.w=q(b.width,
28
+ "x")-B-w);b.innerWidth&&(a.w=q(b.innerWidth,"x"));l.css({width:a.w});b.height&&(a.h=q(b.height,"y")-A-v);b.innerHeight&&(a.h=q(b.innerHeight,"y"));if(!b.innerHeight&&!b.height){var c=l.scrollTop();l.css({height:"auto"});a.h=l.height()}l.css({height:a.h});c&&l.scrollTop(c);m.position("none"===a.get("transition")?0:a.get("speed"))}};m.prep=function(c){if(z){var f="none"===a.get("transition")?0:a.get("speed");l.remove();l=d("div","LoadedContent").append(c);l.hide().appendTo(N.show()).css({width:function(){a.w=
29
+ a.w||l.width();a.w=a.mw&&a.mw<a.w?a.mw:a.w;return a.w}(),overflow:a.get("scrolling")?"auto":"hidden"}).css({height:function(){a.h=a.h||l.height();a.h=a.mh&&a.mh<a.h?a.mh:a.h;return a.h}()}).prependTo(u);N.hide();b(e).css({"float":"none"});I(a.get("className"));var g=function(){function c(){!1===b.support.opacity&&k[0].style.removeAttribute("filter")}var d=n.length;if(z){var e=function(){clearTimeout(ha);R.hide();E("cbox_complete");a.get("onComplete")};Y.html(a.get("title")).show();l.show();1<d?("string"===
30
+ typeof a.get("current")&&aa.html(a.get("current").replace("{current}",p+1).replace("{total}",d)).show(),M[a.get("loop")||p<d-1?"show":"hide"]().html(a.get("next")),L[a.get("loop")||p?"show":"hide"]().html(a.get("previous")),ma(),a.get("preloading")&&b.each([O(-1),O(1)],function(){var a=n[this];var c=new C(a,b.data(a,"colorbox"));(a=c.get("href"))&&ca(c,a)&&(a=da(c,a),c=h.createElement("img"),c.src=a)})):X.hide();if(a.get("iframe")){var g=a.get("createIframe");a.get("scrolling")||(g.scrolling="no");
31
+ b(g).attr({src:a.get("href"),"class":"cboxIframe"}).one("load",e).appendTo(l);t.one("cbox_purge",function(){g.src="//about:blank"});a.get("fastIframe")&&b(g).trigger("load")}else e();"fade"===a.get("transition")?k.fadeTo(f,1,c):c()}};"fade"===a.get("transition")?k.fadeTo(f,0,function(){m.position(0,g)}):m.position(f,g)}};m.next=function(){!K&&n[1]&&(a.get("loop")||n[p+1])&&(p=O(1),P(n[p]))};m.prev=function(){!K&&n[1]&&(a.get("loop")||p)&&(p=O(-1),P(n[p]))};m.close=function(){z&&!J&&(J=!0,z=!1,E("cbox_cleanup"),
32
+ a.get("onCleanup"),x.unbind(".cbox"),y.fadeTo(a.get("fadeOut")||0,0),k.stop().fadeTo(a.get("fadeOut")||0,0,function(){k.hide();y.hide();E("cbox_purge");l.remove();setTimeout(function(){J=!1;E("cbox_closed");a.get("onClosed")},1)}))};m.remove=function(){k&&(k.stop(),b.colorbox.close(),k.stop(!1,!0).remove(),y.remove(),J=!1,k=null,b(".cboxElement").removeData("colorbox").removeClass("cboxElement"),b(h).unbind("click.cbox").unbind("keydown.cbox"))};m.element=function(){return b(a.el)};m.settings=S}})(jQuery,
33
+ document,window);
plugin-fw/assets/js/metabox.min.js CHANGED
@@ -1,4 +1,7 @@
1
- (function(a){function h(b,c,d,e){var f=!0;if("string"==typeof c){":radio"==c.substr(0,6)&&(c+=":checked");var g=a(c).val();"checkbox"==a(c).attr("type")&&(g=a(c).is(":checked")?"yes":"no");d=d.split(",");for(c=0;c<d.length;c++)if(g!=d[c])f=!1;else{f=!0;break}}d=a(b);b=a(b+"-container").parent();e=e.split("-");for(var h in e)if(g=e[h],f)switch(g){case "disable":b.removeClass("yith-disabled");d.attr("disabled",!1);break;case "hideme":d.show();break;default:b.show()}else switch(g){case "disable":b.addClass("yith-disabled");
2
- d.attr("disabled",!0);break;case "hideme":d.hide();break;default:b.hide()}}a(".metaboxes-tab").each(function(){a(".tabs-panel",this).hide();var b=wpCookies.get("active_metabox_tab"),b=null==b?a("ul.metaboxes-tabs li:first-child a",this).attr("href"):"#"+b;a(b).show();a(".metaboxes-tabs a",this).click(function(b){if(a(this).parent().hasClass("tabs"))b.preventDefault();else return b=a(this).attr("href"),a(this).parent().addClass("tabs").siblings("li").removeClass("tabs"),a(this).closest(".metaboxes-tab").find(".tabs-panel").hide(),
3
- a(b).show(),!1})});var k=a("#_active_page_options-container").parent().html();a("#_active_page_options-container").parent().remove();a(k).insertAfter("#yit-post-setting .handlediv");a(k).insertAfter("#yit-page-setting .handlediv");a("#_active_page_options-container").on("click",function(){a("#_active_page_options").is(":checked")?a("#yit-page-setting .inside .metaboxes-tab, #yit-post-setting .inside .metaboxes-tab").css({opacity:1,"pointer-events":"auto"}):a("#yit-page-setting .inside .metaboxes-tab, #yit-post-setting .inside .metaboxes-tab").css({opacity:.5,
4
- "pointer-events":"none"})}).click();a(".metaboxes-tab [data-dep-target]").each(function(){var b=a(this),c="#"+b.data("dep-target"),d="#"+b.data("dep-id"),e=b.data("dep-value"),f=b.data("dep-type");h(c,d,e.toString(),f);a(d).on("change",function(){h(c,d,e.toString(),f)}).change()})})(jQuery);
 
 
 
1
+ var $jscomp=$jscomp||{};$jscomp.scope={};$jscomp.findInternal=function(a,e,c){a instanceof String&&(a=String(a));for(var b=a.length,d=0;d<b;d++){var f=a[d];if(e.call(c,f,d,a))return{i:d,v:f}}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,e,c){a!=Array.prototype&&a!=Object.prototype&&(a[e]=c.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,e,c,b){if(e){c=$jscomp.global;a=a.split(".");for(b=0;b<a.length-1;b++){var d=a[b];d in c||(c[d]={});c=c[d]}a=a[a.length-1];b=c[a];e=e(b);e!=b&&null!=e&&$jscomp.defineProperty(c,a,{configurable:!0,writable:!0,value:e})}};
3
+ $jscomp.polyfill("Array.prototype.find",function(a){return a?a:function(a,c){return $jscomp.findInternal(this,a,c).v}},"es6","es3");
4
+ (function(a){function e(b,d,c,e){var f=!0;if("string"==typeof d){":radio"==d.substr(0,6)&&(d+=":checked");var g=a(d).val();"checkbox"==a(d).attr("type")&&(g=a(d).is(":checked")?"yes":"no");c=c.split(",");for(d=0;d<c.length;d++)if(g!=c[d])f=!1;else{f=!0;break}}c=a(b);b=a(b+"-container").parent();e=e.split("-");for(var h in e)if(g=e[h],f)switch(g){case "disable":b.removeClass("yith-disabled");c.attr("disabled",!1);break;case "hideme":c.show();break;default:b.show()}else switch(g){case "disable":b.addClass("yith-disabled");
5
+ c.attr("disabled",!0);break;case "hideme":c.hide();break;default:b.hide()}}a(".metaboxes-tab").each(function(){a(".tabs-panel",this).hide();var b=wpCookies.get("active_metabox_tab");b=null==b?a("ul.metaboxes-tabs li:first-child a",this).attr("href"):"#"+b;a(b).show();a(".metaboxes-tabs a",this).click(function(b){if(a(this).parent().hasClass("tabs"))b.preventDefault();else return b=a(this).attr("href"),a(this).parent().addClass("tabs").siblings("li").removeClass("tabs"),a(this).closest(".metaboxes-tab").find(".tabs-panel").hide(),
6
+ a(b).show(),!1})});var c=a("#_active_page_options-container").parent().html();a("#_active_page_options-container").parent().remove();a(c).insertAfter("#yit-post-setting .handlediv");a(c).insertAfter("#yit-page-setting .handlediv");a("#_active_page_options-container").on("click",function(){a("#_active_page_options").is(":checked")?a("#yit-page-setting .inside .metaboxes-tab, #yit-post-setting .inside .metaboxes-tab").css({opacity:1,"pointer-events":"auto"}):a("#yit-page-setting .inside .metaboxes-tab, #yit-post-setting .inside .metaboxes-tab").css({opacity:.5,
7
+ "pointer-events":"none"})}).click();a(".metaboxes-tab [data-dep-target]").each(function(){var b=a(this),c="#"+b.data("dep-target"),f="#"+b.data("dep-id"),h=b.data("dep-value"),k=b.data("dep-type");e(c,f,h.toString(),k);a(f).on("change",function(){e(c,f,h.toString(),k)}).change()})})(jQuery);
plugin-fw/assets/js/yit-cpt-unlimited.min.js CHANGED
@@ -1,2 +1,2 @@
1
- (function(c){c(".wrap h1, .wrap h2").on("click","a.multi-uploader",function(f){f.preventDefault();var a,b=c(this),d=!1;b.next("span.spinner").css("display","inline-block");a||(a=wp.media.frames.file_frame=wp.media({title:b.data("uploader_title"),button:{text:b.data("uploader_button_text")},library:{type:"image"},multiple:!0}),a.on("select",function(){var e=[];a.state().get("selection").map(function(a){a=a.toJSON();e.push({id:a.id,url:a.url,title:a.title})});c.post(ajaxurl,{images:e,post_type:typenow,action:"yit_cptu_multiuploader"},
2
- function(a){location.reload()});b.next("span.spinner").css("display","inline-block");d=!0}),a.on("close",function(){d||b.next("span.spinner").hide()}));a.open()})})(jQuery);
1
+ (function(d){d(".wrap h1, .wrap h2").on("click","a.multi-uploader",function(g){g.preventDefault();var b=d(this),e=!1;b.next("span.spinner").css("display","inline-block");if(!c){var c=wp.media.frames.file_frame=wp.media({title:b.data("uploader_title"),button:{text:b.data("uploader_button_text")},library:{type:"image"},multiple:!0});c.on("select",function(){var f=[];c.state().get("selection").map(function(a){a=a.toJSON();f.push({id:a.id,url:a.url,title:a.title})});d.post(ajaxurl,{images:f,post_type:typenow,
2
+ action:"yit_cptu_multiuploader"},function(a){location.reload()});b.next("span.spinner").css("display","inline-block");e=!0});c.on("close",function(){e||b.next("span.spinner").hide()})}c.open()})})(jQuery);
plugin-fw/assets/js/yit-wp-pointer.min.js CHANGED
@@ -1,3 +1,6 @@
1
- jQuery(document).ready(function(b){var c=custom_pointer.pointers[0],d=c.options,a=b(c.target),e=c.pointer_id;b(a).find(".wp-submenu li a").each(function(){var f=b(this),h=f.attr("href"),h=h.replace("admin.php?page=","");if(h==e){var k=f.add(a),g=a.find(c.target.replace("#","."));a.toggleClass("wp-no-current-submenu wp-menu-open wp-has-current-submenu");f.pointer({pointerClass:"yit-wp-pointer",content:d.content,position:d.position,open:function(){k.toggleClass("yit-pointer-selected-row");g.addClass("yit-pointer")},
2
- close:function(){a.toggleClass("wp-no-current-submenu wp-menu-open wp-has-current-submenu");k.toggleClass("yit-pointer-selected-row");g.removeClass("yit-pointer");b.ajax({type:"POST",url:ajaxurl,data:{action:"dismiss-wp-pointer",pointer:e},success:function(a){}})}}).pointer("open")}else if("yith_default_pointer"==e){var k=f.add(a),g=a.find(c.target.replace("#",".")),l=b(c.target);l.addClass("wp-has-current-submenu");g.pointer({pointerClass:"yit-wp-pointer",content:d.content,position:d.position,open:function(){l.addClass("yit-pointer-selected-row")},
3
- close:function(){l.removeClass("yit-pointer-selected-row wp-has-current-submenu");b.ajax({type:"POST",url:ajaxurl,data:{action:"dismiss-wp-pointer",pointer:e},success:function(a){}})}}).pointer("open")}})});
 
 
 
1
+ var $jscomp=$jscomp||{};$jscomp.scope={};$jscomp.findInternal=function(a,c,b){a instanceof String&&(a=String(a));for(var d=a.length,e=0;e<d;e++){var f=a[e];if(c.call(b,f,e,a))return{i:e,v:f}}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,c,b){a!=Array.prototype&&a!=Object.prototype&&(a[c]=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,c,b,d){if(c){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];c=c(d);c!=d&&null!=c&&$jscomp.defineProperty(b,a,{configurable:!0,writable:!0,value:c})}};
3
+ $jscomp.polyfill("Array.prototype.find",function(a){return a?a:function(a,b){return $jscomp.findInternal(this,a,b).v}},"es6","es3");
4
+ jQuery(document).ready(function(a){var c=custom_pointer.pointers[0],b=c.options,d=a(c.target),e=c.pointer_id;a(d).find(".wp-submenu li a").each(function(){var f=a(this),h=f.attr("href");h=h.replace("admin.php?page=","");if(h==e){var k=f.add(d),g=d.find(c.target.replace("#","."));d.toggleClass("wp-no-current-submenu wp-menu-open wp-has-current-submenu");f.pointer({pointerClass:"yit-wp-pointer",content:b.content,position:b.position,open:function(){k.toggleClass("yit-pointer-selected-row");g.addClass("yit-pointer")},
5
+ close:function(){d.toggleClass("wp-no-current-submenu wp-menu-open wp-has-current-submenu");k.toggleClass("yit-pointer-selected-row");g.removeClass("yit-pointer");a.ajax({type:"POST",url:ajaxurl,data:{action:"dismiss-wp-pointer",pointer:e},success:function(a){}})}}).pointer("open")}else if("yith_default_pointer"==e){k=f.add(d);g=d.find(c.target.replace("#","."));var l=a(c.target);l.addClass("wp-has-current-submenu");g.pointer({pointerClass:"yit-wp-pointer",content:b.content,position:b.position,open:function(){l.addClass("yit-pointer-selected-row")},
6
+ close:function(){l.removeClass("yit-pointer-selected-row wp-has-current-submenu");a.ajax({type:"POST",url:ajaxurl,data:{action:"dismiss-wp-pointer",pointer:e},success:function(a){}})}}).pointer("open")}})});
plugin-fw/assets/js/yith-enhanced-select-wc-2.6.min.js CHANGED
@@ -1,5 +1,5 @@
1
- jQuery(document).ready(function(a){a(document.body).on("yith-framework-enhanced-select-init",function(){a(":input.yith-post-search").filter(":not(.enhanced)").each(function(){var d=a.extend({action:"yith_plugin_fw_json_search_posts",security:yith_framework_enhanced_select_params.search_posts_nonce,post_type:"post"},a(this).data()),c={allowClear:a(this).data("allow_clear")?!0:!1,placeholder:a(this).data("placeholder"),minimumInputLength:a(this).data("minimum_input_length")?a(this).data("minimum_input_length"):
2
- "3",escapeMarkup:function(b){return b},ajax:{url:yith_framework_enhanced_select_params.ajax_url,dataType:"json",quietMillis:250,data:function(b){d.term=b;return d},results:function(b){var c=[];b&&a.each(b,function(b,a){c.push({id:b,text:a})});return{results:c}},cache:!0}};!0===a(this).data("multiple")?(c.multiple=!0,c.initSelection=function(b,c){var f=a.parseJSON(b.attr("data-selected")),e=[];a(b.val().split(",")).each(function(b,a){e.push({id:a,text:f[a]})});return c(e)},c.formatSelection=function(b){return'<div class="selected-option" data-id="'+
3
- b.id+'">'+b.text+"</div>"}):(c.multiple=!1,c.initSelection=function(b,a){var c={id:b.val(),text:b.attr("data-selected")};return a(c)});a(this).select2(c).addClass("enhanced")});a(":input.yith-term-search").filter(":not(.enhanced)").each(function(){var d=a.extend({action:"yith_plugin_fw_json_search_terms",security:yith_framework_enhanced_select_params.search_terms_nonce,taxonomy:"category"},a(this).data()),c={allowClear:a(this).data("allow_clear")?!0:!1,placeholder:a(this).data("placeholder"),minimumInputLength:a(this).data("minimum_input_length")?
4
- a(this).data("minimum_input_length"):"3",escapeMarkup:function(b){return b},ajax:{url:yith_framework_enhanced_select_params.ajax_url,dataType:"json",quietMillis:250,data:function(b){d.term=b;return d},results:function(b){var c=[];b&&a.each(b,function(b,a){c.push({id:b,text:a})});return{results:c}},cache:!0}};!0===a(this).data("multiple")?(c.multiple=!0,c.initSelection=function(b,c){var d=a.parseJSON(b.attr("data-selected")),e=[];a(b.val().split(",")).each(function(b,a){e.push({id:a,text:d[a]})});
5
- return c(e)},c.formatSelection=function(a){return'<div class="selected-option" data-id="'+a.id+'">'+a.text+"</div>"}):(c.multiple=!1,c.initSelection=function(a,c){var d={id:a.val(),text:a.attr("data-selected")};return c(d)});a(this).select2(c).addClass("enhanced")})}).trigger("yith-framework-enhanced-select-init")});
1
+ jQuery(document).ready(function(b){b(document.body).on("yith-framework-enhanced-select-init",function(){b(":input.yith-post-search").filter(":not(.enhanced)").each(function(){var d=b.extend({action:"yith_plugin_fw_json_search_posts",security:yith_framework_enhanced_select_params.search_posts_nonce,post_type:"post"},b(this).data()),c={allowClear:b(this).data("allow_clear")?!0:!1,placeholder:b(this).data("placeholder"),minimumInputLength:b(this).data("minimum_input_length")?b(this).data("minimum_input_length"):
2
+ "3",escapeMarkup:function(a){return a},ajax:{url:yith_framework_enhanced_select_params.ajax_url,dataType:"json",quietMillis:250,data:function(a){d.term=a;return d},results:function(a){var c=[];a&&b.each(a,function(a,b){c.push({id:a,text:b})});return{results:c}},cache:!0}};!0===b(this).data("multiple")?(c.multiple=!0,c.initSelection=function(a,c){var f=b.parseJSON(a.attr("data-selected")),e=[];b(a.val().split(",")).each(function(a,b){e.push({id:b,text:f[b]})});return c(e)},c.formatSelection=function(a){return'<div class="selected-option" data-id="'+
3
+ a.id+'">'+a.text+"</div>"}):(c.multiple=!1,c.initSelection=function(a,b){a={id:a.val(),text:a.attr("data-selected")};return b(a)});b(this).select2(c).addClass("enhanced")});b(":input.yith-term-search").filter(":not(.enhanced)").each(function(){var d=b.extend({action:"yith_plugin_fw_json_search_terms",security:yith_framework_enhanced_select_params.search_terms_nonce,taxonomy:"category"},b(this).data()),c={allowClear:b(this).data("allow_clear")?!0:!1,placeholder:b(this).data("placeholder"),minimumInputLength:b(this).data("minimum_input_length")?
4
+ b(this).data("minimum_input_length"):"3",escapeMarkup:function(a){return a},ajax:{url:yith_framework_enhanced_select_params.ajax_url,dataType:"json",quietMillis:250,data:function(a){d.term=a;return d},results:function(a){var c=[];a&&b.each(a,function(a,b){c.push({id:a,text:b})});return{results:c}},cache:!0}};!0===b(this).data("multiple")?(c.multiple=!0,c.initSelection=function(a,c){var d=b.parseJSON(a.attr("data-selected")),e=[];b(a.val().split(",")).each(function(a,b){e.push({id:b,text:d[b]})});
5
+ return c(e)},c.formatSelection=function(a){return'<div class="selected-option" data-id="'+a.id+'">'+a.text+"</div>"}):(c.multiple=!1,c.initSelection=function(a,b){a={id:a.val(),text:a.attr("data-selected")};return b(a)});b(this).select2(c).addClass("enhanced")})}).trigger("yith-framework-enhanced-select-init")});
plugin-fw/assets/js/yith-enhanced-select.min.js CHANGED
@@ -1,5 +1,8 @@
1
- jQuery(document).ready(function(a){a(document.body).on("yith-framework-enhanced-select-init",function(){a(".yith-post-search").filter(":not(.enhanced)").each(function(){var e=a.extend({action:"yith_plugin_fw_json_search_posts",security:yith_framework_enhanced_select_params.search_posts_nonce,post_type:"post"},a(this).data()),f={allowClear:a(this).data("allow_clear")?!0:!1,placeholder:a(this).data("placeholder"),minimumInputLength:a(this).data("minimum_input_length")?a(this).data("minimum_input_length"):
2
- "3",escapeMarkup:function(a){return a},ajax:{url:ajaxurl,dataType:"json",quietMillis:250,data:function(b){return a.extend({term:b.term},e)},processResults:function(b){var c=[];b&&a.each(b,function(a,b){c.push({id:a,text:b})});return{results:c}},cache:!0}};a(this).select2(f).addClass("enhanced");if(a(this).data("sortable")){var c=a(this),d=a(this).next(".select2-container").find("ul.select2-selection__rendered");d.sortable({placeholder:"ui-state-highlight select2-selection__choice",forcePlaceholderSize:!0,
3
- items:"li:not(.select2-search__field)",tolerance:"pointer",stop:function(){a(d.find(".select2-selection__choice").get().reverse()).each(function(){var b=a(this).data("data").id,b=c.find('option[value="'+b+'"]')[0];c.prepend(b)})}})}});a(".yith-term-search").filter(":not(.enhanced)").each(function(){var e=a.extend({action:"yith_plugin_fw_json_search_terms",security:yith_framework_enhanced_select_params.search_terms_nonce,taxonomy:"category"},a(this).data()),f={allowClear:a(this).data("allow_clear")?
4
- !0:!1,placeholder:a(this).data("placeholder"),minimumInputLength:a(this).data("minimum_input_length")?a(this).data("minimum_input_length"):"3",escapeMarkup:function(a){return a},ajax:{url:ajaxurl,dataType:"json",quietMillis:250,data:function(b){return a.extend({term:b.term},e)},processResults:function(b){var c=[];b&&a.each(b,function(a,b){c.push({id:a,text:b})});return{results:c}},cache:!0}};a(this).select2(f).addClass("enhanced");if(a(this).data("sortable")){var c=a(this),d=a(this).next(".select2-container").find("ul.select2-selection__rendered");
5
- d.sortable({placeholder:"ui-state-highlight select2-selection__choice",forcePlaceholderSize:!0,items:"li:not(.select2-search__field)",tolerance:"pointer",stop:function(){a(d.find(".select2-selection__choice").get().reverse()).each(function(){var b=a(this).data("data").id,b=c.find('option[value="'+b+'"]')[0];c.prepend(b)})}})}})}).trigger("yith-framework-enhanced-select-init")});
 
 
 
1
+ var $jscomp=$jscomp||{};$jscomp.scope={};$jscomp.findInternal=function(a,f,c){a instanceof String&&(a=String(a));for(var d=a.length,e=0;e<d;e++){var b=a[e];if(f.call(c,b,e,a))return{i:e,v:b}}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,c){a!=Array.prototype&&a!=Object.prototype&&(a[f]=c.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,c,d){if(f){c=$jscomp.global;a=a.split(".");for(d=0;d<a.length-1;d++){var e=a[d];e in c||(c[e]={});c=c[e]}a=a[a.length-1];d=c[a];f=f(d);f!=d&&null!=f&&$jscomp.defineProperty(c,a,{configurable:!0,writable:!0,value:f})}};
3
+ $jscomp.polyfill("Array.prototype.find",function(a){return a?a:function(a,c){return $jscomp.findInternal(this,a,c).v}},"es6","es3");
4
+ jQuery(document).ready(function(a){a(document.body).on("yith-framework-enhanced-select-init",function(){a(".yith-post-search").filter(":not(.enhanced)").each(function(){var f=a.extend({action:"yith_plugin_fw_json_search_posts",security:yith_framework_enhanced_select_params.search_posts_nonce,post_type:"post"},a(this).data()),c={allowClear:a(this).data("allow_clear")?!0:!1,placeholder:a(this).data("placeholder"),minimumInputLength:a(this).data("minimum_input_length")?a(this).data("minimum_input_length"):
5
+ "3",escapeMarkup:function(a){return a},ajax:{url:ajaxurl,dataType:"json",quietMillis:250,data:function(b){return a.extend({term:b.term},f)},processResults:function(b){var c=[];b&&a.each(b,function(a,b){c.push({id:a,text:b})});return{results:c}},cache:!0}};a(this).select2(c).addClass("enhanced");if(a(this).data("sortable")){var d=a(this),e=a(this).next(".select2-container").find("ul.select2-selection__rendered");e.sortable({placeholder:"ui-state-highlight select2-selection__choice",forcePlaceholderSize:!0,
6
+ items:"li:not(.select2-search__field)",tolerance:"pointer",stop:function(){a(e.find(".select2-selection__choice").get().reverse()).each(function(){var b=a(this).data("data").id;b=d.find('option[value="'+b+'"]')[0];d.prepend(b)})}})}});a(".yith-term-search").filter(":not(.enhanced)").each(function(){var f=a.extend({action:"yith_plugin_fw_json_search_terms",security:yith_framework_enhanced_select_params.search_terms_nonce,taxonomy:"category"},a(this).data()),c={allowClear:a(this).data("allow_clear")?
7
+ !0:!1,placeholder:a(this).data("placeholder"),minimumInputLength:a(this).data("minimum_input_length")?a(this).data("minimum_input_length"):"3",escapeMarkup:function(a){return a},ajax:{url:ajaxurl,dataType:"json",quietMillis:250,data:function(b){return a.extend({term:b.term},f)},processResults:function(b){var c=[];b&&a.each(b,function(a,b){c.push({id:a,text:b})});return{results:c}},cache:!0}};a(this).select2(c).addClass("enhanced");if(a(this).data("sortable")){var d=a(this),e=a(this).next(".select2-container").find("ul.select2-selection__rendered");
8
+ e.sortable({placeholder:"ui-state-highlight select2-selection__choice",forcePlaceholderSize:!0,items:"li:not(.select2-search__field)",tolerance:"pointer",stop:function(){a(e.find(".select2-selection__choice").get().reverse()).each(function(){var b=a(this).data("data").id;b=d.find('option[value="'+b+'"]')[0];d.prepend(b)})}})}})}).trigger("yith-framework-enhanced-select-init")});
plugin-fw/assets/js/yith-fields.js CHANGED
@@ -74,12 +74,12 @@ jQuery( function ( $ ) {
74
  var custom_uploader_states = [
75
  // Main states.
76
  new wp.media.controller.Library( {
77
- library : wp.media.query(),
78
- multiple : false,
79
- title : 'Choose Image',
80
- priority : 20,
81
- filterable: 'uploaded'
82
- } )
83
  ];
84
 
85
  // Create the media frame.
@@ -145,10 +145,10 @@ jQuery( function ( $ ) {
145
  },
146
  states: [
147
  new wp.media.controller.Library( {
148
- title : $t.data( 'choose' ),
149
- filterable: 'all',
150
- multiple : true
151
- } )
152
  ]
153
  } );
154
 
@@ -193,7 +193,7 @@ jQuery( function ( $ ) {
193
 
194
  $t.find( 'li.image' ).css( 'cursor', 'default' ).each( function () {
195
  var attachment_id = $( this ).attr( 'data-attachment_id' );
196
- attachment_ids = attachment_ids + attachment_id + ',';
197
  } );
198
 
199
  $t.closest( '.image-gallery' ).find( '.image_gallery_ids' ).val( attachment_ids );
@@ -212,7 +212,7 @@ jQuery( function ( $ ) {
212
 
213
  $gallery.find( 'li.image' ).css( 'cursor', 'default' ).each( function () {
214
  var attachment_id = $( this ).attr( 'data-attachment_id' );
215
- attachment_ids = attachment_ids + attachment_id + ',';
216
  } );
217
 
218
  $image_gallery_ids.val( attachment_ids );
@@ -283,7 +283,7 @@ jQuery( function ( $ ) {
283
  range: 'min',
284
  step : step,
285
 
286
- create: function() {
287
  $( this ).find( '.ui-slider-handle' ).text( $( this ).slider( "value" ) );
288
  },
289
 
@@ -347,4 +347,18 @@ jQuery( function ( $ ) {
347
  } );
348
  } );
349
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
350
  } );
74
  var custom_uploader_states = [
75
  // Main states.
76
  new wp.media.controller.Library( {
77
+ library : wp.media.query(),
78
+ multiple : false,
79
+ title : 'Choose Image',
80
+ priority : 20,
81
+ filterable: 'uploaded'
82
+ } )
83
  ];
84
 
85
  // Create the media frame.
145
  },
146
  states: [
147
  new wp.media.controller.Library( {
148
+ title : $t.data( 'choose' ),
149
+ filterable: 'all',
150
+ multiple : true
151
+ } )
152
  ]
153
  } );
154
 
193
 
194
  $t.find( 'li.image' ).css( 'cursor', 'default' ).each( function () {
195
  var attachment_id = $( this ).attr( 'data-attachment_id' );
196
+ attachment_ids = attachment_ids + attachment_id + ',';
197
  } );
198
 
199
  $t.closest( '.image-gallery' ).find( '.image_gallery_ids' ).val( attachment_ids );
212
 
213
  $gallery.find( 'li.image' ).css( 'cursor', 'default' ).each( function () {
214
  var attachment_id = $( this ).attr( 'data-attachment_id' );
215
+ attachment_ids = attachment_ids + attachment_id + ',';
216
  } );
217
 
218
  $image_gallery_ids.val( attachment_ids );
283
  range: 'min',
284
  step : step,
285
 
286
+ create: function () {
287
  $( this ).find( '.ui-slider-handle' ).text( $( this ).slider( "value" ) );
288
  },
289
 
347
  } );
348
  } );
349
 
350
+ /** Select Images */
351
+ $( document ).on( 'click', '.yith-plugin-fw-select-images__item', function () {
352
+ var item = $( this ),
353
+ key = item.data( 'key' ),
354
+ wrapper = item.closest( '.yith-plugin-fw-select-images__wrapper' ),
355
+ items = wrapper.find( '.yith-plugin-fw-select-images__item' ),
356
+ select = wrapper.find( 'select' ).first();
357
+
358
+ if ( select.length ) {
359
+ select.val( key );
360
+ items.removeClass( 'yith-plugin-fw-select-images__item--selected' );
361
+ item.addClass( 'yith-plugin-fw-select-images__item--selected' );
362
+ }
363
+ } );
364
  } );
plugin-fw/assets/js/yith-fields.min.js CHANGED
@@ -1,15 +1,15 @@
1
- var $jscomp=$jscomp||{};$jscomp.scope={};$jscomp.findInternal=function(a,g,e){a instanceof String&&(a=String(a));for(var d=a.length,h=0;h<d;h++){var l=a[h];if(g.call(e,l,h,a))return{i:h,v:l}}return{i:-1,v:void 0}};$jscomp.ASSUME_ES5=!1;$jscomp.ASSUME_NO_NATIVE_MAP=!1;$jscomp.ASSUME_NO_NATIVE_SET=!1;$jscomp.defineProperty=$jscomp.ASSUME_ES5||"function"==typeof Object.defineProperties?Object.defineProperty:function(a,g,e){a!=Array.prototype&&a!=Object.prototype&&(a[g]=e.value)};
2
- $jscomp.getGlobal=function(a){return"undefined"!=typeof window&&window===a?a:"undefined"!=typeof global&&null!=global?global:a};$jscomp.global=$jscomp.getGlobal(this);$jscomp.polyfill=function(a,g,e,d){if(g){e=$jscomp.global;a=a.split(".");for(d=0;d<a.length-1;d++){var h=a[d];h in e||(e[h]={});e=e[h]}a=a[a.length-1];d=e[a];g=g(d);g!=d&&null!=g&&$jscomp.defineProperty(e,a,{configurable:!0,writable:!0,value:g})}};
3
- $jscomp.polyfill("Array.prototype.find",function(a){return a?a:function(a,e){return $jscomp.findInternal(this,a,e).v}},"es6","es3");
4
- jQuery(function(a){var g=a(".yith-plugin-fw-datepicker"),e=a(".yith-plugin-fw-colorpicker"),d=a(".yith-plugin-fw-upload-img-url"),h=a(".add_media"),l=a(".yith-plugin-fw .image-gallery ul.slides-wrapper"),m=a(".yith-plugin-fw-onoff-container span"),n=a(".yith-plugin-fw-sidebar-layout"),p=a(".yith-plugin-fw .yith-plugin-fw-slider-container .ui-slider-horizontal"),q=a(".codemirror"),r=a(".yit-icons-manager-wrapper");g.each(function(){var b=a(this).data();a(this).datepicker(b)});e.wpColorPicker({clear:function(){var b=
5
- a(this);b.val(b.data("default-color"));b.change()}});e.each(function(){var b=a(this).data("variations-label");a(this).parent().parent().find("a.wp-color-result").attr("title",b)});"undefined"!==typeof wp&&"undefined"!==typeof wp.media&&(d.change(function(){var b=a(this).val(),c=a(this).parent().find(".yith-plugin-fw-upload-img-preview").first();1>c.length&&(c=a(this).parent().parent().find(".yith-plugin-fw-upload-img-preview").first());/(http|ftp|https):\/\/[a-zA-Z0-9@?^=%&amp;:/~+#-_.]*.(gif|jpg|jpeg|png|ico)/.test(b)?
6
  c.html('<img src="'+b+'" style="max-width:100px; max-height:100px;" />'):c.html("")}).trigger("change"),a(document).on("click",".yith-plugin-fw-upload-button",function(b){b.preventDefault();var c=a(this).attr("id").replace(/-button$/,"");if(!f){b=[new wp.media.controller.Library({library:wp.media.query(),multiple:!1,title:"Choose Image",priority:20,filterable:"uploaded"})];var f=wp.media.frames.downloadable_file=wp.media({title:"Choose Image",library:{type:""},button:{text:"Choose Image"},multiple:!1,
7
- states:b});f.on("select",function(){var b=f.state().get("selection").first().toJSON();a("#"+c).val(b.url);a("#"+c+"-yith-attachment-id")&&a("#"+c+"-yith-attachment-id").val(b.id);d.trigger("change")})}f.open()}),a(document).on("click",".yith-plugin-fw-upload-button-reset",function(b){var c=a(this);b=c.attr("id");c=c.attr("id").replace(/-button-reset$/,"");b=a("#"+b).data("default");a("#"+c).val(b);d.trigger("change")}));h.on("click",function(){});"undefined"!==typeof wp&&"undefined"!==typeof wp.media&&
8
- (a(document).on("click",".yith-plugin-fw .image-gallery-button",function(b){var c=a(this);b=c.closest(".image-gallery");var f=b.find(".image_gallery_ids"),k=f.val(),e=b.find("ul.slides-wrapper"),d=wp.media.frames.image_gallery=wp.media({title:c.data("choose"),button:{text:c.data("update")},states:[new wp.media.controller.Library({title:c.data("choose"),filterable:"all",multiple:!0})]});d.on("select",function(){d.state().get("selection").map(function(a){a=a.toJSON();a.id&&(k=k?k+","+a.id:a.id,e.append('<li class="image" data-attachment_id="'+
9
- a.id+'"><img src="'+a.sizes.thumbnail.url+'"/><ul class="actions"><li><a href="#" class="delete" title="'+c.data("delete")+'">x</a></li></ul></li>'))});f.val(k)});d.open()}),l.each(function(){var b=a(this);b.sortable({items:"li.image",cursor:"move",scrollSensitivity:40,forcePlaceholderSize:!0,forceHelperSize:!1,helper:"clone",opacity:.65,start:function(a,b){b.item.css("background-color","#f6f6f6")},stop:function(a,b){b.item.removeAttr("style")},update:function(c,f){var k="";b.find("li.image").css("cursor",
10
  "default").each(function(){var b=a(this).attr("data-attachment_id");k=k+b+","});b.closest(".image-gallery").find(".image_gallery_ids").val(k)}})}),l.on("click","a.delete",function(){var b=a(this).closest(".image-gallery"),c=a(this).closest(".image-gallery ul.slides-wrapper");b=b.find(".image_gallery_ids");var f="";a(this).closest("li.image").remove();c.find("li.image").css("cursor","default").each(function(){var b=a(this).attr("data-attachment_id");f=f+b+","});b.val(f)}));m.on("click",function(){var b=
11
  a(this).prev("input");b.prop("checked")?b.prop("checked",!1).attr("value","no").removeClass("onoffchecked"):b.prop("checked",!0).attr("value","yes").addClass("onoffchecked");b.change()});n.each(function(){a(this).find("img").on("click",function(){var b=a(this).closest(".yith-plugin-fw-sidebar-layout"),c=b.find(".yith-plugin-fw-sidebar-layout-sidebar-left-container");b=b.find(".yith-plugin-fw-sidebar-layout-sidebar-right-container");var f=a(this).data("type");a(this).parent().children(":radio").attr("checked",
12
- !1);a(this).prev(":radio").attr("checked",!0);if("undefined"!=typeof f)switch(f){case "left":c.show();b.hide();break;case "right":b.show();c.hide();break;case "double":c.show();b.show();break;default:c.hide(),b.hide()}})});p.each(function(){var b=a(this).data("val"),c=a(this).data("min"),f=a(this).data("max"),e=a(this).data("step"),d=a(this).data("labels");a(this).slider({value:b,min:c,max:f,range:"min",step:e,create:function(){a(this).find(".ui-slider-handle").text(a(this).slider("value"))},slide:function(b,
13
  c){a(this).find("input").val(c.value);a(this).find(".ui-slider-handle").text(c.value);a(this).siblings(".feedback").find("strong").text(c.value+d)}})});q.each(function(b,c){b=CodeMirror.fromTextArea(c,{lineNumbers:1,mode:"javascript",showCursorWhenSelecting:!0});a(c).data("codemirrorInstance",b)});a(document).on("click",".yith-plugin-fw-select-all",function(){a("#"+a(this).data("select-id")).find("option").prop("selected",!0).trigger("change")});a(document).on("click",".yith-plugin-fw-deselect-all",
14
- function(){a("#"+a(this).data("select-id")).find("option").prop("selected",!1).trigger("change")});r.each(function(){var b=a(this),c=b.find(".yit-icons-manager-icon-preview").first(),e=b.find(".yit-icons-manager-icon-text");b.on("click",".yit-icons-manager-list li",function(d){d=a(d.target).closest("li");var f=d.data("font"),g=d.data("icon"),h=d.data("key"),k=d.data("name");c.attr("data-font",f);c.attr("data-icon",g);c.attr("data-key",h);c.attr("data-name",k);e.val(f+":"+k);b.find(".yit-icons-manager-list li").removeClass("active");
15
- d.addClass("active")});b.on("click",".yit-icons-manager-action-set-default",function(){b.find(".yit-icons-manager-list li.default").trigger("click")})})});
1
+ var $jscomp=$jscomp||{};$jscomp.scope={};$jscomp.findInternal=function(a,g,d){a instanceof String&&(a=String(a));for(var e=a.length,h=0;h<e;h++){var l=a[h];if(g.call(d,l,h,a))return{i:h,v:l}}return{i:-1,v:void 0}};$jscomp.ASSUME_ES5=!1;$jscomp.ASSUME_NO_NATIVE_MAP=!1;$jscomp.ASSUME_NO_NATIVE_SET=!1;$jscomp.defineProperty=$jscomp.ASSUME_ES5||"function"==typeof Object.defineProperties?Object.defineProperty:function(a,g,d){a!=Array.prototype&&a!=Object.prototype&&(a[g]=d.value)};
2
+ $jscomp.getGlobal=function(a){return"undefined"!=typeof window&&window===a?a:"undefined"!=typeof global&&null!=global?global:a};$jscomp.global=$jscomp.getGlobal(this);$jscomp.polyfill=function(a,g,d,e){if(g){d=$jscomp.global;a=a.split(".");for(e=0;e<a.length-1;e++){var h=a[e];h in d||(d[h]={});d=d[h]}a=a[a.length-1];e=d[a];g=g(e);g!=e&&null!=g&&$jscomp.defineProperty(d,a,{configurable:!0,writable:!0,value:g})}};
3
+ $jscomp.polyfill("Array.prototype.find",function(a){return a?a:function(a,d){return $jscomp.findInternal(this,a,d).v}},"es6","es3");
4
+ jQuery(function(a){var g=a(".yith-plugin-fw-datepicker"),d=a(".yith-plugin-fw-colorpicker"),e=a(".yith-plugin-fw-upload-img-url"),h=a(".add_media"),l=a(".yith-plugin-fw .image-gallery ul.slides-wrapper"),m=a(".yith-plugin-fw-onoff-container span"),n=a(".yith-plugin-fw-sidebar-layout"),p=a(".yith-plugin-fw .yith-plugin-fw-slider-container .ui-slider-horizontal"),q=a(".codemirror"),r=a(".yit-icons-manager-wrapper");g.each(function(){var b=a(this).data();a(this).datepicker(b)});d.wpColorPicker({clear:function(){var b=
5
+ a(this);b.val(b.data("default-color"));b.change()}});d.each(function(){var b=a(this).data("variations-label");a(this).parent().parent().find("a.wp-color-result").attr("title",b)});"undefined"!==typeof wp&&"undefined"!==typeof wp.media&&(e.change(function(){var b=a(this).val(),c=a(this).parent().find(".yith-plugin-fw-upload-img-preview").first();1>c.length&&(c=a(this).parent().parent().find(".yith-plugin-fw-upload-img-preview").first());/(http|ftp|https):\/\/[a-zA-Z0-9@?^=%&amp;:/~+#-_.]*.(gif|jpg|jpeg|png|ico)/.test(b)?
6
  c.html('<img src="'+b+'" style="max-width:100px; max-height:100px;" />'):c.html("")}).trigger("change"),a(document).on("click",".yith-plugin-fw-upload-button",function(b){b.preventDefault();var c=a(this).attr("id").replace(/-button$/,"");if(!f){b=[new wp.media.controller.Library({library:wp.media.query(),multiple:!1,title:"Choose Image",priority:20,filterable:"uploaded"})];var f=wp.media.frames.downloadable_file=wp.media({title:"Choose Image",library:{type:""},button:{text:"Choose Image"},multiple:!1,
7
+ states:b});f.on("select",function(){var b=f.state().get("selection").first().toJSON();a("#"+c).val(b.url);a("#"+c+"-yith-attachment-id")&&a("#"+c+"-yith-attachment-id").val(b.id);e.trigger("change")})}f.open()}),a(document).on("click",".yith-plugin-fw-upload-button-reset",function(b){var c=a(this);b=c.attr("id");c=c.attr("id").replace(/-button-reset$/,"");b=a("#"+b).data("default");a("#"+c).val(b);e.trigger("change")}));h.on("click",function(){});"undefined"!==typeof wp&&"undefined"!==typeof wp.media&&
8
+ (a(document).on("click",".yith-plugin-fw .image-gallery-button",function(b){var c=a(this);b=c.closest(".image-gallery");var f=b.find(".image_gallery_ids"),k=f.val(),d=b.find("ul.slides-wrapper"),e=wp.media.frames.image_gallery=wp.media({title:c.data("choose"),button:{text:c.data("update")},states:[new wp.media.controller.Library({title:c.data("choose"),filterable:"all",multiple:!0})]});e.on("select",function(){e.state().get("selection").map(function(a){a=a.toJSON();a.id&&(k=k?k+","+a.id:a.id,d.append('<li class="image" data-attachment_id="'+
9
+ a.id+'"><img src="'+a.sizes.thumbnail.url+'"/><ul class="actions"><li><a href="#" class="delete" title="'+c.data("delete")+'">x</a></li></ul></li>'))});f.val(k)});e.open()}),l.each(function(){var b=a(this);b.sortable({items:"li.image",cursor:"move",scrollSensitivity:40,forcePlaceholderSize:!0,forceHelperSize:!1,helper:"clone",opacity:.65,start:function(a,b){b.item.css("background-color","#f6f6f6")},stop:function(a,b){b.item.removeAttr("style")},update:function(c,f){var k="";b.find("li.image").css("cursor",
10
  "default").each(function(){var b=a(this).attr("data-attachment_id");k=k+b+","});b.closest(".image-gallery").find(".image_gallery_ids").val(k)}})}),l.on("click","a.delete",function(){var b=a(this).closest(".image-gallery"),c=a(this).closest(".image-gallery ul.slides-wrapper");b=b.find(".image_gallery_ids");var f="";a(this).closest("li.image").remove();c.find("li.image").css("cursor","default").each(function(){var b=a(this).attr("data-attachment_id");f=f+b+","});b.val(f)}));m.on("click",function(){var b=
11
  a(this).prev("input");b.prop("checked")?b.prop("checked",!1).attr("value","no").removeClass("onoffchecked"):b.prop("checked",!0).attr("value","yes").addClass("onoffchecked");b.change()});n.each(function(){a(this).find("img").on("click",function(){var b=a(this).closest(".yith-plugin-fw-sidebar-layout"),c=b.find(".yith-plugin-fw-sidebar-layout-sidebar-left-container");b=b.find(".yith-plugin-fw-sidebar-layout-sidebar-right-container");var f=a(this).data("type");a(this).parent().children(":radio").attr("checked",
12
+ !1);a(this).prev(":radio").attr("checked",!0);if("undefined"!=typeof f)switch(f){case "left":c.show();b.hide();break;case "right":b.show();c.hide();break;case "double":c.show();b.show();break;default:c.hide(),b.hide()}})});p.each(function(){var b=a(this).data("val"),c=a(this).data("min"),f=a(this).data("max"),k=a(this).data("step"),d=a(this).data("labels");a(this).slider({value:b,min:c,max:f,range:"min",step:k,create:function(){a(this).find(".ui-slider-handle").text(a(this).slider("value"))},slide:function(b,
13
  c){a(this).find("input").val(c.value);a(this).find(".ui-slider-handle").text(c.value);a(this).siblings(".feedback").find("strong").text(c.value+d)}})});q.each(function(b,c){b=CodeMirror.fromTextArea(c,{lineNumbers:1,mode:"javascript",showCursorWhenSelecting:!0});a(c).data("codemirrorInstance",b)});a(document).on("click",".yith-plugin-fw-select-all",function(){a("#"+a(this).data("select-id")).find("option").prop("selected",!0).trigger("change")});a(document).on("click",".yith-plugin-fw-deselect-all",
14
+ function(){a("#"+a(this).data("select-id")).find("option").prop("selected",!1).trigger("change")});r.each(function(){var b=a(this),c=b.find(".yit-icons-manager-icon-preview").first(),f=b.find(".yit-icons-manager-icon-text");b.on("click",".yit-icons-manager-list li",function(d){d=a(d.target).closest("li");var e=d.data("font"),g=d.data("icon"),k=d.data("key"),h=d.data("name");c.attr("data-font",e);c.attr("data-icon",g);c.attr("data-key",k);c.attr("data-name",h);f.val(e+":"+h);b.find(".yit-icons-manager-list li").removeClass("active");
15
+ d.addClass("active")});b.on("click",".yit-icons-manager-action-set-default",function(){b.find(".yit-icons-manager-list li.default").trigger("click")})});a(document).on("click",".yith-plugin-fw-select-images__item",function(){var b=a(this),c=b.data("key"),d=b.closest(".yith-plugin-fw-select-images__wrapper"),e=d.find(".yith-plugin-fw-select-images__item");d=d.find("select").first();d.length&&(d.val(c),e.removeClass("yith-plugin-fw-select-images__item--selected"),b.addClass("yith-plugin-fw-select-images__item--selected"))})});
plugin-fw/init.php CHANGED
@@ -1,13 +1,13 @@
1
  <?php
2
  /**
3
  * Framework Name: YIT Plugin Framework
4
- * Version: 3.0.17
5
- * Author: Yithemes
6
  * Text Domain: yith-plugin-fw
7
  * Domain Path: /languages/
8
  *
9
  * @author Your Inspiration Themes
10
- * @version 3.0.17
11
  */
12
  /**
13
  * This file belongs to the YIT Plugin Framework.
1
  <?php
2
  /**
3
  * Framework Name: YIT Plugin Framework
4
+ * Version: 3.0.23
5
+ * Author: YITHEMES
6
  * Text Domain: yith-plugin-fw
7
  * Domain Path: /languages/
8
  *
9
  * @author Your Inspiration Themes
10
+ * @version 3.0.23
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: 2016-07-06 15:18+0200\n"
8
- "PO-Revision-Date: 2016-07-06 15:19+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 1.8.8\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"
@@ -22,6 +22,42 @@ msgstr ""
22
  "X-Textdomain-Support: yes\n"
23
  "X-Poedit-SearchPath-0: .\n"
24
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  #: lib/yit-cpt-unlimited.php:460 lib/yit-cpt-unlimited.php:574
26
  #: lib/yit-cpt-unlimited.php:719 lib/yit-cpt-unlimited.php:1632
27
  #, php-format
@@ -81,7 +117,7 @@ msgctxt "taxonomy singular name"
81
  msgid "Category"
82
  msgstr "Categoría"
83
 
84
- #: lib/yit-cpt-unlimited.php:627
85
  msgid "Search Categories"
86
  msgstr "Buscar Categorías"
87
 
@@ -127,7 +163,7 @@ msgid "%s Settings"
127
  msgstr "%s Ajustes"
128
 
129
  #: lib/yit-cpt-unlimited.php:1048 lib/yit-cpt-unlimited.php:1196
130
- #: lib/yit-cpt-unlimited.php:1202 lib/yit-plugin-panel.php:74
131
  msgid "Settings"
132
  msgstr "Ajustes"
133
 
@@ -214,8 +250,8 @@ msgstr "Enlaces rápidos"
214
  msgid "Show frontend of the %s"
215
  msgstr "Mostrar parte delantera de %s"
216
 
217
- #: lib/yit-cpt-unlimited.php:1482 templates/metaboxes/types/customtabs.php:46
218
- #: templates/metaboxes/types/customtabs.php:90
219
  msgid "Name"
220
  msgstr "Nombre"
221
 
@@ -228,106 +264,97 @@ msgstr "Añadir %s desde imágenes"
228
  msgid "Upload multiple files"
229
  msgstr "Cargar archivos múltiples"
230
 
231
- #: lib/yit-plugin-panel-sidebar.php:421 templates/panel/sidebar/sidebar.php:3
232
- msgid "Hide sidebar"
233
- msgstr "Ocultar barra lateral"
234
-
235
- #: lib/yit-plugin-panel-sidebar.php:422 templates/panel/sidebar/sidebar.php:3
236
- msgid "Show sidebar"
237
- msgstr "Mostrar barra lateral"
238
-
239
- #: lib/yit-plugin-panel-wc.php:374
240
  msgid "The changes you have made will be lost if you leave this page."
241
  msgstr "Los cambios que has hecho se perderán si sales de esta página."
242
 
243
- #: lib/yit-plugin-panel.php:73
244
  msgid "Plugin Settings"
245
  msgstr "Ajustes del plugin"
246
 
247
- #: lib/yit-plugin-panel.php:297 lib/yit-plugin-panel.php:300
248
  msgid "How to install premium version"
249
  msgstr "Cómo instalar la versión premium"
250
 
251
- #: lib/yit-plugin-panel.php:352 lib/yit-plugin-subpanel.php:146
252
  #: templates/panel/woocommerce/woocommerce-form.php:11
253
  msgid "Save Changes"
254
  msgstr "Guardar cambios"
255
 
256
- #: lib/yit-plugin-panel.php:355
257
  #: templates/panel/woocommerce/woocommerce-form.php:14
258
  msgid ""
259
  "If you continue with this action, you will reset all options in this page."
260
  msgstr ""
261
  "Si sigues con esta acción, se reiniciarán todas las opciones en esta página."
262
 
263
- #: lib/yit-plugin-panel.php:357 lib/yit-plugin-subpanel.php:151
264
  msgid "Reset to default"
265
  msgstr "Reiniciar a predeterminado"
266
 
267
- #: lib/yit-plugin-panel.php:357 lib/yit-plugin-subpanel.php:151
268
  #: templates/panel/woocommerce/woocommerce-form.php:18
269
  msgid "Are you sure?"
270
  msgstr "¿Estás seguro/a?"
271
 
272
- #: lib/yit-plugin-panel.php:553
273
  msgid ""
274
  "The element you have entered already exists. Please, enter another name."
275
  msgstr ""
276
  "El elemento que has introducido ya existe. Por favor, introduce otro nombre."
277
 
278
- #: lib/yit-plugin-panel.php:554
279
  msgid "Settings saved"
280
  msgstr "Ajustes guardados"
281
 
282
- #: lib/yit-plugin-panel.php:555
283
  msgid "Settings reset"
284
  msgstr "Ajustes reiniciados"
285
 
286
- #: lib/yit-plugin-panel.php:556
287
  msgid "Element deleted correctly."
288
  msgstr "Elemento borrado correctamente."
289
 
290
- #: lib/yit-plugin-panel.php:557 lib/yit-plugin-panel.php:558
291
  msgid "Element updated correctly."
292
  msgstr "Elemento actualizado correctamente."
293
 
294
- #: lib/yit-plugin-panel.php:559
295
  msgid "Database imported correctly."
296
  msgstr "Base de datos importada correctamente."
297
 
298
- #: lib/yit-plugin-panel.php:560
299
  msgid "An error has occurred during import. Please try again."
300
  msgstr ""
301
  "Ha ocurrido un error durante la importación. Por favor, inténtalo de nuevo."
302
 
303
- #: lib/yit-plugin-panel.php:561
304
  msgid "The added file is not valid."
305
  msgstr "El archivo añadido no es válido."
306
 
307
- #: lib/yit-plugin-panel.php:562
308
  msgid "Sorry, import is disabled."
309
  msgstr "Lo sentimos, la importación está deshabilitada."
310
 
311
- #: lib/yit-plugin-panel.php:563
312
  msgid "Sorting successful."
313
  msgstr "Clasificación fue realizada con éxito."
314
 
315
- #: lib/yit-plugin-subpanel.php:149
316
- msgid ""
317
- "If you continue with this action, you will reset all the options in this "
318
- "page."
319
- msgstr ""
320
- "Si continúas con esta acción, reiniciarás todas las opciones de esta página."
321
-
322
  #: lib/yit-pointers.php:70
323
  msgid "Plugins Activated"
324
  msgstr "Plugins Activados"
325
 
326
  #: lib/yit-pointers.php:71
 
 
 
 
 
 
327
  msgid ""
328
- "From now on, you can find all plugin options in YIT Plugin menu.\n"
329
- " For each plugin installed, "
330
- "customization settings will be available as a new entry in YIT Plugin menu."
331
  msgstr ""
332
  "De ahora en adelante, puedes encontrar todas las opciones del plugin en el "
333
  "menú YIT Plugin.\n"
@@ -348,15 +375,27 @@ msgid "Plugins Upgraded"
348
  msgstr "Plugins Actualizados"
349
 
350
  #: lib/yit-pointers.php:85
 
 
 
 
 
 
 
 
 
 
 
351
  msgid ""
352
- "From now on, you can find all options of your plugins in YIT Plugin menu.\n"
353
- " Any time one of our plugins is updated, "
 
354
  "a new entry will be added to this menu.\n"
355
  " For example, after the update, plugin "
356
  "options (such as for YITH WooCommerce Wishlist, YITH WooCommerce Ajax "
357
  "Search, etc.)\n"
358
  " will be moved from previous location to "
359
- "YIT Plugin tab."
360
  msgstr ""
361
  "De ahora en adelante, puedes encontrar todas las opciones de tus plugins en "
362
  "el menú YIT Plugin.\n"
@@ -368,69 +407,96 @@ msgstr ""
368
  " se moverán de su posición anterior a la "
369
  "pestaña YIT Plugin."
370
 
371
- #: lib/yit-upgrade.php:135
 
 
 
 
 
 
 
 
372
  msgid "There is a new version of %plugin_name% available."
373
  msgstr "Hay una nueva versión de %plugin_name% disponible."
374
 
375
- #: lib/yit-upgrade.php:136
376
  msgid "View version %latest% details."
377
  msgstr "Ver detalles de la %latest% versión"
378
 
379
- #: lib/yit-upgrade.php:137
380
  msgid "Automatic update is unavailable for this plugin,"
381
  msgstr "Las actualizaciones automáticas no están disponibles para este plugin,"
382
 
383
- #: lib/yit-upgrade.php:138
384
  msgid ""
385
  "please <a href=\"%activate_link%\">activate</a> your copy of %plugin_name%."
386
  msgstr ""
387
  "por favor, <a href=\"%activate_link%\">activa</a> tu copia de %plugin_name%."
388
 
389
- #: lib/yit-upgrade.php:139
390
  msgid "Update now."
391
  msgstr "Actualiza ahora."
392
 
393
- #: lib/yit-upgrade.php:240
394
- msgid "YIThemes Repository"
 
 
395
  msgstr "Repositorio YIThemes"
396
 
397
- #: lib/yit-upgrade.php:274
398
  msgid "Invalid URL Provided."
399
  msgstr "La URL proporcionada no es válida."
400
 
401
- #: lib/yit-upgrade.php:287
402
  msgid "Could not create Temporary file."
403
  msgstr "No se pudo crear un archivo temporal."
404
 
405
- #: lib/yit-upgrade.php:439
406
- #, php-format
 
 
 
 
407
  msgid ""
408
  "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
409
- "yit-changelog-button\" title=\"%3$s\">View version %4$s details</a>."
 
410
  msgstr ""
411
  "Hay una nueva versión de %1$s disponible. <a href=\"%2$s\" class=\"thickbox "
412
  "yit-changelog-button\" title=\"%3$s\">Ver detalles de la versión %4$s</a>."
413
 
414
- #: lib/yit-upgrade.php:441
415
- #, php-format
 
 
 
 
 
416
  msgid ""
417
  "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
418
- "yit-changelog-button\" title=\"%3$s\">View version %4$s details</a>. <em>You "
419
- "have to activate the plugin on a single site of the network to benefit from "
420
- "automatic updates.</em>"
421
  msgstr ""
422
  "Hay una nueva versión de %1$s disponible. <a href=\"%2$s\" class=\"thickbox "
423
  "yit-changelog-button\" title=\"%3$s\">Ver detalles de la versión %4$s</a>. "
424
  "<em>Tienes que activar el plugin en un único sitio web desdela red para "
425
  "beneficiarte de las actualizaciones automáticas.</em>"
426
 
427
- #: lib/yit-upgrade.php:443
428
- #, php-format
 
 
 
 
 
 
429
  msgid ""
430
  "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
431
- "yit-changelog-button\" title=\"%3$s\">View version %4$s details</a>. "
432
- "<em>Automatic update is unavailable for this plugin, please <a href=\"%5$s\" "
433
- "title=\"License activation\">activate</a> your copy of %6s.</em>"
 
434
  msgstr ""
435
  "Hay una nueva versión de %1$s disponible. <a href=\"%2$s\" class=\"thickbox "
436
  "yit-changelog-button\" title=\"%3$s\">Ver detalles de la versión %4$s</a>. "
@@ -438,117 +504,119 @@ msgstr ""
438
  "por favor <a href=\"%5$s\" title=\"License activation\">activa</a> tu copia "
439
  "de %6s.</em>"
440
 
441
- #: lib/yit-upgrade.php:445
442
- #, php-format
 
 
 
 
443
  msgid ""
444
  "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
445
- "yit-changelog-button\" title=\"%3$s\">View version %4$s details</a> or <a "
446
- "href=\"%5$s\">update now</a>."
447
  msgstr ""
448
  "Hay una nueva versión de %1$s disponible. <a href=\"%2$s\" class=\"thickbox "
449
  "yit-changelog-button\" title=\"%3$s\">Ver detalles de la versión %4$s</a> o "
450
  "<a href=\"%5$s\">actualizar ahora</a>."
451
 
452
- #: lib/yit-upgrade.php:517
453
  msgid "You can't update the plugins for this site."
454
  msgstr "No puedes actualizar los plugins para este sitio web."
455
 
456
- #: lib/yit-upgrade.php:521
457
  msgid ""
458
  "You do not have sufficient permissions to update the plugins for this site."
459
  msgstr ""
460
  "No tienes suficientes permisos para actualizar los plugins para este sitio "
461
  "web."
462
 
463
- #: lib/yit-upgrade.php:528
464
  msgid "Update Plugin"
465
  msgstr "Actualizar Plugin"
466
 
467
- #: licence/lib/yit-licence.php:182
468
  #, php-format
469
  msgctxt "%s = field name"
470
  msgid "%s field cannot be empty"
471
  msgstr "%s el campo no puede estar vacío"
472
 
473
- #: licence/lib/yit-licence.php:183
474
  #, php-format
475
  msgid "%s and %s fields cannot be empty"
476
  msgstr "Los campos %s y %s no pueden estar vacíos"
477
 
478
- #: licence/lib/yit-licence.php:184
479
  msgid "Unable to contact the remote server, please try again later. Thanks!"
480
  msgstr ""
481
  "No fue posible contactar con el servidor remoto, por favor, inténtalo de "
482
  "nuevo más tarde. ¡Gracias!"
483
 
484
- #: licence/lib/yit-licence.php:185
485
  #: licence/templates/panel/activation/activation-panel.php:88
486
  #: licence/templates/panel/activation/activation-panel.php:166
487
  #: licence/templates/panel/activation/activation-panel.php:197
488
- #: templates/metaboxes/types/contactform.php:148
489
- #: templates/metaboxes/types/contactform.php:340
490
  msgid "Email"
491
  msgstr "Email"
492
 
493
- #: licence/lib/yit-licence.php:186
494
  #: licence/templates/panel/activation/activation-panel.php:89
495
  #: licence/templates/panel/activation/activation-panel.php:167
496
  #: licence/templates/panel/activation/activation-panel.php:198
497
  msgid "License Key"
498
  msgstr "Clave de Licencia"
499
 
500
- #: licence/lib/yit-licence.php:187
501
  msgid "Are you sure you want to deactivate the license for current site?"
502
  msgstr ""
503
  "¿Estás seguro/a de que quieres desactivar la licencia para el sitio web "
504
  "actual?"
505
 
506
- #: licence/lib/yit-licence.php:667
507
  msgid "Invalid Request"
508
  msgstr "Solicitud inválida"
509
 
510
- #: licence/lib/yit-licence.php:668
511
  msgid "Invalid license key"
512
  msgstr "Clave de solicitud inválida"
513
 
514
- #: licence/lib/yit-licence.php:669
515
  msgid "Software has been deactivated"
516
  msgstr "El software ha sido desactivado"
517
 
518
- #: licence/lib/yit-licence.php:670
519
  msgid "Maximum number of activations exceeded"
520
  msgstr "Se ha excedido el número máximo de solicitudes"
521
 
522
- #: licence/lib/yit-licence.php:671
523
  msgid "Invalid instance ID"
524
  msgstr "Instancia ID inválida"
525
 
526
- #: licence/lib/yit-licence.php:672
527
  msgid "Invalid security key"
528
  msgstr "Clave de seguridad inválida"
529
 
530
- #: licence/lib/yit-licence.php:673
531
  msgid "License key has expired"
532
  msgstr "La clave de licencia ha caducado"
533
 
534
- #: licence/lib/yit-licence.php:674
535
  msgid "License key has been banned"
536
  msgstr "La clave de licencia ha sido bloqueada"
537
 
538
- #: licence/lib/yit-licence.php:675
539
  msgid "Current product is not included in your YITH Club Subscription key"
540
  msgstr ""
541
  "Producto actual no está incluido en la clave de suscripción de Club de YITH"
542
 
543
- #: licence/lib/yit-licence.php:676
544
  msgid "Great"
545
  msgstr "Excelente"
546
 
547
- #: licence/lib/yit-licence.php:676
548
  msgid "License successfully activated"
549
  msgstr "Licencia activada con éxito"
550
 
551
- #: licence/lib/yit-licence.php:677
552
  msgid "License key deactivated for website"
553
  msgstr "Clave de licencia desactivada para nuestro sitio web"
554
 
@@ -572,6 +640,18 @@ msgstr ""
572
  "tiempo. ¿Dónde la puedo encontrar?"
573
 
574
  #: licence/lib/yit-theme-licence.php:163
 
 
 
 
 
 
 
 
 
 
 
 
575
  msgid ""
576
  "If you have purchased one of our products before 27 January 2015, you can "
577
  "benefit from support and updates (the services offered with the license)\n"
@@ -581,7 +661,7 @@ msgid ""
581
  " After 27 January 2016, instead, if you want to benefit "
582
  "from support and updates you have to buy a new license and activate it "
583
  "through the license key you will be\n"
584
- " provided with and that you can find in your YIThemes "
585
  "account, in section \"My licenses\"."
586
  msgstr ""
587
  "Si has comprado uno de nuestros productos antes del 27 de enero de 2015, "
@@ -597,8 +677,10 @@ msgstr ""
597
  "YIThemes, en la sección \"My licenses\"."
598
 
599
  #: licence/templates/panel/activation/activation-panel.php:23
600
- msgid "Yithemes License Activation"
601
- msgstr "Licencia de Activación Yithemes"
 
 
602
 
603
  #: licence/templates/panel/activation/activation-panel.php:27
604
  msgid ""
@@ -677,399 +759,362 @@ msgstr "Comprar de nuevo"
677
  msgid "Renew license"
678
  msgstr "Renovar licencia"
679
 
680
- #: templates/metaboxes/types/ajax-products.php:23
681
- msgid "Search for a product"
 
 
 
 
 
 
 
 
682
  msgstr "Buscar un producto"
683
 
684
- #: templates/metaboxes/types/categories.php:36
685
- msgid "No categories."
686
- msgstr "Ninguna categoría."
687
 
688
- #: templates/metaboxes/types/categories.php:42
689
- msgid "+ Add New Category"
690
- msgstr "+ Añadir Nueva Categoría"
691
 
692
- #: templates/metaboxes/types/categories.php:46
693
- msgid "Add"
694
- msgstr "Añadir"
695
 
696
- #: templates/metaboxes/types/contactform.php:7
697
- msgid "Text Input"
698
- msgstr "Text Input"
699
 
700
- #: templates/metaboxes/types/contactform.php:8
701
- msgid "Checkbox"
702
- msgstr "Casilla"
703
 
704
- #: templates/metaboxes/types/contactform.php:9
705
- msgid "Select"
706
- msgstr "Seleciona"
707
 
708
- #: templates/metaboxes/types/contactform.php:10
709
- msgid "Textarea"
710
- msgstr "Área de texto"
711
 
712
- #: templates/metaboxes/types/contactform.php:11
713
- msgid "Radio Input"
714
- msgstr "Radio Input"
 
 
715
 
716
- #: templates/metaboxes/types/contactform.php:12
717
- msgid "Password Field"
718
- msgstr "Campo de contraseña"
719
 
720
- #: templates/metaboxes/types/contactform.php:13
721
- msgid "File Upload"
722
- msgstr "Carga de archivo"
 
 
 
 
 
 
 
 
723
 
724
- #: templates/metaboxes/types/contactform.php:47
725
- msgid "Theme Icon"
726
- msgstr "Icono del tema"
727
 
728
- #: templates/metaboxes/types/contactform.php:48
729
- msgid "Custom Icon"
730
- msgstr "Icono Personalizado"
 
 
731
 
732
- #: templates/metaboxes/types/contactform.php:49
733
- #: templates/metaboxes/types/responsivesliders.php:24
734
- msgid "None"
735
- msgstr "Ninguno"
736
 
737
- #: templates/metaboxes/types/contactform.php:60
738
- msgid "Add field"
739
- msgstr "Añadir campo"
740
 
741
- #: templates/metaboxes/types/contactform.php:69
742
- #: templates/metaboxes/types/contactform.php:261
743
- #: templates/metaboxes/types/customtabs.php:37
744
- #: templates/metaboxes/types/customtabs.php:82
745
- msgid "Remove"
746
- msgstr "Borrar"
747
 
748
- #: templates/metaboxes/types/contactform.php:70
749
- #: templates/metaboxes/types/contactform.php:262
750
- msgid "Click to toggle"
751
- msgstr "Haz click para alternar"
752
 
753
- #: templates/metaboxes/types/contactform.php:77
754
- #: templates/metaboxes/types/contactform.php:269
755
- msgid "Field Title"
756
- msgstr "Campo de título"
757
 
758
- #: templates/metaboxes/types/contactform.php:81
759
- #: templates/metaboxes/types/contactform.php:273
760
- msgid "Insert the title for the field."
761
- msgstr "Inserta el título del campo."
762
 
763
- #: templates/metaboxes/types/contactform.php:86
764
- #: templates/metaboxes/types/contactform.php:278
765
- msgid "Data Name"
766
- msgstr "Nombre del dato."
767
 
768
- #: templates/metaboxes/types/contactform.php:90
769
- #: templates/metaboxes/types/contactform.php:282
770
- msgid ""
771
- "REQUIRED: Field identification name to be entered into email body. "
772
- "<strong>Note:</strong>Use only lowercase characters and underscores."
773
- msgstr ""
774
- "OBLIGATORIO: El nombre del campo de identificación debe introducirse en el "
775
- "cuerpo del email. <strong> Nota: </strong> Usa sólo minúsculas y guiones "
776
- "bajos."
777
-
778
- #: templates/metaboxes/types/contactform.php:95
779
- #: templates/metaboxes/types/contactform.php:287
780
- msgid "Field Type"
781
- msgstr "Tipo de campo"
782
-
783
- #: templates/metaboxes/types/contactform.php:103
784
- #: templates/metaboxes/types/contactform.php:295
785
- msgid "Select the type for this field."
786
- msgstr "Selecciona el tipo para este campo."
787
-
788
- #: templates/metaboxes/types/contactform.php:108
789
- #: templates/metaboxes/types/contactform.php:300
790
- msgid "Checked"
791
- msgstr "Campo seleccionado"
792
-
793
- #: templates/metaboxes/types/contactform.php:112
794
- #: templates/metaboxes/types/contactform.php:304
795
- msgid "Select this option if you want this field appears as already checked."
796
- msgstr ""
797
- "Selecciona esta opción si quieres que este campo aparezca como ya marcado."
798
-
799
- #: templates/metaboxes/types/contactform.php:117
800
- #: templates/metaboxes/types/contactform.php:309
801
- msgid "Add options "
802
- msgstr "Añadir opciones"
803
-
804
- #: templates/metaboxes/types/contactform.php:118
805
- #: templates/metaboxes/types/contactform.php:310
806
- msgid "Add option"
807
- msgstr "Añadir opción"
808
-
809
- #: templates/metaboxes/types/contactform.php:121
810
- #: templates/metaboxes/types/contactform.php:313
811
- #: templates/metaboxes/types/contactform.php:436
812
- msgid "Selected"
813
- msgstr "Selecionado"
814
-
815
- #: templates/metaboxes/types/contactform.php:124
816
- #: templates/metaboxes/types/contactform.php:316
817
- #: templates/metaboxes/types/contactform.php:436
818
- msgid "Delete option"
819
- msgstr "Borrar opción"
820
-
821
- #: templates/metaboxes/types/contactform.php:130
822
- #: templates/metaboxes/types/contactform.php:322
823
- msgid "Error Message"
824
- msgstr "Mensaje de error"
825
-
826
- #: templates/metaboxes/types/contactform.php:134
827
- #: templates/metaboxes/types/contactform.php:326
828
- msgid "Insert the error message for validation."
829
- msgstr "Inserta el mensaje de error para la validación."
830
-
831
- #: templates/metaboxes/types/contactform.php:139
832
- #: templates/metaboxes/types/contactform.php:331
833
- msgid "Required"
834
- msgstr "Campo obligatorio"
835
-
836
- #: templates/metaboxes/types/contactform.php:143
837
- #: templates/metaboxes/types/contactform.php:335
838
- msgid "Select this option if it must be required."
839
- msgstr "Selecciona esta opción si este campo debe ser obligatorio."
840
-
841
- #: templates/metaboxes/types/contactform.php:152
842
- #: templates/metaboxes/types/contactform.php:344
843
- msgid "Select this option if the email must be valid."
844
- msgstr "Selecciona esta opción si el email debe ser válido."
845
-
846
- #: templates/metaboxes/types/contactform.php:157
847
- #: templates/metaboxes/types/contactform.php:349
848
- msgid "Reply To"
849
- msgstr "Responder a"
850
-
851
- #: templates/metaboxes/types/contactform.php:161
852
- #: templates/metaboxes/types/contactform.php:353
853
- msgid "Select this if it is the email you can reply to."
854
- msgstr "Selecciona si este es el email al que puedes responder."
855
-
856
- #: templates/metaboxes/types/contactform.php:166
857
- #: templates/metaboxes/types/contactform.php:358
858
- msgid "Class"
859
- msgstr "Clase"
860
-
861
- #: templates/metaboxes/types/contactform.php:170
862
- #: templates/metaboxes/types/contactform.php:362
863
- msgid ""
864
- "Insert additional class(es) (separated by commas) for more personalization."
865
- msgstr ""
866
- "Inserta clase(s) adicionales (separados por comas) para más personalización."
867
-
868
- #: templates/metaboxes/types/contactform.php:175
869
- #: templates/metaboxes/types/contactform.php:367
870
- msgid "Icon"
871
- msgstr "Icono"
872
-
873
- #: templates/metaboxes/types/contactform.php:203
874
- #: templates/metaboxes/types/contactform.php:391
875
- #: templates/metaboxes/types/icon-list.php:69
876
- #: templates/metaboxes/types/select-icon.php:33
877
- #: templates/metaboxes/types/upload.php:21 templates/panel/types/upload.php:31
878
  #: templates/panel/woocommerce/woocommerce-upload.php:40
879
  msgid "Upload"
880
  msgstr "Actualiza"
881
 
882
- #: templates/metaboxes/types/contactform.php:209
883
- #: templates/metaboxes/types/contactform.php:397
884
- #: templates/metaboxes/types/icon-list.php:75
885
- #: templates/metaboxes/types/select-icon.php:39
 
886
  msgid "Image preview"
887
  msgstr "Previsualización de imagen"
888
 
889
- #: templates/metaboxes/types/contactform.php:217
890
- #: templates/metaboxes/types/contactform.php:405
891
- msgid "Insert an icon for more personalization."
892
- msgstr "Inserta un icono para más personalización"
893
 
894
- #: templates/metaboxes/types/contactform.php:222
895
- #: templates/metaboxes/types/contactform.php:409
896
- msgid "Width"
897
- msgstr "Ancho"
898
 
899
- #: templates/metaboxes/types/contactform.php:247
900
- #: templates/metaboxes/types/contactform.php:421
901
- msgid "Set field length."
902
- msgstr "Establecer el ancho de campo"
903
 
904
- #: templates/metaboxes/types/customtabs.php:28
905
- msgid "Close all"
906
- msgstr "Cerrar todos"
 
907
 
908
- #: templates/metaboxes/types/customtabs.php:28
909
- msgid "Expand all"
910
- msgstr "Expandir todos"
 
911
 
912
- #: templates/metaboxes/types/customtabs.php:52
913
- #: templates/metaboxes/types/customtabs.php:95
914
- msgid "Value"
915
- msgstr "Valor"
916
 
917
- #: templates/metaboxes/types/customtabs.php:53
918
- #: templates/metaboxes/types/customtabs.php:96
919
- msgid "Content of the tab. (HTML is supported)"
920
- msgstr "Contenido de la pestaña. (HTML se soporta)"
 
 
 
 
 
 
 
 
 
921
 
922
- #: templates/metaboxes/types/customtabs.php:65
923
- msgid "Add custom product tab"
924
- msgstr "Añadir etiqueta de producto personalizado"
 
 
925
 
926
- #: templates/metaboxes/types/customtabs.php:107
927
- msgid "Do you want to remove the custom tab?"
928
- msgstr "¿Quieres borrar la etiqueta personalizada?"
929
 
930
- #: templates/metaboxes/types/icon-list.php:89
931
- #, php-format
932
- msgid "(Default: %s <img src=\"%s\"/>)"
933
- msgstr "(Por defecto: %s <img src=\"%s\"/>)"
934
 
935
- #: templates/metaboxes/types/icon-list.php:91
936
- #, php-format
937
- msgid "(Default: <i %s></i> )"
938
- msgstr "(Por defecto: <i %s></i> )"
 
 
939
 
940
- #: templates/metaboxes/types/image-gallery.php:40
941
- #: templates/metaboxes/types/image-gallery.php:45
942
- #: templates/metaboxes/types/images.php:38
943
- #: templates/metaboxes/types/images.php:64
944
- msgid "Delete image"
945
- msgstr "Borrar imagen"
946
 
947
- #: templates/metaboxes/types/image-gallery.php:45
948
- msgid "Add Images to Gallery"
949
- msgstr "Añadir imágenes a la Galería"
950
 
951
- #: templates/metaboxes/types/image-gallery.php:45
952
- msgid "Add to gallery"
953
- msgstr "Añadir a la galería"
954
 
955
- #: templates/metaboxes/types/image-gallery.php:45
956
- msgid "Add images"
957
- msgstr "Añadir imágenes"
958
 
959
- #: templates/metaboxes/types/image-gallery.php:45
960
- msgid "Delete"
961
- msgstr "Borrar"
962
 
963
- #: templates/metaboxes/types/images.php:42
964
- msgid "Upload new images"
965
- msgstr "Cargar nuevas imágenes"
966
 
967
- #: templates/metaboxes/types/images.php:75
968
- msgid "Are you sure you want to remove this image?"
969
- msgstr "¿Estás seguro/a de que quieres borrar esta imagen?"
970
 
971
- #: templates/metaboxes/types/sidebar-layout.php:25
972
- #: templates/metaboxes/types/sidebars.php:36
973
- msgid "Left sidebar"
974
- msgstr "Barra lateral izquierda"
975
 
976
- #: templates/metaboxes/types/sidebar-layout.php:28
977
- #: templates/metaboxes/types/sidebars.php:42
978
- #: templates/metaboxes/types/sidebars.php:45
979
- msgid "No sidebar"
980
- msgstr "Sin barra lateral"
981
 
982
- #: templates/metaboxes/types/sidebar-layout.php:31
983
- #: templates/metaboxes/types/sidebars.php:39
984
- msgid "Right sidebar"
985
- msgstr "Barra lateral derecha"
986
 
987
- #: templates/metaboxes/types/sidebar-layout.php:34
988
- #: templates/metaboxes/types/sidebars.php:53
989
- #: templates/metaboxes/types/sidebars.php:64
990
- msgid "Choose a sidebar"
991
- msgstr "Elige una barra lateral"
992
 
993
- #: templates/metaboxes/types/sidebars.php:51
994
- msgid "Left Sidebar"
995
- msgstr "Barra lateral izquierda"
996
 
997
- #: templates/metaboxes/types/sidebars.php:62
998
- msgid "Right Sidebar"
999
- msgstr "Barra lateral derecha"
 
 
 
 
 
 
 
 
 
 
 
1000
 
1001
- #: templates/metaboxes/types/typography.php:42
1002
- msgid "px"
1003
- msgstr "px"
1004
 
1005
- #: templates/metaboxes/types/typography.php:43
1006
- msgid "em"
1007
- msgstr "em"
 
 
 
 
1008
 
1009
- #: templates/metaboxes/types/typography.php:44
1010
- msgid "pt"
1011
- msgstr "pt"
1012
 
1013
- #: templates/metaboxes/types/typography.php:45
1014
- msgid "rem"
1015
- msgstr "rem"
1016
 
1017
- #: templates/metaboxes/types/typography.php:59
1018
- #: templates/metaboxes/types/typography.php:153
1019
- #: templates/metaboxes/types/typography.php:217
1020
- msgid "Web fonts"
1021
- msgstr "Fuentes web"
1022
 
1023
- #: templates/metaboxes/types/typography.php:71
1024
- msgid "Google fonts"
1025
- msgstr "Fuentes Google"
 
1026
 
1027
- #: templates/metaboxes/types/typography.php:96
1028
- msgid "Regular"
1029
- msgstr "Normal"
1030
 
1031
- #: templates/metaboxes/types/typography.php:97
1032
- msgid "Bold"
1033
- msgstr "Negrita"
1034
 
1035
- #: templates/metaboxes/types/typography.php:98
1036
- msgid "Extra bold"
1037
- msgstr "Extra negrita"
1038
 
1039
- #: templates/metaboxes/types/typography.php:99
1040
- msgid "Italic"
1041
- msgstr "Cursiva"
1042
 
1043
- #: templates/metaboxes/types/typography.php:100
1044
- msgid "Italic bold"
1045
- msgstr "Cursiva negrita"
1046
 
1047
- #: templates/panel/sidebar/widgets/widgets.php:17
1048
- msgid "Join the club"
1049
- msgstr "Únete al club"
1050
 
1051
- #: templates/panel/sidebar/widgets/widgets.php:24
1052
- msgid "Despacho Theme - 100% FREE"
1053
- msgstr "Despacho Theme - 100% GRATIS"
1054
 
1055
- #: templates/panel/sidebar/widgets/widgets.php:28
1056
- msgid "FREE!"
1057
- msgstr "¡GRATIS!"
1058
 
1059
- #: templates/panel/sidebar/widgets/widgets.php:34
1060
- msgid "Important Links"
1061
- msgstr "Enlaces importantes"
1062
 
1063
- #: templates/panel/types/upload.php:32
1064
- msgid "Reset"
1065
- msgstr "Reinicia"
1066
 
1067
- #: templates/panel/woocommerce/woocommerce-form.php:17
1068
- msgid "Reset Defaults"
1069
- msgstr "Ajustes predeterminados"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1070
 
1071
- #~ msgid "Premium version upgrade"
1072
- #~ msgstr "Actualiza a la versión premium"
1073
 
1074
  #~ msgid "Current product is not included with your membership key"
1075
  #~ msgstr "El producto actual no está incluido en tu clave de suscripción"
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-08-02 16:02+0200\n"
8
+ "PO-Revision-Date: 2018-08-02 16:02+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.0.8\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"
22
  "X-Textdomain-Support: yes\n"
23
  "X-Poedit-SearchPath-0: .\n"
24
 
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"
32
+ msgid ""
33
+ "This sample language includes the basics around what personal data your "
34
+ "store may be collecting, storing and sharing, as well as who may have access "
35
+ "to that data. Depending on what settings are enabled and which additional "
36
+ "plugins are used, the specific information shared by your store will vary. "
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
63
  #, php-format
117
  msgid "Category"
118
  msgstr "Categoría"
119
 
120
+ #: lib/yit-cpt-unlimited.php:627 templates/fields/ajax-terms.php:56
121
  msgid "Search Categories"
122
  msgstr "Buscar Categorías"
123
 
163
  msgstr "%s Ajustes"
164
 
165
  #: lib/yit-cpt-unlimited.php:1048 lib/yit-cpt-unlimited.php:1196
166
+ #: lib/yit-cpt-unlimited.php:1202 lib/yit-plugin-panel.php:73
167
  msgid "Settings"
168
  msgstr "Ajustes"
169
 
250
  msgid "Show frontend of the %s"
251
  msgstr "Mostrar parte delantera de %s"
252
 
253
+ #: lib/yit-cpt-unlimited.php:1482 templates/fields/customtabs.php:46
254
+ #: templates/fields/customtabs.php:89
255
  msgid "Name"
256
  msgstr "Nombre"
257
 
264
  msgid "Upload multiple files"
265
  msgstr "Cargar archivos múltiples"
266
 
267
+ #: lib/yit-plugin-panel-wc.php:382
 
 
 
 
 
 
 
 
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:330 lib/yit-plugin-panel.php:333
276
  msgid "How to install premium version"
277
  msgstr "Cómo instalar la versión premium"
278
 
279
+ #: lib/yit-plugin-panel.php:384 lib/yit-plugin-subpanel.php:155
280
  #: templates/panel/woocommerce/woocommerce-form.php:11
281
  msgid "Save Changes"
282
  msgstr "Guardar cambios"
283
 
284
+ #: lib/yit-plugin-panel.php:387 lib/yit-plugin-subpanel.php:158
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:389 lib/yit-plugin-subpanel.php:160
292
  msgid "Reset to default"
293
  msgstr "Reiniciar a predeterminado"
294
 
295
+ #: lib/yit-plugin-panel.php:390 lib/yit-plugin-subpanel.php:161
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:524
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:525
307
  msgid "Settings saved"
308
  msgstr "Ajustes guardados"
309
 
310
+ #: lib/yit-plugin-panel.php:526
311
  msgid "Settings reset"
312
  msgstr "Ajustes reiniciados"
313
 
314
+ #: lib/yit-plugin-panel.php:527
315
  msgid "Element deleted correctly."
316
  msgstr "Elemento borrado correctamente."
317
 
318
+ #: lib/yit-plugin-panel.php:528 lib/yit-plugin-panel.php:529
319
  msgid "Element updated correctly."
320
  msgstr "Elemento actualizado correctamente."
321
 
322
+ #: lib/yit-plugin-panel.php:530
323
  msgid "Database imported correctly."
324
  msgstr "Base de datos importada correctamente."
325
 
326
+ #: lib/yit-plugin-panel.php:531
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:532
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:533
336
  msgid "Sorry, import is disabled."
337
  msgstr "Lo sentimos, la importación está deshabilitada."
338
 
339
+ #: lib/yit-plugin-panel.php:534
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"
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"
392
+ " Every time one of our plugins is added, "
393
  "a new entry will be added to this menu.\n"
394
  " For example, after the update, plugin "
395
  "options (such as for YITH WooCommerce Wishlist, YITH WooCommerce Ajax "
396
  "Search, etc.)\n"
397
  " will be moved from previous location to "
398
+ "YITH Plugins tab."
399
  msgstr ""
400
  "De ahora en adelante, puedes encontrar todas las opciones de tus plugins en "
401
  "el menú YIT Plugin.\n"
407
  " se moverán de su posición anterior a la "
408
  "pestaña YIT Plugin."
409
 
410
+ #: lib/yit-upgrade.php:89
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:184
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:185
423
  msgid "View version %latest% details."
424
  msgstr "Ver detalles de la %latest% versión"
425
 
426
+ #: lib/yit-upgrade.php:186
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:187
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:188
437
  msgid "Update now."
438
  msgstr "Actualiza ahora."
439
 
440
+ #: lib/yit-upgrade.php:288
441
+ #, fuzzy
442
+ #| msgid "YIThemes Repository"
443
+ msgid "YITH Repository"
444
  msgstr "Repositorio YIThemes"
445
 
446
+ #: lib/yit-upgrade.php:322
447
  msgid "Invalid URL Provided."
448
  msgstr "La URL proporcionada no es válida."
449
 
450
+ #: lib/yit-upgrade.php:335
451
  msgid "Could not create Temporary file."
452
  msgstr "No se pudo crear un archivo temporal."
453
 
454
+ #: lib/yit-upgrade.php:495
455
+ #, fuzzy, php-format
456
+ #| msgid ""
457
+ #| "There is a new version of %1$s available. <a href=\"%2$s\" class="
458
+ #| "\"thickbox yit-changelog-button\" title=\"%3$s\">View version %4$s "
459
+ #| "details</a>."
460
  msgid ""
461
  "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
462
+ "yit-changelog-button open-plugin-details-modal\" title=\"%3$s\">View version "
463
+ "%4$s details</a>."
464
  msgstr ""
465
  "Hay una nueva versión de %1$s disponible. <a href=\"%2$s\" class=\"thickbox "
466
  "yit-changelog-button\" title=\"%3$s\">Ver detalles de la versión %4$s</a>."
467
 
468
+ #: lib/yit-upgrade.php:497
469
+ #, fuzzy, php-format
470
+ #| msgid ""
471
+ #| "There is a new version of %1$s available. <a href=\"%2$s\" class="
472
+ #| "\"thickbox yit-changelog-button\" title=\"%3$s\">View version %4$s "
473
+ #| "details</a>. <em>You have to activate the plugin on a single site of the "
474
+ #| "network to benefit from automatic updates.</em>"
475
  msgid ""
476
  "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
477
+ "yit-changelog-button open-plugin-details-modal\" title=\"%3$s\">View version "
478
+ "%4$s details</a>. <em>You have to activate the plugin on a single site of "
479
+ "the network to benefit from automatic updates.</em>"
480
  msgstr ""
481
  "Hay una nueva versión de %1$s disponible. <a href=\"%2$s\" class=\"thickbox "
482
  "yit-changelog-button\" title=\"%3$s\">Ver detalles de la versión %4$s</a>. "
483
  "<em>Tienes que activar el plugin en un único sitio web desdela red para "
484
  "beneficiarte de las actualizaciones automáticas.</em>"
485
 
486
+ #: lib/yit-upgrade.php:499
487
+ #, fuzzy, php-format
488
+ #| msgid ""
489
+ #| "There is a new version of %1$s available. <a href=\"%2$s\" class="
490
+ #| "\"thickbox yit-changelog-button\" title=\"%3$s\">View version %4$s "
491
+ #| "details</a>. <em>Automatic update is unavailable for this plugin, please "
492
+ #| "<a href=\"%5$s\" title=\"License activation\">activate</a> your copy of "
493
+ #| "%6s.</em>"
494
  msgid ""
495
  "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
496
+ "yit-changelog-button open-plugin-details-modal\" title=\"%3$s\">View version "
497
+ "%4$s details</a>. <em>Automatic update is unavailable for this plugin, "
498
+ "please <a href=\"%5$s\" title=\"License activation\">activate</a> your copy "
499
+ "of %6s.</em>"
500
  msgstr ""
501
  "Hay una nueva versión de %1$s disponible. <a href=\"%2$s\" class=\"thickbox "
502
  "yit-changelog-button\" title=\"%3$s\">Ver detalles de la versión %4$s</a>. "
504
  "por favor <a href=\"%5$s\" title=\"License activation\">activa</a> tu copia "
505
  "de %6s.</em>"
506
 
507
+ #: lib/yit-upgrade.php:501
508
+ #, fuzzy, php-format
509
+ #| msgid ""
510
+ #| "There is a new version of %1$s available. <a href=\"%2$s\" class="
511
+ #| "\"thickbox yit-changelog-button\" title=\"%3$s\">View version %4$s "
512
+ #| "details</a> or <a href=\"%5$s\">update now</a>."
513
  msgid ""
514
  "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
515
+ "yit-changelog-button open-plugin-details-modal\" title=\"%3$s\">View version "
516
+ "%4$s details</a> or <a href=\"%5$s\">update now</a>."
517
  msgstr ""
518
  "Hay una nueva versión de %1$s disponible. <a href=\"%2$s\" class=\"thickbox "
519
  "yit-changelog-button\" title=\"%3$s\">Ver detalles de la versión %4$s</a> o "
520
  "<a href=\"%5$s\">actualizar ahora</a>."
521
 
522
+ #: lib/yit-upgrade.php:574
523
  msgid "You can't update the plugins for this site."
524
  msgstr "No puedes actualizar los plugins para este sitio web."
525
 
526
+ #: lib/yit-upgrade.php:578
527
  msgid ""
528
  "You do not have sufficient permissions to update the plugins for this site."
529
  msgstr ""
530
  "No tienes suficientes permisos para actualizar los plugins para este sitio "
531
  "web."
532
 
533
+ #: lib/yit-upgrade.php:585
534
  msgid "Update Plugin"
535
  msgstr "Actualizar Plugin"
536
 
537
+ #: licence/lib/yit-licence.php:187
538
  #, php-format
539
  msgctxt "%s = field name"
540
  msgid "%s field cannot be empty"
541
  msgstr "%s el campo no puede estar vacío"
542
 
543
+ #: licence/lib/yit-licence.php:188
544
  #, php-format
545
  msgid "%s and %s fields cannot be empty"
546
  msgstr "Los campos %s y %s no pueden estar vacíos"
547
 
548
+ #: licence/lib/yit-licence.php:189
549
  msgid "Unable to contact the remote server, please try again later. Thanks!"
550
  msgstr ""
551
  "No fue posible contactar con el servidor remoto, por favor, inténtalo de "
552
  "nuevo más tarde. ¡Gracias!"
553
 
554
+ #: licence/lib/yit-licence.php:190
555
  #: licence/templates/panel/activation/activation-panel.php:88
556
  #: licence/templates/panel/activation/activation-panel.php:166
557
  #: licence/templates/panel/activation/activation-panel.php:197
 
 
558
  msgid "Email"
559
  msgstr "Email"
560
 
561
+ #: licence/lib/yit-licence.php:191
562
  #: licence/templates/panel/activation/activation-panel.php:89
563
  #: licence/templates/panel/activation/activation-panel.php:167
564
  #: licence/templates/panel/activation/activation-panel.php:198
565
  msgid "License Key"
566
  msgstr "Clave de Licencia"
567
 
568
+ #: licence/lib/yit-licence.php:192
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:678
575
  msgid "Invalid Request"
576
  msgstr "Solicitud inválida"
577
 
578
+ #: licence/lib/yit-licence.php:679
579
  msgid "Invalid license key"
580
  msgstr "Clave de solicitud inválida"
581
 
582
+ #: licence/lib/yit-licence.php:680
583
  msgid "Software has been deactivated"
584
  msgstr "El software ha sido desactivado"
585
 
586
+ #: licence/lib/yit-licence.php:681
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:682
591
  msgid "Invalid instance ID"
592
  msgstr "Instancia ID inválida"
593
 
594
+ #: licence/lib/yit-licence.php:683
595
  msgid "Invalid security key"
596
  msgstr "Clave de seguridad inválida"
597
 
598
+ #: licence/lib/yit-licence.php:684
599
  msgid "License key has expired"
600
  msgstr "La clave de licencia ha caducado"
601
 
602
+ #: licence/lib/yit-licence.php:685
603
  msgid "License key has been banned"
604
  msgstr "La clave de licencia ha sido bloqueada"
605
 
606
+ #: licence/lib/yit-licence.php:686
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:687
612
  msgid "Great"
613
  msgstr "Excelente"
614
 
615
+ #: licence/lib/yit-licence.php:687
616
  msgid "License successfully activated"
617
  msgstr "Licencia activada con éxito"
618
 
619
+ #: licence/lib/yit-licence.php:688
620
  msgid "License key deactivated for website"
621
  msgstr "Clave de licencia desactivada para nuestro sitio web"
622
 
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"
661
  " After 27 January 2016, instead, if you want to benefit "
662
  "from support and updates you have to buy a new license and activate it "
663
  "through the license key you will be\n"
664
+ " provided with and that you can find in your YITH "
665
  "account, in section \"My licenses\"."
666
  msgstr ""
667
  "Si has comprado uno de nuestros productos antes del 27 de enero de 2015, "
677
  "YIThemes, en la sección \"My licenses\"."
678
 
679
  #: licence/templates/panel/activation/activation-panel.php:23
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:27
686
  msgid ""
759
  msgid "Renew license"
760
  msgstr "Renovar licencia"
761
 
762
+ #: templates/fields/ajax-posts.php:57
763
+ #, fuzzy
764
+ #| msgid "Search %s"
765
+ msgid "Search Posts"
766
+ msgstr "Buscar %s"
767
+
768
+ #: templates/fields/ajax-products.php:16
769
+ #, fuzzy
770
+ #| msgid "Search for a product"
771
+ msgid "Search Product"
772
  msgstr "Buscar un producto"
773
 
774
+ #: templates/fields/customtabs.php:28
775
+ msgid "Close all"
776
+ msgstr "Cerrar todos"
777
 
778
+ #: templates/fields/customtabs.php:28
779
+ msgid "Expand all"
780
+ msgstr "Expandir todos"
781
 
782
+ #: templates/fields/customtabs.php:37 templates/fields/customtabs.php:81
783
+ msgid "Remove"
784
+ msgstr "Borrar"
785
 
786
+ #: templates/fields/customtabs.php:52 templates/fields/customtabs.php:94
787
+ msgid "Value"
788
+ msgstr "Valor"
789
 
790
+ #: templates/fields/customtabs.php:53 templates/fields/customtabs.php:95
791
+ msgid "Content of the tab. (HTML is supported)"
792
+ msgstr "Contenido de la pestaña. (HTML se soporta)"
793
 
794
+ #: templates/fields/customtabs.php:65
795
+ msgid "Add custom product tab"
796
+ msgstr "Añadir etiqueta de producto personalizado"
797
 
798
+ #: templates/fields/customtabs.php:106
799
+ msgid "Do you want to remove the custom tab?"
800
+ msgstr "¿Quieres borrar la etiqueta personalizada?"
801
 
802
+ #: templates/fields/icons.php:58
803
+ #, fuzzy
804
+ #| msgid "Reset Defaults"
805
+ msgid "Set Default"
806
+ msgstr "Ajustes predeterminados"
807
 
808
+ #: templates/fields/image-gallery.php:34 templates/fields/image-gallery.php:39
809
+ msgid "Delete image"
810
+ msgstr "Borrar imagen"
811
 
812
+ #: templates/fields/image-gallery.php:39
813
+ msgid "Add Images to Gallery"
814
+ msgstr "Añadir imágenes a la Galería"
815
+
816
+ #: templates/fields/image-gallery.php:39
817
+ msgid "Add to gallery"
818
+ msgstr "Añadir a la galería"
819
+
820
+ #: templates/fields/image-gallery.php:39
821
+ msgid "Add images"
822
+ msgstr "Añadir imágenes"
823
 
824
+ #: templates/fields/image-gallery.php:39
825
+ msgid "Delete"
826
+ msgstr "Borrar"
827
 
828
+ #: templates/fields/select-buttons.php:26
829
+ #, fuzzy
830
+ #| msgid "Select"
831
+ msgid "Select All"
832
+ msgstr "Seleciona"
833
 
834
+ #: templates/fields/select-buttons.php:33
835
+ msgid "Deselect All"
836
+ msgstr ""
 
837
 
838
+ #: templates/fields/sidebars.php:22
839
+ msgid "Left sidebar"
840
+ msgstr "Barra lateral izquierda"
841
 
842
+ #: templates/fields/sidebars.php:25
843
+ msgid "Right sidebar"
844
+ msgstr "Barra lateral derecha"
 
 
 
845
 
846
+ #: templates/fields/sidebars.php:28 templates/fields/sidebars.php:31
847
+ msgid "No sidebar"
848
+ msgstr "Sin barra lateral"
 
849
 
850
+ #: templates/fields/sidebars.php:39
851
+ msgid "Left Sidebar"
852
+ msgstr "Barra lateral izquierda"
 
853
 
854
+ #: templates/fields/sidebars.php:41 templates/fields/sidebars.php:54
855
+ msgid "Choose a sidebar"
856
+ msgstr "Elige una barra lateral"
 
857
 
858
+ #: templates/fields/sidebars.php:52
859
+ msgid "Right Sidebar"
860
+ msgstr "Barra lateral derecha"
 
861
 
862
+ #: templates/fields/upload.php:18 templates/metaboxes/types/icon-list.php:70
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
863
  #: templates/panel/woocommerce/woocommerce-upload.php:40
864
  msgid "Upload"
865
  msgstr "Actualiza"
866
 
867
+ #: templates/fields/upload.php:19
868
+ msgid "Reset"
869
+ msgstr "Reinicia"
870
+
871
+ #: templates/metaboxes/types/icon-list.php:76
872
  msgid "Image preview"
873
  msgstr "Previsualización de imagen"
874
 
875
+ #: templates/metaboxes/types/icon-list.php:90
876
+ #, php-format
877
+ msgid "(Default: %s <img src=\"%s\"/>)"
878
+ msgstr "(Por defecto: %s <img src=\"%s\"/>)"
879
 
880
+ #: templates/metaboxes/types/icon-list.php:92
881
+ #, php-format
882
+ msgid "(Default: <i %s></i> )"
883
+ msgstr "(Por defecto: <i %s></i> )"
884
 
885
+ #: templates/panel/woocommerce/woocommerce-form.php:17
886
+ msgid "Reset Defaults"
887
+ msgstr "Ajustes predeterminados"
 
888
 
889
+ #: yit-plugin.php:76
890
+ msgctxt "Plugin Row Meta"
891
+ msgid "Live Demo"
892
+ msgstr ""
893
 
894
+ #: yit-plugin.php:81
895
+ msgctxt "Plugin Row Meta"
896
+ msgid "Documentation"
897
+ msgstr ""
898
 
899
+ #: yit-plugin.php:86
900
+ msgctxt "Plugin Row Meta"
901
+ msgid "Support"
902
+ msgstr ""
903
 
904
+ #: yit-plugin.php:91
905
+ #, fuzzy
906
+ #| msgid "Premium version upgrade"
907
+ msgctxt "Plugin Row Meta"
908
+ msgid "Premium version"
909
+ msgstr "Actualiza a la versión premium"
910
+
911
+ #: yit-plugin.php:186
912
+ #, fuzzy
913
+ #| msgid "Settings"
914
+ msgctxt "Action links"
915
+ msgid "Settings"
916
+ msgstr "Ajustes"
917
 
918
+ #: yit-plugin.php:190
919
+ #, fuzzy
920
+ #| msgid "License Key"
921
+ msgid "License"
922
+ msgstr "Clave de Licencia"
923
 
924
+ #~ msgid "Hide sidebar"
925
+ #~ msgstr "Ocultar barra lateral"
 
926
 
927
+ #~ msgid "Show sidebar"
928
+ #~ msgstr "Mostrar barra lateral"
 
 
929
 
930
+ #~ msgid ""
931
+ #~ "If you continue with this action, you will reset all the options in this "
932
+ #~ "page."
933
+ #~ msgstr ""
934
+ #~ "Si continúas con esta acción, reiniciarás todas las opciones de esta "
935
+ #~ "página."
936
 
937
+ #~ msgid "Yithemes License Activation"
938
+ #~ msgstr "Licencia de Activación Yithemes"
 
 
 
 
939
 
940
+ #~ msgid "No categories."
941
+ #~ msgstr "Ninguna categoría."
 
942
 
943
+ #~ msgid "+ Add New Category"
944
+ #~ msgstr "+ Añadir Nueva Categoría"
 
945
 
946
+ #~ msgid "Add"
947
+ #~ msgstr "Añadir"
 
948
 
949
+ #~ msgid "Text Input"
950
+ #~ msgstr "Text Input"
 
951
 
952
+ #~ msgid "Checkbox"
953
+ #~ msgstr "Casilla"
 
954
 
955
+ #~ msgid "Textarea"
956
+ #~ msgstr "Área de texto"
 
957
 
958
+ #~ msgid "Radio Input"
959
+ #~ msgstr "Radio Input"
 
 
960
 
961
+ #~ msgid "Password Field"
962
+ #~ msgstr "Campo de contraseña"
 
 
 
963
 
964
+ #~ msgid "File Upload"
965
+ #~ msgstr "Carga de archivo"
 
 
966
 
967
+ #~ msgid "Theme Icon"
968
+ #~ msgstr "Icono del tema"
 
 
 
969
 
970
+ #~ msgid "Custom Icon"
971
+ #~ msgstr "Icono Personalizado"
 
972
 
973
+ #~ msgid "None"
974
+ #~ msgstr "Ninguno"
975
+
976
+ #~ msgid "Add field"
977
+ #~ msgstr "Añadir campo"
978
+
979
+ #~ msgid "Click to toggle"
980
+ #~ msgstr "Haz click para alternar"
981
+
982
+ #~ msgid "Field Title"
983
+ #~ msgstr "Campo de título"
984
+
985
+ #~ msgid "Insert the title for the field."
986
+ #~ msgstr "Inserta el título del campo."
987
 
988
+ #~ msgid "Data Name"
989
+ #~ msgstr "Nombre del dato."
 
990
 
991
+ #~ msgid ""
992
+ #~ "REQUIRED: Field identification name to be entered into email body. "
993
+ #~ "<strong>Note:</strong>Use only lowercase characters and underscores."
994
+ #~ msgstr ""
995
+ #~ "OBLIGATORIO: El nombre del campo de identificación debe introducirse en "
996
+ #~ "el cuerpo del email. <strong> Nota: </strong> Usa sólo minúsculas y "
997
+ #~ "guiones bajos."
998
 
999
+ #~ msgid "Field Type"
1000
+ #~ msgstr "Tipo de campo"
 
1001
 
1002
+ #~ msgid "Select the type for this field."
1003
+ #~ msgstr "Selecciona el tipo para este campo."
 
1004
 
1005
+ #~ msgid "Checked"
1006
+ #~ msgstr "Campo seleccionado"
 
 
 
1007
 
1008
+ #~ msgid ""
1009
+ #~ "Select this option if you want this field appears as already checked."
1010
+ #~ msgstr ""
1011
+ #~ "Selecciona esta opción si quieres que este campo aparezca como ya marcado."
1012
 
1013
+ #~ msgid "Add options "
1014
+ #~ msgstr "Añadir opciones"
 
1015
 
1016
+ #~ msgid "Add option"
1017
+ #~ msgstr "Añadir opción"
 
1018
 
1019
+ #~ msgid "Selected"
1020
+ #~ msgstr "Selecionado"
 
1021
 
1022
+ #~ msgid "Delete option"
1023
+ #~ msgstr "Borrar opción"
 
1024
 
1025
+ #~ msgid "Error Message"
1026
+ #~ msgstr "Mensaje de error"
 
1027
 
1028
+ #~ msgid "Insert the error message for validation."
1029
+ #~ msgstr "Inserta el mensaje de error para la validación."
 
1030
 
1031
+ #~ msgid "Required"
1032
+ #~ msgstr "Campo obligatorio"
 
1033
 
1034
+ #~ msgid "Select this option if it must be required."
1035
+ #~ msgstr "Selecciona esta opción si este campo debe ser obligatorio."
 
1036
 
1037
+ #~ msgid "Select this option if the email must be valid."
1038
+ #~ msgstr "Selecciona esta opción si el email debe ser válido."
 
1039
 
1040
+ #~ msgid "Reply To"
1041
+ #~ msgstr "Responder a"
 
1042
 
1043
+ #~ msgid "Select this if it is the email you can reply to."
1044
+ #~ msgstr "Selecciona si este es el email al que puedes responder."
1045
+
1046
+ #~ msgid "Class"
1047
+ #~ msgstr "Clase"
1048
+
1049
+ #~ msgid ""
1050
+ #~ "Insert additional class(es) (separated by commas) for more "
1051
+ #~ "personalization."
1052
+ #~ msgstr ""
1053
+ #~ "Inserta clase(s) adicionales (separados por comas) para más "
1054
+ #~ "personalización."
1055
+
1056
+ #~ msgid "Icon"
1057
+ #~ msgstr "Icono"
1058
+
1059
+ #~ msgid "Insert an icon for more personalization."
1060
+ #~ msgstr "Inserta un icono para más personalización"
1061
+
1062
+ #~ msgid "Width"
1063
+ #~ msgstr "Ancho"
1064
+
1065
+ #~ msgid "Set field length."
1066
+ #~ msgstr "Establecer el ancho de campo"
1067
+
1068
+ #~ msgid "Upload new images"
1069
+ #~ msgstr "Cargar nuevas imágenes"
1070
+
1071
+ #~ msgid "Are you sure you want to remove this image?"
1072
+ #~ msgstr "¿Estás seguro/a de que quieres borrar esta imagen?"
1073
+
1074
+ #~ msgid "px"
1075
+ #~ msgstr "px"
1076
+
1077
+ #~ msgid "em"
1078
+ #~ msgstr "em"
1079
+
1080
+ #~ msgid "pt"
1081
+ #~ msgstr "pt"
1082
+
1083
+ #~ msgid "rem"
1084
+ #~ msgstr "rem"
1085
+
1086
+ #~ msgid "Web fonts"
1087
+ #~ msgstr "Fuentes web"
1088
+
1089
+ #~ msgid "Google fonts"
1090
+ #~ msgstr "Fuentes Google"
1091
+
1092
+ #~ msgid "Regular"
1093
+ #~ msgstr "Normal"
1094
+
1095
+ #~ msgid "Bold"
1096
+ #~ msgstr "Negrita"
1097
+
1098
+ #~ msgid "Extra bold"
1099
+ #~ msgstr "Extra negrita"
1100
+
1101
+ #~ msgid "Italic"
1102
+ #~ msgstr "Cursiva"
1103
+
1104
+ #~ msgid "Italic bold"
1105
+ #~ msgstr "Cursiva negrita"
1106
+
1107
+ #~ msgid "Join the club"
1108
+ #~ msgstr "Únete al club"
1109
+
1110
+ #~ msgid "Despacho Theme - 100% FREE"
1111
+ #~ msgstr "Despacho Theme - 100% GRATIS"
1112
+
1113
+ #~ msgid "FREE!"
1114
+ #~ msgstr "¡GRATIS!"
1115
 
1116
+ #~ msgid "Important Links"
1117
+ #~ msgstr "Enlaces importantes"
1118
 
1119
  #~ msgid "Current product is not included with your membership key"
1120
  #~ msgstr "El producto actual no está incluido en tu clave de suscripción"
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: 2016-07-06 15:16+0200\n"
8
- "PO-Revision-Date: 2016-07-06 15:17+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 1.8.8\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"
@@ -22,6 +22,44 @@ msgstr ""
22
  "X-Textdomain-Support: yes\n"
23
  "X-Poedit-SearchPath-0: .\n"
24
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  #: lib/yit-cpt-unlimited.php:460 lib/yit-cpt-unlimited.php:574
26
  #: lib/yit-cpt-unlimited.php:719 lib/yit-cpt-unlimited.php:1632
27
  #, php-format
@@ -81,7 +119,7 @@ msgctxt "taxonomy singular name"
81
  msgid "Category"
82
  msgstr "Categoria"
83
 
84
- #: lib/yit-cpt-unlimited.php:627
85
  msgid "Search Categories"
86
  msgstr "Cerca categorie"
87
 
@@ -127,7 +165,7 @@ msgid "%s Settings"
127
  msgstr "Impostazioni %s"
128
 
129
  #: lib/yit-cpt-unlimited.php:1048 lib/yit-cpt-unlimited.php:1196
130
- #: lib/yit-cpt-unlimited.php:1202 lib/yit-plugin-panel.php:74
131
  msgid "Settings"
132
  msgstr "Impostazioni"
133
 
@@ -212,8 +250,8 @@ msgstr "Link rapidi"
212
  msgid "Show frontend of the %s"
213
  msgstr "Mostra front end di %s"
214
 
215
- #: lib/yit-cpt-unlimited.php:1482 templates/metaboxes/types/customtabs.php:46
216
- #: templates/metaboxes/types/customtabs.php:90
217
  msgid "Name"
218
  msgstr "Nome"
219
 
@@ -226,32 +264,24 @@ msgstr "Aggiungi %s dalla immagini"
226
  msgid "Upload multiple files"
227
  msgstr "Carica file multipli"
228
 
229
- #: lib/yit-plugin-panel-sidebar.php:421 templates/panel/sidebar/sidebar.php:3
230
- msgid "Hide sidebar"
231
- msgstr "Nascondi barra laterale"
232
-
233
- #: lib/yit-plugin-panel-sidebar.php:422 templates/panel/sidebar/sidebar.php:3
234
- msgid "Show sidebar"
235
- msgstr "Mostra barra laterale"
236
-
237
- #: lib/yit-plugin-panel-wc.php:374
238
  msgid "The changes you have made will be lost if you leave this page."
239
  msgstr "Perderai tutti i cambiamenti effettuati se lasci questa pagina."
240
 
241
- #: lib/yit-plugin-panel.php:73
242
  msgid "Plugin Settings"
243
  msgstr "Impostazioni plugin"
244
 
245
- #: lib/yit-plugin-panel.php:297 lib/yit-plugin-panel.php:300
246
  msgid "How to install premium version"
247
  msgstr "Come installare la versione premium"
248
 
249
- #: lib/yit-plugin-panel.php:352 lib/yit-plugin-subpanel.php:146
250
  #: templates/panel/woocommerce/woocommerce-form.php:11
251
  msgid "Save Changes"
252
  msgstr "Salva modifiche"
253
 
254
- #: lib/yit-plugin-panel.php:355
255
  #: templates/panel/woocommerce/woocommerce-form.php:14
256
  msgid ""
257
  "If you continue with this action, you will reset all options in this page."
@@ -259,73 +289,71 @@ msgstr ""
259
  "Se prosegui con questa azione, tutte le opzioni di questa pagina saranno "
260
  "reimpostate."
261
 
262
- #: lib/yit-plugin-panel.php:357 lib/yit-plugin-subpanel.php:151
263
  msgid "Reset to default"
264
  msgstr "Ripristina configurazione predefinita"
265
 
266
- #: lib/yit-plugin-panel.php:357 lib/yit-plugin-subpanel.php:151
267
  #: templates/panel/woocommerce/woocommerce-form.php:18
268
  msgid "Are you sure?"
269
  msgstr "Sei sicuro?"
270
 
271
- #: lib/yit-plugin-panel.php:553
272
  msgid ""
273
  "The element you have entered already exists. Please, enter another name."
274
  msgstr "L'elemento inserito esiste già. Per favore, inserisci un altro nome."
275
 
276
- #: lib/yit-plugin-panel.php:554
277
  msgid "Settings saved"
278
  msgstr "Impostazioni salvate"
279
 
280
- #: lib/yit-plugin-panel.php:555
281
  msgid "Settings reset"
282
  msgstr "Impostazioni azzerate"
283
 
284
- #: lib/yit-plugin-panel.php:556
285
  msgid "Element deleted correctly."
286
  msgstr "Elemento rimosso correttamente."
287
 
288
- #: lib/yit-plugin-panel.php:557 lib/yit-plugin-panel.php:558
289
  msgid "Element updated correctly."
290
  msgstr "Elemento aggiornato correttamente."
291
 
292
- #: lib/yit-plugin-panel.php:559
293
  msgid "Database imported correctly."
294
  msgstr "Database importato correttamente."
295
 
296
- #: lib/yit-plugin-panel.php:560
297
  msgid "An error has occurred during import. Please try again."
298
  msgstr "Si è verificato un errore durante l'importazione. Prova di nuovo."
299
 
300
- #: lib/yit-plugin-panel.php:561
301
  msgid "The added file is not valid."
302
  msgstr "Il file aggiunto non è valido."
303
 
304
- #: lib/yit-plugin-panel.php:562
305
  msgid "Sorry, import is disabled."
306
  msgstr "Ci dispiace, l'importazione è disabilitata."
307
 
308
- #: lib/yit-plugin-panel.php:563
309
  msgid "Sorting successful."
310
  msgstr "Ordinamento effettuato con successo."
311
 
312
- #: lib/yit-plugin-subpanel.php:149
313
- msgid ""
314
- "If you continue with this action, you will reset all the options in this "
315
- "page."
316
- msgstr ""
317
- "Se prosegui con questa azione, tutte le opzioni di questa pagina saranno "
318
- "reimpostate."
319
-
320
  #: lib/yit-pointers.php:70
321
  msgid "Plugins Activated"
322
  msgstr "Plugin attivati"
323
 
324
  #: lib/yit-pointers.php:71
 
 
 
 
 
 
325
  msgid ""
326
- "From now on, you can find all plugin options in YIT Plugin menu.\n"
327
- " For each plugin installed, "
328
- "customization settings will be available as a new entry in YIT Plugin menu."
329
  msgstr ""
330
  "Da ora in poi, puoi trovare tutte le opzioni dei tuoi plugin nel menu Plugin "
331
  "YIT.\n"
@@ -345,15 +373,27 @@ msgid "Plugins Upgraded"
345
  msgstr "Plugin aggiornati"
346
 
347
  #: lib/yit-pointers.php:85
 
 
 
 
 
 
 
 
 
 
 
348
  msgid ""
349
- "From now on, you can find all options of your plugins in YIT Plugin menu.\n"
350
- " Any time one of our plugins is updated, "
 
351
  "a new entry will be added to this menu.\n"
352
  " For example, after the update, plugin "
353
  "options (such as for YITH WooCommerce Wishlist, YITH WooCommerce Ajax "
354
  "Search, etc.)\n"
355
  " will be moved from previous location to "
356
- "YIT Plugin tab."
357
  msgstr ""
358
  "Da ora in poi, troverai tutte le opzioni dei tuoi plugin nel menu Plugin "
359
  "YIT.\n"
@@ -363,71 +403,96 @@ msgstr ""
363
  "quelle di YITH WooCommerce Wishlist, YITH WooCommerce Ajax Search etc.)\n"
364
  "saranno trasferite nella scheda Plugin YIT."
365
 
366
- #: lib/yit-upgrade.php:135
 
 
 
 
 
 
367
  msgid "There is a new version of %plugin_name% available."
368
  msgstr "Una nuova versione di %plugin_name% è disponibile."
369
 
370
- #: lib/yit-upgrade.php:136
371
  msgid "View version %latest% details."
372
  msgstr "Visualizza i dettagli della versione %latest%."
373
 
374
- #: lib/yit-upgrade.php:137
375
  msgid "Automatic update is unavailable for this plugin,"
376
  msgstr "L'aggiornamento automatico non è disponibile per questo plugin,"
377
 
378
- #: lib/yit-upgrade.php:138
379
  msgid ""
380
  "please <a href=\"%activate_link%\">activate</a> your copy of %plugin_name%."
381
  msgstr ""
382
  "per favore, <a href=\"%activate_link%\">attiva</a> la tua copia di "
383
  "%plugin_name%."
384
 
385
- #: lib/yit-upgrade.php:139
386
  msgid "Update now."
387
  msgstr "Aggiorna adesso."
388
 
389
- #: lib/yit-upgrade.php:240
390
- msgid "YIThemes Repository"
 
 
391
  msgstr "Repository YIThemes"
392
 
393
- #: lib/yit-upgrade.php:274
394
  msgid "Invalid URL Provided."
395
  msgstr "L'URL inserito non è valido."
396
 
397
- #: lib/yit-upgrade.php:287
398
  msgid "Could not create Temporary file."
399
  msgstr "Non è stato possibile creare il file temporaneo."
400
 
401
- #: lib/yit-upgrade.php:439
402
- #, php-format
 
 
 
 
403
  msgid ""
404
  "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
405
- "yit-changelog-button\" title=\"%3$s\">View version %4$s details</a>."
 
406
  msgstr ""
407
  "È disponibile una nuova versione di %1$s. <a href=\"%2$s\" class=\"thickbox "
408
  "yit-changelog-button\" title=\"%3$s\">Visualizza i dettagli della versione "
409
  "%4$s</a>."
410
 
411
- #: lib/yit-upgrade.php:441
412
- #, php-format
 
 
 
 
 
413
  msgid ""
414
  "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
415
- "yit-changelog-button\" title=\"%3$s\">View version %4$s details</a>. <em>You "
416
- "have to activate the plugin on a single site of the network to benefit from "
417
- "automatic updates.</em>"
418
  msgstr ""
419
  "È disponibile una nuova versioni di %1$s. <a href=\"%2$s\" class=\"thickbox "
420
  "yit-changelog-button\" title=\"%3$s\">Visualizza i dettagli della versione "
421
  "%4$s</a>. <em>Per poter usufruire degli aggiornamenti automatici è "
422
  "necessario attivare il plugin su un solo sito.</em>"
423
 
424
- #: lib/yit-upgrade.php:443
425
- #, php-format
 
 
 
 
 
 
426
  msgid ""
427
  "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
428
- "yit-changelog-button\" title=\"%3$s\">View version %4$s details</a>. "
429
- "<em>Automatic update is unavailable for this plugin, please <a href=\"%5$s\" "
430
- "title=\"License activation\">activate</a> your copy of %6s.</em>"
 
431
  msgstr ""
432
  "È disponibile una nuova versione di %1$s. <a href=\"%2$s\" class=\"thickbox "
433
  "yit-changelog-button\" title=\"%3$s\">Visualizza i dettagli della versione "
@@ -435,112 +500,114 @@ msgstr ""
435
  "plugin, per piacere <a href=\"%5$s\" title=\"License activation\">attivi</a> "
436
  "la sua copia di %6s.</em>"
437
 
438
- #: lib/yit-upgrade.php:445
439
- #, php-format
 
 
 
 
440
  msgid ""
441
  "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
442
- "yit-changelog-button\" title=\"%3$s\">View version %4$s details</a> or <a "
443
- "href=\"%5$s\">update now</a>."
444
  msgstr ""
445
  "È disponibile una nuova versioni di %1$s. <a href=\"%2$s\" class=\"thickbox "
446
  "yit-changelog-button\" title=\"%3$s\">Visualizza i dettagli della versione "
447
  "%4$s</a> oppure <a href=\"%5$s\">aggiorna adesso</a>."
448
 
449
- #: lib/yit-upgrade.php:517
450
  msgid "You can't update the plugins for this site."
451
  msgstr "Non è possibile aggiornare i plugin per questo sito."
452
 
453
- #: lib/yit-upgrade.php:521
454
  msgid ""
455
  "You do not have sufficient permissions to update the plugins for this site."
456
  msgstr ""
457
  "Non sei in possesso delle autorizzazioni necessarie per aggiornare i plugin "
458
  "in questo sito."
459
 
460
- #: lib/yit-upgrade.php:528
461
  msgid "Update Plugin"
462
  msgstr "Aggiorna plugin"
463
 
464
- #: licence/lib/yit-licence.php:182
465
  #, php-format
466
  msgctxt "%s = field name"
467
  msgid "%s field cannot be empty"
468
  msgstr "Il campo %s non può essere vuoto"
469
 
470
- #: licence/lib/yit-licence.php:183
471
  #, php-format
472
  msgid "%s and %s fields cannot be empty"
473
  msgstr "I campi %s e %s non possono essere vuoti"
474
 
475
- #: licence/lib/yit-licence.php:184
476
  msgid "Unable to contact the remote server, please try again later. Thanks!"
477
  msgstr "Impossibile contattare il server remoto, prova più tardi. Grazie!"
478
 
479
- #: licence/lib/yit-licence.php:185
480
  #: licence/templates/panel/activation/activation-panel.php:88
481
  #: licence/templates/panel/activation/activation-panel.php:166
482
  #: licence/templates/panel/activation/activation-panel.php:197
483
- #: templates/metaboxes/types/contactform.php:148
484
- #: templates/metaboxes/types/contactform.php:340
485
  msgid "Email"
486
  msgstr "Email"
487
 
488
- #: licence/lib/yit-licence.php:186
489
  #: licence/templates/panel/activation/activation-panel.php:89
490
  #: licence/templates/panel/activation/activation-panel.php:167
491
  #: licence/templates/panel/activation/activation-panel.php:198
492
  msgid "License Key"
493
  msgstr "Chiave di licenza"
494
 
495
- #: licence/lib/yit-licence.php:187
496
  msgid "Are you sure you want to deactivate the license for current site?"
497
  msgstr "Sei sicuro di voler disattivare la licenza per questo sito?"
498
 
499
- #: licence/lib/yit-licence.php:667
500
  msgid "Invalid Request"
501
  msgstr "Richiesta non valida"
502
 
503
- #: licence/lib/yit-licence.php:668
504
  msgid "Invalid license key"
505
  msgstr "Chiave di licenza non valida"
506
 
507
- #: licence/lib/yit-licence.php:669
508
  msgid "Software has been deactivated"
509
  msgstr "Il software è stato disattivato"
510
 
511
- #: licence/lib/yit-licence.php:670
512
  msgid "Maximum number of activations exceeded"
513
  msgstr "Hai raggiunto il numero massimo di attivazioni"
514
 
515
- #: licence/lib/yit-licence.php:671
516
  msgid "Invalid instance ID"
517
  msgstr "Istanza ID non valida"
518
 
519
- #: licence/lib/yit-licence.php:672
520
  msgid "Invalid security key"
521
  msgstr "Chiave di sicurezza non valida"
522
 
523
- #: licence/lib/yit-licence.php:673
524
  msgid "License key has expired"
525
  msgstr "La chiave di licenza è scaduta"
526
 
527
- #: licence/lib/yit-licence.php:674
528
  msgid "License key has been banned"
529
  msgstr "La chiave di licenza è stata bloccata"
530
 
531
- #: licence/lib/yit-licence.php:675
532
  msgid "Current product is not included in your YITH Club Subscription key"
533
  msgstr "Questo prodotto non è incluso nella tua licenze YITH Club Subscription"
534
 
535
- #: licence/lib/yit-licence.php:676
536
  msgid "Great"
537
  msgstr "Grande!"
538
 
539
- #: licence/lib/yit-licence.php:676
540
  msgid "License successfully activated"
541
  msgstr "Licenza attivata con successo"
542
 
543
- #: licence/lib/yit-licence.php:677
544
  msgid "License key deactivated for website"
545
  msgstr "Chiave di licenza disattivata per il sito web"
546
 
@@ -564,6 +631,18 @@ msgstr ""
564
  "acquistato diverso tempo fa. Dove posso trovarla?"
565
 
566
  #: licence/lib/yit-theme-licence.php:163
 
 
 
 
 
 
 
 
 
 
 
 
567
  msgid ""
568
  "If you have purchased one of our products before 27 January 2015, you can "
569
  "benefit from support and updates (the services offered with the license)\n"
@@ -573,7 +652,7 @@ msgid ""
573
  " After 27 January 2016, instead, if you want to benefit "
574
  "from support and updates you have to buy a new license and activate it "
575
  "through the license key you will be\n"
576
- " provided with and that you can find in your YIThemes "
577
  "account, in section \"My licenses\"."
578
  msgstr ""
579
  "Se hai acquistato uno dei nostri prodotti prima del 27 gennaio 2015, potrai "
@@ -588,8 +667,10 @@ msgstr ""
588
  "sezione \"My licenses\"."
589
 
590
  #: licence/templates/panel/activation/activation-panel.php:23
591
- msgid "Yithemes License Activation"
592
- msgstr "Attivazione licenza YIThemes"
 
 
593
 
594
  #: licence/templates/panel/activation/activation-panel.php:27
595
  msgid ""
@@ -670,399 +751,362 @@ msgstr "Acquista di nuovo"
670
  msgid "Renew license"
671
  msgstr "Rinnova la licenza"
672
 
673
- #: templates/metaboxes/types/ajax-products.php:23
674
- msgid "Search for a product"
 
 
 
 
 
 
 
 
675
  msgstr "Cerca un prodotto"
676
 
677
- #: templates/metaboxes/types/categories.php:36
678
- msgid "No categories."
679
- msgstr "Nessuna categoria"
680
 
681
- #: templates/metaboxes/types/categories.php:42
682
- msgid "+ Add New Category"
683
- msgstr "+ Aggiungi nuova categoria"
684
 
685
- #: templates/metaboxes/types/categories.php:46
686
- msgid "Add"
687
- msgstr "Aggiungi"
688
 
689
- #: templates/metaboxes/types/contactform.php:7
690
- msgid "Text Input"
691
- msgstr "Text input"
692
 
693
- #: templates/metaboxes/types/contactform.php:8
694
- msgid "Checkbox"
695
- msgstr "Checkbox"
696
 
697
- #: templates/metaboxes/types/contactform.php:9
698
- msgid "Select"
699
- msgstr "Select"
700
 
701
- #: templates/metaboxes/types/contactform.php:10
702
- msgid "Textarea"
703
- msgstr "Textarea"
704
 
705
- #: templates/metaboxes/types/contactform.php:11
706
- msgid "Radio Input"
707
- msgstr "Radio input"
 
 
 
 
 
 
708
 
709
- #: templates/metaboxes/types/contactform.php:12
710
- msgid "Password Field"
711
- msgstr "Campo password"
712
 
713
- #: templates/metaboxes/types/contactform.php:13
714
- msgid "File Upload"
715
- msgstr "Carica file"
 
 
 
 
716
 
717
- #: templates/metaboxes/types/contactform.php:47
718
- msgid "Theme Icon"
719
- msgstr "Icona tema"
720
 
721
- #: templates/metaboxes/types/contactform.php:48
722
- msgid "Custom Icon"
723
- msgstr "Icona personalizzata"
 
 
724
 
725
- #: templates/metaboxes/types/contactform.php:49
726
- #: templates/metaboxes/types/responsivesliders.php:24
727
- msgid "None"
728
- msgstr "Nessuno"
729
 
730
- #: templates/metaboxes/types/contactform.php:60
731
- msgid "Add field"
732
- msgstr "Aggiungi campo"
733
 
734
- #: templates/metaboxes/types/contactform.php:69
735
- #: templates/metaboxes/types/contactform.php:261
736
- #: templates/metaboxes/types/customtabs.php:37
737
- #: templates/metaboxes/types/customtabs.php:82
738
- msgid "Remove"
739
- msgstr "Rimuovi"
740
 
741
- #: templates/metaboxes/types/contactform.php:70
742
- #: templates/metaboxes/types/contactform.php:262
743
- msgid "Click to toggle"
744
- msgstr "Fai clic per aprire/chiudere"
745
 
746
- #: templates/metaboxes/types/contactform.php:77
747
- #: templates/metaboxes/types/contactform.php:269
748
- msgid "Field Title"
749
- msgstr "Titolo campo"
750
 
751
- #: templates/metaboxes/types/contactform.php:81
752
- #: templates/metaboxes/types/contactform.php:273
753
- msgid "Insert the title for the field."
754
- msgstr "Inserisci il titolo per il campo"
755
 
756
- #: templates/metaboxes/types/contactform.php:86
757
- #: templates/metaboxes/types/contactform.php:278
758
- msgid "Data Name"
759
- msgstr "Nome dati"
760
 
761
- #: templates/metaboxes/types/contactform.php:90
762
- #: templates/metaboxes/types/contactform.php:282
763
- msgid ""
764
- "REQUIRED: Field identification name to be entered into email body. "
765
- "<strong>Note:</strong>Use only lowercase characters and underscores."
766
- msgstr ""
767
- "RICHIESTO: Nome identificativo del campo da inserire nel corpo dell'email. "
768
- "<strong>Nota:</strong>Puoi utilizzare solamente caratteri minuscoli e "
769
- "underscore."
770
-
771
- #: templates/metaboxes/types/contactform.php:95
772
- #: templates/metaboxes/types/contactform.php:287
773
- msgid "Field Type"
774
- msgstr "Tipologia campo"
775
-
776
- #: templates/metaboxes/types/contactform.php:103
777
- #: templates/metaboxes/types/contactform.php:295
778
- msgid "Select the type for this field."
779
- msgstr "Seleziona il tipo di campo."
780
-
781
- #: templates/metaboxes/types/contactform.php:108
782
- #: templates/metaboxes/types/contactform.php:300
783
- msgid "Checked"
784
- msgstr "Selezionato"
785
-
786
- #: templates/metaboxes/types/contactform.php:112
787
- #: templates/metaboxes/types/contactform.php:304
788
- msgid "Select this option if you want this field appears as already checked."
789
- msgstr "Seleziona questa opzione se vuoi che il campo appaia già selezionato."
790
-
791
- #: templates/metaboxes/types/contactform.php:117
792
- #: templates/metaboxes/types/contactform.php:309
793
- msgid "Add options "
794
- msgstr "Aggiungi opzioni"
795
-
796
- #: templates/metaboxes/types/contactform.php:118
797
- #: templates/metaboxes/types/contactform.php:310
798
- msgid "Add option"
799
- msgstr "Aggiungi opzione"
800
-
801
- #: templates/metaboxes/types/contactform.php:121
802
- #: templates/metaboxes/types/contactform.php:313
803
- #: templates/metaboxes/types/contactform.php:436
804
- msgid "Selected"
805
- msgstr "Selezionato"
806
-
807
- #: templates/metaboxes/types/contactform.php:124
808
- #: templates/metaboxes/types/contactform.php:316
809
- #: templates/metaboxes/types/contactform.php:436
810
- msgid "Delete option"
811
- msgstr "Cancella opzione"
812
-
813
- #: templates/metaboxes/types/contactform.php:130
814
- #: templates/metaboxes/types/contactform.php:322
815
- msgid "Error Message"
816
- msgstr "Messaggio di errore"
817
-
818
- #: templates/metaboxes/types/contactform.php:134
819
- #: templates/metaboxes/types/contactform.php:326
820
- msgid "Insert the error message for validation."
821
- msgstr "Inserisci il messaggio di errore per la validazione"
822
-
823
- #: templates/metaboxes/types/contactform.php:139
824
- #: templates/metaboxes/types/contactform.php:331
825
- msgid "Required"
826
- msgstr "Obbligatorio"
827
-
828
- #: templates/metaboxes/types/contactform.php:143
829
- #: templates/metaboxes/types/contactform.php:335
830
- msgid "Select this option if it must be required."
831
- msgstr "Seleziona questa opzione se deve essere obbligatoria."
832
-
833
- #: templates/metaboxes/types/contactform.php:152
834
- #: templates/metaboxes/types/contactform.php:344
835
- msgid "Select this option if the email must be valid."
836
- msgstr "Seleziona questa opzione se l'email inserita deve essere esistente."
837
-
838
- #: templates/metaboxes/types/contactform.php:157
839
- #: templates/metaboxes/types/contactform.php:349
840
- msgid "Reply To"
841
- msgstr "Rispondi a"
842
-
843
- #: templates/metaboxes/types/contactform.php:161
844
- #: templates/metaboxes/types/contactform.php:353
845
- msgid "Select this if it is the email you can reply to."
846
- msgstr "Seleziona questo se è l'email a cui poter rispondere. "
847
-
848
- #: templates/metaboxes/types/contactform.php:166
849
- #: templates/metaboxes/types/contactform.php:358
850
- msgid "Class"
851
- msgstr "Classe"
852
-
853
- #: templates/metaboxes/types/contactform.php:170
854
- #: templates/metaboxes/types/contactform.php:362
855
- msgid ""
856
- "Insert additional class(es) (separated by commas) for more personalization."
857
- msgstr ""
858
- "Inserisci una o più classi (separate da virgole) per una ulteriore "
859
- "personalizzazione."
860
-
861
- #: templates/metaboxes/types/contactform.php:175
862
- #: templates/metaboxes/types/contactform.php:367
863
- msgid "Icon"
864
- msgstr "Icona"
865
-
866
- #: templates/metaboxes/types/contactform.php:203
867
- #: templates/metaboxes/types/contactform.php:391
868
- #: templates/metaboxes/types/icon-list.php:69
869
- #: templates/metaboxes/types/select-icon.php:33
870
- #: templates/metaboxes/types/upload.php:21 templates/panel/types/upload.php:31
871
  #: templates/panel/woocommerce/woocommerce-upload.php:40
872
  msgid "Upload"
873
  msgstr "Carica"
874
 
875
- #: templates/metaboxes/types/contactform.php:209
876
- #: templates/metaboxes/types/contactform.php:397
877
- #: templates/metaboxes/types/icon-list.php:75
878
- #: templates/metaboxes/types/select-icon.php:39
 
879
  msgid "Image preview"
880
  msgstr "Anteprima immagine"
881
 
882
- #: templates/metaboxes/types/contactform.php:217
883
- #: templates/metaboxes/types/contactform.php:405
884
- msgid "Insert an icon for more personalization."
885
- msgstr "Inserisci un'icona per ulteriore personalizzazione."
886
 
887
- #: templates/metaboxes/types/contactform.php:222
888
- #: templates/metaboxes/types/contactform.php:409
889
- msgid "Width"
890
- msgstr "Larghezza"
891
 
892
- #: templates/metaboxes/types/contactform.php:247
893
- #: templates/metaboxes/types/contactform.php:421
894
- msgid "Set field length."
895
- msgstr "Seleziona lunghezza campo."
896
 
897
- #: templates/metaboxes/types/customtabs.php:28
898
- msgid "Close all"
899
- msgstr "Chiudi tutti"
 
900
 
901
- #: templates/metaboxes/types/customtabs.php:28
902
- msgid "Expand all"
903
- msgstr "Espandi tutti"
 
904
 
905
- #: templates/metaboxes/types/customtabs.php:52
906
- #: templates/metaboxes/types/customtabs.php:95
907
- msgid "Value"
908
- msgstr "Valore"
909
 
910
- #: templates/metaboxes/types/customtabs.php:53
911
- #: templates/metaboxes/types/customtabs.php:96
912
- msgid "Content of the tab. (HTML is supported)"
913
- msgstr "Contenuto della scheda (codice HTML supportato)."
 
 
 
 
 
 
 
 
 
914
 
915
- #: templates/metaboxes/types/customtabs.php:65
916
- msgid "Add custom product tab"
917
- msgstr "Aggiungi scheda prodotto personalizzata"
 
 
918
 
919
- #: templates/metaboxes/types/customtabs.php:107
920
- msgid "Do you want to remove the custom tab?"
921
- msgstr "Vuoi rimuovere la scheda personalizzata?"
922
 
923
- #: templates/metaboxes/types/icon-list.php:89
924
- #, php-format
925
- msgid "(Default: %s <img src=\"%s\"/>)"
926
- msgstr "(Default: %s <img src=\"%s\"/>)"
927
 
928
- #: templates/metaboxes/types/icon-list.php:91
929
- #, php-format
930
- msgid "(Default: <i %s></i> )"
931
- msgstr "(Default: <i %s></i> )"
 
 
932
 
933
- #: templates/metaboxes/types/image-gallery.php:40
934
- #: templates/metaboxes/types/image-gallery.php:45
935
- #: templates/metaboxes/types/images.php:38
936
- #: templates/metaboxes/types/images.php:64
937
- msgid "Delete image"
938
- msgstr "Rimuovi immagine"
939
 
940
- #: templates/metaboxes/types/image-gallery.php:45
941
- msgid "Add Images to Gallery"
942
- msgstr "Aggiungi immagini alla galleria"
943
 
944
- #: templates/metaboxes/types/image-gallery.php:45
945
- msgid "Add to gallery"
946
- msgstr "Aggiungi alla galleria"
947
 
948
- #: templates/metaboxes/types/image-gallery.php:45
949
- msgid "Add images"
950
- msgstr "Aggiungi immagini"
951
 
952
- #: templates/metaboxes/types/image-gallery.php:45
953
- msgid "Delete"
954
- msgstr "Rimuovi"
955
 
956
- #: templates/metaboxes/types/images.php:42
957
- msgid "Upload new images"
958
- msgstr "Carica nuove immagini"
959
 
960
- #: templates/metaboxes/types/images.php:75
961
- msgid "Are you sure you want to remove this image?"
962
- msgstr "Confermi di voler rimuovere questa immagine?"
963
 
964
- #: templates/metaboxes/types/sidebar-layout.php:25
965
- #: templates/metaboxes/types/sidebars.php:36
966
- msgid "Left sidebar"
967
- msgstr "Barra laterale sinistra"
968
 
969
- #: templates/metaboxes/types/sidebar-layout.php:28
970
- #: templates/metaboxes/types/sidebars.php:42
971
- #: templates/metaboxes/types/sidebars.php:45
972
- msgid "No sidebar"
973
- msgstr "Nessuna barra laterale"
974
 
975
- #: templates/metaboxes/types/sidebar-layout.php:31
976
- #: templates/metaboxes/types/sidebars.php:39
977
- msgid "Right sidebar"
978
- msgstr "Barra laterale destra"
979
 
980
- #: templates/metaboxes/types/sidebar-layout.php:34
981
- #: templates/metaboxes/types/sidebars.php:53
982
- #: templates/metaboxes/types/sidebars.php:64
983
- msgid "Choose a sidebar"
984
- msgstr "Scegli una barra laterale"
985
 
986
- #: templates/metaboxes/types/sidebars.php:51
987
- msgid "Left Sidebar"
988
- msgstr "Barra laterale sinistra"
989
 
990
- #: templates/metaboxes/types/sidebars.php:62
991
- msgid "Right Sidebar"
992
- msgstr "Barra laterale destra"
993
 
994
- #: templates/metaboxes/types/typography.php:42
995
- msgid "px"
996
- msgstr "px"
997
 
998
- #: templates/metaboxes/types/typography.php:43
999
- msgid "em"
1000
- msgstr "em"
1001
 
1002
- #: templates/metaboxes/types/typography.php:44
1003
- msgid "pt"
1004
- msgstr "pt"
1005
 
1006
- #: templates/metaboxes/types/typography.php:45
1007
- msgid "rem"
1008
- msgstr "rem"
1009
 
1010
- #: templates/metaboxes/types/typography.php:59
1011
- #: templates/metaboxes/types/typography.php:153
1012
- #: templates/metaboxes/types/typography.php:217
1013
- msgid "Web fonts"
1014
- msgstr "Web fonts"
1015
 
1016
- #: templates/metaboxes/types/typography.php:71
1017
- msgid "Google fonts"
1018
- msgstr "Google fonts"
 
 
 
 
1019
 
1020
- #: templates/metaboxes/types/typography.php:96
1021
- msgid "Regular"
1022
- msgstr "Normale"
1023
 
1024
- #: templates/metaboxes/types/typography.php:97
1025
- msgid "Bold"
1026
- msgstr "Grassetto"
1027
 
1028
- #: templates/metaboxes/types/typography.php:98
1029
- msgid "Extra bold"
1030
- msgstr "Extra bold"
1031
 
1032
- #: templates/metaboxes/types/typography.php:99
1033
- msgid "Italic"
1034
- msgstr "Corsivo"
 
1035
 
1036
- #: templates/metaboxes/types/typography.php:100
1037
- msgid "Italic bold"
1038
- msgstr "Grassetto corsivo"
1039
 
1040
- #: templates/panel/sidebar/widgets/widgets.php:17
1041
- msgid "Join the club"
1042
- msgstr "Iscriviti al Club"
1043
 
1044
- #: templates/panel/sidebar/widgets/widgets.php:24
1045
- msgid "Despacho Theme - 100% FREE"
1046
- msgstr "Despacho Theme - 100% GRATUITO"
1047
 
1048
- #: templates/panel/sidebar/widgets/widgets.php:28
1049
- msgid "FREE!"
1050
- msgstr "GRATIS!"
1051
 
1052
- #: templates/panel/sidebar/widgets/widgets.php:34
1053
- msgid "Important Links"
1054
- msgstr "Link importanti"
1055
 
1056
- #: templates/panel/types/upload.php:32
1057
- msgid "Reset"
1058
- msgstr "Ripristina"
1059
 
1060
- #: templates/panel/woocommerce/woocommerce-form.php:17
1061
- msgid "Reset Defaults"
1062
- msgstr "Ripristina impostazioni iniziali"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1063
 
1064
- #~ msgid "Premium version upgrade"
1065
- #~ msgstr "Aggiorna alla versione PREMIUM"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1066
 
1067
  #~ msgid ""
1068
  #~ "Have you purchased the premium version of a plugin? Don't you know how to "
@@ -1169,9 +1213,6 @@ msgstr "Ripristina impostazioni iniziali"
1169
  #~ "facilmente recuperarla dalla sezione \"My Licenses\" all'interno della "
1170
  #~ "sezione My Account del nostro sito yithemes.com."
1171
 
1172
- #~ msgid "YITH Plugins"
1173
- #~ msgstr "YITH Plugins"
1174
-
1175
  #~ msgid ""
1176
  #~ "The last step is the activation of the plugin through its license key you "
1177
  #~ "received after the purchase. Click on \"License Activation\" that you "
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-08-02 16:02+0200\n"
8
+ "PO-Revision-Date: 2018-08-02 16:02+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.0.8\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"
22
  "X-Textdomain-Support: yes\n"
23
  "X-Poedit-SearchPath-0: .\n"
24
 
25
+ #: lib/privacy/yit-privacy.php:24
26
+ #, fuzzy
27
+ #| msgid "YITH Plugins"
28
+ msgctxt "Privacy Policy Guide Title"
29
+ msgid "YITH Plugins"
30
+ msgstr "YITH Plugins"
31
+
32
+ #: lib/privacy/yit-privacy.php:59
33
+ msgctxt "Privacy Policy Content"
34
+ msgid ""
35
+ "This sample language includes the basics around what personal data your "
36
+ "store may be collecting, storing and sharing, as well as who may have access "
37
+ "to that data. Depending on what settings are enabled and which additional "
38
+ "plugins are used, the specific information shared by your store will vary. "
39
+ "We recommend consulting with a lawyer when deciding what information to "
40
+ "disclose on your privacy policy."
41
+ msgstr ""
42
+
43
+ #: lib/privacy/yit-privacy.php:63
44
+ msgctxt "Privacy Policy Content"
45
+ msgid "What we collect and store"
46
+ msgstr ""
47
+
48
+ #: lib/privacy/yit-privacy.php:66
49
+ msgctxt "Privacy Policy Content"
50
+ msgid "Who on our team has access"
51
+ msgstr ""
52
+
53
+ #: lib/privacy/yit-privacy.php:69
54
+ msgctxt "Privacy Policy Content"
55
+ msgid "What we share with others"
56
+ msgstr ""
57
+
58
+ #: lib/privacy/yit-privacy.php:72
59
+ msgctxt "Privacy Policy Content"
60
+ msgid "Payments"
61
+ msgstr ""
62
+
63
  #: lib/yit-cpt-unlimited.php:460 lib/yit-cpt-unlimited.php:574
64
  #: lib/yit-cpt-unlimited.php:719 lib/yit-cpt-unlimited.php:1632
65
  #, php-format
119
  msgid "Category"
120
  msgstr "Categoria"
121
 
122
+ #: lib/yit-cpt-unlimited.php:627 templates/fields/ajax-terms.php:56
123
  msgid "Search Categories"
124
  msgstr "Cerca categorie"
125
 
165
  msgstr "Impostazioni %s"
166
 
167
  #: lib/yit-cpt-unlimited.php:1048 lib/yit-cpt-unlimited.php:1196
168
+ #: lib/yit-cpt-unlimited.php:1202 lib/yit-plugin-panel.php:73
169
  msgid "Settings"
170
  msgstr "Impostazioni"
171
 
250
  msgid "Show frontend of the %s"
251
  msgstr "Mostra front end di %s"
252
 
253
+ #: lib/yit-cpt-unlimited.php:1482 templates/fields/customtabs.php:46
254
+ #: templates/fields/customtabs.php:89
255
  msgid "Name"
256
  msgstr "Nome"
257
 
264
  msgid "Upload multiple files"
265
  msgstr "Carica file multipli"
266
 
267
+ #: lib/yit-plugin-panel-wc.php:382
 
 
 
 
 
 
 
 
268
  msgid "The changes you have made will be lost if you leave this page."
269
  msgstr "Perderai tutti i cambiamenti effettuati se lasci questa pagina."
270
 
271
+ #: lib/yit-plugin-panel.php:72
272
  msgid "Plugin Settings"
273
  msgstr "Impostazioni plugin"
274
 
275
+ #: lib/yit-plugin-panel.php:330 lib/yit-plugin-panel.php:333
276
  msgid "How to install premium version"
277
  msgstr "Come installare la versione premium"
278
 
279
+ #: lib/yit-plugin-panel.php:384 lib/yit-plugin-subpanel.php:155
280
  #: templates/panel/woocommerce/woocommerce-form.php:11
281
  msgid "Save Changes"
282
  msgstr "Salva modifiche"
283
 
284
+ #: lib/yit-plugin-panel.php:387 lib/yit-plugin-subpanel.php:158
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."
289
  "Se prosegui con questa azione, tutte le opzioni di questa pagina saranno "
290
  "reimpostate."
291
 
292
+ #: lib/yit-plugin-panel.php:389 lib/yit-plugin-subpanel.php:160
293
  msgid "Reset to default"
294
  msgstr "Ripristina configurazione predefinita"
295
 
296
+ #: lib/yit-plugin-panel.php:390 lib/yit-plugin-subpanel.php:161
297
  #: templates/panel/woocommerce/woocommerce-form.php:18
298
  msgid "Are you sure?"
299
  msgstr "Sei sicuro?"
300
 
301
+ #: lib/yit-plugin-panel.php:524
302
  msgid ""
303
  "The element you have entered already exists. Please, enter another name."
304
  msgstr "L'elemento inserito esiste già. Per favore, inserisci un altro nome."
305
 
306
+ #: lib/yit-plugin-panel.php:525
307
  msgid "Settings saved"
308
  msgstr "Impostazioni salvate"
309
 
310
+ #: lib/yit-plugin-panel.php:526
311
  msgid "Settings reset"
312
  msgstr "Impostazioni azzerate"
313
 
314
+ #: lib/yit-plugin-panel.php:527
315
  msgid "Element deleted correctly."
316
  msgstr "Elemento rimosso correttamente."
317
 
318
+ #: lib/yit-plugin-panel.php:528 lib/yit-plugin-panel.php:529
319
  msgid "Element updated correctly."
320
  msgstr "Elemento aggiornato correttamente."
321
 
322
+ #: lib/yit-plugin-panel.php:530
323
  msgid "Database imported correctly."
324
  msgstr "Database importato correttamente."
325
 
326
+ #: lib/yit-plugin-panel.php:531
327
  msgid "An error has occurred during import. Please try again."
328
  msgstr "Si è verificato un errore durante l'importazione. Prova di nuovo."
329
 
330
+ #: lib/yit-plugin-panel.php:532
331
  msgid "The added file is not valid."
332
  msgstr "Il file aggiunto non è valido."
333
 
334
+ #: lib/yit-plugin-panel.php:533
335
  msgid "Sorry, import is disabled."
336
  msgstr "Ci dispiace, l'importazione è disabilitata."
337
 
338
+ #: lib/yit-plugin-panel.php:534
339
  msgid "Sorting successful."
340
  msgstr "Ordinamento effettuato con successo."
341
 
 
 
 
 
 
 
 
 
342
  #: lib/yit-pointers.php:70
343
  msgid "Plugins Activated"
344
  msgstr "Plugin attivati"
345
 
346
  #: lib/yit-pointers.php:71
347
+ #, fuzzy
348
+ #| msgid ""
349
+ #| "From now on, you can find all plugin options in YIT Plugin menu.\n"
350
+ #| " For each plugin installed, "
351
+ #| "customization settings will be available as a new entry in YIT Plugin "
352
+ #| "menu."
353
  msgid ""
354
+ "From now on, you can find all plugin options in YITH Plugins menu.\n"
355
+ " Plugin customization settings will be "
356
+ "available as a new entry in YITH Plugins menu."
357
  msgstr ""
358
  "Da ora in poi, puoi trovare tutte le opzioni dei tuoi plugin nel menu Plugin "
359
  "YIT.\n"
373
  msgstr "Plugin aggiornati"
374
 
375
  #: lib/yit-pointers.php:85
376
+ #, fuzzy
377
+ #| msgid ""
378
+ #| "From now on, you can find all options of your plugins in YIT Plugin "
379
+ #| "menu.\n"
380
+ #| " Any time one of our plugins is "
381
+ #| "updated, a new entry will be added to this menu.\n"
382
+ #| " For example, after the update, plugin "
383
+ #| "options (such as for YITH WooCommerce Wishlist, YITH WooCommerce Ajax "
384
+ #| "Search, etc.)\n"
385
+ #| " will be moved from previous location "
386
+ #| "to YIT Plugin tab."
387
  msgid ""
388
+ "From now on, you can find the option panel of YITH plugins in YITH Plugins "
389
+ "menu.\n"
390
+ " Every time one of our plugins is added, "
391
  "a new entry will be added to this menu.\n"
392
  " For example, after the update, plugin "
393
  "options (such as for YITH WooCommerce Wishlist, YITH WooCommerce Ajax "
394
  "Search, etc.)\n"
395
  " will be moved from previous location to "
396
+ "YITH Plugins tab."
397
  msgstr ""
398
  "Da ora in poi, troverai tutte le opzioni dei tuoi plugin nel menu Plugin "
399
  "YIT.\n"
403
  "quelle di YITH WooCommerce Wishlist, YITH WooCommerce Ajax Search etc.)\n"
404
  "saranno trasferite nella scheda Plugin YIT."
405
 
406
+ #: lib/yit-upgrade.php:89
407
+ #, fuzzy
408
+ #| msgid "Unable to contact the remote server, please try again later. Thanks!"
409
+ msgid "An unexpected error occurred, please try again later. Thanks!"
410
+ msgstr "Impossibile contattare il server remoto, prova più tardi. Grazie!"
411
+
412
+ #: lib/yit-upgrade.php:184
413
  msgid "There is a new version of %plugin_name% available."
414
  msgstr "Una nuova versione di %plugin_name% è disponibile."
415
 
416
+ #: lib/yit-upgrade.php:185
417
  msgid "View version %latest% details."
418
  msgstr "Visualizza i dettagli della versione %latest%."
419
 
420
+ #: lib/yit-upgrade.php:186
421
  msgid "Automatic update is unavailable for this plugin,"
422
  msgstr "L'aggiornamento automatico non è disponibile per questo plugin,"
423
 
424
+ #: lib/yit-upgrade.php:187
425
  msgid ""
426
  "please <a href=\"%activate_link%\">activate</a> your copy of %plugin_name%."
427
  msgstr ""
428
  "per favore, <a href=\"%activate_link%\">attiva</a> la tua copia di "
429
  "%plugin_name%."
430
 
431
+ #: lib/yit-upgrade.php:188
432
  msgid "Update now."
433
  msgstr "Aggiorna adesso."
434
 
435
+ #: lib/yit-upgrade.php:288
436
+ #, fuzzy
437
+ #| msgid "YIThemes Repository"
438
+ msgid "YITH Repository"
439
  msgstr "Repository YIThemes"
440
 
441
+ #: lib/yit-upgrade.php:322
442
  msgid "Invalid URL Provided."
443
  msgstr "L'URL inserito non è valido."
444
 
445
+ #: lib/yit-upgrade.php:335
446
  msgid "Could not create Temporary file."
447
  msgstr "Non è stato possibile creare il file temporaneo."
448
 
449
+ #: lib/yit-upgrade.php:495
450
+ #, fuzzy, php-format
451
+ #| msgid ""
452
+ #| "There is a new version of %1$s available. <a href=\"%2$s\" class="
453
+ #| "\"thickbox yit-changelog-button\" title=\"%3$s\">View version %4$s "
454
+ #| "details</a>."
455
  msgid ""
456
  "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
457
+ "yit-changelog-button open-plugin-details-modal\" title=\"%3$s\">View version "
458
+ "%4$s details</a>."
459
  msgstr ""
460
  "È disponibile una nuova versione di %1$s. <a href=\"%2$s\" class=\"thickbox "
461
  "yit-changelog-button\" title=\"%3$s\">Visualizza i dettagli della versione "
462
  "%4$s</a>."
463
 
464
+ #: lib/yit-upgrade.php:497
465
+ #, fuzzy, php-format
466
+ #| msgid ""
467
+ #| "There is a new version of %1$s available. <a href=\"%2$s\" class="
468
+ #| "\"thickbox yit-changelog-button\" title=\"%3$s\">View version %4$s "
469
+ #| "details</a>. <em>You have to activate the plugin on a single site of the "
470
+ #| "network to benefit from automatic updates.</em>"
471
  msgid ""
472
  "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
473
+ "yit-changelog-button open-plugin-details-modal\" title=\"%3$s\">View version "
474
+ "%4$s details</a>. <em>You have to activate the plugin on a single site of "
475
+ "the network to benefit from automatic updates.</em>"
476
  msgstr ""
477
  "È disponibile una nuova versioni di %1$s. <a href=\"%2$s\" class=\"thickbox "
478
  "yit-changelog-button\" title=\"%3$s\">Visualizza i dettagli della versione "
479
  "%4$s</a>. <em>Per poter usufruire degli aggiornamenti automatici è "
480
  "necessario attivare il plugin su un solo sito.</em>"
481
 
482
+ #: lib/yit-upgrade.php:499
483
+ #, fuzzy, php-format
484
+ #| msgid ""
485
+ #| "There is a new version of %1$s available. <a href=\"%2$s\" class="
486
+ #| "\"thickbox yit-changelog-button\" title=\"%3$s\">View version %4$s "
487
+ #| "details</a>. <em>Automatic update is unavailable for this plugin, please "
488
+ #| "<a href=\"%5$s\" title=\"License activation\">activate</a> your copy of "
489
+ #| "%6s.</em>"
490
  msgid ""
491
  "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
492
+ "yit-changelog-button open-plugin-details-modal\" title=\"%3$s\">View version "
493
+ "%4$s details</a>. <em>Automatic update is unavailable for this plugin, "
494
+ "please <a href=\"%5$s\" title=\"License activation\">activate</a> your copy "
495
+ "of %6s.</em>"
496
  msgstr ""
497
  "È disponibile una nuova versione di %1$s. <a href=\"%2$s\" class=\"thickbox "
498
  "yit-changelog-button\" title=\"%3$s\">Visualizza i dettagli della versione "
500
  "plugin, per piacere <a href=\"%5$s\" title=\"License activation\">attivi</a> "
501
  "la sua copia di %6s.</em>"
502
 
503
+ #: lib/yit-upgrade.php:501
504
+ #, fuzzy, php-format
505
+ #| msgid ""
506
+ #| "There is a new version of %1$s available. <a href=\"%2$s\" class="
507
+ #| "\"thickbox yit-changelog-button\" title=\"%3$s\">View version %4$s "
508
+ #| "details</a> or <a href=\"%5$s\">update now</a>."
509
  msgid ""
510
  "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
511
+ "yit-changelog-button open-plugin-details-modal\" title=\"%3$s\">View version "
512
+ "%4$s details</a> or <a href=\"%5$s\">update now</a>."
513
  msgstr ""
514
  "È disponibile una nuova versioni di %1$s. <a href=\"%2$s\" class=\"thickbox "
515
  "yit-changelog-button\" title=\"%3$s\">Visualizza i dettagli della versione "
516
  "%4$s</a> oppure <a href=\"%5$s\">aggiorna adesso</a>."
517
 
518
+ #: lib/yit-upgrade.php:574
519
  msgid "You can't update the plugins for this site."
520
  msgstr "Non è possibile aggiornare i plugin per questo sito."
521
 
522
+ #: lib/yit-upgrade.php:578
523
  msgid ""
524
  "You do not have sufficient permissions to update the plugins for this site."
525
  msgstr ""
526
  "Non sei in possesso delle autorizzazioni necessarie per aggiornare i plugin "
527
  "in questo sito."
528
 
529
+ #: lib/yit-upgrade.php:585
530
  msgid "Update Plugin"
531
  msgstr "Aggiorna plugin"
532
 
533
+ #: licence/lib/yit-licence.php:187
534
  #, php-format
535
  msgctxt "%s = field name"
536
  msgid "%s field cannot be empty"
537
  msgstr "Il campo %s non può essere vuoto"
538
 
539
+ #: licence/lib/yit-licence.php:188
540
  #, php-format
541
  msgid "%s and %s fields cannot be empty"
542
  msgstr "I campi %s e %s non possono essere vuoti"
543
 
544
+ #: licence/lib/yit-licence.php:189
545
  msgid "Unable to contact the remote server, please try again later. Thanks!"
546
  msgstr "Impossibile contattare il server remoto, prova più tardi. Grazie!"
547
 
548
+ #: licence/lib/yit-licence.php:190
549
  #: licence/templates/panel/activation/activation-panel.php:88
550
  #: licence/templates/panel/activation/activation-panel.php:166
551
  #: licence/templates/panel/activation/activation-panel.php:197
 
 
552
  msgid "Email"
553
  msgstr "Email"
554
 
555
+ #: licence/lib/yit-licence.php:191
556
  #: licence/templates/panel/activation/activation-panel.php:89
557
  #: licence/templates/panel/activation/activation-panel.php:167
558
  #: licence/templates/panel/activation/activation-panel.php:198
559
  msgid "License Key"
560
  msgstr "Chiave di licenza"
561
 
562
+ #: licence/lib/yit-licence.php:192
563
  msgid "Are you sure you want to deactivate the license for current site?"
564
  msgstr "Sei sicuro di voler disattivare la licenza per questo sito?"
565
 
566
+ #: licence/lib/yit-licence.php:678
567
  msgid "Invalid Request"
568
  msgstr "Richiesta non valida"
569
 
570
+ #: licence/lib/yit-licence.php:679
571
  msgid "Invalid license key"
572
  msgstr "Chiave di licenza non valida"
573
 
574
+ #: licence/lib/yit-licence.php:680
575
  msgid "Software has been deactivated"
576
  msgstr "Il software è stato disattivato"
577
 
578
+ #: licence/lib/yit-licence.php:681
579
  msgid "Maximum number of activations exceeded"
580
  msgstr "Hai raggiunto il numero massimo di attivazioni"
581
 
582
+ #: licence/lib/yit-licence.php:682
583
  msgid "Invalid instance ID"
584
  msgstr "Istanza ID non valida"
585
 
586
+ #: licence/lib/yit-licence.php:683
587
  msgid "Invalid security key"
588
  msgstr "Chiave di sicurezza non valida"
589
 
590
+ #: licence/lib/yit-licence.php:684
591
  msgid "License key has expired"
592
  msgstr "La chiave di licenza è scaduta"
593
 
594
+ #: licence/lib/yit-licence.php:685
595
  msgid "License key has been banned"
596
  msgstr "La chiave di licenza è stata bloccata"
597
 
598
+ #: licence/lib/yit-licence.php:686
599
  msgid "Current product is not included in your YITH Club Subscription key"
600
  msgstr "Questo prodotto non è incluso nella tua licenze YITH Club Subscription"
601
 
602
+ #: licence/lib/yit-licence.php:687
603
  msgid "Great"
604
  msgstr "Grande!"
605
 
606
+ #: licence/lib/yit-licence.php:687
607
  msgid "License successfully activated"
608
  msgstr "Licenza attivata con successo"
609
 
610
+ #: licence/lib/yit-licence.php:688
611
  msgid "License key deactivated for website"
612
  msgstr "Chiave di licenza disattivata per il sito web"
613
 
631
  "acquistato diverso tempo fa. Dove posso trovarla?"
632
 
633
  #: licence/lib/yit-theme-licence.php:163
634
+ #, fuzzy
635
+ #| msgid ""
636
+ #| "If you have purchased one of our products before 27 January 2015, you can "
637
+ #| "benefit from support and updates (the services offered with the license)\n"
638
+ #| " until 27 January 2016 and you do not have to purchase "
639
+ #| "it again to get a new license key, because, before this date, your "
640
+ #| "license used to be activated automatically by our system.\n"
641
+ #| " After 27 January 2016, instead, if you want to "
642
+ #| "benefit from support and updates you have to buy a new license and "
643
+ #| "activate it through the license key you will be\n"
644
+ #| " provided with and that you can find in your YIThemes "
645
+ #| "account, in section \"My licenses\"."
646
  msgid ""
647
  "If you have purchased one of our products before 27 January 2015, you can "
648
  "benefit from support and updates (the services offered with the license)\n"
652
  " After 27 January 2016, instead, if you want to benefit "
653
  "from support and updates you have to buy a new license and activate it "
654
  "through the license key you will be\n"
655
+ " provided with and that you can find in your YITH "
656
  "account, in section \"My licenses\"."
657
  msgstr ""
658
  "Se hai acquistato uno dei nostri prodotti prima del 27 gennaio 2015, potrai "
667
  "sezione \"My licenses\"."
668
 
669
  #: licence/templates/panel/activation/activation-panel.php:23
670
+ #, fuzzy
671
+ #| msgid "License Activation"
672
+ msgid "YITH License Activation"
673
+ msgstr "Attivazione licenza"
674
 
675
  #: licence/templates/panel/activation/activation-panel.php:27
676
  msgid ""
751
  msgid "Renew license"
752
  msgstr "Rinnova la licenza"
753
 
754
+ #: templates/fields/ajax-posts.php:57
755
+ #, fuzzy
756
+ #| msgid "Search %s"
757
+ msgid "Search Posts"
758
+ msgstr "Cerca %s"
759
+
760
+ #: templates/fields/ajax-products.php:16
761
+ #, fuzzy
762
+ #| msgid "Search for a product"
763
+ msgid "Search Product"
764
  msgstr "Cerca un prodotto"
765
 
766
+ #: templates/fields/customtabs.php:28
767
+ msgid "Close all"
768
+ msgstr "Chiudi tutti"
769
 
770
+ #: templates/fields/customtabs.php:28
771
+ msgid "Expand all"
772
+ msgstr "Espandi tutti"
773
 
774
+ #: templates/fields/customtabs.php:37 templates/fields/customtabs.php:81
775
+ msgid "Remove"
776
+ msgstr "Rimuovi"
777
 
778
+ #: templates/fields/customtabs.php:52 templates/fields/customtabs.php:94
779
+ msgid "Value"
780
+ msgstr "Valore"
781
 
782
+ #: templates/fields/customtabs.php:53 templates/fields/customtabs.php:95
783
+ msgid "Content of the tab. (HTML is supported)"
784
+ msgstr "Contenuto della scheda (codice HTML supportato)."
785
 
786
+ #: templates/fields/customtabs.php:65
787
+ msgid "Add custom product tab"
788
+ msgstr "Aggiungi scheda prodotto personalizzata"
789
 
790
+ #: templates/fields/customtabs.php:106
791
+ msgid "Do you want to remove the custom tab?"
792
+ msgstr "Vuoi rimuovere la scheda personalizzata?"
793
 
794
+ #: templates/fields/icons.php:58
795
+ #, fuzzy
796
+ #| msgid "Reset Defaults"
797
+ msgid "Set Default"
798
+ msgstr "Ripristina impostazioni iniziali"
799
+
800
+ #: templates/fields/image-gallery.php:34 templates/fields/image-gallery.php:39
801
+ msgid "Delete image"
802
+ msgstr "Rimuovi immagine"
803
 
804
+ #: templates/fields/image-gallery.php:39
805
+ msgid "Add Images to Gallery"
806
+ msgstr "Aggiungi immagini alla galleria"
807
 
808
+ #: templates/fields/image-gallery.php:39
809
+ msgid "Add to gallery"
810
+ msgstr "Aggiungi alla galleria"
811
+
812
+ #: templates/fields/image-gallery.php:39
813
+ msgid "Add images"
814
+ msgstr "Aggiungi immagini"
815
 
816
+ #: templates/fields/image-gallery.php:39
817
+ msgid "Delete"
818
+ msgstr "Rimuovi"
819
 
820
+ #: templates/fields/select-buttons.php:26
821
+ #, fuzzy
822
+ #| msgid "Select"
823
+ msgid "Select All"
824
+ msgstr "Select"
825
 
826
+ #: templates/fields/select-buttons.php:33
827
+ msgid "Deselect All"
828
+ msgstr ""
 
829
 
830
+ #: templates/fields/sidebars.php:22
831
+ msgid "Left sidebar"
832
+ msgstr "Barra laterale sinistra"
833
 
834
+ #: templates/fields/sidebars.php:25
835
+ msgid "Right sidebar"
836
+ msgstr "Barra laterale destra"
 
 
 
837
 
838
+ #: templates/fields/sidebars.php:28 templates/fields/sidebars.php:31
839
+ msgid "No sidebar"
840
+ msgstr "Nessuna barra laterale"
 
841
 
842
+ #: templates/fields/sidebars.php:39
843
+ msgid "Left Sidebar"
844
+ msgstr "Barra laterale sinistra"
 
845
 
846
+ #: templates/fields/sidebars.php:41 templates/fields/sidebars.php:54
847
+ msgid "Choose a sidebar"
848
+ msgstr "Scegli una barra laterale"
 
849
 
850
+ #: templates/fields/sidebars.php:52
851
+ msgid "Right Sidebar"
852
+ msgstr "Barra laterale destra"
 
853
 
854
+ #: templates/fields/upload.php:18 templates/metaboxes/types/icon-list.php:70
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
855
  #: templates/panel/woocommerce/woocommerce-upload.php:40
856
  msgid "Upload"
857
  msgstr "Carica"
858
 
859
+ #: templates/fields/upload.php:19
860
+ msgid "Reset"
861
+ msgstr "Ripristina"
862
+
863
+ #: templates/metaboxes/types/icon-list.php:76
864
  msgid "Image preview"
865
  msgstr "Anteprima immagine"
866
 
867
+ #: templates/metaboxes/types/icon-list.php:90
868
+ #, php-format
869
+ msgid "(Default: %s <img src=\"%s\"/>)"
870
+ msgstr "(Default: %s <img src=\"%s\"/>)"
871
 
872
+ #: templates/metaboxes/types/icon-list.php:92
873
+ #, php-format
874
+ msgid "(Default: <i %s></i> )"
875
+ msgstr "(Default: <i %s></i> )"
876
 
877
+ #: templates/panel/woocommerce/woocommerce-form.php:17
878
+ msgid "Reset Defaults"
879
+ msgstr "Ripristina impostazioni iniziali"
 
880
 
881
+ #: yit-plugin.php:76
882
+ msgctxt "Plugin Row Meta"
883
+ msgid "Live Demo"
884
+ msgstr ""
885
 
886
+ #: yit-plugin.php:81
887
+ msgctxt "Plugin Row Meta"
888
+ msgid "Documentation"
889
+ msgstr ""
890
 
891
+ #: yit-plugin.php:86
892
+ msgctxt "Plugin Row Meta"
893
+ msgid "Support"
894
+ msgstr ""
895
 
896
+ #: yit-plugin.php:91
897
+ #, fuzzy
898
+ #| msgid "Premium version upgrade"
899
+ msgctxt "Plugin Row Meta"
900
+ msgid "Premium version"
901
+ msgstr "Aggiorna alla versione PREMIUM"
902
+
903
+ #: yit-plugin.php:186
904
+ #, fuzzy
905
+ #| msgid "Settings"
906
+ msgctxt "Action links"
907
+ msgid "Settings"
908
+ msgstr "Impostazioni"
909
 
910
+ #: yit-plugin.php:190
911
+ #, fuzzy
912
+ #| msgid "License Key"
913
+ msgid "License"
914
+ msgstr "Chiave di licenza"
915
 
916
+ #~ msgid "Hide sidebar"
917
+ #~ msgstr "Nascondi barra laterale"
 
918
 
919
+ #~ msgid "Show sidebar"
920
+ #~ msgstr "Mostra barra laterale"
 
 
921
 
922
+ #~ msgid ""
923
+ #~ "If you continue with this action, you will reset all the options in this "
924
+ #~ "page."
925
+ #~ msgstr ""
926
+ #~ "Se prosegui con questa azione, tutte le opzioni di questa pagina saranno "
927
+ #~ "reimpostate."
928
 
929
+ #~ msgid "Yithemes License Activation"
930
+ #~ msgstr "Attivazione licenza YIThemes"
 
 
 
 
931
 
932
+ #~ msgid "No categories."
933
+ #~ msgstr "Nessuna categoria"
 
934
 
935
+ #~ msgid "+ Add New Category"
936
+ #~ msgstr "+ Aggiungi nuova categoria"
 
937
 
938
+ #~ msgid "Add"
939
+ #~ msgstr "Aggiungi"
 
940
 
941
+ #~ msgid "Text Input"
942
+ #~ msgstr "Text input"
 
943
 
944
+ #~ msgid "Checkbox"
945
+ #~ msgstr "Checkbox"
 
946
 
947
+ #~ msgid "Textarea"
948
+ #~ msgstr "Textarea"
 
949
 
950
+ #~ msgid "Radio Input"
951
+ #~ msgstr "Radio input"
 
 
952
 
953
+ #~ msgid "Password Field"
954
+ #~ msgstr "Campo password"
 
 
 
955
 
956
+ #~ msgid "File Upload"
957
+ #~ msgstr "Carica file"
 
 
958
 
959
+ #~ msgid "Theme Icon"
960
+ #~ msgstr "Icona tema"
 
 
 
961
 
962
+ #~ msgid "Custom Icon"
963
+ #~ msgstr "Icona personalizzata"
 
964
 
965
+ #~ msgid "None"
966
+ #~ msgstr "Nessuno"
 
967
 
968
+ #~ msgid "Add field"
969
+ #~ msgstr "Aggiungi campo"
 
970
 
971
+ #~ msgid "Click to toggle"
972
+ #~ msgstr "Fai clic per aprire/chiudere"
 
973
 
974
+ #~ msgid "Field Title"
975
+ #~ msgstr "Titolo campo"
 
976
 
977
+ #~ msgid "Insert the title for the field."
978
+ #~ msgstr "Inserisci il titolo per il campo"
 
979
 
980
+ #~ msgid "Data Name"
981
+ #~ msgstr "Nome dati"
 
 
 
982
 
983
+ #~ msgid ""
984
+ #~ "REQUIRED: Field identification name to be entered into email body. "
985
+ #~ "<strong>Note:</strong>Use only lowercase characters and underscores."
986
+ #~ msgstr ""
987
+ #~ "RICHIESTO: Nome identificativo del campo da inserire nel corpo "
988
+ #~ "dell'email. <strong>Nota:</strong>Puoi utilizzare solamente caratteri "
989
+ #~ "minuscoli e underscore."
990
 
991
+ #~ msgid "Field Type"
992
+ #~ msgstr "Tipologia campo"
 
993
 
994
+ #~ msgid "Select the type for this field."
995
+ #~ msgstr "Seleziona il tipo di campo."
 
996
 
997
+ #~ msgid "Checked"
998
+ #~ msgstr "Selezionato"
 
999
 
1000
+ #~ msgid ""
1001
+ #~ "Select this option if you want this field appears as already checked."
1002
+ #~ msgstr ""
1003
+ #~ "Seleziona questa opzione se vuoi che il campo appaia già selezionato."
1004
 
1005
+ #~ msgid "Add options "
1006
+ #~ msgstr "Aggiungi opzioni"
 
1007
 
1008
+ #~ msgid "Add option"
1009
+ #~ msgstr "Aggiungi opzione"
 
1010
 
1011
+ #~ msgid "Selected"
1012
+ #~ msgstr "Selezionato"
 
1013
 
1014
+ #~ msgid "Delete option"
1015
+ #~ msgstr "Cancella opzione"
 
1016
 
1017
+ #~ msgid "Error Message"
1018
+ #~ msgstr "Messaggio di errore"
 
1019
 
1020
+ #~ msgid "Insert the error message for validation."
1021
+ #~ msgstr "Inserisci il messaggio di errore per la validazione"
 
1022
 
1023
+ #~ msgid "Required"
1024
+ #~ msgstr "Obbligatorio"
1025
+
1026
+ #~ msgid "Select this option if it must be required."
1027
+ #~ msgstr "Seleziona questa opzione se deve essere obbligatoria."
1028
+
1029
+ #~ msgid "Select this option if the email must be valid."
1030
+ #~ msgstr "Seleziona questa opzione se l'email inserita deve essere esistente."
1031
+
1032
+ #~ msgid "Reply To"
1033
+ #~ msgstr "Rispondi a"
1034
+
1035
+ #~ msgid "Select this if it is the email you can reply to."
1036
+ #~ msgstr "Seleziona questo se è l'email a cui poter rispondere. "
1037
+
1038
+ #~ msgid "Class"
1039
+ #~ msgstr "Classe"
1040
+
1041
+ #~ msgid ""
1042
+ #~ "Insert additional class(es) (separated by commas) for more "
1043
+ #~ "personalization."
1044
+ #~ msgstr ""
1045
+ #~ "Inserisci una o più classi (separate da virgole) per una ulteriore "
1046
+ #~ "personalizzazione."
1047
+
1048
+ #~ msgid "Icon"
1049
+ #~ msgstr "Icona"
1050
+
1051
+ #~ msgid "Insert an icon for more personalization."
1052
+ #~ msgstr "Inserisci un'icona per ulteriore personalizzazione."
1053
+
1054
+ #~ msgid "Width"
1055
+ #~ msgstr "Larghezza"
1056
+
1057
+ #~ msgid "Set field length."
1058
+ #~ msgstr "Seleziona lunghezza campo."
1059
+
1060
+ #~ msgid "Upload new images"
1061
+ #~ msgstr "Carica nuove immagini"
1062
+
1063
+ #~ msgid "Are you sure you want to remove this image?"
1064
+ #~ msgstr "Confermi di voler rimuovere questa immagine?"
1065
+
1066
+ #~ msgid "px"
1067
+ #~ msgstr "px"
1068
+
1069
+ #~ msgid "em"
1070
+ #~ msgstr "em"
1071
+
1072
+ #~ msgid "pt"
1073
+ #~ msgstr "pt"
1074
+
1075
+ #~ msgid "rem"
1076
+ #~ msgstr "rem"
1077
 
1078
+ #~ msgid "Web fonts"
1079
+ #~ msgstr "Web fonts"
1080
+
1081
+ #~ msgid "Google fonts"
1082
+ #~ msgstr "Google fonts"
1083
+
1084
+ #~ msgid "Regular"
1085
+ #~ msgstr "Normale"
1086
+
1087
+ #~ msgid "Bold"
1088
+ #~ msgstr "Grassetto"
1089
+
1090
+ #~ msgid "Extra bold"
1091
+ #~ msgstr "Extra bold"
1092
+
1093
+ #~ msgid "Italic"
1094
+ #~ msgstr "Corsivo"
1095
+
1096
+ #~ msgid "Italic bold"
1097
+ #~ msgstr "Grassetto corsivo"
1098
+
1099
+ #~ msgid "Join the club"
1100
+ #~ msgstr "Iscriviti al Club"
1101
+
1102
+ #~ msgid "Despacho Theme - 100% FREE"
1103
+ #~ msgstr "Despacho Theme - 100% GRATUITO"
1104
+
1105
+ #~ msgid "FREE!"
1106
+ #~ msgstr "GRATIS!"
1107
+
1108
+ #~ msgid "Important Links"
1109
+ #~ msgstr "Link importanti"
1110
 
1111
  #~ msgid ""
1112
  #~ "Have you purchased the premium version of a plugin? Don't you know how to "
1213
  #~ "facilmente recuperarla dalla sezione \"My Licenses\" all'interno della "
1214
  #~ "sezione My Account del nostro sito yithemes.com."
1215
 
 
 
 
1216
  #~ msgid ""
1217
  #~ "The last step is the activation of the plugin through its license key you "
1218
  #~ "received after the purchase. Click on \"License Activation\" that you "
plugin-fw/languages/yith-plugin-fw.pot CHANGED
@@ -5,24 +5,59 @@ 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: 2017-09-27 13:39+0200\n"
9
  "PO-Revision-Date: 2015-05-05 10:38+0100\n"
10
  "Last-Translator: \n"
11
  "Language-Team: Your Inspiration Themes <info@yithemes.com>\n"
12
  "Language: en\n"
13
  "MIME-Version: 1.0\n"
14
- "Content-Type: text/plain; charset=utf-8\n"
15
  "Content-Transfer-Encoding: 8bit\n"
16
- "X-Generator: Poedit 1.8.9\n"
17
  "X-Poedit-KeywordsList: __;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;"
18
  "_nx_noop:1,2,3c;esc_attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;"
19
- "esc_html_x:1,2c\n"
20
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
21
  "X-Poedit-SourceCharset: UTF-8\n"
22
  "X-Poedit-Basepath: ..\n"
23
  "X-Textdomain-Support: yes\n"
24
  "X-Poedit-SearchPath-0: .\n"
25
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
  #: lib/yit-cpt-unlimited.php:460 lib/yit-cpt-unlimited.php:574
27
  #: lib/yit-cpt-unlimited.php:719 lib/yit-cpt-unlimited.php:1632
28
  #, php-format
@@ -82,7 +117,7 @@ msgctxt "taxonomy singular name"
82
  msgid "Category"
83
  msgstr ""
84
 
85
- #: lib/yit-cpt-unlimited.php:627
86
  msgid "Search Categories"
87
  msgstr ""
88
 
@@ -128,7 +163,7 @@ msgid "%s Settings"
128
  msgstr ""
129
 
130
  #: lib/yit-cpt-unlimited.php:1048 lib/yit-cpt-unlimited.php:1196
131
- #: lib/yit-cpt-unlimited.php:1202 lib/yit-plugin-panel.php:69
132
  msgid "Settings"
133
  msgstr ""
134
 
@@ -206,8 +241,8 @@ msgstr ""
206
  msgid "Show frontend of the %s"
207
  msgstr ""
208
 
209
- #: lib/yit-cpt-unlimited.php:1482 templates/metaboxes/types/customtabs.php:46
210
- #: templates/metaboxes/types/customtabs.php:90
211
  msgid "Name"
212
  msgstr ""
213
 
@@ -220,81 +255,77 @@ msgstr ""
220
  msgid "Upload multiple files"
221
  msgstr ""
222
 
223
- #: lib/yit-plugin-panel-wc.php:372
224
  msgid "The changes you have made will be lost if you leave this page."
225
  msgstr ""
226
 
227
- #: lib/yit-plugin-panel.php:68
228
  msgid "Plugin Settings"
229
  msgstr ""
230
 
231
- #: lib/yit-plugin-panel.php:291 lib/yit-plugin-panel.php:294
232
  msgid "How to install premium version"
233
  msgstr ""
234
 
235
- #: lib/yit-plugin-panel.php:345 lib/yit-plugin-subpanel.php:146
236
  #: templates/panel/woocommerce/woocommerce-form.php:11
237
  msgid "Save Changes"
238
  msgstr ""
239
 
240
- #: lib/yit-plugin-panel.php:348 templates/panel/woocommerce/woocommerce-form.php:14
 
241
  msgid "If you continue with this action, you will reset all options in this page."
242
  msgstr ""
243
 
244
- #: lib/yit-plugin-panel.php:350 lib/yit-plugin-subpanel.php:151
245
  msgid "Reset to default"
246
  msgstr ""
247
 
248
- #: lib/yit-plugin-panel.php:350 lib/yit-plugin-subpanel.php:151
249
  #: templates/panel/woocommerce/woocommerce-form.php:18
250
  msgid "Are you sure?"
251
  msgstr ""
252
 
253
- #: lib/yit-plugin-panel.php:487
254
  msgid "The element you have entered already exists. Please, enter another name."
255
  msgstr ""
256
 
257
- #: lib/yit-plugin-panel.php:488
258
  msgid "Settings saved"
259
  msgstr ""
260
 
261
- #: lib/yit-plugin-panel.php:489
262
  msgid "Settings reset"
263
  msgstr ""
264
 
265
- #: lib/yit-plugin-panel.php:490
266
  msgid "Element deleted correctly."
267
  msgstr ""
268
 
269
- #: lib/yit-plugin-panel.php:491 lib/yit-plugin-panel.php:492
270
  msgid "Element updated correctly."
271
  msgstr ""
272
 
273
- #: lib/yit-plugin-panel.php:493
274
  msgid "Database imported correctly."
275
  msgstr ""
276
 
277
- #: lib/yit-plugin-panel.php:494
278
  msgid "An error has occurred during import. Please try again."
279
  msgstr ""
280
 
281
- #: lib/yit-plugin-panel.php:495
282
  msgid "The added file is not valid."
283
  msgstr ""
284
 
285
- #: lib/yit-plugin-panel.php:496
286
  msgid "Sorry, import is disabled."
287
  msgstr ""
288
 
289
- #: lib/yit-plugin-panel.php:497
290
  msgid "Sorting successful."
291
  msgstr ""
292
 
293
- #: lib/yit-plugin-subpanel.php:149
294
- msgid ""
295
- "If you continue with this action, you will reset all the options in this page."
296
- msgstr ""
297
-
298
  #: lib/yit-pointers.php:70
299
  msgid "Plugins Activated"
300
  msgstr ""
@@ -329,39 +360,43 @@ msgid ""
329
  "Plugins tab."
330
  msgstr ""
331
 
332
- #: lib/yit-upgrade.php:135
 
 
 
 
333
  msgid "There is a new version of %plugin_name% available."
334
  msgstr ""
335
 
336
- #: lib/yit-upgrade.php:136
337
  msgid "View version %latest% details."
338
  msgstr ""
339
 
340
- #: lib/yit-upgrade.php:137
341
  msgid "Automatic update is unavailable for this plugin,"
342
  msgstr ""
343
 
344
- #: lib/yit-upgrade.php:138
345
  msgid "please <a href=\"%activate_link%\">activate</a> your copy of %plugin_name%."
346
  msgstr ""
347
 
348
- #: lib/yit-upgrade.php:139
349
  msgid "Update now."
350
  msgstr ""
351
 
352
- #: lib/yit-upgrade.php:240
353
- msgid "YIThemes Repository"
354
  msgstr ""
355
 
356
- #: lib/yit-upgrade.php:274
357
  msgid "Invalid URL Provided."
358
  msgstr ""
359
 
360
- #: lib/yit-upgrade.php:287
361
  msgid "Could not create Temporary file."
362
  msgstr ""
363
 
364
- #: lib/yit-upgrade.php:446
365
  #, php-format
366
  msgid ""
367
  "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox yit-"
@@ -369,7 +404,7 @@ msgid ""
369
  "details</a>."
370
  msgstr ""
371
 
372
- #: lib/yit-upgrade.php:448
373
  #, php-format
374
  msgid ""
375
  "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox yit-"
@@ -378,7 +413,7 @@ msgid ""
378
  "to benefit from automatic updates.</em>"
379
  msgstr ""
380
 
381
- #: lib/yit-upgrade.php:450
382
  #, php-format
383
  msgid ""
384
  "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox yit-"
@@ -387,7 +422,7 @@ msgid ""
387
  "\"%5$s\" title=\"License activation\">activate</a> your copy of %6s.</em>"
388
  msgstr ""
389
 
390
- #: lib/yit-upgrade.php:452
391
  #, php-format
392
  msgid ""
393
  "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox yit-"
@@ -395,98 +430,96 @@ msgid ""
395
  "details</a> or <a href=\"%5$s\">update now</a>."
396
  msgstr ""
397
 
398
- #: lib/yit-upgrade.php:526
399
  msgid "You can't update the plugins for this site."
400
  msgstr ""
401
 
402
- #: lib/yit-upgrade.php:530
403
  msgid "You do not have sufficient permissions to update the plugins for this site."
404
  msgstr ""
405
 
406
- #: lib/yit-upgrade.php:537
407
  msgid "Update Plugin"
408
  msgstr ""
409
 
410
- #: licence/lib/yit-licence.php:183
411
  #, php-format
412
  msgctxt "%s = field name"
413
  msgid "%s field cannot be empty"
414
  msgstr ""
415
 
416
- #: licence/lib/yit-licence.php:184
417
  #, php-format
418
  msgid "%s and %s fields cannot be empty"
419
  msgstr ""
420
 
421
- #: licence/lib/yit-licence.php:185
422
  msgid "Unable to contact the remote server, please try again later. Thanks!"
423
  msgstr ""
424
 
425
- #: licence/lib/yit-licence.php:186
426
  #: licence/templates/panel/activation/activation-panel.php:88
427
  #: licence/templates/panel/activation/activation-panel.php:166
428
  #: licence/templates/panel/activation/activation-panel.php:197
429
- #: templates/metaboxes/types/contactform.php:148
430
- #: templates/metaboxes/types/contactform.php:340
431
  msgid "Email"
432
  msgstr ""
433
 
434
- #: licence/lib/yit-licence.php:187
435
  #: licence/templates/panel/activation/activation-panel.php:89
436
  #: licence/templates/panel/activation/activation-panel.php:167
437
  #: licence/templates/panel/activation/activation-panel.php:198
438
  msgid "License Key"
439
  msgstr ""
440
 
441
- #: licence/lib/yit-licence.php:188
442
  msgid "Are you sure you want to deactivate the license for current site?"
443
  msgstr ""
444
 
445
- #: licence/lib/yit-licence.php:668
446
  msgid "Invalid Request"
447
  msgstr ""
448
 
449
- #: licence/lib/yit-licence.php:669
450
  msgid "Invalid license key"
451
  msgstr ""
452
 
453
- #: licence/lib/yit-licence.php:670
454
  msgid "Software has been deactivated"
455
  msgstr ""
456
 
457
- #: licence/lib/yit-licence.php:671
458
  msgid "Maximum number of activations exceeded"
459
  msgstr ""
460
 
461
- #: licence/lib/yit-licence.php:672
462
  msgid "Invalid instance ID"
463
  msgstr ""
464
 
465
- #: licence/lib/yit-licence.php:673
466
  msgid "Invalid security key"
467
  msgstr ""
468
 
469
- #: licence/lib/yit-licence.php:674
470
  msgid "License key has expired"
471
  msgstr ""
472
 
473
- #: licence/lib/yit-licence.php:675
474
  msgid "License key has been banned"
475
  msgstr ""
476
 
477
- #: licence/lib/yit-licence.php:676
478
  msgid "Current product is not included in your YITH Club Subscription key"
479
  msgstr ""
480
 
481
- #: licence/lib/yit-licence.php:677
482
  msgid "Great"
483
  msgstr ""
484
 
485
- #: licence/lib/yit-licence.php:677
486
  msgid "License successfully activated"
487
  msgstr ""
488
 
489
- #: licence/lib/yit-licence.php:678
490
  msgid "License key deactivated for website"
491
  msgstr ""
492
 
@@ -517,12 +550,12 @@ msgid ""
517
  " After 27 January 2016, instead, if you want to benefit from "
518
  "support and updates you have to buy a new license and activate it through the "
519
  "license key you will be\n"
520
- " provided with and that you can find in your YIThemes account, "
521
- "in section \"My licenses\"."
522
  msgstr ""
523
 
524
  #: licence/templates/panel/activation/activation-panel.php:23
525
- msgid "Yithemes License Activation"
526
  msgstr ""
527
 
528
  #: licence/templates/panel/activation/activation-panel.php:27
@@ -602,370 +635,150 @@ msgstr ""
602
  msgid "Renew license"
603
  msgstr ""
604
 
605
- #: templates/metaboxes/types/ajax-products.php:23
606
- msgid "Search for a product"
607
- msgstr ""
608
-
609
- #: templates/metaboxes/types/categories.php:36
610
- msgid "No categories."
611
- msgstr ""
612
-
613
- #: templates/metaboxes/types/categories.php:42
614
- msgid "+ Add New Category"
615
- msgstr ""
616
-
617
- #: templates/metaboxes/types/categories.php:46
618
- msgid "Add"
619
- msgstr ""
620
-
621
- #: templates/metaboxes/types/contactform.php:7
622
- msgid "Text Input"
623
- msgstr ""
624
-
625
- #: templates/metaboxes/types/contactform.php:8
626
- msgid "Checkbox"
627
- msgstr ""
628
-
629
- #: templates/metaboxes/types/contactform.php:9
630
- msgid "Select"
631
  msgstr ""
632
 
633
- #: templates/metaboxes/types/contactform.php:10
634
- msgid "Textarea"
635
  msgstr ""
636
 
637
- #: templates/metaboxes/types/contactform.php:11
638
- msgid "Radio Input"
639
- msgstr ""
640
-
641
- #: templates/metaboxes/types/contactform.php:12
642
- msgid "Password Field"
643
- msgstr ""
644
-
645
- #: templates/metaboxes/types/contactform.php:13
646
- msgid "File Upload"
647
- msgstr ""
648
-
649
- #: templates/metaboxes/types/contactform.php:47
650
- msgid "Theme Icon"
651
- msgstr ""
652
-
653
- #: templates/metaboxes/types/contactform.php:48
654
- msgid "Custom Icon"
655
- msgstr ""
656
-
657
- #: templates/metaboxes/types/contactform.php:49
658
- #: templates/metaboxes/types/responsivesliders.php:24
659
- msgid "None"
660
  msgstr ""
661
 
662
- #: templates/metaboxes/types/contactform.php:60
663
- msgid "Add field"
664
  msgstr ""
665
 
666
- #: templates/metaboxes/types/contactform.php:69
667
- #: templates/metaboxes/types/contactform.php:261
668
- #: templates/metaboxes/types/customtabs.php:37
669
- #: templates/metaboxes/types/customtabs.php:82
670
  msgid "Remove"
671
  msgstr ""
672
 
673
- #: templates/metaboxes/types/contactform.php:70
674
- #: templates/metaboxes/types/contactform.php:262
675
- msgid "Click to toggle"
676
- msgstr ""
677
-
678
- #: templates/metaboxes/types/contactform.php:77
679
- #: templates/metaboxes/types/contactform.php:269
680
- msgid "Field Title"
681
- msgstr ""
682
-
683
- #: templates/metaboxes/types/contactform.php:81
684
- #: templates/metaboxes/types/contactform.php:273
685
- msgid "Insert the title for the field."
686
- msgstr ""
687
-
688
- #: templates/metaboxes/types/contactform.php:86
689
- #: templates/metaboxes/types/contactform.php:278
690
- msgid "Data Name"
691
- msgstr ""
692
-
693
- #: templates/metaboxes/types/contactform.php:90
694
- #: templates/metaboxes/types/contactform.php:282
695
- msgid ""
696
- "REQUIRED: Field identification name to be entered into email body. <strong>Note:</"
697
- "strong>Use only lowercase characters and underscores."
698
- msgstr ""
699
-
700
- #: templates/metaboxes/types/contactform.php:95
701
- #: templates/metaboxes/types/contactform.php:287
702
- msgid "Field Type"
703
- msgstr ""
704
-
705
- #: templates/metaboxes/types/contactform.php:103
706
- #: templates/metaboxes/types/contactform.php:295
707
- msgid "Select the type for this field."
708
- msgstr ""
709
-
710
- #: templates/metaboxes/types/contactform.php:108
711
- #: templates/metaboxes/types/contactform.php:300
712
- msgid "Checked"
713
- msgstr ""
714
-
715
- #: templates/metaboxes/types/contactform.php:112
716
- #: templates/metaboxes/types/contactform.php:304
717
- msgid "Select this option if you want this field appears as already checked."
718
- msgstr ""
719
-
720
- #: templates/metaboxes/types/contactform.php:117
721
- #: templates/metaboxes/types/contactform.php:309
722
- msgid "Add options "
723
- msgstr ""
724
-
725
- #: templates/metaboxes/types/contactform.php:118
726
- #: templates/metaboxes/types/contactform.php:310
727
- msgid "Add option"
728
- msgstr ""
729
-
730
- #: templates/metaboxes/types/contactform.php:121
731
- #: templates/metaboxes/types/contactform.php:313
732
- #: templates/metaboxes/types/contactform.php:436
733
- msgid "Selected"
734
- msgstr ""
735
-
736
- #: templates/metaboxes/types/contactform.php:124
737
- #: templates/metaboxes/types/contactform.php:316
738
- #: templates/metaboxes/types/contactform.php:436
739
- msgid "Delete option"
740
- msgstr ""
741
-
742
- #: templates/metaboxes/types/contactform.php:130
743
- #: templates/metaboxes/types/contactform.php:322
744
- msgid "Error Message"
745
- msgstr ""
746
-
747
- #: templates/metaboxes/types/contactform.php:134
748
- #: templates/metaboxes/types/contactform.php:326
749
- msgid "Insert the error message for validation."
750
- msgstr ""
751
-
752
- #: templates/metaboxes/types/contactform.php:139
753
- #: templates/metaboxes/types/contactform.php:331
754
- msgid "Required"
755
- msgstr ""
756
-
757
- #: templates/metaboxes/types/contactform.php:143
758
- #: templates/metaboxes/types/contactform.php:335
759
- msgid "Select this option if it must be required."
760
- msgstr ""
761
-
762
- #: templates/metaboxes/types/contactform.php:152
763
- #: templates/metaboxes/types/contactform.php:344
764
- msgid "Select this option if the email must be valid."
765
- msgstr ""
766
-
767
- #: templates/metaboxes/types/contactform.php:157
768
- #: templates/metaboxes/types/contactform.php:349
769
- msgid "Reply To"
770
- msgstr ""
771
-
772
- #: templates/metaboxes/types/contactform.php:161
773
- #: templates/metaboxes/types/contactform.php:353
774
- msgid "Select this if it is the email you can reply to."
775
- msgstr ""
776
-
777
- #: templates/metaboxes/types/contactform.php:166
778
- #: templates/metaboxes/types/contactform.php:358
779
- msgid "Class"
780
- msgstr ""
781
-
782
- #: templates/metaboxes/types/contactform.php:170
783
- #: templates/metaboxes/types/contactform.php:362
784
- msgid "Insert additional class(es) (separated by commas) for more personalization."
785
- msgstr ""
786
-
787
- #: templates/metaboxes/types/contactform.php:175
788
- #: templates/metaboxes/types/contactform.php:367
789
- msgid "Icon"
790
- msgstr ""
791
-
792
- #: templates/metaboxes/types/contactform.php:203
793
- #: templates/metaboxes/types/contactform.php:391
794
- #: templates/metaboxes/types/icon-list.php:69
795
- #: templates/metaboxes/types/select-icon.php:33
796
- #: templates/metaboxes/types/upload.php:21 templates/panel/types/upload.php:31
797
- #: templates/panel/woocommerce/woocommerce-upload.php:40
798
- msgid "Upload"
799
- msgstr ""
800
-
801
- #: templates/metaboxes/types/contactform.php:209
802
- #: templates/metaboxes/types/contactform.php:397
803
- #: templates/metaboxes/types/icon-list.php:75
804
- #: templates/metaboxes/types/select-icon.php:39
805
- msgid "Image preview"
806
- msgstr ""
807
-
808
- #: templates/metaboxes/types/contactform.php:217
809
- #: templates/metaboxes/types/contactform.php:405
810
- msgid "Insert an icon for more personalization."
811
- msgstr ""
812
-
813
- #: templates/metaboxes/types/contactform.php:222
814
- #: templates/metaboxes/types/contactform.php:409
815
- msgid "Width"
816
- msgstr ""
817
-
818
- #: templates/metaboxes/types/contactform.php:247
819
- #: templates/metaboxes/types/contactform.php:421
820
- msgid "Set field length."
821
- msgstr ""
822
-
823
- #: templates/metaboxes/types/customtabs.php:28
824
- msgid "Close all"
825
- msgstr ""
826
-
827
- #: templates/metaboxes/types/customtabs.php:28
828
- msgid "Expand all"
829
- msgstr ""
830
-
831
- #: templates/metaboxes/types/customtabs.php:52
832
- #: templates/metaboxes/types/customtabs.php:95
833
  msgid "Value"
834
  msgstr ""
835
 
836
- #: templates/metaboxes/types/customtabs.php:53
837
- #: templates/metaboxes/types/customtabs.php:96
838
  msgid "Content of the tab. (HTML is supported)"
839
  msgstr ""
840
 
841
- #: templates/metaboxes/types/customtabs.php:65
842
  msgid "Add custom product tab"
843
  msgstr ""
844
 
845
- #: templates/metaboxes/types/customtabs.php:107
846
  msgid "Do you want to remove the custom tab?"
847
  msgstr ""
848
 
849
- #: templates/metaboxes/types/icon-list.php:89
850
- #, php-format
851
- msgid "(Default: %s <img src=\"%s\"/>)"
852
- msgstr ""
853
-
854
- #: templates/metaboxes/types/icon-list.php:91
855
- #, php-format
856
- msgid "(Default: <i %s></i> )"
857
  msgstr ""
858
 
859
- #: templates/metaboxes/types/image-gallery.php:40
860
- #: templates/metaboxes/types/image-gallery.php:45
861
- #: templates/metaboxes/types/images.php:38 templates/metaboxes/types/images.php:64
862
  msgid "Delete image"
863
  msgstr ""
864
 
865
- #: templates/metaboxes/types/image-gallery.php:45
866
  msgid "Add Images to Gallery"
867
  msgstr ""
868
 
869
- #: templates/metaboxes/types/image-gallery.php:45
870
  msgid "Add to gallery"
871
  msgstr ""
872
 
873
- #: templates/metaboxes/types/image-gallery.php:45
874
  msgid "Add images"
875
  msgstr ""
876
 
877
- #: templates/metaboxes/types/image-gallery.php:45
878
  msgid "Delete"
879
  msgstr ""
880
 
881
- #: templates/metaboxes/types/images.php:42
882
- msgid "Upload new images"
883
  msgstr ""
884
 
885
- #: templates/metaboxes/types/images.php:75
886
- msgid "Are you sure you want to remove this image?"
887
  msgstr ""
888
 
889
- #: templates/metaboxes/types/sidebar-layout.php:25
890
- #: templates/metaboxes/types/sidebars.php:36
891
  msgid "Left sidebar"
892
  msgstr ""
893
 
894
- #: templates/metaboxes/types/sidebar-layout.php:28
895
- #: templates/metaboxes/types/sidebars.php:42
896
- #: templates/metaboxes/types/sidebars.php:45
897
- msgid "No sidebar"
898
- msgstr ""
899
-
900
- #: templates/metaboxes/types/sidebar-layout.php:31
901
- #: templates/metaboxes/types/sidebars.php:39
902
  msgid "Right sidebar"
903
  msgstr ""
904
 
905
- #: templates/metaboxes/types/sidebar-layout.php:34
906
- #: templates/metaboxes/types/sidebars.php:53
907
- #: templates/metaboxes/types/sidebars.php:64
908
- msgid "Choose a sidebar"
909
  msgstr ""
910
 
911
- #: templates/metaboxes/types/sidebars.php:51
912
  msgid "Left Sidebar"
913
  msgstr ""
914
 
915
- #: templates/metaboxes/types/sidebars.php:62
916
- msgid "Right Sidebar"
917
  msgstr ""
918
 
919
- #: templates/metaboxes/types/typography.php:42
920
- msgid "px"
921
  msgstr ""
922
 
923
- #: templates/metaboxes/types/typography.php:43
924
- msgid "em"
 
925
  msgstr ""
926
 
927
- #: templates/metaboxes/types/typography.php:44
928
- msgid "pt"
929
  msgstr ""
930
 
931
- #: templates/metaboxes/types/typography.php:45
932
- msgid "rem"
933
  msgstr ""
934
 
935
- #: templates/metaboxes/types/typography.php:59
936
- #: templates/metaboxes/types/typography.php:153
937
- #: templates/metaboxes/types/typography.php:217
938
- msgid "Web fonts"
939
  msgstr ""
940
 
941
- #: templates/metaboxes/types/typography.php:71
942
- msgid "Google fonts"
 
943
  msgstr ""
944
 
945
- #: templates/metaboxes/types/typography.php:96
946
- msgid "Regular"
947
  msgstr ""
948
 
949
- #: templates/metaboxes/types/typography.php:97
950
- msgid "Bold"
 
951
  msgstr ""
952
 
953
- #: templates/metaboxes/types/typography.php:98
954
- msgid "Extra bold"
 
955
  msgstr ""
956
 
957
- #: templates/metaboxes/types/typography.php:99
958
- msgid "Italic"
 
959
  msgstr ""
960
 
961
- #: templates/metaboxes/types/typography.php:100
962
- msgid "Italic bold"
 
963
  msgstr ""
964
 
965
- #: templates/panel/types/upload.php:32
966
- msgid "Reset"
 
967
  msgstr ""
968
 
969
- #: templates/panel/woocommerce/woocommerce-form.php:17
970
- msgid "Reset Defaults"
971
  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: 2018-08-02 16:02+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"
12
  "Language: en\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.0.8\n"
17
  "X-Poedit-KeywordsList: __;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;"
18
  "_nx_noop:1,2,3c;esc_attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;"
19
+ "esc_html_x:1,2c;_x;_ex\n"
20
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
21
  "X-Poedit-SourceCharset: UTF-8\n"
22
  "X-Poedit-Basepath: ..\n"
23
  "X-Textdomain-Support: yes\n"
24
  "X-Poedit-SearchPath-0: .\n"
25
 
26
+ #: lib/privacy/yit-privacy.php:24
27
+ msgctxt "Privacy Policy Guide Title"
28
+ msgid "YITH Plugins"
29
+ msgstr ""
30
+
31
+ #: lib/privacy/yit-privacy.php:59
32
+ msgctxt "Privacy Policy Content"
33
+ msgid ""
34
+ "This sample language includes the basics around what personal data your store may "
35
+ "be collecting, storing and sharing, as well as who may have access to that data. "
36
+ "Depending on what settings are enabled and which additional plugins are used, the "
37
+ "specific information shared by your store will vary. We recommend consulting with "
38
+ "a lawyer when deciding what information to 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
63
  #, php-format
117
  msgid "Category"
118
  msgstr ""
119
 
120
+ #: lib/yit-cpt-unlimited.php:627 templates/fields/ajax-terms.php:56
121
  msgid "Search Categories"
122
  msgstr ""
123
 
163
  msgstr ""
164
 
165
  #: lib/yit-cpt-unlimited.php:1048 lib/yit-cpt-unlimited.php:1196
166
+ #: lib/yit-cpt-unlimited.php:1202 lib/yit-plugin-panel.php:73
167
  msgid "Settings"
168
  msgstr ""
169
 
241
  msgid "Show frontend of the %s"
242
  msgstr ""
243
 
244
+ #: lib/yit-cpt-unlimited.php:1482 templates/fields/customtabs.php:46
245
+ #: templates/fields/customtabs.php:89
246
  msgid "Name"
247
  msgstr ""
248
 
255
  msgid "Upload multiple files"
256
  msgstr ""
257
 
258
+ #: lib/yit-plugin-panel-wc.php:382
259
  msgid "The changes you have made will be lost if you leave this page."
260
  msgstr ""
261
 
262
+ #: lib/yit-plugin-panel.php:72
263
  msgid "Plugin Settings"
264
  msgstr ""
265
 
266
+ #: lib/yit-plugin-panel.php:330 lib/yit-plugin-panel.php:333
267
  msgid "How to install premium version"
268
  msgstr ""
269
 
270
+ #: lib/yit-plugin-panel.php:384 lib/yit-plugin-subpanel.php:155
271
  #: templates/panel/woocommerce/woocommerce-form.php:11
272
  msgid "Save Changes"
273
  msgstr ""
274
 
275
+ #: lib/yit-plugin-panel.php:387 lib/yit-plugin-subpanel.php:158
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:389 lib/yit-plugin-subpanel.php:160
281
  msgid "Reset to default"
282
  msgstr ""
283
 
284
+ #: lib/yit-plugin-panel.php:390 lib/yit-plugin-subpanel.php:161
285
  #: templates/panel/woocommerce/woocommerce-form.php:18
286
  msgid "Are you sure?"
287
  msgstr ""
288
 
289
+ #: lib/yit-plugin-panel.php:524
290
  msgid "The element you have entered already exists. Please, enter another name."
291
  msgstr ""
292
 
293
+ #: lib/yit-plugin-panel.php:525
294
  msgid "Settings saved"
295
  msgstr ""
296
 
297
+ #: lib/yit-plugin-panel.php:526
298
  msgid "Settings reset"
299
  msgstr ""
300
 
301
+ #: lib/yit-plugin-panel.php:527
302
  msgid "Element deleted correctly."
303
  msgstr ""
304
 
305
+ #: lib/yit-plugin-panel.php:528 lib/yit-plugin-panel.php:529
306
  msgid "Element updated correctly."
307
  msgstr ""
308
 
309
+ #: lib/yit-plugin-panel.php:530
310
  msgid "Database imported correctly."
311
  msgstr ""
312
 
313
+ #: lib/yit-plugin-panel.php:531
314
  msgid "An error has occurred during import. Please try again."
315
  msgstr ""
316
 
317
+ #: lib/yit-plugin-panel.php:532
318
  msgid "The added file is not valid."
319
  msgstr ""
320
 
321
+ #: lib/yit-plugin-panel.php:533
322
  msgid "Sorry, import is disabled."
323
  msgstr ""
324
 
325
+ #: lib/yit-plugin-panel.php:534
326
  msgid "Sorting successful."
327
  msgstr ""
328
 
 
 
 
 
 
329
  #: lib/yit-pointers.php:70
330
  msgid "Plugins Activated"
331
  msgstr ""
360
  "Plugins tab."
361
  msgstr ""
362
 
363
+ #: lib/yit-upgrade.php:89
364
+ msgid "An unexpected error occurred, please try again later. Thanks!"
365
+ msgstr ""
366
+
367
+ #: lib/yit-upgrade.php:184
368
  msgid "There is a new version of %plugin_name% available."
369
  msgstr ""
370
 
371
+ #: lib/yit-upgrade.php:185
372
  msgid "View version %latest% details."
373
  msgstr ""
374
 
375
+ #: lib/yit-upgrade.php:186
376
  msgid "Automatic update is unavailable for this plugin,"
377
  msgstr ""
378
 
379
+ #: lib/yit-upgrade.php:187
380
  msgid "please <a href=\"%activate_link%\">activate</a> your copy of %plugin_name%."
381
  msgstr ""
382
 
383
+ #: lib/yit-upgrade.php:188
384
  msgid "Update now."
385
  msgstr ""
386
 
387
+ #: lib/yit-upgrade.php:288
388
+ msgid "YITH Repository"
389
  msgstr ""
390
 
391
+ #: lib/yit-upgrade.php:322
392
  msgid "Invalid URL Provided."
393
  msgstr ""
394
 
395
+ #: lib/yit-upgrade.php:335
396
  msgid "Could not create Temporary file."
397
  msgstr ""
398
 
399
+ #: lib/yit-upgrade.php:495
400
  #, php-format
401
  msgid ""
402
  "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox yit-"
404
  "details</a>."
405
  msgstr ""
406
 
407
+ #: lib/yit-upgrade.php:497
408
  #, php-format
409
  msgid ""
410
  "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox yit-"
413
  "to benefit from automatic updates.</em>"
414
  msgstr ""
415
 
416
+ #: lib/yit-upgrade.php:499
417
  #, php-format
418
  msgid ""
419
  "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox yit-"
422
  "\"%5$s\" title=\"License activation\">activate</a> your copy of %6s.</em>"
423
  msgstr ""
424
 
425
+ #: lib/yit-upgrade.php:501
426
  #, php-format
427
  msgid ""
428
  "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox yit-"
430
  "details</a> or <a href=\"%5$s\">update now</a>."
431
  msgstr ""
432
 
433
+ #: lib/yit-upgrade.php:574
434
  msgid "You can't update the plugins for this site."
435
  msgstr ""
436
 
437
+ #: lib/yit-upgrade.php:578
438
  msgid "You do not have sufficient permissions to update the plugins for this site."
439
  msgstr ""
440
 
441
+ #: lib/yit-upgrade.php:585
442
  msgid "Update Plugin"
443
  msgstr ""
444
 
445
+ #: licence/lib/yit-licence.php:187
446
  #, php-format
447
  msgctxt "%s = field name"
448
  msgid "%s field cannot be empty"
449
  msgstr ""
450
 
451
+ #: licence/lib/yit-licence.php:188
452
  #, php-format
453
  msgid "%s and %s fields cannot be empty"
454
  msgstr ""
455
 
456
+ #: licence/lib/yit-licence.php:189
457
  msgid "Unable to contact the remote server, please try again later. Thanks!"
458
  msgstr ""
459
 
460
+ #: licence/lib/yit-licence.php:190
461
  #: licence/templates/panel/activation/activation-panel.php:88
462
  #: licence/templates/panel/activation/activation-panel.php:166
463
  #: licence/templates/panel/activation/activation-panel.php:197
 
 
464
  msgid "Email"
465
  msgstr ""
466
 
467
+ #: licence/lib/yit-licence.php:191
468
  #: licence/templates/panel/activation/activation-panel.php:89
469
  #: licence/templates/panel/activation/activation-panel.php:167
470
  #: licence/templates/panel/activation/activation-panel.php:198
471
  msgid "License Key"
472
  msgstr ""
473
 
474
+ #: licence/lib/yit-licence.php:192
475
  msgid "Are you sure you want to deactivate the license for current site?"
476
  msgstr ""
477
 
478
+ #: licence/lib/yit-licence.php:678
479
  msgid "Invalid Request"
480
  msgstr ""
481
 
482
+ #: licence/lib/yit-licence.php:679
483
  msgid "Invalid license key"
484
  msgstr ""
485
 
486
+ #: licence/lib/yit-licence.php:680
487
  msgid "Software has been deactivated"
488
  msgstr ""
489
 
490
+ #: licence/lib/yit-licence.php:681
491
  msgid "Maximum number of activations exceeded"
492
  msgstr ""
493
 
494
+ #: licence/lib/yit-licence.php:682
495
  msgid "Invalid instance ID"
496
  msgstr ""
497
 
498
+ #: licence/lib/yit-licence.php:683
499
  msgid "Invalid security key"
500
  msgstr ""
501
 
502
+ #: licence/lib/yit-licence.php:684
503
  msgid "License key has expired"
504
  msgstr ""
505
 
506
+ #: licence/lib/yit-licence.php:685
507
  msgid "License key has been banned"
508
  msgstr ""
509
 
510
+ #: licence/lib/yit-licence.php:686
511
  msgid "Current product is not included in your YITH Club Subscription key"
512
  msgstr ""
513
 
514
+ #: licence/lib/yit-licence.php:687
515
  msgid "Great"
516
  msgstr ""
517
 
518
+ #: licence/lib/yit-licence.php:687
519
  msgid "License successfully activated"
520
  msgstr ""
521
 
522
+ #: licence/lib/yit-licence.php:688
523
  msgid "License key deactivated for website"
524
  msgstr ""
525
 
550
  " After 27 January 2016, instead, if you want to benefit from "
551
  "support and updates you have to buy a new license and activate it through the "
552
  "license key you will be\n"
553
+ " provided with and that you can find in your YITH account, in "
554
+ "section \"My licenses\"."
555
  msgstr ""
556
 
557
  #: licence/templates/panel/activation/activation-panel.php:23
558
+ msgid "YITH License Activation"
559
  msgstr ""
560
 
561
  #: licence/templates/panel/activation/activation-panel.php:27
635
  msgid "Renew license"
636
  msgstr ""
637
 
638
+ #: templates/fields/ajax-posts.php:57
639
+ msgid "Search Posts"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
640
  msgstr ""
641
 
642
+ #: templates/fields/ajax-products.php:16
643
+ msgid "Search Product"
644
  msgstr ""
645
 
646
+ #: templates/fields/customtabs.php:28
647
+ msgid "Close all"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
648
  msgstr ""
649
 
650
+ #: templates/fields/customtabs.php:28
651
+ msgid "Expand all"
652
  msgstr ""
653
 
654
+ #: templates/fields/customtabs.php:37 templates/fields/customtabs.php:81
 
 
 
655
  msgid "Remove"
656
  msgstr ""
657
 
658
+ #: templates/fields/customtabs.php:52 templates/fields/customtabs.php:94
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
659
  msgid "Value"
660
  msgstr ""
661
 
662
+ #: templates/fields/customtabs.php:53 templates/fields/customtabs.php:95
 
663
  msgid "Content of the tab. (HTML is supported)"
664
  msgstr ""
665
 
666
+ #: templates/fields/customtabs.php:65
667
  msgid "Add custom product tab"
668
  msgstr ""
669
 
670
+ #: templates/fields/customtabs.php:106
671
  msgid "Do you want to remove the custom tab?"
672
  msgstr ""
673
 
674
+ #: templates/fields/icons.php:58
675
+ msgid "Set Default"
 
 
 
 
 
 
676
  msgstr ""
677
 
678
+ #: templates/fields/image-gallery.php:34 templates/fields/image-gallery.php:39
 
 
679
  msgid "Delete image"
680
  msgstr ""
681
 
682
+ #: templates/fields/image-gallery.php:39
683
  msgid "Add Images to Gallery"
684
  msgstr ""
685
 
686
+ #: templates/fields/image-gallery.php:39
687
  msgid "Add to gallery"
688
  msgstr ""
689
 
690
+ #: templates/fields/image-gallery.php:39
691
  msgid "Add images"
692
  msgstr ""
693
 
694
+ #: templates/fields/image-gallery.php:39
695
  msgid "Delete"
696
  msgstr ""
697
 
698
+ #: templates/fields/select-buttons.php:26
699
+ msgid "Select All"
700
  msgstr ""
701
 
702
+ #: templates/fields/select-buttons.php:33
703
+ msgid "Deselect All"
704
  msgstr ""
705
 
706
+ #: templates/fields/sidebars.php:22
 
707
  msgid "Left sidebar"
708
  msgstr ""
709
 
710
+ #: templates/fields/sidebars.php:25
 
 
 
 
 
 
 
711
  msgid "Right sidebar"
712
  msgstr ""
713
 
714
+ #: templates/fields/sidebars.php:28 templates/fields/sidebars.php:31
715
+ msgid "No sidebar"
 
 
716
  msgstr ""
717
 
718
+ #: templates/fields/sidebars.php:39
719
  msgid "Left Sidebar"
720
  msgstr ""
721
 
722
+ #: templates/fields/sidebars.php:41 templates/fields/sidebars.php:54
723
+ msgid "Choose a sidebar"
724
  msgstr ""
725
 
726
+ #: templates/fields/sidebars.php:52
727
+ msgid "Right Sidebar"
728
  msgstr ""
729
 
730
+ #: templates/fields/upload.php:18 templates/metaboxes/types/icon-list.php:70
731
+ #: templates/panel/woocommerce/woocommerce-upload.php:40
732
+ msgid "Upload"
733
  msgstr ""
734
 
735
+ #: templates/fields/upload.php:19
736
+ msgid "Reset"
737
  msgstr ""
738
 
739
+ #: templates/metaboxes/types/icon-list.php:76
740
+ msgid "Image preview"
741
  msgstr ""
742
 
743
+ #: templates/metaboxes/types/icon-list.php:90
744
+ #, php-format
745
+ msgid "(Default: %s <img src=\"%s\"/>)"
 
746
  msgstr ""
747
 
748
+ #: templates/metaboxes/types/icon-list.php:92
749
+ #, php-format
750
+ msgid "(Default: <i %s></i> )"
751
  msgstr ""
752
 
753
+ #: templates/panel/woocommerce/woocommerce-form.php:17
754
+ msgid "Reset Defaults"
755
  msgstr ""
756
 
757
+ #: yit-plugin.php:76
758
+ msgctxt "Plugin Row Meta"
759
+ msgid "Live Demo"
760
  msgstr ""
761
 
762
+ #: yit-plugin.php:81
763
+ msgctxt "Plugin Row Meta"
764
+ msgid "Documentation"
765
  msgstr ""
766
 
767
+ #: yit-plugin.php:86
768
+ msgctxt "Plugin Row Meta"
769
+ msgid "Support"
770
  msgstr ""
771
 
772
+ #: yit-plugin.php:91
773
+ msgctxt "Plugin Row Meta"
774
+ msgid "Premium version"
775
  msgstr ""
776
 
777
+ #: yit-plugin.php:186
778
+ msgctxt "Action links"
779
+ msgid "Settings"
780
  msgstr ""
781
 
782
+ #: yit-plugin.php:190
783
+ msgid "License"
784
  msgstr ""
plugin-fw/lib/yit-plugin-panel-wc.php CHANGED
@@ -59,9 +59,11 @@ if ( !class_exists( 'YIT_Plugin_Panel_WooCommerce' ) ) {
59
  * @author Antonio La Rocca <antonio.larocca@yithemes.com>
60
  */
61
  public function __construct( $args = array() ) {
62
-
63
  $args = apply_filters( 'yit_plugin_fw_wc_panel_option_args', $args );
64
  if ( !empty( $args ) ) {
 
 
 
65
  $this->settings = $args;
66
  $this->_tabs_path_files = $this->get_tabs_path_files();
67
 
@@ -176,7 +178,7 @@ if ( !class_exists( 'YIT_Plugin_Panel_WooCommerce' ) ) {
176
  * @param $screen_ids
177
  *
178
  * @return mixed
179
- * @since 1.0.0
180
  * @author Antonino Scarfì <antonino.scarfi@yithemes.com>
181
  */
182
  public function add_allowed_screen_id( $screen_ids ) {
@@ -323,7 +325,7 @@ if ( !class_exists( 'YIT_Plugin_Panel_WooCommerce' ) ) {
323
  do_action( 'yit_panel_wc_after_update' );
324
 
325
  } elseif ( isset( $_REQUEST[ 'yit-action' ] ) && $_REQUEST[ 'yit-action' ] == 'wc-options-reset'
326
- && isset( $_POST[ 'yith_wc_reset_options_nonce' ] ) && wp_verify_nonce( $_POST[ 'yith_wc_reset_options_nonce' ], 'yith_wc_reset_options_' . $this->settings[ 'page' ] )
327
  ) {
328
 
329
  do_action( 'yit_panel_wc_before_reset' );
@@ -404,7 +406,7 @@ if ( !class_exists( 'YIT_Plugin_Panel_WooCommerce' ) ) {
404
  *
405
  * @access public
406
  * @return void
407
- * @since 1.0.0
408
  */
409
  public function set_default_options() {
410
  // check if the default options for this panel are already set
@@ -450,7 +452,7 @@ if ( !class_exists( 'YIT_Plugin_Panel_WooCommerce' ) ) {
450
  * Add the woocommerce body class in plugin panel page
451
  *
452
  * @author Andrea Grillo <andrea.grillo@yithemes.com>
453
- * @since 2.0
454
  *
455
  * @param $classes The body classes
456
  *
@@ -474,7 +476,7 @@ if ( !class_exists( 'YIT_Plugin_Panel_WooCommerce' ) ) {
474
  *
475
  * @return mixed Filtered return value
476
  * @author Antonio La Rocca <antonio.larocca@yithemes.com>
477
- * @since 2.0
478
  */
479
  public function maybe_unserialize_panel_data( $value, $option, $raw_value ) {
480
 
@@ -506,7 +508,7 @@ if ( !class_exists( 'YIT_Plugin_Panel_WooCommerce' ) ) {
506
  *
507
  * @return mixed Filtered return value
508
  * @author Leanza Francesco <leanzafrancesco@gmail.com>
509
- * @since 3.0.0
510
  */
511
  public static function sanitize_option( $value, $option, $raw_value ) {
512
  if ( isset( $option[ 'type' ] ) && 'yith-field' === $option[ 'type' ] ) {
59
  * @author Antonio La Rocca <antonio.larocca@yithemes.com>
60
  */
61
  public function __construct( $args = array() ) {
 
62
  $args = apply_filters( 'yit_plugin_fw_wc_panel_option_args', $args );
63
  if ( !empty( $args ) ) {
64
+ if ( isset( $args[ 'parent_page' ] ) && 'yit_plugin_panel' === $args[ 'parent_page' ] )
65
+ $args[ 'parent_page' ] = 'yith_plugin_panel';
66
+
67
  $this->settings = $args;
68
  $this->_tabs_path_files = $this->get_tabs_path_files();
69
 
178
  * @param $screen_ids
179
  *
180
  * @return mixed
181
+ * @since 1.0.0
182
  * @author Antonino Scarfì <antonino.scarfi@yithemes.com>
183
  */
184
  public function add_allowed_screen_id( $screen_ids ) {
325
  do_action( 'yit_panel_wc_after_update' );
326
 
327
  } elseif ( isset( $_REQUEST[ 'yit-action' ] ) && $_REQUEST[ 'yit-action' ] == 'wc-options-reset'
328
+ && isset( $_POST[ 'yith_wc_reset_options_nonce' ] ) && wp_verify_nonce( $_POST[ 'yith_wc_reset_options_nonce' ], 'yith_wc_reset_options_' . $this->settings[ 'page' ] )
329
  ) {
330
 
331
  do_action( 'yit_panel_wc_before_reset' );
406
  *
407
  * @access public
408
  * @return void
409
+ * @since 1.0.0
410
  */
411
  public function set_default_options() {
412
  // check if the default options for this panel are already set
452
  * Add the woocommerce body class in plugin panel page
453
  *
454
  * @author Andrea Grillo <andrea.grillo@yithemes.com>
455
+ * @since 2.0
456
  *
457
  * @param $classes The body classes
458
  *
476
  *
477
  * @return mixed Filtered return value
478
  * @author Antonio La Rocca <antonio.larocca@yithemes.com>
479
+ * @since 2.0
480
  */
481
  public function maybe_unserialize_panel_data( $value, $option, $raw_value ) {
482
 
508
  *
509
  * @return mixed Filtered return value
510
  * @author Leanza Francesco <leanzafrancesco@gmail.com>
511
+ * @since 3.0.0
512
  */
513
  public static function sanitize_option( $value, $option, $raw_value ) {
514
  if ( isset( $option[ 'type' ] ) && 'yith-field' === $option[ 'type' ] ) {
plugin-fw/lib/yit-plugin-panel.php CHANGED
@@ -18,7 +18,7 @@ if ( !class_exists( 'YIT_Plugin_Panel' ) ) {
18
  *
19
  * Setting Page to Manage Plugins
20
  *
21
- * @class YIT_Plugin_Panel
22
  * @package Yithemes
23
  * @since 1.0
24
  * @author Your Inspiration Themes
@@ -77,6 +77,8 @@ if ( !class_exists( 'YIT_Plugin_Panel' ) ) {
77
  );
78
 
79
  $args = apply_filters( 'yit_plugin_fw_panel_option_args', wp_parse_args( $args, $default_args ) );
 
 
80
 
81
  $this->settings = $args;
82
  $this->_tabs_path_files = $this->get_tabs_path_files();
@@ -105,7 +107,7 @@ if ( !class_exists( 'YIT_Plugin_Panel' ) ) {
105
  /**
106
  * Init actions once to prevent multiple actions
107
  *
108
- * @since 3.0.0
109
  * @author Leanza Francesco <leanzafrancesco@gmail.com>
110
  */
111
  protected static function _init_actions() {
@@ -126,7 +128,7 @@ if ( !class_exists( 'YIT_Plugin_Panel' ) ) {
126
  *
127
  * @param $admin_body_classes
128
  *
129
- * @since 3.0.0
130
  * @author Leanza Francesco <leanzafrancesco@gmail.com>
131
  *
132
  * @return string
@@ -149,13 +151,16 @@ if ( !class_exists( 'YIT_Plugin_Panel' ) ) {
149
  public function add_menu_page() {
150
  global $admin_page_hooks;
151
 
152
- if ( !isset( $admin_page_hooks[ 'yit_plugin_panel' ] ) ) {
153
  $position = apply_filters( 'yit_plugins_menu_item_position', '62.32' );
154
  $capability = apply_filters( 'yit_plugin_panel_menu_page_capability', 'manage_options' );
155
  $show = apply_filters( 'yit_plugin_panel_menu_page_show', true );
156
 
157
- // YITH Plugins text must not be translated
158
- !!$show && add_menu_page( 'yit_plugin_panel', 'YITH Plugins', $capability, 'yit_plugin_panel', null, YIT_CORE_PLUGIN_URL . '/assets/images/yithemes-icon.png', $position );
 
 
 
159
  }
160
  }
161
 
@@ -170,7 +175,7 @@ if ( !class_exists( 'YIT_Plugin_Panel' ) ) {
170
  */
171
  public function remove_duplicate_submenu_page() {
172
  /* === Duplicate Items Hack === */
173
- remove_submenu_page( 'yit_plugin_panel', 'yit_plugin_panel' );
174
  }
175
 
176
  /**
@@ -201,7 +206,7 @@ if ( !class_exists( 'YIT_Plugin_Panel' ) ) {
201
  wp_enqueue_script( 'yith-plugin-fw-fields' );
202
  }
203
 
204
- if ( ( 'admin.php' == $pagenow && strpos( get_current_screen()->id, 'yith-plugins_page' ) !== false ) || apply_filters( 'yit_plugin_panel_asset_loading', false ) ) {
205
  wp_enqueue_media();
206
  wp_enqueue_style( 'yit-plugin-style' );
207
  wp_enqueue_script( 'yit-plugin-panel' );
@@ -325,8 +330,8 @@ if ( !class_exists( 'YIT_Plugin_Panel' ) ) {
325
  public function add_premium_version_upgrade_to_menu() {
326
  global $submenu;
327
 
328
- if ( apply_filters( 'yit_show_upgrade_to_premium_version', isset( $submenu[ 'yit_plugin_panel' ] ) && !isset( $submenu[ 'yit_plugin_panel' ][ 'how_to' ] ) ) ) {
329
- $submenu[ 'yit_plugin_panel' ][ 'how_to' ] = array(
330
  sprintf( '%s%s%s', '<span id="yith-how-to-premium">', __( 'How to install premium version', 'yith-plugin-fw' ), '</span>' ),
331
  'install_plugins',
332
  '//support.yithemes.com/hc/en-us/articles/217840988',
@@ -889,14 +894,14 @@ if ( !class_exists( 'YIT_Plugin_Panel' ) ) {
889
  */
890
  public static function sort_plugins() {
891
  global $submenu;
892
- if ( !empty( $submenu[ 'yit_plugin_panel' ] ) ) {
893
- $sorted_plugins = $submenu[ 'yit_plugin_panel' ];
894
 
895
  usort( $sorted_plugins, function ( $a, $b ) {
896
  return strcmp( current( $a ), current( $b ) );
897
  } );
898
 
899
- $submenu[ 'yit_plugin_panel' ] = $sorted_plugins;
900
  }
901
  }
902
 
@@ -909,8 +914,8 @@ if ( !class_exists( 'YIT_Plugin_Panel' ) ) {
909
  public static function add_menu_class_in_yith_plugin( $menu ) {
910
  global $submenu;
911
 
912
- if ( !empty( $submenu[ 'yit_plugin_panel' ] ) ) {
913
- $item_count = count( $submenu[ 'yit_plugin_panel' ] );
914
  $columns = absint( $item_count / 20 ) + 1;
915
  $columns = max( 1, min( $columns, 3 ) );
916
  $columns = apply_filters( 'yith_plugin_fw_yith_plugins_menu_columns', $columns, $item_count );
@@ -918,7 +923,7 @@ if ( !class_exists( 'YIT_Plugin_Panel' ) ) {
918
  if ( $columns > 1 ) {
919
  $class = "yith-plugin-fw-menu-$columns-columns";
920
  foreach ( $menu as $order => $top ) {
921
- if ( 'yit_plugin_panel' === $top[ 2 ] ) {
922
  $c = $menu[ $order ][ 4 ];
923
  $menu[ $order ][ 4 ] = add_cssclass( $class, $c );
924
  break;
18
  *
19
  * Setting Page to Manage Plugins
20
  *
21
+ * @class YIT_Plugin_Panel
22
  * @package Yithemes
23
  * @since 1.0
24
  * @author Your Inspiration Themes
77
  );
78
 
79
  $args = apply_filters( 'yit_plugin_fw_panel_option_args', wp_parse_args( $args, $default_args ) );
80
+ if ( isset( $args[ 'parent_page' ] ) && 'yit_plugin_panel' === $args[ 'parent_page' ] )
81
+ $args[ 'parent_page' ] = 'yith_plugin_panel';
82
 
83
  $this->settings = $args;
84
  $this->_tabs_path_files = $this->get_tabs_path_files();
107
  /**
108
  * Init actions once to prevent multiple actions
109
  *
110
+ * @since 3.0.0
111
  * @author Leanza Francesco <leanzafrancesco@gmail.com>
112
  */
113
  protected static function _init_actions() {
128
  *
129
  * @param $admin_body_classes
130
  *
131
+ * @since 3.0.0
132
  * @author Leanza Francesco <leanzafrancesco@gmail.com>
133
  *
134
  * @return string
151
  public function add_menu_page() {
152
  global $admin_page_hooks;
153
 
154
+ if ( !isset( $admin_page_hooks[ 'yith_plugin_panel' ] ) ) {
155
  $position = apply_filters( 'yit_plugins_menu_item_position', '62.32' );
156
  $capability = apply_filters( 'yit_plugin_panel_menu_page_capability', 'manage_options' );
157
  $show = apply_filters( 'yit_plugin_panel_menu_page_show', true );
158
 
159
+ // YITH text must not be translated
160
+ if ( !!$show ) {
161
+ add_menu_page( 'yith_plugin_panel', 'YITH', $capability, 'yith_plugin_panel', null, YIT_CORE_PLUGIN_URL . '/assets/images/yithemes-icon.png', $position );
162
+ $admin_page_hooks[ 'yith_plugin_panel' ] = 'yith-plugins'; // prevent issues for backward compatibility
163
+ }
164
  }
165
  }
166
 
175
  */
176
  public function remove_duplicate_submenu_page() {
177
  /* === Duplicate Items Hack === */
178
+ remove_submenu_page( 'yith_plugin_panel', 'yith_plugin_panel' );
179
  }
180
 
181
  /**
206
  wp_enqueue_script( 'yith-plugin-fw-fields' );
207
  }
208
 
209
+ if ( ( 'admin.php' == $pagenow && yith_plugin_fw_is_panel() ) || apply_filters( 'yit_plugin_panel_asset_loading', false ) ) {
210
  wp_enqueue_media();
211
  wp_enqueue_style( 'yit-plugin-style' );
212
  wp_enqueue_script( 'yit-plugin-panel' );
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',
894
  */
895
  public static function sort_plugins() {
896
  global $submenu;
897
+ if ( !empty( $submenu[ 'yith_plugin_panel' ] ) ) {
898
+ $sorted_plugins = $submenu[ 'yith_plugin_panel' ];
899
 
900
  usort( $sorted_plugins, function ( $a, $b ) {
901
  return strcmp( current( $a ), current( $b ) );
902
  } );
903
 
904
+ $submenu[ 'yith_plugin_panel' ] = $sorted_plugins;
905
  }
906
  }
907
 
914
  public static function add_menu_class_in_yith_plugin( $menu ) {
915
  global $submenu;
916
 
917
+ if ( !empty( $submenu[ 'yith_plugin_panel' ] ) ) {
918
+ $item_count = count( $submenu[ 'yith_plugin_panel' ] );
919
  $columns = absint( $item_count / 20 ) + 1;
920
  $columns = max( 1, min( $columns, 3 ) );
921
  $columns = apply_filters( 'yith_plugin_fw_yith_plugins_menu_columns', $columns, $item_count );
923
  if ( $columns > 1 ) {
924
  $class = "yith-plugin-fw-menu-$columns-columns";
925
  foreach ( $menu as $order => $top ) {
926
+ if ( 'yith_plugin_panel' === $top[ 2 ] ) {
927
  $c = $menu[ $order ][ 4 ];
928
  $menu[ $order ][ 4 ] = add_cssclass( $class, $c );
929
  break;
plugin-fw/lib/yit-plugin-subpanel.php CHANGED
@@ -18,7 +18,7 @@ if ( !class_exists( 'YIT_Plugin_SubPanel' ) ) {
18
  *
19
  * Setting Page to Manage Plugins
20
  *
21
- * @class YIT_Plugin_Panel
22
  * @package Yithemes
23
  * @since 1.0
24
  * @author Your Inspiration Themes
@@ -96,13 +96,14 @@ if ( !class_exists( 'YIT_Plugin_SubPanel' ) ) {
96
  $logo = $admin_logo;
97
  }
98
 
99
- if ( !isset( $admin_page_hooks[ 'yit_plugin_panel' ] ) ) {
100
  $position = apply_filters( 'yit_plugins_menu_item_position', '62.32' );
101
- add_menu_page( 'yit_plugin_panel', 'YITH Plugins', 'nosuchcapability', 'yit_plugin_panel', null, $logo, $position );
 
102
  }
103
 
104
- add_submenu_page( 'yit_plugin_panel', $this->settings[ 'label' ], $this->settings[ 'label' ], 'manage_options', $this->settings[ 'page' ], array( $this, 'yit_panel' ) );
105
- remove_submenu_page( 'yit_plugin_panel', 'yit_plugin_panel' );
106
 
107
  }
108
 
18
  *
19
  * Setting Page to Manage Plugins
20
  *
21
+ * @class YIT_Plugin_Panel
22
  * @package Yithemes
23
  * @since 1.0
24
  * @author Your Inspiration Themes
96
  $logo = $admin_logo;
97
  }
98
 
99
+ if ( !isset( $admin_page_hooks[ 'yith_plugin_panel' ] ) ) {
100
  $position = apply_filters( 'yit_plugins_menu_item_position', '62.32' );
101
+ add_menu_page( 'yith_plugin_panel', 'YITH', 'nosuchcapability', 'yith_plugin_panel', null, $logo, $position );
102
+ $admin_page_hooks[ 'yith_plugin_panel' ] = 'yith-plugins'; // prevent issues for backward compatibility
103
  }
104
 
105
+ add_submenu_page( 'yith_plugin_panel', $this->settings[ 'label' ], $this->settings[ 'label' ], 'manage_options', $this->settings[ 'page' ], array( $this, 'yit_panel' ) );
106
+ remove_submenu_page( 'yith_plugin_panel', 'yith_plugin_panel' );
107
 
108
  }
109
 
plugin-fw/lib/yit-upgrade.php CHANGED
@@ -7,610 +7,657 @@
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
- if ( !defined( 'ABSPATH' ) ) {
11
- exit;
12
  } // Exit if accessed directly
13
 
14
- if ( !class_exists( 'YIT_Upgrade' ) ) {
15
- /**
16
- * YIT Upgrade
17
- *
18
- * Notify and Update plugin
19
- *
20
- * @class YIT_Upgrade
21
- * @package Yithemes
22
- * @since 1.0
23
- * @author Your Inspiration Themes
24
- * @see WP_Updater Class
25
- */
26
- class YIT_Upgrade {
27
-
28
- /**
29
- * @var string XML notifier update
30
- */
31
- protected $_xml = 'http://update.yithemes.com/plugins/%plugin_slug%.xml';
32
-
33
- /**
34
- * @var string api server url
35
- */
36
- protected $_package_url = 'https://yithemes.com';
37
-
38
- /**
39
- * @var array The registered plugins
40
- */
41
- protected $_plugins = array();
42
-
43
- /**
44
- * @var YIT_Upgrade The main instance
45
- */
46
- protected static $_instance;
47
-
48
- /**
49
- * Construct
50
- *
51
- * @author Andrea Grillo <andrea.grillo@yithemes.com>
52
- * @since 1.0
53
- */
54
- public function __construct() {
55
- add_filter( 'upgrader_pre_download', array( $this, 'upgrader_pre_download' ), 10, 3 );
56
- add_action( 'update-custom_upgrade-plugin-multisite', array( $this, 'upgrade_plugin_multisite' ) );
57
-
58
- add_action( 'admin_enqueue_scripts', array( $this, 'admin_enqueue_scripts' ) );
59
-
60
- $is_debug_enabled = defined( 'YIT_LICENCE_DEBUG' ) && YIT_LICENCE_DEBUG;
61
- if ( $is_debug_enabled ) {
62
- $this->_package_url = defined( 'YIT_LICENCE_DEBUG_LOCALHOST' ) ? YIT_LICENCE_DEBUG_LOCALHOST : 'http://dev.yithemes.com';
63
- add_filter( 'block_local_requests', '__return_false' );
64
- }
65
-
66
- add_action( 'install_plugins_pre_plugin-information', array( $this, 'show_changelog_for_premium_plugins' ) );
67
- add_action( 'wp_ajax_yith_plugin_fw_get_premium_changelog', array( $this, 'show_changelog_for_premium_plugins' ) );
68
- }
69
-
70
- /**
71
- * show changelog for premium plugins
72
- *
73
- * @since 3.0.14
74
- */
75
- public function show_changelog_for_premium_plugins() {
76
- if ( isset( $_GET[ 'plugin' ] ) && isset( $_GET[ 'section' ] ) && 'changelog' === $_GET[ 'section' ] ) {
77
- $plugin_init = $_GET[ 'plugin' ];
78
- if ( isset( $this->_plugins[ $plugin_init ] ) ) {
79
- // this is YITH Premium Plugin
80
- if ( !empty( $this->_plugins[ $plugin_init ][ 'info' ][ 'changelog' ] ) ) {
81
- $plugin_name = $this->_plugins[ $plugin_init ][ 'info' ][ 'Name' ];
82
- $changelog = $this->_plugins[ $plugin_init ][ 'info' ][ 'changelog' ];
83
- $template = YIT_CORE_PLUGIN_TEMPLATE_PATH . '/upgrade/changelog.php';
84
- if ( file_exists( $template ) ) {
85
- include( $template );
86
- }
87
- die();
88
- }
89
- $error = __( 'An unexpected error occurred, please try again later. Thanks!', 'yith-plugin-fw' );
90
- $template = YIT_CORE_PLUGIN_TEMPLATE_PATH . '/upgrade/error.php';
91
- if ( file_exists( $template ) ) {
92
- include( $template );
93
- } else {
94
- echo "<p>$error</p>";
95
- }
96
- die();
97
- }
98
- }
99
- }
100
-
101
- /**
102
- * Main plugin Instance
103
- *
104
- * @param $plugin_slug | string The plugin slug
105
- * @param $plugin_init | string The plugin init file
106
- *
107
- * @return void
108
- *
109
- * @since 1.0
110
- * @author Andrea Grillo <andrea.grillo@yithemes.com>
111
- */
112
- public function register( $plugin_slug, $plugin_init ) {
113
-
114
- if ( !function_exists( 'get_plugins' ) ) {
115
- include_once( ABSPATH . 'wp-admin/includes/plugin.php' );
116
- }
117
-
118
- $plugins = get_plugins();
119
- $plugin_info = $plugins[ $plugin_init ];
120
-
121
- $this->_plugins[ $plugin_init ] = array(
122
- 'info' => $plugin_info,
123
- 'slug' => $plugin_slug,
124
- );
125
-
126
- $transient = 'yith_register_' . md5( $plugin_slug );
127
- if ( apply_filters( 'yith_register_delete_transient', false ) ) {
128
- delete_transient( $transient );
129
- }
130
- $info = get_transient( $transient );
131
- if ( false === $info || apply_filters( 'yith_register_delete_transient', false ) ) {
132
- $xml = str_replace( '%plugin_slug%', $plugin_slug, $this->_xml );
133
- $remote_xml = wp_remote_get( $xml );
134
-
135
- $error = false;
136
- if ( !is_wp_error( $remote_xml ) && isset( $remote_xml[ 'response' ][ 'code' ] ) && '200' == $remote_xml[ 'response' ][ 'code' ] ) {
137
- $plugin_remote_info = @simplexml_load_string( $remote_xml[ 'body' ] );
138
- if ( $plugin_remote_info ) {
139
- $info[ 'Latest' ] = (string) $plugin_remote_info->latest;
140
- $info[ 'changelog' ] = (string) $plugin_remote_info->changelog;
141
- if ( is_multisite() && current_user_can( 'update_plugins' ) ) {
142
- YIT_Plugin_Licence()->check( $plugin_slug, false );
143
- }
144
- set_transient( $transient, $info, DAY_IN_SECONDS );
145
- } else {
146
- $error = true;
147
- error_log( sprintf( 'SimpleXML error in %s:%s [plugin slug: %s]',
148
- __FILE__, __FUNCTION__, $plugin_slug ) );
149
- }
150
- } else {
151
- $error = true;
152
- }
153
-
154
- if ( $error ) {
155
- // If error, set empty value in the transient to prevent multiple requests
156
- $info = array( 'Latest' => '', 'changelog' => '' );
157
- set_transient( $transient, $info, HOUR_IN_SECONDS );
158
- }
159
- }
160
-
161
- $this->_plugins[ $plugin_init ][ 'info' ][ 'Latest' ] = $info[ 'Latest' ];
162
- $this->_plugins[ $plugin_init ][ 'info' ][ 'changelog' ] = $info[ 'changelog' ];
163
-
164
- /* === HOOKS === */
165
- if ( !is_multisite() || is_plugin_active_for_network( $plugin_init ) ) {
166
- add_action( 'load-plugins.php', array( $this, 'remove_wp_plugin_update_row' ), 25 );
167
- add_filter( 'pre_set_site_transient_update_plugins', array( $this, 'check_update' ) );
168
- } else if ( is_multisite() && current_user_can( 'update_plugins' ) ) {
169
- add_action( 'admin_enqueue_scripts', array( $this, 'multisite_updater_script' ) );
170
- }
171
- }
172
-
173
- /**
174
- * Add the multisite updater scripts
175
- *
176
- * @return void
177
- *
178
- * @since 1.0
179
- * @author Andrea Grillo <andrea.grillo@yithemes.com>
180
- */
181
- public function multisite_updater_script() {
182
- $update_url = $changelogs = $details_url = array();
183
- $strings = array(
184
- 'new_version' => __( 'There is a new version of %plugin_name% available.', 'yith-plugin-fw' ),
185
- 'latest' => __( 'View version %latest% details.', 'yith-plugin-fw' ),
186
- 'unavailable' => __( 'Automatic update is unavailable for this plugin,', 'yith-plugin-fw' ),
187
- 'activate' => __( 'please <a href="%activate_link%">activate</a> your copy of %plugin_name%.', 'yith-plugin-fw' ),
188
- 'update_now' => __( 'Update now.', 'yith-plugin-fw' )
189
-
190
- );
191
-
192
- foreach ( $this->_plugins as $init => $info ) {
193
- $update_url[ $init ] = wp_nonce_url( self_admin_url( 'update.php?action=upgrade-plugin-multisite&plugin=' ) . $init, 'upgrade-plugin-multisite_' . $init );
194
- $details_url[ $init ] = admin_url( 'admin-ajax.php?action=yith_plugin_fw_get_premium_changelog&tab=plugin-information&plugin=' . $init . '&section=changelog&TB_iframe=true&width=640&height=662' );
195
- }
196
-
197
- $localize_script_args = array(
198
- 'registered' => $this->_plugins,
199
- 'activated' => YIT_Plugin_Licence()->get_activated_products(),
200
- 'licence_activation_url' => YIT_Plugin_Licence()->get_licence_activation_page_url(),
201
- 'update_url' => $update_url,
202
- 'details_url' => $details_url,
203
- 'strings' => $strings,
204
- );
205
- $suffix = defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ? '' : '.min';
206
- yit_enqueue_script( 'yit-multisite-updater', YIT_CORE_PLUGIN_URL . '/assets/js/multisite-updater' . $suffix . '.js', array( 'jquery' ), false, true );
207
-
208
- wp_localize_script( 'yit-multisite-updater', 'plugins', $localize_script_args );
209
- }
210
-
211
- public function admin_enqueue_scripts() {
212
- global $pagenow;
213
- if ( 'plugins.php' === $pagenow )
214
- wp_enqueue_style( 'yit-upgrader', YIT_CORE_PLUGIN_URL . '/assets/css/yit-upgrader.css' );
215
- }
216
-
217
- /**
218
- * Retrive the zip package file
219
- *
220
- * @param bool $reply Whether to bail without returning the package. Default false.
221
- * @param string $package The package file name.
222
- * @param \WP_Upgrader $upgrader WP_Upgrader instance.
223
- *
224
- * @return string | The download file
225
- *
226
- * @since 1.0
227
- * @see wp-admin/includes/class-wp-upgrader.php
228
- * @access public
229
- * @author Andrea Grillo <andrea.grillo@yithemes.com>
230
- */
231
- public function upgrader_pre_download( $reply, $package, $upgrader ) {
232
- $plugin = false;
233
- $is_bulk = $upgrader->skin instanceof Bulk_Plugin_Upgrader_Skin;
234
-
235
- if ( !$is_bulk ) {
236
- $plugin = isset( $upgrader->skin->plugin ) ? $upgrader->skin->plugin : false;
237
- } else {
238
- //Bulk action upgrade
239
- $action_url = parse_url( $upgrader->skin->options[ 'url' ] );
240
- parse_str( rawurldecode( htmlspecialchars_decode( $action_url[ 'query' ] ) ), $output );
241
- $plugins = isset( $output[ 'plugins' ] ) ? $output[ 'plugins' ] : '';
242
- $plugins = explode( ',', $plugins );
243
- foreach ( $plugins as $plugin_init ) {
244
- $to_upgrade = get_plugin_data( WP_PLUGIN_DIR . '/' . $plugin_init );
245
- if ( $to_upgrade[ 'Name' ] == $upgrader->skin->plugin_info[ 'Name' ] ) {
246
- $plugin = $plugin_init;
247
- }
248
- }
249
- }
250
-
251
- /**
252
- * It isn't YITH Premium plugins, please wordpress update it for me!
253
- */
254
- if ( !$plugin ) {
255
- return $reply;
256
- }
257
-
258
- $plugin_info = YIT_Plugin_Licence()->get_product( $plugin );
259
-
260
- /**
261
- * False ? It isn't YITH Premium plugins, please wordpress update it for me!
262
- */
263
- if ( false === $plugin_info ) {
264
- return $reply;
265
- }
266
-
267
- $licence = YIT_Plugin_Licence()->get_licence();
268
- $product_id = $plugin_info[ 'product_id' ];
269
- $args = array(
270
- 'email' => $licence[ $product_id ][ 'email' ],
271
- 'licence_key' => $licence[ $product_id ][ 'licence_key' ],
272
- 'product_id' => $plugin_info[ 'product_id' ],
273
- 'secret_key' => $plugin_info[ 'secret_key' ],
274
- 'instance' => YIT_Plugin_Licence()->get_home_url(),
275
- 'wc-api' => 'download-api',
276
- 'request' => 'download'
277
- );
278
-
279
- if ( !preg_match( '!^(http|https|ftp)://!i', $package ) && file_exists( $package ) ) {
280
- //Local file or remote?
281
- return $package;
282
- }
283
-
284
- if ( empty( $package ) ) {
285
- return new WP_Error( 'no_package', $upgrader->strings[ 'no_package' ] );
286
- }
287
-
288
- $upgrader->skin->feedback( 'downloading_package', __( 'YIThemes Repository', 'yith-plugin-fw' ) );
289
-
290
- $download_file = $this->_download_url( $package, $args );
291
-
292
- /**
293
- * Regenerate update_plugins transient
294
- */
295
- $this->force_regenerate_update_transient();
296
-
297
- if ( is_wp_error( $download_file ) ) {
298
- return new WP_Error( 'download_failed', $upgrader->strings[ 'download_failed' ], $download_file->get_error_message() );
299
- }
300
-
301
- return $download_file;
302
- }
303
-
304
- /**
305
- * Retrive the temp filename
306
- *
307
- * @param string $url The package url
308
- * @param string $body The post data fields
309
- * @param int $timeout Execution timeout (default: 300)
310
- *
311
- * @return string | The temp filename
312
- *
313
- * @since 1.0
314
- * @see wp-admin/includes/class-wp-upgrader.php
315
- * @access protected
316
- * @author Andrea Grillo <andrea.grillo@yithemes.com>
317
- */
318
- protected function _download_url( $url, $body, $timeout = 300 ) {
319
-
320
- //WARNING: The file is not automatically deleted, The script must unlink() the file.
321
- if ( !$url ) {
322
- return new WP_Error( 'http_no_url', __( 'Invalid URL Provided.', 'yit' ) );
323
- }
324
-
325
- $tmpfname = wp_tempnam( $url );
326
-
327
- $args = array(
328
- 'timeout' => $timeout,
329
- 'stream' => true,
330
- 'filename' => $tmpfname,
331
- 'body' => $body
332
- );
333
-
334
- if ( !$tmpfname ) {
335
- return new WP_Error( 'http_no_file', __( 'Could not create Temporary file.', 'yit' ) );
336
- }
337
-
338
- $response = wp_safe_remote_post( $url, $args );
339
-
340
- if ( is_wp_error( $response ) ) {
341
- unlink( $tmpfname );
342
-
343
- return $response;
344
- }
345
-
346
- if ( 200 != wp_remote_retrieve_response_code( $response ) ) {
347
- unlink( $tmpfname );
348
-
349
- return new WP_Error( 'http_404', trim( wp_remote_retrieve_response_message( $response ) ) );
350
- }
351
-
352
- $content_md5 = wp_remote_retrieve_header( $response, 'content-md5' );
353
-
354
- if ( $content_md5 ) {
355
- $md5_check = verify_file_md5( $tmpfname, $content_md5 );
356
- if ( is_wp_error( $md5_check ) ) {
357
- unlink( $tmpfname );
358
-
359
- return $md5_check;
360
- }
361
- }
362
-
363
- return $tmpfname;
364
- }
365
-
366
- /**
367
- * Main plugin Instance
368
- *
369
- * @static
370
- * @return object Main instance
371
- *
372
- * @since 1.0
373
- * @author Andrea Grillo <andrea.grillo@yithemes.com>
374
- */
375
- public static function instance() {
376
- if ( is_null( self::$_instance ) ) {
377
- self::$_instance = new self();
378
- }
379
-
380
- return self::$_instance;
381
- }
382
-
383
- /**
384
- * Delete the update plugins transient
385
- *
386
- * @return void
387
- *
388
- * @since 1.0
389
- * @see update_plugins transient and pre_set_site_transient_update_plugins hooks
390
- * @author Andrea Grillo <andrea.grillo@yithemes.com>
391
- */
392
- public function force_regenerate_update_transient() {
393
- delete_site_transient( 'update_plugins' );
394
- }
395
-
396
- /**
397
- * Check for plugins update
398
- *
399
- * If a new plugin version is available set it in the pre_set_site_transient_update_plugins hooks
400
- *
401
- * @param mixed $transient | update_plugins transient value
402
- * @param bool $save | Default: false. Set true to regenerate the update_transient plugins
403
- *
404
- * @return mixed $transient | The new update_plugins transient value
405
- *
406
- * @since 1.0
407
- * @see update_plugins transient and pre_set_site_transient_update_plugins hooks
408
- * @author Andrea Grillo <andrea.grillo@yithemes.com>
409
- */
410
- public function check_update( $transient, $save = false ) {
411
-
412
- foreach ( $this->_plugins as $init => $plugin ) {
413
- $plugin_slug = $this->_plugins[ $init ][ 'slug' ];
414
- $xml = str_replace( '%plugin_slug%', $plugin_slug, $this->_xml );
415
- $remote_xml = wp_remote_get( $xml );
416
-
417
- if ( !is_wp_error( $remote_xml ) && isset( $remote_xml[ 'response' ][ 'code' ] ) && '200' == $remote_xml[ 'response' ][ 'code' ] ) {
418
-
419
- $plugin_remote_info = @simplexml_load_string( $remote_xml[ 'body' ] );
420
-
421
- if ( $plugin_remote_info ) {
422
-
423
- if ( version_compare( $plugin_remote_info->latest, $plugin[ 'info' ][ 'Version' ], '>' ) && !isset( $transient->response[ $init ] ) ) {
424
-
425
- $package = YIT_Plugin_Licence()->check( $init ) ? $this->_package_url : null;
426
-
427
- $obj = new stdClass();
428
- $obj->slug = (string) $init;
429
- $obj->new_version = (string) $plugin_remote_info->latest;
430
- $obj->changelog = (string) $plugin_remote_info->changelog;
431
- $obj->package = $package;
432
- $obj->plugin = $init;
433
- $transient->response[ $init ] = $obj;
434
- }
435
-
436
- } else {
437
- error_log( sprintf( 'SimpleXML error in %s:%s [plugin slug: %s]',
438
- __FILE__, __FUNCTION__, $plugin_slug ) );
439
-
440
- return $transient;
441
- }
442
- }
443
- }
444
-
445
- if ( $save ) {
446
- set_site_transient( 'update_plugins', $transient );
447
- }
448
-
449
- return $transient;
450
- }
451
-
452
- /**
453
- * Add the plugin update row in plugin page
454
- *
455
- * @return void
456
- * @fire "in_theme_update_message-{$init}" action
457
- *
458
- * @since 1.0
459
- * @see after_plugin_row_{$init} action
460
- * @author Andrea Grillo <andrea.grillo@yithemes.com>
461
- */
462
- public function plugin_update_row() {
463
-
464
- $current = get_site_transient( 'update_plugins' );
465
- $init = str_replace( 'after_plugin_row_', '', current_filter() );
466
-
467
- if ( !isset( $current->response[ $init ] ) ) {
468
- return false;
469
- }
470
-
471
- /**
472
- * stdClass Object
473
- */
474
- $r = $current->response[ $init ];
475
-
476
- $changelog_id = str_replace( array( '/', '.php', '.' ), array( '-', '', '-' ), $init );
477
- $details_url = self_admin_url( 'plugin-install.php?tab=plugin-information&plugin=' . $init . '&section=changelog&TB_iframe=true&width=640&height=662' );
478
-
479
- /**
480
- * @see wp_plugin_update_rows() in wp-single\wp-admin\includes\update.php
481
- */
482
- $wp_list_table = _get_list_table( 'WP_MS_Themes_List_Table' );
483
-
484
- if ( is_network_admin() || !is_multisite() || true ) {
485
- global $wp_version;
486
- $is_wp_4_6 = version_compare( $wp_version, '4.6', '>=' );
487
-
488
- echo '<tr class="plugin-update-tr' . ( is_plugin_active( $init ) ? ' active' : '' ) . '"><td colspan="' . $wp_list_table->get_column_count() . '" class="plugin-update colspanchange">';
489
-
490
- echo '<div class="update-message' . ( $is_wp_4_6 ? ' notice inline notice-warning notice-alt' : '' ) . '">';
491
-
492
- echo( $is_wp_4_6 ? '<p>' : '' );
493
-
494
- if ( !current_user_can( 'update_plugins' ) ) {
495
- 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 );
496
- } elseif ( is_plugin_active_for_network( $init ) ) {
497
- 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 );
498
- } elseif ( empty( $r->package ) ) {
499
- 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' ] );
500
- } else {
501
- 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 ) );
502
- }
503
-
504
- echo( $is_wp_4_6 ? '</p>' : '' );
505
-
506
- /**
507
- * Fires at the end of the update message container in each
508
- * row of the themes list table.
509
- *
510
- * The dynamic portion of the hook name, `$theme_key`, refers to
511
- * the theme slug as found in the WordPress.org themes repository.
512
- *
513
- * @since Wordpress 3.1.0
514
- * }
515
- */
516
- do_action( "in_theme_update_message-{$init}", $this->_plugins[ $init ], $r->changelog, $changelog_id );
517
-
518
- echo '</div></td></tr>';
519
- }
520
- }
521
-
522
- /**
523
- * Remove the standard plugin_update_row
524
- *
525
- * Remove the standard plugin_update_row and Add a custom plugin update row in plugin page.
526
- *
527
- * @return void
528
- * @fire "in_theme_update_message-{$init}" action
529
- *
530
- * @since 1.0
531
- * @see after_plugin_row_{$init} action
532
- * @author Andrea Grillo <andrea.grillo@yithemes.com>
533
- */
534
- public function remove_wp_plugin_update_row() {
535
- foreach ( $this->_plugins as $init => $plugin ) {
536
- remove_action( "after_plugin_row_{$init}", 'wp_plugin_update_row', 10 );
537
- add_action( "after_plugin_row_{$init}", array( $this, 'plugin_update_row' ) );
538
- //add_action( "in_theme_update_message-{$init}", array( $this, 'in_theme_update_message' ), 10, 3 );
539
- }
540
- }
541
-
542
- public function in_theme_update_message( $plugin, $changelog, $changelog_id, $echo = true ) {
543
- $res = "<div id='{$changelog_id}' class='yit-plugin-changelog-wrapper'>
 
 
 
 
 
 
 
544
  <div class='yit-plugin-changelog'>
545
  <h2 class='yit-plugin-changelog-title'>{$plugin['info']['Name']} - Changelog</h2>
546
  <p>{$changelog}</p>
547
  </div>
548
  </div>";
549
 
550
- if ( $echo ) {
551
- echo $res;
552
- } else {
553
- return $res;
554
- }
555
- }
556
-
557
- /**
558
- * Auto-Update Plugin in multisite
559
- *
560
- * Manage the non standard upgrade-plugin-multisite action
561
- *
562
- * @return void
563
- *
564
- * @since 1.0
565
- * @see upgrade-plugin action
566
- * @author Andrea Grillo <andrea.grillo@yithemes.com>
567
- */
568
- public function upgrade_plugin_multisite() {
569
-
570
- $plugin = isset( $_REQUEST[ 'plugin' ] ) ? trim( $_REQUEST[ 'plugin' ] ) : '';
571
- $action = isset( $_REQUEST[ 'action' ] ) ? $_REQUEST[ 'action' ] : '';
572
-
573
- if ( 'upgrade-plugin-multisite' != $action ) {
574
- wp_die( __( 'You can\'t update the plugins for this site.', 'yith-plugin-fw' ) );
575
- }
576
-
577
- if ( !current_user_can( 'update_plugins' ) ) {
578
- wp_die( __( 'You do not have sufficient permissions to update the plugins for this site.', 'yith-plugin-fw' ) );
579
- }
580
-
581
- $this->check_update( get_site_transient( 'update_plugins' ), true );
582
-
583
- check_admin_referer( 'upgrade-plugin-multisite_' . $plugin );
584
-
585
- $title = __( 'Update Plugin', 'yith-plugin-fw' );
586
- $parent_file = 'plugins.php';
587
- $submenu_file = 'plugins.php';
588
-
589
- wp_enqueue_script( 'updates' );
590
- require_once( ABSPATH . 'wp-admin/admin-header.php' );
591
-
592
- $nonce = 'upgrade-plugin-multisite_' . $plugin;
593
- $url = 'update.php?action=upgrade-plugin-multisite&plugin=' . urlencode( $plugin );
594
-
595
- $upgrader = new Plugin_Upgrader( new Plugin_Upgrader_Skin( compact( 'title', 'nonce', 'url', 'plugin' ) ) );
596
- $upgrader->upgrade( $plugin );
597
-
598
- include( ABSPATH . 'wp-admin/admin-footer.php' );
599
- }
600
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
601
  }
602
 
603
- if ( !function_exists( 'YIT_Upgrade' ) ) {
604
- /**
605
- * Main instance of plugin
606
- *
607
- * @return YIT_Upgrade
608
- * @since 1.0
609
- * @author Andrea Grillo <andrea.grillo@yithemes.com>
610
- */
611
- function YIT_Upgrade() {
612
- return YIT_Upgrade::instance();
613
- }
614
  }
615
 
616
  /**
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
+ if ( ! defined( 'ABSPATH' ) ) {
11
+ exit;
12
  } // Exit if accessed directly
13
 
14
+ if ( ! class_exists( 'YIT_Upgrade' ) ) {
15
+ /**
16
+ * YIT Upgrade
17
+ *
18
+ * Notify and Update plugin
19
+ *
20
+ * @class YIT_Upgrade
21
+ * @package Yithemes
22
+ * @since 1.0
23
+ * @author Your Inspiration Themes
24
+ * @see WP_Updater Class
25
+ */
26
+ class YIT_Upgrade {
27
+
28
+ /**
29
+ * @var string XML notifier update
30
+ */
31
+ protected $_remote_url = 'https://update.yithemes.com/plugin-xml.php';
32
+
33
+ /**
34
+ * @var string api server url
35
+ */
36
+ protected $_package_url = 'https://yithemes.com';
37
+
38
+ /**
39
+ * @var array The registered plugins
40
+ */
41
+ protected $_plugins = array();
42
+
43
+ /**
44
+ * @var YIT_Upgrade The main instance
45
+ */
46
+ protected static $_instance;
47
+
48
+ /**
49
+ * Construct
50
+ *
51
+ * @author Andrea Grillo <andrea.grillo@yithemes.com>
52
+ * @since 1.0
53
+ */
54
+ public function __construct() {
55
+ add_filter( 'upgrader_pre_download', array( $this, 'upgrader_pre_download' ), 10, 3 );
56
+ add_action( 'update-custom_upgrade-plugin-multisite', array( $this, 'upgrade_plugin_multisite' ) );
57
+
58
+ add_action( 'admin_enqueue_scripts', array( $this, 'admin_enqueue_scripts' ) );
59
+
60
+ $is_debug_enabled = defined( 'YIT_LICENCE_DEBUG' ) && YIT_LICENCE_DEBUG;
61
+ if ( $is_debug_enabled ) {
62
+ $this->_package_url = defined( 'YIT_LICENCE_DEBUG_LOCALHOST' ) ? YIT_LICENCE_DEBUG_LOCALHOST : 'http://dev.yithemes.com';
63
+ add_filter( 'block_local_requests', '__return_false' );
64
+ }
65
+
66
+ add_action( 'install_plugins_pre_plugin-information', array(
67
+ $this,
68
+ 'show_changelog_for_premium_plugins'
69
+ ) );
70
+ add_action( 'wp_ajax_yith_plugin_fw_get_premium_changelog', array(
71
+ $this,
72
+ 'show_changelog_for_premium_plugins'
73
+ ) );
74
+ }
75
+
76
+ /**
77
+ * show changelog for premium plugins
78
+ *
79
+ * @since 3.0.14
80
+ */
81
+ public function show_changelog_for_premium_plugins() {
82
+ if ( isset( $_GET['plugin'] ) && isset( $_GET['section'] ) && 'changelog' === $_GET['section'] ) {
83
+ $plugin_init = $_GET['plugin'];
84
+ if ( isset( $this->_plugins[ $plugin_init ] ) ) {
85
+ // this is YITH Premium Plugin
86
+ if ( ! empty( $this->_plugins[ $plugin_init ]['info']['changelog'] ) ) {
87
+ $plugin_name = $this->_plugins[ $plugin_init ]['info']['Name'];
88
+ $changelog = $this->_plugins[ $plugin_init ]['info']['changelog'];
89
+ $template = YIT_CORE_PLUGIN_TEMPLATE_PATH . '/upgrade/changelog.php';
90
+ if ( file_exists( $template ) ) {
91
+ include( $template );
92
+ }
93
+ die();
94
+ }
95
+ $error = __( 'An unexpected error occurred, please try again later. Thanks!', 'yith-plugin-fw' );
96
+ $template = YIT_CORE_PLUGIN_TEMPLATE_PATH . '/upgrade/error.php';
97
+ if ( file_exists( $template ) ) {
98
+ include( $template );
99
+ } else {
100
+ echo "<p>$error</p>";
101
+ }
102
+ die();
103
+ }
104
+ }
105
+ }
106
+
107
+ /**
108
+ * Main plugin Instance
109
+ *
110
+ * @param $plugin_slug | string The plugin slug
111
+ * @param $plugin_init | string The plugin init file
112
+ *
113
+ * @return void
114
+ *
115
+ * @since 1.0
116
+ * @author Andrea Grillo <andrea.grillo@yithemes.com>
117
+ */
118
+ public function register( $plugin_slug, $plugin_init ) {
119
+
120
+ if ( ! function_exists( 'get_plugins' ) ) {
121
+ include_once( ABSPATH . 'wp-admin/includes/plugin.php' );
122
+ }
123
+
124
+ $plugins = get_plugins();
125
+ $plugin_info = $plugins[ $plugin_init ];
126
+
127
+ $plugin = $this->_plugins[ $plugin_init ] = array(
128
+ 'info' => $plugin_info,
129
+ 'slug' => $plugin_slug,
130
+ );
131
+
132
+ $transient = 'yith_register_' . md5( $plugin_slug );
133
+ if ( apply_filters( 'yith_register_delete_transient', false ) ) {
134
+ delete_transient( $transient );
135
+ }
136
+ $info = get_transient( $transient );
137
+ if ( false === $info || apply_filters( 'yith_register_delete_transient', false ) ) {
138
+ $xml = $this->get_remote_url( $plugin );
139
+ $remote_xml = wp_remote_get( $xml );
140
+
141
+ $error = false;
142
+ if ( ! is_wp_error( $remote_xml ) && isset( $remote_xml['response']['code'] ) && '200' == $remote_xml['response']['code'] ) {
143
+ $plugin_remote_info = @simplexml_load_string( $remote_xml['body'] );
144
+ if ( $plugin_remote_info ) {
145
+ $info['Latest'] = (string) $plugin_remote_info->latest;
146
+ $info['changelog'] = (string) $plugin_remote_info->changelog;
147
+ if ( is_multisite() && current_user_can( 'update_plugins' ) ) {
148
+ YIT_Plugin_Licence()->check( $plugin_slug, false );
149
+ }
150
+ set_transient( $transient, $info, DAY_IN_SECONDS );
151
+ } else {
152
+ $error = true;
153
+ error_log( sprintf( 'SimpleXML error in %s:%s [plugin slug: %s]',
154
+ __FILE__, __FUNCTION__, $plugin_slug ) );
155
+ }
156
+ } else {
157
+ $error = true;
158
+ }
159
+
160
+ if ( $error ) {
161
+ // If error, set empty value in the transient to prevent multiple requests
162
+ $info = array( 'Latest' => '', 'changelog' => '' );
163
+ set_transient( $transient, $info, HOUR_IN_SECONDS );
164
+ }
165
+ }
166
+
167
+ $this->_plugins[ $plugin_init ]['info']['Latest'] = $info['Latest'];
168
+ $this->_plugins[ $plugin_init ]['info']['changelog'] = $info['changelog'];
169
+
170
+ /* === HOOKS === */
171
+ if ( ! is_multisite() || is_plugin_active_for_network( $plugin_init ) ) {
172
+ add_action( 'load-plugins.php', array( $this, 'remove_wp_plugin_update_row' ), 25 );
173
+ add_filter( 'pre_set_site_transient_update_plugins', array( $this, 'check_update' ) );
174
+ } else if ( is_multisite() && current_user_can( 'update_plugins' ) ) {
175
+ add_action( 'admin_enqueue_scripts', array( $this, 'multisite_updater_script' ) );
176
+ }
177
+ }
178
+
179
+ /**
180
+ * Add the multisite updater scripts
181
+ *
182
+ * @return void
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 ) {
199
+ $update_url[ $init ] = wp_nonce_url( self_admin_url( 'update.php?action=upgrade-plugin-multisite&plugin=' ) . $init, 'upgrade-plugin-multisite_' . $init );
200
+ $details_url[ $init ] = admin_url( 'admin-ajax.php?action=yith_plugin_fw_get_premium_changelog&tab=plugin-information&plugin=' . $init . '&section=changelog&TB_iframe=true&width=640&height=662' );
201
+ }
202
+
203
+ $localize_script_args = array(
204
+ 'registered' => $this->_plugins,
205
+ 'activated' => YIT_Plugin_Licence()->get_activated_products(),
206
+ 'licence_activation_url' => YIT_Plugin_Licence()->get_licence_activation_page_url(),
207
+ 'update_url' => $update_url,
208
+ 'details_url' => $details_url,
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
+ }
223
+
224
+ /**
225
+ * Retrive the zip package file
226
+ *
227
+ * @param bool $reply Whether to bail without returning the package. Default false.
228
+ * @param string $package The package file name.
229
+ * @param \WP_Upgrader $upgrader WP_Upgrader instance.
230
+ *
231
+ * @return string | The download file
232
+ *
233
+ * @since 1.0
234
+ * @see wp-admin/includes/class-wp-upgrader.php
235
+ * @access public
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
+
242
+ if ( ! $is_bulk ) {
243
+ $plugin = isset( $upgrader->skin->plugin ) ? $upgrader->skin->plugin : false;
244
+ } else {
245
+ //Bulk action upgrade
246
+ $action_url = parse_url( $upgrader->skin->options['url'] );
247
+ parse_str( rawurldecode( htmlspecialchars_decode( $action_url['query'] ) ), $output );
248
+ $plugins = isset( $output['plugins'] ) ? $output['plugins'] : '';
249
+ $plugins = explode( ',', $plugins );
250
+ foreach ( $plugins as $plugin_init ) {
251
+ $to_upgrade = get_plugin_data( WP_PLUGIN_DIR . '/' . $plugin_init );
252
+ if ( $to_upgrade['Name'] == $upgrader->skin->plugin_info['Name'] ) {
253
+ $plugin = $plugin_init;
254
+ }
255
+ }
256
+ }
257
+
258
+ /**
259
+ * It isn't YITH Premium plugins, please wordpress update it for me!
260
+ */
261
+ if ( ! $plugin ) {
262
+ return $reply;
263
+ }
264
+
265
+ $plugin_info = YIT_Plugin_Licence()->get_product( $plugin );
266
+
267
+ /**
268
+ * False ? It isn't YITH Premium plugins, please wordpress update it for me!
269
+ */
270
+ if ( false === $plugin_info ) {
271
+ return $reply;
272
+ }
273
+
274
+ $licence = YIT_Plugin_Licence()->get_licence();
275
+ $product_id = $plugin_info['product_id'];
276
+ $args = array(
277
+ 'email' => $licence[ $product_id ]['email'],
278
+ 'licence_key' => $licence[ $product_id ]['licence_key'],
279
+ 'product_id' => $plugin_info['product_id'],
280
+ 'secret_key' => $plugin_info['secret_key'],
281
+ 'instance' => YIT_Plugin_Licence()->get_home_url(),
282
+ 'wc-api' => 'download-api',
283
+ 'request' => 'download'
284
+ );
285
+
286
+ if ( ! preg_match( '!^(http|https|ftp)://!i', $package ) && file_exists( $package ) ) {
287
+ //Local file or remote?
288
+ return $package;
289
+ }
290
+
291
+ if ( empty( $package ) ) {
292
+ return new WP_Error( 'no_package', $upgrader->strings['no_package'] );
293
+ }
294
+
295
+ $upgrader->skin->feedback( 'downloading_package', __( 'YITH Repository', 'yith-plugin-fw' ) );
296
+
297
+ $download_file = $this->_download_url( $package, $args );
298
+
299
+ /**
300
+ * Regenerate update_plugins transient
301
+ */
302
+ $this->force_regenerate_update_transient();
303
+
304
+ if ( is_wp_error( $download_file ) ) {
305
+ return new WP_Error( 'download_failed', $upgrader->strings['download_failed'], $download_file->get_error_message() );
306
+ }
307
+
308
+ return $download_file;
309
+ }
310
+
311
+ /**
312
+ * Retrive the temp filename
313
+ *
314
+ * @param string $url The package url
315
+ * @param string $body The post data fields
316
+ * @param int $timeout Execution timeout (default: 300)
317
+ *
318
+ * @return string | The temp filename
319
+ *
320
+ * @since 1.0
321
+ * @see wp-admin/includes/class-wp-upgrader.php
322
+ * @access protected
323
+ * @author Andrea Grillo <andrea.grillo@yithemes.com>
324
+ */
325
+ protected function _download_url( $url, $body, $timeout = 300 ) {
326
+
327
+ //WARNING: The file is not automatically deleted, The script must unlink() the file.
328
+ if ( ! $url ) {
329
+ return new WP_Error( 'http_no_url', __( 'Invalid URL Provided.', 'yit' ) );
330
+ }
331
+
332
+ $tmpfname = wp_tempnam( $url );
333
+
334
+ $args = array(
335
+ 'timeout' => $timeout,
336
+ 'stream' => true,
337
+ 'filename' => $tmpfname,
338
+ 'body' => $body
339
+ );
340
+
341
+ if ( ! $tmpfname ) {
342
+ return new WP_Error( 'http_no_file', __( 'Could not create Temporary file.', 'yit' ) );
343
+ }
344
+
345
+ $response = wp_safe_remote_post( $url, $args );
346
+
347
+ if ( is_wp_error( $response ) ) {
348
+ unlink( $tmpfname );
349
+
350
+ return $response;
351
+ }
352
+
353
+ if ( 200 != wp_remote_retrieve_response_code( $response ) ) {
354
+ unlink( $tmpfname );
355
+
356
+ return new WP_Error( 'http_404', trim( wp_remote_retrieve_response_message( $response ) ) );
357
+ }
358
+
359
+ $content_md5 = wp_remote_retrieve_header( $response, 'content-md5' );
360
+
361
+ if ( $content_md5 ) {
362
+ $md5_check = verify_file_md5( $tmpfname, $content_md5 );
363
+ if ( is_wp_error( $md5_check ) ) {
364
+ unlink( $tmpfname );
365
+
366
+ return $md5_check;
367
+ }
368
+ }
369
+
370
+ return $tmpfname;
371
+ }
372
+
373
+ /**
374
+ * Main plugin Instance
375
+ *
376
+ * @static
377
+ * @return object Main instance
378
+ *
379
+ * @since 1.0
380
+ * @author Andrea Grillo <andrea.grillo@yithemes.com>
381
+ */
382
+ public static function instance() {
383
+ if ( is_null( self::$_instance ) ) {
384
+ self::$_instance = new self();
385
+ }
386
+
387
+ return self::$_instance;
388
+ }
389
+
390
+ /**
391
+ * Delete the update plugins transient
392
+ *
393
+ * @return void
394
+ *
395
+ * @since 1.0
396
+ * @see update_plugins transient and pre_set_site_transient_update_plugins hooks
397
+ * @author Andrea Grillo <andrea.grillo@yithemes.com>
398
+ */
399
+ public function force_regenerate_update_transient() {
400
+ delete_site_transient( 'update_plugins' );
401
+ }
402
+
403
+ /**
404
+ * Check for plugins update
405
+ *
406
+ * If a new plugin version is available set it in the pre_set_site_transient_update_plugins hooks
407
+ *
408
+ * @param mixed $transient | update_plugins transient value
409
+ * @param bool $save | Default: false. Set true to regenerate the update_transient plugins
410
+ *
411
+ * @return mixed $transient | The new update_plugins transient value
412
+ *
413
+ * @since 1.0
414
+ * @see update_plugins transient and pre_set_site_transient_update_plugins hooks
415
+ * @author Andrea Grillo <andrea.grillo@yithemes.com>
416
+ */
417
+ public function check_update( $transient, $save = false ) {
418
+
419
+ foreach ( $this->_plugins as $init => $plugin ) {
420
+ $plugin_slug = $this->_plugins[ $init ]['slug'];
421
+ $xml = $this->get_remote_url( $plugin );
422
+ $remote_xml = wp_remote_get( $xml );
423
+
424
+ if ( ! is_wp_error( $remote_xml ) && isset( $remote_xml['response']['code'] ) && '200' == $remote_xml['response']['code'] ) {
425
+
426
+ $plugin_remote_info = @simplexml_load_string( $remote_xml['body'] );
427
+
428
+ if ( $plugin_remote_info ) {
429
+
430
+ if ( version_compare( $plugin_remote_info->latest, $plugin['info']['Version'], '>' ) && ! isset( $transient->response[ $init ] ) ) {
431
+
432
+ $package = YIT_Plugin_Licence()->check( $init ) ? $this->_package_url : null;
433
+
434
+ $obj = new stdClass();
435
+ $obj->slug = (string) $init;
436
+ $obj->new_version = (string) $plugin_remote_info->latest;
437
+ $obj->changelog = (string) $plugin_remote_info->changelog;
438
+ $obj->package = $package;
439
+ $obj->plugin = $init;
440
+ $transient->response[ $init ] = $obj;
441
+ }
442
+
443
+ } else {
444
+ error_log( sprintf( 'SimpleXML error in %s:%s [plugin slug: %s]',
445
+ __FILE__, __FUNCTION__, $plugin_slug ) );
446
+
447
+ return $transient;
448
+ }
449
+ }
450
+ }
451
+
452
+ if ( $save ) {
453
+ set_site_transient( 'update_plugins', $transient );
454
+ }
455
+
456
+ return $transient;
457
+ }
458
+
459
+ /**
460
+ * Add the plugin update row in plugin page
461
+ *
462
+ * @return void
463
+ * @fire "in_theme_update_message-{$init}" action
464
+ *
465
+ * @since 1.0
466
+ * @see after_plugin_row_{$init} action
467
+ * @author Andrea Grillo <andrea.grillo@yithemes.com>
468
+ */
469
+ public function plugin_update_row() {
470
+
471
+ $current = get_site_transient( 'update_plugins' );
472
+ $init = str_replace( 'after_plugin_row_', '', current_filter() );
473
+
474
+ if ( ! isset( $current->response[ $init ] ) ) {
475
+ return false;
476
+ }
477
+
478
+ /**
479
+ * stdClass Object
480
+ */
481
+ $r = $current->response[ $init ];
482
+
483
+ $changelog_id = str_replace( array( '/', '.php', '.' ), array( '-', '', '-' ), $init );
484
+ $details_url = self_admin_url( 'plugin-install.php?tab=plugin-information&plugin=' . $init . '&section=changelog&TB_iframe=true&width=640&height=662' );
485
+
486
+ /**
487
+ * @see wp_plugin_update_rows() in wp-single\wp-admin\includes\update.php
488
+ */
489
+ $wp_list_table = _get_list_table( 'WP_MS_Themes_List_Table' );
490
+
491
+ if ( is_network_admin() || ! is_multisite() || true ) {
492
+ global $wp_version;
493
+ $is_wp_4_6 = version_compare( $wp_version, '4.6', '>=' );
494
+
495
+ echo '<tr class="plugin-update-tr' . ( is_plugin_active( $init ) ? ' active' : '' ) . '"><td colspan="' . $wp_list_table->get_column_count() . '" class="plugin-update colspanchange">';
496
+
497
+ echo '<div class="update-message' . ( $is_wp_4_6 ? ' notice inline notice-warning notice-alt' : '' ) . '">';
498
+
499
+ echo( $is_wp_4_6 ? '<p>' : '' );
500
+
501
+ if ( ! current_user_can( 'update_plugins' ) ) {
502
+ 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 );
503
+ } elseif ( is_plugin_active_for_network( $init ) ) {
504
+ 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 );
505
+ } elseif ( empty( $r->package ) ) {
506
+ 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'] );
507
+ } else {
508
+ 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 ) );
509
+ }
510
+
511
+ echo( $is_wp_4_6 ? '</p>' : '' );
512
+
513
+ /**
514
+ * Fires at the end of the update message container in each
515
+ * row of the themes list table.
516
+ *
517
+ * The dynamic portion of the hook name, `$theme_key`, refers to
518
+ * the theme slug as found in the WordPress.org themes repository.
519
+ *
520
+ * @since Wordpress 3.1.0
521
+ * }
522
+ */
523
+ do_action( "in_theme_update_message-{$init}", $this->_plugins[ $init ], $r->changelog, $changelog_id );
524
+
525
+ echo '</div></td></tr>';
526
+ }
527
+ }
528
+
529
+ /**
530
+ * Remove the standard plugin_update_row
531
+ *
532
+ * Remove the standard plugin_update_row and Add a custom plugin update row in plugin page.
533
+ *
534
+ * @return void
535
+ * @fire "in_theme_update_message-{$init}" action
536
+ *
537
+ * @since 1.0
538
+ * @see after_plugin_row_{$init} action
539
+ * @author Andrea Grillo <andrea.grillo@yithemes.com>
540
+ */
541
+ public function remove_wp_plugin_update_row() {
542
+ foreach ( $this->_plugins as $init => $plugin ) {
543
+ remove_action( "after_plugin_row_{$init}", 'wp_plugin_update_row', 10 );
544
+ add_action( "after_plugin_row_{$init}", array( $this, 'plugin_update_row' ) );
545
+ //add_action( "in_theme_update_message-{$init}", array( $this, 'in_theme_update_message' ), 10, 3 );
546
+ }
547
+ }
548
+
549
+ public function in_theme_update_message( $plugin, $changelog, $changelog_id, $echo = true ) {
550
+ $res = "<div id='{$changelog_id}' class='yit-plugin-changelog-wrapper'>
551
  <div class='yit-plugin-changelog'>
552
  <h2 class='yit-plugin-changelog-title'>{$plugin['info']['Name']} - Changelog</h2>
553
  <p>{$changelog}</p>
554
  </div>
555
  </div>";
556
 
557
+ if ( $echo ) {
558
+ echo $res;
559
+ } else {
560
+ return $res;
561
+ }
562
+ }
563
+
564
+ /**
565
+ * Auto-Update Plugin in multisite
566
+ *
567
+ * Manage the non standard upgrade-plugin-multisite action
568
+ *
569
+ * @return void
570
+ *
571
+ * @since 1.0
572
+ * @see upgrade-plugin action
573
+ * @author Andrea Grillo <andrea.grillo@yithemes.com>
574
+ */
575
+ public function upgrade_plugin_multisite() {
576
+
577
+ $plugin = isset( $_REQUEST['plugin'] ) ? trim( $_REQUEST['plugin'] ) : '';
578
+ $action = isset( $_REQUEST['action'] ) ? $_REQUEST['action'] : '';
579
+
580
+ if ( 'upgrade-plugin-multisite' != $action ) {
581
+ wp_die( __( 'You can\'t update the plugins for this site.', 'yith-plugin-fw' ) );
582
+ }
583
+
584
+ if ( ! current_user_can( 'update_plugins' ) ) {
585
+ wp_die( __( 'You do not have sufficient permissions to update the plugins for this site.', 'yith-plugin-fw' ) );
586
+ }
587
+
588
+ $this->check_update( get_site_transient( 'update_plugins' ), true );
589
+
590
+ check_admin_referer( 'upgrade-plugin-multisite_' . $plugin );
591
+
592
+ $title = __( 'Update Plugin', 'yith-plugin-fw' );
593
+ $parent_file = 'plugins.php';
594
+ $submenu_file = 'plugins.php';
595
+
596
+ wp_enqueue_script( 'updates' );
597
+ require_once( ABSPATH . 'wp-admin/admin-header.php' );
598
+
599
+ $nonce = 'upgrade-plugin-multisite_' . $plugin;
600
+ $url = 'update.php?action=upgrade-plugin-multisite&plugin=' . urlencode( $plugin );
601
+
602
+ $upgrader = new Plugin_Upgrader( new Plugin_Upgrader_Skin( compact( 'title', 'nonce', 'url', 'plugin' ) ) );
603
+ $upgrader->upgrade( $plugin );
604
+
605
+ include( ABSPATH . 'wp-admin/admin-footer.php' );
606
+ }
607
+
608
+ /**
609
+ * Retreive the remote url with query string args
610
+ *
611
+ * @author Andrea Grillo <andrea.grillo@yithemes.com>
612
+ * @return string the remote url
613
+ */
614
+ public function get_remote_url( $plugin_info ) {
615
+
616
+ $license = $is_membership_license = false;
617
+ $slug = isset( $plugin_info['slug'] ) ? $plugin_info['slug'] : false;
618
+
619
+ if( function_exists( 'YIT_Plugin_Licence' ) && false !== $slug ){
620
+ //Get license for YITH Plugins
621
+ $enabled_license = YIT_Plugin_Licence()->get_licence();
622
+
623
+ if( isset( $enabled_license[ $slug ]['licence_key'] ) ){
624
+ $license = $enabled_license[ $slug ]['licence_key'];
625
+ }
626
+
627
+ if( isset( $enabled_license[ $slug ]['is_membership'] ) ){
628
+ $is_membership_license = $enabled_license[ $slug ]['is_membership'];
629
+ }
630
+ }
631
+
632
+ $args = array(
633
+ 'plugin' => $slug,
634
+ 'instance' => md5( $_SERVER['SERVER_NAME'] ),
635
+ 'license' => $license,
636
+ 'is_membership_license' => $is_membership_license,
637
+ 'server_ip' => $_SERVER['SERVER_ADDR'],
638
+ 'version' => isset( $plugin_info['info']['Version'] ) ? $plugin_info['info']['Version'] : '1.0.0'
639
+ );
640
+
641
+ $args = apply_filters( 'yith_get_remove_url_args', $args );
642
+
643
+ $url = add_query_arg( $args, $this->_remote_url );
644
+
645
+ return $url;
646
+ }
647
+ }
648
  }
649
 
650
+ if ( ! function_exists( 'YIT_Upgrade' ) ) {
651
+ /**
652
+ * Main instance of plugin
653
+ *
654
+ * @return YIT_Upgrade
655
+ * @since 1.0
656
+ * @author Andrea Grillo <andrea.grillo@yithemes.com>
657
+ */
658
+ function YIT_Upgrade() {
659
+ return YIT_Upgrade::instance();
660
+ }
661
  }
662
 
663
  /**
plugin-fw/licence/assets/js/yit-licence.js CHANGED
@@ -8,189 +8,193 @@
8
  */
9
 
10
 
11
- (function ($) {
12
 
13
  /* === Licence API === */
14
 
15
- var licence_activation = function (button) {
16
- button.on('click', function (e, button) {
17
  e.preventDefault();
18
 
19
- var t = $(this),
20
- form_id = t.data('formid'),
21
- form = $('#' + form_id),
22
- data = form.serialize(),
23
- message = $(form).find('.message'),
24
- message_wrapper = $(form).find('.message-wrapper'),
25
- email = form.find('.user-email'),
26
- licence_key = form.find('.licence-key'),
27
- email_val = form.find('.user-email').val(),
28
- licence_key_val = form.find('.licence-key').val(),
29
- error = false,
30
- error_fields = new Array(),
31
- product_row = form.find('.product-row'),
32
- licence_activation = $('.licence-activation'),
33
- spinner = $('#products-to-active').find('.spinner');
34
 
35
  /* Init Input Fields */
36
  message.empty();
37
- message_wrapper.removeClass('visible')
38
- email.removeClass('require');
39
- licence_key.removeClass('require');
40
- product_row.removeClass('error');
41
- spinner.addClass('show');
42
- t.add(licence_activation).prop("disabled", true).addClass('clicked');
43
-
44
- if ('' == email_val) {
45
  error = true;
46
  error_fields[ error_fields.length ] = licence_message.email;
47
- email.addClass('require');
48
  }
49
 
50
- if ('' == licence_key_val) {
51
  error = true;
52
  error_fields[ error_fields.length ] = licence_message.license_key;
53
- licence_key.addClass('require');
54
  }
55
 
56
- if (false == error) {
57
- jQuery.ajax({
58
- type : 'POST',
59
- url : ajaxurl,
60
- data : data,
61
- success: function (response) {
62
-
63
- spinner.removeClass('show');
64
- t.add(licence_activation).prop("disabled", false).removeClass('clicked');
65
-
66
- if (true == response.activated) {
67
- $('.product-licence-activation').empty().replaceWith(response.template);
68
- licence_api();
69
- } else if (false != response) {
70
- message.text(response.error);
71
- message_wrapper.addClass('visible');
72
- product_row.addClass('error');
73
- } else {
74
- message.text(licence_message.server);
75
- message_wrapper.addClass('visible');
76
- product_row.addClass('error');
77
- }
78
- }
79
- });
 
 
 
 
80
  } else {
81
- if (error_fields.length == 1) {
82
- message.text(licence_message.error.replace('%field%', error_fields[0]));
83
- message_wrapper.addClass('visible');
84
- product_row.addClass('error');
85
  } else {
86
  var message_text = licence_message.errors;
87
- for (var i = 0; i < error_fields.length; i++) {
88
- message_text = message_text.replace('%field_' + ( i + 1) + '%', error_fields[i]);
89
- message_wrapper.addClass('visible');
90
  }
91
- message.text(message_text);
92
- message_wrapper.addClass('visible');
93
- product_row.addClass('error');
94
  }
95
 
96
- spinner.removeClass('show');
97
- t.add(licence_activation).prop("disabled", false).removeClass('clicked');
98
  }
99
- });
100
  };
101
 
102
- var licence_update = function (button) {
103
- button.on('click', function (e) {
104
  e.preventDefault();
105
 
106
- var t = $(this),
107
- form = $('#licence-check-update'),
108
  data = form.serialize();
109
 
110
- t.prop("disabled", true).addClass('clicked');
111
- form.find('div.spinner').addClass('show');
112
-
113
- jQuery.ajax({
114
- type : 'POST',
115
- url : ajaxurl,
116
- data : data,
117
- success: function (response) {
118
- $('.product-licence-activation').empty().replaceWith(response.template);
119
- licence_api();
120
- }
121
- });
122
- });
123
  };
124
 
125
- var licence_deactivate = function (button) {
126
- button.on('click', function (e) {
127
  e.preventDefault();
128
 
129
  var check = script_info.is_debug == true ? true : confirm( licence_message.are_you_sure );
130
 
131
- if( check == true ){
132
- var t = $(this),
133
- licence_key = t.data('licence-key'),
134
- licence_email = t.data('licence-email'),
135
- product_init = t.data('product-init'),
136
- action = t.data('action'),
137
- renew = $('.licence-renew'),
138
- deactive = $('.licence-deactive'),
139
- message = $('#yith-licence-notice'),
140
- activated_table = $('.activated-table');
141
-
142
- t.add(renew).add(deactive).prop("disabled", true).addClass('clicked');
143
- $('#activated-products').find('.spinner').addClass('show');
144
-
145
- jQuery.ajax({
146
- type : 'POST',
147
- url : ajaxurl,
148
- data : {
149
- action: action,
150
- licence_key: licence_key,
151
- email: licence_email,
152
- product_init: product_init
153
- },
154
- success: function (response) {
155
- message.css( 'maxWidth', activated_table.width() );
156
- if (false == response.activated && typeof response.error == 'undefined') {
157
- $('.product-licence-activation').empty().replaceWith(response.template);
158
- licence_api();
159
- }
160
-
161
- if (false == response.activated && typeof response.error != 'undefined') {
162
- message.find('p.yith-licence-notice-message').html(response.error);
163
- message.removeClass('notice-success').addClass('notice-error visible');
164
- t.add(renew).add(deactive).add(renew).prop("disabled", false).removeClass('clicked');
165
- $('#activated-products').find('.spinner').removeClass('show');
166
- }
167
-
168
- else if (false == response) {
169
- message.find('p.yith-licence-notice-message').html(licence_message.server);
170
- message.removeClass('notice-success').addClass('notice-error visible');
171
- t.add(renew).add(deactive).add(renew).prop("disabled", false).removeClass('clicked');
172
- $('#activated-products').find('.spinner').removeClass('show');
173
- }
174
- }
175
- });
176
  }
177
- });
178
  };
179
 
180
  var licence_api = function () {
181
- var button = $('.licence-activation'),
182
- check = $('.licence-check'),
183
- deactivated = $('.licence-deactive');
184
 
185
- licence_activation(button);
186
- licence_update(check);
187
- licence_deactivate(deactivated);
188
  };
189
 
190
  licence_api();
191
 
192
- $('body').on('click', '.yit-changelog-button', function (e) {
193
- $('#TB_window').remove();
194
- });
195
 
196
- })(jQuery);
8
  */
9
 
10
 
11
+ ( function ( $ ) {
12
 
13
  /* === Licence API === */
14
 
15
+ var licence_activation = function ( button ) {
16
+ button.on( 'click', function ( e, button ) {
17
  e.preventDefault();
18
 
19
+ var t = $( this ),
20
+ form_id = t.data( 'formid' ),
21
+ form = $( '#' + form_id ),
22
+ data = form.serialize(),
23
+ message = $( form ).find( '.message' ),
24
+ message_wrapper = $( form ).find( '.message-wrapper' ),
25
+ email = form.find( '.user-email' ),
26
+ licence_key = form.find( '.licence-key' ),
27
+ email_val = form.find( '.user-email' ).val(),
28
+ licence_key_val = form.find( '.licence-key' ).val(),
29
+ error = false,
30
+ error_fields = new Array(),
31
+ product_row = form.find( '.product-row' ),
32
+ licence_activation = $( '.licence-activation' ),
33
+ spinner = $( '#products-to-active' ).find( '.spinner' );
34
 
35
  /* Init Input Fields */
36
  message.empty();
37
+ message_wrapper.removeClass( 'visible' );
38
+ email.removeClass( 'require' );
39
+ licence_key.removeClass( 'require' );
40
+ product_row.removeClass( 'error' );
41
+ spinner.addClass( 'show' );
42
+ t.add( licence_activation ).prop( "disabled", true ).addClass( 'clicked' );
43
+
44
+ if ( '' === email_val ) {
45
  error = true;
46
  error_fields[ error_fields.length ] = licence_message.email;
47
+ email.addClass( 'require' );
48
  }
49
 
50
+ if ( '' === licence_key_val ) {
51
  error = true;
52
  error_fields[ error_fields.length ] = licence_message.license_key;
53
+ licence_key.addClass( 'require' );
54
  }
55
 
56
+ if ( false === error ) {
57
+ jQuery.ajax( {
58
+ type : 'POST',
59
+ url : ajaxurl,
60
+ data : data,
61
+ success: function ( response ) {
62
+
63
+ spinner.removeClass( 'show' );
64
+ t.add( licence_activation ).prop( "disabled", false ).removeClass( 'clicked' );
65
+
66
+ if ( true === response.activated ) {
67
+ $( '.product-licence-activation' ).empty().replaceWith( response.template );
68
+ licence_api();
69
+ } else if ( false !== response && typeof response.error !== 'undefined' ) {
70
+ message.text( response.error );
71
+ message_wrapper.addClass( 'visible' );
72
+ product_row.addClass( 'error' );
73
+ } else {
74
+ message.text( licence_message.server );
75
+ message_wrapper.addClass( 'visible' );
76
+ product_row.addClass( 'error' );
77
+ }
78
+
79
+ if ( typeof response.debug !== 'undefined' ) {
80
+ console.log( response.debug );
81
+ }
82
+ }
83
+ } );
84
  } else {
85
+ if ( error_fields.length == 1 ) {
86
+ message.text( licence_message.error.replace( '%field%', error_fields[ 0 ] ) );
87
+ message_wrapper.addClass( 'visible' );
88
+ product_row.addClass( 'error' );
89
  } else {
90
  var message_text = licence_message.errors;
91
+ for ( var i = 0; i < error_fields.length; i++ ) {
92
+ message_text = message_text.replace( '%field_' + ( i + 1 ) + '%', error_fields[ i ] );
93
+ message_wrapper.addClass( 'visible' );
94
  }
95
+ message.text( message_text );
96
+ message_wrapper.addClass( 'visible' );
97
+ product_row.addClass( 'error' );
98
  }
99
 
100
+ spinner.removeClass( 'show' );
101
+ t.add( licence_activation ).prop( "disabled", false ).removeClass( 'clicked' );
102
  }
103
+ } );
104
  };
105
 
106
+ var licence_update = function ( button ) {
107
+ button.on( 'click', function ( e ) {
108
  e.preventDefault();
109
 
110
+ var t = $( this ),
111
+ form = $( '#licence-check-update' ),
112
  data = form.serialize();
113
 
114
+ t.prop( "disabled", true ).addClass( 'clicked' );
115
+ form.find( 'div.spinner' ).addClass( 'show' );
116
+
117
+ jQuery.ajax( {
118
+ type : 'POST',
119
+ url : ajaxurl,
120
+ data : data,
121
+ success: function ( response ) {
122
+ $( '.product-licence-activation' ).empty().replaceWith( response.template );
123
+ licence_api();
124
+ }
125
+ } );
126
+ } );
127
  };
128
 
129
+ var licence_deactivate = function ( button ) {
130
+ button.on( 'click', function ( e ) {
131
  e.preventDefault();
132
 
133
  var check = script_info.is_debug == true ? true : confirm( licence_message.are_you_sure );
134
 
135
+ if ( check == true ) {
136
+ var t = $( this ),
137
+ licence_key = t.data( 'licence-key' ),
138
+ licence_email = t.data( 'licence-email' ),
139
+ product_init = t.data( 'product-init' ),
140
+ action = t.data( 'action' ),
141
+ renew = $( '.licence-renew' ),
142
+ deactive = $( '.licence-deactive' ),
143
+ message = $( '#yith-licence-notice' ),
144
+ activated_table = $( '.activated-table' );
145
+
146
+ t.add( renew ).add( deactive ).prop( "disabled", true ).addClass( 'clicked' );
147
+ $( '#activated-products' ).find( '.spinner' ).addClass( 'show' );
148
+
149
+ jQuery.ajax( {
150
+ type : 'POST',
151
+ url : ajaxurl,
152
+ data : {
153
+ action : action,
154
+ licence_key : licence_key,
155
+ email : licence_email,
156
+ product_init: product_init
157
+ },
158
+ success: function ( response ) {
159
+ message.css( 'maxWidth', activated_table.width() );
160
+ if ( false == response.activated && typeof response.error == 'undefined' ) {
161
+ $( '.product-licence-activation' ).empty().replaceWith( response.template );
162
+ licence_api();
163
+ }
164
+
165
+ if ( false == response.activated && typeof response.error != 'undefined' ) {
166
+ message.find( 'p.yith-licence-notice-message' ).html( response.error );
167
+ message.removeClass( 'notice-success' ).addClass( 'notice-error visible' );
168
+ t.add( renew ).add( deactive ).add( renew ).prop( "disabled", false ).removeClass( 'clicked' );
169
+ $( '#activated-products' ).find( '.spinner' ).removeClass( 'show' );
170
+ }
171
+
172
+ else if ( false == response ) {
173
+ message.find( 'p.yith-licence-notice-message' ).html( licence_message.server );
174
+ message.removeClass( 'notice-success' ).addClass( 'notice-error visible' );
175
+ t.add( renew ).add( deactive ).add( renew ).prop( "disabled", false ).removeClass( 'clicked' );
176
+ $( '#activated-products' ).find( '.spinner' ).removeClass( 'show' );
177
+ }
178
+ }
179
+ } );
180
  }
181
+ } );
182
  };
183
 
184
  var licence_api = function () {
185
+ var button = $( '.licence-activation' ),
186
+ check = $( '.licence-check' ),
187
+ deactivated = $( '.licence-deactive' );
188
 
189
+ licence_activation( button );
190
+ licence_update( check );
191
+ licence_deactivate( deactivated );
192
  };
193
 
194
  licence_api();
195
 
196
+ $( 'body' ).on( 'click', '.yit-changelog-button', function ( e ) {
197
+ $( '#TB_window' ).remove();
198
+ } );
199
 
200
+ } )( jQuery );
plugin-fw/licence/assets/js/yit-licence.min.js CHANGED
@@ -1,7 +1,10 @@
1
- (function(b){var k=function(a){a.on("click",function(v,e){v.preventDefault();var a=b(this),c=a.data("formid"),d=b("#"+c),f=d.serialize(),h=b(d).find(".message"),g=b(d).find(".message-wrapper"),m=d.find(".user-email"),u=d.find(".licence-key"),k=d.find(".user-email").val(),t=d.find(".licence-key").val(),n=!1,c=[],p=d.find(".product-row"),q=b(".licence-activation"),r=b("#products-to-active").find(".spinner");h.empty();g.removeClass("visible");m.removeClass("require");u.removeClass("require");p.removeClass("error");
2
- r.addClass("show");a.add(q).prop("disabled",!0).addClass("clicked");""==k&&(n=!0,c[c.length]=licence_message.email,m.addClass("require"));""==t&&(n=!0,c[c.length]=licence_message.license_key,u.addClass("require"));if(0==n)jQuery.ajax({type:"POST",url:ajaxurl,data:f,success:function(c){r.removeClass("show");a.add(q).prop("disabled",!1).removeClass("clicked");1==c.activated?(b(".product-licence-activation").empty().replaceWith(c.template),l()):(0!=c?h.text(c.error):h.text(licence_message.server),g.addClass("visible"),
3
- p.addClass("error"))}});else{if(1==c.length)h.text(licence_message.error.replace("%field%",c[0]));else{d=licence_message.errors;for(f=0;f<c.length;f++)d=d.replace("%field_"+(f+1)+"%",c[f]),g.addClass("visible");h.text(d)}g.addClass("visible");p.addClass("error");r.removeClass("show");a.add(q).prop("disabled",!1).removeClass("clicked")}})},t=function(a){a.on("click",function(a){a.preventDefault();a=b(this);var e=b("#licence-check-update"),k=e.serialize();a.prop("disabled",!0).addClass("clicked");e.find("div.spinner").addClass("show");
4
- jQuery.ajax({type:"POST",url:ajaxurl,data:k,success:function(c){b(".product-licence-activation").empty().replaceWith(c.template);l()}})})},w=function(a){a.on("click",function(a){a.preventDefault();if(1==(1==script_info.is_debug?!0:confirm(licence_message.are_you_sure))){var e=b(this);a=e.data("licence-key");var k=e.data("licence-email"),c=e.data("product-init"),d=e.data("action"),f=b(".licence-renew"),h=b(".licence-deactive"),g=b("#yith-licence-notice"),m=b(".activated-table");e.add(f).add(h).prop("disabled",
5
- !0).addClass("clicked");b("#activated-products").find(".spinner").addClass("show");jQuery.ajax({type:"POST",url:ajaxurl,data:{action:d,licence_key:a,email:k,product_init:c},success:function(a){g.css("maxWidth",m.width());0==a.activated&&"undefined"==typeof a.error&&(b(".product-licence-activation").empty().replaceWith(a.template),l());0==a.activated&&"undefined"!=typeof a.error?(g.find("p.yith-licence-notice-message").html(a.error),g.removeClass("notice-success").addClass("notice-error visible"),
6
- e.add(f).add(h).add(f).prop("disabled",!1).removeClass("clicked"),b("#activated-products").find(".spinner").removeClass("show")):0==a&&(g.find("p.yith-licence-notice-message").html(licence_message.server),g.removeClass("notice-success").addClass("notice-error visible"),e.add(f).add(h).add(f).prop("disabled",!1).removeClass("clicked"),b("#activated-products").find(".spinner").removeClass("show"))}})}})},l=function(){var a=b(".licence-activation"),l=b(".licence-check"),e=b(".licence-deactive");k(a);
7
- t(l);w(e)};l();b("body").on("click",".yit-changelog-button",function(a){b("#TB_window").remove()})})(jQuery);
 
 
 
1
+ var $jscomp=$jscomp||{};$jscomp.scope={};$jscomp.findInternal=function(a,d,b){a instanceof String&&(a=String(a));for(var e=a.length,f=0;f<e;f++){var k=a[f];if(d.call(b,k,f,a))return{i:f,v:k}}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,d,b){a!=Array.prototype&&a!=Object.prototype&&(a[d]=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,d,b,e){if(d){b=$jscomp.global;a=a.split(".");for(e=0;e<a.length-1;e++){var f=a[e];f in b||(b[f]={});b=b[f]}a=a[a.length-1];e=b[a];d=d(e);d!=e&&null!=d&&$jscomp.defineProperty(b,a,{configurable:!0,writable:!0,value:d})}};
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){var d=function(b){b.on("click",function(g,c){g.preventDefault();var b=a(this);g=b.data("formid");c=a("#"+g);var d=c.serialize(),e=a(c).find(".message"),h=a(c).find(".message-wrapper"),k=c.find(".user-email"),l=c.find(".licence-key"),m=c.find(".user-email").val(),t=c.find(".licence-key").val(),n=!1;g=[];var p=c.find(".product-row"),q=a(".licence-activation"),r=a("#products-to-active").find(".spinner");e.empty();h.removeClass("visible");k.removeClass("require");l.removeClass("require");
5
+ p.removeClass("error");r.addClass("show");b.add(q).prop("disabled",!0).addClass("clicked");""===m&&(n=!0,g[g.length]=licence_message.email,k.addClass("require"));""===t&&(n=!0,g[g.length]=licence_message.license_key,l.addClass("require"));if(!1===n)jQuery.ajax({type:"POST",url:ajaxurl,data:d,success:function(c){r.removeClass("show");b.add(q).prop("disabled",!1).removeClass("clicked");!0===c.activated?(a(".product-licence-activation").empty().replaceWith(c.template),f()):(!1!==c&&"undefined"!==typeof c.error?
6
+ e.text(c.error):e.text(licence_message.server),h.addClass("visible"),p.addClass("error"));"undefined"!==typeof c.debug&&console.log(c.debug)}});else{if(1==g.length)e.text(licence_message.error.replace("%field%",g[0]));else{c=licence_message.errors;for(d=0;d<g.length;d++)c=c.replace("%field_"+(d+1)+"%",g[d]),h.addClass("visible");e.text(c)}h.addClass("visible");p.addClass("error");r.removeClass("show");b.add(q).prop("disabled",!1).removeClass("clicked")}})},b=function(b){b.on("click",function(b){b.preventDefault();
7
+ b=a(this);var c=a("#licence-check-update"),d=c.serialize();b.prop("disabled",!0).addClass("clicked");c.find("div.spinner").addClass("show");jQuery.ajax({type:"POST",url:ajaxurl,data:d,success:function(c){a(".product-licence-activation").empty().replaceWith(c.template);f()}})})},e=function(b){b.on("click",function(b){b.preventDefault();if(1==(1==script_info.is_debug?!0:confirm(licence_message.are_you_sure))){var c=a(this);b=c.data("licence-key");var d=c.data("licence-email"),e=c.data("product-init"),
8
+ g=c.data("action"),h=a(".licence-renew"),k=a(".licence-deactive"),l=a("#yith-licence-notice"),m=a(".activated-table");c.add(h).add(k).prop("disabled",!0).addClass("clicked");a("#activated-products").find(".spinner").addClass("show");jQuery.ajax({type:"POST",url:ajaxurl,data:{action:g,licence_key:b,email:d,product_init:e},success:function(b){l.css("maxWidth",m.width());0==b.activated&&"undefined"==typeof b.error&&(a(".product-licence-activation").empty().replaceWith(b.template),f());0==b.activated&&
9
+ "undefined"!=typeof b.error?(l.find("p.yith-licence-notice-message").html(b.error),l.removeClass("notice-success").addClass("notice-error visible"),c.add(h).add(k).add(h).prop("disabled",!1).removeClass("clicked"),a("#activated-products").find(".spinner").removeClass("show")):0==b&&(l.find("p.yith-licence-notice-message").html(licence_message.server),l.removeClass("notice-success").addClass("notice-error visible"),c.add(h).add(k).add(h).prop("disabled",!1).removeClass("clicked"),a("#activated-products").find(".spinner").removeClass("show"))}})}})},
10
+ f=function(){var f=a(".licence-activation"),g=a(".licence-check"),c=a(".licence-deactive");d(f);b(g);e(c)};f();a("body").on("click",".yit-changelog-button",function(b){a("#TB_window").remove()})})(jQuery);
plugin-fw/licence/lib/yit-licence.php CHANGED
@@ -171,15 +171,14 @@ if ( !class_exists( 'YIT_Licence' ) ) {
171
  * @author Andrea Grillo <andrea.grillo@yithemes.com>
172
  */
173
  public function admin_enqueue_scripts() {
174
-
175
  /**
176
  * Support to YIT Framework < 2.0
177
  */
178
- $filename = function_exists( 'yit_load_js_file' ) ? yit_load_js_file( 'yit-licence.js' ) : 'yit-licence.js';
179
  $script_path = defined( 'YIT_CORE_PLUGIN_URL' ) ? YIT_CORE_PLUGIN_URL : get_template_directory_uri() . '/core/plugin-fw';
180
  $style_path = defined( 'YIT_CORE_PLUGIN_URL' ) ? YIT_CORE_PLUGIN_URL : get_template_directory_uri() . '/core/plugin-fw';
181
 
182
- wp_register_script( 'yit-licence', $script_path . '/licence/assets/js/' . $filename, array( 'jquery' ), '1.0.0', true );
183
  wp_register_style( 'yit-theme-licence', $style_path . '/licence/assets/css/yit-licence.css' );
184
 
185
  /* Localize Scripts */
@@ -211,7 +210,7 @@ if ( !class_exists( 'YIT_Licence' ) ) {
211
  * Send a request to API server to activate plugins
212
  *
213
  * @return void
214
- * @use wp_send_json
215
  *
216
  * @since 1.0
217
  * @author Andrea Grillo <andrea.grillo@yithemes.com>
@@ -265,6 +264,14 @@ if ( !class_exists( 'YIT_Licence' ) ) {
265
  $body[ 'template' ] = $this->show_activation_panel( $this->get_response_code_message( 200 ) );
266
  }
267
 
 
 
 
 
 
 
 
 
268
  wp_send_json( $body );
269
  }
270
 
@@ -274,7 +281,7 @@ if ( !class_exists( 'YIT_Licence' ) ) {
274
  * Send a request to API server to activate plugins
275
  *
276
  * @return void
277
- * @use wp_send_json
278
  *
279
  * @since 1.0
280
  * @author Andrea Grillo <andrea.grillo@yithemes.com>
@@ -446,9 +453,9 @@ if ( !class_exists( 'YIT_Licence' ) ) {
446
  * Check for licence update
447
  *
448
  * @return void
449
- * @since 2.5
450
  *
451
- * @use YIT_Theme_Licence->check()
452
  * @author Andrea Grillo <andrea.grillo@yithemes.com>
453
  */
454
  public function check_all() {
@@ -463,7 +470,7 @@ if ( !class_exists( 'YIT_Licence' ) ) {
463
  * Send a request to API server to check activate plugins and update the informations
464
  *
465
  * @return void
466
- * @use YIT_Theme_Licence->check()
467
  *
468
  * @since 1.0
469
  * @author Andrea Grillo <andrea.grillo@yithemes.com>
171
  * @author Andrea Grillo <andrea.grillo@yithemes.com>
172
  */
173
  public function admin_enqueue_scripts() {
174
+ $suffix = defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ? '' : '.min';
175
  /**
176
  * Support to YIT Framework < 2.0
177
  */
 
178
  $script_path = defined( 'YIT_CORE_PLUGIN_URL' ) ? YIT_CORE_PLUGIN_URL : get_template_directory_uri() . '/core/plugin-fw';
179
  $style_path = defined( 'YIT_CORE_PLUGIN_URL' ) ? YIT_CORE_PLUGIN_URL : get_template_directory_uri() . '/core/plugin-fw';
180
 
181
+ wp_register_script( 'yit-licence', $script_path . '/licence/assets/js/yit-licence' . $suffix . '.js', array( 'jquery' ), '1.0.0', true );
182
  wp_register_style( 'yit-theme-licence', $style_path . '/licence/assets/css/yit-licence.css' );
183
 
184
  /* Localize Scripts */
210
  * Send a request to API server to activate plugins
211
  *
212
  * @return void
213
+ * @use wp_send_json
214
  *
215
  * @since 1.0
216
  * @author Andrea Grillo <andrea.grillo@yithemes.com>
264
  $body[ 'template' ] = $this->show_activation_panel( $this->get_response_code_message( 200 ) );
265
  }
266
 
267
+ if ( !empty( $_REQUEST[ 'debug' ] ) ) {
268
+ $body = is_array( $body ) ? $body : array();
269
+ $body[ 'debug' ] = array( 'response' => $response );
270
+ if ( 'print_r' === $_REQUEST[ 'debug' ] ) {
271
+ $body[ 'debug' ] = print_r( $body[ 'debug' ], true );
272
+ }
273
+ }
274
+
275
  wp_send_json( $body );
276
  }
277
 
281
  * Send a request to API server to activate plugins
282
  *
283
  * @return void
284
+ * @use wp_send_json
285
  *
286
  * @since 1.0
287
  * @author Andrea Grillo <andrea.grillo@yithemes.com>
453
  * Check for licence update
454
  *
455
  * @return void
456
+ * @since 2.5
457
  *
458
+ * @use YIT_Theme_Licence->check()
459
  * @author Andrea Grillo <andrea.grillo@yithemes.com>
460
  */
461
  public function check_all() {
470
  * Send a request to API server to check activate plugins and update the informations
471
  *
472
  * @return void
473
+ * @use YIT_Theme_Licence->check()
474
  *
475
  * @since 1.0
476
  * @author Andrea Grillo <andrea.grillo@yithemes.com>
plugin-fw/licence/lib/yit-plugin-licence.php CHANGED
@@ -63,7 +63,7 @@ if ( !class_exists( 'YIT_Plugin_Licence' ) ) {
63
  }
64
 
65
  $this->_settings = array(
66
- 'parent_page' => 'yit_plugin_panel',
67
  'page_title' => __( 'License Activation', 'yith-plugin-fw' ),
68
  'menu_title' => __( 'License Activation', 'yith-plugin-fw' ),
69
  'capability' => 'manage_options',
@@ -126,7 +126,7 @@ if ( !class_exists( 'YIT_Plugin_Licence' ) ) {
126
  $start = '<span style="display:inline-block; padding:3px 10px; margin: 0 10px 10px 0; background: #f1f1f1; border-radius: 4px;">';
127
  $end = '</span>';
128
  $product_list = '<div>' . $start . implode( $end . $start, $product_names ) . $end . '</div>';
129
- $activation_url = add_query_arg( array( 'page' => 'yith_plugins_activation' ), admin_url( 'admin.php' ) );
130
  ?>
131
  <div class="notice notice-error">
132
  <p><strong>Warning!</strong> You didn't set license key for the following products:
@@ -139,7 +139,6 @@ if ( !class_exists( 'YIT_Plugin_Licence' ) ) {
139
  }
140
  }
141
 
142
-
143
  public function licence_after_check() {
144
  /* === Regenerate Update Plugins Transient === */
145
  YIT_Upgrade()->force_regenerate_update_transient();
@@ -206,6 +205,16 @@ if ( !class_exists( 'YIT_Plugin_Licence' ) ) {
206
  public function get_product_type() {
207
  return $this->_product_type;
208
  }
 
 
 
 
 
 
 
 
 
 
209
  }
210
  }
211
 
63
  }
64
 
65
  $this->_settings = array(
66
+ 'parent_page' => 'yith_plugin_panel',
67
  'page_title' => __( 'License Activation', 'yith-plugin-fw' ),
68
  'menu_title' => __( 'License Activation', 'yith-plugin-fw' ),
69
  'capability' => 'manage_options',
126
  $start = '<span style="display:inline-block; padding:3px 10px; margin: 0 10px 10px 0; background: #f1f1f1; border-radius: 4px;">';
127
  $end = '</span>';
128
  $product_list = '<div>' . $start . implode( $end . $start, $product_names ) . $end . '</div>';
129
+ $activation_url = self::get_license_activation_url();
130
  ?>
131
  <div class="notice notice-error">
132
  <p><strong>Warning!</strong> You didn't set license key for the following products:
139
  }
140
  }
141
 
 
142
  public function licence_after_check() {
143
  /* === Regenerate Update Plugins Transient === */
144
  YIT_Upgrade()->force_regenerate_update_transient();
205
  public function get_product_type() {
206
  return $this->_product_type;
207
  }
208
+
209
+ /**
210
+ * Get license activation URL
211
+ *
212
+ * @author Andrea Grillo <andrea.grillo@yithemes.com>
213
+ * @since 3.0.17
214
+ */
215
+ public static function get_license_activation_url(){
216
+ return add_query_arg( array( 'page' => 'yith_plugins_activation' ), admin_url( 'admin.php' ) );
217
+ }
218
  }
219
  }
220
 
plugin-fw/licence/lib/yit-theme-licence.php CHANGED
@@ -163,7 +163,7 @@ if ( !class_exists( 'YIT_Theme_Licence' ) ) {
163
  _e( 'If you have purchased one of our products before 27 January 2015, you can benefit from support and updates (the services offered with the license)
164
  until 27 January 2016 and you do not have to purchase it again to get a new license key, because, before this date, your license used to be activated automatically by our system.
165
  After 27 January 2016, instead, if you want to benefit from support and updates you have to buy a new license and activate it through the license key you will be
166
- provided with and that you can find in your YIThemes account, in section "My licenses".', 'yith-plugin-fw' )
167
  ?>
168
  </p>
169
  </div>
163
  _e( 'If you have purchased one of our products before 27 January 2015, you can benefit from support and updates (the services offered with the license)
164
  until 27 January 2016 and you do not have to purchase it again to get a new license key, because, before this date, your license used to be activated automatically by our system.
165
  After 27 January 2016, instead, if you want to benefit from support and updates you have to buy a new license and activate it through the license key you will be
166
+ provided with and that you can find in your YITH account, in section "My licenses".', 'yith-plugin-fw' )
167
  ?>
168
  </p>
169
  </div>
plugin-fw/licence/templates/panel/activation/activation-panel.php CHANGED
@@ -8,25 +8,26 @@
8
  * http://www.gnu.org/licenses/gpl-3.0.txt
9
  */
10
 
11
- $to_active_products = $this->get_to_active_products();
12
- $activated_products = $this->get_activated_products();
13
- $no_active_products = $this->get_no_active_licence_key();
14
- $expired_products = isset( $no_active_products[ '106' ] ) ? $no_active_products[ '106' ] : array();
15
- $banned_products = isset( $no_active_products[ '107' ] ) ? $no_active_products[ '107' ] : array();
16
- $notice = isset( $notice ) ? $notice : '';
17
- $notice_class = ! empty( $notice ) ? 'notice notice-success visible' : 'notice notice-success';
18
- $to_activate_check = $this instanceof YIT_Theme_Licence ? 1 : 2;
19
- $num_members_products_activate = $this->get_number_of_membership_products();
 
20
  ?>
21
 
22
  <div class="yit-container product-licence-activation">
23
- <h2><?php _e( 'Yithemes License Activation', 'yith-plugin-fw' ) ?></h2>
24
 
25
  <div class="licence-check-section">
26
  <form method="post" id="licence-check-update" action="<?php echo admin_url( 'admin-ajax.php' ) ?>">
27
  <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>
28
- <input type="hidden" name="action" value="yith_update_licence_information-<?php echo $this->get_product_type(); ?>" />
29
- <input type="submit" name="submit" value="<?php _e( 'Update license information', 'yith-plugin-fw' ) ?>" class="button-licence licence-check" />
30
  <div class="spinner"></div>
31
  </form>
32
  </div>
@@ -37,32 +38,35 @@ $num_members_products_activate = $this->get_number_of_membership_products();
37
 
38
  <!-- To Active Products -->
39
 
40
- <?php if( ! empty( $to_active_products ) ) : ?>
41
  <h3 id="products-to-active" class="to-active">
42
  <?php echo _n( 'Product to activate', 'Products to activate', $to_activate_check, 'yith-plugin-fw' ) ?>
43
  <span class="spinner"></span>
44
  </h3>
45
  <div class="to-active-wrapper">
46
- <?php foreach( $to_active_products as $init => $info ) : ?>
47
- <form class="to-active-form" method="post" id="<?php echo $info['product_id'] ?>" action="<?php echo admin_url( 'admin-ajax.php' ) ?>">
 
 
 
48
  <table class="to-active-table">
49
  <tbody>
50
- <tr class="product-row">
51
- <td class="product-name">
52
- <?php echo $this->display_product_name( $info['Name'] ) ?>
53
- </td>
54
- <td>
55
- <input type="email" name="email" placeholder="Your email on Yithemes.com" value="" class="user-email" />
56
- </td>
57
- <td>
58
- <input type="text" name="licence_key" placeholder="License Key" value="" class="licence-key" />
59
- </td>
60
- <td class="activate-button">
61
- <input type="submit" name="submit" value="<?php _e( 'Activate', 'yith-plugin-fw' )?>" class="button-licence licence-activation" data-formid="<?php echo $info['product_id'] ?>"/>
62
- </td>
63
- </tr>
64
- <input type="hidden" name="action" value="yith_activate-<?php echo $this->get_product_type(); ?>" />
65
- <input type="hidden" name="product_init" value="<?php echo $init ?>" />
66
  </tbody>
67
  </table>
68
  <div class="message-wrapper">
@@ -75,164 +79,164 @@ $num_members_products_activate = $this->get_number_of_membership_products();
75
 
76
  <!-- Activated Products -->
77
 
78
- <?php if( ! empty( $activated_products ) ) : ?>
79
  <h3 id="activated-products">
80
  <?php _e( 'Activated', 'yith-plugin-fw' ) ?>
81
  <span class="spinner"></span>
82
  </h3>
83
  <table class="activated-table">
84
  <thead>
85
- <tr>
86
- <th><?php _e( 'Product Name', 'yith-plugin-fw' ) ?></th>
87
- <?php if( $this->show_extra_info ) : ?>
88
- <th><?php _e( 'Email', 'yith-plugin-fw' ) ?></th>
89
- <th><?php _e( 'License Key', 'yith-plugin-fw' ) ?></th>
 
 
 
 
 
 
 
 
90
  <?php endif; ?>
 
91
 
92
- <th><?php _e( 'Expires', 'yith-plugin-fw' ) ?></th>
93
-
94
- <?php if( $this->show_extra_info ) : ?>
95
- <th><?php _e( 'Remaining', 'yith-plugin-fw' ) ?></th>
96
- <?php if( $num_members_products_activate ) : ?>
97
- <th><?php _e( 'Club Subscription', 'yith-plugin-fw' ) ?></th>
98
- <?php endif; ?>
99
- <?php endif; ?>
100
-
101
- <th><?php _e( 'License Actions', 'yith-plugin-fw' ) ?></th>
102
- </tr>
103
  </thead>
104
  <tbody>
105
- <?php foreach( $activated_products as $init => $info ) : ?>
106
- <tr>
107
- <td class="product-name">
108
- <?php echo $this->display_product_name( $info['Name'] ) ?>
 
 
 
 
 
109
  </td>
 
 
 
 
110
 
111
- <?php if( $this->show_extra_info ) : ?>
112
- <td class="product-licence-email">
113
- <?php echo $info['licence']['email'] ?>
114
- </td>
115
- <td class="product-licence-key">
116
- <?php echo $info['licence']['licence_key'] ?>
117
- </td>
118
- <?php endif; ?>
119
 
120
- <td class="product-licence-expires">
121
- <?php echo date("F j, Y", $info['licence']['licence_expires'] ); ?>
 
122
  </td>
123
-
124
- <?php if( $this->show_extra_info ) : ?>
125
- <td class="product-licence-remaining">
126
- <?php printf( __( '%1s out of %2s', 'yith-plugin-fw' ), $info['licence']['activation_remaining'], $info['licence']['activation_limit'] ); ?>
127
  </td>
128
- <?php if( $num_members_products_activate ) : ?>
129
- <td class="product-licence-membership">
130
- <span class="dashicons dashicons-<?php echo $info['licence']['is_membership'] ? 'yes' : 'no-alt' ?>"></span>
131
- </td>
132
- <?php endif; ?>
133
  <?php endif; ?>
 
134
 
135
- <td>
136
- <a class="button-licence licence-deactive"
137
- href="#"
138
- data-licence-email="<?php echo $info['licence']['email'] ?>"
139
- data-licence-key="<?php echo $info['licence']['licence_key'] ?>"
140
- data-product-init="<?php echo $init ?>"
141
- data-action="yith_deactivate-<?php echo $this->get_product_type(); ?>">
142
- <?php _e( 'Deactivate', 'yith-plugin-fw' ) ?>
 
 
 
 
 
143
  </a>
144
-
145
- <?php if( ! $info['licence']['is_membership'] && $this->show_renew_button ) : ?>
146
- <a class="button-licence licence-renew" href="<?php echo esc_url( $this->get_renewing_uri( $info['licence']['licence_key'] ) ) ?>" target="_blank">
147
- <?php _e( 'Renew', 'yith-plugin-fw' ) ?>
148
- </a>
149
- <?php endif; ?>
150
- </td>
151
- </tr>
152
- <?php endforeach; ?>
153
  </tbody>
154
  </table>
155
- <?php endif;?>
156
 
157
- <!-- Banned Products -->
158
 
159
- <?php if( ! empty( $banned_products ) ) : ?>
160
  <h3><?php _e( 'Banned', 'yith-plugin-fw' ) ?></h3>
161
  <table class="expired-table">
162
  <thead>
 
 
 
 
 
 
 
 
 
 
163
  <tr>
164
- <th><?php _e( 'Product Name', 'yith-plugin-fw' ) ?></th>
165
- <?php if( $this->show_extra_info ) : ?>
166
- <th><?php _e( 'Email', 'yith-plugin-fw' ) ?></th>
167
- <th><?php _e( 'License Key', 'yith-plugin-fw' ) ?></th>
 
 
168
  <?php endif; ?>
169
  </tr>
170
- </thead>
171
- <tbody>
172
- <?php foreach( $banned_products as $init => $info ) : ?>
173
- <tr>
174
- <td class="product-name">
175
- <?php echo $this->display_product_name( $info['Name'] ) ?>
176
- </td>
177
- <?php if( $this->show_extra_info ) : ?>
178
- <td class="product-licence-email"><?php echo $info['licence']['email'] ?></td>
179
- <td class="product-licence-key"><?php echo $info['licence']['licence_key'] ?></td>
180
- <?php endif; ?>
181
- </tr>
182
- <?php endforeach; ?>
183
  </tbody>
184
  </table>
185
- <?php endif;?>
186
 
187
  <!-- Expired Products -->
188
 
189
- <?php if( ! empty( $expired_products ) ) : ?>
190
  <h3><?php _e( 'Expired', 'yith-plugin-fw' ) ?></h3>
191
  <table class="expired-table">
192
  <thead>
193
- <tr>
194
- <th><?php _e( 'Product Name', 'yith-plugin-fw' ) ?></th>
195
 
196
- <?php if( $this->show_extra_info ) : ?>
197
- <th><?php _e( 'Email', 'yith-plugin-fw' ) ?></th>
198
- <th><?php _e( 'License Key', 'yith-plugin-fw' ) ?></th>
199
- <?php endif; ?>
200
 
201
- <th><?php _e( 'Expires', 'yith-plugin-fw' ) ?></th>
202
 
203
- <?php if( $this->show_renew_button ) : ?>
204
- <th><?php _e( 'Renew', 'yith-plugin-fw' ) ?></th>
205
- <?php endif; ?>
206
- </tr>
207
  </thead>
208
  <tbody>
209
- <?php foreach( $expired_products as $init => $info ) : ?>
210
- <tr>
211
- <td class="product-name">
212
- <?php echo $this->display_product_name( $info['Name'] ) ?>
213
- </td>
214
 
215
- <?php if( $this->show_extra_info ) : ?>
216
- <td class="product-licence-email"><?php echo $info['licence']['email'] ?></td>
217
- <td class="product-licence-key"><?php echo $info['licence']['licence_key'] ?></td>
218
- <?php endif; ?>
219
 
220
- <td class="product-licence-expires"><?php echo date("F j, Y", $info['licence']['licence_expires'] ); ?></td>
221
 
222
- <?php if( $this->show_renew_button ) : ?>
223
- <td>
224
- <a class="button-licence licence-renew" href="<?php echo $this->get_renewing_uri( $info['licence']['licence_key'] ) ?>" target="_blank">
225
- <?php if( $info['licence']['is_membership'] ) : ?>
226
- <?php _e( 'Order again', 'yith-plugin-fw' ) ?>
227
- <?php else : ?>
228
- <?php __( 'Renew license', 'yith-plugin-fw' ) ?>
229
- <?php endif; ?>
230
- </a>
231
- </td>
232
- <?php endif; ?>
233
- </tr>
234
- <?php endforeach; ?>
235
  </tbody>
236
  </table>
237
- <?php endif;?>
238
  </div>
8
  * http://www.gnu.org/licenses/gpl-3.0.txt
9
  */
10
 
11
+ $to_active_products = $this->get_to_active_products();
12
+ $activated_products = $this->get_activated_products();
13
+ $no_active_products = $this->get_no_active_licence_key();
14
+ $expired_products = isset( $no_active_products[ '106' ] ) ? $no_active_products[ '106' ] : array();
15
+ $banned_products = isset( $no_active_products[ '107' ] ) ? $no_active_products[ '107' ] : array();
16
+ $notice = isset( $notice ) ? $notice : '';
17
+ $notice_class = !empty( $notice ) ? 'notice notice-success visible' : 'notice notice-success';
18
+ $to_activate_check = $this instanceof YIT_Theme_Licence ? 1 : 2;
19
+ $num_members_products_activate = $this->get_number_of_membership_products();
20
+ $debug = isset( $_REQUEST[ 'yith-license-debug' ] ) ? $_REQUEST[ 'yith-license-debug' ] : false;
21
  ?>
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>
38
 
39
  <!-- To Active Products -->
40
 
41
+ <?php if ( !empty( $to_active_products ) ) : ?>
42
  <h3 id="products-to-active" class="to-active">
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' ) ?>">
49
+ <?php if ( $debug ): ?>
50
+ <input type="hidden" name="debug" value="<?php echo $debug ?>"/>
51
+ <?php endif ?>
52
  <table class="to-active-table">
53
  <tbody>
54
+ <tr class="product-row">
55
+ <td class="product-name">
56
+ <?php echo $this->display_product_name( $info[ 'Name' ] ) ?>
57
+ </td>
58
+ <td>
59
+ <input type="email" name="email" placeholder="Your email on Yithemes.com" value="" class="user-email"/>
60
+ </td>
61
+ <td>
62
+ <input type="text" name="licence_key" placeholder="License Key" value="" class="licence-key"/>
63
+ </td>
64
+ <td class="activate-button">
65
+ <input type="submit" name="submit" value="<?php _e( 'Activate', 'yith-plugin-fw' ) ?>" class="button-licence licence-activation" data-formid="<?php echo $info[ 'product_id' ] ?>"/>
66
+ </td>
67
+ </tr>
68
+ <input type="hidden" name="action" value="yith_activate-<?php echo $this->get_product_type(); ?>"/>
69
+ <input type="hidden" name="product_init" value="<?php echo $init ?>"/>
70
  </tbody>
71
  </table>
72
  <div class="message-wrapper">
79
 
80
  <!-- Activated Products -->
81
 
82
+ <?php if ( !empty( $activated_products ) ) : ?>
83
  <h3 id="activated-products">
84
  <?php _e( 'Activated', 'yith-plugin-fw' ) ?>
85
  <span class="spinner"></span>
86
  </h3>
87
  <table class="activated-table">
88
  <thead>
89
+ <tr>
90
+ <th><?php _e( 'Product Name', 'yith-plugin-fw' ) ?></th>
91
+ <?php if ( $this->show_extra_info ) : ?>
92
+ <th><?php _e( 'Email', 'yith-plugin-fw' ) ?></th>
93
+ <th><?php _e( 'License Key', 'yith-plugin-fw' ) ?></th>
94
+ <?php endif; ?>
95
+
96
+ <th><?php _e( 'Expires', 'yith-plugin-fw' ) ?></th>
97
+
98
+ <?php if ( $this->show_extra_info ) : ?>
99
+ <th><?php _e( 'Remaining', 'yith-plugin-fw' ) ?></th>
100
+ <?php if ( $num_members_products_activate ) : ?>
101
+ <th><?php _e( 'Club Subscription', 'yith-plugin-fw' ) ?></th>
102
  <?php endif; ?>
103
+ <?php endif; ?>
104
 
105
+ <th><?php _e( 'License Actions', 'yith-plugin-fw' ) ?></th>
106
+ </tr>
 
 
 
 
 
 
 
 
 
107
  </thead>
108
  <tbody>
109
+ <?php foreach ( $activated_products as $init => $info ) : ?>
110
+ <tr>
111
+ <td class="product-name">
112
+ <?php echo $this->display_product_name( $info[ 'Name' ] ) ?>
113
+ </td>
114
+
115
+ <?php if ( $this->show_extra_info ) : ?>
116
+ <td class="product-licence-email">
117
+ <?php echo $info[ 'licence' ][ 'email' ] ?>
118
  </td>
119
+ <td class="product-licence-key">
120
+ <?php echo $info[ 'licence' ][ 'licence_key' ] ?>
121
+ </td>
122
+ <?php endif; ?>
123
 
124
+ <td class="product-licence-expires">
125
+ <?php echo date( "F j, Y", $info[ 'licence' ][ 'licence_expires' ] ); ?>
126
+ </td>
 
 
 
 
 
127
 
128
+ <?php if ( $this->show_extra_info ) : ?>
129
+ <td class="product-licence-remaining">
130
+ <?php printf( __( '%1s out of %2s', 'yith-plugin-fw' ), $info[ 'licence' ][ 'activation_remaining' ], $info[ 'licence' ][ 'activation_limit' ] ); ?>
131
  </td>
132
+ <?php if ( $num_members_products_activate ) : ?>
133
+ <td class="product-licence-membership">
134
+ <span class="dashicons dashicons-<?php echo $info[ 'licence' ][ 'is_membership' ] ? 'yes' : 'no-alt' ?>"></span>
 
135
  </td>
 
 
 
 
 
136
  <?php endif; ?>
137
+ <?php endif; ?>
138
 
139
+ <td>
140
+ <a class="button-licence licence-deactive"
141
+ href="#"
142
+ data-licence-email="<?php echo $info[ 'licence' ][ 'email' ] ?>"
143
+ data-licence-key="<?php echo $info[ 'licence' ][ 'licence_key' ] ?>"
144
+ data-product-init="<?php echo $init ?>"
145
+ data-action="yith_deactivate-<?php echo $this->get_product_type(); ?>">
146
+ <?php _e( 'Deactivate', 'yith-plugin-fw' ) ?>
147
+ </a>
148
+
149
+ <?php if ( !$info[ 'licence' ][ 'is_membership' ] && $this->show_renew_button ) : ?>
150
+ <a class="button-licence licence-renew" href="<?php echo esc_url( $this->get_renewing_uri( $info[ 'licence' ][ 'licence_key' ] ) ) ?>" target="_blank">
151
+ <?php _e( 'Renew', 'yith-plugin-fw' ) ?>
152
  </a>
153
+ <?php endif; ?>
154
+ </td>
155
+ </tr>
156
+ <?php endforeach; ?>
 
 
 
 
 
157
  </tbody>
158
  </table>
159
+ <?php endif; ?>
160
 
161
+ <!-- Banned Products -->
162
 
163
+ <?php if ( !empty( $banned_products ) ) : ?>
164
  <h3><?php _e( 'Banned', 'yith-plugin-fw' ) ?></h3>
165
  <table class="expired-table">
166
  <thead>
167
+ <tr>
168
+ <th><?php _e( 'Product Name', 'yith-plugin-fw' ) ?></th>
169
+ <?php if ( $this->show_extra_info ) : ?>
170
+ <th><?php _e( 'Email', 'yith-plugin-fw' ) ?></th>
171
+ <th><?php _e( 'License Key', 'yith-plugin-fw' ) ?></th>
172
+ <?php endif; ?>
173
+ </tr>
174
+ </thead>
175
+ <tbody>
176
+ <?php foreach ( $banned_products as $init => $info ) : ?>
177
  <tr>
178
+ <td class="product-name">
179
+ <?php echo $this->display_product_name( $info[ 'Name' ] ) ?>
180
+ </td>
181
+ <?php if ( $this->show_extra_info ) : ?>
182
+ <td class="product-licence-email"><?php echo $info[ 'licence' ][ 'email' ] ?></td>
183
+ <td class="product-licence-key"><?php echo $info[ 'licence' ][ 'licence_key' ] ?></td>
184
  <?php endif; ?>
185
  </tr>
186
+ <?php endforeach; ?>
 
 
 
 
 
 
 
 
 
 
 
 
187
  </tbody>
188
  </table>
189
+ <?php endif; ?>
190
 
191
  <!-- Expired Products -->
192
 
193
+ <?php if ( !empty( $expired_products ) ) : ?>
194
  <h3><?php _e( 'Expired', 'yith-plugin-fw' ) ?></h3>
195
  <table class="expired-table">
196
  <thead>
197
+ <tr>
198
+ <th><?php _e( 'Product Name', 'yith-plugin-fw' ) ?></th>
199
 
200
+ <?php if ( $this->show_extra_info ) : ?>
201
+ <th><?php _e( 'Email', 'yith-plugin-fw' ) ?></th>
202
+ <th><?php _e( 'License Key', 'yith-plugin-fw' ) ?></th>
203
+ <?php endif; ?>
204
 
205
+ <th><?php _e( 'Expires', 'yith-plugin-fw' ) ?></th>
206
 
207
+ <?php if ( $this->show_renew_button ) : ?>
208
+ <th><?php _e( 'Renew', 'yith-plugin-fw' ) ?></th>
209
+ <?php endif; ?>
210
+ </tr>
211
  </thead>
212
  <tbody>
213
+ <?php foreach ( $expired_products as $init => $info ) : ?>
214
+ <tr>
215
+ <td class="product-name">
216
+ <?php echo $this->display_product_name( $info[ 'Name' ] ) ?>
217
+ </td>
218
 
219
+ <?php if ( $this->show_extra_info ) : ?>
220
+ <td class="product-licence-email"><?php echo $info[ 'licence' ][ 'email' ] ?></td>
221
+ <td class="product-licence-key"><?php echo $info[ 'licence' ][ 'licence_key' ] ?></td>
222
+ <?php endif; ?>
223
 
224
+ <td class="product-licence-expires"><?php echo date( "F j, Y", $info[ 'licence' ][ 'licence_expires' ] ); ?></td>
225
 
226
+ <?php if ( $this->show_renew_button ) : ?>
227
+ <td>
228
+ <a class="button-licence licence-renew" href="<?php echo $this->get_renewing_uri( $info[ 'licence' ][ 'licence_key' ] ) ?>" target="_blank">
229
+ <?php if ( $info[ 'licence' ][ 'is_membership' ] ) : ?>
230
+ <?php _e( 'Order again', 'yith-plugin-fw' ) ?>
231
+ <?php else : ?>
232
+ <?php __( 'Renew license', 'yith-plugin-fw' ) ?>
233
+ <?php endif; ?>
234
+ </a>
235
+ </td>
236
+ <?php endif; ?>
237
+ </tr>
238
+ <?php endforeach; ?>
239
  </tbody>
240
  </table>
241
+ <?php endif; ?>
242
  </div>
plugin-fw/templates/fields/select-images.php ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * This file belongs to the YIT Plugin Framework.
4
+ *
5
+ * This source file is subject to the GNU GENERAL PUBLIC LICENSE (GPL 3.0)
6
+ * that is bundled with this package in the file LICENSE.txt.
7
+ * It is also available through the world-wide-web at this URL:
8
+ * http://www.gnu.org/licenses/gpl-3.0.txt
9
+ *
10
+ * @var array $field
11
+ */
12
+
13
+ !defined( 'ABSPATH' ) && exit; // Exit if accessed directly
14
+
15
+ extract( $field );
16
+
17
+ $class = isset( $class ) ? $class : 'yith-plugin-fw-select-images';
18
+ $wrapper_id = $id . '-wrapper';
19
+ ?>
20
+ <div id="<?php echo $wrapper_id ?>" class="yith-plugin-fw-select-images__wrapper">
21
+
22
+ <select id="<?php echo $id ?>"
23
+ name="<?php echo $name ?>"
24
+ class="<?php echo $class ?>"
25
+ style="display: none"
26
+ <?php echo $custom_attributes ?>
27
+ <?php if ( isset( $data ) ) echo yith_plugin_fw_html_data_to_string( $data ); ?>>
28
+ <?php foreach ( $options as $key => $item ) :
29
+ $label = !empty( $item[ 'label' ] ) ? $item[ 'label' ] : $key;
30
+ ?>
31
+ <option value="<?php echo esc_attr( $key ) ?>" <?php selected( $key, $value ); ?> ><?php echo $label ?></option>
32
+ <?php endforeach; ?>
33
+ </select>
34
+
35
+ <ul class="yith-plugin-fw-select-images__list">
36
+ <?php foreach ( $options as $key => $item ) :
37
+ $label = !empty( $item[ 'label' ] ) ? $item[ 'label' ] : $key;
38
+ $image = !empty( $item[ 'image' ] ) ? $item[ 'image' ] : '';
39
+ if ( $image ) :
40
+ $selected_class = 'yith-plugin-fw-select-images__item--selected';
41
+ $current_class = $key === $value ? $selected_class : '';
42
+ ?>
43
+ <li class="yith-plugin-fw-select-images__item <?php echo $current_class ?>" data-key="<?php echo $key ?>">
44
+ <?php if ( $label ) : ?>
45
+ <div class="yith-plugin-fw-select-images__item__label"><?php echo $label ?></div>
46
+ <?php endif; ?>
47
+ <img src="<?php echo $image ?>">
48
+ </li>
49
+ <?php endif; ?>
50
+ <?php endforeach; ?>
51
+ </ul>
52
+ </div>
plugin-fw/templates/privacy/html-policy-content.php CHANGED
@@ -1,37 +1,37 @@
1
- <?php
2
- /**
3
- * @var array $sections
4
- */
5
- ?>
6
- <div class="wp-suggested-text">
7
- <?php do_action( 'yith_plugin_fw_privacy_guide_content_before' ); ?>
8
-
9
- <?php
10
- foreach ( $sections as $key => $section ) {
11
- $action = "yith_plugin_fw_privacy_guide_content_{$key}";
12
- $content = apply_filters( 'yith_plugin_fw_privacy_guide_content', '', $key );
13
-
14
- if ( has_action( $action ) || !empty( $section[ 'tutorial' ] ) || !empty( $section[ 'description' ] ) || $content ) {
15
- if ( !empty( $section[ 'title' ] ) ) {
16
- echo "<h2>{$section['title']}</h2>";
17
- }
18
-
19
- if ( !empty( $section[ 'tutorial' ] ) ) {
20
- echo "<p class='privacy-policy-tutorial'>{$section['tutorial']}</p>";
21
- }
22
-
23
- if ( !empty( $section[ 'description' ] ) ) {
24
- echo "<p>{$section['description']}</p>";
25
- }
26
-
27
- if ( !empty( $content ) ) {
28
- echo $content;
29
- }
30
- }
31
-
32
- do_action( $action );
33
- }
34
- ?>
35
-
36
- <?php do_action( 'yith_plugin_fw_privacy_guide_content_after' ); ?>
37
  </div>
1
+ <?php
2
+ /**
3
+ * @var array $sections
4
+ */
5
+ ?>
6
+ <div class="wp-suggested-text">
7
+ <?php do_action( 'yith_plugin_fw_privacy_guide_content_before' ); ?>
8
+
9
+ <?php
10
+ foreach ( $sections as $key => $section ) {
11
+ $action = "yith_plugin_fw_privacy_guide_content_{$key}";
12
+ $content = apply_filters( 'yith_plugin_fw_privacy_guide_content', '', $key );
13
+
14
+ if ( has_action( $action ) || !empty( $section[ 'tutorial' ] ) || !empty( $section[ 'description' ] ) || $content ) {
15
+ if ( !empty( $section[ 'title' ] ) ) {
16
+ echo "<h2>{$section['title']}</h2>";
17
+ }
18
+
19
+ if ( !empty( $section[ 'tutorial' ] ) ) {
20
+ echo "<p class='privacy-policy-tutorial'>{$section['tutorial']}</p>";
21
+ }
22
+
23
+ if ( !empty( $section[ 'description' ] ) ) {
24
+ echo "<p>{$section['description']}</p>";
25
+ }
26
+
27
+ if ( !empty( $content ) ) {
28
+ echo $content;
29
+ }
30
+ }
31
+
32
+ do_action( $action );
33
+ }
34
+ ?>
35
+
36
+ <?php do_action( 'yith_plugin_fw_privacy_guide_content_after' ); ?>
37
  </div>
plugin-fw/yit-functions.php CHANGED
@@ -282,7 +282,7 @@ if ( !function_exists( 'yit_plugin_get_attachment_id' ) ) {
282
  continue;
283
  }
284
 
285
- foreach ( (array)$meta[ 'sizes' ] as $size => $values ) {
286
  if ( $values[ 'file' ] == $file && $url == str_replace( 'https://', 'http://', array_shift( wp_get_attachment_image_src( $id, $size ) ) ) ) {
287
 
288
  return $id;
@@ -484,7 +484,7 @@ if ( !function_exists( 'yit_registered_sidebars' ) ) {
484
  $return = array( '' => '' );
485
  }
486
 
487
- foreach ( ( array )$wp_registered_sidebars as $the_ ) {
488
  $return[ $the_[ 'name' ] ] = $the_[ 'name' ];
489
  }
490
 
@@ -1139,3 +1139,25 @@ if ( !function_exists( 'yith_plugin_fw_get_version' ) ) {
1139
  return $plugin_fw_data[ 'Version' ];
1140
  }
1141
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
282
  continue;
283
  }
284
 
285
+ foreach ( (array) $meta[ 'sizes' ] as $size => $values ) {
286
  if ( $values[ 'file' ] == $file && $url == str_replace( 'https://', 'http://', array_shift( wp_get_attachment_image_src( $id, $size ) ) ) ) {
287
 
288
  return $id;
484
  $return = array( '' => '' );
485
  }
486
 
487
+ foreach ( ( array ) $wp_registered_sidebars as $the_ ) {
488
  $return[ $the_[ 'name' ] ] = $the_[ 'name' ];
489
  }
490
 
1139
  return $plugin_fw_data[ 'Version' ];
1140
  }
1141
  }
1142
+
1143
+ if ( !function_exists( 'yith_get_premium_support_url' ) ) {
1144
+ //@TODO: To Remove
1145
+ /**
1146
+ * Return the url for My Account > Support dashboard
1147
+ *
1148
+ * @return string The complete string, if the main string is not empty or null
1149
+ * @since 2.0.0
1150
+ */
1151
+ function yith_get_premium_support_url() {
1152
+ return 'https://yithemes.com/my-account/support/dashboard/';
1153
+ }
1154
+ }
1155
+
1156
+ if ( !function_exists( 'yith_plugin_fw_is_panel' ) ) {
1157
+ function yith_plugin_fw_is_panel() {
1158
+ $panel_screen_id = 'yith-plugins_page';
1159
+ $screen = function_exists( 'get_current_screen' ) ? get_current_screen() : null;
1160
+
1161
+ return $screen instanceof WP_Screen && strpos( $screen->id, $panel_screen_id ) !== false;
1162
+ }
1163
+ }
plugin-fw/yit-plugin.php CHANGED
@@ -46,6 +46,154 @@ load_textdomain( 'yith-plugin-fw', get_template_directory() . '/core/plugin-fw/y
46
  // ...or from plugin folder
47
  || load_textdomain( 'yith-plugin-fw', dirname(__FILE__) . '/languages/yith-plugin-fw-' . apply_filters( 'plugin_locale', get_locale(), 'yith-plugin-fw' ) . '.mo' );
48
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
49
  /* === WooCommerce Update Message === */
50
 
51
  /*if( apply_filters( 'yit_fw_wc_update_message_hook', true )
46
  // ...or from plugin folder
47
  || load_textdomain( 'yith-plugin-fw', dirname(__FILE__) . '/languages/yith-plugin-fw-' . apply_filters( 'plugin_locale', get_locale(), 'yith-plugin-fw' ) . '.mo' );
48
 
49
+ add_filter( 'plugin_row_meta', 'yit_plugin_fw_row_meta', 20, 4 );
50
+
51
+ if( ! function_exists( 'yit_plugin_fw_row_meta' ) ){
52
+ /**
53
+ * Hack the plugin author name from YITHEMES to YITH
54
+ *
55
+ * @param $plugin_meta
56
+ * @param $plugin_file
57
+ * @param $plugin_data
58
+ * @param $status
59
+ *
60
+ * @since 3.0.17
61
+ * @author Andrea Grillo <andrea.grillo@yithemes.com>
62
+ *
63
+ * @return null|string|string[] $plugin row meta array
64
+ */
65
+ function yit_plugin_fw_row_meta( $plugin_meta, $plugin_file, $plugin_data, $status ){
66
+ $base_uri = array(
67
+ 'live_demo' => 'https://plugins.yithemes.com/',
68
+ 'documentation' => 'https://docs.yithemes.com/',
69
+ 'premium_support' => 'https://yithemes.com/my-account/support/dashboard/',
70
+ 'free_support' => 'https://wordpress.org/support/plugin/',
71
+ 'premium_version' => 'https://yithemes.com/themes/plugins/'
72
+ );
73
+
74
+ $default = array(
75
+ 'live_demo' => array(
76
+ 'label' => _x( 'Live Demo', 'Plugin Row Meta', 'yith-plugin-fw' ),
77
+ 'icon' => 'dashicons dashicons-laptop',
78
+ ),
79
+
80
+ 'documentation' => array(
81
+ 'label' => _x( 'Documentation', 'Plugin Row Meta', 'yith-plugin-fw' ),
82
+ 'icon' => 'dashicons dashicons-search',
83
+ ),
84
+
85
+ 'support' => array(
86
+ 'label' => _x( 'Support', 'Plugin Row Meta', 'yith-plugin-fw' ),
87
+ 'icon' => 'dashicons dashicons-admin-users',
88
+ ),
89
+
90
+ 'premium_version' => array(
91
+ 'label' => _x( 'Premium version', 'Plugin Row Meta', 'yith-plugin-fw' ),
92
+ 'icon' => 'dashicons dashicons-cart',
93
+ )
94
+ );
95
+
96
+ $to_show = array( 'live_demo', 'documentation', 'support', 'premium_version' );
97
+ $new_row_meta_args = apply_filters( 'yith_show_plugin_row_meta', array(
98
+ 'to_show' => $to_show,
99
+ 'slug' => ''
100
+ ), $plugin_meta, $plugin_file, $plugin_data, $status );
101
+ $fields = isset( $new_row_meta_args['to_show'] ) ? $new_row_meta_args['to_show'] : array();
102
+ $slug = isset( $new_row_meta_args['slug'] ) ? $new_row_meta_args['slug'] : '';
103
+ $is_premium = isset( $new_row_meta_args['is_premium'] ) ? $new_row_meta_args['is_premium'] : '';
104
+
105
+ if( true == $is_premium ){
106
+ $to_remove = array_search( 'premium_version', $fields );
107
+
108
+ if( $to_remove !== false ){
109
+ unset( $fields[ $to_remove ] );
110
+ }
111
+ }
112
+
113
+ foreach( $fields as $field ){
114
+ $row_meta = isset( $new_row_meta_args[ $field ] ) ? wp_parse_args( $new_row_meta_args[ $field ], $default[ $field ] ) : $default[ $field ];
115
+ $url = $icon = $label = '';
116
+
117
+ // Check for Label
118
+ if( isset( $row_meta['label'] ) ){
119
+ $label = $row_meta['label'];
120
+ }
121
+
122
+ // Check for Icon
123
+ if( isset( $row_meta['icon'] ) ){
124
+ $icon = $row_meta['icon'];
125
+ }
126
+
127
+ // Check for URL
128
+ if( isset( $row_meta['url'] ) ){
129
+ $url = $row_meta['url'];
130
+ }
131
+
132
+ else{
133
+ if( ! empty( $slug ) ){
134
+ if( 'support' == $field ){
135
+ $support_field = $is_premium === true ? 'premium_support': 'free_support';
136
+ if( ! empty( $base_uri[ $support_field ] ) ){
137
+ $url = $base_uri[ $support_field ];
138
+ }
139
+
140
+ if( 'free_support' == $support_field ){
141
+ $url = $url . $slug;
142
+ }
143
+ }
144
+
145
+ else{
146
+ if( isset( $base_uri[ $field ] ) ) {
147
+ $url = $base_uri[ $field ] . $slug;
148
+ }
149
+ }
150
+ }
151
+ }
152
+
153
+ //Add YITH Refer ID
154
+ if( ! empty( $url ) && defined( 'YITH_REFER_ID' ) ){
155
+ $url = add_query_arg( array( 'refer_id', YITH_REFER_ID ), $url );
156
+ }
157
+
158
+ if( ! empty( $url ) && ! empty( $label ) ){
159
+ $plugin_meta[] = sprintf( '<a href="%s" target="_blank"><span class="%s"></span>%s</a>', $url, $icon, $label );
160
+ }
161
+ }
162
+
163
+ //Author Name Hack
164
+ $plugin_meta = preg_replace('/>YITHEMES</', '>YITH<', $plugin_meta);
165
+
166
+ return $plugin_meta;
167
+ }
168
+ }
169
+
170
+ if( ! function_exists( 'yith_add_action_links' ) ){
171
+ /**
172
+ * Action Links
173
+ *
174
+ * add the action links to plugin admin page
175
+ *
176
+ * @param $links | links plugin array
177
+ *
178
+ * @return mixed Array
179
+ * @since 1.6.5
180
+ * @author Andrea Grillo <andrea.grillo@yithemes.com>
181
+ * @return mixed
182
+ * @use plugin_action_links_{$plugin_file_name}
183
+ */
184
+ function yith_add_action_links( $links, $panel_page = '', $is_premium = false ) {
185
+ if( ! empty( $panel_page ) ){
186
+ $links[] = sprintf( '<a href="%s">%s</a>', admin_url( "admin.php?page={$panel_page}" ), _x( 'Settings', 'Action links', 'yith-plugin-fw' ) );
187
+ }
188
+
189
+ if( $is_premium && class_exists( 'YIT_Plugin_Licence' ) ){
190
+ $links[] = sprintf( '<a href="%s">%s</a>', YIT_Plugin_Licence::get_license_activation_url(),__( 'License', 'yith-plugin-fw' ) );
191
+ }
192
+
193
+ return $links;
194
+ }
195
+ }
196
+
197
  /* === WooCommerce Update Message === */
198
 
199
  /*if( apply_filters( 'yit_fw_wc_update_message_hook', true )
templates/wishlist-view.php CHANGED
@@ -149,7 +149,7 @@ if ( ! defined( 'YITH_WCWL' ) ) {
149
  <?php if( $is_user_owner ): ?>
150
  <td class="product-remove">
151
  <div>
152
- <a href="<?php echo esc_url( add_query_arg( 'remove_from_wishlist', $item['prod_id'] ) ) ?>" class="remove remove_from_wishlist" title="<?php _e( 'Remove this product', 'yith-woocommerce-wishlist' ) ?>">&times;</a>
153
  </div>
154
  </td>
155
  <?php endif; ?>
@@ -229,7 +229,7 @@ if ( ! defined( 'YITH_WCWL' ) ) {
229
 
230
  <!-- Remove from wishlist -->
231
  <?php if( $is_user_owner && $repeat_remove_button ): ?>
232
- <a href="<?php echo esc_url( add_query_arg( 'remove_from_wishlist', $item['prod_id'] ) ) ?>" class="remove_from_wishlist button" title="<?php _e( 'Remove this product', 'yith-woocommerce-wishlist' ) ?>"><?php _e( 'Remove', 'yith-woocommerce-wishlist' ) ?></a>
233
  <?php endif; ?>
234
  </td>
235
  <?php endif; ?>
@@ -272,7 +272,7 @@ if ( ! defined( 'YITH_WCWL' ) ) {
272
  <?php
273
  do_action( 'yith_wcwl_before_wishlist_share', $wishlist_meta );
274
 
275
- if ( is_user_logged_in() && $is_user_owner && ! $is_private && $share_enabled ){
276
  yith_wcwl_get_template( 'share.php', $share_atts );
277
  }
278
 
149
  <?php if( $is_user_owner ): ?>
150
  <td class="product-remove">
151
  <div>
152
+ <a href="<?php echo esc_url( add_query_arg( 'remove_from_wishlist', $item['prod_id'] ) ) ?>" class="remove remove_from_wishlist" title="<?php echo apply_filters( 'yith_wcwl_remove_product_wishlist_message_title',__( 'Remove this product', 'yith-woocommerce-wishlist' )); ?>">&times;</a>
153
  </div>
154
  </td>
155
  <?php endif; ?>
229
 
230
  <!-- Remove from wishlist -->
231
  <?php if( $is_user_owner && $repeat_remove_button ): ?>
232
+ <a href="<?php echo esc_url( add_query_arg( 'remove_from_wishlist', $item['prod_id'] ) ) ?>" class="remove_from_wishlist button" title="<?php echo apply_filters( 'yith_wcwl_remove_product_wishlist_message_title',__( 'Remove this product', 'yith-woocommerce-wishlist' )); ?>"><?php _e( 'Remove', 'yith-woocommerce-wishlist' ) ?></a>
233
  <?php endif; ?>
234
  </td>
235
  <?php endif; ?>
272
  <?php
273
  do_action( 'yith_wcwl_before_wishlist_share', $wishlist_meta );
274
 
275
+ if ( apply_filters( 'yith_wcwl_share_conditions', is_user_logged_in() && $is_user_owner && ! $is_private && $share_enabled, $share_enabled, $is_private ) ){
276
  yith_wcwl_get_template( 'share.php', $share_atts );
277
  }
278
 
uninstall.php CHANGED
@@ -15,23 +15,27 @@ if( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
15
  function yith_wcwl_uninstall(){
16
  global $wpdb;
17
 
18
- // define local private attribute
19
- $wpdb->yith_wcwl_items = $wpdb->prefix . 'yith_wcwl';
20
- $wpdb->yith_wcwl_wishlists = $wpdb->prefix . 'yith_wcwl_lists';
21
-
22
- // Delete option from options table
23
- delete_option( 'yith_wcwl_version' );
24
- delete_option( 'yith_wcwl_db_version' );
25
- $wpdb->query( $wpdb->prepare( "DELETE FROM {$wpdb->options} WHERE option_name LIKE %s", 'yith_wcwl_%' ) );
26
-
27
- //delete pages created for this plugin
28
- wp_delete_post( get_option( 'yith-wcwl-pageid' ), true );
29
-
30
- //remove any additional options and custom table
31
- $sql = "DROP TABLE IF EXISTS `" . $wpdb->yith_wcwl_items . "`";
32
- $wpdb->query( $sql );
33
- $sql = "DROP TABLE IF EXISTS `" . $wpdb->yith_wcwl_wishlists . "`";
34
- $wpdb->query( $sql );
 
 
 
 
35
  }
36
 
37
 
15
  function yith_wcwl_uninstall(){
16
  global $wpdb;
17
 
18
+ if ( defined( 'YITH_WCWL_REMOVE_ALL_DATA' ) && true === YITH_WCWL_REMOVE_ALL_DATA && ! defined( 'YITH_WCWL_PREMIUM' ) ) {
19
+
20
+ // define local private attribute
21
+ $wpdb->yith_wcwl_items = $wpdb->prefix . 'yith_wcwl';
22
+ $wpdb->yith_wcwl_wishlists = $wpdb->prefix . 'yith_wcwl_lists';
23
+
24
+ // Delete option from options table
25
+ delete_option( 'yith_wcwl_version' );
26
+ delete_option( 'yith_wcwl_db_version' );
27
+ $wpdb->query( $wpdb->prepare( "DELETE FROM {$wpdb->options} WHERE option_name LIKE %s", 'yith_wcwl_%' ) );
28
+
29
+ //delete pages created for this plugin
30
+ wp_delete_post( get_option( 'yith-wcwl-pageid' ), true );
31
+
32
+ //remove any additional options and custom table
33
+ $sql = "DROP TABLE IF EXISTS `" . $wpdb->yith_wcwl_items . "`";
34
+ $wpdb->query( $sql );
35
+ $sql = "DROP TABLE IF EXISTS `" . $wpdb->yith_wcwl_wishlists . "`";
36
+ $wpdb->query( $sql );
37
+
38
+ }
39
  }
40
 
41