YITH WooCommerce Wishlist - Version 2.0.6

Version Description

  • Added: system to overwrite wishlist js
  • Added: trailingslashit() to wishlist permalink
  • Added: chinese translation
  • Added: "show_empty" filter to get_wishlists() method
  • Fixed: count wishlist items
  • Fixed: problem with price inclusive of tax
  • Fixed: remove from wishlist for not logged user
  • Fixed: twitter share summary
Download this release

Release Info

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

Code changes from version 2.0.5 to 2.0.6

Files changed (46) hide show
  1. README.txt +53 -31
  2. includes/class.yith-wcwl-admin-init.php +1 -1
  3. includes/class.yith-wcwl-init.php +26 -3
  4. includes/class.yith-wcwl-shortcode.php +1 -1
  5. includes/class.yith-wcwl.php +8 -3
  6. includes/functions.yith-wcwl.php +1 -1
  7. init.php +1 -1
  8. languages/default.po +23 -23
  9. languages/yit-de_DE.mo +0 -0
  10. languages/yit-de_DE.po +23 -23
  11. languages/yit-es_AR.mo +0 -0
  12. languages/yit-es_AR.po +23 -23
  13. languages/yit-es_MX.mo +0 -0
  14. languages/yit-es_MX.po +23 -23
  15. languages/yit-fr_FR.mo +0 -0
  16. languages/yit-fr_FR.po +23 -23
  17. languages/yit-he_IL.mo +0 -0
  18. languages/yit-he_IL.po +23 -23
  19. languages/yit-it_IT.mo +0 -0
  20. languages/yit-it_IT.po +23 -23
  21. languages/yit-pt_BR.mo +0 -0
  22. languages/yit-pt_BR.po +23 -23
  23. languages/yit-tr_TR.mo +0 -0
  24. languages/yit-tr_TR.po +23 -23
  25. languages/yit-uk_UA.mo +0 -0
  26. languages/yit-uk_UA.po +23 -23
  27. languages/yit-zh_CN.mo +0 -0
  28. languages/yit-zh_CN.po +1513 -0
  29. languages/yit-zh_TW.mo +0 -0
  30. languages/yit-zh_TW.po +1513 -0
  31. languages/yit.pot +23 -23
  32. plugin-fw/assets/css/yit-plugin-panel.css +11 -5
  33. plugin-fw/assets/js/chosen/ajax-chosen.jquery.js +81 -0
  34. plugin-fw/assets/js/chosen/ajax-chosen.jquery.min.js +2 -0
  35. plugin-fw/lib/yit-cpt-unlimited.php +2 -2
  36. plugin-fw/lib/yit-metabox.php +1 -3
  37. plugin-fw/lib/yit-plugin-common.php +228 -3
  38. plugin-fw/lib/yit-plugin-panel.php +25 -13
  39. plugin-fw/lib/yit-video.php +3 -1
  40. plugin-fw/licence/assets/css/yit-licence.css +13 -0
  41. plugin-fw/licence/templates/panel/activation/activation-panel.php +14 -0
  42. plugin-fw/templates/metaboxes/types/ajax-products.php +2 -3
  43. plugin-fw/templates/metaboxes/types/image-gallery.php +6 -1
  44. plugin-fw/templates/metaboxes/types/images.php +6 -1
  45. plugin-fw/yit-functions.php +3 -1
  46. templates/wishlist-view.php +2 -2
README.txt CHANGED
@@ -4,7 +4,7 @@ Contributors: yithemes
4
  Tags: wishlist, woocommerce, products, themes, yit, e-commerce, shop, ecommerce wishlist, yith, woocommerce wishlist, woocommerce 2.3 ready, shop wishlist
5
  Requires at least: 3.5.1
6
  Tested up to: 4.1.1
7
- Stable tag: 2.0.5
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -28,28 +28,20 @@ Full documentation is available [here](http://yithemes.com/docs-plugins/yith-woo
28
 
29
  This plugin is 100% compatible with [WPML](http://wpml.org/?aid=24889&affiliate_key=Qn1wDeBNTcZV)
30
 
31
- = Installation =
32
-
33
- Once you have installed the plugin, you just need to activate the plugin and have also woocommerce plugin active in order to enable it.
34
-
35
- = Configuration =
36
-
37
- YITH WooCommerce Wishlist will add a new tab called "Wishlist" below the Woocommerce -> Settings menu. Here you are able to configure all the plugin settings.
38
-
39
- = Developer =
40
-
41
- Are you a developer? Want to customize the templates or the style of the plugin? Read on the [documentation](http://yithemes.com/docs-plugins/yith-woocommerce-wishlist/) and discover how to do that.
42
-
43
- = Support =
44
-
45
- Hi there, we have good news here: all our plugins are released for free. Wow!
46
- Already knew it, right?! Great, but maybe you do not know that: if you're looking for how to install the plugins or how to use them within your Wordpress installations, which is the right way to ask support?
47
- That's the way:
48
-
49
- * Register on http://yithemes.com
50
- * Go to Support > Get Support
51
 
52
- Here we provide support, not on wordpress.org were, usually we do not read topics. It's better to follow us or write on our forum!
 
 
 
 
 
 
 
 
 
 
 
53
 
54
  == Installation ==
55
 
@@ -57,6 +49,8 @@ Here we provide support, not on wordpress.org were, usually we do not read topic
57
  2. Upload the plugin folder into the `wp-content/plugins/` directory of your WordPress site.
58
  3. Activate `YITH WooCommerce Wishlist` from Plugins page
59
 
 
 
60
  == Frequently Asked Questions ==
61
 
62
  = Can I customize the wishlist page? =
@@ -77,6 +71,9 @@ It might be a compatibility problem with the old version of font-awesome, which
77
  = Have you encountered anomalies after plugin update, that did not exist in the previous version? =
78
  This might depend on the fact that your theme overrides plugin templates. Check if the developer of your theme has released a compatibility update with version 2.0 or later of YITH WooCommerce Wishlist. As an alternative you can try the plugin in WordPress default theme to leave out any possible influences by the theme.
79
 
 
 
 
80
  == Screenshots ==
81
 
82
  1. The page with "Add to wishlist" button
@@ -86,6 +83,17 @@ This might depend on the fact that your theme overrides plugin templates. Check
86
 
87
  == Changelog ==
88
 
 
 
 
 
 
 
 
 
 
 
 
89
  = 2.0.5 =
90
 
91
  * Added: icl_object_id to wishlist page id, to translate pages
@@ -223,9 +231,20 @@ If you have suggestions about how to improve YITH WooCommerce Wishlist, you can
223
  == Translators ==
224
 
225
  = Available Languages =
226
- * English (Default)
227
- * Italiano
228
-
 
 
 
 
 
 
 
 
 
 
 
229
  If you have created your own language pack, or have an update for an existing one, you can send [gettext PO and MO file](http://codex.wordpress.org/Translating_WordPress "Translating WordPress")
230
  [use](http://yithemes.com/contact/ "Your Inspiration Themes") so we can bundle it into YITH WooCommerce Wishlist Languages.
231
 
@@ -235,10 +254,13 @@ Full documentation is available [here](http://yithemes.com/docs-plugins/yith-woo
235
 
236
  == Upgrade notice ==
237
 
238
- = 2.0.5 =
239
 
240
- * Added: icl_object_id to wishlist page id, to translate pages
241
- * Tweak: updated rewrite rules, to include child pages as wishlist pages
242
- * Tweak: moved WC notices from wishlist template to yith_wcwl_before_wishlist_title hook
243
- * Tweak: added wishlist table id to .load(), to update only that part of template
244
- * Fixed: yith_wcwl_locate_template causing 500 Internal Server Error
 
 
 
4
  Tags: wishlist, woocommerce, products, themes, yit, e-commerce, shop, ecommerce wishlist, yith, woocommerce wishlist, woocommerce 2.3 ready, shop wishlist
5
  Requires at least: 3.5.1
6
  Tested up to: 4.1.1
7
+ Stable tag: 2.0.6
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
28
 
29
  This plugin is 100% compatible with [WPML](http://wpml.org/?aid=24889&affiliate_key=Qn1wDeBNTcZV)
30
 
31
+ = Available Languages =
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
32
 
33
+ * English - UNITED KINGDOM (Default)
34
+ * German - GERMANY
35
+ * Spanish - ARGENTINA
36
+ * Spanish - MEXICO
37
+ * French - FRANCE
38
+ * Hebrew - ISRAEL
39
+ * Italian - ITALY
40
+ * Portuguese - BRAZIL
41
+ * Turkish - TURKEY
42
+ * Ukrainian - UKRAINE
43
+ * Chinese - CHINA
44
+ * Chinese - TAIWAN
45
 
46
  == Installation ==
47
 
49
  2. Upload the plugin folder into the `wp-content/plugins/` directory of your WordPress site.
50
  3. Activate `YITH WooCommerce Wishlist` from Plugins page
51
 
52
+ YITH WooCommerce Wishlist will add a new submenu called "Wishlist" under "YIT Plugins" menu. Here you are able to configure all the plugin settings.
53
+
54
  == Frequently Asked Questions ==
55
 
56
  = Can I customize the wishlist page? =
71
  = Have you encountered anomalies after plugin update, that did not exist in the previous version? =
72
  This might depend on the fact that your theme overrides plugin templates. Check if the developer of your theme has released a compatibility update with version 2.0 or later of YITH WooCommerce Wishlist. As an alternative you can try the plugin in WordPress default theme to leave out any possible influences by the theme.
73
 
74
+ = I am currently using Wishlist plugin with Catalog Mode enabled in my site. Prices for products should disappear, yet they still appear in the wishlist page. Can I remove them? =
75
+ Yes, of course you can. To avoid Wishlist page to show product prices, you can hide price column from wishlist table. Go to YIT plugins -> wishlist -> settings and disable option "Show Unit price".
76
+
77
  == Screenshots ==
78
 
79
  1. The page with "Add to wishlist" button
83
 
84
  == Changelog ==
85
 
86
+ = 2.0.6 =
87
+
88
+ * Added: system to overwrite wishlist js
89
+ * Added: trailingslashit() to wishlist permalink
90
+ * Added: chinese translation
91
+ * Added: "show_empty" filter to get_wishlists() method
92
+ * Fixed: count wishlist items
93
+ * Fixed: problem with price inclusive of tax
94
+ * Fixed: remove from wishlist for not logged user
95
+ * Fixed: twitter share summary
96
+
97
  = 2.0.5 =
98
 
99
  * Added: icl_object_id to wishlist page id, to translate pages
231
  == Translators ==
232
 
233
  = Available Languages =
234
+ * English - UNITED KINGDOM (Default)
235
+ * German - GERMANY
236
+ * Spanish - ARGENTINA
237
+ * Spanish - MEXICO
238
+ * French - FRANCE
239
+ * Hebrew - ISRAEL
240
+ * Italian - ITALY
241
+ * Portuguese - BRAZIL
242
+ * Turkish - TURKEY
243
+ * Ukrainian - UKRAINE
244
+ * Chinese - CHINA
245
+ * Chinese - TAIWAN
246
+
247
+ Some of these translations are not complete.
248
  If you have created your own language pack, or have an update for an existing one, you can send [gettext PO and MO file](http://codex.wordpress.org/Translating_WordPress "Translating WordPress")
249
  [use](http://yithemes.com/contact/ "Your Inspiration Themes") so we can bundle it into YITH WooCommerce Wishlist Languages.
250
 
254
 
255
  == Upgrade notice ==
256
 
257
+ = 2.0.6 =
258
 
259
+ * Added: system to overwrite wishlist js
260
+ * Added: trailingslashit() to wishlist permalink
261
+ * Added: chinese translation
262
+ * Added: "show_empty" filter to get_wishlists() method
263
+ * Fixed: count wishlist items
264
+ * Fixed: problem with price inclusive of tax
265
+ * Fixed: remove from wishlist for not logged user
266
+ * Fixed: twitter share summary
includes/class.yith-wcwl-admin-init.php CHANGED
@@ -33,7 +33,7 @@ if ( ! class_exists( 'YITH_WCWL_Admin_Init' ) ) {
33
  * @var string
34
  * @since 1.0.0
35
  */
36
- public $version = '2.0.5';
37
 
38
  /**
39
  * Plugin database version
33
  * @var string
34
  * @since 1.0.0
35
  */
36
+ public $version = '2.0.6';
37
 
38
  /**
39
  * Plugin database version
includes/class.yith-wcwl-init.php CHANGED
@@ -325,7 +325,22 @@ if ( ! class_exists( 'YITH_WCWL_Init' ) ) {
325
  * @since 1.0.0
326
  */
327
  public function enqueue_scripts() {
328
- global $woocommerce;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
329
  $assets_path = str_replace( array( 'http:', 'https:' ), '', $woocommerce->plugin_url() ) . '/assets/';
330
  $suffix = defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ? '' : '.min';
331
 
@@ -333,7 +348,7 @@ if ( ! class_exists( 'YITH_WCWL_Init' ) ) {
333
  wp_enqueue_script( 'prettyPhoto-init', $assets_path . 'js/prettyPhoto/jquery.prettyPhoto.init' . $suffix . '.js', array( 'jquery','prettyPhoto' ), defined( 'WC_VERSION' ) ? WC_VERSION : WOOCOMMERCE_VERSION, true );
334
  wp_enqueue_script( 'jquery-selectBox', YITH_WCWL_URL . 'assets/js/jquery.selectBox.min.js', array( 'jquery' ), false, true );
335
  wp_register_script( 'jquery-yith-wcwl', YITH_WCWL_URL . 'assets/js/jquery.yith-wcwl.js', array( 'jquery', 'jquery-selectBox' ), '2.0', true );
336
- wp_enqueue_script( 'jquery-yith-wcwl' );
337
 
338
  $yith_wcwl_l10n = array(
339
  'ajax_url' => admin_url( 'admin-ajax.php', is_ssl() ? 'https' : 'http' ),
@@ -351,7 +366,15 @@ if ( ! class_exists( 'YITH_WCWL_Init' ) ) {
351
  'remove_from_wishlist_action' => 'remove_from_wishlist'
352
  )
353
  );
354
- wp_localize_script( 'jquery-yith-wcwl', 'yith_wcwl_l10n', $yith_wcwl_l10n );
 
 
 
 
 
 
 
 
355
  }
356
 
357
  /**
325
  * @since 1.0.0
326
  */
327
  public function enqueue_scripts() {
328
+ global $woocommerce;
329
+
330
+ $assets_path = str_replace( array( 'http:', 'https:' ), '', $woocommerce->plugin_url() ) . '/assets/';
331
+
332
+ if( function_exists( 'WC' ) ){
333
+ $woocommerce_base = WC()->template_path();
334
+ }
335
+ else{
336
+ $woocommerce_base = WC_TEMPLATE_PATH;
337
+ }
338
+
339
+ $located = locate_template( array(
340
+ $woocommerce_base . 'wishlist.js',
341
+ 'wishlist.js'
342
+ ) );
343
+
344
  $assets_path = str_replace( array( 'http:', 'https:' ), '', $woocommerce->plugin_url() ) . '/assets/';
345
  $suffix = defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ? '' : '.min';
346
 
348
  wp_enqueue_script( 'prettyPhoto-init', $assets_path . 'js/prettyPhoto/jquery.prettyPhoto.init' . $suffix . '.js', array( 'jquery','prettyPhoto' ), defined( 'WC_VERSION' ) ? WC_VERSION : WOOCOMMERCE_VERSION, true );
349
  wp_enqueue_script( 'jquery-selectBox', YITH_WCWL_URL . 'assets/js/jquery.selectBox.min.js', array( 'jquery' ), false, true );
350
  wp_register_script( 'jquery-yith-wcwl', YITH_WCWL_URL . 'assets/js/jquery.yith-wcwl.js', array( 'jquery', 'jquery-selectBox' ), '2.0', true );
351
+ wp_register_script( 'jquery-yith-wcwl-user', str_replace( get_template_directory(), get_template_directory_uri(), $located ), array( 'jquery', 'jquery-selectBox' ), '2.0', true );
352
 
353
  $yith_wcwl_l10n = array(
354
  'ajax_url' => admin_url( 'admin-ajax.php', is_ssl() ? 'https' : 'http' ),
366
  'remove_from_wishlist_action' => 'remove_from_wishlist'
367
  )
368
  );
369
+
370
+ if ( ! $located ) {
371
+ wp_enqueue_script( 'jquery-yith-wcwl' );
372
+ wp_localize_script( 'jquery-yith-wcwl', 'yith_wcwl_l10n', $yith_wcwl_l10n );
373
+ }
374
+ else {
375
+ wp_enqueue_script( 'jquery-yith-wcwl-user' );
376
+ wp_localize_script( 'jquery-yith-wcwl-user', 'yith_wcwl_l10n', $yith_wcwl_l10n );
377
+ }
378
  }
379
 
380
  /**
includes/class.yith-wcwl-shortcode.php CHANGED
@@ -230,7 +230,7 @@ if( ! class_exists( 'YITH_WCWL_Shortcode' ) ) {
230
  $share_title = apply_filters( 'yith_wcwl_socials_share_title', __( 'Share on:', 'yit' ) );
231
  $share_link_url = ( ! empty( $wishlist_id ) ) ? YITH_WCWL()->get_wishlist_url( 'view' . '/' . $wishlist_id ) : YITH_WCWL()->get_wishlist_url( 'user' . '/' . get_current_user_id() );
232
  $share_links_title = apply_filters( 'plugin_text', urlencode( get_option( 'yith_wcwl_socials_title' ) ) );
233
- $share_twitter_summary = str_replace( '%wishlist_url%', '', get_option( 'yith_wcwl_socials_text' ) );
234
  $share_summary = urlencode( str_replace( '%wishlist_url%', $share_link_url, get_option( 'yith_wcwl_socials_text' ) ) );
235
  $share_image_url = urlencode( get_option( 'yith_wcwl_socials_image_url' ) );
236
 
230
  $share_title = apply_filters( 'yith_wcwl_socials_share_title', __( 'Share on:', 'yit' ) );
231
  $share_link_url = ( ! empty( $wishlist_id ) ) ? YITH_WCWL()->get_wishlist_url( 'view' . '/' . $wishlist_id ) : YITH_WCWL()->get_wishlist_url( 'user' . '/' . get_current_user_id() );
232
  $share_links_title = apply_filters( 'plugin_text', urlencode( get_option( 'yith_wcwl_socials_title' ) ) );
233
+ $share_twitter_summary = urlencode( str_replace( '%wishlist_url%', '', get_option( 'yith_wcwl_socials_text' ) ) );
234
  $share_summary = urlencode( str_replace( '%wishlist_url%', $share_link_url, get_option( 'yith_wcwl_socials_text' ) ) );
235
  $share_image_url = urlencode( get_option( 'yith_wcwl_socials_image_url' ) );
236
 
includes/class.yith-wcwl.php CHANGED
@@ -667,7 +667,8 @@ if ( ! class_exists( 'YITH_WCWL' ) ) {
667
  'orderby' => 'ID',
668
  'order' => 'DESC',
669
  'limit' => false,
670
- 'offset' => 0
 
671
  );
672
 
673
  $args = wp_parse_args( $args, $default );
@@ -760,6 +761,10 @@ if ( ! class_exists( 'YITH_WCWL' ) ) {
760
  }
761
  }
762
 
 
 
 
 
763
  $sql .= " ORDER BY " . $orderby . " " . $order;
764
 
765
  if( ! empty( $limit ) ){
@@ -936,7 +941,7 @@ if ( ! class_exists( 'YITH_WCWL' ) ) {
936
  $wishlist_page_id = function_exists( 'icl_object_id' ) ? icl_object_id( $wishlist_page_id, 'page', true ) : $wishlist_page_id;
937
 
938
  if( get_option( 'permalink_structure' ) ) {
939
- $wishlist_permalink = get_the_permalink( $wishlist_page_id );
940
  $base_url = trailingslashit( $wishlist_permalink . $action );
941
  }
942
  else{
@@ -1060,7 +1065,7 @@ if ( ! class_exists( 'YITH_WCWL' ) ) {
1060
  if( function_exists( 'wc_print_notices' ) ) {
1061
  wc_print_notices();
1062
  }
1063
- else{
1064
  $woocommerce->show_messages();
1065
  }
1066
  }
667
  'orderby' => 'ID',
668
  'order' => 'DESC',
669
  'limit' => false,
670
+ 'offset' => 0,
671
+ 'show_empty' => true
672
  );
673
 
674
  $args = wp_parse_args( $args, $default );
761
  }
762
  }
763
 
764
+ if( ! $show_empty ){
765
+ $sql .= " AND l.`ID` IN ( SELECT wishlist_id FROM {$wpdb->yith_wcwl_items} )";
766
+ }
767
+
768
  $sql .= " ORDER BY " . $orderby . " " . $order;
769
 
770
  if( ! empty( $limit ) ){
941
  $wishlist_page_id = function_exists( 'icl_object_id' ) ? icl_object_id( $wishlist_page_id, 'page', true ) : $wishlist_page_id;
942
 
943
  if( get_option( 'permalink_structure' ) ) {
944
+ $wishlist_permalink = trailingslashit( get_the_permalink( $wishlist_page_id ) );
945
  $base_url = trailingslashit( $wishlist_permalink . $action );
946
  }
947
  else{
1065
  if( function_exists( 'wc_print_notices' ) ) {
1066
  wc_print_notices();
1067
  }
1068
+ elseif( method_exists( $woocommerce, 'show_message' ) ){
1069
  $woocommerce->show_messages();
1070
  }
1071
  }
includes/functions.yith-wcwl.php CHANGED
@@ -95,7 +95,7 @@ if( !function_exists( 'yith_wcwl_count_products' ) ) {
95
  /**
96
  * Retrieve the number of products in the wishlist.
97
  *
98
- * @param $wishlist_token string Optianl wishlist token
99
  *
100
  * @return int
101
  * @since 1.0.0
95
  /**
96
  * Retrieve the number of products in the wishlist.
97
  *
98
+ * @param $wishlist_token string Optional wishlist token
99
  *
100
  * @return int
101
  * @since 1.0.0
init.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: YITH WooCommerce Wishlist
4
  * Plugin URI: http://yithemes.com/themes/plugins/yith-woocommerce-wishlist/
5
  * Description: YITH WooCommerce Wishlist allows you to add Wishlist functionality to your e-commerce.
6
- * Version: 2.0.5
7
  * Author: Yithemes
8
  * Author URI: http://yithemes.com/
9
  * Text Domain: yit
3
  * Plugin Name: YITH WooCommerce Wishlist
4
  * Plugin URI: http://yithemes.com/themes/plugins/yith-woocommerce-wishlist/
5
  * Description: YITH WooCommerce Wishlist allows you to add Wishlist functionality to your e-commerce.
6
+ * Version: 2.0.6
7
  * Author: Yithemes
8
  * Author URI: http://yithemes.com/
9
  * Text Domain: yit
languages/default.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WCWL\n"
4
- "POT-Creation-Date: 2015-03-18 10:23+0100\n"
5
- "PO-Revision-Date: 2015-03-18 10:23+0100\n"
6
  "Last-Translator: Nicola Mustone <mail@nicolamustone.it>\n"
7
  "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
8
  "Language: English\n"
@@ -455,7 +455,7 @@ msgid ""
455
  "\">discover the PREMIUM version.</a>"
456
  msgstr ""
457
 
458
- #: ../includes/class.yith-wcwl-init.php:347
459
  msgid ""
460
  "We are sorry, but this feature is available only if cookies are enabled on "
461
  "your browser."
@@ -507,15 +507,15 @@ msgstr ""
507
  msgid "You need to log in before creating a new wishlist"
508
  msgstr ""
509
 
510
- #: ../includes/class.yith-wcwl.php:1301
511
  msgid "Product successfully removed."
512
  msgstr ""
513
 
514
- #: ../includes/class.yith-wcwl.php:1305
515
  msgid "Error. Unable to remove the product from the wishlist."
516
  msgstr ""
517
 
518
- #: ../includes/class.yith-wcwl.php:1309 ../templates/wishlist-view.php:181
519
  msgid "No products were added to the wishlist"
520
  msgstr ""
521
 
@@ -720,7 +720,7 @@ msgstr ""
720
  msgid "Add with multiupload"
721
  msgstr ""
722
 
723
- #: ../plugin-fw/lib/yit-plugin-panel-wc.php:315
724
  msgid "The changes you have made will be lost if you leave this page."
725
  msgstr ""
726
 
@@ -728,73 +728,73 @@ msgstr ""
728
  msgid "Plugin Settings"
729
  msgstr ""
730
 
731
- #: ../plugin-fw/lib/yit-plugin-panel.php:94
732
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:101
733
  msgid "YIT Plugins"
734
  msgstr ""
735
 
736
- #: ../plugin-fw/lib/yit-plugin-panel.php:273
737
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:142
738
  #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:5
739
  msgid "Save Changes"
740
  msgstr ""
741
 
742
- #: ../plugin-fw/lib/yit-plugin-panel.php:276
743
  #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:8
744
  msgid ""
745
  "If you continue with this action, you will reset all options in this page."
746
  msgstr ""
747
 
748
- #: ../plugin-fw/lib/yit-plugin-panel.php:278
749
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:147
750
  msgid "Reset to Default"
751
  msgstr ""
752
 
753
- #: ../plugin-fw/lib/yit-plugin-panel.php:278
754
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:147
755
  #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
756
  msgid "Are you sure?"
757
  msgstr ""
758
 
759
- #: ../plugin-fw/lib/yit-plugin-panel.php:412
760
  msgid ""
761
  "The element you have entered already exists. Please, enter another name."
762
  msgstr ""
763
 
764
- #: ../plugin-fw/lib/yit-plugin-panel.php:413
765
  msgid "Settings saved"
766
  msgstr ""
767
 
768
- #: ../plugin-fw/lib/yit-plugin-panel.php:414
769
  msgid "Settings reset"
770
  msgstr ""
771
 
772
- #: ../plugin-fw/lib/yit-plugin-panel.php:415
773
  msgid "Element deleted correctly."
774
  msgstr ""
775
 
776
- #: ../plugin-fw/lib/yit-plugin-panel.php:416
777
- #: ../plugin-fw/lib/yit-plugin-panel.php:417
778
  msgid "Element updated correctly."
779
  msgstr ""
780
 
781
- #: ../plugin-fw/lib/yit-plugin-panel.php:418
782
  msgid "Database imported correctly."
783
  msgstr ""
784
 
785
- #: ../plugin-fw/lib/yit-plugin-panel.php:419
786
  msgid "An error has occurred during import. Please try again."
787
  msgstr ""
788
 
789
- #: ../plugin-fw/lib/yit-plugin-panel.php:420
790
  msgid "The added file is not valid."
791
  msgstr ""
792
 
793
- #: ../plugin-fw/lib/yit-plugin-panel.php:421
794
  msgid "Sorry, import is disabled."
795
  msgstr ""
796
 
797
- #: ../plugin-fw/lib/yit-plugin-panel.php:422
798
  msgid "Sorting successful."
799
  msgstr ""
800
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WCWL\n"
4
+ "POT-Creation-Date: 2015-04-07 16:53+0100\n"
5
+ "PO-Revision-Date: 2015-04-07 16:53+0100\n"
6
  "Last-Translator: Nicola Mustone <mail@nicolamustone.it>\n"
7
  "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
8
  "Language: English\n"
455
  "\">discover the PREMIUM version.</a>"
456
  msgstr ""
457
 
458
+ #: ../includes/class.yith-wcwl-init.php:362
459
  msgid ""
460
  "We are sorry, but this feature is available only if cookies are enabled on "
461
  "your browser."
507
  msgid "You need to log in before creating a new wishlist"
508
  msgstr ""
509
 
510
+ #: ../includes/class.yith-wcwl.php:1307
511
  msgid "Product successfully removed."
512
  msgstr ""
513
 
514
+ #: ../includes/class.yith-wcwl.php:1311
515
  msgid "Error. Unable to remove the product from the wishlist."
516
  msgstr ""
517
 
518
+ #: ../includes/class.yith-wcwl.php:1315 ../templates/wishlist-view.php:181
519
  msgid "No products were added to the wishlist"
520
  msgstr ""
521
 
720
  msgid "Add with multiupload"
721
  msgstr ""
722
 
723
+ #: ../plugin-fw/lib/yit-plugin-panel-wc.php:295
724
  msgid "The changes you have made will be lost if you leave this page."
725
  msgstr ""
726
 
728
  msgid "Plugin Settings"
729
  msgstr ""
730
 
731
+ #: ../plugin-fw/lib/yit-plugin-panel.php:91
732
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:101
733
  msgid "YIT Plugins"
734
  msgstr ""
735
 
736
+ #: ../plugin-fw/lib/yit-plugin-panel.php:280
737
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:142
738
  #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:5
739
  msgid "Save Changes"
740
  msgstr ""
741
 
742
+ #: ../plugin-fw/lib/yit-plugin-panel.php:283
743
  #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:8
744
  msgid ""
745
  "If you continue with this action, you will reset all options in this page."
746
  msgstr ""
747
 
748
+ #: ../plugin-fw/lib/yit-plugin-panel.php:285
749
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:147
750
  msgid "Reset to Default"
751
  msgstr ""
752
 
753
+ #: ../plugin-fw/lib/yit-plugin-panel.php:285
754
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:147
755
  #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
756
  msgid "Are you sure?"
757
  msgstr ""
758
 
759
+ #: ../plugin-fw/lib/yit-plugin-panel.php:419
760
  msgid ""
761
  "The element you have entered already exists. Please, enter another name."
762
  msgstr ""
763
 
764
+ #: ../plugin-fw/lib/yit-plugin-panel.php:420
765
  msgid "Settings saved"
766
  msgstr ""
767
 
768
+ #: ../plugin-fw/lib/yit-plugin-panel.php:421
769
  msgid "Settings reset"
770
  msgstr ""
771
 
772
+ #: ../plugin-fw/lib/yit-plugin-panel.php:422
773
  msgid "Element deleted correctly."
774
  msgstr ""
775
 
776
+ #: ../plugin-fw/lib/yit-plugin-panel.php:423
777
+ #: ../plugin-fw/lib/yit-plugin-panel.php:424
778
  msgid "Element updated correctly."
779
  msgstr ""
780
 
781
+ #: ../plugin-fw/lib/yit-plugin-panel.php:425
782
  msgid "Database imported correctly."
783
  msgstr ""
784
 
785
+ #: ../plugin-fw/lib/yit-plugin-panel.php:426
786
  msgid "An error has occurred during import. Please try again."
787
  msgstr ""
788
 
789
+ #: ../plugin-fw/lib/yit-plugin-panel.php:427
790
  msgid "The added file is not valid."
791
  msgstr ""
792
 
793
+ #: ../plugin-fw/lib/yit-plugin-panel.php:428
794
  msgid "Sorry, import is disabled."
795
  msgstr ""
796
 
797
+ #: ../plugin-fw/lib/yit-plugin-panel.php:429
798
  msgid "Sorting successful."
799
  msgstr ""
800
 
languages/yit-de_DE.mo CHANGED
Binary file
languages/yit-de_DE.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist v1.0.3\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-03-18 10:23+0100\n"
6
- "PO-Revision-Date: 2015-03-18 10:23+0100\n"
7
  "Last-Translator: YIThemes <support@yithemes.com>\n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
@@ -496,7 +496,7 @@ msgid ""
496
  "\">discover the PREMIUM version.</a>"
497
  msgstr ""
498
 
499
- #: includes/class.yith-wcwl-init.php:347
500
  msgid ""
501
  "We are sorry, but this feature is available only if cookies are enabled on "
502
  "your browser."
@@ -557,16 +557,16 @@ msgstr ""
557
  msgid "You need to log in before creating a new wishlist"
558
  msgstr ""
559
 
560
- #: includes/class.yith-wcwl.php:1301
561
  msgid "Product successfully removed."
562
  msgstr "Produkt wurde von der Wunschliste entfernt. "
563
 
564
- #: includes/class.yith-wcwl.php:1305
565
  msgid "Error. Unable to remove the product from the wishlist."
566
  msgstr ""
567
  "Fehlermeldung: Entfernen des Produkts von der Wunschliste nicht möglich. "
568
 
569
- #: includes/class.yith-wcwl.php:1309 templates/wishlist-view.php:181
570
  msgid "No products were added to the wishlist"
571
  msgstr "Es wurden keine Produkte auf die Wunschliste gesetzt"
572
 
@@ -777,7 +777,7 @@ msgstr ""
777
  msgid "Add with multiupload"
778
  msgstr ""
779
 
780
- #: plugin-fw/lib/yit-plugin-panel-wc.php:315
781
  msgid "The changes you have made will be lost if you leave this page."
782
  msgstr ""
783
 
@@ -786,76 +786,76 @@ msgstr ""
786
  msgid "Plugin Settings"
787
  msgstr "Einstellungen"
788
 
789
- #: plugin-fw/lib/yit-plugin-panel.php:94
790
  #: plugin-fw/lib/yit-plugin-subpanel.php:101
791
  msgid "YIT Plugins"
792
  msgstr ""
793
 
794
- #: plugin-fw/lib/yit-plugin-panel.php:273
795
  #: plugin-fw/lib/yit-plugin-subpanel.php:142
796
  #: plugin-fw/templates/panel/woocommerce/woocommerce-form.php:5
797
  msgid "Save Changes"
798
  msgstr ""
799
 
800
- #: plugin-fw/lib/yit-plugin-panel.php:276
801
  #: plugin-fw/templates/panel/woocommerce/woocommerce-form.php:8
802
  msgid ""
803
  "If you continue with this action, you will reset all options in this page."
804
  msgstr ""
805
 
806
- #: plugin-fw/lib/yit-plugin-panel.php:278
807
  #: plugin-fw/lib/yit-plugin-subpanel.php:147
808
  #, fuzzy
809
  msgid "Reset to Default"
810
  msgstr "Weiterleiten zum Warenkorb"
811
 
812
- #: plugin-fw/lib/yit-plugin-panel.php:278
813
  #: plugin-fw/lib/yit-plugin-subpanel.php:147
814
  #: plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
815
  msgid "Are you sure?"
816
  msgstr ""
817
 
818
- #: plugin-fw/lib/yit-plugin-panel.php:412
819
  msgid ""
820
  "The element you have entered already exists. Please, enter another name."
821
  msgstr ""
822
 
823
- #: plugin-fw/lib/yit-plugin-panel.php:413
824
  #, fuzzy
825
  msgid "Settings saved"
826
  msgstr "Einstellungen"
827
 
828
- #: plugin-fw/lib/yit-plugin-panel.php:414
829
  #, fuzzy
830
  msgid "Settings reset"
831
  msgstr "Einstellungen"
832
 
833
- #: plugin-fw/lib/yit-plugin-panel.php:415
834
  msgid "Element deleted correctly."
835
  msgstr ""
836
 
837
- #: plugin-fw/lib/yit-plugin-panel.php:416
838
- #: plugin-fw/lib/yit-plugin-panel.php:417
839
  msgid "Element updated correctly."
840
  msgstr ""
841
 
842
- #: plugin-fw/lib/yit-plugin-panel.php:418
843
  msgid "Database imported correctly."
844
  msgstr ""
845
 
846
- #: plugin-fw/lib/yit-plugin-panel.php:419
847
  msgid "An error has occurred during import. Please try again."
848
  msgstr ""
849
 
850
- #: plugin-fw/lib/yit-plugin-panel.php:420
851
  msgid "The added file is not valid."
852
  msgstr ""
853
 
854
- #: plugin-fw/lib/yit-plugin-panel.php:421
855
  msgid "Sorry, import is disabled."
856
  msgstr ""
857
 
858
- #: plugin-fw/lib/yit-plugin-panel.php:422
859
  msgid "Sorting successful."
860
  msgstr ""
861
 
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist v1.0.3\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-04-07 16:53+0100\n"
6
+ "PO-Revision-Date: 2015-04-07 16:53+0100\n"
7
  "Last-Translator: YIThemes <support@yithemes.com>\n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
496
  "\">discover the PREMIUM version.</a>"
497
  msgstr ""
498
 
499
+ #: includes/class.yith-wcwl-init.php:362
500
  msgid ""
501
  "We are sorry, but this feature is available only if cookies are enabled on "
502
  "your browser."
557
  msgid "You need to log in before creating a new wishlist"
558
  msgstr ""
559
 
560
+ #: includes/class.yith-wcwl.php:1307
561
  msgid "Product successfully removed."
562
  msgstr "Produkt wurde von der Wunschliste entfernt. "
563
 
564
+ #: includes/class.yith-wcwl.php:1311
565
  msgid "Error. Unable to remove the product from the wishlist."
566
  msgstr ""
567
  "Fehlermeldung: Entfernen des Produkts von der Wunschliste nicht möglich. "
568
 
569
+ #: includes/class.yith-wcwl.php:1315 templates/wishlist-view.php:181
570
  msgid "No products were added to the wishlist"
571
  msgstr "Es wurden keine Produkte auf die Wunschliste gesetzt"
572
 
777
  msgid "Add with multiupload"
778
  msgstr ""
779
 
780
+ #: plugin-fw/lib/yit-plugin-panel-wc.php:295
781
  msgid "The changes you have made will be lost if you leave this page."
782
  msgstr ""
783
 
786
  msgid "Plugin Settings"
787
  msgstr "Einstellungen"
788
 
789
+ #: plugin-fw/lib/yit-plugin-panel.php:91
790
  #: plugin-fw/lib/yit-plugin-subpanel.php:101
791
  msgid "YIT Plugins"
792
  msgstr ""
793
 
794
+ #: plugin-fw/lib/yit-plugin-panel.php:280
795
  #: plugin-fw/lib/yit-plugin-subpanel.php:142
796
  #: plugin-fw/templates/panel/woocommerce/woocommerce-form.php:5
797
  msgid "Save Changes"
798
  msgstr ""
799
 
800
+ #: plugin-fw/lib/yit-plugin-panel.php:283
801
  #: plugin-fw/templates/panel/woocommerce/woocommerce-form.php:8
802
  msgid ""
803
  "If you continue with this action, you will reset all options in this page."
804
  msgstr ""
805
 
806
+ #: plugin-fw/lib/yit-plugin-panel.php:285
807
  #: plugin-fw/lib/yit-plugin-subpanel.php:147
808
  #, fuzzy
809
  msgid "Reset to Default"
810
  msgstr "Weiterleiten zum Warenkorb"
811
 
812
+ #: plugin-fw/lib/yit-plugin-panel.php:285
813
  #: plugin-fw/lib/yit-plugin-subpanel.php:147
814
  #: plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
815
  msgid "Are you sure?"
816
  msgstr ""
817
 
818
+ #: plugin-fw/lib/yit-plugin-panel.php:419
819
  msgid ""
820
  "The element you have entered already exists. Please, enter another name."
821
  msgstr ""
822
 
823
+ #: plugin-fw/lib/yit-plugin-panel.php:420
824
  #, fuzzy
825
  msgid "Settings saved"
826
  msgstr "Einstellungen"
827
 
828
+ #: plugin-fw/lib/yit-plugin-panel.php:421
829
  #, fuzzy
830
  msgid "Settings reset"
831
  msgstr "Einstellungen"
832
 
833
+ #: plugin-fw/lib/yit-plugin-panel.php:422
834
  msgid "Element deleted correctly."
835
  msgstr ""
836
 
837
+ #: plugin-fw/lib/yit-plugin-panel.php:423
838
+ #: plugin-fw/lib/yit-plugin-panel.php:424
839
  msgid "Element updated correctly."
840
  msgstr ""
841
 
842
+ #: plugin-fw/lib/yit-plugin-panel.php:425
843
  msgid "Database imported correctly."
844
  msgstr ""
845
 
846
+ #: plugin-fw/lib/yit-plugin-panel.php:426
847
  msgid "An error has occurred during import. Please try again."
848
  msgstr ""
849
 
850
+ #: plugin-fw/lib/yit-plugin-panel.php:427
851
  msgid "The added file is not valid."
852
  msgstr ""
853
 
854
+ #: plugin-fw/lib/yit-plugin-panel.php:428
855
  msgid "Sorry, import is disabled."
856
  msgstr ""
857
 
858
+ #: plugin-fw/lib/yit-plugin-panel.php:429
859
  msgid "Sorting successful."
860
  msgstr ""
861
 
languages/yit-es_AR.mo CHANGED
Binary file
languages/yit-es_AR.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WCWL\n"
4
- "POT-Creation-Date: 2015-03-18 10:24+0100\n"
5
- "PO-Revision-Date: 2015-03-18 10:24+0100\n"
6
  "Last-Translator: YIThemes <support@yithemes.com>\n"
7
  "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
8
  "Language: Español\n"
@@ -488,7 +488,7 @@ msgid ""
488
  "\">discover the PREMIUM version.</a>"
489
  msgstr ""
490
 
491
- #: ../includes/class.yith-wcwl-init.php:347
492
  msgid ""
493
  "We are sorry, but this feature is available only if cookies are enabled on "
494
  "your browser."
@@ -548,17 +548,17 @@ msgstr ""
548
  msgid "You need to log in before creating a new wishlist"
549
  msgstr ""
550
 
551
- #: ../includes/class.yith-wcwl.php:1301
552
  msgid "Product successfully removed."
553
  msgstr "Bien, lo hemos eliminado de tu lista..."
554
 
555
- #: ../includes/class.yith-wcwl.php:1305
556
  msgid "Error. Unable to remove the product from the wishlist."
557
  msgstr ""
558
  "¡Ups! Ha ocurrido un error al eliminar el producto de tu lista. Intenta "
559
  "nuevamente, por favor."
560
 
561
- #: ../includes/class.yith-wcwl.php:1309 ../templates/wishlist-view.php:181
562
  msgid "No products were added to the wishlist"
563
  msgstr "Tu lista de deseos está vacía por el momento..."
564
 
@@ -764,7 +764,7 @@ msgstr ""
764
  msgid "Add with multiupload"
765
  msgstr ""
766
 
767
- #: ../plugin-fw/lib/yit-plugin-panel-wc.php:315
768
  msgid "The changes you have made will be lost if you leave this page."
769
  msgstr ""
770
 
@@ -773,76 +773,76 @@ msgstr ""
773
  msgid "Plugin Settings"
774
  msgstr "Configuraciones"
775
 
776
- #: ../plugin-fw/lib/yit-plugin-panel.php:94
777
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:101
778
  msgid "YIT Plugins"
779
  msgstr ""
780
 
781
- #: ../plugin-fw/lib/yit-plugin-panel.php:273
782
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:142
783
  #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:5
784
  msgid "Save Changes"
785
  msgstr ""
786
 
787
- #: ../plugin-fw/lib/yit-plugin-panel.php:276
788
  #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:8
789
  msgid ""
790
  "If you continue with this action, you will reset all options in this page."
791
  msgstr ""
792
 
793
- #: ../plugin-fw/lib/yit-plugin-panel.php:278
794
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:147
795
  #, fuzzy
796
  msgid "Reset to Default"
797
  msgstr "Redireccionar al carrito"
798
 
799
- #: ../plugin-fw/lib/yit-plugin-panel.php:278
800
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:147
801
  #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
802
  msgid "Are you sure?"
803
  msgstr ""
804
 
805
- #: ../plugin-fw/lib/yit-plugin-panel.php:412
806
  msgid ""
807
  "The element you have entered already exists. Please, enter another name."
808
  msgstr ""
809
 
810
- #: ../plugin-fw/lib/yit-plugin-panel.php:413
811
  #, fuzzy
812
  msgid "Settings saved"
813
  msgstr "Configuraciones"
814
 
815
- #: ../plugin-fw/lib/yit-plugin-panel.php:414
816
  #, fuzzy
817
  msgid "Settings reset"
818
  msgstr "Configuraciones"
819
 
820
- #: ../plugin-fw/lib/yit-plugin-panel.php:415
821
  msgid "Element deleted correctly."
822
  msgstr ""
823
 
824
- #: ../plugin-fw/lib/yit-plugin-panel.php:416
825
- #: ../plugin-fw/lib/yit-plugin-panel.php:417
826
  msgid "Element updated correctly."
827
  msgstr ""
828
 
829
- #: ../plugin-fw/lib/yit-plugin-panel.php:418
830
  msgid "Database imported correctly."
831
  msgstr ""
832
 
833
- #: ../plugin-fw/lib/yit-plugin-panel.php:419
834
  msgid "An error has occurred during import. Please try again."
835
  msgstr ""
836
 
837
- #: ../plugin-fw/lib/yit-plugin-panel.php:420
838
  msgid "The added file is not valid."
839
  msgstr ""
840
 
841
- #: ../plugin-fw/lib/yit-plugin-panel.php:421
842
  msgid "Sorry, import is disabled."
843
  msgstr ""
844
 
845
- #: ../plugin-fw/lib/yit-plugin-panel.php:422
846
  msgid "Sorting successful."
847
  msgstr ""
848
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WCWL\n"
4
+ "POT-Creation-Date: 2015-04-07 16:53+0100\n"
5
+ "PO-Revision-Date: 2015-04-07 16:53+0100\n"
6
  "Last-Translator: YIThemes <support@yithemes.com>\n"
7
  "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
8
  "Language: Español\n"
488
  "\">discover the PREMIUM version.</a>"
489
  msgstr ""
490
 
491
+ #: ../includes/class.yith-wcwl-init.php:362
492
  msgid ""
493
  "We are sorry, but this feature is available only if cookies are enabled on "
494
  "your browser."
548
  msgid "You need to log in before creating a new wishlist"
549
  msgstr ""
550
 
551
+ #: ../includes/class.yith-wcwl.php:1307
552
  msgid "Product successfully removed."
553
  msgstr "Bien, lo hemos eliminado de tu lista..."
554
 
555
+ #: ../includes/class.yith-wcwl.php:1311
556
  msgid "Error. Unable to remove the product from the wishlist."
557
  msgstr ""
558
  "¡Ups! Ha ocurrido un error al eliminar el producto de tu lista. Intenta "
559
  "nuevamente, por favor."
560
 
561
+ #: ../includes/class.yith-wcwl.php:1315 ../templates/wishlist-view.php:181
562
  msgid "No products were added to the wishlist"
563
  msgstr "Tu lista de deseos está vacía por el momento..."
564
 
764
  msgid "Add with multiupload"
765
  msgstr ""
766
 
767
+ #: ../plugin-fw/lib/yit-plugin-panel-wc.php:295
768
  msgid "The changes you have made will be lost if you leave this page."
769
  msgstr ""
770
 
773
  msgid "Plugin Settings"
774
  msgstr "Configuraciones"
775
 
776
+ #: ../plugin-fw/lib/yit-plugin-panel.php:91
777
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:101
778
  msgid "YIT Plugins"
779
  msgstr ""
780
 
781
+ #: ../plugin-fw/lib/yit-plugin-panel.php:280
782
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:142
783
  #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:5
784
  msgid "Save Changes"
785
  msgstr ""
786
 
787
+ #: ../plugin-fw/lib/yit-plugin-panel.php:283
788
  #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:8
789
  msgid ""
790
  "If you continue with this action, you will reset all options in this page."
791
  msgstr ""
792
 
793
+ #: ../plugin-fw/lib/yit-plugin-panel.php:285
794
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:147
795
  #, fuzzy
796
  msgid "Reset to Default"
797
  msgstr "Redireccionar al carrito"
798
 
799
+ #: ../plugin-fw/lib/yit-plugin-panel.php:285
800
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:147
801
  #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
802
  msgid "Are you sure?"
803
  msgstr ""
804
 
805
+ #: ../plugin-fw/lib/yit-plugin-panel.php:419
806
  msgid ""
807
  "The element you have entered already exists. Please, enter another name."
808
  msgstr ""
809
 
810
+ #: ../plugin-fw/lib/yit-plugin-panel.php:420
811
  #, fuzzy
812
  msgid "Settings saved"
813
  msgstr "Configuraciones"
814
 
815
+ #: ../plugin-fw/lib/yit-plugin-panel.php:421
816
  #, fuzzy
817
  msgid "Settings reset"
818
  msgstr "Configuraciones"
819
 
820
+ #: ../plugin-fw/lib/yit-plugin-panel.php:422
821
  msgid "Element deleted correctly."
822
  msgstr ""
823
 
824
+ #: ../plugin-fw/lib/yit-plugin-panel.php:423
825
+ #: ../plugin-fw/lib/yit-plugin-panel.php:424
826
  msgid "Element updated correctly."
827
  msgstr ""
828
 
829
+ #: ../plugin-fw/lib/yit-plugin-panel.php:425
830
  msgid "Database imported correctly."
831
  msgstr ""
832
 
833
+ #: ../plugin-fw/lib/yit-plugin-panel.php:426
834
  msgid "An error has occurred during import. Please try again."
835
  msgstr ""
836
 
837
+ #: ../plugin-fw/lib/yit-plugin-panel.php:427
838
  msgid "The added file is not valid."
839
  msgstr ""
840
 
841
+ #: ../plugin-fw/lib/yit-plugin-panel.php:428
842
  msgid "Sorry, import is disabled."
843
  msgstr ""
844
 
845
+ #: ../plugin-fw/lib/yit-plugin-panel.php:429
846
  msgid "Sorting successful."
847
  msgstr ""
848
 
languages/yit-es_MX.mo CHANGED
Binary file
languages/yit-es_MX.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WCWL\n"
4
- "POT-Creation-Date: 2015-03-18 10:24+0100\n"
5
- "PO-Revision-Date: 2015-03-18 10:24+0100\n"
6
  "Last-Translator: Gabriel Azarias Dzul Cocom <gabrieldzul@gmail.com>\n"
7
  "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
8
  "Language: en\n"
@@ -489,7 +489,7 @@ msgid ""
489
  "\">discover the PREMIUM version.</a>"
490
  msgstr ""
491
 
492
- #: ../includes/class.yith-wcwl-init.php:347
493
  msgid ""
494
  "We are sorry, but this feature is available only if cookies are enabled on "
495
  "your browser."
@@ -543,15 +543,15 @@ msgstr "Ocurrió un erro mientras se eliminaba el producto a la Lista"
543
  msgid "You need to log in before creating a new wishlist"
544
  msgstr ""
545
 
546
- #: ../includes/class.yith-wcwl.php:1301
547
  msgid "Product successfully removed."
548
  msgstr "Producto exitosamente eliminado"
549
 
550
- #: ../includes/class.yith-wcwl.php:1305
551
  msgid "Error. Unable to remove the product from the wishlist."
552
  msgstr "Error. No fue posible eliminar el producto de la Lista."
553
 
554
- #: ../includes/class.yith-wcwl.php:1309 ../templates/wishlist-view.php:181
555
  msgid "No products were added to the wishlist"
556
  msgstr "Aun no has agregado nada."
557
 
@@ -757,7 +757,7 @@ msgstr ""
757
  msgid "Add with multiupload"
758
  msgstr ""
759
 
760
- #: ../plugin-fw/lib/yit-plugin-panel-wc.php:315
761
  msgid "The changes you have made will be lost if you leave this page."
762
  msgstr ""
763
 
@@ -766,76 +766,76 @@ msgstr ""
766
  msgid "Plugin Settings"
767
  msgstr "Ajustes"
768
 
769
- #: ../plugin-fw/lib/yit-plugin-panel.php:94
770
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:101
771
  msgid "YIT Plugins"
772
  msgstr ""
773
 
774
- #: ../plugin-fw/lib/yit-plugin-panel.php:273
775
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:142
776
  #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:5
777
  msgid "Save Changes"
778
  msgstr ""
779
 
780
- #: ../plugin-fw/lib/yit-plugin-panel.php:276
781
  #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:8
782
  msgid ""
783
  "If you continue with this action, you will reset all options in this page."
784
  msgstr ""
785
 
786
- #: ../plugin-fw/lib/yit-plugin-panel.php:278
787
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:147
788
  #, fuzzy
789
  msgid "Reset to Default"
790
  msgstr "Redirreccionar al Carrito"
791
 
792
- #: ../plugin-fw/lib/yit-plugin-panel.php:278
793
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:147
794
  #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
795
  msgid "Are you sure?"
796
  msgstr ""
797
 
798
- #: ../plugin-fw/lib/yit-plugin-panel.php:412
799
  msgid ""
800
  "The element you have entered already exists. Please, enter another name."
801
  msgstr ""
802
 
803
- #: ../plugin-fw/lib/yit-plugin-panel.php:413
804
  #, fuzzy
805
  msgid "Settings saved"
806
  msgstr "Ajustes"
807
 
808
- #: ../plugin-fw/lib/yit-plugin-panel.php:414
809
  #, fuzzy
810
  msgid "Settings reset"
811
  msgstr "Ajustes"
812
 
813
- #: ../plugin-fw/lib/yit-plugin-panel.php:415
814
  msgid "Element deleted correctly."
815
  msgstr ""
816
 
817
- #: ../plugin-fw/lib/yit-plugin-panel.php:416
818
- #: ../plugin-fw/lib/yit-plugin-panel.php:417
819
  msgid "Element updated correctly."
820
  msgstr ""
821
 
822
- #: ../plugin-fw/lib/yit-plugin-panel.php:418
823
  msgid "Database imported correctly."
824
  msgstr ""
825
 
826
- #: ../plugin-fw/lib/yit-plugin-panel.php:419
827
  msgid "An error has occurred during import. Please try again."
828
  msgstr ""
829
 
830
- #: ../plugin-fw/lib/yit-plugin-panel.php:420
831
  msgid "The added file is not valid."
832
  msgstr ""
833
 
834
- #: ../plugin-fw/lib/yit-plugin-panel.php:421
835
  msgid "Sorry, import is disabled."
836
  msgstr ""
837
 
838
- #: ../plugin-fw/lib/yit-plugin-panel.php:422
839
  msgid "Sorting successful."
840
  msgstr ""
841
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WCWL\n"
4
+ "POT-Creation-Date: 2015-04-07 16:53+0100\n"
5
+ "PO-Revision-Date: 2015-04-07 16:53+0100\n"
6
  "Last-Translator: Gabriel Azarias Dzul Cocom <gabrieldzul@gmail.com>\n"
7
  "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
8
  "Language: en\n"
489
  "\">discover the PREMIUM version.</a>"
490
  msgstr ""
491
 
492
+ #: ../includes/class.yith-wcwl-init.php:362
493
  msgid ""
494
  "We are sorry, but this feature is available only if cookies are enabled on "
495
  "your browser."
543
  msgid "You need to log in before creating a new wishlist"
544
  msgstr ""
545
 
546
+ #: ../includes/class.yith-wcwl.php:1307
547
  msgid "Product successfully removed."
548
  msgstr "Producto exitosamente eliminado"
549
 
550
+ #: ../includes/class.yith-wcwl.php:1311
551
  msgid "Error. Unable to remove the product from the wishlist."
552
  msgstr "Error. No fue posible eliminar el producto de la Lista."
553
 
554
+ #: ../includes/class.yith-wcwl.php:1315 ../templates/wishlist-view.php:181
555
  msgid "No products were added to the wishlist"
556
  msgstr "Aun no has agregado nada."
557
 
757
  msgid "Add with multiupload"
758
  msgstr ""
759
 
760
+ #: ../plugin-fw/lib/yit-plugin-panel-wc.php:295
761
  msgid "The changes you have made will be lost if you leave this page."
762
  msgstr ""
763
 
766
  msgid "Plugin Settings"
767
  msgstr "Ajustes"
768
 
769
+ #: ../plugin-fw/lib/yit-plugin-panel.php:91
770
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:101
771
  msgid "YIT Plugins"
772
  msgstr ""
773
 
774
+ #: ../plugin-fw/lib/yit-plugin-panel.php:280
775
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:142
776
  #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:5
777
  msgid "Save Changes"
778
  msgstr ""
779
 
780
+ #: ../plugin-fw/lib/yit-plugin-panel.php:283
781
  #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:8
782
  msgid ""
783
  "If you continue with this action, you will reset all options in this page."
784
  msgstr ""
785
 
786
+ #: ../plugin-fw/lib/yit-plugin-panel.php:285
787
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:147
788
  #, fuzzy
789
  msgid "Reset to Default"
790
  msgstr "Redirreccionar al Carrito"
791
 
792
+ #: ../plugin-fw/lib/yit-plugin-panel.php:285
793
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:147
794
  #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
795
  msgid "Are you sure?"
796
  msgstr ""
797
 
798
+ #: ../plugin-fw/lib/yit-plugin-panel.php:419
799
  msgid ""
800
  "The element you have entered already exists. Please, enter another name."
801
  msgstr ""
802
 
803
+ #: ../plugin-fw/lib/yit-plugin-panel.php:420
804
  #, fuzzy
805
  msgid "Settings saved"
806
  msgstr "Ajustes"
807
 
808
+ #: ../plugin-fw/lib/yit-plugin-panel.php:421
809
  #, fuzzy
810
  msgid "Settings reset"
811
  msgstr "Ajustes"
812
 
813
+ #: ../plugin-fw/lib/yit-plugin-panel.php:422
814
  msgid "Element deleted correctly."
815
  msgstr ""
816
 
817
+ #: ../plugin-fw/lib/yit-plugin-panel.php:423
818
+ #: ../plugin-fw/lib/yit-plugin-panel.php:424
819
  msgid "Element updated correctly."
820
  msgstr ""
821
 
822
+ #: ../plugin-fw/lib/yit-plugin-panel.php:425
823
  msgid "Database imported correctly."
824
  msgstr ""
825
 
826
+ #: ../plugin-fw/lib/yit-plugin-panel.php:426
827
  msgid "An error has occurred during import. Please try again."
828
  msgstr ""
829
 
830
+ #: ../plugin-fw/lib/yit-plugin-panel.php:427
831
  msgid "The added file is not valid."
832
  msgstr ""
833
 
834
+ #: ../plugin-fw/lib/yit-plugin-panel.php:428
835
  msgid "Sorry, import is disabled."
836
  msgstr ""
837
 
838
+ #: ../plugin-fw/lib/yit-plugin-panel.php:429
839
  msgid "Sorting successful."
840
  msgstr ""
841
 
languages/yit-fr_FR.mo CHANGED
Binary file
languages/yit-fr_FR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist v1.0.3\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-03-18 10:24+0100\n"
6
- "PO-Revision-Date: 2015-03-18 10:24+0100\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
@@ -493,7 +493,7 @@ msgid ""
493
  "\">discover the PREMIUM version.</a>"
494
  msgstr ""
495
 
496
- #: includes/class.yith-wcwl-init.php:347
497
  msgid ""
498
  "We are sorry, but this feature is available only if cookies are enabled on "
499
  "your browser."
@@ -548,15 +548,15 @@ msgstr ""
548
  msgid "You need to log in before creating a new wishlist"
549
  msgstr ""
550
 
551
- #: includes/class.yith-wcwl.php:1301
552
  msgid "Product successfully removed."
553
  msgstr "Le produit a bien été supprimé"
554
 
555
- #: includes/class.yith-wcwl.php:1305
556
  msgid "Error. Unable to remove the product from the wishlist."
557
  msgstr "Erreur : impossible de supprimer le produit de la wishlist"
558
 
559
- #: includes/class.yith-wcwl.php:1309 templates/wishlist-view.php:181
560
  msgid "No products were added to the wishlist"
561
  msgstr "Aucun produit dans votre wishlist"
562
 
@@ -767,7 +767,7 @@ msgstr ""
767
  msgid "Add with multiupload"
768
  msgstr ""
769
 
770
- #: plugin-fw/lib/yit-plugin-panel-wc.php:315
771
  msgid "The changes you have made will be lost if you leave this page."
772
  msgstr ""
773
 
@@ -776,76 +776,76 @@ msgstr ""
776
  msgid "Plugin Settings"
777
  msgstr "Paramètres"
778
 
779
- #: plugin-fw/lib/yit-plugin-panel.php:94
780
  #: plugin-fw/lib/yit-plugin-subpanel.php:101
781
  msgid "YIT Plugins"
782
  msgstr ""
783
 
784
- #: plugin-fw/lib/yit-plugin-panel.php:273
785
  #: plugin-fw/lib/yit-plugin-subpanel.php:142
786
  #: plugin-fw/templates/panel/woocommerce/woocommerce-form.php:5
787
  msgid "Save Changes"
788
  msgstr ""
789
 
790
- #: plugin-fw/lib/yit-plugin-panel.php:276
791
  #: plugin-fw/templates/panel/woocommerce/woocommerce-form.php:8
792
  msgid ""
793
  "If you continue with this action, you will reset all options in this page."
794
  msgstr ""
795
 
796
- #: plugin-fw/lib/yit-plugin-panel.php:278
797
  #: plugin-fw/lib/yit-plugin-subpanel.php:147
798
  #, fuzzy
799
  msgid "Reset to Default"
800
  msgstr "Rediriger vers le panier"
801
 
802
- #: plugin-fw/lib/yit-plugin-panel.php:278
803
  #: plugin-fw/lib/yit-plugin-subpanel.php:147
804
  #: plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
805
  msgid "Are you sure?"
806
  msgstr ""
807
 
808
- #: plugin-fw/lib/yit-plugin-panel.php:412
809
  msgid ""
810
  "The element you have entered already exists. Please, enter another name."
811
  msgstr ""
812
 
813
- #: plugin-fw/lib/yit-plugin-panel.php:413
814
  #, fuzzy
815
  msgid "Settings saved"
816
  msgstr "Paramètres"
817
 
818
- #: plugin-fw/lib/yit-plugin-panel.php:414
819
  #, fuzzy
820
  msgid "Settings reset"
821
  msgstr "Paramètres"
822
 
823
- #: plugin-fw/lib/yit-plugin-panel.php:415
824
  msgid "Element deleted correctly."
825
  msgstr ""
826
 
827
- #: plugin-fw/lib/yit-plugin-panel.php:416
828
- #: plugin-fw/lib/yit-plugin-panel.php:417
829
  msgid "Element updated correctly."
830
  msgstr ""
831
 
832
- #: plugin-fw/lib/yit-plugin-panel.php:418
833
  msgid "Database imported correctly."
834
  msgstr ""
835
 
836
- #: plugin-fw/lib/yit-plugin-panel.php:419
837
  msgid "An error has occurred during import. Please try again."
838
  msgstr ""
839
 
840
- #: plugin-fw/lib/yit-plugin-panel.php:420
841
  msgid "The added file is not valid."
842
  msgstr ""
843
 
844
- #: plugin-fw/lib/yit-plugin-panel.php:421
845
  msgid "Sorry, import is disabled."
846
  msgstr ""
847
 
848
- #: plugin-fw/lib/yit-plugin-panel.php:422
849
  msgid "Sorting successful."
850
  msgstr ""
851
 
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist v1.0.3\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-04-07 16:53+0100\n"
6
+ "PO-Revision-Date: 2015-04-07 16:53+0100\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
493
  "\">discover the PREMIUM version.</a>"
494
  msgstr ""
495
 
496
+ #: includes/class.yith-wcwl-init.php:362
497
  msgid ""
498
  "We are sorry, but this feature is available only if cookies are enabled on "
499
  "your browser."
548
  msgid "You need to log in before creating a new wishlist"
549
  msgstr ""
550
 
551
+ #: includes/class.yith-wcwl.php:1307
552
  msgid "Product successfully removed."
553
  msgstr "Le produit a bien été supprimé"
554
 
555
+ #: includes/class.yith-wcwl.php:1311
556
  msgid "Error. Unable to remove the product from the wishlist."
557
  msgstr "Erreur : impossible de supprimer le produit de la wishlist"
558
 
559
+ #: includes/class.yith-wcwl.php:1315 templates/wishlist-view.php:181
560
  msgid "No products were added to the wishlist"
561
  msgstr "Aucun produit dans votre wishlist"
562
 
767
  msgid "Add with multiupload"
768
  msgstr ""
769
 
770
+ #: plugin-fw/lib/yit-plugin-panel-wc.php:295
771
  msgid "The changes you have made will be lost if you leave this page."
772
  msgstr ""
773
 
776
  msgid "Plugin Settings"
777
  msgstr "Paramètres"
778
 
779
+ #: plugin-fw/lib/yit-plugin-panel.php:91
780
  #: plugin-fw/lib/yit-plugin-subpanel.php:101
781
  msgid "YIT Plugins"
782
  msgstr ""
783
 
784
+ #: plugin-fw/lib/yit-plugin-panel.php:280
785
  #: plugin-fw/lib/yit-plugin-subpanel.php:142
786
  #: plugin-fw/templates/panel/woocommerce/woocommerce-form.php:5
787
  msgid "Save Changes"
788
  msgstr ""
789
 
790
+ #: plugin-fw/lib/yit-plugin-panel.php:283
791
  #: plugin-fw/templates/panel/woocommerce/woocommerce-form.php:8
792
  msgid ""
793
  "If you continue with this action, you will reset all options in this page."
794
  msgstr ""
795
 
796
+ #: plugin-fw/lib/yit-plugin-panel.php:285
797
  #: plugin-fw/lib/yit-plugin-subpanel.php:147
798
  #, fuzzy
799
  msgid "Reset to Default"
800
  msgstr "Rediriger vers le panier"
801
 
802
+ #: plugin-fw/lib/yit-plugin-panel.php:285
803
  #: plugin-fw/lib/yit-plugin-subpanel.php:147
804
  #: plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
805
  msgid "Are you sure?"
806
  msgstr ""
807
 
808
+ #: plugin-fw/lib/yit-plugin-panel.php:419
809
  msgid ""
810
  "The element you have entered already exists. Please, enter another name."
811
  msgstr ""
812
 
813
+ #: plugin-fw/lib/yit-plugin-panel.php:420
814
  #, fuzzy
815
  msgid "Settings saved"
816
  msgstr "Paramètres"
817
 
818
+ #: plugin-fw/lib/yit-plugin-panel.php:421
819
  #, fuzzy
820
  msgid "Settings reset"
821
  msgstr "Paramètres"
822
 
823
+ #: plugin-fw/lib/yit-plugin-panel.php:422
824
  msgid "Element deleted correctly."
825
  msgstr ""
826
 
827
+ #: plugin-fw/lib/yit-plugin-panel.php:423
828
+ #: plugin-fw/lib/yit-plugin-panel.php:424
829
  msgid "Element updated correctly."
830
  msgstr ""
831
 
832
+ #: plugin-fw/lib/yit-plugin-panel.php:425
833
  msgid "Database imported correctly."
834
  msgstr ""
835
 
836
+ #: plugin-fw/lib/yit-plugin-panel.php:426
837
  msgid "An error has occurred during import. Please try again."
838
  msgstr ""
839
 
840
+ #: plugin-fw/lib/yit-plugin-panel.php:427
841
  msgid "The added file is not valid."
842
  msgstr ""
843
 
844
+ #: plugin-fw/lib/yit-plugin-panel.php:428
845
  msgid "Sorry, import is disabled."
846
  msgstr ""
847
 
848
+ #: plugin-fw/lib/yit-plugin-panel.php:429
849
  msgid "Sorting successful."
850
  msgstr ""
851
 
languages/yit-he_IL.mo CHANGED
Binary file
languages/yit-he_IL.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WCWL\n"
4
- "POT-Creation-Date: 2015-03-18 10:24+0100\n"
5
- "PO-Revision-Date: 2015-03-18 10:24+0100\n"
6
  "Last-Translator: Nicola Mustone <mail@nicolamustone.it>\n"
7
  "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
8
  "Language: English\n"
@@ -483,7 +483,7 @@ msgid ""
483
  "\">discover the PREMIUM version.</a>"
484
  msgstr ""
485
 
486
- #: ../includes/class.yith-wcwl-init.php:347
487
  msgid ""
488
  "We are sorry, but this feature is available only if cookies are enabled on "
489
  "your browser."
@@ -537,15 +537,15 @@ msgstr "ארעה שגיאה בזמן הסרת המוצר מהרשימה"
537
  msgid "You need to log in before creating a new wishlist"
538
  msgstr ""
539
 
540
- #: ../includes/class.yith-wcwl.php:1301
541
  msgid "Product successfully removed."
542
  msgstr "המוצר הוסר מהרשימה בהצלחה."
543
 
544
- #: ../includes/class.yith-wcwl.php:1305
545
  msgid "Error. Unable to remove the product from the wishlist."
546
  msgstr "שגיאה. לא הצלחנו להסיר את המוצר מרשימת המשאלות."
547
 
548
- #: ../includes/class.yith-wcwl.php:1309 ../templates/wishlist-view.php:181
549
  msgid "No products were added to the wishlist"
550
  msgstr "אין מוצרים ברשימת המשאלות שלך."
551
 
@@ -751,7 +751,7 @@ msgstr ""
751
  msgid "Add with multiupload"
752
  msgstr ""
753
 
754
- #: ../plugin-fw/lib/yit-plugin-panel-wc.php:315
755
  msgid "The changes you have made will be lost if you leave this page."
756
  msgstr ""
757
 
@@ -760,76 +760,76 @@ msgstr ""
760
  msgid "Plugin Settings"
761
  msgstr "הגדרות"
762
 
763
- #: ../plugin-fw/lib/yit-plugin-panel.php:94
764
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:101
765
  msgid "YIT Plugins"
766
  msgstr ""
767
 
768
- #: ../plugin-fw/lib/yit-plugin-panel.php:273
769
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:142
770
  #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:5
771
  msgid "Save Changes"
772
  msgstr ""
773
 
774
- #: ../plugin-fw/lib/yit-plugin-panel.php:276
775
  #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:8
776
  msgid ""
777
  "If you continue with this action, you will reset all options in this page."
778
  msgstr ""
779
 
780
- #: ../plugin-fw/lib/yit-plugin-panel.php:278
781
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:147
782
  #, fuzzy
783
  msgid "Reset to Default"
784
  msgstr "הפנייה לסל הקניות"
785
 
786
- #: ../plugin-fw/lib/yit-plugin-panel.php:278
787
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:147
788
  #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
789
  msgid "Are you sure?"
790
  msgstr ""
791
 
792
- #: ../plugin-fw/lib/yit-plugin-panel.php:412
793
  msgid ""
794
  "The element you have entered already exists. Please, enter another name."
795
  msgstr ""
796
 
797
- #: ../plugin-fw/lib/yit-plugin-panel.php:413
798
  #, fuzzy
799
  msgid "Settings saved"
800
  msgstr "הגדרות"
801
 
802
- #: ../plugin-fw/lib/yit-plugin-panel.php:414
803
  #, fuzzy
804
  msgid "Settings reset"
805
  msgstr "הגדרות"
806
 
807
- #: ../plugin-fw/lib/yit-plugin-panel.php:415
808
  msgid "Element deleted correctly."
809
  msgstr ""
810
 
811
- #: ../plugin-fw/lib/yit-plugin-panel.php:416
812
- #: ../plugin-fw/lib/yit-plugin-panel.php:417
813
  msgid "Element updated correctly."
814
  msgstr ""
815
 
816
- #: ../plugin-fw/lib/yit-plugin-panel.php:418
817
  msgid "Database imported correctly."
818
  msgstr ""
819
 
820
- #: ../plugin-fw/lib/yit-plugin-panel.php:419
821
  msgid "An error has occurred during import. Please try again."
822
  msgstr ""
823
 
824
- #: ../plugin-fw/lib/yit-plugin-panel.php:420
825
  msgid "The added file is not valid."
826
  msgstr ""
827
 
828
- #: ../plugin-fw/lib/yit-plugin-panel.php:421
829
  msgid "Sorry, import is disabled."
830
  msgstr ""
831
 
832
- #: ../plugin-fw/lib/yit-plugin-panel.php:422
833
  msgid "Sorting successful."
834
  msgstr ""
835
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WCWL\n"
4
+ "POT-Creation-Date: 2015-04-07 16:53+0100\n"
5
+ "PO-Revision-Date: 2015-04-07 16:53+0100\n"
6
  "Last-Translator: Nicola Mustone <mail@nicolamustone.it>\n"
7
  "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
8
  "Language: English\n"
483
  "\">discover the PREMIUM version.</a>"
484
  msgstr ""
485
 
486
+ #: ../includes/class.yith-wcwl-init.php:362
487
  msgid ""
488
  "We are sorry, but this feature is available only if cookies are enabled on "
489
  "your browser."
537
  msgid "You need to log in before creating a new wishlist"
538
  msgstr ""
539
 
540
+ #: ../includes/class.yith-wcwl.php:1307
541
  msgid "Product successfully removed."
542
  msgstr "המוצר הוסר מהרשימה בהצלחה."
543
 
544
+ #: ../includes/class.yith-wcwl.php:1311
545
  msgid "Error. Unable to remove the product from the wishlist."
546
  msgstr "שגיאה. לא הצלחנו להסיר את המוצר מרשימת המשאלות."
547
 
548
+ #: ../includes/class.yith-wcwl.php:1315 ../templates/wishlist-view.php:181
549
  msgid "No products were added to the wishlist"
550
  msgstr "אין מוצרים ברשימת המשאלות שלך."
551
 
751
  msgid "Add with multiupload"
752
  msgstr ""
753
 
754
+ #: ../plugin-fw/lib/yit-plugin-panel-wc.php:295
755
  msgid "The changes you have made will be lost if you leave this page."
756
  msgstr ""
757
 
760
  msgid "Plugin Settings"
761
  msgstr "הגדרות"
762
 
763
+ #: ../plugin-fw/lib/yit-plugin-panel.php:91
764
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:101
765
  msgid "YIT Plugins"
766
  msgstr ""
767
 
768
+ #: ../plugin-fw/lib/yit-plugin-panel.php:280
769
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:142
770
  #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:5
771
  msgid "Save Changes"
772
  msgstr ""
773
 
774
+ #: ../plugin-fw/lib/yit-plugin-panel.php:283
775
  #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:8
776
  msgid ""
777
  "If you continue with this action, you will reset all options in this page."
778
  msgstr ""
779
 
780
+ #: ../plugin-fw/lib/yit-plugin-panel.php:285
781
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:147
782
  #, fuzzy
783
  msgid "Reset to Default"
784
  msgstr "הפנייה לסל הקניות"
785
 
786
+ #: ../plugin-fw/lib/yit-plugin-panel.php:285
787
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:147
788
  #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
789
  msgid "Are you sure?"
790
  msgstr ""
791
 
792
+ #: ../plugin-fw/lib/yit-plugin-panel.php:419
793
  msgid ""
794
  "The element you have entered already exists. Please, enter another name."
795
  msgstr ""
796
 
797
+ #: ../plugin-fw/lib/yit-plugin-panel.php:420
798
  #, fuzzy
799
  msgid "Settings saved"
800
  msgstr "הגדרות"
801
 
802
+ #: ../plugin-fw/lib/yit-plugin-panel.php:421
803
  #, fuzzy
804
  msgid "Settings reset"
805
  msgstr "הגדרות"
806
 
807
+ #: ../plugin-fw/lib/yit-plugin-panel.php:422
808
  msgid "Element deleted correctly."
809
  msgstr ""
810
 
811
+ #: ../plugin-fw/lib/yit-plugin-panel.php:423
812
+ #: ../plugin-fw/lib/yit-plugin-panel.php:424
813
  msgid "Element updated correctly."
814
  msgstr ""
815
 
816
+ #: ../plugin-fw/lib/yit-plugin-panel.php:425
817
  msgid "Database imported correctly."
818
  msgstr ""
819
 
820
+ #: ../plugin-fw/lib/yit-plugin-panel.php:426
821
  msgid "An error has occurred during import. Please try again."
822
  msgstr ""
823
 
824
+ #: ../plugin-fw/lib/yit-plugin-panel.php:427
825
  msgid "The added file is not valid."
826
  msgstr ""
827
 
828
+ #: ../plugin-fw/lib/yit-plugin-panel.php:428
829
  msgid "Sorry, import is disabled."
830
  msgstr ""
831
 
832
+ #: ../plugin-fw/lib/yit-plugin-panel.php:429
833
  msgid "Sorting successful."
834
  msgstr ""
835
 
languages/yit-it_IT.mo CHANGED
Binary file
languages/yit-it_IT.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist v1.0.0\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-03-18 10:24+0100\n"
6
- "PO-Revision-Date: 2015-03-18 10:24+0100\n"
7
  "Last-Translator: Nicola Mustone <mail@nicolamustone.it>\n"
8
  "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
9
  "MIME-Version: 1.0\n"
@@ -560,7 +560,7 @@ msgid ""
560
  "\">discover the PREMIUM version.</a>"
561
  msgstr ""
562
 
563
- #: ../includes/class.yith-wcwl-init.php:347
564
  msgid ""
565
  "We are sorry, but this feature is available only if cookies are enabled on "
566
  "your browser."
@@ -624,17 +624,17 @@ msgid "You need to log in before creating a new wishlist"
624
  msgstr ""
625
 
626
  # @ yit
627
- #: ../includes/class.yith-wcwl.php:1301
628
  msgid "Product successfully removed."
629
  msgstr "Prodotto rimosso con successo."
630
 
631
  # @ yit
632
- #: ../includes/class.yith-wcwl.php:1305
633
  msgid "Error. Unable to remove the product from the wishlist."
634
  msgstr "Errore. Impossibile rimuovere il prodotto dalla lista dei desideri."
635
 
636
  # @ yit
637
- #: ../includes/class.yith-wcwl.php:1309 ../templates/wishlist-view.php:181
638
  msgid "No products were added to the wishlist"
639
  msgstr "Nessun prodotto nella lista dei desideri"
640
 
@@ -847,7 +847,7 @@ msgstr ""
847
  msgid "Add with multiupload"
848
  msgstr ""
849
 
850
- #: ../plugin-fw/lib/yit-plugin-panel-wc.php:315
851
  msgid "The changes you have made will be lost if you leave this page."
852
  msgstr ""
853
 
@@ -857,79 +857,79 @@ msgstr ""
857
  msgid "Plugin Settings"
858
  msgstr "Impostazioni"
859
 
860
- #: ../plugin-fw/lib/yit-plugin-panel.php:94
861
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:101
862
  msgid "YIT Plugins"
863
  msgstr ""
864
 
865
- #: ../plugin-fw/lib/yit-plugin-panel.php:273
866
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:142
867
  #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:5
868
  msgid "Save Changes"
869
  msgstr ""
870
 
871
- #: ../plugin-fw/lib/yit-plugin-panel.php:276
872
  #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:8
873
  msgid ""
874
  "If you continue with this action, you will reset all options in this page."
875
  msgstr ""
876
 
877
  # @ yit
878
- #: ../plugin-fw/lib/yit-plugin-panel.php:278
879
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:147
880
  #, fuzzy
881
  msgid "Reset to Default"
882
  msgstr "Reindirizza al carrello"
883
 
884
- #: ../plugin-fw/lib/yit-plugin-panel.php:278
885
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:147
886
  #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
887
  msgid "Are you sure?"
888
  msgstr ""
889
 
890
- #: ../plugin-fw/lib/yit-plugin-panel.php:412
891
  msgid ""
892
  "The element you have entered already exists. Please, enter another name."
893
  msgstr ""
894
 
895
  # @ yit
896
- #: ../plugin-fw/lib/yit-plugin-panel.php:413
897
  #, fuzzy
898
  msgid "Settings saved"
899
  msgstr "Impostazioni"
900
 
901
  # @ yit
902
- #: ../plugin-fw/lib/yit-plugin-panel.php:414
903
  #, fuzzy
904
  msgid "Settings reset"
905
  msgstr "Impostazioni"
906
 
907
- #: ../plugin-fw/lib/yit-plugin-panel.php:415
908
  msgid "Element deleted correctly."
909
  msgstr ""
910
 
911
- #: ../plugin-fw/lib/yit-plugin-panel.php:416
912
- #: ../plugin-fw/lib/yit-plugin-panel.php:417
913
  msgid "Element updated correctly."
914
  msgstr ""
915
 
916
- #: ../plugin-fw/lib/yit-plugin-panel.php:418
917
  msgid "Database imported correctly."
918
  msgstr ""
919
 
920
- #: ../plugin-fw/lib/yit-plugin-panel.php:419
921
  msgid "An error has occurred during import. Please try again."
922
  msgstr ""
923
 
924
- #: ../plugin-fw/lib/yit-plugin-panel.php:420
925
  msgid "The added file is not valid."
926
  msgstr ""
927
 
928
- #: ../plugin-fw/lib/yit-plugin-panel.php:421
929
  msgid "Sorry, import is disabled."
930
  msgstr ""
931
 
932
- #: ../plugin-fw/lib/yit-plugin-panel.php:422
933
  msgid "Sorting successful."
934
  msgstr ""
935
 
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist v1.0.0\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-04-07 16:53+0100\n"
6
+ "PO-Revision-Date: 2015-04-07 16:53+0100\n"
7
  "Last-Translator: Nicola Mustone <mail@nicolamustone.it>\n"
8
  "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
9
  "MIME-Version: 1.0\n"
560
  "\">discover the PREMIUM version.</a>"
561
  msgstr ""
562
 
563
+ #: ../includes/class.yith-wcwl-init.php:362
564
  msgid ""
565
  "We are sorry, but this feature is available only if cookies are enabled on "
566
  "your browser."
624
  msgstr ""
625
 
626
  # @ yit
627
+ #: ../includes/class.yith-wcwl.php:1307
628
  msgid "Product successfully removed."
629
  msgstr "Prodotto rimosso con successo."
630
 
631
  # @ yit
632
+ #: ../includes/class.yith-wcwl.php:1311
633
  msgid "Error. Unable to remove the product from the wishlist."
634
  msgstr "Errore. Impossibile rimuovere il prodotto dalla lista dei desideri."
635
 
636
  # @ yit
637
+ #: ../includes/class.yith-wcwl.php:1315 ../templates/wishlist-view.php:181
638
  msgid "No products were added to the wishlist"
639
  msgstr "Nessun prodotto nella lista dei desideri"
640
 
847
  msgid "Add with multiupload"
848
  msgstr ""
849
 
850
+ #: ../plugin-fw/lib/yit-plugin-panel-wc.php:295
851
  msgid "The changes you have made will be lost if you leave this page."
852
  msgstr ""
853
 
857
  msgid "Plugin Settings"
858
  msgstr "Impostazioni"
859
 
860
+ #: ../plugin-fw/lib/yit-plugin-panel.php:91
861
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:101
862
  msgid "YIT Plugins"
863
  msgstr ""
864
 
865
+ #: ../plugin-fw/lib/yit-plugin-panel.php:280
866
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:142
867
  #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:5
868
  msgid "Save Changes"
869
  msgstr ""
870
 
871
+ #: ../plugin-fw/lib/yit-plugin-panel.php:283
872
  #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:8
873
  msgid ""
874
  "If you continue with this action, you will reset all options in this page."
875
  msgstr ""
876
 
877
  # @ yit
878
+ #: ../plugin-fw/lib/yit-plugin-panel.php:285
879
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:147
880
  #, fuzzy
881
  msgid "Reset to Default"
882
  msgstr "Reindirizza al carrello"
883
 
884
+ #: ../plugin-fw/lib/yit-plugin-panel.php:285
885
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:147
886
  #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
887
  msgid "Are you sure?"
888
  msgstr ""
889
 
890
+ #: ../plugin-fw/lib/yit-plugin-panel.php:419
891
  msgid ""
892
  "The element you have entered already exists. Please, enter another name."
893
  msgstr ""
894
 
895
  # @ yit
896
+ #: ../plugin-fw/lib/yit-plugin-panel.php:420
897
  #, fuzzy
898
  msgid "Settings saved"
899
  msgstr "Impostazioni"
900
 
901
  # @ yit
902
+ #: ../plugin-fw/lib/yit-plugin-panel.php:421
903
  #, fuzzy
904
  msgid "Settings reset"
905
  msgstr "Impostazioni"
906
 
907
+ #: ../plugin-fw/lib/yit-plugin-panel.php:422
908
  msgid "Element deleted correctly."
909
  msgstr ""
910
 
911
+ #: ../plugin-fw/lib/yit-plugin-panel.php:423
912
+ #: ../plugin-fw/lib/yit-plugin-panel.php:424
913
  msgid "Element updated correctly."
914
  msgstr ""
915
 
916
+ #: ../plugin-fw/lib/yit-plugin-panel.php:425
917
  msgid "Database imported correctly."
918
  msgstr ""
919
 
920
+ #: ../plugin-fw/lib/yit-plugin-panel.php:426
921
  msgid "An error has occurred during import. Please try again."
922
  msgstr ""
923
 
924
+ #: ../plugin-fw/lib/yit-plugin-panel.php:427
925
  msgid "The added file is not valid."
926
  msgstr ""
927
 
928
+ #: ../plugin-fw/lib/yit-plugin-panel.php:428
929
  msgid "Sorry, import is disabled."
930
  msgstr ""
931
 
932
+ #: ../plugin-fw/lib/yit-plugin-panel.php:429
933
  msgid "Sorting successful."
934
  msgstr ""
935
 
languages/yit-pt_BR.mo CHANGED
Binary file
languages/yit-pt_BR.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WCWL\n"
4
- "POT-Creation-Date: 2015-03-18 10:24+0100\n"
5
- "PO-Revision-Date: 2015-03-18 10:24+0100\n"
6
  "Last-Translator: YIThemes <support@yithemes.com>\n"
7
  "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
8
  "Language: English\n"
@@ -490,7 +490,7 @@ msgid ""
490
  "\">discover the PREMIUM version.</a>"
491
  msgstr ""
492
 
493
- #: ../includes/class.yith-wcwl-init.php:347
494
  msgid ""
495
  "We are sorry, but this feature is available only if cookies are enabled on "
496
  "your browser."
@@ -544,15 +544,15 @@ msgstr "Oops! Ocorreu um erro ao remover o produto à lista de desejos."
544
  msgid "You need to log in before creating a new wishlist"
545
  msgstr ""
546
 
547
- #: ../includes/class.yith-wcwl.php:1301
548
  msgid "Product successfully removed."
549
  msgstr "Produto removida com sucesso."
550
 
551
- #: ../includes/class.yith-wcwl.php:1305
552
  msgid "Error. Unable to remove the product from the wishlist."
553
  msgstr "Erro. Não foi possível remover o produto da lista de desejos."
554
 
555
- #: ../includes/class.yith-wcwl.php:1309 ../templates/wishlist-view.php:181
556
  msgid "No products were added to the wishlist"
557
  msgstr "Nenhum produto foi adicionado à lista de desejos"
558
 
@@ -758,7 +758,7 @@ msgstr ""
758
  msgid "Add with multiupload"
759
  msgstr ""
760
 
761
- #: ../plugin-fw/lib/yit-plugin-panel-wc.php:315
762
  msgid "The changes you have made will be lost if you leave this page."
763
  msgstr ""
764
 
@@ -767,76 +767,76 @@ msgstr ""
767
  msgid "Plugin Settings"
768
  msgstr "Configurações"
769
 
770
- #: ../plugin-fw/lib/yit-plugin-panel.php:94
771
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:101
772
  msgid "YIT Plugins"
773
  msgstr ""
774
 
775
- #: ../plugin-fw/lib/yit-plugin-panel.php:273
776
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:142
777
  #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:5
778
  msgid "Save Changes"
779
  msgstr ""
780
 
781
- #: ../plugin-fw/lib/yit-plugin-panel.php:276
782
  #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:8
783
  msgid ""
784
  "If you continue with this action, you will reset all options in this page."
785
  msgstr ""
786
 
787
- #: ../plugin-fw/lib/yit-plugin-panel.php:278
788
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:147
789
  #, fuzzy
790
  msgid "Reset to Default"
791
  msgstr "Redirecionar para o carrinho"
792
 
793
- #: ../plugin-fw/lib/yit-plugin-panel.php:278
794
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:147
795
  #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
796
  msgid "Are you sure?"
797
  msgstr ""
798
 
799
- #: ../plugin-fw/lib/yit-plugin-panel.php:412
800
  msgid ""
801
  "The element you have entered already exists. Please, enter another name."
802
  msgstr ""
803
 
804
- #: ../plugin-fw/lib/yit-plugin-panel.php:413
805
  #, fuzzy
806
  msgid "Settings saved"
807
  msgstr "Configurações"
808
 
809
- #: ../plugin-fw/lib/yit-plugin-panel.php:414
810
  #, fuzzy
811
  msgid "Settings reset"
812
  msgstr "Configurações"
813
 
814
- #: ../plugin-fw/lib/yit-plugin-panel.php:415
815
  msgid "Element deleted correctly."
816
  msgstr ""
817
 
818
- #: ../plugin-fw/lib/yit-plugin-panel.php:416
819
- #: ../plugin-fw/lib/yit-plugin-panel.php:417
820
  msgid "Element updated correctly."
821
  msgstr ""
822
 
823
- #: ../plugin-fw/lib/yit-plugin-panel.php:418
824
  msgid "Database imported correctly."
825
  msgstr ""
826
 
827
- #: ../plugin-fw/lib/yit-plugin-panel.php:419
828
  msgid "An error has occurred during import. Please try again."
829
  msgstr ""
830
 
831
- #: ../plugin-fw/lib/yit-plugin-panel.php:420
832
  msgid "The added file is not valid."
833
  msgstr ""
834
 
835
- #: ../plugin-fw/lib/yit-plugin-panel.php:421
836
  msgid "Sorry, import is disabled."
837
  msgstr ""
838
 
839
- #: ../plugin-fw/lib/yit-plugin-panel.php:422
840
  msgid "Sorting successful."
841
  msgstr ""
842
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WCWL\n"
4
+ "POT-Creation-Date: 2015-04-07 16:53+0100\n"
5
+ "PO-Revision-Date: 2015-04-07 16:54+0100\n"
6
  "Last-Translator: YIThemes <support@yithemes.com>\n"
7
  "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
8
  "Language: English\n"
490
  "\">discover the PREMIUM version.</a>"
491
  msgstr ""
492
 
493
+ #: ../includes/class.yith-wcwl-init.php:362
494
  msgid ""
495
  "We are sorry, but this feature is available only if cookies are enabled on "
496
  "your browser."
544
  msgid "You need to log in before creating a new wishlist"
545
  msgstr ""
546
 
547
+ #: ../includes/class.yith-wcwl.php:1307
548
  msgid "Product successfully removed."
549
  msgstr "Produto removida com sucesso."
550
 
551
+ #: ../includes/class.yith-wcwl.php:1311
552
  msgid "Error. Unable to remove the product from the wishlist."
553
  msgstr "Erro. Não foi possível remover o produto da lista de desejos."
554
 
555
+ #: ../includes/class.yith-wcwl.php:1315 ../templates/wishlist-view.php:181
556
  msgid "No products were added to the wishlist"
557
  msgstr "Nenhum produto foi adicionado à lista de desejos"
558
 
758
  msgid "Add with multiupload"
759
  msgstr ""
760
 
761
+ #: ../plugin-fw/lib/yit-plugin-panel-wc.php:295
762
  msgid "The changes you have made will be lost if you leave this page."
763
  msgstr ""
764
 
767
  msgid "Plugin Settings"
768
  msgstr "Configurações"
769
 
770
+ #: ../plugin-fw/lib/yit-plugin-panel.php:91
771
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:101
772
  msgid "YIT Plugins"
773
  msgstr ""
774
 
775
+ #: ../plugin-fw/lib/yit-plugin-panel.php:280
776
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:142
777
  #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:5
778
  msgid "Save Changes"
779
  msgstr ""
780
 
781
+ #: ../plugin-fw/lib/yit-plugin-panel.php:283
782
  #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:8
783
  msgid ""
784
  "If you continue with this action, you will reset all options in this page."
785
  msgstr ""
786
 
787
+ #: ../plugin-fw/lib/yit-plugin-panel.php:285
788
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:147
789
  #, fuzzy
790
  msgid "Reset to Default"
791
  msgstr "Redirecionar para o carrinho"
792
 
793
+ #: ../plugin-fw/lib/yit-plugin-panel.php:285
794
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:147
795
  #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
796
  msgid "Are you sure?"
797
  msgstr ""
798
 
799
+ #: ../plugin-fw/lib/yit-plugin-panel.php:419
800
  msgid ""
801
  "The element you have entered already exists. Please, enter another name."
802
  msgstr ""
803
 
804
+ #: ../plugin-fw/lib/yit-plugin-panel.php:420
805
  #, fuzzy
806
  msgid "Settings saved"
807
  msgstr "Configurações"
808
 
809
+ #: ../plugin-fw/lib/yit-plugin-panel.php:421
810
  #, fuzzy
811
  msgid "Settings reset"
812
  msgstr "Configurações"
813
 
814
+ #: ../plugin-fw/lib/yit-plugin-panel.php:422
815
  msgid "Element deleted correctly."
816
  msgstr ""
817
 
818
+ #: ../plugin-fw/lib/yit-plugin-panel.php:423
819
+ #: ../plugin-fw/lib/yit-plugin-panel.php:424
820
  msgid "Element updated correctly."
821
  msgstr ""
822
 
823
+ #: ../plugin-fw/lib/yit-plugin-panel.php:425
824
  msgid "Database imported correctly."
825
  msgstr ""
826
 
827
+ #: ../plugin-fw/lib/yit-plugin-panel.php:426
828
  msgid "An error has occurred during import. Please try again."
829
  msgstr ""
830
 
831
+ #: ../plugin-fw/lib/yit-plugin-panel.php:427
832
  msgid "The added file is not valid."
833
  msgstr ""
834
 
835
+ #: ../plugin-fw/lib/yit-plugin-panel.php:428
836
  msgid "Sorry, import is disabled."
837
  msgstr ""
838
 
839
+ #: ../plugin-fw/lib/yit-plugin-panel.php:429
840
  msgid "Sorting successful."
841
  msgstr ""
842
 
languages/yit-tr_TR.mo CHANGED
Binary file
languages/yit-tr_TR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist v1.0.3\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-03-18 10:24+0100\n"
6
- "PO-Revision-Date: 2015-03-18 10:24+0100\n"
7
  "Last-Translator: Caner Öncel <caneroncel@gmail.com>\n"
8
  "Language-Team: Caner Öncel (@egonomik) <caneroncel@gmail.com>\n"
9
  "Language: tr_TR\n"
@@ -487,7 +487,7 @@ msgid ""
487
  "\">discover the PREMIUM version.</a>"
488
  msgstr ""
489
 
490
- #: includes/class.yith-wcwl-init.php:347
491
  msgid ""
492
  "We are sorry, but this feature is available only if cookies are enabled on "
493
  "your browser."
@@ -541,15 +541,15 @@ msgstr "Ürün istek listenizden kaldırılırken bir hata meydana geldi."
541
  msgid "You need to log in before creating a new wishlist"
542
  msgstr ""
543
 
544
- #: includes/class.yith-wcwl.php:1301
545
  msgid "Product successfully removed."
546
  msgstr "Ürün başarıyla kaldırıldı."
547
 
548
- #: includes/class.yith-wcwl.php:1305
549
  msgid "Error. Unable to remove the product from the wishlist."
550
  msgstr "Hata. Ürün istek listenizden kaldırılamadı. "
551
 
552
- #: includes/class.yith-wcwl.php:1309 templates/wishlist-view.php:181
553
  msgid "No products were added to the wishlist"
554
  msgstr "İstek listesinde herhangi bir ürün bulunmuyor"
555
 
@@ -760,7 +760,7 @@ msgstr ""
760
  msgid "Add with multiupload"
761
  msgstr ""
762
 
763
- #: plugin-fw/lib/yit-plugin-panel-wc.php:315
764
  msgid "The changes you have made will be lost if you leave this page."
765
  msgstr ""
766
 
@@ -769,76 +769,76 @@ msgstr ""
769
  msgid "Plugin Settings"
770
  msgstr "Ayarlar"
771
 
772
- #: plugin-fw/lib/yit-plugin-panel.php:94
773
  #: plugin-fw/lib/yit-plugin-subpanel.php:101
774
  msgid "YIT Plugins"
775
  msgstr ""
776
 
777
- #: plugin-fw/lib/yit-plugin-panel.php:273
778
  #: plugin-fw/lib/yit-plugin-subpanel.php:142
779
  #: plugin-fw/templates/panel/woocommerce/woocommerce-form.php:5
780
  msgid "Save Changes"
781
  msgstr ""
782
 
783
- #: plugin-fw/lib/yit-plugin-panel.php:276
784
  #: plugin-fw/templates/panel/woocommerce/woocommerce-form.php:8
785
  msgid ""
786
  "If you continue with this action, you will reset all options in this page."
787
  msgstr ""
788
 
789
- #: plugin-fw/lib/yit-plugin-panel.php:278
790
  #: plugin-fw/lib/yit-plugin-subpanel.php:147
791
  #, fuzzy
792
  msgid "Reset to Default"
793
  msgstr "Sepete yönlendir"
794
 
795
- #: plugin-fw/lib/yit-plugin-panel.php:278
796
  #: plugin-fw/lib/yit-plugin-subpanel.php:147
797
  #: plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
798
  msgid "Are you sure?"
799
  msgstr ""
800
 
801
- #: plugin-fw/lib/yit-plugin-panel.php:412
802
  msgid ""
803
  "The element you have entered already exists. Please, enter another name."
804
  msgstr ""
805
 
806
- #: plugin-fw/lib/yit-plugin-panel.php:413
807
  #, fuzzy
808
  msgid "Settings saved"
809
  msgstr "Ayarlar"
810
 
811
- #: plugin-fw/lib/yit-plugin-panel.php:414
812
  #, fuzzy
813
  msgid "Settings reset"
814
  msgstr "Ayarlar"
815
 
816
- #: plugin-fw/lib/yit-plugin-panel.php:415
817
  msgid "Element deleted correctly."
818
  msgstr ""
819
 
820
- #: plugin-fw/lib/yit-plugin-panel.php:416
821
- #: plugin-fw/lib/yit-plugin-panel.php:417
822
  msgid "Element updated correctly."
823
  msgstr ""
824
 
825
- #: plugin-fw/lib/yit-plugin-panel.php:418
826
  msgid "Database imported correctly."
827
  msgstr ""
828
 
829
- #: plugin-fw/lib/yit-plugin-panel.php:419
830
  msgid "An error has occurred during import. Please try again."
831
  msgstr ""
832
 
833
- #: plugin-fw/lib/yit-plugin-panel.php:420
834
  msgid "The added file is not valid."
835
  msgstr ""
836
 
837
- #: plugin-fw/lib/yit-plugin-panel.php:421
838
  msgid "Sorry, import is disabled."
839
  msgstr ""
840
 
841
- #: plugin-fw/lib/yit-plugin-panel.php:422
842
  msgid "Sorting successful."
843
  msgstr ""
844
 
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist v1.0.3\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-04-07 16:54+0100\n"
6
+ "PO-Revision-Date: 2015-04-07 16:54+0100\n"
7
  "Last-Translator: Caner Öncel <caneroncel@gmail.com>\n"
8
  "Language-Team: Caner Öncel (@egonomik) <caneroncel@gmail.com>\n"
9
  "Language: tr_TR\n"
487
  "\">discover the PREMIUM version.</a>"
488
  msgstr ""
489
 
490
+ #: includes/class.yith-wcwl-init.php:362
491
  msgid ""
492
  "We are sorry, but this feature is available only if cookies are enabled on "
493
  "your browser."
541
  msgid "You need to log in before creating a new wishlist"
542
  msgstr ""
543
 
544
+ #: includes/class.yith-wcwl.php:1307
545
  msgid "Product successfully removed."
546
  msgstr "Ürün başarıyla kaldırıldı."
547
 
548
+ #: includes/class.yith-wcwl.php:1311
549
  msgid "Error. Unable to remove the product from the wishlist."
550
  msgstr "Hata. Ürün istek listenizden kaldırılamadı. "
551
 
552
+ #: includes/class.yith-wcwl.php:1315 templates/wishlist-view.php:181
553
  msgid "No products were added to the wishlist"
554
  msgstr "İstek listesinde herhangi bir ürün bulunmuyor"
555
 
760
  msgid "Add with multiupload"
761
  msgstr ""
762
 
763
+ #: plugin-fw/lib/yit-plugin-panel-wc.php:295
764
  msgid "The changes you have made will be lost if you leave this page."
765
  msgstr ""
766
 
769
  msgid "Plugin Settings"
770
  msgstr "Ayarlar"
771
 
772
+ #: plugin-fw/lib/yit-plugin-panel.php:91
773
  #: plugin-fw/lib/yit-plugin-subpanel.php:101
774
  msgid "YIT Plugins"
775
  msgstr ""
776
 
777
+ #: plugin-fw/lib/yit-plugin-panel.php:280
778
  #: plugin-fw/lib/yit-plugin-subpanel.php:142
779
  #: plugin-fw/templates/panel/woocommerce/woocommerce-form.php:5
780
  msgid "Save Changes"
781
  msgstr ""
782
 
783
+ #: plugin-fw/lib/yit-plugin-panel.php:283
784
  #: plugin-fw/templates/panel/woocommerce/woocommerce-form.php:8
785
  msgid ""
786
  "If you continue with this action, you will reset all options in this page."
787
  msgstr ""
788
 
789
+ #: plugin-fw/lib/yit-plugin-panel.php:285
790
  #: plugin-fw/lib/yit-plugin-subpanel.php:147
791
  #, fuzzy
792
  msgid "Reset to Default"
793
  msgstr "Sepete yönlendir"
794
 
795
+ #: plugin-fw/lib/yit-plugin-panel.php:285
796
  #: plugin-fw/lib/yit-plugin-subpanel.php:147
797
  #: plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
798
  msgid "Are you sure?"
799
  msgstr ""
800
 
801
+ #: plugin-fw/lib/yit-plugin-panel.php:419
802
  msgid ""
803
  "The element you have entered already exists. Please, enter another name."
804
  msgstr ""
805
 
806
+ #: plugin-fw/lib/yit-plugin-panel.php:420
807
  #, fuzzy
808
  msgid "Settings saved"
809
  msgstr "Ayarlar"
810
 
811
+ #: plugin-fw/lib/yit-plugin-panel.php:421
812
  #, fuzzy
813
  msgid "Settings reset"
814
  msgstr "Ayarlar"
815
 
816
+ #: plugin-fw/lib/yit-plugin-panel.php:422
817
  msgid "Element deleted correctly."
818
  msgstr ""
819
 
820
+ #: plugin-fw/lib/yit-plugin-panel.php:423
821
+ #: plugin-fw/lib/yit-plugin-panel.php:424
822
  msgid "Element updated correctly."
823
  msgstr ""
824
 
825
+ #: plugin-fw/lib/yit-plugin-panel.php:425
826
  msgid "Database imported correctly."
827
  msgstr ""
828
 
829
+ #: plugin-fw/lib/yit-plugin-panel.php:426
830
  msgid "An error has occurred during import. Please try again."
831
  msgstr ""
832
 
833
+ #: plugin-fw/lib/yit-plugin-panel.php:427
834
  msgid "The added file is not valid."
835
  msgstr ""
836
 
837
+ #: plugin-fw/lib/yit-plugin-panel.php:428
838
  msgid "Sorry, import is disabled."
839
  msgstr ""
840
 
841
+ #: plugin-fw/lib/yit-plugin-panel.php:429
842
  msgid "Sorting successful."
843
  msgstr ""
844
 
languages/yit-uk_UA.mo CHANGED
Binary file
languages/yit-uk_UA.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WCWL\n"
4
- "POT-Creation-Date: 2015-03-18 10:24+0100\n"
5
- "PO-Revision-Date: 2015-03-18 10:24+0100\n"
6
  "Last-Translator: Valentyn Zubenko <valentyn.zubenko@gmail.com>\n"
7
  "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
8
  "Language: English\n"
@@ -467,7 +467,7 @@ msgid ""
467
  "\">discover the PREMIUM version.</a>"
468
  msgstr ""
469
 
470
- #: ../includes/class.yith-wcwl-init.php:347
471
  msgid ""
472
  "We are sorry, but this feature is available only if cookies are enabled on "
473
  "your browser."
@@ -520,15 +520,15 @@ msgstr ""
520
  msgid "You need to log in before creating a new wishlist"
521
  msgstr ""
522
 
523
- #: ../includes/class.yith-wcwl.php:1301
524
  msgid "Product successfully removed."
525
  msgstr ""
526
 
527
- #: ../includes/class.yith-wcwl.php:1305
528
  msgid "Error. Unable to remove the product from the wishlist."
529
  msgstr ""
530
 
531
- #: ../includes/class.yith-wcwl.php:1309 ../templates/wishlist-view.php:181
532
  msgid "No products were added to the wishlist"
533
  msgstr "Немає доданих продуктів до вибраного"
534
 
@@ -733,7 +733,7 @@ msgstr ""
733
  msgid "Add with multiupload"
734
  msgstr ""
735
 
736
- #: ../plugin-fw/lib/yit-plugin-panel-wc.php:315
737
  msgid "The changes you have made will be lost if you leave this page."
738
  msgstr ""
739
 
@@ -741,73 +741,73 @@ msgstr ""
741
  msgid "Plugin Settings"
742
  msgstr ""
743
 
744
- #: ../plugin-fw/lib/yit-plugin-panel.php:94
745
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:101
746
  msgid "YIT Plugins"
747
  msgstr ""
748
 
749
- #: ../plugin-fw/lib/yit-plugin-panel.php:273
750
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:142
751
  #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:5
752
  msgid "Save Changes"
753
  msgstr ""
754
 
755
- #: ../plugin-fw/lib/yit-plugin-panel.php:276
756
  #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:8
757
  msgid ""
758
  "If you continue with this action, you will reset all options in this page."
759
  msgstr ""
760
 
761
- #: ../plugin-fw/lib/yit-plugin-panel.php:278
762
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:147
763
  msgid "Reset to Default"
764
  msgstr ""
765
 
766
- #: ../plugin-fw/lib/yit-plugin-panel.php:278
767
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:147
768
  #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
769
  msgid "Are you sure?"
770
  msgstr ""
771
 
772
- #: ../plugin-fw/lib/yit-plugin-panel.php:412
773
  msgid ""
774
  "The element you have entered already exists. Please, enter another name."
775
  msgstr ""
776
 
777
- #: ../plugin-fw/lib/yit-plugin-panel.php:413
778
  msgid "Settings saved"
779
  msgstr ""
780
 
781
- #: ../plugin-fw/lib/yit-plugin-panel.php:414
782
  msgid "Settings reset"
783
  msgstr ""
784
 
785
- #: ../plugin-fw/lib/yit-plugin-panel.php:415
786
  msgid "Element deleted correctly."
787
  msgstr ""
788
 
789
- #: ../plugin-fw/lib/yit-plugin-panel.php:416
790
- #: ../plugin-fw/lib/yit-plugin-panel.php:417
791
  msgid "Element updated correctly."
792
  msgstr ""
793
 
794
- #: ../plugin-fw/lib/yit-plugin-panel.php:418
795
  msgid "Database imported correctly."
796
  msgstr ""
797
 
798
- #: ../plugin-fw/lib/yit-plugin-panel.php:419
799
  msgid "An error has occurred during import. Please try again."
800
  msgstr ""
801
 
802
- #: ../plugin-fw/lib/yit-plugin-panel.php:420
803
  msgid "The added file is not valid."
804
  msgstr ""
805
 
806
- #: ../plugin-fw/lib/yit-plugin-panel.php:421
807
  msgid "Sorry, import is disabled."
808
  msgstr ""
809
 
810
- #: ../plugin-fw/lib/yit-plugin-panel.php:422
811
  msgid "Sorting successful."
812
  msgstr ""
813
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WCWL\n"
4
+ "POT-Creation-Date: 2015-04-07 16:54+0100\n"
5
+ "PO-Revision-Date: 2015-04-07 16:54+0100\n"
6
  "Last-Translator: Valentyn Zubenko <valentyn.zubenko@gmail.com>\n"
7
  "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
8
  "Language: English\n"
467
  "\">discover the PREMIUM version.</a>"
468
  msgstr ""
469
 
470
+ #: ../includes/class.yith-wcwl-init.php:362
471
  msgid ""
472
  "We are sorry, but this feature is available only if cookies are enabled on "
473
  "your browser."
520
  msgid "You need to log in before creating a new wishlist"
521
  msgstr ""
522
 
523
+ #: ../includes/class.yith-wcwl.php:1307
524
  msgid "Product successfully removed."
525
  msgstr ""
526
 
527
+ #: ../includes/class.yith-wcwl.php:1311
528
  msgid "Error. Unable to remove the product from the wishlist."
529
  msgstr ""
530
 
531
+ #: ../includes/class.yith-wcwl.php:1315 ../templates/wishlist-view.php:181
532
  msgid "No products were added to the wishlist"
533
  msgstr "Немає доданих продуктів до вибраного"
534
 
733
  msgid "Add with multiupload"
734
  msgstr ""
735
 
736
+ #: ../plugin-fw/lib/yit-plugin-panel-wc.php:295
737
  msgid "The changes you have made will be lost if you leave this page."
738
  msgstr ""
739
 
741
  msgid "Plugin Settings"
742
  msgstr ""
743
 
744
+ #: ../plugin-fw/lib/yit-plugin-panel.php:91
745
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:101
746
  msgid "YIT Plugins"
747
  msgstr ""
748
 
749
+ #: ../plugin-fw/lib/yit-plugin-panel.php:280
750
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:142
751
  #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:5
752
  msgid "Save Changes"
753
  msgstr ""
754
 
755
+ #: ../plugin-fw/lib/yit-plugin-panel.php:283
756
  #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:8
757
  msgid ""
758
  "If you continue with this action, you will reset all options in this page."
759
  msgstr ""
760
 
761
+ #: ../plugin-fw/lib/yit-plugin-panel.php:285
762
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:147
763
  msgid "Reset to Default"
764
  msgstr ""
765
 
766
+ #: ../plugin-fw/lib/yit-plugin-panel.php:285
767
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:147
768
  #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
769
  msgid "Are you sure?"
770
  msgstr ""
771
 
772
+ #: ../plugin-fw/lib/yit-plugin-panel.php:419
773
  msgid ""
774
  "The element you have entered already exists. Please, enter another name."
775
  msgstr ""
776
 
777
+ #: ../plugin-fw/lib/yit-plugin-panel.php:420
778
  msgid "Settings saved"
779
  msgstr ""
780
 
781
+ #: ../plugin-fw/lib/yit-plugin-panel.php:421
782
  msgid "Settings reset"
783
  msgstr ""
784
 
785
+ #: ../plugin-fw/lib/yit-plugin-panel.php:422
786
  msgid "Element deleted correctly."
787
  msgstr ""
788
 
789
+ #: ../plugin-fw/lib/yit-plugin-panel.php:423
790
+ #: ../plugin-fw/lib/yit-plugin-panel.php:424
791
  msgid "Element updated correctly."
792
  msgstr ""
793
 
794
+ #: ../plugin-fw/lib/yit-plugin-panel.php:425
795
  msgid "Database imported correctly."
796
  msgstr ""
797
 
798
+ #: ../plugin-fw/lib/yit-plugin-panel.php:426
799
  msgid "An error has occurred during import. Please try again."
800
  msgstr ""
801
 
802
+ #: ../plugin-fw/lib/yit-plugin-panel.php:427
803
  msgid "The added file is not valid."
804
  msgstr ""
805
 
806
+ #: ../plugin-fw/lib/yit-plugin-panel.php:428
807
  msgid "Sorry, import is disabled."
808
  msgstr ""
809
 
810
+ #: ../plugin-fw/lib/yit-plugin-panel.php:429
811
  msgid "Sorting successful."
812
  msgstr ""
813
 
languages/yit-zh_CN.mo ADDED
Binary file
languages/yit-zh_CN.po ADDED
@@ -0,0 +1,1513 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: YITH WCWL\n"
4
+ "POT-Creation-Date: 2015-04-07 16:54+0100\n"
5
+ "PO-Revision-Date: 2015-04-07 16:54+0100\n"
6
+ "Last-Translator: 李明軒 <eggeggxuan@gmail.com>\n"
7
+ "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
8
+ "Language: English\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.5.7\n"
13
+ "X-Poedit-KeywordsList: __;_e;_x\n"
14
+ "X-Poedit-Basepath: ./\n"
15
+ "X-Poedit-SearchPath-0: ..\n"
16
+
17
+ #: ../init.php:128
18
+ msgid ""
19
+ "YITH WooCommerce Wishlist is enabled but not effective. It requires "
20
+ "Woocommerce in order to work."
21
+ msgstr ""
22
+
23
+ #: ../init.php:138
24
+ msgid ""
25
+ "You can't activate the free version of YITH WooCommerce Wishlist while you "
26
+ "are using the premium one."
27
+ msgstr ""
28
+
29
+ #: ../includes/class.yith-wcwl-admin-init.php:188
30
+ #: ../includes/class.yith-wcwl-admin-init.php:1359
31
+ #: ../includes/class.yith-wcwl-admin-init.php:1360
32
+ #: ../includes/class.yith-wcwl-install.php:240
33
+ msgid "Wishlist"
34
+ msgstr "愿望清单"
35
+
36
+ #: ../includes/class.yith-wcwl-admin-init.php:190
37
+ #: ../includes/class.yith-wcwl-admin-init.php:290
38
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1048
39
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1196
40
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1202
41
+ #: ../plugin-fw/lib/yit-plugin-panel.php:62
42
+ msgid "Settings"
43
+ msgstr ""
44
+
45
+ #: ../includes/class.yith-wcwl-admin-init.php:191
46
+ #: ../includes/class.yith-wcwl-admin-init.php:257
47
+ msgid "Colors"
48
+ msgstr ""
49
+
50
+ #: ../includes/class.yith-wcwl-admin-init.php:192
51
+ #: ../includes/class.yith-wcwl-admin-init.php:294
52
+ msgid "Premium Version"
53
+ msgstr ""
54
+
55
+ #: ../includes/class.yith-wcwl-admin-init.php:318
56
+ msgid ""
57
+ "WARNING: This plugin requires at least WooCommerce 2.2! Please, use this "
58
+ "link to update it."
59
+ msgstr ""
60
+
61
+ #: ../includes/class.yith-wcwl-admin-init.php:321
62
+ msgid "WARNING: This plugin requires at least WooCommerce 2.2!"
63
+ msgstr ""
64
+
65
+ #: ../includes/class.yith-wcwl-admin-init.php:326
66
+ msgid "Plugin Documentation"
67
+ msgstr ""
68
+
69
+ #: ../includes/class.yith-wcwl-admin-init.php:342
70
+ msgid "Wishlist Page"
71
+ msgstr ""
72
+
73
+ #: ../includes/class.yith-wcwl-admin-init.php:343
74
+ msgid "Page contents: [yith_wcwl_wishlist]"
75
+ msgstr ""
76
+
77
+ #: ../includes/class.yith-wcwl-admin-init.php:918
78
+ msgid "Upgrade to the PREMIUM VERSION"
79
+ msgstr ""
80
+
81
+ #: ../includes/class.yith-wcwl-admin-init.php:921
82
+ msgid "YITH WooCommerce Wishlist"
83
+ msgstr ""
84
+
85
+ #: ../includes/class.yith-wcwl-admin-init.php:922
86
+ msgid "Discover the Advanced Features"
87
+ msgstr ""
88
+
89
+ #: ../includes/class.yith-wcwl-admin-init.php:923
90
+ msgid ""
91
+ "Upgrade to the PREMIUM VERSION\n"
92
+ "of YITH WOOCOMMERCE WISHLIST to benefit from all features!"
93
+ msgstr ""
94
+
95
+ #: ../includes/class.yith-wcwl-admin-init.php:930
96
+ msgid "Get Support and Pro Features"
97
+ msgstr ""
98
+
99
+ #: ../includes/class.yith-wcwl-admin-init.php:931
100
+ msgid ""
101
+ "By purchasing the premium version of the plugin, you will take advantage of "
102
+ "the advanced features of the product and you will get one year of free "
103
+ "updates and support through our platform available 24h/24."
104
+ msgstr ""
105
+
106
+ #: ../includes/class.yith-wcwl-admin-init.php:941
107
+ msgid "General Settings"
108
+ msgstr ""
109
+
110
+ #: ../includes/class.yith-wcwl-admin-init.php:948
111
+ msgid "Enable YITH Wishlist"
112
+ msgstr ""
113
+
114
+ #: ../includes/class.yith-wcwl-admin-init.php:949
115
+ #, php-format
116
+ msgid ""
117
+ "Enable all plugin features. <strong>Be sure to select a voice in the "
118
+ "wishlist page menu in %s.</strong> Also, please read the plugin <a href=\"%s"
119
+ "\" target=\"_blank\">documentation</a>."
120
+ msgstr ""
121
+
122
+ #: ../includes/class.yith-wcwl-admin-init.php:956
123
+ msgid "Default wishlist title"
124
+ msgstr ""
125
+
126
+ #: ../includes/class.yith-wcwl-admin-init.php:958
127
+ #: ../includes/class.yith-wcwl-admin-init.php:959
128
+ #: ../includes/class.yith-wcwl-admin-init.php:1200
129
+ #: ../includes/class.yith-wcwl-admin-init.php:1201
130
+ #, php-format
131
+ msgid "My wishlist on %s"
132
+ msgstr ""
133
+
134
+ #: ../includes/class.yith-wcwl-admin-init.php:967
135
+ msgid "Position"
136
+ msgstr ""
137
+
138
+ #: ../includes/class.yith-wcwl-admin-init.php:968
139
+ msgid ""
140
+ "You can add it in variable products only After \"Add to Cart \" or using the "
141
+ "shortcode [yith_wcwl_add_to_wishlist]."
142
+ msgstr ""
143
+
144
+ #: ../includes/class.yith-wcwl-admin-init.php:974
145
+ msgid "After \"Add to cart\""
146
+ msgstr ""
147
+
148
+ #: ../includes/class.yith-wcwl-admin-init.php:975
149
+ msgid "After thumbnails"
150
+ msgstr ""
151
+
152
+ #: ../includes/class.yith-wcwl-admin-init.php:976
153
+ msgid "After summary"
154
+ msgstr ""
155
+
156
+ #: ../includes/class.yith-wcwl-admin-init.php:977
157
+ msgid "Use shortcode"
158
+ msgstr ""
159
+
160
+ #: ../includes/class.yith-wcwl-admin-init.php:982
161
+ msgid "Redirect to cart"
162
+ msgstr ""
163
+
164
+ #: ../includes/class.yith-wcwl-admin-init.php:983
165
+ msgid ""
166
+ "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
167
+ "page."
168
+ msgstr ""
169
+
170
+ #: ../includes/class.yith-wcwl-admin-init.php:990
171
+ msgid "Remove if added to the cart"
172
+ msgstr ""
173
+
174
+ #: ../includes/class.yith-wcwl-admin-init.php:991
175
+ msgid "Remove the product from the wishlist if it has been added to the cart."
176
+ msgstr ""
177
+
178
+ #: ../includes/class.yith-wcwl-admin-init.php:998
179
+ msgid "\"Add to Wishlist\" text"
180
+ msgstr ""
181
+
182
+ #: ../includes/class.yith-wcwl-admin-init.php:1000
183
+ #: ../includes/class.yith-wcwl-admin-init.php:1001
184
+ msgid "Add to Wishlist"
185
+ msgstr ""
186
+
187
+ #: ../includes/class.yith-wcwl-admin-init.php:1006
188
+ #, fuzzy
189
+ msgid "\"Browse wishlist\" text"
190
+ msgstr "浏览「愿望清单」"
191
+
192
+ #: ../includes/class.yith-wcwl-admin-init.php:1008
193
+ #: ../includes/class.yith-wcwl-admin-init.php:1009
194
+ #: ../includes/class.yith-wcwl-ui.php:81 ../includes/class.yith-wcwl-ui.php:82
195
+ msgid "Browse Wishlist"
196
+ msgstr "浏览「愿望清单」"
197
+
198
+ #: ../includes/class.yith-wcwl-admin-init.php:1014
199
+ #, fuzzy
200
+ msgid "\"Product already in wishlist\" text"
201
+ msgstr "商品已经加入收藏在「愿望清单」裡面。"
202
+
203
+ #: ../includes/class.yith-wcwl-admin-init.php:1016
204
+ #: ../includes/class.yith-wcwl-admin-init.php:1017
205
+ #: ../includes/class.yith-wcwl-ui.php:82
206
+ msgid "The product is already in the wishlist!"
207
+ msgstr "这个商品已经加入收藏在「愿望清单」裡面!"
208
+
209
+ #: ../includes/class.yith-wcwl-admin-init.php:1022
210
+ #, fuzzy
211
+ msgid "\"Product added\" text"
212
+ msgstr "加入收藏!"
213
+
214
+ #: ../includes/class.yith-wcwl-admin-init.php:1024
215
+ #: ../includes/class.yith-wcwl-admin-init.php:1025
216
+ #: ../includes/class.yith-wcwl-ui.php:81
217
+ msgid "Product added!"
218
+ msgstr "加入收藏!"
219
+
220
+ #: ../includes/class.yith-wcwl-admin-init.php:1030
221
+ msgid "\"Add to Cart\" text"
222
+ msgstr ""
223
+
224
+ #: ../includes/class.yith-wcwl-admin-init.php:1032
225
+ #: ../includes/class.yith-wcwl-admin-init.php:1033
226
+ msgid "Add to Cart"
227
+ msgstr ""
228
+
229
+ #: ../includes/class.yith-wcwl-admin-init.php:1038
230
+ msgid "Show Unit price"
231
+ msgstr ""
232
+
233
+ #: ../includes/class.yith-wcwl-admin-init.php:1039
234
+ msgid "Show unit price for each product in wishlist"
235
+ msgstr ""
236
+
237
+ #: ../includes/class.yith-wcwl-admin-init.php:1047
238
+ msgid "Show \"Add to Cart\" button"
239
+ msgstr ""
240
+
241
+ #: ../includes/class.yith-wcwl-admin-init.php:1048
242
+ msgid "Show \"Add to cart\" button for each product in wishlist"
243
+ msgstr ""
244
+
245
+ #: ../includes/class.yith-wcwl-admin-init.php:1056
246
+ msgid "Show Stock status"
247
+ msgstr ""
248
+
249
+ #: ../includes/class.yith-wcwl-admin-init.php:1057
250
+ msgid ""
251
+ "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
252
+ msgstr ""
253
+
254
+ #: ../includes/class.yith-wcwl-admin-init.php:1080
255
+ msgid "Styles"
256
+ msgstr ""
257
+
258
+ #: ../includes/class.yith-wcwl-admin-init.php:1087
259
+ msgid "Use buttons"
260
+ msgstr ""
261
+
262
+ #: ../includes/class.yith-wcwl-admin-init.php:1088
263
+ msgid "Use buttons instead of simple anchors."
264
+ msgstr ""
265
+
266
+ #: ../includes/class.yith-wcwl-admin-init.php:1095
267
+ msgid "Custom CSS"
268
+ msgstr ""
269
+
270
+ #: ../includes/class.yith-wcwl-admin-init.php:1103
271
+ msgid "Use theme style"
272
+ msgstr ""
273
+
274
+ #: ../includes/class.yith-wcwl-admin-init.php:1104
275
+ msgid "Use the theme style."
276
+ msgstr ""
277
+
278
+ #: ../includes/class.yith-wcwl-admin-init.php:1111
279
+ msgid "Rounded buttons"
280
+ msgstr ""
281
+
282
+ #: ../includes/class.yith-wcwl-admin-init.php:1112
283
+ msgid "Make button corners rounded"
284
+ msgstr ""
285
+
286
+ #: ../includes/class.yith-wcwl-admin-init.php:1119
287
+ msgid "\"Add to Wishlist\" icon"
288
+ msgstr ""
289
+
290
+ #: ../includes/class.yith-wcwl-admin-init.php:1120
291
+ msgid "Add an icon to the \"Add to Wishlist\" button"
292
+ msgstr ""
293
+
294
+ #: ../includes/class.yith-wcwl-admin-init.php:1131
295
+ msgid "\"Add to Cart\" icon"
296
+ msgstr ""
297
+
298
+ #: ../includes/class.yith-wcwl-admin-init.php:1132
299
+ msgid "Add an icon to the \"Add to Cart\" button"
300
+ msgstr ""
301
+
302
+ #: ../includes/class.yith-wcwl-admin-init.php:1151
303
+ msgid "Socials &amp; Share"
304
+ msgstr ""
305
+
306
+ #: ../includes/class.yith-wcwl-admin-init.php:1158
307
+ msgid "Share on Facebook"
308
+ msgstr ""
309
+
310
+ #: ../includes/class.yith-wcwl-admin-init.php:1159
311
+ #: ../includes/class.yith-wcwl-admin-init.php:1183
312
+ msgid "Show \"Share on Facebook\" button"
313
+ msgstr ""
314
+
315
+ #: ../includes/class.yith-wcwl-admin-init.php:1166
316
+ msgid "Tweet on Twitter"
317
+ msgstr ""
318
+
319
+ #: ../includes/class.yith-wcwl-admin-init.php:1167
320
+ msgid "Show \"Tweet on Twitter\" button"
321
+ msgstr ""
322
+
323
+ #: ../includes/class.yith-wcwl-admin-init.php:1174
324
+ msgid "Pin on Pinterest"
325
+ msgstr ""
326
+
327
+ #: ../includes/class.yith-wcwl-admin-init.php:1175
328
+ msgid "Show \"Pin on Pinterest\" button"
329
+ msgstr ""
330
+
331
+ #: ../includes/class.yith-wcwl-admin-init.php:1182
332
+ msgid "Share on Google+"
333
+ msgstr ""
334
+
335
+ #: ../includes/class.yith-wcwl-admin-init.php:1190
336
+ msgid "Share by Email"
337
+ msgstr ""
338
+
339
+ #: ../includes/class.yith-wcwl-admin-init.php:1191
340
+ msgid "Show \"Share by Email\" button"
341
+ msgstr ""
342
+
343
+ #: ../includes/class.yith-wcwl-admin-init.php:1198
344
+ msgid "Social title"
345
+ msgstr ""
346
+
347
+ #: ../includes/class.yith-wcwl-admin-init.php:1206
348
+ msgid "Social text"
349
+ msgstr ""
350
+
351
+ #: ../includes/class.yith-wcwl-admin-init.php:1207
352
+ msgid ""
353
+ "It will be used by Facebook, 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:1215
358
+ msgid "Social image URL"
359
+ msgstr ""
360
+
361
+ #: ../includes/class.yith-wcwl-admin-init.php:1251
362
+ msgid "\"Add to wishlist\" button"
363
+ msgstr ""
364
+
365
+ #: ../includes/class.yith-wcwl-admin-init.php:1254
366
+ #: ../includes/class.yith-wcwl-admin-init.php:1272
367
+ #: ../includes/class.yith-wcwl-admin-init.php:1290
368
+ #: ../includes/class.yith-wcwl-admin-init.php:1308
369
+ #: ../includes/class.yith-wcwl-admin-init.php:1326
370
+ msgid "Background"
371
+ msgstr ""
372
+
373
+ #: ../includes/class.yith-wcwl-admin-init.php:1255
374
+ #: ../includes/class.yith-wcwl-admin-init.php:1273
375
+ #: ../includes/class.yith-wcwl-admin-init.php:1291
376
+ #: ../includes/class.yith-wcwl-admin-init.php:1309
377
+ #: ../includes/class.yith-wcwl-admin-init.php:1327
378
+ msgid "Text"
379
+ msgstr ""
380
+
381
+ #: ../includes/class.yith-wcwl-admin-init.php:1256
382
+ #: ../includes/class.yith-wcwl-admin-init.php:1274
383
+ #: ../includes/class.yith-wcwl-admin-init.php:1292
384
+ #: ../includes/class.yith-wcwl-admin-init.php:1310
385
+ #: ../includes/class.yith-wcwl-admin-init.php:1328
386
+ msgid "Border"
387
+ msgstr ""
388
+
389
+ #: ../includes/class.yith-wcwl-admin-init.php:1263
390
+ #: ../includes/class.yith-wcwl-admin-init.php:1281
391
+ #: ../includes/class.yith-wcwl-admin-init.php:1299
392
+ #: ../includes/class.yith-wcwl-admin-init.php:1317
393
+ msgid "Background (hover)"
394
+ msgstr ""
395
+
396
+ #: ../includes/class.yith-wcwl-admin-init.php:1264
397
+ #: ../includes/class.yith-wcwl-admin-init.php:1282
398
+ #: ../includes/class.yith-wcwl-admin-init.php:1300
399
+ #: ../includes/class.yith-wcwl-admin-init.php:1318
400
+ msgid "Text (hover)"
401
+ msgstr ""
402
+
403
+ #: ../includes/class.yith-wcwl-admin-init.php:1265
404
+ #: ../includes/class.yith-wcwl-admin-init.php:1283
405
+ #: ../includes/class.yith-wcwl-admin-init.php:1301
406
+ #: ../includes/class.yith-wcwl-admin-init.php:1319
407
+ msgid "Border (hover)"
408
+ msgstr ""
409
+
410
+ #: ../includes/class.yith-wcwl-admin-init.php:1269
411
+ msgid "\"Add to Cart\" button"
412
+ msgstr ""
413
+
414
+ #: ../includes/class.yith-wcwl-admin-init.php:1287
415
+ msgid "\"Style 1\" button"
416
+ msgstr ""
417
+
418
+ #: ../includes/class.yith-wcwl-admin-init.php:1305
419
+ msgid "\"Style 2\" button"
420
+ msgstr ""
421
+
422
+ #: ../includes/class.yith-wcwl-admin-init.php:1323
423
+ #, fuzzy
424
+ msgid "Wishlist table"
425
+ msgstr "愿望清单"
426
+
427
+ #: ../includes/class.yith-wcwl-admin-init.php:1332
428
+ msgid "Headers"
429
+ msgstr ""
430
+
431
+ #: ../includes/class.yith-wcwl-admin-init.php:1335
432
+ msgid "Background color"
433
+ msgstr ""
434
+
435
+ #: ../includes/class.yith-wcwl-admin-init.php:1425
436
+ #, fuzzy
437
+ msgid "Wishlist Activated"
438
+ msgstr "愿望清单"
439
+
440
+ #: ../includes/class.yith-wcwl-admin-init.php:1426
441
+ #, php-format
442
+ msgid ""
443
+ "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
444
+ "can access to all the settings of our plugins that you have activated. "
445
+ "Wishlist is available in an outstanding PREMIUM version with many new "
446
+ "options, <a href=\"%s\">discover it now</a>."
447
+ msgstr ""
448
+
449
+ #: ../includes/class.yith-wcwl-admin-init.php:1437
450
+ #, fuzzy
451
+ msgid "Wishlist Updated"
452
+ msgstr "愿望清单"
453
+
454
+ #: ../includes/class.yith-wcwl-admin-init.php:1438
455
+ #, php-format
456
+ msgid ""
457
+ "From now on, you can find all the options of Wishlist under YIT Plugin -> "
458
+ "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
459
+ "version. When one of our plugins is updated, a new voice will be added to "
460
+ "this menu. Wishlist has been updated with new available options, <a href=\"%s"
461
+ "\">discover the PREMIUM version.</a>"
462
+ msgstr ""
463
+
464
+ #: ../includes/class.yith-wcwl-init.php:362
465
+ msgid ""
466
+ "We are sorry, but this feature is available only if cookies are enabled on "
467
+ "your browser."
468
+ msgstr ""
469
+
470
+ #: ../includes/class.yith-wcwl-install.php:239
471
+ msgid "wishlist"
472
+ msgstr "愿望清单"
473
+
474
+ #: ../includes/class.yith-wcwl-shortcode.php:230
475
+ #: ../includes/class.yith-wcwl-ui.php:161
476
+ msgid "Share on:"
477
+ msgstr "分享:"
478
+
479
+ #: ../includes/class.yith-wcwl-ui.php:116
480
+ #: ../includes/class.yith-wcwl-ui.php:199
481
+ msgid "Select options"
482
+ msgstr "选择选项"
483
+
484
+ #: ../includes/class.yith-wcwl-ui.php:165 ../templates/share.php:16
485
+ msgid "Facebook"
486
+ msgstr ""
487
+
488
+ #: ../includes/class.yith-wcwl-ui.php:168 ../templates/share.php:22
489
+ msgid "Twitter"
490
+ msgstr ""
491
+
492
+ #: ../includes/class.yith-wcwl-ui.php:177
493
+ msgid "email"
494
+ msgstr ""
495
+
496
+ #: ../includes/class.yith-wcwl.php:187
497
+ #, fuzzy
498
+ msgid "Error occurred while adding products to the wishlist."
499
+ msgstr "商品加入收藏到「愿望清单」时,发生了错误。"
500
+
501
+ #: ../includes/class.yith-wcwl.php:271
502
+ msgid "Error occurred while adding product to wishlist."
503
+ msgstr "商品加入收藏到「愿望清单」时,发生了错误。"
504
+
505
+ #: ../includes/class.yith-wcwl.php:286
506
+ msgid "Remove now does not require any param"
507
+ msgstr ""
508
+
509
+ #: ../includes/class.yith-wcwl.php:320
510
+ #, fuzzy
511
+ msgid "Error occurred while removing products from the wishlist"
512
+ msgstr "从「愿望清单」移除商品时,发生了错误。"
513
+
514
+ #: ../includes/class.yith-wcwl.php:598
515
+ msgid "You need to log in before creating a new wishlist"
516
+ msgstr ""
517
+
518
+ #: ../includes/class.yith-wcwl.php:1307
519
+ msgid "Product successfully removed."
520
+ msgstr "成功移除商品。"
521
+
522
+ #: ../includes/class.yith-wcwl.php:1311
523
+ msgid "Error. Unable to remove the product from the wishlist."
524
+ msgstr "错误。无法从「愿望清单」移除这个商品。"
525
+
526
+ #: ../includes/class.yith-wcwl.php:1315 ../templates/wishlist-view.php:181
527
+ msgid "No products were added to the wishlist"
528
+ msgstr "你目前没有加入收藏任何商品到「愿望清单」裡面"
529
+
530
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:460
531
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:574
532
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:719
533
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1632
534
+ #, php-format
535
+ msgid "Add %s"
536
+ msgstr ""
537
+
538
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:461
539
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:575
540
+ #, php-format
541
+ msgid "Add New %s"
542
+ msgstr ""
543
+
544
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:462
545
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:576
546
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1267
547
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1304
548
+ #, php-format
549
+ msgid "Edit %s"
550
+ msgstr ""
551
+
552
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:463
553
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:577
554
+ #, php-format
555
+ msgid "New %s"
556
+ msgstr ""
557
+
558
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:464
559
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:578
560
+ #, php-format
561
+ msgid "All %s"
562
+ msgstr ""
563
+
564
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:465
565
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:579
566
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1251
567
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1305
568
+ #, php-format
569
+ msgid "View %s"
570
+ msgstr ""
571
+
572
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:466
573
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:580
574
+ #, php-format
575
+ msgid "Search %s"
576
+ msgstr ""
577
+
578
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:467
579
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:581
580
+ #, php-format
581
+ msgid "No %s found"
582
+ msgstr ""
583
+
584
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:468
585
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:582
586
+ #, php-format
587
+ msgid "No %s found in Trash"
588
+ msgstr ""
589
+
590
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:625
591
+ #, php-format
592
+ msgid "%s Categories"
593
+ msgstr ""
594
+
595
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:626
596
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:635
597
+ msgid "Category"
598
+ msgstr ""
599
+
600
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:627
601
+ msgid "Search Categories"
602
+ msgstr ""
603
+
604
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:628
605
+ msgid "All Categories"
606
+ msgstr ""
607
+
608
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:629
609
+ msgid "Parent Category"
610
+ msgstr ""
611
+
612
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:630
613
+ msgid "Parent Category:"
614
+ msgstr ""
615
+
616
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:631
617
+ msgid "Edit Category"
618
+ msgstr ""
619
+
620
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:632
621
+ msgid "Update Category"
622
+ msgstr ""
623
+
624
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:633
625
+ msgid "Add New Category"
626
+ msgstr ""
627
+
628
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:634
629
+ msgid "New Category Name"
630
+ msgstr ""
631
+
632
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:724
633
+ msgid "Categories"
634
+ msgstr ""
635
+
636
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1042
637
+ #, php-format
638
+ msgid "%s Settings"
639
+ msgstr ""
640
+
641
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1051
642
+ msgid "Type"
643
+ msgstr ""
644
+
645
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1052
646
+ msgid "Layout for this "
647
+ msgstr ""
648
+
649
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1058
650
+ msgid "Rewrite"
651
+ msgstr ""
652
+
653
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1059
654
+ msgid ""
655
+ "Univocal identification name in the URL for each product (slug from post if "
656
+ "empty)"
657
+ msgstr ""
658
+
659
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1064
660
+ msgid "Label in Singular"
661
+ msgstr ""
662
+
663
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1065
664
+ msgid "Set a label in singular (title of portfolio if empty)"
665
+ msgstr ""
666
+
667
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1070
668
+ msgid "Label in Plural"
669
+ msgstr ""
670
+
671
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1071
672
+ msgid "Set a label in plural (title of portfolio if empty)"
673
+ msgstr ""
674
+
675
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1076
676
+ msgid "Taxonomy"
677
+ msgstr ""
678
+
679
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1077
680
+ msgid ""
681
+ "If you want to use categories in the portfolio, set a name for taxonomy. "
682
+ "Name should be a slug (must not contain capital letters nor spaces) and must "
683
+ "not be more than 32 characters long (database structure restriction)."
684
+ msgstr ""
685
+
686
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1082
687
+ msgid "Taxonomy Rewrite"
688
+ msgstr ""
689
+
690
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1083
691
+ msgid "Set univocal name for each category page URL."
692
+ msgstr ""
693
+
694
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1088
695
+ msgid "Single layout"
696
+ msgstr ""
697
+
698
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1089
699
+ msgid "Layout for single page of this portfolio"
700
+ msgstr ""
701
+
702
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1130
703
+ msgid "layout settings"
704
+ msgstr ""
705
+
706
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1222
707
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1235
708
+ msgid "Quick links"
709
+ msgstr ""
710
+
711
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1475
712
+ #, php-format
713
+ msgid "Show frontend of the %s"
714
+ msgstr ""
715
+
716
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1482
717
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:46
718
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:90
719
+ msgid "Name"
720
+ msgstr ""
721
+
722
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1631
723
+ #, php-format
724
+ msgid "Add %s from images"
725
+ msgstr ""
726
+
727
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1633
728
+ msgid "Add with multiupload"
729
+ msgstr ""
730
+
731
+ #: ../plugin-fw/lib/yit-plugin-panel-wc.php:295
732
+ msgid "The changes you have made will be lost if you leave this page."
733
+ msgstr ""
734
+
735
+ #: ../plugin-fw/lib/yit-plugin-panel.php:61
736
+ msgid "Plugin Settings"
737
+ msgstr ""
738
+
739
+ #: ../plugin-fw/lib/yit-plugin-panel.php:91
740
+ #: ../plugin-fw/lib/yit-plugin-subpanel.php:101
741
+ msgid "YIT Plugins"
742
+ msgstr ""
743
+
744
+ #: ../plugin-fw/lib/yit-plugin-panel.php:280
745
+ #: ../plugin-fw/lib/yit-plugin-subpanel.php:142
746
+ #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:5
747
+ msgid "Save Changes"
748
+ msgstr ""
749
+
750
+ #: ../plugin-fw/lib/yit-plugin-panel.php:283
751
+ #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:8
752
+ msgid ""
753
+ "If you continue with this action, you will reset all options in this page."
754
+ msgstr ""
755
+
756
+ #: ../plugin-fw/lib/yit-plugin-panel.php:285
757
+ #: ../plugin-fw/lib/yit-plugin-subpanel.php:147
758
+ msgid "Reset to Default"
759
+ msgstr ""
760
+
761
+ #: ../plugin-fw/lib/yit-plugin-panel.php:285
762
+ #: ../plugin-fw/lib/yit-plugin-subpanel.php:147
763
+ #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
764
+ msgid "Are you sure?"
765
+ msgstr ""
766
+
767
+ #: ../plugin-fw/lib/yit-plugin-panel.php:419
768
+ msgid ""
769
+ "The element you have entered already exists. Please, enter another name."
770
+ msgstr ""
771
+
772
+ #: ../plugin-fw/lib/yit-plugin-panel.php:420
773
+ msgid "Settings saved"
774
+ msgstr ""
775
+
776
+ #: ../plugin-fw/lib/yit-plugin-panel.php:421
777
+ msgid "Settings reset"
778
+ msgstr ""
779
+
780
+ #: ../plugin-fw/lib/yit-plugin-panel.php:422
781
+ msgid "Element deleted correctly."
782
+ msgstr ""
783
+
784
+ #: ../plugin-fw/lib/yit-plugin-panel.php:423
785
+ #: ../plugin-fw/lib/yit-plugin-panel.php:424
786
+ msgid "Element updated correctly."
787
+ msgstr ""
788
+
789
+ #: ../plugin-fw/lib/yit-plugin-panel.php:425
790
+ msgid "Database imported correctly."
791
+ msgstr ""
792
+
793
+ #: ../plugin-fw/lib/yit-plugin-panel.php:426
794
+ msgid "An error has occurred during import. Please try again."
795
+ msgstr ""
796
+
797
+ #: ../plugin-fw/lib/yit-plugin-panel.php:427
798
+ msgid "The added file is not valid."
799
+ msgstr ""
800
+
801
+ #: ../plugin-fw/lib/yit-plugin-panel.php:428
802
+ msgid "Sorry, import is disabled."
803
+ msgstr ""
804
+
805
+ #: ../plugin-fw/lib/yit-plugin-panel.php:429
806
+ msgid "Sorting successful."
807
+ msgstr ""
808
+
809
+ #: ../plugin-fw/lib/yit-plugin-subpanel.php:145
810
+ msgid ""
811
+ "If you continue with this action, you will reset all the options in this "
812
+ "page."
813
+ msgstr ""
814
+
815
+ #: ../plugin-fw/lib/yit-pointers.php:70
816
+ msgid "Plugins Activated"
817
+ msgstr ""
818
+
819
+ #: ../plugin-fw/lib/yit-pointers.php:71
820
+ msgid ""
821
+ "From now on, you can find all plugin options in YIT Plugin menu.\n"
822
+ " For each plugin installed, "
823
+ "customization settings will be available as a new entry in YIT Plugin menu."
824
+ msgstr ""
825
+
826
+ #: ../plugin-fw/lib/yit-pointers.php:73 ../plugin-fw/lib/yit-pointers.php:89
827
+ msgid "Discover all our plugins available on:"
828
+ msgstr ""
829
+
830
+ #: ../plugin-fw/lib/yit-pointers.php:74 ../plugin-fw/lib/yit-pointers.php:90
831
+ msgid "and"
832
+ msgstr ""
833
+
834
+ #: ../plugin-fw/lib/yit-pointers.php:84
835
+ msgid "Plugins Upgraded"
836
+ msgstr ""
837
+
838
+ #: ../plugin-fw/lib/yit-pointers.php:85
839
+ msgid ""
840
+ "From now on, you can find all options of your plugins in YIT Plugin menu.\n"
841
+ " Any time one of our plugins is updated, "
842
+ "a new entry will be added to this menu.\n"
843
+ " For example, after the update, plugin "
844
+ "options (such as for YITH WooCommerce Wishlist, YITH WooCommerce Ajax "
845
+ "Search, etc.)\n"
846
+ " will be moved from previous location to "
847
+ "YIT Plugin tab."
848
+ msgstr ""
849
+
850
+ #: ../plugin-fw/lib/yit-upgrade.php:119
851
+ msgid "There is a new version of %plugin_name% available."
852
+ msgstr ""
853
+
854
+ #: ../plugin-fw/lib/yit-upgrade.php:120
855
+ msgid "View version %latest% details."
856
+ msgstr ""
857
+
858
+ #: ../plugin-fw/lib/yit-upgrade.php:121
859
+ msgid "Automatic update is unavailable for this plugin,"
860
+ msgstr ""
861
+
862
+ #: ../plugin-fw/lib/yit-upgrade.php:122
863
+ msgid ""
864
+ "please <a href=\"%activate_link%\">activate</a> your copy of %plugin_name%."
865
+ msgstr ""
866
+
867
+ #: ../plugin-fw/lib/yit-upgrade.php:123
868
+ msgid "Update now."
869
+ msgstr ""
870
+
871
+ #: ../plugin-fw/lib/yit-upgrade.php:226
872
+ msgid "Yithemes Repository"
873
+ msgstr ""
874
+
875
+ #: ../plugin-fw/lib/yit-upgrade.php:260
876
+ msgid "Invalid URL Provided."
877
+ msgstr ""
878
+
879
+ #: ../plugin-fw/lib/yit-upgrade.php:273
880
+ msgid "Could not create Temporary file."
881
+ msgstr ""
882
+
883
+ #: ../plugin-fw/lib/yit-upgrade.php:414
884
+ #, php-format
885
+ msgid ""
886
+ "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
887
+ "yit-changelog-button\" title=\"%3$s\">View version %4$s details</a>."
888
+ msgstr ""
889
+
890
+ #: ../plugin-fw/lib/yit-upgrade.php:416
891
+ #, php-format
892
+ msgid ""
893
+ "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
894
+ "yit-changelog-button\" title=\"%3$s\">View version %4$s details</a>. <em>You "
895
+ "have to activate the plugin on a single site of the network to benefit from "
896
+ "automatic updates.</em>"
897
+ msgstr ""
898
+
899
+ #: ../plugin-fw/lib/yit-upgrade.php:418
900
+ #, php-format
901
+ msgid ""
902
+ "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
903
+ "yit-changelog-button\" title=\"%3$s\">View version %4$s details</a>. "
904
+ "<em>Automatic update is unavailable for this plugin, please <a href=\"%5$s\" "
905
+ "title=\"Licence activation\">activate</a> your copy of %6s.</em>"
906
+ msgstr ""
907
+
908
+ #: ../plugin-fw/lib/yit-upgrade.php:420
909
+ #, php-format
910
+ msgid ""
911
+ "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
912
+ "yit-changelog-button\" title=\"%3$s\">View version %4$s details</a> or <a "
913
+ "href=\"%5$s\">update now</a>."
914
+ msgstr ""
915
+
916
+ #: ../plugin-fw/lib/yit-upgrade.php:493
917
+ msgid "You can't update the plugins for this site."
918
+ msgstr ""
919
+
920
+ #: ../plugin-fw/lib/yit-upgrade.php:497
921
+ msgid ""
922
+ "You do not have sufficient permissions to update the plugins for this site."
923
+ msgstr ""
924
+
925
+ #: ../plugin-fw/lib/yit-upgrade.php:504
926
+ msgid "Update Plugin"
927
+ msgstr ""
928
+
929
+ #: ../plugin-fw/licence/lib/yit-licence.php:156
930
+ #, php-format
931
+ msgid "%field% field cannot be empty"
932
+ msgstr ""
933
+
934
+ #: ../plugin-fw/licence/lib/yit-licence.php:157
935
+ msgid "%field_1% and %field_2% fields cannot be empty"
936
+ msgstr ""
937
+
938
+ #: ../plugin-fw/licence/lib/yit-licence.php:158
939
+ msgid "Unable to contact the remote server, please try again later. Thanks!"
940
+ msgstr ""
941
+
942
+ #: ../plugin-fw/licence/lib/yit-licence.php:537
943
+ msgid "Invalid Request"
944
+ msgstr ""
945
+
946
+ #: ../plugin-fw/licence/lib/yit-licence.php:538
947
+ msgid "Invalid licence key"
948
+ msgstr ""
949
+
950
+ #: ../plugin-fw/licence/lib/yit-licence.php:539
951
+ msgid "Software has been deactivated"
952
+ msgstr ""
953
+
954
+ #: ../plugin-fw/licence/lib/yit-licence.php:540
955
+ msgid "Maximum number of activations exceeded"
956
+ msgstr ""
957
+
958
+ #: ../plugin-fw/licence/lib/yit-licence.php:541
959
+ msgid "Invalid instance ID"
960
+ msgstr ""
961
+
962
+ #: ../plugin-fw/licence/lib/yit-licence.php:542
963
+ msgid "Invalid security key"
964
+ msgstr ""
965
+
966
+ #: ../plugin-fw/licence/lib/yit-licence.php:543
967
+ msgid "Licence key has expired"
968
+ msgstr ""
969
+
970
+ #: ../plugin-fw/licence/lib/yit-licence.php:544
971
+ msgid "Licence key has been banned"
972
+ msgstr ""
973
+
974
+ #: ../plugin-fw/licence/lib/yit-plugin-licence.php:63
975
+ #: ../plugin-fw/licence/lib/yit-plugin-licence.php:64
976
+ #: ../plugin-fw/licence/lib/yit-theme-licence.php:63
977
+ #: ../plugin-fw/licence/lib/yit-theme-licence.php:64
978
+ #: ../plugin-fw/licence/lib/yit-theme-licence.php:106
979
+ #: ../plugin-fw/licence/lib/yit-theme-licence.php:107
980
+ msgid "Licence Activation"
981
+ msgstr ""
982
+
983
+ #: ../plugin-fw/licence/lib/yit-theme-licence.php:114
984
+ #: ../plugin-fw/licence/lib/yit-theme-licence.php:115
985
+ #, php-format
986
+ msgid "%s"
987
+ msgstr ""
988
+
989
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:19
990
+ msgid "Yithemes Licence Activation"
991
+ msgstr ""
992
+
993
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:23
994
+ msgid ""
995
+ "Have you updated your licenses? Have you asked for an extension? Update "
996
+ "information concerning your products."
997
+ msgstr ""
998
+
999
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:25
1000
+ msgid "Update licence information"
1001
+ msgstr ""
1002
+
1003
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:35
1004
+ msgid "Products to be activated"
1005
+ msgstr ""
1006
+
1007
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:54
1008
+ msgid "Activate"
1009
+ msgstr ""
1010
+
1011
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:73
1012
+ msgid "Activated"
1013
+ msgstr ""
1014
+
1015
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:77
1016
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:109
1017
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:133
1018
+ #: ../templates/wishlist-view.php:62
1019
+ msgid "Product Name"
1020
+ msgstr "商品名称"
1021
+
1022
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:78
1023
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:110
1024
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:134
1025
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:145
1026
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:337
1027
+ #: ../templates/share.php:40
1028
+ msgid "Email"
1029
+ msgstr ""
1030
+
1031
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:79
1032
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:111
1033
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:135
1034
+ msgid "Licence Key"
1035
+ msgstr ""
1036
+
1037
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:80
1038
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:136
1039
+ msgid "Expires"
1040
+ msgstr ""
1041
+
1042
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:81
1043
+ msgid "Remaining"
1044
+ msgstr ""
1045
+
1046
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:82
1047
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:95
1048
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:137
1049
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:147
1050
+ msgid "Renew"
1051
+ msgstr ""
1052
+
1053
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:93
1054
+ #, php-format
1055
+ msgid "%1s out of %2s"
1056
+ msgstr ""
1057
+
1058
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:105
1059
+ msgid "Banned"
1060
+ msgstr ""
1061
+
1062
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:129
1063
+ msgid "Expired"
1064
+ msgstr ""
1065
+
1066
+ #: ../plugin-fw/templates/metaboxes/types/ajax-products.php:23
1067
+ msgid "Search for a product"
1068
+ msgstr ""
1069
+
1070
+ #: ../plugin-fw/templates/metaboxes/types/categories.php:36
1071
+ msgid "No categories."
1072
+ msgstr ""
1073
+
1074
+ #: ../plugin-fw/templates/metaboxes/types/categories.php:42
1075
+ msgid "+ Add New Category"
1076
+ msgstr ""
1077
+
1078
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:5
1079
+ msgid "Text Input"
1080
+ msgstr ""
1081
+
1082
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:6
1083
+ msgid "Checkbox"
1084
+ msgstr ""
1085
+
1086
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:7
1087
+ #, fuzzy
1088
+ msgid "Select"
1089
+ msgstr "选择日期"
1090
+
1091
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:8
1092
+ msgid "Textarea"
1093
+ msgstr ""
1094
+
1095
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:9
1096
+ msgid "Radio Input"
1097
+ msgstr ""
1098
+
1099
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:10
1100
+ msgid "Password Field"
1101
+ msgstr ""
1102
+
1103
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:11
1104
+ #, fuzzy
1105
+ msgid "File Upload"
1106
+ msgstr "上传"
1107
+
1108
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:45
1109
+ msgid "Theme Icon"
1110
+ msgstr ""
1111
+
1112
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:46
1113
+ msgid "Custom Icon"
1114
+ msgstr ""
1115
+
1116
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:47
1117
+ #: ../plugin-fw/templates/metaboxes/types/responsivesliders.php:24
1118
+ msgid "None"
1119
+ msgstr ""
1120
+
1121
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:57
1122
+ msgid "Add field"
1123
+ msgstr ""
1124
+
1125
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:66
1126
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:258
1127
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:37
1128
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:82
1129
+ msgid "Remove"
1130
+ msgstr ""
1131
+
1132
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:67
1133
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:259
1134
+ msgid "Click to toggle"
1135
+ msgstr ""
1136
+
1137
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:74
1138
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:266
1139
+ msgid "Title Field"
1140
+ msgstr ""
1141
+
1142
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:78
1143
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:270
1144
+ msgid "Insert the title for the field."
1145
+ msgstr ""
1146
+
1147
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:83
1148
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:275
1149
+ msgid "Data Name"
1150
+ msgstr ""
1151
+
1152
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:87
1153
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:279
1154
+ msgid ""
1155
+ "REQUIRED: Field identification name to be entered into email body. "
1156
+ "<strong>Note:</strong>Use only lowercase characters and underscores."
1157
+ msgstr ""
1158
+
1159
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:92
1160
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:284
1161
+ msgid "Type field"
1162
+ msgstr ""
1163
+
1164
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:100
1165
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:292
1166
+ msgid "Select the type for this field."
1167
+ msgstr ""
1168
+
1169
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:105
1170
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:297
1171
+ msgid "Checked"
1172
+ msgstr ""
1173
+
1174
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:109
1175
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:301
1176
+ msgid "Select this option if you want this field appears as already checked."
1177
+ msgstr ""
1178
+
1179
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:114
1180
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:306
1181
+ #, fuzzy
1182
+ msgid "Add options "
1183
+ msgstr "选择选项"
1184
+
1185
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:115
1186
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:307
1187
+ msgid "Add option"
1188
+ msgstr ""
1189
+
1190
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:118
1191
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:310
1192
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:432
1193
+ #, fuzzy
1194
+ msgid "Selected"
1195
+ msgstr "选择日期"
1196
+
1197
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:121
1198
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:313
1199
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:432
1200
+ #, fuzzy
1201
+ msgid "Delete option"
1202
+ msgstr "选择选项"
1203
+
1204
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:127
1205
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:319
1206
+ msgid "Error Message"
1207
+ msgstr ""
1208
+
1209
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:131
1210
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:323
1211
+ msgid "Insert the error message for validation."
1212
+ msgstr ""
1213
+
1214
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:136
1215
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:328
1216
+ msgid "Required"
1217
+ msgstr ""
1218
+
1219
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:140
1220
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:332
1221
+ msgid "Select this option if it must be required."
1222
+ msgstr ""
1223
+
1224
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:149
1225
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:341
1226
+ msgid "Select this option if the email must be valid."
1227
+ msgstr ""
1228
+
1229
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:154
1230
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:346
1231
+ msgid "Reply To"
1232
+ msgstr ""
1233
+
1234
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:158
1235
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:350
1236
+ msgid "Select this if it is the email you can reply to."
1237
+ msgstr ""
1238
+
1239
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:163
1240
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:355
1241
+ msgid "Class"
1242
+ msgstr ""
1243
+
1244
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:167
1245
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:359
1246
+ msgid ""
1247
+ "Insert additional class(es) (separated by commas) for more personalization."
1248
+ msgstr ""
1249
+
1250
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:172
1251
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:364
1252
+ msgid "Icon"
1253
+ msgstr ""
1254
+
1255
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:200
1256
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:388
1257
+ #: ../plugin-fw/templates/metaboxes/types/icon-list.php:69
1258
+ #: ../plugin-fw/templates/metaboxes/types/select-icon.php:33
1259
+ #: ../plugin-fw/templates/metaboxes/types/upload.php:21
1260
+ #: ../plugin-fw/templates/panel/types/upload.php:31
1261
+ #: ../plugin-fw/templates/panel/woocommerce/woocommerce-upload.php:35
1262
+ #: ../yit-common/yith-panel.php:417
1263
+ msgid "Upload"
1264
+ msgstr "上传"
1265
+
1266
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:206
1267
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:394
1268
+ #: ../plugin-fw/templates/metaboxes/types/icon-list.php:75
1269
+ #: ../plugin-fw/templates/metaboxes/types/select-icon.php:39
1270
+ msgid "Image preview"
1271
+ msgstr ""
1272
+
1273
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:214
1274
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:402
1275
+ msgid "Insert an icon for more personalization."
1276
+ msgstr ""
1277
+
1278
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:219
1279
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:406
1280
+ msgid "Width"
1281
+ msgstr ""
1282
+
1283
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:244
1284
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:418
1285
+ msgid "Set field length."
1286
+ msgstr ""
1287
+
1288
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:28
1289
+ msgid "Close all"
1290
+ msgstr ""
1291
+
1292
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:28
1293
+ msgid "Expand all"
1294
+ msgstr ""
1295
+
1296
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:52
1297
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:95
1298
+ msgid "Value"
1299
+ msgstr ""
1300
+
1301
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:53
1302
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:96
1303
+ msgid "Content of the tab. (HTML is supported)"
1304
+ msgstr ""
1305
+
1306
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:65
1307
+ msgid "Add custom product tab"
1308
+ msgstr ""
1309
+
1310
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:107
1311
+ msgid "Do you want to remove the custom tab?"
1312
+ msgstr ""
1313
+
1314
+ #: ../plugin-fw/templates/metaboxes/types/icon-list.php:89
1315
+ #, php-format
1316
+ msgid "(Default: %s <img src=\"%s\"/>)"
1317
+ msgstr ""
1318
+
1319
+ #: ../plugin-fw/templates/metaboxes/types/icon-list.php:91
1320
+ #, php-format
1321
+ msgid "(Default: <i %s></i> )"
1322
+ msgstr ""
1323
+
1324
+ #: ../plugin-fw/templates/metaboxes/types/image-gallery.php:35
1325
+ #: ../plugin-fw/templates/metaboxes/types/image-gallery.php:40
1326
+ #: ../plugin-fw/templates/metaboxes/types/images.php:33
1327
+ #: ../plugin-fw/templates/metaboxes/types/images.php:59
1328
+ msgid "Delete image"
1329
+ msgstr ""
1330
+
1331
+ #: ../plugin-fw/templates/metaboxes/types/image-gallery.php:40
1332
+ msgid "Add Images to Gallery"
1333
+ msgstr ""
1334
+
1335
+ #: ../plugin-fw/templates/metaboxes/types/image-gallery.php:40
1336
+ msgid "Add to gallery"
1337
+ msgstr ""
1338
+
1339
+ #: ../plugin-fw/templates/metaboxes/types/image-gallery.php:40
1340
+ msgid "Add images"
1341
+ msgstr ""
1342
+
1343
+ #: ../plugin-fw/templates/metaboxes/types/image-gallery.php:40
1344
+ msgid "Delete"
1345
+ msgstr ""
1346
+
1347
+ #: ../plugin-fw/templates/metaboxes/types/images.php:37
1348
+ msgid "Upload new images"
1349
+ msgstr ""
1350
+
1351
+ #: ../plugin-fw/templates/metaboxes/types/images.php:70
1352
+ msgid "Are you sure you want to remove this image?"
1353
+ msgstr ""
1354
+
1355
+ #: ../plugin-fw/templates/metaboxes/types/sidebar-layout.php:25
1356
+ #: ../plugin-fw/templates/metaboxes/types/sidebars.php:36
1357
+ msgid "Left sidebar"
1358
+ msgstr ""
1359
+
1360
+ #: ../plugin-fw/templates/metaboxes/types/sidebar-layout.php:28
1361
+ #: ../plugin-fw/templates/metaboxes/types/sidebars.php:42
1362
+ #: ../plugin-fw/templates/metaboxes/types/sidebars.php:45
1363
+ msgid "No sidebar"
1364
+ msgstr ""
1365
+
1366
+ #: ../plugin-fw/templates/metaboxes/types/sidebar-layout.php:31
1367
+ #: ../plugin-fw/templates/metaboxes/types/sidebars.php:39
1368
+ msgid "Right sidebar"
1369
+ msgstr ""
1370
+
1371
+ #: ../plugin-fw/templates/metaboxes/types/sidebar-layout.php:34
1372
+ #: ../plugin-fw/templates/metaboxes/types/sidebars.php:53
1373
+ #: ../plugin-fw/templates/metaboxes/types/sidebars.php:64
1374
+ msgid "Choose a sidebar"
1375
+ msgstr ""
1376
+
1377
+ #: ../plugin-fw/templates/metaboxes/types/sidebars.php:51
1378
+ msgid "Left Sidebar"
1379
+ msgstr ""
1380
+
1381
+ #: ../plugin-fw/templates/metaboxes/types/sidebars.php:62
1382
+ msgid "Right Sidebar"
1383
+ msgstr ""
1384
+
1385
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:42
1386
+ #: ../yit-common/yith-panel.php:444
1387
+ msgid "px"
1388
+ msgstr ""
1389
+
1390
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:43
1391
+ #: ../yit-common/yith-panel.php:445
1392
+ msgid "em"
1393
+ msgstr ""
1394
+
1395
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:44
1396
+ #: ../yit-common/yith-panel.php:446
1397
+ msgid "pt"
1398
+ msgstr ""
1399
+
1400
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:45
1401
+ #: ../yit-common/yith-panel.php:447
1402
+ msgid "rem"
1403
+ msgstr ""
1404
+
1405
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:59
1406
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:153
1407
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:217
1408
+ msgid "Web fonts"
1409
+ msgstr ""
1410
+
1411
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:71
1412
+ msgid "Google fonts"
1413
+ msgstr ""
1414
+
1415
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:96
1416
+ #: ../yit-common/yith-panel.php:465
1417
+ msgid "Regular"
1418
+ msgstr ""
1419
+
1420
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:97
1421
+ #: ../yit-common/yith-panel.php:466
1422
+ msgid "Bold"
1423
+ msgstr ""
1424
+
1425
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:98
1426
+ #: ../yit-common/yith-panel.php:467
1427
+ msgid "Extra bold"
1428
+ msgstr ""
1429
+
1430
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:99
1431
+ #: ../yit-common/yith-panel.php:468
1432
+ msgid "Italic"
1433
+ msgstr ""
1434
+
1435
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:100
1436
+ #: ../yit-common/yith-panel.php:469
1437
+ msgid "Italic bold"
1438
+ msgstr ""
1439
+
1440
+ #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
1441
+ msgid "Reset Defaults"
1442
+ msgstr ""
1443
+
1444
+ #: ../templates/share.php:28
1445
+ msgid "Pinterest"
1446
+ msgstr ""
1447
+
1448
+ #: ../templates/share.php:34
1449
+ msgid "Google Plus"
1450
+ msgstr ""
1451
+
1452
+ #: ../templates/wishlist-view.php:23
1453
+ msgid "Edit title"
1454
+ msgstr ""
1455
+
1456
+ #: ../templates/wishlist-view.php:32
1457
+ msgid "Save"
1458
+ msgstr ""
1459
+
1460
+ #: ../templates/wishlist-view.php:36
1461
+ msgid "Cancel"
1462
+ msgstr ""
1463
+
1464
+ #: ../templates/wishlist-view.php:68
1465
+ msgid "Unit Price"
1466
+ msgstr "单价"
1467
+
1468
+ #: ../templates/wishlist-view.php:76
1469
+ msgid "Stock Status"
1470
+ msgstr "库存状态"
1471
+
1472
+ #: ../templates/wishlist-view.php:112
1473
+ msgid "Remove this product"
1474
+ msgstr "移除这个商品"
1475
+
1476
+ #: ../templates/wishlist-view.php:141
1477
+ msgid "Free!"
1478
+ msgstr "免费!"
1479
+
1480
+ #: ../templates/wishlist-view.php:152
1481
+ msgid "Out of Stock"
1482
+ msgstr "缺货"
1483
+
1484
+ #: ../templates/wishlist-view.php:155
1485
+ msgid "In Stock"
1486
+ msgstr "有货"
1487
+
1488
+ #: ../templates/wishlist-view.php:213 ../templates/wishlist-view.php:246
1489
+ msgid "Ask an estimate of costs"
1490
+ msgstr ""
1491
+
1492
+ #: ../yit-common/yith-panel.php:406
1493
+ msgid "Select a date"
1494
+ msgstr "选择日期"
1495
+
1496
+ #: ../yit-common/yith-panel.php:407
1497
+ msgid "Hours"
1498
+ msgstr "小时"
1499
+
1500
+ #: ../yit-common/yith-panel.php:408 ../yit-common/yith-panel.php:409
1501
+ msgid "Minutes"
1502
+ msgstr "分"
1503
+
1504
+ #: ../yit-common/yith-panel.php:457
1505
+ msgid "Select a font family"
1506
+ msgstr ""
1507
+
1508
+ #: ../yit-common/yith-panel.php:481
1509
+ msgid "Click to preview"
1510
+ msgstr ""
1511
+
1512
+ #~ msgid "Cannot add to the cart as product is Out of Stock!"
1513
+ #~ msgstr "无法新增缺货的商品到购物车!"
languages/yit-zh_TW.mo ADDED
Binary file
languages/yit-zh_TW.po ADDED
@@ -0,0 +1,1513 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: YITH WCWL\n"
4
+ "POT-Creation-Date: 2015-04-07 16:54+0100\n"
5
+ "PO-Revision-Date: 2015-04-07 16:54+0100\n"
6
+ "Last-Translator: 李明軒 <eggeggxuan@gmail.com>\n"
7
+ "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
8
+ "Language: English\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.5.7\n"
13
+ "X-Poedit-KeywordsList: __;_e;_x\n"
14
+ "X-Poedit-Basepath: ./\n"
15
+ "X-Poedit-SearchPath-0: ..\n"
16
+
17
+ #: ../init.php:128
18
+ msgid ""
19
+ "YITH WooCommerce Wishlist is enabled but not effective. It requires "
20
+ "Woocommerce in order to work."
21
+ msgstr ""
22
+
23
+ #: ../init.php:138
24
+ msgid ""
25
+ "You can't activate the free version of YITH WooCommerce Wishlist while you "
26
+ "are using the premium one."
27
+ msgstr ""
28
+
29
+ #: ../includes/class.yith-wcwl-admin-init.php:188
30
+ #: ../includes/class.yith-wcwl-admin-init.php:1359
31
+ #: ../includes/class.yith-wcwl-admin-init.php:1360
32
+ #: ../includes/class.yith-wcwl-install.php:240
33
+ msgid "Wishlist"
34
+ msgstr "願望清單"
35
+
36
+ #: ../includes/class.yith-wcwl-admin-init.php:190
37
+ #: ../includes/class.yith-wcwl-admin-init.php:290
38
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1048
39
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1196
40
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1202
41
+ #: ../plugin-fw/lib/yit-plugin-panel.php:62
42
+ msgid "Settings"
43
+ msgstr ""
44
+
45
+ #: ../includes/class.yith-wcwl-admin-init.php:191
46
+ #: ../includes/class.yith-wcwl-admin-init.php:257
47
+ msgid "Colors"
48
+ msgstr ""
49
+
50
+ #: ../includes/class.yith-wcwl-admin-init.php:192
51
+ #: ../includes/class.yith-wcwl-admin-init.php:294
52
+ msgid "Premium Version"
53
+ msgstr ""
54
+
55
+ #: ../includes/class.yith-wcwl-admin-init.php:318
56
+ msgid ""
57
+ "WARNING: This plugin requires at least WooCommerce 2.2! Please, use this "
58
+ "link to update it."
59
+ msgstr ""
60
+
61
+ #: ../includes/class.yith-wcwl-admin-init.php:321
62
+ msgid "WARNING: This plugin requires at least WooCommerce 2.2!"
63
+ msgstr ""
64
+
65
+ #: ../includes/class.yith-wcwl-admin-init.php:326
66
+ msgid "Plugin Documentation"
67
+ msgstr ""
68
+
69
+ #: ../includes/class.yith-wcwl-admin-init.php:342
70
+ msgid "Wishlist Page"
71
+ msgstr ""
72
+
73
+ #: ../includes/class.yith-wcwl-admin-init.php:343
74
+ msgid "Page contents: [yith_wcwl_wishlist]"
75
+ msgstr ""
76
+
77
+ #: ../includes/class.yith-wcwl-admin-init.php:918
78
+ msgid "Upgrade to the PREMIUM VERSION"
79
+ msgstr ""
80
+
81
+ #: ../includes/class.yith-wcwl-admin-init.php:921
82
+ msgid "YITH WooCommerce Wishlist"
83
+ msgstr ""
84
+
85
+ #: ../includes/class.yith-wcwl-admin-init.php:922
86
+ msgid "Discover the Advanced Features"
87
+ msgstr ""
88
+
89
+ #: ../includes/class.yith-wcwl-admin-init.php:923
90
+ msgid ""
91
+ "Upgrade to the PREMIUM VERSION\n"
92
+ "of YITH WOOCOMMERCE WISHLIST to benefit from all features!"
93
+ msgstr ""
94
+
95
+ #: ../includes/class.yith-wcwl-admin-init.php:930
96
+ msgid "Get Support and Pro Features"
97
+ msgstr ""
98
+
99
+ #: ../includes/class.yith-wcwl-admin-init.php:931
100
+ msgid ""
101
+ "By purchasing the premium version of the plugin, you will take advantage of "
102
+ "the advanced features of the product and you will get one year of free "
103
+ "updates and support through our platform available 24h/24."
104
+ msgstr ""
105
+
106
+ #: ../includes/class.yith-wcwl-admin-init.php:941
107
+ msgid "General Settings"
108
+ msgstr ""
109
+
110
+ #: ../includes/class.yith-wcwl-admin-init.php:948
111
+ msgid "Enable YITH Wishlist"
112
+ msgstr ""
113
+
114
+ #: ../includes/class.yith-wcwl-admin-init.php:949
115
+ #, php-format
116
+ msgid ""
117
+ "Enable all plugin features. <strong>Be sure to select a voice in the "
118
+ "wishlist page menu in %s.</strong> Also, please read the plugin <a href=\"%s"
119
+ "\" target=\"_blank\">documentation</a>."
120
+ msgstr ""
121
+
122
+ #: ../includes/class.yith-wcwl-admin-init.php:956
123
+ msgid "Default wishlist title"
124
+ msgstr ""
125
+
126
+ #: ../includes/class.yith-wcwl-admin-init.php:958
127
+ #: ../includes/class.yith-wcwl-admin-init.php:959
128
+ #: ../includes/class.yith-wcwl-admin-init.php:1200
129
+ #: ../includes/class.yith-wcwl-admin-init.php:1201
130
+ #, php-format
131
+ msgid "My wishlist on %s"
132
+ msgstr ""
133
+
134
+ #: ../includes/class.yith-wcwl-admin-init.php:967
135
+ msgid "Position"
136
+ msgstr ""
137
+
138
+ #: ../includes/class.yith-wcwl-admin-init.php:968
139
+ msgid ""
140
+ "You can add it in variable products only After \"Add to Cart \" or using the "
141
+ "shortcode [yith_wcwl_add_to_wishlist]."
142
+ msgstr ""
143
+
144
+ #: ../includes/class.yith-wcwl-admin-init.php:974
145
+ msgid "After \"Add to cart\""
146
+ msgstr ""
147
+
148
+ #: ../includes/class.yith-wcwl-admin-init.php:975
149
+ msgid "After thumbnails"
150
+ msgstr ""
151
+
152
+ #: ../includes/class.yith-wcwl-admin-init.php:976
153
+ msgid "After summary"
154
+ msgstr ""
155
+
156
+ #: ../includes/class.yith-wcwl-admin-init.php:977
157
+ msgid "Use shortcode"
158
+ msgstr ""
159
+
160
+ #: ../includes/class.yith-wcwl-admin-init.php:982
161
+ msgid "Redirect to cart"
162
+ msgstr ""
163
+
164
+ #: ../includes/class.yith-wcwl-admin-init.php:983
165
+ msgid ""
166
+ "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
167
+ "page."
168
+ msgstr ""
169
+
170
+ #: ../includes/class.yith-wcwl-admin-init.php:990
171
+ msgid "Remove if added to the cart"
172
+ msgstr ""
173
+
174
+ #: ../includes/class.yith-wcwl-admin-init.php:991
175
+ msgid "Remove the product from the wishlist if it has been added to the cart."
176
+ msgstr ""
177
+
178
+ #: ../includes/class.yith-wcwl-admin-init.php:998
179
+ msgid "\"Add to Wishlist\" text"
180
+ msgstr ""
181
+
182
+ #: ../includes/class.yith-wcwl-admin-init.php:1000
183
+ #: ../includes/class.yith-wcwl-admin-init.php:1001
184
+ msgid "Add to Wishlist"
185
+ msgstr ""
186
+
187
+ #: ../includes/class.yith-wcwl-admin-init.php:1006
188
+ #, fuzzy
189
+ msgid "\"Browse wishlist\" text"
190
+ msgstr "瀏覽「願望清單」"
191
+
192
+ #: ../includes/class.yith-wcwl-admin-init.php:1008
193
+ #: ../includes/class.yith-wcwl-admin-init.php:1009
194
+ #: ../includes/class.yith-wcwl-ui.php:81 ../includes/class.yith-wcwl-ui.php:82
195
+ msgid "Browse Wishlist"
196
+ msgstr "瀏覽「願望清單」"
197
+
198
+ #: ../includes/class.yith-wcwl-admin-init.php:1014
199
+ #, fuzzy
200
+ msgid "\"Product already in wishlist\" text"
201
+ msgstr "商品已經加入收藏在「願望清單」裡面。"
202
+
203
+ #: ../includes/class.yith-wcwl-admin-init.php:1016
204
+ #: ../includes/class.yith-wcwl-admin-init.php:1017
205
+ #: ../includes/class.yith-wcwl-ui.php:82
206
+ msgid "The product is already in the wishlist!"
207
+ msgstr "這個商品已經加入收藏在「願望清單」裡面!"
208
+
209
+ #: ../includes/class.yith-wcwl-admin-init.php:1022
210
+ #, fuzzy
211
+ msgid "\"Product added\" text"
212
+ msgstr "加入收藏!"
213
+
214
+ #: ../includes/class.yith-wcwl-admin-init.php:1024
215
+ #: ../includes/class.yith-wcwl-admin-init.php:1025
216
+ #: ../includes/class.yith-wcwl-ui.php:81
217
+ msgid "Product added!"
218
+ msgstr "加入收藏!"
219
+
220
+ #: ../includes/class.yith-wcwl-admin-init.php:1030
221
+ msgid "\"Add to Cart\" text"
222
+ msgstr ""
223
+
224
+ #: ../includes/class.yith-wcwl-admin-init.php:1032
225
+ #: ../includes/class.yith-wcwl-admin-init.php:1033
226
+ msgid "Add to Cart"
227
+ msgstr ""
228
+
229
+ #: ../includes/class.yith-wcwl-admin-init.php:1038
230
+ msgid "Show Unit price"
231
+ msgstr ""
232
+
233
+ #: ../includes/class.yith-wcwl-admin-init.php:1039
234
+ msgid "Show unit price for each product in wishlist"
235
+ msgstr ""
236
+
237
+ #: ../includes/class.yith-wcwl-admin-init.php:1047
238
+ msgid "Show \"Add to Cart\" button"
239
+ msgstr ""
240
+
241
+ #: ../includes/class.yith-wcwl-admin-init.php:1048
242
+ msgid "Show \"Add to cart\" button for each product in wishlist"
243
+ msgstr ""
244
+
245
+ #: ../includes/class.yith-wcwl-admin-init.php:1056
246
+ msgid "Show Stock status"
247
+ msgstr ""
248
+
249
+ #: ../includes/class.yith-wcwl-admin-init.php:1057
250
+ msgid ""
251
+ "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
252
+ msgstr ""
253
+
254
+ #: ../includes/class.yith-wcwl-admin-init.php:1080
255
+ msgid "Styles"
256
+ msgstr ""
257
+
258
+ #: ../includes/class.yith-wcwl-admin-init.php:1087
259
+ msgid "Use buttons"
260
+ msgstr ""
261
+
262
+ #: ../includes/class.yith-wcwl-admin-init.php:1088
263
+ msgid "Use buttons instead of simple anchors."
264
+ msgstr ""
265
+
266
+ #: ../includes/class.yith-wcwl-admin-init.php:1095
267
+ msgid "Custom CSS"
268
+ msgstr ""
269
+
270
+ #: ../includes/class.yith-wcwl-admin-init.php:1103
271
+ msgid "Use theme style"
272
+ msgstr ""
273
+
274
+ #: ../includes/class.yith-wcwl-admin-init.php:1104
275
+ msgid "Use the theme style."
276
+ msgstr ""
277
+
278
+ #: ../includes/class.yith-wcwl-admin-init.php:1111
279
+ msgid "Rounded buttons"
280
+ msgstr ""
281
+
282
+ #: ../includes/class.yith-wcwl-admin-init.php:1112
283
+ msgid "Make button corners rounded"
284
+ msgstr ""
285
+
286
+ #: ../includes/class.yith-wcwl-admin-init.php:1119
287
+ msgid "\"Add to Wishlist\" icon"
288
+ msgstr ""
289
+
290
+ #: ../includes/class.yith-wcwl-admin-init.php:1120
291
+ msgid "Add an icon to the \"Add to Wishlist\" button"
292
+ msgstr ""
293
+
294
+ #: ../includes/class.yith-wcwl-admin-init.php:1131
295
+ msgid "\"Add to Cart\" icon"
296
+ msgstr ""
297
+
298
+ #: ../includes/class.yith-wcwl-admin-init.php:1132
299
+ msgid "Add an icon to the \"Add to Cart\" button"
300
+ msgstr ""
301
+
302
+ #: ../includes/class.yith-wcwl-admin-init.php:1151
303
+ msgid "Socials &amp; Share"
304
+ msgstr ""
305
+
306
+ #: ../includes/class.yith-wcwl-admin-init.php:1158
307
+ msgid "Share on Facebook"
308
+ msgstr ""
309
+
310
+ #: ../includes/class.yith-wcwl-admin-init.php:1159
311
+ #: ../includes/class.yith-wcwl-admin-init.php:1183
312
+ msgid "Show \"Share on Facebook\" button"
313
+ msgstr ""
314
+
315
+ #: ../includes/class.yith-wcwl-admin-init.php:1166
316
+ msgid "Tweet on Twitter"
317
+ msgstr ""
318
+
319
+ #: ../includes/class.yith-wcwl-admin-init.php:1167
320
+ msgid "Show \"Tweet on Twitter\" button"
321
+ msgstr ""
322
+
323
+ #: ../includes/class.yith-wcwl-admin-init.php:1174
324
+ msgid "Pin on Pinterest"
325
+ msgstr ""
326
+
327
+ #: ../includes/class.yith-wcwl-admin-init.php:1175
328
+ msgid "Show \"Pin on Pinterest\" button"
329
+ msgstr ""
330
+
331
+ #: ../includes/class.yith-wcwl-admin-init.php:1182
332
+ msgid "Share on Google+"
333
+ msgstr ""
334
+
335
+ #: ../includes/class.yith-wcwl-admin-init.php:1190
336
+ msgid "Share by Email"
337
+ msgstr ""
338
+
339
+ #: ../includes/class.yith-wcwl-admin-init.php:1191
340
+ msgid "Show \"Share by Email\" button"
341
+ msgstr ""
342
+
343
+ #: ../includes/class.yith-wcwl-admin-init.php:1198
344
+ msgid "Social title"
345
+ msgstr ""
346
+
347
+ #: ../includes/class.yith-wcwl-admin-init.php:1206
348
+ msgid "Social text"
349
+ msgstr ""
350
+
351
+ #: ../includes/class.yith-wcwl-admin-init.php:1207
352
+ msgid ""
353
+ "It will be used by Facebook, 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:1215
358
+ msgid "Social image URL"
359
+ msgstr ""
360
+
361
+ #: ../includes/class.yith-wcwl-admin-init.php:1251
362
+ msgid "\"Add to wishlist\" button"
363
+ msgstr ""
364
+
365
+ #: ../includes/class.yith-wcwl-admin-init.php:1254
366
+ #: ../includes/class.yith-wcwl-admin-init.php:1272
367
+ #: ../includes/class.yith-wcwl-admin-init.php:1290
368
+ #: ../includes/class.yith-wcwl-admin-init.php:1308
369
+ #: ../includes/class.yith-wcwl-admin-init.php:1326
370
+ msgid "Background"
371
+ msgstr ""
372
+
373
+ #: ../includes/class.yith-wcwl-admin-init.php:1255
374
+ #: ../includes/class.yith-wcwl-admin-init.php:1273
375
+ #: ../includes/class.yith-wcwl-admin-init.php:1291
376
+ #: ../includes/class.yith-wcwl-admin-init.php:1309
377
+ #: ../includes/class.yith-wcwl-admin-init.php:1327
378
+ msgid "Text"
379
+ msgstr ""
380
+
381
+ #: ../includes/class.yith-wcwl-admin-init.php:1256
382
+ #: ../includes/class.yith-wcwl-admin-init.php:1274
383
+ #: ../includes/class.yith-wcwl-admin-init.php:1292
384
+ #: ../includes/class.yith-wcwl-admin-init.php:1310
385
+ #: ../includes/class.yith-wcwl-admin-init.php:1328
386
+ msgid "Border"
387
+ msgstr ""
388
+
389
+ #: ../includes/class.yith-wcwl-admin-init.php:1263
390
+ #: ../includes/class.yith-wcwl-admin-init.php:1281
391
+ #: ../includes/class.yith-wcwl-admin-init.php:1299
392
+ #: ../includes/class.yith-wcwl-admin-init.php:1317
393
+ msgid "Background (hover)"
394
+ msgstr ""
395
+
396
+ #: ../includes/class.yith-wcwl-admin-init.php:1264
397
+ #: ../includes/class.yith-wcwl-admin-init.php:1282
398
+ #: ../includes/class.yith-wcwl-admin-init.php:1300
399
+ #: ../includes/class.yith-wcwl-admin-init.php:1318
400
+ msgid "Text (hover)"
401
+ msgstr ""
402
+
403
+ #: ../includes/class.yith-wcwl-admin-init.php:1265
404
+ #: ../includes/class.yith-wcwl-admin-init.php:1283
405
+ #: ../includes/class.yith-wcwl-admin-init.php:1301
406
+ #: ../includes/class.yith-wcwl-admin-init.php:1319
407
+ msgid "Border (hover)"
408
+ msgstr ""
409
+
410
+ #: ../includes/class.yith-wcwl-admin-init.php:1269
411
+ msgid "\"Add to Cart\" button"
412
+ msgstr ""
413
+
414
+ #: ../includes/class.yith-wcwl-admin-init.php:1287
415
+ msgid "\"Style 1\" button"
416
+ msgstr ""
417
+
418
+ #: ../includes/class.yith-wcwl-admin-init.php:1305
419
+ msgid "\"Style 2\" button"
420
+ msgstr ""
421
+
422
+ #: ../includes/class.yith-wcwl-admin-init.php:1323
423
+ #, fuzzy
424
+ msgid "Wishlist table"
425
+ msgstr "願望清單"
426
+
427
+ #: ../includes/class.yith-wcwl-admin-init.php:1332
428
+ msgid "Headers"
429
+ msgstr ""
430
+
431
+ #: ../includes/class.yith-wcwl-admin-init.php:1335
432
+ msgid "Background color"
433
+ msgstr ""
434
+
435
+ #: ../includes/class.yith-wcwl-admin-init.php:1425
436
+ #, fuzzy
437
+ msgid "Wishlist Activated"
438
+ msgstr "願望清單"
439
+
440
+ #: ../includes/class.yith-wcwl-admin-init.php:1426
441
+ #, php-format
442
+ msgid ""
443
+ "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
444
+ "can access to all the settings of our plugins that you have activated. "
445
+ "Wishlist is available in an outstanding PREMIUM version with many new "
446
+ "options, <a href=\"%s\">discover it now</a>."
447
+ msgstr ""
448
+
449
+ #: ../includes/class.yith-wcwl-admin-init.php:1437
450
+ #, fuzzy
451
+ msgid "Wishlist Updated"
452
+ msgstr "願望清單"
453
+
454
+ #: ../includes/class.yith-wcwl-admin-init.php:1438
455
+ #, php-format
456
+ msgid ""
457
+ "From now on, you can find all the options of Wishlist under YIT Plugin -> "
458
+ "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
459
+ "version. When one of our plugins is updated, a new voice will be added to "
460
+ "this menu. Wishlist has been updated with new available options, <a href=\"%s"
461
+ "\">discover the PREMIUM version.</a>"
462
+ msgstr ""
463
+
464
+ #: ../includes/class.yith-wcwl-init.php:362
465
+ msgid ""
466
+ "We are sorry, but this feature is available only if cookies are enabled on "
467
+ "your browser."
468
+ msgstr ""
469
+
470
+ #: ../includes/class.yith-wcwl-install.php:239
471
+ msgid "wishlist"
472
+ msgstr "願望清單"
473
+
474
+ #: ../includes/class.yith-wcwl-shortcode.php:230
475
+ #: ../includes/class.yith-wcwl-ui.php:161
476
+ msgid "Share on:"
477
+ msgstr "分享:"
478
+
479
+ #: ../includes/class.yith-wcwl-ui.php:116
480
+ #: ../includes/class.yith-wcwl-ui.php:199
481
+ msgid "Select options"
482
+ msgstr "選擇選項"
483
+
484
+ #: ../includes/class.yith-wcwl-ui.php:165 ../templates/share.php:16
485
+ msgid "Facebook"
486
+ msgstr ""
487
+
488
+ #: ../includes/class.yith-wcwl-ui.php:168 ../templates/share.php:22
489
+ msgid "Twitter"
490
+ msgstr ""
491
+
492
+ #: ../includes/class.yith-wcwl-ui.php:177
493
+ msgid "email"
494
+ msgstr ""
495
+
496
+ #: ../includes/class.yith-wcwl.php:187
497
+ #, fuzzy
498
+ msgid "Error occurred while adding products to the wishlist."
499
+ msgstr "商品加入收藏到「願望清單」時,發生了錯誤。"
500
+
501
+ #: ../includes/class.yith-wcwl.php:271
502
+ msgid "Error occurred while adding product to wishlist."
503
+ msgstr "商品加入收藏到「願望清單」時,發生了錯誤。"
504
+
505
+ #: ../includes/class.yith-wcwl.php:286
506
+ msgid "Remove now does not require any param"
507
+ msgstr ""
508
+
509
+ #: ../includes/class.yith-wcwl.php:320
510
+ #, fuzzy
511
+ msgid "Error occurred while removing products from the wishlist"
512
+ msgstr "從「願望清單」移除商品時,發生了錯誤。"
513
+
514
+ #: ../includes/class.yith-wcwl.php:598
515
+ msgid "You need to log in before creating a new wishlist"
516
+ msgstr ""
517
+
518
+ #: ../includes/class.yith-wcwl.php:1307
519
+ msgid "Product successfully removed."
520
+ msgstr "成功移除商品。"
521
+
522
+ #: ../includes/class.yith-wcwl.php:1311
523
+ msgid "Error. Unable to remove the product from the wishlist."
524
+ msgstr "錯誤。無法從「願望清單」移除這個商品。"
525
+
526
+ #: ../includes/class.yith-wcwl.php:1315 ../templates/wishlist-view.php:181
527
+ msgid "No products were added to the wishlist"
528
+ msgstr "你目前沒有加入收藏任何商品到「願望清單」裡面"
529
+
530
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:460
531
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:574
532
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:719
533
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1632
534
+ #, php-format
535
+ msgid "Add %s"
536
+ msgstr ""
537
+
538
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:461
539
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:575
540
+ #, php-format
541
+ msgid "Add New %s"
542
+ msgstr ""
543
+
544
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:462
545
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:576
546
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1267
547
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1304
548
+ #, php-format
549
+ msgid "Edit %s"
550
+ msgstr ""
551
+
552
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:463
553
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:577
554
+ #, php-format
555
+ msgid "New %s"
556
+ msgstr ""
557
+
558
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:464
559
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:578
560
+ #, php-format
561
+ msgid "All %s"
562
+ msgstr ""
563
+
564
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:465
565
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:579
566
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1251
567
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1305
568
+ #, php-format
569
+ msgid "View %s"
570
+ msgstr ""
571
+
572
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:466
573
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:580
574
+ #, php-format
575
+ msgid "Search %s"
576
+ msgstr ""
577
+
578
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:467
579
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:581
580
+ #, php-format
581
+ msgid "No %s found"
582
+ msgstr ""
583
+
584
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:468
585
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:582
586
+ #, php-format
587
+ msgid "No %s found in Trash"
588
+ msgstr ""
589
+
590
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:625
591
+ #, php-format
592
+ msgid "%s Categories"
593
+ msgstr ""
594
+
595
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:626
596
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:635
597
+ msgid "Category"
598
+ msgstr ""
599
+
600
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:627
601
+ msgid "Search Categories"
602
+ msgstr ""
603
+
604
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:628
605
+ msgid "All Categories"
606
+ msgstr ""
607
+
608
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:629
609
+ msgid "Parent Category"
610
+ msgstr ""
611
+
612
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:630
613
+ msgid "Parent Category:"
614
+ msgstr ""
615
+
616
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:631
617
+ msgid "Edit Category"
618
+ msgstr ""
619
+
620
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:632
621
+ msgid "Update Category"
622
+ msgstr ""
623
+
624
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:633
625
+ msgid "Add New Category"
626
+ msgstr ""
627
+
628
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:634
629
+ msgid "New Category Name"
630
+ msgstr ""
631
+
632
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:724
633
+ msgid "Categories"
634
+ msgstr ""
635
+
636
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1042
637
+ #, php-format
638
+ msgid "%s Settings"
639
+ msgstr ""
640
+
641
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1051
642
+ msgid "Type"
643
+ msgstr ""
644
+
645
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1052
646
+ msgid "Layout for this "
647
+ msgstr ""
648
+
649
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1058
650
+ msgid "Rewrite"
651
+ msgstr ""
652
+
653
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1059
654
+ msgid ""
655
+ "Univocal identification name in the URL for each product (slug from post if "
656
+ "empty)"
657
+ msgstr ""
658
+
659
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1064
660
+ msgid "Label in Singular"
661
+ msgstr ""
662
+
663
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1065
664
+ msgid "Set a label in singular (title of portfolio if empty)"
665
+ msgstr ""
666
+
667
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1070
668
+ msgid "Label in Plural"
669
+ msgstr ""
670
+
671
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1071
672
+ msgid "Set a label in plural (title of portfolio if empty)"
673
+ msgstr ""
674
+
675
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1076
676
+ msgid "Taxonomy"
677
+ msgstr ""
678
+
679
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1077
680
+ msgid ""
681
+ "If you want to use categories in the portfolio, set a name for taxonomy. "
682
+ "Name should be a slug (must not contain capital letters nor spaces) and must "
683
+ "not be more than 32 characters long (database structure restriction)."
684
+ msgstr ""
685
+
686
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1082
687
+ msgid "Taxonomy Rewrite"
688
+ msgstr ""
689
+
690
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1083
691
+ msgid "Set univocal name for each category page URL."
692
+ msgstr ""
693
+
694
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1088
695
+ msgid "Single layout"
696
+ msgstr ""
697
+
698
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1089
699
+ msgid "Layout for single page of this portfolio"
700
+ msgstr ""
701
+
702
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1130
703
+ msgid "layout settings"
704
+ msgstr ""
705
+
706
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1222
707
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1235
708
+ msgid "Quick links"
709
+ msgstr ""
710
+
711
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1475
712
+ #, php-format
713
+ msgid "Show frontend of the %s"
714
+ msgstr ""
715
+
716
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1482
717
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:46
718
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:90
719
+ msgid "Name"
720
+ msgstr ""
721
+
722
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1631
723
+ #, php-format
724
+ msgid "Add %s from images"
725
+ msgstr ""
726
+
727
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1633
728
+ msgid "Add with multiupload"
729
+ msgstr ""
730
+
731
+ #: ../plugin-fw/lib/yit-plugin-panel-wc.php:295
732
+ msgid "The changes you have made will be lost if you leave this page."
733
+ msgstr ""
734
+
735
+ #: ../plugin-fw/lib/yit-plugin-panel.php:61
736
+ msgid "Plugin Settings"
737
+ msgstr ""
738
+
739
+ #: ../plugin-fw/lib/yit-plugin-panel.php:91
740
+ #: ../plugin-fw/lib/yit-plugin-subpanel.php:101
741
+ msgid "YIT Plugins"
742
+ msgstr ""
743
+
744
+ #: ../plugin-fw/lib/yit-plugin-panel.php:280
745
+ #: ../plugin-fw/lib/yit-plugin-subpanel.php:142
746
+ #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:5
747
+ msgid "Save Changes"
748
+ msgstr ""
749
+
750
+ #: ../plugin-fw/lib/yit-plugin-panel.php:283
751
+ #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:8
752
+ msgid ""
753
+ "If you continue with this action, you will reset all options in this page."
754
+ msgstr ""
755
+
756
+ #: ../plugin-fw/lib/yit-plugin-panel.php:285
757
+ #: ../plugin-fw/lib/yit-plugin-subpanel.php:147
758
+ msgid "Reset to Default"
759
+ msgstr ""
760
+
761
+ #: ../plugin-fw/lib/yit-plugin-panel.php:285
762
+ #: ../plugin-fw/lib/yit-plugin-subpanel.php:147
763
+ #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
764
+ msgid "Are you sure?"
765
+ msgstr ""
766
+
767
+ #: ../plugin-fw/lib/yit-plugin-panel.php:419
768
+ msgid ""
769
+ "The element you have entered already exists. Please, enter another name."
770
+ msgstr ""
771
+
772
+ #: ../plugin-fw/lib/yit-plugin-panel.php:420
773
+ msgid "Settings saved"
774
+ msgstr ""
775
+
776
+ #: ../plugin-fw/lib/yit-plugin-panel.php:421
777
+ msgid "Settings reset"
778
+ msgstr ""
779
+
780
+ #: ../plugin-fw/lib/yit-plugin-panel.php:422
781
+ msgid "Element deleted correctly."
782
+ msgstr ""
783
+
784
+ #: ../plugin-fw/lib/yit-plugin-panel.php:423
785
+ #: ../plugin-fw/lib/yit-plugin-panel.php:424
786
+ msgid "Element updated correctly."
787
+ msgstr ""
788
+
789
+ #: ../plugin-fw/lib/yit-plugin-panel.php:425
790
+ msgid "Database imported correctly."
791
+ msgstr ""
792
+
793
+ #: ../plugin-fw/lib/yit-plugin-panel.php:426
794
+ msgid "An error has occurred during import. Please try again."
795
+ msgstr ""
796
+
797
+ #: ../plugin-fw/lib/yit-plugin-panel.php:427
798
+ msgid "The added file is not valid."
799
+ msgstr ""
800
+
801
+ #: ../plugin-fw/lib/yit-plugin-panel.php:428
802
+ msgid "Sorry, import is disabled."
803
+ msgstr ""
804
+
805
+ #: ../plugin-fw/lib/yit-plugin-panel.php:429
806
+ msgid "Sorting successful."
807
+ msgstr ""
808
+
809
+ #: ../plugin-fw/lib/yit-plugin-subpanel.php:145
810
+ msgid ""
811
+ "If you continue with this action, you will reset all the options in this "
812
+ "page."
813
+ msgstr ""
814
+
815
+ #: ../plugin-fw/lib/yit-pointers.php:70
816
+ msgid "Plugins Activated"
817
+ msgstr ""
818
+
819
+ #: ../plugin-fw/lib/yit-pointers.php:71
820
+ msgid ""
821
+ "From now on, you can find all plugin options in YIT Plugin menu.\n"
822
+ " For each plugin installed, "
823
+ "customization settings will be available as a new entry in YIT Plugin menu."
824
+ msgstr ""
825
+
826
+ #: ../plugin-fw/lib/yit-pointers.php:73 ../plugin-fw/lib/yit-pointers.php:89
827
+ msgid "Discover all our plugins available on:"
828
+ msgstr ""
829
+
830
+ #: ../plugin-fw/lib/yit-pointers.php:74 ../plugin-fw/lib/yit-pointers.php:90
831
+ msgid "and"
832
+ msgstr ""
833
+
834
+ #: ../plugin-fw/lib/yit-pointers.php:84
835
+ msgid "Plugins Upgraded"
836
+ msgstr ""
837
+
838
+ #: ../plugin-fw/lib/yit-pointers.php:85
839
+ msgid ""
840
+ "From now on, you can find all options of your plugins in YIT Plugin menu.\n"
841
+ " Any time one of our plugins is updated, "
842
+ "a new entry will be added to this menu.\n"
843
+ " For example, after the update, plugin "
844
+ "options (such as for YITH WooCommerce Wishlist, YITH WooCommerce Ajax "
845
+ "Search, etc.)\n"
846
+ " will be moved from previous location to "
847
+ "YIT Plugin tab."
848
+ msgstr ""
849
+
850
+ #: ../plugin-fw/lib/yit-upgrade.php:119
851
+ msgid "There is a new version of %plugin_name% available."
852
+ msgstr ""
853
+
854
+ #: ../plugin-fw/lib/yit-upgrade.php:120
855
+ msgid "View version %latest% details."
856
+ msgstr ""
857
+
858
+ #: ../plugin-fw/lib/yit-upgrade.php:121
859
+ msgid "Automatic update is unavailable for this plugin,"
860
+ msgstr ""
861
+
862
+ #: ../plugin-fw/lib/yit-upgrade.php:122
863
+ msgid ""
864
+ "please <a href=\"%activate_link%\">activate</a> your copy of %plugin_name%."
865
+ msgstr ""
866
+
867
+ #: ../plugin-fw/lib/yit-upgrade.php:123
868
+ msgid "Update now."
869
+ msgstr ""
870
+
871
+ #: ../plugin-fw/lib/yit-upgrade.php:226
872
+ msgid "Yithemes Repository"
873
+ msgstr ""
874
+
875
+ #: ../plugin-fw/lib/yit-upgrade.php:260
876
+ msgid "Invalid URL Provided."
877
+ msgstr ""
878
+
879
+ #: ../plugin-fw/lib/yit-upgrade.php:273
880
+ msgid "Could not create Temporary file."
881
+ msgstr ""
882
+
883
+ #: ../plugin-fw/lib/yit-upgrade.php:414
884
+ #, php-format
885
+ msgid ""
886
+ "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
887
+ "yit-changelog-button\" title=\"%3$s\">View version %4$s details</a>."
888
+ msgstr ""
889
+
890
+ #: ../plugin-fw/lib/yit-upgrade.php:416
891
+ #, php-format
892
+ msgid ""
893
+ "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
894
+ "yit-changelog-button\" title=\"%3$s\">View version %4$s details</a>. <em>You "
895
+ "have to activate the plugin on a single site of the network to benefit from "
896
+ "automatic updates.</em>"
897
+ msgstr ""
898
+
899
+ #: ../plugin-fw/lib/yit-upgrade.php:418
900
+ #, php-format
901
+ msgid ""
902
+ "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
903
+ "yit-changelog-button\" title=\"%3$s\">View version %4$s details</a>. "
904
+ "<em>Automatic update is unavailable for this plugin, please <a href=\"%5$s\" "
905
+ "title=\"Licence activation\">activate</a> your copy of %6s.</em>"
906
+ msgstr ""
907
+
908
+ #: ../plugin-fw/lib/yit-upgrade.php:420
909
+ #, php-format
910
+ msgid ""
911
+ "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
912
+ "yit-changelog-button\" title=\"%3$s\">View version %4$s details</a> or <a "
913
+ "href=\"%5$s\">update now</a>."
914
+ msgstr ""
915
+
916
+ #: ../plugin-fw/lib/yit-upgrade.php:493
917
+ msgid "You can't update the plugins for this site."
918
+ msgstr ""
919
+
920
+ #: ../plugin-fw/lib/yit-upgrade.php:497
921
+ msgid ""
922
+ "You do not have sufficient permissions to update the plugins for this site."
923
+ msgstr ""
924
+
925
+ #: ../plugin-fw/lib/yit-upgrade.php:504
926
+ msgid "Update Plugin"
927
+ msgstr ""
928
+
929
+ #: ../plugin-fw/licence/lib/yit-licence.php:156
930
+ #, php-format
931
+ msgid "%field% field cannot be empty"
932
+ msgstr ""
933
+
934
+ #: ../plugin-fw/licence/lib/yit-licence.php:157
935
+ msgid "%field_1% and %field_2% fields cannot be empty"
936
+ msgstr ""
937
+
938
+ #: ../plugin-fw/licence/lib/yit-licence.php:158
939
+ msgid "Unable to contact the remote server, please try again later. Thanks!"
940
+ msgstr ""
941
+
942
+ #: ../plugin-fw/licence/lib/yit-licence.php:537
943
+ msgid "Invalid Request"
944
+ msgstr ""
945
+
946
+ #: ../plugin-fw/licence/lib/yit-licence.php:538
947
+ msgid "Invalid licence key"
948
+ msgstr ""
949
+
950
+ #: ../plugin-fw/licence/lib/yit-licence.php:539
951
+ msgid "Software has been deactivated"
952
+ msgstr ""
953
+
954
+ #: ../plugin-fw/licence/lib/yit-licence.php:540
955
+ msgid "Maximum number of activations exceeded"
956
+ msgstr ""
957
+
958
+ #: ../plugin-fw/licence/lib/yit-licence.php:541
959
+ msgid "Invalid instance ID"
960
+ msgstr ""
961
+
962
+ #: ../plugin-fw/licence/lib/yit-licence.php:542
963
+ msgid "Invalid security key"
964
+ msgstr ""
965
+
966
+ #: ../plugin-fw/licence/lib/yit-licence.php:543
967
+ msgid "Licence key has expired"
968
+ msgstr ""
969
+
970
+ #: ../plugin-fw/licence/lib/yit-licence.php:544
971
+ msgid "Licence key has been banned"
972
+ msgstr ""
973
+
974
+ #: ../plugin-fw/licence/lib/yit-plugin-licence.php:63
975
+ #: ../plugin-fw/licence/lib/yit-plugin-licence.php:64
976
+ #: ../plugin-fw/licence/lib/yit-theme-licence.php:63
977
+ #: ../plugin-fw/licence/lib/yit-theme-licence.php:64
978
+ #: ../plugin-fw/licence/lib/yit-theme-licence.php:106
979
+ #: ../plugin-fw/licence/lib/yit-theme-licence.php:107
980
+ msgid "Licence Activation"
981
+ msgstr ""
982
+
983
+ #: ../plugin-fw/licence/lib/yit-theme-licence.php:114
984
+ #: ../plugin-fw/licence/lib/yit-theme-licence.php:115
985
+ #, php-format
986
+ msgid "%s"
987
+ msgstr ""
988
+
989
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:19
990
+ msgid "Yithemes Licence Activation"
991
+ msgstr ""
992
+
993
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:23
994
+ msgid ""
995
+ "Have you updated your licenses? Have you asked for an extension? Update "
996
+ "information concerning your products."
997
+ msgstr ""
998
+
999
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:25
1000
+ msgid "Update licence information"
1001
+ msgstr ""
1002
+
1003
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:35
1004
+ msgid "Products to be activated"
1005
+ msgstr ""
1006
+
1007
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:54
1008
+ msgid "Activate"
1009
+ msgstr ""
1010
+
1011
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:73
1012
+ msgid "Activated"
1013
+ msgstr ""
1014
+
1015
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:77
1016
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:109
1017
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:133
1018
+ #: ../templates/wishlist-view.php:62
1019
+ msgid "Product Name"
1020
+ msgstr "商品名稱"
1021
+
1022
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:78
1023
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:110
1024
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:134
1025
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:145
1026
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:337
1027
+ #: ../templates/share.php:40
1028
+ msgid "Email"
1029
+ msgstr ""
1030
+
1031
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:79
1032
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:111
1033
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:135
1034
+ msgid "Licence Key"
1035
+ msgstr ""
1036
+
1037
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:80
1038
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:136
1039
+ msgid "Expires"
1040
+ msgstr ""
1041
+
1042
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:81
1043
+ msgid "Remaining"
1044
+ msgstr ""
1045
+
1046
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:82
1047
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:95
1048
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:137
1049
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:147
1050
+ msgid "Renew"
1051
+ msgstr ""
1052
+
1053
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:93
1054
+ #, php-format
1055
+ msgid "%1s out of %2s"
1056
+ msgstr ""
1057
+
1058
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:105
1059
+ msgid "Banned"
1060
+ msgstr ""
1061
+
1062
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:129
1063
+ msgid "Expired"
1064
+ msgstr ""
1065
+
1066
+ #: ../plugin-fw/templates/metaboxes/types/ajax-products.php:23
1067
+ msgid "Search for a product"
1068
+ msgstr ""
1069
+
1070
+ #: ../plugin-fw/templates/metaboxes/types/categories.php:36
1071
+ msgid "No categories."
1072
+ msgstr ""
1073
+
1074
+ #: ../plugin-fw/templates/metaboxes/types/categories.php:42
1075
+ msgid "+ Add New Category"
1076
+ msgstr ""
1077
+
1078
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:5
1079
+ msgid "Text Input"
1080
+ msgstr ""
1081
+
1082
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:6
1083
+ msgid "Checkbox"
1084
+ msgstr ""
1085
+
1086
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:7
1087
+ #, fuzzy
1088
+ msgid "Select"
1089
+ msgstr "選擇日期"
1090
+
1091
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:8
1092
+ msgid "Textarea"
1093
+ msgstr ""
1094
+
1095
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:9
1096
+ msgid "Radio Input"
1097
+ msgstr ""
1098
+
1099
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:10
1100
+ msgid "Password Field"
1101
+ msgstr ""
1102
+
1103
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:11
1104
+ #, fuzzy
1105
+ msgid "File Upload"
1106
+ msgstr "上傳"
1107
+
1108
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:45
1109
+ msgid "Theme Icon"
1110
+ msgstr ""
1111
+
1112
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:46
1113
+ msgid "Custom Icon"
1114
+ msgstr ""
1115
+
1116
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:47
1117
+ #: ../plugin-fw/templates/metaboxes/types/responsivesliders.php:24
1118
+ msgid "None"
1119
+ msgstr ""
1120
+
1121
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:57
1122
+ msgid "Add field"
1123
+ msgstr ""
1124
+
1125
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:66
1126
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:258
1127
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:37
1128
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:82
1129
+ msgid "Remove"
1130
+ msgstr ""
1131
+
1132
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:67
1133
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:259
1134
+ msgid "Click to toggle"
1135
+ msgstr ""
1136
+
1137
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:74
1138
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:266
1139
+ msgid "Title Field"
1140
+ msgstr ""
1141
+
1142
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:78
1143
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:270
1144
+ msgid "Insert the title for the field."
1145
+ msgstr ""
1146
+
1147
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:83
1148
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:275
1149
+ msgid "Data Name"
1150
+ msgstr ""
1151
+
1152
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:87
1153
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:279
1154
+ msgid ""
1155
+ "REQUIRED: Field identification name to be entered into email body. "
1156
+ "<strong>Note:</strong>Use only lowercase characters and underscores."
1157
+ msgstr ""
1158
+
1159
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:92
1160
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:284
1161
+ msgid "Type field"
1162
+ msgstr ""
1163
+
1164
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:100
1165
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:292
1166
+ msgid "Select the type for this field."
1167
+ msgstr ""
1168
+
1169
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:105
1170
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:297
1171
+ msgid "Checked"
1172
+ msgstr ""
1173
+
1174
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:109
1175
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:301
1176
+ msgid "Select this option if you want this field appears as already checked."
1177
+ msgstr ""
1178
+
1179
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:114
1180
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:306
1181
+ #, fuzzy
1182
+ msgid "Add options "
1183
+ msgstr "選擇選項"
1184
+
1185
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:115
1186
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:307
1187
+ msgid "Add option"
1188
+ msgstr ""
1189
+
1190
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:118
1191
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:310
1192
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:432
1193
+ #, fuzzy
1194
+ msgid "Selected"
1195
+ msgstr "選擇日期"
1196
+
1197
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:121
1198
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:313
1199
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:432
1200
+ #, fuzzy
1201
+ msgid "Delete option"
1202
+ msgstr "選擇選項"
1203
+
1204
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:127
1205
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:319
1206
+ msgid "Error Message"
1207
+ msgstr ""
1208
+
1209
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:131
1210
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:323
1211
+ msgid "Insert the error message for validation."
1212
+ msgstr ""
1213
+
1214
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:136
1215
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:328
1216
+ msgid "Required"
1217
+ msgstr ""
1218
+
1219
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:140
1220
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:332
1221
+ msgid "Select this option if it must be required."
1222
+ msgstr ""
1223
+
1224
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:149
1225
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:341
1226
+ msgid "Select this option if the email must be valid."
1227
+ msgstr ""
1228
+
1229
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:154
1230
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:346
1231
+ msgid "Reply To"
1232
+ msgstr ""
1233
+
1234
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:158
1235
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:350
1236
+ msgid "Select this if it is the email you can reply to."
1237
+ msgstr ""
1238
+
1239
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:163
1240
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:355
1241
+ msgid "Class"
1242
+ msgstr ""
1243
+
1244
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:167
1245
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:359
1246
+ msgid ""
1247
+ "Insert additional class(es) (separated by commas) for more personalization."
1248
+ msgstr ""
1249
+
1250
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:172
1251
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:364
1252
+ msgid "Icon"
1253
+ msgstr ""
1254
+
1255
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:200
1256
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:388
1257
+ #: ../plugin-fw/templates/metaboxes/types/icon-list.php:69
1258
+ #: ../plugin-fw/templates/metaboxes/types/select-icon.php:33
1259
+ #: ../plugin-fw/templates/metaboxes/types/upload.php:21
1260
+ #: ../plugin-fw/templates/panel/types/upload.php:31
1261
+ #: ../plugin-fw/templates/panel/woocommerce/woocommerce-upload.php:35
1262
+ #: ../yit-common/yith-panel.php:417
1263
+ msgid "Upload"
1264
+ msgstr "上傳"
1265
+
1266
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:206
1267
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:394
1268
+ #: ../plugin-fw/templates/metaboxes/types/icon-list.php:75
1269
+ #: ../plugin-fw/templates/metaboxes/types/select-icon.php:39
1270
+ msgid "Image preview"
1271
+ msgstr ""
1272
+
1273
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:214
1274
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:402
1275
+ msgid "Insert an icon for more personalization."
1276
+ msgstr ""
1277
+
1278
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:219
1279
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:406
1280
+ msgid "Width"
1281
+ msgstr ""
1282
+
1283
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:244
1284
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:418
1285
+ msgid "Set field length."
1286
+ msgstr ""
1287
+
1288
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:28
1289
+ msgid "Close all"
1290
+ msgstr ""
1291
+
1292
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:28
1293
+ msgid "Expand all"
1294
+ msgstr ""
1295
+
1296
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:52
1297
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:95
1298
+ msgid "Value"
1299
+ msgstr ""
1300
+
1301
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:53
1302
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:96
1303
+ msgid "Content of the tab. (HTML is supported)"
1304
+ msgstr ""
1305
+
1306
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:65
1307
+ msgid "Add custom product tab"
1308
+ msgstr ""
1309
+
1310
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:107
1311
+ msgid "Do you want to remove the custom tab?"
1312
+ msgstr ""
1313
+
1314
+ #: ../plugin-fw/templates/metaboxes/types/icon-list.php:89
1315
+ #, php-format
1316
+ msgid "(Default: %s <img src=\"%s\"/>)"
1317
+ msgstr ""
1318
+
1319
+ #: ../plugin-fw/templates/metaboxes/types/icon-list.php:91
1320
+ #, php-format
1321
+ msgid "(Default: <i %s></i> )"
1322
+ msgstr ""
1323
+
1324
+ #: ../plugin-fw/templates/metaboxes/types/image-gallery.php:35
1325
+ #: ../plugin-fw/templates/metaboxes/types/image-gallery.php:40
1326
+ #: ../plugin-fw/templates/metaboxes/types/images.php:33
1327
+ #: ../plugin-fw/templates/metaboxes/types/images.php:59
1328
+ msgid "Delete image"
1329
+ msgstr ""
1330
+
1331
+ #: ../plugin-fw/templates/metaboxes/types/image-gallery.php:40
1332
+ msgid "Add Images to Gallery"
1333
+ msgstr ""
1334
+
1335
+ #: ../plugin-fw/templates/metaboxes/types/image-gallery.php:40
1336
+ msgid "Add to gallery"
1337
+ msgstr ""
1338
+
1339
+ #: ../plugin-fw/templates/metaboxes/types/image-gallery.php:40
1340
+ msgid "Add images"
1341
+ msgstr ""
1342
+
1343
+ #: ../plugin-fw/templates/metaboxes/types/image-gallery.php:40
1344
+ msgid "Delete"
1345
+ msgstr ""
1346
+
1347
+ #: ../plugin-fw/templates/metaboxes/types/images.php:37
1348
+ msgid "Upload new images"
1349
+ msgstr ""
1350
+
1351
+ #: ../plugin-fw/templates/metaboxes/types/images.php:70
1352
+ msgid "Are you sure you want to remove this image?"
1353
+ msgstr ""
1354
+
1355
+ #: ../plugin-fw/templates/metaboxes/types/sidebar-layout.php:25
1356
+ #: ../plugin-fw/templates/metaboxes/types/sidebars.php:36
1357
+ msgid "Left sidebar"
1358
+ msgstr ""
1359
+
1360
+ #: ../plugin-fw/templates/metaboxes/types/sidebar-layout.php:28
1361
+ #: ../plugin-fw/templates/metaboxes/types/sidebars.php:42
1362
+ #: ../plugin-fw/templates/metaboxes/types/sidebars.php:45
1363
+ msgid "No sidebar"
1364
+ msgstr ""
1365
+
1366
+ #: ../plugin-fw/templates/metaboxes/types/sidebar-layout.php:31
1367
+ #: ../plugin-fw/templates/metaboxes/types/sidebars.php:39
1368
+ msgid "Right sidebar"
1369
+ msgstr ""
1370
+
1371
+ #: ../plugin-fw/templates/metaboxes/types/sidebar-layout.php:34
1372
+ #: ../plugin-fw/templates/metaboxes/types/sidebars.php:53
1373
+ #: ../plugin-fw/templates/metaboxes/types/sidebars.php:64
1374
+ msgid "Choose a sidebar"
1375
+ msgstr ""
1376
+
1377
+ #: ../plugin-fw/templates/metaboxes/types/sidebars.php:51
1378
+ msgid "Left Sidebar"
1379
+ msgstr ""
1380
+
1381
+ #: ../plugin-fw/templates/metaboxes/types/sidebars.php:62
1382
+ msgid "Right Sidebar"
1383
+ msgstr ""
1384
+
1385
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:42
1386
+ #: ../yit-common/yith-panel.php:444
1387
+ msgid "px"
1388
+ msgstr ""
1389
+
1390
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:43
1391
+ #: ../yit-common/yith-panel.php:445
1392
+ msgid "em"
1393
+ msgstr ""
1394
+
1395
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:44
1396
+ #: ../yit-common/yith-panel.php:446
1397
+ msgid "pt"
1398
+ msgstr ""
1399
+
1400
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:45
1401
+ #: ../yit-common/yith-panel.php:447
1402
+ msgid "rem"
1403
+ msgstr ""
1404
+
1405
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:59
1406
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:153
1407
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:217
1408
+ msgid "Web fonts"
1409
+ msgstr ""
1410
+
1411
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:71
1412
+ msgid "Google fonts"
1413
+ msgstr ""
1414
+
1415
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:96
1416
+ #: ../yit-common/yith-panel.php:465
1417
+ msgid "Regular"
1418
+ msgstr ""
1419
+
1420
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:97
1421
+ #: ../yit-common/yith-panel.php:466
1422
+ msgid "Bold"
1423
+ msgstr ""
1424
+
1425
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:98
1426
+ #: ../yit-common/yith-panel.php:467
1427
+ msgid "Extra bold"
1428
+ msgstr ""
1429
+
1430
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:99
1431
+ #: ../yit-common/yith-panel.php:468
1432
+ msgid "Italic"
1433
+ msgstr ""
1434
+
1435
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:100
1436
+ #: ../yit-common/yith-panel.php:469
1437
+ msgid "Italic bold"
1438
+ msgstr ""
1439
+
1440
+ #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
1441
+ msgid "Reset Defaults"
1442
+ msgstr ""
1443
+
1444
+ #: ../templates/share.php:28
1445
+ msgid "Pinterest"
1446
+ msgstr ""
1447
+
1448
+ #: ../templates/share.php:34
1449
+ msgid "Google Plus"
1450
+ msgstr ""
1451
+
1452
+ #: ../templates/wishlist-view.php:23
1453
+ msgid "Edit title"
1454
+ msgstr ""
1455
+
1456
+ #: ../templates/wishlist-view.php:32
1457
+ msgid "Save"
1458
+ msgstr ""
1459
+
1460
+ #: ../templates/wishlist-view.php:36
1461
+ msgid "Cancel"
1462
+ msgstr ""
1463
+
1464
+ #: ../templates/wishlist-view.php:68
1465
+ msgid "Unit Price"
1466
+ msgstr "單價"
1467
+
1468
+ #: ../templates/wishlist-view.php:76
1469
+ msgid "Stock Status"
1470
+ msgstr "庫存狀態"
1471
+
1472
+ #: ../templates/wishlist-view.php:112
1473
+ msgid "Remove this product"
1474
+ msgstr "移除這個商品"
1475
+
1476
+ #: ../templates/wishlist-view.php:141
1477
+ msgid "Free!"
1478
+ msgstr "免費!"
1479
+
1480
+ #: ../templates/wishlist-view.php:152
1481
+ msgid "Out of Stock"
1482
+ msgstr "缺貨"
1483
+
1484
+ #: ../templates/wishlist-view.php:155
1485
+ msgid "In Stock"
1486
+ msgstr "有貨"
1487
+
1488
+ #: ../templates/wishlist-view.php:213 ../templates/wishlist-view.php:246
1489
+ msgid "Ask an estimate of costs"
1490
+ msgstr ""
1491
+
1492
+ #: ../yit-common/yith-panel.php:406
1493
+ msgid "Select a date"
1494
+ msgstr "選擇日期"
1495
+
1496
+ #: ../yit-common/yith-panel.php:407
1497
+ msgid "Hours"
1498
+ msgstr "小時"
1499
+
1500
+ #: ../yit-common/yith-panel.php:408 ../yit-common/yith-panel.php:409
1501
+ msgid "Minutes"
1502
+ msgstr "分"
1503
+
1504
+ #: ../yit-common/yith-panel.php:457
1505
+ msgid "Select a font family"
1506
+ msgstr ""
1507
+
1508
+ #: ../yit-common/yith-panel.php:481
1509
+ msgid "Click to preview"
1510
+ msgstr ""
1511
+
1512
+ #~ msgid "Cannot add to the cart as product is Out of Stock!"
1513
+ #~ msgstr "無法新增缺貨的商品到購物車!"
languages/yit.pot CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WCWL\n"
4
- "POT-Creation-Date: 2015-03-18 10:23+0100\n"
5
- "PO-Revision-Date: 2015-03-18 10:23+0100\n"
6
  "Last-Translator: Nicola Mustone <mail@nicolamustone.it>\n"
7
  "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
8
  "Language: English\n"
@@ -455,7 +455,7 @@ msgid ""
455
  "\">discover the PREMIUM version.</a>"
456
  msgstr ""
457
 
458
- #: ../includes/class.yith-wcwl-init.php:347
459
  msgid ""
460
  "We are sorry, but this feature is available only if cookies are enabled on "
461
  "your browser."
@@ -507,15 +507,15 @@ msgstr ""
507
  msgid "You need to log in before creating a new wishlist"
508
  msgstr ""
509
 
510
- #: ../includes/class.yith-wcwl.php:1301
511
  msgid "Product successfully removed."
512
  msgstr ""
513
 
514
- #: ../includes/class.yith-wcwl.php:1305
515
  msgid "Error. Unable to remove the product from the wishlist."
516
  msgstr ""
517
 
518
- #: ../includes/class.yith-wcwl.php:1309 ../templates/wishlist-view.php:181
519
  msgid "No products were added to the wishlist"
520
  msgstr ""
521
 
@@ -720,7 +720,7 @@ msgstr ""
720
  msgid "Add with multiupload"
721
  msgstr ""
722
 
723
- #: ../plugin-fw/lib/yit-plugin-panel-wc.php:315
724
  msgid "The changes you have made will be lost if you leave this page."
725
  msgstr ""
726
 
@@ -728,73 +728,73 @@ msgstr ""
728
  msgid "Plugin Settings"
729
  msgstr ""
730
 
731
- #: ../plugin-fw/lib/yit-plugin-panel.php:94
732
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:101
733
  msgid "YIT Plugins"
734
  msgstr ""
735
 
736
- #: ../plugin-fw/lib/yit-plugin-panel.php:273
737
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:142
738
  #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:5
739
  msgid "Save Changes"
740
  msgstr ""
741
 
742
- #: ../plugin-fw/lib/yit-plugin-panel.php:276
743
  #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:8
744
  msgid ""
745
  "If you continue with this action, you will reset all options in this page."
746
  msgstr ""
747
 
748
- #: ../plugin-fw/lib/yit-plugin-panel.php:278
749
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:147
750
  msgid "Reset to Default"
751
  msgstr ""
752
 
753
- #: ../plugin-fw/lib/yit-plugin-panel.php:278
754
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:147
755
  #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
756
  msgid "Are you sure?"
757
  msgstr ""
758
 
759
- #: ../plugin-fw/lib/yit-plugin-panel.php:412
760
  msgid ""
761
  "The element you have entered already exists. Please, enter another name."
762
  msgstr ""
763
 
764
- #: ../plugin-fw/lib/yit-plugin-panel.php:413
765
  msgid "Settings saved"
766
  msgstr ""
767
 
768
- #: ../plugin-fw/lib/yit-plugin-panel.php:414
769
  msgid "Settings reset"
770
  msgstr ""
771
 
772
- #: ../plugin-fw/lib/yit-plugin-panel.php:415
773
  msgid "Element deleted correctly."
774
  msgstr ""
775
 
776
- #: ../plugin-fw/lib/yit-plugin-panel.php:416
777
- #: ../plugin-fw/lib/yit-plugin-panel.php:417
778
  msgid "Element updated correctly."
779
  msgstr ""
780
 
781
- #: ../plugin-fw/lib/yit-plugin-panel.php:418
782
  msgid "Database imported correctly."
783
  msgstr ""
784
 
785
- #: ../plugin-fw/lib/yit-plugin-panel.php:419
786
  msgid "An error has occurred during import. Please try again."
787
  msgstr ""
788
 
789
- #: ../plugin-fw/lib/yit-plugin-panel.php:420
790
  msgid "The added file is not valid."
791
  msgstr ""
792
 
793
- #: ../plugin-fw/lib/yit-plugin-panel.php:421
794
  msgid "Sorry, import is disabled."
795
  msgstr ""
796
 
797
- #: ../plugin-fw/lib/yit-plugin-panel.php:422
798
  msgid "Sorting successful."
799
  msgstr ""
800
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WCWL\n"
4
+ "POT-Creation-Date: 2015-04-07 16:53+0100\n"
5
+ "PO-Revision-Date: 2015-04-07 16:53+0100\n"
6
  "Last-Translator: Nicola Mustone <mail@nicolamustone.it>\n"
7
  "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
8
  "Language: English\n"
455
  "\">discover the PREMIUM version.</a>"
456
  msgstr ""
457
 
458
+ #: ../includes/class.yith-wcwl-init.php:362
459
  msgid ""
460
  "We are sorry, but this feature is available only if cookies are enabled on "
461
  "your browser."
507
  msgid "You need to log in before creating a new wishlist"
508
  msgstr ""
509
 
510
+ #: ../includes/class.yith-wcwl.php:1307
511
  msgid "Product successfully removed."
512
  msgstr ""
513
 
514
+ #: ../includes/class.yith-wcwl.php:1311
515
  msgid "Error. Unable to remove the product from the wishlist."
516
  msgstr ""
517
 
518
+ #: ../includes/class.yith-wcwl.php:1315 ../templates/wishlist-view.php:181
519
  msgid "No products were added to the wishlist"
520
  msgstr ""
521
 
720
  msgid "Add with multiupload"
721
  msgstr ""
722
 
723
+ #: ../plugin-fw/lib/yit-plugin-panel-wc.php:295
724
  msgid "The changes you have made will be lost if you leave this page."
725
  msgstr ""
726
 
728
  msgid "Plugin Settings"
729
  msgstr ""
730
 
731
+ #: ../plugin-fw/lib/yit-plugin-panel.php:91
732
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:101
733
  msgid "YIT Plugins"
734
  msgstr ""
735
 
736
+ #: ../plugin-fw/lib/yit-plugin-panel.php:280
737
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:142
738
  #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:5
739
  msgid "Save Changes"
740
  msgstr ""
741
 
742
+ #: ../plugin-fw/lib/yit-plugin-panel.php:283
743
  #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:8
744
  msgid ""
745
  "If you continue with this action, you will reset all options in this page."
746
  msgstr ""
747
 
748
+ #: ../plugin-fw/lib/yit-plugin-panel.php:285
749
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:147
750
  msgid "Reset to Default"
751
  msgstr ""
752
 
753
+ #: ../plugin-fw/lib/yit-plugin-panel.php:285
754
  #: ../plugin-fw/lib/yit-plugin-subpanel.php:147
755
  #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
756
  msgid "Are you sure?"
757
  msgstr ""
758
 
759
+ #: ../plugin-fw/lib/yit-plugin-panel.php:419
760
  msgid ""
761
  "The element you have entered already exists. Please, enter another name."
762
  msgstr ""
763
 
764
+ #: ../plugin-fw/lib/yit-plugin-panel.php:420
765
  msgid "Settings saved"
766
  msgstr ""
767
 
768
+ #: ../plugin-fw/lib/yit-plugin-panel.php:421
769
  msgid "Settings reset"
770
  msgstr ""
771
 
772
+ #: ../plugin-fw/lib/yit-plugin-panel.php:422
773
  msgid "Element deleted correctly."
774
  msgstr ""
775
 
776
+ #: ../plugin-fw/lib/yit-plugin-panel.php:423
777
+ #: ../plugin-fw/lib/yit-plugin-panel.php:424
778
  msgid "Element updated correctly."
779
  msgstr ""
780
 
781
+ #: ../plugin-fw/lib/yit-plugin-panel.php:425
782
  msgid "Database imported correctly."
783
  msgstr ""
784
 
785
+ #: ../plugin-fw/lib/yit-plugin-panel.php:426
786
  msgid "An error has occurred during import. Please try again."
787
  msgstr ""
788
 
789
+ #: ../plugin-fw/lib/yit-plugin-panel.php:427
790
  msgid "The added file is not valid."
791
  msgstr ""
792
 
793
+ #: ../plugin-fw/lib/yit-plugin-panel.php:428
794
  msgid "Sorry, import is disabled."
795
  msgstr ""
796
 
797
+ #: ../plugin-fw/lib/yit-plugin-panel.php:429
798
  msgid "Sorting successful."
799
  msgstr ""
800
 
plugin-fw/assets/css/yit-plugin-panel.css CHANGED
@@ -50,7 +50,8 @@
50
  top: -30px;
51
  }
52
  /*handle*/
53
- .yit-options .ui-slider-horizontal .ui-slider-handle {
 
54
  background: transparent url(../images/slider/handle.png) no-repeat left top !important;
55
  border: 0px !important;
56
  top: -.35em !important;
@@ -59,7 +60,8 @@
59
  }
60
 
61
  /*bg on the left:grey*/
62
- .yit-options .ui-slider.ui-widget-content {
 
63
  background: url(../images/slider/grey.gif) repeat-x left center !important;
64
  border-color: #c1c1c0 !important;
65
  height: 10px !important;
@@ -83,9 +85,11 @@
83
  .plugin-option tr{
84
  border-bottom: 1px solid #ccc;
85
  }
86
- .plugin-option .yit_options{
 
87
  border-bottom: 0px;
88
  }
 
89
  .plugin-option .yit_options .option {
90
  width: 600px;
91
  float: left;
@@ -95,6 +99,7 @@
95
  padding: 25px 10px;
96
  }
97
 
 
98
  .yit-options .select_wrapper {
99
  background: url("../images/select.png") no-repeat scroll right center #FAFAFA;
100
  border-color: #CCCCCC #EEEEEE #EEEEEE #CCCCCC;
@@ -165,10 +170,11 @@
165
  position: absolute;
166
  z-index: 2;
167
  }
168
- .ie8 .yit_options select {
 
169
  height: 26px;
170
  }
171
- .yit_options select, .the-metabox .select_wrapper select {
172
  cursor: pointer;
173
  height: 28px;
174
  margin: 0;
50
  top: -30px;
51
  }
52
  /*handle*/
53
+ .yit-options .ui-slider-horizontal .ui-slider-handle,
54
+ .yit_options .ui-slider-horizontal .ui-slider-handle {
55
  background: transparent url(../images/slider/handle.png) no-repeat left top !important;
56
  border: 0px !important;
57
  top: -.35em !important;
60
  }
61
 
62
  /*bg on the left:grey*/
63
+ .yit-options .ui-slider.ui-widget-content,
64
+ .yit_options .ui-slider.ui-widget-content {
65
  background: url(../images/slider/grey.gif) repeat-x left center !important;
66
  border-color: #c1c1c0 !important;
67
  height: 10px !important;
85
  .plugin-option tr{
86
  border-bottom: 1px solid #ccc;
87
  }
88
+ .plugin-option .yit_options,
89
+ .plugin-option .yit-options{
90
  border-bottom: 0px;
91
  }
92
+ .plugin-option .yit-options .option,
93
  .plugin-option .yit_options .option {
94
  width: 600px;
95
  float: left;
99
  padding: 25px 10px;
100
  }
101
 
102
+ .yit_options .select_wrapper,
103
  .yit-options .select_wrapper {
104
  background: url("../images/select.png") no-repeat scroll right center #FAFAFA;
105
  border-color: #CCCCCC #EEEEEE #EEEEEE #CCCCCC;
170
  position: absolute;
171
  z-index: 2;
172
  }
173
+ .ie8 .yit_options select,
174
+ .ie8 .yit-options select {
175
  height: 26px;
176
  }
177
+ .yit_options select, .yit-options select, .the-metabox .select_wrapper select {
178
  cursor: pointer;
179
  height: 28px;
180
  margin: 0;
plugin-fw/assets/js/chosen/ajax-chosen.jquery.js ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ // Generated by CoffeeScript 1.3.1
2
+
3
+ (function($) {
4
+ return $.fn.ajaxChosen = function(settings, callback) {
5
+ var chosenXhr, defaultOptions, options, select;
6
+ if (settings == null) {
7
+ settings = {};
8
+ }
9
+ if (callback == null) {
10
+ callback = function() {};
11
+ }
12
+ defaultOptions = {
13
+ minTermLength: 3,
14
+ afterTypeDelay: 500,
15
+ jsonTermKey: "term"
16
+ };
17
+ select = this;
18
+ chosenXhr = null;
19
+ options = $.extend({}, defaultOptions, settings);
20
+ this.chosen();
21
+ return this.each(function() {
22
+ return $(this).next('.chosen-container').find(".search-field > input, .chosen-search > input").bind('keyup', function() {
23
+ var field, msg, success, val;
24
+ val = $.trim($(this).attr('value'));
25
+ msg = val.length < options.minTermLength ? "Keep typing..." : "Looking for '" + val + "'";
26
+ select.next('.chosen-container').find('.no-results').text(msg);
27
+ if (val === $(this).data('prevVal')) {
28
+ return false;
29
+ }
30
+ $(this).data('prevVal', val);
31
+ if (this.timer) {
32
+ clearTimeout(this.timer);
33
+ }
34
+ if (val.length < options.minTermLength) {
35
+ return false;
36
+ }
37
+ field = $(this);
38
+ if (!(options.data != null)) {
39
+ options.data = {};
40
+ }
41
+ options.data[options.jsonTermKey] = val;
42
+ if (options.dataCallback != null) {
43
+ options.data = options.dataCallback(options.data);
44
+ }
45
+ success = options.success;
46
+ options.success = function(data) {
47
+ var items, selected_values;
48
+ if (!(data != null)) {
49
+ return;
50
+ }
51
+ selected_values = [];
52
+ select.find('option').each(function() {
53
+ if (!$(this).is(":selected")) {
54
+ return $(this).remove();
55
+ } else {
56
+ return selected_values.push($(this).val() + "-" + $(this).text());
57
+ }
58
+ });
59
+ items = callback(data);
60
+ $.each(items, function(value, text) {
61
+ if ($.inArray(value + "-" + text, selected_values) === -1) {
62
+ return $("<option />").attr('value', value).html(text).appendTo(select);
63
+ }
64
+ });
65
+ select.trigger("chosen:updated");
66
+ if (success != null) {
67
+ success(data);
68
+ }
69
+ field.attr('value', val);
70
+ return field.css('width', 'auto');
71
+ };
72
+ return this.timer = setTimeout(function() {
73
+ if (chosenXhr) {
74
+ chosenXhr.abort();
75
+ }
76
+ return chosenXhr = $.ajax(options);
77
+ }, options.afterTypeDelay);
78
+ });
79
+ });
80
+ };
81
+ })(jQuery);
plugin-fw/assets/js/chosen/ajax-chosen.jquery.min.js ADDED
@@ -0,0 +1,2 @@
 
 
1
+ // Generated by CoffeeScript 1.3.1
2
+ (function(e){return e.fn.ajaxChosen=function(t,n){var r,i,s,o;t==null&&(t={});n==null&&(n=function(){});i={minTermLength:3,afterTypeDelay:500,jsonTermKey:"term"};o=this;r=null;s=e.extend({},i,t);this.chosen();return this.each(function(){return e(this).next(".chosen-container").find(".search-field > input, .chosen-search > input").bind("keyup",function(){var t,i,u,a;a=e.trim(e(this).attr("value"));i=a.length<s.minTermLength?"Keep typing...":"Looking for '"+a+"'";o.next(".chosen-container").find(".no-results").text(i);if(a===e(this).data("prevVal"))return!1;e(this).data("prevVal",a);this.timer&&clearTimeout(this.timer);if(a.length<s.minTermLength)return!1;t=e(this);s.data==null&&(s.data={});s.data[s.jsonTermKey]=a;s.dataCallback!=null&&(s.data=s.dataCallback(s.data));u=s.success;s.success=function(r){var i,s;if(r==null)return;s=[];o.find("option").each(function(){return e(this).is(":selected")?s.push(e(this).val()+"-"+e(this).text()):e(this).remove()});i=n(r);e.each(i,function(t,n){if(e.inArray(t+"-"+n,s)===-1)return e("<option />").attr("value",t).html(n).appendTo(o)});o.trigger("chosen:updated");u!=null&&u(r);t.attr("value",a);return t.css("width","auto")};return this.timer=setTimeout(function(){r&&r.abort();return r=e.ajax(s)},s.afterTypeDelay)})})}})(jQuery);
plugin-fw/lib/yit-cpt-unlimited.php CHANGED
@@ -292,9 +292,9 @@ class YIT_CPT_Unlimited {
292
  }
293
 
294
  public function filter_active( $wp_query ) {
295
- if ( isset( $wp_query->query['suppress_filters'] ) )
296
  $wp_query->query['suppress_filters'] = false;
297
- if ( isset( $wp_query->query_vars['suppress_filters'] ) )
298
  $wp_query->query_vars['suppress_filters'] = false;
299
  return $wp_query;
300
  }
292
  }
293
 
294
  public function filter_active( $wp_query ) {
295
+ if ( is_admin() && isset( $wp_query->query['suppress_filters'] ) )
296
  $wp_query->query['suppress_filters'] = false;
297
+ if ( is_admin() && isset( $wp_query->query_vars['suppress_filters'] ) )
298
  $wp_query->query_vars['suppress_filters'] = false;
299
  return $wp_query;
300
  }
plugin-fw/lib/yit-metabox.php CHANGED
@@ -154,13 +154,11 @@ if ( ! class_exists( 'YIT_Metabox' ) ) {
154
  wp_enqueue_script( 'jquery-ui-datepicker' );
155
  wp_enqueue_script( 'yit-spinner', YIT_CORE_PLUGIN_URL . '/assets/js/panel.spinner.js', array( 'jquery' ), '0.0.1', true );
156
  wp_enqueue_script( 'jquery-chosen', YIT_CORE_PLUGIN_URL . '/assets/js/chosen/chosen.jquery.js', array( 'jquery' ), '1.1.0', true );
 
157
  wp_enqueue_script( 'yit-metabox', YIT_CORE_PLUGIN_URL . '/assets/js/metabox.js', array( 'jquery', 'wp-color-picker' ), '1.0.0', true );
158
  wp_enqueue_style( 'jquery-ui-overcast', YIT_CORE_PLUGIN_URL . '/assets/css/overcast/jquery-ui-1.8.9.custom.css', false, '1.8.9', 'all' );
159
 
160
- if( function_exists( 'WC' ) ){
161
 
162
- wp_enqueue_script('ajax-chosen');
163
- }
164
  }
165
 
166
  /**
154
  wp_enqueue_script( 'jquery-ui-datepicker' );
155
  wp_enqueue_script( 'yit-spinner', YIT_CORE_PLUGIN_URL . '/assets/js/panel.spinner.js', array( 'jquery' ), '0.0.1', true );
156
  wp_enqueue_script( 'jquery-chosen', YIT_CORE_PLUGIN_URL . '/assets/js/chosen/chosen.jquery.js', array( 'jquery' ), '1.1.0', true );
157
+ wp_enqueue_script( 'ajax-chosen', yit_load_js_file( YIT_CORE_PLUGIN_URL . '/assets/js/chosen/ajax-chosen.jquery.js' ), array( 'jquery' ), '1.1.0', true );
158
  wp_enqueue_script( 'yit-metabox', YIT_CORE_PLUGIN_URL . '/assets/js/metabox.js', array( 'jquery', 'wp-color-picker' ), '1.0.0', true );
159
  wp_enqueue_style( 'jquery-ui-overcast', YIT_CORE_PLUGIN_URL . '/assets/css/overcast/jquery-ui-1.8.9.custom.css', false, '1.8.9', 'all' );
160
 
 
161
 
 
 
162
  }
163
 
164
  /**
plugin-fw/lib/yit-plugin-common.php CHANGED
@@ -406,6 +406,7 @@ class YIT_Plugin_Common {
406
  '\f0f9' => 'ambulance',
407
  '\f13d' => 'anchor',
408
  '\f17b' => 'android',
 
409
  '\f103' => 'angle-double-down',
410
  '\f100' => 'angle-double-left',
411
  '\f101' => 'angle-double-right',
@@ -416,6 +417,7 @@ class YIT_Plugin_Common {
416
  '\f106' => 'angle-up',
417
  '\f179' => 'apple',
418
  '\f187' => 'archive',
 
419
  '\f0ab' => 'arrow-circle-down',
420
  '\f0a8' => 'arrow-circle-left',
421
  '\f01a' => 'arrow-circle-o-down',
@@ -433,31 +435,51 @@ class YIT_Plugin_Common {
433
  '\f07e' => 'arrows-h',
434
  '\f07d' => 'arrows-v',
435
  '\f069' => 'asterisk',
 
 
436
  '\f04a' => 'backward',
437
  '\f05e' => 'ban',
 
 
438
  '\f080' => 'bar-chart-o',
439
  '\f02a' => 'barcode',
440
  '\f0c9' => 'bars',
 
441
  '\f0fc' => 'beer',
 
 
442
  '\f0f3' => 'bell',
443
  '\f0a2' => 'bell-o',
 
 
 
 
 
444
  '\f171' => 'bitbucket',
445
  '\f172' => 'bitbucket-square',
 
446
  '\f032' => 'bold',
447
  '\f0e7' => 'bolt',
 
448
  '\f02d' => 'book',
449
  '\f02e' => 'bookmark',
450
  '\f097' => 'bookmark-o',
451
  '\f0b1' => 'briefcase',
452
  '\f15a' => 'btc',
453
  '\f188' => 'bug',
 
454
  '\f0f7' => 'building-o',
455
  '\f0a1' => 'bullhorn',
456
  '\f140' => 'bullseye',
 
 
 
 
457
  '\f073' => 'calendar',
458
  '\f133' => 'calendar-o',
459
  '\f030' => 'camera',
460
  '\f083' => 'camera-retro',
 
461
  '\f0d7' => 'caret-down',
462
  '\f0d9' => 'caret-left',
463
  '\f0da' => 'caret-right',
@@ -466,7 +488,17 @@ class YIT_Plugin_Common {
466
  '\f152' => 'caret-square-o-right',
467
  '\f151' => 'caret-square-o-up',
468
  '\f0d8' => 'caret-up',
 
 
 
 
 
 
 
 
 
469
  '\f0a3' => 'certificate',
 
470
  '\f127' => 'chain-broken',
471
  '\f00c' => 'check',
472
  '\f058' => 'check-circle',
@@ -481,14 +513,21 @@ class YIT_Plugin_Common {
481
  '\f053' => 'chevron-left',
482
  '\f054' => 'chevron-right',
483
  '\f077' => 'chevron-up',
 
 
484
  '\f10c' => 'circle-o',
 
 
485
  '\f0ea' => 'clipboard',
486
  '\f017' => 'clock-o',
 
487
  '\f0c2' => 'cloud',
488
  '\f0ed' => 'cloud-download',
489
  '\f0ee' => 'cloud-upload',
 
490
  '\f121' => 'code',
491
  '\f126' => 'code-fork',
 
492
  '\f0f4' => 'coffee',
493
  '\f013' => 'cog',
494
  '\f085' => 'cogs',
@@ -499,23 +538,43 @@ class YIT_Plugin_Common {
499
  '\f0e6' => 'comments-o',
500
  '\f14e' => 'compass',
501
  '\f066' => 'compress',
 
 
 
502
  '\f09d' => 'credit-card',
503
  '\f125' => 'crop',
504
  '\f05b' => 'crosshairs',
505
  '\f13c' => 'css3',
 
 
 
506
  '\f0f5' => 'cutlery',
 
 
 
 
 
507
  '\f108' => 'desktop',
 
 
 
 
508
  '\f192' => 'dot-circle-o',
509
  '\f019' => 'download',
510
  '\f17d' => 'dribbble',
511
  '\f16b' => 'dropbox',
 
 
512
  '\f052' => 'eject',
513
  '\f141' => 'ellipsis-h',
514
  '\f142' => 'ellipsis-v',
 
515
  '\f0e0' => 'envelope',
516
  '\f003' => 'envelope-o',
 
517
  '\f12d' => 'eraser',
518
  '\f153' => 'eur',
 
519
  '\f0ec' => 'exchange',
520
  '\f12a' => 'exclamation',
521
  '\f06a' => 'exclamation-circle',
@@ -525,16 +584,34 @@ class YIT_Plugin_Common {
525
  '\f14c' => 'external-link-square',
526
  '\f06e' => 'eye',
527
  '\f070' => 'eye-slash',
 
528
  '\f09a' => 'facebook',
 
 
529
  '\f082' => 'facebook-square',
530
  '\f049' => 'fast-backward',
531
  '\f050' => 'fast-forward',
 
532
  '\f182' => 'female',
533
  '\f0fb' => 'fighter-jet',
534
  '\f15b' => 'file',
 
 
 
 
 
 
535
  '\f016' => 'file-o',
 
 
 
 
 
536
  '\f15c' => 'file-text',
537
  '\f0f6' => 'file-text-o',
 
 
 
538
  '\f0c5' => 'files-o',
539
  '\f008' => 'film',
540
  '\f0b0' => 'filter',
@@ -543,6 +620,7 @@ class YIT_Plugin_Common {
543
  '\f024' => 'flag',
544
  '\f11e' => 'flag-checkered',
545
  '\f11d' => 'flag-o',
 
546
  '\f0c3' => 'flask',
547
  '\f16e' => 'flickr',
548
  '\f0c7' => 'floppy-o',
@@ -551,50 +629,84 @@ class YIT_Plugin_Common {
551
  '\f07c' => 'folder-open',
552
  '\f115' => 'folder-open-o',
553
  '\f031' => 'font',
 
554
  '\f04e' => 'forward',
555
  '\f180' => 'foursquare',
556
  '\f119' => 'frown-o',
 
557
  '\f11b' => 'gamepad',
558
  '\f0e3' => 'gavel',
559
  '\f154' => 'gbp',
 
 
 
 
560
  '\f06b' => 'gift',
 
 
561
  '\f09b' => 'github',
562
  '\f113' => 'github-alt',
563
  '\f092' => 'github-square',
564
  '\f184' => 'gittip',
565
  '\f000' => 'glass',
566
  '\f0ac' => 'globe',
 
567
  '\f0d5' => 'google-plus',
568
  '\f0d4' => 'google-plus-square',
 
 
 
 
569
  '\f0fd' => 'h-square',
 
570
  '\f0a7' => 'hand-o-down',
571
  '\f0a5' => 'hand-o-left',
572
  '\f0a4' => 'hand-o-right',
573
  '\f0a6' => 'hand-o-up',
574
  '\f0a0' => 'hdd-o',
 
575
  '\f025' => 'headphones',
576
  '\f004' => 'heart',
577
  '\f08a' => 'heart-o',
 
 
578
  '\f015' => 'home',
579
  '\f0f8' => 'hospital-o',
 
580
  '\f13b' => 'html5',
 
 
581
  '\f01c' => 'inbox',
582
  '\f03c' => 'indent',
583
  '\f129' => 'info',
584
  '\f05a' => 'info-circle',
585
  '\f156' => 'inr',
586
  '\f16d' => 'instagram',
 
 
587
  '\f033' => 'italic',
 
588
  '\f157' => 'jpy',
 
589
  '\f084' => 'key',
590
  '\f11c' => 'keyboard-o',
591
  '\f159' => 'krw',
 
592
  '\f109' => 'laptop',
 
 
593
  '\f06c' => 'leaf',
 
 
594
  '\f094' => 'lemon-o',
595
  '\f149' => 'level-down',
596
  '\f148' => 'level-up',
 
 
 
 
597
  '\f0eb' => 'lightbulb-o',
 
598
  '\f0c1' => 'link',
599
  '\f0e1' => 'linkedin',
600
  '\f08c' => 'linkedin-square',
@@ -611,12 +723,22 @@ class YIT_Plugin_Common {
611
  '\f176' => 'long-arrow-up',
612
  '\f0d0' => 'magic',
613
  '\f076' => 'magnet',
 
 
614
  '\f122' => 'mail-reply-all',
615
  '\f183' => 'male',
616
  '\f041' => 'map-marker',
 
 
 
 
 
617
  '\f136' => 'maxcdn',
 
 
618
  '\f0fa' => 'medkit',
619
  '\f11a' => 'meh-o',
 
620
  '\f130' => 'microphone',
621
  '\f131' => 'microphone-slash',
622
  '\f068' => 'minus',
@@ -624,25 +746,45 @@ class YIT_Plugin_Common {
624
  '\f146' => 'minus-square',
625
  '\f147' => 'minus-square-o',
626
  '\f10b' => 'mobile',
 
627
  '\f0d6' => 'money',
628
  '\f186' => 'moon-o',
 
 
629
  '\f001' => 'music',
 
 
 
 
630
  '\f03b' => 'outdent',
631
  '\f18c' => 'pagelines',
 
 
 
632
  '\f0c6' => 'paperclip',
 
 
633
  '\f04c' => 'pause',
 
 
634
  '\f040' => 'pencil',
635
  '\f14b' => 'pencil-square',
636
  '\f044' => 'pencil-square-o',
637
  '\f095' => 'phone',
638
  '\f098' => 'phone-square',
 
639
  '\f03e' => 'picture-o',
 
 
 
640
  '\f0d2' => 'pinterest',
 
641
  '\f0d3' => 'pinterest-square',
642
  '\f072' => 'plane',
643
  '\f04b' => 'play',
644
  '\f144' => 'play-circle',
645
  '\f01d' => 'play-circle-o',
 
646
  '\f067' => 'plus',
647
  '\f055' => 'plus-circle',
648
  '\f0fe' => 'plus-square',
@@ -650,71 +792,119 @@ class YIT_Plugin_Common {
650
  '\f011' => 'power-off',
651
  '\f02f' => 'print',
652
  '\f12e' => 'puzzle-piece',
 
653
  '\f029' => 'qrcode',
654
  '\f128' => 'question',
655
  '\f059' => 'question-circle',
656
  '\f10d' => 'quote-left',
657
  '\f10e' => 'quote-right',
 
658
  '\f074' => 'random',
 
 
 
 
659
  '\f021' => 'refresh',
 
660
  '\f18b' => 'renren',
 
661
  '\f01e' => 'repeat',
662
  '\f112' => 'reply',
663
  '\f122' => 'reply-all',
664
  '\f079' => 'retweet',
 
665
  '\f018' => 'road',
666
  '\f135' => 'rocket',
 
 
 
667
  '\f09e' => 'rss',
668
  '\f143' => 'rss-square',
669
  '\f158' => 'rub',
 
 
 
670
  '\f0c4' => 'scissors',
671
  '\f002' => 'search',
672
  '\f010' => 'search-minus',
673
  '\f00e' => 'search-plus',
 
 
 
 
674
  '\f064' => 'share',
 
 
675
  '\f14d' => 'share-square',
676
  '\f045' => 'share-square-o',
 
 
677
  '\f132' => 'shield',
 
 
678
  '\f07a' => 'shopping-cart',
679
  '\f090' => 'sign-in',
680
  '\f08b' => 'sign-out',
681
  '\f012' => 'signal',
 
682
  '\f0e8' => 'sitemap',
 
683
  '\f17e' => 'skype',
 
 
 
684
  '\f118' => 'smile-o',
 
685
  '\f0dc' => 'sort',
686
  '\f15d' => 'sort-alpha-asc',
687
  '\f15e' => 'sort-alpha-desc',
688
  '\f160' => 'sort-amount-asc',
689
  '\f161' => 'sort-amount-desc',
690
- '\f0dd' => 'sort-asc',
691
- '\f0de' => 'sort-desc',
 
692
  '\f162' => 'sort-numeric-asc',
693
  '\f163' => 'sort-numeric-desc',
 
 
 
694
  '\f110' => 'spinner',
 
 
695
  '\f0c8' => 'square',
696
  '\f096' => 'square-o',
697
  '\f18d' => 'stack-exchange',
698
  '\f16c' => 'stack-overflow',
699
  '\f005' => 'star',
700
  '\f089' => 'star-half',
 
 
701
  '\f123' => 'star-half-o',
702
  '\f006' => 'star-o',
 
 
703
  '\f048' => 'step-backward',
704
  '\f051' => 'step-forward',
705
  '\f0f1' => 'stethoscope',
706
  '\f04d' => 'stop',
 
707
  '\f0cc' => 'strikethrough',
 
 
708
  '\f12c' => 'subscript',
 
709
  '\f0f2' => 'suitcase',
710
  '\f185' => 'sun-o',
711
  '\f12b' => 'superscript',
 
712
  '\f0ce' => 'table',
713
  '\f10a' => 'tablet',
714
  '\f0e4' => 'tachometer',
715
  '\f02b' => 'tag',
716
  '\f02c' => 'tags',
717
  '\f0ae' => 'tasks',
 
 
718
  '\f120' => 'terminal',
719
  '\f034' => 'text-height',
720
  '\f035' => 'text-width',
@@ -731,40 +921,75 @@ class YIT_Plugin_Common {
731
  '\f057' => 'times-circle',
732
  '\f05c' => 'times-circle-o',
733
  '\f043' => 'tint',
 
 
 
 
 
 
 
 
 
 
734
  '\f014' => 'trash-o',
 
735
  '\f181' => 'trello',
736
  '\f091' => 'trophy',
737
  '\f0d1' => 'truck',
738
  '\f195' => 'try',
 
739
  '\f173' => 'tumblr',
740
  '\f174' => 'tumblr-square',
 
 
741
  '\f099' => 'twitter',
742
  '\f081' => 'twitter-square',
743
  '\f0e9' => 'umbrella',
744
  '\f0cd' => 'underline',
745
  '\f0e2' => 'undo',
 
 
746
  '\f09c' => 'unlock',
747
  '\f13e' => 'unlock-alt',
 
748
  '\f093' => 'upload',
749
  '\f155' => 'usd',
750
  '\f007' => 'user',
751
  '\f0f0' => 'user-md',
 
 
 
752
  '\f0c0' => 'users',
 
 
 
 
753
  '\f03d' => 'video-camera',
754
  '\f194' => 'vimeo-square',
 
755
  '\f189' => 'vk',
756
  '\f027' => 'volume-down',
757
  '\f026' => 'volume-off',
758
  '\f028' => 'volume-up',
 
 
759
  '\f18a' => 'weibo',
 
 
760
  '\f193' => 'wheelchair',
 
761
  '\f17a' => 'windows',
 
 
762
  '\f0ad' => 'wrench',
763
  '\f168' => 'xing',
764
  '\f169' => 'xing-square',
 
 
 
765
  '\f167' => 'youtube',
766
  '\f16a' => 'youtube-play',
767
- '\f166' => 'youtube-square'
768
  ),
769
 
770
  'awesome_icons_socials' =>array(
406
  '\f0f9' => 'ambulance',
407
  '\f13d' => 'anchor',
408
  '\f17b' => 'android',
409
+ '\f209' => 'angellist',
410
  '\f103' => 'angle-double-down',
411
  '\f100' => 'angle-double-left',
412
  '\f101' => 'angle-double-right',
417
  '\f106' => 'angle-up',
418
  '\f179' => 'apple',
419
  '\f187' => 'archive',
420
+ '\f1fe' => 'area-chart',
421
  '\f0ab' => 'arrow-circle-down',
422
  '\f0a8' => 'arrow-circle-left',
423
  '\f01a' => 'arrow-circle-o-down',
435
  '\f07e' => 'arrows-h',
436
  '\f07d' => 'arrows-v',
437
  '\f069' => 'asterisk',
438
+ '\f1fa' => 'at',
439
+ '\f1b9' => 'automobile',
440
  '\f04a' => 'backward',
441
  '\f05e' => 'ban',
442
+ '\f19c' => 'bank',
443
+ '\f080' => 'bar-chart',
444
  '\f080' => 'bar-chart-o',
445
  '\f02a' => 'barcode',
446
  '\f0c9' => 'bars',
447
+ '\f236' => 'bed',
448
  '\f0fc' => 'beer',
449
+ '\f1b4' => 'behance',
450
+ '\f1b5' => 'behance-square',
451
  '\f0f3' => 'bell',
452
  '\f0a2' => 'bell-o',
453
+ '\f1f6' => 'bell-slash',
454
+ '\f1f7' => 'bell-slash-o',
455
+ '\f206' => 'bicycle',
456
+ '\f1e5' => 'binoculars',
457
+ '\f1fd' => 'birthday-cake',
458
  '\f171' => 'bitbucket',
459
  '\f172' => 'bitbucket-square',
460
+ '\f15a' => 'bitcoin',
461
  '\f032' => 'bold',
462
  '\f0e7' => 'bolt',
463
+ '\f1e2' => 'bomb',
464
  '\f02d' => 'book',
465
  '\f02e' => 'bookmark',
466
  '\f097' => 'bookmark-o',
467
  '\f0b1' => 'briefcase',
468
  '\f15a' => 'btc',
469
  '\f188' => 'bug',
470
+ '\f1ad' => 'building',
471
  '\f0f7' => 'building-o',
472
  '\f0a1' => 'bullhorn',
473
  '\f140' => 'bullseye',
474
+ '\f207' => 'bus',
475
+ '\f20d' => 'buysellads',
476
+ '\f1ba' => 'cab',
477
+ '\f1ec' => 'calculator',
478
  '\f073' => 'calendar',
479
  '\f133' => 'calendar-o',
480
  '\f030' => 'camera',
481
  '\f083' => 'camera-retro',
482
+ '\f1b9' => 'car',
483
  '\f0d7' => 'caret-down',
484
  '\f0d9' => 'caret-left',
485
  '\f0da' => 'caret-right',
488
  '\f152' => 'caret-square-o-right',
489
  '\f151' => 'caret-square-o-up',
490
  '\f0d8' => 'caret-up',
491
+ '\f218' => 'cart-arrow-down',
492
+ '\f217' => 'cart-plus',
493
+ '\f20a' => 'cc',
494
+ '\f1f3' => 'cc-amex',
495
+ '\f1f2' => 'cc-discover',
496
+ '\f1f1' => 'cc-mastercard',
497
+ '\f1f4' => 'cc-paypal',
498
+ '\f1f5' => 'cc-stripe',
499
+ '\f1f0' => 'cc-visa',
500
  '\f0a3' => 'certificate',
501
+ '\f0c1' => 'chain',
502
  '\f127' => 'chain-broken',
503
  '\f00c' => 'check',
504
  '\f058' => 'check-circle',
513
  '\f053' => 'chevron-left',
514
  '\f054' => 'chevron-right',
515
  '\f077' => 'chevron-up',
516
+ '\f1ae' => 'child',
517
+ '\f111' => 'circle',
518
  '\f10c' => 'circle-o',
519
+ '\f1ce' => 'circle-o-notch',
520
+ '\f1db' => 'circle-thin',
521
  '\f0ea' => 'clipboard',
522
  '\f017' => 'clock-o',
523
+ '\f00d' => 'close',
524
  '\f0c2' => 'cloud',
525
  '\f0ed' => 'cloud-download',
526
  '\f0ee' => 'cloud-upload',
527
+ '\f157' => 'cny',
528
  '\f121' => 'code',
529
  '\f126' => 'code-fork',
530
+ '\f1cb' => 'codepen',
531
  '\f0f4' => 'coffee',
532
  '\f013' => 'cog',
533
  '\f085' => 'cogs',
538
  '\f0e6' => 'comments-o',
539
  '\f14e' => 'compass',
540
  '\f066' => 'compress',
541
+ '\f20e' => 'connectdevelop',
542
+ '\f0c5' => 'copy',
543
+ '\f1f9' => 'copyright',
544
  '\f09d' => 'credit-card',
545
  '\f125' => 'crop',
546
  '\f05b' => 'crosshairs',
547
  '\f13c' => 'css3',
548
+ '\f1b2' => 'cube',
549
+ '\f1b3' => 'cubes',
550
+ '\f0c4' => 'cut',
551
  '\f0f5' => 'cutlery',
552
+ '\f0e4' => 'dashboard',
553
+ '\f210' => 'dashcube',
554
+ '\f1c0' => 'database',
555
+ '\f03b' => 'dedent',
556
+ '\f1a5' => 'delicious',
557
  '\f108' => 'desktop',
558
+ '\f1bd' => 'deviantart',
559
+ '\f219' => 'diamond',
560
+ '\f1a6' => 'digg',
561
+ '\f155' => 'dollar',
562
  '\f192' => 'dot-circle-o',
563
  '\f019' => 'download',
564
  '\f17d' => 'dribbble',
565
  '\f16b' => 'dropbox',
566
+ '\f1a9' => 'drupal',
567
+ '\f044' => 'edit',
568
  '\f052' => 'eject',
569
  '\f141' => 'ellipsis-h',
570
  '\f142' => 'ellipsis-v',
571
+ '\f1d1' => 'empire',
572
  '\f0e0' => 'envelope',
573
  '\f003' => 'envelope-o',
574
+ '\f199' => 'envelope-square',
575
  '\f12d' => 'eraser',
576
  '\f153' => 'eur',
577
+ '\f153' => 'euro',
578
  '\f0ec' => 'exchange',
579
  '\f12a' => 'exclamation',
580
  '\f06a' => 'exclamation-circle',
584
  '\f14c' => 'external-link-square',
585
  '\f06e' => 'eye',
586
  '\f070' => 'eye-slash',
587
+ '\f1fb' => 'eyedropper',
588
  '\f09a' => 'facebook',
589
+ '\f09a' => 'facebook-f',
590
+ '\f230' => 'facebook-official',
591
  '\f082' => 'facebook-square',
592
  '\f049' => 'fast-backward',
593
  '\f050' => 'fast-forward',
594
+ '\f1ac' => 'fax',
595
  '\f182' => 'female',
596
  '\f0fb' => 'fighter-jet',
597
  '\f15b' => 'file',
598
+ '\f1c6' => 'file-archive-o',
599
+ '\f1c7' => 'file-audio-o',
600
+ '\f1c9' => 'file-code-o',
601
+ '\f1c3' => 'file-excel-o',
602
+ '\f1c5' => 'file-image-o',
603
+ '\f1c8' => 'file-movie-o',
604
  '\f016' => 'file-o',
605
+ '\f1c1' => 'file-pdf-o',
606
+ '\f1c5' => 'file-photo-o',
607
+ '\f1c5' => 'file-picture-o',
608
+ '\f1c4' => 'file-powerpoint-o',
609
+ '\f1c7' => 'file-sound-o',
610
  '\f15c' => 'file-text',
611
  '\f0f6' => 'file-text-o',
612
+ '\f1c8' => 'file-video-o',
613
+ '\f1c2' => 'file-word-o',
614
+ '\f1c6' => 'file-zip-o',
615
  '\f0c5' => 'files-o',
616
  '\f008' => 'film',
617
  '\f0b0' => 'filter',
620
  '\f024' => 'flag',
621
  '\f11e' => 'flag-checkered',
622
  '\f11d' => 'flag-o',
623
+ '\f0e7' => 'flash',
624
  '\f0c3' => 'flask',
625
  '\f16e' => 'flickr',
626
  '\f0c7' => 'floppy-o',
629
  '\f07c' => 'folder-open',
630
  '\f115' => 'folder-open-o',
631
  '\f031' => 'font',
632
+ '\f211' => 'forumbee',
633
  '\f04e' => 'forward',
634
  '\f180' => 'foursquare',
635
  '\f119' => 'frown-o',
636
+ '\f1e3' => 'futbol-o',
637
  '\f11b' => 'gamepad',
638
  '\f0e3' => 'gavel',
639
  '\f154' => 'gbp',
640
+ '\f1d1' => 'ge',
641
+ '\f013' => 'gear',
642
+ '\f085' => 'gears',
643
+ '\f1db' => 'genderless',
644
  '\f06b' => 'gift',
645
+ '\f1d3' => 'git',
646
+ '\f1d2' => 'git-square',
647
  '\f09b' => 'github',
648
  '\f113' => 'github-alt',
649
  '\f092' => 'github-square',
650
  '\f184' => 'gittip',
651
  '\f000' => 'glass',
652
  '\f0ac' => 'globe',
653
+ '\f1a0' => 'google',
654
  '\f0d5' => 'google-plus',
655
  '\f0d4' => 'google-plus-square',
656
+ '\f1ee' => 'google-wallet',
657
+ '\f19d' => 'graduation-cap',
658
+ '\f184' => 'gratipay',
659
+ '\f0c0' => 'group',
660
  '\f0fd' => 'h-square',
661
+ '\f1d4' => 'hacker-news',
662
  '\f0a7' => 'hand-o-down',
663
  '\f0a5' => 'hand-o-left',
664
  '\f0a4' => 'hand-o-right',
665
  '\f0a6' => 'hand-o-up',
666
  '\f0a0' => 'hdd-o',
667
+ '\f1dc' => 'header',
668
  '\f025' => 'headphones',
669
  '\f004' => 'heart',
670
  '\f08a' => 'heart-o',
671
+ '\f21e' => 'heartbeat',
672
+ '\f1da' => 'history',
673
  '\f015' => 'home',
674
  '\f0f8' => 'hospital-o',
675
+ '\f236' => 'hotel',
676
  '\f13b' => 'html5',
677
+ '\f20b' => 'ils',
678
+ '\f03e' => 'image',
679
  '\f01c' => 'inbox',
680
  '\f03c' => 'indent',
681
  '\f129' => 'info',
682
  '\f05a' => 'info-circle',
683
  '\f156' => 'inr',
684
  '\f16d' => 'instagram',
685
+ '\f19c' => 'institution',
686
+ '\f208' => 'ioxhost',
687
  '\f033' => 'italic',
688
+ '\f1aa' => 'joomla',
689
  '\f157' => 'jpy',
690
+ '\f1cc' => 'jsfiddle',
691
  '\f084' => 'key',
692
  '\f11c' => 'keyboard-o',
693
  '\f159' => 'krw',
694
+ '\f1ab' => 'language',
695
  '\f109' => 'laptop',
696
+ '\f202' => 'lastfm',
697
+ '\f203' => 'lastfm-square',
698
  '\f06c' => 'leaf',
699
+ '\f212' => 'leanpub',
700
+ '\f0e3' => 'legal',
701
  '\f094' => 'lemon-o',
702
  '\f149' => 'level-down',
703
  '\f148' => 'level-up',
704
+ '\f1cd' => 'life-bouy',
705
+ '\f1cd' => 'life-buoy',
706
+ '\f1cd' => 'life-ring',
707
+ '\f1cd' => 'life-saver',
708
  '\f0eb' => 'lightbulb-o',
709
+ '\f201' => 'line-chart',
710
  '\f0c1' => 'link',
711
  '\f0e1' => 'linkedin',
712
  '\f08c' => 'linkedin-square',
723
  '\f176' => 'long-arrow-up',
724
  '\f0d0' => 'magic',
725
  '\f076' => 'magnet',
726
+ '\f064' => 'mail-forward',
727
+ '\f112' => 'mail-reply',
728
  '\f122' => 'mail-reply-all',
729
  '\f183' => 'male',
730
  '\f041' => 'map-marker',
731
+ '\f222' => 'mars',
732
+ '\f227' => 'mars-double',
733
+ '\f229' => 'mars-stroke',
734
+ '\f22b' => 'mars-stroke-h',
735
+ '\f22a' => 'mars-stroke-v',
736
  '\f136' => 'maxcdn',
737
+ '\f20c' => 'meanpath',
738
+ '\f23a' => 'medium',
739
  '\f0fa' => 'medkit',
740
  '\f11a' => 'meh-o',
741
+ '\f223' => 'mercury',
742
  '\f130' => 'microphone',
743
  '\f131' => 'microphone-slash',
744
  '\f068' => 'minus',
746
  '\f146' => 'minus-square',
747
  '\f147' => 'minus-square-o',
748
  '\f10b' => 'mobile',
749
+ '\f10b' => 'mobile-phone',
750
  '\f0d6' => 'money',
751
  '\f186' => 'moon-o',
752
+ '\f19d' => 'mortar-board',
753
+ '\f21c' => 'motorcycle',
754
  '\f001' => 'music',
755
+ '\f0c9' => 'navicon',
756
+ '\f22c' => 'neuter',
757
+ '\f1ea' => 'newspaper-o',
758
+ '\f19b' => 'openid',
759
  '\f03b' => 'outdent',
760
  '\f18c' => 'pagelines',
761
+ '\f1fc' => 'paint-brush',
762
+ '\f1d8' => 'paper-plane',
763
+ '\f1d9' => 'paper-plane-o',
764
  '\f0c6' => 'paperclip',
765
+ '\f1dd' => 'paragraph',
766
+ '\f0ea' => 'paste',
767
  '\f04c' => 'pause',
768
+ '\f1b0' => 'paw',
769
+ '\f1ed' => 'paypal',
770
  '\f040' => 'pencil',
771
  '\f14b' => 'pencil-square',
772
  '\f044' => 'pencil-square-o',
773
  '\f095' => 'phone',
774
  '\f098' => 'phone-square',
775
+ '\f03e' => 'photo',
776
  '\f03e' => 'picture-o',
777
+ '\f200' => 'pie-chart',
778
+ '\f1a7' => 'pied-piper',
779
+ '\f1a8' => 'pied-piper-alt',
780
  '\f0d2' => 'pinterest',
781
+ '\f231' => 'pinterest-p',
782
  '\f0d3' => 'pinterest-square',
783
  '\f072' => 'plane',
784
  '\f04b' => 'play',
785
  '\f144' => 'play-circle',
786
  '\f01d' => 'play-circle-o',
787
+ '\f1e6' => 'plug',
788
  '\f067' => 'plus',
789
  '\f055' => 'plus-circle',
790
  '\f0fe' => 'plus-square',
792
  '\f011' => 'power-off',
793
  '\f02f' => 'print',
794
  '\f12e' => 'puzzle-piece',
795
+ '\f1d6' => 'qq',
796
  '\f029' => 'qrcode',
797
  '\f128' => 'question',
798
  '\f059' => 'question-circle',
799
  '\f10d' => 'quote-left',
800
  '\f10e' => 'quote-right',
801
+ '\f1d0' => 'ra',
802
  '\f074' => 'random',
803
+ '\f1d0' => 'rebel',
804
+ '\f1b8' => 'recycle',
805
+ '\f1a1' => 'reddit',
806
+ '\f1a2' => 'reddit-square',
807
  '\f021' => 'refresh',
808
+ '\f00d' => 'remove',
809
  '\f18b' => 'renren',
810
+ '\f0c9' => 'reorder',
811
  '\f01e' => 'repeat',
812
  '\f112' => 'reply',
813
  '\f122' => 'reply-all',
814
  '\f079' => 'retweet',
815
+ '\f157' => 'rmb',
816
  '\f018' => 'road',
817
  '\f135' => 'rocket',
818
+ '\f0e2' => 'rotate-left',
819
+ '\f01e' => 'rotate-right',
820
+ '\f158' => 'rouble',
821
  '\f09e' => 'rss',
822
  '\f143' => 'rss-square',
823
  '\f158' => 'rub',
824
+ '\f158' => 'ruble',
825
+ '\f156' => 'rupee',
826
+ '\f0c7' => 'save',
827
  '\f0c4' => 'scissors',
828
  '\f002' => 'search',
829
  '\f010' => 'search-minus',
830
  '\f00e' => 'search-plus',
831
+ '\f213' => 'sellsy',
832
+ '\f1d8' => 'send',
833
+ '\f1d9' => 'send-o',
834
+ '\f233' => 'server',
835
  '\f064' => 'share',
836
+ '\f1e0' => 'share-alt',
837
+ '\f1e1' => 'share-alt-square',
838
  '\f14d' => 'share-square',
839
  '\f045' => 'share-square-o',
840
+ '\f20b' => 'shekel',
841
+ '\f20b' => 'sheqel',
842
  '\f132' => 'shield',
843
+ '\f21a' => 'ship',
844
+ '\f214' => 'shirtsinbulk',
845
  '\f07a' => 'shopping-cart',
846
  '\f090' => 'sign-in',
847
  '\f08b' => 'sign-out',
848
  '\f012' => 'signal',
849
+ '\f215' => 'simplybuilt',
850
  '\f0e8' => 'sitemap',
851
+ '\f216' => 'skyatlas',
852
  '\f17e' => 'skype',
853
+ '\f198' => 'slack',
854
+ '\f1de' => 'sliders',
855
+ '\f1e7' => 'slideshare',
856
  '\f118' => 'smile-o',
857
+ '\f1e3' => 'soccer-ball-o',
858
  '\f0dc' => 'sort',
859
  '\f15d' => 'sort-alpha-asc',
860
  '\f15e' => 'sort-alpha-desc',
861
  '\f160' => 'sort-amount-asc',
862
  '\f161' => 'sort-amount-desc',
863
+ '\f0de' => 'sort-asc',
864
+ '\f0dd' => 'sort-desc',
865
+ '\f0dd' => 'sort-down',
866
  '\f162' => 'sort-numeric-asc',
867
  '\f163' => 'sort-numeric-desc',
868
+ '\f0de' => 'sort-up',
869
+ '\f1be' => 'soundcloud',
870
+ '\f197' => 'space-shuttle',
871
  '\f110' => 'spinner',
872
+ '\f1b1' => 'spoon',
873
+ '\f1bc' => 'spotify',
874
  '\f0c8' => 'square',
875
  '\f096' => 'square-o',
876
  '\f18d' => 'stack-exchange',
877
  '\f16c' => 'stack-overflow',
878
  '\f005' => 'star',
879
  '\f089' => 'star-half',
880
+ '\f123' => 'star-half-empty',
881
+ '\f123' => 'star-half-full',
882
  '\f123' => 'star-half-o',
883
  '\f006' => 'star-o',
884
+ '\f1b6' => 'steam',
885
+ '\f1b7' => 'steam-square',
886
  '\f048' => 'step-backward',
887
  '\f051' => 'step-forward',
888
  '\f0f1' => 'stethoscope',
889
  '\f04d' => 'stop',
890
+ '\f21d' => 'street-view',
891
  '\f0cc' => 'strikethrough',
892
+ '\f1a4' => 'stumbleupon',
893
+ '\f1a3' => 'stumbleupon-circle',
894
  '\f12c' => 'subscript',
895
+ '\f239' => 'subway',
896
  '\f0f2' => 'suitcase',
897
  '\f185' => 'sun-o',
898
  '\f12b' => 'superscript',
899
+ '\f1cd' => 'support',
900
  '\f0ce' => 'table',
901
  '\f10a' => 'tablet',
902
  '\f0e4' => 'tachometer',
903
  '\f02b' => 'tag',
904
  '\f02c' => 'tags',
905
  '\f0ae' => 'tasks',
906
+ '\f1ba' => 'taxi',
907
+ '\f1d5' => 'tencent-weibo',
908
  '\f120' => 'terminal',
909
  '\f034' => 'text-height',
910
  '\f035' => 'text-width',
921
  '\f057' => 'times-circle',
922
  '\f05c' => 'times-circle-o',
923
  '\f043' => 'tint',
924
+ '\f150' => 'toggle-down',
925
+ '\f191' => 'toggle-left',
926
+ '\f204' => 'toggle-off',
927
+ '\f205' => 'toggle-on',
928
+ '\f152' => 'toggle-right',
929
+ '\f151' => 'toggle-up',
930
+ '\f238' => 'train',
931
+ '\f224' => 'transgender',
932
+ '\f225' => 'transgender-alt',
933
+ '\f1f8' => 'trash',
934
  '\f014' => 'trash-o',
935
+ '\f1bb' => 'tree',
936
  '\f181' => 'trello',
937
  '\f091' => 'trophy',
938
  '\f0d1' => 'truck',
939
  '\f195' => 'try',
940
+ '\f1e4' => 'tty',
941
  '\f173' => 'tumblr',
942
  '\f174' => 'tumblr-square',
943
+ '\f195' => 'turkish-lira',
944
+ '\f1e8' => 'twitch',
945
  '\f099' => 'twitter',
946
  '\f081' => 'twitter-square',
947
  '\f0e9' => 'umbrella',
948
  '\f0cd' => 'underline',
949
  '\f0e2' => 'undo',
950
+ '\f19c' => 'university',
951
+ '\f127' => 'unlink',
952
  '\f09c' => 'unlock',
953
  '\f13e' => 'unlock-alt',
954
+ '\f0dc' => 'unsorted',
955
  '\f093' => 'upload',
956
  '\f155' => 'usd',
957
  '\f007' => 'user',
958
  '\f0f0' => 'user-md',
959
+ '\f234' => 'user-plus',
960
+ '\f21b' => 'user-secret',
961
+ '\f235' => 'user-times',
962
  '\f0c0' => 'users',
963
+ '\f221' => 'venus',
964
+ '\f226' => 'venus-double',
965
+ '\f228' => 'venus-mars',
966
+ '\f237' => 'viacoin',
967
  '\f03d' => 'video-camera',
968
  '\f194' => 'vimeo-square',
969
+ '\f1ca' => 'vine',
970
  '\f189' => 'vk',
971
  '\f027' => 'volume-down',
972
  '\f026' => 'volume-off',
973
  '\f028' => 'volume-up',
974
+ '\f071' => 'warning',
975
+ '\f1d7' => 'wechat',
976
  '\f18a' => 'weibo',
977
+ '\f1d7' => 'weixin',
978
+ '\f232' => 'whatsapp',
979
  '\f193' => 'wheelchair',
980
+ '\f1eb' => 'wifi',
981
  '\f17a' => 'windows',
982
+ '\f159' => 'won',
983
+ '\f19a' => 'wordpress',
984
  '\f0ad' => 'wrench',
985
  '\f168' => 'xing',
986
  '\f169' => 'xing-square',
987
+ '\f19e' => 'yahoo',
988
+ '\f1e9' => 'yelp',
989
+ '\f157' => 'yen',
990
  '\f167' => 'youtube',
991
  '\f16a' => 'youtube-play',
992
+ '\f166' => 'youtube-square',
993
  ),
994
 
995
  'awesome_icons_socials' =>array(
plugin-fw/lib/yit-plugin-panel.php CHANGED
@@ -46,12 +46,14 @@ if ( ! class_exists( 'YIT_Plugin_Panel' ) ) {
46
  */
47
  private $_main_array_options = array();
48
 
49
- /**
50
- * Constructor
51
- *
52
- * @since 1.0
53
- * @author Emanuela Castorina <emanuela.castorina@yithemes.it>
54
- */
 
 
55
  public function __construct( $args = array() ) {
56
 
57
  if ( ! empty( $args ) ) {
@@ -60,7 +62,9 @@ if ( ! class_exists( 'YIT_Plugin_Panel' ) ) {
60
  'parent_slug' => 'edit.php?',
61
  'page_title' => __( 'Plugin Settings', 'yit' ),
62
  'menu_title' => __( 'Settings', 'yit' ),
63
- 'capability' => 'manage_options'
 
 
64
  );
65
 
66
  $this->settings = wp_parse_args( $args, $default_args );
@@ -70,10 +74,10 @@ if ( ! class_exists( 'YIT_Plugin_Panel' ) ) {
70
  $this->add_menu_page();
71
  }
72
 
73
- add_action( 'admin_init', array( &$this, 'register_settings' ) );
74
- add_action( 'admin_menu', array( &$this, 'add_setting_page' ) );
75
- add_action( 'admin_bar_menu', array( &$this, 'add_admin_bar_menu' ), 100 );
76
- add_action( 'admin_init', array( &$this, 'add_fields' ) );
77
 
78
  }
79
 
@@ -154,7 +158,7 @@ if ( ! class_exists( 'YIT_Plugin_Panel' ) ) {
154
  * @author Emanuela Castorina <emanuela.castorina@yithemes.it>
155
  */
156
  public function register_settings() {
157
- register_setting( 'yit_' . $this->settings['parent'] . '_options', 'yit_' . $this->settings['parent'] . '_options', array( &$this, 'options_validate' ) );
158
  }
159
 
160
  /**
@@ -229,7 +233,15 @@ if ( ! class_exists( 'YIT_Plugin_Panel' ) ) {
229
  * @author Emanuela Castorina <emanuela.castorina@yithemes.it>
230
  */
231
  public function add_setting_page() {
232
- add_submenu_page( $this->settings['parent_slug'] . $this->settings['parent_page'], $this->settings['page_title'], $this->settings['menu_title'], $this->settings['capability'], $this->settings['page'], array( &$this, 'yit_panel' ) );
 
 
 
 
 
 
 
 
233
  /* === Duplicate Items Hack === */
234
  $this->remove_duplicate_submenu_page();
235
  do_action( 'yit_after_add_settings_page' );
46
  */
47
  private $_main_array_options = array();
48
 
49
+ /**
50
+ * Constructor
51
+ *
52
+ * @since 1.0
53
+ * @author Emanuela Castorina <emanuela.castorina@yithemes.it>
54
+ *
55
+ * @param array $args
56
+ */
57
  public function __construct( $args = array() ) {
58
 
59
  if ( ! empty( $args ) ) {
62
  'parent_slug' => 'edit.php?',
63
  'page_title' => __( 'Plugin Settings', 'yit' ),
64
  'menu_title' => __( 'Settings', 'yit' ),
65
+ 'capability' => 'manage_options',
66
+ 'icon_url' => '',
67
+ 'position' => null
68
  );
69
 
70
  $this->settings = wp_parse_args( $args, $default_args );
74
  $this->add_menu_page();
75
  }
76
 
77
+ add_action( 'admin_init', array( $this, 'register_settings' ) );
78
+ add_action( 'admin_menu', array( $this, 'add_setting_page' ), 20 );
79
+ add_action( 'admin_bar_menu', array( $this, 'add_admin_bar_menu' ), 100 );
80
+ add_action( 'admin_init', array( $this, 'add_fields' ) );
81
 
82
  }
83
 
158
  * @author Emanuela Castorina <emanuela.castorina@yithemes.it>
159
  */
160
  public function register_settings() {
161
+ register_setting( 'yit_' . $this->settings['parent'] . '_options', 'yit_' . $this->settings['parent'] . '_options', array( $this, 'options_validate' ) );
162
  }
163
 
164
  /**
233
  * @author Emanuela Castorina <emanuela.castorina@yithemes.it>
234
  */
235
  public function add_setting_page() {
236
+ $this->settings['icon_url'] = isset( $this->settings['icon_url'] ) ? $this->settings['icon_url'] : '';
237
+ $this->settings['position'] = isset( $this->settings['position'] ) ? $this->settings['position'] : null;
238
+ $parent = $this->settings['parent_slug'] . $this->settings['parent_page'];
239
+
240
+ if ( ! empty( $parent ) ) {
241
+ add_submenu_page( $parent, $this->settings['page_title'], $this->settings['menu_title'], $this->settings['capability'], $this->settings['page'], array( $this, 'yit_panel' ) );
242
+ } else {
243
+ add_menu_page( $this->settings['page_title'], $this->settings['menu_title'], $this->settings['capability'], $this->settings['page'], array( $this, 'yit_panel' ), $this->settings['icon_url'], $this->settings['position'] );
244
+ }
245
  /* === Duplicate Items Hack === */
246
  $this->remove_duplicate_submenu_page();
247
  do_action( 'yit_after_add_settings_page' );
plugin-fw/lib/yit-video.php CHANGED
@@ -121,7 +121,9 @@ if ( ! class_exists( 'YIT_Video' ) ) {
121
  */
122
  public static function video_id_by_url( $url ) {
123
  $parsed = parse_url( esc_url( $url ) );
124
-
 
 
125
  switch ( $parsed['host'] ) {
126
 
127
  case 'www.youtube.com' :
121
  */
122
  public static function video_id_by_url( $url ) {
123
  $parsed = parse_url( esc_url( $url ) );
124
+ if ( ! isset( $parsed['host'] ) ) {
125
+ return false;
126
+ }
127
  switch ( $parsed['host'] ) {
128
 
129
  case 'www.youtube.com' :
plugin-fw/licence/assets/css/yit-licence.css CHANGED
@@ -315,6 +315,19 @@
315
  outline: 0;
316
  }
317
 
 
 
 
 
 
 
 
 
 
 
 
 
 
318
  /* === Responsive === */
319
 
320
  @media (max-width: 767px) {}
315
  outline: 0;
316
  }
317
 
318
+ /* Licence FAQ */
319
+ .yit-container.product-licence-activation .activation-faq {
320
+ background: #ffffff;
321
+ margin-bottom: 20px;
322
+ border: 1px solid #dcdcdc;
323
+ padding: 0 15px;
324
+ border-radius: 3px;
325
+ }
326
+
327
+ .yit-container.product-licence-activation .activation-faq h3{
328
+ color: #808a97;
329
+ }
330
+
331
  /* === Responsive === */
332
 
333
  @media (max-width: 767px) {}
plugin-fw/licence/templates/panel/activation/activation-panel.php CHANGED
@@ -18,6 +18,20 @@ $banned_products = isset( $no_active_products[ '107' ] ) ? $no_active_produc
18
  <div class="yit-container product-licence-activation">
19
  <h2><?php _e( 'Yithemes Licence Activation', 'yit' ) ?></h2>
20
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  <div class="licence-check-section">
22
  <form method="post" id="licence-check-update" action="<?php echo admin_url( 'admin-ajax.php' ) ?>">
23
  <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.', 'yit' ); ?></span>
18
  <div class="yit-container product-licence-activation">
19
  <h2><?php _e( 'Yithemes Licence Activation', 'yit' ) ?></h2>
20
 
21
+ <?php if( is_a( $this, 'YIT_Theme_Licence' ) ) : ?>
22
+ <div class="activation-faq">
23
+ <h3><?php _e( 'I cannot find the license key for activating the theme I have bought some time ago. Where can I find it?', 'yit' ) ?></h3>
24
+ <p>
25
+ <?php
26
+ _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)
27
+ 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.
28
+ 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
29
+ provided with and that you can find in your YIThemes account, in section "My licenses".', 'yit' )
30
+ ?>
31
+ </p>
32
+ </div>
33
+ <?php endif; ?>
34
+
35
  <div class="licence-check-section">
36
  <form method="post" id="licence-check-update" action="<?php echo admin_url( 'admin-ajax.php' ) ?>">
37
  <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.', 'yit' ); ?></span>
plugin-fw/templates/metaboxes/types/ajax-products.php CHANGED
@@ -38,9 +38,7 @@ $multiple = ( $is_multiple ) ? ' multiple' : '';
38
  <script>
39
 
40
  (function ($) {
41
-
42
- // Ajax Chosen Product Selectors
43
-
44
  $("select.ajax_chosen_select_products").ajaxChosen({
45
  method: 'GET',
46
  url: '<?php echo admin_url('admin-ajax.php') ?>',
@@ -59,6 +57,7 @@ $multiple = ( $is_multiple ) ? ' multiple' : '';
59
 
60
  return terms;
61
  });
 
62
 
63
  })(jQuery);
64
  </script>
38
  <script>
39
 
40
  (function ($) {
41
+ $(document).ready(function(){
 
 
42
  $("select.ajax_chosen_select_products").ajaxChosen({
43
  method: 'GET',
44
  url: '<?php echo admin_url('admin-ajax.php') ?>',
57
 
58
  return terms;
59
  });
60
+ })
61
 
62
  })(jQuery);
63
  </script>
plugin-fw/templates/metaboxes/types/image-gallery.php CHANGED
@@ -29,7 +29,12 @@ if ( !empty( $value ) ) {
29
  <?php foreach ( $array_id as $image_id ) : ?>
30
  <li class="image" data-attachment_id = <?php echo esc_attr($image_id) ?>>
31
  <a href="#">
32
- <?php yit_image( "id=$image_id&size=admin-post-type-thumbnails" ); ?>
 
 
 
 
 
33
  </a>
34
  <ul class="actions">
35
  <li><a href="#" class="delete" title="<?php _e( 'Delete image', 'yit' ); ?>">x</a></li>
29
  <?php foreach ( $array_id as $image_id ) : ?>
30
  <li class="image" data-attachment_id = <?php echo esc_attr($image_id) ?>>
31
  <a href="#">
32
+ <?php
33
+ if( function_exists( 'yit_image' ) ) :
34
+ yit_image( "id=$image_id&size=admin-post-type-thumbnails" );
35
+ else:
36
+ echo wp_get_attachment_image( $image_id, array( 80, 80 ) );
37
+ endif; ?>
38
  </a>
39
  <ul class="actions">
40
  <li><a href="#" class="delete" title="<?php _e( 'Delete image', 'yit' ); ?>">x</a></li>
plugin-fw/templates/metaboxes/types/images.php CHANGED
@@ -27,7 +27,12 @@ if ( empty( $value ) || ! is_array( $value ) )
27
  <?php if ( ! empty( $value ) ) : foreach ( $value as $image_id ) : ?>
28
  <li>
29
  <a href="#">
30
- <?php yit_image( "id=$image_id&size=admin-post-type-thumbnails" );//echo wp_get_attachment_image( $image_id, 'admin-post-type-thumbnails' ); ?>
 
 
 
 
 
31
  <input type="hidden" name="<?php echo $name ?>[]" value="<?php echo esc_attr( $image_id ) ?>" />
32
  </a>
33
  <a href="#" title="<?php _e( 'Delete image', 'yit' ) ?>" class="delete">X</a>
27
  <?php if ( ! empty( $value ) ) : foreach ( $value as $image_id ) : ?>
28
  <li>
29
  <a href="#">
30
+ <?php
31
+ if( function_exists( 'yit_image' ) ) :
32
+ yit_image( "id=$image_id&size=admin-post-type-thumbnails" );
33
+ else:
34
+ echo wp_get_attachment_image( $image_id, array( 80, 80 ) );
35
+ endif; ?>
36
  <input type="hidden" name="<?php echo $name ?>[]" value="<?php echo esc_attr( $image_id ) ?>" />
37
  </a>
38
  <a href="#" title="<?php _e( 'Delete image', 'yit' ) ?>" class="delete">X</a>
plugin-fw/yit-functions.php CHANGED
@@ -65,7 +65,9 @@ if ( ! function_exists( 'yit_plugin_get_template' ) ) {
65
  }
66
 
67
  // include file located
68
- include( $located );
 
 
69
 
70
  if ( $return ) {
71
  return ob_get_clean();
65
  }
66
 
67
  // include file located
68
+ if( file_exists( $located ) ){
69
+ include( $located );
70
+ }
71
 
72
  if ( $return ) {
73
  return ob_get_clean();
templates/wishlist-view.php CHANGED
@@ -43,7 +43,7 @@
43
  do_action( 'yith_wcwl_before_wishlist' ); ?>
44
 
45
  <!-- WISHLIST TABLE -->
46
- <table class="shop_table cart wishlist_table" cellspacing="0" data-pagination="<?php echo esc_attr( $pagination )?>" data-per-page="<?php echo esc_attr( $per_page )?>" data-page="<?php echo esc_attr( $current_page )?>" data-id="<?php echo esc_attr( $wishlist_meta['ID'] )?>" data-token="<?php echo ! empty( $wishlist_meta['wishlist_token'] ) ? esc_attr( $wishlist_meta['wishlist_token'] ) : '' ?>">
47
  <thead>
48
  <tr>
49
  <?php if( $show_cb ) : ?>
@@ -134,7 +134,7 @@
134
  echo apply_filters( 'woocommerce_cart_item_price_html', $wc_price( $product->get_price_excluding_tax() ), $item, '' );
135
  }
136
  else {
137
- echo apply_filters( 'woocommerce_cart_item_price_html', $wc_price( $product->get_price() ), $item, '' );
138
  }
139
  }
140
  else {
43
  do_action( 'yith_wcwl_before_wishlist' ); ?>
44
 
45
  <!-- WISHLIST TABLE -->
46
+ <table class="shop_table cart wishlist_table" cellspacing="0" data-pagination="<?php echo esc_attr( $pagination )?>" data-per-page="<?php echo esc_attr( $per_page )?>" data-page="<?php echo esc_attr( $current_page )?>" data-id="<?php echo ( is_user_logged_in() ) ? esc_attr( $wishlist_meta['ID'] ) : '' ?>" data-token="<?php echo ( ! empty( $wishlist_meta['wishlist_token'] ) && is_user_logged_in() ) ? esc_attr( $wishlist_meta['wishlist_token'] ) : '' ?>">
47
  <thead>
48
  <tr>
49
  <?php if( $show_cb ) : ?>
134
  echo apply_filters( 'woocommerce_cart_item_price_html', $wc_price( $product->get_price_excluding_tax() ), $item, '' );
135
  }
136
  else {
137
+ echo apply_filters( 'woocommerce_cart_item_price_html', $wc_price( $product->get_price_including_tax() ), $item, '' );
138
  }
139
  }
140
  else {