Version Description
Released on 04 February 2020 =
- Tweak: avoid redirect for guest users if wishlist page is set to my-account
- Tweak: minor improvements to localization
- Tweak: update wrong text domains
- Tweak: changed default value for ATW icons
- Tweak: set wishlist session cookie JIT
- Tweak: use secure cookie for sessions, when possible (thanks to Ahmed)
- Tweak: improved cache handling for get_default_wishlist method
- Tweak: even if system cannot set session cookie, calculate session_id and use it for the entire execution
- Update: Italian language
- Update: plugin framework
- Fix: prevent error if list doesn't exists
- Fix: issue with wishlist_id query param
- Fix: items query now search for product in original language
- Fix: returning correct wishlist and user id to yith_wcwl_added_to_wishlist and yith_wcwl_removed_from_wishlist actions (thanks to danielbitzer)
- Fix: issue with default value for yith_wcwl_positions option
- Fix: added key name to avoid DB error during install or update procedure
- Dev: added yith_wcwl_shortcode_share_link_url filter
Download this release
Release Info
Developer | yithemes |
Plugin | YITH WooCommerce Wishlist |
Version | 3.0.6 |
Comparing to | |
See all releases |
Code changes from version 3.0.5 to 3.0.6
- README.md +18 -5
- README.txt +21 -1
- assets/css/admin.css +1 -1
- assets/css/unminified/admin.css +4 -1
- assets/js/admin/yith-wcwl.js +1 -1
- assets/js/jquery.yith-wcwl.js +1 -1
- assets/js/unminified/admin/yith-wcwl.js +1 -1
- assets/js/unminified/jquery.yith-wcwl.js +2 -2
- gulpfile.js +1 -0
- includes/class.yith-wcwl-frontend.php +2 -1
- includes/class.yith-wcwl-install.php +1 -1
- includes/class.yith-wcwl-session.php +12 -3
- includes/class.yith-wcwl-shortcode.php +2 -2
- includes/class.yith-wcwl.php +2 -2
- includes/data-stores/class.yith-wcwl-wishlist-data-store.php +22 -5
- includes/data-stores/class.yith-wcwl-wishlist-item-data-store.php +5 -0
- includes/functions.yith-wcwl.php +13 -10
- init.php +1 -1
- plugin-fw/assets/css/yith-fields.css +91 -87
- plugin-fw/assets/fonts/yith-icon.eot +0 -0
- plugin-fw/assets/fonts/yith-icon.svg +9 -0
- plugin-fw/assets/fonts/yith-icon.ttf +0 -0
- plugin-fw/assets/fonts/yith-icon.woff +0 -0
- plugin-fw/init.php +2 -2
- plugin-fw/languages/yith-plugin-fw-el.mo +0 -0
- plugin-fw/languages/yith-plugin-fw-el.po +782 -0
- plugin-fw/languages/yith-plugin-fw-es_ES.mo +0 -0
- plugin-fw/languages/yith-plugin-fw-es_ES.po +650 -482
- plugin-fw/languages/yith-plugin-fw-it_IT.mo +0 -0
- plugin-fw/languages/yith-plugin-fw-it_IT.po +644 -481
- plugin-fw/languages/yith-plugin-fw-nl_NL.mo +0 -0
- plugin-fw/languages/yith-plugin-fw-nl_NL.po +1140 -0
- plugin-fw/languages/yith-plugin-fw.pot +261 -383
- plugin-fw/lib/yit-plugin-gradients.php +6 -6
- plugin-fw/lib/yit-pointers.php +2 -2
- plugin-fw/templates/fields/country-select.php +1 -2
- plugin-fw/templates/fields/multi-colorpicker.php +3 -3
- plugin-fw/templates/fields/multi-select.php +2 -1
- plugin-fw/templates/fields/onoff.php +3 -1
- plugin-fw/yit-functions.php +23 -2
- plugin-options/add_to_wishlist-options.php +2 -2
- templates/wishlist-view-footer.php +2 -1
README.md
CHANGED
@@ -72,12 +72,25 @@ We're also working hard to release a developer guide; please, follow our [social
|
|
72 |
|
73 |
## Changelog
|
74 |
|
75 |
-
### 3.0.
|
76 |
-
|
77 |
-
*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
78 |
* Update: plugin framework
|
79 |
-
*
|
80 |
-
* Fix:
|
|
|
|
|
|
|
|
|
|
|
81 |
|
82 |
## Support
|
83 |
|
72 |
|
73 |
## Changelog
|
74 |
|
75 |
+
### 3.0.6 – Released on 04 February 2020
|
76 |
+
|
77 |
+
* Tweak: avoid redirect for guest users if wishlist page is set to my-account
|
78 |
+
* Tweak: minor improvements to localization
|
79 |
+
* Tweak: update wrong text domains
|
80 |
+
* Tweak: changed default value for ATW icons
|
81 |
+
* Tweak: set wishlist session cookie JIT
|
82 |
+
* Tweak: use secure cookie for sessions, when possible (thanks to Ahmed)
|
83 |
+
* Tweak: improved cache handling for get_default_wishlist method
|
84 |
+
* Tweak: even if system cannot set session cookie, calculate session_id and use it for the entire execution
|
85 |
+
* Update: Italian language
|
86 |
* Update: plugin framework
|
87 |
+
* Fix: prevent error if list doesn't exists
|
88 |
+
* Fix: issue with wishlist_id query param
|
89 |
+
* Fix: items query now search for product in original language
|
90 |
+
* Fix: returning correct wishlist and user id to yith_wcwl_added_to_wishlist and yith_wcwl_removed_from_wishlist actions (thanks to danielbitzer)
|
91 |
+
* Fix: issue with default value for yith_wcwl_positions option
|
92 |
+
* Fix: added key name to avoid DB error during install or update procedure
|
93 |
+
* Dev: added yith_wcwl_shortcode_share_link_url filter
|
94 |
|
95 |
## Support
|
96 |
|
README.txt
CHANGED
@@ -4,7 +4,7 @@ Contributors: yithemes
|
|
4 |
Tags: wishlist, woocommerce, products, yit, e-commerce, shop, ecommerce wishlist, yith, woocommerce wishlist, shop wishlist
|
5 |
Requires at least: 4.0
|
6 |
Tested up to: 5.3
|
7 |
-
Stable tag: 3.0.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -112,6 +112,26 @@ Yes, of course you can. To avoid Wishlist page to show product prices, you can h
|
|
112 |
|
113 |
== Changelog ==
|
114 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
115 |
= 3.0.5 - Released on 23 December 2019 =
|
116 |
|
117 |
* New: support for WooCommerce 3.9
|
4 |
Tags: wishlist, woocommerce, products, yit, e-commerce, shop, ecommerce wishlist, yith, woocommerce wishlist, shop wishlist
|
5 |
Requires at least: 4.0
|
6 |
Tested up to: 5.3
|
7 |
+
Stable tag: 3.0.6
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
112 |
|
113 |
== Changelog ==
|
114 |
|
115 |
+
= 3.0.6 – Released on 04 February 2020 =
|
116 |
+
|
117 |
+
* Tweak: avoid redirect for guest users if wishlist page is set to my-account
|
118 |
+
* Tweak: minor improvements to localization
|
119 |
+
* Tweak: update wrong text domains
|
120 |
+
* Tweak: changed default value for ATW icons
|
121 |
+
* Tweak: set wishlist session cookie JIT
|
122 |
+
* Tweak: use secure cookie for sessions, when possible (thanks to Ahmed)
|
123 |
+
* Tweak: improved cache handling for get_default_wishlist method
|
124 |
+
* Tweak: even if system cannot set session cookie, calculate session_id and use it for the entire execution
|
125 |
+
* Update: Italian language
|
126 |
+
* Update: plugin framework
|
127 |
+
* Fix: prevent error if list doesn't exists
|
128 |
+
* Fix: issue with wishlist_id query param
|
129 |
+
* Fix: items query now search for product in original language
|
130 |
+
* Fix: returning correct wishlist and user id to yith_wcwl_added_to_wishlist and yith_wcwl_removed_from_wishlist actions (thanks to danielbitzer)
|
131 |
+
* Fix: issue with default value for yith_wcwl_positions option
|
132 |
+
* Fix: added key name to avoid DB error during install or update procedure
|
133 |
+
* Dev: added yith_wcwl_shortcode_share_link_url filter
|
134 |
+
|
135 |
= 3.0.5 - Released on 23 December 2019 =
|
136 |
|
137 |
* New: support for WooCommerce 3.9
|
assets/css/admin.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
#popular-filter .wp-list-table td.column-name img{max-width:40px;height:auto;float:left}#popular-filter .wp-list-table td.column-name .product-details{padding-left:60px}#popular-filter .wp-list-table td.column-actions,#popular-filter .wp-list-table th.column-actions{width:25%!important}#popular-filter .wp-list-table td.column-actions a{margin-bottom:5px;padding:0}#popular-filter .wp-list-table td.column-actions a i{margin:5px}#popular-filter .wp-list-table td.column-actions a.button-primary{padding-right:5px}#popular-filter .wp-list-table td.column-actions a,#popular-filter .wp-list-table td.column-actions a i{vertical-align:middle}#wishlist-filter .wp-list-table td.column-username img{float:left}#wishlist-filter .wp-list-table td.column-username .customer-details{padding-left:60px}.yith-plugin-ui #plugin-fw-wc .option-icon{margin-right:5px}.yith-plugin-ui #plugin-fw-wc h2+#yith_wcwl_additional_fields_settings-description p,.yith-plugin-ui #plugin-fw-wc h2+#yith_wcwl_shop_page_settings-description p,.yith-plugin-ui #plugin-fw-wc h2+#yith_wcwl_yith_wfbt-description p{background:0 0;width:100%;margin:0;padding:0;font-weight:400}.yith-plugin-ui #plugin-fw-wc h2+#yith_wcwl_additional_fields_settings-description p:before,.yith-plugin-ui #plugin-fw-wc h2+#yith_wcwl_shop_page_settings-description p:before,.yith-plugin-ui #plugin-fw-wc h2+#yith_wcwl_yith_wfbt-description p:before{content:''}.yith-wcwl-wizard-modal .wc-backbone-modal-main{padding-bottom:0}.yith-wcwl-wizard-modal .wc-backbone-modal-main .wc-backbone-modal-header{border-bottom:none;padding:0}.yith-wcwl-wizard-modal .wc-backbone-modal-main .wc-backbone-modal-header .modal-close-link{border-left:none;z-index:1}.yith-wcwl-wizard-modal .wc-backbone-modal-main article{padding:0;max-height:calc(100vh - 40px)!important}.yith-wcwl-wizard-modal .wc-backbone-modal-main article h2{font-size:1.5em;margin:.8em 0 2em;color:#007694}.yith-wcwl-wizard-modal .wc-backbone-modal-main article h4{color:#007694;margin:1.33em 0;font-size:1em;font-weight:600}.yith-wcwl-wizard-modal .wc-backbone-modal-main article p.description{font-weight:600;font-style:normal}.yith-wcwl-wizard-modal .wc-backbone-modal-main article p.placeholders{font-size:.9em;margin-top:1.33em}.yith-wcwl-wizard-modal .wc-backbone-modal-main article code{background:0 0;padding:0}.yith-wcwl-wizard-modal .wc-backbone-modal-main article small{font-size:.9em}.yith-wcwl-wizard-modal .wc-backbone-modal-main article b.alert{color:#a20000}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .form-row{margin-top:1.5em}.yith-wcwl-wizard-modal .wc-backbone-modal-main article label{color:#00a79c;font-weight:600;font-size:1.1em;margin-bottom:20px}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .tabs{display:inline-block;margin:0}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .tabs li{display:inline-block;margin-bottom:0}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .tabs li a{display:block;padding:10px 15px;text-decoration:none;font-size:1.1em;color:#404040;font-weight:600}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .tabs li a.active{position:relative;background:#fff;box-shadow:0 0 25px -4px rgba(68,138,133,.4);z-index:1;color:#00a79c}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .tabs li a:hover{color:#00a79c}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .form-row,.yith-wcwl-wizard-modal .wc-backbone-modal-main article .tab{padding:20px;position:relative;-webkit-box-shadow:0 0 25px -4px rgba(68,138,133,.4);-moz-box-shadow:0 0 25px -4px rgba(68,138,133,.4);box-shadow:0 0 25px -4px rgba(68,138,133,.4)}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .tab:before{content:'';display:block;background:#fff;left:0;right:0;height:20px;position:absolute;top:-1px;z-index:1}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .tab:not(.active){display:none}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .tab>textarea{width:100%;margin-top:30px}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .col{padding:20px 30px}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .step-1{display:flex;width:100%}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .step-1>.col{flex:1;width:600px}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .step-1>.col-dx{background-color:#f2f2f2;position:relative;padding-bottom:80px}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .step-1 #content_html{width:100%}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .step-1 .email-preview{height:500px;overflow-x:hidden;overflow-y:scroll;margin:30px 0
|
1 |
+
#popular-filter .wp-list-table td.column-name img{max-width:40px;height:auto;float:left}#popular-filter .wp-list-table td.column-name .product-details{padding-left:60px}#popular-filter .wp-list-table td.column-actions,#popular-filter .wp-list-table th.column-actions{width:25%!important}#popular-filter .wp-list-table td.column-actions a{margin-bottom:5px;padding:0}#popular-filter .wp-list-table td.column-actions a i{margin:5px}#popular-filter .wp-list-table td.column-actions a.button-primary{padding-right:5px}#popular-filter .wp-list-table td.column-actions a,#popular-filter .wp-list-table td.column-actions a i{vertical-align:middle}#wishlist-filter .wp-list-table td.column-username img{float:left}#wishlist-filter .wp-list-table td.column-username .customer-details{padding-left:60px}.yith-plugin-ui #plugin-fw-wc .option-icon{margin-right:5px}.yith-plugin-ui #plugin-fw-wc h2+#yith_wcwl_additional_fields_settings-description p,.yith-plugin-ui #plugin-fw-wc h2+#yith_wcwl_shop_page_settings-description p,.yith-plugin-ui #plugin-fw-wc h2+#yith_wcwl_yith_wfbt-description p{background:0 0;width:100%;margin:0;padding:0;font-weight:400}.yith-plugin-ui #plugin-fw-wc h2+#yith_wcwl_additional_fields_settings-description p:before,.yith-plugin-ui #plugin-fw-wc h2+#yith_wcwl_shop_page_settings-description p:before,.yith-plugin-ui #plugin-fw-wc h2+#yith_wcwl_yith_wfbt-description p:before{content:''}.yith-wcwl-wizard-modal .wc-backbone-modal-main{padding-bottom:0}.yith-wcwl-wizard-modal .wc-backbone-modal-main .wc-backbone-modal-header{border-bottom:none;padding:0}.yith-wcwl-wizard-modal .wc-backbone-modal-main .wc-backbone-modal-header .modal-close-link{border-left:none;z-index:1}.yith-wcwl-wizard-modal .wc-backbone-modal-main article{padding:0;max-height:calc(100vh - 40px)!important}.yith-wcwl-wizard-modal .wc-backbone-modal-main article h2{font-size:1.5em;margin:.8em 0 2em;color:#007694}.yith-wcwl-wizard-modal .wc-backbone-modal-main article h4{color:#007694;margin:1.33em 0;font-size:1em;font-weight:600}.yith-wcwl-wizard-modal .wc-backbone-modal-main article p.description{font-weight:600;font-style:normal}.yith-wcwl-wizard-modal .wc-backbone-modal-main article p.placeholders{font-size:.9em;margin-top:1.33em}.yith-wcwl-wizard-modal .wc-backbone-modal-main article code{background:0 0;padding:0}.yith-wcwl-wizard-modal .wc-backbone-modal-main article small{font-size:.9em}.yith-wcwl-wizard-modal .wc-backbone-modal-main article b.alert{color:#a20000}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .form-row{margin-top:1.5em}.yith-wcwl-wizard-modal .wc-backbone-modal-main article label{color:#00a79c;font-weight:600;font-size:1.1em;margin-bottom:20px}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .tabs{display:inline-block;margin:0}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .tabs li{display:inline-block;margin-bottom:0}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .tabs li a{display:block;padding:10px 15px;text-decoration:none;font-size:1.1em;color:#404040;font-weight:600}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .tabs li a.active{position:relative;background:#fff;box-shadow:0 0 25px -4px rgba(68,138,133,.4);z-index:1;color:#00a79c}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .tabs li a:hover{color:#00a79c}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .form-row,.yith-wcwl-wizard-modal .wc-backbone-modal-main article .tab{padding:20px;position:relative;-webkit-box-shadow:0 0 25px -4px rgba(68,138,133,.4);-moz-box-shadow:0 0 25px -4px rgba(68,138,133,.4);box-shadow:0 0 25px -4px rgba(68,138,133,.4)}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .tab:before{content:'';display:block;background:#fff;left:0;right:0;height:20px;position:absolute;top:-1px;z-index:1}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .tab:not(.active){display:none}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .tab>textarea{width:100%;margin-top:30px}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .col{padding:20px 30px}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .step-1{display:flex;width:100%}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .step-1>.col{flex:1;width:600px}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .step-1>.col-dx{background-color:#f2f2f2;position:relative;padding-bottom:80px}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .step-1 #content_html{width:100%}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .step-1 .email-preview{height:500px;overflow-x:hidden;overflow-y:scroll;margin:30px 0}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .step-1 .email-preview.plain{padding:0 20px;background:#fff}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .step-1 .email-preview .no-interactions{pointer-events:none}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .step-1 .email-preview #wrapper{padding:0!important}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .step-1 .email-preview #wrapper>table{width:100%!important}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .step-1 .promotion-actions{position:absolute;left:30px;right:30px;bottom:30px;line-height:40px}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .step-1 .promotion-actions .save-promotion-draft,.yith-wcwl-wizard-modal .wc-backbone-modal-main article .step-1 .promotion-actions a.back-button{color:#007694;font-weight:700}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .step-1 .promotion-actions .save-promotion-draft{background:0 0;border:none;padding:0;cursor:pointer}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .step-1 .promotion-actions a.continue-button{float:right;background-color:#007694;text-transform:uppercase;font-weight:600;font-size:11px;line-height:26px;height:auto;padding:5px 20px}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .step-1 .promotion-actions a.continue-button:hover{background-color:#375f6b}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .step-2{max-width:500px;min-height:400px;position:relative}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .step-2 h2{margin-top:2em}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .step-2 p{font-weight:600}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .step-2 #main_submit_button{position:absolute;bottom:30px;left:30px;right:30px;width:calc(100% - 60px);padding:5px 20px;text-transform:uppercase;font-weight:600;vertical-align:middle;line-height:30px;height:auto}.yith-wcwl-wizard-modal .wc-backbone-modal-main article .step-2 #main_submit_button i{vertical-align:middle;margin-right:5px;font-size:22px}
|
assets/css/unminified/admin.css
CHANGED
@@ -243,7 +243,6 @@
|
|
243 |
overflow-x: hidden;
|
244 |
overflow-y: scroll;
|
245 |
margin: 30px 0;
|
246 |
-
pointer-events: none;
|
247 |
}
|
248 |
|
249 |
.yith-wcwl-wizard-modal .wc-backbone-modal-main article .step-1 .email-preview.plain{
|
@@ -251,6 +250,10 @@
|
|
251 |
background: #fff;
|
252 |
}
|
253 |
|
|
|
|
|
|
|
|
|
254 |
.yith-wcwl-wizard-modal .wc-backbone-modal-main article .step-1 .email-preview #wrapper{
|
255 |
padding: 0!important;
|
256 |
}
|
243 |
overflow-x: hidden;
|
244 |
overflow-y: scroll;
|
245 |
margin: 30px 0;
|
|
|
246 |
}
|
247 |
|
248 |
.yith-wcwl-wizard-modal .wc-backbone-modal-main article .step-1 .email-preview.plain{
|
250 |
background: #fff;
|
251 |
}
|
252 |
|
253 |
+
.yith-wcwl-wizard-modal .wc-backbone-modal-main article .step-1 .email-preview .no-interactions{
|
254 |
+
pointer-events: none;
|
255 |
+
}
|
256 |
+
|
257 |
.yith-wcwl-wizard-modal .wc-backbone-modal-main article .step-1 .email-preview #wrapper{
|
258 |
padding: 0!important;
|
259 |
}
|
assets/js/admin/yith-wcwl.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
jQuery(document).ready(function(s){s.fn.dependency=function(t,e,n,i){var o=s(this);o.on("change",function(){var c=e(o);s.each(t,function(t,e){var n=s(e);if(n.length){var i=n.closest("tr");i.length&&(c?i.show().fadeTo("slow",1):i.is(":visible")?i.fadeTo("slow",0,function(){i.hide()}):i.css("opacity",0).hide())}}),void 0!==n&&n(o,i)}).change()};function n(e,t){var c=this;c.settings={},c.modal=null,c._init=function(){c.settings=s.extend({template:e.data("template"),template_data:{},container:".yith-wcwl-wizard-modal",events:{}},t),"function"==typeof c.settings.events.init&&c.settings.events.init(e,t),c._initOpener()},c._initOpener=function(){e.on("click",function(t){var e=s(this),n=c.settings.template_data;t.preventDefault(),"function"==typeof n&&(n=n(e)),e.WCBackboneModal({template:c.settings.template,variable:n});var i=s(c.settings.container);c._initEditor(i),c._initEnhancedSelect(i),c._initTabs(i),c._initSteps(i),c._initOptions(i,n),c._initEvents(i,c.settings.events)})},c._initEditor=function(t){t.find(".with-editor").each(function(){var n=s(this),t=n.attr("id");tinymce.get(t)&&(restoreTextMode=tinymce.get(t).isHidden(),wp.editor.remove(t)),wp.editor.initialize(t,{tinymce:{wpautop:!0,init_instance_callback:function(e){e.on("Change",function(t){n.val(e.getContent()).change()})}},quicktags:!0,mediaButtons:!0})})},c._initEnhancedSelect=function(t){s(document.body).trigger("wc-enhanced-select-init")},c._initTabs=function(t){t.find(".tabs").on("click","a",function(t){var e=s(this),n=e.closest("ul"),i=n.find("a"),c=n.parent().find(".tab"),o=e.data("target"),_=s(o),a=!1;t.preventDefault(),e.hasClass("active")||(a=!0),i.attr("aria-selected","false").removeClass("active"),e.attr("aria-selected","true").addClass("active"),c.attr("aria-expanded","false").removeClass("active").hide(),_.attr("aria-expanded","true").addClass("active").show(),a&&e.trigger("tabChange")})},c._initOptions=function(i,t){s.each(t,function(t,e){var n=i.find('[name="'+t+'"]');n.length&&e!==n.val()&&(n.is("select")&&!n.find('option[value="'+e+'"]').length?n.append('<option value="'+e+'" selected="selected">'+e+" </option>"):n.val(e))})},c._initSteps=function(i){i.find(".step").hide().first().show(),i.find(".continue-button").on("click",function(t){var e=s(this).closest(".step"),n=e.next(".step");t.preventDefault(),n.length&&c._changeStep(i,e,n)}),i.find(".back-button").on("click",function(t){var e=s(this).closest(".step"),n=e.prev(".step");t.preventDefault(),n.length&&c._changeStep(i,e,n)})},c._initEvents=function(n,t){"function"==typeof c.settings.events.open&&c.settings.events.open(e,n),s.each(t,function(t,e){"init"!==t&&"open"!==t&&("tabChange"===t?n.find(".tabs"):"stepChange"===t?n.find(".step"):n.find(":input")).on(t,function(t){return e(s(this),n,t)})})},c._changeStep=function(o,_,a){_.animate({opacity:0},{duration:200,complete:function(){var t=o.find("article"),e=t.outerWidth(),n=t.outerHeight();t.outerWidth("auto"),t.outerHeight("auto"),_.hide(),a.show();var i=a.outerWidth(),c=a.outerHeight();a.hide(),_.css("opacity",1),t.outerWidth(e),t.outerHeight(n),t.animate({width:i,height:c},{duration:200,complete:function(){a.fadeIn(200)}})}}),a.trigger("stepChange")},c._init()}function i(t,e,n){var i=e.find(".email-preview"),c=e.find("#template").val();o&&o.abort(),o=s.ajax({url:ajaxurl+"?action=preview_promotion_email",data:e.find("form").serialize(),method:"POST",beforeSend:function(){i.block({message:null,overlayCSS:{background:"transparent",opacity:.6}})},complete:function(){i.unblock()},success:function(t){i.removeClass("html plain").addClass(c).html(t)}})}function t(){return{template:"yith-wcwl-promotion-wizard",template_data:function(t){var e;return e=t.hasClass("restore-draft")?t.data("draft"):s.extend(e,{product_id:t.data("product_id"),user_id:t.data("user_id")})},events:{change:i,open:function(t,e,n){e.find("#content_html-tmce").click(),i(0,e)},tabChange:function(t,e,n){e.find("#template").val(t.find(".active").data("template")),i(0,e)},stepChange:function(t,e,n){var i=t.find(".receivers-count"),c=t.find(".show-on-long-queue"),o=c.data("threshold");i.length&&s.ajax({url:ajaxurl+"?action=calculate_promotion_email_receivers",data:e.find("form").serialize(),method:"post",beforeSend:function(){i.css("opacity",.3),c.length&&c.hide()},complete:function(){i.css("opacity",1)},success:function(t){void 0!==t.label&&(i.html(t.label),c.length&&void 0!==t.count&&t.count>o&&c.show())}})}}}}var o=null;s.fn.wizard=function(t){var e=s(this);new n(e,t)},s(".create-promotion").wizard(t()),s(".restore-draft").wizard(t());function e(t){return t.is('input[type="radio"]')||(t=t.find('input[type="radio"]:checked')),"no"===t.val()}function c(t){return t.is(":checked")}var _=s("#yith_wcwl_disable_wishlist_for_unauthenticated_users"),a=s("#yith_wcwl_multi_wishlist_enable"),l=s("#yith_wcwl_enable_multi_wishlist_for_unauthenticated_users"),r=s("#yith_wcwl_modal_enable"),u=s("#yith_wcwl_loop_position"),h=s(".icon-select"),d=s('[name="yith_wcwl_add_to_cart_style"]'),w=s("#yith_wcwl_add_to_cart_icon"),m=s('[name="yith_wcwl_ask_an_estimate_style"]'),f=s("#yith_wcwl_ask_an_estimate_icon"),p=s("#yith_wcwl_enable_share"),y=s("#yith_wcwl_share_fb"),g=s("#yith_wcwl_fb_button_icon"),v=s("#yith_wcwl_share_twitter"),b=s("#yith_wcwl_tw_button_icon"),k=s("#yith_wcwl_share_pinterest"),x=s("#yith_wcwl_pr_button_icon"),C=s("#yith_wcwl_share_email"),S=s("#yith_wcwl_em_button_icon"),T=s("#yith_wcwl_share_whatsapp"),z=s("#yith_wcwl_wa_button_icon"),j=s("#yith_wcwl_show_estimate_button"),E=s("#yith_wcwl_show_additional_info_textarea"),H=s("#yith_wcwl_ask_an_estimate_fields"),O=s("#woocommerce_promotion_mail_settings\\[email_type\\]"),W=s("#woocommerce_yith_wcwl_back_in_stock_settings\\[enabled\\]"),D=s("#woocommerce_yith_wcwl_back_in_stock_settings\\[email_type\\]"),q=s("#woocommerce_yith_wcwl_on_sale_item_settings\\[enabled\\]"),B=s("#woocommerce_yith_wcwl_on_sale_item_settings\\[email_type\\]"),M=s('[id^="type_"]');u.add("select#yith_wcwl_button_position").on("change",function(){var t=s(this);"shortcode"===t.val()?t.parent().next().find(".addon").show():t.parent().next().find(".addon").hide()}).change(),M.on("change",function(){var t=s(this),e=t.val(),n=t.closest(".yith-toggle-content-row").next();"radio"===e||"select"===e?n.show().fadeTo("slow",1):n.is(":visible")?n.fadeTo("slow",0,function(){n.hide()}):n.css("opacity",0).hide()}).change(),d.on("change",function(){w.change()}),m.on("change",function(){f.change()}),h.each(function(){function t(t){return t.id?s('<span><i class="option-icon fa '+t.element.value.toLowerCase()+'" ></i> '+t.text+"</span>"):t.text}s(this).select2({templateResult:t,templateSelection:t})}),_.dependency(["#yith_wcwl_enable_multi_wishlist_for_unauthenticated_users-yes"],function(){return e(_)&&c(a)},function(){l.change()}),a.dependency(["#yith_wcwl_enable_multi_wishlist_for_unauthenticated_users-yes"],function(){return e(_)&&c(a)},function(){l.change()}),l.dependency(["#yith_wcwl_show_login_notice","#yith_wcwl_login_anchor_text"],function(){return c(a)&&e(_)&&e(l)}),r.dependency(["#yith_wcwl_show_exists_in_a_wishlist"],function(){var t="default"!==r.find(":checked").val();return t||s("#yith_wcwl_show_exists_in_a_wishlist").prop("checked",!0),t}),w.dependency(["#yith_wcwl_add_to_cart_custom_icon"],function(){return"custom"===w.val()&&"button_custom"===d.filter(":checked").val()}),f.dependency(["#yith_wcwl_ask_an_estimate_custom_icon"],function(){return"custom"===f.val()&&"button_custom"===m.filter(":checked").val()}),p.dependency(["#yith_wcwl_share_fb"],c,function(){y.change(),g.change(),v.change(),b.change(),k.change(),x.change(),C.change(),S.change(),T.change(),z.change()}),y.dependency(["#yith_wcwl_fb_button_icon","#yith_wcwl_color_fb_button_background"],function(){return c(y)&&c(p)},function(){g.change()}),g.dependency(["#yith_wcwl_fb_button_custom_icon"],function(){return c(y)&&c(p)&&"custom"===g.val()}),v.dependency(["#yith_wcwl_tw_button_icon","#yith_wcwl_color_tw_button_background"],function(){return c(v)&&c(p)},function(){b.change()}),b.dependency(["#yith_wcwl_tw_button_custom_icon"],function(){return c(v)&&c(p)&&"custom"===b.val()}),k.dependency(["#yith_wcwl_socials_image_url","#yith_wcwl_pr_button_icon","#yith_wcwl_color_pr_button_background"],function(){return c(k)&&c(p)},function(){x.change()}),x.dependency(["#yith_wcwl_pr_button_custom_icon"],function(){return c(k)&&c(p)&&"custom"===x.val()}),C.dependency(["#yith_wcwl_em_button_icon","#yith_wcwl_color_em_button_background"],function(){return c(C)&&c(p)},function(){S.change()}),S.dependency(["#yith_wcwl_em_button_custom_icon"],function(){return c(C)&&c(p)&&"custom"===S.val()}),T.dependency(["#yith_wcwl_wa_button_icon","#yith_wcwl_wa_button_custom_icon","#yith_wcwl_color_wa_button_background"],function(){return c(T)&&c(p)},function(){z.change()}),z.dependency(["#yith_wcwl_wa_button_custom_icon"],function(){return c(T)&&c(p)&&"custom"===z.val()}),v.add(k).dependency(["#yith_wcwl_socials_title","#yith_wcwl_socials_text"],function(){return(c(v)||c(k))&&c(p)}),j.dependency(["#yith_wcwl_show_additional_info_textarea"],c,function(){E.change()}),j.on("change",function(){E.change()}),E.dependency(["#yith_wcwl_additional_info_textarea_label"],function(){return c(j)&&c(E)}),E.on("change",function(){s(this).is(":checked")&&j.is(":checked")?H.removeClass("yith-disabled"):H.addClass("yith-disabled")}),O.dependency(["#woocommerce_promotion_mail_settings\\[content_html\\]"],function(){return"multipart"===O.val()||"html"===O.val()}),O.dependency(["#woocommerce_promotion_mail_settings\\[content_text\\]"],function(){return"multipart"===O.val()||"plain"===O.val()}),W.dependency(["#woocommerce_yith_wcwl_back_in_stock_settings\\[product_exclusions\\]","#woocommerce_yith_wcwl_back_in_stock_settings\\[category_exclusions\\]","#woocommerce_yith_wcwl_back_in_stock_settings\\[email_type\\]","#woocommerce_yith_wcwl_back_in_stock_settings\\[heading\\]","#woocommerce_yith_wcwl_back_in_stock_settings\\[subject\\]","#woocommerce_yith_wcwl_back_in_stock_settings\\[content_html\\]","#woocommerce_yith_wcwl_back_in_stock_settings\\[content_text\\]"],function(){return c(W)},function(){D.change()}),D.dependency(["#woocommerce_yith_wcwl_back_in_stock_settings\\[content_html\\]"],function(){return("multipart"===D.val()||"html"===D.val())&&c(W)}),D.dependency(["#woocommerce_yith_wcwl_back_in_stock_settings\\[content_text\\]"],function(){return("multipart"===D.val()||"plain"===D.val())&&c(W)}),q.dependency(["#woocommerce_yith_wcwl_on_sale_item_settings\\[product_exclusions\\]","#woocommerce_yith_wcwl_on_sale_item_settings\\[category_exclusions\\]","#woocommerce_yith_wcwl_on_sale_item_settings\\[email_type\\]","#woocommerce_yith_wcwl_on_sale_item_settings\\[heading\\]","#woocommerce_yith_wcwl_on_sale_item_settings\\[subject\\]","#woocommerce_yith_wcwl_on_sale_item_settings\\[content_html\\]","#woocommerce_yith_wcwl_on_sale_item_settings\\[content_text\\]"],function(){return c(q)},function(){B.change()}),B.dependency(["#woocommerce_yith_wcwl_on_sale_item_settings\\[content_html\\]"],function(){return("multipart"===B.val()||"html"===B.val())&&c(q)}),B.dependency(["#woocommerce_yith_wcwl_on_sale_item_settings\\[content_text\\]"],function(){return("multipart"===B.val()||"plain"===B.val())&&c(q)}),s(document).on("yith-add-box-button-toggle",function(){var e=s("#new_type"),n=s("#new_options").closest(".yith-add-box-row");e.on("change",function(){var t=e.val();"radio"===t||"select"===t?n.show().fadeTo("slow",1):n.is(":visible")?n.fadeTo("slow",0,function(){s(this).hide()}):n.css("opacity",0).hide()}).change()})});
|
1 |
+
jQuery(document).ready(function(s){s.fn.dependency=function(t,e,n,i){var o=s(this);o.on("change",function(){var c=e(o);s.each(t,function(t,e){var n=s(e);if(n.length){var i=n.closest("tr");i.length&&(c?i.show().fadeTo("slow",1):i.is(":visible")?i.fadeTo("slow",0,function(){i.hide()}):i.css("opacity",0).hide())}}),void 0!==n&&n(o,i)}).change()};function n(e,t){var c=this;c.settings={},c.modal=null,c._init=function(){c.settings=s.extend({template:e.data("template"),template_data:{},container:".yith-wcwl-wizard-modal",events:{}},t),"function"==typeof c.settings.events.init&&c.settings.events.init(e,t),c._initOpener()},c._initOpener=function(){e.on("click",function(t){var e=s(this),n=c.settings.template_data;t.preventDefault(),"function"==typeof n&&(n=n(e)),e.WCBackboneModal({template:c.settings.template,variable:n});var i=s(c.settings.container);c._initEditor(i),c._initEnhancedSelect(i),c._initTabs(i),c._initSteps(i),c._initOptions(i,n),c._initEvents(i,c.settings.events)})},c._initEditor=function(t){t.find(".with-editor").each(function(){var n=s(this),t=n.attr("id");tinymce.get(t)&&(restoreTextMode=tinymce.get(t).isHidden(),wp.editor.remove(t)),wp.editor.initialize(t,{tinymce:{wpautop:!0,init_instance_callback:function(e){e.on("Change",function(t){n.val(e.getContent()).change()})}},quicktags:!0,mediaButtons:!0})})},c._initEnhancedSelect=function(t){s(document.body).trigger("wc-enhanced-select-init")},c._initTabs=function(t){t.find(".tabs").on("click","a",function(t){var e=s(this),n=e.closest("ul"),i=n.find("a"),c=n.parent().find(".tab"),o=e.data("target"),_=s(o),a=!1;t.preventDefault(),e.hasClass("active")||(a=!0),i.attr("aria-selected","false").removeClass("active"),e.attr("aria-selected","true").addClass("active"),c.attr("aria-expanded","false").removeClass("active").hide(),_.attr("aria-expanded","true").addClass("active").show(),a&&e.trigger("tabChange")})},c._initOptions=function(i,t){s.each(t,function(t,e){var n=i.find('[name="'+t+'"]');n.length&&e!==n.val()&&(n.is("select")&&!n.find('option[value="'+e+'"]').length?n.append('<option value="'+e+'" selected="selected">'+e+" </option>"):n.val(e))})},c._initSteps=function(i){i.find(".step").hide().first().show(),i.find(".continue-button").on("click",function(t){var e=s(this).closest(".step"),n=e.next(".step");t.preventDefault(),n.length&&c._changeStep(i,e,n)}),i.find(".back-button").on("click",function(t){var e=s(this).closest(".step"),n=e.prev(".step");t.preventDefault(),n.length&&c._changeStep(i,e,n)})},c._initEvents=function(n,t){"function"==typeof c.settings.events.open&&c.settings.events.open(e,n),s.each(t,function(t,e){"init"!==t&&"open"!==t&&("tabChange"===t?n.find(".tabs"):"stepChange"===t?n.find(".step"):n.find(":input")).on(t,function(t){return e(s(this),n,t)})})},c._changeStep=function(o,_,a){_.animate({opacity:0},{duration:200,complete:function(){var t=o.find("article"),e=t.outerWidth(),n=t.outerHeight();t.outerWidth("auto"),t.outerHeight("auto"),_.hide(),a.show();var i=a.outerWidth(),c=a.outerHeight();a.hide(),_.css("opacity",1),t.outerWidth(e),t.outerHeight(n),t.animate({width:i,height:c},{duration:200,complete:function(){a.fadeIn(200)}})}}),a.trigger("stepChange")},c._init()}function i(t,e,n){var i=e.find(".email-preview"),c=e.find("#template").val();o&&o.abort(),o=s.ajax({url:ajaxurl+"?action=preview_promotion_email",data:e.find("form").serialize(),method:"POST",beforeSend:function(){i.block({message:null,overlayCSS:{background:"transparent",opacity:.6}})},complete:function(){i.unblock()},success:function(t){i.removeClass("html plain").addClass(c).find(".no-interactions").html(t)}})}function t(){return{template:"yith-wcwl-promotion-wizard",template_data:function(t){var e;return e=t.hasClass("restore-draft")?t.data("draft"):s.extend(e,{product_id:t.data("product_id"),user_id:t.data("user_id")})},events:{change:i,open:function(t,e,n){e.find("#content_html-tmce").click(),i(0,e)},tabChange:function(t,e,n){e.find("#template").val(t.find(".active").data("template")),i(0,e)},stepChange:function(t,e,n){var i=t.find(".receivers-count"),c=t.find(".show-on-long-queue"),o=c.data("threshold");i.length&&s.ajax({url:ajaxurl+"?action=calculate_promotion_email_receivers",data:e.find("form").serialize(),method:"post",beforeSend:function(){i.css("opacity",.3),c.length&&c.hide()},complete:function(){i.css("opacity",1)},success:function(t){void 0!==t.label&&(i.html(t.label),c.length&&void 0!==t.count&&t.count>o&&c.show())}})}}}}var o=null;s.fn.wizard=function(t){var e=s(this);new n(e,t)},s(".create-promotion").wizard(t()),s(".restore-draft").wizard(t());function e(t){return t.is('input[type="radio"]')||(t=t.find('input[type="radio"]:checked')),"no"===t.val()}function c(t){return t.is(":checked")}var _=s("#yith_wcwl_disable_wishlist_for_unauthenticated_users"),a=s("#yith_wcwl_multi_wishlist_enable"),l=s("#yith_wcwl_enable_multi_wishlist_for_unauthenticated_users"),r=s("#yith_wcwl_modal_enable"),u=s("#yith_wcwl_loop_position"),h=s(".icon-select"),d=s('[name="yith_wcwl_add_to_cart_style"]'),w=s("#yith_wcwl_add_to_cart_icon"),m=s('[name="yith_wcwl_ask_an_estimate_style"]'),f=s("#yith_wcwl_ask_an_estimate_icon"),p=s("#yith_wcwl_enable_share"),y=s("#yith_wcwl_share_fb"),g=s("#yith_wcwl_fb_button_icon"),v=s("#yith_wcwl_share_twitter"),b=s("#yith_wcwl_tw_button_icon"),k=s("#yith_wcwl_share_pinterest"),x=s("#yith_wcwl_pr_button_icon"),C=s("#yith_wcwl_share_email"),S=s("#yith_wcwl_em_button_icon"),T=s("#yith_wcwl_share_whatsapp"),z=s("#yith_wcwl_wa_button_icon"),j=s("#yith_wcwl_show_estimate_button"),E=s("#yith_wcwl_show_additional_info_textarea"),H=s("#yith_wcwl_ask_an_estimate_fields"),O=s("#woocommerce_promotion_mail_settings\\[email_type\\]"),W=s("#woocommerce_yith_wcwl_back_in_stock_settings\\[enabled\\]"),D=s("#woocommerce_yith_wcwl_back_in_stock_settings\\[email_type\\]"),q=s("#woocommerce_yith_wcwl_on_sale_item_settings\\[enabled\\]"),B=s("#woocommerce_yith_wcwl_on_sale_item_settings\\[email_type\\]"),M=s('[id^="type_"]');u.add("select#yith_wcwl_button_position").on("change",function(){var t=s(this);"shortcode"===t.val()?t.parent().next().find(".addon").show():t.parent().next().find(".addon").hide()}).change(),M.on("change",function(){var t=s(this),e=t.val(),n=t.closest(".yith-toggle-content-row").next();"radio"===e||"select"===e?n.show().fadeTo("slow",1):n.is(":visible")?n.fadeTo("slow",0,function(){n.hide()}):n.css("opacity",0).hide()}).change(),d.on("change",function(){w.change()}),m.on("change",function(){f.change()}),h.each(function(){function t(t){return t.id?s('<span><i class="option-icon fa '+t.element.value.toLowerCase()+'" ></i> '+t.text+"</span>"):t.text}s(this).select2({templateResult:t,templateSelection:t})}),_.dependency(["#yith_wcwl_enable_multi_wishlist_for_unauthenticated_users-yes"],function(){return e(_)&&c(a)},function(){l.change()}),a.dependency(["#yith_wcwl_enable_multi_wishlist_for_unauthenticated_users-yes"],function(){return e(_)&&c(a)},function(){l.change()}),l.dependency(["#yith_wcwl_show_login_notice","#yith_wcwl_login_anchor_text"],function(){return c(a)&&e(_)&&e(l)}),r.dependency(["#yith_wcwl_show_exists_in_a_wishlist"],function(){var t="default"!==r.find(":checked").val();return t||s("#yith_wcwl_show_exists_in_a_wishlist").prop("checked",!0),t}),w.dependency(["#yith_wcwl_add_to_cart_custom_icon"],function(){return"custom"===w.val()&&"button_custom"===d.filter(":checked").val()}),f.dependency(["#yith_wcwl_ask_an_estimate_custom_icon"],function(){return"custom"===f.val()&&"button_custom"===m.filter(":checked").val()}),p.dependency(["#yith_wcwl_share_fb"],c,function(){y.change(),g.change(),v.change(),b.change(),k.change(),x.change(),C.change(),S.change(),T.change(),z.change()}),y.dependency(["#yith_wcwl_fb_button_icon","#yith_wcwl_color_fb_button_background"],function(){return c(y)&&c(p)},function(){g.change()}),g.dependency(["#yith_wcwl_fb_button_custom_icon"],function(){return c(y)&&c(p)&&"custom"===g.val()}),v.dependency(["#yith_wcwl_tw_button_icon","#yith_wcwl_color_tw_button_background"],function(){return c(v)&&c(p)},function(){b.change()}),b.dependency(["#yith_wcwl_tw_button_custom_icon"],function(){return c(v)&&c(p)&&"custom"===b.val()}),k.dependency(["#yith_wcwl_socials_image_url","#yith_wcwl_pr_button_icon","#yith_wcwl_color_pr_button_background"],function(){return c(k)&&c(p)},function(){x.change()}),x.dependency(["#yith_wcwl_pr_button_custom_icon"],function(){return c(k)&&c(p)&&"custom"===x.val()}),C.dependency(["#yith_wcwl_em_button_icon","#yith_wcwl_color_em_button_background"],function(){return c(C)&&c(p)},function(){S.change()}),S.dependency(["#yith_wcwl_em_button_custom_icon"],function(){return c(C)&&c(p)&&"custom"===S.val()}),T.dependency(["#yith_wcwl_wa_button_icon","#yith_wcwl_wa_button_custom_icon","#yith_wcwl_color_wa_button_background"],function(){return c(T)&&c(p)},function(){z.change()}),z.dependency(["#yith_wcwl_wa_button_custom_icon"],function(){return c(T)&&c(p)&&"custom"===z.val()}),v.add(k).dependency(["#yith_wcwl_socials_title","#yith_wcwl_socials_text"],function(){return(c(v)||c(k))&&c(p)}),j.dependency(["#yith_wcwl_show_additional_info_textarea"],c,function(){E.change()}),j.on("change",function(){E.change()}),E.dependency(["#yith_wcwl_additional_info_textarea_label"],function(){return c(j)&&c(E)}),E.on("change",function(){s(this).is(":checked")&&j.is(":checked")?H.removeClass("yith-disabled"):H.addClass("yith-disabled")}),O.dependency(["#woocommerce_promotion_mail_settings\\[content_html\\]"],function(){return"multipart"===O.val()||"html"===O.val()}),O.dependency(["#woocommerce_promotion_mail_settings\\[content_text\\]"],function(){return"multipart"===O.val()||"plain"===O.val()}),W.dependency(["#woocommerce_yith_wcwl_back_in_stock_settings\\[product_exclusions\\]","#woocommerce_yith_wcwl_back_in_stock_settings\\[category_exclusions\\]","#woocommerce_yith_wcwl_back_in_stock_settings\\[email_type\\]","#woocommerce_yith_wcwl_back_in_stock_settings\\[heading\\]","#woocommerce_yith_wcwl_back_in_stock_settings\\[subject\\]","#woocommerce_yith_wcwl_back_in_stock_settings\\[content_html\\]","#woocommerce_yith_wcwl_back_in_stock_settings\\[content_text\\]"],function(){return c(W)},function(){D.change()}),D.dependency(["#woocommerce_yith_wcwl_back_in_stock_settings\\[content_html\\]"],function(){return("multipart"===D.val()||"html"===D.val())&&c(W)}),D.dependency(["#woocommerce_yith_wcwl_back_in_stock_settings\\[content_text\\]"],function(){return("multipart"===D.val()||"plain"===D.val())&&c(W)}),q.dependency(["#woocommerce_yith_wcwl_on_sale_item_settings\\[product_exclusions\\]","#woocommerce_yith_wcwl_on_sale_item_settings\\[category_exclusions\\]","#woocommerce_yith_wcwl_on_sale_item_settings\\[email_type\\]","#woocommerce_yith_wcwl_on_sale_item_settings\\[heading\\]","#woocommerce_yith_wcwl_on_sale_item_settings\\[subject\\]","#woocommerce_yith_wcwl_on_sale_item_settings\\[content_html\\]","#woocommerce_yith_wcwl_on_sale_item_settings\\[content_text\\]"],function(){return c(q)},function(){B.change()}),B.dependency(["#woocommerce_yith_wcwl_on_sale_item_settings\\[content_html\\]"],function(){return("multipart"===B.val()||"html"===B.val())&&c(q)}),B.dependency(["#woocommerce_yith_wcwl_on_sale_item_settings\\[content_text\\]"],function(){return("multipart"===B.val()||"plain"===B.val())&&c(q)}),s(document).on("yith-add-box-button-toggle",function(){var e=s("#new_type"),n=s("#new_options").closest(".yith-add-box-row");e.on("change",function(){var t=e.val();"radio"===t||"select"===t?n.show().fadeTo("slow",1):n.is(":visible")?n.fadeTo("slow",0,function(){s(this).hide()}):n.css("opacity",0).hide()}).change()})});
|
assets/js/jquery.yith-wcwl.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
jQuery(document).ready(function(r){function i(){void 0!==r.fn.selectBox&&r("select.selectBox").filter(":visible").not(".enhanced").selectBox().addClass("enhanced")}function e(){if(void 0!==r.prettyPhoto){var t={hook:"data-rel",social_tools:!1,theme:"pp_woocommerce",horizontal_padding:20,opacity:.8,deeplinking:!1,overlay_gallery:!1,default_width:500,changepicturecallback:function(){i(),r(".wishlist-select").change(),r(document).trigger("yith_wcwl_popup_opened",[this])},markup:'<div class="pp_pic_holder"><div class="ppt"> </div><div class="pp_top"><div class="pp_left"></div><div class="pp_middle"></div><div class="pp_right"></div></div><div class="pp_content_container"><div class="pp_left"><div class="pp_right"><div class="pp_content"><div class="pp_loaderIcon"></div><div class="pp_fade"><a href="#" class="pp_expand" title="Expand the image">Expand</a><div class="pp_hoverContainer"><a class="pp_next" href="#">next</a><a class="pp_previous" href="#">previous</a></div><div id="pp_full_res"></div><div class="pp_details"><a class="pp_close" href="#">Close</a></div></div></div></div></div></div><div class="pp_bottom"><div class="pp_left"></div><div class="pp_middle"></div><div class="pp_right"></div></div></div><div class="pp_overlay yith-wcwl-overlay"></div>'};r('a[data-rel^="prettyPhoto[add_to_wishlist_"]').add('a[data-rel="prettyPhoto[ask_an_estimate]"]').add('a[data-rel="prettyPhoto[create_wishlist]"]').unbind("click").prettyPhoto(t),r('a[data-rel="prettyPhoto[move_to_another_wishlist]"]').on("click",function(){var t=r(this),i=r("#move_to_another_wishlist").find("form"),e=i.find(".row-id"),a=t.closest("[data-row-id]").data("row-id");e.length&&e.remove(),i.append('<input type="hidden" name="row_id" class="row-id" value="'+a+'"/>')}).prettyPhoto(t),new MutationObserver(function(t,i){for(var e in t){var a=t[e];"childList"===a.type&&(void 0!==a.addedNodes&&a.addedNodes.forEach(function(t){t.classList.contains("yith-wcwl-overlay")&&r("body").addClass("yith-wcwl-with-pretty-photo")}),void 0!==a.removedNodes&&a.removedNodes.forEach(function(t){t.classList.contains("yith-wcwl-overlay")&&r("body").removeClass("yith-wcwl-with-pretty-photo")}))}}).observe(document.body,{childList:!0})}}function a(){r(".wishlist_table").find('.product-checkbox input[type="checkbox"]').off("change").on("change",function(){var t=r(this);t.parent().removeClass("checked").removeClass("unchecked").addClass(t.is(":checked")?"checked":"unchecked")}).trigger("change")}function o(){r(".add_to_cart").filter("[data-icon]").not(".icon-added").each(function(){var t,i=r(this),e=i.data("icon");t=e.match(/[-a-zA-Z0-9@:%._\+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b([-a-zA-Z0-9()@:%_\+.~#?&//=]*)?/gi)?r("<img/>",{src:e}):r("<i/>",{class:"fa "+e}),i.prepend(t).addClass("icon-added")})}function h(){i(),e(),a(),o(),d(),n(),_(),l(),c(),r(document).trigger("yith_wcwl_init_after_ajax")}function n(){yith_wcwl_l10n.enable_tooltip&&r(".yith-wcwl-add-to-wishlist").find("[data-title]").each(function(){var t=r(this);t.hasClass("tooltip-added")||(t.on("mouseenter",function(){var t,i=r(this),e=null,a=i.outerWidth(),o=0;e=r("<span>",{class:"yith-wcwl-tooltip",text:i.data("title")}),i.append(e),t=e.outerWidth()+6,e.outerWidth(t),o=(a-t)/2,e.css({left:o.toFixed(0)+"px"}).fadeIn(200),i.addClass("with-tooltip")}).on("mouseleave",function(){var t=r(this);t.find(".yith-wcwl-tooltip").fadeOut(200,function(){t.removeClass("with-tooltip").find(".yith-wcwl-tooltip").remove()})}),t.addClass("tooltip-added"))})}function d(){r(".yith-wcwl-add-button").filter(".with-dropdown").on("mouseleave",function(){var t=r(this).find(".yith-wcwl-dropdown");t.length&&t.fadeOut(200)}).children("a").on("mouseenter",function(){var t=r(this).closest(".with-dropdown"),i=t.find(".yith-wcwl-dropdown");i.length&&i.children().length&&t.find(".yith-wcwl-dropdown").fadeIn(200)})}function l(){void 0!==yith_wcwl_l10n.enable_drag_n_drop&&yith_wcwl_l10n.enable_drag_n_drop&&r(".wishlist_table").each(function(){var e=r(this),a=!1;e.sortable({items:"[data-row-id]",helper:function(t,i){return i.children().each(function(){r(this).width(r(this).width())}),i},update:function(){var t=e.find("[data-row-id]"),i=[];t.length&&(a&&a.abort(),t.each(function(){var t=r(this);i.push(t.data("row-id"))}),a=r.ajax({data:{action:yith_wcwl_l10n.actions.sort_wishlist_items,positions:i,wishlist_token:e.data("token"),page:e.data("page"),per_page:e.data("per-page")},method:"POST",url:yith_wcwl_l10n.ajax_url}))}})})}function c(){r(".copy-trigger").on("click",function(){var t=r(".copy-target");if(0<t.length)if(t.is("input"))s()?t[0].setSelectionRange(0,9999):t.select(),document.execCommand("copy");else{var i=r("<input/>",{val:t.text(),type:"text"});b("body").append(i),s()?i[0].setSelectionRange(0,9999):i.select(),document.execCommand("copy"),i.remove()}})}function _(){r(".wishlist_table").filter(".images_grid").not(".enhanced").on("click","[data-row-id] .product-thumbnail a",function(t){var i=r(this).closest("[data-row-id]"),e=i.siblings("[data-row-id]"),a=i.find(".item-details");t.preventDefault(),a.length&&(e.removeClass("show"),i.toggleClass("show"))}).on("click","[data-row-id] a.close",function(t){var i=r(this).closest("[data-row-id]"),e=i.find(".item-details");t.preventDefault(),e.length&&i.removeClass("show")}).on("click","[data-row-id] a.remove_from_wishlist",function(t){var i=r(this);return t.stopPropagation(),f(i),!1}).addClass("enhanced"),r(document).on("click",function(t){r(t.target).closest("[data-row-id]").length||r(".wishlist_table").filter(".images_grid").find(".show").removeClass("show")}).on("added_to_cart",function(){r(".wishlist_table").filter(".images_grid").find(".show").removeClass("show")})}function w(i,t,e){i.action=yith_wcwl_l10n.actions.move_to_another_wishlist_action,""!==i.wishlist_token&&""!==i.destination_wishlist_token&&""!==i.item_id&&r.ajax({beforeSend:t,url:yith_wcwl_l10n.ajax_url,data:i,dataType:"json",method:"post",success:function(t){e(t),h(),r("body").trigger("moved_to_another_wishlist",[r(this),i.item_id])}})}function f(i){var t=i.parents(".cart.wishlist_table"),e=i.parents("[data-row-id]"),a=e.data("row-id"),o=t.data("id"),n=t.data("token"),s={action:yith_wcwl_l10n.actions.remove_from_wishlist_action,remove_from_wishlist:a,wishlist_id:o,wishlist_token:n,fragments:C(a)};r.ajax({beforeSend:function(){y(t)},complete:function(){k(t)},data:s,method:"post",success:function(t){void 0!==t.fragments&&j(t.fragments),h(),r("body").trigger("removed_from_wishlist",[i,e])},url:yith_wcwl_l10n.ajax_url})}function p(t){var i=r(this),e=i.closest(".wishlist_table"),a=null;t.preventDefault(),(a=e.length?i.closest("[data-wishlist-id]").find(".wishlist-title"):i.parents(".wishlist-title")).next().show(),a.hide()}function u(t){var i=r(this);t.preventDefault(),i.parents(".hidden-title-form").hide(),i.parents(".hidden-title-form").prev().show()}function m(t){if(void 0!==r.prettyPhoto&&void 0!==r.prettyPhoto.close)if(void 0!==t){var i=r(".pp_content_container"),e=i.find(".pp_content"),a=i.find(".yith-wcwl-popup-form"),o=a.closest(".pp_pic_holder");if(a.length){var n=r("<div/>",{class:"yith-wcwl-popup-feedback"});n.append(r("<i/>",{class:"fa fa-check heading-icon"})),n.append(r("<p/>",{class:"feedback",html:t})),n.css("display","none"),e.css("height","auto"),a.after(n),a.fadeOut(200,function(){n.fadeIn()}),o.addClass("feedback"),o.css("left",r(window).innerWidth()/2-o.outerWidth()/2+"px"),setTimeout(m,3e3)}}else try{r.prettyPhoto.close()}catch(t){}}function v(t){var i=r("#yith-wcwl-popup-message"),e=r("#yith-wcwl-message");yith_wcwl_l10n.enable_notices&&(e.html(t),i.css("margin-left","-"+r(i).width()+"px").fadeIn(),window.setTimeout(function(){i.fadeOut()},2e3))}function g(n){var t=r("select.wishlist-select"),i=r("ul.yith-wcwl-dropdown");t.each(function(){var e=r(this),t=e.find("option"),i=t.filter('[value="new"]');t.not(i).remove(),r.each(n,function(t,i){r("<option>",{value:i.id,html:i.wishlist_name}).appendTo(e)}),e.append(i)}),i.each(function(){var e=r(this),t=e.find("li"),i=e.closest(".yith-wcwl-add-button").children("a.add_to_wishlist"),a=i.attr("data-product-id"),o=i.attr("data-product-type");t.remove(),r.each(n,function(t,i){r("<li>").append(r("<a>",{rel:"nofollow",html:i.wishlist_name,class:"add_to_wishlist",href:i.add_to_this_wishlist_url,"data-product-id":a,"data-product-type":o,"data-wishlist-id":i.id})).appendTo(e)})})}function y(t){void 0!==r.fn.block&&t.fadeTo("400","0.6").block({message:null,overlayCSS:{background:"transparent url("+yith_wcwl_l10n.ajax_loader_url+") no-repeat center",backgroundSize:"40px 40px",opacity:1}})}function k(t){void 0!==r.fn.unblock&&t.stop(!0).css("opacity","1").unblock()}function x(){if(navigator.cookieEnabled)return!0;document.cookie="cookietest=1";var t=-1!==document.cookie.indexOf("cookietest=");return document.cookie="cookietest=1; expires=Thu, 01-Jan-1970 00:00:01 GMT",t}function C(t){var e={},i=r(".wishlist-fragment");return t&&("object"==typeof t?((t=r.extend({s:"",firstLoad:!1},t)).s&&(i=i.not("[data-fragment-ref]").add(i.filter('[data-fragment-ref="'+t.s+'"]'))),t.firstLoad&&(i=i.filter(".on-first-load"))):"string"!=typeof t&&"number"!=typeof t||(i=i.not("[data-fragment-ref]").add(i.filter('[data-fragment-ref="'+t+'"]')))),i.each(function(){var t=r(this),i=t.attr("class");e[i]=t.data("fragment-options")}),e}function j(t){r.each(t,function(t,i){var e="."+t.split(" ").filter(function(t){return t.length&&"exists"!==t}).join("."),a=r(e),o=r(i).filter(e);o.length||(o=r(i).find(e)),a.length&&o.length&&a.replaceWith(o)})}function s(){return navigator.userAgent.match(/ipad|iphone/i)}r(document).on("yith_wcwl_init",function(){var t=r(this),s="undefined"!=typeof wc_add_to_cart_params&&null!==wc_add_to_cart_params?wc_add_to_cart_params.cart_redirect_after_add:"";t.on("click",".add_to_wishlist",function(t){var a=r(this),i=a.attr("data-product-id"),o=r(".add-to-wishlist-"+i),e={add_to_wishlist:i,product_type:a.data("product-type"),wishlist_id:a.data("wishlist-id"),action:yith_wcwl_l10n.actions.add_to_wishlist_action,fragments:C(i)};if(t.preventDefault(),jQuery(document.body).trigger("adding_to_wishlist"),yith_wcwl_l10n.multi_wishlist&&yith_wcwl_l10n.modal_enable){var n=a.parents(".yith-wcwl-popup-footer").prev(".yith-wcwl-popup-content"),s=n.find(".wishlist-select"),d=n.find(".wishlist-name"),l=n.find(".wishlist-visibility").filter(":checked");if(e.wishlist_id=s.is(":visible")?s.val():"new",e.wishlist_name=d.val(),e.wishlist_visibility=l.val(),"new"===e.wishlist_id&&!e.wishlist_name)return d.closest("p").addClass("woocommerce-invalid"),!1;d.closest("p").removeClass("woocommerce-invalid")}if(x())return r.ajax({type:"POST",url:yith_wcwl_l10n.ajax_url,data:e,dataType:"json",beforeSend:function(){y(a)},complete:function(){k(a)},success:function(t){var i=t.result,e=t.message;yith_wcwl_l10n.multi_wishlist?(m(e),void 0!==t.user_wishlists&&g(t.user_wishlists)):v(e),"true"!==i&&"exists"!==i||(void 0!==t.fragments&&j(t.fragments),yith_wcwl_l10n.multi_wishlist&&!yith_wcwl_l10n.hide_add_button||o.find(".yith-wcwl-add-button").remove(),o.addClass("exists")),h(),r("body").trigger("added_to_wishlist",[a,o])}}),!1;alert(yith_wcwl_l10n.labels.cookie_disabled)}),t.on("click",".wishlist_table .remove_from_wishlist",function(t){var i=r(this);return t.preventDefault(),f(i),!1}),t.on("adding_to_cart","body",function(t,i,e){void 0!==i&&void 0!==e&&i.closest(".wishlist_table").length&&(e.remove_from_wishlist_after_add_to_cart=i.closest("[data-row-id]").data("row-id"),e.wishlist_id=i.closest(".wishlist_table").data("id"),"undefined"!=typeof wc_add_to_cart_params&&(wc_add_to_cart_params.cart_redirect_after_add=yith_wcwl_l10n.redirect_to_cart),"undefined"!=typeof yith_wccl_general&&(yith_wccl_general.cart_redirect=yith_wcwl_l10n.redirect_to_cart))}),t.on("added_to_cart","body",function(t,i,e,a){if(void 0!==a&&a.closest(".wishlist_table").length){"undefined"!=typeof wc_add_to_cart_params&&(wc_add_to_cart_params.cart_redirect_after_add=s),"undefined"!=typeof yith_wccl_general&&(yith_wccl_general.cart_redirect=s);var o=a.closest("[data-row-id]"),n=o.closest(".wishlist-fragment").data("fragment-options");a.removeClass("added"),o.find(".added_to_cart").remove(),yith_wcwl_l10n.remove_from_wishlist_after_add_to_cart&&n.is_user_owner&&o.remove()}}),t.on("added_to_cart","body",function(){var t=r(".woocommerce-message");0===t.length?r("#yith-wcwl-form").prepend(yith_wcwl_l10n.labels.added_to_cart_message):t.fadeOut(300,function(){r(this).replaceWith(yith_wcwl_l10n.labels.added_to_cart_message).fadeIn()})}),t.on("cart_page_refreshed","body",h),t.on("click",".show-title-form",p),t.on("click",".wishlist-title-with-form h2",p),t.on("click",".remove_from_all_wishlists",function(t){var i=r(this),e=i.attr("data-product-id"),a=i.data("wishlist-id"),o=i.closest(".content"),n={action:yith_wcwl_l10n.actions.remove_from_all_wishlists,prod_id:e,wishlist_id:a,fragments:C(e)};t.preventDefault(),r.ajax({beforeSend:function(){y(o)},complete:function(){k(o)},data:n,dataType:"json",method:"post",success:function(t){void 0!==t.fragments&&j(t.fragments),h()},url:yith_wcwl_l10n.ajax_url})}),t.on("click",".hide-title-form",u),t.on("change",".change-wishlist",function(){var t=r(this),i=t.parents(".cart.wishlist_table"),e=i.data("token"),a=t.parents("[data-row-id]").data("row-id");w({wishlist_token:e,destination_wishlist_token:t.val(),item_id:a,fragments:C()},function(){y(i)},function(t){void 0!==t.fragments&&j(t.fragments),k(i)})}),t.on("click",".yith-wcwl-popup-footer .move_to_wishlist",function(){var e=r(this),t=e.attr("data-product-id"),i=e.data("origin-wishlist-id"),a=e.closest("form"),o=a.find(".wishlist-select").val(),n=a.find(".wishlist-name"),s=n.val(),d=a.find(".wishlist-visibility").filter(":checked").val();if("new"===o&&!s)return n.closest("p").addClass("woocommerce-invalid"),!1;n.closest("p").removeClass("woocommerce-invalid"),w({wishlist_token:i,destination_wishlist_token:o,item_id:t,wishlist_name:s,wishlist_visibility:d,fragments:C(t)},function(){y(e)},function(t){var i=t.message;yith_wcwl_l10n.multi_wishlist?(m(i),void 0!==t.user_wishlists&&g(t.user_wishlists)):v(i),void 0!==t.fragments&&j(t.fragments),h(),k(e)})}),t.on("click",".delete_item",function(){var a=r(this),t=a.attr("data-product-id"),i=a.data("item-id"),o=r(".add-to-wishlist-"+t);return r.ajax({url:yith_wcwl_l10n.ajax_url,data:{action:yith_wcwl_l10n.actions.delete_item_action,item_id:i,fragments:C(t)},dataType:"json",beforeSend:function(){y(a)},complete:function(){k(a)},method:"post",success:function(t){var i=t.fragments,e=t.message;yith_wcwl_l10n.multi_wishlist&&m(e),a.closest(".yith-wcwl-remove-button").length||v(e),void 0!==i&&j(i),h(),r("body").trigger("removed_from_wishlist",[a,o])}}),!1}),t.on("change",".yith-wcwl-popup-content .wishlist-select",function(){var t=r(this);"new"===t.val()?t.parents(".yith-wcwl-first-row").next(".yith-wcwl-second-row").show():t.parents(".yith-wcwl-first-row").next(".yith-wcwl-second-row").hide()}),t.on("change","#bulk_add_to_cart",function(){var t=r(this),i=t.closest(".wishlist_table").find("[data-row-id]").find('input[type="checkbox"]:not(:disabled)');t.is(":checked")?i.attr("checked","checked").change():i.removeAttr("checked").change()}),t.on("submit",".wishlist-ask-an-estimate-popup",function(){var t=r(this),e=t.closest("form"),a=t.closest(".pp_content"),i=e.serialize();return r.ajax({beforeSend:function(){y(e)},complete:function(){k(e)},data:i+"&action="+yith_wcwl_l10n.actions.ask_an_estimate,dataType:"json",method:"post",success:function(t){if(void 0!==t.result&&t.result){var i=t.template;void 0!==i&&(e.replaceWith(i),a.css("height","auto"),setTimeout(m,3e3))}else void 0!==t.message&&(e.find(".woocommerce-error").remove(),e.find(".popup-description").after(r("<div>",{text:t.message,class:"woocommerce-error"})))},url:yith_wcwl_l10n.ajax_url}),!1}),t.on("click",".yith-wfbt-add-wishlist",function(t){t.preventDefault();var i=r(this),e=r("#yith-wcwl-form");r("html, body").animate({scrollTop:e.offset().top},500),function(t,e){var i=t.data("data-product-id"),a=r(document).find(".cart.wishlist_table"),o=a.data("pagination"),n=a.data("per-page"),s=a.data("id"),d=a.data("token"),l={action:yith_wcwl_l10n.actions.reload_wishlist_and_adding_elem_action,pagination:o,per_page:n,wishlist_id:s,wishlist_token:d,add_to_wishlist:i,product_type:t.data("product-type")};if(!x())return alert(yith_wcwl_l10n.labels.cookie_disabled);r.ajax({type:"POST",url:yith_wcwl_l10n.ajax_url,data:l,dataType:"html",beforeSend:function(){y(a)},complete:function(){k(a)},success:function(t){var i=r(t).find("#yith-wcwl-form");e.replaceWith(i),h()}})}(i,e)}),t.on("submit",".yith-wcwl-popup-form",function(){return!1}),t.on("yith_infs_added_elem",function(){e()}),t.on("found_variation",function(t,i){var a=r(t.target).data("product_id"),o=i.variation_id,e=r('.add_to_wishlist[data-product-id="'+a+'"]').add('.add_to_wishlist[data-original-product-id="'+a+'"]');a&&o&&e.length&&e.each(function(){var t,i=r(this),e=i.closest(".yith-wcwl-add-to-wishlist");i.attr("data-original-product-id",a),i.attr("data-product-id",o),console.log(i,i.attr("data-product-id")),e.length&&(void 0!==(t=e.data("fragment-options"))&&(t.product_id=o,e.data("fragment-options",t)),e.removeClass(function(t,i){return i.match(/add-to-wishlist-\S+/g).join(" ")}).addClass("add-to-wishlist-"+o).attr("data-fragment-ref",o))})}),t.on("reset_data",function(t){var o=r(t.target).data("product_id"),i=r('.add_to_wishlist[data-original-product-id="'+o+'"]');o&&i.length&&i.each(function(){var t,i=r(this),e=i.closest(".yith-wcwl-add-to-wishlist"),a=i.attr("data-product-id");i.attr("data-product-id",o),i.attr("data-original-product-id",""),e.length&&(void 0!==(t=e.data("fragment-options"))&&(t.product_id=o,e.data("fragment-options",t)),e.removeClass("add-to-wishlist-"+a).addClass("add-to-wishlist-"+o).attr("data-fragment-ref",o))})}),t.on("yith_wcwl_fragments_loaded",function(t){r(".variations_form").find(".variations select").last().change()}),function(){if(!yith_wcwl_l10n.enable_notices)return;if(r(".yith-wcwl-add-to-wishlist").length&&!r("#yith-wcwl-popup-message").length){var t=r("<div>").attr("id","yith-wcwl-message"),i=r("<div>").attr("id","yith-wcwl-popup-message").html(t).hide();r("body").prepend(i)}}(),n(),d(),l(),function(){var n,s;r(".wishlist_table").on("change",".product-quantity input",function(){var t=r(this),i=t.closest("[data-row-id]"),e=i.data("row-id"),a=t.closest(".wishlist_table"),o=a.data("token");clearTimeout(s),i.find(".add_to_cart").data("quantity",t.val()),s=setTimeout(function(){n&&n.abort(),n=r.ajax({beforeSend:function(){y(a)},complete:function(){k(a)},data:{product_id:e,wishlist_token:o,quantity:t.val(),action:yith_wcwl_l10n.actions.update_item_quantity},method:"POST",url:yith_wcwl_l10n.ajax_url})},1e3)})}(),_(),r(document).on("click",".show-tab",function(t){var i=r(this),e=i.closest(".yith-wcwl-popup-content"),a=i.data("tab"),o=e.find(".tab").filter("."+a);if(t.preventDefault(),!o.length)return!1;i.addClass("active").siblings(".show-tab").removeClass("active"),o.show().siblings(".tab").hide(),"create"===a?e.prepend('<input type="hidden" id="new_wishlist_selector" class="wishlist-select" value="new">'):e.find("#new_wishlist_selector").remove()}),r(document).on("change",".wishlist-select",function(t){var i=r(this),e=i.closest(".yith-wcwl-popup-content"),a=i.closest(".tab"),o=e.find(".tab.create"),n=e.find(".show-tab"),s=n.filter('[data-tab="create"]');"new"===i.val()&&o.length&&(a.hide(),o.show(),n.removeClass("active"),s.addClass("active"),i.find("option").removeProp("selected"),i.change())}),i(),a(),e(),o(),function(){var c=!1;r(window).on("resize",function(t){var i=r(".wishlist_table.responsive"),e=i.is(".mobile"),a=window.matchMedia("(max-width: 768px)"),o=i.closest("form"),n=o.attr("class"),s=o.data("fragment-options"),d={},l=!1;i.length&&(a.matches&&i&&!e?(s.is_mobile="yes",l=!0):!a.matches&&i&&e&&(s.is_mobile="no",l=!0),l&&(c&&c.abort(),d[n]=s,c=r.ajax({beforeSend:function(){y(i)},complete:function(){k(i)},data:{action:yith_wcwl_l10n.actions.load_mobile_action,fragments:d},method:"post",success:function(t){void 0!==t.fragments&&(j(t.fragments),h(),r(document).trigger("yith_wcwl_responsive_template",[e,t.fragments]))},url:yith_wcwl_l10n.ajax_url})))})}(),c(),function(){if(!yith_wcwl_l10n.enable_ajax_loading)return;var i=C({firstLoad:!0});if(!i)return;r.ajax({data:{action:yith_wcwl_l10n.actions.load_fragments,fragments:i},method:"post",success:function(t){void 0!==t.fragments&&(j(t.fragments),h(),r(document).trigger("yith_wcwl_fragments_loaded",[i,t.fragments]))},url:yith_wcwl_l10n.ajax_url})}()}).trigger("yith_wcwl_init")});
|
1 |
+
jQuery(document).ready(function(r){function i(){void 0!==r.fn.selectBox&&r("select.selectBox").filter(":visible").not(".enhanced").selectBox().addClass("enhanced")}function e(){if(void 0!==r.prettyPhoto){var t={hook:"data-rel",social_tools:!1,theme:"pp_woocommerce",horizontal_padding:20,opacity:.8,deeplinking:!1,overlay_gallery:!1,default_width:500,changepicturecallback:function(){i(),r(".wishlist-select").change(),r(document).trigger("yith_wcwl_popup_opened",[this])},markup:'<div class="pp_pic_holder"><div class="ppt"> </div><div class="pp_top"><div class="pp_left"></div><div class="pp_middle"></div><div class="pp_right"></div></div><div class="pp_content_container"><div class="pp_left"><div class="pp_right"><div class="pp_content"><div class="pp_loaderIcon"></div><div class="pp_fade"><a href="#" class="pp_expand" title="Expand the image">Expand</a><div class="pp_hoverContainer"><a class="pp_next" href="#">next</a><a class="pp_previous" href="#">previous</a></div><div id="pp_full_res"></div><div class="pp_details"><a class="pp_close" href="#">Close</a></div></div></div></div></div></div><div class="pp_bottom"><div class="pp_left"></div><div class="pp_middle"></div><div class="pp_right"></div></div></div><div class="pp_overlay yith-wcwl-overlay"></div>'};r('a[data-rel^="prettyPhoto[add_to_wishlist_"]').add('a[data-rel="prettyPhoto[ask_an_estimate]"]').add('a[data-rel="prettyPhoto[create_wishlist]"]').unbind("click").prettyPhoto(t),r('a[data-rel="prettyPhoto[move_to_another_wishlist]"]').on("click",function(){var t=r(this),i=r("#move_to_another_wishlist").find("form"),e=i.find(".row-id"),a=t.closest("[data-row-id]").data("row-id");e.length&&e.remove(),i.append('<input type="hidden" name="row_id" class="row-id" value="'+a+'"/>')}).prettyPhoto(t),new MutationObserver(function(t,i){for(var e in t){var a=t[e];"childList"===a.type&&(void 0!==a.addedNodes&&a.addedNodes.forEach(function(t){t.classList.contains("yith-wcwl-overlay")&&r("body").addClass("yith-wcwl-with-pretty-photo")}),void 0!==a.removedNodes&&a.removedNodes.forEach(function(t){t.classList.contains("yith-wcwl-overlay")&&r("body").removeClass("yith-wcwl-with-pretty-photo")}))}}).observe(document.body,{childList:!0})}}function a(){r(".wishlist_table").find('.product-checkbox input[type="checkbox"]').off("change").on("change",function(){var t=r(this);t.parent().removeClass("checked").removeClass("unchecked").addClass(t.is(":checked")?"checked":"unchecked")}).trigger("change")}function o(){r(".add_to_cart").filter("[data-icon]").not(".icon-added").each(function(){var t,i=r(this),e=i.data("icon");t=e.match(/[-a-zA-Z0-9@:%._\+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b([-a-zA-Z0-9()@:%_\+.~#?&//=]*)?/gi)?r("<img/>",{src:e}):r("<i/>",{class:"fa "+e}),i.prepend(t).addClass("icon-added")})}function h(){i(),e(),a(),o(),d(),n(),_(),l(),c(),r(document).trigger("yith_wcwl_init_after_ajax")}function n(){yith_wcwl_l10n.enable_tooltip&&r(".yith-wcwl-add-to-wishlist").find("[data-title]").each(function(){var t=r(this);t.hasClass("tooltip-added")||(t.on("mouseenter",function(){var t,i=r(this),e=null,a=i.outerWidth(),o=0;e=r("<span>",{class:"yith-wcwl-tooltip",text:i.data("title")}),i.append(e),t=e.outerWidth()+6,e.outerWidth(t),o=(a-t)/2,e.css({left:o.toFixed(0)+"px"}).fadeIn(200),i.addClass("with-tooltip")}).on("mouseleave",function(){var t=r(this);t.find(".yith-wcwl-tooltip").fadeOut(200,function(){t.removeClass("with-tooltip").find(".yith-wcwl-tooltip").remove()})}),t.addClass("tooltip-added"))})}function d(){r(".yith-wcwl-add-button").filter(".with-dropdown").on("mouseleave",function(){var t=r(this).find(".yith-wcwl-dropdown");t.length&&t.fadeOut(200)}).children("a").on("mouseenter",function(){var t=r(this).closest(".with-dropdown"),i=t.find(".yith-wcwl-dropdown");i.length&&i.children().length&&t.find(".yith-wcwl-dropdown").fadeIn(200)})}function l(){void 0!==yith_wcwl_l10n.enable_drag_n_drop&&yith_wcwl_l10n.enable_drag_n_drop&&r(".wishlist_table").each(function(){var e=r(this),a=!1;e.sortable({items:"[data-row-id]",helper:function(t,i){return i.children().each(function(){r(this).width(r(this).width())}),i},update:function(){var t=e.find("[data-row-id]"),i=[];t.length&&(a&&a.abort(),t.each(function(){var t=r(this);i.push(t.data("row-id"))}),a=r.ajax({data:{action:yith_wcwl_l10n.actions.sort_wishlist_items,positions:i,wishlist_token:e.data("token"),page:e.data("page"),per_page:e.data("per-page")},method:"POST",url:yith_wcwl_l10n.ajax_url}))}})})}function c(){r(".copy-trigger").on("click",function(){var t=r(".copy-target");if(0<t.length)if(t.is("input"))s()?t[0].setSelectionRange(0,9999):t.select(),document.execCommand("copy");else{var i=r("<input/>",{val:t.text(),type:"text"});b("body").append(i),s()?i[0].setSelectionRange(0,9999):i.select(),document.execCommand("copy"),i.remove()}})}function _(){r(".wishlist_table").filter(".images_grid").not(".enhanced").on("click","[data-row-id] .product-thumbnail a",function(t){var i=r(this).closest("[data-row-id]"),e=i.siblings("[data-row-id]"),a=i.find(".item-details");t.preventDefault(),a.length&&(e.removeClass("show"),i.toggleClass("show"))}).on("click","[data-row-id] a.close",function(t){var i=r(this).closest("[data-row-id]"),e=i.find(".item-details");t.preventDefault(),e.length&&i.removeClass("show")}).on("click","[data-row-id] a.remove_from_wishlist",function(t){var i=r(this);return t.stopPropagation(),f(i),!1}).addClass("enhanced"),r(document).on("click",function(t){r(t.target).closest("[data-row-id]").length||r(".wishlist_table").filter(".images_grid").find(".show").removeClass("show")}).on("added_to_cart",function(){r(".wishlist_table").filter(".images_grid").find(".show").removeClass("show")})}function w(i,t,e){i.action=yith_wcwl_l10n.actions.move_to_another_wishlist_action,""!==i.wishlist_token&&""!==i.destination_wishlist_token&&""!==i.item_id&&r.ajax({beforeSend:t,url:yith_wcwl_l10n.ajax_url,data:i,dataType:"json",method:"post",success:function(t){e(t),h(),r("body").trigger("moved_to_another_wishlist",[r(this),i.item_id])}})}function f(i){var t=i.parents(".cart.wishlist_table"),e=i.parents("[data-row-id]"),a=e.data("row-id"),o=t.data("id"),n=t.data("token"),s={action:yith_wcwl_l10n.actions.remove_from_wishlist_action,remove_from_wishlist:a,wishlist_id:o,wishlist_token:n,fragments:C(a)};r.ajax({beforeSend:function(){y(t)},complete:function(){k(t)},data:s,method:"post",success:function(t){void 0!==t.fragments&&j(t.fragments),h(),r("body").trigger("removed_from_wishlist",[i,e])},url:yith_wcwl_l10n.ajax_url})}function p(t){var i=r(this),e=i.closest(".wishlist_table"),a=null;t.preventDefault(),(a=e.length?i.closest("[data-wishlist-id]").find(".wishlist-title"):i.parents(".wishlist-title")).next().show(),a.hide()}function u(t){var i=r(this);t.preventDefault(),i.parents(".hidden-title-form").hide(),i.parents(".hidden-title-form").prev().show()}function m(t){if(void 0!==r.prettyPhoto&&void 0!==r.prettyPhoto.close)if(void 0!==t){var i=r(".pp_content_container"),e=i.find(".pp_content"),a=i.find(".yith-wcwl-popup-form"),o=a.closest(".pp_pic_holder");if(a.length){var n=r("<div/>",{class:"yith-wcwl-popup-feedback"});n.append(r("<i/>",{class:"fa fa-check heading-icon"})),n.append(r("<p/>",{class:"feedback",html:t})),n.css("display","none"),e.css("height","auto"),a.after(n),a.fadeOut(200,function(){n.fadeIn()}),o.addClass("feedback"),o.css("left",r(window).innerWidth()/2-o.outerWidth()/2+"px"),setTimeout(m,yith_wcwl_l10n.popup_timeout)}}else try{r.prettyPhoto.close()}catch(t){}}function v(t){var i=r("#yith-wcwl-popup-message"),e=r("#yith-wcwl-message");yith_wcwl_l10n.enable_notices&&(e.html(t),i.css("margin-left","-"+r(i).width()+"px").fadeIn(),window.setTimeout(function(){i.fadeOut()},yith_wcwl_l10n.popup_timeout))}function g(n){var t=r("select.wishlist-select"),i=r("ul.yith-wcwl-dropdown");t.each(function(){var e=r(this),t=e.find("option"),i=t.filter('[value="new"]');t.not(i).remove(),r.each(n,function(t,i){r("<option>",{value:i.id,html:i.wishlist_name}).appendTo(e)}),e.append(i)}),i.each(function(){var e=r(this),t=e.find("li"),i=e.closest(".yith-wcwl-add-button").children("a.add_to_wishlist"),a=i.attr("data-product-id"),o=i.attr("data-product-type");t.remove(),r.each(n,function(t,i){r("<li>").append(r("<a>",{rel:"nofollow",html:i.wishlist_name,class:"add_to_wishlist",href:i.add_to_this_wishlist_url,"data-product-id":a,"data-product-type":o,"data-wishlist-id":i.id})).appendTo(e)})})}function y(t){void 0!==r.fn.block&&t.fadeTo("400","0.6").block({message:null,overlayCSS:{background:"transparent url("+yith_wcwl_l10n.ajax_loader_url+") no-repeat center",backgroundSize:"40px 40px",opacity:1}})}function k(t){void 0!==r.fn.unblock&&t.stop(!0).css("opacity","1").unblock()}function x(){if(navigator.cookieEnabled)return!0;document.cookie="cookietest=1";var t=-1!==document.cookie.indexOf("cookietest=");return document.cookie="cookietest=1; expires=Thu, 01-Jan-1970 00:00:01 GMT",t}function C(t){var e={},i=r(".wishlist-fragment");return t&&("object"==typeof t?((t=r.extend({s:"",firstLoad:!1},t)).s&&(i=i.not("[data-fragment-ref]").add(i.filter('[data-fragment-ref="'+t.s+'"]'))),t.firstLoad&&(i=i.filter(".on-first-load"))):"string"!=typeof t&&"number"!=typeof t||(i=i.not("[data-fragment-ref]").add(i.filter('[data-fragment-ref="'+t+'"]')))),i.each(function(){var t=r(this),i=t.attr("class");e[i]=t.data("fragment-options")}),e}function j(t){r.each(t,function(t,i){var e="."+t.split(" ").filter(function(t){return t.length&&"exists"!==t}).join("."),a=r(e),o=r(i).filter(e);o.length||(o=r(i).find(e)),a.length&&o.length&&a.replaceWith(o)})}function s(){return navigator.userAgent.match(/ipad|iphone/i)}r(document).on("yith_wcwl_init",function(){var t=r(this),s="undefined"!=typeof wc_add_to_cart_params&&null!==wc_add_to_cart_params?wc_add_to_cart_params.cart_redirect_after_add:"";t.on("click",".add_to_wishlist",function(t){var a=r(this),i=a.attr("data-product-id"),o=r(".add-to-wishlist-"+i),e={add_to_wishlist:i,product_type:a.data("product-type"),wishlist_id:a.data("wishlist-id"),action:yith_wcwl_l10n.actions.add_to_wishlist_action,fragments:C(i)};if(t.preventDefault(),jQuery(document.body).trigger("adding_to_wishlist"),yith_wcwl_l10n.multi_wishlist&&yith_wcwl_l10n.modal_enable){var n=a.parents(".yith-wcwl-popup-footer").prev(".yith-wcwl-popup-content"),s=n.find(".wishlist-select"),d=n.find(".wishlist-name"),l=n.find(".wishlist-visibility").filter(":checked");if(e.wishlist_id=s.is(":visible")?s.val():"new",e.wishlist_name=d.val(),e.wishlist_visibility=l.val(),"new"===e.wishlist_id&&!e.wishlist_name)return d.closest("p").addClass("woocommerce-invalid"),!1;d.closest("p").removeClass("woocommerce-invalid")}if(x())return r.ajax({type:"POST",url:yith_wcwl_l10n.ajax_url,data:e,dataType:"json",beforeSend:function(){y(a)},complete:function(){k(a)},success:function(t){var i=t.result,e=t.message;yith_wcwl_l10n.multi_wishlist?(m(e),void 0!==t.user_wishlists&&g(t.user_wishlists)):v(e),"true"!==i&&"exists"!==i||(void 0!==t.fragments&&j(t.fragments),yith_wcwl_l10n.multi_wishlist&&!yith_wcwl_l10n.hide_add_button||o.find(".yith-wcwl-add-button").remove(),o.addClass("exists")),h(),r("body").trigger("added_to_wishlist",[a,o])}}),!1;alert(yith_wcwl_l10n.labels.cookie_disabled)}),t.on("click",".wishlist_table .remove_from_wishlist",function(t){var i=r(this);return t.preventDefault(),f(i),!1}),t.on("adding_to_cart","body",function(t,i,e){void 0!==i&&void 0!==e&&i.closest(".wishlist_table").length&&(e.remove_from_wishlist_after_add_to_cart=i.closest("[data-row-id]").data("row-id"),e.wishlist_id=i.closest(".wishlist_table").data("id"),"undefined"!=typeof wc_add_to_cart_params&&(wc_add_to_cart_params.cart_redirect_after_add=yith_wcwl_l10n.redirect_to_cart),"undefined"!=typeof yith_wccl_general&&(yith_wccl_general.cart_redirect=yith_wcwl_l10n.redirect_to_cart))}),t.on("added_to_cart","body",function(t,i,e,a){if(void 0!==a&&a.closest(".wishlist_table").length){"undefined"!=typeof wc_add_to_cart_params&&(wc_add_to_cart_params.cart_redirect_after_add=s),"undefined"!=typeof yith_wccl_general&&(yith_wccl_general.cart_redirect=s);var o=a.closest("[data-row-id]"),n=o.closest(".wishlist-fragment").data("fragment-options");a.removeClass("added"),o.find(".added_to_cart").remove(),yith_wcwl_l10n.remove_from_wishlist_after_add_to_cart&&n.is_user_owner&&o.remove()}}),t.on("added_to_cart","body",function(){var t=r(".woocommerce-message");0===t.length?r("#yith-wcwl-form").prepend(yith_wcwl_l10n.labels.added_to_cart_message):t.fadeOut(300,function(){r(this).replaceWith(yith_wcwl_l10n.labels.added_to_cart_message).fadeIn()})}),t.on("cart_page_refreshed","body",h),t.on("click",".show-title-form",p),t.on("click",".wishlist-title-with-form h2",p),t.on("click",".remove_from_all_wishlists",function(t){var i=r(this),e=i.attr("data-product-id"),a=i.data("wishlist-id"),o=i.closest(".content"),n={action:yith_wcwl_l10n.actions.remove_from_all_wishlists,prod_id:e,wishlist_id:a,fragments:C(e)};t.preventDefault(),r.ajax({beforeSend:function(){y(o)},complete:function(){k(o)},data:n,dataType:"json",method:"post",success:function(t){void 0!==t.fragments&&j(t.fragments),h()},url:yith_wcwl_l10n.ajax_url})}),t.on("click",".hide-title-form",u),t.on("change",".change-wishlist",function(){var t=r(this),i=t.parents(".cart.wishlist_table"),e=i.data("token"),a=t.parents("[data-row-id]").data("row-id");w({wishlist_token:e,destination_wishlist_token:t.val(),item_id:a,fragments:C()},function(){y(i)},function(t){void 0!==t.fragments&&j(t.fragments),k(i)})}),t.on("click",".yith-wcwl-popup-footer .move_to_wishlist",function(){var e=r(this),t=e.attr("data-product-id"),i=e.data("origin-wishlist-id"),a=e.closest("form"),o=a.find(".wishlist-select").val(),n=a.find(".wishlist-name"),s=n.val(),d=a.find(".wishlist-visibility").filter(":checked").val();if("new"===o&&!s)return n.closest("p").addClass("woocommerce-invalid"),!1;n.closest("p").removeClass("woocommerce-invalid"),w({wishlist_token:i,destination_wishlist_token:o,item_id:t,wishlist_name:s,wishlist_visibility:d,fragments:C(t)},function(){y(e)},function(t){var i=t.message;yith_wcwl_l10n.multi_wishlist?(m(i),void 0!==t.user_wishlists&&g(t.user_wishlists)):v(i),void 0!==t.fragments&&j(t.fragments),h(),k(e)})}),t.on("click",".delete_item",function(){var a=r(this),t=a.attr("data-product-id"),i=a.data("item-id"),o=r(".add-to-wishlist-"+t);return r.ajax({url:yith_wcwl_l10n.ajax_url,data:{action:yith_wcwl_l10n.actions.delete_item_action,item_id:i,fragments:C(t)},dataType:"json",beforeSend:function(){y(a)},complete:function(){k(a)},method:"post",success:function(t){var i=t.fragments,e=t.message;yith_wcwl_l10n.multi_wishlist&&m(e),a.closest(".yith-wcwl-remove-button").length||v(e),void 0!==i&&j(i),h(),r("body").trigger("removed_from_wishlist",[a,o])}}),!1}),t.on("change",".yith-wcwl-popup-content .wishlist-select",function(){var t=r(this);"new"===t.val()?t.parents(".yith-wcwl-first-row").next(".yith-wcwl-second-row").show():t.parents(".yith-wcwl-first-row").next(".yith-wcwl-second-row").hide()}),t.on("change","#bulk_add_to_cart",function(){var t=r(this),i=t.closest(".wishlist_table").find("[data-row-id]").find('input[type="checkbox"]:not(:disabled)');t.is(":checked")?i.attr("checked","checked").change():i.removeAttr("checked").change()}),t.on("submit",".wishlist-ask-an-estimate-popup",function(){var t=r(this),e=t.closest("form"),a=t.closest(".pp_content"),i=e.serialize();return r.ajax({beforeSend:function(){y(e)},complete:function(){k(e)},data:i+"&action="+yith_wcwl_l10n.actions.ask_an_estimate,dataType:"json",method:"post",success:function(t){if(void 0!==t.result&&t.result){var i=t.template;void 0!==i&&(e.replaceWith(i),a.css("height","auto"),setTimeout(m,3e3))}else void 0!==t.message&&(e.find(".woocommerce-error").remove(),e.find(".popup-description").after(r("<div>",{text:t.message,class:"woocommerce-error"})))},url:yith_wcwl_l10n.ajax_url}),!1}),t.on("click",".yith-wfbt-add-wishlist",function(t){t.preventDefault();var i=r(this),e=r("#yith-wcwl-form");r("html, body").animate({scrollTop:e.offset().top},500),function(t,e){var i=t.data("data-product-id"),a=r(document).find(".cart.wishlist_table"),o=a.data("pagination"),n=a.data("per-page"),s=a.data("id"),d=a.data("token"),l={action:yith_wcwl_l10n.actions.reload_wishlist_and_adding_elem_action,pagination:o,per_page:n,wishlist_id:s,wishlist_token:d,add_to_wishlist:i,product_type:t.data("product-type")};if(!x())return alert(yith_wcwl_l10n.labels.cookie_disabled);r.ajax({type:"POST",url:yith_wcwl_l10n.ajax_url,data:l,dataType:"html",beforeSend:function(){y(a)},complete:function(){k(a)},success:function(t){var i=r(t).find("#yith-wcwl-form");e.replaceWith(i),h()}})}(i,e)}),t.on("submit",".yith-wcwl-popup-form",function(){return!1}),t.on("yith_infs_added_elem",function(){e()}),t.on("found_variation",function(t,i){var a=r(t.target).data("product_id"),o=i.variation_id,e=r('.add_to_wishlist[data-product-id="'+a+'"]').add('.add_to_wishlist[data-original-product-id="'+a+'"]');a&&o&&e.length&&e.each(function(){var t,i=r(this),e=i.closest(".yith-wcwl-add-to-wishlist");i.attr("data-original-product-id",a),i.attr("data-product-id",o),console.log(i,i.attr("data-product-id")),e.length&&(void 0!==(t=e.data("fragment-options"))&&(t.product_id=o,e.data("fragment-options",t)),e.removeClass(function(t,i){return i.match(/add-to-wishlist-\S+/g).join(" ")}).addClass("add-to-wishlist-"+o).attr("data-fragment-ref",o))})}),t.on("reset_data",function(t){var o=r(t.target).data("product_id"),i=r('.add_to_wishlist[data-original-product-id="'+o+'"]');o&&i.length&&i.each(function(){var t,i=r(this),e=i.closest(".yith-wcwl-add-to-wishlist"),a=i.attr("data-product-id");i.attr("data-product-id",o),i.attr("data-original-product-id",""),e.length&&(void 0!==(t=e.data("fragment-options"))&&(t.product_id=o,e.data("fragment-options",t)),e.removeClass("add-to-wishlist-"+a).addClass("add-to-wishlist-"+o).attr("data-fragment-ref",o))})}),t.on("yith_wcwl_fragments_loaded",function(t){r(".variations_form").find(".variations select").last().change()}),function(){if(!yith_wcwl_l10n.enable_notices)return;if(r(".yith-wcwl-add-to-wishlist").length&&!r("#yith-wcwl-popup-message").length){var t=r("<div>").attr("id","yith-wcwl-message"),i=r("<div>").attr("id","yith-wcwl-popup-message").html(t).hide();r("body").prepend(i)}}(),n(),d(),l(),function(){var n,s;r(".wishlist_table").on("change",".product-quantity input",function(){var t=r(this),i=t.closest("[data-row-id]"),e=i.data("row-id"),a=t.closest(".wishlist_table"),o=a.data("token");clearTimeout(s),i.find(".add_to_cart").data("quantity",t.val()),s=setTimeout(function(){n&&n.abort(),n=r.ajax({beforeSend:function(){y(a)},complete:function(){k(a)},data:{product_id:e,wishlist_token:o,quantity:t.val(),action:yith_wcwl_l10n.actions.update_item_quantity},method:"POST",url:yith_wcwl_l10n.ajax_url})},1e3)})}(),_(),r(document).on("click",".show-tab",function(t){var i=r(this),e=i.closest(".yith-wcwl-popup-content"),a=i.data("tab"),o=e.find(".tab").filter("."+a);if(t.preventDefault(),!o.length)return!1;i.addClass("active").siblings(".show-tab").removeClass("active"),o.show().siblings(".tab").hide(),"create"===a?e.prepend('<input type="hidden" id="new_wishlist_selector" class="wishlist-select" value="new">'):e.find("#new_wishlist_selector").remove()}),r(document).on("change",".wishlist-select",function(t){var i=r(this),e=i.closest(".yith-wcwl-popup-content"),a=i.closest(".tab"),o=e.find(".tab.create"),n=e.find(".show-tab"),s=n.filter('[data-tab="create"]');"new"===i.val()&&o.length&&(a.hide(),o.show(),n.removeClass("active"),s.addClass("active"),i.find("option").removeProp("selected"),i.change())}),i(),a(),e(),o(),function(){var c=!1;r(window).on("resize",function(t){var i=r(".wishlist_table.responsive"),e=i.is(".mobile"),a=window.matchMedia("(max-width: 768px)"),o=i.closest("form"),n=o.attr("class"),s=o.data("fragment-options"),d={},l=!1;i.length&&(a.matches&&i&&!e?(s.is_mobile="yes",l=!0):!a.matches&&i&&e&&(s.is_mobile="no",l=!0),l&&(c&&c.abort(),d[n]=s,c=r.ajax({beforeSend:function(){y(i)},complete:function(){k(i)},data:{action:yith_wcwl_l10n.actions.load_mobile_action,fragments:d},method:"post",success:function(t){void 0!==t.fragments&&(j(t.fragments),h(),r(document).trigger("yith_wcwl_responsive_template",[e,t.fragments]))},url:yith_wcwl_l10n.ajax_url})))})}(),c(),function(){if(!yith_wcwl_l10n.enable_ajax_loading)return;var i=C({firstLoad:!0});if(!i)return;r.ajax({data:{action:yith_wcwl_l10n.actions.load_fragments,fragments:i},method:"post",success:function(t){void 0!==t.fragments&&(j(t.fragments),h(),r(document).trigger("yith_wcwl_fragments_loaded",[i,t.fragments]))},url:yith_wcwl_l10n.ajax_url})}()}).trigger("yith_wcwl_init")});
|
assets/js/unminified/admin/yith-wcwl.js
CHANGED
@@ -308,7 +308,7 @@ jQuery( document ).ready( function( $ ) {
|
|
308 |
preview.unblock();
|
309 |
},
|
310 |
success: function( data ){
|
311 |
-
preview.removeClass( 'html plain' ).addClass( template ).html( data );
|
312 |
}
|
313 |
} );
|
314 |
},
|
308 |
preview.unblock();
|
309 |
},
|
310 |
success: function( data ){
|
311 |
+
preview.removeClass( 'html plain' ).addClass( template ).find('.no-interactions').html( data );
|
312 |
}
|
313 |
} );
|
314 |
},
|
assets/js/unminified/jquery.yith-wcwl.js
CHANGED
@@ -1322,7 +1322,7 @@ jQuery( document ).ready( function( $ ){
|
|
1322 |
popup.addClass( 'feedback' );
|
1323 |
popup.css( 'left', ( ( $( window ).innerWidth() / 2 ) - ( popup.outerWidth() / 2 ) ) + 'px' );
|
1324 |
|
1325 |
-
setTimeout( close_pretty_photo,
|
1326 |
}
|
1327 |
}
|
1328 |
else{
|
@@ -1353,7 +1353,7 @@ jQuery( document ).ready( function( $ ){
|
|
1353 |
msgPopup.css( 'margin-left', '-' + $( msgPopup ).width() + 'px' ).fadeIn();
|
1354 |
window.setTimeout( function() {
|
1355 |
msgPopup.fadeOut();
|
1356 |
-
},
|
1357 |
}
|
1358 |
|
1359 |
/**
|
1322 |
popup.addClass( 'feedback' );
|
1323 |
popup.css( 'left', ( ( $( window ).innerWidth() / 2 ) - ( popup.outerWidth() / 2 ) ) + 'px' );
|
1324 |
|
1325 |
+
setTimeout( close_pretty_photo, yith_wcwl_l10n.popup_timeout );
|
1326 |
}
|
1327 |
}
|
1328 |
else{
|
1353 |
msgPopup.css( 'margin-left', '-' + $( msgPopup ).width() + 'px' ).fadeIn();
|
1354 |
window.setTimeout( function() {
|
1355 |
msgPopup.fadeOut();
|
1356 |
+
}, yith_wcwl_l10n.popup_timeout );
|
1357 |
}
|
1358 |
|
1359 |
/**
|
gulpfile.js
CHANGED
@@ -71,6 +71,7 @@ var updateMo = function () {
|
|
71 |
|
72 |
exports.minify_js = gulp.series(minify_main_js, minify_admin_js);
|
73 |
exports.minify = gulp.series(minify_css, minify_themes_css);
|
|
|
74 |
exports.localize = gulp.series(updatePot, updatePo, updateMo);
|
75 |
exports.deploy = gulp.series(minify_css, minify_themes_css, minify_main_js, minify_admin_js, updatePot, updatePo, updateMo);
|
76 |
exports.default = gulp.series(minify_css, minify_themes_css, minify_main_js, minify_admin_js);
|
71 |
|
72 |
exports.minify_js = gulp.series(minify_main_js, minify_admin_js);
|
73 |
exports.minify = gulp.series(minify_css, minify_themes_css);
|
74 |
+
exports.uppot = gulp.series(updatePot);
|
75 |
exports.localize = gulp.series(updatePot, updatePo, updateMo);
|
76 |
exports.deploy = gulp.series(minify_css, minify_themes_css, minify_main_js, minify_admin_js, updatePot, updatePo, updateMo);
|
77 |
exports.default = gulp.series(minify_css, minify_themes_css, minify_main_js, minify_admin_js);
|
includes/class.yith-wcwl-frontend.php
CHANGED
@@ -33,7 +33,7 @@ if ( ! class_exists( 'YITH_WCWL_Frontend' ) ) {
|
|
33 |
* @var string
|
34 |
* @since 1.0.0
|
35 |
*/
|
36 |
-
public $version = '3.0.
|
37 |
|
38 |
/**
|
39 |
* Plugin database version
|
@@ -136,6 +136,7 @@ if ( ! class_exists( 'YITH_WCWL_Frontend' ) ) {
|
|
136 |
*/
|
137 |
public function add_button() {
|
138 |
$positions = apply_filters( 'yith_wcwl_positions', array(
|
|
|
139 |
'add-to-cart' => array( 'hook' => 'woocommerce_single_product_summary', 'priority' => 31 ),
|
140 |
'thumbnails' => array( 'hook' => 'woocommerce_product_thumbnails', 'priority' => 21 ),
|
141 |
'summary' => array( 'hook' => 'woocommerce_after_single_product_summary', 'priority' => 11 )
|
33 |
* @var string
|
34 |
* @since 1.0.0
|
35 |
*/
|
36 |
+
public $version = '3.0.6';
|
37 |
|
38 |
/**
|
39 |
* Plugin database version
|
136 |
*/
|
137 |
public function add_button() {
|
138 |
$positions = apply_filters( 'yith_wcwl_positions', array(
|
139 |
+
'after_add_to_cart' => array( 'hook' => 'woocommerce_single_product_summary', 'priority' => 31 ),
|
140 |
'add-to-cart' => array( 'hook' => 'woocommerce_single_product_summary', 'priority' => 31 ),
|
141 |
'thumbnails' => array( 'hook' => 'woocommerce_product_thumbnails', 'priority' => 21 ),
|
142 |
'summary' => array( 'hook' => 'woocommerce_after_single_product_summary', 'priority' => 11 )
|
includes/class.yith-wcwl-install.php
CHANGED
@@ -322,7 +322,7 @@ if ( !class_exists( 'YITH_WCWL_Install' ) ) {
|
|
322 |
dateadded timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
323 |
on_sale tinyint NOT NULL DEFAULT 0,
|
324 |
PRIMARY KEY ( ID ),
|
325 |
-
KEY ( prod_id )
|
326 |
) DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;";
|
327 |
|
328 |
require_once( ABSPATH . 'wp-admin/includes/upgrade.php' );
|
322 |
dateadded timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
323 |
on_sale tinyint NOT NULL DEFAULT 0,
|
324 |
PRIMARY KEY ( ID ),
|
325 |
+
KEY prod_id ( prod_id )
|
326 |
) DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;";
|
327 |
|
328 |
require_once( ABSPATH . 'wp-admin/includes/upgrade.php' );
|
includes/class.yith-wcwl-session.php
CHANGED
@@ -68,7 +68,7 @@ if ( ! class_exists( 'YITH_WCWL_Session' ) ) {
|
|
68 |
* Construct session class
|
69 |
*/
|
70 |
public function __construct() {
|
71 |
-
add_action( 'init', array( $this, 'init_session_cookie' ), 0 );
|
72 |
}
|
73 |
|
74 |
/**
|
@@ -98,7 +98,7 @@ if ( ! class_exists( 'YITH_WCWL_Session' ) ) {
|
|
98 |
}
|
99 |
} else {
|
100 |
$this->set_session_expiration();
|
101 |
-
$this->_session_id = $this->generate_session_id();
|
102 |
}
|
103 |
|
104 |
if( ! $this->_has_cookie ) {
|
@@ -125,7 +125,7 @@ if ( ! class_exists( 'YITH_WCWL_Session' ) ) {
|
|
125 |
'session_expiring' => $this->_session_expiring,
|
126 |
'cookie_hash' => $hash
|
127 |
);
|
128 |
-
yith_setcookie( $this->get_session_cookie_name(), $cookie_value, $this->_session_expiration );
|
129 |
|
130 |
// cookie has been set
|
131 |
$this->_has_cookie = true;
|
@@ -160,6 +160,15 @@ if ( ! class_exists( 'YITH_WCWL_Session' ) ) {
|
|
160 |
return $cookie_value;
|
161 |
}
|
162 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
163 |
/**
|
164 |
* Returns name for the session cookie
|
165 |
*
|
68 |
* Construct session class
|
69 |
*/
|
70 |
public function __construct() {
|
71 |
+
// add_action( 'init', array( $this, 'init_session_cookie' ), 0 );
|
72 |
}
|
73 |
|
74 |
/**
|
98 |
}
|
99 |
} else {
|
100 |
$this->set_session_expiration();
|
101 |
+
$this->_session_id = $this->_session_id ? $this->_session_id : $this->generate_session_id();
|
102 |
}
|
103 |
|
104 |
if( ! $this->_has_cookie ) {
|
125 |
'session_expiring' => $this->_session_expiring,
|
126 |
'cookie_hash' => $hash
|
127 |
);
|
128 |
+
yith_setcookie( $this->get_session_cookie_name(), $cookie_value, $this->_session_expiration, $this->use_secure_cookie(), true );
|
129 |
|
130 |
// cookie has been set
|
131 |
$this->_has_cookie = true;
|
160 |
return $cookie_value;
|
161 |
}
|
162 |
|
163 |
+
/**
|
164 |
+
* Returns true if system should use HTTPS only cookies
|
165 |
+
*
|
166 |
+
* @return bool
|
167 |
+
*/
|
168 |
+
public function use_secure_cookie() {
|
169 |
+
return apply_filters( 'yith_wcwl_session_use_secure_cookie', wc_site_is_https() && is_ssl() );
|
170 |
+
}
|
171 |
+
|
172 |
/**
|
173 |
* Returns name for the session cookie
|
174 |
*
|
includes/class.yith-wcwl-shortcode.php
CHANGED
@@ -154,7 +154,7 @@ if( ! class_exists( 'YITH_WCWL_Shortcode' ) ) {
|
|
154 |
$atts = shortcode_atts( array(
|
155 |
'per_page' => 5,
|
156 |
'pagination' => 'no',
|
157 |
-
'wishlist_id' => false,
|
158 |
'action_params' => get_query_var( YITH_WCWL()->wishlist_param, false ),
|
159 |
'no_interactions' => 'no',
|
160 |
'layout' => ''
|
@@ -347,7 +347,7 @@ if( ! class_exists( 'YITH_WCWL_Shortcode' ) ) {
|
|
347 |
|
348 |
if( ! $no_interactions && ( $share_facebook_enabled || $share_twitter_enabled || $share_pinterest_enabled || $share_email_enabled || $share_whatsapp_enabled || $share_url_enabled ) ){
|
349 |
$share_title = apply_filters( 'yith_wcwl_socials_share_title', __( 'Share on:', 'yith-woocommerce-wishlist' ) );
|
350 |
-
$share_link_url =
|
351 |
$share_links_title = apply_filters( 'plugin_text', urlencode( get_option( 'yith_wcwl_socials_title' ) ) );
|
352 |
$share_summary = urlencode( str_replace( '%wishlist_url%', $share_link_url, get_option( 'yith_wcwl_socials_text' ) ) );
|
353 |
|
154 |
$atts = shortcode_atts( array(
|
155 |
'per_page' => 5,
|
156 |
'pagination' => 'no',
|
157 |
+
'wishlist_id' => get_query_var( 'wishlist_id', false ),
|
158 |
'action_params' => get_query_var( YITH_WCWL()->wishlist_param, false ),
|
159 |
'no_interactions' => 'no',
|
160 |
'layout' => ''
|
347 |
|
348 |
if( ! $no_interactions && ( $share_facebook_enabled || $share_twitter_enabled || $share_pinterest_enabled || $share_email_enabled || $share_whatsapp_enabled || $share_url_enabled ) ){
|
349 |
$share_title = apply_filters( 'yith_wcwl_socials_share_title', __( 'Share on:', 'yith-woocommerce-wishlist' ) );
|
350 |
+
$share_link_url = apply_filters('yith_wcwl_shortcode_share_link_url',$wishlist->get_url(),$wishlist);
|
351 |
$share_links_title = apply_filters( 'plugin_text', urlencode( get_option( 'yith_wcwl_socials_title' ) ) );
|
352 |
$share_summary = urlencode( str_replace( '%wishlist_url%', $share_link_url, get_option( 'yith_wcwl_socials_text' ) ) );
|
353 |
|
includes/class.yith-wcwl.php
CHANGED
@@ -195,7 +195,7 @@ if ( ! class_exists( 'YITH_WCWL' ) ) {
|
|
195 |
wp_cache_delete( 'wishlist-user-total-count-' . $user_id, 'wishlists' );
|
196 |
}
|
197 |
|
198 |
-
do_action( 'yith_wcwl_added_to_wishlist', $prod_id, $
|
199 |
}
|
200 |
|
201 |
/**
|
@@ -243,7 +243,7 @@ if ( ! class_exists( 'YITH_WCWL' ) ) {
|
|
243 |
wp_cache_delete( 'wishlist-user-total-count-' . $user_id );
|
244 |
}
|
245 |
|
246 |
-
do_action( 'yith_wcwl_removed_from_wishlist', $prod_id, $
|
247 |
}
|
248 |
|
249 |
/**
|
195 |
wp_cache_delete( 'wishlist-user-total-count-' . $user_id, 'wishlists' );
|
196 |
}
|
197 |
|
198 |
+
do_action( 'yith_wcwl_added_to_wishlist', $prod_id, $item->get_wishlist_id(), $item->get_user_id() );
|
199 |
}
|
200 |
|
201 |
/**
|
243 |
wp_cache_delete( 'wishlist-user-total-count-' . $user_id );
|
244 |
}
|
245 |
|
246 |
+
do_action( 'yith_wcwl_removed_from_wishlist', $prod_id, $wishlist->get_id(), $wishlist->get_user_id() );
|
247 |
}
|
248 |
|
249 |
/**
|
includes/data-stores/class.yith-wcwl-wishlist-data-store.php
CHANGED
@@ -727,22 +727,22 @@ if ( ! class_exists( 'YITH_WCWL_Wishlist_Data_Store' ) ) {
|
|
727 |
if( ! empty( $id ) && is_int( $id ) ){
|
728 |
$cache_key = 'wishlist-default-' . $id;
|
729 |
$wishlist_id = wp_cache_get( $cache_key, 'wishlists' );
|
730 |
-
$wishlist_id = $wishlist_id ? $wishlist_id : $wpdb->get_var( $wpdb->prepare( "SELECT ID FROM {$wpdb->yith_wcwl_wishlists} WHERE user_id = %d AND is_default = 1", $id ) );
|
731 |
}
|
732 |
elseif( ! empty( $id ) && is_string( $id ) ){
|
733 |
$cache_key = 'wishlist-default-' . $id;
|
734 |
$wishlist_id = wp_cache_get( $cache_key, 'wishlists' );
|
735 |
-
$wishlist_id = $wishlist_id ? $wishlist_id : $wpdb->get_var( $wpdb->prepare( "SELECT ID FROM {$wpdb->yith_wcwl_wishlists} WHERE session_id = %s AND expiration > NOW() AND is_default = 1", $id ) );
|
736 |
}
|
737 |
elseif( $user_id = get_current_user_id() ){
|
738 |
$cache_key = 'wishlist-default-' . $user_id;
|
739 |
$wishlist_id = wp_cache_get( $cache_key, 'wishlists' );
|
740 |
-
$wishlist_id = $wishlist_id ? $wishlist_id : $wpdb->get_var( $wpdb->prepare( "SELECT ID FROM {$wpdb->yith_wcwl_wishlists} WHERE user_id = %d AND is_default = 1", $user_id ) );
|
741 |
}
|
742 |
elseif( $session_id = YITH_WCWL_Session()->get_session_id() ){
|
743 |
$cache_key = 'wishlist-default-' . $session_id;
|
744 |
$wishlist_id = wp_cache_get( $cache_key, 'wishlists' );
|
745 |
-
$wishlist_id = $wishlist_id ? $wishlist_id : $wpdb->get_var( $wpdb->prepare( "SELECT ID FROM {$wpdb->yith_wcwl_wishlists} WHERE session_id = %s AND expiration > NOW() AND is_default = 1", $session_id ) );
|
746 |
}
|
747 |
|
748 |
if( $wishlist_id ){
|
@@ -753,9 +753,26 @@ if ( ! class_exists( 'YITH_WCWL_Wishlist_Data_Store' ) ) {
|
|
753 |
return YITH_WCWL_Wishlist_Factory::get_wishlist( $wishlist_id );
|
754 |
}
|
755 |
elseif( 'edit' == $context ){
|
756 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
757 |
}
|
758 |
else{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
759 |
return false;
|
760 |
}
|
761 |
}
|
727 |
if( ! empty( $id ) && is_int( $id ) ){
|
728 |
$cache_key = 'wishlist-default-' . $id;
|
729 |
$wishlist_id = wp_cache_get( $cache_key, 'wishlists' );
|
730 |
+
$wishlist_id = $wishlist_id !== false ? $wishlist_id : $wpdb->get_var( $wpdb->prepare( "SELECT ID FROM {$wpdb->yith_wcwl_wishlists} WHERE user_id = %d AND is_default = 1", $id ) );
|
731 |
}
|
732 |
elseif( ! empty( $id ) && is_string( $id ) ){
|
733 |
$cache_key = 'wishlist-default-' . $id;
|
734 |
$wishlist_id = wp_cache_get( $cache_key, 'wishlists' );
|
735 |
+
$wishlist_id = $wishlist_id !== false ? $wishlist_id : $wpdb->get_var( $wpdb->prepare( "SELECT ID FROM {$wpdb->yith_wcwl_wishlists} WHERE session_id = %s AND expiration > NOW() AND is_default = 1", $id ) );
|
736 |
}
|
737 |
elseif( $user_id = get_current_user_id() ){
|
738 |
$cache_key = 'wishlist-default-' . $user_id;
|
739 |
$wishlist_id = wp_cache_get( $cache_key, 'wishlists' );
|
740 |
+
$wishlist_id = $wishlist_id !== false ? $wishlist_id : $wpdb->get_var( $wpdb->prepare( "SELECT ID FROM {$wpdb->yith_wcwl_wishlists} WHERE user_id = %d AND is_default = 1", $user_id ) );
|
741 |
}
|
742 |
elseif( $session_id = YITH_WCWL_Session()->get_session_id() ){
|
743 |
$cache_key = 'wishlist-default-' . $session_id;
|
744 |
$wishlist_id = wp_cache_get( $cache_key, 'wishlists' );
|
745 |
+
$wishlist_id = $wishlist_id !== false ? $wishlist_id : $wpdb->get_var( $wpdb->prepare( "SELECT ID FROM {$wpdb->yith_wcwl_wishlists} WHERE session_id = %s AND expiration > NOW() AND is_default = 1", $session_id ) );
|
746 |
}
|
747 |
|
748 |
if( $wishlist_id ){
|
753 |
return YITH_WCWL_Wishlist_Factory::get_wishlist( $wishlist_id );
|
754 |
}
|
755 |
elseif( 'edit' == $context ){
|
756 |
+
$wishlist = $this->generate_default_wishlist( $id );
|
757 |
+
|
758 |
+
if( $cache_key ) {
|
759 |
+
wp_cache_set( $cache_key, $wishlist->get_id(), 'wishlists' );
|
760 |
+
}
|
761 |
+
|
762 |
+
return $wishlist;
|
763 |
}
|
764 |
else{
|
765 |
+
/**
|
766 |
+
* If no default wishlist was found, register null as cache value
|
767 |
+
* This will be used until someone tries to edit the list (entering previous elseif),
|
768 |
+
* causing a new default wishlist to be automatically generated and stored in cache, replacing null
|
769 |
+
*
|
770 |
+
* @since 3.0.6
|
771 |
+
*/
|
772 |
+
if( $cache_key ) {
|
773 |
+
wp_cache_set( $cache_key, null, 'wishlists' );
|
774 |
+
}
|
775 |
+
|
776 |
return false;
|
777 |
}
|
778 |
}
|
includes/data-stores/class.yith-wcwl-wishlist-item-data-store.php
CHANGED
@@ -259,6 +259,11 @@ if ( ! class_exists( 'YITH_WCWL_Wishlist_Item_Data_Store' ) ) {
|
|
259 |
}
|
260 |
|
261 |
if( ! empty( $product_id ) ){
|
|
|
|
|
|
|
|
|
|
|
262 |
$sql .= " AND i.`prod_id` = %d";
|
263 |
$sql_args[] = $product_id;
|
264 |
}
|
259 |
}
|
260 |
|
261 |
if( ! empty( $product_id ) ){
|
262 |
+
if( defined('ICL_SITEPRESS_VERSION') ) {
|
263 |
+
global $sitepress;
|
264 |
+
$product_id = yit_wpml_object_id( $product_id, 'product', true, $sitepress->get_default_language() );
|
265 |
+
}
|
266 |
+
|
267 |
$sql .= " AND i.`prod_id` = %d";
|
268 |
$sql_args[] = $product_id;
|
269 |
}
|
includes/functions.yith-wcwl.php
CHANGED
@@ -264,10 +264,12 @@ if( !function_exists( 'yith_setcookie' ) ) {
|
|
264 |
* @param string $name
|
265 |
* @param mixed $value
|
266 |
* @param int $time
|
|
|
|
|
267 |
* @return bool
|
268 |
* @since 1.0.0
|
269 |
*/
|
270 |
-
function yith_setcookie( $name, $value = array(), $time = null ) {
|
271 |
if( ! apply_filters( 'yith_wcwl_set_cookie', true ) || empty( $name ) ){
|
272 |
return false;
|
273 |
}
|
@@ -278,7 +280,7 @@ if( !function_exists( 'yith_setcookie' ) ) {
|
|
278 |
$expiration = apply_filters( 'yith_wcwl_cookie_expiration_time', $time ); // Default 30 days
|
279 |
|
280 |
$_COOKIE[ $name ] = $value;
|
281 |
-
wc_setcookie( $name, $value, $expiration );
|
282 |
|
283 |
return true;
|
284 |
}
|
@@ -418,15 +420,15 @@ if( !function_exists( 'yith_wcwl_get_plugin_icons' ) ){
|
|
418 |
* Return array of available icons
|
419 |
*
|
420 |
* @param $none_label string Label to use for none option
|
|
|
421 |
*
|
422 |
* @return array Array of available icons, in class => name format
|
423 |
*/
|
424 |
-
function yith_wcwl_get_plugin_icons( $none_label = '' ){
|
425 |
$icons = json_decode( file_get_contents( YITH_WCWL_DIR . 'assets/js/admin/yith-wcwl-icons.json' ), true );
|
426 |
|
427 |
-
|
428 |
-
|
429 |
-
}
|
430 |
|
431 |
return $icons;
|
432 |
}
|
@@ -512,6 +514,7 @@ if( !function_exists( 'yith_wcwl_get_privacy_label' ) ){
|
|
512 |
* @since 3.0.0
|
513 |
*/
|
514 |
function yith_wcwl_get_privacy_label( $privacy, $extended = false ){
|
|
|
515 |
switch( $privacy ){
|
516 |
case 1:
|
517 |
$privacy_label = 'shared';
|
@@ -519,7 +522,7 @@ if( !function_exists( 'yith_wcwl_get_privacy_label' ) ){
|
|
519 |
|
520 |
if( $extended ){
|
521 |
$privacy_text = '<b>' . $privacy_text . '</b> - ';
|
522 |
-
|
523 |
}
|
524 |
|
525 |
break;
|
@@ -529,7 +532,7 @@ if( !function_exists( 'yith_wcwl_get_privacy_label' ) ){
|
|
529 |
|
530 |
if( $extended ){
|
531 |
$privacy_text = '<b>' . $privacy_text . '</b> - ';
|
532 |
-
|
533 |
}
|
534 |
|
535 |
break;
|
@@ -539,8 +542,8 @@ if( !function_exists( 'yith_wcwl_get_privacy_label' ) ){
|
|
539 |
|
540 |
if( $extended ){
|
541 |
$privacy_text = '<b>' . $privacy_text . '</b> - ';
|
542 |
-
|
543 |
-
|
544 |
|
545 |
break;
|
546 |
}
|
264 |
* @param string $name
|
265 |
* @param mixed $value
|
266 |
* @param int $time
|
267 |
+
* @param bool $secure
|
268 |
+
* @param bool $httponly
|
269 |
* @return bool
|
270 |
* @since 1.0.0
|
271 |
*/
|
272 |
+
function yith_setcookie( $name, $value = array(), $time = null, $secure = false, $httponly = false ) {
|
273 |
if( ! apply_filters( 'yith_wcwl_set_cookie', true ) || empty( $name ) ){
|
274 |
return false;
|
275 |
}
|
280 |
$expiration = apply_filters( 'yith_wcwl_cookie_expiration_time', $time ); // Default 30 days
|
281 |
|
282 |
$_COOKIE[ $name ] = $value;
|
283 |
+
wc_setcookie( $name, $value, $expiration, $secure, $httponly );
|
284 |
|
285 |
return true;
|
286 |
}
|
420 |
* Return array of available icons
|
421 |
*
|
422 |
* @param $none_label string Label to use for none option
|
423 |
+
* @param $custom_label string Label to use for custom option
|
424 |
*
|
425 |
* @return array Array of available icons, in class => name format
|
426 |
*/
|
427 |
+
function yith_wcwl_get_plugin_icons( $none_label = '', $custom_label = '' ){
|
428 |
$icons = json_decode( file_get_contents( YITH_WCWL_DIR . 'assets/js/admin/yith-wcwl-icons.json' ), true );
|
429 |
|
430 |
+
$icons['none'] = $none_label ? $none_label : __( 'None', 'yith-woocommerce-wishlist' );
|
431 |
+
$icons['custom'] = $custom_label ? $custom_label : __( 'Custom', 'yith-woocommerce-wishlist' );
|
|
|
432 |
|
433 |
return $icons;
|
434 |
}
|
514 |
* @since 3.0.0
|
515 |
*/
|
516 |
function yith_wcwl_get_privacy_label( $privacy, $extended = false ){
|
517 |
+
|
518 |
switch( $privacy ){
|
519 |
case 1:
|
520 |
$privacy_label = 'shared';
|
522 |
|
523 |
if( $extended ){
|
524 |
$privacy_text = '<b>' . $privacy_text . '</b> - ';
|
525 |
+
$privacy_text .= __( 'Only people with a link to this list can see it', 'yith-woocommerce-wishlist' );
|
526 |
}
|
527 |
|
528 |
break;
|
532 |
|
533 |
if( $extended ){
|
534 |
$privacy_text = '<b>' . $privacy_text . '</b> - ';
|
535 |
+
$privacy_text .= __( 'Only you can see this list', 'yith-woocommerce-wishlist' );
|
536 |
}
|
537 |
|
538 |
break;
|
542 |
|
543 |
if( $extended ){
|
544 |
$privacy_text = '<b>' . $privacy_text . '</b> - ';
|
545 |
+
$privacy_text .= __( 'Anyone can search for and see this list', 'yith-woocommerce-wishlist' );
|
546 |
+
}
|
547 |
|
548 |
break;
|
549 |
}
|
init.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: YITH WooCommerce Wishlist
|
4 |
* Plugin URI: https://yithemes.com/themes/plugins/yith-woocommerce-wishlist/
|
5 |
* Description: <code><strong>YITH WooCommerce Wishlist</strong></code> gives your users the possibility to create, fill, manage and share their wishlists allowing you to analyze their interests and needs to improve your marketing strategies. <a href="https://yithemes.com/" target="_blank">Get more plugins for your e-commerce on <strong>YITH</strong></a>
|
6 |
-
* Version: 3.0.
|
7 |
* Author: YITH
|
8 |
* Author URI: https://yithemes.com/
|
9 |
* Text Domain: yith-woocommerce-wishlist
|
3 |
* Plugin Name: YITH WooCommerce Wishlist
|
4 |
* Plugin URI: https://yithemes.com/themes/plugins/yith-woocommerce-wishlist/
|
5 |
* Description: <code><strong>YITH WooCommerce Wishlist</strong></code> gives your users the possibility to create, fill, manage and share their wishlists allowing you to analyze their interests and needs to improve your marketing strategies. <a href="https://yithemes.com/" target="_blank">Get more plugins for your e-commerce on <strong>YITH</strong></a>
|
6 |
+
* Version: 3.0.6
|
7 |
* Author: YITH
|
8 |
* Author URI: https://yithemes.com/
|
9 |
* Text Domain: yith-woocommerce-wishlist
|
plugin-fw/assets/css/yith-fields.css
CHANGED
@@ -455,11 +455,11 @@ YITH UI
|
|
455 |
****************/
|
456 |
@font-face {
|
457 |
font-family : 'yith-icon';
|
458 |
-
src : url('../fonts/yith-icon.eot?
|
459 |
-
src : url('../fonts/yith-icon.eot?
|
460 |
-
url('../fonts/yith-icon.ttf?
|
461 |
-
url('../fonts/yith-icon.woff?
|
462 |
-
url('../fonts/yith-icon.svg?
|
463 |
font-weight : normal;
|
464 |
font-style : normal;
|
465 |
}
|
@@ -479,138 +479,142 @@ YITH UI
|
|
479 |
-moz-osx-font-smoothing : grayscale;
|
480 |
}
|
481 |
|
482 |
-
.yith-icon-
|
483 |
-
content: "\
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
484 |
color: #757575;
|
485 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
486 |
.yith-icon-calendar_add:before {
|
487 |
-
content
|
488 |
-
color
|
489 |
}
|
490 |
-
|
491 |
.yith-icon-calendar_money:before {
|
492 |
-
content
|
493 |
-
color
|
494 |
}
|
495 |
-
|
496 |
.yith-icon-calendar2:before {
|
497 |
-
content
|
498 |
-
color
|
499 |
}
|
500 |
-
|
501 |
.yith-icon-people:before {
|
502 |
-
content
|
503 |
-
color
|
504 |
}
|
505 |
-
|
506 |
.yith-icon-shield_money:before {
|
507 |
-
content
|
508 |
-
color
|
509 |
}
|
510 |
-
|
511 |
.yith-icon-time_check:before {
|
512 |
-
content
|
513 |
-
color
|
514 |
}
|
515 |
-
|
516 |
.yith-icon-world_settings:before {
|
517 |
-
content
|
518 |
-
color
|
519 |
}
|
520 |
-
|
521 |
.yith-icon-arrow_eye_closed:before {
|
522 |
-
content
|
523 |
-
color
|
524 |
}
|
525 |
-
|
526 |
.yith-icon-arrow_eye:before {
|
527 |
-
content
|
528 |
-
color
|
529 |
}
|
530 |
-
|
531 |
.yith-icon-reset:before {
|
532 |
-
content
|
533 |
-
color
|
534 |
}
|
535 |
-
|
536 |
.yith-icon-drag:before {
|
537 |
-
content
|
538 |
-
color
|
539 |
}
|
540 |
-
|
541 |
.yith-icon-trash:before {
|
542 |
-
content
|
543 |
-
color
|
544 |
}
|
545 |
-
|
546 |
.yith-icon-info:before {
|
547 |
-
content
|
548 |
-
color
|
549 |
}
|
550 |
-
|
551 |
.yith-icon-arrow_down:before {
|
552 |
-
content
|
553 |
-
color
|
554 |
}
|
555 |
-
|
556 |
.yith-icon-arrow_left:before {
|
557 |
-
content
|
558 |
-
color
|
559 |
}
|
560 |
-
|
561 |
.yith-icon-arrow_right:before {
|
562 |
-
content
|
563 |
-
color
|
564 |
}
|
565 |
-
|
566 |
.yith-icon-arrow_up:before {
|
567 |
-
content
|
568 |
-
color
|
569 |
}
|
570 |
-
|
571 |
.yith-icon-calendar:before {
|
572 |
-
content
|
573 |
-
color
|
574 |
}
|
575 |
-
|
576 |
.yith-icon-check:before {
|
577 |
-
content
|
578 |
-
color
|
579 |
}
|
580 |
-
|
581 |
.yith-icon-close:before {
|
582 |
-
content
|
583 |
-
color
|
584 |
}
|
585 |
-
|
586 |
.yith-icon-edit:before {
|
587 |
-
content
|
588 |
-
color
|
589 |
}
|
590 |
-
|
591 |
.yith-icon-magnifier:before {
|
592 |
-
content
|
593 |
-
color
|
594 |
}
|
595 |
-
|
596 |
.yith-icon-pencil:before {
|
597 |
-
content
|
598 |
-
color
|
599 |
}
|
600 |
-
|
601 |
.yith-icon-plus:before {
|
602 |
-
content
|
603 |
-
color
|
604 |
}
|
605 |
-
|
606 |
.yith-icon-update:before {
|
607 |
-
content
|
608 |
-
color
|
609 |
}
|
610 |
-
|
611 |
.yith-icon-upload:before {
|
612 |
-
content
|
613 |
-
color
|
|
|
|
|
|
|
614 |
}
|
615 |
|
616 |
.yith-plugin-fw-banner {
|
@@ -796,7 +800,7 @@ YITH UI
|
|
796 |
background : #f1f1f1;
|
797 |
font-size : 14px;
|
798 |
font-weight : 700;
|
799 |
-
width :
|
800 |
display : block;
|
801 |
padding : 15px;
|
802 |
margin-bottom : 0;
|
@@ -1401,7 +1405,7 @@ span.select2.select2-container.select2-container--default.yith-plugin-fw-select2
|
|
1401 |
}
|
1402 |
|
1403 |
.yith-plugin-ui .yith-plugin-fw-onoff-container input + span:after {
|
1404 |
-
content :
|
1405 |
width : 14px;
|
1406 |
height : 14px;
|
1407 |
font-size : 13px;
|
@@ -1427,7 +1431,7 @@ span.select2.select2-container.select2-container--default.yith-plugin-fw-select2
|
|
1427 |
|
1428 |
.yith-plugin-ui .yith-plugin-fw-onoff-container input:checked + span:after,
|
1429 |
.yith-plugin-ui.yith-plugin-fw-onoff-container input.onoffchecked + span:after {
|
1430 |
-
content :
|
1431 |
color : #98aa36;
|
1432 |
width : 14px;
|
1433 |
height : 14px;
|
455 |
****************/
|
456 |
@font-face {
|
457 |
font-family : 'yith-icon';
|
458 |
+
src : url('../fonts/yith-icon.eot?g6bfgy');
|
459 |
+
src : url('../fonts/yith-icon.eot?g6bfgy#iefix') format('embedded-opentype'),
|
460 |
+
url('../fonts/yith-icon.ttf?g6bfgy') format('truetype'),
|
461 |
+
url('../fonts/yith-icon.woff?g6bfgy') format('woff'),
|
462 |
+
url('../fonts/yith-icon.svg?g6bfgy#yith-icon') format('svg');
|
463 |
font-weight : normal;
|
464 |
font-style : normal;
|
465 |
}
|
479 |
-moz-osx-font-smoothing : grayscale;
|
480 |
}
|
481 |
|
482 |
+
.yith-icon-paypal-svgrepo-com:before {
|
483 |
+
content: "\e91b";
|
484 |
+
}
|
485 |
+
.yith-icon-check-circle:before {
|
486 |
+
content: "\e921";
|
487 |
+
color: #757575;
|
488 |
+
}
|
489 |
+
.yith-icon-info-squared:before {
|
490 |
+
content: "\e922";
|
491 |
color: #757575;
|
492 |
}
|
493 |
+
.yith-icon-warning-triangle:before {
|
494 |
+
content: "\e923";
|
495 |
+
color: #757575;
|
496 |
+
}
|
497 |
+
.yith-icon-bank:before {
|
498 |
+
content: "\e91c";
|
499 |
+
}
|
500 |
+
.yith-icon-accounting:before {
|
501 |
+
content: "\e91d";
|
502 |
+
}
|
503 |
+
.yith-icon-bank-check:before {
|
504 |
+
content: "\e91e";
|
505 |
+
}
|
506 |
+
.yith-icon-cash:before {
|
507 |
+
content: "\e91f";
|
508 |
+
}
|
509 |
+
.yith-icon-credit-card:before {
|
510 |
+
content: "\e920";
|
511 |
+
}
|
512 |
.yith-icon-calendar_add:before {
|
513 |
+
content: "\e913";
|
514 |
+
color: #757575;
|
515 |
}
|
|
|
516 |
.yith-icon-calendar_money:before {
|
517 |
+
content: "\e914";
|
518 |
+
color: #757575;
|
519 |
}
|
|
|
520 |
.yith-icon-calendar2:before {
|
521 |
+
content: "\e915";
|
522 |
+
color: #757575;
|
523 |
}
|
|
|
524 |
.yith-icon-people:before {
|
525 |
+
content: "\e916";
|
526 |
+
color: #757575;
|
527 |
}
|
|
|
528 |
.yith-icon-shield_money:before {
|
529 |
+
content: "\e917";
|
530 |
+
color: #757575;
|
531 |
}
|
|
|
532 |
.yith-icon-time_check:before {
|
533 |
+
content: "\e918";
|
534 |
+
color: #757575;
|
535 |
}
|
|
|
536 |
.yith-icon-world_settings:before {
|
537 |
+
content: "\e919";
|
538 |
+
color: #757575;
|
539 |
}
|
|
|
540 |
.yith-icon-arrow_eye_closed:before {
|
541 |
+
content: "\e912";
|
542 |
+
color: #757575;
|
543 |
}
|
|
|
544 |
.yith-icon-arrow_eye:before {
|
545 |
+
content: "\e911";
|
546 |
+
color: #757575;
|
547 |
}
|
|
|
548 |
.yith-icon-reset:before {
|
549 |
+
content: "\e910";
|
550 |
+
color: #757575;
|
551 |
}
|
|
|
552 |
.yith-icon-drag:before {
|
553 |
+
content: "\e90f";
|
554 |
+
color: #757575;
|
555 |
}
|
|
|
556 |
.yith-icon-trash:before {
|
557 |
+
content: "\e90d";
|
558 |
+
color: #757575;
|
559 |
}
|
|
|
560 |
.yith-icon-info:before {
|
561 |
+
content: "\e90e";
|
562 |
+
color: #757575;
|
563 |
}
|
|
|
564 |
.yith-icon-arrow_down:before {
|
565 |
+
content: "\e900";
|
566 |
+
color: #757575;
|
567 |
}
|
|
|
568 |
.yith-icon-arrow_left:before {
|
569 |
+
content: "\e901";
|
570 |
+
color: #757575;
|
571 |
}
|
|
|
572 |
.yith-icon-arrow_right:before {
|
573 |
+
content: "\e902";
|
574 |
+
color: #757575;
|
575 |
}
|
|
|
576 |
.yith-icon-arrow_up:before {
|
577 |
+
content: "\e903";
|
578 |
+
color: #757575;
|
579 |
}
|
|
|
580 |
.yith-icon-calendar:before {
|
581 |
+
content: "\e904";
|
582 |
+
color: #757575;
|
583 |
}
|
|
|
584 |
.yith-icon-check:before {
|
585 |
+
content: "\e905";
|
586 |
+
color: #757575;
|
587 |
}
|
|
|
588 |
.yith-icon-close:before {
|
589 |
+
content: "\e906";
|
590 |
+
color: #757575;
|
591 |
}
|
|
|
592 |
.yith-icon-edit:before {
|
593 |
+
content: "\e907";
|
594 |
+
color: #757575;
|
595 |
}
|
|
|
596 |
.yith-icon-magnifier:before {
|
597 |
+
content: "\e908";
|
598 |
+
color: #757575;
|
599 |
}
|
|
|
600 |
.yith-icon-pencil:before {
|
601 |
+
content: "\e909";
|
602 |
+
color: #757575;
|
603 |
}
|
|
|
604 |
.yith-icon-plus:before {
|
605 |
+
content: "\e90a";
|
606 |
+
color: #757575;
|
607 |
}
|
|
|
608 |
.yith-icon-update:before {
|
609 |
+
content: "\e90b";
|
610 |
+
color: #757575;
|
611 |
}
|
|
|
612 |
.yith-icon-upload:before {
|
613 |
+
content: "\e90c";
|
614 |
+
color: #757575;
|
615 |
+
}
|
616 |
+
.yith-icon-reply:before {
|
617 |
+
content: "\e91a";
|
618 |
}
|
619 |
|
620 |
.yith-plugin-fw-banner {
|
800 |
background : #f1f1f1;
|
801 |
font-size : 14px;
|
802 |
font-weight : 700;
|
803 |
+
width : 50%;
|
804 |
display : block;
|
805 |
padding : 15px;
|
806 |
margin-bottom : 0;
|
1405 |
}
|
1406 |
|
1407 |
.yith-plugin-ui .yith-plugin-fw-onoff-container input + span:after {
|
1408 |
+
content : attr(data-text-off);
|
1409 |
width : 14px;
|
1410 |
height : 14px;
|
1411 |
font-size : 13px;
|
1431 |
|
1432 |
.yith-plugin-ui .yith-plugin-fw-onoff-container input:checked + span:after,
|
1433 |
.yith-plugin-ui.yith-plugin-fw-onoff-container input.onoffchecked + span:after {
|
1434 |
+
content : attr(data-text-on);
|
1435 |
color : #98aa36;
|
1436 |
width : 14px;
|
1437 |
height : 14px;
|
plugin-fw/assets/fonts/yith-icon.eot
CHANGED
Binary file
|
plugin-fw/assets/fonts/yith-icon.svg
CHANGED
@@ -34,4 +34,13 @@
|
|
34 |
<glyph unicode="" glyph-name="time_check" d="M86.528 448.341c-0.341-235.008 189.952-425.643 424.96-425.984s425.643 189.952 425.984 424.96c0.171 83.968-24.576 166.059-71.168 236.032l-60.075-63.488c22.528-39.765 37.035-83.627 42.325-129.195h-80.384v-84.651h80.384c-19.627-154.795-141.483-276.651-296.277-296.277v84.651h-84.651v-84.651c-154.795 19.456-276.821 141.483-296.277 296.277h84.651v84.651h-84.651c18.432 155.307 140.971 277.845 296.277 296.277v-82.603h84.651v81.749c46.251-5.803 90.795-21.163 130.731-44.885l61.44 61.44c-68.779 46.080-149.675 70.827-232.448 71.168-234.837-0.341-425.301-190.635-425.472-425.472zM414.549 605.355l-59.563-59.733 157.013-157.013 410.624 410.965-59.733 59.733-350.891-350.891z" />
|
35 |
<glyph unicode="" glyph-name="world_settings" d="M833.707 597.333l48.981 81.92-139.435 139.435-81.92-48.981c-8.875 4.267-18.091 7.851-27.648 11.435l-23.040 92.672h-98.645c-235.179-0.171-425.643-190.635-425.643-425.813s190.464-425.643 425.643-425.643h98.645l23.040 92.672c9.557 3.584 18.773 7.168 27.648 11.435l81.92-48.981 139.435 139.435-48.981 81.92c3.925 8.875 7.851 18.091 11.435 27.648l92.672 23.040v197.12l-92.672 23.040c-3.584 9.557-7.168 20.139-11.435 27.648zM319.659 448c0.171 35.669 3.243 71.339 9.216 106.496h147.627v-212.821h-147.627c-5.973 34.987-9.045 70.656-9.216 106.325zM476.501 795.989v-170.667h-129.877c28.16 86.699 75.264 150.869 129.877 170.667zM476.501 270.677v-171.008c-54.613 19.797-101.888 84.139-129.877 171.008h129.877zM547.499 547.669c55.125-20.309 83.456-81.579 63.147-136.704-10.752-29.184-33.792-52.224-63.147-63.147v199.851zM323.925 748.203c-22.869-38.4-40.277-79.701-51.712-122.709h-67.072c29.013 49.835 69.803 91.989 118.784 122.709zM173.568 554.496h83.797c-11.435-70.485-11.435-142.336 0-212.821h-83.797c-21.845 69.12-21.845 143.531 0 212.821zM205.141 270.677h67.072c11.435-43.179 29.013-84.651 51.712-123.051-48.981 30.72-89.771 73.045-118.784 123.051zM866.816 404.651l-77.312-19.456-5.632-19.115c-5.632-18.091-12.8-35.669-21.675-52.565l-9.557-17.749 40.789-68.096-61.099-61.44-68.437 41.301-17.749-9.557c-16.725-8.875-34.133-16.043-52.224-21.675l-19.456-5.632-19.115-77.312h-7.851v180.907c96.085 19.456 158.037 113.152 138.581 209.067-14.165 69.803-68.779 124.416-138.581 138.581v180.907h7.851l19.115-77.312 19.456-5.632c18.091-5.973 35.669-13.824 52.224-23.381l17.749-9.557 68.437 40.789 61.099-61.099-40.96-66.731 9.557-17.749c8.875-16.555 16.213-34.133 21.675-52.224l5.632-19.456 77.312-19.115 0.171-86.699z" />
|
36 |
<glyph unicode="" glyph-name="reply" d="M426 554.667q208-30 321-159t149-311q-154 218-470 218v-174l-298 298 298 298v-170z" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |
</font></defs></svg>
|
34 |
<glyph unicode="" glyph-name="time_check" d="M86.528 448.341c-0.341-235.008 189.952-425.643 424.96-425.984s425.643 189.952 425.984 424.96c0.171 83.968-24.576 166.059-71.168 236.032l-60.075-63.488c22.528-39.765 37.035-83.627 42.325-129.195h-80.384v-84.651h80.384c-19.627-154.795-141.483-276.651-296.277-296.277v84.651h-84.651v-84.651c-154.795 19.456-276.821 141.483-296.277 296.277h84.651v84.651h-84.651c18.432 155.307 140.971 277.845 296.277 296.277v-82.603h84.651v81.749c46.251-5.803 90.795-21.163 130.731-44.885l61.44 61.44c-68.779 46.080-149.675 70.827-232.448 71.168-234.837-0.341-425.301-190.635-425.472-425.472zM414.549 605.355l-59.563-59.733 157.013-157.013 410.624 410.965-59.733 59.733-350.891-350.891z" />
|
35 |
<glyph unicode="" glyph-name="world_settings" d="M833.707 597.333l48.981 81.92-139.435 139.435-81.92-48.981c-8.875 4.267-18.091 7.851-27.648 11.435l-23.040 92.672h-98.645c-235.179-0.171-425.643-190.635-425.643-425.813s190.464-425.643 425.643-425.643h98.645l23.040 92.672c9.557 3.584 18.773 7.168 27.648 11.435l81.92-48.981 139.435 139.435-48.981 81.92c3.925 8.875 7.851 18.091 11.435 27.648l92.672 23.040v197.12l-92.672 23.040c-3.584 9.557-7.168 20.139-11.435 27.648zM319.659 448c0.171 35.669 3.243 71.339 9.216 106.496h147.627v-212.821h-147.627c-5.973 34.987-9.045 70.656-9.216 106.325zM476.501 795.989v-170.667h-129.877c28.16 86.699 75.264 150.869 129.877 170.667zM476.501 270.677v-171.008c-54.613 19.797-101.888 84.139-129.877 171.008h129.877zM547.499 547.669c55.125-20.309 83.456-81.579 63.147-136.704-10.752-29.184-33.792-52.224-63.147-63.147v199.851zM323.925 748.203c-22.869-38.4-40.277-79.701-51.712-122.709h-67.072c29.013 49.835 69.803 91.989 118.784 122.709zM173.568 554.496h83.797c-11.435-70.485-11.435-142.336 0-212.821h-83.797c-21.845 69.12-21.845 143.531 0 212.821zM205.141 270.677h67.072c11.435-43.179 29.013-84.651 51.712-123.051-48.981 30.72-89.771 73.045-118.784 123.051zM866.816 404.651l-77.312-19.456-5.632-19.115c-5.632-18.091-12.8-35.669-21.675-52.565l-9.557-17.749 40.789-68.096-61.099-61.44-68.437 41.301-17.749-9.557c-16.725-8.875-34.133-16.043-52.224-21.675l-19.456-5.632-19.115-77.312h-7.851v180.907c96.085 19.456 158.037 113.152 138.581 209.067-14.165 69.803-68.779 124.416-138.581 138.581v180.907h7.851l19.115-77.312 19.456-5.632c18.091-5.973 35.669-13.824 52.224-23.381l17.749-9.557 68.437 40.789 61.099-61.099-40.96-66.731 9.557-17.749c8.875-16.555 16.213-34.133 21.675-52.224l5.632-19.456 77.312-19.115 0.171-86.699z" />
|
36 |
<glyph unicode="" glyph-name="reply" d="M426 554.667q208-30 321-159t149-311q-154 218-470 218v-174l-298 298 298 298v-170z" />
|
37 |
+
<glyph unicode="" glyph-name="paypal-svgrepo-com" d="M948.695 781.407c41.592-76.275 27.867-166.22 11.486-219.376-88.641-289.544-488.607-273.795-546.47-273.795-57.795 0-71.254-53.893-71.254-53.893l-43.213-188.526c-11.779-66.175-71.793-62.877-71.793-62.877s-78.009 0-130.188 0c-3.273 0-6.328 0.225-9.134 0.631-0.645-12.117 1.079-47.541 44.401-47.541 52.139 0 130.147 0 130.147 0s60.013-3.366 71.834 62.806l43.165 188.519c0 0 13.507 53.897 71.301 53.897 57.767 0 457.829-15.746 546.514 273.808 19.787 64.717 35.874 183.635-46.797 266.347zM259.046 86.911l43.206 188.533c0 0 13.421 53.801 71.301 53.801 57.747 0 457.781-15.664 546.429 273.819 32.437 105.838 54.958 356.92-348.956 356.92h-291.749c0 0-60.641 2.816-75.606-61.659l-190.628-822.715c0 0-8.185-51.555 43.974-51.555 52.207 0 130.233 0 130.233 0s60.013-3.393 71.796 62.857zM369 565.482l38.741 167.179c0 0 12.339 45.462 52.207 52.193 39.827 6.755 107.667-1.201 125.12-4.495 113.299-21.279 89.201-128.478 89.201-128.478-22.433-165.476-280.007-142.514-280.007-142.514-40.383 14.602-25.262 56.115-25.262 56.115z" />
|
38 |
+
<glyph unicode="" glyph-name="bank" d="M511.488 599.723c-8.875 0-16.213 7.168-16.213 16.213 0 4.608-3.755 8.363-8.363 8.363s-8.363-3.755-8.363-8.363c0-15.189 10.411-27.989 24.576-31.744v-6.315c0-4.608 3.755-8.363 8.363-8.363s8.363 3.755 8.363 8.363v6.315c14.165 3.755 24.576 16.384 24.576 31.744 0 18.091-14.848 32.939-32.939 32.939-8.875 0-16.213 7.168-16.213 16.213 0 8.875 7.168 16.213 16.213 16.213 8.533 0 15.531-6.656 16.213-15.019 0.341-4.608 4.437-8.021 8.875-7.851 4.608 0.341 8.192 4.267 7.851 8.875-1.024 14.336-11.093 25.941-24.576 29.525v6.315c0 4.608-3.755 8.363-8.363 8.363s-8.363-3.755-8.363-8.363v-6.315c-13.995-3.755-24.576-16.555-24.576-31.744 0-18.091 14.848-32.939 32.939-32.939 8.875 0 16.213-7.168 16.213-16.213s-7.339-16.213-16.213-16.213zM862.72 508.587c0 0.512-0.171 1.195-0.341 1.707s-0.171 1.024-0.341 1.365c-0.171 0.512-0.512 0.853-0.853 1.195-0.341 0.512-0.683 1.024-1.024 1.365-0.171 0.171-0.171 0.171-0.171 0.341l-342.699 283.648c-3.072 2.56-7.68 2.56-10.752 0l-342.187-283.477c-0.171-0.171-0.171-0.171-0.171-0.341-0.512-0.341-0.683-0.853-1.024-1.365-0.341-0.341-0.683-0.853-0.853-1.195-0.171-0.512-0.341-1.024-0.341-1.365-0.171-0.512-0.341-1.195-0.341-1.707 0-0.171 0-0.171 0-0.341v-66.56c0-4.608 3.755-8.363 8.363-8.363h85.504v-258.048h-85.845c-4.608 0-8.363-3.755-8.363-8.363v-55.467c0-1.365 0.341-2.56 0.853-3.584-0.512-1.024-0.853-2.219-0.853-3.584 0-4.608 3.755-8.363 8.363-8.363h678.571c4.608 0 8.363 3.755 8.363 8.363v62.635c0 4.608-3.755 8.363-8.363 8.363h-79.872v257.877h86.016c4.608 0 8.363 3.755 8.363 8.363v66.56c0 0.171 0 0.171 0 0.341zM178.005 450.048v49.835h667.989v-49.835h-667.989zM839.851 158.549v-45.909h-661.845v45.909h661.845zM482.816 175.275v258.048h62.123v-258.048h-62.123zM512 780.971l319.147-264.363h-638.293l319.147 264.363zM271.872 433.323h194.048v-258.048h-115.029v228.352c0 4.608-3.755 8.363-8.363 8.363s-8.363-3.755-8.363-8.363v-228.352h-62.123v258.048zM751.616 175.275h-189.952v258.048h110.933v-227.499c0-4.608 3.755-8.363 8.363-8.363s8.363 3.755 8.363 8.363v227.499h62.123v-258.048z" />
|
39 |
+
<glyph unicode="" glyph-name="accounting" d="M862.72 432.128c0 0.512-0.171 1.024-0.341 1.536s-0.171 0.853-0.512 1.365c-0.171 0.341-0.512 0.853-0.853 1.195s-0.683 0.853-1.024 1.195c-0.171 0.171-0.171 0.171-0.341 0.341l-30.891 23.893c-2.56 2.048-6.315 2.219-9.045 0.341l-31.061-21.163-33.792 21.163c0 0 0 0 0 0h-0.171c-0.171 0.171-0.512 0.171-0.853 0.341-0.683 0.341-1.195 0.683-2.048 0.683-0.512 0-1.024 0-1.365 0-0.512 0-1.024 0-1.536 0-0.683-0.171-1.365-0.512-1.877-0.853-0.171-0.171-0.512-0.171-0.683-0.341v0c0 0 0 0 0 0l-5.973-4.096-29.184-19.797c-3.413-2.389-4.437-7.168-2.048-10.581 1.536-2.219 3.925-3.413 6.315-3.413 1.536 0 2.901 0.512 4.267 1.365l31.232 21.163 33.963-21.333c2.56-1.707 5.803-1.536 8.363 0.171l30.549 20.821 23.552-18.261v-152.747c0-43.861-35.669-79.701-79.701-79.701-43.861 0-79.701 35.669-79.701 79.701v407.723c0 47.957-35.84 87.723-82.261 94.037-1.024 0.512-2.219 1.024-3.584 1.024h-297.813c-52.395 0-94.891-42.667-94.891-94.891v-27.819h-13.995c-18.773 0-33.963-15.189-33.963-33.963v-468.821c0-18.773 15.189-33.963 33.963-33.963h341.504c18.773 0 33.963 15.189 33.963 33.963v468.651c0 18.773-15.189 33.963-33.963 33.963h-13.995v27.819c0 42.325 33.28 76.971 75.093 79.36 41.813-2.389 75.093-37.035 75.093-79.36v-407.723c0-33.28 17.408-62.635 43.52-79.701h-114.517c-4.267 0-7.68-3.413-7.68-7.68s3.413-7.68 7.68-7.68h166.059c52.395 0 94.891 42.667 94.891 94.891v156.501c-0.341 0.341-0.341 0.512-0.341 0.683zM507.563 682.837v-81.749c0-4.267 3.413-7.68 7.68-7.68s7.68 3.413 7.68 7.68v38.571h13.995c10.411 0 18.773-8.363 18.773-18.773v-468.821c0-10.24-8.363-18.773-18.773-18.773h-341.675c-10.24 0-18.773 8.363-18.773 18.773v468.992c0 10.24 8.363 18.773 18.773 18.773h13.995v-38.571c0-4.267 3.413-7.68 7.68-7.68h248.832c4.267 0 7.68 3.413 7.68 7.68s-3.413 7.68-7.68 7.68h-241.152v74.069c0 43.861 35.669 79.701 79.701 79.701h246.784c-26.283-17.237-43.52-46.421-43.52-79.872zM209.237 558.251v-85.333c0-4.267 3.413-7.68 7.68-7.68h298.155c4.267 0 7.68 3.413 7.68 7.68v85.333c0 4.267-3.413 7.68-7.68 7.68h-298.155c-4.096 0-7.68-3.413-7.68-7.68zM224.597 550.571h282.965v-70.144h-282.965v70.144zM290.304 416.597h-73.387c-4.267 0-7.68-3.413-7.68-7.68s3.413-7.68 7.68-7.68h73.387c4.267 0 7.68 3.413 7.68 7.68s-3.413 7.68-7.68 7.68zM402.773 416.597h-73.387c-4.267 0-7.68-3.413-7.68-7.68s3.413-7.68 7.68-7.68h73.387c4.267 0 7.68 3.413 7.68 7.68s-3.413 7.68-7.68 7.68zM515.243 416.597h-73.387c-4.267 0-7.68-3.413-7.68-7.68s3.413-7.68 7.68-7.68h73.387c4.267 0 7.68 3.413 7.68 7.68-0.171 4.267-3.584 7.68-7.68 7.68zM290.304 334.507h-73.387c-4.267 0-7.68-3.413-7.68-7.68s3.413-7.68 7.68-7.68h73.387c4.267 0 7.68 3.413 7.68 7.68s-3.413 7.68-7.68 7.68zM402.773 334.507h-73.387c-4.267 0-7.68-3.413-7.68-7.68s3.413-7.68 7.68-7.68h73.387c4.267 0 7.68 3.413 7.68 7.68s-3.413 7.68-7.68 7.68zM515.243 334.507h-73.387c-4.267 0-7.68-3.413-7.68-7.68s3.413-7.68 7.68-7.68h73.387c4.267 0 7.68 3.413 7.68 7.68s-3.584 7.68-7.68 7.68zM290.304 252.245h-73.387c-4.267 0-7.68-3.413-7.68-7.68s3.413-7.68 7.68-7.68h73.387c4.267 0 7.68 3.413 7.68 7.68s-3.413 7.68-7.68 7.68zM402.773 252.245h-73.387c-4.267 0-7.68-3.413-7.68-7.68s3.413-7.68 7.68-7.68h73.387c4.267 0 7.68 3.413 7.68 7.68s-3.413 7.68-7.68 7.68zM515.243 252.245h-73.387c-4.267 0-7.68-3.413-7.68-7.68s3.413-7.68 7.68-7.68h73.387c4.267 0 7.68 3.413 7.68 7.68-0.171 4.267-3.584 7.68-7.68 7.68z" />
|
40 |
+
<glyph unicode="" glyph-name="bank-check" d="M862.72 645.803c-0.171 1.877-1.195 3.755-2.731 4.949l-96.768 75.776c-3.243 2.56-7.851 1.877-10.411-1.195l-274.091-349.184c-0.853-1.024-1.365-2.389-1.536-3.584l-14.677-118.955c-0.341-2.56 0.683-5.12 2.731-6.656 1.365-1.024 2.901-1.536 4.608-1.536 0.853 0 1.707 0.171 2.731 0.512l111.445 43.008c1.195 0.512 2.389 1.195 3.072 2.389l153.259 195.243v-303.957h-564.395l0.512 337.408 347.989-1.536c0 0 0 0 0 0 4.096 0 7.339 3.243 7.339 7.339s-3.243 7.339-7.339 7.339l-355.328 1.536c-2.219-0.341-3.755-0.683-5.291-2.219-1.365-1.365-2.219-3.243-2.219-5.291l-0.512-351.915c0-3.584 2.56-6.315 5.973-6.997 0.853-0.341 1.877-0.683 2.901-0.683h577.707c4.096 0 7.339 3.243 7.339 7.339v330.24l106.155 135.168c1.195 1.536 1.707 3.584 1.536 5.461zM587.776 315.904l-56.491 44.203c-3.243 2.56-7.851 1.877-10.411-1.195-2.56-3.243-1.877-7.851 1.195-10.411l56.491-44.203-1.877-2.389-98.133-37.888 12.971 104.619 222.208 283.136 61.099-47.957c1.365-1.024 2.901-1.536 4.608-1.536 2.219 0 4.267 1.024 5.803 2.901 2.56 3.243 1.877 7.851-1.195 10.411l-61.099 47.787 37.035 47.104 85.163-66.731-257.365-327.851zM466.261 443.051c0 4.096-3.243 7.339-7.339 7.339h-206.507c-4.096 0-7.339-3.243-7.339-7.339s3.243-7.339 7.339-7.339h206.507c3.925 0 7.339 3.243 7.339 7.339zM395.605 351.403c0 4.096-3.243 7.339-7.339 7.339h-136.021c-4.096 0-7.339-3.243-7.339-7.339s3.243-7.339 7.339-7.339h136.021c4.096 0 7.339 3.243 7.339 7.339zM252.245 267.264c-4.096 0-7.339-3.243-7.339-7.339s3.243-7.339 7.339-7.339h81.92c4.096 0 7.339 3.243 7.339 7.339s-3.243 7.339-7.339 7.339h-81.92z" />
|
41 |
+
<glyph unicode="" glyph-name="cash" d="M387.072 268.629c1.024-0.853 2.389-1.195 3.755-1.195 0.853 0 1.707 0.171 2.56 0.512l138.752 59.733c3.243 1.365 4.779 5.291 3.413 8.533s-5.291 4.779-8.533 3.413l-135.339-58.368-218.795 151.552c-2.901 2.048-6.997 1.365-9.045-1.707-2.048-2.901-1.365-6.997 1.707-9.045l221.525-153.429zM852.48 474.453l-131.584-55.125c-3.243-1.365-4.949-5.12-3.413-8.533 1.024-2.56 3.413-3.925 5.973-3.925 0.853 0 1.707 0.171 2.56 0.512l131.584 55.125c3.243 1.365 4.949 5.12 3.413 8.533-1.365 3.243-5.291 4.779-8.533 3.413zM851.285 425.643l-153.771-64.341 2.219 83.285 0.683 0.341c0.341 0.171 0.512 0.171 0.853 0.341l157.696 66.048c2.219 0.853 3.755 2.901 3.925 5.291s-0.853 4.608-2.731 5.973l-221.696 153.6c-1.877 1.195-4.096 1.536-6.144 0.683l-464.213-194.389c-0.171 0-0.341-0.171-0.512-0.341-0.341-0.171-0.683-0.512-1.024-0.683-0.341-0.341-0.683-0.512-1.024-0.853-0.171-0.171-0.341-0.171-0.341-0.341-0.171-0.171-0.171-0.341-0.341-0.683s-0.341-0.853-0.512-1.195c-0.171-0.341-0.171-0.853-0.171-1.195s0-0.853 0-1.195c0-0.512 0.171-0.853 0.341-1.365 0-0.171 0-0.512 0.171-0.683 0-0.171 0.171-0.341 0.341-0.512 0.171-0.341 0.512-0.683 0.683-1.024 0.341-0.341 0.512-0.683 0.853-1.024 0.171-0.171 0.171-0.341 0.341-0.341l221.696-153.6c0 0 0 0 0 0 0.341-0.341 0.853-0.512 1.195-0.683 0.171 0 0.341-0.171 0.512-0.171 0.512-0.171 1.024-0.171 1.365-0.171 0.171 0 0.341 0 0.341 0v0c0 0 0 0 0 0 0.853 0 1.707 0.171 2.56 0.512l158.379 66.389-2.219-83.285-160.427-67.243-218.795 151.723c-2.901 2.048-6.997 1.365-9.045-1.707-2.048-2.901-1.365-6.997 1.707-9.045l221.696-153.6c1.195-0.853 2.389-1.195 3.755-1.195 0.853 0 1.707 0.171 2.56 0.512l464.213 194.389c3.243 1.365 4.949 5.12 3.413 8.533-1.536 3.072-5.291 4.608-8.533 3.243zM633.685 663.381l209.067-144.896-144.213-60.416-209.067 144.896 144.213 60.416zM392.704 330.069l-209.067 144.896 155.819 65.195 209.067-144.896-155.819-65.195zM566.101 395.264c0 0.171-0.171 0.341-0.171 0.683 0 0.512-0.171 0.853-0.171 1.365-0.171 0.341-0.171 0.853-0.512 1.195-0.171 0.341-0.341 0.683-0.683 1.024s-0.512 0.683-0.853 1.024c-0.171 0.171-0.341 0.341-0.512 0.512l-209.749 145.408 121.515 50.859 211.456-146.603-2.389-94.891-120.32-50.347 2.389 89.771zM391.168 437.76c-1.877 4.779-7.339 7.168-12.117 5.291s-7.168-7.339-5.291-12.117c1.877-4.779 7.339-7.168 12.117-5.291s7.168 7.339 5.291 12.117zM674.133 551.083c4.779 1.877 7.168 7.339 5.291 12.117s-7.339 7.168-12.117 5.291c-4.779-1.877-7.168-7.339-5.291-12.117 1.877-4.949 7.339-7.168 12.117-5.291z" />
|
42 |
+
<glyph unicode="" glyph-name="credit-card" d="M813.909 620.544h-645.12c-4.096 0-7.509-3.413-7.509-7.509v-376.832c0-4.096 3.413-7.509 7.509-7.509h645.12c4.096 0 7.509 3.413 7.509 7.509v376.832c0 4.096-3.243 7.509-7.509 7.509zM806.4 243.712h-630.101v361.813h630.101v-361.813zM717.141 378.197c-10.24 0-19.627-3.243-27.477-8.533-8.021 5.461-17.408 8.533-27.307 8.533-26.795 0-48.811-21.845-48.811-48.811s21.845-48.811 48.811-48.811c9.899 0 19.285 3.072 27.307 8.533 7.851-5.461 17.237-8.533 27.477-8.533 26.795 0 48.811 21.845 48.811 48.811s-22.016 48.811-48.811 48.811zM628.736 329.557c0 18.603 15.019 33.621 33.621 33.621 5.803 0 11.264-1.536 16.213-4.267-6.315-8.192-10.069-18.261-10.069-29.355s3.925-21.163 10.069-29.355c-4.949-2.731-10.411-4.267-16.213-4.267-18.603 0-33.621 15.019-33.621 33.621zM717.141 295.936c-18.603 0-33.621 15.019-33.621 33.621s15.019 33.621 33.621 33.621c18.603 0 33.621-15.019 33.621-33.621s-15.019-33.621-33.621-33.621zM224.427 472.064h117.589c4.096 0 7.509 3.413 7.509 7.509v80.555c0 4.096-3.413 7.509-7.509 7.509h-117.589c-4.096 0-7.509-3.413-7.509-7.509v-80.555c0-4.096 3.243-7.509 7.509-7.509zM231.936 552.619h102.571v-65.365h-102.571v65.365zM224.427 417.109h533.845c4.096 0 7.509 3.413 7.509 7.509s-3.413 7.509-7.509 7.509h-533.845c-4.096 0-7.509-3.413-7.509-7.509s3.243-7.509 7.509-7.509zM855.211 667.307h-628.736c-4.096 0-7.509-3.413-7.509-7.509s3.413-7.509 7.509-7.509h621.227v-359.765c0-4.096 3.413-7.509 7.509-7.509s7.509 3.413 7.509 7.509v367.275c0 4.096-3.413 7.509-7.509 7.509z" />
|
43 |
+
<glyph unicode="" glyph-name="check-circle" d="M483.499 298.667c-7.509 0-14.848 3.072-20.139 8.363l-99.499 99.669c-11.093 11.093-11.093 29.184 0 40.277s29.184 11.093 40.277 0l77.141-77.141 179.2 224.085c9.728 12.288 27.648 14.336 39.936 4.437 12.288-9.728 14.336-27.648 4.437-39.936l-199.168-249.173c-5.12-6.315-12.629-10.24-20.651-10.581-0.512 0-1.024 0-1.536 0zM512 35.499c-227.499 0-412.501 185.003-412.501 412.501s185.003 412.501 412.501 412.501 412.501-185.003 412.501-412.501-185.003-412.501-412.501-412.501zM512 803.499c-196.096 0-355.499-159.403-355.499-355.499s159.403-355.499 355.499-355.499 355.499 159.573 355.499 355.499-159.403 355.499-355.499 355.499z" />
|
44 |
+
<glyph unicode="" glyph-name="info-squared" d="M853.333 35.499h-682.667c-39.253 0-71.168 31.915-71.168 71.168v682.667c0 39.253 31.915 71.168 71.168 71.168h682.667c39.253 0 71.168-31.915 71.168-71.168v-682.667c0-39.253-31.915-71.168-71.168-71.168zM170.667 803.499c-7.851 0-14.165-6.315-14.165-14.165v-682.667c0-7.851 6.315-14.165 14.165-14.165h682.667c7.851 0 14.165 6.315 14.165 14.165v682.667c0 7.851-6.315 14.165-14.165 14.165h-682.667zM504.832 561.835c-19.627 0-35.499 15.872-35.499 35.499s15.872 35.499 35.499 35.499 35.499-15.872 35.499-35.499-15.872-35.499-35.499-35.499zM568.832 291.499h-28.501v199.168c0 15.701-12.8 28.501-28.501 28.501h-28.501c-15.701 0-28.501-12.8-28.501-28.501s12.8-28.501 28.501-28.501v-170.667h-28.501c-15.701 0-28.501-12.8-28.501-28.501s12.8-28.501 28.501-28.501h113.835c15.701 0 28.501 12.8 28.501 28.501s-12.629 28.501-28.331 28.501z" />
|
45 |
+
<glyph unicode="" glyph-name="warning-triangle" d="M504.832 789.333l384-682.667h-768l384 682.667zM504.832 846.165v0c-20.48 0-39.424-11.093-49.664-29.013l-384-682.667c-9.899-17.579-9.728-39.083 0.512-56.661 10.24-17.408 28.843-28.16 49.152-28.16h768c20.139 0 38.912 10.752 49.152 28.16s10.411 39.083 0.512 56.661l-384 682.667c-10.069 17.92-29.013 29.013-49.664 29.013v0zM504.832 276.48c23.552 0 42.667-19.115 42.667-42.667s-19.115-42.667-42.667-42.667-42.667 19.115-42.667 42.667 19.115 42.667 42.667 42.667zM497.835 334.165c-15.701 0-28.501 12.8-28.501 28.501v227.499c0 15.701 12.8 28.501 28.501 28.501s28.501-12.8 28.501-28.501v-227.499c-0.171-15.701-12.8-28.501-28.501-28.501z" />
|
46 |
</font></defs></svg>
|
plugin-fw/assets/fonts/yith-icon.ttf
CHANGED
Binary file
|
plugin-fw/assets/fonts/yith-icon.woff
CHANGED
Binary file
|
plugin-fw/init.php
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* Framework Name: YIT Plugin Framework
|
4 |
-
* Version: 3.4.
|
5 |
* Author: YITHEMES
|
6 |
* Text Domain: yith-plugin-fw
|
7 |
* Domain Path: /languages/
|
8 |
*
|
9 |
* @author Your Inspiration Themes
|
10 |
-
* @version 3.4.
|
11 |
*/
|
12 |
/**
|
13 |
* This file belongs to the YIT Plugin Framework.
|
1 |
<?php
|
2 |
/**
|
3 |
* Framework Name: YIT Plugin Framework
|
4 |
+
* Version: 3.4.10
|
5 |
* Author: YITHEMES
|
6 |
* Text Domain: yith-plugin-fw
|
7 |
* Domain Path: /languages/
|
8 |
*
|
9 |
* @author Your Inspiration Themes
|
10 |
+
* @version 3.4.10
|
11 |
*/
|
12 |
/**
|
13 |
* This file belongs to the YIT Plugin Framework.
|
plugin-fw/languages/yith-plugin-fw-el.mo
ADDED
Binary file
|
plugin-fw/languages/yith-plugin-fw-el.po
ADDED
@@ -0,0 +1,782 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Copyright (C) 2015 YIThemes
|
2 |
+
# This file is distributed under the same license as the YITH Plugin Starter package.
|
3 |
+
msgid ""
|
4 |
+
msgstr ""
|
5 |
+
"Project-Id-Version: YITH Plugin Starter 1.0.0 Plugin FW\n"
|
6 |
+
"Report-Msgid-Bugs-To: Your Inspiration Themes <plugins@yithemes.com>\n"
|
7 |
+
"POT-Creation-Date: 2020-01-10 13:40+0100\n"
|
8 |
+
"PO-Revision-Date: 2020-01-31 16:11+0000\n"
|
9 |
+
"Language-Team: Your Inspiration Themes <info@yithemes.com>\n"
|
10 |
+
"MIME-Version: 1.0\n"
|
11 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
+
"Content-Transfer-Encoding: 8bit\n"
|
13 |
+
"X-Generator: Poedit 2.2.1\n"
|
14 |
+
"X-Poedit-KeywordsList: __;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;"
|
15 |
+
"_nx_noop:1,2,3c;esc_attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;"
|
16 |
+
"esc_html_x:1,2c;_x;_ex\n"
|
17 |
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
18 |
+
"X-Poedit-SourceCharset: UTF-8\n"
|
19 |
+
"X-Poedit-Basepath: ..\n"
|
20 |
+
"X-Textdomain-Support: yes\n"
|
21 |
+
"Last-Translator: \n"
|
22 |
+
"Language: el_GR\n"
|
23 |
+
"X-Poedit-SearchPath-0: .\n"
|
24 |
+
|
25 |
+
#: lib/privacy/yit-privacy.php:24
|
26 |
+
msgctxt "Privacy Policy Guide Title"
|
27 |
+
msgid "YITH Plugins"
|
28 |
+
msgstr "Πρόσθετα YITH"
|
29 |
+
|
30 |
+
#: lib/privacy/yit-privacy.php:59
|
31 |
+
msgctxt "Privacy Policy Content"
|
32 |
+
msgid ""
|
33 |
+
"This sample language includes the basics around what personal data your "
|
34 |
+
"store may be collecting, storing and sharing, as well as who may have access "
|
35 |
+
"to that data. Depending on what settings are enabled and which additional "
|
36 |
+
"plugins are used, the specific information shared by your store will vary. "
|
37 |
+
"We recommend consulting with a lawyer when deciding what information to "
|
38 |
+
"disclose on your privacy policy."
|
39 |
+
msgstr ""
|
40 |
+
"Αυτό το δείγμα γλώσσας περιλαμβάνει τα βασικά στοιχεία γύρω από το τι "
|
41 |
+
"προσωπικά δεδομένα το κατάστημά σας μπορεί να συλλέγει, την αποθήκευση και "
|
42 |
+
"την κοινή χρήση, καθώς και ποιοι μπορεί να έχουν πρόσβαση σε αυτά τα "
|
43 |
+
"δεδομένα. Ανάλογα με τις ρυθμίσεις που είναι ενεργοποιημένες και ποια "
|
44 |
+
"επιπλέον πρόσθετα χρησιμοποιούνται, οι συγκεκριμένες πληροφορίες που "
|
45 |
+
"κοινοποιούνται από το κατάστημά σας θα ποικίλλουν. Συνιστούμε τη διαβούλευση "
|
46 |
+
"με έναν δικηγόρο, όταν αποφασίζετε ποιες πληροφορίες να αποκαλύπτετε στην "
|
47 |
+
"πολιτική απορρήτου σας."
|
48 |
+
|
49 |
+
#: lib/privacy/yit-privacy.php:63
|
50 |
+
msgctxt "Privacy Policy Content"
|
51 |
+
msgid "What we collect and store"
|
52 |
+
msgstr "Τι συλλέγουμε και αποθηκεύουμε"
|
53 |
+
|
54 |
+
#: lib/privacy/yit-privacy.php:66
|
55 |
+
msgctxt "Privacy Policy Content"
|
56 |
+
msgid "Who on our team has access"
|
57 |
+
msgstr "Ποιος στην ομάδα μας έχει πρόσβαση"
|
58 |
+
|
59 |
+
#: lib/privacy/yit-privacy.php:69
|
60 |
+
msgctxt "Privacy Policy Content"
|
61 |
+
msgid "What we share with others"
|
62 |
+
msgstr "Τι μοιραζόμαστε με τους άλλους"
|
63 |
+
|
64 |
+
#: lib/privacy/yit-privacy.php:72
|
65 |
+
msgctxt "Privacy Policy Content"
|
66 |
+
msgid "Payments"
|
67 |
+
msgstr "Πληρωμές"
|
68 |
+
|
69 |
+
#: lib/yit-cpt-unlimited.php:462 lib/yit-cpt-unlimited.php:576
|
70 |
+
#: lib/yit-cpt-unlimited.php:721 lib/yit-cpt-unlimited.php:1636
|
71 |
+
#, php-format
|
72 |
+
msgid "Add %s"
|
73 |
+
msgstr "Προσθήκη %s"
|
74 |
+
|
75 |
+
#: lib/yit-cpt-unlimited.php:463 lib/yit-cpt-unlimited.php:577
|
76 |
+
#, php-format
|
77 |
+
msgid "Add New %s"
|
78 |
+
msgstr "Προσθήκη Νέου %s"
|
79 |
+
|
80 |
+
#: lib/yit-cpt-unlimited.php:464 lib/yit-cpt-unlimited.php:578
|
81 |
+
#: lib/yit-cpt-unlimited.php:1269 lib/yit-cpt-unlimited.php:1306
|
82 |
+
#, php-format
|
83 |
+
msgid "Edit %s"
|
84 |
+
msgstr "Επεξεργασία %s"
|
85 |
+
|
86 |
+
#: lib/yit-cpt-unlimited.php:465 lib/yit-cpt-unlimited.php:579
|
87 |
+
#, php-format
|
88 |
+
msgid "New %s"
|
89 |
+
msgstr "Νέο %s"
|
90 |
+
|
91 |
+
#: lib/yit-cpt-unlimited.php:466 lib/yit-cpt-unlimited.php:580
|
92 |
+
#, php-format
|
93 |
+
msgid "All %s"
|
94 |
+
msgstr "Όλα %s"
|
95 |
+
|
96 |
+
#: lib/yit-cpt-unlimited.php:467 lib/yit-cpt-unlimited.php:581
|
97 |
+
#: lib/yit-cpt-unlimited.php:1253 lib/yit-cpt-unlimited.php:1307
|
98 |
+
#, php-format
|
99 |
+
msgid "View %s"
|
100 |
+
msgstr "Προβολή %s"
|
101 |
+
|
102 |
+
#: lib/yit-cpt-unlimited.php:468 lib/yit-cpt-unlimited.php:582
|
103 |
+
#, php-format
|
104 |
+
msgid "Search %s"
|
105 |
+
msgstr "Αναζήτηση %s"
|
106 |
+
|
107 |
+
#: lib/yit-cpt-unlimited.php:469 lib/yit-cpt-unlimited.php:583
|
108 |
+
#, php-format
|
109 |
+
msgid "No %s found"
|
110 |
+
msgstr "Δεν βρέθηκε %s"
|
111 |
+
|
112 |
+
#: lib/yit-cpt-unlimited.php:470 lib/yit-cpt-unlimited.php:584
|
113 |
+
#, php-format
|
114 |
+
msgid "No %s found in Trash"
|
115 |
+
msgstr "Δεν βρέθηκε %s στον Κάδο Ανακύκλωσης"
|
116 |
+
|
117 |
+
#: lib/yit-cpt-unlimited.php:627
|
118 |
+
#, php-format
|
119 |
+
msgctxt "taxonomy general name"
|
120 |
+
msgid "%s Categories"
|
121 |
+
msgstr "Κατηγορίες %s"
|
122 |
+
|
123 |
+
#: lib/yit-cpt-unlimited.php:628
|
124 |
+
msgctxt "taxonomy singular name"
|
125 |
+
msgid "Category"
|
126 |
+
msgstr "Κατηγορία"
|
127 |
+
|
128 |
+
#: lib/yit-cpt-unlimited.php:629 templates/fields/ajax-terms.php:56
|
129 |
+
msgid "Search Categories"
|
130 |
+
msgstr "Αναζήτηση Κατηγοριών"
|
131 |
+
|
132 |
+
#: lib/yit-cpt-unlimited.php:630
|
133 |
+
msgid "All Categories"
|
134 |
+
msgstr "Όλες οι Κατηγορίες"
|
135 |
+
|
136 |
+
#: lib/yit-cpt-unlimited.php:631
|
137 |
+
msgid "Parent Category"
|
138 |
+
msgstr "Γονική Κατηγορία"
|
139 |
+
|
140 |
+
#: lib/yit-cpt-unlimited.php:632
|
141 |
+
msgid "Parent Category:"
|
142 |
+
msgstr "Γονική Κατηγορία:"
|
143 |
+
|
144 |
+
#: lib/yit-cpt-unlimited.php:633
|
145 |
+
msgid "Edit Category"
|
146 |
+
msgstr "Επεξεργασία Kατηγορίας"
|
147 |
+
|
148 |
+
#: lib/yit-cpt-unlimited.php:634
|
149 |
+
msgid "Update Category"
|
150 |
+
msgstr "Ενημέρωση Κατηγορίας"
|
151 |
+
|
152 |
+
#: lib/yit-cpt-unlimited.php:635
|
153 |
+
msgid "Add New Category"
|
154 |
+
msgstr "Προσθήκη Νέας Κατηγορίας"
|
155 |
+
|
156 |
+
#: lib/yit-cpt-unlimited.php:636
|
157 |
+
msgid "New Category Name"
|
158 |
+
msgstr "Όνομα Νέας Κατηγορίας"
|
159 |
+
|
160 |
+
#: lib/yit-cpt-unlimited.php:637
|
161 |
+
msgid "Category"
|
162 |
+
msgstr "Κατηγορία"
|
163 |
+
|
164 |
+
#: lib/yit-cpt-unlimited.php:726
|
165 |
+
msgid "Categories"
|
166 |
+
msgstr "Κατηγορίες"
|
167 |
+
|
168 |
+
#: lib/yit-cpt-unlimited.php:1044
|
169 |
+
#, php-format
|
170 |
+
msgid "%s Settings"
|
171 |
+
msgstr "Ρυθμίσεις %s"
|
172 |
+
|
173 |
+
#: lib/yit-cpt-unlimited.php:1050 lib/yit-cpt-unlimited.php:1198
|
174 |
+
#: lib/yit-cpt-unlimited.php:1204 lib/yit-plugin-panel.php:80
|
175 |
+
msgid "Settings"
|
176 |
+
msgstr "Ρυθμίσεις"
|
177 |
+
|
178 |
+
#: lib/yit-cpt-unlimited.php:1053
|
179 |
+
msgid "Type"
|
180 |
+
msgstr "Τύπος"
|
181 |
+
|
182 |
+
#: lib/yit-cpt-unlimited.php:1054
|
183 |
+
#, php-format
|
184 |
+
msgid "Layout for this %s"
|
185 |
+
msgstr "Διάταξη για %s"
|
186 |
+
|
187 |
+
#: lib/yit-cpt-unlimited.php:1060
|
188 |
+
msgid "Rewrite"
|
189 |
+
msgstr "Επανεγγραφή"
|
190 |
+
|
191 |
+
#: lib/yit-cpt-unlimited.php:1061
|
192 |
+
msgid ""
|
193 |
+
"Univocal identification name in the URL for each product (slug from post if "
|
194 |
+
"empty)"
|
195 |
+
msgstr ""
|
196 |
+
"Μονοσήμαντο όνομα ταυτοποίησης URL για κάθε προϊόν (slug από άρθρο αν είναι "
|
197 |
+
"κενό)"
|
198 |
+
|
199 |
+
#: lib/yit-cpt-unlimited.php:1066
|
200 |
+
msgid "Label in Singular"
|
201 |
+
msgstr "Επιγραφή σε Ενικό"
|
202 |
+
|
203 |
+
#: lib/yit-cpt-unlimited.php:1067
|
204 |
+
msgid "Set a label in singular (title of portfolio if empty)"
|
205 |
+
msgstr "Ορίστε μια επιγραφή στον ενικό (τίτλος πορτφόλιο αν είναι κενό)"
|
206 |
+
|
207 |
+
#: lib/yit-cpt-unlimited.php:1072
|
208 |
+
msgid "Label in Plural"
|
209 |
+
msgstr "Επιγραφή σε Πληθυντικό"
|
210 |
+
|
211 |
+
#: lib/yit-cpt-unlimited.php:1073
|
212 |
+
msgid "Set a label in plural (title of portfolio if empty)"
|
213 |
+
msgstr "Ορίστε μια επιγραφή στον πληθυντικό (τίτλος πορτφόλιο αν είναι κενό)"
|
214 |
+
|
215 |
+
#: lib/yit-cpt-unlimited.php:1078
|
216 |
+
msgid "Taxonomy"
|
217 |
+
msgstr "Ταξινομία"
|
218 |
+
|
219 |
+
#: lib/yit-cpt-unlimited.php:1079
|
220 |
+
msgid ""
|
221 |
+
"If you want to use categories in the portfolio, set a name for taxonomy. "
|
222 |
+
"Name should be a slug (must not contain capital letters nor spaces) and must "
|
223 |
+
"not be more than 32 characters long (database structure restriction)."
|
224 |
+
msgstr ""
|
225 |
+
"Αν θέλετε να χρησιμοποιήσετε κατηγορίες στο πορτφόλιο, ορίστε ένα όνομα για "
|
226 |
+
"την ταξινομία. Το όνομα πρέπει να είναι slug (δεν πρέπει να περιλαμβάνει "
|
227 |
+
"κεφαλαία γράμματα ή κενά) και δεν πρέπει να είναι μεγαλύτερο από 32 "
|
228 |
+
"χαρακτήρες (περιορισμός δομής βάσης δεδομένων)."
|
229 |
+
|
230 |
+
#: lib/yit-cpt-unlimited.php:1084
|
231 |
+
msgid "Taxonomy Rewrite"
|
232 |
+
msgstr "Επανεγγραφή Ταξινομίας"
|
233 |
+
|
234 |
+
#: lib/yit-cpt-unlimited.php:1085
|
235 |
+
msgid "Set univocal name for each category page URL."
|
236 |
+
msgstr "Ορίστε μονοσήμαντο όνομα για κάθε URL σελίδας κατηγορίας."
|
237 |
+
|
238 |
+
#: lib/yit-cpt-unlimited.php:1090
|
239 |
+
msgid "Single layout"
|
240 |
+
msgstr "Μονή διάταξη"
|
241 |
+
|
242 |
+
#: lib/yit-cpt-unlimited.php:1091
|
243 |
+
msgid "Layout for single page of this portfolio"
|
244 |
+
msgstr "Διάταξη μονής σελίδας του πορτφόλιο"
|
245 |
+
|
246 |
+
#: lib/yit-cpt-unlimited.php:1132
|
247 |
+
msgid "layout settings"
|
248 |
+
msgstr "ρυθμίσεις διάταξης"
|
249 |
+
|
250 |
+
#: lib/yit-cpt-unlimited.php:1224 lib/yit-cpt-unlimited.php:1237
|
251 |
+
msgid "Quick links"
|
252 |
+
msgstr "Γρήγορα λινκ"
|
253 |
+
|
254 |
+
#: lib/yit-cpt-unlimited.php:1477
|
255 |
+
#, php-format
|
256 |
+
msgid "Show frontend of the %s"
|
257 |
+
msgstr "Προβολή εμφάνισης του %s"
|
258 |
+
|
259 |
+
#: lib/yit-cpt-unlimited.php:1484 templates/fields/customtabs.php:46
|
260 |
+
#: templates/fields/customtabs.php:89
|
261 |
+
msgid "Name"
|
262 |
+
msgstr "Όνομα"
|
263 |
+
|
264 |
+
#: lib/yit-cpt-unlimited.php:1635
|
265 |
+
#, php-format
|
266 |
+
msgid "Add %s from images"
|
267 |
+
msgstr "Προσθήκη %s από εικόνες"
|
268 |
+
|
269 |
+
#: lib/yit-cpt-unlimited.php:1638
|
270 |
+
msgid "Upload multiple files"
|
271 |
+
msgstr "Ανέβασμα πολλαπλών αρχείων"
|
272 |
+
|
273 |
+
#: lib/yit-plugin-panel-wc.php:397
|
274 |
+
msgid "The changes you have made will be lost if you leave this page."
|
275 |
+
msgstr ""
|
276 |
+
"Οι αλλαγές που έχετε δημιουργήσει θα χαθούν αν αφήσετε αυτήν την σελίδα."
|
277 |
+
|
278 |
+
#: lib/yit-plugin-panel.php:79
|
279 |
+
msgid "Plugin Settings"
|
280 |
+
msgstr "Ρυθμίσεις Προσθέτου"
|
281 |
+
|
282 |
+
#: lib/yit-plugin-panel.php:424 lib/yit-plugin-panel.php:427
|
283 |
+
msgid "How to install premium version"
|
284 |
+
msgstr "Πώς να εγκαταστήσετε την προηγμένη έκδοση"
|
285 |
+
|
286 |
+
#: lib/yit-plugin-panel.php:571 lib/yit-plugin-subpanel.php:151
|
287 |
+
#: templates/panel/woocommerce/woocommerce-form.php:14
|
288 |
+
msgid "Save Changes"
|
289 |
+
msgstr "Αποθήκευση Αλλαγών"
|
290 |
+
|
291 |
+
#: lib/yit-plugin-panel.php:574 lib/yit-plugin-subpanel.php:154
|
292 |
+
#: templates/panel/woocommerce/woocommerce-form.php:17
|
293 |
+
msgid ""
|
294 |
+
"If you continue with this action, you will reset all options in this page."
|
295 |
+
msgstr ""
|
296 |
+
"Αν συνεχίσετε με αυτή την ενέργεια θα επαναφέρετε όλες τις επιλογές στη "
|
297 |
+
"σελίδα."
|
298 |
+
|
299 |
+
#: lib/yit-plugin-panel.php:576 lib/yit-plugin-subpanel.php:156
|
300 |
+
msgid "Reset to default"
|
301 |
+
msgstr "Επαναφορά σε προεπιλεγμένο"
|
302 |
+
|
303 |
+
#: lib/yit-plugin-panel.php:577 lib/yit-plugin-subpanel.php:157
|
304 |
+
#: templates/panel/woocommerce/woocommerce-form.php:21
|
305 |
+
msgid "Are you sure?"
|
306 |
+
msgstr "Είστε σίγουρος;"
|
307 |
+
|
308 |
+
#: lib/yit-plugin-panel.php:775
|
309 |
+
msgid ""
|
310 |
+
"The element you have entered already exists. Please, enter another name."
|
311 |
+
msgstr "Το στοιχείο που εισάγατε υπάρχει ήδη. Παρακαλώ, εισάγετε άλλο όνομα. "
|
312 |
+
|
313 |
+
#: lib/yit-plugin-panel.php:776
|
314 |
+
msgid "Settings saved"
|
315 |
+
msgstr "Ρυθμίσεις αποθηκεύτηκαν"
|
316 |
+
|
317 |
+
#: lib/yit-plugin-panel.php:777
|
318 |
+
msgid "Settings reset"
|
319 |
+
msgstr "Επαναφορά ρυθμίσεων"
|
320 |
+
|
321 |
+
#: lib/yit-plugin-panel.php:778
|
322 |
+
msgid "Element deleted correctly."
|
323 |
+
msgstr "Το στοιχείο διαγράφηκε επιτυχώς."
|
324 |
+
|
325 |
+
#: lib/yit-plugin-panel.php:779 lib/yit-plugin-panel.php:780
|
326 |
+
msgid "Element updated correctly."
|
327 |
+
msgstr "Το στοιχείο αναβαθμίστηκε επιτυχώς."
|
328 |
+
|
329 |
+
#: lib/yit-plugin-panel.php:781
|
330 |
+
msgid "Database imported correctly."
|
331 |
+
msgstr "Επιτυχής εισαγωγή βάσης δεδομένων."
|
332 |
+
|
333 |
+
#: lib/yit-plugin-panel.php:782
|
334 |
+
msgid "An error has occurred during import. Please try again."
|
335 |
+
msgstr "Παρουσιάστηκε σφάλμα κατά την εισαγωγή. Παρακαλώ προσπαθήστε ξανά."
|
336 |
+
|
337 |
+
#: lib/yit-plugin-panel.php:783
|
338 |
+
msgid "The added file is not valid."
|
339 |
+
msgstr "Το προστιθέμενο αρχείο δεν είναι έγκυρο."
|
340 |
+
|
341 |
+
#: lib/yit-plugin-panel.php:784
|
342 |
+
msgid "Sorry, import is disabled."
|
343 |
+
msgstr ""
|
344 |
+
|
345 |
+
#: lib/yit-plugin-panel.php:785
|
346 |
+
msgid "Sorting successful."
|
347 |
+
msgstr ""
|
348 |
+
|
349 |
+
#: lib/yit-plugin-panel.php:1233
|
350 |
+
msgid "We need your support"
|
351 |
+
msgstr ""
|
352 |
+
|
353 |
+
#: lib/yit-plugin-panel.php:1234
|
354 |
+
msgid "to keep updating and improving the plugin. Please,"
|
355 |
+
msgstr ""
|
356 |
+
|
357 |
+
#: lib/yit-plugin-panel.php:1236
|
358 |
+
msgid "help us by leaving a five-star rating"
|
359 |
+
msgstr ""
|
360 |
+
|
361 |
+
#: lib/yit-plugin-panel.php:1237
|
362 |
+
msgid ":) Thanks!"
|
363 |
+
msgstr ""
|
364 |
+
|
365 |
+
#: lib/yit-pointers.php:70
|
366 |
+
msgid "Plugins Activated"
|
367 |
+
msgstr ""
|
368 |
+
|
369 |
+
#: lib/yit-pointers.php:71
|
370 |
+
msgid ""
|
371 |
+
"From now on, you can find all plugin options in YITH Plugins menu.\n"
|
372 |
+
" Plugin customization settings will be "
|
373 |
+
"available as a new entry in YITH Plugins menu."
|
374 |
+
msgstr ""
|
375 |
+
|
376 |
+
#: lib/yit-pointers.php:73 lib/yit-pointers.php:89
|
377 |
+
msgid "Discover all our plugins available on:"
|
378 |
+
msgstr ""
|
379 |
+
|
380 |
+
#: lib/yit-pointers.php:74 lib/yit-pointers.php:90
|
381 |
+
msgid "and"
|
382 |
+
msgstr ""
|
383 |
+
|
384 |
+
#: lib/yit-pointers.php:84
|
385 |
+
msgid "Plugins Upgraded"
|
386 |
+
msgstr ""
|
387 |
+
|
388 |
+
#: lib/yit-pointers.php:85
|
389 |
+
msgid ""
|
390 |
+
"From now on, you can find the option panel of YITH plugins in YITH Plugins "
|
391 |
+
"menu.\n"
|
392 |
+
" Every time one of our plugins is added, "
|
393 |
+
"a new entry will be added to this menu.\n"
|
394 |
+
" For example, after the update, plugin "
|
395 |
+
"options (such as for YITH WooCommerce Wishlist, YITH WooCommerce Ajax "
|
396 |
+
"Search, etc.)\n"
|
397 |
+
" will be moved from previous location to "
|
398 |
+
"YITH Plugins tab."
|
399 |
+
msgstr ""
|
400 |
+
|
401 |
+
#: lib/yith-dashboard.php:40
|
402 |
+
msgid "YITH Latest Updates"
|
403 |
+
msgstr ""
|
404 |
+
|
405 |
+
#: lib/yith-dashboard.php:41
|
406 |
+
msgid "Latest news from YITH Blog"
|
407 |
+
msgstr ""
|
408 |
+
|
409 |
+
#: lib/yith-dashboard.php:65
|
410 |
+
msgid "RSS Error:"
|
411 |
+
msgstr ""
|
412 |
+
|
413 |
+
#: lib/yith-dashboard.php:71
|
414 |
+
msgid ""
|
415 |
+
"An error has occurred, which probably means the feed is down. Try again "
|
416 |
+
"later."
|
417 |
+
msgstr ""
|
418 |
+
|
419 |
+
#: lib/yith-dashboard.php:99
|
420 |
+
msgctxt "Plugin FW"
|
421 |
+
msgid "View Changelog"
|
422 |
+
msgstr ""
|
423 |
+
|
424 |
+
#: lib/yith-dashboard.php:100
|
425 |
+
msgctxt "Plugin FW"
|
426 |
+
msgid "Latest update released on"
|
427 |
+
msgstr ""
|
428 |
+
|
429 |
+
#: lib/yith-dashboard.php:143
|
430 |
+
msgctxt "Button label"
|
431 |
+
msgid "Close"
|
432 |
+
msgstr ""
|
433 |
+
|
434 |
+
#: lib/yith-gutenberg.php:134
|
435 |
+
msgctxt "[gutenberg]: Category Name"
|
436 |
+
msgid "YITH"
|
437 |
+
msgstr ""
|
438 |
+
|
439 |
+
#: lib/yith-system-status.php:97 lib/yith-system-status.php:98
|
440 |
+
msgid "System Status"
|
441 |
+
msgstr ""
|
442 |
+
|
443 |
+
#: lib/yith-system-status.php:104
|
444 |
+
msgid "WordPress Version"
|
445 |
+
msgstr ""
|
446 |
+
|
447 |
+
#: lib/yith-system-status.php:105
|
448 |
+
msgid "WooCommerce Version"
|
449 |
+
msgstr ""
|
450 |
+
|
451 |
+
#: lib/yith-system-status.php:106
|
452 |
+
msgid "Available Memory"
|
453 |
+
msgstr ""
|
454 |
+
|
455 |
+
#: lib/yith-system-status.php:107
|
456 |
+
msgid "PHP Version"
|
457 |
+
msgstr ""
|
458 |
+
|
459 |
+
#: lib/yith-system-status.php:108
|
460 |
+
msgid "TLS Version"
|
461 |
+
msgstr ""
|
462 |
+
|
463 |
+
#: lib/yith-system-status.php:109
|
464 |
+
msgid "WordPress Cron"
|
465 |
+
msgstr ""
|
466 |
+
|
467 |
+
#: lib/yith-system-status.php:110
|
468 |
+
msgid "SimpleXML"
|
469 |
+
msgstr ""
|
470 |
+
|
471 |
+
#: lib/yith-system-status.php:111
|
472 |
+
msgid "MultiByte String"
|
473 |
+
msgstr ""
|
474 |
+
|
475 |
+
#: lib/yith-system-status.php:112
|
476 |
+
msgid "ImageMagick Version"
|
477 |
+
msgstr ""
|
478 |
+
|
479 |
+
#: lib/yith-system-status.php:113
|
480 |
+
msgid "GD Library"
|
481 |
+
msgstr ""
|
482 |
+
|
483 |
+
#: lib/yith-system-status.php:114
|
484 |
+
msgid "Iconv Module"
|
485 |
+
msgstr ""
|
486 |
+
|
487 |
+
#: lib/yith-system-status.php:115
|
488 |
+
msgid "OPCache Save Comments"
|
489 |
+
msgstr ""
|
490 |
+
|
491 |
+
#: lib/yith-system-status.php:116
|
492 |
+
msgid "URL FOpen"
|
493 |
+
msgstr ""
|
494 |
+
|
495 |
+
#: lib/yith-system-status.php:173
|
496 |
+
msgid "YITH Plugins"
|
497 |
+
msgstr ""
|
498 |
+
|
499 |
+
#: lib/yith-system-status.php:174
|
500 |
+
msgid "WooCommerce"
|
501 |
+
msgstr ""
|
502 |
+
|
503 |
+
#: lib/yith-system-status.php:291
|
504 |
+
msgid "Warning!"
|
505 |
+
msgstr ""
|
506 |
+
|
507 |
+
#: lib/yith-system-status.php:292
|
508 |
+
#, php-format
|
509 |
+
msgid ""
|
510 |
+
"The system check has detected some compatibility issues on your "
|
511 |
+
"installation. %sClick here%s to know more"
|
512 |
+
msgstr ""
|
513 |
+
|
514 |
+
#: templates/fields/ajax-customers.php:57
|
515 |
+
msgid "Search Customers"
|
516 |
+
msgstr ""
|
517 |
+
|
518 |
+
#: templates/fields/ajax-customers.php:83
|
519 |
+
#: templates/fields/ajax-customers.php:93
|
520 |
+
#, php-format
|
521 |
+
msgid "%1$s (#%2$s – %3$s)"
|
522 |
+
msgstr ""
|
523 |
+
|
524 |
+
#: templates/fields/ajax-posts.php:57
|
525 |
+
msgid "Search Posts"
|
526 |
+
msgstr ""
|
527 |
+
|
528 |
+
#: templates/fields/ajax-products.php:16
|
529 |
+
msgid "Search Product"
|
530 |
+
msgstr ""
|
531 |
+
|
532 |
+
#: templates/fields/customtabs.php:28
|
533 |
+
msgid "Close all"
|
534 |
+
msgstr ""
|
535 |
+
|
536 |
+
#: templates/fields/customtabs.php:28
|
537 |
+
msgid "Expand all"
|
538 |
+
msgstr ""
|
539 |
+
|
540 |
+
#: templates/fields/customtabs.php:37 templates/fields/customtabs.php:81
|
541 |
+
msgid "Remove"
|
542 |
+
msgstr ""
|
543 |
+
|
544 |
+
#: templates/fields/customtabs.php:52 templates/fields/customtabs.php:94
|
545 |
+
msgid "Value"
|
546 |
+
msgstr ""
|
547 |
+
|
548 |
+
#: templates/fields/customtabs.php:53 templates/fields/customtabs.php:95
|
549 |
+
msgid "Content of the tab. (HTML is supported)"
|
550 |
+
msgstr ""
|
551 |
+
|
552 |
+
#: templates/fields/customtabs.php:65
|
553 |
+
msgid "Add custom product tab"
|
554 |
+
msgstr ""
|
555 |
+
|
556 |
+
#: templates/fields/customtabs.php:106
|
557 |
+
msgid "Do you want to remove the custom tab?"
|
558 |
+
msgstr ""
|
559 |
+
|
560 |
+
#: templates/fields/date-format.php:50
|
561 |
+
msgid "Custom:"
|
562 |
+
msgstr ""
|
563 |
+
|
564 |
+
#: templates/fields/icons.php:58
|
565 |
+
msgid "Set Default"
|
566 |
+
msgstr ""
|
567 |
+
|
568 |
+
#: templates/fields/image-gallery.php:34 templates/fields/image-gallery.php:39
|
569 |
+
msgid "Delete image"
|
570 |
+
msgstr ""
|
571 |
+
|
572 |
+
#: templates/fields/image-gallery.php:39
|
573 |
+
msgid "Add Images to Gallery"
|
574 |
+
msgstr ""
|
575 |
+
|
576 |
+
#: templates/fields/image-gallery.php:39
|
577 |
+
msgid "Add to gallery"
|
578 |
+
msgstr ""
|
579 |
+
|
580 |
+
#: templates/fields/image-gallery.php:39
|
581 |
+
msgid "Add images"
|
582 |
+
msgstr ""
|
583 |
+
|
584 |
+
#: templates/fields/image-gallery.php:39
|
585 |
+
msgid "Delete"
|
586 |
+
msgstr ""
|
587 |
+
|
588 |
+
#: templates/fields/onoff.php:24
|
589 |
+
msgctxt "ON/OFF button: use MAX 3 characters!"
|
590 |
+
msgid "ON"
|
591 |
+
msgstr ""
|
592 |
+
|
593 |
+
#: templates/fields/onoff.php:25
|
594 |
+
msgctxt "ON/OFF button: use MAX 3 characters!"
|
595 |
+
msgid "OFF"
|
596 |
+
msgstr ""
|
597 |
+
|
598 |
+
#: templates/fields/select-buttons.php:21
|
599 |
+
msgid "Add All"
|
600 |
+
msgstr ""
|
601 |
+
|
602 |
+
#: templates/fields/select-buttons.php:34
|
603 |
+
msgid "Remove All"
|
604 |
+
msgstr ""
|
605 |
+
|
606 |
+
#: templates/fields/sidebars.php:22
|
607 |
+
msgid "Left sidebar"
|
608 |
+
msgstr ""
|
609 |
+
|
610 |
+
#: templates/fields/sidebars.php:25
|
611 |
+
msgid "Right sidebar"
|
612 |
+
msgstr ""
|
613 |
+
|
614 |
+
#: templates/fields/sidebars.php:28 templates/fields/sidebars.php:31
|
615 |
+
msgid "No sidebar"
|
616 |
+
msgstr ""
|
617 |
+
|
618 |
+
#: templates/fields/sidebars.php:39
|
619 |
+
msgid "Left Sidebar"
|
620 |
+
msgstr ""
|
621 |
+
|
622 |
+
#: templates/fields/sidebars.php:41 templates/fields/sidebars.php:54
|
623 |
+
msgid "Choose a sidebar"
|
624 |
+
msgstr ""
|
625 |
+
|
626 |
+
#: templates/fields/sidebars.php:52
|
627 |
+
msgid "Right Sidebar"
|
628 |
+
msgstr ""
|
629 |
+
|
630 |
+
#: templates/fields/upload.php:27 templates/metaboxes/types/icon-list.php:70
|
631 |
+
#: templates/panel/woocommerce/woocommerce-upload.php:40
|
632 |
+
msgid "Upload"
|
633 |
+
msgstr ""
|
634 |
+
|
635 |
+
#: templates/fields/upload.php:29
|
636 |
+
msgid "Reset"
|
637 |
+
msgstr ""
|
638 |
+
|
639 |
+
#: templates/metaboxes/types/icon-list.php:76
|
640 |
+
msgid "Image preview"
|
641 |
+
msgstr ""
|
642 |
+
|
643 |
+
#: templates/metaboxes/types/icon-list.php:90
|
644 |
+
#, php-format
|
645 |
+
msgid "(Default: %s <img src=\"%s\"/>)"
|
646 |
+
msgstr ""
|
647 |
+
|
648 |
+
#: templates/metaboxes/types/icon-list.php:92
|
649 |
+
#, php-format
|
650 |
+
msgid "(Default: <i %s></i> )"
|
651 |
+
msgstr ""
|
652 |
+
|
653 |
+
#: templates/panel/woocommerce/woocommerce-form.php:20
|
654 |
+
msgid "Reset Defaults"
|
655 |
+
msgstr ""
|
656 |
+
|
657 |
+
#: templates/sysinfo/system-information-panel.php:30
|
658 |
+
msgid "YITH System Information"
|
659 |
+
msgstr ""
|
660 |
+
|
661 |
+
#: templates/sysinfo/system-information-panel.php:38
|
662 |
+
msgid "Site URL"
|
663 |
+
msgstr ""
|
664 |
+
|
665 |
+
#: templates/sysinfo/system-information-panel.php:46
|
666 |
+
msgid "Output IP Address"
|
667 |
+
msgstr ""
|
668 |
+
|
669 |
+
#: templates/sysinfo/system-information-panel.php:76
|
670 |
+
msgid "Enabled"
|
671 |
+
msgstr ""
|
672 |
+
|
673 |
+
#: templates/sysinfo/system-information-panel.php:76
|
674 |
+
msgid "Disabled"
|
675 |
+
msgstr ""
|
676 |
+
|
677 |
+
#: templates/sysinfo/system-information-panel.php:82
|
678 |
+
msgid "N/A"
|
679 |
+
msgstr ""
|
680 |
+
|
681 |
+
#: templates/sysinfo/system-information-panel.php:96
|
682 |
+
#, php-format
|
683 |
+
msgid "%s needs %s enabled"
|
684 |
+
msgstr ""
|
685 |
+
|
686 |
+
#: templates/sysinfo/system-information-panel.php:98
|
687 |
+
#, php-format
|
688 |
+
msgid "%s needs at least %s of available memory"
|
689 |
+
msgstr ""
|
690 |
+
|
691 |
+
#: templates/sysinfo/system-information-panel.php:100
|
692 |
+
#: templates/sysinfo/system-information-panel.php:149
|
693 |
+
#, php-format
|
694 |
+
msgid ""
|
695 |
+
"For optimal functioning of our plugins, we suggest setting at least %s of "
|
696 |
+
"available memory"
|
697 |
+
msgstr ""
|
698 |
+
|
699 |
+
#: templates/sysinfo/system-information-panel.php:102
|
700 |
+
#: templates/sysinfo/system-information-panel.php:137
|
701 |
+
#: templates/sysinfo/system-information-panel.php:151
|
702 |
+
#, php-format
|
703 |
+
msgid ""
|
704 |
+
"Read more %s here%s or contact your hosting company in order to increase it."
|
705 |
+
msgstr ""
|
706 |
+
|
707 |
+
#: templates/sysinfo/system-information-panel.php:105
|
708 |
+
#, php-format
|
709 |
+
msgid "%s needs at least %s version"
|
710 |
+
msgstr ""
|
711 |
+
|
712 |
+
#: templates/sysinfo/system-information-panel.php:116
|
713 |
+
msgid ""
|
714 |
+
"Update it to the latest version in order to benefit of all new features and "
|
715 |
+
"security updates."
|
716 |
+
msgstr ""
|
717 |
+
|
718 |
+
#: templates/sysinfo/system-information-panel.php:122
|
719 |
+
msgid "Contact your hosting company in order to update it."
|
720 |
+
msgstr ""
|
721 |
+
|
722 |
+
#: templates/sysinfo/system-information-panel.php:126
|
723 |
+
#, php-format
|
724 |
+
msgid "Remove %s from %s file"
|
725 |
+
msgstr ""
|
726 |
+
|
727 |
+
#: templates/sysinfo/system-information-panel.php:134
|
728 |
+
msgid "Contact your hosting company in order to enable it."
|
729 |
+
msgstr ""
|
730 |
+
|
731 |
+
#: templates/sysinfo/system-information-panel.php:157
|
732 |
+
msgid ""
|
733 |
+
"We cannot determine which <b>TLS</b> version is installed because <b>cURL</"
|
734 |
+
"b> module is disabled. Ask your hosting company to enable it."
|
735 |
+
msgstr ""
|
736 |
+
|
737 |
+
#: templates/sysinfo/system-information-panel.php:160
|
738 |
+
msgid ""
|
739 |
+
"<b>ImageMagick</b> module is not installed. Ask your hosting company to "
|
740 |
+
"install it."
|
741 |
+
msgstr ""
|
742 |
+
|
743 |
+
#: templates/sysinfo/system-information-panel.php:172
|
744 |
+
msgid "Show full PHPInfo"
|
745 |
+
msgstr ""
|
746 |
+
|
747 |
+
#: templates/sysinfo/system-information-panel.php:176
|
748 |
+
msgid "Back to System panel"
|
749 |
+
msgstr ""
|
750 |
+
|
751 |
+
#: templates/sysinfo/system-information-panel.php:193
|
752 |
+
msgid "Back to top"
|
753 |
+
msgstr ""
|
754 |
+
|
755 |
+
#: yit-plugin.php:83
|
756 |
+
msgctxt "Plugin Row Meta"
|
757 |
+
msgid "Live Demo"
|
758 |
+
msgstr ""
|
759 |
+
|
760 |
+
#: yit-plugin.php:88
|
761 |
+
msgctxt "Plugin Row Meta"
|
762 |
+
msgid "Documentation"
|
763 |
+
msgstr ""
|
764 |
+
|
765 |
+
#: yit-plugin.php:93
|
766 |
+
msgctxt "Plugin Row Meta"
|
767 |
+
msgid "Support"
|
768 |
+
msgstr ""
|
769 |
+
|
770 |
+
#: yit-plugin.php:98
|
771 |
+
msgctxt "Plugin Row Meta"
|
772 |
+
msgid "Premium version"
|
773 |
+
msgstr ""
|
774 |
+
|
775 |
+
#: yit-plugin.php:190
|
776 |
+
msgctxt "Action links"
|
777 |
+
msgid "Settings"
|
778 |
+
msgstr ""
|
779 |
+
|
780 |
+
#: yit-plugin.php:194
|
781 |
+
msgid "License"
|
782 |
+
msgstr ""
|
plugin-fw/languages/yith-plugin-fw-es_ES.mo
CHANGED
Binary file
|
plugin-fw/languages/yith-plugin-fw-es_ES.po
CHANGED
@@ -4,8 +4,8 @@ msgid ""
|
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: YITH Plugin Starter 1.0.0 Plugin FW\n"
|
6 |
"Report-Msgid-Bugs-To: Your Inspiration Themes <plugins@yithemes.com>\n"
|
7 |
-
"POT-Creation-Date:
|
8 |
-
"PO-Revision-Date:
|
9 |
"Last-Translator: \n"
|
10 |
"Language-Team: Your Inspiration Themes <info@yithemes.com>\n"
|
11 |
"Language: es_ES\n"
|
@@ -65,129 +65,129 @@ msgctxt "Privacy Policy Content"
|
|
65 |
msgid "Payments"
|
66 |
msgstr "Pagos"
|
67 |
|
68 |
-
#: lib/yit-cpt-unlimited.php:
|
69 |
-
#: lib/yit-cpt-unlimited.php:
|
70 |
#, php-format
|
71 |
msgid "Add %s"
|
72 |
msgstr "Añadir %s"
|
73 |
|
74 |
-
#: lib/yit-cpt-unlimited.php:
|
75 |
#, php-format
|
76 |
msgid "Add New %s"
|
77 |
msgstr "Añadir nuevo/a %s"
|
78 |
|
79 |
-
#: lib/yit-cpt-unlimited.php:
|
80 |
-
#: lib/yit-cpt-unlimited.php:
|
81 |
#, php-format
|
82 |
msgid "Edit %s"
|
83 |
msgstr "Editar %s"
|
84 |
|
85 |
-
#: lib/yit-cpt-unlimited.php:
|
86 |
#, php-format
|
87 |
msgid "New %s"
|
88 |
msgstr "Nuevo/a %s"
|
89 |
|
90 |
-
#: lib/yit-cpt-unlimited.php:
|
91 |
#, php-format
|
92 |
msgid "All %s"
|
93 |
msgstr "Todo %s"
|
94 |
|
95 |
-
#: lib/yit-cpt-unlimited.php:
|
96 |
-
#: lib/yit-cpt-unlimited.php:
|
97 |
#, php-format
|
98 |
msgid "View %s"
|
99 |
msgstr "Ver %s"
|
100 |
|
101 |
-
#: lib/yit-cpt-unlimited.php:
|
102 |
#, php-format
|
103 |
msgid "Search %s"
|
104 |
msgstr "Buscar %s"
|
105 |
|
106 |
-
#: lib/yit-cpt-unlimited.php:
|
107 |
#, php-format
|
108 |
msgid "No %s found"
|
109 |
msgstr "No se encontraron %s"
|
110 |
|
111 |
-
#: lib/yit-cpt-unlimited.php:
|
112 |
#, php-format
|
113 |
msgid "No %s found in Trash"
|
114 |
msgstr "No se encontraron %s en la papelera"
|
115 |
|
116 |
-
#: lib/yit-cpt-unlimited.php:
|
117 |
#, php-format
|
118 |
msgctxt "taxonomy general name"
|
119 |
msgid "%s Categories"
|
120 |
msgstr "%s Categorías"
|
121 |
|
122 |
-
#: lib/yit-cpt-unlimited.php:
|
123 |
msgctxt "taxonomy singular name"
|
124 |
msgid "Category"
|
125 |
msgstr "Categoría"
|
126 |
|
127 |
-
#: lib/yit-cpt-unlimited.php:
|
128 |
msgid "Search Categories"
|
129 |
msgstr "Buscar Categorías"
|
130 |
|
131 |
-
#: lib/yit-cpt-unlimited.php:
|
132 |
msgid "All Categories"
|
133 |
msgstr "Todas las categorías"
|
134 |
|
135 |
-
#: lib/yit-cpt-unlimited.php:
|
136 |
msgid "Parent Category"
|
137 |
msgstr "Categoría superior"
|
138 |
|
139 |
-
#: lib/yit-cpt-unlimited.php:
|
140 |
msgid "Parent Category:"
|
141 |
msgstr "Categoría superior:"
|
142 |
|
143 |
-
#: lib/yit-cpt-unlimited.php:
|
144 |
msgid "Edit Category"
|
145 |
msgstr "Editar Categoría:"
|
146 |
|
147 |
-
#: lib/yit-cpt-unlimited.php:
|
148 |
msgid "Update Category"
|
149 |
msgstr "Actualizar Categoría:"
|
150 |
|
151 |
-
#: lib/yit-cpt-unlimited.php:
|
152 |
msgid "Add New Category"
|
153 |
msgstr "Añadir nueva categoría"
|
154 |
|
155 |
-
#: lib/yit-cpt-unlimited.php:
|
156 |
msgid "New Category Name"
|
157 |
msgstr "Nuevo nombre de categoría"
|
158 |
|
159 |
-
#: lib/yit-cpt-unlimited.php:
|
160 |
msgid "Category"
|
161 |
msgstr "Categoría"
|
162 |
|
163 |
-
#: lib/yit-cpt-unlimited.php:
|
164 |
msgid "Categories"
|
165 |
msgstr "Categorías"
|
166 |
|
167 |
-
#: lib/yit-cpt-unlimited.php:
|
168 |
#, php-format
|
169 |
msgid "%s Settings"
|
170 |
msgstr "%s Ajustes"
|
171 |
|
172 |
-
#: lib/yit-cpt-unlimited.php:
|
173 |
-
#: lib/yit-cpt-unlimited.php:
|
174 |
msgid "Settings"
|
175 |
msgstr "Ajustes"
|
176 |
|
177 |
-
#: lib/yit-cpt-unlimited.php:
|
178 |
msgid "Type"
|
179 |
msgstr "Tipo"
|
180 |
|
181 |
-
#: lib/yit-cpt-unlimited.php:
|
182 |
#, php-format
|
183 |
msgid "Layout for this %s"
|
184 |
msgstr "Diseño para este %s"
|
185 |
|
186 |
-
#: lib/yit-cpt-unlimited.php:
|
187 |
msgid "Rewrite"
|
188 |
msgstr "Reescribir"
|
189 |
|
190 |
-
#: lib/yit-cpt-unlimited.php:
|
191 |
msgid ""
|
192 |
"Univocal identification name in the URL for each product (slug from post if "
|
193 |
"empty)"
|
@@ -195,28 +195,28 @@ msgstr ""
|
|
195 |
"Nombre de identificación único en la URL para cada producto (slug desde la "
|
196 |
"entrada si está vacío)"
|
197 |
|
198 |
-
#: lib/yit-cpt-unlimited.php:
|
199 |
msgid "Label in Singular"
|
200 |
msgstr "Etiqueta en singular"
|
201 |
|
202 |
-
#: lib/yit-cpt-unlimited.php:
|
203 |
msgid "Set a label in singular (title of portfolio if empty)"
|
204 |
msgstr ""
|
205 |
"Establecer una etiqueta en singular (título del porfolio si está vacío)"
|
206 |
|
207 |
-
#: lib/yit-cpt-unlimited.php:
|
208 |
msgid "Label in Plural"
|
209 |
msgstr "Etiqueta en plural"
|
210 |
|
211 |
-
#: lib/yit-cpt-unlimited.php:
|
212 |
msgid "Set a label in plural (title of portfolio if empty)"
|
213 |
msgstr "Establecer una etiqueta en plural (título del porfolio si está vacío)"
|
214 |
|
215 |
-
#: lib/yit-cpt-unlimited.php:
|
216 |
msgid "Taxonomy"
|
217 |
msgstr "Taxonomía"
|
218 |
|
219 |
-
#: lib/yit-cpt-unlimited.php:
|
220 |
msgid ""
|
221 |
"If you want to use categories in the portfolio, set a name for taxonomy. "
|
222 |
"Name should be a slug (must not contain capital letters nor spaces) and must "
|
@@ -227,125 +227,141 @@ msgstr ""
|
|
227 |
"espacios) y no debe ser más largo de 32 caracteres (restricción de "
|
228 |
"estructura de base de datos)."
|
229 |
|
230 |
-
#: lib/yit-cpt-unlimited.php:
|
231 |
msgid "Taxonomy Rewrite"
|
232 |
msgstr "Rescritura de taxonomía"
|
233 |
|
234 |
-
#: lib/yit-cpt-unlimited.php:
|
235 |
msgid "Set univocal name for each category page URL."
|
236 |
msgstr "Establecer nombre único para cada página URL de categoría."
|
237 |
|
238 |
-
#: lib/yit-cpt-unlimited.php:
|
239 |
msgid "Single layout"
|
240 |
msgstr "Diseño simple"
|
241 |
|
242 |
-
#: lib/yit-cpt-unlimited.php:
|
243 |
msgid "Layout for single page of this portfolio"
|
244 |
msgstr "Diseño para cada página de este porfolio"
|
245 |
|
246 |
-
#: lib/yit-cpt-unlimited.php:
|
247 |
msgid "layout settings"
|
248 |
msgstr "ajustes de diseño"
|
249 |
|
250 |
-
#: lib/yit-cpt-unlimited.php:
|
251 |
msgid "Quick links"
|
252 |
msgstr "Enlaces rápidos"
|
253 |
|
254 |
-
#: lib/yit-cpt-unlimited.php:
|
255 |
#, php-format
|
256 |
msgid "Show frontend of the %s"
|
257 |
msgstr "Mostrar parte delantera de %s"
|
258 |
|
259 |
-
#: lib/yit-cpt-unlimited.php:
|
260 |
#: templates/fields/customtabs.php:89
|
261 |
msgid "Name"
|
262 |
msgstr "Nombre"
|
263 |
|
264 |
-
#: lib/yit-cpt-unlimited.php:
|
265 |
#, php-format
|
266 |
msgid "Add %s from images"
|
267 |
msgstr "Añadir %s desde imágenes"
|
268 |
|
269 |
-
#: lib/yit-cpt-unlimited.php:
|
270 |
msgid "Upload multiple files"
|
271 |
msgstr "Cargar archivos múltiples"
|
272 |
|
273 |
-
#: lib/yit-plugin-panel-wc.php:
|
274 |
msgid "The changes you have made will be lost if you leave this page."
|
275 |
msgstr "Los cambios que has hecho se perderán si abandonas esta página."
|
276 |
|
277 |
-
#: lib/yit-plugin-panel.php:
|
278 |
msgid "Plugin Settings"
|
279 |
msgstr "Ajustes del plugin"
|
280 |
|
281 |
-
#: lib/yit-plugin-panel.php:
|
282 |
msgid "How to install premium version"
|
283 |
msgstr "Cómo instalar la versión premium"
|
284 |
|
285 |
-
#: lib/yit-plugin-panel.php:
|
286 |
-
#: templates/panel/woocommerce/woocommerce-form.php:
|
287 |
msgid "Save Changes"
|
288 |
msgstr "Guardar cambios"
|
289 |
|
290 |
-
#: lib/yit-plugin-panel.php:
|
291 |
-
#: templates/panel/woocommerce/woocommerce-form.php:
|
292 |
msgid ""
|
293 |
"If you continue with this action, you will reset all options in this page."
|
294 |
msgstr ""
|
295 |
"Si sigues con esta acción, se reiniciarán todas las opciones en esta página."
|
296 |
|
297 |
-
#: lib/yit-plugin-panel.php:
|
298 |
msgid "Reset to default"
|
299 |
msgstr "Restablecer a predeterminado"
|
300 |
|
301 |
-
#: lib/yit-plugin-panel.php:
|
302 |
-
#: templates/panel/woocommerce/woocommerce-form.php:
|
303 |
msgid "Are you sure?"
|
304 |
msgstr "¿Estás seguro/a?"
|
305 |
|
306 |
-
#: lib/yit-plugin-panel.php:
|
307 |
msgid ""
|
308 |
"The element you have entered already exists. Please, enter another name."
|
309 |
msgstr ""
|
310 |
"El elemento que has introducido ya existe. Por favor, introduce otro nombre."
|
311 |
|
312 |
-
#: lib/yit-plugin-panel.php:
|
313 |
msgid "Settings saved"
|
314 |
msgstr "Ajustes guardados"
|
315 |
|
316 |
-
#: lib/yit-plugin-panel.php:
|
317 |
msgid "Settings reset"
|
318 |
msgstr "Ajustes reiniciados"
|
319 |
|
320 |
-
#: lib/yit-plugin-panel.php:
|
321 |
msgid "Element deleted correctly."
|
322 |
msgstr "Elemento borrado correctamente."
|
323 |
|
324 |
-
#: lib/yit-plugin-panel.php:
|
325 |
msgid "Element updated correctly."
|
326 |
msgstr "Elemento actualizado correctamente."
|
327 |
|
328 |
-
#: lib/yit-plugin-panel.php:
|
329 |
msgid "Database imported correctly."
|
330 |
msgstr "Base de datos importada correctamente."
|
331 |
|
332 |
-
#: lib/yit-plugin-panel.php:
|
333 |
msgid "An error has occurred during import. Please try again."
|
334 |
msgstr ""
|
335 |
"Ha ocurrido un error durante la importación. Por favor, inténtalo de nuevo."
|
336 |
|
337 |
-
#: lib/yit-plugin-panel.php:
|
338 |
msgid "The added file is not valid."
|
339 |
msgstr "El archivo añadido no es válido."
|
340 |
|
341 |
-
#: lib/yit-plugin-panel.php:
|
342 |
msgid "Sorry, import is disabled."
|
343 |
msgstr "Lo sentimos, la importación está deshabilitada."
|
344 |
|
345 |
-
#: lib/yit-plugin-panel.php:
|
346 |
msgid "Sorting successful."
|
347 |
msgstr "Clasificación fue realizada con éxito."
|
348 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
349 |
#: lib/yit-pointers.php:70
|
350 |
msgid "Plugins Activated"
|
351 |
msgstr "Plugins activados"
|
@@ -396,435 +412,132 @@ msgstr ""
|
|
396 |
" se moverán de su posición anterior a la "
|
397 |
"pestaña YIT Plugin."
|
398 |
|
399 |
-
#: lib/
|
400 |
-
msgid "
|
401 |
-
msgstr ""
|
402 |
-
"Ha ocurrido un error inesperado, por favor, inténtalo de nuevo más tarde. "
|
403 |
-
"¡Gracias!"
|
404 |
-
|
405 |
-
#: lib/yit-upgrade.php:196
|
406 |
-
msgid "There is a new version of %plugin_name% available."
|
407 |
-
msgstr "Hay una nueva versión de %plugin_name% disponible."
|
408 |
-
|
409 |
-
#: lib/yit-upgrade.php:197
|
410 |
-
msgid "View version %latest% details."
|
411 |
-
msgstr "Ver detalles de la %latest% versión"
|
412 |
-
|
413 |
-
#: lib/yit-upgrade.php:198
|
414 |
-
msgid "Automatic update is unavailable for this plugin,"
|
415 |
-
msgstr "Las actualizaciones automáticas no están disponibles para este plugin,"
|
416 |
-
|
417 |
-
#: lib/yit-upgrade.php:199
|
418 |
-
msgid ""
|
419 |
-
"please <a href=\"%activate_link%\">activate</a> your copy of %plugin_name%."
|
420 |
-
msgstr ""
|
421 |
-
"por favor, <a href=\"%activate_link%\">activa</a> tu copia de %plugin_name%."
|
422 |
-
|
423 |
-
#: lib/yit-upgrade.php:200
|
424 |
-
msgid "Update now."
|
425 |
-
msgstr "Actualiza ahora."
|
426 |
-
|
427 |
-
#: lib/yit-upgrade.php:201
|
428 |
-
msgid ""
|
429 |
-
"<br/><b>Please note:</b> You are using a higher version than the latest "
|
430 |
-
"available one. </em>Please, make sure you've downloaded the latest version "
|
431 |
-
"of <em>%1$s</em> from the only <a href=\"https://yithemes.com\" target="
|
432 |
-
"\"_blank\">YITH official website</a>, specifically, from your <a href="
|
433 |
-
"\"https://yithemes.com/my-account/recent-downloads/\" target=\"_blank"
|
434 |
-
"\">Downloads page</a>. This is the only way to be sure the version you are "
|
435 |
-
"using is 100% malware-free."
|
436 |
-
msgstr ""
|
437 |
-
"<br/><b>Por favor, ten en cuenta:</b> Estás usando una versión superior a la "
|
438 |
-
"última disponible. </em>Por favor, asegurate de que has descargado la última "
|
439 |
-
"versión de <em>%1$s</em> desde el único <a href=\"https://yithemes.com\" "
|
440 |
-
"target=\"_blank\">sitio oficial de YITH</a>, específicamente, desde tu <a "
|
441 |
-
"href=\"https://yithemes.com/my-account/recent-downloads/\" target=\"_blank"
|
442 |
-
"\">página de Descargas</a>. Esta es la única forma de estar seguro de que la "
|
443 |
-
"versión que estás usando es 100% malware-free."
|
444 |
-
|
445 |
-
#: lib/yit-upgrade.php:303
|
446 |
-
msgctxt "[Update Plugin Message: License not enabled]"
|
447 |
-
msgid "You have to activate the plugin to benefit from automatic updates."
|
448 |
-
msgstr ""
|
449 |
-
"Tienes que activar el plugin para beneficiarte de actualizaciones "
|
450 |
-
"automáticas."
|
451 |
-
|
452 |
-
#: lib/yit-upgrade.php:325
|
453 |
-
msgid "YITH Repository"
|
454 |
-
msgstr "Repositorio de YITH"
|
455 |
-
|
456 |
-
#: lib/yit-upgrade.php:359
|
457 |
-
msgid "Invalid URL Provided."
|
458 |
-
msgstr "La URL proporcionada no es válida."
|
459 |
-
|
460 |
-
#: lib/yit-upgrade.php:372
|
461 |
-
msgid "Could not create Temporary file."
|
462 |
-
msgstr "No se pudo crear un archivo temporal."
|
463 |
-
|
464 |
-
#: lib/yit-upgrade.php:547
|
465 |
-
#, php-format
|
466 |
-
msgid ""
|
467 |
-
"There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
|
468 |
-
"yit-changelog-button open-plugin-details-modal\" title=\"%3$s\">View version "
|
469 |
-
"%4$s details</a>."
|
470 |
-
msgstr ""
|
471 |
-
"Hay una nueva versión de %1$s disponible. <a href=\"%2$s\" class=\"thickbox "
|
472 |
-
"yit-changelog-button\" title=\"%3$s\">Ver detalles de la versión %4$s</a>."
|
473 |
-
|
474 |
-
#: lib/yit-upgrade.php:551
|
475 |
-
#, php-format
|
476 |
-
msgid ""
|
477 |
-
"There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
|
478 |
-
"yit-changelog-button open-plugin-details-modal\" title=\"%3$s\">View version "
|
479 |
-
"%4$s details</a>. <em>You have to activate the plugin on a single site of "
|
480 |
-
"the network to benefit from automatic updates.</em>"
|
481 |
-
msgstr ""
|
482 |
-
"Hay una nueva versión de %1$s disponible. <a href=\"%2$s\" class=\"thickbox "
|
483 |
-
"yit-changelog-button\" title=\"%3$s\">Ver detalles de la versión %4$s</a>. "
|
484 |
-
"<em>Tienes que activar el plugin en un único sitio web desde la red para "
|
485 |
-
"beneficiarte de las actualizaciones automáticas.</em>"
|
486 |
|
487 |
-
#: lib/
|
488 |
-
|
489 |
-
|
490 |
-
"There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
|
491 |
-
"yit-changelog-button open-plugin-details-modal\" title=\"%3$s\">View version "
|
492 |
-
"%4$s details</a>. <em>Automatic update is unavailable for this plugin, "
|
493 |
-
"please <a href=\"%5$s\" title=\"License activation\">activate</a> your copy "
|
494 |
-
"of %6s.</em>"
|
495 |
-
msgstr ""
|
496 |
-
"Hay una nueva versión de %1$s disponible. <a href=\"%2$s\" class=\"thickbox "
|
497 |
-
"yit-changelog-button\" title=\"%3$s\">Ver detalles de la versión %4$s</a>. "
|
498 |
-
"<em>Las actualizaciones automáticas no están disponibles para este plugin, "
|
499 |
-
"por favor <a href=\"%5$s\" title=\"License activation\">activa</a> tu copia "
|
500 |
-
"de %6s.</em>"
|
501 |
|
502 |
-
#: lib/
|
503 |
-
|
504 |
-
|
505 |
-
"There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
|
506 |
-
"yit-changelog-button open-plugin-details-modal\" title=\"%3$s\">View version "
|
507 |
-
"%4$s details</a> or <a href=\"%5$s\">update now</a>."
|
508 |
-
msgstr ""
|
509 |
-
"Hay una nueva versión de %1$s disponible. <a href=\"%2$s\" class=\"thickbox "
|
510 |
-
"yit-changelog-button\" title=\"%3$s\">Ver detalles de la versión %4$s</a> o "
|
511 |
-
"<a href=\"%5$s\">actualizar ahora</a>."
|
512 |
|
513 |
-
#: lib/
|
514 |
-
#, php-format
|
515 |
-
msgid ""
|
516 |
-
"<br/><b>Please note:</b> You are using a higher version than the latest "
|
517 |
-
"available one. </em>Please, make sure you've downloaded the latest version "
|
518 |
-
"of <em>%1$s</em> from the only <a href=\"https://yithemes.com\" target="
|
519 |
-
"\"_blank\">YITH official website</a>, specifically, from your <a href="
|
520 |
-
"\"https://yithemes.com/my-account/recent-downloads/\" target=\"_blank"
|
521 |
-
"\">Downloads page</a>. This is the only way to be sure the version you are "
|
522 |
-
"using is 100%% malware-free."
|
523 |
-
msgstr ""
|
524 |
-
"<br/><b>Por favor, ten en cuenta:</b> Estás usando una versión más alta que "
|
525 |
-
"la última disponible. </em>Por favor, asegurate de que has descargado la "
|
526 |
-
"última versión de <em>%1$s</em> desde el único<a href=\"https://yithemes.com"
|
527 |
-
"\" target=\"_blank\">sitio oficial de YITH</a>, específicamente, desde tu <a "
|
528 |
-
"href=\"https://yithemes.com/my-account/recent-downloads/\" target=\"_blank"
|
529 |
-
"\">página de Descargas</a>. Esta es la única manera de estar seguro de que "
|
530 |
-
"la versión que estás usando es 100%% malware-free."
|
531 |
-
|
532 |
-
#: lib/yit-upgrade.php:635
|
533 |
-
msgid "You can't update the plugins for this site."
|
534 |
-
msgstr "No puedes actualizar los plugins para este sitio web."
|
535 |
-
|
536 |
-
#: lib/yit-upgrade.php:639
|
537 |
msgid ""
|
538 |
-
"
|
|
|
539 |
msgstr ""
|
540 |
-
"
|
541 |
-
"
|
542 |
|
543 |
-
#: lib/
|
544 |
-
|
545 |
-
|
|
|
546 |
|
547 |
-
#: lib/yith-dashboard.php:
|
548 |
-
|
549 |
-
|
|
|
550 |
|
551 |
-
#: lib/yith-dashboard.php:
|
552 |
-
|
553 |
-
|
|
|
554 |
|
555 |
#: lib/yith-gutenberg.php:134
|
556 |
msgctxt "[gutenberg]: Category Name"
|
557 |
msgid "YITH"
|
558 |
msgstr "YITH"
|
559 |
|
560 |
-
#:
|
561 |
-
|
562 |
-
|
563 |
-
msgid "Please, insert a valid %s"
|
564 |
-
msgstr "Por favor, introduce una %s válida"
|
565 |
|
566 |
-
#:
|
567 |
-
|
568 |
-
|
569 |
-
msgstr "Por favor, inserta una %s válida y una %s válida"
|
570 |
|
571 |
-
#:
|
572 |
-
msgid "
|
573 |
-
msgstr ""
|
574 |
-
"No fue posible contactar con el servidor remoto, por favor, inténtalo de "
|
575 |
-
"nuevo más tarde. ¡Gracias!"
|
576 |
|
577 |
-
#:
|
578 |
-
msgid "
|
579 |
-
msgstr "
|
580 |
|
581 |
-
#:
|
582 |
-
msgid "
|
583 |
-
msgstr "
|
584 |
|
585 |
-
#:
|
586 |
-
msgid "
|
587 |
-
msgstr ""
|
588 |
-
"¿Estás seguro/a de que quieres desactivar la licencia para el sitio web "
|
589 |
-
"actual?"
|
590 |
|
591 |
-
#:
|
592 |
-
msgid "
|
593 |
-
msgstr "
|
594 |
|
595 |
-
#:
|
596 |
-
msgid "
|
597 |
-
msgstr "
|
598 |
|
599 |
-
#:
|
600 |
-
msgid "
|
601 |
-
msgstr "
|
602 |
|
603 |
-
#:
|
604 |
-
msgid "
|
605 |
-
msgstr "
|
606 |
|
607 |
-
#:
|
608 |
-
msgid "
|
609 |
-
msgstr "
|
610 |
|
611 |
-
#:
|
612 |
-
msgid "
|
613 |
-
msgstr "
|
614 |
|
615 |
-
#:
|
616 |
-
msgid "
|
617 |
-
msgstr "
|
618 |
|
619 |
-
#:
|
620 |
-
msgid "
|
621 |
-
msgstr "
|
622 |
|
623 |
-
#:
|
624 |
-
msgid "
|
625 |
-
msgstr ""
|
626 |
-
|
627 |
-
|
628 |
-
|
629 |
-
|
630 |
-
|
631 |
-
|
632 |
-
#: licence/lib/yit-licence.php:739
|
633 |
-
msgid "License successfully activated"
|
634 |
-
msgstr "Licencia activada con éxito"
|
635 |
-
|
636 |
-
#: licence/lib/yit-licence.php:740
|
637 |
-
msgid "License key deactivated for website"
|
638 |
-
msgstr "Clave de licencia desactivada para nuestro sitio web"
|
639 |
-
|
640 |
-
#: licence/lib/yit-plugin-licence.php:67 licence/lib/yit-plugin-licence.php:68
|
641 |
-
#: licence/lib/yit-theme-licence.php:69 licence/lib/yit-theme-licence.php:70
|
642 |
-
#: licence/lib/yit-theme-licence.php:109 licence/lib/yit-theme-licence.php:110
|
643 |
-
msgid "License Activation"
|
644 |
-
msgstr "Activación de la Licencia"
|
645 |
-
|
646 |
-
#: licence/lib/yit-plugin-licence.php:142
|
647 |
-
msgctxt ""
|
648 |
-
"[Part of]: Warning! You didn't set license key for the following products:"
|
649 |
-
"[Plugins List] which means you're missing out on updates and support. Enter "
|
650 |
-
"your license key, please."
|
651 |
msgid "Warning!"
|
652 |
msgstr "¡Atención! "
|
653 |
|
654 |
-
#:
|
655 |
-
msgctxt ""
|
656 |
-
"[Part of]: Warning! You didn't set license key for the following products:"
|
657 |
-
"[Plugins List] which means you're missing out on updates and support. Enter "
|
658 |
-
"your license key, please."
|
659 |
-
msgid "You didn't set license key for the following products"
|
660 |
-
msgstr "No has establecido la clave de licencia para los siguientes productos"
|
661 |
-
|
662 |
-
#: licence/lib/yit-plugin-licence.php:145
|
663 |
-
msgctxt ""
|
664 |
-
"[Part of]: Warning! You didn't set license key for the following products:"
|
665 |
-
"[Plugins List] which means you're missing out on updates and support. Enter "
|
666 |
-
"your license key, please."
|
667 |
-
msgid "which means you're missing out on updates and support"
|
668 |
-
msgstr "lo que significa que estás perdiendo actualizaciones y soporte"
|
669 |
-
|
670 |
-
#: licence/lib/yit-plugin-licence.php:147
|
671 |
-
msgctxt ""
|
672 |
-
"[Part of]: Warning! You didn't set license key for the following products:"
|
673 |
-
"[Plugins List] which means you're missing out on updates and support. Enter "
|
674 |
-
"your license key, please."
|
675 |
-
msgid "Enter your license key"
|
676 |
-
msgstr "Introduce tu clave de licencia"
|
677 |
-
|
678 |
-
#: licence/lib/yit-plugin-licence.php:148
|
679 |
-
msgctxt ""
|
680 |
-
"[Part of]: Warning! You didn't set license key for the following products:"
|
681 |
-
"[Plugins List] which means you're missing out on updates and support. Enter "
|
682 |
-
"your license key, please."
|
683 |
-
msgid "please"
|
684 |
-
msgstr "por favor"
|
685 |
-
|
686 |
-
#: licence/lib/yit-theme-licence.php:117 licence/lib/yit-theme-licence.php:118
|
687 |
#, php-format
|
688 |
-
msgid "%s"
|
689 |
-
msgstr "%s"
|
690 |
-
|
691 |
-
#: licence/lib/yit-theme-licence.php:159
|
692 |
msgid ""
|
693 |
-
"
|
694 |
-
"
|
695 |
msgstr ""
|
696 |
-
"
|
697 |
-
"
|
698 |
|
699 |
-
#:
|
700 |
-
msgid ""
|
701 |
-
"
|
702 |
-
"benefit from support and updates (the services offered with the license)\n"
|
703 |
-
" until 27 January 2016 and you do not have to purchase it "
|
704 |
-
"again to get a new license key, because, before this date, your license used "
|
705 |
-
"to be activated automatically by our system.\n"
|
706 |
-
" After 27 January 2016, instead, if you want to benefit "
|
707 |
-
"from support and updates you have to buy a new license and activate it "
|
708 |
-
"through the license key you will be\n"
|
709 |
-
" provided with and that you can find in your YITH "
|
710 |
-
"account, in section \"My licenses\"."
|
711 |
-
msgstr ""
|
712 |
-
"Si has comprado uno de nuestros productos antes del 27 de enero de 2015, "
|
713 |
-
"puedes beneficiarte del soporte y actualizaciones (los servicios incluidos "
|
714 |
-
"con la licencia)\n"
|
715 |
-
" hasta el 27 de enero de 2016 y no tendrás que comprarla "
|
716 |
-
"otra vez para conseguir una nueva clave de licencia, porque, antes de esta "
|
717 |
-
"fecha, tu licencia se activaba automáticamente por nuestro sistema.\n"
|
718 |
-
" Después del 27 de enero de 2016, sin embargo, si quieres "
|
719 |
-
"beneficiarte de nuestro soporte y actualizaciones, tienes que comprar una "
|
720 |
-
"nueva licencia y activarla a través de la clave de licencia que \n"
|
721 |
-
" se te proporcionará y que podrás encontrar en tu cuenta "
|
722 |
-
"YIThemes, en la sección \"My licenses\"."
|
723 |
-
|
724 |
-
#: licence/templates/panel/activation/activation-panel.php:24
|
725 |
-
msgid "YITH License Activation"
|
726 |
-
msgstr "Activación de licencia de YITH"
|
727 |
-
|
728 |
-
#: licence/templates/panel/activation/activation-panel.php:27
|
729 |
-
msgid "License expiry date"
|
730 |
-
msgstr "Fecha de vencimiento de la licencia"
|
731 |
-
|
732 |
-
#: licence/templates/panel/activation/activation-panel.php:30
|
733 |
-
msgid ""
|
734 |
-
"If you have renewed your product license key and the expiry date does not "
|
735 |
-
"appear up-to-date, please, click on the button <em>Check Expiry Date</em> "
|
736 |
-
"below and it will update."
|
737 |
-
msgstr ""
|
738 |
-
"Si has renovado la clave de licencia de tu producto y la fecha de "
|
739 |
-
"vencimiento no aparece actualizada, por favor, haz clic en el botón "
|
740 |
-
"<em>Comprobar fecha de vencimiento</em> debajo y se actualizará."
|
741 |
-
|
742 |
-
#: licence/templates/panel/activation/activation-panel.php:33
|
743 |
-
msgid "Check expiry date"
|
744 |
-
msgstr "Comprobar la fecha de vencimiento"
|
745 |
-
|
746 |
-
#: licence/templates/panel/activation/activation-panel.php:47
|
747 |
-
msgid "Product to activate"
|
748 |
-
msgid_plural "Products to activate"
|
749 |
-
msgstr[0] "Producto que activar"
|
750 |
-
msgstr[1] "Productos que activar"
|
751 |
-
|
752 |
-
#: licence/templates/panel/activation/activation-panel.php:50
|
753 |
-
msgid "Are you having issues with the license activation?"
|
754 |
-
msgstr "¿Estás teniendo problemas con la activación de la licencia?"
|
755 |
-
|
756 |
-
#: licence/templates/panel/activation/activation-panel.php:50
|
757 |
-
msgid "Read this article"
|
758 |
-
msgstr "Lee este artículo"
|
759 |
-
|
760 |
-
#: licence/templates/panel/activation/activation-panel.php:70
|
761 |
-
msgid "Activate"
|
762 |
-
msgstr "Activar"
|
763 |
-
|
764 |
-
#: licence/templates/panel/activation/activation-panel.php:89
|
765 |
-
msgid "Activated"
|
766 |
-
msgstr "Activado/a"
|
767 |
-
|
768 |
-
#: licence/templates/panel/activation/activation-panel.php:95
|
769 |
-
#: licence/templates/panel/activation/activation-panel.php:173
|
770 |
-
#: licence/templates/panel/activation/activation-panel.php:203
|
771 |
-
msgid "Product Name"
|
772 |
-
msgstr "Nombre de Producto"
|
773 |
-
|
774 |
-
#: licence/templates/panel/activation/activation-panel.php:97
|
775 |
-
#: licence/templates/panel/activation/activation-panel.php:175
|
776 |
-
#: licence/templates/panel/activation/activation-panel.php:206
|
777 |
-
msgid "Email"
|
778 |
-
msgstr "Email"
|
779 |
-
|
780 |
-
#: licence/templates/panel/activation/activation-panel.php:98
|
781 |
-
#: licence/templates/panel/activation/activation-panel.php:176
|
782 |
-
#: licence/templates/panel/activation/activation-panel.php:207
|
783 |
-
msgid "License Key"
|
784 |
-
msgstr "Clave de Licencia"
|
785 |
-
|
786 |
-
#: licence/templates/panel/activation/activation-panel.php:101
|
787 |
-
#: licence/templates/panel/activation/activation-panel.php:210
|
788 |
-
msgid "Expires"
|
789 |
-
msgstr "Caduca"
|
790 |
-
|
791 |
-
#: licence/templates/panel/activation/activation-panel.php:104
|
792 |
-
msgid "Remaining"
|
793 |
-
msgstr "Restantes"
|
794 |
-
|
795 |
-
#: licence/templates/panel/activation/activation-panel.php:106
|
796 |
-
msgid "Club Subscription"
|
797 |
-
msgstr "Suscripción al Club"
|
798 |
-
|
799 |
-
#: licence/templates/panel/activation/activation-panel.php:135
|
800 |
-
#, php-format
|
801 |
-
msgid "%1s out of %2s"
|
802 |
-
msgstr "%1s de %2s"
|
803 |
|
804 |
-
#:
|
805 |
-
|
806 |
-
|
807 |
-
|
808 |
-
|
809 |
-
#: licence/templates/panel/activation/activation-panel.php:213
|
810 |
-
msgid "Renew"
|
811 |
-
msgstr "Renovado"
|
812 |
-
|
813 |
-
#: licence/templates/panel/activation/activation-panel.php:169
|
814 |
-
msgid "Banned"
|
815 |
-
msgstr "Bloqueado"
|
816 |
-
|
817 |
-
#: licence/templates/panel/activation/activation-panel.php:199
|
818 |
-
msgid "Expired"
|
819 |
-
msgstr "Caducado"
|
820 |
-
|
821 |
-
#: licence/templates/panel/activation/activation-panel.php:235
|
822 |
-
msgid "Order again"
|
823 |
-
msgstr "Comprar de nuevo"
|
824 |
-
|
825 |
-
#: licence/templates/panel/activation/activation-panel.php:237
|
826 |
-
msgid "Renew license"
|
827 |
-
msgstr "Renovar licencia"
|
828 |
|
829 |
#: templates/fields/ajax-posts.php:57
|
830 |
msgid "Search Posts"
|
@@ -862,6 +575,10 @@ msgstr "Añadir etiqueta de producto personalizado"
|
|
862 |
msgid "Do you want to remove the custom tab?"
|
863 |
msgstr "¿Quieres borrar la etiqueta personalizada?"
|
864 |
|
|
|
|
|
|
|
|
|
865 |
#: templates/fields/icons.php:58
|
866 |
msgid "Set Default"
|
867 |
msgstr "Establecer por defecto"
|
@@ -886,13 +603,23 @@ msgstr "Añadir imágenes"
|
|
886 |
msgid "Delete"
|
887 |
msgstr "Borrar"
|
888 |
|
889 |
-
#: templates/fields/
|
890 |
-
|
891 |
-
|
|
|
892 |
|
893 |
-
#: templates/fields/
|
894 |
-
|
895 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
896 |
|
897 |
#: templates/fields/sidebars.php:22
|
898 |
msgid "Left sidebar"
|
@@ -918,12 +645,12 @@ msgstr "Elige una barra lateral"
|
|
918 |
msgid "Right Sidebar"
|
919 |
msgstr "Barra lateral derecha"
|
920 |
|
921 |
-
#: templates/fields/upload.php:
|
922 |
#: templates/panel/woocommerce/woocommerce-upload.php:40
|
923 |
msgid "Upload"
|
924 |
msgstr "Subir"
|
925 |
|
926 |
-
#: templates/fields/upload.php:
|
927 |
msgid "Reset"
|
928 |
msgstr "Reinicia"
|
929 |
|
@@ -941,10 +668,118 @@ msgstr "(Por defecto: %s <img src=\"%s\"/>)"
|
|
941 |
msgid "(Default: <i %s></i> )"
|
942 |
msgstr "(Por defecto: <i %s></i> )"
|
943 |
|
944 |
-
#: templates/panel/woocommerce/woocommerce-form.php:
|
945 |
msgid "Reset Defaults"
|
946 |
msgstr "Ajustes predeterminados"
|
947 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
948 |
#: yit-plugin.php:83
|
949 |
msgctxt "Plugin Row Meta"
|
950 |
msgid "Live Demo"
|
@@ -965,15 +800,357 @@ msgctxt "Plugin Row Meta"
|
|
965 |
msgid "Premium version"
|
966 |
msgstr "Versión premium"
|
967 |
|
968 |
-
#: yit-plugin.php:
|
969 |
msgctxt "Action links"
|
970 |
msgid "Settings"
|
971 |
msgstr "Ajustes"
|
972 |
|
973 |
-
#: yit-plugin.php:
|
974 |
msgid "License"
|
975 |
msgstr "Licencia"
|
976 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
977 |
#~ msgid ""
|
978 |
#~ "Have you updated your licenses? Have you asked for an extension? Update "
|
979 |
#~ "information concerning your products."
|
@@ -1039,18 +1216,9 @@ msgstr "Licencia"
|
|
1039 |
#~ msgid "Theme Icon"
|
1040 |
#~ msgstr "Icono del tema"
|
1041 |
|
1042 |
-
#~ msgid "Custom Icon"
|
1043 |
-
#~ msgstr "Icono Personalizado"
|
1044 |
-
|
1045 |
#~ msgid "None"
|
1046 |
#~ msgstr "Ninguno"
|
1047 |
|
1048 |
-
#~ msgid "Add field"
|
1049 |
-
#~ msgstr "Añadir campo"
|
1050 |
-
|
1051 |
-
#~ msgid "Click to toggle"
|
1052 |
-
#~ msgstr "Haz click para alternar"
|
1053 |
-
|
1054 |
#~ msgid "Field Title"
|
1055 |
#~ msgstr "Campo de título"
|
1056 |
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: YITH Plugin Starter 1.0.0 Plugin FW\n"
|
6 |
"Report-Msgid-Bugs-To: Your Inspiration Themes <plugins@yithemes.com>\n"
|
7 |
+
"POT-Creation-Date: 2020-01-14 09:59+0000\n"
|
8 |
+
"PO-Revision-Date: 2020-01-14 10:23+0000\n"
|
9 |
"Last-Translator: \n"
|
10 |
"Language-Team: Your Inspiration Themes <info@yithemes.com>\n"
|
11 |
"Language: es_ES\n"
|
65 |
msgid "Payments"
|
66 |
msgstr "Pagos"
|
67 |
|
68 |
+
#: lib/yit-cpt-unlimited.php:462 lib/yit-cpt-unlimited.php:576
|
69 |
+
#: lib/yit-cpt-unlimited.php:721 lib/yit-cpt-unlimited.php:1636
|
70 |
#, php-format
|
71 |
msgid "Add %s"
|
72 |
msgstr "Añadir %s"
|
73 |
|
74 |
+
#: lib/yit-cpt-unlimited.php:463 lib/yit-cpt-unlimited.php:577
|
75 |
#, php-format
|
76 |
msgid "Add New %s"
|
77 |
msgstr "Añadir nuevo/a %s"
|
78 |
|
79 |
+
#: lib/yit-cpt-unlimited.php:464 lib/yit-cpt-unlimited.php:578
|
80 |
+
#: lib/yit-cpt-unlimited.php:1269 lib/yit-cpt-unlimited.php:1306
|
81 |
#, php-format
|
82 |
msgid "Edit %s"
|
83 |
msgstr "Editar %s"
|
84 |
|
85 |
+
#: lib/yit-cpt-unlimited.php:465 lib/yit-cpt-unlimited.php:579
|
86 |
#, php-format
|
87 |
msgid "New %s"
|
88 |
msgstr "Nuevo/a %s"
|
89 |
|
90 |
+
#: lib/yit-cpt-unlimited.php:466 lib/yit-cpt-unlimited.php:580
|
91 |
#, php-format
|
92 |
msgid "All %s"
|
93 |
msgstr "Todo %s"
|
94 |
|
95 |
+
#: lib/yit-cpt-unlimited.php:467 lib/yit-cpt-unlimited.php:581
|
96 |
+
#: lib/yit-cpt-unlimited.php:1253 lib/yit-cpt-unlimited.php:1307
|
97 |
#, php-format
|
98 |
msgid "View %s"
|
99 |
msgstr "Ver %s"
|
100 |
|
101 |
+
#: lib/yit-cpt-unlimited.php:468 lib/yit-cpt-unlimited.php:582
|
102 |
#, php-format
|
103 |
msgid "Search %s"
|
104 |
msgstr "Buscar %s"
|
105 |
|
106 |
+
#: lib/yit-cpt-unlimited.php:469 lib/yit-cpt-unlimited.php:583
|
107 |
#, php-format
|
108 |
msgid "No %s found"
|
109 |
msgstr "No se encontraron %s"
|
110 |
|
111 |
+
#: lib/yit-cpt-unlimited.php:470 lib/yit-cpt-unlimited.php:584
|
112 |
#, php-format
|
113 |
msgid "No %s found in Trash"
|
114 |
msgstr "No se encontraron %s en la papelera"
|
115 |
|
116 |
+
#: lib/yit-cpt-unlimited.php:627
|
117 |
#, php-format
|
118 |
msgctxt "taxonomy general name"
|
119 |
msgid "%s Categories"
|
120 |
msgstr "%s Categorías"
|
121 |
|
122 |
+
#: lib/yit-cpt-unlimited.php:628
|
123 |
msgctxt "taxonomy singular name"
|
124 |
msgid "Category"
|
125 |
msgstr "Categoría"
|
126 |
|
127 |
+
#: lib/yit-cpt-unlimited.php:629 templates/fields/ajax-terms.php:56
|
128 |
msgid "Search Categories"
|
129 |
msgstr "Buscar Categorías"
|
130 |
|
131 |
+
#: lib/yit-cpt-unlimited.php:630
|
132 |
msgid "All Categories"
|
133 |
msgstr "Todas las categorías"
|
134 |
|
135 |
+
#: lib/yit-cpt-unlimited.php:631
|
136 |
msgid "Parent Category"
|
137 |
msgstr "Categoría superior"
|
138 |
|
139 |
+
#: lib/yit-cpt-unlimited.php:632
|
140 |
msgid "Parent Category:"
|
141 |
msgstr "Categoría superior:"
|
142 |
|
143 |
+
#: lib/yit-cpt-unlimited.php:633
|
144 |
msgid "Edit Category"
|
145 |
msgstr "Editar Categoría:"
|
146 |
|
147 |
+
#: lib/yit-cpt-unlimited.php:634
|
148 |
msgid "Update Category"
|
149 |
msgstr "Actualizar Categoría:"
|
150 |
|
151 |
+
#: lib/yit-cpt-unlimited.php:635
|
152 |
msgid "Add New Category"
|
153 |
msgstr "Añadir nueva categoría"
|
154 |
|
155 |
+
#: lib/yit-cpt-unlimited.php:636
|
156 |
msgid "New Category Name"
|
157 |
msgstr "Nuevo nombre de categoría"
|
158 |
|
159 |
+
#: lib/yit-cpt-unlimited.php:637
|
160 |
msgid "Category"
|
161 |
msgstr "Categoría"
|
162 |
|
163 |
+
#: lib/yit-cpt-unlimited.php:726
|
164 |
msgid "Categories"
|
165 |
msgstr "Categorías"
|
166 |
|
167 |
+
#: lib/yit-cpt-unlimited.php:1044
|
168 |
#, php-format
|
169 |
msgid "%s Settings"
|
170 |
msgstr "%s Ajustes"
|
171 |
|
172 |
+
#: lib/yit-cpt-unlimited.php:1050 lib/yit-cpt-unlimited.php:1198
|
173 |
+
#: lib/yit-cpt-unlimited.php:1204 lib/yit-plugin-panel.php:80
|
174 |
msgid "Settings"
|
175 |
msgstr "Ajustes"
|
176 |
|
177 |
+
#: lib/yit-cpt-unlimited.php:1053
|
178 |
msgid "Type"
|
179 |
msgstr "Tipo"
|
180 |
|
181 |
+
#: lib/yit-cpt-unlimited.php:1054
|
182 |
#, php-format
|
183 |
msgid "Layout for this %s"
|
184 |
msgstr "Diseño para este %s"
|
185 |
|
186 |
+
#: lib/yit-cpt-unlimited.php:1060
|
187 |
msgid "Rewrite"
|
188 |
msgstr "Reescribir"
|
189 |
|
190 |
+
#: lib/yit-cpt-unlimited.php:1061
|
191 |
msgid ""
|
192 |
"Univocal identification name in the URL for each product (slug from post if "
|
193 |
"empty)"
|
195 |
"Nombre de identificación único en la URL para cada producto (slug desde la "
|
196 |
"entrada si está vacío)"
|
197 |
|
198 |
+
#: lib/yit-cpt-unlimited.php:1066
|
199 |
msgid "Label in Singular"
|
200 |
msgstr "Etiqueta en singular"
|
201 |
|
202 |
+
#: lib/yit-cpt-unlimited.php:1067
|
203 |
msgid "Set a label in singular (title of portfolio if empty)"
|
204 |
msgstr ""
|
205 |
"Establecer una etiqueta en singular (título del porfolio si está vacío)"
|
206 |
|
207 |
+
#: lib/yit-cpt-unlimited.php:1072
|
208 |
msgid "Label in Plural"
|
209 |
msgstr "Etiqueta en plural"
|
210 |
|
211 |
+
#: lib/yit-cpt-unlimited.php:1073
|
212 |
msgid "Set a label in plural (title of portfolio if empty)"
|
213 |
msgstr "Establecer una etiqueta en plural (título del porfolio si está vacío)"
|
214 |
|
215 |
+
#: lib/yit-cpt-unlimited.php:1078
|
216 |
msgid "Taxonomy"
|
217 |
msgstr "Taxonomía"
|
218 |
|
219 |
+
#: lib/yit-cpt-unlimited.php:1079
|
220 |
msgid ""
|
221 |
"If you want to use categories in the portfolio, set a name for taxonomy. "
|
222 |
"Name should be a slug (must not contain capital letters nor spaces) and must "
|
227 |
"espacios) y no debe ser más largo de 32 caracteres (restricción de "
|
228 |
"estructura de base de datos)."
|
229 |
|
230 |
+
#: lib/yit-cpt-unlimited.php:1084
|
231 |
msgid "Taxonomy Rewrite"
|
232 |
msgstr "Rescritura de taxonomía"
|
233 |
|
234 |
+
#: lib/yit-cpt-unlimited.php:1085
|
235 |
msgid "Set univocal name for each category page URL."
|
236 |
msgstr "Establecer nombre único para cada página URL de categoría."
|
237 |
|
238 |
+
#: lib/yit-cpt-unlimited.php:1090
|
239 |
msgid "Single layout"
|
240 |
msgstr "Diseño simple"
|
241 |
|
242 |
+
#: lib/yit-cpt-unlimited.php:1091
|
243 |
msgid "Layout for single page of this portfolio"
|
244 |
msgstr "Diseño para cada página de este porfolio"
|
245 |
|
246 |
+
#: lib/yit-cpt-unlimited.php:1132
|
247 |
msgid "layout settings"
|
248 |
msgstr "ajustes de diseño"
|
249 |
|
250 |
+
#: lib/yit-cpt-unlimited.php:1224 lib/yit-cpt-unlimited.php:1237
|
251 |
msgid "Quick links"
|
252 |
msgstr "Enlaces rápidos"
|
253 |
|
254 |
+
#: lib/yit-cpt-unlimited.php:1477
|
255 |
#, php-format
|
256 |
msgid "Show frontend of the %s"
|
257 |
msgstr "Mostrar parte delantera de %s"
|
258 |
|
259 |
+
#: lib/yit-cpt-unlimited.php:1484 templates/fields/customtabs.php:46
|
260 |
#: templates/fields/customtabs.php:89
|
261 |
msgid "Name"
|
262 |
msgstr "Nombre"
|
263 |
|
264 |
+
#: lib/yit-cpt-unlimited.php:1635
|
265 |
#, php-format
|
266 |
msgid "Add %s from images"
|
267 |
msgstr "Añadir %s desde imágenes"
|
268 |
|
269 |
+
#: lib/yit-cpt-unlimited.php:1638
|
270 |
msgid "Upload multiple files"
|
271 |
msgstr "Cargar archivos múltiples"
|
272 |
|
273 |
+
#: lib/yit-plugin-panel-wc.php:397
|
274 |
msgid "The changes you have made will be lost if you leave this page."
|
275 |
msgstr "Los cambios que has hecho se perderán si abandonas esta página."
|
276 |
|
277 |
+
#: lib/yit-plugin-panel.php:79
|
278 |
msgid "Plugin Settings"
|
279 |
msgstr "Ajustes del plugin"
|
280 |
|
281 |
+
#: lib/yit-plugin-panel.php:424 lib/yit-plugin-panel.php:427
|
282 |
msgid "How to install premium version"
|
283 |
msgstr "Cómo instalar la versión premium"
|
284 |
|
285 |
+
#: lib/yit-plugin-panel.php:571 lib/yit-plugin-subpanel.php:151
|
286 |
+
#: templates/panel/woocommerce/woocommerce-form.php:14
|
287 |
msgid "Save Changes"
|
288 |
msgstr "Guardar cambios"
|
289 |
|
290 |
+
#: lib/yit-plugin-panel.php:574 lib/yit-plugin-subpanel.php:154
|
291 |
+
#: templates/panel/woocommerce/woocommerce-form.php:17
|
292 |
msgid ""
|
293 |
"If you continue with this action, you will reset all options in this page."
|
294 |
msgstr ""
|
295 |
"Si sigues con esta acción, se reiniciarán todas las opciones en esta página."
|
296 |
|
297 |
+
#: lib/yit-plugin-panel.php:576 lib/yit-plugin-subpanel.php:156
|
298 |
msgid "Reset to default"
|
299 |
msgstr "Restablecer a predeterminado"
|
300 |
|
301 |
+
#: lib/yit-plugin-panel.php:577 lib/yit-plugin-subpanel.php:157
|
302 |
+
#: templates/panel/woocommerce/woocommerce-form.php:21
|
303 |
msgid "Are you sure?"
|
304 |
msgstr "¿Estás seguro/a?"
|
305 |
|
306 |
+
#: lib/yit-plugin-panel.php:775
|
307 |
msgid ""
|
308 |
"The element you have entered already exists. Please, enter another name."
|
309 |
msgstr ""
|
310 |
"El elemento que has introducido ya existe. Por favor, introduce otro nombre."
|
311 |
|
312 |
+
#: lib/yit-plugin-panel.php:776
|
313 |
msgid "Settings saved"
|
314 |
msgstr "Ajustes guardados"
|
315 |
|
316 |
+
#: lib/yit-plugin-panel.php:777
|
317 |
msgid "Settings reset"
|
318 |
msgstr "Ajustes reiniciados"
|
319 |
|
320 |
+
#: lib/yit-plugin-panel.php:778
|
321 |
msgid "Element deleted correctly."
|
322 |
msgstr "Elemento borrado correctamente."
|
323 |
|
324 |
+
#: lib/yit-plugin-panel.php:779 lib/yit-plugin-panel.php:780
|
325 |
msgid "Element updated correctly."
|
326 |
msgstr "Elemento actualizado correctamente."
|
327 |
|
328 |
+
#: lib/yit-plugin-panel.php:781
|
329 |
msgid "Database imported correctly."
|
330 |
msgstr "Base de datos importada correctamente."
|
331 |
|
332 |
+
#: lib/yit-plugin-panel.php:782
|
333 |
msgid "An error has occurred during import. Please try again."
|
334 |
msgstr ""
|
335 |
"Ha ocurrido un error durante la importación. Por favor, inténtalo de nuevo."
|
336 |
|
337 |
+
#: lib/yit-plugin-panel.php:783
|
338 |
msgid "The added file is not valid."
|
339 |
msgstr "El archivo añadido no es válido."
|
340 |
|
341 |
+
#: lib/yit-plugin-panel.php:784
|
342 |
msgid "Sorry, import is disabled."
|
343 |
msgstr "Lo sentimos, la importación está deshabilitada."
|
344 |
|
345 |
+
#: lib/yit-plugin-panel.php:785
|
346 |
msgid "Sorting successful."
|
347 |
msgstr "Clasificación fue realizada con éxito."
|
348 |
|
349 |
+
#: lib/yit-plugin-panel.php:1233
|
350 |
+
msgid "We need your support"
|
351 |
+
msgstr "Necesitamos tu ayuda"
|
352 |
+
|
353 |
+
#: lib/yit-plugin-panel.php:1234
|
354 |
+
msgid "to keep updating and improving the plugin. Please,"
|
355 |
+
msgstr "para seguir actualizando y mejora el plugin. Por favor,"
|
356 |
+
|
357 |
+
#: lib/yit-plugin-panel.php:1236
|
358 |
+
msgid "help us by leaving a five-star rating"
|
359 |
+
msgstr "ayúdanos dejando una valoración de 5 estrellas"
|
360 |
+
|
361 |
+
#: lib/yit-plugin-panel.php:1237
|
362 |
+
msgid ":) Thanks!"
|
363 |
+
msgstr ":) ¡Gracias!"
|
364 |
+
|
365 |
#: lib/yit-pointers.php:70
|
366 |
msgid "Plugins Activated"
|
367 |
msgstr "Plugins activados"
|
412 |
" se moverán de su posición anterior a la "
|
413 |
"pestaña YIT Plugin."
|
414 |
|
415 |
+
#: lib/yith-dashboard.php:40
|
416 |
+
msgid "YITH Latest Updates"
|
417 |
+
msgstr "Últimas actualizaciones de YITH"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
418 |
|
419 |
+
#: lib/yith-dashboard.php:41
|
420 |
+
msgid "Latest news from YITH Blog"
|
421 |
+
msgstr "Últimas novedades del Blog de YITH"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
422 |
|
423 |
+
#: lib/yith-dashboard.php:65
|
424 |
+
msgid "RSS Error:"
|
425 |
+
msgstr "Error RSS:"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
426 |
|
427 |
+
#: lib/yith-dashboard.php:71
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
428 |
msgid ""
|
429 |
+
"An error has occurred, which probably means the feed is down. Try again "
|
430 |
+
"later."
|
431 |
msgstr ""
|
432 |
+
"Ha ocurrido un error, lo que probablemente significa que el feed está caído. "
|
433 |
+
"Inténtalo de nuevo más tarde."
|
434 |
|
435 |
+
#: lib/yith-dashboard.php:99
|
436 |
+
msgctxt "Plugin FW"
|
437 |
+
msgid "View Changelog"
|
438 |
+
msgstr "Ver registro de cambios"
|
439 |
|
440 |
+
#: lib/yith-dashboard.php:100
|
441 |
+
msgctxt "Plugin FW"
|
442 |
+
msgid "Latest update released on"
|
443 |
+
msgstr "Última actualización publicada el"
|
444 |
|
445 |
+
#: lib/yith-dashboard.php:143
|
446 |
+
msgctxt "Button label"
|
447 |
+
msgid "Close"
|
448 |
+
msgstr "Cerrar"
|
449 |
|
450 |
#: lib/yith-gutenberg.php:134
|
451 |
msgctxt "[gutenberg]: Category Name"
|
452 |
msgid "YITH"
|
453 |
msgstr "YITH"
|
454 |
|
455 |
+
#: lib/yith-system-status.php:97 lib/yith-system-status.php:98
|
456 |
+
msgid "System Status"
|
457 |
+
msgstr "Estado del sistema"
|
|
|
|
|
458 |
|
459 |
+
#: lib/yith-system-status.php:104
|
460 |
+
msgid "WordPress Version"
|
461 |
+
msgstr "Versión de WordPress"
|
|
|
462 |
|
463 |
+
#: lib/yith-system-status.php:105
|
464 |
+
msgid "WooCommerce Version"
|
465 |
+
msgstr "Versión de WooCommerce"
|
|
|
|
|
466 |
|
467 |
+
#: lib/yith-system-status.php:106
|
468 |
+
msgid "Available Memory"
|
469 |
+
msgstr "Memoria disponible"
|
470 |
|
471 |
+
#: lib/yith-system-status.php:107
|
472 |
+
msgid "PHP Version"
|
473 |
+
msgstr "Versión PHP"
|
474 |
|
475 |
+
#: lib/yith-system-status.php:108
|
476 |
+
msgid "TLS Version"
|
477 |
+
msgstr "Versión TLS"
|
|
|
|
|
478 |
|
479 |
+
#: lib/yith-system-status.php:109
|
480 |
+
msgid "WordPress Cron"
|
481 |
+
msgstr "Cron de WordPress"
|
482 |
|
483 |
+
#: lib/yith-system-status.php:110
|
484 |
+
msgid "SimpleXML"
|
485 |
+
msgstr "SimpleXML"
|
486 |
|
487 |
+
#: lib/yith-system-status.php:111
|
488 |
+
msgid "MultiByte String"
|
489 |
+
msgstr "Cadena MultiByte"
|
490 |
|
491 |
+
#: lib/yith-system-status.php:112
|
492 |
+
msgid "ImageMagick Version"
|
493 |
+
msgstr "Versión ImageMagick"
|
494 |
|
495 |
+
#: lib/yith-system-status.php:113
|
496 |
+
msgid "GD Library"
|
497 |
+
msgstr "Biblioteca GD"
|
498 |
|
499 |
+
#: lib/yith-system-status.php:114
|
500 |
+
msgid "Iconv Module"
|
501 |
+
msgstr "Módulo Iconv"
|
502 |
|
503 |
+
#: lib/yith-system-status.php:115
|
504 |
+
msgid "OPCache Save Comments"
|
505 |
+
msgstr "Guardar comentarios OPCache"
|
506 |
|
507 |
+
#: lib/yith-system-status.php:116
|
508 |
+
msgid "URL FOpen"
|
509 |
+
msgstr "URL FOpen"
|
510 |
|
511 |
+
#: lib/yith-system-status.php:173
|
512 |
+
msgid "YITH Plugins"
|
513 |
+
msgstr "Plugins de YITH"
|
514 |
+
|
515 |
+
#: lib/yith-system-status.php:174
|
516 |
+
msgid "WooCommerce"
|
517 |
+
msgstr "WooCommerce"
|
518 |
+
|
519 |
+
#: lib/yith-system-status.php:291
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
520 |
msgid "Warning!"
|
521 |
msgstr "¡Atención! "
|
522 |
|
523 |
+
#: lib/yith-system-status.php:292
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
524 |
#, php-format
|
|
|
|
|
|
|
|
|
525 |
msgid ""
|
526 |
+
"The system check has detected some compatibility issues on your "
|
527 |
+
"installation. %sClick here%s to know more"
|
528 |
msgstr ""
|
529 |
+
"La comprobación del sistema ha detectado algunos errores en tu instalación. "
|
530 |
+
"%sHaz clic aquí%s para saber más"
|
531 |
|
532 |
+
#: templates/fields/ajax-customers.php:57
|
533 |
+
msgid "Search Customers"
|
534 |
+
msgstr "Buscar clientes"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
535 |
|
536 |
+
#: templates/fields/ajax-customers.php:83
|
537 |
+
#: templates/fields/ajax-customers.php:93
|
538 |
+
#, php-format
|
539 |
+
msgid "%1$s (#%2$s – %3$s)"
|
540 |
+
msgstr "%1$s (#%2$s – %3$s)"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
541 |
|
542 |
#: templates/fields/ajax-posts.php:57
|
543 |
msgid "Search Posts"
|
575 |
msgid "Do you want to remove the custom tab?"
|
576 |
msgstr "¿Quieres borrar la etiqueta personalizada?"
|
577 |
|
578 |
+
#: templates/fields/date-format.php:50
|
579 |
+
msgid "Custom:"
|
580 |
+
msgstr "Personalizado:"
|
581 |
+
|
582 |
#: templates/fields/icons.php:58
|
583 |
msgid "Set Default"
|
584 |
msgstr "Establecer por defecto"
|
603 |
msgid "Delete"
|
604 |
msgstr "Borrar"
|
605 |
|
606 |
+
#: templates/fields/onoff.php:24
|
607 |
+
msgctxt "ON/OFF button: use MAX 3 characters!"
|
608 |
+
msgid "ON"
|
609 |
+
msgstr "ON"
|
610 |
|
611 |
+
#: templates/fields/onoff.php:25
|
612 |
+
msgctxt "ON/OFF button: use MAX 3 characters!"
|
613 |
+
msgid "OFF"
|
614 |
+
msgstr "OFF"
|
615 |
+
|
616 |
+
#: templates/fields/select-buttons.php:21
|
617 |
+
msgid "Add All"
|
618 |
+
msgstr "Añadir todo"
|
619 |
+
|
620 |
+
#: templates/fields/select-buttons.php:34
|
621 |
+
msgid "Remove All"
|
622 |
+
msgstr "Eliminar todo"
|
623 |
|
624 |
#: templates/fields/sidebars.php:22
|
625 |
msgid "Left sidebar"
|
645 |
msgid "Right Sidebar"
|
646 |
msgstr "Barra lateral derecha"
|
647 |
|
648 |
+
#: templates/fields/upload.php:27 templates/metaboxes/types/icon-list.php:70
|
649 |
#: templates/panel/woocommerce/woocommerce-upload.php:40
|
650 |
msgid "Upload"
|
651 |
msgstr "Subir"
|
652 |
|
653 |
+
#: templates/fields/upload.php:29
|
654 |
msgid "Reset"
|
655 |
msgstr "Reinicia"
|
656 |
|
668 |
msgid "(Default: <i %s></i> )"
|
669 |
msgstr "(Por defecto: <i %s></i> )"
|
670 |
|
671 |
+
#: templates/panel/woocommerce/woocommerce-form.php:20
|
672 |
msgid "Reset Defaults"
|
673 |
msgstr "Ajustes predeterminados"
|
674 |
|
675 |
+
#: templates/sysinfo/system-information-panel.php:30
|
676 |
+
msgid "YITH System Information"
|
677 |
+
msgstr "Información del sistema de YITH"
|
678 |
+
|
679 |
+
#: templates/sysinfo/system-information-panel.php:38
|
680 |
+
msgid "Site URL"
|
681 |
+
msgstr "URL del sitio"
|
682 |
+
|
683 |
+
#: templates/sysinfo/system-information-panel.php:46
|
684 |
+
msgid "Output IP Address"
|
685 |
+
msgstr "Salida Dirección IP"
|
686 |
+
|
687 |
+
#: templates/sysinfo/system-information-panel.php:76
|
688 |
+
msgid "Enabled"
|
689 |
+
msgstr "Activado"
|
690 |
+
|
691 |
+
#: templates/sysinfo/system-information-panel.php:76
|
692 |
+
msgid "Disabled"
|
693 |
+
msgstr "Desactivado"
|
694 |
+
|
695 |
+
#: templates/sysinfo/system-information-panel.php:82
|
696 |
+
msgid "N/A"
|
697 |
+
msgstr "N/D"
|
698 |
+
|
699 |
+
#: templates/sysinfo/system-information-panel.php:96
|
700 |
+
#, php-format
|
701 |
+
msgid "%s needs %s enabled"
|
702 |
+
msgstr "%s necesita %s enabled"
|
703 |
+
|
704 |
+
#: templates/sysinfo/system-information-panel.php:98
|
705 |
+
#, php-format
|
706 |
+
msgid "%s needs at least %s of available memory"
|
707 |
+
msgstr "%s necesita al menos %s de memoria disponible"
|
708 |
+
|
709 |
+
#: templates/sysinfo/system-information-panel.php:100
|
710 |
+
#: templates/sysinfo/system-information-panel.php:149
|
711 |
+
#, php-format
|
712 |
+
msgid ""
|
713 |
+
"For optimal functioning of our plugins, we suggest setting at least %s of "
|
714 |
+
"available memory"
|
715 |
+
msgstr ""
|
716 |
+
"Para el optimo funcionamiento de los plugins, sugerimos configurar al menos "
|
717 |
+
"%s de memoria disponible"
|
718 |
+
|
719 |
+
#: templates/sysinfo/system-information-panel.php:102
|
720 |
+
#: templates/sysinfo/system-information-panel.php:137
|
721 |
+
#: templates/sysinfo/system-information-panel.php:151
|
722 |
+
#, php-format
|
723 |
+
msgid ""
|
724 |
+
"Read more %s here%s or contact your hosting company in order to increase it."
|
725 |
+
msgstr ""
|
726 |
+
"Lee más %s aquí%s o contacta a tu compañía de hosting para incrementarlo."
|
727 |
+
|
728 |
+
#: templates/sysinfo/system-information-panel.php:105
|
729 |
+
#, php-format
|
730 |
+
msgid "%s needs at least %s version"
|
731 |
+
msgstr "%s necesita al menos la versión %s"
|
732 |
+
|
733 |
+
#: templates/sysinfo/system-information-panel.php:116
|
734 |
+
msgid ""
|
735 |
+
"Update it to the latest version in order to benefit of all new features and "
|
736 |
+
"security updates."
|
737 |
+
msgstr ""
|
738 |
+
"Actualízalo a la última versión para beneficiarte de todas las nuevas "
|
739 |
+
"características y actualizaciones de seguridad"
|
740 |
+
|
741 |
+
#: templates/sysinfo/system-information-panel.php:122
|
742 |
+
msgid "Contact your hosting company in order to update it."
|
743 |
+
msgstr "Contacta a tu compañía de hosting para actualizarlo."
|
744 |
+
|
745 |
+
#: templates/sysinfo/system-information-panel.php:126
|
746 |
+
#, php-format
|
747 |
+
msgid "Remove %s from %s file"
|
748 |
+
msgstr "Eliminar %s del archivo %s"
|
749 |
+
|
750 |
+
#: templates/sysinfo/system-information-panel.php:134
|
751 |
+
msgid "Contact your hosting company in order to enable it."
|
752 |
+
msgstr "Contacta a tu compañía de hosting para activarlo."
|
753 |
+
|
754 |
+
#: templates/sysinfo/system-information-panel.php:157
|
755 |
+
msgid ""
|
756 |
+
"We cannot determine which <b>TLS</b> version is installed because <b>cURL</"
|
757 |
+
"b> module is disabled. Ask your hosting company to enable it."
|
758 |
+
msgstr ""
|
759 |
+
"No podemos determinar qué versión <b>TLS</b> está instalada porque <b>cURL</"
|
760 |
+
"b> el módulo está desactivado. Solicita a tu compañía de hosting que lo "
|
761 |
+
"active."
|
762 |
+
|
763 |
+
#: templates/sysinfo/system-information-panel.php:160
|
764 |
+
msgid ""
|
765 |
+
"<b>ImageMagick</b> module is not installed. Ask your hosting company to "
|
766 |
+
"install it."
|
767 |
+
msgstr ""
|
768 |
+
"<b>ImageMagick</b> el módulo no está instalado. Solicita a tu compañia de "
|
769 |
+
"hosting que lo instale."
|
770 |
+
|
771 |
+
#: templates/sysinfo/system-information-panel.php:172
|
772 |
+
msgid "Show full PHPInfo"
|
773 |
+
msgstr "Mostrar PHPInfo completa"
|
774 |
+
|
775 |
+
#: templates/sysinfo/system-information-panel.php:176
|
776 |
+
msgid "Back to System panel"
|
777 |
+
msgstr "Volver al panel del Sistema"
|
778 |
+
|
779 |
+
#: templates/sysinfo/system-information-panel.php:193
|
780 |
+
msgid "Back to top"
|
781 |
+
msgstr "Volver arriba"
|
782 |
+
|
783 |
#: yit-plugin.php:83
|
784 |
msgctxt "Plugin Row Meta"
|
785 |
msgid "Live Demo"
|
800 |
msgid "Premium version"
|
801 |
msgstr "Versión premium"
|
802 |
|
803 |
+
#: yit-plugin.php:190
|
804 |
msgctxt "Action links"
|
805 |
msgid "Settings"
|
806 |
msgstr "Ajustes"
|
807 |
|
808 |
+
#: yit-plugin.php:194
|
809 |
msgid "License"
|
810 |
msgstr "Licencia"
|
811 |
|
812 |
+
#~ msgid "An unexpected error occurred, please try again later. Thanks!"
|
813 |
+
#~ msgstr ""
|
814 |
+
#~ "Ha ocurrido un error inesperado, por favor, inténtalo de nuevo más tarde. "
|
815 |
+
#~ "¡Gracias!"
|
816 |
+
|
817 |
+
#~ msgid "There is a new version of %plugin_name% available."
|
818 |
+
#~ msgstr "Hay una nueva versión de %plugin_name% disponible."
|
819 |
+
|
820 |
+
#~ msgid "View version %latest% details."
|
821 |
+
#~ msgstr "Ver detalles de la %latest% versión"
|
822 |
+
|
823 |
+
#~ msgid "Automatic update is unavailable for this plugin,"
|
824 |
+
#~ msgstr ""
|
825 |
+
#~ "Las actualizaciones automáticas no están disponibles para este plugin,"
|
826 |
+
|
827 |
+
#~ msgid ""
|
828 |
+
#~ "please <a href=\"%activate_link%\">activate</a> your copy of %plugin_name"
|
829 |
+
#~ "%."
|
830 |
+
#~ msgstr ""
|
831 |
+
#~ "por favor, <a href=\"%activate_link%\">activa</a> tu copia de %plugin_name"
|
832 |
+
#~ "%."
|
833 |
+
|
834 |
+
#~ msgid "Update now."
|
835 |
+
#~ msgstr "Actualiza ahora."
|
836 |
+
|
837 |
+
#~ msgid ""
|
838 |
+
#~ "<br/><b>Please note:</b> You are using a higher version than the latest "
|
839 |
+
#~ "available one. </em>Please, make sure you've downloaded the latest "
|
840 |
+
#~ "version of <em>%1$s</em> from the only <a href=\"https://yithemes.com\" "
|
841 |
+
#~ "target=\"_blank\">YITH official website</a>, specifically, from your <a "
|
842 |
+
#~ "href=\"https://yithemes.com/my-account/recent-downloads/\" target=\"_blank"
|
843 |
+
#~ "\">Downloads page</a>. This is the only way to be sure the version you "
|
844 |
+
#~ "are using is 100% malware-free."
|
845 |
+
#~ msgstr ""
|
846 |
+
#~ "<br/><b>Por favor, ten en cuenta:</b> Estás usando una versión superior a "
|
847 |
+
#~ "la última disponible. </em>Por favor, asegurate de que has descargado la "
|
848 |
+
#~ "última versión de <em>%1$s</em> desde el único <a href=\"https://yithemes."
|
849 |
+
#~ "com\" target=\"_blank\">sitio oficial de YITH</a>, específicamente, desde "
|
850 |
+
#~ "tu <a href=\"https://yithemes.com/my-account/recent-downloads/\" target="
|
851 |
+
#~ "\"_blank\">página de Descargas</a>. Esta es la única forma de estar "
|
852 |
+
#~ "seguro de que la versión que estás usando es 100% malware-free."
|
853 |
+
|
854 |
+
#~ msgctxt "[Update Plugin Message: License not enabled]"
|
855 |
+
#~ msgid "You have to activate the plugin to benefit from automatic updates."
|
856 |
+
#~ msgstr ""
|
857 |
+
#~ "Tienes que activar el plugin para beneficiarte de actualizaciones "
|
858 |
+
#~ "automáticas."
|
859 |
+
|
860 |
+
#~ msgid "YITH Repository"
|
861 |
+
#~ msgstr "Repositorio de YITH"
|
862 |
+
|
863 |
+
#~ msgid "Invalid URL Provided."
|
864 |
+
#~ msgstr "La URL proporcionada no es válida."
|
865 |
+
|
866 |
+
#~ msgid "Could not create Temporary file."
|
867 |
+
#~ msgstr "No se pudo crear un archivo temporal."
|
868 |
+
|
869 |
+
#~ msgid ""
|
870 |
+
#~ "There is a new version of %1$s available. <a href=\"%2$s\" class="
|
871 |
+
#~ "\"thickbox yit-changelog-button open-plugin-details-modal\" title=\"%3$s"
|
872 |
+
#~ "\">View version %4$s details</a>."
|
873 |
+
#~ msgstr ""
|
874 |
+
#~ "Hay una nueva versión de %1$s disponible. <a href=\"%2$s\" class="
|
875 |
+
#~ "\"thickbox yit-changelog-button\" title=\"%3$s\">Ver detalles de la "
|
876 |
+
#~ "versión %4$s</a>."
|
877 |
+
|
878 |
+
#~ msgid ""
|
879 |
+
#~ "There is a new version of %1$s available. <a href=\"%2$s\" class="
|
880 |
+
#~ "\"thickbox yit-changelog-button open-plugin-details-modal\" title=\"%3$s"
|
881 |
+
#~ "\">View version %4$s details</a>. <em>You have to activate the plugin on "
|
882 |
+
#~ "a single site of the network to benefit from automatic updates.</em>"
|
883 |
+
#~ msgstr ""
|
884 |
+
#~ "Hay una nueva versión de %1$s disponible. <a href=\"%2$s\" class="
|
885 |
+
#~ "\"thickbox yit-changelog-button\" title=\"%3$s\">Ver detalles de la "
|
886 |
+
#~ "versión %4$s</a>. <em>Tienes que activar el plugin en un único sitio web "
|
887 |
+
#~ "desde la red para beneficiarte de las actualizaciones automáticas.</em>"
|
888 |
+
|
889 |
+
#~ msgid ""
|
890 |
+
#~ "There is a new version of %1$s available. <a href=\"%2$s\" class="
|
891 |
+
#~ "\"thickbox yit-changelog-button open-plugin-details-modal\" title=\"%3$s"
|
892 |
+
#~ "\">View version %4$s details</a>. <em>Automatic update is unavailable for "
|
893 |
+
#~ "this plugin, please <a href=\"%5$s\" title=\"License activation"
|
894 |
+
#~ "\">activate</a> your copy of %6s.</em>"
|
895 |
+
#~ msgstr ""
|
896 |
+
#~ "Hay una nueva versión de %1$s disponible. <a href=\"%2$s\" class="
|
897 |
+
#~ "\"thickbox yit-changelog-button\" title=\"%3$s\">Ver detalles de la "
|
898 |
+
#~ "versión %4$s</a>. <em>Las actualizaciones automáticas no están "
|
899 |
+
#~ "disponibles para este plugin, por favor <a href=\"%5$s\" title=\"License "
|
900 |
+
#~ "activation\">activa</a> tu copia de %6s.</em>"
|
901 |
+
|
902 |
+
#~ msgid ""
|
903 |
+
#~ "There is a new version of %1$s available. <a href=\"%2$s\" class="
|
904 |
+
#~ "\"thickbox yit-changelog-button open-plugin-details-modal\" title=\"%3$s"
|
905 |
+
#~ "\">View version %4$s details</a> or <a href=\"%5$s\">update now</a>."
|
906 |
+
#~ msgstr ""
|
907 |
+
#~ "Hay una nueva versión de %1$s disponible. <a href=\"%2$s\" class="
|
908 |
+
#~ "\"thickbox yit-changelog-button\" title=\"%3$s\">Ver detalles de la "
|
909 |
+
#~ "versión %4$s</a> o <a href=\"%5$s\">actualizar ahora</a>."
|
910 |
+
|
911 |
+
#~ msgid ""
|
912 |
+
#~ "<br/><b>Please note:</b> You are using a higher version than the latest "
|
913 |
+
#~ "available one. </em>Please, make sure you've downloaded the latest "
|
914 |
+
#~ "version of <em>%1$s</em> from the only <a href=\"https://yithemes.com\" "
|
915 |
+
#~ "target=\"_blank\">YITH official website</a>, specifically, from your <a "
|
916 |
+
#~ "href=\"https://yithemes.com/my-account/recent-downloads/\" target=\"_blank"
|
917 |
+
#~ "\">Downloads page</a>. This is the only way to be sure the version you "
|
918 |
+
#~ "are using is 100%% malware-free."
|
919 |
+
#~ msgstr ""
|
920 |
+
#~ "<br/><b>Por favor, ten en cuenta:</b> Estás usando una versión más alta "
|
921 |
+
#~ "que la última disponible. </em>Por favor, asegurate de que has descargado "
|
922 |
+
#~ "la última versión de <em>%1$s</em> desde el único<a href=\"https://"
|
923 |
+
#~ "yithemes.com\" target=\"_blank\">sitio oficial de YITH</a>, "
|
924 |
+
#~ "específicamente, desde tu <a href=\"https://yithemes.com/my-account/"
|
925 |
+
#~ "recent-downloads/\" target=\"_blank\">página de Descargas</a>. Esta es la "
|
926 |
+
#~ "única manera de estar seguro de que la versión que estás usando es 100%% "
|
927 |
+
#~ "malware-free."
|
928 |
+
|
929 |
+
#~ msgid "You can't update the plugins for this site."
|
930 |
+
#~ msgstr "No puedes actualizar los plugins para este sitio web."
|
931 |
+
|
932 |
+
#~ msgid ""
|
933 |
+
#~ "You do not have sufficient permissions to update the plugins for this "
|
934 |
+
#~ "site."
|
935 |
+
#~ msgstr ""
|
936 |
+
#~ "No tienes suficientes permisos para actualizar los plugins para este "
|
937 |
+
#~ "sitio web."
|
938 |
+
|
939 |
+
#~ msgid "Update Plugin"
|
940 |
+
#~ msgstr "Actualizar Plugin"
|
941 |
+
|
942 |
+
#~ msgid "New YITH products"
|
943 |
+
#~ msgstr "Nuevos productos de YITH"
|
944 |
+
|
945 |
+
#~ msgctxt "%s = field name"
|
946 |
+
#~ msgid "Please, insert a valid %s"
|
947 |
+
#~ msgstr "Por favor, introduce una %s válida"
|
948 |
+
|
949 |
+
#~ msgid "Please, insert a valid %s and a valid %s"
|
950 |
+
#~ msgstr "Por favor, inserta una %s válida y una %s válida"
|
951 |
+
|
952 |
+
#~ msgid "Unable to contact the remote server, please try again later. Thanks!"
|
953 |
+
#~ msgstr ""
|
954 |
+
#~ "No fue posible contactar con el servidor remoto, por favor, inténtalo de "
|
955 |
+
#~ "nuevo más tarde. ¡Gracias!"
|
956 |
+
|
957 |
+
#~ msgid "email address"
|
958 |
+
#~ msgstr "dirección de correo electrónico"
|
959 |
+
|
960 |
+
#~ msgid "license key"
|
961 |
+
#~ msgstr "clave de licencia"
|
962 |
+
|
963 |
+
#~ msgid "Are you sure you want to deactivate the license for current site?"
|
964 |
+
#~ msgstr ""
|
965 |
+
#~ "¿Estás seguro/a de que quieres desactivar la licencia para el sitio web "
|
966 |
+
#~ "actual?"
|
967 |
+
|
968 |
+
#~ msgid "Invalid Request"
|
969 |
+
#~ msgstr "Solicitud inválida"
|
970 |
+
|
971 |
+
#~ msgid "Invalid license key"
|
972 |
+
#~ msgstr "Clave de solicitud inválida"
|
973 |
+
|
974 |
+
#~ msgid "Software has been deactivated"
|
975 |
+
#~ msgstr "El software ha sido desactivado"
|
976 |
+
|
977 |
+
#~ msgid "Maximum number of activations exceeded"
|
978 |
+
#~ msgstr "Se ha excedido el número máximo de solicitudes"
|
979 |
+
|
980 |
+
#~ msgid "Invalid instance ID"
|
981 |
+
#~ msgstr "Instancia ID inválida"
|
982 |
+
|
983 |
+
#~ msgid "Invalid security key"
|
984 |
+
#~ msgstr "Clave de seguridad inválida"
|
985 |
+
|
986 |
+
#~ msgid "License key has expired"
|
987 |
+
#~ msgstr "La clave de licencia ha caducado"
|
988 |
+
|
989 |
+
#~ msgid "License key has been banned"
|
990 |
+
#~ msgstr "La clave de licencia ha sido bloqueada"
|
991 |
+
|
992 |
+
#~ msgid "Current product is not included in your YITH Club Subscription key"
|
993 |
+
#~ msgstr ""
|
994 |
+
#~ "Producto actual no está incluido en la clave de suscripción de Club de "
|
995 |
+
#~ "YITH"
|
996 |
+
|
997 |
+
#~ msgid "Great"
|
998 |
+
#~ msgstr "Excelente"
|
999 |
+
|
1000 |
+
#~ msgid "License successfully activated"
|
1001 |
+
#~ msgstr "Licencia activada con éxito"
|
1002 |
+
|
1003 |
+
#~ msgid "License key deactivated for website"
|
1004 |
+
#~ msgstr "Clave de licencia desactivada para nuestro sitio web"
|
1005 |
+
|
1006 |
+
#~ msgid "License Activation"
|
1007 |
+
#~ msgstr "Activación de la Licencia"
|
1008 |
+
|
1009 |
+
#~ msgctxt ""
|
1010 |
+
#~ "[Part of]: Warning! You didn't set license key for the following products:"
|
1011 |
+
#~ "[Plugins List] which means you're missing out on updates and support. "
|
1012 |
+
#~ "Enter your license key, please."
|
1013 |
+
#~ msgid "You didn't set license key for the following products"
|
1014 |
+
#~ msgstr ""
|
1015 |
+
#~ "No has establecido la clave de licencia para los siguientes productos"
|
1016 |
+
|
1017 |
+
#~ msgctxt ""
|
1018 |
+
#~ "[Part of]: Warning! You didn't set license key for the following products:"
|
1019 |
+
#~ "[Plugins List] which means you're missing out on updates and support. "
|
1020 |
+
#~ "Enter your license key, please."
|
1021 |
+
#~ msgid "which means you're missing out on updates and support"
|
1022 |
+
#~ msgstr "lo que significa que estás perdiendo actualizaciones y soporte"
|
1023 |
+
|
1024 |
+
#~ msgctxt ""
|
1025 |
+
#~ "[Part of]: Warning! You didn't set license key for the following products:"
|
1026 |
+
#~ "[Plugins List] which means you're missing out on updates and support. "
|
1027 |
+
#~ "Enter your license key, please."
|
1028 |
+
#~ msgid "Enter your license key"
|
1029 |
+
#~ msgstr "Introduce tu clave de licencia"
|
1030 |
+
|
1031 |
+
#~ msgctxt ""
|
1032 |
+
#~ "[Part of]: Warning! You didn't set license key for the following products:"
|
1033 |
+
#~ "[Plugins List] which means you're missing out on updates and support. "
|
1034 |
+
#~ "Enter your license key, please."
|
1035 |
+
#~ msgid "please"
|
1036 |
+
#~ msgstr "por favor"
|
1037 |
+
|
1038 |
+
#~ msgid "%s"
|
1039 |
+
#~ msgstr "%s"
|
1040 |
+
|
1041 |
+
#~ msgid ""
|
1042 |
+
#~ "I cannot find the license key for activating the theme I have bought some "
|
1043 |
+
#~ "time ago. Where can I find it?"
|
1044 |
+
#~ msgstr ""
|
1045 |
+
#~ "No puedo encontrar la clave de licencia para activar el tema que compré "
|
1046 |
+
#~ "hace tiempo. ¿Dónde la puedo encontrar?"
|
1047 |
+
|
1048 |
+
#~ msgid ""
|
1049 |
+
#~ "If you have purchased one of our products before 27 January 2015, you can "
|
1050 |
+
#~ "benefit from support and updates (the services offered with the license)\n"
|
1051 |
+
#~ " until 27 January 2016 and you do not have to purchase "
|
1052 |
+
#~ "it again to get a new license key, because, before this date, your "
|
1053 |
+
#~ "license used to be activated automatically by our system.\n"
|
1054 |
+
#~ " After 27 January 2016, instead, if you want to "
|
1055 |
+
#~ "benefit from support and updates you have to buy a new license and "
|
1056 |
+
#~ "activate it through the license key you will be\n"
|
1057 |
+
#~ " provided with and that you can find in your YITH "
|
1058 |
+
#~ "account, in section \"My licenses\"."
|
1059 |
+
#~ msgstr ""
|
1060 |
+
#~ "Si has comprado uno de nuestros productos antes del 27 de enero de 2015, "
|
1061 |
+
#~ "puedes beneficiarte del soporte y actualizaciones (los servicios "
|
1062 |
+
#~ "incluidos con la licencia)\n"
|
1063 |
+
#~ " hasta el 27 de enero de 2016 y no tendrás que "
|
1064 |
+
#~ "comprarla otra vez para conseguir una nueva clave de licencia, porque, "
|
1065 |
+
#~ "antes de esta fecha, tu licencia se activaba automáticamente por nuestro "
|
1066 |
+
#~ "sistema.\n"
|
1067 |
+
#~ " Después del 27 de enero de 2016, sin embargo, si "
|
1068 |
+
#~ "quieres beneficiarte de nuestro soporte y actualizaciones, tienes que "
|
1069 |
+
#~ "comprar una nueva licencia y activarla a través de la clave de licencia "
|
1070 |
+
#~ "que \n"
|
1071 |
+
#~ " se te proporcionará y que podrás encontrar en tu "
|
1072 |
+
#~ "cuenta YIThemes, en la sección \"My licenses\"."
|
1073 |
+
|
1074 |
+
#~ msgid "YITH License Activation"
|
1075 |
+
#~ msgstr "Activación de licencia de YITH"
|
1076 |
+
|
1077 |
+
#~ msgid "License expiry date"
|
1078 |
+
#~ msgstr "Fecha de vencimiento de la licencia"
|
1079 |
+
|
1080 |
+
#~ msgid ""
|
1081 |
+
#~ "If you have renewed your product license key and the expiry date does not "
|
1082 |
+
#~ "appear up-to-date, please, click on the button <em>Check Expiry Date</em> "
|
1083 |
+
#~ "below and it will update."
|
1084 |
+
#~ msgstr ""
|
1085 |
+
#~ "Si has renovado la clave de licencia de tu producto y la fecha de "
|
1086 |
+
#~ "vencimiento no aparece actualizada, por favor, haz clic en el botón "
|
1087 |
+
#~ "<em>Comprobar fecha de vencimiento</em> debajo y se actualizará."
|
1088 |
+
|
1089 |
+
#~ msgid "Check expiry date"
|
1090 |
+
#~ msgstr "Comprobar la fecha de vencimiento"
|
1091 |
+
|
1092 |
+
#~ msgid "Product to activate"
|
1093 |
+
#~ msgid_plural "Products to activate"
|
1094 |
+
#~ msgstr[0] "Producto que activar"
|
1095 |
+
#~ msgstr[1] "Productos que activar"
|
1096 |
+
|
1097 |
+
#~ msgid "Are you having issues with the license activation?"
|
1098 |
+
#~ msgstr "¿Estás teniendo problemas con la activación de la licencia?"
|
1099 |
+
|
1100 |
+
#~ msgid "Read this article"
|
1101 |
+
#~ msgstr "Lee este artículo"
|
1102 |
+
|
1103 |
+
#~ msgid "Activate"
|
1104 |
+
#~ msgstr "Activar"
|
1105 |
+
|
1106 |
+
#~ msgid "Activated"
|
1107 |
+
#~ msgstr "Activado/a"
|
1108 |
+
|
1109 |
+
#~ msgid "Product Name"
|
1110 |
+
#~ msgstr "Nombre de Producto"
|
1111 |
+
|
1112 |
+
#~ msgid "Email"
|
1113 |
+
#~ msgstr "Email"
|
1114 |
+
|
1115 |
+
#~ msgid "License Key"
|
1116 |
+
#~ msgstr "Clave de Licencia"
|
1117 |
+
|
1118 |
+
#~ msgid "Expires"
|
1119 |
+
#~ msgstr "Caduca"
|
1120 |
+
|
1121 |
+
#~ msgid "Remaining"
|
1122 |
+
#~ msgstr "Restantes"
|
1123 |
+
|
1124 |
+
#~ msgid "Club Subscription"
|
1125 |
+
#~ msgstr "Suscripción al Club"
|
1126 |
+
|
1127 |
+
#~ msgid "%1s out of %2s"
|
1128 |
+
#~ msgstr "%1s de %2s"
|
1129 |
+
|
1130 |
+
#~ msgid "Deactivate"
|
1131 |
+
#~ msgstr "Desactivar"
|
1132 |
+
|
1133 |
+
#~ msgid "Renew"
|
1134 |
+
#~ msgstr "Renovado"
|
1135 |
+
|
1136 |
+
#~ msgid "Banned"
|
1137 |
+
#~ msgstr "Bloqueado"
|
1138 |
+
|
1139 |
+
#~ msgid "Expired"
|
1140 |
+
#~ msgstr "Caducado"
|
1141 |
+
|
1142 |
+
#~ msgid "Order again"
|
1143 |
+
#~ msgstr "Comprar de nuevo"
|
1144 |
+
|
1145 |
+
#~ msgid "Renew license"
|
1146 |
+
#~ msgstr "Renovar licencia"
|
1147 |
+
|
1148 |
+
#~ msgid "Select All"
|
1149 |
+
#~ msgstr "Seleccionar todo"
|
1150 |
+
|
1151 |
+
#~ msgid "Deselect All"
|
1152 |
+
#~ msgstr "Deseleccionar todo"
|
1153 |
+
|
1154 |
#~ msgid ""
|
1155 |
#~ "Have you updated your licenses? Have you asked for an extension? Update "
|
1156 |
#~ "information concerning your products."
|
1216 |
#~ msgid "Theme Icon"
|
1217 |
#~ msgstr "Icono del tema"
|
1218 |
|
|
|
|
|
|
|
1219 |
#~ msgid "None"
|
1220 |
#~ msgstr "Ninguno"
|
1221 |
|
|
|
|
|
|
|
|
|
|
|
|
|
1222 |
#~ msgid "Field Title"
|
1223 |
#~ msgstr "Campo de título"
|
1224 |
|
plugin-fw/languages/yith-plugin-fw-it_IT.mo
CHANGED
Binary file
|
plugin-fw/languages/yith-plugin-fw-it_IT.po
CHANGED
@@ -4,8 +4,8 @@ msgid ""
|
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: YITH Plugin Starter 1.0.0 Plugin FW\n"
|
6 |
"Report-Msgid-Bugs-To: Your Inspiration Themes <plugins@yithemes.com>\n"
|
7 |
-
"POT-Creation-Date:
|
8 |
-
"PO-Revision-Date:
|
9 |
"Last-Translator: \n"
|
10 |
"Language-Team: YIThemes <plugins@yithemes.com>\n"
|
11 |
"Language: it_IT\n"
|
@@ -65,129 +65,129 @@ msgctxt "Privacy Policy Content"
|
|
65 |
msgid "Payments"
|
66 |
msgstr "Pagamenti"
|
67 |
|
68 |
-
#: lib/yit-cpt-unlimited.php:
|
69 |
-
#: lib/yit-cpt-unlimited.php:
|
70 |
#, php-format
|
71 |
msgid "Add %s"
|
72 |
msgstr "Aggiungi %s"
|
73 |
|
74 |
-
#: lib/yit-cpt-unlimited.php:
|
75 |
#, php-format
|
76 |
msgid "Add New %s"
|
77 |
msgstr "Aggiungi nuovo %s"
|
78 |
|
79 |
-
#: lib/yit-cpt-unlimited.php:
|
80 |
-
#: lib/yit-cpt-unlimited.php:
|
81 |
#, php-format
|
82 |
msgid "Edit %s"
|
83 |
msgstr "Modifica %s"
|
84 |
|
85 |
-
#: lib/yit-cpt-unlimited.php:
|
86 |
#, php-format
|
87 |
msgid "New %s"
|
88 |
msgstr "Nuovo %s"
|
89 |
|
90 |
-
#: lib/yit-cpt-unlimited.php:
|
91 |
#, php-format
|
92 |
msgid "All %s"
|
93 |
msgstr "Tutti %s"
|
94 |
|
95 |
-
#: lib/yit-cpt-unlimited.php:
|
96 |
-
#: lib/yit-cpt-unlimited.php:
|
97 |
#, php-format
|
98 |
msgid "View %s"
|
99 |
msgstr "Visualizza %s"
|
100 |
|
101 |
-
#: lib/yit-cpt-unlimited.php:
|
102 |
#, php-format
|
103 |
msgid "Search %s"
|
104 |
msgstr "Cerca %s"
|
105 |
|
106 |
-
#: lib/yit-cpt-unlimited.php:
|
107 |
#, php-format
|
108 |
msgid "No %s found"
|
109 |
msgstr "Nessun %s trovato"
|
110 |
|
111 |
-
#: lib/yit-cpt-unlimited.php:
|
112 |
#, php-format
|
113 |
msgid "No %s found in Trash"
|
114 |
msgstr "Nessun %s trovato nel cestino"
|
115 |
|
116 |
-
#: lib/yit-cpt-unlimited.php:
|
117 |
#, php-format
|
118 |
msgctxt "taxonomy general name"
|
119 |
msgid "%s Categories"
|
120 |
msgstr "%s Categorie"
|
121 |
|
122 |
-
#: lib/yit-cpt-unlimited.php:
|
123 |
msgctxt "taxonomy singular name"
|
124 |
msgid "Category"
|
125 |
msgstr "Categoria"
|
126 |
|
127 |
-
#: lib/yit-cpt-unlimited.php:
|
128 |
msgid "Search Categories"
|
129 |
msgstr "Cerca categorie"
|
130 |
|
131 |
-
#: lib/yit-cpt-unlimited.php:
|
132 |
msgid "All Categories"
|
133 |
msgstr "Tutte le categorie"
|
134 |
|
135 |
-
#: lib/yit-cpt-unlimited.php:
|
136 |
msgid "Parent Category"
|
137 |
msgstr "Categoria genitore"
|
138 |
|
139 |
-
#: lib/yit-cpt-unlimited.php:
|
140 |
msgid "Parent Category:"
|
141 |
msgstr "Categoria genitore:"
|
142 |
|
143 |
-
#: lib/yit-cpt-unlimited.php:
|
144 |
msgid "Edit Category"
|
145 |
msgstr "Modifica categoria"
|
146 |
|
147 |
-
#: lib/yit-cpt-unlimited.php:
|
148 |
msgid "Update Category"
|
149 |
msgstr "Aggiorna categoria"
|
150 |
|
151 |
-
#: lib/yit-cpt-unlimited.php:
|
152 |
msgid "Add New Category"
|
153 |
msgstr "Aggiungi nuova categoria"
|
154 |
|
155 |
-
#: lib/yit-cpt-unlimited.php:
|
156 |
msgid "New Category Name"
|
157 |
msgstr "Nuovo nome categoria"
|
158 |
|
159 |
-
#: lib/yit-cpt-unlimited.php:
|
160 |
msgid "Category"
|
161 |
msgstr "Categoria"
|
162 |
|
163 |
-
#: lib/yit-cpt-unlimited.php:
|
164 |
msgid "Categories"
|
165 |
msgstr "Categorie"
|
166 |
|
167 |
-
#: lib/yit-cpt-unlimited.php:
|
168 |
#, php-format
|
169 |
msgid "%s Settings"
|
170 |
msgstr "Impostazioni %s"
|
171 |
|
172 |
-
#: lib/yit-cpt-unlimited.php:
|
173 |
-
#: lib/yit-cpt-unlimited.php:
|
174 |
msgid "Settings"
|
175 |
msgstr "Impostazioni"
|
176 |
|
177 |
-
#: lib/yit-cpt-unlimited.php:
|
178 |
msgid "Type"
|
179 |
msgstr "Tipologia"
|
180 |
|
181 |
-
#: lib/yit-cpt-unlimited.php:
|
182 |
#, php-format
|
183 |
msgid "Layout for this %s"
|
184 |
msgstr "Layout per questo %s"
|
185 |
|
186 |
-
#: lib/yit-cpt-unlimited.php:
|
187 |
msgid "Rewrite"
|
188 |
msgstr "Riscrivi"
|
189 |
|
190 |
-
#: lib/yit-cpt-unlimited.php:
|
191 |
msgid ""
|
192 |
"Univocal identification name in the URL for each product (slug from post if "
|
193 |
"empty)"
|
@@ -195,27 +195,27 @@ msgstr ""
|
|
195 |
"Nome identificativo univoco nell'URL per singolo prodotto (usa slug dal post "
|
196 |
"se vuoto)"
|
197 |
|
198 |
-
#: lib/yit-cpt-unlimited.php:
|
199 |
msgid "Label in Singular"
|
200 |
msgstr "Etichetta singolare"
|
201 |
|
202 |
-
#: lib/yit-cpt-unlimited.php:
|
203 |
msgid "Set a label in singular (title of portfolio if empty)"
|
204 |
msgstr "Imposta un'etichetta singolare (titolo del portfolio se vuoto)"
|
205 |
|
206 |
-
#: lib/yit-cpt-unlimited.php:
|
207 |
msgid "Label in Plural"
|
208 |
msgstr "Etichetta plurale"
|
209 |
|
210 |
-
#: lib/yit-cpt-unlimited.php:
|
211 |
msgid "Set a label in plural (title of portfolio if empty)"
|
212 |
msgstr "Imposta un'etichetta plurale (titolo del portfolio se vuoto)"
|
213 |
|
214 |
-
#: lib/yit-cpt-unlimited.php:
|
215 |
msgid "Taxonomy"
|
216 |
msgstr "Tassonomia"
|
217 |
|
218 |
-
#: lib/yit-cpt-unlimited.php:
|
219 |
msgid ""
|
220 |
"If you want to use categories in the portfolio, set a name for taxonomy. "
|
221 |
"Name should be a slug (must not contain capital letters nor spaces) and must "
|
@@ -226,124 +226,140 @@ msgstr ""
|
|
226 |
"caratteri maiuscoli né spazi) e non più lungo di 32 caratteri (restrizione "
|
227 |
"di database)."
|
228 |
|
229 |
-
#: lib/yit-cpt-unlimited.php:
|
230 |
msgid "Taxonomy Rewrite"
|
231 |
msgstr "Riscrivi tassonomia"
|
232 |
|
233 |
-
#: lib/yit-cpt-unlimited.php:
|
234 |
msgid "Set univocal name for each category page URL."
|
235 |
msgstr "Imposta un nome univoco per l'URL della pagina di ciascuna categoria."
|
236 |
|
237 |
-
#: lib/yit-cpt-unlimited.php:
|
238 |
msgid "Single layout"
|
239 |
msgstr "Layout singolo"
|
240 |
|
241 |
-
#: lib/yit-cpt-unlimited.php:
|
242 |
msgid "Layout for single page of this portfolio"
|
243 |
msgstr "Layout per pagina singola per questo portfolio"
|
244 |
|
245 |
-
#: lib/yit-cpt-unlimited.php:
|
246 |
msgid "layout settings"
|
247 |
msgstr "impostazioni di layout"
|
248 |
|
249 |
-
#: lib/yit-cpt-unlimited.php:
|
250 |
msgid "Quick links"
|
251 |
msgstr "Link rapidi"
|
252 |
|
253 |
-
#: lib/yit-cpt-unlimited.php:
|
254 |
#, php-format
|
255 |
msgid "Show frontend of the %s"
|
256 |
msgstr "Mostra front end di %s"
|
257 |
|
258 |
-
#: lib/yit-cpt-unlimited.php:
|
259 |
#: templates/fields/customtabs.php:89
|
260 |
msgid "Name"
|
261 |
msgstr "Nome"
|
262 |
|
263 |
-
#: lib/yit-cpt-unlimited.php:
|
264 |
#, php-format
|
265 |
msgid "Add %s from images"
|
266 |
msgstr "Aggiungi %s dalla immagini"
|
267 |
|
268 |
-
#: lib/yit-cpt-unlimited.php:
|
269 |
msgid "Upload multiple files"
|
270 |
msgstr "Carica file multipli"
|
271 |
|
272 |
-
#: lib/yit-plugin-panel-wc.php:
|
273 |
msgid "The changes you have made will be lost if you leave this page."
|
274 |
msgstr "Perderai tutti i cambiamenti effettuati se lasci questa pagina."
|
275 |
|
276 |
-
#: lib/yit-plugin-panel.php:
|
277 |
msgid "Plugin Settings"
|
278 |
msgstr "Impostazioni plugin"
|
279 |
|
280 |
-
#: lib/yit-plugin-panel.php:
|
281 |
msgid "How to install premium version"
|
282 |
msgstr "Come installare la versione premium"
|
283 |
|
284 |
-
#: lib/yit-plugin-panel.php:
|
285 |
-
#: templates/panel/woocommerce/woocommerce-form.php:
|
286 |
msgid "Save Changes"
|
287 |
msgstr "Salva modifiche"
|
288 |
|
289 |
-
#: lib/yit-plugin-panel.php:
|
290 |
-
#: templates/panel/woocommerce/woocommerce-form.php:
|
291 |
msgid ""
|
292 |
"If you continue with this action, you will reset all options in this page."
|
293 |
msgstr ""
|
294 |
"Se prosegui con questa azione, tutte le opzioni di questa pagina saranno "
|
295 |
"reimpostate."
|
296 |
|
297 |
-
#: lib/yit-plugin-panel.php:
|
298 |
msgid "Reset to default"
|
299 |
msgstr "Ripristina configurazione predefinita"
|
300 |
|
301 |
-
#: lib/yit-plugin-panel.php:
|
302 |
-
#: templates/panel/woocommerce/woocommerce-form.php:
|
303 |
msgid "Are you sure?"
|
304 |
msgstr "Sei sicuro?"
|
305 |
|
306 |
-
#: lib/yit-plugin-panel.php:
|
307 |
msgid ""
|
308 |
"The element you have entered already exists. Please, enter another name."
|
309 |
msgstr "L'elemento inserito esiste già. Per favore, inserisci un altro nome."
|
310 |
|
311 |
-
#: lib/yit-plugin-panel.php:
|
312 |
msgid "Settings saved"
|
313 |
msgstr "Impostazioni salvate"
|
314 |
|
315 |
-
#: lib/yit-plugin-panel.php:
|
316 |
msgid "Settings reset"
|
317 |
msgstr "Impostazioni azzerate"
|
318 |
|
319 |
-
#: lib/yit-plugin-panel.php:
|
320 |
msgid "Element deleted correctly."
|
321 |
msgstr "Elemento rimosso correttamente."
|
322 |
|
323 |
-
#: lib/yit-plugin-panel.php:
|
324 |
msgid "Element updated correctly."
|
325 |
msgstr "Elemento aggiornato correttamente."
|
326 |
|
327 |
-
#: lib/yit-plugin-panel.php:
|
328 |
msgid "Database imported correctly."
|
329 |
msgstr "Database importato correttamente."
|
330 |
|
331 |
-
#: lib/yit-plugin-panel.php:
|
332 |
msgid "An error has occurred during import. Please try again."
|
333 |
msgstr "Si è verificato un errore durante l'importazione. Prova di nuovo."
|
334 |
|
335 |
-
#: lib/yit-plugin-panel.php:
|
336 |
msgid "The added file is not valid."
|
337 |
msgstr "Il file aggiunto non è valido."
|
338 |
|
339 |
-
#: lib/yit-plugin-panel.php:
|
340 |
msgid "Sorry, import is disabled."
|
341 |
msgstr "Ci dispiace, l'importazione è disabilitata."
|
342 |
|
343 |
-
#: lib/yit-plugin-panel.php:
|
344 |
msgid "Sorting successful."
|
345 |
msgstr "Ordinamento effettuato con successo."
|
346 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
347 |
#: lib/yit-pointers.php:70
|
348 |
msgid "Plugins Activated"
|
349 |
msgstr "Plugin attivati"
|
@@ -391,427 +407,132 @@ msgstr ""
|
|
391 |
"quelle di YITH WooCommerce Wishlist, YITH WooCommerce Ajax Search etc.)\n"
|
392 |
"saranno trasferite nella scheda YITH Plugins."
|
393 |
|
394 |
-
#: lib/
|
395 |
-
msgid "
|
396 |
-
msgstr "
|
397 |
-
|
398 |
-
#: lib/yit-upgrade.php:196
|
399 |
-
msgid "There is a new version of %plugin_name% available."
|
400 |
-
msgstr "Una nuova versione di %plugin_name% è disponibile."
|
401 |
|
402 |
-
#: lib/
|
403 |
-
msgid "
|
404 |
-
msgstr "
|
405 |
|
406 |
-
#: lib/
|
407 |
-
msgid "
|
408 |
-
msgstr "
|
409 |
|
410 |
-
#: lib/
|
411 |
msgid ""
|
412 |
-
"
|
|
|
413 |
msgstr ""
|
414 |
-
"
|
415 |
-
"
|
416 |
|
417 |
-
#: lib/
|
418 |
-
|
419 |
-
|
|
|
420 |
|
421 |
-
#: lib/
|
422 |
-
|
423 |
-
"
|
424 |
-
"
|
425 |
-
"of <em>%1$s</em> from the only <a href=\"https://yithemes.com\" target="
|
426 |
-
"\"_blank\">YITH official website</a>, specifically, from your <a href="
|
427 |
-
"\"https://yithemes.com/my-account/recent-downloads/\" target=\"_blank"
|
428 |
-
"\">Downloads page</a>. This is the only way to be sure the version you are "
|
429 |
-
"using is 100% malware-free."
|
430 |
-
msgstr ""
|
431 |
-
"<br/><b>Attenzione:</b> Stai utilizzando una versione superiore all'ultima "
|
432 |
-
"disponibile. </em>Per favore assicurati di aver scaricato la versione più "
|
433 |
-
"recente di <em>%1$s</em> dall'unico <a href=\"https://yithemes.com\" target="
|
434 |
-
"\"_blank\">sito ufficiale YITH</a>, nello specifico dalla tua <a href="
|
435 |
-
"\"https://yithemes.com/my-account/recent-downloads/\" target=\"_blank"
|
436 |
-
"\">pagina Downloads</a>. Questo è l'unico modo per essere sicuri che la "
|
437 |
-
"versione in uso sia al 100% priva di malware."
|
438 |
-
|
439 |
-
#: lib/yit-upgrade.php:303
|
440 |
-
msgctxt "[Update Plugin Message: License not enabled]"
|
441 |
-
msgid "You have to activate the plugin to benefit from automatic updates."
|
442 |
-
msgstr "Devi attivare il plugin per usufruire degli update automatici."
|
443 |
-
|
444 |
-
#: lib/yit-upgrade.php:325
|
445 |
-
msgid "YITH Repository"
|
446 |
-
msgstr "Repository YITH"
|
447 |
-
|
448 |
-
#: lib/yit-upgrade.php:359
|
449 |
-
msgid "Invalid URL Provided."
|
450 |
-
msgstr "L'URL inserito non è valido."
|
451 |
-
|
452 |
-
#: lib/yit-upgrade.php:372
|
453 |
-
msgid "Could not create Temporary file."
|
454 |
-
msgstr "Non è stato possibile creare il file temporaneo."
|
455 |
-
|
456 |
-
#: lib/yit-upgrade.php:547
|
457 |
-
#, php-format
|
458 |
-
msgid ""
|
459 |
-
"There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
|
460 |
-
"yit-changelog-button open-plugin-details-modal\" title=\"%3$s\">View version "
|
461 |
-
"%4$s details</a>."
|
462 |
-
msgstr ""
|
463 |
-
"È disponibile una nuova versione di %1$s. <a href=\"%2$s\" class=\"thickbox "
|
464 |
-
"yit-changelog-button\" title=\"%3$s\">Visualizza i dettagli della versione "
|
465 |
-
"%4$s</a>."
|
466 |
|
467 |
-
#: lib/
|
468 |
-
|
469 |
-
msgid ""
|
470 |
-
|
471 |
-
"yit-changelog-button open-plugin-details-modal\" title=\"%3$s\">View version "
|
472 |
-
"%4$s details</a>. <em>You have to activate the plugin on a single site of "
|
473 |
-
"the network to benefit from automatic updates.</em>"
|
474 |
-
msgstr ""
|
475 |
-
"È disponibile una nuova versione di %1$s. <a href=\"%2$s\" class=\"thickbox "
|
476 |
-
"yit-changelog-button\" title=\"%3$s\">Visualizza i dettagli della versione "
|
477 |
-
"%4$s</a>. <em>Per poter usufruire degli aggiornamenti automatici è "
|
478 |
-
"necessario attivare il plugin su un solo sito.</em>"
|
479 |
|
480 |
-
#: lib/
|
481 |
-
|
482 |
-
msgid ""
|
483 |
-
|
484 |
-
"yit-changelog-button open-plugin-details-modal\" title=\"%3$s\">View version "
|
485 |
-
"%4$s details</a>. <em>Automatic update is unavailable for this plugin, "
|
486 |
-
"please <a href=\"%5$s\" title=\"License activation\">activate</a> your copy "
|
487 |
-
"of %6s.</em>"
|
488 |
-
msgstr ""
|
489 |
-
"È disponibile una nuova versione di %1$s. <a href=\"%2$s\" class=\"thickbox "
|
490 |
-
"yit-changelog-button\" title=\"%3$s\">Visualizza i dettagli della versione "
|
491 |
-
"%4$s</a>. <em>Gli aggiornamenti automatici non sono disponibili per questo "
|
492 |
-
"plugin, per piacere <a href=\"%5$s\" title=\"License activation\">attiva</a> "
|
493 |
-
"la tua copia di %6s.</em>"
|
494 |
|
495 |
-
#: lib/
|
496 |
-
|
497 |
-
|
498 |
-
"There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
|
499 |
-
"yit-changelog-button open-plugin-details-modal\" title=\"%3$s\">View version "
|
500 |
-
"%4$s details</a> or <a href=\"%5$s\">update now</a>."
|
501 |
-
msgstr ""
|
502 |
-
"È disponibile una nuova versioni di %1$s. <a href=\"%2$s\" class=\"thickbox "
|
503 |
-
"yit-changelog-button\" title=\"%3$s\">Visualizza i dettagli della versione "
|
504 |
-
"%4$s</a> oppure <a href=\"%5$s\">aggiorna adesso</a>."
|
505 |
|
506 |
-
#: lib/
|
507 |
-
|
508 |
-
|
509 |
-
"<br/><b>Please note:</b> You are using a higher version than the latest "
|
510 |
-
"available one. </em>Please, make sure you've downloaded the latest version "
|
511 |
-
"of <em>%1$s</em> from the only <a href=\"https://yithemes.com\" target="
|
512 |
-
"\"_blank\">YITH official website</a>, specifically, from your <a href="
|
513 |
-
"\"https://yithemes.com/my-account/recent-downloads/\" target=\"_blank"
|
514 |
-
"\">Downloads page</a>. This is the only way to be sure the version you are "
|
515 |
-
"using is 100%% malware-free."
|
516 |
-
msgstr ""
|
517 |
-
"<br/><b>Attenzione:</b> Stai utilizzando una versione superiore all'ultima "
|
518 |
-
"disponibile. </em>Per favore assicurati di aver scaricato la versione più "
|
519 |
-
"recente di <em>%1$s</em> dall'unico <a href=\"https://yithemes.com\" target="
|
520 |
-
"\"_blank\">sito ufficiale YITH</a>, nello specifico dalla tua <a href="
|
521 |
-
"\"https://yithemes.com/my-account/recent-downloads/\" target=\"_blank"
|
522 |
-
"\">pagina Downloads</a>. Questo è l'unico modo per essere sicuri che la "
|
523 |
-
"versione in uso sia al 100%% priva di malware."
|
524 |
-
|
525 |
-
#: lib/yit-upgrade.php:635
|
526 |
-
msgid "You can't update the plugins for this site."
|
527 |
-
msgstr "Non è possibile aggiornare i plugin per questo sito."
|
528 |
-
|
529 |
-
#: lib/yit-upgrade.php:639
|
530 |
-
msgid ""
|
531 |
-
"You do not have sufficient permissions to update the plugins for this site."
|
532 |
-
msgstr ""
|
533 |
-
"Non sei in possesso delle autorizzazioni necessarie per aggiornare i plugin "
|
534 |
-
"in questo sito."
|
535 |
|
536 |
-
#: lib/
|
537 |
-
msgid "
|
538 |
-
msgstr "
|
539 |
|
540 |
-
#: lib/yith-
|
541 |
-
msgid "
|
542 |
-
msgstr "
|
543 |
|
544 |
-
#: lib/yith-
|
545 |
-
msgid "
|
546 |
-
msgstr "
|
547 |
|
548 |
-
#: lib/yith-
|
549 |
-
|
550 |
-
|
551 |
-
msgstr "YITH"
|
552 |
|
553 |
-
#:
|
554 |
-
|
555 |
-
|
556 |
-
msgid "Please, insert a valid %s"
|
557 |
-
msgstr "Per favore, inserisci una %s valida"
|
558 |
|
559 |
-
#:
|
560 |
-
|
561 |
-
|
562 |
-
msgstr "Per favore, inserire una %s valida ed una %s valida"
|
563 |
-
|
564 |
-
#: licence/lib/yit-licence.php:182
|
565 |
-
msgid "Unable to contact the remote server, please try again later. Thanks!"
|
566 |
-
msgstr "Impossibile contattare il server remoto, prova più tardi. Grazie!"
|
567 |
-
|
568 |
-
#: licence/lib/yit-licence.php:183
|
569 |
-
msgid "email address"
|
570 |
-
msgstr "email"
|
571 |
-
|
572 |
-
#: licence/lib/yit-licence.php:184
|
573 |
-
msgid "license key"
|
574 |
-
msgstr "chiave di licenza"
|
575 |
-
|
576 |
-
#: licence/lib/yit-licence.php:185
|
577 |
-
msgid "Are you sure you want to deactivate the license for current site?"
|
578 |
-
msgstr "Sei sicuro di voler disattivare la licenza per questo sito?"
|
579 |
-
|
580 |
-
#: licence/lib/yit-licence.php:730
|
581 |
-
msgid "Invalid Request"
|
582 |
-
msgstr "Richiesta non valida"
|
583 |
-
|
584 |
-
#: licence/lib/yit-licence.php:731
|
585 |
-
msgid "Invalid license key"
|
586 |
-
msgstr "Chiave di licenza non valida"
|
587 |
-
|
588 |
-
#: licence/lib/yit-licence.php:732
|
589 |
-
msgid "Software has been deactivated"
|
590 |
-
msgstr "Il software è stato disattivato"
|
591 |
-
|
592 |
-
#: licence/lib/yit-licence.php:733
|
593 |
-
msgid "Maximum number of activations exceeded"
|
594 |
-
msgstr "Hai raggiunto il numero massimo di attivazioni"
|
595 |
-
|
596 |
-
#: licence/lib/yit-licence.php:734
|
597 |
-
msgid "Invalid instance ID"
|
598 |
-
msgstr "Istanza ID non valida"
|
599 |
-
|
600 |
-
#: licence/lib/yit-licence.php:735
|
601 |
-
msgid "Invalid security key"
|
602 |
-
msgstr "Chiave di sicurezza non valida"
|
603 |
-
|
604 |
-
#: licence/lib/yit-licence.php:736
|
605 |
-
msgid "License key has expired"
|
606 |
-
msgstr "La chiave di licenza è scaduta"
|
607 |
-
|
608 |
-
#: licence/lib/yit-licence.php:737
|
609 |
-
msgid "License key has been banned"
|
610 |
-
msgstr "La chiave di licenza è stata bloccata"
|
611 |
-
|
612 |
-
#: licence/lib/yit-licence.php:738
|
613 |
-
msgid "Current product is not included in your YITH Club Subscription key"
|
614 |
-
msgstr "Questo prodotto non è incluso nella tua licenze YITH Club Subscription"
|
615 |
-
|
616 |
-
#: licence/lib/yit-licence.php:739
|
617 |
-
msgid "Great"
|
618 |
-
msgstr "Grande!"
|
619 |
-
|
620 |
-
#: licence/lib/yit-licence.php:739
|
621 |
-
msgid "License successfully activated"
|
622 |
-
msgstr "Licenza attivata con successo"
|
623 |
-
|
624 |
-
#: licence/lib/yit-licence.php:740
|
625 |
-
msgid "License key deactivated for website"
|
626 |
-
msgstr "Chiave di licenza disattivata per il sito web"
|
627 |
-
|
628 |
-
#: licence/lib/yit-plugin-licence.php:67 licence/lib/yit-plugin-licence.php:68
|
629 |
-
#: licence/lib/yit-theme-licence.php:69 licence/lib/yit-theme-licence.php:70
|
630 |
-
#: licence/lib/yit-theme-licence.php:109 licence/lib/yit-theme-licence.php:110
|
631 |
-
msgid "License Activation"
|
632 |
-
msgstr "Attivazione licenza"
|
633 |
-
|
634 |
-
#: licence/lib/yit-plugin-licence.php:142
|
635 |
-
msgctxt ""
|
636 |
-
"[Part of]: Warning! You didn't set license key for the following products:"
|
637 |
-
"[Plugins List] which means you're missing out on updates and support. Enter "
|
638 |
-
"your license key, please."
|
639 |
-
msgid "Warning!"
|
640 |
-
msgstr "Attenzione!"
|
641 |
|
642 |
-
#:
|
643 |
-
|
644 |
-
"
|
645 |
-
"[Plugins List] which means you're missing out on updates and support. Enter "
|
646 |
-
"your license key, please."
|
647 |
-
msgid "You didn't set license key for the following products"
|
648 |
-
msgstr "Non hai impostato la chiave di licenza per i seguenti prodotti"
|
649 |
-
|
650 |
-
#: licence/lib/yit-plugin-licence.php:145
|
651 |
-
msgctxt ""
|
652 |
-
"[Part of]: Warning! You didn't set license key for the following products:"
|
653 |
-
"[Plugins List] which means you're missing out on updates and support. Enter "
|
654 |
-
"your license key, please."
|
655 |
-
msgid "which means you're missing out on updates and support"
|
656 |
-
msgstr "il che significa che ti stai perdendo aggiornamenti e supporto"
|
657 |
-
|
658 |
-
#: licence/lib/yit-plugin-licence.php:147
|
659 |
-
msgctxt ""
|
660 |
-
"[Part of]: Warning! You didn't set license key for the following products:"
|
661 |
-
"[Plugins List] which means you're missing out on updates and support. Enter "
|
662 |
-
"your license key, please."
|
663 |
-
msgid "Enter your license key"
|
664 |
-
msgstr "Inserisci la tua chiave di licenza"
|
665 |
-
|
666 |
-
#: licence/lib/yit-plugin-licence.php:148
|
667 |
-
msgctxt ""
|
668 |
-
"[Part of]: Warning! You didn't set license key for the following products:"
|
669 |
-
"[Plugins List] which means you're missing out on updates and support. Enter "
|
670 |
-
"your license key, please."
|
671 |
-
msgid "please"
|
672 |
-
msgstr "per favore"
|
673 |
-
|
674 |
-
#: licence/lib/yit-theme-licence.php:117 licence/lib/yit-theme-licence.php:118
|
675 |
-
#, php-format
|
676 |
-
msgid "%s"
|
677 |
-
msgstr "%s"
|
678 |
|
679 |
-
#:
|
680 |
-
msgid ""
|
681 |
-
"
|
682 |
-
"time ago. Where can I find it?"
|
683 |
-
msgstr ""
|
684 |
-
"Non riesco a trovare la chiave di licenza per l'attivazione del tema che ho "
|
685 |
-
"acquistato diverso tempo fa. Dove posso trovarla?"
|
686 |
|
687 |
-
#:
|
688 |
-
msgid ""
|
689 |
-
"
|
690 |
-
"benefit from support and updates (the services offered with the license)\n"
|
691 |
-
" until 27 January 2016 and you do not have to purchase it "
|
692 |
-
"again to get a new license key, because, before this date, your license used "
|
693 |
-
"to be activated automatically by our system.\n"
|
694 |
-
" After 27 January 2016, instead, if you want to benefit "
|
695 |
-
"from support and updates you have to buy a new license and activate it "
|
696 |
-
"through the license key you will be\n"
|
697 |
-
" provided with and that you can find in your YITH "
|
698 |
-
"account, in section \"My licenses\"."
|
699 |
-
msgstr ""
|
700 |
-
"Se hai acquistato uno dei nostri prodotti prima del 27 gennaio 2015, potrai "
|
701 |
-
"usufruire di supporto e aggiornamenti (servizi inclusi nella licenza)\n"
|
702 |
-
"fino al 27 gennaio 2016 e non dovrai riacquistare il prodotto per ottenere "
|
703 |
-
"una chiave di licenza, poiché prima di questa data il tuo prodotto veniva "
|
704 |
-
"automaticamente attivato dal nostro sistema.\n"
|
705 |
-
"Dopo il 27 gennaio 2016, invece, se vorrai usufruire di supporto e "
|
706 |
-
"aggiornamenti dovrai acquistare una nuova licenza e attivarla con il codice "
|
707 |
-
"che ti verrà\n"
|
708 |
-
"fornito e che puoi trovare nella tua area riservata su YITH, nella sezione "
|
709 |
-
"\"My licenses\"."
|
710 |
-
|
711 |
-
#: licence/templates/panel/activation/activation-panel.php:24
|
712 |
-
msgid "YITH License Activation"
|
713 |
-
msgstr "Attivazione licenza YITH"
|
714 |
-
|
715 |
-
#: licence/templates/panel/activation/activation-panel.php:27
|
716 |
-
msgid "License expiry date"
|
717 |
-
msgstr "Data di scadenza della licenza"
|
718 |
-
|
719 |
-
#: licence/templates/panel/activation/activation-panel.php:30
|
720 |
-
msgid ""
|
721 |
-
"If you have renewed your product license key and the expiry date does not "
|
722 |
-
"appear up-to-date, please, click on the button <em>Check Expiry Date</em> "
|
723 |
-
"below and it will update."
|
724 |
-
msgstr ""
|
725 |
-
"Se hai rinnovato la chiave di licenza del tuo prodotto e la data di scadenza "
|
726 |
-
"non risulta aggiornata, ti invitiamo a fare clic sul pulsante <em>Check "
|
727 |
-
"Expiry Date</em> in modo da aggiornarla."
|
728 |
-
|
729 |
-
#: licence/templates/panel/activation/activation-panel.php:33
|
730 |
-
msgid "Check expiry date"
|
731 |
-
msgstr "Controlla la data di scadenza"
|
732 |
-
|
733 |
-
#: licence/templates/panel/activation/activation-panel.php:47
|
734 |
-
msgid "Product to activate"
|
735 |
-
msgid_plural "Products to activate"
|
736 |
-
msgstr[0] "Prodotto da attivare"
|
737 |
-
msgstr[1] "Prodotti da attivare"
|
738 |
-
|
739 |
-
#: licence/templates/panel/activation/activation-panel.php:50
|
740 |
-
msgid "Are you having issues with the license activation?"
|
741 |
-
msgstr "Stai riscontrando problemi con l'attivazione della licenza?"
|
742 |
-
|
743 |
-
#: licence/templates/panel/activation/activation-panel.php:50
|
744 |
-
msgid "Read this article"
|
745 |
-
msgstr "Leggi questo articolo"
|
746 |
-
|
747 |
-
#: licence/templates/panel/activation/activation-panel.php:70
|
748 |
-
msgid "Activate"
|
749 |
-
msgstr "Attiva"
|
750 |
-
|
751 |
-
#: licence/templates/panel/activation/activation-panel.php:89
|
752 |
-
msgid "Activated"
|
753 |
-
msgstr "Attivato"
|
754 |
-
|
755 |
-
#: licence/templates/panel/activation/activation-panel.php:95
|
756 |
-
#: licence/templates/panel/activation/activation-panel.php:173
|
757 |
-
#: licence/templates/panel/activation/activation-panel.php:203
|
758 |
-
msgid "Product Name"
|
759 |
-
msgstr "Nome prodotto"
|
760 |
-
|
761 |
-
#: licence/templates/panel/activation/activation-panel.php:97
|
762 |
-
#: licence/templates/panel/activation/activation-panel.php:175
|
763 |
-
#: licence/templates/panel/activation/activation-panel.php:206
|
764 |
-
msgid "Email"
|
765 |
-
msgstr "Email"
|
766 |
-
|
767 |
-
#: licence/templates/panel/activation/activation-panel.php:98
|
768 |
-
#: licence/templates/panel/activation/activation-panel.php:176
|
769 |
-
#: licence/templates/panel/activation/activation-panel.php:207
|
770 |
-
msgid "License Key"
|
771 |
-
msgstr "Chiave di licenza"
|
772 |
-
|
773 |
-
#: licence/templates/panel/activation/activation-panel.php:101
|
774 |
-
#: licence/templates/panel/activation/activation-panel.php:210
|
775 |
-
msgid "Expires"
|
776 |
-
msgstr "Scadenza"
|
777 |
|
778 |
-
#:
|
779 |
-
msgid "
|
780 |
-
msgstr "
|
781 |
|
782 |
-
#:
|
783 |
-
msgid "
|
784 |
-
msgstr "
|
785 |
|
786 |
-
#:
|
787 |
-
|
788 |
-
|
789 |
-
msgstr "%1s di %2s"
|
790 |
|
791 |
-
#:
|
792 |
-
msgid "
|
793 |
-
msgstr "
|
794 |
|
795 |
-
#:
|
796 |
-
|
797 |
-
|
798 |
-
msgstr "Rinnova"
|
799 |
|
800 |
-
#:
|
801 |
-
msgid "
|
802 |
-
msgstr "
|
803 |
|
804 |
-
#:
|
805 |
-
|
806 |
-
|
|
|
|
|
|
|
|
|
|
|
807 |
|
808 |
-
#:
|
809 |
-
msgid "
|
810 |
-
msgstr "
|
811 |
|
812 |
-
#:
|
813 |
-
|
814 |
-
|
|
|
|
|
815 |
|
816 |
#: templates/fields/ajax-posts.php:57
|
817 |
msgid "Search Posts"
|
@@ -849,6 +570,10 @@ msgstr "Aggiungi scheda prodotto personalizzata"
|
|
849 |
msgid "Do you want to remove the custom tab?"
|
850 |
msgstr "Vuoi rimuovere la scheda personalizzata?"
|
851 |
|
|
|
|
|
|
|
|
|
852 |
#: templates/fields/icons.php:58
|
853 |
msgid "Set Default"
|
854 |
msgstr "Ripristina impostazioni iniziali"
|
@@ -873,13 +598,23 @@ msgstr "Aggiungi immagini"
|
|
873 |
msgid "Delete"
|
874 |
msgstr "Rimuovi"
|
875 |
|
876 |
-
#: templates/fields/
|
877 |
-
|
878 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
879 |
|
880 |
-
#: templates/fields/select-buttons.php:
|
881 |
-
msgid "
|
882 |
-
msgstr "
|
|
|
|
|
|
|
|
|
883 |
|
884 |
#: templates/fields/sidebars.php:22
|
885 |
msgid "Left sidebar"
|
@@ -905,12 +640,12 @@ msgstr "Scegli una barra laterale"
|
|
905 |
msgid "Right Sidebar"
|
906 |
msgstr "Barra laterale destra"
|
907 |
|
908 |
-
#: templates/fields/upload.php:
|
909 |
#: templates/panel/woocommerce/woocommerce-upload.php:40
|
910 |
msgid "Upload"
|
911 |
msgstr "Carica"
|
912 |
|
913 |
-
#: templates/fields/upload.php:
|
914 |
msgid "Reset"
|
915 |
msgstr "Ripristina"
|
916 |
|
@@ -928,10 +663,119 @@ msgstr "(Default: %s <img src=\"%s\"/>)"
|
|
928 |
msgid "(Default: <i %s></i> )"
|
929 |
msgstr "(Default: <i %s></i> )"
|
930 |
|
931 |
-
#: templates/panel/woocommerce/woocommerce-form.php:
|
932 |
msgid "Reset Defaults"
|
933 |
msgstr "Ripristina impostazioni iniziali"
|
934 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
935 |
#: yit-plugin.php:83
|
936 |
msgctxt "Plugin Row Meta"
|
937 |
msgid "Live Demo"
|
@@ -952,15 +796,343 @@ msgctxt "Plugin Row Meta"
|
|
952 |
msgid "Premium version"
|
953 |
msgstr "Versione premium"
|
954 |
|
955 |
-
#: yit-plugin.php:
|
956 |
msgctxt "Action links"
|
957 |
msgid "Settings"
|
958 |
msgstr "Impostazioni"
|
959 |
|
960 |
-
#: yit-plugin.php:
|
961 |
msgid "License"
|
962 |
msgstr "Chiave di licenza"
|
963 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
964 |
#~ msgid ""
|
965 |
#~ "Have you updated your licenses? Have you asked for an extension? Update "
|
966 |
#~ "information concerning your products."
|
@@ -1027,18 +1199,9 @@ msgstr "Chiave di licenza"
|
|
1027 |
#~ msgid "Theme Icon"
|
1028 |
#~ msgstr "Icona tema"
|
1029 |
|
1030 |
-
#~ msgid "Custom Icon"
|
1031 |
-
#~ msgstr "Icona personalizzata"
|
1032 |
-
|
1033 |
#~ msgid "None"
|
1034 |
#~ msgstr "Nessuno"
|
1035 |
|
1036 |
-
#~ msgid "Add field"
|
1037 |
-
#~ msgstr "Aggiungi campo"
|
1038 |
-
|
1039 |
-
#~ msgid "Click to toggle"
|
1040 |
-
#~ msgstr "Fai clic per aprire/chiudere"
|
1041 |
-
|
1042 |
#~ msgid "Field Title"
|
1043 |
#~ msgstr "Titolo campo"
|
1044 |
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: YITH Plugin Starter 1.0.0 Plugin FW\n"
|
6 |
"Report-Msgid-Bugs-To: Your Inspiration Themes <plugins@yithemes.com>\n"
|
7 |
+
"POT-Creation-Date: 2020-01-10 13:28+0100\n"
|
8 |
+
"PO-Revision-Date: 2020-01-10 16:23+0100\n"
|
9 |
"Last-Translator: \n"
|
10 |
"Language-Team: YIThemes <plugins@yithemes.com>\n"
|
11 |
"Language: it_IT\n"
|
65 |
msgid "Payments"
|
66 |
msgstr "Pagamenti"
|
67 |
|
68 |
+
#: lib/yit-cpt-unlimited.php:462 lib/yit-cpt-unlimited.php:576
|
69 |
+
#: lib/yit-cpt-unlimited.php:721 lib/yit-cpt-unlimited.php:1636
|
70 |
#, php-format
|
71 |
msgid "Add %s"
|
72 |
msgstr "Aggiungi %s"
|
73 |
|
74 |
+
#: lib/yit-cpt-unlimited.php:463 lib/yit-cpt-unlimited.php:577
|
75 |
#, php-format
|
76 |
msgid "Add New %s"
|
77 |
msgstr "Aggiungi nuovo %s"
|
78 |
|
79 |
+
#: lib/yit-cpt-unlimited.php:464 lib/yit-cpt-unlimited.php:578
|
80 |
+
#: lib/yit-cpt-unlimited.php:1269 lib/yit-cpt-unlimited.php:1306
|
81 |
#, php-format
|
82 |
msgid "Edit %s"
|
83 |
msgstr "Modifica %s"
|
84 |
|
85 |
+
#: lib/yit-cpt-unlimited.php:465 lib/yit-cpt-unlimited.php:579
|
86 |
#, php-format
|
87 |
msgid "New %s"
|
88 |
msgstr "Nuovo %s"
|
89 |
|
90 |
+
#: lib/yit-cpt-unlimited.php:466 lib/yit-cpt-unlimited.php:580
|
91 |
#, php-format
|
92 |
msgid "All %s"
|
93 |
msgstr "Tutti %s"
|
94 |
|
95 |
+
#: lib/yit-cpt-unlimited.php:467 lib/yit-cpt-unlimited.php:581
|
96 |
+
#: lib/yit-cpt-unlimited.php:1253 lib/yit-cpt-unlimited.php:1307
|
97 |
#, php-format
|
98 |
msgid "View %s"
|
99 |
msgstr "Visualizza %s"
|
100 |
|
101 |
+
#: lib/yit-cpt-unlimited.php:468 lib/yit-cpt-unlimited.php:582
|
102 |
#, php-format
|
103 |
msgid "Search %s"
|
104 |
msgstr "Cerca %s"
|
105 |
|
106 |
+
#: lib/yit-cpt-unlimited.php:469 lib/yit-cpt-unlimited.php:583
|
107 |
#, php-format
|
108 |
msgid "No %s found"
|
109 |
msgstr "Nessun %s trovato"
|
110 |
|
111 |
+
#: lib/yit-cpt-unlimited.php:470 lib/yit-cpt-unlimited.php:584
|
112 |
#, php-format
|
113 |
msgid "No %s found in Trash"
|
114 |
msgstr "Nessun %s trovato nel cestino"
|
115 |
|
116 |
+
#: lib/yit-cpt-unlimited.php:627
|
117 |
#, php-format
|
118 |
msgctxt "taxonomy general name"
|
119 |
msgid "%s Categories"
|
120 |
msgstr "%s Categorie"
|
121 |
|
122 |
+
#: lib/yit-cpt-unlimited.php:628
|
123 |
msgctxt "taxonomy singular name"
|
124 |
msgid "Category"
|
125 |
msgstr "Categoria"
|
126 |
|
127 |
+
#: lib/yit-cpt-unlimited.php:629 templates/fields/ajax-terms.php:56
|
128 |
msgid "Search Categories"
|
129 |
msgstr "Cerca categorie"
|
130 |
|
131 |
+
#: lib/yit-cpt-unlimited.php:630
|
132 |
msgid "All Categories"
|
133 |
msgstr "Tutte le categorie"
|
134 |
|
135 |
+
#: lib/yit-cpt-unlimited.php:631
|
136 |
msgid "Parent Category"
|
137 |
msgstr "Categoria genitore"
|
138 |
|
139 |
+
#: lib/yit-cpt-unlimited.php:632
|
140 |
msgid "Parent Category:"
|
141 |
msgstr "Categoria genitore:"
|
142 |
|
143 |
+
#: lib/yit-cpt-unlimited.php:633
|
144 |
msgid "Edit Category"
|
145 |
msgstr "Modifica categoria"
|
146 |
|
147 |
+
#: lib/yit-cpt-unlimited.php:634
|
148 |
msgid "Update Category"
|
149 |
msgstr "Aggiorna categoria"
|
150 |
|
151 |
+
#: lib/yit-cpt-unlimited.php:635
|
152 |
msgid "Add New Category"
|
153 |
msgstr "Aggiungi nuova categoria"
|
154 |
|
155 |
+
#: lib/yit-cpt-unlimited.php:636
|
156 |
msgid "New Category Name"
|
157 |
msgstr "Nuovo nome categoria"
|
158 |
|
159 |
+
#: lib/yit-cpt-unlimited.php:637
|
160 |
msgid "Category"
|
161 |
msgstr "Categoria"
|
162 |
|
163 |
+
#: lib/yit-cpt-unlimited.php:726
|
164 |
msgid "Categories"
|
165 |
msgstr "Categorie"
|
166 |
|
167 |
+
#: lib/yit-cpt-unlimited.php:1044
|
168 |
#, php-format
|
169 |
msgid "%s Settings"
|
170 |
msgstr "Impostazioni %s"
|
171 |
|
172 |
+
#: lib/yit-cpt-unlimited.php:1050 lib/yit-cpt-unlimited.php:1198
|
173 |
+
#: lib/yit-cpt-unlimited.php:1204 lib/yit-plugin-panel.php:80
|
174 |
msgid "Settings"
|
175 |
msgstr "Impostazioni"
|
176 |
|
177 |
+
#: lib/yit-cpt-unlimited.php:1053
|
178 |
msgid "Type"
|
179 |
msgstr "Tipologia"
|
180 |
|
181 |
+
#: lib/yit-cpt-unlimited.php:1054
|
182 |
#, php-format
|
183 |
msgid "Layout for this %s"
|
184 |
msgstr "Layout per questo %s"
|
185 |
|
186 |
+
#: lib/yit-cpt-unlimited.php:1060
|
187 |
msgid "Rewrite"
|
188 |
msgstr "Riscrivi"
|
189 |
|
190 |
+
#: lib/yit-cpt-unlimited.php:1061
|
191 |
msgid ""
|
192 |
"Univocal identification name in the URL for each product (slug from post if "
|
193 |
"empty)"
|
195 |
"Nome identificativo univoco nell'URL per singolo prodotto (usa slug dal post "
|
196 |
"se vuoto)"
|
197 |
|
198 |
+
#: lib/yit-cpt-unlimited.php:1066
|
199 |
msgid "Label in Singular"
|
200 |
msgstr "Etichetta singolare"
|
201 |
|
202 |
+
#: lib/yit-cpt-unlimited.php:1067
|
203 |
msgid "Set a label in singular (title of portfolio if empty)"
|
204 |
msgstr "Imposta un'etichetta singolare (titolo del portfolio se vuoto)"
|
205 |
|
206 |
+
#: lib/yit-cpt-unlimited.php:1072
|
207 |
msgid "Label in Plural"
|
208 |
msgstr "Etichetta plurale"
|
209 |
|
210 |
+
#: lib/yit-cpt-unlimited.php:1073
|
211 |
msgid "Set a label in plural (title of portfolio if empty)"
|
212 |
msgstr "Imposta un'etichetta plurale (titolo del portfolio se vuoto)"
|
213 |
|
214 |
+
#: lib/yit-cpt-unlimited.php:1078
|
215 |
msgid "Taxonomy"
|
216 |
msgstr "Tassonomia"
|
217 |
|
218 |
+
#: lib/yit-cpt-unlimited.php:1079
|
219 |
msgid ""
|
220 |
"If you want to use categories in the portfolio, set a name for taxonomy. "
|
221 |
"Name should be a slug (must not contain capital letters nor spaces) and must "
|
226 |
"caratteri maiuscoli né spazi) e non più lungo di 32 caratteri (restrizione "
|
227 |
"di database)."
|
228 |
|
229 |
+
#: lib/yit-cpt-unlimited.php:1084
|
230 |
msgid "Taxonomy Rewrite"
|
231 |
msgstr "Riscrivi tassonomia"
|
232 |
|
233 |
+
#: lib/yit-cpt-unlimited.php:1085
|
234 |
msgid "Set univocal name for each category page URL."
|
235 |
msgstr "Imposta un nome univoco per l'URL della pagina di ciascuna categoria."
|
236 |
|
237 |
+
#: lib/yit-cpt-unlimited.php:1090
|
238 |
msgid "Single layout"
|
239 |
msgstr "Layout singolo"
|
240 |
|
241 |
+
#: lib/yit-cpt-unlimited.php:1091
|
242 |
msgid "Layout for single page of this portfolio"
|
243 |
msgstr "Layout per pagina singola per questo portfolio"
|
244 |
|
245 |
+
#: lib/yit-cpt-unlimited.php:1132
|
246 |
msgid "layout settings"
|
247 |
msgstr "impostazioni di layout"
|
248 |
|
249 |
+
#: lib/yit-cpt-unlimited.php:1224 lib/yit-cpt-unlimited.php:1237
|
250 |
msgid "Quick links"
|
251 |
msgstr "Link rapidi"
|
252 |
|
253 |
+
#: lib/yit-cpt-unlimited.php:1477
|
254 |
#, php-format
|
255 |
msgid "Show frontend of the %s"
|
256 |
msgstr "Mostra front end di %s"
|
257 |
|
258 |
+
#: lib/yit-cpt-unlimited.php:1484 templates/fields/customtabs.php:46
|
259 |
#: templates/fields/customtabs.php:89
|
260 |
msgid "Name"
|
261 |
msgstr "Nome"
|
262 |
|
263 |
+
#: lib/yit-cpt-unlimited.php:1635
|
264 |
#, php-format
|
265 |
msgid "Add %s from images"
|
266 |
msgstr "Aggiungi %s dalla immagini"
|
267 |
|
268 |
+
#: lib/yit-cpt-unlimited.php:1638
|
269 |
msgid "Upload multiple files"
|
270 |
msgstr "Carica file multipli"
|
271 |
|
272 |
+
#: lib/yit-plugin-panel-wc.php:397
|
273 |
msgid "The changes you have made will be lost if you leave this page."
|
274 |
msgstr "Perderai tutti i cambiamenti effettuati se lasci questa pagina."
|
275 |
|
276 |
+
#: lib/yit-plugin-panel.php:79
|
277 |
msgid "Plugin Settings"
|
278 |
msgstr "Impostazioni plugin"
|
279 |
|
280 |
+
#: lib/yit-plugin-panel.php:424 lib/yit-plugin-panel.php:427
|
281 |
msgid "How to install premium version"
|
282 |
msgstr "Come installare la versione premium"
|
283 |
|
284 |
+
#: lib/yit-plugin-panel.php:571 lib/yit-plugin-subpanel.php:151
|
285 |
+
#: templates/panel/woocommerce/woocommerce-form.php:14
|
286 |
msgid "Save Changes"
|
287 |
msgstr "Salva modifiche"
|
288 |
|
289 |
+
#: lib/yit-plugin-panel.php:574 lib/yit-plugin-subpanel.php:154
|
290 |
+
#: templates/panel/woocommerce/woocommerce-form.php:17
|
291 |
msgid ""
|
292 |
"If you continue with this action, you will reset all options in this page."
|
293 |
msgstr ""
|
294 |
"Se prosegui con questa azione, tutte le opzioni di questa pagina saranno "
|
295 |
"reimpostate."
|
296 |
|
297 |
+
#: lib/yit-plugin-panel.php:576 lib/yit-plugin-subpanel.php:156
|
298 |
msgid "Reset to default"
|
299 |
msgstr "Ripristina configurazione predefinita"
|
300 |
|
301 |
+
#: lib/yit-plugin-panel.php:577 lib/yit-plugin-subpanel.php:157
|
302 |
+
#: templates/panel/woocommerce/woocommerce-form.php:21
|
303 |
msgid "Are you sure?"
|
304 |
msgstr "Sei sicuro?"
|
305 |
|
306 |
+
#: lib/yit-plugin-panel.php:775
|
307 |
msgid ""
|
308 |
"The element you have entered already exists. Please, enter another name."
|
309 |
msgstr "L'elemento inserito esiste già. Per favore, inserisci un altro nome."
|
310 |
|
311 |
+
#: lib/yit-plugin-panel.php:776
|
312 |
msgid "Settings saved"
|
313 |
msgstr "Impostazioni salvate"
|
314 |
|
315 |
+
#: lib/yit-plugin-panel.php:777
|
316 |
msgid "Settings reset"
|
317 |
msgstr "Impostazioni azzerate"
|
318 |
|
319 |
+
#: lib/yit-plugin-panel.php:778
|
320 |
msgid "Element deleted correctly."
|
321 |
msgstr "Elemento rimosso correttamente."
|
322 |
|
323 |
+
#: lib/yit-plugin-panel.php:779 lib/yit-plugin-panel.php:780
|
324 |
msgid "Element updated correctly."
|
325 |
msgstr "Elemento aggiornato correttamente."
|
326 |
|
327 |
+
#: lib/yit-plugin-panel.php:781
|
328 |
msgid "Database imported correctly."
|
329 |
msgstr "Database importato correttamente."
|
330 |
|
331 |
+
#: lib/yit-plugin-panel.php:782
|
332 |
msgid "An error has occurred during import. Please try again."
|
333 |
msgstr "Si è verificato un errore durante l'importazione. Prova di nuovo."
|
334 |
|
335 |
+
#: lib/yit-plugin-panel.php:783
|
336 |
msgid "The added file is not valid."
|
337 |
msgstr "Il file aggiunto non è valido."
|
338 |
|
339 |
+
#: lib/yit-plugin-panel.php:784
|
340 |
msgid "Sorry, import is disabled."
|
341 |
msgstr "Ci dispiace, l'importazione è disabilitata."
|
342 |
|
343 |
+
#: lib/yit-plugin-panel.php:785
|
344 |
msgid "Sorting successful."
|
345 |
msgstr "Ordinamento effettuato con successo."
|
346 |
|
347 |
+
#: lib/yit-plugin-panel.php:1233
|
348 |
+
msgid "We need your support"
|
349 |
+
msgstr "Abbiamo bisogno del tuo sostegno"
|
350 |
+
|
351 |
+
#: lib/yit-plugin-panel.php:1234
|
352 |
+
msgid "to keep updating and improving the plugin. Please,"
|
353 |
+
msgstr "per poter continuare ad aggiornare e migliorare il plugin."
|
354 |
+
|
355 |
+
#: lib/yit-plugin-panel.php:1236
|
356 |
+
msgid "help us by leaving a five-star rating"
|
357 |
+
msgstr "Puoi darci una mano lasciando una recensione a 5 stelle"
|
358 |
+
|
359 |
+
#: lib/yit-plugin-panel.php:1237
|
360 |
+
msgid ":) Thanks!"
|
361 |
+
msgstr ":) Grazie!"
|
362 |
+
|
363 |
#: lib/yit-pointers.php:70
|
364 |
msgid "Plugins Activated"
|
365 |
msgstr "Plugin attivati"
|
407 |
"quelle di YITH WooCommerce Wishlist, YITH WooCommerce Ajax Search etc.)\n"
|
408 |
"saranno trasferite nella scheda YITH Plugins."
|
409 |
|
410 |
+
#: lib/yith-dashboard.php:40
|
411 |
+
msgid "YITH Latest Updates"
|
412 |
+
msgstr "Ultimi aggiornamenti da YITH"
|
|
|
|
|
|
|
|
|
413 |
|
414 |
+
#: lib/yith-dashboard.php:41
|
415 |
+
msgid "Latest news from YITH Blog"
|
416 |
+
msgstr "Ultime novità dal blog YITH"
|
417 |
|
418 |
+
#: lib/yith-dashboard.php:65
|
419 |
+
msgid "RSS Error:"
|
420 |
+
msgstr "Errore RSS:"
|
421 |
|
422 |
+
#: lib/yith-dashboard.php:71
|
423 |
msgid ""
|
424 |
+
"An error has occurred, which probably means the feed is down. Try again "
|
425 |
+
"later."
|
426 |
msgstr ""
|
427 |
+
"Si è verificato un errore probabilmente causato dal feed non disponibile. "
|
428 |
+
"Riprova più tardi."
|
429 |
|
430 |
+
#: lib/yith-dashboard.php:99
|
431 |
+
msgctxt "Plugin FW"
|
432 |
+
msgid "View Changelog"
|
433 |
+
msgstr "Visualizza il changelog"
|
434 |
|
435 |
+
#: lib/yith-dashboard.php:100
|
436 |
+
msgctxt "Plugin FW"
|
437 |
+
msgid "Latest update released on"
|
438 |
+
msgstr "Ultimo aggiornamento rilasciato il"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
439 |
|
440 |
+
#: lib/yith-dashboard.php:143
|
441 |
+
msgctxt "Button label"
|
442 |
+
msgid "Close"
|
443 |
+
msgstr "Chiudi"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
444 |
|
445 |
+
#: lib/yith-gutenberg.php:134
|
446 |
+
msgctxt "[gutenberg]: Category Name"
|
447 |
+
msgid "YITH"
|
448 |
+
msgstr "YITH"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
449 |
|
450 |
+
#: lib/yith-system-status.php:97 lib/yith-system-status.php:98
|
451 |
+
msgid "System Status"
|
452 |
+
msgstr "Stato del sistema"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
453 |
|
454 |
+
#: lib/yith-system-status.php:104
|
455 |
+
msgid "WordPress Version"
|
456 |
+
msgstr "Versione di WordPress"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
457 |
|
458 |
+
#: lib/yith-system-status.php:105
|
459 |
+
msgid "WooCommerce Version"
|
460 |
+
msgstr "Versione di WooCommerce"
|
461 |
|
462 |
+
#: lib/yith-system-status.php:106
|
463 |
+
msgid "Available Memory"
|
464 |
+
msgstr "Memoria disponibile"
|
465 |
|
466 |
+
#: lib/yith-system-status.php:107
|
467 |
+
msgid "PHP Version"
|
468 |
+
msgstr "Versione PHP"
|
469 |
|
470 |
+
#: lib/yith-system-status.php:108
|
471 |
+
msgid "TLS Version"
|
472 |
+
msgstr "Versione TLS"
|
|
|
473 |
|
474 |
+
#: lib/yith-system-status.php:109
|
475 |
+
msgid "WordPress Cron"
|
476 |
+
msgstr "Cron WordPress"
|
|
|
|
|
477 |
|
478 |
+
#: lib/yith-system-status.php:110
|
479 |
+
msgid "SimpleXML"
|
480 |
+
msgstr "SimpleXML"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
481 |
|
482 |
+
#: lib/yith-system-status.php:111
|
483 |
+
msgid "MultiByte String"
|
484 |
+
msgstr "MultiByte String"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
485 |
|
486 |
+
#: lib/yith-system-status.php:112
|
487 |
+
msgid "ImageMagick Version"
|
488 |
+
msgstr "Versione di ImageMagick"
|
|
|
|
|
|
|
|
|
489 |
|
490 |
+
#: lib/yith-system-status.php:113
|
491 |
+
msgid "GD Library"
|
492 |
+
msgstr "GD Library"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
493 |
|
494 |
+
#: lib/yith-system-status.php:114
|
495 |
+
msgid "Iconv Module"
|
496 |
+
msgstr "Iconv Module"
|
497 |
|
498 |
+
#: lib/yith-system-status.php:115
|
499 |
+
msgid "OPCache Save Comments"
|
500 |
+
msgstr "OPCache Save Comments"
|
501 |
|
502 |
+
#: lib/yith-system-status.php:116
|
503 |
+
msgid "URL FOpen"
|
504 |
+
msgstr "URL FOpen"
|
|
|
505 |
|
506 |
+
#: lib/yith-system-status.php:173
|
507 |
+
msgid "YITH Plugins"
|
508 |
+
msgstr "Plugin YITH"
|
509 |
|
510 |
+
#: lib/yith-system-status.php:174
|
511 |
+
msgid "WooCommerce"
|
512 |
+
msgstr "WooCommerce"
|
|
|
513 |
|
514 |
+
#: lib/yith-system-status.php:291
|
515 |
+
msgid "Warning!"
|
516 |
+
msgstr "Attenzione!"
|
517 |
|
518 |
+
#: lib/yith-system-status.php:292
|
519 |
+
#, php-format
|
520 |
+
msgid ""
|
521 |
+
"The system check has detected some compatibility issues on your "
|
522 |
+
"installation. %sClick here%s to know more"
|
523 |
+
msgstr ""
|
524 |
+
"Il controllo di sistema ha individuato delle incompatibilità con la tua "
|
525 |
+
"installazione. %sVedi qui%s per maggiori informazioni"
|
526 |
|
527 |
+
#: templates/fields/ajax-customers.php:57
|
528 |
+
msgid "Search Customers"
|
529 |
+
msgstr "Cerca fra i clienti"
|
530 |
|
531 |
+
#: templates/fields/ajax-customers.php:83
|
532 |
+
#: templates/fields/ajax-customers.php:93
|
533 |
+
#, php-format
|
534 |
+
msgid "%1$s (#%2$s – %3$s)"
|
535 |
+
msgstr "%1$s (#%2$s – %3$s)"
|
536 |
|
537 |
#: templates/fields/ajax-posts.php:57
|
538 |
msgid "Search Posts"
|
570 |
msgid "Do you want to remove the custom tab?"
|
571 |
msgstr "Vuoi rimuovere la scheda personalizzata?"
|
572 |
|
573 |
+
#: templates/fields/date-format.php:50
|
574 |
+
msgid "Custom:"
|
575 |
+
msgstr "Personalizzato:"
|
576 |
+
|
577 |
#: templates/fields/icons.php:58
|
578 |
msgid "Set Default"
|
579 |
msgstr "Ripristina impostazioni iniziali"
|
598 |
msgid "Delete"
|
599 |
msgstr "Rimuovi"
|
600 |
|
601 |
+
#: templates/fields/onoff.php:24
|
602 |
+
msgctxt "ON/OFF button: use MAX 3 characters!"
|
603 |
+
msgid "ON"
|
604 |
+
msgstr "SÌ"
|
605 |
+
|
606 |
+
#: templates/fields/onoff.php:25
|
607 |
+
msgctxt "ON/OFF button: use MAX 3 characters!"
|
608 |
+
msgid "OFF"
|
609 |
+
msgstr "NO"
|
610 |
|
611 |
+
#: templates/fields/select-buttons.php:21
|
612 |
+
msgid "Add All"
|
613 |
+
msgstr "Aggiungi tutti"
|
614 |
+
|
615 |
+
#: templates/fields/select-buttons.php:34
|
616 |
+
msgid "Remove All"
|
617 |
+
msgstr "Rimuovi tutti"
|
618 |
|
619 |
#: templates/fields/sidebars.php:22
|
620 |
msgid "Left sidebar"
|
640 |
msgid "Right Sidebar"
|
641 |
msgstr "Barra laterale destra"
|
642 |
|
643 |
+
#: templates/fields/upload.php:27 templates/metaboxes/types/icon-list.php:70
|
644 |
#: templates/panel/woocommerce/woocommerce-upload.php:40
|
645 |
msgid "Upload"
|
646 |
msgstr "Carica"
|
647 |
|
648 |
+
#: templates/fields/upload.php:29
|
649 |
msgid "Reset"
|
650 |
msgstr "Ripristina"
|
651 |
|
663 |
msgid "(Default: <i %s></i> )"
|
664 |
msgstr "(Default: <i %s></i> )"
|
665 |
|
666 |
+
#: templates/panel/woocommerce/woocommerce-form.php:20
|
667 |
msgid "Reset Defaults"
|
668 |
msgstr "Ripristina impostazioni iniziali"
|
669 |
|
670 |
+
#: templates/sysinfo/system-information-panel.php:30
|
671 |
+
msgid "YITH System Information"
|
672 |
+
msgstr "YITH System Information"
|
673 |
+
|
674 |
+
#: templates/sysinfo/system-information-panel.php:38
|
675 |
+
msgid "Site URL"
|
676 |
+
msgstr "URL del sito"
|
677 |
+
|
678 |
+
#: templates/sysinfo/system-information-panel.php:46
|
679 |
+
msgid "Output IP Address"
|
680 |
+
msgstr "Indirizzo IP di output"
|
681 |
+
|
682 |
+
#: templates/sysinfo/system-information-panel.php:76
|
683 |
+
msgid "Enabled"
|
684 |
+
msgstr "Abilitato"
|
685 |
+
|
686 |
+
#: templates/sysinfo/system-information-panel.php:76
|
687 |
+
msgid "Disabled"
|
688 |
+
msgstr "Disabilitato"
|
689 |
+
|
690 |
+
#: templates/sysinfo/system-information-panel.php:82
|
691 |
+
msgid "N/A"
|
692 |
+
msgstr "N.D."
|
693 |
+
|
694 |
+
#: templates/sysinfo/system-information-panel.php:96
|
695 |
+
#, php-format
|
696 |
+
msgid "%s needs %s enabled"
|
697 |
+
msgstr "%s necessita l'attivazione di %s"
|
698 |
+
|
699 |
+
#: templates/sysinfo/system-information-panel.php:98
|
700 |
+
#, php-format
|
701 |
+
msgid "%s needs at least %s of available memory"
|
702 |
+
msgstr "%s necessita almeno %s di memoria disponibile"
|
703 |
+
|
704 |
+
#: templates/sysinfo/system-information-panel.php:100
|
705 |
+
#: templates/sysinfo/system-information-panel.php:149
|
706 |
+
#, php-format
|
707 |
+
msgid ""
|
708 |
+
"For optimal functioning of our plugins, we suggest setting at least %s of "
|
709 |
+
"available memory"
|
710 |
+
msgstr ""
|
711 |
+
"Per il funzionamento ottimale dei nostri plugin consigliamo di impostare "
|
712 |
+
"almeno %s della memoria disponibile"
|
713 |
+
|
714 |
+
#: templates/sysinfo/system-information-panel.php:102
|
715 |
+
#: templates/sysinfo/system-information-panel.php:137
|
716 |
+
#: templates/sysinfo/system-information-panel.php:151
|
717 |
+
#, php-format
|
718 |
+
msgid ""
|
719 |
+
"Read more %s here%s or contact your hosting company in order to increase it."
|
720 |
+
msgstr ""
|
721 |
+
"Per maggiori informazioni %s leggi questo%s oppure contatta il tuo host per "
|
722 |
+
"un upgrade."
|
723 |
+
|
724 |
+
#: templates/sysinfo/system-information-panel.php:105
|
725 |
+
#, php-format
|
726 |
+
msgid "%s needs at least %s version"
|
727 |
+
msgstr "%s necessita almeno della versione %s"
|
728 |
+
|
729 |
+
#: templates/sysinfo/system-information-panel.php:116
|
730 |
+
msgid ""
|
731 |
+
"Update it to the latest version in order to benefit of all new features and "
|
732 |
+
"security updates."
|
733 |
+
msgstr ""
|
734 |
+
"Aggiorna all'ultima versione per beneficiare di tutte le nuove funzionalità "
|
735 |
+
"e degli aggiornamenti di sicurezza."
|
736 |
+
|
737 |
+
#: templates/sysinfo/system-information-panel.php:122
|
738 |
+
msgid "Contact your hosting company in order to update it."
|
739 |
+
msgstr "Contatta il tuo servizio hosting per aggiornarlo."
|
740 |
+
|
741 |
+
#: templates/sysinfo/system-information-panel.php:126
|
742 |
+
#, php-format
|
743 |
+
msgid "Remove %s from %s file"
|
744 |
+
msgstr "Rimuovi %s dal file %s"
|
745 |
+
|
746 |
+
#: templates/sysinfo/system-information-panel.php:134
|
747 |
+
msgid "Contact your hosting company in order to enable it."
|
748 |
+
msgstr "Per attivarlo contatta il tuo servizio di hosting."
|
749 |
+
|
750 |
+
#: templates/sysinfo/system-information-panel.php:157
|
751 |
+
msgid ""
|
752 |
+
"We cannot determine which <b>TLS</b> version is installed because <b>cURL</"
|
753 |
+
"b> module is disabled. Ask your hosting company to enable it."
|
754 |
+
msgstr ""
|
755 |
+
"Non ci è stato possibile determinare quale versione <b>TLS</b> è installata "
|
756 |
+
"in quanto il modulo <b>cURL</b> è disattivato. Chiedi al tuo servizio "
|
757 |
+
"hosting di attivarlo."
|
758 |
+
|
759 |
+
#: templates/sysinfo/system-information-panel.php:160
|
760 |
+
msgid ""
|
761 |
+
"<b>ImageMagick</b> module is not installed. Ask your hosting company to "
|
762 |
+
"install it."
|
763 |
+
msgstr ""
|
764 |
+
"Il modulo <b>ImageMagick</b> non è installato. Chiedi al tuo servizio di "
|
765 |
+
"hosting di installarlo."
|
766 |
+
|
767 |
+
#: templates/sysinfo/system-information-panel.php:172
|
768 |
+
msgid "Show full PHPInfo"
|
769 |
+
msgstr "Mostra tutto il contenuto di PHPInfo"
|
770 |
+
|
771 |
+
#: templates/sysinfo/system-information-panel.php:176
|
772 |
+
msgid "Back to System panel"
|
773 |
+
msgstr "Torna al pannello di Sistema"
|
774 |
+
|
775 |
+
#: templates/sysinfo/system-information-panel.php:193
|
776 |
+
msgid "Back to top"
|
777 |
+
msgstr "Torna su"
|
778 |
+
|
779 |
#: yit-plugin.php:83
|
780 |
msgctxt "Plugin Row Meta"
|
781 |
msgid "Live Demo"
|
796 |
msgid "Premium version"
|
797 |
msgstr "Versione premium"
|
798 |
|
799 |
+
#: yit-plugin.php:190
|
800 |
msgctxt "Action links"
|
801 |
msgid "Settings"
|
802 |
msgstr "Impostazioni"
|
803 |
|
804 |
+
#: yit-plugin.php:194
|
805 |
msgid "License"
|
806 |
msgstr "Chiave di licenza"
|
807 |
|
808 |
+
#~ msgid "An unexpected error occurred, please try again later. Thanks!"
|
809 |
+
#~ msgstr "Si è verificato un errore inaspettato, riprova più tardi. Grazie!"
|
810 |
+
|
811 |
+
#~ msgid "There is a new version of %plugin_name% available."
|
812 |
+
#~ msgstr "Una nuova versione di %plugin_name% è disponibile."
|
813 |
+
|
814 |
+
#~ msgid "View version %latest% details."
|
815 |
+
#~ msgstr "Visualizza i dettagli della versione %latest%."
|
816 |
+
|
817 |
+
#~ msgid "Automatic update is unavailable for this plugin,"
|
818 |
+
#~ msgstr "L'aggiornamento automatico non è disponibile per questo plugin,"
|
819 |
+
|
820 |
+
#~ msgid ""
|
821 |
+
#~ "please <a href=\"%activate_link%\">activate</a> your copy of %plugin_name"
|
822 |
+
#~ "%."
|
823 |
+
#~ msgstr ""
|
824 |
+
#~ "per favore, <a href=\"%activate_link%\">attiva</a> la tua copia di "
|
825 |
+
#~ "%plugin_name%."
|
826 |
+
|
827 |
+
#~ msgid "Update now."
|
828 |
+
#~ msgstr "Aggiorna adesso."
|
829 |
+
|
830 |
+
#~ msgid ""
|
831 |
+
#~ "<br/><b>Please note:</b> You are using a higher version than the latest "
|
832 |
+
#~ "available one. </em>Please, make sure you've downloaded the latest "
|
833 |
+
#~ "version of <em>%1$s</em> from the only <a href=\"https://yithemes.com\" "
|
834 |
+
#~ "target=\"_blank\">YITH official website</a>, specifically, from your <a "
|
835 |
+
#~ "href=\"https://yithemes.com/my-account/recent-downloads/\" target=\"_blank"
|
836 |
+
#~ "\">Downloads page</a>. This is the only way to be sure the version you "
|
837 |
+
#~ "are using is 100% malware-free."
|
838 |
+
#~ msgstr ""
|
839 |
+
#~ "<br/><b>Attenzione:</b> Stai utilizzando una versione superiore "
|
840 |
+
#~ "all'ultima disponibile. </em>Per favore assicurati di aver scaricato la "
|
841 |
+
#~ "versione più recente di <em>%1$s</em> dall'unico <a href=\"https://"
|
842 |
+
#~ "yithemes.com\" target=\"_blank\">sito ufficiale YITH</a>, nello specifico "
|
843 |
+
#~ "dalla tua <a href=\"https://yithemes.com/my-account/recent-downloads/\" "
|
844 |
+
#~ "target=\"_blank\">pagina Downloads</a>. Questo è l'unico modo per essere "
|
845 |
+
#~ "sicuri che la versione in uso sia al 100% priva di malware."
|
846 |
+
|
847 |
+
#~ msgctxt "[Update Plugin Message: License not enabled]"
|
848 |
+
#~ msgid "You have to activate the plugin to benefit from automatic updates."
|
849 |
+
#~ msgstr "Devi attivare il plugin per usufruire degli update automatici."
|
850 |
+
|
851 |
+
#~ msgid "YITH Repository"
|
852 |
+
#~ msgstr "Repository YITH"
|
853 |
+
|
854 |
+
#~ msgid "Invalid URL Provided."
|
855 |
+
#~ msgstr "L'URL inserito non è valido."
|
856 |
+
|
857 |
+
#~ msgid "Could not create Temporary file."
|
858 |
+
#~ msgstr "Non è stato possibile creare il file temporaneo."
|
859 |
+
|
860 |
+
#~ msgid ""
|
861 |
+
#~ "There is a new version of %1$s available. <a href=\"%2$s\" class="
|
862 |
+
#~ "\"thickbox yit-changelog-button open-plugin-details-modal\" title=\"%3$s"
|
863 |
+
#~ "\">View version %4$s details</a>."
|
864 |
+
#~ msgstr ""
|
865 |
+
#~ "È disponibile una nuova versione di %1$s. <a href=\"%2$s\" class="
|
866 |
+
#~ "\"thickbox yit-changelog-button\" title=\"%3$s\">Visualizza i dettagli "
|
867 |
+
#~ "della versione %4$s</a>."
|
868 |
+
|
869 |
+
#~ msgid ""
|
870 |
+
#~ "There is a new version of %1$s available. <a href=\"%2$s\" class="
|
871 |
+
#~ "\"thickbox yit-changelog-button open-plugin-details-modal\" title=\"%3$s"
|
872 |
+
#~ "\">View version %4$s details</a>. <em>You have to activate the plugin on "
|
873 |
+
#~ "a single site of the network to benefit from automatic updates.</em>"
|
874 |
+
#~ msgstr ""
|
875 |
+
#~ "È disponibile una nuova versione di %1$s. <a href=\"%2$s\" class="
|
876 |
+
#~ "\"thickbox yit-changelog-button\" title=\"%3$s\">Visualizza i dettagli "
|
877 |
+
#~ "della versione %4$s</a>. <em>Per poter usufruire degli aggiornamenti "
|
878 |
+
#~ "automatici è necessario attivare il plugin su un solo sito.</em>"
|
879 |
+
|
880 |
+
#~ msgid ""
|
881 |
+
#~ "There is a new version of %1$s available. <a href=\"%2$s\" class="
|
882 |
+
#~ "\"thickbox yit-changelog-button open-plugin-details-modal\" title=\"%3$s"
|
883 |
+
#~ "\">View version %4$s details</a>. <em>Automatic update is unavailable for "
|
884 |
+
#~ "this plugin, please <a href=\"%5$s\" title=\"License activation"
|
885 |
+
#~ "\">activate</a> your copy of %6s.</em>"
|
886 |
+
#~ msgstr ""
|
887 |
+
#~ "È disponibile una nuova versione di %1$s. <a href=\"%2$s\" class="
|
888 |
+
#~ "\"thickbox yit-changelog-button\" title=\"%3$s\">Visualizza i dettagli "
|
889 |
+
#~ "della versione %4$s</a>. <em>Gli aggiornamenti automatici non sono "
|
890 |
+
#~ "disponibili per questo plugin, per piacere <a href=\"%5$s\" title="
|
891 |
+
#~ "\"License activation\">attiva</a> la tua copia di %6s.</em>"
|
892 |
+
|
893 |
+
#~ msgid ""
|
894 |
+
#~ "There is a new version of %1$s available. <a href=\"%2$s\" class="
|
895 |
+
#~ "\"thickbox yit-changelog-button open-plugin-details-modal\" title=\"%3$s"
|
896 |
+
#~ "\">View version %4$s details</a> or <a href=\"%5$s\">update now</a>."
|
897 |
+
#~ msgstr ""
|
898 |
+
#~ "È disponibile una nuova versioni di %1$s. <a href=\"%2$s\" class="
|
899 |
+
#~ "\"thickbox yit-changelog-button\" title=\"%3$s\">Visualizza i dettagli "
|
900 |
+
#~ "della versione %4$s</a> oppure <a href=\"%5$s\">aggiorna adesso</a>."
|
901 |
+
|
902 |
+
#~ msgid ""
|
903 |
+
#~ "<br/><b>Please note:</b> You are using a higher version than the latest "
|
904 |
+
#~ "available one. </em>Please, make sure you've downloaded the latest "
|
905 |
+
#~ "version of <em>%1$s</em> from the only <a href=\"https://yithemes.com\" "
|
906 |
+
#~ "target=\"_blank\">YITH official website</a>, specifically, from your <a "
|
907 |
+
#~ "href=\"https://yithemes.com/my-account/recent-downloads/\" target=\"_blank"
|
908 |
+
#~ "\">Downloads page</a>. This is the only way to be sure the version you "
|
909 |
+
#~ "are using is 100%% malware-free."
|
910 |
+
#~ msgstr ""
|
911 |
+
#~ "<br/><b>Attenzione:</b> Stai utilizzando una versione superiore "
|
912 |
+
#~ "all'ultima disponibile. </em>Per favore assicurati di aver scaricato la "
|
913 |
+
#~ "versione più recente di <em>%1$s</em> dall'unico <a href=\"https://"
|
914 |
+
#~ "yithemes.com\" target=\"_blank\">sito ufficiale YITH</a>, nello specifico "
|
915 |
+
#~ "dalla tua <a href=\"https://yithemes.com/my-account/recent-downloads/\" "
|
916 |
+
#~ "target=\"_blank\">pagina Downloads</a>. Questo è l'unico modo per essere "
|
917 |
+
#~ "sicuri che la versione in uso sia al 100%% priva di malware."
|
918 |
+
|
919 |
+
#~ msgid "You can't update the plugins for this site."
|
920 |
+
#~ msgstr "Non è possibile aggiornare i plugin per questo sito."
|
921 |
+
|
922 |
+
#~ msgid ""
|
923 |
+
#~ "You do not have sufficient permissions to update the plugins for this "
|
924 |
+
#~ "site."
|
925 |
+
#~ msgstr ""
|
926 |
+
#~ "Non sei in possesso delle autorizzazioni necessarie per aggiornare i "
|
927 |
+
#~ "plugin in questo sito."
|
928 |
+
|
929 |
+
#~ msgid "Update Plugin"
|
930 |
+
#~ msgstr "Aggiorna plugin"
|
931 |
+
|
932 |
+
#~ msgid "New YITH products"
|
933 |
+
#~ msgstr "Nuovi prodotti YITH"
|
934 |
+
|
935 |
+
#~ msgctxt "%s = field name"
|
936 |
+
#~ msgid "Please, insert a valid %s"
|
937 |
+
#~ msgstr "Per favore, inserisci una %s valida"
|
938 |
+
|
939 |
+
#~ msgid "Please, insert a valid %s and a valid %s"
|
940 |
+
#~ msgstr "Per favore, inserire una %s valida ed una %s valida"
|
941 |
+
|
942 |
+
#~ msgid "Unable to contact the remote server, please try again later. Thanks!"
|
943 |
+
#~ msgstr "Impossibile contattare il server remoto, prova più tardi. Grazie!"
|
944 |
+
|
945 |
+
#~ msgid "email address"
|
946 |
+
#~ msgstr "email"
|
947 |
+
|
948 |
+
#~ msgid "license key"
|
949 |
+
#~ msgstr "chiave di licenza"
|
950 |
+
|
951 |
+
#~ msgid "Are you sure you want to deactivate the license for current site?"
|
952 |
+
#~ msgstr "Sei sicuro di voler disattivare la licenza per questo sito?"
|
953 |
+
|
954 |
+
#~ msgid "Invalid Request"
|
955 |
+
#~ msgstr "Richiesta non valida"
|
956 |
+
|
957 |
+
#~ msgid "Invalid license key"
|
958 |
+
#~ msgstr "Chiave di licenza non valida"
|
959 |
+
|
960 |
+
#~ msgid "Software has been deactivated"
|
961 |
+
#~ msgstr "Il software è stato disattivato"
|
962 |
+
|
963 |
+
#~ msgid "Maximum number of activations exceeded"
|
964 |
+
#~ msgstr "Hai raggiunto il numero massimo di attivazioni"
|
965 |
+
|
966 |
+
#~ msgid "Invalid instance ID"
|
967 |
+
#~ msgstr "Istanza ID non valida"
|
968 |
+
|
969 |
+
#~ msgid "Invalid security key"
|
970 |
+
#~ msgstr "Chiave di sicurezza non valida"
|
971 |
+
|
972 |
+
#~ msgid "License key has expired"
|
973 |
+
#~ msgstr "La chiave di licenza è scaduta"
|
974 |
+
|
975 |
+
#~ msgid "License key has been banned"
|
976 |
+
#~ msgstr "La chiave di licenza è stata bloccata"
|
977 |
+
|
978 |
+
#~ msgid "Current product is not included in your YITH Club Subscription key"
|
979 |
+
#~ msgstr ""
|
980 |
+
#~ "Questo prodotto non è incluso nella tua licenze YITH Club Subscription"
|
981 |
+
|
982 |
+
#~ msgid "Great"
|
983 |
+
#~ msgstr "Grande!"
|
984 |
+
|
985 |
+
#~ msgid "License successfully activated"
|
986 |
+
#~ msgstr "Licenza attivata con successo"
|
987 |
+
|
988 |
+
#~ msgid "License key deactivated for website"
|
989 |
+
#~ msgstr "Chiave di licenza disattivata per il sito web"
|
990 |
+
|
991 |
+
#~ msgid "License Activation"
|
992 |
+
#~ msgstr "Attivazione licenza"
|
993 |
+
|
994 |
+
#~ msgctxt ""
|
995 |
+
#~ "[Part of]: Warning! You didn't set license key for the following products:"
|
996 |
+
#~ "[Plugins List] which means you're missing out on updates and support. "
|
997 |
+
#~ "Enter your license key, please."
|
998 |
+
#~ msgid "You didn't set license key for the following products"
|
999 |
+
#~ msgstr "Non hai impostato la chiave di licenza per i seguenti prodotti"
|
1000 |
+
|
1001 |
+
#~ msgctxt ""
|
1002 |
+
#~ "[Part of]: Warning! You didn't set license key for the following products:"
|
1003 |
+
#~ "[Plugins List] which means you're missing out on updates and support. "
|
1004 |
+
#~ "Enter your license key, please."
|
1005 |
+
#~ msgid "which means you're missing out on updates and support"
|
1006 |
+
#~ msgstr "il che significa che ti stai perdendo aggiornamenti e supporto"
|
1007 |
+
|
1008 |
+
#~ msgctxt ""
|
1009 |
+
#~ "[Part of]: Warning! You didn't set license key for the following products:"
|
1010 |
+
#~ "[Plugins List] which means you're missing out on updates and support. "
|
1011 |
+
#~ "Enter your license key, please."
|
1012 |
+
#~ msgid "Enter your license key"
|
1013 |
+
#~ msgstr "Inserisci la tua chiave di licenza"
|
1014 |
+
|
1015 |
+
#~ msgctxt ""
|
1016 |
+
#~ "[Part of]: Warning! You didn't set license key for the following products:"
|
1017 |
+
#~ "[Plugins List] which means you're missing out on updates and support. "
|
1018 |
+
#~ "Enter your license key, please."
|
1019 |
+
#~ msgid "please"
|
1020 |
+
#~ msgstr "per favore"
|
1021 |
+
|
1022 |
+
#~ msgid "%s"
|
1023 |
+
#~ msgstr "%s"
|
1024 |
+
|
1025 |
+
#~ msgid ""
|
1026 |
+
#~ "I cannot find the license key for activating the theme I have bought some "
|
1027 |
+
#~ "time ago. Where can I find it?"
|
1028 |
+
#~ msgstr ""
|
1029 |
+
#~ "Non riesco a trovare la chiave di licenza per l'attivazione del tema che "
|
1030 |
+
#~ "ho acquistato diverso tempo fa. Dove posso trovarla?"
|
1031 |
+
|
1032 |
+
#~ msgid ""
|
1033 |
+
#~ "If you have purchased one of our products before 27 January 2015, you can "
|
1034 |
+
#~ "benefit from support and updates (the services offered with the license)\n"
|
1035 |
+
#~ " until 27 January 2016 and you do not have to purchase "
|
1036 |
+
#~ "it again to get a new license key, because, before this date, your "
|
1037 |
+
#~ "license used to be activated automatically by our system.\n"
|
1038 |
+
#~ " After 27 January 2016, instead, if you want to "
|
1039 |
+
#~ "benefit from support and updates you have to buy a new license and "
|
1040 |
+
#~ "activate it through the license key you will be\n"
|
1041 |
+
#~ " provided with and that you can find in your YITH "
|
1042 |
+
#~ "account, in section \"My licenses\"."
|
1043 |
+
#~ msgstr ""
|
1044 |
+
#~ "Se hai acquistato uno dei nostri prodotti prima del 27 gennaio 2015, "
|
1045 |
+
#~ "potrai usufruire di supporto e aggiornamenti (servizi inclusi nella "
|
1046 |
+
#~ "licenza)\n"
|
1047 |
+
#~ "fino al 27 gennaio 2016 e non dovrai riacquistare il prodotto per "
|
1048 |
+
#~ "ottenere una chiave di licenza, poiché prima di questa data il tuo "
|
1049 |
+
#~ "prodotto veniva automaticamente attivato dal nostro sistema.\n"
|
1050 |
+
#~ "Dopo il 27 gennaio 2016, invece, se vorrai usufruire di supporto e "
|
1051 |
+
#~ "aggiornamenti dovrai acquistare una nuova licenza e attivarla con il "
|
1052 |
+
#~ "codice che ti verrà\n"
|
1053 |
+
#~ "fornito e che puoi trovare nella tua area riservata su YITH, nella "
|
1054 |
+
#~ "sezione \"My licenses\"."
|
1055 |
+
|
1056 |
+
#~ msgid "YITH License Activation"
|
1057 |
+
#~ msgstr "Attivazione licenza YITH"
|
1058 |
+
|
1059 |
+
#~ msgid "License expiry date"
|
1060 |
+
#~ msgstr "Data di scadenza della licenza"
|
1061 |
+
|
1062 |
+
#~ msgid ""
|
1063 |
+
#~ "If you have renewed your product license key and the expiry date does not "
|
1064 |
+
#~ "appear up-to-date, please, click on the button <em>Check Expiry Date</em> "
|
1065 |
+
#~ "below and it will update."
|
1066 |
+
#~ msgstr ""
|
1067 |
+
#~ "Se hai rinnovato la chiave di licenza del tuo prodotto e la data di "
|
1068 |
+
#~ "scadenza non risulta aggiornata, ti invitiamo a fare clic sul pulsante "
|
1069 |
+
#~ "<em>Check Expiry Date</em> in modo da aggiornarla."
|
1070 |
+
|
1071 |
+
#~ msgid "Check expiry date"
|
1072 |
+
#~ msgstr "Controlla la data di scadenza"
|
1073 |
+
|
1074 |
+
#~ msgid "Product to activate"
|
1075 |
+
#~ msgid_plural "Products to activate"
|
1076 |
+
#~ msgstr[0] "Prodotto da attivare"
|
1077 |
+
#~ msgstr[1] "Prodotti da attivare"
|
1078 |
+
|
1079 |
+
#~ msgid "Are you having issues with the license activation?"
|
1080 |
+
#~ msgstr "Stai riscontrando problemi con l'attivazione della licenza?"
|
1081 |
+
|
1082 |
+
#~ msgid "Read this article"
|
1083 |
+
#~ msgstr "Leggi questo articolo"
|
1084 |
+
|
1085 |
+
#~ msgid "Activate"
|
1086 |
+
#~ msgstr "Attiva"
|
1087 |
+
|
1088 |
+
#~ msgid "Activated"
|
1089 |
+
#~ msgstr "Attivato"
|
1090 |
+
|
1091 |
+
#~ msgid "Product Name"
|
1092 |
+
#~ msgstr "Nome prodotto"
|
1093 |
+
|
1094 |
+
#~ msgid "Email"
|
1095 |
+
#~ msgstr "Email"
|
1096 |
+
|
1097 |
+
#~ msgid "License Key"
|
1098 |
+
#~ msgstr "Chiave di licenza"
|
1099 |
+
|
1100 |
+
#~ msgid "Expires"
|
1101 |
+
#~ msgstr "Scadenza"
|
1102 |
+
|
1103 |
+
#~ msgid "Remaining"
|
1104 |
+
#~ msgstr "Tempo rimanente"
|
1105 |
+
|
1106 |
+
#~ msgid "Club Subscription"
|
1107 |
+
#~ msgstr "Club Subscription"
|
1108 |
+
|
1109 |
+
#~ msgid "%1s out of %2s"
|
1110 |
+
#~ msgstr "%1s di %2s"
|
1111 |
+
|
1112 |
+
#~ msgid "Deactivate"
|
1113 |
+
#~ msgstr "Disattiva"
|
1114 |
+
|
1115 |
+
#~ msgid "Renew"
|
1116 |
+
#~ msgstr "Rinnova"
|
1117 |
+
|
1118 |
+
#~ msgid "Banned"
|
1119 |
+
#~ msgstr "Bloccato"
|
1120 |
+
|
1121 |
+
#~ msgid "Expired"
|
1122 |
+
#~ msgstr "Non più valido"
|
1123 |
+
|
1124 |
+
#~ msgid "Order again"
|
1125 |
+
#~ msgstr "Acquista di nuovo"
|
1126 |
+
|
1127 |
+
#~ msgid "Renew license"
|
1128 |
+
#~ msgstr "Rinnova la licenza"
|
1129 |
+
|
1130 |
+
#~ msgid "Select All"
|
1131 |
+
#~ msgstr "Seleziona tutto"
|
1132 |
+
|
1133 |
+
#~ msgid "Deselect All"
|
1134 |
+
#~ msgstr "Deseleziona tutto"
|
1135 |
+
|
1136 |
#~ msgid ""
|
1137 |
#~ "Have you updated your licenses? Have you asked for an extension? Update "
|
1138 |
#~ "information concerning your products."
|
1199 |
#~ msgid "Theme Icon"
|
1200 |
#~ msgstr "Icona tema"
|
1201 |
|
|
|
|
|
|
|
1202 |
#~ msgid "None"
|
1203 |
#~ msgstr "Nessuno"
|
1204 |
|
|
|
|
|
|
|
|
|
|
|
|
|
1205 |
#~ msgid "Field Title"
|
1206 |
#~ msgstr "Titolo campo"
|
1207 |
|
plugin-fw/languages/yith-plugin-fw-nl_NL.mo
ADDED
Binary file
|
plugin-fw/languages/yith-plugin-fw-nl_NL.po
ADDED
@@ -0,0 +1,1140 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Copyright (C) 2015 YIThemes
|
2 |
+
# This file is distributed under the same license as the YITH Plugin Starter package.
|
3 |
+
msgid ""
|
4 |
+
msgstr ""
|
5 |
+
"Project-Id-Version: YITH Plugin Starter 1.0.0 Plugin FW\n"
|
6 |
+
"Report-Msgid-Bugs-To: Your Inspiration Themes <plugins@yithemes.com>\n"
|
7 |
+
"POT-Creation-Date: 2020-01-14 10:06+0000\n"
|
8 |
+
"PO-Revision-Date: 2020-01-14 10:29+0000\n"
|
9 |
+
"Last-Translator: \n"
|
10 |
+
"Language-Team: Your Inspiration Themes <info@yithemes.com>\n"
|
11 |
+
"Language: nl\n"
|
12 |
+
"MIME-Version: 1.0\n"
|
13 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
14 |
+
"Content-Transfer-Encoding: 8bit\n"
|
15 |
+
"X-Generator: Poedit 1.8.12\n"
|
16 |
+
"X-Poedit-KeywordsList: __;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;"
|
17 |
+
"_nx_noop:1,2,3c;esc_attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;"
|
18 |
+
"esc_html_x:1,2c;_x;_ex\n"
|
19 |
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
20 |
+
"X-Poedit-SourceCharset: UTF-8\n"
|
21 |
+
"X-Poedit-Basepath: ..\n"
|
22 |
+
"X-Textdomain-Support: yes\n"
|
23 |
+
"X-Poedit-SearchPath-0: .\n"
|
24 |
+
|
25 |
+
#: lib/privacy/yit-privacy.php:24
|
26 |
+
msgctxt "Privacy Policy Guide Title"
|
27 |
+
msgid "YITH Plugins"
|
28 |
+
msgstr "YITH Plugins"
|
29 |
+
|
30 |
+
#: lib/privacy/yit-privacy.php:59
|
31 |
+
msgctxt "Privacy Policy Content"
|
32 |
+
msgid ""
|
33 |
+
"This sample language includes the basics around what personal data your "
|
34 |
+
"store may be collecting, storing and sharing, as well as who may have access "
|
35 |
+
"to that data. Depending on what settings are enabled and which additional "
|
36 |
+
"plugins are used, the specific information shared by your store will vary. "
|
37 |
+
"We recommend consulting with a lawyer when deciding what information to "
|
38 |
+
"disclose on your privacy policy."
|
39 |
+
msgstr ""
|
40 |
+
"Deze voorbeeldtaal bevat de basisinformatie over de persoonlijke gegevens "
|
41 |
+
"die je winkel mogelijk verzamelt, bewaart en deelt en wie toegang heeft tot "
|
42 |
+
"die gegevens. Afhankelijk van welke instellingen zijn ingeschakeld en welke "
|
43 |
+
"extra plug-ins worden gebruikt, varieert de specifieke informatie die door "
|
44 |
+
"je winkel wordt gedeeld. We raden je aan om een advocaat te raadplegen "
|
45 |
+
"wanneer je beslist welke informatie openbaar wordt gemaakt in je "
|
46 |
+
"privacybeleid."
|
47 |
+
|
48 |
+
#: lib/privacy/yit-privacy.php:63
|
49 |
+
msgctxt "Privacy Policy Content"
|
50 |
+
msgid "What we collect and store"
|
51 |
+
msgstr "Wat we verzamelen en bewaren"
|
52 |
+
|
53 |
+
#: lib/privacy/yit-privacy.php:66
|
54 |
+
msgctxt "Privacy Policy Content"
|
55 |
+
msgid "Who on our team has access"
|
56 |
+
msgstr "Wie in ons team heeft toegang"
|
57 |
+
|
58 |
+
#: lib/privacy/yit-privacy.php:69
|
59 |
+
msgctxt "Privacy Policy Content"
|
60 |
+
msgid "What we share with others"
|
61 |
+
msgstr "Wat we delen met anderen"
|
62 |
+
|
63 |
+
#: lib/privacy/yit-privacy.php:72
|
64 |
+
msgctxt "Privacy Policy Content"
|
65 |
+
msgid "Payments"
|
66 |
+
msgstr "Betalingen"
|
67 |
+
|
68 |
+
#: lib/yit-cpt-unlimited.php:462 lib/yit-cpt-unlimited.php:576
|
69 |
+
#: lib/yit-cpt-unlimited.php:721 lib/yit-cpt-unlimited.php:1636
|
70 |
+
#, php-format
|
71 |
+
msgid "Add %s"
|
72 |
+
msgstr "Toevoegen %s"
|
73 |
+
|
74 |
+
#: lib/yit-cpt-unlimited.php:463 lib/yit-cpt-unlimited.php:577
|
75 |
+
#, php-format
|
76 |
+
msgid "Add New %s"
|
77 |
+
msgstr "Nieuwe toevoegen %s"
|
78 |
+
|
79 |
+
#: lib/yit-cpt-unlimited.php:464 lib/yit-cpt-unlimited.php:578
|
80 |
+
#: lib/yit-cpt-unlimited.php:1269 lib/yit-cpt-unlimited.php:1306
|
81 |
+
#, php-format
|
82 |
+
msgid "Edit %s"
|
83 |
+
msgstr "Bewerk %s"
|
84 |
+
|
85 |
+
#: lib/yit-cpt-unlimited.php:465 lib/yit-cpt-unlimited.php:579
|
86 |
+
#, php-format
|
87 |
+
msgid "New %s"
|
88 |
+
msgstr "Nieuwe %s"
|
89 |
+
|
90 |
+
#: lib/yit-cpt-unlimited.php:466 lib/yit-cpt-unlimited.php:580
|
91 |
+
#, php-format
|
92 |
+
msgid "All %s"
|
93 |
+
msgstr "Alle %s"
|
94 |
+
|
95 |
+
#: lib/yit-cpt-unlimited.php:467 lib/yit-cpt-unlimited.php:581
|
96 |
+
#: lib/yit-cpt-unlimited.php:1253 lib/yit-cpt-unlimited.php:1307
|
97 |
+
#, php-format
|
98 |
+
msgid "View %s"
|
99 |
+
msgstr "Bekijk %s"
|
100 |
+
|
101 |
+
#: lib/yit-cpt-unlimited.php:468 lib/yit-cpt-unlimited.php:582
|
102 |
+
#, php-format
|
103 |
+
msgid "Search %s"
|
104 |
+
msgstr "Zoek %s"
|
105 |
+
|
106 |
+
#: lib/yit-cpt-unlimited.php:469 lib/yit-cpt-unlimited.php:583
|
107 |
+
#, php-format
|
108 |
+
msgid "No %s found"
|
109 |
+
msgstr "Geen %s gevonden"
|
110 |
+
|
111 |
+
#: lib/yit-cpt-unlimited.php:470 lib/yit-cpt-unlimited.php:584
|
112 |
+
#, php-format
|
113 |
+
msgid "No %s found in Trash"
|
114 |
+
msgstr "Geen %s gevonden in prullenbak"
|
115 |
+
|
116 |
+
#: lib/yit-cpt-unlimited.php:627
|
117 |
+
#, php-format
|
118 |
+
msgctxt "taxonomy general name"
|
119 |
+
msgid "%s Categories"
|
120 |
+
msgstr "%s Categorieën"
|
121 |
+
|
122 |
+
#: lib/yit-cpt-unlimited.php:628
|
123 |
+
msgctxt "taxonomy singular name"
|
124 |
+
msgid "Category"
|
125 |
+
msgstr "Categorie"
|
126 |
+
|
127 |
+
#: lib/yit-cpt-unlimited.php:629 templates/fields/ajax-terms.php:56
|
128 |
+
msgid "Search Categories"
|
129 |
+
msgstr "Zoek categorieën"
|
130 |
+
|
131 |
+
#: lib/yit-cpt-unlimited.php:630
|
132 |
+
msgid "All Categories"
|
133 |
+
msgstr "Alle Categorieën"
|
134 |
+
|
135 |
+
#: lib/yit-cpt-unlimited.php:631
|
136 |
+
msgid "Parent Category"
|
137 |
+
msgstr "Hoofdcategorie"
|
138 |
+
|
139 |
+
#: lib/yit-cpt-unlimited.php:632
|
140 |
+
msgid "Parent Category:"
|
141 |
+
msgstr "Hoofdcategorie:"
|
142 |
+
|
143 |
+
#: lib/yit-cpt-unlimited.php:633
|
144 |
+
msgid "Edit Category"
|
145 |
+
msgstr "Bewerk Categorie"
|
146 |
+
|
147 |
+
#: lib/yit-cpt-unlimited.php:634
|
148 |
+
msgid "Update Category"
|
149 |
+
msgstr "Categorie bijwerken"
|
150 |
+
|
151 |
+
#: lib/yit-cpt-unlimited.php:635
|
152 |
+
msgid "Add New Category"
|
153 |
+
msgstr "Nieuwe categorie toevoegen"
|
154 |
+
|
155 |
+
#: lib/yit-cpt-unlimited.php:636
|
156 |
+
msgid "New Category Name"
|
157 |
+
msgstr "Nieuwe categorienaam"
|
158 |
+
|
159 |
+
#: lib/yit-cpt-unlimited.php:637
|
160 |
+
msgid "Category"
|
161 |
+
msgstr "Catogorie"
|
162 |
+
|
163 |
+
#: lib/yit-cpt-unlimited.php:726
|
164 |
+
msgid "Categories"
|
165 |
+
msgstr "Categorieën"
|
166 |
+
|
167 |
+
#: lib/yit-cpt-unlimited.php:1044
|
168 |
+
#, php-format
|
169 |
+
msgid "%s Settings"
|
170 |
+
msgstr "%s instellingen"
|
171 |
+
|
172 |
+
#: lib/yit-cpt-unlimited.php:1050 lib/yit-cpt-unlimited.php:1198
|
173 |
+
#: lib/yit-cpt-unlimited.php:1204 lib/yit-plugin-panel.php:80
|
174 |
+
msgid "Settings"
|
175 |
+
msgstr "Instellingen"
|
176 |
+
|
177 |
+
#: lib/yit-cpt-unlimited.php:1053
|
178 |
+
msgid "Type"
|
179 |
+
msgstr "Type"
|
180 |
+
|
181 |
+
#: lib/yit-cpt-unlimited.php:1054
|
182 |
+
#, php-format
|
183 |
+
msgid "Layout for this %s"
|
184 |
+
msgstr "De lay-out hiervoor %s"
|
185 |
+
|
186 |
+
#: lib/yit-cpt-unlimited.php:1060
|
187 |
+
msgid "Rewrite"
|
188 |
+
msgstr "Herschrijf"
|
189 |
+
|
190 |
+
#: lib/yit-cpt-unlimited.php:1061
|
191 |
+
msgid ""
|
192 |
+
"Univocal identification name in the URL for each product (slug from post if "
|
193 |
+
"empty)"
|
194 |
+
msgstr ""
|
195 |
+
"Eenduidige identificatie naam in de URL voor elk product (slug uit post "
|
196 |
+
"indien leeg)"
|
197 |
+
|
198 |
+
#: lib/yit-cpt-unlimited.php:1066
|
199 |
+
msgid "Label in Singular"
|
200 |
+
msgstr "Label in enkelvoud"
|
201 |
+
|
202 |
+
#: lib/yit-cpt-unlimited.php:1067
|
203 |
+
msgid "Set a label in singular (title of portfolio if empty)"
|
204 |
+
msgstr ""
|
205 |
+
"Stel een label in enkelvoud in (titel van het portfolio als deze niet wordt "
|
206 |
+
"ingevuld)"
|
207 |
+
|
208 |
+
#: lib/yit-cpt-unlimited.php:1072
|
209 |
+
msgid "Label in Plural"
|
210 |
+
msgstr "Label in meervoud"
|
211 |
+
|
212 |
+
#: lib/yit-cpt-unlimited.php:1073
|
213 |
+
msgid "Set a label in plural (title of portfolio if empty)"
|
214 |
+
msgstr ""
|
215 |
+
"Stel een label in meervoud in (titel van het portfolio als deze niet wordt "
|
216 |
+
"ingevuld)"
|
217 |
+
|
218 |
+
#: lib/yit-cpt-unlimited.php:1078
|
219 |
+
msgid "Taxonomy"
|
220 |
+
msgstr "Taxonomie"
|
221 |
+
|
222 |
+
#: lib/yit-cpt-unlimited.php:1079
|
223 |
+
msgid ""
|
224 |
+
"If you want to use categories in the portfolio, set a name for taxonomy. "
|
225 |
+
"Name should be a slug (must not contain capital letters nor spaces) and must "
|
226 |
+
"not be more than 32 characters long (database structure restriction)."
|
227 |
+
msgstr ""
|
228 |
+
"Wilt u categorieën gebruiken in de portfolio, stel dan een naam voor "
|
229 |
+
"taxonomie. Naam moet een ’slug’ zijn (mag geen hoofdletters of spaties "
|
230 |
+
"bevatten) en mag niet meer zijn dan 32 tekens lang (database structuur "
|
231 |
+
"beperking)."
|
232 |
+
|
233 |
+
#: lib/yit-cpt-unlimited.php:1084
|
234 |
+
msgid "Taxonomy Rewrite"
|
235 |
+
msgstr "Taxonomie herschrijven"
|
236 |
+
|
237 |
+
#: lib/yit-cpt-unlimited.php:1085
|
238 |
+
msgid "Set univocal name for each category page URL."
|
239 |
+
msgstr "Stel een unieke naam in voor elke categorie pagina URL."
|
240 |
+
|
241 |
+
#: lib/yit-cpt-unlimited.php:1090
|
242 |
+
msgid "Single layout"
|
243 |
+
msgstr "Single lay-out"
|
244 |
+
|
245 |
+
#: lib/yit-cpt-unlimited.php:1091
|
246 |
+
msgid "Layout for single page of this portfolio"
|
247 |
+
msgstr "Lay-out voor single pagina van dit portfolio"
|
248 |
+
|
249 |
+
#: lib/yit-cpt-unlimited.php:1132
|
250 |
+
msgid "layout settings"
|
251 |
+
msgstr "Lay-out instellingen"
|
252 |
+
|
253 |
+
#: lib/yit-cpt-unlimited.php:1224 lib/yit-cpt-unlimited.php:1237
|
254 |
+
msgid "Quick links"
|
255 |
+
msgstr "Snelle links"
|
256 |
+
|
257 |
+
#: lib/yit-cpt-unlimited.php:1477
|
258 |
+
#, php-format
|
259 |
+
msgid "Show frontend of the %s"
|
260 |
+
msgstr "Toon frontend van de %s"
|
261 |
+
|
262 |
+
#: lib/yit-cpt-unlimited.php:1484 templates/fields/customtabs.php:46
|
263 |
+
#: templates/fields/customtabs.php:89
|
264 |
+
msgid "Name"
|
265 |
+
msgstr "Naam"
|
266 |
+
|
267 |
+
#: lib/yit-cpt-unlimited.php:1635
|
268 |
+
#, php-format
|
269 |
+
msgid "Add %s from images"
|
270 |
+
msgstr "Voeg %s toe vanaf afbeeldingen"
|
271 |
+
|
272 |
+
#: lib/yit-cpt-unlimited.php:1638
|
273 |
+
msgid "Upload multiple files"
|
274 |
+
msgstr "Upload meerdere bestanden"
|
275 |
+
|
276 |
+
#: lib/yit-plugin-panel-wc.php:397
|
277 |
+
msgid "The changes you have made will be lost if you leave this page."
|
278 |
+
msgstr "Als je deze pagina verlaat zullen alle wijzigingen verloren gaan."
|
279 |
+
|
280 |
+
#: lib/yit-plugin-panel.php:79
|
281 |
+
msgid "Plugin Settings"
|
282 |
+
msgstr "Plugin instellingen"
|
283 |
+
|
284 |
+
#: lib/yit-plugin-panel.php:424 lib/yit-plugin-panel.php:427
|
285 |
+
msgid "How to install premium version"
|
286 |
+
msgstr "Hoe installeer ik de premium versie"
|
287 |
+
|
288 |
+
#: lib/yit-plugin-panel.php:571 lib/yit-plugin-subpanel.php:151
|
289 |
+
#: templates/panel/woocommerce/woocommerce-form.php:14
|
290 |
+
msgid "Save Changes"
|
291 |
+
msgstr "Wijzigingen opslaan"
|
292 |
+
|
293 |
+
#: lib/yit-plugin-panel.php:574 lib/yit-plugin-subpanel.php:154
|
294 |
+
#: templates/panel/woocommerce/woocommerce-form.php:17
|
295 |
+
msgid ""
|
296 |
+
"If you continue with this action, you will reset all options in this page."
|
297 |
+
msgstr "Als u deze actie voortzet, zult u alle opties op deze pagina resetten."
|
298 |
+
|
299 |
+
#: lib/yit-plugin-panel.php:576 lib/yit-plugin-subpanel.php:156
|
300 |
+
msgid "Reset to default"
|
301 |
+
msgstr "Resetten naar standaard"
|
302 |
+
|
303 |
+
#: lib/yit-plugin-panel.php:577 lib/yit-plugin-subpanel.php:157
|
304 |
+
#: templates/panel/woocommerce/woocommerce-form.php:21
|
305 |
+
msgid "Are you sure?"
|
306 |
+
msgstr "Weet u het zeker?"
|
307 |
+
|
308 |
+
#: lib/yit-plugin-panel.php:775
|
309 |
+
msgid ""
|
310 |
+
"The element you have entered already exists. Please, enter another name."
|
311 |
+
msgstr "Het element dat u hebt ingevoerd bestaat al. Voer een andere naam in."
|
312 |
+
|
313 |
+
#: lib/yit-plugin-panel.php:776
|
314 |
+
msgid "Settings saved"
|
315 |
+
msgstr "Instellingen opgeslagen"
|
316 |
+
|
317 |
+
#: lib/yit-plugin-panel.php:777
|
318 |
+
msgid "Settings reset"
|
319 |
+
msgstr "Instellingen resetten"
|
320 |
+
|
321 |
+
#: lib/yit-plugin-panel.php:778
|
322 |
+
msgid "Element deleted correctly."
|
323 |
+
msgstr "Element succesvol verwijderd."
|
324 |
+
|
325 |
+
#: lib/yit-plugin-panel.php:779 lib/yit-plugin-panel.php:780
|
326 |
+
msgid "Element updated correctly."
|
327 |
+
msgstr "Element juist bijgewerkt."
|
328 |
+
|
329 |
+
#: lib/yit-plugin-panel.php:781
|
330 |
+
msgid "Database imported correctly."
|
331 |
+
msgstr "Database juist geïmporteerd."
|
332 |
+
|
333 |
+
#: lib/yit-plugin-panel.php:782
|
334 |
+
msgid "An error has occurred during import. Please try again."
|
335 |
+
msgstr "Er is een fout opgetreden tijdens importeren. Probeer opnieuw."
|
336 |
+
|
337 |
+
#: lib/yit-plugin-panel.php:783
|
338 |
+
msgid "The added file is not valid."
|
339 |
+
msgstr "Het toegevoegde bestand is ongeldig."
|
340 |
+
|
341 |
+
#: lib/yit-plugin-panel.php:784
|
342 |
+
msgid "Sorry, import is disabled."
|
343 |
+
msgstr "Sorry, importeren is uitgeschakeld."
|
344 |
+
|
345 |
+
#: lib/yit-plugin-panel.php:785
|
346 |
+
msgid "Sorting successful."
|
347 |
+
msgstr "Sorteren succesvol."
|
348 |
+
|
349 |
+
#: lib/yit-plugin-panel.php:1233
|
350 |
+
msgid "We need your support"
|
351 |
+
msgstr "We hebben uw hulp nodig"
|
352 |
+
|
353 |
+
#: lib/yit-plugin-panel.php:1234
|
354 |
+
msgid "to keep updating and improving the plugin. Please,"
|
355 |
+
msgstr "om de plugin te blijven updaten en verbeteren. A.u.b.,"
|
356 |
+
|
357 |
+
#: lib/yit-plugin-panel.php:1236
|
358 |
+
msgid "help us by leaving a five-star rating"
|
359 |
+
msgstr "help ons door een vijf-sterenbeoordeling achter te laten"
|
360 |
+
|
361 |
+
#: lib/yit-plugin-panel.php:1237
|
362 |
+
msgid ":) Thanks!"
|
363 |
+
msgstr ":) Bedankt!"
|
364 |
+
|
365 |
+
#: lib/yit-pointers.php:70
|
366 |
+
msgid "Plugins Activated"
|
367 |
+
msgstr "Plugins geactiveerd"
|
368 |
+
|
369 |
+
#: lib/yit-pointers.php:71
|
370 |
+
msgid ""
|
371 |
+
"From now on, you can find all plugin options in YITH Plugins menu.\n"
|
372 |
+
" Plugin customization settings will be "
|
373 |
+
"available as a new entry in YITH Plugins menu."
|
374 |
+
msgstr ""
|
375 |
+
"Vanaf nu kunt u alle plugin opties vinden onder het YITH Plugins menu.\n"
|
376 |
+
" Plugin aanpassing instellingen zullen "
|
377 |
+
"beschikbaar zijn als een nieuwe toegang in YITH Plugins menu."
|
378 |
+
|
379 |
+
#: lib/yit-pointers.php:73 lib/yit-pointers.php:89
|
380 |
+
msgid "Discover all our plugins available on:"
|
381 |
+
msgstr "Ontdek al onze beschikbare plugins op:"
|
382 |
+
|
383 |
+
#: lib/yit-pointers.php:74 lib/yit-pointers.php:90
|
384 |
+
msgid "and"
|
385 |
+
msgstr "en"
|
386 |
+
|
387 |
+
#: lib/yit-pointers.php:84
|
388 |
+
msgid "Plugins Upgraded"
|
389 |
+
msgstr "Plugins geüpgraded"
|
390 |
+
|
391 |
+
#: lib/yit-pointers.php:85
|
392 |
+
msgid ""
|
393 |
+
"From now on, you can find the option panel of YITH plugins in YITH Plugins "
|
394 |
+
"menu.\n"
|
395 |
+
" Every time one of our plugins is added, "
|
396 |
+
"a new entry will be added to this menu.\n"
|
397 |
+
" For example, after the update, plugin "
|
398 |
+
"options (such as for YITH WooCommerce Wishlist, YITH WooCommerce Ajax "
|
399 |
+
"Search, etc.)\n"
|
400 |
+
" will be moved from previous location to "
|
401 |
+
"YITH Plugins tab."
|
402 |
+
msgstr ""
|
403 |
+
"Vanaf nu kunt u het optie paneel van YITH plugins vinden in het YITH Plugins "
|
404 |
+
"menu.\n"
|
405 |
+
" Telkens wanneer een nieuwe plugin wordt "
|
406 |
+
"toegevoegd, komt er een regel bij in dit menu.\n"
|
407 |
+
" Voorbeeld, na de update, plugin opties "
|
408 |
+
"(zoals YITH WooCommerce Wishlist, YITH WooCommerce Ajax Search, etc.)\n"
|
409 |
+
" zullen worden verplaatst van de vorige "
|
410 |
+
"locatie naar de YITH Plugins tab."
|
411 |
+
|
412 |
+
#: lib/yith-dashboard.php:40
|
413 |
+
msgid "YITH Latest Updates"
|
414 |
+
msgstr "Laatste updates YITH"
|
415 |
+
|
416 |
+
#: lib/yith-dashboard.php:41
|
417 |
+
msgid "Latest news from YITH Blog"
|
418 |
+
msgstr "Laatste nieuws van YITH Blog"
|
419 |
+
|
420 |
+
#: lib/yith-dashboard.php:65
|
421 |
+
msgid "RSS Error:"
|
422 |
+
msgstr "RSS Fout:"
|
423 |
+
|
424 |
+
#: lib/yith-dashboard.php:71
|
425 |
+
msgid ""
|
426 |
+
"An error has occurred, which probably means the feed is down. Try again "
|
427 |
+
"later."
|
428 |
+
msgstr ""
|
429 |
+
"Er is een fout opgetreden, wat waarschijnlijk betekend dat de feed uit te "
|
430 |
+
"lucht is. Probeer het later opnieuw."
|
431 |
+
|
432 |
+
#: lib/yith-dashboard.php:99
|
433 |
+
msgctxt "Plugin FW"
|
434 |
+
msgid "View Changelog"
|
435 |
+
msgstr "Bekijk wijzigingenlogboek"
|
436 |
+
|
437 |
+
#: lib/yith-dashboard.php:100
|
438 |
+
msgctxt "Plugin FW"
|
439 |
+
msgid "Latest update released on"
|
440 |
+
msgstr "Laatste update uitgebracht op"
|
441 |
+
|
442 |
+
#: lib/yith-dashboard.php:143
|
443 |
+
msgctxt "Button label"
|
444 |
+
msgid "Close"
|
445 |
+
msgstr "Sluiten"
|
446 |
+
|
447 |
+
#: lib/yith-gutenberg.php:134
|
448 |
+
msgctxt "[gutenberg]: Category Name"
|
449 |
+
msgid "YITH"
|
450 |
+
msgstr "YITH"
|
451 |
+
|
452 |
+
#: lib/yith-system-status.php:97 lib/yith-system-status.php:98
|
453 |
+
msgid "System Status"
|
454 |
+
msgstr "Systeem Status"
|
455 |
+
|
456 |
+
#: lib/yith-system-status.php:104
|
457 |
+
msgid "WordPress Version"
|
458 |
+
msgstr "WordPress Versie"
|
459 |
+
|
460 |
+
#: lib/yith-system-status.php:105
|
461 |
+
msgid "WooCommerce Version"
|
462 |
+
msgstr "WooCommerce Versie"
|
463 |
+
|
464 |
+
#: lib/yith-system-status.php:106
|
465 |
+
msgid "Available Memory"
|
466 |
+
msgstr "Beschikbaar geheugen"
|
467 |
+
|
468 |
+
#: lib/yith-system-status.php:107
|
469 |
+
msgid "PHP Version"
|
470 |
+
msgstr "PHP Versie"
|
471 |
+
|
472 |
+
#: lib/yith-system-status.php:108
|
473 |
+
msgid "TLS Version"
|
474 |
+
msgstr "TLS Versie"
|
475 |
+
|
476 |
+
#: lib/yith-system-status.php:109
|
477 |
+
msgid "WordPress Cron"
|
478 |
+
msgstr "WordPress Cron"
|
479 |
+
|
480 |
+
#: lib/yith-system-status.php:110
|
481 |
+
msgid "SimpleXML"
|
482 |
+
msgstr "SimpleXML"
|
483 |
+
|
484 |
+
#: lib/yith-system-status.php:111
|
485 |
+
msgid "MultiByte String"
|
486 |
+
msgstr "MultiByte String"
|
487 |
+
|
488 |
+
#: lib/yith-system-status.php:112
|
489 |
+
msgid "ImageMagick Version"
|
490 |
+
msgstr "ImageMagick Versie"
|
491 |
+
|
492 |
+
#: lib/yith-system-status.php:113
|
493 |
+
msgid "GD Library"
|
494 |
+
msgstr "GD Library"
|
495 |
+
|
496 |
+
#: lib/yith-system-status.php:114
|
497 |
+
msgid "Iconv Module"
|
498 |
+
msgstr "Iconv Module"
|
499 |
+
|
500 |
+
#: lib/yith-system-status.php:115
|
501 |
+
msgid "OPCache Save Comments"
|
502 |
+
msgstr "OPCache Save Comments"
|
503 |
+
|
504 |
+
#: lib/yith-system-status.php:116
|
505 |
+
msgid "URL FOpen"
|
506 |
+
msgstr "URL FOpen"
|
507 |
+
|
508 |
+
#: lib/yith-system-status.php:173
|
509 |
+
msgid "YITH Plugins"
|
510 |
+
msgstr "YITH Plugins"
|
511 |
+
|
512 |
+
#: lib/yith-system-status.php:174
|
513 |
+
msgid "WooCommerce"
|
514 |
+
msgstr "WooCommerce"
|
515 |
+
|
516 |
+
#: lib/yith-system-status.php:291
|
517 |
+
msgid "Warning!"
|
518 |
+
msgstr "Waarschuwing!"
|
519 |
+
|
520 |
+
#: lib/yith-system-status.php:292
|
521 |
+
#, php-format
|
522 |
+
msgid ""
|
523 |
+
"The system check has detected some compatibility issues on your "
|
524 |
+
"installation. %sClick here%s to know more"
|
525 |
+
msgstr ""
|
526 |
+
"Het systeem heeft enkele compatibiliteitsproblemen gevonden op uw "
|
527 |
+
"installatie. %sKlik hier%s om meer te weten te komen"
|
528 |
+
|
529 |
+
#: templates/fields/ajax-customers.php:57
|
530 |
+
msgid "Search Customers"
|
531 |
+
msgstr "Zoek klanten"
|
532 |
+
|
533 |
+
#: templates/fields/ajax-customers.php:83
|
534 |
+
#: templates/fields/ajax-customers.php:93
|
535 |
+
#, php-format
|
536 |
+
msgid "%1$s (#%2$s – %3$s)"
|
537 |
+
msgstr "%1$s (#%2$s – %3$s)"
|
538 |
+
|
539 |
+
#: templates/fields/ajax-posts.php:57
|
540 |
+
msgid "Search Posts"
|
541 |
+
msgstr "Posts zoeken"
|
542 |
+
|
543 |
+
#: templates/fields/ajax-products.php:16
|
544 |
+
msgid "Search Product"
|
545 |
+
msgstr "Product zoeken"
|
546 |
+
|
547 |
+
#: templates/fields/customtabs.php:28
|
548 |
+
msgid "Close all"
|
549 |
+
msgstr "Sluit allen"
|
550 |
+
|
551 |
+
#: templates/fields/customtabs.php:28
|
552 |
+
msgid "Expand all"
|
553 |
+
msgstr "Alles uitvouwen"
|
554 |
+
|
555 |
+
#: templates/fields/customtabs.php:37 templates/fields/customtabs.php:81
|
556 |
+
msgid "Remove"
|
557 |
+
msgstr "Verwijderen"
|
558 |
+
|
559 |
+
#: templates/fields/customtabs.php:52 templates/fields/customtabs.php:94
|
560 |
+
msgid "Value"
|
561 |
+
msgstr "Waarde"
|
562 |
+
|
563 |
+
#: templates/fields/customtabs.php:53 templates/fields/customtabs.php:95
|
564 |
+
msgid "Content of the tab. (HTML is supported)"
|
565 |
+
msgstr "Inhoud van tabblad. (HTML wordt ondersteund)"
|
566 |
+
|
567 |
+
#: templates/fields/customtabs.php:65
|
568 |
+
msgid "Add custom product tab"
|
569 |
+
msgstr "Aangepaste product tabblad toevoegen"
|
570 |
+
|
571 |
+
#: templates/fields/customtabs.php:106
|
572 |
+
msgid "Do you want to remove the custom tab?"
|
573 |
+
msgstr "Wilt u het aangepaste tabblad verwijderen?"
|
574 |
+
|
575 |
+
#: templates/fields/date-format.php:50
|
576 |
+
msgid "Custom:"
|
577 |
+
msgstr "Aangepast:"
|
578 |
+
|
579 |
+
#: templates/fields/icons.php:58
|
580 |
+
msgid "Set Default"
|
581 |
+
msgstr "Instellen als standaard"
|
582 |
+
|
583 |
+
#: templates/fields/image-gallery.php:34 templates/fields/image-gallery.php:39
|
584 |
+
msgid "Delete image"
|
585 |
+
msgstr "Afbeelding verwijderen"
|
586 |
+
|
587 |
+
#: templates/fields/image-gallery.php:39
|
588 |
+
msgid "Add Images to Gallery"
|
589 |
+
msgstr "Afbeeldingen toevoegen aan galerij"
|
590 |
+
|
591 |
+
#: templates/fields/image-gallery.php:39
|
592 |
+
msgid "Add to gallery"
|
593 |
+
msgstr "Toevoegen aan galerij"
|
594 |
+
|
595 |
+
#: templates/fields/image-gallery.php:39
|
596 |
+
msgid "Add images"
|
597 |
+
msgstr "Afbeeldingen toevoegen"
|
598 |
+
|
599 |
+
#: templates/fields/image-gallery.php:39
|
600 |
+
msgid "Delete"
|
601 |
+
msgstr "Verwijderen"
|
602 |
+
|
603 |
+
#: templates/fields/onoff.php:24
|
604 |
+
msgctxt "ON/OFF button: use MAX 3 characters!"
|
605 |
+
msgid "ON"
|
606 |
+
msgstr "AAN"
|
607 |
+
|
608 |
+
#: templates/fields/onoff.php:25
|
609 |
+
msgctxt "ON/OFF button: use MAX 3 characters!"
|
610 |
+
msgid "OFF"
|
611 |
+
msgstr "UIT"
|
612 |
+
|
613 |
+
#: templates/fields/select-buttons.php:21
|
614 |
+
msgid "Add All"
|
615 |
+
msgstr "Allen toevoegen"
|
616 |
+
|
617 |
+
#: templates/fields/select-buttons.php:34
|
618 |
+
msgid "Remove All"
|
619 |
+
msgstr "Allen verwijderen"
|
620 |
+
|
621 |
+
#: templates/fields/sidebars.php:22
|
622 |
+
msgid "Left sidebar"
|
623 |
+
msgstr "Sidebar links"
|
624 |
+
|
625 |
+
#: templates/fields/sidebars.php:25
|
626 |
+
msgid "Right sidebar"
|
627 |
+
msgstr "Sidebar rechts"
|
628 |
+
|
629 |
+
#: templates/fields/sidebars.php:28 templates/fields/sidebars.php:31
|
630 |
+
msgid "No sidebar"
|
631 |
+
msgstr "Geen sidebar"
|
632 |
+
|
633 |
+
#: templates/fields/sidebars.php:39
|
634 |
+
msgid "Left Sidebar"
|
635 |
+
msgstr "Linker sidebar"
|
636 |
+
|
637 |
+
#: templates/fields/sidebars.php:41 templates/fields/sidebars.php:54
|
638 |
+
msgid "Choose a sidebar"
|
639 |
+
msgstr "Kies een sidebar"
|
640 |
+
|
641 |
+
#: templates/fields/sidebars.php:52
|
642 |
+
msgid "Right Sidebar"
|
643 |
+
msgstr "Rechter sidebar"
|
644 |
+
|
645 |
+
#: templates/fields/upload.php:27 templates/metaboxes/types/icon-list.php:70
|
646 |
+
#: templates/panel/woocommerce/woocommerce-upload.php:40
|
647 |
+
msgid "Upload"
|
648 |
+
msgstr "Upload"
|
649 |
+
|
650 |
+
#: templates/fields/upload.php:29
|
651 |
+
msgid "Reset"
|
652 |
+
msgstr "Resetten"
|
653 |
+
|
654 |
+
#: templates/metaboxes/types/icon-list.php:76
|
655 |
+
msgid "Image preview"
|
656 |
+
msgstr "Voorbeeld afbeelding"
|
657 |
+
|
658 |
+
#: templates/metaboxes/types/icon-list.php:90
|
659 |
+
#, php-format
|
660 |
+
msgid "(Default: %s <img src=\"%s\"/>)"
|
661 |
+
msgstr "(Default: %s <img src=\"%s\"/>)"
|
662 |
+
|
663 |
+
#: templates/metaboxes/types/icon-list.php:92
|
664 |
+
#, php-format
|
665 |
+
msgid "(Default: <i %s></i> )"
|
666 |
+
msgstr "(Default: <i %s></i> )"
|
667 |
+
|
668 |
+
#: templates/panel/woocommerce/woocommerce-form.php:20
|
669 |
+
msgid "Reset Defaults"
|
670 |
+
msgstr "Herstellen naar standaard"
|
671 |
+
|
672 |
+
#: templates/sysinfo/system-information-panel.php:30
|
673 |
+
msgid "YITH System Information"
|
674 |
+
msgstr "YITH System Informatie"
|
675 |
+
|
676 |
+
#: templates/sysinfo/system-information-panel.php:38
|
677 |
+
msgid "Site URL"
|
678 |
+
msgstr "Site URL"
|
679 |
+
|
680 |
+
#: templates/sysinfo/system-information-panel.php:46
|
681 |
+
msgid "Output IP Address"
|
682 |
+
msgstr "Output IP Address"
|
683 |
+
|
684 |
+
#: templates/sysinfo/system-information-panel.php:76
|
685 |
+
msgid "Enabled"
|
686 |
+
msgstr "Ingeschakeld"
|
687 |
+
|
688 |
+
#: templates/sysinfo/system-information-panel.php:76
|
689 |
+
msgid "Disabled"
|
690 |
+
msgstr "Uitgeschakeld"
|
691 |
+
|
692 |
+
#: templates/sysinfo/system-information-panel.php:82
|
693 |
+
msgid "N/A"
|
694 |
+
msgstr "N.V.T"
|
695 |
+
|
696 |
+
#: templates/sysinfo/system-information-panel.php:96
|
697 |
+
#, php-format
|
698 |
+
msgid "%s needs %s enabled"
|
699 |
+
msgstr "%s heeft nodig %s ingeschakeld"
|
700 |
+
|
701 |
+
#: templates/sysinfo/system-information-panel.php:98
|
702 |
+
#, php-format
|
703 |
+
msgid "%s needs at least %s of available memory"
|
704 |
+
msgstr "%s heeft ten minste %s beschikbaar geheugen nodig"
|
705 |
+
|
706 |
+
#: templates/sysinfo/system-information-panel.php:100
|
707 |
+
#: templates/sysinfo/system-information-panel.php:149
|
708 |
+
#, php-format
|
709 |
+
msgid ""
|
710 |
+
"For optimal functioning of our plugins, we suggest setting at least %s of "
|
711 |
+
"available memory"
|
712 |
+
msgstr ""
|
713 |
+
"Voor het optimaal functioneren van de plugins, adviseren wij minstens %s "
|
714 |
+
"beschikbaar geheugen te hebben"
|
715 |
+
|
716 |
+
#: templates/sysinfo/system-information-panel.php:102
|
717 |
+
#: templates/sysinfo/system-information-panel.php:137
|
718 |
+
#: templates/sysinfo/system-information-panel.php:151
|
719 |
+
#, php-format
|
720 |
+
msgid ""
|
721 |
+
"Read more %s here%s or contact your hosting company in order to increase it."
|
722 |
+
msgstr ""
|
723 |
+
"Lees %s hier%s meer, of neem contact op met uw hostingmaatschappij om het te "
|
724 |
+
"verhogen."
|
725 |
+
|
726 |
+
#: templates/sysinfo/system-information-panel.php:105
|
727 |
+
#, php-format
|
728 |
+
msgid "%s needs at least %s version"
|
729 |
+
msgstr "%s heeft minstens %s versie nodig"
|
730 |
+
|
731 |
+
#: templates/sysinfo/system-information-panel.php:116
|
732 |
+
msgid ""
|
733 |
+
"Update it to the latest version in order to benefit of all new features and "
|
734 |
+
"security updates."
|
735 |
+
msgstr ""
|
736 |
+
"Bijwerken naar de nieuwste versie om te profiteren van alle nieuwe functies "
|
737 |
+
"en beveiligingsupdates."
|
738 |
+
|
739 |
+
#: templates/sysinfo/system-information-panel.php:122
|
740 |
+
msgid "Contact your hosting company in order to update it."
|
741 |
+
msgstr "Neem contact op met uw hostingmaatschappij om het bij te werken."
|
742 |
+
|
743 |
+
#: templates/sysinfo/system-information-panel.php:126
|
744 |
+
#, php-format
|
745 |
+
msgid "Remove %s from %s file"
|
746 |
+
msgstr "Verwijder %s uit %s bestand"
|
747 |
+
|
748 |
+
#: templates/sysinfo/system-information-panel.php:134
|
749 |
+
msgid "Contact your hosting company in order to enable it."
|
750 |
+
msgstr "Neem contact op met uw hostingmaatschappij om dit in te schakelen."
|
751 |
+
|
752 |
+
#: templates/sysinfo/system-information-panel.php:157
|
753 |
+
msgid ""
|
754 |
+
"We cannot determine which <b>TLS</b> version is installed because <b>cURL</"
|
755 |
+
"b> module is disabled. Ask your hosting company to enable it."
|
756 |
+
msgstr ""
|
757 |
+
"We kunnen niet bepalen welke <b>TLS</b> versie is geïnstalleerd omdat de "
|
758 |
+
"<b>cURL</b> module is uitgeschakeld. Vraag uw hostingmaatschappij om het in "
|
759 |
+
"te schakelen."
|
760 |
+
|
761 |
+
#: templates/sysinfo/system-information-panel.php:160
|
762 |
+
msgid ""
|
763 |
+
"<b>ImageMagick</b> module is not installed. Ask your hosting company to "
|
764 |
+
"install it."
|
765 |
+
msgstr ""
|
766 |
+
"<b>ImageMagick</b> module is niet geïnstalleerd. Vraag uw "
|
767 |
+
"hositngmaatschappij om het te installeren."
|
768 |
+
|
769 |
+
#: templates/sysinfo/system-information-panel.php:172
|
770 |
+
msgid "Show full PHPInfo"
|
771 |
+
msgstr "Toon volledige PHPInfo"
|
772 |
+
|
773 |
+
#: templates/sysinfo/system-information-panel.php:176
|
774 |
+
msgid "Back to System panel"
|
775 |
+
msgstr "Terug naar systeempaneel"
|
776 |
+
|
777 |
+
#: templates/sysinfo/system-information-panel.php:193
|
778 |
+
msgid "Back to top"
|
779 |
+
msgstr "Terug naar boven"
|
780 |
+
|
781 |
+
#: yit-plugin.php:83
|
782 |
+
msgctxt "Plugin Row Meta"
|
783 |
+
msgid "Live Demo"
|
784 |
+
msgstr "Live Demo"
|
785 |
+
|
786 |
+
#: yit-plugin.php:88
|
787 |
+
msgctxt "Plugin Row Meta"
|
788 |
+
msgid "Documentation"
|
789 |
+
msgstr "Documentatie"
|
790 |
+
|
791 |
+
#: yit-plugin.php:93
|
792 |
+
msgctxt "Plugin Row Meta"
|
793 |
+
msgid "Support"
|
794 |
+
msgstr "Ondersteuning"
|
795 |
+
|
796 |
+
#: yit-plugin.php:98
|
797 |
+
msgctxt "Plugin Row Meta"
|
798 |
+
msgid "Premium version"
|
799 |
+
msgstr "Premium Versie"
|
800 |
+
|
801 |
+
#: yit-plugin.php:190
|
802 |
+
msgctxt "Action links"
|
803 |
+
msgid "Settings"
|
804 |
+
msgstr "Instellingen"
|
805 |
+
|
806 |
+
#: yit-plugin.php:194
|
807 |
+
msgid "License"
|
808 |
+
msgstr "Licentie"
|
809 |
+
|
810 |
+
#~ msgid "An unexpected error occurred, please try again later. Thanks!"
|
811 |
+
#~ msgstr ""
|
812 |
+
#~ "Een onverwachte fout heeft zich voorgedaan, probeer het later nog eens!"
|
813 |
+
|
814 |
+
#~ msgid "There is a new version of %plugin_name% available."
|
815 |
+
#~ msgstr "Er is een nieuwe versie van %plugin_name% beschikbaar."
|
816 |
+
|
817 |
+
#~ msgid "View version %latest% details."
|
818 |
+
#~ msgstr "Bekijk versie %latest% details."
|
819 |
+
|
820 |
+
#~ msgid "Automatic update is unavailable for this plugin,"
|
821 |
+
#~ msgstr "Automatisch bijwerken is niet beschikbaar voor deze plugin,"
|
822 |
+
|
823 |
+
#~ msgid ""
|
824 |
+
#~ "please <a href=\"%activate_link%\">activate</a> your copy of %plugin_name"
|
825 |
+
#~ "%."
|
826 |
+
#~ msgstr ""
|
827 |
+
#~ "a.u.b. <a href=\"%activate_link%\">activeer</a> uw kopie van %plugin_name"
|
828 |
+
#~ "%."
|
829 |
+
|
830 |
+
#~ msgid "Update now."
|
831 |
+
#~ msgstr "Nu bijwerken."
|
832 |
+
|
833 |
+
#~ msgid ""
|
834 |
+
#~ "<br/><b>Please note:</b> You are using a higher version than the latest "
|
835 |
+
#~ "available one. </em>Please, make sure you've downloaded the latest "
|
836 |
+
#~ "version of <em>%1$s</em> from the only <a href=\"https://yithemes.com\" "
|
837 |
+
#~ "target=\"_blank\">YITH official website</a>, specifically, from your <a "
|
838 |
+
#~ "href=\"https://yithemes.com/my-account/recent-downloads/\" target=\"_blank"
|
839 |
+
#~ "\">Downloads page</a>. This is the only way to be sure the version you "
|
840 |
+
#~ "are using is 100% malware-free."
|
841 |
+
#~ msgstr ""
|
842 |
+
#~ "<br/> <b> Let op: </b> u gebruikt een hogere versie dan de laatst "
|
843 |
+
#~ "beschikbare versie. </em> Zorg ervoor dat u de laatste versie van <em>"
|
844 |
+
#~ "%1$s</em> hebt gedownload van de enige <a href=\"https://yithemes.com\" "
|
845 |
+
#~ "target=\"_blank\">officiële YITH website </a>, in het bijzonder vanaf uw "
|
846 |
+
#~ "<a href=\"https://yithemes.com/my-account/recent-downloads/\" target="
|
847 |
+
#~ "\"_blank\"> downloads pagina </a>. Dit is de enige manier om er zeker van "
|
848 |
+
#~ "te zijn dat de versie die u gebruikt 100 %% malware-vrij is."
|
849 |
+
|
850 |
+
#~ msgctxt "[Update Plugin Message: License not enabled]"
|
851 |
+
#~ msgid "You have to activate the plugin to benefit from automatic updates."
|
852 |
+
#~ msgstr ""
|
853 |
+
#~ "U moet de plugin activeren om te profiteren van automatische updates."
|
854 |
+
|
855 |
+
#~ msgid "YITH Repository"
|
856 |
+
#~ msgstr "YITH Repository"
|
857 |
+
|
858 |
+
#~ msgid "Invalid URL Provided."
|
859 |
+
#~ msgstr "Ongeldige URL ingegeven."
|
860 |
+
|
861 |
+
#~ msgid "Could not create Temporary file."
|
862 |
+
#~ msgstr "Kan geen tijdelijk bestand aanmaken."
|
863 |
+
|
864 |
+
#~ msgid ""
|
865 |
+
#~ "There is a new version of %1$s available. <a href=\"%2$s\" class="
|
866 |
+
#~ "\"thickbox yit-changelog-button open-plugin-details-modal\" title=\"%3$s"
|
867 |
+
#~ "\">View version %4$s details</a>."
|
868 |
+
#~ msgstr ""
|
869 |
+
#~ "Er is een nieuwe versie van of %1$s beschikbaar. <a href=\"%2$s\" class="
|
870 |
+
#~ "\"thickbox yit-changelog-button open-plugin-details-modal\" title=\"%3$s"
|
871 |
+
#~ "\">Bekijk versie %4$s details</a>."
|
872 |
+
|
873 |
+
#~ msgid ""
|
874 |
+
#~ "There is a new version of %1$s available. <a href=\"%2$s\" class="
|
875 |
+
#~ "\"thickbox yit-changelog-button open-plugin-details-modal\" title=\"%3$s"
|
876 |
+
#~ "\">View version %4$s details</a>. <em>You have to activate the plugin on "
|
877 |
+
#~ "a single site of the network to benefit from automatic updates.</em>"
|
878 |
+
#~ msgstr ""
|
879 |
+
#~ "Er is een nieuwe versie van %1$s beschikbaar. <a href=\"%2$s\" class="
|
880 |
+
#~ "\"thickbox yit-changelog-button open-plugin-details-modal\" title=\"%3$s"
|
881 |
+
#~ "\">Bekijk versie %4$s details</a>. <em>U moet de plugin op een single "
|
882 |
+
#~ "site van het netwerk activeren om te profiteren van automatisch bijwerken."
|
883 |
+
#~ "</em>"
|
884 |
+
|
885 |
+
#~ msgid ""
|
886 |
+
#~ "There is a new version of %1$s available. <a href=\"%2$s\" class="
|
887 |
+
#~ "\"thickbox yit-changelog-button open-plugin-details-modal\" title=\"%3$s"
|
888 |
+
#~ "\">View version %4$s details</a>. <em>Automatic update is unavailable for "
|
889 |
+
#~ "this plugin, please <a href=\"%5$s\" title=\"License activation"
|
890 |
+
#~ "\">activate</a> your copy of %6s.</em>"
|
891 |
+
#~ msgstr ""
|
892 |
+
#~ "Er is een nieuwe versie van %1$s beschikbaar. <a href=\"%2$s\" class="
|
893 |
+
#~ "\"thickbox yit-changelog-button open-plugin-details-modal\" title=\"%3$s"
|
894 |
+
#~ "\">Bekijk versie %4$s details</a>. <em>Automatische bijwerking is niet "
|
895 |
+
#~ "beschikbaar voor deze plugin <a href=\"%5$s\" title=\"License activation"
|
896 |
+
#~ "\">activeer</a> je kopie van %6s.</em>"
|
897 |
+
|
898 |
+
#~ msgid ""
|
899 |
+
#~ "There is a new version of %1$s available. <a href=\"%2$s\" class="
|
900 |
+
#~ "\"thickbox yit-changelog-button open-plugin-details-modal\" title=\"%3$s"
|
901 |
+
#~ "\">View version %4$s details</a> or <a href=\"%5$s\">update now</a>."
|
902 |
+
#~ msgstr ""
|
903 |
+
#~ "Er is een nieuwe versie van%1$s beschikbaar. <a href=\"%2$s\" class="
|
904 |
+
#~ "\"thickbox yit-changelog-button open-plugin-details-modal\" title=\"%3$s"
|
905 |
+
#~ "\"> Bekijk details van versie %4$s </a> of<a href=\"%5$s\"> nu bijwerken "
|
906 |
+
#~ "</a>."
|
907 |
+
|
908 |
+
#~ msgid ""
|
909 |
+
#~ "<br/><b>Please note:</b> You are using a higher version than the latest "
|
910 |
+
#~ "available one. </em>Please, make sure you've downloaded the latest "
|
911 |
+
#~ "version of <em>%1$s</em> from the only <a href=\"https://yithemes.com\" "
|
912 |
+
#~ "target=\"_blank\">YITH official website</a>, specifically, from your <a "
|
913 |
+
#~ "href=\"https://yithemes.com/my-account/recent-downloads/\" target=\"_blank"
|
914 |
+
#~ "\">Downloads page</a>. This is the only way to be sure the version you "
|
915 |
+
#~ "are using is 100%% malware-free."
|
916 |
+
#~ msgstr ""
|
917 |
+
#~ "<br/> <b> Let op: </b> u gebruikt een hogere versie dan de laatst "
|
918 |
+
#~ "beschikbare versie. </em> Zorg ervoor dat je de laatste versie van <em>"
|
919 |
+
#~ "%1$s</em> hebt gedownload van de enige <a href=\"https://yithemes.com\" "
|
920 |
+
#~ "target=\"_blank\"> YITH officiële website </a>, in het bijzonder vanaf uw "
|
921 |
+
#~ "<a href=\"https://yithemes.com/my-account/recent-downloads/\" target="
|
922 |
+
#~ "\"_blank\"> downloadpagina </a>. Dit is de enige manier om er zeker van "
|
923 |
+
#~ "te zijn dat de versie die u gebruikt 100 %% malware-vrij is."
|
924 |
+
|
925 |
+
#~ msgid "You can't update the plugins for this site."
|
926 |
+
#~ msgstr "U kunt de plugins voor deze site niet bijwerken"
|
927 |
+
|
928 |
+
#~ msgid ""
|
929 |
+
#~ "You do not have sufficient permissions to update the plugins for this "
|
930 |
+
#~ "site."
|
931 |
+
#~ msgstr ""
|
932 |
+
#~ "U heeft niet voldoende rechten om de plugins bij te werken voor deze site."
|
933 |
+
|
934 |
+
#~ msgid "Update Plugin"
|
935 |
+
#~ msgstr "Plugin updaten"
|
936 |
+
|
937 |
+
#~ msgid "New YITH products"
|
938 |
+
#~ msgstr "Nieuwe YITH producten"
|
939 |
+
|
940 |
+
#~ msgctxt "%s = field name"
|
941 |
+
#~ msgid "Please, insert a valid %s"
|
942 |
+
#~ msgstr "Voer alsjeblieft een geldige %s in"
|
943 |
+
|
944 |
+
#~ msgid "Please, insert a valid %s and a valid %s"
|
945 |
+
#~ msgstr "A.u.b. voer een geldige %s en een geldige %s in"
|
946 |
+
|
947 |
+
#~ msgid "Unable to contact the remote server, please try again later. Thanks!"
|
948 |
+
#~ msgstr ""
|
949 |
+
#~ "Niet in staat contact te maken met de externe server, probeer het later "
|
950 |
+
#~ "opnieuw!"
|
951 |
+
|
952 |
+
#~ msgid "email address"
|
953 |
+
#~ msgstr "e-mailadres"
|
954 |
+
|
955 |
+
#~ msgid "license key"
|
956 |
+
#~ msgstr "licentie sleutel"
|
957 |
+
|
958 |
+
#~ msgid "Are you sure you want to deactivate the license for current site?"
|
959 |
+
#~ msgstr "Weet je zeker dat je de licentie voor deze site wilt deactiveren?"
|
960 |
+
|
961 |
+
#~ msgid "Invalid Request"
|
962 |
+
#~ msgstr "Ongeldig verzoek"
|
963 |
+
|
964 |
+
#~ msgid "Invalid license key"
|
965 |
+
#~ msgstr "Ongeldige licentiesleutel"
|
966 |
+
|
967 |
+
#~ msgid "Software has been deactivated"
|
968 |
+
#~ msgstr "Software is gedeactiveerd"
|
969 |
+
|
970 |
+
#~ msgid "Maximum number of activations exceeded"
|
971 |
+
#~ msgstr "Maximum aantal activeringen overschreden"
|
972 |
+
|
973 |
+
#~ msgid "Invalid instance ID"
|
974 |
+
#~ msgstr "Ongeldige instance ID"
|
975 |
+
|
976 |
+
#~ msgid "Invalid security key"
|
977 |
+
#~ msgstr "Ongeldige security key"
|
978 |
+
|
979 |
+
#~ msgid "License key has expired"
|
980 |
+
#~ msgstr "De licentiesleutel is verlopen"
|
981 |
+
|
982 |
+
#~ msgid "License key has been banned"
|
983 |
+
#~ msgstr "De licentiesleutel is verbannen"
|
984 |
+
|
985 |
+
#~ msgid "Current product is not included in your YITH Club Subscription key"
|
986 |
+
#~ msgstr "Huidige product is niet opgenomen in je YITH Club Subscription key"
|
987 |
+
|
988 |
+
#~ msgid "Great"
|
989 |
+
#~ msgstr "Top!"
|
990 |
+
|
991 |
+
#~ msgid "License successfully activated"
|
992 |
+
#~ msgstr "Licentie succesvol geactiveerd"
|
993 |
+
|
994 |
+
#~ msgid "License key deactivated for website"
|
995 |
+
#~ msgstr "Licentiesleutel gedeactiveerd voor website"
|
996 |
+
|
997 |
+
#~ msgid "License Activation"
|
998 |
+
#~ msgstr "Licentie activering"
|
999 |
+
|
1000 |
+
#~ msgctxt ""
|
1001 |
+
#~ "[Part of]: Warning! You didn't set license key for the following products:"
|
1002 |
+
#~ "[Plugins List] which means you're missing out on updates and support. "
|
1003 |
+
#~ "Enter your license key, please."
|
1004 |
+
#~ msgid "You didn't set license key for the following products"
|
1005 |
+
#~ msgstr "U heeft geen licentiesleutel ingegeven voor de volgende producten"
|
1006 |
+
|
1007 |
+
#~ msgctxt ""
|
1008 |
+
#~ "[Part of]: Warning! You didn't set license key for the following products:"
|
1009 |
+
#~ "[Plugins List] which means you're missing out on updates and support. "
|
1010 |
+
#~ "Enter your license key, please."
|
1011 |
+
#~ msgid "which means you're missing out on updates and support"
|
1012 |
+
#~ msgstr "wat betekent dat u updates en ondersteuning misloopt"
|
1013 |
+
|
1014 |
+
#~ msgctxt ""
|
1015 |
+
#~ "[Part of]: Warning! You didn't set license key for the following products:"
|
1016 |
+
#~ "[Plugins List] which means you're missing out on updates and support. "
|
1017 |
+
#~ "Enter your license key, please."
|
1018 |
+
#~ msgid "Enter your license key"
|
1019 |
+
#~ msgstr "Geef uw licentiesleutel in"
|
1020 |
+
|
1021 |
+
#~ msgctxt ""
|
1022 |
+
#~ "[Part of]: Warning! You didn't set license key for the following products:"
|
1023 |
+
#~ "[Plugins List] which means you're missing out on updates and support. "
|
1024 |
+
#~ "Enter your license key, please."
|
1025 |
+
#~ msgid "please"
|
1026 |
+
#~ msgstr "a.u.b."
|
1027 |
+
|
1028 |
+
#~ msgid "%s"
|
1029 |
+
#~ msgstr "%s"
|
1030 |
+
|
1031 |
+
#~ msgid ""
|
1032 |
+
#~ "I cannot find the license key for activating the theme I have bought some "
|
1033 |
+
#~ "time ago. Where can I find it?"
|
1034 |
+
#~ msgstr ""
|
1035 |
+
#~ "Ik kan de licentiesleutel voor het thema dat ik een tijdje geleden heb "
|
1036 |
+
#~ "gekocht niet vinden, waar kan ik het vinden?"
|
1037 |
+
|
1038 |
+
#~ msgid ""
|
1039 |
+
#~ "If you have purchased one of our products before 27 January 2015, you can "
|
1040 |
+
#~ "benefit from support and updates (the services offered with the license)\n"
|
1041 |
+
#~ " until 27 January 2016 and you do not have to purchase "
|
1042 |
+
#~ "it again to get a new license key, because, before this date, your "
|
1043 |
+
#~ "license used to be activated automatically by our system.\n"
|
1044 |
+
#~ " After 27 January 2016, instead, if you want to "
|
1045 |
+
#~ "benefit from support and updates you have to buy a new license and "
|
1046 |
+
#~ "activate it through the license key you will be\n"
|
1047 |
+
#~ " provided with and that you can find in your YITH "
|
1048 |
+
#~ "account, in section \"My licenses\"."
|
1049 |
+
#~ msgstr ""
|
1050 |
+
#~ "Als u vóór 27 januari 2015 een van onze producten hebt gekocht, kunt u "
|
1051 |
+
#~ "profiteren van ondersteuning en updates (de diensten die worden "
|
1052 |
+
#~ "aangeboden met de licentie)\n"
|
1053 |
+
#~ " tot 27 januari 2016 en u hoeft het niet opnieuw aan "
|
1054 |
+
#~ "te schaffen om een nieuwe licentiesleutel te krijgen, want vóór deze "
|
1055 |
+
#~ "datum werd u licentie automatisch door ons systeem geactiveerd.\n"
|
1056 |
+
#~ " Na 27 januari 2016, in plaats daarvan, als u wilt "
|
1057 |
+
#~ "profiteren van ondersteuning en updates, moet u een nieuwe licentie kopen "
|
1058 |
+
#~ "en deze activeren via de licentiesleutel.\n"
|
1059 |
+
#~ " meegeleverd en die u kunt vinden in uw YIThemes-"
|
1060 |
+
#~ "account, in het gedeelte “Mijn licenties”."
|
1061 |
+
|
1062 |
+
#~ msgid "YITH License Activation"
|
1063 |
+
#~ msgstr "YITH licentie activering"
|
1064 |
+
|
1065 |
+
#~ msgid "License expiry date"
|
1066 |
+
#~ msgstr "Vervaldatum licentie"
|
1067 |
+
|
1068 |
+
#~ msgid ""
|
1069 |
+
#~ "If you have renewed your product license key and the expiry date does not "
|
1070 |
+
#~ "appear up-to-date, please, click on the button <em>Check Expiry Date</em> "
|
1071 |
+
#~ "below and it will update."
|
1072 |
+
#~ msgstr ""
|
1073 |
+
#~ "Als u de licentiesleutel van uw product heeft vernieuwd, en de "
|
1074 |
+
#~ "vervaldatum verschijnt niet up-to-date, klik op de knop <em>Check Expiry "
|
1075 |
+
#~ "Date</em> hieronder en het zal worden bijgewerkt."
|
1076 |
+
|
1077 |
+
#~ msgid "Check expiry date"
|
1078 |
+
#~ msgstr "Vervaldatum controleren"
|
1079 |
+
|
1080 |
+
#~ msgid "Product to activate"
|
1081 |
+
#~ msgid_plural "Products to activate"
|
1082 |
+
#~ msgstr[0] "Product om te activeren"
|
1083 |
+
#~ msgstr[1] "Producten om te activeren"
|
1084 |
+
|
1085 |
+
#~ msgid "Are you having issues with the license activation?"
|
1086 |
+
#~ msgstr "Hebt u problemen met de licentie activering?"
|
1087 |
+
|
1088 |
+
#~ msgid "Read this article"
|
1089 |
+
#~ msgstr "Lees dit artikel"
|
1090 |
+
|
1091 |
+
#~ msgid "Activate"
|
1092 |
+
#~ msgstr "Activeren"
|
1093 |
+
|
1094 |
+
#~ msgid "Activated"
|
1095 |
+
#~ msgstr "Geactiveerd"
|
1096 |
+
|
1097 |
+
#~ msgid "Product Name"
|
1098 |
+
#~ msgstr "Productnaam"
|
1099 |
+
|
1100 |
+
#~ msgid "Email"
|
1101 |
+
#~ msgstr "E-mail"
|
1102 |
+
|
1103 |
+
#~ msgid "License Key"
|
1104 |
+
#~ msgstr "License Key"
|
1105 |
+
|
1106 |
+
#~ msgid "Expires"
|
1107 |
+
#~ msgstr "Verloopt"
|
1108 |
+
|
1109 |
+
#~ msgid "Remaining"
|
1110 |
+
#~ msgstr "Over"
|
1111 |
+
|
1112 |
+
#~ msgid "Club Subscription"
|
1113 |
+
#~ msgstr "Club Abonnement"
|
1114 |
+
|
1115 |
+
#~ msgid "%1s out of %2s"
|
1116 |
+
#~ msgstr "%1s van de %2s"
|
1117 |
+
|
1118 |
+
#~ msgid "Deactivate"
|
1119 |
+
#~ msgstr "Deactiveer"
|
1120 |
+
|
1121 |
+
#~ msgid "Renew"
|
1122 |
+
#~ msgstr "Vernieuwen"
|
1123 |
+
|
1124 |
+
#~ msgid "Banned"
|
1125 |
+
#~ msgstr "Verbannen"
|
1126 |
+
|
1127 |
+
#~ msgid "Expired"
|
1128 |
+
#~ msgstr "Verlopen"
|
1129 |
+
|
1130 |
+
#~ msgid "Order again"
|
1131 |
+
#~ msgstr "Bestel opniew"
|
1132 |
+
|
1133 |
+
#~ msgid "Renew license"
|
1134 |
+
#~ msgstr "Licentie vernieuwen"
|
1135 |
+
|
1136 |
+
#~ msgid "Select All"
|
1137 |
+
#~ msgstr "Selecteer alles"
|
1138 |
+
|
1139 |
+
#~ msgid "Deselect All"
|
1140 |
+
#~ msgstr "Selectie ongedaan maken"
|
plugin-fw/languages/yith-plugin-fw.pot
CHANGED
@@ -5,7 +5,7 @@ msgid ""
|
|
5 |
msgstr ""
|
6 |
"Project-Id-Version: YITH Plugin Starter 1.0.0 Plugin FW\n"
|
7 |
"Report-Msgid-Bugs-To: Your Inspiration Themes <plugins@yithemes.com>\n"
|
8 |
-
"POT-Creation-Date:
|
9 |
"PO-Revision-Date: 2015-05-05 10:38+0100\n"
|
10 |
"Last-Translator: \n"
|
11 |
"Language-Team: Your Inspiration Themes <info@yithemes.com>\n"
|
@@ -13,7 +13,7 @@ msgstr ""
|
|
13 |
"MIME-Version: 1.0\n"
|
14 |
"Content-Type: text/plain; charset=UTF-8\n"
|
15 |
"Content-Transfer-Encoding: 8bit\n"
|
16 |
-
"X-Generator: Poedit 2.2.
|
17 |
"X-Poedit-KeywordsList: __;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;"
|
18 |
"_nx_noop:1,2,3c;esc_attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;"
|
19 |
"esc_html_x:1,2c;_x;_ex\n"
|
@@ -58,274 +58,290 @@ msgctxt "Privacy Policy Content"
|
|
58 |
msgid "Payments"
|
59 |
msgstr ""
|
60 |
|
61 |
-
#: lib/yit-cpt-unlimited.php:
|
62 |
-
#: lib/yit-cpt-unlimited.php:
|
63 |
#, php-format
|
64 |
msgid "Add %s"
|
65 |
msgstr ""
|
66 |
|
67 |
-
#: lib/yit-cpt-unlimited.php:
|
68 |
#, php-format
|
69 |
msgid "Add New %s"
|
70 |
msgstr ""
|
71 |
|
72 |
-
#: lib/yit-cpt-unlimited.php:
|
73 |
-
#: lib/yit-cpt-unlimited.php:
|
74 |
#, php-format
|
75 |
msgid "Edit %s"
|
76 |
msgstr ""
|
77 |
|
78 |
-
#: lib/yit-cpt-unlimited.php:
|
79 |
#, php-format
|
80 |
msgid "New %s"
|
81 |
msgstr ""
|
82 |
|
83 |
-
#: lib/yit-cpt-unlimited.php:
|
84 |
#, php-format
|
85 |
msgid "All %s"
|
86 |
msgstr ""
|
87 |
|
88 |
-
#: lib/yit-cpt-unlimited.php:
|
89 |
-
#: lib/yit-cpt-unlimited.php:
|
90 |
#, php-format
|
91 |
msgid "View %s"
|
92 |
msgstr ""
|
93 |
|
94 |
-
#: lib/yit-cpt-unlimited.php:
|
95 |
#, php-format
|
96 |
msgid "Search %s"
|
97 |
msgstr ""
|
98 |
|
99 |
-
#: lib/yit-cpt-unlimited.php:
|
100 |
#, php-format
|
101 |
msgid "No %s found"
|
102 |
msgstr ""
|
103 |
|
104 |
-
#: lib/yit-cpt-unlimited.php:
|
105 |
#, php-format
|
106 |
msgid "No %s found in Trash"
|
107 |
msgstr ""
|
108 |
|
109 |
-
#: lib/yit-cpt-unlimited.php:
|
110 |
#, php-format
|
111 |
msgctxt "taxonomy general name"
|
112 |
msgid "%s Categories"
|
113 |
msgstr ""
|
114 |
|
115 |
-
#: lib/yit-cpt-unlimited.php:
|
116 |
msgctxt "taxonomy singular name"
|
117 |
msgid "Category"
|
118 |
msgstr ""
|
119 |
|
120 |
-
#: lib/yit-cpt-unlimited.php:
|
121 |
msgid "Search Categories"
|
122 |
msgstr ""
|
123 |
|
124 |
-
#: lib/yit-cpt-unlimited.php:
|
125 |
msgid "All Categories"
|
126 |
msgstr ""
|
127 |
|
128 |
-
#: lib/yit-cpt-unlimited.php:
|
129 |
msgid "Parent Category"
|
130 |
msgstr ""
|
131 |
|
132 |
-
#: lib/yit-cpt-unlimited.php:
|
133 |
msgid "Parent Category:"
|
134 |
msgstr ""
|
135 |
|
136 |
-
#: lib/yit-cpt-unlimited.php:
|
137 |
msgid "Edit Category"
|
138 |
msgstr ""
|
139 |
|
140 |
-
#: lib/yit-cpt-unlimited.php:
|
141 |
msgid "Update Category"
|
142 |
msgstr ""
|
143 |
|
144 |
-
#: lib/yit-cpt-unlimited.php:
|
145 |
msgid "Add New Category"
|
146 |
msgstr ""
|
147 |
|
148 |
-
#: lib/yit-cpt-unlimited.php:
|
149 |
msgid "New Category Name"
|
150 |
msgstr ""
|
151 |
|
152 |
-
#: lib/yit-cpt-unlimited.php:
|
153 |
msgid "Category"
|
154 |
msgstr ""
|
155 |
|
156 |
-
#: lib/yit-cpt-unlimited.php:
|
157 |
msgid "Categories"
|
158 |
msgstr ""
|
159 |
|
160 |
-
#: lib/yit-cpt-unlimited.php:
|
161 |
#, php-format
|
162 |
msgid "%s Settings"
|
163 |
msgstr ""
|
164 |
|
165 |
-
#: lib/yit-cpt-unlimited.php:
|
166 |
-
#: lib/yit-cpt-unlimited.php:
|
167 |
msgid "Settings"
|
168 |
msgstr ""
|
169 |
|
170 |
-
#: lib/yit-cpt-unlimited.php:
|
171 |
msgid "Type"
|
172 |
msgstr ""
|
173 |
|
174 |
-
#: lib/yit-cpt-unlimited.php:
|
175 |
#, php-format
|
176 |
msgid "Layout for this %s"
|
177 |
msgstr ""
|
178 |
|
179 |
-
#: lib/yit-cpt-unlimited.php:
|
180 |
msgid "Rewrite"
|
181 |
msgstr ""
|
182 |
|
183 |
-
#: lib/yit-cpt-unlimited.php:
|
184 |
msgid ""
|
185 |
"Univocal identification name in the URL for each product (slug from post if empty)"
|
186 |
msgstr ""
|
187 |
|
188 |
-
#: lib/yit-cpt-unlimited.php:
|
189 |
msgid "Label in Singular"
|
190 |
msgstr ""
|
191 |
|
192 |
-
#: lib/yit-cpt-unlimited.php:
|
193 |
msgid "Set a label in singular (title of portfolio if empty)"
|
194 |
msgstr ""
|
195 |
|
196 |
-
#: lib/yit-cpt-unlimited.php:
|
197 |
msgid "Label in Plural"
|
198 |
msgstr ""
|
199 |
|
200 |
-
#: lib/yit-cpt-unlimited.php:
|
201 |
msgid "Set a label in plural (title of portfolio if empty)"
|
202 |
msgstr ""
|
203 |
|
204 |
-
#: lib/yit-cpt-unlimited.php:
|
205 |
msgid "Taxonomy"
|
206 |
msgstr ""
|
207 |
|
208 |
-
#: lib/yit-cpt-unlimited.php:
|
209 |
msgid ""
|
210 |
"If you want to use categories in the portfolio, set a name for taxonomy. Name "
|
211 |
"should be a slug (must not contain capital letters nor spaces) and must not be "
|
212 |
"more than 32 characters long (database structure restriction)."
|
213 |
msgstr ""
|
214 |
|
215 |
-
#: lib/yit-cpt-unlimited.php:
|
216 |
msgid "Taxonomy Rewrite"
|
217 |
msgstr ""
|
218 |
|
219 |
-
#: lib/yit-cpt-unlimited.php:
|
220 |
msgid "Set univocal name for each category page URL."
|
221 |
msgstr ""
|
222 |
|
223 |
-
#: lib/yit-cpt-unlimited.php:
|
224 |
msgid "Single layout"
|
225 |
msgstr ""
|
226 |
|
227 |
-
#: lib/yit-cpt-unlimited.php:
|
228 |
msgid "Layout for single page of this portfolio"
|
229 |
msgstr ""
|
230 |
|
231 |
-
#: lib/yit-cpt-unlimited.php:
|
232 |
msgid "layout settings"
|
233 |
msgstr ""
|
234 |
|
235 |
-
#: lib/yit-cpt-unlimited.php:
|
236 |
msgid "Quick links"
|
237 |
msgstr ""
|
238 |
|
239 |
-
#: lib/yit-cpt-unlimited.php:
|
240 |
#, php-format
|
241 |
msgid "Show frontend of the %s"
|
242 |
msgstr ""
|
243 |
|
244 |
-
#: lib/yit-cpt-unlimited.php:
|
245 |
#: templates/fields/customtabs.php:89
|
246 |
msgid "Name"
|
247 |
msgstr ""
|
248 |
|
249 |
-
#: lib/yit-cpt-unlimited.php:
|
250 |
#, php-format
|
251 |
msgid "Add %s from images"
|
252 |
msgstr ""
|
253 |
|
254 |
-
#: lib/yit-cpt-unlimited.php:
|
255 |
msgid "Upload multiple files"
|
256 |
msgstr ""
|
257 |
|
258 |
-
#: lib/yit-plugin-panel-wc.php:
|
259 |
msgid "The changes you have made will be lost if you leave this page."
|
260 |
msgstr ""
|
261 |
|
262 |
-
#: lib/yit-plugin-panel.php:
|
263 |
msgid "Plugin Settings"
|
264 |
msgstr ""
|
265 |
|
266 |
-
#: lib/yit-plugin-panel.php:
|
267 |
msgid "How to install premium version"
|
268 |
msgstr ""
|
269 |
|
270 |
-
#: lib/yit-plugin-panel.php:
|
271 |
-
#: templates/panel/woocommerce/woocommerce-form.php:
|
272 |
msgid "Save Changes"
|
273 |
msgstr ""
|
274 |
|
275 |
-
#: lib/yit-plugin-panel.php:
|
276 |
-
#: templates/panel/woocommerce/woocommerce-form.php:
|
277 |
msgid "If you continue with this action, you will reset all options in this page."
|
278 |
msgstr ""
|
279 |
|
280 |
-
#: lib/yit-plugin-panel.php:
|
281 |
msgid "Reset to default"
|
282 |
msgstr ""
|
283 |
|
284 |
-
#: lib/yit-plugin-panel.php:
|
285 |
-
#: templates/panel/woocommerce/woocommerce-form.php:
|
286 |
msgid "Are you sure?"
|
287 |
msgstr ""
|
288 |
|
289 |
-
#: lib/yit-plugin-panel.php:
|
290 |
msgid "The element you have entered already exists. Please, enter another name."
|
291 |
msgstr ""
|
292 |
|
293 |
-
#: lib/yit-plugin-panel.php:
|
294 |
msgid "Settings saved"
|
295 |
msgstr ""
|
296 |
|
297 |
-
#: lib/yit-plugin-panel.php:
|
298 |
msgid "Settings reset"
|
299 |
msgstr ""
|
300 |
|
301 |
-
#: lib/yit-plugin-panel.php:
|
302 |
msgid "Element deleted correctly."
|
303 |
msgstr ""
|
304 |
|
305 |
-
#: lib/yit-plugin-panel.php:
|
306 |
msgid "Element updated correctly."
|
307 |
msgstr ""
|
308 |
|
309 |
-
#: lib/yit-plugin-panel.php:
|
310 |
msgid "Database imported correctly."
|
311 |
msgstr ""
|
312 |
|
313 |
-
#: lib/yit-plugin-panel.php:
|
314 |
msgid "An error has occurred during import. Please try again."
|
315 |
msgstr ""
|
316 |
|
317 |
-
#: lib/yit-plugin-panel.php:
|
318 |
msgid "The added file is not valid."
|
319 |
msgstr ""
|
320 |
|
321 |
-
#: lib/yit-plugin-panel.php:
|
322 |
msgid "Sorry, import is disabled."
|
323 |
msgstr ""
|
324 |
|
325 |
-
#: lib/yit-plugin-panel.php:
|
326 |
msgid "Sorting successful."
|
327 |
msgstr ""
|
328 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
329 |
#: lib/yit-pointers.php:70
|
330 |
msgid "Plugins Activated"
|
331 |
msgstr ""
|
@@ -360,120 +376,36 @@ msgid ""
|
|
360 |
"Plugins tab."
|
361 |
msgstr ""
|
362 |
|
363 |
-
#: lib/
|
364 |
-
msgid "
|
365 |
-
msgstr ""
|
366 |
-
|
367 |
-
#: lib/yit-upgrade.php:196
|
368 |
-
msgid "There is a new version of %plugin_name% available."
|
369 |
-
msgstr ""
|
370 |
-
|
371 |
-
#: lib/yit-upgrade.php:197
|
372 |
-
msgid "View version %latest% details."
|
373 |
-
msgstr ""
|
374 |
-
|
375 |
-
#: lib/yit-upgrade.php:198
|
376 |
-
msgid "Automatic update is unavailable for this plugin,"
|
377 |
-
msgstr ""
|
378 |
-
|
379 |
-
#: lib/yit-upgrade.php:199
|
380 |
-
msgid "please <a href=\"%activate_link%\">activate</a> your copy of %plugin_name%."
|
381 |
-
msgstr ""
|
382 |
-
|
383 |
-
#: lib/yit-upgrade.php:200
|
384 |
-
msgid "Update now."
|
385 |
-
msgstr ""
|
386 |
-
|
387 |
-
#: lib/yit-upgrade.php:201
|
388 |
-
msgid ""
|
389 |
-
"<br/><b>Please note:</b> You are using a higher version than the latest available "
|
390 |
-
"one. </em>Please, make sure you've downloaded the latest version of <em>%1$s</em> "
|
391 |
-
"from the only <a href=\"https://yithemes.com\" target=\"_blank\">YITH official "
|
392 |
-
"website</a>, specifically, from your <a href=\"https://yithemes.com/my-account/"
|
393 |
-
"recent-downloads/\" target=\"_blank\">Downloads page</a>. This is the only way to "
|
394 |
-
"be sure the version you are using is 100% malware-free."
|
395 |
-
msgstr ""
|
396 |
-
|
397 |
-
#: lib/yit-upgrade.php:303
|
398 |
-
msgctxt "[Update Plugin Message: License not enabled]"
|
399 |
-
msgid "You have to activate the plugin to benefit from automatic updates."
|
400 |
-
msgstr ""
|
401 |
-
|
402 |
-
#: lib/yit-upgrade.php:325
|
403 |
-
msgid "YITH Repository"
|
404 |
-
msgstr ""
|
405 |
-
|
406 |
-
#: lib/yit-upgrade.php:359
|
407 |
-
msgid "Invalid URL Provided."
|
408 |
-
msgstr ""
|
409 |
-
|
410 |
-
#: lib/yit-upgrade.php:372
|
411 |
-
msgid "Could not create Temporary file."
|
412 |
-
msgstr ""
|
413 |
-
|
414 |
-
#: lib/yit-upgrade.php:547
|
415 |
-
#, php-format
|
416 |
-
msgid ""
|
417 |
-
"There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox yit-"
|
418 |
-
"changelog-button open-plugin-details-modal\" title=\"%3$s\">View version %4$s "
|
419 |
-
"details</a>."
|
420 |
-
msgstr ""
|
421 |
-
|
422 |
-
#: lib/yit-upgrade.php:551
|
423 |
-
#, php-format
|
424 |
-
msgid ""
|
425 |
-
"There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox yit-"
|
426 |
-
"changelog-button open-plugin-details-modal\" title=\"%3$s\">View version %4$s "
|
427 |
-
"details</a>. <em>You have to activate the plugin on a single site of the network "
|
428 |
-
"to benefit from automatic updates.</em>"
|
429 |
msgstr ""
|
430 |
|
431 |
-
#: lib/
|
432 |
-
|
433 |
-
msgid ""
|
434 |
-
"There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox yit-"
|
435 |
-
"changelog-button open-plugin-details-modal\" title=\"%3$s\">View version %4$s "
|
436 |
-
"details</a>. <em>Automatic update is unavailable for this plugin, please <a href="
|
437 |
-
"\"%5$s\" title=\"License activation\">activate</a> your copy of %6s.</em>"
|
438 |
msgstr ""
|
439 |
|
440 |
-
#: lib/
|
441 |
-
|
442 |
-
msgid ""
|
443 |
-
"There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox yit-"
|
444 |
-
"changelog-button open-plugin-details-modal\" title=\"%3$s\">View version %4$s "
|
445 |
-
"details</a> or <a href=\"%5$s\">update now</a>."
|
446 |
msgstr ""
|
447 |
|
448 |
-
#: lib/
|
449 |
-
#, php-format
|
450 |
msgid ""
|
451 |
-
"
|
452 |
-
"one. </em>Please, make sure you've downloaded the latest version of <em>%1$s</em> "
|
453 |
-
"from the only <a href=\"https://yithemes.com\" target=\"_blank\">YITH official "
|
454 |
-
"website</a>, specifically, from your <a href=\"https://yithemes.com/my-account/"
|
455 |
-
"recent-downloads/\" target=\"_blank\">Downloads page</a>. This is the only way to "
|
456 |
-
"be sure the version you are using is 100%% malware-free."
|
457 |
msgstr ""
|
458 |
|
459 |
-
#: lib/
|
460 |
-
|
|
|
461 |
msgstr ""
|
462 |
|
463 |
-
#: lib/
|
464 |
-
|
|
|
465 |
msgstr ""
|
466 |
|
467 |
-
#: lib/
|
468 |
-
|
469 |
-
|
470 |
-
|
471 |
-
#: lib/yith-dashboard.php:40
|
472 |
-
msgid "New YITH products"
|
473 |
-
msgstr ""
|
474 |
-
|
475 |
-
#: lib/yith-dashboard.php:41
|
476 |
-
msgid "News from the YITH Blog"
|
477 |
msgstr ""
|
478 |
|
479 |
#: lib/yith-gutenberg.php:134
|
@@ -481,252 +413,88 @@ msgctxt "[gutenberg]: Category Name"
|
|
481 |
msgid "YITH"
|
482 |
msgstr ""
|
483 |
|
484 |
-
#:
|
485 |
-
|
486 |
-
msgctxt "%s = field name"
|
487 |
-
msgid "Please, insert a valid %s"
|
488 |
msgstr ""
|
489 |
|
490 |
-
#:
|
491 |
-
|
492 |
-
msgid "Please, insert a valid %s and a valid %s"
|
493 |
-
msgstr ""
|
494 |
-
|
495 |
-
#: licence/lib/yit-licence.php:182
|
496 |
-
msgid "Unable to contact the remote server, please try again later. Thanks!"
|
497 |
msgstr ""
|
498 |
|
499 |
-
#:
|
500 |
-
msgid "
|
501 |
msgstr ""
|
502 |
|
503 |
-
#:
|
504 |
-
msgid "
|
505 |
msgstr ""
|
506 |
|
507 |
-
#:
|
508 |
-
msgid "
|
509 |
msgstr ""
|
510 |
|
511 |
-
#:
|
512 |
-
msgid "
|
513 |
msgstr ""
|
514 |
|
515 |
-
#:
|
516 |
-
msgid "
|
517 |
msgstr ""
|
518 |
|
519 |
-
#:
|
520 |
-
msgid "
|
521 |
msgstr ""
|
522 |
|
523 |
-
#:
|
524 |
-
msgid "
|
525 |
msgstr ""
|
526 |
|
527 |
-
#:
|
528 |
-
msgid "
|
529 |
msgstr ""
|
530 |
|
531 |
-
#:
|
532 |
-
msgid "
|
533 |
msgstr ""
|
534 |
|
535 |
-
#:
|
536 |
-
msgid "
|
537 |
msgstr ""
|
538 |
|
539 |
-
#:
|
540 |
-
msgid "
|
541 |
msgstr ""
|
542 |
|
543 |
-
#:
|
544 |
-
msgid "
|
545 |
msgstr ""
|
546 |
|
547 |
-
#:
|
548 |
-
msgid "
|
549 |
-
msgstr ""
|
550 |
-
|
551 |
-
#: licence/lib/yit-licence.php:739
|
552 |
-
msgid "License successfully activated"
|
553 |
-
msgstr ""
|
554 |
-
|
555 |
-
#: licence/lib/yit-licence.php:740
|
556 |
-
msgid "License key deactivated for website"
|
557 |
msgstr ""
|
558 |
|
559 |
-
#:
|
560 |
-
|
561 |
-
#: licence/lib/yit-theme-licence.php:109 licence/lib/yit-theme-licence.php:110
|
562 |
-
msgid "License Activation"
|
563 |
msgstr ""
|
564 |
|
565 |
-
#:
|
566 |
-
msgctxt ""
|
567 |
-
"[Part of]: Warning! You didn't set license key for the following products:[Plugins "
|
568 |
-
"List] which means you're missing out on updates and support. Enter your license "
|
569 |
-
"key, please."
|
570 |
msgid "Warning!"
|
571 |
msgstr ""
|
572 |
|
573 |
-
#:
|
574 |
-
msgctxt ""
|
575 |
-
"[Part of]: Warning! You didn't set license key for the following products:[Plugins "
|
576 |
-
"List] which means you're missing out on updates and support. Enter your license "
|
577 |
-
"key, please."
|
578 |
-
msgid "You didn't set license key for the following products"
|
579 |
-
msgstr ""
|
580 |
-
|
581 |
-
#: licence/lib/yit-plugin-licence.php:145
|
582 |
-
msgctxt ""
|
583 |
-
"[Part of]: Warning! You didn't set license key for the following products:[Plugins "
|
584 |
-
"List] which means you're missing out on updates and support. Enter your license "
|
585 |
-
"key, please."
|
586 |
-
msgid "which means you're missing out on updates and support"
|
587 |
-
msgstr ""
|
588 |
-
|
589 |
-
#: licence/lib/yit-plugin-licence.php:147
|
590 |
-
msgctxt ""
|
591 |
-
"[Part of]: Warning! You didn't set license key for the following products:[Plugins "
|
592 |
-
"List] which means you're missing out on updates and support. Enter your license "
|
593 |
-
"key, please."
|
594 |
-
msgid "Enter your license key"
|
595 |
-
msgstr ""
|
596 |
-
|
597 |
-
#: licence/lib/yit-plugin-licence.php:148
|
598 |
-
msgctxt ""
|
599 |
-
"[Part of]: Warning! You didn't set license key for the following products:[Plugins "
|
600 |
-
"List] which means you're missing out on updates and support. Enter your license "
|
601 |
-
"key, please."
|
602 |
-
msgid "please"
|
603 |
-
msgstr ""
|
604 |
-
|
605 |
-
#: licence/lib/yit-theme-licence.php:117 licence/lib/yit-theme-licence.php:118
|
606 |
#, php-format
|
607 |
-
msgid "%s"
|
608 |
-
msgstr ""
|
609 |
-
|
610 |
-
#: licence/lib/yit-theme-licence.php:159
|
611 |
msgid ""
|
612 |
-
"
|
613 |
-
"
|
614 |
msgstr ""
|
615 |
|
616 |
-
#:
|
617 |
-
msgid ""
|
618 |
-
"If you have purchased one of our products before 27 January 2015, you can benefit "
|
619 |
-
"from support and updates (the services offered with the license)\n"
|
620 |
-
" until 27 January 2016 and you do not have to purchase it again "
|
621 |
-
"to get a new license key, because, before this date, your license used to be "
|
622 |
-
"activated automatically by our system.\n"
|
623 |
-
" After 27 January 2016, instead, if you want to benefit from "
|
624 |
-
"support and updates you have to buy a new license and activate it through the "
|
625 |
-
"license key you will be\n"
|
626 |
-
" provided with and that you can find in your YITH account, in "
|
627 |
-
"section \"My licenses\"."
|
628 |
-
msgstr ""
|
629 |
-
|
630 |
-
#: licence/templates/panel/activation/activation-panel.php:24
|
631 |
-
msgid "YITH License Activation"
|
632 |
-
msgstr ""
|
633 |
-
|
634 |
-
#: licence/templates/panel/activation/activation-panel.php:27
|
635 |
-
msgid "License expiry date"
|
636 |
-
msgstr ""
|
637 |
-
|
638 |
-
#: licence/templates/panel/activation/activation-panel.php:30
|
639 |
-
msgid ""
|
640 |
-
"If you have renewed your product license key and the expiry date does not appear "
|
641 |
-
"up-to-date, please, click on the button <em>Check Expiry Date</em> below and it "
|
642 |
-
"will update."
|
643 |
-
msgstr ""
|
644 |
-
|
645 |
-
#: licence/templates/panel/activation/activation-panel.php:33
|
646 |
-
msgid "Check expiry date"
|
647 |
-
msgstr ""
|
648 |
-
|
649 |
-
#: licence/templates/panel/activation/activation-panel.php:47
|
650 |
-
msgid "Product to activate"
|
651 |
-
msgid_plural "Products to activate"
|
652 |
-
msgstr[0] ""
|
653 |
-
msgstr[1] ""
|
654 |
-
|
655 |
-
#: licence/templates/panel/activation/activation-panel.php:50
|
656 |
-
msgid "Are you having issues with the license activation?"
|
657 |
-
msgstr ""
|
658 |
-
|
659 |
-
#: licence/templates/panel/activation/activation-panel.php:50
|
660 |
-
msgid "Read this article"
|
661 |
-
msgstr ""
|
662 |
-
|
663 |
-
#: licence/templates/panel/activation/activation-panel.php:70
|
664 |
-
msgid "Activate"
|
665 |
-
msgstr ""
|
666 |
-
|
667 |
-
#: licence/templates/panel/activation/activation-panel.php:89
|
668 |
-
msgid "Activated"
|
669 |
-
msgstr ""
|
670 |
-
|
671 |
-
#: licence/templates/panel/activation/activation-panel.php:95
|
672 |
-
#: licence/templates/panel/activation/activation-panel.php:173
|
673 |
-
#: licence/templates/panel/activation/activation-panel.php:203
|
674 |
-
msgid "Product Name"
|
675 |
-
msgstr ""
|
676 |
-
|
677 |
-
#: licence/templates/panel/activation/activation-panel.php:97
|
678 |
-
#: licence/templates/panel/activation/activation-panel.php:175
|
679 |
-
#: licence/templates/panel/activation/activation-panel.php:206
|
680 |
-
msgid "Email"
|
681 |
-
msgstr ""
|
682 |
-
|
683 |
-
#: licence/templates/panel/activation/activation-panel.php:98
|
684 |
-
#: licence/templates/panel/activation/activation-panel.php:176
|
685 |
-
#: licence/templates/panel/activation/activation-panel.php:207
|
686 |
-
msgid "License Key"
|
687 |
msgstr ""
|
688 |
|
689 |
-
#:
|
690 |
-
#: licence/templates/panel/activation/activation-panel.php:210
|
691 |
-
msgid "Expires"
|
692 |
-
msgstr ""
|
693 |
-
|
694 |
-
#: licence/templates/panel/activation/activation-panel.php:104
|
695 |
-
msgid "Remaining"
|
696 |
-
msgstr ""
|
697 |
-
|
698 |
-
#: licence/templates/panel/activation/activation-panel.php:106
|
699 |
-
msgid "Club Subscription"
|
700 |
-
msgstr ""
|
701 |
-
|
702 |
-
#: licence/templates/panel/activation/activation-panel.php:135
|
703 |
#, php-format
|
704 |
-
msgid "%
|
705 |
-
msgstr ""
|
706 |
-
|
707 |
-
#: licence/templates/panel/activation/activation-panel.php:151
|
708 |
-
msgid "Deactivate"
|
709 |
-
msgstr ""
|
710 |
-
|
711 |
-
#: licence/templates/panel/activation/activation-panel.php:156
|
712 |
-
#: licence/templates/panel/activation/activation-panel.php:213
|
713 |
-
msgid "Renew"
|
714 |
-
msgstr ""
|
715 |
-
|
716 |
-
#: licence/templates/panel/activation/activation-panel.php:169
|
717 |
-
msgid "Banned"
|
718 |
-
msgstr ""
|
719 |
-
|
720 |
-
#: licence/templates/panel/activation/activation-panel.php:199
|
721 |
-
msgid "Expired"
|
722 |
-
msgstr ""
|
723 |
-
|
724 |
-
#: licence/templates/panel/activation/activation-panel.php:235
|
725 |
-
msgid "Order again"
|
726 |
-
msgstr ""
|
727 |
-
|
728 |
-
#: licence/templates/panel/activation/activation-panel.php:237
|
729 |
-
msgid "Renew license"
|
730 |
msgstr ""
|
731 |
|
732 |
#: templates/fields/ajax-posts.php:57
|
@@ -765,6 +533,10 @@ msgstr ""
|
|
765 |
msgid "Do you want to remove the custom tab?"
|
766 |
msgstr ""
|
767 |
|
|
|
|
|
|
|
|
|
768 |
#: templates/fields/icons.php:58
|
769 |
msgid "Set Default"
|
770 |
msgstr ""
|
@@ -789,12 +561,22 @@ msgstr ""
|
|
789 |
msgid "Delete"
|
790 |
msgstr ""
|
791 |
|
792 |
-
#: templates/fields/
|
793 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
794 |
msgstr ""
|
795 |
|
796 |
-
#: templates/fields/select-buttons.php:
|
797 |
-
msgid "
|
|
|
|
|
|
|
|
|
798 |
msgstr ""
|
799 |
|
800 |
#: templates/fields/sidebars.php:22
|
@@ -821,12 +603,12 @@ msgstr ""
|
|
821 |
msgid "Right Sidebar"
|
822 |
msgstr ""
|
823 |
|
824 |
-
#: templates/fields/upload.php:
|
825 |
#: templates/panel/woocommerce/woocommerce-upload.php:40
|
826 |
msgid "Upload"
|
827 |
msgstr ""
|
828 |
|
829 |
-
#: templates/fields/upload.php:
|
830 |
msgid "Reset"
|
831 |
msgstr ""
|
832 |
|
@@ -844,10 +626,106 @@ msgstr ""
|
|
844 |
msgid "(Default: <i %s></i> )"
|
845 |
msgstr ""
|
846 |
|
847 |
-
#: templates/panel/woocommerce/woocommerce-form.php:
|
848 |
msgid "Reset Defaults"
|
849 |
msgstr ""
|
850 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
851 |
#: yit-plugin.php:83
|
852 |
msgctxt "Plugin Row Meta"
|
853 |
msgid "Live Demo"
|
@@ -868,11 +746,11 @@ msgctxt "Plugin Row Meta"
|
|
868 |
msgid "Premium version"
|
869 |
msgstr ""
|
870 |
|
871 |
-
#: yit-plugin.php:
|
872 |
msgctxt "Action links"
|
873 |
msgid "Settings"
|
874 |
msgstr ""
|
875 |
|
876 |
-
#: yit-plugin.php:
|
877 |
msgid "License"
|
878 |
msgstr ""
|
5 |
msgstr ""
|
6 |
"Project-Id-Version: YITH Plugin Starter 1.0.0 Plugin FW\n"
|
7 |
"Report-Msgid-Bugs-To: Your Inspiration Themes <plugins@yithemes.com>\n"
|
8 |
+
"POT-Creation-Date: 2020-01-10 13:40+0100\n"
|
9 |
"PO-Revision-Date: 2015-05-05 10:38+0100\n"
|
10 |
"Last-Translator: \n"
|
11 |
"Language-Team: Your Inspiration Themes <info@yithemes.com>\n"
|
13 |
"MIME-Version: 1.0\n"
|
14 |
"Content-Type: text/plain; charset=UTF-8\n"
|
15 |
"Content-Transfer-Encoding: 8bit\n"
|
16 |
+
"X-Generator: Poedit 2.2.3\n"
|
17 |
"X-Poedit-KeywordsList: __;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;"
|
18 |
"_nx_noop:1,2,3c;esc_attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;"
|
19 |
"esc_html_x:1,2c;_x;_ex\n"
|
58 |
msgid "Payments"
|
59 |
msgstr ""
|
60 |
|
61 |
+
#: lib/yit-cpt-unlimited.php:462 lib/yit-cpt-unlimited.php:576
|
62 |
+
#: lib/yit-cpt-unlimited.php:721 lib/yit-cpt-unlimited.php:1636
|
63 |
#, php-format
|
64 |
msgid "Add %s"
|
65 |
msgstr ""
|
66 |
|
67 |
+
#: lib/yit-cpt-unlimited.php:463 lib/yit-cpt-unlimited.php:577
|
68 |
#, php-format
|
69 |
msgid "Add New %s"
|
70 |
msgstr ""
|
71 |
|
72 |
+
#: lib/yit-cpt-unlimited.php:464 lib/yit-cpt-unlimited.php:578
|
73 |
+
#: lib/yit-cpt-unlimited.php:1269 lib/yit-cpt-unlimited.php:1306
|
74 |
#, php-format
|
75 |
msgid "Edit %s"
|
76 |
msgstr ""
|
77 |
|
78 |
+
#: lib/yit-cpt-unlimited.php:465 lib/yit-cpt-unlimited.php:579
|
79 |
#, php-format
|
80 |
msgid "New %s"
|
81 |
msgstr ""
|
82 |
|
83 |
+
#: lib/yit-cpt-unlimited.php:466 lib/yit-cpt-unlimited.php:580
|
84 |
#, php-format
|
85 |
msgid "All %s"
|
86 |
msgstr ""
|
87 |
|
88 |
+
#: lib/yit-cpt-unlimited.php:467 lib/yit-cpt-unlimited.php:581
|
89 |
+
#: lib/yit-cpt-unlimited.php:1253 lib/yit-cpt-unlimited.php:1307
|
90 |
#, php-format
|
91 |
msgid "View %s"
|
92 |
msgstr ""
|
93 |
|
94 |
+
#: lib/yit-cpt-unlimited.php:468 lib/yit-cpt-unlimited.php:582
|
95 |
#, php-format
|
96 |
msgid "Search %s"
|
97 |
msgstr ""
|
98 |
|
99 |
+
#: lib/yit-cpt-unlimited.php:469 lib/yit-cpt-unlimited.php:583
|
100 |
#, php-format
|
101 |
msgid "No %s found"
|
102 |
msgstr ""
|
103 |
|
104 |
+
#: lib/yit-cpt-unlimited.php:470 lib/yit-cpt-unlimited.php:584
|
105 |
#, php-format
|
106 |
msgid "No %s found in Trash"
|
107 |
msgstr ""
|
108 |
|
109 |
+
#: lib/yit-cpt-unlimited.php:627
|
110 |
#, php-format
|
111 |
msgctxt "taxonomy general name"
|
112 |
msgid "%s Categories"
|
113 |
msgstr ""
|
114 |
|
115 |
+
#: lib/yit-cpt-unlimited.php:628
|
116 |
msgctxt "taxonomy singular name"
|
117 |
msgid "Category"
|
118 |
msgstr ""
|
119 |
|
120 |
+
#: lib/yit-cpt-unlimited.php:629 templates/fields/ajax-terms.php:56
|
121 |
msgid "Search Categories"
|
122 |
msgstr ""
|
123 |
|
124 |
+
#: lib/yit-cpt-unlimited.php:630
|
125 |
msgid "All Categories"
|
126 |
msgstr ""
|
127 |
|
128 |
+
#: lib/yit-cpt-unlimited.php:631
|
129 |
msgid "Parent Category"
|
130 |
msgstr ""
|
131 |
|
132 |
+
#: lib/yit-cpt-unlimited.php:632
|
133 |
msgid "Parent Category:"
|
134 |
msgstr ""
|
135 |
|
136 |
+
#: lib/yit-cpt-unlimited.php:633
|
137 |
msgid "Edit Category"
|
138 |
msgstr ""
|
139 |
|
140 |
+
#: lib/yit-cpt-unlimited.php:634
|
141 |
msgid "Update Category"
|
142 |
msgstr ""
|
143 |
|
144 |
+
#: lib/yit-cpt-unlimited.php:635
|
145 |
msgid "Add New Category"
|
146 |
msgstr ""
|
147 |
|
148 |
+
#: lib/yit-cpt-unlimited.php:636
|
149 |
msgid "New Category Name"
|
150 |
msgstr ""
|
151 |
|
152 |
+
#: lib/yit-cpt-unlimited.php:637
|
153 |
msgid "Category"
|
154 |
msgstr ""
|
155 |
|
156 |
+
#: lib/yit-cpt-unlimited.php:726
|
157 |
msgid "Categories"
|
158 |
msgstr ""
|
159 |
|
160 |
+
#: lib/yit-cpt-unlimited.php:1044
|
161 |
#, php-format
|
162 |
msgid "%s Settings"
|
163 |
msgstr ""
|
164 |
|
165 |
+
#: lib/yit-cpt-unlimited.php:1050 lib/yit-cpt-unlimited.php:1198
|
166 |
+
#: lib/yit-cpt-unlimited.php:1204 lib/yit-plugin-panel.php:80
|
167 |
msgid "Settings"
|
168 |
msgstr ""
|
169 |
|
170 |
+
#: lib/yit-cpt-unlimited.php:1053
|
171 |
msgid "Type"
|
172 |
msgstr ""
|
173 |
|
174 |
+
#: lib/yit-cpt-unlimited.php:1054
|
175 |
#, php-format
|
176 |
msgid "Layout for this %s"
|
177 |
msgstr ""
|
178 |
|
179 |
+
#: lib/yit-cpt-unlimited.php:1060
|
180 |
msgid "Rewrite"
|
181 |
msgstr ""
|
182 |
|
183 |
+
#: lib/yit-cpt-unlimited.php:1061
|
184 |
msgid ""
|
185 |
"Univocal identification name in the URL for each product (slug from post if empty)"
|
186 |
msgstr ""
|
187 |
|
188 |
+
#: lib/yit-cpt-unlimited.php:1066
|
189 |
msgid "Label in Singular"
|
190 |
msgstr ""
|
191 |
|
192 |
+
#: lib/yit-cpt-unlimited.php:1067
|
193 |
msgid "Set a label in singular (title of portfolio if empty)"
|
194 |
msgstr ""
|
195 |
|
196 |
+
#: lib/yit-cpt-unlimited.php:1072
|
197 |
msgid "Label in Plural"
|
198 |
msgstr ""
|
199 |
|
200 |
+
#: lib/yit-cpt-unlimited.php:1073
|
201 |
msgid "Set a label in plural (title of portfolio if empty)"
|
202 |
msgstr ""
|
203 |
|
204 |
+
#: lib/yit-cpt-unlimited.php:1078
|
205 |
msgid "Taxonomy"
|
206 |
msgstr ""
|
207 |
|
208 |
+
#: lib/yit-cpt-unlimited.php:1079
|
209 |
msgid ""
|
210 |
"If you want to use categories in the portfolio, set a name for taxonomy. Name "
|
211 |
"should be a slug (must not contain capital letters nor spaces) and must not be "
|
212 |
"more than 32 characters long (database structure restriction)."
|
213 |
msgstr ""
|
214 |
|
215 |
+
#: lib/yit-cpt-unlimited.php:1084
|
216 |
msgid "Taxonomy Rewrite"
|
217 |
msgstr ""
|
218 |
|
219 |
+
#: lib/yit-cpt-unlimited.php:1085
|
220 |
msgid "Set univocal name for each category page URL."
|
221 |
msgstr ""
|
222 |
|
223 |
+
#: lib/yit-cpt-unlimited.php:1090
|
224 |
msgid "Single layout"
|
225 |
msgstr ""
|
226 |
|
227 |
+
#: lib/yit-cpt-unlimited.php:1091
|
228 |
msgid "Layout for single page of this portfolio"
|
229 |
msgstr ""
|
230 |
|
231 |
+
#: lib/yit-cpt-unlimited.php:1132
|
232 |
msgid "layout settings"
|
233 |
msgstr ""
|
234 |
|
235 |
+
#: lib/yit-cpt-unlimited.php:1224 lib/yit-cpt-unlimited.php:1237
|
236 |
msgid "Quick links"
|
237 |
msgstr ""
|
238 |
|
239 |
+
#: lib/yit-cpt-unlimited.php:1477
|
240 |
#, php-format
|
241 |
msgid "Show frontend of the %s"
|
242 |
msgstr ""
|
243 |
|
244 |
+
#: lib/yit-cpt-unlimited.php:1484 templates/fields/customtabs.php:46
|
245 |
#: templates/fields/customtabs.php:89
|
246 |
msgid "Name"
|
247 |
msgstr ""
|
248 |
|
249 |
+
#: lib/yit-cpt-unlimited.php:1635
|
250 |
#, php-format
|
251 |
msgid "Add %s from images"
|
252 |
msgstr ""
|
253 |
|
254 |
+
#: lib/yit-cpt-unlimited.php:1638
|
255 |
msgid "Upload multiple files"
|
256 |
msgstr ""
|
257 |
|
258 |
+
#: lib/yit-plugin-panel-wc.php:397
|
259 |
msgid "The changes you have made will be lost if you leave this page."
|
260 |
msgstr ""
|
261 |
|
262 |
+
#: lib/yit-plugin-panel.php:79
|
263 |
msgid "Plugin Settings"
|
264 |
msgstr ""
|
265 |
|
266 |
+
#: lib/yit-plugin-panel.php:424 lib/yit-plugin-panel.php:427
|
267 |
msgid "How to install premium version"
|
268 |
msgstr ""
|
269 |
|
270 |
+
#: lib/yit-plugin-panel.php:571 lib/yit-plugin-subpanel.php:151
|
271 |
+
#: templates/panel/woocommerce/woocommerce-form.php:14
|
272 |
msgid "Save Changes"
|
273 |
msgstr ""
|
274 |
|
275 |
+
#: lib/yit-plugin-panel.php:574 lib/yit-plugin-subpanel.php:154
|
276 |
+
#: templates/panel/woocommerce/woocommerce-form.php:17
|
277 |
msgid "If you continue with this action, you will reset all options in this page."
|
278 |
msgstr ""
|
279 |
|
280 |
+
#: lib/yit-plugin-panel.php:576 lib/yit-plugin-subpanel.php:156
|
281 |
msgid "Reset to default"
|
282 |
msgstr ""
|
283 |
|
284 |
+
#: lib/yit-plugin-panel.php:577 lib/yit-plugin-subpanel.php:157
|
285 |
+
#: templates/panel/woocommerce/woocommerce-form.php:21
|
286 |
msgid "Are you sure?"
|
287 |
msgstr ""
|
288 |
|
289 |
+
#: lib/yit-plugin-panel.php:775
|
290 |
msgid "The element you have entered already exists. Please, enter another name."
|
291 |
msgstr ""
|
292 |
|
293 |
+
#: lib/yit-plugin-panel.php:776
|
294 |
msgid "Settings saved"
|
295 |
msgstr ""
|
296 |
|
297 |
+
#: lib/yit-plugin-panel.php:777
|
298 |
msgid "Settings reset"
|
299 |
msgstr ""
|
300 |
|
301 |
+
#: lib/yit-plugin-panel.php:778
|
302 |
msgid "Element deleted correctly."
|
303 |
msgstr ""
|
304 |
|
305 |
+
#: lib/yit-plugin-panel.php:779 lib/yit-plugin-panel.php:780
|
306 |
msgid "Element updated correctly."
|
307 |
msgstr ""
|
308 |
|
309 |
+
#: lib/yit-plugin-panel.php:781
|
310 |
msgid "Database imported correctly."
|
311 |
msgstr ""
|
312 |
|
313 |
+
#: lib/yit-plugin-panel.php:782
|
314 |
msgid "An error has occurred during import. Please try again."
|
315 |
msgstr ""
|
316 |
|
317 |
+
#: lib/yit-plugin-panel.php:783
|
318 |
msgid "The added file is not valid."
|
319 |
msgstr ""
|
320 |
|
321 |
+
#: lib/yit-plugin-panel.php:784
|
322 |
msgid "Sorry, import is disabled."
|
323 |
msgstr ""
|
324 |
|
325 |
+
#: lib/yit-plugin-panel.php:785
|
326 |
msgid "Sorting successful."
|
327 |
msgstr ""
|
328 |
|
329 |
+
#: lib/yit-plugin-panel.php:1233
|
330 |
+
msgid "We need your support"
|
331 |
+
msgstr ""
|
332 |
+
|
333 |
+
#: lib/yit-plugin-panel.php:1234
|
334 |
+
msgid "to keep updating and improving the plugin. Please,"
|
335 |
+
msgstr ""
|
336 |
+
|
337 |
+
#: lib/yit-plugin-panel.php:1236
|
338 |
+
msgid "help us by leaving a five-star rating"
|
339 |
+
msgstr ""
|
340 |
+
|
341 |
+
#: lib/yit-plugin-panel.php:1237
|
342 |
+
msgid ":) Thanks!"
|
343 |
+
msgstr ""
|
344 |
+
|
345 |
#: lib/yit-pointers.php:70
|
346 |
msgid "Plugins Activated"
|
347 |
msgstr ""
|
376 |
"Plugins tab."
|
377 |
msgstr ""
|
378 |
|
379 |
+
#: lib/yith-dashboard.php:40
|
380 |
+
msgid "YITH Latest Updates"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
381 |
msgstr ""
|
382 |
|
383 |
+
#: lib/yith-dashboard.php:41
|
384 |
+
msgid "Latest news from YITH Blog"
|
|
|
|
|
|
|
|
|
|
|
385 |
msgstr ""
|
386 |
|
387 |
+
#: lib/yith-dashboard.php:65
|
388 |
+
msgid "RSS Error:"
|
|
|
|
|
|
|
|
|
389 |
msgstr ""
|
390 |
|
391 |
+
#: lib/yith-dashboard.php:71
|
|
|
392 |
msgid ""
|
393 |
+
"An error has occurred, which probably means the feed is down. Try again later."
|
|
|
|
|
|
|
|
|
|
|
394 |
msgstr ""
|
395 |
|
396 |
+
#: lib/yith-dashboard.php:99
|
397 |
+
msgctxt "Plugin FW"
|
398 |
+
msgid "View Changelog"
|
399 |
msgstr ""
|
400 |
|
401 |
+
#: lib/yith-dashboard.php:100
|
402 |
+
msgctxt "Plugin FW"
|
403 |
+
msgid "Latest update released on"
|
404 |
msgstr ""
|
405 |
|
406 |
+
#: lib/yith-dashboard.php:143
|
407 |
+
msgctxt "Button label"
|
408 |
+
msgid "Close"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
409 |
msgstr ""
|
410 |
|
411 |
#: lib/yith-gutenberg.php:134
|
413 |
msgid "YITH"
|
414 |
msgstr ""
|
415 |
|
416 |
+
#: lib/yith-system-status.php:97 lib/yith-system-status.php:98
|
417 |
+
msgid "System Status"
|
|
|
|
|
418 |
msgstr ""
|
419 |
|
420 |
+
#: lib/yith-system-status.php:104
|
421 |
+
msgid "WordPress Version"
|
|
|
|
|
|
|
|
|
|
|
422 |
msgstr ""
|
423 |
|
424 |
+
#: lib/yith-system-status.php:105
|
425 |
+
msgid "WooCommerce Version"
|
426 |
msgstr ""
|
427 |
|
428 |
+
#: lib/yith-system-status.php:106
|
429 |
+
msgid "Available Memory"
|
430 |
msgstr ""
|
431 |
|
432 |
+
#: lib/yith-system-status.php:107
|
433 |
+
msgid "PHP Version"
|
434 |
msgstr ""
|
435 |
|
436 |
+
#: lib/yith-system-status.php:108
|
437 |
+
msgid "TLS Version"
|
438 |
msgstr ""
|
439 |
|
440 |
+
#: lib/yith-system-status.php:109
|
441 |
+
msgid "WordPress Cron"
|
442 |
msgstr ""
|
443 |
|
444 |
+
#: lib/yith-system-status.php:110
|
445 |
+
msgid "SimpleXML"
|
446 |
msgstr ""
|
447 |
|
448 |
+
#: lib/yith-system-status.php:111
|
449 |
+
msgid "MultiByte String"
|
450 |
msgstr ""
|
451 |
|
452 |
+
#: lib/yith-system-status.php:112
|
453 |
+
msgid "ImageMagick Version"
|
454 |
msgstr ""
|
455 |
|
456 |
+
#: lib/yith-system-status.php:113
|
457 |
+
msgid "GD Library"
|
458 |
msgstr ""
|
459 |
|
460 |
+
#: lib/yith-system-status.php:114
|
461 |
+
msgid "Iconv Module"
|
462 |
msgstr ""
|
463 |
|
464 |
+
#: lib/yith-system-status.php:115
|
465 |
+
msgid "OPCache Save Comments"
|
466 |
msgstr ""
|
467 |
|
468 |
+
#: lib/yith-system-status.php:116
|
469 |
+
msgid "URL FOpen"
|
470 |
msgstr ""
|
471 |
|
472 |
+
#: lib/yith-system-status.php:173
|
473 |
+
msgid "YITH Plugins"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
474 |
msgstr ""
|
475 |
|
476 |
+
#: lib/yith-system-status.php:174
|
477 |
+
msgid "WooCommerce"
|
|
|
|
|
478 |
msgstr ""
|
479 |
|
480 |
+
#: lib/yith-system-status.php:291
|
|
|
|
|
|
|
|
|
481 |
msgid "Warning!"
|
482 |
msgstr ""
|
483 |
|
484 |
+
#: lib/yith-system-status.php:292
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
485 |
#, php-format
|
|
|
|
|
|
|
|
|
486 |
msgid ""
|
487 |
+
"The system check has detected some compatibility issues on your installation. "
|
488 |
+
"%sClick here%s to know more"
|
489 |
msgstr ""
|
490 |
|
491 |
+
#: templates/fields/ajax-customers.php:57
|
492 |
+
msgid "Search Customers"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
493 |
msgstr ""
|
494 |
|
495 |
+
#: templates/fields/ajax-customers.php:83 templates/fields/ajax-customers.php:93
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
496 |
#, php-format
|
497 |
+
msgid "%1$s (#%2$s – %3$s)"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
498 |
msgstr ""
|
499 |
|
500 |
#: templates/fields/ajax-posts.php:57
|
533 |
msgid "Do you want to remove the custom tab?"
|
534 |
msgstr ""
|
535 |
|
536 |
+
#: templates/fields/date-format.php:50
|
537 |
+
msgid "Custom:"
|
538 |
+
msgstr ""
|
539 |
+
|
540 |
#: templates/fields/icons.php:58
|
541 |
msgid "Set Default"
|
542 |
msgstr ""
|
561 |
msgid "Delete"
|
562 |
msgstr ""
|
563 |
|
564 |
+
#: templates/fields/onoff.php:24
|
565 |
+
msgctxt "ON/OFF button: use MAX 3 characters!"
|
566 |
+
msgid "ON"
|
567 |
+
msgstr ""
|
568 |
+
|
569 |
+
#: templates/fields/onoff.php:25
|
570 |
+
msgctxt "ON/OFF button: use MAX 3 characters!"
|
571 |
+
msgid "OFF"
|
572 |
msgstr ""
|
573 |
|
574 |
+
#: templates/fields/select-buttons.php:21
|
575 |
+
msgid "Add All"
|
576 |
+
msgstr ""
|
577 |
+
|
578 |
+
#: templates/fields/select-buttons.php:34
|
579 |
+
msgid "Remove All"
|
580 |
msgstr ""
|
581 |
|
582 |
#: templates/fields/sidebars.php:22
|
603 |
msgid "Right Sidebar"
|
604 |
msgstr ""
|
605 |
|
606 |
+
#: templates/fields/upload.php:27 templates/metaboxes/types/icon-list.php:70
|
607 |
#: templates/panel/woocommerce/woocommerce-upload.php:40
|
608 |
msgid "Upload"
|
609 |
msgstr ""
|
610 |
|
611 |
+
#: templates/fields/upload.php:29
|
612 |
msgid "Reset"
|
613 |
msgstr ""
|
614 |
|
626 |
msgid "(Default: <i %s></i> )"
|
627 |
msgstr ""
|
628 |
|
629 |
+
#: templates/panel/woocommerce/woocommerce-form.php:20
|
630 |
msgid "Reset Defaults"
|
631 |
msgstr ""
|
632 |
|
633 |
+
#: templates/sysinfo/system-information-panel.php:30
|
634 |
+
msgid "YITH System Information"
|
635 |
+
msgstr ""
|
636 |
+
|
637 |
+
#: templates/sysinfo/system-information-panel.php:38
|
638 |
+
msgid "Site URL"
|
639 |
+
msgstr ""
|
640 |
+
|
641 |
+
#: templates/sysinfo/system-information-panel.php:46
|
642 |
+
msgid "Output IP Address"
|
643 |
+
msgstr ""
|
644 |
+
|
645 |
+
#: templates/sysinfo/system-information-panel.php:76
|
646 |
+
msgid "Enabled"
|
647 |
+
msgstr ""
|
648 |
+
|
649 |
+
#: templates/sysinfo/system-information-panel.php:76
|
650 |
+
msgid "Disabled"
|
651 |
+
msgstr ""
|
652 |
+
|
653 |
+
#: templates/sysinfo/system-information-panel.php:82
|
654 |
+
msgid "N/A"
|
655 |
+
msgstr ""
|
656 |
+
|
657 |
+
#: templates/sysinfo/system-information-panel.php:96
|
658 |
+
#, php-format
|
659 |
+
msgid "%s needs %s enabled"
|
660 |
+
msgstr ""
|
661 |
+
|
662 |
+
#: templates/sysinfo/system-information-panel.php:98
|
663 |
+
#, php-format
|
664 |
+
msgid "%s needs at least %s of available memory"
|
665 |
+
msgstr ""
|
666 |
+
|
667 |
+
#: templates/sysinfo/system-information-panel.php:100
|
668 |
+
#: templates/sysinfo/system-information-panel.php:149
|
669 |
+
#, php-format
|
670 |
+
msgid ""
|
671 |
+
"For optimal functioning of our plugins, we suggest setting at least %s of "
|
672 |
+
"available memory"
|
673 |
+
msgstr ""
|
674 |
+
|
675 |
+
#: templates/sysinfo/system-information-panel.php:102
|
676 |
+
#: templates/sysinfo/system-information-panel.php:137
|
677 |
+
#: templates/sysinfo/system-information-panel.php:151
|
678 |
+
#, php-format
|
679 |
+
msgid "Read more %s here%s or contact your hosting company in order to increase it."
|
680 |
+
msgstr ""
|
681 |
+
|
682 |
+
#: templates/sysinfo/system-information-panel.php:105
|
683 |
+
#, php-format
|
684 |
+
msgid "%s needs at least %s version"
|
685 |
+
msgstr ""
|
686 |
+
|
687 |
+
#: templates/sysinfo/system-information-panel.php:116
|
688 |
+
msgid ""
|
689 |
+
"Update it to the latest version in order to benefit of all new features and "
|
690 |
+
"security updates."
|
691 |
+
msgstr ""
|
692 |
+
|
693 |
+
#: templates/sysinfo/system-information-panel.php:122
|
694 |
+
msgid "Contact your hosting company in order to update it."
|
695 |
+
msgstr ""
|
696 |
+
|
697 |
+
#: templates/sysinfo/system-information-panel.php:126
|
698 |
+
#, php-format
|
699 |
+
msgid "Remove %s from %s file"
|
700 |
+
msgstr ""
|
701 |
+
|
702 |
+
#: templates/sysinfo/system-information-panel.php:134
|
703 |
+
msgid "Contact your hosting company in order to enable it."
|
704 |
+
msgstr ""
|
705 |
+
|
706 |
+
#: templates/sysinfo/system-information-panel.php:157
|
707 |
+
msgid ""
|
708 |
+
"We cannot determine which <b>TLS</b> version is installed because <b>cURL</b> "
|
709 |
+
"module is disabled. Ask your hosting company to enable it."
|
710 |
+
msgstr ""
|
711 |
+
|
712 |
+
#: templates/sysinfo/system-information-panel.php:160
|
713 |
+
msgid ""
|
714 |
+
"<b>ImageMagick</b> module is not installed. Ask your hosting company to install it."
|
715 |
+
msgstr ""
|
716 |
+
|
717 |
+
#: templates/sysinfo/system-information-panel.php:172
|
718 |
+
msgid "Show full PHPInfo"
|
719 |
+
msgstr ""
|
720 |
+
|
721 |
+
#: templates/sysinfo/system-information-panel.php:176
|
722 |
+
msgid "Back to System panel"
|
723 |
+
msgstr ""
|
724 |
+
|
725 |
+
#: templates/sysinfo/system-information-panel.php:193
|
726 |
+
msgid "Back to top"
|
727 |
+
msgstr ""
|
728 |
+
|
729 |
#: yit-plugin.php:83
|
730 |
msgctxt "Plugin Row Meta"
|
731 |
msgid "Live Demo"
|
746 |
msgid "Premium version"
|
747 |
msgstr ""
|
748 |
|
749 |
+
#: yit-plugin.php:190
|
750 |
msgctxt "Action links"
|
751 |
msgid "Settings"
|
752 |
msgstr ""
|
753 |
|
754 |
+
#: yit-plugin.php:194
|
755 |
msgid "License"
|
756 |
msgstr ""
|
plugin-fw/lib/yit-plugin-gradients.php
CHANGED
@@ -122,9 +122,9 @@ if ( ! class_exists( 'YIT_Gradients' ) ) {
|
|
122 |
* @since 1.0
|
123 |
*/
|
124 |
public function reverse_gradient() {
|
125 |
-
$colors_gradient
|
126 |
-
|
127 |
-
for ( $i = 0; $i <
|
128 |
$colors_gradient[$i]['position'] = 100 - $colors_gradient[$i]['position'];
|
129 |
}
|
130 |
|
@@ -440,9 +440,9 @@ if ( ! class_exists( 'YIT_Gradients' ) ) {
|
|
440 |
public function hex_lighter( $color, $factor = 30 ) {
|
441 |
$color = str_replace( '#', '', $color );
|
442 |
|
443 |
-
$base['R'] = hexdec( $color
|
444 |
-
$base['G'] = hexdec( $color
|
445 |
-
$base['B'] = hexdec( $color
|
446 |
|
447 |
$color = '#';
|
448 |
|
122 |
* @since 1.0
|
123 |
*/
|
124 |
public function reverse_gradient() {
|
125 |
+
$colors_gradient = array_reverse( $this->get( 'colors_gradient' ) );
|
126 |
+
$colors_gradient_count = count( $colors_gradient );
|
127 |
+
for ( $i = 0; $i < $colors_gradient_count; $i ++ ) {
|
128 |
$colors_gradient[$i]['position'] = 100 - $colors_gradient[$i]['position'];
|
129 |
}
|
130 |
|
440 |
public function hex_lighter( $color, $factor = 30 ) {
|
441 |
$color = str_replace( '#', '', $color );
|
442 |
|
443 |
+
$base['R'] = hexdec( $color[0] . $color[1] );
|
444 |
+
$base['G'] = hexdec( $color[2] . $color[3] );
|
445 |
+
$base['B'] = hexdec( $color[4] . $color[5] );
|
446 |
|
447 |
$color = '#';
|
448 |
|
plugin-fw/lib/yit-pointers.php
CHANGED
@@ -65,7 +65,7 @@ if ( ! class_exists( 'YIT_Pointers' ) ) {
|
|
65 |
$this->_default_pointer['plugins'] = array(
|
66 |
'screen_id' => 'plugins',
|
67 |
'options' => array(
|
68 |
-
'content' => sprintf( '<h3> %s </h3> <p> %s </p> <p> %s <a href="
|
69 |
<a href="https://profiles.wordpress.org/yithemes/" target="_blank">Wordpress.org</a></p>',
|
70 |
__( 'Plugins Activated', 'yith-plugin-fw' ),
|
71 |
__( 'From now on, you can find all plugin options in YITH Plugins menu.
|
@@ -79,7 +79,7 @@ if ( ! class_exists( 'YIT_Pointers' ) ) {
|
|
79 |
$this->_default_pointer['update'] = array(
|
80 |
'screen_id' => 'update',
|
81 |
'options' => array(
|
82 |
-
'content' => sprintf( '<h3> %s </h3> <p> %s </p> <p> %s <a href="
|
83 |
<a href="https://profiles.wordpress.org/yithemes/" target="_blank">Wordpress.org</a></p>',
|
84 |
__( 'Plugins Upgraded', 'yith-plugin-fw' ),
|
85 |
__( 'From now on, you can find the option panel of YITH plugins in YITH Plugins menu.
|
65 |
$this->_default_pointer['plugins'] = array(
|
66 |
'screen_id' => 'plugins',
|
67 |
'options' => array(
|
68 |
+
'content' => sprintf( '<h3> %s </h3> <p> %s </p> <p> %s <a href="https://yithemes.com/product-category/plugins/" target="_blank">yithemes.com</a> %s
|
69 |
<a href="https://profiles.wordpress.org/yithemes/" target="_blank">Wordpress.org</a></p>',
|
70 |
__( 'Plugins Activated', 'yith-plugin-fw' ),
|
71 |
__( 'From now on, you can find all plugin options in YITH Plugins menu.
|
79 |
$this->_default_pointer['update'] = array(
|
80 |
'screen_id' => 'update',
|
81 |
'options' => array(
|
82 |
+
'content' => sprintf( '<h3> %s </h3> <p> %s </p> <p> %s <a href="https://yithemes.com/product-category/plugins/" target="_blank">yithemes.com</a> %s
|
83 |
<a href="https://profiles.wordpress.org/yithemes/" target="_blank">Wordpress.org</a></p>',
|
84 |
__( 'Plugins Upgraded', 'yith-plugin-fw' ),
|
85 |
__( 'From now on, you can find the option panel of YITH plugins in YITH Plugins menu.
|
plugin-fw/templates/fields/country-select.php
CHANGED
@@ -28,8 +28,7 @@ if ( strstr( $country_setting, ':' ) ) {
|
|
28 |
$countries = WC()->countries->get_countries();
|
29 |
$class = isset( $class ) ? $class : 'yith-plugin-fw-select';
|
30 |
?>
|
31 |
-
<select<?php echo $
|
32 |
-
id="<?php echo $id ?>"
|
33 |
name="<?php echo $name ?>" <?php echo isset( $std ) ? " data-std='{$std}'" : '' ?>
|
34 |
class="wc-enhanced-select <?php echo $class ?>"
|
35 |
<?php echo $placeholder ?>
|
28 |
$countries = WC()->countries->get_countries();
|
29 |
$class = isset( $class ) ? $class : 'yith-plugin-fw-select';
|
30 |
?>
|
31 |
+
<select id="<?php echo $id ?>"
|
|
|
32 |
name="<?php echo $name ?>" <?php echo isset( $std ) ? " data-std='{$std}'" : '' ?>
|
33 |
class="wc-enhanced-select <?php echo $class ?>"
|
34 |
<?php echo $placeholder ?>
|
plugin-fw/templates/fields/multi-colorpicker.php
CHANGED
@@ -23,9 +23,9 @@ $class = !empty( $class ) ? $class : 'yith-plugin-fw-multi-colorpicker';
|
|
23 |
<div class="<?php echo esc_attr( $class )?>" id="<?php echo esc_attr( $id ) ?>">
|
24 |
|
25 |
<?php
|
26 |
-
$items_to_process
|
27 |
-
|
28 |
-
for ( $i = 0; $i <
|
29 |
$items = $colorpickers[ $i ];
|
30 |
|
31 |
// make sure that we have at least one group
|
23 |
<div class="<?php echo esc_attr( $class )?>" id="<?php echo esc_attr( $id ) ?>">
|
24 |
|
25 |
<?php
|
26 |
+
$items_to_process = array();
|
27 |
+
$colorpickers_count = count( $colorpickers );
|
28 |
+
for ( $i = 0; $i < $colorpickers_count; $i++ ):
|
29 |
$items = $colorpickers[ $i ];
|
30 |
|
31 |
// make sure that we have at least one group
|
plugin-fw/templates/fields/multi-select.php
CHANGED
@@ -19,7 +19,8 @@ if ( empty( $selects ) ){
|
|
19 |
?>
|
20 |
<div class="yith-plugin-fw-multi-select" id="<?php echo esc_attr( $id ) ?>">
|
21 |
<?php
|
22 |
-
|
|
|
23 |
// open group
|
24 |
if( ( $i%2 ) == 0 ) : ?>
|
25 |
<div class="yith-select-group">
|
19 |
?>
|
20 |
<div class="yith-plugin-fw-multi-select" id="<?php echo esc_attr( $id ) ?>">
|
21 |
<?php
|
22 |
+
$selects_count = count( $selects );
|
23 |
+
for( $i = 0; $i < $selects_count; $i++ ) :
|
24 |
// open group
|
25 |
if( ( $i%2 ) == 0 ) : ?>
|
26 |
<div class="yith-select-group">
|
plugin-fw/templates/fields/onoff.php
CHANGED
@@ -20,7 +20,9 @@ extract( $field );
|
|
20 |
<?php checked( yith_plugin_fw_is_true( $value ) ) ?> class="on_off" <?php if ( isset( $std ) ) : ?>data-std="<?php echo $std ?>"<?php endif ?>
|
21 |
<?php echo $custom_attributes ?>
|
22 |
/>
|
23 |
-
<span class="yith-plugin-fw-onoff"
|
|
|
|
|
24 |
</div>
|
25 |
<?php
|
26 |
if ( isset( $field[ 'desc-inline' ] ) ) {
|
20 |
<?php checked( yith_plugin_fw_is_true( $value ) ) ?> class="on_off" <?php if ( isset( $std ) ) : ?>data-std="<?php echo $std ?>"<?php endif ?>
|
21 |
<?php echo $custom_attributes ?>
|
22 |
/>
|
23 |
+
<span class="yith-plugin-fw-onoff"
|
24 |
+
data-text-on="<?php echo esc_attr_x( 'ON', 'ON/OFF button: use MAX 3 characters!', 'yith-plugin-fw' ); ?>"
|
25 |
+
data-text-off="<?php echo esc_attr_x( 'OFF', 'ON/OFF button: use MAX 3 characters!', 'yith-plugin-fw' ); ?>"></span>
|
26 |
</div>
|
27 |
<?php
|
28 |
if ( isset( $field[ 'desc-inline' ] ) ) {
|
plugin-fw/yit-functions.php
CHANGED
@@ -348,8 +348,10 @@ if ( !function_exists( 'yit_get_post_meta' ) ) {
|
|
348 |
|
349 |
$sub_meta = explode( '[', $meta );
|
350 |
|
351 |
-
$meta
|
352 |
-
|
|
|
|
|
353 |
$current_submeta = rtrim( $sub_meta[ $i ], ']' );
|
354 |
if ( !isset( $meta[ $current_submeta ] ) )
|
355 |
return false;
|
@@ -794,6 +796,25 @@ if ( !function_exists( 'yit_load_js_file' ) ) {
|
|
794 |
}
|
795 |
}
|
796 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
797 |
if ( !function_exists( 'yit_wpml_register_string' ) ) {
|
798 |
/**
|
799 |
* Register a string in wpml trnslation
|
348 |
|
349 |
$sub_meta = explode( '[', $meta );
|
350 |
|
351 |
+
$meta = get_post_meta( $id, current( $sub_meta ), true );
|
352 |
+
$sub_meta_count = count( $sub_meta );
|
353 |
+
|
354 |
+
for ( $i = 1; $i < $sub_meta_count; $i++ ) {
|
355 |
$current_submeta = rtrim( $sub_meta[ $i ], ']' );
|
356 |
if ( !isset( $meta[ $current_submeta ] ) )
|
357 |
return false;
|
796 |
}
|
797 |
}
|
798 |
|
799 |
+
if ( !function_exists( 'yit_load_css_file' ) ) {
|
800 |
+
/**
|
801 |
+
* Load .min.css file if WP_Debug is not defined
|
802 |
+
*
|
803 |
+
* @param string $filename The file name
|
804 |
+
* @return string The file path
|
805 |
+
* @since 2.0.0
|
806 |
+
* @author Alberto Ruggiero
|
807 |
+
*/
|
808 |
+
function yit_load_css_file( $filename ) {
|
809 |
+
|
810 |
+
if ( !( ( defined( 'WP_DEBUG' ) && WP_DEBUG ) || ( defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ) || isset( $_GET[ 'yith_script_debug' ] ) ) ) {
|
811 |
+
$filename = str_replace( '.css', '.min.css', $filename );
|
812 |
+
}
|
813 |
+
|
814 |
+
return $filename;
|
815 |
+
}
|
816 |
+
}
|
817 |
+
|
818 |
if ( !function_exists( 'yit_wpml_register_string' ) ) {
|
819 |
/**
|
820 |
* Register a string in wpml trnslation
|
plugin-options/add_to_wishlist-options.php
CHANGED
@@ -244,7 +244,7 @@ return apply_filters( 'yith_wcwl_add_to_wishlist_options', array(
|
|
244 |
'name' => __( '"Add to wishlist" icon', 'yith-woocommerce-wishlist' ),
|
245 |
'desc' => __( 'Select an icon for the "Add to wishlist" button (optional)', 'yith-woocommerce-wishlist' ),
|
246 |
'id' => 'yith_wcwl_add_to_wishlist_icon',
|
247 |
-
'default' => apply_filters( 'yith_wcwl_add_to_wishlist_std_icon', '' ),
|
248 |
'type' => 'yith-field',
|
249 |
'class' => 'icon-select',
|
250 |
'yith-type' => 'select',
|
@@ -268,7 +268,7 @@ return apply_filters( 'yith_wcwl_add_to_wishlist_options', array(
|
|
268 |
'name' => __( '"Added to wishlist" icon', 'yith-woocommerce-wishlist' ),
|
269 |
'desc' => __( 'Select an icon for the "Added to wishlist" button (optional)', 'yith-woocommerce-wishlist' ),
|
270 |
'id' => 'yith_wcwl_added_to_wishlist_icon',
|
271 |
-
'default' => apply_filters( 'yith_wcwl_add_to_wishlist_std_icon', '' ),
|
272 |
'type' => 'yith-field',
|
273 |
'class' => 'icon-select',
|
274 |
'yith-type' => 'select',
|
244 |
'name' => __( '"Add to wishlist" icon', 'yith-woocommerce-wishlist' ),
|
245 |
'desc' => __( 'Select an icon for the "Add to wishlist" button (optional)', 'yith-woocommerce-wishlist' ),
|
246 |
'id' => 'yith_wcwl_add_to_wishlist_icon',
|
247 |
+
'default' => apply_filters( 'yith_wcwl_add_to_wishlist_std_icon', 'fa-heart-o', 'yith_wcwl_add_to_wishlist_icon' ),
|
248 |
'type' => 'yith-field',
|
249 |
'class' => 'icon-select',
|
250 |
'yith-type' => 'select',
|
268 |
'name' => __( '"Added to wishlist" icon', 'yith-woocommerce-wishlist' ),
|
269 |
'desc' => __( 'Select an icon for the "Added to wishlist" button (optional)', 'yith-woocommerce-wishlist' ),
|
270 |
'id' => 'yith_wcwl_added_to_wishlist_icon',
|
271 |
+
'default' => apply_filters( 'yith_wcwl_add_to_wishlist_std_icon', 'fa-heart', 'yith_wcwl_added_to_wishlist_icon' ),
|
272 |
'type' => 'yith-field',
|
273 |
'class' => 'icon-select',
|
274 |
'yith-type' => 'select',
|
templates/wishlist-view-footer.php
CHANGED
@@ -21,6 +21,7 @@
|
|
21 |
* @var $show_ask_estimate_button bool Whether to show Ask an Estimate form
|
22 |
* @var $ask_estimate_url string Ask an estimate destination url
|
23 |
* @var $ask_an_estimate_icon string Ask an estimate button icon
|
|
|
24 |
* @var $ask_an_estimate_classes string Classes to use for Ask for an estimate button
|
25 |
* @var $additional_info bool Whether to show Additional info textarea in Ask an estimate form
|
26 |
* @var $enable_add_all_to_cart bool Whether to show "Add all to Cart" button
|
@@ -84,7 +85,7 @@ if ( ! defined( 'YITH_WCWL' ) ) {
|
|
84 |
<!-- Ask an estimate button -->
|
85 |
<a href="<?php echo ( $additional_info || ! is_user_logged_in() ) ? '#ask_an_estimate_popup' : $ask_estimate_url ?>" class="<?php echo esc_attr( $ask_an_estimate_classes ) ?> ask-an-estimate-button" <?php echo ( $additional_info ) ? 'data-rel="prettyPhoto[ask_an_estimate]"' : '' ?> >
|
86 |
<?php echo apply_filters( 'yith_wcwl_ask_an_estimate_icon', $ask_an_estimate_icon )?>
|
87 |
-
<?php echo apply_filters( 'yith_wcwl_ask_an_estimate_text',
|
88 |
</a>
|
89 |
<?php endif; ?>
|
90 |
|
21 |
* @var $show_ask_estimate_button bool Whether to show Ask an Estimate form
|
22 |
* @var $ask_estimate_url string Ask an estimate destination url
|
23 |
* @var $ask_an_estimate_icon string Ask an estimate button icon
|
24 |
+
* @var $ask_an_estimate_text string Ask an estimate button text
|
25 |
* @var $ask_an_estimate_classes string Classes to use for Ask for an estimate button
|
26 |
* @var $additional_info bool Whether to show Additional info textarea in Ask an estimate form
|
27 |
* @var $enable_add_all_to_cart bool Whether to show "Add all to Cart" button
|
85 |
<!-- Ask an estimate button -->
|
86 |
<a href="<?php echo ( $additional_info || ! is_user_logged_in() ) ? '#ask_an_estimate_popup' : $ask_estimate_url ?>" class="<?php echo esc_attr( $ask_an_estimate_classes ) ?> ask-an-estimate-button" <?php echo ( $additional_info ) ? 'data-rel="prettyPhoto[ask_an_estimate]"' : '' ?> >
|
87 |
<?php echo apply_filters( 'yith_wcwl_ask_an_estimate_icon', $ask_an_estimate_icon )?>
|
88 |
+
<?php echo apply_filters( 'yith_wcwl_ask_an_estimate_text', $ask_an_estimate_text ) ?>
|
89 |
</a>
|
90 |
<?php endif; ?>
|
91 |
|