YITH WooCommerce Wishlist - Version 2.0.0

Version Description

  • Added: Support to woocommerce 2.3
  • Added: New color options
  • Tweak: Add to cart button from woocommerce template
  • Tweak: Share links on template
  • Tweak: Code revision
  • Tweak: Use wordpress API in ajax call instead of custom script
  • Updated: Plugin core framework
Download this release

Release Info

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

Code changes from version 1.1.7 to 2.0.0

Files changed (104) hide show
  1. README.txt +31 -16
  2. add-to-cart.php +0 -61
  3. assets/css/admin.css +18 -5
  4. assets/css/jquery.selectBox.css +147 -0
  5. assets/css/style.css +464 -13
  6. assets/images/jquery.selectBox-arrow.gif +0 -0
  7. assets/images/jquery.selectBox-arrow.png +0 -0
  8. assets/images/landing/admin-panel.png +0 -0
  9. assets/images/landing/ask-an-estimate.png +0 -0
  10. assets/images/landing/background-1.png +0 -0
  11. assets/images/landing/background-2.png +0 -0
  12. assets/images/landing/background-3.png +0 -0
  13. assets/images/landing/background-4.png +0 -0
  14. assets/images/landing/background-5.png +0 -0
  15. assets/images/landing/icon-1.png +0 -0
  16. assets/images/landing/icon-2.png +0 -0
  17. assets/images/landing/icon-3.png +0 -0
  18. assets/images/landing/icon-4.png +0 -0
  19. assets/images/landing/icon-5.png +0 -0
  20. assets/images/landing/icon-6.png +0 -0
  21. assets/images/landing/multiple-wishlist.png +0 -0
  22. assets/images/landing/private-wishlist.png +0 -0
  23. assets/images/landing/search-wishlist.png +0 -0
  24. assets/images/video-thumb.jpg +0 -0
  25. assets/js/jquery.selectBox.min.js +7 -0
  26. assets/js/jquery.yith-wcwl.js +10 -6
  27. assets/js/unminified/jquery.selectBox.js +1092 -0
  28. assets/js/unminified/jquery.yith-wcwl.js +240 -126
  29. class.yith-wcwl-install.php +0 -148
  30. class.yith-wcwl-shortcode.php +0 -54
  31. class.yith-wcwl-ui.php +0 -169
  32. class.yith-wcwl.php +0 -383
  33. class.yith-wcwl-init.php → includes/class.yith-wcwl-admin-init.php +496 -455
  34. includes/class.yith-wcwl-init.php +402 -0
  35. includes/class.yith-wcwl-install.php +261 -0
  36. includes/class.yith-wcwl-shortcode.php +334 -0
  37. includes/class.yith-wcwl-ui.php +225 -0
  38. includes/class.yith-wcwl.php +1214 -0
  39. functions.yith-wcwl.php → includes/functions.yith-wcwl.php +41 -10
  40. init.php +100 -23
  41. languages/default.po +1216 -186
  42. languages/yit-de_DE.mo +0 -0
  43. languages/yit-de_DE.po +1329 -214
  44. languages/yit-es_AR.mo +0 -0
  45. languages/yit-es_AR.po +1335 -223
  46. languages/yit-es_MX.mo +0 -0
  47. languages/yit-es_MX.po +1336 -224
  48. languages/yit-fr_FR.mo +0 -0
  49. languages/yit-fr_FR.po +1346 -228
  50. languages/yit-he_IL.mo +0 -0
  51. languages/yit-he_IL.po +1278 -204
  52. languages/yit-it_IT.mo +0 -0
  53. languages/yit-it_IT.po +1306 -243
  54. languages/yit-pt_BR.mo +0 -0
  55. languages/yit-pt_BR.po +1321 -213
  56. languages/yit-tr_TR.mo +0 -0
  57. languages/yit-tr_TR.po +1336 -225
  58. languages/yit-uk_UA.mo +0 -0
  59. languages/yit-uk_UA.po +1244 -192
  60. languages/yit.pot +1216 -186
  61. plugin-fw/assets/css/chosen/chosen.css +435 -0
  62. plugin-fw/assets/css/codemirror/codemirror.css +260 -0
  63. plugin-fw/assets/css/metaboxes.css +598 -0
  64. plugin-fw/assets/css/overcast/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  65. plugin-fw/assets/css/overcast/images/ui-bg_flat_0_eeeeee_40x100.png +0 -0
  66. plugin-fw/assets/css/overcast/images/ui-bg_flat_55_c0402a_40x100.png +0 -0
  67. plugin-fw/assets/css/overcast/images/ui-bg_flat_55_eeeeee_40x100.png +0 -0
  68. plugin-fw/assets/css/overcast/images/ui-bg_glass_100_f8f8f8_1x400.png +0 -0
  69. plugin-fw/assets/css/overcast/images/ui-bg_glass_35_dddddd_1x400.png +0 -0
  70. plugin-fw/assets/css/overcast/images/ui-bg_glass_60_eeeeee_1x400.png +0 -0
  71. plugin-fw/assets/css/overcast/images/ui-bg_inset-hard_75_999999_1x100.png +0 -0
  72. plugin-fw/assets/css/overcast/images/ui-bg_inset-soft_50_c9c9c9_1x100.png +0 -0
  73. plugin-fw/assets/css/overcast/images/ui-icons_3383bb_256x240.png +0 -0
  74. plugin-fw/assets/css/overcast/images/ui-icons_454545_256x240.png +0 -0
  75. plugin-fw/assets/css/overcast/images/ui-icons_70b2e1_256x240.png +0 -0
  76. plugin-fw/assets/css/overcast/images/ui-icons_999999_256x240.png +0 -0
  77. plugin-fw/assets/css/overcast/images/ui-icons_fbc856_256x240.png +0 -0
  78. plugin-fw/assets/css/overcast/jquery-ui-1.8.9.custom.css +322 -0
  79. plugin-fw/assets/css/yit-plugin-panel.css +599 -0
  80. plugin-fw/assets/css/yit-upgrader.css +14 -0
  81. plugin-fw/assets/images/chosen/chosen-sprite.png +0 -0
  82. plugin-fw/assets/images/chosen/chosen-sprite@2x.png +0 -0
  83. plugin-fw/assets/images/double-sidebar.png +0 -0
  84. plugin-fw/assets/images/licence-error.png +0 -0
  85. plugin-fw/assets/images/no-sidebar.png +0 -0
  86. plugin-fw/assets/images/off.png +0 -0
  87. plugin-fw/assets/images/on.png +0 -0
  88. plugin-fw/assets/images/select.png +0 -0
  89. plugin-fw/assets/images/sidebar-left.png +0 -0
  90. plugin-fw/assets/images/sidebar-right.png +0 -0
  91. plugin-fw/assets/images/sleep.png +0 -0
  92. plugin-fw/assets/images/slider/grey.gif +0 -0
  93. plugin-fw/assets/images/slider/handle.png +0 -0
  94. plugin-fw/assets/images/slider/orange.gif +0 -0
  95. plugin-fw/assets/images/slider/tooltip.png +0 -0
  96. plugin-fw/assets/images/spinner.png +0 -0
  97. plugin-fw/assets/images/ui-icons_222222_256x240.png +0 -0
  98. plugin-fw/assets/images/ui-icons_2e83ff_256x240.png +0 -0
  99. plugin-fw/assets/images/ui-icons_454545_256x240.png +0 -0
  100. plugin-fw/assets/images/ui-icons_888888_256x240.png +0 -0
  101. plugin-fw/assets/images/x.png +0 -0
  102. plugin-fw/assets/images/yithemes-icon.png +0 -0
  103. plugin-fw/assets/js/chosen/chosen.jquery.js +1211 -0
  104. plugin-fw/assets/js/codemirror/codemirror.js +399 -0
README.txt CHANGED
@@ -1,19 +1,21 @@
1
  === YITH WooCommerce Wishlist ===
2
 
3
  Contributors: yithemes
4
- Tags: wishlist, woocommerce, products, themes, yit, e-commerce, shop
5
  Requires at least: 3.5.1
6
  Tested up to: 4.1
7
- Stable tag: 1.1.7
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
11
  YITH WooCommerce Wishlist add all Wishlist features to your website. Needs WooCommerce to work.
12
- WooCommerce 2.2.x compatible.
13
 
14
 
15
  == Description ==
16
 
 
 
17
  Offer to your visitors a chance to add the products of your woocommerce store to a wishlist page. With YITH WooCommerce Wishlist you can add a link in each product detail page,
18
  in order to add the products to the wishlist page. The plugin will create you the specific page and the products will be added in this page and
19
  afterwards add them to the cart or remove them.
@@ -22,7 +24,7 @@ Working demo are available:
22
 
23
  **[LIVE DEMO 1](http://preview.yithemes.com/room09/product/africa-style/)** - **[LIVE DEMO 2](http://preview.yithemes.com/bazar/shop/ankle-shoes/)**
24
 
25
- Full documentation is available [here](http://yithemes.com/docs-plugins/yith_woocommerce_wishlist).
26
 
27
  This plugin is 100% compatible with [WPML](http://wpml.org/?aid=24889&affiliate_key=Qn1wDeBNTcZV)
28
 
@@ -36,7 +38,7 @@ YITH WooCommerce Wishlist will add a new tab called "Wishlist" below the Woocomm
36
 
37
  = Developer =
38
 
39
- 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.
40
 
41
  = Support =
42
 
@@ -75,16 +77,28 @@ Yes, you can change the colors of background, text and border or apply a custom
75
 
76
  == Changelog ==
77
 
 
 
 
 
 
 
 
 
 
 
 
78
  = 1.1.7 =
 
79
  * Added: Support to WooCommerce Endpoints (@use yit_wcwl_add_to_cart_redirect_url filter)
80
- * Add filter to shortcode html
81
- * Add title to share
82
 
83
  = 1.1.6 =
84
 
85
  * Updated: Plugin Core Framework
86
- * Update: Languages file
87
- * Tweek: WPML Support Improved
88
 
89
  = 1.1.5 =
90
 
@@ -143,16 +157,16 @@ Yes, you can change the colors of background, text and border or apply a custom
143
 
144
  = 1.0.3 =
145
 
146
- * Minor bugs fixes
147
 
148
  = 1.0.2 =
149
 
150
- * Fixed fatal error to yit_debug with yit themes
151
 
152
  = 1.0.1 =
153
 
154
- * Optimized images
155
- * Updated internal framework
156
 
157
  = 1.0.0 =
158
 
@@ -173,10 +187,11 @@ If you have created your own language pack, or have an update for an existing on
173
 
174
  == Documentation ==
175
 
176
- Full documentation is available [here](http://yithemes.com/docs-plugins/yith_woocommerce_wishlist).
177
 
178
  == Upgrade notice ==
179
 
180
- = 1.0.0 =
181
 
182
- Initial release
 
1
  === YITH WooCommerce Wishlist ===
2
 
3
  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
7
+ Stable tag: 2.0.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
11
  YITH WooCommerce Wishlist add all Wishlist features to your website. Needs WooCommerce to work.
12
+ WooCommerce 2.3.x compatible.
13
 
14
 
15
  == Description ==
16
 
17
+ What can really make the difference in conversions and amount of sales is without a doubt the freedom to share your own wishlist, even on social networks, increasing indirect sales: can you imagine the sales volume you can generate during holidays or birthdays, when relatives and friends will be looking for the wishlist of your clients to buy a gift?
18
+
19
  Offer to your visitors a chance to add the products of your woocommerce store to a wishlist page. With YITH WooCommerce Wishlist you can add a link in each product detail page,
20
  in order to add the products to the wishlist page. The plugin will create you the specific page and the products will be added in this page and
21
  afterwards add them to the cart or remove them.
24
 
25
  **[LIVE DEMO 1](http://preview.yithemes.com/room09/product/africa-style/)** - **[LIVE DEMO 2](http://preview.yithemes.com/bazar/shop/ankle-shoes/)**
26
 
27
+ Full documentation is available [here](http://yithemes.com/docs-plugins/yith-woocommerce-wishlist).
28
 
29
  This plugin is 100% compatible with [WPML](http://wpml.org/?aid=24889&affiliate_key=Qn1wDeBNTcZV)
30
 
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
 
77
 
78
  == Changelog ==
79
 
80
+ = 2.0.0 =
81
+
82
+ * Added: Support to woocommerce 2.3
83
+ * Added: New color options
84
+ * Tweak: Add to cart button from woocommerce template
85
+ * Tweak: Share links on template
86
+ * Tweak: Code revision
87
+ * Tweak: Use wordpress API in ajax call instead of custom script
88
+ * Updated: Plugin core framework
89
+
90
+
91
  = 1.1.7 =
92
+
93
  * Added: Support to WooCommerce Endpoints (@use yit_wcwl_add_to_cart_redirect_url filter)
94
+ * Added: Filter to shortcode html
95
+ * Added: Title to share
96
 
97
  = 1.1.6 =
98
 
99
  * Updated: Plugin Core Framework
100
+ * Updated: Languages file
101
+ * Tweek: WPML Support Improved
102
 
103
  = 1.1.5 =
104
 
157
 
158
  = 1.0.3 =
159
 
160
+ * Fixed: Minor bugs fixes
161
 
162
  = 1.0.2 =
163
 
164
+ * Fixed: Fatal error to yit_debug with yit themes
165
 
166
  = 1.0.1 =
167
 
168
+ * Tweak: Optimized images
169
+ * Updated: internal framework
170
 
171
  = 1.0.0 =
172
 
187
 
188
  == Documentation ==
189
 
190
+ Full documentation is available [here](http://yithemes.com/docs-plugins/yith-woocommerce-wishlist).
191
 
192
  == Upgrade notice ==
193
 
194
+ = 2.0.0 =
195
 
196
+ * Added: Support to woocommerce 2.3
197
+ * Updated: Plugin core framework
add-to-cart.php DELETED
@@ -1,61 +0,0 @@
1
- <?php
2
- /**
3
- * Add product from the wishlist to the cart.
4
- *
5
- * @author Your Inspiration Themes
6
- * @package YITH WooCommerce Wishlist
7
- * @version 1.1.5
8
- */
9
-
10
- // Handles all ajax requests pertaining to this plugin
11
- require_once( 'safe-wp-load.php' );
12
- require_once( 'functions.yith-wcwl.php' );
13
-
14
- global $woocommerce, $yith_wcwl;
15
-
16
- //determine error link redirect url
17
- $error_link_url = $yith_wcwl->get_wishlist_url();
18
-
19
-
20
- //determine to success link redirect url
21
- //handle redirect option chosen by admin
22
- if ( isset( $_GET['redirect_to_cart'] ) && $_GET['redirect_to_cart'] == 'true' ) {
23
-
24
- if ( function_exists( 'icl_object_id' ) ) {
25
- $redirect_url = get_permalink( icl_object_id( function_exists( 'wc_get_page_id' ) ? wc_get_page_id( 'cart' ) : woocommerce_get_page_id( 'cart' ) ), 'page', true );
26
- }
27
- else {
28
- $redirect_url = get_permalink( function_exists( 'wc_get_page_id' ) ? wc_get_page_id( 'cart' ) : woocommerce_get_page_id( 'cart' ) );
29
- }
30
- }
31
- else {
32
- $redirect_url = apply_filters( 'yit_wcwl_add_to_cart_redirect_url', $yith_wcwl->get_wishlist_url() );
33
- }
34
-
35
- //get the details of the product
36
- $details = $yith_wcwl->get_product_details( $_GET['wishlist_item_id'] );
37
-
38
- //add to the cart
39
- if( WC()->cart->add_to_cart( $details[0]['prod_id'], 1 ) ) {
40
- //$_SESSION['messages'] = sprintf( '<a href="%s" class="button">%s</a> %s', get_permalink( woocommerce_get_page_id( 'cart' ) ), __( 'View Cart &rarr;', 'yit' ), __( 'Product successfully added to the cart.', 'yit' ) );
41
-
42
- if ( function_exists('wc_add_to_cart_message') ) {
43
- wc_add_to_cart_message( $details[0]['prod_id'] );
44
- } else {
45
- woocommerce_add_to_cart_message( $details[0]['prod_id'] );
46
- }
47
- //$woocommerce->set_messages();
48
-
49
- if( get_option( 'yith_wcwl_remove_after_add_to_cart' ) == 'yes' )
50
- { $yith_wcwl->remove( $details[0]['ID'] ); }
51
-
52
- header( "Location: $redirect_url" );
53
-
54
- } else { //if failed, redirect to wishlist page with errors
55
- if ( function_exists('wc_get_notices') ) {
56
- $_SESSION['errors'] = wc_get_notices( "error" );
57
- } else {
58
- $_SESSION['errors'] = $woocommerce->get_errors();
59
- }
60
- header( "Location: $error_link_url" );
61
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
assets/css/admin.css CHANGED
@@ -5,8 +5,17 @@
5
  * @package YITH WooCommerce Wishlist
6
  * @version 1.1.5
7
  */
 
 
 
 
 
 
 
 
 
8
 
9
- #yith_wcwl_styles .color_box {
10
  border: 1px solid #CCC;
11
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
12
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
@@ -20,19 +29,19 @@
20
  margin: 0 10px 0 0;
21
  }
22
 
23
- #yith_wcwl_styles .color_box strong {
24
  text-align: left;
25
  display: block;
26
  padding: 0 0 2px;
27
  font-size: .92em;
28
  }
29
 
30
- #yith_wcwl_styles .color_box strong img {
31
  float: right;
32
  margin: 1px 0 0 0;
33
  }
34
 
35
- #yith_wcwl_styles .color_box input {
36
  width: 100%;
37
  margin: 0;
38
  font-family: monospace;
@@ -41,10 +50,14 @@
41
  box-sizing: border-box;
42
  }
43
 
44
- #yith_wcwl_styles .color_box .colorpickdiv {
45
  z-index: 100;
46
  background: #EEE;
47
  border: 1px solid #CCC;
48
  position: absolute;
49
  display: none;
 
 
 
 
50
  }
5
  * @package YITH WooCommerce Wishlist
6
  * @version 1.1.5
7
  */
8
+
9
+ h2.nav-tab-wrapper{
10
+ margin-bottom: 15px;
11
+ }
12
+
13
+ #yith_wcwl_panel_colors .color-panel{
14
+ background: #ffffff;
15
+ padding: 20px;
16
+ }
17
 
18
+ #yith_wcwl_panel_colors .color_box {
19
  border: 1px solid #CCC;
20
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
21
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
29
  margin: 0 10px 0 0;
30
  }
31
 
32
+ #yith_wcwl_panel_colors .color_box strong {
33
  text-align: left;
34
  display: block;
35
  padding: 0 0 2px;
36
  font-size: .92em;
37
  }
38
 
39
+ #yith_wcwl_panel_colors .color_box strong img {
40
  float: right;
41
  margin: 1px 0 0 0;
42
  }
43
 
44
+ #yith_wcwl_panel_colors .color_box input {
45
  width: 100%;
46
  margin: 0;
47
  font-family: monospace;
50
  box-sizing: border-box;
51
  }
52
 
53
+ #yith_wcwl_panel_colors .color_box .colorpickdiv {
54
  z-index: 100;
55
  background: #EEE;
56
  border: 1px solid #CCC;
57
  position: absolute;
58
  display: none;
59
+ }
60
+
61
+ .woocommerce_page_wishlist #TB_window img#TB_Image{
62
+ border: none;
63
  }
assets/css/jquery.selectBox.css ADDED
@@ -0,0 +1,147 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /* Dropdown control */
2
+ .selectBox-dropdown {
3
+ min-width: 150px;
4
+ position: relative;
5
+ border: solid 1px #BBB;
6
+ line-height: 1.5;
7
+ text-decoration: none;
8
+ text-align: left;
9
+ color: #000;
10
+ outline: none;
11
+ vertical-align: middle;
12
+ background: #F2F2F2;
13
+ background: -moz-linear-gradient(top, #F8F8F8 1%, #E1E1E1 100%);
14
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #F8F8F8), color-stop(100%, #E1E1E1));
15
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F8F8F8', endColorstr='#E1E1E1', GradientType=0);
16
+ -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
17
+ -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
18
+ box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
19
+ -webkit-border-radius: 4px;
20
+ -moz-border-radius: 4px;
21
+ border-radius: 4px;
22
+ display: inline-block;
23
+ cursor: default;
24
+ }
25
+
26
+ .selectBox-dropdown:focus,
27
+ .selectBox-dropdown:focus .selectBox-arrow {
28
+ border-color: #666;
29
+ }
30
+
31
+ .selectBox-dropdown.selectBox-menuShowing {
32
+ -moz-border-radius-bottomleft: 0;
33
+ -moz-border-radius-bottomright: 0;
34
+ -webkit-border-bottom-left-radius: 0;
35
+ -webkit-border-bottom-right-radius: 0;
36
+ border-bottom-left-radius: 0;
37
+ border-bottom-right-radius: 0;
38
+ }
39
+
40
+ .selectBox-dropdown .selectBox-label {
41
+ padding: 2px 8px;
42
+ display: inline-block;
43
+ white-space: nowrap;
44
+ overflow: hidden;
45
+ }
46
+
47
+ .selectBox-dropdown .selectBox-arrow {
48
+ position: absolute;
49
+ top: 0;
50
+ right: 0;
51
+ width: 23px;
52
+ height: 100%;
53
+ background: url(../images/jquery.selectBox-arrow.gif) 50% center no-repeat;
54
+ border-left: solid 1px #BBB;
55
+ }
56
+
57
+ /* Dropdown menu */
58
+ .selectBox-dropdown-menu {
59
+ position: absolute;
60
+ z-index: 99999;
61
+ max-height: 200px;
62
+ min-height: 1em;
63
+ border: solid 1px #BBB; /* should be the same border width as .selectBox-dropdown */
64
+ background: #FFF;
65
+ -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
66
+ -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
67
+ box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
68
+ overflow: auto;
69
+ -webkit-overflow-scrolling: touch;
70
+ }
71
+
72
+ /* Inline control */
73
+ .selectBox-inline {
74
+ min-width: 150px;
75
+ outline: none;
76
+ border: solid 1px #BBB;
77
+ background: #FFF;
78
+ display: inline-block;
79
+ -webkit-border-radius: 4px;
80
+ -moz-border-radius: 4px;
81
+ border-radius: 4px;
82
+ overflow: auto;
83
+ }
84
+
85
+ .selectBox-inline:focus {
86
+ border-color: #666;
87
+ }
88
+
89
+ /* Options */
90
+ .selectBox-options,
91
+ .selectBox-options LI,
92
+ .selectBox-options LI A {
93
+ list-style: none;
94
+ display: block;
95
+ cursor: default;
96
+ padding: 0;
97
+ margin: 0;
98
+ }
99
+
100
+ .selectBox-options LI A {
101
+ line-height: 1.5;
102
+ padding: 0 .5em;
103
+ white-space: nowrap;
104
+ overflow: hidden;
105
+ background: 6px center no-repeat;
106
+ }
107
+
108
+ .selectBox-options LI.selectBox-hover A {
109
+ background-color: #EEE;
110
+ }
111
+
112
+ .selectBox-options LI.selectBox-disabled A {
113
+ color: #888;
114
+ background-color: transparent;
115
+ }
116
+
117
+ .selectBox-options LI.selectBox-selected A {
118
+ background-color: #C8DEF4;
119
+ }
120
+
121
+ .selectBox-options .selectBox-optgroup {
122
+ color: #666;
123
+ background: #EEE;
124
+ font-weight: bold;
125
+ line-height: 1.5;
126
+ padding: 0 .3em;
127
+ white-space: nowrap;
128
+ }
129
+
130
+ /* Disabled state */
131
+ .selectBox.selectBox-disabled {
132
+ color: #888 !important;
133
+ }
134
+
135
+ .selectBox-dropdown.selectBox-disabled .selectBox-arrow {
136
+ opacity: .5;
137
+ filter: alpha(opacity=50);
138
+ border-color: #666;
139
+ }
140
+
141
+ .selectBox-inline.selectBox-disabled {
142
+ color: #888 !important;
143
+ }
144
+
145
+ .selectBox-inline.selectBox-disabled .selectBox-options A {
146
+ background-color: transparent !important;
147
+ }
assets/css/style.css CHANGED
@@ -6,9 +6,152 @@
6
  * @version 1.1.5
7
  */
8
 
9
-
10
  .summary .product_meta { margin-top: 45px; }
11
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  /* Popup message */
13
  #yith-wcwl-popup-message {
14
  background: white;
@@ -25,43 +168,328 @@
25
  z-index: 10000; /* Thanks WP -.- */
26
  }
27
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
  /* Wishlist table template */
29
- .wishlist_table {}
30
 
31
- .wishlist_table tr td { text-align: center; }
32
- .wishlist_table tr td.product-thumbnail, .wishlist_table tr td.product-name { text-align: left; }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  .wishlist_table tr td.product-stock-status span.wishlist-in-stock { color: #297E29; }
34
  .wishlist_table tr td.product-stock-status span.wishlist-out-of-stock { color: #F00; }
35
 
36
  /* Wishlist buttons */
37
- .summary .single_add_to_wishlist.button, div.product .woocommerce-price-and-add .single_add_to_wishlist.button { margin: 0px; }
38
- .yith-wcwl-add-to-wishlist { margin-top: 10px; }
39
- .yith-wcwl-add-button > a i, .wishlist_table .add_to_cart.button i { margin-right: 10px; }
40
- .wishlist_table .add_to_cart.button { margin: 0px; }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
41
 
42
  /* Share buttons */
43
  .yith-wcwl-share ul {
44
- margin-bottom: 10px;
45
- margin-left: 0px;
46
  }
47
 
48
  .yith-wcwl-share ul, .yith-wcwl-share li { height: 21px; }
49
- .yith-wcwl-share li, .entry-content .yith-wcwl-share li { margin-left: 0px; margin-right: 3px; }
50
 
51
  .yith-wcwl-share li a {
52
- background-position: left bottom;
53
  display: inline-block;
54
  width: 21px;
55
  height: 21px;
56
  }
57
 
58
- .yith-wcwl-share li a:hover { background-position: left top; }
59
  .yith-wcwl-share li a.facebook { background-image: url(../images/facebook.png ); }
60
  .yith-wcwl-share li a.twitter { background-image: url(../images/twitter.png ); }
61
  .yith-wcwl-share li a.pinterest { background-image: url(../images/pinterest.jpg ); }
62
  .yith-wcwl-share li a.googleplus { background-image: url(../images/googleplus.jpg ); }
63
  .yith-wcwl-share li a.email { background-image: url(../images/email.jpg ); }
64
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
65
  /* AJAX loading gif */
66
  .yith-wcwl-add-to-wishlist .ajax-loading {
67
  box-shadow: none !important;
@@ -73,4 +501,27 @@
73
  visibility: hidden;
74
  width: 16px !important;
75
  height: 16px !important;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
76
  }
6
  * @version 1.1.5
7
  */
8
 
 
9
  .summary .product_meta { margin-top: 45px; }
10
 
11
+ /* Selectbox style */
12
+ .woocommerce a.selectBox{
13
+ background: #ffffff;
14
+ min-width: 100px;
15
+ margin-right: 10px;
16
+ color: inherit;
17
+ }
18
+
19
+ .woocommerce a.selectBox:hover{
20
+ color: inherit;
21
+ }
22
+
23
+ .woocommerce a.selectBox:focus{
24
+ border: 1px solid #ccc;
25
+ }
26
+
27
+ .selectBox-dropdown .selectBox-label{
28
+ vertical-align: middle;
29
+ padding: 3px 8px;
30
+ }
31
+
32
+ .selectBox-dropdown .selectBox-arrow{
33
+ border: none;
34
+ background: url(../images/jquery.selectBox-arrow.png) center right no-repeat;
35
+ }
36
+
37
+ .selectBox-dropdown.selectBox-menuShowing .selectBox-arrow{
38
+ background: url(../images/jquery.selectBox-arrow.png) center left no-repeat;
39
+ }
40
+
41
+ .selectBox-dropdown-menu{
42
+ border-bottom-left-radius: 3px;
43
+ border-bottom-right-radius: 3px;
44
+ padding: 5px;
45
+ }
46
+
47
+ .selectBox-label.public-visibility:before,
48
+ .selectBox-dropdown-menu li.public-visibility a:before{
49
+ font-family: FontAwesome;
50
+ display: inline-block;
51
+ content: "\f0ac";
52
+ margin-right: 5px;
53
+ }
54
+
55
+ .selectBox-label.shared-visibility:before,
56
+ .selectBox-dropdown-menu li.shared-visibility a:before{
57
+ font-family: FontAwesome;
58
+ display: inline-block;
59
+ content: "\f0c1";
60
+ margin-right: 5px;
61
+ }
62
+
63
+ .selectBox-label.private-visibility:before,
64
+ .selectBox-dropdown-menu li.private-visibility a:before{
65
+ font-family: FontAwesome;
66
+ display: inline-block;
67
+ content: "\f023";
68
+ margin-right: 5px;
69
+ }
70
+
71
+ .selectBox-dropdown-menu li a{
72
+ color: inherit;
73
+ padding: 5px 8px;
74
+ border-radius: 3px;
75
+ }
76
+
77
+ .selectBox-dropdown-menu a:hover{
78
+ color: inherit;
79
+ text-decoration: none;
80
+ }
81
+
82
+ /* Popup add to wishlist */
83
+ .yith-wcwl-add-button a.open-pretty-photo{
84
+ display: none;
85
+ }
86
+ .yes-js .yith-wcwl-add-button a.open-pretty-photo{
87
+ display: inline-block;
88
+ }
89
+ .yes-js .yith-wcwl-popup{
90
+ display: none;
91
+ text-align: center;
92
+ }
93
+ .yes-js .yith-wcwl-popup-content{
94
+
95
+ }
96
+ .yes-js .yith-wcwl-popup-content{
97
+ display: table;
98
+ width: 100%;
99
+ }
100
+ .yes-js .yith-wcwl-popup-content .yith-wcwl-first-row{
101
+ display: table-header-group;
102
+ }
103
+ .yes-js .yith-wcwl-popup-content .yith-wcwl-second-row{
104
+ display: none;
105
+ }
106
+ .yes-js .yith-wcwl-popup-content .yith-wcwl-wishlist-select-container,
107
+ .yes-js .yith-wcwl-popup-content .yith-wcwl-wishlist-thumb,
108
+ .yes-js .yith-wcwl-popup-content .yith-wcwl-popup-new,
109
+ .yes-js .yith-wcwl-popup-content .yith-wcwl-visibility{
110
+ display: table-cell;
111
+ vertical-align: bottom;
112
+ }
113
+ .yes-js .yith-wcwl-popup-content .yith-wcwl-wishlist-select-container{
114
+ width: 80%;
115
+ padding-bottom: 20px;
116
+ }
117
+ .yes-js .yith-wcwl-popup-content .yith-wcwl-wishlist-select-container select,
118
+ .yes-js .yith-wcwl-popup-content .yith-wcwl-visibility select,
119
+ .yes-js .yith-wcwl-popup-content .yith-wcwl-popup-new input{
120
+ border: 1px solid #ccc;
121
+ height: 35px;
122
+ border-radius: 3px;
123
+ }
124
+ .yes-js .yith-wcwl-popup-content .yith-wcwl-wishlist-select-container select{
125
+ width: 100%;
126
+ font-weight: 700;
127
+ padding-left: 10px;
128
+ }
129
+ .yes-js .yith-wcwl-popup-content .yith-wcwl-wishlist-thumb{
130
+ width: 20%;
131
+ padding-bottom: 20px;
132
+ }
133
+ .yes-js .yith-wcwl-popup-content .yith-wcwl-wishlist-thumb img{
134
+ float: right;
135
+ border: 1px solid #ccc;
136
+ border-radius: 3px;
137
+ }
138
+ .yes-js .yith-wcwl-popup-content .yith-wcwl-popup-new{
139
+ text-align: right;
140
+ }
141
+ .yes-js .yith-wcwl-popup-content .yith-wcwl-popup-new label{
142
+ font-weight: 700;
143
+ }
144
+ .yes-js .yith-wcwl-popup-content .yith-wcwl-visibility select{
145
+ float: right;
146
+ min-width: 90px;
147
+ }
148
+ .yes-js .yith-wcwl-popup-footer{
149
+ border-top: 1px solid #CCC;
150
+ padding: 20px 20px 0 20px;
151
+ margin: 20px -20px 0;
152
+ text-align: right;
153
+ }
154
+
155
  /* Popup message */
156
  #yith-wcwl-popup-message {
157
  background: white;
168
  z-index: 10000; /* Thanks WP -.- */
169
  }
170
 
171
+ /*Wishlist title form*/
172
+ .wishlist-title{
173
+ display: inline-block;
174
+ }
175
+ .wishlist-title h2{
176
+ display: inline-block;
177
+ padding: 5px;
178
+ }
179
+ .wishlist-title.wishlist-title-with-form h2:hover{
180
+ background: #efefef;
181
+ }
182
+ .wishlist-title a.show-title-form{
183
+ cursor: pointer;
184
+ visibility: hidden;
185
+ }
186
+ .wishlist-title:hover a.show-title-form{
187
+ visibility: visible;
188
+ }
189
+ .yes-js #yith-wcwl-form .hidden-title-form{
190
+ display: none;
191
+ margin: 25px 0 39px;
192
+ }
193
+
194
  /* Wishlist table template */
 
195
 
196
+ .woocommerce table.wishlist_table thead th{
197
+ border-top: 1px solid;
198
+ padding: 16px 12px;
199
+ }
200
+
201
+ .woocommerce table.wishlist_table tbody td{
202
+ padding: 16px 12px;
203
+ }
204
+
205
+ .woocommerce table.wishlist_table thead th,
206
+ .woocommerce table.wishlist_table tbody td{
207
+ border-color: #e7e7e7;
208
+ }
209
+
210
+ .wishlist_table tr td, .wishlist_table tr th.wishlist-delete { text-align: center; }
211
+ .wishlist_table tr td.product-thumbnail, .wishlist_table tr td.product-name, .wishlist_table tr td.wishlist-name, .wishlist_table tr td.wishlist-privacy, .woocommerce table.wishlist_table tfoot td { text-align: left; }
212
  .wishlist_table tr td.product-stock-status span.wishlist-in-stock { color: #297E29; }
213
  .wishlist_table tr td.product-stock-status span.wishlist-out-of-stock { color: #F00; }
214
 
215
  /* Wishlist buttons */
216
+ .summary .single_add_to_wishlist.button,
217
+ div.product .woocommerce-price-and-add .single_add_to_wishlist.button {
218
+ margin: 0px;
219
+ }
220
+
221
+ .wishlist_table .add_to_cart.button{
222
+ padding: 7px 12px;
223
+ line-height: normal;
224
+ }
225
+
226
+ .yith-wcwl-add-to-wishlist {
227
+ margin-top: 10px;
228
+ }
229
+
230
+ .yith-wcwl-add-button > a i,
231
+ .wishlist_table .add_to_cart.button i,
232
+ .wishlist_table .ask-an-estimate-button i,
233
+ .wishlist-title a.show-title-form i,
234
+ .hidden-title-form a.hide-title-form i,
235
+ .hidden-title-form button i,
236
+ .yith-wcwl-wishlist-new button i,
237
+ .wishlist_manage_table tfoot button.submit-wishlist-changes i,
238
+ .wishlist_manage_table tfoot a.create-new-wishlist i,
239
+ .yith-wcwl-wishlist-search-form button.wishlist-search-button i{
240
+ margin-right: 10px;
241
+ }
242
+
243
+ .wishlist_table .add_to_cart.button,
244
+ .yith-wcwl-add-button a.add_to_wishlist,
245
+ .yith-wcwl-popup-button a.add_to_wishlist,
246
+ .wishlist_table a.ask-an-estimate-button,
247
+ .wishlist-title a.show-title-form,
248
+ .hidden-title-form a.hide-title-form,
249
+ .woocommerce .yith-wcwl-wishlist-new button,
250
+ .wishlist_manage_table a.create-new-wishlist,
251
+ .wishlist_manage_table button.submit-wishlist-changes,
252
+ .yith-wcwl-wishlist-search-form button.wishlist-search-button{
253
+ margin: 0px;
254
+ box-shadow: none;
255
+ text-shadow: none;
256
+ border-radius: 3px;
257
+ }
258
+
259
+ /* Wishlist title */
260
+ .woocommerce .wishlist-title h2{
261
+ vertical-align: middle;
262
+ }
263
+
264
+ .woocommerce .wishlist-title a.show-title-form{
265
+ vertical-align: middle;
266
+ margin-left: 15px;
267
+ }
268
+
269
+ .woocommerce .hidden-title-form input[type="text"]{
270
+ border: 1px solid #ccc;
271
+ border-radius: 3px;
272
+ height: 35px;
273
+ min-width: 250px;
274
+ vertical-align: middle;
275
+ }
276
+
277
+ .woocommerce .hidden-title-form button{
278
+ padding: 7px 24px;
279
+ vertical-align: middle;
280
+ border: none;
281
+ position: relative;
282
+ }
283
+
284
+ .woocommerce .hidden-title-form button:active{
285
+ top: 1px;
286
+ }
287
+
288
+ .woocommerce .hidden-title-form a.hide-title-form{
289
+ vertical-align: middle;
290
+ line-height: normal;
291
+ }
292
+
293
+ /* Remove buttons */
294
+ .woocommerce #content table.wishlist_table.cart a.remove{
295
+ color: #c3c3c3;
296
+ }
297
+
298
+ .woocommerce #content table.wishlist_table.cart a.remove:hover{
299
+ background-color: #c3c3c3;
300
+ color: #fff;
301
+ }
302
 
303
  /* Share buttons */
304
  .yith-wcwl-share ul {
305
+ margin: 5px 0;
306
+ padding: 0;
307
  }
308
 
309
  .yith-wcwl-share ul, .yith-wcwl-share li { height: 21px; }
310
+ .yith-wcwl-share li, .entry-content .yith-wcwl-share li { margin-left: 0px; margin-right: 10px; }
311
 
312
  .yith-wcwl-share li a {
313
+ background-position: left top;
314
  display: inline-block;
315
  width: 21px;
316
  height: 21px;
317
  }
318
 
319
+ .yith-wcwl-share li a:hover { background-position: left bottom; }
320
  .yith-wcwl-share li a.facebook { background-image: url(../images/facebook.png ); }
321
  .yith-wcwl-share li a.twitter { background-image: url(../images/twitter.png ); }
322
  .yith-wcwl-share li a.pinterest { background-image: url(../images/pinterest.jpg ); }
323
  .yith-wcwl-share li a.googleplus { background-image: url(../images/googleplus.jpg ); }
324
  .yith-wcwl-share li a.email { background-image: url(../images/email.jpg ); }
325
 
326
+ /* Ask an estimate button */
327
+ .woocommerce .wishlist_table.cart .ask-an-estimate-button{
328
+ float: right;
329
+ padding: 7px 12px;
330
+ line-height: normal;
331
+ }
332
+
333
+ /* Create new wishlist*/
334
+ .yith-wcwl-wishlist-new{
335
+ padding: 20px 30px;
336
+ border-bottom: 1px solid #e7e7e7;
337
+ }
338
+
339
+ .yith-wcwl-wishlist-new label{
340
+ vertical-align: middle;
341
+ margin-right: 20px;
342
+ }
343
+
344
+ .yith-wcwl-wishlist-new input{
345
+ min-width: 190px;
346
+ }
347
+
348
+ .yith-wcwl-wishlist-new input[type="text"],
349
+ .yith-wcwl-wishlist-new select{
350
+ border: 1px solid #ccc;
351
+ border-radius: 3px;
352
+ height: 35px;
353
+ vertical-align: middle;
354
+ margin-right: 10px;
355
+ }
356
+
357
+ .woocommerce .yith-wcwl-wishlist-new button{
358
+ padding: 7px 24px;
359
+ vertical-align: middle;
360
+ border: 1px solid;
361
+ position: relative;
362
+ }
363
+
364
+ .woocommerce .yith-wcwl-wishlist-new button:active{
365
+ top: 1px;
366
+ }
367
+
368
+ /* Manage wishlists */
369
+ .woocommerce .wishlist_manage_table select{
370
+ border: 1px solid #ccc;
371
+ border-radius: 3px;
372
+ height: 35px;
373
+ vertical-align: middle;
374
+ margin-right: 10px;
375
+ }
376
+
377
+ .woocommerce table.wishlist_manage_table tfoot td{
378
+ text-align: right;
379
+ padding: 24px 12px;
380
+ }
381
+
382
+ .woocommerce .wishlist_manage_table tfoot button.submit-wishlist-changes{
383
+ padding: 7px 24px;
384
+ vertical-align: middle;
385
+ border: 1px solid;
386
+ border-radius: 3px;
387
+ position: relative;
388
+ line-height: normal;
389
+ }
390
+
391
+ .woocommerce .wishlist_manage_table tfoot button.submit-wishlist-changes:active{
392
+ top: 1px;
393
+ }
394
+
395
+ .woocommerce .wishlist_manage_table tfoot a.create-new-wishlist{
396
+ vertical-align: middle;
397
+ line-height: normal;
398
+ padding: 7px 24px;
399
+ }
400
+
401
+ /* Search wishlist */
402
+ .woocommerce .yith-wcwl-wishlist-search-form{
403
+ padding: 20px 80px;
404
+ border-bottom: 1px solid #e7e7e7;
405
+ }
406
+
407
+ .woocommerce .yith-wcwl-wishlist-search-form:after{
408
+ content: '';
409
+ display: block;
410
+ clear: both;
411
+ }
412
+
413
+ .woocommerce .yith-wcwl-wishlist-search-form #wishlist_search{
414
+ min-width: 300px;
415
+ border: 1px solid #ccc;
416
+ border-radius: 3px;
417
+ height: 35px;
418
+ vertical-align: middle;
419
+ float: left;
420
+ }
421
+
422
+ .woocommerce .yith-wcwl-wishlist-search-form button.wishlist-search-button{
423
+ padding: 7px 24px;
424
+ vertical-align: middle;
425
+ border: 1px solid;
426
+ border-radius: 3px;
427
+ position: relative;
428
+ line-height: normal;
429
+ float: right;
430
+ }
431
+
432
+ .woocommerce p.yith-wcwl-empty-search-result{
433
+ padding: 50px 0;
434
+ text-align: center;
435
+ }
436
+
437
+ .woocommerce .yith-wcwl-wishlist-search-form button.wishlist-search-button:active{
438
+ top: 1px;
439
+ }
440
+
441
+ .woocommerce ul.yith-wcwl-search-results,
442
+ .woocommerce ul.user-wishlists{
443
+ list-style: none;
444
+ margin: 0;
445
+ padding: 0;
446
+ }
447
+
448
+ .woocommerce ul.yith-wcwl-search-results > li{
449
+ padding: 50px 80px;
450
+ border-bottom: 1px solid #e7e7e7;
451
+ }
452
+
453
+ .woocommerce ul.yith-wcwl-search-results > li:after{
454
+ content: '';
455
+ display: block;
456
+ clear: both;
457
+ }
458
+
459
+ .woocommerce ul.yith-wcwl-search-results .thumb{
460
+ float: left;
461
+ margin-right: 15px;
462
+ }
463
+
464
+ .woocommerce ul.yith-wcwl-search-results .user-details{
465
+ overflow: hidden;
466
+ padding-top: 15px;
467
+ }
468
+
469
+ .woocommerce ul.yith-wcwl-search-results .user-details span{
470
+ display: block;
471
+ }
472
+
473
+ .woocommerce ul.yith-wcwl-search-results .user-details span.name{
474
+ font-weight: 700;
475
+ }
476
+
477
+ .woocommerce ul.yith-wcwl-search-results .reuslt-details{
478
+ float: left;
479
+ width: 50%;
480
+ }
481
+
482
+ .woocommerce ul.yith-wcwl-search-results .result-wishlists{
483
+ float: right;
484
+ max-width: 50%;
485
+ padding-top: 15px;
486
+ }
487
+
488
+ .woocommerce .yith-wcwl-search-pagination{
489
+ padding: 5px 0;
490
+ text-align: center;
491
+ }
492
+
493
  /* AJAX loading gif */
494
  .yith-wcwl-add-to-wishlist .ajax-loading {
495
  box-shadow: none !important;
501
  visibility: hidden;
502
  width: 16px !important;
503
  height: 16px !important;
504
+ }
505
+
506
+ /* Widget wishlist */
507
+ .widget_yith-wcwl-lists ul.dropdown li{
508
+ padding: 0;
509
+ }
510
+
511
+ .widget_yith-wcwl-lists ul.dropdown > li a,
512
+ .widget_yith-wcwl-lists ul.dropdown ul.lists > li a{
513
+ display: block;
514
+ padding: 5px 15px;
515
+ }
516
+
517
+ .widget_yith-wcwl-lists ul.dropdown ul.lists > li a{
518
+ padding: 5px 25px;
519
+ }
520
+
521
+ .widget_yith-wcwl-lists ul.dropdown > li.lists-section{
522
+ border-bottom: 1px solid #e7e7e7;
523
+ }
524
+
525
+ .widget_yith-wcwl-lists ul.dropdown ul.lists{
526
+ margin: 0;
527
  }
assets/images/jquery.selectBox-arrow.gif ADDED
Binary file
assets/images/jquery.selectBox-arrow.png ADDED
Binary file
assets/images/landing/admin-panel.png ADDED
Binary file
assets/images/landing/ask-an-estimate.png ADDED
Binary file
assets/images/landing/background-1.png ADDED
Binary file
assets/images/landing/background-2.png ADDED
Binary file
assets/images/landing/background-3.png ADDED
Binary file
assets/images/landing/background-4.png ADDED
Binary file
assets/images/landing/background-5.png ADDED
Binary file
assets/images/landing/icon-1.png ADDED
Binary file
assets/images/landing/icon-2.png ADDED
Binary file
assets/images/landing/icon-3.png ADDED
Binary file
assets/images/landing/icon-4.png ADDED
Binary file
assets/images/landing/icon-5.png ADDED
Binary file
assets/images/landing/icon-6.png ADDED
Binary file
assets/images/landing/multiple-wishlist.png ADDED
Binary file
assets/images/landing/private-wishlist.png ADDED
Binary file
assets/images/landing/search-wishlist.png ADDED
Binary file
assets/images/video-thumb.jpg ADDED
Binary file
assets/js/jquery.selectBox.min.js ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
1
+ /**
2
+ * jQuery SelectBox
3
+ *
4
+ * v1.2.0
5
+ * github.com/marcj/jquery-selectBox
6
+ */
7
+ (function(a){var b=this.SelectBox=function(c,d){if(c instanceof jQuery){if(c.length>0){c=c[0]}else{return}}this.typeTimer=null;this.typeSearch="";this.isMac=navigator.platform.match(/mac/i);d="object"===typeof d?d:{};this.selectElement=c;if(!d.mobile&&navigator.userAgent.match(/iPad|iPhone|Android|IEMobile|BlackBerry/i)){return false}if("select"!==c.tagName.toLowerCase()){return false}this.init(d)};b.prototype.version="1.2.0";b.prototype.init=function(o){var j=a(this.selectElement);if(j.data("selectBox-control")){return false}var f=a('<a class="selectBox" />'),h=j.attr("multiple")||parseInt(j.attr("size"))>1,d=o||{},c=parseInt(j.prop("tabindex"))||0,m=this;f.width(j.outerWidth()).addClass(j.attr("class")).attr("title",j.attr("title")||"").attr("tabindex",c).css("display","inline-block").bind("focus.selectBox",function(){if(this!==document.activeElement&&document.body!==document.activeElement){a(document.activeElement).blur()}if(f.hasClass("selectBox-active")){return}f.addClass("selectBox-active");j.trigger("focus")}).bind("blur.selectBox",function(){if(!f.hasClass("selectBox-active")){return}f.removeClass("selectBox-active");j.trigger("blur")});if(!a(window).data("selectBox-bindings")){a(window).data("selectBox-bindings",true).bind("scroll.selectBox",this.hideMenus).bind("resize.selectBox",this.hideMenus)}if(j.attr("disabled")){f.addClass("selectBox-disabled")}j.bind("click.selectBox",function(p){f.focus();p.preventDefault()});if(h){o=this.getOptions("inline");f.append(o).data("selectBox-options",o).addClass("selectBox-inline selectBox-menuShowing").bind("keydown.selectBox",function(p){m.handleKeyDown(p)}).bind("keypress.selectBox",function(p){m.handleKeyPress(p)}).bind("mousedown.selectBox",function(p){if(1!==p.which){return}if(a(p.target).is("A.selectBox-inline")){p.preventDefault()}if(!f.hasClass("selectBox-focus")){f.focus()}}).insertAfter(j);if(!j[0].style.height){var n=j.attr("size")?parseInt(j.attr("size")):5;var e=f.clone().removeAttr("id").css({position:"absolute",top:"-9999em"}).show().appendTo("body");e.find(".selectBox-options").html("<li><a>\u00A0</a></li>");var l=parseInt(e.find(".selectBox-options A:first").html("&nbsp;").outerHeight());e.remove();f.height(l*n)}this.disableSelection(f)}else{var i=a('<span class="selectBox-label" />'),k=a('<span class="selectBox-arrow" />');i.attr("class",this.getLabelClass()).text(this.getLabelText());o=this.getOptions("dropdown");o.appendTo("BODY");f.data("selectBox-options",o).addClass("selectBox-dropdown").append(i).append(k).bind("mousedown.selectBox",function(p){if(1===p.which){if(f.hasClass("selectBox-menuShowing")){m.hideMenus()}else{p.stopPropagation();o.data("selectBox-down-at-x",p.screenX).data("selectBox-down-at-y",p.screenY);m.showMenu()}}}).bind("keydown.selectBox",function(p){m.handleKeyDown(p)}).bind("keypress.selectBox",function(p){m.handleKeyPress(p)}).bind("open.selectBox",function(q,p){if(p&&p._selectBox===true){return}m.showMenu()}).bind("close.selectBox",function(q,p){if(p&&p._selectBox===true){return}m.hideMenus()}).insertAfter(j);var g=f.width()-k.outerWidth()-parseInt(i.css("paddingLeft"))||0-parseInt(i.css("paddingRight"))||0;i.width(g);this.disableSelection(f)}j.addClass("selectBox").data("selectBox-control",f).data("selectBox-settings",d).hide()};b.prototype.getOptions=function(j){var f;var c=a(this.selectElement);var e=this;var d=function(i,k){i.children("OPTION, OPTGROUP").each(function(){if(a(this).is("OPTION")){if(a(this).length>0){e.generateOptions(a(this),k)}else{k.append("<li>\u00A0</li>")}}else{var l=a('<li class="selectBox-optgroup" />');l.text(a(this).attr("label"));k.append(l);k=d(a(this),k)}});return k};switch(j){case"inline":f=a('<ul class="selectBox-options" />');f=d(c,f);f.find("A").bind("mouseover.selectBox",function(i){e.addHover(a(this).parent())}).bind("mouseout.selectBox",function(i){e.removeHover(a(this).parent())}).bind("mousedown.selectBox",function(i){if(1!==i.which){return}i.preventDefault();if(!c.selectBox("control").hasClass("selectBox-active")){c.selectBox("control").focus()}}).bind("mouseup.selectBox",function(i){if(1!==i.which){return}e.hideMenus();e.selectOption(a(this).parent(),i)});this.disableSelection(f);return f;case"dropdown":f=a('<ul class="selectBox-dropdown-menu selectBox-options" />');f=d(c,f);f.data("selectBox-select",c).css("display","none").appendTo("BODY").find("A").bind("mousedown.selectBox",function(i){if(i.which===1){i.preventDefault();if(i.screenX===f.data("selectBox-down-at-x")&&i.screenY===f.data("selectBox-down-at-y")){f.removeData("selectBox-down-at-x").removeData("selectBox-down-at-y");e.hideMenus()}}}).bind("mouseup.selectBox",function(i){if(1!==i.which){return}if(i.screenX===f.data("selectBox-down-at-x")&&i.screenY===f.data("selectBox-down-at-y")){return}else{f.removeData("selectBox-down-at-x").removeData("selectBox-down-at-y")}e.selectOption(a(this).parent());e.hideMenus()}).bind("mouseover.selectBox",function(i){e.addHover(a(this).parent())}).bind("mouseout.selectBox",function(i){e.removeHover(a(this).parent())});var h=c.attr("class")||"";if(""!==h){h=h.split(" ");for(var g in h){f.addClass(h[g]+"-selectBox-dropdown-menu")}}this.disableSelection(f);return f}};b.prototype.getLabelClass=function(){var c=a(this.selectElement).find("OPTION:selected");return("selectBox-label "+(c.attr("class")||"")).replace(/\s+$/,"")};b.prototype.getLabelText=function(){var c=a(this.selectElement).find("OPTION:selected");return c.text()||"\u00A0"};b.prototype.setLabel=function(){var c=a(this.selectElement);var d=c.data("selectBox-control");if(!d){return}d.find(".selectBox-label").attr("class",this.getLabelClass()).text(this.getLabelText())};b.prototype.destroy=function(){var c=a(this.selectElement);var e=c.data("selectBox-control");if(!e){return}var d=e.data("selectBox-options");d.remove();e.remove();c.removeClass("selectBox").removeData("selectBox-control").data("selectBox-control",null).removeData("selectBox-settings").data("selectBox-settings",null).show()};b.prototype.refresh=function(){var c=a(this.selectElement),e=c.data("selectBox-control"),f=e.hasClass("selectBox-dropdown"),d=e.hasClass("selectBox-menuShowing");c.selectBox("options",c.html());if(f&&d){this.showMenu()}};b.prototype.showMenu=function(){var e=this,d=a(this.selectElement),j=d.data("selectBox-control"),h=d.data("selectBox-settings"),f=j.data("selectBox-options");if(j.hasClass("selectBox-disabled")){return false}this.hideMenus();var g=parseInt(j.css("borderBottomWidth"))||0;f.width(j.innerWidth()).css({top:j.offset().top+j.outerHeight()-g,left:j.offset().left});if(d.triggerHandler("beforeopen")){return false}var i=function(){d.triggerHandler("open",{_selectBox:true})};switch(h.menuTransition){case"fade":f.fadeIn(h.menuSpeed,i);break;case"slide":f.slideDown(h.menuSpeed,i);break;default:f.show(h.menuSpeed,i);break}if(!h.menuSpeed){i()}var c=f.find(".selectBox-selected:first");this.keepOptionInView(c,true);this.addHover(c);j.addClass("selectBox-menuShowing");a(document).bind("mousedown.selectBox",function(k){if(1===k.which){if(a(k.target).parents().andSelf().hasClass("selectBox-options")){return}e.hideMenus()}})};b.prototype.hideMenus=function(){if(a(".selectBox-dropdown-menu:visible").length===0){return}a(document).unbind("mousedown.selectBox");a(".selectBox-dropdown-menu").each(function(){var d=a(this),c=d.data("selectBox-select"),g=c.data("selectBox-control"),e=c.data("selectBox-settings");if(c.triggerHandler("beforeclose")){return false}var f=function(){c.triggerHandler("close",{_selectBox:true})};if(e){switch(e.menuTransition){case"fade":d.fadeOut(e.menuSpeed,f);break;case"slide":d.slideUp(e.menuSpeed,f);break;default:d.hide(e.menuSpeed,f);break}if(!e.menuSpeed){f()}g.removeClass("selectBox-menuShowing")}else{a(this).hide();a(this).triggerHandler("close",{_selectBox:true});a(this).removeClass("selectBox-menuShowing")}})};b.prototype.selectOption=function(d,j){var c=a(this.selectElement);d=a(d);var k=c.data("selectBox-control"),h=c.data("selectBox-settings");if(k.hasClass("selectBox-disabled")){return false}if(0===d.length||d.hasClass("selectBox-disabled")){return false}if(c.attr("multiple")){if(j.shiftKey&&k.data("selectBox-last-selected")){d.toggleClass("selectBox-selected");var e;if(d.index()>k.data("selectBox-last-selected").index()){e=d.siblings().slice(k.data("selectBox-last-selected").index(),d.index())}else{e=d.siblings().slice(d.index(),k.data("selectBox-last-selected").index())}e=e.not(".selectBox-optgroup, .selectBox-disabled");if(d.hasClass("selectBox-selected")){e.addClass("selectBox-selected")}else{e.removeClass("selectBox-selected")}}else{if((this.isMac&&j.metaKey)||(!this.isMac&&j.ctrlKey)){d.toggleClass("selectBox-selected")}else{d.siblings().removeClass("selectBox-selected");d.addClass("selectBox-selected")}}}else{d.siblings().removeClass("selectBox-selected");d.addClass("selectBox-selected")}if(k.hasClass("selectBox-dropdown")){k.find(".selectBox-label").text(d.text())}var f=0,g=[];if(c.attr("multiple")){k.find(".selectBox-selected A").each(function(){g[f++]=a(this).attr("rel")})}else{g=d.find("A").attr("rel")}k.data("selectBox-last-selected",d);if(c.val()!==g){c.val(g);this.setLabel();c.trigger("change")}return true};b.prototype.addHover=function(d){d=a(d);var c=a(this.selectElement),f=c.data("selectBox-control"),e=f.data("selectBox-options");e.find(".selectBox-hover").removeClass("selectBox-hover");d.addClass("selectBox-hover")};b.prototype.getSelectElement=function(){return this.selectElement};b.prototype.removeHover=function(d){d=a(d);var c=a(this.selectElement),f=c.data("selectBox-control"),e=f.data("selectBox-options");e.find(".selectBox-hover").removeClass("selectBox-hover")};b.prototype.keepOptionInView=function(e,d){if(!e||e.length===0){return}var c=a(this.selectElement),j=c.data("selectBox-control"),g=j.data("selectBox-options"),h=j.hasClass("selectBox-dropdown")?g:g.parent(),i=parseInt(e.offset().top-h.position().top),f=parseInt(i+e.outerHeight());if(d){h.scrollTop(e.offset().top-h.offset().top+h.scrollTop()-(h.height()/2))}else{if(i<0){h.scrollTop(e.offset().top-h.offset().top+h.scrollTop())}if(f>h.height()){h.scrollTop((e.offset().top+e.outerHeight())-h.offset().top+h.scrollTop()-h.height())}}};b.prototype.handleKeyDown=function(c){var k=a(this.selectElement),g=k.data("selectBox-control"),l=g.data("selectBox-options"),e=k.data("selectBox-settings"),f=0,h=0;if(g.hasClass("selectBox-disabled")){return}switch(c.keyCode){case 8:c.preventDefault();this.typeSearch="";break;case 9:case 27:this.hideMenus();this.removeHover();break;case 13:if(g.hasClass("selectBox-menuShowing")){this.selectOption(l.find("LI.selectBox-hover:first"),c);if(g.hasClass("selectBox-dropdown")){this.hideMenus()}}else{this.showMenu()}break;case 38:case 37:c.preventDefault();if(g.hasClass("selectBox-menuShowing")){var d=l.find(".selectBox-hover").prev("LI");f=l.find("LI:not(.selectBox-optgroup)").length;h=0;while(d.length===0||d.hasClass("selectBox-disabled")||d.hasClass("selectBox-optgroup")){d=d.prev("LI");if(d.length===0){if(e.loopOptions){d=l.find("LI:last")}else{d=l.find("LI:first")}}if(++h>=f){break}}this.addHover(d);this.selectOption(d,c);this.keepOptionInView(d)}else{this.showMenu()}break;case 40:case 39:c.preventDefault();if(g.hasClass("selectBox-menuShowing")){var j=l.find(".selectBox-hover").next("LI");f=l.find("LI:not(.selectBox-optgroup)").length;h=0;while(0===j.length||j.hasClass("selectBox-disabled")||j.hasClass("selectBox-optgroup")){j=j.next("LI");if(j.length===0){if(e.loopOptions){j=l.find("LI:first")}else{j=l.find("LI:last")}}if(++h>=f){break}}this.addHover(j);this.selectOption(j,c);this.keepOptionInView(j)}else{this.showMenu()}break}};b.prototype.handleKeyPress=function(e){var c=a(this.selectElement),f=c.data("selectBox-control"),d=f.data("selectBox-options");if(f.hasClass("selectBox-disabled")){return}switch(e.keyCode){case 9:case 27:case 13:case 38:case 37:case 40:case 39:break;default:if(!f.hasClass("selectBox-menuShowing")){this.showMenu()}e.preventDefault();clearTimeout(this.typeTimer);this.typeSearch+=String.fromCharCode(e.charCode||e.keyCode);d.find("A").each(function(){if(a(this).text().substr(0,this.typeSearch.length).toLowerCase()===this.typeSearch.toLowerCase()){this.addHover(a(this).parent());this.selectOption(a(this).parent(),e);this.keepOptionInView(a(this).parent());return false}});this.typeTimer=setTimeout(function(){this.typeSearch=""},1000);break}};b.prototype.enable=function(){var c=a(this.selectElement);c.prop("disabled",false);var d=c.data("selectBox-control");if(!d){return}d.removeClass("selectBox-disabled")};b.prototype.disable=function(){var c=a(this.selectElement);c.prop("disabled",true);var d=c.data("selectBox-control");if(!d){return}d.addClass("selectBox-disabled")};b.prototype.setValue=function(f){var c=a(this.selectElement);c.val(f);f=c.val();if(null===f){f=c.children().first().val();c.val(f)}var g=c.data("selectBox-control");if(!g){return}var e=c.data("selectBox-settings"),d=g.data("selectBox-options");this.setLabel();d.find(".selectBox-selected").removeClass("selectBox-selected");d.find("A").each(function(){if(typeof(f)==="object"){for(var h=0;h<f.length;h++){if(a(this).attr("rel")==f[h]){a(this).parent().addClass("selectBox-selected")}}}else{if(a(this).attr("rel")==f){a(this).parent().addClass("selectBox-selected")}}});if(e.change){e.change.call(c)}};b.prototype.setOptions=function(m){var l=a(this.selectElement),f=l.data("selectBox-control"),d=l.data("selectBox-settings"),k;switch(typeof(m)){case"string":l.html(m);break;case"object":l.html("");for(var g in m){if(m[g]===null){continue}if(typeof(m[g])==="object"){var c=a('<optgroup label="'+g+'" />');for(var e in m[g]){c.append('<option value="'+e+'">'+m[g][e]+"</option>")}l.append(c)}else{var h=a('<option value="'+g+'">'+m[g]+"</option>");l.append(h)}}break}if(!f){return}f.data("selectBox-options").remove();k=f.hasClass("selectBox-dropdown")?"dropdown":"inline";m=this.getOptions(k);f.data("selectBox-options",m);switch(k){case"inline":f.append(m);break;case"dropdown":this.setLabel();a("BODY").append(m);break}};b.prototype.disableSelection=function(c){a(c).css("MozUserSelect","none").bind("selectstart",function(d){d.preventDefault()})};b.prototype.generateOptions=function(e,f){var c=a("<li />"),d=a("<a />");c.addClass(e.attr("class"));c.data(e.data());d.attr("rel",e.val()).text(e.text());c.append(d);if(e.attr("disabled")){c.addClass("selectBox-disabled")}if(e.attr("selected")){c.addClass("selectBox-selected")}f.append(c)};a.extend(a.fn,{selectBox:function(e,c){var d;switch(e){case"control":return a(this).data("selectBox-control");case"settings":if(!c){return a(this).data("selectBox-settings")}a(this).each(function(){a(this).data("selectBox-settings",a.extend(true,a(this).data("selectBox-settings"),c))});break;case"options":if(undefined===c){return a(this).data("selectBox-control").data("selectBox-options")}a(this).each(function(){if(d=a(this).data("selectBox")){d.setOptions(c)}});break;case"value":if(undefined===c){return a(this).val()}a(this).each(function(){if(d=a(this).data("selectBox")){d.setValue(c)}});break;case"refresh":a(this).each(function(){if(d=a(this).data("selectBox")){d.refresh()}});break;case"enable":a(this).each(function(){if(d=a(this).data("selectBox")){d.enable(this)}});break;case"disable":a(this).each(function(){if(d=a(this).data("selectBox")){d.disable()}});break;case"destroy":a(this).each(function(){if(d=a(this).data("selectBox")){d.destroy();a(this).data("selectBox",null)}});break;case"instance":return a(this).data("selectBox");default:a(this).each(function(g,f){if(!a(f).data("selectBox")){a(f).data("selectBox",new b(f,e))}});break}return a(this)}})})(jQuery);
assets/js/jquery.yith-wcwl.js CHANGED
@@ -1,6 +1,10 @@
1
- jQuery(document).ready(function(a){a(document).on("click",".add_to_wishlist",function(){var b=yith_wcwl_plugin_ajax_web_url,d={add_to_wishlist:a(this).data("product-id"),product_type:a(this).data("product-type"),action:"add_to_wishlist"};call_ajax_add_to_wishlist(a(this),b,d);return!1})});
2
- function call_ajax_add_to_wishlist(a,b,d){var c=a.parents(".yith-wcwl-add-to-wishlist");c.find(".ajax-loading").css("visibility","visible");jQuery.ajax({type:"POST",url:b,data:"product_id="+jQuery(".cart #product_id").val()+"&"+jQuery.param(d),success:function(a){var b=jQuery("#yith-wcwl-popup-message");c.find(".ajax-loading").css("visibility","hidden");response_arr=a.split("##");jQuery("#yith-wcwl-message").html(response_arr[1]);b.css("margin-left","-"+jQuery(b).width()+"px").fadeIn();window.setTimeout(function(){b.fadeOut()},
3
- 2E3);"true"==jQuery.trim(response_arr[0])?(c.find(".yith-wcwl-add-button").css("display","none").removeClass("hide show").addClass("hide"),c.find(".yith-wcwl-wishlistexistsbrowse").css("display","none").removeClass("hide show").addClass("hide"),c.find(".yith-wcwl-wishlistaddedbrowse").css("display","block").removeClass("hide show").addClass("show")):("exists"==jQuery.trim(response_arr[0])?(c.find(".yith-wcwl-add-button").css("display","none").removeClass("hide show").addClass("hide"),c.find(".yith-wcwl-wishlistexistsbrowse").css("display",
4
- "block").removeClass("hide show").addClass("show")):(c.find(".yith-wcwl-add-button").css("display","block").removeClass("hide show").addClass("show"),c.find(".yith-wcwl-wishlistexistsbrowse").css("display","none").removeClass("hide show").addClass("hide")),c.find(".yith-wcwl-wishlistaddedbrowse").css("display","none").removeClass("hide show").addClass("hide"));jQuery("body").trigger("added_to_wishlist")}})}
5
- function remove_item_from_wishlist(a,b){jQuery("#yith-wcwl-message").html("&nbsp;");jQuery(".wishlist_table").css("opacity","0.4");jQuery.ajax({type:"POST",url:a,data:{action:"remove_from_wishlist"},success:function(a){jQuery(".wishlist_table").css("opacity","1");jQuery("#"+b).remove();arr=a.split("#");jQuery("#yith-wcwl-message").html(arr[0]);jQuery(".cart").append('<tr><td colspan="6"><center>'+arr[0]+"</center></td></tr>")}})}
6
- function add_tocart_from_wishlist(a){jQuery("#yith-wcwl-message").html("&nbsp;");jQuery.ajax({type:"GET",url:a,success:function(a){jQuery("#yith-wcwl-message").html(a)}})}function check_for_stock(a,b,d){if("out-of-stock"==b)return alert(yith_wcwl_l10n.out_of_stock),!1;location.href="true"==d?a+"&redirect_to_cart=true":a};
 
 
 
 
1
+ jQuery(document).ready(function(c){function h(a){var b=a.data("product-id"),d=c(".add-to-wishlist-"+b),b={add_to_wishlist:b,product_type:a.data("product-type"),action:yith_wcwl_l10n.actions.add_to_wishlist_action};if(yith_wcwl_l10n.multi_wishlist&&yith_wcwl_l10n.is_user_logged_in){var e=a.parents(".yith-wcwl-popup-footer").prev(".yith-wcwl-popup-content"),g=e.find(".wishlist-select"),f=e.find(".wishlist-name"),e=e.find(".wishlist-visibility");b.wishlist_id=g.val();b.wishlist_name=f.val();b.wishlist_visibility=
2
+ e.val()}k()?c.ajax({type:"POST",url:yith_wcwl_l10n.ajax_url,data:b,dataType:"json",beforeSend:function(){a.siblings(".ajax-loading").css("visibility","visible")},complete:function(){a.siblings(".ajax-loading").css("visibility","hidden")},success:function(a){var b=c("#yith-wcwl-popup-message"),e=a.result,f=a.message;if(yith_wcwl_l10n.multi_wishlist&&yith_wcwl_l10n.is_user_logged_in){var g=c("select.wishlist-select");c.prettyPhoto.close();g.each(function(b){b=c(this);var d=b.find("option"),d=d.slice(1,
3
+ d.length-1);d.remove();if("undefined"!=typeof a.user_wishlists)for(d in d=0,a.user_wishlists)"1"!=a.user_wishlists[d].is_default&&c("<option>").val(a.user_wishlists[d].ID).html(a.user_wishlists[d].wishlist_name).insertBefore(b.find("option:last-child"))})}c("#yith-wcwl-message").html(f);b.css("margin-left","-"+c(b).width()+"px").fadeIn();window.setTimeout(function(){b.fadeOut()},2E3);"true"==e?((!yith_wcwl_l10n.multi_wishlist||!yith_wcwl_l10n.is_user_logged_in||yith_wcwl_l10n.multi_wishlist&&yith_wcwl_l10n.is_user_logged_in&&
4
+ yith_wcwl_l10n.hide_add_button)&&d.find(".yith-wcwl-add-button").hide().removeClass("show").addClass("hide"),d.find(".yith-wcwl-wishlistexistsbrowse").hide().removeClass("show").addClass("hide").find("a").attr("href",a.wishlist_url),d.find(".yith-wcwl-wishlistaddedbrowse").show().removeClass("hide").addClass("show").find("a").attr("href",a.wishlist_url)):"exists"==e?((!yith_wcwl_l10n.multi_wishlist||!yith_wcwl_l10n.is_user_logged_in||yith_wcwl_l10n.multi_wishlist&&yith_wcwl_l10n.is_user_logged_in&&
5
+ yith_wcwl_l10n.hide_add_button)&&d.find(".yith-wcwl-add-button").hide().removeClass("show").addClass("hide"),d.find(".yith-wcwl-wishlistexistsbrowse").show().removeClass("hide").addClass("show").find("a").attr("href",a.wishlist_url),d.find(".yith-wcwl-wishlistaddedbrowse").hide().removeClass("show").addClass("hide").find("a").attr("href",a.wishlist_url)):(d.find(".yith-wcwl-add-button").show().removeClass("hide").addClass("show"),d.find(".yith-wcwl-wishlistexistsbrowse").hide().removeClass("show").addClass("hide"),
6
+ d.find(".yith-wcwl-wishlistaddedbrowse").hide().removeClass("show").addClass("hide"));c("body").trigger("added_to_wishlist")}}):alert(yith_wcwl_l10n.labels.cookie_disabled)}function l(a){var b=a.parents(".cart.wishlist_table"),d=b.data("pagination"),e=b.data("per-page"),f=b.data("page");a=a.parents("tr");b.find(".pagination-row");a=a.data("row-id");d={action:yith_wcwl_l10n.actions.remove_from_wishlist_action,remove_from_wishlist:a,pagination:d,per_page:e,current_page:f};c("#yith-wcwl-message").html("&nbsp;");
7
+ b.fadeTo("400","0.6").block({message:null,overlayCSS:{background:"transparent url("+wc_add_to_cart_params.ajax_loader_url+") no-repeat center",backgroundSize:"16px 16px",opacity:.6}});c("#yith-wcwl-form").load(yith_wcwl_l10n.ajax_url,d,function(){b.stop(!0).css("opacity","1").unblock()})}function f(a){var b=c(this);a.preventDefault();b.parents(".wishlist-title").next().show();b.parents(".wishlist-title").hide()}function k(){if(navigator.cookieEnabled)return!0;document.cookie="cookietest=1";var a=
8
+ -1!=document.cookie.indexOf("cookietest=");document.cookie="cookietest=1; expires=Thu, 01-Jan-1970 00:00:01 GMT";return a}var m=wc_add_to_cart_params.cart_redirect_after_add;c(document).on("click",".add_to_wishlist",function(a){var b=c(this);a.preventDefault();h(b);return!1});c(document).on("click",".remove_from_wishlist",function(a){var b=c(this);a.preventDefault();l(b);return!1});c(document).on("adding_to_cart","body",function(a,b,c){0!=b.closest(".wishlist_table").length&&(c.remove_from_wishlist_after_add_to_cart=
9
+ b.closest("tr").data("row-id"),c.wishlist_id=b.closest("table").data("id"),wc_add_to_cart_params.cart_redirect_after_add=yith_wcwl_l10n.redirect_to_cart)});c(document).on("added_to_cart","body",function(a){wc_add_to_cart_params.cart_redirect_after_add=m;a=c(".wishlist_table");a.find(".added").removeClass("added");a.find(".added_to_cart").remove()});c(document).on("click",".show-title-form",f);c(document).on("click",".wishlist-title-with-form h2",f);c(document).on("click",".hide-title-form",function(a){var b=
10
+ c(this);a.preventDefault();b.parents(".hidden-title-form").hide();b.parents(".hidden-title-form").prev().show()});c(document).on("change",".yith-wcwl-popup-content .wishlist-select",function(a){a=c(this);"new"==a.val()?a.parents(".yith-wcwl-first-row").next(".yith-wcwl-second-row").css("display","table-row"):a.parents(".yith-wcwl-first-row").next(".yith-wcwl-second-row").hide()});c("select.selectBox").selectBox()});
assets/js/unminified/jquery.selectBox.js ADDED
@@ -0,0 +1,1092 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*
2
+ * jQuery selectBox - A cosmetic, styleable replacement for SELECT elements
3
+ *
4
+ * Licensed under the MIT license: http://opensource.org/licenses/MIT
5
+ *
6
+ * v1.2.0
7
+ *
8
+ * https://github.com/marcj/jquery-selectBox
9
+ */
10
+ ;(function ($) {
11
+
12
+ /**
13
+ * SelectBox class.
14
+ *
15
+ * @param {HTMLElement|jQuery} select If it's a jQuery object, we use the first element.
16
+ * @param {Object} options
17
+ * @constructor
18
+ */
19
+ var SelectBox = this.SelectBox = function (select, options) {
20
+ if (select instanceof jQuery) {
21
+ if (select.length > 0) {
22
+ select = select[0];
23
+ } else {
24
+ return;
25
+ }
26
+ }
27
+
28
+ this.typeTimer = null;
29
+ this.typeSearch = '';
30
+ this.isMac = navigator.platform.match(/mac/i);
31
+ options = 'object' === typeof options ? options : {};
32
+ this.selectElement = select;
33
+
34
+ // Disable for iOS devices (their native controls are more suitable for a touch device)
35
+ if (!options.mobile && navigator.userAgent.match(/iPad|iPhone|Android|IEMobile|BlackBerry/i)) {
36
+ return false;
37
+ }
38
+
39
+ // Element must be a select control
40
+ if ('select' !== select.tagName.toLowerCase()) {
41
+ return false;
42
+ }
43
+
44
+ this.init(options);
45
+ }
46
+
47
+ /**
48
+ * @type {String}
49
+ */
50
+ SelectBox.prototype.version = '1.2.0';
51
+
52
+ /**
53
+ * @param {Object} options
54
+ *
55
+ * @returns {Boolean}
56
+ */
57
+ SelectBox.prototype.init = function (options) {
58
+ var select = $(this.selectElement);
59
+ if (select.data('selectBox-control')) {
60
+ return false;
61
+ }
62
+
63
+ var control = $('<a class="selectBox" />')
64
+ , inline = select.attr('multiple') || parseInt(select.attr('size')) > 1
65
+ , settings = options || {}
66
+ , tabIndex = parseInt(select.prop('tabindex')) || 0
67
+ , self = this;
68
+
69
+ control
70
+ .width(select.outerWidth())
71
+ .addClass(select.attr('class'))
72
+ .attr('title', select.attr('title') || '')
73
+ .attr('tabindex', tabIndex)
74
+ .css('display', 'inline-block')
75
+ .bind('focus.selectBox', function () {
76
+ if (this !== document.activeElement && document.body !== document.activeElement) {
77
+ $(document.activeElement).blur();
78
+ }
79
+ if (control.hasClass('selectBox-active')) {
80
+ return;
81
+ }
82
+ control.addClass('selectBox-active');
83
+ select.trigger('focus');
84
+ })
85
+ .bind('blur.selectBox', function () {
86
+ if (!control.hasClass('selectBox-active')) {
87
+ return;
88
+ }
89
+ control.removeClass('selectBox-active');
90
+ select.trigger('blur');
91
+ });
92
+
93
+ if (!$(window).data('selectBox-bindings')) {
94
+ $(window)
95
+ .data('selectBox-bindings', true)
96
+ .bind('scroll.selectBox', this.hideMenus)
97
+ .bind('resize.selectBox', this.hideMenus);
98
+ }
99
+
100
+ if (select.attr('disabled')) {
101
+ control.addClass('selectBox-disabled');
102
+ }
103
+
104
+ // Focus on control when label is clicked
105
+ select.bind('click.selectBox', function (event) {
106
+ control.focus();
107
+ event.preventDefault();
108
+ });
109
+
110
+ // Generate control
111
+ if (inline) {
112
+ // Inline controls
113
+ options = this.getOptions('inline');
114
+
115
+ control
116
+ .append(options)
117
+ .data('selectBox-options', options).addClass('selectBox-inline selectBox-menuShowing')
118
+ .bind('keydown.selectBox', function (event) {
119
+ self.handleKeyDown(event);
120
+ })
121
+ .bind('keypress.selectBox',function (event) {
122
+ self.handleKeyPress(event);
123
+ })
124
+ .bind('mousedown.selectBox',function (event) {
125
+ if (1 !== event.which) {
126
+ return;
127
+ }
128
+ if ($(event.target).is('A.selectBox-inline')) {
129
+ event.preventDefault();
130
+ }
131
+ if (!control.hasClass('selectBox-focus')) {
132
+ control.focus();
133
+ }
134
+ })
135
+ .insertAfter(select);
136
+
137
+ // Auto-height based on size attribute
138
+ if (!select[0].style.height) {
139
+ var size = select.attr('size') ? parseInt(select.attr('size')) : 5;
140
+ // Draw a dummy control off-screen, measure, and remove it
141
+ var tmp = control
142
+ .clone()
143
+ .removeAttr('id')
144
+ .css({
145
+ position: 'absolute',
146
+ top: '-9999em'
147
+ })
148
+ .show()
149
+ .appendTo('body');
150
+ tmp.find('.selectBox-options').html('<li><a>\u00A0</a></li>');
151
+ var optionHeight = parseInt(tmp.find('.selectBox-options A:first').html('&nbsp;').outerHeight());
152
+ tmp.remove();
153
+ control.height(optionHeight * size);
154
+ }
155
+ this.disableSelection(control);
156
+ } else {
157
+ // Dropdown controls
158
+ var label = $('<span class="selectBox-label" />'),
159
+ arrow = $('<span class="selectBox-arrow" />');
160
+
161
+ // Update label
162
+ label.attr('class', this.getLabelClass()).text(this.getLabelText());
163
+ options = this.getOptions('dropdown');
164
+ options.appendTo('BODY');
165
+
166
+ control
167
+ .data('selectBox-options', options)
168
+ .addClass('selectBox-dropdown')
169
+ .append(label)
170
+ .append(arrow)
171
+ .bind('mousedown.selectBox', function (event) {
172
+ if (1 === event.which) {
173
+ if (control.hasClass('selectBox-menuShowing')) {
174
+ self.hideMenus();
175
+ } else {
176
+ event.stopPropagation();
177
+ // Webkit fix to prevent premature selection of options
178
+ options
179
+ .data('selectBox-down-at-x', event.screenX)
180
+ .data('selectBox-down-at-y', event.screenY);
181
+ self.showMenu();
182
+ }
183
+ }
184
+ })
185
+ .bind('keydown.selectBox', function (event) {
186
+ self.handleKeyDown(event);
187
+ })
188
+ .bind('keypress.selectBox', function (event) {
189
+ self.handleKeyPress(event);
190
+ })
191
+ .bind('open.selectBox',function (event, triggerData) {
192
+ if (triggerData && triggerData._selectBox === true) {
193
+ return;
194
+ }
195
+ self.showMenu();
196
+ })
197
+ .bind('close.selectBox', function (event, triggerData) {
198
+ if (triggerData && triggerData._selectBox === true) {
199
+ return;
200
+ }
201
+ self.hideMenus();
202
+ })
203
+ .insertAfter(select);
204
+
205
+ // Set label width
206
+ var labelWidth =
207
+ control.width()
208
+ - arrow.outerWidth()
209
+ - parseInt(label.css('paddingLeft')) || 0
210
+ - parseInt(label.css('paddingRight')) || 0;
211
+
212
+ label.width(labelWidth);
213
+ this.disableSelection(control);
214
+ }
215
+ // Store data for later use and show the control
216
+ select
217
+ .addClass('selectBox')
218
+ .data('selectBox-control', control)
219
+ .data('selectBox-settings', settings)
220
+ .hide();
221
+ };
222
+
223
+ /**
224
+ * @param {String} type 'inline'|'dropdown'
225
+ * @returns {jQuery}
226
+ */
227
+ SelectBox.prototype.getOptions = function (type) {
228
+ var options;
229
+ var select = $(this.selectElement);
230
+ var self = this;
231
+ // Private function to handle recursion in the getOptions function.
232
+ var _getOptions = function (select, options) {
233
+ // Loop through the set in order of element children.
234
+ select.children('OPTION, OPTGROUP').each(function () {
235
+ // If the element is an option, add it to the list.
236
+ if ($(this).is('OPTION')) {
237
+ // Check for a value in the option found.
238
+ if ($(this).length > 0) {
239
+ // Create an option form the found element.
240
+ self.generateOptions($(this), options);
241
+ } else {
242
+ // No option information found, so add an empty.
243
+ options.append('<li>\u00A0</li>');
244
+ }
245
+ } else {
246
+ // If the element is an option group, add the group and call this function on it.
247
+ var optgroup = $('<li class="selectBox-optgroup" />');
248
+ optgroup.text($(this).attr('label'));
249
+ options.append(optgroup);
250
+ options = _getOptions($(this), options);
251
+ }
252
+ });
253
+ // Return the built strin
254
+ return options;
255
+ };
256
+
257
+ switch (type) {
258
+ case 'inline':
259
+ options = $('<ul class="selectBox-options" />');
260
+ options = _getOptions(select, options);
261
+ options
262
+ .find('A')
263
+ .bind('mouseover.selectBox', function (event) {
264
+ self.addHover($(this).parent());
265
+ })
266
+ .bind('mouseout.selectBox',function (event) {
267
+ self.removeHover($(this).parent());
268
+ })
269
+ .bind('mousedown.selectBox',function (event) {
270
+ if (1 !== event.which) {
271
+ return
272
+ }
273
+ event.preventDefault(); // Prevent options from being "dragged"
274
+ if (!select.selectBox('control').hasClass('selectBox-active')) {
275
+ select.selectBox('control').focus();
276
+ }
277
+ })
278
+ .bind('mouseup.selectBox', function (event) {
279
+ if (1 !== event.which) {
280
+ return;
281
+ }
282
+ self.hideMenus();
283
+ self.selectOption($(this).parent(), event);
284
+ });
285
+
286
+ this.disableSelection(options);
287
+ return options;
288
+ case 'dropdown':
289
+ options = $('<ul class="selectBox-dropdown-menu selectBox-options" />');
290
+ options = _getOptions(select, options);
291
+
292
+ options
293
+ .data('selectBox-select', select)
294
+ .css('display', 'none')
295
+ .appendTo('BODY')
296
+ .find('A')
297
+ .bind('mousedown.selectBox', function (event) {
298
+ if (event.which === 1) {
299
+ event.preventDefault(); // Prevent options from being "dragged"
300
+ if (event.screenX === options.data('selectBox-down-at-x') &&
301
+ event.screenY === options.data('selectBox-down-at-y')) {
302
+ options.removeData('selectBox-down-at-x').removeData('selectBox-down-at-y');
303
+ self.hideMenus();
304
+ }
305
+ }
306
+ })
307
+ .bind('mouseup.selectBox', function (event) {
308
+ if (1 !== event.which) {
309
+ return;
310
+ }
311
+ if (event.screenX === options.data('selectBox-down-at-x') &&
312
+ event.screenY === options.data('selectBox-down-at-y')) {
313
+ return;
314
+ } else {
315
+ options.removeData('selectBox-down-at-x').removeData('selectBox-down-at-y');
316
+ }
317
+ self.selectOption($(this).parent());
318
+ self.hideMenus();
319
+ })
320
+ .bind('mouseover.selectBox', function (event) {
321
+ self.addHover($(this).parent());
322
+ })
323
+ .bind('mouseout.selectBox', function (event) {
324
+ self.removeHover($(this).parent());
325
+ });
326
+
327
+ // Inherit classes for dropdown menu
328
+ var classes = select.attr('class') || '';
329
+ if ('' !== classes) {
330
+ classes = classes.split(' ');
331
+ for (var i in classes) {
332
+ options.addClass(classes[i] + '-selectBox-dropdown-menu');
333
+ }
334
+ }
335
+ this.disableSelection(options);
336
+ return options;
337
+ }
338
+ };
339
+
340
+ /**
341
+ * Returns the current class of the selected option.
342
+ *
343
+ * @returns {String}
344
+ */
345
+ SelectBox.prototype.getLabelClass = function () {
346
+ var selected = $(this.selectElement).find('OPTION:selected');
347
+ return ('selectBox-label ' + (selected.attr('class') || '')).replace(/\s+$/, '');
348
+ };
349
+
350
+ /**
351
+ * Returns the current label of the selected option.
352
+ *
353
+ * @returns {String}
354
+ */
355
+ SelectBox.prototype.getLabelText = function () {
356
+ var selected = $(this.selectElement).find('OPTION:selected');
357
+ return selected.text() || '\u00A0';
358
+ };
359
+
360
+ /**
361
+ * Sets the label.
362
+ * This method uses the getLabelClass() and getLabelText() methods.
363
+ */
364
+ SelectBox.prototype.setLabel = function () {
365
+ var select = $(this.selectElement);
366
+ var control = select.data('selectBox-control');
367
+ if (!control) {
368
+ return;
369
+ }
370
+
371
+ control
372
+ .find('.selectBox-label')
373
+ .attr('class', this.getLabelClass())
374
+ .text(this.getLabelText());
375
+ };
376
+
377
+ /**
378
+ * Destroys the SelectBox instance and shows the origin select element.
379
+ *
380
+ */
381
+ SelectBox.prototype.destroy = function () {
382
+ var select = $(this.selectElement);
383
+ var control = select.data('selectBox-control');
384
+ if (!control) {
385
+ return;
386
+ }
387
+
388
+ var options = control.data('selectBox-options');
389
+ options.remove();
390
+ control.remove();
391
+ select
392
+ .removeClass('selectBox')
393
+ .removeData('selectBox-control')
394
+ .data('selectBox-control', null)
395
+ .removeData('selectBox-settings')
396
+ .data('selectBox-settings', null)
397
+ .show();
398
+ };
399
+
400
+ /**
401
+ * Refreshes the option elements.
402
+ */
403
+ SelectBox.prototype.refresh = function () {
404
+ var select = $(this.selectElement),
405
+ control = select.data('selectBox-control'),
406
+ dropdown = control.hasClass('selectBox-dropdown'),
407
+ menuOpened = control.hasClass('selectBox-menuShowing');
408
+ select.selectBox('options', select.html());
409
+ // Restore opened dropdown state (original menu was trashed)
410
+ if (dropdown && menuOpened) {
411
+ this.showMenu();
412
+ }
413
+ };
414
+
415
+ /**
416
+ * Shows the dropdown menu.
417
+ */
418
+ SelectBox.prototype.showMenu = function () {
419
+ var self = this
420
+ , select = $(this.selectElement)
421
+ , control = select.data('selectBox-control')
422
+ , settings = select.data('selectBox-settings')
423
+ , options = control.data('selectBox-options');
424
+
425
+ if (control.hasClass('selectBox-disabled')) {
426
+ return false;
427
+ }
428
+
429
+ this.hideMenus();
430
+ var borderBottomWidth = parseInt(control.css('borderBottomWidth')) || 0;
431
+
432
+ // Menu position
433
+ options
434
+ .width(control.innerWidth())
435
+ .css({
436
+ top: control.offset().top + control.outerHeight() - borderBottomWidth,
437
+ left: control.offset().left
438
+ });
439
+
440
+
441
+ if (select.triggerHandler('beforeopen')) {
442
+ return false;
443
+ }
444
+
445
+ var dispatchOpenEvent = function () {
446
+ select.triggerHandler('open', {
447
+ _selectBox: true
448
+ });
449
+ };
450
+
451
+ // Show menu
452
+ switch (settings.menuTransition) {
453
+ case 'fade':
454
+ options.fadeIn(settings.menuSpeed, dispatchOpenEvent);
455
+ break;
456
+ case 'slide':
457
+ options.slideDown(settings.menuSpeed, dispatchOpenEvent);
458
+ break;
459
+ default:
460
+ options.show(settings.menuSpeed, dispatchOpenEvent);
461
+ break;
462
+ }
463
+
464
+ if (!settings.menuSpeed) {
465
+ dispatchOpenEvent();
466
+ }
467
+
468
+ // Center on selected option
469
+ var li = options.find('.selectBox-selected:first');
470
+ this.keepOptionInView(li, true);
471
+ this.addHover(li);
472
+ control.addClass('selectBox-menuShowing');
473
+
474
+ $(document).bind('mousedown.selectBox', function (event) {
475
+ if (1 === event.which) {
476
+ if ($(event.target).parents().andSelf().hasClass('selectBox-options')) {
477
+ return;
478
+ }
479
+ self.hideMenus();
480
+ }
481
+ });
482
+ };
483
+
484
+ /**
485
+ * Hides the menu of all instances.
486
+ */
487
+ SelectBox.prototype.hideMenus = function () {
488
+ if ($(".selectBox-dropdown-menu:visible").length === 0) {
489
+ return;
490
+ }
491
+
492
+ $(document).unbind('mousedown.selectBox');
493
+ $(".selectBox-dropdown-menu").each(function () {
494
+ var options = $(this)
495
+ , select = options.data('selectBox-select')
496
+ , control = select.data('selectBox-control')
497
+ , settings = select.data('selectBox-settings');
498
+
499
+ if (select.triggerHandler('beforeclose')) {
500
+ return false;
501
+ }
502
+
503
+ var dispatchCloseEvent = function () {
504
+ select.triggerHandler('close', {
505
+ _selectBox: true
506
+ });
507
+ };
508
+
509
+ if (settings) {
510
+ switch (settings.menuTransition) {
511
+ case 'fade':
512
+ options.fadeOut(settings.menuSpeed, dispatchCloseEvent);
513
+ break;
514
+ case 'slide':
515
+ options.slideUp(settings.menuSpeed, dispatchCloseEvent);
516
+ break;
517
+ default:
518
+ options.hide(settings.menuSpeed, dispatchCloseEvent);
519
+ break;
520
+ }
521
+ if (!settings.menuSpeed) {
522
+ dispatchCloseEvent();
523
+ }
524
+ control.removeClass('selectBox-menuShowing');
525
+ } else {
526
+ $(this).hide();
527
+ $(this).triggerHandler('close', {
528
+ _selectBox: true
529
+ });
530
+ $(this).removeClass('selectBox-menuShowing');
531
+ }
532
+ });
533
+ };
534
+
535
+ /**
536
+ * Selects an option.
537
+ *
538
+ * @param {HTMLElement} li
539
+ * @param {DOMEvent} event
540
+ * @returns {Boolean}
541
+ */
542
+ SelectBox.prototype.selectOption = function (li, event) {
543
+ var select = $(this.selectElement);
544
+ li = $(li);
545
+
546
+ var control = select.data('selectBox-control')
547
+ , settings = select.data('selectBox-settings');
548
+
549
+ if (control.hasClass('selectBox-disabled')) {
550
+ return false;
551
+ }
552
+
553
+ if (0 === li.length || li.hasClass('selectBox-disabled')) {
554
+ return false;
555
+ }
556
+
557
+ if (select.attr('multiple')) {
558
+ // If event.shiftKey is true, this will select all options between li and the last li selected
559
+ if (event.shiftKey && control.data('selectBox-last-selected')) {
560
+ li.toggleClass('selectBox-selected');
561
+ var affectedOptions;
562
+ if (li.index() > control.data('selectBox-last-selected').index()) {
563
+ affectedOptions = li
564
+ .siblings()
565
+ .slice(control.data('selectBox-last-selected').index(), li.index());
566
+ } else {
567
+ affectedOptions = li
568
+ .siblings()
569
+ .slice(li.index(), control.data('selectBox-last-selected').index());
570
+ }
571
+ affectedOptions = affectedOptions.not('.selectBox-optgroup, .selectBox-disabled');
572
+ if (li.hasClass('selectBox-selected')) {
573
+ affectedOptions.addClass('selectBox-selected');
574
+ } else {
575
+ affectedOptions.removeClass('selectBox-selected');
576
+ }
577
+ } else if ((this.isMac && event.metaKey) || (!this.isMac && event.ctrlKey)) {
578
+ li.toggleClass('selectBox-selected');
579
+ } else {
580
+ li.siblings().removeClass('selectBox-selected');
581
+ li.addClass('selectBox-selected');
582
+ }
583
+ } else {
584
+ li.siblings().removeClass('selectBox-selected');
585
+ li.addClass('selectBox-selected');
586
+ }
587
+
588
+ if (control.hasClass('selectBox-dropdown')) {
589
+ control.find('.selectBox-label').text(li.text());
590
+ }
591
+
592
+ // Update original control's value
593
+ var i = 0, selection = [];
594
+ if (select.attr('multiple')) {
595
+ control.find('.selectBox-selected A').each(function () {
596
+ selection[i++] = $(this).attr('rel');
597
+ });
598
+ } else {
599
+ selection = li.find('A').attr('rel');
600
+ }
601
+
602
+ // Remember most recently selected item
603
+ control.data('selectBox-last-selected', li);
604
+
605
+ // Change callback
606
+ if (select.val() !== selection) {
607
+ select.val(selection);
608
+ this.setLabel();
609
+ select.trigger('change');
610
+ }
611
+
612
+ return true;
613
+ };
614
+
615
+ /**
616
+ * Adds the hover class.
617
+ *
618
+ * @param {HTMLElement} li
619
+ */
620
+ SelectBox.prototype.addHover = function (li) {
621
+ li = $(li);
622
+ var select = $(this.selectElement)
623
+ , control = select.data('selectBox-control')
624
+ , options = control.data('selectBox-options');
625
+
626
+ options.find('.selectBox-hover').removeClass('selectBox-hover');
627
+ li.addClass('selectBox-hover');
628
+ };
629
+
630
+ /**
631
+ * Returns the original HTML select element.
632
+ *
633
+ * @returns {HTMLElement}
634
+ */
635
+ SelectBox.prototype.getSelectElement = function () {
636
+ return this.selectElement;
637
+ };
638
+
639
+ /**
640
+ * Remove the hover class.
641
+ *
642
+ * @param {HTMLElement} li
643
+ */
644
+ SelectBox.prototype.removeHover = function (li) {
645
+ li = $(li);
646
+ var select = $(this.selectElement)
647
+ , control = select.data('selectBox-control')
648
+ , options = control.data('selectBox-options');
649
+
650
+ options.find('.selectBox-hover').removeClass('selectBox-hover');
651
+ };
652
+
653
+ /**
654
+ * Checks if the widget is in the view.
655
+ *
656
+ * @param {jQuery} li
657
+ * @param {Boolean} center
658
+ */
659
+ SelectBox.prototype.keepOptionInView = function (li, center) {
660
+ if (!li || li.length === 0) {
661
+ return;
662
+ }
663
+
664
+ var select = $(this.selectElement)
665
+ , control = select.data('selectBox-control')
666
+ , options = control.data('selectBox-options')
667
+ , scrollBox = control.hasClass('selectBox-dropdown') ? options : options.parent()
668
+ , top = parseInt(li.offset().top -scrollBox.position().top)
669
+ , bottom = parseInt(top + li.outerHeight());
670
+
671
+ if (center) {
672
+ scrollBox.scrollTop(li.offset().top - scrollBox.offset().top + scrollBox.scrollTop() -
673
+ (scrollBox.height() / 2));
674
+ } else {
675
+ if (top < 0) {
676
+ scrollBox.scrollTop(li.offset().top - scrollBox.offset().top + scrollBox.scrollTop());
677
+ }
678
+ if (bottom > scrollBox.height()) {
679
+ scrollBox.scrollTop((li.offset().top + li.outerHeight()) - scrollBox.offset().top +
680
+ scrollBox.scrollTop() - scrollBox.height());
681
+ }
682
+ }
683
+ };
684
+
685
+ /**
686
+ * Handles the keyDown event.
687
+ * Handles open/close and arrow key functionality
688
+ *
689
+ * @param {DOMEvent} event
690
+ */
691
+ SelectBox.prototype.handleKeyDown = function (event) {
692
+ var select = $(this.selectElement)
693
+ , control = select.data('selectBox-control')
694
+ , options = control.data('selectBox-options')
695
+ , settings = select.data('selectBox-settings')
696
+ , totalOptions = 0, i = 0;
697
+
698
+ if (control.hasClass('selectBox-disabled')) {
699
+ return;
700
+ }
701
+
702
+ switch (event.keyCode) {
703
+ case 8:
704
+ // backspace
705
+ event.preventDefault();
706
+ this.typeSearch = '';
707
+ break;
708
+ case 9:
709
+ // tab
710
+ case 27:
711
+ // esc
712
+ this.hideMenus();
713
+ this.removeHover();
714
+ break;
715
+ case 13:
716
+ // enter
717
+ if (control.hasClass('selectBox-menuShowing')) {
718
+ this.selectOption(options.find('LI.selectBox-hover:first'), event);
719
+ if (control.hasClass('selectBox-dropdown')) {
720
+ this.hideMenus();
721
+ }
722
+ } else {
723
+ this.showMenu();
724
+ }
725
+ break;
726
+ case 38:
727
+ // up
728
+ case 37:
729
+ // left
730
+ event.preventDefault();
731
+ if (control.hasClass('selectBox-menuShowing')) {
732
+ var prev = options.find('.selectBox-hover').prev('LI');
733
+ totalOptions = options.find('LI:not(.selectBox-optgroup)').length;
734
+ i = 0;
735
+ while (prev.length === 0 || prev.hasClass('selectBox-disabled') ||
736
+ prev.hasClass('selectBox-optgroup')) {
737
+ prev = prev.prev('LI');
738
+ if (prev.length === 0) {
739
+ if (settings.loopOptions) {
740
+ prev = options.find('LI:last');
741
+ } else {
742
+ prev = options.find('LI:first');
743
+ }
744
+ }
745
+ if (++i >= totalOptions) {
746
+ break;
747
+ }
748
+ }
749
+ this.addHover(prev);
750
+ this.selectOption(prev, event);
751
+ this.keepOptionInView(prev);
752
+ } else {
753
+ this.showMenu();
754
+ }
755
+ break;
756
+ case 40:
757
+ // down
758
+ case 39:
759
+ // right
760
+ event.preventDefault();
761
+ if (control.hasClass('selectBox-menuShowing')) {
762
+ var next = options.find('.selectBox-hover').next('LI');
763
+ totalOptions = options.find('LI:not(.selectBox-optgroup)').length;
764
+ i = 0;
765
+ while (0 === next.length || next.hasClass('selectBox-disabled') ||
766
+ next.hasClass('selectBox-optgroup')) {
767
+ next = next.next('LI');
768
+ if (next.length === 0) {
769
+ if (settings.loopOptions) {
770
+ next = options.find('LI:first');
771
+ } else {
772
+ next = options.find('LI:last');
773
+ }
774
+ }
775
+ if (++i >= totalOptions) {
776
+ break;
777
+ }
778
+ }
779
+ this.addHover(next);
780
+ this.selectOption(next, event);
781
+ this.keepOptionInView(next);
782
+ } else {
783
+ this.showMenu();
784
+ }
785
+ break;
786
+ }
787
+ };
788
+
789
+ /**
790
+ * Handles the keyPress event.
791
+ * Handles type-to-find functionality
792
+ *
793
+ * @param {DOMEvent} event
794
+ */
795
+ SelectBox.prototype.handleKeyPress = function (event) {
796
+ var select = $(this.selectElement)
797
+ , control = select.data('selectBox-control')
798
+ , options = control.data('selectBox-options');
799
+
800
+ if (control.hasClass('selectBox-disabled')) {
801
+ return;
802
+ }
803
+
804
+ switch (event.keyCode) {
805
+ case 9:
806
+ // tab
807
+ case 27:
808
+ // esc
809
+ case 13:
810
+ // enter
811
+ case 38:
812
+ // up
813
+ case 37:
814
+ // left
815
+ case 40:
816
+ // down
817
+ case 39:
818
+ // right
819
+ // Don't interfere with the keydown event!
820
+ break;
821
+ default:
822
+ // Type to find
823
+ if (!control.hasClass('selectBox-menuShowing')) {
824
+ this.showMenu();
825
+ }
826
+ event.preventDefault();
827
+ clearTimeout(this.typeTimer);
828
+ this.typeSearch += String.fromCharCode(event.charCode || event.keyCode);
829
+ options.find('A').each(function () {
830
+ if ($(this).text().substr(0, this.typeSearch.length).toLowerCase() === this.typeSearch.toLowerCase()) {
831
+ this.addHover($(this).parent());
832
+ this.selectOption($(this).parent(), event);
833
+ this.keepOptionInView($(this).parent());
834
+ return false;
835
+ }
836
+ });
837
+ // Clear after a brief pause
838
+ this.typeTimer = setTimeout(function () {
839
+ this.typeSearch = '';
840
+ }, 1000);
841
+ break;
842
+ }
843
+ };
844
+
845
+ /**
846
+ * Enables the selectBox.
847
+ */
848
+ SelectBox.prototype.enable = function () {
849
+ var select = $(this.selectElement);
850
+ select.prop('disabled', false);
851
+ var control = select.data('selectBox-control');
852
+ if (!control) {
853
+ return;
854
+ }
855
+ control.removeClass('selectBox-disabled');
856
+ };
857
+
858
+ /**
859
+ * Disables the selectBox.
860
+ */
861
+ SelectBox.prototype.disable = function () {
862
+ var select = $(this.selectElement);
863
+ select.prop('disabled', true);
864
+ var control = select.data('selectBox-control');
865
+ if (!control) {
866
+ return;
867
+ }
868
+ control.addClass('selectBox-disabled');
869
+ };
870
+
871
+ /**
872
+ * Sets the current value.
873
+ *
874
+ * @param {String} value
875
+ */
876
+ SelectBox.prototype.setValue = function (value) {
877
+ var select = $(this.selectElement);
878
+ select.val(value);
879
+ value = select.val(); // IE9's select would be null if it was set with a non-exist options value
880
+
881
+ if (null === value) { // So check it here and set it with the first option's value if possible
882
+ value = select.children().first().val();
883
+ select.val(value);
884
+ }
885
+
886
+ var control = select.data('selectBox-control');
887
+ if (!control) {
888
+ return;
889
+ }
890
+
891
+ var settings = select.data('selectBox-settings')
892
+ , options = control.data('selectBox-options');
893
+
894
+ // Update label
895
+ this.setLabel();
896
+
897
+ // Update control values
898
+ options.find('.selectBox-selected').removeClass('selectBox-selected');
899
+ options.find('A').each(function () {
900
+ if (typeof(value) === 'object') {
901
+ for (var i = 0; i < value.length; i++) {
902
+ if ($(this).attr('rel') == value[i]) {
903
+ $(this).parent().addClass('selectBox-selected');
904
+ }
905
+ }
906
+ } else {
907
+ if ($(this).attr('rel') == value) {
908
+ $(this).parent().addClass('selectBox-selected');
909
+ }
910
+ }
911
+ });
912
+
913
+ if (settings.change) {
914
+ settings.change.call(select);
915
+ }
916
+ };
917
+
918
+ /**
919
+ * Sets the option elements.
920
+ *
921
+ * @param {String|Object} options
922
+ */
923
+ SelectBox.prototype.setOptions = function (options) {
924
+ var select = $(this.selectElement)
925
+ , control = select.data('selectBox-control')
926
+ , settings = select.data('selectBox-settings')
927
+ , type;
928
+
929
+ switch (typeof(options)) {
930
+ case 'string':
931
+ select.html(options);
932
+ break;
933
+ case 'object':
934
+ select.html('');
935
+ for (var i in options) {
936
+ if (options[i] === null) {
937
+ continue;
938
+ }
939
+ if (typeof(options[i]) === 'object') {
940
+ var optgroup = $('<optgroup label="' + i + '" />');
941
+ for (var j in options[i]) {
942
+ optgroup.append('<option value="' + j + '">' + options[i][j] + '</option>');
943
+ }
944
+ select.append(optgroup);
945
+ } else {
946
+ var option = $('<option value="' + i + '">' + options[i] + '</option>');
947
+ select.append(option);
948
+ }
949
+ }
950
+ break;
951
+ }
952
+
953
+ if (!control) {
954
+ return;
955
+ }
956
+
957
+ // Remove old options
958
+ control.data('selectBox-options').remove();
959
+
960
+ // Generate new options
961
+ type = control.hasClass('selectBox-dropdown') ? 'dropdown' : 'inline';
962
+ options = this.getOptions(type);
963
+ control.data('selectBox-options', options);
964
+
965
+ switch (type) {
966
+ case 'inline':
967
+ control.append(options);
968
+ break;
969
+ case 'dropdown':
970
+ // Update label
971
+ this.setLabel();
972
+ $("BODY").append(options);
973
+ break;
974
+ }
975
+ };
976
+
977
+ /**
978
+ * Disables the selection.
979
+ *
980
+ * @param {*} selector
981
+ */
982
+ SelectBox.prototype.disableSelection = function (selector) {
983
+ $(selector).css('MozUserSelect', 'none').bind('selectstart', function (event) {
984
+ event.preventDefault();
985
+ });
986
+ };
987
+
988
+ /**
989
+ * Generates the options.
990
+ *
991
+ * @param {jQuery} self
992
+ * @param {jQuery} options
993
+ */
994
+ SelectBox.prototype.generateOptions = function (self, options) {
995
+ var li = $('<li />'), a = $('<a />');
996
+ li.addClass(self.attr('class'));
997
+ li.data(self.data());
998
+ a.attr('rel', self.val()).text(self.text());
999
+ li.append(a);
1000
+ if (self.attr('disabled')) {
1001
+ li.addClass('selectBox-disabled');
1002
+ }
1003
+ if (self.attr('selected')) {
1004
+ li.addClass('selectBox-selected');
1005
+ }
1006
+ options.append(li);
1007
+ };
1008
+
1009
+ /**
1010
+ * Extends the jQuery.fn object.
1011
+ */
1012
+ $.extend($.fn, {
1013
+ selectBox: function (method, options) {
1014
+ var selectBox;
1015
+
1016
+ switch (method) {
1017
+ case 'control':
1018
+ return $(this).data('selectBox-control');
1019
+ case 'settings':
1020
+ if (!options) {
1021
+ return $(this).data('selectBox-settings');
1022
+ }
1023
+ $(this).each(function () {
1024
+ $(this).data('selectBox-settings', $.extend(true, $(this).data('selectBox-settings'), options));
1025
+ });
1026
+ break;
1027
+ case 'options':
1028
+ // Getter
1029
+ if (undefined === options) {
1030
+ return $(this).data('selectBox-control').data('selectBox-options');
1031
+ }
1032
+ // Setter
1033
+ $(this).each(function () {
1034
+ if (selectBox = $(this).data('selectBox')) {
1035
+ selectBox.setOptions(options);
1036
+ }
1037
+ });
1038
+ break;
1039
+ case 'value':
1040
+ // Empty string is a valid value
1041
+ if (undefined === options) {
1042
+ return $(this).val();
1043
+ }
1044
+ $(this).each(function () {
1045
+ if (selectBox = $(this).data('selectBox')) {
1046
+ selectBox.setValue(options);
1047
+ }
1048
+ });
1049
+ break;
1050
+ case 'refresh':
1051
+ $(this).each(function () {
1052
+ if (selectBox = $(this).data('selectBox')) {
1053
+ selectBox.refresh();
1054
+ }
1055
+ });
1056
+ break;
1057
+ case 'enable':
1058
+ $(this).each(function () {
1059
+ if (selectBox = $(this).data('selectBox')) {
1060
+ selectBox.enable(this);
1061
+ }
1062
+ });
1063
+ break;
1064
+ case 'disable':
1065
+ $(this).each(function () {
1066
+ if (selectBox = $(this).data('selectBox')) {
1067
+ selectBox.disable();
1068
+ }
1069
+ });
1070
+ break;
1071
+ case 'destroy':
1072
+ $(this).each(function () {
1073
+ if (selectBox = $(this).data('selectBox')) {
1074
+ selectBox.destroy();
1075
+ $(this).data('selectBox', null);
1076
+ }
1077
+ });
1078
+ break;
1079
+ case 'instance':
1080
+ return $(this).data('selectBox');
1081
+ default:
1082
+ $(this).each(function (idx, select) {
1083
+ if (!$(select).data('selectBox')) {
1084
+ $(select).data('selectBox', new SelectBox(select, method));
1085
+ }
1086
+ });
1087
+ break;
1088
+ }
1089
+ return $(this);
1090
+ }
1091
+ });
1092
+ })(jQuery);
assets/js/unminified/jquery.yith-wcwl.js CHANGED
@@ -1,138 +1,252 @@
1
- jQuery(document).ready(function($){
2
 
3
- $(document).on('click', '.add_to_wishlist', function(){
4
- var url = yith_wcwl_plugin_ajax_web_url;
5
- var data = {
6
- add_to_wishlist : $(this).data('product-id'),
7
- product_type : $(this).data('product-type'),
8
- action : 'add_to_wishlist'
9
- };
10
 
11
- call_ajax_add_to_wishlist($(this), url,data);
 
 
 
 
 
12
 
13
  return false;
14
- });
15
-
16
- });
17
-
18
- /**
19
- * Add a product in the wishlist.
20
- *
21
- * @param string url
22
- * @param string prod_type
23
- * @return void
24
- * @since 1.0.0
25
- */
26
- function call_ajax_add_to_wishlist( el, url, data ) {
27
- var el_wrap = el.parents('.yith-wcwl-add-to-wishlist');
28
-
29
- el_wrap.find( '.ajax-loading' ).css( 'visibility', 'visible' );
30
-
31
- jQuery.ajax({
32
- type: 'POST',
33
- url: url,
34
- data: 'product_id=' + jQuery( '.cart #product_id' ).val() + '&' + jQuery.param(data),
35
- success: function( response ) {
36
- var msg = jQuery( '#yith-wcwl-popup-message' );
37
-
38
- el_wrap.find( '.ajax-loading' ).css( 'visibility', 'hidden' );
39
- response_arr = response.split( "##" );
40
-
41
- jQuery( '#yith-wcwl-message' ).html( response_arr[1] );
42
- msg.css( 'margin-left', '-' + jQuery( msg ).width() + 'px' ).fadeIn();
43
- window.setTimeout( function() {
44
- msg.fadeOut();
45
- }, 2000 );
46
-
47
- if( jQuery.trim( response_arr[0] ) == "true" ) {
48
- el_wrap.find( '.yith-wcwl-add-button' ).css( 'display', 'none' ).removeClass('hide show').addClass('hide');
49
- el_wrap.find( '.yith-wcwl-wishlistexistsbrowse' ).css( 'display', 'none' ).removeClass('hide show').addClass('hide');
50
- el_wrap.find( '.yith-wcwl-wishlistaddedbrowse' ).css( 'display', 'block' ).removeClass('hide show').addClass('show');
51
- } else if( jQuery.trim( response_arr[0] ) == "exists" ) {
52
- el_wrap.find( '.yith-wcwl-add-button' ).css( 'display', 'none' ).removeClass('hide show').addClass('hide');
53
- el_wrap.find( '.yith-wcwl-wishlistexistsbrowse' ).css( 'display', 'block' ).removeClass('hide show').addClass('show');
54
- el_wrap.find( '.yith-wcwl-wishlistaddedbrowse' ).css( 'display', 'none' ).removeClass('hide show').addClass('hide');
55
- } else {
56
- el_wrap.find( '.yith-wcwl-add-button' ).css( 'display', 'block' ).removeClass('hide show').addClass('show');
57
- el_wrap.find( '.yith-wcwl-wishlistexistsbrowse' ).css( 'display', 'none' ).removeClass('hide show').addClass('hide');
58
- el_wrap.find( '.yith-wcwl-wishlistaddedbrowse' ).css( 'display', 'none' ).removeClass('hide show').addClass('hide');
59
- }
60
 
61
- jQuery('body').trigger('added_to_wishlist');
 
 
 
 
62
  }
 
63
 
64
- });
65
- }
66
-
67
- /**
68
- * Remove a product from the wishlist.
69
- *
70
- * @param string url
71
- * @param int rowid
72
- * @return void
73
- * @since 1.0.0
74
- */
75
- function remove_item_from_wishlist( url, rowid ) {
76
- jQuery( '#yith-wcwl-message' ).html( '&nbsp;' );
77
- jQuery( '.wishlist_table' ).css( 'opacity', '0.4' );
78
-
79
- jQuery.ajax({
80
- type: 'POST',
81
- url: url,
82
- data: {
83
- action: 'remove_from_wishlist'
84
- },
85
- success: function( response ) {
86
- jQuery( '.wishlist_table' ).css( 'opacity', '1' );
87
-
88
- jQuery( "#" + rowid ).remove();
89
- arr = response.split( '#' );
90
-
91
- jQuery( '#yith-wcwl-message' ).html( arr[0] );
92
-
93
- //display no products message, if exists
94
- jQuery( '.cart' ).append( '<tr><td colspan="6"><center>' + arr[0] + '</center></td></tr>' );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
95
  }
96
 
97
- });
98
- }
99
-
100
- /**
101
- * Add a product to the cart from the wishlist.
102
- *
103
- * @param string url
104
- * @return void
105
- * @since 1.0.0
106
- */
107
- function add_tocart_from_wishlist( url ) {
108
- jQuery( '#yith-wcwl-message' ).html( '&nbsp;' );
109
-
110
- jQuery.ajax({
111
- type: 'GET',
112
- url: url,
113
- success: function( response ) {
114
- jQuery( '#yith-wcwl-message' ).html( response );
115
  }
116
- });
117
- }
118
-
119
- /**
120
- * Check if a product is in stock.
121
- *
122
- * @param string url
123
- * @param string stock_status
124
- * @param bool redirect_to_cart
125
- * @return void
126
- * @since 1.0.0
127
- */
128
- function check_for_stock( url, stock_status, redirect_to_cart ) {
129
- if( stock_status == 'out-of-stock' ) {
130
- alert( yith_wcwl_l10n.out_of_stock );
131
- return false;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
132
  }
133
 
134
- if( redirect_to_cart == 'true' )
135
- { location.href = url + '&redirect_to_cart=true'; }
136
- else
137
- { location.href = url; }
138
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ jQuery( document ).ready( function( $ ){
2
 
3
+ var cart_redirect_after_add = wc_add_to_cart_params.cart_redirect_after_add,
4
+ this_page = window.location.toString();
 
 
 
 
 
5
 
6
+ $(document).on( 'click', '.add_to_wishlist', function( ev ){
7
+ var t = $( this);
8
+
9
+ ev.preventDefault();
10
+
11
+ call_ajax_add_to_wishlist( t );
12
 
13
  return false;
14
+ } );
15
+
16
+ $(document).on( 'click', '.remove_from_wishlist', function( ev ){
17
+ var t = $( this );
18
+
19
+ ev.preventDefault();
20
+
21
+ remove_item_from_wishlist( t );
22
+
23
+ return false;
24
+ } );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
 
26
+ $(document).on( 'adding_to_cart', 'body', function( ev, button, data ){
27
+ if( button.closest( '.wishlist_table' ).length != 0 ){
28
+ data.remove_from_wishlist_after_add_to_cart = button.closest( 'tr' ).data( 'row-id' );
29
+ data.wishlist_id = button.closest( 'table' ).data( 'id' );
30
+ wc_add_to_cart_params.cart_redirect_after_add = yith_wcwl_l10n.redirect_to_cart;
31
  }
32
+ } );
33
 
34
+ $(document).on( 'added_to_cart', 'body', function( ev ){
35
+ wc_add_to_cart_params.cart_redirect_after_add = cart_redirect_after_add;
36
+
37
+ var wishlist = $( '.wishlist_table');
38
+
39
+ wishlist.find( '.added' ).removeClass( 'added' );
40
+ wishlist.find( '.added_to_cart' ).remove();
41
+ } );
42
+
43
+ $(document).on( 'click', '.show-title-form', show_title_form );
44
+
45
+ $(document).on( 'click', '.wishlist-title-with-form h2', show_title_form );
46
+
47
+ $(document).on( 'click', '.hide-title-form', hide_title_form );
48
+
49
+ $(document).on( 'change', '.yith-wcwl-popup-content .wishlist-select', function( ev ){
50
+ var t = $(this);
51
+
52
+ if( t.val() == 'new' ){
53
+ t.parents( '.yith-wcwl-first-row' ).next( '.yith-wcwl-second-row' ).css( 'display', 'table-row' );
54
+ }
55
+ else{
56
+ t.parents( '.yith-wcwl-first-row' ).next( '.yith-wcwl-second-row' ).hide();
57
+ }
58
+ } );
59
+
60
+ /**
61
+ * Adds selectbox where needed
62
+ */
63
+ $( 'select.selectBox' ).selectBox();
64
+
65
+ /**
66
+ * Add a product in the wishlist.
67
+ *
68
+ * @param string url
69
+ * @param string prod_type
70
+ * @return void
71
+ * @since 1.0.0
72
+ */
73
+ function call_ajax_add_to_wishlist( el ) {
74
+ var product_id = el.data( 'product-id' ),
75
+ el_wrap = $( '.add-to-wishlist-' + product_id ),
76
+ data = {
77
+ add_to_wishlist: product_id,
78
+ product_type: el.data( 'product-type' ),
79
+ action: yith_wcwl_l10n.actions.add_to_wishlist_action
80
+ };
81
+
82
+ if( yith_wcwl_l10n.multi_wishlist && yith_wcwl_l10n.is_user_logged_in ){
83
+ var wishlist_popup_container = el.parents( '.yith-wcwl-popup-footer' ).prev( '.yith-wcwl-popup-content' ),
84
+ wishlist_popup_select = wishlist_popup_container.find( '.wishlist-select' ),
85
+ wishlist_popup_name = wishlist_popup_container.find( '.wishlist-name' ),
86
+ wishlist_popup_visibility = wishlist_popup_container.find( '.wishlist-visibility' );
87
+
88
+ data.wishlist_id = wishlist_popup_select.val();
89
+ data.wishlist_name = wishlist_popup_name.val();
90
+ data.wishlist_visibility = wishlist_popup_visibility.val();
91
  }
92
 
93
+ if( ! is_cookie_enabled() ){
94
+ alert( yith_wcwl_l10n.labels.cookie_disabled );
95
+ return;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
96
  }
97
+
98
+ $.ajax({
99
+ type: 'POST',
100
+ url: yith_wcwl_l10n.ajax_url,
101
+ data: data,
102
+ dataType: 'json',
103
+ beforeSend: function(){
104
+ el.siblings( '.ajax-loading' ).css( 'visibility', 'visible' );
105
+ },
106
+ complete: function(){
107
+ el.siblings( '.ajax-loading' ).css( 'visibility', 'hidden' );
108
+ },
109
+ success: function( response ) {
110
+ var msg = $( '#yith-wcwl-popup-message' ),
111
+ response_result = response.result,
112
+ response_message = response.message;
113
+
114
+ if( yith_wcwl_l10n.multi_wishlist && yith_wcwl_l10n.is_user_logged_in ) {
115
+ var wishlist_select = $( 'select.wishlist-select' );
116
+ $.prettyPhoto.close();
117
+
118
+ wishlist_select.each( function( index ){
119
+ var t = $(this),
120
+ wishlist_options = t.find( 'option' );
121
+
122
+ wishlist_options = wishlist_options.slice( 1, wishlist_options.length - 1 );
123
+ wishlist_options.remove();
124
+
125
+ if( typeof( response.user_wishlists ) != 'undefined' ){
126
+ var i = 0;
127
+ for( i in response.user_wishlists ) {
128
+ if ( response.user_wishlists[i].is_default != "1" ) {
129
+ $('<option>')
130
+ .val(response.user_wishlists[i].ID)
131
+ .html(response.user_wishlists[i].wishlist_name)
132
+ .insertBefore(t.find('option:last-child'))
133
+ }
134
+ }
135
+ }
136
+ } );
137
+ }
138
+
139
+ $( '#yith-wcwl-message' ).html( response_message );
140
+ msg.css( 'margin-left', '-' + $( msg ).width() + 'px' ).fadeIn();
141
+ window.setTimeout( function() {
142
+ msg.fadeOut();
143
+ }, 2000 );
144
+
145
+ if( response_result == "true" ) {
146
+ if( ! yith_wcwl_l10n.multi_wishlist || ! yith_wcwl_l10n.is_user_logged_in || ( yith_wcwl_l10n.multi_wishlist && yith_wcwl_l10n.is_user_logged_in && yith_wcwl_l10n.hide_add_button ) ) {
147
+ el_wrap.find('.yith-wcwl-add-button').hide().removeClass('show').addClass('hide');
148
+ }
149
+
150
+ el_wrap.find( '.yith-wcwl-wishlistexistsbrowse').hide().removeClass('show').addClass('hide').find('a').attr('href', response.wishlist_url);
151
+ el_wrap.find( '.yith-wcwl-wishlistaddedbrowse' ).show().removeClass('hide').addClass('show').find('a').attr('href', response.wishlist_url);
152
+ } else if( response_result == "exists" ) {
153
+ if( ! yith_wcwl_l10n.multi_wishlist || ! yith_wcwl_l10n.is_user_logged_in || ( yith_wcwl_l10n.multi_wishlist && yith_wcwl_l10n.is_user_logged_in && yith_wcwl_l10n.hide_add_button ) ) {
154
+ el_wrap.find('.yith-wcwl-add-button').hide().removeClass('show').addClass('hide');
155
+ }
156
+
157
+ el_wrap.find( '.yith-wcwl-wishlistexistsbrowse' ).show().removeClass('hide').addClass('show').find('a').attr('href', response.wishlist_url);
158
+ el_wrap.find( '.yith-wcwl-wishlistaddedbrowse' ).hide().removeClass('show').addClass('hide').find('a').attr('href', response.wishlist_url);
159
+ } else {
160
+ el_wrap.find( '.yith-wcwl-add-button' ).show().removeClass('hide').addClass('show');
161
+ el_wrap.find( '.yith-wcwl-wishlistexistsbrowse' ).hide().removeClass('show').addClass('hide');
162
+ el_wrap.find( '.yith-wcwl-wishlistaddedbrowse' ).hide().removeClass('show').addClass('hide');
163
+ }
164
+
165
+ $('body').trigger('added_to_wishlist');
166
+ }
167
+
168
+ });
169
+ }
170
+
171
+ /**
172
+ * Remove a product from the wishlist.
173
+ *
174
+ * @param string url
175
+ * @param int rowid
176
+ * @return void
177
+ * @since 1.0.0
178
+ */
179
+ function remove_item_from_wishlist( el ) {
180
+ var table = el.parents( '.cart.wishlist_table' ),
181
+ pagination = table.data( 'pagination' ),
182
+ per_page = table.data( 'per-page' ),
183
+ current_page = table.data( 'page' ),
184
+ row = el.parents( 'tr' ),
185
+ pagination_row = table.find( '.pagination-row'),
186
+ data_row_id = row.data( 'row-id'),
187
+ data = {
188
+ action: yith_wcwl_l10n.actions.remove_from_wishlist_action,
189
+ remove_from_wishlist: data_row_id,
190
+ pagination: pagination,
191
+ per_page: per_page,
192
+ current_page: current_page
193
+ };
194
+
195
+ $( '#yith-wcwl-message' ).html( '&nbsp;' );
196
+
197
+ table.fadeTo( '400', '0.6' ).block({ message: null, overlayCSS: { background: 'transparent url(' + wc_add_to_cart_params.ajax_loader_url + ') no-repeat center', backgroundSize: '16px 16px', opacity: 0.6 } } );
198
+
199
+ $( '#yith-wcwl-form' ).load( yith_wcwl_l10n.ajax_url, data, function(){
200
+ table.stop( true ).css( 'opacity', '1' ).unblock();
201
+ } );
202
  }
203
 
204
+ /**
205
+ * Show form to edit wishlist title
206
+ *
207
+ * @param ev event
208
+ * @return void
209
+ * @since 2.0.0
210
+ */
211
+ function show_title_form( ev ){
212
+ var t = $(this);
213
+ ev.preventDefault();
214
+
215
+ t.parents( '.wishlist-title' ).next().show();
216
+ t.parents( '.wishlist-title' ).hide();
217
+ }
218
+
219
+ /**
220
+ * Hide form to edit wishlist title
221
+ *
222
+ * @param ev event
223
+ * @return void
224
+ * @since 2.0.0
225
+ */
226
+ function hide_title_form( ev ) {
227
+ var t = $(this);
228
+ ev.preventDefault();
229
+
230
+ t.parents( '.hidden-title-form').hide();
231
+ t.parents( '.hidden-title-form').prev().show ();
232
+ }
233
+
234
+ /**
235
+ * Check if cookies are enabled
236
+ *
237
+ * @return bool
238
+ * @since 2.0.0
239
+ */
240
+ function is_cookie_enabled() {
241
+ if (navigator.cookieEnabled) return true;
242
+
243
+ // set and read cookie
244
+ document.cookie = "cookietest=1";
245
+ var ret = document.cookie.indexOf("cookietest=") != -1;
246
+
247
+ // delete cookie
248
+ document.cookie = "cookietest=1; expires=Thu, 01-Jan-1970 00:00:01 GMT";
249
+
250
+ return ret;
251
+ }
252
+ });
class.yith-wcwl-install.php DELETED
@@ -1,148 +0,0 @@
1
- <?php
2
- /**
3
- * Install file
4
- *
5
- * @author Your Inspiration Themes
6
- * @package YITH WooCommerce Wishlist
7
- * @version 1.1.5
8
- */
9
-
10
- if ( !defined( 'YITH_WCWL' ) ) { exit; } // Exit if accessed directly
11
-
12
- if( !class_exists( 'YITH_WCWL_Install' ) ) {
13
- /**
14
- * Install plugin table and create the wishlist page
15
- *
16
- * @since 1.0.0
17
- */
18
- class YITH_WCWL_Install {
19
- /**
20
- * Table name
21
- *
22
- * @var string
23
- * @access private
24
- * @since 1.0.0
25
- */
26
- private $_table;
27
-
28
- /**
29
- * Constructor.
30
- *
31
- * @since 1.0.0
32
- */
33
- public function __construct() {
34
- global $wpdb;
35
-
36
- $this->_table = $wpdb->prefix . 'yith_wcwl';
37
-
38
- define( 'YITH_WCWL_TABLE', $this->_table );
39
- }
40
-
41
- /**
42
- * Initiator. Replace the constructor.
43
- *
44
- * @since 1.0.0
45
- */
46
- public function init() {
47
- $this->_add_table();
48
- $this->_add_pages();
49
-
50
- update_option( 'yith_wcwl_version', YITH_WCWL_VERSION );
51
- update_option( 'yith_wcwl_db_version', YITH_WCWL_DB_VERSION );
52
- }
53
-
54
- /**
55
- * Set options to their default value.
56
- *
57
- * @param array $options
58
- * @return bool
59
- * @since 1.0.0
60
- */
61
- public function default_options( $options ) {
62
- foreach( $options as $section ) {
63
- foreach( $section as $value ) {
64
- if ( isset( $value['std'] ) && isset( $value['id'] ) ) {
65
- add_option($value['id'], $value['std']);
66
- }
67
- }
68
- }
69
- }
70
-
71
- /**
72
- * Check if the table of the plugin already exists.
73
- *
74
- * @return bool
75
- * @since 1.0.0
76
- */
77
- public function is_installed() {
78
- global $wpdb;
79
-
80
- return $wpdb->query("SHOW TABLES LIKE '{$this->_table}'" );
81
- }
82
-
83
- /**
84
- * Add the plugin table to the database.
85
- *
86
- * @return void
87
- * @access private
88
- * @since 1.0.0
89
- */
90
- private function _add_table() {
91
- global $wpdb;
92
-
93
- if( !$this->is_installed() ) {
94
- $sql = "CREATE TABLE IF NOT EXISTS {$this->_table} (
95
- `ID` int(11) NOT NULL AUTO_INCREMENT,
96
- `prod_id` int(11) NOT NULL,
97
- `quantity` int(11) NOT NULL,
98
- `user_id` int(11) NOT NULL,
99
- `dateadded` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
100
- PRIMARY KEY (`ID`),
101
- KEY `product` (`prod_id`)
102
- ) DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;";
103
-
104
- require_once( ABSPATH . 'wp-admin/includes/upgrade.php' );
105
- dbDelta( $sql );
106
- }
107
-
108
- return;
109
- }
110
-
111
- /**
112
- * Add a page "Wishlist".
113
- *
114
- * @return void
115
- * @since 1.0.0
116
- */
117
- private function _add_pages() {
118
- global $wpdb;
119
-
120
- $option_value = get_option( 'yith-wcwl-page-id' );
121
-
122
- if ( $option_value > 0 && get_post( $option_value ) )
123
- return;
124
-
125
- $page_found = $wpdb->get_var( "SELECT `ID` FROM `{$wpdb->posts}` WHERE `post_name` = 'wishlist' LIMIT 1;" );
126
- if ( $page_found ) :
127
- if ( ! $option_value )
128
- update_option( 'yith-wcwl-page-id', $page_found );
129
- return;
130
- endif;
131
-
132
- $page_data = array(
133
- 'post_status' => 'publish',
134
- 'post_type' => 'page',
135
- 'post_author' => 1,
136
- 'post_name' => esc_sql( _x( 'wishlist', 'page_slug', 'yit' ) ),
137
- 'post_title' => __( 'Wishlist', 'yit' ),
138
- 'post_content' => '[yith_wcwl_wishlist]',
139
- 'post_parent' => 0,
140
- 'comment_status' => 'closed'
141
- );
142
- $page_id = wp_insert_post( $page_data );
143
-
144
- update_option( 'yith-wcwl-page-id', $page_id );
145
- update_option( 'yith_wcwl_wishlist_page_id', $page_id );
146
- }
147
- }
148
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
class.yith-wcwl-shortcode.php DELETED
@@ -1,54 +0,0 @@
1
- <?php
2
- /**
3
- * Shortcodes class
4
- *
5
- * @author Your Inspiration Themes
6
- * @package YITH WooCommerce Wishlist
7
- * @version 1.1.5
8
- */
9
-
10
- if ( !defined( 'YITH_WCWL' ) ) { exit; } // Exit if accessed directly
11
-
12
- if( !class_exists( 'YITH_WCWL_Shortcode' ) ) {
13
- /**
14
- * YITH WCWL Shortcodes
15
- *
16
- * @since 1.0.0
17
- */
18
- class YITH_WCWL_Shortcode {
19
- /**
20
- * Print the wishlist HTML.
21
- *
22
- * @since 1.0.0
23
- */
24
- public static function wishlist( $atts, $content = null ) {
25
- $atts = shortcode_atts( array(
26
- 'per_page' => 10,
27
- 'pagination' => 'no'
28
- ), $atts );
29
-
30
- ob_start();
31
- yith_wcwl_get_template( 'wishlist.php', $atts );
32
-
33
- return apply_filters( 'yith_wcwl_wishlisth_html', ob_get_clean() );
34
- }
35
-
36
- /**
37
- * Return "Add to Wishlist" button.
38
- *
39
- * @since 1.0.0
40
- */
41
- public static function add_to_wishlist( $atts, $content = null ) {
42
- global $product, $yith_wcwl;
43
-
44
- $html = YITH_WCWL_UI::add_to_wishlist_button( $yith_wcwl->get_wishlist_url(), $product->product_type, $yith_wcwl->is_product_in_wishlist( $product->id ) );
45
-
46
- $html .= YITH_WCWL_UI::popup_message();
47
-
48
- return $html;
49
- }
50
- }
51
- }
52
-
53
- add_shortcode( 'yith_wcwl_wishlist', array( 'YITH_WCWL_Shortcode', 'wishlist' ) );
54
- add_shortcode( 'yith_wcwl_add_to_wishlist', array( 'YITH_WCWL_Shortcode', 'add_to_wishlist' ) );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
class.yith-wcwl-ui.php DELETED
@@ -1,169 +0,0 @@
1
- <?php
2
- /**
3
- * Shortcodes class
4
- *
5
- * @author Your Inspiration Themes
6
- * @package YITH WooCommerce Wishlist
7
- * @version 1.1.5
8
- */
9
-
10
- if ( !defined( 'YITH_WCWL' ) ) { exit; } // Exit if accessed directly
11
-
12
- if( !class_exists( 'YITH_WCWL_UI' ) ) {
13
- class YITH_WCWL_UI {
14
-
15
- /**
16
- * Build the popup message HTML/jQuery.
17
- *
18
- * @return string
19
- * @static
20
- * @since 1.0.0
21
- */
22
- public static function popup_message() {
23
- ob_start() ?>
24
- <script type="text/javascript">
25
- if( !jQuery( '#yith-wcwl-popup-message' ).length ) {
26
- jQuery( 'body' ).prepend(
27
- '<div id="yith-wcwl-popup-message" style="display:none;">' +
28
- '<div id="yith-wcwl-message"></div>' +
29
- '</div>'
30
- );
31
- }
32
- </script>
33
- <?php
34
- return ob_get_clean();
35
- }
36
-
37
- /**
38
- * Build the "Add to Wishlist" HTML
39
- *
40
- * @param string $url
41
- * @param string $product_type
42
- * @param bool $exists
43
- * @return string
44
- * @static
45
- * @since 1.0.0
46
- */
47
- public static function add_to_wishlist_button( $url, $product_type, $exists ) {
48
- global $yith_wcwl, $product;
49
-
50
- $label_option = get_option( 'yith_wcwl_add_to_wishlist_text' );
51
- $localize_label = function_exists( 'icl_translate' ) ? icl_translate( 'Plugins', 'plugin_yit_wishlist_button', $label_option ) : $label_option;
52
-
53
- $label = apply_filters( 'yith_wcwl_button_label', $localize_label );
54
- $icon = get_option( 'yith_wcwl_add_to_wishlist_icon' ) != 'none' ? '<i class="' . get_option( 'yith_wcwl_add_to_wishlist_icon' ) . '"></i>' : '';
55
-
56
- $classes = get_option( 'yith_wcwl_use_button' ) == 'yes' ? 'class="add_to_wishlist single_add_to_wishlist button alt"' : 'class="add_to_wishlist"';
57
-
58
- $html = '<div class="yith-wcwl-add-to-wishlist">';
59
- $html .= '<div class="yith-wcwl-add-button'; // the class attribute is closed in the next row
60
-
61
- $html .= $exists ? ' hide" style="display:none;"' : ' show"';
62
-
63
- $html .= '><a href="' . esc_url( $yith_wcwl->get_addtowishlist_url() ) . '" data-product-id="' . $product->id . '" data-product-type="' . $product_type . '" ' . $classes . ' >' . $icon . $label . '</a>';
64
- $html .= '<img src="' . esc_url( admin_url( 'images/wpspin_light.gif' ) ) . '" class="ajax-loading" alt="loading" width="16" height="16" style="visibility:hidden" />';
65
- $html .= '</div>';
66
-
67
- $html .= '<div class="yith-wcwl-wishlistaddedbrowse hide" style="display:none;"><span class="feedback">' . __( 'Product added!','yit' ) . '</span> <a href="' . esc_url( $url ) . '">' . apply_filters( 'yith-wcwl-browse-wishlist-label', __( 'Browse Wishlist', 'yit' ) ) . '</a></div>';
68
- $html .= '<div class="yith-wcwl-wishlistexistsbrowse ' . ( $exists ? 'show' : 'hide' ) . '" style="display:' . ( $exists ? 'block' : 'none' ) . '"><span class="feedback">' . __( 'The product is already in the wishlist!', 'yit' ) . '</span> <a href="' . esc_url( $url ) . '">' . apply_filters( 'yith-wcwl-browse-wishlist-label', __( 'Browse Wishlist', 'yit' ) ) . '</a></div>';
69
- $html .= '<div style="clear:both"></div><div class="yith-wcwl-wishlistaddresponse"></div>';
70
-
71
- $html .= '</div>';
72
- $html .= '<div class="clear"></div>';
73
-
74
- return apply_filters( 'yith_wcwl_add_to_wishlisth_button_html', $html, $url, $product_type, $exists );
75
- }
76
-
77
- /**
78
- * Build the "Add to cart" HTML.
79
- *
80
- * @param string $url
81
- * @param string $stock_status
82
- * @param string $type
83
- * @return string
84
- * @static
85
- * @since 1.0.0
86
- */
87
- public static function add_to_cart_button( $product_id, $stock_status ) {
88
- global $yith_wcwl;
89
-
90
- if ( function_exists( 'get_product' ) )
91
- $product = get_product( $product_id );
92
- else
93
- $product = new WC_Product( $product_id );
94
-
95
- $url = $product->product_type == 'external' ? $yith_wcwl->get_affiliate_product_url( $product_id ) : $yith_wcwl->get_addtocart_url( $product_id );
96
-
97
- $label_option = get_option( 'yith_wcwl_add_to_cart_text' );
98
- $localize_label = function_exists( 'icl_translate' ) ? icl_translate( 'Plugins', 'plugin_yit_wishlist_button', $label_option ) : $label_option;
99
-
100
- $label = $product->product_type == 'variable' ? apply_filters( 'variable_add_to_cart_text', __('Select options', 'yit') ) : apply_filters( 'yith_wcwl_add_to_cart_label', $localize_label );
101
- $icon = get_option( 'yith_wcwl_use_button' ) == 'yes' && get_option( 'yith_wcwl_add_to_cart_icon' ) != 'none' ? '<i class="' . get_option( 'yith_wcwl_add_to_cart_icon' ) . '"></i>' : '';
102
-
103
- $cartlink = '';
104
- $redirect_to_cart = get_option( 'yith_wcwl_redirect_cart' ) == 'yes' && $product->product_type != 'variable' ? 'true' : 'false';
105
- $style = ''; //indicates the style (background-color and font color)
106
-
107
- if( get_option( 'yith_wcwl_use_button' ) == 'yes' ) {
108
- if( $product->product_type == 'external' ) {
109
- $cartlink .= '<a target="_blank" class="add_to_cart button alt" href="' . $url . '"';
110
- } else {
111
- $js_action = esc_attr( 'check_for_stock(\'' . $url . '\',\'' . $stock_status . '\',\'' . $redirect_to_cart . '\');' );
112
- $cartlink .= '<a class="add_to_cart button alt" onclick="' . $js_action . '"';
113
- }
114
-
115
- $cartlink .= $style . '>' . $icon . $label . '</a>';
116
- } else {
117
- if( $product->product_type == 'external' ) {
118
- $cartlink .= '<a target="_blank" class="add_to_cart button alt" href="' . $url . '">' . $icon . $label . '</a>';
119
- } else {
120
- $js_action = esc_attr( 'check_for_stock(\'' . $url . '\',\'' . $stock_status . '\',\'' . $redirect_to_cart . '\');' );
121
- $cartlink .= '<a class="add_to_cart button alt" href="javascript:void(0);" onclick="' . $js_action . '">' . $icon . $label . '</a>';
122
- }
123
- }
124
-
125
- return $cartlink;
126
- }
127
-
128
- /**
129
- * Build share HTML.
130
- *
131
- * @param string $url
132
- * @return $string
133
- * @static
134
- * @since 1.0.0
135
- */
136
- public static function get_share_links( $url ) {
137
- $normal_url = $url;
138
- $url = urlencode( $url );
139
- $title = apply_filters( 'plugin_text', urlencode( get_option( 'yith_wcwl_socials_title' ) ) );
140
- $twitter_summary = str_replace( '%wishlist_url%', '', get_option( 'yith_wcwl_socials_text' ) );
141
- $summary = urlencode( str_replace( '%wishlist_url%', $normal_url, get_option( 'yith_wcwl_socials_text' ) ) );
142
- $imageurl = urlencode( get_option( 'yith_wcwl_socials_image_url' ) );
143
-
144
- $html = '<div class="yith-wcwl-share">';
145
- $html .= apply_filters( 'yith_wcwl_socials_share_title', '<h4>' . __( 'Share on:', 'yit' ) . '</h4>' );
146
- $html .= '<ul>';
147
-
148
- if( get_option( 'yith_wcwl_share_fb' ) == 'yes' )
149
- { $html .= '<li style="list-style-type: none; display: inline-block;"><a target="_blank" class="facebook" href="https://www.facebook.com/sharer.php?s=100&amp;p[title]=' . $title . '&amp;p[url]=' . $url . '&amp;p[summary]=' . $summary . '&amp;p[images][0]=' . $imageurl . '" title="' . __( 'Facebook', 'yit' ) . '"></a></li>'; }
150
-
151
- if( get_option( 'yith_wcwl_share_twitter' ) == 'yes' )
152
- { $html .= '<li style="list-style-type: none; display: inline-block;"><a target="_blank" class="twitter" href="https://twitter.com/share?url=' . $url . '&amp;text=' . $twitter_summary . '" title="' . __( 'Twitter', 'yit' ) . '"></a></li>'; }
153
-
154
- if( get_option( 'yith_wcwl_share_pinterest' ) == 'yes' )
155
- { $html .= '<li style="list-style-type: none; display: inline-block;"><a target="_blank" class="pinterest" href="http://pinterest.com/pin/create/button/?url=' . $url . '&amp;description=' . $summary . '&media=' . $imageurl . '" onclick="window.open(this.href); return false;" title="' . __( 'Pinterest', 'yit' ) . '"></a></li>'; }
156
-
157
- if( get_option( 'yith_wcwl_share_googleplus' ) == 'yes' )
158
- { $html .= '<li style="list-style-type: none; display: inline-block;"><a target="_blank" class="googleplus" href="https://plus.google.com/share?url=' . $url . '&amp;title=' . $title . '" title="' . __( 'Google Plus', 'yit' ) . '" onclick=\'javascript:window.open(this.href, "", "menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600");return false;\'></a></li>'; }
159
-
160
- if( get_option( 'yith_wcwl_share_email' ) == 'yes' )
161
- { $html .= '<li style="list-style-type: none; display: inline-block;"><a class="email" href="mailto:?subject=I wanted you to see this site&amp;body= ' . $url . '&amp;title=' . $title . '" title="' . __( 'email', 'yit' ) . '" ></a></li>'; }
162
-
163
- $html .= '</ul>';
164
- $html .= '</div>';
165
-
166
- return $html;
167
- }
168
- }
169
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
class.yith-wcwl.php DELETED
@@ -1,383 +0,0 @@
1
- <?php
2
- /**
3
- * Main class
4
- *
5
- * @author Your Inspiration Themes
6
- * @package YITH WooCommerce Wishlist
7
- * @version 1.1.5
8
- */
9
-
10
- if ( !defined( 'YITH_WCWL' ) ) { exit; } // Exit if accessed directly
11
-
12
- if( !class_exists( 'YITH_WCWL' ) ) {
13
- /**
14
- * WooCommerce Wishlist
15
- *
16
- * @since 1.0.0
17
- */
18
- class YITH_WCWL {
19
- /**
20
- * Errors array
21
- *
22
- * @var array
23
- * @since 1.0.0
24
- */
25
- public $errors;
26
-
27
- /**
28
- * Details array
29
- *
30
- * @var array
31
- * @since 1.0.0
32
- */
33
- public $details;
34
-
35
- /**
36
- * Messages array
37
- *
38
- * @var array
39
- * @since 1.0.0
40
- */
41
- public $messages;
42
-
43
- /**
44
- * Constructor.
45
- *
46
- * @param array $details
47
- * @return void
48
- * @since 1.0.0
49
- */
50
- public function __construct( $details ) {
51
-
52
- // Start a PHP session, if not yet started
53
- if ( ! session_id() )
54
- session_start();
55
-
56
- $this->details = $details;
57
- $yith_wcwl_init = new YITH_WCWL_Init();
58
-
59
- add_action( 'wp_ajax_add_to_wishlist', array( $this, 'add_to_wishlist_ajax' ) );
60
- add_action( 'wp_ajax_nopriv_add_to_wishlist', array( $this, 'add_to_wishlist_ajax' ) );
61
-
62
- add_action( 'wp_ajax_remove_from_wishlist', array( $this, 'remove_from_wishlist_ajax' ) );
63
- add_action( 'wp_ajax_nopriv_remove_from_wishlist', array( $this, 'remove_from_wishlist_ajax' ) );
64
- }
65
-
66
- /**
67
- * Check if the product exists in the wishlist.
68
- *
69
- * @param int $product_id
70
- * @return bool
71
- * @since 1.0.0
72
- */
73
- public function is_product_in_wishlist( $product_id ) {
74
- global $wpdb;
75
-
76
- $exists = false;
77
-
78
- if( is_user_logged_in() ) {
79
- $sql = "SELECT COUNT(*) as `cnt` FROM `" . YITH_WCWL_TABLE . "` WHERE `prod_id` = " . $product_id . " AND `user_id` = " . $this->details['user_id'];
80
- $results = $wpdb->get_results( $sql );
81
- $exists = $results[0]->cnt > 0 ? true : false;
82
- } else {
83
- if( yith_usecookies() ) {
84
- $tmp_products = yith_getcookie( 'yith_wcwl_products' );
85
- } elseif( isset( $_SESSION['yith_wcwl_products'] ) ) {
86
- $tmp_products = $_SESSION['yith_wcwl_products'];
87
- } else {
88
- $tmp_products = array();
89
- }
90
-
91
- if( isset( $tmp_products[ $product_id ] ) )
92
- { $exists = 1; }
93
- else
94
- { $exists = 0; }
95
- }
96
-
97
- return $exists;
98
- }
99
-
100
- /**
101
- * Add a product in the wishlist.
102
- *
103
- * @return string "error", "true" or "exists"
104
- * @since 1.0.0
105
- */
106
- public function add() {
107
- global $wpdb, $woocommerce;
108
-
109
- if ( isset( $this->details['add_to_wishlist'] ) && is_numeric( $this->details['add_to_wishlist'] ) ) {
110
- //single product
111
- $quantity = ( isset( $this->details['quantity'] ) ) ? ( int ) $this->details['quantity'] : 1;
112
-
113
- //check for existence, product ID, variation ID, variation data, and other cart item data
114
- if( $this->is_product_in_wishlist( $this->details['add_to_wishlist'] ) ) {
115
- return "exists";
116
- }
117
-
118
- $return = "error";
119
-
120
- if( is_user_logged_in() ) {
121
- $sql = "INSERT INTO `" . YITH_WCWL_TABLE . "` ( `prod_id`, `quantity`, `user_id`, `dateadded` ) VALUES ( " . $this->details['add_to_wishlist'] . " , $quantity, " . $this->details['user_id'] . ", now() )";
122
- $return = $wpdb->query( $sql ); //echo $sql;die;
123
- } elseif( yith_usecookies() ) {
124
- $cookie[$this->details['add_to_wishlist']]['add-to-wishlist'] = $this->details['add_to_wishlist'];
125
- $cookie[$this->details['add_to_wishlist']]['quantity'] = $quantity;
126
-
127
- $cookie = $cookie + yith_getcookie( 'yith_wcwl_products' );
128
-
129
- yith_setcookie( 'yith_wcwl_products', $cookie );
130
- $return = true;
131
- } else {
132
- $_SESSION['yith_wcwl_products'][$this->details['add_to_wishlist']]['add-to-wishlist'] = $this->details['add_to_wishlist'];
133
- $_SESSION['yith_wcwl_products'][$this->details['add_to_wishlist']]['quantity'] = $quantity;
134
- $return = true;
135
- }
136
-
137
- if( $return ) {
138
- return "true";
139
- } else {
140
- $this->errors[] = __( 'Error occurred while adding product to wishlist.', 'yit' );
141
- return "error";
142
- }
143
- }
144
- }
145
-
146
- /**
147
- * Remove an entry from the wishlist.
148
- *
149
- * @param int $id Record ID
150
- * @return bool
151
- * @since 1.0.0
152
- */
153
- public function remove( $id ) {
154
- global $wpdb;
155
-
156
- if( is_user_logged_in() ) {
157
- $sql = "DELETE FROM `" . YITH_WCWL_TABLE . "` WHERE `ID` = " . $id . " AND `user_id` = " . $this->details['user_id'];
158
-
159
- if( $wpdb->query( $sql ) ) {
160
- return true;
161
- } else {
162
- $this->errors[] = __( 'Error occurred while removing product from wishlist', 'yit' );
163
- return false;
164
- }
165
- } elseif( yith_usecookies() ) {
166
- $cookie = yith_getcookie( 'yith_wcwl_products' );
167
- unset( $cookie[$id] );
168
-
169
- yith_destroycookie( 'yith_wcwl_products' );
170
- yith_setcookie( 'yith_wcwl_products', $cookie );
171
-
172
- return true;
173
- } else {
174
- unset( $_SESSION['yith_wcwl_products'][$id] );
175
- return true;
176
- }
177
- }
178
-
179
- /**
180
- * Get all errors in HTML mode or simple string.
181
- *
182
- * @param bool $html
183
- * @return string
184
- * @since 1.0.0
185
- */
186
- public function get_errors( $html = true ) {
187
- return implode( ( $html ? '<br />' : ', ' ), $this->errors );
188
- }
189
-
190
- /**
191
- * Retrieve the number of products in the wishlist.
192
- *
193
- * @return int
194
- * @since 1.0.0
195
- */
196
- public function count_products() {
197
- global $wpdb;
198
-
199
- if( is_user_logged_in() ) {
200
- $sql = "SELECT COUNT(*) as `cnt` FROM `" . YITH_WCWL_TABLE . "` WHERE `user_id` = " . get_current_user_id();
201
- $results = $wpdb->get_results( $sql );
202
- return $results[0]->cnt;
203
- } elseif( yith_usecookies() ) {
204
- $cookie = yith_getcookie( 'yith_wcwl_products' );
205
- return count( $cookie );
206
- } else {
207
- if( isset( $_SESSION['yith_wcwl_products'] ) )
208
- { return count( $_SESSION['yith_wcwl_products'] ); }
209
- }
210
-
211
- return 0;
212
- }
213
-
214
- /**
215
- * Retrieve details of a product in the wishlist.
216
- *
217
- * @param int $id
218
- * @param string $request_from
219
- * @return array
220
- * @since 1.0.0
221
- */
222
- public function get_product_details( $id ) {
223
- global $wpdb;
224
-
225
- if( is_user_logged_in() ) {
226
- return $wpdb->get_results( $wpdb->prepare( 'SELECT * FROM `' . YITH_WCWL_TABLE . '` WHERE `prod_id` = %d', $id ), ARRAY_A );
227
- } elseif( yith_usecookies() ) {
228
- $cookie = yith_getcookie( 'yith_wcwl_products' );
229
- $temp_arr[0] = $cookie[$id];
230
- $temp_arr[0]['prod_id'] = $id;
231
- return $temp_arr;
232
- } else {
233
- $temp_arr[0] = $_SESSION['yith_wcwl_products'][$id];
234
- $temp_arr[0]['prod_id'] = $id;
235
- return $temp_arr;
236
- }
237
-
238
- return array();
239
- }
240
-
241
- /**
242
- * Build wishlist page URL.
243
- *
244
- * @return string
245
- * @since 1.0.0
246
- */
247
- public function get_wishlist_url() {
248
-
249
- return get_permalink( get_option( 'yith_wcwl_wishlist_page_id' ) );
250
- }
251
-
252
- /**
253
- * Build wishlist page URL based on user ID.
254
- *
255
- * @param int $user_id
256
- * @return string
257
- * @since 1.0.0
258
- */
259
- public function get_public_wishlist_url( $user_id ) {
260
- return home_url() . '/?id=' . $user_id . '&page_id=' . $page_id;
261
- }
262
-
263
- /**
264
- * Build the URL used to remove an item from the wishlist.
265
- *
266
- * @param int $item_id
267
- * @return string
268
- * @since 1.0.0
269
- */
270
- public function get_remove_url( $item_id ) {
271
- return admin_url( 'admin-ajax.php?wishlist_item_id=' . $item_id );
272
- //return YITH_WCWL_URL . 'yith-wcwl-ajax.php?action=remove_from_wishlist&wishlist_item_id=' . $item_id;
273
- }
274
-
275
- /**
276
- * Build the URL used to add an item in the wishlist.
277
- *
278
- * @return string
279
- * @since 1.0.0
280
- */
281
- public function get_addtowishlist_url() {
282
- global $product;
283
-
284
- $url = YITH_WCWL_URL . "yith-wcwl-ajax.php?action=add_to_wishlist&add_to_wishlist=" . $product->id;
285
-
286
- return $url;
287
- }
288
-
289
- /**
290
- * Build the URL used to add an item to the cart from the wishlist.
291
- *
292
- * @param int $id
293
- * @param int $user_id
294
- * @return string
295
- * @since 1.0.0
296
- */
297
- public function get_addtocart_url( $id, $user_id = '' ) {
298
- global $yith_wcwl;
299
-
300
- //$product = $yith_wcwl->get_product_details( $id );
301
- if ( function_exists( 'get_product' ) )
302
- $product = get_product( $id );
303
- else
304
- $product = new WC_Product( $id );
305
-
306
- if ( $product->product_type == 'variable' ) {
307
- return get_permalink( $product->id );
308
- }
309
-
310
- $url = YITH_WCWL_URL . 'add-to-cart.php?wishlist_item_id=' . rtrim( $id, '_' );
311
-
312
- if( $user_id != '' ) {
313
- $url .= '&id=' . $user_id;
314
- }
315
-
316
- return $url;
317
- }
318
-
319
- /**
320
- * Build the URL used for an external/affiliate product.
321
- *
322
- * @param $id
323
- * @return string
324
- */
325
- public function get_affiliate_product_url( $id ) {
326
- $product = get_product( $id );
327
- return get_post_meta( $product->id, '_product_url', true );
328
- }
329
-
330
- /**
331
- * Build an URL with the nonce added.
332
- *
333
- * @param string $action
334
- * @param string $url
335
- * @return string
336
- * @since 1.0.0
337
- */
338
- public function get_nonce_url( $action, $url = '' ) {
339
- return add_query_arg( '_n', wp_create_nonce( 'yith-wcwl-' . $action ), $url );
340
- }
341
-
342
- /**
343
- * AJAX: add to wishlist action
344
- *
345
- * @return void
346
- * @since 1.0.0
347
- */
348
- public function add_to_wishlist_ajax() {
349
- $return = $this->add();
350
-
351
- if( $return == 'true' )
352
- { echo $return . '##' . __( 'Product added!', 'yit' ); }
353
- elseif( $return == 'exists' )
354
- { echo $return . '##' . __( 'Product already in the wishlist.', 'yit' ); }
355
- elseif( count( $this->errors ) > 0 )
356
- { echo $this->get_errors(); }
357
-
358
- die();
359
- }
360
-
361
- /**
362
- * AJAX: remove from wishlist action
363
- *
364
- * @return void
365
- * @since 1.0.0
366
- */
367
- public function remove_from_wishlist_ajax() {
368
- $count = yith_wcwl_count_products();
369
-
370
- if( $this->remove( $_GET['wishlist_item_id'] ) )
371
- { echo apply_filters( 'yith_wcwl_product_removed_text', __( 'Product successfully removed.', 'yit' ) ); }
372
- else {
373
- echo '#' . $count . '#';
374
- _e( 'Error. Unable to remove the product from the wishlist.', 'yit' );
375
- }
376
-
377
- if( !$count )
378
- { _e( 'No products were added to the wishlist', 'yit' ); }
379
-
380
- die();
381
- }
382
- }
383
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
class.yith-wcwl-init.php → includes/class.yith-wcwl-admin-init.php RENAMED
@@ -1,30 +1,39 @@
1
  <?php
2
  /**
3
- * Init class
4
  *
5
  * @author Your Inspiration Themes
6
  * @package YITH WooCommerce Wishlist
7
- * @version 1.1.5
8
  */
9
 
10
  if ( ! defined( 'YITH_WCWL' ) ) {
11
  exit;
12
  } // Exit if accessed directly
13
 
14
- if ( ! class_exists( 'YITH_WCWL_Init' ) ) {
15
  /**
16
- * Initiator class. Install the plugin database and load all needed stuffs.
17
  *
18
  * @since 1.0.0
19
  */
20
- class YITH_WCWL_Init {
 
 
 
 
 
 
 
 
 
21
  /**
22
  * Plugin version
23
  *
24
  * @var string
25
  * @since 1.0.0
26
  */
27
- public $version = '1.1.7';
28
 
29
  /**
30
  * Plugin database version
@@ -32,7 +41,15 @@ if ( ! class_exists( 'YITH_WCWL_Init' ) ) {
32
  * @var string
33
  * @since 1.0.0
34
  */
35
- public $db_version = '1.0.0';
 
 
 
 
 
 
 
 
36
 
37
  /**
38
  * Tab name
@@ -43,116 +60,112 @@ if ( ! class_exists( 'YITH_WCWL_Init' ) ) {
43
  public $tab;
44
 
45
  /**
46
- * Plugin options
47
  *
48
- * @var array
 
49
  * @since 1.0.0
50
  */
51
- public $options;
 
 
 
52
 
53
  /**
54
- * Front end colors options.
55
  *
56
  * @var array
57
  * @since 1.0.0
58
  */
59
- public $colors_options;
60
 
61
  /**
62
- * CSS selectors used to style buttons.
63
  *
64
  * @var array
65
- * @since 1.0.0
 
66
  */
67
- public $rules;
68
 
69
  /**
70
- * Various links
71
  *
72
  * @var string
73
  * @access public
74
- * @since 1.0.0
75
  */
76
- public $banner_url = 'http://cdn.yithemes.com/plugins/yith_wishlist.php?url';
77
- public $banner_img = 'http://cdn.yithemes.com/plugins/yith_wishlist.php';
78
- public $doc_url = 'http://yithemes.com/docs-plugins/yith_wishlist/';
79
 
80
  /**
81
- * Positions of the button "Add to Wishlist"
82
  *
83
- * @var array
84
- * @access private
85
- * @since 1.0.0
86
  */
87
- private $_positions;
 
 
 
88
 
89
- /**
90
- * Store class yith_WCWL_Install.
91
- *
92
- * @var object
93
- * @access private
94
- * @since 1.0.0
95
- */
96
- private $_yith_wcwl_install;
97
 
98
  /**
99
- * Constructor
100
  *
101
- * @since 1.0.0
 
102
  */
103
- public function __construct() {
104
  define( 'YITH_WCWL_VERSION', $this->version );
105
  define( 'YITH_WCWL_DB_VERSION', $this->db_version );
106
 
 
 
 
 
 
107
  /**
108
  * Support to WC 2.0.x
109
  */
110
  global $woocommerce;
111
-
112
  $is_woocommerce_2_0 = version_compare( preg_replace( '/-beta-([0-9]+)/', '', $woocommerce->version ), '2.1', '<' );
113
 
114
- $this->tab = __( 'Wishlist', 'yit' );
115
  $this->options = $this->_plugin_options();
116
 
117
- $this->_positions = apply_filters( 'yith_wcwl_positions', array(
118
- 'add-to-cart' => array( 'hook' => 'woocommerce_single_product_summary', 'priority' => 31 ),
119
- 'thumbnails' => array( 'hook' => 'woocommerce_product_thumbnails', 'priority' => 21 ),
120
- 'summary' => array( 'hook' => 'woocommerce_after_single_product_summary', 'priority' => 11 )
121
- ) );
122
- $this->_yith_wcwl_install = new YITH_WCWL_Install();
123
-
124
- if ( is_admin() && ! defined( 'DOING_AJAX' ) ) {
125
  $this->install();
126
  }
127
 
128
-
129
-
130
  add_action( 'init', array( $this, 'init' ), 0 );
131
- add_action( 'admin_init', array( $this, 'load_admin_style' ) );
132
-
133
- add_filter( 'woocommerce_settings_tabs_array', array( $this, 'add_tab_woocommerce' ), 30 );
134
- add_action( 'woocommerce_update_options_yith_wcwl', array( $this, 'update_options' ) );
135
- add_action( 'woocommerce_settings_tabs_yith_wcwl', array( $this, 'print_plugin_options' ) );
136
- add_filter( 'plugin_action_links_' . plugin_basename( plugin_basename( dirname( __FILE__ ) . '/init.php' ) ), array( $this, 'action_links' ) );
137
 
138
  if( $is_woocommerce_2_0 ) {
139
  add_filter( 'woocommerce_page_settings', array( $this, 'add_page_setting_woocommerce' ) );
140
  }
141
 
142
- if ( get_option( 'yith_wcwl_enabled' ) == 'yes' ) {
143
- add_action( 'wp_head', array( $this, 'add_button' ) );
144
- add_action( 'wp_enqueue_scripts', array( $this, 'enqueue_styles_and_stuffs' ) );
145
- add_action( 'wp_enqueue_scripts', array( $this, 'enqueue_scripts' ) );
146
- add_filter( 'body_class', array( $this, 'add_body_class' ) );
147
 
148
- // YITH WCWL Loaded
149
- do_action( 'yith_wcwl_loaded' );
150
- }
 
 
 
 
 
 
151
 
152
  //Apply filters
153
  $this->banner_url = apply_filters( 'yith_wcmg_banner_url', $this->banner_url );
154
  }
155
 
 
 
156
  /**
157
  * Initiator method. Initiate properties.
158
  *
@@ -161,72 +174,17 @@ if ( ! class_exists( 'YITH_WCWL_Init' ) ) {
161
  * @since 1.0.0
162
  */
163
  public function init() {
164
- global $yith_wcwl;
165
-
166
- $db_colors = get_option( 'yith_wcwl_frontend_css_colors' );
167
-
168
- $this->colors_options = ! empty( $db_colors ) ? maybe_unserialize( $db_colors ) : apply_filters( 'yith_wcwl_colors_options', array(
169
- 'add_to_wishlist' => array( 'background' => '#4F4F4F', 'color' => '#FFFFFF', 'border_color' => '#4F4F4F' ),
170
- 'add_to_wishlist_hover' => array( 'background' => '#2F2F2F', 'color' => '#FFFFFF', 'border_color' => '#2F2F2F' ),
171
- 'add_to_cart' => array( 'background' => '#4F4F4F', 'color' => '#FFFFFF', 'border_color' => '#4F4F4F' ),
172
- 'add_to_cart_hover' => array( 'background' => '#2F2F2F', 'color' => '#FFFFFF', 'border_color' => '#2F2F2F' ),
173
- 'wishlist_table' => array( 'background' => '#FFFFFF', 'color' => '#676868', 'border_color' => '#676868' )
174
- ) );
175
-
176
- if ( empty( $db_colors ) ) {
177
- update_option( 'yith_wcwl_frontend_css_colors', maybe_serialize( $this->colors_options ) );
178
- }
179
-
180
- $this->rules = apply_filters( 'yith_wcwl_colors_rules', array(
181
- 'add_to_wishlist' => '.woocommerce .yith-wcwl-add-button > a.button.alt',
182
- 'add_to_wishlist_hover' => '.woocommerce .yith-wcwl-add-button > a.button.alt:hover',
183
- 'add_to_cart' => '.woocommerce .wishlist_table a.add_to_cart.button.alt',
184
- 'add_to_cart_hover' => '.woocommerce .wishlist_table a.add_to_cart.button.alt:hover',
185
- 'wishlist_table' => '.wishlist_table'
186
  ) );
187
-
188
- if ( is_user_logged_in() ) {
189
- $yith_wcwl->details['user_id'] = get_current_user_id();
190
-
191
- //check whether any products are added to wishlist, then after login add to the wishlist if not added
192
- if ( yith_usecookies() ) {
193
- $cookie = yith_getcookie( 'yith_wcwl_products' );
194
- foreach ( $cookie as $details ) {
195
- $yith_wcwl->details = $details;
196
- $yith_wcwl->details['user_id'] = get_current_user_id();
197
-
198
- $ret_val = $yith_wcwl->add();
199
- }
200
-
201
- yith_destroycookie( 'yith_wcwl_products' );
202
- }
203
- else {
204
- if ( isset( $_SESSION['yith_wcwl_products'] ) ) {
205
- foreach ( $_SESSION['yith_wcwl_products'] as $details ) {
206
- $yith_wcwl->details = $details;
207
- $yith_wcwl->details['user_id'] = get_current_user_id();
208
-
209
- $ret_val = $yith_wcwl->add();
210
- }
211
-
212
- unset( $_SESSION['yith_wcwl_products'] );
213
- }
214
- }
215
- }
216
 
217
  wp_register_style( 'yith-wcwl-admin', YITH_WCWL_URL . 'assets/css/admin.css' );
218
  }
219
 
220
- /**
221
- * Load admin style.
222
- *
223
- * @return void
224
- * @since 1.0.0
225
- */
226
- public function load_admin_style() {
227
- wp_enqueue_style( 'yith-wcwl-admin' );
228
- }
229
-
230
  /**
231
  * Run the installation
232
  *
@@ -234,152 +192,58 @@ if ( ! class_exists( 'YITH_WCWL_Init' ) ) {
234
  * @since 1.0.0
235
  */
236
  public function install() {
237
- if ( $this->db_version != get_option( 'yith_wcwl_db_version' ) || ! $this->_yith_wcwl_install->is_installed() ) {
238
- add_action( 'init', array( $this->_yith_wcwl_install, 'init' ) );
239
- //$this->_yith_wcwl_install->init();
240
- $this->_yith_wcwl_install->default_options( $this->options );
 
241
 
242
  // Plugin installed
243
  do_action( 'yith_wcwl_installed' );
 
244
  }
245
- }
246
-
247
- /**
248
- * Add the "Add to Wishlist" button. Needed to use in wp_head hook.
249
- *
250
- * @return void
251
- * @since 1.0.0
252
- */
253
- public function add_button() {
254
- global $post;
255
-
256
- if ( ! isset( $post ) || ! is_object( $post ) ) {
257
- return;
258
- }
259
-
260
- // Add the link "Add to wishlist"
261
- $position = get_option( 'yith_wcwl_button_position' );
262
-
263
- $position = empty( $position ) ? 'add-to-cart' : $position;
264
-
265
- if ( $position != 'shortcode' ) {
266
- add_action( $this->_positions[$position]['hook'], create_function( '', 'echo do_shortcode( "[yith_wcwl_add_to_wishlist]" );' ), $this->_positions[$position]['priority'] );
267
- }
268
-
269
- // Free the memory. Like it needs a lot of memory... but this is rock!
270
- }
271
-
272
-
273
- /**
274
- * Add specific body class when the Wishlist page is opened
275
- *
276
- * @param array $classes
277
- *
278
- * @return array
279
- * @since 1.0.0
280
- */
281
- public function add_body_class( $classes ) {
282
- $wishlist_page_id = get_option( 'yith_wcwl_wishlist_page_id' );
283
-
284
- if ( is_page( $wishlist_page_id ) ||
285
 
286
- //WPML Compatibility
287
- defined( 'ICL_PLUGIN_PATH' ) && is_page( icl_object_id( $wishlist_page_id, 'page', false ) )
288
- ) {
289
- $classes[] = 'woocommerce-wishlist';
290
- $classes[] = 'woocommerce';
291
- $classes[] = 'woocommerce-page';
292
  }
293
-
294
- return $classes;
295
  }
296
 
297
  /**
298
- * Enqueue styles, scripts and other stuffs needed in the <head>.
299
  *
300
  * @return void
301
  * @since 1.0.0
302
  */
303
- public function enqueue_styles_and_stuffs() {
304
- $located = locate_template( array(
305
- 'woocommerce/wishlist.css',
306
- 'wishlist.css'
307
- ) );
308
 
309
- if ( ! $located ) {
310
- wp_enqueue_style( 'yith-wcwl-main', YITH_WCWL_URL . 'assets/css/style.css' );
311
- }
312
- else {
313
- wp_enqueue_style( 'yith-wcwl-user-main', str_replace( get_template_directory(), get_template_directory_uri(), $located ) );
314
- }
315
-
316
- if ( get_option( 'yith_wcwl_add_to_wishlist_icon' ) != 'none' ) {
317
- wp_enqueue_style( 'yith-wcwl-font-awesome', YITH_WCWL_URL . 'assets/css/font-awesome.css' );
318
- wp_enqueue_style( 'yith-wcwl-font-awesome-ie7', YITH_WCWL_URL . 'assets/css/font-awesome-ie7.css' );
319
- }
320
 
321
- // Add frontend CSS for buttons
322
- $colors_styles = array();
323
- $frontend_css = '';
324
- if ( get_option( 'yith_wcwl_frontend_css' ) == 'no' ) {
325
- foreach ( $this->colors_options as $name => $option ) {
326
- $colors_styles[$name] = '';
327
-
328
- foreach ( $option as $id => $value ) {
329
- $colors_styles[$name] .= str_replace( '_', '-', $id ) . ':' . $value . ';';
330
- }
331
- }
332
-
333
- foreach ( $this->rules as $id => $rule ) {
334
- $frontend_css .= $rule . '{' . $colors_styles[$id] . '}';
335
  }
336
  }
337
 
338
- ?>
339
- <style>
340
- <?php
341
- echo get_option( 'yith_wcwl_custom_css' ) . $frontend_css;
342
-
343
- if( get_option( 'yith_wcwl_rounded_corners' ) == 'yes' ) {
344
- echo '.wishlist_table .add_to_cart, .yith-wcwl-add-button > a.button.alt { border-radius: 16px; -moz-border-radius: 16px; -webkit-border-radius: 16px; }';
345
- }
346
- ?>
347
- </style>
348
- <script type="text/javascript">
349
- var yith_wcwl_plugin_ajax_web_url = '<?php echo admin_url('admin-ajax.php') ?>';
350
- var login_redirect_url = '<?php echo wp_login_url() . '?redirect_to=' . urlencode( $_SERVER['REQUEST_URI'] ) ?>';
351
- </script>
352
- <?php
353
  }
354
 
355
  /**
356
- * Enqueue plugin scripts.
357
  *
358
  * @return void
359
  * @since 1.0.0
360
  */
361
- public function enqueue_scripts() {
362
- wp_register_script( 'jquery-yith-wcwl', YITH_WCWL_URL . 'assets/js/jquery.yith-wcwl.js', array( 'jquery' ), '1.0', true );
363
- wp_enqueue_script( 'jquery-yith-wcwl' );
364
-
365
- $yith_wcwl_l10n = array(
366
- 'out_of_stock' => __( 'Cannot add to the cart as product is Out of Stock!', 'yit' ),
367
- );
368
- wp_localize_script( 'jquery-yith-wcwl', 'yith_wcwl_l10n', $yith_wcwl_l10n );
369
- }
370
-
371
- /**
372
- * Add the tab of the plugin to the WooCommerce theme options
373
- *
374
- * @param array $tabs
375
- *
376
- * @return array
377
- * @since 1.0.0
378
- */
379
- public function add_tab_woocommerce( $tabs ) {
380
- $tabs['yith_wcwl'] = $this->tab;
381
-
382
- return $tabs;
383
  }
384
 
385
  /**
@@ -401,183 +265,55 @@ if ( ! class_exists( 'YITH_WCWL_Init' ) ) {
401
  }
402
 
403
  /**
404
- * Update plugin options.
405
  *
406
- * @return void
407
- * @since 1.0.0
408
- */
409
- public function update_options() {
410
- foreach ( $this->options as $option ) {
411
- woocommerce_update_options( $option );
412
- }
413
-
414
- foreach ( $this->colors_options as $name => $option ) {
415
- foreach ( $option as $id => $color ) {
416
- $this->colors_options[$name][$id] = isset( $_POST['yith_wcwl_color_' . $name . '_' . $id] ) && ! empty( $_POST['yith_wcwl_color_' . $name . '_' . $id] ) ? woocommerce_format_hex( $_POST['yith_wcwl_color_' . $name . '_' . $id] ) : '';
417
- }
418
- }
419
-
420
- update_option( 'yith_wcwl_frontend_css_colors', maybe_serialize( $this->colors_options ) );
421
- }
422
-
423
- /**
424
- * Print all plugin options.
425
  *
426
- * @return void
427
- * @since 1.0.0
428
  */
429
- public function print_plugin_options() {
430
- $links = apply_filters( 'yith_wcwl_tab_links', array(
431
- '<a href="#yith_wcwl_general_settings">' . __( 'General Settings', 'yit' ) . '</a>',
432
- '<a href="#yith_wcwl_styles">' . __( 'Styles', 'yit' ) . '</a>',
433
- '<a href="#yith_wcwl_socials_share">' . __( 'Socials &amp; Share', 'yit' ) . '</a>',
434
- ) );
435
 
436
- $this->_printBanner();
 
 
437
 
438
- ?>
439
- <div class="subsubsub_section">
440
- <!--<ul class="subsubsub">
441
- <li>
442
- <?php /*echo implode( ' | </li><li>', $links ) */?>
443
- </li>
444
- </ul>-->
445
- <br class="clear" />
446
- <?php $this->options = apply_filters( 'yith_wcwl_tab_options', $this->options ); ?>
447
- <?php foreach ( $this->options as $id => $tab ) : ?>
448
- <!-- tab #<?php echo $id ?> -->
449
- <div class="section" id="yith_wcwl_<?php echo $id ?>">
450
- <?php woocommerce_admin_fields( $this->options[$id] ) ?>
451
-
452
- <?php if ( $id == 'styles' ) : ?>
453
- <div id="yith_wcwl_styles_colors">
454
- <h3><?php _e( 'Colors', 'yit' ) ?></h3>
455
- <?php $this->_styles_options() ?>
456
- </div>
457
- <?php endif ?>
458
-
459
- </div>
460
- <?php endforeach ?>
461
- </div>
462
- <?php
463
  }
464
 
465
  /**
466
- * Add colors options to the panel.
467
  *
468
- * @return void
469
- * @access private
470
- * @since 1.0.0
 
471
  */
472
- private function _styles_options() {
473
- $colors = maybe_unserialize( get_option( 'yith_wcwl_frontend_css_colors' ) );
474
-
475
- foreach ( $this->colors_options as $color => $attrs ) {
476
- if ( ! isset( $colors[$color] ) ) {
477
- $colors[$color] = $attrs;
478
- }
479
- }
480
-
481
- ?>
482
- <div class="clear"></div><?php
483
-
484
- yith_frontend_css_color_picker( __( '"Add to Wishlist" button background', 'yit' ), 'yith_wcwl_color_add_to_wishlist_background', $colors['add_to_wishlist']['background'] );
485
- yith_frontend_css_color_picker( __( '"Add to Wishlist" button text', 'yit' ), 'yith_wcwl_color_add_to_wishlist_color', $colors['add_to_wishlist']['color'] );
486
- yith_frontend_css_color_picker( __( '"Add to Wishlist" button border', 'yit' ), 'yith_wcwl_color_add_to_wishlist_border_color', $colors['add_to_wishlist']['border_color'] );
487
-
488
- ?>
489
- <div class="clear" style="height:10px;"></div><?php
490
-
491
- // hover
492
- yith_frontend_css_color_picker( __( '"Add to Wishlist" button background (hover)', 'yit' ), 'yith_wcwl_color_add_to_wishlist_hover_background', $colors['add_to_wishlist_hover']['background'] );
493
- yith_frontend_css_color_picker( __( '"Add to Wishlist" button text (hover)', 'yit' ), 'yith_wcwl_color_add_to_wishlist_hover_color', $colors['add_to_wishlist_hover']['color'] );
494
- yith_frontend_css_color_picker( __( '"Add to Wishlist" button border (hover)', 'yit' ), 'yith_wcwl_color_add_to_wishlist_hover_border_color', $colors['add_to_wishlist_hover']['border_color'] );
495
-
496
- ?>
497
- <div class="clear" style="height:30px;"></div><?php
498
-
499
- yith_frontend_css_color_picker( __( '"Add to Cart" button background', 'yit' ), 'yith_wcwl_color_add_to_cart_background', $colors['add_to_cart']['background'] );
500
- yith_frontend_css_color_picker( __( '"Add to Cart" button text', 'yit' ), 'yith_wcwl_color_add_to_cart_color', $colors['add_to_cart']['color'] );
501
- yith_frontend_css_color_picker( __( '"Add to Cart" button border', 'yit' ), 'yith_wcwl_color_add_to_cart_border_color', $colors['add_to_cart']['border_color'] );
502
-
503
- ?>
504
- <div class="clear" style="height:10px;"></div><?php
505
-
506
- // hover
507
- yith_frontend_css_color_picker( __( '"Add to Cart" button background (hover)', 'yit' ), 'yith_wcwl_color_add_to_cart_hover_background', $colors['add_to_cart_hover']['background'] );
508
- yith_frontend_css_color_picker( __( '"Add to Cart" button text (hover)', 'yit' ), 'yith_wcwl_color_add_to_cart_hover_color', $colors['add_to_cart_hover']['color'] );
509
- yith_frontend_css_color_picker( __( '"Add to Cart" button border (hover)', 'yit' ), 'yith_wcwl_color_add_to_cart_hover_border_color', $colors['add_to_cart_hover']['border_color'] );
510
-
511
- ?>
512
- <div class="clear" style="height:30px;"></div><?php
513
 
514
- yith_frontend_css_color_picker( __( 'Wishlist table background', 'yit' ), 'yith_wcwl_color_wishlist_table_background', $colors['wishlist_table']['background'] );
515
- yith_frontend_css_color_picker( __( 'Wishlist table text', 'yit' ), 'yith_wcwl_color_wishlist_table_color', $colors['wishlist_table']['color'] );
516
- yith_frontend_css_color_picker( __( 'Wishlist table border', 'yit' ), 'yith_wcwl_color_wishlist_table_border_color', $colors['wishlist_table']['border_color'] );
517
 
518
- do_action( 'yith_wcwl_admin_color_pickers' );
519
 
520
- ?>
521
- <div class="clear"></div>
522
-
523
- <script type="text/javascript">
524
- jQuery('input#yith_wcwl_frontend_css').on('change',function () {
525
- if (jQuery(this).is(':checked')) {
526
- jQuery('#yith_wcwl_styles_colors').hide();
527
- jQuery('#yith_wcwl_rounded_corners').parents('tr').hide();
528
- jQuery('#yith_wcwl_add_to_wishlist_icon').parents('tr').hide();
529
- jQuery('#yith_wcwl_add_to_cart_icon').parents('tr').hide();
530
- } else {
531
- jQuery('#yith_wcwl_styles_colors').show();
532
- if (jQuery('#yith_wcwl_use_button').is(':checked')) {
533
- jQuery('#yith_wcwl_rounded_corners').parents('tr').show();
534
- jQuery('#yith_wcwl_add_to_wishlist_icon').parents('tr').show();
535
- jQuery('#yith_wcwl_add_to_cart_icon').parents('tr').show();
536
- }
537
  }
538
- }).change();
539
-
540
- jQuery('input#yith_wcwl_use_button').on('change',function () {
541
- if (jQuery(this).is(':checked') && !jQuery('#yith_wcwl_frontend_css').is(':checked')) {
542
- jQuery('#yith_wcwl_rounded_corners').parents('tr').show();
543
- jQuery('#yith_wcwl_add_to_wishlist_icon').parents('tr').show();
544
- jQuery('#yith_wcwl_add_to_cart_icon').parents('tr').show();
545
- } else {
546
- jQuery('#yith_wcwl_rounded_corners').parents('tr').hide();
547
- jQuery('#yith_wcwl_add_to_wishlist_icon').parents('tr').hide();
548
- jQuery('#yith_wcwl_add_to_cart_icon').parents('tr').hide();
549
  }
550
- }).change();
551
- </script>
552
- <?php
553
- }
554
-
555
-
556
- /**
557
- * action_links function.
558
- *
559
- * @access public
560
- *
561
- * @param mixed $links
562
- *
563
- * @return void
564
- */
565
- public function action_links( $links ) {
566
- global $woocommerce;
567
 
568
- if ( version_compare( preg_replace( '/-beta-([0-9]+)/', '', $woocommerce->version ), '2.1', '<' ) ) {
569
- $wc_settings_page = "woocommerce_settings";
570
- }
571
- else {
572
- $wc_settings_page = "wc-settings";
573
  }
574
 
575
- $plugin_links = array(
576
- '<a href="' . admin_url( 'admin.php?page=' . $wc_settings_page . '&tab=yith_wcwl' ) . '">' . __( 'Settings', 'yit' ) . '</a>',
577
- '<a href="' . $this->doc_url . '">' . __( 'Docs', 'yit' ) . '</a>',
578
- );
579
-
580
- return array_merge( $plugin_links, $links );
581
  }
582
 
583
  /**
@@ -602,7 +338,6 @@ if ( ! class_exists( 'YITH_WCWL_Init' ) ) {
602
  );
603
  }
604
 
605
-
606
  /**
607
  * Print the banner
608
  *
@@ -849,17 +584,45 @@ if ( ! class_exists( 'YITH_WCWL_Init' ) ) {
849
  $options['general_settings'] = array();
850
 
851
  if( $is_woocommerce_2_0 ){
852
-
853
  $settings_page = 'WooCommerce &gt; Settings &gt; Pages' ;
854
- }else{
 
855
  $settings_page = 'in this settings page';
856
  }
857
 
858
  $general_settings_start = array(
859
 
860
- array( 'name' => __( 'General Settings', 'yit' ), 'type' => 'title', 'desc' => '', 'id' => 'yith_wcwl_general_settings' ),
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
861
 
862
- array(
863
  'name' => __( 'Enable YITH Wishlist', 'yit' ),
864
  'desc' => sprintf( __( 'Enable all plugin features. <strong>Be sure to select a voice in the wishlist page menu in %s.</strong> Also, please read the plugin <a href="%s" target="_blank">documentation</a>.', 'yit' ), $settings_page, esc_url( $this->doc_url ) ),
865
  'id' => 'yith_wcwl_enabled',
@@ -867,16 +630,8 @@ if ( ! class_exists( 'YITH_WCWL_Init' ) ) {
867
  'default' => 'yes', // for woocommerce >= 2.0
868
  'type' => 'checkbox'
869
  ),
870
- array(
871
- 'name' => __( 'Use cookies', 'yit' ),
872
- 'desc' => __( 'Use cookies instead of sessions. With this feature, the wishlist will be available for each not logged user for 30 days. Use the filter yith_wcwl_cookie_expiration_time to change the expiration time ( needs timestamp ).', 'yit' ),
873
- 'id' => 'yith_wcwl_use_cookie',
874
- 'std' => 'yes', // for woocommerce < 2.0
875
- 'default' => 'yes', // for woocommerce >= 2.0
876
- 'type' => 'checkbox'
877
- ),
878
- array(
879
- 'name' => __( 'Wishlist title', 'yit' ),
880
  'id' => 'yith_wcwl_wishlist_title',
881
  'std' => sprintf( __( 'My wishlist on %s', 'yit' ), get_bloginfo( 'name' ) ), // for woocommerce < 2.0
882
  'default' => sprintf( __( 'My wishlist on %s', 'yit' ), get_bloginfo( 'name' ) ), // for woocommerce >= 2.0
@@ -885,9 +640,8 @@ if ( ! class_exists( 'YITH_WCWL_Init' ) ) {
885
  )
886
  );
887
 
888
-
889
  $general_settings_end = array(
890
- array(
891
  'name' => __( 'Position', 'yit' ),
892
  'desc' => __( 'On variable products you can add it only After "Add to Cart" or use the shortcode [yith_wcwl_add_to_wishlist].', 'yit' ),
893
  'id' => 'yith_wcwl_button_position',
@@ -902,7 +656,7 @@ if ( ! class_exists( 'YITH_WCWL_Init' ) ) {
902
  ),
903
  'desc_tip' => true
904
  ),
905
- array(
906
  'name' => __( 'Redirect to cart', 'yit' ),
907
  'desc' => __( 'Redirect to cart page if "Add to cart" button is clicked in the wishlist page.', 'yit' ),
908
  'id' => 'yith_wcwl_redirect_cart',
@@ -910,7 +664,7 @@ if ( ! class_exists( 'YITH_WCWL_Init' ) ) {
910
  'default' => 'no', // for woocommerce >= 2.0
911
  'type' => 'checkbox'
912
  ),
913
- array(
914
  'name' => __( 'Remove if added to the cart', 'yit' ),
915
  'desc' => __( 'Remove the product from the wishlist if is been added to the cart.', 'yit' ),
916
  'id' => 'yith_wcwl_remove_after_add_to_cart',
@@ -918,7 +672,7 @@ if ( ! class_exists( 'YITH_WCWL_Init' ) ) {
918
  'default' => 'yes', // for woocommerce >= 2.0
919
  'type' => 'checkbox'
920
  ),
921
- array(
922
  'name' => __( '"Add to Wishlist" text', 'yit' ),
923
  'id' => 'yith_wcwl_add_to_wishlist_text',
924
  'std' => __( 'Add to Wishlist', 'yit' ), // for woocommerce < 2.0
@@ -926,7 +680,7 @@ if ( ! class_exists( 'YITH_WCWL_Init' ) ) {
926
  'type' => 'text',
927
  'css' => 'min-width:300px;',
928
  ),
929
- array(
930
  'name' => __( '"Add to Cart" text', 'yit' ),
931
  'id' => 'yith_wcwl_add_to_cart_text',
932
  'std' => __( 'Add to Cart', 'yit' ), // for woocommerce < 2.0
@@ -934,24 +688,27 @@ if ( ! class_exists( 'YITH_WCWL_Init' ) ) {
934
  'type' => 'text',
935
  'css' => 'min-width:300px;',
936
  ),
937
- array(
938
  'name' => __( 'Show Unit price', 'yit' ),
 
939
  'id' => 'yith_wcwl_price_show',
940
  'std' => 'yes', // for woocommerce < 2.0
941
  'default' => 'yes', // for woocommerce >= 2.0
942
  'type' => 'checkbox',
943
  'css' => 'min-width:300px;',
944
  ),
945
- array(
946
  'name' => __( 'Show "Add to Cart" button', 'yit' ),
 
947
  'id' => 'yith_wcwl_add_to_cart_show',
948
  'std' => 'yes', // for woocommerce < 2.0
949
  'default' => 'yes', // for woocommerce >= 2.0
950
  'type' => 'checkbox',
951
  'css' => 'min-width:300px;',
952
  ),
953
- array(
954
  'name' => __( 'Show Stock status', 'yit' ),
 
955
  'id' => 'yith_wcwl_stock_show',
956
  'std' => 'yes', // for woocommerce < 2.0
957
  'default' => 'yes', // for woocommerce >= 2.0
@@ -959,13 +716,28 @@ if ( ! class_exists( 'YITH_WCWL_Init' ) ) {
959
  'css' => 'min-width:300px;',
960
  ),
961
 
962
- array( 'type' => 'sectionend', 'id' => 'yith_wcwl_general_settings' )
 
 
 
963
  );
964
 
 
 
 
 
 
 
 
965
  $options['styles'] = array(
966
- array( 'name' => __( 'Styles', 'yit' ), 'type' => 'title', 'desc' => '', 'id' => 'yith_wcwl_styles' ),
 
 
 
 
 
967
 
968
- array(
969
  'name' => __( 'Use buttons', 'yit' ),
970
  'desc' => __( 'Use buttons instead of a simple anchors.', 'yit' ),
971
  'id' => 'yith_wcwl_use_button',
@@ -973,7 +745,7 @@ if ( ! class_exists( 'YITH_WCWL_Init' ) ) {
973
  'default' => 'no', // for woocommerce >= 2.0
974
  'type' => 'checkbox'
975
  ),
976
- array(
977
  'name' => __( 'Custom CSS', 'yit' ),
978
  'id' => 'yith_wcwl_custom_css',
979
  'css' => 'width:100%; height: 75px;',
@@ -981,7 +753,7 @@ if ( ! class_exists( 'YITH_WCWL_Init' ) ) {
981
  'default' => '', // for woocommerce >= 2.0
982
  'type' => 'textarea'
983
  ),
984
- array(
985
  'name' => __( 'Use theme style', 'yit' ),
986
  'desc' => __( 'Use the theme style.', 'yit' ),
987
  'id' => 'yith_wcwl_frontend_css',
@@ -989,15 +761,15 @@ if ( ! class_exists( 'YITH_WCWL_Init' ) ) {
989
  'default' => 'yes', // for woocommerce >= 2.0
990
  'type' => 'checkbox'
991
  ),
992
- array(
993
- 'name' => __( 'Buttons rounded corners', 'yit' ),
994
  'desc' => __( 'Make buttons corner rounded', 'yit' ),
995
  'id' => 'yith_wcwl_rounded_corners',
996
  'std' => 'yes', // for woocommerce < 2.0
997
  'default' => 'yes', // for woocommerce >= 2.0
998
  'type' => 'checkbox'
999
  ),
1000
- array(
1001
  'name' => __( '"Add to Wishlist" icon', 'yit' ),
1002
  'desc' => __( 'Add an icon to the "Add to Wishlist" button', 'yit' ),
1003
  'id' => 'yith_wcwl_add_to_wishlist_icon',
@@ -1009,7 +781,7 @@ if ( ! class_exists( 'YITH_WCWL_Init' ) ) {
1009
  'desc_tip' => true,
1010
  'options' => array( 'none' => 'None' ) + $icons
1011
  ),
1012
- array(
1013
  'name' => __( '"Add to Cart" icon', 'yit' ),
1014
  'desc' => __( 'Add an icon to the "Add to Cart" button', 'yit' ),
1015
  'id' => 'yith_wcwl_add_to_cart_icon',
@@ -1022,57 +794,70 @@ if ( ! class_exists( 'YITH_WCWL_Init' ) ) {
1022
  'options' => array( 'none' => 'None' ) + $icons
1023
  ),
1024
 
1025
- array( 'type' => 'sectionend', 'id' => 'yith_wcwl_styles' )
 
 
 
1026
  );
1027
 
1028
  $options['socials_share'] = array(
1029
- array( 'name' => __( 'Socials &amp; Share', 'yit' ), 'type' => 'title', 'desc' => '', 'id' => 'yith_wcwl_socials_share' ),
 
 
 
 
 
1030
 
1031
- array(
1032
  'name' => __( 'Share on Facebook', 'yit' ),
 
1033
  'id' => 'yith_wcwl_share_fb',
1034
  'std' => 'yes', // for woocommerce < 2.0
1035
  'default' => 'yes', // for woocommerce >= 2.0
1036
  'type' => 'checkbox'
1037
  ),
1038
- array(
1039
  'name' => __( 'Tweet on Twitter', 'yit' ),
 
1040
  'id' => 'yith_wcwl_share_twitter',
1041
  'std' => 'yes', // for woocommerce < 2.0
1042
  'default' => 'yes', // for woocommerce >= 2.0
1043
  'type' => 'checkbox'
1044
  ),
1045
- array(
1046
  'name' => __( 'Pin on Pinterest', 'yit' ),
 
1047
  'id' => 'yith_wcwl_share_pinterest',
1048
  'std' => 'yes', // for woocommerce < 2.0
1049
  'default' => 'yes', // for woocommerce >= 2.0
1050
  'type' => 'checkbox'
1051
  ),
1052
- array(
1053
  'name' => __( 'Share on Google+', 'yit' ),
 
1054
  'id' => 'yith_wcwl_share_googleplus',
1055
  'std' => 'yes', // for woocommerce < 2.0
1056
  'default' => 'yes', // for woocommerce >= 2.0
1057
  'type' => 'checkbox'
1058
  ),
1059
- array(
1060
  'name' => __( 'Share by Email', 'yit' ),
 
1061
  'id' => 'yith_wcwl_share_email',
1062
  'std' => 'yes', // for woocommerce < 2.0
1063
  'default' => 'yes', // for woocommerce >= 2.0
1064
  'type' => 'checkbox'
1065
  ),
1066
- array(
1067
- 'name' => __( 'Socials title', 'yit' ),
1068
  'id' => 'yith_wcwl_socials_title',
1069
  'std' => sprintf( __( 'My wishlist on %s', 'yit' ), get_bloginfo( 'name' ) ), // for woocommerce < 2.0
1070
  'default' => sprintf( __( 'My wishlist on %s', 'yit' ), get_bloginfo( 'name' ) ), // for woocommerce >= 2.0
1071
  'type' => 'text',
1072
  'css' => 'min-width:300px;',
1073
  ),
1074
- array(
1075
- 'name' => __( 'Socials text', 'yit' ),
1076
  'desc' => __( 'Will be used by Facebook, Twitter and Pinterest. Use <strong>%wishlist_url%</strong> where you want the URL of your wishlist to appear.', 'yit' ),
1077
  'id' => 'yith_wcwl_socials_text',
1078
  'css' => 'width:100%; height: 75px;',
@@ -1080,8 +865,8 @@ if ( ! class_exists( 'YITH_WCWL_Init' ) ) {
1080
  'default' => '', // for woocommerce >= 2.0
1081
  'type' => 'textarea'
1082
  ),
1083
- array(
1084
- 'name' => __( 'Socials image URL', 'yit' ),
1085
  'id' => 'yith_wcwl_socials_image_url',
1086
  'std' => '', // for woocommerce < 2.0
1087
  'default' => '', // for woocommerce >= 2.0
@@ -1089,19 +874,275 @@ if ( ! class_exists( 'YITH_WCWL_Init' ) ) {
1089
  'css' => 'min-width:300px;',
1090
  ),
1091
 
1092
- array( 'type' => 'sectionend', 'id' => 'yith_wcwl_styles' )
 
 
 
1093
  );
1094
 
1095
- if( $is_woocommerce_2_0 ) {
 
1096
 
1097
- $options['general_settings'] = array_merge( $general_settings_start, $general_settings_end );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1098
 
1099
- }else{
 
 
 
 
1100
 
1101
- $options['general_settings'] = array_merge( $general_settings_start, array( $this->get_wcwl_page_option() ), $general_settings_end );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1102
  }
 
 
 
 
 
 
 
 
 
 
 
1103
 
1104
- return $options;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1105
  }
1106
  }
 
 
 
 
 
 
 
 
 
 
1107
  }
1
  <?php
2
  /**
3
+ * Admin init class
4
  *
5
  * @author Your Inspiration Themes
6
  * @package YITH WooCommerce Wishlist
7
+ * @version 2.0.0
8
  */
9
 
10
  if ( ! defined( 'YITH_WCWL' ) ) {
11
  exit;
12
  } // Exit if accessed directly
13
 
14
+ if ( ! class_exists( 'YITH_WCWL_Admin_Init' ) ) {
15
  /**
16
+ * Initiator class. Create and populate admin views.
17
  *
18
  * @since 1.0.0
19
  */
20
+ class YITH_WCWL_Admin_Init {
21
+
22
+ /**
23
+ * Single instance of the class
24
+ *
25
+ * @var \YITH_WCWL_Admin_Init
26
+ * @since 2.0.0
27
+ */
28
+ protected static $instance;
29
+
30
  /**
31
  * Plugin version
32
  *
33
  * @var string
34
  * @since 1.0.0
35
  */
36
+ public $version = '2.0.0';
37
 
38
  /**
39
  * Plugin database version
41
  * @var string
42
  * @since 1.0.0
43
  */
44
+ public $db_version = '2.0.0';
45
+
46
+ /**
47
+ * Wishlist panel
48
+ *
49
+ * @var string Panel hookname
50
+ * @since 2.0.0
51
+ */
52
+ protected $_panel = null;
53
 
54
  /**
55
  * Tab name
60
  public $tab;
61
 
62
  /**
63
+ * Various links
64
  *
65
+ * @var string
66
+ * @access public
67
  * @since 1.0.0
68
  */
69
+ public $banner_url = 'http://cdn.yithemes.com/plugins/yith_wishlist.php?url';
70
+ public $banner_img = 'http://cdn.yithemes.com/plugins/yith_wishlist.php';
71
+ public $doc_url = 'http://yithemes.com/docs-plugins/yith-woocommerce-wishlist/';
72
+ public $premium_landing_url = 'http://yithemes.com/themes/plugins/yith-woocommerce-wishlist/';
73
 
74
  /**
75
+ * Plugin options
76
  *
77
  * @var array
78
  * @since 1.0.0
79
  */
80
+ public $options;
81
 
82
  /**
83
+ * List of available tab for wishlist panel
84
  *
85
  * @var array
86
+ * @access public
87
+ * @since 2.0.0
88
  */
89
+ public $available_tabs = array();
90
 
91
  /**
92
+ * Default tab to show when no selected
93
  *
94
  * @var string
95
  * @access public
96
+ * @since 2.0.0
97
  */
98
+ public $default_tab = 'settings';
 
 
99
 
100
  /**
101
+ * Returns single instance of the class
102
  *
103
+ * @return \YITH_WCWL_Admin_Init
104
+ * @since 2.0.0
 
105
  */
106
+ public static function get_instance(){
107
+ if( is_null( self::$instance ) ){
108
+ self::$instance = new self();
109
+ }
110
 
111
+ return self::$instance;
112
+ }
 
 
 
 
 
 
113
 
114
  /**
115
+ * Constructor of the class
116
  *
117
+ * @return \YITH_WCWL_Admin_Init
118
+ * @since 2.0.0
119
  */
120
+ public function __construct(){
121
  define( 'YITH_WCWL_VERSION', $this->version );
122
  define( 'YITH_WCWL_DB_VERSION', $this->db_version );
123
 
124
+ // init premium features for admin panel
125
+ if( function_exists( 'YITH_WCWL_Admin_Premium' ) ){
126
+ YITH_WCWL_Admin_Premium();
127
+ }
128
+
129
  /**
130
  * Support to WC 2.0.x
131
  */
132
  global $woocommerce;
 
133
  $is_woocommerce_2_0 = version_compare( preg_replace( '/-beta-([0-9]+)/', '', $woocommerce->version ), '2.1', '<' );
134
 
 
135
  $this->options = $this->_plugin_options();
136
 
137
+ if ( ! defined( 'DOING_AJAX' ) ) {
 
 
 
 
 
 
 
138
  $this->install();
139
  }
140
 
 
 
141
  add_action( 'init', array( $this, 'init' ), 0 );
142
+ add_action( 'admin_enqueue_scripts', array( $this, 'enqueue' ), 20 );
143
+ add_filter( 'plugin_action_links_' . plugin_basename( YITH_WCWL_DIR . 'init.php' ), array( $this, 'action_links' ) );
144
+ add_filter( 'plugin_row_meta', array( $this, 'add_plugin_meta' ), 10, 2 );
 
 
 
145
 
146
  if( $is_woocommerce_2_0 ) {
147
  add_filter( 'woocommerce_page_settings', array( $this, 'add_page_setting_woocommerce' ) );
148
  }
149
 
150
+ // saves panel options
151
+ add_action( 'woocommerce_update_option_yith_wcwl_color_panel', array( $this, 'update_color_options' ) );
 
 
 
152
 
153
+ // handles custom wc option type
154
+ add_action( 'woocommerce_admin_field_yith_wcwl_color_panel', array( $this, 'print_color_panel' ) );
155
+
156
+ // register wishlist panel
157
+ add_action( 'admin_menu', array( $this, 'register_panel' ), 5 );
158
+ add_action( 'yith_wcwl_premium_tab', array( $this, 'print_premium_tab' ) );
159
+
160
+ // register pointer methods
161
+ add_action( 'admin_init', array( $this, 'register_pointer' ) );
162
 
163
  //Apply filters
164
  $this->banner_url = apply_filters( 'yith_wcmg_banner_url', $this->banner_url );
165
  }
166
 
167
+ /* === INITIALIZATION SECTION === */
168
+
169
  /**
170
  * Initiator method. Initiate properties.
171
  *
174
  * @since 1.0.0
175
  */
176
  public function init() {
177
+ $this->tab = __( 'Wishlist', 'yit' );
178
+ $this->available_tabs = apply_filters( 'yith_wcwl_available_admin_tabs', array(
179
+ 'settings' => __( 'Settings', 'yit' ),
180
+ 'colors' => __( 'Colors', 'yit' ),
181
+ 'premium' => __( 'Premium Version', 'yit' )
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
182
  ) );
183
+ $this->default_tab = apply_filters( 'yith_wcwl_default_admin_tab', $this->default_tab );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
184
 
185
  wp_register_style( 'yith-wcwl-admin', YITH_WCWL_URL . 'assets/css/admin.css' );
186
  }
187
 
 
 
 
 
 
 
 
 
 
 
188
  /**
189
  * Run the installation
190
  *
192
  * @since 1.0.0
193
  */
194
  public function install() {
195
+ $stored_db_version = get_option( 'yith_wcwl_db_version' );
196
+
197
+ if( $stored_db_version == '1.0.0' ){
198
+ add_action( 'init', array( YITH_WCWL_Install(), 'update' ) );
199
+ YITH_WCWL_Install()->default_options( $this->options );
200
 
201
  // Plugin installed
202
  do_action( 'yith_wcwl_installed' );
203
+ do_action( 'yith_wcwl_updated' );
204
  }
205
+ elseif ( $this->db_version != $stored_db_version || ! YITH_WCWL_Install()->is_installed() ) {
206
+ add_action( 'init', array( YITH_WCWL_Install(), 'init' ) );
207
+ YITH_WCWL_Install()->default_options( $this->options );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
208
 
209
+ // Plugin installed
210
+ do_action( 'yith_wcwl_installed' );
 
 
 
 
211
  }
 
 
212
  }
213
 
214
  /**
215
+ * Update plugin color options.
216
  *
217
  * @return void
218
  * @since 1.0.0
219
  */
220
+ public function update_color_options() {
221
+ global $pagenow;
 
 
 
222
 
223
+ $colors_options = array();
 
 
 
 
 
 
 
 
 
 
224
 
225
+ foreach ( YITH_WCWL_Init()->colors_options as $name => $option ) {
226
+ foreach ( $option as $id => $color ) {
227
+ $default_value = isset( $colors_options[$name][$id] ) ? $colors_options[$name][$id] : '';
228
+ $colors_options[$name][$id] = isset( $_POST['yith_wcwl_color_' . $name . '_' . $id] ) && ! empty( $_POST['yith_wcwl_color_' . $name . '_' . $id] ) ? woocommerce_format_hex( $_POST['yith_wcwl_color_' . $name . '_' . $id] ) : $default_value;
 
 
 
 
 
 
 
 
 
 
229
  }
230
  }
231
 
232
+ update_option( 'yith_wcwl_frontend_css_colors', maybe_serialize( $colors_options ) );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
233
  }
234
 
235
  /**
236
+ * Print color panel.
237
  *
238
  * @return void
239
  * @since 1.0.0
240
  */
241
+ public function print_color_panel() {
242
+ ?>
243
+ <div id="yith_wcwl_styles_colors">
244
+ <h3><?php _e( 'Colors', 'yit' ) ?></h3>
245
+ <?php $this->_styles_options() ?>
246
+ </div> <?php
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
247
  }
248
 
249
  /**
265
  }
266
 
267
  /**
268
+ * action_links function.
269
  *
270
+ * @access public
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
271
  *
272
+ * @param mixed $links
273
+ * @return array
274
  */
275
+ public function action_links( $links ) {
276
+ $plugin_links = array(
277
+ '<a href="' . admin_url( 'admin.php?page=yith_wcwl_panel&tab=settings' ) . '">' . __( 'Settings', 'yit' ) . '</a>'
278
+ );
 
 
279
 
280
+ if( ! function_exists( 'YITH_WCWL_Premium' ) ){
281
+ $plugin_links[] = '<a target="_blank" href="' . $this->premium_landing_url . '">' . __( 'Premium Version', 'yit' ) . '</a>';
282
+ }
283
 
284
+ return array_merge( $links, $plugin_links );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
285
  }
286
 
287
  /**
288
+ * Adds plugin row meta
289
  *
290
+ * @param $plugin_meta array
291
+ * @param $plugin_file string
292
+ * @return array
293
+ * @since 2.0.0
294
  */
295
+ public function add_plugin_meta( $plugin_meta, $plugin_file ){
296
+ global $woocommerce;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
297
 
298
+ if ( $plugin_file == plugin_basename( YITH_WCWL_DIR . 'init.php' ) ) {
 
 
299
 
300
+ // outdated wc alert
301
 
302
+ if( version_compare( preg_replace( '/-beta-([0-9]+)/', '', $woocommerce->version ), '2.2', '<' ) ){
303
+ $woocommerce_file = $woocommerce->plugin_path;
304
+ if ( ! is_multisite() && current_user_can( 'delete_plugins' ) ) {
305
+ $plugin_meta['outdated_wc_alert'] = '<a class="outdated-wc-alert" style="color: red" href="' . wp_nonce_url( self_admin_url( 'update.php?action=upgrade-plugin&plugin=' ) . $woocommerce_file, 'upgrade-plugin_' . $woocommerce_file ) . '">' . __( 'WARNING: This plugin requires at least WooCommerce 2.2! Plase, use this link to update it.', 'yit' ) . '</a>';
 
 
 
 
 
 
 
 
 
 
 
 
 
306
  }
307
+ else{
308
+ $plugin_meta['outdated_wc_alert'] = '<span class="outdated-wc-alert" style="color: red">' . __( 'WARNING: This plugin requires at least WooCommerce 2.2!', 'yit' ) . '</span>';
 
 
 
 
 
 
 
 
 
309
  }
310
+ }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
311
 
312
+ // documentation link
313
+ $plugin_meta['documentation'] = '<a target="_blank" href="' . $this->doc_url . '">' . __( 'Plugin Documentation', 'yit' ) . '</a>';
 
 
 
314
  }
315
 
316
+ return $plugin_meta;
 
 
 
 
 
317
  }
318
 
319
  /**
338
  );
339
  }
340
 
 
341
  /**
342
  * Print the banner
343
  *
584
  $options['general_settings'] = array();
585
 
586
  if( $is_woocommerce_2_0 ){
 
587
  $settings_page = 'WooCommerce &gt; Settings &gt; Pages' ;
588
+ }
589
+ else{
590
  $settings_page = 'in this settings page';
591
  }
592
 
593
  $general_settings_start = array(
594
 
595
+ 'section_general_settings_videobox' => array(
596
+ 'name' => __( 'Upgrade to the PREMIUM VERSION', 'yit' ),
597
+ 'type' => 'videobox',
598
+ 'default' => array(
599
+ 'plugin_name' => __( 'YITH WooCommerce Wishlist', 'yit' ),
600
+ 'title_first_column' => __( 'Discover the Advanced Features', 'yit' ),
601
+ 'description_first_column' => __( 'Upgrade to the PREMIUM VERSION
602
+ of YITH WOOCOMMERCE WISHLIST to benefit from all features!', 'yit' ),
603
+ 'video' => array(
604
+ 'video_id' => '118797844',
605
+ 'video_image_url' => YITH_WCWL_URL . '/assets/images/video-thumb.jpg',
606
+ 'video_description' => '',
607
+ ),
608
+ 'title_second_column' => __( 'Get Support and Pro Features', 'yit' ),
609
+ 'description_second_column' => __( 'By purchasing the premium version of the plugin, you will take advantage of the advanced features of the product and you will get one year of free updates and support through our platform available 24h/24.', 'yit' ),
610
+ 'button' => array(
611
+ 'href' => 'http://yithemes.com/themes/plugins/yith-woocommerce-wishlist/',
612
+ 'title' => 'Get Support and Pro Features'
613
+ )
614
+ ),
615
+ 'id' => 'yith_wcwl_general_videobox'
616
+ ),
617
+
618
+ 'general_section_start' => array(
619
+ 'name' => __( 'General Settings', 'yit' ),
620
+ 'type' => 'title',
621
+ 'desc' => '',
622
+ 'id' => 'yith_wcwl_general_settings'
623
+ ),
624
 
625
+ 'wishlist_enable' => array(
626
  'name' => __( 'Enable YITH Wishlist', 'yit' ),
627
  'desc' => sprintf( __( 'Enable all plugin features. <strong>Be sure to select a voice in the wishlist page menu in %s.</strong> Also, please read the plugin <a href="%s" target="_blank">documentation</a>.', 'yit' ), $settings_page, esc_url( $this->doc_url ) ),
628
  'id' => 'yith_wcwl_enabled',
630
  'default' => 'yes', // for woocommerce >= 2.0
631
  'type' => 'checkbox'
632
  ),
633
+ 'default_wishlist_title' => array(
634
+ 'name' => __( 'Default wishlist title', 'yit' ),
 
 
 
 
 
 
 
 
635
  'id' => 'yith_wcwl_wishlist_title',
636
  'std' => sprintf( __( 'My wishlist on %s', 'yit' ), get_bloginfo( 'name' ) ), // for woocommerce < 2.0
637
  'default' => sprintf( __( 'My wishlist on %s', 'yit' ), get_bloginfo( 'name' ) ), // for woocommerce >= 2.0
640
  )
641
  );
642
 
 
643
  $general_settings_end = array(
644
+ 'add_to_wishlist_position' => array(
645
  'name' => __( 'Position', 'yit' ),
646
  'desc' => __( 'On variable products you can add it only After "Add to Cart" or use the shortcode [yith_wcwl_add_to_wishlist].', 'yit' ),
647
  'id' => 'yith_wcwl_button_position',
656
  ),
657
  'desc_tip' => true
658
  ),
659
+ 'redirect_to_cart' => array(
660
  'name' => __( 'Redirect to cart', 'yit' ),
661
  'desc' => __( 'Redirect to cart page if "Add to cart" button is clicked in the wishlist page.', 'yit' ),
662
  'id' => 'yith_wcwl_redirect_cart',
664
  'default' => 'no', // for woocommerce >= 2.0
665
  'type' => 'checkbox'
666
  ),
667
+ 'remove_after_add_to_cart' => array(
668
  'name' => __( 'Remove if added to the cart', 'yit' ),
669
  'desc' => __( 'Remove the product from the wishlist if is been added to the cart.', 'yit' ),
670
  'id' => 'yith_wcwl_remove_after_add_to_cart',
672
  'default' => 'yes', // for woocommerce >= 2.0
673
  'type' => 'checkbox'
674
  ),
675
+ 'add_to_wishlist_text' => array(
676
  'name' => __( '"Add to Wishlist" text', 'yit' ),
677
  'id' => 'yith_wcwl_add_to_wishlist_text',
678
  'std' => __( 'Add to Wishlist', 'yit' ), // for woocommerce < 2.0
680
  'type' => 'text',
681
  'css' => 'min-width:300px;',
682
  ),
683
+ 'add_to_cart_text' => array(
684
  'name' => __( '"Add to Cart" text', 'yit' ),
685
  'id' => 'yith_wcwl_add_to_cart_text',
686
  'std' => __( 'Add to Cart', 'yit' ), // for woocommerce < 2.0
688
  'type' => 'text',
689
  'css' => 'min-width:300px;',
690
  ),
691
+ 'show_unit_price' => array(
692
  'name' => __( 'Show Unit price', 'yit' ),
693
+ 'desc' => __( 'Show unit price for each product in wishlist', 'yit' ),
694
  'id' => 'yith_wcwl_price_show',
695
  'std' => 'yes', // for woocommerce < 2.0
696
  'default' => 'yes', // for woocommerce >= 2.0
697
  'type' => 'checkbox',
698
  'css' => 'min-width:300px;',
699
  ),
700
+ 'show_add_to_cart' => array(
701
  'name' => __( 'Show "Add to Cart" button', 'yit' ),
702
+ 'desc' => __( 'Show "Add to cart" button for each product in wishlist', 'yit' ),
703
  'id' => 'yith_wcwl_add_to_cart_show',
704
  'std' => 'yes', // for woocommerce < 2.0
705
  'default' => 'yes', // for woocommerce >= 2.0
706
  'type' => 'checkbox',
707
  'css' => 'min-width:300px;',
708
  ),
709
+ 'show_stock_status' => array(
710
  'name' => __( 'Show Stock status', 'yit' ),
711
+ 'desc' => __( 'Show "In stock" or "Out of stock" label for each product in wishlist', 'yit' ),
712
  'id' => 'yith_wcwl_stock_show',
713
  'std' => 'yes', // for woocommerce < 2.0
714
  'default' => 'yes', // for woocommerce >= 2.0
716
  'css' => 'min-width:300px;',
717
  ),
718
 
719
+ 'general_section_end' => array(
720
+ 'type' => 'sectionend',
721
+ 'id' => 'yith_wcwl_general_settings'
722
+ )
723
  );
724
 
725
+ if( $is_woocommerce_2_0 ) {
726
+ $options['general_settings'] = array_merge( $general_settings_start, $general_settings_end );
727
+ }
728
+ else{
729
+ $options['general_settings'] = array_merge( $general_settings_start, array( $this->get_wcwl_page_option() ), $general_settings_end );
730
+ }
731
+
732
  $options['styles'] = array(
733
+ 'styles_section_start' => array(
734
+ 'name' => __( 'Styles', 'yit' ),
735
+ 'type' => 'title',
736
+ 'desc' => '',
737
+ 'id' => 'yith_wcwl_styles'
738
+ ),
739
 
740
+ 'use_buttons' => array(
741
  'name' => __( 'Use buttons', 'yit' ),
742
  'desc' => __( 'Use buttons instead of a simple anchors.', 'yit' ),
743
  'id' => 'yith_wcwl_use_button',
745
  'default' => 'no', // for woocommerce >= 2.0
746
  'type' => 'checkbox'
747
  ),
748
+ 'custom_css' => array(
749
  'name' => __( 'Custom CSS', 'yit' ),
750
  'id' => 'yith_wcwl_custom_css',
751
  'css' => 'width:100%; height: 75px;',
753
  'default' => '', // for woocommerce >= 2.0
754
  'type' => 'textarea'
755
  ),
756
+ 'use_theme_style' => array(
757
  'name' => __( 'Use theme style', 'yit' ),
758
  'desc' => __( 'Use the theme style.', 'yit' ),
759
  'id' => 'yith_wcwl_frontend_css',
761
  'default' => 'yes', // for woocommerce >= 2.0
762
  'type' => 'checkbox'
763
  ),
764
+ 'rounded_buttons' => array(
765
+ 'name' => __( 'Button rounded corners', 'yit' ),
766
  'desc' => __( 'Make buttons corner rounded', 'yit' ),
767
  'id' => 'yith_wcwl_rounded_corners',
768
  'std' => 'yes', // for woocommerce < 2.0
769
  'default' => 'yes', // for woocommerce >= 2.0
770
  'type' => 'checkbox'
771
  ),
772
+ 'add_to_wishlist_icon' => array(
773
  'name' => __( '"Add to Wishlist" icon', 'yit' ),
774
  'desc' => __( 'Add an icon to the "Add to Wishlist" button', 'yit' ),
775
  'id' => 'yith_wcwl_add_to_wishlist_icon',
781
  'desc_tip' => true,
782
  'options' => array( 'none' => 'None' ) + $icons
783
  ),
784
+ 'add_to_cart_icon' => array(
785
  'name' => __( '"Add to Cart" icon', 'yit' ),
786
  'desc' => __( 'Add an icon to the "Add to Cart" button', 'yit' ),
787
  'id' => 'yith_wcwl_add_to_cart_icon',
794
  'options' => array( 'none' => 'None' ) + $icons
795
  ),
796
 
797
+ 'styles_section_end' => array(
798
+ 'type' => 'sectionend',
799
+ 'id' => 'yith_wcwl_styles'
800
+ )
801
  );
802
 
803
  $options['socials_share'] = array(
804
+ 'socials_section_start' => array(
805
+ 'name' => __( 'Socials &amp; Share', 'yit' ),
806
+ 'type' => 'title',
807
+ 'desc' => '',
808
+ 'id' => 'yith_wcwl_socials_share'
809
+ ),
810
 
811
+ 'share_on_facebook' => array(
812
  'name' => __( 'Share on Facebook', 'yit' ),
813
+ 'desc' => __( 'Show "Share on Facebook" button', 'yit' ),
814
  'id' => 'yith_wcwl_share_fb',
815
  'std' => 'yes', // for woocommerce < 2.0
816
  'default' => 'yes', // for woocommerce >= 2.0
817
  'type' => 'checkbox'
818
  ),
819
+ 'share_on_twitter' => array(
820
  'name' => __( 'Tweet on Twitter', 'yit' ),
821
+ 'desc' => __( 'Show "Tweet on Twitter" button', 'yit' ),
822
  'id' => 'yith_wcwl_share_twitter',
823
  'std' => 'yes', // for woocommerce < 2.0
824
  'default' => 'yes', // for woocommerce >= 2.0
825
  'type' => 'checkbox'
826
  ),
827
+ 'share_on_pinterest' => array(
828
  'name' => __( 'Pin on Pinterest', 'yit' ),
829
+ 'desc' => __( 'Show "Pin on Pinterest" button', 'yit' ),
830
  'id' => 'yith_wcwl_share_pinterest',
831
  'std' => 'yes', // for woocommerce < 2.0
832
  'default' => 'yes', // for woocommerce >= 2.0
833
  'type' => 'checkbox'
834
  ),
835
+ 'share_on_googleplus' => array(
836
  'name' => __( 'Share on Google+', 'yit' ),
837
+ 'desc' => __( 'Show "Share on Facebook" button', 'yit' ),
838
  'id' => 'yith_wcwl_share_googleplus',
839
  'std' => 'yes', // for woocommerce < 2.0
840
  'default' => 'yes', // for woocommerce >= 2.0
841
  'type' => 'checkbox'
842
  ),
843
+ 'share_by_email' => array(
844
  'name' => __( 'Share by Email', 'yit' ),
845
+ 'desc' => __( 'Show "Share by Email" button', 'yit' ),
846
  'id' => 'yith_wcwl_share_email',
847
  'std' => 'yes', // for woocommerce < 2.0
848
  'default' => 'yes', // for woocommerce >= 2.0
849
  'type' => 'checkbox'
850
  ),
851
+ 'socials_title' => array(
852
+ 'name' => __( 'Social title', 'yit' ),
853
  'id' => 'yith_wcwl_socials_title',
854
  'std' => sprintf( __( 'My wishlist on %s', 'yit' ), get_bloginfo( 'name' ) ), // for woocommerce < 2.0
855
  'default' => sprintf( __( 'My wishlist on %s', 'yit' ), get_bloginfo( 'name' ) ), // for woocommerce >= 2.0
856
  'type' => 'text',
857
  'css' => 'min-width:300px;',
858
  ),
859
+ 'socials_text' => array(
860
+ 'name' => __( 'Social text', 'yit' ),
861
  'desc' => __( 'Will be used by Facebook, Twitter and Pinterest. Use <strong>%wishlist_url%</strong> where you want the URL of your wishlist to appear.', 'yit' ),
862
  'id' => 'yith_wcwl_socials_text',
863
  'css' => 'width:100%; height: 75px;',
865
  'default' => '', // for woocommerce >= 2.0
866
  'type' => 'textarea'
867
  ),
868
+ 'socials_image' => array(
869
+ 'name' => __( 'Social image URL', 'yit' ),
870
  'id' => 'yith_wcwl_socials_image_url',
871
  'std' => '', // for woocommerce < 2.0
872
  'default' => '', // for woocommerce >= 2.0
874
  'css' => 'min-width:300px;',
875
  ),
876
 
877
+ 'socials_section_end' => array(
878
+ 'type' => 'sectionend',
879
+ 'id' => 'yith_wcwl_styles'
880
+ )
881
  );
882
 
883
+ return apply_filters( 'yith_wcwl_admin_options', $options );
884
+ }
885
 
886
+ /**
887
+ * Add colors options to the panel.
888
+ *
889
+ * @return void
890
+ * @access private
891
+ * @since 1.0.0
892
+ */
893
+ private function _styles_options() {
894
+ $colors = maybe_unserialize( get_option( 'yith_wcwl_frontend_css_colors' ) );
895
+
896
+ foreach ( YITH_WCWL_Init()->colors_options as $color => $attrs ) {
897
+ if ( ! isset( $colors[$color] ) ) {
898
+ $colors[$color] = $attrs;
899
+ }
900
+ }
901
 
902
+ ?>
903
+ <div class="color-panel">
904
+ <div class="clear"></div>
905
+ <h4><?php _e( '"Add to wishlist" button', 'yit' ) ?></h4>
906
+ <?php
907
 
908
+ yith_frontend_css_color_picker( __( 'Background', 'yit' ), 'yith_wcwl_color_add_to_wishlist_background', $colors['add_to_wishlist']['background'] );
909
+ yith_frontend_css_color_picker( __( 'Text', 'yit' ), 'yith_wcwl_color_add_to_wishlist_color', $colors['add_to_wishlist']['color'] );
910
+ yith_frontend_css_color_picker( __( 'Border', 'yit' ), 'yith_wcwl_color_add_to_wishlist_border_color', $colors['add_to_wishlist']['border_color'] );
911
+
912
+ ?>
913
+ <div class="clear" style="height:10px;"></div>
914
+ <?php
915
+
916
+ // hover
917
+ yith_frontend_css_color_picker( __( 'Background (hover)', 'yit' ), 'yith_wcwl_color_add_to_wishlist_hover_background', $colors['add_to_wishlist_hover']['background'] );
918
+ yith_frontend_css_color_picker( __( 'Text (hover)', 'yit' ), 'yith_wcwl_color_add_to_wishlist_hover_color', $colors['add_to_wishlist_hover']['color'] );
919
+ yith_frontend_css_color_picker( __( 'Border (hover)', 'yit' ), 'yith_wcwl_color_add_to_wishlist_hover_border_color', $colors['add_to_wishlist_hover']['border_color'] );
920
+
921
+ ?>
922
+ <div class="clear" style="height:30px;"></div>
923
+ <h4><?php _e( '"Add to Cart" button', 'yit' ) ?></h4>
924
+ <?php
925
+
926
+ yith_frontend_css_color_picker( __( 'Background', 'yit' ), 'yith_wcwl_color_add_to_cart_background', $colors['add_to_cart']['background'] );
927
+ yith_frontend_css_color_picker( __( 'Text', 'yit' ), 'yith_wcwl_color_add_to_cart_color', $colors['add_to_cart']['color'] );
928
+ yith_frontend_css_color_picker( __( 'Border', 'yit' ), 'yith_wcwl_color_add_to_cart_border_color', $colors['add_to_cart']['border_color'] );
929
+
930
+ ?>
931
+ <div class="clear" style="height:10px;"></div>
932
+ <?php
933
+
934
+ // hover
935
+ yith_frontend_css_color_picker( __( 'Background (hover)', 'yit' ), 'yith_wcwl_color_add_to_cart_hover_background', $colors['add_to_cart_hover']['background'] );
936
+ yith_frontend_css_color_picker( __( 'Text (hover)', 'yit' ), 'yith_wcwl_color_add_to_cart_hover_color', $colors['add_to_cart_hover']['color'] );
937
+ yith_frontend_css_color_picker( __( 'Border (hover)', 'yit' ), 'yith_wcwl_color_add_to_cart_hover_border_color', $colors['add_to_cart_hover']['border_color'] );
938
+
939
+ ?>
940
+ <div class="clear" style="height:30px;"></div>
941
+ <h4><?php _e( '"Style 1" button', 'yit' ) ?></h4>
942
+ <?php
943
+
944
+ yith_frontend_css_color_picker( __( 'Background', 'yit' ), 'yith_wcwl_color_button_style_1_background', $colors['button_style_1']['background'] );
945
+ yith_frontend_css_color_picker( __( 'Text', 'yit' ), 'yith_wcwl_color_button_style_1_color', $colors['button_style_1']['color'] );
946
+ yith_frontend_css_color_picker( __( 'Border', 'yit' ), 'yith_wcwl_color_button_style_1_border_color', $colors['button_style_1']['border_color'] );
947
+
948
+ ?>
949
+ <div class="clear" style="height:10px;"></div>
950
+ <?php
951
+
952
+ // hover
953
+ yith_frontend_css_color_picker( __( 'Background (hover)', 'yit' ), 'yith_wcwl_color_button_style_1_hover_background', $colors['button_style_1_hover']['background'] );
954
+ yith_frontend_css_color_picker( __( 'Text (hover)', 'yit' ), 'yith_wcwl_color_button_style_1_hover_color', $colors['button_style_1_hover']['color'] );
955
+ yith_frontend_css_color_picker( __( 'Border (hover)', 'yit' ), 'yith_wcwl_color_button_style_1_hover_border_color', $colors['button_style_1_hover']['border_color'] );
956
+
957
+ ?>
958
+ <div class="clear" style="height:30px;"></div>
959
+ <h4><?php _e( '"Style 2" button', 'yit' ) ?></h4>
960
+ <?php
961
+
962
+ yith_frontend_css_color_picker( __( 'Background', 'yit' ), 'yith_wcwl_color_button_style_2_background', $colors['button_style_2']['background'] );
963
+ yith_frontend_css_color_picker( __( 'Text', 'yit' ), 'yith_wcwl_color_button_style_2_color', $colors['button_style_2']['color'] );
964
+ yith_frontend_css_color_picker( __( 'Border', 'yit' ), 'yith_wcwl_color_button_style_2_border_color', $colors['button_style_2']['border_color'] );
965
+
966
+ ?>
967
+ <div class="clear" style="height:10px;"></div>
968
+ <?php
969
+
970
+ // hover
971
+ yith_frontend_css_color_picker( __( 'Background (hover)', 'yit' ), 'yith_wcwl_color_button_style_2_hover_background', $colors['button_style_2_hover']['background'] );
972
+ yith_frontend_css_color_picker( __( 'Text (hover)', 'yit' ), 'yith_wcwl_color_button_style_2_hover_color', $colors['button_style_2_hover']['color'] );
973
+ yith_frontend_css_color_picker( __( 'Border (hover)', 'yit' ), 'yith_wcwl_color_button_style_2_hover_border_color', $colors['button_style_2_hover']['border_color'] );
974
+
975
+ ?>
976
+ <div class="clear" style="height:30px;"></div>
977
+ <h4><?php _e( 'Wishlist table', 'yit' )?></h4>
978
+ <?php
979
+
980
+ yith_frontend_css_color_picker( __( 'Background', 'yit' ), 'yith_wcwl_color_wishlist_table_background', $colors['wishlist_table']['background'] );
981
+ yith_frontend_css_color_picker( __( 'Text', 'yit' ), 'yith_wcwl_color_wishlist_table_color', $colors['wishlist_table']['color'] );
982
+ yith_frontend_css_color_picker( __( 'Border', 'yit' ), 'yith_wcwl_color_wishlist_table_border_color', $colors['wishlist_table']['border_color'] );
983
+
984
+ ?>
985
+ <div class="clear" style="height:30px;"></div>
986
+ <h4><?php _e( 'Headers', 'yit' ) ?></h4>
987
+ <?php
988
+
989
+ yith_frontend_css_color_picker( __( 'Background color', 'yit' ), 'yith_wcwl_color_headers_background', $colors['headers']['background'] );
990
+
991
+ do_action( 'yith_wcwl_admin_color_pickers' );
992
+
993
+ ?>
994
+ <div class="clear"></div>
995
+ </div>
996
+ <div class="clear" style="height:30px;"></div>
997
+
998
+ <script type="text/javascript">
999
+ jQuery('input#yith_wcwl_frontend_css').on('change',function () {
1000
+ if (jQuery(this).is(':checked')) {
1001
+ jQuery('#yith_wcwl_styles_colors').hide();
1002
+ jQuery('#yith_wcwl_rounded_corners').parents('tr').hide();
1003
+ jQuery('#yith_wcwl_add_to_wishlist_icon').parents('tr').hide();
1004
+ jQuery('#yith_wcwl_add_to_cart_icon').parents('tr').hide();
1005
+ } else {
1006
+ jQuery('#yith_wcwl_styles_colors').show();
1007
+ if (jQuery('#yith_wcwl_use_button').is(':checked')) {
1008
+ jQuery('#yith_wcwl_rounded_corners').parents('tr').show();
1009
+ jQuery('#yith_wcwl_add_to_wishlist_icon').parents('tr').show();
1010
+ jQuery('#yith_wcwl_add_to_cart_icon').parents('tr').show();
1011
+ }
1012
+ }
1013
+ }).change();
1014
+
1015
+ jQuery('input#yith_wcwl_use_button').on('change',function () {
1016
+ if (jQuery(this).is(':checked') && !jQuery('#yith_wcwl_frontend_css').is(':checked')) {
1017
+ jQuery('#yith_wcwl_rounded_corners').parents('tr').show();
1018
+ jQuery('#yith_wcwl_add_to_wishlist_icon').parents('tr').show();
1019
+ jQuery('#yith_wcwl_add_to_cart_icon').parents('tr').show();
1020
+ } else {
1021
+ jQuery('#yith_wcwl_rounded_corners').parents('tr').hide();
1022
+ jQuery('#yith_wcwl_add_to_wishlist_icon').parents('tr').hide();
1023
+ jQuery('#yith_wcwl_add_to_cart_icon').parents('tr').hide();
1024
+ }
1025
+ }).change();
1026
+
1027
+ jQuery('#yith_wcwl_multi_wishlist_enable').on('change', function () {
1028
+ if (jQuery(this).is(':checked')) {
1029
+ jQuery('#yith_wcwl_wishlist_create_title').parents('tr').show();
1030
+ jQuery('#yith_wcwl_wishlist_manage_title').parents('tr').show();
1031
+ }
1032
+ else{
1033
+ jQuery('#yith_wcwl_wishlist_create_title').parents('tr').hide();
1034
+ jQuery('#yith_wcwl_wishlist_manage_title').parents('tr').hide();
1035
+ }
1036
+ }).change();
1037
+ </script>
1038
+ <?php
1039
+ }
1040
+
1041
+ /* === WISHLIST SUBPANEL SECTION === */
1042
+
1043
+ /**
1044
+ * Register wishlist panel
1045
+ *
1046
+ * @return void
1047
+ * @since 2.0.0
1048
+ */
1049
+ public function register_panel() {
1050
+
1051
+ $args = array(
1052
+ 'create_menu_page' => true,
1053
+ 'parent_slug' => '',
1054
+ 'page_title' => __( 'Wishlist', 'yit' ),
1055
+ 'menu_title' => __( 'Wishlist', 'yit' ),
1056
+ 'capability' => 'manage_options',
1057
+ 'parent' => '',
1058
+ 'parent_page' => 'yit_plugin_panel',
1059
+ 'page' => 'yith_wcwl_panel',
1060
+ 'admin-tabs' => $this->available_tabs,
1061
+ 'options-path' => YITH_WCWL_DIR . 'plugin-options'
1062
+ );
1063
+
1064
+ /* === Fixed: not updated theme === */
1065
+ if( ! class_exists( 'YIT_Plugin_Panel_WooCommerce' ) ) {
1066
+ require_once( YITH_WCWL_DIR . 'plugin-fw/lib/yit-plugin-panel-wc.php' );
1067
+ }
1068
+
1069
+ $this->_panel = new YIT_Plugin_Panel_WooCommerce( $args );
1070
+ }
1071
+
1072
+ /**
1073
+ * Load admin style.
1074
+ *
1075
+ * @return void
1076
+ * @since 1.0.0
1077
+ */
1078
+ public function enqueue() {
1079
+ global $woocommerce;
1080
+ wp_enqueue_style( 'yith-wcwl-admin' );
1081
+ }
1082
+
1083
+ /**
1084
+ * Prints tab premium of the plugin
1085
+ *
1086
+ * @return void
1087
+ * @since 2.0.0
1088
+ */
1089
+ public function print_premium_tab() {
1090
+ $premium_tab = YITH_WCWL_DIR . 'templates/admin/wishlist-panel-premium.php';
1091
+
1092
+ if( file_exists( $premium_tab ) ){
1093
+ include( $premium_tab );
1094
  }
1095
+ }
1096
+
1097
+ /* === POINTER SECTION === */
1098
+
1099
+ /**
1100
+ * Register pointers for notify plugin updates to user
1101
+ *
1102
+ * @return void
1103
+ * @since 2.0.0
1104
+ */
1105
+ public function register_pointer(){
1106
 
1107
+ if( ! class_exists( 'YIT_Pointers' ) ){
1108
+ include_once( 'plugin-fw/lib/yit-pointers.php' );
1109
+ }
1110
+
1111
+ $args[] = array(
1112
+ 'screen_id' => 'plugins',
1113
+ 'pointer_id' => 'yith_wcwl_panel',
1114
+ 'target' => '#toplevel_page_yit_plugin_panel',
1115
+ 'content' => sprintf( '<h3> %s </h3> <p> %s </p>',
1116
+ __( 'Wishlist Activated', 'yit' ),
1117
+ apply_filters( 'yith_wcwl_activated_pointer_content', sprintf( __( 'In the YIT Plugin tab you can find the Wishlist options. With this menu, you can access to all the settings of our plugins that you have activated. Wishlist is available in an outstanding PREMIUM version with many new options, <a href="%s">discover it now</a>.', 'yit' ), $this->premium_landing_url ) )
1118
+ ),
1119
+ 'position' => array( 'edge' => 'left', 'align' => 'center' ),
1120
+ 'init' => YITH_WCWL_INIT
1121
+ );
1122
+
1123
+ $args[] = array(
1124
+ 'screen_id' => 'update',
1125
+ 'pointer_id' => 'yith_wcwl_panel',
1126
+ 'target' => '#toplevel_page_yit_plugin_panel',
1127
+ 'content' => sprintf( '<h3> %s </h3> <p> %s </p>',
1128
+ __( 'Wishlist Updated', 'yit' ),
1129
+ apply_filters( 'yith_wcwl_updated_pointer_content', sprintf( __( 'From now on, you can find all the options of Wishlist under YIT Plugin -> Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous version. When one of our plugins updates, a new voice will be added to this menu. Wishlist renovates with new available options, <a href="%s">discover the PREMIUM version.</a>', 'yit' ), $this->premium_landing_url ) )
1130
+ ),
1131
+ 'position' => array( 'edge' => 'left', 'align' => 'center' ),
1132
+ 'init' => YITH_WCWL_INIT
1133
+ );
1134
+
1135
+ YIT_Pointers()->register( $args );
1136
  }
1137
  }
1138
+ }
1139
+
1140
+ /**
1141
+ * Unique access to instance of YITH_WCWL_Admin_Init class
1142
+ *
1143
+ * @return \YITH_WCWL_Admin_Init
1144
+ * @since 2.0.0
1145
+ */
1146
+ function YITH_WCWL_Admin_Init(){
1147
+ return YITH_WCWL_Admin_Init::get_instance();
1148
  }
includes/class.yith-wcwl-init.php ADDED
@@ -0,0 +1,402 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Init class
4
+ *
5
+ * @author Your Inspiration Themes
6
+ * @package YITH WooCommerce Wishlist
7
+ * @version 1.1.5
8
+ */
9
+
10
+ if ( ! defined( 'YITH_WCWL' ) ) {
11
+ exit;
12
+ } // Exit if accessed directly
13
+
14
+ if ( ! class_exists( 'YITH_WCWL_Init' ) ) {
15
+ /**
16
+ * Initiator class. Install the plugin database and load all needed stuffs.
17
+ *
18
+ * @since 1.0.0
19
+ */
20
+ class YITH_WCWL_Init {
21
+
22
+ /**
23
+ * Single instance of the class
24
+ *
25
+ * @var \YITH_WCWL_Init
26
+ * @since 2.0.0
27
+ */
28
+ protected static $instance;
29
+
30
+ /**
31
+ * CSS selectors used to style buttons.
32
+ *
33
+ * @var array
34
+ * @since 1.0.0
35
+ */
36
+ public $rules;
37
+
38
+ /**
39
+ * Front end colors options.
40
+ *
41
+ * @var array
42
+ * @since 1.0.0
43
+ */
44
+ public $colors_options;
45
+
46
+ /**
47
+ * Positions of the button "Add to Wishlist"
48
+ *
49
+ * @var array
50
+ * @access private
51
+ * @since 1.0.0
52
+ */
53
+ private $_positions;
54
+
55
+ /**
56
+ * Store class yith_WCWL_Install.
57
+ *
58
+ * @var object
59
+ * @access private
60
+ * @since 1.0.0
61
+ */
62
+ private $_yith_wcwl_install;
63
+
64
+ /**
65
+ * Returns single instance of the class
66
+ *
67
+ * @return \YITH_WCWL_Init
68
+ * @since 2.0.0
69
+ */
70
+ public static function get_instance(){
71
+ if( is_null( self::$instance ) ){
72
+ self::$instance = new self();
73
+ }
74
+
75
+ return self::$instance;
76
+ }
77
+
78
+ /**
79
+ * Constructor
80
+ *
81
+ * @since 1.0.0
82
+ */
83
+ public function __construct() {
84
+ $this->_yith_wcwl_install = YITH_WCWL_Install();
85
+ $this->_positions = apply_filters( 'yith_wcwl_positions', array(
86
+ 'add-to-cart' => array( 'hook' => 'woocommerce_single_product_summary', 'priority' => 31 ),
87
+ 'thumbnails' => array( 'hook' => 'woocommerce_product_thumbnails', 'priority' => 21 ),
88
+ 'summary' => array( 'hook' => 'woocommerce_after_single_product_summary', 'priority' => 11 )
89
+ ) );
90
+ $this->rules = apply_filters( 'yith_wcwl_colors_rules', array(
91
+ 'add_to_wishlist' => '.woocommerce a.add_to_wishlist.button.alt',
92
+
93
+ 'add_to_wishlist_hover' => '.woocommerce a.add_to_wishlist.button.alt:hover',
94
+
95
+ 'add_to_cart' => '.woocommerce .wishlist_table a.add_to_cart.button.alt',
96
+
97
+ 'add_to_cart_hover' => '.woocommerce .wishlist_table a.add_to_cart.button.alt:hover',
98
+
99
+ 'button_style_1' => '.woocommerce .wishlist_table a.ask-an-estimate-button,
100
+ .woocommerce .hidden-title-form button,
101
+ .yith-wcwl-wishlist-new .create-wishlist-button,
102
+ .wishlist_manage_table tfoot button.submit-wishlist-changes,
103
+ .yith-wcwl-wishlist-search-form button.wishlist-search-button',
104
+
105
+ 'button_style_1_hover' => '.woocommerce .wishlist_table a.ask-an-estimate-button:hover,
106
+ .woocommerce .hidden-title-form button:hover,
107
+ .yith-wcwl-wishlist-new .create-wishlist-button:hover,
108
+ .wishlist_manage_table tfoot button.submit-wishlist-changes:hover,
109
+ .yith-wcwl-wishlist-search-form button.wishlist-search-button:hover',
110
+
111
+ 'button_style_2' => '.woocommerce .wishlist-title a.show-title-form,
112
+ .woocommerce .hidden-title-form a.hide-title-form,
113
+ .wishlist_manage_table tfoot a.create-new-wishlist',
114
+
115
+ 'button_style_2_hover' => '.woocommerce .wishlist-title a.show-title-form:hover,
116
+ .woocommerce .hidden-title-form a.hide-title-form:hover,
117
+ .wishlist_manage_table tfoot a.create-new-wishlist:hover',
118
+
119
+ 'wishlist_table' => '.woocommerce table.shop_table.wishlist_table',
120
+
121
+ 'headers' => '.wishlist_table thead,
122
+ .wishlist_table tfoot,
123
+ .yith-wcwl-wishlist-new,
124
+ .yith-wcwl-wishlist-search-form,
125
+ .widget_yith-wcwl-lists ul.dropdown li.current a,
126
+ .widget_yith-wcwl-lists ul.dropdown li a:hover,
127
+ .selectBox-dropdown-menu.selectBox-options li.selectBox-selected a,
128
+ .selectBox-dropdown-menu.selectBox-options li.selectBox-hover a'
129
+ ) );
130
+
131
+ $db_colors = get_option( 'yith_wcwl_frontend_css_colors' );
132
+
133
+ $this->colors_options = wp_parse_args(
134
+ maybe_unserialize( $db_colors ),
135
+ apply_filters(
136
+ 'yith_wcwl_colors_options', array(
137
+ 'add_to_wishlist' => array( 'background' => '#333333', 'color' => '#FFFFFF', 'border_color' => '#333333' ),
138
+ 'add_to_wishlist_hover' => array( 'background' => '#4F4F4F', 'color' => '#FFFFFF', 'border_color' => '#4F4F4F' ),
139
+ 'add_to_cart' => array( 'background' => '#333333', 'color' => '#FFFFFF', 'border_color' => '#333333' ),
140
+ 'add_to_cart_hover' => array( 'background' => '#4F4F4F', 'color' => '#FFFFFF', 'border_color' => '#4F4F4F' ),
141
+ 'button_style_1' => array( 'background' => '#333333', 'color' => '#FFFFFF', 'border_color' => '#333333' ),
142
+ 'button_style_1_hover' => array( 'background' => '#4F4F4F', 'color' => '#FFFFFF', 'border_color' => '#4F4F4F' ),
143
+ 'button_style_2' => array( 'background' => '#FFFFFF', 'color' => '#858484', 'border_color' => '#c6c6c6' ),
144
+ 'button_style_2_hover' => array( 'background' => '#4F4F4F', 'color' => '#FFFFFF', 'border_color' => '#4F4F4F' ),
145
+ 'wishlist_table' => array( 'background' => '#FFFFFF', 'color' => '#6d6c6c', 'border_color' => '#FFFFFF' ),
146
+ 'headers' => array( 'background' => '#F4F4F4' )
147
+ )
148
+ )
149
+ );
150
+
151
+ if ( empty( $db_colors ) ) {
152
+ update_option( 'yith_wcwl_frontend_css_colors', maybe_serialize( $this->colors_options ) );
153
+ }
154
+
155
+ if ( get_option( 'yith_wcwl_enabled' ) == 'yes' ) {
156
+ add_action( 'init', array( $this, 'init' ), 0 );
157
+ add_action( 'wp_head', array( $this, 'detect_javascript' ), 0 );
158
+ add_action( 'wp_head', array( $this, 'add_button' ) );
159
+ add_action( 'wp_enqueue_scripts', array( $this, 'enqueue_styles_and_stuffs' ) );
160
+ add_action( 'wp_enqueue_scripts', array( $this, 'enqueue_scripts' ) );
161
+ add_filter( 'body_class', array( $this, 'add_body_class' ) );
162
+
163
+ // YITH WCWL Loaded
164
+ do_action( 'yith_wcwl_loaded' );
165
+ }
166
+ }
167
+
168
+ /**
169
+ * Initiator method.
170
+ *
171
+ * @return void
172
+ * @since 1.0.0
173
+ */
174
+ public function init() {
175
+ if ( is_user_logged_in() ) {
176
+ YITH_WCWL()->details['user_id'] = get_current_user_id();
177
+
178
+ //check whether any products are added to wishlist, then after login add to the wishlist if not added
179
+ $cookie = yith_getcookie( 'yith_wcwl_products' );
180
+ foreach ( $cookie as $details ) {
181
+ YITH_WCWL()->details['add_to_wishlist'] = $details['prod_id'];
182
+ YITH_WCWL()->details['wishlist_id'] = $details['wishlist_id'];
183
+ YITH_WCWL()->details['quantity'] = $details['quantity'];
184
+ YITH_WCWL()->details['user_id'] = get_current_user_id();
185
+
186
+ $ret_val = YITH_WCWL()->add();
187
+ }
188
+
189
+ yith_destroycookie( 'yith_wcwl_products' );
190
+ }
191
+
192
+ // update cookie from old version to new one
193
+ $this->_update_cookies();
194
+ }
195
+
196
+ /**
197
+ * Add the "Add to Wishlist" button. Needed to use in wp_head hook.
198
+ *
199
+ * @return void
200
+ * @since 1.0.0
201
+ */
202
+ public function add_button() {
203
+ global $post;
204
+
205
+ $this->_positions = apply_filters( 'yith_wcwl_positions', $this->_positions );
206
+
207
+ if ( ! isset( $post ) || ! is_object( $post ) ) {
208
+ return;
209
+ }
210
+
211
+ // Add the link "Add to wishlist"
212
+ $position = get_option( 'yith_wcwl_button_position' );
213
+ $position = empty( $position ) ? 'add-to-cart' : $position;
214
+
215
+ if ( $position != 'shortcode' ) {
216
+ add_action( $this->_positions[$position]['hook'], create_function( '', 'echo do_shortcode( "[yith_wcwl_add_to_wishlist]" );' ), $this->_positions[$position]['priority'] );
217
+ }
218
+
219
+ // Free the memory. Like it needs a lot of memory... but this is rock!
220
+ }
221
+
222
+ /**
223
+ * Add specific body class when the Wishlist page is opened
224
+ *
225
+ * @param array $classes
226
+ *
227
+ * @return array
228
+ * @since 1.0.0
229
+ */
230
+ public function add_body_class( $classes ) {
231
+ $wishlist_page_id = get_option( 'yith_wcwl_wishlist_page_id' );
232
+
233
+ if ( is_page( $wishlist_page_id ) ||
234
+
235
+ //WPML Compatibility
236
+ defined( 'ICL_PLUGIN_PATH' ) && is_page( icl_object_id( $wishlist_page_id, 'page', false ) )
237
+ ) {
238
+ $classes[] = 'woocommerce-wishlist';
239
+ $classes[] = 'woocommerce';
240
+ $classes[] = 'woocommerce-page';
241
+ }
242
+
243
+ return $classes;
244
+ }
245
+
246
+ /**
247
+ * Enqueue styles, scripts and other stuffs needed in the <head>.
248
+ *
249
+ * @return void
250
+ * @since 1.0.0
251
+ */
252
+ public function enqueue_styles_and_stuffs() {
253
+ global $woocommerce;
254
+
255
+ $assets_path = str_replace( array( 'http:', 'https:' ), '', $woocommerce->plugin_url() ) . '/assets/';
256
+
257
+ if( function_exists( 'WC' ) ){
258
+ $woocommerce_base = WC()->template_path();
259
+ }
260
+ else{
261
+ $woocommerce_base = WC_TEMPLATE_PATH;
262
+ }
263
+
264
+ $located = locate_template( array(
265
+ $woocommerce_base . 'wishlist.css',
266
+ 'wishlist.css'
267
+ ) );
268
+
269
+ wp_enqueue_style( 'woocommerce_prettyPhoto_css', $assets_path . 'css/prettyPhoto.css' );
270
+ wp_enqueue_style( 'jquery-selectBox', YITH_WCWL_URL . 'assets/css/jquery.selectBox.css' );
271
+
272
+ if ( ! $located ) {
273
+ wp_enqueue_style( 'yith-wcwl-main', YITH_WCWL_URL . 'assets/css/style.css' );
274
+ }
275
+ else {
276
+ wp_enqueue_style( 'yith-wcwl-user-main', str_replace( get_template_directory(), get_template_directory_uri(), $located ) );
277
+ }
278
+
279
+ wp_enqueue_style( 'yith-wcwl-font-awesome', YITH_WCWL_URL . 'assets/css/font-awesome.css' );
280
+ wp_enqueue_style( 'yith-wcwl-font-awesome-ie7', YITH_WCWL_URL . 'assets/css/font-awesome-ie7.css' );
281
+
282
+ // Add frontend CSS for buttons
283
+ $colors_styles = array();
284
+ $frontend_css = '';
285
+ if ( get_option( 'yith_wcwl_frontend_css' ) == 'no' ) {
286
+ foreach ( $this->colors_options as $name => $option ) {
287
+ $colors_styles[$name] = '';
288
+
289
+ foreach ( $option as $id => $value ) {
290
+ $colors_styles[$name] .= str_replace( '_', '-', $id ) . ':' . $value . ';';
291
+ }
292
+ }
293
+
294
+ foreach ( $this->rules as $id => $rule ) {
295
+ $frontend_css .= $rule . '{' . $colors_styles[$id] . '}';
296
+ }
297
+ }
298
+
299
+ ?>
300
+ <style>
301
+ <?php
302
+ echo get_option( 'yith_wcwl_custom_css' ) . $frontend_css;
303
+
304
+ if( get_option( 'yith_wcwl_rounded_corners' ) == 'yes' ) {
305
+ echo '.wishlist_table .add_to_cart, a.add_to_wishlist.button.alt { border-radius: 16px; -moz-border-radius: 16px; -webkit-border-radius: 16px; }';
306
+ }
307
+ ?>
308
+ </style>
309
+ <script type="text/javascript">
310
+ var yith_wcwl_plugin_ajax_web_url = '<?php echo admin_url('admin-ajax.php') ?>';
311
+ var login_redirect_url = '<?php echo wp_login_url() . '?redirect_to=' . urlencode( $_SERVER['REQUEST_URI'] ) ?>';
312
+ </script>
313
+ <?php
314
+ }
315
+
316
+ /**
317
+ * Enqueue plugin scripts.
318
+ *
319
+ * @return void
320
+ * @since 1.0.0
321
+ */
322
+ public function enqueue_scripts() {
323
+ global $woocommerce;
324
+ $assets_path = str_replace( array( 'http:', 'https:' ), '', $woocommerce->plugin_url() ) . '/assets/';
325
+ $suffix = defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ? '' : '.min';
326
+
327
+ wp_enqueue_script( 'prettyPhoto', $assets_path . 'js/prettyPhoto/jquery.prettyPhoto' . $suffix . '.js', array( 'jquery' ), '3.1.5', true );
328
+ 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 );
329
+ wp_enqueue_script( 'jquery-selectBox', YITH_WCWL_URL . 'assets/js/jquery.selectBox.min.js', array( 'jquery' ), false, true );
330
+ wp_register_script( 'jquery-yith-wcwl', YITH_WCWL_URL . 'assets/js/jquery.yith-wcwl.js', array( 'jquery', 'jquery-selectBox' ), '2.0', true );
331
+ wp_enqueue_script( 'jquery-yith-wcwl' );
332
+
333
+ $yith_wcwl_l10n = array(
334
+ 'ajax_url' => admin_url( 'admin-ajax.php' ),
335
+ 'redirect_to_cart' => get_option( 'yith_wcwl_redirect_cart' ),
336
+ 'multi_wishlist' => get_option( 'yith_wcwl_multi_wishlist_enable' ) == 'yes' ? true : false,
337
+ 'hide_add_button' => apply_filters( 'yith_wcwl_hide_add_button', true ),
338
+ 'is_user_logged_in' => is_user_logged_in(),
339
+ 'remove_from_wishlist_after_add_to_cart' => get_option( 'yith_wcwl_remove_after_add_to_cart' ),
340
+ 'labels' => array(
341
+ 'cookie_disabled' => __( 'We are sorry,but this feature is available only if cookies on your browser are enabled.', 'yit' )
342
+ ),
343
+ 'actions' => array(
344
+ 'add_to_wishlist_action' => 'add_to_wishlist',
345
+ 'remove_from_wishlist_action' => 'remove_from_wishlist'
346
+ )
347
+ );
348
+ wp_localize_script( 'jquery-yith-wcwl', 'yith_wcwl_l10n', $yith_wcwl_l10n );
349
+ }
350
+
351
+ /**
352
+ * Remove the class no-js when javascript is activated
353
+ *
354
+ * We add the action at the start of head, to do this operation immediatly, without gap of all libraries loading
355
+ *
356
+ * @return void
357
+ * @since 1.0.0
358
+ */
359
+ public function detect_javascript() {
360
+ if( ! defined( 'YIT' ) ):
361
+ ?>
362
+ <script type="text/javascript">document.documentElement.className = document.documentElement.className + ' yes-js js_active js'</script>
363
+ <?php
364
+ endif;
365
+ }
366
+
367
+ /**
368
+ * Update old wishlist cookies
369
+ *
370
+ * @return void
371
+ * @since 2.0.0
372
+ */
373
+ private function _update_cookies(){
374
+ $cookie = yith_getcookie( 'yith_wcwl_products' );
375
+ $new_cookie = array();
376
+
377
+ foreach( $cookie as $item ){
378
+ if( ! isset( $item['add-to-wishlist'] ) ) {
379
+ return;
380
+ }
381
+
382
+ $new_cookie[] = array(
383
+ 'prod_id' => $item['add-to-wishlist'],
384
+ 'quantity' => isset( $item['quantity'] ) ? $item['quantity'] : 1,
385
+ 'wishlist_id' => false
386
+ );
387
+ }
388
+
389
+ yith_setcookie( 'yith_wcwl_products', $new_cookie );
390
+ }
391
+ }
392
+ }
393
+
394
+ /**
395
+ * Unique access to instance of YITH_WCWL_Init class
396
+ *
397
+ * @return \YITH_WCWL_Init
398
+ * @since 2.0.0
399
+ */
400
+ function YITH_WCWL_Init(){
401
+ return YITH_WCWL_Init::get_instance();
402
+ }
includes/class.yith-wcwl-install.php ADDED
@@ -0,0 +1,261 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Install file
4
+ *
5
+ * @author Your Inspiration Themes
6
+ * @package YITH WooCommerce Wishlist
7
+ * @version 1.1.5
8
+ */
9
+
10
+ if ( !defined( 'YITH_WCWL' ) ) {
11
+ exit;
12
+ } // Exit if accessed directly
13
+
14
+ if ( !class_exists( 'YITH_WCWL_Install' ) ) {
15
+ /**
16
+ * Install plugin table and create the wishlist page
17
+ *
18
+ * @since 1.0.0
19
+ */
20
+ class YITH_WCWL_Install {
21
+
22
+ /**
23
+ * Single instance of the class
24
+ *
25
+ * @var \YITH_WCWL_Install
26
+ * @since 2.0.0
27
+ */
28
+ protected static $instance;
29
+
30
+ /**
31
+ * Items table name
32
+ *
33
+ * @var string
34
+ * @access private
35
+ * @since 1.0.0
36
+ */
37
+ private $_table_items;
38
+
39
+ /**
40
+ * Items table name
41
+ *
42
+ * @var string
43
+ * @access private
44
+ * @since 1.0.0
45
+ */
46
+ private $_table_wishlists;
47
+
48
+ /**
49
+ * Returns single instance of the class
50
+ *
51
+ * @return \YITH_WCWL_Install
52
+ * @since 2.0.0
53
+ */
54
+ public static function get_instance(){
55
+ if( is_null( self::$instance ) ){
56
+ self::$instance = new self();
57
+ }
58
+
59
+ return self::$instance;
60
+ }
61
+
62
+ /**
63
+ * Constructor.
64
+ *
65
+ * @since 1.0.0
66
+ */
67
+ public function __construct() {
68
+ global $wpdb;
69
+
70
+ // define local private attribute
71
+ $this->_table_items = $wpdb->prefix . 'yith_wcwl';
72
+ $this->_table_wishlists = $wpdb->prefix . 'yith_wcwl_lists';
73
+
74
+ // add custom field to global $wpdb
75
+ $wpdb->yith_wcwl_items = $this->_table_items;
76
+ $wpdb->yith_wcwl_wishlists = $this->_table_wishlists;
77
+
78
+ // define constant to use allover the application
79
+ define( 'YITH_WCWL_ITEMS_TABLE', $this->_table_items );
80
+ define( 'YITH_WCWL_WISHLISTS_TABLE', $this->_table_wishlists );
81
+
82
+ /**
83
+ * @deprecated
84
+ */
85
+ define( 'YITH_WCWL_TABLE', $this->_table_items );
86
+ }
87
+
88
+ /**
89
+ * Initiator. Replace the constructor.
90
+ *
91
+ * @since 1.0.0
92
+ */
93
+ public function init() {
94
+ $this->_add_tables();
95
+ $this->_add_pages();
96
+
97
+ update_option( 'yith_wcwl_version', YITH_WCWL_VERSION );
98
+ update_option( 'yith_wcwl_db_version', YITH_WCWL_DB_VERSION );
99
+ }
100
+
101
+ /**
102
+ * Update db from version 1.0 to 2.0
103
+ *
104
+ * @since 1.0.0
105
+ */
106
+ public function update() {
107
+ $this->_add_tables();
108
+
109
+ update_option( 'yith_wcwl_version', YITH_WCWL_VERSION );
110
+ update_option( 'yith_wcwl_db_version', YITH_WCWL_DB_VERSION );
111
+ }
112
+
113
+ /**
114
+ * Set options to their default value.
115
+ *
116
+ * @param array $options
117
+ * @return bool
118
+ * @since 1.0.0
119
+ */
120
+ public function default_options( $options ) {
121
+ foreach( $options as $section ) {
122
+ foreach( $section as $value ) {
123
+ if ( isset( $value['std'] ) && isset( $value['id'] ) ) {
124
+ add_option($value['id'], $value['std']);
125
+ }
126
+ }
127
+ }
128
+ }
129
+
130
+ /**
131
+ * Check if the table of the plugin already exists.
132
+ *
133
+ * @return bool
134
+ * @since 1.0.0
135
+ */
136
+ public function is_installed() {
137
+ global $wpdb;
138
+ $number_of_tables = $wpdb->query("SHOW TABLES LIKE '{$this->_table_items}%'" );
139
+
140
+ return (bool) ( $number_of_tables == 2 );
141
+ }
142
+
143
+ /**
144
+ * Add tables for a fresh installation
145
+ *
146
+ * @return void
147
+ * @access private
148
+ * @since 1.0.0
149
+ */
150
+ private function _add_tables() {
151
+ $this->_add_wishlists_table();
152
+ $this->_add_items_table();
153
+ }
154
+
155
+ /**
156
+ * Add the wishlists table to the database.
157
+ *
158
+ * @return void
159
+ * @access private
160
+ * @since 1.0.0
161
+ */
162
+ private function _add_wishlists_table() {
163
+ global $wpdb;
164
+
165
+ if( ! $this->is_installed() ){
166
+ $sql = "CREATE TABLE {$this->_table_wishlists} (
167
+ ID INT( 11 ) NOT NULL AUTO_INCREMENT,
168
+ user_id INT( 11 ) NOT NULL,
169
+ wishlist_slug VARCHAR( 200 ) NOT NULL,
170
+ wishlist_name TEXT,
171
+ wishlist_token VARCHAR( 64 ) NOT NULL UNIQUE,
172
+ wishlist_privacy TINYINT( 1 ) NOT NULL DEFAULT 0,
173
+ is_default TINYINT( 1 ) NOT NULL DEFAULT 0,
174
+ PRIMARY KEY ( ID ),
175
+ KEY ( wishlist_slug )
176
+ ) DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;";
177
+
178
+ require_once( ABSPATH . 'wp-admin/includes/upgrade.php' );
179
+ dbDelta( $sql );
180
+ }
181
+
182
+ return;
183
+ }
184
+
185
+ /**
186
+ * Add the items table to the database.
187
+ *
188
+ * @return void
189
+ * @access private
190
+ * @since 1.0.0
191
+ */
192
+ private function _add_items_table() {
193
+ global $wpdb;
194
+
195
+ if( ! $this->is_installed() || get_option( 'yith_wcwl_db_version' ) != '2.0.0' ) {
196
+ $sql = "CREATE TABLE {$this->_table_items} (
197
+ ID int( 11 ) NOT NULL AUTO_INCREMENT,
198
+ prod_id int( 11 ) NOT NULL,
199
+ quantity int( 11 ) NOT NULL,
200
+ user_id int( 11 ) NOT NULL,
201
+ wishlist_id int( 11 ) NULL,
202
+ dateadded timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
203
+ PRIMARY KEY ( ID ),
204
+ KEY ( prod_id )
205
+ ) DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;";
206
+
207
+ require_once( ABSPATH . 'wp-admin/includes/upgrade.php' );
208
+ dbDelta( $sql );
209
+ }
210
+
211
+ return;
212
+ }
213
+
214
+ /**
215
+ * Add a page "Wishlist".
216
+ *
217
+ * @return void
218
+ * @since 1.0.0
219
+ */
220
+ private function _add_pages() {
221
+ global $wpdb;
222
+
223
+ $option_value = get_option( 'yith-wcwl-page-id' );
224
+
225
+ if ( $option_value > 0 && get_post( $option_value ) )
226
+ return;
227
+
228
+ $page_found = $wpdb->get_var( "SELECT `ID` FROM `{$wpdb->posts}` WHERE `post_name` = 'wishlist' LIMIT 1;" );
229
+ if ( $page_found ) :
230
+ if ( ! $option_value )
231
+ update_option( 'yith-wcwl-page-id', $page_found );
232
+ return;
233
+ endif;
234
+
235
+ $page_data = array(
236
+ 'post_status' => 'publish',
237
+ 'post_type' => 'page',
238
+ 'post_author' => 1,
239
+ 'post_name' => esc_sql( _x( 'wishlist', 'page_slug', 'yit' ) ),
240
+ 'post_title' => __( 'Wishlist', 'yit' ),
241
+ 'post_content' => '[yith_wcwl_wishlist]',
242
+ 'post_parent' => 0,
243
+ 'comment_status' => 'closed'
244
+ );
245
+ $page_id = wp_insert_post( $page_data );
246
+
247
+ update_option( 'yith-wcwl-page-id', $page_id );
248
+ update_option( 'yith_wcwl_wishlist_page_id', $page_id );
249
+ }
250
+ }
251
+ }
252
+
253
+ /**
254
+ * Unique access to instance of YITH_WCWL_Install class
255
+ *
256
+ * @return \YITH_WCWL_Install
257
+ * @since 2.0.0
258
+ */
259
+ function YITH_WCWL_Install(){
260
+ return YITH_WCWL_Install::get_instance();
261
+ }
includes/class.yith-wcwl-shortcode.php ADDED
@@ -0,0 +1,334 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Shortcodes class
4
+ *
5
+ * @author Your Inspiration Themes
6
+ * @package YITH WooCommerce Wishlist
7
+ * @version 1.1.5
8
+ */
9
+
10
+ if ( ! defined( 'YITH_WCWL' ) ) { exit; } // Exit if accessed directly
11
+
12
+ if( ! class_exists( 'YITH_WCWL_Shortcode' ) ) {
13
+ /**
14
+ * YITH WCWL Shortcodes
15
+ *
16
+ * @since 1.0.0
17
+ */
18
+ class YITH_WCWL_Shortcode {
19
+ /**
20
+ * Print the wishlist HTML.
21
+ *
22
+ * @since 1.0.0
23
+ */
24
+ public static function wishlist( $atts, $content = null ) {
25
+ global $yith_wcwl_is_wishlist;
26
+ $atts = shortcode_atts( array(
27
+ 'per_page' => 5,
28
+ 'pagination' => 'no'
29
+ ), $atts );
30
+
31
+ $available_views = apply_filters( 'yith_wcwl_available_wishlist_views', array( 'view', 'user' ) );
32
+
33
+ extract( $atts );
34
+
35
+ // retrieve options from query string
36
+ $action_params = get_query_var( 'wishlist-action', false );
37
+ $action_params = explode( '/', $action_params );
38
+ $action = ( isset( $action_params[0] ) ) ? $action_params[0] : 'view';
39
+
40
+ $user_id = isset( $_GET['user_id'] ) ? $_GET['user_id'] : false;
41
+
42
+ // init params needed to load correct tempalte
43
+ $additional_params = array();
44
+ $template_part = 'view';
45
+
46
+ /* === WISHLIST TEMPLATE === */
47
+ if(
48
+ empty( $action ) ||
49
+ ( ! empty( $action ) && ( $action == 'view' || $action == 'user' ) ) ||
50
+ ( ! empty( $action ) && ( $action == 'manage' || $action == 'create' ) && get_option( 'yith_wcwl_multi_wishlist_enable', false ) != 'yes' ) ||
51
+ ( ! empty( $action ) && ! in_array( $action, $available_views ) ) ||
52
+ ! empty( $user_id )
53
+ ){
54
+ /*
55
+ * someone is requesting a wishlist
56
+ * -if user is not logged in..
57
+ * -and no wishlist_id is passed, cookie wishlist is loaded
58
+ * -and a wishlist_id is passed, checks if wishlist is public or shared, and shows it only in this case
59
+ * -if user is logged in..
60
+ * -and no wishlist_id is passed, default wishlist is loaded
61
+ * -and a wishlist_id is passed, checks owner of the wishlist
62
+ * -if wishlist is of the logged user, shows it
63
+ * -if wishlist is of another user, checks if wishlist is public or shared, and shows it only in this case (if user is admin, can see all wishlists)
64
+ */
65
+
66
+ if( ! empty( $action ) && $action == 'user' ){
67
+ $user_id = isset( $action_params[1] ) ? $action_params[1] : false;
68
+ $user_id = ( ! $user_id ) ? get_query_var( $user_id, false ) : $user_id;
69
+ $user_id = ( ! $user_id ) ? get_current_user_id() : false;
70
+
71
+ $wishlists = YITH_WCWL()->get_wishlists( array( 'user_id' => $user_id, 'is_default' => 1 ) );
72
+
73
+ if( ! empty( $wishlists ) && isset( $wishlists[0] ) ){
74
+ $wishlist_id = $wishlists[0]['wishlist_token'];
75
+ }
76
+ else{
77
+ $wishlist_id = false;
78
+ }
79
+ }
80
+ else {
81
+ $wishlist_id = isset( $action_params[1] ) ? $action_params[1] : false;
82
+ $wishlist_id = ( ! $wishlist_id ) ? get_query_var( 'wishlist_id', false ) : $wishlist_id;
83
+ }
84
+
85
+ $is_user_owner = false;
86
+ $query_args = array();
87
+
88
+ if( ! empty( $user_id ) ){
89
+ $query_args[ 'user_id' ] = $user_id;
90
+ $query_args[ 'is_default' ] = 1;
91
+
92
+ if( get_current_user_id() == $user_id ){
93
+ $is_user_owner = true;
94
+ }
95
+ }
96
+ elseif( ! is_user_logged_in() ){
97
+ if( empty( $wishlist_id ) ){
98
+ $query_args[ 'wishlist_id' ] = false;
99
+ $is_user_owner = true;
100
+ }
101
+ else{
102
+ $is_user_owner = false;
103
+
104
+ $query_args[ 'wishlist_token' ] = $wishlist_id;
105
+ $query_args[ 'wishlist_visibility' ] = 'visible';
106
+ }
107
+ }
108
+ else{
109
+ if( empty( $wishlist_id ) ){
110
+ $query_args[ 'user_id' ] = get_current_user_id();
111
+ $query_args[ 'is_default' ] = 1;
112
+ $is_user_owner = true;
113
+ }
114
+ else{
115
+ $wishlist = YITH_WCWL()->get_wishlist_detail_by_token( $wishlist_id );
116
+ $is_user_owner = $wishlist['user_id'] == get_current_user_id();
117
+
118
+ $query_args[ 'wishlist_token' ] = $wishlist_id;
119
+
120
+ if( ! empty( $wishlist ) && $wishlist['user_id'] != get_current_user_id() ){
121
+ $query_args[ 'user_id' ] = false;
122
+ if( ! current_user_can( 'manage_options' ) ){
123
+ $query_args[ 'wishlist_visibility' ] = 'visible';
124
+ }
125
+ }
126
+ }
127
+ }
128
+
129
+ // counts number of elements in wishlist for the user
130
+ $count = YITH_WCWL()->count_products( $wishlist_id );
131
+
132
+ // sets current page, number of pages and element offset
133
+ $current_page = max( 1, get_query_var( 'paged' ) );
134
+
135
+ // sets variables for pagination, if shortcode atts is set to yes
136
+ if( $pagination == 'yes' && $count > 1 ){
137
+ $pages = ceil( $count / $per_page );
138
+
139
+ if( $current_page > $pages ){
140
+ $current_page = $pages;
141
+ }
142
+
143
+ $offset = ( $current_page - 1 ) * $per_page;
144
+
145
+ if( $pages > 1 ){
146
+ $page_links = paginate_links( array(
147
+ 'base' => add_query_arg( array( 'paged' => '%#%' ), YITH_WCWL()->get_wishlist_url( 'view' . '/' . $wishlist_id ) ),
148
+ 'format' => '?paged=%#%',
149
+ 'current' => $current_page,
150
+ 'total' => $pages,
151
+ 'show_all' => true
152
+ ) );
153
+ }
154
+
155
+ $query_args[ 'limit' ] = $per_page;
156
+ $query_args[ 'offset' ] = $offset;
157
+ }
158
+
159
+ if( empty( $wishlist_id ) ){
160
+ $wishlists = YITH_WCWL()->get_wishlists( array( 'user_id' => get_current_user_id(), 'is_default' => 1 ) );
161
+ if( ! empty( $wishlists ) ){
162
+ $wishlist_id = $wishlists[0]['wishlist_token'];
163
+ }
164
+ }
165
+
166
+ // retrieve items to print
167
+ $wishlist_items = YITH_WCWL()->get_products( $query_args );
168
+
169
+ // retrieve wishlist information
170
+ $wishlist_meta = YITH_WCWL()->get_wishlist_detail_by_token( $wishlist_id );
171
+
172
+ // retireve wishlist title
173
+ if( $wishlist_meta['is_default'] == 1 ) {
174
+ $wishlist_title = get_option( 'yith_wcwl_wishlist_title' );
175
+ $wishlist_title = function_exists( 'icl_translate' ) ? icl_translate( 'Plugins', 'plugin_yit_wishlist_title_text', $wishlist_title ) : $wishlist_title;
176
+ }
177
+ else{
178
+ $wishlist_title = $wishlist_meta['wishlist_name'];
179
+ }
180
+
181
+ // retrieve estimate options
182
+ $show_ask_estimate_button = get_option( 'yith_wcwl_show_estimate_button' ) == 'yes';
183
+ $ask_estimate_url = false;
184
+ if( $show_ask_estimate_button ){
185
+ $ask_estimate_url = wp_nonce_url(
186
+ add_query_arg(
187
+ 'ask_an_estimate',
188
+ !empty( $wishlist_meta['wishlist_token'] ) ? $wishlist_meta['wishlist_token'] : 'false',
189
+ YITH_WCWL()->get_wishlist_url( 'view' . ( $wishlist_meta['is_default'] != 1 ? '/' . $wishlist_meta['wishlist_token'] : '' ) )
190
+ ),
191
+ 'ask_an_estimate',
192
+ 'estimate_nonce'
193
+ );
194
+ }
195
+
196
+ // retrieve share options
197
+ $share_facebook_enabled = get_option( 'yith_wcwl_share_fb' ) == 'yes';
198
+ $share_twitter_enabled = get_option( 'yith_wcwl_share_twitter' ) == 'yes';
199
+ $share_pinterest_enabled = get_option( 'yith_wcwl_share_pinterest' ) == 'yes';
200
+ $share_googleplus_enabled = get_option( 'yith_wcwl_share_googleplus' ) == 'yes';
201
+ $share_email_enabled = get_option( 'yith_wcwl_share_email' ) == 'yes';
202
+
203
+ $share_enabled = $share_facebook_enabled || $share_twitter_enabled || $share_pinterest_enabled || $share_googleplus_enabled || $share_email_enabled;
204
+
205
+ $additional_params = array(
206
+ 'count' => $count,
207
+ 'wishlist_items' => $wishlist_items,
208
+ 'wishlist_meta' => $wishlist_meta,
209
+ 'page_title' => $wishlist_title,
210
+ 'current_page' => $current_page,
211
+ 'page_links' => isset( $page_links ) ? $page_links : false,
212
+ 'is_user_logged_in' => is_user_logged_in(),
213
+ 'is_user_owner' => $is_user_owner,
214
+ 'show_price' => get_option( 'yith_wcwl_price_show' ) == 'yes',
215
+ 'show_ask_estimate_button' => $show_ask_estimate_button,
216
+ 'ask_estimate_url' => $ask_estimate_url,
217
+ 'show_stock_status' => get_option( 'yith_wcwl_stock_show' ) == 'yes',
218
+ 'show_add_to_cart' => get_option( 'yith_wcwl_add_to_cart_show' ) == 'yes',
219
+ 'price_excl_tax' => get_option( 'woocommerce_tax_display_cart' ) == 'excl',
220
+ 'template_part' => $template_part,
221
+ 'share_enabled' => $share_enabled
222
+ );
223
+
224
+ if( $share_enabled ){
225
+ $share_title = apply_filters( 'yith_wcwl_socials_share_title', __( 'Share on:', 'yit' ) );
226
+ $share_link_url = ( ! empty( $wishlist_id ) ) ? YITH_WCWL()->get_wishlist_url( 'view' . '/' . $wishlist_id ) : YITH_WCWL()->get_wishlist_url( 'user' . '/' . get_current_user_id() );
227
+ $share_links_title = apply_filters( 'plugin_text', urlencode( get_option( 'yith_wcwl_socials_title' ) ) );
228
+ $share_twitter_summary = str_replace( '%wishlist_url%', '', get_option( 'yith_wcwl_socials_text' ) );
229
+ $share_summary = urlencode( str_replace( '%wishlist_url%', $share_link_url, get_option( 'yith_wcwl_socials_text' ) ) );
230
+ $share_image_url = urlencode( get_option( 'yith_wcwl_socials_image_url' ) );
231
+
232
+ $share_atts = array(
233
+ 'share_facebook_enabled' => $share_facebook_enabled,
234
+ 'share_twitter_enabled' => $share_twitter_enabled,
235
+ 'share_pinterest_enabled' => $share_pinterest_enabled,
236
+ 'share_googleplus_enabled' => $share_googleplus_enabled,
237
+ 'share_email_enabled' => $share_email_enabled,
238
+ 'share_title' => $share_title,
239
+ 'share_link_url' => $share_link_url,
240
+ 'share_link_title' => $share_links_title,
241
+ 'share_twitter_summary' => $share_twitter_summary,
242
+ 'share_summary' => $share_summary,
243
+ 'share_image_url' => $share_image_url
244
+ );
245
+
246
+ $additional_params['share_atts'] = $share_atts;
247
+ }
248
+ }
249
+
250
+ $additional_params = apply_filters( 'yith_wcwl_wishlist_params', $additional_params, $action, $action_params, $pagination, $per_page );
251
+ $additional_params['template_part'] = isset( $additional_params['template_part'] ) ? $additional_params['template_part'] : $template_part;
252
+
253
+ $atts = array_merge(
254
+ $atts,
255
+ $additional_params
256
+ );
257
+
258
+ // adds attributes list to params to extract in template, so it can be passed through a new get_template()
259
+ $atts['atts'] = $atts;
260
+
261
+ // apply filters for add to cart buttons
262
+ add_filter( 'woocommerce_loop_add_to_cart_link', array( 'YITH_WCWL_UI', 'alter_add_to_cart_button' ), 10, 2 );
263
+
264
+ // sets that we're in the wishlist template
265
+ $yith_wcwl_is_wishlist = true;
266
+
267
+ $template = yith_wcwl_get_template( 'wishlist.php', $atts, true );
268
+
269
+ // we're not in wishlist template anymore
270
+ $yith_wcwl_is_wishlist = false;
271
+
272
+ // remove filters for add to cart buttons
273
+ remove_filter( 'woocommerce_loop_add_to_cart_link', array( 'YITH_WCWL_UI', 'alter_add_to_cart_button' ) );
274
+
275
+ return apply_filters( 'yith_wcwl_wishlisth_html', $template, array(), true );
276
+ }
277
+
278
+ /**
279
+ * Return "Add to Wishlist" button.
280
+ *
281
+ * @since 1.0.0
282
+ */
283
+ public static function add_to_wishlist( $atts, $content = null ) {
284
+ global $product;
285
+
286
+ $atts = shortcode_atts( array(), $atts );
287
+
288
+ $template_part = 'button';
289
+
290
+ $label_option = get_option( 'yith_wcwl_add_to_wishlist_text' );
291
+ $icon_option = get_option( 'yith_wcwl_add_to_wishlist_icon' ) != 'none' ? '<i class="' . get_option( 'yith_wcwl_add_to_wishlist_icon' ) . '"></i>' : '';
292
+
293
+ $localize_label = function_exists( 'icl_translate' ) ? icl_translate( 'Plugins', 'plugin_yit_wishlist_button', $label_option ) : $label_option;
294
+
295
+ $label = apply_filters( 'yith_wcwl_button_label', $localize_label );
296
+ $icon = apply_filters( 'yith_wcwl_button_icon', $icon_option );
297
+
298
+ $classes = apply_filters( 'yith_wcwl_add_to_wishlist_button_classes', get_option( 'yith_wcwl_use_button' ) == 'yes' ? 'add_to_wishlist single_add_to_wishlist button alt' : 'add_to_wishlist' );
299
+
300
+ $wishlist_url = YITH_WCWL()->get_wishlist_url();
301
+ $exists = YITH_WCWL()->is_product_in_wishlist( $product->id );
302
+ $product_type = $product->product_type;
303
+
304
+ $additional_params = array(
305
+ 'wishlist_url' => $wishlist_url,
306
+ 'exists' => $exists,
307
+ 'product_id' => $product->id,
308
+ 'product_type' => $product_type,
309
+ 'label' => $label,
310
+ 'icon' => $icon,
311
+ 'link_classes' => $classes,
312
+ 'available_multi_wishlist' => false,
313
+ );
314
+
315
+ $additional_params = apply_filters( 'yith_wcwl_add_to_wishlist_params', $additional_params );
316
+ $additional_params['template_part'] = isset( $additional_params['template_part'] ) ? $additional_params['template_part'] : $template_part;
317
+
318
+ $atts = array_merge(
319
+ $atts,
320
+ $additional_params
321
+ );
322
+
323
+ // adds attributes list to params to extract in template, so it can be passed through a new get_template()
324
+ $atts['atts'] = $atts;
325
+
326
+ $template = yith_wcwl_get_template( 'add-to-wishlist.php', $atts, true );
327
+
328
+ return apply_filters( 'yith_wcwl_add_to_wishlisth_button_html', $template, $wishlist_url, $product_type, $exists );
329
+ }
330
+ }
331
+ }
332
+
333
+ add_shortcode( 'yith_wcwl_wishlist', array( 'YITH_WCWL_Shortcode', 'wishlist' ) );
334
+ add_shortcode( 'yith_wcwl_add_to_wishlist', array( 'YITH_WCWL_Shortcode', 'add_to_wishlist' ) );
includes/class.yith-wcwl-ui.php ADDED
@@ -0,0 +1,225 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Shortcodes class
4
+ *
5
+ * @author Your Inspiration Themes
6
+ * @package YITH WooCommerce Wishlist
7
+ * @version 1.1.5
8
+ */
9
+
10
+ if ( ! defined( 'YITH_WCWL' ) ) {
11
+ exit;
12
+ } // Exit if accessed directly
13
+
14
+ if( ! class_exists( 'YITH_WCWL_UI' ) ) {
15
+
16
+ /**
17
+ * YITH_WCWL_UI class, with methods used to print user interface
18
+ *
19
+ * @since 1.0.0
20
+ */
21
+ class YITH_WCWL_UI {
22
+
23
+ /**
24
+ * Build the popup message HTML/jQuery.
25
+ *
26
+ * @return string
27
+ * @static
28
+ * @since 1.0.0
29
+ */
30
+ public static function popup_message() {
31
+ _deprecated_function( 'popup_message', '2.0.0', 'add-to-wishlist-button.php template' );
32
+ ob_start() ?>
33
+
34
+ <script type="text/javascript">
35
+ if( !jQuery( '#yith-wcwl-popup-message' ).length ) {
36
+ jQuery( 'body' ).prepend(
37
+ '<div id="yith-wcwl-popup-message" style="display:none;">' +
38
+ '<div id="yith-wcwl-message"></div>' +
39
+ '</div>'
40
+ );
41
+ }
42
+ </script>
43
+
44
+ <?php
45
+ return ob_get_clean();
46
+ }
47
+
48
+ /**
49
+ * Build the "Add to Wishlist" HTML
50
+ *
51
+ * @deprecated
52
+ * @param string $url
53
+ * @param string $product_type
54
+ * @param bool $exists
55
+ * @return string
56
+ * @static
57
+ * @since 1.0.0
58
+ */
59
+ public static function add_to_wishlist_button( $url, $product_type, $exists ) {
60
+ _deprecated_function( 'add_to_wishlist_button', '2.0.0', 'add-to-wishlist-button.php template' );
61
+
62
+ global $yith_wcwl, $product;
63
+
64
+ $label_option = get_option( 'yith_wcwl_add_to_wishlist_text' );
65
+ $localize_label = function_exists( 'icl_translate' ) ? icl_translate( 'Plugins', 'plugin_yit_wishlist_button', $label_option ) : $label_option;
66
+
67
+ $label = apply_filters( 'yith_wcwl_button_label', $localize_label );
68
+ $icon = get_option( 'yith_wcwl_add_to_wishlist_icon' ) != 'none' ? '<i class="' . get_option( 'yith_wcwl_add_to_wishlist_icon' ) . '"></i>' : '';
69
+
70
+ $classes = get_option( 'yith_wcwl_use_button' ) == 'yes' ? 'class="add_to_wishlist single_add_to_wishlist button alt"' : 'class="add_to_wishlist"';
71
+
72
+ $html = '<div class="yith-wcwl-add-to-wishlist">';
73
+ $html .= '<div class="yith-wcwl-add-button'; // the class attribute is closed in the next row
74
+
75
+ $html .= $exists ? ' hide" style="display:none;"' : ' show"';
76
+
77
+ $html .= '><a href="' . esc_url( add_query_arg( 'add_to_wishlist', $product->id ) ) . '" data-product-id="' . $product->id . '" data-product-type="' . $product_type . '" ' . $classes . ' >' . $icon . $label . '</a>';
78
+ $html .= '<img src="' . esc_url( admin_url( 'images/wpspin_light.gif' ) ) . '" class="ajax-loading" alt="loading" width="16" height="16" style="visibility:hidden" />';
79
+ $html .= '</div>';
80
+
81
+ $html .= '<div class="yith-wcwl-wishlistaddedbrowse hide" style="display:none;"><span class="feedback">' . __( 'Product added!','yit' ) . '</span> <a href="' . esc_url( $url ) . '">' . apply_filters( 'yith-wcwl-browse-wishlist-label', __( 'Browse Wishlist', 'yit' ) ) . '</a></div>';
82
+ $html .= '<div class="yith-wcwl-wishlistexistsbrowse ' . ( $exists ? 'show' : 'hide' ) . '" style="display:' . ( $exists ? 'block' : 'none' ) . '"><span class="feedback">' . __( 'The product is already in the wishlist!', 'yit' ) . '</span> <a href="' . esc_url( $url ) . '">' . apply_filters( 'yith-wcwl-browse-wishlist-label', __( 'Browse Wishlist', 'yit' ) ) . '</a></div>';
83
+ $html .= '<div style="clear:both"></div><div class="yith-wcwl-wishlistaddresponse"></div>';
84
+
85
+ $html .= '</div>';
86
+ $html .= '<div class="clear"></div>';
87
+
88
+ return $html;
89
+ }
90
+
91
+ /**
92
+ * Build the "Add to cart" HTML.
93
+ *
94
+ * @param string $url
95
+ * @param string $stock_status
96
+ * @param string $type
97
+ * @return string
98
+ * @static
99
+ * @since 1.0.0
100
+ */
101
+ public static function add_to_cart_button( $product_id, $stock_status ) {
102
+ _deprecated_function( 'add_to_cart_button', '2.0.0', 'wc_get_template( "loop/add-to-cart.php" )' );
103
+
104
+ global $yith_wcwl, $product;
105
+
106
+ if ( function_exists( 'get_product' ) )
107
+ $product = get_product( $product_id );
108
+ else
109
+ $product = new WC_Product( $product_id );
110
+
111
+ $url = $product->product_type == 'external' ? $yith_wcwl->get_affiliate_product_url( $product_id ) : $yith_wcwl->get_addtocart_url( $product_id );
112
+
113
+ $label_option = get_option( 'yith_wcwl_add_to_cart_text' );
114
+ $localize_label = function_exists( 'icl_translate' ) ? icl_translate( 'Plugins', 'plugin_yit_wishlist_button', $label_option ) : $label_option;
115
+
116
+ $label = $product->product_type == 'variable' ? apply_filters( 'variable_add_to_cart_text', __('Select options', 'yit') ) : apply_filters( 'yith_wcwl_add_to_cart_label', $localize_label );
117
+ $icon = get_option( 'yith_wcwl_use_button' ) == 'yes' && get_option( 'yith_wcwl_add_to_cart_icon' ) != 'none' ? '<i class="' . get_option( 'yith_wcwl_add_to_cart_icon' ) . '"></i>' : '';
118
+
119
+ $cartlink = '';
120
+ $redirect_to_cart = get_option( 'yith_wcwl_redirect_cart' ) == 'yes' && $product->product_type != 'variable' ? 'true' : 'false';
121
+ $style = ''; //indicates the style (background-color and font color)
122
+
123
+ if( get_option( 'yith_wcwl_use_button' ) == 'yes' ) {
124
+ if( $product->product_type == 'external' ) {
125
+ $cartlink .= '<a target="_blank" class="add_to_cart button alt" href="' . $url . '"';
126
+ } else {
127
+ $cartlink .= '<a class="add_to_cart add_to_cart_from_wishlist button alt" href="' . $url . '" data-stock-status="' . $stock_status . '" data-redirect-to-cart="' . $redirect_to_cart . '"';
128
+ }
129
+
130
+ $cartlink .= $style . '>' . $icon . $label . '</a>';
131
+ } else {
132
+ if( $product->product_type == 'external' ) {
133
+ $cartlink .= '<a target="_blank" class="add_to_cart button alt" href="' . $url . '">' . $icon . $label . '</a>';
134
+ } else {
135
+ $cartlink .= '<a class="add_to_cart add_to_cart_from_wishlist button alt" href="' . $url . '" data-stock-status="' . $stock_status . '" data-redirect-to-cart="' . $redirect_to_cart . '">' . $icon . $label . '</a>';
136
+ }
137
+ }
138
+
139
+ return $cartlink;
140
+ }
141
+
142
+ /**
143
+ * Build share HTML.
144
+ *
145
+ * @param string $url
146
+ * @return string $string
147
+ * @static
148
+ * @since 1.0.0
149
+ */
150
+ public static function get_share_links( $url ) {
151
+ _deprecated_function( 'get_share_links', '2.0.0', 'share.php template' );
152
+
153
+ $normal_url = $url;
154
+ $url = urlencode( $url );
155
+ $title = apply_filters( 'plugin_text', urlencode( get_option( 'yith_wcwl_socials_title' ) ) );
156
+ $twitter_summary = str_replace( '%wishlist_url%', '', get_option( 'yith_wcwl_socials_text' ) );
157
+ $summary = urlencode( str_replace( '%wishlist_url%', $normal_url, get_option( 'yith_wcwl_socials_text' ) ) );
158
+ $imageurl = urlencode( get_option( 'yith_wcwl_socials_image_url' ) );
159
+
160
+ $html = '<div class="yith-wcwl-share">';
161
+ $html .= apply_filters( 'yith_wcwl_socials_share_title', '<span>' . __( 'Share on:', 'yit' ) . '</span>' );
162
+ $html .= '<ul>';
163
+
164
+ if( get_option( 'yith_wcwl_share_fb' ) == 'yes' )
165
+ { $html .= '<li style="list-style-type: none; display: inline-block;"><a target="_blank" class="facebook" href="https://www.facebook.com/sharer.php?s=100&amp;p[title]=' . $title . '&amp;p[url]=' . $url . '&amp;p[summary]=' . $summary . '&amp;p[images][0]=' . $imageurl . '" title="' . __( 'Facebook', 'yit' ) . '"></a></li>'; }
166
+
167
+ if( get_option( 'yith_wcwl_share_twitter' ) == 'yes' )
168
+ { $html .= '<li style="list-style-type: none; display: inline-block;"><a target="_blank" class="twitter" href="https://twitter.com/share?url=' . $url . '&amp;text=' . $twitter_summary . '" title="' . __( 'Twitter', 'yit' ) . '"></a></li>'; }
169
+
170
+ if( get_option( 'yith_wcwl_share_pinterest' ) == 'yes' )
171
+ { $html .= '<li style="list-style-type: none; display: inline-block;"><a target="_blank" class="pinterest" href="http://pinterest.com/pin/create/button/?url=' . $url . '&amp;description=' . $summary . '&media=' . $imageurl . '" onclick="window.open(this.href); return false;"></a></li>'; }
172
+
173
+ if( get_option( 'yith_wcwl_share_googleplus' ) == 'yes' )
174
+ { $html .= '<li style="list-style-type: none; display: inline-block;"><a target="_blank" class="googleplus" href="https://plus.google.com/share?url=' . $url . '&amp;title=' . $title . '" title="' . $title . '" onclick=\'javascript:window.open(this.href, "", "menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600");return false;\'></a></li>'; }
175
+
176
+ if( get_option( 'yith_wcwl_share_email' ) == 'yes' )
177
+ { $html .= '<li style="list-style-type: none; display: inline-block;"><a class="email" href="mailto:?subject=I wanted you to see this site&amp;body= ' . $url . '&amp;title=' . __('email', 'yit') . '" title="' . $title . '" ></a></li>'; }
178
+
179
+ $html .= '</ul>';
180
+ $html .= '</div>';
181
+
182
+ return $html;
183
+ }
184
+
185
+ /**
186
+ * Adds classes to add-to-cart button
187
+ *
188
+ * @param $button_html string
189
+ * @param $product \WC_Product
190
+ * @return string
191
+ * @static
192
+ * @since 2.0.0
193
+ */
194
+ public static function alter_add_to_cart_button( $button_html, $product ){
195
+
196
+ // retrieve options
197
+ $label_option = get_option( 'yith_wcwl_add_to_cart_text' );
198
+ $localize_label = function_exists( 'icl_translate' ) ? icl_translate( 'Plugins', 'plugin_yit_wishlist_button', $label_option ) : $label_option;
199
+
200
+ $label = $product->product_type == 'variable' ? apply_filters( 'variable_add_to_cart_text', __('Select options', 'yit') ) : apply_filters( 'yith_wcwl_add_to_cart_label', $localize_label );
201
+ if( get_option( 'yith_wcwl_frontend_css' ) != 'yes' ) {
202
+ $icon = get_option( 'yith_wcwl_use_button' ) == 'yes' && get_option( 'yith_wcwl_add_to_cart_icon' ) != 'none' ? '<i class="' . get_option( 'yith_wcwl_add_to_cart_icon' ) . '"></i>' : '';
203
+ }
204
+ else{
205
+ $icon = '';
206
+ }
207
+
208
+ // customize
209
+ $match = array();
210
+ preg_match( '/<a.*class="(.*)">.*<\/a>/', $button_html, $match );
211
+
212
+ if( ! empty( $match ) && isset( $match[1] ) ){
213
+ $button_html = str_replace( $match[1], $match[1] . ' add_to_cart button alt', $button_html );
214
+ }
215
+
216
+ preg_match( '/<a .*?>(.*)<\/a>/', $button_html, $match );
217
+
218
+ if( ! empty( $match ) && isset( $match[1] ) ){
219
+ $button_html = str_replace( $match[1], $icon . ' ' . $label, $button_html );
220
+ }
221
+
222
+ return $button_html;
223
+ }
224
+ }
225
+ }
includes/class.yith-wcwl.php ADDED
@@ -0,0 +1,1214 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Main class
4
+ *
5
+ * @author Your Inspiration Themes
6
+ * @package YITH WooCommerce Wishlist
7
+ * @version 1.1.5
8
+ */
9
+
10
+ if ( ! defined( 'YITH_WCWL' ) ) {
11
+ exit;
12
+ } // Exit if accessed directly
13
+
14
+ if ( ! class_exists( 'YITH_WCWL' ) ) {
15
+ /**
16
+ * WooCommerce Wishlist
17
+ *
18
+ * @since 1.0.0
19
+ */
20
+ class YITH_WCWL {
21
+ /**
22
+ * Single instance of the class
23
+ *
24
+ * @var \YITH_WCWL
25
+ * @since 2.0.0
26
+ */
27
+ protected static $instance;
28
+
29
+ /**
30
+ * Errors array
31
+ *
32
+ * @var array
33
+ * @since 1.0.0
34
+ */
35
+ public $errors;
36
+
37
+ /**
38
+ * Last operation token
39
+ *
40
+ * @var string
41
+ * @since 2.0.0
42
+ */
43
+ public $last_operation_token;
44
+
45
+ /**
46
+ * Details array
47
+ *
48
+ * @var array
49
+ * @since 1.0.0
50
+ */
51
+ public $details;
52
+
53
+ /**
54
+ * Messages array
55
+ *
56
+ * @var array
57
+ * @since 1.0.0
58
+ */
59
+ public $messages;
60
+
61
+ /**
62
+ * Returns single instance of the class
63
+ *
64
+ * @return \YITH_WCWL
65
+ * @since 2.0.0
66
+ */
67
+ public static function get_instance(){
68
+ if( is_null( self::$instance ) ){
69
+ self::$instance = new self( $_REQUEST );
70
+ }
71
+
72
+ return self::$instance;
73
+ }
74
+
75
+ /**
76
+ * Constructor.
77
+ *
78
+ * @param array $details
79
+ * @return \YITH_WCWL
80
+ * @since 1.0.0
81
+ */
82
+ public function __construct( $details ) {
83
+ $this->details = $details;
84
+ $this->wcwl_init = YITH_WCWL_Init();
85
+
86
+ $add_to_cart_redirect_hook = 'woocommerce_add_to_cart_redirect';
87
+
88
+ if( is_admin() ){
89
+ $this->wcwl_admin_init = YITH_WCWL_Admin_Init();
90
+ }
91
+
92
+ /**
93
+ * WC Version < 2.3 Support
94
+ */
95
+ global $woocommerce;
96
+ if( version_compare( preg_replace( '/-beta-([0-9]+)/', '', $woocommerce->version ), '2.3', '<' ) ){
97
+ $add_to_cart_redirect_hook = 'add_to_cart_redirect ';
98
+ }
99
+
100
+ add_action( 'after_setup_theme', array( $this, 'plugin_fw_loader' ), 1 );
101
+
102
+ // add rewrite rule
103
+ add_action( 'init', array( $this, 'add_rewrite_rules' ), 0 );
104
+ add_filter( 'query_vars', array( $this, 'add_public_query_var' ) );
105
+
106
+ add_action( 'init', array( $this, 'add_to_wishlist' ) );
107
+ add_action( 'wp_ajax_add_to_wishlist', array( $this, 'add_to_wishlist_ajax' ) );
108
+ add_action( 'wp_ajax_nopriv_add_to_wishlist', array( $this, 'add_to_wishlist_ajax' ) );
109
+
110
+ add_action( 'init', array( $this, 'remove_from_wishlist' ) );
111
+ add_action( 'wp_ajax_remove_from_wishlist', array( $this, 'remove_from_wishlist_ajax' ) );
112
+ add_action( 'wp_ajax_nopriv_remove_from_wishlist', array( $this, 'remove_from_wishlist_ajax' ) );
113
+
114
+ add_action( 'woocommerce_add_to_cart', array( $this, 'remove_from_wishlist_after_add_to_cart' ) );
115
+ add_filter( $add_to_cart_redirect_hook, array( $this, 'redirect_to_cart' ) );
116
+ }
117
+
118
+ /* === PLUGIN FW LOADER === */
119
+
120
+ /**
121
+ * Loads plugin fw, if not yet created
122
+ *
123
+ * @return void
124
+ * @since 2.0.0
125
+ */
126
+ public function plugin_fw_loader() {
127
+ if ( ! defined( 'YIT' ) || ! defined( 'YIT_CORE_PLUGIN' ) ) {
128
+ require_once( YITH_WCWL_DIR . '/plugin-fw/yit-plugin.php' );
129
+ }
130
+ }
131
+
132
+ /* === ITEMS METHODS === */
133
+
134
+ /**
135
+ * Check if the product exists in the wishlist.
136
+ *
137
+ * @param int $product_id
138
+ * @return bool
139
+ * @since 1.0.0
140
+ */
141
+ public function is_product_in_wishlist( $product_id, $wishlist_id = false ) {
142
+ global $wpdb;
143
+
144
+ $exists = false;
145
+
146
+ if( is_user_logged_in() ) {
147
+ $sql = "SELECT COUNT(*) as `cnt` FROM `{$wpdb->yith_wcwl_items}` WHERE `prod_id` = %d AND `user_id` = %d";
148
+ $sql_args = array(
149
+ $product_id,
150
+ $this->details['user_id']
151
+ );
152
+
153
+ if( $wishlist_id != false ){
154
+ $sql .= " AND `wishlist_id` = %d";
155
+ $sql_args[] = $wishlist_id;
156
+ }
157
+ else{
158
+ $sql .= " AND `wishlist_id` IS NULL";
159
+ }
160
+
161
+ $results = $wpdb->get_var( $wpdb->prepare( $sql, $sql_args ) );
162
+ $exists = (bool) ( $results > 0 );
163
+ }
164
+ else {
165
+ $wishlist = yith_getcookie( 'yith_wcwl_products' );
166
+
167
+ foreach( $wishlist as $key => $item ){
168
+ if( $item['wishlist_id'] == $wishlist_id && $item['prod_id'] == $product_id ){
169
+ $exists = true;
170
+ }
171
+ }
172
+ }
173
+
174
+ return $exists;
175
+ }
176
+
177
+ /**
178
+ * Add a product in the wishlist.
179
+ *
180
+ * @return string "error", "true" or "exists"
181
+ * @since 1.0.0
182
+ */
183
+ public function add() {
184
+ global $wpdb;
185
+ $prod_id = ( isset( $this->details['add_to_wishlist'] ) && is_numeric( $this->details['add_to_wishlist'] ) ) ? $this->details['add_to_wishlist'] : false;
186
+ $wishlist_id = ( isset( $this->details['wishlist_id'] ) && strcmp( $this->details['wishlist_id'], 0 ) != 0 ) ? $this->details['wishlist_id'] : false;
187
+ $quantity = ( isset( $this->details['quantity'] ) ) ? ( int ) $this->details['quantity'] : 1;
188
+ $user_id = ( ! empty( $this->details['user_id'] ) ) ? $this->details['user_id'] : false;
189
+ $wishlist_name = ( ! empty( $this->details['wishlist_name'] ) ) ? $this->details['wishlist_name'] : '';
190
+
191
+ if ( $prod_id == false ) {
192
+ $this->errors[] = __( 'Error occurred while adding product to wishlist.', 'yit' );
193
+ return "error";
194
+ }
195
+
196
+ //check for existence, product ID, variation ID, variation data, and other cart item data
197
+ if( strcmp( $wishlist_id, 'new' ) != 0 && $this->is_product_in_wishlist( $prod_id, $wishlist_id ) ) {
198
+ if( $wishlist_id != false ){
199
+ $wishlist = $this->get_wishlist_detail( $wishlist_id );
200
+ $this->last_operation_token = $wishlist['wishlist_token'];
201
+ }
202
+ else{
203
+ $this->last_operation_token = false;
204
+ }
205
+
206
+ return "exists";
207
+ }
208
+
209
+ if( $user_id != false ) {
210
+
211
+ $insert_args = array(
212
+ 'prod_id' => $prod_id,
213
+ 'user_id' => $user_id,
214
+ 'quantity' => $quantity,
215
+ 'dateadded' => date( 'Y-m-d H:i:s' )
216
+ );
217
+
218
+ if( ! empty( $wishlist_id ) && strcmp( $wishlist_id, 'new' ) != 0 ){
219
+ $insert_args[ 'wishlist_id' ] = $wishlist_id;
220
+
221
+ $wishlist = $this->get_wishlist_detail( $insert_args[ 'wishlist_id' ] );
222
+ $this->last_operation_token = $wishlist['wishlist_token'];
223
+ }
224
+ elseif( strcmp( $wishlist_id, 'new' ) == 0 ){
225
+ if( function_exists( 'YITH_WCWL_Premium' ) ){
226
+ $response = YITH_WCWL_Premium()->add_wishlist();
227
+ }
228
+ else{
229
+ $response = $this->add_wishlist();
230
+ }
231
+
232
+ if( $response == "error" ){
233
+ return "error";
234
+ }
235
+ else{
236
+ $insert_args[ 'wishlist_id' ] = $response;
237
+
238
+ $wishlist = $this->get_wishlist_detail( $insert_args[ 'wishlist_id' ] );
239
+ $this->last_operation_token = $wishlist['wishlist_token'];
240
+ }
241
+ }
242
+ elseif( empty( $wishlist_id ) ){
243
+ $wishlist_id = $this->generate_default_wishlist( $user_id );
244
+ $insert_args[ 'wishlist_id' ] = $wishlist_id;
245
+
246
+ if( $this->is_product_in_wishlist( $prod_id, $wishlist_id ) ){
247
+ return "exists";
248
+ }
249
+ }
250
+
251
+ $result = $wpdb->insert( $wpdb->yith_wcwl_items, $insert_args );
252
+ }
253
+ else {
254
+ $cookie = array(
255
+ 'prod_id' => $prod_id,
256
+ 'quantity' => $quantity,
257
+ 'wishlist_id' => $wishlist_id
258
+ );
259
+
260
+ $wishlist = yith_getcookie( 'yith_wcwl_products' );
261
+ $found = $this->is_product_in_wishlist( $prod_id, $wishlist_id );
262
+
263
+ if( ! $found ){
264
+ $wishlist[] = $cookie;
265
+ }
266
+
267
+ yith_setcookie( 'yith_wcwl_products', $wishlist );
268
+
269
+ $result = true;
270
+ }
271
+
272
+ if( $result ) {
273
+ return "true";
274
+ }
275
+ else {
276
+ $this->errors[] = __( 'Error occurred while adding product to wishlist.', 'yit' );
277
+ return "error";
278
+ }
279
+ }
280
+
281
+ /**
282
+ * Remove an entry from the wishlist.
283
+ *
284
+ * @return bool
285
+ * @since 1.0.0
286
+ */
287
+ public function remove( $id = false ) {
288
+ global $wpdb;
289
+
290
+ if( ! empty( $id ) ) {
291
+ _deprecated_argument( 'YITH_WCWL->remove()', '2.0.0', __( 'Remove now does not require any param' ) );
292
+ }
293
+
294
+ $prod_id = ( isset( $this->details['remove_from_wishlist'] ) && is_numeric( $this->details['remove_from_wishlist'] ) ) ? $this->details['remove_from_wishlist'] : false;
295
+ $wishlist_id = ( isset( $this->details['wishlist_id'] ) && is_numeric( $this->details['wishlist_id'] ) ) ? $this->details['wishlist_id'] : false;
296
+ $user_id = ( ! empty( $this->details['user_id'] ) ) ? $this->details['user_id'] : false;
297
+
298
+ if( $prod_id == false ){
299
+ return false;
300
+ }
301
+
302
+ if ( is_user_logged_in() ) {
303
+ $sql = "DELETE FROM {$wpdb->yith_wcwl_items} WHERE user_id = %d AND prod_id = %d";
304
+ $sql_args = array(
305
+ $user_id,
306
+ $prod_id
307
+ );
308
+
309
+ if( empty( $wishlist_id ) ){
310
+ $wishlist_id = $this->generate_default_wishlist( get_current_user_id() );
311
+ }
312
+
313
+ $wishlist = $this->get_wishlist_detail( $wishlist_id );
314
+ $this->last_operation_token = $wishlist['wishlist_token'];
315
+
316
+ $sql .= " AND wishlist_id = %d";
317
+ $sql_args[] = $wishlist_id;
318
+
319
+ $result = $wpdb->query( $wpdb->prepare( $sql, $sql_args ) );
320
+
321
+ if ( $result ) {
322
+ return true;
323
+ }
324
+ else {
325
+ $this->errors[] = __( 'Error occurred while removing product from wishlist', 'yit' );
326
+ return false;
327
+ }
328
+ }
329
+ else {
330
+ $wishlist = yith_getcookie( 'yith_wcwl_products' );
331
+
332
+ foreach( $wishlist as $key => $item ){
333
+ if( $item['wishlist_id'] == $wishlist_id && $item['prod_id'] == $prod_id ){
334
+ unset( $wishlist[ $key ] );
335
+ }
336
+ }
337
+
338
+ yith_setcookie( 'yith_wcwl_products', $wishlist );
339
+
340
+ return true;
341
+ }
342
+ }
343
+
344
+ /**
345
+ * Retrieve the number of products in the wishlist.
346
+ *
347
+ * @return int
348
+ * @since 1.0.0
349
+ */
350
+ public function count_products( $wishlist_token = false ) {
351
+ global $wpdb;
352
+
353
+ if( is_user_logged_in() || $wishlist_token != false ) {
354
+ $sql = "SELECT COUNT(*) AS `cnt`
355
+ FROM `{$wpdb->yith_wcwl_items}` AS i
356
+ LEFT JOIN `{$wpdb->yith_wcwl_wishlists}` AS l ON l.ID = i.wishlist_id";
357
+
358
+ if( ! empty( $wishlist_token ) ){
359
+ $sql .= " WHERE l.`wishlist_token` = %s";
360
+ $query = $wpdb->prepare( $sql, $wishlist_token );
361
+ }
362
+ else{
363
+ $sql .= " WHERE l.`is_default` = %d AND l.`user_id` = %d";
364
+ $query = $wpdb->prepare( $sql, array( 1, get_current_user_id() ) );
365
+ }
366
+
367
+ $results = $wpdb->get_var( $query );
368
+ return $results;
369
+ }
370
+ else {
371
+ $cookie = yith_getcookie( 'yith_wcwl_products' );
372
+
373
+ return count( $cookie );
374
+ }
375
+ }
376
+
377
+ /**
378
+ * Retrieve elements of the wishlist for a specific user
379
+ *
380
+ * @return array
381
+ * @since 2.0.0
382
+ */
383
+ public function get_products( $args = array() ) {
384
+ global $wpdb;
385
+
386
+ $default = array(
387
+ 'user_id' => ( is_user_logged_in() ) ? get_current_user_id(): false,
388
+ 'product_id' => false,
389
+ 'wishlist_id' => false, //wishlist_id for a specific wishlist, false for default, or all for any wishlist
390
+ 'wishlist_token' => false,
391
+ 'wishlist_visibility' => 'all', // all, visible, public, shared, private
392
+ 'is_default' => false,
393
+ 'id' => false, // only for table select
394
+ 'limit' => false,
395
+ 'offset' => 0
396
+ );
397
+
398
+ $args = wp_parse_args( $args, $default );
399
+ extract( $args );
400
+
401
+ if( ! empty( $user_id ) || ! empty( $wishlist_token ) ) {
402
+ $sql = "SELECT *
403
+ FROM `{$wpdb->yith_wcwl_items}` AS i
404
+ LEFT JOIN {$wpdb->yith_wcwl_wishlists} AS l ON l.`ID` = i.`wishlist_id` WHERE 1";
405
+
406
+ if( ! empty( $user_id ) ){
407
+ $sql .= " AND i.`user_id` = %d";
408
+ $sql_args = array( $user_id );
409
+ }
410
+
411
+ if( ! empty( $product_id ) ){
412
+ $sql .= " AND i.`prod_id` = %d";
413
+ $sql_args[] = $product_id;
414
+ }
415
+
416
+ if( ! empty( $wishlist_id ) ){
417
+ $sql .= " AND i.`wishlist_id` = %d";
418
+ $sql_args[] = $wishlist_id;
419
+ }
420
+ elseif( empty( $wishlist_id ) && empty( $wishlist_token ) && $is_default != 1 ){
421
+ $sql .= " AND i.`wishlist_id` IS NULL";
422
+ }
423
+
424
+ if( ! empty( $wishlist_token ) ){
425
+ $sql .= " AND l.`wishlist_token` = %s";
426
+ $sql_args[] = $wishlist_token;
427
+ }
428
+
429
+ if( ! empty( $wishlist_visibility ) && $wishlist_visibility != 'all' ){
430
+ switch( $wishlist_visibility ){
431
+ case 'visible':
432
+ $sql .= " AND ( l.`wishlist_privacy` = %d OR l.`wishlist_privacy` = %d )";
433
+ $sql_args[] = 0;
434
+ $sql_args[] = 1;
435
+ break;
436
+ case 'public':
437
+ $sql .= " AND l.`wishlist_privacy` = %d";
438
+ $sql_args[] = 0;
439
+ break;
440
+ case 'shared':
441
+ $sql .= " AND l.`wishlist_privacy` = %d";
442
+ $sql_args[] = 1;
443
+ break;
444
+ case 'private':
445
+ $sql .= " AND l.`wishlist_privacy` = %d";
446
+ $sql_args[] = 2;
447
+ break;
448
+ default:
449
+ $sql .= " AND l.`wishlist_privacy` = %d";
450
+ $sql_args[] = 0;
451
+ break;
452
+ }
453
+ }
454
+
455
+ if( $is_default !== false ){
456
+ if( ! empty( $user_id ) ){
457
+ $this->generate_default_wishlist( $user_id );
458
+ }
459
+
460
+ $sql .= " AND l.`is_default` = %d";
461
+ $sql_args[] = $is_default;
462
+ }
463
+
464
+ if( ! empty( $id ) ){
465
+ $sql .= " AND `i.ID` = %d";
466
+ $sql_args[] = $id;
467
+ }
468
+
469
+ if( ! empty( $limit ) ){
470
+ $sql .= " LIMIT " . $offset . ", " . $limit;
471
+ }
472
+
473
+ $wishlist = $wpdb->get_results( $wpdb->prepare( $sql, $sql_args ), ARRAY_A );
474
+ }
475
+ else{
476
+ $wishlist = yith_getcookie( 'yith_wcwl_products' );
477
+
478
+ foreach( $wishlist as $key => $cookie ){
479
+ if( ! empty( $product_id ) && $cookie['prod_id'] != $product_id ){
480
+ unset( $wishlist[ $key ] );
481
+ }
482
+
483
+ if( ( ! empty( $wishlist_id ) && $wishlist_id != 'all' ) && $cookie['wishlist_id'] != $wishlist_id ){
484
+ unset( $wishlist[ $key ] );
485
+ }
486
+ }
487
+
488
+ if( ! empty( $limit ) ){
489
+ $wishlist = array_slice( $wishlist, $offset, $limit );
490
+ }
491
+ }
492
+
493
+ return $wishlist;
494
+ }
495
+
496
+ /**
497
+ * Count product occurrencies in users wishlists
498
+ *
499
+ * @param $product_id int
500
+ *
501
+ * @return int
502
+ * @since 2.0.0
503
+ */
504
+ public function count_product_occurrencies( $product_id ) {
505
+ global $wpdb;
506
+ $sql = "SELECT COUNT(*) FROM {$wpdb->yith_wcwl_items} WHERE `prod_id` = %d";
507
+
508
+ return $wpdb->get_var( $wpdb->prepare( $sql, $product_id ) );
509
+ }
510
+
511
+ /**
512
+ * Retrieve details of a product in the wishlist.
513
+ *
514
+ * @param int $id
515
+ * @param string $request_from
516
+ * @return array
517
+ * @since 1.0.0
518
+ */
519
+ public function get_product_details( $product_id, $wishlist_id = false ) {
520
+ global $wpdb;
521
+
522
+ return $this->get_products(
523
+ array(
524
+ 'prod_id' => $product_id,
525
+ 'wishlist_id' => $wishlist_id
526
+ )
527
+ );
528
+ }
529
+
530
+ /**
531
+ * Returns an array of users that created and populated a public wishlist
532
+ *
533
+ * @param $search array Array of arguments for the search
534
+ * @return array
535
+ * @since 2.0.0
536
+ */
537
+ public function get_users_with_wishlist( $args = array() ){
538
+ global $wpdb;
539
+
540
+ $default = array(
541
+ 'search' => false,
542
+ 'limit' => false,
543
+ 'offset' => 0
544
+ );
545
+
546
+ $args = wp_parse_args( $args, $default );
547
+ extract( $args );
548
+
549
+ $sql = "SELECT DISTINCT i.user_id
550
+ FROM {$wpdb->yith_wcwl_items} AS i
551
+ LEFT JOIN {$wpdb->yith_wcwl_wishlists} AS l ON i.wishlist_id = l.ID";
552
+
553
+ if( ! empty( $search ) ){
554
+ $sql .= " LEFT JOIN `{$wpdb->users}` AS u ON l.`user_id` = u.ID";
555
+ $sql .= " LEFT JOIN `{$wpdb->usermeta}` AS umn ON umn.`user_id` = u.`ID`";
556
+ $sql .= " LEFT JOIN `{$wpdb->usermeta}` AS ums ON ums.`user_id` = u.`ID`";
557
+ }
558
+
559
+ $sql .= " WHERE l.wishlist_privacy = %d";
560
+ $sql_args = array( 0 );
561
+
562
+ if( ! empty( $search ) ){
563
+ $sql .= " AND ( umn.`meta_key` LIKE %s AND ums.`meta_key` LIKE %s AND ( u.`user_email` LIKE %s OR u.`user_login` LIKE %s OR umn.`meta_value` LIKE %s OR ums.`meta_value` LIKE %s ) )";
564
+ $sql_args[] = 'first_name';
565
+ $sql_args[] = 'last_name';
566
+ $sql_args[] = "%" . $search . "%";
567
+ $sql_args[] = "%" . $search . "%";
568
+ $sql_args[] = "%" . $search . "%";
569
+ $sql_args[] = "%" . $search . "%";
570
+ }
571
+
572
+ if( ! empty( $limit ) ){
573
+ $sql .= " LIMIT " . $offset . ", " . $limit;
574
+ }
575
+
576
+ $res = $wpdb->get_col( $wpdb->prepare( $sql, $sql_args ) );
577
+ return $res;
578
+ }
579
+
580
+ /**
581
+ * Count users that have public wishlists
582
+ *
583
+ * @param $search string
584
+ * @return int
585
+ * @since 2.0.0
586
+ */
587
+ public function count_users_with_wishlists( $search ){
588
+ return count( $this->get_users_with_wishlist( array( 'search' => $search ) ) );
589
+ }
590
+
591
+ /* === WISHLISTS METHODS === */
592
+
593
+ /**
594
+ * Add a new wishlist for the user.
595
+ *
596
+ * @return string "error", "exists" or id of the inserted wishlist
597
+ * @since 2.0.0
598
+ */
599
+ public function add_wishlist() {
600
+ $user_id = ( ! empty( $this->details['user_id'] ) ) ? $this->details['user_id'] : false;
601
+
602
+ if( $user_id == false ){
603
+ $this->errors[] = __( 'You need to log in before creating a new wishlist', 'yit' );
604
+ return "error";
605
+ }
606
+
607
+ return $this->generate_default_wishlist( $user_id );
608
+ }
609
+
610
+ /**
611
+ * Update wishlist with arguments passed as second parameter
612
+ *
613
+ * @param $wishlist_id int
614
+ * @param $args array Array of parameters to user in $wpdb->update
615
+ * @return bool
616
+ * @since 2.0.0
617
+ */
618
+ public function update_wishlist( $wishlist_id, $args = array() ) {
619
+ return false;
620
+ }
621
+
622
+ /**
623
+ * Delete indicated wishlist
624
+ *
625
+ * @param $wishlist_id int
626
+ * @return bool
627
+ * @since 2.0.0
628
+ */
629
+ public function remove_wishlist( $wishlist_id ) {
630
+ return false;
631
+ }
632
+
633
+ /**
634
+ * Checks if a wishlist with the given slug is already in the db
635
+ *
636
+ * @param string $wishlist_slug
637
+ * @param int $user_id
638
+ * @return bool
639
+ * @since 2.0.0
640
+ */
641
+ public function wishlist_exists( $wishlist_slug, $user_id ) {
642
+ global $wpdb;
643
+ $sql = "SELECT COUNT(*) AS `cnt` FROM `{$wpdb->yith_wcwl_wishlists}` WHERE `wishlist_slug` = %s AND `user_id` = %d";
644
+ $sql_args = array(
645
+ $wishlist_slug,
646
+ $user_id
647
+ );
648
+
649
+ $res = $wpdb->get_var( $wpdb->prepare( $sql, $sql_args ) );
650
+
651
+ return (bool) ( $res > 0 );
652
+ }
653
+
654
+ /**
655
+ * Retrieve all the wishlist matching speciefied arguments
656
+ *
657
+ * @return array
658
+ * @since 2.0.0
659
+ */
660
+ public function get_wishlists( $args = array() ){
661
+ global $wpdb;
662
+
663
+ $default = array(
664
+ 'id' => false,
665
+ 'user_id' => ( is_user_logged_in() ) ? get_current_user_id(): false,
666
+ 'wishlist_slug' => false,
667
+ 'wishlist_name' => false,
668
+ 'wishlist_token' => false,
669
+ 'wishlist_visibility' => 'all', // all, visible, public, shared, private
670
+ 'user_search' => false,
671
+ 'is_default' => false,
672
+ 'orderby' => 'ID',
673
+ 'order' => 'DESC',
674
+ 'limit' => false,
675
+ 'offset' => 0
676
+ );
677
+
678
+ $args = wp_parse_args( $args, $default );
679
+ extract( $args );
680
+
681
+ $sql = "SELECT l.*";
682
+
683
+ if( ! empty( $user_search ) ){
684
+ $sql .= ", u.user_email, umn.meta_value AS first_name, ums.meta_value AS last_name";
685
+ }
686
+
687
+ $sql .= " FROM `{$wpdb->yith_wcwl_wishlists}` AS l";
688
+
689
+ if( ! empty( $user_search ) || $orderby == 'user_login' ) {
690
+ $sql .= " LEFT JOIN `{$wpdb->users}` AS u ON l.`user_id` = u.ID";
691
+ }
692
+
693
+ if( ! empty( $user_search ) ){
694
+ $sql .= " LEFT JOIN `{$wpdb->usermeta}` AS umn ON umn.`user_id` = u.`ID`";
695
+ $sql .= " LEFT JOIN `{$wpdb->usermeta}` AS ums ON ums.`user_id` = u.`ID`";
696
+ }
697
+
698
+ $sql .= " WHERE 1";
699
+
700
+ if( ! empty( $user_id ) ){
701
+ $sql .= " AND l.`user_id` = %d";
702
+
703
+ $sql_args = array(
704
+ $user_id
705
+ );
706
+ }
707
+
708
+ if( ! empty( $user_search ) ){
709
+ $sql .= " AND ( umn.`meta_key` LIKE %s AND ums.`meta_key` LIKE %s AND ( u.`user_email` LIKE %s OR umn.`meta_value` LIKE %s OR ums.`meta_value` LIKE %s ) )";
710
+ $sql_args[] = 'first_name';
711
+ $sql_args[] = 'last_name';
712
+ $sql_args[] = "%" . $user_search . "%";
713
+ $sql_args[] = "%" . $user_search . "%";
714
+ $sql_args[] = "%" . $user_search . "%";
715
+ }
716
+
717
+ if( $is_default !== false ){
718
+ $sql .= " AND l.`is_default` = %d";
719
+ $sql_args[] = $is_default;
720
+ }
721
+
722
+ if( ! empty( $id ) ){
723
+ $sql .= " AND l.`ID` = %d";
724
+ $sql_args[] = $id;
725
+ }
726
+
727
+ if( $wishlist_slug !== false ){
728
+ $sql .= " AND l.`wishlist_slug` = %s";
729
+ $sql_args[] = sanitize_title_with_dashes( $wishlist_slug );
730
+ }
731
+
732
+ if( ! empty( $wishlist_token ) ){
733
+ $sql .= " AND l.`wishlist_token` = %s";
734
+ $sql_args[] = $wishlist_token;
735
+ }
736
+
737
+ if( ! empty( $wishlist_name ) ){
738
+ $sql .= " AND l.`wishlist_name` LIKE %s";
739
+ $sql_args[] = "%" . $wishlist_name . "%";
740
+ }
741
+
742
+ if( ! empty( $wishlist_visibility ) && $wishlist_visibility != 'all' ){
743
+ switch( $wishlist_visibility ){
744
+ case 'visible':
745
+ $sql .= " AND ( l.`wishlist_privacy` = %d OR l.`is_public` = %d )";
746
+ $sql_args[] = 0;
747
+ $sql_args[] = 1;
748
+ break;
749
+ case 'public':
750
+ $sql .= " AND l.`wishlist_privacy` = %d";
751
+ $sql_args[] = 0;
752
+ break;
753
+ case 'shared':
754
+ $sql .= " AND l.`wishlist_privacy` = %d";
755
+ $sql_args[] = 1;
756
+ break;
757
+ case 'private':
758
+ $sql .= " AND l.`wishlist_privacy` = %d";
759
+ $sql_args[] = 2;
760
+ break;
761
+ default:
762
+ $sql .= " AND l.`wishlist_privacy` = %d";
763
+ $sql_args[] = 0;
764
+ break;
765
+ }
766
+ }
767
+
768
+ $sql .= " ORDER BY " . $orderby . " " . $order;
769
+
770
+ if( ! empty( $limit ) ){
771
+ $sql .= " LIMIT " . $offset . ", " . $limit;
772
+ }
773
+
774
+ if( ! empty( $sql_args ) ){
775
+ $sql = $wpdb->prepare( $sql, $sql_args );
776
+ }
777
+
778
+ $lists = $wpdb->get_results( $sql, ARRAY_A );
779
+
780
+ return $lists;
781
+ }
782
+
783
+ /**
784
+ * Returns details of a wishlist, searching it by wishlist id
785
+ *
786
+ * @param $wishlist_id int
787
+ * @return array
788
+ * @since 2.0.0
789
+ */
790
+ public function get_wishlist_detail( $wishlist_id ) {
791
+ global $wpdb;
792
+
793
+ $sql = "SELECT * FROM {$wpdb->yith_wcwl_wishlists} WHERE `ID` = %d";
794
+ return $wpdb->get_row( $wpdb->prepare( $sql, $wishlist_id ), ARRAY_A );
795
+ }
796
+
797
+ /**
798
+ * Returns details of a wishlist, searching it by wishlist token
799
+ *
800
+ * @param $wishlist_id int
801
+ * @return array
802
+ * @since 2.0.0
803
+ */
804
+ public function get_wishlist_detail_by_token( $wishlist_token ) {
805
+ global $wpdb;
806
+
807
+ $sql = "SELECT * FROM {$wpdb->yith_wcwl_wishlists} WHERE `wishlist_token` = %s";
808
+ return $wpdb->get_row( $wpdb->prepare( $sql, $wishlist_token ), ARRAY_A );
809
+ }
810
+
811
+ /**
812
+ * Generate default wishlist for a specific user, adding all NULL items of the user to it
813
+ *
814
+ * @param $user_id int
815
+ * @return int Default wishlist id
816
+ * @since 2.0.0
817
+ */
818
+ public function generate_default_wishlist( $user_id ){
819
+ global $wpdb;
820
+
821
+ $wishlists = $this->get_wishlists( array(
822
+ 'user_id' => $user_id,
823
+ 'is_default' => 1
824
+ ) );
825
+
826
+ if( ! empty( $wishlists ) ){
827
+ $default_user_wishlist = $wishlists[0]['ID'];
828
+ $this->last_operation_token = $wishlists[0]['wishlist_token'];
829
+ }
830
+ else{
831
+ $token = $this->generate_wishlist_token();
832
+ $this->last_operation_token = $token;
833
+
834
+ $wpdb->insert( $wpdb->yith_wcwl_wishlists, array(
835
+ 'user_id' => $user_id,
836
+ 'wishlist_slug' => '',
837
+ 'wishlist_token' => $token,
838
+ 'wishlist_name' => '',
839
+ 'wishlist_privacy' => 0,
840
+ 'is_default' => 1
841
+ ) );
842
+
843
+ $default_user_wishlist = $wpdb->insert_id;
844
+ }
845
+
846
+ $sql = "UPDATE {$wpdb->yith_wcwl_items} SET wishlist_id = %d WHERE user_id = %d AND wishlist_id IS NULL";
847
+ $sql_args = array(
848
+ $default_user_wishlist,
849
+ $user_id
850
+ );
851
+
852
+ $wpdb->query( $wpdb->prepare( $sql, $sql_args ) );
853
+
854
+ return $default_user_wishlist;
855
+ }
856
+
857
+ /**
858
+ * Generate a token to visit wishlist
859
+ *
860
+ * @return string token
861
+ * @since 2.0.0
862
+ */
863
+ public function generate_wishlist_token(){
864
+ global $wpdb;
865
+ $count = 0;
866
+ $sql = "SELECT COUNT(*) FROM `{$wpdb->yith_wcwl_wishlists}` WHERE `wishlist_token` = %s";
867
+
868
+ do {
869
+ $dictionary = "ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789";
870
+ $nchars = 12;
871
+ $token = "";
872
+
873
+ for( $i = 0; $i <= $nchars - 1; $i++ ){
874
+ $token .= $dictionary[ mt_rand( 0, strlen( $dictionary ) - 1 ) ];
875
+ }
876
+
877
+ $count = $wpdb->get_var( $wpdb->prepare( $sql, $token ) );
878
+ }
879
+ while( $count != 0 );
880
+
881
+ return $token;
882
+ }
883
+
884
+ /* === GENERAL METHODS === */
885
+
886
+ /**
887
+ * Add rewrite rules for wishlist
888
+ *
889
+ * @return void
890
+ * @since 2.0.0
891
+ */
892
+ public function add_rewrite_rules() {
893
+ global $wp_query;
894
+ $wishlist_page_id = isset( $_POST['yith_wcwl_wishlist_page_id'] ) ? $_POST['yith_wcwl_wishlist_page_id'] : get_option( 'yith_wcwl_wishlist_page_id' );
895
+
896
+ if( empty( $wishlist_page_id ) ){
897
+ return;
898
+ }
899
+
900
+ $wishlist_page = get_post( $wishlist_page_id );
901
+ $wishlist_page_slug = $wishlist_page->post_name;
902
+
903
+ add_rewrite_rule( '^' . $wishlist_page_slug . '(/(.*))?/page/([0-9]{1,})/?$', 'index.php?pagename=' . $wishlist_page_slug . '&wishlist-action=$matches[2]&paged=$matches[3]', 'top' );
904
+ add_rewrite_rule( '^' . $wishlist_page_slug . '(/(.*))?/?$', 'index.php?pagename=' . $wishlist_page_slug . '&wishlist-action=$matches[2]', 'top' );
905
+
906
+ $matches = array();
907
+ preg_match( '^' . $wishlist_page_slug . '(/(.*))?/$^', $_SERVER['REQUEST_URI'], $matches );
908
+ }
909
+
910
+ /**
911
+ * Adds public query var for wishlist
912
+ *
913
+ * @param $public_var array
914
+ * @return array
915
+ * @since 2.0.0
916
+ */
917
+ public function add_public_query_var( $public_var ) {
918
+ $public_var[] = 'wishlist-action';
919
+ $public_var[] = 'wishlist_id';
920
+
921
+ return $public_var;
922
+ }
923
+
924
+ /**
925
+ * Get all errors in HTML mode or simple string.
926
+ *
927
+ * @param bool $html
928
+ * @return string
929
+ * @since 1.0.0
930
+ */
931
+ public function get_errors( $html = true ) {
932
+ return implode( ( $html ? '<br />' : ', ' ), $this->errors );
933
+ }
934
+
935
+ /**
936
+ * Build wishlist page URL.
937
+ *
938
+ * @return string
939
+ * @since 1.0.0
940
+ */
941
+ public function get_wishlist_url( $action = 'view' ) {
942
+ $wishlist_page_id = get_option( 'yith_wcwl_wishlist_page_id' );
943
+
944
+ if( get_option( 'permalink_structure' ) ) {
945
+
946
+ $wishlist_page = get_post( $wishlist_page_id );
947
+ $wishlist_page_slug = $wishlist_page->post_name;
948
+
949
+ $wishlist_page_relative = '/' . $wishlist_page_slug . '/' . $action . '/';
950
+
951
+ $base_url = trailingslashit( home_url( $wishlist_page_relative ) );
952
+
953
+ }
954
+ else{
955
+ $base_url = get_the_permalink( $wishlist_page_id );
956
+ $action_params = explode( '/', $action );
957
+ $params = array();
958
+
959
+ if( isset( $action_params[1] ) ){
960
+ $action = $action_params[0];
961
+ $params['wishlist-action'] = $action;
962
+
963
+ if( $action == 'view' ){
964
+ $params['wishlist_id'] = $action_params[1];
965
+ }
966
+ elseif( $action == 'user' ){
967
+ $params['user_id'] = $action_params[1];
968
+ }
969
+ }
970
+ else{
971
+ $params['wishlist-action'] = $action;
972
+ }
973
+
974
+ $base_url = add_query_arg( $params, $base_url );
975
+ }
976
+
977
+ return $base_url;
978
+ }
979
+
980
+ /**
981
+ * Build the URL used to remove an item from the wishlist.
982
+ *
983
+ * @param int $item_id
984
+ * @return string
985
+ * @since 1.0.0
986
+ */
987
+ public function get_remove_url( $item_id ) {
988
+ return add_query_arg( 'remove_from_wishlist', $item_id );
989
+ }
990
+
991
+ /**
992
+ * Build the URL used to add an item in the wishlist.
993
+ *
994
+ * @return string
995
+ * @since 1.0.0
996
+ */
997
+ public function get_addtowishlist_url() {
998
+ global $product;
999
+
1000
+ return add_query_arg( 'add_to_wishlist', $product->id );
1001
+ }
1002
+
1003
+ /**
1004
+ * Build the URL used to add an item to the cart from the wishlist.
1005
+ *
1006
+ * @param int $id
1007
+ * @param int $user_id
1008
+ * @return string
1009
+ * @since 1.0.0
1010
+ */
1011
+ public function get_addtocart_url( $id, $user_id = '' ) {
1012
+ _deprecated_function( 'YITH_WCWL::get_addtocart_url', '2.0.0' );
1013
+
1014
+ //$product = $yith_wcwl->get_product_details( $id );
1015
+ if ( function_exists( 'get_product' ) )
1016
+ $product = get_product( $id );
1017
+ else
1018
+ $product = new WC_Product( $id );
1019
+
1020
+ if ( $product->product_type == 'variable' ) {
1021
+ return get_permalink( $product->id );
1022
+ }
1023
+
1024
+ $url = YITH_WCWL_URL . 'add-to-cart.php?wishlist_item_id=' . rtrim( $id, '_' );
1025
+
1026
+ if( $user_id != '' ) {
1027
+ $url .= '&id=' . $user_id;
1028
+ }
1029
+
1030
+ return $url;
1031
+ }
1032
+
1033
+ /**
1034
+ * Build the URL used for an external/affiliate product.
1035
+ *
1036
+ * @deprecated
1037
+ * @param $id
1038
+ * @return string
1039
+ */
1040
+ public function get_affiliate_product_url( $id ) {
1041
+ _deprecated_function( 'YITH_WCWL::get_affiliate_product_url', '2.0.0' );
1042
+ $product = get_product( $id );
1043
+ return get_post_meta( $product->id, '_product_url', true );
1044
+ }
1045
+
1046
+ /**
1047
+ * Build an URL with the nonce added.
1048
+ *
1049
+ * @param string $action
1050
+ * @param string $url
1051
+ * @return string
1052
+ * @since 1.0.0
1053
+ */
1054
+ public function get_nonce_url( $action, $url = '' ) {
1055
+ return add_query_arg( '_n', wp_create_nonce( 'yith-wcwl-' . $action ), $url );
1056
+ }
1057
+
1058
+ /* === REQUEST HANDLING METHODS === */
1059
+
1060
+ /**
1061
+ * Adds an element to wishlist when default AJAX method cannot be used
1062
+ *
1063
+ * @return void
1064
+ * @since 2.0.0
1065
+ */
1066
+ public function add_to_wishlist(){
1067
+ // add item to wishlist when javascript is not enabled
1068
+ if( isset( $_GET['add_to_wishlist'] ) ) {
1069
+ $this->add();
1070
+ }
1071
+ }
1072
+
1073
+ /**
1074
+ * Removes an element from wishlist when default AJAX method cannot be used
1075
+ *
1076
+ * @return void
1077
+ * @since 2.0.0
1078
+ */
1079
+ public function remove_from_wishlist(){
1080
+ // remove item from wishlist when javascript is not enabled
1081
+ if( isset( $_GET['remove_from_wishlist'] ) ){
1082
+ $this->remove();
1083
+ }
1084
+ }
1085
+
1086
+ /**
1087
+ * Removes an element after add to cart, if option is enabled in panel
1088
+ *
1089
+ * @return void
1090
+ * @since 2.0.0
1091
+ */
1092
+ public function remove_from_wishlist_after_add_to_cart() {
1093
+ if( get_option( 'yith_wcwl_remove_after_add_to_cart' ) == 'yes' ){
1094
+ if( isset( $_REQUEST['remove_from_wishlist_after_add_to_cart'] ) ) {
1095
+
1096
+ $this->details['remove_from_wishlist'] = $_REQUEST['remove_from_wishlist_after_add_to_cart'];
1097
+
1098
+ if ( isset( $_REQUEST['wishlist_id'] ) ) {
1099
+ $this->details['wishlist_id'] = $_REQUEST['wishlist_id'];
1100
+ }
1101
+ }
1102
+ elseif( yith_wcwl_is_wishlist() ){
1103
+ $this->details['remove_from_wishlist'] = $_REQUEST['add-to-cart'];
1104
+
1105
+ if ( isset( $_REQUEST['wishlist_id'] ) ) {
1106
+ $this->details['wishlist_id'] = $_REQUEST['wishlist_id'];
1107
+ }
1108
+ }
1109
+
1110
+ $this->remove();
1111
+ }
1112
+ }
1113
+
1114
+ /**
1115
+ * Redirect to cart after "Add to cart" button pressed on wishlist table
1116
+ *
1117
+ * @param $url string Original redirect url
1118
+ * @return string Redirect url
1119
+ * @since 2.0.0
1120
+ */
1121
+ public function redirect_to_cart( $url ) {
1122
+ if( get_option( 'yith_wcwl_remove_after_add_to_cart' ) == 'yes' ){
1123
+ if( ! ( defined( 'DOING_AJAX' ) && DOING_AJAX ) && yith_wcwl_is_wishlist() ){
1124
+ $url = WC()->cart->get_cart_url();
1125
+ }
1126
+ }
1127
+ return apply_filters( 'yit_wcwl_add_to_cart_redirect_url', $url );
1128
+ }
1129
+
1130
+ /**
1131
+ * AJAX: add to wishlist action
1132
+ *
1133
+ * @return void
1134
+ * @since 1.0.0
1135
+ */
1136
+ public function add_to_wishlist_ajax() {
1137
+ $return = $this->add();
1138
+ $message = '';
1139
+ $user_id = isset( $this->details['user_id'] ) ? $this->details['user_id'] : false;
1140
+ $wishlists = array();
1141
+
1142
+ if( $return == 'true' ){
1143
+ $message = apply_filters( 'yith_wcwl_product_added_to_wishlist_message', __( 'Product added!', 'yit' ) );
1144
+ }
1145
+ elseif( $return == 'exists' ){
1146
+ $message = apply_filters( 'yith_wcwl_product_already_in_wishlist_message', __( 'Product already in the wishlist.', 'yit' ) );
1147
+ }
1148
+ elseif( count( $this->errors ) > 0 ){
1149
+ $message = apply_filters( 'yith_wcwl_error_adding_to_wishlist_message', $this->get_errors() );
1150
+ }
1151
+
1152
+ if( $user_id != false ){
1153
+ $wishlists = $this->get_wishlists( array( 'user_id' => $user_id ) );
1154
+ }
1155
+
1156
+ wp_send_json(
1157
+ array(
1158
+ 'result' => $return,
1159
+ 'message' => $message,
1160
+ 'user_wishlists' => $wishlists,
1161
+ 'wishlist_url' => $this->get_wishlist_url( 'view' . ( isset( $this->last_operation_token ) ? ( '/' . $this->last_operation_token ) : false ) ),
1162
+ )
1163
+ );
1164
+ }
1165
+
1166
+ /**
1167
+ * AJAX: remove from wishlist action
1168
+ *
1169
+ * @return void
1170
+ * @since 1.0.0
1171
+ */
1172
+ public function remove_from_wishlist_ajax() {
1173
+ $count = yith_wcwl_count_products();
1174
+ $message = '';
1175
+
1176
+ if( $count != 0 ) {
1177
+ if ( $this->remove() ) {
1178
+ $message = apply_filters( 'yith_wcwl_product_removed_text', __( 'Product successfully removed.', 'yit' ) );
1179
+ $count --;
1180
+ }
1181
+ else {
1182
+ $message = apply_filters( 'yith_wcwl_unable_to_remove_product_message', __( 'Error. Unable to remove the product from the wishlist.', 'yit' ) );
1183
+ }
1184
+ }
1185
+ else{
1186
+ $message = apply_filters( 'yith_wcwl_no_product_to_remove_message', __( 'No products were added to the wishlist', 'yit' ) );
1187
+ }
1188
+
1189
+ wc_add_notice( $message );
1190
+
1191
+ $atts = array();
1192
+ if( isset( $this->details['pagination'] ) ){
1193
+ $atts['pagination'] = $this->details['pagination'];
1194
+ }
1195
+
1196
+ if( isset( $this->details['per_page'] ) ){
1197
+ $atts['per_page'] = $this->details['per_page'];
1198
+ }
1199
+
1200
+ echo YITH_WCWL_Shortcode::wishlist( $atts );
1201
+ die();
1202
+ }
1203
+ }
1204
+ }
1205
+
1206
+ /**
1207
+ * Unique access to instance of YITH_WCWL class
1208
+ *
1209
+ * @return \YITH_WCWL
1210
+ * @since 2.0.0
1211
+ */
1212
+ function YITH_WCWL(){
1213
+ return YITH_WCWL::get_instance();
1214
+ }
functions.yith-wcwl.php → includes/functions.yith-wcwl.php RENAMED
@@ -9,6 +9,22 @@
9
 
10
  if ( !defined( 'YITH_WCWL' ) ) { exit; } // Exit if accessed directly
11
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  if( !function_exists( 'yith_wcwl_locate_template' ) ) {
13
  /**
14
  * Locate the templates and return the path of the file found
@@ -19,18 +35,33 @@ if( !function_exists( 'yith_wcwl_locate_template' ) ) {
19
  * @since 1.0.0
20
  */
21
  function yith_wcwl_locate_template( $path, $var = NULL ){
22
- $template_woocommerce_path = '/woocommerce/' . $path;
 
 
 
 
 
 
 
 
 
 
 
 
23
  $template_path = '/' . $path;
 
24
 
25
  $located = locate_template( array(
26
  $template_woocommerce_path, // Search in <theme>/woocommerce/
27
- $template_path // Search in <theme>/
 
28
  ) );
29
-
30
- if( !$located )
31
- { $located = YITH_WCWL_DIR . 'templates/' . $path; }
32
-
33
- return $located;
 
34
  }
35
  }
36
 
@@ -69,8 +100,7 @@ if( !function_exists( 'yith_wcwl_count_products' ) ) {
69
  * @since 1.0.0
70
  */
71
  function yith_wcwl_count_products() {
72
- global $yith_wcwl;
73
- return $yith_wcwl->count_products();
74
  }
75
  }
76
 
@@ -114,7 +144,8 @@ if( !function_exists( 'yith_setcookie' ) ) {
114
 
115
  $value = maybe_serialize( stripslashes_deep( $value ) );
116
  $expiration = apply_filters( 'yith_wcwl_cookie_expiration_time', $time ); // Default 30 days
117
-
 
118
  return setcookie( $name, $value, $expiration, '/' );
119
  }
120
  }
9
 
10
  if ( !defined( 'YITH_WCWL' ) ) { exit; } // Exit if accessed directly
11
 
12
+ if( !function_exists( 'yith_wcwl_is_wishlist' ) ){
13
+ /**
14
+ * Check if current page is wishlist
15
+ *
16
+ * @param string $path
17
+ * @param array $var
18
+ * @return bool
19
+ * @since 2.0.0
20
+ */
21
+ function yith_wcwl_is_wishlist(){
22
+ global $yith_wcwl_is_wishlist;
23
+
24
+ return $yith_wcwl_is_wishlist;
25
+ }
26
+ }
27
+
28
  if( !function_exists( 'yith_wcwl_locate_template' ) ) {
29
  /**
30
  * Locate the templates and return the path of the file found
35
  * @since 1.0.0
36
  */
37
  function yith_wcwl_locate_template( $path, $var = NULL ){
38
+ global $woocommerce;
39
+
40
+ if( function_exists( 'WC' ) ){
41
+ $woocommerce_base = WC()->template_path();
42
+ }
43
+ elseif( defined( 'WC_TEMPLATE_PATH' ) ){
44
+ $woocommerce_base = WC_TEMPLATE_PATH;
45
+ }
46
+ else{
47
+ $woocommerce_base = $woocommerce->plugin_path() . '/templates/';
48
+ }
49
+
50
+ $template_woocommerce_path = $woocommerce_base . $path;
51
  $template_path = '/' . $path;
52
+ $plugin_path = YITH_WCWL_DIR . 'templates/' . $path;
53
 
54
  $located = locate_template( array(
55
  $template_woocommerce_path, // Search in <theme>/woocommerce/
56
+ $template_path, // Search in <theme>/
57
+ $plugin_path // Search in <plugin>/templates/
58
  ) );
59
+
60
+ if( ! $located && file_exists( $plugin_path ) ){
61
+ return apply_filters( 'yith_wcwl_locate_template', $plugin_path, $path );
62
+ }
63
+
64
+ return apply_filters( 'yith_wcwl_locate_template', $located, $path );
65
  }
66
  }
67
 
100
  * @since 1.0.0
101
  */
102
  function yith_wcwl_count_products() {
103
+ return YITH_WCWL()->count_products();
 
104
  }
105
  }
106
 
144
 
145
  $value = maybe_serialize( stripslashes_deep( $value ) );
146
  $expiration = apply_filters( 'yith_wcwl_cookie_expiration_time', $time ); // Default 30 days
147
+
148
+ $_COOKIE[ $name ] = $value;
149
  return setcookie( $name, $value, $expiration, '/' );
150
  }
151
  }
init.php CHANGED
@@ -1,18 +1,19 @@
1
  <?php
2
  /**
3
  * Plugin Name: YITH WooCommerce Wishlist
4
- * Plugin URI: http://yithemes.com/
5
  * Description: YITH WooCommerce Wishlist allows you to add Wishlist functionality to your e-commerce.
6
- * Version: 1.1.7
7
- * Author: Your Inspiration Themes
8
  * Author URI: http://yithemes.com/
9
  * Text Domain: yit
10
  * Domain Path: /languages/
11
  *
12
  * @author Your Inspiration Themes
13
  * @package YITH WooCommerce Wishlist
14
- * @version 1.1.5
15
  */
 
16
  /* Copyright 2013 Your Inspiration Themes (email : plugins@yithemes.com)
17
 
18
  This program is free software; you can redistribute it and/or modify
@@ -28,38 +29,114 @@
28
  along with this program; if not, write to the Free Software
29
  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
30
  */
31
- if ( !defined( 'ABSPATH' ) ) { exit; } // Exit if accessed directly
 
 
 
32
 
33
  /**
34
  * Required functions
35
  */
36
- if( !defined('YITH_FUNCTIONS') ) {
37
  require_once( 'yit-common/yit-functions.php' );
38
  }
39
 
40
- function yith_wishlist_constructor() {
41
- global $woocommerce;
42
- if ( ! isset( $woocommerce ) ) return;
43
-
44
- load_plugin_textdomain( 'yit', false, dirname( plugin_basename( __FILE__ ) ). '/languages/' );
45
 
 
46
  define( 'YITH_WCWL', true );
 
 
 
47
  define( 'YITH_WCWL_URL', plugin_dir_url( __FILE__ ) );
 
 
 
48
  define( 'YITH_WCWL_DIR', plugin_dir_path( __FILE__ ) );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
49
 
50
- // Load required classes and functions
51
- require_once( 'functions.yith-wcwl.php' );
52
- require_once( 'class.yith-wcwl.php' );
53
- require_once( 'class.yith-wcwl-init.php' );
54
- require_once( 'class.yith-wcwl-install.php' );
55
 
56
- if( get_option( 'yith_wcwl_enabled' ) == 'yes' ) {
57
- require_once( 'class.yith-wcwl-ui.php' );
58
- require_once( 'class.yith-wcwl-shortcode.php' );
 
 
 
 
 
 
 
 
 
 
 
59
  }
 
 
60
 
61
- // Let's start the game!
62
- global $yith_wcwl;
63
- $yith_wcwl = new YITH_WCWL( $_REQUEST );
 
 
 
 
 
64
  }
65
- add_action( 'plugins_loaded', 'yith_wishlist_constructor' );
 
 
 
 
 
 
 
 
 
1
  <?php
2
  /**
3
  * Plugin Name: YITH WooCommerce Wishlist
4
+ * Plugin URI: http://yithemes.com/themes/plugins/yith-woocommerce-wishlist/
5
  * Description: YITH WooCommerce Wishlist allows you to add Wishlist functionality to your e-commerce.
6
+ * Version: 2.0.0
7
+ * Author: Yithemes
8
  * Author URI: http://yithemes.com/
9
  * Text Domain: yit
10
  * Domain Path: /languages/
11
  *
12
  * @author Your Inspiration Themes
13
  * @package YITH WooCommerce Wishlist
14
+ * @version 2.0.0
15
  */
16
+
17
  /* Copyright 2013 Your Inspiration Themes (email : plugins@yithemes.com)
18
 
19
  This program is free software; you can redistribute it and/or modify
29
  along with this program; if not, write to the Free Software
30
  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
31
  */
32
+
33
+ if ( ! defined( 'ABSPATH' ) ) {
34
+ exit;
35
+ } // Exit if accessed directly
36
 
37
  /**
38
  * Required functions
39
  */
40
+ if( ! defined( 'YITH_FUNCTIONS' ) ) {
41
  require_once( 'yit-common/yit-functions.php' );
42
  }
43
 
44
+ if ( ! function_exists( 'yith_plugin_registration_hook' ) ) {
45
+ require_once 'plugin-fw/yit-plugin-registration-hook.php';
46
+ }
47
+ register_activation_hook( __FILE__, 'yith_plugin_registration_hook' );
 
48
 
49
+ if ( ! defined( 'YITH_WCWL' ) ) {
50
  define( 'YITH_WCWL', true );
51
+ }
52
+
53
+ if ( ! defined( 'YITH_WCWL_URL' ) ) {
54
  define( 'YITH_WCWL_URL', plugin_dir_url( __FILE__ ) );
55
+ }
56
+
57
+ if ( ! defined( 'YITH_WCWL_DIR' ) ) {
58
  define( 'YITH_WCWL_DIR', plugin_dir_path( __FILE__ ) );
59
+ }
60
+
61
+ if ( ! defined( 'YITH_WCWL_INC' ) ) {
62
+ define( 'YITH_WCWL_INC', YITH_WCWL_DIR . 'includes/' );
63
+ }
64
+
65
+ if ( ! defined( 'YITH_WCWL_INIT' ) ) {
66
+ define( 'YITH_WCWL_INIT', plugin_basename( __FILE__ ) );
67
+ }
68
+
69
+ if ( ! defined( 'YITH_WCWL_FREE_INIT' ) ) {
70
+ define( 'YITH_WCWL_FREE_INIT', plugin_basename( __FILE__ ) );
71
+ }
72
+
73
+ if( ! function_exists( 'yith_wishlist_constructor' ) ) {
74
+ function yith_wishlist_constructor() {
75
+ load_plugin_textdomain( 'yit', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' );
76
+
77
+ // Load required classes and functions
78
+ require_once( YITH_WCWL_INC . 'functions.yith-wcwl.php' );
79
+ require_once( YITH_WCWL_INC . 'class.yith-wcwl.php' );
80
+ require_once( YITH_WCWL_INC . 'class.yith-wcwl-init.php' );
81
+ require_once( YITH_WCWL_INC . 'class.yith-wcwl-install.php' );
82
+
83
+ if ( is_admin() ) {
84
+ require_once( YITH_WCWL_INC . 'class.yith-wcwl-admin-init.php' );
85
+ }
86
+
87
+ if ( get_option( 'yith_wcwl_enabled' ) == 'yes' ) {
88
+ require_once( YITH_WCWL_INC . 'class.yith-wcwl-ui.php' );
89
+ require_once( YITH_WCWL_INC . 'class.yith-wcwl-shortcode.php' );
90
+ }
91
+
92
+ // Let's start the game!
93
+
94
+ /**
95
+ * @deprecated
96
+ */
97
+ global $yith_wcwl;
98
+ $yith_wcwl = YITH_WCWL();
99
+ }
100
+ }
101
+ add_action( 'yith_wcwl_init', 'yith_wishlist_constructor' );
102
 
103
+ if( ! function_exists( 'yith_wishlist_install' ) ) {
104
+ function yith_wishlist_install() {
 
 
 
105
 
106
+ if ( ! function_exists( 'is_plugin_active' ) ) {
107
+ require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
108
+ }
109
+
110
+ if ( ! function_exists( 'WC' ) ) {
111
+ add_action( 'admin_notices', 'yith_wcwl_install_woocommerce_admin_notice' );
112
+ }
113
+ elseif( defined( 'YITH_WCWL_PREMIUM' ) ) {
114
+ add_action( 'admin_notices', 'yith_wcwl_install_free_admin_notice' );
115
+ deactivate_plugins( plugin_basename( __FILE__ ) );
116
+ }
117
+ else {
118
+ do_action( 'yith_wcwl_init' );
119
+ }
120
  }
121
+ }
122
+ add_action( 'plugins_loaded', 'yith_wishlist_install', 11 );
123
 
124
+ if( ! function_exists( 'yith_wcwl_install_woocommerce_admin_notice' ) ) {
125
+ function yith_wcwl_install_woocommerce_admin_notice() {
126
+ ?>
127
+ <div class="error">
128
+ <p><?php _e( 'YITH WooCommerce Wishlist is enabled but not effective. It requires Woocommerce in order to work.', 'yit' ); ?></p>
129
+ </div>
130
+ <?php
131
+ }
132
  }
133
+
134
+ if( ! function_exists( 'yith_wcwl_install_free_admin_notice' ) ){
135
+ function yith_wcwl_install_free_admin_notice() {
136
+ ?>
137
+ <div class="error">
138
+ <p><?php _e( 'You can\'t activate the free version of YITH WooCommerce Wishlist while you are using the premium one.', 'yit' ); ?></p>
139
+ </div>
140
+ <?php
141
+ }
142
+ }
languages/default.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WCWL\n"
4
- "POT-Creation-Date: 2014-09-16 16:15+0100\n"
5
- "PO-Revision-Date: 2014-09-16 16:15+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"
@@ -14,111 +14,104 @@ msgstr ""
14
  "X-Poedit-Basepath: ./\n"
15
  "X-Poedit-SearchPath-0: ..\n"
16
 
17
- #: ../class.yith-wcwl-init.php:114 ../class.yith-wcwl-install.php:137
18
- msgid "Wishlist"
19
- msgstr ""
20
-
21
- #: ../class.yith-wcwl-init.php:365
22
- msgid "Cannot add to the cart as product is Out of Stock!"
23
  msgstr ""
24
 
25
- #: ../class.yith-wcwl-init.php:430 ../class.yith-wcwl-init.php:859
26
- msgid "General Settings"
 
 
27
  msgstr ""
28
 
29
- #: ../class.yith-wcwl-init.php:431 ../class.yith-wcwl-init.php:965
30
- msgid "Styles"
 
 
 
31
  msgstr ""
32
 
33
- #: ../class.yith-wcwl-init.php:432 ../class.yith-wcwl-init.php:1028
34
- msgid "Socials &amp; Share"
 
 
 
 
 
35
  msgstr ""
36
 
37
- #: ../class.yith-wcwl-init.php:453
 
38
  msgid "Colors"
39
  msgstr ""
40
 
41
- #: ../class.yith-wcwl-init.php:483
42
- msgid "\"Add to Wishlist\" button background"
43
- msgstr ""
44
-
45
- #: ../class.yith-wcwl-init.php:484
46
- msgid "\"Add to Wishlist\" button text"
47
- msgstr ""
48
-
49
- #: ../class.yith-wcwl-init.php:485
50
- msgid "\"Add to Wishlist\" button border"
51
- msgstr ""
52
-
53
- #: ../class.yith-wcwl-init.php:491
54
- msgid "\"Add to Wishlist\" button background (hover)"
55
  msgstr ""
56
 
57
- #: ../class.yith-wcwl-init.php:492
58
- msgid "\"Add to Wishlist\" button text (hover)"
59
- msgstr ""
60
-
61
- #: ../class.yith-wcwl-init.php:493
62
- msgid "\"Add to Wishlist\" button border (hover)"
63
- msgstr ""
64
-
65
- #: ../class.yith-wcwl-init.php:498
66
- msgid "\"Add to Cart\" button background"
67
- msgstr ""
68
-
69
- #: ../class.yith-wcwl-init.php:499
70
- msgid "\"Add to Cart\" button text"
71
  msgstr ""
72
 
73
- #: ../class.yith-wcwl-init.php:500
74
- msgid "\"Add to Cart\" button border"
75
  msgstr ""
76
 
77
- #: ../class.yith-wcwl-init.php:506
78
- msgid "\"Add to Cart\" button background (hover)"
79
  msgstr ""
80
 
81
- #: ../class.yith-wcwl-init.php:507
82
- msgid "\"Add to Cart\" button text (hover)"
83
  msgstr ""
84
 
85
- #: ../class.yith-wcwl-init.php:508
86
- msgid "\"Add to Cart\" button border (hover)"
87
  msgstr ""
88
 
89
- #: ../class.yith-wcwl-init.php:513
90
- msgid "Wishlist table background"
91
  msgstr ""
92
 
93
- #: ../class.yith-wcwl-init.php:514
94
- msgid "Wishlist table text"
95
  msgstr ""
96
 
97
- #: ../class.yith-wcwl-init.php:515
98
- msgid "Wishlist table border"
99
  msgstr ""
100
 
101
- #: ../class.yith-wcwl-init.php:575
102
- msgid "Settings"
 
 
103
  msgstr ""
104
 
105
- #: ../class.yith-wcwl-init.php:576
106
- msgid "Docs"
107
  msgstr ""
108
 
109
- #: ../class.yith-wcwl-init.php:592
110
- msgid "Wishlist Page"
 
 
 
111
  msgstr ""
112
 
113
- #: ../class.yith-wcwl-init.php:593
114
- msgid "Page contents: [yith_wcwl_wishlist]"
115
  msgstr ""
116
 
117
- #: ../class.yith-wcwl-init.php:862
118
  msgid "Enable YITH Wishlist"
119
  msgstr ""
120
 
121
- #: ../class.yith-wcwl-init.php:863
122
  #, php-format
123
  msgid ""
124
  "Enable all plugin features. <strong>Be sure to select a voice in the "
@@ -126,326 +119,1363 @@ msgid ""
126
  "\" target=\"_blank\">documentation</a>."
127
  msgstr ""
128
 
129
- #: ../class.yith-wcwl-init.php:870
130
- msgid "Use cookies"
131
- msgstr ""
132
-
133
- #: ../class.yith-wcwl-init.php:871
134
- msgid ""
135
- "Use cookies instead of sessions. With this feature, the wishlist will be "
136
- "available for each not logged user for 30 days. Use the filter "
137
- "yith_wcwl_cookie_expiration_time to change the expiration time ( needs "
138
- "timestamp )."
139
- msgstr ""
140
-
141
- #: ../class.yith-wcwl-init.php:878
142
- msgid "Wishlist title"
143
  msgstr ""
144
 
145
- #: ../class.yith-wcwl-init.php:880 ../class.yith-wcwl-init.php:881
146
- #: ../class.yith-wcwl-init.php:1068 ../class.yith-wcwl-init.php:1069
 
 
147
  #, php-format
148
  msgid "My wishlist on %s"
149
  msgstr ""
150
 
151
- #: ../class.yith-wcwl-init.php:890
152
  msgid "Position"
153
  msgstr ""
154
 
155
- #: ../class.yith-wcwl-init.php:891
156
  msgid ""
157
  "On variable products you can add it only After \"Add to Cart\" or use the "
158
  "shortcode [yith_wcwl_add_to_wishlist]."
159
  msgstr ""
160
 
161
- #: ../class.yith-wcwl-init.php:897
162
  msgid "After \"Add to cart\""
163
  msgstr ""
164
 
165
- #: ../class.yith-wcwl-init.php:898
166
  msgid "After thumbnails"
167
  msgstr ""
168
 
169
- #: ../class.yith-wcwl-init.php:899
170
  msgid "After summary"
171
  msgstr ""
172
 
173
- #: ../class.yith-wcwl-init.php:900
174
  msgid "Use shortcode"
175
  msgstr ""
176
 
177
- #: ../class.yith-wcwl-init.php:905
178
  msgid "Redirect to cart"
179
  msgstr ""
180
 
181
- #: ../class.yith-wcwl-init.php:906
182
  msgid ""
183
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
184
  "page."
185
  msgstr ""
186
 
187
- #: ../class.yith-wcwl-init.php:913
188
  msgid "Remove if added to the cart"
189
  msgstr ""
190
 
191
- #: ../class.yith-wcwl-init.php:914
192
  msgid "Remove the product from the wishlist if is been added to the cart."
193
  msgstr ""
194
 
195
- #: ../class.yith-wcwl-init.php:921
196
  msgid "\"Add to Wishlist\" text"
197
  msgstr ""
198
 
199
- #: ../class.yith-wcwl-init.php:923 ../class.yith-wcwl-init.php:924
 
200
  msgid "Add to Wishlist"
201
  msgstr ""
202
 
203
- #: ../class.yith-wcwl-init.php:929
204
  msgid "\"Add to Cart\" text"
205
  msgstr ""
206
 
207
- #: ../class.yith-wcwl-init.php:931 ../class.yith-wcwl-init.php:932
 
208
  msgid "Add to Cart"
209
  msgstr ""
210
 
211
- #: ../class.yith-wcwl-init.php:937
212
  msgid "Show Unit price"
213
  msgstr ""
214
 
215
- #: ../class.yith-wcwl-init.php:945
 
 
 
 
216
  msgid "Show \"Add to Cart\" button"
217
  msgstr ""
218
 
219
- #: ../class.yith-wcwl-init.php:953
 
 
 
 
220
  msgid "Show Stock status"
221
  msgstr ""
222
 
223
- #: ../class.yith-wcwl-init.php:968
 
 
 
 
 
 
 
 
 
224
  msgid "Use buttons"
225
  msgstr ""
226
 
227
- #: ../class.yith-wcwl-init.php:969
228
  msgid "Use buttons instead of a simple anchors."
229
  msgstr ""
230
 
231
- #: ../class.yith-wcwl-init.php:976
232
  msgid "Custom CSS"
233
  msgstr ""
234
 
235
- #: ../class.yith-wcwl-init.php:984
236
  msgid "Use theme style"
237
  msgstr ""
238
 
239
- #: ../class.yith-wcwl-init.php:985
240
  msgid "Use the theme style."
241
  msgstr ""
242
 
243
- #: ../class.yith-wcwl-init.php:992
244
- msgid "Buttons rounded corners"
245
  msgstr ""
246
 
247
- #: ../class.yith-wcwl-init.php:993
248
  msgid "Make buttons corner rounded"
249
  msgstr ""
250
 
251
- #: ../class.yith-wcwl-init.php:1000
252
  msgid "\"Add to Wishlist\" icon"
253
  msgstr ""
254
 
255
- #: ../class.yith-wcwl-init.php:1001
256
  msgid "Add an icon to the \"Add to Wishlist\" button"
257
  msgstr ""
258
 
259
- #: ../class.yith-wcwl-init.php:1012
260
  msgid "\"Add to Cart\" icon"
261
  msgstr ""
262
 
263
- #: ../class.yith-wcwl-init.php:1013
264
  msgid "Add an icon to the \"Add to Cart\" button"
265
  msgstr ""
266
 
267
- #: ../class.yith-wcwl-init.php:1031
 
 
 
 
268
  msgid "Share on Facebook"
269
  msgstr ""
270
 
271
- #: ../class.yith-wcwl-init.php:1038
 
 
 
 
 
272
  msgid "Tweet on Twitter"
273
  msgstr ""
274
 
275
- #: ../class.yith-wcwl-init.php:1045
 
 
 
 
276
  msgid "Pin on Pinterest"
277
  msgstr ""
278
 
279
- #: ../class.yith-wcwl-init.php:1052
 
 
 
 
280
  msgid "Share on Google+"
281
  msgstr ""
282
 
283
- #: ../class.yith-wcwl-init.php:1059
284
  msgid "Share by Email"
285
  msgstr ""
286
 
287
- #: ../class.yith-wcwl-init.php:1066
288
- msgid "Socials title"
 
 
 
 
289
  msgstr ""
290
 
291
- #: ../class.yith-wcwl-init.php:1074
292
- msgid "Socials text"
293
  msgstr ""
294
 
295
- #: ../class.yith-wcwl-init.php:1075
296
  msgid ""
297
  "Will be used by Facebook, Twitter and Pinterest. Use <strong>%wishlist_url%</"
298
  "strong> where you want the URL of your wishlist to appear."
299
  msgstr ""
300
 
301
- #: ../class.yith-wcwl-init.php:1083
302
- msgid "Socials image URL"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
303
  msgstr ""
304
 
305
- #: ../class.yith-wcwl-install.php:136
306
  msgid "wishlist"
307
  msgstr ""
308
 
309
- #: ../class.yith-wcwl-ui.php:67 ../class.yith-wcwl.php:351
310
- #: ../yith-wcwl-ajax.php:47
 
 
 
 
 
311
  msgid "Product added!"
312
  msgstr ""
313
 
314
- #: ../class.yith-wcwl-ui.php:67 ../class.yith-wcwl-ui.php:68
 
315
  msgid "Browse Wishlist"
316
  msgstr ""
317
 
318
- #: ../class.yith-wcwl-ui.php:68
319
  msgid "The product is already in the wishlist!"
320
  msgstr ""
321
 
322
- #: ../class.yith-wcwl-ui.php:100
 
323
  msgid "Select options"
324
  msgstr ""
325
 
326
- #: ../class.yith-wcwl-ui.php:145
327
- msgid "Share on:"
328
- msgstr ""
329
-
330
- #: ../class.yith-wcwl-ui.php:149
331
  msgid "Facebook"
332
  msgstr ""
333
 
334
- #: ../class.yith-wcwl-ui.php:152
335
  msgid "Twitter"
336
  msgstr ""
337
 
338
- #: ../class.yith-wcwl-ui.php:161
339
  msgid "email"
340
  msgstr ""
341
 
342
- #: ../class.yith-wcwl.php:140
343
  msgid "Error occurred while adding product to wishlist."
344
  msgstr ""
345
 
346
- #: ../class.yith-wcwl.php:162
 
 
 
 
347
  msgid "Error occurred while removing product from wishlist"
348
  msgstr ""
349
 
350
- #: ../class.yith-wcwl.php:353 ../yith-wcwl-ajax.php:49
 
 
 
 
351
  msgid "Product already in the wishlist."
352
  msgstr ""
353
 
354
- #: ../class.yith-wcwl.php:370 ../yith-wcwl-ajax.php:30
355
  msgid "Product successfully removed."
356
  msgstr ""
357
 
358
- #: ../class.yith-wcwl.php:373 ../yith-wcwl-ajax.php:33
359
  msgid "Error. Unable to remove the product from the wishlist."
360
  msgstr ""
361
 
362
- #: ../class.yith-wcwl.php:377 ../yith-wcwl-ajax.php:37
363
- #: ../templates/wishlist.php:161
364
  msgid "No products were added to the wishlist"
365
  msgstr ""
366
 
367
- #: ../templates/wishlist.php:82
368
- msgid "Product Name"
 
 
 
 
369
  msgstr ""
370
 
371
- #: ../templates/wishlist.php:83
372
- msgid "Unit Price"
 
 
373
  msgstr ""
374
 
375
- #: ../templates/wishlist.php:84
376
- msgid "Stock Status"
 
 
 
 
377
  msgstr ""
378
 
379
- #: ../templates/wishlist.php:107
380
- msgid "Remove this product"
 
 
381
  msgstr ""
382
 
383
- #: ../templates/wishlist.php:127
384
- msgid "Free!"
 
 
385
  msgstr ""
386
 
387
- #: ../templates/wishlist.php:140
388
- msgid "Out of Stock"
 
 
 
 
389
  msgstr ""
390
 
391
- #: ../templates/wishlist.php:143
392
- msgid "In Stock"
 
 
393
  msgstr ""
394
 
395
- #: ../yit-common/yith-panel.php:406
396
- msgid "Select a date"
 
 
397
  msgstr ""
398
 
399
- #: ../yit-common/yith-panel.php:407
400
- msgid "Hours"
 
 
401
  msgstr ""
402
 
403
- #: ../yit-common/yith-panel.php:408 ../yit-common/yith-panel.php:409
404
- msgid "Minutes"
 
405
  msgstr ""
406
 
407
- #: ../yit-common/yith-panel.php:417
408
- msgid "Upload"
 
409
  msgstr ""
410
 
411
- #: ../yit-common/yith-panel.php:444
412
- msgid "px"
413
  msgstr ""
414
 
415
- #: ../yit-common/yith-panel.php:445
416
- msgid "em"
417
  msgstr ""
418
 
419
- #: ../yit-common/yith-panel.php:446
420
- msgid "pt"
421
  msgstr ""
422
 
423
- #: ../yit-common/yith-panel.php:447
424
- msgid "rem"
425
  msgstr ""
426
 
427
- #: ../yit-common/yith-panel.php:457
428
- msgid "Select a font family"
429
  msgstr ""
430
 
431
- #: ../yit-common/yith-panel.php:465
432
- msgid "Regular"
433
  msgstr ""
434
 
435
- #: ../yit-common/yith-panel.php:466
436
- msgid "Bold"
437
  msgstr ""
438
 
439
- #: ../yit-common/yith-panel.php:467
440
- msgid "Extra bold"
441
  msgstr ""
442
 
443
- #: ../yit-common/yith-panel.php:468
444
- msgid "Italic"
445
  msgstr ""
446
 
447
- #: ../yit-common/yith-panel.php:469
448
- msgid "Italic bold"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
449
  msgstr ""
450
 
451
  #: ../yit-common/yith-panel.php:481
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WCWL\n"
4
+ "POT-Creation-Date: 2015-02-12 13:12+0100\n"
5
+ "PO-Revision-Date: 2015-02-12 13:13+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"
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:177
30
+ #: ../includes/class.yith-wcwl-admin-init.php:1054
31
+ #: ../includes/class.yith-wcwl-admin-init.php:1055
32
+ #: ../includes/class.yith-wcwl-install.php:240
33
+ msgid "Wishlist"
34
  msgstr ""
35
 
36
+ #: ../includes/class.yith-wcwl-admin-init.php:179
37
+ #: ../includes/class.yith-wcwl-admin-init.php:277
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:180
46
+ #: ../includes/class.yith-wcwl-admin-init.php:244
47
  msgid "Colors"
48
  msgstr ""
49
 
50
+ #: ../includes/class.yith-wcwl-admin-init.php:181
51
+ #: ../includes/class.yith-wcwl-admin-init.php:281
52
+ msgid "Premium Version"
 
 
 
 
 
 
 
 
 
 
 
53
  msgstr ""
54
 
55
+ #: ../includes/class.yith-wcwl-admin-init.php:305
56
+ msgid ""
57
+ "WARNING: This plugin requires at least WooCommerce 2.2! Plase, use this link "
58
+ "to update it."
 
 
 
 
 
 
 
 
 
 
59
  msgstr ""
60
 
61
+ #: ../includes/class.yith-wcwl-admin-init.php:308
62
+ msgid "WARNING: This plugin requires at least WooCommerce 2.2!"
63
  msgstr ""
64
 
65
+ #: ../includes/class.yith-wcwl-admin-init.php:313
66
+ msgid "Plugin Documentation"
67
  msgstr ""
68
 
69
+ #: ../includes/class.yith-wcwl-admin-init.php:329
70
+ msgid "Wishlist Page"
71
  msgstr ""
72
 
73
+ #: ../includes/class.yith-wcwl-admin-init.php:330
74
+ msgid "Page contents: [yith_wcwl_wishlist]"
75
  msgstr ""
76
 
77
+ #: ../includes/class.yith-wcwl-admin-init.php:596
78
+ msgid "Upgrade to the PREMIUM VERSION"
79
  msgstr ""
80
 
81
+ #: ../includes/class.yith-wcwl-admin-init.php:599
82
+ msgid "YITH WooCommerce Wishlist"
83
  msgstr ""
84
 
85
+ #: ../includes/class.yith-wcwl-admin-init.php:600
86
+ msgid "Discover the Advanced Features"
87
  msgstr ""
88
 
89
+ #: ../includes/class.yith-wcwl-admin-init.php:601
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:608
96
+ msgid "Get Support and Pro Features"
97
  msgstr ""
98
 
99
+ #: ../includes/class.yith-wcwl-admin-init.php:609
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:619
107
+ msgid "General Settings"
108
  msgstr ""
109
 
110
+ #: ../includes/class.yith-wcwl-admin-init.php:626
111
  msgid "Enable YITH Wishlist"
112
  msgstr ""
113
 
114
+ #: ../includes/class.yith-wcwl-admin-init.php:627
115
  #, php-format
116
  msgid ""
117
  "Enable all plugin features. <strong>Be sure to select a voice in the "
119
  "\" target=\"_blank\">documentation</a>."
120
  msgstr ""
121
 
122
+ #: ../includes/class.yith-wcwl-admin-init.php:634
123
+ msgid "Default wishlist title"
 
 
 
 
 
 
 
 
 
 
 
 
124
  msgstr ""
125
 
126
+ #: ../includes/class.yith-wcwl-admin-init.php:636
127
+ #: ../includes/class.yith-wcwl-admin-init.php:637
128
+ #: ../includes/class.yith-wcwl-admin-init.php:854
129
+ #: ../includes/class.yith-wcwl-admin-init.php:855
130
  #, php-format
131
  msgid "My wishlist on %s"
132
  msgstr ""
133
 
134
+ #: ../includes/class.yith-wcwl-admin-init.php:645
135
  msgid "Position"
136
  msgstr ""
137
 
138
+ #: ../includes/class.yith-wcwl-admin-init.php:646
139
  msgid ""
140
  "On variable products you can add it only After \"Add to Cart\" or use the "
141
  "shortcode [yith_wcwl_add_to_wishlist]."
142
  msgstr ""
143
 
144
+ #: ../includes/class.yith-wcwl-admin-init.php:652
145
  msgid "After \"Add to cart\""
146
  msgstr ""
147
 
148
+ #: ../includes/class.yith-wcwl-admin-init.php:653
149
  msgid "After thumbnails"
150
  msgstr ""
151
 
152
+ #: ../includes/class.yith-wcwl-admin-init.php:654
153
  msgid "After summary"
154
  msgstr ""
155
 
156
+ #: ../includes/class.yith-wcwl-admin-init.php:655
157
  msgid "Use shortcode"
158
  msgstr ""
159
 
160
+ #: ../includes/class.yith-wcwl-admin-init.php:660
161
  msgid "Redirect to cart"
162
  msgstr ""
163
 
164
+ #: ../includes/class.yith-wcwl-admin-init.php:661
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:668
171
  msgid "Remove if added to the cart"
172
  msgstr ""
173
 
174
+ #: ../includes/class.yith-wcwl-admin-init.php:669
175
  msgid "Remove the product from the wishlist if is been added to the cart."
176
  msgstr ""
177
 
178
+ #: ../includes/class.yith-wcwl-admin-init.php:676
179
  msgid "\"Add to Wishlist\" text"
180
  msgstr ""
181
 
182
+ #: ../includes/class.yith-wcwl-admin-init.php:678
183
+ #: ../includes/class.yith-wcwl-admin-init.php:679
184
  msgid "Add to Wishlist"
185
  msgstr ""
186
 
187
+ #: ../includes/class.yith-wcwl-admin-init.php:684
188
  msgid "\"Add to Cart\" text"
189
  msgstr ""
190
 
191
+ #: ../includes/class.yith-wcwl-admin-init.php:686
192
+ #: ../includes/class.yith-wcwl-admin-init.php:687
193
  msgid "Add to Cart"
194
  msgstr ""
195
 
196
+ #: ../includes/class.yith-wcwl-admin-init.php:692
197
  msgid "Show Unit price"
198
  msgstr ""
199
 
200
+ #: ../includes/class.yith-wcwl-admin-init.php:693
201
+ msgid "Show unit price for each product in wishlist"
202
+ msgstr ""
203
+
204
+ #: ../includes/class.yith-wcwl-admin-init.php:701
205
  msgid "Show \"Add to Cart\" button"
206
  msgstr ""
207
 
208
+ #: ../includes/class.yith-wcwl-admin-init.php:702
209
+ msgid "Show \"Add to cart\" button for each product in wishlist"
210
+ msgstr ""
211
+
212
+ #: ../includes/class.yith-wcwl-admin-init.php:710
213
  msgid "Show Stock status"
214
  msgstr ""
215
 
216
+ #: ../includes/class.yith-wcwl-admin-init.php:711
217
+ msgid ""
218
+ "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
219
+ msgstr ""
220
+
221
+ #: ../includes/class.yith-wcwl-admin-init.php:734
222
+ msgid "Styles"
223
+ msgstr ""
224
+
225
+ #: ../includes/class.yith-wcwl-admin-init.php:741
226
  msgid "Use buttons"
227
  msgstr ""
228
 
229
+ #: ../includes/class.yith-wcwl-admin-init.php:742
230
  msgid "Use buttons instead of a simple anchors."
231
  msgstr ""
232
 
233
+ #: ../includes/class.yith-wcwl-admin-init.php:749
234
  msgid "Custom CSS"
235
  msgstr ""
236
 
237
+ #: ../includes/class.yith-wcwl-admin-init.php:757
238
  msgid "Use theme style"
239
  msgstr ""
240
 
241
+ #: ../includes/class.yith-wcwl-admin-init.php:758
242
  msgid "Use the theme style."
243
  msgstr ""
244
 
245
+ #: ../includes/class.yith-wcwl-admin-init.php:765
246
+ msgid "Button rounded corners"
247
  msgstr ""
248
 
249
+ #: ../includes/class.yith-wcwl-admin-init.php:766
250
  msgid "Make buttons corner rounded"
251
  msgstr ""
252
 
253
+ #: ../includes/class.yith-wcwl-admin-init.php:773
254
  msgid "\"Add to Wishlist\" icon"
255
  msgstr ""
256
 
257
+ #: ../includes/class.yith-wcwl-admin-init.php:774
258
  msgid "Add an icon to the \"Add to Wishlist\" button"
259
  msgstr ""
260
 
261
+ #: ../includes/class.yith-wcwl-admin-init.php:785
262
  msgid "\"Add to Cart\" icon"
263
  msgstr ""
264
 
265
+ #: ../includes/class.yith-wcwl-admin-init.php:786
266
  msgid "Add an icon to the \"Add to Cart\" button"
267
  msgstr ""
268
 
269
+ #: ../includes/class.yith-wcwl-admin-init.php:805
270
+ msgid "Socials &amp; Share"
271
+ msgstr ""
272
+
273
+ #: ../includes/class.yith-wcwl-admin-init.php:812
274
  msgid "Share on Facebook"
275
  msgstr ""
276
 
277
+ #: ../includes/class.yith-wcwl-admin-init.php:813
278
+ #: ../includes/class.yith-wcwl-admin-init.php:837
279
+ msgid "Show \"Share on Facebook\" button"
280
+ msgstr ""
281
+
282
+ #: ../includes/class.yith-wcwl-admin-init.php:820
283
  msgid "Tweet on Twitter"
284
  msgstr ""
285
 
286
+ #: ../includes/class.yith-wcwl-admin-init.php:821
287
+ msgid "Show \"Tweet on Twitter\" button"
288
+ msgstr ""
289
+
290
+ #: ../includes/class.yith-wcwl-admin-init.php:828
291
  msgid "Pin on Pinterest"
292
  msgstr ""
293
 
294
+ #: ../includes/class.yith-wcwl-admin-init.php:829
295
+ msgid "Show \"Pin on Pinterest\" button"
296
+ msgstr ""
297
+
298
+ #: ../includes/class.yith-wcwl-admin-init.php:836
299
  msgid "Share on Google+"
300
  msgstr ""
301
 
302
+ #: ../includes/class.yith-wcwl-admin-init.php:844
303
  msgid "Share by Email"
304
  msgstr ""
305
 
306
+ #: ../includes/class.yith-wcwl-admin-init.php:845
307
+ msgid "Show \"Share by Email\" button"
308
+ msgstr ""
309
+
310
+ #: ../includes/class.yith-wcwl-admin-init.php:852
311
+ msgid "Social title"
312
  msgstr ""
313
 
314
+ #: ../includes/class.yith-wcwl-admin-init.php:860
315
+ msgid "Social text"
316
  msgstr ""
317
 
318
+ #: ../includes/class.yith-wcwl-admin-init.php:861
319
  msgid ""
320
  "Will be used by Facebook, Twitter and Pinterest. Use <strong>%wishlist_url%</"
321
  "strong> where you want the URL of your wishlist to appear."
322
  msgstr ""
323
 
324
+ #: ../includes/class.yith-wcwl-admin-init.php:869
325
+ msgid "Social image URL"
326
+ msgstr ""
327
+
328
+ #: ../includes/class.yith-wcwl-admin-init.php:905
329
+ msgid "\"Add to wishlist\" button"
330
+ msgstr ""
331
+
332
+ #: ../includes/class.yith-wcwl-admin-init.php:908
333
+ #: ../includes/class.yith-wcwl-admin-init.php:926
334
+ #: ../includes/class.yith-wcwl-admin-init.php:944
335
+ #: ../includes/class.yith-wcwl-admin-init.php:962
336
+ #: ../includes/class.yith-wcwl-admin-init.php:980
337
+ msgid "Background"
338
+ msgstr ""
339
+
340
+ #: ../includes/class.yith-wcwl-admin-init.php:909
341
+ #: ../includes/class.yith-wcwl-admin-init.php:927
342
+ #: ../includes/class.yith-wcwl-admin-init.php:945
343
+ #: ../includes/class.yith-wcwl-admin-init.php:963
344
+ #: ../includes/class.yith-wcwl-admin-init.php:981
345
+ msgid "Text"
346
+ msgstr ""
347
+
348
+ #: ../includes/class.yith-wcwl-admin-init.php:910
349
+ #: ../includes/class.yith-wcwl-admin-init.php:928
350
+ #: ../includes/class.yith-wcwl-admin-init.php:946
351
+ #: ../includes/class.yith-wcwl-admin-init.php:964
352
+ #: ../includes/class.yith-wcwl-admin-init.php:982
353
+ msgid "Border"
354
+ msgstr ""
355
+
356
+ #: ../includes/class.yith-wcwl-admin-init.php:917
357
+ #: ../includes/class.yith-wcwl-admin-init.php:935
358
+ #: ../includes/class.yith-wcwl-admin-init.php:953
359
+ #: ../includes/class.yith-wcwl-admin-init.php:971
360
+ msgid "Background (hover)"
361
+ msgstr ""
362
+
363
+ #: ../includes/class.yith-wcwl-admin-init.php:918
364
+ #: ../includes/class.yith-wcwl-admin-init.php:936
365
+ #: ../includes/class.yith-wcwl-admin-init.php:954
366
+ #: ../includes/class.yith-wcwl-admin-init.php:972
367
+ msgid "Text (hover)"
368
+ msgstr ""
369
+
370
+ #: ../includes/class.yith-wcwl-admin-init.php:919
371
+ #: ../includes/class.yith-wcwl-admin-init.php:937
372
+ #: ../includes/class.yith-wcwl-admin-init.php:955
373
+ #: ../includes/class.yith-wcwl-admin-init.php:973
374
+ msgid "Border (hover)"
375
+ msgstr ""
376
+
377
+ #: ../includes/class.yith-wcwl-admin-init.php:923
378
+ msgid "\"Add to Cart\" button"
379
+ msgstr ""
380
+
381
+ #: ../includes/class.yith-wcwl-admin-init.php:941
382
+ msgid "\"Style 1\" button"
383
+ msgstr ""
384
+
385
+ #: ../includes/class.yith-wcwl-admin-init.php:959
386
+ msgid "\"Style 2\" button"
387
+ msgstr ""
388
+
389
+ #: ../includes/class.yith-wcwl-admin-init.php:977
390
+ msgid "Wishlist table"
391
+ msgstr ""
392
+
393
+ #: ../includes/class.yith-wcwl-admin-init.php:986
394
+ msgid "Headers"
395
+ msgstr ""
396
+
397
+ #: ../includes/class.yith-wcwl-admin-init.php:989
398
+ msgid "Background color"
399
+ msgstr ""
400
+
401
+ #: ../includes/class.yith-wcwl-admin-init.php:1116
402
+ msgid "Wishlist Activated"
403
+ msgstr ""
404
+
405
+ #: ../includes/class.yith-wcwl-admin-init.php:1117
406
+ #, php-format
407
+ msgid ""
408
+ "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
409
+ "can access to all the settings of our plugins that you have activated. "
410
+ "Wishlist is available in an outstanding PREMIUM version with many new "
411
+ "options, <a href=\"%s\">discover it now</a>."
412
+ msgstr ""
413
+
414
+ #: ../includes/class.yith-wcwl-admin-init.php:1128
415
+ msgid "Wishlist Updated"
416
+ msgstr ""
417
+
418
+ #: ../includes/class.yith-wcwl-admin-init.php:1129
419
+ #, php-format
420
+ msgid ""
421
+ "From now on, you can find all the options of Wishlist under YIT Plugin -> "
422
+ "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
423
+ "version. When one of our plugins updates, a new voice will be added to this "
424
+ "menu. Wishlist renovates with new available options, <a href=\"%s\">discover "
425
+ "the PREMIUM version.</a>"
426
+ msgstr ""
427
+
428
+ #: ../includes/class.yith-wcwl-init.php:341
429
+ msgid ""
430
+ "We are sorry,but this feature is available only if cookies on your browser "
431
+ "are enabled."
432
  msgstr ""
433
 
434
+ #: ../includes/class.yith-wcwl-install.php:239
435
  msgid "wishlist"
436
  msgstr ""
437
 
438
+ #: ../includes/class.yith-wcwl-shortcode.php:225
439
+ #: ../includes/class.yith-wcwl-ui.php:161
440
+ msgid "Share on:"
441
+ msgstr ""
442
+
443
+ #: ../includes/class.yith-wcwl-ui.php:81 ../includes/class.yith-wcwl.php:1143
444
+ #: ../templates/add-to-wishlist.php:21
445
  msgid "Product added!"
446
  msgstr ""
447
 
448
+ #: ../includes/class.yith-wcwl-ui.php:81 ../includes/class.yith-wcwl-ui.php:82
449
+ #: ../templates/add-to-wishlist.php:23 ../templates/add-to-wishlist.php:30
450
  msgid "Browse Wishlist"
451
  msgstr ""
452
 
453
+ #: ../includes/class.yith-wcwl-ui.php:82 ../templates/add-to-wishlist.php:28
454
  msgid "The product is already in the wishlist!"
455
  msgstr ""
456
 
457
+ #: ../includes/class.yith-wcwl-ui.php:116
458
+ #: ../includes/class.yith-wcwl-ui.php:200
459
  msgid "Select options"
460
  msgstr ""
461
 
462
+ #: ../includes/class.yith-wcwl-ui.php:165 ../templates/share.php:16
 
 
 
 
463
  msgid "Facebook"
464
  msgstr ""
465
 
466
+ #: ../includes/class.yith-wcwl-ui.php:168 ../templates/share.php:22
467
  msgid "Twitter"
468
  msgstr ""
469
 
470
+ #: ../includes/class.yith-wcwl-ui.php:177
471
  msgid "email"
472
  msgstr ""
473
 
474
+ #: ../includes/class.yith-wcwl.php:192 ../includes/class.yith-wcwl.php:276
475
  msgid "Error occurred while adding product to wishlist."
476
  msgstr ""
477
 
478
+ #: ../includes/class.yith-wcwl.php:291
479
+ msgid "Remove now does not require any param"
480
+ msgstr ""
481
+
482
+ #: ../includes/class.yith-wcwl.php:325
483
  msgid "Error occurred while removing product from wishlist"
484
  msgstr ""
485
 
486
+ #: ../includes/class.yith-wcwl.php:603
487
+ msgid "You need to log in before creating a new wishlist"
488
+ msgstr ""
489
+
490
+ #: ../includes/class.yith-wcwl.php:1146
491
  msgid "Product already in the wishlist."
492
  msgstr ""
493
 
494
+ #: ../includes/class.yith-wcwl.php:1178
495
  msgid "Product successfully removed."
496
  msgstr ""
497
 
498
+ #: ../includes/class.yith-wcwl.php:1182
499
  msgid "Error. Unable to remove the product from the wishlist."
500
  msgstr ""
501
 
502
+ #: ../includes/class.yith-wcwl.php:1186 ../templates/wishlist-view.php:165
 
503
  msgid "No products were added to the wishlist"
504
  msgstr ""
505
 
506
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:460
507
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:574
508
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:719
509
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1632
510
+ #, php-format
511
+ msgid "Add %s"
512
  msgstr ""
513
 
514
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:461
515
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:575
516
+ #, php-format
517
+ msgid "Add New %s"
518
  msgstr ""
519
 
520
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:462
521
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:576
522
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1267
523
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1304
524
+ #, php-format
525
+ msgid "Edit %s"
526
  msgstr ""
527
 
528
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:463
529
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:577
530
+ #, php-format
531
+ msgid "New %s"
532
  msgstr ""
533
 
534
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:464
535
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:578
536
+ #, php-format
537
+ msgid "All %s"
538
  msgstr ""
539
 
540
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:465
541
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:579
542
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1251
543
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1305
544
+ #, php-format
545
+ msgid "View %s"
546
  msgstr ""
547
 
548
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:466
549
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:580
550
+ #, php-format
551
+ msgid "Search %s"
552
  msgstr ""
553
 
554
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:467
555
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:581
556
+ #, php-format
557
+ msgid "No %s found"
558
  msgstr ""
559
 
560
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:468
561
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:582
562
+ #, php-format
563
+ msgid "No %s found in Trash"
564
  msgstr ""
565
 
566
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:625
567
+ #, php-format
568
+ msgid "%s Categories"
569
  msgstr ""
570
 
571
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:626
572
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:635
573
+ msgid "Category"
574
  msgstr ""
575
 
576
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:627
577
+ msgid "Search Categories"
578
  msgstr ""
579
 
580
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:628
581
+ msgid "All Categories"
582
  msgstr ""
583
 
584
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:629
585
+ msgid "Parent Category"
586
  msgstr ""
587
 
588
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:630
589
+ msgid "Parent Category:"
590
  msgstr ""
591
 
592
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:631
593
+ msgid "Edit Category"
594
  msgstr ""
595
 
596
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:632
597
+ msgid "Update Category"
598
  msgstr ""
599
 
600
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:633
601
+ msgid "Add New Category"
602
  msgstr ""
603
 
604
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:634
605
+ msgid "New Category Name"
606
  msgstr ""
607
 
608
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:724
609
+ msgid "Categories"
610
  msgstr ""
611
 
612
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1042
613
+ #, php-format
614
+ msgid "%s Settings"
615
+ msgstr ""
616
+
617
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1051
618
+ msgid "Type"
619
+ msgstr ""
620
+
621
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1052
622
+ msgid "The layout for this "
623
+ msgstr ""
624
+
625
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1058
626
+ msgid "Rewrite"
627
+ msgstr ""
628
+
629
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1059
630
+ msgid "The word used for the URL of each project (the slug of post if empty)"
631
+ msgstr ""
632
+
633
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1064
634
+ msgid "Label Singular"
635
+ msgstr ""
636
+
637
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1065
638
+ msgid ""
639
+ "Set the label in singular to use for each label (the title of portfolio if "
640
+ "empty)"
641
+ msgstr ""
642
+
643
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1070
644
+ msgid "Label Plural"
645
+ msgstr ""
646
+
647
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1071
648
+ msgid ""
649
+ "Set the label in plural to use for each label (the title of portfolio if "
650
+ "empty)"
651
+ msgstr ""
652
+
653
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1076
654
+ msgid "Taxonomy"
655
+ msgstr ""
656
+
657
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1077
658
+ msgid ""
659
+ "If you want to use a category section for the portfolio, set the name of "
660
+ "taxonomy. Name should be in slug form (must not contain capital letters or "
661
+ "spaces) and not more than 32 characters long (database structure "
662
+ "restriction)."
663
+ msgstr ""
664
+
665
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1082
666
+ msgid "Taxonomy Rewrite"
667
+ msgstr ""
668
+
669
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1083
670
+ msgid "Set the word to use in the URL for each category page."
671
+ msgstr ""
672
+
673
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1088
674
+ msgid "Single layout"
675
+ msgstr ""
676
+
677
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1089
678
+ msgid "The layout for single page of this portfolio"
679
+ msgstr ""
680
+
681
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1130
682
+ msgid "layout settings"
683
+ msgstr ""
684
+
685
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1222
686
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1235
687
+ msgid "Quick links"
688
+ msgstr ""
689
+
690
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1475
691
+ #, php-format
692
+ msgid "Show the frontend of the %s"
693
+ msgstr ""
694
+
695
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1482
696
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:46
697
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:90
698
+ msgid "Name"
699
+ msgstr ""
700
+
701
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1631
702
+ #, php-format
703
+ msgid "Add %s by images"
704
+ msgstr ""
705
+
706
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1633
707
+ msgid "Add with multiupload"
708
+ msgstr ""
709
+
710
+ #: ../plugin-fw/lib/yit-plugin-panel-wc.php:303
711
+ msgid "The changes you made will be lost if you navigate away from this page."
712
+ msgstr ""
713
+
714
+ #: ../plugin-fw/lib/yit-plugin-panel.php:61
715
+ msgid "Plugin Settings"
716
+ msgstr ""
717
+
718
+ #: ../plugin-fw/lib/yit-plugin-panel.php:92
719
+ #: ../plugin-fw/lib/yit-plugin-subpanel.php:101
720
+ msgid "YIT Plugins"
721
+ msgstr ""
722
+
723
+ #: ../plugin-fw/lib/yit-plugin-panel.php:271
724
+ #: ../plugin-fw/lib/yit-plugin-subpanel.php:142
725
+ #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:5
726
+ msgid "Save Changes"
727
+ msgstr ""
728
+
729
+ #: ../plugin-fw/lib/yit-plugin-panel.php:274
730
+ #: ../plugin-fw/lib/yit-plugin-subpanel.php:145
731
+ #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:8
732
+ msgid ""
733
+ "If you continue with this action, you will reset all options are in this "
734
+ "page."
735
+ msgstr ""
736
+
737
+ #: ../plugin-fw/lib/yit-plugin-panel.php:276
738
+ #: ../plugin-fw/lib/yit-plugin-subpanel.php:147
739
+ #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
740
+ msgid "Reset Defaults"
741
+ msgstr ""
742
+
743
+ #: ../plugin-fw/lib/yit-plugin-panel.php:276
744
+ #: ../plugin-fw/lib/yit-plugin-subpanel.php:147
745
+ #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
746
+ msgid "Are you sure of it?"
747
+ msgstr ""
748
+
749
+ #: ../plugin-fw/lib/yit-plugin-panel.php:410
750
+ msgid ""
751
+ "The element you have written is already exists. Please, add another name."
752
+ msgstr ""
753
+
754
+ #: ../plugin-fw/lib/yit-plugin-panel.php:411
755
+ msgid "Settings saved"
756
+ msgstr ""
757
+
758
+ #: ../plugin-fw/lib/yit-plugin-panel.php:412
759
+ msgid "Settings reset"
760
+ msgstr ""
761
+
762
+ #: ../plugin-fw/lib/yit-plugin-panel.php:413
763
+ msgid "Element deleted correctly."
764
+ msgstr ""
765
+
766
+ #: ../plugin-fw/lib/yit-plugin-panel.php:414
767
+ #: ../plugin-fw/lib/yit-plugin-panel.php:415
768
+ msgid "Element updated correctly."
769
+ msgstr ""
770
+
771
+ #: ../plugin-fw/lib/yit-plugin-panel.php:416
772
+ msgid "Database imported correctly."
773
+ msgstr ""
774
+
775
+ #: ../plugin-fw/lib/yit-plugin-panel.php:417
776
+ msgid "An error encoured during during import. Please try again."
777
+ msgstr ""
778
+
779
+ #: ../plugin-fw/lib/yit-plugin-panel.php:418
780
+ msgid "The file you have insert doesn't valid."
781
+ msgstr ""
782
+
783
+ #: ../plugin-fw/lib/yit-plugin-panel.php:419
784
+ msgid "I'm sorry, the import featured is disabled."
785
+ msgstr ""
786
+
787
+ #: ../plugin-fw/lib/yit-plugin-panel.php:420
788
+ msgid "Sorting done correctly."
789
+ msgstr ""
790
+
791
+ #: ../plugin-fw/lib/yit-pointers.php:70
792
+ msgid "Plugins Activated"
793
+ msgstr ""
794
+
795
+ #: ../plugin-fw/lib/yit-pointers.php:71
796
+ msgid ""
797
+ "From now on, you can find all the options of your plugins under the YIT "
798
+ "Plugin menu voice.\n"
799
+ " For every installation of our new "
800
+ "plugins, a new voice will be added to access to the customization settings."
801
+ msgstr ""
802
+
803
+ #: ../plugin-fw/lib/yit-pointers.php:73 ../plugin-fw/lib/yit-pointers.php:89
804
+ msgid "Discover all our plugins available on:"
805
+ msgstr ""
806
+
807
+ #: ../plugin-fw/lib/yit-pointers.php:74 ../plugin-fw/lib/yit-pointers.php:90
808
+ msgid "and"
809
+ msgstr ""
810
+
811
+ #: ../plugin-fw/lib/yit-pointers.php:84
812
+ msgid "Plugins Upgraded"
813
+ msgstr ""
814
+
815
+ #: ../plugin-fw/lib/yit-pointers.php:85
816
+ msgid ""
817
+ "From now on, you can find all the options of your plugins under the YIT "
818
+ "Plugin menu voice.\n"
819
+ " When one of our plugins updates, a new "
820
+ "voice will be added to this menu.\n"
821
+ " For example, after the update, the "
822
+ "options from the plugins (YITH WooCommerce Wishlist, YITH WooCommerce Ajax "
823
+ "Search, etc.)\n"
824
+ " will be removed from the previous "
825
+ "location and moved under the YIT Plugin tab."
826
+ msgstr ""
827
+
828
+ #: ../plugin-fw/lib/yit-upgrade.php:119
829
+ msgid "There is a new version of %plugin_name% available."
830
+ msgstr ""
831
+
832
+ #: ../plugin-fw/lib/yit-upgrade.php:120
833
+ msgid "View version %latest% details."
834
+ msgstr ""
835
+
836
+ #: ../plugin-fw/lib/yit-upgrade.php:121
837
+ msgid "Automatic update is unavailable for this plugin,"
838
+ msgstr ""
839
+
840
+ #: ../plugin-fw/lib/yit-upgrade.php:122
841
+ msgid ""
842
+ "please <a href=\"%activate_link%\"> activate </a> your copy of %plugin_name%."
843
+ msgstr ""
844
+
845
+ #: ../plugin-fw/lib/yit-upgrade.php:123
846
+ msgid "Update now."
847
+ msgstr ""
848
+
849
+ #: ../plugin-fw/lib/yit-upgrade.php:226
850
+ msgid "Yithemes Repository"
851
+ msgstr ""
852
+
853
+ #: ../plugin-fw/lib/yit-upgrade.php:260
854
+ msgid "Invalid URL Provided."
855
+ msgstr ""
856
+
857
+ #: ../plugin-fw/lib/yit-upgrade.php:273
858
+ msgid "Could not create Temporary file."
859
+ msgstr ""
860
+
861
+ #: ../plugin-fw/lib/yit-upgrade.php:414
862
+ #, php-format
863
+ msgid ""
864
+ "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
865
+ "yit-changelog-button\" title=\"%3$s\">View version %4$s details</a>."
866
+ msgstr ""
867
+
868
+ #: ../plugin-fw/lib/yit-upgrade.php:416
869
+ #, php-format
870
+ msgid ""
871
+ "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
872
+ "yit-changelog-button\" title=\"%3$s\">View version %4$s details</a>. <em>You "
873
+ "have to activate the plugin on a single site of the network to benefit from "
874
+ "the automatic updates.</em>"
875
+ msgstr ""
876
+
877
+ #: ../plugin-fw/lib/yit-upgrade.php:418
878
+ #, php-format
879
+ msgid ""
880
+ "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
881
+ "yit-changelog-button\" title=\"%3$s\">View version %4$s details</a>. "
882
+ "<em>Automatic update is unavailable for this plugin, please <a href=\"%5$s\" "
883
+ "title=\"Licence activation\">activate</a> your copy of %6s.</em>"
884
+ msgstr ""
885
+
886
+ #: ../plugin-fw/lib/yit-upgrade.php:420
887
+ #, php-format
888
+ msgid ""
889
+ "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
890
+ "yit-changelog-button\" title=\"%3$s\">View version %4$s details</a> or <a "
891
+ "href=\"%5$s\">update now</a>."
892
+ msgstr ""
893
+
894
+ #: ../plugin-fw/lib/yit-upgrade.php:493
895
+ msgid "You can't update plugins for this site."
896
+ msgstr ""
897
+
898
+ #: ../plugin-fw/lib/yit-upgrade.php:497
899
+ msgid "You do not have sufficient permissions to update plugins for this site."
900
+ msgstr ""
901
+
902
+ #: ../plugin-fw/lib/yit-upgrade.php:504
903
+ msgid "Update Plugin"
904
+ msgstr ""
905
+
906
+ #: ../plugin-fw/licence/lib/yit-licence.php:148
907
+ #, php-format
908
+ msgid "%field% field can not be empty"
909
+ msgstr ""
910
+
911
+ #: ../plugin-fw/licence/lib/yit-licence.php:149
912
+ msgid "%field_1% and %field_2% fields can not be empty"
913
+ msgstr ""
914
+
915
+ #: ../plugin-fw/licence/lib/yit-licence.php:150
916
+ msgid "Unable to contact the remote server, please try again later. Thanks!"
917
+ msgstr ""
918
+
919
+ #: ../plugin-fw/licence/lib/yit-licence.php:529
920
+ msgid "Invalid Request"
921
+ msgstr ""
922
+
923
+ #: ../plugin-fw/licence/lib/yit-licence.php:530
924
+ msgid "Invalid licence key"
925
+ msgstr ""
926
+
927
+ #: ../plugin-fw/licence/lib/yit-licence.php:531
928
+ msgid "Software has been deactive"
929
+ msgstr ""
930
+
931
+ #: ../plugin-fw/licence/lib/yit-licence.php:532
932
+ msgid "Exceeded maximum number of activations"
933
+ msgstr ""
934
+
935
+ #: ../plugin-fw/licence/lib/yit-licence.php:533
936
+ msgid "Invalid instance ID"
937
+ msgstr ""
938
+
939
+ #: ../plugin-fw/licence/lib/yit-licence.php:534
940
+ msgid "Invalid security key"
941
+ msgstr ""
942
+
943
+ #: ../plugin-fw/licence/lib/yit-licence.php:535
944
+ msgid "Licence key has expired"
945
+ msgstr ""
946
+
947
+ #: ../plugin-fw/licence/lib/yit-licence.php:536
948
+ msgid "Licence key has be banned"
949
+ msgstr ""
950
+
951
+ #: ../plugin-fw/licence/lib/yit-plugin-licence.php:63
952
+ #: ../plugin-fw/licence/lib/yit-plugin-licence.php:64
953
+ #: ../plugin-fw/licence/lib/yit-theme-licence.php:63
954
+ #: ../plugin-fw/licence/lib/yit-theme-licence.php:64
955
+ #: ../plugin-fw/licence/lib/yit-theme-licence.php:106
956
+ #: ../plugin-fw/licence/lib/yit-theme-licence.php:107
957
+ msgid "Licence Activation"
958
+ msgstr ""
959
+
960
+ #: ../plugin-fw/licence/lib/yit-theme-licence.php:114
961
+ #: ../plugin-fw/licence/lib/yit-theme-licence.php:115
962
+ #, php-format
963
+ msgid "%s"
964
+ msgstr ""
965
+
966
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:19
967
+ msgid "Yithemes Licence Activation"
968
+ msgstr ""
969
+
970
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:23
971
+ msgid ""
972
+ "Have you updated your licenses? Have you asked for an extension? Update "
973
+ "information concerning your products."
974
+ msgstr ""
975
+
976
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:25
977
+ msgid "Update licence information"
978
+ msgstr ""
979
+
980
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:35
981
+ msgid "To Active"
982
+ msgstr ""
983
+
984
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:54
985
+ msgid "Activate"
986
+ msgstr ""
987
+
988
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:73
989
+ msgid "Activated"
990
+ msgstr ""
991
+
992
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:77
993
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:109
994
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:133
995
+ #: ../templates/wishlist-view.php:56
996
+ msgid "Product Name"
997
+ msgstr ""
998
+
999
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:78
1000
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:110
1001
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:134
1002
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:145
1003
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:337
1004
+ #: ../templates/share.php:40
1005
+ msgid "Email"
1006
+ msgstr ""
1007
+
1008
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:79
1009
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:111
1010
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:135
1011
+ msgid "Licence Key"
1012
+ msgstr ""
1013
+
1014
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:80
1015
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:136
1016
+ msgid "Expires"
1017
+ msgstr ""
1018
+
1019
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:81
1020
+ msgid "Remaining"
1021
+ msgstr ""
1022
+
1023
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:82
1024
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:95
1025
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:137
1026
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:147
1027
+ msgid "Renew"
1028
+ msgstr ""
1029
+
1030
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:93
1031
+ #, php-format
1032
+ msgid "%1s out of %2s"
1033
+ msgstr ""
1034
+
1035
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:105
1036
+ msgid "Banned"
1037
+ msgstr ""
1038
+
1039
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:129
1040
+ msgid "Expired"
1041
+ msgstr ""
1042
+
1043
+ #: ../plugin-fw/templates/metaboxes/types/ajax-products.php:23
1044
+ msgid "Search for a product"
1045
+ msgstr ""
1046
+
1047
+ #: ../plugin-fw/templates/metaboxes/types/categories.php:36
1048
+ msgid "No categories."
1049
+ msgstr ""
1050
+
1051
+ #: ../plugin-fw/templates/metaboxes/types/categories.php:42
1052
+ msgid "+ Add New Category"
1053
+ msgstr ""
1054
+
1055
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:5
1056
+ msgid "Text Input"
1057
+ msgstr ""
1058
+
1059
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:6
1060
+ msgid "Checkbox"
1061
+ msgstr ""
1062
+
1063
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:7
1064
+ msgid "Select"
1065
+ msgstr ""
1066
+
1067
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:8
1068
+ msgid "Textarea"
1069
+ msgstr ""
1070
+
1071
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:9
1072
+ msgid "Radio Input"
1073
+ msgstr ""
1074
+
1075
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:10
1076
+ msgid "Password Field"
1077
+ msgstr ""
1078
+
1079
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:11
1080
+ msgid "File Upload"
1081
+ msgstr ""
1082
+
1083
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:45
1084
+ msgid "Theme Icon"
1085
+ msgstr ""
1086
+
1087
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:46
1088
+ msgid "Custom Icon"
1089
+ msgstr ""
1090
+
1091
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:47
1092
+ #: ../plugin-fw/templates/metaboxes/types/responsivesliders.php:24
1093
+ msgid "None"
1094
+ msgstr ""
1095
+
1096
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:57
1097
+ msgid "Add field"
1098
+ msgstr ""
1099
+
1100
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:66
1101
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:258
1102
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:37
1103
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:82
1104
+ msgid "Remove"
1105
+ msgstr ""
1106
+
1107
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:67
1108
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:259
1109
+ msgid "Click to toggle"
1110
+ msgstr ""
1111
+
1112
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:74
1113
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:266
1114
+ msgid "Title Field"
1115
+ msgstr ""
1116
+
1117
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:78
1118
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:270
1119
+ msgid "Insert the title of field."
1120
+ msgstr ""
1121
+
1122
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:83
1123
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:275
1124
+ msgid "Data Name"
1125
+ msgstr ""
1126
+
1127
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:87
1128
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:279
1129
+ msgid ""
1130
+ "REQUIRED: The identification name of this field, that you can insert into "
1131
+ "body email configuration. <strong>Note:</strong>Use only lowercase "
1132
+ "characters and underscores."
1133
+ msgstr ""
1134
+
1135
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:92
1136
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:284
1137
+ msgid "Type field"
1138
+ msgstr ""
1139
+
1140
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:100
1141
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:292
1142
+ msgid "Select the type of this field."
1143
+ msgstr ""
1144
+
1145
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:105
1146
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:297
1147
+ msgid "Checked"
1148
+ msgstr ""
1149
+
1150
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:109
1151
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:301
1152
+ msgid "Select this if you want this field already checked."
1153
+ msgstr ""
1154
+
1155
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:114
1156
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:306
1157
+ msgid "Add options "
1158
+ msgstr ""
1159
+
1160
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:115
1161
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:307
1162
+ msgid "Add option"
1163
+ msgstr ""
1164
+
1165
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:118
1166
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:310
1167
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:432
1168
+ msgid "Selected"
1169
+ msgstr ""
1170
+
1171
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:121
1172
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:313
1173
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:432
1174
+ msgid "Delete option"
1175
+ msgstr ""
1176
+
1177
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:127
1178
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:319
1179
+ msgid "Message Error"
1180
+ msgstr ""
1181
+
1182
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:131
1183
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:323
1184
+ msgid "Insert the error message for validation."
1185
+ msgstr ""
1186
+
1187
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:136
1188
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:328
1189
+ msgid "Required"
1190
+ msgstr ""
1191
+
1192
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:140
1193
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:332
1194
+ msgid "Select this if it must be required."
1195
+ msgstr ""
1196
+
1197
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:149
1198
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:341
1199
+ msgid "Select this if it must be a valid email."
1200
+ msgstr ""
1201
+
1202
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:154
1203
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:346
1204
+ msgid "Reply To"
1205
+ msgstr ""
1206
+
1207
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:158
1208
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:350
1209
+ msgid "Select this if it's the email where you can reply."
1210
+ msgstr ""
1211
+
1212
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:163
1213
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:355
1214
+ msgid "Class"
1215
+ msgstr ""
1216
+
1217
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:167
1218
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:359
1219
+ msgid ""
1220
+ "Insert an additional class(es) (separateb by comma) for more personalization."
1221
+ msgstr ""
1222
+
1223
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:172
1224
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:364
1225
+ msgid "Icon"
1226
+ msgstr ""
1227
+
1228
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:200
1229
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:388
1230
+ #: ../plugin-fw/templates/metaboxes/types/icon-list.php:69
1231
+ #: ../plugin-fw/templates/metaboxes/types/select-icon.php:33
1232
+ #: ../plugin-fw/templates/metaboxes/types/upload.php:21
1233
+ #: ../plugin-fw/templates/panel/types/upload.php:31
1234
+ #: ../plugin-fw/templates/panel/woocommerce/woocommerce-upload.php:35
1235
+ #: ../yit-common/yith-panel.php:417
1236
+ msgid "Upload"
1237
+ msgstr ""
1238
+
1239
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:206
1240
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:394
1241
+ #: ../plugin-fw/templates/metaboxes/types/icon-list.php:75
1242
+ #: ../plugin-fw/templates/metaboxes/types/select-icon.php:39
1243
+ msgid "Image preview"
1244
+ msgstr ""
1245
+
1246
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:214
1247
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:402
1248
+ msgid "Insert an icon for more personalization."
1249
+ msgstr ""
1250
+
1251
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:219
1252
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:406
1253
+ msgid "Width"
1254
+ msgstr ""
1255
+
1256
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:244
1257
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:418
1258
+ msgid "Choose how much long will be the field."
1259
+ msgstr ""
1260
+
1261
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:28
1262
+ msgid "Close all"
1263
+ msgstr ""
1264
+
1265
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:28
1266
+ msgid "Expand all"
1267
+ msgstr ""
1268
+
1269
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:52
1270
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:95
1271
+ msgid "Value"
1272
+ msgstr ""
1273
+
1274
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:53
1275
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:96
1276
+ msgid "The content of the tab. (HTML is supported)"
1277
+ msgstr ""
1278
+
1279
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:65
1280
+ msgid "Add custom product tab"
1281
+ msgstr ""
1282
+
1283
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:107
1284
+ msgid "Do you want to remove the custom tab?"
1285
+ msgstr ""
1286
+
1287
+ #: ../plugin-fw/templates/metaboxes/types/icon-list.php:89
1288
+ #, php-format
1289
+ msgid "(Default: %s <img src=\"%s\"/>)"
1290
+ msgstr ""
1291
+
1292
+ #: ../plugin-fw/templates/metaboxes/types/icon-list.php:91
1293
+ #, php-format
1294
+ msgid "(Default: <i %s></i> )"
1295
+ msgstr ""
1296
+
1297
+ #: ../plugin-fw/templates/metaboxes/types/image-gallery.php:35
1298
+ #: ../plugin-fw/templates/metaboxes/types/image-gallery.php:40
1299
+ #: ../plugin-fw/templates/metaboxes/types/images.php:33
1300
+ #: ../plugin-fw/templates/metaboxes/types/images.php:59
1301
+ msgid "Delete image"
1302
+ msgstr ""
1303
+
1304
+ #: ../plugin-fw/templates/metaboxes/types/image-gallery.php:40
1305
+ msgid "Add Images to Gallery"
1306
+ msgstr ""
1307
+
1308
+ #: ../plugin-fw/templates/metaboxes/types/image-gallery.php:40
1309
+ msgid "Add to gallery"
1310
+ msgstr ""
1311
+
1312
+ #: ../plugin-fw/templates/metaboxes/types/image-gallery.php:40
1313
+ msgid "Add images"
1314
+ msgstr ""
1315
+
1316
+ #: ../plugin-fw/templates/metaboxes/types/image-gallery.php:40
1317
+ msgid "Delete"
1318
+ msgstr ""
1319
+
1320
+ #: ../plugin-fw/templates/metaboxes/types/images.php:37
1321
+ msgid "Upload new images"
1322
+ msgstr ""
1323
+
1324
+ #: ../plugin-fw/templates/metaboxes/types/images.php:70
1325
+ msgid "Are you sure you want to remove this image?"
1326
+ msgstr ""
1327
+
1328
+ #: ../plugin-fw/templates/metaboxes/types/sidebar-layout.php:25
1329
+ #: ../plugin-fw/templates/metaboxes/types/sidebars.php:36
1330
+ msgid "Left sidebar"
1331
+ msgstr ""
1332
+
1333
+ #: ../plugin-fw/templates/metaboxes/types/sidebar-layout.php:28
1334
+ #: ../plugin-fw/templates/metaboxes/types/sidebars.php:42
1335
+ #: ../plugin-fw/templates/metaboxes/types/sidebars.php:45
1336
+ msgid "No sidebar"
1337
+ msgstr ""
1338
+
1339
+ #: ../plugin-fw/templates/metaboxes/types/sidebar-layout.php:28
1340
+ msgid "No sideabr"
1341
+ msgstr ""
1342
+
1343
+ #: ../plugin-fw/templates/metaboxes/types/sidebar-layout.php:31
1344
+ #: ../plugin-fw/templates/metaboxes/types/sidebars.php:39
1345
+ msgid "Right sidebar"
1346
+ msgstr ""
1347
+
1348
+ #: ../plugin-fw/templates/metaboxes/types/sidebar-layout.php:34
1349
+ #: ../plugin-fw/templates/metaboxes/types/sidebars.php:53
1350
+ #: ../plugin-fw/templates/metaboxes/types/sidebars.php:64
1351
+ msgid "Choose a sidebar"
1352
+ msgstr ""
1353
+
1354
+ #: ../plugin-fw/templates/metaboxes/types/sidebars.php:51
1355
+ msgid "Sidebar Left"
1356
+ msgstr ""
1357
+
1358
+ #: ../plugin-fw/templates/metaboxes/types/sidebars.php:62
1359
+ msgid "Sidebar Right"
1360
+ msgstr ""
1361
+
1362
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:42
1363
+ #: ../yit-common/yith-panel.php:444
1364
+ msgid "px"
1365
+ msgstr ""
1366
+
1367
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:43
1368
+ #: ../yit-common/yith-panel.php:445
1369
+ msgid "em"
1370
+ msgstr ""
1371
+
1372
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:44
1373
+ #: ../yit-common/yith-panel.php:446
1374
+ msgid "pt"
1375
+ msgstr ""
1376
+
1377
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:45
1378
+ #: ../yit-common/yith-panel.php:447
1379
+ msgid "rem"
1380
+ msgstr ""
1381
+
1382
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:59
1383
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:153
1384
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:217
1385
+ msgid "Web fonts"
1386
+ msgstr ""
1387
+
1388
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:71
1389
+ msgid "Google fonts"
1390
+ msgstr ""
1391
+
1392
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:96
1393
+ #: ../yit-common/yith-panel.php:465
1394
+ msgid "Regular"
1395
+ msgstr ""
1396
+
1397
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:97
1398
+ #: ../yit-common/yith-panel.php:466
1399
+ msgid "Bold"
1400
+ msgstr ""
1401
+
1402
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:98
1403
+ #: ../yit-common/yith-panel.php:467
1404
+ msgid "Extra bold"
1405
+ msgstr ""
1406
+
1407
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:99
1408
+ #: ../yit-common/yith-panel.php:468
1409
+ msgid "Italic"
1410
+ msgstr ""
1411
+
1412
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:100
1413
+ #: ../yit-common/yith-panel.php:469
1414
+ msgid "Italic bold"
1415
+ msgstr ""
1416
+
1417
+ #: ../templates/share.php:28
1418
+ msgid "Pinterest"
1419
+ msgstr ""
1420
+
1421
+ #: ../templates/share.php:34
1422
+ msgid "Google Plus"
1423
+ msgstr ""
1424
+
1425
+ #: ../templates/wishlist-view.php:23
1426
+ msgid "Edit title"
1427
+ msgstr ""
1428
+
1429
+ #: ../templates/wishlist-view.php:32
1430
+ msgid "Save"
1431
+ msgstr ""
1432
+
1433
+ #: ../templates/wishlist-view.php:36
1434
+ msgid "Cancel"
1435
+ msgstr ""
1436
+
1437
+ #: ../templates/wishlist-view.php:62
1438
+ msgid "Unit Price"
1439
+ msgstr ""
1440
+
1441
+ #: ../templates/wishlist-view.php:70
1442
+ msgid "Stock Status"
1443
+ msgstr ""
1444
+
1445
+ #: ../templates/wishlist-view.php:93
1446
+ msgid "Remove this product"
1447
+ msgstr ""
1448
+
1449
+ #: ../templates/wishlist-view.php:122
1450
+ msgid "Free!"
1451
+ msgstr ""
1452
+
1453
+ #: ../templates/wishlist-view.php:136
1454
+ msgid "Out of Stock"
1455
+ msgstr ""
1456
+
1457
+ #: ../templates/wishlist-view.php:139
1458
+ msgid "In Stock"
1459
+ msgstr ""
1460
+
1461
+ #: ../templates/wishlist-view.php:191
1462
+ msgid "Ask an estimate of costs"
1463
+ msgstr ""
1464
+
1465
+ #: ../yit-common/yith-panel.php:406
1466
+ msgid "Select a date"
1467
+ msgstr ""
1468
+
1469
+ #: ../yit-common/yith-panel.php:407
1470
+ msgid "Hours"
1471
+ msgstr ""
1472
+
1473
+ #: ../yit-common/yith-panel.php:408 ../yit-common/yith-panel.php:409
1474
+ msgid "Minutes"
1475
+ msgstr ""
1476
+
1477
+ #: ../yit-common/yith-panel.php:457
1478
+ msgid "Select a font family"
1479
  msgstr ""
1480
 
1481
  #: ../yit-common/yith-panel.php:481
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: 2014-09-16 16:15+0100\n"
6
- "PO-Revision-Date: 2014-09-16 16:15+0100\n"
7
  "Last-Translator: YIThemes <support@yithemes.com>\n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
@@ -18,113 +18,104 @@ msgstr ""
18
  "X-Generator: Poedit 1.5.5\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
- #: class.yith-wcwl-init.php:114 class.yith-wcwl-install.php:137
22
- msgid "Wishlist"
23
- msgstr "Wunschliste"
24
-
25
- #: class.yith-wcwl-init.php:365
26
- msgid "Cannot add to the cart as product is Out of Stock!"
27
  msgstr ""
28
- "Gewähltes Produkt ist nicht mehr im Sortiment und kann daher nicht im "
29
- "Warenkorb eingefügt werden. "
30
 
31
- #: class.yith-wcwl-init.php:430 class.yith-wcwl-init.php:859
32
- msgid "General Settings"
33
- msgstr "Allgemeine Einstellungen"
 
 
34
 
35
- #: class.yith-wcwl-init.php:431 class.yith-wcwl-init.php:965
36
- msgid "Styles"
37
- msgstr "Style"
 
 
 
38
 
39
- #: class.yith-wcwl-init.php:432 class.yith-wcwl-init.php:1028
40
- msgid "Socials &amp; Share"
41
- msgstr "Soziale Netzwerke; Teilen"
 
 
 
 
 
42
 
43
- #: class.yith-wcwl-init.php:453
 
44
  msgid "Colors"
45
  msgstr "Farben"
46
 
47
- #: class.yith-wcwl-init.php:483
48
- msgid "\"Add to Wishlist\" button background"
49
- msgstr "\"Zu Wunschliste hinzufügen\" Button Hintergrund"
50
-
51
- #: class.yith-wcwl-init.php:484
52
- msgid "\"Add to Wishlist\" button text"
53
- msgstr "\"Zu Wunschliste hinzufügen\" Button Text"
54
-
55
- #: class.yith-wcwl-init.php:485
56
- msgid "\"Add to Wishlist\" button border"
57
- msgstr "\"Zu Wunschliste hinzufügen\" Button Rahmen"
58
-
59
- #: class.yith-wcwl-init.php:491
60
- msgid "\"Add to Wishlist\" button background (hover)"
61
- msgstr "\"Zu Wunschliste hinzufügen\" Button Hintergrund (hover)"
62
-
63
- #: class.yith-wcwl-init.php:492
64
- msgid "\"Add to Wishlist\" button text (hover)"
65
- msgstr "\"Zu Wunschliste hinzufügen\" Button Text (hover)"
66
-
67
- #: class.yith-wcwl-init.php:493
68
- msgid "\"Add to Wishlist\" button border (hover)"
69
- msgstr "\"Zu Wunschliste hinzufügen\" Button Rahmen (hover)"
70
-
71
- #: class.yith-wcwl-init.php:498
72
- msgid "\"Add to Cart\" button background"
73
- msgstr "\"Zu Warenkorb hinzufügen\" Button Hintergrund"
74
 
75
- #: class.yith-wcwl-init.php:499
76
- msgid "\"Add to Cart\" button text"
77
- msgstr "\"Zu Warenkorb hinzufügen\" Button Text"
 
 
78
 
79
- #: class.yith-wcwl-init.php:500
80
- msgid "\"Add to Cart\" button border"
81
- msgstr "\"Zu Warenkorb hinzufügen\" Button Rahmen"
82
 
83
- #: class.yith-wcwl-init.php:506
84
- msgid "\"Add to Cart\" button background (hover)"
85
- msgstr "\"Zu Warenkorb hinzufügen\" Button Hintergrund (hover)"
86
 
87
- #: class.yith-wcwl-init.php:507
88
- msgid "\"Add to Cart\" button text (hover)"
89
- msgstr "\"Zu Warenkorb hinzufügen\" Button Text (hover)"
90
 
91
- #: class.yith-wcwl-init.php:508
92
- msgid "\"Add to Cart\" button border (hover)"
93
- msgstr "\"Zu Warenkorb hinzufügen\" Button Rahmen (hover)"
94
 
95
- #: class.yith-wcwl-init.php:513
96
- msgid "Wishlist table background"
97
- msgstr "Wunschliste Tabellenhintergrund"
98
 
99
- #: class.yith-wcwl-init.php:514
100
- msgid "Wishlist table text"
101
- msgstr "Wunschliste Tabellentext"
102
 
103
- #: class.yith-wcwl-init.php:515
104
- msgid "Wishlist table border"
105
- msgstr "Wunschliste Tabellenrahmen"
106
 
107
- #: class.yith-wcwl-init.php:575
108
- msgid "Settings"
109
- msgstr "Einstellungen"
 
 
110
 
111
- #: class.yith-wcwl-init.php:576
112
- msgid "Docs"
113
- msgstr "Dokumentation"
114
 
115
- #: class.yith-wcwl-init.php:592
116
- msgid "Wishlist Page"
117
- msgstr "Wunschlistenseite"
 
 
 
118
 
119
- #: class.yith-wcwl-init.php:593
120
- msgid "Page contents: [yith_wcwl_wishlist]"
121
- msgstr "Seiteninhalt: [yith_wcwl_wishlist]"
122
 
123
- #: class.yith-wcwl-init.php:862
124
  msgid "Enable YITH Wishlist"
125
  msgstr "Aktiviere YITH Wunschliste"
126
 
127
- #: class.yith-wcwl-init.php:863
128
  #, fuzzy, php-format
129
  msgid ""
130
  "Enable all plugin features. <strong>Be sure to select a voice in the "
@@ -136,37 +127,24 @@ msgstr ""
136
  "markiert ist.</strong> Bitte lesen Sie die Plugin- <a href=\"%s\" target="
137
  "\"_blank\">Hinweise</a>."
138
 
139
- #: class.yith-wcwl-init.php:870
140
- msgid "Use cookies"
141
- msgstr "Cookies verwenden"
142
-
143
- #: class.yith-wcwl-init.php:871
144
- msgid ""
145
- "Use cookies instead of sessions. With this feature, the wishlist will be "
146
- "available for each not logged user for 30 days. Use the filter "
147
- "yith_wcwl_cookie_expiration_time to change the expiration time ( needs "
148
- "timestamp )."
149
- msgstr ""
150
- "Cookies anstatt Sessions verwenden. Mit dieser Einstellung wird die "
151
- "Wunschliste für 30 Tage auch für nicht eingeloggte Benutzer verfügbar sein. "
152
- "Verwenden Sie den Filter yith_wcwl_cookie_expiration_time um die "
153
- "Einstellungen für die Laufzeit zu bestimmen (Zeitangabe erforderlich)"
154
-
155
- #: class.yith-wcwl-init.php:878
156
- msgid "Wishlist title"
157
  msgstr "Wunschlistentitel"
158
 
159
- #: class.yith-wcwl-init.php:880 class.yith-wcwl-init.php:881
160
- #: class.yith-wcwl-init.php:1068 class.yith-wcwl-init.php:1069
 
 
161
  #, php-format
162
  msgid "My wishlist on %s"
163
  msgstr "Meine Wunschliste von %s"
164
 
165
- #: class.yith-wcwl-init.php:890
166
  msgid "Position"
167
  msgstr "Position"
168
 
169
- #: class.yith-wcwl-init.php:891
170
  msgid ""
171
  "On variable products you can add it only After \"Add to Cart\" or use the "
172
  "shortcode [yith_wcwl_add_to_wishlist]."
@@ -174,27 +152,27 @@ msgstr ""
174
  "Bei Variablen Produkten kann nur nach \"Add to Cart\" eingetragen werden "
175
  "oder der Shortcode[yith_wcwl_add_to_wishlist] verwendet werden."
176
 
177
- #: class.yith-wcwl-init.php:897
178
  msgid "After \"Add to cart\""
179
  msgstr "Nach \"Add to cart\""
180
 
181
- #: class.yith-wcwl-init.php:898
182
  msgid "After thumbnails"
183
  msgstr "Nach Thumbnails (Miniaturbilder)"
184
 
185
- #: class.yith-wcwl-init.php:899
186
  msgid "After summary"
187
  msgstr "Nach Zusammenfassung"
188
 
189
- #: class.yith-wcwl-init.php:900
190
  msgid "Use shortcode"
191
  msgstr "Shortcode verwenden"
192
 
193
- #: class.yith-wcwl-init.php:905
194
  msgid "Redirect to cart"
195
  msgstr "Weiterleiten zum Warenkorb"
196
 
197
- #: class.yith-wcwl-init.php:906
198
  msgid ""
199
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
200
  "page."
@@ -202,119 +180,167 @@ msgstr ""
202
  "Zum Warenkorb weiterleiten, wenn \"Add to cart\" Button auf der "
203
  "Wunschlistenseite angeklickt wurde"
204
 
205
- #: class.yith-wcwl-init.php:913
206
  msgid "Remove if added to the cart"
207
  msgstr "Entfernen, wenn Produkt zum Warenkorb hinzugefügt wurde"
208
 
209
- #: class.yith-wcwl-init.php:914
210
  msgid "Remove the product from the wishlist if is been added to the cart."
211
  msgstr ""
212
  "Produkt von der Wunschliste enfernen, wenn es zum Warenkorb hinzugefügt wurde"
213
 
214
- #: class.yith-wcwl-init.php:921
215
  msgid "\"Add to Wishlist\" text"
216
  msgstr "\"Zu Wunschliste hinzufügen\" Text"
217
 
218
- #: class.yith-wcwl-init.php:923 class.yith-wcwl-init.php:924
 
219
  msgid "Add to Wishlist"
220
  msgstr "Zu Wunschliste hinzufügen"
221
 
222
- #: class.yith-wcwl-init.php:929
223
  msgid "\"Add to Cart\" text"
224
  msgstr "\"Auf die Wunschliste setzen\" Text"
225
 
226
- #: class.yith-wcwl-init.php:931 class.yith-wcwl-init.php:932
 
227
  msgid "Add to Cart"
228
  msgstr "Zum Warenkorb hinzufügen"
229
 
230
- #: class.yith-wcwl-init.php:937
231
  #, fuzzy
232
  msgid "Show Unit price"
233
  msgstr "Preis"
234
 
235
- #: class.yith-wcwl-init.php:945
 
 
 
 
236
  #, fuzzy
237
  msgid "Show \"Add to Cart\" button"
238
  msgstr "\"Zu Warenkorb hinzufügen\" Button Text"
239
 
240
- #: class.yith-wcwl-init.php:953
 
 
 
 
 
241
  #, fuzzy
242
  msgid "Show Stock status"
243
  msgstr "Lagerstatus"
244
 
245
- #: class.yith-wcwl-init.php:968
 
 
 
 
 
 
 
 
 
246
  msgid "Use buttons"
247
  msgstr "Buttons verwenden"
248
 
249
- #: class.yith-wcwl-init.php:969
250
  msgid "Use buttons instead of a simple anchors."
251
  msgstr "Buttons anstatt von einfachen Anchors verwenden"
252
 
253
- #: class.yith-wcwl-init.php:976
254
  msgid "Custom CSS"
255
  msgstr "Benutzerdefiniertes CSS"
256
 
257
- #: class.yith-wcwl-init.php:984
258
  msgid "Use theme style"
259
  msgstr "Theme Design verwenden"
260
 
261
- #: class.yith-wcwl-init.php:985
262
  msgid "Use the theme style."
263
  msgstr "Theme Design verwenden"
264
 
265
- #: class.yith-wcwl-init.php:992
266
- msgid "Buttons rounded corners"
 
267
  msgstr "Button mit abgerundeten Ecken"
268
 
269
- #: class.yith-wcwl-init.php:993
270
  msgid "Make buttons corner rounded"
271
  msgstr "Button mit abgerundeten Ecken nutzen"
272
 
273
- #: class.yith-wcwl-init.php:1000
274
  msgid "\"Add to Wishlist\" icon"
275
  msgstr "\"Zur Wunschliste hinzufügen\" Icon"
276
 
277
- #: class.yith-wcwl-init.php:1001
278
  msgid "Add an icon to the \"Add to Wishlist\" button"
279
  msgstr "Ein Icon zu \"Auf die Wunschliste setzen\" Button verwenden"
280
 
281
- #: class.yith-wcwl-init.php:1012
282
  msgid "\"Add to Cart\" icon"
283
  msgstr "\"In den Warenkoeb\" Icon"
284
 
285
- #: class.yith-wcwl-init.php:1013
286
  msgid "Add an icon to the \"Add to Cart\" button"
287
  msgstr "Ein \"In den Warenkorb\"- Icon hinzufügen"
288
 
289
- #: class.yith-wcwl-init.php:1031
 
 
 
 
290
  msgid "Share on Facebook"
291
  msgstr "Auf Facebook teilen"
292
 
293
- #: class.yith-wcwl-init.php:1038
 
 
 
 
 
 
294
  msgid "Tweet on Twitter"
295
  msgstr "Auf Twitter tweeten"
296
 
297
- #: class.yith-wcwl-init.php:1045
 
 
 
 
 
298
  msgid "Pin on Pinterest"
299
  msgstr "Auf Pinterest pinnen"
300
 
301
- #: class.yith-wcwl-init.php:1052
 
 
 
 
 
302
  msgid "Share on Google+"
303
  msgstr "Bei Google+ teilen"
304
 
305
- #: class.yith-wcwl-init.php:1059
306
  msgid "Share by Email"
307
  msgstr ""
308
 
309
- #: class.yith-wcwl-init.php:1066
310
- msgid "Socials title"
 
 
 
 
 
 
311
  msgstr "Soziale Netzwerke-Titel"
312
 
313
- #: class.yith-wcwl-init.php:1074
314
- msgid "Socials text"
 
315
  msgstr "Soziale Netzwerke Text"
316
 
317
- #: class.yith-wcwl-init.php:1075
318
  msgid ""
319
  "Will be used by Facebook, Twitter and Pinterest. Use <strong>%wishlist_url%</"
320
  "strong> where you want the URL of your wishlist to appear."
@@ -322,165 +348,1254 @@ msgstr ""
322
  "Wird bei Facebook, Twitter und Pinterest genutzt. Benutzen Sie <strong>"
323
  "%wishlist_url%</strong> wenn die URL der Wunschliste angezeigt werden soll. "
324
 
325
- #: class.yith-wcwl-init.php:1083
326
- msgid "Socials image URL"
 
327
  msgstr "Soziale Netzwerke Bild URL"
328
 
329
- #: class.yith-wcwl-install.php:136
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
330
  #, fuzzy
331
  msgctxt "page_slug"
332
  msgid "wishlist"
333
  msgstr "Wunschliste"
334
 
335
- #: class.yith-wcwl-ui.php:67 class.yith-wcwl.php:351 yith-wcwl-ajax.php:47
 
 
 
 
 
 
336
  msgid "Product added!"
337
  msgstr "Produkt hinzugefügt!"
338
 
339
- #: class.yith-wcwl-ui.php:67 class.yith-wcwl-ui.php:68
 
340
  msgid "Browse Wishlist"
341
  msgstr "Wunschliste durchsuchen"
342
 
343
- #: class.yith-wcwl-ui.php:68
344
  msgid "The product is already in the wishlist!"
345
  msgstr "Dieses Produkt ist bereits in der Wunschliste vorhanden."
346
 
347
- #: class.yith-wcwl-ui.php:100
348
  msgid "Select options"
349
  msgstr "Optionen wählen"
350
 
351
- #: class.yith-wcwl-ui.php:145
352
- msgid "Share on:"
353
- msgstr "Teilen auf:"
354
-
355
- #: class.yith-wcwl-ui.php:149
356
  msgid "Facebook"
357
  msgstr "Facebook"
358
 
359
- #: class.yith-wcwl-ui.php:152
360
  msgid "Twitter"
361
  msgstr "Twitter"
362
 
363
- #: class.yith-wcwl-ui.php:161
364
  msgid "email"
365
  msgstr ""
366
 
367
- #: class.yith-wcwl.php:140
368
  msgid "Error occurred while adding product to wishlist."
369
  msgstr ""
370
  "Es ist ein Fehler aufgetreten. Produkt konnte nicht auf die Wunschliste "
371
  "gesetzt werden."
372
 
373
- #: class.yith-wcwl.php:162
 
 
 
 
374
  msgid "Error occurred while removing product from wishlist"
375
  msgstr ""
376
  "Es ist ein Fehler aufgetreten. Das Produkt konnte nicht von der Wunschliste "
377
  "entfernt werden. "
378
 
379
- #: class.yith-wcwl.php:353 yith-wcwl-ajax.php:49
 
 
 
 
380
  msgid "Product already in the wishlist."
381
  msgstr "Produkt ist bereits auf der Wunschliste"
382
 
383
- #: class.yith-wcwl.php:370 yith-wcwl-ajax.php:30
384
  msgid "Product successfully removed."
385
  msgstr "Produkt wurde von der Wunschliste entfernt. "
386
 
387
- #: class.yith-wcwl.php:373 yith-wcwl-ajax.php:33
388
  msgid "Error. Unable to remove the product from the wishlist."
389
  msgstr ""
390
  "Fehlermeldung: Entfernen des Produkts von der Wunschliste nicht möglich. "
391
 
392
- #: class.yith-wcwl.php:377 yith-wcwl-ajax.php:37 templates/wishlist.php:161
393
  msgid "No products were added to the wishlist"
394
  msgstr "Es wurden keine Produkte auf die Wunschliste gesetzt"
395
 
396
- #: templates/wishlist.php:82
397
- msgid "Product Name"
398
- msgstr "Produktname"
 
 
 
 
399
 
400
- #: templates/wishlist.php:83
401
- msgid "Unit Price"
402
- msgstr "Preis"
 
 
403
 
404
- #: templates/wishlist.php:84
405
- msgid "Stock Status"
406
- msgstr "Lagerstatus"
 
 
 
 
407
 
408
- #: templates/wishlist.php:107
409
- msgid "Remove this product"
410
- msgstr "Dieses Produkt entfernen"
 
 
411
 
412
- #: templates/wishlist.php:127
413
- msgid "Free!"
 
 
414
  msgstr ""
415
 
416
- #: templates/wishlist.php:140
417
- msgid "Out of Stock"
418
- msgstr "Nicht auf Lager"
 
 
 
 
419
 
420
- #: templates/wishlist.php:143
421
- msgid "In Stock"
422
- msgstr "Auf Lager"
 
 
423
 
424
- #: yit-common/yith-panel.php:406
425
- msgid "Select a date"
 
 
426
  msgstr ""
427
 
428
- #: yit-common/yith-panel.php:407
429
- msgid "Hours"
 
 
430
  msgstr ""
431
 
432
- #: yit-common/yith-panel.php:408 yit-common/yith-panel.php:409
433
- msgid "Minutes"
 
 
434
  msgstr ""
435
 
436
- #: yit-common/yith-panel.php:417
437
- msgid "Upload"
 
438
  msgstr ""
439
 
440
- #: yit-common/yith-panel.php:444
441
- msgid "px"
442
  msgstr ""
443
 
444
- #: yit-common/yith-panel.php:445
445
- msgid "em"
446
  msgstr ""
447
 
448
- #: yit-common/yith-panel.php:446
449
- msgid "pt"
450
  msgstr ""
451
 
452
- #: yit-common/yith-panel.php:447
453
- msgid "rem"
454
  msgstr ""
455
 
456
- #: yit-common/yith-panel.php:457
457
- msgid "Select a font family"
458
  msgstr ""
459
 
460
- #: yit-common/yith-panel.php:465
461
- msgid "Regular"
462
  msgstr ""
463
 
464
- #: yit-common/yith-panel.php:466
465
- msgid "Bold"
466
  msgstr ""
467
 
468
- #: yit-common/yith-panel.php:467
469
- msgid "Extra bold"
470
  msgstr ""
471
 
472
- #: yit-common/yith-panel.php:468
473
- msgid "Italic"
474
  msgstr ""
475
 
476
- #: yit-common/yith-panel.php:469
477
- msgid "Italic bold"
478
  msgstr ""
479
 
480
- #: yit-common/yith-panel.php:481
481
- msgid "Click to preview"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
482
  msgstr ""
483
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
484
  #~ msgid "View Cart &rarr;"
485
  #~ msgstr "Warenkorb ansehen"
486
 
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist v1.0.3\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-02-12 13:13+0100\n"
6
+ "PO-Revision-Date: 2015-02-12 13:14+0100\n"
7
  "Last-Translator: YIThemes <support@yithemes.com>\n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
18
  "X-Generator: Poedit 1.5.5\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
+ #: init.php:128
22
+ msgid ""
23
+ "YITH WooCommerce Wishlist is enabled but not effective. It requires "
24
+ "Woocommerce in order to work."
 
 
25
  msgstr ""
 
 
26
 
27
+ #: init.php:138
28
+ msgid ""
29
+ "You can't activate the free version of YITH WooCommerce Wishlist while you "
30
+ "are using the premium one."
31
+ msgstr ""
32
 
33
+ #: includes/class.yith-wcwl-admin-init.php:177
34
+ #: includes/class.yith-wcwl-admin-init.php:1054
35
+ #: includes/class.yith-wcwl-admin-init.php:1055
36
+ #: includes/class.yith-wcwl-install.php:240
37
+ msgid "Wishlist"
38
+ msgstr "Wunschliste"
39
 
40
+ #: includes/class.yith-wcwl-admin-init.php:179
41
+ #: includes/class.yith-wcwl-admin-init.php:277
42
+ #: plugin-fw/lib/yit-cpt-unlimited.php:1048
43
+ #: plugin-fw/lib/yit-cpt-unlimited.php:1196
44
+ #: plugin-fw/lib/yit-cpt-unlimited.php:1202
45
+ #: plugin-fw/lib/yit-plugin-panel.php:62
46
+ msgid "Settings"
47
+ msgstr "Einstellungen"
48
 
49
+ #: includes/class.yith-wcwl-admin-init.php:180
50
+ #: includes/class.yith-wcwl-admin-init.php:244
51
  msgid "Colors"
52
  msgstr "Farben"
53
 
54
+ #: includes/class.yith-wcwl-admin-init.php:181
55
+ #: includes/class.yith-wcwl-admin-init.php:281
56
+ msgid "Premium Version"
57
+ msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
58
 
59
+ #: includes/class.yith-wcwl-admin-init.php:305
60
+ msgid ""
61
+ "WARNING: This plugin requires at least WooCommerce 2.2! Plase, use this link "
62
+ "to update it."
63
+ msgstr ""
64
 
65
+ #: includes/class.yith-wcwl-admin-init.php:308
66
+ msgid "WARNING: This plugin requires at least WooCommerce 2.2!"
67
+ msgstr ""
68
 
69
+ #: includes/class.yith-wcwl-admin-init.php:313
70
+ msgid "Plugin Documentation"
71
+ msgstr ""
72
 
73
+ #: includes/class.yith-wcwl-admin-init.php:329
74
+ msgid "Wishlist Page"
75
+ msgstr "Wunschlistenseite"
76
 
77
+ #: includes/class.yith-wcwl-admin-init.php:330
78
+ msgid "Page contents: [yith_wcwl_wishlist]"
79
+ msgstr "Seiteninhalt: [yith_wcwl_wishlist]"
80
 
81
+ #: includes/class.yith-wcwl-admin-init.php:596
82
+ msgid "Upgrade to the PREMIUM VERSION"
83
+ msgstr ""
84
 
85
+ #: includes/class.yith-wcwl-admin-init.php:599
86
+ msgid "YITH WooCommerce Wishlist"
87
+ msgstr ""
88
 
89
+ #: includes/class.yith-wcwl-admin-init.php:600
90
+ msgid "Discover the Advanced Features"
91
+ msgstr ""
92
 
93
+ #: includes/class.yith-wcwl-admin-init.php:601
94
+ msgid ""
95
+ "Upgrade to the PREMIUM VERSION\n"
96
+ "of YITH WOOCOMMERCE WISHLIST to benefit from all features!"
97
+ msgstr ""
98
 
99
+ #: includes/class.yith-wcwl-admin-init.php:608
100
+ msgid "Get Support and Pro Features"
101
+ msgstr ""
102
 
103
+ #: includes/class.yith-wcwl-admin-init.php:609
104
+ msgid ""
105
+ "By purchasing the premium version of the plugin, you will take advantage of "
106
+ "the advanced features of the product and you will get one year of free "
107
+ "updates and support through our platform available 24h/24."
108
+ msgstr ""
109
 
110
+ #: includes/class.yith-wcwl-admin-init.php:619
111
+ msgid "General Settings"
112
+ msgstr "Allgemeine Einstellungen"
113
 
114
+ #: includes/class.yith-wcwl-admin-init.php:626
115
  msgid "Enable YITH Wishlist"
116
  msgstr "Aktiviere YITH Wunschliste"
117
 
118
+ #: includes/class.yith-wcwl-admin-init.php:627
119
  #, fuzzy, php-format
120
  msgid ""
121
  "Enable all plugin features. <strong>Be sure to select a voice in the "
127
  "markiert ist.</strong> Bitte lesen Sie die Plugin- <a href=\"%s\" target="
128
  "\"_blank\">Hinweise</a>."
129
 
130
+ #: includes/class.yith-wcwl-admin-init.php:634
131
+ #, fuzzy
132
+ msgid "Default wishlist title"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
133
  msgstr "Wunschlistentitel"
134
 
135
+ #: includes/class.yith-wcwl-admin-init.php:636
136
+ #: includes/class.yith-wcwl-admin-init.php:637
137
+ #: includes/class.yith-wcwl-admin-init.php:854
138
+ #: includes/class.yith-wcwl-admin-init.php:855
139
  #, php-format
140
  msgid "My wishlist on %s"
141
  msgstr "Meine Wunschliste von %s"
142
 
143
+ #: includes/class.yith-wcwl-admin-init.php:645
144
  msgid "Position"
145
  msgstr "Position"
146
 
147
+ #: includes/class.yith-wcwl-admin-init.php:646
148
  msgid ""
149
  "On variable products you can add it only After \"Add to Cart\" or use the "
150
  "shortcode [yith_wcwl_add_to_wishlist]."
152
  "Bei Variablen Produkten kann nur nach \"Add to Cart\" eingetragen werden "
153
  "oder der Shortcode[yith_wcwl_add_to_wishlist] verwendet werden."
154
 
155
+ #: includes/class.yith-wcwl-admin-init.php:652
156
  msgid "After \"Add to cart\""
157
  msgstr "Nach \"Add to cart\""
158
 
159
+ #: includes/class.yith-wcwl-admin-init.php:653
160
  msgid "After thumbnails"
161
  msgstr "Nach Thumbnails (Miniaturbilder)"
162
 
163
+ #: includes/class.yith-wcwl-admin-init.php:654
164
  msgid "After summary"
165
  msgstr "Nach Zusammenfassung"
166
 
167
+ #: includes/class.yith-wcwl-admin-init.php:655
168
  msgid "Use shortcode"
169
  msgstr "Shortcode verwenden"
170
 
171
+ #: includes/class.yith-wcwl-admin-init.php:660
172
  msgid "Redirect to cart"
173
  msgstr "Weiterleiten zum Warenkorb"
174
 
175
+ #: includes/class.yith-wcwl-admin-init.php:661
176
  msgid ""
177
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
178
  "page."
180
  "Zum Warenkorb weiterleiten, wenn \"Add to cart\" Button auf der "
181
  "Wunschlistenseite angeklickt wurde"
182
 
183
+ #: includes/class.yith-wcwl-admin-init.php:668
184
  msgid "Remove if added to the cart"
185
  msgstr "Entfernen, wenn Produkt zum Warenkorb hinzugefügt wurde"
186
 
187
+ #: includes/class.yith-wcwl-admin-init.php:669
188
  msgid "Remove the product from the wishlist if is been added to the cart."
189
  msgstr ""
190
  "Produkt von der Wunschliste enfernen, wenn es zum Warenkorb hinzugefügt wurde"
191
 
192
+ #: includes/class.yith-wcwl-admin-init.php:676
193
  msgid "\"Add to Wishlist\" text"
194
  msgstr "\"Zu Wunschliste hinzufügen\" Text"
195
 
196
+ #: includes/class.yith-wcwl-admin-init.php:678
197
+ #: includes/class.yith-wcwl-admin-init.php:679
198
  msgid "Add to Wishlist"
199
  msgstr "Zu Wunschliste hinzufügen"
200
 
201
+ #: includes/class.yith-wcwl-admin-init.php:684
202
  msgid "\"Add to Cart\" text"
203
  msgstr "\"Auf die Wunschliste setzen\" Text"
204
 
205
+ #: includes/class.yith-wcwl-admin-init.php:686
206
+ #: includes/class.yith-wcwl-admin-init.php:687
207
  msgid "Add to Cart"
208
  msgstr "Zum Warenkorb hinzufügen"
209
 
210
+ #: includes/class.yith-wcwl-admin-init.php:692
211
  #, fuzzy
212
  msgid "Show Unit price"
213
  msgstr "Preis"
214
 
215
+ #: includes/class.yith-wcwl-admin-init.php:693
216
+ msgid "Show unit price for each product in wishlist"
217
+ msgstr ""
218
+
219
+ #: includes/class.yith-wcwl-admin-init.php:701
220
  #, fuzzy
221
  msgid "Show \"Add to Cart\" button"
222
  msgstr "\"Zu Warenkorb hinzufügen\" Button Text"
223
 
224
+ #: includes/class.yith-wcwl-admin-init.php:702
225
+ #, fuzzy
226
+ msgid "Show \"Add to cart\" button for each product in wishlist"
227
+ msgstr "\"Zu Warenkorb hinzufügen\" Button Hintergrund"
228
+
229
+ #: includes/class.yith-wcwl-admin-init.php:710
230
  #, fuzzy
231
  msgid "Show Stock status"
232
  msgstr "Lagerstatus"
233
 
234
+ #: includes/class.yith-wcwl-admin-init.php:711
235
+ msgid ""
236
+ "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
237
+ msgstr ""
238
+
239
+ #: includes/class.yith-wcwl-admin-init.php:734
240
+ msgid "Styles"
241
+ msgstr "Style"
242
+
243
+ #: includes/class.yith-wcwl-admin-init.php:741
244
  msgid "Use buttons"
245
  msgstr "Buttons verwenden"
246
 
247
+ #: includes/class.yith-wcwl-admin-init.php:742
248
  msgid "Use buttons instead of a simple anchors."
249
  msgstr "Buttons anstatt von einfachen Anchors verwenden"
250
 
251
+ #: includes/class.yith-wcwl-admin-init.php:749
252
  msgid "Custom CSS"
253
  msgstr "Benutzerdefiniertes CSS"
254
 
255
+ #: includes/class.yith-wcwl-admin-init.php:757
256
  msgid "Use theme style"
257
  msgstr "Theme Design verwenden"
258
 
259
+ #: includes/class.yith-wcwl-admin-init.php:758
260
  msgid "Use the theme style."
261
  msgstr "Theme Design verwenden"
262
 
263
+ #: includes/class.yith-wcwl-admin-init.php:765
264
+ #, fuzzy
265
+ msgid "Button rounded corners"
266
  msgstr "Button mit abgerundeten Ecken"
267
 
268
+ #: includes/class.yith-wcwl-admin-init.php:766
269
  msgid "Make buttons corner rounded"
270
  msgstr "Button mit abgerundeten Ecken nutzen"
271
 
272
+ #: includes/class.yith-wcwl-admin-init.php:773
273
  msgid "\"Add to Wishlist\" icon"
274
  msgstr "\"Zur Wunschliste hinzufügen\" Icon"
275
 
276
+ #: includes/class.yith-wcwl-admin-init.php:774
277
  msgid "Add an icon to the \"Add to Wishlist\" button"
278
  msgstr "Ein Icon zu \"Auf die Wunschliste setzen\" Button verwenden"
279
 
280
+ #: includes/class.yith-wcwl-admin-init.php:785
281
  msgid "\"Add to Cart\" icon"
282
  msgstr "\"In den Warenkoeb\" Icon"
283
 
284
+ #: includes/class.yith-wcwl-admin-init.php:786
285
  msgid "Add an icon to the \"Add to Cart\" button"
286
  msgstr "Ein \"In den Warenkorb\"- Icon hinzufügen"
287
 
288
+ #: includes/class.yith-wcwl-admin-init.php:805
289
+ msgid "Socials &amp; Share"
290
+ msgstr "Soziale Netzwerke; Teilen"
291
+
292
+ #: includes/class.yith-wcwl-admin-init.php:812
293
  msgid "Share on Facebook"
294
  msgstr "Auf Facebook teilen"
295
 
296
+ #: includes/class.yith-wcwl-admin-init.php:813
297
+ #: includes/class.yith-wcwl-admin-init.php:837
298
+ #, fuzzy
299
+ msgid "Show \"Share on Facebook\" button"
300
+ msgstr "Auf Facebook teilen"
301
+
302
+ #: includes/class.yith-wcwl-admin-init.php:820
303
  msgid "Tweet on Twitter"
304
  msgstr "Auf Twitter tweeten"
305
 
306
+ #: includes/class.yith-wcwl-admin-init.php:821
307
+ #, fuzzy
308
+ msgid "Show \"Tweet on Twitter\" button"
309
+ msgstr "Auf Twitter tweeten"
310
+
311
+ #: includes/class.yith-wcwl-admin-init.php:828
312
  msgid "Pin on Pinterest"
313
  msgstr "Auf Pinterest pinnen"
314
 
315
+ #: includes/class.yith-wcwl-admin-init.php:829
316
+ #, fuzzy
317
+ msgid "Show \"Pin on Pinterest\" button"
318
+ msgstr "Auf Pinterest pinnen"
319
+
320
+ #: includes/class.yith-wcwl-admin-init.php:836
321
  msgid "Share on Google+"
322
  msgstr "Bei Google+ teilen"
323
 
324
+ #: includes/class.yith-wcwl-admin-init.php:844
325
  msgid "Share by Email"
326
  msgstr ""
327
 
328
+ #: includes/class.yith-wcwl-admin-init.php:845
329
+ #, fuzzy
330
+ msgid "Show \"Share by Email\" button"
331
+ msgstr "\"Zu Warenkorb hinzufügen\" Button Text"
332
+
333
+ #: includes/class.yith-wcwl-admin-init.php:852
334
+ #, fuzzy
335
+ msgid "Social title"
336
  msgstr "Soziale Netzwerke-Titel"
337
 
338
+ #: includes/class.yith-wcwl-admin-init.php:860
339
+ #, fuzzy
340
+ msgid "Social text"
341
  msgstr "Soziale Netzwerke Text"
342
 
343
+ #: includes/class.yith-wcwl-admin-init.php:861
344
  msgid ""
345
  "Will be used by Facebook, Twitter and Pinterest. Use <strong>%wishlist_url%</"
346
  "strong> where you want the URL of your wishlist to appear."
348
  "Wird bei Facebook, Twitter und Pinterest genutzt. Benutzen Sie <strong>"
349
  "%wishlist_url%</strong> wenn die URL der Wunschliste angezeigt werden soll. "
350
 
351
+ #: includes/class.yith-wcwl-admin-init.php:869
352
+ #, fuzzy
353
+ msgid "Social image URL"
354
  msgstr "Soziale Netzwerke Bild URL"
355
 
356
+ #: includes/class.yith-wcwl-admin-init.php:905
357
+ #, fuzzy
358
+ msgid "\"Add to wishlist\" button"
359
+ msgstr "\"Zu Wunschliste hinzufügen\" Button Text"
360
+
361
+ #: includes/class.yith-wcwl-admin-init.php:908
362
+ #: includes/class.yith-wcwl-admin-init.php:926
363
+ #: includes/class.yith-wcwl-admin-init.php:944
364
+ #: includes/class.yith-wcwl-admin-init.php:962
365
+ #: includes/class.yith-wcwl-admin-init.php:980
366
+ msgid "Background"
367
+ msgstr ""
368
+
369
+ #: includes/class.yith-wcwl-admin-init.php:909
370
+ #: includes/class.yith-wcwl-admin-init.php:927
371
+ #: includes/class.yith-wcwl-admin-init.php:945
372
+ #: includes/class.yith-wcwl-admin-init.php:963
373
+ #: includes/class.yith-wcwl-admin-init.php:981
374
+ msgid "Text"
375
+ msgstr ""
376
+
377
+ #: includes/class.yith-wcwl-admin-init.php:910
378
+ #: includes/class.yith-wcwl-admin-init.php:928
379
+ #: includes/class.yith-wcwl-admin-init.php:946
380
+ #: includes/class.yith-wcwl-admin-init.php:964
381
+ #: includes/class.yith-wcwl-admin-init.php:982
382
+ msgid "Border"
383
+ msgstr ""
384
+
385
+ #: includes/class.yith-wcwl-admin-init.php:917
386
+ #: includes/class.yith-wcwl-admin-init.php:935
387
+ #: includes/class.yith-wcwl-admin-init.php:953
388
+ #: includes/class.yith-wcwl-admin-init.php:971
389
+ msgid "Background (hover)"
390
+ msgstr ""
391
+
392
+ #: includes/class.yith-wcwl-admin-init.php:918
393
+ #: includes/class.yith-wcwl-admin-init.php:936
394
+ #: includes/class.yith-wcwl-admin-init.php:954
395
+ #: includes/class.yith-wcwl-admin-init.php:972
396
+ msgid "Text (hover)"
397
+ msgstr ""
398
+
399
+ #: includes/class.yith-wcwl-admin-init.php:919
400
+ #: includes/class.yith-wcwl-admin-init.php:937
401
+ #: includes/class.yith-wcwl-admin-init.php:955
402
+ #: includes/class.yith-wcwl-admin-init.php:973
403
+ msgid "Border (hover)"
404
+ msgstr ""
405
+
406
+ #: includes/class.yith-wcwl-admin-init.php:923
407
+ #, fuzzy
408
+ msgid "\"Add to Cart\" button"
409
+ msgstr "\"Zu Warenkorb hinzufügen\" Button Text"
410
+
411
+ #: includes/class.yith-wcwl-admin-init.php:941
412
+ msgid "\"Style 1\" button"
413
+ msgstr ""
414
+
415
+ #: includes/class.yith-wcwl-admin-init.php:959
416
+ msgid "\"Style 2\" button"
417
+ msgstr ""
418
+
419
+ #: includes/class.yith-wcwl-admin-init.php:977
420
+ #, fuzzy
421
+ msgid "Wishlist table"
422
+ msgstr "Wunschlistentitel"
423
+
424
+ #: includes/class.yith-wcwl-admin-init.php:986
425
+ msgid "Headers"
426
+ msgstr ""
427
+
428
+ #: includes/class.yith-wcwl-admin-init.php:989
429
+ msgid "Background color"
430
+ msgstr ""
431
+
432
+ #: includes/class.yith-wcwl-admin-init.php:1116
433
+ #, fuzzy
434
+ msgid "Wishlist Activated"
435
+ msgstr "Wunschlistentitel"
436
+
437
+ #: includes/class.yith-wcwl-admin-init.php:1117
438
+ #, php-format
439
+ msgid ""
440
+ "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
441
+ "can access to all the settings of our plugins that you have activated. "
442
+ "Wishlist is available in an outstanding PREMIUM version with many new "
443
+ "options, <a href=\"%s\">discover it now</a>."
444
+ msgstr ""
445
+
446
+ #: includes/class.yith-wcwl-admin-init.php:1128
447
+ #, fuzzy
448
+ msgid "Wishlist Updated"
449
+ msgstr "Wunschlistenseite"
450
+
451
+ #: includes/class.yith-wcwl-admin-init.php:1129
452
+ #, php-format
453
+ msgid ""
454
+ "From now on, you can find all the options of Wishlist under YIT Plugin -> "
455
+ "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
456
+ "version. When one of our plugins updates, a new voice will be added to this "
457
+ "menu. Wishlist renovates with new available options, <a href=\"%s\">discover "
458
+ "the PREMIUM version.</a>"
459
+ msgstr ""
460
+
461
+ #: includes/class.yith-wcwl-init.php:341
462
+ msgid ""
463
+ "We are sorry,but this feature is available only if cookies on your browser "
464
+ "are enabled."
465
+ msgstr ""
466
+
467
+ #: includes/class.yith-wcwl-install.php:239
468
  #, fuzzy
469
  msgctxt "page_slug"
470
  msgid "wishlist"
471
  msgstr "Wunschliste"
472
 
473
+ #: includes/class.yith-wcwl-shortcode.php:225
474
+ #: includes/class.yith-wcwl-ui.php:161
475
+ msgid "Share on:"
476
+ msgstr "Teilen auf:"
477
+
478
+ #: includes/class.yith-wcwl-ui.php:81 includes/class.yith-wcwl.php:1143
479
+ #: templates/add-to-wishlist.php:21
480
  msgid "Product added!"
481
  msgstr "Produkt hinzugefügt!"
482
 
483
+ #: includes/class.yith-wcwl-ui.php:81 includes/class.yith-wcwl-ui.php:82
484
+ #: templates/add-to-wishlist.php:23 templates/add-to-wishlist.php:30
485
  msgid "Browse Wishlist"
486
  msgstr "Wunschliste durchsuchen"
487
 
488
+ #: includes/class.yith-wcwl-ui.php:82 templates/add-to-wishlist.php:28
489
  msgid "The product is already in the wishlist!"
490
  msgstr "Dieses Produkt ist bereits in der Wunschliste vorhanden."
491
 
492
+ #: includes/class.yith-wcwl-ui.php:116 includes/class.yith-wcwl-ui.php:200
493
  msgid "Select options"
494
  msgstr "Optionen wählen"
495
 
496
+ #: includes/class.yith-wcwl-ui.php:165 templates/share.php:16
 
 
 
 
497
  msgid "Facebook"
498
  msgstr "Facebook"
499
 
500
+ #: includes/class.yith-wcwl-ui.php:168 templates/share.php:22
501
  msgid "Twitter"
502
  msgstr "Twitter"
503
 
504
+ #: includes/class.yith-wcwl-ui.php:177
505
  msgid "email"
506
  msgstr ""
507
 
508
+ #: includes/class.yith-wcwl.php:192 includes/class.yith-wcwl.php:276
509
  msgid "Error occurred while adding product to wishlist."
510
  msgstr ""
511
  "Es ist ein Fehler aufgetreten. Produkt konnte nicht auf die Wunschliste "
512
  "gesetzt werden."
513
 
514
+ #: includes/class.yith-wcwl.php:291
515
+ msgid "Remove now does not require any param"
516
+ msgstr ""
517
+
518
+ #: includes/class.yith-wcwl.php:325
519
  msgid "Error occurred while removing product from wishlist"
520
  msgstr ""
521
  "Es ist ein Fehler aufgetreten. Das Produkt konnte nicht von der Wunschliste "
522
  "entfernt werden. "
523
 
524
+ #: includes/class.yith-wcwl.php:603
525
+ msgid "You need to log in before creating a new wishlist"
526
+ msgstr ""
527
+
528
+ #: includes/class.yith-wcwl.php:1146
529
  msgid "Product already in the wishlist."
530
  msgstr "Produkt ist bereits auf der Wunschliste"
531
 
532
+ #: includes/class.yith-wcwl.php:1178
533
  msgid "Product successfully removed."
534
  msgstr "Produkt wurde von der Wunschliste entfernt. "
535
 
536
+ #: includes/class.yith-wcwl.php:1182
537
  msgid "Error. Unable to remove the product from the wishlist."
538
  msgstr ""
539
  "Fehlermeldung: Entfernen des Produkts von der Wunschliste nicht möglich. "
540
 
541
+ #: includes/class.yith-wcwl.php:1186 templates/wishlist-view.php:165
542
  msgid "No products were added to the wishlist"
543
  msgstr "Es wurden keine Produkte auf die Wunschliste gesetzt"
544
 
545
+ #: plugin-fw/lib/yit-cpt-unlimited.php:460
546
+ #: plugin-fw/lib/yit-cpt-unlimited.php:574
547
+ #: plugin-fw/lib/yit-cpt-unlimited.php:719
548
+ #: plugin-fw/lib/yit-cpt-unlimited.php:1632
549
+ #, php-format
550
+ msgid "Add %s"
551
+ msgstr ""
552
 
553
+ #: plugin-fw/lib/yit-cpt-unlimited.php:461
554
+ #: plugin-fw/lib/yit-cpt-unlimited.php:575
555
+ #, php-format
556
+ msgid "Add New %s"
557
+ msgstr ""
558
 
559
+ #: plugin-fw/lib/yit-cpt-unlimited.php:462
560
+ #: plugin-fw/lib/yit-cpt-unlimited.php:576
561
+ #: plugin-fw/lib/yit-cpt-unlimited.php:1267
562
+ #: plugin-fw/lib/yit-cpt-unlimited.php:1304
563
+ #, php-format
564
+ msgid "Edit %s"
565
+ msgstr ""
566
 
567
+ #: plugin-fw/lib/yit-cpt-unlimited.php:463
568
+ #: plugin-fw/lib/yit-cpt-unlimited.php:577
569
+ #, php-format
570
+ msgid "New %s"
571
+ msgstr ""
572
 
573
+ #: plugin-fw/lib/yit-cpt-unlimited.php:464
574
+ #: plugin-fw/lib/yit-cpt-unlimited.php:578
575
+ #, php-format
576
+ msgid "All %s"
577
  msgstr ""
578
 
579
+ #: plugin-fw/lib/yit-cpt-unlimited.php:465
580
+ #: plugin-fw/lib/yit-cpt-unlimited.php:579
581
+ #: plugin-fw/lib/yit-cpt-unlimited.php:1251
582
+ #: plugin-fw/lib/yit-cpt-unlimited.php:1305
583
+ #, php-format
584
+ msgid "View %s"
585
+ msgstr ""
586
 
587
+ #: plugin-fw/lib/yit-cpt-unlimited.php:466
588
+ #: plugin-fw/lib/yit-cpt-unlimited.php:580
589
+ #, php-format
590
+ msgid "Search %s"
591
+ msgstr ""
592
 
593
+ #: plugin-fw/lib/yit-cpt-unlimited.php:467
594
+ #: plugin-fw/lib/yit-cpt-unlimited.php:581
595
+ #, php-format
596
+ msgid "No %s found"
597
  msgstr ""
598
 
599
+ #: plugin-fw/lib/yit-cpt-unlimited.php:468
600
+ #: plugin-fw/lib/yit-cpt-unlimited.php:582
601
+ #, php-format
602
+ msgid "No %s found in Trash"
603
  msgstr ""
604
 
605
+ #: plugin-fw/lib/yit-cpt-unlimited.php:625
606
+ #, php-format
607
+ msgctxt "taxonomy general name"
608
+ msgid "%s Categories"
609
  msgstr ""
610
 
611
+ #: plugin-fw/lib/yit-cpt-unlimited.php:626
612
+ msgctxt "taxonomy singular name"
613
+ msgid "Category"
614
  msgstr ""
615
 
616
+ #: plugin-fw/lib/yit-cpt-unlimited.php:627
617
+ msgid "Search Categories"
618
  msgstr ""
619
 
620
+ #: plugin-fw/lib/yit-cpt-unlimited.php:628
621
+ msgid "All Categories"
622
  msgstr ""
623
 
624
+ #: plugin-fw/lib/yit-cpt-unlimited.php:629
625
+ msgid "Parent Category"
626
  msgstr ""
627
 
628
+ #: plugin-fw/lib/yit-cpt-unlimited.php:630
629
+ msgid "Parent Category:"
630
  msgstr ""
631
 
632
+ #: plugin-fw/lib/yit-cpt-unlimited.php:631
633
+ msgid "Edit Category"
634
  msgstr ""
635
 
636
+ #: plugin-fw/lib/yit-cpt-unlimited.php:632
637
+ msgid "Update Category"
638
  msgstr ""
639
 
640
+ #: plugin-fw/lib/yit-cpt-unlimited.php:633
641
+ msgid "Add New Category"
642
  msgstr ""
643
 
644
+ #: plugin-fw/lib/yit-cpt-unlimited.php:634
645
+ msgid "New Category Name"
646
  msgstr ""
647
 
648
+ #: plugin-fw/lib/yit-cpt-unlimited.php:635
649
+ msgid "Category"
650
  msgstr ""
651
 
652
+ #: plugin-fw/lib/yit-cpt-unlimited.php:724
653
+ msgid "Categories"
654
  msgstr ""
655
 
656
+ #: plugin-fw/lib/yit-cpt-unlimited.php:1042
657
+ #, fuzzy, php-format
658
+ msgid "%s Settings"
659
+ msgstr "Einstellungen"
660
+
661
+ #: plugin-fw/lib/yit-cpt-unlimited.php:1051
662
+ msgid "Type"
663
+ msgstr ""
664
+
665
+ #: plugin-fw/lib/yit-cpt-unlimited.php:1052
666
+ msgid "The layout for this "
667
+ msgstr ""
668
+
669
+ #: plugin-fw/lib/yit-cpt-unlimited.php:1058
670
+ msgid "Rewrite"
671
+ msgstr ""
672
+
673
+ #: plugin-fw/lib/yit-cpt-unlimited.php:1059
674
+ msgid "The word used for the URL of each project (the slug of post if empty)"
675
+ msgstr ""
676
+
677
+ #: plugin-fw/lib/yit-cpt-unlimited.php:1064
678
+ msgid "Label Singular"
679
+ msgstr ""
680
+
681
+ #: plugin-fw/lib/yit-cpt-unlimited.php:1065
682
+ msgid ""
683
+ "Set the label in singular to use for each label (the title of portfolio if "
684
+ "empty)"
685
+ msgstr ""
686
+
687
+ #: plugin-fw/lib/yit-cpt-unlimited.php:1070
688
+ msgid "Label Plural"
689
+ msgstr ""
690
+
691
+ #: plugin-fw/lib/yit-cpt-unlimited.php:1071
692
+ msgid ""
693
+ "Set the label in plural to use for each label (the title of portfolio if "
694
+ "empty)"
695
+ msgstr ""
696
+
697
+ #: plugin-fw/lib/yit-cpt-unlimited.php:1076
698
+ msgid "Taxonomy"
699
+ msgstr ""
700
+
701
+ #: plugin-fw/lib/yit-cpt-unlimited.php:1077
702
+ msgid ""
703
+ "If you want to use a category section for the portfolio, set the name of "
704
+ "taxonomy. Name should be in slug form (must not contain capital letters or "
705
+ "spaces) and not more than 32 characters long (database structure "
706
+ "restriction)."
707
+ msgstr ""
708
+
709
+ #: plugin-fw/lib/yit-cpt-unlimited.php:1082
710
+ msgid "Taxonomy Rewrite"
711
  msgstr ""
712
 
713
+ #: plugin-fw/lib/yit-cpt-unlimited.php:1083
714
+ msgid "Set the word to use in the URL for each category page."
715
+ msgstr ""
716
+
717
+ #: plugin-fw/lib/yit-cpt-unlimited.php:1088
718
+ msgid "Single layout"
719
+ msgstr ""
720
+
721
+ #: plugin-fw/lib/yit-cpt-unlimited.php:1089
722
+ msgid "The layout for single page of this portfolio"
723
+ msgstr ""
724
+
725
+ #: plugin-fw/lib/yit-cpt-unlimited.php:1130
726
+ #, fuzzy
727
+ msgid "layout settings"
728
+ msgstr "Einstellungen"
729
+
730
+ #: plugin-fw/lib/yit-cpt-unlimited.php:1222
731
+ #: plugin-fw/lib/yit-cpt-unlimited.php:1235
732
+ msgid "Quick links"
733
+ msgstr ""
734
+
735
+ #: plugin-fw/lib/yit-cpt-unlimited.php:1475
736
+ #, php-format
737
+ msgid "Show the frontend of the %s"
738
+ msgstr ""
739
+
740
+ #: plugin-fw/lib/yit-cpt-unlimited.php:1482
741
+ #: plugin-fw/templates/metaboxes/types/customtabs.php:46
742
+ #: plugin-fw/templates/metaboxes/types/customtabs.php:90
743
+ msgid "Name"
744
+ msgstr ""
745
+
746
+ #: plugin-fw/lib/yit-cpt-unlimited.php:1631
747
+ #, php-format
748
+ msgid "Add %s by images"
749
+ msgstr ""
750
+
751
+ #: plugin-fw/lib/yit-cpt-unlimited.php:1633
752
+ msgid "Add with multiupload"
753
+ msgstr ""
754
+
755
+ #: plugin-fw/lib/yit-plugin-panel-wc.php:303
756
+ msgid "The changes you made will be lost if you navigate away from this page."
757
+ msgstr ""
758
+
759
+ #: plugin-fw/lib/yit-plugin-panel.php:61
760
+ #, fuzzy
761
+ msgid "Plugin Settings"
762
+ msgstr "Einstellungen"
763
+
764
+ #: plugin-fw/lib/yit-plugin-panel.php:92
765
+ #: plugin-fw/lib/yit-plugin-subpanel.php:101
766
+ msgid "YIT Plugins"
767
+ msgstr ""
768
+
769
+ #: plugin-fw/lib/yit-plugin-panel.php:271
770
+ #: plugin-fw/lib/yit-plugin-subpanel.php:142
771
+ #: plugin-fw/templates/panel/woocommerce/woocommerce-form.php:5
772
+ msgid "Save Changes"
773
+ msgstr ""
774
+
775
+ #: plugin-fw/lib/yit-plugin-panel.php:274
776
+ #: plugin-fw/lib/yit-plugin-subpanel.php:145
777
+ #: plugin-fw/templates/panel/woocommerce/woocommerce-form.php:8
778
+ msgid ""
779
+ "If you continue with this action, you will reset all options are in this "
780
+ "page."
781
+ msgstr ""
782
+
783
+ #: plugin-fw/lib/yit-plugin-panel.php:276
784
+ #: plugin-fw/lib/yit-plugin-subpanel.php:147
785
+ #: plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
786
+ msgid "Reset Defaults"
787
+ msgstr ""
788
+
789
+ #: plugin-fw/lib/yit-plugin-panel.php:276
790
+ #: plugin-fw/lib/yit-plugin-subpanel.php:147
791
+ #: plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
792
+ msgid "Are you sure of it?"
793
+ msgstr ""
794
+
795
+ #: plugin-fw/lib/yit-plugin-panel.php:410
796
+ msgid ""
797
+ "The element you have written is already exists. Please, add another name."
798
+ msgstr ""
799
+
800
+ #: plugin-fw/lib/yit-plugin-panel.php:411
801
+ #, fuzzy
802
+ msgid "Settings saved"
803
+ msgstr "Einstellungen"
804
+
805
+ #: plugin-fw/lib/yit-plugin-panel.php:412
806
+ #, fuzzy
807
+ msgid "Settings reset"
808
+ msgstr "Einstellungen"
809
+
810
+ #: plugin-fw/lib/yit-plugin-panel.php:413
811
+ msgid "Element deleted correctly."
812
+ msgstr ""
813
+
814
+ #: plugin-fw/lib/yit-plugin-panel.php:414
815
+ #: plugin-fw/lib/yit-plugin-panel.php:415
816
+ msgid "Element updated correctly."
817
+ msgstr ""
818
+
819
+ #: plugin-fw/lib/yit-plugin-panel.php:416
820
+ msgid "Database imported correctly."
821
+ msgstr ""
822
+
823
+ #: plugin-fw/lib/yit-plugin-panel.php:417
824
+ msgid "An error encoured during during import. Please try again."
825
+ msgstr ""
826
+
827
+ #: plugin-fw/lib/yit-plugin-panel.php:418
828
+ msgid "The file you have insert doesn't valid."
829
+ msgstr ""
830
+
831
+ #: plugin-fw/lib/yit-plugin-panel.php:419
832
+ msgid "I'm sorry, the import featured is disabled."
833
+ msgstr ""
834
+
835
+ #: plugin-fw/lib/yit-plugin-panel.php:420
836
+ msgid "Sorting done correctly."
837
+ msgstr ""
838
+
839
+ #: plugin-fw/lib/yit-pointers.php:70
840
+ msgid "Plugins Activated"
841
+ msgstr ""
842
+
843
+ #: plugin-fw/lib/yit-pointers.php:71
844
+ msgid ""
845
+ "From now on, you can find all the options of your plugins under the YIT "
846
+ "Plugin menu voice.\n"
847
+ " For every installation of our new "
848
+ "plugins, a new voice will be added to access to the customization settings."
849
+ msgstr ""
850
+
851
+ #: plugin-fw/lib/yit-pointers.php:73 plugin-fw/lib/yit-pointers.php:89
852
+ msgid "Discover all our plugins available on:"
853
+ msgstr ""
854
+
855
+ #: plugin-fw/lib/yit-pointers.php:74 plugin-fw/lib/yit-pointers.php:90
856
+ msgid "and"
857
+ msgstr ""
858
+
859
+ #: plugin-fw/lib/yit-pointers.php:84
860
+ msgid "Plugins Upgraded"
861
+ msgstr ""
862
+
863
+ #: plugin-fw/lib/yit-pointers.php:85
864
+ msgid ""
865
+ "From now on, you can find all the options of your plugins under the YIT "
866
+ "Plugin menu voice.\n"
867
+ " When one of our plugins updates, a new "
868
+ "voice will be added to this menu.\n"
869
+ " For example, after the update, the "
870
+ "options from the plugins (YITH WooCommerce Wishlist, YITH WooCommerce Ajax "
871
+ "Search, etc.)\n"
872
+ " will be removed from the previous "
873
+ "location and moved under the YIT Plugin tab."
874
+ msgstr ""
875
+
876
+ #: plugin-fw/lib/yit-upgrade.php:119
877
+ msgid "There is a new version of %plugin_name% available."
878
+ msgstr ""
879
+
880
+ #: plugin-fw/lib/yit-upgrade.php:120
881
+ msgid "View version %latest% details."
882
+ msgstr ""
883
+
884
+ #: plugin-fw/lib/yit-upgrade.php:121
885
+ msgid "Automatic update is unavailable for this plugin,"
886
+ msgstr ""
887
+
888
+ #: plugin-fw/lib/yit-upgrade.php:122
889
+ msgid ""
890
+ "please <a href=\"%activate_link%\"> activate </a> your copy of %plugin_name%."
891
+ msgstr ""
892
+
893
+ #: plugin-fw/lib/yit-upgrade.php:123
894
+ msgid "Update now."
895
+ msgstr ""
896
+
897
+ #: plugin-fw/lib/yit-upgrade.php:226
898
+ msgid "Yithemes Repository"
899
+ msgstr ""
900
+
901
+ #: plugin-fw/lib/yit-upgrade.php:260
902
+ msgid "Invalid URL Provided."
903
+ msgstr ""
904
+
905
+ #: plugin-fw/lib/yit-upgrade.php:273
906
+ msgid "Could not create Temporary file."
907
+ msgstr ""
908
+
909
+ #: plugin-fw/lib/yit-upgrade.php:414
910
+ #, php-format
911
+ msgid ""
912
+ "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
913
+ "yit-changelog-button\" title=\"%3$s\">View version %4$s details</a>."
914
+ msgstr ""
915
+
916
+ #: plugin-fw/lib/yit-upgrade.php:416
917
+ #, php-format
918
+ msgid ""
919
+ "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
920
+ "yit-changelog-button\" title=\"%3$s\">View version %4$s details</a>. <em>You "
921
+ "have to activate the plugin on a single site of the network to benefit from "
922
+ "the automatic updates.</em>"
923
+ msgstr ""
924
+
925
+ #: plugin-fw/lib/yit-upgrade.php:418
926
+ #, php-format
927
+ msgid ""
928
+ "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
929
+ "yit-changelog-button\" title=\"%3$s\">View version %4$s details</a>. "
930
+ "<em>Automatic update is unavailable for this plugin, please <a href=\"%5$s\" "
931
+ "title=\"Licence activation\">activate</a> your copy of %6s.</em>"
932
+ msgstr ""
933
+
934
+ #: plugin-fw/lib/yit-upgrade.php:420
935
+ #, php-format
936
+ msgid ""
937
+ "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
938
+ "yit-changelog-button\" title=\"%3$s\">View version %4$s details</a> or <a "
939
+ "href=\"%5$s\">update now</a>."
940
+ msgstr ""
941
+
942
+ #: plugin-fw/lib/yit-upgrade.php:493
943
+ msgid "You can't update plugins for this site."
944
+ msgstr ""
945
+
946
+ #: plugin-fw/lib/yit-upgrade.php:497
947
+ msgid "You do not have sufficient permissions to update plugins for this site."
948
+ msgstr ""
949
+
950
+ #: plugin-fw/lib/yit-upgrade.php:504
951
+ msgid "Update Plugin"
952
+ msgstr ""
953
+
954
+ #: plugin-fw/licence/lib/yit-licence.php:148
955
+ #, php-format
956
+ msgid "%field% field can not be empty"
957
+ msgstr ""
958
+
959
+ #: plugin-fw/licence/lib/yit-licence.php:149
960
+ msgid "%field_1% and %field_2% fields can not be empty"
961
+ msgstr ""
962
+
963
+ #: plugin-fw/licence/lib/yit-licence.php:150
964
+ msgid "Unable to contact the remote server, please try again later. Thanks!"
965
+ msgstr ""
966
+
967
+ #: plugin-fw/licence/lib/yit-licence.php:529
968
+ msgid "Invalid Request"
969
+ msgstr ""
970
+
971
+ #: plugin-fw/licence/lib/yit-licence.php:530
972
+ msgid "Invalid licence key"
973
+ msgstr ""
974
+
975
+ #: plugin-fw/licence/lib/yit-licence.php:531
976
+ msgid "Software has been deactive"
977
+ msgstr ""
978
+
979
+ #: plugin-fw/licence/lib/yit-licence.php:532
980
+ msgid "Exceeded maximum number of activations"
981
+ msgstr ""
982
+
983
+ #: plugin-fw/licence/lib/yit-licence.php:533
984
+ msgid "Invalid instance ID"
985
+ msgstr ""
986
+
987
+ #: plugin-fw/licence/lib/yit-licence.php:534
988
+ msgid "Invalid security key"
989
+ msgstr ""
990
+
991
+ #: plugin-fw/licence/lib/yit-licence.php:535
992
+ msgid "Licence key has expired"
993
+ msgstr ""
994
+
995
+ #: plugin-fw/licence/lib/yit-licence.php:536
996
+ msgid "Licence key has be banned"
997
+ msgstr ""
998
+
999
+ #: plugin-fw/licence/lib/yit-plugin-licence.php:63
1000
+ #: plugin-fw/licence/lib/yit-plugin-licence.php:64
1001
+ #: plugin-fw/licence/lib/yit-theme-licence.php:63
1002
+ #: plugin-fw/licence/lib/yit-theme-licence.php:64
1003
+ #: plugin-fw/licence/lib/yit-theme-licence.php:106
1004
+ #: plugin-fw/licence/lib/yit-theme-licence.php:107
1005
+ msgid "Licence Activation"
1006
+ msgstr ""
1007
+
1008
+ #: plugin-fw/licence/lib/yit-theme-licence.php:114
1009
+ #: plugin-fw/licence/lib/yit-theme-licence.php:115
1010
+ #, php-format
1011
+ msgid "%s"
1012
+ msgstr ""
1013
+
1014
+ #: plugin-fw/licence/templates/panel/activation/activation-panel.php:19
1015
+ msgid "Yithemes Licence Activation"
1016
+ msgstr ""
1017
+
1018
+ #: plugin-fw/licence/templates/panel/activation/activation-panel.php:23
1019
+ msgid ""
1020
+ "Have you updated your licenses? Have you asked for an extension? Update "
1021
+ "information concerning your products."
1022
+ msgstr ""
1023
+
1024
+ #: plugin-fw/licence/templates/panel/activation/activation-panel.php:25
1025
+ msgid "Update licence information"
1026
+ msgstr ""
1027
+
1028
+ #: plugin-fw/licence/templates/panel/activation/activation-panel.php:35
1029
+ msgid "To Active"
1030
+ msgstr ""
1031
+
1032
+ #: plugin-fw/licence/templates/panel/activation/activation-panel.php:54
1033
+ msgid "Activate"
1034
+ msgstr ""
1035
+
1036
+ #: plugin-fw/licence/templates/panel/activation/activation-panel.php:73
1037
+ msgid "Activated"
1038
+ msgstr ""
1039
+
1040
+ #: plugin-fw/licence/templates/panel/activation/activation-panel.php:77
1041
+ #: plugin-fw/licence/templates/panel/activation/activation-panel.php:109
1042
+ #: plugin-fw/licence/templates/panel/activation/activation-panel.php:133
1043
+ #: templates/wishlist-view.php:56
1044
+ msgid "Product Name"
1045
+ msgstr "Produktname"
1046
+
1047
+ #: plugin-fw/licence/templates/panel/activation/activation-panel.php:78
1048
+ #: plugin-fw/licence/templates/panel/activation/activation-panel.php:110
1049
+ #: plugin-fw/licence/templates/panel/activation/activation-panel.php:134
1050
+ #: plugin-fw/templates/metaboxes/types/contactform.php:145
1051
+ #: plugin-fw/templates/metaboxes/types/contactform.php:337
1052
+ #: templates/share.php:40
1053
+ msgid "Email"
1054
+ msgstr ""
1055
+
1056
+ #: plugin-fw/licence/templates/panel/activation/activation-panel.php:79
1057
+ #: plugin-fw/licence/templates/panel/activation/activation-panel.php:111
1058
+ #: plugin-fw/licence/templates/panel/activation/activation-panel.php:135
1059
+ msgid "Licence Key"
1060
+ msgstr ""
1061
+
1062
+ #: plugin-fw/licence/templates/panel/activation/activation-panel.php:80
1063
+ #: plugin-fw/licence/templates/panel/activation/activation-panel.php:136
1064
+ msgid "Expires"
1065
+ msgstr ""
1066
+
1067
+ #: plugin-fw/licence/templates/panel/activation/activation-panel.php:81
1068
+ msgid "Remaining"
1069
+ msgstr ""
1070
+
1071
+ #: plugin-fw/licence/templates/panel/activation/activation-panel.php:82
1072
+ #: plugin-fw/licence/templates/panel/activation/activation-panel.php:95
1073
+ #: plugin-fw/licence/templates/panel/activation/activation-panel.php:137
1074
+ #: plugin-fw/licence/templates/panel/activation/activation-panel.php:147
1075
+ msgid "Renew"
1076
+ msgstr ""
1077
+
1078
+ #: plugin-fw/licence/templates/panel/activation/activation-panel.php:93
1079
+ #, php-format
1080
+ msgid "%1s out of %2s"
1081
+ msgstr ""
1082
+
1083
+ #: plugin-fw/licence/templates/panel/activation/activation-panel.php:105
1084
+ msgid "Banned"
1085
+ msgstr ""
1086
+
1087
+ #: plugin-fw/licence/templates/panel/activation/activation-panel.php:129
1088
+ msgid "Expired"
1089
+ msgstr ""
1090
+
1091
+ #: plugin-fw/templates/metaboxes/types/ajax-products.php:23
1092
+ msgid "Search for a product"
1093
+ msgstr ""
1094
+
1095
+ #: plugin-fw/templates/metaboxes/types/categories.php:36
1096
+ msgid "No categories."
1097
+ msgstr ""
1098
+
1099
+ #: plugin-fw/templates/metaboxes/types/categories.php:42
1100
+ msgid "+ Add New Category"
1101
+ msgstr ""
1102
+
1103
+ #: plugin-fw/templates/metaboxes/types/contactform.php:5
1104
+ msgid "Text Input"
1105
+ msgstr ""
1106
+
1107
+ #: plugin-fw/templates/metaboxes/types/contactform.php:6
1108
+ msgid "Checkbox"
1109
+ msgstr ""
1110
+
1111
+ #: plugin-fw/templates/metaboxes/types/contactform.php:7
1112
+ #, fuzzy
1113
+ msgid "Select"
1114
+ msgstr "Optionen wählen"
1115
+
1116
+ #: plugin-fw/templates/metaboxes/types/contactform.php:8
1117
+ msgid "Textarea"
1118
+ msgstr ""
1119
+
1120
+ #: plugin-fw/templates/metaboxes/types/contactform.php:9
1121
+ msgid "Radio Input"
1122
+ msgstr ""
1123
+
1124
+ #: plugin-fw/templates/metaboxes/types/contactform.php:10
1125
+ msgid "Password Field"
1126
+ msgstr ""
1127
+
1128
+ #: plugin-fw/templates/metaboxes/types/contactform.php:11
1129
+ msgid "File Upload"
1130
+ msgstr ""
1131
+
1132
+ #: plugin-fw/templates/metaboxes/types/contactform.php:45
1133
+ msgid "Theme Icon"
1134
+ msgstr ""
1135
+
1136
+ #: plugin-fw/templates/metaboxes/types/contactform.php:46
1137
+ #, fuzzy
1138
+ msgid "Custom Icon"
1139
+ msgstr "Benutzerdefiniertes CSS"
1140
+
1141
+ #: plugin-fw/templates/metaboxes/types/contactform.php:47
1142
+ #: plugin-fw/templates/metaboxes/types/responsivesliders.php:24
1143
+ msgid "None"
1144
+ msgstr ""
1145
+
1146
+ #: plugin-fw/templates/metaboxes/types/contactform.php:57
1147
+ msgid "Add field"
1148
+ msgstr ""
1149
+
1150
+ #: plugin-fw/templates/metaboxes/types/contactform.php:66
1151
+ #: plugin-fw/templates/metaboxes/types/contactform.php:258
1152
+ #: plugin-fw/templates/metaboxes/types/customtabs.php:37
1153
+ #: plugin-fw/templates/metaboxes/types/customtabs.php:82
1154
+ msgid "Remove"
1155
+ msgstr ""
1156
+
1157
+ #: plugin-fw/templates/metaboxes/types/contactform.php:67
1158
+ #: plugin-fw/templates/metaboxes/types/contactform.php:259
1159
+ msgid "Click to toggle"
1160
+ msgstr ""
1161
+
1162
+ #: plugin-fw/templates/metaboxes/types/contactform.php:74
1163
+ #: plugin-fw/templates/metaboxes/types/contactform.php:266
1164
+ msgid "Title Field"
1165
+ msgstr ""
1166
+
1167
+ #: plugin-fw/templates/metaboxes/types/contactform.php:78
1168
+ #: plugin-fw/templates/metaboxes/types/contactform.php:270
1169
+ msgid "Insert the title of field."
1170
+ msgstr ""
1171
+
1172
+ #: plugin-fw/templates/metaboxes/types/contactform.php:83
1173
+ #: plugin-fw/templates/metaboxes/types/contactform.php:275
1174
+ msgid "Data Name"
1175
+ msgstr ""
1176
+
1177
+ #: plugin-fw/templates/metaboxes/types/contactform.php:87
1178
+ #: plugin-fw/templates/metaboxes/types/contactform.php:279
1179
+ msgid ""
1180
+ "REQUIRED: The identification name of this field, that you can insert into "
1181
+ "body email configuration. <strong>Note:</strong>Use only lowercase "
1182
+ "characters and underscores."
1183
+ msgstr ""
1184
+
1185
+ #: plugin-fw/templates/metaboxes/types/contactform.php:92
1186
+ #: plugin-fw/templates/metaboxes/types/contactform.php:284
1187
+ msgid "Type field"
1188
+ msgstr ""
1189
+
1190
+ #: plugin-fw/templates/metaboxes/types/contactform.php:100
1191
+ #: plugin-fw/templates/metaboxes/types/contactform.php:292
1192
+ msgid "Select the type of this field."
1193
+ msgstr ""
1194
+
1195
+ #: plugin-fw/templates/metaboxes/types/contactform.php:105
1196
+ #: plugin-fw/templates/metaboxes/types/contactform.php:297
1197
+ msgid "Checked"
1198
+ msgstr ""
1199
+
1200
+ #: plugin-fw/templates/metaboxes/types/contactform.php:109
1201
+ #: plugin-fw/templates/metaboxes/types/contactform.php:301
1202
+ msgid "Select this if you want this field already checked."
1203
+ msgstr ""
1204
+
1205
+ #: plugin-fw/templates/metaboxes/types/contactform.php:114
1206
+ #: plugin-fw/templates/metaboxes/types/contactform.php:306
1207
+ #, fuzzy
1208
+ msgid "Add options "
1209
+ msgstr "Optionen wählen"
1210
+
1211
+ #: plugin-fw/templates/metaboxes/types/contactform.php:115
1212
+ #: plugin-fw/templates/metaboxes/types/contactform.php:307
1213
+ #, fuzzy
1214
+ msgid "Add option"
1215
+ msgstr "\"In den Warenkoeb\" Icon"
1216
+
1217
+ #: plugin-fw/templates/metaboxes/types/contactform.php:118
1218
+ #: plugin-fw/templates/metaboxes/types/contactform.php:310
1219
+ #: plugin-fw/templates/metaboxes/types/contactform.php:432
1220
+ msgid "Selected"
1221
+ msgstr ""
1222
+
1223
+ #: plugin-fw/templates/metaboxes/types/contactform.php:121
1224
+ #: plugin-fw/templates/metaboxes/types/contactform.php:313
1225
+ #: plugin-fw/templates/metaboxes/types/contactform.php:432
1226
+ #, fuzzy
1227
+ msgid "Delete option"
1228
+ msgstr "Optionen wählen"
1229
+
1230
+ #: plugin-fw/templates/metaboxes/types/contactform.php:127
1231
+ #: plugin-fw/templates/metaboxes/types/contactform.php:319
1232
+ msgid "Message Error"
1233
+ msgstr ""
1234
+
1235
+ #: plugin-fw/templates/metaboxes/types/contactform.php:131
1236
+ #: plugin-fw/templates/metaboxes/types/contactform.php:323
1237
+ msgid "Insert the error message for validation."
1238
+ msgstr ""
1239
+
1240
+ #: plugin-fw/templates/metaboxes/types/contactform.php:136
1241
+ #: plugin-fw/templates/metaboxes/types/contactform.php:328
1242
+ msgid "Required"
1243
+ msgstr ""
1244
+
1245
+ #: plugin-fw/templates/metaboxes/types/contactform.php:140
1246
+ #: plugin-fw/templates/metaboxes/types/contactform.php:332
1247
+ msgid "Select this if it must be required."
1248
+ msgstr ""
1249
+
1250
+ #: plugin-fw/templates/metaboxes/types/contactform.php:149
1251
+ #: plugin-fw/templates/metaboxes/types/contactform.php:341
1252
+ msgid "Select this if it must be a valid email."
1253
+ msgstr ""
1254
+
1255
+ #: plugin-fw/templates/metaboxes/types/contactform.php:154
1256
+ #: plugin-fw/templates/metaboxes/types/contactform.php:346
1257
+ msgid "Reply To"
1258
+ msgstr ""
1259
+
1260
+ #: plugin-fw/templates/metaboxes/types/contactform.php:158
1261
+ #: plugin-fw/templates/metaboxes/types/contactform.php:350
1262
+ msgid "Select this if it's the email where you can reply."
1263
+ msgstr ""
1264
+
1265
+ #: plugin-fw/templates/metaboxes/types/contactform.php:163
1266
+ #: plugin-fw/templates/metaboxes/types/contactform.php:355
1267
+ msgid "Class"
1268
+ msgstr ""
1269
+
1270
+ #: plugin-fw/templates/metaboxes/types/contactform.php:167
1271
+ #: plugin-fw/templates/metaboxes/types/contactform.php:359
1272
+ msgid ""
1273
+ "Insert an additional class(es) (separateb by comma) for more personalization."
1274
+ msgstr ""
1275
+
1276
+ #: plugin-fw/templates/metaboxes/types/contactform.php:172
1277
+ #: plugin-fw/templates/metaboxes/types/contactform.php:364
1278
+ msgid "Icon"
1279
+ msgstr ""
1280
+
1281
+ #: plugin-fw/templates/metaboxes/types/contactform.php:200
1282
+ #: plugin-fw/templates/metaboxes/types/contactform.php:388
1283
+ #: plugin-fw/templates/metaboxes/types/icon-list.php:69
1284
+ #: plugin-fw/templates/metaboxes/types/select-icon.php:33
1285
+ #: plugin-fw/templates/metaboxes/types/upload.php:21
1286
+ #: plugin-fw/templates/panel/types/upload.php:31
1287
+ #: plugin-fw/templates/panel/woocommerce/woocommerce-upload.php:35
1288
+ #: yit-common/yith-panel.php:417
1289
+ msgid "Upload"
1290
+ msgstr ""
1291
+
1292
+ #: plugin-fw/templates/metaboxes/types/contactform.php:206
1293
+ #: plugin-fw/templates/metaboxes/types/contactform.php:394
1294
+ #: plugin-fw/templates/metaboxes/types/icon-list.php:75
1295
+ #: plugin-fw/templates/metaboxes/types/select-icon.php:39
1296
+ msgid "Image preview"
1297
+ msgstr ""
1298
+
1299
+ #: plugin-fw/templates/metaboxes/types/contactform.php:214
1300
+ #: plugin-fw/templates/metaboxes/types/contactform.php:402
1301
+ msgid "Insert an icon for more personalization."
1302
+ msgstr ""
1303
+
1304
+ #: plugin-fw/templates/metaboxes/types/contactform.php:219
1305
+ #: plugin-fw/templates/metaboxes/types/contactform.php:406
1306
+ msgid "Width"
1307
+ msgstr ""
1308
+
1309
+ #: plugin-fw/templates/metaboxes/types/contactform.php:244
1310
+ #: plugin-fw/templates/metaboxes/types/contactform.php:418
1311
+ msgid "Choose how much long will be the field."
1312
+ msgstr ""
1313
+
1314
+ #: plugin-fw/templates/metaboxes/types/customtabs.php:28
1315
+ msgid "Close all"
1316
+ msgstr ""
1317
+
1318
+ #: plugin-fw/templates/metaboxes/types/customtabs.php:28
1319
+ msgid "Expand all"
1320
+ msgstr ""
1321
+
1322
+ #: plugin-fw/templates/metaboxes/types/customtabs.php:52
1323
+ #: plugin-fw/templates/metaboxes/types/customtabs.php:95
1324
+ msgid "Value"
1325
+ msgstr ""
1326
+
1327
+ #: plugin-fw/templates/metaboxes/types/customtabs.php:53
1328
+ #: plugin-fw/templates/metaboxes/types/customtabs.php:96
1329
+ msgid "The content of the tab. (HTML is supported)"
1330
+ msgstr ""
1331
+
1332
+ #: plugin-fw/templates/metaboxes/types/customtabs.php:65
1333
+ msgid "Add custom product tab"
1334
+ msgstr ""
1335
+
1336
+ #: plugin-fw/templates/metaboxes/types/customtabs.php:107
1337
+ msgid "Do you want to remove the custom tab?"
1338
+ msgstr ""
1339
+
1340
+ #: plugin-fw/templates/metaboxes/types/icon-list.php:89
1341
+ #, php-format
1342
+ msgid "(Default: %s <img src=\"%s\"/>)"
1343
+ msgstr ""
1344
+
1345
+ #: plugin-fw/templates/metaboxes/types/icon-list.php:91
1346
+ #, php-format
1347
+ msgid "(Default: <i %s></i> )"
1348
+ msgstr ""
1349
+
1350
+ #: plugin-fw/templates/metaboxes/types/image-gallery.php:35
1351
+ #: plugin-fw/templates/metaboxes/types/image-gallery.php:40
1352
+ #: plugin-fw/templates/metaboxes/types/images.php:33
1353
+ #: plugin-fw/templates/metaboxes/types/images.php:59
1354
+ msgid "Delete image"
1355
+ msgstr ""
1356
+
1357
+ #: plugin-fw/templates/metaboxes/types/image-gallery.php:40
1358
+ msgid "Add Images to Gallery"
1359
+ msgstr ""
1360
+
1361
+ #: plugin-fw/templates/metaboxes/types/image-gallery.php:40
1362
+ #, fuzzy
1363
+ msgid "Add to gallery"
1364
+ msgstr "Zum Warenkorb hinzufügen"
1365
+
1366
+ #: plugin-fw/templates/metaboxes/types/image-gallery.php:40
1367
+ msgid "Add images"
1368
+ msgstr ""
1369
+
1370
+ #: plugin-fw/templates/metaboxes/types/image-gallery.php:40
1371
+ msgid "Delete"
1372
+ msgstr ""
1373
+
1374
+ #: plugin-fw/templates/metaboxes/types/images.php:37
1375
+ msgid "Upload new images"
1376
+ msgstr ""
1377
+
1378
+ #: plugin-fw/templates/metaboxes/types/images.php:70
1379
+ msgid "Are you sure you want to remove this image?"
1380
+ msgstr ""
1381
+
1382
+ #: plugin-fw/templates/metaboxes/types/sidebar-layout.php:25
1383
+ #: plugin-fw/templates/metaboxes/types/sidebars.php:36
1384
+ msgid "Left sidebar"
1385
+ msgstr ""
1386
+
1387
+ #: plugin-fw/templates/metaboxes/types/sidebar-layout.php:28
1388
+ #: plugin-fw/templates/metaboxes/types/sidebars.php:42
1389
+ #: plugin-fw/templates/metaboxes/types/sidebars.php:45
1390
+ msgid "No sidebar"
1391
+ msgstr ""
1392
+
1393
+ #: plugin-fw/templates/metaboxes/types/sidebar-layout.php:28
1394
+ msgid "No sideabr"
1395
+ msgstr ""
1396
+
1397
+ #: plugin-fw/templates/metaboxes/types/sidebar-layout.php:31
1398
+ #: plugin-fw/templates/metaboxes/types/sidebars.php:39
1399
+ msgid "Right sidebar"
1400
+ msgstr ""
1401
+
1402
+ #: plugin-fw/templates/metaboxes/types/sidebar-layout.php:34
1403
+ #: plugin-fw/templates/metaboxes/types/sidebars.php:53
1404
+ #: plugin-fw/templates/metaboxes/types/sidebars.php:64
1405
+ msgid "Choose a sidebar"
1406
+ msgstr ""
1407
+
1408
+ #: plugin-fw/templates/metaboxes/types/sidebars.php:51
1409
+ msgid "Sidebar Left"
1410
+ msgstr ""
1411
+
1412
+ #: plugin-fw/templates/metaboxes/types/sidebars.php:62
1413
+ msgid "Sidebar Right"
1414
+ msgstr ""
1415
+
1416
+ #: plugin-fw/templates/metaboxes/types/typography.php:42
1417
+ #: yit-common/yith-panel.php:444
1418
+ msgid "px"
1419
+ msgstr ""
1420
+
1421
+ #: plugin-fw/templates/metaboxes/types/typography.php:43
1422
+ #: yit-common/yith-panel.php:445
1423
+ msgid "em"
1424
+ msgstr ""
1425
+
1426
+ #: plugin-fw/templates/metaboxes/types/typography.php:44
1427
+ #: yit-common/yith-panel.php:446
1428
+ msgid "pt"
1429
+ msgstr ""
1430
+
1431
+ #: plugin-fw/templates/metaboxes/types/typography.php:45
1432
+ #: yit-common/yith-panel.php:447
1433
+ msgid "rem"
1434
+ msgstr ""
1435
+
1436
+ #: plugin-fw/templates/metaboxes/types/typography.php:59
1437
+ #: plugin-fw/templates/metaboxes/types/typography.php:153
1438
+ #: plugin-fw/templates/metaboxes/types/typography.php:217
1439
+ msgid "Web fonts"
1440
+ msgstr ""
1441
+
1442
+ #: plugin-fw/templates/metaboxes/types/typography.php:71
1443
+ msgid "Google fonts"
1444
+ msgstr ""
1445
+
1446
+ #: plugin-fw/templates/metaboxes/types/typography.php:96
1447
+ #: yit-common/yith-panel.php:465
1448
+ msgid "Regular"
1449
+ msgstr ""
1450
+
1451
+ #: plugin-fw/templates/metaboxes/types/typography.php:97
1452
+ #: yit-common/yith-panel.php:466
1453
+ msgid "Bold"
1454
+ msgstr ""
1455
+
1456
+ #: plugin-fw/templates/metaboxes/types/typography.php:98
1457
+ #: yit-common/yith-panel.php:467
1458
+ msgid "Extra bold"
1459
+ msgstr ""
1460
+
1461
+ #: plugin-fw/templates/metaboxes/types/typography.php:99
1462
+ #: yit-common/yith-panel.php:468
1463
+ msgid "Italic"
1464
+ msgstr ""
1465
+
1466
+ #: plugin-fw/templates/metaboxes/types/typography.php:100
1467
+ #: yit-common/yith-panel.php:469
1468
+ msgid "Italic bold"
1469
+ msgstr ""
1470
+
1471
+ #: templates/share.php:28
1472
+ #, fuzzy
1473
+ msgid "Pinterest"
1474
+ msgstr "Auf Pinterest pinnen"
1475
+
1476
+ #: templates/share.php:34
1477
+ msgid "Google Plus"
1478
+ msgstr ""
1479
+
1480
+ #: templates/wishlist-view.php:23
1481
+ #, fuzzy
1482
+ msgid "Edit title"
1483
+ msgstr "Wunschlistentitel"
1484
+
1485
+ #: templates/wishlist-view.php:32
1486
+ msgid "Save"
1487
+ msgstr ""
1488
+
1489
+ #: templates/wishlist-view.php:36
1490
+ msgid "Cancel"
1491
+ msgstr ""
1492
+
1493
+ #: templates/wishlist-view.php:62
1494
+ msgid "Unit Price"
1495
+ msgstr "Preis"
1496
+
1497
+ #: templates/wishlist-view.php:70
1498
+ msgid "Stock Status"
1499
+ msgstr "Lagerstatus"
1500
+
1501
+ #: templates/wishlist-view.php:93
1502
+ msgid "Remove this product"
1503
+ msgstr "Dieses Produkt entfernen"
1504
+
1505
+ #: templates/wishlist-view.php:122
1506
+ msgid "Free!"
1507
+ msgstr ""
1508
+
1509
+ #: templates/wishlist-view.php:136
1510
+ msgid "Out of Stock"
1511
+ msgstr "Nicht auf Lager"
1512
+
1513
+ #: templates/wishlist-view.php:139
1514
+ msgid "In Stock"
1515
+ msgstr "Auf Lager"
1516
+
1517
+ #: templates/wishlist-view.php:191
1518
+ msgid "Ask an estimate of costs"
1519
+ msgstr ""
1520
+
1521
+ #: yit-common/yith-panel.php:406
1522
+ msgid "Select a date"
1523
+ msgstr ""
1524
+
1525
+ #: yit-common/yith-panel.php:407
1526
+ msgid "Hours"
1527
+ msgstr ""
1528
+
1529
+ #: yit-common/yith-panel.php:408 yit-common/yith-panel.php:409
1530
+ msgid "Minutes"
1531
+ msgstr ""
1532
+
1533
+ #: yit-common/yith-panel.php:457
1534
+ msgid "Select a font family"
1535
+ msgstr ""
1536
+
1537
+ #: yit-common/yith-panel.php:481
1538
+ msgid "Click to preview"
1539
+ msgstr ""
1540
+
1541
+ #~ msgid "Cannot add to the cart as product is Out of Stock!"
1542
+ #~ msgstr ""
1543
+ #~ "Gewähltes Produkt ist nicht mehr im Sortiment und kann daher nicht im "
1544
+ #~ "Warenkorb eingefügt werden. "
1545
+
1546
+ #~ msgid "\"Add to Wishlist\" button background"
1547
+ #~ msgstr "\"Zu Wunschliste hinzufügen\" Button Hintergrund"
1548
+
1549
+ #~ msgid "\"Add to Wishlist\" button border"
1550
+ #~ msgstr "\"Zu Wunschliste hinzufügen\" Button Rahmen"
1551
+
1552
+ #~ msgid "\"Add to Wishlist\" button background (hover)"
1553
+ #~ msgstr "\"Zu Wunschliste hinzufügen\" Button Hintergrund (hover)"
1554
+
1555
+ #~ msgid "\"Add to Wishlist\" button text (hover)"
1556
+ #~ msgstr "\"Zu Wunschliste hinzufügen\" Button Text (hover)"
1557
+
1558
+ #~ msgid "\"Add to Wishlist\" button border (hover)"
1559
+ #~ msgstr "\"Zu Wunschliste hinzufügen\" Button Rahmen (hover)"
1560
+
1561
+ #~ msgid "\"Add to Cart\" button border"
1562
+ #~ msgstr "\"Zu Warenkorb hinzufügen\" Button Rahmen"
1563
+
1564
+ #~ msgid "\"Add to Cart\" button background (hover)"
1565
+ #~ msgstr "\"Zu Warenkorb hinzufügen\" Button Hintergrund (hover)"
1566
+
1567
+ #~ msgid "\"Add to Cart\" button text (hover)"
1568
+ #~ msgstr "\"Zu Warenkorb hinzufügen\" Button Text (hover)"
1569
+
1570
+ #~ msgid "\"Add to Cart\" button border (hover)"
1571
+ #~ msgstr "\"Zu Warenkorb hinzufügen\" Button Rahmen (hover)"
1572
+
1573
+ #~ msgid "Wishlist table background"
1574
+ #~ msgstr "Wunschliste Tabellenhintergrund"
1575
+
1576
+ #~ msgid "Wishlist table text"
1577
+ #~ msgstr "Wunschliste Tabellentext"
1578
+
1579
+ #~ msgid "Wishlist table border"
1580
+ #~ msgstr "Wunschliste Tabellenrahmen"
1581
+
1582
+ #~ msgid "Docs"
1583
+ #~ msgstr "Dokumentation"
1584
+
1585
+ #~ msgid "Use cookies"
1586
+ #~ msgstr "Cookies verwenden"
1587
+
1588
+ #~ msgid ""
1589
+ #~ "Use cookies instead of sessions. With this feature, the wishlist will be "
1590
+ #~ "available for each not logged user for 30 days. Use the filter "
1591
+ #~ "yith_wcwl_cookie_expiration_time to change the expiration time ( needs "
1592
+ #~ "timestamp )."
1593
+ #~ msgstr ""
1594
+ #~ "Cookies anstatt Sessions verwenden. Mit dieser Einstellung wird die "
1595
+ #~ "Wunschliste für 30 Tage auch für nicht eingeloggte Benutzer verfügbar "
1596
+ #~ "sein. Verwenden Sie den Filter yith_wcwl_cookie_expiration_time um die "
1597
+ #~ "Einstellungen für die Laufzeit zu bestimmen (Zeitangabe erforderlich)"
1598
+
1599
  #~ msgid "View Cart &rarr;"
1600
  #~ msgstr "Warenkorb ansehen"
1601
 
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: 2014-09-16 16:15+0100\n"
5
- "PO-Revision-Date: 2014-09-16 16:16+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"
@@ -14,113 +14,104 @@ msgstr ""
14
  "X-Poedit-Basepath: ./\n"
15
  "X-Poedit-SearchPath-0: ..\n"
16
 
17
- #: ../class.yith-wcwl-init.php:114 ../class.yith-wcwl-install.php:137
18
- msgid "Wishlist"
19
- msgstr "Lista de deseos"
20
-
21
- #: ../class.yith-wcwl-init.php:365
22
- msgid "Cannot add to the cart as product is Out of Stock!"
23
  msgstr ""
24
- "Perdón, pero no podemos agregarlo al carrito porque actualmente no tenemos "
25
- "en stock."
26
 
27
- #: ../class.yith-wcwl-init.php:430 ../class.yith-wcwl-init.php:859
28
- msgid "General Settings"
29
- msgstr "Configuraciones generales"
 
 
30
 
31
- #: ../class.yith-wcwl-init.php:431 ../class.yith-wcwl-init.php:965
32
- msgid "Styles"
33
- msgstr "Estilos"
 
 
 
34
 
35
- #: ../class.yith-wcwl-init.php:432 ../class.yith-wcwl-init.php:1028
36
- msgid "Socials &amp; Share"
37
- msgstr "Sociales &amp; Compartir"
 
 
 
 
 
38
 
39
- #: ../class.yith-wcwl-init.php:453
 
40
  msgid "Colors"
41
  msgstr "Colores"
42
 
43
- #: ../class.yith-wcwl-init.php:483
44
- msgid "\"Add to Wishlist\" button background"
45
- msgstr "Fondo del botón \"Agregar a la lista de deseos\""
46
-
47
- #: ../class.yith-wcwl-init.php:484
48
- msgid "\"Add to Wishlist\" button text"
49
- msgstr "Texto del botón \"Agregar a la lista de deseos\""
50
-
51
- #: ../class.yith-wcwl-init.php:485
52
- msgid "\"Add to Wishlist\" button border"
53
- msgstr "Borde del botón \"Agregar a la lista de deseos\""
54
-
55
- #: ../class.yith-wcwl-init.php:491
56
- msgid "\"Add to Wishlist\" button background (hover)"
57
- msgstr "Fondo del botón \"Agregar a la lista de deseos\" (hover)"
58
-
59
- #: ../class.yith-wcwl-init.php:492
60
- msgid "\"Add to Wishlist\" button text (hover)"
61
- msgstr "Texto del botón \"Agregar a la lista de deseos\" (hover)"
62
-
63
- #: ../class.yith-wcwl-init.php:493
64
- msgid "\"Add to Wishlist\" button border (hover)"
65
- msgstr "Borde del botón \"Agregar a la lista de deseos\" (hover)"
66
-
67
- #: ../class.yith-wcwl-init.php:498
68
- msgid "\"Add to Cart\" button background"
69
- msgstr "Fondo del botón \"Agregar al carrito\""
70
 
71
- #: ../class.yith-wcwl-init.php:499
72
- msgid "\"Add to Cart\" button text"
73
- msgstr "Texto del botón \"Agregar al carrito\""
 
 
74
 
75
- #: ../class.yith-wcwl-init.php:500
76
- msgid "\"Add to Cart\" button border"
77
- msgstr "Borde del botón \"Agregar al carrito\""
78
 
79
- #: ../class.yith-wcwl-init.php:506
80
- msgid "\"Add to Cart\" button background (hover)"
81
- msgstr "Fondo del botón \"Agregar al carrito\" (hover)"
82
 
83
- #: ../class.yith-wcwl-init.php:507
84
- msgid "\"Add to Cart\" button text (hover)"
85
- msgstr "Texto del botón \"Agregar al carrito\" (hover)"
86
 
87
- #: ../class.yith-wcwl-init.php:508
88
- msgid "\"Add to Cart\" button border (hover)"
89
- msgstr "Borde del botón \"Agregar al carrito\" (hover)"
90
 
91
- #: ../class.yith-wcwl-init.php:513
92
- msgid "Wishlist table background"
93
- msgstr "Fondo de la tabla de la Lista de Deseos"
94
 
95
- #: ../class.yith-wcwl-init.php:514
96
- msgid "Wishlist table text"
97
- msgstr "Texto de la tabla de la Lista de Deseos"
98
 
99
- #: ../class.yith-wcwl-init.php:515
100
- msgid "Wishlist table border"
101
- msgstr "Borde de la tabla de la Lista de Deseos"
102
 
103
- #: ../class.yith-wcwl-init.php:575
104
- msgid "Settings"
105
- msgstr "Configuraciones"
 
 
106
 
107
- #: ../class.yith-wcwl-init.php:576
108
- msgid "Docs"
109
- msgstr "Documentación"
110
 
111
- #: ../class.yith-wcwl-init.php:592
112
- msgid "Wishlist Page"
113
- msgstr "Lista de deseos"
 
 
 
114
 
115
- #: ../class.yith-wcwl-init.php:593
116
- msgid "Page contents: [yith_wcwl_wishlist]"
117
- msgstr "Contenidos: [yith_wcwl_wishlist]"
118
 
119
- #: ../class.yith-wcwl-init.php:862
120
  msgid "Enable YITH Wishlist"
121
  msgstr "Habilitar YITH Wishlist"
122
 
123
- #: ../class.yith-wcwl-init.php:863
124
  #, fuzzy, php-format
125
  msgid ""
126
  "Enable all plugin features. <strong>Be sure to select a voice in the "
@@ -132,37 +123,24 @@ msgstr ""
132
  "Páginas.</strong> También, por favor lee la <a href=\"%s\" target=\"_blank"
133
  "\">documentación</a> del plugin."
134
 
135
- #: ../class.yith-wcwl-init.php:870
136
- msgid "Use cookies"
137
- msgstr "Usar cookies"
138
-
139
- #: ../class.yith-wcwl-init.php:871
140
- msgid ""
141
- "Use cookies instead of sessions. With this feature, the wishlist will be "
142
- "available for each not logged user for 30 days. Use the filter "
143
- "yith_wcwl_cookie_expiration_time to change the expiration time ( needs "
144
- "timestamp )."
145
- msgstr ""
146
- "Usar cookies en lugar de sesiones. Con esta funcionalidad, la lista de "
147
- "deseos estará disponible para usuarios sin actividad durante hasta 30 días. "
148
- "Usa el filtro yith_wcwl_cookie_expiration_time para cambiar el tiempo de "
149
- "expiración de la cookie (necesita marca de tiempo)."
150
-
151
- #: ../class.yith-wcwl-init.php:878
152
- msgid "Wishlist title"
153
  msgstr "Título de la Lista de deseos"
154
 
155
- #: ../class.yith-wcwl-init.php:880 ../class.yith-wcwl-init.php:881
156
- #: ../class.yith-wcwl-init.php:1068 ../class.yith-wcwl-init.php:1069
 
 
157
  #, php-format
158
  msgid "My wishlist on %s"
159
  msgstr "Mi lista de deseos en %s"
160
 
161
- #: ../class.yith-wcwl-init.php:890
162
  msgid "Position"
163
  msgstr "Posición"
164
 
165
- #: ../class.yith-wcwl-init.php:891
166
  msgid ""
167
  "On variable products you can add it only After \"Add to Cart\" or use the "
168
  "shortcode [yith_wcwl_add_to_wishlist]."
@@ -170,27 +148,27 @@ msgstr ""
170
  "En productos variables puedes agregarlo sólo Después de \"Agregar al carrito"
171
  "\" o usar el shortcode [yith_wcwl_add_to_wishlist]. "
172
 
173
- #: ../class.yith-wcwl-init.php:897
174
  msgid "After \"Add to cart\""
175
  msgstr "Después de \"Agregar al carrito\""
176
 
177
- #: ../class.yith-wcwl-init.php:898
178
  msgid "After thumbnails"
179
  msgstr "Después de las miniaturas"
180
 
181
- #: ../class.yith-wcwl-init.php:899
182
  msgid "After summary"
183
  msgstr "Después del resúmen"
184
 
185
- #: ../class.yith-wcwl-init.php:900
186
  msgid "Use shortcode"
187
  msgstr "Usar shortcode"
188
 
189
- #: ../class.yith-wcwl-init.php:905
190
  msgid "Redirect to cart"
191
  msgstr "Redireccionar al carrito"
192
 
193
- #: ../class.yith-wcwl-init.php:906
194
  msgid ""
195
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
196
  "page."
@@ -198,115 +176,163 @@ msgstr ""
198
  "Redireccionar a la página del carrito si se presiona el botón \"Agregar al "
199
  "carrito\" en la página de la lista de deseos."
200
 
201
- #: ../class.yith-wcwl-init.php:913
202
  msgid "Remove if added to the cart"
203
  msgstr "Eliminar después de agregar al carrito"
204
 
205
- #: ../class.yith-wcwl-init.php:914
206
  msgid "Remove the product from the wishlist if is been added to the cart."
207
  msgstr "Eliminar el producto de la lista de deseos si fue agregado al carrito."
208
 
209
- #: ../class.yith-wcwl-init.php:921
210
  msgid "\"Add to Wishlist\" text"
211
  msgstr "Texto de \"Agregar a la Lista de deseos\""
212
 
213
- #: ../class.yith-wcwl-init.php:923 ../class.yith-wcwl-init.php:924
 
214
  msgid "Add to Wishlist"
215
  msgstr "Agregar a la Lista de deseos"
216
 
217
- #: ../class.yith-wcwl-init.php:929
218
  msgid "\"Add to Cart\" text"
219
  msgstr "Texto de \"Agregar al carrito\""
220
 
221
- #: ../class.yith-wcwl-init.php:931 ../class.yith-wcwl-init.php:932
 
222
  msgid "Add to Cart"
223
  msgstr "Agregar al carrito"
224
 
225
- #: ../class.yith-wcwl-init.php:937
226
  msgid "Show Unit price"
227
  msgstr "Mostrar precio por unidad"
228
 
229
- #: ../class.yith-wcwl-init.php:945
 
 
 
 
230
  msgid "Show \"Add to Cart\" button"
231
  msgstr "Mostrar el botón \"Agregar al carrito\""
232
 
233
- #: ../class.yith-wcwl-init.php:953
 
 
 
 
 
234
  msgid "Show Stock status"
235
  msgstr "Mostrar estado del stock"
236
 
237
- #: ../class.yith-wcwl-init.php:968
 
 
 
 
 
 
 
 
 
238
  msgid "Use buttons"
239
  msgstr "Usar botones"
240
 
241
- #: ../class.yith-wcwl-init.php:969
242
  msgid "Use buttons instead of a simple anchors."
243
  msgstr "Usar botones en lugar de anclas simples."
244
 
245
- #: ../class.yith-wcwl-init.php:976
246
  msgid "Custom CSS"
247
  msgstr "CSS personalizado"
248
 
249
- #: ../class.yith-wcwl-init.php:984
250
  msgid "Use theme style"
251
  msgstr "Usar el estilo del tema"
252
 
253
- #: ../class.yith-wcwl-init.php:985
254
  msgid "Use the theme style."
255
  msgstr "Usar el estilo del tema."
256
 
257
- #: ../class.yith-wcwl-init.php:992
258
- msgid "Buttons rounded corners"
 
259
  msgstr "Botones con ángulos redondeados"
260
 
261
- #: ../class.yith-wcwl-init.php:993
262
  msgid "Make buttons corner rounded"
263
  msgstr "Redondear los ángulos de los botones"
264
 
265
- #: ../class.yith-wcwl-init.php:1000
266
  msgid "\"Add to Wishlist\" icon"
267
  msgstr "Ícono de \"Agregar a la Lista de deseos\""
268
 
269
- #: ../class.yith-wcwl-init.php:1001
270
  msgid "Add an icon to the \"Add to Wishlist\" button"
271
  msgstr "Agregar un ícono al botón de \"Agregar a la Lista de deseos\""
272
 
273
- #: ../class.yith-wcwl-init.php:1012
274
  msgid "\"Add to Cart\" icon"
275
  msgstr "Ícono de \"Agregar al carrito\""
276
 
277
- #: ../class.yith-wcwl-init.php:1013
278
  msgid "Add an icon to the \"Add to Cart\" button"
279
  msgstr "Agregar un ícono para el botón de \"Agregar al carrito\""
280
 
281
- #: ../class.yith-wcwl-init.php:1031
 
 
 
 
282
  msgid "Share on Facebook"
283
  msgstr "Compartir en Facebook"
284
 
285
- #: ../class.yith-wcwl-init.php:1038
 
 
 
 
 
 
286
  msgid "Tweet on Twitter"
287
  msgstr "Tuitear en Twitter"
288
 
289
- #: ../class.yith-wcwl-init.php:1045
 
 
 
 
 
290
  msgid "Pin on Pinterest"
291
  msgstr "Compartir en Pinterest"
292
 
293
- #: ../class.yith-wcwl-init.php:1052
 
 
 
 
 
294
  msgid "Share on Google+"
295
  msgstr "Compartir en Google+"
296
 
297
- #: ../class.yith-wcwl-init.php:1059
298
  msgid "Share by Email"
299
  msgstr ""
300
 
301
- #: ../class.yith-wcwl-init.php:1066
302
- msgid "Socials title"
 
 
 
 
 
 
303
  msgstr "Título de sociales"
304
 
305
- #: ../class.yith-wcwl-init.php:1074
306
- msgid "Socials text"
 
307
  msgstr "Texto de sociales"
308
 
309
- #: ../class.yith-wcwl-init.php:1075
310
  msgid ""
311
  "Will be used by Facebook, Twitter and Pinterest. Use <strong>%wishlist_url%</"
312
  "strong> where you want the URL of your wishlist to appear."
@@ -314,163 +340,1249 @@ msgstr ""
314
  "Será usado por Facebook, Twitter y Pinterest. Usar <strong>%wishlist_url%</"
315
  "strong> donde quieras que aparezca la URL de tu lista de deseos."
316
 
317
- #: ../class.yith-wcwl-init.php:1083
318
- msgid "Socials image URL"
 
319
  msgstr "URL de las imágenes sociales"
320
 
321
- #: ../class.yith-wcwl-install.php:136
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
322
  msgid "wishlist"
323
  msgstr "lista de deseos"
324
 
325
- #: ../class.yith-wcwl-ui.php:67 ../class.yith-wcwl.php:351
326
- #: ../yith-wcwl-ajax.php:47
 
 
 
 
 
327
  msgid "Product added!"
328
  msgstr "¡Agregado!"
329
 
330
- #: ../class.yith-wcwl-ui.php:67 ../class.yith-wcwl-ui.php:68
 
331
  msgid "Browse Wishlist"
332
  msgstr "Ir a la Lista de deseos"
333
 
334
- #: ../class.yith-wcwl-ui.php:68
335
  msgid "The product is already in the wishlist!"
336
  msgstr "¡Este producto ya está en la lista de deseos!"
337
 
338
- #: ../class.yith-wcwl-ui.php:100
 
339
  msgid "Select options"
340
  msgstr "Selecciona opciones"
341
 
342
- #: ../class.yith-wcwl-ui.php:145
343
- msgid "Share on:"
344
- msgstr "Compartir en:"
345
-
346
- #: ../class.yith-wcwl-ui.php:149
347
  msgid "Facebook"
348
  msgstr ""
349
 
350
- #: ../class.yith-wcwl-ui.php:152
351
  msgid "Twitter"
352
  msgstr ""
353
 
354
- #: ../class.yith-wcwl-ui.php:161
355
  msgid "email"
356
  msgstr ""
357
 
358
- #: ../class.yith-wcwl.php:140
359
  msgid "Error occurred while adding product to wishlist."
360
  msgstr ""
361
  "¡Ups! Ha ocurrido un error al agregar el producto a la lista de deseos. "
362
  "Intenta nuevamente, por favor."
363
 
364
- #: ../class.yith-wcwl.php:162
 
 
 
 
365
  msgid "Error occurred while removing product from wishlist"
366
  msgstr ""
367
  "¡Ups! Ha ocurrido un error al eliminar el producto de tu lista. Intenta "
368
  "nuevamente, por favor."
369
 
370
- #: ../class.yith-wcwl.php:353 ../yith-wcwl-ajax.php:49
 
 
 
 
371
  msgid "Product already in the wishlist."
372
  msgstr "Ya está en tu lista de deseos!"
373
 
374
- #: ../class.yith-wcwl.php:370 ../yith-wcwl-ajax.php:30
375
  msgid "Product successfully removed."
376
  msgstr "Bien, lo hemos eliminado de tu lista..."
377
 
378
- #: ../class.yith-wcwl.php:373 ../yith-wcwl-ajax.php:33
379
  msgid "Error. Unable to remove the product from the wishlist."
380
  msgstr ""
381
  "¡Ups! Ha ocurrido un error al eliminar el producto de tu lista. Intenta "
382
  "nuevamente, por favor."
383
 
384
- #: ../class.yith-wcwl.php:377 ../yith-wcwl-ajax.php:37
385
- #: ../templates/wishlist.php:161
386
  msgid "No products were added to the wishlist"
387
  msgstr "Tu lista de deseos está vacía por el momento..."
388
 
389
- #: ../templates/wishlist.php:82
390
- msgid "Product Name"
391
- msgstr "Producto"
 
 
 
 
392
 
393
- #: ../templates/wishlist.php:83
394
- msgid "Unit Price"
395
- msgstr "Precio por unidad"
 
 
396
 
397
- #: ../templates/wishlist.php:84
398
- msgid "Stock Status"
399
- msgstr "Estado de stock"
 
 
 
 
400
 
401
- # Not literal but more friendly.
402
- #: ../templates/wishlist.php:107
403
- msgid "Remove this product"
404
- msgstr "Ya no lo quiero"
 
405
 
406
- #: ../templates/wishlist.php:127
407
- msgid "Free!"
 
 
408
  msgstr ""
409
 
410
- #: ../templates/wishlist.php:140
411
- msgid "Out of Stock"
412
- msgstr "No disponible por el momento"
 
 
 
 
413
 
414
- #: ../templates/wishlist.php:143
415
- msgid "In Stock"
416
- msgstr "¡Disponible!"
 
 
417
 
418
- #: ../yit-common/yith-panel.php:406
419
- msgid "Select a date"
420
- msgstr "Selecciona una fecha"
 
 
421
 
422
- #: ../yit-common/yith-panel.php:407
423
- msgid "Hours"
424
- msgstr "Horas"
 
 
425
 
426
- #: ../yit-common/yith-panel.php:408 ../yit-common/yith-panel.php:409
427
- msgid "Minutes"
428
- msgstr "Minutos"
 
429
 
430
- #: ../yit-common/yith-panel.php:417
431
- msgid "Upload"
432
- msgstr "Subir"
 
433
 
434
- #: ../yit-common/yith-panel.php:444
435
- msgid "px"
436
  msgstr ""
437
 
438
- #: ../yit-common/yith-panel.php:445
439
- msgid "em"
440
  msgstr ""
441
 
442
- #: ../yit-common/yith-panel.php:446
443
- msgid "pt"
444
  msgstr ""
445
 
446
- #: ../yit-common/yith-panel.php:447
447
- msgid "rem"
448
  msgstr ""
449
 
450
- #: ../yit-common/yith-panel.php:457
451
- msgid "Select a font family"
452
- msgstr "Selecciona una familia de fuentes"
453
 
454
- #: ../yit-common/yith-panel.php:465
455
- msgid "Regular"
456
  msgstr ""
457
 
458
- #: ../yit-common/yith-panel.php:466
459
- msgid "Bold"
460
  msgstr ""
461
 
462
- #: ../yit-common/yith-panel.php:467
463
- msgid "Extra bold"
464
  msgstr ""
465
 
466
- #: ../yit-common/yith-panel.php:468
467
- msgid "Italic"
468
  msgstr ""
469
 
470
- #: ../yit-common/yith-panel.php:469
471
- msgid "Italic bold"
 
 
 
 
 
472
  msgstr ""
473
 
474
- #: ../yit-common/yith-panel.php:481
475
- msgid "Click to preview"
476
- msgstr "Haz click para ir a la vista preliminar"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WCWL\n"
4
+ "POT-Creation-Date: 2015-02-12 13:14+0100\n"
5
+ "PO-Revision-Date: 2015-02-12 13:14+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"
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:177
30
+ #: ../includes/class.yith-wcwl-admin-init.php:1054
31
+ #: ../includes/class.yith-wcwl-admin-init.php:1055
32
+ #: ../includes/class.yith-wcwl-install.php:240
33
+ msgid "Wishlist"
34
+ msgstr "Lista de deseos"
35
 
36
+ #: ../includes/class.yith-wcwl-admin-init.php:179
37
+ #: ../includes/class.yith-wcwl-admin-init.php:277
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 "Configuraciones"
44
 
45
+ #: ../includes/class.yith-wcwl-admin-init.php:180
46
+ #: ../includes/class.yith-wcwl-admin-init.php:244
47
  msgid "Colors"
48
  msgstr "Colores"
49
 
50
+ #: ../includes/class.yith-wcwl-admin-init.php:181
51
+ #: ../includes/class.yith-wcwl-admin-init.php:281
52
+ msgid "Premium Version"
53
+ msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
54
 
55
+ #: ../includes/class.yith-wcwl-admin-init.php:305
56
+ msgid ""
57
+ "WARNING: This plugin requires at least WooCommerce 2.2! Plase, use this link "
58
+ "to update it."
59
+ msgstr ""
60
 
61
+ #: ../includes/class.yith-wcwl-admin-init.php:308
62
+ msgid "WARNING: This plugin requires at least WooCommerce 2.2!"
63
+ msgstr ""
64
 
65
+ #: ../includes/class.yith-wcwl-admin-init.php:313
66
+ msgid "Plugin Documentation"
67
+ msgstr ""
68
 
69
+ #: ../includes/class.yith-wcwl-admin-init.php:329
70
+ msgid "Wishlist Page"
71
+ msgstr "Lista de deseos"
72
 
73
+ #: ../includes/class.yith-wcwl-admin-init.php:330
74
+ msgid "Page contents: [yith_wcwl_wishlist]"
75
+ msgstr "Contenidos: [yith_wcwl_wishlist]"
76
 
77
+ #: ../includes/class.yith-wcwl-admin-init.php:596
78
+ msgid "Upgrade to the PREMIUM VERSION"
79
+ msgstr ""
80
 
81
+ #: ../includes/class.yith-wcwl-admin-init.php:599
82
+ msgid "YITH WooCommerce Wishlist"
83
+ msgstr ""
84
 
85
+ #: ../includes/class.yith-wcwl-admin-init.php:600
86
+ msgid "Discover the Advanced Features"
87
+ msgstr ""
88
 
89
+ #: ../includes/class.yith-wcwl-admin-init.php:601
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:608
96
+ msgid "Get Support and Pro Features"
97
+ msgstr ""
98
 
99
+ #: ../includes/class.yith-wcwl-admin-init.php:609
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:619
107
+ msgid "General Settings"
108
+ msgstr "Configuraciones generales"
109
 
110
+ #: ../includes/class.yith-wcwl-admin-init.php:626
111
  msgid "Enable YITH Wishlist"
112
  msgstr "Habilitar YITH Wishlist"
113
 
114
+ #: ../includes/class.yith-wcwl-admin-init.php:627
115
  #, fuzzy, php-format
116
  msgid ""
117
  "Enable all plugin features. <strong>Be sure to select a voice in the "
123
  "Páginas.</strong> También, por favor lee la <a href=\"%s\" target=\"_blank"
124
  "\">documentación</a> del plugin."
125
 
126
+ #: ../includes/class.yith-wcwl-admin-init.php:634
127
+ #, fuzzy
128
+ msgid "Default wishlist title"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
129
  msgstr "Título de la Lista de deseos"
130
 
131
+ #: ../includes/class.yith-wcwl-admin-init.php:636
132
+ #: ../includes/class.yith-wcwl-admin-init.php:637
133
+ #: ../includes/class.yith-wcwl-admin-init.php:854
134
+ #: ../includes/class.yith-wcwl-admin-init.php:855
135
  #, php-format
136
  msgid "My wishlist on %s"
137
  msgstr "Mi lista de deseos en %s"
138
 
139
+ #: ../includes/class.yith-wcwl-admin-init.php:645
140
  msgid "Position"
141
  msgstr "Posición"
142
 
143
+ #: ../includes/class.yith-wcwl-admin-init.php:646
144
  msgid ""
145
  "On variable products you can add it only After \"Add to Cart\" or use the "
146
  "shortcode [yith_wcwl_add_to_wishlist]."
148
  "En productos variables puedes agregarlo sólo Después de \"Agregar al carrito"
149
  "\" o usar el shortcode [yith_wcwl_add_to_wishlist]. "
150
 
151
+ #: ../includes/class.yith-wcwl-admin-init.php:652
152
  msgid "After \"Add to cart\""
153
  msgstr "Después de \"Agregar al carrito\""
154
 
155
+ #: ../includes/class.yith-wcwl-admin-init.php:653
156
  msgid "After thumbnails"
157
  msgstr "Después de las miniaturas"
158
 
159
+ #: ../includes/class.yith-wcwl-admin-init.php:654
160
  msgid "After summary"
161
  msgstr "Después del resúmen"
162
 
163
+ #: ../includes/class.yith-wcwl-admin-init.php:655
164
  msgid "Use shortcode"
165
  msgstr "Usar shortcode"
166
 
167
+ #: ../includes/class.yith-wcwl-admin-init.php:660
168
  msgid "Redirect to cart"
169
  msgstr "Redireccionar al carrito"
170
 
171
+ #: ../includes/class.yith-wcwl-admin-init.php:661
172
  msgid ""
173
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
174
  "page."
176
  "Redireccionar a la página del carrito si se presiona el botón \"Agregar al "
177
  "carrito\" en la página de la lista de deseos."
178
 
179
+ #: ../includes/class.yith-wcwl-admin-init.php:668
180
  msgid "Remove if added to the cart"
181
  msgstr "Eliminar después de agregar al carrito"
182
 
183
+ #: ../includes/class.yith-wcwl-admin-init.php:669
184
  msgid "Remove the product from the wishlist if is been added to the cart."
185
  msgstr "Eliminar el producto de la lista de deseos si fue agregado al carrito."
186
 
187
+ #: ../includes/class.yith-wcwl-admin-init.php:676
188
  msgid "\"Add to Wishlist\" text"
189
  msgstr "Texto de \"Agregar a la Lista de deseos\""
190
 
191
+ #: ../includes/class.yith-wcwl-admin-init.php:678
192
+ #: ../includes/class.yith-wcwl-admin-init.php:679
193
  msgid "Add to Wishlist"
194
  msgstr "Agregar a la Lista de deseos"
195
 
196
+ #: ../includes/class.yith-wcwl-admin-init.php:684
197
  msgid "\"Add to Cart\" text"
198
  msgstr "Texto de \"Agregar al carrito\""
199
 
200
+ #: ../includes/class.yith-wcwl-admin-init.php:686
201
+ #: ../includes/class.yith-wcwl-admin-init.php:687
202
  msgid "Add to Cart"
203
  msgstr "Agregar al carrito"
204
 
205
+ #: ../includes/class.yith-wcwl-admin-init.php:692
206
  msgid "Show Unit price"
207
  msgstr "Mostrar precio por unidad"
208
 
209
+ #: ../includes/class.yith-wcwl-admin-init.php:693
210
+ msgid "Show unit price for each product in wishlist"
211
+ msgstr ""
212
+
213
+ #: ../includes/class.yith-wcwl-admin-init.php:701
214
  msgid "Show \"Add to Cart\" button"
215
  msgstr "Mostrar el botón \"Agregar al carrito\""
216
 
217
+ #: ../includes/class.yith-wcwl-admin-init.php:702
218
+ #, fuzzy
219
+ msgid "Show \"Add to cart\" button for each product in wishlist"
220
+ msgstr "Fondo del botón \"Agregar al carrito\""
221
+
222
+ #: ../includes/class.yith-wcwl-admin-init.php:710
223
  msgid "Show Stock status"
224
  msgstr "Mostrar estado del stock"
225
 
226
+ #: ../includes/class.yith-wcwl-admin-init.php:711
227
+ msgid ""
228
+ "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
229
+ msgstr ""
230
+
231
+ #: ../includes/class.yith-wcwl-admin-init.php:734
232
+ msgid "Styles"
233
+ msgstr "Estilos"
234
+
235
+ #: ../includes/class.yith-wcwl-admin-init.php:741
236
  msgid "Use buttons"
237
  msgstr "Usar botones"
238
 
239
+ #: ../includes/class.yith-wcwl-admin-init.php:742
240
  msgid "Use buttons instead of a simple anchors."
241
  msgstr "Usar botones en lugar de anclas simples."
242
 
243
+ #: ../includes/class.yith-wcwl-admin-init.php:749
244
  msgid "Custom CSS"
245
  msgstr "CSS personalizado"
246
 
247
+ #: ../includes/class.yith-wcwl-admin-init.php:757
248
  msgid "Use theme style"
249
  msgstr "Usar el estilo del tema"
250
 
251
+ #: ../includes/class.yith-wcwl-admin-init.php:758
252
  msgid "Use the theme style."
253
  msgstr "Usar el estilo del tema."
254
 
255
+ #: ../includes/class.yith-wcwl-admin-init.php:765
256
+ #, fuzzy
257
+ msgid "Button rounded corners"
258
  msgstr "Botones con ángulos redondeados"
259
 
260
+ #: ../includes/class.yith-wcwl-admin-init.php:766
261
  msgid "Make buttons corner rounded"
262
  msgstr "Redondear los ángulos de los botones"
263
 
264
+ #: ../includes/class.yith-wcwl-admin-init.php:773
265
  msgid "\"Add to Wishlist\" icon"
266
  msgstr "Ícono de \"Agregar a la Lista de deseos\""
267
 
268
+ #: ../includes/class.yith-wcwl-admin-init.php:774
269
  msgid "Add an icon to the \"Add to Wishlist\" button"
270
  msgstr "Agregar un ícono al botón de \"Agregar a la Lista de deseos\""
271
 
272
+ #: ../includes/class.yith-wcwl-admin-init.php:785
273
  msgid "\"Add to Cart\" icon"
274
  msgstr "Ícono de \"Agregar al carrito\""
275
 
276
+ #: ../includes/class.yith-wcwl-admin-init.php:786
277
  msgid "Add an icon to the \"Add to Cart\" button"
278
  msgstr "Agregar un ícono para el botón de \"Agregar al carrito\""
279
 
280
+ #: ../includes/class.yith-wcwl-admin-init.php:805
281
+ msgid "Socials &amp; Share"
282
+ msgstr "Sociales &amp; Compartir"
283
+
284
+ #: ../includes/class.yith-wcwl-admin-init.php:812
285
  msgid "Share on Facebook"
286
  msgstr "Compartir en Facebook"
287
 
288
+ #: ../includes/class.yith-wcwl-admin-init.php:813
289
+ #: ../includes/class.yith-wcwl-admin-init.php:837
290
+ #, fuzzy
291
+ msgid "Show \"Share on Facebook\" button"
292
+ msgstr "Compartir en Facebook"
293
+
294
+ #: ../includes/class.yith-wcwl-admin-init.php:820
295
  msgid "Tweet on Twitter"
296
  msgstr "Tuitear en Twitter"
297
 
298
+ #: ../includes/class.yith-wcwl-admin-init.php:821
299
+ #, fuzzy
300
+ msgid "Show \"Tweet on Twitter\" button"
301
+ msgstr "Tuitear en Twitter"
302
+
303
+ #: ../includes/class.yith-wcwl-admin-init.php:828
304
  msgid "Pin on Pinterest"
305
  msgstr "Compartir en Pinterest"
306
 
307
+ #: ../includes/class.yith-wcwl-admin-init.php:829
308
+ #, fuzzy
309
+ msgid "Show \"Pin on Pinterest\" button"
310
+ msgstr "Compartir en Pinterest"
311
+
312
+ #: ../includes/class.yith-wcwl-admin-init.php:836
313
  msgid "Share on Google+"
314
  msgstr "Compartir en Google+"
315
 
316
+ #: ../includes/class.yith-wcwl-admin-init.php:844
317
  msgid "Share by Email"
318
  msgstr ""
319
 
320
+ #: ../includes/class.yith-wcwl-admin-init.php:845
321
+ #, fuzzy
322
+ msgid "Show \"Share by Email\" button"
323
+ msgstr "Mostrar el botón \"Agregar al carrito\""
324
+
325
+ #: ../includes/class.yith-wcwl-admin-init.php:852
326
+ #, fuzzy
327
+ msgid "Social title"
328
  msgstr "Título de sociales"
329
 
330
+ #: ../includes/class.yith-wcwl-admin-init.php:860
331
+ #, fuzzy
332
+ msgid "Social text"
333
  msgstr "Texto de sociales"
334
 
335
+ #: ../includes/class.yith-wcwl-admin-init.php:861
336
  msgid ""
337
  "Will be used by Facebook, Twitter and Pinterest. Use <strong>%wishlist_url%</"
338
  "strong> where you want the URL of your wishlist to appear."
340
  "Será usado por Facebook, Twitter y Pinterest. Usar <strong>%wishlist_url%</"
341
  "strong> donde quieras que aparezca la URL de tu lista de deseos."
342
 
343
+ #: ../includes/class.yith-wcwl-admin-init.php:869
344
+ #, fuzzy
345
+ msgid "Social image URL"
346
  msgstr "URL de las imágenes sociales"
347
 
348
+ #: ../includes/class.yith-wcwl-admin-init.php:905
349
+ #, fuzzy
350
+ msgid "\"Add to wishlist\" button"
351
+ msgstr "Texto del botón \"Agregar a la lista de deseos\""
352
+
353
+ #: ../includes/class.yith-wcwl-admin-init.php:908
354
+ #: ../includes/class.yith-wcwl-admin-init.php:926
355
+ #: ../includes/class.yith-wcwl-admin-init.php:944
356
+ #: ../includes/class.yith-wcwl-admin-init.php:962
357
+ #: ../includes/class.yith-wcwl-admin-init.php:980
358
+ msgid "Background"
359
+ msgstr ""
360
+
361
+ #: ../includes/class.yith-wcwl-admin-init.php:909
362
+ #: ../includes/class.yith-wcwl-admin-init.php:927
363
+ #: ../includes/class.yith-wcwl-admin-init.php:945
364
+ #: ../includes/class.yith-wcwl-admin-init.php:963
365
+ #: ../includes/class.yith-wcwl-admin-init.php:981
366
+ msgid "Text"
367
+ msgstr ""
368
+
369
+ #: ../includes/class.yith-wcwl-admin-init.php:910
370
+ #: ../includes/class.yith-wcwl-admin-init.php:928
371
+ #: ../includes/class.yith-wcwl-admin-init.php:946
372
+ #: ../includes/class.yith-wcwl-admin-init.php:964
373
+ #: ../includes/class.yith-wcwl-admin-init.php:982
374
+ msgid "Border"
375
+ msgstr ""
376
+
377
+ #: ../includes/class.yith-wcwl-admin-init.php:917
378
+ #: ../includes/class.yith-wcwl-admin-init.php:935
379
+ #: ../includes/class.yith-wcwl-admin-init.php:953
380
+ #: ../includes/class.yith-wcwl-admin-init.php:971
381
+ msgid "Background (hover)"
382
+ msgstr ""
383
+
384
+ #: ../includes/class.yith-wcwl-admin-init.php:918
385
+ #: ../includes/class.yith-wcwl-admin-init.php:936
386
+ #: ../includes/class.yith-wcwl-admin-init.php:954
387
+ #: ../includes/class.yith-wcwl-admin-init.php:972
388
+ msgid "Text (hover)"
389
+ msgstr ""
390
+
391
+ #: ../includes/class.yith-wcwl-admin-init.php:919
392
+ #: ../includes/class.yith-wcwl-admin-init.php:937
393
+ #: ../includes/class.yith-wcwl-admin-init.php:955
394
+ #: ../includes/class.yith-wcwl-admin-init.php:973
395
+ msgid "Border (hover)"
396
+ msgstr ""
397
+
398
+ #: ../includes/class.yith-wcwl-admin-init.php:923
399
+ #, fuzzy
400
+ msgid "\"Add to Cart\" button"
401
+ msgstr "Texto del botón \"Agregar al carrito\""
402
+
403
+ #: ../includes/class.yith-wcwl-admin-init.php:941
404
+ msgid "\"Style 1\" button"
405
+ msgstr ""
406
+
407
+ #: ../includes/class.yith-wcwl-admin-init.php:959
408
+ msgid "\"Style 2\" button"
409
+ msgstr ""
410
+
411
+ #: ../includes/class.yith-wcwl-admin-init.php:977
412
+ #, fuzzy
413
+ msgid "Wishlist table"
414
+ msgstr "Título de la Lista de deseos"
415
+
416
+ #: ../includes/class.yith-wcwl-admin-init.php:986
417
+ msgid "Headers"
418
+ msgstr ""
419
+
420
+ #: ../includes/class.yith-wcwl-admin-init.php:989
421
+ msgid "Background color"
422
+ msgstr ""
423
+
424
+ #: ../includes/class.yith-wcwl-admin-init.php:1116
425
+ #, fuzzy
426
+ msgid "Wishlist Activated"
427
+ msgstr "Título de la Lista de deseos"
428
+
429
+ #: ../includes/class.yith-wcwl-admin-init.php:1117
430
+ #, php-format
431
+ msgid ""
432
+ "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
433
+ "can access to all the settings of our plugins that you have activated. "
434
+ "Wishlist is available in an outstanding PREMIUM version with many new "
435
+ "options, <a href=\"%s\">discover it now</a>."
436
+ msgstr ""
437
+
438
+ #: ../includes/class.yith-wcwl-admin-init.php:1128
439
+ #, fuzzy
440
+ msgid "Wishlist Updated"
441
+ msgstr "Lista de deseos"
442
+
443
+ #: ../includes/class.yith-wcwl-admin-init.php:1129
444
+ #, php-format
445
+ msgid ""
446
+ "From now on, you can find all the options of Wishlist under YIT Plugin -> "
447
+ "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
448
+ "version. When one of our plugins updates, a new voice will be added to this "
449
+ "menu. Wishlist renovates with new available options, <a href=\"%s\">discover "
450
+ "the PREMIUM version.</a>"
451
+ msgstr ""
452
+
453
+ #: ../includes/class.yith-wcwl-init.php:341
454
+ msgid ""
455
+ "We are sorry,but this feature is available only if cookies on your browser "
456
+ "are enabled."
457
+ msgstr ""
458
+
459
+ #: ../includes/class.yith-wcwl-install.php:239
460
  msgid "wishlist"
461
  msgstr "lista de deseos"
462
 
463
+ #: ../includes/class.yith-wcwl-shortcode.php:225
464
+ #: ../includes/class.yith-wcwl-ui.php:161
465
+ msgid "Share on:"
466
+ msgstr "Compartir en:"
467
+
468
+ #: ../includes/class.yith-wcwl-ui.php:81 ../includes/class.yith-wcwl.php:1143
469
+ #: ../templates/add-to-wishlist.php:21
470
  msgid "Product added!"
471
  msgstr "¡Agregado!"
472
 
473
+ #: ../includes/class.yith-wcwl-ui.php:81 ../includes/class.yith-wcwl-ui.php:82
474
+ #: ../templates/add-to-wishlist.php:23 ../templates/add-to-wishlist.php:30
475
  msgid "Browse Wishlist"
476
  msgstr "Ir a la Lista de deseos"
477
 
478
+ #: ../includes/class.yith-wcwl-ui.php:82 ../templates/add-to-wishlist.php:28
479
  msgid "The product is already in the wishlist!"
480
  msgstr "¡Este producto ya está en la lista de deseos!"
481
 
482
+ #: ../includes/class.yith-wcwl-ui.php:116
483
+ #: ../includes/class.yith-wcwl-ui.php:200
484
  msgid "Select options"
485
  msgstr "Selecciona opciones"
486
 
487
+ #: ../includes/class.yith-wcwl-ui.php:165 ../templates/share.php:16
 
 
 
 
488
  msgid "Facebook"
489
  msgstr ""
490
 
491
+ #: ../includes/class.yith-wcwl-ui.php:168 ../templates/share.php:22
492
  msgid "Twitter"
493
  msgstr ""
494
 
495
+ #: ../includes/class.yith-wcwl-ui.php:177
496
  msgid "email"
497
  msgstr ""
498
 
499
+ #: ../includes/class.yith-wcwl.php:192 ../includes/class.yith-wcwl.php:276
500
  msgid "Error occurred while adding product to wishlist."
501
  msgstr ""
502
  "¡Ups! Ha ocurrido un error al agregar el producto a la lista de deseos. "
503
  "Intenta nuevamente, por favor."
504
 
505
+ #: ../includes/class.yith-wcwl.php:291
506
+ msgid "Remove now does not require any param"
507
+ msgstr ""
508
+
509
+ #: ../includes/class.yith-wcwl.php:325
510
  msgid "Error occurred while removing product from wishlist"
511
  msgstr ""
512
  "¡Ups! Ha ocurrido un error al eliminar el producto de tu lista. Intenta "
513
  "nuevamente, por favor."
514
 
515
+ #: ../includes/class.yith-wcwl.php:603
516
+ msgid "You need to log in before creating a new wishlist"
517
+ msgstr ""
518
+
519
+ #: ../includes/class.yith-wcwl.php:1146
520
  msgid "Product already in the wishlist."
521
  msgstr "Ya está en tu lista de deseos!"
522
 
523
+ #: ../includes/class.yith-wcwl.php:1178
524
  msgid "Product successfully removed."
525
  msgstr "Bien, lo hemos eliminado de tu lista..."
526
 
527
+ #: ../includes/class.yith-wcwl.php:1182
528
  msgid "Error. Unable to remove the product from the wishlist."
529
  msgstr ""
530
  "¡Ups! Ha ocurrido un error al eliminar el producto de tu lista. Intenta "
531
  "nuevamente, por favor."
532
 
533
+ #: ../includes/class.yith-wcwl.php:1186 ../templates/wishlist-view.php:165
 
534
  msgid "No products were added to the wishlist"
535
  msgstr "Tu lista de deseos está vacía por el momento..."
536
 
537
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:460
538
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:574
539
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:719
540
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1632
541
+ #, php-format
542
+ msgid "Add %s"
543
+ msgstr ""
544
 
545
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:461
546
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:575
547
+ #, php-format
548
+ msgid "Add New %s"
549
+ msgstr ""
550
 
551
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:462
552
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:576
553
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1267
554
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1304
555
+ #, php-format
556
+ msgid "Edit %s"
557
+ msgstr ""
558
 
559
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:463
560
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:577
561
+ #, php-format
562
+ msgid "New %s"
563
+ msgstr ""
564
 
565
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:464
566
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:578
567
+ #, php-format
568
+ msgid "All %s"
569
  msgstr ""
570
 
571
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:465
572
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:579
573
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1251
574
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1305
575
+ #, php-format
576
+ msgid "View %s"
577
+ msgstr ""
578
 
579
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:466
580
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:580
581
+ #, php-format
582
+ msgid "Search %s"
583
+ msgstr ""
584
 
585
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:467
586
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:581
587
+ #, php-format
588
+ msgid "No %s found"
589
+ msgstr ""
590
 
591
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:468
592
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:582
593
+ #, php-format
594
+ msgid "No %s found in Trash"
595
+ msgstr ""
596
 
597
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:625
598
+ #, php-format
599
+ msgid "%s Categories"
600
+ msgstr ""
601
 
602
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:626
603
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:635
604
+ msgid "Category"
605
+ msgstr ""
606
 
607
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:627
608
+ msgid "Search Categories"
609
  msgstr ""
610
 
611
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:628
612
+ msgid "All Categories"
613
  msgstr ""
614
 
615
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:629
616
+ msgid "Parent Category"
617
  msgstr ""
618
 
619
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:630
620
+ msgid "Parent Category:"
621
  msgstr ""
622
 
623
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:631
624
+ msgid "Edit Category"
625
+ msgstr ""
626
 
627
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:632
628
+ msgid "Update Category"
629
  msgstr ""
630
 
631
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:633
632
+ msgid "Add New Category"
633
  msgstr ""
634
 
635
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:634
636
+ msgid "New Category Name"
637
  msgstr ""
638
 
639
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:724
640
+ msgid "Categories"
641
  msgstr ""
642
 
643
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1042
644
+ #, fuzzy, php-format
645
+ msgid "%s Settings"
646
+ msgstr "Configuraciones"
647
+
648
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1051
649
+ msgid "Type"
650
  msgstr ""
651
 
652
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1052
653
+ msgid "The layout for this "
654
+ msgstr ""
655
+
656
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1058
657
+ msgid "Rewrite"
658
+ msgstr ""
659
+
660
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1059
661
+ msgid "The word used for the URL of each project (the slug of post if empty)"
662
+ msgstr ""
663
+
664
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1064
665
+ msgid "Label Singular"
666
+ msgstr ""
667
+
668
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1065
669
+ msgid ""
670
+ "Set the label in singular to use for each label (the title of portfolio if "
671
+ "empty)"
672
+ msgstr ""
673
+
674
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1070
675
+ msgid "Label Plural"
676
+ msgstr ""
677
+
678
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1071
679
+ msgid ""
680
+ "Set the label in plural to use for each label (the title of portfolio if "
681
+ "empty)"
682
+ msgstr ""
683
+
684
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1076
685
+ msgid "Taxonomy"
686
+ msgstr ""
687
+
688
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1077
689
+ msgid ""
690
+ "If you want to use a category section for the portfolio, set the name of "
691
+ "taxonomy. Name should be in slug form (must not contain capital letters or "
692
+ "spaces) and not more than 32 characters long (database structure "
693
+ "restriction)."
694
+ msgstr ""
695
+
696
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1082
697
+ msgid "Taxonomy Rewrite"
698
+ msgstr ""
699
+
700
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1083
701
+ msgid "Set the word to use in the URL for each category page."
702
+ msgstr ""
703
+
704
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1088
705
+ msgid "Single layout"
706
+ msgstr ""
707
+
708
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1089
709
+ msgid "The layout for single page of this portfolio"
710
+ msgstr ""
711
+
712
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1130
713
+ #, fuzzy
714
+ msgid "layout settings"
715
+ msgstr "Configuraciones"
716
+
717
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1222
718
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1235
719
+ msgid "Quick links"
720
+ msgstr ""
721
+
722
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1475
723
+ #, php-format
724
+ msgid "Show the frontend of the %s"
725
+ msgstr ""
726
+
727
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1482
728
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:46
729
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:90
730
+ msgid "Name"
731
+ msgstr ""
732
+
733
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1631
734
+ #, php-format
735
+ msgid "Add %s by images"
736
+ msgstr ""
737
+
738
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1633
739
+ msgid "Add with multiupload"
740
+ msgstr ""
741
+
742
+ #: ../plugin-fw/lib/yit-plugin-panel-wc.php:303
743
+ msgid "The changes you made will be lost if you navigate away from this page."
744
+ msgstr ""
745
+
746
+ #: ../plugin-fw/lib/yit-plugin-panel.php:61
747
+ #, fuzzy
748
+ msgid "Plugin Settings"
749
+ msgstr "Configuraciones"
750
+
751
+ #: ../plugin-fw/lib/yit-plugin-panel.php:92
752
+ #: ../plugin-fw/lib/yit-plugin-subpanel.php:101
753
+ msgid "YIT Plugins"
754
+ msgstr ""
755
+
756
+ #: ../plugin-fw/lib/yit-plugin-panel.php:271
757
+ #: ../plugin-fw/lib/yit-plugin-subpanel.php:142
758
+ #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:5
759
+ msgid "Save Changes"
760
+ msgstr ""
761
+
762
+ #: ../plugin-fw/lib/yit-plugin-panel.php:274
763
+ #: ../plugin-fw/lib/yit-plugin-subpanel.php:145
764
+ #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:8
765
+ msgid ""
766
+ "If you continue with this action, you will reset all options are in this "
767
+ "page."
768
+ msgstr ""
769
+
770
+ #: ../plugin-fw/lib/yit-plugin-panel.php:276
771
+ #: ../plugin-fw/lib/yit-plugin-subpanel.php:147
772
+ #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
773
+ msgid "Reset Defaults"
774
+ msgstr ""
775
+
776
+ #: ../plugin-fw/lib/yit-plugin-panel.php:276
777
+ #: ../plugin-fw/lib/yit-plugin-subpanel.php:147
778
+ #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
779
+ msgid "Are you sure of it?"
780
+ msgstr ""
781
+
782
+ #: ../plugin-fw/lib/yit-plugin-panel.php:410
783
+ msgid ""
784
+ "The element you have written is already exists. Please, add another name."
785
+ msgstr ""
786
+
787
+ #: ../plugin-fw/lib/yit-plugin-panel.php:411
788
+ #, fuzzy
789
+ msgid "Settings saved"
790
+ msgstr "Configuraciones"
791
+
792
+ #: ../plugin-fw/lib/yit-plugin-panel.php:412
793
+ #, fuzzy
794
+ msgid "Settings reset"
795
+ msgstr "Configuraciones"
796
+
797
+ #: ../plugin-fw/lib/yit-plugin-panel.php:413
798
+ msgid "Element deleted correctly."
799
+ msgstr ""
800
+
801
+ #: ../plugin-fw/lib/yit-plugin-panel.php:414
802
+ #: ../plugin-fw/lib/yit-plugin-panel.php:415
803
+ msgid "Element updated correctly."
804
+ msgstr ""
805
+
806
+ #: ../plugin-fw/lib/yit-plugin-panel.php:416
807
+ msgid "Database imported correctly."
808
+ msgstr ""
809
+
810
+ #: ../plugin-fw/lib/yit-plugin-panel.php:417
811
+ msgid "An error encoured during during import. Please try again."
812
+ msgstr ""
813
+
814
+ #: ../plugin-fw/lib/yit-plugin-panel.php:418
815
+ msgid "The file you have insert doesn't valid."
816
+ msgstr ""
817
+
818
+ #: ../plugin-fw/lib/yit-plugin-panel.php:419
819
+ msgid "I'm sorry, the import featured is disabled."
820
+ msgstr ""
821
+
822
+ #: ../plugin-fw/lib/yit-plugin-panel.php:420
823
+ msgid "Sorting done correctly."
824
+ msgstr ""
825
+
826
+ #: ../plugin-fw/lib/yit-pointers.php:70
827
+ msgid "Plugins Activated"
828
+ msgstr ""
829
+
830
+ #: ../plugin-fw/lib/yit-pointers.php:71
831
+ msgid ""
832
+ "From now on, you can find all the options of your plugins under the YIT "
833
+ "Plugin menu voice.\n"
834
+ " For every installation of our new "
835
+ "plugins, a new voice will be added to access to the customization settings."
836
+ msgstr ""
837
+
838
+ #: ../plugin-fw/lib/yit-pointers.php:73 ../plugin-fw/lib/yit-pointers.php:89
839
+ msgid "Discover all our plugins available on:"
840
+ msgstr ""
841
+
842
+ #: ../plugin-fw/lib/yit-pointers.php:74 ../plugin-fw/lib/yit-pointers.php:90
843
+ msgid "and"
844
+ msgstr ""
845
+
846
+ #: ../plugin-fw/lib/yit-pointers.php:84
847
+ msgid "Plugins Upgraded"
848
+ msgstr ""
849
+
850
+ #: ../plugin-fw/lib/yit-pointers.php:85
851
+ msgid ""
852
+ "From now on, you can find all the options of your plugins under the YIT "
853
+ "Plugin menu voice.\n"
854
+ " When one of our plugins updates, a new "
855
+ "voice will be added to this menu.\n"
856
+ " For example, after the update, the "
857
+ "options from the plugins (YITH WooCommerce Wishlist, YITH WooCommerce Ajax "
858
+ "Search, etc.)\n"
859
+ " will be removed from the previous "
860
+ "location and moved under the YIT Plugin tab."
861
+ msgstr ""
862
+
863
+ #: ../plugin-fw/lib/yit-upgrade.php:119
864
+ msgid "There is a new version of %plugin_name% available."
865
+ msgstr ""
866
+
867
+ #: ../plugin-fw/lib/yit-upgrade.php:120
868
+ msgid "View version %latest% details."
869
+ msgstr ""
870
+
871
+ #: ../plugin-fw/lib/yit-upgrade.php:121
872
+ msgid "Automatic update is unavailable for this plugin,"
873
+ msgstr ""
874
+
875
+ #: ../plugin-fw/lib/yit-upgrade.php:122
876
+ msgid ""
877
+ "please <a href=\"%activate_link%\"> activate </a> your copy of %plugin_name%."
878
+ msgstr ""
879
+
880
+ #: ../plugin-fw/lib/yit-upgrade.php:123
881
+ msgid "Update now."
882
+ msgstr ""
883
+
884
+ #: ../plugin-fw/lib/yit-upgrade.php:226
885
+ msgid "Yithemes Repository"
886
+ msgstr ""
887
+
888
+ #: ../plugin-fw/lib/yit-upgrade.php:260
889
+ msgid "Invalid URL Provided."
890
+ msgstr ""
891
+
892
+ #: ../plugin-fw/lib/yit-upgrade.php:273
893
+ msgid "Could not create Temporary file."
894
+ msgstr ""
895
+
896
+ #: ../plugin-fw/lib/yit-upgrade.php:414
897
+ #, php-format
898
+ msgid ""
899
+ "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
900
+ "yit-changelog-button\" title=\"%3$s\">View version %4$s details</a>."
901
+ msgstr ""
902
+
903
+ #: ../plugin-fw/lib/yit-upgrade.php:416
904
+ #, php-format
905
+ msgid ""
906
+ "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
907
+ "yit-changelog-button\" title=\"%3$s\">View version %4$s details</a>. <em>You "
908
+ "have to activate the plugin on a single site of the network to benefit from "
909
+ "the automatic updates.</em>"
910
+ msgstr ""
911
+
912
+ #: ../plugin-fw/lib/yit-upgrade.php:418
913
+ #, php-format
914
+ msgid ""
915
+ "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
916
+ "yit-changelog-button\" title=\"%3$s\">View version %4$s details</a>. "
917
+ "<em>Automatic update is unavailable for this plugin, please <a href=\"%5$s\" "
918
+ "title=\"Licence activation\">activate</a> your copy of %6s.</em>"
919
+ msgstr ""
920
+
921
+ #: ../plugin-fw/lib/yit-upgrade.php:420
922
+ #, php-format
923
+ msgid ""
924
+ "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
925
+ "yit-changelog-button\" title=\"%3$s\">View version %4$s details</a> or <a "
926
+ "href=\"%5$s\">update now</a>."
927
+ msgstr ""
928
+
929
+ #: ../plugin-fw/lib/yit-upgrade.php:493
930
+ msgid "You can't update plugins for this site."
931
+ msgstr ""
932
+
933
+ #: ../plugin-fw/lib/yit-upgrade.php:497
934
+ msgid "You do not have sufficient permissions to update plugins for this site."
935
+ msgstr ""
936
+
937
+ #: ../plugin-fw/lib/yit-upgrade.php:504
938
+ msgid "Update Plugin"
939
+ msgstr ""
940
+
941
+ #: ../plugin-fw/licence/lib/yit-licence.php:148
942
+ #, php-format
943
+ msgid "%field% field can not be empty"
944
+ msgstr ""
945
+
946
+ #: ../plugin-fw/licence/lib/yit-licence.php:149
947
+ msgid "%field_1% and %field_2% fields can not be empty"
948
+ msgstr ""
949
+
950
+ #: ../plugin-fw/licence/lib/yit-licence.php:150
951
+ msgid "Unable to contact the remote server, please try again later. Thanks!"
952
+ msgstr ""
953
+
954
+ #: ../plugin-fw/licence/lib/yit-licence.php:529
955
+ msgid "Invalid Request"
956
+ msgstr ""
957
+
958
+ #: ../plugin-fw/licence/lib/yit-licence.php:530
959
+ msgid "Invalid licence key"
960
+ msgstr ""
961
+
962
+ #: ../plugin-fw/licence/lib/yit-licence.php:531
963
+ msgid "Software has been deactive"
964
+ msgstr ""
965
+
966
+ #: ../plugin-fw/licence/lib/yit-licence.php:532
967
+ msgid "Exceeded maximum number of activations"
968
+ msgstr ""
969
+
970
+ #: ../plugin-fw/licence/lib/yit-licence.php:533
971
+ msgid "Invalid instance ID"
972
+ msgstr ""
973
+
974
+ #: ../plugin-fw/licence/lib/yit-licence.php:534
975
+ msgid "Invalid security key"
976
+ msgstr ""
977
+
978
+ #: ../plugin-fw/licence/lib/yit-licence.php:535
979
+ msgid "Licence key has expired"
980
+ msgstr ""
981
+
982
+ #: ../plugin-fw/licence/lib/yit-licence.php:536
983
+ msgid "Licence key has be banned"
984
+ msgstr ""
985
+
986
+ #: ../plugin-fw/licence/lib/yit-plugin-licence.php:63
987
+ #: ../plugin-fw/licence/lib/yit-plugin-licence.php:64
988
+ #: ../plugin-fw/licence/lib/yit-theme-licence.php:63
989
+ #: ../plugin-fw/licence/lib/yit-theme-licence.php:64
990
+ #: ../plugin-fw/licence/lib/yit-theme-licence.php:106
991
+ #: ../plugin-fw/licence/lib/yit-theme-licence.php:107
992
+ msgid "Licence Activation"
993
+ msgstr ""
994
+
995
+ #: ../plugin-fw/licence/lib/yit-theme-licence.php:114
996
+ #: ../plugin-fw/licence/lib/yit-theme-licence.php:115
997
+ #, php-format
998
+ msgid "%s"
999
+ msgstr ""
1000
+
1001
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:19
1002
+ msgid "Yithemes Licence Activation"
1003
+ msgstr ""
1004
+
1005
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:23
1006
+ msgid ""
1007
+ "Have you updated your licenses? Have you asked for an extension? Update "
1008
+ "information concerning your products."
1009
+ msgstr ""
1010
+
1011
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:25
1012
+ msgid "Update licence information"
1013
+ msgstr ""
1014
+
1015
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:35
1016
+ msgid "To Active"
1017
+ msgstr ""
1018
+
1019
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:54
1020
+ msgid "Activate"
1021
+ msgstr ""
1022
+
1023
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:73
1024
+ msgid "Activated"
1025
+ msgstr ""
1026
+
1027
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:77
1028
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:109
1029
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:133
1030
+ #: ../templates/wishlist-view.php:56
1031
+ msgid "Product Name"
1032
+ msgstr "Producto"
1033
+
1034
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:78
1035
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:110
1036
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:134
1037
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:145
1038
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:337
1039
+ #: ../templates/share.php:40
1040
+ msgid "Email"
1041
+ msgstr ""
1042
+
1043
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:79
1044
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:111
1045
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:135
1046
+ msgid "Licence Key"
1047
+ msgstr ""
1048
+
1049
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:80
1050
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:136
1051
+ msgid "Expires"
1052
+ msgstr ""
1053
+
1054
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:81
1055
+ msgid "Remaining"
1056
+ msgstr ""
1057
+
1058
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:82
1059
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:95
1060
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:137
1061
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:147
1062
+ msgid "Renew"
1063
+ msgstr ""
1064
+
1065
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:93
1066
+ #, php-format
1067
+ msgid "%1s out of %2s"
1068
+ msgstr ""
1069
+
1070
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:105
1071
+ msgid "Banned"
1072
+ msgstr ""
1073
+
1074
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:129
1075
+ msgid "Expired"
1076
+ msgstr ""
1077
+
1078
+ #: ../plugin-fw/templates/metaboxes/types/ajax-products.php:23
1079
+ msgid "Search for a product"
1080
+ msgstr ""
1081
+
1082
+ #: ../plugin-fw/templates/metaboxes/types/categories.php:36
1083
+ msgid "No categories."
1084
+ msgstr ""
1085
+
1086
+ #: ../plugin-fw/templates/metaboxes/types/categories.php:42
1087
+ msgid "+ Add New Category"
1088
+ msgstr ""
1089
+
1090
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:5
1091
+ msgid "Text Input"
1092
+ msgstr ""
1093
+
1094
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:6
1095
+ msgid "Checkbox"
1096
+ msgstr ""
1097
+
1098
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:7
1099
+ #, fuzzy
1100
+ msgid "Select"
1101
+ msgstr "Selecciona una fecha"
1102
+
1103
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:8
1104
+ msgid "Textarea"
1105
+ msgstr ""
1106
+
1107
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:9
1108
+ msgid "Radio Input"
1109
+ msgstr ""
1110
+
1111
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:10
1112
+ msgid "Password Field"
1113
+ msgstr ""
1114
+
1115
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:11
1116
+ #, fuzzy
1117
+ msgid "File Upload"
1118
+ msgstr "Subir"
1119
+
1120
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:45
1121
+ msgid "Theme Icon"
1122
+ msgstr ""
1123
+
1124
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:46
1125
+ #, fuzzy
1126
+ msgid "Custom Icon"
1127
+ msgstr "CSS personalizado"
1128
+
1129
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:47
1130
+ #: ../plugin-fw/templates/metaboxes/types/responsivesliders.php:24
1131
+ msgid "None"
1132
+ msgstr ""
1133
+
1134
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:57
1135
+ msgid "Add field"
1136
+ msgstr ""
1137
+
1138
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:66
1139
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:258
1140
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:37
1141
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:82
1142
+ msgid "Remove"
1143
+ msgstr ""
1144
+
1145
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:67
1146
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:259
1147
+ #, fuzzy
1148
+ msgid "Click to toggle"
1149
+ msgstr "Haz click para ir a la vista preliminar"
1150
+
1151
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:74
1152
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:266
1153
+ msgid "Title Field"
1154
+ msgstr ""
1155
+
1156
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:78
1157
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:270
1158
+ msgid "Insert the title of field."
1159
+ msgstr ""
1160
+
1161
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:83
1162
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:275
1163
+ msgid "Data Name"
1164
+ msgstr ""
1165
+
1166
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:87
1167
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:279
1168
+ msgid ""
1169
+ "REQUIRED: The identification name of this field, that you can insert into "
1170
+ "body email configuration. <strong>Note:</strong>Use only lowercase "
1171
+ "characters and underscores."
1172
+ msgstr ""
1173
+
1174
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:92
1175
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:284
1176
+ msgid "Type field"
1177
+ msgstr ""
1178
+
1179
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:100
1180
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:292
1181
+ msgid "Select the type of this field."
1182
+ msgstr ""
1183
+
1184
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:105
1185
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:297
1186
+ msgid "Checked"
1187
+ msgstr ""
1188
+
1189
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:109
1190
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:301
1191
+ msgid "Select this if you want this field already checked."
1192
+ msgstr ""
1193
+
1194
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:114
1195
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:306
1196
+ #, fuzzy
1197
+ msgid "Add options "
1198
+ msgstr "Selecciona opciones"
1199
+
1200
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:115
1201
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:307
1202
+ #, fuzzy
1203
+ msgid "Add option"
1204
+ msgstr "Ícono de \"Agregar al carrito\""
1205
+
1206
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:118
1207
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:310
1208
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:432
1209
+ #, fuzzy
1210
+ msgid "Selected"
1211
+ msgstr "Selecciona una fecha"
1212
+
1213
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:121
1214
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:313
1215
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:432
1216
+ #, fuzzy
1217
+ msgid "Delete option"
1218
+ msgstr "Selecciona opciones"
1219
+
1220
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:127
1221
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:319
1222
+ msgid "Message Error"
1223
+ msgstr ""
1224
+
1225
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:131
1226
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:323
1227
+ msgid "Insert the error message for validation."
1228
+ msgstr ""
1229
+
1230
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:136
1231
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:328
1232
+ msgid "Required"
1233
+ msgstr ""
1234
+
1235
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:140
1236
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:332
1237
+ msgid "Select this if it must be required."
1238
+ msgstr ""
1239
+
1240
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:149
1241
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:341
1242
+ msgid "Select this if it must be a valid email."
1243
+ msgstr ""
1244
+
1245
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:154
1246
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:346
1247
+ msgid "Reply To"
1248
+ msgstr ""
1249
+
1250
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:158
1251
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:350
1252
+ msgid "Select this if it's the email where you can reply."
1253
+ msgstr ""
1254
+
1255
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:163
1256
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:355
1257
+ msgid "Class"
1258
+ msgstr ""
1259
+
1260
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:167
1261
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:359
1262
+ msgid ""
1263
+ "Insert an additional class(es) (separateb by comma) for more personalization."
1264
+ msgstr ""
1265
+
1266
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:172
1267
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:364
1268
+ msgid "Icon"
1269
+ msgstr ""
1270
+
1271
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:200
1272
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:388
1273
+ #: ../plugin-fw/templates/metaboxes/types/icon-list.php:69
1274
+ #: ../plugin-fw/templates/metaboxes/types/select-icon.php:33
1275
+ #: ../plugin-fw/templates/metaboxes/types/upload.php:21
1276
+ #: ../plugin-fw/templates/panel/types/upload.php:31
1277
+ #: ../plugin-fw/templates/panel/woocommerce/woocommerce-upload.php:35
1278
+ #: ../yit-common/yith-panel.php:417
1279
+ msgid "Upload"
1280
+ msgstr "Subir"
1281
+
1282
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:206
1283
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:394
1284
+ #: ../plugin-fw/templates/metaboxes/types/icon-list.php:75
1285
+ #: ../plugin-fw/templates/metaboxes/types/select-icon.php:39
1286
+ msgid "Image preview"
1287
+ msgstr ""
1288
+
1289
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:214
1290
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:402
1291
+ msgid "Insert an icon for more personalization."
1292
+ msgstr ""
1293
+
1294
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:219
1295
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:406
1296
+ msgid "Width"
1297
+ msgstr ""
1298
+
1299
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:244
1300
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:418
1301
+ msgid "Choose how much long will be the field."
1302
+ msgstr ""
1303
+
1304
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:28
1305
+ msgid "Close all"
1306
+ msgstr ""
1307
+
1308
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:28
1309
+ msgid "Expand all"
1310
+ msgstr ""
1311
+
1312
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:52
1313
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:95
1314
+ msgid "Value"
1315
+ msgstr ""
1316
+
1317
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:53
1318
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:96
1319
+ msgid "The content of the tab. (HTML is supported)"
1320
+ msgstr ""
1321
+
1322
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:65
1323
+ msgid "Add custom product tab"
1324
+ msgstr ""
1325
+
1326
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:107
1327
+ msgid "Do you want to remove the custom tab?"
1328
+ msgstr ""
1329
+
1330
+ #: ../plugin-fw/templates/metaboxes/types/icon-list.php:89
1331
+ #, php-format
1332
+ msgid "(Default: %s <img src=\"%s\"/>)"
1333
+ msgstr ""
1334
+
1335
+ #: ../plugin-fw/templates/metaboxes/types/icon-list.php:91
1336
+ #, php-format
1337
+ msgid "(Default: <i %s></i> )"
1338
+ msgstr ""
1339
+
1340
+ #: ../plugin-fw/templates/metaboxes/types/image-gallery.php:35
1341
+ #: ../plugin-fw/templates/metaboxes/types/image-gallery.php:40
1342
+ #: ../plugin-fw/templates/metaboxes/types/images.php:33
1343
+ #: ../plugin-fw/templates/metaboxes/types/images.php:59
1344
+ msgid "Delete image"
1345
+ msgstr ""
1346
+
1347
+ #: ../plugin-fw/templates/metaboxes/types/image-gallery.php:40
1348
+ msgid "Add Images to Gallery"
1349
+ msgstr ""
1350
+
1351
+ #: ../plugin-fw/templates/metaboxes/types/image-gallery.php:40
1352
+ #, fuzzy
1353
+ msgid "Add to gallery"
1354
+ msgstr "Agregar al carrito"
1355
+
1356
+ #: ../plugin-fw/templates/metaboxes/types/image-gallery.php:40
1357
+ msgid "Add images"
1358
+ msgstr ""
1359
+
1360
+ #: ../plugin-fw/templates/metaboxes/types/image-gallery.php:40
1361
+ msgid "Delete"
1362
+ msgstr ""
1363
+
1364
+ #: ../plugin-fw/templates/metaboxes/types/images.php:37
1365
+ msgid "Upload new images"
1366
+ msgstr ""
1367
+
1368
+ #: ../plugin-fw/templates/metaboxes/types/images.php:70
1369
+ msgid "Are you sure you want to remove this image?"
1370
+ msgstr ""
1371
+
1372
+ #: ../plugin-fw/templates/metaboxes/types/sidebar-layout.php:25
1373
+ #: ../plugin-fw/templates/metaboxes/types/sidebars.php:36
1374
+ msgid "Left sidebar"
1375
+ msgstr ""
1376
+
1377
+ #: ../plugin-fw/templates/metaboxes/types/sidebar-layout.php:28
1378
+ #: ../plugin-fw/templates/metaboxes/types/sidebars.php:42
1379
+ #: ../plugin-fw/templates/metaboxes/types/sidebars.php:45
1380
+ msgid "No sidebar"
1381
+ msgstr ""
1382
+
1383
+ #: ../plugin-fw/templates/metaboxes/types/sidebar-layout.php:28
1384
+ msgid "No sideabr"
1385
+ msgstr ""
1386
+
1387
+ #: ../plugin-fw/templates/metaboxes/types/sidebar-layout.php:31
1388
+ #: ../plugin-fw/templates/metaboxes/types/sidebars.php:39
1389
+ msgid "Right sidebar"
1390
+ msgstr ""
1391
+
1392
+ #: ../plugin-fw/templates/metaboxes/types/sidebar-layout.php:34
1393
+ #: ../plugin-fw/templates/metaboxes/types/sidebars.php:53
1394
+ #: ../plugin-fw/templates/metaboxes/types/sidebars.php:64
1395
+ msgid "Choose a sidebar"
1396
+ msgstr ""
1397
+
1398
+ #: ../plugin-fw/templates/metaboxes/types/sidebars.php:51
1399
+ msgid "Sidebar Left"
1400
+ msgstr ""
1401
+
1402
+ #: ../plugin-fw/templates/metaboxes/types/sidebars.php:62
1403
+ msgid "Sidebar Right"
1404
+ msgstr ""
1405
+
1406
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:42
1407
+ #: ../yit-common/yith-panel.php:444
1408
+ msgid "px"
1409
+ msgstr ""
1410
+
1411
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:43
1412
+ #: ../yit-common/yith-panel.php:445
1413
+ msgid "em"
1414
+ msgstr ""
1415
+
1416
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:44
1417
+ #: ../yit-common/yith-panel.php:446
1418
+ msgid "pt"
1419
+ msgstr ""
1420
+
1421
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:45
1422
+ #: ../yit-common/yith-panel.php:447
1423
+ msgid "rem"
1424
+ msgstr ""
1425
+
1426
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:59
1427
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:153
1428
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:217
1429
+ msgid "Web fonts"
1430
+ msgstr ""
1431
+
1432
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:71
1433
+ msgid "Google fonts"
1434
+ msgstr ""
1435
+
1436
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:96
1437
+ #: ../yit-common/yith-panel.php:465
1438
+ msgid "Regular"
1439
+ msgstr ""
1440
+
1441
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:97
1442
+ #: ../yit-common/yith-panel.php:466
1443
+ msgid "Bold"
1444
+ msgstr ""
1445
+
1446
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:98
1447
+ #: ../yit-common/yith-panel.php:467
1448
+ msgid "Extra bold"
1449
+ msgstr ""
1450
+
1451
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:99
1452
+ #: ../yit-common/yith-panel.php:468
1453
+ msgid "Italic"
1454
+ msgstr ""
1455
+
1456
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:100
1457
+ #: ../yit-common/yith-panel.php:469
1458
+ msgid "Italic bold"
1459
+ msgstr ""
1460
+
1461
+ #: ../templates/share.php:28
1462
+ #, fuzzy
1463
+ msgid "Pinterest"
1464
+ msgstr "Compartir en Pinterest"
1465
+
1466
+ #: ../templates/share.php:34
1467
+ msgid "Google Plus"
1468
+ msgstr ""
1469
+
1470
+ #: ../templates/wishlist-view.php:23
1471
+ #, fuzzy
1472
+ msgid "Edit title"
1473
+ msgstr "Título de la Lista de deseos"
1474
+
1475
+ #: ../templates/wishlist-view.php:32
1476
+ msgid "Save"
1477
+ msgstr ""
1478
+
1479
+ #: ../templates/wishlist-view.php:36
1480
+ msgid "Cancel"
1481
+ msgstr ""
1482
+
1483
+ #: ../templates/wishlist-view.php:62
1484
+ msgid "Unit Price"
1485
+ msgstr "Precio por unidad"
1486
+
1487
+ #: ../templates/wishlist-view.php:70
1488
+ msgid "Stock Status"
1489
+ msgstr "Estado de stock"
1490
+
1491
+ # Not literal but more friendly.
1492
+ #: ../templates/wishlist-view.php:93
1493
+ msgid "Remove this product"
1494
+ msgstr "Ya no lo quiero"
1495
+
1496
+ #: ../templates/wishlist-view.php:122
1497
+ msgid "Free!"
1498
+ msgstr ""
1499
+
1500
+ #: ../templates/wishlist-view.php:136
1501
+ msgid "Out of Stock"
1502
+ msgstr "No disponible por el momento"
1503
+
1504
+ #: ../templates/wishlist-view.php:139
1505
+ msgid "In Stock"
1506
+ msgstr "¡Disponible!"
1507
+
1508
+ #: ../templates/wishlist-view.php:191
1509
+ msgid "Ask an estimate of costs"
1510
+ msgstr ""
1511
+
1512
+ #: ../yit-common/yith-panel.php:406
1513
+ msgid "Select a date"
1514
+ msgstr "Selecciona una fecha"
1515
+
1516
+ #: ../yit-common/yith-panel.php:407
1517
+ msgid "Hours"
1518
+ msgstr "Horas"
1519
+
1520
+ #: ../yit-common/yith-panel.php:408 ../yit-common/yith-panel.php:409
1521
+ msgid "Minutes"
1522
+ msgstr "Minutos"
1523
+
1524
+ #: ../yit-common/yith-panel.php:457
1525
+ msgid "Select a font family"
1526
+ msgstr "Selecciona una familia de fuentes"
1527
+
1528
+ #: ../yit-common/yith-panel.php:481
1529
+ msgid "Click to preview"
1530
+ msgstr "Haz click para ir a la vista preliminar"
1531
+
1532
+ #~ msgid "Cannot add to the cart as product is Out of Stock!"
1533
+ #~ msgstr ""
1534
+ #~ "Perdón, pero no podemos agregarlo al carrito porque actualmente no "
1535
+ #~ "tenemos en stock."
1536
+
1537
+ #~ msgid "\"Add to Wishlist\" button background"
1538
+ #~ msgstr "Fondo del botón \"Agregar a la lista de deseos\""
1539
+
1540
+ #~ msgid "\"Add to Wishlist\" button border"
1541
+ #~ msgstr "Borde del botón \"Agregar a la lista de deseos\""
1542
+
1543
+ #~ msgid "\"Add to Wishlist\" button background (hover)"
1544
+ #~ msgstr "Fondo del botón \"Agregar a la lista de deseos\" (hover)"
1545
+
1546
+ #~ msgid "\"Add to Wishlist\" button text (hover)"
1547
+ #~ msgstr "Texto del botón \"Agregar a la lista de deseos\" (hover)"
1548
+
1549
+ #~ msgid "\"Add to Wishlist\" button border (hover)"
1550
+ #~ msgstr "Borde del botón \"Agregar a la lista de deseos\" (hover)"
1551
+
1552
+ #~ msgid "\"Add to Cart\" button border"
1553
+ #~ msgstr "Borde del botón \"Agregar al carrito\""
1554
+
1555
+ #~ msgid "\"Add to Cart\" button background (hover)"
1556
+ #~ msgstr "Fondo del botón \"Agregar al carrito\" (hover)"
1557
+
1558
+ #~ msgid "\"Add to Cart\" button text (hover)"
1559
+ #~ msgstr "Texto del botón \"Agregar al carrito\" (hover)"
1560
+
1561
+ #~ msgid "\"Add to Cart\" button border (hover)"
1562
+ #~ msgstr "Borde del botón \"Agregar al carrito\" (hover)"
1563
+
1564
+ #~ msgid "Wishlist table background"
1565
+ #~ msgstr "Fondo de la tabla de la Lista de Deseos"
1566
+
1567
+ #~ msgid "Wishlist table text"
1568
+ #~ msgstr "Texto de la tabla de la Lista de Deseos"
1569
+
1570
+ #~ msgid "Wishlist table border"
1571
+ #~ msgstr "Borde de la tabla de la Lista de Deseos"
1572
+
1573
+ #~ msgid "Docs"
1574
+ #~ msgstr "Documentación"
1575
+
1576
+ #~ msgid "Use cookies"
1577
+ #~ msgstr "Usar cookies"
1578
+
1579
+ #~ msgid ""
1580
+ #~ "Use cookies instead of sessions. With this feature, the wishlist will be "
1581
+ #~ "available for each not logged user for 30 days. Use the filter "
1582
+ #~ "yith_wcwl_cookie_expiration_time to change the expiration time ( needs "
1583
+ #~ "timestamp )."
1584
+ #~ msgstr ""
1585
+ #~ "Usar cookies en lugar de sesiones. Con esta funcionalidad, la lista de "
1586
+ #~ "deseos estará disponible para usuarios sin actividad durante hasta 30 "
1587
+ #~ "días. Usa el filtro yith_wcwl_cookie_expiration_time para cambiar el "
1588
+ #~ "tiempo de expiración de la cookie (necesita marca de tiempo)."
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: 2014-09-16 16:16+0100\n"
5
- "PO-Revision-Date: 2014-09-16 16:16+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"
@@ -14,111 +14,104 @@ msgstr ""
14
  "X-Poedit-Basepath: ./\n"
15
  "X-Poedit-SearchPath-0: ..\n"
16
 
17
- #: ../class.yith-wcwl-init.php:114 ../class.yith-wcwl-install.php:137
18
- msgid "Wishlist"
19
- msgstr "Lista de deseos"
20
-
21
- #: ../class.yith-wcwl-init.php:365
22
- msgid "Cannot add to the cart as product is Out of Stock!"
23
- msgstr "No se ha podido agregar, el producto no cuenta con existencias."
24
 
25
- #: ../class.yith-wcwl-init.php:430 ../class.yith-wcwl-init.php:859
26
- msgid "General Settings"
27
- msgstr "Ajustes Generales"
 
 
28
 
29
- #: ../class.yith-wcwl-init.php:431 ../class.yith-wcwl-init.php:965
30
- msgid "Styles"
31
- msgstr "Estilos"
 
 
 
32
 
33
- #: ../class.yith-wcwl-init.php:432 ../class.yith-wcwl-init.php:1028
34
- msgid "Socials &amp; Share"
35
- msgstr "Compartir"
 
 
 
 
 
36
 
37
- #: ../class.yith-wcwl-init.php:453
 
38
  msgid "Colors"
39
  msgstr "Colores"
40
 
41
- #: ../class.yith-wcwl-init.php:483
42
- msgid "\"Add to Wishlist\" button background"
43
- msgstr "\"Agregar a Lista de deseos\" Color de fondo del boton"
44
-
45
- #: ../class.yith-wcwl-init.php:484
46
- msgid "\"Add to Wishlist\" button text"
47
- msgstr "\"Agregar a Lista de deseos\" texto del boton"
48
-
49
- #: ../class.yith-wcwl-init.php:485
50
- msgid "\"Add to Wishlist\" button border"
51
- msgstr "\"Agregar a Lista de deseos\" borde del boton"
52
-
53
- #: ../class.yith-wcwl-init.php:491
54
- msgid "\"Add to Wishlist\" button background (hover)"
55
- msgstr "\"Agregar a Lista de deseos\" fondo del boton (hover)"
56
-
57
- #: ../class.yith-wcwl-init.php:492
58
- msgid "\"Add to Wishlist\" button text (hover)"
59
- msgstr "\"Agregar a Lista de deseos\" texto del boton (hover)"
60
-
61
- #: ../class.yith-wcwl-init.php:493
62
- msgid "\"Add to Wishlist\" button border (hover)"
63
- msgstr "\"Agregar a Lista de deseos\" borde del boton (hover)"
64
-
65
- #: ../class.yith-wcwl-init.php:498
66
- msgid "\"Add to Cart\" button background"
67
- msgstr "\"Agregar al Carrito\" fondo del boton"
68
-
69
- #: ../class.yith-wcwl-init.php:499
70
- msgid "\"Add to Cart\" button text"
71
- msgstr "\"Agregar al Carrito\" texto del boton"
72
 
73
- #: ../class.yith-wcwl-init.php:500
74
- msgid "\"Add to Cart\" button border"
75
- msgstr "\"Agregar al Carrito\" borde del boton"
 
 
76
 
77
- #: ../class.yith-wcwl-init.php:506
78
- msgid "\"Add to Cart\" button background (hover)"
79
- msgstr "\"Agregar al Carrito\" fondo del boton"
80
 
81
- #: ../class.yith-wcwl-init.php:507
82
- msgid "\"Add to Cart\" button text (hover)"
83
- msgstr "\"Agregar al Carrito\" texto del boton (hover)"
84
 
85
- #: ../class.yith-wcwl-init.php:508
86
- msgid "\"Add to Cart\" button border (hover)"
87
- msgstr "\"Agregar al Carrito\" borde del boton(hover)"
88
 
89
- #: ../class.yith-wcwl-init.php:513
90
- msgid "Wishlist table background"
91
- msgstr "\"Agregar al Carrito\" texto del boton"
92
 
93
- #: ../class.yith-wcwl-init.php:514
94
- msgid "Wishlist table text"
95
- msgstr "Texto de la tabla de la Lista de deseos"
96
 
97
- #: ../class.yith-wcwl-init.php:515
98
- msgid "Wishlist table border"
99
- msgstr "Borde de la tabla de la Lista de deseos"
100
 
101
- #: ../class.yith-wcwl-init.php:575
102
- msgid "Settings"
103
- msgstr "Ajustes"
104
 
105
- #: ../class.yith-wcwl-init.php:576
106
- msgid "Docs"
107
- msgstr "Documentación"
 
 
108
 
109
- #: ../class.yith-wcwl-init.php:592
110
- msgid "Wishlist Page"
111
- msgstr "Página de la Lista de Deseos"
112
 
113
- #: ../class.yith-wcwl-init.php:593
114
- msgid "Page contents: [yith_wcwl_wishlist]"
 
 
 
115
  msgstr ""
116
 
117
- #: ../class.yith-wcwl-init.php:862
 
 
 
 
118
  msgid "Enable YITH Wishlist"
119
  msgstr "Activar la Lista de deseos de YITH"
120
 
121
- #: ../class.yith-wcwl-init.php:863
122
  #, fuzzy, php-format
123
  msgid ""
124
  "Enable all plugin features. <strong>Be sure to select a voice in the "
@@ -130,37 +123,24 @@ msgstr ""
130
  "Páginas.</strong>Por favor lea la <a href=\"%s\" target=\"_blank"
131
  "\">documentación</a>. del plugin"
132
 
133
- #: ../class.yith-wcwl-init.php:870
134
- msgid "Use cookies"
135
- msgstr "Usar cookies"
136
-
137
- #: ../class.yith-wcwl-init.php:871
138
- msgid ""
139
- "Use cookies instead of sessions. With this feature, the wishlist will be "
140
- "available for each not logged user for 30 days. Use the filter "
141
- "yith_wcwl_cookie_expiration_time to change the expiration time ( needs "
142
- "timestamp )."
143
- msgstr ""
144
- "Usar cookies en lugar de sesiones.Con esta característica, la Lista de "
145
- "deseos estará disponible para cualquier usuario no logeado, por 30 dias. Use "
146
- "el filtro yith_wcwl_cookie_expiration_time para cambiar el tiempo de "
147
- "expiración (se necesita usar timestamp)."
148
-
149
- #: ../class.yith-wcwl-init.php:878
150
- msgid "Wishlist title"
151
  msgstr "Título de la Lista de deseos"
152
 
153
- #: ../class.yith-wcwl-init.php:880 ../class.yith-wcwl-init.php:881
154
- #: ../class.yith-wcwl-init.php:1068 ../class.yith-wcwl-init.php:1069
 
 
155
  #, php-format
156
  msgid "My wishlist on %s"
157
  msgstr "My Lista de deseos en %s"
158
 
159
- #: ../class.yith-wcwl-init.php:890
160
  msgid "Position"
161
  msgstr "Posición"
162
 
163
- #: ../class.yith-wcwl-init.php:891
164
  msgid ""
165
  "On variable products you can add it only After \"Add to Cart\" or use the "
166
  "shortcode [yith_wcwl_add_to_wishlist]."
@@ -168,27 +148,27 @@ msgstr ""
168
  "En productos variables puedes agregarlos solo despues de \"Agregar al "
169
  "Carrito\" o usar el shortcode [yith_wcwl_add_to_wishlist]."
170
 
171
- #: ../class.yith-wcwl-init.php:897
172
  msgid "After \"Add to cart\""
173
  msgstr "Despued de \"Agregar al Carrito\""
174
 
175
- #: ../class.yith-wcwl-init.php:898
176
  msgid "After thumbnails"
177
  msgstr "Despues de las miniaturas"
178
 
179
- #: ../class.yith-wcwl-init.php:899
180
  msgid "After summary"
181
  msgstr "Despues del Resumen"
182
 
183
- #: ../class.yith-wcwl-init.php:900
184
  msgid "Use shortcode"
185
  msgstr "Usar shortcode"
186
 
187
- #: ../class.yith-wcwl-init.php:905
188
  msgid "Redirect to cart"
189
  msgstr "Redirreccionar al Carrito"
190
 
191
- #: ../class.yith-wcwl-init.php:906
192
  msgid ""
193
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
194
  "page."
@@ -196,116 +176,164 @@ msgstr ""
196
  "Redireccionar a la página del Carrito si el boton de \"Agregar al Carrito\" "
197
  "es presionado en la página de la Lista de deseos."
198
 
199
- #: ../class.yith-wcwl-init.php:913
200
  msgid "Remove if added to the cart"
201
  msgstr "Remover si es agregado al Carrito."
202
 
203
- #: ../class.yith-wcwl-init.php:914
204
  msgid "Remove the product from the wishlist if is been added to the cart."
205
  msgstr ""
206
  "Remover el producto de la Lista de deseos si ha sido agregado al Carrito."
207
 
208
- #: ../class.yith-wcwl-init.php:921
209
  msgid "\"Add to Wishlist\" text"
210
  msgstr "Testo de \"Agregar al Carrito\""
211
 
212
- #: ../class.yith-wcwl-init.php:923 ../class.yith-wcwl-init.php:924
 
213
  msgid "Add to Wishlist"
214
  msgstr "Agregar a la Lista de deseos"
215
 
216
- #: ../class.yith-wcwl-init.php:929
217
  msgid "\"Add to Cart\" text"
218
  msgstr "Texto de \"Agregar del Carrito\""
219
 
220
- #: ../class.yith-wcwl-init.php:931 ../class.yith-wcwl-init.php:932
 
221
  msgid "Add to Cart"
222
  msgstr "Agregar al Carrito"
223
 
224
- #: ../class.yith-wcwl-init.php:937
225
  msgid "Show Unit price"
226
  msgstr "Mostrar Precio unitario"
227
 
228
- #: ../class.yith-wcwl-init.php:945
 
 
 
 
229
  msgid "Show \"Add to Cart\" button"
230
  msgstr "Mostar el boton de \"Agregar al Carrito\" "
231
 
232
- #: ../class.yith-wcwl-init.php:953
 
 
 
 
 
233
  msgid "Show Stock status"
234
  msgstr "Mostar el estado del inventario"
235
 
236
- #: ../class.yith-wcwl-init.php:968
 
 
 
 
 
 
 
 
 
237
  msgid "Use buttons"
238
  msgstr "Usar botones"
239
 
240
- #: ../class.yith-wcwl-init.php:969
241
  msgid "Use buttons instead of a simple anchors."
242
  msgstr "Usar botones en lugar de un simple elnaces"
243
 
244
- #: ../class.yith-wcwl-init.php:976
245
  msgid "Custom CSS"
246
  msgstr "Css personalizado"
247
 
248
- #: ../class.yith-wcwl-init.php:984
249
  msgid "Use theme style"
250
  msgstr "Usar estilo del tema"
251
 
252
- #: ../class.yith-wcwl-init.php:985
253
  msgid "Use the theme style."
254
  msgstr "Usar el estilo del tema"
255
 
256
- #: ../class.yith-wcwl-init.php:992
257
- msgid "Buttons rounded corners"
 
258
  msgstr "Bordes redondeados para los botones"
259
 
260
- #: ../class.yith-wcwl-init.php:993
261
  msgid "Make buttons corner rounded"
262
  msgstr "Redondear los bordes de los botones"
263
 
264
- #: ../class.yith-wcwl-init.php:1000
265
  msgid "\"Add to Wishlist\" icon"
266
  msgstr "Icono de \"Agregar a la Lista de deseos\""
267
 
268
- #: ../class.yith-wcwl-init.php:1001
269
  msgid "Add an icon to the \"Add to Wishlist\" button"
270
  msgstr "Agregar un icono para el boton de \"Agregar a la Lista de deseos\""
271
 
272
- #: ../class.yith-wcwl-init.php:1012
273
  msgid "\"Add to Cart\" icon"
274
  msgstr "Icono de \"Agregar al carrito\""
275
 
276
- #: ../class.yith-wcwl-init.php:1013
277
  msgid "Add an icon to the \"Add to Cart\" button"
278
  msgstr "Agregar un icono para el boton de \"Agregar al Carrito\""
279
 
280
- #: ../class.yith-wcwl-init.php:1031
 
 
 
 
281
  msgid "Share on Facebook"
282
  msgstr "Compartir en Facebook"
283
 
284
- #: ../class.yith-wcwl-init.php:1038
 
 
 
 
 
 
285
  msgid "Tweet on Twitter"
286
  msgstr "Tweet en Twitter"
287
 
288
- #: ../class.yith-wcwl-init.php:1045
 
 
 
 
 
289
  msgid "Pin on Pinterest"
290
  msgstr "Pin en Pinterest"
291
 
292
- #: ../class.yith-wcwl-init.php:1052
 
 
 
 
 
293
  msgid "Share on Google+"
294
  msgstr "Compartir en Google+"
295
 
296
- #: ../class.yith-wcwl-init.php:1059
297
  msgid "Share by Email"
298
  msgstr ""
299
 
300
- #: ../class.yith-wcwl-init.php:1066
301
- msgid "Socials title"
 
 
 
 
 
 
302
  msgstr "Tiítulo de Redes sociales"
303
 
304
- #: ../class.yith-wcwl-init.php:1074
305
- msgid "Socials text"
 
306
  msgstr "Texto de redes sociales"
307
 
308
- #: ../class.yith-wcwl-init.php:1075
309
  msgid ""
310
  "Will be used by Facebook, Twitter and Pinterest. Use <strong>%wishlist_url%</"
311
  "strong> where you want the URL of your wishlist to appear."
@@ -313,156 +341,1240 @@ msgstr ""
313
  "Será usado por Facebook, Twitter y Pinterest. Usa <strong>%wishlist_url%</"
314
  "strong> donde quieras que la URL de tu Lista de deseos aparesca."
315
 
316
- #: ../class.yith-wcwl-init.php:1083
317
- msgid "Socials image URL"
 
318
  msgstr "URL de la imágen de las redes Sociales."
319
 
320
- #: ../class.yith-wcwl-install.php:136
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
321
  msgid "wishlist"
322
  msgstr "Lista de deseos"
323
 
324
- #: ../class.yith-wcwl-ui.php:67 ../class.yith-wcwl.php:351
325
- #: ../yith-wcwl-ajax.php:47
 
 
 
 
 
326
  msgid "Product added!"
327
  msgstr "¡Producto agregado!"
328
 
329
- #: ../class.yith-wcwl-ui.php:67 ../class.yith-wcwl-ui.php:68
 
330
  msgid "Browse Wishlist"
331
  msgstr "Ir a la Lista de deseos"
332
 
333
- #: ../class.yith-wcwl-ui.php:68
334
  msgid "The product is already in the wishlist!"
335
  msgstr "El producto ya se encuentra en la Lista de deseos!"
336
 
337
- #: ../class.yith-wcwl-ui.php:100
 
338
  msgid "Select options"
339
  msgstr "Opciones de selección."
340
 
341
- #: ../class.yith-wcwl-ui.php:145
342
- msgid "Share on:"
343
- msgstr "Compartir en:"
344
-
345
- #: ../class.yith-wcwl-ui.php:149
346
  msgid "Facebook"
347
  msgstr ""
348
 
349
- #: ../class.yith-wcwl-ui.php:152
350
  msgid "Twitter"
351
  msgstr ""
352
 
353
- #: ../class.yith-wcwl-ui.php:161
354
  msgid "email"
355
  msgstr ""
356
 
357
- #: ../class.yith-wcwl.php:140
358
  msgid "Error occurred while adding product to wishlist."
359
  msgstr "Ocurrió un erro mientras se agregaba el producto a la Lista"
360
 
361
- #: ../class.yith-wcwl.php:162
 
 
 
 
362
  msgid "Error occurred while removing product from wishlist"
363
  msgstr "Ocurrió un erro mientras se eliminaba el producto a la Lista"
364
 
365
- #: ../class.yith-wcwl.php:353 ../yith-wcwl-ajax.php:49
 
 
 
 
366
  msgid "Product already in the wishlist."
367
  msgstr "El producto ya está en la Lista"
368
 
369
- #: ../class.yith-wcwl.php:370 ../yith-wcwl-ajax.php:30
370
  msgid "Product successfully removed."
371
  msgstr "Producto exitosamente eliminado"
372
 
373
- #: ../class.yith-wcwl.php:373 ../yith-wcwl-ajax.php:33
374
  msgid "Error. Unable to remove the product from the wishlist."
375
  msgstr "Error. No fue posible eliminar el producto de la Lista."
376
 
377
- #: ../class.yith-wcwl.php:377 ../yith-wcwl-ajax.php:37
378
- #: ../templates/wishlist.php:161
379
  msgid "No products were added to the wishlist"
380
  msgstr "Aun no has agregado nada."
381
 
382
- #: ../templates/wishlist.php:82
383
- msgid "Product Name"
384
- msgstr "Nombre del producto"
 
 
 
 
385
 
386
- #: ../templates/wishlist.php:83
387
- msgid "Unit Price"
388
- msgstr "Precio unitario"
 
 
389
 
390
- #: ../templates/wishlist.php:84
391
- msgid "Stock Status"
392
- msgstr "Estado del inventario"
 
 
 
 
393
 
394
- #: ../templates/wishlist.php:107
395
- msgid "Remove this product"
396
- msgstr "Remover este producto"
 
 
397
 
398
- #: ../templates/wishlist.php:127
399
- msgid "Free!"
400
- msgstr "Gratis!"
 
 
401
 
402
- #: ../templates/wishlist.php:140
403
- msgid "Out of Stock"
404
- msgstr "Agotado"
 
 
 
 
405
 
406
- #: ../templates/wishlist.php:143
407
- msgid "In Stock"
408
- msgstr "Disponilbe."
 
 
409
 
410
- #: ../yit-common/yith-panel.php:406
411
- msgid "Select a date"
412
- msgstr "Selecciona una fecha"
 
 
413
 
414
- #: ../yit-common/yith-panel.php:407
415
- msgid "Hours"
416
- msgstr "Horas"
 
 
417
 
418
- #: ../yit-common/yith-panel.php:408 ../yit-common/yith-panel.php:409
419
- msgid "Minutes"
420
- msgstr "Minutos"
 
421
 
422
- #: ../yit-common/yith-panel.php:417
423
- msgid "Upload"
424
- msgstr "Subir"
 
425
 
426
- #: ../yit-common/yith-panel.php:444
427
- msgid "px"
428
  msgstr ""
429
 
430
- #: ../yit-common/yith-panel.php:445
431
- msgid "em"
432
  msgstr ""
433
 
434
- #: ../yit-common/yith-panel.php:446
435
- msgid "pt"
436
  msgstr ""
437
 
438
- #: ../yit-common/yith-panel.php:447
439
- msgid "rem"
440
  msgstr ""
441
 
442
- #: ../yit-common/yith-panel.php:457
443
- msgid "Select a font family"
444
- msgstr "Selecciona una familia de fuentes"
445
 
446
- #: ../yit-common/yith-panel.php:465
447
- msgid "Regular"
448
  msgstr ""
449
 
450
- #: ../yit-common/yith-panel.php:466
451
- msgid "Bold"
452
- msgstr "Negrita"
453
 
454
- #: ../yit-common/yith-panel.php:467
455
- msgid "Extra bold"
456
- msgstr "Negrita extra"
457
 
458
- #: ../yit-common/yith-panel.php:468
459
- msgid "Italic"
460
  msgstr ""
461
 
462
- #: ../yit-common/yith-panel.php:469
463
- msgid "Italic bold"
 
 
 
 
 
464
  msgstr ""
465
 
466
- #: ../yit-common/yith-panel.php:481
467
- msgid "Click to preview"
468
- msgstr "Click para previsualizar"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WCWL\n"
4
+ "POT-Creation-Date: 2015-02-12 13:14+0100\n"
5
+ "PO-Revision-Date: 2015-02-12 13:14+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"
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:177
30
+ #: ../includes/class.yith-wcwl-admin-init.php:1054
31
+ #: ../includes/class.yith-wcwl-admin-init.php:1055
32
+ #: ../includes/class.yith-wcwl-install.php:240
33
+ msgid "Wishlist"
34
+ msgstr "Lista de deseos"
35
 
36
+ #: ../includes/class.yith-wcwl-admin-init.php:179
37
+ #: ../includes/class.yith-wcwl-admin-init.php:277
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 "Ajustes"
44
 
45
+ #: ../includes/class.yith-wcwl-admin-init.php:180
46
+ #: ../includes/class.yith-wcwl-admin-init.php:244
47
  msgid "Colors"
48
  msgstr "Colores"
49
 
50
+ #: ../includes/class.yith-wcwl-admin-init.php:181
51
+ #: ../includes/class.yith-wcwl-admin-init.php:281
52
+ msgid "Premium Version"
53
+ msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
54
 
55
+ #: ../includes/class.yith-wcwl-admin-init.php:305
56
+ msgid ""
57
+ "WARNING: This plugin requires at least WooCommerce 2.2! Plase, use this link "
58
+ "to update it."
59
+ msgstr ""
60
 
61
+ #: ../includes/class.yith-wcwl-admin-init.php:308
62
+ msgid "WARNING: This plugin requires at least WooCommerce 2.2!"
63
+ msgstr ""
64
 
65
+ #: ../includes/class.yith-wcwl-admin-init.php:313
66
+ msgid "Plugin Documentation"
67
+ msgstr ""
68
 
69
+ #: ../includes/class.yith-wcwl-admin-init.php:329
70
+ msgid "Wishlist Page"
71
+ msgstr "Página de la Lista de Deseos"
72
 
73
+ #: ../includes/class.yith-wcwl-admin-init.php:330
74
+ msgid "Page contents: [yith_wcwl_wishlist]"
75
+ msgstr ""
76
 
77
+ #: ../includes/class.yith-wcwl-admin-init.php:596
78
+ msgid "Upgrade to the PREMIUM VERSION"
79
+ msgstr ""
80
 
81
+ #: ../includes/class.yith-wcwl-admin-init.php:599
82
+ msgid "YITH WooCommerce Wishlist"
83
+ msgstr ""
84
 
85
+ #: ../includes/class.yith-wcwl-admin-init.php:600
86
+ msgid "Discover the Advanced Features"
87
+ msgstr ""
88
 
89
+ #: ../includes/class.yith-wcwl-admin-init.php:601
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:608
96
+ msgid "Get Support and Pro Features"
97
+ msgstr ""
98
 
99
+ #: ../includes/class.yith-wcwl-admin-init.php:609
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:619
107
+ msgid "General Settings"
108
+ msgstr "Ajustes Generales"
109
+
110
+ #: ../includes/class.yith-wcwl-admin-init.php:626
111
  msgid "Enable YITH Wishlist"
112
  msgstr "Activar la Lista de deseos de YITH"
113
 
114
+ #: ../includes/class.yith-wcwl-admin-init.php:627
115
  #, fuzzy, php-format
116
  msgid ""
117
  "Enable all plugin features. <strong>Be sure to select a voice in the "
123
  "Páginas.</strong>Por favor lea la <a href=\"%s\" target=\"_blank"
124
  "\">documentación</a>. del plugin"
125
 
126
+ #: ../includes/class.yith-wcwl-admin-init.php:634
127
+ #, fuzzy
128
+ msgid "Default wishlist title"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
129
  msgstr "Título de la Lista de deseos"
130
 
131
+ #: ../includes/class.yith-wcwl-admin-init.php:636
132
+ #: ../includes/class.yith-wcwl-admin-init.php:637
133
+ #: ../includes/class.yith-wcwl-admin-init.php:854
134
+ #: ../includes/class.yith-wcwl-admin-init.php:855
135
  #, php-format
136
  msgid "My wishlist on %s"
137
  msgstr "My Lista de deseos en %s"
138
 
139
+ #: ../includes/class.yith-wcwl-admin-init.php:645
140
  msgid "Position"
141
  msgstr "Posición"
142
 
143
+ #: ../includes/class.yith-wcwl-admin-init.php:646
144
  msgid ""
145
  "On variable products you can add it only After \"Add to Cart\" or use the "
146
  "shortcode [yith_wcwl_add_to_wishlist]."
148
  "En productos variables puedes agregarlos solo despues de \"Agregar al "
149
  "Carrito\" o usar el shortcode [yith_wcwl_add_to_wishlist]."
150
 
151
+ #: ../includes/class.yith-wcwl-admin-init.php:652
152
  msgid "After \"Add to cart\""
153
  msgstr "Despued de \"Agregar al Carrito\""
154
 
155
+ #: ../includes/class.yith-wcwl-admin-init.php:653
156
  msgid "After thumbnails"
157
  msgstr "Despues de las miniaturas"
158
 
159
+ #: ../includes/class.yith-wcwl-admin-init.php:654
160
  msgid "After summary"
161
  msgstr "Despues del Resumen"
162
 
163
+ #: ../includes/class.yith-wcwl-admin-init.php:655
164
  msgid "Use shortcode"
165
  msgstr "Usar shortcode"
166
 
167
+ #: ../includes/class.yith-wcwl-admin-init.php:660
168
  msgid "Redirect to cart"
169
  msgstr "Redirreccionar al Carrito"
170
 
171
+ #: ../includes/class.yith-wcwl-admin-init.php:661
172
  msgid ""
173
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
174
  "page."
176
  "Redireccionar a la página del Carrito si el boton de \"Agregar al Carrito\" "
177
  "es presionado en la página de la Lista de deseos."
178
 
179
+ #: ../includes/class.yith-wcwl-admin-init.php:668
180
  msgid "Remove if added to the cart"
181
  msgstr "Remover si es agregado al Carrito."
182
 
183
+ #: ../includes/class.yith-wcwl-admin-init.php:669
184
  msgid "Remove the product from the wishlist if is been added to the cart."
185
  msgstr ""
186
  "Remover el producto de la Lista de deseos si ha sido agregado al Carrito."
187
 
188
+ #: ../includes/class.yith-wcwl-admin-init.php:676
189
  msgid "\"Add to Wishlist\" text"
190
  msgstr "Testo de \"Agregar al Carrito\""
191
 
192
+ #: ../includes/class.yith-wcwl-admin-init.php:678
193
+ #: ../includes/class.yith-wcwl-admin-init.php:679
194
  msgid "Add to Wishlist"
195
  msgstr "Agregar a la Lista de deseos"
196
 
197
+ #: ../includes/class.yith-wcwl-admin-init.php:684
198
  msgid "\"Add to Cart\" text"
199
  msgstr "Texto de \"Agregar del Carrito\""
200
 
201
+ #: ../includes/class.yith-wcwl-admin-init.php:686
202
+ #: ../includes/class.yith-wcwl-admin-init.php:687
203
  msgid "Add to Cart"
204
  msgstr "Agregar al Carrito"
205
 
206
+ #: ../includes/class.yith-wcwl-admin-init.php:692
207
  msgid "Show Unit price"
208
  msgstr "Mostrar Precio unitario"
209
 
210
+ #: ../includes/class.yith-wcwl-admin-init.php:693
211
+ msgid "Show unit price for each product in wishlist"
212
+ msgstr ""
213
+
214
+ #: ../includes/class.yith-wcwl-admin-init.php:701
215
  msgid "Show \"Add to Cart\" button"
216
  msgstr "Mostar el boton de \"Agregar al Carrito\" "
217
 
218
+ #: ../includes/class.yith-wcwl-admin-init.php:702
219
+ #, fuzzy
220
+ msgid "Show \"Add to cart\" button for each product in wishlist"
221
+ msgstr "\"Agregar al Carrito\" fondo del boton"
222
+
223
+ #: ../includes/class.yith-wcwl-admin-init.php:710
224
  msgid "Show Stock status"
225
  msgstr "Mostar el estado del inventario"
226
 
227
+ #: ../includes/class.yith-wcwl-admin-init.php:711
228
+ msgid ""
229
+ "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
230
+ msgstr ""
231
+
232
+ #: ../includes/class.yith-wcwl-admin-init.php:734
233
+ msgid "Styles"
234
+ msgstr "Estilos"
235
+
236
+ #: ../includes/class.yith-wcwl-admin-init.php:741
237
  msgid "Use buttons"
238
  msgstr "Usar botones"
239
 
240
+ #: ../includes/class.yith-wcwl-admin-init.php:742
241
  msgid "Use buttons instead of a simple anchors."
242
  msgstr "Usar botones en lugar de un simple elnaces"
243
 
244
+ #: ../includes/class.yith-wcwl-admin-init.php:749
245
  msgid "Custom CSS"
246
  msgstr "Css personalizado"
247
 
248
+ #: ../includes/class.yith-wcwl-admin-init.php:757
249
  msgid "Use theme style"
250
  msgstr "Usar estilo del tema"
251
 
252
+ #: ../includes/class.yith-wcwl-admin-init.php:758
253
  msgid "Use the theme style."
254
  msgstr "Usar el estilo del tema"
255
 
256
+ #: ../includes/class.yith-wcwl-admin-init.php:765
257
+ #, fuzzy
258
+ msgid "Button rounded corners"
259
  msgstr "Bordes redondeados para los botones"
260
 
261
+ #: ../includes/class.yith-wcwl-admin-init.php:766
262
  msgid "Make buttons corner rounded"
263
  msgstr "Redondear los bordes de los botones"
264
 
265
+ #: ../includes/class.yith-wcwl-admin-init.php:773
266
  msgid "\"Add to Wishlist\" icon"
267
  msgstr "Icono de \"Agregar a la Lista de deseos\""
268
 
269
+ #: ../includes/class.yith-wcwl-admin-init.php:774
270
  msgid "Add an icon to the \"Add to Wishlist\" button"
271
  msgstr "Agregar un icono para el boton de \"Agregar a la Lista de deseos\""
272
 
273
+ #: ../includes/class.yith-wcwl-admin-init.php:785
274
  msgid "\"Add to Cart\" icon"
275
  msgstr "Icono de \"Agregar al carrito\""
276
 
277
+ #: ../includes/class.yith-wcwl-admin-init.php:786
278
  msgid "Add an icon to the \"Add to Cart\" button"
279
  msgstr "Agregar un icono para el boton de \"Agregar al Carrito\""
280
 
281
+ #: ../includes/class.yith-wcwl-admin-init.php:805
282
+ msgid "Socials &amp; Share"
283
+ msgstr "Compartir"
284
+
285
+ #: ../includes/class.yith-wcwl-admin-init.php:812
286
  msgid "Share on Facebook"
287
  msgstr "Compartir en Facebook"
288
 
289
+ #: ../includes/class.yith-wcwl-admin-init.php:813
290
+ #: ../includes/class.yith-wcwl-admin-init.php:837
291
+ #, fuzzy
292
+ msgid "Show \"Share on Facebook\" button"
293
+ msgstr "Compartir en Facebook"
294
+
295
+ #: ../includes/class.yith-wcwl-admin-init.php:820
296
  msgid "Tweet on Twitter"
297
  msgstr "Tweet en Twitter"
298
 
299
+ #: ../includes/class.yith-wcwl-admin-init.php:821
300
+ #, fuzzy
301
+ msgid "Show \"Tweet on Twitter\" button"
302
+ msgstr "Tweet en Twitter"
303
+
304
+ #: ../includes/class.yith-wcwl-admin-init.php:828
305
  msgid "Pin on Pinterest"
306
  msgstr "Pin en Pinterest"
307
 
308
+ #: ../includes/class.yith-wcwl-admin-init.php:829
309
+ #, fuzzy
310
+ msgid "Show \"Pin on Pinterest\" button"
311
+ msgstr "Pin en Pinterest"
312
+
313
+ #: ../includes/class.yith-wcwl-admin-init.php:836
314
  msgid "Share on Google+"
315
  msgstr "Compartir en Google+"
316
 
317
+ #: ../includes/class.yith-wcwl-admin-init.php:844
318
  msgid "Share by Email"
319
  msgstr ""
320
 
321
+ #: ../includes/class.yith-wcwl-admin-init.php:845
322
+ #, fuzzy
323
+ msgid "Show \"Share by Email\" button"
324
+ msgstr "Mostar el boton de \"Agregar al Carrito\" "
325
+
326
+ #: ../includes/class.yith-wcwl-admin-init.php:852
327
+ #, fuzzy
328
+ msgid "Social title"
329
  msgstr "Tiítulo de Redes sociales"
330
 
331
+ #: ../includes/class.yith-wcwl-admin-init.php:860
332
+ #, fuzzy
333
+ msgid "Social text"
334
  msgstr "Texto de redes sociales"
335
 
336
+ #: ../includes/class.yith-wcwl-admin-init.php:861
337
  msgid ""
338
  "Will be used by Facebook, Twitter and Pinterest. Use <strong>%wishlist_url%</"
339
  "strong> where you want the URL of your wishlist to appear."
341
  "Será usado por Facebook, Twitter y Pinterest. Usa <strong>%wishlist_url%</"
342
  "strong> donde quieras que la URL de tu Lista de deseos aparesca."
343
 
344
+ #: ../includes/class.yith-wcwl-admin-init.php:869
345
+ #, fuzzy
346
+ msgid "Social image URL"
347
  msgstr "URL de la imágen de las redes Sociales."
348
 
349
+ #: ../includes/class.yith-wcwl-admin-init.php:905
350
+ #, fuzzy
351
+ msgid "\"Add to wishlist\" button"
352
+ msgstr "\"Agregar a Lista de deseos\" texto del boton"
353
+
354
+ #: ../includes/class.yith-wcwl-admin-init.php:908
355
+ #: ../includes/class.yith-wcwl-admin-init.php:926
356
+ #: ../includes/class.yith-wcwl-admin-init.php:944
357
+ #: ../includes/class.yith-wcwl-admin-init.php:962
358
+ #: ../includes/class.yith-wcwl-admin-init.php:980
359
+ msgid "Background"
360
+ msgstr ""
361
+
362
+ #: ../includes/class.yith-wcwl-admin-init.php:909
363
+ #: ../includes/class.yith-wcwl-admin-init.php:927
364
+ #: ../includes/class.yith-wcwl-admin-init.php:945
365
+ #: ../includes/class.yith-wcwl-admin-init.php:963
366
+ #: ../includes/class.yith-wcwl-admin-init.php:981
367
+ msgid "Text"
368
+ msgstr ""
369
+
370
+ #: ../includes/class.yith-wcwl-admin-init.php:910
371
+ #: ../includes/class.yith-wcwl-admin-init.php:928
372
+ #: ../includes/class.yith-wcwl-admin-init.php:946
373
+ #: ../includes/class.yith-wcwl-admin-init.php:964
374
+ #: ../includes/class.yith-wcwl-admin-init.php:982
375
+ msgid "Border"
376
+ msgstr ""
377
+
378
+ #: ../includes/class.yith-wcwl-admin-init.php:917
379
+ #: ../includes/class.yith-wcwl-admin-init.php:935
380
+ #: ../includes/class.yith-wcwl-admin-init.php:953
381
+ #: ../includes/class.yith-wcwl-admin-init.php:971
382
+ msgid "Background (hover)"
383
+ msgstr ""
384
+
385
+ #: ../includes/class.yith-wcwl-admin-init.php:918
386
+ #: ../includes/class.yith-wcwl-admin-init.php:936
387
+ #: ../includes/class.yith-wcwl-admin-init.php:954
388
+ #: ../includes/class.yith-wcwl-admin-init.php:972
389
+ msgid "Text (hover)"
390
+ msgstr ""
391
+
392
+ #: ../includes/class.yith-wcwl-admin-init.php:919
393
+ #: ../includes/class.yith-wcwl-admin-init.php:937
394
+ #: ../includes/class.yith-wcwl-admin-init.php:955
395
+ #: ../includes/class.yith-wcwl-admin-init.php:973
396
+ msgid "Border (hover)"
397
+ msgstr ""
398
+
399
+ #: ../includes/class.yith-wcwl-admin-init.php:923
400
+ #, fuzzy
401
+ msgid "\"Add to Cart\" button"
402
+ msgstr "\"Agregar al Carrito\" texto del boton"
403
+
404
+ #: ../includes/class.yith-wcwl-admin-init.php:941
405
+ msgid "\"Style 1\" button"
406
+ msgstr ""
407
+
408
+ #: ../includes/class.yith-wcwl-admin-init.php:959
409
+ msgid "\"Style 2\" button"
410
+ msgstr ""
411
+
412
+ #: ../includes/class.yith-wcwl-admin-init.php:977
413
+ #, fuzzy
414
+ msgid "Wishlist table"
415
+ msgstr "Título de la Lista de deseos"
416
+
417
+ #: ../includes/class.yith-wcwl-admin-init.php:986
418
+ msgid "Headers"
419
+ msgstr ""
420
+
421
+ #: ../includes/class.yith-wcwl-admin-init.php:989
422
+ msgid "Background color"
423
+ msgstr ""
424
+
425
+ #: ../includes/class.yith-wcwl-admin-init.php:1116
426
+ #, fuzzy
427
+ msgid "Wishlist Activated"
428
+ msgstr "Título de la Lista de deseos"
429
+
430
+ #: ../includes/class.yith-wcwl-admin-init.php:1117
431
+ #, php-format
432
+ msgid ""
433
+ "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
434
+ "can access to all the settings of our plugins that you have activated. "
435
+ "Wishlist is available in an outstanding PREMIUM version with many new "
436
+ "options, <a href=\"%s\">discover it now</a>."
437
+ msgstr ""
438
+
439
+ #: ../includes/class.yith-wcwl-admin-init.php:1128
440
+ #, fuzzy
441
+ msgid "Wishlist Updated"
442
+ msgstr "Página de la Lista de Deseos"
443
+
444
+ #: ../includes/class.yith-wcwl-admin-init.php:1129
445
+ #, php-format
446
+ msgid ""
447
+ "From now on, you can find all the options of Wishlist under YIT Plugin -> "
448
+ "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
449
+ "version. When one of our plugins updates, a new voice will be added to this "
450
+ "menu. Wishlist renovates with new available options, <a href=\"%s\">discover "
451
+ "the PREMIUM version.</a>"
452
+ msgstr ""
453
+
454
+ #: ../includes/class.yith-wcwl-init.php:341
455
+ msgid ""
456
+ "We are sorry,but this feature is available only if cookies on your browser "
457
+ "are enabled."
458
+ msgstr ""
459
+
460
+ #: ../includes/class.yith-wcwl-install.php:239
461
  msgid "wishlist"
462
  msgstr "Lista de deseos"
463
 
464
+ #: ../includes/class.yith-wcwl-shortcode.php:225
465
+ #: ../includes/class.yith-wcwl-ui.php:161
466
+ msgid "Share on:"
467
+ msgstr "Compartir en:"
468
+
469
+ #: ../includes/class.yith-wcwl-ui.php:81 ../includes/class.yith-wcwl.php:1143
470
+ #: ../templates/add-to-wishlist.php:21
471
  msgid "Product added!"
472
  msgstr "¡Producto agregado!"
473
 
474
+ #: ../includes/class.yith-wcwl-ui.php:81 ../includes/class.yith-wcwl-ui.php:82
475
+ #: ../templates/add-to-wishlist.php:23 ../templates/add-to-wishlist.php:30
476
  msgid "Browse Wishlist"
477
  msgstr "Ir a la Lista de deseos"
478
 
479
+ #: ../includes/class.yith-wcwl-ui.php:82 ../templates/add-to-wishlist.php:28
480
  msgid "The product is already in the wishlist!"
481
  msgstr "El producto ya se encuentra en la Lista de deseos!"
482
 
483
+ #: ../includes/class.yith-wcwl-ui.php:116
484
+ #: ../includes/class.yith-wcwl-ui.php:200
485
  msgid "Select options"
486
  msgstr "Opciones de selección."
487
 
488
+ #: ../includes/class.yith-wcwl-ui.php:165 ../templates/share.php:16
 
 
 
 
489
  msgid "Facebook"
490
  msgstr ""
491
 
492
+ #: ../includes/class.yith-wcwl-ui.php:168 ../templates/share.php:22
493
  msgid "Twitter"
494
  msgstr ""
495
 
496
+ #: ../includes/class.yith-wcwl-ui.php:177
497
  msgid "email"
498
  msgstr ""
499
 
500
+ #: ../includes/class.yith-wcwl.php:192 ../includes/class.yith-wcwl.php:276
501
  msgid "Error occurred while adding product to wishlist."
502
  msgstr "Ocurrió un erro mientras se agregaba el producto a la Lista"
503
 
504
+ #: ../includes/class.yith-wcwl.php:291
505
+ msgid "Remove now does not require any param"
506
+ msgstr ""
507
+
508
+ #: ../includes/class.yith-wcwl.php:325
509
  msgid "Error occurred while removing product from wishlist"
510
  msgstr "Ocurrió un erro mientras se eliminaba el producto a la Lista"
511
 
512
+ #: ../includes/class.yith-wcwl.php:603
513
+ msgid "You need to log in before creating a new wishlist"
514
+ msgstr ""
515
+
516
+ #: ../includes/class.yith-wcwl.php:1146
517
  msgid "Product already in the wishlist."
518
  msgstr "El producto ya está en la Lista"
519
 
520
+ #: ../includes/class.yith-wcwl.php:1178
521
  msgid "Product successfully removed."
522
  msgstr "Producto exitosamente eliminado"
523
 
524
+ #: ../includes/class.yith-wcwl.php:1182
525
  msgid "Error. Unable to remove the product from the wishlist."
526
  msgstr "Error. No fue posible eliminar el producto de la Lista."
527
 
528
+ #: ../includes/class.yith-wcwl.php:1186 ../templates/wishlist-view.php:165
 
529
  msgid "No products were added to the wishlist"
530
  msgstr "Aun no has agregado nada."
531
 
532
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:460
533
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:574
534
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:719
535
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1632
536
+ #, php-format
537
+ msgid "Add %s"
538
+ msgstr ""
539
 
540
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:461
541
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:575
542
+ #, php-format
543
+ msgid "Add New %s"
544
+ msgstr ""
545
 
546
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:462
547
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:576
548
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1267
549
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1304
550
+ #, php-format
551
+ msgid "Edit %s"
552
+ msgstr ""
553
 
554
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:463
555
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:577
556
+ #, php-format
557
+ msgid "New %s"
558
+ msgstr ""
559
 
560
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:464
561
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:578
562
+ #, php-format
563
+ msgid "All %s"
564
+ msgstr ""
565
 
566
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:465
567
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:579
568
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1251
569
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1305
570
+ #, php-format
571
+ msgid "View %s"
572
+ msgstr ""
573
 
574
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:466
575
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:580
576
+ #, php-format
577
+ msgid "Search %s"
578
+ msgstr ""
579
 
580
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:467
581
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:581
582
+ #, php-format
583
+ msgid "No %s found"
584
+ msgstr ""
585
 
586
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:468
587
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:582
588
+ #, php-format
589
+ msgid "No %s found in Trash"
590
+ msgstr ""
591
 
592
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:625
593
+ #, php-format
594
+ msgid "%s Categories"
595
+ msgstr ""
596
 
597
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:626
598
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:635
599
+ msgid "Category"
600
+ msgstr ""
601
 
602
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:627
603
+ msgid "Search Categories"
604
  msgstr ""
605
 
606
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:628
607
+ msgid "All Categories"
608
  msgstr ""
609
 
610
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:629
611
+ msgid "Parent Category"
612
  msgstr ""
613
 
614
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:630
615
+ msgid "Parent Category:"
616
  msgstr ""
617
 
618
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:631
619
+ msgid "Edit Category"
620
+ msgstr ""
621
 
622
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:632
623
+ msgid "Update Category"
624
  msgstr ""
625
 
626
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:633
627
+ msgid "Add New Category"
628
+ msgstr ""
629
 
630
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:634
631
+ msgid "New Category Name"
632
+ msgstr ""
633
 
634
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:724
635
+ msgid "Categories"
636
  msgstr ""
637
 
638
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1042
639
+ #, fuzzy, php-format
640
+ msgid "%s Settings"
641
+ msgstr "Ajustes"
642
+
643
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1051
644
+ msgid "Type"
645
  msgstr ""
646
 
647
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1052
648
+ msgid "The layout for this "
649
+ msgstr ""
650
+
651
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1058
652
+ msgid "Rewrite"
653
+ msgstr ""
654
+
655
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1059
656
+ msgid "The word used for the URL of each project (the slug of post if empty)"
657
+ msgstr ""
658
+
659
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1064
660
+ msgid "Label Singular"
661
+ msgstr ""
662
+
663
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1065
664
+ msgid ""
665
+ "Set the label in singular to use for each label (the title of portfolio if "
666
+ "empty)"
667
+ msgstr ""
668
+
669
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1070
670
+ msgid "Label Plural"
671
+ msgstr ""
672
+
673
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1071
674
+ msgid ""
675
+ "Set the label in plural to use for each label (the title of portfolio if "
676
+ "empty)"
677
+ msgstr ""
678
+
679
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1076
680
+ msgid "Taxonomy"
681
+ msgstr ""
682
+
683
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1077
684
+ msgid ""
685
+ "If you want to use a category section for the portfolio, set the name of "
686
+ "taxonomy. Name should be in slug form (must not contain capital letters or "
687
+ "spaces) and not more than 32 characters long (database structure "
688
+ "restriction)."
689
+ msgstr ""
690
+
691
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1082
692
+ msgid "Taxonomy Rewrite"
693
+ msgstr ""
694
+
695
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1083
696
+ msgid "Set the word to use in the URL for each category page."
697
+ msgstr ""
698
+
699
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1088
700
+ msgid "Single layout"
701
+ msgstr ""
702
+
703
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1089
704
+ msgid "The layout for single page of this portfolio"
705
+ msgstr ""
706
+
707
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1130
708
+ #, fuzzy
709
+ msgid "layout settings"
710
+ msgstr "Ajustes"
711
+
712
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1222
713
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1235
714
+ msgid "Quick links"
715
+ msgstr ""
716
+
717
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1475
718
+ #, php-format
719
+ msgid "Show the frontend of the %s"
720
+ msgstr ""
721
+
722
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1482
723
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:46
724
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:90
725
+ msgid "Name"
726
+ msgstr ""
727
+
728
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1631
729
+ #, php-format
730
+ msgid "Add %s by images"
731
+ msgstr ""
732
+
733
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1633
734
+ msgid "Add with multiupload"
735
+ msgstr ""
736
+
737
+ #: ../plugin-fw/lib/yit-plugin-panel-wc.php:303
738
+ msgid "The changes you made will be lost if you navigate away from this page."
739
+ msgstr ""
740
+
741
+ #: ../plugin-fw/lib/yit-plugin-panel.php:61
742
+ #, fuzzy
743
+ msgid "Plugin Settings"
744
+ msgstr "Ajustes"
745
+
746
+ #: ../plugin-fw/lib/yit-plugin-panel.php:92
747
+ #: ../plugin-fw/lib/yit-plugin-subpanel.php:101
748
+ msgid "YIT Plugins"
749
+ msgstr ""
750
+
751
+ #: ../plugin-fw/lib/yit-plugin-panel.php:271
752
+ #: ../plugin-fw/lib/yit-plugin-subpanel.php:142
753
+ #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:5
754
+ msgid "Save Changes"
755
+ msgstr ""
756
+
757
+ #: ../plugin-fw/lib/yit-plugin-panel.php:274
758
+ #: ../plugin-fw/lib/yit-plugin-subpanel.php:145
759
+ #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:8
760
+ msgid ""
761
+ "If you continue with this action, you will reset all options are in this "
762
+ "page."
763
+ msgstr ""
764
+
765
+ #: ../plugin-fw/lib/yit-plugin-panel.php:276
766
+ #: ../plugin-fw/lib/yit-plugin-subpanel.php:147
767
+ #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
768
+ msgid "Reset Defaults"
769
+ msgstr ""
770
+
771
+ #: ../plugin-fw/lib/yit-plugin-panel.php:276
772
+ #: ../plugin-fw/lib/yit-plugin-subpanel.php:147
773
+ #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
774
+ msgid "Are you sure of it?"
775
+ msgstr ""
776
+
777
+ #: ../plugin-fw/lib/yit-plugin-panel.php:410
778
+ msgid ""
779
+ "The element you have written is already exists. Please, add another name."
780
+ msgstr ""
781
+
782
+ #: ../plugin-fw/lib/yit-plugin-panel.php:411
783
+ #, fuzzy
784
+ msgid "Settings saved"
785
+ msgstr "Ajustes"
786
+
787
+ #: ../plugin-fw/lib/yit-plugin-panel.php:412
788
+ #, fuzzy
789
+ msgid "Settings reset"
790
+ msgstr "Ajustes"
791
+
792
+ #: ../plugin-fw/lib/yit-plugin-panel.php:413
793
+ msgid "Element deleted correctly."
794
+ msgstr ""
795
+
796
+ #: ../plugin-fw/lib/yit-plugin-panel.php:414
797
+ #: ../plugin-fw/lib/yit-plugin-panel.php:415
798
+ msgid "Element updated correctly."
799
+ msgstr ""
800
+
801
+ #: ../plugin-fw/lib/yit-plugin-panel.php:416
802
+ msgid "Database imported correctly."
803
+ msgstr ""
804
+
805
+ #: ../plugin-fw/lib/yit-plugin-panel.php:417
806
+ msgid "An error encoured during during import. Please try again."
807
+ msgstr ""
808
+
809
+ #: ../plugin-fw/lib/yit-plugin-panel.php:418
810
+ msgid "The file you have insert doesn't valid."
811
+ msgstr ""
812
+
813
+ #: ../plugin-fw/lib/yit-plugin-panel.php:419
814
+ msgid "I'm sorry, the import featured is disabled."
815
+ msgstr ""
816
+
817
+ #: ../plugin-fw/lib/yit-plugin-panel.php:420
818
+ msgid "Sorting done correctly."
819
+ msgstr ""
820
+
821
+ #: ../plugin-fw/lib/yit-pointers.php:70
822
+ msgid "Plugins Activated"
823
+ msgstr ""
824
+
825
+ #: ../plugin-fw/lib/yit-pointers.php:71
826
+ msgid ""
827
+ "From now on, you can find all the options of your plugins under the YIT "
828
+ "Plugin menu voice.\n"
829
+ " For every installation of our new "
830
+ "plugins, a new voice will be added to access to the customization settings."
831
+ msgstr ""
832
+
833
+ #: ../plugin-fw/lib/yit-pointers.php:73 ../plugin-fw/lib/yit-pointers.php:89
834
+ msgid "Discover all our plugins available on:"
835
+ msgstr ""
836
+
837
+ #: ../plugin-fw/lib/yit-pointers.php:74 ../plugin-fw/lib/yit-pointers.php:90
838
+ msgid "and"
839
+ msgstr ""
840
+
841
+ #: ../plugin-fw/lib/yit-pointers.php:84
842
+ msgid "Plugins Upgraded"
843
+ msgstr ""
844
+
845
+ #: ../plugin-fw/lib/yit-pointers.php:85
846
+ msgid ""
847
+ "From now on, you can find all the options of your plugins under the YIT "
848
+ "Plugin menu voice.\n"
849
+ " When one of our plugins updates, a new "
850
+ "voice will be added to this menu.\n"
851
+ " For example, after the update, the "
852
+ "options from the plugins (YITH WooCommerce Wishlist, YITH WooCommerce Ajax "
853
+ "Search, etc.)\n"
854
+ " will be removed from the previous "
855
+ "location and moved under the YIT Plugin tab."
856
+ msgstr ""
857
+
858
+ #: ../plugin-fw/lib/yit-upgrade.php:119
859
+ msgid "There is a new version of %plugin_name% available."
860
+ msgstr ""
861
+
862
+ #: ../plugin-fw/lib/yit-upgrade.php:120
863
+ msgid "View version %latest% details."
864
+ msgstr ""
865
+
866
+ #: ../plugin-fw/lib/yit-upgrade.php:121
867
+ msgid "Automatic update is unavailable for this plugin,"
868
+ msgstr ""
869
+
870
+ #: ../plugin-fw/lib/yit-upgrade.php:122
871
+ msgid ""
872
+ "please <a href=\"%activate_link%\"> activate </a> your copy of %plugin_name%."
873
+ msgstr ""
874
+
875
+ #: ../plugin-fw/lib/yit-upgrade.php:123
876
+ msgid "Update now."
877
+ msgstr ""
878
+
879
+ #: ../plugin-fw/lib/yit-upgrade.php:226
880
+ msgid "Yithemes Repository"
881
+ msgstr ""
882
+
883
+ #: ../plugin-fw/lib/yit-upgrade.php:260
884
+ msgid "Invalid URL Provided."
885
+ msgstr ""
886
+
887
+ #: ../plugin-fw/lib/yit-upgrade.php:273
888
+ msgid "Could not create Temporary file."
889
+ msgstr ""
890
+
891
+ #: ../plugin-fw/lib/yit-upgrade.php:414
892
+ #, php-format
893
+ msgid ""
894
+ "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
895
+ "yit-changelog-button\" title=\"%3$s\">View version %4$s details</a>."
896
+ msgstr ""
897
+
898
+ #: ../plugin-fw/lib/yit-upgrade.php:416
899
+ #, php-format
900
+ msgid ""
901
+ "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
902
+ "yit-changelog-button\" title=\"%3$s\">View version %4$s details</a>. <em>You "
903
+ "have to activate the plugin on a single site of the network to benefit from "
904
+ "the automatic updates.</em>"
905
+ msgstr ""
906
+
907
+ #: ../plugin-fw/lib/yit-upgrade.php:418
908
+ #, php-format
909
+ msgid ""
910
+ "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
911
+ "yit-changelog-button\" title=\"%3$s\">View version %4$s details</a>. "
912
+ "<em>Automatic update is unavailable for this plugin, please <a href=\"%5$s\" "
913
+ "title=\"Licence activation\">activate</a> your copy of %6s.</em>"
914
+ msgstr ""
915
+
916
+ #: ../plugin-fw/lib/yit-upgrade.php:420
917
+ #, php-format
918
+ msgid ""
919
+ "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
920
+ "yit-changelog-button\" title=\"%3$s\">View version %4$s details</a> or <a "
921
+ "href=\"%5$s\">update now</a>."
922
+ msgstr ""
923
+
924
+ #: ../plugin-fw/lib/yit-upgrade.php:493
925
+ msgid "You can't update plugins for this site."
926
+ msgstr ""
927
+
928
+ #: ../plugin-fw/lib/yit-upgrade.php:497
929
+ msgid "You do not have sufficient permissions to update plugins for this site."
930
+ msgstr ""
931
+
932
+ #: ../plugin-fw/lib/yit-upgrade.php:504
933
+ msgid "Update Plugin"
934
+ msgstr ""
935
+
936
+ #: ../plugin-fw/licence/lib/yit-licence.php:148
937
+ #, php-format
938
+ msgid "%field% field can not be empty"
939
+ msgstr ""
940
+
941
+ #: ../plugin-fw/licence/lib/yit-licence.php:149
942
+ msgid "%field_1% and %field_2% fields can not be empty"
943
+ msgstr ""
944
+
945
+ #: ../plugin-fw/licence/lib/yit-licence.php:150
946
+ msgid "Unable to contact the remote server, please try again later. Thanks!"
947
+ msgstr ""
948
+
949
+ #: ../plugin-fw/licence/lib/yit-licence.php:529
950
+ msgid "Invalid Request"
951
+ msgstr ""
952
+
953
+ #: ../plugin-fw/licence/lib/yit-licence.php:530
954
+ msgid "Invalid licence key"
955
+ msgstr ""
956
+
957
+ #: ../plugin-fw/licence/lib/yit-licence.php:531
958
+ msgid "Software has been deactive"
959
+ msgstr ""
960
+
961
+ #: ../plugin-fw/licence/lib/yit-licence.php:532
962
+ msgid "Exceeded maximum number of activations"
963
+ msgstr ""
964
+
965
+ #: ../plugin-fw/licence/lib/yit-licence.php:533
966
+ msgid "Invalid instance ID"
967
+ msgstr ""
968
+
969
+ #: ../plugin-fw/licence/lib/yit-licence.php:534
970
+ msgid "Invalid security key"
971
+ msgstr ""
972
+
973
+ #: ../plugin-fw/licence/lib/yit-licence.php:535
974
+ msgid "Licence key has expired"
975
+ msgstr ""
976
+
977
+ #: ../plugin-fw/licence/lib/yit-licence.php:536
978
+ msgid "Licence key has be banned"
979
+ msgstr ""
980
+
981
+ #: ../plugin-fw/licence/lib/yit-plugin-licence.php:63
982
+ #: ../plugin-fw/licence/lib/yit-plugin-licence.php:64
983
+ #: ../plugin-fw/licence/lib/yit-theme-licence.php:63
984
+ #: ../plugin-fw/licence/lib/yit-theme-licence.php:64
985
+ #: ../plugin-fw/licence/lib/yit-theme-licence.php:106
986
+ #: ../plugin-fw/licence/lib/yit-theme-licence.php:107
987
+ msgid "Licence Activation"
988
+ msgstr ""
989
+
990
+ #: ../plugin-fw/licence/lib/yit-theme-licence.php:114
991
+ #: ../plugin-fw/licence/lib/yit-theme-licence.php:115
992
+ #, php-format
993
+ msgid "%s"
994
+ msgstr ""
995
+
996
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:19
997
+ msgid "Yithemes Licence Activation"
998
+ msgstr ""
999
+
1000
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:23
1001
+ msgid ""
1002
+ "Have you updated your licenses? Have you asked for an extension? Update "
1003
+ "information concerning your products."
1004
+ msgstr ""
1005
+
1006
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:25
1007
+ msgid "Update licence information"
1008
+ msgstr ""
1009
+
1010
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:35
1011
+ msgid "To Active"
1012
+ msgstr ""
1013
+
1014
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:54
1015
+ msgid "Activate"
1016
+ msgstr ""
1017
+
1018
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:73
1019
+ msgid "Activated"
1020
+ msgstr ""
1021
+
1022
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:77
1023
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:109
1024
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:133
1025
+ #: ../templates/wishlist-view.php:56
1026
+ msgid "Product Name"
1027
+ msgstr "Nombre del producto"
1028
+
1029
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:78
1030
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:110
1031
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:134
1032
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:145
1033
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:337
1034
+ #: ../templates/share.php:40
1035
+ msgid "Email"
1036
+ msgstr ""
1037
+
1038
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:79
1039
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:111
1040
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:135
1041
+ msgid "Licence Key"
1042
+ msgstr ""
1043
+
1044
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:80
1045
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:136
1046
+ msgid "Expires"
1047
+ msgstr ""
1048
+
1049
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:81
1050
+ msgid "Remaining"
1051
+ msgstr ""
1052
+
1053
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:82
1054
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:95
1055
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:137
1056
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:147
1057
+ msgid "Renew"
1058
+ msgstr ""
1059
+
1060
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:93
1061
+ #, php-format
1062
+ msgid "%1s out of %2s"
1063
+ msgstr ""
1064
+
1065
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:105
1066
+ msgid "Banned"
1067
+ msgstr ""
1068
+
1069
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:129
1070
+ msgid "Expired"
1071
+ msgstr ""
1072
+
1073
+ #: ../plugin-fw/templates/metaboxes/types/ajax-products.php:23
1074
+ msgid "Search for a product"
1075
+ msgstr ""
1076
+
1077
+ #: ../plugin-fw/templates/metaboxes/types/categories.php:36
1078
+ msgid "No categories."
1079
+ msgstr ""
1080
+
1081
+ #: ../plugin-fw/templates/metaboxes/types/categories.php:42
1082
+ msgid "+ Add New Category"
1083
+ msgstr ""
1084
+
1085
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:5
1086
+ msgid "Text Input"
1087
+ msgstr ""
1088
+
1089
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:6
1090
+ msgid "Checkbox"
1091
+ msgstr ""
1092
+
1093
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:7
1094
+ #, fuzzy
1095
+ msgid "Select"
1096
+ msgstr "Selecciona una fecha"
1097
+
1098
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:8
1099
+ msgid "Textarea"
1100
+ msgstr ""
1101
+
1102
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:9
1103
+ msgid "Radio Input"
1104
+ msgstr ""
1105
+
1106
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:10
1107
+ msgid "Password Field"
1108
+ msgstr ""
1109
+
1110
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:11
1111
+ #, fuzzy
1112
+ msgid "File Upload"
1113
+ msgstr "Subir"
1114
+
1115
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:45
1116
+ msgid "Theme Icon"
1117
+ msgstr ""
1118
+
1119
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:46
1120
+ #, fuzzy
1121
+ msgid "Custom Icon"
1122
+ msgstr "Css personalizado"
1123
+
1124
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:47
1125
+ #: ../plugin-fw/templates/metaboxes/types/responsivesliders.php:24
1126
+ msgid "None"
1127
+ msgstr ""
1128
+
1129
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:57
1130
+ msgid "Add field"
1131
+ msgstr ""
1132
+
1133
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:66
1134
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:258
1135
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:37
1136
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:82
1137
+ msgid "Remove"
1138
+ msgstr ""
1139
+
1140
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:67
1141
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:259
1142
+ #, fuzzy
1143
+ msgid "Click to toggle"
1144
+ msgstr "Click para previsualizar"
1145
+
1146
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:74
1147
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:266
1148
+ msgid "Title Field"
1149
+ msgstr ""
1150
+
1151
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:78
1152
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:270
1153
+ msgid "Insert the title of field."
1154
+ msgstr ""
1155
+
1156
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:83
1157
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:275
1158
+ msgid "Data Name"
1159
+ msgstr ""
1160
+
1161
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:87
1162
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:279
1163
+ msgid ""
1164
+ "REQUIRED: The identification name of this field, that you can insert into "
1165
+ "body email configuration. <strong>Note:</strong>Use only lowercase "
1166
+ "characters and underscores."
1167
+ msgstr ""
1168
+
1169
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:92
1170
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:284
1171
+ msgid "Type field"
1172
+ msgstr ""
1173
+
1174
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:100
1175
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:292
1176
+ msgid "Select the type of this field."
1177
+ msgstr ""
1178
+
1179
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:105
1180
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:297
1181
+ msgid "Checked"
1182
+ msgstr ""
1183
+
1184
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:109
1185
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:301
1186
+ msgid "Select this if you want this field already checked."
1187
+ msgstr ""
1188
+
1189
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:114
1190
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:306
1191
+ #, fuzzy
1192
+ msgid "Add options "
1193
+ msgstr "Opciones de selección."
1194
+
1195
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:115
1196
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:307
1197
+ #, fuzzy
1198
+ msgid "Add option"
1199
+ msgstr "Icono de \"Agregar al carrito\""
1200
+
1201
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:118
1202
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:310
1203
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:432
1204
+ #, fuzzy
1205
+ msgid "Selected"
1206
+ msgstr "Selecciona una fecha"
1207
+
1208
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:121
1209
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:313
1210
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:432
1211
+ #, fuzzy
1212
+ msgid "Delete option"
1213
+ msgstr "Opciones de selección."
1214
+
1215
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:127
1216
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:319
1217
+ msgid "Message Error"
1218
+ msgstr ""
1219
+
1220
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:131
1221
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:323
1222
+ msgid "Insert the error message for validation."
1223
+ msgstr ""
1224
+
1225
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:136
1226
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:328
1227
+ msgid "Required"
1228
+ msgstr ""
1229
+
1230
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:140
1231
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:332
1232
+ msgid "Select this if it must be required."
1233
+ msgstr ""
1234
+
1235
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:149
1236
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:341
1237
+ msgid "Select this if it must be a valid email."
1238
+ msgstr ""
1239
+
1240
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:154
1241
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:346
1242
+ msgid "Reply To"
1243
+ msgstr ""
1244
+
1245
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:158
1246
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:350
1247
+ msgid "Select this if it's the email where you can reply."
1248
+ msgstr ""
1249
+
1250
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:163
1251
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:355
1252
+ msgid "Class"
1253
+ msgstr ""
1254
+
1255
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:167
1256
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:359
1257
+ msgid ""
1258
+ "Insert an additional class(es) (separateb by comma) for more personalization."
1259
+ msgstr ""
1260
+
1261
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:172
1262
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:364
1263
+ msgid "Icon"
1264
+ msgstr ""
1265
+
1266
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:200
1267
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:388
1268
+ #: ../plugin-fw/templates/metaboxes/types/icon-list.php:69
1269
+ #: ../plugin-fw/templates/metaboxes/types/select-icon.php:33
1270
+ #: ../plugin-fw/templates/metaboxes/types/upload.php:21
1271
+ #: ../plugin-fw/templates/panel/types/upload.php:31
1272
+ #: ../plugin-fw/templates/panel/woocommerce/woocommerce-upload.php:35
1273
+ #: ../yit-common/yith-panel.php:417
1274
+ msgid "Upload"
1275
+ msgstr "Subir"
1276
+
1277
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:206
1278
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:394
1279
+ #: ../plugin-fw/templates/metaboxes/types/icon-list.php:75
1280
+ #: ../plugin-fw/templates/metaboxes/types/select-icon.php:39
1281
+ msgid "Image preview"
1282
+ msgstr ""
1283
+
1284
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:214
1285
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:402
1286
+ msgid "Insert an icon for more personalization."
1287
+ msgstr ""
1288
+
1289
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:219
1290
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:406
1291
+ msgid "Width"
1292
+ msgstr ""
1293
+
1294
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:244
1295
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:418
1296
+ msgid "Choose how much long will be the field."
1297
+ msgstr ""
1298
+
1299
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:28
1300
+ msgid "Close all"
1301
+ msgstr ""
1302
+
1303
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:28
1304
+ msgid "Expand all"
1305
+ msgstr ""
1306
+
1307
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:52
1308
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:95
1309
+ msgid "Value"
1310
+ msgstr ""
1311
+
1312
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:53
1313
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:96
1314
+ msgid "The content of the tab. (HTML is supported)"
1315
+ msgstr ""
1316
+
1317
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:65
1318
+ msgid "Add custom product tab"
1319
+ msgstr ""
1320
+
1321
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:107
1322
+ msgid "Do you want to remove the custom tab?"
1323
+ msgstr ""
1324
+
1325
+ #: ../plugin-fw/templates/metaboxes/types/icon-list.php:89
1326
+ #, php-format
1327
+ msgid "(Default: %s <img src=\"%s\"/>)"
1328
+ msgstr ""
1329
+
1330
+ #: ../plugin-fw/templates/metaboxes/types/icon-list.php:91
1331
+ #, php-format
1332
+ msgid "(Default: <i %s></i> )"
1333
+ msgstr ""
1334
+
1335
+ #: ../plugin-fw/templates/metaboxes/types/image-gallery.php:35
1336
+ #: ../plugin-fw/templates/metaboxes/types/image-gallery.php:40
1337
+ #: ../plugin-fw/templates/metaboxes/types/images.php:33
1338
+ #: ../plugin-fw/templates/metaboxes/types/images.php:59
1339
+ msgid "Delete image"
1340
+ msgstr ""
1341
+
1342
+ #: ../plugin-fw/templates/metaboxes/types/image-gallery.php:40
1343
+ msgid "Add Images to Gallery"
1344
+ msgstr ""
1345
+
1346
+ #: ../plugin-fw/templates/metaboxes/types/image-gallery.php:40
1347
+ #, fuzzy
1348
+ msgid "Add to gallery"
1349
+ msgstr "Agregar al Carrito"
1350
+
1351
+ #: ../plugin-fw/templates/metaboxes/types/image-gallery.php:40
1352
+ msgid "Add images"
1353
+ msgstr ""
1354
+
1355
+ #: ../plugin-fw/templates/metaboxes/types/image-gallery.php:40
1356
+ msgid "Delete"
1357
+ msgstr ""
1358
+
1359
+ #: ../plugin-fw/templates/metaboxes/types/images.php:37
1360
+ msgid "Upload new images"
1361
+ msgstr ""
1362
+
1363
+ #: ../plugin-fw/templates/metaboxes/types/images.php:70
1364
+ msgid "Are you sure you want to remove this image?"
1365
+ msgstr ""
1366
+
1367
+ #: ../plugin-fw/templates/metaboxes/types/sidebar-layout.php:25
1368
+ #: ../plugin-fw/templates/metaboxes/types/sidebars.php:36
1369
+ msgid "Left sidebar"
1370
+ msgstr ""
1371
+
1372
+ #: ../plugin-fw/templates/metaboxes/types/sidebar-layout.php:28
1373
+ #: ../plugin-fw/templates/metaboxes/types/sidebars.php:42
1374
+ #: ../plugin-fw/templates/metaboxes/types/sidebars.php:45
1375
+ msgid "No sidebar"
1376
+ msgstr ""
1377
+
1378
+ #: ../plugin-fw/templates/metaboxes/types/sidebar-layout.php:28
1379
+ msgid "No sideabr"
1380
+ msgstr ""
1381
+
1382
+ #: ../plugin-fw/templates/metaboxes/types/sidebar-layout.php:31
1383
+ #: ../plugin-fw/templates/metaboxes/types/sidebars.php:39
1384
+ msgid "Right sidebar"
1385
+ msgstr ""
1386
+
1387
+ #: ../plugin-fw/templates/metaboxes/types/sidebar-layout.php:34
1388
+ #: ../plugin-fw/templates/metaboxes/types/sidebars.php:53
1389
+ #: ../plugin-fw/templates/metaboxes/types/sidebars.php:64
1390
+ msgid "Choose a sidebar"
1391
+ msgstr ""
1392
+
1393
+ #: ../plugin-fw/templates/metaboxes/types/sidebars.php:51
1394
+ msgid "Sidebar Left"
1395
+ msgstr ""
1396
+
1397
+ #: ../plugin-fw/templates/metaboxes/types/sidebars.php:62
1398
+ msgid "Sidebar Right"
1399
+ msgstr ""
1400
+
1401
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:42
1402
+ #: ../yit-common/yith-panel.php:444
1403
+ msgid "px"
1404
+ msgstr ""
1405
+
1406
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:43
1407
+ #: ../yit-common/yith-panel.php:445
1408
+ msgid "em"
1409
+ msgstr ""
1410
+
1411
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:44
1412
+ #: ../yit-common/yith-panel.php:446
1413
+ msgid "pt"
1414
+ msgstr ""
1415
+
1416
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:45
1417
+ #: ../yit-common/yith-panel.php:447
1418
+ msgid "rem"
1419
+ msgstr ""
1420
+
1421
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:59
1422
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:153
1423
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:217
1424
+ msgid "Web fonts"
1425
+ msgstr ""
1426
+
1427
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:71
1428
+ msgid "Google fonts"
1429
+ msgstr ""
1430
+
1431
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:96
1432
+ #: ../yit-common/yith-panel.php:465
1433
+ msgid "Regular"
1434
+ msgstr ""
1435
+
1436
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:97
1437
+ #: ../yit-common/yith-panel.php:466
1438
+ msgid "Bold"
1439
+ msgstr "Negrita"
1440
+
1441
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:98
1442
+ #: ../yit-common/yith-panel.php:467
1443
+ msgid "Extra bold"
1444
+ msgstr "Negrita extra"
1445
+
1446
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:99
1447
+ #: ../yit-common/yith-panel.php:468
1448
+ msgid "Italic"
1449
+ msgstr ""
1450
+
1451
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:100
1452
+ #: ../yit-common/yith-panel.php:469
1453
+ msgid "Italic bold"
1454
+ msgstr ""
1455
+
1456
+ #: ../templates/share.php:28
1457
+ #, fuzzy
1458
+ msgid "Pinterest"
1459
+ msgstr "Pin en Pinterest"
1460
+
1461
+ #: ../templates/share.php:34
1462
+ msgid "Google Plus"
1463
+ msgstr ""
1464
+
1465
+ #: ../templates/wishlist-view.php:23
1466
+ #, fuzzy
1467
+ msgid "Edit title"
1468
+ msgstr "Título de la Lista de deseos"
1469
+
1470
+ #: ../templates/wishlist-view.php:32
1471
+ msgid "Save"
1472
+ msgstr ""
1473
+
1474
+ #: ../templates/wishlist-view.php:36
1475
+ msgid "Cancel"
1476
+ msgstr ""
1477
+
1478
+ #: ../templates/wishlist-view.php:62
1479
+ msgid "Unit Price"
1480
+ msgstr "Precio unitario"
1481
+
1482
+ #: ../templates/wishlist-view.php:70
1483
+ msgid "Stock Status"
1484
+ msgstr "Estado del inventario"
1485
+
1486
+ #: ../templates/wishlist-view.php:93
1487
+ msgid "Remove this product"
1488
+ msgstr "Remover este producto"
1489
+
1490
+ #: ../templates/wishlist-view.php:122
1491
+ msgid "Free!"
1492
+ msgstr "Gratis!"
1493
+
1494
+ #: ../templates/wishlist-view.php:136
1495
+ msgid "Out of Stock"
1496
+ msgstr "Agotado"
1497
+
1498
+ #: ../templates/wishlist-view.php:139
1499
+ msgid "In Stock"
1500
+ msgstr "Disponilbe."
1501
+
1502
+ #: ../templates/wishlist-view.php:191
1503
+ msgid "Ask an estimate of costs"
1504
+ msgstr ""
1505
+
1506
+ #: ../yit-common/yith-panel.php:406
1507
+ msgid "Select a date"
1508
+ msgstr "Selecciona una fecha"
1509
+
1510
+ #: ../yit-common/yith-panel.php:407
1511
+ msgid "Hours"
1512
+ msgstr "Horas"
1513
+
1514
+ #: ../yit-common/yith-panel.php:408 ../yit-common/yith-panel.php:409
1515
+ msgid "Minutes"
1516
+ msgstr "Minutos"
1517
+
1518
+ #: ../yit-common/yith-panel.php:457
1519
+ msgid "Select a font family"
1520
+ msgstr "Selecciona una familia de fuentes"
1521
+
1522
+ #: ../yit-common/yith-panel.php:481
1523
+ msgid "Click to preview"
1524
+ msgstr "Click para previsualizar"
1525
+
1526
+ #~ msgid "Cannot add to the cart as product is Out of Stock!"
1527
+ #~ msgstr "No se ha podido agregar, el producto no cuenta con existencias."
1528
+
1529
+ #~ msgid "\"Add to Wishlist\" button background"
1530
+ #~ msgstr "\"Agregar a Lista de deseos\" Color de fondo del boton"
1531
+
1532
+ #~ msgid "\"Add to Wishlist\" button border"
1533
+ #~ msgstr "\"Agregar a Lista de deseos\" borde del boton"
1534
+
1535
+ #~ msgid "\"Add to Wishlist\" button background (hover)"
1536
+ #~ msgstr "\"Agregar a Lista de deseos\" fondo del boton (hover)"
1537
+
1538
+ #~ msgid "\"Add to Wishlist\" button text (hover)"
1539
+ #~ msgstr "\"Agregar a Lista de deseos\" texto del boton (hover)"
1540
+
1541
+ #~ msgid "\"Add to Wishlist\" button border (hover)"
1542
+ #~ msgstr "\"Agregar a Lista de deseos\" borde del boton (hover)"
1543
+
1544
+ #~ msgid "\"Add to Cart\" button border"
1545
+ #~ msgstr "\"Agregar al Carrito\" borde del boton"
1546
+
1547
+ #~ msgid "\"Add to Cart\" button background (hover)"
1548
+ #~ msgstr "\"Agregar al Carrito\" fondo del boton"
1549
+
1550
+ #~ msgid "\"Add to Cart\" button text (hover)"
1551
+ #~ msgstr "\"Agregar al Carrito\" texto del boton (hover)"
1552
+
1553
+ #~ msgid "\"Add to Cart\" button border (hover)"
1554
+ #~ msgstr "\"Agregar al Carrito\" borde del boton(hover)"
1555
+
1556
+ #~ msgid "Wishlist table background"
1557
+ #~ msgstr "\"Agregar al Carrito\" texto del boton"
1558
+
1559
+ #~ msgid "Wishlist table text"
1560
+ #~ msgstr "Texto de la tabla de la Lista de deseos"
1561
+
1562
+ #~ msgid "Wishlist table border"
1563
+ #~ msgstr "Borde de la tabla de la Lista de deseos"
1564
+
1565
+ #~ msgid "Docs"
1566
+ #~ msgstr "Documentación"
1567
+
1568
+ #~ msgid "Use cookies"
1569
+ #~ msgstr "Usar cookies"
1570
+
1571
+ #~ msgid ""
1572
+ #~ "Use cookies instead of sessions. With this feature, the wishlist will be "
1573
+ #~ "available for each not logged user for 30 days. Use the filter "
1574
+ #~ "yith_wcwl_cookie_expiration_time to change the expiration time ( needs "
1575
+ #~ "timestamp )."
1576
+ #~ msgstr ""
1577
+ #~ "Usar cookies en lugar de sesiones.Con esta característica, la Lista de "
1578
+ #~ "deseos estará disponible para cualquier usuario no logeado, por 30 dias. "
1579
+ #~ "Use el filtro yith_wcwl_cookie_expiration_time para cambiar el tiempo de "
1580
+ #~ "expiración (se necesita usar timestamp)."
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: 2014-09-16 16:16+0100\n"
6
- "PO-Revision-Date: 2014-09-16 16:16+0100\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
@@ -18,111 +18,104 @@ msgstr ""
18
  "X-Generator: Poedit 1.5.5\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
- #: class.yith-wcwl-init.php:114 class.yith-wcwl-install.php:137
22
- msgid "Wishlist"
23
- msgstr "Wishlist"
24
-
25
- #: class.yith-wcwl-init.php:365
26
- msgid "Cannot add to the cart as product is Out of Stock!"
27
- msgstr "Impossible d'ajouter au panier : ce produit n'est plus en stock."
28
 
29
- #: class.yith-wcwl-init.php:430 class.yith-wcwl-init.php:859
30
- msgid "General Settings"
31
- msgstr "Paramètres généraux"
 
 
32
 
33
- #: class.yith-wcwl-init.php:431 class.yith-wcwl-init.php:965
34
- msgid "Styles"
35
- msgstr "Styles"
 
 
 
36
 
37
- #: class.yith-wcwl-init.php:432 class.yith-wcwl-init.php:1028
38
- msgid "Socials &amp; Share"
39
- msgstr "Partage"
 
 
 
 
 
40
 
41
- #: class.yith-wcwl-init.php:453
 
42
  msgid "Colors"
43
  msgstr "Couleurs"
44
 
45
- #: class.yith-wcwl-init.php:483
46
- msgid "\"Add to Wishlist\" button background"
47
- msgstr "Fond du bouton \"Ajouter à la Wishlist\""
48
-
49
- #: class.yith-wcwl-init.php:484
50
- msgid "\"Add to Wishlist\" button text"
51
- msgstr "Texte du bouton \"Ajouter à la Wishlist\""
52
-
53
- #: class.yith-wcwl-init.php:485
54
- msgid "\"Add to Wishlist\" button border"
55
- msgstr "Bordure du bouton \"Ajouter à la Wishlist\""
56
-
57
- #: class.yith-wcwl-init.php:491
58
- msgid "\"Add to Wishlist\" button background (hover)"
59
- msgstr "Fond du bouton \"Ajouter à la Wishlist\" (survol)"
60
-
61
- #: class.yith-wcwl-init.php:492
62
- msgid "\"Add to Wishlist\" button text (hover)"
63
- msgstr "Texte du bouton \"Ajouter à la Wishlist\" (survol)"
64
-
65
- #: class.yith-wcwl-init.php:493
66
- msgid "\"Add to Wishlist\" button border (hover)"
67
- msgstr "Bordure du bouton \"Ajouter à la Wishlist\" (survol)"
68
-
69
- #: class.yith-wcwl-init.php:498
70
- msgid "\"Add to Cart\" button background"
71
- msgstr "Fond du bouton \"Ajouter au panier\""
72
 
73
- #: class.yith-wcwl-init.php:499
74
- msgid "\"Add to Cart\" button text"
75
- msgstr "Texte du bouton \"Ajouter au panier\""
 
 
76
 
77
- #: class.yith-wcwl-init.php:500
78
- msgid "\"Add to Cart\" button border"
79
- msgstr "Bordure du bouton \"Ajouter au panier\""
80
 
81
- #: class.yith-wcwl-init.php:506
82
- msgid "\"Add to Cart\" button background (hover)"
83
- msgstr "Fond du bouton \"Ajouter au panier\" (survol)"
84
 
85
- #: class.yith-wcwl-init.php:507
86
- msgid "\"Add to Cart\" button text (hover)"
87
- msgstr "Texte du bouton \"Ajouter au panier\" (survol)"
88
 
89
- #: class.yith-wcwl-init.php:508
90
- msgid "\"Add to Cart\" button border (hover)"
91
- msgstr "Bordure du bouton \"Ajouter au panier\" (hover)"
92
 
93
- #: class.yith-wcwl-init.php:513
94
- msgid "Wishlist table background"
95
- msgstr "Fond du tableau de la Wishlist"
96
 
97
- #: class.yith-wcwl-init.php:514
98
- msgid "Wishlist table text"
99
- msgstr "Texte du tableau de la Wishlist"
100
 
101
- #: class.yith-wcwl-init.php:515
102
- msgid "Wishlist table border"
103
- msgstr "Bordure du tableau de la Wishlist"
104
 
105
- #: class.yith-wcwl-init.php:575
106
- msgid "Settings"
107
- msgstr "Paramètres"
 
 
108
 
109
- #: class.yith-wcwl-init.php:576
110
- msgid "Docs"
111
- msgstr "Documentation"
112
 
113
- #: class.yith-wcwl-init.php:592
114
- msgid "Wishlist Page"
115
- msgstr "Page Wishlist"
 
 
 
116
 
117
- #: class.yith-wcwl-init.php:593
118
- msgid "Page contents: [yith_wcwl_wishlist]"
119
- msgstr "Contenu de la page : [yith_wcwl_wishlist]"
120
 
121
- #: class.yith-wcwl-init.php:862
122
  msgid "Enable YITH Wishlist"
123
  msgstr "Activer YITH Wishlist"
124
 
125
- #: class.yith-wcwl-init.php:863
126
  #, fuzzy, php-format
127
  msgid ""
128
  "Enable all plugin features. <strong>Be sure to select a voice in the "
@@ -134,37 +127,24 @@ msgstr ""
134
  "strong> Egalement, prenez le temps de lire la <a href=\"%s\" target=\"_blank"
135
  "\">documentation</a>."
136
 
137
- #: class.yith-wcwl-init.php:870
138
- msgid "Use cookies"
139
- msgstr "Utiliser des cookies"
140
-
141
- #: class.yith-wcwl-init.php:871
142
- msgid ""
143
- "Use cookies instead of sessions. With this feature, the wishlist will be "
144
- "available for each not logged user for 30 days. Use the filter "
145
- "yith_wcwl_cookie_expiration_time to change the expiration time ( needs "
146
- "timestamp )."
147
- msgstr ""
148
- "Utiliser des cookies à la place des sessions. Avec cette fonctionnalité, la "
149
- "wishlist restera disponible pour les utilisateurs non logués durant 30 "
150
- "jours. Utilisez le filtre yith_wcwl_cookie_expiration_time pour changer la "
151
- "durée de validité (requiert un timestamp)"
152
-
153
- #: class.yith-wcwl-init.php:878
154
- msgid "Wishlist title"
155
  msgstr "Titre de la Wishlist"
156
 
157
- #: class.yith-wcwl-init.php:880 class.yith-wcwl-init.php:881
158
- #: class.yith-wcwl-init.php:1068 class.yith-wcwl-init.php:1069
 
 
159
  #, php-format
160
  msgid "My wishlist on %s"
161
  msgstr "Ma wishlist sur %s"
162
 
163
- #: class.yith-wcwl-init.php:890
164
  msgid "Position"
165
  msgstr "Position"
166
 
167
- #: class.yith-wcwl-init.php:891
168
  msgid ""
169
  "On variable products you can add it only After \"Add to Cart\" or use the "
170
  "shortcode [yith_wcwl_add_to_wishlist]."
@@ -172,27 +152,27 @@ msgstr ""
172
  "Pour les produits variables, vous pouver seulement l'ajouter après \"Ajouter "
173
  "au panier\" ou en utilisant le shortcode [yith_wcwl_add_to_wishlist]."
174
 
175
- #: class.yith-wcwl-init.php:897
176
  msgid "After \"Add to cart\""
177
  msgstr "Après \"Ajouter au panier\""
178
 
179
- #: class.yith-wcwl-init.php:898
180
  msgid "After thumbnails"
181
  msgstr "Après les images"
182
 
183
- #: class.yith-wcwl-init.php:899
184
  msgid "After summary"
185
  msgstr "Après le résumé"
186
 
187
- #: class.yith-wcwl-init.php:900
188
  msgid "Use shortcode"
189
  msgstr "Utiliser le shortcode"
190
 
191
- #: class.yith-wcwl-init.php:905
192
  msgid "Redirect to cart"
193
  msgstr "Rediriger vers le panier"
194
 
195
- #: class.yith-wcwl-init.php:906
196
  msgid ""
197
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
198
  "page."
@@ -200,115 +180,163 @@ msgstr ""
200
  "Rediriger vers le panier si on clique sur le bouton \"Ajouter au panier\" "
201
  "sur la page Wishlist."
202
 
203
- #: class.yith-wcwl-init.php:913
204
  msgid "Remove if added to the cart"
205
  msgstr "Supprimer si ajouté au panier"
206
 
207
- #: class.yith-wcwl-init.php:914
208
  msgid "Remove the product from the wishlist if is been added to the cart."
209
  msgstr "Supprimer le produit de la wishlist s'il a été ajouté au panier."
210
 
211
- #: class.yith-wcwl-init.php:921
212
  msgid "\"Add to Wishlist\" text"
213
  msgstr "Texte \"Ajouter à la wishlist\""
214
 
215
- #: class.yith-wcwl-init.php:923 class.yith-wcwl-init.php:924
 
216
  msgid "Add to Wishlist"
217
  msgstr "Ajouter à la wishlist"
218
 
219
- #: class.yith-wcwl-init.php:929
220
  msgid "\"Add to Cart\" text"
221
  msgstr "Texte \"Ajouter au panier\""
222
 
223
- #: class.yith-wcwl-init.php:931 class.yith-wcwl-init.php:932
 
224
  msgid "Add to Cart"
225
  msgstr "Ajouter au panier"
226
 
227
- #: class.yith-wcwl-init.php:937
228
  msgid "Show Unit price"
229
  msgstr "Voir le prix unitaire"
230
 
231
- #: class.yith-wcwl-init.php:945
 
 
 
 
232
  msgid "Show \"Add to Cart\" button"
233
  msgstr "Voir le bouton \"Ajouter au panier\""
234
 
235
- #: class.yith-wcwl-init.php:953
 
 
 
 
 
236
  msgid "Show Stock status"
237
  msgstr "Voir le statut du stock"
238
 
239
- #: class.yith-wcwl-init.php:968
 
 
 
 
 
 
 
 
 
240
  msgid "Use buttons"
241
  msgstr "Utiliser des boutons"
242
 
243
- #: class.yith-wcwl-init.php:969
244
  msgid "Use buttons instead of a simple anchors."
245
  msgstr "Utiliser des boutons à la place de simples liens"
246
 
247
- #: class.yith-wcwl-init.php:976
248
  msgid "Custom CSS"
249
  msgstr "CSS personnalisée"
250
 
251
- #: class.yith-wcwl-init.php:984
252
  msgid "Use theme style"
253
  msgstr "Utiliser le style du thème"
254
 
255
- #: class.yith-wcwl-init.php:985
256
  msgid "Use the theme style."
257
  msgstr "Utiliser le style du thème?"
258
 
259
- #: class.yith-wcwl-init.php:992
260
- msgid "Buttons rounded corners"
 
261
  msgstr "Boutons avec des coins arrondis"
262
 
263
- #: class.yith-wcwl-init.php:993
264
  msgid "Make buttons corner rounded"
265
  msgstr "Arrondir les coins des boutons"
266
 
267
- #: class.yith-wcwl-init.php:1000
268
  msgid "\"Add to Wishlist\" icon"
269
  msgstr "Icône \"Ajouter à la wishlist\""
270
 
271
- #: class.yith-wcwl-init.php:1001
272
  msgid "Add an icon to the \"Add to Wishlist\" button"
273
  msgstr "Ajouter une icône au bouton \"Ajouter à la wishlist\""
274
 
275
- #: class.yith-wcwl-init.php:1012
276
  msgid "\"Add to Cart\" icon"
277
  msgstr "Icône \"Ajouter au panier\""
278
 
279
- #: class.yith-wcwl-init.php:1013
280
  msgid "Add an icon to the \"Add to Cart\" button"
281
  msgstr "Ajouter une icône au bouton \"Ajouter au panier\""
282
 
283
- #: class.yith-wcwl-init.php:1031
 
 
 
 
284
  msgid "Share on Facebook"
285
  msgstr "Partager sur Facebook"
286
 
287
- #: class.yith-wcwl-init.php:1038
 
 
 
 
 
 
288
  msgid "Tweet on Twitter"
289
  msgstr "Partager sur Twitter"
290
 
291
- #: class.yith-wcwl-init.php:1045
 
 
 
 
 
292
  msgid "Pin on Pinterest"
293
  msgstr "Partager sur Pinterest"
294
 
295
- #: class.yith-wcwl-init.php:1052
 
 
 
 
 
296
  msgid "Share on Google+"
297
  msgstr "Partager sur Google+"
298
 
299
- #: class.yith-wcwl-init.php:1059
300
  msgid "Share by Email"
301
  msgstr ""
302
 
303
- #: class.yith-wcwl-init.php:1066
304
- msgid "Socials title"
 
 
 
 
 
 
305
  msgstr "Titre pour les réseaux sociaux"
306
 
307
- #: class.yith-wcwl-init.php:1074
308
- msgid "Socials text"
 
309
  msgstr "Texte pour les réseaux sociaux"
310
 
311
- #: class.yith-wcwl-init.php:1075
312
  msgid ""
313
  "Will be used by Facebook, Twitter and Pinterest. Use <strong>%wishlist_url%</"
314
  "strong> where you want the URL of your wishlist to appear."
@@ -317,159 +345,1249 @@ msgstr ""
317
  "%wishlist_url%</strong> à l'endroit où vous voulez faire apparaitre le lien "
318
  "vers votre wishlist."
319
 
320
- #: class.yith-wcwl-init.php:1083
321
- msgid "Socials image URL"
 
322
  msgstr "URL de l'image pour les réseaux sociaux"
323
 
324
- #: class.yith-wcwl-install.php:136
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
325
  msgctxt "page_slug"
326
  msgid "wishlist"
327
  msgstr "wishlist"
328
 
329
- #: class.yith-wcwl-ui.php:67 class.yith-wcwl.php:351 yith-wcwl-ajax.php:47
 
 
 
 
 
 
330
  msgid "Product added!"
331
  msgstr "Produit ajouté !"
332
 
333
- #: class.yith-wcwl-ui.php:67 class.yith-wcwl-ui.php:68
 
334
  msgid "Browse Wishlist"
335
  msgstr "Parcourir la wishlist"
336
 
337
- #: class.yith-wcwl-ui.php:68
338
  msgid "The product is already in the wishlist!"
339
  msgstr "Ce produit est dans votre wishlist"
340
 
341
- #: class.yith-wcwl-ui.php:100
342
  msgid "Select options"
343
  msgstr "Choisir les options"
344
 
345
- #: class.yith-wcwl-ui.php:145
346
- msgid "Share on:"
347
- msgstr "Partager sur :"
348
-
349
- #: class.yith-wcwl-ui.php:149
350
  msgid "Facebook"
351
  msgstr "Facebook"
352
 
353
- #: class.yith-wcwl-ui.php:152
354
  msgid "Twitter"
355
  msgstr "Twitter"
356
 
357
- #: class.yith-wcwl-ui.php:161
358
  msgid "email"
359
  msgstr ""
360
 
361
- #: class.yith-wcwl.php:140
362
  msgid "Error occurred while adding product to wishlist."
363
  msgstr "Une erreur est survenue lors de l'ajout du produit à la wishlist"
364
 
365
- #: class.yith-wcwl.php:162
 
 
 
 
366
  msgid "Error occurred while removing product from wishlist"
367
  msgstr ""
368
  "Une erreur est survenue lors de le suppression du produit de la wishlist"
369
 
370
- #: class.yith-wcwl.php:353 yith-wcwl-ajax.php:49
 
 
 
 
371
  msgid "Product already in the wishlist."
372
  msgstr "Ce produit est déjà dans votre wishlist"
373
 
374
- #: class.yith-wcwl.php:370 yith-wcwl-ajax.php:30
375
  msgid "Product successfully removed."
376
  msgstr "Le produit a bien été supprimé"
377
 
378
- #: class.yith-wcwl.php:373 yith-wcwl-ajax.php:33
379
  msgid "Error. Unable to remove the product from the wishlist."
380
  msgstr "Erreur : impossible de supprimer le produit de la wishlist"
381
 
382
- #: class.yith-wcwl.php:377 yith-wcwl-ajax.php:37 templates/wishlist.php:161
383
  msgid "No products were added to the wishlist"
384
  msgstr "Aucun produit dans votre wishlist"
385
 
386
- #: templates/wishlist.php:82
387
- msgid "Product Name"
388
- msgstr "Produit"
 
 
 
 
389
 
390
- #: templates/wishlist.php:83
391
- msgid "Unit Price"
392
- msgstr "Prix unitaire"
 
 
393
 
394
- #: templates/wishlist.php:84
395
- msgid "Stock Status"
396
- msgstr "Stock"
 
 
 
 
397
 
398
- #: templates/wishlist.php:107
399
- msgid "Remove this product"
400
- msgstr "Enlever ce produit"
 
 
401
 
402
- #: templates/wishlist.php:127
403
- msgid "Free!"
 
 
404
  msgstr ""
405
 
406
- #: templates/wishlist.php:140
407
- msgid "Out of Stock"
408
- msgstr "Epuisé"
 
 
 
 
409
 
410
- #: templates/wishlist.php:143
411
- msgid "In Stock"
412
- msgstr "En stock"
 
 
413
 
414
- #: yit-common/yith-panel.php:406
415
- msgid "Select a date"
416
- msgstr "Choisissez une date"
 
 
417
 
418
- #: yit-common/yith-panel.php:407
419
- msgid "Hours"
420
- msgstr "Heures"
 
 
421
 
422
- #: yit-common/yith-panel.php:408 yit-common/yith-panel.php:409
423
- msgid "Minutes"
424
- msgstr "Minutes"
 
 
425
 
426
- #: yit-common/yith-panel.php:417
427
- msgid "Upload"
428
- msgstr "Upload"
 
429
 
430
- #: yit-common/yith-panel.php:444
431
- msgid "px"
432
- msgstr "px"
433
 
434
- #: yit-common/yith-panel.php:445
435
- msgid "em"
436
- msgstr "em"
437
 
438
- #: yit-common/yith-panel.php:446
439
- msgid "pt"
440
- msgstr "pt"
441
 
442
- #: yit-common/yith-panel.php:447
443
- msgid "rem"
444
- msgstr "rem"
445
 
446
- #: yit-common/yith-panel.php:457
447
- msgid "Select a font family"
448
- msgstr "Choisissez une police"
449
 
450
- #: yit-common/yith-panel.php:465
451
- msgid "Regular"
452
- msgstr "Normal"
453
 
454
- #: yit-common/yith-panel.php:466
455
- msgid "Bold"
456
- msgstr "Gras"
457
 
458
- #: yit-common/yith-panel.php:467
459
- msgid "Extra bold"
460
- msgstr "Très gras"
461
 
462
- #: yit-common/yith-panel.php:468
463
- msgid "Italic"
464
- msgstr "Italique"
465
 
466
- #: yit-common/yith-panel.php:469
467
- msgid "Italic bold"
468
- msgstr "Gras italique"
469
 
470
- #: yit-common/yith-panel.php:481
471
- msgid "Click to preview"
472
- msgstr "Cliquez-ici pour pré-visualiser"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
473
 
474
  #~ msgid "View Cart &rarr;"
475
  #~ msgstr "Warenkorb ansehen"
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist v1.0.3\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-02-12 13:14+0100\n"
6
+ "PO-Revision-Date: 2015-02-12 13:14+0100\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
18
  "X-Generator: Poedit 1.5.5\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
+ #: init.php:128
22
+ msgid ""
23
+ "YITH WooCommerce Wishlist is enabled but not effective. It requires "
24
+ "Woocommerce in order to work."
25
+ msgstr ""
 
 
26
 
27
+ #: init.php:138
28
+ msgid ""
29
+ "You can't activate the free version of YITH WooCommerce Wishlist while you "
30
+ "are using the premium one."
31
+ msgstr ""
32
 
33
+ #: includes/class.yith-wcwl-admin-init.php:177
34
+ #: includes/class.yith-wcwl-admin-init.php:1054
35
+ #: includes/class.yith-wcwl-admin-init.php:1055
36
+ #: includes/class.yith-wcwl-install.php:240
37
+ msgid "Wishlist"
38
+ msgstr "Wishlist"
39
 
40
+ #: includes/class.yith-wcwl-admin-init.php:179
41
+ #: includes/class.yith-wcwl-admin-init.php:277
42
+ #: plugin-fw/lib/yit-cpt-unlimited.php:1048
43
+ #: plugin-fw/lib/yit-cpt-unlimited.php:1196
44
+ #: plugin-fw/lib/yit-cpt-unlimited.php:1202
45
+ #: plugin-fw/lib/yit-plugin-panel.php:62
46
+ msgid "Settings"
47
+ msgstr "Paramètres"
48
 
49
+ #: includes/class.yith-wcwl-admin-init.php:180
50
+ #: includes/class.yith-wcwl-admin-init.php:244
51
  msgid "Colors"
52
  msgstr "Couleurs"
53
 
54
+ #: includes/class.yith-wcwl-admin-init.php:181
55
+ #: includes/class.yith-wcwl-admin-init.php:281
56
+ msgid "Premium Version"
57
+ msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
58
 
59
+ #: includes/class.yith-wcwl-admin-init.php:305
60
+ msgid ""
61
+ "WARNING: This plugin requires at least WooCommerce 2.2! Plase, use this link "
62
+ "to update it."
63
+ msgstr ""
64
 
65
+ #: includes/class.yith-wcwl-admin-init.php:308
66
+ msgid "WARNING: This plugin requires at least WooCommerce 2.2!"
67
+ msgstr ""
68
 
69
+ #: includes/class.yith-wcwl-admin-init.php:313
70
+ msgid "Plugin Documentation"
71
+ msgstr ""
72
 
73
+ #: includes/class.yith-wcwl-admin-init.php:329
74
+ msgid "Wishlist Page"
75
+ msgstr "Page Wishlist"
76
 
77
+ #: includes/class.yith-wcwl-admin-init.php:330
78
+ msgid "Page contents: [yith_wcwl_wishlist]"
79
+ msgstr "Contenu de la page : [yith_wcwl_wishlist]"
80
 
81
+ #: includes/class.yith-wcwl-admin-init.php:596
82
+ msgid "Upgrade to the PREMIUM VERSION"
83
+ msgstr ""
84
 
85
+ #: includes/class.yith-wcwl-admin-init.php:599
86
+ msgid "YITH WooCommerce Wishlist"
87
+ msgstr ""
88
 
89
+ #: includes/class.yith-wcwl-admin-init.php:600
90
+ msgid "Discover the Advanced Features"
91
+ msgstr ""
92
 
93
+ #: includes/class.yith-wcwl-admin-init.php:601
94
+ msgid ""
95
+ "Upgrade to the PREMIUM VERSION\n"
96
+ "of YITH WOOCOMMERCE WISHLIST to benefit from all features!"
97
+ msgstr ""
98
 
99
+ #: includes/class.yith-wcwl-admin-init.php:608
100
+ msgid "Get Support and Pro Features"
101
+ msgstr ""
102
 
103
+ #: includes/class.yith-wcwl-admin-init.php:609
104
+ msgid ""
105
+ "By purchasing the premium version of the plugin, you will take advantage of "
106
+ "the advanced features of the product and you will get one year of free "
107
+ "updates and support through our platform available 24h/24."
108
+ msgstr ""
109
 
110
+ #: includes/class.yith-wcwl-admin-init.php:619
111
+ msgid "General Settings"
112
+ msgstr "Paramètres généraux"
113
 
114
+ #: includes/class.yith-wcwl-admin-init.php:626
115
  msgid "Enable YITH Wishlist"
116
  msgstr "Activer YITH Wishlist"
117
 
118
+ #: includes/class.yith-wcwl-admin-init.php:627
119
  #, fuzzy, php-format
120
  msgid ""
121
  "Enable all plugin features. <strong>Be sure to select a voice in the "
127
  "strong> Egalement, prenez le temps de lire la <a href=\"%s\" target=\"_blank"
128
  "\">documentation</a>."
129
 
130
+ #: includes/class.yith-wcwl-admin-init.php:634
131
+ #, fuzzy
132
+ msgid "Default wishlist title"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
133
  msgstr "Titre de la Wishlist"
134
 
135
+ #: includes/class.yith-wcwl-admin-init.php:636
136
+ #: includes/class.yith-wcwl-admin-init.php:637
137
+ #: includes/class.yith-wcwl-admin-init.php:854
138
+ #: includes/class.yith-wcwl-admin-init.php:855
139
  #, php-format
140
  msgid "My wishlist on %s"
141
  msgstr "Ma wishlist sur %s"
142
 
143
+ #: includes/class.yith-wcwl-admin-init.php:645
144
  msgid "Position"
145
  msgstr "Position"
146
 
147
+ #: includes/class.yith-wcwl-admin-init.php:646
148
  msgid ""
149
  "On variable products you can add it only After \"Add to Cart\" or use the "
150
  "shortcode [yith_wcwl_add_to_wishlist]."
152
  "Pour les produits variables, vous pouver seulement l'ajouter après \"Ajouter "
153
  "au panier\" ou en utilisant le shortcode [yith_wcwl_add_to_wishlist]."
154
 
155
+ #: includes/class.yith-wcwl-admin-init.php:652
156
  msgid "After \"Add to cart\""
157
  msgstr "Après \"Ajouter au panier\""
158
 
159
+ #: includes/class.yith-wcwl-admin-init.php:653
160
  msgid "After thumbnails"
161
  msgstr "Après les images"
162
 
163
+ #: includes/class.yith-wcwl-admin-init.php:654
164
  msgid "After summary"
165
  msgstr "Après le résumé"
166
 
167
+ #: includes/class.yith-wcwl-admin-init.php:655
168
  msgid "Use shortcode"
169
  msgstr "Utiliser le shortcode"
170
 
171
+ #: includes/class.yith-wcwl-admin-init.php:660
172
  msgid "Redirect to cart"
173
  msgstr "Rediriger vers le panier"
174
 
175
+ #: includes/class.yith-wcwl-admin-init.php:661
176
  msgid ""
177
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
178
  "page."
180
  "Rediriger vers le panier si on clique sur le bouton \"Ajouter au panier\" "
181
  "sur la page Wishlist."
182
 
183
+ #: includes/class.yith-wcwl-admin-init.php:668
184
  msgid "Remove if added to the cart"
185
  msgstr "Supprimer si ajouté au panier"
186
 
187
+ #: includes/class.yith-wcwl-admin-init.php:669
188
  msgid "Remove the product from the wishlist if is been added to the cart."
189
  msgstr "Supprimer le produit de la wishlist s'il a été ajouté au panier."
190
 
191
+ #: includes/class.yith-wcwl-admin-init.php:676
192
  msgid "\"Add to Wishlist\" text"
193
  msgstr "Texte \"Ajouter à la wishlist\""
194
 
195
+ #: includes/class.yith-wcwl-admin-init.php:678
196
+ #: includes/class.yith-wcwl-admin-init.php:679
197
  msgid "Add to Wishlist"
198
  msgstr "Ajouter à la wishlist"
199
 
200
+ #: includes/class.yith-wcwl-admin-init.php:684
201
  msgid "\"Add to Cart\" text"
202
  msgstr "Texte \"Ajouter au panier\""
203
 
204
+ #: includes/class.yith-wcwl-admin-init.php:686
205
+ #: includes/class.yith-wcwl-admin-init.php:687
206
  msgid "Add to Cart"
207
  msgstr "Ajouter au panier"
208
 
209
+ #: includes/class.yith-wcwl-admin-init.php:692
210
  msgid "Show Unit price"
211
  msgstr "Voir le prix unitaire"
212
 
213
+ #: includes/class.yith-wcwl-admin-init.php:693
214
+ msgid "Show unit price for each product in wishlist"
215
+ msgstr ""
216
+
217
+ #: includes/class.yith-wcwl-admin-init.php:701
218
  msgid "Show \"Add to Cart\" button"
219
  msgstr "Voir le bouton \"Ajouter au panier\""
220
 
221
+ #: includes/class.yith-wcwl-admin-init.php:702
222
+ #, fuzzy
223
+ msgid "Show \"Add to cart\" button for each product in wishlist"
224
+ msgstr "Fond du bouton \"Ajouter au panier\""
225
+
226
+ #: includes/class.yith-wcwl-admin-init.php:710
227
  msgid "Show Stock status"
228
  msgstr "Voir le statut du stock"
229
 
230
+ #: includes/class.yith-wcwl-admin-init.php:711
231
+ msgid ""
232
+ "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
233
+ msgstr ""
234
+
235
+ #: includes/class.yith-wcwl-admin-init.php:734
236
+ msgid "Styles"
237
+ msgstr "Styles"
238
+
239
+ #: includes/class.yith-wcwl-admin-init.php:741
240
  msgid "Use buttons"
241
  msgstr "Utiliser des boutons"
242
 
243
+ #: includes/class.yith-wcwl-admin-init.php:742
244
  msgid "Use buttons instead of a simple anchors."
245
  msgstr "Utiliser des boutons à la place de simples liens"
246
 
247
+ #: includes/class.yith-wcwl-admin-init.php:749
248
  msgid "Custom CSS"
249
  msgstr "CSS personnalisée"
250
 
251
+ #: includes/class.yith-wcwl-admin-init.php:757
252
  msgid "Use theme style"
253
  msgstr "Utiliser le style du thème"
254
 
255
+ #: includes/class.yith-wcwl-admin-init.php:758
256
  msgid "Use the theme style."
257
  msgstr "Utiliser le style du thème?"
258
 
259
+ #: includes/class.yith-wcwl-admin-init.php:765
260
+ #, fuzzy
261
+ msgid "Button rounded corners"
262
  msgstr "Boutons avec des coins arrondis"
263
 
264
+ #: includes/class.yith-wcwl-admin-init.php:766
265
  msgid "Make buttons corner rounded"
266
  msgstr "Arrondir les coins des boutons"
267
 
268
+ #: includes/class.yith-wcwl-admin-init.php:773
269
  msgid "\"Add to Wishlist\" icon"
270
  msgstr "Icône \"Ajouter à la wishlist\""
271
 
272
+ #: includes/class.yith-wcwl-admin-init.php:774
273
  msgid "Add an icon to the \"Add to Wishlist\" button"
274
  msgstr "Ajouter une icône au bouton \"Ajouter à la wishlist\""
275
 
276
+ #: includes/class.yith-wcwl-admin-init.php:785
277
  msgid "\"Add to Cart\" icon"
278
  msgstr "Icône \"Ajouter au panier\""
279
 
280
+ #: includes/class.yith-wcwl-admin-init.php:786
281
  msgid "Add an icon to the \"Add to Cart\" button"
282
  msgstr "Ajouter une icône au bouton \"Ajouter au panier\""
283
 
284
+ #: includes/class.yith-wcwl-admin-init.php:805
285
+ msgid "Socials &amp; Share"
286
+ msgstr "Partage"
287
+
288
+ #: includes/class.yith-wcwl-admin-init.php:812
289
  msgid "Share on Facebook"
290
  msgstr "Partager sur Facebook"
291
 
292
+ #: includes/class.yith-wcwl-admin-init.php:813
293
+ #: includes/class.yith-wcwl-admin-init.php:837
294
+ #, fuzzy
295
+ msgid "Show \"Share on Facebook\" button"
296
+ msgstr "Partager sur Facebook"
297
+
298
+ #: includes/class.yith-wcwl-admin-init.php:820
299
  msgid "Tweet on Twitter"
300
  msgstr "Partager sur Twitter"
301
 
302
+ #: includes/class.yith-wcwl-admin-init.php:821
303
+ #, fuzzy
304
+ msgid "Show \"Tweet on Twitter\" button"
305
+ msgstr "Partager sur Twitter"
306
+
307
+ #: includes/class.yith-wcwl-admin-init.php:828
308
  msgid "Pin on Pinterest"
309
  msgstr "Partager sur Pinterest"
310
 
311
+ #: includes/class.yith-wcwl-admin-init.php:829
312
+ #, fuzzy
313
+ msgid "Show \"Pin on Pinterest\" button"
314
+ msgstr "Partager sur Pinterest"
315
+
316
+ #: includes/class.yith-wcwl-admin-init.php:836
317
  msgid "Share on Google+"
318
  msgstr "Partager sur Google+"
319
 
320
+ #: includes/class.yith-wcwl-admin-init.php:844
321
  msgid "Share by Email"
322
  msgstr ""
323
 
324
+ #: includes/class.yith-wcwl-admin-init.php:845
325
+ #, fuzzy
326
+ msgid "Show \"Share by Email\" button"
327
+ msgstr "Voir le bouton \"Ajouter au panier\""
328
+
329
+ #: includes/class.yith-wcwl-admin-init.php:852
330
+ #, fuzzy
331
+ msgid "Social title"
332
  msgstr "Titre pour les réseaux sociaux"
333
 
334
+ #: includes/class.yith-wcwl-admin-init.php:860
335
+ #, fuzzy
336
+ msgid "Social text"
337
  msgstr "Texte pour les réseaux sociaux"
338
 
339
+ #: includes/class.yith-wcwl-admin-init.php:861
340
  msgid ""
341
  "Will be used by Facebook, Twitter and Pinterest. Use <strong>%wishlist_url%</"
342
  "strong> where you want the URL of your wishlist to appear."
345
  "%wishlist_url%</strong> à l'endroit où vous voulez faire apparaitre le lien "
346
  "vers votre wishlist."
347
 
348
+ #: includes/class.yith-wcwl-admin-init.php:869
349
+ #, fuzzy
350
+ msgid "Social image URL"
351
  msgstr "URL de l'image pour les réseaux sociaux"
352
 
353
+ #: includes/class.yith-wcwl-admin-init.php:905
354
+ #, fuzzy
355
+ msgid "\"Add to wishlist\" button"
356
+ msgstr "Texte du bouton \"Ajouter à la Wishlist\""
357
+
358
+ #: includes/class.yith-wcwl-admin-init.php:908
359
+ #: includes/class.yith-wcwl-admin-init.php:926
360
+ #: includes/class.yith-wcwl-admin-init.php:944
361
+ #: includes/class.yith-wcwl-admin-init.php:962
362
+ #: includes/class.yith-wcwl-admin-init.php:980
363
+ msgid "Background"
364
+ msgstr ""
365
+
366
+ #: includes/class.yith-wcwl-admin-init.php:909
367
+ #: includes/class.yith-wcwl-admin-init.php:927
368
+ #: includes/class.yith-wcwl-admin-init.php:945
369
+ #: includes/class.yith-wcwl-admin-init.php:963
370
+ #: includes/class.yith-wcwl-admin-init.php:981
371
+ msgid "Text"
372
+ msgstr ""
373
+
374
+ #: includes/class.yith-wcwl-admin-init.php:910
375
+ #: includes/class.yith-wcwl-admin-init.php:928
376
+ #: includes/class.yith-wcwl-admin-init.php:946
377
+ #: includes/class.yith-wcwl-admin-init.php:964
378
+ #: includes/class.yith-wcwl-admin-init.php:982
379
+ msgid "Border"
380
+ msgstr ""
381
+
382
+ #: includes/class.yith-wcwl-admin-init.php:917
383
+ #: includes/class.yith-wcwl-admin-init.php:935
384
+ #: includes/class.yith-wcwl-admin-init.php:953
385
+ #: includes/class.yith-wcwl-admin-init.php:971
386
+ msgid "Background (hover)"
387
+ msgstr ""
388
+
389
+ #: includes/class.yith-wcwl-admin-init.php:918
390
+ #: includes/class.yith-wcwl-admin-init.php:936
391
+ #: includes/class.yith-wcwl-admin-init.php:954
392
+ #: includes/class.yith-wcwl-admin-init.php:972
393
+ msgid "Text (hover)"
394
+ msgstr ""
395
+
396
+ #: includes/class.yith-wcwl-admin-init.php:919
397
+ #: includes/class.yith-wcwl-admin-init.php:937
398
+ #: includes/class.yith-wcwl-admin-init.php:955
399
+ #: includes/class.yith-wcwl-admin-init.php:973
400
+ msgid "Border (hover)"
401
+ msgstr ""
402
+
403
+ #: includes/class.yith-wcwl-admin-init.php:923
404
+ #, fuzzy
405
+ msgid "\"Add to Cart\" button"
406
+ msgstr "Texte du bouton \"Ajouter au panier\""
407
+
408
+ #: includes/class.yith-wcwl-admin-init.php:941
409
+ msgid "\"Style 1\" button"
410
+ msgstr ""
411
+
412
+ #: includes/class.yith-wcwl-admin-init.php:959
413
+ msgid "\"Style 2\" button"
414
+ msgstr ""
415
+
416
+ #: includes/class.yith-wcwl-admin-init.php:977
417
+ #, fuzzy
418
+ msgid "Wishlist table"
419
+ msgstr "Titre de la Wishlist"
420
+
421
+ #: includes/class.yith-wcwl-admin-init.php:986
422
+ msgid "Headers"
423
+ msgstr ""
424
+
425
+ #: includes/class.yith-wcwl-admin-init.php:989
426
+ msgid "Background color"
427
+ msgstr ""
428
+
429
+ #: includes/class.yith-wcwl-admin-init.php:1116
430
+ #, fuzzy
431
+ msgid "Wishlist Activated"
432
+ msgstr "Titre de la Wishlist"
433
+
434
+ #: includes/class.yith-wcwl-admin-init.php:1117
435
+ #, php-format
436
+ msgid ""
437
+ "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
438
+ "can access to all the settings of our plugins that you have activated. "
439
+ "Wishlist is available in an outstanding PREMIUM version with many new "
440
+ "options, <a href=\"%s\">discover it now</a>."
441
+ msgstr ""
442
+
443
+ #: includes/class.yith-wcwl-admin-init.php:1128
444
+ #, fuzzy
445
+ msgid "Wishlist Updated"
446
+ msgstr "Page Wishlist"
447
+
448
+ #: includes/class.yith-wcwl-admin-init.php:1129
449
+ #, php-format
450
+ msgid ""
451
+ "From now on, you can find all the options of Wishlist under YIT Plugin -> "
452
+ "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
453
+ "version. When one of our plugins updates, a new voice will be added to this "
454
+ "menu. Wishlist renovates with new available options, <a href=\"%s\">discover "
455
+ "the PREMIUM version.</a>"
456
+ msgstr ""
457
+
458
+ #: includes/class.yith-wcwl-init.php:341
459
+ msgid ""
460
+ "We are sorry,but this feature is available only if cookies on your browser "
461
+ "are enabled."
462
+ msgstr ""
463
+
464
+ #: includes/class.yith-wcwl-install.php:239
465
  msgctxt "page_slug"
466
  msgid "wishlist"
467
  msgstr "wishlist"
468
 
469
+ #: includes/class.yith-wcwl-shortcode.php:225
470
+ #: includes/class.yith-wcwl-ui.php:161
471
+ msgid "Share on:"
472
+ msgstr "Partager sur :"
473
+
474
+ #: includes/class.yith-wcwl-ui.php:81 includes/class.yith-wcwl.php:1143
475
+ #: templates/add-to-wishlist.php:21
476
  msgid "Product added!"
477
  msgstr "Produit ajouté !"
478
 
479
+ #: includes/class.yith-wcwl-ui.php:81 includes/class.yith-wcwl-ui.php:82
480
+ #: templates/add-to-wishlist.php:23 templates/add-to-wishlist.php:30
481
  msgid "Browse Wishlist"
482
  msgstr "Parcourir la wishlist"
483
 
484
+ #: includes/class.yith-wcwl-ui.php:82 templates/add-to-wishlist.php:28
485
  msgid "The product is already in the wishlist!"
486
  msgstr "Ce produit est dans votre wishlist"
487
 
488
+ #: includes/class.yith-wcwl-ui.php:116 includes/class.yith-wcwl-ui.php:200
489
  msgid "Select options"
490
  msgstr "Choisir les options"
491
 
492
+ #: includes/class.yith-wcwl-ui.php:165 templates/share.php:16
 
 
 
 
493
  msgid "Facebook"
494
  msgstr "Facebook"
495
 
496
+ #: includes/class.yith-wcwl-ui.php:168 templates/share.php:22
497
  msgid "Twitter"
498
  msgstr "Twitter"
499
 
500
+ #: includes/class.yith-wcwl-ui.php:177
501
  msgid "email"
502
  msgstr ""
503
 
504
+ #: includes/class.yith-wcwl.php:192 includes/class.yith-wcwl.php:276
505
  msgid "Error occurred while adding product to wishlist."
506
  msgstr "Une erreur est survenue lors de l'ajout du produit à la wishlist"
507
 
508
+ #: includes/class.yith-wcwl.php:291
509
+ msgid "Remove now does not require any param"
510
+ msgstr ""
511
+
512
+ #: includes/class.yith-wcwl.php:325
513
  msgid "Error occurred while removing product from wishlist"
514
  msgstr ""
515
  "Une erreur est survenue lors de le suppression du produit de la wishlist"
516
 
517
+ #: includes/class.yith-wcwl.php:603
518
+ msgid "You need to log in before creating a new wishlist"
519
+ msgstr ""
520
+
521
+ #: includes/class.yith-wcwl.php:1146
522
  msgid "Product already in the wishlist."
523
  msgstr "Ce produit est déjà dans votre wishlist"
524
 
525
+ #: includes/class.yith-wcwl.php:1178
526
  msgid "Product successfully removed."
527
  msgstr "Le produit a bien été supprimé"
528
 
529
+ #: includes/class.yith-wcwl.php:1182
530
  msgid "Error. Unable to remove the product from the wishlist."
531
  msgstr "Erreur : impossible de supprimer le produit de la wishlist"
532
 
533
+ #: includes/class.yith-wcwl.php:1186 templates/wishlist-view.php:165
534
  msgid "No products were added to the wishlist"
535
  msgstr "Aucun produit dans votre wishlist"
536
 
537
+ #: plugin-fw/lib/yit-cpt-unlimited.php:460
538
+ #: plugin-fw/lib/yit-cpt-unlimited.php:574
539
+ #: plugin-fw/lib/yit-cpt-unlimited.php:719
540
+ #: plugin-fw/lib/yit-cpt-unlimited.php:1632
541
+ #, php-format
542
+ msgid "Add %s"
543
+ msgstr ""
544
 
545
+ #: plugin-fw/lib/yit-cpt-unlimited.php:461
546
+ #: plugin-fw/lib/yit-cpt-unlimited.php:575
547
+ #, php-format
548
+ msgid "Add New %s"
549
+ msgstr ""
550
 
551
+ #: plugin-fw/lib/yit-cpt-unlimited.php:462
552
+ #: plugin-fw/lib/yit-cpt-unlimited.php:576
553
+ #: plugin-fw/lib/yit-cpt-unlimited.php:1267
554
+ #: plugin-fw/lib/yit-cpt-unlimited.php:1304
555
+ #, php-format
556
+ msgid "Edit %s"
557
+ msgstr ""
558
 
559
+ #: plugin-fw/lib/yit-cpt-unlimited.php:463
560
+ #: plugin-fw/lib/yit-cpt-unlimited.php:577
561
+ #, php-format
562
+ msgid "New %s"
563
+ msgstr ""
564
 
565
+ #: plugin-fw/lib/yit-cpt-unlimited.php:464
566
+ #: plugin-fw/lib/yit-cpt-unlimited.php:578
567
+ #, php-format
568
+ msgid "All %s"
569
  msgstr ""
570
 
571
+ #: plugin-fw/lib/yit-cpt-unlimited.php:465
572
+ #: plugin-fw/lib/yit-cpt-unlimited.php:579
573
+ #: plugin-fw/lib/yit-cpt-unlimited.php:1251
574
+ #: plugin-fw/lib/yit-cpt-unlimited.php:1305
575
+ #, php-format
576
+ msgid "View %s"
577
+ msgstr ""
578
 
579
+ #: plugin-fw/lib/yit-cpt-unlimited.php:466
580
+ #: plugin-fw/lib/yit-cpt-unlimited.php:580
581
+ #, php-format
582
+ msgid "Search %s"
583
+ msgstr ""
584
 
585
+ #: plugin-fw/lib/yit-cpt-unlimited.php:467
586
+ #: plugin-fw/lib/yit-cpt-unlimited.php:581
587
+ #, php-format
588
+ msgid "No %s found"
589
+ msgstr ""
590
 
591
+ #: plugin-fw/lib/yit-cpt-unlimited.php:468
592
+ #: plugin-fw/lib/yit-cpt-unlimited.php:582
593
+ #, php-format
594
+ msgid "No %s found in Trash"
595
+ msgstr ""
596
 
597
+ #: plugin-fw/lib/yit-cpt-unlimited.php:625
598
+ #, php-format
599
+ msgctxt "taxonomy general name"
600
+ msgid "%s Categories"
601
+ msgstr ""
602
 
603
+ #: plugin-fw/lib/yit-cpt-unlimited.php:626
604
+ msgctxt "taxonomy singular name"
605
+ msgid "Category"
606
+ msgstr ""
607
 
608
+ #: plugin-fw/lib/yit-cpt-unlimited.php:627
609
+ msgid "Search Categories"
610
+ msgstr ""
611
 
612
+ #: plugin-fw/lib/yit-cpt-unlimited.php:628
613
+ msgid "All Categories"
614
+ msgstr ""
615
 
616
+ #: plugin-fw/lib/yit-cpt-unlimited.php:629
617
+ msgid "Parent Category"
618
+ msgstr ""
619
 
620
+ #: plugin-fw/lib/yit-cpt-unlimited.php:630
621
+ msgid "Parent Category:"
622
+ msgstr ""
623
 
624
+ #: plugin-fw/lib/yit-cpt-unlimited.php:631
625
+ msgid "Edit Category"
626
+ msgstr ""
627
 
628
+ #: plugin-fw/lib/yit-cpt-unlimited.php:632
629
+ msgid "Update Category"
630
+ msgstr ""
631
 
632
+ #: plugin-fw/lib/yit-cpt-unlimited.php:633
633
+ msgid "Add New Category"
634
+ msgstr ""
635
 
636
+ #: plugin-fw/lib/yit-cpt-unlimited.php:634
637
+ msgid "New Category Name"
638
+ msgstr ""
639
 
640
+ #: plugin-fw/lib/yit-cpt-unlimited.php:635
641
+ msgid "Category"
642
+ msgstr ""
643
 
644
+ #: plugin-fw/lib/yit-cpt-unlimited.php:724
645
+ msgid "Categories"
646
+ msgstr ""
647
 
648
+ #: plugin-fw/lib/yit-cpt-unlimited.php:1042
649
+ #, fuzzy, php-format
650
+ msgid "%s Settings"
651
+ msgstr "Paramètres"
652
+
653
+ #: plugin-fw/lib/yit-cpt-unlimited.php:1051
654
+ msgid "Type"
655
+ msgstr ""
656
+
657
+ #: plugin-fw/lib/yit-cpt-unlimited.php:1052
658
+ msgid "The layout for this "
659
+ msgstr ""
660
+
661
+ #: plugin-fw/lib/yit-cpt-unlimited.php:1058
662
+ msgid "Rewrite"
663
+ msgstr ""
664
+
665
+ #: plugin-fw/lib/yit-cpt-unlimited.php:1059
666
+ msgid "The word used for the URL of each project (the slug of post if empty)"
667
+ msgstr ""
668
+
669
+ #: plugin-fw/lib/yit-cpt-unlimited.php:1064
670
+ msgid "Label Singular"
671
+ msgstr ""
672
+
673
+ #: plugin-fw/lib/yit-cpt-unlimited.php:1065
674
+ msgid ""
675
+ "Set the label in singular to use for each label (the title of portfolio if "
676
+ "empty)"
677
+ msgstr ""
678
+
679
+ #: plugin-fw/lib/yit-cpt-unlimited.php:1070
680
+ msgid "Label Plural"
681
+ msgstr ""
682
+
683
+ #: plugin-fw/lib/yit-cpt-unlimited.php:1071
684
+ msgid ""
685
+ "Set the label in plural to use for each label (the title of portfolio if "
686
+ "empty)"
687
+ msgstr ""
688
+
689
+ #: plugin-fw/lib/yit-cpt-unlimited.php:1076
690
+ msgid "Taxonomy"
691
+ msgstr ""
692
+
693
+ #: plugin-fw/lib/yit-cpt-unlimited.php:1077
694
+ msgid ""
695
+ "If you want to use a category section for the portfolio, set the name of "
696
+ "taxonomy. Name should be in slug form (must not contain capital letters or "
697
+ "spaces) and not more than 32 characters long (database structure "
698
+ "restriction)."
699
+ msgstr ""
700
+
701
+ #: plugin-fw/lib/yit-cpt-unlimited.php:1082
702
+ msgid "Taxonomy Rewrite"
703
+ msgstr ""
704
+
705
+ #: plugin-fw/lib/yit-cpt-unlimited.php:1083
706
+ msgid "Set the word to use in the URL for each category page."
707
+ msgstr ""
708
+
709
+ #: plugin-fw/lib/yit-cpt-unlimited.php:1088
710
+ msgid "Single layout"
711
+ msgstr ""
712
+
713
+ #: plugin-fw/lib/yit-cpt-unlimited.php:1089
714
+ msgid "The layout for single page of this portfolio"
715
+ msgstr ""
716
+
717
+ #: plugin-fw/lib/yit-cpt-unlimited.php:1130
718
+ #, fuzzy
719
+ msgid "layout settings"
720
+ msgstr "Paramètres"
721
+
722
+ #: plugin-fw/lib/yit-cpt-unlimited.php:1222
723
+ #: plugin-fw/lib/yit-cpt-unlimited.php:1235
724
+ msgid "Quick links"
725
+ msgstr ""
726
+
727
+ #: plugin-fw/lib/yit-cpt-unlimited.php:1475
728
+ #, php-format
729
+ msgid "Show the frontend of the %s"
730
+ msgstr ""
731
+
732
+ #: plugin-fw/lib/yit-cpt-unlimited.php:1482
733
+ #: plugin-fw/templates/metaboxes/types/customtabs.php:46
734
+ #: plugin-fw/templates/metaboxes/types/customtabs.php:90
735
+ msgid "Name"
736
+ msgstr ""
737
+
738
+ #: plugin-fw/lib/yit-cpt-unlimited.php:1631
739
+ #, php-format
740
+ msgid "Add %s by images"
741
+ msgstr ""
742
+
743
+ #: plugin-fw/lib/yit-cpt-unlimited.php:1633
744
+ msgid "Add with multiupload"
745
+ msgstr ""
746
+
747
+ #: plugin-fw/lib/yit-plugin-panel-wc.php:303
748
+ msgid "The changes you made will be lost if you navigate away from this page."
749
+ msgstr ""
750
+
751
+ #: plugin-fw/lib/yit-plugin-panel.php:61
752
+ #, fuzzy
753
+ msgid "Plugin Settings"
754
+ msgstr "Paramètres"
755
+
756
+ #: plugin-fw/lib/yit-plugin-panel.php:92
757
+ #: plugin-fw/lib/yit-plugin-subpanel.php:101
758
+ msgid "YIT Plugins"
759
+ msgstr ""
760
+
761
+ #: plugin-fw/lib/yit-plugin-panel.php:271
762
+ #: plugin-fw/lib/yit-plugin-subpanel.php:142
763
+ #: plugin-fw/templates/panel/woocommerce/woocommerce-form.php:5
764
+ msgid "Save Changes"
765
+ msgstr ""
766
+
767
+ #: plugin-fw/lib/yit-plugin-panel.php:274
768
+ #: plugin-fw/lib/yit-plugin-subpanel.php:145
769
+ #: plugin-fw/templates/panel/woocommerce/woocommerce-form.php:8
770
+ msgid ""
771
+ "If you continue with this action, you will reset all options are in this "
772
+ "page."
773
+ msgstr ""
774
+
775
+ #: plugin-fw/lib/yit-plugin-panel.php:276
776
+ #: plugin-fw/lib/yit-plugin-subpanel.php:147
777
+ #: plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
778
+ msgid "Reset Defaults"
779
+ msgstr ""
780
+
781
+ #: plugin-fw/lib/yit-plugin-panel.php:276
782
+ #: plugin-fw/lib/yit-plugin-subpanel.php:147
783
+ #: plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
784
+ msgid "Are you sure of it?"
785
+ msgstr ""
786
+
787
+ #: plugin-fw/lib/yit-plugin-panel.php:410
788
+ msgid ""
789
+ "The element you have written is already exists. Please, add another name."
790
+ msgstr ""
791
+
792
+ #: plugin-fw/lib/yit-plugin-panel.php:411
793
+ #, fuzzy
794
+ msgid "Settings saved"
795
+ msgstr "Paramètres"
796
+
797
+ #: plugin-fw/lib/yit-plugin-panel.php:412
798
+ #, fuzzy
799
+ msgid "Settings reset"
800
+ msgstr "Paramètres"
801
+
802
+ #: plugin-fw/lib/yit-plugin-panel.php:413
803
+ msgid "Element deleted correctly."
804
+ msgstr ""
805
+
806
+ #: plugin-fw/lib/yit-plugin-panel.php:414
807
+ #: plugin-fw/lib/yit-plugin-panel.php:415
808
+ msgid "Element updated correctly."
809
+ msgstr ""
810
+
811
+ #: plugin-fw/lib/yit-plugin-panel.php:416
812
+ msgid "Database imported correctly."
813
+ msgstr ""
814
+
815
+ #: plugin-fw/lib/yit-plugin-panel.php:417
816
+ msgid "An error encoured during during import. Please try again."
817
+ msgstr ""
818
+
819
+ #: plugin-fw/lib/yit-plugin-panel.php:418
820
+ msgid "The file you have insert doesn't valid."
821
+ msgstr ""
822
+
823
+ #: plugin-fw/lib/yit-plugin-panel.php:419
824
+ msgid "I'm sorry, the import featured is disabled."
825
+ msgstr ""
826
+
827
+ #: plugin-fw/lib/yit-plugin-panel.php:420
828
+ msgid "Sorting done correctly."
829
+ msgstr ""
830
+
831
+ #: plugin-fw/lib/yit-pointers.php:70
832
+ msgid "Plugins Activated"
833
+ msgstr ""
834
+
835
+ #: plugin-fw/lib/yit-pointers.php:71
836
+ msgid ""
837
+ "From now on, you can find all the options of your plugins under the YIT "
838
+ "Plugin menu voice.\n"
839
+ " For every installation of our new "
840
+ "plugins, a new voice will be added to access to the customization settings."
841
+ msgstr ""
842
+
843
+ #: plugin-fw/lib/yit-pointers.php:73 plugin-fw/lib/yit-pointers.php:89
844
+ msgid "Discover all our plugins available on:"
845
+ msgstr ""
846
+
847
+ #: plugin-fw/lib/yit-pointers.php:74 plugin-fw/lib/yit-pointers.php:90
848
+ msgid "and"
849
+ msgstr ""
850
+
851
+ #: plugin-fw/lib/yit-pointers.php:84
852
+ msgid "Plugins Upgraded"
853
+ msgstr ""
854
+
855
+ #: plugin-fw/lib/yit-pointers.php:85
856
+ msgid ""
857
+ "From now on, you can find all the options of your plugins under the YIT "
858
+ "Plugin menu voice.\n"
859
+ " When one of our plugins updates, a new "
860
+ "voice will be added to this menu.\n"
861
+ " For example, after the update, the "
862
+ "options from the plugins (YITH WooCommerce Wishlist, YITH WooCommerce Ajax "
863
+ "Search, etc.)\n"
864
+ " will be removed from the previous "
865
+ "location and moved under the YIT Plugin tab."
866
+ msgstr ""
867
+
868
+ #: plugin-fw/lib/yit-upgrade.php:119
869
+ msgid "There is a new version of %plugin_name% available."
870
+ msgstr ""
871
+
872
+ #: plugin-fw/lib/yit-upgrade.php:120
873
+ msgid "View version %latest% details."
874
+ msgstr ""
875
+
876
+ #: plugin-fw/lib/yit-upgrade.php:121
877
+ msgid "Automatic update is unavailable for this plugin,"
878
+ msgstr ""
879
+
880
+ #: plugin-fw/lib/yit-upgrade.php:122
881
+ msgid ""
882
+ "please <a href=\"%activate_link%\"> activate </a> your copy of %plugin_name%."
883
+ msgstr ""
884
+
885
+ #: plugin-fw/lib/yit-upgrade.php:123
886
+ msgid "Update now."
887
+ msgstr ""
888
+
889
+ #: plugin-fw/lib/yit-upgrade.php:226
890
+ msgid "Yithemes Repository"
891
+ msgstr ""
892
+
893
+ #: plugin-fw/lib/yit-upgrade.php:260
894
+ msgid "Invalid URL Provided."
895
+ msgstr ""
896
+
897
+ #: plugin-fw/lib/yit-upgrade.php:273
898
+ msgid "Could not create Temporary file."
899
+ msgstr ""
900
+
901
+ #: plugin-fw/lib/yit-upgrade.php:414
902
+ #, php-format
903
+ msgid ""
904
+ "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
905
+ "yit-changelog-button\" title=\"%3$s\">View version %4$s details</a>."
906
+ msgstr ""
907
+
908
+ #: plugin-fw/lib/yit-upgrade.php:416
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>. <em>You "
913
+ "have to activate the plugin on a single site of the network to benefit from "
914
+ "the automatic updates.</em>"
915
+ msgstr ""
916
+
917
+ #: plugin-fw/lib/yit-upgrade.php:418
918
+ #, php-format
919
+ msgid ""
920
+ "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
921
+ "yit-changelog-button\" title=\"%3$s\">View version %4$s details</a>. "
922
+ "<em>Automatic update is unavailable for this plugin, please <a href=\"%5$s\" "
923
+ "title=\"Licence activation\">activate</a> your copy of %6s.</em>"
924
+ msgstr ""
925
+
926
+ #: plugin-fw/lib/yit-upgrade.php:420
927
+ #, php-format
928
+ msgid ""
929
+ "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
930
+ "yit-changelog-button\" title=\"%3$s\">View version %4$s details</a> or <a "
931
+ "href=\"%5$s\">update now</a>."
932
+ msgstr ""
933
+
934
+ #: plugin-fw/lib/yit-upgrade.php:493
935
+ msgid "You can't update plugins for this site."
936
+ msgstr ""
937
+
938
+ #: plugin-fw/lib/yit-upgrade.php:497
939
+ msgid "You do not have sufficient permissions to update plugins for this site."
940
+ msgstr ""
941
+
942
+ #: plugin-fw/lib/yit-upgrade.php:504
943
+ msgid "Update Plugin"
944
+ msgstr ""
945
+
946
+ #: plugin-fw/licence/lib/yit-licence.php:148
947
+ #, php-format
948
+ msgid "%field% field can not be empty"
949
+ msgstr ""
950
+
951
+ #: plugin-fw/licence/lib/yit-licence.php:149
952
+ msgid "%field_1% and %field_2% fields can not be empty"
953
+ msgstr ""
954
+
955
+ #: plugin-fw/licence/lib/yit-licence.php:150
956
+ msgid "Unable to contact the remote server, please try again later. Thanks!"
957
+ msgstr ""
958
+
959
+ #: plugin-fw/licence/lib/yit-licence.php:529
960
+ msgid "Invalid Request"
961
+ msgstr ""
962
+
963
+ #: plugin-fw/licence/lib/yit-licence.php:530
964
+ msgid "Invalid licence key"
965
+ msgstr ""
966
+
967
+ #: plugin-fw/licence/lib/yit-licence.php:531
968
+ msgid "Software has been deactive"
969
+ msgstr ""
970
+
971
+ #: plugin-fw/licence/lib/yit-licence.php:532
972
+ msgid "Exceeded maximum number of activations"
973
+ msgstr ""
974
+
975
+ #: plugin-fw/licence/lib/yit-licence.php:533
976
+ msgid "Invalid instance ID"
977
+ msgstr ""
978
+
979
+ #: plugin-fw/licence/lib/yit-licence.php:534
980
+ msgid "Invalid security key"
981
+ msgstr ""
982
+
983
+ #: plugin-fw/licence/lib/yit-licence.php:535
984
+ msgid "Licence key has expired"
985
+ msgstr ""
986
+
987
+ #: plugin-fw/licence/lib/yit-licence.php:536
988
+ msgid "Licence key has be banned"
989
+ msgstr ""
990
+
991
+ #: plugin-fw/licence/lib/yit-plugin-licence.php:63
992
+ #: plugin-fw/licence/lib/yit-plugin-licence.php:64
993
+ #: plugin-fw/licence/lib/yit-theme-licence.php:63
994
+ #: plugin-fw/licence/lib/yit-theme-licence.php:64
995
+ #: plugin-fw/licence/lib/yit-theme-licence.php:106
996
+ #: plugin-fw/licence/lib/yit-theme-licence.php:107
997
+ msgid "Licence Activation"
998
+ msgstr ""
999
+
1000
+ #: plugin-fw/licence/lib/yit-theme-licence.php:114
1001
+ #: plugin-fw/licence/lib/yit-theme-licence.php:115
1002
+ #, php-format
1003
+ msgid "%s"
1004
+ msgstr ""
1005
+
1006
+ #: plugin-fw/licence/templates/panel/activation/activation-panel.php:19
1007
+ msgid "Yithemes Licence Activation"
1008
+ msgstr ""
1009
+
1010
+ #: plugin-fw/licence/templates/panel/activation/activation-panel.php:23
1011
+ msgid ""
1012
+ "Have you updated your licenses? Have you asked for an extension? Update "
1013
+ "information concerning your products."
1014
+ msgstr ""
1015
+
1016
+ #: plugin-fw/licence/templates/panel/activation/activation-panel.php:25
1017
+ msgid "Update licence information"
1018
+ msgstr ""
1019
+
1020
+ #: plugin-fw/licence/templates/panel/activation/activation-panel.php:35
1021
+ msgid "To Active"
1022
+ msgstr ""
1023
+
1024
+ #: plugin-fw/licence/templates/panel/activation/activation-panel.php:54
1025
+ msgid "Activate"
1026
+ msgstr ""
1027
+
1028
+ #: plugin-fw/licence/templates/panel/activation/activation-panel.php:73
1029
+ msgid "Activated"
1030
+ msgstr ""
1031
+
1032
+ #: plugin-fw/licence/templates/panel/activation/activation-panel.php:77
1033
+ #: plugin-fw/licence/templates/panel/activation/activation-panel.php:109
1034
+ #: plugin-fw/licence/templates/panel/activation/activation-panel.php:133
1035
+ #: templates/wishlist-view.php:56
1036
+ msgid "Product Name"
1037
+ msgstr "Produit"
1038
+
1039
+ #: plugin-fw/licence/templates/panel/activation/activation-panel.php:78
1040
+ #: plugin-fw/licence/templates/panel/activation/activation-panel.php:110
1041
+ #: plugin-fw/licence/templates/panel/activation/activation-panel.php:134
1042
+ #: plugin-fw/templates/metaboxes/types/contactform.php:145
1043
+ #: plugin-fw/templates/metaboxes/types/contactform.php:337
1044
+ #: templates/share.php:40
1045
+ msgid "Email"
1046
+ msgstr ""
1047
+
1048
+ #: plugin-fw/licence/templates/panel/activation/activation-panel.php:79
1049
+ #: plugin-fw/licence/templates/panel/activation/activation-panel.php:111
1050
+ #: plugin-fw/licence/templates/panel/activation/activation-panel.php:135
1051
+ msgid "Licence Key"
1052
+ msgstr ""
1053
+
1054
+ #: plugin-fw/licence/templates/panel/activation/activation-panel.php:80
1055
+ #: plugin-fw/licence/templates/panel/activation/activation-panel.php:136
1056
+ msgid "Expires"
1057
+ msgstr ""
1058
+
1059
+ #: plugin-fw/licence/templates/panel/activation/activation-panel.php:81
1060
+ msgid "Remaining"
1061
+ msgstr ""
1062
+
1063
+ #: plugin-fw/licence/templates/panel/activation/activation-panel.php:82
1064
+ #: plugin-fw/licence/templates/panel/activation/activation-panel.php:95
1065
+ #: plugin-fw/licence/templates/panel/activation/activation-panel.php:137
1066
+ #: plugin-fw/licence/templates/panel/activation/activation-panel.php:147
1067
+ msgid "Renew"
1068
+ msgstr ""
1069
+
1070
+ #: plugin-fw/licence/templates/panel/activation/activation-panel.php:93
1071
+ #, php-format
1072
+ msgid "%1s out of %2s"
1073
+ msgstr ""
1074
+
1075
+ #: plugin-fw/licence/templates/panel/activation/activation-panel.php:105
1076
+ msgid "Banned"
1077
+ msgstr ""
1078
+
1079
+ #: plugin-fw/licence/templates/panel/activation/activation-panel.php:129
1080
+ msgid "Expired"
1081
+ msgstr ""
1082
+
1083
+ #: plugin-fw/templates/metaboxes/types/ajax-products.php:23
1084
+ msgid "Search for a product"
1085
+ msgstr ""
1086
+
1087
+ #: plugin-fw/templates/metaboxes/types/categories.php:36
1088
+ msgid "No categories."
1089
+ msgstr ""
1090
+
1091
+ #: plugin-fw/templates/metaboxes/types/categories.php:42
1092
+ msgid "+ Add New Category"
1093
+ msgstr ""
1094
+
1095
+ #: plugin-fw/templates/metaboxes/types/contactform.php:5
1096
+ msgid "Text Input"
1097
+ msgstr ""
1098
+
1099
+ #: plugin-fw/templates/metaboxes/types/contactform.php:6
1100
+ msgid "Checkbox"
1101
+ msgstr ""
1102
+
1103
+ #: plugin-fw/templates/metaboxes/types/contactform.php:7
1104
+ #, fuzzy
1105
+ msgid "Select"
1106
+ msgstr "Choisissez une date"
1107
+
1108
+ #: plugin-fw/templates/metaboxes/types/contactform.php:8
1109
+ msgid "Textarea"
1110
+ msgstr ""
1111
+
1112
+ #: plugin-fw/templates/metaboxes/types/contactform.php:9
1113
+ msgid "Radio Input"
1114
+ msgstr ""
1115
+
1116
+ #: plugin-fw/templates/metaboxes/types/contactform.php:10
1117
+ msgid "Password Field"
1118
+ msgstr ""
1119
+
1120
+ #: plugin-fw/templates/metaboxes/types/contactform.php:11
1121
+ #, fuzzy
1122
+ msgid "File Upload"
1123
+ msgstr "Upload"
1124
+
1125
+ #: plugin-fw/templates/metaboxes/types/contactform.php:45
1126
+ msgid "Theme Icon"
1127
+ msgstr ""
1128
+
1129
+ #: plugin-fw/templates/metaboxes/types/contactform.php:46
1130
+ #, fuzzy
1131
+ msgid "Custom Icon"
1132
+ msgstr "CSS personnalisée"
1133
+
1134
+ #: plugin-fw/templates/metaboxes/types/contactform.php:47
1135
+ #: plugin-fw/templates/metaboxes/types/responsivesliders.php:24
1136
+ msgid "None"
1137
+ msgstr ""
1138
+
1139
+ #: plugin-fw/templates/metaboxes/types/contactform.php:57
1140
+ msgid "Add field"
1141
+ msgstr ""
1142
+
1143
+ #: plugin-fw/templates/metaboxes/types/contactform.php:66
1144
+ #: plugin-fw/templates/metaboxes/types/contactform.php:258
1145
+ #: plugin-fw/templates/metaboxes/types/customtabs.php:37
1146
+ #: plugin-fw/templates/metaboxes/types/customtabs.php:82
1147
+ msgid "Remove"
1148
+ msgstr ""
1149
+
1150
+ #: plugin-fw/templates/metaboxes/types/contactform.php:67
1151
+ #: plugin-fw/templates/metaboxes/types/contactform.php:259
1152
+ #, fuzzy
1153
+ msgid "Click to toggle"
1154
+ msgstr "Cliquez-ici pour pré-visualiser"
1155
+
1156
+ #: plugin-fw/templates/metaboxes/types/contactform.php:74
1157
+ #: plugin-fw/templates/metaboxes/types/contactform.php:266
1158
+ msgid "Title Field"
1159
+ msgstr ""
1160
+
1161
+ #: plugin-fw/templates/metaboxes/types/contactform.php:78
1162
+ #: plugin-fw/templates/metaboxes/types/contactform.php:270
1163
+ msgid "Insert the title of field."
1164
+ msgstr ""
1165
+
1166
+ #: plugin-fw/templates/metaboxes/types/contactform.php:83
1167
+ #: plugin-fw/templates/metaboxes/types/contactform.php:275
1168
+ msgid "Data Name"
1169
+ msgstr ""
1170
+
1171
+ #: plugin-fw/templates/metaboxes/types/contactform.php:87
1172
+ #: plugin-fw/templates/metaboxes/types/contactform.php:279
1173
+ msgid ""
1174
+ "REQUIRED: The identification name of this field, that you can insert into "
1175
+ "body email configuration. <strong>Note:</strong>Use only lowercase "
1176
+ "characters and underscores."
1177
+ msgstr ""
1178
+
1179
+ #: plugin-fw/templates/metaboxes/types/contactform.php:92
1180
+ #: plugin-fw/templates/metaboxes/types/contactform.php:284
1181
+ msgid "Type field"
1182
+ msgstr ""
1183
+
1184
+ #: plugin-fw/templates/metaboxes/types/contactform.php:100
1185
+ #: plugin-fw/templates/metaboxes/types/contactform.php:292
1186
+ msgid "Select the type of this field."
1187
+ msgstr ""
1188
+
1189
+ #: plugin-fw/templates/metaboxes/types/contactform.php:105
1190
+ #: plugin-fw/templates/metaboxes/types/contactform.php:297
1191
+ msgid "Checked"
1192
+ msgstr ""
1193
+
1194
+ #: plugin-fw/templates/metaboxes/types/contactform.php:109
1195
+ #: plugin-fw/templates/metaboxes/types/contactform.php:301
1196
+ msgid "Select this if you want this field already checked."
1197
+ msgstr ""
1198
+
1199
+ #: plugin-fw/templates/metaboxes/types/contactform.php:114
1200
+ #: plugin-fw/templates/metaboxes/types/contactform.php:306
1201
+ #, fuzzy
1202
+ msgid "Add options "
1203
+ msgstr "Choisir les options"
1204
+
1205
+ #: plugin-fw/templates/metaboxes/types/contactform.php:115
1206
+ #: plugin-fw/templates/metaboxes/types/contactform.php:307
1207
+ #, fuzzy
1208
+ msgid "Add option"
1209
+ msgstr "Icône \"Ajouter au panier\""
1210
+
1211
+ #: plugin-fw/templates/metaboxes/types/contactform.php:118
1212
+ #: plugin-fw/templates/metaboxes/types/contactform.php:310
1213
+ #: plugin-fw/templates/metaboxes/types/contactform.php:432
1214
+ #, fuzzy
1215
+ msgid "Selected"
1216
+ msgstr "Choisissez une date"
1217
+
1218
+ #: plugin-fw/templates/metaboxes/types/contactform.php:121
1219
+ #: plugin-fw/templates/metaboxes/types/contactform.php:313
1220
+ #: plugin-fw/templates/metaboxes/types/contactform.php:432
1221
+ #, fuzzy
1222
+ msgid "Delete option"
1223
+ msgstr "Choisir les options"
1224
+
1225
+ #: plugin-fw/templates/metaboxes/types/contactform.php:127
1226
+ #: plugin-fw/templates/metaboxes/types/contactform.php:319
1227
+ msgid "Message Error"
1228
+ msgstr ""
1229
+
1230
+ #: plugin-fw/templates/metaboxes/types/contactform.php:131
1231
+ #: plugin-fw/templates/metaboxes/types/contactform.php:323
1232
+ msgid "Insert the error message for validation."
1233
+ msgstr ""
1234
+
1235
+ #: plugin-fw/templates/metaboxes/types/contactform.php:136
1236
+ #: plugin-fw/templates/metaboxes/types/contactform.php:328
1237
+ msgid "Required"
1238
+ msgstr ""
1239
+
1240
+ #: plugin-fw/templates/metaboxes/types/contactform.php:140
1241
+ #: plugin-fw/templates/metaboxes/types/contactform.php:332
1242
+ msgid "Select this if it must be required."
1243
+ msgstr ""
1244
+
1245
+ #: plugin-fw/templates/metaboxes/types/contactform.php:149
1246
+ #: plugin-fw/templates/metaboxes/types/contactform.php:341
1247
+ msgid "Select this if it must be a valid email."
1248
+ msgstr ""
1249
+
1250
+ #: plugin-fw/templates/metaboxes/types/contactform.php:154
1251
+ #: plugin-fw/templates/metaboxes/types/contactform.php:346
1252
+ msgid "Reply To"
1253
+ msgstr ""
1254
+
1255
+ #: plugin-fw/templates/metaboxes/types/contactform.php:158
1256
+ #: plugin-fw/templates/metaboxes/types/contactform.php:350
1257
+ msgid "Select this if it's the email where you can reply."
1258
+ msgstr ""
1259
+
1260
+ #: plugin-fw/templates/metaboxes/types/contactform.php:163
1261
+ #: plugin-fw/templates/metaboxes/types/contactform.php:355
1262
+ msgid "Class"
1263
+ msgstr ""
1264
+
1265
+ #: plugin-fw/templates/metaboxes/types/contactform.php:167
1266
+ #: plugin-fw/templates/metaboxes/types/contactform.php:359
1267
+ msgid ""
1268
+ "Insert an additional class(es) (separateb by comma) for more personalization."
1269
+ msgstr ""
1270
+
1271
+ #: plugin-fw/templates/metaboxes/types/contactform.php:172
1272
+ #: plugin-fw/templates/metaboxes/types/contactform.php:364
1273
+ msgid "Icon"
1274
+ msgstr ""
1275
+
1276
+ #: plugin-fw/templates/metaboxes/types/contactform.php:200
1277
+ #: plugin-fw/templates/metaboxes/types/contactform.php:388
1278
+ #: plugin-fw/templates/metaboxes/types/icon-list.php:69
1279
+ #: plugin-fw/templates/metaboxes/types/select-icon.php:33
1280
+ #: plugin-fw/templates/metaboxes/types/upload.php:21
1281
+ #: plugin-fw/templates/panel/types/upload.php:31
1282
+ #: plugin-fw/templates/panel/woocommerce/woocommerce-upload.php:35
1283
+ #: yit-common/yith-panel.php:417
1284
+ msgid "Upload"
1285
+ msgstr "Upload"
1286
+
1287
+ #: plugin-fw/templates/metaboxes/types/contactform.php:206
1288
+ #: plugin-fw/templates/metaboxes/types/contactform.php:394
1289
+ #: plugin-fw/templates/metaboxes/types/icon-list.php:75
1290
+ #: plugin-fw/templates/metaboxes/types/select-icon.php:39
1291
+ msgid "Image preview"
1292
+ msgstr ""
1293
+
1294
+ #: plugin-fw/templates/metaboxes/types/contactform.php:214
1295
+ #: plugin-fw/templates/metaboxes/types/contactform.php:402
1296
+ msgid "Insert an icon for more personalization."
1297
+ msgstr ""
1298
+
1299
+ #: plugin-fw/templates/metaboxes/types/contactform.php:219
1300
+ #: plugin-fw/templates/metaboxes/types/contactform.php:406
1301
+ msgid "Width"
1302
+ msgstr ""
1303
+
1304
+ #: plugin-fw/templates/metaboxes/types/contactform.php:244
1305
+ #: plugin-fw/templates/metaboxes/types/contactform.php:418
1306
+ msgid "Choose how much long will be the field."
1307
+ msgstr ""
1308
+
1309
+ #: plugin-fw/templates/metaboxes/types/customtabs.php:28
1310
+ msgid "Close all"
1311
+ msgstr ""
1312
+
1313
+ #: plugin-fw/templates/metaboxes/types/customtabs.php:28
1314
+ msgid "Expand all"
1315
+ msgstr ""
1316
+
1317
+ #: plugin-fw/templates/metaboxes/types/customtabs.php:52
1318
+ #: plugin-fw/templates/metaboxes/types/customtabs.php:95
1319
+ msgid "Value"
1320
+ msgstr ""
1321
+
1322
+ #: plugin-fw/templates/metaboxes/types/customtabs.php:53
1323
+ #: plugin-fw/templates/metaboxes/types/customtabs.php:96
1324
+ msgid "The content of the tab. (HTML is supported)"
1325
+ msgstr ""
1326
+
1327
+ #: plugin-fw/templates/metaboxes/types/customtabs.php:65
1328
+ msgid "Add custom product tab"
1329
+ msgstr ""
1330
+
1331
+ #: plugin-fw/templates/metaboxes/types/customtabs.php:107
1332
+ msgid "Do you want to remove the custom tab?"
1333
+ msgstr ""
1334
+
1335
+ #: plugin-fw/templates/metaboxes/types/icon-list.php:89
1336
+ #, php-format
1337
+ msgid "(Default: %s <img src=\"%s\"/>)"
1338
+ msgstr ""
1339
+
1340
+ #: plugin-fw/templates/metaboxes/types/icon-list.php:91
1341
+ #, php-format
1342
+ msgid "(Default: <i %s></i> )"
1343
+ msgstr ""
1344
+
1345
+ #: plugin-fw/templates/metaboxes/types/image-gallery.php:35
1346
+ #: plugin-fw/templates/metaboxes/types/image-gallery.php:40
1347
+ #: plugin-fw/templates/metaboxes/types/images.php:33
1348
+ #: plugin-fw/templates/metaboxes/types/images.php:59
1349
+ msgid "Delete image"
1350
+ msgstr ""
1351
+
1352
+ #: plugin-fw/templates/metaboxes/types/image-gallery.php:40
1353
+ msgid "Add Images to Gallery"
1354
+ msgstr ""
1355
+
1356
+ #: plugin-fw/templates/metaboxes/types/image-gallery.php:40
1357
+ #, fuzzy
1358
+ msgid "Add to gallery"
1359
+ msgstr "Ajouter au panier"
1360
+
1361
+ #: plugin-fw/templates/metaboxes/types/image-gallery.php:40
1362
+ msgid "Add images"
1363
+ msgstr ""
1364
+
1365
+ #: plugin-fw/templates/metaboxes/types/image-gallery.php:40
1366
+ msgid "Delete"
1367
+ msgstr ""
1368
+
1369
+ #: plugin-fw/templates/metaboxes/types/images.php:37
1370
+ msgid "Upload new images"
1371
+ msgstr ""
1372
+
1373
+ #: plugin-fw/templates/metaboxes/types/images.php:70
1374
+ msgid "Are you sure you want to remove this image?"
1375
+ msgstr ""
1376
+
1377
+ #: plugin-fw/templates/metaboxes/types/sidebar-layout.php:25
1378
+ #: plugin-fw/templates/metaboxes/types/sidebars.php:36
1379
+ msgid "Left sidebar"
1380
+ msgstr ""
1381
+
1382
+ #: plugin-fw/templates/metaboxes/types/sidebar-layout.php:28
1383
+ #: plugin-fw/templates/metaboxes/types/sidebars.php:42
1384
+ #: plugin-fw/templates/metaboxes/types/sidebars.php:45
1385
+ msgid "No sidebar"
1386
+ msgstr ""
1387
+
1388
+ #: plugin-fw/templates/metaboxes/types/sidebar-layout.php:28
1389
+ msgid "No sideabr"
1390
+ msgstr ""
1391
+
1392
+ #: plugin-fw/templates/metaboxes/types/sidebar-layout.php:31
1393
+ #: plugin-fw/templates/metaboxes/types/sidebars.php:39
1394
+ msgid "Right sidebar"
1395
+ msgstr ""
1396
+
1397
+ #: plugin-fw/templates/metaboxes/types/sidebar-layout.php:34
1398
+ #: plugin-fw/templates/metaboxes/types/sidebars.php:53
1399
+ #: plugin-fw/templates/metaboxes/types/sidebars.php:64
1400
+ msgid "Choose a sidebar"
1401
+ msgstr ""
1402
+
1403
+ #: plugin-fw/templates/metaboxes/types/sidebars.php:51
1404
+ msgid "Sidebar Left"
1405
+ msgstr ""
1406
+
1407
+ #: plugin-fw/templates/metaboxes/types/sidebars.php:62
1408
+ msgid "Sidebar Right"
1409
+ msgstr ""
1410
+
1411
+ #: plugin-fw/templates/metaboxes/types/typography.php:42
1412
+ #: yit-common/yith-panel.php:444
1413
+ msgid "px"
1414
+ msgstr "px"
1415
+
1416
+ #: plugin-fw/templates/metaboxes/types/typography.php:43
1417
+ #: yit-common/yith-panel.php:445
1418
+ msgid "em"
1419
+ msgstr "em"
1420
+
1421
+ #: plugin-fw/templates/metaboxes/types/typography.php:44
1422
+ #: yit-common/yith-panel.php:446
1423
+ msgid "pt"
1424
+ msgstr "pt"
1425
+
1426
+ #: plugin-fw/templates/metaboxes/types/typography.php:45
1427
+ #: yit-common/yith-panel.php:447
1428
+ msgid "rem"
1429
+ msgstr "rem"
1430
+
1431
+ #: plugin-fw/templates/metaboxes/types/typography.php:59
1432
+ #: plugin-fw/templates/metaboxes/types/typography.php:153
1433
+ #: plugin-fw/templates/metaboxes/types/typography.php:217
1434
+ msgid "Web fonts"
1435
+ msgstr ""
1436
+
1437
+ #: plugin-fw/templates/metaboxes/types/typography.php:71
1438
+ msgid "Google fonts"
1439
+ msgstr ""
1440
+
1441
+ #: plugin-fw/templates/metaboxes/types/typography.php:96
1442
+ #: yit-common/yith-panel.php:465
1443
+ msgid "Regular"
1444
+ msgstr "Normal"
1445
+
1446
+ #: plugin-fw/templates/metaboxes/types/typography.php:97
1447
+ #: yit-common/yith-panel.php:466
1448
+ msgid "Bold"
1449
+ msgstr "Gras"
1450
+
1451
+ #: plugin-fw/templates/metaboxes/types/typography.php:98
1452
+ #: yit-common/yith-panel.php:467
1453
+ msgid "Extra bold"
1454
+ msgstr "Très gras"
1455
+
1456
+ #: plugin-fw/templates/metaboxes/types/typography.php:99
1457
+ #: yit-common/yith-panel.php:468
1458
+ msgid "Italic"
1459
+ msgstr "Italique"
1460
+
1461
+ #: plugin-fw/templates/metaboxes/types/typography.php:100
1462
+ #: yit-common/yith-panel.php:469
1463
+ msgid "Italic bold"
1464
+ msgstr "Gras italique"
1465
+
1466
+ #: templates/share.php:28
1467
+ #, fuzzy
1468
+ msgid "Pinterest"
1469
+ msgstr "Partager sur Pinterest"
1470
+
1471
+ #: templates/share.php:34
1472
+ msgid "Google Plus"
1473
+ msgstr ""
1474
+
1475
+ #: templates/wishlist-view.php:23
1476
+ #, fuzzy
1477
+ msgid "Edit title"
1478
+ msgstr "Titre de la Wishlist"
1479
+
1480
+ #: templates/wishlist-view.php:32
1481
+ msgid "Save"
1482
+ msgstr ""
1483
+
1484
+ #: templates/wishlist-view.php:36
1485
+ msgid "Cancel"
1486
+ msgstr ""
1487
+
1488
+ #: templates/wishlist-view.php:62
1489
+ msgid "Unit Price"
1490
+ msgstr "Prix unitaire"
1491
+
1492
+ #: templates/wishlist-view.php:70
1493
+ msgid "Stock Status"
1494
+ msgstr "Stock"
1495
+
1496
+ #: templates/wishlist-view.php:93
1497
+ msgid "Remove this product"
1498
+ msgstr "Enlever ce produit"
1499
+
1500
+ #: templates/wishlist-view.php:122
1501
+ msgid "Free!"
1502
+ msgstr ""
1503
+
1504
+ #: templates/wishlist-view.php:136
1505
+ msgid "Out of Stock"
1506
+ msgstr "Epuisé"
1507
+
1508
+ #: templates/wishlist-view.php:139
1509
+ msgid "In Stock"
1510
+ msgstr "En stock"
1511
+
1512
+ #: templates/wishlist-view.php:191
1513
+ msgid "Ask an estimate of costs"
1514
+ msgstr ""
1515
+
1516
+ #: yit-common/yith-panel.php:406
1517
+ msgid "Select a date"
1518
+ msgstr "Choisissez une date"
1519
+
1520
+ #: yit-common/yith-panel.php:407
1521
+ msgid "Hours"
1522
+ msgstr "Heures"
1523
+
1524
+ #: yit-common/yith-panel.php:408 yit-common/yith-panel.php:409
1525
+ msgid "Minutes"
1526
+ msgstr "Minutes"
1527
+
1528
+ #: yit-common/yith-panel.php:457
1529
+ msgid "Select a font family"
1530
+ msgstr "Choisissez une police"
1531
+
1532
+ #: yit-common/yith-panel.php:481
1533
+ msgid "Click to preview"
1534
+ msgstr "Cliquez-ici pour pré-visualiser"
1535
+
1536
+ #~ msgid "Cannot add to the cart as product is Out of Stock!"
1537
+ #~ msgstr "Impossible d'ajouter au panier : ce produit n'est plus en stock."
1538
+
1539
+ #~ msgid "\"Add to Wishlist\" button background"
1540
+ #~ msgstr "Fond du bouton \"Ajouter à la Wishlist\""
1541
+
1542
+ #~ msgid "\"Add to Wishlist\" button border"
1543
+ #~ msgstr "Bordure du bouton \"Ajouter à la Wishlist\""
1544
+
1545
+ #~ msgid "\"Add to Wishlist\" button background (hover)"
1546
+ #~ msgstr "Fond du bouton \"Ajouter à la Wishlist\" (survol)"
1547
+
1548
+ #~ msgid "\"Add to Wishlist\" button text (hover)"
1549
+ #~ msgstr "Texte du bouton \"Ajouter à la Wishlist\" (survol)"
1550
+
1551
+ #~ msgid "\"Add to Wishlist\" button border (hover)"
1552
+ #~ msgstr "Bordure du bouton \"Ajouter à la Wishlist\" (survol)"
1553
+
1554
+ #~ msgid "\"Add to Cart\" button border"
1555
+ #~ msgstr "Bordure du bouton \"Ajouter au panier\""
1556
+
1557
+ #~ msgid "\"Add to Cart\" button background (hover)"
1558
+ #~ msgstr "Fond du bouton \"Ajouter au panier\" (survol)"
1559
+
1560
+ #~ msgid "\"Add to Cart\" button text (hover)"
1561
+ #~ msgstr "Texte du bouton \"Ajouter au panier\" (survol)"
1562
+
1563
+ #~ msgid "\"Add to Cart\" button border (hover)"
1564
+ #~ msgstr "Bordure du bouton \"Ajouter au panier\" (hover)"
1565
+
1566
+ #~ msgid "Wishlist table background"
1567
+ #~ msgstr "Fond du tableau de la Wishlist"
1568
+
1569
+ #~ msgid "Wishlist table text"
1570
+ #~ msgstr "Texte du tableau de la Wishlist"
1571
+
1572
+ #~ msgid "Wishlist table border"
1573
+ #~ msgstr "Bordure du tableau de la Wishlist"
1574
+
1575
+ #~ msgid "Docs"
1576
+ #~ msgstr "Documentation"
1577
+
1578
+ #~ msgid "Use cookies"
1579
+ #~ msgstr "Utiliser des cookies"
1580
+
1581
+ #~ msgid ""
1582
+ #~ "Use cookies instead of sessions. With this feature, the wishlist will be "
1583
+ #~ "available for each not logged user for 30 days. Use the filter "
1584
+ #~ "yith_wcwl_cookie_expiration_time to change the expiration time ( needs "
1585
+ #~ "timestamp )."
1586
+ #~ msgstr ""
1587
+ #~ "Utiliser des cookies à la place des sessions. Avec cette fonctionnalité, "
1588
+ #~ "la wishlist restera disponible pour les utilisateurs non logués durant 30 "
1589
+ #~ "jours. Utilisez le filtre yith_wcwl_cookie_expiration_time pour changer "
1590
+ #~ "la durée de validité (requiert un timestamp)"
1591
 
1592
  #~ msgid "View Cart &rarr;"
1593
  #~ msgstr "Warenkorb ansehen"
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: 2014-09-16 16:16+0100\n"
5
- "PO-Revision-Date: 2014-09-16 16:16+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"
@@ -14,111 +14,104 @@ msgstr ""
14
  "X-Poedit-Basepath: ./\n"
15
  "X-Poedit-SearchPath-0: ..\n"
16
 
17
- #: ../class.yith-wcwl-init.php:114 ../class.yith-wcwl-install.php:137
18
- msgid "Wishlist"
19
- msgstr "רשימת משאלות"
20
-
21
- #: ../class.yith-wcwl-init.php:365
22
- msgid "Cannot add to the cart as product is Out of Stock!"
23
- msgstr "לא ניתן להוסיף את המוצר לסל כי הוא אינו קיים במלאי!"
24
 
25
- #: ../class.yith-wcwl-init.php:430 ../class.yith-wcwl-init.php:859
26
- msgid "General Settings"
27
- msgstr "הגדרות כלליות"
 
 
28
 
29
- #: ../class.yith-wcwl-init.php:431 ../class.yith-wcwl-init.php:965
30
- msgid "Styles"
31
- msgstr "סגנונות עיצוב"
 
 
 
32
 
33
- #: ../class.yith-wcwl-init.php:432 ../class.yith-wcwl-init.php:1028
34
- msgid "Socials &amp; Share"
35
- msgstr ""
 
 
 
 
 
36
 
37
- #: ../class.yith-wcwl-init.php:453
 
38
  msgid "Colors"
39
  msgstr "צבעים"
40
 
41
- #: ../class.yith-wcwl-init.php:483
42
- msgid "\"Add to Wishlist\" button background"
 
43
  msgstr ""
44
 
45
- #: ../class.yith-wcwl-init.php:484
46
- msgid "\"Add to Wishlist\" button text"
 
 
47
  msgstr ""
48
 
49
- #: ../class.yith-wcwl-init.php:485
50
- msgid "\"Add to Wishlist\" button border"
51
  msgstr ""
52
 
53
- #: ../class.yith-wcwl-init.php:491
54
- msgid "\"Add to Wishlist\" button background (hover)"
55
  msgstr ""
56
 
57
- #: ../class.yith-wcwl-init.php:492
58
- msgid "\"Add to Wishlist\" button text (hover)"
59
- msgstr ""
60
 
61
- #: ../class.yith-wcwl-init.php:493
62
- msgid "\"Add to Wishlist\" button border (hover)"
63
- msgstr ""
64
 
65
- #: ../class.yith-wcwl-init.php:498
66
- msgid "\"Add to Cart\" button background"
67
  msgstr ""
68
 
69
- #: ../class.yith-wcwl-init.php:499
70
- msgid "\"Add to Cart\" button text"
71
  msgstr ""
72
 
73
- #: ../class.yith-wcwl-init.php:500
74
- msgid "\"Add to Cart\" button border"
75
  msgstr ""
76
 
77
- #: ../class.yith-wcwl-init.php:506
78
- msgid "\"Add to Cart\" button background (hover)"
 
 
79
  msgstr ""
80
 
81
- #: ../class.yith-wcwl-init.php:507
82
- msgid "\"Add to Cart\" button text (hover)"
83
- msgstr "\"הוסף לסל\" כפתור טקסט (hover)"
84
-
85
- #: ../class.yith-wcwl-init.php:508
86
- msgid "\"Add to Cart\" button border (hover)"
87
- msgstr "\"הוסף לסל\" גבול כפתור (hover)"
88
-
89
- #: ../class.yith-wcwl-init.php:513
90
- msgid "Wishlist table background"
91
- msgstr "רקע טבלת הרשימה"
92
-
93
- #: ../class.yith-wcwl-init.php:514
94
- msgid "Wishlist table text"
95
- msgstr "טקסט בטבלת הרשימה"
96
-
97
- #: ../class.yith-wcwl-init.php:515
98
- msgid "Wishlist table border"
99
- msgstr "גבול טבלאות הרשימה"
100
-
101
- #: ../class.yith-wcwl-init.php:575
102
- msgid "Settings"
103
- msgstr "הגדרות"
104
-
105
- #: ../class.yith-wcwl-init.php:576
106
- msgid "Docs"
107
- msgstr "מסמכים"
108
 
109
- #: ../class.yith-wcwl-init.php:592
110
- msgid "Wishlist Page"
111
- msgstr "עמוד רשימת המשאלות"
 
 
 
112
 
113
- #: ../class.yith-wcwl-init.php:593
114
- msgid "Page contents: [yith_wcwl_wishlist]"
115
- msgstr "תוכן העמוד: [yith_wcwl_wishlist]"
116
 
117
- #: ../class.yith-wcwl-init.php:862
118
  msgid "Enable YITH Wishlist"
119
  msgstr "אפשר שימוש ברשימת המשאלות של YITH"
120
 
121
- #: ../class.yith-wcwl-init.php:863
122
  #, fuzzy, php-format
123
  msgid ""
124
  "Enable all plugin features. <strong>Be sure to select a voice in the "
@@ -129,176 +122,214 @@ msgstr ""
129
  "בהגדרות של WooCommerce &gt; Settings &gt; Pages.</strong> בנוסף, קרא את <a "
130
  "href=\"%s\" target=\"_blank\">הוראות השימוש</a> של התוסף."
131
 
132
- #: ../class.yith-wcwl-init.php:870
133
- msgid "Use cookies"
134
- msgstr ""
135
-
136
- #: ../class.yith-wcwl-init.php:871
137
- msgid ""
138
- "Use cookies instead of sessions. With this feature, the wishlist will be "
139
- "available for each not logged user for 30 days. Use the filter "
140
- "yith_wcwl_cookie_expiration_time to change the expiration time ( needs "
141
- "timestamp )."
142
- msgstr ""
143
-
144
- #: ../class.yith-wcwl-init.php:878
145
- msgid "Wishlist title"
146
  msgstr "כותרת רשימת משאלות"
147
 
148
- #: ../class.yith-wcwl-init.php:880 ../class.yith-wcwl-init.php:881
149
- #: ../class.yith-wcwl-init.php:1068 ../class.yith-wcwl-init.php:1069
 
 
150
  #, php-format
151
  msgid "My wishlist on %s"
152
  msgstr "רשימת המשאלות שלי ב-%s"
153
 
154
- #: ../class.yith-wcwl-init.php:890
155
  msgid "Position"
156
  msgstr "מיקום"
157
 
158
- #: ../class.yith-wcwl-init.php:891
159
  msgid ""
160
  "On variable products you can add it only After \"Add to Cart\" or use the "
161
  "shortcode [yith_wcwl_add_to_wishlist]."
162
  msgstr ""
163
 
164
- #: ../class.yith-wcwl-init.php:897
165
  msgid "After \"Add to cart\""
166
  msgstr "לאחר \"הוספה לסל\""
167
 
168
- #: ../class.yith-wcwl-init.php:898
169
  msgid "After thumbnails"
170
  msgstr "אחרי התמונות המוקטנות"
171
 
172
- #: ../class.yith-wcwl-init.php:899
173
  msgid "After summary"
174
  msgstr "אחרי תיאור מוצר"
175
 
176
- #: ../class.yith-wcwl-init.php:900
177
  msgid "Use shortcode"
178
  msgstr "השתמש בקוד מקוצר"
179
 
180
- #: ../class.yith-wcwl-init.php:905
181
  msgid "Redirect to cart"
182
  msgstr "הפנייה לסל הקניות"
183
 
184
- #: ../class.yith-wcwl-init.php:906
185
  msgid ""
186
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
187
  "page."
188
  msgstr ""
189
 
190
- #: ../class.yith-wcwl-init.php:913
191
  msgid "Remove if added to the cart"
192
  msgstr "הסר מהרשימה אם הוסף לסל"
193
 
194
- #: ../class.yith-wcwl-init.php:914
195
  msgid "Remove the product from the wishlist if is been added to the cart."
196
  msgstr "הסר את המוצר מהרשימה אם הוא הוסף לסל."
197
 
198
- #: ../class.yith-wcwl-init.php:921
199
  msgid "\"Add to Wishlist\" text"
200
  msgstr ""
201
 
202
- #: ../class.yith-wcwl-init.php:923 ../class.yith-wcwl-init.php:924
 
203
  msgid "Add to Wishlist"
204
  msgstr "הוסף לרשימת המשאלות"
205
 
206
- #: ../class.yith-wcwl-init.php:929
207
  msgid "\"Add to Cart\" text"
208
  msgstr ""
209
 
210
- #: ../class.yith-wcwl-init.php:931 ../class.yith-wcwl-init.php:932
 
211
  msgid "Add to Cart"
212
  msgstr "הוסף לסל"
213
 
214
- #: ../class.yith-wcwl-init.php:937
215
  #, fuzzy
216
  msgid "Show Unit price"
217
  msgstr "מחיר ליחידה"
218
 
219
- #: ../class.yith-wcwl-init.php:945
 
 
 
 
220
  #, fuzzy
221
  msgid "Show \"Add to Cart\" button"
222
  msgstr "\"הוסף לסל\" כפתור טקסט (hover)"
223
 
224
- #: ../class.yith-wcwl-init.php:953
 
 
 
 
 
225
  #, fuzzy
226
  msgid "Show Stock status"
227
  msgstr "מצב מלאי"
228
 
229
- #: ../class.yith-wcwl-init.php:968
 
 
 
 
 
 
 
 
 
230
  msgid "Use buttons"
231
  msgstr "השתמש בכפתורים"
232
 
233
- #: ../class.yith-wcwl-init.php:969
234
  msgid "Use buttons instead of a simple anchors."
235
  msgstr "השתמש בכפתורים במקום קישורים רגילים."
236
 
237
- #: ../class.yith-wcwl-init.php:976
238
  msgid "Custom CSS"
239
  msgstr "הכנס שורות CSS משלך"
240
 
241
- #: ../class.yith-wcwl-init.php:984
242
  msgid "Use theme style"
243
  msgstr "השתמש בעיצוב של התבנית שלך"
244
 
245
- #: ../class.yith-wcwl-init.php:985
246
  msgid "Use the theme style."
247
  msgstr "השתמש בעיצוב של תבנית האתר."
248
 
249
- #: ../class.yith-wcwl-init.php:992
250
- msgid "Buttons rounded corners"
 
251
  msgstr "כפתורים עם פינות מעוגלות"
252
 
253
- #: ../class.yith-wcwl-init.php:993
254
  msgid "Make buttons corner rounded"
255
  msgstr "הצג את הכפתורים עם פינות מעוגלות"
256
 
257
- #: ../class.yith-wcwl-init.php:1000
258
  msgid "\"Add to Wishlist\" icon"
259
  msgstr ""
260
 
261
- #: ../class.yith-wcwl-init.php:1001
262
  msgid "Add an icon to the \"Add to Wishlist\" button"
263
  msgstr ""
264
 
265
- #: ../class.yith-wcwl-init.php:1012
266
  msgid "\"Add to Cart\" icon"
267
  msgstr ""
268
 
269
- #: ../class.yith-wcwl-init.php:1013
270
  msgid "Add an icon to the \"Add to Cart\" button"
271
  msgstr ""
272
 
273
- #: ../class.yith-wcwl-init.php:1031
 
 
 
 
274
  msgid "Share on Facebook"
275
  msgstr "שתף בפייסבוק"
276
 
277
- #: ../class.yith-wcwl-init.php:1038
 
 
 
 
 
 
278
  msgid "Tweet on Twitter"
279
  msgstr ""
280
 
281
- #: ../class.yith-wcwl-init.php:1045
 
 
 
 
 
282
  msgid "Pin on Pinterest"
283
  msgstr ""
284
 
285
- #: ../class.yith-wcwl-init.php:1052
 
 
 
 
 
286
  msgid "Share on Google+"
287
  msgstr "שתף בגוגל+"
288
 
289
- #: ../class.yith-wcwl-init.php:1059
290
  msgid "Share by Email"
291
  msgstr ""
292
 
293
- #: ../class.yith-wcwl-init.php:1066
294
- msgid "Socials title"
295
- msgstr ""
 
296
 
297
- #: ../class.yith-wcwl-init.php:1074
298
- msgid "Socials text"
 
 
 
 
 
299
  msgstr ""
300
 
301
- #: ../class.yith-wcwl-init.php:1075
302
  msgid ""
303
  "Will be used by Facebook, Twitter and Pinterest. Use <strong>%wishlist_url%</"
304
  "strong> where you want the URL of your wishlist to appear."
@@ -306,160 +337,1203 @@ msgstr ""
306
  "יעשה שימוש על ידי Facebook, Twitter וגם Pinterest. השתמש ב-<strong>"
307
  "%wishlist_url%</strong> היכן שתרצה את ה-URL של רשימת המשאלות שלך שיופיע."
308
 
309
- #: ../class.yith-wcwl-init.php:1083
310
- msgid "Socials image URL"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
311
  msgstr ""
312
 
313
- #: ../class.yith-wcwl-install.php:136
314
  msgid "wishlist"
315
  msgstr "רשימת משאלות"
316
 
317
- #: ../class.yith-wcwl-ui.php:67 ../class.yith-wcwl.php:351
318
- #: ../yith-wcwl-ajax.php:47
 
 
 
 
 
319
  msgid "Product added!"
320
  msgstr "המוצר נשמר!"
321
 
322
- #: ../class.yith-wcwl-ui.php:67 ../class.yith-wcwl-ui.php:68
 
323
  msgid "Browse Wishlist"
324
  msgstr "צפה ברשימת השמורים שלך"
325
 
326
- #: ../class.yith-wcwl-ui.php:68
327
  msgid "The product is already in the wishlist!"
328
  msgstr "המוצר נשמר."
329
 
330
- #: ../class.yith-wcwl-ui.php:100
 
331
  msgid "Select options"
332
  msgstr "בחירת דגם"
333
 
334
- #: ../class.yith-wcwl-ui.php:145
335
- msgid "Share on:"
336
- msgstr "שתף ברשת:"
337
-
338
- #: ../class.yith-wcwl-ui.php:149
339
  msgid "Facebook"
340
  msgstr "פייסבוק"
341
 
342
- #: ../class.yith-wcwl-ui.php:152
343
  msgid "Twitter"
344
  msgstr "טוויטר"
345
 
346
- #: ../class.yith-wcwl-ui.php:161
347
  msgid "email"
348
  msgstr ""
349
 
350
- #: ../class.yith-wcwl.php:140
351
  msgid "Error occurred while adding product to wishlist."
352
  msgstr "ארעה שגיאה בזמן הוספת המוצר לרשימה."
353
 
354
- #: ../class.yith-wcwl.php:162
 
 
 
 
355
  msgid "Error occurred while removing product from wishlist"
356
  msgstr "ארעה שגיאה בזמן הסרת המוצר מהרשימה"
357
 
358
- #: ../class.yith-wcwl.php:353 ../yith-wcwl-ajax.php:49
 
 
 
 
359
  msgid "Product already in the wishlist."
360
  msgstr "המוצר עדיין נמצא ברשימת המשאלות שלך."
361
 
362
- #: ../class.yith-wcwl.php:370 ../yith-wcwl-ajax.php:30
363
  msgid "Product successfully removed."
364
  msgstr "המוצר הוסר מהרשימה בהצלחה."
365
 
366
- #: ../class.yith-wcwl.php:373 ../yith-wcwl-ajax.php:33
367
  msgid "Error. Unable to remove the product from the wishlist."
368
  msgstr "שגיאה. לא הצלחנו להסיר את המוצר מרשימת המשאלות."
369
 
370
- #: ../class.yith-wcwl.php:377 ../yith-wcwl-ajax.php:37
371
- #: ../templates/wishlist.php:161
372
  msgid "No products were added to the wishlist"
373
  msgstr "אין מוצרים ברשימת המשאלות שלך."
374
 
375
- #: ../templates/wishlist.php:82
376
- msgid "Product Name"
377
- msgstr "שם המוצר"
 
 
 
 
378
 
379
- #: ../templates/wishlist.php:83
380
- msgid "Unit Price"
381
- msgstr "מחיר ליחידה"
 
 
382
 
383
- #: ../templates/wishlist.php:84
384
- msgid "Stock Status"
385
- msgstr "מצב מלאי"
 
 
 
 
386
 
387
- #: ../templates/wishlist.php:107
388
- msgid "Remove this product"
389
- msgstr "הסרת מוצר מהרשימה"
 
 
390
 
391
- #: ../templates/wishlist.php:127
392
- msgid "Free!"
 
 
393
  msgstr ""
394
 
395
- #: ../templates/wishlist.php:140
396
- msgid "Out of Stock"
397
- msgstr "לא קיים במלאי"
 
 
 
 
398
 
399
- #: ../templates/wishlist.php:143
400
- msgid "In Stock"
401
- msgstr "קיים במלאי"
 
 
402
 
403
- #: ../yit-common/yith-panel.php:406
404
- msgid "Select a date"
 
 
405
  msgstr ""
406
 
407
- #: ../yit-common/yith-panel.php:407
408
- msgid "Hours"
 
 
409
  msgstr ""
410
 
411
- #: ../yit-common/yith-panel.php:408 ../yit-common/yith-panel.php:409
412
- msgid "Minutes"
 
413
  msgstr ""
414
 
415
- #: ../yit-common/yith-panel.php:417
416
- msgid "Upload"
 
417
  msgstr ""
418
 
419
- #: ../yit-common/yith-panel.php:444
420
- msgid "px"
421
  msgstr ""
422
 
423
- #: ../yit-common/yith-panel.php:445
424
- msgid "em"
425
  msgstr ""
426
 
427
- #: ../yit-common/yith-panel.php:446
428
- msgid "pt"
429
  msgstr ""
430
 
431
- #: ../yit-common/yith-panel.php:447
432
- msgid "rem"
433
  msgstr ""
434
 
435
- #: ../yit-common/yith-panel.php:457
436
- msgid "Select a font family"
437
  msgstr ""
438
 
439
- #: ../yit-common/yith-panel.php:465
440
- msgid "Regular"
441
  msgstr ""
442
 
443
- #: ../yit-common/yith-panel.php:466
444
- msgid "Bold"
445
  msgstr ""
446
 
447
- #: ../yit-common/yith-panel.php:467
448
- msgid "Extra bold"
449
  msgstr ""
450
 
451
- #: ../yit-common/yith-panel.php:468
452
- msgid "Italic"
453
  msgstr ""
454
 
455
- #: ../yit-common/yith-panel.php:469
456
- msgid "Italic bold"
 
 
 
 
 
457
  msgstr ""
458
 
459
- #: ../yit-common/yith-panel.php:481
460
- msgid "Click to preview"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
461
  msgstr ""
462
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
463
  #~ msgid "View Cart &rarr;"
464
  #~ msgstr "צפייה בעגלה &larr;"
465
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WCWL\n"
4
+ "POT-Creation-Date: 2015-02-12 13:14+0100\n"
5
+ "PO-Revision-Date: 2015-02-12 13:14+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"
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:177
30
+ #: ../includes/class.yith-wcwl-admin-init.php:1054
31
+ #: ../includes/class.yith-wcwl-admin-init.php:1055
32
+ #: ../includes/class.yith-wcwl-install.php:240
33
+ msgid "Wishlist"
34
+ msgstr "רשימת משאלות"
35
 
36
+ #: ../includes/class.yith-wcwl-admin-init.php:179
37
+ #: ../includes/class.yith-wcwl-admin-init.php:277
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:180
46
+ #: ../includes/class.yith-wcwl-admin-init.php:244
47
  msgid "Colors"
48
  msgstr "צבעים"
49
 
50
+ #: ../includes/class.yith-wcwl-admin-init.php:181
51
+ #: ../includes/class.yith-wcwl-admin-init.php:281
52
+ msgid "Premium Version"
53
  msgstr ""
54
 
55
+ #: ../includes/class.yith-wcwl-admin-init.php:305
56
+ msgid ""
57
+ "WARNING: This plugin requires at least WooCommerce 2.2! Plase, use this link "
58
+ "to update it."
59
  msgstr ""
60
 
61
+ #: ../includes/class.yith-wcwl-admin-init.php:308
62
+ msgid "WARNING: This plugin requires at least WooCommerce 2.2!"
63
  msgstr ""
64
 
65
+ #: ../includes/class.yith-wcwl-admin-init.php:313
66
+ msgid "Plugin Documentation"
67
  msgstr ""
68
 
69
+ #: ../includes/class.yith-wcwl-admin-init.php:329
70
+ msgid "Wishlist Page"
71
+ msgstr "עמוד רשימת המשאלות"
72
 
73
+ #: ../includes/class.yith-wcwl-admin-init.php:330
74
+ msgid "Page contents: [yith_wcwl_wishlist]"
75
+ msgstr "תוכן העמוד: [yith_wcwl_wishlist]"
76
 
77
+ #: ../includes/class.yith-wcwl-admin-init.php:596
78
+ msgid "Upgrade to the PREMIUM VERSION"
79
  msgstr ""
80
 
81
+ #: ../includes/class.yith-wcwl-admin-init.php:599
82
+ msgid "YITH WooCommerce Wishlist"
83
  msgstr ""
84
 
85
+ #: ../includes/class.yith-wcwl-admin-init.php:600
86
+ msgid "Discover the Advanced Features"
87
  msgstr ""
88
 
89
+ #: ../includes/class.yith-wcwl-admin-init.php:601
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:608
96
+ msgid "Get Support and Pro Features"
97
+ msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
98
 
99
+ #: ../includes/class.yith-wcwl-admin-init.php:609
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:619
107
+ msgid "General Settings"
108
+ msgstr "הגדרות כלליות"
109
 
110
+ #: ../includes/class.yith-wcwl-admin-init.php:626
111
  msgid "Enable YITH Wishlist"
112
  msgstr "אפשר שימוש ברשימת המשאלות של YITH"
113
 
114
+ #: ../includes/class.yith-wcwl-admin-init.php:627
115
  #, fuzzy, php-format
116
  msgid ""
117
  "Enable all plugin features. <strong>Be sure to select a voice in the "
122
  "בהגדרות של WooCommerce &gt; Settings &gt; Pages.</strong> בנוסף, קרא את <a "
123
  "href=\"%s\" target=\"_blank\">הוראות השימוש</a> של התוסף."
124
 
125
+ #: ../includes/class.yith-wcwl-admin-init.php:634
126
+ #, fuzzy
127
+ msgid "Default wishlist title"
 
 
 
 
 
 
 
 
 
 
 
128
  msgstr "כותרת רשימת משאלות"
129
 
130
+ #: ../includes/class.yith-wcwl-admin-init.php:636
131
+ #: ../includes/class.yith-wcwl-admin-init.php:637
132
+ #: ../includes/class.yith-wcwl-admin-init.php:854
133
+ #: ../includes/class.yith-wcwl-admin-init.php:855
134
  #, php-format
135
  msgid "My wishlist on %s"
136
  msgstr "רשימת המשאלות שלי ב-%s"
137
 
138
+ #: ../includes/class.yith-wcwl-admin-init.php:645
139
  msgid "Position"
140
  msgstr "מיקום"
141
 
142
+ #: ../includes/class.yith-wcwl-admin-init.php:646
143
  msgid ""
144
  "On variable products you can add it only After \"Add to Cart\" or use the "
145
  "shortcode [yith_wcwl_add_to_wishlist]."
146
  msgstr ""
147
 
148
+ #: ../includes/class.yith-wcwl-admin-init.php:652
149
  msgid "After \"Add to cart\""
150
  msgstr "לאחר \"הוספה לסל\""
151
 
152
+ #: ../includes/class.yith-wcwl-admin-init.php:653
153
  msgid "After thumbnails"
154
  msgstr "אחרי התמונות המוקטנות"
155
 
156
+ #: ../includes/class.yith-wcwl-admin-init.php:654
157
  msgid "After summary"
158
  msgstr "אחרי תיאור מוצר"
159
 
160
+ #: ../includes/class.yith-wcwl-admin-init.php:655
161
  msgid "Use shortcode"
162
  msgstr "השתמש בקוד מקוצר"
163
 
164
+ #: ../includes/class.yith-wcwl-admin-init.php:660
165
  msgid "Redirect to cart"
166
  msgstr "הפנייה לסל הקניות"
167
 
168
+ #: ../includes/class.yith-wcwl-admin-init.php:661
169
  msgid ""
170
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
171
  "page."
172
  msgstr ""
173
 
174
+ #: ../includes/class.yith-wcwl-admin-init.php:668
175
  msgid "Remove if added to the cart"
176
  msgstr "הסר מהרשימה אם הוסף לסל"
177
 
178
+ #: ../includes/class.yith-wcwl-admin-init.php:669
179
  msgid "Remove the product from the wishlist if is been added to the cart."
180
  msgstr "הסר את המוצר מהרשימה אם הוא הוסף לסל."
181
 
182
+ #: ../includes/class.yith-wcwl-admin-init.php:676
183
  msgid "\"Add to Wishlist\" text"
184
  msgstr ""
185
 
186
+ #: ../includes/class.yith-wcwl-admin-init.php:678
187
+ #: ../includes/class.yith-wcwl-admin-init.php:679
188
  msgid "Add to Wishlist"
189
  msgstr "הוסף לרשימת המשאלות"
190
 
191
+ #: ../includes/class.yith-wcwl-admin-init.php:684
192
  msgid "\"Add to Cart\" text"
193
  msgstr ""
194
 
195
+ #: ../includes/class.yith-wcwl-admin-init.php:686
196
+ #: ../includes/class.yith-wcwl-admin-init.php:687
197
  msgid "Add to Cart"
198
  msgstr "הוסף לסל"
199
 
200
+ #: ../includes/class.yith-wcwl-admin-init.php:692
201
  #, fuzzy
202
  msgid "Show Unit price"
203
  msgstr "מחיר ליחידה"
204
 
205
+ #: ../includes/class.yith-wcwl-admin-init.php:693
206
+ msgid "Show unit price for each product in wishlist"
207
+ msgstr ""
208
+
209
+ #: ../includes/class.yith-wcwl-admin-init.php:701
210
  #, fuzzy
211
  msgid "Show \"Add to Cart\" button"
212
  msgstr "\"הוסף לסל\" כפתור טקסט (hover)"
213
 
214
+ #: ../includes/class.yith-wcwl-admin-init.php:702
215
+ #, fuzzy
216
+ msgid "Show \"Add to cart\" button for each product in wishlist"
217
+ msgstr "\"הוסף לסל\" כפתור טקסט (hover)"
218
+
219
+ #: ../includes/class.yith-wcwl-admin-init.php:710
220
  #, fuzzy
221
  msgid "Show Stock status"
222
  msgstr "מצב מלאי"
223
 
224
+ #: ../includes/class.yith-wcwl-admin-init.php:711
225
+ msgid ""
226
+ "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
227
+ msgstr ""
228
+
229
+ #: ../includes/class.yith-wcwl-admin-init.php:734
230
+ msgid "Styles"
231
+ msgstr "סגנונות עיצוב"
232
+
233
+ #: ../includes/class.yith-wcwl-admin-init.php:741
234
  msgid "Use buttons"
235
  msgstr "השתמש בכפתורים"
236
 
237
+ #: ../includes/class.yith-wcwl-admin-init.php:742
238
  msgid "Use buttons instead of a simple anchors."
239
  msgstr "השתמש בכפתורים במקום קישורים רגילים."
240
 
241
+ #: ../includes/class.yith-wcwl-admin-init.php:749
242
  msgid "Custom CSS"
243
  msgstr "הכנס שורות CSS משלך"
244
 
245
+ #: ../includes/class.yith-wcwl-admin-init.php:757
246
  msgid "Use theme style"
247
  msgstr "השתמש בעיצוב של התבנית שלך"
248
 
249
+ #: ../includes/class.yith-wcwl-admin-init.php:758
250
  msgid "Use the theme style."
251
  msgstr "השתמש בעיצוב של תבנית האתר."
252
 
253
+ #: ../includes/class.yith-wcwl-admin-init.php:765
254
+ #, fuzzy
255
+ msgid "Button rounded corners"
256
  msgstr "כפתורים עם פינות מעוגלות"
257
 
258
+ #: ../includes/class.yith-wcwl-admin-init.php:766
259
  msgid "Make buttons corner rounded"
260
  msgstr "הצג את הכפתורים עם פינות מעוגלות"
261
 
262
+ #: ../includes/class.yith-wcwl-admin-init.php:773
263
  msgid "\"Add to Wishlist\" icon"
264
  msgstr ""
265
 
266
+ #: ../includes/class.yith-wcwl-admin-init.php:774
267
  msgid "Add an icon to the \"Add to Wishlist\" button"
268
  msgstr ""
269
 
270
+ #: ../includes/class.yith-wcwl-admin-init.php:785
271
  msgid "\"Add to Cart\" icon"
272
  msgstr ""
273
 
274
+ #: ../includes/class.yith-wcwl-admin-init.php:786
275
  msgid "Add an icon to the \"Add to Cart\" button"
276
  msgstr ""
277
 
278
+ #: ../includes/class.yith-wcwl-admin-init.php:805
279
+ msgid "Socials &amp; Share"
280
+ msgstr ""
281
+
282
+ #: ../includes/class.yith-wcwl-admin-init.php:812
283
  msgid "Share on Facebook"
284
  msgstr "שתף בפייסבוק"
285
 
286
+ #: ../includes/class.yith-wcwl-admin-init.php:813
287
+ #: ../includes/class.yith-wcwl-admin-init.php:837
288
+ #, fuzzy
289
+ msgid "Show \"Share on Facebook\" button"
290
+ msgstr "שתף בפייסבוק"
291
+
292
+ #: ../includes/class.yith-wcwl-admin-init.php:820
293
  msgid "Tweet on Twitter"
294
  msgstr ""
295
 
296
+ #: ../includes/class.yith-wcwl-admin-init.php:821
297
+ #, fuzzy
298
+ msgid "Show \"Tweet on Twitter\" button"
299
+ msgstr "\"הוסף לסל\" כפתור טקסט (hover)"
300
+
301
+ #: ../includes/class.yith-wcwl-admin-init.php:828
302
  msgid "Pin on Pinterest"
303
  msgstr ""
304
 
305
+ #: ../includes/class.yith-wcwl-admin-init.php:829
306
+ #, fuzzy
307
+ msgid "Show \"Pin on Pinterest\" button"
308
+ msgstr "\"הוסף לסל\" כפתור טקסט (hover)"
309
+
310
+ #: ../includes/class.yith-wcwl-admin-init.php:836
311
  msgid "Share on Google+"
312
  msgstr "שתף בגוגל+"
313
 
314
+ #: ../includes/class.yith-wcwl-admin-init.php:844
315
  msgid "Share by Email"
316
  msgstr ""
317
 
318
+ #: ../includes/class.yith-wcwl-admin-init.php:845
319
+ #, fuzzy
320
+ msgid "Show \"Share by Email\" button"
321
+ msgstr "\"הוסף לסל\" כפתור טקסט (hover)"
322
 
323
+ #: ../includes/class.yith-wcwl-admin-init.php:852
324
+ #, fuzzy
325
+ msgid "Social title"
326
+ msgstr "כותרת רשימת משאלות"
327
+
328
+ #: ../includes/class.yith-wcwl-admin-init.php:860
329
+ msgid "Social text"
330
  msgstr ""
331
 
332
+ #: ../includes/class.yith-wcwl-admin-init.php:861
333
  msgid ""
334
  "Will be used by Facebook, Twitter and Pinterest. Use <strong>%wishlist_url%</"
335
  "strong> where you want the URL of your wishlist to appear."
337
  "יעשה שימוש על ידי Facebook, Twitter וגם Pinterest. השתמש ב-<strong>"
338
  "%wishlist_url%</strong> היכן שתרצה את ה-URL של רשימת המשאלות שלך שיופיע."
339
 
340
+ #: ../includes/class.yith-wcwl-admin-init.php:869
341
+ msgid "Social image URL"
342
+ msgstr ""
343
+
344
+ #: ../includes/class.yith-wcwl-admin-init.php:905
345
+ #, fuzzy
346
+ msgid "\"Add to wishlist\" button"
347
+ msgstr "הוסף לרשימת המשאלות"
348
+
349
+ #: ../includes/class.yith-wcwl-admin-init.php:908
350
+ #: ../includes/class.yith-wcwl-admin-init.php:926
351
+ #: ../includes/class.yith-wcwl-admin-init.php:944
352
+ #: ../includes/class.yith-wcwl-admin-init.php:962
353
+ #: ../includes/class.yith-wcwl-admin-init.php:980
354
+ msgid "Background"
355
+ msgstr ""
356
+
357
+ #: ../includes/class.yith-wcwl-admin-init.php:909
358
+ #: ../includes/class.yith-wcwl-admin-init.php:927
359
+ #: ../includes/class.yith-wcwl-admin-init.php:945
360
+ #: ../includes/class.yith-wcwl-admin-init.php:963
361
+ #: ../includes/class.yith-wcwl-admin-init.php:981
362
+ msgid "Text"
363
+ msgstr ""
364
+
365
+ #: ../includes/class.yith-wcwl-admin-init.php:910
366
+ #: ../includes/class.yith-wcwl-admin-init.php:928
367
+ #: ../includes/class.yith-wcwl-admin-init.php:946
368
+ #: ../includes/class.yith-wcwl-admin-init.php:964
369
+ #: ../includes/class.yith-wcwl-admin-init.php:982
370
+ msgid "Border"
371
+ msgstr ""
372
+
373
+ #: ../includes/class.yith-wcwl-admin-init.php:917
374
+ #: ../includes/class.yith-wcwl-admin-init.php:935
375
+ #: ../includes/class.yith-wcwl-admin-init.php:953
376
+ #: ../includes/class.yith-wcwl-admin-init.php:971
377
+ msgid "Background (hover)"
378
+ msgstr ""
379
+
380
+ #: ../includes/class.yith-wcwl-admin-init.php:918
381
+ #: ../includes/class.yith-wcwl-admin-init.php:936
382
+ #: ../includes/class.yith-wcwl-admin-init.php:954
383
+ #: ../includes/class.yith-wcwl-admin-init.php:972
384
+ msgid "Text (hover)"
385
+ msgstr ""
386
+
387
+ #: ../includes/class.yith-wcwl-admin-init.php:919
388
+ #: ../includes/class.yith-wcwl-admin-init.php:937
389
+ #: ../includes/class.yith-wcwl-admin-init.php:955
390
+ #: ../includes/class.yith-wcwl-admin-init.php:973
391
+ msgid "Border (hover)"
392
+ msgstr ""
393
+
394
+ #: ../includes/class.yith-wcwl-admin-init.php:923
395
+ #, fuzzy
396
+ msgid "\"Add to Cart\" button"
397
+ msgstr "\"הוסף לסל\" כפתור טקסט (hover)"
398
+
399
+ #: ../includes/class.yith-wcwl-admin-init.php:941
400
+ msgid "\"Style 1\" button"
401
+ msgstr ""
402
+
403
+ #: ../includes/class.yith-wcwl-admin-init.php:959
404
+ msgid "\"Style 2\" button"
405
+ msgstr ""
406
+
407
+ #: ../includes/class.yith-wcwl-admin-init.php:977
408
+ #, fuzzy
409
+ msgid "Wishlist table"
410
+ msgstr "כותרת רשימת משאלות"
411
+
412
+ #: ../includes/class.yith-wcwl-admin-init.php:986
413
+ msgid "Headers"
414
+ msgstr ""
415
+
416
+ #: ../includes/class.yith-wcwl-admin-init.php:989
417
+ msgid "Background color"
418
+ msgstr ""
419
+
420
+ #: ../includes/class.yith-wcwl-admin-init.php:1116
421
+ #, fuzzy
422
+ msgid "Wishlist Activated"
423
+ msgstr "כותרת רשימת משאלות"
424
+
425
+ #: ../includes/class.yith-wcwl-admin-init.php:1117
426
+ #, php-format
427
+ msgid ""
428
+ "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
429
+ "can access to all the settings of our plugins that you have activated. "
430
+ "Wishlist is available in an outstanding PREMIUM version with many new "
431
+ "options, <a href=\"%s\">discover it now</a>."
432
+ msgstr ""
433
+
434
+ #: ../includes/class.yith-wcwl-admin-init.php:1128
435
+ #, fuzzy
436
+ msgid "Wishlist Updated"
437
+ msgstr "עמוד רשימת המשאלות"
438
+
439
+ #: ../includes/class.yith-wcwl-admin-init.php:1129
440
+ #, php-format
441
+ msgid ""
442
+ "From now on, you can find all the options of Wishlist under YIT Plugin -> "
443
+ "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
444
+ "version. When one of our plugins updates, a new voice will be added to this "
445
+ "menu. Wishlist renovates with new available options, <a href=\"%s\">discover "
446
+ "the PREMIUM version.</a>"
447
+ msgstr ""
448
+
449
+ #: ../includes/class.yith-wcwl-init.php:341
450
+ msgid ""
451
+ "We are sorry,but this feature is available only if cookies on your browser "
452
+ "are enabled."
453
  msgstr ""
454
 
455
+ #: ../includes/class.yith-wcwl-install.php:239
456
  msgid "wishlist"
457
  msgstr "רשימת משאלות"
458
 
459
+ #: ../includes/class.yith-wcwl-shortcode.php:225
460
+ #: ../includes/class.yith-wcwl-ui.php:161
461
+ msgid "Share on:"
462
+ msgstr "שתף ברשת:"
463
+
464
+ #: ../includes/class.yith-wcwl-ui.php:81 ../includes/class.yith-wcwl.php:1143
465
+ #: ../templates/add-to-wishlist.php:21
466
  msgid "Product added!"
467
  msgstr "המוצר נשמר!"
468
 
469
+ #: ../includes/class.yith-wcwl-ui.php:81 ../includes/class.yith-wcwl-ui.php:82
470
+ #: ../templates/add-to-wishlist.php:23 ../templates/add-to-wishlist.php:30
471
  msgid "Browse Wishlist"
472
  msgstr "צפה ברשימת השמורים שלך"
473
 
474
+ #: ../includes/class.yith-wcwl-ui.php:82 ../templates/add-to-wishlist.php:28
475
  msgid "The product is already in the wishlist!"
476
  msgstr "המוצר נשמר."
477
 
478
+ #: ../includes/class.yith-wcwl-ui.php:116
479
+ #: ../includes/class.yith-wcwl-ui.php:200
480
  msgid "Select options"
481
  msgstr "בחירת דגם"
482
 
483
+ #: ../includes/class.yith-wcwl-ui.php:165 ../templates/share.php:16
 
 
 
 
484
  msgid "Facebook"
485
  msgstr "פייסבוק"
486
 
487
+ #: ../includes/class.yith-wcwl-ui.php:168 ../templates/share.php:22
488
  msgid "Twitter"
489
  msgstr "טוויטר"
490
 
491
+ #: ../includes/class.yith-wcwl-ui.php:177
492
  msgid "email"
493
  msgstr ""
494
 
495
+ #: ../includes/class.yith-wcwl.php:192 ../includes/class.yith-wcwl.php:276
496
  msgid "Error occurred while adding product to wishlist."
497
  msgstr "ארעה שגיאה בזמן הוספת המוצר לרשימה."
498
 
499
+ #: ../includes/class.yith-wcwl.php:291
500
+ msgid "Remove now does not require any param"
501
+ msgstr ""
502
+
503
+ #: ../includes/class.yith-wcwl.php:325
504
  msgid "Error occurred while removing product from wishlist"
505
  msgstr "ארעה שגיאה בזמן הסרת המוצר מהרשימה"
506
 
507
+ #: ../includes/class.yith-wcwl.php:603
508
+ msgid "You need to log in before creating a new wishlist"
509
+ msgstr ""
510
+
511
+ #: ../includes/class.yith-wcwl.php:1146
512
  msgid "Product already in the wishlist."
513
  msgstr "המוצר עדיין נמצא ברשימת המשאלות שלך."
514
 
515
+ #: ../includes/class.yith-wcwl.php:1178
516
  msgid "Product successfully removed."
517
  msgstr "המוצר הוסר מהרשימה בהצלחה."
518
 
519
+ #: ../includes/class.yith-wcwl.php:1182
520
  msgid "Error. Unable to remove the product from the wishlist."
521
  msgstr "שגיאה. לא הצלחנו להסיר את המוצר מרשימת המשאלות."
522
 
523
+ #: ../includes/class.yith-wcwl.php:1186 ../templates/wishlist-view.php:165
 
524
  msgid "No products were added to the wishlist"
525
  msgstr "אין מוצרים ברשימת המשאלות שלך."
526
 
527
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:460
528
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:574
529
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:719
530
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1632
531
+ #, php-format
532
+ msgid "Add %s"
533
+ msgstr ""
534
 
535
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:461
536
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:575
537
+ #, php-format
538
+ msgid "Add New %s"
539
+ msgstr ""
540
 
541
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:462
542
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:576
543
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1267
544
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1304
545
+ #, php-format
546
+ msgid "Edit %s"
547
+ msgstr ""
548
 
549
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:463
550
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:577
551
+ #, php-format
552
+ msgid "New %s"
553
+ msgstr ""
554
 
555
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:464
556
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:578
557
+ #, php-format
558
+ msgid "All %s"
559
  msgstr ""
560
 
561
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:465
562
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:579
563
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1251
564
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1305
565
+ #, php-format
566
+ msgid "View %s"
567
+ msgstr ""
568
 
569
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:466
570
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:580
571
+ #, php-format
572
+ msgid "Search %s"
573
+ msgstr ""
574
 
575
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:467
576
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:581
577
+ #, php-format
578
+ msgid "No %s found"
579
  msgstr ""
580
 
581
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:468
582
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:582
583
+ #, php-format
584
+ msgid "No %s found in Trash"
585
  msgstr ""
586
 
587
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:625
588
+ #, php-format
589
+ msgid "%s Categories"
590
  msgstr ""
591
 
592
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:626
593
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:635
594
+ msgid "Category"
595
  msgstr ""
596
 
597
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:627
598
+ msgid "Search Categories"
599
  msgstr ""
600
 
601
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:628
602
+ msgid "All Categories"
603
  msgstr ""
604
 
605
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:629
606
+ msgid "Parent Category"
607
  msgstr ""
608
 
609
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:630
610
+ msgid "Parent Category:"
611
  msgstr ""
612
 
613
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:631
614
+ msgid "Edit Category"
615
  msgstr ""
616
 
617
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:632
618
+ msgid "Update Category"
619
  msgstr ""
620
 
621
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:633
622
+ msgid "Add New Category"
623
  msgstr ""
624
 
625
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:634
626
+ msgid "New Category Name"
627
  msgstr ""
628
 
629
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:724
630
+ msgid "Categories"
631
  msgstr ""
632
 
633
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1042
634
+ #, fuzzy, php-format
635
+ msgid "%s Settings"
636
+ msgstr "הגדרות"
637
+
638
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1051
639
+ msgid "Type"
640
  msgstr ""
641
 
642
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1052
643
+ msgid "The layout for this "
644
+ msgstr ""
645
+
646
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1058
647
+ msgid "Rewrite"
648
+ msgstr ""
649
+
650
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1059
651
+ msgid "The word used for the URL of each project (the slug of post if empty)"
652
+ msgstr ""
653
+
654
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1064
655
+ msgid "Label Singular"
656
+ msgstr ""
657
+
658
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1065
659
+ msgid ""
660
+ "Set the label in singular to use for each label (the title of portfolio if "
661
+ "empty)"
662
+ msgstr ""
663
+
664
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1070
665
+ msgid "Label Plural"
666
+ msgstr ""
667
+
668
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1071
669
+ msgid ""
670
+ "Set the label in plural to use for each label (the title of portfolio if "
671
+ "empty)"
672
+ msgstr ""
673
+
674
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1076
675
+ msgid "Taxonomy"
676
+ msgstr ""
677
+
678
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1077
679
+ msgid ""
680
+ "If you want to use a category section for the portfolio, set the name of "
681
+ "taxonomy. Name should be in slug form (must not contain capital letters or "
682
+ "spaces) and not more than 32 characters long (database structure "
683
+ "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 the word to use in the URL for each category page."
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 "The layout for single page of this portfolio"
700
+ msgstr ""
701
+
702
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1130
703
+ #, fuzzy
704
+ msgid "layout settings"
705
+ msgstr "הגדרות"
706
+
707
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1222
708
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1235
709
+ msgid "Quick links"
710
+ msgstr ""
711
+
712
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1475
713
+ #, php-format
714
+ msgid "Show the frontend of the %s"
715
+ msgstr ""
716
+
717
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1482
718
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:46
719
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:90
720
+ msgid "Name"
721
+ msgstr ""
722
+
723
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1631
724
+ #, php-format
725
+ msgid "Add %s by images"
726
+ msgstr ""
727
+
728
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1633
729
+ msgid "Add with multiupload"
730
+ msgstr ""
731
+
732
+ #: ../plugin-fw/lib/yit-plugin-panel-wc.php:303
733
+ msgid "The changes you made will be lost if you navigate away from this page."
734
+ msgstr ""
735
+
736
+ #: ../plugin-fw/lib/yit-plugin-panel.php:61
737
+ #, fuzzy
738
+ msgid "Plugin Settings"
739
+ msgstr "הגדרות"
740
+
741
+ #: ../plugin-fw/lib/yit-plugin-panel.php:92
742
+ #: ../plugin-fw/lib/yit-plugin-subpanel.php:101
743
+ msgid "YIT Plugins"
744
+ msgstr ""
745
+
746
+ #: ../plugin-fw/lib/yit-plugin-panel.php:271
747
+ #: ../plugin-fw/lib/yit-plugin-subpanel.php:142
748
+ #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:5
749
+ msgid "Save Changes"
750
+ msgstr ""
751
+
752
+ #: ../plugin-fw/lib/yit-plugin-panel.php:274
753
+ #: ../plugin-fw/lib/yit-plugin-subpanel.php:145
754
+ #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:8
755
+ msgid ""
756
+ "If you continue with this action, you will reset all options are in this "
757
+ "page."
758
+ msgstr ""
759
+
760
+ #: ../plugin-fw/lib/yit-plugin-panel.php:276
761
+ #: ../plugin-fw/lib/yit-plugin-subpanel.php:147
762
+ #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
763
+ msgid "Reset Defaults"
764
+ msgstr ""
765
+
766
+ #: ../plugin-fw/lib/yit-plugin-panel.php:276
767
+ #: ../plugin-fw/lib/yit-plugin-subpanel.php:147
768
+ #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
769
+ msgid "Are you sure of it?"
770
  msgstr ""
771
 
772
+ #: ../plugin-fw/lib/yit-plugin-panel.php:410
773
+ msgid ""
774
+ "The element you have written is already exists. Please, add another name."
775
+ msgstr ""
776
+
777
+ #: ../plugin-fw/lib/yit-plugin-panel.php:411
778
+ #, fuzzy
779
+ msgid "Settings saved"
780
+ msgstr "הגדרות"
781
+
782
+ #: ../plugin-fw/lib/yit-plugin-panel.php:412
783
+ #, fuzzy
784
+ msgid "Settings reset"
785
+ msgstr "הגדרות"
786
+
787
+ #: ../plugin-fw/lib/yit-plugin-panel.php:413
788
+ msgid "Element deleted correctly."
789
+ msgstr ""
790
+
791
+ #: ../plugin-fw/lib/yit-plugin-panel.php:414
792
+ #: ../plugin-fw/lib/yit-plugin-panel.php:415
793
+ msgid "Element updated correctly."
794
+ msgstr ""
795
+
796
+ #: ../plugin-fw/lib/yit-plugin-panel.php:416
797
+ msgid "Database imported correctly."
798
+ msgstr ""
799
+
800
+ #: ../plugin-fw/lib/yit-plugin-panel.php:417
801
+ msgid "An error encoured during during import. Please try again."
802
+ msgstr ""
803
+
804
+ #: ../plugin-fw/lib/yit-plugin-panel.php:418
805
+ msgid "The file you have insert doesn't valid."
806
+ msgstr ""
807
+
808
+ #: ../plugin-fw/lib/yit-plugin-panel.php:419
809
+ msgid "I'm sorry, the import featured is disabled."
810
+ msgstr ""
811
+
812
+ #: ../plugin-fw/lib/yit-plugin-panel.php:420
813
+ msgid "Sorting done correctly."
814
+ msgstr ""
815
+
816
+ #: ../plugin-fw/lib/yit-pointers.php:70
817
+ msgid "Plugins Activated"
818
+ msgstr ""
819
+
820
+ #: ../plugin-fw/lib/yit-pointers.php:71
821
+ msgid ""
822
+ "From now on, you can find all the options of your plugins under the YIT "
823
+ "Plugin menu voice.\n"
824
+ " For every installation of our new "
825
+ "plugins, a new voice will be added to access to the customization settings."
826
+ msgstr ""
827
+
828
+ #: ../plugin-fw/lib/yit-pointers.php:73 ../plugin-fw/lib/yit-pointers.php:89
829
+ msgid "Discover all our plugins available on:"
830
+ msgstr ""
831
+
832
+ #: ../plugin-fw/lib/yit-pointers.php:74 ../plugin-fw/lib/yit-pointers.php:90
833
+ msgid "and"
834
+ msgstr ""
835
+
836
+ #: ../plugin-fw/lib/yit-pointers.php:84
837
+ msgid "Plugins Upgraded"
838
+ msgstr ""
839
+
840
+ #: ../plugin-fw/lib/yit-pointers.php:85
841
+ msgid ""
842
+ "From now on, you can find all the options of your plugins under the YIT "
843
+ "Plugin menu voice.\n"
844
+ " When one of our plugins updates, a new "
845
+ "voice will be added to this menu.\n"
846
+ " For example, after the update, the "
847
+ "options from the plugins (YITH WooCommerce Wishlist, YITH WooCommerce Ajax "
848
+ "Search, etc.)\n"
849
+ " will be removed from the previous "
850
+ "location and moved under the YIT Plugin tab."
851
+ msgstr ""
852
+
853
+ #: ../plugin-fw/lib/yit-upgrade.php:119
854
+ msgid "There is a new version of %plugin_name% available."
855
+ msgstr ""
856
+
857
+ #: ../plugin-fw/lib/yit-upgrade.php:120
858
+ msgid "View version %latest% details."
859
+ msgstr ""
860
+
861
+ #: ../plugin-fw/lib/yit-upgrade.php:121
862
+ msgid "Automatic update is unavailable for this plugin,"
863
+ msgstr ""
864
+
865
+ #: ../plugin-fw/lib/yit-upgrade.php:122
866
+ msgid ""
867
+ "please <a href=\"%activate_link%\"> activate </a> your copy of %plugin_name%."
868
+ msgstr ""
869
+
870
+ #: ../plugin-fw/lib/yit-upgrade.php:123
871
+ msgid "Update now."
872
+ msgstr ""
873
+
874
+ #: ../plugin-fw/lib/yit-upgrade.php:226
875
+ msgid "Yithemes Repository"
876
+ msgstr ""
877
+
878
+ #: ../plugin-fw/lib/yit-upgrade.php:260
879
+ msgid "Invalid URL Provided."
880
+ msgstr ""
881
+
882
+ #: ../plugin-fw/lib/yit-upgrade.php:273
883
+ msgid "Could not create Temporary file."
884
+ msgstr ""
885
+
886
+ #: ../plugin-fw/lib/yit-upgrade.php:414
887
+ #, php-format
888
+ msgid ""
889
+ "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
890
+ "yit-changelog-button\" title=\"%3$s\">View version %4$s details</a>."
891
+ msgstr ""
892
+
893
+ #: ../plugin-fw/lib/yit-upgrade.php:416
894
+ #, php-format
895
+ msgid ""
896
+ "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
897
+ "yit-changelog-button\" title=\"%3$s\">View version %4$s details</a>. <em>You "
898
+ "have to activate the plugin on a single site of the network to benefit from "
899
+ "the automatic updates.</em>"
900
+ msgstr ""
901
+
902
+ #: ../plugin-fw/lib/yit-upgrade.php:418
903
+ #, php-format
904
+ msgid ""
905
+ "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
906
+ "yit-changelog-button\" title=\"%3$s\">View version %4$s details</a>. "
907
+ "<em>Automatic update is unavailable for this plugin, please <a href=\"%5$s\" "
908
+ "title=\"Licence activation\">activate</a> your copy of %6s.</em>"
909
+ msgstr ""
910
+
911
+ #: ../plugin-fw/lib/yit-upgrade.php:420
912
+ #, php-format
913
+ msgid ""
914
+ "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
915
+ "yit-changelog-button\" title=\"%3$s\">View version %4$s details</a> or <a "
916
+ "href=\"%5$s\">update now</a>."
917
+ msgstr ""
918
+
919
+ #: ../plugin-fw/lib/yit-upgrade.php:493
920
+ msgid "You can't update plugins for this site."
921
+ msgstr ""
922
+
923
+ #: ../plugin-fw/lib/yit-upgrade.php:497
924
+ msgid "You do not have sufficient permissions to update plugins for this site."
925
+ msgstr ""
926
+
927
+ #: ../plugin-fw/lib/yit-upgrade.php:504
928
+ msgid "Update Plugin"
929
+ msgstr ""
930
+
931
+ #: ../plugin-fw/licence/lib/yit-licence.php:148
932
+ #, php-format
933
+ msgid "%field% field can not be empty"
934
+ msgstr ""
935
+
936
+ #: ../plugin-fw/licence/lib/yit-licence.php:149
937
+ msgid "%field_1% and %field_2% fields can not be empty"
938
+ msgstr ""
939
+
940
+ #: ../plugin-fw/licence/lib/yit-licence.php:150
941
+ msgid "Unable to contact the remote server, please try again later. Thanks!"
942
+ msgstr ""
943
+
944
+ #: ../plugin-fw/licence/lib/yit-licence.php:529
945
+ msgid "Invalid Request"
946
+ msgstr ""
947
+
948
+ #: ../plugin-fw/licence/lib/yit-licence.php:530
949
+ msgid "Invalid licence key"
950
+ msgstr ""
951
+
952
+ #: ../plugin-fw/licence/lib/yit-licence.php:531
953
+ msgid "Software has been deactive"
954
+ msgstr ""
955
+
956
+ #: ../plugin-fw/licence/lib/yit-licence.php:532
957
+ msgid "Exceeded maximum number of activations"
958
+ msgstr ""
959
+
960
+ #: ../plugin-fw/licence/lib/yit-licence.php:533
961
+ msgid "Invalid instance ID"
962
+ msgstr ""
963
+
964
+ #: ../plugin-fw/licence/lib/yit-licence.php:534
965
+ msgid "Invalid security key"
966
+ msgstr ""
967
+
968
+ #: ../plugin-fw/licence/lib/yit-licence.php:535
969
+ msgid "Licence key has expired"
970
+ msgstr ""
971
+
972
+ #: ../plugin-fw/licence/lib/yit-licence.php:536
973
+ msgid "Licence key has be banned"
974
+ msgstr ""
975
+
976
+ #: ../plugin-fw/licence/lib/yit-plugin-licence.php:63
977
+ #: ../plugin-fw/licence/lib/yit-plugin-licence.php:64
978
+ #: ../plugin-fw/licence/lib/yit-theme-licence.php:63
979
+ #: ../plugin-fw/licence/lib/yit-theme-licence.php:64
980
+ #: ../plugin-fw/licence/lib/yit-theme-licence.php:106
981
+ #: ../plugin-fw/licence/lib/yit-theme-licence.php:107
982
+ msgid "Licence Activation"
983
+ msgstr ""
984
+
985
+ #: ../plugin-fw/licence/lib/yit-theme-licence.php:114
986
+ #: ../plugin-fw/licence/lib/yit-theme-licence.php:115
987
+ #, php-format
988
+ msgid "%s"
989
+ msgstr ""
990
+
991
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:19
992
+ msgid "Yithemes Licence Activation"
993
+ msgstr ""
994
+
995
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:23
996
+ msgid ""
997
+ "Have you updated your licenses? Have you asked for an extension? Update "
998
+ "information concerning your products."
999
+ msgstr ""
1000
+
1001
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:25
1002
+ msgid "Update licence information"
1003
+ msgstr ""
1004
+
1005
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:35
1006
+ msgid "To Active"
1007
+ msgstr ""
1008
+
1009
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:54
1010
+ msgid "Activate"
1011
+ msgstr ""
1012
+
1013
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:73
1014
+ msgid "Activated"
1015
+ msgstr ""
1016
+
1017
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:77
1018
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:109
1019
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:133
1020
+ #: ../templates/wishlist-view.php:56
1021
+ msgid "Product Name"
1022
+ msgstr "שם המוצר"
1023
+
1024
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:78
1025
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:110
1026
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:134
1027
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:145
1028
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:337
1029
+ #: ../templates/share.php:40
1030
+ msgid "Email"
1031
+ msgstr ""
1032
+
1033
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:79
1034
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:111
1035
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:135
1036
+ msgid "Licence Key"
1037
+ msgstr ""
1038
+
1039
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:80
1040
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:136
1041
+ msgid "Expires"
1042
+ msgstr ""
1043
+
1044
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:81
1045
+ msgid "Remaining"
1046
+ msgstr ""
1047
+
1048
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:82
1049
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:95
1050
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:137
1051
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:147
1052
+ msgid "Renew"
1053
+ msgstr ""
1054
+
1055
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:93
1056
+ #, php-format
1057
+ msgid "%1s out of %2s"
1058
+ msgstr ""
1059
+
1060
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:105
1061
+ msgid "Banned"
1062
+ msgstr ""
1063
+
1064
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:129
1065
+ msgid "Expired"
1066
+ msgstr ""
1067
+
1068
+ #: ../plugin-fw/templates/metaboxes/types/ajax-products.php:23
1069
+ msgid "Search for a product"
1070
+ msgstr ""
1071
+
1072
+ #: ../plugin-fw/templates/metaboxes/types/categories.php:36
1073
+ msgid "No categories."
1074
+ msgstr ""
1075
+
1076
+ #: ../plugin-fw/templates/metaboxes/types/categories.php:42
1077
+ msgid "+ Add New Category"
1078
+ msgstr ""
1079
+
1080
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:5
1081
+ msgid "Text Input"
1082
+ msgstr ""
1083
+
1084
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:6
1085
+ msgid "Checkbox"
1086
+ msgstr ""
1087
+
1088
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:7
1089
+ #, fuzzy
1090
+ msgid "Select"
1091
+ msgstr "בחירת דגם"
1092
+
1093
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:8
1094
+ msgid "Textarea"
1095
+ msgstr ""
1096
+
1097
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:9
1098
+ msgid "Radio Input"
1099
+ msgstr ""
1100
+
1101
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:10
1102
+ msgid "Password Field"
1103
+ msgstr ""
1104
+
1105
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:11
1106
+ msgid "File Upload"
1107
+ msgstr ""
1108
+
1109
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:45
1110
+ msgid "Theme Icon"
1111
+ msgstr ""
1112
+
1113
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:46
1114
+ #, fuzzy
1115
+ msgid "Custom Icon"
1116
+ msgstr "הכנס שורות CSS משלך"
1117
+
1118
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:47
1119
+ #: ../plugin-fw/templates/metaboxes/types/responsivesliders.php:24
1120
+ msgid "None"
1121
+ msgstr ""
1122
+
1123
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:57
1124
+ msgid "Add field"
1125
+ msgstr ""
1126
+
1127
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:66
1128
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:258
1129
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:37
1130
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:82
1131
+ msgid "Remove"
1132
+ msgstr ""
1133
+
1134
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:67
1135
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:259
1136
+ msgid "Click to toggle"
1137
+ msgstr ""
1138
+
1139
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:74
1140
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:266
1141
+ msgid "Title Field"
1142
+ msgstr ""
1143
+
1144
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:78
1145
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:270
1146
+ msgid "Insert the title of field."
1147
+ msgstr ""
1148
+
1149
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:83
1150
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:275
1151
+ msgid "Data Name"
1152
+ msgstr ""
1153
+
1154
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:87
1155
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:279
1156
+ msgid ""
1157
+ "REQUIRED: The identification name of this field, that you can insert into "
1158
+ "body email configuration. <strong>Note:</strong>Use only lowercase "
1159
+ "characters and underscores."
1160
+ msgstr ""
1161
+
1162
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:92
1163
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:284
1164
+ msgid "Type field"
1165
+ msgstr ""
1166
+
1167
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:100
1168
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:292
1169
+ msgid "Select the type of this field."
1170
+ msgstr ""
1171
+
1172
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:105
1173
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:297
1174
+ msgid "Checked"
1175
+ msgstr ""
1176
+
1177
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:109
1178
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:301
1179
+ msgid "Select this if you want this field already checked."
1180
+ msgstr ""
1181
+
1182
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:114
1183
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:306
1184
+ #, fuzzy
1185
+ msgid "Add options "
1186
+ msgstr "בחירת דגם"
1187
+
1188
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:115
1189
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:307
1190
+ msgid "Add option"
1191
+ msgstr ""
1192
+
1193
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:118
1194
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:310
1195
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:432
1196
+ msgid "Selected"
1197
+ msgstr ""
1198
+
1199
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:121
1200
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:313
1201
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:432
1202
+ #, fuzzy
1203
+ msgid "Delete option"
1204
+ msgstr "בחירת דגם"
1205
+
1206
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:127
1207
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:319
1208
+ msgid "Message Error"
1209
+ msgstr ""
1210
+
1211
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:131
1212
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:323
1213
+ msgid "Insert the error message for validation."
1214
+ msgstr ""
1215
+
1216
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:136
1217
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:328
1218
+ msgid "Required"
1219
+ msgstr ""
1220
+
1221
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:140
1222
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:332
1223
+ msgid "Select this if it must be required."
1224
+ msgstr ""
1225
+
1226
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:149
1227
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:341
1228
+ msgid "Select this if it must be a valid email."
1229
+ msgstr ""
1230
+
1231
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:154
1232
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:346
1233
+ msgid "Reply To"
1234
+ msgstr ""
1235
+
1236
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:158
1237
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:350
1238
+ msgid "Select this if it's the email where you can reply."
1239
+ msgstr ""
1240
+
1241
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:163
1242
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:355
1243
+ msgid "Class"
1244
+ msgstr ""
1245
+
1246
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:167
1247
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:359
1248
+ msgid ""
1249
+ "Insert an additional class(es) (separateb by comma) for more personalization."
1250
+ msgstr ""
1251
+
1252
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:172
1253
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:364
1254
+ msgid "Icon"
1255
+ msgstr ""
1256
+
1257
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:200
1258
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:388
1259
+ #: ../plugin-fw/templates/metaboxes/types/icon-list.php:69
1260
+ #: ../plugin-fw/templates/metaboxes/types/select-icon.php:33
1261
+ #: ../plugin-fw/templates/metaboxes/types/upload.php:21
1262
+ #: ../plugin-fw/templates/panel/types/upload.php:31
1263
+ #: ../plugin-fw/templates/panel/woocommerce/woocommerce-upload.php:35
1264
+ #: ../yit-common/yith-panel.php:417
1265
+ msgid "Upload"
1266
+ msgstr ""
1267
+
1268
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:206
1269
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:394
1270
+ #: ../plugin-fw/templates/metaboxes/types/icon-list.php:75
1271
+ #: ../plugin-fw/templates/metaboxes/types/select-icon.php:39
1272
+ msgid "Image preview"
1273
+ msgstr ""
1274
+
1275
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:214
1276
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:402
1277
+ msgid "Insert an icon for more personalization."
1278
+ msgstr ""
1279
+
1280
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:219
1281
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:406
1282
+ msgid "Width"
1283
+ msgstr ""
1284
+
1285
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:244
1286
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:418
1287
+ msgid "Choose how much long will be the field."
1288
+ msgstr ""
1289
+
1290
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:28
1291
+ msgid "Close all"
1292
+ msgstr ""
1293
+
1294
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:28
1295
+ msgid "Expand all"
1296
+ msgstr ""
1297
+
1298
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:52
1299
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:95
1300
+ msgid "Value"
1301
+ msgstr ""
1302
+
1303
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:53
1304
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:96
1305
+ msgid "The content of the tab. (HTML is supported)"
1306
+ msgstr ""
1307
+
1308
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:65
1309
+ msgid "Add custom product tab"
1310
+ msgstr ""
1311
+
1312
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:107
1313
+ msgid "Do you want to remove the custom tab?"
1314
+ msgstr ""
1315
+
1316
+ #: ../plugin-fw/templates/metaboxes/types/icon-list.php:89
1317
+ #, php-format
1318
+ msgid "(Default: %s <img src=\"%s\"/>)"
1319
+ msgstr ""
1320
+
1321
+ #: ../plugin-fw/templates/metaboxes/types/icon-list.php:91
1322
+ #, php-format
1323
+ msgid "(Default: <i %s></i> )"
1324
+ msgstr ""
1325
+
1326
+ #: ../plugin-fw/templates/metaboxes/types/image-gallery.php:35
1327
+ #: ../plugin-fw/templates/metaboxes/types/image-gallery.php:40
1328
+ #: ../plugin-fw/templates/metaboxes/types/images.php:33
1329
+ #: ../plugin-fw/templates/metaboxes/types/images.php:59
1330
+ msgid "Delete image"
1331
+ msgstr ""
1332
+
1333
+ #: ../plugin-fw/templates/metaboxes/types/image-gallery.php:40
1334
+ msgid "Add Images to Gallery"
1335
+ msgstr ""
1336
+
1337
+ #: ../plugin-fw/templates/metaboxes/types/image-gallery.php:40
1338
+ #, fuzzy
1339
+ msgid "Add to gallery"
1340
+ msgstr "הוסף לסל"
1341
+
1342
+ #: ../plugin-fw/templates/metaboxes/types/image-gallery.php:40
1343
+ msgid "Add images"
1344
+ msgstr ""
1345
+
1346
+ #: ../plugin-fw/templates/metaboxes/types/image-gallery.php:40
1347
+ msgid "Delete"
1348
+ msgstr ""
1349
+
1350
+ #: ../plugin-fw/templates/metaboxes/types/images.php:37
1351
+ msgid "Upload new images"
1352
+ msgstr ""
1353
+
1354
+ #: ../plugin-fw/templates/metaboxes/types/images.php:70
1355
+ msgid "Are you sure you want to remove this image?"
1356
+ msgstr ""
1357
+
1358
+ #: ../plugin-fw/templates/metaboxes/types/sidebar-layout.php:25
1359
+ #: ../plugin-fw/templates/metaboxes/types/sidebars.php:36
1360
+ msgid "Left sidebar"
1361
+ msgstr ""
1362
+
1363
+ #: ../plugin-fw/templates/metaboxes/types/sidebar-layout.php:28
1364
+ #: ../plugin-fw/templates/metaboxes/types/sidebars.php:42
1365
+ #: ../plugin-fw/templates/metaboxes/types/sidebars.php:45
1366
+ msgid "No sidebar"
1367
+ msgstr ""
1368
+
1369
+ #: ../plugin-fw/templates/metaboxes/types/sidebar-layout.php:28
1370
+ msgid "No sideabr"
1371
+ msgstr ""
1372
+
1373
+ #: ../plugin-fw/templates/metaboxes/types/sidebar-layout.php:31
1374
+ #: ../plugin-fw/templates/metaboxes/types/sidebars.php:39
1375
+ msgid "Right sidebar"
1376
+ msgstr ""
1377
+
1378
+ #: ../plugin-fw/templates/metaboxes/types/sidebar-layout.php:34
1379
+ #: ../plugin-fw/templates/metaboxes/types/sidebars.php:53
1380
+ #: ../plugin-fw/templates/metaboxes/types/sidebars.php:64
1381
+ msgid "Choose a sidebar"
1382
+ msgstr ""
1383
+
1384
+ #: ../plugin-fw/templates/metaboxes/types/sidebars.php:51
1385
+ msgid "Sidebar Left"
1386
+ msgstr ""
1387
+
1388
+ #: ../plugin-fw/templates/metaboxes/types/sidebars.php:62
1389
+ msgid "Sidebar Right"
1390
+ msgstr ""
1391
+
1392
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:42
1393
+ #: ../yit-common/yith-panel.php:444
1394
+ msgid "px"
1395
+ msgstr ""
1396
+
1397
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:43
1398
+ #: ../yit-common/yith-panel.php:445
1399
+ msgid "em"
1400
+ msgstr ""
1401
+
1402
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:44
1403
+ #: ../yit-common/yith-panel.php:446
1404
+ msgid "pt"
1405
+ msgstr ""
1406
+
1407
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:45
1408
+ #: ../yit-common/yith-panel.php:447
1409
+ msgid "rem"
1410
+ msgstr ""
1411
+
1412
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:59
1413
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:153
1414
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:217
1415
+ msgid "Web fonts"
1416
+ msgstr ""
1417
+
1418
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:71
1419
+ msgid "Google fonts"
1420
+ msgstr ""
1421
+
1422
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:96
1423
+ #: ../yit-common/yith-panel.php:465
1424
+ msgid "Regular"
1425
+ msgstr ""
1426
+
1427
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:97
1428
+ #: ../yit-common/yith-panel.php:466
1429
+ msgid "Bold"
1430
+ msgstr ""
1431
+
1432
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:98
1433
+ #: ../yit-common/yith-panel.php:467
1434
+ msgid "Extra bold"
1435
+ msgstr ""
1436
+
1437
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:99
1438
+ #: ../yit-common/yith-panel.php:468
1439
+ msgid "Italic"
1440
+ msgstr ""
1441
+
1442
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:100
1443
+ #: ../yit-common/yith-panel.php:469
1444
+ msgid "Italic bold"
1445
+ msgstr ""
1446
+
1447
+ #: ../templates/share.php:28
1448
+ msgid "Pinterest"
1449
+ msgstr ""
1450
+
1451
+ #: ../templates/share.php:34
1452
+ msgid "Google Plus"
1453
+ msgstr ""
1454
+
1455
+ #: ../templates/wishlist-view.php:23
1456
+ #, fuzzy
1457
+ msgid "Edit title"
1458
+ msgstr "כותרת רשימת משאלות"
1459
+
1460
+ #: ../templates/wishlist-view.php:32
1461
+ msgid "Save"
1462
+ msgstr ""
1463
+
1464
+ #: ../templates/wishlist-view.php:36
1465
+ msgid "Cancel"
1466
+ msgstr ""
1467
+
1468
+ #: ../templates/wishlist-view.php:62
1469
+ msgid "Unit Price"
1470
+ msgstr "מחיר ליחידה"
1471
+
1472
+ #: ../templates/wishlist-view.php:70
1473
+ msgid "Stock Status"
1474
+ msgstr "מצב מלאי"
1475
+
1476
+ #: ../templates/wishlist-view.php:93
1477
+ msgid "Remove this product"
1478
+ msgstr "הסרת מוצר מהרשימה"
1479
+
1480
+ #: ../templates/wishlist-view.php:122
1481
+ msgid "Free!"
1482
+ msgstr ""
1483
+
1484
+ #: ../templates/wishlist-view.php:136
1485
+ msgid "Out of Stock"
1486
+ msgstr "לא קיים במלאי"
1487
+
1488
+ #: ../templates/wishlist-view.php:139
1489
+ msgid "In Stock"
1490
+ msgstr "קיים במלאי"
1491
+
1492
+ #: ../templates/wishlist-view.php:191
1493
+ msgid "Ask an estimate of costs"
1494
+ msgstr ""
1495
+
1496
+ #: ../yit-common/yith-panel.php:406
1497
+ msgid "Select a date"
1498
+ msgstr ""
1499
+
1500
+ #: ../yit-common/yith-panel.php:407
1501
+ msgid "Hours"
1502
+ msgstr ""
1503
+
1504
+ #: ../yit-common/yith-panel.php:408 ../yit-common/yith-panel.php:409
1505
+ msgid "Minutes"
1506
+ msgstr ""
1507
+
1508
+ #: ../yit-common/yith-panel.php:457
1509
+ msgid "Select a font family"
1510
+ msgstr ""
1511
+
1512
+ #: ../yit-common/yith-panel.php:481
1513
+ msgid "Click to preview"
1514
+ msgstr ""
1515
+
1516
+ #~ msgid "Cannot add to the cart as product is Out of Stock!"
1517
+ #~ msgstr "לא ניתן להוסיף את המוצר לסל כי הוא אינו קיים במלאי!"
1518
+
1519
+ #~ msgid "\"Add to Cart\" button text (hover)"
1520
+ #~ msgstr "\"הוסף לסל\" כפתור טקסט (hover)"
1521
+
1522
+ #~ msgid "\"Add to Cart\" button border (hover)"
1523
+ #~ msgstr "\"הוסף לסל\" גבול כפתור (hover)"
1524
+
1525
+ #~ msgid "Wishlist table background"
1526
+ #~ msgstr "רקע טבלת הרשימה"
1527
+
1528
+ #~ msgid "Wishlist table text"
1529
+ #~ msgstr "טקסט בטבלת הרשימה"
1530
+
1531
+ #~ msgid "Wishlist table border"
1532
+ #~ msgstr "גבול טבלאות הרשימה"
1533
+
1534
+ #~ msgid "Docs"
1535
+ #~ msgstr "מסמכים"
1536
+
1537
  #~ msgid "View Cart &rarr;"
1538
  #~ msgstr "צפייה בעגלה &larr;"
1539
 
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: 2014-09-16 16:16+0100\n"
6
- "PO-Revision-Date: 2014-09-16 16:16+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"
@@ -18,139 +18,112 @@ msgstr ""
18
  "X-Textdomain-Support: yes\n"
19
  "X-Poedit-SearchPath-0: ..\n"
20
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  # @ yit
22
- #: ../class.yith-wcwl-init.php:114 ../class.yith-wcwl-install.php:137
 
 
 
23
  msgid "Wishlist"
24
  msgstr "Lista dei desideri"
25
 
26
  # @ yit
27
- #: ../class.yith-wcwl-init.php:365
28
- msgid "Cannot add to the cart as product is Out of Stock!"
29
- msgstr "Prodotto non disponibile! Impossibile aggiungerlo nel carrello"
30
-
31
- # @ yit
32
- #: ../class.yith-wcwl-init.php:430 ../class.yith-wcwl-init.php:859
33
- msgid "General Settings"
34
  msgstr "Impostazioni"
35
 
36
  # @ yit
37
- #: ../class.yith-wcwl-init.php:431 ../class.yith-wcwl-init.php:965
38
- msgid "Styles"
39
- msgstr "Stili"
40
-
41
- # @ yit
42
- #: ../class.yith-wcwl-init.php:432 ../class.yith-wcwl-init.php:1028
43
- msgid "Socials &amp; Share"
44
- msgstr "Social & Condivisione"
45
-
46
- # @ yit
47
- #: ../class.yith-wcwl-init.php:453
48
  msgid "Colors"
49
  msgstr "Colori"
50
 
51
- # @ yit
52
- #: ../class.yith-wcwl-init.php:483
53
- msgid "\"Add to Wishlist\" button background"
54
- msgstr "Sfondo del pulsante \"Aggiungi alla lista dei desideri\""
55
-
56
- # @ yit
57
- #: ../class.yith-wcwl-init.php:484
58
- msgid "\"Add to Wishlist\" button text"
59
- msgstr "Testo del pulsante \"Aggiungi alla lista dei desideri\""
60
-
61
- # @ yit
62
- #: ../class.yith-wcwl-init.php:485
63
- msgid "\"Add to Wishlist\" button border"
64
- msgstr "Bordo del pulsante \"Aggiungi alla lista dei desideri\""
65
-
66
- # @ yit
67
- #: ../class.yith-wcwl-init.php:491
68
- msgid "\"Add to Wishlist\" button background (hover)"
69
  msgstr ""
70
- "Colore di sfondo per \"Aggiungi alla lista dei desideri\"pulsante (hover)"
71
 
72
- # @ yit
73
- #: ../class.yith-wcwl-init.php:492
74
- msgid "\"Add to Wishlist\" button text (hover)"
75
- msgstr "Colore testo per \"Aggiungi alla lista dei desideri\" pulsante (hover)"
 
76
 
77
- # @ yit
78
- #: ../class.yith-wcwl-init.php:493
79
- msgid "\"Add to Wishlist\" button border (hover)"
80
- msgstr "Colore bordo per \"Aggiungi alla lista dei desideri\"pulsante (hover)"
81
 
82
- # @ yit
83
- #: ../class.yith-wcwl-init.php:498
84
- msgid "\"Add to Cart\" button background"
85
- msgstr "Sfondo del pulsante\"Aggiungi al carrello\""
86
 
87
  # @ yit
88
- #: ../class.yith-wcwl-init.php:499
89
- msgid "\"Add to Cart\" button text"
90
- msgstr "Testo del pulsante\"Aggiungi al carrello\""
91
 
92
  # @ yit
93
- #: ../class.yith-wcwl-init.php:500
94
- msgid "\"Add to Cart\" button border"
95
- msgstr "Bordo del pulsante\"Aggiungi al carrello\""
96
 
97
- # @ yit
98
- #: ../class.yith-wcwl-init.php:506
99
- msgid "\"Add to Cart\" button background (hover)"
100
- msgstr "Colore di sfondo per \"Aggiungi al carrello\" pulsante (hover)"
101
 
102
- # @ yit
103
- #: ../class.yith-wcwl-init.php:507
104
- msgid "\"Add to Cart\" button text (hover)"
105
- msgstr "Colore testo per \"Aggiungi al carrello\" pulsante (hover)"
106
 
107
- # @ yit
108
- #: ../class.yith-wcwl-init.php:508
109
- msgid "\"Add to Cart\" button border (hover)"
110
- msgstr "Colore bordo per \"Aggiungi al carrello\" pulsante (hover)"
111
 
112
- # @ yit
113
- #: ../class.yith-wcwl-init.php:513
114
- msgid "Wishlist table background"
115
- msgstr "Sfondo della tabella lista dei desideri"
 
116
 
117
- # @ yit
118
- #: ../class.yith-wcwl-init.php:514
119
- msgid "Wishlist table text"
120
- msgstr "Testo della tabella lista dei desideri"
121
 
122
- # @ yit
123
- #: ../class.yith-wcwl-init.php:515
124
- msgid "Wishlist table border"
125
- msgstr "Bordo della tabella lista dei desideri"
 
 
126
 
127
  # @ yit
128
- #: ../class.yith-wcwl-init.php:575
129
- msgid "Settings"
130
  msgstr "Impostazioni"
131
 
132
  # @ yit
133
- #: ../class.yith-wcwl-init.php:576
134
- msgid "Docs"
135
- msgstr "Documenti"
136
-
137
- # @ yit
138
- #: ../class.yith-wcwl-init.php:592
139
- msgid "Wishlist Page"
140
- msgstr "Lista dei desideri"
141
-
142
- # @ yit
143
- #: ../class.yith-wcwl-init.php:593
144
- msgid "Page contents: [yith_wcwl_wishlist]"
145
- msgstr "Contenuto della pagina: [yith_wcwl_wishlist]"
146
-
147
- # @ yit
148
- #: ../class.yith-wcwl-init.php:862
149
  msgid "Enable YITH Wishlist"
150
  msgstr "Abilita YITH WooCommerce Wishlist"
151
 
152
  # @ yit
153
- #: ../class.yith-wcwl-init.php:863
154
  #, fuzzy, php-format
155
  msgid ""
156
  "Enable all plugin features. <strong>Be sure to select a voice in the "
@@ -163,42 +136,27 @@ msgstr ""
163
  "a> del plugin."
164
 
165
  # @ yit
166
- #: ../class.yith-wcwl-init.php:870
167
- msgid "Use cookies"
168
- msgstr "Utilizza cookie"
169
-
170
- # @ yit
171
- #: ../class.yith-wcwl-init.php:871
172
- msgid ""
173
- "Use cookies instead of sessions. With this feature, the wishlist will be "
174
- "available for each not logged user for 30 days. Use the filter "
175
- "yith_wcwl_cookie_expiration_time to change the expiration time ( needs "
176
- "timestamp )."
177
- msgstr ""
178
- "Utilizza i cookie invece delle sessioni. Con questa funzionalitá, la "
179
- "wishlist sará disponibile per ogni utente non loggato per un massimo di 30 "
180
- "giorni. Utilizza il filtro yith_wcwl_cookie_expiration_time per cambiare la "
181
- "durata del cookie ( in timestamp )"
182
-
183
- # @ yit
184
- #: ../class.yith-wcwl-init.php:878
185
- msgid "Wishlist title"
186
  msgstr "Titolo della lista dei desideri"
187
 
188
  # @ yit
189
- #: ../class.yith-wcwl-init.php:880 ../class.yith-wcwl-init.php:881
190
- #: ../class.yith-wcwl-init.php:1068 ../class.yith-wcwl-init.php:1069
 
 
191
  #, php-format
192
  msgid "My wishlist on %s"
193
  msgstr "La mia lista dei desideri su %s"
194
 
195
  # @ yit
196
- #: ../class.yith-wcwl-init.php:890
197
  msgid "Position"
198
  msgstr "Posizione"
199
 
200
  # @ yit
201
- #: ../class.yith-wcwl-init.php:891
202
  msgid ""
203
  "On variable products you can add it only After \"Add to Cart\" or use the "
204
  "shortcode [yith_wcwl_add_to_wishlist]."
@@ -207,32 +165,32 @@ msgstr ""
207
  "\" o utilizzare lo shortcode [yith_wcwl_add_to_wishlist]."
208
 
209
  # @ yit
210
- #: ../class.yith-wcwl-init.php:897
211
  msgid "After \"Add to cart\""
212
  msgstr "Dopo \"Aggiungi al Carrello\""
213
 
214
  # @ yit
215
- #: ../class.yith-wcwl-init.php:898
216
  msgid "After thumbnails"
217
  msgstr "Dopo le thumbnail"
218
 
219
  # @ yit
220
- #: ../class.yith-wcwl-init.php:899
221
  msgid "After summary"
222
  msgstr "Dopo la descrizione"
223
 
224
  # @ yit
225
- #: ../class.yith-wcwl-init.php:900
226
  msgid "Use shortcode"
227
  msgstr "Utilizza lo shortcode"
228
 
229
  # @ yit
230
- #: ../class.yith-wcwl-init.php:905
231
  msgid "Redirect to cart"
232
  msgstr "Reindirizza al carrello"
233
 
234
  # @ yit
235
- #: ../class.yith-wcwl-init.php:906
236
  msgid ""
237
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
238
  "page."
@@ -241,145 +199,200 @@ msgstr ""
241
  "bottone \"Aggiungi al carrello\" "
242
 
243
  # @ yit
244
- #: ../class.yith-wcwl-init.php:913
245
  msgid "Remove if added to the cart"
246
  msgstr "Rimuovi se aggiunto al carrello"
247
 
248
  # @ yit
249
- #: ../class.yith-wcwl-init.php:914
250
  msgid "Remove the product from the wishlist if is been added to the cart."
251
  msgstr ""
252
  "Quando un prodotto viene aggiunto al carrello, viene rimosso dalla lista dei "
253
  "desideri."
254
 
255
  # @ yit
256
- #: ../class.yith-wcwl-init.php:921
257
  msgid "\"Add to Wishlist\" text"
258
  msgstr "Testo del pulsante\"Aggiungi alla lista dei desideri\""
259
 
260
  # @ yit
261
- #: ../class.yith-wcwl-init.php:923 ../class.yith-wcwl-init.php:924
 
262
  msgid "Add to Wishlist"
263
  msgstr "Aggiungi alla lista dei desideri"
264
 
265
  # @ yit
266
- #: ../class.yith-wcwl-init.php:929
267
  msgid "\"Add to Cart\" text"
268
  msgstr "Testo del pulsante\"Aggiungi al carrello\""
269
 
270
  # @ yit
271
- #: ../class.yith-wcwl-init.php:931 ../class.yith-wcwl-init.php:932
 
272
  msgid "Add to Cart"
273
  msgstr "Aggiungi al Carrello"
274
 
275
  # @ yit
276
- #: ../class.yith-wcwl-init.php:937
277
  #, fuzzy
278
  msgid "Show Unit price"
279
  msgstr "Prezzo Unitario"
280
 
 
 
 
 
281
  # @ yit
282
- #: ../class.yith-wcwl-init.php:945
283
  msgid "Show \"Add to Cart\" button"
284
  msgstr "Mostra il pulsante \"Aggiungi al carrello\""
285
 
286
  # @ yit
287
- #: ../class.yith-wcwl-init.php:953
 
 
 
 
 
 
288
  #, fuzzy
289
  msgid "Show Stock status"
290
  msgstr "Disponibilitá"
291
 
 
 
 
 
 
 
 
 
 
 
292
  # @ yit
293
- #: ../class.yith-wcwl-init.php:968
294
  msgid "Use buttons"
295
  msgstr "Usa pulsanti"
296
 
297
  # @ yit
298
- #: ../class.yith-wcwl-init.php:969
299
  msgid "Use buttons instead of a simple anchors."
300
  msgstr "Utilizza dei pulsanti al posto delle ancore"
301
 
302
  # @ yit
303
- #: ../class.yith-wcwl-init.php:976
304
  msgid "Custom CSS"
305
  msgstr "CSS personalizzato"
306
 
307
  # @ yit
308
- #: ../class.yith-wcwl-init.php:984
309
  msgid "Use theme style"
310
  msgstr "Usa stile del tema"
311
 
312
  # @ yit
313
- #: ../class.yith-wcwl-init.php:985
314
  msgid "Use the theme style."
315
  msgstr "Usa lo stile del tema."
316
 
317
  # @ yit
318
- #: ../class.yith-wcwl-init.php:992
319
- msgid "Buttons rounded corners"
 
320
  msgstr "Pulsanti con bordi arrotondati"
321
 
322
  # @ yit
323
- #: ../class.yith-wcwl-init.php:993
324
  msgid "Make buttons corner rounded"
325
  msgstr "Arrotonda i bordi dei pulsanti"
326
 
327
  # @ yit
328
- #: ../class.yith-wcwl-init.php:1000
329
  msgid "\"Add to Wishlist\" icon"
330
  msgstr "Icona \"Aggiungi alla lista dei desideri\""
331
 
332
  # @ yit
333
- #: ../class.yith-wcwl-init.php:1001
334
  msgid "Add an icon to the \"Add to Wishlist\" button"
335
  msgstr "Aggiungi un'icona al pulsante \"Aggiungi alla lista dei desideri\""
336
 
337
  # @ yit
338
- #: ../class.yith-wcwl-init.php:1012
339
  msgid "\"Add to Cart\" icon"
340
  msgstr "Icona \"Aggiungi al carrello\""
341
 
342
  # @ yit
343
- #: ../class.yith-wcwl-init.php:1013
344
  msgid "Add an icon to the \"Add to Cart\" button"
345
  msgstr "Aggiunge un'icona al pulsante \"Aggiungi al carrello\""
346
 
347
  # @ yit
348
- #: ../class.yith-wcwl-init.php:1031
 
 
 
 
 
349
  msgid "Share on Facebook"
350
  msgstr "Condivi su Facebook"
351
 
352
  # @ yit
353
- #: ../class.yith-wcwl-init.php:1038
 
 
 
 
 
 
 
354
  msgid "Tweet on Twitter"
355
  msgstr "Condividi su Twitter"
356
 
357
  # @ yit
358
- #: ../class.yith-wcwl-init.php:1045
 
 
 
 
 
 
359
  msgid "Pin on Pinterest"
360
  msgstr "Pin su Pinterest"
361
 
362
  # @ yit
363
- #: ../class.yith-wcwl-init.php:1052
 
 
 
 
 
 
364
  msgid "Share on Google+"
365
  msgstr "Condividi su Google+"
366
 
367
- #: ../class.yith-wcwl-init.php:1059
368
  msgid "Share by Email"
369
  msgstr ""
370
 
371
  # @ yit
372
- #: ../class.yith-wcwl-init.php:1066
373
- msgid "Socials title"
 
 
 
 
 
 
 
374
  msgstr "Titolo dei social"
375
 
376
  # @ yit
377
- #: ../class.yith-wcwl-init.php:1074
378
- msgid "Socials text"
 
379
  msgstr "Testo dei social"
380
 
381
  # @ yit
382
- #: ../class.yith-wcwl-init.php:1075
383
  msgid ""
384
  "Will be used by Facebook, Twitter and Pinterest. Use <strong>%wishlist_url%</"
385
  "strong> where you want the URL of your wishlist to appear."
@@ -388,177 +401,1227 @@ msgstr ""
388
  "%wishlist_url%</strong> dove vuoi che appaia l'URL della lista dei desideri."
389
 
390
  # @ yit
391
- #: ../class.yith-wcwl-init.php:1083
392
- msgid "Socials image URL"
 
393
  msgstr "URL immagine social"
394
 
395
  # @ yit
396
- #: ../class.yith-wcwl-install.php:136
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
397
  msgctxt "page_slug"
398
  msgid "wishlist"
399
  msgstr ""
400
 
401
  # @ yit
402
- #: ../class.yith-wcwl-ui.php:67 ../class.yith-wcwl.php:351
403
- #: ../yith-wcwl-ajax.php:47
 
 
 
 
 
 
404
  msgid "Product added!"
405
  msgstr "Prodotto aggiunto!"
406
 
407
  # @ yit
408
- #: ../class.yith-wcwl-ui.php:67 ../class.yith-wcwl-ui.php:68
 
409
  msgid "Browse Wishlist"
410
  msgstr "Esplora la lista dei desideri"
411
 
412
  # @ yit
413
- #: ../class.yith-wcwl-ui.php:68
414
  msgid "The product is already in the wishlist!"
415
  msgstr "Il prodotto é giá nella lista dei desideri!"
416
 
417
  # @ yit
418
- #: ../class.yith-wcwl-ui.php:100
 
419
  msgid "Select options"
420
  msgstr "Seleziona opzioni"
421
 
422
  # @ yit
423
- #: ../class.yith-wcwl-ui.php:145
424
- msgid "Share on:"
425
- msgstr "Condividi su:"
426
-
427
- # @ yit
428
- #: ../class.yith-wcwl-ui.php:149
429
  msgid "Facebook"
430
  msgstr "Facebook"
431
 
432
  # @ yit
433
- #: ../class.yith-wcwl-ui.php:152
434
  msgid "Twitter"
435
  msgstr "Twitter"
436
 
437
- #: ../class.yith-wcwl-ui.php:161
438
  msgid "email"
439
  msgstr ""
440
 
441
  # @ yit
442
- #: ../class.yith-wcwl.php:140
443
  msgid "Error occurred while adding product to wishlist."
444
  msgstr "Errore durante l'aggiunta del prodotto alla lista dei desideri."
445
 
 
 
 
 
446
  # @ yit
447
- #: ../class.yith-wcwl.php:162
448
  msgid "Error occurred while removing product from wishlist"
449
  msgstr "Errore durante la rimozione del prodotto dalla lista dei desideri"
450
 
 
 
 
 
451
  # @ yit
452
- #: ../class.yith-wcwl.php:353 ../yith-wcwl-ajax.php:49
453
  msgid "Product already in the wishlist."
454
  msgstr "Il prodotto é giá nella lista dei desideri."
455
 
456
  # @ yit
457
- #: ../class.yith-wcwl.php:370 ../yith-wcwl-ajax.php:30
458
  msgid "Product successfully removed."
459
  msgstr "Prodotto rimosso con successo."
460
 
461
  # @ yit
462
- #: ../class.yith-wcwl.php:373 ../yith-wcwl-ajax.php:33
463
  msgid "Error. Unable to remove the product from the wishlist."
464
  msgstr "Errore. Impossibile rimuovere il prodotto dalla lista dei desideri."
465
 
466
  # @ yit
467
- #: ../class.yith-wcwl.php:377 ../yith-wcwl-ajax.php:37
468
- #: ../templates/wishlist.php:161
469
  msgid "No products were added to the wishlist"
470
  msgstr "Nessun prodotto nella lista dei desideri"
471
 
472
- # @ yit
473
- #: ../templates/wishlist.php:82
474
- msgid "Product Name"
475
- msgstr "Nome del Prodotto"
 
 
 
476
 
477
- # @ yit
478
- #: ../templates/wishlist.php:83
479
- msgid "Unit Price"
480
- msgstr "Prezzo Unitario"
 
481
 
482
- # @ yit
483
- #: ../templates/wishlist.php:84
484
- msgid "Stock Status"
485
- msgstr "Disponibilitá"
 
 
 
486
 
487
- # @ yit
488
- #: ../templates/wishlist.php:107
489
- msgid "Remove this product"
490
- msgstr "Rimuovi questo prodotto"
 
491
 
492
- #: ../templates/wishlist.php:127
493
- msgid "Free!"
 
 
494
  msgstr ""
495
 
496
- # @ yit
497
- #: ../templates/wishlist.php:140
498
- msgid "Out of Stock"
499
- msgstr "Non disponibile"
 
 
 
500
 
501
- # @ yit
502
- #: ../templates/wishlist.php:143
503
- msgid "In Stock"
504
- msgstr "Disponibile"
 
505
 
506
- #: ../yit-common/yith-panel.php:406
507
- msgid "Select a date"
 
 
508
  msgstr ""
509
 
510
- #: ../yit-common/yith-panel.php:407
511
- msgid "Hours"
512
- msgstr "Ore"
 
 
513
 
514
- #: ../yit-common/yith-panel.php:408 ../yit-common/yith-panel.php:409
515
- msgid "Minutes"
516
- msgstr "Minuti"
 
 
517
 
518
- #: ../yit-common/yith-panel.php:417
519
- msgid "Upload"
520
- msgstr "Carica"
 
521
 
522
- #: ../yit-common/yith-panel.php:444
523
- msgid "px"
524
  msgstr ""
525
 
526
- #: ../yit-common/yith-panel.php:445
527
- msgid "em"
528
  msgstr ""
529
 
530
- #: ../yit-common/yith-panel.php:446
531
- msgid "pt"
532
  msgstr ""
533
 
534
- #: ../yit-common/yith-panel.php:447
535
- msgid "rem"
536
  msgstr ""
537
 
538
- #: ../yit-common/yith-panel.php:457
539
- msgid "Select a font family"
540
- msgstr "Seleziona Font"
541
 
542
- #: ../yit-common/yith-panel.php:465
543
- msgid "Regular"
544
  msgstr ""
545
 
546
- #: ../yit-common/yith-panel.php:466
547
- msgid "Bold"
548
  msgstr ""
549
 
550
- #: ../yit-common/yith-panel.php:467
551
- msgid "Extra bold"
552
  msgstr ""
553
 
554
- #: ../yit-common/yith-panel.php:468
555
- msgid "Italic"
556
  msgstr ""
557
 
558
- #: ../yit-common/yith-panel.php:469
559
- msgid "Italic bold"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
560
  msgstr ""
561
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
562
  #: ../yit-common/yith-panel.php:481
563
  msgid "Click to preview"
564
  msgstr "Anteprima"
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist v1.0.0\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-02-12 13:14+0100\n"
6
+ "PO-Revision-Date: 2015-02-12 13:15+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"
18
  "X-Textdomain-Support: yes\n"
19
  "X-Poedit-SearchPath-0: ..\n"
20
 
21
+ #: ../init.php:128
22
+ msgid ""
23
+ "YITH WooCommerce Wishlist is enabled but not effective. It requires "
24
+ "Woocommerce in order to work."
25
+ msgstr ""
26
+
27
+ #: ../init.php:138
28
+ msgid ""
29
+ "You can't activate the free version of YITH WooCommerce Wishlist while you "
30
+ "are using the premium one."
31
+ msgstr ""
32
+
33
  # @ yit
34
+ #: ../includes/class.yith-wcwl-admin-init.php:177
35
+ #: ../includes/class.yith-wcwl-admin-init.php:1054
36
+ #: ../includes/class.yith-wcwl-admin-init.php:1055
37
+ #: ../includes/class.yith-wcwl-install.php:240
38
  msgid "Wishlist"
39
  msgstr "Lista dei desideri"
40
 
41
  # @ yit
42
+ #: ../includes/class.yith-wcwl-admin-init.php:179
43
+ #: ../includes/class.yith-wcwl-admin-init.php:277
44
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1048
45
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1196
46
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1202
47
+ #: ../plugin-fw/lib/yit-plugin-panel.php:62
48
+ msgid "Settings"
49
  msgstr "Impostazioni"
50
 
51
  # @ yit
52
+ #: ../includes/class.yith-wcwl-admin-init.php:180
53
+ #: ../includes/class.yith-wcwl-admin-init.php:244
 
 
 
 
 
 
 
 
 
54
  msgid "Colors"
55
  msgstr "Colori"
56
 
57
+ #: ../includes/class.yith-wcwl-admin-init.php:181
58
+ #: ../includes/class.yith-wcwl-admin-init.php:281
59
+ msgid "Premium Version"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
60
  msgstr ""
 
61
 
62
+ #: ../includes/class.yith-wcwl-admin-init.php:305
63
+ msgid ""
64
+ "WARNING: This plugin requires at least WooCommerce 2.2! Plase, use this link "
65
+ "to update it."
66
+ msgstr ""
67
 
68
+ #: ../includes/class.yith-wcwl-admin-init.php:308
69
+ msgid "WARNING: This plugin requires at least WooCommerce 2.2!"
70
+ msgstr ""
 
71
 
72
+ #: ../includes/class.yith-wcwl-admin-init.php:313
73
+ msgid "Plugin Documentation"
74
+ msgstr ""
 
75
 
76
  # @ yit
77
+ #: ../includes/class.yith-wcwl-admin-init.php:329
78
+ msgid "Wishlist Page"
79
+ msgstr "Lista dei desideri"
80
 
81
  # @ yit
82
+ #: ../includes/class.yith-wcwl-admin-init.php:330
83
+ msgid "Page contents: [yith_wcwl_wishlist]"
84
+ msgstr "Contenuto della pagina: [yith_wcwl_wishlist]"
85
 
86
+ #: ../includes/class.yith-wcwl-admin-init.php:596
87
+ msgid "Upgrade to the PREMIUM VERSION"
88
+ msgstr ""
 
89
 
90
+ #: ../includes/class.yith-wcwl-admin-init.php:599
91
+ msgid "YITH WooCommerce Wishlist"
92
+ msgstr ""
 
93
 
94
+ #: ../includes/class.yith-wcwl-admin-init.php:600
95
+ msgid "Discover the Advanced Features"
96
+ msgstr ""
 
97
 
98
+ #: ../includes/class.yith-wcwl-admin-init.php:601
99
+ msgid ""
100
+ "Upgrade to the PREMIUM VERSION\n"
101
+ "of YITH WOOCOMMERCE WISHLIST to benefit from all features!"
102
+ msgstr ""
103
 
104
+ #: ../includes/class.yith-wcwl-admin-init.php:608
105
+ msgid "Get Support and Pro Features"
106
+ msgstr ""
 
107
 
108
+ #: ../includes/class.yith-wcwl-admin-init.php:609
109
+ msgid ""
110
+ "By purchasing the premium version of the plugin, you will take advantage of "
111
+ "the advanced features of the product and you will get one year of free "
112
+ "updates and support through our platform available 24h/24."
113
+ msgstr ""
114
 
115
  # @ yit
116
+ #: ../includes/class.yith-wcwl-admin-init.php:619
117
+ msgid "General Settings"
118
  msgstr "Impostazioni"
119
 
120
  # @ yit
121
+ #: ../includes/class.yith-wcwl-admin-init.php:626
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
122
  msgid "Enable YITH Wishlist"
123
  msgstr "Abilita YITH WooCommerce Wishlist"
124
 
125
  # @ yit
126
+ #: ../includes/class.yith-wcwl-admin-init.php:627
127
  #, fuzzy, php-format
128
  msgid ""
129
  "Enable all plugin features. <strong>Be sure to select a voice in the "
136
  "a> del plugin."
137
 
138
  # @ yit
139
+ #: ../includes/class.yith-wcwl-admin-init.php:634
140
+ #, fuzzy
141
+ msgid "Default wishlist title"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
142
  msgstr "Titolo della lista dei desideri"
143
 
144
  # @ yit
145
+ #: ../includes/class.yith-wcwl-admin-init.php:636
146
+ #: ../includes/class.yith-wcwl-admin-init.php:637
147
+ #: ../includes/class.yith-wcwl-admin-init.php:854
148
+ #: ../includes/class.yith-wcwl-admin-init.php:855
149
  #, php-format
150
  msgid "My wishlist on %s"
151
  msgstr "La mia lista dei desideri su %s"
152
 
153
  # @ yit
154
+ #: ../includes/class.yith-wcwl-admin-init.php:645
155
  msgid "Position"
156
  msgstr "Posizione"
157
 
158
  # @ yit
159
+ #: ../includes/class.yith-wcwl-admin-init.php:646
160
  msgid ""
161
  "On variable products you can add it only After \"Add to Cart\" or use the "
162
  "shortcode [yith_wcwl_add_to_wishlist]."
165
  "\" o utilizzare lo shortcode [yith_wcwl_add_to_wishlist]."
166
 
167
  # @ yit
168
+ #: ../includes/class.yith-wcwl-admin-init.php:652
169
  msgid "After \"Add to cart\""
170
  msgstr "Dopo \"Aggiungi al Carrello\""
171
 
172
  # @ yit
173
+ #: ../includes/class.yith-wcwl-admin-init.php:653
174
  msgid "After thumbnails"
175
  msgstr "Dopo le thumbnail"
176
 
177
  # @ yit
178
+ #: ../includes/class.yith-wcwl-admin-init.php:654
179
  msgid "After summary"
180
  msgstr "Dopo la descrizione"
181
 
182
  # @ yit
183
+ #: ../includes/class.yith-wcwl-admin-init.php:655
184
  msgid "Use shortcode"
185
  msgstr "Utilizza lo shortcode"
186
 
187
  # @ yit
188
+ #: ../includes/class.yith-wcwl-admin-init.php:660
189
  msgid "Redirect to cart"
190
  msgstr "Reindirizza al carrello"
191
 
192
  # @ yit
193
+ #: ../includes/class.yith-wcwl-admin-init.php:661
194
  msgid ""
195
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
196
  "page."
199
  "bottone \"Aggiungi al carrello\" "
200
 
201
  # @ yit
202
+ #: ../includes/class.yith-wcwl-admin-init.php:668
203
  msgid "Remove if added to the cart"
204
  msgstr "Rimuovi se aggiunto al carrello"
205
 
206
  # @ yit
207
+ #: ../includes/class.yith-wcwl-admin-init.php:669
208
  msgid "Remove the product from the wishlist if is been added to the cart."
209
  msgstr ""
210
  "Quando un prodotto viene aggiunto al carrello, viene rimosso dalla lista dei "
211
  "desideri."
212
 
213
  # @ yit
214
+ #: ../includes/class.yith-wcwl-admin-init.php:676
215
  msgid "\"Add to Wishlist\" text"
216
  msgstr "Testo del pulsante\"Aggiungi alla lista dei desideri\""
217
 
218
  # @ yit
219
+ #: ../includes/class.yith-wcwl-admin-init.php:678
220
+ #: ../includes/class.yith-wcwl-admin-init.php:679
221
  msgid "Add to Wishlist"
222
  msgstr "Aggiungi alla lista dei desideri"
223
 
224
  # @ yit
225
+ #: ../includes/class.yith-wcwl-admin-init.php:684
226
  msgid "\"Add to Cart\" text"
227
  msgstr "Testo del pulsante\"Aggiungi al carrello\""
228
 
229
  # @ yit
230
+ #: ../includes/class.yith-wcwl-admin-init.php:686
231
+ #: ../includes/class.yith-wcwl-admin-init.php:687
232
  msgid "Add to Cart"
233
  msgstr "Aggiungi al Carrello"
234
 
235
  # @ yit
236
+ #: ../includes/class.yith-wcwl-admin-init.php:692
237
  #, fuzzy
238
  msgid "Show Unit price"
239
  msgstr "Prezzo Unitario"
240
 
241
+ #: ../includes/class.yith-wcwl-admin-init.php:693
242
+ msgid "Show unit price for each product in wishlist"
243
+ msgstr ""
244
+
245
  # @ yit
246
+ #: ../includes/class.yith-wcwl-admin-init.php:701
247
  msgid "Show \"Add to Cart\" button"
248
  msgstr "Mostra il pulsante \"Aggiungi al carrello\""
249
 
250
  # @ yit
251
+ #: ../includes/class.yith-wcwl-admin-init.php:702
252
+ #, fuzzy
253
+ msgid "Show \"Add to cart\" button for each product in wishlist"
254
+ msgstr "Sfondo del pulsante\"Aggiungi al carrello\""
255
+
256
+ # @ yit
257
+ #: ../includes/class.yith-wcwl-admin-init.php:710
258
  #, fuzzy
259
  msgid "Show Stock status"
260
  msgstr "Disponibilitá"
261
 
262
+ #: ../includes/class.yith-wcwl-admin-init.php:711
263
+ msgid ""
264
+ "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
265
+ msgstr ""
266
+
267
+ # @ yit
268
+ #: ../includes/class.yith-wcwl-admin-init.php:734
269
+ msgid "Styles"
270
+ msgstr "Stili"
271
+
272
  # @ yit
273
+ #: ../includes/class.yith-wcwl-admin-init.php:741
274
  msgid "Use buttons"
275
  msgstr "Usa pulsanti"
276
 
277
  # @ yit
278
+ #: ../includes/class.yith-wcwl-admin-init.php:742
279
  msgid "Use buttons instead of a simple anchors."
280
  msgstr "Utilizza dei pulsanti al posto delle ancore"
281
 
282
  # @ yit
283
+ #: ../includes/class.yith-wcwl-admin-init.php:749
284
  msgid "Custom CSS"
285
  msgstr "CSS personalizzato"
286
 
287
  # @ yit
288
+ #: ../includes/class.yith-wcwl-admin-init.php:757
289
  msgid "Use theme style"
290
  msgstr "Usa stile del tema"
291
 
292
  # @ yit
293
+ #: ../includes/class.yith-wcwl-admin-init.php:758
294
  msgid "Use the theme style."
295
  msgstr "Usa lo stile del tema."
296
 
297
  # @ yit
298
+ #: ../includes/class.yith-wcwl-admin-init.php:765
299
+ #, fuzzy
300
+ msgid "Button rounded corners"
301
  msgstr "Pulsanti con bordi arrotondati"
302
 
303
  # @ yit
304
+ #: ../includes/class.yith-wcwl-admin-init.php:766
305
  msgid "Make buttons corner rounded"
306
  msgstr "Arrotonda i bordi dei pulsanti"
307
 
308
  # @ yit
309
+ #: ../includes/class.yith-wcwl-admin-init.php:773
310
  msgid "\"Add to Wishlist\" icon"
311
  msgstr "Icona \"Aggiungi alla lista dei desideri\""
312
 
313
  # @ yit
314
+ #: ../includes/class.yith-wcwl-admin-init.php:774
315
  msgid "Add an icon to the \"Add to Wishlist\" button"
316
  msgstr "Aggiungi un'icona al pulsante \"Aggiungi alla lista dei desideri\""
317
 
318
  # @ yit
319
+ #: ../includes/class.yith-wcwl-admin-init.php:785
320
  msgid "\"Add to Cart\" icon"
321
  msgstr "Icona \"Aggiungi al carrello\""
322
 
323
  # @ yit
324
+ #: ../includes/class.yith-wcwl-admin-init.php:786
325
  msgid "Add an icon to the \"Add to Cart\" button"
326
  msgstr "Aggiunge un'icona al pulsante \"Aggiungi al carrello\""
327
 
328
  # @ yit
329
+ #: ../includes/class.yith-wcwl-admin-init.php:805
330
+ msgid "Socials &amp; Share"
331
+ msgstr "Social & Condivisione"
332
+
333
+ # @ yit
334
+ #: ../includes/class.yith-wcwl-admin-init.php:812
335
  msgid "Share on Facebook"
336
  msgstr "Condivi su Facebook"
337
 
338
  # @ yit
339
+ #: ../includes/class.yith-wcwl-admin-init.php:813
340
+ #: ../includes/class.yith-wcwl-admin-init.php:837
341
+ #, fuzzy
342
+ msgid "Show \"Share on Facebook\" button"
343
+ msgstr "Condivi su Facebook"
344
+
345
+ # @ yit
346
+ #: ../includes/class.yith-wcwl-admin-init.php:820
347
  msgid "Tweet on Twitter"
348
  msgstr "Condividi su Twitter"
349
 
350
  # @ yit
351
+ #: ../includes/class.yith-wcwl-admin-init.php:821
352
+ #, fuzzy
353
+ msgid "Show \"Tweet on Twitter\" button"
354
+ msgstr "Condividi su Twitter"
355
+
356
+ # @ yit
357
+ #: ../includes/class.yith-wcwl-admin-init.php:828
358
  msgid "Pin on Pinterest"
359
  msgstr "Pin su Pinterest"
360
 
361
  # @ yit
362
+ #: ../includes/class.yith-wcwl-admin-init.php:829
363
+ #, fuzzy
364
+ msgid "Show \"Pin on Pinterest\" button"
365
+ msgstr "Pin su Pinterest"
366
+
367
+ # @ yit
368
+ #: ../includes/class.yith-wcwl-admin-init.php:836
369
  msgid "Share on Google+"
370
  msgstr "Condividi su Google+"
371
 
372
+ #: ../includes/class.yith-wcwl-admin-init.php:844
373
  msgid "Share by Email"
374
  msgstr ""
375
 
376
  # @ yit
377
+ #: ../includes/class.yith-wcwl-admin-init.php:845
378
+ #, fuzzy
379
+ msgid "Show \"Share by Email\" button"
380
+ msgstr "Mostra il pulsante \"Aggiungi al carrello\""
381
+
382
+ # @ yit
383
+ #: ../includes/class.yith-wcwl-admin-init.php:852
384
+ #, fuzzy
385
+ msgid "Social title"
386
  msgstr "Titolo dei social"
387
 
388
  # @ yit
389
+ #: ../includes/class.yith-wcwl-admin-init.php:860
390
+ #, fuzzy
391
+ msgid "Social text"
392
  msgstr "Testo dei social"
393
 
394
  # @ yit
395
+ #: ../includes/class.yith-wcwl-admin-init.php:861
396
  msgid ""
397
  "Will be used by Facebook, Twitter and Pinterest. Use <strong>%wishlist_url%</"
398
  "strong> where you want the URL of your wishlist to appear."
401
  "%wishlist_url%</strong> dove vuoi che appaia l'URL della lista dei desideri."
402
 
403
  # @ yit
404
+ #: ../includes/class.yith-wcwl-admin-init.php:869
405
+ #, fuzzy
406
+ msgid "Social image URL"
407
  msgstr "URL immagine social"
408
 
409
  # @ yit
410
+ #: ../includes/class.yith-wcwl-admin-init.php:905
411
+ #, fuzzy
412
+ msgid "\"Add to wishlist\" button"
413
+ msgstr "Testo del pulsante \"Aggiungi alla lista dei desideri\""
414
+
415
+ #: ../includes/class.yith-wcwl-admin-init.php:908
416
+ #: ../includes/class.yith-wcwl-admin-init.php:926
417
+ #: ../includes/class.yith-wcwl-admin-init.php:944
418
+ #: ../includes/class.yith-wcwl-admin-init.php:962
419
+ #: ../includes/class.yith-wcwl-admin-init.php:980
420
+ msgid "Background"
421
+ msgstr ""
422
+
423
+ #: ../includes/class.yith-wcwl-admin-init.php:909
424
+ #: ../includes/class.yith-wcwl-admin-init.php:927
425
+ #: ../includes/class.yith-wcwl-admin-init.php:945
426
+ #: ../includes/class.yith-wcwl-admin-init.php:963
427
+ #: ../includes/class.yith-wcwl-admin-init.php:981
428
+ msgid "Text"
429
+ msgstr ""
430
+
431
+ #: ../includes/class.yith-wcwl-admin-init.php:910
432
+ #: ../includes/class.yith-wcwl-admin-init.php:928
433
+ #: ../includes/class.yith-wcwl-admin-init.php:946
434
+ #: ../includes/class.yith-wcwl-admin-init.php:964
435
+ #: ../includes/class.yith-wcwl-admin-init.php:982
436
+ msgid "Border"
437
+ msgstr ""
438
+
439
+ #: ../includes/class.yith-wcwl-admin-init.php:917
440
+ #: ../includes/class.yith-wcwl-admin-init.php:935
441
+ #: ../includes/class.yith-wcwl-admin-init.php:953
442
+ #: ../includes/class.yith-wcwl-admin-init.php:971
443
+ msgid "Background (hover)"
444
+ msgstr ""
445
+
446
+ #: ../includes/class.yith-wcwl-admin-init.php:918
447
+ #: ../includes/class.yith-wcwl-admin-init.php:936
448
+ #: ../includes/class.yith-wcwl-admin-init.php:954
449
+ #: ../includes/class.yith-wcwl-admin-init.php:972
450
+ msgid "Text (hover)"
451
+ msgstr ""
452
+
453
+ #: ../includes/class.yith-wcwl-admin-init.php:919
454
+ #: ../includes/class.yith-wcwl-admin-init.php:937
455
+ #: ../includes/class.yith-wcwl-admin-init.php:955
456
+ #: ../includes/class.yith-wcwl-admin-init.php:973
457
+ msgid "Border (hover)"
458
+ msgstr ""
459
+
460
+ # @ yit
461
+ #: ../includes/class.yith-wcwl-admin-init.php:923
462
+ #, fuzzy
463
+ msgid "\"Add to Cart\" button"
464
+ msgstr "Testo del pulsante\"Aggiungi al carrello\""
465
+
466
+ #: ../includes/class.yith-wcwl-admin-init.php:941
467
+ msgid "\"Style 1\" button"
468
+ msgstr ""
469
+
470
+ #: ../includes/class.yith-wcwl-admin-init.php:959
471
+ msgid "\"Style 2\" button"
472
+ msgstr ""
473
+
474
+ # @ yit
475
+ #: ../includes/class.yith-wcwl-admin-init.php:977
476
+ #, fuzzy
477
+ msgid "Wishlist table"
478
+ msgstr "Titolo della lista dei desideri"
479
+
480
+ #: ../includes/class.yith-wcwl-admin-init.php:986
481
+ msgid "Headers"
482
+ msgstr ""
483
+
484
+ #: ../includes/class.yith-wcwl-admin-init.php:989
485
+ msgid "Background color"
486
+ msgstr ""
487
+
488
+ # @ yit
489
+ #: ../includes/class.yith-wcwl-admin-init.php:1116
490
+ #, fuzzy
491
+ msgid "Wishlist Activated"
492
+ msgstr "Titolo della lista dei desideri"
493
+
494
+ #: ../includes/class.yith-wcwl-admin-init.php:1117
495
+ #, php-format
496
+ msgid ""
497
+ "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
498
+ "can access to all the settings of our plugins that you have activated. "
499
+ "Wishlist is available in an outstanding PREMIUM version with many new "
500
+ "options, <a href=\"%s\">discover it now</a>."
501
+ msgstr ""
502
+
503
+ # @ yit
504
+ #: ../includes/class.yith-wcwl-admin-init.php:1128
505
+ #, fuzzy
506
+ msgid "Wishlist Updated"
507
+ msgstr "Lista dei desideri"
508
+
509
+ #: ../includes/class.yith-wcwl-admin-init.php:1129
510
+ #, php-format
511
+ msgid ""
512
+ "From now on, you can find all the options of Wishlist under YIT Plugin -> "
513
+ "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
514
+ "version. When one of our plugins updates, a new voice will be added to this "
515
+ "menu. Wishlist renovates with new available options, <a href=\"%s\">discover "
516
+ "the PREMIUM version.</a>"
517
+ msgstr ""
518
+
519
+ #: ../includes/class.yith-wcwl-init.php:341
520
+ msgid ""
521
+ "We are sorry,but this feature is available only if cookies on your browser "
522
+ "are enabled."
523
+ msgstr ""
524
+
525
+ # @ yit
526
+ #: ../includes/class.yith-wcwl-install.php:239
527
  msgctxt "page_slug"
528
  msgid "wishlist"
529
  msgstr ""
530
 
531
  # @ yit
532
+ #: ../includes/class.yith-wcwl-shortcode.php:225
533
+ #: ../includes/class.yith-wcwl-ui.php:161
534
+ msgid "Share on:"
535
+ msgstr "Condividi su:"
536
+
537
+ # @ yit
538
+ #: ../includes/class.yith-wcwl-ui.php:81 ../includes/class.yith-wcwl.php:1143
539
+ #: ../templates/add-to-wishlist.php:21
540
  msgid "Product added!"
541
  msgstr "Prodotto aggiunto!"
542
 
543
  # @ yit
544
+ #: ../includes/class.yith-wcwl-ui.php:81 ../includes/class.yith-wcwl-ui.php:82
545
+ #: ../templates/add-to-wishlist.php:23 ../templates/add-to-wishlist.php:30
546
  msgid "Browse Wishlist"
547
  msgstr "Esplora la lista dei desideri"
548
 
549
  # @ yit
550
+ #: ../includes/class.yith-wcwl-ui.php:82 ../templates/add-to-wishlist.php:28
551
  msgid "The product is already in the wishlist!"
552
  msgstr "Il prodotto é giá nella lista dei desideri!"
553
 
554
  # @ yit
555
+ #: ../includes/class.yith-wcwl-ui.php:116
556
+ #: ../includes/class.yith-wcwl-ui.php:200
557
  msgid "Select options"
558
  msgstr "Seleziona opzioni"
559
 
560
  # @ yit
561
+ #: ../includes/class.yith-wcwl-ui.php:165 ../templates/share.php:16
 
 
 
 
 
562
  msgid "Facebook"
563
  msgstr "Facebook"
564
 
565
  # @ yit
566
+ #: ../includes/class.yith-wcwl-ui.php:168 ../templates/share.php:22
567
  msgid "Twitter"
568
  msgstr "Twitter"
569
 
570
+ #: ../includes/class.yith-wcwl-ui.php:177
571
  msgid "email"
572
  msgstr ""
573
 
574
  # @ yit
575
+ #: ../includes/class.yith-wcwl.php:192 ../includes/class.yith-wcwl.php:276
576
  msgid "Error occurred while adding product to wishlist."
577
  msgstr "Errore durante l'aggiunta del prodotto alla lista dei desideri."
578
 
579
+ #: ../includes/class.yith-wcwl.php:291
580
+ msgid "Remove now does not require any param"
581
+ msgstr ""
582
+
583
  # @ yit
584
+ #: ../includes/class.yith-wcwl.php:325
585
  msgid "Error occurred while removing product from wishlist"
586
  msgstr "Errore durante la rimozione del prodotto dalla lista dei desideri"
587
 
588
+ #: ../includes/class.yith-wcwl.php:603
589
+ msgid "You need to log in before creating a new wishlist"
590
+ msgstr ""
591
+
592
  # @ yit
593
+ #: ../includes/class.yith-wcwl.php:1146
594
  msgid "Product already in the wishlist."
595
  msgstr "Il prodotto é giá nella lista dei desideri."
596
 
597
  # @ yit
598
+ #: ../includes/class.yith-wcwl.php:1178
599
  msgid "Product successfully removed."
600
  msgstr "Prodotto rimosso con successo."
601
 
602
  # @ yit
603
+ #: ../includes/class.yith-wcwl.php:1182
604
  msgid "Error. Unable to remove the product from the wishlist."
605
  msgstr "Errore. Impossibile rimuovere il prodotto dalla lista dei desideri."
606
 
607
  # @ yit
608
+ #: ../includes/class.yith-wcwl.php:1186 ../templates/wishlist-view.php:165
 
609
  msgid "No products were added to the wishlist"
610
  msgstr "Nessun prodotto nella lista dei desideri"
611
 
612
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:460
613
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:574
614
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:719
615
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1632
616
+ #, php-format
617
+ msgid "Add %s"
618
+ msgstr ""
619
 
620
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:461
621
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:575
622
+ #, php-format
623
+ msgid "Add New %s"
624
+ msgstr ""
625
 
626
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:462
627
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:576
628
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1267
629
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1304
630
+ #, php-format
631
+ msgid "Edit %s"
632
+ msgstr ""
633
 
634
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:463
635
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:577
636
+ #, php-format
637
+ msgid "New %s"
638
+ msgstr ""
639
 
640
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:464
641
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:578
642
+ #, php-format
643
+ msgid "All %s"
644
  msgstr ""
645
 
646
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:465
647
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:579
648
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1251
649
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1305
650
+ #, php-format
651
+ msgid "View %s"
652
+ msgstr ""
653
 
654
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:466
655
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:580
656
+ #, php-format
657
+ msgid "Search %s"
658
+ msgstr ""
659
 
660
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:467
661
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:581
662
+ #, php-format
663
+ msgid "No %s found"
664
  msgstr ""
665
 
666
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:468
667
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:582
668
+ #, php-format
669
+ msgid "No %s found in Trash"
670
+ msgstr ""
671
 
672
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:625
673
+ #, php-format
674
+ msgctxt "taxonomy general name"
675
+ msgid "%s Categories"
676
+ msgstr ""
677
 
678
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:626
679
+ msgctxt "taxonomy singular name"
680
+ msgid "Category"
681
+ msgstr ""
682
 
683
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:627
684
+ msgid "Search Categories"
685
  msgstr ""
686
 
687
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:628
688
+ msgid "All Categories"
689
  msgstr ""
690
 
691
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:629
692
+ msgid "Parent Category"
693
  msgstr ""
694
 
695
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:630
696
+ msgid "Parent Category:"
697
  msgstr ""
698
 
699
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:631
700
+ msgid "Edit Category"
701
+ msgstr ""
702
 
703
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:632
704
+ msgid "Update Category"
705
  msgstr ""
706
 
707
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:633
708
+ msgid "Add New Category"
709
  msgstr ""
710
 
711
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:634
712
+ msgid "New Category Name"
713
  msgstr ""
714
 
715
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:635
716
+ msgid "Category"
717
  msgstr ""
718
 
719
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:724
720
+ msgid "Categories"
721
+ msgstr ""
722
+
723
+ # @ yit
724
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1042
725
+ #, fuzzy, php-format
726
+ msgid "%s Settings"
727
+ msgstr "Impostazioni"
728
+
729
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1051
730
+ msgid "Type"
731
+ msgstr ""
732
+
733
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1052
734
+ msgid "The layout for this "
735
+ msgstr ""
736
+
737
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1058
738
+ msgid "Rewrite"
739
+ msgstr ""
740
+
741
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1059
742
+ msgid "The word used for the URL of each project (the slug of post if empty)"
743
  msgstr ""
744
 
745
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1064
746
+ msgid "Label Singular"
747
+ msgstr ""
748
+
749
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1065
750
+ msgid ""
751
+ "Set the label in singular to use for each label (the title of portfolio if "
752
+ "empty)"
753
+ msgstr ""
754
+
755
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1070
756
+ msgid "Label Plural"
757
+ msgstr ""
758
+
759
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1071
760
+ msgid ""
761
+ "Set the label in plural to use for each label (the title of portfolio if "
762
+ "empty)"
763
+ msgstr ""
764
+
765
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1076
766
+ msgid "Taxonomy"
767
+ msgstr ""
768
+
769
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1077
770
+ msgid ""
771
+ "If you want to use a category section for the portfolio, set the name of "
772
+ "taxonomy. Name should be in slug form (must not contain capital letters or "
773
+ "spaces) and not more than 32 characters long (database structure "
774
+ "restriction)."
775
+ msgstr ""
776
+
777
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1082
778
+ msgid "Taxonomy Rewrite"
779
+ msgstr ""
780
+
781
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1083
782
+ msgid "Set the word to use in the URL for each category page."
783
+ msgstr ""
784
+
785
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1088
786
+ msgid "Single layout"
787
+ msgstr ""
788
+
789
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1089
790
+ msgid "The layout for single page of this portfolio"
791
+ msgstr ""
792
+
793
+ # @ yit
794
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1130
795
+ #, fuzzy
796
+ msgid "layout settings"
797
+ msgstr "Impostazioni"
798
+
799
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1222
800
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1235
801
+ msgid "Quick links"
802
+ msgstr ""
803
+
804
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1475
805
+ #, php-format
806
+ msgid "Show the frontend of the %s"
807
+ msgstr ""
808
+
809
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1482
810
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:46
811
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:90
812
+ msgid "Name"
813
+ msgstr ""
814
+
815
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1631
816
+ #, php-format
817
+ msgid "Add %s by images"
818
+ msgstr ""
819
+
820
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1633
821
+ msgid "Add with multiupload"
822
+ msgstr ""
823
+
824
+ #: ../plugin-fw/lib/yit-plugin-panel-wc.php:303
825
+ msgid "The changes you made will be lost if you navigate away from this page."
826
+ msgstr ""
827
+
828
+ # @ yit
829
+ #: ../plugin-fw/lib/yit-plugin-panel.php:61
830
+ #, fuzzy
831
+ msgid "Plugin Settings"
832
+ msgstr "Impostazioni"
833
+
834
+ #: ../plugin-fw/lib/yit-plugin-panel.php:92
835
+ #: ../plugin-fw/lib/yit-plugin-subpanel.php:101
836
+ msgid "YIT Plugins"
837
+ msgstr ""
838
+
839
+ #: ../plugin-fw/lib/yit-plugin-panel.php:271
840
+ #: ../plugin-fw/lib/yit-plugin-subpanel.php:142
841
+ #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:5
842
+ msgid "Save Changes"
843
+ msgstr ""
844
+
845
+ #: ../plugin-fw/lib/yit-plugin-panel.php:274
846
+ #: ../plugin-fw/lib/yit-plugin-subpanel.php:145
847
+ #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:8
848
+ msgid ""
849
+ "If you continue with this action, you will reset all options are in this "
850
+ "page."
851
+ msgstr ""
852
+
853
+ #: ../plugin-fw/lib/yit-plugin-panel.php:276
854
+ #: ../plugin-fw/lib/yit-plugin-subpanel.php:147
855
+ #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
856
+ msgid "Reset Defaults"
857
+ msgstr ""
858
+
859
+ #: ../plugin-fw/lib/yit-plugin-panel.php:276
860
+ #: ../plugin-fw/lib/yit-plugin-subpanel.php:147
861
+ #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
862
+ msgid "Are you sure of it?"
863
+ msgstr ""
864
+
865
+ #: ../plugin-fw/lib/yit-plugin-panel.php:410
866
+ msgid ""
867
+ "The element you have written is already exists. Please, add another name."
868
+ msgstr ""
869
+
870
+ # @ yit
871
+ #: ../plugin-fw/lib/yit-plugin-panel.php:411
872
+ #, fuzzy
873
+ msgid "Settings saved"
874
+ msgstr "Impostazioni"
875
+
876
+ # @ yit
877
+ #: ../plugin-fw/lib/yit-plugin-panel.php:412
878
+ #, fuzzy
879
+ msgid "Settings reset"
880
+ msgstr "Impostazioni"
881
+
882
+ #: ../plugin-fw/lib/yit-plugin-panel.php:413
883
+ msgid "Element deleted correctly."
884
+ msgstr ""
885
+
886
+ #: ../plugin-fw/lib/yit-plugin-panel.php:414
887
+ #: ../plugin-fw/lib/yit-plugin-panel.php:415
888
+ msgid "Element updated correctly."
889
+ msgstr ""
890
+
891
+ #: ../plugin-fw/lib/yit-plugin-panel.php:416
892
+ msgid "Database imported correctly."
893
+ msgstr ""
894
+
895
+ #: ../plugin-fw/lib/yit-plugin-panel.php:417
896
+ msgid "An error encoured during during import. Please try again."
897
+ msgstr ""
898
+
899
+ #: ../plugin-fw/lib/yit-plugin-panel.php:418
900
+ msgid "The file you have insert doesn't valid."
901
+ msgstr ""
902
+
903
+ #: ../plugin-fw/lib/yit-plugin-panel.php:419
904
+ msgid "I'm sorry, the import featured is disabled."
905
+ msgstr ""
906
+
907
+ #: ../plugin-fw/lib/yit-plugin-panel.php:420
908
+ msgid "Sorting done correctly."
909
+ msgstr ""
910
+
911
+ #: ../plugin-fw/lib/yit-pointers.php:70
912
+ msgid "Plugins Activated"
913
+ msgstr ""
914
+
915
+ #: ../plugin-fw/lib/yit-pointers.php:71
916
+ msgid ""
917
+ "From now on, you can find all the options of your plugins under the YIT "
918
+ "Plugin menu voice.\n"
919
+ " For every installation of our new "
920
+ "plugins, a new voice will be added to access to the customization settings."
921
+ msgstr ""
922
+
923
+ #: ../plugin-fw/lib/yit-pointers.php:73 ../plugin-fw/lib/yit-pointers.php:89
924
+ msgid "Discover all our plugins available on:"
925
+ msgstr ""
926
+
927
+ #: ../plugin-fw/lib/yit-pointers.php:74 ../plugin-fw/lib/yit-pointers.php:90
928
+ msgid "and"
929
+ msgstr ""
930
+
931
+ #: ../plugin-fw/lib/yit-pointers.php:84
932
+ msgid "Plugins Upgraded"
933
+ msgstr ""
934
+
935
+ #: ../plugin-fw/lib/yit-pointers.php:85
936
+ msgid ""
937
+ "From now on, you can find all the options of your plugins under the YIT "
938
+ "Plugin menu voice.\n"
939
+ " When one of our plugins updates, a new "
940
+ "voice will be added to this menu.\n"
941
+ " For example, after the update, the "
942
+ "options from the plugins (YITH WooCommerce Wishlist, YITH WooCommerce Ajax "
943
+ "Search, etc.)\n"
944
+ " will be removed from the previous "
945
+ "location and moved under the YIT Plugin tab."
946
+ msgstr ""
947
+
948
+ #: ../plugin-fw/lib/yit-upgrade.php:119
949
+ msgid "There is a new version of %plugin_name% available."
950
+ msgstr ""
951
+
952
+ #: ../plugin-fw/lib/yit-upgrade.php:120
953
+ msgid "View version %latest% details."
954
+ msgstr ""
955
+
956
+ #: ../plugin-fw/lib/yit-upgrade.php:121
957
+ msgid "Automatic update is unavailable for this plugin,"
958
+ msgstr ""
959
+
960
+ #: ../plugin-fw/lib/yit-upgrade.php:122
961
+ msgid ""
962
+ "please <a href=\"%activate_link%\"> activate </a> your copy of %plugin_name%."
963
+ msgstr ""
964
+
965
+ #: ../plugin-fw/lib/yit-upgrade.php:123
966
+ msgid "Update now."
967
+ msgstr ""
968
+
969
+ #: ../plugin-fw/lib/yit-upgrade.php:226
970
+ msgid "Yithemes Repository"
971
+ msgstr ""
972
+
973
+ #: ../plugin-fw/lib/yit-upgrade.php:260
974
+ msgid "Invalid URL Provided."
975
+ msgstr ""
976
+
977
+ #: ../plugin-fw/lib/yit-upgrade.php:273
978
+ msgid "Could not create Temporary file."
979
+ msgstr ""
980
+
981
+ #: ../plugin-fw/lib/yit-upgrade.php:414
982
+ #, php-format
983
+ msgid ""
984
+ "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
985
+ "yit-changelog-button\" title=\"%3$s\">View version %4$s details</a>."
986
+ msgstr ""
987
+
988
+ #: ../plugin-fw/lib/yit-upgrade.php:416
989
+ #, php-format
990
+ msgid ""
991
+ "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
992
+ "yit-changelog-button\" title=\"%3$s\">View version %4$s details</a>. <em>You "
993
+ "have to activate the plugin on a single site of the network to benefit from "
994
+ "the automatic updates.</em>"
995
+ msgstr ""
996
+
997
+ #: ../plugin-fw/lib/yit-upgrade.php:418
998
+ #, php-format
999
+ msgid ""
1000
+ "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
1001
+ "yit-changelog-button\" title=\"%3$s\">View version %4$s details</a>. "
1002
+ "<em>Automatic update is unavailable for this plugin, please <a href=\"%5$s\" "
1003
+ "title=\"Licence activation\">activate</a> your copy of %6s.</em>"
1004
+ msgstr ""
1005
+
1006
+ #: ../plugin-fw/lib/yit-upgrade.php:420
1007
+ #, php-format
1008
+ msgid ""
1009
+ "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
1010
+ "yit-changelog-button\" title=\"%3$s\">View version %4$s details</a> or <a "
1011
+ "href=\"%5$s\">update now</a>."
1012
+ msgstr ""
1013
+
1014
+ #: ../plugin-fw/lib/yit-upgrade.php:493
1015
+ msgid "You can't update plugins for this site."
1016
+ msgstr ""
1017
+
1018
+ #: ../plugin-fw/lib/yit-upgrade.php:497
1019
+ msgid "You do not have sufficient permissions to update plugins for this site."
1020
+ msgstr ""
1021
+
1022
+ #: ../plugin-fw/lib/yit-upgrade.php:504
1023
+ msgid "Update Plugin"
1024
+ msgstr ""
1025
+
1026
+ #: ../plugin-fw/licence/lib/yit-licence.php:148
1027
+ #, php-format
1028
+ msgid "%field% field can not be empty"
1029
+ msgstr ""
1030
+
1031
+ #: ../plugin-fw/licence/lib/yit-licence.php:149
1032
+ msgid "%field_1% and %field_2% fields can not be empty"
1033
+ msgstr ""
1034
+
1035
+ #: ../plugin-fw/licence/lib/yit-licence.php:150
1036
+ msgid "Unable to contact the remote server, please try again later. Thanks!"
1037
+ msgstr ""
1038
+
1039
+ #: ../plugin-fw/licence/lib/yit-licence.php:529
1040
+ msgid "Invalid Request"
1041
+ msgstr ""
1042
+
1043
+ #: ../plugin-fw/licence/lib/yit-licence.php:530
1044
+ msgid "Invalid licence key"
1045
+ msgstr ""
1046
+
1047
+ #: ../plugin-fw/licence/lib/yit-licence.php:531
1048
+ msgid "Software has been deactive"
1049
+ msgstr ""
1050
+
1051
+ #: ../plugin-fw/licence/lib/yit-licence.php:532
1052
+ msgid "Exceeded maximum number of activations"
1053
+ msgstr ""
1054
+
1055
+ #: ../plugin-fw/licence/lib/yit-licence.php:533
1056
+ msgid "Invalid instance ID"
1057
+ msgstr ""
1058
+
1059
+ #: ../plugin-fw/licence/lib/yit-licence.php:534
1060
+ msgid "Invalid security key"
1061
+ msgstr ""
1062
+
1063
+ #: ../plugin-fw/licence/lib/yit-licence.php:535
1064
+ msgid "Licence key has expired"
1065
+ msgstr ""
1066
+
1067
+ #: ../plugin-fw/licence/lib/yit-licence.php:536
1068
+ msgid "Licence key has be banned"
1069
+ msgstr ""
1070
+
1071
+ #: ../plugin-fw/licence/lib/yit-plugin-licence.php:63
1072
+ #: ../plugin-fw/licence/lib/yit-plugin-licence.php:64
1073
+ #: ../plugin-fw/licence/lib/yit-theme-licence.php:63
1074
+ #: ../plugin-fw/licence/lib/yit-theme-licence.php:64
1075
+ #: ../plugin-fw/licence/lib/yit-theme-licence.php:106
1076
+ #: ../plugin-fw/licence/lib/yit-theme-licence.php:107
1077
+ msgid "Licence Activation"
1078
+ msgstr ""
1079
+
1080
+ #: ../plugin-fw/licence/lib/yit-theme-licence.php:114
1081
+ #: ../plugin-fw/licence/lib/yit-theme-licence.php:115
1082
+ #, php-format
1083
+ msgid "%s"
1084
+ msgstr ""
1085
+
1086
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:19
1087
+ msgid "Yithemes Licence Activation"
1088
+ msgstr ""
1089
+
1090
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:23
1091
+ msgid ""
1092
+ "Have you updated your licenses? Have you asked for an extension? Update "
1093
+ "information concerning your products."
1094
+ msgstr ""
1095
+
1096
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:25
1097
+ msgid "Update licence information"
1098
+ msgstr ""
1099
+
1100
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:35
1101
+ msgid "To Active"
1102
+ msgstr ""
1103
+
1104
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:54
1105
+ msgid "Activate"
1106
+ msgstr ""
1107
+
1108
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:73
1109
+ msgid "Activated"
1110
+ msgstr ""
1111
+
1112
+ # @ yit
1113
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:77
1114
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:109
1115
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:133
1116
+ #: ../templates/wishlist-view.php:56
1117
+ msgid "Product Name"
1118
+ msgstr "Nome del Prodotto"
1119
+
1120
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:78
1121
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:110
1122
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:134
1123
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:145
1124
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:337
1125
+ #: ../templates/share.php:40
1126
+ msgid "Email"
1127
+ msgstr ""
1128
+
1129
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:79
1130
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:111
1131
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:135
1132
+ msgid "Licence Key"
1133
+ msgstr ""
1134
+
1135
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:80
1136
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:136
1137
+ msgid "Expires"
1138
+ msgstr ""
1139
+
1140
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:81
1141
+ msgid "Remaining"
1142
+ msgstr ""
1143
+
1144
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:82
1145
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:95
1146
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:137
1147
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:147
1148
+ msgid "Renew"
1149
+ msgstr ""
1150
+
1151
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:93
1152
+ #, php-format
1153
+ msgid "%1s out of %2s"
1154
+ msgstr ""
1155
+
1156
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:105
1157
+ msgid "Banned"
1158
+ msgstr ""
1159
+
1160
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:129
1161
+ msgid "Expired"
1162
+ msgstr ""
1163
+
1164
+ #: ../plugin-fw/templates/metaboxes/types/ajax-products.php:23
1165
+ msgid "Search for a product"
1166
+ msgstr ""
1167
+
1168
+ #: ../plugin-fw/templates/metaboxes/types/categories.php:36
1169
+ msgid "No categories."
1170
+ msgstr ""
1171
+
1172
+ #: ../plugin-fw/templates/metaboxes/types/categories.php:42
1173
+ msgid "+ Add New Category"
1174
+ msgstr ""
1175
+
1176
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:5
1177
+ msgid "Text Input"
1178
+ msgstr ""
1179
+
1180
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:6
1181
+ msgid "Checkbox"
1182
+ msgstr ""
1183
+
1184
+ # @ yit
1185
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:7
1186
+ #, fuzzy
1187
+ msgid "Select"
1188
+ msgstr "Seleziona opzioni"
1189
+
1190
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:8
1191
+ msgid "Textarea"
1192
+ msgstr ""
1193
+
1194
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:9
1195
+ msgid "Radio Input"
1196
+ msgstr ""
1197
+
1198
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:10
1199
+ msgid "Password Field"
1200
+ msgstr ""
1201
+
1202
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:11
1203
+ #, fuzzy
1204
+ msgid "File Upload"
1205
+ msgstr "Carica"
1206
+
1207
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:45
1208
+ msgid "Theme Icon"
1209
+ msgstr ""
1210
+
1211
+ # @ yit
1212
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:46
1213
+ #, fuzzy
1214
+ msgid "Custom Icon"
1215
+ msgstr "CSS personalizzato"
1216
+
1217
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:47
1218
+ #: ../plugin-fw/templates/metaboxes/types/responsivesliders.php:24
1219
+ msgid "None"
1220
+ msgstr ""
1221
+
1222
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:57
1223
+ msgid "Add field"
1224
+ msgstr ""
1225
+
1226
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:66
1227
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:258
1228
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:37
1229
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:82
1230
+ msgid "Remove"
1231
+ msgstr ""
1232
+
1233
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:67
1234
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:259
1235
+ #, fuzzy
1236
+ msgid "Click to toggle"
1237
+ msgstr "Anteprima"
1238
+
1239
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:74
1240
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:266
1241
+ msgid "Title Field"
1242
+ msgstr ""
1243
+
1244
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:78
1245
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:270
1246
+ msgid "Insert the title of field."
1247
+ msgstr ""
1248
+
1249
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:83
1250
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:275
1251
+ msgid "Data Name"
1252
+ msgstr ""
1253
+
1254
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:87
1255
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:279
1256
+ msgid ""
1257
+ "REQUIRED: The identification name of this field, that you can insert into "
1258
+ "body email configuration. <strong>Note:</strong>Use only lowercase "
1259
+ "characters and underscores."
1260
+ msgstr ""
1261
+
1262
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:92
1263
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:284
1264
+ msgid "Type field"
1265
+ msgstr ""
1266
+
1267
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:100
1268
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:292
1269
+ msgid "Select the type of this field."
1270
+ msgstr ""
1271
+
1272
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:105
1273
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:297
1274
+ msgid "Checked"
1275
+ msgstr ""
1276
+
1277
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:109
1278
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:301
1279
+ msgid "Select this if you want this field already checked."
1280
+ msgstr ""
1281
+
1282
+ # @ yit
1283
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:114
1284
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:306
1285
+ #, fuzzy
1286
+ msgid "Add options "
1287
+ msgstr "Seleziona opzioni"
1288
+
1289
+ # @ yit
1290
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:115
1291
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:307
1292
+ #, fuzzy
1293
+ msgid "Add option"
1294
+ msgstr "Icona \"Aggiungi al carrello\""
1295
+
1296
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:118
1297
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:310
1298
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:432
1299
+ msgid "Selected"
1300
+ msgstr ""
1301
+
1302
+ # @ yit
1303
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:121
1304
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:313
1305
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:432
1306
+ #, fuzzy
1307
+ msgid "Delete option"
1308
+ msgstr "Seleziona opzioni"
1309
+
1310
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:127
1311
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:319
1312
+ msgid "Message Error"
1313
+ msgstr ""
1314
+
1315
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:131
1316
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:323
1317
+ msgid "Insert the error message for validation."
1318
+ msgstr ""
1319
+
1320
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:136
1321
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:328
1322
+ msgid "Required"
1323
+ msgstr ""
1324
+
1325
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:140
1326
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:332
1327
+ msgid "Select this if it must be required."
1328
+ msgstr ""
1329
+
1330
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:149
1331
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:341
1332
+ msgid "Select this if it must be a valid email."
1333
+ msgstr ""
1334
+
1335
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:154
1336
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:346
1337
+ msgid "Reply To"
1338
+ msgstr ""
1339
+
1340
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:158
1341
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:350
1342
+ msgid "Select this if it's the email where you can reply."
1343
+ msgstr ""
1344
+
1345
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:163
1346
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:355
1347
+ msgid "Class"
1348
+ msgstr ""
1349
+
1350
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:167
1351
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:359
1352
+ msgid ""
1353
+ "Insert an additional class(es) (separateb by comma) for more personalization."
1354
+ msgstr ""
1355
+
1356
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:172
1357
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:364
1358
+ msgid "Icon"
1359
+ msgstr ""
1360
+
1361
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:200
1362
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:388
1363
+ #: ../plugin-fw/templates/metaboxes/types/icon-list.php:69
1364
+ #: ../plugin-fw/templates/metaboxes/types/select-icon.php:33
1365
+ #: ../plugin-fw/templates/metaboxes/types/upload.php:21
1366
+ #: ../plugin-fw/templates/panel/types/upload.php:31
1367
+ #: ../plugin-fw/templates/panel/woocommerce/woocommerce-upload.php:35
1368
+ #: ../yit-common/yith-panel.php:417
1369
+ msgid "Upload"
1370
+ msgstr "Carica"
1371
+
1372
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:206
1373
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:394
1374
+ #: ../plugin-fw/templates/metaboxes/types/icon-list.php:75
1375
+ #: ../plugin-fw/templates/metaboxes/types/select-icon.php:39
1376
+ msgid "Image preview"
1377
+ msgstr ""
1378
+
1379
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:214
1380
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:402
1381
+ msgid "Insert an icon for more personalization."
1382
+ msgstr ""
1383
+
1384
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:219
1385
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:406
1386
+ msgid "Width"
1387
+ msgstr ""
1388
+
1389
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:244
1390
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:418
1391
+ msgid "Choose how much long will be the field."
1392
+ msgstr ""
1393
+
1394
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:28
1395
+ msgid "Close all"
1396
+ msgstr ""
1397
+
1398
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:28
1399
+ msgid "Expand all"
1400
+ msgstr ""
1401
+
1402
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:52
1403
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:95
1404
+ msgid "Value"
1405
+ msgstr ""
1406
+
1407
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:53
1408
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:96
1409
+ msgid "The content of the tab. (HTML is supported)"
1410
+ msgstr ""
1411
+
1412
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:65
1413
+ msgid "Add custom product tab"
1414
+ msgstr ""
1415
+
1416
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:107
1417
+ msgid "Do you want to remove the custom tab?"
1418
+ msgstr ""
1419
+
1420
+ #: ../plugin-fw/templates/metaboxes/types/icon-list.php:89
1421
+ #, php-format
1422
+ msgid "(Default: %s <img src=\"%s\"/>)"
1423
+ msgstr ""
1424
+
1425
+ #: ../plugin-fw/templates/metaboxes/types/icon-list.php:91
1426
+ #, php-format
1427
+ msgid "(Default: <i %s></i> )"
1428
+ msgstr ""
1429
+
1430
+ #: ../plugin-fw/templates/metaboxes/types/image-gallery.php:35
1431
+ #: ../plugin-fw/templates/metaboxes/types/image-gallery.php:40
1432
+ #: ../plugin-fw/templates/metaboxes/types/images.php:33
1433
+ #: ../plugin-fw/templates/metaboxes/types/images.php:59
1434
+ msgid "Delete image"
1435
+ msgstr ""
1436
+
1437
+ #: ../plugin-fw/templates/metaboxes/types/image-gallery.php:40
1438
+ msgid "Add Images to Gallery"
1439
+ msgstr ""
1440
+
1441
+ # @ yit
1442
+ #: ../plugin-fw/templates/metaboxes/types/image-gallery.php:40
1443
+ #, fuzzy
1444
+ msgid "Add to gallery"
1445
+ msgstr "Aggiungi al Carrello"
1446
+
1447
+ #: ../plugin-fw/templates/metaboxes/types/image-gallery.php:40
1448
+ msgid "Add images"
1449
+ msgstr ""
1450
+
1451
+ #: ../plugin-fw/templates/metaboxes/types/image-gallery.php:40
1452
+ msgid "Delete"
1453
+ msgstr ""
1454
+
1455
+ #: ../plugin-fw/templates/metaboxes/types/images.php:37
1456
+ msgid "Upload new images"
1457
+ msgstr ""
1458
+
1459
+ #: ../plugin-fw/templates/metaboxes/types/images.php:70
1460
+ msgid "Are you sure you want to remove this image?"
1461
+ msgstr ""
1462
+
1463
+ #: ../plugin-fw/templates/metaboxes/types/sidebar-layout.php:25
1464
+ #: ../plugin-fw/templates/metaboxes/types/sidebars.php:36
1465
+ msgid "Left sidebar"
1466
+ msgstr ""
1467
+
1468
+ #: ../plugin-fw/templates/metaboxes/types/sidebar-layout.php:28
1469
+ #: ../plugin-fw/templates/metaboxes/types/sidebars.php:42
1470
+ #: ../plugin-fw/templates/metaboxes/types/sidebars.php:45
1471
+ msgid "No sidebar"
1472
+ msgstr ""
1473
+
1474
+ #: ../plugin-fw/templates/metaboxes/types/sidebar-layout.php:28
1475
+ msgid "No sideabr"
1476
+ msgstr ""
1477
+
1478
+ #: ../plugin-fw/templates/metaboxes/types/sidebar-layout.php:31
1479
+ #: ../plugin-fw/templates/metaboxes/types/sidebars.php:39
1480
+ msgid "Right sidebar"
1481
+ msgstr ""
1482
+
1483
+ #: ../plugin-fw/templates/metaboxes/types/sidebar-layout.php:34
1484
+ #: ../plugin-fw/templates/metaboxes/types/sidebars.php:53
1485
+ #: ../plugin-fw/templates/metaboxes/types/sidebars.php:64
1486
+ msgid "Choose a sidebar"
1487
+ msgstr ""
1488
+
1489
+ #: ../plugin-fw/templates/metaboxes/types/sidebars.php:51
1490
+ msgid "Sidebar Left"
1491
+ msgstr ""
1492
+
1493
+ #: ../plugin-fw/templates/metaboxes/types/sidebars.php:62
1494
+ msgid "Sidebar Right"
1495
+ msgstr ""
1496
+
1497
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:42
1498
+ #: ../yit-common/yith-panel.php:444
1499
+ msgid "px"
1500
+ msgstr ""
1501
+
1502
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:43
1503
+ #: ../yit-common/yith-panel.php:445
1504
+ msgid "em"
1505
+ msgstr ""
1506
+
1507
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:44
1508
+ #: ../yit-common/yith-panel.php:446
1509
+ msgid "pt"
1510
+ msgstr ""
1511
+
1512
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:45
1513
+ #: ../yit-common/yith-panel.php:447
1514
+ msgid "rem"
1515
+ msgstr ""
1516
+
1517
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:59
1518
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:153
1519
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:217
1520
+ msgid "Web fonts"
1521
+ msgstr ""
1522
+
1523
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:71
1524
+ msgid "Google fonts"
1525
+ msgstr ""
1526
+
1527
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:96
1528
+ #: ../yit-common/yith-panel.php:465
1529
+ msgid "Regular"
1530
+ msgstr ""
1531
+
1532
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:97
1533
+ #: ../yit-common/yith-panel.php:466
1534
+ msgid "Bold"
1535
+ msgstr ""
1536
+
1537
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:98
1538
+ #: ../yit-common/yith-panel.php:467
1539
+ msgid "Extra bold"
1540
+ msgstr ""
1541
+
1542
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:99
1543
+ #: ../yit-common/yith-panel.php:468
1544
+ msgid "Italic"
1545
+ msgstr ""
1546
+
1547
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:100
1548
+ #: ../yit-common/yith-panel.php:469
1549
+ msgid "Italic bold"
1550
+ msgstr ""
1551
+
1552
+ # @ yit
1553
+ #: ../templates/share.php:28
1554
+ #, fuzzy
1555
+ msgid "Pinterest"
1556
+ msgstr "Pin su Pinterest"
1557
+
1558
+ #: ../templates/share.php:34
1559
+ msgid "Google Plus"
1560
+ msgstr ""
1561
+
1562
+ # @ yit
1563
+ #: ../templates/wishlist-view.php:23
1564
+ #, fuzzy
1565
+ msgid "Edit title"
1566
+ msgstr "Titolo della lista dei desideri"
1567
+
1568
+ #: ../templates/wishlist-view.php:32
1569
+ msgid "Save"
1570
+ msgstr ""
1571
+
1572
+ #: ../templates/wishlist-view.php:36
1573
+ msgid "Cancel"
1574
+ msgstr ""
1575
+
1576
+ # @ yit
1577
+ #: ../templates/wishlist-view.php:62
1578
+ msgid "Unit Price"
1579
+ msgstr "Prezzo Unitario"
1580
+
1581
+ # @ yit
1582
+ #: ../templates/wishlist-view.php:70
1583
+ msgid "Stock Status"
1584
+ msgstr "Disponibilitá"
1585
+
1586
+ # @ yit
1587
+ #: ../templates/wishlist-view.php:93
1588
+ msgid "Remove this product"
1589
+ msgstr "Rimuovi questo prodotto"
1590
+
1591
+ #: ../templates/wishlist-view.php:122
1592
+ msgid "Free!"
1593
+ msgstr ""
1594
+
1595
+ # @ yit
1596
+ #: ../templates/wishlist-view.php:136
1597
+ msgid "Out of Stock"
1598
+ msgstr "Non disponibile"
1599
+
1600
+ # @ yit
1601
+ #: ../templates/wishlist-view.php:139
1602
+ msgid "In Stock"
1603
+ msgstr "Disponibile"
1604
+
1605
+ #: ../templates/wishlist-view.php:191
1606
+ msgid "Ask an estimate of costs"
1607
+ msgstr ""
1608
+
1609
+ #: ../yit-common/yith-panel.php:406
1610
+ msgid "Select a date"
1611
+ msgstr ""
1612
+
1613
+ #: ../yit-common/yith-panel.php:407
1614
+ msgid "Hours"
1615
+ msgstr "Ore"
1616
+
1617
+ #: ../yit-common/yith-panel.php:408 ../yit-common/yith-panel.php:409
1618
+ msgid "Minutes"
1619
+ msgstr "Minuti"
1620
+
1621
+ #: ../yit-common/yith-panel.php:457
1622
+ msgid "Select a font family"
1623
+ msgstr "Seleziona Font"
1624
+
1625
  #: ../yit-common/yith-panel.php:481
1626
  msgid "Click to preview"
1627
  msgstr "Anteprima"
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: 2014-09-16 16:16+0100\n"
5
- "PO-Revision-Date: 2014-09-16 16:16+0100\n"
6
  "Last-Translator: YIThemes <support@yithemes.com>\n"
7
  "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
8
  "Language: English\n"
@@ -14,111 +14,104 @@ msgstr ""
14
  "X-Poedit-Basepath: ./\n"
15
  "X-Poedit-SearchPath-0: ..\n"
16
 
17
- #: ../class.yith-wcwl-init.php:114 ../class.yith-wcwl-install.php:137
18
- msgid "Wishlist"
19
- msgstr "Lista de Desejos"
20
-
21
- #: ../class.yith-wcwl-init.php:365
22
- msgid "Cannot add to the cart as product is Out of Stock!"
23
- msgstr "Não foi possível adicionar ao carrinho. O produto esta esgotado."
24
 
25
- #: ../class.yith-wcwl-init.php:430 ../class.yith-wcwl-init.php:859
26
- msgid "General Settings"
27
- msgstr "Opções gerais"
 
 
28
 
29
- #: ../class.yith-wcwl-init.php:431 ../class.yith-wcwl-init.php:965
30
- msgid "Styles"
31
- msgstr "Estilos"
 
 
 
32
 
33
- #: ../class.yith-wcwl-init.php:432 ../class.yith-wcwl-init.php:1028
34
- msgid "Socials &amp; Share"
35
- msgstr "Social &amp; Compartilhamento"
 
 
 
 
 
36
 
37
- #: ../class.yith-wcwl-init.php:453
 
38
  msgid "Colors"
39
  msgstr "Cores"
40
 
41
- #: ../class.yith-wcwl-init.php:483
42
- msgid "\"Add to Wishlist\" button background"
43
- msgstr "Fundo do botão \"Adicionar aos meus desejos\""
44
-
45
- #: ../class.yith-wcwl-init.php:484
46
- msgid "\"Add to Wishlist\" button text"
47
- msgstr "Texto do botão \"Adicionar aos meus desejos\""
48
-
49
- #: ../class.yith-wcwl-init.php:485
50
- msgid "\"Add to Wishlist\" button border"
51
- msgstr "Borda do botão \"Adicionar aos meus desejos\""
52
-
53
- #: ../class.yith-wcwl-init.php:491
54
- msgid "\"Add to Wishlist\" button background (hover)"
55
- msgstr "Fundo do botão \"Adicionar aos meus desejos\" (Hover)"
56
-
57
- #: ../class.yith-wcwl-init.php:492
58
- msgid "\"Add to Wishlist\" button text (hover)"
59
- msgstr "Texto do botão \"Adicionar aos meus desejos\" (Hover)"
60
-
61
- #: ../class.yith-wcwl-init.php:493
62
- msgid "\"Add to Wishlist\" button border (hover)"
63
- msgstr "Borda do botão \"Adicionar aos meus desejos\" (hover)"
64
-
65
- #: ../class.yith-wcwl-init.php:498
66
- msgid "\"Add to Cart\" button background"
67
- msgstr "Fundo do do botão \"Adicionar ao carrinho \""
68
 
69
- #: ../class.yith-wcwl-init.php:499
70
- msgid "\"Add to Cart\" button text"
71
- msgstr "Texto do botão \"Adicionar ao carrinho \""
 
 
72
 
73
- #: ../class.yith-wcwl-init.php:500
74
- msgid "\"Add to Cart\" button border"
75
- msgstr "Borda do do botão \"Adicionar ao carrinho \""
76
 
77
- #: ../class.yith-wcwl-init.php:506
78
- msgid "\"Add to Cart\" button background (hover)"
79
- msgstr "Fundo do botão \"Adicionar ao carrinho \" (hover)"
80
 
81
- #: ../class.yith-wcwl-init.php:507
82
- msgid "\"Add to Cart\" button text (hover)"
83
- msgstr "Texto do botão \"Adicionar ao carrinho \" (hover)"
84
 
85
- #: ../class.yith-wcwl-init.php:508
86
- msgid "\"Add to Cart\" button border (hover)"
87
- msgstr "Borda do botão \"Adicionar ao carrinho \" (hover)"
88
 
89
- #: ../class.yith-wcwl-init.php:513
90
- msgid "Wishlist table background"
91
- msgstr "Fundo da tabela de desejos"
92
 
93
- #: ../class.yith-wcwl-init.php:514
94
- msgid "Wishlist table text"
95
- msgstr "Texto da tabela de desejos"
96
 
97
- #: ../class.yith-wcwl-init.php:515
98
- msgid "Wishlist table border"
99
- msgstr "Borda da tabela de desejos"
100
 
101
- #: ../class.yith-wcwl-init.php:575
102
- msgid "Settings"
103
- msgstr "Configurações"
 
 
104
 
105
- #: ../class.yith-wcwl-init.php:576
106
- msgid "Docs"
107
- msgstr "Documentos"
108
 
109
- #: ../class.yith-wcwl-init.php:592
110
- msgid "Wishlist Page"
111
- msgstr "Meus desejos"
 
 
 
112
 
113
- #: ../class.yith-wcwl-init.php:593
114
- msgid "Page contents: [yith_wcwl_wishlist]"
115
- msgstr "Conteúdo da página: [yith_wcwl_wishlist]"
116
 
117
- #: ../class.yith-wcwl-init.php:862
118
  msgid "Enable YITH Wishlist"
119
  msgstr "Ativar Lista de Desejos"
120
 
121
- #: ../class.yith-wcwl-init.php:863
122
  #, fuzzy, php-format
123
  msgid ""
124
  "Enable all plugin features. <strong>Be sure to select a voice in the "
@@ -128,35 +121,24 @@ msgstr ""
128
  "Ativar todas opções. <strong> Saiba que a página de desejos é selecionada na "
129
  "seção Páginas. </strong>. <a href=\"%s\" target=\"_blank\">Documentação</a>."
130
 
131
- #: ../class.yith-wcwl-init.php:870
132
- msgid "Use cookies"
133
- msgstr "Usar cookies"
134
-
135
- #: ../class.yith-wcwl-init.php:871
136
- msgid ""
137
- "Use cookies instead of sessions. With this feature, the wishlist will be "
138
- "available for each not logged user for 30 days. Use the filter "
139
- "yith_wcwl_cookie_expiration_time to change the expiration time ( needs "
140
- "timestamp )."
141
- msgstr ""
142
- "Usar cookies ao invés de sessões. Com essa opção, a lista de desejos vai "
143
- "estar disponível para todos os usuários não logados por até 30 dias. "
144
-
145
- #: ../class.yith-wcwl-init.php:878
146
- msgid "Wishlist title"
147
  msgstr "Titulo da lista de desejos"
148
 
149
- #: ../class.yith-wcwl-init.php:880 ../class.yith-wcwl-init.php:881
150
- #: ../class.yith-wcwl-init.php:1068 ../class.yith-wcwl-init.php:1069
 
 
151
  #, php-format
152
  msgid "My wishlist on %s"
153
  msgstr "Minha lista de desejos em %s"
154
 
155
- #: ../class.yith-wcwl-init.php:890
156
  msgid "Position"
157
  msgstr "Posição"
158
 
159
- #: ../class.yith-wcwl-init.php:891
160
  msgid ""
161
  "On variable products you can add it only After \"Add to Cart\" or use the "
162
  "shortcode [yith_wcwl_add_to_wishlist]."
@@ -164,27 +146,27 @@ msgstr ""
164
  "Em produtos variáveis você pode adicionar isto somenteapós \"Adcionar ao "
165
  "Carrinho\" ou usar o shortcode [yith_wcwl_add_to_wishlist]."
166
 
167
- #: ../class.yith-wcwl-init.php:897
168
  msgid "After \"Add to cart\""
169
  msgstr "Após \" Adicionar ao carrinho \""
170
 
171
- #: ../class.yith-wcwl-init.php:898
172
  msgid "After thumbnails"
173
  msgstr "Após miniaturas"
174
 
175
- #: ../class.yith-wcwl-init.php:899
176
  msgid "After summary"
177
  msgstr "Após sumário"
178
 
179
- #: ../class.yith-wcwl-init.php:900
180
  msgid "Use shortcode"
181
  msgstr "Usar shortcode"
182
 
183
- #: ../class.yith-wcwl-init.php:905
184
  msgid "Redirect to cart"
185
  msgstr "Redirecionar para o carrinho"
186
 
187
- #: ../class.yith-wcwl-init.php:906
188
  msgid ""
189
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
190
  "page."
@@ -192,119 +174,167 @@ msgstr ""
192
  "Redirecionar para a página de carrinho se o botão \" Adcionar ao carrinho \" "
193
  "estiver clicado na página de lista de desejos."
194
 
195
- #: ../class.yith-wcwl-init.php:913
196
  msgid "Remove if added to the cart"
197
  msgstr "Remover se adcionado ao carrinho"
198
 
199
- #: ../class.yith-wcwl-init.php:914
200
  msgid "Remove the product from the wishlist if is been added to the cart."
201
  msgstr ""
202
  "Remover o produto da lista, se a mesma tiver sido adicionada ao carrinho."
203
 
204
- #: ../class.yith-wcwl-init.php:921
205
  msgid "\"Add to Wishlist\" text"
206
  msgstr "Texto \" Adcionar a Lista de Desejos\""
207
 
208
- #: ../class.yith-wcwl-init.php:923 ../class.yith-wcwl-init.php:924
 
209
  msgid "Add to Wishlist"
210
  msgstr "Adicionar aos meus desejos"
211
 
212
- #: ../class.yith-wcwl-init.php:929
213
  msgid "\"Add to Cart\" text"
214
  msgstr "Texto \" Adicionar ao Carrinho\""
215
 
216
- #: ../class.yith-wcwl-init.php:931 ../class.yith-wcwl-init.php:932
 
217
  msgid "Add to Cart"
218
  msgstr "Adcionar ao Carrinho"
219
 
220
- #: ../class.yith-wcwl-init.php:937
221
  #, fuzzy
222
  msgid "Show Unit price"
223
  msgstr "Preço unitário"
224
 
225
- #: ../class.yith-wcwl-init.php:945
 
 
 
 
226
  #, fuzzy
227
  msgid "Show \"Add to Cart\" button"
228
  msgstr "Texto do botão \"Adicionar ao carrinho \""
229
 
230
- #: ../class.yith-wcwl-init.php:953
 
 
 
 
 
231
  #, fuzzy
232
  msgid "Show Stock status"
233
  msgstr "Status do estoque"
234
 
235
- #: ../class.yith-wcwl-init.php:968
 
 
 
 
 
 
 
 
 
236
  msgid "Use buttons"
237
  msgstr "Usar botões"
238
 
239
- #: ../class.yith-wcwl-init.php:969
240
  msgid "Use buttons instead of a simple anchors."
241
  msgstr "Usar botões ao invés de simples âncoras."
242
 
243
- #: ../class.yith-wcwl-init.php:976
244
  msgid "Custom CSS"
245
  msgstr "CSS Customizado"
246
 
247
- #: ../class.yith-wcwl-init.php:984
248
  msgid "Use theme style"
249
  msgstr "Usar estilo do tema"
250
 
251
- #: ../class.yith-wcwl-init.php:985
252
  msgid "Use the theme style."
253
  msgstr "Usar o estilo do tema."
254
 
255
- #: ../class.yith-wcwl-init.php:992
256
- msgid "Buttons rounded corners"
 
257
  msgstr "Botões com cantos arredondados"
258
 
259
- #: ../class.yith-wcwl-init.php:993
260
  msgid "Make buttons corner rounded"
261
  msgstr "Faça botões do canto arredondado"
262
 
263
- #: ../class.yith-wcwl-init.php:1000
264
  msgid "\"Add to Wishlist\" icon"
265
  msgstr "Ícone \"Adcionar aos meus desejos\" "
266
 
267
- #: ../class.yith-wcwl-init.php:1001
268
  msgid "Add an icon to the \"Add to Wishlist\" button"
269
  msgstr "Adicionar um ícone ao botão \"Adcionar aos meus desejos\""
270
 
271
- #: ../class.yith-wcwl-init.php:1012
272
  msgid "\"Add to Cart\" icon"
273
  msgstr "Ícone \"Adicionar ao Carrinho\""
274
 
275
- #: ../class.yith-wcwl-init.php:1013
276
  msgid "Add an icon to the \"Add to Cart\" button"
277
  msgstr "Adicionar um ícone ao botão \"Adcionar ao carrinho\""
278
 
279
- #: ../class.yith-wcwl-init.php:1031
 
 
 
 
280
  msgid "Share on Facebook"
281
  msgstr "Compartilhar no Facebook"
282
 
283
- #: ../class.yith-wcwl-init.php:1038
 
 
 
 
 
 
284
  msgid "Tweet on Twitter"
285
  msgstr "Tweetar no Twitter"
286
 
287
- #: ../class.yith-wcwl-init.php:1045
 
 
 
 
 
288
  msgid "Pin on Pinterest"
289
  msgstr ""
290
 
291
- #: ../class.yith-wcwl-init.php:1052
 
 
 
 
 
292
  msgid "Share on Google+"
293
  msgstr "Comparilhar no Google+"
294
 
295
- #: ../class.yith-wcwl-init.php:1059
296
  msgid "Share by Email"
297
  msgstr ""
298
 
299
- #: ../class.yith-wcwl-init.php:1066
300
- msgid "Socials title"
 
 
 
 
 
 
301
  msgstr "Título Mídias Sociais"
302
 
303
- #: ../class.yith-wcwl-init.php:1074
304
- msgid "Socials text"
 
305
  msgstr "Texto Mídias Sociais"
306
 
307
- #: ../class.yith-wcwl-init.php:1075
308
  msgid ""
309
  "Will be used by Facebook, Twitter and Pinterest. Use <strong>%wishlist_url%</"
310
  "strong> where you want the URL of your wishlist to appear."
@@ -312,160 +342,1238 @@ msgstr ""
312
  "Vai ser usado por Facebook, Twitter e Pinterest. Use <strong>%wishlist_url%</"
313
  "strong> "
314
 
315
- #: ../class.yith-wcwl-init.php:1083
316
- msgid "Socials image URL"
 
317
  msgstr "Url para compartilhamento"
318
 
319
- #: ../class.yith-wcwl-install.php:136
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
320
  msgid "wishlist"
321
  msgstr "lista de desejos"
322
 
323
- #: ../class.yith-wcwl-ui.php:67 ../class.yith-wcwl.php:351
324
- #: ../yith-wcwl-ajax.php:47
 
 
 
 
 
325
  msgid "Product added!"
326
  msgstr "Produto adicionado!"
327
 
328
- #: ../class.yith-wcwl-ui.php:67 ../class.yith-wcwl-ui.php:68
 
329
  msgid "Browse Wishlist"
330
  msgstr "Veja sua lista de desejos!"
331
 
332
- #: ../class.yith-wcwl-ui.php:68
333
  msgid "The product is already in the wishlist!"
334
  msgstr "Esse produto já se encontra na sua lista de desejos!"
335
 
336
- #: ../class.yith-wcwl-ui.php:100
 
337
  msgid "Select options"
338
  msgstr "Selecione as opções"
339
 
340
- #: ../class.yith-wcwl-ui.php:145
341
- msgid "Share on:"
342
- msgstr "Compartilhar em:"
343
-
344
- #: ../class.yith-wcwl-ui.php:149
345
  msgid "Facebook"
346
  msgstr "Facebook"
347
 
348
- #: ../class.yith-wcwl-ui.php:152
349
  msgid "Twitter"
350
  msgstr "Twitter"
351
 
352
- #: ../class.yith-wcwl-ui.php:161
353
  msgid "email"
354
  msgstr ""
355
 
356
- #: ../class.yith-wcwl.php:140
357
  msgid "Error occurred while adding product to wishlist."
358
  msgstr "Oops! Ocorreu um erro ao adicionar o produto à lista de desejos."
359
 
360
- #: ../class.yith-wcwl.php:162
 
 
 
 
361
  msgid "Error occurred while removing product from wishlist"
362
  msgstr "Oops! Ocorreu um erro ao remover o produto à lista de desejos."
363
 
364
- #: ../class.yith-wcwl.php:353 ../yith-wcwl-ajax.php:49
 
 
 
 
365
  msgid "Product already in the wishlist."
366
  msgstr "Produto já na lista de desejos."
367
 
368
- #: ../class.yith-wcwl.php:370 ../yith-wcwl-ajax.php:30
369
  msgid "Product successfully removed."
370
  msgstr "Produto removida com sucesso."
371
 
372
- #: ../class.yith-wcwl.php:373 ../yith-wcwl-ajax.php:33
373
  msgid "Error. Unable to remove the product from the wishlist."
374
  msgstr "Erro. Não foi possível remover o produto da lista de desejos."
375
 
376
- #: ../class.yith-wcwl.php:377 ../yith-wcwl-ajax.php:37
377
- #: ../templates/wishlist.php:161
378
  msgid "No products were added to the wishlist"
379
  msgstr "Nenhum produto foi adicionado à lista de desejos"
380
 
381
- #: ../templates/wishlist.php:82
382
- msgid "Product Name"
383
- msgstr "Nome do Produto"
 
 
 
 
384
 
385
- #: ../templates/wishlist.php:83
386
- msgid "Unit Price"
387
- msgstr "Preço unitário"
 
 
388
 
389
- #: ../templates/wishlist.php:84
390
- msgid "Stock Status"
391
- msgstr "Status do estoque"
 
 
 
 
392
 
393
- #: ../templates/wishlist.php:107
394
- msgid "Remove this product"
395
- msgstr "Remover este produto"
 
 
396
 
397
- #: ../templates/wishlist.php:127
398
- msgid "Free!"
 
 
399
  msgstr ""
400
 
401
- #: ../templates/wishlist.php:140
402
- msgid "Out of Stock"
403
- msgstr "Sem estoque"
 
 
 
 
404
 
405
- #: ../templates/wishlist.php:143
406
- msgid "In Stock"
407
- msgstr "Em estoque"
 
 
408
 
409
- #: ../yit-common/yith-panel.php:406
410
- msgid "Select a date"
 
 
411
  msgstr ""
412
 
413
- #: ../yit-common/yith-panel.php:407
414
- msgid "Hours"
 
 
415
  msgstr ""
416
 
417
- #: ../yit-common/yith-panel.php:408 ../yit-common/yith-panel.php:409
418
- msgid "Minutes"
 
419
  msgstr ""
420
 
421
- #: ../yit-common/yith-panel.php:417
422
- msgid "Upload"
 
423
  msgstr ""
424
 
425
- #: ../yit-common/yith-panel.php:444
426
- msgid "px"
427
  msgstr ""
428
 
429
- #: ../yit-common/yith-panel.php:445
430
- msgid "em"
431
  msgstr ""
432
 
433
- #: ../yit-common/yith-panel.php:446
434
- msgid "pt"
435
  msgstr ""
436
 
437
- #: ../yit-common/yith-panel.php:447
438
- msgid "rem"
439
  msgstr ""
440
 
441
- #: ../yit-common/yith-panel.php:457
442
- msgid "Select a font family"
443
  msgstr ""
444
 
445
- #: ../yit-common/yith-panel.php:465
446
- msgid "Regular"
447
  msgstr ""
448
 
449
- #: ../yit-common/yith-panel.php:466
450
- msgid "Bold"
451
  msgstr ""
452
 
453
- #: ../yit-common/yith-panel.php:467
454
- msgid "Extra bold"
455
  msgstr ""
456
 
457
- #: ../yit-common/yith-panel.php:468
458
- msgid "Italic"
459
  msgstr ""
460
 
461
- #: ../yit-common/yith-panel.php:469
462
- msgid "Italic bold"
 
 
 
 
 
463
  msgstr ""
464
 
465
- #: ../yit-common/yith-panel.php:481
466
- msgid "Click to preview"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
467
  msgstr ""
468
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
469
  #~ msgid "View Cart &rarr;"
470
  #~ msgstr "Ver Carrinho"
471
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WCWL\n"
4
+ "POT-Creation-Date: 2015-02-12 13:15+0100\n"
5
+ "PO-Revision-Date: 2015-02-12 13:15+0100\n"
6
  "Last-Translator: YIThemes <support@yithemes.com>\n"
7
  "Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
8
  "Language: English\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:177
30
+ #: ../includes/class.yith-wcwl-admin-init.php:1054
31
+ #: ../includes/class.yith-wcwl-admin-init.php:1055
32
+ #: ../includes/class.yith-wcwl-install.php:240
33
+ msgid "Wishlist"
34
+ msgstr "Lista de Desejos"
35
 
36
+ #: ../includes/class.yith-wcwl-admin-init.php:179
37
+ #: ../includes/class.yith-wcwl-admin-init.php:277
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 "Configurações"
44
 
45
+ #: ../includes/class.yith-wcwl-admin-init.php:180
46
+ #: ../includes/class.yith-wcwl-admin-init.php:244
47
  msgid "Colors"
48
  msgstr "Cores"
49
 
50
+ #: ../includes/class.yith-wcwl-admin-init.php:181
51
+ #: ../includes/class.yith-wcwl-admin-init.php:281
52
+ msgid "Premium Version"
53
+ msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
54
 
55
+ #: ../includes/class.yith-wcwl-admin-init.php:305
56
+ msgid ""
57
+ "WARNING: This plugin requires at least WooCommerce 2.2! Plase, use this link "
58
+ "to update it."
59
+ msgstr ""
60
 
61
+ #: ../includes/class.yith-wcwl-admin-init.php:308
62
+ msgid "WARNING: This plugin requires at least WooCommerce 2.2!"
63
+ msgstr ""
64
 
65
+ #: ../includes/class.yith-wcwl-admin-init.php:313
66
+ msgid "Plugin Documentation"
67
+ msgstr ""
68
 
69
+ #: ../includes/class.yith-wcwl-admin-init.php:329
70
+ msgid "Wishlist Page"
71
+ msgstr "Meus desejos"
72
 
73
+ #: ../includes/class.yith-wcwl-admin-init.php:330
74
+ msgid "Page contents: [yith_wcwl_wishlist]"
75
+ msgstr "Conteúdo da página: [yith_wcwl_wishlist]"
76
 
77
+ #: ../includes/class.yith-wcwl-admin-init.php:596
78
+ msgid "Upgrade to the PREMIUM VERSION"
79
+ msgstr ""
80
 
81
+ #: ../includes/class.yith-wcwl-admin-init.php:599
82
+ msgid "YITH WooCommerce Wishlist"
83
+ msgstr ""
84
 
85
+ #: ../includes/class.yith-wcwl-admin-init.php:600
86
+ msgid "Discover the Advanced Features"
87
+ msgstr ""
88
 
89
+ #: ../includes/class.yith-wcwl-admin-init.php:601
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:608
96
+ msgid "Get Support and Pro Features"
97
+ msgstr ""
98
 
99
+ #: ../includes/class.yith-wcwl-admin-init.php:609
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:619
107
+ msgid "General Settings"
108
+ msgstr "Opções gerais"
109
 
110
+ #: ../includes/class.yith-wcwl-admin-init.php:626
111
  msgid "Enable YITH Wishlist"
112
  msgstr "Ativar Lista de Desejos"
113
 
114
+ #: ../includes/class.yith-wcwl-admin-init.php:627
115
  #, fuzzy, php-format
116
  msgid ""
117
  "Enable all plugin features. <strong>Be sure to select a voice in the "
121
  "Ativar todas opções. <strong> Saiba que a página de desejos é selecionada na "
122
  "seção Páginas. </strong>. <a href=\"%s\" target=\"_blank\">Documentação</a>."
123
 
124
+ #: ../includes/class.yith-wcwl-admin-init.php:634
125
+ #, fuzzy
126
+ msgid "Default wishlist title"
 
 
 
 
 
 
 
 
 
 
 
 
 
127
  msgstr "Titulo da lista de desejos"
128
 
129
+ #: ../includes/class.yith-wcwl-admin-init.php:636
130
+ #: ../includes/class.yith-wcwl-admin-init.php:637
131
+ #: ../includes/class.yith-wcwl-admin-init.php:854
132
+ #: ../includes/class.yith-wcwl-admin-init.php:855
133
  #, php-format
134
  msgid "My wishlist on %s"
135
  msgstr "Minha lista de desejos em %s"
136
 
137
+ #: ../includes/class.yith-wcwl-admin-init.php:645
138
  msgid "Position"
139
  msgstr "Posição"
140
 
141
+ #: ../includes/class.yith-wcwl-admin-init.php:646
142
  msgid ""
143
  "On variable products you can add it only After \"Add to Cart\" or use the "
144
  "shortcode [yith_wcwl_add_to_wishlist]."
146
  "Em produtos variáveis você pode adicionar isto somenteapós \"Adcionar ao "
147
  "Carrinho\" ou usar o shortcode [yith_wcwl_add_to_wishlist]."
148
 
149
+ #: ../includes/class.yith-wcwl-admin-init.php:652
150
  msgid "After \"Add to cart\""
151
  msgstr "Após \" Adicionar ao carrinho \""
152
 
153
+ #: ../includes/class.yith-wcwl-admin-init.php:653
154
  msgid "After thumbnails"
155
  msgstr "Após miniaturas"
156
 
157
+ #: ../includes/class.yith-wcwl-admin-init.php:654
158
  msgid "After summary"
159
  msgstr "Após sumário"
160
 
161
+ #: ../includes/class.yith-wcwl-admin-init.php:655
162
  msgid "Use shortcode"
163
  msgstr "Usar shortcode"
164
 
165
+ #: ../includes/class.yith-wcwl-admin-init.php:660
166
  msgid "Redirect to cart"
167
  msgstr "Redirecionar para o carrinho"
168
 
169
+ #: ../includes/class.yith-wcwl-admin-init.php:661
170
  msgid ""
171
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
172
  "page."
174
  "Redirecionar para a página de carrinho se o botão \" Adcionar ao carrinho \" "
175
  "estiver clicado na página de lista de desejos."
176
 
177
+ #: ../includes/class.yith-wcwl-admin-init.php:668
178
  msgid "Remove if added to the cart"
179
  msgstr "Remover se adcionado ao carrinho"
180
 
181
+ #: ../includes/class.yith-wcwl-admin-init.php:669
182
  msgid "Remove the product from the wishlist if is been added to the cart."
183
  msgstr ""
184
  "Remover o produto da lista, se a mesma tiver sido adicionada ao carrinho."
185
 
186
+ #: ../includes/class.yith-wcwl-admin-init.php:676
187
  msgid "\"Add to Wishlist\" text"
188
  msgstr "Texto \" Adcionar a Lista de Desejos\""
189
 
190
+ #: ../includes/class.yith-wcwl-admin-init.php:678
191
+ #: ../includes/class.yith-wcwl-admin-init.php:679
192
  msgid "Add to Wishlist"
193
  msgstr "Adicionar aos meus desejos"
194
 
195
+ #: ../includes/class.yith-wcwl-admin-init.php:684
196
  msgid "\"Add to Cart\" text"
197
  msgstr "Texto \" Adicionar ao Carrinho\""
198
 
199
+ #: ../includes/class.yith-wcwl-admin-init.php:686
200
+ #: ../includes/class.yith-wcwl-admin-init.php:687
201
  msgid "Add to Cart"
202
  msgstr "Adcionar ao Carrinho"
203
 
204
+ #: ../includes/class.yith-wcwl-admin-init.php:692
205
  #, fuzzy
206
  msgid "Show Unit price"
207
  msgstr "Preço unitário"
208
 
209
+ #: ../includes/class.yith-wcwl-admin-init.php:693
210
+ msgid "Show unit price for each product in wishlist"
211
+ msgstr ""
212
+
213
+ #: ../includes/class.yith-wcwl-admin-init.php:701
214
  #, fuzzy
215
  msgid "Show \"Add to Cart\" button"
216
  msgstr "Texto do botão \"Adicionar ao carrinho \""
217
 
218
+ #: ../includes/class.yith-wcwl-admin-init.php:702
219
+ #, fuzzy
220
+ msgid "Show \"Add to cart\" button for each product in wishlist"
221
+ msgstr "Fundo do do botão \"Adicionar ao carrinho \""
222
+
223
+ #: ../includes/class.yith-wcwl-admin-init.php:710
224
  #, fuzzy
225
  msgid "Show Stock status"
226
  msgstr "Status do estoque"
227
 
228
+ #: ../includes/class.yith-wcwl-admin-init.php:711
229
+ msgid ""
230
+ "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
231
+ msgstr ""
232
+
233
+ #: ../includes/class.yith-wcwl-admin-init.php:734
234
+ msgid "Styles"
235
+ msgstr "Estilos"
236
+
237
+ #: ../includes/class.yith-wcwl-admin-init.php:741
238
  msgid "Use buttons"
239
  msgstr "Usar botões"
240
 
241
+ #: ../includes/class.yith-wcwl-admin-init.php:742
242
  msgid "Use buttons instead of a simple anchors."
243
  msgstr "Usar botões ao invés de simples âncoras."
244
 
245
+ #: ../includes/class.yith-wcwl-admin-init.php:749
246
  msgid "Custom CSS"
247
  msgstr "CSS Customizado"
248
 
249
+ #: ../includes/class.yith-wcwl-admin-init.php:757
250
  msgid "Use theme style"
251
  msgstr "Usar estilo do tema"
252
 
253
+ #: ../includes/class.yith-wcwl-admin-init.php:758
254
  msgid "Use the theme style."
255
  msgstr "Usar o estilo do tema."
256
 
257
+ #: ../includes/class.yith-wcwl-admin-init.php:765
258
+ #, fuzzy
259
+ msgid "Button rounded corners"
260
  msgstr "Botões com cantos arredondados"
261
 
262
+ #: ../includes/class.yith-wcwl-admin-init.php:766
263
  msgid "Make buttons corner rounded"
264
  msgstr "Faça botões do canto arredondado"
265
 
266
+ #: ../includes/class.yith-wcwl-admin-init.php:773
267
  msgid "\"Add to Wishlist\" icon"
268
  msgstr "Ícone \"Adcionar aos meus desejos\" "
269
 
270
+ #: ../includes/class.yith-wcwl-admin-init.php:774
271
  msgid "Add an icon to the \"Add to Wishlist\" button"
272
  msgstr "Adicionar um ícone ao botão \"Adcionar aos meus desejos\""
273
 
274
+ #: ../includes/class.yith-wcwl-admin-init.php:785
275
  msgid "\"Add to Cart\" icon"
276
  msgstr "Ícone \"Adicionar ao Carrinho\""
277
 
278
+ #: ../includes/class.yith-wcwl-admin-init.php:786
279
  msgid "Add an icon to the \"Add to Cart\" button"
280
  msgstr "Adicionar um ícone ao botão \"Adcionar ao carrinho\""
281
 
282
+ #: ../includes/class.yith-wcwl-admin-init.php:805
283
+ msgid "Socials &amp; Share"
284
+ msgstr "Social &amp; Compartilhamento"
285
+
286
+ #: ../includes/class.yith-wcwl-admin-init.php:812
287
  msgid "Share on Facebook"
288
  msgstr "Compartilhar no Facebook"
289
 
290
+ #: ../includes/class.yith-wcwl-admin-init.php:813
291
+ #: ../includes/class.yith-wcwl-admin-init.php:837
292
+ #, fuzzy
293
+ msgid "Show \"Share on Facebook\" button"
294
+ msgstr "Compartilhar no Facebook"
295
+
296
+ #: ../includes/class.yith-wcwl-admin-init.php:820
297
  msgid "Tweet on Twitter"
298
  msgstr "Tweetar no Twitter"
299
 
300
+ #: ../includes/class.yith-wcwl-admin-init.php:821
301
+ #, fuzzy
302
+ msgid "Show \"Tweet on Twitter\" button"
303
+ msgstr "Tweetar no Twitter"
304
+
305
+ #: ../includes/class.yith-wcwl-admin-init.php:828
306
  msgid "Pin on Pinterest"
307
  msgstr ""
308
 
309
+ #: ../includes/class.yith-wcwl-admin-init.php:829
310
+ #, fuzzy
311
+ msgid "Show \"Pin on Pinterest\" button"
312
+ msgstr "Texto do botão \"Adicionar ao carrinho \""
313
+
314
+ #: ../includes/class.yith-wcwl-admin-init.php:836
315
  msgid "Share on Google+"
316
  msgstr "Comparilhar no Google+"
317
 
318
+ #: ../includes/class.yith-wcwl-admin-init.php:844
319
  msgid "Share by Email"
320
  msgstr ""
321
 
322
+ #: ../includes/class.yith-wcwl-admin-init.php:845
323
+ #, fuzzy
324
+ msgid "Show \"Share by Email\" button"
325
+ msgstr "Texto do botão \"Adicionar ao carrinho \""
326
+
327
+ #: ../includes/class.yith-wcwl-admin-init.php:852
328
+ #, fuzzy
329
+ msgid "Social title"
330
  msgstr "Título Mídias Sociais"
331
 
332
+ #: ../includes/class.yith-wcwl-admin-init.php:860
333
+ #, fuzzy
334
+ msgid "Social text"
335
  msgstr "Texto Mídias Sociais"
336
 
337
+ #: ../includes/class.yith-wcwl-admin-init.php:861
338
  msgid ""
339
  "Will be used by Facebook, Twitter and Pinterest. Use <strong>%wishlist_url%</"
340
  "strong> where you want the URL of your wishlist to appear."
342
  "Vai ser usado por Facebook, Twitter e Pinterest. Use <strong>%wishlist_url%</"
343
  "strong> "
344
 
345
+ #: ../includes/class.yith-wcwl-admin-init.php:869
346
+ #, fuzzy
347
+ msgid "Social image URL"
348
  msgstr "Url para compartilhamento"
349
 
350
+ #: ../includes/class.yith-wcwl-admin-init.php:905
351
+ #, fuzzy
352
+ msgid "\"Add to wishlist\" button"
353
+ msgstr "Texto do botão \"Adicionar aos meus desejos\""
354
+
355
+ #: ../includes/class.yith-wcwl-admin-init.php:908
356
+ #: ../includes/class.yith-wcwl-admin-init.php:926
357
+ #: ../includes/class.yith-wcwl-admin-init.php:944
358
+ #: ../includes/class.yith-wcwl-admin-init.php:962
359
+ #: ../includes/class.yith-wcwl-admin-init.php:980
360
+ msgid "Background"
361
+ msgstr ""
362
+
363
+ #: ../includes/class.yith-wcwl-admin-init.php:909
364
+ #: ../includes/class.yith-wcwl-admin-init.php:927
365
+ #: ../includes/class.yith-wcwl-admin-init.php:945
366
+ #: ../includes/class.yith-wcwl-admin-init.php:963
367
+ #: ../includes/class.yith-wcwl-admin-init.php:981
368
+ msgid "Text"
369
+ msgstr ""
370
+
371
+ #: ../includes/class.yith-wcwl-admin-init.php:910
372
+ #: ../includes/class.yith-wcwl-admin-init.php:928
373
+ #: ../includes/class.yith-wcwl-admin-init.php:946
374
+ #: ../includes/class.yith-wcwl-admin-init.php:964
375
+ #: ../includes/class.yith-wcwl-admin-init.php:982
376
+ msgid "Border"
377
+ msgstr ""
378
+
379
+ #: ../includes/class.yith-wcwl-admin-init.php:917
380
+ #: ../includes/class.yith-wcwl-admin-init.php:935
381
+ #: ../includes/class.yith-wcwl-admin-init.php:953
382
+ #: ../includes/class.yith-wcwl-admin-init.php:971
383
+ msgid "Background (hover)"
384
+ msgstr ""
385
+
386
+ #: ../includes/class.yith-wcwl-admin-init.php:918
387
+ #: ../includes/class.yith-wcwl-admin-init.php:936
388
+ #: ../includes/class.yith-wcwl-admin-init.php:954
389
+ #: ../includes/class.yith-wcwl-admin-init.php:972
390
+ msgid "Text (hover)"
391
+ msgstr ""
392
+
393
+ #: ../includes/class.yith-wcwl-admin-init.php:919
394
+ #: ../includes/class.yith-wcwl-admin-init.php:937
395
+ #: ../includes/class.yith-wcwl-admin-init.php:955
396
+ #: ../includes/class.yith-wcwl-admin-init.php:973
397
+ msgid "Border (hover)"
398
+ msgstr ""
399
+
400
+ #: ../includes/class.yith-wcwl-admin-init.php:923
401
+ #, fuzzy
402
+ msgid "\"Add to Cart\" button"
403
+ msgstr "Texto do botão \"Adicionar ao carrinho \""
404
+
405
+ #: ../includes/class.yith-wcwl-admin-init.php:941
406
+ msgid "\"Style 1\" button"
407
+ msgstr ""
408
+
409
+ #: ../includes/class.yith-wcwl-admin-init.php:959
410
+ msgid "\"Style 2\" button"
411
+ msgstr ""
412
+
413
+ #: ../includes/class.yith-wcwl-admin-init.php:977
414
+ #, fuzzy
415
+ msgid "Wishlist table"
416
+ msgstr "Titulo da lista de desejos"
417
+
418
+ #: ../includes/class.yith-wcwl-admin-init.php:986
419
+ msgid "Headers"
420
+ msgstr ""
421
+
422
+ #: ../includes/class.yith-wcwl-admin-init.php:989
423
+ msgid "Background color"
424
+ msgstr ""
425
+
426
+ #: ../includes/class.yith-wcwl-admin-init.php:1116
427
+ #, fuzzy
428
+ msgid "Wishlist Activated"
429
+ msgstr "Titulo da lista de desejos"
430
+
431
+ #: ../includes/class.yith-wcwl-admin-init.php:1117
432
+ #, php-format
433
+ msgid ""
434
+ "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
435
+ "can access to all the settings of our plugins that you have activated. "
436
+ "Wishlist is available in an outstanding PREMIUM version with many new "
437
+ "options, <a href=\"%s\">discover it now</a>."
438
+ msgstr ""
439
+
440
+ #: ../includes/class.yith-wcwl-admin-init.php:1128
441
+ #, fuzzy
442
+ msgid "Wishlist Updated"
443
+ msgstr "Meus desejos"
444
+
445
+ #: ../includes/class.yith-wcwl-admin-init.php:1129
446
+ #, php-format
447
+ msgid ""
448
+ "From now on, you can find all the options of Wishlist under YIT Plugin -> "
449
+ "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
450
+ "version. When one of our plugins updates, a new voice will be added to this "
451
+ "menu. Wishlist renovates with new available options, <a href=\"%s\">discover "
452
+ "the PREMIUM version.</a>"
453
+ msgstr ""
454
+
455
+ #: ../includes/class.yith-wcwl-init.php:341
456
+ msgid ""
457
+ "We are sorry,but this feature is available only if cookies on your browser "
458
+ "are enabled."
459
+ msgstr ""
460
+
461
+ #: ../includes/class.yith-wcwl-install.php:239
462
  msgid "wishlist"
463
  msgstr "lista de desejos"
464
 
465
+ #: ../includes/class.yith-wcwl-shortcode.php:225
466
+ #: ../includes/class.yith-wcwl-ui.php:161
467
+ msgid "Share on:"
468
+ msgstr "Compartilhar em:"
469
+
470
+ #: ../includes/class.yith-wcwl-ui.php:81 ../includes/class.yith-wcwl.php:1143
471
+ #: ../templates/add-to-wishlist.php:21
472
  msgid "Product added!"
473
  msgstr "Produto adicionado!"
474
 
475
+ #: ../includes/class.yith-wcwl-ui.php:81 ../includes/class.yith-wcwl-ui.php:82
476
+ #: ../templates/add-to-wishlist.php:23 ../templates/add-to-wishlist.php:30
477
  msgid "Browse Wishlist"
478
  msgstr "Veja sua lista de desejos!"
479
 
480
+ #: ../includes/class.yith-wcwl-ui.php:82 ../templates/add-to-wishlist.php:28
481
  msgid "The product is already in the wishlist!"
482
  msgstr "Esse produto já se encontra na sua lista de desejos!"
483
 
484
+ #: ../includes/class.yith-wcwl-ui.php:116
485
+ #: ../includes/class.yith-wcwl-ui.php:200
486
  msgid "Select options"
487
  msgstr "Selecione as opções"
488
 
489
+ #: ../includes/class.yith-wcwl-ui.php:165 ../templates/share.php:16
 
 
 
 
490
  msgid "Facebook"
491
  msgstr "Facebook"
492
 
493
+ #: ../includes/class.yith-wcwl-ui.php:168 ../templates/share.php:22
494
  msgid "Twitter"
495
  msgstr "Twitter"
496
 
497
+ #: ../includes/class.yith-wcwl-ui.php:177
498
  msgid "email"
499
  msgstr ""
500
 
501
+ #: ../includes/class.yith-wcwl.php:192 ../includes/class.yith-wcwl.php:276
502
  msgid "Error occurred while adding product to wishlist."
503
  msgstr "Oops! Ocorreu um erro ao adicionar o produto à lista de desejos."
504
 
505
+ #: ../includes/class.yith-wcwl.php:291
506
+ msgid "Remove now does not require any param"
507
+ msgstr ""
508
+
509
+ #: ../includes/class.yith-wcwl.php:325
510
  msgid "Error occurred while removing product from wishlist"
511
  msgstr "Oops! Ocorreu um erro ao remover o produto à lista de desejos."
512
 
513
+ #: ../includes/class.yith-wcwl.php:603
514
+ msgid "You need to log in before creating a new wishlist"
515
+ msgstr ""
516
+
517
+ #: ../includes/class.yith-wcwl.php:1146
518
  msgid "Product already in the wishlist."
519
  msgstr "Produto já na lista de desejos."
520
 
521
+ #: ../includes/class.yith-wcwl.php:1178
522
  msgid "Product successfully removed."
523
  msgstr "Produto removida com sucesso."
524
 
525
+ #: ../includes/class.yith-wcwl.php:1182
526
  msgid "Error. Unable to remove the product from the wishlist."
527
  msgstr "Erro. Não foi possível remover o produto da lista de desejos."
528
 
529
+ #: ../includes/class.yith-wcwl.php:1186 ../templates/wishlist-view.php:165
 
530
  msgid "No products were added to the wishlist"
531
  msgstr "Nenhum produto foi adicionado à lista de desejos"
532
 
533
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:460
534
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:574
535
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:719
536
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1632
537
+ #, php-format
538
+ msgid "Add %s"
539
+ msgstr ""
540
 
541
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:461
542
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:575
543
+ #, php-format
544
+ msgid "Add New %s"
545
+ msgstr ""
546
 
547
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:462
548
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:576
549
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1267
550
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1304
551
+ #, php-format
552
+ msgid "Edit %s"
553
+ msgstr ""
554
 
555
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:463
556
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:577
557
+ #, php-format
558
+ msgid "New %s"
559
+ msgstr ""
560
 
561
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:464
562
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:578
563
+ #, php-format
564
+ msgid "All %s"
565
  msgstr ""
566
 
567
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:465
568
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:579
569
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1251
570
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1305
571
+ #, php-format
572
+ msgid "View %s"
573
+ msgstr ""
574
 
575
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:466
576
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:580
577
+ #, php-format
578
+ msgid "Search %s"
579
+ msgstr ""
580
 
581
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:467
582
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:581
583
+ #, php-format
584
+ msgid "No %s found"
585
  msgstr ""
586
 
587
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:468
588
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:582
589
+ #, php-format
590
+ msgid "No %s found in Trash"
591
  msgstr ""
592
 
593
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:625
594
+ #, php-format
595
+ msgid "%s Categories"
596
  msgstr ""
597
 
598
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:626
599
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:635
600
+ msgid "Category"
601
  msgstr ""
602
 
603
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:627
604
+ msgid "Search Categories"
605
  msgstr ""
606
 
607
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:628
608
+ msgid "All Categories"
609
  msgstr ""
610
 
611
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:629
612
+ msgid "Parent Category"
613
  msgstr ""
614
 
615
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:630
616
+ msgid "Parent Category:"
617
  msgstr ""
618
 
619
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:631
620
+ msgid "Edit Category"
621
  msgstr ""
622
 
623
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:632
624
+ msgid "Update Category"
625
  msgstr ""
626
 
627
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:633
628
+ msgid "Add New Category"
629
  msgstr ""
630
 
631
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:634
632
+ msgid "New Category Name"
633
  msgstr ""
634
 
635
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:724
636
+ msgid "Categories"
637
  msgstr ""
638
 
639
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1042
640
+ #, fuzzy, php-format
641
+ msgid "%s Settings"
642
+ msgstr "Configurações"
643
+
644
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1051
645
+ msgid "Type"
646
  msgstr ""
647
 
648
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1052
649
+ msgid "The layout for this "
650
+ msgstr ""
651
+
652
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1058
653
+ msgid "Rewrite"
654
+ msgstr ""
655
+
656
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1059
657
+ msgid "The word used for the URL of each project (the slug of post if empty)"
658
+ msgstr ""
659
+
660
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1064
661
+ msgid "Label Singular"
662
+ msgstr ""
663
+
664
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1065
665
+ msgid ""
666
+ "Set the label in singular to use for each label (the title of portfolio if "
667
+ "empty)"
668
+ msgstr ""
669
+
670
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1070
671
+ msgid "Label Plural"
672
+ msgstr ""
673
+
674
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1071
675
+ msgid ""
676
+ "Set the label in plural to use for each label (the title of portfolio if "
677
+ "empty)"
678
+ msgstr ""
679
+
680
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1076
681
+ msgid "Taxonomy"
682
+ msgstr ""
683
+
684
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1077
685
+ msgid ""
686
+ "If you want to use a category section for the portfolio, set the name of "
687
+ "taxonomy. Name should be in slug form (must not contain capital letters or "
688
+ "spaces) and not more than 32 characters long (database structure "
689
+ "restriction)."
690
+ msgstr ""
691
+
692
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1082
693
+ msgid "Taxonomy Rewrite"
694
+ msgstr ""
695
+
696
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1083
697
+ msgid "Set the word to use in the URL for each category page."
698
+ msgstr ""
699
+
700
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1088
701
+ msgid "Single layout"
702
+ msgstr ""
703
+
704
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1089
705
+ msgid "The layout for single page of this portfolio"
706
+ msgstr ""
707
+
708
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1130
709
+ #, fuzzy
710
+ msgid "layout settings"
711
+ msgstr "Configurações"
712
+
713
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1222
714
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1235
715
+ msgid "Quick links"
716
+ msgstr ""
717
+
718
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1475
719
+ #, php-format
720
+ msgid "Show the frontend of the %s"
721
+ msgstr ""
722
+
723
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1482
724
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:46
725
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:90
726
+ msgid "Name"
727
+ msgstr ""
728
+
729
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1631
730
+ #, php-format
731
+ msgid "Add %s by images"
732
+ msgstr ""
733
+
734
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1633
735
+ msgid "Add with multiupload"
736
+ msgstr ""
737
+
738
+ #: ../plugin-fw/lib/yit-plugin-panel-wc.php:303
739
+ msgid "The changes you made will be lost if you navigate away from this page."
740
  msgstr ""
741
 
742
+ #: ../plugin-fw/lib/yit-plugin-panel.php:61
743
+ #, fuzzy
744
+ msgid "Plugin Settings"
745
+ msgstr "Configurações"
746
+
747
+ #: ../plugin-fw/lib/yit-plugin-panel.php:92
748
+ #: ../plugin-fw/lib/yit-plugin-subpanel.php:101
749
+ msgid "YIT Plugins"
750
+ msgstr ""
751
+
752
+ #: ../plugin-fw/lib/yit-plugin-panel.php:271
753
+ #: ../plugin-fw/lib/yit-plugin-subpanel.php:142
754
+ #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:5
755
+ msgid "Save Changes"
756
+ msgstr ""
757
+
758
+ #: ../plugin-fw/lib/yit-plugin-panel.php:274
759
+ #: ../plugin-fw/lib/yit-plugin-subpanel.php:145
760
+ #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:8
761
+ msgid ""
762
+ "If you continue with this action, you will reset all options are in this "
763
+ "page."
764
+ msgstr ""
765
+
766
+ #: ../plugin-fw/lib/yit-plugin-panel.php:276
767
+ #: ../plugin-fw/lib/yit-plugin-subpanel.php:147
768
+ #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
769
+ msgid "Reset Defaults"
770
+ msgstr ""
771
+
772
+ #: ../plugin-fw/lib/yit-plugin-panel.php:276
773
+ #: ../plugin-fw/lib/yit-plugin-subpanel.php:147
774
+ #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
775
+ msgid "Are you sure of it?"
776
+ msgstr ""
777
+
778
+ #: ../plugin-fw/lib/yit-plugin-panel.php:410
779
+ msgid ""
780
+ "The element you have written is already exists. Please, add another name."
781
+ msgstr ""
782
+
783
+ #: ../plugin-fw/lib/yit-plugin-panel.php:411
784
+ #, fuzzy
785
+ msgid "Settings saved"
786
+ msgstr "Configurações"
787
+
788
+ #: ../plugin-fw/lib/yit-plugin-panel.php:412
789
+ #, fuzzy
790
+ msgid "Settings reset"
791
+ msgstr "Configurações"
792
+
793
+ #: ../plugin-fw/lib/yit-plugin-panel.php:413
794
+ msgid "Element deleted correctly."
795
+ msgstr ""
796
+
797
+ #: ../plugin-fw/lib/yit-plugin-panel.php:414
798
+ #: ../plugin-fw/lib/yit-plugin-panel.php:415
799
+ msgid "Element updated correctly."
800
+ msgstr ""
801
+
802
+ #: ../plugin-fw/lib/yit-plugin-panel.php:416
803
+ msgid "Database imported correctly."
804
+ msgstr ""
805
+
806
+ #: ../plugin-fw/lib/yit-plugin-panel.php:417
807
+ msgid "An error encoured during during import. Please try again."
808
+ msgstr ""
809
+
810
+ #: ../plugin-fw/lib/yit-plugin-panel.php:418
811
+ msgid "The file you have insert doesn't valid."
812
+ msgstr ""
813
+
814
+ #: ../plugin-fw/lib/yit-plugin-panel.php:419
815
+ msgid "I'm sorry, the import featured is disabled."
816
+ msgstr ""
817
+
818
+ #: ../plugin-fw/lib/yit-plugin-panel.php:420
819
+ msgid "Sorting done correctly."
820
+ msgstr ""
821
+
822
+ #: ../plugin-fw/lib/yit-pointers.php:70
823
+ msgid "Plugins Activated"
824
+ msgstr ""
825
+
826
+ #: ../plugin-fw/lib/yit-pointers.php:71
827
+ msgid ""
828
+ "From now on, you can find all the options of your plugins under the YIT "
829
+ "Plugin menu voice.\n"
830
+ " For every installation of our new "
831
+ "plugins, a new voice will be added to access to the customization settings."
832
+ msgstr ""
833
+
834
+ #: ../plugin-fw/lib/yit-pointers.php:73 ../plugin-fw/lib/yit-pointers.php:89
835
+ msgid "Discover all our plugins available on:"
836
+ msgstr ""
837
+
838
+ #: ../plugin-fw/lib/yit-pointers.php:74 ../plugin-fw/lib/yit-pointers.php:90
839
+ msgid "and"
840
+ msgstr ""
841
+
842
+ #: ../plugin-fw/lib/yit-pointers.php:84
843
+ msgid "Plugins Upgraded"
844
+ msgstr ""
845
+
846
+ #: ../plugin-fw/lib/yit-pointers.php:85
847
+ msgid ""
848
+ "From now on, you can find all the options of your plugins under the YIT "
849
+ "Plugin menu voice.\n"
850
+ " When one of our plugins updates, a new "
851
+ "voice will be added to this menu.\n"
852
+ " For example, after the update, the "
853
+ "options from the plugins (YITH WooCommerce Wishlist, YITH WooCommerce Ajax "
854
+ "Search, etc.)\n"
855
+ " will be removed from the previous "
856
+ "location and moved under the YIT Plugin tab."
857
+ msgstr ""
858
+
859
+ #: ../plugin-fw/lib/yit-upgrade.php:119
860
+ msgid "There is a new version of %plugin_name% available."
861
+ msgstr ""
862
+
863
+ #: ../plugin-fw/lib/yit-upgrade.php:120
864
+ msgid "View version %latest% details."
865
+ msgstr ""
866
+
867
+ #: ../plugin-fw/lib/yit-upgrade.php:121
868
+ msgid "Automatic update is unavailable for this plugin,"
869
+ msgstr ""
870
+
871
+ #: ../plugin-fw/lib/yit-upgrade.php:122
872
+ msgid ""
873
+ "please <a href=\"%activate_link%\"> activate </a> your copy of %plugin_name%."
874
+ msgstr ""
875
+
876
+ #: ../plugin-fw/lib/yit-upgrade.php:123
877
+ msgid "Update now."
878
+ msgstr ""
879
+
880
+ #: ../plugin-fw/lib/yit-upgrade.php:226
881
+ msgid "Yithemes Repository"
882
+ msgstr ""
883
+
884
+ #: ../plugin-fw/lib/yit-upgrade.php:260
885
+ msgid "Invalid URL Provided."
886
+ msgstr ""
887
+
888
+ #: ../plugin-fw/lib/yit-upgrade.php:273
889
+ msgid "Could not create Temporary file."
890
+ msgstr ""
891
+
892
+ #: ../plugin-fw/lib/yit-upgrade.php:414
893
+ #, php-format
894
+ msgid ""
895
+ "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
896
+ "yit-changelog-button\" title=\"%3$s\">View version %4$s details</a>."
897
+ msgstr ""
898
+
899
+ #: ../plugin-fw/lib/yit-upgrade.php:416
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>. <em>You "
904
+ "have to activate the plugin on a single site of the network to benefit from "
905
+ "the automatic updates.</em>"
906
+ msgstr ""
907
+
908
+ #: ../plugin-fw/lib/yit-upgrade.php:418
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>. "
913
+ "<em>Automatic update is unavailable for this plugin, please <a href=\"%5$s\" "
914
+ "title=\"Licence activation\">activate</a> your copy of %6s.</em>"
915
+ msgstr ""
916
+
917
+ #: ../plugin-fw/lib/yit-upgrade.php:420
918
+ #, php-format
919
+ msgid ""
920
+ "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
921
+ "yit-changelog-button\" title=\"%3$s\">View version %4$s details</a> or <a "
922
+ "href=\"%5$s\">update now</a>."
923
+ msgstr ""
924
+
925
+ #: ../plugin-fw/lib/yit-upgrade.php:493
926
+ msgid "You can't update plugins for this site."
927
+ msgstr ""
928
+
929
+ #: ../plugin-fw/lib/yit-upgrade.php:497
930
+ msgid "You do not have sufficient permissions to update plugins for this site."
931
+ msgstr ""
932
+
933
+ #: ../plugin-fw/lib/yit-upgrade.php:504
934
+ msgid "Update Plugin"
935
+ msgstr ""
936
+
937
+ #: ../plugin-fw/licence/lib/yit-licence.php:148
938
+ #, php-format
939
+ msgid "%field% field can not be empty"
940
+ msgstr ""
941
+
942
+ #: ../plugin-fw/licence/lib/yit-licence.php:149
943
+ msgid "%field_1% and %field_2% fields can not be empty"
944
+ msgstr ""
945
+
946
+ #: ../plugin-fw/licence/lib/yit-licence.php:150
947
+ msgid "Unable to contact the remote server, please try again later. Thanks!"
948
+ msgstr ""
949
+
950
+ #: ../plugin-fw/licence/lib/yit-licence.php:529
951
+ msgid "Invalid Request"
952
+ msgstr ""
953
+
954
+ #: ../plugin-fw/licence/lib/yit-licence.php:530
955
+ msgid "Invalid licence key"
956
+ msgstr ""
957
+
958
+ #: ../plugin-fw/licence/lib/yit-licence.php:531
959
+ msgid "Software has been deactive"
960
+ msgstr ""
961
+
962
+ #: ../plugin-fw/licence/lib/yit-licence.php:532
963
+ msgid "Exceeded maximum number of activations"
964
+ msgstr ""
965
+
966
+ #: ../plugin-fw/licence/lib/yit-licence.php:533
967
+ msgid "Invalid instance ID"
968
+ msgstr ""
969
+
970
+ #: ../plugin-fw/licence/lib/yit-licence.php:534
971
+ msgid "Invalid security key"
972
+ msgstr ""
973
+
974
+ #: ../plugin-fw/licence/lib/yit-licence.php:535
975
+ msgid "Licence key has expired"
976
+ msgstr ""
977
+
978
+ #: ../plugin-fw/licence/lib/yit-licence.php:536
979
+ msgid "Licence key has be banned"
980
+ msgstr ""
981
+
982
+ #: ../plugin-fw/licence/lib/yit-plugin-licence.php:63
983
+ #: ../plugin-fw/licence/lib/yit-plugin-licence.php:64
984
+ #: ../plugin-fw/licence/lib/yit-theme-licence.php:63
985
+ #: ../plugin-fw/licence/lib/yit-theme-licence.php:64
986
+ #: ../plugin-fw/licence/lib/yit-theme-licence.php:106
987
+ #: ../plugin-fw/licence/lib/yit-theme-licence.php:107
988
+ msgid "Licence Activation"
989
+ msgstr ""
990
+
991
+ #: ../plugin-fw/licence/lib/yit-theme-licence.php:114
992
+ #: ../plugin-fw/licence/lib/yit-theme-licence.php:115
993
+ #, php-format
994
+ msgid "%s"
995
+ msgstr ""
996
+
997
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:19
998
+ msgid "Yithemes Licence Activation"
999
+ msgstr ""
1000
+
1001
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:23
1002
+ msgid ""
1003
+ "Have you updated your licenses? Have you asked for an extension? Update "
1004
+ "information concerning your products."
1005
+ msgstr ""
1006
+
1007
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:25
1008
+ msgid "Update licence information"
1009
+ msgstr ""
1010
+
1011
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:35
1012
+ msgid "To Active"
1013
+ msgstr ""
1014
+
1015
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:54
1016
+ msgid "Activate"
1017
+ msgstr ""
1018
+
1019
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:73
1020
+ msgid "Activated"
1021
+ msgstr ""
1022
+
1023
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:77
1024
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:109
1025
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:133
1026
+ #: ../templates/wishlist-view.php:56
1027
+ msgid "Product Name"
1028
+ msgstr "Nome do Produto"
1029
+
1030
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:78
1031
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:110
1032
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:134
1033
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:145
1034
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:337
1035
+ #: ../templates/share.php:40
1036
+ msgid "Email"
1037
+ msgstr ""
1038
+
1039
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:79
1040
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:111
1041
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:135
1042
+ msgid "Licence Key"
1043
+ msgstr ""
1044
+
1045
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:80
1046
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:136
1047
+ msgid "Expires"
1048
+ msgstr ""
1049
+
1050
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:81
1051
+ msgid "Remaining"
1052
+ msgstr ""
1053
+
1054
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:82
1055
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:95
1056
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:137
1057
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:147
1058
+ msgid "Renew"
1059
+ msgstr ""
1060
+
1061
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:93
1062
+ #, php-format
1063
+ msgid "%1s out of %2s"
1064
+ msgstr ""
1065
+
1066
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:105
1067
+ msgid "Banned"
1068
+ msgstr ""
1069
+
1070
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:129
1071
+ msgid "Expired"
1072
+ msgstr ""
1073
+
1074
+ #: ../plugin-fw/templates/metaboxes/types/ajax-products.php:23
1075
+ msgid "Search for a product"
1076
+ msgstr ""
1077
+
1078
+ #: ../plugin-fw/templates/metaboxes/types/categories.php:36
1079
+ msgid "No categories."
1080
+ msgstr ""
1081
+
1082
+ #: ../plugin-fw/templates/metaboxes/types/categories.php:42
1083
+ msgid "+ Add New Category"
1084
+ msgstr ""
1085
+
1086
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:5
1087
+ msgid "Text Input"
1088
+ msgstr ""
1089
+
1090
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:6
1091
+ msgid "Checkbox"
1092
+ msgstr ""
1093
+
1094
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:7
1095
+ #, fuzzy
1096
+ msgid "Select"
1097
+ msgstr "Selecione as opções"
1098
+
1099
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:8
1100
+ msgid "Textarea"
1101
+ msgstr ""
1102
+
1103
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:9
1104
+ msgid "Radio Input"
1105
+ msgstr ""
1106
+
1107
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:10
1108
+ msgid "Password Field"
1109
+ msgstr ""
1110
+
1111
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:11
1112
+ msgid "File Upload"
1113
+ msgstr ""
1114
+
1115
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:45
1116
+ msgid "Theme Icon"
1117
+ msgstr ""
1118
+
1119
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:46
1120
+ #, fuzzy
1121
+ msgid "Custom Icon"
1122
+ msgstr "CSS Customizado"
1123
+
1124
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:47
1125
+ #: ../plugin-fw/templates/metaboxes/types/responsivesliders.php:24
1126
+ msgid "None"
1127
+ msgstr ""
1128
+
1129
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:57
1130
+ msgid "Add field"
1131
+ msgstr ""
1132
+
1133
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:66
1134
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:258
1135
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:37
1136
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:82
1137
+ msgid "Remove"
1138
+ msgstr ""
1139
+
1140
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:67
1141
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:259
1142
+ msgid "Click to toggle"
1143
+ msgstr ""
1144
+
1145
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:74
1146
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:266
1147
+ msgid "Title Field"
1148
+ msgstr ""
1149
+
1150
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:78
1151
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:270
1152
+ msgid "Insert the title of field."
1153
+ msgstr ""
1154
+
1155
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:83
1156
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:275
1157
+ msgid "Data Name"
1158
+ msgstr ""
1159
+
1160
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:87
1161
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:279
1162
+ msgid ""
1163
+ "REQUIRED: The identification name of this field, that you can insert into "
1164
+ "body email configuration. <strong>Note:</strong>Use only lowercase "
1165
+ "characters and underscores."
1166
+ msgstr ""
1167
+
1168
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:92
1169
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:284
1170
+ msgid "Type field"
1171
+ msgstr ""
1172
+
1173
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:100
1174
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:292
1175
+ msgid "Select the type of this field."
1176
+ msgstr ""
1177
+
1178
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:105
1179
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:297
1180
+ msgid "Checked"
1181
+ msgstr ""
1182
+
1183
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:109
1184
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:301
1185
+ msgid "Select this if you want this field already checked."
1186
+ msgstr ""
1187
+
1188
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:114
1189
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:306
1190
+ #, fuzzy
1191
+ msgid "Add options "
1192
+ msgstr "Selecione as opções"
1193
+
1194
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:115
1195
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:307
1196
+ #, fuzzy
1197
+ msgid "Add option"
1198
+ msgstr "Ícone \"Adicionar ao Carrinho\""
1199
+
1200
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:118
1201
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:310
1202
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:432
1203
+ msgid "Selected"
1204
+ msgstr ""
1205
+
1206
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:121
1207
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:313
1208
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:432
1209
+ #, fuzzy
1210
+ msgid "Delete option"
1211
+ msgstr "Selecione as opções"
1212
+
1213
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:127
1214
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:319
1215
+ msgid "Message Error"
1216
+ msgstr ""
1217
+
1218
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:131
1219
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:323
1220
+ msgid "Insert the error message for validation."
1221
+ msgstr ""
1222
+
1223
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:136
1224
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:328
1225
+ msgid "Required"
1226
+ msgstr ""
1227
+
1228
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:140
1229
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:332
1230
+ msgid "Select this if it must be required."
1231
+ msgstr ""
1232
+
1233
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:149
1234
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:341
1235
+ msgid "Select this if it must be a valid email."
1236
+ msgstr ""
1237
+
1238
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:154
1239
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:346
1240
+ msgid "Reply To"
1241
+ msgstr ""
1242
+
1243
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:158
1244
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:350
1245
+ msgid "Select this if it's the email where you can reply."
1246
+ msgstr ""
1247
+
1248
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:163
1249
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:355
1250
+ msgid "Class"
1251
+ msgstr ""
1252
+
1253
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:167
1254
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:359
1255
+ msgid ""
1256
+ "Insert an additional class(es) (separateb by comma) for more personalization."
1257
+ msgstr ""
1258
+
1259
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:172
1260
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:364
1261
+ msgid "Icon"
1262
+ msgstr ""
1263
+
1264
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:200
1265
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:388
1266
+ #: ../plugin-fw/templates/metaboxes/types/icon-list.php:69
1267
+ #: ../plugin-fw/templates/metaboxes/types/select-icon.php:33
1268
+ #: ../plugin-fw/templates/metaboxes/types/upload.php:21
1269
+ #: ../plugin-fw/templates/panel/types/upload.php:31
1270
+ #: ../plugin-fw/templates/panel/woocommerce/woocommerce-upload.php:35
1271
+ #: ../yit-common/yith-panel.php:417
1272
+ msgid "Upload"
1273
+ msgstr ""
1274
+
1275
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:206
1276
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:394
1277
+ #: ../plugin-fw/templates/metaboxes/types/icon-list.php:75
1278
+ #: ../plugin-fw/templates/metaboxes/types/select-icon.php:39
1279
+ msgid "Image preview"
1280
+ msgstr ""
1281
+
1282
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:214
1283
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:402
1284
+ msgid "Insert an icon for more personalization."
1285
+ msgstr ""
1286
+
1287
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:219
1288
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:406
1289
+ msgid "Width"
1290
+ msgstr ""
1291
+
1292
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:244
1293
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:418
1294
+ msgid "Choose how much long will be the field."
1295
+ msgstr ""
1296
+
1297
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:28
1298
+ msgid "Close all"
1299
+ msgstr ""
1300
+
1301
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:28
1302
+ msgid "Expand all"
1303
+ msgstr ""
1304
+
1305
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:52
1306
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:95
1307
+ msgid "Value"
1308
+ msgstr ""
1309
+
1310
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:53
1311
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:96
1312
+ msgid "The content of the tab. (HTML is supported)"
1313
+ msgstr ""
1314
+
1315
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:65
1316
+ msgid "Add custom product tab"
1317
+ msgstr ""
1318
+
1319
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:107
1320
+ msgid "Do you want to remove the custom tab?"
1321
+ msgstr ""
1322
+
1323
+ #: ../plugin-fw/templates/metaboxes/types/icon-list.php:89
1324
+ #, php-format
1325
+ msgid "(Default: %s <img src=\"%s\"/>)"
1326
+ msgstr ""
1327
+
1328
+ #: ../plugin-fw/templates/metaboxes/types/icon-list.php:91
1329
+ #, php-format
1330
+ msgid "(Default: <i %s></i> )"
1331
+ msgstr ""
1332
+
1333
+ #: ../plugin-fw/templates/metaboxes/types/image-gallery.php:35
1334
+ #: ../plugin-fw/templates/metaboxes/types/image-gallery.php:40
1335
+ #: ../plugin-fw/templates/metaboxes/types/images.php:33
1336
+ #: ../plugin-fw/templates/metaboxes/types/images.php:59
1337
+ msgid "Delete image"
1338
+ msgstr ""
1339
+
1340
+ #: ../plugin-fw/templates/metaboxes/types/image-gallery.php:40
1341
+ msgid "Add Images to Gallery"
1342
+ msgstr ""
1343
+
1344
+ #: ../plugin-fw/templates/metaboxes/types/image-gallery.php:40
1345
+ #, fuzzy
1346
+ msgid "Add to gallery"
1347
+ msgstr "Adcionar ao Carrinho"
1348
+
1349
+ #: ../plugin-fw/templates/metaboxes/types/image-gallery.php:40
1350
+ msgid "Add images"
1351
+ msgstr ""
1352
+
1353
+ #: ../plugin-fw/templates/metaboxes/types/image-gallery.php:40
1354
+ msgid "Delete"
1355
+ msgstr ""
1356
+
1357
+ #: ../plugin-fw/templates/metaboxes/types/images.php:37
1358
+ msgid "Upload new images"
1359
+ msgstr ""
1360
+
1361
+ #: ../plugin-fw/templates/metaboxes/types/images.php:70
1362
+ msgid "Are you sure you want to remove this image?"
1363
+ msgstr ""
1364
+
1365
+ #: ../plugin-fw/templates/metaboxes/types/sidebar-layout.php:25
1366
+ #: ../plugin-fw/templates/metaboxes/types/sidebars.php:36
1367
+ msgid "Left sidebar"
1368
+ msgstr ""
1369
+
1370
+ #: ../plugin-fw/templates/metaboxes/types/sidebar-layout.php:28
1371
+ #: ../plugin-fw/templates/metaboxes/types/sidebars.php:42
1372
+ #: ../plugin-fw/templates/metaboxes/types/sidebars.php:45
1373
+ msgid "No sidebar"
1374
+ msgstr ""
1375
+
1376
+ #: ../plugin-fw/templates/metaboxes/types/sidebar-layout.php:28
1377
+ msgid "No sideabr"
1378
+ msgstr ""
1379
+
1380
+ #: ../plugin-fw/templates/metaboxes/types/sidebar-layout.php:31
1381
+ #: ../plugin-fw/templates/metaboxes/types/sidebars.php:39
1382
+ msgid "Right sidebar"
1383
+ msgstr ""
1384
+
1385
+ #: ../plugin-fw/templates/metaboxes/types/sidebar-layout.php:34
1386
+ #: ../plugin-fw/templates/metaboxes/types/sidebars.php:53
1387
+ #: ../plugin-fw/templates/metaboxes/types/sidebars.php:64
1388
+ msgid "Choose a sidebar"
1389
+ msgstr ""
1390
+
1391
+ #: ../plugin-fw/templates/metaboxes/types/sidebars.php:51
1392
+ msgid "Sidebar Left"
1393
+ msgstr ""
1394
+
1395
+ #: ../plugin-fw/templates/metaboxes/types/sidebars.php:62
1396
+ msgid "Sidebar Right"
1397
+ msgstr ""
1398
+
1399
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:42
1400
+ #: ../yit-common/yith-panel.php:444
1401
+ msgid "px"
1402
+ msgstr ""
1403
+
1404
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:43
1405
+ #: ../yit-common/yith-panel.php:445
1406
+ msgid "em"
1407
+ msgstr ""
1408
+
1409
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:44
1410
+ #: ../yit-common/yith-panel.php:446
1411
+ msgid "pt"
1412
+ msgstr ""
1413
+
1414
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:45
1415
+ #: ../yit-common/yith-panel.php:447
1416
+ msgid "rem"
1417
+ msgstr ""
1418
+
1419
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:59
1420
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:153
1421
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:217
1422
+ msgid "Web fonts"
1423
+ msgstr ""
1424
+
1425
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:71
1426
+ msgid "Google fonts"
1427
+ msgstr ""
1428
+
1429
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:96
1430
+ #: ../yit-common/yith-panel.php:465
1431
+ msgid "Regular"
1432
+ msgstr ""
1433
+
1434
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:97
1435
+ #: ../yit-common/yith-panel.php:466
1436
+ msgid "Bold"
1437
+ msgstr ""
1438
+
1439
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:98
1440
+ #: ../yit-common/yith-panel.php:467
1441
+ msgid "Extra bold"
1442
+ msgstr ""
1443
+
1444
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:99
1445
+ #: ../yit-common/yith-panel.php:468
1446
+ msgid "Italic"
1447
+ msgstr ""
1448
+
1449
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:100
1450
+ #: ../yit-common/yith-panel.php:469
1451
+ msgid "Italic bold"
1452
+ msgstr ""
1453
+
1454
+ #: ../templates/share.php:28
1455
+ msgid "Pinterest"
1456
+ msgstr ""
1457
+
1458
+ #: ../templates/share.php:34
1459
+ msgid "Google Plus"
1460
+ msgstr ""
1461
+
1462
+ #: ../templates/wishlist-view.php:23
1463
+ #, fuzzy
1464
+ msgid "Edit title"
1465
+ msgstr "Titulo da lista de desejos"
1466
+
1467
+ #: ../templates/wishlist-view.php:32
1468
+ msgid "Save"
1469
+ msgstr ""
1470
+
1471
+ #: ../templates/wishlist-view.php:36
1472
+ msgid "Cancel"
1473
+ msgstr ""
1474
+
1475
+ #: ../templates/wishlist-view.php:62
1476
+ msgid "Unit Price"
1477
+ msgstr "Preço unitário"
1478
+
1479
+ #: ../templates/wishlist-view.php:70
1480
+ msgid "Stock Status"
1481
+ msgstr "Status do estoque"
1482
+
1483
+ #: ../templates/wishlist-view.php:93
1484
+ msgid "Remove this product"
1485
+ msgstr "Remover este produto"
1486
+
1487
+ #: ../templates/wishlist-view.php:122
1488
+ msgid "Free!"
1489
+ msgstr ""
1490
+
1491
+ #: ../templates/wishlist-view.php:136
1492
+ msgid "Out of Stock"
1493
+ msgstr "Sem estoque"
1494
+
1495
+ #: ../templates/wishlist-view.php:139
1496
+ msgid "In Stock"
1497
+ msgstr "Em estoque"
1498
+
1499
+ #: ../templates/wishlist-view.php:191
1500
+ msgid "Ask an estimate of costs"
1501
+ msgstr ""
1502
+
1503
+ #: ../yit-common/yith-panel.php:406
1504
+ msgid "Select a date"
1505
+ msgstr ""
1506
+
1507
+ #: ../yit-common/yith-panel.php:407
1508
+ msgid "Hours"
1509
+ msgstr ""
1510
+
1511
+ #: ../yit-common/yith-panel.php:408 ../yit-common/yith-panel.php:409
1512
+ msgid "Minutes"
1513
+ msgstr ""
1514
+
1515
+ #: ../yit-common/yith-panel.php:457
1516
+ msgid "Select a font family"
1517
+ msgstr ""
1518
+
1519
+ #: ../yit-common/yith-panel.php:481
1520
+ msgid "Click to preview"
1521
+ msgstr ""
1522
+
1523
+ #~ msgid "Cannot add to the cart as product is Out of Stock!"
1524
+ #~ msgstr "Não foi possível adicionar ao carrinho. O produto esta esgotado."
1525
+
1526
+ #~ msgid "\"Add to Wishlist\" button background"
1527
+ #~ msgstr "Fundo do botão \"Adicionar aos meus desejos\""
1528
+
1529
+ #~ msgid "\"Add to Wishlist\" button border"
1530
+ #~ msgstr "Borda do botão \"Adicionar aos meus desejos\""
1531
+
1532
+ #~ msgid "\"Add to Wishlist\" button background (hover)"
1533
+ #~ msgstr "Fundo do botão \"Adicionar aos meus desejos\" (Hover)"
1534
+
1535
+ #~ msgid "\"Add to Wishlist\" button text (hover)"
1536
+ #~ msgstr "Texto do botão \"Adicionar aos meus desejos\" (Hover)"
1537
+
1538
+ #~ msgid "\"Add to Wishlist\" button border (hover)"
1539
+ #~ msgstr "Borda do botão \"Adicionar aos meus desejos\" (hover)"
1540
+
1541
+ #~ msgid "\"Add to Cart\" button border"
1542
+ #~ msgstr "Borda do do botão \"Adicionar ao carrinho \""
1543
+
1544
+ #~ msgid "\"Add to Cart\" button background (hover)"
1545
+ #~ msgstr "Fundo do botão \"Adicionar ao carrinho \" (hover)"
1546
+
1547
+ #~ msgid "\"Add to Cart\" button text (hover)"
1548
+ #~ msgstr "Texto do botão \"Adicionar ao carrinho \" (hover)"
1549
+
1550
+ #~ msgid "\"Add to Cart\" button border (hover)"
1551
+ #~ msgstr "Borda do botão \"Adicionar ao carrinho \" (hover)"
1552
+
1553
+ #~ msgid "Wishlist table background"
1554
+ #~ msgstr "Fundo da tabela de desejos"
1555
+
1556
+ #~ msgid "Wishlist table text"
1557
+ #~ msgstr "Texto da tabela de desejos"
1558
+
1559
+ #~ msgid "Wishlist table border"
1560
+ #~ msgstr "Borda da tabela de desejos"
1561
+
1562
+ #~ msgid "Docs"
1563
+ #~ msgstr "Documentos"
1564
+
1565
+ #~ msgid "Use cookies"
1566
+ #~ msgstr "Usar cookies"
1567
+
1568
+ #~ msgid ""
1569
+ #~ "Use cookies instead of sessions. With this feature, the wishlist will be "
1570
+ #~ "available for each not logged user for 30 days. Use the filter "
1571
+ #~ "yith_wcwl_cookie_expiration_time to change the expiration time ( needs "
1572
+ #~ "timestamp )."
1573
+ #~ msgstr ""
1574
+ #~ "Usar cookies ao invés de sessões. Com essa opção, a lista de desejos vai "
1575
+ #~ "estar disponível para todos os usuários não logados por até 30 dias. "
1576
+
1577
  #~ msgid "View Cart &rarr;"
1578
  #~ msgstr "Ver Carrinho"
1579
 
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: 2014-09-16 16:16+0100\n"
6
- "PO-Revision-Date: 2014-09-16 16:16+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"
@@ -19,111 +19,104 @@ msgstr ""
19
  "X-Generator: Poedit 1.5.5\n"
20
  "X-Poedit-SearchPath-0: .\n"
21
 
22
- #: class.yith-wcwl-init.php:114 class.yith-wcwl-install.php:137
23
- msgid "Wishlist"
24
- msgstr "İstek Listesi"
25
-
26
- #: class.yith-wcwl-init.php:365
27
- msgid "Cannot add to the cart as product is Out of Stock!"
28
- msgstr "Stokta bulunmayan ürünler istek listesine eklenemez!"
29
 
30
- #: class.yith-wcwl-init.php:430 class.yith-wcwl-init.php:859
31
- msgid "General Settings"
32
- msgstr "Genel Ayarlar"
 
 
33
 
34
- #: class.yith-wcwl-init.php:431 class.yith-wcwl-init.php:965
35
- msgid "Styles"
36
- msgstr "Stiller"
 
 
 
37
 
38
- #: class.yith-wcwl-init.php:432 class.yith-wcwl-init.php:1028
39
- msgid "Socials &amp; Share"
40
- msgstr "Sosyal &amp; Paylaşım"
 
 
 
 
 
41
 
42
- #: class.yith-wcwl-init.php:453
 
43
  msgid "Colors"
44
  msgstr "Renkler"
45
 
46
- #: class.yith-wcwl-init.php:483
47
- msgid "\"Add to Wishlist\" button background"
48
- msgstr "\"İstek Listeme Ekle\" buton arkaplanı"
49
-
50
- #: class.yith-wcwl-init.php:484
51
- msgid "\"Add to Wishlist\" button text"
52
- msgstr "\"İstek Listeme Ekle\" buton metni"
53
-
54
- #: class.yith-wcwl-init.php:485
55
- msgid "\"Add to Wishlist\" button border"
56
- msgstr "\"İstek Listeme Ekle\" buton kenarlığı"
57
-
58
- #: class.yith-wcwl-init.php:491
59
- msgid "\"Add to Wishlist\" button background (hover)"
60
- msgstr "\"İstek Listeme Ekle\" buton arkaplanı (üzerine gelindiğinde)"
61
-
62
- #: class.yith-wcwl-init.php:492
63
- msgid "\"Add to Wishlist\" button text (hover)"
64
- msgstr "\"İstek Listeme Ekle\" buton metni (üzerine gelindiğinde)"
65
-
66
- #: class.yith-wcwl-init.php:493
67
- msgid "\"Add to Wishlist\" button border (hover)"
68
- msgstr "\"İstek Listeme Ekle\" buton kenarlığı (üzerine gelindiğinde)"
69
-
70
- #: class.yith-wcwl-init.php:498
71
- msgid "\"Add to Cart\" button background"
72
- msgstr "\"Sepete Ekle\" buton arkaplanı"
73
 
74
- #: class.yith-wcwl-init.php:499
75
- msgid "\"Add to Cart\" button text"
76
- msgstr "\"Sepete Ekle\" buton metni"
 
 
77
 
78
- #: class.yith-wcwl-init.php:500
79
- msgid "\"Add to Cart\" button border"
80
- msgstr "\"Sepete Ekle\" buton kenarlığı"
81
 
82
- #: class.yith-wcwl-init.php:506
83
- msgid "\"Add to Cart\" button background (hover)"
84
- msgstr "\"Sepete Ekle\" buton arkaplanı (üzerine gelindiğinde)"
85
 
86
- #: class.yith-wcwl-init.php:507
87
- msgid "\"Add to Cart\" button text (hover)"
88
- msgstr "\"Sepete Ekle\" buton metni (üzerine gelindiğinde)"
89
 
90
- #: class.yith-wcwl-init.php:508
91
- msgid "\"Add to Cart\" button border (hover)"
92
- msgstr "\"Sepete Ekle\" buton kenarlığı (üzerine gelindiğinde)"
93
 
94
- #: class.yith-wcwl-init.php:513
95
- msgid "Wishlist table background"
96
- msgstr "İstek listesi tablo arkaplanı"
97
 
98
- #: class.yith-wcwl-init.php:514
99
- msgid "Wishlist table text"
100
- msgstr "İstek listesi tablo metni"
101
 
102
- #: class.yith-wcwl-init.php:515
103
- msgid "Wishlist table border"
104
- msgstr "İstek listesi tablo kenar çizgisi"
105
 
106
- #: class.yith-wcwl-init.php:575
107
- msgid "Settings"
108
- msgstr "Ayarlar"
 
 
109
 
110
- #: class.yith-wcwl-init.php:576
111
- msgid "Docs"
112
- msgstr "Dökümanlar"
113
 
114
- #: class.yith-wcwl-init.php:592
115
- msgid "Wishlist Page"
116
- msgstr "İstek Listesi Sayfası"
 
 
 
117
 
118
- #: class.yith-wcwl-init.php:593
119
- msgid "Page contents: [yith_wcwl_wishlist]"
120
- msgstr "Sayfa içeriği: [yith_wcwl_wishlist]"
121
 
122
- #: class.yith-wcwl-init.php:862
123
  msgid "Enable YITH Wishlist"
124
  msgstr "YITH İstek Listesi Etkin"
125
 
126
- #: class.yith-wcwl-init.php:863
127
  #, php-format
128
  msgid ""
129
  "Enable all plugin features. <strong>Be sure to select a voice in the "
@@ -131,59 +124,50 @@ msgid ""
131
  "\" target=\"_blank\">documentation</a>."
132
  msgstr ""
133
 
134
- #: class.yith-wcwl-init.php:870
135
- msgid "Use cookies"
136
- msgstr "Çerezleri kullan"
137
-
138
- #: class.yith-wcwl-init.php:871
139
- msgid ""
140
- "Use cookies instead of sessions. With this feature, the wishlist will be "
141
- "available for each not logged user for 30 days. Use the filter "
142
- "yith_wcwl_cookie_expiration_time to change the expiration time ( needs "
143
- "timestamp )."
144
- msgstr ""
145
-
146
- #: class.yith-wcwl-init.php:878
147
- msgid "Wishlist title"
148
  msgstr "İstek listesi başlığı"
149
 
150
- #: class.yith-wcwl-init.php:880 class.yith-wcwl-init.php:881
151
- #: class.yith-wcwl-init.php:1068 class.yith-wcwl-init.php:1069
 
 
152
  #, php-format
153
  msgid "My wishlist on %s"
154
  msgstr "%s üzerinde istek listem"
155
 
156
- #: class.yith-wcwl-init.php:890
157
  msgid "Position"
158
  msgstr "Pozisyon"
159
 
160
- #: class.yith-wcwl-init.php:891
161
  msgid ""
162
  "On variable products you can add it only After \"Add to Cart\" or use the "
163
  "shortcode [yith_wcwl_add_to_wishlist]."
164
  msgstr ""
165
 
166
- #: class.yith-wcwl-init.php:897
167
  msgid "After \"Add to cart\""
168
  msgstr "\"Sepete Ekle\"den sonra"
169
 
170
- #: class.yith-wcwl-init.php:898
171
  msgid "After thumbnails"
172
  msgstr "Küçük resimlerden sonra"
173
 
174
- #: class.yith-wcwl-init.php:899
175
  msgid "After summary"
176
  msgstr "Özet bilgisinden sonra"
177
 
178
- #: class.yith-wcwl-init.php:900
179
  msgid "Use shortcode"
180
  msgstr "Kısa kod kullan"
181
 
182
- #: class.yith-wcwl-init.php:905
183
  msgid "Redirect to cart"
184
  msgstr "Sepete yönlendir"
185
 
186
- #: class.yith-wcwl-init.php:906
187
  msgid ""
188
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
189
  "page."
@@ -191,115 +175,163 @@ msgstr ""
191
  "Eğer istek listesindeki bir ürün için \"Sepete Ekle\" butonuna tıklanırsa "
192
  "sepet sayfasına git."
193
 
194
- #: class.yith-wcwl-init.php:913
195
  msgid "Remove if added to the cart"
196
  msgstr "Sepete eklenmişse kaldır"
197
 
198
- #: class.yith-wcwl-init.php:914
199
  msgid "Remove the product from the wishlist if is been added to the cart."
200
  msgstr "Eğer ürün sepete eklenirse istek listesinden kaldır."
201
 
202
- #: class.yith-wcwl-init.php:921
203
  msgid "\"Add to Wishlist\" text"
204
  msgstr "\"İstek Listeme Ekle\" metni"
205
 
206
- #: class.yith-wcwl-init.php:923 class.yith-wcwl-init.php:924
 
207
  msgid "Add to Wishlist"
208
  msgstr "İstek Listeme Ekle"
209
 
210
- #: class.yith-wcwl-init.php:929
211
  msgid "\"Add to Cart\" text"
212
  msgstr "\"Sepete Ekle\" metni"
213
 
214
- #: class.yith-wcwl-init.php:931 class.yith-wcwl-init.php:932
 
215
  msgid "Add to Cart"
216
  msgstr "Sepete Ekle"
217
 
218
- #: class.yith-wcwl-init.php:937
219
  msgid "Show Unit price"
220
  msgstr "Birim Fiyatını Göster"
221
 
222
- #: class.yith-wcwl-init.php:945
 
 
 
 
223
  msgid "Show \"Add to Cart\" button"
224
  msgstr "\"Sepete Ekle\" butonunu göster"
225
 
226
- #: class.yith-wcwl-init.php:953
 
 
 
 
 
227
  msgid "Show Stock status"
228
  msgstr "Stok durumunu göster"
229
 
230
- #: class.yith-wcwl-init.php:968
 
 
 
 
 
 
 
 
 
231
  msgid "Use buttons"
232
  msgstr "Butonları kullan"
233
 
234
- #: class.yith-wcwl-init.php:969
235
  msgid "Use buttons instead of a simple anchors."
236
  msgstr "Basit bağlantılar yerine buton kullanın."
237
 
238
- #: class.yith-wcwl-init.php:976
239
  msgid "Custom CSS"
240
  msgstr "Özel CSS"
241
 
242
- #: class.yith-wcwl-init.php:984
243
  msgid "Use theme style"
244
  msgstr "Tema stilini kullan"
245
 
246
- #: class.yith-wcwl-init.php:985
247
  msgid "Use the theme style."
248
  msgstr "Tema stilini kullan."
249
 
250
- #: class.yith-wcwl-init.php:992
251
- msgid "Buttons rounded corners"
 
252
  msgstr "Yuvarlak köşeli butonlar"
253
 
254
- #: class.yith-wcwl-init.php:993
255
  msgid "Make buttons corner rounded"
256
  msgstr "Butonların köşelerini yuvarlaklaştır"
257
 
258
- #: class.yith-wcwl-init.php:1000
259
  msgid "\"Add to Wishlist\" icon"
260
  msgstr "\"İstek Listeme Ekle\" simgesi"
261
 
262
- #: class.yith-wcwl-init.php:1001
263
  msgid "Add an icon to the \"Add to Wishlist\" button"
264
  msgstr "\"İstek Listeme Ekle\" butonuna bir simge ekleyin"
265
 
266
- #: class.yith-wcwl-init.php:1012
267
  msgid "\"Add to Cart\" icon"
268
  msgstr "\"Sepete Ekle\" simgesi"
269
 
270
- #: class.yith-wcwl-init.php:1013
271
  msgid "Add an icon to the \"Add to Cart\" button"
272
  msgstr "\"Sepete Ekle\" butonuna bir simge ekleyin"
273
 
274
- #: class.yith-wcwl-init.php:1031
 
 
 
 
275
  msgid "Share on Facebook"
276
  msgstr "Facebook'ta Paylaş"
277
 
278
- #: class.yith-wcwl-init.php:1038
 
 
 
 
 
 
279
  msgid "Tweet on Twitter"
280
  msgstr "Twitter'da Tweetle"
281
 
282
- #: class.yith-wcwl-init.php:1045
 
 
 
 
 
283
  msgid "Pin on Pinterest"
284
  msgstr "Pinterest'te Pinle"
285
 
286
- #: class.yith-wcwl-init.php:1052
 
 
 
 
 
287
  msgid "Share on Google+"
288
  msgstr "Google+'da Paylaş"
289
 
290
- #: class.yith-wcwl-init.php:1059
291
  msgid "Share by Email"
292
  msgstr ""
293
 
294
- #: class.yith-wcwl-init.php:1066
295
- msgid "Socials title"
 
 
 
 
 
 
296
  msgstr "Sosyal medya başlığı"
297
 
298
- #: class.yith-wcwl-init.php:1074
299
- msgid "Socials text"
 
300
  msgstr "Sosyal medya metni"
301
 
302
- #: class.yith-wcwl-init.php:1075
303
  msgid ""
304
  "Will be used by Facebook, Twitter and Pinterest. Use <strong>%wishlist_url%</"
305
  "strong> where you want the URL of your wishlist to appear."
@@ -308,158 +340,1237 @@ msgstr ""
308
  "görünmesini istediğiniz yer için <strong>%wishlist_url%</strong> URL'ini "
309
  "kullanın."
310
 
311
- #: class.yith-wcwl-init.php:1083
312
- msgid "Socials image URL"
 
313
  msgstr "Sosyal medya resim URL'i"
314
 
315
- #: class.yith-wcwl-install.php:136
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
316
  msgctxt "page_slug"
317
  msgid "wishlist"
318
  msgstr "istek-listem"
319
 
320
- #: class.yith-wcwl-ui.php:67 class.yith-wcwl.php:351 yith-wcwl-ajax.php:47
 
 
 
 
 
 
321
  msgid "Product added!"
322
  msgstr "Ürün eklendi!"
323
 
324
- #: class.yith-wcwl-ui.php:67 class.yith-wcwl-ui.php:68
 
325
  msgid "Browse Wishlist"
326
  msgstr "İstek Listesini Görüntüle"
327
 
328
- #: class.yith-wcwl-ui.php:68
329
  msgid "The product is already in the wishlist!"
330
  msgstr "Ürün zaten istek listenizde bulunuyor!"
331
 
332
- #: class.yith-wcwl-ui.php:100
333
  msgid "Select options"
334
  msgstr "Seçenekler"
335
 
336
- #: class.yith-wcwl-ui.php:145
337
- msgid "Share on:"
338
- msgstr "Paylaşım seçenekleri:"
339
-
340
- #: class.yith-wcwl-ui.php:149
341
  msgid "Facebook"
342
  msgstr "Facebook"
343
 
344
- #: class.yith-wcwl-ui.php:152
345
  msgid "Twitter"
346
  msgstr "Twitter"
347
 
348
- #: class.yith-wcwl-ui.php:161
349
  msgid "email"
350
  msgstr ""
351
 
352
- #: class.yith-wcwl.php:140
353
  msgid "Error occurred while adding product to wishlist."
354
  msgstr "Ürün istek listenize eklenirken bir hata meydana geldi."
355
 
356
- #: class.yith-wcwl.php:162
 
 
 
 
357
  msgid "Error occurred while removing product from wishlist"
358
  msgstr "Ürün istek listenizden kaldırılırken bir hata meydana geldi."
359
 
360
- #: class.yith-wcwl.php:353 yith-wcwl-ajax.php:49
 
 
 
 
361
  msgid "Product already in the wishlist."
362
  msgstr "Ürün zaten istek listenizde."
363
 
364
- #: class.yith-wcwl.php:370 yith-wcwl-ajax.php:30
365
  msgid "Product successfully removed."
366
  msgstr "Ürün başarıyla kaldırıldı."
367
 
368
- #: class.yith-wcwl.php:373 yith-wcwl-ajax.php:33
369
  msgid "Error. Unable to remove the product from the wishlist."
370
  msgstr "Hata. Ürün istek listenizden kaldırılamadı. "
371
 
372
- #: class.yith-wcwl.php:377 yith-wcwl-ajax.php:37 templates/wishlist.php:161
373
  msgid "No products were added to the wishlist"
374
  msgstr "İstek listesinde herhangi bir ürün bulunmuyor"
375
 
376
- #: templates/wishlist.php:82
377
- msgid "Product Name"
378
- msgstr "Ürün Adı"
 
 
 
 
379
 
380
- #: templates/wishlist.php:83
381
- msgid "Unit Price"
382
- msgstr "Birim Fiyatı"
 
 
383
 
384
- #: templates/wishlist.php:84
385
- msgid "Stock Status"
386
- msgstr "Stok Durumu"
 
 
 
 
387
 
388
- #: templates/wishlist.php:107
389
- msgid "Remove this product"
390
- msgstr "Bu ürünü kaldır"
 
 
391
 
392
- #: templates/wishlist.php:127
393
- msgid "Free!"
394
- msgstr "Ücretsiz!"
 
 
395
 
396
- #: templates/wishlist.php:140
397
- msgid "Out of Stock"
398
- msgstr "Stok Dışı"
 
 
 
 
399
 
400
- #: templates/wishlist.php:143
401
- msgid "In Stock"
402
- msgstr "Stokta"
 
 
403
 
404
- #: yit-common/yith-panel.php:406
405
- msgid "Select a date"
406
- msgstr "Tarih Seçimi"
 
 
407
 
408
- #: yit-common/yith-panel.php:407
409
- msgid "Hours"
410
- msgstr "Saat"
 
 
411
 
412
- #: yit-common/yith-panel.php:408 yit-common/yith-panel.php:409
413
- msgid "Minutes"
414
- msgstr "Dakika"
 
 
415
 
416
- #: yit-common/yith-panel.php:417
417
- msgid "Upload"
418
- msgstr "Yükle"
 
419
 
420
- #: yit-common/yith-panel.php:444
421
- msgid "px"
422
- msgstr "px"
423
 
424
- #: yit-common/yith-panel.php:445
425
- msgid "em"
426
- msgstr "em"
427
 
428
- #: yit-common/yith-panel.php:446
429
- msgid "pt"
430
- msgstr "pt"
431
 
432
- #: yit-common/yith-panel.php:447
433
- msgid "rem"
434
- msgstr "rem"
435
 
436
- #: yit-common/yith-panel.php:457
437
- msgid "Select a font family"
438
- msgstr "Font ailesi seçimi"
439
 
440
- #: yit-common/yith-panel.php:465
441
- msgid "Regular"
442
- msgstr "Normal"
443
 
444
- #: yit-common/yith-panel.php:466
445
- msgid "Bold"
446
- msgstr "Kalın"
447
 
448
- #: yit-common/yith-panel.php:467
449
- msgid "Extra bold"
450
- msgstr "Ekstra kalın"
451
 
452
- #: yit-common/yith-panel.php:468
453
- msgid "Italic"
454
- msgstr "İtalik"
455
 
456
- #: yit-common/yith-panel.php:469
457
- msgid "Italic bold"
458
- msgstr "İtalik Kalın"
459
 
460
- #: yit-common/yith-panel.php:481
461
- msgid "Click to preview"
462
- msgstr "Önizleme için tıklayın"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
463
 
464
  #~ msgid "View Cart &rarr;"
465
  #~ msgstr "Warenkorb ansehen"
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Wishlist v1.0.3\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-02-12 13:15+0100\n"
6
+ "PO-Revision-Date: 2015-02-12 13:15+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"
19
  "X-Generator: Poedit 1.5.5\n"
20
  "X-Poedit-SearchPath-0: .\n"
21
 
22
+ #: init.php:128
23
+ msgid ""
24
+ "YITH WooCommerce Wishlist is enabled but not effective. It requires "
25
+ "Woocommerce in order to work."
26
+ msgstr ""
 
 
27
 
28
+ #: init.php:138
29
+ msgid ""
30
+ "You can't activate the free version of YITH WooCommerce Wishlist while you "
31
+ "are using the premium one."
32
+ msgstr ""
33
 
34
+ #: includes/class.yith-wcwl-admin-init.php:177
35
+ #: includes/class.yith-wcwl-admin-init.php:1054
36
+ #: includes/class.yith-wcwl-admin-init.php:1055
37
+ #: includes/class.yith-wcwl-install.php:240
38
+ msgid "Wishlist"
39
+ msgstr "İstek Listesi"
40
 
41
+ #: includes/class.yith-wcwl-admin-init.php:179
42
+ #: includes/class.yith-wcwl-admin-init.php:277
43
+ #: plugin-fw/lib/yit-cpt-unlimited.php:1048
44
+ #: plugin-fw/lib/yit-cpt-unlimited.php:1196
45
+ #: plugin-fw/lib/yit-cpt-unlimited.php:1202
46
+ #: plugin-fw/lib/yit-plugin-panel.php:62
47
+ msgid "Settings"
48
+ msgstr "Ayarlar"
49
 
50
+ #: includes/class.yith-wcwl-admin-init.php:180
51
+ #: includes/class.yith-wcwl-admin-init.php:244
52
  msgid "Colors"
53
  msgstr "Renkler"
54
 
55
+ #: includes/class.yith-wcwl-admin-init.php:181
56
+ #: includes/class.yith-wcwl-admin-init.php:281
57
+ msgid "Premium Version"
58
+ msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
59
 
60
+ #: includes/class.yith-wcwl-admin-init.php:305
61
+ msgid ""
62
+ "WARNING: This plugin requires at least WooCommerce 2.2! Plase, use this link "
63
+ "to update it."
64
+ msgstr ""
65
 
66
+ #: includes/class.yith-wcwl-admin-init.php:308
67
+ msgid "WARNING: This plugin requires at least WooCommerce 2.2!"
68
+ msgstr ""
69
 
70
+ #: includes/class.yith-wcwl-admin-init.php:313
71
+ msgid "Plugin Documentation"
72
+ msgstr ""
73
 
74
+ #: includes/class.yith-wcwl-admin-init.php:329
75
+ msgid "Wishlist Page"
76
+ msgstr "İstek Listesi Sayfası"
77
 
78
+ #: includes/class.yith-wcwl-admin-init.php:330
79
+ msgid "Page contents: [yith_wcwl_wishlist]"
80
+ msgstr "Sayfa içeriği: [yith_wcwl_wishlist]"
81
 
82
+ #: includes/class.yith-wcwl-admin-init.php:596
83
+ msgid "Upgrade to the PREMIUM VERSION"
84
+ msgstr ""
85
 
86
+ #: includes/class.yith-wcwl-admin-init.php:599
87
+ msgid "YITH WooCommerce Wishlist"
88
+ msgstr ""
89
 
90
+ #: includes/class.yith-wcwl-admin-init.php:600
91
+ msgid "Discover the Advanced Features"
92
+ msgstr ""
93
 
94
+ #: includes/class.yith-wcwl-admin-init.php:601
95
+ msgid ""
96
+ "Upgrade to the PREMIUM VERSION\n"
97
+ "of YITH WOOCOMMERCE WISHLIST to benefit from all features!"
98
+ msgstr ""
99
 
100
+ #: includes/class.yith-wcwl-admin-init.php:608
101
+ msgid "Get Support and Pro Features"
102
+ msgstr ""
103
 
104
+ #: includes/class.yith-wcwl-admin-init.php:609
105
+ msgid ""
106
+ "By purchasing the premium version of the plugin, you will take advantage of "
107
+ "the advanced features of the product and you will get one year of free "
108
+ "updates and support through our platform available 24h/24."
109
+ msgstr ""
110
 
111
+ #: includes/class.yith-wcwl-admin-init.php:619
112
+ msgid "General Settings"
113
+ msgstr "Genel Ayarlar"
114
 
115
+ #: includes/class.yith-wcwl-admin-init.php:626
116
  msgid "Enable YITH Wishlist"
117
  msgstr "YITH İstek Listesi Etkin"
118
 
119
+ #: includes/class.yith-wcwl-admin-init.php:627
120
  #, php-format
121
  msgid ""
122
  "Enable all plugin features. <strong>Be sure to select a voice in the "
124
  "\" target=\"_blank\">documentation</a>."
125
  msgstr ""
126
 
127
+ #: includes/class.yith-wcwl-admin-init.php:634
128
+ #, fuzzy
129
+ msgid "Default wishlist title"
 
 
 
 
 
 
 
 
 
 
 
130
  msgstr "İstek listesi başlığı"
131
 
132
+ #: includes/class.yith-wcwl-admin-init.php:636
133
+ #: includes/class.yith-wcwl-admin-init.php:637
134
+ #: includes/class.yith-wcwl-admin-init.php:854
135
+ #: includes/class.yith-wcwl-admin-init.php:855
136
  #, php-format
137
  msgid "My wishlist on %s"
138
  msgstr "%s üzerinde istek listem"
139
 
140
+ #: includes/class.yith-wcwl-admin-init.php:645
141
  msgid "Position"
142
  msgstr "Pozisyon"
143
 
144
+ #: includes/class.yith-wcwl-admin-init.php:646
145
  msgid ""
146
  "On variable products you can add it only After \"Add to Cart\" or use the "
147
  "shortcode [yith_wcwl_add_to_wishlist]."
148
  msgstr ""
149
 
150
+ #: includes/class.yith-wcwl-admin-init.php:652
151
  msgid "After \"Add to cart\""
152
  msgstr "\"Sepete Ekle\"den sonra"
153
 
154
+ #: includes/class.yith-wcwl-admin-init.php:653
155
  msgid "After thumbnails"
156
  msgstr "Küçük resimlerden sonra"
157
 
158
+ #: includes/class.yith-wcwl-admin-init.php:654
159
  msgid "After summary"
160
  msgstr "Özet bilgisinden sonra"
161
 
162
+ #: includes/class.yith-wcwl-admin-init.php:655
163
  msgid "Use shortcode"
164
  msgstr "Kısa kod kullan"
165
 
166
+ #: includes/class.yith-wcwl-admin-init.php:660
167
  msgid "Redirect to cart"
168
  msgstr "Sepete yönlendir"
169
 
170
+ #: includes/class.yith-wcwl-admin-init.php:661
171
  msgid ""
172
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
173
  "page."
175
  "Eğer istek listesindeki bir ürün için \"Sepete Ekle\" butonuna tıklanırsa "
176
  "sepet sayfasına git."
177
 
178
+ #: includes/class.yith-wcwl-admin-init.php:668
179
  msgid "Remove if added to the cart"
180
  msgstr "Sepete eklenmişse kaldır"
181
 
182
+ #: includes/class.yith-wcwl-admin-init.php:669
183
  msgid "Remove the product from the wishlist if is been added to the cart."
184
  msgstr "Eğer ürün sepete eklenirse istek listesinden kaldır."
185
 
186
+ #: includes/class.yith-wcwl-admin-init.php:676
187
  msgid "\"Add to Wishlist\" text"
188
  msgstr "\"İstek Listeme Ekle\" metni"
189
 
190
+ #: includes/class.yith-wcwl-admin-init.php:678
191
+ #: includes/class.yith-wcwl-admin-init.php:679
192
  msgid "Add to Wishlist"
193
  msgstr "İstek Listeme Ekle"
194
 
195
+ #: includes/class.yith-wcwl-admin-init.php:684
196
  msgid "\"Add to Cart\" text"
197
  msgstr "\"Sepete Ekle\" metni"
198
 
199
+ #: includes/class.yith-wcwl-admin-init.php:686
200
+ #: includes/class.yith-wcwl-admin-init.php:687
201
  msgid "Add to Cart"
202
  msgstr "Sepete Ekle"
203
 
204
+ #: includes/class.yith-wcwl-admin-init.php:692
205
  msgid "Show Unit price"
206
  msgstr "Birim Fiyatını Göster"
207
 
208
+ #: includes/class.yith-wcwl-admin-init.php:693
209
+ msgid "Show unit price for each product in wishlist"
210
+ msgstr ""
211
+
212
+ #: includes/class.yith-wcwl-admin-init.php:701
213
  msgid "Show \"Add to Cart\" button"
214
  msgstr "\"Sepete Ekle\" butonunu göster"
215
 
216
+ #: includes/class.yith-wcwl-admin-init.php:702
217
+ #, fuzzy
218
+ msgid "Show \"Add to cart\" button for each product in wishlist"
219
+ msgstr "\"Sepete Ekle\" buton arkaplanı"
220
+
221
+ #: includes/class.yith-wcwl-admin-init.php:710
222
  msgid "Show Stock status"
223
  msgstr "Stok durumunu göster"
224
 
225
+ #: includes/class.yith-wcwl-admin-init.php:711
226
+ msgid ""
227
+ "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
228
+ msgstr ""
229
+
230
+ #: includes/class.yith-wcwl-admin-init.php:734
231
+ msgid "Styles"
232
+ msgstr "Stiller"
233
+
234
+ #: includes/class.yith-wcwl-admin-init.php:741
235
  msgid "Use buttons"
236
  msgstr "Butonları kullan"
237
 
238
+ #: includes/class.yith-wcwl-admin-init.php:742
239
  msgid "Use buttons instead of a simple anchors."
240
  msgstr "Basit bağlantılar yerine buton kullanın."
241
 
242
+ #: includes/class.yith-wcwl-admin-init.php:749
243
  msgid "Custom CSS"
244
  msgstr "Özel CSS"
245
 
246
+ #: includes/class.yith-wcwl-admin-init.php:757
247
  msgid "Use theme style"
248
  msgstr "Tema stilini kullan"
249
 
250
+ #: includes/class.yith-wcwl-admin-init.php:758
251
  msgid "Use the theme style."
252
  msgstr "Tema stilini kullan."
253
 
254
+ #: includes/class.yith-wcwl-admin-init.php:765
255
+ #, fuzzy
256
+ msgid "Button rounded corners"
257
  msgstr "Yuvarlak köşeli butonlar"
258
 
259
+ #: includes/class.yith-wcwl-admin-init.php:766
260
  msgid "Make buttons corner rounded"
261
  msgstr "Butonların köşelerini yuvarlaklaştır"
262
 
263
+ #: includes/class.yith-wcwl-admin-init.php:773
264
  msgid "\"Add to Wishlist\" icon"
265
  msgstr "\"İstek Listeme Ekle\" simgesi"
266
 
267
+ #: includes/class.yith-wcwl-admin-init.php:774
268
  msgid "Add an icon to the \"Add to Wishlist\" button"
269
  msgstr "\"İstek Listeme Ekle\" butonuna bir simge ekleyin"
270
 
271
+ #: includes/class.yith-wcwl-admin-init.php:785
272
  msgid "\"Add to Cart\" icon"
273
  msgstr "\"Sepete Ekle\" simgesi"
274
 
275
+ #: includes/class.yith-wcwl-admin-init.php:786
276
  msgid "Add an icon to the \"Add to Cart\" button"
277
  msgstr "\"Sepete Ekle\" butonuna bir simge ekleyin"
278
 
279
+ #: includes/class.yith-wcwl-admin-init.php:805
280
+ msgid "Socials &amp; Share"
281
+ msgstr "Sosyal &amp; Paylaşım"
282
+
283
+ #: includes/class.yith-wcwl-admin-init.php:812
284
  msgid "Share on Facebook"
285
  msgstr "Facebook'ta Paylaş"
286
 
287
+ #: includes/class.yith-wcwl-admin-init.php:813
288
+ #: includes/class.yith-wcwl-admin-init.php:837
289
+ #, fuzzy
290
+ msgid "Show \"Share on Facebook\" button"
291
+ msgstr "Facebook'ta Paylaş"
292
+
293
+ #: includes/class.yith-wcwl-admin-init.php:820
294
  msgid "Tweet on Twitter"
295
  msgstr "Twitter'da Tweetle"
296
 
297
+ #: includes/class.yith-wcwl-admin-init.php:821
298
+ #, fuzzy
299
+ msgid "Show \"Tweet on Twitter\" button"
300
+ msgstr "Twitter'da Tweetle"
301
+
302
+ #: includes/class.yith-wcwl-admin-init.php:828
303
  msgid "Pin on Pinterest"
304
  msgstr "Pinterest'te Pinle"
305
 
306
+ #: includes/class.yith-wcwl-admin-init.php:829
307
+ #, fuzzy
308
+ msgid "Show \"Pin on Pinterest\" button"
309
+ msgstr "Pinterest'te Pinle"
310
+
311
+ #: includes/class.yith-wcwl-admin-init.php:836
312
  msgid "Share on Google+"
313
  msgstr "Google+'da Paylaş"
314
 
315
+ #: includes/class.yith-wcwl-admin-init.php:844
316
  msgid "Share by Email"
317
  msgstr ""
318
 
319
+ #: includes/class.yith-wcwl-admin-init.php:845
320
+ #, fuzzy
321
+ msgid "Show \"Share by Email\" button"
322
+ msgstr "\"Sepete Ekle\" butonunu göster"
323
+
324
+ #: includes/class.yith-wcwl-admin-init.php:852
325
+ #, fuzzy
326
+ msgid "Social title"
327
  msgstr "Sosyal medya başlığı"
328
 
329
+ #: includes/class.yith-wcwl-admin-init.php:860
330
+ #, fuzzy
331
+ msgid "Social text"
332
  msgstr "Sosyal medya metni"
333
 
334
+ #: includes/class.yith-wcwl-admin-init.php:861
335
  msgid ""
336
  "Will be used by Facebook, Twitter and Pinterest. Use <strong>%wishlist_url%</"
337
  "strong> where you want the URL of your wishlist to appear."
340
  "görünmesini istediğiniz yer için <strong>%wishlist_url%</strong> URL'ini "
341
  "kullanın."
342
 
343
+ #: includes/class.yith-wcwl-admin-init.php:869
344
+ #, fuzzy
345
+ msgid "Social image URL"
346
  msgstr "Sosyal medya resim URL'i"
347
 
348
+ #: includes/class.yith-wcwl-admin-init.php:905
349
+ #, fuzzy
350
+ msgid "\"Add to wishlist\" button"
351
+ msgstr "\"İstek Listeme Ekle\" buton metni"
352
+
353
+ #: includes/class.yith-wcwl-admin-init.php:908
354
+ #: includes/class.yith-wcwl-admin-init.php:926
355
+ #: includes/class.yith-wcwl-admin-init.php:944
356
+ #: includes/class.yith-wcwl-admin-init.php:962
357
+ #: includes/class.yith-wcwl-admin-init.php:980
358
+ msgid "Background"
359
+ msgstr ""
360
+
361
+ #: includes/class.yith-wcwl-admin-init.php:909
362
+ #: includes/class.yith-wcwl-admin-init.php:927
363
+ #: includes/class.yith-wcwl-admin-init.php:945
364
+ #: includes/class.yith-wcwl-admin-init.php:963
365
+ #: includes/class.yith-wcwl-admin-init.php:981
366
+ msgid "Text"
367
+ msgstr ""
368
+
369
+ #: includes/class.yith-wcwl-admin-init.php:910
370
+ #: includes/class.yith-wcwl-admin-init.php:928
371
+ #: includes/class.yith-wcwl-admin-init.php:946
372
+ #: includes/class.yith-wcwl-admin-init.php:964
373
+ #: includes/class.yith-wcwl-admin-init.php:982
374
+ msgid "Border"
375
+ msgstr ""
376
+
377
+ #: includes/class.yith-wcwl-admin-init.php:917
378
+ #: includes/class.yith-wcwl-admin-init.php:935
379
+ #: includes/class.yith-wcwl-admin-init.php:953
380
+ #: includes/class.yith-wcwl-admin-init.php:971
381
+ msgid "Background (hover)"
382
+ msgstr ""
383
+
384
+ #: includes/class.yith-wcwl-admin-init.php:918
385
+ #: includes/class.yith-wcwl-admin-init.php:936
386
+ #: includes/class.yith-wcwl-admin-init.php:954
387
+ #: includes/class.yith-wcwl-admin-init.php:972
388
+ msgid "Text (hover)"
389
+ msgstr ""
390
+
391
+ #: includes/class.yith-wcwl-admin-init.php:919
392
+ #: includes/class.yith-wcwl-admin-init.php:937
393
+ #: includes/class.yith-wcwl-admin-init.php:955
394
+ #: includes/class.yith-wcwl-admin-init.php:973
395
+ msgid "Border (hover)"
396
+ msgstr ""
397
+
398
+ #: includes/class.yith-wcwl-admin-init.php:923
399
+ #, fuzzy
400
+ msgid "\"Add to Cart\" button"
401
+ msgstr "\"Sepete Ekle\" buton metni"
402
+
403
+ #: includes/class.yith-wcwl-admin-init.php:941
404
+ msgid "\"Style 1\" button"
405
+ msgstr ""
406
+
407
+ #: includes/class.yith-wcwl-admin-init.php:959
408
+ msgid "\"Style 2\" button"
409
+ msgstr ""
410
+
411
+ #: includes/class.yith-wcwl-admin-init.php:977
412
+ #, fuzzy
413
+ msgid "Wishlist table"
414
+ msgstr "İstek listesi başlığı"
415
+
416
+ #: includes/class.yith-wcwl-admin-init.php:986
417
+ msgid "Headers"
418
+ msgstr ""
419
+
420
+ #: includes/class.yith-wcwl-admin-init.php:989
421
+ msgid "Background color"
422
+ msgstr ""
423
+
424
+ #: includes/class.yith-wcwl-admin-init.php:1116
425
+ #, fuzzy
426
+ msgid "Wishlist Activated"
427
+ msgstr "İstek listesi başlığı"
428
+
429
+ #: includes/class.yith-wcwl-admin-init.php:1117
430
+ #, php-format
431
+ msgid ""
432
+ "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
433
+ "can access to all the settings of our plugins that you have activated. "
434
+ "Wishlist is available in an outstanding PREMIUM version with many new "
435
+ "options, <a href=\"%s\">discover it now</a>."
436
+ msgstr ""
437
+
438
+ #: includes/class.yith-wcwl-admin-init.php:1128
439
+ #, fuzzy
440
+ msgid "Wishlist Updated"
441
+ msgstr "İstek Listesi Sayfası"
442
+
443
+ #: includes/class.yith-wcwl-admin-init.php:1129
444
+ #, php-format
445
+ msgid ""
446
+ "From now on, you can find all the options of Wishlist under YIT Plugin -> "
447
+ "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
448
+ "version. When one of our plugins updates, a new voice will be added to this "
449
+ "menu. Wishlist renovates with new available options, <a href=\"%s\">discover "
450
+ "the PREMIUM version.</a>"
451
+ msgstr ""
452
+
453
+ #: includes/class.yith-wcwl-init.php:341
454
+ msgid ""
455
+ "We are sorry,but this feature is available only if cookies on your browser "
456
+ "are enabled."
457
+ msgstr ""
458
+
459
+ #: includes/class.yith-wcwl-install.php:239
460
  msgctxt "page_slug"
461
  msgid "wishlist"
462
  msgstr "istek-listem"
463
 
464
+ #: includes/class.yith-wcwl-shortcode.php:225
465
+ #: includes/class.yith-wcwl-ui.php:161
466
+ msgid "Share on:"
467
+ msgstr "Paylaşım seçenekleri:"
468
+
469
+ #: includes/class.yith-wcwl-ui.php:81 includes/class.yith-wcwl.php:1143
470
+ #: templates/add-to-wishlist.php:21
471
  msgid "Product added!"
472
  msgstr "Ürün eklendi!"
473
 
474
+ #: includes/class.yith-wcwl-ui.php:81 includes/class.yith-wcwl-ui.php:82
475
+ #: templates/add-to-wishlist.php:23 templates/add-to-wishlist.php:30
476
  msgid "Browse Wishlist"
477
  msgstr "İstek Listesini Görüntüle"
478
 
479
+ #: includes/class.yith-wcwl-ui.php:82 templates/add-to-wishlist.php:28
480
  msgid "The product is already in the wishlist!"
481
  msgstr "Ürün zaten istek listenizde bulunuyor!"
482
 
483
+ #: includes/class.yith-wcwl-ui.php:116 includes/class.yith-wcwl-ui.php:200
484
  msgid "Select options"
485
  msgstr "Seçenekler"
486
 
487
+ #: includes/class.yith-wcwl-ui.php:165 templates/share.php:16
 
 
 
 
488
  msgid "Facebook"
489
  msgstr "Facebook"
490
 
491
+ #: includes/class.yith-wcwl-ui.php:168 templates/share.php:22
492
  msgid "Twitter"
493
  msgstr "Twitter"
494
 
495
+ #: includes/class.yith-wcwl-ui.php:177
496
  msgid "email"
497
  msgstr ""
498
 
499
+ #: includes/class.yith-wcwl.php:192 includes/class.yith-wcwl.php:276
500
  msgid "Error occurred while adding product to wishlist."
501
  msgstr "Ürün istek listenize eklenirken bir hata meydana geldi."
502
 
503
+ #: includes/class.yith-wcwl.php:291
504
+ msgid "Remove now does not require any param"
505
+ msgstr ""
506
+
507
+ #: includes/class.yith-wcwl.php:325
508
  msgid "Error occurred while removing product from wishlist"
509
  msgstr "Ürün istek listenizden kaldırılırken bir hata meydana geldi."
510
 
511
+ #: includes/class.yith-wcwl.php:603
512
+ msgid "You need to log in before creating a new wishlist"
513
+ msgstr ""
514
+
515
+ #: includes/class.yith-wcwl.php:1146
516
  msgid "Product already in the wishlist."
517
  msgstr "Ürün zaten istek listenizde."
518
 
519
+ #: includes/class.yith-wcwl.php:1178
520
  msgid "Product successfully removed."
521
  msgstr "Ürün başarıyla kaldırıldı."
522
 
523
+ #: includes/class.yith-wcwl.php:1182
524
  msgid "Error. Unable to remove the product from the wishlist."
525
  msgstr "Hata. Ürün istek listenizden kaldırılamadı. "
526
 
527
+ #: includes/class.yith-wcwl.php:1186 templates/wishlist-view.php:165
528
  msgid "No products were added to the wishlist"
529
  msgstr "İstek listesinde herhangi bir ürün bulunmuyor"
530
 
531
+ #: plugin-fw/lib/yit-cpt-unlimited.php:460
532
+ #: plugin-fw/lib/yit-cpt-unlimited.php:574
533
+ #: plugin-fw/lib/yit-cpt-unlimited.php:719
534
+ #: plugin-fw/lib/yit-cpt-unlimited.php:1632
535
+ #, php-format
536
+ msgid "Add %s"
537
+ msgstr ""
538
 
539
+ #: plugin-fw/lib/yit-cpt-unlimited.php:461
540
+ #: plugin-fw/lib/yit-cpt-unlimited.php:575
541
+ #, php-format
542
+ msgid "Add New %s"
543
+ msgstr ""
544
 
545
+ #: plugin-fw/lib/yit-cpt-unlimited.php:462
546
+ #: plugin-fw/lib/yit-cpt-unlimited.php:576
547
+ #: plugin-fw/lib/yit-cpt-unlimited.php:1267
548
+ #: plugin-fw/lib/yit-cpt-unlimited.php:1304
549
+ #, php-format
550
+ msgid "Edit %s"
551
+ msgstr ""
552
 
553
+ #: plugin-fw/lib/yit-cpt-unlimited.php:463
554
+ #: plugin-fw/lib/yit-cpt-unlimited.php:577
555
+ #, php-format
556
+ msgid "New %s"
557
+ msgstr ""
558
 
559
+ #: plugin-fw/lib/yit-cpt-unlimited.php:464
560
+ #: plugin-fw/lib/yit-cpt-unlimited.php:578
561
+ #, php-format
562
+ msgid "All %s"
563
+ msgstr ""
564
 
565
+ #: plugin-fw/lib/yit-cpt-unlimited.php:465
566
+ #: plugin-fw/lib/yit-cpt-unlimited.php:579
567
+ #: plugin-fw/lib/yit-cpt-unlimited.php:1251
568
+ #: plugin-fw/lib/yit-cpt-unlimited.php:1305
569
+ #, php-format
570
+ msgid "View %s"
571
+ msgstr ""
572
 
573
+ #: plugin-fw/lib/yit-cpt-unlimited.php:466
574
+ #: plugin-fw/lib/yit-cpt-unlimited.php:580
575
+ #, php-format
576
+ msgid "Search %s"
577
+ msgstr ""
578
 
579
+ #: plugin-fw/lib/yit-cpt-unlimited.php:467
580
+ #: plugin-fw/lib/yit-cpt-unlimited.php:581
581
+ #, php-format
582
+ msgid "No %s found"
583
+ msgstr ""
584
 
585
+ #: plugin-fw/lib/yit-cpt-unlimited.php:468
586
+ #: plugin-fw/lib/yit-cpt-unlimited.php:582
587
+ #, php-format
588
+ msgid "No %s found in Trash"
589
+ msgstr ""
590
 
591
+ #: plugin-fw/lib/yit-cpt-unlimited.php:625
592
+ #, php-format
593
+ msgctxt "taxonomy general name"
594
+ msgid "%s Categories"
595
+ msgstr ""
596
 
597
+ #: plugin-fw/lib/yit-cpt-unlimited.php:626
598
+ msgctxt "taxonomy singular name"
599
+ msgid "Category"
600
+ msgstr ""
601
 
602
+ #: plugin-fw/lib/yit-cpt-unlimited.php:627
603
+ msgid "Search Categories"
604
+ msgstr ""
605
 
606
+ #: plugin-fw/lib/yit-cpt-unlimited.php:628
607
+ msgid "All Categories"
608
+ msgstr ""
609
 
610
+ #: plugin-fw/lib/yit-cpt-unlimited.php:629
611
+ msgid "Parent Category"
612
+ msgstr ""
613
 
614
+ #: plugin-fw/lib/yit-cpt-unlimited.php:630
615
+ msgid "Parent Category:"
616
+ msgstr ""
617
 
618
+ #: plugin-fw/lib/yit-cpt-unlimited.php:631
619
+ msgid "Edit Category"
620
+ msgstr ""
621
 
622
+ #: plugin-fw/lib/yit-cpt-unlimited.php:632
623
+ msgid "Update Category"
624
+ msgstr ""
625
 
626
+ #: plugin-fw/lib/yit-cpt-unlimited.php:633
627
+ msgid "Add New Category"
628
+ msgstr ""
629
 
630
+ #: plugin-fw/lib/yit-cpt-unlimited.php:634
631
+ msgid "New Category Name"
632
+ msgstr ""
633
 
634
+ #: plugin-fw/lib/yit-cpt-unlimited.php:635
635
+ msgid "Category"
636
+ msgstr ""
637
 
638
+ #: plugin-fw/lib/yit-cpt-unlimited.php:724
639
+ msgid "Categories"
640
+ msgstr ""
641
 
642
+ #: plugin-fw/lib/yit-cpt-unlimited.php:1042
643
+ #, fuzzy, php-format
644
+ msgid "%s Settings"
645
+ msgstr "Ayarlar"
646
+
647
+ #: plugin-fw/lib/yit-cpt-unlimited.php:1051
648
+ msgid "Type"
649
+ msgstr ""
650
+
651
+ #: plugin-fw/lib/yit-cpt-unlimited.php:1052
652
+ msgid "The layout for this "
653
+ msgstr ""
654
+
655
+ #: plugin-fw/lib/yit-cpt-unlimited.php:1058
656
+ msgid "Rewrite"
657
+ msgstr ""
658
+
659
+ #: plugin-fw/lib/yit-cpt-unlimited.php:1059
660
+ msgid "The word used for the URL of each project (the slug of post if empty)"
661
+ msgstr ""
662
+
663
+ #: plugin-fw/lib/yit-cpt-unlimited.php:1064
664
+ msgid "Label Singular"
665
+ msgstr ""
666
+
667
+ #: plugin-fw/lib/yit-cpt-unlimited.php:1065
668
+ msgid ""
669
+ "Set the label in singular to use for each label (the title of portfolio if "
670
+ "empty)"
671
+ msgstr ""
672
+
673
+ #: plugin-fw/lib/yit-cpt-unlimited.php:1070
674
+ msgid "Label Plural"
675
+ msgstr ""
676
+
677
+ #: plugin-fw/lib/yit-cpt-unlimited.php:1071
678
+ msgid ""
679
+ "Set the label in plural to use for each label (the title of portfolio if "
680
+ "empty)"
681
+ msgstr ""
682
+
683
+ #: plugin-fw/lib/yit-cpt-unlimited.php:1076
684
+ msgid "Taxonomy"
685
+ msgstr ""
686
+
687
+ #: plugin-fw/lib/yit-cpt-unlimited.php:1077
688
+ msgid ""
689
+ "If you want to use a category section for the portfolio, set the name of "
690
+ "taxonomy. Name should be in slug form (must not contain capital letters or "
691
+ "spaces) and not more than 32 characters long (database structure "
692
+ "restriction)."
693
+ msgstr ""
694
+
695
+ #: plugin-fw/lib/yit-cpt-unlimited.php:1082
696
+ msgid "Taxonomy Rewrite"
697
+ msgstr ""
698
+
699
+ #: plugin-fw/lib/yit-cpt-unlimited.php:1083
700
+ msgid "Set the word to use in the URL for each category page."
701
+ msgstr ""
702
+
703
+ #: plugin-fw/lib/yit-cpt-unlimited.php:1088
704
+ msgid "Single layout"
705
+ msgstr ""
706
+
707
+ #: plugin-fw/lib/yit-cpt-unlimited.php:1089
708
+ msgid "The layout for single page of this portfolio"
709
+ msgstr ""
710
+
711
+ #: plugin-fw/lib/yit-cpt-unlimited.php:1130
712
+ #, fuzzy
713
+ msgid "layout settings"
714
+ msgstr "Ayarlar"
715
+
716
+ #: plugin-fw/lib/yit-cpt-unlimited.php:1222
717
+ #: plugin-fw/lib/yit-cpt-unlimited.php:1235
718
+ msgid "Quick links"
719
+ msgstr ""
720
+
721
+ #: plugin-fw/lib/yit-cpt-unlimited.php:1475
722
+ #, php-format
723
+ msgid "Show the frontend of the %s"
724
+ msgstr ""
725
+
726
+ #: plugin-fw/lib/yit-cpt-unlimited.php:1482
727
+ #: plugin-fw/templates/metaboxes/types/customtabs.php:46
728
+ #: plugin-fw/templates/metaboxes/types/customtabs.php:90
729
+ msgid "Name"
730
+ msgstr ""
731
+
732
+ #: plugin-fw/lib/yit-cpt-unlimited.php:1631
733
+ #, php-format
734
+ msgid "Add %s by images"
735
+ msgstr ""
736
+
737
+ #: plugin-fw/lib/yit-cpt-unlimited.php:1633
738
+ msgid "Add with multiupload"
739
+ msgstr ""
740
+
741
+ #: plugin-fw/lib/yit-plugin-panel-wc.php:303
742
+ msgid "The changes you made will be lost if you navigate away from this page."
743
+ msgstr ""
744
+
745
+ #: plugin-fw/lib/yit-plugin-panel.php:61
746
+ #, fuzzy
747
+ msgid "Plugin Settings"
748
+ msgstr "Ayarlar"
749
+
750
+ #: plugin-fw/lib/yit-plugin-panel.php:92
751
+ #: plugin-fw/lib/yit-plugin-subpanel.php:101
752
+ msgid "YIT Plugins"
753
+ msgstr ""
754
+
755
+ #: plugin-fw/lib/yit-plugin-panel.php:271
756
+ #: plugin-fw/lib/yit-plugin-subpanel.php:142
757
+ #: plugin-fw/templates/panel/woocommerce/woocommerce-form.php:5
758
+ msgid "Save Changes"
759
+ msgstr ""
760
+
761
+ #: plugin-fw/lib/yit-plugin-panel.php:274
762
+ #: plugin-fw/lib/yit-plugin-subpanel.php:145
763
+ #: plugin-fw/templates/panel/woocommerce/woocommerce-form.php:8
764
+ msgid ""
765
+ "If you continue with this action, you will reset all options are in this "
766
+ "page."
767
+ msgstr ""
768
+
769
+ #: plugin-fw/lib/yit-plugin-panel.php:276
770
+ #: plugin-fw/lib/yit-plugin-subpanel.php:147
771
+ #: plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
772
+ msgid "Reset Defaults"
773
+ msgstr ""
774
+
775
+ #: plugin-fw/lib/yit-plugin-panel.php:276
776
+ #: plugin-fw/lib/yit-plugin-subpanel.php:147
777
+ #: plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
778
+ msgid "Are you sure of it?"
779
+ msgstr ""
780
+
781
+ #: plugin-fw/lib/yit-plugin-panel.php:410
782
+ msgid ""
783
+ "The element you have written is already exists. Please, add another name."
784
+ msgstr ""
785
+
786
+ #: plugin-fw/lib/yit-plugin-panel.php:411
787
+ #, fuzzy
788
+ msgid "Settings saved"
789
+ msgstr "Ayarlar"
790
+
791
+ #: plugin-fw/lib/yit-plugin-panel.php:412
792
+ #, fuzzy
793
+ msgid "Settings reset"
794
+ msgstr "Ayarlar"
795
+
796
+ #: plugin-fw/lib/yit-plugin-panel.php:413
797
+ msgid "Element deleted correctly."
798
+ msgstr ""
799
+
800
+ #: plugin-fw/lib/yit-plugin-panel.php:414
801
+ #: plugin-fw/lib/yit-plugin-panel.php:415
802
+ msgid "Element updated correctly."
803
+ msgstr ""
804
+
805
+ #: plugin-fw/lib/yit-plugin-panel.php:416
806
+ msgid "Database imported correctly."
807
+ msgstr ""
808
+
809
+ #: plugin-fw/lib/yit-plugin-panel.php:417
810
+ msgid "An error encoured during during import. Please try again."
811
+ msgstr ""
812
+
813
+ #: plugin-fw/lib/yit-plugin-panel.php:418
814
+ msgid "The file you have insert doesn't valid."
815
+ msgstr ""
816
+
817
+ #: plugin-fw/lib/yit-plugin-panel.php:419
818
+ msgid "I'm sorry, the import featured is disabled."
819
+ msgstr ""
820
+
821
+ #: plugin-fw/lib/yit-plugin-panel.php:420
822
+ msgid "Sorting done correctly."
823
+ msgstr ""
824
+
825
+ #: plugin-fw/lib/yit-pointers.php:70
826
+ msgid "Plugins Activated"
827
+ msgstr ""
828
+
829
+ #: plugin-fw/lib/yit-pointers.php:71
830
+ msgid ""
831
+ "From now on, you can find all the options of your plugins under the YIT "
832
+ "Plugin menu voice.\n"
833
+ " For every installation of our new "
834
+ "plugins, a new voice will be added to access to the customization settings."
835
+ msgstr ""
836
+
837
+ #: plugin-fw/lib/yit-pointers.php:73 plugin-fw/lib/yit-pointers.php:89
838
+ msgid "Discover all our plugins available on:"
839
+ msgstr ""
840
+
841
+ #: plugin-fw/lib/yit-pointers.php:74 plugin-fw/lib/yit-pointers.php:90
842
+ msgid "and"
843
+ msgstr ""
844
+
845
+ #: plugin-fw/lib/yit-pointers.php:84
846
+ msgid "Plugins Upgraded"
847
+ msgstr ""
848
+
849
+ #: plugin-fw/lib/yit-pointers.php:85
850
+ msgid ""
851
+ "From now on, you can find all the options of your plugins under the YIT "
852
+ "Plugin menu voice.\n"
853
+ " When one of our plugins updates, a new "
854
+ "voice will be added to this menu.\n"
855
+ " For example, after the update, the "
856
+ "options from the plugins (YITH WooCommerce Wishlist, YITH WooCommerce Ajax "
857
+ "Search, etc.)\n"
858
+ " will be removed from the previous "
859
+ "location and moved under the YIT Plugin tab."
860
+ msgstr ""
861
+
862
+ #: plugin-fw/lib/yit-upgrade.php:119
863
+ msgid "There is a new version of %plugin_name% available."
864
+ msgstr ""
865
+
866
+ #: plugin-fw/lib/yit-upgrade.php:120
867
+ msgid "View version %latest% details."
868
+ msgstr ""
869
+
870
+ #: plugin-fw/lib/yit-upgrade.php:121
871
+ msgid "Automatic update is unavailable for this plugin,"
872
+ msgstr ""
873
+
874
+ #: plugin-fw/lib/yit-upgrade.php:122
875
+ msgid ""
876
+ "please <a href=\"%activate_link%\"> activate </a> your copy of %plugin_name%."
877
+ msgstr ""
878
+
879
+ #: plugin-fw/lib/yit-upgrade.php:123
880
+ msgid "Update now."
881
+ msgstr ""
882
+
883
+ #: plugin-fw/lib/yit-upgrade.php:226
884
+ msgid "Yithemes Repository"
885
+ msgstr ""
886
+
887
+ #: plugin-fw/lib/yit-upgrade.php:260
888
+ msgid "Invalid URL Provided."
889
+ msgstr ""
890
+
891
+ #: plugin-fw/lib/yit-upgrade.php:273
892
+ msgid "Could not create Temporary file."
893
+ msgstr ""
894
+
895
+ #: plugin-fw/lib/yit-upgrade.php:414
896
+ #, php-format
897
+ msgid ""
898
+ "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
899
+ "yit-changelog-button\" title=\"%3$s\">View version %4$s details</a>."
900
+ msgstr ""
901
+
902
+ #: plugin-fw/lib/yit-upgrade.php:416
903
+ #, php-format
904
+ msgid ""
905
+ "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
906
+ "yit-changelog-button\" title=\"%3$s\">View version %4$s details</a>. <em>You "
907
+ "have to activate the plugin on a single site of the network to benefit from "
908
+ "the automatic updates.</em>"
909
+ msgstr ""
910
+
911
+ #: plugin-fw/lib/yit-upgrade.php:418
912
+ #, php-format
913
+ msgid ""
914
+ "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
915
+ "yit-changelog-button\" title=\"%3$s\">View version %4$s details</a>. "
916
+ "<em>Automatic update is unavailable for this plugin, please <a href=\"%5$s\" "
917
+ "title=\"Licence activation\">activate</a> your copy of %6s.</em>"
918
+ msgstr ""
919
+
920
+ #: plugin-fw/lib/yit-upgrade.php:420
921
+ #, php-format
922
+ msgid ""
923
+ "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
924
+ "yit-changelog-button\" title=\"%3$s\">View version %4$s details</a> or <a "
925
+ "href=\"%5$s\">update now</a>."
926
+ msgstr ""
927
+
928
+ #: plugin-fw/lib/yit-upgrade.php:493
929
+ msgid "You can't update plugins for this site."
930
+ msgstr ""
931
+
932
+ #: plugin-fw/lib/yit-upgrade.php:497
933
+ msgid "You do not have sufficient permissions to update plugins for this site."
934
+ msgstr ""
935
+
936
+ #: plugin-fw/lib/yit-upgrade.php:504
937
+ msgid "Update Plugin"
938
+ msgstr ""
939
+
940
+ #: plugin-fw/licence/lib/yit-licence.php:148
941
+ #, php-format
942
+ msgid "%field% field can not be empty"
943
+ msgstr ""
944
+
945
+ #: plugin-fw/licence/lib/yit-licence.php:149
946
+ msgid "%field_1% and %field_2% fields can not be empty"
947
+ msgstr ""
948
+
949
+ #: plugin-fw/licence/lib/yit-licence.php:150
950
+ msgid "Unable to contact the remote server, please try again later. Thanks!"
951
+ msgstr ""
952
+
953
+ #: plugin-fw/licence/lib/yit-licence.php:529
954
+ msgid "Invalid Request"
955
+ msgstr ""
956
+
957
+ #: plugin-fw/licence/lib/yit-licence.php:530
958
+ msgid "Invalid licence key"
959
+ msgstr ""
960
+
961
+ #: plugin-fw/licence/lib/yit-licence.php:531
962
+ msgid "Software has been deactive"
963
+ msgstr ""
964
+
965
+ #: plugin-fw/licence/lib/yit-licence.php:532
966
+ msgid "Exceeded maximum number of activations"
967
+ msgstr ""
968
+
969
+ #: plugin-fw/licence/lib/yit-licence.php:533
970
+ msgid "Invalid instance ID"
971
+ msgstr ""
972
+
973
+ #: plugin-fw/licence/lib/yit-licence.php:534
974
+ msgid "Invalid security key"
975
+ msgstr ""
976
+
977
+ #: plugin-fw/licence/lib/yit-licence.php:535
978
+ msgid "Licence key has expired"
979
+ msgstr ""
980
+
981
+ #: plugin-fw/licence/lib/yit-licence.php:536
982
+ msgid "Licence key has be banned"
983
+ msgstr ""
984
+
985
+ #: plugin-fw/licence/lib/yit-plugin-licence.php:63
986
+ #: plugin-fw/licence/lib/yit-plugin-licence.php:64
987
+ #: plugin-fw/licence/lib/yit-theme-licence.php:63
988
+ #: plugin-fw/licence/lib/yit-theme-licence.php:64
989
+ #: plugin-fw/licence/lib/yit-theme-licence.php:106
990
+ #: plugin-fw/licence/lib/yit-theme-licence.php:107
991
+ msgid "Licence Activation"
992
+ msgstr ""
993
+
994
+ #: plugin-fw/licence/lib/yit-theme-licence.php:114
995
+ #: plugin-fw/licence/lib/yit-theme-licence.php:115
996
+ #, php-format
997
+ msgid "%s"
998
+ msgstr ""
999
+
1000
+ #: plugin-fw/licence/templates/panel/activation/activation-panel.php:19
1001
+ msgid "Yithemes Licence Activation"
1002
+ msgstr ""
1003
+
1004
+ #: plugin-fw/licence/templates/panel/activation/activation-panel.php:23
1005
+ msgid ""
1006
+ "Have you updated your licenses? Have you asked for an extension? Update "
1007
+ "information concerning your products."
1008
+ msgstr ""
1009
+
1010
+ #: plugin-fw/licence/templates/panel/activation/activation-panel.php:25
1011
+ msgid "Update licence information"
1012
+ msgstr ""
1013
+
1014
+ #: plugin-fw/licence/templates/panel/activation/activation-panel.php:35
1015
+ msgid "To Active"
1016
+ msgstr ""
1017
+
1018
+ #: plugin-fw/licence/templates/panel/activation/activation-panel.php:54
1019
+ msgid "Activate"
1020
+ msgstr ""
1021
+
1022
+ #: plugin-fw/licence/templates/panel/activation/activation-panel.php:73
1023
+ msgid "Activated"
1024
+ msgstr ""
1025
+
1026
+ #: plugin-fw/licence/templates/panel/activation/activation-panel.php:77
1027
+ #: plugin-fw/licence/templates/panel/activation/activation-panel.php:109
1028
+ #: plugin-fw/licence/templates/panel/activation/activation-panel.php:133
1029
+ #: templates/wishlist-view.php:56
1030
+ msgid "Product Name"
1031
+ msgstr "Ürün Adı"
1032
+
1033
+ #: plugin-fw/licence/templates/panel/activation/activation-panel.php:78
1034
+ #: plugin-fw/licence/templates/panel/activation/activation-panel.php:110
1035
+ #: plugin-fw/licence/templates/panel/activation/activation-panel.php:134
1036
+ #: plugin-fw/templates/metaboxes/types/contactform.php:145
1037
+ #: plugin-fw/templates/metaboxes/types/contactform.php:337
1038
+ #: templates/share.php:40
1039
+ msgid "Email"
1040
+ msgstr ""
1041
+
1042
+ #: plugin-fw/licence/templates/panel/activation/activation-panel.php:79
1043
+ #: plugin-fw/licence/templates/panel/activation/activation-panel.php:111
1044
+ #: plugin-fw/licence/templates/panel/activation/activation-panel.php:135
1045
+ msgid "Licence Key"
1046
+ msgstr ""
1047
+
1048
+ #: plugin-fw/licence/templates/panel/activation/activation-panel.php:80
1049
+ #: plugin-fw/licence/templates/panel/activation/activation-panel.php:136
1050
+ msgid "Expires"
1051
+ msgstr ""
1052
+
1053
+ #: plugin-fw/licence/templates/panel/activation/activation-panel.php:81
1054
+ msgid "Remaining"
1055
+ msgstr ""
1056
+
1057
+ #: plugin-fw/licence/templates/panel/activation/activation-panel.php:82
1058
+ #: plugin-fw/licence/templates/panel/activation/activation-panel.php:95
1059
+ #: plugin-fw/licence/templates/panel/activation/activation-panel.php:137
1060
+ #: plugin-fw/licence/templates/panel/activation/activation-panel.php:147
1061
+ msgid "Renew"
1062
+ msgstr ""
1063
+
1064
+ #: plugin-fw/licence/templates/panel/activation/activation-panel.php:93
1065
+ #, php-format
1066
+ msgid "%1s out of %2s"
1067
+ msgstr ""
1068
+
1069
+ #: plugin-fw/licence/templates/panel/activation/activation-panel.php:105
1070
+ msgid "Banned"
1071
+ msgstr ""
1072
+
1073
+ #: plugin-fw/licence/templates/panel/activation/activation-panel.php:129
1074
+ msgid "Expired"
1075
+ msgstr ""
1076
+
1077
+ #: plugin-fw/templates/metaboxes/types/ajax-products.php:23
1078
+ msgid "Search for a product"
1079
+ msgstr ""
1080
+
1081
+ #: plugin-fw/templates/metaboxes/types/categories.php:36
1082
+ msgid "No categories."
1083
+ msgstr ""
1084
+
1085
+ #: plugin-fw/templates/metaboxes/types/categories.php:42
1086
+ msgid "+ Add New Category"
1087
+ msgstr ""
1088
+
1089
+ #: plugin-fw/templates/metaboxes/types/contactform.php:5
1090
+ msgid "Text Input"
1091
+ msgstr ""
1092
+
1093
+ #: plugin-fw/templates/metaboxes/types/contactform.php:6
1094
+ msgid "Checkbox"
1095
+ msgstr ""
1096
+
1097
+ #: plugin-fw/templates/metaboxes/types/contactform.php:7
1098
+ #, fuzzy
1099
+ msgid "Select"
1100
+ msgstr "Tarih Seçimi"
1101
+
1102
+ #: plugin-fw/templates/metaboxes/types/contactform.php:8
1103
+ msgid "Textarea"
1104
+ msgstr ""
1105
+
1106
+ #: plugin-fw/templates/metaboxes/types/contactform.php:9
1107
+ msgid "Radio Input"
1108
+ msgstr ""
1109
+
1110
+ #: plugin-fw/templates/metaboxes/types/contactform.php:10
1111
+ msgid "Password Field"
1112
+ msgstr ""
1113
+
1114
+ #: plugin-fw/templates/metaboxes/types/contactform.php:11
1115
+ #, fuzzy
1116
+ msgid "File Upload"
1117
+ msgstr "Yükle"
1118
+
1119
+ #: plugin-fw/templates/metaboxes/types/contactform.php:45
1120
+ msgid "Theme Icon"
1121
+ msgstr ""
1122
+
1123
+ #: plugin-fw/templates/metaboxes/types/contactform.php:46
1124
+ #, fuzzy
1125
+ msgid "Custom Icon"
1126
+ msgstr "Özel CSS"
1127
+
1128
+ #: plugin-fw/templates/metaboxes/types/contactform.php:47
1129
+ #: plugin-fw/templates/metaboxes/types/responsivesliders.php:24
1130
+ msgid "None"
1131
+ msgstr ""
1132
+
1133
+ #: plugin-fw/templates/metaboxes/types/contactform.php:57
1134
+ msgid "Add field"
1135
+ msgstr ""
1136
+
1137
+ #: plugin-fw/templates/metaboxes/types/contactform.php:66
1138
+ #: plugin-fw/templates/metaboxes/types/contactform.php:258
1139
+ #: plugin-fw/templates/metaboxes/types/customtabs.php:37
1140
+ #: plugin-fw/templates/metaboxes/types/customtabs.php:82
1141
+ msgid "Remove"
1142
+ msgstr ""
1143
+
1144
+ #: plugin-fw/templates/metaboxes/types/contactform.php:67
1145
+ #: plugin-fw/templates/metaboxes/types/contactform.php:259
1146
+ #, fuzzy
1147
+ msgid "Click to toggle"
1148
+ msgstr "Önizleme için tıklayın"
1149
+
1150
+ #: plugin-fw/templates/metaboxes/types/contactform.php:74
1151
+ #: plugin-fw/templates/metaboxes/types/contactform.php:266
1152
+ msgid "Title Field"
1153
+ msgstr ""
1154
+
1155
+ #: plugin-fw/templates/metaboxes/types/contactform.php:78
1156
+ #: plugin-fw/templates/metaboxes/types/contactform.php:270
1157
+ msgid "Insert the title of field."
1158
+ msgstr ""
1159
+
1160
+ #: plugin-fw/templates/metaboxes/types/contactform.php:83
1161
+ #: plugin-fw/templates/metaboxes/types/contactform.php:275
1162
+ msgid "Data Name"
1163
+ msgstr ""
1164
+
1165
+ #: plugin-fw/templates/metaboxes/types/contactform.php:87
1166
+ #: plugin-fw/templates/metaboxes/types/contactform.php:279
1167
+ msgid ""
1168
+ "REQUIRED: The identification name of this field, that you can insert into "
1169
+ "body email configuration. <strong>Note:</strong>Use only lowercase "
1170
+ "characters and underscores."
1171
+ msgstr ""
1172
+
1173
+ #: plugin-fw/templates/metaboxes/types/contactform.php:92
1174
+ #: plugin-fw/templates/metaboxes/types/contactform.php:284
1175
+ msgid "Type field"
1176
+ msgstr ""
1177
+
1178
+ #: plugin-fw/templates/metaboxes/types/contactform.php:100
1179
+ #: plugin-fw/templates/metaboxes/types/contactform.php:292
1180
+ msgid "Select the type of this field."
1181
+ msgstr ""
1182
+
1183
+ #: plugin-fw/templates/metaboxes/types/contactform.php:105
1184
+ #: plugin-fw/templates/metaboxes/types/contactform.php:297
1185
+ msgid "Checked"
1186
+ msgstr ""
1187
+
1188
+ #: plugin-fw/templates/metaboxes/types/contactform.php:109
1189
+ #: plugin-fw/templates/metaboxes/types/contactform.php:301
1190
+ msgid "Select this if you want this field already checked."
1191
+ msgstr ""
1192
+
1193
+ #: plugin-fw/templates/metaboxes/types/contactform.php:114
1194
+ #: plugin-fw/templates/metaboxes/types/contactform.php:306
1195
+ #, fuzzy
1196
+ msgid "Add options "
1197
+ msgstr "Seçenekler"
1198
+
1199
+ #: plugin-fw/templates/metaboxes/types/contactform.php:115
1200
+ #: plugin-fw/templates/metaboxes/types/contactform.php:307
1201
+ #, fuzzy
1202
+ msgid "Add option"
1203
+ msgstr "\"Sepete Ekle\" simgesi"
1204
+
1205
+ #: plugin-fw/templates/metaboxes/types/contactform.php:118
1206
+ #: plugin-fw/templates/metaboxes/types/contactform.php:310
1207
+ #: plugin-fw/templates/metaboxes/types/contactform.php:432
1208
+ #, fuzzy
1209
+ msgid "Selected"
1210
+ msgstr "Tarih Seçimi"
1211
+
1212
+ #: plugin-fw/templates/metaboxes/types/contactform.php:121
1213
+ #: plugin-fw/templates/metaboxes/types/contactform.php:313
1214
+ #: plugin-fw/templates/metaboxes/types/contactform.php:432
1215
+ #, fuzzy
1216
+ msgid "Delete option"
1217
+ msgstr "Seçenekler"
1218
+
1219
+ #: plugin-fw/templates/metaboxes/types/contactform.php:127
1220
+ #: plugin-fw/templates/metaboxes/types/contactform.php:319
1221
+ msgid "Message Error"
1222
+ msgstr ""
1223
+
1224
+ #: plugin-fw/templates/metaboxes/types/contactform.php:131
1225
+ #: plugin-fw/templates/metaboxes/types/contactform.php:323
1226
+ msgid "Insert the error message for validation."
1227
+ msgstr ""
1228
+
1229
+ #: plugin-fw/templates/metaboxes/types/contactform.php:136
1230
+ #: plugin-fw/templates/metaboxes/types/contactform.php:328
1231
+ msgid "Required"
1232
+ msgstr ""
1233
+
1234
+ #: plugin-fw/templates/metaboxes/types/contactform.php:140
1235
+ #: plugin-fw/templates/metaboxes/types/contactform.php:332
1236
+ msgid "Select this if it must be required."
1237
+ msgstr ""
1238
+
1239
+ #: plugin-fw/templates/metaboxes/types/contactform.php:149
1240
+ #: plugin-fw/templates/metaboxes/types/contactform.php:341
1241
+ msgid "Select this if it must be a valid email."
1242
+ msgstr ""
1243
+
1244
+ #: plugin-fw/templates/metaboxes/types/contactform.php:154
1245
+ #: plugin-fw/templates/metaboxes/types/contactform.php:346
1246
+ msgid "Reply To"
1247
+ msgstr ""
1248
+
1249
+ #: plugin-fw/templates/metaboxes/types/contactform.php:158
1250
+ #: plugin-fw/templates/metaboxes/types/contactform.php:350
1251
+ msgid "Select this if it's the email where you can reply."
1252
+ msgstr ""
1253
+
1254
+ #: plugin-fw/templates/metaboxes/types/contactform.php:163
1255
+ #: plugin-fw/templates/metaboxes/types/contactform.php:355
1256
+ msgid "Class"
1257
+ msgstr ""
1258
+
1259
+ #: plugin-fw/templates/metaboxes/types/contactform.php:167
1260
+ #: plugin-fw/templates/metaboxes/types/contactform.php:359
1261
+ msgid ""
1262
+ "Insert an additional class(es) (separateb by comma) for more personalization."
1263
+ msgstr ""
1264
+
1265
+ #: plugin-fw/templates/metaboxes/types/contactform.php:172
1266
+ #: plugin-fw/templates/metaboxes/types/contactform.php:364
1267
+ msgid "Icon"
1268
+ msgstr ""
1269
+
1270
+ #: plugin-fw/templates/metaboxes/types/contactform.php:200
1271
+ #: plugin-fw/templates/metaboxes/types/contactform.php:388
1272
+ #: plugin-fw/templates/metaboxes/types/icon-list.php:69
1273
+ #: plugin-fw/templates/metaboxes/types/select-icon.php:33
1274
+ #: plugin-fw/templates/metaboxes/types/upload.php:21
1275
+ #: plugin-fw/templates/panel/types/upload.php:31
1276
+ #: plugin-fw/templates/panel/woocommerce/woocommerce-upload.php:35
1277
+ #: yit-common/yith-panel.php:417
1278
+ msgid "Upload"
1279
+ msgstr "Yükle"
1280
+
1281
+ #: plugin-fw/templates/metaboxes/types/contactform.php:206
1282
+ #: plugin-fw/templates/metaboxes/types/contactform.php:394
1283
+ #: plugin-fw/templates/metaboxes/types/icon-list.php:75
1284
+ #: plugin-fw/templates/metaboxes/types/select-icon.php:39
1285
+ msgid "Image preview"
1286
+ msgstr ""
1287
+
1288
+ #: plugin-fw/templates/metaboxes/types/contactform.php:214
1289
+ #: plugin-fw/templates/metaboxes/types/contactform.php:402
1290
+ msgid "Insert an icon for more personalization."
1291
+ msgstr ""
1292
+
1293
+ #: plugin-fw/templates/metaboxes/types/contactform.php:219
1294
+ #: plugin-fw/templates/metaboxes/types/contactform.php:406
1295
+ msgid "Width"
1296
+ msgstr ""
1297
+
1298
+ #: plugin-fw/templates/metaboxes/types/contactform.php:244
1299
+ #: plugin-fw/templates/metaboxes/types/contactform.php:418
1300
+ msgid "Choose how much long will be the field."
1301
+ msgstr ""
1302
+
1303
+ #: plugin-fw/templates/metaboxes/types/customtabs.php:28
1304
+ msgid "Close all"
1305
+ msgstr ""
1306
+
1307
+ #: plugin-fw/templates/metaboxes/types/customtabs.php:28
1308
+ msgid "Expand all"
1309
+ msgstr ""
1310
+
1311
+ #: plugin-fw/templates/metaboxes/types/customtabs.php:52
1312
+ #: plugin-fw/templates/metaboxes/types/customtabs.php:95
1313
+ msgid "Value"
1314
+ msgstr ""
1315
+
1316
+ #: plugin-fw/templates/metaboxes/types/customtabs.php:53
1317
+ #: plugin-fw/templates/metaboxes/types/customtabs.php:96
1318
+ msgid "The content of the tab. (HTML is supported)"
1319
+ msgstr ""
1320
+
1321
+ #: plugin-fw/templates/metaboxes/types/customtabs.php:65
1322
+ msgid "Add custom product tab"
1323
+ msgstr ""
1324
+
1325
+ #: plugin-fw/templates/metaboxes/types/customtabs.php:107
1326
+ msgid "Do you want to remove the custom tab?"
1327
+ msgstr ""
1328
+
1329
+ #: plugin-fw/templates/metaboxes/types/icon-list.php:89
1330
+ #, php-format
1331
+ msgid "(Default: %s <img src=\"%s\"/>)"
1332
+ msgstr ""
1333
+
1334
+ #: plugin-fw/templates/metaboxes/types/icon-list.php:91
1335
+ #, php-format
1336
+ msgid "(Default: <i %s></i> )"
1337
+ msgstr ""
1338
+
1339
+ #: plugin-fw/templates/metaboxes/types/image-gallery.php:35
1340
+ #: plugin-fw/templates/metaboxes/types/image-gallery.php:40
1341
+ #: plugin-fw/templates/metaboxes/types/images.php:33
1342
+ #: plugin-fw/templates/metaboxes/types/images.php:59
1343
+ msgid "Delete image"
1344
+ msgstr ""
1345
+
1346
+ #: plugin-fw/templates/metaboxes/types/image-gallery.php:40
1347
+ msgid "Add Images to Gallery"
1348
+ msgstr ""
1349
+
1350
+ #: plugin-fw/templates/metaboxes/types/image-gallery.php:40
1351
+ #, fuzzy
1352
+ msgid "Add to gallery"
1353
+ msgstr "Sepete Ekle"
1354
+
1355
+ #: plugin-fw/templates/metaboxes/types/image-gallery.php:40
1356
+ msgid "Add images"
1357
+ msgstr ""
1358
+
1359
+ #: plugin-fw/templates/metaboxes/types/image-gallery.php:40
1360
+ msgid "Delete"
1361
+ msgstr ""
1362
+
1363
+ #: plugin-fw/templates/metaboxes/types/images.php:37
1364
+ msgid "Upload new images"
1365
+ msgstr ""
1366
+
1367
+ #: plugin-fw/templates/metaboxes/types/images.php:70
1368
+ msgid "Are you sure you want to remove this image?"
1369
+ msgstr ""
1370
+
1371
+ #: plugin-fw/templates/metaboxes/types/sidebar-layout.php:25
1372
+ #: plugin-fw/templates/metaboxes/types/sidebars.php:36
1373
+ msgid "Left sidebar"
1374
+ msgstr ""
1375
+
1376
+ #: plugin-fw/templates/metaboxes/types/sidebar-layout.php:28
1377
+ #: plugin-fw/templates/metaboxes/types/sidebars.php:42
1378
+ #: plugin-fw/templates/metaboxes/types/sidebars.php:45
1379
+ msgid "No sidebar"
1380
+ msgstr ""
1381
+
1382
+ #: plugin-fw/templates/metaboxes/types/sidebar-layout.php:28
1383
+ msgid "No sideabr"
1384
+ msgstr ""
1385
+
1386
+ #: plugin-fw/templates/metaboxes/types/sidebar-layout.php:31
1387
+ #: plugin-fw/templates/metaboxes/types/sidebars.php:39
1388
+ msgid "Right sidebar"
1389
+ msgstr ""
1390
+
1391
+ #: plugin-fw/templates/metaboxes/types/sidebar-layout.php:34
1392
+ #: plugin-fw/templates/metaboxes/types/sidebars.php:53
1393
+ #: plugin-fw/templates/metaboxes/types/sidebars.php:64
1394
+ msgid "Choose a sidebar"
1395
+ msgstr ""
1396
+
1397
+ #: plugin-fw/templates/metaboxes/types/sidebars.php:51
1398
+ msgid "Sidebar Left"
1399
+ msgstr ""
1400
+
1401
+ #: plugin-fw/templates/metaboxes/types/sidebars.php:62
1402
+ msgid "Sidebar Right"
1403
+ msgstr ""
1404
+
1405
+ #: plugin-fw/templates/metaboxes/types/typography.php:42
1406
+ #: yit-common/yith-panel.php:444
1407
+ msgid "px"
1408
+ msgstr "px"
1409
+
1410
+ #: plugin-fw/templates/metaboxes/types/typography.php:43
1411
+ #: yit-common/yith-panel.php:445
1412
+ msgid "em"
1413
+ msgstr "em"
1414
+
1415
+ #: plugin-fw/templates/metaboxes/types/typography.php:44
1416
+ #: yit-common/yith-panel.php:446
1417
+ msgid "pt"
1418
+ msgstr "pt"
1419
+
1420
+ #: plugin-fw/templates/metaboxes/types/typography.php:45
1421
+ #: yit-common/yith-panel.php:447
1422
+ msgid "rem"
1423
+ msgstr "rem"
1424
+
1425
+ #: plugin-fw/templates/metaboxes/types/typography.php:59
1426
+ #: plugin-fw/templates/metaboxes/types/typography.php:153
1427
+ #: plugin-fw/templates/metaboxes/types/typography.php:217
1428
+ msgid "Web fonts"
1429
+ msgstr ""
1430
+
1431
+ #: plugin-fw/templates/metaboxes/types/typography.php:71
1432
+ msgid "Google fonts"
1433
+ msgstr ""
1434
+
1435
+ #: plugin-fw/templates/metaboxes/types/typography.php:96
1436
+ #: yit-common/yith-panel.php:465
1437
+ msgid "Regular"
1438
+ msgstr "Normal"
1439
+
1440
+ #: plugin-fw/templates/metaboxes/types/typography.php:97
1441
+ #: yit-common/yith-panel.php:466
1442
+ msgid "Bold"
1443
+ msgstr "Kalın"
1444
+
1445
+ #: plugin-fw/templates/metaboxes/types/typography.php:98
1446
+ #: yit-common/yith-panel.php:467
1447
+ msgid "Extra bold"
1448
+ msgstr "Ekstra kalın"
1449
+
1450
+ #: plugin-fw/templates/metaboxes/types/typography.php:99
1451
+ #: yit-common/yith-panel.php:468
1452
+ msgid "Italic"
1453
+ msgstr "İtalik"
1454
+
1455
+ #: plugin-fw/templates/metaboxes/types/typography.php:100
1456
+ #: yit-common/yith-panel.php:469
1457
+ msgid "Italic bold"
1458
+ msgstr "İtalik Kalın"
1459
+
1460
+ #: templates/share.php:28
1461
+ #, fuzzy
1462
+ msgid "Pinterest"
1463
+ msgstr "Pinterest'te Pinle"
1464
+
1465
+ #: templates/share.php:34
1466
+ msgid "Google Plus"
1467
+ msgstr ""
1468
+
1469
+ #: templates/wishlist-view.php:23
1470
+ #, fuzzy
1471
+ msgid "Edit title"
1472
+ msgstr "İstek listesi başlığı"
1473
+
1474
+ #: templates/wishlist-view.php:32
1475
+ msgid "Save"
1476
+ msgstr ""
1477
+
1478
+ #: templates/wishlist-view.php:36
1479
+ msgid "Cancel"
1480
+ msgstr ""
1481
+
1482
+ #: templates/wishlist-view.php:62
1483
+ msgid "Unit Price"
1484
+ msgstr "Birim Fiyatı"
1485
+
1486
+ #: templates/wishlist-view.php:70
1487
+ msgid "Stock Status"
1488
+ msgstr "Stok Durumu"
1489
+
1490
+ #: templates/wishlist-view.php:93
1491
+ msgid "Remove this product"
1492
+ msgstr "Bu ürünü kaldır"
1493
+
1494
+ #: templates/wishlist-view.php:122
1495
+ msgid "Free!"
1496
+ msgstr "Ücretsiz!"
1497
+
1498
+ #: templates/wishlist-view.php:136
1499
+ msgid "Out of Stock"
1500
+ msgstr "Stok Dışı"
1501
+
1502
+ #: templates/wishlist-view.php:139
1503
+ msgid "In Stock"
1504
+ msgstr "Stokta"
1505
+
1506
+ #: templates/wishlist-view.php:191
1507
+ msgid "Ask an estimate of costs"
1508
+ msgstr ""
1509
+
1510
+ #: yit-common/yith-panel.php:406
1511
+ msgid "Select a date"
1512
+ msgstr "Tarih Seçimi"
1513
+
1514
+ #: yit-common/yith-panel.php:407
1515
+ msgid "Hours"
1516
+ msgstr "Saat"
1517
+
1518
+ #: yit-common/yith-panel.php:408 yit-common/yith-panel.php:409
1519
+ msgid "Minutes"
1520
+ msgstr "Dakika"
1521
+
1522
+ #: yit-common/yith-panel.php:457
1523
+ msgid "Select a font family"
1524
+ msgstr "Font ailesi seçimi"
1525
+
1526
+ #: yit-common/yith-panel.php:481
1527
+ msgid "Click to preview"
1528
+ msgstr "Önizleme için tıklayın"
1529
+
1530
+ #~ msgid "Cannot add to the cart as product is Out of Stock!"
1531
+ #~ msgstr "Stokta bulunmayan ürünler istek listesine eklenemez!"
1532
+
1533
+ #~ msgid "\"Add to Wishlist\" button background"
1534
+ #~ msgstr "\"İstek Listeme Ekle\" buton arkaplanı"
1535
+
1536
+ #~ msgid "\"Add to Wishlist\" button border"
1537
+ #~ msgstr "\"İstek Listeme Ekle\" buton kenarlığı"
1538
+
1539
+ #~ msgid "\"Add to Wishlist\" button background (hover)"
1540
+ #~ msgstr "\"İstek Listeme Ekle\" buton arkaplanı (üzerine gelindiğinde)"
1541
+
1542
+ #~ msgid "\"Add to Wishlist\" button text (hover)"
1543
+ #~ msgstr "\"İstek Listeme Ekle\" buton metni (üzerine gelindiğinde)"
1544
+
1545
+ #~ msgid "\"Add to Wishlist\" button border (hover)"
1546
+ #~ msgstr "\"İstek Listeme Ekle\" buton kenarlığı (üzerine gelindiğinde)"
1547
+
1548
+ #~ msgid "\"Add to Cart\" button border"
1549
+ #~ msgstr "\"Sepete Ekle\" buton kenarlığı"
1550
+
1551
+ #~ msgid "\"Add to Cart\" button background (hover)"
1552
+ #~ msgstr "\"Sepete Ekle\" buton arkaplanı (üzerine gelindiğinde)"
1553
+
1554
+ #~ msgid "\"Add to Cart\" button text (hover)"
1555
+ #~ msgstr "\"Sepete Ekle\" buton metni (üzerine gelindiğinde)"
1556
+
1557
+ #~ msgid "\"Add to Cart\" button border (hover)"
1558
+ #~ msgstr "\"Sepete Ekle\" buton kenarlığı (üzerine gelindiğinde)"
1559
+
1560
+ #~ msgid "Wishlist table background"
1561
+ #~ msgstr "İstek listesi tablo arkaplanı"
1562
+
1563
+ #~ msgid "Wishlist table text"
1564
+ #~ msgstr "İstek listesi tablo metni"
1565
+
1566
+ #~ msgid "Wishlist table border"
1567
+ #~ msgstr "İstek listesi tablo kenar çizgisi"
1568
+
1569
+ #~ msgid "Docs"
1570
+ #~ msgstr "Dökümanlar"
1571
+
1572
+ #~ msgid "Use cookies"
1573
+ #~ msgstr "Çerezleri kullan"
1574
 
1575
  #~ msgid "View Cart &rarr;"
1576
  #~ msgstr "Warenkorb ansehen"
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: 2014-09-16 16:16+0100\n"
5
- "PO-Revision-Date: 2014-09-16 16:16+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"
@@ -14,111 +14,104 @@ msgstr ""
14
  "X-Poedit-Basepath: ./\n"
15
  "X-Poedit-SearchPath-0: ..\n"
16
 
17
- #: ../class.yith-wcwl-init.php:114 ../class.yith-wcwl-install.php:137
18
- msgid "Wishlist"
19
- msgstr ""
20
-
21
- #: ../class.yith-wcwl-init.php:365
22
- msgid "Cannot add to the cart as product is Out of Stock!"
23
  msgstr ""
24
 
25
- #: ../class.yith-wcwl-init.php:430 ../class.yith-wcwl-init.php:859
26
- msgid "General Settings"
 
 
27
  msgstr ""
28
 
29
- #: ../class.yith-wcwl-init.php:431 ../class.yith-wcwl-init.php:965
30
- msgid "Styles"
 
 
 
31
  msgstr ""
32
 
33
- #: ../class.yith-wcwl-init.php:432 ../class.yith-wcwl-init.php:1028
34
- msgid "Socials &amp; Share"
 
 
 
 
 
35
  msgstr ""
36
 
37
- #: ../class.yith-wcwl-init.php:453
 
38
  msgid "Colors"
39
  msgstr ""
40
 
41
- #: ../class.yith-wcwl-init.php:483
42
- msgid "\"Add to Wishlist\" button background"
 
43
  msgstr ""
44
 
45
- #: ../class.yith-wcwl-init.php:484
46
- msgid "\"Add to Wishlist\" button text"
 
 
47
  msgstr ""
48
 
49
- #: ../class.yith-wcwl-init.php:485
50
- msgid "\"Add to Wishlist\" button border"
51
  msgstr ""
52
 
53
- #: ../class.yith-wcwl-init.php:491
54
- msgid "\"Add to Wishlist\" button background (hover)"
55
  msgstr ""
56
 
57
- #: ../class.yith-wcwl-init.php:492
58
- msgid "\"Add to Wishlist\" button text (hover)"
59
  msgstr ""
60
 
61
- #: ../class.yith-wcwl-init.php:493
62
- msgid "\"Add to Wishlist\" button border (hover)"
63
  msgstr ""
64
 
65
- #: ../class.yith-wcwl-init.php:498
66
- msgid "\"Add to Cart\" button background"
67
- msgstr "\"Додати в кошик\" button background"
68
-
69
- #: ../class.yith-wcwl-init.php:499
70
- msgid "\"Add to Cart\" button text"
71
- msgstr "\"Додати в кошик\" button text"
72
-
73
- #: ../class.yith-wcwl-init.php:500
74
- msgid "\"Add to Cart\" button border"
75
- msgstr "\"Додати в кошик\" button border"
76
-
77
- #: ../class.yith-wcwl-init.php:506
78
- msgid "\"Add to Cart\" button background (hover)"
79
- msgstr "\"Додати в кошик\" button background (hover)"
80
-
81
- #: ../class.yith-wcwl-init.php:507
82
- msgid "\"Add to Cart\" button text (hover)"
83
- msgstr "\"Додати в кошик\" button text (hover)"
84
-
85
- #: ../class.yith-wcwl-init.php:508
86
- msgid "\"Add to Cart\" button border (hover)"
87
- msgstr "\"Додати в кошик\" button border (hover)"
88
-
89
- #: ../class.yith-wcwl-init.php:513
90
- msgid "Wishlist table background"
91
  msgstr ""
92
 
93
- #: ../class.yith-wcwl-init.php:514
94
- msgid "Wishlist table text"
95
  msgstr ""
96
 
97
- #: ../class.yith-wcwl-init.php:515
98
- msgid "Wishlist table border"
99
  msgstr ""
100
 
101
- #: ../class.yith-wcwl-init.php:575
102
- msgid "Settings"
 
 
103
  msgstr ""
104
 
105
- #: ../class.yith-wcwl-init.php:576
106
- msgid "Docs"
107
  msgstr ""
108
 
109
- #: ../class.yith-wcwl-init.php:592
110
- msgid "Wishlist Page"
 
 
 
111
  msgstr ""
112
 
113
- #: ../class.yith-wcwl-init.php:593
114
- msgid "Page contents: [yith_wcwl_wishlist]"
115
  msgstr ""
116
 
117
- #: ../class.yith-wcwl-init.php:862
118
  msgid "Enable YITH Wishlist"
119
  msgstr ""
120
 
121
- #: ../class.yith-wcwl-init.php:863
122
  #, php-format
123
  msgid ""
124
  "Enable all plugin features. <strong>Be sure to select a voice in the "
@@ -126,334 +119,1393 @@ msgid ""
126
  "\" target=\"_blank\">documentation</a>."
127
  msgstr ""
128
 
129
- #: ../class.yith-wcwl-init.php:870
130
- msgid "Use cookies"
131
- msgstr ""
132
-
133
- #: ../class.yith-wcwl-init.php:871
134
- msgid ""
135
- "Use cookies instead of sessions. With this feature, the wishlist will be "
136
- "available for each not logged user for 30 days. Use the filter "
137
- "yith_wcwl_cookie_expiration_time to change the expiration time ( needs "
138
- "timestamp )."
139
- msgstr ""
140
-
141
- #: ../class.yith-wcwl-init.php:878
142
- msgid "Wishlist title"
143
  msgstr ""
144
 
145
- #: ../class.yith-wcwl-init.php:880 ../class.yith-wcwl-init.php:881
146
- #: ../class.yith-wcwl-init.php:1068 ../class.yith-wcwl-init.php:1069
 
 
147
  #, php-format
148
  msgid "My wishlist on %s"
149
  msgstr "Мій обраний список в %s"
150
 
151
- #: ../class.yith-wcwl-init.php:890
152
  msgid "Position"
153
  msgstr ""
154
 
155
- #: ../class.yith-wcwl-init.php:891
156
  msgid ""
157
  "On variable products you can add it only After \"Add to Cart\" or use the "
158
  "shortcode [yith_wcwl_add_to_wishlist]."
159
  msgstr ""
160
 
161
- #: ../class.yith-wcwl-init.php:897
162
  msgid "After \"Add to cart\""
163
  msgstr "After \"Додати в кошик\""
164
 
165
- #: ../class.yith-wcwl-init.php:898
166
  msgid "After thumbnails"
167
  msgstr ""
168
 
169
- #: ../class.yith-wcwl-init.php:899
170
  msgid "After summary"
171
  msgstr ""
172
 
173
- #: ../class.yith-wcwl-init.php:900
174
  msgid "Use shortcode"
175
  msgstr ""
176
 
177
- #: ../class.yith-wcwl-init.php:905
178
  msgid "Redirect to cart"
179
  msgstr ""
180
 
181
- #: ../class.yith-wcwl-init.php:906
182
  msgid ""
183
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
184
  "page."
185
  msgstr ""
186
 
187
- #: ../class.yith-wcwl-init.php:913
188
  msgid "Remove if added to the cart"
189
  msgstr ""
190
 
191
- #: ../class.yith-wcwl-init.php:914
192
  msgid "Remove the product from the wishlist if is been added to the cart."
193
  msgstr ""
194
 
195
- #: ../class.yith-wcwl-init.php:921
196
  msgid "\"Add to Wishlist\" text"
197
  msgstr ""
198
 
199
- #: ../class.yith-wcwl-init.php:923 ../class.yith-wcwl-init.php:924
 
200
  msgid "Add to Wishlist"
201
  msgstr ""
202
 
203
- #: ../class.yith-wcwl-init.php:929
204
  msgid "\"Add to Cart\" text"
205
  msgstr "\"Додати в кошик\" text"
206
 
207
- #: ../class.yith-wcwl-init.php:931 ../class.yith-wcwl-init.php:932
 
208
  msgid "Add to Cart"
209
  msgstr "Додати в кошик"
210
 
211
- #: ../class.yith-wcwl-init.php:937
212
  #, fuzzy
213
  msgid "Show Unit price"
214
  msgstr "Ціна"
215
 
216
- #: ../class.yith-wcwl-init.php:945
 
 
 
 
217
  #, fuzzy
218
  msgid "Show \"Add to Cart\" button"
219
  msgstr "\"Додати в кошик\" button text"
220
 
221
- #: ../class.yith-wcwl-init.php:953
 
 
 
 
 
222
  #, fuzzy
223
  msgid "Show Stock status"
224
  msgstr "Наявність на складі"
225
 
226
- #: ../class.yith-wcwl-init.php:968
 
 
 
 
 
 
 
 
 
227
  msgid "Use buttons"
228
  msgstr ""
229
 
230
- #: ../class.yith-wcwl-init.php:969
231
  msgid "Use buttons instead of a simple anchors."
232
  msgstr ""
233
 
234
- #: ../class.yith-wcwl-init.php:976
235
  msgid "Custom CSS"
236
  msgstr ""
237
 
238
- #: ../class.yith-wcwl-init.php:984
239
  msgid "Use theme style"
240
  msgstr ""
241
 
242
- #: ../class.yith-wcwl-init.php:985
243
  msgid "Use the theme style."
244
  msgstr ""
245
 
246
- #: ../class.yith-wcwl-init.php:992
247
- msgid "Buttons rounded corners"
248
  msgstr ""
249
 
250
- #: ../class.yith-wcwl-init.php:993
251
  msgid "Make buttons corner rounded"
252
  msgstr ""
253
 
254
- #: ../class.yith-wcwl-init.php:1000
255
  msgid "\"Add to Wishlist\" icon"
256
  msgstr ""
257
 
258
- #: ../class.yith-wcwl-init.php:1001
259
  msgid "Add an icon to the \"Add to Wishlist\" button"
260
  msgstr ""
261
 
262
- #: ../class.yith-wcwl-init.php:1012
263
  msgid "\"Add to Cart\" icon"
264
  msgstr "\"Додати в кошик\" icon"
265
 
266
- #: ../class.yith-wcwl-init.php:1013
267
  msgid "Add an icon to the \"Add to Cart\" button"
268
  msgstr "Add an icon to the \"Додати в кошик\" button"
269
 
270
- #: ../class.yith-wcwl-init.php:1031
 
 
 
 
271
  msgid "Share on Facebook"
272
  msgstr ""
273
 
274
- #: ../class.yith-wcwl-init.php:1038
 
 
 
 
 
 
275
  msgid "Tweet on Twitter"
276
  msgstr ""
277
 
278
- #: ../class.yith-wcwl-init.php:1045
 
 
 
 
 
279
  msgid "Pin on Pinterest"
280
  msgstr ""
281
 
282
- #: ../class.yith-wcwl-init.php:1052
 
 
 
 
 
283
  msgid "Share on Google+"
284
  msgstr ""
285
 
286
- #: ../class.yith-wcwl-init.php:1059
287
  msgid "Share by Email"
288
  msgstr ""
289
 
290
- #: ../class.yith-wcwl-init.php:1066
291
- msgid "Socials title"
 
 
 
 
 
292
  msgstr ""
293
 
294
- #: ../class.yith-wcwl-init.php:1074
295
- msgid "Socials text"
296
  msgstr ""
297
 
298
- #: ../class.yith-wcwl-init.php:1075
299
  msgid ""
300
  "Will be used by Facebook, Twitter and Pinterest. Use <strong>%wishlist_url%</"
301
  "strong> where you want the URL of your wishlist to appear."
302
  msgstr ""
303
 
304
- #: ../class.yith-wcwl-init.php:1083
305
- msgid "Socials image URL"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
306
  msgstr ""
307
 
308
- #: ../class.yith-wcwl-install.php:136
309
  msgid "wishlist"
310
  msgstr ""
311
 
312
- #: ../class.yith-wcwl-ui.php:67 ../class.yith-wcwl.php:351
313
- #: ../yith-wcwl-ajax.php:47
 
 
 
 
 
314
  msgid "Product added!"
315
  msgstr ""
316
 
317
- #: ../class.yith-wcwl-ui.php:67 ../class.yith-wcwl-ui.php:68
 
318
  msgid "Browse Wishlist"
319
  msgstr ""
320
 
321
- #: ../class.yith-wcwl-ui.php:68
322
  msgid "The product is already in the wishlist!"
323
  msgstr ""
324
 
325
- #: ../class.yith-wcwl-ui.php:100
 
326
  msgid "Select options"
327
  msgstr ""
328
 
329
- #: ../class.yith-wcwl-ui.php:145
330
- msgid "Share on:"
331
- msgstr "Поширити в:"
332
-
333
- #: ../class.yith-wcwl-ui.php:149
334
  msgid "Facebook"
335
  msgstr ""
336
 
337
- #: ../class.yith-wcwl-ui.php:152
338
  msgid "Twitter"
339
  msgstr ""
340
 
341
- #: ../class.yith-wcwl-ui.php:161
342
  msgid "email"
343
  msgstr ""
344
 
345
- #: ../class.yith-wcwl.php:140
346
  msgid "Error occurred while adding product to wishlist."
347
  msgstr ""
348
 
349
- #: ../class.yith-wcwl.php:162
 
 
 
 
350
  msgid "Error occurred while removing product from wishlist"
351
  msgstr ""
352
 
353
- #: ../class.yith-wcwl.php:353 ../yith-wcwl-ajax.php:49
 
 
 
 
354
  msgid "Product already in the wishlist."
355
  msgstr ""
356
 
357
- #: ../class.yith-wcwl.php:370 ../yith-wcwl-ajax.php:30
358
  msgid "Product successfully removed."
359
  msgstr ""
360
 
361
- #: ../class.yith-wcwl.php:373 ../yith-wcwl-ajax.php:33
362
  msgid "Error. Unable to remove the product from the wishlist."
363
  msgstr ""
364
 
365
- #: ../class.yith-wcwl.php:377 ../yith-wcwl-ajax.php:37
366
- #: ../templates/wishlist.php:161
367
  msgid "No products were added to the wishlist"
368
  msgstr "Немає доданих продуктів до вибраного"
369
 
370
- #: ../templates/wishlist.php:82
371
- msgid "Product Name"
372
- msgstr "Назва продукту"
 
 
 
 
373
 
374
- #: ../templates/wishlist.php:83
375
- msgid "Unit Price"
376
- msgstr "Ціна"
 
 
377
 
378
- #: ../templates/wishlist.php:84
379
- msgid "Stock Status"
380
- msgstr "Наявність на складі"
 
 
 
 
381
 
382
- #: ../templates/wishlist.php:107
383
- msgid "Remove this product"
 
 
384
  msgstr ""
385
 
386
- #: ../templates/wishlist.php:127
387
- msgid "Free!"
 
 
388
  msgstr ""
389
 
390
- #: ../templates/wishlist.php:140
391
- msgid "Out of Stock"
 
 
 
 
392
  msgstr ""
393
 
394
- #: ../templates/wishlist.php:143
395
- msgid "In Stock"
396
- msgstr "в наявності"
 
 
397
 
398
- #: ../yit-common/yith-panel.php:406
399
- msgid "Select a date"
 
 
400
  msgstr ""
401
 
402
- #: ../yit-common/yith-panel.php:407
403
- msgid "Hours"
 
 
404
  msgstr ""
405
 
406
- #: ../yit-common/yith-panel.php:408 ../yit-common/yith-panel.php:409
407
- msgid "Minutes"
 
408
  msgstr ""
409
 
410
- #: ../yit-common/yith-panel.php:417
411
- msgid "Upload"
 
412
  msgstr ""
413
 
414
- #: ../yit-common/yith-panel.php:444
415
- msgid "px"
416
  msgstr ""
417
 
418
- #: ../yit-common/yith-panel.php:445
419
- msgid "em"
420
  msgstr ""
421
 
422
- #: ../yit-common/yith-panel.php:446
423
- msgid "pt"
424
  msgstr ""
425
 
426
- #: ../yit-common/yith-panel.php:447
427
- msgid "rem"
428
  msgstr ""
429
 
430
- #: ../yit-common/yith-panel.php:457
431
- msgid "Select a font family"
432
  msgstr ""
433
 
434
- #: ../yit-common/yith-panel.php:465
435
- msgid "Regular"
436
  msgstr ""
437
 
438
- #: ../yit-common/yith-panel.php:466
439
- msgid "Bold"
440
  msgstr ""
441
 
442
- #: ../yit-common/yith-panel.php:467
443
- msgid "Extra bold"
444
  msgstr ""
445
 
446
- #: ../yit-common/yith-panel.php:468
447
- msgid "Italic"
448
  msgstr ""
449
 
450
- #: ../yit-common/yith-panel.php:469
451
- msgid "Italic bold"
 
452
  msgstr ""
453
 
454
- #: ../yit-common/yith-panel.php:481
455
- msgid "Click to preview"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
456
  msgstr ""
457
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
458
  #~ msgid "View Cart &rarr;"
459
  #~ msgstr "Подивитись корзину &rarr;"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WCWL\n"
4
+ "POT-Creation-Date: 2015-02-12 13:15+0100\n"
5
+ "PO-Revision-Date: 2015-02-12 13:15+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"
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:177
30
+ #: ../includes/class.yith-wcwl-admin-init.php:1054
31
+ #: ../includes/class.yith-wcwl-admin-init.php:1055
32
+ #: ../includes/class.yith-wcwl-install.php:240
33
+ msgid "Wishlist"
34
  msgstr ""
35
 
36
+ #: ../includes/class.yith-wcwl-admin-init.php:179
37
+ #: ../includes/class.yith-wcwl-admin-init.php:277
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:180
46
+ #: ../includes/class.yith-wcwl-admin-init.php:244
47
  msgid "Colors"
48
  msgstr ""
49
 
50
+ #: ../includes/class.yith-wcwl-admin-init.php:181
51
+ #: ../includes/class.yith-wcwl-admin-init.php:281
52
+ msgid "Premium Version"
53
  msgstr ""
54
 
55
+ #: ../includes/class.yith-wcwl-admin-init.php:305
56
+ msgid ""
57
+ "WARNING: This plugin requires at least WooCommerce 2.2! Plase, use this link "
58
+ "to update it."
59
  msgstr ""
60
 
61
+ #: ../includes/class.yith-wcwl-admin-init.php:308
62
+ msgid "WARNING: This plugin requires at least WooCommerce 2.2!"
63
  msgstr ""
64
 
65
+ #: ../includes/class.yith-wcwl-admin-init.php:313
66
+ msgid "Plugin Documentation"
67
  msgstr ""
68
 
69
+ #: ../includes/class.yith-wcwl-admin-init.php:329
70
+ msgid "Wishlist Page"
71
  msgstr ""
72
 
73
+ #: ../includes/class.yith-wcwl-admin-init.php:330
74
+ msgid "Page contents: [yith_wcwl_wishlist]"
75
  msgstr ""
76
 
77
+ #: ../includes/class.yith-wcwl-admin-init.php:596
78
+ msgid "Upgrade to the PREMIUM VERSION"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
79
  msgstr ""
80
 
81
+ #: ../includes/class.yith-wcwl-admin-init.php:599
82
+ msgid "YITH WooCommerce Wishlist"
83
  msgstr ""
84
 
85
+ #: ../includes/class.yith-wcwl-admin-init.php:600
86
+ msgid "Discover the Advanced Features"
87
  msgstr ""
88
 
89
+ #: ../includes/class.yith-wcwl-admin-init.php:601
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:608
96
+ msgid "Get Support and Pro Features"
97
  msgstr ""
98
 
99
+ #: ../includes/class.yith-wcwl-admin-init.php:609
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:619
107
+ msgid "General Settings"
108
  msgstr ""
109
 
110
+ #: ../includes/class.yith-wcwl-admin-init.php:626
111
  msgid "Enable YITH Wishlist"
112
  msgstr ""
113
 
114
+ #: ../includes/class.yith-wcwl-admin-init.php:627
115
  #, php-format
116
  msgid ""
117
  "Enable all plugin features. <strong>Be sure to select a voice in the "
119
  "\" target=\"_blank\">documentation</a>."
120
  msgstr ""
121
 
122
+ #: ../includes/class.yith-wcwl-admin-init.php:634
123
+ msgid "Default wishlist title"
 
 
 
 
 
 
 
 
 
 
 
 
124
  msgstr ""
125
 
126
+ #: ../includes/class.yith-wcwl-admin-init.php:636
127
+ #: ../includes/class.yith-wcwl-admin-init.php:637
128
+ #: ../includes/class.yith-wcwl-admin-init.php:854
129
+ #: ../includes/class.yith-wcwl-admin-init.php:855
130
  #, php-format
131
  msgid "My wishlist on %s"
132
  msgstr "Мій обраний список в %s"
133
 
134
+ #: ../includes/class.yith-wcwl-admin-init.php:645
135
  msgid "Position"
136
  msgstr ""
137
 
138
+ #: ../includes/class.yith-wcwl-admin-init.php:646
139
  msgid ""
140
  "On variable products you can add it only After \"Add to Cart\" or use the "
141
  "shortcode [yith_wcwl_add_to_wishlist]."
142
  msgstr ""
143
 
144
+ #: ../includes/class.yith-wcwl-admin-init.php:652
145
  msgid "After \"Add to cart\""
146
  msgstr "After \"Додати в кошик\""
147
 
148
+ #: ../includes/class.yith-wcwl-admin-init.php:653
149
  msgid "After thumbnails"
150
  msgstr ""
151
 
152
+ #: ../includes/class.yith-wcwl-admin-init.php:654
153
  msgid "After summary"
154
  msgstr ""
155
 
156
+ #: ../includes/class.yith-wcwl-admin-init.php:655
157
  msgid "Use shortcode"
158
  msgstr ""
159
 
160
+ #: ../includes/class.yith-wcwl-admin-init.php:660
161
  msgid "Redirect to cart"
162
  msgstr ""
163
 
164
+ #: ../includes/class.yith-wcwl-admin-init.php:661
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:668
171
  msgid "Remove if added to the cart"
172
  msgstr ""
173
 
174
+ #: ../includes/class.yith-wcwl-admin-init.php:669
175
  msgid "Remove the product from the wishlist if is been added to the cart."
176
  msgstr ""
177
 
178
+ #: ../includes/class.yith-wcwl-admin-init.php:676
179
  msgid "\"Add to Wishlist\" text"
180
  msgstr ""
181
 
182
+ #: ../includes/class.yith-wcwl-admin-init.php:678
183
+ #: ../includes/class.yith-wcwl-admin-init.php:679
184
  msgid "Add to Wishlist"
185
  msgstr ""
186
 
187
+ #: ../includes/class.yith-wcwl-admin-init.php:684
188
  msgid "\"Add to Cart\" text"
189
  msgstr "\"Додати в кошик\" text"
190
 
191
+ #: ../includes/class.yith-wcwl-admin-init.php:686
192
+ #: ../includes/class.yith-wcwl-admin-init.php:687
193
  msgid "Add to Cart"
194
  msgstr "Додати в кошик"
195
 
196
+ #: ../includes/class.yith-wcwl-admin-init.php:692
197
  #, fuzzy
198
  msgid "Show Unit price"
199
  msgstr "Ціна"
200
 
201
+ #: ../includes/class.yith-wcwl-admin-init.php:693
202
+ msgid "Show unit price for each product in wishlist"
203
+ msgstr ""
204
+
205
+ #: ../includes/class.yith-wcwl-admin-init.php:701
206
  #, fuzzy
207
  msgid "Show \"Add to Cart\" button"
208
  msgstr "\"Додати в кошик\" button text"
209
 
210
+ #: ../includes/class.yith-wcwl-admin-init.php:702
211
+ #, fuzzy
212
+ msgid "Show \"Add to cart\" button for each product in wishlist"
213
+ msgstr "\"Додати в кошик\" button background"
214
+
215
+ #: ../includes/class.yith-wcwl-admin-init.php:710
216
  #, fuzzy
217
  msgid "Show Stock status"
218
  msgstr "Наявність на складі"
219
 
220
+ #: ../includes/class.yith-wcwl-admin-init.php:711
221
+ msgid ""
222
+ "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
223
+ msgstr ""
224
+
225
+ #: ../includes/class.yith-wcwl-admin-init.php:734
226
+ msgid "Styles"
227
+ msgstr ""
228
+
229
+ #: ../includes/class.yith-wcwl-admin-init.php:741
230
  msgid "Use buttons"
231
  msgstr ""
232
 
233
+ #: ../includes/class.yith-wcwl-admin-init.php:742
234
  msgid "Use buttons instead of a simple anchors."
235
  msgstr ""
236
 
237
+ #: ../includes/class.yith-wcwl-admin-init.php:749
238
  msgid "Custom CSS"
239
  msgstr ""
240
 
241
+ #: ../includes/class.yith-wcwl-admin-init.php:757
242
  msgid "Use theme style"
243
  msgstr ""
244
 
245
+ #: ../includes/class.yith-wcwl-admin-init.php:758
246
  msgid "Use the theme style."
247
  msgstr ""
248
 
249
+ #: ../includes/class.yith-wcwl-admin-init.php:765
250
+ msgid "Button rounded corners"
251
  msgstr ""
252
 
253
+ #: ../includes/class.yith-wcwl-admin-init.php:766
254
  msgid "Make buttons corner rounded"
255
  msgstr ""
256
 
257
+ #: ../includes/class.yith-wcwl-admin-init.php:773
258
  msgid "\"Add to Wishlist\" icon"
259
  msgstr ""
260
 
261
+ #: ../includes/class.yith-wcwl-admin-init.php:774
262
  msgid "Add an icon to the \"Add to Wishlist\" button"
263
  msgstr ""
264
 
265
+ #: ../includes/class.yith-wcwl-admin-init.php:785
266
  msgid "\"Add to Cart\" icon"
267
  msgstr "\"Додати в кошик\" icon"
268
 
269
+ #: ../includes/class.yith-wcwl-admin-init.php:786
270
  msgid "Add an icon to the \"Add to Cart\" button"
271
  msgstr "Add an icon to the \"Додати в кошик\" button"
272
 
273
+ #: ../includes/class.yith-wcwl-admin-init.php:805
274
+ msgid "Socials &amp; Share"
275
+ msgstr ""
276
+
277
+ #: ../includes/class.yith-wcwl-admin-init.php:812
278
  msgid "Share on Facebook"
279
  msgstr ""
280
 
281
+ #: ../includes/class.yith-wcwl-admin-init.php:813
282
+ #: ../includes/class.yith-wcwl-admin-init.php:837
283
+ #, fuzzy
284
+ msgid "Show \"Share on Facebook\" button"
285
+ msgstr "\"Додати в кошик\" button text"
286
+
287
+ #: ../includes/class.yith-wcwl-admin-init.php:820
288
  msgid "Tweet on Twitter"
289
  msgstr ""
290
 
291
+ #: ../includes/class.yith-wcwl-admin-init.php:821
292
+ #, fuzzy
293
+ msgid "Show \"Tweet on Twitter\" button"
294
+ msgstr "\"Додати в кошик\" button text"
295
+
296
+ #: ../includes/class.yith-wcwl-admin-init.php:828
297
  msgid "Pin on Pinterest"
298
  msgstr ""
299
 
300
+ #: ../includes/class.yith-wcwl-admin-init.php:829
301
+ #, fuzzy
302
+ msgid "Show \"Pin on Pinterest\" button"
303
+ msgstr "\"Додати в кошик\" button text"
304
+
305
+ #: ../includes/class.yith-wcwl-admin-init.php:836
306
  msgid "Share on Google+"
307
  msgstr ""
308
 
309
+ #: ../includes/class.yith-wcwl-admin-init.php:844
310
  msgid "Share by Email"
311
  msgstr ""
312
 
313
+ #: ../includes/class.yith-wcwl-admin-init.php:845
314
+ #, fuzzy
315
+ msgid "Show \"Share by Email\" button"
316
+ msgstr "\"Додати в кошик\" button text"
317
+
318
+ #: ../includes/class.yith-wcwl-admin-init.php:852
319
+ msgid "Social title"
320
  msgstr ""
321
 
322
+ #: ../includes/class.yith-wcwl-admin-init.php:860
323
+ msgid "Social text"
324
  msgstr ""
325
 
326
+ #: ../includes/class.yith-wcwl-admin-init.php:861
327
  msgid ""
328
  "Will be used by Facebook, Twitter and Pinterest. Use <strong>%wishlist_url%</"
329
  "strong> where you want the URL of your wishlist to appear."
330
  msgstr ""
331
 
332
+ #: ../includes/class.yith-wcwl-admin-init.php:869
333
+ msgid "Social image URL"
334
+ msgstr ""
335
+
336
+ #: ../includes/class.yith-wcwl-admin-init.php:905
337
+ #, fuzzy
338
+ msgid "\"Add to wishlist\" button"
339
+ msgstr "\"Додати в кошик\" button text"
340
+
341
+ #: ../includes/class.yith-wcwl-admin-init.php:908
342
+ #: ../includes/class.yith-wcwl-admin-init.php:926
343
+ #: ../includes/class.yith-wcwl-admin-init.php:944
344
+ #: ../includes/class.yith-wcwl-admin-init.php:962
345
+ #: ../includes/class.yith-wcwl-admin-init.php:980
346
+ msgid "Background"
347
+ msgstr ""
348
+
349
+ #: ../includes/class.yith-wcwl-admin-init.php:909
350
+ #: ../includes/class.yith-wcwl-admin-init.php:927
351
+ #: ../includes/class.yith-wcwl-admin-init.php:945
352
+ #: ../includes/class.yith-wcwl-admin-init.php:963
353
+ #: ../includes/class.yith-wcwl-admin-init.php:981
354
+ msgid "Text"
355
+ msgstr ""
356
+
357
+ #: ../includes/class.yith-wcwl-admin-init.php:910
358
+ #: ../includes/class.yith-wcwl-admin-init.php:928
359
+ #: ../includes/class.yith-wcwl-admin-init.php:946
360
+ #: ../includes/class.yith-wcwl-admin-init.php:964
361
+ #: ../includes/class.yith-wcwl-admin-init.php:982
362
+ msgid "Border"
363
+ msgstr ""
364
+
365
+ #: ../includes/class.yith-wcwl-admin-init.php:917
366
+ #: ../includes/class.yith-wcwl-admin-init.php:935
367
+ #: ../includes/class.yith-wcwl-admin-init.php:953
368
+ #: ../includes/class.yith-wcwl-admin-init.php:971
369
+ msgid "Background (hover)"
370
+ msgstr ""
371
+
372
+ #: ../includes/class.yith-wcwl-admin-init.php:918
373
+ #: ../includes/class.yith-wcwl-admin-init.php:936
374
+ #: ../includes/class.yith-wcwl-admin-init.php:954
375
+ #: ../includes/class.yith-wcwl-admin-init.php:972
376
+ msgid "Text (hover)"
377
+ msgstr ""
378
+
379
+ #: ../includes/class.yith-wcwl-admin-init.php:919
380
+ #: ../includes/class.yith-wcwl-admin-init.php:937
381
+ #: ../includes/class.yith-wcwl-admin-init.php:955
382
+ #: ../includes/class.yith-wcwl-admin-init.php:973
383
+ msgid "Border (hover)"
384
+ msgstr ""
385
+
386
+ #: ../includes/class.yith-wcwl-admin-init.php:923
387
+ #, fuzzy
388
+ msgid "\"Add to Cart\" button"
389
+ msgstr "\"Додати в кошик\" button text"
390
+
391
+ #: ../includes/class.yith-wcwl-admin-init.php:941
392
+ msgid "\"Style 1\" button"
393
+ msgstr ""
394
+
395
+ #: ../includes/class.yith-wcwl-admin-init.php:959
396
+ msgid "\"Style 2\" button"
397
+ msgstr ""
398
+
399
+ #: ../includes/class.yith-wcwl-admin-init.php:977
400
+ msgid "Wishlist table"
401
+ msgstr ""
402
+
403
+ #: ../includes/class.yith-wcwl-admin-init.php:986
404
+ msgid "Headers"
405
+ msgstr ""
406
+
407
+ #: ../includes/class.yith-wcwl-admin-init.php:989
408
+ msgid "Background color"
409
+ msgstr ""
410
+
411
+ #: ../includes/class.yith-wcwl-admin-init.php:1116
412
+ msgid "Wishlist Activated"
413
+ msgstr ""
414
+
415
+ #: ../includes/class.yith-wcwl-admin-init.php:1117
416
+ #, php-format
417
+ msgid ""
418
+ "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
419
+ "can access to all the settings of our plugins that you have activated. "
420
+ "Wishlist is available in an outstanding PREMIUM version with many new "
421
+ "options, <a href=\"%s\">discover it now</a>."
422
+ msgstr ""
423
+
424
+ #: ../includes/class.yith-wcwl-admin-init.php:1128
425
+ msgid "Wishlist Updated"
426
+ msgstr ""
427
+
428
+ #: ../includes/class.yith-wcwl-admin-init.php:1129
429
+ #, php-format
430
+ msgid ""
431
+ "From now on, you can find all the options of Wishlist under YIT Plugin -> "
432
+ "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
433
+ "version. When one of our plugins updates, a new voice will be added to this "
434
+ "menu. Wishlist renovates with new available options, <a href=\"%s\">discover "
435
+ "the PREMIUM version.</a>"
436
+ msgstr ""
437
+
438
+ #: ../includes/class.yith-wcwl-init.php:341
439
+ msgid ""
440
+ "We are sorry,but this feature is available only if cookies on your browser "
441
+ "are enabled."
442
  msgstr ""
443
 
444
+ #: ../includes/class.yith-wcwl-install.php:239
445
  msgid "wishlist"
446
  msgstr ""
447
 
448
+ #: ../includes/class.yith-wcwl-shortcode.php:225
449
+ #: ../includes/class.yith-wcwl-ui.php:161
450
+ msgid "Share on:"
451
+ msgstr "Поширити в:"
452
+
453
+ #: ../includes/class.yith-wcwl-ui.php:81 ../includes/class.yith-wcwl.php:1143
454
+ #: ../templates/add-to-wishlist.php:21
455
  msgid "Product added!"
456
  msgstr ""
457
 
458
+ #: ../includes/class.yith-wcwl-ui.php:81 ../includes/class.yith-wcwl-ui.php:82
459
+ #: ../templates/add-to-wishlist.php:23 ../templates/add-to-wishlist.php:30
460
  msgid "Browse Wishlist"
461
  msgstr ""
462
 
463
+ #: ../includes/class.yith-wcwl-ui.php:82 ../templates/add-to-wishlist.php:28
464
  msgid "The product is already in the wishlist!"
465
  msgstr ""
466
 
467
+ #: ../includes/class.yith-wcwl-ui.php:116
468
+ #: ../includes/class.yith-wcwl-ui.php:200
469
  msgid "Select options"
470
  msgstr ""
471
 
472
+ #: ../includes/class.yith-wcwl-ui.php:165 ../templates/share.php:16
 
 
 
 
473
  msgid "Facebook"
474
  msgstr ""
475
 
476
+ #: ../includes/class.yith-wcwl-ui.php:168 ../templates/share.php:22
477
  msgid "Twitter"
478
  msgstr ""
479
 
480
+ #: ../includes/class.yith-wcwl-ui.php:177
481
  msgid "email"
482
  msgstr ""
483
 
484
+ #: ../includes/class.yith-wcwl.php:192 ../includes/class.yith-wcwl.php:276
485
  msgid "Error occurred while adding product to wishlist."
486
  msgstr ""
487
 
488
+ #: ../includes/class.yith-wcwl.php:291
489
+ msgid "Remove now does not require any param"
490
+ msgstr ""
491
+
492
+ #: ../includes/class.yith-wcwl.php:325
493
  msgid "Error occurred while removing product from wishlist"
494
  msgstr ""
495
 
496
+ #: ../includes/class.yith-wcwl.php:603
497
+ msgid "You need to log in before creating a new wishlist"
498
+ msgstr ""
499
+
500
+ #: ../includes/class.yith-wcwl.php:1146
501
  msgid "Product already in the wishlist."
502
  msgstr ""
503
 
504
+ #: ../includes/class.yith-wcwl.php:1178
505
  msgid "Product successfully removed."
506
  msgstr ""
507
 
508
+ #: ../includes/class.yith-wcwl.php:1182
509
  msgid "Error. Unable to remove the product from the wishlist."
510
  msgstr ""
511
 
512
+ #: ../includes/class.yith-wcwl.php:1186 ../templates/wishlist-view.php:165
 
513
  msgid "No products were added to the wishlist"
514
  msgstr "Немає доданих продуктів до вибраного"
515
 
516
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:460
517
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:574
518
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:719
519
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1632
520
+ #, php-format
521
+ msgid "Add %s"
522
+ msgstr ""
523
 
524
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:461
525
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:575
526
+ #, php-format
527
+ msgid "Add New %s"
528
+ msgstr ""
529
 
530
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:462
531
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:576
532
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1267
533
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1304
534
+ #, php-format
535
+ msgid "Edit %s"
536
+ msgstr ""
537
 
538
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:463
539
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:577
540
+ #, php-format
541
+ msgid "New %s"
542
  msgstr ""
543
 
544
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:464
545
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:578
546
+ #, php-format
547
+ msgid "All %s"
548
  msgstr ""
549
 
550
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:465
551
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:579
552
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1251
553
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1305
554
+ #, php-format
555
+ msgid "View %s"
556
  msgstr ""
557
 
558
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:466
559
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:580
560
+ #, php-format
561
+ msgid "Search %s"
562
+ msgstr ""
563
 
564
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:467
565
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:581
566
+ #, php-format
567
+ msgid "No %s found"
568
  msgstr ""
569
 
570
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:468
571
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:582
572
+ #, php-format
573
+ msgid "No %s found in Trash"
574
  msgstr ""
575
 
576
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:625
577
+ #, php-format
578
+ msgid "%s Categories"
579
  msgstr ""
580
 
581
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:626
582
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:635
583
+ msgid "Category"
584
  msgstr ""
585
 
586
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:627
587
+ msgid "Search Categories"
588
  msgstr ""
589
 
590
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:628
591
+ msgid "All Categories"
592
  msgstr ""
593
 
594
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:629
595
+ msgid "Parent Category"
596
  msgstr ""
597
 
598
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:630
599
+ msgid "Parent Category:"
600
  msgstr ""
601
 
602
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:631
603
+ msgid "Edit Category"
604
  msgstr ""
605
 
606
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:632
607
+ msgid "Update Category"
608
  msgstr ""
609
 
610
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:633
611
+ msgid "Add New Category"
612
  msgstr ""
613
 
614
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:634
615
+ msgid "New Category Name"
616
  msgstr ""
617
 
618
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:724
619
+ msgid "Categories"
620
  msgstr ""
621
 
622
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1042
623
+ #, php-format
624
+ msgid "%s Settings"
625
  msgstr ""
626
 
627
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1051
628
+ msgid "Type"
629
+ msgstr ""
630
+
631
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1052
632
+ msgid "The layout for this "
633
+ msgstr ""
634
+
635
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1058
636
+ msgid "Rewrite"
637
+ msgstr ""
638
+
639
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1059
640
+ msgid "The word used for the URL of each project (the slug of post if empty)"
641
+ msgstr ""
642
+
643
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1064
644
+ msgid "Label Singular"
645
+ msgstr ""
646
+
647
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1065
648
+ msgid ""
649
+ "Set the label in singular to use for each label (the title of portfolio if "
650
+ "empty)"
651
+ msgstr ""
652
+
653
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1070
654
+ msgid "Label Plural"
655
+ msgstr ""
656
+
657
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1071
658
+ msgid ""
659
+ "Set the label in plural to use for each label (the title of portfolio if "
660
+ "empty)"
661
+ msgstr ""
662
+
663
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1076
664
+ msgid "Taxonomy"
665
+ msgstr ""
666
+
667
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1077
668
+ msgid ""
669
+ "If you want to use a category section for the portfolio, set the name of "
670
+ "taxonomy. Name should be in slug form (must not contain capital letters or "
671
+ "spaces) and not more than 32 characters long (database structure "
672
+ "restriction)."
673
+ msgstr ""
674
+
675
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1082
676
+ msgid "Taxonomy Rewrite"
677
+ msgstr ""
678
+
679
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1083
680
+ msgid "Set the word to use in the URL for each category page."
681
+ msgstr ""
682
+
683
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1088
684
+ msgid "Single layout"
685
+ msgstr ""
686
+
687
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1089
688
+ msgid "The layout for single page of this portfolio"
689
+ msgstr ""
690
+
691
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1130
692
+ msgid "layout settings"
693
+ msgstr ""
694
+
695
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1222
696
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1235
697
+ msgid "Quick links"
698
+ msgstr ""
699
+
700
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1475
701
+ #, php-format
702
+ msgid "Show the frontend of the %s"
703
+ msgstr ""
704
+
705
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1482
706
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:46
707
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:90
708
+ msgid "Name"
709
+ msgstr ""
710
+
711
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1631
712
+ #, php-format
713
+ msgid "Add %s by images"
714
+ msgstr ""
715
+
716
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1633
717
+ msgid "Add with multiupload"
718
+ msgstr ""
719
+
720
+ #: ../plugin-fw/lib/yit-plugin-panel-wc.php:303
721
+ msgid "The changes you made will be lost if you navigate away from this page."
722
+ msgstr ""
723
+
724
+ #: ../plugin-fw/lib/yit-plugin-panel.php:61
725
+ msgid "Plugin Settings"
726
+ msgstr ""
727
+
728
+ #: ../plugin-fw/lib/yit-plugin-panel.php:92
729
+ #: ../plugin-fw/lib/yit-plugin-subpanel.php:101
730
+ msgid "YIT Plugins"
731
+ msgstr ""
732
+
733
+ #: ../plugin-fw/lib/yit-plugin-panel.php:271
734
+ #: ../plugin-fw/lib/yit-plugin-subpanel.php:142
735
+ #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:5
736
+ msgid "Save Changes"
737
+ msgstr ""
738
+
739
+ #: ../plugin-fw/lib/yit-plugin-panel.php:274
740
+ #: ../plugin-fw/lib/yit-plugin-subpanel.php:145
741
+ #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:8
742
+ msgid ""
743
+ "If you continue with this action, you will reset all options are in this "
744
+ "page."
745
+ msgstr ""
746
+
747
+ #: ../plugin-fw/lib/yit-plugin-panel.php:276
748
+ #: ../plugin-fw/lib/yit-plugin-subpanel.php:147
749
+ #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
750
+ msgid "Reset Defaults"
751
+ msgstr ""
752
+
753
+ #: ../plugin-fw/lib/yit-plugin-panel.php:276
754
+ #: ../plugin-fw/lib/yit-plugin-subpanel.php:147
755
+ #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
756
+ msgid "Are you sure of it?"
757
+ msgstr ""
758
+
759
+ #: ../plugin-fw/lib/yit-plugin-panel.php:410
760
+ msgid ""
761
+ "The element you have written is already exists. Please, add another name."
762
+ msgstr ""
763
+
764
+ #: ../plugin-fw/lib/yit-plugin-panel.php:411
765
+ msgid "Settings saved"
766
+ msgstr ""
767
+
768
+ #: ../plugin-fw/lib/yit-plugin-panel.php:412
769
+ msgid "Settings reset"
770
+ msgstr ""
771
+
772
+ #: ../plugin-fw/lib/yit-plugin-panel.php:413
773
+ msgid "Element deleted correctly."
774
+ msgstr ""
775
+
776
+ #: ../plugin-fw/lib/yit-plugin-panel.php:414
777
+ #: ../plugin-fw/lib/yit-plugin-panel.php:415
778
+ msgid "Element updated correctly."
779
+ msgstr ""
780
+
781
+ #: ../plugin-fw/lib/yit-plugin-panel.php:416
782
+ msgid "Database imported correctly."
783
+ msgstr ""
784
+
785
+ #: ../plugin-fw/lib/yit-plugin-panel.php:417
786
+ msgid "An error encoured during during import. Please try again."
787
+ msgstr ""
788
+
789
+ #: ../plugin-fw/lib/yit-plugin-panel.php:418
790
+ msgid "The file you have insert doesn't valid."
791
+ msgstr ""
792
+
793
+ #: ../plugin-fw/lib/yit-plugin-panel.php:419
794
+ msgid "I'm sorry, the import featured is disabled."
795
+ msgstr ""
796
+
797
+ #: ../plugin-fw/lib/yit-plugin-panel.php:420
798
+ msgid "Sorting done correctly."
799
+ msgstr ""
800
+
801
+ #: ../plugin-fw/lib/yit-pointers.php:70
802
+ msgid "Plugins Activated"
803
+ msgstr ""
804
+
805
+ #: ../plugin-fw/lib/yit-pointers.php:71
806
+ msgid ""
807
+ "From now on, you can find all the options of your plugins under the YIT "
808
+ "Plugin menu voice.\n"
809
+ " For every installation of our new "
810
+ "plugins, a new voice will be added to access to the customization settings."
811
+ msgstr ""
812
+
813
+ #: ../plugin-fw/lib/yit-pointers.php:73 ../plugin-fw/lib/yit-pointers.php:89
814
+ msgid "Discover all our plugins available on:"
815
+ msgstr ""
816
+
817
+ #: ../plugin-fw/lib/yit-pointers.php:74 ../plugin-fw/lib/yit-pointers.php:90
818
+ msgid "and"
819
  msgstr ""
820
 
821
+ #: ../plugin-fw/lib/yit-pointers.php:84
822
+ msgid "Plugins Upgraded"
823
+ msgstr ""
824
+
825
+ #: ../plugin-fw/lib/yit-pointers.php:85
826
+ msgid ""
827
+ "From now on, you can find all the options of your plugins under the YIT "
828
+ "Plugin menu voice.\n"
829
+ " When one of our plugins updates, a new "
830
+ "voice will be added to this menu.\n"
831
+ " For example, after the update, the "
832
+ "options from the plugins (YITH WooCommerce Wishlist, YITH WooCommerce Ajax "
833
+ "Search, etc.)\n"
834
+ " will be removed from the previous "
835
+ "location and moved under the YIT Plugin tab."
836
+ msgstr ""
837
+
838
+ #: ../plugin-fw/lib/yit-upgrade.php:119
839
+ msgid "There is a new version of %plugin_name% available."
840
+ msgstr ""
841
+
842
+ #: ../plugin-fw/lib/yit-upgrade.php:120
843
+ msgid "View version %latest% details."
844
+ msgstr ""
845
+
846
+ #: ../plugin-fw/lib/yit-upgrade.php:121
847
+ msgid "Automatic update is unavailable for this plugin,"
848
+ msgstr ""
849
+
850
+ #: ../plugin-fw/lib/yit-upgrade.php:122
851
+ msgid ""
852
+ "please <a href=\"%activate_link%\"> activate </a> your copy of %plugin_name%."
853
+ msgstr ""
854
+
855
+ #: ../plugin-fw/lib/yit-upgrade.php:123
856
+ msgid "Update now."
857
+ msgstr ""
858
+
859
+ #: ../plugin-fw/lib/yit-upgrade.php:226
860
+ msgid "Yithemes Repository"
861
+ msgstr ""
862
+
863
+ #: ../plugin-fw/lib/yit-upgrade.php:260
864
+ msgid "Invalid URL Provided."
865
+ msgstr ""
866
+
867
+ #: ../plugin-fw/lib/yit-upgrade.php:273
868
+ msgid "Could not create Temporary file."
869
+ msgstr ""
870
+
871
+ #: ../plugin-fw/lib/yit-upgrade.php:414
872
+ #, php-format
873
+ msgid ""
874
+ "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
875
+ "yit-changelog-button\" title=\"%3$s\">View version %4$s details</a>."
876
+ msgstr ""
877
+
878
+ #: ../plugin-fw/lib/yit-upgrade.php:416
879
+ #, php-format
880
+ msgid ""
881
+ "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
882
+ "yit-changelog-button\" title=\"%3$s\">View version %4$s details</a>. <em>You "
883
+ "have to activate the plugin on a single site of the network to benefit from "
884
+ "the automatic updates.</em>"
885
+ msgstr ""
886
+
887
+ #: ../plugin-fw/lib/yit-upgrade.php:418
888
+ #, php-format
889
+ msgid ""
890
+ "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
891
+ "yit-changelog-button\" title=\"%3$s\">View version %4$s details</a>. "
892
+ "<em>Automatic update is unavailable for this plugin, please <a href=\"%5$s\" "
893
+ "title=\"Licence activation\">activate</a> your copy of %6s.</em>"
894
+ msgstr ""
895
+
896
+ #: ../plugin-fw/lib/yit-upgrade.php:420
897
+ #, php-format
898
+ msgid ""
899
+ "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
900
+ "yit-changelog-button\" title=\"%3$s\">View version %4$s details</a> or <a "
901
+ "href=\"%5$s\">update now</a>."
902
+ msgstr ""
903
+
904
+ #: ../plugin-fw/lib/yit-upgrade.php:493
905
+ msgid "You can't update plugins for this site."
906
+ msgstr ""
907
+
908
+ #: ../plugin-fw/lib/yit-upgrade.php:497
909
+ msgid "You do not have sufficient permissions to update plugins for this site."
910
+ msgstr ""
911
+
912
+ #: ../plugin-fw/lib/yit-upgrade.php:504
913
+ msgid "Update Plugin"
914
+ msgstr ""
915
+
916
+ #: ../plugin-fw/licence/lib/yit-licence.php:148
917
+ #, php-format
918
+ msgid "%field% field can not be empty"
919
+ msgstr ""
920
+
921
+ #: ../plugin-fw/licence/lib/yit-licence.php:149
922
+ msgid "%field_1% and %field_2% fields can not be empty"
923
+ msgstr ""
924
+
925
+ #: ../plugin-fw/licence/lib/yit-licence.php:150
926
+ msgid "Unable to contact the remote server, please try again later. Thanks!"
927
+ msgstr ""
928
+
929
+ #: ../plugin-fw/licence/lib/yit-licence.php:529
930
+ msgid "Invalid Request"
931
+ msgstr ""
932
+
933
+ #: ../plugin-fw/licence/lib/yit-licence.php:530
934
+ msgid "Invalid licence key"
935
+ msgstr ""
936
+
937
+ #: ../plugin-fw/licence/lib/yit-licence.php:531
938
+ msgid "Software has been deactive"
939
+ msgstr ""
940
+
941
+ #: ../plugin-fw/licence/lib/yit-licence.php:532
942
+ msgid "Exceeded maximum number of activations"
943
+ msgstr ""
944
+
945
+ #: ../plugin-fw/licence/lib/yit-licence.php:533
946
+ msgid "Invalid instance ID"
947
+ msgstr ""
948
+
949
+ #: ../plugin-fw/licence/lib/yit-licence.php:534
950
+ msgid "Invalid security key"
951
+ msgstr ""
952
+
953
+ #: ../plugin-fw/licence/lib/yit-licence.php:535
954
+ msgid "Licence key has expired"
955
+ msgstr ""
956
+
957
+ #: ../plugin-fw/licence/lib/yit-licence.php:536
958
+ msgid "Licence key has be banned"
959
+ msgstr ""
960
+
961
+ #: ../plugin-fw/licence/lib/yit-plugin-licence.php:63
962
+ #: ../plugin-fw/licence/lib/yit-plugin-licence.php:64
963
+ #: ../plugin-fw/licence/lib/yit-theme-licence.php:63
964
+ #: ../plugin-fw/licence/lib/yit-theme-licence.php:64
965
+ #: ../plugin-fw/licence/lib/yit-theme-licence.php:106
966
+ #: ../plugin-fw/licence/lib/yit-theme-licence.php:107
967
+ msgid "Licence Activation"
968
+ msgstr ""
969
+
970
+ #: ../plugin-fw/licence/lib/yit-theme-licence.php:114
971
+ #: ../plugin-fw/licence/lib/yit-theme-licence.php:115
972
+ #, php-format
973
+ msgid "%s"
974
+ msgstr ""
975
+
976
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:19
977
+ msgid "Yithemes Licence Activation"
978
+ msgstr ""
979
+
980
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:23
981
+ msgid ""
982
+ "Have you updated your licenses? Have you asked for an extension? Update "
983
+ "information concerning your products."
984
+ msgstr ""
985
+
986
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:25
987
+ msgid "Update licence information"
988
+ msgstr ""
989
+
990
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:35
991
+ msgid "To Active"
992
+ msgstr ""
993
+
994
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:54
995
+ msgid "Activate"
996
+ msgstr ""
997
+
998
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:73
999
+ msgid "Activated"
1000
+ msgstr ""
1001
+
1002
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:77
1003
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:109
1004
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:133
1005
+ #: ../templates/wishlist-view.php:56
1006
+ msgid "Product Name"
1007
+ msgstr "Назва продукту"
1008
+
1009
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:78
1010
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:110
1011
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:134
1012
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:145
1013
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:337
1014
+ #: ../templates/share.php:40
1015
+ msgid "Email"
1016
+ msgstr ""
1017
+
1018
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:79
1019
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:111
1020
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:135
1021
+ msgid "Licence Key"
1022
+ msgstr ""
1023
+
1024
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:80
1025
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:136
1026
+ msgid "Expires"
1027
+ msgstr ""
1028
+
1029
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:81
1030
+ msgid "Remaining"
1031
+ msgstr ""
1032
+
1033
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:82
1034
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:95
1035
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:137
1036
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:147
1037
+ msgid "Renew"
1038
+ msgstr ""
1039
+
1040
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:93
1041
+ #, php-format
1042
+ msgid "%1s out of %2s"
1043
+ msgstr ""
1044
+
1045
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:105
1046
+ msgid "Banned"
1047
+ msgstr ""
1048
+
1049
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:129
1050
+ msgid "Expired"
1051
+ msgstr ""
1052
+
1053
+ #: ../plugin-fw/templates/metaboxes/types/ajax-products.php:23
1054
+ msgid "Search for a product"
1055
+ msgstr ""
1056
+
1057
+ #: ../plugin-fw/templates/metaboxes/types/categories.php:36
1058
+ msgid "No categories."
1059
+ msgstr ""
1060
+
1061
+ #: ../plugin-fw/templates/metaboxes/types/categories.php:42
1062
+ msgid "+ Add New Category"
1063
+ msgstr ""
1064
+
1065
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:5
1066
+ msgid "Text Input"
1067
+ msgstr ""
1068
+
1069
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:6
1070
+ msgid "Checkbox"
1071
+ msgstr ""
1072
+
1073
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:7
1074
+ msgid "Select"
1075
+ msgstr ""
1076
+
1077
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:8
1078
+ msgid "Textarea"
1079
+ msgstr ""
1080
+
1081
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:9
1082
+ msgid "Radio Input"
1083
+ msgstr ""
1084
+
1085
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:10
1086
+ msgid "Password Field"
1087
+ msgstr ""
1088
+
1089
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:11
1090
+ msgid "File Upload"
1091
+ msgstr ""
1092
+
1093
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:45
1094
+ msgid "Theme Icon"
1095
+ msgstr ""
1096
+
1097
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:46
1098
+ msgid "Custom Icon"
1099
+ msgstr ""
1100
+
1101
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:47
1102
+ #: ../plugin-fw/templates/metaboxes/types/responsivesliders.php:24
1103
+ msgid "None"
1104
+ msgstr ""
1105
+
1106
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:57
1107
+ msgid "Add field"
1108
+ msgstr ""
1109
+
1110
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:66
1111
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:258
1112
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:37
1113
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:82
1114
+ msgid "Remove"
1115
+ msgstr ""
1116
+
1117
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:67
1118
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:259
1119
+ msgid "Click to toggle"
1120
+ msgstr ""
1121
+
1122
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:74
1123
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:266
1124
+ msgid "Title Field"
1125
+ msgstr ""
1126
+
1127
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:78
1128
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:270
1129
+ msgid "Insert the title of field."
1130
+ msgstr ""
1131
+
1132
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:83
1133
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:275
1134
+ msgid "Data Name"
1135
+ msgstr ""
1136
+
1137
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:87
1138
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:279
1139
+ msgid ""
1140
+ "REQUIRED: The identification name of this field, that you can insert into "
1141
+ "body email configuration. <strong>Note:</strong>Use only lowercase "
1142
+ "characters and underscores."
1143
+ msgstr ""
1144
+
1145
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:92
1146
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:284
1147
+ msgid "Type field"
1148
+ msgstr ""
1149
+
1150
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:100
1151
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:292
1152
+ msgid "Select the type of this field."
1153
+ msgstr ""
1154
+
1155
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:105
1156
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:297
1157
+ msgid "Checked"
1158
+ msgstr ""
1159
+
1160
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:109
1161
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:301
1162
+ msgid "Select this if you want this field already checked."
1163
+ msgstr ""
1164
+
1165
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:114
1166
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:306
1167
+ #, fuzzy
1168
+ msgid "Add options "
1169
+ msgstr "Додати в кошик"
1170
+
1171
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:115
1172
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:307
1173
+ #, fuzzy
1174
+ msgid "Add option"
1175
+ msgstr "\"Додати в кошик\" icon"
1176
+
1177
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:118
1178
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:310
1179
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:432
1180
+ msgid "Selected"
1181
+ msgstr ""
1182
+
1183
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:121
1184
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:313
1185
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:432
1186
+ msgid "Delete option"
1187
+ msgstr ""
1188
+
1189
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:127
1190
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:319
1191
+ msgid "Message Error"
1192
+ msgstr ""
1193
+
1194
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:131
1195
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:323
1196
+ msgid "Insert the error message for validation."
1197
+ msgstr ""
1198
+
1199
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:136
1200
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:328
1201
+ msgid "Required"
1202
+ msgstr ""
1203
+
1204
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:140
1205
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:332
1206
+ msgid "Select this if it must be required."
1207
+ msgstr ""
1208
+
1209
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:149
1210
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:341
1211
+ msgid "Select this if it must be a valid email."
1212
+ msgstr ""
1213
+
1214
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:154
1215
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:346
1216
+ msgid "Reply To"
1217
+ msgstr ""
1218
+
1219
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:158
1220
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:350
1221
+ msgid "Select this if it's the email where you can reply."
1222
+ msgstr ""
1223
+
1224
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:163
1225
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:355
1226
+ msgid "Class"
1227
+ msgstr ""
1228
+
1229
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:167
1230
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:359
1231
+ msgid ""
1232
+ "Insert an additional class(es) (separateb by comma) for more personalization."
1233
+ msgstr ""
1234
+
1235
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:172
1236
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:364
1237
+ msgid "Icon"
1238
+ msgstr ""
1239
+
1240
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:200
1241
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:388
1242
+ #: ../plugin-fw/templates/metaboxes/types/icon-list.php:69
1243
+ #: ../plugin-fw/templates/metaboxes/types/select-icon.php:33
1244
+ #: ../plugin-fw/templates/metaboxes/types/upload.php:21
1245
+ #: ../plugin-fw/templates/panel/types/upload.php:31
1246
+ #: ../plugin-fw/templates/panel/woocommerce/woocommerce-upload.php:35
1247
+ #: ../yit-common/yith-panel.php:417
1248
+ msgid "Upload"
1249
+ msgstr ""
1250
+
1251
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:206
1252
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:394
1253
+ #: ../plugin-fw/templates/metaboxes/types/icon-list.php:75
1254
+ #: ../plugin-fw/templates/metaboxes/types/select-icon.php:39
1255
+ msgid "Image preview"
1256
+ msgstr ""
1257
+
1258
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:214
1259
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:402
1260
+ msgid "Insert an icon for more personalization."
1261
+ msgstr ""
1262
+
1263
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:219
1264
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:406
1265
+ msgid "Width"
1266
+ msgstr ""
1267
+
1268
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:244
1269
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:418
1270
+ msgid "Choose how much long will be the field."
1271
+ msgstr ""
1272
+
1273
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:28
1274
+ msgid "Close all"
1275
+ msgstr ""
1276
+
1277
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:28
1278
+ msgid "Expand all"
1279
+ msgstr ""
1280
+
1281
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:52
1282
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:95
1283
+ msgid "Value"
1284
+ msgstr ""
1285
+
1286
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:53
1287
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:96
1288
+ msgid "The content of the tab. (HTML is supported)"
1289
+ msgstr ""
1290
+
1291
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:65
1292
+ msgid "Add custom product tab"
1293
+ msgstr ""
1294
+
1295
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:107
1296
+ msgid "Do you want to remove the custom tab?"
1297
+ msgstr ""
1298
+
1299
+ #: ../plugin-fw/templates/metaboxes/types/icon-list.php:89
1300
+ #, php-format
1301
+ msgid "(Default: %s <img src=\"%s\"/>)"
1302
+ msgstr ""
1303
+
1304
+ #: ../plugin-fw/templates/metaboxes/types/icon-list.php:91
1305
+ #, php-format
1306
+ msgid "(Default: <i %s></i> )"
1307
+ msgstr ""
1308
+
1309
+ #: ../plugin-fw/templates/metaboxes/types/image-gallery.php:35
1310
+ #: ../plugin-fw/templates/metaboxes/types/image-gallery.php:40
1311
+ #: ../plugin-fw/templates/metaboxes/types/images.php:33
1312
+ #: ../plugin-fw/templates/metaboxes/types/images.php:59
1313
+ msgid "Delete image"
1314
+ msgstr ""
1315
+
1316
+ #: ../plugin-fw/templates/metaboxes/types/image-gallery.php:40
1317
+ msgid "Add Images to Gallery"
1318
+ msgstr ""
1319
+
1320
+ #: ../plugin-fw/templates/metaboxes/types/image-gallery.php:40
1321
+ #, fuzzy
1322
+ msgid "Add to gallery"
1323
+ msgstr "Додати в кошик"
1324
+
1325
+ #: ../plugin-fw/templates/metaboxes/types/image-gallery.php:40
1326
+ msgid "Add images"
1327
+ msgstr ""
1328
+
1329
+ #: ../plugin-fw/templates/metaboxes/types/image-gallery.php:40
1330
+ msgid "Delete"
1331
+ msgstr ""
1332
+
1333
+ #: ../plugin-fw/templates/metaboxes/types/images.php:37
1334
+ msgid "Upload new images"
1335
+ msgstr ""
1336
+
1337
+ #: ../plugin-fw/templates/metaboxes/types/images.php:70
1338
+ msgid "Are you sure you want to remove this image?"
1339
+ msgstr ""
1340
+
1341
+ #: ../plugin-fw/templates/metaboxes/types/sidebar-layout.php:25
1342
+ #: ../plugin-fw/templates/metaboxes/types/sidebars.php:36
1343
+ msgid "Left sidebar"
1344
+ msgstr ""
1345
+
1346
+ #: ../plugin-fw/templates/metaboxes/types/sidebar-layout.php:28
1347
+ #: ../plugin-fw/templates/metaboxes/types/sidebars.php:42
1348
+ #: ../plugin-fw/templates/metaboxes/types/sidebars.php:45
1349
+ msgid "No sidebar"
1350
+ msgstr ""
1351
+
1352
+ #: ../plugin-fw/templates/metaboxes/types/sidebar-layout.php:28
1353
+ msgid "No sideabr"
1354
+ msgstr ""
1355
+
1356
+ #: ../plugin-fw/templates/metaboxes/types/sidebar-layout.php:31
1357
+ #: ../plugin-fw/templates/metaboxes/types/sidebars.php:39
1358
+ msgid "Right sidebar"
1359
+ msgstr ""
1360
+
1361
+ #: ../plugin-fw/templates/metaboxes/types/sidebar-layout.php:34
1362
+ #: ../plugin-fw/templates/metaboxes/types/sidebars.php:53
1363
+ #: ../plugin-fw/templates/metaboxes/types/sidebars.php:64
1364
+ msgid "Choose a sidebar"
1365
+ msgstr ""
1366
+
1367
+ #: ../plugin-fw/templates/metaboxes/types/sidebars.php:51
1368
+ msgid "Sidebar Left"
1369
+ msgstr ""
1370
+
1371
+ #: ../plugin-fw/templates/metaboxes/types/sidebars.php:62
1372
+ msgid "Sidebar Right"
1373
+ msgstr ""
1374
+
1375
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:42
1376
+ #: ../yit-common/yith-panel.php:444
1377
+ msgid "px"
1378
+ msgstr ""
1379
+
1380
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:43
1381
+ #: ../yit-common/yith-panel.php:445
1382
+ msgid "em"
1383
+ msgstr ""
1384
+
1385
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:44
1386
+ #: ../yit-common/yith-panel.php:446
1387
+ msgid "pt"
1388
+ msgstr ""
1389
+
1390
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:45
1391
+ #: ../yit-common/yith-panel.php:447
1392
+ msgid "rem"
1393
+ msgstr ""
1394
+
1395
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:59
1396
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:153
1397
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:217
1398
+ msgid "Web fonts"
1399
+ msgstr ""
1400
+
1401
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:71
1402
+ msgid "Google fonts"
1403
+ msgstr ""
1404
+
1405
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:96
1406
+ #: ../yit-common/yith-panel.php:465
1407
+ msgid "Regular"
1408
+ msgstr ""
1409
+
1410
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:97
1411
+ #: ../yit-common/yith-panel.php:466
1412
+ msgid "Bold"
1413
+ msgstr ""
1414
+
1415
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:98
1416
+ #: ../yit-common/yith-panel.php:467
1417
+ msgid "Extra bold"
1418
+ msgstr ""
1419
+
1420
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:99
1421
+ #: ../yit-common/yith-panel.php:468
1422
+ msgid "Italic"
1423
+ msgstr ""
1424
+
1425
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:100
1426
+ #: ../yit-common/yith-panel.php:469
1427
+ msgid "Italic bold"
1428
+ msgstr ""
1429
+
1430
+ #: ../templates/share.php:28
1431
+ msgid "Pinterest"
1432
+ msgstr ""
1433
+
1434
+ #: ../templates/share.php:34
1435
+ msgid "Google Plus"
1436
+ msgstr ""
1437
+
1438
+ #: ../templates/wishlist-view.php:23
1439
+ msgid "Edit title"
1440
+ msgstr ""
1441
+
1442
+ #: ../templates/wishlist-view.php:32
1443
+ msgid "Save"
1444
+ msgstr ""
1445
+
1446
+ #: ../templates/wishlist-view.php:36
1447
+ msgid "Cancel"
1448
+ msgstr ""
1449
+
1450
+ #: ../templates/wishlist-view.php:62
1451
+ msgid "Unit Price"
1452
+ msgstr "Ціна"
1453
+
1454
+ #: ../templates/wishlist-view.php:70
1455
+ msgid "Stock Status"
1456
+ msgstr "Наявність на складі"
1457
+
1458
+ #: ../templates/wishlist-view.php:93
1459
+ msgid "Remove this product"
1460
+ msgstr ""
1461
+
1462
+ #: ../templates/wishlist-view.php:122
1463
+ msgid "Free!"
1464
+ msgstr ""
1465
+
1466
+ #: ../templates/wishlist-view.php:136
1467
+ msgid "Out of Stock"
1468
+ msgstr ""
1469
+
1470
+ #: ../templates/wishlist-view.php:139
1471
+ msgid "In Stock"
1472
+ msgstr "в наявності"
1473
+
1474
+ #: ../templates/wishlist-view.php:191
1475
+ msgid "Ask an estimate of costs"
1476
+ msgstr ""
1477
+
1478
+ #: ../yit-common/yith-panel.php:406
1479
+ msgid "Select a date"
1480
+ msgstr ""
1481
+
1482
+ #: ../yit-common/yith-panel.php:407
1483
+ msgid "Hours"
1484
+ msgstr ""
1485
+
1486
+ #: ../yit-common/yith-panel.php:408 ../yit-common/yith-panel.php:409
1487
+ msgid "Minutes"
1488
+ msgstr ""
1489
+
1490
+ #: ../yit-common/yith-panel.php:457
1491
+ msgid "Select a font family"
1492
+ msgstr ""
1493
+
1494
+ #: ../yit-common/yith-panel.php:481
1495
+ msgid "Click to preview"
1496
+ msgstr ""
1497
+
1498
+ #~ msgid "\"Add to Cart\" button border"
1499
+ #~ msgstr "\"Додати в кошик\" button border"
1500
+
1501
+ #~ msgid "\"Add to Cart\" button background (hover)"
1502
+ #~ msgstr "\"Додати в кошик\" button background (hover)"
1503
+
1504
+ #~ msgid "\"Add to Cart\" button text (hover)"
1505
+ #~ msgstr "\"Додати в кошик\" button text (hover)"
1506
+
1507
+ #~ msgid "\"Add to Cart\" button border (hover)"
1508
+ #~ msgstr "\"Додати в кошик\" button border (hover)"
1509
+
1510
  #~ msgid "View Cart &rarr;"
1511
  #~ msgstr "Подивитись корзину &rarr;"
languages/yit.pot CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WCWL\n"
4
- "POT-Creation-Date: 2014-09-16 16:15+0100\n"
5
- "PO-Revision-Date: 2014-09-16 16:15+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"
@@ -14,111 +14,104 @@ msgstr ""
14
  "X-Poedit-Basepath: ./\n"
15
  "X-Poedit-SearchPath-0: ..\n"
16
 
17
- #: ../class.yith-wcwl-init.php:114 ../class.yith-wcwl-install.php:137
18
- msgid "Wishlist"
19
- msgstr ""
20
-
21
- #: ../class.yith-wcwl-init.php:365
22
- msgid "Cannot add to the cart as product is Out of Stock!"
23
  msgstr ""
24
 
25
- #: ../class.yith-wcwl-init.php:430 ../class.yith-wcwl-init.php:859
26
- msgid "General Settings"
 
 
27
  msgstr ""
28
 
29
- #: ../class.yith-wcwl-init.php:431 ../class.yith-wcwl-init.php:965
30
- msgid "Styles"
 
 
 
31
  msgstr ""
32
 
33
- #: ../class.yith-wcwl-init.php:432 ../class.yith-wcwl-init.php:1028
34
- msgid "Socials &amp; Share"
 
 
 
 
 
35
  msgstr ""
36
 
37
- #: ../class.yith-wcwl-init.php:453
 
38
  msgid "Colors"
39
  msgstr ""
40
 
41
- #: ../class.yith-wcwl-init.php:483
42
- msgid "\"Add to Wishlist\" button background"
43
- msgstr ""
44
-
45
- #: ../class.yith-wcwl-init.php:484
46
- msgid "\"Add to Wishlist\" button text"
47
- msgstr ""
48
-
49
- #: ../class.yith-wcwl-init.php:485
50
- msgid "\"Add to Wishlist\" button border"
51
- msgstr ""
52
-
53
- #: ../class.yith-wcwl-init.php:491
54
- msgid "\"Add to Wishlist\" button background (hover)"
55
  msgstr ""
56
 
57
- #: ../class.yith-wcwl-init.php:492
58
- msgid "\"Add to Wishlist\" button text (hover)"
59
- msgstr ""
60
-
61
- #: ../class.yith-wcwl-init.php:493
62
- msgid "\"Add to Wishlist\" button border (hover)"
63
- msgstr ""
64
-
65
- #: ../class.yith-wcwl-init.php:498
66
- msgid "\"Add to Cart\" button background"
67
- msgstr ""
68
-
69
- #: ../class.yith-wcwl-init.php:499
70
- msgid "\"Add to Cart\" button text"
71
  msgstr ""
72
 
73
- #: ../class.yith-wcwl-init.php:500
74
- msgid "\"Add to Cart\" button border"
75
  msgstr ""
76
 
77
- #: ../class.yith-wcwl-init.php:506
78
- msgid "\"Add to Cart\" button background (hover)"
79
  msgstr ""
80
 
81
- #: ../class.yith-wcwl-init.php:507
82
- msgid "\"Add to Cart\" button text (hover)"
83
  msgstr ""
84
 
85
- #: ../class.yith-wcwl-init.php:508
86
- msgid "\"Add to Cart\" button border (hover)"
87
  msgstr ""
88
 
89
- #: ../class.yith-wcwl-init.php:513
90
- msgid "Wishlist table background"
91
  msgstr ""
92
 
93
- #: ../class.yith-wcwl-init.php:514
94
- msgid "Wishlist table text"
95
  msgstr ""
96
 
97
- #: ../class.yith-wcwl-init.php:515
98
- msgid "Wishlist table border"
99
  msgstr ""
100
 
101
- #: ../class.yith-wcwl-init.php:575
102
- msgid "Settings"
 
 
103
  msgstr ""
104
 
105
- #: ../class.yith-wcwl-init.php:576
106
- msgid "Docs"
107
  msgstr ""
108
 
109
- #: ../class.yith-wcwl-init.php:592
110
- msgid "Wishlist Page"
 
 
 
111
  msgstr ""
112
 
113
- #: ../class.yith-wcwl-init.php:593
114
- msgid "Page contents: [yith_wcwl_wishlist]"
115
  msgstr ""
116
 
117
- #: ../class.yith-wcwl-init.php:862
118
  msgid "Enable YITH Wishlist"
119
  msgstr ""
120
 
121
- #: ../class.yith-wcwl-init.php:863
122
  #, php-format
123
  msgid ""
124
  "Enable all plugin features. <strong>Be sure to select a voice in the "
@@ -126,326 +119,1363 @@ msgid ""
126
  "\" target=\"_blank\">documentation</a>."
127
  msgstr ""
128
 
129
- #: ../class.yith-wcwl-init.php:870
130
- msgid "Use cookies"
131
- msgstr ""
132
-
133
- #: ../class.yith-wcwl-init.php:871
134
- msgid ""
135
- "Use cookies instead of sessions. With this feature, the wishlist will be "
136
- "available for each not logged user for 30 days. Use the filter "
137
- "yith_wcwl_cookie_expiration_time to change the expiration time ( needs "
138
- "timestamp )."
139
- msgstr ""
140
-
141
- #: ../class.yith-wcwl-init.php:878
142
- msgid "Wishlist title"
143
  msgstr ""
144
 
145
- #: ../class.yith-wcwl-init.php:880 ../class.yith-wcwl-init.php:881
146
- #: ../class.yith-wcwl-init.php:1068 ../class.yith-wcwl-init.php:1069
 
 
147
  #, php-format
148
  msgid "My wishlist on %s"
149
  msgstr ""
150
 
151
- #: ../class.yith-wcwl-init.php:890
152
  msgid "Position"
153
  msgstr ""
154
 
155
- #: ../class.yith-wcwl-init.php:891
156
  msgid ""
157
  "On variable products you can add it only After \"Add to Cart\" or use the "
158
  "shortcode [yith_wcwl_add_to_wishlist]."
159
  msgstr ""
160
 
161
- #: ../class.yith-wcwl-init.php:897
162
  msgid "After \"Add to cart\""
163
  msgstr ""
164
 
165
- #: ../class.yith-wcwl-init.php:898
166
  msgid "After thumbnails"
167
  msgstr ""
168
 
169
- #: ../class.yith-wcwl-init.php:899
170
  msgid "After summary"
171
  msgstr ""
172
 
173
- #: ../class.yith-wcwl-init.php:900
174
  msgid "Use shortcode"
175
  msgstr ""
176
 
177
- #: ../class.yith-wcwl-init.php:905
178
  msgid "Redirect to cart"
179
  msgstr ""
180
 
181
- #: ../class.yith-wcwl-init.php:906
182
  msgid ""
183
  "Redirect to cart page if \"Add to cart\" button is clicked in the wishlist "
184
  "page."
185
  msgstr ""
186
 
187
- #: ../class.yith-wcwl-init.php:913
188
  msgid "Remove if added to the cart"
189
  msgstr ""
190
 
191
- #: ../class.yith-wcwl-init.php:914
192
  msgid "Remove the product from the wishlist if is been added to the cart."
193
  msgstr ""
194
 
195
- #: ../class.yith-wcwl-init.php:921
196
  msgid "\"Add to Wishlist\" text"
197
  msgstr ""
198
 
199
- #: ../class.yith-wcwl-init.php:923 ../class.yith-wcwl-init.php:924
 
200
  msgid "Add to Wishlist"
201
  msgstr ""
202
 
203
- #: ../class.yith-wcwl-init.php:929
204
  msgid "\"Add to Cart\" text"
205
  msgstr ""
206
 
207
- #: ../class.yith-wcwl-init.php:931 ../class.yith-wcwl-init.php:932
 
208
  msgid "Add to Cart"
209
  msgstr ""
210
 
211
- #: ../class.yith-wcwl-init.php:937
212
  msgid "Show Unit price"
213
  msgstr ""
214
 
215
- #: ../class.yith-wcwl-init.php:945
 
 
 
 
216
  msgid "Show \"Add to Cart\" button"
217
  msgstr ""
218
 
219
- #: ../class.yith-wcwl-init.php:953
 
 
 
 
220
  msgid "Show Stock status"
221
  msgstr ""
222
 
223
- #: ../class.yith-wcwl-init.php:968
 
 
 
 
 
 
 
 
 
224
  msgid "Use buttons"
225
  msgstr ""
226
 
227
- #: ../class.yith-wcwl-init.php:969
228
  msgid "Use buttons instead of a simple anchors."
229
  msgstr ""
230
 
231
- #: ../class.yith-wcwl-init.php:976
232
  msgid "Custom CSS"
233
  msgstr ""
234
 
235
- #: ../class.yith-wcwl-init.php:984
236
  msgid "Use theme style"
237
  msgstr ""
238
 
239
- #: ../class.yith-wcwl-init.php:985
240
  msgid "Use the theme style."
241
  msgstr ""
242
 
243
- #: ../class.yith-wcwl-init.php:992
244
- msgid "Buttons rounded corners"
245
  msgstr ""
246
 
247
- #: ../class.yith-wcwl-init.php:993
248
  msgid "Make buttons corner rounded"
249
  msgstr ""
250
 
251
- #: ../class.yith-wcwl-init.php:1000
252
  msgid "\"Add to Wishlist\" icon"
253
  msgstr ""
254
 
255
- #: ../class.yith-wcwl-init.php:1001
256
  msgid "Add an icon to the \"Add to Wishlist\" button"
257
  msgstr ""
258
 
259
- #: ../class.yith-wcwl-init.php:1012
260
  msgid "\"Add to Cart\" icon"
261
  msgstr ""
262
 
263
- #: ../class.yith-wcwl-init.php:1013
264
  msgid "Add an icon to the \"Add to Cart\" button"
265
  msgstr ""
266
 
267
- #: ../class.yith-wcwl-init.php:1031
 
 
 
 
268
  msgid "Share on Facebook"
269
  msgstr ""
270
 
271
- #: ../class.yith-wcwl-init.php:1038
 
 
 
 
 
272
  msgid "Tweet on Twitter"
273
  msgstr ""
274
 
275
- #: ../class.yith-wcwl-init.php:1045
 
 
 
 
276
  msgid "Pin on Pinterest"
277
  msgstr ""
278
 
279
- #: ../class.yith-wcwl-init.php:1052
 
 
 
 
280
  msgid "Share on Google+"
281
  msgstr ""
282
 
283
- #: ../class.yith-wcwl-init.php:1059
284
  msgid "Share by Email"
285
  msgstr ""
286
 
287
- #: ../class.yith-wcwl-init.php:1066
288
- msgid "Socials title"
 
 
 
 
289
  msgstr ""
290
 
291
- #: ../class.yith-wcwl-init.php:1074
292
- msgid "Socials text"
293
  msgstr ""
294
 
295
- #: ../class.yith-wcwl-init.php:1075
296
  msgid ""
297
  "Will be used by Facebook, Twitter and Pinterest. Use <strong>%wishlist_url%</"
298
  "strong> where you want the URL of your wishlist to appear."
299
  msgstr ""
300
 
301
- #: ../class.yith-wcwl-init.php:1083
302
- msgid "Socials image URL"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
303
  msgstr ""
304
 
305
- #: ../class.yith-wcwl-install.php:136
306
  msgid "wishlist"
307
  msgstr ""
308
 
309
- #: ../class.yith-wcwl-ui.php:67 ../class.yith-wcwl.php:351
310
- #: ../yith-wcwl-ajax.php:47
 
 
 
 
 
311
  msgid "Product added!"
312
  msgstr ""
313
 
314
- #: ../class.yith-wcwl-ui.php:67 ../class.yith-wcwl-ui.php:68
 
315
  msgid "Browse Wishlist"
316
  msgstr ""
317
 
318
- #: ../class.yith-wcwl-ui.php:68
319
  msgid "The product is already in the wishlist!"
320
  msgstr ""
321
 
322
- #: ../class.yith-wcwl-ui.php:100
 
323
  msgid "Select options"
324
  msgstr ""
325
 
326
- #: ../class.yith-wcwl-ui.php:145
327
- msgid "Share on:"
328
- msgstr ""
329
-
330
- #: ../class.yith-wcwl-ui.php:149
331
  msgid "Facebook"
332
  msgstr ""
333
 
334
- #: ../class.yith-wcwl-ui.php:152
335
  msgid "Twitter"
336
  msgstr ""
337
 
338
- #: ../class.yith-wcwl-ui.php:161
339
  msgid "email"
340
  msgstr ""
341
 
342
- #: ../class.yith-wcwl.php:140
343
  msgid "Error occurred while adding product to wishlist."
344
  msgstr ""
345
 
346
- #: ../class.yith-wcwl.php:162
 
 
 
 
347
  msgid "Error occurred while removing product from wishlist"
348
  msgstr ""
349
 
350
- #: ../class.yith-wcwl.php:353 ../yith-wcwl-ajax.php:49
 
 
 
 
351
  msgid "Product already in the wishlist."
352
  msgstr ""
353
 
354
- #: ../class.yith-wcwl.php:370 ../yith-wcwl-ajax.php:30
355
  msgid "Product successfully removed."
356
  msgstr ""
357
 
358
- #: ../class.yith-wcwl.php:373 ../yith-wcwl-ajax.php:33
359
  msgid "Error. Unable to remove the product from the wishlist."
360
  msgstr ""
361
 
362
- #: ../class.yith-wcwl.php:377 ../yith-wcwl-ajax.php:37
363
- #: ../templates/wishlist.php:161
364
  msgid "No products were added to the wishlist"
365
  msgstr ""
366
 
367
- #: ../templates/wishlist.php:82
368
- msgid "Product Name"
 
 
 
 
369
  msgstr ""
370
 
371
- #: ../templates/wishlist.php:83
372
- msgid "Unit Price"
 
 
373
  msgstr ""
374
 
375
- #: ../templates/wishlist.php:84
376
- msgid "Stock Status"
 
 
 
 
377
  msgstr ""
378
 
379
- #: ../templates/wishlist.php:107
380
- msgid "Remove this product"
 
 
381
  msgstr ""
382
 
383
- #: ../templates/wishlist.php:127
384
- msgid "Free!"
 
 
385
  msgstr ""
386
 
387
- #: ../templates/wishlist.php:140
388
- msgid "Out of Stock"
 
 
 
 
389
  msgstr ""
390
 
391
- #: ../templates/wishlist.php:143
392
- msgid "In Stock"
 
 
393
  msgstr ""
394
 
395
- #: ../yit-common/yith-panel.php:406
396
- msgid "Select a date"
 
 
397
  msgstr ""
398
 
399
- #: ../yit-common/yith-panel.php:407
400
- msgid "Hours"
 
 
401
  msgstr ""
402
 
403
- #: ../yit-common/yith-panel.php:408 ../yit-common/yith-panel.php:409
404
- msgid "Minutes"
 
405
  msgstr ""
406
 
407
- #: ../yit-common/yith-panel.php:417
408
- msgid "Upload"
 
409
  msgstr ""
410
 
411
- #: ../yit-common/yith-panel.php:444
412
- msgid "px"
413
  msgstr ""
414
 
415
- #: ../yit-common/yith-panel.php:445
416
- msgid "em"
417
  msgstr ""
418
 
419
- #: ../yit-common/yith-panel.php:446
420
- msgid "pt"
421
  msgstr ""
422
 
423
- #: ../yit-common/yith-panel.php:447
424
- msgid "rem"
425
  msgstr ""
426
 
427
- #: ../yit-common/yith-panel.php:457
428
- msgid "Select a font family"
429
  msgstr ""
430
 
431
- #: ../yit-common/yith-panel.php:465
432
- msgid "Regular"
433
  msgstr ""
434
 
435
- #: ../yit-common/yith-panel.php:466
436
- msgid "Bold"
437
  msgstr ""
438
 
439
- #: ../yit-common/yith-panel.php:467
440
- msgid "Extra bold"
441
  msgstr ""
442
 
443
- #: ../yit-common/yith-panel.php:468
444
- msgid "Italic"
445
  msgstr ""
446
 
447
- #: ../yit-common/yith-panel.php:469
448
- msgid "Italic bold"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
449
  msgstr ""
450
 
451
  #: ../yit-common/yith-panel.php:481
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WCWL\n"
4
+ "POT-Creation-Date: 2015-02-12 13:12+0100\n"
5
+ "PO-Revision-Date: 2015-02-12 13:13+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"
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:177
30
+ #: ../includes/class.yith-wcwl-admin-init.php:1054
31
+ #: ../includes/class.yith-wcwl-admin-init.php:1055
32
+ #: ../includes/class.yith-wcwl-install.php:240
33
+ msgid "Wishlist"
34
  msgstr ""
35
 
36
+ #: ../includes/class.yith-wcwl-admin-init.php:179
37
+ #: ../includes/class.yith-wcwl-admin-init.php:277
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:180
46
+ #: ../includes/class.yith-wcwl-admin-init.php:244
47
  msgid "Colors"
48
  msgstr ""
49
 
50
+ #: ../includes/class.yith-wcwl-admin-init.php:181
51
+ #: ../includes/class.yith-wcwl-admin-init.php:281
52
+ msgid "Premium Version"
 
 
 
 
 
 
 
 
 
 
 
53
  msgstr ""
54
 
55
+ #: ../includes/class.yith-wcwl-admin-init.php:305
56
+ msgid ""
57
+ "WARNING: This plugin requires at least WooCommerce 2.2! Plase, use this link "
58
+ "to update it."
 
 
 
 
 
 
 
 
 
 
59
  msgstr ""
60
 
61
+ #: ../includes/class.yith-wcwl-admin-init.php:308
62
+ msgid "WARNING: This plugin requires at least WooCommerce 2.2!"
63
  msgstr ""
64
 
65
+ #: ../includes/class.yith-wcwl-admin-init.php:313
66
+ msgid "Plugin Documentation"
67
  msgstr ""
68
 
69
+ #: ../includes/class.yith-wcwl-admin-init.php:329
70
+ msgid "Wishlist Page"
71
  msgstr ""
72
 
73
+ #: ../includes/class.yith-wcwl-admin-init.php:330
74
+ msgid "Page contents: [yith_wcwl_wishlist]"
75
  msgstr ""
76
 
77
+ #: ../includes/class.yith-wcwl-admin-init.php:596
78
+ msgid "Upgrade to the PREMIUM VERSION"
79
  msgstr ""
80
 
81
+ #: ../includes/class.yith-wcwl-admin-init.php:599
82
+ msgid "YITH WooCommerce Wishlist"
83
  msgstr ""
84
 
85
+ #: ../includes/class.yith-wcwl-admin-init.php:600
86
+ msgid "Discover the Advanced Features"
87
  msgstr ""
88
 
89
+ #: ../includes/class.yith-wcwl-admin-init.php:601
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:608
96
+ msgid "Get Support and Pro Features"
97
  msgstr ""
98
 
99
+ #: ../includes/class.yith-wcwl-admin-init.php:609
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:619
107
+ msgid "General Settings"
108
  msgstr ""
109
 
110
+ #: ../includes/class.yith-wcwl-admin-init.php:626
111
  msgid "Enable YITH Wishlist"
112
  msgstr ""
113
 
114
+ #: ../includes/class.yith-wcwl-admin-init.php:627
115
  #, php-format
116
  msgid ""
117
  "Enable all plugin features. <strong>Be sure to select a voice in the "
119
  "\" target=\"_blank\">documentation</a>."
120
  msgstr ""
121
 
122
+ #: ../includes/class.yith-wcwl-admin-init.php:634
123
+ msgid "Default wishlist title"
 
 
 
 
 
 
 
 
 
 
 
 
124
  msgstr ""
125
 
126
+ #: ../includes/class.yith-wcwl-admin-init.php:636
127
+ #: ../includes/class.yith-wcwl-admin-init.php:637
128
+ #: ../includes/class.yith-wcwl-admin-init.php:854
129
+ #: ../includes/class.yith-wcwl-admin-init.php:855
130
  #, php-format
131
  msgid "My wishlist on %s"
132
  msgstr ""
133
 
134
+ #: ../includes/class.yith-wcwl-admin-init.php:645
135
  msgid "Position"
136
  msgstr ""
137
 
138
+ #: ../includes/class.yith-wcwl-admin-init.php:646
139
  msgid ""
140
  "On variable products you can add it only After \"Add to Cart\" or use the "
141
  "shortcode [yith_wcwl_add_to_wishlist]."
142
  msgstr ""
143
 
144
+ #: ../includes/class.yith-wcwl-admin-init.php:652
145
  msgid "After \"Add to cart\""
146
  msgstr ""
147
 
148
+ #: ../includes/class.yith-wcwl-admin-init.php:653
149
  msgid "After thumbnails"
150
  msgstr ""
151
 
152
+ #: ../includes/class.yith-wcwl-admin-init.php:654
153
  msgid "After summary"
154
  msgstr ""
155
 
156
+ #: ../includes/class.yith-wcwl-admin-init.php:655
157
  msgid "Use shortcode"
158
  msgstr ""
159
 
160
+ #: ../includes/class.yith-wcwl-admin-init.php:660
161
  msgid "Redirect to cart"
162
  msgstr ""
163
 
164
+ #: ../includes/class.yith-wcwl-admin-init.php:661
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:668
171
  msgid "Remove if added to the cart"
172
  msgstr ""
173
 
174
+ #: ../includes/class.yith-wcwl-admin-init.php:669
175
  msgid "Remove the product from the wishlist if is been added to the cart."
176
  msgstr ""
177
 
178
+ #: ../includes/class.yith-wcwl-admin-init.php:676
179
  msgid "\"Add to Wishlist\" text"
180
  msgstr ""
181
 
182
+ #: ../includes/class.yith-wcwl-admin-init.php:678
183
+ #: ../includes/class.yith-wcwl-admin-init.php:679
184
  msgid "Add to Wishlist"
185
  msgstr ""
186
 
187
+ #: ../includes/class.yith-wcwl-admin-init.php:684
188
  msgid "\"Add to Cart\" text"
189
  msgstr ""
190
 
191
+ #: ../includes/class.yith-wcwl-admin-init.php:686
192
+ #: ../includes/class.yith-wcwl-admin-init.php:687
193
  msgid "Add to Cart"
194
  msgstr ""
195
 
196
+ #: ../includes/class.yith-wcwl-admin-init.php:692
197
  msgid "Show Unit price"
198
  msgstr ""
199
 
200
+ #: ../includes/class.yith-wcwl-admin-init.php:693
201
+ msgid "Show unit price for each product in wishlist"
202
+ msgstr ""
203
+
204
+ #: ../includes/class.yith-wcwl-admin-init.php:701
205
  msgid "Show \"Add to Cart\" button"
206
  msgstr ""
207
 
208
+ #: ../includes/class.yith-wcwl-admin-init.php:702
209
+ msgid "Show \"Add to cart\" button for each product in wishlist"
210
+ msgstr ""
211
+
212
+ #: ../includes/class.yith-wcwl-admin-init.php:710
213
  msgid "Show Stock status"
214
  msgstr ""
215
 
216
+ #: ../includes/class.yith-wcwl-admin-init.php:711
217
+ msgid ""
218
+ "Show \"In stock\" or \"Out of stock\" label for each product in wishlist"
219
+ msgstr ""
220
+
221
+ #: ../includes/class.yith-wcwl-admin-init.php:734
222
+ msgid "Styles"
223
+ msgstr ""
224
+
225
+ #: ../includes/class.yith-wcwl-admin-init.php:741
226
  msgid "Use buttons"
227
  msgstr ""
228
 
229
+ #: ../includes/class.yith-wcwl-admin-init.php:742
230
  msgid "Use buttons instead of a simple anchors."
231
  msgstr ""
232
 
233
+ #: ../includes/class.yith-wcwl-admin-init.php:749
234
  msgid "Custom CSS"
235
  msgstr ""
236
 
237
+ #: ../includes/class.yith-wcwl-admin-init.php:757
238
  msgid "Use theme style"
239
  msgstr ""
240
 
241
+ #: ../includes/class.yith-wcwl-admin-init.php:758
242
  msgid "Use the theme style."
243
  msgstr ""
244
 
245
+ #: ../includes/class.yith-wcwl-admin-init.php:765
246
+ msgid "Button rounded corners"
247
  msgstr ""
248
 
249
+ #: ../includes/class.yith-wcwl-admin-init.php:766
250
  msgid "Make buttons corner rounded"
251
  msgstr ""
252
 
253
+ #: ../includes/class.yith-wcwl-admin-init.php:773
254
  msgid "\"Add to Wishlist\" icon"
255
  msgstr ""
256
 
257
+ #: ../includes/class.yith-wcwl-admin-init.php:774
258
  msgid "Add an icon to the \"Add to Wishlist\" button"
259
  msgstr ""
260
 
261
+ #: ../includes/class.yith-wcwl-admin-init.php:785
262
  msgid "\"Add to Cart\" icon"
263
  msgstr ""
264
 
265
+ #: ../includes/class.yith-wcwl-admin-init.php:786
266
  msgid "Add an icon to the \"Add to Cart\" button"
267
  msgstr ""
268
 
269
+ #: ../includes/class.yith-wcwl-admin-init.php:805
270
+ msgid "Socials &amp; Share"
271
+ msgstr ""
272
+
273
+ #: ../includes/class.yith-wcwl-admin-init.php:812
274
  msgid "Share on Facebook"
275
  msgstr ""
276
 
277
+ #: ../includes/class.yith-wcwl-admin-init.php:813
278
+ #: ../includes/class.yith-wcwl-admin-init.php:837
279
+ msgid "Show \"Share on Facebook\" button"
280
+ msgstr ""
281
+
282
+ #: ../includes/class.yith-wcwl-admin-init.php:820
283
  msgid "Tweet on Twitter"
284
  msgstr ""
285
 
286
+ #: ../includes/class.yith-wcwl-admin-init.php:821
287
+ msgid "Show \"Tweet on Twitter\" button"
288
+ msgstr ""
289
+
290
+ #: ../includes/class.yith-wcwl-admin-init.php:828
291
  msgid "Pin on Pinterest"
292
  msgstr ""
293
 
294
+ #: ../includes/class.yith-wcwl-admin-init.php:829
295
+ msgid "Show \"Pin on Pinterest\" button"
296
+ msgstr ""
297
+
298
+ #: ../includes/class.yith-wcwl-admin-init.php:836
299
  msgid "Share on Google+"
300
  msgstr ""
301
 
302
+ #: ../includes/class.yith-wcwl-admin-init.php:844
303
  msgid "Share by Email"
304
  msgstr ""
305
 
306
+ #: ../includes/class.yith-wcwl-admin-init.php:845
307
+ msgid "Show \"Share by Email\" button"
308
+ msgstr ""
309
+
310
+ #: ../includes/class.yith-wcwl-admin-init.php:852
311
+ msgid "Social title"
312
  msgstr ""
313
 
314
+ #: ../includes/class.yith-wcwl-admin-init.php:860
315
+ msgid "Social text"
316
  msgstr ""
317
 
318
+ #: ../includes/class.yith-wcwl-admin-init.php:861
319
  msgid ""
320
  "Will be used by Facebook, Twitter and Pinterest. Use <strong>%wishlist_url%</"
321
  "strong> where you want the URL of your wishlist to appear."
322
  msgstr ""
323
 
324
+ #: ../includes/class.yith-wcwl-admin-init.php:869
325
+ msgid "Social image URL"
326
+ msgstr ""
327
+
328
+ #: ../includes/class.yith-wcwl-admin-init.php:905
329
+ msgid "\"Add to wishlist\" button"
330
+ msgstr ""
331
+
332
+ #: ../includes/class.yith-wcwl-admin-init.php:908
333
+ #: ../includes/class.yith-wcwl-admin-init.php:926
334
+ #: ../includes/class.yith-wcwl-admin-init.php:944
335
+ #: ../includes/class.yith-wcwl-admin-init.php:962
336
+ #: ../includes/class.yith-wcwl-admin-init.php:980
337
+ msgid "Background"
338
+ msgstr ""
339
+
340
+ #: ../includes/class.yith-wcwl-admin-init.php:909
341
+ #: ../includes/class.yith-wcwl-admin-init.php:927
342
+ #: ../includes/class.yith-wcwl-admin-init.php:945
343
+ #: ../includes/class.yith-wcwl-admin-init.php:963
344
+ #: ../includes/class.yith-wcwl-admin-init.php:981
345
+ msgid "Text"
346
+ msgstr ""
347
+
348
+ #: ../includes/class.yith-wcwl-admin-init.php:910
349
+ #: ../includes/class.yith-wcwl-admin-init.php:928
350
+ #: ../includes/class.yith-wcwl-admin-init.php:946
351
+ #: ../includes/class.yith-wcwl-admin-init.php:964
352
+ #: ../includes/class.yith-wcwl-admin-init.php:982
353
+ msgid "Border"
354
+ msgstr ""
355
+
356
+ #: ../includes/class.yith-wcwl-admin-init.php:917
357
+ #: ../includes/class.yith-wcwl-admin-init.php:935
358
+ #: ../includes/class.yith-wcwl-admin-init.php:953
359
+ #: ../includes/class.yith-wcwl-admin-init.php:971
360
+ msgid "Background (hover)"
361
+ msgstr ""
362
+
363
+ #: ../includes/class.yith-wcwl-admin-init.php:918
364
+ #: ../includes/class.yith-wcwl-admin-init.php:936
365
+ #: ../includes/class.yith-wcwl-admin-init.php:954
366
+ #: ../includes/class.yith-wcwl-admin-init.php:972
367
+ msgid "Text (hover)"
368
+ msgstr ""
369
+
370
+ #: ../includes/class.yith-wcwl-admin-init.php:919
371
+ #: ../includes/class.yith-wcwl-admin-init.php:937
372
+ #: ../includes/class.yith-wcwl-admin-init.php:955
373
+ #: ../includes/class.yith-wcwl-admin-init.php:973
374
+ msgid "Border (hover)"
375
+ msgstr ""
376
+
377
+ #: ../includes/class.yith-wcwl-admin-init.php:923
378
+ msgid "\"Add to Cart\" button"
379
+ msgstr ""
380
+
381
+ #: ../includes/class.yith-wcwl-admin-init.php:941
382
+ msgid "\"Style 1\" button"
383
+ msgstr ""
384
+
385
+ #: ../includes/class.yith-wcwl-admin-init.php:959
386
+ msgid "\"Style 2\" button"
387
+ msgstr ""
388
+
389
+ #: ../includes/class.yith-wcwl-admin-init.php:977
390
+ msgid "Wishlist table"
391
+ msgstr ""
392
+
393
+ #: ../includes/class.yith-wcwl-admin-init.php:986
394
+ msgid "Headers"
395
+ msgstr ""
396
+
397
+ #: ../includes/class.yith-wcwl-admin-init.php:989
398
+ msgid "Background color"
399
+ msgstr ""
400
+
401
+ #: ../includes/class.yith-wcwl-admin-init.php:1116
402
+ msgid "Wishlist Activated"
403
+ msgstr ""
404
+
405
+ #: ../includes/class.yith-wcwl-admin-init.php:1117
406
+ #, php-format
407
+ msgid ""
408
+ "In the YIT Plugin tab you can find the Wishlist options. With this menu, you "
409
+ "can access to all the settings of our plugins that you have activated. "
410
+ "Wishlist is available in an outstanding PREMIUM version with many new "
411
+ "options, <a href=\"%s\">discover it now</a>."
412
+ msgstr ""
413
+
414
+ #: ../includes/class.yith-wcwl-admin-init.php:1128
415
+ msgid "Wishlist Updated"
416
+ msgstr ""
417
+
418
+ #: ../includes/class.yith-wcwl-admin-init.php:1129
419
+ #, php-format
420
+ msgid ""
421
+ "From now on, you can find all the options of Wishlist under YIT Plugin -> "
422
+ "Wishlist instead of WooCommerce -> Settings -> Wishlist, as in the previous "
423
+ "version. When one of our plugins updates, a new voice will be added to this "
424
+ "menu. Wishlist renovates with new available options, <a href=\"%s\">discover "
425
+ "the PREMIUM version.</a>"
426
+ msgstr ""
427
+
428
+ #: ../includes/class.yith-wcwl-init.php:341
429
+ msgid ""
430
+ "We are sorry,but this feature is available only if cookies on your browser "
431
+ "are enabled."
432
  msgstr ""
433
 
434
+ #: ../includes/class.yith-wcwl-install.php:239
435
  msgid "wishlist"
436
  msgstr ""
437
 
438
+ #: ../includes/class.yith-wcwl-shortcode.php:225
439
+ #: ../includes/class.yith-wcwl-ui.php:161
440
+ msgid "Share on:"
441
+ msgstr ""
442
+
443
+ #: ../includes/class.yith-wcwl-ui.php:81 ../includes/class.yith-wcwl.php:1143
444
+ #: ../templates/add-to-wishlist.php:21
445
  msgid "Product added!"
446
  msgstr ""
447
 
448
+ #: ../includes/class.yith-wcwl-ui.php:81 ../includes/class.yith-wcwl-ui.php:82
449
+ #: ../templates/add-to-wishlist.php:23 ../templates/add-to-wishlist.php:30
450
  msgid "Browse Wishlist"
451
  msgstr ""
452
 
453
+ #: ../includes/class.yith-wcwl-ui.php:82 ../templates/add-to-wishlist.php:28
454
  msgid "The product is already in the wishlist!"
455
  msgstr ""
456
 
457
+ #: ../includes/class.yith-wcwl-ui.php:116
458
+ #: ../includes/class.yith-wcwl-ui.php:200
459
  msgid "Select options"
460
  msgstr ""
461
 
462
+ #: ../includes/class.yith-wcwl-ui.php:165 ../templates/share.php:16
 
 
 
 
463
  msgid "Facebook"
464
  msgstr ""
465
 
466
+ #: ../includes/class.yith-wcwl-ui.php:168 ../templates/share.php:22
467
  msgid "Twitter"
468
  msgstr ""
469
 
470
+ #: ../includes/class.yith-wcwl-ui.php:177
471
  msgid "email"
472
  msgstr ""
473
 
474
+ #: ../includes/class.yith-wcwl.php:192 ../includes/class.yith-wcwl.php:276
475
  msgid "Error occurred while adding product to wishlist."
476
  msgstr ""
477
 
478
+ #: ../includes/class.yith-wcwl.php:291
479
+ msgid "Remove now does not require any param"
480
+ msgstr ""
481
+
482
+ #: ../includes/class.yith-wcwl.php:325
483
  msgid "Error occurred while removing product from wishlist"
484
  msgstr ""
485
 
486
+ #: ../includes/class.yith-wcwl.php:603
487
+ msgid "You need to log in before creating a new wishlist"
488
+ msgstr ""
489
+
490
+ #: ../includes/class.yith-wcwl.php:1146
491
  msgid "Product already in the wishlist."
492
  msgstr ""
493
 
494
+ #: ../includes/class.yith-wcwl.php:1178
495
  msgid "Product successfully removed."
496
  msgstr ""
497
 
498
+ #: ../includes/class.yith-wcwl.php:1182
499
  msgid "Error. Unable to remove the product from the wishlist."
500
  msgstr ""
501
 
502
+ #: ../includes/class.yith-wcwl.php:1186 ../templates/wishlist-view.php:165
 
503
  msgid "No products were added to the wishlist"
504
  msgstr ""
505
 
506
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:460
507
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:574
508
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:719
509
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1632
510
+ #, php-format
511
+ msgid "Add %s"
512
  msgstr ""
513
 
514
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:461
515
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:575
516
+ #, php-format
517
+ msgid "Add New %s"
518
  msgstr ""
519
 
520
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:462
521
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:576
522
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1267
523
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1304
524
+ #, php-format
525
+ msgid "Edit %s"
526
  msgstr ""
527
 
528
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:463
529
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:577
530
+ #, php-format
531
+ msgid "New %s"
532
  msgstr ""
533
 
534
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:464
535
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:578
536
+ #, php-format
537
+ msgid "All %s"
538
  msgstr ""
539
 
540
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:465
541
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:579
542
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1251
543
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1305
544
+ #, php-format
545
+ msgid "View %s"
546
  msgstr ""
547
 
548
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:466
549
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:580
550
+ #, php-format
551
+ msgid "Search %s"
552
  msgstr ""
553
 
554
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:467
555
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:581
556
+ #, php-format
557
+ msgid "No %s found"
558
  msgstr ""
559
 
560
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:468
561
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:582
562
+ #, php-format
563
+ msgid "No %s found in Trash"
564
  msgstr ""
565
 
566
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:625
567
+ #, php-format
568
+ msgid "%s Categories"
569
  msgstr ""
570
 
571
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:626
572
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:635
573
+ msgid "Category"
574
  msgstr ""
575
 
576
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:627
577
+ msgid "Search Categories"
578
  msgstr ""
579
 
580
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:628
581
+ msgid "All Categories"
582
  msgstr ""
583
 
584
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:629
585
+ msgid "Parent Category"
586
  msgstr ""
587
 
588
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:630
589
+ msgid "Parent Category:"
590
  msgstr ""
591
 
592
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:631
593
+ msgid "Edit Category"
594
  msgstr ""
595
 
596
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:632
597
+ msgid "Update Category"
598
  msgstr ""
599
 
600
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:633
601
+ msgid "Add New Category"
602
  msgstr ""
603
 
604
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:634
605
+ msgid "New Category Name"
606
  msgstr ""
607
 
608
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:724
609
+ msgid "Categories"
610
  msgstr ""
611
 
612
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1042
613
+ #, php-format
614
+ msgid "%s Settings"
615
+ msgstr ""
616
+
617
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1051
618
+ msgid "Type"
619
+ msgstr ""
620
+
621
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1052
622
+ msgid "The layout for this "
623
+ msgstr ""
624
+
625
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1058
626
+ msgid "Rewrite"
627
+ msgstr ""
628
+
629
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1059
630
+ msgid "The word used for the URL of each project (the slug of post if empty)"
631
+ msgstr ""
632
+
633
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1064
634
+ msgid "Label Singular"
635
+ msgstr ""
636
+
637
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1065
638
+ msgid ""
639
+ "Set the label in singular to use for each label (the title of portfolio if "
640
+ "empty)"
641
+ msgstr ""
642
+
643
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1070
644
+ msgid "Label Plural"
645
+ msgstr ""
646
+
647
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1071
648
+ msgid ""
649
+ "Set the label in plural to use for each label (the title of portfolio if "
650
+ "empty)"
651
+ msgstr ""
652
+
653
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1076
654
+ msgid "Taxonomy"
655
+ msgstr ""
656
+
657
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1077
658
+ msgid ""
659
+ "If you want to use a category section for the portfolio, set the name of "
660
+ "taxonomy. Name should be in slug form (must not contain capital letters or "
661
+ "spaces) and not more than 32 characters long (database structure "
662
+ "restriction)."
663
+ msgstr ""
664
+
665
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1082
666
+ msgid "Taxonomy Rewrite"
667
+ msgstr ""
668
+
669
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1083
670
+ msgid "Set the word to use in the URL for each category page."
671
+ msgstr ""
672
+
673
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1088
674
+ msgid "Single layout"
675
+ msgstr ""
676
+
677
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1089
678
+ msgid "The layout for single page of this portfolio"
679
+ msgstr ""
680
+
681
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1130
682
+ msgid "layout settings"
683
+ msgstr ""
684
+
685
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1222
686
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1235
687
+ msgid "Quick links"
688
+ msgstr ""
689
+
690
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1475
691
+ #, php-format
692
+ msgid "Show the frontend of the %s"
693
+ msgstr ""
694
+
695
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1482
696
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:46
697
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:90
698
+ msgid "Name"
699
+ msgstr ""
700
+
701
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1631
702
+ #, php-format
703
+ msgid "Add %s by images"
704
+ msgstr ""
705
+
706
+ #: ../plugin-fw/lib/yit-cpt-unlimited.php:1633
707
+ msgid "Add with multiupload"
708
+ msgstr ""
709
+
710
+ #: ../plugin-fw/lib/yit-plugin-panel-wc.php:303
711
+ msgid "The changes you made will be lost if you navigate away from this page."
712
+ msgstr ""
713
+
714
+ #: ../plugin-fw/lib/yit-plugin-panel.php:61
715
+ msgid "Plugin Settings"
716
+ msgstr ""
717
+
718
+ #: ../plugin-fw/lib/yit-plugin-panel.php:92
719
+ #: ../plugin-fw/lib/yit-plugin-subpanel.php:101
720
+ msgid "YIT Plugins"
721
+ msgstr ""
722
+
723
+ #: ../plugin-fw/lib/yit-plugin-panel.php:271
724
+ #: ../plugin-fw/lib/yit-plugin-subpanel.php:142
725
+ #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:5
726
+ msgid "Save Changes"
727
+ msgstr ""
728
+
729
+ #: ../plugin-fw/lib/yit-plugin-panel.php:274
730
+ #: ../plugin-fw/lib/yit-plugin-subpanel.php:145
731
+ #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:8
732
+ msgid ""
733
+ "If you continue with this action, you will reset all options are in this "
734
+ "page."
735
+ msgstr ""
736
+
737
+ #: ../plugin-fw/lib/yit-plugin-panel.php:276
738
+ #: ../plugin-fw/lib/yit-plugin-subpanel.php:147
739
+ #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
740
+ msgid "Reset Defaults"
741
+ msgstr ""
742
+
743
+ #: ../plugin-fw/lib/yit-plugin-panel.php:276
744
+ #: ../plugin-fw/lib/yit-plugin-subpanel.php:147
745
+ #: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
746
+ msgid "Are you sure of it?"
747
+ msgstr ""
748
+
749
+ #: ../plugin-fw/lib/yit-plugin-panel.php:410
750
+ msgid ""
751
+ "The element you have written is already exists. Please, add another name."
752
+ msgstr ""
753
+
754
+ #: ../plugin-fw/lib/yit-plugin-panel.php:411
755
+ msgid "Settings saved"
756
+ msgstr ""
757
+
758
+ #: ../plugin-fw/lib/yit-plugin-panel.php:412
759
+ msgid "Settings reset"
760
+ msgstr ""
761
+
762
+ #: ../plugin-fw/lib/yit-plugin-panel.php:413
763
+ msgid "Element deleted correctly."
764
+ msgstr ""
765
+
766
+ #: ../plugin-fw/lib/yit-plugin-panel.php:414
767
+ #: ../plugin-fw/lib/yit-plugin-panel.php:415
768
+ msgid "Element updated correctly."
769
+ msgstr ""
770
+
771
+ #: ../plugin-fw/lib/yit-plugin-panel.php:416
772
+ msgid "Database imported correctly."
773
+ msgstr ""
774
+
775
+ #: ../plugin-fw/lib/yit-plugin-panel.php:417
776
+ msgid "An error encoured during during import. Please try again."
777
+ msgstr ""
778
+
779
+ #: ../plugin-fw/lib/yit-plugin-panel.php:418
780
+ msgid "The file you have insert doesn't valid."
781
+ msgstr ""
782
+
783
+ #: ../plugin-fw/lib/yit-plugin-panel.php:419
784
+ msgid "I'm sorry, the import featured is disabled."
785
+ msgstr ""
786
+
787
+ #: ../plugin-fw/lib/yit-plugin-panel.php:420
788
+ msgid "Sorting done correctly."
789
+ msgstr ""
790
+
791
+ #: ../plugin-fw/lib/yit-pointers.php:70
792
+ msgid "Plugins Activated"
793
+ msgstr ""
794
+
795
+ #: ../plugin-fw/lib/yit-pointers.php:71
796
+ msgid ""
797
+ "From now on, you can find all the options of your plugins under the YIT "
798
+ "Plugin menu voice.\n"
799
+ " For every installation of our new "
800
+ "plugins, a new voice will be added to access to the customization settings."
801
+ msgstr ""
802
+
803
+ #: ../plugin-fw/lib/yit-pointers.php:73 ../plugin-fw/lib/yit-pointers.php:89
804
+ msgid "Discover all our plugins available on:"
805
+ msgstr ""
806
+
807
+ #: ../plugin-fw/lib/yit-pointers.php:74 ../plugin-fw/lib/yit-pointers.php:90
808
+ msgid "and"
809
+ msgstr ""
810
+
811
+ #: ../plugin-fw/lib/yit-pointers.php:84
812
+ msgid "Plugins Upgraded"
813
+ msgstr ""
814
+
815
+ #: ../plugin-fw/lib/yit-pointers.php:85
816
+ msgid ""
817
+ "From now on, you can find all the options of your plugins under the YIT "
818
+ "Plugin menu voice.\n"
819
+ " When one of our plugins updates, a new "
820
+ "voice will be added to this menu.\n"
821
+ " For example, after the update, the "
822
+ "options from the plugins (YITH WooCommerce Wishlist, YITH WooCommerce Ajax "
823
+ "Search, etc.)\n"
824
+ " will be removed from the previous "
825
+ "location and moved under the YIT Plugin tab."
826
+ msgstr ""
827
+
828
+ #: ../plugin-fw/lib/yit-upgrade.php:119
829
+ msgid "There is a new version of %plugin_name% available."
830
+ msgstr ""
831
+
832
+ #: ../plugin-fw/lib/yit-upgrade.php:120
833
+ msgid "View version %latest% details."
834
+ msgstr ""
835
+
836
+ #: ../plugin-fw/lib/yit-upgrade.php:121
837
+ msgid "Automatic update is unavailable for this plugin,"
838
+ msgstr ""
839
+
840
+ #: ../plugin-fw/lib/yit-upgrade.php:122
841
+ msgid ""
842
+ "please <a href=\"%activate_link%\"> activate </a> your copy of %plugin_name%."
843
+ msgstr ""
844
+
845
+ #: ../plugin-fw/lib/yit-upgrade.php:123
846
+ msgid "Update now."
847
+ msgstr ""
848
+
849
+ #: ../plugin-fw/lib/yit-upgrade.php:226
850
+ msgid "Yithemes Repository"
851
+ msgstr ""
852
+
853
+ #: ../plugin-fw/lib/yit-upgrade.php:260
854
+ msgid "Invalid URL Provided."
855
+ msgstr ""
856
+
857
+ #: ../plugin-fw/lib/yit-upgrade.php:273
858
+ msgid "Could not create Temporary file."
859
+ msgstr ""
860
+
861
+ #: ../plugin-fw/lib/yit-upgrade.php:414
862
+ #, php-format
863
+ msgid ""
864
+ "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
865
+ "yit-changelog-button\" title=\"%3$s\">View version %4$s details</a>."
866
+ msgstr ""
867
+
868
+ #: ../plugin-fw/lib/yit-upgrade.php:416
869
+ #, php-format
870
+ msgid ""
871
+ "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
872
+ "yit-changelog-button\" title=\"%3$s\">View version %4$s details</a>. <em>You "
873
+ "have to activate the plugin on a single site of the network to benefit from "
874
+ "the automatic updates.</em>"
875
+ msgstr ""
876
+
877
+ #: ../plugin-fw/lib/yit-upgrade.php:418
878
+ #, php-format
879
+ msgid ""
880
+ "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
881
+ "yit-changelog-button\" title=\"%3$s\">View version %4$s details</a>. "
882
+ "<em>Automatic update is unavailable for this plugin, please <a href=\"%5$s\" "
883
+ "title=\"Licence activation\">activate</a> your copy of %6s.</em>"
884
+ msgstr ""
885
+
886
+ #: ../plugin-fw/lib/yit-upgrade.php:420
887
+ #, php-format
888
+ msgid ""
889
+ "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
890
+ "yit-changelog-button\" title=\"%3$s\">View version %4$s details</a> or <a "
891
+ "href=\"%5$s\">update now</a>."
892
+ msgstr ""
893
+
894
+ #: ../plugin-fw/lib/yit-upgrade.php:493
895
+ msgid "You can't update plugins for this site."
896
+ msgstr ""
897
+
898
+ #: ../plugin-fw/lib/yit-upgrade.php:497
899
+ msgid "You do not have sufficient permissions to update plugins for this site."
900
+ msgstr ""
901
+
902
+ #: ../plugin-fw/lib/yit-upgrade.php:504
903
+ msgid "Update Plugin"
904
+ msgstr ""
905
+
906
+ #: ../plugin-fw/licence/lib/yit-licence.php:148
907
+ #, php-format
908
+ msgid "%field% field can not be empty"
909
+ msgstr ""
910
+
911
+ #: ../plugin-fw/licence/lib/yit-licence.php:149
912
+ msgid "%field_1% and %field_2% fields can not be empty"
913
+ msgstr ""
914
+
915
+ #: ../plugin-fw/licence/lib/yit-licence.php:150
916
+ msgid "Unable to contact the remote server, please try again later. Thanks!"
917
+ msgstr ""
918
+
919
+ #: ../plugin-fw/licence/lib/yit-licence.php:529
920
+ msgid "Invalid Request"
921
+ msgstr ""
922
+
923
+ #: ../plugin-fw/licence/lib/yit-licence.php:530
924
+ msgid "Invalid licence key"
925
+ msgstr ""
926
+
927
+ #: ../plugin-fw/licence/lib/yit-licence.php:531
928
+ msgid "Software has been deactive"
929
+ msgstr ""
930
+
931
+ #: ../plugin-fw/licence/lib/yit-licence.php:532
932
+ msgid "Exceeded maximum number of activations"
933
+ msgstr ""
934
+
935
+ #: ../plugin-fw/licence/lib/yit-licence.php:533
936
+ msgid "Invalid instance ID"
937
+ msgstr ""
938
+
939
+ #: ../plugin-fw/licence/lib/yit-licence.php:534
940
+ msgid "Invalid security key"
941
+ msgstr ""
942
+
943
+ #: ../plugin-fw/licence/lib/yit-licence.php:535
944
+ msgid "Licence key has expired"
945
+ msgstr ""
946
+
947
+ #: ../plugin-fw/licence/lib/yit-licence.php:536
948
+ msgid "Licence key has be banned"
949
+ msgstr ""
950
+
951
+ #: ../plugin-fw/licence/lib/yit-plugin-licence.php:63
952
+ #: ../plugin-fw/licence/lib/yit-plugin-licence.php:64
953
+ #: ../plugin-fw/licence/lib/yit-theme-licence.php:63
954
+ #: ../plugin-fw/licence/lib/yit-theme-licence.php:64
955
+ #: ../plugin-fw/licence/lib/yit-theme-licence.php:106
956
+ #: ../plugin-fw/licence/lib/yit-theme-licence.php:107
957
+ msgid "Licence Activation"
958
+ msgstr ""
959
+
960
+ #: ../plugin-fw/licence/lib/yit-theme-licence.php:114
961
+ #: ../plugin-fw/licence/lib/yit-theme-licence.php:115
962
+ #, php-format
963
+ msgid "%s"
964
+ msgstr ""
965
+
966
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:19
967
+ msgid "Yithemes Licence Activation"
968
+ msgstr ""
969
+
970
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:23
971
+ msgid ""
972
+ "Have you updated your licenses? Have you asked for an extension? Update "
973
+ "information concerning your products."
974
+ msgstr ""
975
+
976
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:25
977
+ msgid "Update licence information"
978
+ msgstr ""
979
+
980
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:35
981
+ msgid "To Active"
982
+ msgstr ""
983
+
984
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:54
985
+ msgid "Activate"
986
+ msgstr ""
987
+
988
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:73
989
+ msgid "Activated"
990
+ msgstr ""
991
+
992
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:77
993
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:109
994
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:133
995
+ #: ../templates/wishlist-view.php:56
996
+ msgid "Product Name"
997
+ msgstr ""
998
+
999
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:78
1000
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:110
1001
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:134
1002
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:145
1003
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:337
1004
+ #: ../templates/share.php:40
1005
+ msgid "Email"
1006
+ msgstr ""
1007
+
1008
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:79
1009
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:111
1010
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:135
1011
+ msgid "Licence Key"
1012
+ msgstr ""
1013
+
1014
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:80
1015
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:136
1016
+ msgid "Expires"
1017
+ msgstr ""
1018
+
1019
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:81
1020
+ msgid "Remaining"
1021
+ msgstr ""
1022
+
1023
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:82
1024
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:95
1025
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:137
1026
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:147
1027
+ msgid "Renew"
1028
+ msgstr ""
1029
+
1030
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:93
1031
+ #, php-format
1032
+ msgid "%1s out of %2s"
1033
+ msgstr ""
1034
+
1035
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:105
1036
+ msgid "Banned"
1037
+ msgstr ""
1038
+
1039
+ #: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:129
1040
+ msgid "Expired"
1041
+ msgstr ""
1042
+
1043
+ #: ../plugin-fw/templates/metaboxes/types/ajax-products.php:23
1044
+ msgid "Search for a product"
1045
+ msgstr ""
1046
+
1047
+ #: ../plugin-fw/templates/metaboxes/types/categories.php:36
1048
+ msgid "No categories."
1049
+ msgstr ""
1050
+
1051
+ #: ../plugin-fw/templates/metaboxes/types/categories.php:42
1052
+ msgid "+ Add New Category"
1053
+ msgstr ""
1054
+
1055
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:5
1056
+ msgid "Text Input"
1057
+ msgstr ""
1058
+
1059
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:6
1060
+ msgid "Checkbox"
1061
+ msgstr ""
1062
+
1063
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:7
1064
+ msgid "Select"
1065
+ msgstr ""
1066
+
1067
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:8
1068
+ msgid "Textarea"
1069
+ msgstr ""
1070
+
1071
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:9
1072
+ msgid "Radio Input"
1073
+ msgstr ""
1074
+
1075
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:10
1076
+ msgid "Password Field"
1077
+ msgstr ""
1078
+
1079
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:11
1080
+ msgid "File Upload"
1081
+ msgstr ""
1082
+
1083
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:45
1084
+ msgid "Theme Icon"
1085
+ msgstr ""
1086
+
1087
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:46
1088
+ msgid "Custom Icon"
1089
+ msgstr ""
1090
+
1091
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:47
1092
+ #: ../plugin-fw/templates/metaboxes/types/responsivesliders.php:24
1093
+ msgid "None"
1094
+ msgstr ""
1095
+
1096
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:57
1097
+ msgid "Add field"
1098
+ msgstr ""
1099
+
1100
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:66
1101
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:258
1102
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:37
1103
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:82
1104
+ msgid "Remove"
1105
+ msgstr ""
1106
+
1107
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:67
1108
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:259
1109
+ msgid "Click to toggle"
1110
+ msgstr ""
1111
+
1112
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:74
1113
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:266
1114
+ msgid "Title Field"
1115
+ msgstr ""
1116
+
1117
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:78
1118
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:270
1119
+ msgid "Insert the title of field."
1120
+ msgstr ""
1121
+
1122
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:83
1123
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:275
1124
+ msgid "Data Name"
1125
+ msgstr ""
1126
+
1127
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:87
1128
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:279
1129
+ msgid ""
1130
+ "REQUIRED: The identification name of this field, that you can insert into "
1131
+ "body email configuration. <strong>Note:</strong>Use only lowercase "
1132
+ "characters and underscores."
1133
+ msgstr ""
1134
+
1135
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:92
1136
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:284
1137
+ msgid "Type field"
1138
+ msgstr ""
1139
+
1140
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:100
1141
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:292
1142
+ msgid "Select the type of this field."
1143
+ msgstr ""
1144
+
1145
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:105
1146
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:297
1147
+ msgid "Checked"
1148
+ msgstr ""
1149
+
1150
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:109
1151
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:301
1152
+ msgid "Select this if you want this field already checked."
1153
+ msgstr ""
1154
+
1155
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:114
1156
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:306
1157
+ msgid "Add options "
1158
+ msgstr ""
1159
+
1160
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:115
1161
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:307
1162
+ msgid "Add option"
1163
+ msgstr ""
1164
+
1165
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:118
1166
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:310
1167
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:432
1168
+ msgid "Selected"
1169
+ msgstr ""
1170
+
1171
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:121
1172
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:313
1173
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:432
1174
+ msgid "Delete option"
1175
+ msgstr ""
1176
+
1177
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:127
1178
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:319
1179
+ msgid "Message Error"
1180
+ msgstr ""
1181
+
1182
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:131
1183
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:323
1184
+ msgid "Insert the error message for validation."
1185
+ msgstr ""
1186
+
1187
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:136
1188
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:328
1189
+ msgid "Required"
1190
+ msgstr ""
1191
+
1192
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:140
1193
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:332
1194
+ msgid "Select this if it must be required."
1195
+ msgstr ""
1196
+
1197
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:149
1198
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:341
1199
+ msgid "Select this if it must be a valid email."
1200
+ msgstr ""
1201
+
1202
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:154
1203
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:346
1204
+ msgid "Reply To"
1205
+ msgstr ""
1206
+
1207
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:158
1208
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:350
1209
+ msgid "Select this if it's the email where you can reply."
1210
+ msgstr ""
1211
+
1212
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:163
1213
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:355
1214
+ msgid "Class"
1215
+ msgstr ""
1216
+
1217
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:167
1218
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:359
1219
+ msgid ""
1220
+ "Insert an additional class(es) (separateb by comma) for more personalization."
1221
+ msgstr ""
1222
+
1223
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:172
1224
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:364
1225
+ msgid "Icon"
1226
+ msgstr ""
1227
+
1228
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:200
1229
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:388
1230
+ #: ../plugin-fw/templates/metaboxes/types/icon-list.php:69
1231
+ #: ../plugin-fw/templates/metaboxes/types/select-icon.php:33
1232
+ #: ../plugin-fw/templates/metaboxes/types/upload.php:21
1233
+ #: ../plugin-fw/templates/panel/types/upload.php:31
1234
+ #: ../plugin-fw/templates/panel/woocommerce/woocommerce-upload.php:35
1235
+ #: ../yit-common/yith-panel.php:417
1236
+ msgid "Upload"
1237
+ msgstr ""
1238
+
1239
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:206
1240
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:394
1241
+ #: ../plugin-fw/templates/metaboxes/types/icon-list.php:75
1242
+ #: ../plugin-fw/templates/metaboxes/types/select-icon.php:39
1243
+ msgid "Image preview"
1244
+ msgstr ""
1245
+
1246
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:214
1247
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:402
1248
+ msgid "Insert an icon for more personalization."
1249
+ msgstr ""
1250
+
1251
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:219
1252
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:406
1253
+ msgid "Width"
1254
+ msgstr ""
1255
+
1256
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:244
1257
+ #: ../plugin-fw/templates/metaboxes/types/contactform.php:418
1258
+ msgid "Choose how much long will be the field."
1259
+ msgstr ""
1260
+
1261
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:28
1262
+ msgid "Close all"
1263
+ msgstr ""
1264
+
1265
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:28
1266
+ msgid "Expand all"
1267
+ msgstr ""
1268
+
1269
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:52
1270
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:95
1271
+ msgid "Value"
1272
+ msgstr ""
1273
+
1274
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:53
1275
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:96
1276
+ msgid "The content of the tab. (HTML is supported)"
1277
+ msgstr ""
1278
+
1279
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:65
1280
+ msgid "Add custom product tab"
1281
+ msgstr ""
1282
+
1283
+ #: ../plugin-fw/templates/metaboxes/types/customtabs.php:107
1284
+ msgid "Do you want to remove the custom tab?"
1285
+ msgstr ""
1286
+
1287
+ #: ../plugin-fw/templates/metaboxes/types/icon-list.php:89
1288
+ #, php-format
1289
+ msgid "(Default: %s <img src=\"%s\"/>)"
1290
+ msgstr ""
1291
+
1292
+ #: ../plugin-fw/templates/metaboxes/types/icon-list.php:91
1293
+ #, php-format
1294
+ msgid "(Default: <i %s></i> )"
1295
+ msgstr ""
1296
+
1297
+ #: ../plugin-fw/templates/metaboxes/types/image-gallery.php:35
1298
+ #: ../plugin-fw/templates/metaboxes/types/image-gallery.php:40
1299
+ #: ../plugin-fw/templates/metaboxes/types/images.php:33
1300
+ #: ../plugin-fw/templates/metaboxes/types/images.php:59
1301
+ msgid "Delete image"
1302
+ msgstr ""
1303
+
1304
+ #: ../plugin-fw/templates/metaboxes/types/image-gallery.php:40
1305
+ msgid "Add Images to Gallery"
1306
+ msgstr ""
1307
+
1308
+ #: ../plugin-fw/templates/metaboxes/types/image-gallery.php:40
1309
+ msgid "Add to gallery"
1310
+ msgstr ""
1311
+
1312
+ #: ../plugin-fw/templates/metaboxes/types/image-gallery.php:40
1313
+ msgid "Add images"
1314
+ msgstr ""
1315
+
1316
+ #: ../plugin-fw/templates/metaboxes/types/image-gallery.php:40
1317
+ msgid "Delete"
1318
+ msgstr ""
1319
+
1320
+ #: ../plugin-fw/templates/metaboxes/types/images.php:37
1321
+ msgid "Upload new images"
1322
+ msgstr ""
1323
+
1324
+ #: ../plugin-fw/templates/metaboxes/types/images.php:70
1325
+ msgid "Are you sure you want to remove this image?"
1326
+ msgstr ""
1327
+
1328
+ #: ../plugin-fw/templates/metaboxes/types/sidebar-layout.php:25
1329
+ #: ../plugin-fw/templates/metaboxes/types/sidebars.php:36
1330
+ msgid "Left sidebar"
1331
+ msgstr ""
1332
+
1333
+ #: ../plugin-fw/templates/metaboxes/types/sidebar-layout.php:28
1334
+ #: ../plugin-fw/templates/metaboxes/types/sidebars.php:42
1335
+ #: ../plugin-fw/templates/metaboxes/types/sidebars.php:45
1336
+ msgid "No sidebar"
1337
+ msgstr ""
1338
+
1339
+ #: ../plugin-fw/templates/metaboxes/types/sidebar-layout.php:28
1340
+ msgid "No sideabr"
1341
+ msgstr ""
1342
+
1343
+ #: ../plugin-fw/templates/metaboxes/types/sidebar-layout.php:31
1344
+ #: ../plugin-fw/templates/metaboxes/types/sidebars.php:39
1345
+ msgid "Right sidebar"
1346
+ msgstr ""
1347
+
1348
+ #: ../plugin-fw/templates/metaboxes/types/sidebar-layout.php:34
1349
+ #: ../plugin-fw/templates/metaboxes/types/sidebars.php:53
1350
+ #: ../plugin-fw/templates/metaboxes/types/sidebars.php:64
1351
+ msgid "Choose a sidebar"
1352
+ msgstr ""
1353
+
1354
+ #: ../plugin-fw/templates/metaboxes/types/sidebars.php:51
1355
+ msgid "Sidebar Left"
1356
+ msgstr ""
1357
+
1358
+ #: ../plugin-fw/templates/metaboxes/types/sidebars.php:62
1359
+ msgid "Sidebar Right"
1360
+ msgstr ""
1361
+
1362
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:42
1363
+ #: ../yit-common/yith-panel.php:444
1364
+ msgid "px"
1365
+ msgstr ""
1366
+
1367
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:43
1368
+ #: ../yit-common/yith-panel.php:445
1369
+ msgid "em"
1370
+ msgstr ""
1371
+
1372
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:44
1373
+ #: ../yit-common/yith-panel.php:446
1374
+ msgid "pt"
1375
+ msgstr ""
1376
+
1377
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:45
1378
+ #: ../yit-common/yith-panel.php:447
1379
+ msgid "rem"
1380
+ msgstr ""
1381
+
1382
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:59
1383
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:153
1384
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:217
1385
+ msgid "Web fonts"
1386
+ msgstr ""
1387
+
1388
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:71
1389
+ msgid "Google fonts"
1390
+ msgstr ""
1391
+
1392
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:96
1393
+ #: ../yit-common/yith-panel.php:465
1394
+ msgid "Regular"
1395
+ msgstr ""
1396
+
1397
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:97
1398
+ #: ../yit-common/yith-panel.php:466
1399
+ msgid "Bold"
1400
+ msgstr ""
1401
+
1402
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:98
1403
+ #: ../yit-common/yith-panel.php:467
1404
+ msgid "Extra bold"
1405
+ msgstr ""
1406
+
1407
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:99
1408
+ #: ../yit-common/yith-panel.php:468
1409
+ msgid "Italic"
1410
+ msgstr ""
1411
+
1412
+ #: ../plugin-fw/templates/metaboxes/types/typography.php:100
1413
+ #: ../yit-common/yith-panel.php:469
1414
+ msgid "Italic bold"
1415
+ msgstr ""
1416
+
1417
+ #: ../templates/share.php:28
1418
+ msgid "Pinterest"
1419
+ msgstr ""
1420
+
1421
+ #: ../templates/share.php:34
1422
+ msgid "Google Plus"
1423
+ msgstr ""
1424
+
1425
+ #: ../templates/wishlist-view.php:23
1426
+ msgid "Edit title"
1427
+ msgstr ""
1428
+
1429
+ #: ../templates/wishlist-view.php:32
1430
+ msgid "Save"
1431
+ msgstr ""
1432
+
1433
+ #: ../templates/wishlist-view.php:36
1434
+ msgid "Cancel"
1435
+ msgstr ""
1436
+
1437
+ #: ../templates/wishlist-view.php:62
1438
+ msgid "Unit Price"
1439
+ msgstr ""
1440
+
1441
+ #: ../templates/wishlist-view.php:70
1442
+ msgid "Stock Status"
1443
+ msgstr ""
1444
+
1445
+ #: ../templates/wishlist-view.php:93
1446
+ msgid "Remove this product"
1447
+ msgstr ""
1448
+
1449
+ #: ../templates/wishlist-view.php:122
1450
+ msgid "Free!"
1451
+ msgstr ""
1452
+
1453
+ #: ../templates/wishlist-view.php:136
1454
+ msgid "Out of Stock"
1455
+ msgstr ""
1456
+
1457
+ #: ../templates/wishlist-view.php:139
1458
+ msgid "In Stock"
1459
+ msgstr ""
1460
+
1461
+ #: ../templates/wishlist-view.php:191
1462
+ msgid "Ask an estimate of costs"
1463
+ msgstr ""
1464
+
1465
+ #: ../yit-common/yith-panel.php:406
1466
+ msgid "Select a date"
1467
+ msgstr ""
1468
+
1469
+ #: ../yit-common/yith-panel.php:407
1470
+ msgid "Hours"
1471
+ msgstr ""
1472
+
1473
+ #: ../yit-common/yith-panel.php:408 ../yit-common/yith-panel.php:409
1474
+ msgid "Minutes"
1475
+ msgstr ""
1476
+
1477
+ #: ../yit-common/yith-panel.php:457
1478
+ msgid "Select a font family"
1479
  msgstr ""
1480
 
1481
  #: ../yit-common/yith-panel.php:481
plugin-fw/assets/css/chosen/chosen.css ADDED
@@ -0,0 +1,435 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*!
2
+ Chosen, a Select Box Enhancer for jQuery and Prototype
3
+ by Patrick Filler for Harvest, http://getharvest.com
4
+
5
+ Version 1.1.0
6
+ Full source at https://github.com/harvesthq/chosen
7
+ Copyright (c) 2011 Harvest http://getharvest.com
8
+
9
+ MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
10
+ This file is generated by `grunt build`, do not edit it by hand.
11
+ */
12
+
13
+ /* @group Base */
14
+ .chosen-container {
15
+ position: relative;
16
+ display: inline-block;
17
+ vertical-align: middle;
18
+ font-size: 13px;
19
+ zoom: 1;
20
+ *display: inline;
21
+ -webkit-user-select: none;
22
+ -moz-user-select: none;
23
+ user-select: none;
24
+ }
25
+ .chosen-container .chosen-drop {
26
+ position: absolute;
27
+ top: 100%;
28
+ left: -9999px;
29
+ z-index: 1010;
30
+ -webkit-box-sizing: border-box;
31
+ -moz-box-sizing: border-box;
32
+ box-sizing: border-box;
33
+ width: 100%;
34
+ border: 1px solid #aaa;
35
+ border-top: 0;
36
+ background: #fff;
37
+ box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
38
+ }
39
+ .chosen-container.chosen-with-drop .chosen-drop {
40
+ left: 0;
41
+ }
42
+ .chosen-container a {
43
+ cursor: pointer;
44
+ }
45
+
46
+ /* @end */
47
+ /* @group Single Chosen */
48
+ .chosen-container-single .chosen-single {
49
+ position: relative;
50
+ display: block;
51
+ overflow: hidden;
52
+ padding: 0 0 0 8px;
53
+ height: 23px;
54
+ border: 1px solid #aaa;
55
+ border-radius: 5px;
56
+ background-color: #fff;
57
+ background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
58
+ background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
59
+ background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
60
+ background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
61
+ background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
62
+ background-clip: padding-box;
63
+ box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
64
+ color: #444;
65
+ text-decoration: none;
66
+ white-space: nowrap;
67
+ line-height: 24px;
68
+ }
69
+ .chosen-container-single .chosen-default {
70
+ color: #999;
71
+ }
72
+ .chosen-container-single .chosen-single span {
73
+ display: block;
74
+ overflow: hidden;
75
+ margin-right: 26px;
76
+ text-overflow: ellipsis;
77
+ white-space: nowrap;
78
+ }
79
+ .chosen-container-single .chosen-single-with-deselect span {
80
+ margin-right: 38px;
81
+ }
82
+ .chosen-container-single .chosen-single abbr {
83
+ position: absolute;
84
+ top: 6px;
85
+ right: 26px;
86
+ display: block;
87
+ width: 12px;
88
+ height: 12px;
89
+ background: url('../../images/chosen/chosen-sprite.png') -42px 1px no-repeat;
90
+ font-size: 1px;
91
+ }
92
+ .chosen-container-single .chosen-single abbr:hover {
93
+ background-position: -42px -10px;
94
+ }
95
+ .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
96
+ background-position: -42px -10px;
97
+ }
98
+ .chosen-container-single .chosen-single div {
99
+ position: absolute;
100
+ top: 0;
101
+ right: 0;
102
+ display: block;
103
+ width: 18px;
104
+ height: 100%;
105
+ }
106
+ .chosen-container-single .chosen-single div b {
107
+ display: block;
108
+ width: 100%;
109
+ height: 100%;
110
+ background: url('../../images/chosen/chosen-sprite.png') no-repeat 0px 2px;
111
+ }
112
+ .chosen-container-single .chosen-search {
113
+ position: relative;
114
+ z-index: 1010;
115
+ margin: 0;
116
+ padding: 3px 4px;
117
+ white-space: nowrap;
118
+ }
119
+ .chosen-container-single .chosen-search input[type="text"] {
120
+ -webkit-box-sizing: border-box;
121
+ -moz-box-sizing: border-box;
122
+ box-sizing: border-box;
123
+ margin: 1px 0;
124
+ padding: 4px 20px 4px 5px;
125
+ width: 100%;
126
+ height: auto;
127
+ outline: 0;
128
+ border: 1px solid #aaa;
129
+ background: white url('../../images/chosen/chosen-sprite.png') no-repeat 100% -20px;
130
+ background: url('../../images/chosen/chosen-sprite.png') no-repeat 100% -20px;
131
+ font-size: 1em;
132
+ font-family: sans-serif;
133
+ line-height: normal;
134
+ border-radius: 0;
135
+ }
136
+ .chosen-container-single .chosen-drop {
137
+ margin-top: -1px;
138
+ border-radius: 0 0 4px 4px;
139
+ background-clip: padding-box;
140
+ }
141
+ .chosen-container-single.chosen-container-single-nosearch .chosen-search {
142
+ position: absolute;
143
+ left: -9999px;
144
+ }
145
+
146
+ /* @end */
147
+ /* @group Results */
148
+ .chosen-container .chosen-results {
149
+ position: relative;
150
+ overflow-x: hidden;
151
+ overflow-y: auto;
152
+ margin: 0 4px 4px 0;
153
+ padding: 0 0 0 4px;
154
+ max-height: 240px;
155
+ -webkit-overflow-scrolling: touch;
156
+ }
157
+ .chosen-container .chosen-results li {
158
+ display: none;
159
+ margin: 0;
160
+ padding: 5px 6px;
161
+ list-style: none;
162
+ line-height: 15px;
163
+ -webkit-touch-callout: none;
164
+ }
165
+ .chosen-container .chosen-results li.active-result {
166
+ display: list-item;
167
+ cursor: pointer;
168
+ }
169
+ .chosen-container .chosen-results li.disabled-result {
170
+ display: list-item;
171
+ color: #ccc;
172
+ cursor: default;
173
+ }
174
+ .chosen-container .chosen-results li.highlighted {
175
+ background-color: #3875d7;
176
+ background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
177
+ background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
178
+ background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
179
+ background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
180
+ background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
181
+ color: #fff;
182
+ }
183
+ .chosen-container .chosen-results li.no-results {
184
+ display: list-item;
185
+ background: #f4f4f4;
186
+ }
187
+ .chosen-container .chosen-results li.group-result {
188
+ display: list-item;
189
+ font-weight: bold;
190
+ cursor: default;
191
+ }
192
+ .chosen-container .chosen-results li.group-option {
193
+ padding-left: 15px;
194
+ }
195
+ .chosen-container .chosen-results li em {
196
+ font-style: normal;
197
+ text-decoration: underline;
198
+ }
199
+
200
+ /* @end */
201
+ /* @group Multi Chosen */
202
+ .chosen-container-multi .chosen-choices {
203
+ position: relative;
204
+ overflow: hidden;
205
+ -webkit-box-sizing: border-box;
206
+ -moz-box-sizing: border-box;
207
+ box-sizing: border-box;
208
+ margin: 0;
209
+ padding: 0;
210
+ width: 100%;
211
+ height: auto !important;
212
+ height: 1%;
213
+ border: 1px solid #aaa;
214
+ background-color: #fff;
215
+ background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
216
+ background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
217
+ background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
218
+ background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
219
+ background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
220
+ cursor: text;
221
+ }
222
+ .chosen-container-multi .chosen-choices li {
223
+ float: left;
224
+ list-style: none;
225
+ }
226
+ .chosen-container-multi .chosen-choices li.search-field {
227
+ margin: 0;
228
+ padding: 0;
229
+ white-space: nowrap;
230
+ }
231
+ .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
232
+ margin: 1px 0;
233
+ padding: 5px;
234
+ height: 15px;
235
+ outline: 0;
236
+ border: 0 !important;
237
+ background: transparent !important;
238
+ box-shadow: none;
239
+ color: #666;
240
+ font-size: 100%;
241
+ font-family: sans-serif;
242
+ line-height: normal;
243
+ border-radius: 0;
244
+ }
245
+ .chosen-container-multi .chosen-choices li.search-field .default {
246
+ color: #999;
247
+ }
248
+ .chosen-container-multi .chosen-choices li.search-choice {
249
+ position: relative;
250
+ margin: 3px 0 3px 5px;
251
+ padding: 3px 20px 3px 5px;
252
+ border: 1px solid #aaa;
253
+ border-radius: 3px;
254
+ background-color: #e4e4e4;
255
+ background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
256
+ background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
257
+ background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
258
+ background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
259
+ background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
260
+ background-clip: padding-box;
261
+ box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
262
+ color: #333;
263
+ line-height: 13px;
264
+ cursor: default;
265
+ }
266
+ .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
267
+ position: absolute;
268
+ top: 4px;
269
+ right: 3px;
270
+ display: block;
271
+ width: 12px;
272
+ height: 12px;
273
+ background: url('../../images/chosen/chosen-sprite.png') -42px 1px no-repeat;
274
+ font-size: 1px;
275
+ }
276
+ .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
277
+ background-position: -42px -10px;
278
+ }
279
+ .chosen-container-multi .chosen-choices li.search-choice-disabled {
280
+ padding-right: 5px;
281
+ border: 1px solid #ccc;
282
+ background-color: #e4e4e4;
283
+ background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
284
+ background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
285
+ background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
286
+ background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
287
+ background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
288
+ color: #666;
289
+ }
290
+ .chosen-container-multi .chosen-choices li.search-choice-focus {
291
+ background: #d4d4d4;
292
+ }
293
+ .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
294
+ background-position: -42px -10px;
295
+ }
296
+ .chosen-container-multi .chosen-results {
297
+ margin: 0;
298
+ padding: 0;
299
+ }
300
+ .chosen-container-multi .chosen-drop .result-selected {
301
+ display: list-item;
302
+ color: #ccc;
303
+ cursor: default;
304
+ }
305
+
306
+ /* @end */
307
+ /* @group Active */
308
+ .chosen-container-active .chosen-single {
309
+ border: 1px solid #5897fb;
310
+ box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
311
+ }
312
+ .chosen-container-active.chosen-with-drop .chosen-single {
313
+ border: 1px solid #aaa;
314
+ -moz-border-radius-bottomright: 0;
315
+ border-bottom-right-radius: 0;
316
+ -moz-border-radius-bottomleft: 0;
317
+ border-bottom-left-radius: 0;
318
+ background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
319
+ background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
320
+ background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
321
+ background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
322
+ background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
323
+ box-shadow: 0 1px 0 #fff inset;
324
+ }
325
+ .chosen-container-active.chosen-with-drop .chosen-single div {
326
+ border-left: none;
327
+ background: transparent;
328
+ }
329
+ .chosen-container-active.chosen-with-drop .chosen-single div b {
330
+ background-position: -18px 2px;
331
+ }
332
+ .chosen-container-active .chosen-choices {
333
+ border: 1px solid #5897fb;
334
+ box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
335
+ }
336
+ .chosen-container-active .chosen-choices li.search-field input[type="text"] {
337
+ color: #111 !important;
338
+ }
339
+
340
+ /* @end */
341
+ /* @group Disabled Support */
342
+ .chosen-disabled {
343
+ opacity: 0.5 !important;
344
+ cursor: default;
345
+ }
346
+ .chosen-disabled .chosen-single {
347
+ cursor: default;
348
+ }
349
+ .chosen-disabled .chosen-choices .search-choice .search-choice-close {
350
+ cursor: default;
351
+ }
352
+
353
+ /* @end */
354
+ /* @group Right to Left */
355
+ .chosen-rtl {
356
+ text-align: right;
357
+ }
358
+ .chosen-rtl .chosen-single {
359
+ overflow: visible;
360
+ padding: 0 8px 0 0;
361
+ }
362
+ .chosen-rtl .chosen-single span {
363
+ margin-right: 0;
364
+ margin-left: 26px;
365
+ direction: rtl;
366
+ }
367
+ .chosen-rtl .chosen-single-with-deselect span {
368
+ margin-left: 38px;
369
+ }
370
+ .chosen-rtl .chosen-single div {
371
+ right: auto;
372
+ left: 3px;
373
+ }
374
+ .chosen-rtl .chosen-single abbr {
375
+ right: auto;
376
+ left: 26px;
377
+ }
378
+ .chosen-rtl .chosen-choices li {
379
+ float: right;
380
+ }
381
+ .chosen-rtl .chosen-choices li.search-field input[type="text"] {
382
+ direction: rtl;
383
+ }
384
+ .chosen-rtl .chosen-choices li.search-choice {
385
+ margin: 3px 5px 3px 0;
386
+ padding: 3px 5px 3px 19px;
387
+ }
388
+ .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
389
+ right: auto;
390
+ left: 4px;
391
+ }
392
+ .chosen-rtl.chosen-container-single-nosearch .chosen-search,
393
+ .chosen-rtl .chosen-drop {
394
+ left: 9999px;
395
+ }
396
+ .chosen-rtl.chosen-container-single .chosen-results {
397
+ margin: 0 0 4px 4px;
398
+ padding: 0 4px 0 0;
399
+ }
400
+ .chosen-rtl .chosen-results li.group-option {
401
+ padding-right: 15px;
402
+ padding-left: 0;
403
+ }
404
+ .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
405
+ border-right: none;
406
+ }
407
+ .chosen-rtl .chosen-search input[type="text"] {
408
+ padding: 4px 5px 4px 20px;
409
+ background: white url('../../images/chosen/chosen-sprite.png') no-repeat -30px -20px;
410
+ background: url('../../images/chosen/chosen-sprite.png') no-repeat -30px -20px;
411
+ direction: rtl;
412
+ }
413
+ .chosen-rtl.chosen-container-single .chosen-single div b {
414
+ background-position: 6px 2px;
415
+ }
416
+ .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
417
+ background-position: -12px 2px;
418
+ }
419
+
420
+ /* @end */
421
+ /* @group Retina compatibility */
422
+ @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
423
+ .chosen-rtl .chosen-search input[type="text"],
424
+ .chosen-container-single .chosen-single abbr,
425
+ .chosen-container-single .chosen-single div b,
426
+ .chosen-container-single .chosen-search input[type="text"],
427
+ .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
428
+ .chosen-container .chosen-results-scroll-down span,
429
+ .chosen-container .chosen-results-scroll-up span {
430
+ background-image: url('../../images/chosen/chosen-sprite@2x.png') !important;
431
+ background-size: 52px 37px !important;
432
+ background-repeat: no-repeat !important;
433
+ }
434
+ }
435
+ /* @end */
plugin-fw/assets/css/codemirror/codemirror.css ADDED
@@ -0,0 +1,260 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /* BASICS */
2
+
3
+ .CodeMirror {
4
+ /* Set height, width, borders, and global font properties here */
5
+ font-family: monospace;
6
+ height: 400px;
7
+ clear: both;
8
+ padding: 0;
9
+ }
10
+ .CodeMirror-scroll {
11
+ /* Set scrolling behaviour here */
12
+ overflow: auto;
13
+ }
14
+
15
+ /* PADDING */
16
+
17
+ .CodeMirror-lines {
18
+ padding: 4px 0; /* Vertical padding around content */
19
+ }
20
+ .CodeMirror pre {
21
+ padding: 0 4px; /* Horizontal padding of content */
22
+ }
23
+
24
+ .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
25
+ background-color: white; /* The little square between H and V scrollbars */
26
+ }
27
+
28
+ /* GUTTER */
29
+
30
+ .CodeMirror-gutters {
31
+ border-right: 1px solid #ddd;
32
+ background-color: #f7f7f7;
33
+ white-space: nowrap;
34
+ }
35
+ .CodeMirror-linenumbers {}
36
+ .CodeMirror-linenumber {
37
+ padding: 0 3px 0 5px;
38
+ min-width: 20px;
39
+ text-align: right;
40
+ color: #999;
41
+ }
42
+
43
+ /* CURSOR */
44
+
45
+ .CodeMirror div.CodeMirror-cursor {
46
+ border-left: 1px solid black;
47
+ z-index: 3;
48
+ }
49
+ /* Shown when moving in bi-directional text */
50
+ .CodeMirror div.CodeMirror-secondarycursor {
51
+ border-left: 1px solid silver;
52
+ }
53
+ .CodeMirror.cm-keymap-fat-cursor div.CodeMirror-cursor {
54
+ width: auto;
55
+ border: 0;
56
+ background: #7e7;
57
+ z-index: 1;
58
+ }
59
+ /* Can style cursor different in overwrite (non-insert) mode */
60
+ .CodeMirror div.CodeMirror-cursor.CodeMirror-overwrite {}
61
+
62
+ .cm-tab { display: inline-block; }
63
+
64
+ /* DEFAULT THEME */
65
+
66
+ .cm-s-default .cm-keyword {color: #708;}
67
+ .cm-s-default .cm-atom {color: #219;}
68
+ .cm-s-default .cm-number {color: #164;}
69
+ .cm-s-default .cm-def {color: #00f;}
70
+ .cm-s-default .cm-variable {color: black;}
71
+ .cm-s-default .cm-variable-2 {color: #05a;}
72
+ .cm-s-default .cm-variable-3 {color: #085;}
73
+ .cm-s-default .cm-property {color: black;}
74
+ .cm-s-default .cm-operator {color: black;}
75
+ .cm-s-default .cm-comment {color: #a50;}
76
+ .cm-s-default .cm-string {color: #a11;}
77
+ .cm-s-default .cm-string-2 {color: #f50;}
78
+ .cm-s-default .cm-meta {color: #555;}
79
+ .cm-s-default .cm-error {color: #f00;}
80
+ .cm-s-default .cm-qualifier {color: #555;}
81
+ .cm-s-default .cm-builtin {color: #30a;}
82
+ .cm-s-default .cm-bracket {color: #997;}
83
+ .cm-s-default .cm-tag {color: #170;}
84
+ .cm-s-default .cm-attribute {color: #00c;}
85
+ .cm-s-default .cm-header {color: blue;}
86
+ .cm-s-default .cm-quote {color: #090;}
87
+ .cm-s-default .cm-hr {color: #999;}
88
+ .cm-s-default .cm-link {color: #00c;}
89
+
90
+ .cm-negative {color: #d44;}
91
+ .cm-positive {color: #292;}
92
+ .cm-header, .cm-strong {font-weight: bold;}
93
+ .cm-em {font-style: italic;}
94
+ .cm-link {text-decoration: underline;}
95
+
96
+ .cm-invalidchar {color: #f00;}
97
+
98
+ div.CodeMirror span.CodeMirror-matchingbracket {color: #0f0;}
99
+ div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #f22;}
100
+
101
+ /* STOP */
102
+
103
+ /* The rest of this file contains styles related to the mechanics of
104
+ the editor. You probably shouldn't touch them. */
105
+
106
+ .CodeMirror {
107
+ line-height: 1;
108
+ position: relative;
109
+ overflow: hidden;
110
+ background: #fafafa;
111
+ color: black;
112
+ }
113
+
114
+ .CodeMirror-scroll {
115
+ /* 30px is the magic margin used to hide the element's real scrollbars */
116
+ /* See overflow: hidden in .CodeMirror */
117
+ margin-bottom: -30px; margin-right: -30px;
118
+ padding-bottom: 30px; padding-right: 30px;
119
+ height: 100%;
120
+ outline: none; /* Prevent dragging from highlighting the element */
121
+ position: relative;
122
+ }
123
+ .CodeMirror-sizer {
124
+ position: relative;
125
+ }
126
+
127
+ /* The fake, visible scrollbars. Used to force redraw during scrolling
128
+ before actuall scrolling happens, thus preventing shaking and
129
+ flickering artifacts. */
130
+ .CodeMirror-vscrollbar, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
131
+ position: absolute;
132
+ z-index: 6;
133
+ display: none;
134
+ }
135
+ .CodeMirror-vscrollbar {
136
+ right: 0; top: 0;
137
+ overflow-x: hidden;
138
+ overflow-y: scroll;
139
+ }
140
+ .CodeMirror-hscrollbar {
141
+ bottom: 0; left: 0;
142
+ overflow-y: hidden;
143
+ overflow-x: scroll;
144
+ }
145
+ .CodeMirror-scrollbar-filler {
146
+ right: 0; bottom: 0;
147
+ }
148
+ .CodeMirror-gutter-filler {
149
+ left: 0; bottom: 0;
150
+ }
151
+
152
+ .CodeMirror-gutters {
153
+ position: absolute; left: 0; top: 0;
154
+ padding-bottom: 30px;
155
+ z-index: 3;
156
+ }
157
+ .CodeMirror-gutter {
158
+ white-space: normal;
159
+ height: 100%;
160
+ padding-bottom: 30px;
161
+ margin-bottom: -32px;
162
+ display: inline-block;
163
+ /* Hack to make IE7 behave */
164
+ *zoom:1;
165
+ *display:inline;
166
+ }
167
+ .CodeMirror-gutter-elt {
168
+ position: absolute;
169
+ cursor: default;
170
+ z-index: 4;
171
+ }
172
+
173
+ .CodeMirror-lines {
174
+ cursor: text;
175
+ }
176
+ .CodeMirror pre {
177
+ /* Reset some styles that the rest of the page might have set */
178
+ -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
179
+ border-width: 0;
180
+ background: transparent;
181
+ font-family: inherit;
182
+ font-size: inherit;
183
+ margin: 0;
184
+ white-space: pre;
185
+ word-wrap: normal;
186
+ line-height: inherit;
187
+ color: inherit;
188
+ z-index: 2;
189
+ position: relative;
190
+ overflow: visible;
191
+ }
192
+ .CodeMirror-wrap pre {
193
+ word-wrap: break-word;
194
+ white-space: pre-wrap;
195
+ word-break: normal;
196
+ }
197
+ .CodeMirror-code pre {
198
+ border-right: 30px solid transparent;
199
+ width: -webkit-fit-content;
200
+ width: -moz-fit-content;
201
+ width: fit-content;
202
+ }
203
+ .CodeMirror-wrap .CodeMirror-code pre {
204
+ border-right: none;
205
+ width: auto;
206
+ }
207
+ .CodeMirror-linebackground {
208
+ position: absolute;
209
+ left: 0; right: 0; top: 0; bottom: 0;
210
+ z-index: 0;
211
+ }
212
+
213
+ .CodeMirror-linewidget {
214
+ position: relative;
215
+ z-index: 2;
216
+ overflow: auto;
217
+ }
218
+
219
+ .CodeMirror-widget {
220
+ }
221
+
222
+ .CodeMirror-wrap .CodeMirror-scroll {
223
+ overflow-x: hidden;
224
+ }
225
+
226
+ .CodeMirror-measure {
227
+ position: absolute;
228
+ width: 100%; height: 0px;
229
+ overflow: hidden;
230
+ visibility: hidden;
231
+ }
232
+ .CodeMirror-measure pre { position: static; }
233
+
234
+ .CodeMirror div.CodeMirror-cursor {
235
+ position: absolute;
236
+ visibility: hidden;
237
+ border-right: none;
238
+ width: 0;
239
+ }
240
+ .CodeMirror-focused div.CodeMirror-cursor {
241
+ visibility: visible;
242
+ }
243
+
244
+ .CodeMirror-selected { background: #d9d9d9; }
245
+ .CodeMirror-focused .CodeMirror-selected { background: #d7d4f0; }
246
+
247
+ .cm-searching {
248
+ background: #ffa;
249
+ background: rgba(255, 255, 0, .4);
250
+ }
251
+
252
+ /* IE7 hack to prevent it from returning funny offsetTops on the spans */
253
+ .CodeMirror span { *vertical-align: text-bottom; }
254
+
255
+ @media print {
256
+ /* Hide the cursor when printing */
257
+ .CodeMirror div.CodeMirror-cursor {
258
+ visibility: hidden;
259
+ }
260
+ }
plugin-fw/assets/css/metaboxes.css ADDED
@@ -0,0 +1,598 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /* self-clear floats */
2
+ .clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; overflow:hidden; }
3
+ /* ie.css */
4
+ * html .clearfix { /* IE6 */
5
+ height:1%;
6
+ }
7
+ *:first-child+html .clearfix { /* IE7 */
8
+ min-height:1%;
9
+ }
10
+
11
+ .clearboth { clear: both }
12
+
13
+ /* === TAB STYLE */
14
+ .metaboxes-tab { margin:-6px -12px -8px; }
15
+ .metaboxes-tab div.tabs-panel { height:auto; overflow:visible; margin-top:0px; padding:0 10px; background:none; border:0; border-top:1px solid #D4D4D4; }
16
+ .metaboxes-tab ul.metaboxes-tabs { background:#F5F5F5; margin:0; padding:10px 0 0 5px; }
17
+ .metaboxes-tab ul.metaboxes-tabs li { padding:8px 15px; border:1px solid #D4D4D4; float:left; background:#EDEDED; border-bottom-color:#EDEDED; margin:0 0 -1px 5px; box-shadow:1px 1px 1px 0 #FFFFFF inset; }
18
+ .metaboxes-tab ul.metaboxes-tabs li a { color:#555; text-decoration:none; }
19
+ .metaboxes-tab ul.metaboxes-tabs li.tabs { background:#F6F6F6; border-bottom:1px solid #F6F6F6; }
20
+ .metaboxes-tab p.field-row { margin:20px 0; }
21
+ .metaboxes-tab div.sep { height:1px; background:#DFDFDF; clear:both; margin-left:-10px; margin-right:-10px; }
22
+ .metaboxes-tab label { font-weight:bold; width:160px; float:left; line-height:23px; margin-left:-184px; }
23
+ .metaboxes-tab label small { font-weight:normal; line-height:15px; font-style:italic; color:#999; display:block; }
24
+ .metaboxes-tab input[type="text"], .metaboxes-tab select, .metaboxes-tab textarea { width:30%; }
25
+ .metaboxes-tab input[type="checkbox"] { vertical-align: middle }
26
+ .metaboxes-tab select {padding:0;}
27
+ .metaboxes-tab input.button-secondary, .metaboxes-tab input.checkbox { width:auto; }
28
+ .metaboxes-tab .description { color:#AFAFAF; font-size:90%; font-style:italic; line-height:23px; padding-left:5px; }
29
+ .metaboxes-tab p.field-row.textarea .description { vertical-align:top; }
30
+ .metaboxes-tab p.field-row.checkbox {background:none;}
31
+
32
+ .metaboxes-tab .the-metabox { margin:20px 0; margin-left:184px;}
33
+ .metaboxes-tab .the-metabox.no-label { margin:20px 0; margin-left:0;}
34
+ .metaboxes-tab hr { height: 0px; border-top: 1px solid #dadada; width: auto; margin-left: -10px; margin-right: -10px; }
35
+ .metaboxes-tab .the-metabox p { margin:0;}
36
+ .metaboxes-tab .the-metabox:last-child { border-bottom: 0px; }
37
+ .metaboxes-tab .the-metabox.checkbox { background:none; }
38
+ .metaboxes-tab .the-metabox.slider .ui-slider { margin-right:15px; }
39
+
40
+ .metaboxes-tab span.desc { font-size: 11px; color: #AFAFAF; }
41
+ .metaboxes-tab span.desc.inline { display: inline-block; vertical-align: top; line-height: 23px; }
42
+ .metaboxes-tab .onoff span.desc, .metaboxes-tab .onoff label { padding:6px 0; }
43
+ .metaboxes-tab .select span.desc, .metaboxes-tab .select label { padding:2px 0; }
44
+ .metaboxes-tab .slider span.desc, .metaboxes-tab .slider label { padding:15px 0; }
45
+ .metaboxes-tab .slider span.desc { display:block; padding:20px 0; }
46
+
47
+ .metaboxes-tab ul.metaboxes-tabs li {
48
+ -webkit-border-top-left-radius: 3px;
49
+ -webkit-border-top-right-radius: 3px;
50
+ -moz-border-radius-topleft: 3px;
51
+ -moz-border-radius-topright: 3px;
52
+ border-top-left-radius: 3px;
53
+ border-top-right-radius: 3px;
54
+ }
55
+
56
+ /* image gallery */
57
+ .metaboxes-tab .image-gallery ul li{
58
+ display: inline-block;
59
+ width: 80px;
60
+ margin-left: 10px;
61
+ position: relative;
62
+ }
63
+ .metaboxes-tab .image-gallery ul li img{
64
+ width: 80px;
65
+ border: 1px solid #ccc;
66
+ }
67
+ .metaboxes-tab .image-gallery ul li ul{
68
+ position: absolute;
69
+ top: -6px;
70
+ right: -1px;
71
+ width: 20px;
72
+ height: 20px;
73
+ }
74
+ .metaboxes-tab .image-gallery ul a.delete{
75
+ background: url(../images/x.png) no-repeat;
76
+ width: 20px;
77
+ height: 20px;
78
+ display: block;
79
+ text-indent: -99999px;
80
+ }
81
+ /* sidebar layout */
82
+ .yit-sidebar-layout input[type="radio"] {
83
+ display: none;
84
+ width: 0px;
85
+ }
86
+ .yit-sidebar-layout input[type="radio"]:first-child {
87
+ margin-right: -2px;
88
+ }
89
+
90
+ .yit-sidebar-layout input[type="radio"] + img {
91
+ border: 2px solid #fff;
92
+ padding: 1px;
93
+ }
94
+
95
+ .yit-sidebar-layout input[type="radio"] + img:hover {
96
+ cursor: pointer;
97
+ }
98
+
99
+ .yit-sidebar-layout input[checked] + img {
100
+ border: 2px solid #f2ad35;
101
+ padding: 1px;
102
+ }
103
+
104
+ .yit-sidebar-layout select {
105
+ vertical-align: 12px;
106
+ width: inherit !important;
107
+ }
108
+
109
+ /* wp editor */
110
+ .the-metabox.textarea-editor .mceIframeContainer {
111
+ background:#fff;
112
+ }
113
+ .the-metabox.textarea-editor label {
114
+ margin-top:24px;
115
+ }
116
+
117
+ /* categories */
118
+ .categories-panel { width:30%; float:left; margin-right:4px; }
119
+ .categories-panel .box { height:200px; border:1px solid #DFDFDF; background:#fff; padding:6px 10px; overflow: auto; }
120
+ .categories-panel ul { list-style:none; margin:0; }
121
+ .categories-panel ul li { line-height: 19px; margin: 0; padding: 0; word-wrap: break-word; }
122
+ .categories-panel ul li label { font-weight:normal !important; margin-left:0 !important; }
123
+ .categories-panel input.newcategory { width:100%; margin-bottom:3px; }
124
+
125
+ /* contact form */
126
+ .contactform_item {
127
+ border-style: solid;
128
+ border-width: 1px;
129
+ line-height: 1;
130
+ margin-bottom: 20px;
131
+ padding: 0;
132
+ background-color: #F5F5F5;
133
+ background-image: -moz-linear-gradient(center top , #F9F9F9, #F5F5F5);
134
+ border-color: #DFDFDF;
135
+ border-radius: 3px 3px 3px 3px;
136
+ box-shadow: 0 1px 0 #FFFFFF inset;
137
+ min-width: 255px;
138
+ position: relative;
139
+ }
140
+ .contactform_item .handlediv { position:relative; top: -4px; }
141
+ .contactform_item h3 { min-height: 21px }
142
+ .contactform_item .inside { padding: 10px !important; }
143
+ .contactform_item .deps { display: none; }
144
+ .contactform_item .addoptions p.option { margin: 5px 0 5px 200px }
145
+ .contactform_item .addoptions p label { width: 80px !important; }
146
+ .contactform_item .add-field-option { margin-bottom: 10px !important; }
147
+ .remove_item { float: right; }
148
+ .metabox-sortable-placeholder { border: 1px dotted #dedede; margin: 10px 0 }
149
+
150
+ /* features tab */
151
+ .featurestab_item{
152
+ border-style: solid;
153
+ border-width: 1px;
154
+ line-height: 1;
155
+ margin-bottom: 20px;
156
+ padding: 0;
157
+ background-color: #F5F5F5;
158
+ background-image: -moz-linear-gradient(center top , #F9F9F9, #F5F5F5);
159
+ border-color: #DFDFDF;
160
+ border-radius: 3px 3px 3px 3px;
161
+ box-shadow: 0 1px 0 #FFFFFF inset;
162
+ min-width: 255px;
163
+ position: relative;
164
+ }
165
+ .featurestab_item .handlediv { position:relative; top: -4px; }
166
+ .featurestab_item h3 { min-height: 21px }
167
+ .featurestab_item .inside { padding: 10px !important; }
168
+ .featurestab_item .deps { display: none; }
169
+ .featurestab_item .addoptions p.option { margin: 5px 0 5px 200px }
170
+ .featurestab_item .addoptions p label { width: 80px !important; }
171
+ .featurestab_item .add-field-option { margin-bottom: 10px !important; }
172
+
173
+ /* slider */
174
+ .the-metabox.slider { padding-top:20px; }
175
+
176
+ /* on off */
177
+ .the-metabox .rm_onoff span.onoff { float:left; margin-right:5px; margin-left:-4px; /* image fix */ }
178
+
179
+ /* select */
180
+ .the-metabox .select_wrapper { width:341px; background-color:#fff; }
181
+ .the-metabox .select_wrapper select { width:100%; }
182
+ .the-metabox .icon_type{ width:30%; float: left; margin-right: 40px }
183
+ .the-metabox .icon_type select, .the-metabox div.option .select_wrapper select{ width: 100% }
184
+
185
+ #post-type-settings .category-list label { width: 187px; }
186
+ .remove_cat { float: right; text-align:center; display: block; width: 20px; height: 20px; border-radius: 20px; font-weight: bold; font-size: 10px; background: #efefef; text-decoration: none; }
187
+
188
+ .the-metabox .select_wrapper {
189
+ background: url("../images/select.png") no-repeat scroll right center #FAFAFA;
190
+ border-color: #CCCCCC #EEEEEE #EEEEEE #CCCCCC;
191
+ border-radius: 4px 4px 4px 4px;
192
+ border-style: solid;
193
+ border-width: 1px;
194
+ color: #555555;
195
+ display: block;
196
+ float: left;
197
+ font-family: sans-serif;
198
+ font-size: 12px;
199
+ min-height: 26px;
200
+ margin-bottom: 9px !important;
201
+ margin-left: 0;
202
+ margin-right: 5px;
203
+ margin-top: 0;
204
+ width: 400px;
205
+ position: relative;
206
+ }
207
+
208
+ /*chosen*/
209
+
210
+ .chosen .select_wrapper {
211
+ background: none;
212
+ border: none;
213
+ }
214
+ .chosen .select_wrapper .chosen-container{
215
+ width: 338px!important;
216
+ }
217
+ .chosen .select_wrapper .chosen-container .search-field input{
218
+ height: 27px!important;
219
+ color: #333;
220
+ }
221
+ .chosen .select_wrapper .chosen-container .chosen-choices{
222
+ border: 1px solid #ddd;
223
+ box-shadow: none;
224
+ }
225
+ .chosen .select_wrapper .chosen-container .chosen-choices li.search-choice{
226
+ height: 15px!important;
227
+ min-width: 105px;
228
+ }
229
+ .chosen .select_wrapper .chosen-container .chosen-choices li.search-choice span{
230
+ line-height: 15px;
231
+ height: 15px;
232
+ padding-top: 2px;
233
+ }
234
+ .chosen .select_wrapper .chosen-container .chosen-choices li.search-choice a.search-choice-close{
235
+ top: 5px;
236
+ }
237
+ .chosen .select_wrapper .chosen-container .chosen-drop .chosen-search input{
238
+ width: 100%!important;
239
+ }
240
+
241
+ /* typography */
242
+ .the-metabox.typography .select_wrapper.font-family { width:200px; }
243
+ .the-metabox.typography .spinner_container { float:left; margin-right:10px; }
244
+ .the-metabox.typography .spinner_container input.number {
245
+ width:50px !important;
246
+ -webkit-border-top-right-radius: 0px;
247
+ -webkit-border-bottom-right-radius: 0px;
248
+ -moz-border-radius-topright: 0px;
249
+ -moz-border-radius-bottomright: 0px;
250
+ border-top-right-radius: 0px;
251
+ border-bottom-right-radius: 0px;
252
+ }
253
+
254
+ /* number */
255
+ .the-metabox.number input.number { width:50px !important; }
256
+ /* number */
257
+ .rm_number .number {
258
+ width: 70px;
259
+ text-align: right;
260
+ -webkit-border-top-right-radius: 0px;
261
+ -webkit-border-bottom-right-radius: 0px;
262
+ -moz-border-radius-topright: 0px;
263
+ -moz-border-radius-bottomright: 0px;
264
+ border-top-right-radius: 0px;
265
+ border-bottom-right-radius: 0px;
266
+ }
267
+
268
+ .spinner-wrapper { position: relative; height: 23px; overflow: hidden; }
269
+ .spinner-wrapper input.number { float: left; }
270
+ .spinner-wrapper .spinner-button { cursor:pointer; float: left; position: absolute; left: 69px; width: 15px; height: 12px; border: 1px solid #DFDFDF; background: #fff; margin: 0; padding: 0; line-height: 9999px; overflow: hidden; background: url('../images/spinner.png') no-repeat center -11px }
271
+ .spinner-wrapper .spinner-button.button-plus { top: 0; -webkit-border-top-right-radius: 3px !important; -moz-border-radius-topright: 3px !important; border-top-right-radius: 3px !important; }
272
+ .spinner-wrapper .spinner-button.button-minus { bottom: 0; background-position: center -30px; -webkit-border-bottom-right-radius: 3px !important; -moz-border-radius-bottomright: 3px !important; border-bottom-right-radius: 3px !important; }
273
+
274
+
275
+ .spinner-wrapper .spinner-button.button-plus:active { background-position: center 0px; }
276
+ .spinner-wrapper .spinner-button.button-minus:active { background-position: center -20px; }
277
+
278
+
279
+ .rm_typography .spinner_container { float: left; margin-right: 10px; }
280
+ .rm_typography .spinner-wrapper { height: 28px; }
281
+ .rm_typography .spinner-wrapper input.number { height: 28px; }
282
+ .rm_typography .spinner-wrapper .spinner-button.button-plus { height: 15px; background-position: center -10px; }
283
+ .rm_typography .spinner-wrapper .spinner-button.button-minus { height: 14px; }
284
+
285
+ .the-metabox .spinner-wrapper .spinner-button { left: 49px; }
286
+ .the-metabox.typography .spinner-wrapper .spinner-button { left: 35px; }
287
+
288
+ /* colorpicker */
289
+ .the-metabox.colorpicker { display:block; width: auto; height: auto; overflow: visible; background-image: none; position: static; font-family: inherit;}
290
+ .the-metabox.colorpicker input { background-color: transparent; border: 1px solid #DFDFDF; position: static; font-size: inherit; font-family: inherit; color: inherit; text-align: center; margin: 0 5px 0px; padding: 0; outline: none; width: auto; }
291
+
292
+ /* images */
293
+ .the-metabox.images, .the-metabox.images label { margin-left:0; display:block; }
294
+ .the-metabox.images .slides-wrapper { clear:both; }
295
+ .the-metabox.images .slides-wrapper li { position:relative; }
296
+ .the-metabox.images a.delete { display:block; margin-left:4px; text-decoration:none; font-weight:bold; color:red; position:absolute; top:0; right:0; width:10px; height:18px; z-index:10; cursor:pointer !important; }
297
+
298
+ /* wp editor */
299
+ .wp_themeSkin iframe { background: #fff !important; }
300
+
301
+ /* custom tabs */
302
+ .customtab_item {
303
+ border-style: solid;
304
+ border-width: 1px;
305
+ line-height: 1;
306
+ margin-bottom: 20px;
307
+ padding: 0;
308
+ background-color: #F5F5F5;
309
+ background-image: -moz-linear-gradient(center top , #F9F9F9, #F5F5F5);
310
+ border-color: #DFDFDF;
311
+ border-radius: 3px 3px 3px 3px;
312
+ box-shadow: 0 1px 0 #FFFFFF inset;
313
+ min-width: 255px;
314
+ position: relative;
315
+ }
316
+ .customtab_item .handlediv { position:relative; top: -4px; }
317
+ .customtab_item h3 { min-height: 21px }
318
+ .customtab_item .inside { padding: 10px !important; }
319
+ .customtab_item .deps { display: none; }
320
+ .customtab_item .addoptions p.option { margin: 5px 0 5px 200px }
321
+ .customtab_item .addoptions p label { width: 80px !important; }
322
+ .customtab_item .add-field-option { margin-bottom: 10px !important; }
323
+ .customtab_item .remove_item { float: right; }
324
+ .metabox-sortable-placeholder { border: 1px dotted #dedede; margin: 10px 0 }
325
+
326
+ .the-metabox.customtabs {
327
+ margin-left: 0;
328
+ }
329
+
330
+ #customtab_item_sample {
331
+ display: none;
332
+ }
333
+
334
+ .the-metabox.customtabs .field-row {
335
+ margin-bottom: 10px;
336
+ }
337
+
338
+ #yit_custom_tabs label {
339
+ font-weight: normal;
340
+ width: auto;
341
+ float: none;
342
+ line-height: auto;
343
+ margin-left: 0;
344
+ }
345
+
346
+
347
+ .wp-admin p label input[type=radio]{
348
+ width: 16px;
349
+ margin-right: 10px;
350
+ margin-top: 3px;
351
+ }
352
+ .wp-admin .form-field._preset_onsale_icon_field label input[type=radio]{
353
+ margin-top: 0;
354
+ }
355
+
356
+ .the-metabox .spinner {
357
+ margin-top: 5px;
358
+ float: none;
359
+ }
360
+
361
+ /* slider */
362
+ /*numbers*/
363
+ .ui-slider .maxCaption, .ui-slider .minCaption {
364
+ margin-bottom: 5px;
365
+ }
366
+ .ui-slider .feedback {
367
+ background: url(../images/slider/tooltip.png) no-repeat center top;
368
+ position: absolute;
369
+ top: -25px;
370
+ width: 35px;
371
+ height: 43px;
372
+ text-align: center;
373
+ width: 100%;
374
+ display: block;
375
+ }
376
+ .ui-slider .feedback strong {
377
+ display: inline-block;
378
+ padding-top: 4px;
379
+ top: -30px;
380
+ }
381
+ /*handle*/
382
+ .ui-slider-horizontal .ui-slider-handle{
383
+ background: transparent url(../images/slider/handle.png) no-repeat left top !important;
384
+ border: 0px !important;
385
+ top: -.35em !important;
386
+ width: 18px !important;
387
+ height: 19px !important;
388
+ }
389
+
390
+ /*bg on the left:grey*/
391
+ .ui-slider.ui-widget-content {
392
+ background: url(../images/slider/grey.gif) repeat-x left center !important;
393
+ border-color: #c1c1c0 !important;
394
+ height: 10px !important;
395
+ }
396
+
397
+ .iris-slider-offset.ui-slider.ui-widget-content {
398
+ background: transparent!important;
399
+ height: auto!important;
400
+ }
401
+
402
+ /*bg on the right:orange*/
403
+ .ui-slider.ui-widget-content .ui-widget-header {
404
+ background: url(../images/slider/orange.gif) repeat-x left center !important;
405
+ left: 2px !important;
406
+ -webkit-border-radius: 15px;
407
+ -moz-border-radius: 15px;
408
+ -khtml-border-radius: 15px;
409
+ border-radius: 15px;
410
+ }
411
+
412
+
413
+ /*sidebars*/
414
+
415
+ #choose-sidebars.choose{
416
+ margin-left: 0px;
417
+ }
418
+
419
+
420
+ #_active_page_options-container label, #_active_page_options-container p{
421
+ display: inline-block;
422
+ margin: 0px;
423
+ }
424
+ #_active_page_options-container label{
425
+ margin-right: 10px;
426
+ margin-top: 3px;
427
+ }
428
+ #_active_page_options-container {
429
+ float: right;
430
+ margin-right: 20px;
431
+ margin-top: 5px;
432
+ }
433
+
434
+ /* sortable table posts */
435
+
436
+ #the-list.ui-sortable tr:hover {
437
+ cursor: move;
438
+ }
439
+
440
+
441
+ /*datepicker*/
442
+ /*! jQuery UI - v1.11.2 - 2015-01-21
443
+ * http://jqueryui.com
444
+ * Includes: core.css, datepicker.css, theme.css
445
+ * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=0px&bgColorHeader=%23dddddd&bgTextureHeader=flat&bgImgOpacityHeader=60&borderColorHeader=%23aaaaaa&fcHeader=%23222222&iconColorHeader=%23222222&bgColorContent=%23ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=%23aaaaaa&fcContent=%23222222&iconColorContent=%23222222&bgColorDefault=%23e9e9e9&bgTextureDefault=flat&bgImgOpacityDefault=75&borderColorDefault=%23d3d3d3&fcDefault=%23555555&iconColorDefault=%23888888&bgColorHover=%23dadada&bgTextureHover=flat&bgImgOpacityHover=75&borderColorHover=%23999999&fcHover=%23212121&iconColorHover=%23454545&bgColorActive=%23ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=%23aaaaaa&fcActive=%23212121&iconColorActive=%23454545&bgColorHighlight=%23fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=%2389b17e&fcHighlight=%23363636&iconColorHighlight=%232e83ff&bgColorError=%23fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=%23cd0a0a&fcError=%23cd0a0a&iconColorError=%23cd0a0a&bgColorOverlay=%23aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=%23aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
446
+ * Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
447
+
448
+ /* Layout helpers
449
+ ----------------------------------*/
450
+ .ui-helper-hidden {
451
+ display: none;
452
+ }
453
+ .ui-helper-hidden-accessible {
454
+ border: 0;
455
+ clip: rect(0 0 0 0);
456
+ height: 1px;
457
+ margin: -1px;
458
+ overflow: hidden;
459
+ padding: 0;
460
+ position: absolute;
461
+ width: 1px;
462
+ }
463
+ .ui-helper-reset {
464
+ margin: 0;
465
+ padding: 0;
466
+ border: 0;
467
+ outline: 0;
468
+ line-height: 1.3;
469
+ text-decoration: none;
470
+ font-size: 100%;
471
+ list-style: none;
472
+ }
473
+ .ui-helper-clearfix:before,
474
+ .ui-helper-clearfix:after {
475
+ content: "";
476
+ display: table;
477
+ border-collapse: collapse;
478
+ }
479
+ .ui-helper-clearfix:after {
480
+ clear: both;
481
+ }
482
+ .ui-helper-clearfix {
483
+ min-height: 0; /* support: IE7 */
484
+ }
485
+ .ui-helper-zfix {
486
+ width: 100%;
487
+ height: 100%;
488
+ top: 0;
489
+ left: 0;
490
+ position: absolute;
491
+ opacity: 0;
492
+ filter:Alpha(Opacity=0); /* support: IE8 */
493
+ }
494
+
495
+ .ui-front {
496
+ z-index: 100;
497
+ }
498
+
499
+
500
+ /* Interaction Cues
501
+ ----------------------------------*/
502
+ .ui-state-disabled {
503
+ cursor: default !important;
504
+ }
505
+
506
+
507
+ /* Icons
508
+ ----------------------------------*/
509
+
510
+ /* states and images */
511
+ .ui-icon {
512
+ display: block;
513
+ text-indent: -99999px;
514
+ overflow: hidden;
515
+ background-repeat: no-repeat;
516
+ }
517
+
518
+
519
+ /* DATE PICKER
520
+ ----------------------------------*/
521
+
522
+ .ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}
523
+ .ui-datepicker{width:17em;padding:.2em .2em 0;display:none;z-index:100!important;}
524
+ .ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}
525
+ .ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}
526
+ .ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}
527
+ .ui-datepicker .ui-datepicker-prev{left:2px}
528
+ .ui-datepicker .ui-datepicker-next{right:2px}
529
+ .ui-datepicker .ui-datepicker-prev-hover{left:1px}
530
+ .ui-datepicker .ui-datepicker-next-hover{right:1px}
531
+ .ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}
532
+ .ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}
533
+ .ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}
534
+ .ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}
535
+ .ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}
536
+ .ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}
537
+ .ui-datepicker td{border:0;padding:1px}
538
+ .ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}
539
+ .ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}
540
+ .ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em;width:auto;overflow:visible}
541
+ .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}
542
+ .ui-datepicker.ui-datepicker-multi{width:auto}
543
+ .ui-datepicker-multi .ui-datepicker-group{float:left}
544
+ .ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}
545
+ .ui-datepicker-multi-2 .ui-datepicker-group{width:50%}
546
+ .ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}
547
+ .ui-datepicker-multi-4 .ui-datepicker-group{width:25%}
548
+ .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}
549
+ .ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}
550
+ .ui-datepicker-row-break{clear:both;width:100%;font-size:0}
551
+ .ui-datepicker-rtl{direction:rtl}
552
+ .ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}
553
+ .ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}
554
+ .ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}
555
+ .ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}
556
+ .ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}
557
+ .ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}
558
+ .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}
559
+ .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}
560
+ .ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}
561
+ .ui-widget .ui-widget{font-size:1em}
562
+ .ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Verdana,Arial,sans-serif;font-size:1em}
563
+ .ui-widget-content{border:1px solid #aaa;background:#fff 50% 50% repeat-x;color:#222}
564
+ .ui-widget-content a{color:#222}
565
+ .ui-widget-header{border:1px solid #aaa;background:#ddd 50% 50% repeat-x;color:#222;font-weight:700}
566
+ .ui-widget-header a{color:#222}
567
+ .ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:0 solid #d3d3d3;background:#e9e9e9 50% 50% repeat-x;font-weight:400;color:#555}
568
+ .ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}
569
+ .ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{border:0 solid #999;background:#dadada 50% 50% repeat-x;font-weight:400;color:#212121}
570
+ .ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited{color:#212121;text-decoration:none}
571
+ .ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:0 solid #aaa;background:#fff 50% 50% repeat-x;font-weight:400;color:#212121}
572
+ .ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}
573
+ .ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:0 solid #89b17e;background:#fbf9ee 50% 50% repeat-x;color:#363636}
574
+ .ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}
575
+ .ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:0 solid #cd0a0a;background:#fef1ec 50% 50% repeat-x;color:#cd0a0a}
576
+ .ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}
577
+ .ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}
578
+ .ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}
579
+ .ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}
580
+ .ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}
581
+ .ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}
582
+ .ui-icon{width:16px;height:16px}
583
+ .ui-icon,.ui-widget-content .ui-icon{background-image:url(../images/ui-icons_222222_256x240.png)}
584
+ .ui-widget-header .ui-icon{background-image:url(../images/ui-icons_222222_256x240.png)}
585
+ .ui-state-default .ui-icon{background-image:url(../images/ui-icons_888888_256x240.png)}
586
+ .ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url(../images/ui-icons_454545_256x240.png)}
587
+ .ui-state-active .ui-icon{background-image:url(../images/ui-icons_454545_256x240.png)}
588
+ .ui-state-highlight .ui-icon{background-image:url(../images/ui-icons_2e83ff_256x240.png)}
589
+ .ui-icon-circle-triangle-e{background-position:-48px -192px}
590
+ .ui-icon-circle-triangle-s{background-position:-64px -192px}
591
+ .ui-icon-circle-triangle-w{background-position:-80px -192px}
592
+ .ui-icon-circle-triangle-n{background-position:-96px -192px}
593
+ .ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:0}
594
+ .ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:0}
595
+ .ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:0}
596
+ .ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:0}
597
+ .ui-widget-overlay{background:#aaa 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}
598
+ .ui-widget-shadow{margin:-8px 0 0 -8px;padding:8px;background:#aaa 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}
plugin-fw/assets/css/overcast/images/ui-bg_flat_0_aaaaaa_40x100.png ADDED
Binary file
plugin-fw/assets/css/overcast/images/ui-bg_flat_0_eeeeee_40x100.png ADDED
Binary file
plugin-fw/assets/css/overcast/images/ui-bg_flat_55_c0402a_40x100.png ADDED
Binary file
plugin-fw/assets/css/overcast/images/ui-bg_flat_55_eeeeee_40x100.png ADDED
Binary file
plugin-fw/assets/css/overcast/images/ui-bg_glass_100_f8f8f8_1x400.png ADDED
Binary file
plugin-fw/assets/css/overcast/images/ui-bg_glass_35_dddddd_1x400.png ADDED
Binary file
plugin-fw/assets/css/overcast/images/ui-bg_glass_60_eeeeee_1x400.png ADDED
Binary file
plugin-fw/assets/css/overcast/images/ui-bg_inset-hard_75_999999_1x100.png ADDED
Binary file
plugin-fw/assets/css/overcast/images/ui-bg_inset-soft_50_c9c9c9_1x100.png ADDED
Binary file
plugin-fw/assets/css/overcast/images/ui-icons_3383bb_256x240.png ADDED
Binary file
plugin-fw/assets/css/overcast/images/ui-icons_454545_256x240.png ADDED
Binary file
plugin-fw/assets/css/overcast/images/ui-icons_70b2e1_256x240.png ADDED
Binary file
plugin-fw/assets/css/overcast/images/ui-icons_999999_256x240.png ADDED
Binary file
plugin-fw/assets/css/overcast/images/ui-icons_fbc856_256x240.png ADDED
Binary file
plugin-fw/assets/css/overcast/jquery-ui-1.8.9.custom.css ADDED
@@ -0,0 +1,322 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*
2
+ * jQuery UI CSS Framework 1.8.8
3
+ *
4
+ * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
5
+ * Dual licensed under the MIT or GPL Version 2 licenses.
6
+ * http://jquery.org/license
7
+ *
8
+ * http://docs.jquery.com/UI/Theming/API
9
+ */
10
+
11
+ /* Layout helpers
12
+ ----------------------------------*/
13
+ .ui-helper-hidden { display: none; }
14
+ .ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
15
+ .ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
16
+ .ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
17
+ .ui-helper-clearfix { display: inline-block; }
18
+ /* required comment for clearfix to work in Opera \*/
19
+ * html .ui-helper-clearfix { height:1%; }
20
+ .ui-helper-clearfix { display:block; }
21
+ /* end clearfix */
22
+ .ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
23
+
24
+
25
+ /* Interaction Cues
26
+ ----------------------------------*/
27
+ .ui-state-disabled { cursor: default !important; }
28
+
29
+
30
+ /* Icons
31
+ ----------------------------------*/
32
+
33
+ /* states and images */
34
+ .ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
35
+
36
+
37
+ /* Misc visuals
38
+ ----------------------------------*/
39
+
40
+ /* Overlays */
41
+ .ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
42
+
43
+
44
+ /*
45
+ * jQuery UI CSS Framework 1.8.8
46
+ *
47
+ * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
48
+ * Dual licensed under the MIT or GPL Version 2 licenses.
49
+ * http://jquery.org/license
50
+ *
51
+ * http://docs.jquery.com/UI/Theming/API
52
+ *
53
+ * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS,%20Helvetica,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=6px&bgColorHeader=dddddd&bgTextureHeader=02_glass.png&bgImgOpacityHeader=35&borderColorHeader=bbbbbb&fcHeader=444444&iconColorHeader=999999&bgColorContent=c9c9c9&bgTextureContent=05_inset_soft.png&bgImgOpacityContent=50&borderColorContent=aaaaaa&fcContent=333333&iconColorContent=999999&bgColorDefault=eeeeee&bgTextureDefault=02_glass.png&bgImgOpacityDefault=60&borderColorDefault=cccccc&fcDefault=3383bb&iconColorDefault=70b2e1&bgColorHover=f8f8f8&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=bbbbbb&fcHover=599fcf&iconColorHover=3383bb&bgColorActive=999999&bgTextureActive=06_inset_hard.png&bgImgOpacityActive=75&borderColorActive=999999&fcActive=ffffff&iconColorActive=454545&bgColorHighlight=eeeeee&bgTextureHighlight=01_flat.png&bgImgOpacityHighlight=55&borderColorHighlight=ffffff&fcHighlight=444444&iconColorHighlight=3383bb&bgColorError=c0402a&bgTextureError=01_flat.png&bgImgOpacityError=55&borderColorError=c0402a&fcError=ffffff&iconColorError=fbc856&bgColorOverlay=eeeeee&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=80&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=60&thicknessShadow=4px&offsetTopShadow=-4px&offsetLeftShadow=-4px&cornerRadiusShadow=0pxdow=0px
54
+ */
55
+
56
+
57
+ /* Component containers
58
+ ----------------------------------*/
59
+ .ui-widget { font-family: Trebuchet MS, Helvetica, Arial, sans-serif; font-size: 1.1em; }
60
+ .ui-widget .ui-widget { font-size: 1em; }
61
+ .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Trebuchet MS, Helvetica, Arial, sans-serif; font-size: 1em; }
62
+ .ui-widget-content { border: 1px solid #aaaaaa; background: #f1f1f1; color: #333333; }
63
+ .ui-widget-content a { color: #333333; }
64
+ .ui-widget-header { border: 1px solid #bbbbbb; background: #ccc; color: #444444; font-weight: bold; }
65
+ .ui-widget-header a { color: #444444; }
66
+
67
+ /* Interaction states
68
+ ----------------------------------*/
69
+ .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #cccccc; background: #eeeeee url(images/ui-bg_glass_60_eeeeee_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #3383bb; }
70
+ .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #3383bb; text-decoration: none; }
71
+ .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #bbbbbb; background: #f8f8f8 url(images/ui-bg_glass_100_f8f8f8_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #599fcf; }
72
+ .ui-state-hover a, .ui-state-hover a:hover { color: #599fcf; text-decoration: none; }
73
+ .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #999999; background: #999999 url(images/ui-bg_inset-hard_75_999999_1x100.png) 50% 50% repeat-x; font-weight: bold; color: #ffffff; }
74
+ .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ffffff; text-decoration: none; }
75
+ .ui-widget :active { outline: none; }
76
+
77
+ /* Interaction Cues
78
+ ----------------------------------*/
79
+ .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {border: 1px solid #ffffff; background: #eeeeee url(images/ui-bg_flat_55_eeeeee_40x100.png) 50% 50% repeat-x; color: #444444; }
80
+ .ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #444444; }
81
+ .ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #c0402a; background: #c0402a url(images/ui-bg_flat_55_c0402a_40x100.png) 50% 50% repeat-x; color: #ffffff; }
82
+ .ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #ffffff; }
83
+ .ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #ffffff; }
84
+ .ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
85
+ .ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
86
+ .ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
87
+ .ui-sortable-placeholder { border: 1px dotted black; visibility: visible !important; }
88
+ .ui-sortable-placeholder * { visibility: hidden; }
89
+
90
+ /* Icons
91
+ ----------------------------------*/
92
+
93
+ /* states and images */
94
+ /*.ui-widget-content .ui-icon {background-image: url(images/ui-icons_999999_256x240.png); }
95
+ .ui-widget-header .ui-icon {background-image: url(images/ui-icons_999999_256x240.png); } */
96
+ .ui-state-default .ui-icon { background-image: url(images/ui-icons_70b2e1_256x240.png); }
97
+ /*.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_3383bb_256x240.png); }
98
+ .ui-state-active .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); }
99
+ .ui-state-highlight .ui-icon {background-image: url(images/ui-icons_3383bb_256x240.png); }
100
+ .ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_fbc856_256x240.png); } */
101
+
102
+ /* positioning */
103
+ /*.ui-icon-carat-1-n { background-position: 0 0; }
104
+ .ui-icon-carat-1-ne { background-position: -16px 0; }
105
+ .ui-icon-carat-1-e { background-position: -32px 0; }
106
+ .ui-icon-carat-1-se { background-position: -48px 0; }
107
+ .ui-icon-carat-1-s { background-position: -64px 0; }
108
+ .ui-icon-carat-1-sw { background-position: -80px 0; }
109
+ .ui-icon-carat-1-w { background-position: -96px 0; }
110
+ .ui-icon-carat-1-nw { background-position: -112px 0; }
111
+ .ui-icon-carat-2-n-s { background-position: -128px 0; }
112
+ .ui-icon-carat-2-e-w { background-position: -144px 0; }
113
+ .ui-icon-triangle-1-n { background-position: 0 -16px; }
114
+ .ui-icon-triangle-1-ne { background-position: -16px -16px; }
115
+ .ui-icon-triangle-1-e { background-position: -32px -16px; }
116
+ .ui-icon-triangle-1-se { background-position: -48px -16px; }
117
+ .ui-icon-triangle-1-s { background-position: -64px -16px; }
118
+ .ui-icon-triangle-1-sw { background-position: -80px -16px; }
119
+ .ui-icon-triangle-1-w { background-position: -96px -16px; }
120
+ .ui-icon-triangle-1-nw { background-position: -112px -16px; }
121
+ .ui-icon-triangle-2-n-s { background-position: -128px -16px; }
122
+ .ui-icon-triangle-2-e-w { background-position: -144px -16px; }
123
+ .ui-icon-arrow-1-n { background-position: 0 -32px; }
124
+ .ui-icon-arrow-1-ne { background-position: -16px -32px; }
125
+ .ui-icon-arrow-1-e { background-position: -32px -32px; }
126
+ .ui-icon-arrow-1-se { background-position: -48px -32px; }
127
+ .ui-icon-arrow-1-s { background-position: -64px -32px; }
128
+ .ui-icon-arrow-1-sw { background-position: -80px -32px; }
129
+ .ui-icon-arrow-1-w { background-position: -96px -32px; }
130
+ .ui-icon-arrow-1-nw { background-position: -112px -32px; }
131
+ .ui-icon-arrow-2-n-s { background-position: -128px -32px; }
132
+ .ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
133
+ .ui-icon-arrow-2-e-w { background-position: -160px -32px; }
134
+ .ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
135
+ .ui-icon-arrowstop-1-n { background-position: -192px -32px; }
136
+ .ui-icon-arrowstop-1-e { background-position: -208px -32px; }
137
+ .ui-icon-arrowstop-1-s { background-position: -224px -32px; }
138
+ .ui-icon-arrowstop-1-w { background-position: -240px -32px; }
139
+ .ui-icon-arrowthick-1-n { background-position: 0 -48px; }
140
+ .ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
141
+ .ui-icon-arrowthick-1-e { background-position: -32px -48px; }
142
+ .ui-icon-arrowthick-1-se { background-position: -48px -48px; }
143
+ .ui-icon-arrowthick-1-s { background-position: -64px -48px; }
144
+ .ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
145
+ .ui-icon-arrowthick-1-w { background-position: -96px -48px; }
146
+ .ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
147
+ .ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
148
+ .ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
149
+ .ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
150
+ .ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
151
+ .ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
152
+ .ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
153
+ .ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
154
+ .ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
155
+ .ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
156
+ .ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
157
+ .ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
158
+ .ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
159
+ .ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
160
+ .ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
161
+ .ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
162
+ .ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
163
+ .ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
164
+ .ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
165
+ .ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
166
+ .ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
167
+ .ui-icon-arrow-4 { background-position: 0 -80px; }
168
+ .ui-icon-arrow-4-diag { background-position: -16px -80px; }
169
+ .ui-icon-extlink { background-position: -32px -80px; }
170
+ .ui-icon-newwin { background-position: -48px -80px; }
171
+ .ui-icon-refresh { background-position: -64px -80px; }
172
+ .ui-icon-shuffle { background-position: -80px -80px; }
173
+ .ui-icon-transfer-e-w { background-position: -96px -80px; }
174
+ .ui-icon-transferthick-e-w { background-position: -112px -80px; }
175
+ .ui-icon-folder-collapsed { background-position: 0 -96px; }
176
+ .ui-icon-folder-open { background-position: -16px -96px; }
177
+ .ui-icon-document { background-position: -32px -96px; }
178
+ .ui-icon-document-b { background-position: -48px -96px; }
179
+ .ui-icon-note { background-position: -64px -96px; }
180
+ .ui-icon-mail-closed { background-position: -80px -96px; }
181
+ .ui-icon-mail-open { background-position: -96px -96px; }
182
+ .ui-icon-suitcase { background-position: -112px -96px; }
183
+ .ui-icon-comment { background-position: -128px -96px; }
184
+ .ui-icon-person { background-position: -144px -96px; }
185
+ .ui-icon-print { background-position: -160px -96px; }
186
+ .ui-icon-trash { background-position: -176px -96px; }
187
+ .ui-icon-locked { background-position: -192px -96px; }
188
+ .ui-icon-unlocked { background-position: -208px -96px; }
189
+ .ui-icon-bookmark { background-position: -224px -96px; }
190
+ .ui-icon-tag { background-position: -240px -96px; }
191
+ .ui-icon-home { background-position: 0 -112px; }
192
+ .ui-icon-flag { background-position: -16px -112px; }
193
+ .ui-icon-calendar { background-position: -32px -112px; }
194
+ .ui-icon-cart { background-position: -48px -112px; }
195
+ .ui-icon-pencil { background-position: -64px -112px; }
196
+ .ui-icon-clock { background-position: -80px -112px; }
197
+ .ui-icon-disk { background-position: -96px -112px; }
198
+ .ui-icon-calculator { background-position: -112px -112px; }
199
+ .ui-icon-zoomin { background-position: -128px -112px; }
200
+ .ui-icon-zoomout { background-position: -144px -112px; }
201
+ .ui-icon-search { background-position: -160px -112px; }
202
+ .ui-icon-wrench { background-position: -176px -112px; }
203
+ .ui-icon-gear { background-position: -192px -112px; }
204
+ .ui-icon-heart { background-position: -208px -112px; }
205
+ .ui-icon-star { background-position: -224px -112px; }
206
+ .ui-icon-link { background-position: -240px -112px; }
207
+ .ui-icon-cancel { background-position: 0 -128px; } */
208
+ .ui-icon-plus { background-position: -16px -128px; }
209
+ .ui-icon-minus { background-position: -48px -128px; }
210
+ .ui-icon-minusthick { background-position: -64px -128px; }
211
+ /*.ui-icon-plusthick { background-position: -32px -128px; }
212
+ .ui-icon-close { background-position: -80px -128px; }
213
+ .ui-icon-closethick { background-position: -96px -128px; }
214
+ .ui-icon-key { background-position: -112px -128px; }
215
+ .ui-icon-lightbulb { background-position: -128px -128px; }
216
+ .ui-icon-scissors { background-position: -144px -128px; }
217
+ .ui-icon-clipboard { background-position: -160px -128px; }
218
+ .ui-icon-copy { background-position: -176px -128px; }
219
+ .ui-icon-contact { background-position: -192px -128px; }
220
+ .ui-icon-image { background-position: -208px -128px; }
221
+ .ui-icon-video { background-position: -224px -128px; }
222
+ .ui-icon-script { background-position: -240px -128px; }
223
+ .ui-icon-alert { background-position: 0 -144px; }
224
+ .ui-icon-info { background-position: -16px -144px; }
225
+ .ui-icon-notice { background-position: -32px -144px; }
226
+ .ui-icon-help { background-position: -48px -144px; }
227
+ .ui-icon-check { background-position: -64px -144px; }
228
+ .ui-icon-bullet { background-position: -80px -144px; }
229
+ .ui-icon-radio-off { background-position: -96px -144px; }
230
+ .ui-icon-radio-on { background-position: -112px -144px; }
231
+ .ui-icon-pin-w { background-position: -128px -144px; }
232
+ .ui-icon-pin-s { background-position: -144px -144px; }
233
+ .ui-icon-play { background-position: 0 -160px; }
234
+ .ui-icon-pause { background-position: -16px -160px; }
235
+ .ui-icon-seek-next { background-position: -32px -160px; }
236
+ .ui-icon-seek-prev { background-position: -48px -160px; }
237
+ .ui-icon-seek-end { background-position: -64px -160px; }
238
+ .ui-icon-seek-start { background-position: -80px -160px; } */
239
+ /* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
240
+ /*.ui-icon-seek-first { background-position: -80px -160px; }
241
+ .ui-icon-stop { background-position: -96px -160px; }
242
+ .ui-icon-eject { background-position: -112px -160px; }
243
+ .ui-icon-volume-off { background-position: -128px -160px; }
244
+ .ui-icon-volume-on { background-position: -144px -160px; }
245
+ .ui-icon-power { background-position: 0 -176px; }
246
+ .ui-icon-signal-diag { background-position: -16px -176px; }
247
+ .ui-icon-signal { background-position: -32px -176px; }
248
+ .ui-icon-battery-0 { background-position: -48px -176px; }
249
+ .ui-icon-battery-1 { background-position: -64px -176px; }
250
+ .ui-icon-battery-2 { background-position: -80px -176px; }
251
+ .ui-icon-battery-3 { background-position: -96px -176px; }
252
+ .ui-icon-circle-plus { background-position: 0 -192px; }
253
+ .ui-icon-circle-minus { background-position: -16px -192px; }
254
+ .ui-icon-circle-close { background-position: -32px -192px; }
255
+ .ui-icon-circle-triangle-e { background-position: -48px -192px; }
256
+ .ui-icon-circle-triangle-s { background-position: -64px -192px; }
257
+ .ui-icon-circle-triangle-w { background-position: -80px -192px; }
258
+ .ui-icon-circle-triangle-n { background-position: -96px -192px; }
259
+ .ui-icon-circle-arrow-e { background-position: -112px -192px; }
260
+ .ui-icon-circle-arrow-s { background-position: -128px -192px; }
261
+ .ui-icon-circle-arrow-w { background-position: -144px -192px; }
262
+ .ui-icon-circle-arrow-n { background-position: -160px -192px; }
263
+ .ui-icon-circle-zoomin { background-position: -176px -192px; }
264
+ .ui-icon-circle-zoomout { background-position: -192px -192px; }
265
+ .ui-icon-circle-check { background-position: -208px -192px; }
266
+ .ui-icon-circlesmall-plus { background-position: 0 -208px; }
267
+ .ui-icon-circlesmall-minus { background-position: -16px -208px; }
268
+ .ui-icon-circlesmall-close { background-position: -32px -208px; }
269
+ .ui-icon-squaresmall-plus { background-position: -48px -208px; }
270
+ .ui-icon-squaresmall-minus { background-position: -64px -208px; }
271
+ .ui-icon-squaresmall-close { background-position: -80px -208px; }
272
+ .ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
273
+ .ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
274
+ .ui-icon-grip-solid-vertical { background-position: -32px -224px; }
275
+ .ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
276
+ .ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
277
+ .ui-icon-grip-diagonal-se { background-position: -80px -224px; } */
278
+
279
+
280
+ /* Misc visuals
281
+ ----------------------------------*/
282
+
283
+ /* Corner radius */
284
+ .ui-corner-tl { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; border-top-left-radius: 6px; }
285
+ .ui-corner-tr { -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; border-top-right-radius: 6px; }
286
+ .ui-corner-bl { -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; border-bottom-left-radius: 6px; }
287
+ .ui-corner-br { -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; border-bottom-right-radius: 6px; }
288
+ .ui-corner-top { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; border-top-left-radius: 6px; -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; border-top-right-radius: 6px; }
289
+ .ui-corner-bottom { -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; border-bottom-left-radius: 6px; -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; border-bottom-right-radius: 6px; }
290
+ .ui-corner-right { -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; border-top-right-radius: 6px; -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; border-bottom-right-radius: 6px; }
291
+ .ui-corner-left { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; border-top-left-radius: 6px; -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; border-bottom-left-radius: 6px; }
292
+ .ui-corner-all { -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; }
293
+
294
+ /* Overlays */
295
+ .ui-widget-overlay { background: #eeeeee url(images/ui-bg_flat_0_eeeeee_40x100.png) 50% 50% repeat-x; opacity: .80;filter:Alpha(Opacity=80); }
296
+ .ui-widget-shadow { margin: -4px 0 0 -4px; padding: 4px; background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .60;filter:Alpha(Opacity=60); -moz-border-radius: 0pxdow=0px; -webkit-border-radius: 0pxdow=0px; border-radius: 0pxdow=0px; }/*
297
+ * jQuery UI Slider 1.8.8
298
+ *
299
+ * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
300
+ * Dual licensed under the MIT or GPL Version 2 licenses.
301
+ * http://jquery.org/license
302
+ *
303
+ * http://docs.jquery.com/UI/Slider#theming
304
+ */
305
+ .ui-slider { position: relative; text-align: left; width:340px; float:left }
306
+ .ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
307
+ .ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }
308
+ .ui-slider .minCaption { float: left }
309
+ .ui-slider .maxCaption { float: right }
310
+ .ui-slider .feedback { text-align:center; width:100%; display:block }
311
+
312
+ .ui-slider-horizontal { height: .8em; }
313
+ .ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
314
+ .ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
315
+ .ui-slider-horizontal .ui-slider-range-min { left: 0; }
316
+ .ui-slider-horizontal .ui-slider-range-max { right: 0; }
317
+
318
+ .ui-slider-vertical { width: .8em; height: 100px; }
319
+ .ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
320
+ .ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
321
+ .ui-slider-vertical .ui-slider-range-min { bottom: 0; }
322
+ .ui-slider-vertical .ui-slider-range-max { top: 0; }
plugin-fw/assets/css/yit-plugin-panel.css ADDED
@@ -0,0 +1,599 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*
2
+ * This file belongs to the YIT Plugin Framework.
3
+ *
4
+ * This source file is subject to the GNU GENERAL PUBLIC LICENSE (GPL 3.0)
5
+ * that is bundled with this package in the file LICENSE.txt.
6
+ * It is also available through the world-wide-web at this URL:
7
+ * http://www.gnu.org/licenses/gpl-3.0.txt
8
+ */
9
+
10
+ /* onoff */
11
+ .rm_onoff input {
12
+ display: none;
13
+ }
14
+
15
+ .rm_onoff input + span {
16
+ cursor: pointer;
17
+ text-indent: -9999px;
18
+ display: block;
19
+ width: 85px;
20
+ height: 37px;
21
+ background: transparent url(../images/off.png);
22
+ }
23
+
24
+ .rm_onoff input:checked + span {
25
+ background: transparent url(../images/on.png);
26
+ }
27
+
28
+ .rm_onoff input.onoffchecked + span {
29
+ background: transparent url(../images/on.png);
30
+ }
31
+
32
+ /* slider */
33
+ /*numbers*/
34
+ .ui-slider .maxCaption, .ui-slider .minCaption {
35
+ margin-bottom: 5px;
36
+ }
37
+ .ui-slider .feedback {
38
+ background: url(../images/slider/tooltip.png) no-repeat center top;
39
+ position: absolute;
40
+ top: -25px;
41
+ width: 35px;
42
+ height: 43px;
43
+ text-align: center;
44
+ width: 100%;
45
+ display: block;
46
+ }
47
+ .ui-slider .feedback strong {
48
+ display: inline-block;
49
+ padding-top: 4px;
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;
57
+ width: 18px !important;
58
+ height: 19px !important;
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;
66
+ }
67
+
68
+ .iris-slider-offset.ui-slider.ui-widget-content {
69
+ background: transparent!important;
70
+ height: auto!important;
71
+ }
72
+
73
+ /*bg on the right:orange*/
74
+ .ui-slider.ui-widget-content .ui-widget-header {
75
+ background: url(../images/slider/orange.gif) repeat-x left center !important;
76
+ left: 2px !important;
77
+ -webkit-border-radius: 15px;
78
+ -moz-border-radius: 15px;
79
+ -khtml-border-radius: 15px;
80
+ border-radius: 15px;
81
+ }
82
+
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;
92
+ }
93
+
94
+ .plugin-option .form-table td{
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;
101
+ border-radius: 4px 4px 4px 4px;
102
+ border-style: solid;
103
+ border-width: 1px;
104
+ color: #555555;
105
+ display: block;
106
+ float: left;
107
+ font-family: sans-serif;
108
+ font-size: 12px;
109
+ height: 26px;
110
+ margin-bottom: 9px !important;
111
+ margin-left: 0;
112
+ margin-right: 5px;
113
+ margin-top: 0;
114
+ width: 400px;
115
+ }
116
+ .chosen .select_wrapper {
117
+ background: none;
118
+ border: none;
119
+ }
120
+ .chosen .select_wrapper .chosen-container{
121
+ width: 338px!important;
122
+ }
123
+ .chosen .select_wrapper .chosen-container .search-field input{
124
+ height: 27px!important;
125
+ color: #333;
126
+ }
127
+ .chosen .select_wrapper .chosen-container .chosen-choices{
128
+ border: 1px solid #ddd;
129
+ box-shadow: none;
130
+ }
131
+ .chosen .select_wrapper .chosen-container .chosen-choices li.search-choice{
132
+ height: 15px!important;
133
+ min-width: 105px;
134
+ }
135
+ .chosen .select_wrapper .chosen-container .chosen-choices li.search-choice span{
136
+ line-height: 15px;
137
+ height: 15px;
138
+ padding-top: 2px;
139
+ }
140
+ .chosen .select_wrapper .chosen-container .chosen-choices li.search-choice a.search-choice-close{
141
+ top: 5px;
142
+ }
143
+ .chosen .select_wrapper .chosen-container .chosen-drop .chosen-search input{
144
+ width: 100%!important;
145
+ }
146
+ .select_wrapper span {
147
+ height: 26px;
148
+ line-height: 26px;
149
+ padding-left: 6px;
150
+ position: absolute;
151
+ z-index: 2;
152
+ }
153
+ .ie8 .yit_options select {
154
+ height: 26px;
155
+ }
156
+ .yit_options select, .the-metabox .select_wrapper select {
157
+ cursor: pointer;
158
+ height: 28px;
159
+ margin: 0;
160
+ opacity: 0;
161
+ padding: 0;
162
+ position: relative;
163
+ width: inherit;
164
+ z-index: 4;
165
+ background-color: #FAFAFA;
166
+ }
167
+
168
+
169
+ /* Style to woocommerce panel*/
170
+ #plugin-fw-wc{
171
+ padding-top: 20px;
172
+ }
173
+ #plugin-fw-wc table.form-table{
174
+ background-color: #fff;
175
+ margin-bottom: 20px;
176
+ }
177
+ #plugin-fw-wc table.form-table th {
178
+ padding: 20px;
179
+ }
180
+ #plugin-fw-wc h3{
181
+ padding:0px 10px 10px ;
182
+ border-bottom: 1px solid #eee;
183
+ }
184
+ #plugin-fw-wc .yith_videobox .column{
185
+ width: 45%;
186
+ float: left;
187
+ padding-right: 2.5%;
188
+ border-right: 1px solid #ebebeb;
189
+ padding-bottom: 2em;
190
+ }
191
+ #plugin-fw-wc .yith_videobox .column.two{
192
+ margin-right: 0;
193
+ padding-right: 0;
194
+ padding-left: 2.5%;
195
+ border: 0;
196
+ max-width: 49%;
197
+ }
198
+ #plugin-fw-wc .yith_videobox h2{
199
+ font-size: 16px;
200
+ margin-bottom: 20px;
201
+ }
202
+ #plugin-fw-wc .postbox .inside{
203
+ display: inline-block;
204
+ }
205
+ #plugin-fw-wc .yith-video-link {
206
+ width: 100%;
207
+ max-width: 200px;
208
+ float: left;
209
+ margin: 0 1.5em 1.5em 0;
210
+ }
211
+ #plugin-fw-wc .yith-video-link {
212
+ width: 100%;
213
+ max-width: 200px;
214
+ float: left;
215
+ margin: 0 1.5em 1.5em 0;
216
+ }
217
+ #plugin-fw-wc .yith-image-frame img {
218
+ max-width: 100%;
219
+ height: auto;
220
+ }
221
+
222
+ #plugin-fw-wc .yith-video-link img {
223
+ max-width: 100%;
224
+ height: auto;
225
+ }
226
+ #plugin-fw-wc .yith-video-iframe {
227
+ display: none;
228
+
229
+ }
230
+
231
+ /* === Plugins Upgrader === */
232
+
233
+ .yit-plugin-changelog-wrapper {
234
+ display: none;
235
+ }
236
+
237
+ .yit-plugin-changelog-title {
238
+ text-transform: uppercase;
239
+ }
240
+
241
+ .yit-plugin-changelog {
242
+ background: #fcfcfc;
243
+ height: 97%;
244
+ z-index: 999;
245
+ overflow: auto;
246
+ }
247
+
248
+ /* === Plugins Licence Activation === */
249
+
250
+ .yit-container.plugin-licence-activation {
251
+ font-family: 'Raleway', sans-serif;
252
+ }
253
+
254
+ .yit-container.plugin-licence-activation .to-active-wrapper {
255
+ margin-bottom: 60px;
256
+ }
257
+
258
+ .yit-container.plugin-licence-activation .to-active-wrapper form.to-active-form {
259
+ position: relative;
260
+ border-color: #e1e1e1;
261
+ border-style: solid;
262
+ border-width: 0;
263
+ }
264
+
265
+ .yit-container.plugin-licence-activation .to-active-wrapper form.to-active-form:first-child {
266
+ border-top-width: 1px;
267
+ }
268
+
269
+ .yit-container.plugin-licence-activation .to-active-wrapper form.to-active-form:last-child {
270
+ border-bottom-width: 1px;
271
+ }
272
+
273
+ .yit-container.plugin-licence-activation .to-active-wrapper table.to-active-table {
274
+ border-width: 0;
275
+ border-spacing: 0;
276
+ width: 100%;
277
+ }
278
+
279
+ .yit-container.plugin-licence-activation .message {
280
+ display: none;
281
+ line-height: normal;
282
+ background: #ffffff url(../images/licence-error.png) 15px center no-repeat;
283
+ padding-left: 65px;
284
+ padding-right: 15px;
285
+ width: 150px;
286
+ }
287
+
288
+ .yit-container.plugin-licence-activation .message-wrapper {
289
+ height: 75px;
290
+ display: none;
291
+ position: absolute;
292
+ top: 0;
293
+ right: -250px;
294
+ border: 1px solid #ff3838;
295
+ }
296
+
297
+ .yit-container.plugin-licence-activation .message-wrapper.visible {
298
+ display: table;
299
+ }
300
+
301
+ .yit-container.plugin-licence-activation .message {
302
+ display: table-cell;
303
+ vertical-align: middle;
304
+ }
305
+
306
+ .yit-container.plugin-licence-activation .arrow-left:after,
307
+ .yit-container.plugin-licence-activation .arrow-left:before {
308
+ content: "";
309
+ display: block;
310
+ width: 0;
311
+ height: 0;
312
+ position: absolute;
313
+ }
314
+
315
+ .yit-container.plugin-licence-activation .arrow-left:before {
316
+ border-top: 9px solid transparent;
317
+ border-bottom: 9px solid transparent;
318
+ border-right: 9px solid #ff3838;
319
+ top: 26px;
320
+ left: -9px;
321
+ }
322
+
323
+ .yit-container.plugin-licence-activation .arrow-left:after {
324
+ border-top: 8px solid transparent;
325
+ border-bottom: 8px solid transparent;
326
+ border-right: 8px solid #fff;
327
+ left: -8px;
328
+ top: 27px;
329
+ }
330
+
331
+ .yit-container.plugin-licence-activation h2,
332
+ .yit-container.plugin-licence-activation h3 {
333
+ text-transform: uppercase;
334
+ font-weight: 800;
335
+ margin-bottom: 30px;
336
+ }
337
+
338
+ .yit-container.plugin-licence-activation h2 {
339
+ color: #808a97;
340
+ font-size: 25px;
341
+ }
342
+ .yit-container.plugin-licence-activation h3 {
343
+ color: #313131;
344
+ font-size: 15px;
345
+ height: 20px;
346
+ }
347
+
348
+ .yit-container.plugin-licence-activation h3.to-active {
349
+ height: 20px;
350
+ position: relative;
351
+ vertical-align: top;
352
+ }
353
+
354
+ .yit-container.plugin-licence-activation .spinner.show{
355
+ display: inline-block;
356
+ vertical-align: middle;
357
+ float: none;
358
+ }
359
+
360
+ .yit-container.plugin-licence-activation h3.to-active > .spinner.show {
361
+ display: inline-block;
362
+ float: none;
363
+ top: -3px;
364
+ position: relative;
365
+ }
366
+
367
+ .yit-container.plugin-licence-activation .licence-check-section{
368
+ margin-bottom: 60px;
369
+ }
370
+
371
+ .yit-container.plugin-licence-activation span.licence-label {
372
+ font-weight: 500;
373
+ color: #606060;
374
+ margin-bottom: 30px;
375
+ }
376
+
377
+ .yit-container.plugin-licence-activation .button-licence {
378
+ border: 0;
379
+ font-size: 13px;
380
+ text-transform: uppercase;
381
+ background-color: #808a97;
382
+ color: #fff;
383
+ font-weight: 700;
384
+ border-radius: 3px;
385
+ cursor: pointer;
386
+ text-decoration: none;
387
+ padding: 5px 7px;
388
+ -webkit-transition: background-color 0.3s ease;
389
+ -moz-transition: background-color 0.3s ease;
390
+ -ms-transition: background-color 0.3s ease;
391
+ -o-transition: background-color 0.3s ease;
392
+ transition: background-color 0.3s ease;
393
+ }
394
+
395
+ .yit-container.plugin-licence-activation .button-licence:hover {
396
+ background-color: #4d5c6f;
397
+ }
398
+
399
+ .yit-container.plugin-licence-activation .button-licence.clicked {
400
+ cursor: not-allowed;
401
+ background-color: #e2e2e2 !important;
402
+ }
403
+
404
+ .yit-container.plugin-licence-activation .button-licence.licence-check {
405
+ font-weight: 400;
406
+ padding: 12px 19px;
407
+ }
408
+
409
+ .yit-container.plugin-licence-activation .button-licence.licence-renew {
410
+ text-decoration: none;
411
+ padding: 7px 12px;
412
+ font-size: 9px;
413
+ }
414
+
415
+ .yit-container.plugin-licence-activation .button-licence.licence-renew:focus {
416
+ box-shadow: none;
417
+ }
418
+
419
+ .yit-container.plugin-licence-activation table:not(.to-active-table) {
420
+ width: 100%;
421
+ border: 1px solid #dcdcdc;
422
+ border-spacing: 0;
423
+ border-radius: 5px;
424
+ border-collapse: separate;
425
+ overflow: hidden;
426
+ }
427
+
428
+ .yit-container.plugin-licence-activation table:not(.to-active-table) th {
429
+ border-bottom: 1px solid #dcdcdc;
430
+ }
431
+
432
+ .yit-container.plugin-licence-activation table:not(.to-active-table) td,
433
+ .yit-container.plugin-licence-activation table:not(.to-active-table) th {
434
+ border-right: 1px solid #dcdcdc;
435
+ }
436
+ .yit-container.plugin-licence-activation table td:last-child,
437
+ .yit-container.plugin-licence-activation table th:last-child {
438
+ border-right: 0;
439
+ }
440
+
441
+ .yit-container.plugin-licence-activation table thead tr {
442
+ background-color: #f6f4f4;
443
+ }
444
+
445
+ .yit-container.plugin-licence-activation table tbody tr {
446
+ background-color: #ffffff;
447
+ }
448
+
449
+ .yit-container.plugin-licence-activation table thead tr th {
450
+ font-size: 13px;
451
+ color: #313131;
452
+ text-transform: uppercase;
453
+ font-weight: bold;
454
+ }
455
+
456
+ .yit-container.plugin-licence-activation table thead tr,
457
+ .yit-container.plugin-licence-activation table tbody tr {
458
+ line-height: 60px;
459
+ }
460
+
461
+ .yit-container.plugin-licence-activation table tbody tr td{
462
+ text-align: center;
463
+ line-height: 20px;
464
+ padding: 10px 5px;
465
+ }
466
+
467
+ .yit-container.plugin-licence-activation .button-licence.licence-activation {
468
+ padding: 12px 18px;
469
+ }
470
+
471
+ .yit-container.plugin-licence-activation .to-active-table tr {
472
+ line-height: 75px;
473
+ }
474
+
475
+ .yit-container.plugin-licence-activation .to-active-table tr.plugin-row {
476
+ background-color: transparent;
477
+ -webkit-transition: all 0.3s ease;
478
+ -moz-transition: all 0.3s ease;
479
+ -ms-transition: all 0.3s ease;
480
+ -o-transition: all 0.3s ease;
481
+ transition: all 0.3s ease;
482
+ }
483
+
484
+ .yit-container.plugin-licence-activation .to-active-table tr.plugin-row.error {
485
+ background-color: #ffdcdc;
486
+ }
487
+
488
+ .yit-container.plugin-licence-activation .to-active-table td {
489
+ padding-right: 12px;
490
+ width: 33%;
491
+ }
492
+
493
+
494
+ .yit-container.plugin-licence-activation .to-active-table td.plugin-name {
495
+ color: #808a97;
496
+ font-size: 12px;
497
+ text-transform: uppercase;
498
+ font-weight: bold;
499
+ line-height: 20px;
500
+ width: 20%;
501
+ padding-left: 20px;
502
+ }
503
+
504
+ .yit-container.plugin-licence-activation .to-active-table td.activate-button {
505
+ width: 15%;
506
+ position: relative;
507
+ }
508
+
509
+ .yit-container.plugin-licence-activation input[type=text],
510
+ .yit-container.plugin-licence-activation input[type=email]{
511
+ -webkit-transition: all 0.3s ease;
512
+ -moz-transition: all 0.3s ease;
513
+ -ms-transition: all 0.3s ease;
514
+ -o-transition: all 0.3s ease;
515
+ transition: all 0.3s ease;
516
+
517
+ border: 1px solid #dcdcdc;
518
+ padding: 0 15px;
519
+ border-radius: 3px;
520
+ height: 41px;
521
+ width: 100%;
522
+ }
523
+
524
+ .yit-container.plugin-licence-activation input[type=text].require,
525
+ .yit-container.plugin-licence-activation input[type=email].require {
526
+ border: 1px solid #ff3838;
527
+ }
528
+
529
+ .yit-container.plugin-licence-activation input[type=text]:focus,
530
+ .yit-container.plugin-licence-activation input[type=email]:focus{
531
+ webkit-box-shadow: 0 0 1px rgba(30,140,190,.8);
532
+ box-shadow: 0 0 1px rgba(30,140,190,.8);
533
+ }
534
+
535
+ .yit-container.plugin-licence-activation input[type=text]{
536
+ text-transform: uppercase;
537
+ text-align: center;
538
+ }
539
+
540
+ .yit-container.plugin-licence-activation input[type=email] {
541
+ text-align: left;
542
+ }
543
+
544
+ .yit-container.plugin-licence-activation input[type=submit]:focus{
545
+ outline: 0;
546
+ }
547
+
548
+ /* === Woocommerce panel === */
549
+ #plugin-fw-wc .yit_options{
550
+ padding: 0;
551
+ border: 0;
552
+ }
553
+ #plugin-fw-wc .yit_options input.upload_button, .yit_options input.button{
554
+ background: none;
555
+ border: 1px solid #ccc;
556
+ }
557
+
558
+ /* === WP Pointers === */
559
+
560
+ #adminmenu li.menu-top.yit-pointer-selected-row,
561
+ #adminmenu li.menu-top.yit-pointer-selected-row:hover,
562
+ #adminmenu li.yit-pointer-selected-row a.menu-top {
563
+ background-color: #acc327;
564
+ color: #000;
565
+ }
566
+
567
+ #adminmenu a.menu-top.toplevel_page_yit_plugin_panel.yit-pointer{
568
+ color: #000;
569
+ }
570
+
571
+ #adminmenu a.menu-top.toplevel_page_yit_plugin_panel.yit-pointer:hover,
572
+ #adminmenu .wp-submenu a.yit-pointer-selected-row {
573
+ color: #fff;
574
+ }
575
+
576
+ #adminmenu .wp-submenu a.yit-pointer-selected-row:hover {
577
+ color: #45bbe6;
578
+ }
579
+
580
+ /* === Responsive === */
581
+
582
+ @media (max-width: 767px) {}
583
+
584
+ @media (max-width: 480px) {}
585
+
586
+ @media (min-width: 768px) and (max-width: 992px) {}
587
+
588
+ @media (min-width: 980px) and (max-width: 1199px) {}
589
+
590
+ @media (min-width: 1200px) {
591
+ .yit-container.plugin-licence-activation{
592
+ width: 900px;
593
+ }
594
+ }
595
+
596
+ @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
597
+ only screen and (-o-min-device-pixel-ratio: 3/2),
598
+ only screen and (min--moz-device-pixel-ratio: 1.5),
599
+ only screen and (min-device-pixel-ratio: 1.5) {}
plugin-fw/assets/css/yit-upgrader.css ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /* === Plugins Upgrader === */
2
+
3
+ .yit-plugin-changelog-wrapper {
4
+ display: none;
5
+ }
6
+
7
+ .yit-plugin-changelog-title {
8
+ text-transform: uppercase;
9
+ }
10
+
11
+ .yit-plugin-changelog {
12
+ background: #fcfcfc;
13
+ height: 97%;
14
+ }
plugin-fw/assets/images/chosen/chosen-sprite.png ADDED
Binary file
plugin-fw/assets/images/chosen/chosen-sprite@2x.png ADDED
Binary file
plugin-fw/assets/images/double-sidebar.png ADDED
Binary file
plugin-fw/assets/images/licence-error.png ADDED
Binary file
plugin-fw/assets/images/no-sidebar.png ADDED
Binary file
plugin-fw/assets/images/off.png ADDED
Binary file
plugin-fw/assets/images/on.png ADDED
Binary file
plugin-fw/assets/images/select.png ADDED
Binary file
plugin-fw/assets/images/sidebar-left.png ADDED
Binary file
plugin-fw/assets/images/sidebar-right.png ADDED
Binary file
plugin-fw/assets/images/sleep.png ADDED
Binary file
plugin-fw/assets/images/slider/grey.gif ADDED
Binary file
plugin-fw/assets/images/slider/handle.png ADDED
Binary file
plugin-fw/assets/images/slider/orange.gif ADDED
Binary file
plugin-fw/assets/images/slider/tooltip.png ADDED
Binary file
plugin-fw/assets/images/spinner.png ADDED
Binary file
plugin-fw/assets/images/ui-icons_222222_256x240.png ADDED
Binary file
plugin-fw/assets/images/ui-icons_2e83ff_256x240.png ADDED
Binary file
plugin-fw/assets/images/ui-icons_454545_256x240.png ADDED
Binary file
plugin-fw/assets/images/ui-icons_888888_256x240.png ADDED
Binary file
plugin-fw/assets/images/x.png ADDED
Binary file
plugin-fw/assets/images/yithemes-icon.png ADDED
Binary file
plugin-fw/assets/js/chosen/chosen.jquery.js ADDED
@@ -0,0 +1,1211 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*!
2
+ Chosen, a Select Box Enhancer for jQuery and Prototype
3
+ by Patrick Filler for Harvest, http://getharvest.com
4
+
5
+ Version 1.1.0
6
+ Full source at https://github.com/harvesthq/chosen
7
+ Copyright (c) 2011 Harvest http://getharvest.com
8
+
9
+ MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
10
+ This file is generated by `grunt build`, do not edit it by hand.
11
+ */
12
+
13
+ (function() {
14
+ var $, AbstractChosen, Chosen, SelectParser, _ref,
15
+ __hasProp = {}.hasOwnProperty,
16
+ __extends = function(child, parent) { for (var key in parent) { if (__hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; };
17
+
18
+ SelectParser = (function() {
19
+ function SelectParser() {
20
+ this.options_index = 0;
21
+ this.parsed = [];
22
+ }
23
+
24
+ SelectParser.prototype.add_node = function(child) {
25
+ if (child.nodeName.toUpperCase() === "OPTGROUP") {
26
+ return this.add_group(child);
27
+ } else {
28
+ return this.add_option(child);
29
+ }
30
+ };
31
+
32
+ SelectParser.prototype.add_group = function(group) {
33
+ var group_position, option, _i, _len, _ref, _results;
34
+ group_position = this.parsed.length;
35
+ this.parsed.push({
36
+ array_index: group_position,
37
+ group: true,
38
+ label: this.escapeExpression(group.label),
39
+ children: 0,
40
+ disabled: group.disabled
41
+ });
42
+ _ref = group.childNodes;
43
+ _results = [];
44
+ for (_i = 0, _len = _ref.length; _i < _len; _i++) {
45
+ option = _ref[_i];
46
+ _results.push(this.add_option(option, group_position, group.disabled));
47
+ }
48
+ return _results;
49
+ };
50
+
51
+ SelectParser.prototype.add_option = function(option, group_position, group_disabled) {
52
+ if (option.nodeName.toUpperCase() === "OPTION") {
53
+ if (option.text !== "") {
54
+ if (group_position != null) {
55
+ this.parsed[group_position].children += 1;
56
+ }
57
+ this.parsed.push({
58
+ array_index: this.parsed.length,
59
+ options_index: this.options_index,
60
+ value: option.value,
61
+ text: option.text,
62
+ html: option.innerHTML,
63
+ selected: option.selected,
64
+ disabled: group_disabled === true ? group_disabled : option.disabled,
65
+ group_array_index: group_position,
66
+ classes: option.className,
67
+ style: option.style.cssText
68
+ });
69
+ } else {
70
+ this.parsed.push({
71
+ array_index: this.parsed.length,
72
+ options_index: this.options_index,
73
+ empty: true
74
+ });
75
+ }
76
+ return this.options_index += 1;
77
+ }
78
+ };
79
+
80
+ SelectParser.prototype.escapeExpression = function(text) {
81
+ var map, unsafe_chars;
82
+ if ((text == null) || text === false) {
83
+ return "";
84
+ }
85
+ if (!/[\&\<\>\"\'\`]/.test(text)) {
86
+ return text;
87
+ }
88
+ map = {
89
+ "<": "&lt;",
90
+ ">": "&gt;",
91
+ '"': "&quot;",
92
+ "'": "&#x27;",
93
+ "`": "&#x60;"
94
+ };
95
+ unsafe_chars = /&(?!\w+;)|[\<\>\"\'\`]/g;
96
+ return text.replace(unsafe_chars, function(chr) {
97
+ return map[chr] || "&amp;";
98
+ });
99
+ };
100
+
101
+ return SelectParser;
102
+
103
+ })();
104
+
105
+ SelectParser.select_to_array = function(select) {
106
+ var child, parser, _i, _len, _ref;
107
+ parser = new SelectParser();
108
+ _ref = select.childNodes;
109
+ for (_i = 0, _len = _ref.length; _i < _len; _i++) {
110
+ child = _ref[_i];
111
+ parser.add_node(child);
112
+ }
113
+ return parser.parsed;
114
+ };
115
+
116
+ AbstractChosen = (function() {
117
+ function AbstractChosen(form_field, options) {
118
+ this.form_field = form_field;
119
+ this.options = options != null ? options : {};
120
+ if (!AbstractChosen.browser_is_supported()) {
121
+ return;
122
+ }
123
+ this.is_multiple = this.form_field.multiple;
124
+ this.set_default_text();
125
+ this.set_default_values();
126
+ this.setup();
127
+ this.set_up_html();
128
+ this.register_observers();
129
+ }
130
+
131
+ AbstractChosen.prototype.set_default_values = function() {
132
+ var _this = this;
133
+ this.click_test_action = function(evt) {
134
+ return _this.test_active_click(evt);
135
+ };
136
+ this.activate_action = function(evt) {
137
+ return _this.activate_field(evt);
138
+ };
139
+ this.active_field = false;
140
+ this.mouse_on_container = false;
141
+ this.results_showing = false;
142
+ this.result_highlighted = null;
143
+ this.allow_single_deselect = (this.options.allow_single_deselect != null) && (this.form_field.options[0] != null) && this.form_field.options[0].text === "" ? this.options.allow_single_deselect : false;
144
+ this.disable_search_threshold = this.options.disable_search_threshold || 0;
145
+ this.disable_search = this.options.disable_search || false;
146
+ this.enable_split_word_search = this.options.enable_split_word_search != null ? this.options.enable_split_word_search : true;
147
+ this.group_search = this.options.group_search != null ? this.options.group_search : true;
148
+ this.search_contains = this.options.search_contains || false;
149
+ this.single_backstroke_delete = this.options.single_backstroke_delete != null ? this.options.single_backstroke_delete : true;
150
+ this.max_selected_options = this.options.max_selected_options || Infinity;
151
+ this.inherit_select_classes = this.options.inherit_select_classes || false;
152
+ this.display_selected_options = this.options.display_selected_options != null ? this.options.display_selected_options : true;
153
+ return this.display_disabled_options = this.options.display_disabled_options != null ? this.options.display_disabled_options : true;
154
+ };
155
+
156
+ AbstractChosen.prototype.set_default_text = function() {
157
+ if (this.form_field.getAttribute("data-placeholder")) {
158
+ this.default_text = this.form_field.getAttribute("data-placeholder");
159
+ } else if (this.is_multiple) {
160
+ this.default_text = this.options.placeholder_text_multiple || this.options.placeholder_text || AbstractChosen.default_multiple_text;
161
+ } else {
162
+ this.default_text = this.options.placeholder_text_single || this.options.placeholder_text || AbstractChosen.default_single_text;
163
+ }
164
+ return this.results_none_found = this.form_field.getAttribute("data-no_results_text") || this.options.no_results_text || AbstractChosen.default_no_result_text;
165
+ };
166
+
167
+ AbstractChosen.prototype.mouse_enter = function() {
168
+ return this.mouse_on_container = true;
169
+ };
170
+
171
+ AbstractChosen.prototype.mouse_leave = function() {
172
+ return this.mouse_on_container = false;
173
+ };
174
+
175
+ AbstractChosen.prototype.input_focus = function(evt) {
176
+ var _this = this;
177
+ if (this.is_multiple) {
178
+ if (!this.active_field) {
179
+ return setTimeout((function() {
180
+ return _this.container_mousedown();
181
+ }), 50);
182
+ }
183
+ } else {
184
+ if (!this.active_field) {
185
+ return this.activate_field();
186
+ }
187
+ }
188
+ };
189
+
190
+ AbstractChosen.prototype.input_blur = function(evt) {
191
+ var _this = this;
192
+ if (!this.mouse_on_container) {
193
+ this.active_field = false;
194
+ return setTimeout((function() {
195
+ return _this.blur_test();
196
+ }), 100);
197
+ }
198
+ };
199
+
200
+ AbstractChosen.prototype.results_option_build = function(options) {
201
+ var content, data, _i, _len, _ref;
202
+ content = '';
203
+ _ref = this.results_data;
204
+ for (_i = 0, _len = _ref.length; _i < _len; _i++) {
205
+ data = _ref[_i];
206
+ if (data.group) {
207
+ content += this.result_add_group(data);
208
+ } else {
209
+ content += this.result_add_option(data);
210
+ }
211
+ if (options != null ? options.first : void 0) {
212
+ if (data.selected && this.is_multiple) {
213
+ this.choice_build(data);
214
+ } else if (data.selected && !this.is_multiple) {
215
+ this.single_set_selected_text(data.text);
216
+ }
217
+ }
218
+ }
219
+ return content;
220
+ };
221
+
222
+ AbstractChosen.prototype.result_add_option = function(option) {
223
+ var classes, option_el;
224
+ if (!option.search_match) {
225
+ return '';
226
+ }
227
+ if (!this.include_option_in_results(option)) {
228
+ return '';
229
+ }
230
+ classes = [];
231
+ if (!option.disabled && !(option.selected && this.is_multiple)) {
232
+ classes.push("active-result");
233
+ }
234
+ if (option.disabled && !(option.selected && this.is_multiple)) {
235
+ classes.push("disabled-result");
236
+ }
237
+ if (option.selected) {
238
+ classes.push("result-selected");
239
+ }
240
+ if (option.group_array_index != null) {
241
+ classes.push("group-option");
242
+ }
243
+ if (option.classes !== "") {
244
+ classes.push(option.classes);
245
+ }
246
+ option_el = document.createElement("li");
247
+ option_el.className = classes.join(" ");
248
+ option_el.style.cssText = option.style;
249
+ option_el.setAttribute("data-option-array-index", option.array_index);
250
+ option_el.innerHTML = option.search_text;
251
+ return this.outerHTML(option_el);
252
+ };
253
+
254
+ AbstractChosen.prototype.result_add_group = function(group) {
255
+ var group_el;
256
+ if (!(group.search_match || group.group_match)) {
257
+ return '';
258
+ }
259
+ if (!(group.active_options > 0)) {
260
+ return '';
261
+ }
262
+ group_el = document.createElement("li");
263
+ group_el.className = "group-result";
264
+ group_el.innerHTML = group.search_text;
265
+ return this.outerHTML(group_el);
266
+ };
267
+
268
+ AbstractChosen.prototype.results_update_field = function() {
269
+ this.set_default_text();
270
+ if (!this.is_multiple) {
271
+ this.results_reset_cleanup();
272
+ }
273
+ this.result_clear_highlight();
274
+ this.results_build();
275
+ if (this.results_showing) {
276
+ return this.winnow_results();
277
+ }
278
+ };
279
+
280
+ AbstractChosen.prototype.reset_single_select_options = function() {
281
+ var result, _i, _len, _ref, _results;
282
+ _ref = this.results_data;
283
+ _results = [];
284
+ for (_i = 0, _len = _ref.length; _i < _len; _i++) {
285
+ result = _ref[_i];
286
+ if (result.selected) {
287
+ _results.push(result.selected = false);
288
+ } else {
289
+ _results.push(void 0);
290
+ }
291
+ }
292
+ return _results;
293
+ };
294
+
295
+ AbstractChosen.prototype.results_toggle = function() {
296
+ if (this.results_showing) {
297
+ return this.results_hide();
298
+ } else {
299
+ return this.results_show();
300
+ }
301
+ };
302
+
303
+ AbstractChosen.prototype.results_search = function(evt) {
304
+ if (this.results_showing) {
305
+ return this.winnow_results();
306
+ } else {
307
+ return this.results_show();
308
+ }
309
+ };
310
+
311
+ AbstractChosen.prototype.winnow_results = function() {
312
+ var escapedSearchText, option, regex, regexAnchor, results, results_group, searchText, startpos, text, zregex, _i, _len, _ref;
313
+ this.no_results_clear();
314
+ results = 0;
315
+ searchText = this.get_search_text();
316
+ escapedSearchText = searchText.replace(/[-[\]{}()*+?.,\\^$|#\s]/g, "\\$&");
317
+ regexAnchor = this.search_contains ? "" : "^";
318
+ regex = new RegExp(regexAnchor + escapedSearchText, 'i');
319
+ zregex = new RegExp(escapedSearchText, 'i');
320
+ _ref = this.results_data;
321
+ for (_i = 0, _len = _ref.length; _i < _len; _i++) {
322
+ option = _ref[_i];
323
+ option.search_match = false;
324
+ results_group = null;
325
+ if (this.include_option_in_results(option)) {
326
+ if (option.group) {
327
+ option.group_match = false;
328
+ option.active_options = 0;
329
+ }
330
+ if ((option.group_array_index != null) && this.results_data[option.group_array_index]) {
331
+ results_group = this.results_data[option.group_array_index];
332
+ if (results_group.active_options === 0 && results_group.search_match) {
333
+ results += 1;
334
+ }
335
+ results_group.active_options += 1;
336
+ }
337
+ if (!(option.group && !this.group_search)) {
338
+ option.search_text = option.group ? option.label : option.html;
339
+ option.search_match = this.search_string_match(option.search_text, regex);
340
+ if (option.search_match && !option.group) {
341
+ results += 1;
342
+ }
343
+ if (option.search_match) {
344
+ if (searchText.length) {
345
+ startpos = option.search_text.search(zregex);
346
+ text = option.search_text.substr(0, startpos + searchText.length) + '</em>' + option.search_text.substr(startpos + searchText.length);
347
+ option.search_text = text.substr(0, startpos) + '<em>' + text.substr(startpos);
348
+ }
349
+ if (results_group != null) {
350
+ results_group.group_match = true;
351
+ }
352
+ } else if ((option.group_array_index != null) && this.results_data[option.group_array_index].search_match) {
353
+ option.search_match = true;
354
+ }
355
+ }
356
+ }
357
+ }
358
+ this.result_clear_highlight();
359
+ if (results < 1 && searchText.length) {
360
+ this.update_results_content("");
361
+ return this.no_results(searchText);
362
+ } else {
363
+ this.update_results_content(this.results_option_build());
364
+ return this.winnow_results_set_highlight();
365
+ }
366
+ };
367
+
368
+ AbstractChosen.prototype.search_string_match = function(search_string, regex) {
369
+ var part, parts, _i, _len;
370
+ if (regex.test(search_string)) {
371
+ return true;
372
+ } else if (this.enable_split_word_search && (search_string.indexOf(" ") >= 0 || search_string.indexOf("[") === 0)) {
373
+ parts = search_string.replace(/\[|\]/g, "").split(" ");
374
+ if (parts.length) {
375
+ for (_i = 0, _len = parts.length; _i < _len; _i++) {
376
+ part = parts[_i];
377
+ if (regex.test(part)) {
378
+ return true;
379
+ }
380
+ }
381
+ }
382
+ }
383
+ };
384
+
385
+ AbstractChosen.prototype.choices_count = function() {
386
+ var option, _i, _len, _ref;
387
+ if (this.selected_option_count != null) {
388
+ return this.selected_option_count;
389
+ }
390
+ this.selected_option_count = 0;
391
+ _ref = this.form_field.options;
392
+ for (_i = 0, _len = _ref.length; _i < _len; _i++) {
393
+ option = _ref[_i];
394
+ if (option.selected) {
395
+ this.selected_option_count += 1;
396
+ }
397
+ }
398
+ return this.selected_option_count;
399
+ };
400
+
401
+ AbstractChosen.prototype.choices_click = function(evt) {
402
+ evt.preventDefault();
403
+ if (!(this.results_showing || this.is_disabled)) {
404
+ return this.results_show();
405
+ }
406
+ };
407
+
408
+ AbstractChosen.prototype.keyup_checker = function(evt) {
409
+ var stroke, _ref;
410
+ stroke = (_ref = evt.which) != null ? _ref : evt.keyCode;
411
+ this.search_field_scale();
412
+ switch (stroke) {
413
+ case 8:
414
+ if (this.is_multiple && this.backstroke_length < 1 && this.choices_count() > 0) {
415
+ return this.keydown_backstroke();
416
+ } else if (!this.pending_backstroke) {
417
+ this.result_clear_highlight();
418
+ return this.results_search();
419
+ }
420
+ break;
421
+ case 13:
422
+ evt.preventDefault();
423
+ if (this.results_showing) {
424
+ return this.result_select(evt);
425
+ }
426
+ break;
427
+ case 27:
428
+ if (this.results_showing) {
429
+ this.results_hide();
430
+ }
431
+ return true;
432
+ case 9:
433
+ case 38:
434
+ case 40:
435
+ case 16:
436
+ case 91:
437
+ case 17:
438
+ break;
439
+ default:
440
+ return this.results_search();
441
+ }
442
+ };
443
+
444
+ AbstractChosen.prototype.clipboard_event_checker = function(evt) {
445
+ var _this = this;
446
+ return setTimeout((function() {
447
+ return _this.results_search();
448
+ }), 50);
449
+ };
450
+
451
+ AbstractChosen.prototype.container_width = function() {
452
+ if (this.options.width != null) {
453
+ return this.options.width;
454
+ } else {
455
+ return "" + this.form_field.offsetWidth + "px";
456
+ }
457
+ };
458
+
459
+ AbstractChosen.prototype.include_option_in_results = function(option) {
460
+ if (this.is_multiple && (!this.display_selected_options && option.selected)) {
461
+ return false;
462
+ }
463
+ if (!this.display_disabled_options && option.disabled) {
464
+ return false;
465
+ }
466
+ if (option.empty) {
467
+ return false;
468
+ }
469
+ return true;
470
+ };
471
+
472
+ AbstractChosen.prototype.search_results_touchstart = function(evt) {
473
+ this.touch_started = true;
474
+ return this.search_results_mouseover(evt);
475
+ };
476
+
477
+ AbstractChosen.prototype.search_results_touchmove = function(evt) {
478
+ this.touch_started = false;
479
+ return this.search_results_mouseout(evt);
480
+ };
481
+
482
+ AbstractChosen.prototype.search_results_touchend = function(evt) {
483
+ if (this.touch_started) {
484
+ return this.search_results_mouseup(evt);
485
+ }
486
+ };
487
+
488
+ AbstractChosen.prototype.outerHTML = function(element) {
489
+ var tmp;
490
+ if (element.outerHTML) {
491
+ return element.outerHTML;
492
+ }
493
+ tmp = document.createElement("div");
494
+ tmp.appendChild(element);
495
+ return tmp.innerHTML;
496
+ };
497
+
498
+ AbstractChosen.browser_is_supported = function() {
499
+ if (window.navigator.appName === "Microsoft Internet Explorer") {
500
+ return document.documentMode >= 8;
501
+ }
502
+ if (/iP(od|hone)/i.test(window.navigator.userAgent)) {
503
+ return false;
504
+ }
505
+ if (/Android/i.test(window.navigator.userAgent)) {
506
+ if (/Mobile/i.test(window.navigator.userAgent)) {
507
+ return false;
508
+ }
509
+ }
510
+ return true;
511
+ };
512
+
513
+ AbstractChosen.default_multiple_text = "Select Some Options";
514
+
515
+ AbstractChosen.default_single_text = "Select an Option";
516
+
517
+ AbstractChosen.default_no_result_text = "No results match";
518
+
519
+ return AbstractChosen;
520
+
521
+ })();
522
+
523
+ $ = jQuery;
524
+
525
+ $.fn.extend({
526
+ chosen: function(options) {
527
+ if (!AbstractChosen.browser_is_supported()) {
528
+ return this;
529
+ }
530
+ return this.each(function(input_field) {
531
+ var $this, chosen;
532
+ $this = $(this);
533
+ chosen = $this.data('chosen');
534
+ if (options === 'destroy' && chosen) {
535
+ chosen.destroy();
536
+ } else if (!chosen) {
537
+ $this.data('chosen', new Chosen(this, options));
538
+ }
539
+ });
540
+ }
541
+ });
542
+
543
+ Chosen = (function(_super) {
544
+ __extends(Chosen, _super);
545
+
546
+ function Chosen() {
547
+ _ref = Chosen.__super__.constructor.apply(this, arguments);
548
+ return _ref;
549
+ }
550
+
551
+ Chosen.prototype.setup = function() {
552
+ this.form_field_jq = $(this.form_field);
553
+ this.current_selectedIndex = this.form_field.selectedIndex;
554
+ return this.is_rtl = this.form_field_jq.hasClass("chosen-rtl");
555
+ };
556
+
557
+ Chosen.prototype.set_up_html = function() {
558
+ var container_classes, container_props;
559
+ container_classes = ["chosen-container"];
560
+ container_classes.push("chosen-container-" + (this.is_multiple ? "multi" : "single"));
561
+ if (this.inherit_select_classes && this.form_field.className) {
562
+ container_classes.push(this.form_field.className);
563
+ }
564
+ if (this.is_rtl) {
565
+ container_classes.push("chosen-rtl");
566
+ }
567
+ container_props = {
568
+ 'class': container_classes.join(' '),
569
+ 'style': "width: " + (this.container_width()) + ";",
570
+ 'title': this.form_field.title
571
+ };
572
+ if (this.form_field.id.length) {
573
+ container_props.id = this.form_field.id.replace(/[^\w]/g, '_') + "_chosen";
574
+ }
575
+ this.container = $("<div />", container_props);
576
+ if (this.is_multiple) {
577
+ this.container.html('<ul class="chosen-choices"><li class="search-field"><input type="text" value="' + this.default_text + '" class="default" autocomplete="off" style="width:25px;" /></li></ul><div class="chosen-drop"><ul class="chosen-results"></ul></div>');
578
+ } else {
579
+ this.container.html('<a class="chosen-single chosen-default" tabindex="-1"><span>' + this.default_text + '</span><div><b></b></div></a><div class="chosen-drop"><div class="chosen-search"><input type="text" autocomplete="off" /></div><ul class="chosen-results"></ul></div>');
580
+ }
581
+ this.form_field_jq.hide().after(this.container);
582
+ this.dropdown = this.container.find('div.chosen-drop').first();
583
+ this.search_field = this.container.find('input').first();
584
+ this.search_results = this.container.find('ul.chosen-results').first();
585
+ this.search_field_scale();
586
+ this.search_no_results = this.container.find('li.no-results').first();
587
+ if (this.is_multiple) {
588
+ this.search_choices = this.container.find('ul.chosen-choices').first();
589
+ this.search_container = this.container.find('li.search-field').first();
590
+ } else {
591
+ this.search_container = this.container.find('div.chosen-search').first();
592
+ this.selected_item = this.container.find('.chosen-single').first();
593
+ }
594
+ this.results_build();
595
+ this.set_tab_index();
596
+ this.set_label_behavior();
597
+ return this.form_field_jq.trigger("chosen:ready", {
598
+ chosen: this
599
+ });
600
+ };
601
+
602
+ Chosen.prototype.register_observers = function() {
603
+ var _this = this;
604
+ this.container.bind('mousedown.chosen', function(evt) {
605
+ _this.container_mousedown(evt);
606
+ });
607
+ this.container.bind('mouseup.chosen', function(evt) {
608
+ _this.container_mouseup(evt);
609
+ });
610
+ this.container.bind('mouseenter.chosen', function(evt) {
611
+ _this.mouse_enter(evt);
612
+ });
613
+ this.container.bind('mouseleave.chosen', function(evt) {
614
+ _this.mouse_leave(evt);
615
+ });
616
+ this.search_results.bind('mouseup.chosen', function(evt) {
617
+ _this.search_results_mouseup(evt);
618
+ });
619
+ this.search_results.bind('mouseover.chosen', function(evt) {
620
+ _this.search_results_mouseover(evt);
621
+ });
622
+ this.search_results.bind('mouseout.chosen', function(evt) {
623
+ _this.search_results_mouseout(evt);
624
+ });
625
+ this.search_results.bind('mousewheel.chosen DOMMouseScroll.chosen', function(evt) {
626
+ _this.search_results_mousewheel(evt);
627
+ });
628
+ this.search_results.bind('touchstart.chosen', function(evt) {
629
+ _this.search_results_touchstart(evt);
630
+ });
631
+ this.search_results.bind('touchmove.chosen', function(evt) {
632
+ _this.search_results_touchmove(evt);
633
+ });
634
+ this.search_results.bind('touchend.chosen', function(evt) {
635
+ _this.search_results_touchend(evt);
636
+ });
637
+ this.form_field_jq.bind("chosen:updated.chosen", function(evt) {
638
+ _this.results_update_field(evt);
639
+ });
640
+ this.form_field_jq.bind("chosen:activate.chosen", function(evt) {
641
+ _this.activate_field(evt);
642
+ });
643
+ this.form_field_jq.bind("chosen:open.chosen", function(evt) {
644
+ _this.container_mousedown(evt);
645
+ });
646
+ this.form_field_jq.bind("chosen:close.chosen", function(evt) {
647
+ _this.input_blur(evt);
648
+ });
649
+ this.search_field.bind('blur.chosen', function(evt) {
650
+ _this.input_blur(evt);
651
+ });
652
+ this.search_field.bind('keyup.chosen', function(evt) {
653
+ _this.keyup_checker(evt);
654
+ });
655
+ this.search_field.bind('keydown.chosen', function(evt) {
656
+ _this.keydown_checker(evt);
657
+ });
658
+ this.search_field.bind('focus.chosen', function(evt) {
659
+ _this.input_focus(evt);
660
+ });
661
+ this.search_field.bind('cut.chosen', function(evt) {
662
+ _this.clipboard_event_checker(evt);
663
+ });
664
+ this.search_field.bind('paste.chosen', function(evt) {
665
+ _this.clipboard_event_checker(evt);
666
+ });
667
+ if (this.is_multiple) {
668
+ return this.search_choices.bind('click.chosen', function(evt) {
669
+ _this.choices_click(evt);
670
+ });
671
+ } else {
672
+ return this.container.bind('click.chosen', function(evt) {
673
+ evt.preventDefault();
674
+ });
675
+ }
676
+ };
677
+
678
+ Chosen.prototype.destroy = function() {
679
+ $(this.container[0].ownerDocument).unbind("click.chosen", this.click_test_action);
680
+ if (this.search_field[0].tabIndex) {
681
+ this.form_field_jq[0].tabIndex = this.search_field[0].tabIndex;
682
+ }
683
+ this.container.remove();
684
+ this.form_field_jq.removeData('chosen');
685
+ return this.form_field_jq.show();
686
+ };
687
+
688
+ Chosen.prototype.search_field_disabled = function() {
689
+ this.is_disabled = this.form_field_jq[0].disabled;
690
+ if (this.is_disabled) {
691
+ this.container.addClass('chosen-disabled');
692
+ this.search_field[0].disabled = true;
693
+ if (!this.is_multiple) {
694
+ this.selected_item.unbind("focus.chosen", this.activate_action);
695
+ }
696
+ return this.close_field();
697
+ } else {
698
+ this.container.removeClass('chosen-disabled');
699
+ this.search_field[0].disabled = false;
700
+ if (!this.is_multiple) {
701
+ return this.selected_item.bind("focus.chosen", this.activate_action);
702
+ }
703
+ }
704
+ };
705
+
706
+ Chosen.prototype.container_mousedown = function(evt) {
707
+ if (!this.is_disabled) {
708
+ if (evt && evt.type === "mousedown" && !this.results_showing) {
709
+ evt.preventDefault();
710
+ }
711
+ if (!((evt != null) && ($(evt.target)).hasClass("search-choice-close"))) {
712
+ if (!this.active_field) {
713
+ if (this.is_multiple) {
714
+ this.search_field.val("");
715
+ }
716
+ $(this.container[0].ownerDocument).bind('click.chosen', this.click_test_action);
717
+ this.results_show();
718
+ } else if (!this.is_multiple && evt && (($(evt.target)[0] === this.selected_item[0]) || $(evt.target).parents("a.chosen-single").length)) {
719
+ evt.preventDefault();
720
+ this.results_toggle();
721
+ }
722
+ return this.activate_field();
723
+ }
724
+ }
725
+ };
726
+
727
+ Chosen.prototype.container_mouseup = function(evt) {
728
+ if (evt.target.nodeName === "ABBR" && !this.is_disabled) {
729
+ return this.results_reset(evt);
730
+ }
731
+ };
732
+
733
+ Chosen.prototype.search_results_mousewheel = function(evt) {
734
+ var delta;
735
+ if (evt.originalEvent) {
736
+ delta = -evt.originalEvent.wheelDelta || evt.originalEvent.detail;
737
+ }
738
+ if (delta != null) {
739
+ evt.preventDefault();
740
+ if (evt.type === 'DOMMouseScroll') {
741
+ delta = delta * 40;
742
+ }
743
+ return this.search_results.scrollTop(delta + this.search_results.scrollTop());
744
+ }
745
+ };
746
+
747
+ Chosen.prototype.blur_test = function(evt) {
748
+ if (!this.active_field && this.container.hasClass("chosen-container-active")) {
749
+ return this.close_field();
750
+ }
751
+ };
752
+
753
+ Chosen.prototype.close_field = function() {
754
+ $(this.container[0].ownerDocument).unbind("click.chosen", this.click_test_action);
755
+ this.active_field = false;
756
+ this.results_hide();
757
+ this.container.removeClass("chosen-container-active");
758
+ this.clear_backstroke();
759
+ this.show_search_field_default();
760
+ return this.search_field_scale();
761
+ };
762
+
763
+ Chosen.prototype.activate_field = function() {
764
+ this.container.addClass("chosen-container-active");
765
+ this.active_field = true;
766
+ this.search_field.val(this.search_field.val());
767
+ return this.search_field.focus();
768
+ };
769
+
770
+ Chosen.prototype.test_active_click = function(evt) {
771
+ var active_container;
772
+ active_container = $(evt.target).closest('.chosen-container');
773
+ if (active_container.length && this.container[0] === active_container[0]) {
774
+ return this.active_field = true;
775
+ } else {
776
+ return this.close_field();
777
+ }
778
+ };
779
+
780
+ Chosen.prototype.results_build = function() {
781
+ this.parsing = true;
782
+ this.selected_option_count = null;
783
+ this.results_data = SelectParser.select_to_array(this.form_field);
784
+ if (this.is_multiple) {
785
+ this.search_choices.find("li.search-choice").remove();
786
+ } else if (!this.is_multiple) {
787
+ this.single_set_selected_text();
788
+ if (this.disable_search || this.form_field.options.length <= this.disable_search_threshold) {
789
+ this.search_field[0].readOnly = true;
790
+ this.container.addClass("chosen-container-single-nosearch");
791
+ } else {
792
+ this.search_field[0].readOnly = false;
793
+ this.container.removeClass("chosen-container-single-nosearch");
794
+ }
795
+ }
796
+ this.update_results_content(this.results_option_build({
797
+ first: true
798
+ }));
799
+ this.search_field_disabled();
800
+ this.show_search_field_default();
801
+ this.search_field_scale();
802
+ return this.parsing = false;
803
+ };
804
+
805
+ Chosen.prototype.result_do_highlight = function(el) {
806
+ var high_bottom, high_top, maxHeight, visible_bottom, visible_top;
807
+ if (el.length) {
808
+ this.result_clear_highlight();
809
+ this.result_highlight = el;
810
+ this.result_highlight.addClass("highlighted");
811
+ maxHeight = parseInt(this.search_results.css("maxHeight"), 10);
812
+ visible_top = this.search_results.scrollTop();
813
+ visible_bottom = maxHeight + visible_top;
814
+ high_top = this.result_highlight.position().top + this.search_results.scrollTop();
815
+ high_bottom = high_top + this.result_highlight.outerHeight();
816
+ if (high_bottom >= visible_bottom) {
817
+ return this.search_results.scrollTop((high_bottom - maxHeight) > 0 ? high_bottom - maxHeight : 0);
818
+ } else if (high_top < visible_top) {
819
+ return this.search_results.scrollTop(high_top);
820
+ }
821
+ }
822
+ };
823
+
824
+ Chosen.prototype.result_clear_highlight = function() {
825
+ if (this.result_highlight) {
826
+ this.result_highlight.removeClass("highlighted");
827
+ }
828
+ return this.result_highlight = null;
829
+ };
830
+
831
+ Chosen.prototype.results_show = function() {
832
+ if (this.is_multiple && this.max_selected_options <= this.choices_count()) {
833
+ this.form_field_jq.trigger("chosen:maxselected", {
834
+ chosen: this
835
+ });
836
+ return false;
837
+ }
838
+ this.container.addClass("chosen-with-drop");
839
+ this.results_showing = true;
840
+ this.search_field.focus();
841
+ this.search_field.val(this.search_field.val());
842
+ this.winnow_results();
843
+ return this.form_field_jq.trigger("chosen:showing_dropdown", {
844
+ chosen: this
845
+ });
846
+ };
847
+
848
+ Chosen.prototype.update_results_content = function(content) {
849
+ return this.search_results.html(content);
850
+ };
851
+
852
+ Chosen.prototype.results_hide = function() {
853
+ if (this.results_showing) {
854
+ this.result_clear_highlight();
855
+ this.container.removeClass("chosen-with-drop");
856
+ this.form_field_jq.trigger("chosen:hiding_dropdown", {
857
+ chosen: this
858
+ });
859
+ }
860
+ return this.results_showing = false;
861
+ };
862
+
863
+ Chosen.prototype.set_tab_index = function(el) {
864
+ var ti;
865
+ if (this.form_field.tabIndex) {
866
+ ti = this.form_field.tabIndex;
867
+ this.form_field.tabIndex = -1;
868
+ return this.search_field[0].tabIndex = ti;
869
+ }
870
+ };
871
+
872
+ Chosen.prototype.set_label_behavior = function() {
873
+ var _this = this;
874
+ this.form_field_label = this.form_field_jq.parents("label");
875
+ if (!this.form_field_label.length && this.form_field.id.length) {
876
+ this.form_field_label = $("label[for='" + this.form_field.id + "']");
877
+ }
878
+ if (this.form_field_label.length > 0) {
879
+ return this.form_field_label.bind('click.chosen', function(evt) {
880
+ if (_this.is_multiple) {
881
+ return _this.container_mousedown(evt);
882
+ } else {
883
+ return _this.activate_field();
884
+ }
885
+ });
886
+ }
887
+ };
888
+
889
+ Chosen.prototype.show_search_field_default = function() {
890
+ if (this.is_multiple && this.choices_count() < 1 && !this.active_field) {
891
+ this.search_field.val(this.default_text);
892
+ return this.search_field.addClass("default");
893
+ } else {
894
+ this.search_field.val("");
895
+ return this.search_field.removeClass("default");
896
+ }
897
+ };
898
+
899
+ Chosen.prototype.search_results_mouseup = function(evt) {
900
+ var target;
901
+ target = $(evt.target).hasClass("active-result") ? $(evt.target) : $(evt.target).parents(".active-result").first();
902
+ if (target.length) {
903
+ this.result_highlight = target;
904
+ this.result_select(evt);
905
+ return this.search_field.focus();
906
+ }
907
+ };
908
+
909
+ Chosen.prototype.search_results_mouseover = function(evt) {
910
+ var target;
911
+ target = $(evt.target).hasClass("active-result") ? $(evt.target) : $(evt.target).parents(".active-result").first();
912
+ if (target) {
913
+ return this.result_do_highlight(target);
914
+ }
915
+ };
916
+
917
+ Chosen.prototype.search_results_mouseout = function(evt) {
918
+ if ($(evt.target).hasClass("active-result" || $(evt.target).parents('.active-result').first())) {
919
+ return this.result_clear_highlight();
920
+ }
921
+ };
922
+
923
+ Chosen.prototype.choice_build = function(item) {
924
+ var choice, close_link,
925
+ _this = this;
926
+ choice = $('<li />', {
927
+ "class": "search-choice"
928
+ }).html("<span>" + item.html + "</span>");
929
+ if (item.disabled) {
930
+ choice.addClass('search-choice-disabled');
931
+ } else {
932
+ close_link = $('<a />', {
933
+ "class": 'search-choice-close',
934
+ 'data-option-array-index': item.array_index
935
+ });
936
+ close_link.bind('click.chosen', function(evt) {
937
+ return _this.choice_destroy_link_click(evt);
938
+ });
939
+ choice.append(close_link);
940
+ }
941
+ return this.search_container.before(choice);
942
+ };
943
+
944
+ Chosen.prototype.choice_destroy_link_click = function(evt) {
945
+ evt.preventDefault();
946
+ evt.stopPropagation();
947
+ if (!this.is_disabled) {
948
+ return this.choice_destroy($(evt.target));
949
+ }
950
+ };
951
+
952
+ Chosen.prototype.choice_destroy = function(link) {
953
+ if (this.result_deselect(link[0].getAttribute("data-option-array-index"))) {
954
+ this.show_search_field_default();
955
+ if (this.is_multiple && this.choices_count() > 0 && this.search_field.val().length < 1) {
956
+ this.results_hide();
957
+ }
958
+ link.parents('li').first().remove();
959
+ return this.search_field_scale();
960
+ }
961
+ };
962
+
963
+ Chosen.prototype.results_reset = function() {
964
+ this.reset_single_select_options();
965
+ this.form_field.options[0].selected = true;
966
+ this.single_set_selected_text();
967
+ this.show_search_field_default();
968
+ this.results_reset_cleanup();
969
+ this.form_field_jq.trigger("change");
970
+ if (this.active_field) {
971
+ return this.results_hide();
972
+ }
973
+ };
974
+
975
+ Chosen.prototype.results_reset_cleanup = function() {
976
+ this.current_selectedIndex = this.form_field.selectedIndex;
977
+ return this.selected_item.find("abbr").remove();
978
+ };
979
+
980
+ Chosen.prototype.result_select = function(evt) {
981
+ var high, item;
982
+ if (this.result_highlight) {
983
+ high = this.result_highlight;
984
+ this.result_clear_highlight();
985
+ if (this.is_multiple && this.max_selected_options <= this.choices_count()) {
986
+ this.form_field_jq.trigger("chosen:maxselected", {
987
+ chosen: this
988
+ });
989
+ return false;
990
+ }
991
+ if (this.is_multiple) {
992
+ high.removeClass("active-result");
993
+ } else {
994
+ this.reset_single_select_options();
995
+ }
996
+ item = this.results_data[high[0].getAttribute("data-option-array-index")];
997
+ item.selected = true;
998
+ this.form_field.options[item.options_index].selected = true;
999
+ this.selected_option_count = null;
1000
+ if (this.is_multiple) {
1001
+ this.choice_build(item);
1002
+ } else {
1003
+ this.single_set_selected_text(item.text);
1004
+ }
1005
+ if (!((evt.metaKey || evt.ctrlKey) && this.is_multiple)) {
1006
+ this.results_hide();
1007
+ }
1008
+ this.search_field.val("");
1009
+ if (this.is_multiple || this.form_field.selectedIndex !== this.current_selectedIndex) {
1010
+ this.form_field_jq.trigger("change", {
1011
+ 'selected': this.form_field.options[item.options_index].value
1012
+ });
1013
+ }
1014
+ this.current_selectedIndex = this.form_field.selectedIndex;
1015
+ return this.search_field_scale();
1016
+ }
1017
+ };
1018
+
1019
+ Chosen.prototype.single_set_selected_text = function(text) {
1020
+ if (text == null) {
1021
+ text = this.default_text;
1022
+ }
1023
+ if (text === this.default_text) {
1024
+ this.selected_item.addClass("chosen-default");
1025
+ } else {
1026
+ this.single_deselect_control_build();
1027
+ this.selected_item.removeClass("chosen-default");
1028
+ }
1029
+ return this.selected_item.find("span").text(text);
1030
+ };
1031
+
1032
+ Chosen.prototype.result_deselect = function(pos) {
1033
+ var result_data;
1034
+ result_data = this.results_data[pos];
1035
+ if (!this.form_field.options[result_data.options_index].disabled) {
1036
+ result_data.selected = false;
1037
+ this.form_field.options[result_data.options_index].selected = false;
1038
+ this.selected_option_count = null;
1039
+ this.result_clear_highlight();
1040
+ if (this.results_showing) {
1041
+ this.winnow_results();
1042
+ }
1043
+ this.form_field_jq.trigger("change", {
1044
+ deselected: this.form_field.options[result_data.options_index].value
1045
+ });
1046
+ this.search_field_scale();
1047
+ return true;
1048
+ } else {
1049
+ return false;
1050
+ }
1051
+ };
1052
+
1053
+ Chosen.prototype.single_deselect_control_build = function() {
1054
+ if (!this.allow_single_deselect) {
1055
+ return;
1056
+ }
1057
+ if (!this.selected_item.find("abbr").length) {
1058
+ this.selected_item.find("span").first().after("<abbr class=\"search-choice-close\"></abbr>");
1059
+ }
1060
+ return this.selected_item.addClass("chosen-single-with-deselect");
1061
+ };
1062
+
1063
+ Chosen.prototype.get_search_text = function() {
1064
+ if (this.search_field.val() === this.default_text) {
1065
+ return "";
1066
+ } else {
1067
+ return $('<div/>').text($.trim(this.search_field.val())).html();
1068
+ }
1069
+ };
1070
+
1071
+ Chosen.prototype.winnow_results_set_highlight = function() {
1072
+ var do_high, selected_results;
1073
+ selected_results = !this.is_multiple ? this.search_results.find(".result-selected.active-result") : [];
1074
+ do_high = selected_results.length ? selected_results.first() : this.search_results.find(".active-result").first();
1075
+ if (do_high != null) {
1076
+ return this.result_do_highlight(do_high);
1077
+ }
1078
+ };
1079
+
1080
+ Chosen.prototype.no_results = function(terms) {
1081
+ var no_results_html;
1082
+ no_results_html = $('<li class="no-results">' + this.results_none_found + ' "<span></span>"</li>');
1083
+ no_results_html.find("span").first().html(terms);
1084
+ this.search_results.append(no_results_html);
1085
+ return this.form_field_jq.trigger("chosen:no_results", {
1086
+ chosen: this
1087
+ });
1088
+ };
1089
+
1090
+ Chosen.prototype.no_results_clear = function() {
1091
+ return this.search_results.find(".no-results").remove();
1092
+ };
1093
+
1094
+ Chosen.prototype.keydown_arrow = function() {
1095
+ var next_sib;
1096
+ if (this.results_showing && this.result_highlight) {
1097
+ next_sib = this.result_highlight.nextAll("li.active-result").first();
1098
+ if (next_sib) {
1099
+ return this.result_do_highlight(next_sib);
1100
+ }
1101
+ } else {
1102
+ return this.results_show();
1103
+ }
1104
+ };
1105
+
1106
+ Chosen.prototype.keyup_arrow = function() {
1107
+ var prev_sibs;
1108
+ if (!this.results_showing && !this.is_multiple) {
1109
+ return this.results_show();
1110
+ } else if (this.result_highlight) {
1111
+ prev_sibs = this.result_highlight.prevAll("li.active-result");
1112
+ if (prev_sibs.length) {
1113
+ return this.result_do_highlight(prev_sibs.first());
1114
+ } else {
1115
+ if (this.choices_count() > 0) {
1116
+ this.results_hide();
1117
+ }
1118
+ return this.result_clear_highlight();
1119
+ }
1120
+ }
1121
+ };
1122
+
1123
+ Chosen.prototype.keydown_backstroke = function() {
1124
+ var next_available_destroy;
1125
+ if (this.pending_backstroke) {
1126
+ this.choice_destroy(this.pending_backstroke.find("a").first());
1127
+ return this.clear_backstroke();
1128
+ } else {
1129
+ next_available_destroy = this.search_container.siblings("li.search-choice").last();
1130
+ if (next_available_destroy.length && !next_available_destroy.hasClass("search-choice-disabled")) {
1131
+ this.pending_backstroke = next_available_destroy;
1132
+ if (this.single_backstroke_delete) {
1133
+ return this.keydown_backstroke();
1134
+ } else {
1135
+ return this.pending_backstroke.addClass("search-choice-focus");
1136
+ }
1137
+ }
1138
+ }
1139
+ };
1140
+
1141
+ Chosen.prototype.clear_backstroke = function() {
1142
+ if (this.pending_backstroke) {
1143
+ this.pending_backstroke.removeClass("search-choice-focus");
1144
+ }
1145
+ return this.pending_backstroke = null;
1146
+ };
1147
+
1148
+ Chosen.prototype.keydown_checker = function(evt) {
1149
+ var stroke, _ref1;
1150
+ stroke = (_ref1 = evt.which) != null ? _ref1 : evt.keyCode;
1151
+ this.search_field_scale();
1152
+ if (stroke !== 8 && this.pending_backstroke) {
1153
+ this.clear_backstroke();
1154
+ }
1155
+ switch (stroke) {
1156
+ case 8:
1157
+ this.backstroke_length = this.search_field.val().length;
1158
+ break;
1159
+ case 9:
1160
+ if (this.results_showing && !this.is_multiple) {
1161
+ this.result_select(evt);
1162
+ }
1163
+ this.mouse_on_container = false;
1164
+ break;
1165
+ case 13:
1166
+ evt.preventDefault();
1167
+ break;
1168
+ case 38:
1169
+ evt.preventDefault();
1170
+ this.keyup_arrow();
1171
+ break;
1172
+ case 40:
1173
+ evt.preventDefault();
1174
+ this.keydown_arrow();
1175
+ break;
1176
+ }
1177
+ };
1178
+
1179
+ Chosen.prototype.search_field_scale = function() {
1180
+ var div, f_width, h, style, style_block, styles, w, _i, _len;
1181
+ if (this.is_multiple) {
1182
+ h = 0;
1183
+ w = 0;
1184
+ style_block = "position:absolute; left: -1000px; top: -1000px; display:none;";
1185
+ styles = ['font-size', 'font-style', 'font-weight', 'font-family', 'line-height', 'text-transform', 'letter-spacing'];
1186
+ for (_i = 0, _len = styles.length; _i < _len; _i++) {
1187
+ style = styles[_i];
1188
+ style_block += style + ":" + this.search_field.css(style) + ";";
1189
+ }
1190
+ div = $('<div />', {
1191
+ 'style': style_block
1192
+ });
1193
+ div.text(this.search_field.val());
1194
+ $('body').append(div);
1195
+ w = div.width() + 25;
1196
+ div.remove();
1197
+ f_width = this.container.outerWidth();
1198
+ if (w > f_width - 10) {
1199
+ w = f_width - 10;
1200
+ }
1201
+ return this.search_field.css({
1202
+ 'width': w + 'px'
1203
+ });
1204
+ }
1205
+ };
1206
+
1207
+ return Chosen;
1208
+
1209
+ })(AbstractChosen);
1210
+
1211
+ }).call(this);
plugin-fw/assets/js/codemirror/codemirror.js ADDED
@@ -0,0 +1,5799 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ // CodeMirror version 3.15
2
+ //
3
+ // CodeMirror is the only global var we claim
4
+ window.CodeMirror = (function() {
5
+ "use strict";
6
+
7
+ // BROWSER SNIFFING
8
+
9
+ // Crude, but necessary to handle a number of hard-to-feature-detect
10
+ // bugs and behavior differences.
11
+ var gecko = /gecko\/\d/i.test(navigator.userAgent);
12
+ var ie = /MSIE \d/.test(navigator.userAgent);
13
+ var ie_lt8 = ie && (document.documentMode == null || document.documentMode < 8);
14
+ var ie_lt9 = ie && (document.documentMode == null || document.documentMode < 9);
15
+ var webkit = /WebKit\//.test(navigator.userAgent);
16
+ var qtwebkit = webkit && /Qt\/\d+\.\d+/.test(navigator.userAgent);
17
+ var chrome = /Chrome\//.test(navigator.userAgent);
18
+ var opera = /Opera\//.test(navigator.userAgent);
19
+ var safari = /Apple Computer/.test(navigator.vendor);
20
+ var khtml = /KHTML\//.test(navigator.userAgent);
21
+ var mac_geLion = /Mac OS X 1\d\D([7-9]|\d\d)\D/.test(navigator.userAgent);
22
+ var mac_geMountainLion = /Mac OS X 1\d\D([8-9]|\d\d)\D/.test(navigator.userAgent);
23
+ var phantom = /PhantomJS/.test(navigator.userAgent);
24
+
25
+ var ios = /AppleWebKit/.test(navigator.userAgent) && /Mobile\/\w+/.test(navigator.userAgent);
26
+ // This is woefully incomplete. Suggestions for alternative methods welcome.
27
+ var mobile = ios || /Android|webOS|BlackBerry|Opera Mini|Opera Mobi|IEMobile/i.test(navigator.userAgent);
28
+ var mac = ios || /Mac/.test(navigator.platform);
29
+ var windows = /windows/i.test(navigator.platform);
30
+
31
+ var opera_version = opera && navigator.userAgent.match(/Version\/(\d*\.\d*)/);
32
+ if (opera_version) opera_version = Number(opera_version[1]);
33
+ if (opera_version && opera_version >= 15) { opera = false; webkit = true; }
34
+ // Some browsers use the wrong event properties to signal cmd/ctrl on OS X
35
+ var flipCtrlCmd = mac && (qtwebkit || opera && (opera_version == null || opera_version < 12.11));
36
+ var captureMiddleClick = gecko || (ie && !ie_lt9);
37
+
38
+ // Optimize some code when these features are not used
39
+ var sawReadOnlySpans = false, sawCollapsedSpans = false;
40
+
41
+ // CONSTRUCTOR
42
+
43
+ function CodeMirror(place, options) {
44
+ if (!(this instanceof CodeMirror)) return new CodeMirror(place, options);
45
+
46
+ this.options = options = options || {};
47
+ // Determine effective options based on given values and defaults.
48
+ for (var opt in defaults) if (!options.hasOwnProperty(opt) && defaults.hasOwnProperty(opt))
49
+ options[opt] = defaults[opt];
50
+ setGuttersForLineNumbers(options);
51
+
52
+ var docStart = typeof options.value == "string" ? 0 : options.value.first;
53
+ var display = this.display = makeDisplay(place, docStart);
54
+ display.wrapper.CodeMirror = this;
55
+ updateGutters(this);
56
+ if (options.autofocus && !mobile) focusInput(this);
57
+
58
+ this.state = {keyMaps: [],
59
+ overlays: [],
60
+ modeGen: 0,
61
+ overwrite: false, focused: false,
62
+ suppressEdits: false, pasteIncoming: false,
63
+ draggingText: false,
64
+ highlight: new Delayed()};
65
+
66
+ themeChanged(this);
67
+ if (options.lineWrapping)
68
+ this.display.wrapper.className += " CodeMirror-wrap";
69
+
70
+ var doc = options.value;
71
+ if (typeof doc == "string") doc = new Doc(options.value, options.mode);
72
+ operation(this, attachDoc)(this, doc);
73
+
74
+ // Override magic textarea content restore that IE sometimes does
75
+ // on our hidden textarea on reload
76
+ if (ie) setTimeout(bind(resetInput, this, true), 20);
77
+
78
+ registerEventHandlers(this);
79
+ // IE throws unspecified error in certain cases, when
80
+ // trying to access activeElement before onload
81
+ var hasFocus; try { hasFocus = (document.activeElement == display.input); } catch(e) { }
82
+ if (hasFocus || (options.autofocus && !mobile)) setTimeout(bind(onFocus, this), 20);
83
+ else onBlur(this);
84
+
85
+ operation(this, function() {
86
+ for (var opt in optionHandlers)
87
+ if (optionHandlers.propertyIsEnumerable(opt))
88
+ optionHandlers[opt](this, options[opt], Init);
89
+ for (var i = 0; i < initHooks.length; ++i) initHooks[i](this);
90
+ })();
91
+ }
92
+
93
+ // DISPLAY CONSTRUCTOR
94
+
95
+ function makeDisplay(place, docStart) {
96
+ var d = {};
97
+
98
+ var input = d.input = elt("textarea", null, null, "position: absolute; padding: 0; width: 1px; height: 1em; outline: none; font-size: 4px;");
99
+ if (webkit) input.style.width = "1000px";
100
+ else input.setAttribute("wrap", "off");
101
+ // if border: 0; -- iOS fails to open keyboard (issue #1287)
102
+ if (ios) input.style.border = "1px solid black";
103
+ input.setAttribute("autocorrect", "off"); input.setAttribute("autocapitalize", "off"); input.setAttribute("spellcheck", "false");
104
+
105
+ // Wraps and hides input textarea
106
+ d.inputDiv = elt("div", [input], null, "overflow: hidden; position: relative; width: 3px; height: 0px;");
107
+ // The actual fake scrollbars.
108
+ d.scrollbarH = elt("div", [elt("div", null, null, "height: 1px")], "CodeMirror-hscrollbar");
109
+ d.scrollbarV = elt("div", [elt("div", null, null, "width: 1px")], "CodeMirror-vscrollbar");
110
+ d.scrollbarFiller = elt("div", null, "CodeMirror-scrollbar-filler");
111
+ d.gutterFiller = elt("div", null, "CodeMirror-gutter-filler");
112
+ // DIVs containing the selection and the actual code
113
+ d.lineDiv = elt("div", null, "CodeMirror-code");
114
+ d.selectionDiv = elt("div", null, null, "position: relative; z-index: 1");
115
+ // Blinky cursor, and element used to ensure cursor fits at the end of a line
116
+ d.cursor = elt("div", "\u00a0", "CodeMirror-cursor");
117
+ // Secondary cursor, shown when on a 'jump' in bi-directional text
118
+ d.otherCursor = elt("div", "\u00a0", "CodeMirror-cursor CodeMirror-secondarycursor");
119
+ // Used to measure text size
120
+ d.measure = elt("div", null, "CodeMirror-measure");
121
+ // Wraps everything that needs to exist inside the vertically-padded coordinate system
122
+ d.lineSpace = elt("div", [d.measure, d.selectionDiv, d.lineDiv, d.cursor, d.otherCursor],
123
+ null, "position: relative; outline: none");
124
+ // Moved around its parent to cover visible view
125
+ d.mover = elt("div", [elt("div", [d.lineSpace], "CodeMirror-lines")], null, "position: relative");
126
+ // Set to the height of the text, causes scrolling
127
+ d.sizer = elt("div", [d.mover], "CodeMirror-sizer");
128
+ // D is needed because behavior of elts with overflow: auto and padding is inconsistent across browsers
129
+ d.heightForcer = elt("div", null, null, "position: absolute; height: " + scrollerCutOff + "px; width: 1px;");
130
+ // Will contain the gutters, if any
131
+ d.gutters = elt("div", null, "CodeMirror-gutters");
132
+ d.lineGutter = null;
133
+ // Provides scrolling
134
+ d.scroller = elt("div", [d.sizer, d.heightForcer, d.gutters], "CodeMirror-scroll");
135
+ d.scroller.setAttribute("tabIndex", "-1");
136
+ // The element in which the editor lives.
137
+ d.wrapper = elt("div", [d.inputDiv, d.scrollbarH, d.scrollbarV,
138
+ d.scrollbarFiller, d.gutterFiller, d.scroller], "CodeMirror");
139
+ // Work around IE7 z-index bug
140
+ if (ie_lt8) { d.gutters.style.zIndex = -1; d.scroller.style.paddingRight = 0; }
141
+ if (place.appendChild) place.appendChild(d.wrapper); else place(d.wrapper);
142
+
143
+ // Needed to hide big blue blinking cursor on Mobile Safari
144
+ if (ios) input.style.width = "0px";
145
+ if (!webkit) d.scroller.draggable = true;
146
+ // Needed to handle Tab key in KHTML
147
+ if (khtml) { d.inputDiv.style.height = "1px"; d.inputDiv.style.position = "absolute"; }
148
+ // Need to set a minimum width to see the scrollbar on IE7 (but must not set it on IE8).
149
+ else if (ie_lt8) d.scrollbarH.style.minWidth = d.scrollbarV.style.minWidth = "18px";
150
+
151
+ // Current visible range (may be bigger than the view window).
152
+ d.viewOffset = d.lastSizeC = 0;
153
+ d.showingFrom = d.showingTo = docStart;
154
+
155
+ // Used to only resize the line number gutter when necessary (when
156
+ // the amount of lines crosses a boundary that makes its width change)
157
+ d.lineNumWidth = d.lineNumInnerWidth = d.lineNumChars = null;
158
+ // See readInput and resetInput
159
+ d.prevInput = "";
160
+ // Set to true when a non-horizontal-scrolling widget is added. As
161
+ // an optimization, widget aligning is skipped when d is false.
162
+ d.alignWidgets = false;
163
+ // Flag that indicates whether we currently expect input to appear
164
+ // (after some event like 'keypress' or 'input') and are polling
165
+ // intensively.
166
+ d.pollingFast = false;
167
+ // Self-resetting timeout for the poller
168
+ d.poll = new Delayed();
169
+
170
+ d.cachedCharWidth = d.cachedTextHeight = null;
171
+ d.measureLineCache = [];
172
+ d.measureLineCachePos = 0;
173
+
174
+ // Tracks when resetInput has punted to just putting a short
175
+ // string instead of the (large) selection.
176
+ d.inaccurateSelection = false;
177
+
178
+ // Tracks the maximum line length so that the horizontal scrollbar
179
+ // can be kept static when scrolling.
180
+ d.maxLine = null;
181
+ d.maxLineLength = 0;
182
+ d.maxLineChanged = false;
183
+
184
+ // Used for measuring wheel scrolling granularity
185
+ d.wheelDX = d.wheelDY = d.wheelStartX = d.wheelStartY = null;
186
+
187
+ return d;
188
+ }
189
+
190
+ // STATE UPDATES
191
+
192
+ // Used to get the editor into a consistent state again when options change.
193
+
194
+ function loadMode(cm) {
195
+ cm.doc.mode = CodeMirror.getMode(cm.options, cm.doc.modeOption);
196
+ cm.doc.iter(function(line) {
197
+ if (line.stateAfter) line.stateAfter = null;
198
+ if (line.styles) line.styles = null;
199
+ });
200
+ cm.doc.frontier = cm.doc.first;
201
+ startWorker(cm, 100);
202
+ cm.state.modeGen++;
203
+ if (cm.curOp) regChange(cm);
204
+ }
205
+
206
+ function wrappingChanged(cm) {
207
+ if (cm.options.lineWrapping) {
208
+ cm.display.wrapper.className += " CodeMirror-wrap";
209
+ cm.display.sizer.style.minWidth = "";
210
+ } else {
211
+ cm.display.wrapper.className = cm.display.wrapper.className.replace(" CodeMirror-wrap", "");
212
+ computeMaxLength(cm);
213
+ }
214
+ estimateLineHeights(cm);
215
+ regChange(cm);
216
+ clearCaches(cm);
217
+ setTimeout(function(){updateScrollbars(cm);}, 100);
218
+ }
219
+
220
+ function estimateHeight(cm) {
221
+ var th = textHeight(cm.display), wrapping = cm.options.lineWrapping;
222
+ var perLine = wrapping && Math.max(5, cm.display.scroller.clientWidth / charWidth(cm.display) - 3);
223
+ return function(line) {
224
+ if (lineIsHidden(cm.doc, line))
225
+ return 0;
226
+ else if (wrapping)
227
+ return (Math.ceil(line.text.length / perLine) || 1) * th;
228
+ else
229
+ return th;
230
+ };
231
+ }
232
+
233
+ function estimateLineHeights(cm) {
234
+ var doc = cm.doc, est = estimateHeight(cm);
235
+ doc.iter(function(line) {
236
+ var estHeight = est(line);
237
+ if (estHeight != line.height) updateLineHeight(line, estHeight);
238
+ });
239
+ }
240
+
241
+ function keyMapChanged(cm) {
242
+ var map = keyMap[cm.options.keyMap], style = map.style;
243
+ cm.display.wrapper.className = cm.display.wrapper.className.replace(/\s*cm-keymap-\S+/g, "") +
244
+ (style ? " cm-keymap-" + style : "");
245
+ cm.state.disableInput = map.disableInput;
246
+ }
247
+
248
+ function themeChanged(cm) {
249
+ cm.display.wrapper.className = cm.display.wrapper.className.replace(/\s*cm-s-\S+/g, "") +
250
+ cm.options.theme.replace(/(^|\s)\s*/g, " cm-s-");
251
+ clearCaches(cm);
252
+ }
253
+
254
+ function guttersChanged(cm) {
255
+ updateGutters(cm);
256
+ regChange(cm);
257
+ setTimeout(function(){alignHorizontally(cm);}, 20);
258
+ }
259
+
260
+ function updateGutters(cm) {
261
+ var gutters = cm.display.gutters, specs = cm.options.gutters;
262
+ removeChildren(gutters);
263
+ for (var i = 0; i < specs.length; ++i) {
264
+ var gutterClass = specs[i];
265
+ var gElt = gutters.appendChild(elt("div", null, "CodeMirror-gutter " + gutterClass));
266
+ if (gutterClass == "CodeMirror-linenumbers") {
267
+ cm.display.lineGutter = gElt;
268
+ gElt.style.width = (cm.display.lineNumWidth || 1) + "px";
269
+ }
270
+ }
271
+ gutters.style.display = i ? "" : "none";
272
+ }
273
+
274
+ function lineLength(doc, line) {
275
+ if (line.height == 0) return 0;
276
+ var len = line.text.length, merged, cur = line;
277
+ while (merged = collapsedSpanAtStart(cur)) {
278
+ var found = merged.find();
279
+ cur = getLine(doc, found.from.line);
280
+ len += found.from.ch - found.to.ch;
281
+ }
282
+ cur = line;
283
+ while (merged = collapsedSpanAtEnd(cur)) {
284
+ var found = merged.find();
285
+ len -= cur.text.length - found.from.ch;
286
+ cur = getLine(doc, found.to.line);
287
+ len += cur.text.length - found.to.ch;
288
+ }
289
+ return len;
290
+ }
291
+
292
+ function computeMaxLength(cm) {
293
+ var d = cm.display, doc = cm.doc;
294
+ d.maxLine = getLine(doc, doc.first);
295
+ d.maxLineLength = lineLength(doc, d.maxLine);
296
+ d.maxLineChanged = true;
297
+ doc.iter(function(line) {
298
+ var len = lineLength(doc, line);
299
+ if (len > d.maxLineLength) {
300
+ d.maxLineLength = len;
301
+ d.maxLine = line;
302
+ }
303
+ });
304
+ }
305
+
306
+ // Make sure the gutters options contains the element
307
+ // "CodeMirror-linenumbers" when the lineNumbers option is true.
308
+ function setGuttersForLineNumbers(options) {
309
+ var found = false;
310
+ for (var i = 0; i < options.gutters.length; ++i) {
311
+ if (options.gutters[i] == "CodeMirror-linenumbers") {
312
+ if (options.lineNumbers) found = true;
313
+ else options.gutters.splice(i--, 1);
314
+ }
315
+ }
316
+ if (!found && options.lineNumbers)
317
+ options.gutters.push("CodeMirror-linenumbers");
318
+ }
319
+
320
+ // SCROLLBARS
321
+
322
+ // Re-synchronize the fake scrollbars with the actual size of the
323
+ // content. Optionally force a scrollTop.
324
+ function updateScrollbars(cm) {
325
+ var d = cm.display, docHeight = cm.doc.height;
326
+ var totalHeight = docHeight + paddingVert(d);
327
+ d.sizer.style.minHeight = d.heightForcer.style.top = totalHeight + "px";
328
+ d.gutters.style.height = Math.max(totalHeight, d.scroller.clientHeight - scrollerCutOff) + "px";
329
+ var scrollHeight = Math.max(totalHeight, d.scroller.scrollHeight);
330
+ var needsH = d.scroller.scrollWidth > (d.scroller.clientWidth + 1);
331
+ var needsV = scrollHeight > (d.scroller.clientHeight + 1);
332
+ if (needsV) {
333
+ d.scrollbarV.style.display = "block";
334
+ d.scrollbarV.style.bottom = needsH ? scrollbarWidth(d.measure) + "px" : "0";
335
+ d.scrollbarV.firstChild.style.height =
336
+ (scrollHeight - d.scroller.clientHeight + d.scrollbarV.clientHeight) + "px";
337
+ } else d.scrollbarV.style.display = "";
338
+ if (needsH) {
339
+ d.scrollbarH.style.display = "block";
340
+ d.scrollbarH.style.right = needsV ? scrollbarWidth(d.measure) + "px" : "0";
341
+ d.scrollbarH.firstChild.style.width =
342
+ (d.scroller.scrollWidth - d.scroller.clientWidth + d.scrollbarH.clientWidth) + "px";
343
+ } else d.scrollbarH.style.display = "";
344
+ if (needsH && needsV) {
345
+ d.scrollbarFiller.style.display = "block";
346
+ d.scrollbarFiller.style.height = d.scrollbarFiller.style.width = scrollbarWidth(d.measure) + "px";
347
+ } else d.scrollbarFiller.style.display = "";
348
+ if (needsH && cm.options.coverGutterNextToScrollbar && cm.options.fixedGutter) {
349
+ d.gutterFiller.style.display = "block";
350
+ d.gutterFiller.style.height = scrollbarWidth(d.measure) + "px";
351
+ d.gutterFiller.style.width = d.gutters.offsetWidth + "px";
352
+ } else d.gutterFiller.style.display = "";
353
+
354
+ if (mac_geLion && scrollbarWidth(d.measure) === 0)
355
+ d.scrollbarV.style.minWidth = d.scrollbarH.style.minHeight = mac_geMountainLion ? "18px" : "12px";
356
+ }
357
+
358
+ function visibleLines(display, doc, viewPort) {
359
+ var top = display.scroller.scrollTop, height = display.wrapper.clientHeight;
360
+ if (typeof viewPort == "number") top = viewPort;
361
+ else if (viewPort) {top = viewPort.top; height = viewPort.bottom - viewPort.top;}
362
+ top = Math.floor(top - paddingTop(display));
363
+ var bottom = Math.ceil(top + height);
364
+ return {from: lineAtHeight(doc, top), to: lineAtHeight(doc, bottom)};
365
+ }
366
+
367
+ // LINE NUMBERS
368
+
369
+ function alignHorizontally(cm) {
370
+ var display = cm.display;
371
+ if (!display.alignWidgets && (!display.gutters.firstChild || !cm.options.fixedGutter)) return;
372
+ var comp = compensateForHScroll(display) - display.scroller.scrollLeft + cm.doc.scrollLeft;
373
+ var gutterW = display.gutters.offsetWidth, l = comp + "px";
374
+ for (var n = display.lineDiv.firstChild; n; n = n.nextSibling) if (n.alignable) {
375
+ for (var i = 0, a = n.alignable; i < a.length; ++i) a[i].style.left = l;
376
+ }
377
+ if (cm.options.fixedGutter)
378
+ display.gutters.style.left = (comp + gutterW) + "px";
379
+ }
380
+
381
+ function maybeUpdateLineNumberWidth(cm) {
382
+ if (!cm.options.lineNumbers) return false;
383
+ var doc = cm.doc, last = lineNumberFor(cm.options, doc.first + doc.size - 1), display = cm.display;
384
+ if (last.length != display.lineNumChars) {
385
+ var test = display.measure.appendChild(elt("div", [elt("div", last)],
386
+ "CodeMirror-linenumber CodeMirror-gutter-elt"));
387
+ var innerW = test.firstChild.offsetWidth, padding = test.offsetWidth - innerW;
388
+ display.lineGutter.style.width = "";
389
+ display.lineNumInnerWidth = Math.max(innerW, display.lineGutter.offsetWidth - padding);
390
+ display.lineNumWidth = display.lineNumInnerWidth + padding;
391
+ display.lineNumChars = display.lineNumInnerWidth ? last.length : -1;
392
+ display.lineGutter.style.width = display.lineNumWidth + "px";
393
+ return true;
394
+ }
395
+ return false;
396
+ }
397
+
398
+ function lineNumberFor(options, i) {
399
+ return