Version Description
Download this release
Release Info
Developer | yithemes |
Plugin | YITH WooCommerce Zoom Magnifier |
Version | 1.3.16 |
Comparing to | |
See all releases |
Code changes from version 1.3.15 to 1.3.16
- README.txt +9 -2
- assets/js/yith_magnifier.js +15 -3
- assets/js/yith_magnifier.min.js +1 -1
- assets/js/ywzm_frontend.js +8 -6
- assets/js/ywzm_frontend.min.js +1 -1
- init.php +3 -3
- lib/class.yith-woocommerce-zoom-magnifier.php +27 -6
- plugin-fw/Gruntfile.js +96 -0
- 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/assets/js/how-to.min.js +1 -1
- plugin-fw/assets/js/jquery.colorbox.min.js +5 -32
- plugin-fw/assets/js/metabox.js +14 -0
- plugin-fw/assets/js/metabox.min.js +1 -1
- plugin-fw/assets/js/multisite-updater.js +1 -1
- plugin-fw/assets/js/multisite-updater.min.js +1 -8
- plugin-fw/assets/js/wp-pages.min.js +1 -1
- plugin-fw/assets/js/yit-cpt-unlimited.min.js +1 -2
- plugin-fw/assets/js/yit-plugin-panel.js +35 -14
- plugin-fw/assets/js/yit-plugin-panel.min.js +1 -1
- plugin-fw/assets/js/yit-wp-pointer.min.js +1 -6
- plugin-fw/assets/js/yith-dashboard.min.js +1 -2
- plugin-fw/assets/js/yith-enhanced-select-wc-2.6.min.js +1 -5
- plugin-fw/assets/js/yith-enhanced-select.min.js +1 -10
- plugin-fw/assets/js/yith-fields.min.js +1 -30
- plugin-fw/assets/js/yith-gutenberg.min.js +1 -6
- plugin-fw/assets/js/yith-promo.min.js +1 -1
- plugin-fw/assets/js/yith-system-info.min.js +1 -1
- plugin-fw/assets/js/yith-update-plugins.min.js +1 -2
- plugin-fw/init.php +3 -3
- plugin-fw/languages/yith-plugin-fw-el.mo +0 -0
- plugin-fw/languages/yith-plugin-fw-el.po +791 -0
- plugin-fw/languages/yith-plugin-fw-es_ES.mo +0 -0
- plugin-fw/languages/yith-plugin-fw-es_ES.po +709 -560
- plugin-fw/languages/yith-plugin-fw-it_IT.mo +0 -0
- plugin-fw/languages/yith-plugin-fw-it_IT.po +699 -555
- plugin-fw/languages/yith-plugin-fw-nl_NL.mo +0 -0
- plugin-fw/languages/yith-plugin-fw-nl_NL.po +1121 -0
- plugin-fw/languages/yith-plugin-fw.pot +331 -465
- plugin-fw/lib/yit-plugin-gradients.php +6 -6
- plugin-fw/lib/yit-plugin-panel-wc.php +24 -20
- plugin-fw/lib/yit-plugin-panel.php +18 -9
- plugin-fw/lib/yit-pointers.php +2 -2
- plugin-fw/lib/yith-system-status.php +45 -39
- plugin-fw/package.json +21 -0
- 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/templates/panel/panel-field-container.php +4 -2
- plugin-fw/yit-functions.php +23 -2
README.txt
CHANGED
@@ -3,8 +3,8 @@
|
|
3 |
Contributors: yithemes
|
4 |
Tags: zoom, magnifier, slider, carousel, woocommerce
|
5 |
Requires at least: 4.0
|
6 |
-
Tested up to: 5.
|
7 |
-
Stable tag: 1.3.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
Documentation: https://docs.yithemes.com/yith-woocommerce-zoom-magnifier/
|
@@ -52,6 +52,13 @@ YITH WooCommerce Zoom Magnifier will add a new tab called "Zoom Magnifier" in "Y
|
|
52 |
|
53 |
== Changelog ==
|
54 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
55 |
= Version 1.3.15 - Released: Dec 23, 2019 =
|
56 |
|
57 |
* New: support for WooCommerce 3.9
|
3 |
Contributors: yithemes
|
4 |
Tags: zoom, magnifier, slider, carousel, woocommerce
|
5 |
Requires at least: 4.0
|
6 |
+
Tested up to: 5.4
|
7 |
+
Stable tag: 1.3.16
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
Documentation: https://docs.yithemes.com/yith-woocommerce-zoom-magnifier/
|
52 |
|
53 |
== Changelog ==
|
54 |
|
55 |
+
= Version 1.3.16 - Released: Mar 27, 2020 =
|
56 |
+
|
57 |
+
* New: support for WooCommerce 4.0
|
58 |
+
* New: support for WordPress 5.4
|
59 |
+
* New: compatibility with YITH WooCommerce Color and Label Gallery feature
|
60 |
+
* Update: plugin framework
|
61 |
+
|
62 |
= Version 1.3.15 - Released: Dec 23, 2019 =
|
63 |
|
64 |
* New: support for WooCommerce 3.9
|
assets/js/yith_magnifier.js
CHANGED
@@ -330,6 +330,7 @@
|
|
330 |
var data = {
|
331 |
action : 'yith_wc_zoom_magnifier_get_main_image',
|
332 |
product_id : product_id,
|
|
|
333 |
}
|
334 |
|
335 |
$.ajax({
|
@@ -346,20 +347,31 @@
|
|
346 |
self.IMG_smallImage = new Image();
|
347 |
self.IMG_smallImage.src = self.zoomImage.attr('src');
|
348 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
349 |
if ($.browser && $.browser.msie && $.browser.version == 8) {
|
350 |
$(self.IMG_zoomImage).load(function () {
|
351 |
-
|
352 |
self._initTrap();
|
353 |
});
|
354 |
} else {
|
355 |
|
356 |
$([self.IMG_zoomImage, self.IMG_smallImage]).imagesLoaded(function () {
|
357 |
-
|
358 |
self._initTrap();
|
359 |
});
|
360 |
}
|
361 |
|
362 |
-
$(document).trigger('yith_magnifier_after_init_zoom')
|
363 |
|
364 |
}
|
365 |
});
|
330 |
var data = {
|
331 |
action : 'yith_wc_zoom_magnifier_get_main_image',
|
332 |
product_id : product_id,
|
333 |
+
context : 'frontend'
|
334 |
}
|
335 |
|
336 |
$.ajax({
|
347 |
self.IMG_smallImage = new Image();
|
348 |
self.IMG_smallImage.src = self.zoomImage.attr('src');
|
349 |
|
350 |
+
// set new gallery
|
351 |
+
if( response.gallery ) {
|
352 |
+
|
353 |
+
if ($('.yith_magnifier_gallery').length)
|
354 |
+
$('.yith_magnifier_gallery').closest('.thumbnails').replaceWith( response.gallery );
|
355 |
+
else
|
356 |
+
$( '.images').append( response.gallery );
|
357 |
+
|
358 |
+
self.options.elements.gallery = $('.yith_magnifier_gallery li a' );
|
359 |
+
}
|
360 |
+
|
361 |
if ($.browser && $.browser.msie && $.browser.version == 8) {
|
362 |
$(self.IMG_zoomImage).load(function () {
|
363 |
+
self._initGallery();
|
364 |
self._initTrap();
|
365 |
});
|
366 |
} else {
|
367 |
|
368 |
$([self.IMG_zoomImage, self.IMG_smallImage]).imagesLoaded(function () {
|
369 |
+
self._initGallery();
|
370 |
self._initTrap();
|
371 |
});
|
372 |
}
|
373 |
|
374 |
+
$(document).trigger('yith_magnifier_after_init_zoom');
|
375 |
|
376 |
}
|
377 |
});
|
assets/js/yith_magnifier.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
!function(t,d,i){"use strict";var g,p;d.fn.imagesLoaded===i&&(g=jQuery,p="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw==",g.fn.imagesLoaded=function(o){var e=this,n=g.isFunction(g.Deferred)?g.Deferred():0,s=g.isFunction(n.notify),a=e.find("img").add(e.filter("img")),r=[],m=[],h=[];function l(){var t=g(m),i=g(h);n&&(h.length?n.reject(a,t,i):n.resolve(a)),g.isFunction(o)&&o.call(e,a,t,i)}function c(t){u(t.target,"error"===t.type)}function u(t,i){t.src!==p&&-1===g.inArray(t,r)&&(r.push(t),i?h.push(t):m.push(t),g.data(t,"imagesLoaded",{isBroken:i,src:t.src}),s&&n.notifyWith(g(t),[i,a,g(m),g(h)]),a.length===r.length&&(setTimeout(l),a.unbind(".imagesLoaded",c)))}return g.isPlainObject(o)&&g.each(o,function(t,i){"callback"===t?o=i:n&&n[t](i)}),a.length?a.bind("load.imagesLoaded error.imagesLoaded",c).each(function(t,i){var o=i.src,e=g.data(i,"imagesLoaded");e&&e.src===o?u(i,e.isBroken):i.complete&&void 0!==i.naturalWidth?u(i,0===i.naturalWidth||0===i.naturalHeight):(i.readyState||i.complete)&&(i.src=p,i.src=o)}):l(),n?n.promise(e):e}),d.yith_magnifier=function(t,i){this.t=i,this.element=d(i),this._init(t)},d.yith_magnifier.defaults={zoomWidth:"auto",zoomHeight:"auto",position:"right",tint:!1,tintOpacity:.5,lensOpacity:.5,softFocus:!1,smoothMove:3,showTitle:!0,titleOpacity:.5,adjustX:0,adjustY:0,phoneBehavior:"inside",loadingLabel:"Loading...",enableSlider:!0,slider:"carouFredSel",sliderOptions:{},from_gallery:"no",onLoad:function(){return!1},onEnter:function(){return!1},onLeave:function(){return!1},onMove:function(){return!1},onClick:function(){return!1},elements:{zoom:d(".yith_magnifier_zoom"),zoomImage:d(".yith_magnifier_zoom img").first(),gallery:d(".yith_magnifier_gallery li a")}},d.yith_magnifier.prototype={_init:function(t){var o=this;d(document).trigger("yith_magnifier_before_init"),d.each(d.yith_magnifier.defaults.elements,function(t,i){d.yith_magnifier.defaults.elements[t]=d(i,o)}),o.options=d.extend(!0,{},d.yith_magnifier.defaults,t),o.isPhone=o._isPhone(),o._loading(),o.element.imagesLoaded(function(){o.options.onLoad(),o._initZoom(),o._initGallery()}),d(document).trigger("yith_magnifier_after_init")},_initGallery:function(){var o=this,t=o.options.elements,i=t.gallery,e=t.zoom,n=t.zoomImage;0<i.length?(i.on("click",function(t){t.preventDefault(),o.options.from_gallery="yes";var i=d(this);o.destroy(),e.attr("href",this.href),n.attr("src",i.data("small")).attr("srcset",i.data("small")).attr("src-orig",i.data("small")).attr("title","").attr("title",i.attr("title")),d.data(o.t,"yith_magnifier",new d.yith_magnifier(o.options,o.element))}),o.options.enableSlider&&(i.closest("ul").trigger("yith_magnifier_slider_destroy"),i.closest("ul")[o.options.slider](o.options.sliderOptions))):i.on("click",function(t){return t.preventDefault(),!1})},_loading:function(){if(this.options.disableRightClick&&d(document).on("contextmenu",function(t){return!1}),this.mouseTrap===i){var t=this.options.elements.zoom.width();this.options.loadingLabel&&d('<div class="yith_magnifier_loading">'+this.options.loadingLabel+"</div>").css({width:t,"text-align":"center",opacity:.5}).appendTo(this.options.elements.zoom.parent())}},_initZoom:function(){var i=this;i.zoom=i.options.elements.zoom,i.zoomImage=i.options.elements.zoomImage;var t="yith_magnifier_zoom_wrap";i.options.zoom_wrap_additional_css&&(d("."+t).length||(t+=" "+i.options.zoom_wrap_additional_css)),i.zoom.wrap('<div class="'+t+'"></div>'),i.IMG_zoomImage=new Image;var o=d(".woocommerce-variation-add-to-cart .variation_id").val();if(d.isNumeric(o)&&0!=o&&"no"==i.options.from_gallery){var e={action:"yith_wc_zoom_magnifier_get_main_image",product_id:o};d.ajax({data:e,url:yith_wc_zoom_magnifier_storage_object.ajax_url,type:"post",error:function(t){console.log("ERROR - Yith_WC_Zoom_Magnifier"),console.log(t)},success:function(t){i.IMG_zoomImage.src=t.url,i.IMG_smallImage=new Image,i.IMG_smallImage.src=i.zoomImage.attr("src"),d.browser&&d.browser.msie&&8==d.browser.version?d(i.IMG_zoomImage).load(function(){i._initTrap()}):d([i.IMG_zoomImage,i.IMG_smallImage]).imagesLoaded(function(){i._initTrap()}),d(document).trigger("yith_magnifier_after_init_zoom")}})}else i.IMG_zoomImage.src=i.zoom.attr("href"),i.IMG_smallImage=new Image,i.IMG_smallImage.src=i.zoomImage.attr("src"),d.browser&&d.browser.msie&&8==d.browser.version?d(i.IMG_zoomImage).load(function(){i._initTrap()}):d([i.IMG_zoomImage,i.IMG_smallImage]).imagesLoaded(function(){i._initTrap()}),d(document).trigger("yith_magnifier_after_init_zoom")},_initTrap:function(){var h=this,l=h.IMG_zoomImage;h.IMG_smallImage;h.mx=0,h.my=0,h.controlTimer=0,h.lens=null,h.tint=null,h.softFocus=null,h.zoomDiv=null,h.cw=0,h.ch=0,h.zw=0,h.destU=0,h.destV=0,h.currU=0,h.currV=0,h.mouseTrap=null;var c=h.options.elements.zoom,u=h.options.elements.zoomImage;d(".yith_magnifier_loading").remove(),this.element.find(".yith_magnifier_mousetrap")&&this.element.find(".yith_magnifier_mousetrap").remove(),this.mouseTrap=d('<div class="yith_magnifier_mousetrap" />').css({width:"100%",height:"100%",top:0,left:0}).appendTo(c.parent());var g="ontouchstart"in document.documentElement;this.mouseTrap.on("touchmove mousemove",this,function(t){h.options.onMove(),h.mx=void 0!==t.originalEvent.touches?t.originalEvent.touches[0].pageX:t.pageX,h.my=void 0!==t.originalEvent.touches?t.originalEvent.touches[0].pageY:t.pageY}).on("touchend mouseleave",this,function(t){return clearTimeout(h.controlTimer),h.lens&&h.lens.fadeOut(299),h.tint&&h.tint.fadeOut(299),h.softFocus&&h.softFocus.fadeOut(299),h.zoomDiv.fadeOut(300,function(){h._onLeave()}),!1}).on("touchstart click",this,function(t){h.options.onClick()}).on("touchstart mouseenter",this,function(t){h.options.onEnter(),g&&t.preventDefault(),h.mx=void 0!==t.originalEvent.touches?t.originalEvent.touches[0].pageX:t.pageX,h.my=void 0!==t.originalEvent.touches?t.originalEvent.touches[0].pageY:t.pageY,h.zw=t.data,h.zoomDiv&&(h.zoomDiv.stop(!0,!1),h.zoomDiv.remove());var i=h.options.adjustX,o=h.options.adjustY,e=u.outerWidth(),n=u.outerHeight(),s=h.options.zoomWidth,a=h.options.zoomHeight;"auto"==h.options.zoomWidth&&(s=e),"auto"==h.options.zoomHeight&&(a=n);var r=c.parent();switch(h.options.position){case"top":o-=a;break;case"right":i+=e;break;case"bottom":o+=n;break;case"left":i-=s;break;case"inside":s=e,a=n;break;default:(r=d("#"+h.options.position)).length?(s=r.innerWidth(),a=r.innerHeight()):(r=c,i+=e,o+=n)}h.isPhone&&"inside"==h.options.phoneBehavior&&(s=e,a=n,o=i=0),h.zoomDiv=d('<div class="yith_magnifier_zoom_magnifier" />').css({left:i,top:o,width:s,height:a,"background-repeat":"no-repeat",backgroundImage:"url("+l.src+")"}).appendTo(r),u.attr("title")&&h.options.showTitle&&d('<div class="yith_magnifier_title">'+u.attr("title")+"</div>").appendTo(h.zoomDiv),h.isPhone?"disable"!=h.options.phoneBehavior?h.zoomDiv.fadeIn(500):h.lens.fadeOut(299):h.zoomDiv.fadeIn(500),h.lens&&(h.lens.remove(),h.lens=null),l.width<=1?h.cw=u.outerWidth()/l.naturalWidth*h.zoomDiv.width():h.cw=u.outerWidth()/l.width*h.zoomDiv.width(),l.height<=1?h.ch=u.outerHeight()/l.naturalHeight*h.zoomDiv.height():h.ch=u.outerHeight()/l.height*h.zoomDiv.height(),h.lens=d('<div class="yith_magnifier_lens" />').css({width:h.cw,height:h.ch}).appendTo(c),h.mouseTrap.css("cursor",h.lens.css("cursor"));var m=!1;h.options.tint&&(h.tint=d("<div />").css({display:"none",position:"absolute",left:0,top:0,width:u.outerWidth(),height:u.outerHeight(),backgroundColor:h.options.tint,opacity:h.options.tintOpacity}).appendTo(c),h.lens.append(d("<img />",{src:u.attr("src")})),m=!0,h.tint.fadeIn(500)),h.options.softFocus&&(h.softFocus=d("<div />").css({position:"absolute",display:"none",top:"1px",left:"1px",width:u.outerWidth(),height:u.outerHeight(),opacity:.5}).appendTo(c),h.softFocus.append(d("<img />",{src:u.attr("src")})),0==h.lens.find("img").length&&h.lens.append(d("<img />",{src:u.attr("src")})),m=!0,h.softFocus.fadeIn(500)),m||h.lens.css("opacity",h.options.lensOpacity),"inside"!==h.options.position&&h.lens.fadeIn(500),h.zw._controlLoop()})},_controlLoop:function(){var t=this;if(this.lens){var i=this.mx-this.zoomImage.offset().left-.5*this.cw>>0,o=this.my-this.zoomImage.offset().top-.5*this.ch>>0;i<0?i=0:i>this.zoomImage.outerWidth()-this.cw&&(i=this.zoomImage.outerWidth()-this.cw),o<0?o=0:o>this.zoomImage.outerHeight()-this.ch&&(o=this.zoomImage.outerHeight()-this.ch),this.lens.css({left:i-2,top:o-1}),this.lens.find("img").css({width:this.zoomImage.outerWidth(),height:this.zoomImage.outerHeight(),marginLeft:-i+"px ",marginTop:-o+"px"}),this.IMG_zoomImage.width<=1?this.destU=i/this.zoomImage.outerWidth()*this.IMG_zoomImage.naturalWidth>>0:this.destU=i/this.zoomImage.outerWidth()*this.IMG_zoomImage.width>>0,this.IMG_zoomImage.height<=1?this.destV=o/this.zoomImage.outerHeight()*this.IMG_zoomImage.naturalHeight>>0:this.destV=o/this.zoomImage.outerHeight()*this.IMG_zoomImage.height>>0,this.currU+=(this.destU-this.currU)/this.options.smoothMove,this.currV+=(this.destV-this.currV)/this.options.smoothMove,this.zoomDiv.css("background-position",-(this.currU>>0)+"px "+-(this.currV>>0)+"px")}this.controlTimer=setTimeout(function(){t._controlLoop()},30)},_onLeave:function(){this.options.onLeave(),this.zoomDiv&&(this.zoomDiv.remove(),this.zoomDiv=null),this._removeElements()},_removeElements:function(){this.lens&&(this.lens.remove(),this.lens=null),this.tint&&(this.tint.remove(),this.tint=null),this.softFocus&&(this.softFocus.remove(),this.softFocus=null),0<this.element.find(".yith_magnifier_loading").length&&this.element.find(".yith_magnifier_loading").remove()},_isPhone:function(){var t=navigator.userAgent.toLowerCase();return t.match(/iphone/i)||t.match(/ipod/i)||t.match(/android/i)},destroy:function(){this.zoom&&this.zoom.unwrap(),this.mouseTrap&&(this.mouseTrap.unbind(),this.mouseTrap.remove(),this.mouseTrap=null),this.zoomDiv&&(this.zoomDiv.remove(),this.zoomDiv=null),this.options.disableRightClick&&d(document).unbind(),this._removeElements(),this.options.elements.gallery.unbind(),this.element.removeData("yith_magnifier")}},d.fn.yith_magnifier=function(i){if("string"==typeof i){var o=Array.prototype.slice.call(arguments,1);this.each(function(){var t=d.data(this,"yith_magnifier");t?d.isFunction(t[i])&&"_"!==i.charAt(0)?t[i].apply(t,o):d.error("no such method '"+i+"' for yith_magnifier instance"):d.error("cannot call methods on yith_magnifier prior to initialization; attempted to call method '"+i+"'")})}else this.each(function(){d.data(this,"yith_magnifier")?d.error("yith_magnifier already istantiated."):d.data(this,"yith_magnifier",new d.yith_magnifier(i,this))});return this}}(window,jQuery);
|
1 |
+
!function(t,i,o){"use strict";void 0===i.fn.imagesLoaded&&function(t,i){var o="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw==";t.fn.imagesLoaded=function(i){var e=this,n=t.isFunction(t.Deferred)?t.Deferred():0,s=t.isFunction(n.notify),a=e.find("img").add(e.filter("img")),r=[],m=[],h=[];function l(){var o=t(m),s=t(h);n&&(h.length?n.reject(a,o,s):n.resolve(a)),t.isFunction(i)&&i.call(e,a,o,s)}function c(t){g(t.target,"error"===t.type)}function g(i,e){i.src!==o&&-1===t.inArray(i,r)&&(r.push(i),e?h.push(i):m.push(i),t.data(i,"imagesLoaded",{isBroken:e,src:i.src}),s&&n.notifyWith(t(i),[e,a,t(m),t(h)]),a.length===r.length&&(setTimeout(l),a.unbind(".imagesLoaded",c)))}return t.isPlainObject(i)&&t.each(i,function(t,o){"callback"===t?i=o:n&&n[t](o)}),a.length?a.bind("load.imagesLoaded error.imagesLoaded",c).each(function(i,e){var n=e.src,s=t.data(e,"imagesLoaded");s&&s.src===n?g(e,s.isBroken):e.complete&&void 0!==e.naturalWidth?g(e,0===e.naturalWidth||0===e.naturalHeight):(e.readyState||e.complete)&&(e.src=o,e.src=n)}):l(),n?n.promise(e):e}}(jQuery),i.yith_magnifier=function(t,o){this.t=o,this.element=i(o),this._init(t)},i.yith_magnifier.defaults={zoomWidth:"auto",zoomHeight:"auto",position:"right",tint:!1,tintOpacity:.5,lensOpacity:.5,softFocus:!1,smoothMove:3,showTitle:!0,titleOpacity:.5,adjustX:0,adjustY:0,phoneBehavior:"inside",loadingLabel:"Loading...",enableSlider:!0,slider:"carouFredSel",sliderOptions:{},from_gallery:"no",onLoad:function(){return!1},onEnter:function(){return!1},onLeave:function(){return!1},onMove:function(){return!1},onClick:function(){return!1},elements:{zoom:i(".yith_magnifier_zoom"),zoomImage:i(".yith_magnifier_zoom img").first(),gallery:i(".yith_magnifier_gallery li a")}},i.yith_magnifier.prototype={_init:function(t){var o=this;i(document).trigger("yith_magnifier_before_init"),i.each(i.yith_magnifier.defaults.elements,function(t,e){i.yith_magnifier.defaults.elements[t]=i(e,o)}),o.options=i.extend(!0,{},i.yith_magnifier.defaults,t),o.isPhone=o._isPhone(),o._loading(),o.element.imagesLoaded(function(){o.options.onLoad(),o._initZoom(),o._initGallery()}),i(document).trigger("yith_magnifier_after_init")},_initGallery:function(){var t=this,o=t.options.elements,e=o.gallery,n=o.zoom,s=o.zoomImage;e.length>0?(e.on("click",function(o){o.preventDefault(),t.options.from_gallery="yes";var e=i(this);t.destroy(),n.attr("href",this.href),s.attr("src",e.data("small")).attr("srcset",e.data("small")).attr("src-orig",e.data("small")).attr("title","").attr("title",e.attr("title")),i.data(t.t,"yith_magnifier",new i.yith_magnifier(t.options,t.element))}),t.options.enableSlider&&(e.closest("ul").trigger("yith_magnifier_slider_destroy"),e.closest("ul")[t.options.slider](t.options.sliderOptions))):e.on("click",function(t){return t.preventDefault(),!1})},_loading:function(){if(this.options.disableRightClick&&i(document).on("contextmenu",function(t){return!1}),void 0===this.mouseTrap){var t=this.options.elements.zoom.width();this.options.loadingLabel&&i('<div class="yith_magnifier_loading">'+this.options.loadingLabel+"</div>").css({width:t,"text-align":"center",opacity:.5}).appendTo(this.options.elements.zoom.parent())}},_initZoom:function(){var t=this;t.zoom=t.options.elements.zoom,t.zoomImage=t.options.elements.zoomImage;var o="yith_magnifier_zoom_wrap";t.options.zoom_wrap_additional_css&&(i("."+o).length||(o+=" "+t.options.zoom_wrap_additional_css)),t.zoom.wrap('<div class="'+o+'"></div>'),t.IMG_zoomImage=new Image;var e=i(".woocommerce-variation-add-to-cart .variation_id").val();if(i.isNumeric(e)&&0!=e&&"no"==t.options.from_gallery){var n={action:"yith_wc_zoom_magnifier_get_main_image",product_id:e,context:"frontend"};i.ajax({data:n,url:yith_wc_zoom_magnifier_storage_object.ajax_url,type:"post",error:function(t){console.log("ERROR - Yith_WC_Zoom_Magnifier"),console.log(t)},success:function(o){t.IMG_zoomImage.src=o.url,t.IMG_smallImage=new Image,t.IMG_smallImage.src=t.zoomImage.attr("src"),o.gallery&&(i(".yith_magnifier_gallery").length?i(".yith_magnifier_gallery").closest(".thumbnails").replaceWith(o.gallery):i(".images").append(o.gallery),t.options.elements.gallery=i(".yith_magnifier_gallery li a")),i.browser&&i.browser.msie&&8==i.browser.version?i(t.IMG_zoomImage).load(function(){t._initGallery(),t._initTrap()}):i([t.IMG_zoomImage,t.IMG_smallImage]).imagesLoaded(function(){t._initGallery(),t._initTrap()}),i(document).trigger("yith_magnifier_after_init_zoom")}})}else t.IMG_zoomImage.src=t.zoom.attr("href"),t.IMG_smallImage=new Image,t.IMG_smallImage.src=t.zoomImage.attr("src"),i.browser&&i.browser.msie&&8==i.browser.version?i(t.IMG_zoomImage).load(function(){t._initTrap()}):i([t.IMG_zoomImage,t.IMG_smallImage]).imagesLoaded(function(){t._initTrap()}),i(document).trigger("yith_magnifier_after_init_zoom")},_initTrap:function(){var t=this,o=t.IMG_zoomImage;t.IMG_smallImage;t.mx=0,t.my=0,t.controlTimer=0,t.lens=null,t.tint=null,t.softFocus=null,t.zoomDiv=null,t.cw=0,t.ch=0,t.zw=0,t.destU=0,t.destV=0,t.currU=0,t.currV=0,t.mouseTrap=null;var e=t.options.elements.zoom,n=t.options.elements.zoomImage;i(".yith_magnifier_loading").remove(),this.element.find(".yith_magnifier_mousetrap")&&this.element.find(".yith_magnifier_mousetrap").remove(),this.mouseTrap=i('<div class="yith_magnifier_mousetrap" />').css({width:"100%",height:"100%",top:0,left:0}).appendTo(e.parent());var s="ontouchstart"in document.documentElement;this.mouseTrap.on("touchmove mousemove",this,function(i){t.options.onMove(),t.mx=void 0!==i.originalEvent.touches?i.originalEvent.touches[0].pageX:i.pageX,t.my=void 0!==i.originalEvent.touches?i.originalEvent.touches[0].pageY:i.pageY}).on("touchend mouseleave",this,function(i){return clearTimeout(t.controlTimer),t.lens&&t.lens.fadeOut(299),t.tint&&t.tint.fadeOut(299),t.softFocus&&t.softFocus.fadeOut(299),t.zoomDiv.fadeOut(300,function(){t._onLeave()}),!1}).on("touchstart click",this,function(i){t.options.onClick()}).on("touchstart mouseenter",this,function(a){t.options.onEnter(),s&&a.preventDefault(),t.mx=void 0!==a.originalEvent.touches?a.originalEvent.touches[0].pageX:a.pageX,t.my=void 0!==a.originalEvent.touches?a.originalEvent.touches[0].pageY:a.pageY,t.zw=a.data,t.zoomDiv&&(t.zoomDiv.stop(!0,!1),t.zoomDiv.remove());var r=t.options.adjustX,m=t.options.adjustY,h=n.outerWidth(),l=n.outerHeight(),c=t.options.zoomWidth,g=t.options.zoomHeight;"auto"==t.options.zoomWidth&&(c=h),"auto"==t.options.zoomHeight&&(g=l);var u=e.parent();switch(t.options.position){case"top":m-=g;break;case"right":r+=h;break;case"bottom":m+=l;break;case"left":r-=c;break;case"inside":c=h,g=l;break;default:(u=i("#"+t.options.position)).length?(c=u.innerWidth(),g=u.innerHeight()):(u=e,r+=h,m+=l)}t.isPhone&&"inside"==t.options.phoneBehavior&&(c=h,g=l,r=0,m=0),t.zoomDiv=i('<div class="yith_magnifier_zoom_magnifier" />').css({left:r,top:m,width:c,height:g,"background-repeat":"no-repeat",backgroundImage:"url("+o.src+")"}).appendTo(u),n.attr("title")&&t.options.showTitle&&i('<div class="yith_magnifier_title">'+n.attr("title")+"</div>").appendTo(t.zoomDiv),t.isPhone?"disable"!=t.options.phoneBehavior?t.zoomDiv.fadeIn(500):t.lens.fadeOut(299):t.zoomDiv.fadeIn(500),t.lens&&(t.lens.remove(),t.lens=null),o.width<=1?t.cw=n.outerWidth()/o.naturalWidth*t.zoomDiv.width():t.cw=n.outerWidth()/o.width*t.zoomDiv.width(),o.height<=1?t.ch=n.outerHeight()/o.naturalHeight*t.zoomDiv.height():t.ch=n.outerHeight()/o.height*t.zoomDiv.height(),t.lens=i('<div class="yith_magnifier_lens" />').css({width:t.cw,height:t.ch}).appendTo(e),t.mouseTrap.css("cursor",t.lens.css("cursor"));var d=!1;t.options.tint&&(t.tint=i("<div />").css({display:"none",position:"absolute",left:0,top:0,width:n.outerWidth(),height:n.outerHeight(),backgroundColor:t.options.tint,opacity:t.options.tintOpacity}).appendTo(e),t.lens.append(i("<img />",{src:n.attr("src")})),d=!0,t.tint.fadeIn(500)),t.options.softFocus&&(t.softFocus=i("<div />").css({position:"absolute",display:"none",top:"1px",left:"1px",width:n.outerWidth(),height:n.outerHeight(),opacity:.5}).appendTo(e),t.softFocus.append(i("<img />",{src:n.attr("src")})),0==t.lens.find("img").length&&t.lens.append(i("<img />",{src:n.attr("src")})),d=!0,t.softFocus.fadeIn(500)),d||t.lens.css("opacity",t.options.lensOpacity),"inside"!==t.options.position&&t.lens.fadeIn(500),t.zw._controlLoop()})},_controlLoop:function(){var t=this;if(this.lens){var i=this.mx-this.zoomImage.offset().left-.5*this.cw>>0,o=this.my-this.zoomImage.offset().top-.5*this.ch>>0;i<0?i=0:i>this.zoomImage.outerWidth()-this.cw&&(i=this.zoomImage.outerWidth()-this.cw),o<0?o=0:o>this.zoomImage.outerHeight()-this.ch&&(o=this.zoomImage.outerHeight()-this.ch),this.lens.css({left:i-2,top:o-1}),this.lens.find("img").css({width:this.zoomImage.outerWidth(),height:this.zoomImage.outerHeight(),marginLeft:-i+"px ",marginTop:-o+"px"}),this.IMG_zoomImage.width<=1?this.destU=i/this.zoomImage.outerWidth()*this.IMG_zoomImage.naturalWidth>>0:this.destU=i/this.zoomImage.outerWidth()*this.IMG_zoomImage.width>>0,this.IMG_zoomImage.height<=1?this.destV=o/this.zoomImage.outerHeight()*this.IMG_zoomImage.naturalHeight>>0:this.destV=o/this.zoomImage.outerHeight()*this.IMG_zoomImage.height>>0,this.currU+=(this.destU-this.currU)/this.options.smoothMove,this.currV+=(this.destV-this.currV)/this.options.smoothMove,this.zoomDiv.css("background-position",-(this.currU>>0)+"px "+-(this.currV>>0)+"px")}this.controlTimer=setTimeout(function(){t._controlLoop()},30)},_onLeave:function(){this.options.onLeave(),this.zoomDiv&&(this.zoomDiv.remove(),this.zoomDiv=null),this._removeElements()},_removeElements:function(){this.lens&&(this.lens.remove(),this.lens=null),this.tint&&(this.tint.remove(),this.tint=null),this.softFocus&&(this.softFocus.remove(),this.softFocus=null),this.element.find(".yith_magnifier_loading").length>0&&this.element.find(".yith_magnifier_loading").remove()},_isPhone:function(){var t=navigator.userAgent.toLowerCase();return t.match(/iphone/i)||t.match(/ipod/i)||t.match(/android/i)},destroy:function(){this.zoom&&this.zoom.unwrap(),this.mouseTrap&&(this.mouseTrap.unbind(),this.mouseTrap.remove(),this.mouseTrap=null),this.zoomDiv&&(this.zoomDiv.remove(),this.zoomDiv=null),this.options.disableRightClick&&i(document).unbind(),this._removeElements(),this.options.elements.gallery.unbind(),this.element.removeData("yith_magnifier")}},i.fn.yith_magnifier=function(t){if("string"==typeof t){var o=Array.prototype.slice.call(arguments,1);this.each(function(){var e=i.data(this,"yith_magnifier");e?i.isFunction(e[t])&&"_"!==t.charAt(0)?e[t].apply(e,o):i.error("no such method '"+t+"' for yith_magnifier instance"):i.error("cannot call methods on yith_magnifier prior to initialization; attempted to call method '"+t+"'")})}else this.each(function(){i.data(this,"yith_magnifier")?i.error("yith_magnifier already istantiated."):i.data(this,"yith_magnifier",new i.yith_magnifier(t,this))});return this}}(window,jQuery);
|
assets/js/ywzm_frontend.js
CHANGED
@@ -6,12 +6,12 @@
|
|
6 |
*/
|
7 |
jQuery(document).ready(function ($) {
|
8 |
|
9 |
-
var yith_wcmg
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
|
16 |
if (typeof yith_magnifier_options == 'undefined') {
|
17 |
return false;
|
@@ -49,6 +49,8 @@ jQuery(document).ready(function ($) {
|
|
49 |
yith_wcmg_image.attr('srcset', yith_wcmg_default_image);
|
50 |
yith_wcmg_image.attr('src-orig', yith_wcmg_default_image);
|
51 |
|
|
|
|
|
52 |
if (yith_wcmg.data('yith_magnifier')) {
|
53 |
yith_wcmg.yith_magnifier('destroy');
|
54 |
}
|
6 |
*/
|
7 |
jQuery(document).ready(function ($) {
|
8 |
|
9 |
+
var yith_wcmg = $('.images'),
|
10 |
+
yith_wcmg_zoom = $('.yith_magnifier_zoom'),
|
11 |
+
yith_wcmg_image = $('.yith_magnifier_zoom img').first(),
|
12 |
+
yith_wcmg_default_zoom = yith_wcmg.find('.yith_magnifier_zoom').attr('href'),
|
13 |
+
yith_wcmg_default_image = yith_wcmg.find('.yith_magnifier_zoom img').attr('src');
|
14 |
+
yith_wcmg_default_gallery = yith_wcmg.find('.thumbnails');
|
15 |
|
16 |
if (typeof yith_magnifier_options == 'undefined') {
|
17 |
return false;
|
49 |
yith_wcmg_image.attr('srcset', yith_wcmg_default_image);
|
50 |
yith_wcmg_image.attr('src-orig', yith_wcmg_default_image);
|
51 |
|
52 |
+
yith_wcmg.find('.thumbnails').replaceWith( yith_wcmg_default_gallery );
|
53 |
+
|
54 |
if (yith_wcmg.data('yith_magnifier')) {
|
55 |
yith_wcmg.yith_magnifier('destroy');
|
56 |
}
|
assets/js/ywzm_frontend.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
jQuery(document).ready(function(
|
1 |
+
jQuery(document).ready(function(i){var e=i(".images"),n=i(".yith_magnifier_zoom"),m=i(".yith_magnifier_zoom img").first(),_=e.find(".yith_magnifier_zoom").attr("href"),f=e.find(".yith_magnifier_zoom img").attr("src");if(yith_wcmg_default_gallery=e.find(".thumbnails"),"undefined"==typeof yith_magnifier_options)return!1;e.yith_magnifier(yith_magnifier_options),i(document).on("found_variation","form.variations_form",function(i,t){var r=t.image_magnifier?t.image_magnifier:_,a=f;ywzm_data.wc_before_3_0?t.image_src&&(a=t.image_src):t.image.src&&(a=t.image.src),n.attr("href",r),m.attr("src",a),m.attr("srcset",a),m.attr("src-orig",a),e.data("yith_magnifier")&&e.yith_magnifier("destroy"),e.yith_magnifier(yith_magnifier_options)}).on("reset_image",function(i){n.attr("href",_),m.attr("src",f),m.attr("srcset",f),m.attr("src-orig",f),e.find(".thumbnails").replaceWith(yith_wcmg_default_gallery),e.data("yith_magnifier")&&e.yith_magnifier("destroy"),e.yith_magnifier(yith_magnifier_options)}),i("form.variations_form .variations select").trigger("change")});
|
init.php
CHANGED
@@ -3,13 +3,13 @@
|
|
3 |
* Plugin Name: YITH WooCommerce Zoom Magnifier
|
4 |
* Plugin URI: https://yithemes.com/themes/plugins/yith-woocommerce-zoom-magnifier/
|
5 |
* Description: <code><strong>YITH WooCommerce Zoom Magnifier</strong></code> allows you to add a zoom effect to product images and a thumbnail slider for the product image gallery. <a href="https://yithemes.com/" target="_blank">Get more plugins for your e-commerce shop on <strong>YITH</strong></a>.
|
6 |
-
* Version: 1.3.
|
7 |
* Author: YITH
|
8 |
* Author URI: https://yithemes.com/
|
9 |
* Text Domain: yith-woocommerce-zoom-magnifier
|
10 |
* Domain Path: /languages/
|
11 |
* WC requires at least: 3.3.0
|
12 |
-
* WC tested up to:
|
13 |
**/
|
14 |
|
15 |
/* Copyright 2013-2018 Your Inspiration Themes (email : plugins@yithemes.com)
|
@@ -78,7 +78,7 @@ register_activation_hook ( __FILE__, 'yith_plugin_registration_hook' );
|
|
78 |
|
79 |
defined ( 'YITH_YWZM_FREE_INIT' ) || define ( 'YITH_YWZM_FREE_INIT', plugin_basename ( __FILE__ ) );
|
80 |
defined ( 'YITH_YWZM_SLUG' ) || define ( 'YITH_YWZM_SLUG', 'yith-woocommerce-zoom-magnifier' );
|
81 |
-
defined ( 'YITH_YWZM_VERSION' ) || define ( 'YITH_YWZM_VERSION', '1.3.
|
82 |
defined ( 'YITH_YWZM_FILE' ) || define ( 'YITH_YWZM_FILE', __FILE__ );
|
83 |
defined ( 'YITH_YWZM_DIR' ) || define ( 'YITH_YWZM_DIR', plugin_dir_path ( __FILE__ ) );
|
84 |
defined ( 'YITH_YWZM_URL' ) || define ( 'YITH_YWZM_URL', plugins_url ( '/', __FILE__ ) );
|
3 |
* Plugin Name: YITH WooCommerce Zoom Magnifier
|
4 |
* Plugin URI: https://yithemes.com/themes/plugins/yith-woocommerce-zoom-magnifier/
|
5 |
* Description: <code><strong>YITH WooCommerce Zoom Magnifier</strong></code> allows you to add a zoom effect to product images and a thumbnail slider for the product image gallery. <a href="https://yithemes.com/" target="_blank">Get more plugins for your e-commerce shop on <strong>YITH</strong></a>.
|
6 |
+
* Version: 1.3.16
|
7 |
* Author: YITH
|
8 |
* Author URI: https://yithemes.com/
|
9 |
* Text Domain: yith-woocommerce-zoom-magnifier
|
10 |
* Domain Path: /languages/
|
11 |
* WC requires at least: 3.3.0
|
12 |
+
* WC tested up to: 4.0
|
13 |
**/
|
14 |
|
15 |
/* Copyright 2013-2018 Your Inspiration Themes (email : plugins@yithemes.com)
|
78 |
|
79 |
defined ( 'YITH_YWZM_FREE_INIT' ) || define ( 'YITH_YWZM_FREE_INIT', plugin_basename ( __FILE__ ) );
|
80 |
defined ( 'YITH_YWZM_SLUG' ) || define ( 'YITH_YWZM_SLUG', 'yith-woocommerce-zoom-magnifier' );
|
81 |
+
defined ( 'YITH_YWZM_VERSION' ) || define ( 'YITH_YWZM_VERSION', '1.3.16' );
|
82 |
defined ( 'YITH_YWZM_FILE' ) || define ( 'YITH_YWZM_FILE', __FILE__ );
|
83 |
defined ( 'YITH_YWZM_DIR' ) || define ( 'YITH_YWZM_DIR', plugin_dir_path ( __FILE__ ) );
|
84 |
defined ( 'YITH_YWZM_URL' ) || define ( 'YITH_YWZM_URL', plugins_url ( '/', __FILE__ ) );
|
lib/class.yith-woocommerce-zoom-magnifier.php
CHANGED
@@ -86,14 +86,35 @@ if ( ! class_exists( 'YITH_WooCommerce_Zoom_Magnifier' ) ) {
|
|
86 |
*/
|
87 |
public function yith_wc_zoom_magnifier_get_main_image_call_back(){
|
88 |
|
89 |
-
|
|
|
90 |
|
91 |
-
$
|
|
|
|
|
92 |
|
93 |
-
$
|
94 |
-
|
95 |
-
|
96 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
97 |
|
98 |
}
|
99 |
|
86 |
*/
|
87 |
public function yith_wc_zoom_magnifier_get_main_image_call_back(){
|
88 |
|
89 |
+
// set the main wp query for the product
|
90 |
+
global $post, $product;
|
91 |
|
92 |
+
$product_id = isset( $_POST[ 'product_id' ] ) ? $_POST[ 'product_id' ] : 0;
|
93 |
+
$post = get_post( $product_id ); // to fix junk theme compatibility
|
94 |
+
$product = wc_get_product( $product_id );
|
95 |
|
96 |
+
if( empty( $product ) ) {
|
97 |
+
wp_send_json_error();
|
98 |
+
}
|
99 |
+
|
100 |
+
$url = wp_get_attachment_image_src( get_post_thumbnail_id( $product_id ), "full" );
|
101 |
+
|
102 |
+
if( function_exists( 'YITH_WCCL_Frontend' ) && function_exists( 'yith_wccl_get_variation_gallery' ) ) {
|
103 |
+
$gallery = yith_wccl_get_variation_gallery( $product );
|
104 |
+
// filter gallery based on current variation
|
105 |
+
if( ! empty( $gallery ) ) {
|
106 |
+
add_filter( 'woocommerce_product_variation_get_gallery_image_ids', [ YITH_WCCL_Frontend(), 'filter_gallery_ids' ], 10, 2 );
|
107 |
+
}
|
108 |
+
}
|
109 |
+
|
110 |
+
ob_start();
|
111 |
+
wc_get_template( 'single-product/product-thumbnails-magnifier.php', [], '', YITH_YWZM_DIR . 'templates/' );
|
112 |
+
$gallery_html = ob_get_clean();
|
113 |
+
|
114 |
+
wp_send_json( [
|
115 |
+
'url' => isset( $url[ 0 ] ) ? $url[ 0 ] : '',
|
116 |
+
'gallery' => $gallery_html
|
117 |
+
] );
|
118 |
|
119 |
}
|
120 |
|
plugin-fw/Gruntfile.js
ADDED
@@ -0,0 +1,96 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/**
|
2 |
+
* in vagrant ssh, launch:
|
3 |
+
* - npm install
|
4 |
+
* - grunt (or use npm scripts in package.json)
|
5 |
+
*/
|
6 |
+
|
7 |
+
const potInfo = {
|
8 |
+
potFilename: 'yith-plugin-fw.pot',
|
9 |
+
potHeaders : {
|
10 |
+
poedit : true, // Includes common Poedit headers.
|
11 |
+
'x-poedit-keywordslist': true, // Include a list of all possible gettext functions.
|
12 |
+
'report-msgid-bugs-to' : 'YITH <plugins@yithemes.com>',
|
13 |
+
'language-team' : 'YITH <info@yithemes.com>'
|
14 |
+
}
|
15 |
+
};
|
16 |
+
|
17 |
+
module.exports = function ( grunt ) {
|
18 |
+
'use strict';
|
19 |
+
|
20 |
+
grunt.initConfig( {
|
21 |
+
dirs: {
|
22 |
+
css: 'assets/css',
|
23 |
+
js : 'assets/js'
|
24 |
+
},
|
25 |
+
|
26 |
+
uglify: {
|
27 |
+
options: {
|
28 |
+
ie8 : true,
|
29 |
+
parse : {
|
30 |
+
strict: false
|
31 |
+
},
|
32 |
+
output: {
|
33 |
+
comments: /@license|@preserve|^!/
|
34 |
+
}
|
35 |
+
},
|
36 |
+
common : {
|
37 |
+
files: [{
|
38 |
+
expand: true,
|
39 |
+
cwd : '<%= dirs.js %>/',
|
40 |
+
src : ['*.js', '!*.min.js'],
|
41 |
+
dest : '<%= dirs.js %>/',
|
42 |
+
rename: function ( dst, src ) {
|
43 |
+
// To keep the source js files and make new files as `*.min.js`:
|
44 |
+
return dst + '/' + src.replace( '.js', '.min.js' );
|
45 |
+
}
|
46 |
+
}]
|
47 |
+
}
|
48 |
+
},
|
49 |
+
|
50 |
+
jshint: {
|
51 |
+
options: {
|
52 |
+
jshintrc: '.jshintrc'
|
53 |
+
},
|
54 |
+
all : [
|
55 |
+
'<%= dirs.js %>/*.js',
|
56 |
+
'!<%= dirs.js %>/*.min.js'
|
57 |
+
]
|
58 |
+
},
|
59 |
+
|
60 |
+
|
61 |
+
makepot: {
|
62 |
+
options: {
|
63 |
+
type : 'wp-plugin',
|
64 |
+
domainPath : 'languages',
|
65 |
+
domain : 'yith-plugin-fw',
|
66 |
+
potHeaders : potInfo.potHeaders,
|
67 |
+
updatePoFiles: true
|
68 |
+
},
|
69 |
+
dist : {
|
70 |
+
options: {
|
71 |
+
potFilename: potInfo.potFilename,
|
72 |
+
exclude : [
|
73 |
+
'node_modules/.*',
|
74 |
+
'tests/.*',
|
75 |
+
'tmp/.*'
|
76 |
+
]
|
77 |
+
}
|
78 |
+
}
|
79 |
+
}
|
80 |
+
|
81 |
+
} );
|
82 |
+
|
83 |
+
// Load NPM tasks to be used here.
|
84 |
+
grunt.loadNpmTasks( 'grunt-wp-i18n' );
|
85 |
+
|
86 |
+
// Use uglify-es (instead of uglify) to uglify also JS for ES6.
|
87 |
+
grunt.loadNpmTasks( 'grunt-contrib-uglify-es' );
|
88 |
+
|
89 |
+
// Register tasks.
|
90 |
+
grunt.registerTask( 'js', ['uglify'] );
|
91 |
+
grunt.registerTask( 'i18n', ['makepot'] );
|
92 |
+
grunt.registerTask( 'default', [
|
93 |
+
'js',
|
94 |
+
'i18n'
|
95 |
+
] );
|
96 |
+
};
|
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/assets/js/how-to.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
|
1 |
+
!function(r){var t=jQuery("#yith-how-to-premium").parent();void 0!==t&&t.prop("target","_blank")}();
|
plugin-fw/assets/js/jquery.colorbox.min.js
CHANGED
@@ -1,33 +1,6 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
*/
|
6 |
-
var $jscomp=$jscomp||{};$jscomp.scope={};$jscomp.findInternal=function(b,h,g){b instanceof String&&(b=String(b));for(var d=b.length,r=0;r<d;r++){var C=b[r];if(h.call(g,C,r,b))return{i:r,v:C}}return{i:-1,v:void 0}};$jscomp.ASSUME_ES5=!1;$jscomp.ASSUME_NO_NATIVE_MAP=!1;$jscomp.ASSUME_NO_NATIVE_SET=!1;$jscomp.defineProperty=$jscomp.ASSUME_ES5||"function"==typeof Object.defineProperties?Object.defineProperty:function(b,h,g){b!=Array.prototype&&b!=Object.prototype&&(b[h]=g.value)};
|
7 |
-
$jscomp.getGlobal=function(b){return"undefined"!=typeof window&&window===b?b:"undefined"!=typeof global&&null!=global?global:b};$jscomp.global=$jscomp.getGlobal(this);$jscomp.polyfill=function(b,h,g,d){if(h){g=$jscomp.global;b=b.split(".");for(d=0;d<b.length-1;d++){var r=b[d];r in g||(g[r]={});g=g[r]}b=b[b.length-1];d=g[b];h=h(d);h!=d&&null!=h&&$jscomp.defineProperty(g,b,{configurable:!0,writable:!0,value:h})}};
|
8 |
-
$jscomp.polyfill("Array.prototype.find",function(b){return b?b:function(b,g){return $jscomp.findInternal(this,b,g).v}},"es6","es3");
|
9 |
-
(function(b,h,g){function d(a,f,H){a=h.createElement(a);f&&(a.id="cbox"+f);H&&(a.style.cssText=H);return b(a)}function r(){return g.innerHeight?g.innerHeight:b(g).height()}function C(a,f){f!==Object(f)&&(f={});this.cache={};this.el=a;this.value=function(a){if(void 0===this.cache[a]){var c=b(this.el).attr("data-cbox-"+a);void 0!==c?this.cache[a]=c:void 0!==f[a]?this.cache[a]=f[a]:void 0!==S[a]&&(this.cache[a]=S[a])}return this.cache[a]};this.get=function(a){a=this.value(a);return b.isFunction(a)?a.call(this.el,
|
10 |
-
this):a}}function O(a){var c=n.length;a=(p+a)%c;return 0>a?c+a:a}function q(a,b){return Math.round((/%/.test(a)?("x"===b?x.width():r())/100:1)*parseInt(a,10))}function ca(a,b){return a.get("photo")||a.get("photoRegex").test(b)}function da(a,b){return a.get("retinaUrl")&&1<g.devicePixelRatio?b.replace(a.get("photoRegex"),a.get("retinaSuffix")):b}function ea(a){"contains"in k[0]&&!k[0].contains(a.target)&&a.target!==y[0]&&(a.stopPropagation(),k.focus())}function I(a){I.str!==a&&(k.add(y).removeClass(I.str).addClass(a),
|
11 |
-
I.str=a)}function ja(c){p=0;c&&!1!==c&&"nofollow"!==c?(n=b(".cboxElement").filter(function(){var a=b.data(this,"colorbox");return(new C(this,a)).get("rel")===c}),p=n.index(a.el),-1===p&&(n=n.add(a.el),p=n.length-1)):n=b(a.el)}function E(a){b(h).trigger(a);t.triggerHandler(a)}function P(c){if(!J){var f=b(c).data("colorbox");a=new C(c,f);ja(a.get("rel"));if(!z){z=K=!0;I(a.get("className"));k.css({visibility:"hidden",display:"block",opacity:""});l=d("div","LoadedContent","width:0; height:0; overflow:hidden; visibility:hidden");
|
12 |
-
u.css({width:"",height:""}).append(l);v=T.height()+U.height()+u.outerHeight(!0)-u.height();w=V.width()+W.width()+u.outerWidth(!0)-u.width();A=l.outerHeight(!0);B=l.outerWidth(!0);c=q(a.get("initialWidth"),"x");f=q(a.get("initialHeight"),"y");var H=a.get("maxWidth"),e=a.get("maxHeight");a.w=Math.max((!1!==H?Math.min(c,q(H,"x")):c)-B-w,0);a.h=Math.max((!1!==e?Math.min(f,q(e,"y")):f)-A-v,0);l.css({width:"",height:a.h});m.position();E("cbox_open");a.get("onOpen");X.add(Y).hide();k.focus();a.get("trapFocus")&&
|
13 |
-
h.addEventListener&&(h.addEventListener("focus",ea,!0),t.one("cbox_closed",function(){h.removeEventListener("focus",ea,!0)}));if(a.get("returnFocus"))t.one("cbox_closed",function(){b(a.el).focus()})}c=parseFloat(a.get("opacity"));y.css({opacity:c===c?c:"",cursor:a.get("overlayClose")?"pointer":"",visibility:"visible"}).show();a.get("closeButton")?Q.html(a.get("close")).appendTo(u):Q.appendTo("<div/>");ka()}}function fa(){k||(Z=!1,x=b(g),k=d("div").attr({id:"colorbox","class":!1===b.support.opacity?
|
14 |
-
"cboxIE":"",role:"dialog",tabindex:"-1"}).hide(),y=d("div","Overlay").hide(),R=b([d("div","LoadingOverlay")[0],d("div","LoadingGraphic")[0]]),F=d("div","Wrapper"),u=d("div","Content").append(Y=d("div","Title"),aa=d("div","Current"),L=b('<button type="button"/>').attr({id:"cboxPrevious"}),M=b('<button type="button"/>').attr({id:"cboxNext"}),G=d("button","Slideshow"),R),Q=b('<button type="button"/>').attr({id:"cboxClose"}),F.append(d("div").append(d("div","TopLeft"),T=d("div","TopCenter"),d("div","TopRight")),
|
15 |
-
d("div",!1,"clear:left").append(V=d("div","MiddleLeft"),u,W=d("div","MiddleRight")),d("div",!1,"clear:left").append(d("div","BottomLeft"),U=d("div","BottomCenter"),d("div","BottomRight"))).find("div div").css({"float":"left"}),N=d("div",!1,"position:absolute; width:9999px; visibility:hidden; display:none; max-width:none;"),X=M.add(L).add(aa).add(G));h.body&&!k.parent().length&&b(h.body).append(y,k.append(F,N))}function la(){function c(a){1<a.which||a.shiftKey||a.altKey||a.metaKey||a.ctrlKey||(a.preventDefault(),
|
16 |
-
P(this))}if(k){if(!Z)if(Z=!0,M.click(function(){m.next()}),L.click(function(){m.prev()}),Q.click(function(){m.close()}),y.click(function(){a.get("overlayClose")&&m.close()}),b(h).bind("keydown.cbox",function(b){var c=b.keyCode;z&&a.get("escKey")&&27===c&&(b.preventDefault(),m.close());z&&a.get("arrowKey")&&n[1]&&!b.altKey&&(37===c?(b.preventDefault(),L.click()):39===c&&(b.preventDefault(),M.click()))}),b.isFunction(b.fn.on))b(h).on("click.cbox",".cboxElement",c);else b(".cboxElement").live("click.cbox",
|
17 |
-
c);return!0}return!1}function ka(){var c,f=m.prep,k=++ba;K=!0;e=!1;E("cbox_purge");E("cbox_load");a.get("onLoad");a.h=a.get("height")?q(a.get("height"),"y")-A-v:a.get("innerHeight")&&q(a.get("innerHeight"),"y");a.w=a.get("width")?q(a.get("width"),"x")-B-w:a.get("innerWidth")&&q(a.get("innerWidth"),"x");a.mw=a.w;a.mh=a.h;a.get("maxWidth")&&(a.mw=q(a.get("maxWidth"),"x")-B-w,a.mw=a.w&&a.w<a.mw?a.w:a.mw);a.get("maxHeight")&&(a.mh=q(a.get("maxHeight"),"y")-A-v,a.mh=a.h&&a.h<a.mh?a.h:a.mh);var D=a.get("href");
|
18 |
-
ha=setTimeout(function(){R.show()},100);if(a.get("inline")){var h=b(D);var l=b("<div>").hide().insertBefore(h);t.one("cbox_purge",function(){l.replaceWith(h)});f(h)}else a.get("iframe")?f(" "):a.get("html")?f(a.get("html")):ca(a,D)?(D=da(a,D),e=a.get("createImg"),b(e).addClass("cboxPhoto").bind("error.cbox",function(){f(d("div","Error").html(a.get("imgError")))}).one("load",function(){k===ba&&setTimeout(function(){a.get("retinaImage")&&1<g.devicePixelRatio&&(e.height/=g.devicePixelRatio,e.width/=
|
19 |
-
g.devicePixelRatio);if(a.get("scalePhotos")){c=function(){e.height-=e.height*d;e.width-=e.width*d};if(a.mw&&e.width>a.mw){var d=(e.width-a.mw)/e.width;c()}a.mh&&e.height>a.mh&&(d=(e.height-a.mh)/e.height,c())}a.h&&(e.style.marginTop=Math.max(a.mh-e.height,0)/2+"px");n[1]&&(a.get("loop")||n[p+1])&&(e.style.cursor="pointer",b(e).bind("click.cbox",function(){m.next()}));e.style.width=e.width+"px";e.style.height=e.height+"px";f(e)},1)}),e.src=D):D&&N.load(D,a.get("data"),function(c,e){k===ba&&f("error"===
|
20 |
-
e?d("div","Error").html(a.get("xhrError")):b(this).contents())})}var S={html:!1,photo:!1,iframe:!1,inline:!1,transition:"elastic",speed:300,fadeOut:300,width:!1,initialWidth:"600",innerWidth:!1,maxWidth:!1,height:!1,initialHeight:"450",innerHeight:!1,maxHeight:!1,scalePhotos:!0,scrolling:!0,opacity:.9,preloading:!0,className:!1,overlayClose:!0,escKey:!0,arrowKey:!0,top:!1,bottom:!1,left:!1,right:!1,fixed:!1,data:void 0,closeButton:!0,fastIframe:!0,open:!1,reposition:!0,loop:!0,slideshow:!1,slideshowAuto:!0,
|
21 |
-
slideshowSpeed:2500,slideshowStart:"start slideshow",slideshowStop:"stop slideshow",photoRegex:/\.(gif|png|jp(e|g|eg)|bmp|ico|webp|jxr|svg)((#|\?).*)?$/i,retinaImage:!1,retinaUrl:!1,retinaSuffix:"@2x.$1",current:"image {current} of {total}",previous:"previous",next:"next",close:"close",xhrError:"This content failed to load.",imgError:"This image failed to load.",returnFocus:!0,trapFocus:!0,onOpen:!1,onLoad:!1,onComplete:!1,onCleanup:!1,onClosed:!1,rel:function(){return this.rel},href:function(){return b(this).attr("href")},
|
22 |
-
title:function(){return this.title},createImg:function(){var a=new Image,f=b(this).data("cbox-img-attrs");"object"===typeof f&&b.each(f,function(b,c){a[b]=c});return a},createIframe:function(){var a=h.createElement("iframe"),f=b(this).data("cbox-iframe-attrs");"object"===typeof f&&b.each(f,function(b,c){a[b]=c});"frameBorder"in a&&(a.frameBorder=0);"allowTransparency"in a&&(a.allowTransparency="true");a.name=(new Date).getTime();a.allowFullscreen=!0;return a}},y,k,F,u,T,V,W,U,n,x,l,N,R,Y,aa,G,M,L,
|
23 |
-
Q,X,t=b("<a/>"),a,v,w,A,B,p,e,z,K,J,ha,ba=0,ia={},Z,ma=function(){function b(){clearTimeout(l)}function f(){if(a.get("loop")||n[p+1])b(),l=setTimeout(m.next,a.get("slideshowSpeed"))}function d(){G.html(a.get("slideshowStop")).unbind("click.cbox").one("click.cbox",e);t.bind("cbox_complete",f).bind("cbox_load",b);k.removeClass("cboxSlideshow_off").addClass("cboxSlideshow_on")}function e(){b();t.unbind("cbox_complete",f).unbind("cbox_load",b);G.html(a.get("slideshowStart")).unbind("click.cbox").one("click.cbox",
|
24 |
-
function(){m.next();d()});k.removeClass("cboxSlideshow_on").addClass("cboxSlideshow_off")}function h(){g=!1;G.hide();b();t.unbind("cbox_complete",f).unbind("cbox_load",b);k.removeClass("cboxSlideshow_off cboxSlideshow_on")}var g,l;return function(){g?a.get("slideshow")||(t.unbind("cbox_cleanup",h),h()):a.get("slideshow")&&n[1]&&(g=!0,t.one("cbox_cleanup",h),a.get("slideshowAuto")?d():e(),G.show())}}();if(!b.colorbox){b(fa);var m=b.fn.colorbox=b.colorbox=function(a,f){var c=this;a=a||{};b.isFunction(c)&&
|
25 |
-
(c=b("<a/>"),a.open=!0);if(!c[0])return c;fa();la()&&(f&&(a.onComplete=f),c.each(function(){var c=b.data(this,"colorbox")||{};b.data(this,"colorbox",b.extend(c,a))}).addClass("cboxElement"),f=new C(c[0],a),f.get("open")&&P(c[0]));return c};m.position=function(c,f){function d(){T[0].style.width=U[0].style.width=u[0].style.width=parseInt(k[0].style.width,10)-w+"px";u[0].style.height=V[0].style.height=W[0].style.height=parseInt(k[0].style.height,10)-v+"px"}var e=0,h=0,g=k.offset();x.unbind("resize.cbox");
|
26 |
-
k.css({top:-9E4,left:-9E4});var l=x.scrollTop();var n=x.scrollLeft();a.get("fixed")?(g.top-=l,g.left-=n,k.css({position:"fixed"})):(e=l,h=n,k.css({position:"absolute"}));h=!1!==a.get("right")?h+Math.max(x.width()-a.w-B-w-q(a.get("right"),"x"),0):!1!==a.get("left")?h+q(a.get("left"),"x"):h+Math.round(Math.max(x.width()-a.w-B-w,0)/2);e=!1!==a.get("bottom")?e+Math.max(r()-a.h-A-v-q(a.get("bottom"),"y"),0):!1!==a.get("top")?e+q(a.get("top"),"y"):e+Math.round(Math.max(r()-a.h-A-v,0)/2);k.css({top:g.top,
|
27 |
-
left:g.left,visibility:"visible"});F[0].style.width=F[0].style.height="9999px";var p={width:a.w+B+w,height:a.h+A+v,top:e,left:h};if(c){var t=0;b.each(p,function(a){p[a]!==ia[a]&&(t=c)});c=t}ia=p;c||k.css(p);k.dequeue().animate(p,{duration:c||0,complete:function(){d();K=!1;F[0].style.width=a.w+B+w+"px";F[0].style.height=a.h+A+v+"px";a.get("reposition")&&setTimeout(function(){x.bind("resize.cbox",m.position)},1);b.isFunction(f)&&f()},step:d})};m.resize=function(b){if(z){b=b||{};b.width&&(a.w=q(b.width,
|
28 |
-
"x")-B-w);b.innerWidth&&(a.w=q(b.innerWidth,"x"));l.css({width:a.w});b.height&&(a.h=q(b.height,"y")-A-v);b.innerHeight&&(a.h=q(b.innerHeight,"y"));if(!b.innerHeight&&!b.height){var c=l.scrollTop();l.css({height:"auto"});a.h=l.height()}l.css({height:a.h});c&&l.scrollTop(c);m.position("none"===a.get("transition")?0:a.get("speed"))}};m.prep=function(c){if(z){var f="none"===a.get("transition")?0:a.get("speed");l.remove();l=d("div","LoadedContent").append(c);l.hide().appendTo(N.show()).css({width:function(){a.w=
|
29 |
-
a.w||l.width();a.w=a.mw&&a.mw<a.w?a.mw:a.w;return a.w}(),overflow:a.get("scrolling")?"auto":"hidden"}).css({height:function(){a.h=a.h||l.height();a.h=a.mh&&a.mh<a.h?a.mh:a.h;return a.h}()}).prependTo(u);N.hide();b(e).css({"float":"none"});I(a.get("className"));var g=function(){function c(){!1===b.support.opacity&&k[0].style.removeAttribute("filter")}var d=n.length;if(z){var e=function(){clearTimeout(ha);R.hide();E("cbox_complete");a.get("onComplete")};Y.html(a.get("title")).show();l.show();1<d?("string"===
|
30 |
-
typeof a.get("current")&&aa.html(a.get("current").replace("{current}",p+1).replace("{total}",d)).show(),M[a.get("loop")||p<d-1?"show":"hide"]().html(a.get("next")),L[a.get("loop")||p?"show":"hide"]().html(a.get("previous")),ma(),a.get("preloading")&&b.each([O(-1),O(1)],function(){var a=n[this];var c=new C(a,b.data(a,"colorbox"));(a=c.get("href"))&&ca(c,a)&&(a=da(c,a),c=h.createElement("img"),c.src=a)})):X.hide();if(a.get("iframe")){var g=a.get("createIframe");a.get("scrolling")||(g.scrolling="no");
|
31 |
-
b(g).attr({src:a.get("href"),"class":"cboxIframe"}).one("load",e).appendTo(l);t.one("cbox_purge",function(){g.src="//about:blank"});a.get("fastIframe")&&b(g).trigger("load")}else e();"fade"===a.get("transition")?k.fadeTo(f,1,c):c()}};"fade"===a.get("transition")?k.fadeTo(f,0,function(){m.position(0,g)}):m.position(f,g)}};m.next=function(){!K&&n[1]&&(a.get("loop")||n[p+1])&&(p=O(1),P(n[p]))};m.prev=function(){!K&&n[1]&&(a.get("loop")||p)&&(p=O(-1),P(n[p]))};m.close=function(){z&&!J&&(J=!0,z=!1,E("cbox_cleanup"),
|
32 |
-
a.get("onCleanup"),x.unbind(".cbox"),y.fadeTo(a.get("fadeOut")||0,0),k.stop().fadeTo(a.get("fadeOut")||0,0,function(){k.hide();y.hide();E("cbox_purge");l.remove();setTimeout(function(){J=!1;E("cbox_closed");a.get("onClosed")},1)}))};m.remove=function(){k&&(k.stop(),b.colorbox.close(),k.stop(!1,!0).remove(),y.remove(),J=!1,k=null,b(".cboxElement").removeData("colorbox").removeClass("cboxElement"),b(h).unbind("click.cbox").unbind("keydown.cbox"))};m.element=function(){return b(a.el)};m.settings=S}})(jQuery,
|
33 |
-
document,window);
|
1 |
+
/*!
|
2 |
+
Colorbox 1.6.3
|
3 |
+
license: MIT
|
4 |
+
http://www.jacklmoore.com/colorbox
|
5 |
*/
|
6 |
+
!function(t,e,i){var n,o,h,r,a,s,l,d,c,g,u,f,p,m,w,v,x,y,b,T,C,H,k,W,E,I,M,L,F,R,S,K,P,B={html:!1,photo:!1,iframe:!1,inline:!1,transition:"elastic",speed:300,fadeOut:300,width:!1,initialWidth:"600",innerWidth:!1,maxWidth:!1,height:!1,initialHeight:"450",innerHeight:!1,maxHeight:!1,scalePhotos:!0,scrolling:!0,opacity:.9,preloading:!0,className:!1,overlayClose:!0,escKey:!0,arrowKey:!0,top:!1,bottom:!1,left:!1,right:!1,fixed:!1,data:undefined,closeButton:!0,fastIframe:!0,open:!1,reposition:!0,loop:!0,slideshow:!1,slideshowAuto:!0,slideshowSpeed:2500,slideshowStart:"start slideshow",slideshowStop:"stop slideshow",photoRegex:/\.(gif|png|jp(e|g|eg)|bmp|ico|webp|jxr|svg)((#|\?).*)?$/i,retinaImage:!1,retinaUrl:!1,retinaSuffix:"@2x.$1",current:"image {current} of {total}",previous:"previous",next:"next",close:"close",xhrError:"This content failed to load.",imgError:"This image failed to load.",returnFocus:!0,trapFocus:!0,onOpen:!1,onLoad:!1,onComplete:!1,onCleanup:!1,onClosed:!1,rel:function(){return this.rel},href:function(){return t(this).attr("href")},title:function(){return this.title},createImg:function(){var e=new Image,i=t(this).data("cbox-img-attrs");return"object"==typeof i&&t.each(i,function(t,i){e[t]=i}),e},createIframe:function(){var i=e.createElement("iframe"),n=t(this).data("cbox-iframe-attrs");return"object"==typeof n&&t.each(n,function(t,e){i[t]=e}),"frameBorder"in i&&(i.frameBorder=0),"allowTransparency"in i&&(i.allowTransparency="true"),i.name=(new Date).getTime(),i.allowFullscreen=!0,i}},O="colorbox",_="cbox",j=_+"Element",D=_+"_open",N=_+"_load",z=_+"_complete",A=_+"_cleanup",U=_+"_closed",$=_+"_purge",q=t("<a/>"),G="div",Q=0,J={};function V(i,n,o){var h=e.createElement(i);return n&&(h.id=_+n),o&&(h.style.cssText=o),t(h)}function X(){return i.innerHeight?i.innerHeight:t(i).height()}function Y(e,i){i!==Object(i)&&(i={}),this.cache={},this.el=e,this.value=function(e){var n;return this.cache[e]===undefined&&((n=t(this.el).attr("data-cbox-"+e))!==undefined?this.cache[e]=n:i[e]!==undefined?this.cache[e]=i[e]:B[e]!==undefined&&(this.cache[e]=B[e])),this.cache[e]},this.get=function(e){var i=this.value(e);return t.isFunction(i)?i.call(this.el,this):i}}function Z(t){var e=c.length,i=(I+t)%e;return i<0?e+i:i}function tt(t,e){return Math.round((/%/.test(t)?("x"===e?g.width():X())/100:1)*parseInt(t,10))}function et(t,e){return t.get("photo")||t.get("photoRegex").test(e)}function it(t,e){return t.get("retinaUrl")&&i.devicePixelRatio>1?e.replace(t.get("photoRegex"),t.get("retinaSuffix")):e}function nt(t){"contains"in o[0]&&!o[0].contains(t.target)&&t.target!==n[0]&&(t.stopPropagation(),o.focus())}function ot(t){ot.str!==t&&(o.add(n).removeClass(ot.str).addClass(t),ot.str=t)}function ht(i){t(e).trigger(i),q.triggerHandler(i)}var rt=function(){var t,e,i=_+"Slideshow_",n="click."+_;function h(){clearTimeout(e)}function r(){(C.get("loop")||c[I+1])&&(h(),e=setTimeout(K.next,C.get("slideshowSpeed")))}function a(){v.html(C.get("slideshowStop")).unbind(n).one(n,s),q.bind(z,r).bind(N,h),o.removeClass(i+"off").addClass(i+"on")}function s(){h(),q.unbind(z,r).unbind(N,h),v.html(C.get("slideshowStart")).unbind(n).one(n,function(){K.next(),a()}),o.removeClass(i+"on").addClass(i+"off")}function l(){t=!1,v.hide(),h(),q.unbind(z,r).unbind(N,h),o.removeClass(i+"off "+i+"on")}return function(){t?C.get("slideshow")||(q.unbind(A,l),l()):C.get("slideshow")&&c[1]&&(t=!0,q.one(A,l),C.get("slideshowAuto")?a():s(),v.show())}}();function at(h){var g,w;if(!R){if(g=t(h).data(O),C=new Y(h,g),w=C.get("rel"),I=0,w&&!1!==w&&"nofollow"!==w?(c=t("."+j).filter(function(){return new Y(this,t.data(this,O)).get("rel")===w}),-1===(I=c.index(C.el))&&(c=c.add(C.el),I=c.length-1)):c=t(C.el),!L){L=F=!0,ot(C.get("className")),o.css({visibility:"hidden",display:"block",opacity:""}),u=V(G,"LoadedContent","width:0; height:0; overflow:hidden; visibility:hidden"),r.css({width:"",height:""}).append(u),H=a.height()+d.height()+r.outerHeight(!0)-r.height(),k=s.width()+l.width()+r.outerWidth(!0)-r.width(),W=u.outerHeight(!0),E=u.outerWidth(!0);var v=tt(C.get("initialWidth"),"x"),x=tt(C.get("initialHeight"),"y"),y=C.get("maxWidth"),P=C.get("maxHeight");C.w=Math.max((!1!==y?Math.min(v,tt(y,"x")):v)-E-k,0),C.h=Math.max((!1!==P?Math.min(x,tt(P,"y")):x)-W-H,0),u.css({width:"",height:C.h}),K.position(),ht(D),C.get("onOpen"),T.add(m).hide(),o.focus(),C.get("trapFocus")&&e.addEventListener&&(e.addEventListener("focus",nt,!0),q.one(U,function(){e.removeEventListener("focus",nt,!0)})),C.get("returnFocus")&&q.one(U,function(){t(C.el).focus()})}var B=parseFloat(C.get("opacity"));n.css({opacity:B==B?B:"",cursor:C.get("overlayClose")?"pointer":"",visibility:"visible"}).show(),C.get("closeButton")?b.html(C.get("close")).appendTo(r):b.appendTo("<div/>"),function(){var e,n,o,h=K.prep,r=++Q;F=!0,M=!1,ht($),ht(N),C.get("onLoad"),C.h=C.get("height")?tt(C.get("height"),"y")-W-H:C.get("innerHeight")&&tt(C.get("innerHeight"),"y"),C.w=C.get("width")?tt(C.get("width"),"x")-E-k:C.get("innerWidth")&&tt(C.get("innerWidth"),"x"),C.mw=C.w,C.mh=C.h,C.get("maxWidth")&&(C.mw=tt(C.get("maxWidth"),"x")-E-k,C.mw=C.w&&C.w<C.mw?C.w:C.mw);C.get("maxHeight")&&(C.mh=tt(C.get("maxHeight"),"y")-W-H,C.mh=C.h&&C.h<C.mh?C.h:C.mh);if(e=C.get("href"),S=setTimeout(function(){p.show()},100),C.get("inline")){var a=t(e);o=t("<div>").hide().insertBefore(a),q.one($,function(){o.replaceWith(a)}),h(a)}else C.get("iframe")?h(" "):C.get("html")?h(C.get("html")):et(C,e)?(e=it(C,e),M=C.get("createImg"),t(M).addClass(_+"Photo").bind("error."+_,function(){h(V(G,"Error").html(C.get("imgError")))}).one("load",function(){r===Q&&setTimeout(function(){var e;C.get("retinaImage")&&i.devicePixelRatio>1&&(M.height=M.height/i.devicePixelRatio,M.width=M.width/i.devicePixelRatio),C.get("scalePhotos")&&(n=function(){M.height-=M.height*e,M.width-=M.width*e},C.mw&&M.width>C.mw&&(e=(M.width-C.mw)/M.width,n()),C.mh&&M.height>C.mh&&(e=(M.height-C.mh)/M.height,n())),C.h&&(M.style.marginTop=Math.max(C.mh-M.height,0)/2+"px"),c[1]&&(C.get("loop")||c[I+1])&&(M.style.cursor="pointer",t(M).bind("click."+_,function(){K.next()})),M.style.width=M.width+"px",M.style.height=M.height+"px",h(M)},1)}),M.src=e):e&&f.load(e,C.get("data"),function(e,i){r===Q&&h("error"===i?V(G,"Error").html(C.get("xhrError")):t(this).contents())})}()}}function st(){o||(P=!1,g=t(i),o=V(G).attr({id:O,"class":!1===t.support.opacity?_+"IE":"",role:"dialog",tabindex:"-1"}).hide(),n=V(G,"Overlay").hide(),p=t([V(G,"LoadingOverlay")[0],V(G,"LoadingGraphic")[0]]),h=V(G,"Wrapper"),r=V(G,"Content").append(m=V(G,"Title"),w=V(G,"Current"),y=t('<button type="button"/>').attr({id:_+"Previous"}),x=t('<button type="button"/>').attr({id:_+"Next"}),v=V("button","Slideshow"),p),b=t('<button type="button"/>').attr({id:_+"Close"}),h.append(V(G).append(V(G,"TopLeft"),a=V(G,"TopCenter"),V(G,"TopRight")),V(G,!1,"clear:left").append(s=V(G,"MiddleLeft"),r,l=V(G,"MiddleRight")),V(G,!1,"clear:left").append(V(G,"BottomLeft"),d=V(G,"BottomCenter"),V(G,"BottomRight"))).find("div div").css({float:"left"}),f=V(G,!1,"position:absolute; width:9999px; visibility:hidden; display:none; max-width:none;"),T=x.add(y).add(w).add(v)),e.body&&!o.parent().length&&t(e.body).append(n,o.append(h,f))}function lt(){function i(t){t.which>1||t.shiftKey||t.altKey||t.metaKey||t.ctrlKey||(t.preventDefault(),at(this))}return!!o&&(P||(P=!0,x.click(function(){K.next()}),y.click(function(){K.prev()}),b.click(function(){K.close()}),n.click(function(){C.get("overlayClose")&&K.close()}),t(e).bind("keydown."+_,function(t){var e=t.keyCode;L&&C.get("escKey")&&27===e&&(t.preventDefault(),K.close()),L&&C.get("arrowKey")&&c[1]&&!t.altKey&&(37===e?(t.preventDefault(),y.click()):39===e&&(t.preventDefault(),x.click()))}),t.isFunction(t.fn.on)?t(e).on("click."+_,"."+j,i):t("."+j).live("click."+_,i)),!0)}t[O]||(t(st),(K=t.fn[O]=t[O]=function(e,i){var n=this;return e=e||{},t.isFunction(n)&&(n=t("<a/>"),e.open=!0),n[0]?(st(),lt()&&(i&&(e.onComplete=i),n.each(function(){var i=t.data(this,O)||{};t.data(this,O,t.extend(i,e))}).addClass(j),new Y(n[0],e).get("open")&&at(n[0])),n):n}).position=function(e,i){var n,c,u,f=0,p=0,m=o.offset();function w(){a[0].style.width=d[0].style.width=r[0].style.width=parseInt(o[0].style.width,10)-k+"px",r[0].style.height=s[0].style.height=l[0].style.height=parseInt(o[0].style.height,10)-H+"px"}if(g.unbind("resize."+_),o.css({top:-9e4,left:-9e4}),c=g.scrollTop(),u=g.scrollLeft(),C.get("fixed")?(m.top-=c,m.left-=u,o.css({position:"fixed"})):(f=c,p=u,o.css({position:"absolute"})),!1!==C.get("right")?p+=Math.max(g.width()-C.w-E-k-tt(C.get("right"),"x"),0):!1!==C.get("left")?p+=tt(C.get("left"),"x"):p+=Math.round(Math.max(g.width()-C.w-E-k,0)/2),!1!==C.get("bottom")?f+=Math.max(X()-C.h-W-H-tt(C.get("bottom"),"y"),0):!1!==C.get("top")?f+=tt(C.get("top"),"y"):f+=Math.round(Math.max(X()-C.h-W-H,0)/2),o.css({top:m.top,left:m.left,visibility:"visible"}),h[0].style.width=h[0].style.height="9999px",n={width:C.w+E+k,height:C.h+W+H,top:f,left:p},e){var v=0;t.each(n,function(t){n[t]===J[t]||(v=e)}),e=v}J=n,e||o.css(n),o.dequeue().animate(n,{duration:e||0,complete:function(){w(),F=!1,h[0].style.width=C.w+E+k+"px",h[0].style.height=C.h+W+H+"px",C.get("reposition")&&setTimeout(function(){g.bind("resize."+_,K.position)},1),t.isFunction(i)&&i()},step:w})},K.resize=function(t){var e;L&&((t=t||{}).width&&(C.w=tt(t.width,"x")-E-k),t.innerWidth&&(C.w=tt(t.innerWidth,"x")),u.css({width:C.w}),t.height&&(C.h=tt(t.height,"y")-W-H),t.innerHeight&&(C.h=tt(t.innerHeight,"y")),t.innerHeight||t.height||(e=u.scrollTop(),u.css({height:"auto"}),C.h=u.height()),u.css({height:C.h}),e&&u.scrollTop(e),K.position("none"===C.get("transition")?0:C.get("speed")))},K.prep=function(i){if(L){var n,h="none"===C.get("transition")?0:C.get("speed");u.remove(),(u=V(G,"LoadedContent").append(i)).hide().appendTo(f.show()).css({width:(C.w=C.w||u.width(),C.w=C.mw&&C.mw<C.w?C.mw:C.w,C.w),overflow:C.get("scrolling")?"auto":"hidden"}).css({height:(C.h=C.h||u.height(),C.h=C.mh&&C.mh<C.h?C.mh:C.h,C.h)}).prependTo(r),f.hide(),t(M).css({float:"none"}),ot(C.get("className")),n=function(){var i,n,r=c.length;function a(){!1===t.support.opacity&&o[0].style.removeAttribute("filter")}L&&(n=function(){clearTimeout(S),p.hide(),ht(z),C.get("onComplete")},m.html(C.get("title")).show(),u.show(),r>1?("string"==typeof C.get("current")&&w.html(C.get("current").replace("{current}",I+1).replace("{total}",r)).show(),x[C.get("loop")||I<r-1?"show":"hide"]().html(C.get("next")),y[C.get("loop")||I?"show":"hide"]().html(C.get("previous")),rt(),C.get("preloading")&&t.each([Z(-1),Z(1)],function(){var i=c[this],n=new Y(i,t.data(i,O)),o=n.get("href");o&&et(n,o)&&(o=it(n,o),e.createElement("img").src=o)})):T.hide(),C.get("iframe")?(i=C.get("createIframe"),C.get("scrolling")||(i.scrolling="no"),t(i).attr({src:C.get("href"),"class":_+"Iframe"}).one("load",n).appendTo(u),q.one($,function(){i.src="//about:blank"}),C.get("fastIframe")&&t(i).trigger("load")):n(),"fade"===C.get("transition")?o.fadeTo(h,1,a):a())},"fade"===C.get("transition")?o.fadeTo(h,0,function(){K.position(0,n)}):K.position(h,n)}},K.next=function(){!F&&c[1]&&(C.get("loop")||c[I+1])&&(I=Z(1),at(c[I]))},K.prev=function(){!F&&c[1]&&(C.get("loop")||I)&&(I=Z(-1),at(c[I]))},K.close=function(){L&&!R&&(R=!0,L=!1,ht(A),C.get("onCleanup"),g.unbind("."+_),n.fadeTo(C.get("fadeOut")||0,0),o.stop().fadeTo(C.get("fadeOut")||0,0,function(){o.hide(),n.hide(),ht($),u.remove(),setTimeout(function(){R=!1,ht(U),C.get("onClosed")},1)}))},K.remove=function(){o&&(o.stop(),t[O].close(),o.stop(!1,!0).remove(),n.remove(),R=!1,o=null,t("."+j).removeData(O).removeClass(j),t(e).unbind("click."+_).unbind("keydown."+_))},K.element=function(){return t(C.el)},K.settings=B)}(jQuery,document,window);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
plugin-fw/assets/js/metabox.js
CHANGED
@@ -128,6 +128,13 @@
|
|
128 |
case 'hideme':
|
129 |
$current_field.hide();
|
130 |
break;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
131 |
default:
|
132 |
if( ! $current_container.hasClass('fade-in')){
|
133 |
$current_container.hide();
|
@@ -148,6 +155,13 @@
|
|
148 |
case 'hideme':
|
149 |
$current_field.show();
|
150 |
break;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
151 |
default:
|
152 |
$current_container.show();
|
153 |
$current_container.fadeTo("slow" , 1).addClass('fade-in');
|
128 |
case 'hideme':
|
129 |
$current_field.hide();
|
130 |
break;
|
131 |
+
case 'fadeInOut':
|
132 |
+
case 'fadeOut':
|
133 |
+
$current_container.hide( 500 );
|
134 |
+
break;
|
135 |
+
case 'fadeIn':
|
136 |
+
$current_container.hide();
|
137 |
+
break;
|
138 |
default:
|
139 |
if( ! $current_container.hasClass('fade-in')){
|
140 |
$current_container.hide();
|
155 |
case 'hideme':
|
156 |
$current_field.show();
|
157 |
break;
|
158 |
+
case 'fadeInOut':
|
159 |
+
case 'fadeIn':
|
160 |
+
$current_container.show( 500 );
|
161 |
+
break;
|
162 |
+
case 'fadeOut':
|
163 |
+
$current_container.show();
|
164 |
+
break;
|
165 |
default:
|
166 |
$current_container.show();
|
167 |
$current_container.fadeTo("slow" , 1).addClass('fade-in');
|
plugin-fw/assets/js/metabox.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
!function(
|
1 |
+
!function(e){e(".metaboxes-tab").each(function(){e(".tabs-panel",this).hide();var t=wpCookies.get("active_metabox_tab");t=null==t?e("ul.metaboxes-tabs li:first-child a",this).attr("href"):"#"+t,e(t).show(),e(".metaboxes-tabs a",this).click(function(t){if(!e(this).parent().hasClass("tabs")){var a=e(this).attr("href");return e(this).parent().addClass("tabs").siblings("li").removeClass("tabs"),e(this).closest(".metaboxes-tab").find(".tabs-panel").hide(),e(a).show(),!1}t.preventDefault()})});var t=e("#_active_page_options-container").parent().html();function a(t,a,i,s){var n=!0;if("string"==typeof a){":radio"==a.substr(0,6)&&(a+=":checked");var o=e(a).val();if("checkbox"==e(a).attr("type"))o=e(a).is(":checked")?"yes":"no";i=i.split(",");for(var d=0;d<i.length;d++){if(o==i[d]){n=!0;break}n=!1}}var r,c=e(t),h=e(t+"-container").parent(),b=s.split("-");for(r in b){var l=b[r];if(n)switch(l){case"disable":h.removeClass("yith-disabled"),c.attr("disabled",!1);break;case"hideme":c.show();break;case"fadeInOut":case"fadeIn":h.show(500);break;case"fadeOut":h.show();break;default:h.show(),h.fadeTo("slow",1).addClass("fade-in")}else switch(l){case"disable":h.addClass("yith-disabled"),c.attr("disabled",!0);break;case"hideme":c.hide();break;case"fadeInOut":case"fadeOut":h.hide(500);break;case"fadeIn":h.hide();break;default:h.hasClass("fade-in")?h.fadeTo("slow",0,function(){e(this).hide().removeClass("fade-in")}):(h.hide(),h.css({opacity:"0"}))}}}e("#_active_page_options-container").parent().remove(),e(t).insertAfter("#yit-post-setting .handlediv"),e(t).insertAfter("#yit-page-setting .handlediv"),e("#_active_page_options-container").on("click",function(){e("#_active_page_options").is(":checked")?e("#yit-page-setting .inside .metaboxes-tab, #yit-post-setting .inside .metaboxes-tab").css({opacity:1,"pointer-events":"auto"}):e("#yit-page-setting .inside .metaboxes-tab, #yit-post-setting .inside .metaboxes-tab").css({opacity:.5,"pointer-events":"none"})}).click(),e(document.body).on("yith-plugin-fw-metabox-init-deps",function(){e(document.body).trigger("yith-plugin-fw-init-radio"),e(".metaboxes-tab [data-dep-target]:not(.yith-plugin-fw-metabox-deps-initialized)").each(function(){var t=e(this),i="#"+t.data("dep-target"),s="#"+t.data("dep-id"),n=t.data("dep-value"),o=t.data("dep-type");a(i,s,n.toString(),o),e(s).on("change",function(){a(i,s,n.toString(),o)}).change(),t.addClass("yith-plugin-fw-metabox-deps-initialized")})}).trigger("yith-plugin-fw-metabox-init-deps")}(jQuery);
|
plugin-fw/assets/js/multisite-updater.js
CHANGED
@@ -10,7 +10,7 @@
|
|
10 |
|
11 |
var plugins_menu_item = $( '#menu-plugins' ),
|
12 |
update = plugins_menu_item.find( '.update-plugins' ),
|
13 |
-
count = update.find( ".
|
14 |
registered = plugins.registered,
|
15 |
activated = plugins.activated;
|
16 |
|
10 |
|
11 |
var plugins_menu_item = $( '#menu-plugins' ),
|
12 |
update = plugins_menu_item.find( '.update-plugins' ),
|
13 |
+
count = update.find( ".plugin-count" ).text(),
|
14 |
registered = plugins.registered,
|
15 |
activated = plugins.activated;
|
16 |
|
plugin-fw/assets/js/multisite-updater.min.js
CHANGED
@@ -1,8 +1 @@
|
|
1 |
-
var
|
2 |
-
$jscomp.getGlobal=function(a){return"undefined"!=typeof window&&window===a?a:"undefined"!=typeof global&&null!=global?global:a};$jscomp.global=$jscomp.getGlobal(this);$jscomp.polyfill=function(a,g,b,d){if(g){b=$jscomp.global;a=a.split(".");for(d=0;d<a.length-1;d++){var e=a[d];e in b||(b[e]={});b=b[e]}a=a[a.length-1];d=b[a];g=g(d);g!=d&&null!=g&&$jscomp.defineProperty(b,a,{configurable:!0,writable:!0,value:g})}};
|
3 |
-
$jscomp.polyfill("Array.prototype.find",function(a){return a?a:function(a,b){return $jscomp.findInternal(this,a,b).v}},"es6","es3");
|
4 |
-
(function(a){function g(a,b,d){this.php_js=this.php_js||{};this.php_js.ENV=this.php_js.ENV||{};var c=0,g=0,f=0,e={dev:-6,alpha:-5,a:-5,beta:-4,b:-4,RC:-3,rc:-3,"#":-2,p:1,pl:1};c=function(a){a=(""+a).replace(/[_\-+]/g,".");a=a.replace(/([^.\d]+)/g,".$1.").replace(/\.{2,}/g,".");return a.length?a.split("."):[-8]};numVersion=function(a){return a?isNaN(a)?e[a]||-7:parseInt(a,10):0};a=c(a);b=c(b);g=Math.max(a.length,b.length);for(c=0;c<g;c++)if(a[c]!=b[c])if(a[c]=numVersion(a[c]),b[c]=numVersion(b[c]),
|
5 |
-
a[c]<b[c]){f=-1;break}else if(a[c]>b[c]){f=1;break}if(!d)return f;switch(d){case ">":case "gt":return 0<f;case ">=":case "ge":return 0<=f;case "<=":case "le":return 0>=f;case "==":case "=":case "eq":return 0===f;case "<>":case "!=":case "ne":return 0!==f;case "":case "<":case "lt":return 0>f;default:return null}}var b=a("#menu-plugins"),d=b.find(".update-plugins").find(".update-count").text(),e=plugins.registered,h=plugins.activated;if(0==d||""==d)d=0,b.find(".wp-menu-name").append('<span class="update-plugins"><span class="plugin-count"></span></span>');
|
6 |
-
(function(b,d,e,c){for(var h in b){var f=b[h],k;for(k in f)if("slug"!=k&&!g(f[k].Version,f[k].Latest,"=")){e=parseInt(e)+1;a(".plugin-count").empty().html(e);var m=""+f[k].Name,n='*[data-slug="'+m.replace(/ /g,"-").trim().toLowerCase()+'"]';a(n).addClass("update");var l='<tr class="plugin-update-tr"><td colspan="3" class="plugin-update colspanchange"><div class="update-message notice inline notice-warning notice-alt">'+c.strings.new_version.replace("%plugin_name%",m)+'<a class="thickbox open-plugin-details-modal" href="'+
|
7 |
-
c.details_url[h]+'">'+c.strings.latest.replace("%latest%",f[k].Latest)+"</a>";l="undefined"==typeof d[h]?l+" <em>"+c.strings.unavailable+"</em>"+c.strings.activate.replace("%activate_link%",c.licence_activation_url).replace("%plugin_name%",m):l+'. <a href="'+c.update_url[h]+'">'+c.strings.update_now+"</a>";g(f[k].Version,f[k].Latest,">")&&(l+=c.strings.version_issue.replace("%plugin_name%",m));l+="</div></td></tr>";a(l).insertAfter(n)}}})(e,h,d,plugins);a("body").on("click",".yit-changelog-button",
|
8 |
-
function(){a("#TB_window").remove()})})(jQuery);
|
1 |
+
!function(e){var n=e("#menu-plugins"),a=n.find(".update-plugins").find(".plugin-count").text(),t=plugins.registered,s=plugins.activated;if(0==a||""==a){a=0,n.find(".wp-menu-name").append('<span class="update-plugins"><span class="plugin-count"></span></span>')}function i(e,n,a){this.php_js=this.php_js||{},this.php_js.ENV=this.php_js.ENV||{};var t,s=0,i=0,r={dev:-6,alpha:-5,a:-5,beta:-4,b:-4,RC:-3,rc:-3,"#":-2,p:1,pl:1},l=function(e){return(e=(e=(""+e).replace(/[_\-+]/g,".")).replace(/([^.\d]+)/g,".$1.").replace(/\.{2,}/g,".")).length?e.split("."):[-8]};for(numVersion=function(e){return e?isNaN(e)?r[e]||-7:parseInt(e,10):0},e=l(e),n=l(n),t=Math.max(e.length,n.length),s=0;s<t;s++)if(e[s]!=n[s]){if(e[s]=numVersion(e[s]),n[s]=numVersion(n[s]),e[s]<n[s]){i=-1;break}if(e[s]>n[s]){i=1;break}}if(!a)return i;switch(a){case">":case"gt":return i>0;case">=":case"ge":return i>=0;case"<=":case"le":return i<=0;case"==":case"=":case"eq":return 0===i;case"<>":case"!=":case"ne":return 0!==i;case"":case"<":case"lt":return i<0;default:return null}}!function(n,a,t,s){for(var r in n){var l=n[r];for(var p in l)if("slug"!=p&&!i(l[p].Version,l[p].Latest,"=")){t=parseInt(t)+1,e(".plugin-count").empty().html(t);var u=new RegExp(" ","g"),c=l[p],g=""+c.Name,o=g.replace(u,"-").trim(),d='*[data-slug="'+o.toLowerCase()+'"]';e(d).addClass("update");var f='<tr class="plugin-update-tr"><td colspan="3" class="plugin-update colspanchange"><div class="update-message notice inline notice-warning notice-alt">'+s.strings.new_version.replace("%plugin_name%",g)+'<a class="thickbox open-plugin-details-modal" href="'+s.details_url[r]+'">'+s.strings.latest.replace("%latest%",l[p].Latest)+"</a>";f="undefined"==typeof a[r]?f+" <em>"+s.strings.unavailable+"</em>"+s.strings.activate.replace("%activate_link%",s.licence_activation_url).replace("%plugin_name%",g):f+'. <a href="'+s.update_url[r]+'">'+s.strings.update_now+"</a>",i(l[p].Version,l[p].Latest,">")&&(f+=s.strings.version_issue.replace("%plugin_name%",g)),e(f+="</div></td></tr>").insertAfter(d)}}}(t,s,a,plugins),e("body").on("click",".yit-changelog-button",function(){e("#TB_window").remove()})}(jQuery);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
plugin-fw/assets/js/wp-pages.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
jQuery(function(a){var
|
1 |
+
jQuery(function(a){var p=a(".yith-plugin-fw-wp-page-wrapper"),e=a("div.updated, div.error, div.notice");a(".yith-plugin-fw-wp-page-wrapper .woo-nav-tab-wrapper").removeClass("woo-nav-tab-wrapper").addClass("yith-nav-tab-wrapper"),e.addClass("inline"),p.length&&p.prepend(e)});
|
plugin-fw/assets/js/yit-cpt-unlimited.min.js
CHANGED
@@ -1,2 +1 @@
|
|
1 |
-
|
2 |
-
{images:e,post_type:typenow,action:"yit_cptu_multiuploader",_ajax_nonce:a.data("nonce")},function(a){location.reload()});a.next("span.spinner").css("display","inline-block");d=!0});b.on("close",function(){d||a.next("span.spinner").hide()})}b.open()})})(jQuery);
|
1 |
+
!function(t){"use strict";t(".wrap h1, .wrap h2").on("click","a.multi-uploader",function(e){e.preventDefault();var n,a=t(this),i=!1;a.next("span.spinner").css("display","inline-block"),n?n.open():((n=wp.media.frames.file_frame=wp.media({title:a.data("uploader_title"),button:{text:a.data("uploader_button_text")},library:{type:"image"},multiple:!0})).on("select",function(){var e=[];n.state().get("selection").map(function(t){t=t.toJSON(),e.push({id:t.id,url:t.url,title:t.title})}),console.log(a.data("nonce")),t.post(ajaxurl,{images:e,post_type:typenow,action:"yit_cptu_multiuploader",_ajax_nonce:a.data("nonce")},function(t){location.reload()}),a.next("span.spinner").css("display","inline-block"),i=!0}),n.on("close",function(){i||a.next("span.spinner").hide()}),n.open())})}(jQuery);
|
|
plugin-fw/assets/js/yit-plugin-panel.js
CHANGED
@@ -28,7 +28,7 @@ jQuery( function ( $ ) {
|
|
28 |
function dependencies_handler( id, deps, values, type ) {
|
29 |
var result = true;
|
30 |
//Single dependency
|
31 |
-
if ( typeof( deps ) == 'string' ) {
|
32 |
if ( deps.substr( 0, 6 ) == ':radio' ) {
|
33 |
deps = deps + ':checked';
|
34 |
}
|
@@ -39,8 +39,7 @@ jQuery( function ( $ ) {
|
|
39 |
var thisCheck = $( deps );
|
40 |
if ( thisCheck.is( ':checked' ) ) {
|
41 |
val = 'yes';
|
42 |
-
}
|
43 |
-
else {
|
44 |
val = 'no';
|
45 |
}
|
46 |
}
|
@@ -50,8 +49,7 @@ jQuery( function ( $ ) {
|
|
50 |
for ( var i = 0; i < values.length; i++ ) {
|
51 |
if ( val != values[ i ] ) {
|
52 |
result = false;
|
53 |
-
}
|
54 |
-
else {
|
55 |
result = true;
|
56 |
break;
|
57 |
}
|
@@ -69,7 +67,7 @@ jQuery( function ( $ ) {
|
|
69 |
var types = type.split( '-' ), j;
|
70 |
for ( j in types ) {
|
71 |
var current_type = types[ j ];
|
72 |
-
|
73 |
if ( !result ) {
|
74 |
switch ( current_type ) {
|
75 |
case 'disable':
|
@@ -79,14 +77,21 @@ jQuery( function ( $ ) {
|
|
79 |
case 'hideme':
|
80 |
$current_field.hide();
|
81 |
break;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
82 |
default:
|
83 |
-
if(
|
84 |
$current_container.hide();
|
85 |
-
$current_container.css({'opacity':'0'});
|
86 |
-
}else{
|
87 |
-
$current_container.fadeTo("slow"
|
88 |
-
$(this).hide().removeClass('fade-in');
|
89 |
-
});
|
90 |
}
|
91 |
|
92 |
}
|
@@ -100,9 +105,16 @@ jQuery( function ( $ ) {
|
|
100 |
case 'hideme':
|
101 |
$current_field.show();
|
102 |
break;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
103 |
default:
|
104 |
$current_container.show();
|
105 |
-
$current_container.fadeTo("slow"
|
106 |
}
|
107 |
}
|
108 |
}
|
@@ -127,7 +139,7 @@ jQuery( function ( $ ) {
|
|
127 |
value[ $( this ).data( 'list' ) ] = options;
|
128 |
} );
|
129 |
|
130 |
-
input.val( (JSON.stringify( value )).replace( /[\\"']/g, '\\$&' ).replace( /\u0000/g, '\\0' ) );
|
131 |
}
|
132 |
} ).disableSelection();
|
133 |
} );
|
@@ -157,4 +169,13 @@ jQuery( function ( $ ) {
|
|
157 |
// prevents the WC message for changes when leaving the panel page
|
158 |
$( '.yith-plugin-fw-panel .woo-nav-tab-wrapper' ).removeClass( 'woo-nav-tab-wrapper' ).addClass( 'yith-nav-tab-wrapper' );
|
159 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
160 |
} );
|
28 |
function dependencies_handler( id, deps, values, type ) {
|
29 |
var result = true;
|
30 |
//Single dependency
|
31 |
+
if ( typeof ( deps ) == 'string' ) {
|
32 |
if ( deps.substr( 0, 6 ) == ':radio' ) {
|
33 |
deps = deps + ':checked';
|
34 |
}
|
39 |
var thisCheck = $( deps );
|
40 |
if ( thisCheck.is( ':checked' ) ) {
|
41 |
val = 'yes';
|
42 |
+
} else {
|
|
|
43 |
val = 'no';
|
44 |
}
|
45 |
}
|
49 |
for ( var i = 0; i < values.length; i++ ) {
|
50 |
if ( val != values[ i ] ) {
|
51 |
result = false;
|
52 |
+
} else {
|
|
|
53 |
result = true;
|
54 |
break;
|
55 |
}
|
67 |
var types = type.split( '-' ), j;
|
68 |
for ( j in types ) {
|
69 |
var current_type = types[ j ];
|
70 |
+
|
71 |
if ( !result ) {
|
72 |
switch ( current_type ) {
|
73 |
case 'disable':
|
77 |
case 'hideme':
|
78 |
$current_field.hide();
|
79 |
break;
|
80 |
+
case 'fadeInOut':
|
81 |
+
case 'fadeOut':
|
82 |
+
$current_container.hide( 500 );
|
83 |
+
break;
|
84 |
+
case 'fadeIn':
|
85 |
+
$current_container.hide();
|
86 |
+
break;
|
87 |
default:
|
88 |
+
if ( !$current_container.hasClass( 'fade-in' ) ) {
|
89 |
$current_container.hide();
|
90 |
+
$current_container.css( { 'opacity': '0' } );
|
91 |
+
} else {
|
92 |
+
$current_container.fadeTo( "slow", 0, function () {
|
93 |
+
$( this ).hide().removeClass( 'fade-in' );
|
94 |
+
} );
|
95 |
}
|
96 |
|
97 |
}
|
105 |
case 'hideme':
|
106 |
$current_field.show();
|
107 |
break;
|
108 |
+
case 'fadeInOut':
|
109 |
+
case 'fadeIn':
|
110 |
+
$current_container.show( 500 );
|
111 |
+
break;
|
112 |
+
case 'fadeOut':
|
113 |
+
$current_container.show();
|
114 |
+
break;
|
115 |
default:
|
116 |
$current_container.show();
|
117 |
+
$current_container.fadeTo( "slow", 1 ).addClass( 'fade-in' );
|
118 |
}
|
119 |
}
|
120 |
}
|
139 |
value[ $( this ).data( 'list' ) ] = options;
|
140 |
} );
|
141 |
|
142 |
+
input.val( ( JSON.stringify( value ) ).replace( /[\\"']/g, '\\$&' ).replace( /\u0000/g, '\\0' ) );
|
143 |
}
|
144 |
} ).disableSelection();
|
145 |
} );
|
169 |
// prevents the WC message for changes when leaving the panel page
|
170 |
$( '.yith-plugin-fw-panel .woo-nav-tab-wrapper' ).removeClass( 'woo-nav-tab-wrapper' ).addClass( 'yith-nav-tab-wrapper' );
|
171 |
|
172 |
+
var wrap = $( '.wrap.yith-plugin-ui' ).first(),
|
173 |
+
notices = $( 'div.updated, div.error, div.notice' );
|
174 |
+
|
175 |
+
// prevent moving notices into the wrapper
|
176 |
+
notices.addClass( 'inline' );
|
177 |
+
if ( wrap.length ) {
|
178 |
+
wrap.prepend( notices );
|
179 |
+
}
|
180 |
+
|
181 |
} );
|
plugin-fw/assets/js/yit-plugin-panel.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
jQuery(function(
|
1 |
+
jQuery(function(a){function e(e,t,i,n){var s=!0;if("string"==typeof t){":radio"==t.substr(0,6)&&(t+=":checked");var r=a(t).val();if("checkbox"==a(t).attr("type"))r=a(t).is(":checked")?"yes":"no";i=i.split(",");for(var d=0;d<i.length;d++){if(r==i[d]){s=!0;break}s=!1}}var c=a(e),o=a(e+"-container").closest("tr");o.length<1&&(o=c.closest(".yith-plugin-fw-panel-wc-row"));var l,h=n.split("-");for(l in h){var f=h[l];if(s)switch(f){case"disable":o.removeClass("yith-disabled"),c.attr("disabled",!1);break;case"hideme":c.show();break;case"fadeInOut":case"fadeIn":o.show(500);break;case"fadeOut":o.show();break;default:o.show(),o.fadeTo("slow",1).addClass("fade-in")}else switch(f){case"disable":o.addClass("yith-disabled"),c.attr("disabled",!0);break;case"hideme":c.hide();break;case"fadeInOut":case"fadeOut":o.hide(500);break;case"fadeIn":o.hide();break;default:o.hasClass("fade-in")?o.fadeTo("slow",0,function(){a(this).hide().removeClass("fade-in")}):(o.hide(),o.css({opacity:"0"}))}}}a("[data-dep-target]").each(function(){var t=a(this),i="#"+t.data("dep-target"),n="#"+t.data("dep-id"),s=t.data("dep-value"),r=t.data("dep-type");e(i,n,s.toString(),r),a(n).on("change",function(){e(i,n,s.toString(),r)}).change()}),a(".rm_connectedlist").each(function(){var e=a(this).find("ul"),t=a(this).find(":hidden");e.sortable({connectWith:e,update:function(i,n){var s={};e.each(function(){var e={};a(this).children().each(function(){e[a(this).data("option")]=a(this).text()}),s[a(this).data("list")]=e}),t.val(JSON.stringify(s).replace(/[\\"']/g,"\\$&").replace(/\u0000/g,"\\0"))}}).disableSelection()}),a(document).ready(function(){a(".google-analytic-generate").click(function(){var e=a("#"+a(this).data("textarea")).data("codemirrorInstance"),t="(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){\n";t+="(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement( o ),\n",t+="m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)\n",t+="})(window,document,'script','//www.google-analytics.com/analytics.js','ga');\n\n",t+="ga('create', '"+a("#"+a(this).data("input")).val()+"', '"+a(this).data("basename")+"');\n",t+="ga('send', 'pageview');\n",e.replaceRange(t,e.getCursor("start"),e.getCursor("end"))})}),a(".yith-plugin-fw-panel .woo-nav-tab-wrapper").removeClass("woo-nav-tab-wrapper").addClass("yith-nav-tab-wrapper");var t=a(".wrap.yith-plugin-ui").first(),i=a("div.updated, div.error, div.notice");i.addClass("inline"),t.length&&t.prepend(i)});
|
plugin-fw/assets/js/yit-wp-pointer.min.js
CHANGED
@@ -1,6 +1 @@
|
|
1 |
-
var
|
2 |
-
$jscomp.getGlobal=function(a){return"undefined"!=typeof window&&window===a?a:"undefined"!=typeof global&&null!=global?global:a};$jscomp.global=$jscomp.getGlobal(this);$jscomp.polyfill=function(a,c,b,d){if(c){b=$jscomp.global;a=a.split(".");for(d=0;d<a.length-1;d++){var e=a[d];e in b||(b[e]={});b=b[e]}a=a[a.length-1];d=b[a];c=c(d);c!=d&&null!=c&&$jscomp.defineProperty(b,a,{configurable:!0,writable:!0,value:c})}};
|
3 |
-
$jscomp.polyfill("Array.prototype.find",function(a){return a?a:function(a,b){return $jscomp.findInternal(this,a,b).v}},"es6","es3");
|
4 |
-
jQuery(document).ready(function(a){var c=custom_pointer.pointers[0],b=c.options,d=a(c.target),e=c.pointer_id;a(d).find(".wp-submenu li a").each(function(){var f=a(this),h=f.attr("href");h=h.replace("admin.php?page=","");if(h==e){var k=f.add(d),g=d.find(c.target.replace("#","."));d.toggleClass("wp-no-current-submenu wp-menu-open wp-has-current-submenu");f.pointer({pointerClass:"yit-wp-pointer",content:b.content,position:b.position,open:function(){k.toggleClass("yit-pointer-selected-row");g.addClass("yit-pointer")},
|
5 |
-
close:function(){d.toggleClass("wp-no-current-submenu wp-menu-open wp-has-current-submenu");k.toggleClass("yit-pointer-selected-row");g.removeClass("yit-pointer");a.ajax({type:"POST",url:ajaxurl,data:{action:"dismiss-wp-pointer",pointer:e},success:function(a){}})}}).pointer("open")}else if("yith_default_pointer"==e){k=f.add(d);g=d.find(c.target.replace("#","."));var l=a(c.target);l.addClass("wp-has-current-submenu");g.pointer({pointerClass:"yit-wp-pointer",content:b.content,position:b.position,open:function(){l.addClass("yit-pointer-selected-row")},
|
6 |
-
close:function(){l.removeClass("yit-pointer-selected-row wp-has-current-submenu");a.ajax({type:"POST",url:ajaxurl,data:{action:"dismiss-wp-pointer",pointer:e},success:function(a){}})}}).pointer("open")}})});
|
1 |
+
jQuery(document).ready(function(e){var t=custom_pointer.pointers[0],n=t.options,o=e(t.target),i=t.pointer_id;e(o).find(".wp-submenu li a").each(function(){var s=e(this),r=s.attr("href");if((r=r.replace("admin.php?page=",""))==i){var p=s.add(o),a=o.find(t.target.replace("#","."));o.toggleClass("wp-no-current-submenu wp-menu-open wp-has-current-submenu"),s.pointer({pointerClass:"yit-wp-pointer",content:n.content,position:n.position,open:function(){p.toggleClass("yit-pointer-selected-row"),a.addClass("yit-pointer")},close:function(){o.toggleClass("wp-no-current-submenu wp-menu-open wp-has-current-submenu"),p.toggleClass("yit-pointer-selected-row"),a.removeClass("yit-pointer"),e.ajax({type:"POST",url:ajaxurl,data:{action:"dismiss-wp-pointer",pointer:i},success:function(e){}})}}).pointer("open")}else if("yith_default_pointer"==i){p=s.add(o),a=o.find(t.target.replace("#","."));var u=e(t.target);u.addClass("wp-has-current-submenu"),a.pointer({pointerClass:"yit-wp-pointer",content:n.content,position:n.position,open:function(){u.addClass("yit-pointer-selected-row")},close:function(){u.removeClass("yit-pointer-selected-row wp-has-current-submenu"),e.ajax({type:"POST",url:ajaxurl,data:{action:"dismiss-wp-pointer",pointer:i},success:function(e){}})}}).pointer("open")}})});
|
|
|
|
|
|
|
|
|
|
plugin-fw/assets/js/yith-dashboard.min.js
CHANGED
@@ -1,2 +1 @@
|
|
1 |
-
|
2 |
-
create:function(){a(".ui-dialog-titlebar-close").addClass("ui-button")}});c.dialog("open")})})(jQuery);
|
1 |
+
!function(i){i(".yith-last-changelog").click(function(o){o.preventDefault();var t=i(this).data("changelogid"),a=i("#"+t),e=i(this).data("plugininfo"),n={};n[yith_dashboard.buttons.close]=function(){i(this).dialog("close")},a.dialog({title:e,dialogClass:"wp-dialog",autoOpen:!1,draggable:!1,width:"auto",modal:!0,resizable:!1,closeOnEscape:!0,position:{my:"center",at:"center",of:window},buttons:n,show:{effect:"blind",duration:1e3},open:function(){i(".ui-widget-overlay").bind("click",function(){a.dialog("close")})},create:function(){i(".ui-dialog-titlebar-close").addClass("ui-button")}}),a.dialog("open")})}(jQuery);
|
|
plugin-fw/assets/js/yith-enhanced-select-wc-2.6.min.js
CHANGED
@@ -1,5 +1 @@
|
|
1 |
-
jQuery(document).ready(function(
|
2 |
-
"3",escapeMarkup:function(a){return a},ajax:{url:yith_framework_enhanced_select_params.ajax_url,dataType:"json",quietMillis:250,data:function(a){d.term=a;return d},results:function(a){var c=[];a&&b.each(a,function(a,b){c.push({id:a,text:b})});return{results:c}},cache:!0}};!0===b(this).data("multiple")?(c.multiple=!0,c.initSelection=function(a,c){var f=b.parseJSON(a.attr("data-selected")),e=[];b(a.val().split(",")).each(function(a,b){e.push({id:b,text:f[b]})});return c(e)},c.formatSelection=function(a){return'<div class="selected-option" data-id="'+
|
3 |
-
a.id+'">'+a.text+"</div>"}):(c.multiple=!1,c.initSelection=function(a,b){a={id:a.val(),text:a.attr("data-selected")};return b(a)});b(this).select2(c).addClass("enhanced")});b(":input.yith-term-search").filter(":not(.enhanced)").each(function(){var d=b.extend({action:"yith_plugin_fw_json_search_terms",security:yith_framework_enhanced_select_params.search_terms_nonce,taxonomy:"category"},b(this).data()),c={allowClear:b(this).data("allow_clear")?!0:!1,placeholder:b(this).data("placeholder"),minimumInputLength:b(this).data("minimum_input_length")?
|
4 |
-
b(this).data("minimum_input_length"):"3",escapeMarkup:function(a){return a},ajax:{url:yith_framework_enhanced_select_params.ajax_url,dataType:"json",quietMillis:250,data:function(a){d.term=a;return d},results:function(a){var c=[];a&&b.each(a,function(a,b){c.push({id:a,text:b})});return{results:c}},cache:!0}};!0===b(this).data("multiple")?(c.multiple=!0,c.initSelection=function(a,c){var d=b.parseJSON(a.attr("data-selected")),e=[];b(a.val().split(",")).each(function(a,b){e.push({id:b,text:d[b]})});
|
5 |
-
return c(e)},c.formatSelection=function(a){return'<div class="selected-option" data-id="'+a.id+'">'+a.text+"</div>"}):(c.multiple=!1,c.initSelection=function(a,b){a={id:a.val(),text:a.attr("data-selected")};return b(a)});b(this).select2(c).addClass("enhanced")})}).trigger("yith-framework-enhanced-select-init")});
|
1 |
+
jQuery(document).ready(function(t){"use strict";t(document.body).on("yith-framework-enhanced-select-init",function(){t(":input.yith-post-search").filter(":not(.enhanced)").each(function(){var e={action:"yith_plugin_fw_json_search_posts",security:yith_framework_enhanced_select_params.search_posts_nonce,post_type:"post"},a=t.extend(e,t(this).data()),n={allowClear:!!t(this).data("allow_clear"),placeholder:t(this).data("placeholder"),minimumInputLength:t(this).data("minimum_input_length")?t(this).data("minimum_input_length"):"3",escapeMarkup:function(t){return t},ajax:{url:yith_framework_enhanced_select_params.ajax_url,dataType:"json",quietMillis:250,data:function(t){return a.term=t,a},results:function(e){var a=[];return e&&t.each(e,function(t,e){a.push({id:t,text:e})}),{results:a}},cache:!0}};!0===t(this).data("multiple")?(n.multiple=!0,n.initSelection=function(e,a){var n=t.parseJSON(e.attr("data-selected")),i=[];return t(e.val().split(",")).each(function(t,e){i.push({id:e,text:n[e]})}),a(i)},n.formatSelection=function(t){return'<div class="selected-option" data-id="'+t.id+'">'+t.text+"</div>"}):(n.multiple=!1,n.initSelection=function(t,e){return e({id:t.val(),text:t.attr("data-selected")})}),t(this).select2(n).addClass("enhanced")}),t(":input.yith-term-search").filter(":not(.enhanced)").each(function(){var e={action:"yith_plugin_fw_json_search_terms",security:yith_framework_enhanced_select_params.search_terms_nonce,taxonomy:"category"},a=t.extend(e,t(this).data()),n={allowClear:!!t(this).data("allow_clear"),placeholder:t(this).data("placeholder"),minimumInputLength:t(this).data("minimum_input_length")?t(this).data("minimum_input_length"):"3",escapeMarkup:function(t){return t},ajax:{url:yith_framework_enhanced_select_params.ajax_url,dataType:"json",quietMillis:250,data:function(t){return a.term=t,a},results:function(e){var a=[];return e&&t.each(e,function(t,e){a.push({id:t,text:e})}),{results:a}},cache:!0}};!0===t(this).data("multiple")?(n.multiple=!0,n.initSelection=function(e,a){var n=t.parseJSON(e.attr("data-selected")),i=[];return t(e.val().split(",")).each(function(t,e){i.push({id:e,text:n[e]})}),a(i)},n.formatSelection=function(t){return'<div class="selected-option" data-id="'+t.id+'">'+t.text+"</div>"}):(n.multiple=!1,n.initSelection=function(t,e){return e({id:t.val(),text:t.attr("data-selected")})}),t(this).select2(n).addClass("enhanced")})}).trigger("yith-framework-enhanced-select-init")});
|
|
|
|
|
|
|
|
plugin-fw/assets/js/yith-enhanced-select.min.js
CHANGED
@@ -1,10 +1 @@
|
|
1 |
-
var
|
2 |
-
$jscomp.getGlobal=function(a){return"undefined"!=typeof window&&window===a?a:"undefined"!=typeof global&&null!=global?global:a};$jscomp.global=$jscomp.getGlobal(this);$jscomp.polyfill=function(a,f,c,d){if(f){c=$jscomp.global;a=a.split(".");for(d=0;d<a.length-1;d++){var e=a[d];e in c||(c[e]={});c=c[e]}a=a[a.length-1];d=c[a];f=f(d);f!=d&&null!=f&&$jscomp.defineProperty(c,a,{configurable:!0,writable:!0,value:f})}};
|
3 |
-
$jscomp.polyfill("Array.prototype.find",function(a){return a?a:function(a,c){return $jscomp.findInternal(this,a,c).v}},"es6","es3");
|
4 |
-
jQuery(document).ready(function(a){a(document.body).on("yith-framework-enhanced-select-init",function(){a(".yith-post-search").filter(":not(.enhanced)").each(function(){var f=a.extend({action:"yith_plugin_fw_json_search_posts",security:yith_framework_enhanced_select_params.search_posts_nonce,post_type:"post"},a(this).data()),c={allowClear:a(this).data("allow_clear")?!0:!1,placeholder:a(this).data("placeholder"),minimumInputLength:a(this).data("minimum_input_length")?a(this).data("minimum_input_length"):
|
5 |
-
"3",escapeMarkup:function(a){return a},ajax:{url:ajaxurl,dataType:"json",quietMillis:250,data:function(b){return a.extend({term:b.term},f)},processResults:function(b){var c=[];b&&a.each(b,function(a,b){c.push({id:a,text:b})});return{results:c}},cache:!0}};a(this).select2(c).addClass("enhanced");if(a(this).data("sortable")){var d=a(this),e=a(this).next(".select2-container").find("ul.select2-selection__rendered");e.sortable({placeholder:"ui-state-highlight select2-selection__choice",forcePlaceholderSize:!0,
|
6 |
-
items:"li:not(.select2-search__field)",tolerance:"pointer",stop:function(){a(e.find(".select2-selection__choice").get().reverse()).each(function(){var b=a(this).data("data").id;b=d.find('option[value="'+b+'"]')[0];d.prepend(b)})}})}});a(".yith-customer-search").filter(":not(.enhanced)").each(function(){var f=a.extend({action:"woocommerce_json_search_customers",security:yith_framework_enhanced_select_params.search_customers_nonce},a(this).data()),c={allowClear:a(this).data("allow_clear")?!0:!1,placeholder:a(this).data("placeholder"),
|
7 |
-
minimumInputLength:a(this).data("minimum_input_length")?a(this).data("minimum_input_length"):"3",escapeMarkup:function(a){return a},ajax:{url:ajaxurl,dataType:"json",quietMillis:250,data:function(b){return a.extend({term:b.term},f)},processResults:function(b){var c=[];b&&a.each(b,function(a,b){c.push({id:a,text:b})});return{results:c}},cache:!0}};a(this).select2(c).addClass("enhanced");if(a(this).data("sortable")){var d=a(this),e=a(this).next(".select2-container").find("ul.select2-selection__rendered");
|
8 |
-
e.sortable({placeholder:"ui-state-highlight select2-selection__choice",forcePlaceholderSize:!0,items:"li:not(.select2-search__field)",tolerance:"pointer",stop:function(){a(e.find(".select2-selection__choice").get().reverse()).each(function(){var b=a(this).data("data").id;b=d.find('option[value="'+b+'"]')[0];d.prepend(b)})}})}});a(".yith-term-search").filter(":not(.enhanced)").each(function(){var f=a.extend({action:"yith_plugin_fw_json_search_terms",security:yith_framework_enhanced_select_params.search_terms_nonce,
|
9 |
-
taxonomy:"category"},a(this).data()),c={allowClear:a(this).data("allow_clear")?!0:!1,placeholder:a(this).data("placeholder"),minimumInputLength:a(this).data("minimum_input_length")?a(this).data("minimum_input_length"):"3",escapeMarkup:function(a){return a},ajax:{url:ajaxurl,dataType:"json",quietMillis:250,data:function(b){return a.extend({term:b.term},f)},processResults:function(b){var c=[];b&&a.each(b,function(a,b){c.push({id:a,text:b})});return{results:c}},cache:!0}};a(this).select2(c).addClass("enhanced");
|
10 |
-
if(a(this).data("sortable")){var d=a(this),e=a(this).next(".select2-container").find("ul.select2-selection__rendered");e.sortable({placeholder:"ui-state-highlight select2-selection__choice",forcePlaceholderSize:!0,items:"li:not(.select2-search__field)",tolerance:"pointer",stop:function(){a(e.find(".select2-selection__choice").get().reverse()).each(function(){var b=a(this).data("data").id;b=d.find('option[value="'+b+'"]')[0];d.prepend(b)})}})}})}).trigger("yith-framework-enhanced-select-init")});
|
1 |
+
jQuery(document).ready(function(e){"use strict";e(document.body).on("yith-framework-enhanced-select-init",function(){e(".yith-post-search").filter(":not(.enhanced)").each(function(){var t={action:"yith_plugin_fw_json_search_posts",security:yith_framework_enhanced_select_params.search_posts_nonce,post_type:"post"},a=e.extend(t,e(this).data()),n={allowClear:!!e(this).data("allow_clear"),placeholder:e(this).data("placeholder"),minimumInputLength:e(this).data("minimum_input_length")?e(this).data("minimum_input_length"):"3",escapeMarkup:function(e){return e},ajax:{url:ajaxurl,dataType:"json",quietMillis:250,data:function(t){var n={term:t.term};return e.extend(n,a)},processResults:function(t){var a=[];return t&&e.each(t,function(e,t){a.push({id:e,text:t})}),{results:a}},cache:!0}};if(e(this).select2(n).addClass("enhanced"),e(this).data("sortable")){var i=e(this),c=e(this).next(".select2-container").find("ul.select2-selection__rendered");c.sortable({placeholder:"ui-state-highlight select2-selection__choice",forcePlaceholderSize:!0,items:"li:not(.select2-search__field)",tolerance:"pointer",stop:function(){e(c.find(".select2-selection__choice").get().reverse()).each(function(){var t=e(this).data("data").id,a=i.find('option[value="'+t+'"]')[0];i.prepend(a)})}})}}),e(".yith-customer-search").filter(":not(.enhanced)").each(function(){var t={action:"woocommerce_json_search_customers",security:yith_framework_enhanced_select_params.search_customers_nonce},a=e.extend(t,e(this).data()),n={allowClear:!!e(this).data("allow_clear"),placeholder:e(this).data("placeholder"),minimumInputLength:e(this).data("minimum_input_length")?e(this).data("minimum_input_length"):"3",escapeMarkup:function(e){return e},ajax:{url:ajaxurl,dataType:"json",quietMillis:250,data:function(t){var n={term:t.term};return e.extend(n,a)},processResults:function(t){var a=[];return t&&e.each(t,function(e,t){a.push({id:e,text:t})}),{results:a}},cache:!0}};if(e(this).select2(n).addClass("enhanced"),e(this).data("sortable")){var i=e(this),c=e(this).next(".select2-container").find("ul.select2-selection__rendered");c.sortable({placeholder:"ui-state-highlight select2-selection__choice",forcePlaceholderSize:!0,items:"li:not(.select2-search__field)",tolerance:"pointer",stop:function(){e(c.find(".select2-selection__choice").get().reverse()).each(function(){var t=e(this).data("data").id,a=i.find('option[value="'+t+'"]')[0];i.prepend(a)})}})}}),e(".yith-term-search").filter(":not(.enhanced)").each(function(){var t={action:"yith_plugin_fw_json_search_terms",security:yith_framework_enhanced_select_params.search_terms_nonce,taxonomy:"category"},a=e.extend(t,e(this).data()),n={allowClear:!!e(this).data("allow_clear"),placeholder:e(this).data("placeholder"),minimumInputLength:e(this).data("minimum_input_length")?e(this).data("minimum_input_length"):"3",escapeMarkup:function(e){return e},ajax:{url:ajaxurl,dataType:"json",quietMillis:250,data:function(t){var n={term:t.term};return e.extend(n,a)},processResults:function(t){var a=[];return t&&e.each(t,function(e,t){a.push({id:e,text:t})}),{results:a}},cache:!0}};if(e(this).select2(n).addClass("enhanced"),e(this).data("sortable")){var i=e(this),c=e(this).next(".select2-container").find("ul.select2-selection__rendered");c.sortable({placeholder:"ui-state-highlight select2-selection__choice",forcePlaceholderSize:!0,items:"li:not(.select2-search__field)",tolerance:"pointer",stop:function(){e(c.find(".select2-selection__choice").get().reverse()).each(function(){var t=e(this).data("data").id,a=i.find('option[value="'+t+'"]')[0];i.prepend(a)})}})}})}).trigger("yith-framework-enhanced-select-init")});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
plugin-fw/assets/js/yith-fields.min.js
CHANGED
@@ -1,30 +1 @@
|
|
1 |
-
var $jscomp=$jscomp||{};$jscomp.scope={};$jscomp.findInternal=function(a,b,c){a instanceof String&&(a=String(a));for(var d=a.length,e=0;e<d;e++){var g=a[e];if(b.call(c,g,e,a))return{i:e,v:g}}return{i:-1,v:void 0}};$jscomp.ASSUME_ES5=!1;$jscomp.ASSUME_NO_NATIVE_MAP=!1;$jscomp.ASSUME_NO_NATIVE_SET=!1;$jscomp.defineProperty=$jscomp.ASSUME_ES5||"function"==typeof Object.defineProperties?Object.defineProperty:function(a,b,c){a!=Array.prototype&&a!=Object.prototype&&(a[b]=c.value)};
|
2 |
-
$jscomp.getGlobal=function(a){return"undefined"!=typeof window&&window===a?a:"undefined"!=typeof global&&null!=global?global:a};$jscomp.global=$jscomp.getGlobal(this);$jscomp.polyfill=function(a,b,c,d){if(b){c=$jscomp.global;a=a.split(".");for(d=0;d<a.length-1;d++){var e=a[d];e in c||(c[e]={});c=c[e]}a=a[a.length-1];d=c[a];b=b(d);b!=d&&null!=b&&$jscomp.defineProperty(c,a,{configurable:!0,writable:!0,value:b})}};
|
3 |
-
$jscomp.polyfill("Array.prototype.find",function(a){return a?a:function(a,c){return $jscomp.findInternal(this,a,c).v}},"es6","es3");
|
4 |
-
(function(a){a(document).on("yith_fields_init",function(){var b=a(".yith-plugin-fw-datepicker"),c=a(".yith-plugin-fw-colorpicker"),d=a(".yith-plugin-fw-upload-img-url"),e=a(".add_media"),g=a(".yith-plugin-fw .image-gallery ul.slides-wrapper"),h=a(".yith-plugin-fw-sidebar-layout"),k=a(".yith-plugin-fw .yith-plugin-fw-slider-container .ui-slider-horizontal"),l=a(".codemirror"),m=a(".yit-icons-manager-wrapper");a(".yith-plugin-ui td.forminp-checkbox");b.each(function(){var b=a(this).data();b.showAnim=
|
5 |
-
!1;b.beforeShow=function(a,b){b.dpDiv.addClass("yith-plugin-fw-datepicker-div")};b.onClose=function(a,b){b.dpDiv.removeClass("yith-plugin-fw-datepicker-div")};a(this).datepicker(b)});c.wpColorPicker({palettes:!1,width:200,mode:"hsl",clear:function(){var b=a(this);b.val(b.data("default-color"));b.change()}});c.each(function(){var b=a(this).data("variations-label"),f=a(this).closest(".yith-plugin-fw-colorpicker-field-wrapper"),c=a(this).closest(".yith-single-colorpicker"),d=f.find(".wp-picker-input-wrap"),
|
6 |
-
e=c.find(".wp-picker-input-wrap");d.length&&f.find("a.wp-color-result").attr("title",b);c.length&&c.find("a.wp-color-result").attr("title",b);d.find(".wp-picker-clear-custom").length||(b=a("<span/>").attr({class:"wp-picker-default-custom"}),d.find(".wp-picker-default").wrap(b));e.find(".wp-picker-clear-custom").length||(b=a("<span/>").attr({class:"wp-picker-default-custom"}),e.find(".wp-picker-default").wrap(b))});"undefined"!==typeof wp&&"undefined"!==typeof wp.media&&(d.change(function(){var b=
|
7 |
-
a(this).val(),f=a(this).parent().find(".yith-plugin-fw-upload-img-preview").first();1>f.length&&(f=a(this).parent().parent().find(".yith-plugin-fw-upload-img-preview").first());/(http|ftp|https):\/\/[a-zA-Z0-9@?^=%&:/~+#-_.]*.(gif|jpg|jpeg|png|ico)/.test(b)?f.html('<img src="'+b+'" style="max-width:100px; max-height:100px;" />'):f.html("")}).trigger("change"),a(document).on("click",".yith-plugin-fw-upload-button",function(b){b.preventDefault();var f=a(this).attr("id").replace(/-button$/,"");if(!c){b=
|
8 |
-
[new wp.media.controller.Library({library:wp.media.query(),multiple:!1,title:"Choose Image",priority:20,filterable:"uploaded"})];var c=wp.media.frames.downloadable_file=wp.media({title:"Choose Image",library:{type:""},button:{text:"Choose Image"},multiple:!1,states:b});c.on("select",function(){var b=c.state().get("selection").first().toJSON();a("#"+f).val(b.url);a("#"+f+"-yith-attachment-id")&&a("#"+f+"-yith-attachment-id").val(b.id);d.trigger("change")})}c.open()}),a(document).on("click",".yith-plugin-fw-upload-button-reset",
|
9 |
-
function(b){var f=a(this);b=f.attr("id");f=f.attr("id").replace(/-button-reset$/,"");b=a("#"+b).data("default");a("#"+f).val(b);d.trigger("change")}));e.on("click",function(){});"undefined"!==typeof wp&&"undefined"!==typeof wp.media&&(a(document).on("click",".yith-plugin-fw .image-gallery-button",function(b){var f=a(this);b=f.closest(".image-gallery");var c=b.find(".image_gallery_ids"),d=c.val(),e=b.find("ul.slides-wrapper"),n=wp.media.frames.image_gallery=wp.media({title:f.data("choose"),button:{text:f.data("update")},
|
10 |
-
states:[new wp.media.controller.Library({title:f.data("choose"),filterable:"all",multiple:!0})]});n.on("select",function(){n.state().get("selection").map(function(a){a=a.toJSON();a.id&&(d=d?d+","+a.id:a.id,e.append('<li class="image" data-attachment_id="'+a.id+'"><img src="'+a.sizes.thumbnail.url+'"/><ul class="actions"><li><a href="#" class="delete" title="'+f.data("delete")+'">x</a></li></ul></li>'))});c.val(d)});n.open()}),g.each(function(){var b=a(this);b.sortable({items:"li.image",cursor:"move",
|
11 |
-
scrollSensitivity:40,forcePlaceholderSize:!0,forceHelperSize:!1,helper:"clone",opacity:.65,start:function(a,b){b.item.css("background-color","#f6f6f6")},stop:function(a,b){b.item.removeAttr("style")},update:function(c,d){var f="";b.find("li.image").css("cursor","default").each(function(){var b=a(this).attr("data-attachment_id");f=f+b+","});b.closest(".image-gallery").find(".image_gallery_ids").val(f)}})}),g.on("click","a.delete",function(){var b=a(this).closest(".image-gallery"),c=a(this).closest(".image-gallery ul.slides-wrapper");
|
12 |
-
b=b.find(".image_gallery_ids");var d="";a(this).closest("li.image").remove();c.find("li.image").css("cursor","default").each(function(){var b=a(this).attr("data-attachment_id");d=d+b+","});b.val(d)}));h.each(function(){a(this).find("img").on("click",function(){var b=a(this).closest(".yith-plugin-fw-sidebar-layout"),c=b.find(".yith-plugin-fw-sidebar-layout-sidebar-left-container");b=b.find(".yith-plugin-fw-sidebar-layout-sidebar-right-container");var d=a(this).data("type");a(this).parent().children(":radio").attr("checked",
|
13 |
-
!1);a(this).prev(":radio").attr("checked",!0);if("undefined"!=typeof d)switch(d){case "left":c.show();b.hide();break;case "right":b.show();c.hide();break;case "double":c.show();b.show();break;default:c.hide(),b.hide()}})});k.each(function(){var b=a(this).data("val"),c=a(this).data("min"),d=a(this).data("max"),e=a(this).data("step"),g=a(this).data("labels");a(this).slider({value:b,min:c,max:d,range:"min",step:e,create:function(){a(this).find(".ui-slider-handle").text(a(this).slider("value"))},slide:function(b,
|
14 |
-
c){a(this).find("input").val(c.value);a(this).find(".ui-slider-handle").text(c.value);a(this).siblings(".feedback").find("strong").text(c.value+g)}})});l.each(function(b,c){b=CodeMirror.fromTextArea(c,{lineNumbers:1,mode:"javascript",showCursorWhenSelecting:!0});a(c).data("codemirrorInstance",b)});a(document).on("click",".yith-plugin-fw-select-all",function(){a("#"+a(this).data("select-id")).find("option").prop("selected",!0).trigger("change")});a(document).on("click",".yith-plugin-fw-deselect-all",
|
15 |
-
function(){a("#"+a(this).data("select-id")).find("option").prop("selected",!1).trigger("change")});m.each(function(){var b=a(this),c=b.find(".yit-icons-manager-icon-preview").first(),d=b.find(".yit-icons-manager-icon-text");b.on("click",".yit-icons-manager-list li",function(e){e=a(e.target).closest("li");var f=e.data("font"),g=e.data("icon"),h=e.data("key"),k=e.data("name");c.attr("data-font",f);c.attr("data-icon",g);c.attr("data-key",h);c.attr("data-name",k);d.val(f+":"+k);b.find(".yit-icons-manager-list li").removeClass("active");
|
16 |
-
e.addClass("active")});b.on("click",".yit-icons-manager-action-set-default",function(){b.find(".yit-icons-manager-list li.default").trigger("click")})});a(document).on("click",".yith-plugin-fw-select-images__item",function(){var b=a(this),c=b.data("key"),d=b.closest(".yith-plugin-fw-select-images__wrapper"),e=d.find(".yith-plugin-fw-select-images__item");d=d.find("select").first();d.length&&(d.val(c),e.removeClass("yith-plugin-fw-select-images__item--selected"),b.addClass("yith-plugin-fw-select-images__item--selected"))});
|
17 |
-
a(document.body).trigger("wc-enhanced-select-init");a(document).find(".ui-sortable .yith-toggle-elements").sortable({cursor:"move",axis:"y",scrollSensitivity:40,forcePlaceholderSize:!0,helper:"clone",stop:function(b,c){b=jQuery(".ui-sortable-handle");var d=[];for(c=0;c<b.length;c++)d[c]=a(b[c]).data("item_key");0<d.length&&a(this).closest(".toggle-element").saveToggleElement(null,d)}});a(document.body).trigger("yith-framework-enhanced-select-init")}).trigger("yith_fields_init");a(document).on("click",
|
18 |
-
".yith-plugin-fw-onoff-container span",function(){var b=a(this).prev("input");b.prop("checked")?b.prop("checked",!1).attr("value","no").removeClass("onoffchecked"):b.prop("checked",!0).attr("value","yes").addClass("onoffchecked");b.change()});a.fn.saveToggleElement=function(b,c){var d=a(this),e="yith_plugin_fw_save_toggle_element",g=d.serializeToggleElement(),h=d.find(".yith-toggle_wrapper"),k=h.attr("id"),l=a.urlParam("tab");g.append("security",h.data("nonce"));"undefined"!=typeof c&&0<c.length&&
|
19 |
-
g.append("yith_toggle_elements_order_keys",c);d.closest(".metaboxes-tab.yith-plugin-ui").length?(e="yith_plugin_fw_save_toggle_element_metabox",post_id=a(this).closest("form#post").find("#post_ID").val(),yit_metaboxes_nonce=a(this).closest("form#post").find("#yit_metaboxes_nonce").val(),metabox_tab=a(this).closest(".tabs-panel").attr("id"),url=yith_framework_fw_fields.ajax_url+"?action="+e+"&post_ID="+post_id+"&yit_metaboxes_nonce="+yit_metaboxes_nonce+"&toggle_id="+k+"&metabox_tab="+metabox_tab):
|
20 |
-
url=yith_framework_fw_fields.admin_url+"?action="+e+"&tab="+l+"&toggle_id="+k;a.ajax({type:"POST",url:url,data:g,contentType:!1,processData:!1,success:function(c){b&&b.removeClass("show");a(document).trigger("yith_save_toggle_element_done",[c,d])}})};a.fn.serializeToggleElement=function(){var b=a(this),c=new FormData;b=a(b).find(":input").serializeArray();a.each(b,function(a,b){el_name=b.name;c.append(b.name,b.value)});return c};a.fn.formatToggleTitle=function(){var b=a(this),c=b.find(":input"),d=
|
21 |
-
b.find("span.title").data("title_format"),e=b.find(".subtitle").data("subtitle_format"),g=/[^%%]+(?=[%%])/g;if("undefined"!=typeof d)var h=d.match(g);if("undefined"!=typeof e)var k=e.match(g);a.each(c,function(b,c){"undefined"!=typeof a(c).attr("id")&&($field_id=a(c).attr("id"),$field_array=$field_id.split("_"),$field_array.pop(),$field_id=$field_array.join("_"),$field_val=a(c).val(),null!=h&&"undefined"!=typeof h&&-1!==h.indexOf($field_id)&&(d=d.replace("%%"+$field_id+"%%",$field_val)),null!=k&&
|
22 |
-
"undefined"!=typeof k&&-1!==k.indexOf($field_id)&&(e=e.replace("%%"+$field_id+"%%",$field_val)))});""!==d&&b.find("span.title").html(d);""!==e&&b.find(".subtitle").html(e);a(document).trigger("yith-toggle-element-item-title",[b])};a.urlParam=function(a){a=(new RegExp("[?&]"+a+"=([^&#]*)")).exec(window.location.search);return null!==a?a[1]||0:!1};a(document).on("click",".yith-toggle-title",function(b){b=a(b.target);var c=b.closest(".yith-toggle-row"),d=c.find(".yith-toggle-content");if(b.hasClass("yith-plugin-fw-onoff")||
|
23 |
-
b.hasClass("yith-icon-drag"))return!1;c.is(".yith-toggle-row-opened")?d.slideUp(400):d.slideDown(400);c.toggleClass("yith-toggle-row-opened")});a(document).on("click",".yith-add-box-button",function(b){b.preventDefault();b=a(this);var c=b.data("box_id"),d=b.data("closed_label"),e=b.data("opened_label"),g=b.closest(".yith-toggle_wrapper").attr("id");template=wp.template("yith-toggle-element-add-box-content-"+g);""!==c&&(a("#"+c).html(template({index:"box_id"})).slideToggle(),""!==d&&(b.html()===d?
|
24 |
-
b.html(e).removeClass("closed"):b.html(d).addClass("closed")),a(document).trigger("yith_fields_init"),a(document).trigger("yith-add-box-button-toggle",[b]))});a(document).on("click",".yith-add-box-buttons .yith-save-button",function(b){b.preventDefault();var c=a(this).parents(".yith-add-box"),d=a(this).closest(".yith-toggle_wrapper").attr("id");b=c.find(".spinner");var e=a(this).parents(".toggle-element"),g=c.find(":input"),h=e.find(".yith-toggle-row").length,k=a('<input type="hidden">');k.val(h);
|
25 |
-
a(document).trigger("yith-toggle-change-counter",[k,c]);h=k.val();d=wp.template("yith-toggle-element-item-"+d);var l=a(d({index:h}));b.addClass("show");a.each(g,function(b,c){"undefined"!=typeof a(c).attr("id")&&($field_id=a(c).attr("id"),$field_val=a(c).val(),"radio"==a(c).attr("type")?($field_id=$field_id.replace("new_",""),$field_id=$field_id.replace("-"+$field_val,""),$field_id=$field_id+"_dataindex-"+$field_val):$field_id=$field_id.replace("new_","")+"_"+h,a(c).is(":checked")&&a(l).find("#"+
|
26 |
-
$field_id).prop("checked",!0),(a(c).hasClass("yith-post-search")||a(c).hasClass("yith-term-search"))&&a(l).find("#"+$field_id).html(a("#"+a(c).attr("id")).html()),a(l).find("#"+$field_id).val($field_val))});a(l).formatToggleTitle();var m=a('<input type="hidden">').val("yes");a(document).trigger("yith-toggle-element-item-before-add",[c,l,m]);setTimeout(function(){"yes"===m.val()&&(a(e).find(".yith-toggle-elements").append(l),a(c).find(".yith-plugin-fw-datepicker").datepicker("destroy"),a(c).html(""),
|
27 |
-
a(c).prev(".yith-add-box-button").trigger("click"),e.saveToggleElement(),setTimeout(function(){a(e).find(".highlight").removeClass("highlight")},2E3),a(document).trigger("yith_fields_init"))},1E3)});a(document).on("click",".yith-toggle-row .yith-save-button",function(b){b.preventDefault();b=a(this).closest(".toggle-element");var c=a(this).closest(".yith-toggle-row"),d=c.find(".spinner");c.formatToggleTitle();var e=a('<input type="hidden">').val("yes");a(document).trigger("yith-toggle-element-item-before-update",
|
28 |
-
[b,c,e]);"yes"===e.val()&&(d.addClass("show"),b.saveToggleElement(d))});a(document).on("click",".yith-toggle-row .yith-delete-button",function(b){b.preventDefault();b=a(this).closest(".toggle-element");a(this).closest(".yith-toggle-row").remove();b.saveToggleElement()});a(document).on("click",".yith-toggle-onoff",function(b){b.preventDefault();a(this).closest(".toggle-element").saveToggleElement()});a(document).on("click",".yith-plugin-fw-radio input[type=radio]",function(){a(this).closest(".yith-plugin-fw-radio").val(a(this).val()).trigger("change")});
|
29 |
-
a(document).on("click",".yith-password-eye",function(){var b=a(this),c=a(this).closest(".yith-password-wrapper").find("input");"password"===c.attr("type")?(c.attr("type","text"),b.addClass("yith-password-eye-closed")):(c.attr("type","password"),b.removeClass("yith-password-eye-closed"))});a(document.body).on("yith-plugin-fw-init-radio",function(){a(".yith-plugin-fw-radio:not(.yith-plugin-fw-radio--initialized)").each(function(){a(this).val(a(this).attr("value"));a(this).addClass("yith-plugin-fw-radio--initialized")})}).trigger("yith-plugin-fw-init-radio");
|
30 |
-
a(document).on("select2:open",function(b){a(b.target).closest(".yith-plugin-ui").length&&a(".select2-results").closest(".select2-container").addClass("yith-plugin-fw-select2-container")})})(jQuery);
|
1 |
+
!function(e){e(document).on("yith_fields_init",function(){var t=e(".yith-plugin-fw-datepicker"),i=e(".yith-plugin-fw-colorpicker"),a={imgPreviewHandler:".yith-plugin-fw-upload-img-preview",uploadButtonHandler:".yith-plugin-fw-upload-button",imgUrlHandler:".yith-plugin-fw-upload-img-url",resetButtonHandler:".yith-plugin-fw-upload-button-reset",imgUrl:e(".yith-plugin-fw-upload-img-url")},l=e(".add_media"),n={sliderWrapper:e(".yith-plugin-fw .image-gallery ul.slides-wrapper"),buttonHandler:".yith-plugin-fw .image-gallery-button"},o=e(".yith-plugin-fw-sidebar-layout"),r=e(".yith-plugin-fw .yith-plugin-fw-slider-container .ui-slider-horizontal"),d=e(".codemirror"),s=e(".yit-icons-manager-wrapper");e(".yith-plugin-ui td.forminp-checkbox");t.each(function(){var t=e(this).data();t.showAnim=!1,t.beforeShow=function(e,t){t.dpDiv.addClass("yith-plugin-fw-datepicker-div")},t.onClose=function(e,t){t.dpDiv.removeClass("yith-plugin-fw-datepicker-div")},e(this).datepicker(t)}),i.wpColorPicker({palettes:!1,width:200,mode:"hsl",clear:function(){var t=e(this);t.val(t.data("default-color")),t.change()}}),i.each(function(){var t=e(this).data("variations-label"),i=e(this).closest(".yith-plugin-fw-colorpicker-field-wrapper"),a=e(this).closest(".yith-single-colorpicker"),l=i.find(".wp-picker-input-wrap"),n=a.find(".wp-picker-input-wrap");if(l.length&&i.find("a.wp-color-result").attr("title",t),a.length&&a.find("a.wp-color-result").attr("title",t),!l.find(".wp-picker-clear-custom").length){var o=e("<span/>").attr({"class":"wp-picker-default-custom"});l.find(".wp-picker-default").wrap(o)}n.find(".wp-picker-clear-custom").length||(o=e("<span/>").attr({"class":"wp-picker-default-custom"}),n.find(".wp-picker-default").wrap(o))}),"undefined"!=typeof wp&&"undefined"!=typeof wp.media&&(a.imgUrl.change(function(){var t=e(this).val(),i=new RegExp("(http|ftp|https)://[a-zA-Z0-9@?^=%&:/~+#-_.]*.(gif|jpg|jpeg|png|ico)"),l=e(this).parent().find(a.imgPreviewHandler).first();l.length<1&&(l=e(this).parent().parent().find(a.imgPreviewHandler).first()),i.test(t)?l.html('<img src="'+t+'" style="max-width:100px; max-height:100px;" />'):l.html("")}).trigger("change"),e(document).on("click",a.uploadButtonHandler,function(t){t.preventDefault();var i,l=e(this).attr("id").replace(/-button$/,"");if(i)i.open();else{var n=[new wp.media.controller.Library({library:wp.media.query(),multiple:!1,title:"Choose Image",priority:20,filterable:"uploaded"})];(i=wp.media.frames.downloadable_file=wp.media({title:"Choose Image",library:{type:""},button:{text:"Choose Image"},multiple:!1,states:n})).on("select",function(){var t=i.state().get("selection").first().toJSON();e("#"+l).val(t.url),e("#"+l+"-yith-attachment-id")&&e("#"+l+"-yith-attachment-id").val(t.id),a.imgUrl.trigger("change")}),i.open()}}),e(document).on("click",a.resetButtonHandler,function(t){var i=e(this),l=i.attr("id"),n=i.attr("id").replace(/-button-reset$/,""),o=e("#"+l).data("default");e("#"+n).val(o),a.imgUrl.trigger("change")}));l.on("click",function(){}),"undefined"!=typeof wp&&"undefined"!=typeof wp.media&&(e(document).on("click",n.buttonHandler,function(t){var i=e(this),a=i.closest(".image-gallery"),l=a.find(".image_gallery_ids"),n=l.val(),o=a.find("ul.slides-wrapper"),r=wp.media.frames.image_gallery=wp.media({title:i.data("choose"),button:{text:i.data("update")},states:[new wp.media.controller.Library({title:i.data("choose"),filterable:"all",multiple:!0})]});r.on("select",function(){r.state().get("selection").map(function(e){(e=e.toJSON()).id&&(n=n?n+","+e.id:e.id,o.append('<li class="image" data-attachment_id="'+e.id+'"><img src="'+e.sizes.thumbnail.url+'"/><ul class="actions"><li><a href="#" class="delete" title="'+i.data("delete")+'">x</a></li></ul></li>'))}),l.val(n)}),r.open()}),n.sliderWrapper.each(function(){var t=e(this);t.sortable({items:"li.image",cursor:"move",scrollSensitivity:40,forcePlaceholderSize:!0,forceHelperSize:!1,helper:"clone",opacity:.65,start:function(e,t){t.item.css("background-color","#f6f6f6")},stop:function(e,t){t.item.removeAttr("style")},update:function(i,a){var l="";t.find("li.image").css("cursor","default").each(function(){var t=e(this).attr("data-attachment_id");l=l+t+","}),t.closest(".image-gallery").find(".image_gallery_ids").val(l)}})}),n.sliderWrapper.on("click","a.delete",function(){var t=e(this).closest(".image-gallery"),i=e(this).closest(".image-gallery ul.slides-wrapper"),a=t.find(".image_gallery_ids"),l="";e(this).closest("li.image").remove(),i.find("li.image").css("cursor","default").each(function(){var t=e(this).attr("data-attachment_id");l=l+t+","}),a.val(l)})),o.each(function(){e(this).find("img").on("click",function(){var t=e(this).closest(".yith-plugin-fw-sidebar-layout"),i=t.find(".yith-plugin-fw-sidebar-layout-sidebar-left-container"),a=t.find(".yith-plugin-fw-sidebar-layout-sidebar-right-container"),l=e(this).data("type");if(e(this).parent().children(":radio").attr("checked",!1),e(this).prev(":radio").attr("checked",!0),void 0!==l)switch(l){case"left":i.show(),a.hide();break;case"right":a.show(),i.hide();break;case"double":i.show(),a.show();break;default:i.hide(),a.hide()}})}),r.each(function(){var t=e(this).data("val"),i=e(this).data("min"),a=e(this).data("max"),l=e(this).data("step"),n=e(this).data("labels");e(this).slider({value:t,min:i,max:a,range:"min",step:l,create:function(){e(this).find(".ui-slider-handle").text(e(this).slider("value"))},slide:function(t,i){e(this).find("input").val(i.value),e(this).find(".ui-slider-handle").text(i.value),e(this).siblings(".feedback").find("strong").text(i.value+n)}})}),d.each(function(t,i){var a=CodeMirror.fromTextArea(i,{lineNumbers:1,mode:"javascript",showCursorWhenSelecting:!0});e(i).data("codemirrorInstance",a)}),e(document).on("click",".yith-plugin-fw-select-all",function(){e("#"+e(this).data("select-id")).find("option").prop("selected",!0).trigger("change")}),e(document).on("click",".yith-plugin-fw-deselect-all",function(){e("#"+e(this).data("select-id")).find("option").prop("selected",!1).trigger("change")}),s.each(function(){var t=e(this),i=t.find(".yit-icons-manager-icon-preview").first(),a=t.find(".yit-icons-manager-icon-text");t.on("click",".yit-icons-manager-list li",function(l){var n=e(l.target).closest("li"),o=n.data("font"),r=n.data("icon"),d=n.data("key"),s=n.data("name");i.attr("data-font",o),i.attr("data-icon",r),i.attr("data-key",d),i.attr("data-name",s),a.val(o+":"+s),t.find(".yit-icons-manager-list li").removeClass("active"),n.addClass("active")}),t.on("click",".yit-icons-manager-action-set-default",function(){t.find(".yit-icons-manager-list li.default").trigger("click")})}),e(document).on("click",".yith-plugin-fw-select-images__item",function(){var t=e(this),i=t.data("key"),a=t.closest(".yith-plugin-fw-select-images__wrapper"),l=a.find(".yith-plugin-fw-select-images__item"),n=a.find("select").first();n.length&&(n.val(i),l.removeClass("yith-plugin-fw-select-images__item--selected"),t.addClass("yith-plugin-fw-select-images__item--selected"))}),e(document.body).trigger("wc-enhanced-select-init"),e(document).find(".ui-sortable .yith-toggle-elements").sortable({cursor:"move",axis:"y",scrollSensitivity:40,forcePlaceholderSize:!0,helper:"clone",stop:function(t,i){var a=jQuery(".ui-sortable-handle"),l=0,n=new Array;for(l=0;l<a.length;l++)n[l]=e(a[l]).data("item_key");n.length>0&&e(this).closest(".toggle-element").saveToggleElement(null,n)}}),e(document.body).trigger("yith-framework-enhanced-select-init")}).trigger("yith_fields_init"),e(document).on("click",".yith-plugin-fw-onoff-container span",function(){var t=e(this).prev("input");t.prop("checked")?t.prop("checked",!1).attr("value","no").removeClass("onoffchecked"):t.prop("checked",!0).attr("value","yes").addClass("onoffchecked"),t.change()}),e.fn.saveToggleElement=function(t,i){var a=e(this),l="yith_plugin_fw_save_toggle_element",n=a.serializeToggleElement(),o=a.find(".yith-toggle_wrapper"),r=o.attr("id"),d=e.urlParam("tab");n.append("security",o.data("nonce")),void 0!==i&&i.length>0&&n.append("yith_toggle_elements_order_keys",i),a.closest(".metaboxes-tab.yith-plugin-ui").length?(l="yith_plugin_fw_save_toggle_element_metabox",post_id=e(this).closest("form#post").find("#post_ID").val(),yit_metaboxes_nonce=e(this).closest("form#post").find("#yit_metaboxes_nonce").val(),metabox_tab=e(this).closest(".tabs-panel").attr("id"),url=yith_framework_fw_fields.ajax_url+"?action="+l+"&post_ID="+post_id+"&yit_metaboxes_nonce="+yit_metaboxes_nonce+"&toggle_id="+r+"&metabox_tab="+metabox_tab):url=yith_framework_fw_fields.admin_url+"?action="+l+"&tab="+d+"&toggle_id="+r,e.ajax({type:"POST",url:url,data:n,contentType:!1,processData:!1,success:function(i){t&&t.removeClass("show"),e(document).trigger("yith_save_toggle_element_done",[i,a])}})},e.fn.serializeToggleElement=function(){var t=e(this),i=new FormData,a=e(t).find(":input").serializeArray();return e.each(a,function(e,t){el_name=t.name,i.append(t.name,t.value)}),i},e.fn.formatToggleTitle=function(){var t=e(this),i=t.find(":input"),a=t.find("span.title").data("title_format"),l=t.find(".subtitle").data("subtitle_format"),n=new RegExp("[^%%]+(?=[%%])","g");if(void 0!==a)var o=a.match(n);if(void 0!==l)var r=l.match(n);e.each(i,function(t,i){void 0!==e(i).attr("id")&&($field_id=e(i).attr("id"),$field_array=$field_id.split("_"),$field_array.pop(),$field_id=$field_array.join("_"),$field_val=e(i).val(),null!=o&&void 0!==o&&-1!==o.indexOf($field_id)&&(a=a.replace("%%"+$field_id+"%%",$field_val)),null!=r&&void 0!==r&&-1!==r.indexOf($field_id)&&(l=l.replace("%%"+$field_id+"%%",$field_val)))}),""!==a&&t.find("span.title").html(a),""!==l&&t.find(".subtitle").html(l),e(document).trigger("yith-toggle-element-item-title",[t])},e.urlParam=function(e){var t=new RegExp("[?&]"+e+"=([^&#]*)").exec(window.location.search);return null!==t&&(t[1]||0)},e(document).on("click",".yith-toggle-title",function(t){var i=e(t.target),a=i.closest(".yith-toggle-row"),l=a.find(".yith-toggle-content");if(i.hasClass("yith-plugin-fw-onoff")||i.hasClass("yith-icon-drag"))return!1;a.is(".yith-toggle-row-opened")?l.slideUp(400):l.slideDown(400),a.toggleClass("yith-toggle-row-opened")}),e(document).on("click",".yith-add-box-button",function(t){t.preventDefault();var i=e(this),a=i.data("box_id"),l=i.data("closed_label"),n=i.data("opened_label"),o=i.closest(".yith-toggle_wrapper").attr("id");template=wp.template("yith-toggle-element-add-box-content-"+o),""!==a&&(e("#"+a).html(template({index:"box_id"})).slideToggle(),""!==l&&(i.html()===l?i.html(n).removeClass("closed"):i.html(l).addClass("closed")),e(document).trigger("yith_fields_init"),e(document).trigger("yith-add-box-button-toggle",[i]))}),e(document).on("click",".yith-add-box-buttons .yith-save-button",function(t){t.preventDefault();var i=e(this).parents(".yith-add-box"),a=e(this).closest(".yith-toggle_wrapper").attr("id"),l=i.find(".spinner"),n=e(this).parents(".toggle-element"),o=i.find(":input"),r=n.find(".yith-toggle-row").length,d=e('<input type="hidden">');d.val(r),e(document).trigger("yith-toggle-change-counter",[d,i]),r=d.val();var s=wp.template("yith-toggle-element-item-"+a),c=e(s({index:r}));l.addClass("show"),e.each(o,function(t,i){void 0!==e(i).attr("id")&&($field_id=e(i).attr("id"),$field_val=e(i).val(),"radio"==e(i).attr("type")?($field_id=$field_id.replace("new_",""),$field_id=$field_id.replace("-"+$field_val,""),$field_id=$field_id+"_dataindex-"+$field_val):$field_id=$field_id.replace("new_","")+"_"+r,e(i).is(":checked")&&e(c).find("#"+$field_id).prop("checked",!0),(e(i).hasClass("yith-post-search")||e(i).hasClass("yith-term-search"))&&e(c).find("#"+$field_id).html(e("#"+e(i).attr("id")).html()),e(c).find("#"+$field_id).val($field_val))}),e(c).formatToggleTitle();var g=e('<input type="hidden">').val("yes");e(document).trigger("yith-toggle-element-item-before-add",[i,c,g]);setTimeout(function(){if("yes"===g.val()){e(n).find(".yith-toggle-elements").append(c),e(i).find(".yith-plugin-fw-datepicker").datepicker("destroy"),e(i).html(""),e(i).prev(".yith-add-box-button").trigger("click"),n.saveToggleElement();setTimeout(function(){e(n).find(".highlight").removeClass("highlight")},2e3),e(document).trigger("yith_fields_init")}},1e3)}),e(document).on("click",".yith-toggle-row .yith-save-button",function(t){t.preventDefault();var i=e(this).closest(".toggle-element"),a=e(this).closest(".yith-toggle-row"),l=a.find(".spinner");a.formatToggleTitle();var n=e('<input type="hidden">').val("yes");e(document).trigger("yith-toggle-element-item-before-update",[i,a,n]),"yes"===n.val()&&(l.addClass("show"),i.saveToggleElement(l))}),e(document).on("click",".yith-toggle-row .yith-delete-button",function(t){t.preventDefault();var i=e(this).closest(".toggle-element");e(this).closest(".yith-toggle-row").remove(),i.saveToggleElement()}),e(document).on("click",".yith-toggle-onoff",function(t){t.preventDefault(),e(this).closest(".toggle-element").saveToggleElement()}),e(document).on("click",".yith-plugin-fw-radio input[type=radio]",function(){e(this).closest(".yith-plugin-fw-radio").val(e(this).val()).trigger("change")}),e(document).on("click",".yith-password-eye",function(){var t=e(this),i=e(this).closest(".yith-password-wrapper").find("input");"password"===i.attr("type")?(i.attr("type","text"),t.addClass("yith-password-eye-closed")):(i.attr("type","password"),t.removeClass("yith-password-eye-closed"))}),e(document.body).on("yith-plugin-fw-init-radio",function(){e(".yith-plugin-fw-radio:not(.yith-plugin-fw-radio--initialized)").each(function(){e(this).val(e(this).attr("value")),e(this).addClass("yith-plugin-fw-radio--initialized")})}).trigger("yith-plugin-fw-init-radio"),e(document).on("select2:open",function(t){e(t.target).closest(".yith-plugin-ui").length&&e(".select2-results").closest(".select2-container").addClass("yith-plugin-fw-select2-container")})}(jQuery);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
plugin-fw/assets/js/yith-gutenberg.min.js
CHANGED
@@ -1,6 +1 @@
|
|
1 |
-
|
2 |
-
method:"post",data:{action:"yith_plugin_fw_gutenberg_do_shortcode",shortcode:b},success:function(d){a=d;""!=a&&(f(".yith_block_"+c).html(a),f(document).trigger("yith_plugin_fw_gutenberg_success_do_shortcode",[b,c,a]))}});f(document).trigger("yith_plugin_fw_gutenberg_after_do_shortcode",[b,c,a]);return a}(e);g=h(n,null,g)}return g}function m(e,a,d,g){var b={};if("colorpicker"==g||"color"==g)e=e.hex;b[a]=e;d.setAttributes(b);return d}var h=wp.element.createElement,p=wp.element.Fragment,q=wp.blocks.registerBlockType,
|
3 |
-
r=wp.editor.InspectorControls,n=wp.element.RawHTML,t=wp.components.SelectControl,u=wp.components.ToggleControl,v=wp.components.CheckboxControl,w=wp.components.RangeControl,x=wp.components.ColorPicker,y=wp.components.RadioControl,z=wp.components.TextControl,A=wp.components.TextareaControl,B=h("svg",{width:22,height:22},h("path",{d:"M 18.24 7.628 C 17.291 8.284 16.076 8.971 14.587 9.688 C 15.344 7.186 15.765 4.851 15.849 2.684 C 15.912 0.939 15.133 0.045 13.514 0.003 C 11.558 -0.06 10.275 1.033 9.665 3.284 C 10.007 3.137 10.359 3.063 10.723 3.063 C 11.021 3.063 11.267 3.184 11.459 3.426 C 11.651 3.668 11.736 3.947 11.715 4.262 C 11.695 5.082 11.276 5.961 10.46 6.896 C 9.644 7.833 8.918 8.3 8.282 8.3 C 7.837 8.3 7.625 7.922 7.646 7.165 C 7.667 6.765 7.804 5.955 8.056 4.735 C 8.287 3.579 8.403 2.801 8.403 2.401 C 8.403 1.707 8.224 1.144 7.867 0.713 C 7.509 0.282 6.994 0.098 6.321 0.161 C 5.858 0.203 5.175 0.624 4.27 1.422 C 3.596 2.035 2.923 2.644 2.25 3.254 L 2.976 4.106 C 3.564 3.664 3.922 3.443 4.048 3.443 C 4.448 3.443 4.637 3.717 4.617 4.263 C 4.617 4.306 4.427 4.968 4.049 6.251 C 3.671 7.534 3.471 8.491 3.449 9.122 C 3.407 9.985 3.565 10.647 3.924 11.109 C 4.367 11.677 5.106 11.919 6.142 11.835 C 7.366 11.751 8.591 11.298 9.816 10.479 C 10.323 10.142 10.808 9.753 11.273 9.311 C 11.105 10.153 10.905 10.868 10.673 11.457 C 8.402 12.487 6.762 13.37 5.752 14.107 C 4.321 15.137 3.554 16.241 3.449 17.419 C 3.259 19.459 4.29 20.479 6.541 20.479 C 8.055 20.479 9.517 19.554 10.926 17.703 C 12.125 16.126 13.166 14.022 14.049 11.394 C 15.578 10.635 16.87 9.892 17.928 9.164 C 17.894 9.409 18.319 7.308 18.24 7.628 Z M 7.393 16.095 C 7.056 16.095 6.898 15.947 6.919 15.653 C 6.961 15.106 7.908 14.38 9.759 13.476 C 8.791 15.221 8.002 16.095 7.393 16.095 Z"}));
|
4 |
-
f.each(yith_gutenberg,function(e,a){q("yith/"+e,{title:a.title,description:a.description,category:a.category,attributes:a.attributes,icon:"undefined"!=typeof a.icon?a.icon:B,keywords:a.keywords,edit:function(d){var g=[];f.each(a.attributes,function(a,c){var b=null,e=c.blocktype;if("undefined"!=typeof e){switch(e){case "select":b=t;break;case "text":b=z;break;case "textarea":b=A;break;case "toggle":b=u;break;case "checkbox":b=v;break;case "number":case "range":b=w;break;case "color":case "colorpicker":b=
|
5 |
-
x;break;case "radio":b=y}if(null!=b){var f=helpMessageUncheked="";"undefined"!=typeof c.helps&&"undefined"!=typeof c.helps.checked&&"undefined"!=typeof c.helps.unchecked?(f=c.helps.checked,helpMessageUncheked=c.helps.unchecked):"undefined"!=typeof c.help&&(f=helpMessageUncheked=c.help);g.push(h(b,{value:d.attributes[a],options:c.options,label:c.label,checked:d.attributes[a],selected:d.attributes[a],help:d.attributes[a]?f:helpMessageUncheked,disableAlpha:c.disableAlpha,min:c.min,max:c.max,multiple:c.multiple,
|
6 |
-
onChange:function(b,c){c=void 0===c?a:c;d=m(b,c,d,e)},onChangeComplete:function(c,b){b=void 0===b?a:b;d=m(c,b,d,e)}}))}}});sc=k(d,a,"edit");return[h(p,null,h(r,null,g),sc)]},save:function(d){return k(d,a,"save")}})})})(jQuery);
|
1 |
+
!function(e){wp.i18n.__;var t=wp.element.createElement,o=wp.element.Fragment,n=wp.blocks.registerBlockType,c=(wp.editor.RichText,wp.editor.BlockControls,wp.editor.InspectorControls),r=(wp.editor.AlignmentToolbar,wp.components,wp.element.RawHTML),a=wp.components.SelectControl,s=wp.components.ToggleControl,i=wp.components.CheckboxControl,l=wp.components.RangeControl,p=wp.components.ColorPicker,u=wp.components.RadioControl,d=wp.components.TextControl,h=wp.components.TextareaControl;const C=t("svg",{width:22,height:22},t("path",{d:"M 18.24 7.628 C 17.291 8.284 16.076 8.971 14.587 9.688 C 15.344 7.186 15.765 4.851 15.849 2.684 C 15.912 0.939 15.133 0.045 13.514 0.003 C 11.558 -0.06 10.275 1.033 9.665 3.284 C 10.007 3.137 10.359 3.063 10.723 3.063 C 11.021 3.063 11.267 3.184 11.459 3.426 C 11.651 3.668 11.736 3.947 11.715 4.262 C 11.695 5.082 11.276 5.961 10.46 6.896 C 9.644 7.833 8.918 8.3 8.282 8.3 C 7.837 8.3 7.625 7.922 7.646 7.165 C 7.667 6.765 7.804 5.955 8.056 4.735 C 8.287 3.579 8.403 2.801 8.403 2.401 C 8.403 1.707 8.224 1.144 7.867 0.713 C 7.509 0.282 6.994 0.098 6.321 0.161 C 5.858 0.203 5.175 0.624 4.27 1.422 C 3.596 2.035 2.923 2.644 2.25 3.254 L 2.976 4.106 C 3.564 3.664 3.922 3.443 4.048 3.443 C 4.448 3.443 4.637 3.717 4.617 4.263 C 4.617 4.306 4.427 4.968 4.049 6.251 C 3.671 7.534 3.471 8.491 3.449 9.122 C 3.407 9.985 3.565 10.647 3.924 11.109 C 4.367 11.677 5.106 11.919 6.142 11.835 C 7.366 11.751 8.591 11.298 9.816 10.479 C 10.323 10.142 10.808 9.753 11.273 9.311 C 11.105 10.153 10.905 10.868 10.673 11.457 C 8.402 12.487 6.762 13.37 5.752 14.107 C 4.321 15.137 3.554 16.241 3.449 17.419 C 3.259 19.459 4.29 20.479 6.541 20.479 C 8.055 20.479 9.517 19.554 10.926 17.703 C 12.125 16.126 13.166 14.022 14.049 11.394 C 15.578 10.635 16.87 9.892 17.928 9.164 C 17.894 9.409 18.319 7.308 18.24 7.628 Z M 7.393 16.095 C 7.056 16.095 6.898 15.947 6.919 15.653 C 6.961 15.106 7.908 14.38 9.759 13.476 C 8.791 15.221 8.002 16.095 7.393 16.095 Z"}));function g(o,n,c){var a="",s="";if("undefined"!=typeof n.callback&&"function"==typeof e[n.callback])a=e[n.callback](o,n);else{var i="["+n.shortcode_name;e.each(o.attributes,function(e,t){if("className"!=e){i+=" "+e+"=";var o=n.attributes[e].remove_quotes;i+=1==o?t:'"'+t+'"'}}),i+="]";var l=md5(i);s='<span class="yith_block_'+l+'">'+i+"</span>","edit"==c&&0!=n.do_shortcode&&function(t){var o=null;return e(document).trigger("yith_plugin_fw_gutenberg_before_do_shortcode",[i,t]),e.ajax({async:!0,url:yith_gutenberg_ajax.ajaxurl,method:"post",data:{action:"yith_plugin_fw_gutenberg_do_shortcode",shortcode:i},success:function(n){""!=(o=n)&&(e(".yith_block_"+t).html(o),e(document).trigger("yith_plugin_fw_gutenberg_success_do_shortcode",[i,t,o]))}}),e(document).trigger("yith_plugin_fw_gutenberg_after_do_shortcode",[i,t,o]),o}(l),a=t(r,null,s)}return a}function b(e,t,o,n){var c={};return"colorpicker"!=n&&"color"!=n||(e=e.hex),c[t]=e,o.setAttributes(c),o}e.each(yith_gutenberg,function(r,f){n("yith/"+r,{title:f.title,description:f.description,category:f.category,attributes:f.attributes,icon:"undefined"!=typeof f.icon?f.icon:C,keywords:f.keywords,edit:function(n){var r=new Array;return e.each(f.attributes,function(e,o){var c=null,C=o.blocktype;if(void 0!==C){switch(C){case"select":c=a;break;case"text":c=d;break;case"textarea":c=h;break;case"toggle":c=s;break;case"checkbox":c=i;break;case"number":case"range":c=l;break;case"color":case"colorpicker":c=p;break;case"radio":c=u}if(null!=c){var g=helpMessageUncheked="";"undefined"!=typeof o.helps&&"undefined"!=typeof o.helps.checked&&"undefined"!=typeof o.helps.unchecked?(g=o.helps.checked,helpMessageUncheked=o.helps.unchecked):"undefined"!=typeof o.help&&(g=helpMessageUncheked=o.help),r.push(t(c,{value:n.attributes[e],options:o.options,label:o.label,checked:n.attributes[e],selected:n.attributes[e],help:n.attributes[e]?g:helpMessageUncheked,disableAlpha:o.disableAlpha,min:o.min,max:o.max,multiple:o.multiple,onChange:function(t,o=e){n=b(t,o,n,C)},onChangeComplete:function(t,o=e){n=b(t,o,n,C)}}))}}}),sc=g(n,f,"edit"),[t(o,null,t(c,null,r),sc)]},save:function(e){return g(e,f,"save")}})})}(jQuery);
|
|
|
|
|
|
|
|
|
|
plugin-fw/assets/js/yith-promo.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
|
1 |
+
!function(i){i(document).on("click",".notice-dismiss",function(){var e=i(this).parent("div.yith-notice-is-dismissible"),t=e.attr("id");if(void 0!==t){var s="hide_"+t,n=e.data("expiry"),o=new Date(n);o.setUTCHours(23),o.setUTCMinutes(59),o.setUTCSeconds(59),document.cookie=s+"=yes;expires="+o.toUTCString()+";path=/"}})}(jQuery);
|
plugin-fw/assets/js/yith-system-info.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
|
1 |
+
!function(t){t(document).on("click",".notice-dismiss",function(){if("yith-system-alert"===t(this).parent().attr("id")){document.cookie="hide_yith_system_alert=yes;path=/"}})}(jQuery);
|
plugin-fw/assets/js/yith-update-plugins.min.js
CHANGED
@@ -1,2 +1 @@
|
|
1 |
-
|
2 |
-
d.removeClass("notice-warning");result_text="";!0===b.success?(d.addClass("notice-success updated-message").removeClass("update-message"),result_text=yith_plugin_fw.l10n.updated):(d.addClass("notice-error"),result_text=yith_plugin_fw.l10n.failed);c.text(result_text.replace("%s",a.data("name")))}})})})(jQuery);
|
1 |
+
!function(a){a(document).on("click","a.yith-update-link",function(e){var t=a(this),n=t.parent("p");e.preventDefault(),a.ajax({type:"POST",url:yith_plugin_fw.ajaxurl,data:{action:"update-plugin",plugin:t.data("plugin"),slug:t.data("slug"),name:t.data("name"),_ajax_nonce:yith_plugin_fw.ajax_nonce},beforeSend:function(){n.text(yith_plugin_fw.l10n.updating.replace("%s",t.data("name"))),n.addClass("yith-updating")},success:function(a){n.removeClass("yith-updating").addClass("yith-updated");var e=n.parent("div");e.removeClass("notice-warning"),result_text="",!0===a.success?(e.addClass("notice-success updated-message").removeClass("update-message"),result_text=yith_plugin_fw.l10n.updated):(e.addClass("notice-error"),result_text=yith_plugin_fw.l10n.failed),n.text(result_text.replace("%s",t.data("name")))}})})}(jQuery);
|
|
plugin-fw/init.php
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* Framework Name: YIT Plugin Framework
|
4 |
-
* Version: 3.4.
|
5 |
-
* Author:
|
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.14
|
5 |
+
* Author: YITH
|
6 |
* Text Domain: yith-plugin-fw
|
7 |
* Domain Path: /languages/
|
8 |
*
|
9 |
* @author Your Inspiration Themes
|
10 |
+
* @version 3.4.14
|
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,791 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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: YITH <plugins@yithemes.com>\n"
|
7 |
+
"POT-Creation-Date: 2020-03-11 14:03:11+00:00\n"
|
8 |
+
"PO-Revision-Date: 2020-03-18 18:44+0000\n"
|
9 |
+
"Last-Translator: \n"
|
10 |
+
"Language-Team: Your Inspiration Themes <info@yithemes.com>\n"
|
11 |
+
"Language: el_GR\n"
|
12 |
+
"MIME-Version: 1.0\n"
|
13 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
14 |
+
"Content-Transfer-Encoding: 8bit\n"
|
15 |
+
"X-Generator: Poedit 2.3\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/yit-cpt-unlimited.php:462 lib/yit-cpt-unlimited.php:576
|
26 |
+
#: lib/yit-cpt-unlimited.php:721 lib/yit-cpt-unlimited.php:1636
|
27 |
+
msgid "Add %s"
|
28 |
+
msgstr "Προσθήκη %s"
|
29 |
+
|
30 |
+
#: lib/yit-cpt-unlimited.php:463 lib/yit-cpt-unlimited.php:577
|
31 |
+
msgid "Add New %s"
|
32 |
+
msgstr "Προσθήκη Νέου %s"
|
33 |
+
|
34 |
+
#: lib/yit-cpt-unlimited.php:464 lib/yit-cpt-unlimited.php:578
|
35 |
+
#: lib/yit-cpt-unlimited.php:1269 lib/yit-cpt-unlimited.php:1306
|
36 |
+
msgid "Edit %s"
|
37 |
+
msgstr "Επεξεργασία %s"
|
38 |
+
|
39 |
+
#: lib/yit-cpt-unlimited.php:465 lib/yit-cpt-unlimited.php:579
|
40 |
+
msgid "New %s"
|
41 |
+
msgstr "Νέο %s"
|
42 |
+
|
43 |
+
#: lib/yit-cpt-unlimited.php:466 lib/yit-cpt-unlimited.php:580
|
44 |
+
msgid "All %s"
|
45 |
+
msgstr "Όλα %s"
|
46 |
+
|
47 |
+
#: lib/yit-cpt-unlimited.php:467 lib/yit-cpt-unlimited.php:581
|
48 |
+
#: lib/yit-cpt-unlimited.php:1253 lib/yit-cpt-unlimited.php:1307
|
49 |
+
msgid "View %s"
|
50 |
+
msgstr "Προβολή %s"
|
51 |
+
|
52 |
+
#: lib/yit-cpt-unlimited.php:468 lib/yit-cpt-unlimited.php:582
|
53 |
+
msgid "Search %s"
|
54 |
+
msgstr "Αναζήτηση %s"
|
55 |
+
|
56 |
+
#: lib/yit-cpt-unlimited.php:469 lib/yit-cpt-unlimited.php:583
|
57 |
+
msgid "No %s found"
|
58 |
+
msgstr "Δεν βρέθηκε %s"
|
59 |
+
|
60 |
+
#: lib/yit-cpt-unlimited.php:470 lib/yit-cpt-unlimited.php:584
|
61 |
+
msgid "No %s found in Trash"
|
62 |
+
msgstr "Δεν βρέθηκε %s στον Κάδο Ανακύκλωσης"
|
63 |
+
|
64 |
+
#: lib/yit-cpt-unlimited.php:629 templates/fields/ajax-terms.php:56
|
65 |
+
msgid "Search Categories"
|
66 |
+
msgstr "Αναζήτηση Κατηγοριών"
|
67 |
+
|
68 |
+
#: lib/yit-cpt-unlimited.php:630
|
69 |
+
msgid "All Categories"
|
70 |
+
msgstr "Όλες οι Κατηγορίες"
|
71 |
+
|
72 |
+
#: lib/yit-cpt-unlimited.php:631
|
73 |
+
msgid "Parent Category"
|
74 |
+
msgstr "Γονική Κατηγορία"
|
75 |
+
|
76 |
+
#: lib/yit-cpt-unlimited.php:632
|
77 |
+
msgid "Parent Category:"
|
78 |
+
msgstr "Γονική Κατηγορία:"
|
79 |
+
|
80 |
+
#: lib/yit-cpt-unlimited.php:633
|
81 |
+
msgid "Edit Category"
|
82 |
+
msgstr "Επεξεργασία Kατηγορίας"
|
83 |
+
|
84 |
+
#: lib/yit-cpt-unlimited.php:634
|
85 |
+
msgid "Update Category"
|
86 |
+
msgstr "Ενημέρωση Κατηγορίας"
|
87 |
+
|
88 |
+
#: lib/yit-cpt-unlimited.php:635
|
89 |
+
msgid "Add New Category"
|
90 |
+
msgstr "Προσθήκη Νέας Κατηγορίας"
|
91 |
+
|
92 |
+
#: lib/yit-cpt-unlimited.php:636
|
93 |
+
msgid "New Category Name"
|
94 |
+
msgstr "Όνομα Νέας Κατηγορίας"
|
95 |
+
|
96 |
+
#: lib/yit-cpt-unlimited.php:637
|
97 |
+
msgid "Category"
|
98 |
+
msgstr "Κατηγορία"
|
99 |
+
|
100 |
+
#: lib/yit-cpt-unlimited.php:726
|
101 |
+
msgid "Categories"
|
102 |
+
msgstr "Κατηγορίες"
|
103 |
+
|
104 |
+
#: lib/yit-cpt-unlimited.php:1044
|
105 |
+
msgid "%s Settings"
|
106 |
+
msgstr "Ρυθμίσεις %s"
|
107 |
+
|
108 |
+
#: lib/yit-cpt-unlimited.php:1050 lib/yit-cpt-unlimited.php:1198
|
109 |
+
#: lib/yit-cpt-unlimited.php:1204 lib/yit-plugin-panel.php:80
|
110 |
+
msgid "Settings"
|
111 |
+
msgstr "Ρυθμίσεις"
|
112 |
+
|
113 |
+
#: lib/yit-cpt-unlimited.php:1053
|
114 |
+
msgid "Type"
|
115 |
+
msgstr "Τύπος"
|
116 |
+
|
117 |
+
#: lib/yit-cpt-unlimited.php:1054
|
118 |
+
msgid "Layout for this %s"
|
119 |
+
msgstr "Διάταξη για %s"
|
120 |
+
|
121 |
+
#: lib/yit-cpt-unlimited.php:1060
|
122 |
+
msgid "Rewrite"
|
123 |
+
msgstr "Επανεγγραφή"
|
124 |
+
|
125 |
+
#: lib/yit-cpt-unlimited.php:1061
|
126 |
+
msgid ""
|
127 |
+
"Univocal identification name in the URL for each product (slug from post if "
|
128 |
+
"empty)"
|
129 |
+
msgstr ""
|
130 |
+
"Μονοσήμαντο όνομα ταυτοποίησης URL για κάθε προϊόν (slug από άρθρο αν είναι "
|
131 |
+
"κενό)"
|
132 |
+
|
133 |
+
#: lib/yit-cpt-unlimited.php:1066
|
134 |
+
msgid "Label in Singular"
|
135 |
+
msgstr "Επιγραφή σε Ενικό"
|
136 |
+
|
137 |
+
#: lib/yit-cpt-unlimited.php:1067
|
138 |
+
msgid "Set a label in singular (title of portfolio if empty)"
|
139 |
+
msgstr "Ορίστε μια επιγραφή στον ενικό (τίτλος πορτφόλιο αν είναι κενό)"
|
140 |
+
|
141 |
+
#: lib/yit-cpt-unlimited.php:1072
|
142 |
+
msgid "Label in Plural"
|
143 |
+
msgstr "Επιγραφή σε Πληθυντικό"
|
144 |
+
|
145 |
+
#: lib/yit-cpt-unlimited.php:1073
|
146 |
+
msgid "Set a label in plural (title of portfolio if empty)"
|
147 |
+
msgstr "Ορίστε μια επιγραφή στον πληθυντικό (τίτλος πορτφόλιο αν είναι κενό)"
|
148 |
+
|
149 |
+
#: lib/yit-cpt-unlimited.php:1078
|
150 |
+
msgid "Taxonomy"
|
151 |
+
msgstr "Ταξινομία"
|
152 |
+
|
153 |
+
#: lib/yit-cpt-unlimited.php:1079
|
154 |
+
msgid ""
|
155 |
+
"If you want to use categories in the portfolio, set a name for taxonomy. "
|
156 |
+
"Name should be a slug (must not contain capital letters nor spaces) and must "
|
157 |
+
"not be more than 32 characters long (database structure restriction)."
|
158 |
+
msgstr ""
|
159 |
+
"Αν θέλετε να χρησιμοποιήσετε κατηγορίες στο πορτφόλιο, ορίστε ένα όνομα για "
|
160 |
+
"την ταξινομία. Το όνομα πρέπει να είναι slug (δεν πρέπει να περιλαμβάνει "
|
161 |
+
"κεφαλαία γράμματα ή κενά) και δεν πρέπει να είναι μεγαλύτερο από 32 "
|
162 |
+
"χαρακτήρες (περιορισμός δομής βάσης δεδομένων)."
|
163 |
+
|
164 |
+
#: lib/yit-cpt-unlimited.php:1084
|
165 |
+
msgid "Taxonomy Rewrite"
|
166 |
+
msgstr "Επανεγγραφή Ταξινομίας"
|
167 |
+
|
168 |
+
#: lib/yit-cpt-unlimited.php:1085
|
169 |
+
msgid "Set univocal name for each category page URL."
|
170 |
+
msgstr "Ορίστε μονοσήμαντο όνομα για κάθε URL σελίδας κατηγορίας."
|
171 |
+
|
172 |
+
#: lib/yit-cpt-unlimited.php:1090
|
173 |
+
msgid "Single layout"
|
174 |
+
msgstr "Μονή διάταξη"
|
175 |
+
|
176 |
+
#: lib/yit-cpt-unlimited.php:1091
|
177 |
+
msgid "Layout for single page of this portfolio"
|
178 |
+
msgstr "Διάταξη μονής σελίδας του πορτφόλιο"
|
179 |
+
|
180 |
+
#: lib/yit-cpt-unlimited.php:1132
|
181 |
+
msgid "layout settings"
|
182 |
+
msgstr "ρυθμίσεις διάταξης"
|
183 |
+
|
184 |
+
#: lib/yit-cpt-unlimited.php:1224 lib/yit-cpt-unlimited.php:1237
|
185 |
+
msgid "Quick links"
|
186 |
+
msgstr "Γρήγορα λινκ"
|
187 |
+
|
188 |
+
#: lib/yit-cpt-unlimited.php:1477
|
189 |
+
msgid "Show frontend of the %s"
|
190 |
+
msgstr "Προβολή εμφάνισης του %s"
|
191 |
+
|
192 |
+
#: lib/yit-cpt-unlimited.php:1484 templates/fields/customtabs.php:46
|
193 |
+
#: templates/fields/customtabs.php:89
|
194 |
+
msgid "Name"
|
195 |
+
msgstr "Όνομα"
|
196 |
+
|
197 |
+
#: lib/yit-cpt-unlimited.php:1635
|
198 |
+
msgid "Add %s from images"
|
199 |
+
msgstr "Προσθήκη %s από εικόνες"
|
200 |
+
|
201 |
+
#: lib/yit-cpt-unlimited.php:1638
|
202 |
+
msgid "Upload multiple files"
|
203 |
+
msgstr "Ανέβασμα πολλαπλών αρχείων"
|
204 |
+
|
205 |
+
#: lib/yit-plugin-panel-wc.php:399
|
206 |
+
msgid "The changes you have made will be lost if you leave this page."
|
207 |
+
msgstr ""
|
208 |
+
"Οι αλλαγές που έχετε δημιουργήσει θα χαθούν αν αφήσετε αυτήν την σελίδα."
|
209 |
+
|
210 |
+
#: lib/yit-plugin-panel.php:79
|
211 |
+
msgid "Plugin Settings"
|
212 |
+
msgstr "Ρυθμίσεις Προσθέτου"
|
213 |
+
|
214 |
+
#: lib/yit-plugin-panel.php:425 lib/yit-plugin-panel.php:428
|
215 |
+
msgid "How to install premium version"
|
216 |
+
msgstr "Πώς να εγκαταστήσετε την προηγμένη έκδοση"
|
217 |
+
|
218 |
+
#: lib/yit-plugin-panel.php:572 lib/yit-plugin-subpanel.php:151
|
219 |
+
#: templates/panel/woocommerce/woocommerce-form.php:14
|
220 |
+
msgid "Save Changes"
|
221 |
+
msgstr "Αποθήκευση Αλλαγών"
|
222 |
+
|
223 |
+
#: lib/yit-plugin-panel.php:575 lib/yit-plugin-subpanel.php:154
|
224 |
+
#: templates/panel/woocommerce/woocommerce-form.php:17
|
225 |
+
msgid ""
|
226 |
+
"If you continue with this action, you will reset all options in this page."
|
227 |
+
msgstr ""
|
228 |
+
"Αν συνεχίσετε με αυτή την ενέργεια θα επαναφέρετε όλες τις επιλογές στη "
|
229 |
+
"σελίδα."
|
230 |
+
|
231 |
+
#: lib/yit-plugin-panel.php:577 lib/yit-plugin-subpanel.php:156
|
232 |
+
msgid "Reset to default"
|
233 |
+
msgstr "Επαναφορά σε προεπιλεγμένο"
|
234 |
+
|
235 |
+
#: lib/yit-plugin-panel.php:578 lib/yit-plugin-subpanel.php:157
|
236 |
+
#: templates/panel/woocommerce/woocommerce-form.php:21
|
237 |
+
msgid "Are you sure?"
|
238 |
+
msgstr "Είστε σίγουρος;"
|
239 |
+
|
240 |
+
#: lib/yit-plugin-panel.php:776
|
241 |
+
msgid ""
|
242 |
+
"The element you have entered already exists. Please, enter another name."
|
243 |
+
msgstr "Το στοιχείο που εισάγατε υπάρχει ήδη. Παρακαλώ, εισάγετε άλλο όνομα."
|
244 |
+
|
245 |
+
#: lib/yit-plugin-panel.php:777
|
246 |
+
msgid "Settings saved"
|
247 |
+
msgstr "Ρυθμίσεις αποθηκεύτηκαν"
|
248 |
+
|
249 |
+
#: lib/yit-plugin-panel.php:778
|
250 |
+
msgid "Settings reset"
|
251 |
+
msgstr "Επαναφορά ρυθμίσεων"
|
252 |
+
|
253 |
+
#: lib/yit-plugin-panel.php:779
|
254 |
+
msgid "Element deleted correctly."
|
255 |
+
msgstr "Το στοιχείο διαγράφηκε επιτυχώς."
|
256 |
+
|
257 |
+
#: lib/yit-plugin-panel.php:780 lib/yit-plugin-panel.php:781
|
258 |
+
msgid "Element updated correctly."
|
259 |
+
msgstr "Το στοιχείο αναβαθμίστηκε επιτυχώς."
|
260 |
+
|
261 |
+
#: lib/yit-plugin-panel.php:782
|
262 |
+
msgid "Database imported correctly."
|
263 |
+
msgstr "Επιτυχής εισαγωγή βάσης δεδομένων."
|
264 |
+
|
265 |
+
#: lib/yit-plugin-panel.php:783
|
266 |
+
msgid "An error has occurred during import. Please try again."
|
267 |
+
msgstr "Παρουσιάστηκε σφάλμα κατά την εισαγωγή. Παρακαλώ προσπαθήστε ξανά."
|
268 |
+
|
269 |
+
#: lib/yit-plugin-panel.php:784
|
270 |
+
msgid "The added file is not valid."
|
271 |
+
msgstr "Το προστιθέμενο αρχείο δεν είναι έγκυρο."
|
272 |
+
|
273 |
+
#: lib/yit-plugin-panel.php:785
|
274 |
+
msgid "Sorry, import is disabled."
|
275 |
+
msgstr "Συγνώμη, η εισαγωγή είναι απενεργοποιημένη."
|
276 |
+
|
277 |
+
#: lib/yit-plugin-panel.php:786
|
278 |
+
msgid "Sorting successful."
|
279 |
+
msgstr "Διαλογή επιτυχής."
|
280 |
+
|
281 |
+
#: lib/yit-plugin-panel.php:1234
|
282 |
+
msgid "We need your support"
|
283 |
+
msgstr "Χρειαζόμαστε την υποστήριξή σας"
|
284 |
+
|
285 |
+
#: lib/yit-plugin-panel.php:1235
|
286 |
+
msgid "to keep updating and improving the plugin. Please,"
|
287 |
+
msgstr ""
|
288 |
+
"για να διατηρήσετε την ενημέρωση και τη βελτίωση του πρόσθετου. Παρακαλώ,"
|
289 |
+
|
290 |
+
#: lib/yit-plugin-panel.php:1237
|
291 |
+
msgid "help us by leaving a five-star rating"
|
292 |
+
msgstr "βοηθήστε μας αφήνοντας μια βαθμολογία πέντε αστέρων"
|
293 |
+
|
294 |
+
#: lib/yit-plugin-panel.php:1238
|
295 |
+
msgid ":) Thanks!"
|
296 |
+
msgstr ":) Ευχαριστώ!"
|
297 |
+
|
298 |
+
#: lib/yit-pointers.php:70
|
299 |
+
msgid "Plugins Activated"
|
300 |
+
msgstr "Ενεργοποιημένα Πρόσθετα"
|
301 |
+
|
302 |
+
#: lib/yit-pointers.php:71
|
303 |
+
msgid ""
|
304 |
+
"From now on, you can find all plugin options in YITH Plugins menu.\n"
|
305 |
+
" Plugin customization settings will be "
|
306 |
+
"available as a new entry in YITH Plugins menu."
|
307 |
+
msgstr ""
|
308 |
+
"Πλέον μπορείτε να βρείτε όλες τις επιλογές του προσθέτου μέσω του μενού YITH "
|
309 |
+
"Plugins.\n"
|
310 |
+
" Οι ρυθμίσεις προσαρμογής του προσθέτου "
|
311 |
+
"θα είναι διαθέσιμες ως νέα εγγραφή στο μενού YITH Plugins."
|
312 |
+
|
313 |
+
#: lib/yit-pointers.php:73 lib/yit-pointers.php:89
|
314 |
+
msgid "Discover all our plugins available on:"
|
315 |
+
msgstr "Ανακαλύψτε όλα τα διαθέσιμά μας πρόσθετα στο:"
|
316 |
+
|
317 |
+
#: lib/yit-pointers.php:74 lib/yit-pointers.php:90
|
318 |
+
msgid "and"
|
319 |
+
msgstr "και"
|
320 |
+
|
321 |
+
#: lib/yit-pointers.php:84
|
322 |
+
msgid "Plugins Upgraded"
|
323 |
+
msgstr "Αναβαθμισμένα Πρόσθετα"
|
324 |
+
|
325 |
+
#: lib/yit-pointers.php:85
|
326 |
+
msgid ""
|
327 |
+
"From now on, you can find the option panel of YITH plugins in YITH Plugins "
|
328 |
+
"menu.\n"
|
329 |
+
" Every time one of our plugins is added, "
|
330 |
+
"a new entry will be added to this menu.\n"
|
331 |
+
" For example, after the update, plugin "
|
332 |
+
"options (such as for YITH WooCommerce Wishlist, YITH WooCommerce Ajax "
|
333 |
+
"Search, etc.)\n"
|
334 |
+
" will be moved from previous location to "
|
335 |
+
"YITH Plugins tab."
|
336 |
+
msgstr ""
|
337 |
+
"Πλέον μπορείτε να βρείτε όλες τις επιλογές του προσθέτου μέσω του μενού YITH "
|
338 |
+
"Plugins.\n"
|
339 |
+
" Κάθε φορά που προστίθεται ένα από τα "
|
340 |
+
"πρόσθετά μας, μια νέα εγγραφή θα προστίθεται στο μενού.\n"
|
341 |
+
" Για παράδειγμα, μετά την αναβάθμιση, οι "
|
342 |
+
"επιλογές των προσθέτων (όπως YITH WooCommerce Wishlist, YITH WooCommerce "
|
343 |
+
"Ajax Search, etc.)\n"
|
344 |
+
" θα μεταφέρονται από την προηγούμενη "
|
345 |
+
"τοποθεσία στην καρτέλα YITH Plugins."
|
346 |
+
|
347 |
+
#: lib/yith-dashboard.php:40
|
348 |
+
msgid "YITH Latest Updates"
|
349 |
+
msgstr "Τελευταίες Αναβαθμίσεις YITH"
|
350 |
+
|
351 |
+
#: lib/yith-dashboard.php:41
|
352 |
+
msgid "Latest news from YITH Blog"
|
353 |
+
msgstr "Τελευταία νέα από YITH Blog"
|
354 |
+
|
355 |
+
#: lib/yith-dashboard.php:65
|
356 |
+
msgid "RSS Error:"
|
357 |
+
msgstr "Σφάλμα RSS:"
|
358 |
+
|
359 |
+
#: lib/yith-dashboard.php:71
|
360 |
+
msgid ""
|
361 |
+
"An error has occurred, which probably means the feed is down. Try again "
|
362 |
+
"later."
|
363 |
+
msgstr ""
|
364 |
+
"Παρουσιάστηκε σφάλμα, που πιθανότατα σημαίνει ότι έπεσε το τροφοδοτικό. "
|
365 |
+
"Προσπαθήστε ξανά αργότερα."
|
366 |
+
|
367 |
+
#: lib/yith-system-status.php:105
|
368 |
+
msgid "WordPress Version"
|
369 |
+
msgstr "Έκδοση WordPress"
|
370 |
+
|
371 |
+
#: lib/yith-system-status.php:106
|
372 |
+
msgid "WooCommerce Version"
|
373 |
+
msgstr "Έκδοση WooCommerce"
|
374 |
+
|
375 |
+
#: lib/yith-system-status.php:107
|
376 |
+
msgid "Available Memory"
|
377 |
+
msgstr "Διαθέσιμη Μνήμη"
|
378 |
+
|
379 |
+
#: lib/yith-system-status.php:108
|
380 |
+
msgid "PHP Version"
|
381 |
+
msgstr "Έκδοση PHP"
|
382 |
+
|
383 |
+
#: lib/yith-system-status.php:109
|
384 |
+
msgid "TLS Version"
|
385 |
+
msgstr "Έκδοση TLS"
|
386 |
+
|
387 |
+
#: lib/yith-system-status.php:110
|
388 |
+
msgid "WordPress Cron"
|
389 |
+
msgstr "WordPress Cron"
|
390 |
+
|
391 |
+
#: lib/yith-system-status.php:111
|
392 |
+
msgid "SimpleXML"
|
393 |
+
msgstr "SimpleXML"
|
394 |
+
|
395 |
+
#: lib/yith-system-status.php:112
|
396 |
+
msgid "MultiByte String"
|
397 |
+
msgstr "MultiByte String"
|
398 |
+
|
399 |
+
#: lib/yith-system-status.php:113
|
400 |
+
msgid "ImageMagick Version"
|
401 |
+
msgstr "Έκδοση ImageMagick"
|
402 |
+
|
403 |
+
#: lib/yith-system-status.php:114
|
404 |
+
msgid "GD Library"
|
405 |
+
msgstr "Βιβλιοθήκη GD"
|
406 |
+
|
407 |
+
#: lib/yith-system-status.php:115
|
408 |
+
msgid "Iconv Module"
|
409 |
+
msgstr "Άρθρωμα Iconv"
|
410 |
+
|
411 |
+
#: lib/yith-system-status.php:116
|
412 |
+
msgid "OPCache Save Comments"
|
413 |
+
msgstr "OPCache Save Comments"
|
414 |
+
|
415 |
+
#: lib/yith-system-status.php:117
|
416 |
+
msgid "URL FOpen"
|
417 |
+
msgstr "URL FOpen"
|
418 |
+
|
419 |
+
#: lib/yith-system-status.php:135 lib/yith-system-status.php:136
|
420 |
+
msgid "System Status"
|
421 |
+
msgstr "Κατάσταση Συστήματος"
|
422 |
+
|
423 |
+
#: lib/yith-system-status.php:179
|
424 |
+
msgid "YITH Plugins"
|
425 |
+
msgstr "Πρόσθετα YITH"
|
426 |
+
|
427 |
+
#: lib/yith-system-status.php:180
|
428 |
+
msgid "WooCommerce"
|
429 |
+
msgstr "WooCommerce"
|
430 |
+
|
431 |
+
#: lib/yith-system-status.php:297
|
432 |
+
msgid "Warning!"
|
433 |
+
msgstr "Προσοχή!"
|
434 |
+
|
435 |
+
#: lib/yith-system-status.php:298
|
436 |
+
msgid ""
|
437 |
+
"The system check has detected some compatibility issues on your "
|
438 |
+
"installation. %sClick here%s to know more"
|
439 |
+
msgstr ""
|
440 |
+
"Ο έλεγχος συστήματος έχει εντοπίσει κάποια προβλήματα συμβατότητας στην "
|
441 |
+
"εγκατάστασή σας. %sΚάντε κλικ εδώ%s για να μάθετε περισσότερα"
|
442 |
+
|
443 |
+
#: templates/fields/ajax-customers.php:57
|
444 |
+
msgid "Search Customers"
|
445 |
+
msgstr "Αναζήτηση Πελατών"
|
446 |
+
|
447 |
+
#: templates/fields/ajax-customers.php:83
|
448 |
+
#: templates/fields/ajax-customers.php:93
|
449 |
+
msgid "%1$s (#%2$s – %3$s)"
|
450 |
+
msgstr "%1$s (#%2$s – %3$s)"
|
451 |
+
|
452 |
+
#: templates/fields/ajax-posts.php:57
|
453 |
+
msgid "Search Posts"
|
454 |
+
msgstr "Αναζήτηση Άρθρου"
|
455 |
+
|
456 |
+
#: templates/fields/ajax-products.php:16
|
457 |
+
msgid "Search Product"
|
458 |
+
msgstr "Αναζήτηση Προϊόντος"
|
459 |
+
|
460 |
+
#: templates/fields/customtabs.php:28
|
461 |
+
msgid "Close all"
|
462 |
+
msgstr "Απενεργοποίηση όλων"
|
463 |
+
|
464 |
+
#: templates/fields/customtabs.php:28
|
465 |
+
msgid "Expand all"
|
466 |
+
msgstr "Ανάπτυξη όλων"
|
467 |
+
|
468 |
+
#: templates/fields/customtabs.php:37 templates/fields/customtabs.php:81
|
469 |
+
msgid "Remove"
|
470 |
+
msgstr "Αφαίρεση"
|
471 |
+
|
472 |
+
#: templates/fields/customtabs.php:52 templates/fields/customtabs.php:94
|
473 |
+
msgid "Value"
|
474 |
+
msgstr "Τιμή"
|
475 |
+
|
476 |
+
#: templates/fields/customtabs.php:53 templates/fields/customtabs.php:95
|
477 |
+
msgid "Content of the tab. (HTML is supported)"
|
478 |
+
msgstr "Περιεχόμενο καρτέλας. (Υποστηρίζεται HTML)"
|
479 |
+
|
480 |
+
#: templates/fields/customtabs.php:65
|
481 |
+
msgid "Add custom product tab"
|
482 |
+
msgstr "Προσθέστε καρτέλα προσαρμοσμένου προϊόντος"
|
483 |
+
|
484 |
+
#: templates/fields/customtabs.php:106
|
485 |
+
msgid "Do you want to remove the custom tab?"
|
486 |
+
msgstr "Θέλετε να αφαιρέσετε την προσαρμοσμένη καρτέλα;"
|
487 |
+
|
488 |
+
#: templates/fields/date-format.php:50
|
489 |
+
msgid "Custom:"
|
490 |
+
msgstr "Προσαρμογή:"
|
491 |
+
|
492 |
+
#: templates/fields/icons.php:58
|
493 |
+
msgid "Set Default"
|
494 |
+
msgstr "Ορίστε Προεπιλεγμένο"
|
495 |
+
|
496 |
+
#: templates/fields/image-gallery.php:34 templates/fields/image-gallery.php:39
|
497 |
+
msgid "Delete image"
|
498 |
+
msgstr "Διαγραφή εικόνας"
|
499 |
+
|
500 |
+
#: templates/fields/image-gallery.php:39
|
501 |
+
msgid "Add Images to Gallery"
|
502 |
+
msgstr "Προσθέστε Εικόνες στη Συλλογή"
|
503 |
+
|
504 |
+
#: templates/fields/image-gallery.php:39
|
505 |
+
msgid "Add to gallery"
|
506 |
+
msgstr "Προσθέστε στη συλλογή"
|
507 |
+
|
508 |
+
#: templates/fields/image-gallery.php:39
|
509 |
+
msgid "Add images"
|
510 |
+
msgstr "Προσθέστε εικόνες"
|
511 |
+
|
512 |
+
#: templates/fields/image-gallery.php:39
|
513 |
+
msgid "Delete"
|
514 |
+
msgstr "Διαγραφή"
|
515 |
+
|
516 |
+
#: templates/fields/select-buttons.php:21
|
517 |
+
msgid "Add All"
|
518 |
+
msgstr "Προσθήκη Όλων"
|
519 |
+
|
520 |
+
#: templates/fields/select-buttons.php:34
|
521 |
+
msgid "Remove All"
|
522 |
+
msgstr "Αφαίρεση Όλων"
|
523 |
+
|
524 |
+
#: templates/fields/sidebars.php:22
|
525 |
+
msgid "Left sidebar"
|
526 |
+
msgstr "Αριστερή πλευρική στήλη"
|
527 |
+
|
528 |
+
#: templates/fields/sidebars.php:25
|
529 |
+
msgid "Right sidebar"
|
530 |
+
msgstr "Δεξιά πλευρική στήλη"
|
531 |
+
|
532 |
+
#: templates/fields/sidebars.php:28 templates/fields/sidebars.php:31
|
533 |
+
msgid "No sidebar"
|
534 |
+
msgstr "Χωρίς πλευρική στήλη"
|
535 |
+
|
536 |
+
#: templates/fields/sidebars.php:39
|
537 |
+
msgid "Left Sidebar"
|
538 |
+
msgstr "Αριστερή Πλευρική Στήλη"
|
539 |
+
|
540 |
+
#: templates/fields/sidebars.php:41 templates/fields/sidebars.php:54
|
541 |
+
msgid "Choose a sidebar"
|
542 |
+
msgstr "Επιλέξτε πλευρική στήλη"
|
543 |
+
|
544 |
+
#: templates/fields/sidebars.php:52
|
545 |
+
msgid "Right Sidebar"
|
546 |
+
msgstr "Δεξιά Πλευρική Στήλη"
|
547 |
+
|
548 |
+
#: templates/fields/upload.php:27 templates/metaboxes/types/icon-list.php:70
|
549 |
+
#: templates/panel/woocommerce/woocommerce-upload.php:40
|
550 |
+
msgid "Upload"
|
551 |
+
msgstr "Ανέβασμα"
|
552 |
+
|
553 |
+
#: templates/fields/upload.php:29
|
554 |
+
msgid "Reset"
|
555 |
+
msgstr "Επαναφορά"
|
556 |
+
|
557 |
+
#: templates/metaboxes/types/icon-list.php:76
|
558 |
+
msgid "Image preview"
|
559 |
+
msgstr "Προεπισκόπηση εικόνας"
|
560 |
+
|
561 |
+
#: templates/metaboxes/types/icon-list.php:90
|
562 |
+
msgid "(Default: %s <img src=\"%s\"/>)"
|
563 |
+
msgstr "(Default: %s <img src=“%s”/>)"
|
564 |
+
|
565 |
+
#: templates/metaboxes/types/icon-list.php:92
|
566 |
+
msgid "(Default: <i %s></i> )"
|
567 |
+
msgstr "(Default: <i %s></i> )"
|
568 |
+
|
569 |
+
#: templates/panel/woocommerce/woocommerce-form.php:20
|
570 |
+
msgid "Reset Defaults"
|
571 |
+
msgstr "Επαναφορά Προεπιλεγμένων"
|
572 |
+
|
573 |
+
#: templates/sysinfo/system-information-panel.php:30
|
574 |
+
msgid "YITH System Information"
|
575 |
+
msgstr "Σύστημα Πληροφοριών YITH"
|
576 |
+
|
577 |
+
#: templates/sysinfo/system-information-panel.php:38
|
578 |
+
msgid "Site URL"
|
579 |
+
msgstr "URL Ιστοσελίδας"
|
580 |
+
|
581 |
+
#: templates/sysinfo/system-information-panel.php:46
|
582 |
+
msgid "Output IP Address"
|
583 |
+
msgstr "Διεύθυνση IP Παραγωγής"
|
584 |
+
|
585 |
+
#: templates/sysinfo/system-information-panel.php:76
|
586 |
+
msgid "Enabled"
|
587 |
+
msgstr "Ενεργοποιημένο"
|
588 |
+
|
589 |
+
#: templates/sysinfo/system-information-panel.php:76
|
590 |
+
msgid "Disabled"
|
591 |
+
msgstr "Απενεργοποιημένο"
|
592 |
+
|
593 |
+
#: templates/sysinfo/system-information-panel.php:82
|
594 |
+
msgid "N/A"
|
595 |
+
msgstr "N/A"
|
596 |
+
|
597 |
+
#: templates/sysinfo/system-information-panel.php:96
|
598 |
+
msgid "%s needs %s enabled"
|
599 |
+
msgstr "%s χρειάζεται %s ενεργοποιημένο"
|
600 |
+
|
601 |
+
#: templates/sysinfo/system-information-panel.php:98
|
602 |
+
msgid "%s needs at least %s of available memory"
|
603 |
+
msgstr "%s χρειάζεται τουλάχιστον %s διαθέσιμης μνήμης"
|
604 |
+
|
605 |
+
#: templates/sysinfo/system-information-panel.php:100
|
606 |
+
#: templates/sysinfo/system-information-panel.php:149
|
607 |
+
msgid ""
|
608 |
+
"For optimal functioning of our plugins, we suggest setting at least %s of "
|
609 |
+
"available memory"
|
610 |
+
msgstr ""
|
611 |
+
"Για την βέλτιστη λειτουργικότητα των προσθέτων μας, προτείνουμε να ορίσετε "
|
612 |
+
"τουλάχιστον %s διαθέσιμης μνήμης"
|
613 |
+
|
614 |
+
#: templates/sysinfo/system-information-panel.php:102
|
615 |
+
#: templates/sysinfo/system-information-panel.php:137
|
616 |
+
#: templates/sysinfo/system-information-panel.php:151
|
617 |
+
msgid ""
|
618 |
+
"Read more %s here%s or contact your hosting company in order to increase it."
|
619 |
+
msgstr ""
|
620 |
+
"Μάθετε περισσότερα %s εδώ%s ή επικοινωνήστε με την εταιρεία hosting σας για "
|
621 |
+
"να το βελτιώσετε."
|
622 |
+
|
623 |
+
#: templates/sysinfo/system-information-panel.php:105
|
624 |
+
msgid "%s needs at least %s version"
|
625 |
+
msgstr "%s χρειάζεται τουλάχιστον %s έκδοση"
|
626 |
+
|
627 |
+
#: templates/sysinfo/system-information-panel.php:116
|
628 |
+
msgid ""
|
629 |
+
"Update it to the latest version in order to benefit of all new features and "
|
630 |
+
"security updates."
|
631 |
+
msgstr ""
|
632 |
+
"Κάντε αναβάθμιση της τελευταίας έκδοσης για να επωφεληθείτε από τα νέα "
|
633 |
+
"χαρακτηριστικά και τις αναβαθμίσεις προστασίας."
|
634 |
+
|
635 |
+
#: templates/sysinfo/system-information-panel.php:122
|
636 |
+
msgid "Contact your hosting company in order to update it."
|
637 |
+
msgstr "Επικοινωνήστε με την εταιρεία hosting σας για να αναβαθμίσετε."
|
638 |
+
|
639 |
+
#: templates/sysinfo/system-information-panel.php:126
|
640 |
+
msgid "Remove %s from %s file"
|
641 |
+
msgstr "Αφαίρεση %s από αρχείο %s"
|
642 |
+
|
643 |
+
#: templates/sysinfo/system-information-panel.php:134
|
644 |
+
msgid "Contact your hosting company in order to enable it."
|
645 |
+
msgstr "Επικοινωνήστε με την εταιρεία hosting σας για να ενεργοποιήσετε."
|
646 |
+
|
647 |
+
#: templates/sysinfo/system-information-panel.php:157
|
648 |
+
msgid ""
|
649 |
+
"We cannot determine which <b>TLS</b> version is installed because <b>cURL</"
|
650 |
+
"b> module is disabled. Ask your hosting company to enable it."
|
651 |
+
msgstr ""
|
652 |
+
"Δεν μπορούμε να καθορίσουμε ποια έκδοση <b>TLS</b> έχει εγκατασταθεί γιατί "
|
653 |
+
"το άρθρωμα <b>cURL</b> είναι απενεργοποιημένο. Ζητήστε από την εταιρεία "
|
654 |
+
"hosting σας να το ενεργοποιήσει."
|
655 |
+
|
656 |
+
#: templates/sysinfo/system-information-panel.php:160
|
657 |
+
msgid ""
|
658 |
+
"<b>ImageMagick</b> module is not installed. Ask your hosting company to "
|
659 |
+
"install it."
|
660 |
+
msgstr ""
|
661 |
+
"Το άρθρωμα <b>ImageMagick</b> δεν έχει εγκατασταθεί. Ζητήστε από την "
|
662 |
+
"εταιρεία hosting σας να το εγκαταστήσει."
|
663 |
+
|
664 |
+
#: templates/sysinfo/system-information-panel.php:172
|
665 |
+
msgid "Show full PHPInfo"
|
666 |
+
msgstr "Πλήρης εμφάνιση PHPInfo"
|
667 |
+
|
668 |
+
#: templates/sysinfo/system-information-panel.php:176
|
669 |
+
msgid "Back to System panel"
|
670 |
+
msgstr "Πίσω στο πάνελ Συστήματος"
|
671 |
+
|
672 |
+
#: templates/sysinfo/system-information-panel.php:193
|
673 |
+
msgid "Back to top"
|
674 |
+
msgstr "Πίσω στην κορυφή"
|
675 |
+
|
676 |
+
#: yit-plugin.php:194
|
677 |
+
msgid "License"
|
678 |
+
msgstr "Άδεια χρήσης προϊόντος"
|
679 |
+
|
680 |
+
#. Author of the plugin/theme
|
681 |
+
msgid "YITH"
|
682 |
+
msgstr "YITH"
|
683 |
+
|
684 |
+
#: lib/privacy/yit-privacy.php:24
|
685 |
+
msgctxt "Privacy Policy Guide Title"
|
686 |
+
msgid "YITH Plugins"
|
687 |
+
msgstr "Πρόσθετα YITH"
|
688 |
+
|
689 |
+
#: lib/privacy/yit-privacy.php:59
|
690 |
+
msgctxt "Privacy Policy Content"
|
691 |
+
msgid ""
|
692 |
+
"This sample language includes the basics around what personal data your "
|
693 |
+
"store may be collecting, storing and sharing, as well as who may have access "
|
694 |
+
"to that data. Depending on what settings are enabled and which additional "
|
695 |
+
"plugins are used, the specific information shared by your store will vary. "
|
696 |
+
"We recommend consulting with a lawyer when deciding what information to "
|
697 |
+
"disclose on your privacy policy."
|
698 |
+
msgstr ""
|
699 |
+
"Αυτό το δείγμα γλώσσας περιλαμβάνει τα βασικά στοιχεία γύρω από το τι "
|
700 |
+
"προσωπικά δεδομένα το κατάστημά σας μπορεί να συλλέγει, την αποθήκευση και "
|
701 |
+
"την κοινή χρήση, καθώς και ποιοι μπορεί να έχουν πρόσβαση σε αυτά τα "
|
702 |
+
"δεδομένα. Ανάλογα με τις ρυθμίσεις που είναι ενεργοποιημένες και ποια "
|
703 |
+
"επιπλέον πρόσθετα χρησιμοποιούνται, οι συγκεκριμένες πληροφορίες που "
|
704 |
+
"κοινοποιούνται από το κατάστημά σας θα ποικίλλουν. Συνιστούμε τη διαβούλευση "
|
705 |
+
"με έναν δικηγόρο, όταν αποφασίζετε ποιες πληροφορίες να αποκαλύπτετε στην "
|
706 |
+
"πολιτική απορρήτου σας."
|
707 |
+
|
708 |
+
#: lib/privacy/yit-privacy.php:63
|
709 |
+
msgctxt "Privacy Policy Content"
|
710 |
+
msgid "What we collect and store"
|
711 |
+
msgstr "Τι συλλέγουμε και αποθηκεύουμε"
|
712 |
+
|
713 |
+
#: lib/privacy/yit-privacy.php:66
|
714 |
+
msgctxt "Privacy Policy Content"
|
715 |
+
msgid "Who on our team has access"
|
716 |
+
msgstr "Ποιος στην ομάδα μας έχει πρόσβαση"
|
717 |
+
|
718 |
+
#: lib/privacy/yit-privacy.php:69
|
719 |
+
msgctxt "Privacy Policy Content"
|
720 |
+
msgid "What we share with others"
|
721 |
+
msgstr "Τι μοιραζόμαστε με τους άλλους"
|
722 |
+
|
723 |
+
#: lib/privacy/yit-privacy.php:72
|
724 |
+
msgctxt "Privacy Policy Content"
|
725 |
+
msgid "Payments"
|
726 |
+
msgstr "Πληρωμές"
|
727 |
+
|
728 |
+
#: lib/yit-cpt-unlimited.php:627
|
729 |
+
msgctxt "taxonomy general name"
|
730 |
+
msgid "%s Categories"
|
731 |
+
msgstr "Κατηγορίες %s"
|
732 |
+
|
733 |
+
#: lib/yit-cpt-unlimited.php:628
|
734 |
+
msgctxt "taxonomy singular name"
|
735 |
+
msgid "Category"
|
736 |
+
msgstr "Κατηγορία"
|
737 |
+
|
738 |
+
#: lib/yith-dashboard.php:99
|
739 |
+
msgctxt "Plugin FW"
|
740 |
+
msgid "View Changelog"
|
741 |
+
msgstr "Προβολή Αρχείου Καταγραφής"
|
742 |
+
|
743 |
+
#: lib/yith-dashboard.php:100
|
744 |
+
msgctxt "Plugin FW"
|
745 |
+
msgid "Latest update released on"
|
746 |
+
msgstr "Τελευταία αναβάθμιση κυκλοφόρησε στις"
|
747 |
+
|
748 |
+
#: lib/yith-dashboard.php:143
|
749 |
+
msgctxt "Button label"
|
750 |
+
msgid "Close"
|
751 |
+
msgstr "Απενεργοποίηση"
|
752 |
+
|
753 |
+
#: lib/yith-gutenberg.php:134
|
754 |
+
msgctxt "[gutenberg]: Category Name"
|
755 |
+
msgid "YITH"
|
756 |
+
msgstr "YITH"
|
757 |
+
|
758 |
+
#: templates/fields/onoff.php:24
|
759 |
+
msgctxt "ON/OFF button: use MAX 3 characters!"
|
760 |
+
msgid "ON"
|
761 |
+
msgstr "ΕΝΕΡΓΟΠΟΙΗΣΗ"
|
762 |
+
|
763 |
+
#: templates/fields/onoff.php:25
|
764 |
+
msgctxt "ON/OFF button: use MAX 3 characters!"
|
765 |
+
msgid "OFF"
|
766 |
+
msgstr "ΑΠΕΝΕΡΓΟΠΟΙΗΣΗ"
|
767 |
+
|
768 |
+
#: yit-plugin.php:83
|
769 |
+
msgctxt "Plugin Row Meta"
|
770 |
+
msgid "Live Demo"
|
771 |
+
msgstr "Live Demo"
|
772 |
+
|
773 |
+
#: yit-plugin.php:88
|
774 |
+
msgctxt "Plugin Row Meta"
|
775 |
+
msgid "Documentation"
|
776 |
+
msgstr "Εγχειρίδιο χρήσης"
|
777 |
+
|
778 |
+
#: yit-plugin.php:93
|
779 |
+
msgctxt "Plugin Row Meta"
|
780 |
+
msgid "Support"
|
781 |
+
msgstr "Υποστήριξη"
|
782 |
+
|
783 |
+
#: yit-plugin.php:98
|
784 |
+
msgctxt "Plugin Row Meta"
|
785 |
+
msgid "Premium version"
|
786 |
+
msgstr "Premium έκδοση"
|
787 |
+
|
788 |
+
#: yit-plugin.php:190
|
789 |
+
msgctxt "Action links"
|
790 |
+
msgid "Settings"
|
791 |
+
msgstr "Ρυθμίσεις"
|
plugin-fw/languages/yith-plugin-fw-es_ES.mo
CHANGED
Binary file
|
plugin-fw/languages/yith-plugin-fw-es_ES.po
CHANGED
@@ -3,9 +3,9 @@
|
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: YITH Plugin Starter 1.0.0 Plugin FW\n"
|
6 |
-
"Report-Msgid-Bugs-To:
|
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"
|
@@ -22,172 +22,107 @@ msgstr ""
|
|
22 |
"X-Textdomain-Support: yes\n"
|
23 |
"X-Poedit-SearchPath-0: .\n"
|
24 |
|
25 |
-
#: lib/
|
26 |
-
|
27 |
-
msgid "YITH Plugins"
|
28 |
-
msgstr "Plugins de 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 |
-
"Este lenguaje de muestra incluye los conceptos básicos sobre qué datos "
|
41 |
-
"personales puede estar recolectando, almacenando y compartiendo tu tienda, "
|
42 |
-
"así como quién puede tener acceso a esos datos. Dependiendo de qué "
|
43 |
-
"configuración esté habilitada y qué complementos adicionales se utilicen, la "
|
44 |
-
"información específica compartida por tu tienda variará. Recomendamos "
|
45 |
-
"consultar con un abogado cuando decidas qué información divulgar sobre tu "
|
46 |
-
"política de privacidad."
|
47 |
-
|
48 |
-
#: lib/privacy/yit-privacy.php:63
|
49 |
-
msgctxt "Privacy Policy Content"
|
50 |
-
msgid "What we collect and store"
|
51 |
-
msgstr "Qué recopilamos y almacenamos"
|
52 |
-
|
53 |
-
#: lib/privacy/yit-privacy.php:66
|
54 |
-
msgctxt "Privacy Policy Content"
|
55 |
-
msgid "Who on our team has access"
|
56 |
-
msgstr "Quién en nuestro equipo tiene acceso"
|
57 |
-
|
58 |
-
#: lib/privacy/yit-privacy.php:69
|
59 |
-
msgctxt "Privacy Policy Content"
|
60 |
-
msgid "What we share with others"
|
61 |
-
msgstr "Qué compartimos con otros"
|
62 |
-
|
63 |
-
#: lib/privacy/yit-privacy.php:72
|
64 |
-
msgctxt "Privacy Policy Content"
|
65 |
-
msgid "Payments"
|
66 |
-
msgstr "Pagos"
|
67 |
-
|
68 |
-
#: lib/yit-cpt-unlimited.php:460 lib/yit-cpt-unlimited.php:574
|
69 |
-
#: lib/yit-cpt-unlimited.php:719 lib/yit-cpt-unlimited.php:1632
|
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:626
|
123 |
-
msgctxt "taxonomy singular name"
|
124 |
-
msgid "Category"
|
125 |
-
msgstr "Categoría"
|
126 |
-
|
127 |
-
#: lib/yit-cpt-unlimited.php:627 templates/fields/ajax-terms.php:56
|
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 +130,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 +162,139 @@ 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 +345,110 @@ 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/
|
475 |
-
|
476 |
-
|
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/yit-upgrade.php:559
|
503 |
-
#, php-format
|
504 |
-
msgid ""
|
505 |
-
"There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
|
506 |
-
"yit-changelog-button open-plugin-details-modal\" title=\"%3$s\">View version "
|
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 |
-
msgid "
|
545 |
-
msgstr "
|
546 |
|
547 |
-
#: lib/yith-
|
548 |
-
msgid "
|
549 |
-
msgstr "
|
550 |
-
|
551 |
-
#: lib/yith-dashboard.php:41
|
552 |
-
msgid "News from the YITH Blog"
|
553 |
-
msgstr "Noticias del Blog de YITH"
|
554 |
-
|
555 |
-
#: lib/yith-gutenberg.php:134
|
556 |
-
msgctxt "[gutenberg]: Category Name"
|
557 |
-
msgid "YITH"
|
558 |
-
msgstr "YITH"
|
559 |
|
560 |
-
#:
|
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 "Current product is not included in your YITH Club Subscription key"
|
625 |
-
msgstr ""
|
626 |
-
"Producto actual no está incluido en la clave de suscripción de Club de YITH"
|
627 |
-
|
628 |
-
#: licence/lib/yit-licence.php:739
|
629 |
-
msgid "Great"
|
630 |
-
msgstr "Excelente"
|
631 |
-
|
632 |
-
#: licence/lib/yit-licence.php:739
|
633 |
-
msgid "License successfully activated"
|
634 |
-
msgstr "Licencia activada con éxito"
|
635 |
-
|
636 |
-
#: licence/lib/yit-licence.php:740
|
637 |
-
msgid "License key deactivated for website"
|
638 |
-
msgstr "Clave de licencia desactivada para nuestro sitio web"
|
639 |
-
|
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 |
-
|
703 |
-
|
704 |
-
|
705 |
-
"
|
706 |
-
"
|
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 |
-
#: licence/templates/panel/activation/activation-panel.php:151
|
805 |
-
msgid "Deactivate"
|
806 |
-
msgstr "Desactivar"
|
807 |
-
|
808 |
-
#: licence/templates/panel/activation/activation-panel.php:156
|
809 |
-
#: licence/templates/panel/activation/activation-panel.php:213
|
810 |
-
msgid "Renew"
|
811 |
-
msgstr "Renovado"
|
812 |
-
|
813 |
-
#: licence/templates/panel/activation/activation-panel.php:169
|
814 |
-
msgid "Banned"
|
815 |
-
msgstr "Bloqueado"
|
816 |
-
|
817 |
-
#: licence/templates/panel/activation/activation-panel.php:199
|
818 |
-
msgid "Expired"
|
819 |
-
msgstr "Caducado"
|
820 |
-
|
821 |
-
#: licence/templates/panel/activation/activation-panel.php:235
|
822 |
-
msgid "Order again"
|
823 |
-
msgstr "Comprar de nuevo"
|
824 |
-
|
825 |
-
#: licence/templates/panel/activation/activation-panel.php:237
|
826 |
-
msgid "Renew license"
|
827 |
-
msgstr "Renovar licencia"
|
828 |
|
829 |
#: templates/fields/ajax-posts.php:57
|
830 |
msgid "Search Posts"
|
@@ -862,6 +486,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 +514,13 @@ msgstr "Añadir imágenes"
|
|
886 |
msgid "Delete"
|
887 |
msgstr "Borrar"
|
888 |
|
889 |
-
#: templates/fields/select-buttons.php:
|
890 |
-
msgid "
|
891 |
-
msgstr "
|
892 |
|
893 |
-
#: templates/fields/select-buttons.php:
|
894 |
-
msgid "
|
895 |
-
msgstr "
|
896 |
|
897 |
#: templates/fields/sidebars.php:22
|
898 |
msgid "Left sidebar"
|
@@ -918,12 +546,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 |
|
@@ -932,19 +560,211 @@ msgid "Image preview"
|
|
932 |
msgstr "Previsualización de imagen"
|
933 |
|
934 |
#: templates/metaboxes/types/icon-list.php:90
|
935 |
-
#, php-format
|
936 |
msgid "(Default: %s <img src=\"%s\"/>)"
|
937 |
msgstr "(Por defecto: %s <img src=\"%s\"/>)"
|
938 |
|
939 |
#: templates/metaboxes/types/icon-list.php:92
|
940 |
-
#, php-format
|
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,14 +785,352 @@ 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 |
-
|
974 |
-
|
975 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
976 |
|
977 |
#~ msgid ""
|
978 |
#~ "Have you updated your licenses? Have you asked for an extension? Update "
|
@@ -1039,18 +1197,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 |
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: YITH Plugin Starter 1.0.0 Plugin FW\n"
|
6 |
+
"Report-Msgid-Bugs-To: YITH <plugins@yithemes.com>\n"
|
7 |
+
"POT-Creation-Date: 2020-03-11 14:03:11+00:00\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"
|
22 |
"X-Textdomain-Support: yes\n"
|
23 |
"X-Poedit-SearchPath-0: .\n"
|
24 |
|
25 |
+
#: lib/yit-cpt-unlimited.php:462 lib/yit-cpt-unlimited.php:576
|
26 |
+
#: lib/yit-cpt-unlimited.php:721 lib/yit-cpt-unlimited.php:1636
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
msgid "Add %s"
|
28 |
msgstr "Añadir %s"
|
29 |
|
30 |
+
#: lib/yit-cpt-unlimited.php:463 lib/yit-cpt-unlimited.php:577
|
|
|
31 |
msgid "Add New %s"
|
32 |
msgstr "Añadir nuevo/a %s"
|
33 |
|
34 |
+
#: lib/yit-cpt-unlimited.php:464 lib/yit-cpt-unlimited.php:578
|
35 |
+
#: lib/yit-cpt-unlimited.php:1269 lib/yit-cpt-unlimited.php:1306
|
|
|
36 |
msgid "Edit %s"
|
37 |
msgstr "Editar %s"
|
38 |
|
39 |
+
#: lib/yit-cpt-unlimited.php:465 lib/yit-cpt-unlimited.php:579
|
|
|
40 |
msgid "New %s"
|
41 |
msgstr "Nuevo/a %s"
|
42 |
|
43 |
+
#: lib/yit-cpt-unlimited.php:466 lib/yit-cpt-unlimited.php:580
|
|
|
44 |
msgid "All %s"
|
45 |
msgstr "Todo %s"
|
46 |
|
47 |
+
#: lib/yit-cpt-unlimited.php:467 lib/yit-cpt-unlimited.php:581
|
48 |
+
#: lib/yit-cpt-unlimited.php:1253 lib/yit-cpt-unlimited.php:1307
|
|
|
49 |
msgid "View %s"
|
50 |
msgstr "Ver %s"
|
51 |
|
52 |
+
#: lib/yit-cpt-unlimited.php:468 lib/yit-cpt-unlimited.php:582
|
|
|
53 |
msgid "Search %s"
|
54 |
msgstr "Buscar %s"
|
55 |
|
56 |
+
#: lib/yit-cpt-unlimited.php:469 lib/yit-cpt-unlimited.php:583
|
|
|
57 |
msgid "No %s found"
|
58 |
msgstr "No se encontraron %s"
|
59 |
|
60 |
+
#: lib/yit-cpt-unlimited.php:470 lib/yit-cpt-unlimited.php:584
|
|
|
61 |
msgid "No %s found in Trash"
|
62 |
msgstr "No se encontraron %s en la papelera"
|
63 |
|
64 |
+
#: lib/yit-cpt-unlimited.php:629 templates/fields/ajax-terms.php:56
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
65 |
msgid "Search Categories"
|
66 |
msgstr "Buscar Categorías"
|
67 |
|
68 |
+
#: lib/yit-cpt-unlimited.php:630
|
69 |
msgid "All Categories"
|
70 |
msgstr "Todas las categorías"
|
71 |
|
72 |
+
#: lib/yit-cpt-unlimited.php:631
|
73 |
msgid "Parent Category"
|
74 |
msgstr "Categoría superior"
|
75 |
|
76 |
+
#: lib/yit-cpt-unlimited.php:632
|
77 |
msgid "Parent Category:"
|
78 |
msgstr "Categoría superior:"
|
79 |
|
80 |
+
#: lib/yit-cpt-unlimited.php:633
|
81 |
msgid "Edit Category"
|
82 |
msgstr "Editar Categoría:"
|
83 |
|
84 |
+
#: lib/yit-cpt-unlimited.php:634
|
85 |
msgid "Update Category"
|
86 |
msgstr "Actualizar Categoría:"
|
87 |
|
88 |
+
#: lib/yit-cpt-unlimited.php:635
|
89 |
msgid "Add New Category"
|
90 |
msgstr "Añadir nueva categoría"
|
91 |
|
92 |
+
#: lib/yit-cpt-unlimited.php:636
|
93 |
msgid "New Category Name"
|
94 |
msgstr "Nuevo nombre de categoría"
|
95 |
|
96 |
+
#: lib/yit-cpt-unlimited.php:637
|
97 |
msgid "Category"
|
98 |
msgstr "Categoría"
|
99 |
|
100 |
+
#: lib/yit-cpt-unlimited.php:726
|
101 |
msgid "Categories"
|
102 |
msgstr "Categorías"
|
103 |
|
104 |
+
#: lib/yit-cpt-unlimited.php:1044
|
|
|
105 |
msgid "%s Settings"
|
106 |
msgstr "%s Ajustes"
|
107 |
|
108 |
+
#: lib/yit-cpt-unlimited.php:1050 lib/yit-cpt-unlimited.php:1198
|
109 |
+
#: lib/yit-cpt-unlimited.php:1204 lib/yit-plugin-panel.php:80
|
110 |
msgid "Settings"
|
111 |
msgstr "Ajustes"
|
112 |
|
113 |
+
#: lib/yit-cpt-unlimited.php:1053
|
114 |
msgid "Type"
|
115 |
msgstr "Tipo"
|
116 |
|
117 |
+
#: lib/yit-cpt-unlimited.php:1054
|
|
|
118 |
msgid "Layout for this %s"
|
119 |
msgstr "Diseño para este %s"
|
120 |
|
121 |
+
#: lib/yit-cpt-unlimited.php:1060
|
122 |
msgid "Rewrite"
|
123 |
msgstr "Reescribir"
|
124 |
|
125 |
+
#: lib/yit-cpt-unlimited.php:1061
|
126 |
msgid ""
|
127 |
"Univocal identification name in the URL for each product (slug from post if "
|
128 |
"empty)"
|
130 |
"Nombre de identificación único en la URL para cada producto (slug desde la "
|
131 |
"entrada si está vacío)"
|
132 |
|
133 |
+
#: lib/yit-cpt-unlimited.php:1066
|
134 |
msgid "Label in Singular"
|
135 |
msgstr "Etiqueta en singular"
|
136 |
|
137 |
+
#: lib/yit-cpt-unlimited.php:1067
|
138 |
msgid "Set a label in singular (title of portfolio if empty)"
|
139 |
msgstr ""
|
140 |
"Establecer una etiqueta en singular (título del porfolio si está vacío)"
|
141 |
|
142 |
+
#: lib/yit-cpt-unlimited.php:1072
|
143 |
msgid "Label in Plural"
|
144 |
msgstr "Etiqueta en plural"
|
145 |
|
146 |
+
#: lib/yit-cpt-unlimited.php:1073
|
147 |
msgid "Set a label in plural (title of portfolio if empty)"
|
148 |
msgstr "Establecer una etiqueta en plural (título del porfolio si está vacío)"
|
149 |
|
150 |
+
#: lib/yit-cpt-unlimited.php:1078
|
151 |
msgid "Taxonomy"
|
152 |
msgstr "Taxonomía"
|
153 |
|
154 |
+
#: lib/yit-cpt-unlimited.php:1079
|
155 |
msgid ""
|
156 |
"If you want to use categories in the portfolio, set a name for taxonomy. "
|
157 |
"Name should be a slug (must not contain capital letters nor spaces) and must "
|
162 |
"espacios) y no debe ser más largo de 32 caracteres (restricción de "
|
163 |
"estructura de base de datos)."
|
164 |
|
165 |
+
#: lib/yit-cpt-unlimited.php:1084
|
166 |
msgid "Taxonomy Rewrite"
|
167 |
msgstr "Rescritura de taxonomía"
|
168 |
|
169 |
+
#: lib/yit-cpt-unlimited.php:1085
|
170 |
msgid "Set univocal name for each category page URL."
|
171 |
msgstr "Establecer nombre único para cada página URL de categoría."
|
172 |
|
173 |
+
#: lib/yit-cpt-unlimited.php:1090
|
174 |
msgid "Single layout"
|
175 |
msgstr "Diseño simple"
|
176 |
|
177 |
+
#: lib/yit-cpt-unlimited.php:1091
|
178 |
msgid "Layout for single page of this portfolio"
|
179 |
msgstr "Diseño para cada página de este porfolio"
|
180 |
|
181 |
+
#: lib/yit-cpt-unlimited.php:1132
|
182 |
msgid "layout settings"
|
183 |
msgstr "ajustes de diseño"
|
184 |
|
185 |
+
#: lib/yit-cpt-unlimited.php:1224 lib/yit-cpt-unlimited.php:1237
|
186 |
msgid "Quick links"
|
187 |
msgstr "Enlaces rápidos"
|
188 |
|
189 |
+
#: lib/yit-cpt-unlimited.php:1477
|
|
|
190 |
msgid "Show frontend of the %s"
|
191 |
msgstr "Mostrar parte delantera de %s"
|
192 |
|
193 |
+
#: lib/yit-cpt-unlimited.php:1484 templates/fields/customtabs.php:46
|
194 |
#: templates/fields/customtabs.php:89
|
195 |
msgid "Name"
|
196 |
msgstr "Nombre"
|
197 |
|
198 |
+
#: lib/yit-cpt-unlimited.php:1635
|
|
|
199 |
msgid "Add %s from images"
|
200 |
msgstr "Añadir %s desde imágenes"
|
201 |
|
202 |
+
#: lib/yit-cpt-unlimited.php:1638
|
203 |
msgid "Upload multiple files"
|
204 |
msgstr "Cargar archivos múltiples"
|
205 |
|
206 |
+
#: lib/yit-plugin-panel-wc.php:399
|
207 |
msgid "The changes you have made will be lost if you leave this page."
|
208 |
msgstr "Los cambios que has hecho se perderán si abandonas esta página."
|
209 |
|
210 |
+
#: lib/yit-plugin-panel.php:79
|
211 |
msgid "Plugin Settings"
|
212 |
msgstr "Ajustes del plugin"
|
213 |
|
214 |
+
#: lib/yit-plugin-panel.php:425 lib/yit-plugin-panel.php:428
|
215 |
msgid "How to install premium version"
|
216 |
msgstr "Cómo instalar la versión premium"
|
217 |
|
218 |
+
#: lib/yit-plugin-panel.php:572 lib/yit-plugin-subpanel.php:151
|
219 |
+
#: templates/panel/woocommerce/woocommerce-form.php:14
|
220 |
msgid "Save Changes"
|
221 |
msgstr "Guardar cambios"
|
222 |
|
223 |
+
#: lib/yit-plugin-panel.php:575 lib/yit-plugin-subpanel.php:154
|
224 |
+
#: templates/panel/woocommerce/woocommerce-form.php:17
|
225 |
msgid ""
|
226 |
"If you continue with this action, you will reset all options in this page."
|
227 |
msgstr ""
|
228 |
"Si sigues con esta acción, se reiniciarán todas las opciones en esta página."
|
229 |
|
230 |
+
#: lib/yit-plugin-panel.php:577 lib/yit-plugin-subpanel.php:156
|
231 |
msgid "Reset to default"
|
232 |
msgstr "Restablecer a predeterminado"
|
233 |
|
234 |
+
#: lib/yit-plugin-panel.php:578 lib/yit-plugin-subpanel.php:157
|
235 |
+
#: templates/panel/woocommerce/woocommerce-form.php:21
|
236 |
msgid "Are you sure?"
|
237 |
msgstr "¿Estás seguro/a?"
|
238 |
|
239 |
+
#: lib/yit-plugin-panel.php:776
|
240 |
msgid ""
|
241 |
"The element you have entered already exists. Please, enter another name."
|
242 |
msgstr ""
|
243 |
"El elemento que has introducido ya existe. Por favor, introduce otro nombre."
|
244 |
|
245 |
+
#: lib/yit-plugin-panel.php:777
|
246 |
msgid "Settings saved"
|
247 |
msgstr "Ajustes guardados"
|
248 |
|
249 |
+
#: lib/yit-plugin-panel.php:778
|
250 |
msgid "Settings reset"
|
251 |
msgstr "Ajustes reiniciados"
|
252 |
|
253 |
+
#: lib/yit-plugin-panel.php:779
|
254 |
msgid "Element deleted correctly."
|
255 |
msgstr "Elemento borrado correctamente."
|
256 |
|
257 |
+
#: lib/yit-plugin-panel.php:780 lib/yit-plugin-panel.php:781
|
258 |
msgid "Element updated correctly."
|
259 |
msgstr "Elemento actualizado correctamente."
|
260 |
|
261 |
+
#: lib/yit-plugin-panel.php:782
|
262 |
msgid "Database imported correctly."
|
263 |
msgstr "Base de datos importada correctamente."
|
264 |
|
265 |
+
#: lib/yit-plugin-panel.php:783
|
266 |
msgid "An error has occurred during import. Please try again."
|
267 |
msgstr ""
|
268 |
"Ha ocurrido un error durante la importación. Por favor, inténtalo de nuevo."
|
269 |
|
270 |
+
#: lib/yit-plugin-panel.php:784
|
271 |
msgid "The added file is not valid."
|
272 |
msgstr "El archivo añadido no es válido."
|
273 |
|
274 |
+
#: lib/yit-plugin-panel.php:785
|
275 |
msgid "Sorry, import is disabled."
|
276 |
msgstr "Lo sentimos, la importación está deshabilitada."
|
277 |
|
278 |
+
#: lib/yit-plugin-panel.php:786
|
279 |
msgid "Sorting successful."
|
280 |
msgstr "Clasificación fue realizada con éxito."
|
281 |
|
282 |
+
#: lib/yit-plugin-panel.php:1234
|
283 |
+
msgid "We need your support"
|
284 |
+
msgstr "Necesitamos tu ayuda"
|
285 |
+
|
286 |
+
#: lib/yit-plugin-panel.php:1235
|
287 |
+
msgid "to keep updating and improving the plugin. Please,"
|
288 |
+
msgstr "para seguir actualizando y mejora el plugin. Por favor,"
|
289 |
+
|
290 |
+
#: lib/yit-plugin-panel.php:1237
|
291 |
+
msgid "help us by leaving a five-star rating"
|
292 |
+
msgstr "ayúdanos dejando una valoración de 5 estrellas"
|
293 |
+
|
294 |
+
#: lib/yit-plugin-panel.php:1238
|
295 |
+
msgid ":) Thanks!"
|
296 |
+
msgstr ":) ¡Gracias!"
|
297 |
+
|
298 |
#: lib/yit-pointers.php:70
|
299 |
msgid "Plugins Activated"
|
300 |
msgstr "Plugins activados"
|
345 |
" se moverán de su posición anterior a la "
|
346 |
"pestaña YIT Plugin."
|
347 |
|
348 |
+
#: lib/yith-dashboard.php:40
|
349 |
+
msgid "YITH Latest Updates"
|
350 |
+
msgstr "Últimas actualizaciones de YITH"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
351 |
|
352 |
+
#: lib/yith-dashboard.php:41
|
353 |
+
msgid "Latest news from YITH Blog"
|
354 |
+
msgstr "Últimas novedades del Blog de YITH"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
355 |
|
356 |
+
#: lib/yith-dashboard.php:65
|
357 |
+
msgid "RSS Error:"
|
358 |
+
msgstr "Error RSS:"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
359 |
|
360 |
+
#: lib/yith-dashboard.php:71
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
361 |
msgid ""
|
362 |
+
"An error has occurred, which probably means the feed is down. Try again "
|
363 |
+
"later."
|
364 |
msgstr ""
|
365 |
+
"Ha ocurrido un error, lo que probablemente significa que el feed está caído. "
|
366 |
+
"Inténtalo de nuevo más tarde."
|
367 |
|
368 |
+
#: lib/yith-system-status.php:105
|
369 |
+
msgid "WordPress Version"
|
370 |
+
msgstr "Versión de WordPress"
|
371 |
|
372 |
+
#: lib/yith-system-status.php:106
|
373 |
+
msgid "WooCommerce Version"
|
374 |
+
msgstr "Versión de WooCommerce"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
375 |
|
376 |
+
#: lib/yith-system-status.php:107
|
377 |
+
msgid "Available Memory"
|
378 |
+
msgstr "Memoria disponible"
|
|
|
|
|
379 |
|
380 |
+
#: lib/yith-system-status.php:108
|
381 |
+
msgid "PHP Version"
|
382 |
+
msgstr "Versión PHP"
|
|
|
383 |
|
384 |
+
#: lib/yith-system-status.php:109
|
385 |
+
msgid "TLS Version"
|
386 |
+
msgstr "Versión TLS"
|
|
|
|
|
387 |
|
388 |
+
#: lib/yith-system-status.php:110
|
389 |
+
msgid "WordPress Cron"
|
390 |
+
msgstr "Cron de WordPress"
|
391 |
|
392 |
+
#: lib/yith-system-status.php:111
|
393 |
+
msgid "SimpleXML"
|
394 |
+
msgstr "SimpleXML"
|
395 |
|
396 |
+
#: lib/yith-system-status.php:112
|
397 |
+
msgid "MultiByte String"
|
398 |
+
msgstr "Cadena MultiByte"
|
|
|
|
|
399 |
|
400 |
+
#: lib/yith-system-status.php:113
|
401 |
+
msgid "ImageMagick Version"
|
402 |
+
msgstr "Versión ImageMagick"
|
403 |
|
404 |
+
#: lib/yith-system-status.php:114
|
405 |
+
msgid "GD Library"
|
406 |
+
msgstr "Biblioteca GD"
|
407 |
|
408 |
+
#: lib/yith-system-status.php:115
|
409 |
+
msgid "Iconv Module"
|
410 |
+
msgstr "Módulo Iconv"
|
411 |
|
412 |
+
#: lib/yith-system-status.php:116
|
413 |
+
msgid "OPCache Save Comments"
|
414 |
+
msgstr "Guardar comentarios OPCache"
|
415 |
|
416 |
+
#: lib/yith-system-status.php:117
|
417 |
+
msgid "URL FOpen"
|
418 |
+
msgstr "URL FOpen"
|
419 |
|
420 |
+
#: lib/yith-system-status.php:135 lib/yith-system-status.php:136
|
421 |
+
msgid "System Status"
|
422 |
+
msgstr "Estado del sistema"
|
423 |
|
424 |
+
#: lib/yith-system-status.php:179
|
425 |
+
msgid "YITH Plugins"
|
426 |
+
msgstr "Plugins de YITH"
|
427 |
|
428 |
+
#: lib/yith-system-status.php:180
|
429 |
+
msgid "WooCommerce"
|
430 |
+
msgstr "WooCommerce"
|
431 |
|
432 |
+
#: lib/yith-system-status.php:297
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
433 |
msgid "Warning!"
|
434 |
msgstr "¡Atención! "
|
435 |
|
436 |
+
#: lib/yith-system-status.php:298
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
437 |
msgid ""
|
438 |
+
"The system check has detected some compatibility issues on your "
|
439 |
+
"installation. %sClick here%s to know more"
|
440 |
msgstr ""
|
441 |
+
"La comprobación del sistema ha detectado algunos errores en tu instalación. "
|
442 |
+
"%sHaz clic aquí%s para saber más"
|
443 |
|
444 |
+
#: templates/fields/ajax-customers.php:57
|
445 |
+
msgid "Search Customers"
|
446 |
+
msgstr "Buscar clientes"
|
447 |
+
|
448 |
+
#: templates/fields/ajax-customers.php:83
|
449 |
+
#: templates/fields/ajax-customers.php:93
|
450 |
+
msgid "%1$s (#%2$s – %3$s)"
|
451 |
+
msgstr "%1$s (#%2$s – %3$s)"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
452 |
|
453 |
#: templates/fields/ajax-posts.php:57
|
454 |
msgid "Search Posts"
|
486 |
msgid "Do you want to remove the custom tab?"
|
487 |
msgstr "¿Quieres borrar la etiqueta personalizada?"
|
488 |
|
489 |
+
#: templates/fields/date-format.php:50
|
490 |
+
msgid "Custom:"
|
491 |
+
msgstr "Personalizado:"
|
492 |
+
|
493 |
#: templates/fields/icons.php:58
|
494 |
msgid "Set Default"
|
495 |
msgstr "Establecer por defecto"
|
514 |
msgid "Delete"
|
515 |
msgstr "Borrar"
|
516 |
|
517 |
+
#: templates/fields/select-buttons.php:21
|
518 |
+
msgid "Add All"
|
519 |
+
msgstr "Añadir todo"
|
520 |
|
521 |
+
#: templates/fields/select-buttons.php:34
|
522 |
+
msgid "Remove All"
|
523 |
+
msgstr "Eliminar todo"
|
524 |
|
525 |
#: templates/fields/sidebars.php:22
|
526 |
msgid "Left sidebar"
|
546 |
msgid "Right Sidebar"
|
547 |
msgstr "Barra lateral derecha"
|
548 |
|
549 |
+
#: templates/fields/upload.php:27 templates/metaboxes/types/icon-list.php:70
|
550 |
#: templates/panel/woocommerce/woocommerce-upload.php:40
|
551 |
msgid "Upload"
|
552 |
msgstr "Subir"
|
553 |
|
554 |
+
#: templates/fields/upload.php:29
|
555 |
msgid "Reset"
|
556 |
msgstr "Reinicia"
|
557 |
|
560 |
msgstr "Previsualización de imagen"
|
561 |
|
562 |
#: templates/metaboxes/types/icon-list.php:90
|
|
|
563 |
msgid "(Default: %s <img src=\"%s\"/>)"
|
564 |
msgstr "(Por defecto: %s <img src=\"%s\"/>)"
|
565 |
|
566 |
#: templates/metaboxes/types/icon-list.php:92
|
|
|
567 |
msgid "(Default: <i %s></i> )"
|
568 |
msgstr "(Por defecto: <i %s></i> )"
|
569 |
|
570 |
+
#: templates/panel/woocommerce/woocommerce-form.php:20
|
571 |
msgid "Reset Defaults"
|
572 |
msgstr "Ajustes predeterminados"
|
573 |
|
574 |
+
#: templates/sysinfo/system-information-panel.php:30
|
575 |
+
msgid "YITH System Information"
|
576 |
+
msgstr "Información del sistema de YITH"
|
577 |
+
|
578 |
+
#: templates/sysinfo/system-information-panel.php:38
|
579 |
+
msgid "Site URL"
|
580 |
+
msgstr "URL del sitio"
|
581 |
+
|
582 |
+
#: templates/sysinfo/system-information-panel.php:46
|
583 |
+
msgid "Output IP Address"
|
584 |
+
msgstr "Salida Dirección IP"
|
585 |
+
|
586 |
+
#: templates/sysinfo/system-information-panel.php:76
|
587 |
+
msgid "Enabled"
|
588 |
+
msgstr "Activado"
|
589 |
+
|
590 |
+
#: templates/sysinfo/system-information-panel.php:76
|
591 |
+
msgid "Disabled"
|
592 |
+
msgstr "Desactivado"
|
593 |
+
|
594 |
+
#: templates/sysinfo/system-information-panel.php:82
|
595 |
+
msgid "N/A"
|
596 |
+
msgstr "N/D"
|
597 |
+
|
598 |
+
#: templates/sysinfo/system-information-panel.php:96
|
599 |
+
msgid "%s needs %s enabled"
|
600 |
+
msgstr "%s necesita %s enabled"
|
601 |
+
|
602 |
+
#: templates/sysinfo/system-information-panel.php:98
|
603 |
+
msgid "%s needs at least %s of available memory"
|
604 |
+
msgstr "%s necesita al menos %s de memoria disponible"
|
605 |
+
|
606 |
+
#: templates/sysinfo/system-information-panel.php:100
|
607 |
+
#: templates/sysinfo/system-information-panel.php:149
|
608 |
+
msgid ""
|
609 |
+
"For optimal functioning of our plugins, we suggest setting at least %s of "
|
610 |
+
"available memory"
|
611 |
+
msgstr ""
|
612 |
+
"Para el optimo funcionamiento de los plugins, sugerimos configurar al menos "
|
613 |
+
"%s de memoria disponible"
|
614 |
+
|
615 |
+
#: templates/sysinfo/system-information-panel.php:102
|
616 |
+
#: templates/sysinfo/system-information-panel.php:137
|
617 |
+
#: templates/sysinfo/system-information-panel.php:151
|
618 |
+
msgid ""
|
619 |
+
"Read more %s here%s or contact your hosting company in order to increase it."
|
620 |
+
msgstr ""
|
621 |
+
"Lee más %s aquí%s o contacta a tu compañía de hosting para incrementarlo."
|
622 |
+
|
623 |
+
#: templates/sysinfo/system-information-panel.php:105
|
624 |
+
msgid "%s needs at least %s version"
|
625 |
+
msgstr "%s necesita al menos la versión %s"
|
626 |
+
|
627 |
+
#: templates/sysinfo/system-information-panel.php:116
|
628 |
+
msgid ""
|
629 |
+
"Update it to the latest version in order to benefit of all new features and "
|
630 |
+
"security updates."
|
631 |
+
msgstr ""
|
632 |
+
"Actualízalo a la última versión para beneficiarte de todas las nuevas "
|
633 |
+
"características y actualizaciones de seguridad"
|
634 |
+
|
635 |
+
#: templates/sysinfo/system-information-panel.php:122
|
636 |
+
msgid "Contact your hosting company in order to update it."
|
637 |
+
msgstr "Contacta a tu compañía de hosting para actualizarlo."
|
638 |
+
|
639 |
+
#: templates/sysinfo/system-information-panel.php:126
|
640 |
+
msgid "Remove %s from %s file"
|
641 |
+
msgstr "Eliminar %s del archivo %s"
|
642 |
+
|
643 |
+
#: templates/sysinfo/system-information-panel.php:134
|
644 |
+
msgid "Contact your hosting company in order to enable it."
|
645 |
+
msgstr "Contacta a tu compañía de hosting para activarlo."
|
646 |
+
|
647 |
+
#: templates/sysinfo/system-information-panel.php:157
|
648 |
+
msgid ""
|
649 |
+
"We cannot determine which <b>TLS</b> version is installed because <b>cURL</"
|
650 |
+
"b> module is disabled. Ask your hosting company to enable it."
|
651 |
+
msgstr ""
|
652 |
+
"No podemos determinar qué versión <b>TLS</b> está instalada porque <b>cURL</"
|
653 |
+
"b> el módulo está desactivado. Solicita a tu compañía de hosting que lo "
|
654 |
+
"active."
|
655 |
+
|
656 |
+
#: templates/sysinfo/system-information-panel.php:160
|
657 |
+
msgid ""
|
658 |
+
"<b>ImageMagick</b> module is not installed. Ask your hosting company to "
|
659 |
+
"install it."
|
660 |
+
msgstr ""
|
661 |
+
"<b>ImageMagick</b> el módulo no está instalado. Solicita a tu compañia de "
|
662 |
+
"hosting que lo instale."
|
663 |
+
|
664 |
+
#: templates/sysinfo/system-information-panel.php:172
|
665 |
+
msgid "Show full PHPInfo"
|
666 |
+
msgstr "Mostrar PHPInfo completa"
|
667 |
+
|
668 |
+
#: templates/sysinfo/system-information-panel.php:176
|
669 |
+
msgid "Back to System panel"
|
670 |
+
msgstr "Volver al panel del Sistema"
|
671 |
+
|
672 |
+
#: templates/sysinfo/system-information-panel.php:193
|
673 |
+
msgid "Back to top"
|
674 |
+
msgstr "Volver arriba"
|
675 |
+
|
676 |
+
#: yit-plugin.php:194
|
677 |
+
msgid "License"
|
678 |
+
msgstr "Licencia"
|
679 |
+
|
680 |
+
#. Author of the plugin/theme
|
681 |
+
#, fuzzy
|
682 |
+
msgid "YITH"
|
683 |
+
msgstr "YITH"
|
684 |
+
|
685 |
+
#: lib/privacy/yit-privacy.php:24
|
686 |
+
msgctxt "Privacy Policy Guide Title"
|
687 |
+
msgid "YITH Plugins"
|
688 |
+
msgstr "Plugins de YITH"
|
689 |
+
|
690 |
+
#: lib/privacy/yit-privacy.php:59
|
691 |
+
msgctxt "Privacy Policy Content"
|
692 |
+
msgid ""
|
693 |
+
"This sample language includes the basics around what personal data your "
|
694 |
+
"store may be collecting, storing and sharing, as well as who may have access "
|
695 |
+
"to that data. Depending on what settings are enabled and which additional "
|
696 |
+
"plugins are used, the specific information shared by your store will vary. "
|
697 |
+
"We recommend consulting with a lawyer when deciding what information to "
|
698 |
+
"disclose on your privacy policy."
|
699 |
+
msgstr ""
|
700 |
+
"Este lenguaje de muestra incluye los conceptos básicos sobre qué datos "
|
701 |
+
"personales puede estar recolectando, almacenando y compartiendo tu tienda, "
|
702 |
+
"así como quién puede tener acceso a esos datos. Dependiendo de qué "
|
703 |
+
"configuración esté habilitada y qué complementos adicionales se utilicen, la "
|
704 |
+
"información específica compartida por tu tienda variará. Recomendamos "
|
705 |
+
"consultar con un abogado cuando decidas qué información divulgar sobre tu "
|
706 |
+
"política de privacidad."
|
707 |
+
|
708 |
+
#: lib/privacy/yit-privacy.php:63
|
709 |
+
msgctxt "Privacy Policy Content"
|
710 |
+
msgid "What we collect and store"
|
711 |
+
msgstr "Qué recopilamos y almacenamos"
|
712 |
+
|
713 |
+
#: lib/privacy/yit-privacy.php:66
|
714 |
+
msgctxt "Privacy Policy Content"
|
715 |
+
msgid "Who on our team has access"
|
716 |
+
msgstr "Quién en nuestro equipo tiene acceso"
|
717 |
+
|
718 |
+
#: lib/privacy/yit-privacy.php:69
|
719 |
+
msgctxt "Privacy Policy Content"
|
720 |
+
msgid "What we share with others"
|
721 |
+
msgstr "Qué compartimos con otros"
|
722 |
+
|
723 |
+
#: lib/privacy/yit-privacy.php:72
|
724 |
+
msgctxt "Privacy Policy Content"
|
725 |
+
msgid "Payments"
|
726 |
+
msgstr "Pagos"
|
727 |
+
|
728 |
+
#: lib/yit-cpt-unlimited.php:627
|
729 |
+
msgctxt "taxonomy general name"
|
730 |
+
msgid "%s Categories"
|
731 |
+
msgstr "%s Categorías"
|
732 |
+
|
733 |
+
#: lib/yit-cpt-unlimited.php:628
|
734 |
+
msgctxt "taxonomy singular name"
|
735 |
+
msgid "Category"
|
736 |
+
msgstr "Categoría"
|
737 |
+
|
738 |
+
#: lib/yith-dashboard.php:99
|
739 |
+
msgctxt "Plugin FW"
|
740 |
+
msgid "View Changelog"
|
741 |
+
msgstr "Ver registro de cambios"
|
742 |
+
|
743 |
+
#: lib/yith-dashboard.php:100
|
744 |
+
msgctxt "Plugin FW"
|
745 |
+
msgid "Latest update released on"
|
746 |
+
msgstr "Última actualización publicada el"
|
747 |
+
|
748 |
+
#: lib/yith-dashboard.php:143
|
749 |
+
msgctxt "Button label"
|
750 |
+
msgid "Close"
|
751 |
+
msgstr "Cerrar"
|
752 |
+
|
753 |
+
#: lib/yith-gutenberg.php:134
|
754 |
+
msgctxt "[gutenberg]: Category Name"
|
755 |
+
msgid "YITH"
|
756 |
+
msgstr "YITH"
|
757 |
+
|
758 |
+
#: templates/fields/onoff.php:24
|
759 |
+
msgctxt "ON/OFF button: use MAX 3 characters!"
|
760 |
+
msgid "ON"
|
761 |
+
msgstr "ON"
|
762 |
+
|
763 |
+
#: templates/fields/onoff.php:25
|
764 |
+
msgctxt "ON/OFF button: use MAX 3 characters!"
|
765 |
+
msgid "OFF"
|
766 |
+
msgstr "OFF"
|
767 |
+
|
768 |
#: yit-plugin.php:83
|
769 |
msgctxt "Plugin Row Meta"
|
770 |
msgid "Live Demo"
|
785 |
msgid "Premium version"
|
786 |
msgstr "Versión premium"
|
787 |
|
788 |
+
#: yit-plugin.php:190
|
789 |
msgctxt "Action links"
|
790 |
msgid "Settings"
|
791 |
msgstr "Ajustes"
|
792 |
|
793 |
+
#~ msgid "An unexpected error occurred, please try again later. Thanks!"
|
794 |
+
#~ msgstr ""
|
795 |
+
#~ "Ha ocurrido un error inesperado, por favor, inténtalo de nuevo más tarde. "
|
796 |
+
#~ "¡Gracias!"
|
797 |
+
|
798 |
+
#~ msgid "There is a new version of %plugin_name% available."
|
799 |
+
#~ msgstr "Hay una nueva versión de %plugin_name% disponible."
|
800 |
+
|
801 |
+
#~ msgid "View version %latest% details."
|
802 |
+
#~ msgstr "Ver detalles de la %latest% versión"
|
803 |
+
|
804 |
+
#~ msgid "Automatic update is unavailable for this plugin,"
|
805 |
+
#~ msgstr ""
|
806 |
+
#~ "Las actualizaciones automáticas no están disponibles para este plugin,"
|
807 |
+
|
808 |
+
#~ msgid ""
|
809 |
+
#~ "please <a href=\"%activate_link%\">activate</a> your copy of %plugin_name"
|
810 |
+
#~ "%."
|
811 |
+
#~ msgstr ""
|
812 |
+
#~ "por favor, <a href=\"%activate_link%\">activa</a> tu copia de %plugin_name"
|
813 |
+
#~ "%."
|
814 |
+
|
815 |
+
#~ msgid "Update now."
|
816 |
+
#~ msgstr "Actualiza ahora."
|
817 |
+
|
818 |
+
#~ msgid ""
|
819 |
+
#~ "<br/><b>Please note:</b> You are using a higher version than the latest "
|
820 |
+
#~ "available one. </em>Please, make sure you've downloaded the latest "
|
821 |
+
#~ "version of <em>%1$s</em> from the only <a href=\"https://yithemes.com\" "
|
822 |
+
#~ "target=\"_blank\">YITH official website</a>, specifically, from your <a "
|
823 |
+
#~ "href=\"https://yithemes.com/my-account/recent-downloads/\" target=\"_blank"
|
824 |
+
#~ "\">Downloads page</a>. This is the only way to be sure the version you "
|
825 |
+
#~ "are using is 100% malware-free."
|
826 |
+
#~ msgstr ""
|
827 |
+
#~ "<br/><b>Por favor, ten en cuenta:</b> Estás usando una versión superior a "
|
828 |
+
#~ "la última disponible. </em>Por favor, asegurate de que has descargado la "
|
829 |
+
#~ "última versión de <em>%1$s</em> desde el único <a href=\"https://yithemes."
|
830 |
+
#~ "com\" target=\"_blank\">sitio oficial de YITH</a>, específicamente, desde "
|
831 |
+
#~ "tu <a href=\"https://yithemes.com/my-account/recent-downloads/\" target="
|
832 |
+
#~ "\"_blank\">página de Descargas</a>. Esta es la única forma de estar "
|
833 |
+
#~ "seguro de que la versión que estás usando es 100% malware-free."
|
834 |
+
|
835 |
+
#~ msgctxt "[Update Plugin Message: License not enabled]"
|
836 |
+
#~ msgid "You have to activate the plugin to benefit from automatic updates."
|
837 |
+
#~ msgstr ""
|
838 |
+
#~ "Tienes que activar el plugin para beneficiarte de actualizaciones "
|
839 |
+
#~ "automáticas."
|
840 |
+
|
841 |
+
#~ msgid "YITH Repository"
|
842 |
+
#~ msgstr "Repositorio de YITH"
|
843 |
+
|
844 |
+
#~ msgid "Invalid URL Provided."
|
845 |
+
#~ msgstr "La URL proporcionada no es válida."
|
846 |
+
|
847 |
+
#~ msgid "Could not create Temporary file."
|
848 |
+
#~ msgstr "No se pudo crear un archivo temporal."
|
849 |
+
|
850 |
+
#~ msgid ""
|
851 |
+
#~ "There is a new version of %1$s available. <a href=\"%2$s\" class="
|
852 |
+
#~ "\"thickbox yit-changelog-button open-plugin-details-modal\" title=\"%3$s"
|
853 |
+
#~ "\">View version %4$s details</a>."
|
854 |
+
#~ msgstr ""
|
855 |
+
#~ "Hay una nueva versión de %1$s disponible. <a href=\"%2$s\" class="
|
856 |
+
#~ "\"thickbox yit-changelog-button\" title=\"%3$s\">Ver detalles de la "
|
857 |
+
#~ "versión %4$s</a>."
|
858 |
+
|
859 |
+
#~ msgid ""
|
860 |
+
#~ "There is a new version of %1$s available. <a href=\"%2$s\" class="
|
861 |
+
#~ "\"thickbox yit-changelog-button open-plugin-details-modal\" title=\"%3$s"
|
862 |
+
#~ "\">View version %4$s details</a>. <em>You have to activate the plugin on "
|
863 |
+
#~ "a single site of the network to benefit from automatic updates.</em>"
|
864 |
+
#~ msgstr ""
|
865 |
+
#~ "Hay una nueva versión de %1$s disponible. <a href=\"%2$s\" class="
|
866 |
+
#~ "\"thickbox yit-changelog-button\" title=\"%3$s\">Ver detalles de la "
|
867 |
+
#~ "versión %4$s</a>. <em>Tienes que activar el plugin en un único sitio web "
|
868 |
+
#~ "desde la red para beneficiarte de las actualizaciones automáticas.</em>"
|
869 |
+
|
870 |
+
#~ msgid ""
|
871 |
+
#~ "There is a new version of %1$s available. <a href=\"%2$s\" class="
|
872 |
+
#~ "\"thickbox yit-changelog-button open-plugin-details-modal\" title=\"%3$s"
|
873 |
+
#~ "\">View version %4$s details</a>. <em>Automatic update is unavailable for "
|
874 |
+
#~ "this plugin, please <a href=\"%5$s\" title=\"License activation"
|
875 |
+
#~ "\">activate</a> your copy of %6s.</em>"
|
876 |
+
#~ msgstr ""
|
877 |
+
#~ "Hay una nueva versión de %1$s disponible. <a href=\"%2$s\" class="
|
878 |
+
#~ "\"thickbox yit-changelog-button\" title=\"%3$s\">Ver detalles de la "
|
879 |
+
#~ "versión %4$s</a>. <em>Las actualizaciones automáticas no están "
|
880 |
+
#~ "disponibles para este plugin, por favor <a href=\"%5$s\" title=\"License "
|
881 |
+
#~ "activation\">activa</a> tu copia de %6s.</em>"
|
882 |
+
|
883 |
+
#~ msgid ""
|
884 |
+
#~ "There is a new version of %1$s available. <a href=\"%2$s\" class="
|
885 |
+
#~ "\"thickbox yit-changelog-button open-plugin-details-modal\" title=\"%3$s"
|
886 |
+
#~ "\">View version %4$s details</a> or <a href=\"%5$s\">update now</a>."
|
887 |
+
#~ msgstr ""
|
888 |
+
#~ "Hay una nueva versión de %1$s disponible. <a href=\"%2$s\" class="
|
889 |
+
#~ "\"thickbox yit-changelog-button\" title=\"%3$s\">Ver detalles de la "
|
890 |
+
#~ "versión %4$s</a> o <a href=\"%5$s\">actualizar ahora</a>."
|
891 |
+
|
892 |
+
#~ msgid ""
|
893 |
+
#~ "<br/><b>Please note:</b> You are using a higher version than the latest "
|
894 |
+
#~ "available one. </em>Please, make sure you've downloaded the latest "
|
895 |
+
#~ "version of <em>%1$s</em> from the only <a href=\"https://yithemes.com\" "
|
896 |
+
#~ "target=\"_blank\">YITH official website</a>, specifically, from your <a "
|
897 |
+
#~ "href=\"https://yithemes.com/my-account/recent-downloads/\" target=\"_blank"
|
898 |
+
#~ "\">Downloads page</a>. This is the only way to be sure the version you "
|
899 |
+
#~ "are using is 100%% malware-free."
|
900 |
+
#~ msgstr ""
|
901 |
+
#~ "<br/><b>Por favor, ten en cuenta:</b> Estás usando una versión más alta "
|
902 |
+
#~ "que la última disponible. </em>Por favor, asegurate de que has descargado "
|
903 |
+
#~ "la última versión de <em>%1$s</em> desde el único<a href=\"https://"
|
904 |
+
#~ "yithemes.com\" target=\"_blank\">sitio oficial de YITH</a>, "
|
905 |
+
#~ "específicamente, desde tu <a href=\"https://yithemes.com/my-account/"
|
906 |
+
#~ "recent-downloads/\" target=\"_blank\">página de Descargas</a>. Esta es la "
|
907 |
+
#~ "única manera de estar seguro de que la versión que estás usando es 100%% "
|
908 |
+
#~ "malware-free."
|
909 |
+
|
910 |
+
#~ msgid "You can't update the plugins for this site."
|
911 |
+
#~ msgstr "No puedes actualizar los plugins para este sitio web."
|
912 |
+
|
913 |
+
#~ msgid ""
|
914 |
+
#~ "You do not have sufficient permissions to update the plugins for this "
|
915 |
+
#~ "site."
|
916 |
+
#~ msgstr ""
|
917 |
+
#~ "No tienes suficientes permisos para actualizar los plugins para este "
|
918 |
+
#~ "sitio web."
|
919 |
+
|
920 |
+
#~ msgid "Update Plugin"
|
921 |
+
#~ msgstr "Actualizar Plugin"
|
922 |
+
|
923 |
+
#~ msgid "New YITH products"
|
924 |
+
#~ msgstr "Nuevos productos de YITH"
|
925 |
+
|
926 |
+
#~ msgctxt "%s = field name"
|
927 |
+
#~ msgid "Please, insert a valid %s"
|
928 |
+
#~ msgstr "Por favor, introduce una %s válida"
|
929 |
+
|
930 |
+
#~ msgid "Please, insert a valid %s and a valid %s"
|
931 |
+
#~ msgstr "Por favor, inserta una %s válida y una %s válida"
|
932 |
+
|
933 |
+
#~ msgid "Unable to contact the remote server, please try again later. Thanks!"
|
934 |
+
#~ msgstr ""
|
935 |
+
#~ "No fue posible contactar con el servidor remoto, por favor, inténtalo de "
|
936 |
+
#~ "nuevo más tarde. ¡Gracias!"
|
937 |
+
|
938 |
+
#~ msgid "email address"
|
939 |
+
#~ msgstr "dirección de correo electrónico"
|
940 |
+
|
941 |
+
#~ msgid "license key"
|
942 |
+
#~ msgstr "clave de licencia"
|
943 |
+
|
944 |
+
#~ msgid "Are you sure you want to deactivate the license for current site?"
|
945 |
+
#~ msgstr ""
|
946 |
+
#~ "¿Estás seguro/a de que quieres desactivar la licencia para el sitio web "
|
947 |
+
#~ "actual?"
|
948 |
+
|
949 |
+
#~ msgid "Invalid Request"
|
950 |
+
#~ msgstr "Solicitud inválida"
|
951 |
+
|
952 |
+
#~ msgid "Invalid license key"
|
953 |
+
#~ msgstr "Clave de solicitud inválida"
|
954 |
+
|
955 |
+
#~ msgid "Software has been deactivated"
|
956 |
+
#~ msgstr "El software ha sido desactivado"
|
957 |
+
|
958 |
+
#~ msgid "Maximum number of activations exceeded"
|
959 |
+
#~ msgstr "Se ha excedido el número máximo de solicitudes"
|
960 |
+
|
961 |
+
#~ msgid "Invalid instance ID"
|
962 |
+
#~ msgstr "Instancia ID inválida"
|
963 |
+
|
964 |
+
#~ msgid "Invalid security key"
|
965 |
+
#~ msgstr "Clave de seguridad inválida"
|
966 |
+
|
967 |
+
#~ msgid "License key has expired"
|
968 |
+
#~ msgstr "La clave de licencia ha caducado"
|
969 |
+
|
970 |
+
#~ msgid "License key has been banned"
|
971 |
+
#~ msgstr "La clave de licencia ha sido bloqueada"
|
972 |
+
|
973 |
+
#~ msgid "Current product is not included in your YITH Club Subscription key"
|
974 |
+
#~ msgstr ""
|
975 |
+
#~ "Producto actual no está incluido en la clave de suscripción de Club de "
|
976 |
+
#~ "YITH"
|
977 |
+
|
978 |
+
#~ msgid "Great"
|
979 |
+
#~ msgstr "Excelente"
|
980 |
+
|
981 |
+
#~ msgid "License successfully activated"
|
982 |
+
#~ msgstr "Licencia activada con éxito"
|
983 |
+
|
984 |
+
#~ msgid "License key deactivated for website"
|
985 |
+
#~ msgstr "Clave de licencia desactivada para nuestro sitio web"
|
986 |
+
|
987 |
+
#~ msgid "License Activation"
|
988 |
+
#~ msgstr "Activación de la Licencia"
|
989 |
+
|
990 |
+
#~ msgctxt ""
|
991 |
+
#~ "[Part of]: Warning! You didn't set license key for the following products:"
|
992 |
+
#~ "[Plugins List] which means you're missing out on updates and support. "
|
993 |
+
#~ "Enter your license key, please."
|
994 |
+
#~ msgid "You didn't set license key for the following products"
|
995 |
+
#~ msgstr ""
|
996 |
+
#~ "No has establecido la clave de licencia para los siguientes productos"
|
997 |
+
|
998 |
+
#~ msgctxt ""
|
999 |
+
#~ "[Part of]: Warning! You didn't set license key for the following products:"
|
1000 |
+
#~ "[Plugins List] which means you're missing out on updates and support. "
|
1001 |
+
#~ "Enter your license key, please."
|
1002 |
+
#~ msgid "which means you're missing out on updates and support"
|
1003 |
+
#~ msgstr "lo que significa que estás perdiendo actualizaciones y soporte"
|
1004 |
+
|
1005 |
+
#~ msgctxt ""
|
1006 |
+
#~ "[Part of]: Warning! You didn't set license key for the following products:"
|
1007 |
+
#~ "[Plugins List] which means you're missing out on updates and support. "
|
1008 |
+
#~ "Enter your license key, please."
|
1009 |
+
#~ msgid "Enter your license key"
|
1010 |
+
#~ msgstr "Introduce tu clave de licencia"
|
1011 |
+
|
1012 |
+
#~ msgctxt ""
|
1013 |
+
#~ "[Part of]: Warning! You didn't set license key for the following products:"
|
1014 |
+
#~ "[Plugins List] which means you're missing out on updates and support. "
|
1015 |
+
#~ "Enter your license key, please."
|
1016 |
+
#~ msgid "please"
|
1017 |
+
#~ msgstr "por favor"
|
1018 |
+
|
1019 |
+
#~ msgid "%s"
|
1020 |
+
#~ msgstr "%s"
|
1021 |
+
|
1022 |
+
#~ msgid ""
|
1023 |
+
#~ "I cannot find the license key for activating the theme I have bought some "
|
1024 |
+
#~ "time ago. Where can I find it?"
|
1025 |
+
#~ msgstr ""
|
1026 |
+
#~ "No puedo encontrar la clave de licencia para activar el tema que compré "
|
1027 |
+
#~ "hace tiempo. ¿Dónde la puedo encontrar?"
|
1028 |
+
|
1029 |
+
#~ msgid ""
|
1030 |
+
#~ "If you have purchased one of our products before 27 January 2015, you can "
|
1031 |
+
#~ "benefit from support and updates (the services offered with the license)\n"
|
1032 |
+
#~ " until 27 January 2016 and you do not have to purchase "
|
1033 |
+
#~ "it again to get a new license key, because, before this date, your "
|
1034 |
+
#~ "license used to be activated automatically by our system.\n"
|
1035 |
+
#~ " After 27 January 2016, instead, if you want to "
|
1036 |
+
#~ "benefit from support and updates you have to buy a new license and "
|
1037 |
+
#~ "activate it through the license key you will be\n"
|
1038 |
+
#~ " provided with and that you can find in your YITH "
|
1039 |
+
#~ "account, in section \"My licenses\"."
|
1040 |
+
#~ msgstr ""
|
1041 |
+
#~ "Si has comprado uno de nuestros productos antes del 27 de enero de 2015, "
|
1042 |
+
#~ "puedes beneficiarte del soporte y actualizaciones (los servicios "
|
1043 |
+
#~ "incluidos con la licencia)\n"
|
1044 |
+
#~ " hasta el 27 de enero de 2016 y no tendrás que "
|
1045 |
+
#~ "comprarla otra vez para conseguir una nueva clave de licencia, porque, "
|
1046 |
+
#~ "antes de esta fecha, tu licencia se activaba automáticamente por nuestro "
|
1047 |
+
#~ "sistema.\n"
|
1048 |
+
#~ " Después del 27 de enero de 2016, sin embargo, si "
|
1049 |
+
#~ "quieres beneficiarte de nuestro soporte y actualizaciones, tienes que "
|
1050 |
+
#~ "comprar una nueva licencia y activarla a través de la clave de licencia "
|
1051 |
+
#~ "que \n"
|
1052 |
+
#~ " se te proporcionará y que podrás encontrar en tu "
|
1053 |
+
#~ "cuenta YIThemes, en la sección \"My licenses\"."
|
1054 |
+
|
1055 |
+
#~ msgid "YITH License Activation"
|
1056 |
+
#~ msgstr "Activación de licencia de YITH"
|
1057 |
+
|
1058 |
+
#~ msgid "License expiry date"
|
1059 |
+
#~ msgstr "Fecha de vencimiento de la licencia"
|
1060 |
+
|
1061 |
+
#~ msgid ""
|
1062 |
+
#~ "If you have renewed your product license key and the expiry date does not "
|
1063 |
+
#~ "appear up-to-date, please, click on the button <em>Check Expiry Date</em> "
|
1064 |
+
#~ "below and it will update."
|
1065 |
+
#~ msgstr ""
|
1066 |
+
#~ "Si has renovado la clave de licencia de tu producto y la fecha de "
|
1067 |
+
#~ "vencimiento no aparece actualizada, por favor, haz clic en el botón "
|
1068 |
+
#~ "<em>Comprobar fecha de vencimiento</em> debajo y se actualizará."
|
1069 |
+
|
1070 |
+
#~ msgid "Check expiry date"
|
1071 |
+
#~ msgstr "Comprobar la fecha de vencimiento"
|
1072 |
+
|
1073 |
+
#~ msgid "Product to activate"
|
1074 |
+
#~ msgid_plural "Products to activate"
|
1075 |
+
#~ msgstr[0] "Producto que activar"
|
1076 |
+
#~ msgstr[1] "Productos que activar"
|
1077 |
+
|
1078 |
+
#~ msgid "Are you having issues with the license activation?"
|
1079 |
+
#~ msgstr "¿Estás teniendo problemas con la activación de la licencia?"
|
1080 |
+
|
1081 |
+
#~ msgid "Read this article"
|
1082 |
+
#~ msgstr "Lee este artículo"
|
1083 |
+
|
1084 |
+
#~ msgid "Activate"
|
1085 |
+
#~ msgstr "Activar"
|
1086 |
+
|
1087 |
+
#~ msgid "Activated"
|
1088 |
+
#~ msgstr "Activado/a"
|
1089 |
+
|
1090 |
+
#~ msgid "Product Name"
|
1091 |
+
#~ msgstr "Nombre de Producto"
|
1092 |
+
|
1093 |
+
#~ msgid "Email"
|
1094 |
+
#~ msgstr "Email"
|
1095 |
+
|
1096 |
+
#~ msgid "License Key"
|
1097 |
+
#~ msgstr "Clave de Licencia"
|
1098 |
+
|
1099 |
+
#~ msgid "Expires"
|
1100 |
+
#~ msgstr "Caduca"
|
1101 |
+
|
1102 |
+
#~ msgid "Remaining"
|
1103 |
+
#~ msgstr "Restantes"
|
1104 |
+
|
1105 |
+
#~ msgid "Club Subscription"
|
1106 |
+
#~ msgstr "Suscripción al Club"
|
1107 |
+
|
1108 |
+
#~ msgid "%1s out of %2s"
|
1109 |
+
#~ msgstr "%1s de %2s"
|
1110 |
+
|
1111 |
+
#~ msgid "Deactivate"
|
1112 |
+
#~ msgstr "Desactivar"
|
1113 |
+
|
1114 |
+
#~ msgid "Renew"
|
1115 |
+
#~ msgstr "Renovado"
|
1116 |
+
|
1117 |
+
#~ msgid "Banned"
|
1118 |
+
#~ msgstr "Bloqueado"
|
1119 |
+
|
1120 |
+
#~ msgid "Expired"
|
1121 |
+
#~ msgstr "Caducado"
|
1122 |
+
|
1123 |
+
#~ msgid "Order again"
|
1124 |
+
#~ msgstr "Comprar de nuevo"
|
1125 |
+
|
1126 |
+
#~ msgid "Renew license"
|
1127 |
+
#~ msgstr "Renovar licencia"
|
1128 |
+
|
1129 |
+
#~ msgid "Select All"
|
1130 |
+
#~ msgstr "Seleccionar todo"
|
1131 |
+
|
1132 |
+
#~ msgid "Deselect All"
|
1133 |
+
#~ msgstr "Deseleccionar todo"
|
1134 |
|
1135 |
#~ msgid ""
|
1136 |
#~ "Have you updated your licenses? Have you asked for an extension? Update "
|
1197 |
#~ msgid "Theme Icon"
|
1198 |
#~ msgstr "Icono del tema"
|
1199 |
|
|
|
|
|
|
|
1200 |
#~ msgid "None"
|
1201 |
#~ msgstr "Ninguno"
|
1202 |
|
|
|
|
|
|
|
|
|
|
|
|
|
1203 |
#~ msgid "Field Title"
|
1204 |
#~ msgstr "Campo de título"
|
1205 |
|
plugin-fw/languages/yith-plugin-fw-it_IT.mo
CHANGED
Binary file
|
plugin-fw/languages/yith-plugin-fw-it_IT.po
CHANGED
@@ -3,9 +3,9 @@
|
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: YITH Plugin Starter 1.0.0 Plugin FW\n"
|
6 |
-
"Report-Msgid-Bugs-To:
|
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"
|
@@ -22,172 +22,107 @@ msgstr ""
|
|
22 |
"X-Textdomain-Support: yes\n"
|
23 |
"X-Poedit-SearchPath-0: .\n"
|
24 |
|
25 |
-
#: lib/
|
26 |
-
|
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 |
-
"Questo esempio include gli elementi di base sulla raccolta dei dati "
|
41 |
-
"personali, la memorizzazione e la condivisione, nonché su chi è autorizzato "
|
42 |
-
"ad accedere a tali dati. In base alle impostazioni abilitate e ai moduli di "
|
43 |
-
"estensione aggiuntivi utilizzati, le informazioni specifiche condivise dal "
|
44 |
-
"nostro negozio possono variare. Ti consigliamo di consultare un legale al "
|
45 |
-
"momento di decidere quali informazioni divulgare nell'informativa sulla "
|
46 |
-
"privacy."
|
47 |
-
|
48 |
-
#: lib/privacy/yit-privacy.php:63
|
49 |
-
msgctxt "Privacy Policy Content"
|
50 |
-
msgid "What we collect and store"
|
51 |
-
msgstr "Cosa raccogliamo e salviamo"
|
52 |
-
|
53 |
-
#: lib/privacy/yit-privacy.php:66
|
54 |
-
msgctxt "Privacy Policy Content"
|
55 |
-
msgid "Who on our team has access"
|
56 |
-
msgstr "Persone del nostro gruppo di lavoro che hanno accesso"
|
57 |
-
|
58 |
-
#: lib/privacy/yit-privacy.php:69
|
59 |
-
msgctxt "Privacy Policy Content"
|
60 |
-
msgid "What we share with others"
|
61 |
-
msgstr "Cosa condividiamo con gli altri"
|
62 |
-
|
63 |
-
#: lib/privacy/yit-privacy.php:72
|
64 |
-
msgctxt "Privacy Policy Content"
|
65 |
-
msgid "Payments"
|
66 |
-
msgstr "Pagamenti"
|
67 |
-
|
68 |
-
#: lib/yit-cpt-unlimited.php:460 lib/yit-cpt-unlimited.php:574
|
69 |
-
#: lib/yit-cpt-unlimited.php:719 lib/yit-cpt-unlimited.php:1632
|
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:626
|
123 |
-
msgctxt "taxonomy singular name"
|
124 |
-
msgid "Category"
|
125 |
-
msgstr "Categoria"
|
126 |
-
|
127 |
-
#: lib/yit-cpt-unlimited.php:627 templates/fields/ajax-terms.php:56
|
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 +130,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 +161,138 @@ 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 +340,110 @@ 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 |
-
msgid "
|
419 |
-
msgstr "
|
420 |
|
421 |
-
#: lib/
|
422 |
-
msgid ""
|
423 |
-
"
|
424 |
-
"available one. </em>Please, make sure you've downloaded the latest version "
|
425 |
-
"of <em>%1$s</em> from the only <a href=\"https://yithemes.com\" target="
|
426 |
-
"\"_blank\">YITH official website</a>, specifically, from your <a href="
|
427 |
-
"\"https://yithemes.com/my-account/recent-downloads/\" target=\"_blank"
|
428 |
-
"\">Downloads page</a>. This is the only way to be sure the version you are "
|
429 |
-
"using is 100% malware-free."
|
430 |
-
msgstr ""
|
431 |
-
"<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 |
-
|
470 |
-
"There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
|
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/yit-upgrade.php:555
|
481 |
-
#, php-format
|
482 |
-
msgid ""
|
483 |
-
"There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
|
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/yit-upgrade.php:559
|
496 |
-
#, php-format
|
497 |
-
msgid ""
|
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/yit-upgrade.php:563
|
507 |
-
#, php-format
|
508 |
-
msgid ""
|
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 |
-
#: licence/lib/yit-licence.php:181
|
560 |
-
#, php-format
|
561 |
-
msgid "Please, insert a valid %s and a valid %s"
|
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 |
-
#: licence/lib/yit-theme-licence.php:159
|
680 |
-
msgid ""
|
681 |
-
"I cannot find the license key for activating the theme I have bought some "
|
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 |
-
#:
|
774 |
-
|
775 |
-
|
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 |
-
msgid "
|
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 +481,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 +509,13 @@ msgstr "Aggiungi immagini"
|
|
873 |
msgid "Delete"
|
874 |
msgstr "Rimuovi"
|
875 |
|
876 |
-
#: templates/fields/select-buttons.php:
|
877 |
-
msgid "
|
878 |
-
msgstr "
|
879 |
|
880 |
-
#: templates/fields/select-buttons.php:
|
881 |
-
msgid "
|
882 |
-
msgstr "
|
883 |
|
884 |
#: templates/fields/sidebars.php:22
|
885 |
msgid "Left sidebar"
|
@@ -905,12 +541,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 |
|
@@ -919,19 +555,212 @@ msgid "Image preview"
|
|
919 |
msgstr "Anteprima immagine"
|
920 |
|
921 |
#: templates/metaboxes/types/icon-list.php:90
|
922 |
-
#, php-format
|
923 |
msgid "(Default: %s <img src=\"%s\"/>)"
|
924 |
msgstr "(Default: %s <img src=\"%s\"/>)"
|
925 |
|
926 |
#: templates/metaboxes/types/icon-list.php:92
|
927 |
-
#, php-format
|
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,14 +781,338 @@ 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 |
-
|
961 |
-
|
962 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
963 |
|
964 |
#~ msgid ""
|
965 |
#~ "Have you updated your licenses? Have you asked for an extension? Update "
|
@@ -1027,18 +1180,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 |
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: YITH Plugin Starter 1.0.0 Plugin FW\n"
|
6 |
+
"Report-Msgid-Bugs-To: YITH <plugins@yithemes.com>\n"
|
7 |
+
"POT-Creation-Date: 2020-03-11 14:03:11+00:00\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"
|
22 |
"X-Textdomain-Support: yes\n"
|
23 |
"X-Poedit-SearchPath-0: .\n"
|
24 |
|
25 |
+
#: lib/yit-cpt-unlimited.php:462 lib/yit-cpt-unlimited.php:576
|
26 |
+
#: lib/yit-cpt-unlimited.php:721 lib/yit-cpt-unlimited.php:1636
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
msgid "Add %s"
|
28 |
msgstr "Aggiungi %s"
|
29 |
|
30 |
+
#: lib/yit-cpt-unlimited.php:463 lib/yit-cpt-unlimited.php:577
|
|
|
31 |
msgid "Add New %s"
|
32 |
msgstr "Aggiungi nuovo %s"
|
33 |
|
34 |
+
#: lib/yit-cpt-unlimited.php:464 lib/yit-cpt-unlimited.php:578
|
35 |
+
#: lib/yit-cpt-unlimited.php:1269 lib/yit-cpt-unlimited.php:1306
|
|
|
36 |
msgid "Edit %s"
|
37 |
msgstr "Modifica %s"
|
38 |
|
39 |
+
#: lib/yit-cpt-unlimited.php:465 lib/yit-cpt-unlimited.php:579
|
|
|
40 |
msgid "New %s"
|
41 |
msgstr "Nuovo %s"
|
42 |
|
43 |
+
#: lib/yit-cpt-unlimited.php:466 lib/yit-cpt-unlimited.php:580
|
|
|
44 |
msgid "All %s"
|
45 |
msgstr "Tutti %s"
|
46 |
|
47 |
+
#: lib/yit-cpt-unlimited.php:467 lib/yit-cpt-unlimited.php:581
|
48 |
+
#: lib/yit-cpt-unlimited.php:1253 lib/yit-cpt-unlimited.php:1307
|
|
|
49 |
msgid "View %s"
|
50 |
msgstr "Visualizza %s"
|
51 |
|
52 |
+
#: lib/yit-cpt-unlimited.php:468 lib/yit-cpt-unlimited.php:582
|
|
|
53 |
msgid "Search %s"
|
54 |
msgstr "Cerca %s"
|
55 |
|
56 |
+
#: lib/yit-cpt-unlimited.php:469 lib/yit-cpt-unlimited.php:583
|
|
|
57 |
msgid "No %s found"
|
58 |
msgstr "Nessun %s trovato"
|
59 |
|
60 |
+
#: lib/yit-cpt-unlimited.php:470 lib/yit-cpt-unlimited.php:584
|
|
|
61 |
msgid "No %s found in Trash"
|
62 |
msgstr "Nessun %s trovato nel cestino"
|
63 |
|
64 |
+
#: lib/yit-cpt-unlimited.php:629 templates/fields/ajax-terms.php:56
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
65 |
msgid "Search Categories"
|
66 |
msgstr "Cerca categorie"
|
67 |
|
68 |
+
#: lib/yit-cpt-unlimited.php:630
|
69 |
msgid "All Categories"
|
70 |
msgstr "Tutte le categorie"
|
71 |
|
72 |
+
#: lib/yit-cpt-unlimited.php:631
|
73 |
msgid "Parent Category"
|
74 |
msgstr "Categoria genitore"
|
75 |
|
76 |
+
#: lib/yit-cpt-unlimited.php:632
|
77 |
msgid "Parent Category:"
|
78 |
msgstr "Categoria genitore:"
|
79 |
|
80 |
+
#: lib/yit-cpt-unlimited.php:633
|
81 |
msgid "Edit Category"
|
82 |
msgstr "Modifica categoria"
|
83 |
|
84 |
+
#: lib/yit-cpt-unlimited.php:634
|
85 |
msgid "Update Category"
|
86 |
msgstr "Aggiorna categoria"
|
87 |
|
88 |
+
#: lib/yit-cpt-unlimited.php:635
|
89 |
msgid "Add New Category"
|
90 |
msgstr "Aggiungi nuova categoria"
|
91 |
|
92 |
+
#: lib/yit-cpt-unlimited.php:636
|
93 |
msgid "New Category Name"
|
94 |
msgstr "Nuovo nome categoria"
|
95 |
|
96 |
+
#: lib/yit-cpt-unlimited.php:637
|
97 |
msgid "Category"
|
98 |
msgstr "Categoria"
|
99 |
|
100 |
+
#: lib/yit-cpt-unlimited.php:726
|
101 |
msgid "Categories"
|
102 |
msgstr "Categorie"
|
103 |
|
104 |
+
#: lib/yit-cpt-unlimited.php:1044
|
|
|
105 |
msgid "%s Settings"
|
106 |
msgstr "Impostazioni %s"
|
107 |
|
108 |
+
#: lib/yit-cpt-unlimited.php:1050 lib/yit-cpt-unlimited.php:1198
|
109 |
+
#: lib/yit-cpt-unlimited.php:1204 lib/yit-plugin-panel.php:80
|
110 |
msgid "Settings"
|
111 |
msgstr "Impostazioni"
|
112 |
|
113 |
+
#: lib/yit-cpt-unlimited.php:1053
|
114 |
msgid "Type"
|
115 |
msgstr "Tipologia"
|
116 |
|
117 |
+
#: lib/yit-cpt-unlimited.php:1054
|
|
|
118 |
msgid "Layout for this %s"
|
119 |
msgstr "Layout per questo %s"
|
120 |
|
121 |
+
#: lib/yit-cpt-unlimited.php:1060
|
122 |
msgid "Rewrite"
|
123 |
msgstr "Riscrivi"
|
124 |
|
125 |
+
#: lib/yit-cpt-unlimited.php:1061
|
126 |
msgid ""
|
127 |
"Univocal identification name in the URL for each product (slug from post if "
|
128 |
"empty)"
|
130 |
"Nome identificativo univoco nell'URL per singolo prodotto (usa slug dal post "
|
131 |
"se vuoto)"
|
132 |
|
133 |
+
#: lib/yit-cpt-unlimited.php:1066
|
134 |
msgid "Label in Singular"
|
135 |
msgstr "Etichetta singolare"
|
136 |
|
137 |
+
#: lib/yit-cpt-unlimited.php:1067
|
138 |
msgid "Set a label in singular (title of portfolio if empty)"
|
139 |
msgstr "Imposta un'etichetta singolare (titolo del portfolio se vuoto)"
|
140 |
|
141 |
+
#: lib/yit-cpt-unlimited.php:1072
|
142 |
msgid "Label in Plural"
|
143 |
msgstr "Etichetta plurale"
|
144 |
|
145 |
+
#: lib/yit-cpt-unlimited.php:1073
|
146 |
msgid "Set a label in plural (title of portfolio if empty)"
|
147 |
msgstr "Imposta un'etichetta plurale (titolo del portfolio se vuoto)"
|
148 |
|
149 |
+
#: lib/yit-cpt-unlimited.php:1078
|
150 |
msgid "Taxonomy"
|
151 |
msgstr "Tassonomia"
|
152 |
|
153 |
+
#: lib/yit-cpt-unlimited.php:1079
|
154 |
msgid ""
|
155 |
"If you want to use categories in the portfolio, set a name for taxonomy. "
|
156 |
"Name should be a slug (must not contain capital letters nor spaces) and must "
|
161 |
"caratteri maiuscoli né spazi) e non più lungo di 32 caratteri (restrizione "
|
162 |
"di database)."
|
163 |
|
164 |
+
#: lib/yit-cpt-unlimited.php:1084
|
165 |
msgid "Taxonomy Rewrite"
|
166 |
msgstr "Riscrivi tassonomia"
|
167 |
|
168 |
+
#: lib/yit-cpt-unlimited.php:1085
|
169 |
msgid "Set univocal name for each category page URL."
|
170 |
msgstr "Imposta un nome univoco per l'URL della pagina di ciascuna categoria."
|
171 |
|
172 |
+
#: lib/yit-cpt-unlimited.php:1090
|
173 |
msgid "Single layout"
|
174 |
msgstr "Layout singolo"
|
175 |
|
176 |
+
#: lib/yit-cpt-unlimited.php:1091
|
177 |
msgid "Layout for single page of this portfolio"
|
178 |
msgstr "Layout per pagina singola per questo portfolio"
|
179 |
|
180 |
+
#: lib/yit-cpt-unlimited.php:1132
|
181 |
msgid "layout settings"
|
182 |
msgstr "impostazioni di layout"
|
183 |
|
184 |
+
#: lib/yit-cpt-unlimited.php:1224 lib/yit-cpt-unlimited.php:1237
|
185 |
msgid "Quick links"
|
186 |
msgstr "Link rapidi"
|
187 |
|
188 |
+
#: lib/yit-cpt-unlimited.php:1477
|
|
|
189 |
msgid "Show frontend of the %s"
|
190 |
msgstr "Mostra front end di %s"
|
191 |
|
192 |
+
#: lib/yit-cpt-unlimited.php:1484 templates/fields/customtabs.php:46
|
193 |
#: templates/fields/customtabs.php:89
|
194 |
msgid "Name"
|
195 |
msgstr "Nome"
|
196 |
|
197 |
+
#: lib/yit-cpt-unlimited.php:1635
|
|
|
198 |
msgid "Add %s from images"
|
199 |
msgstr "Aggiungi %s dalla immagini"
|
200 |
|
201 |
+
#: lib/yit-cpt-unlimited.php:1638
|
202 |
msgid "Upload multiple files"
|
203 |
msgstr "Carica file multipli"
|
204 |
|
205 |
+
#: lib/yit-plugin-panel-wc.php:399
|
206 |
msgid "The changes you have made will be lost if you leave this page."
|
207 |
msgstr "Perderai tutti i cambiamenti effettuati se lasci questa pagina."
|
208 |
|
209 |
+
#: lib/yit-plugin-panel.php:79
|
210 |
msgid "Plugin Settings"
|
211 |
msgstr "Impostazioni plugin"
|
212 |
|
213 |
+
#: lib/yit-plugin-panel.php:425 lib/yit-plugin-panel.php:428
|
214 |
msgid "How to install premium version"
|
215 |
msgstr "Come installare la versione premium"
|
216 |
|
217 |
+
#: lib/yit-plugin-panel.php:572 lib/yit-plugin-subpanel.php:151
|
218 |
+
#: templates/panel/woocommerce/woocommerce-form.php:14
|
219 |
msgid "Save Changes"
|
220 |
msgstr "Salva modifiche"
|
221 |
|
222 |
+
#: lib/yit-plugin-panel.php:575 lib/yit-plugin-subpanel.php:154
|
223 |
+
#: templates/panel/woocommerce/woocommerce-form.php:17
|
224 |
msgid ""
|
225 |
"If you continue with this action, you will reset all options in this page."
|
226 |
msgstr ""
|
227 |
"Se prosegui con questa azione, tutte le opzioni di questa pagina saranno "
|
228 |
"reimpostate."
|
229 |
|
230 |
+
#: lib/yit-plugin-panel.php:577 lib/yit-plugin-subpanel.php:156
|
231 |
msgid "Reset to default"
|
232 |
msgstr "Ripristina configurazione predefinita"
|
233 |
|
234 |
+
#: lib/yit-plugin-panel.php:578 lib/yit-plugin-subpanel.php:157
|
235 |
+
#: templates/panel/woocommerce/woocommerce-form.php:21
|
236 |
msgid "Are you sure?"
|
237 |
msgstr "Sei sicuro?"
|
238 |
|
239 |
+
#: lib/yit-plugin-panel.php:776
|
240 |
msgid ""
|
241 |
"The element you have entered already exists. Please, enter another name."
|
242 |
msgstr "L'elemento inserito esiste già. Per favore, inserisci un altro nome."
|
243 |
|
244 |
+
#: lib/yit-plugin-panel.php:777
|
245 |
msgid "Settings saved"
|
246 |
msgstr "Impostazioni salvate"
|
247 |
|
248 |
+
#: lib/yit-plugin-panel.php:778
|
249 |
msgid "Settings reset"
|
250 |
msgstr "Impostazioni azzerate"
|
251 |
|
252 |
+
#: lib/yit-plugin-panel.php:779
|
253 |
msgid "Element deleted correctly."
|
254 |
msgstr "Elemento rimosso correttamente."
|
255 |
|
256 |
+
#: lib/yit-plugin-panel.php:780 lib/yit-plugin-panel.php:781
|
257 |
msgid "Element updated correctly."
|
258 |
msgstr "Elemento aggiornato correttamente."
|
259 |
|
260 |
+
#: lib/yit-plugin-panel.php:782
|
261 |
msgid "Database imported correctly."
|
262 |
msgstr "Database importato correttamente."
|
263 |
|
264 |
+
#: lib/yit-plugin-panel.php:783
|
265 |
msgid "An error has occurred during import. Please try again."
|
266 |
msgstr "Si è verificato un errore durante l'importazione. Prova di nuovo."
|
267 |
|
268 |
+
#: lib/yit-plugin-panel.php:784
|
269 |
msgid "The added file is not valid."
|
270 |
msgstr "Il file aggiunto non è valido."
|
271 |
|
272 |
+
#: lib/yit-plugin-panel.php:785
|
273 |
msgid "Sorry, import is disabled."
|
274 |
msgstr "Ci dispiace, l'importazione è disabilitata."
|
275 |
|
276 |
+
#: lib/yit-plugin-panel.php:786
|
277 |
msgid "Sorting successful."
|
278 |
msgstr "Ordinamento effettuato con successo."
|
279 |
|
280 |
+
#: lib/yit-plugin-panel.php:1234
|
281 |
+
msgid "We need your support"
|
282 |
+
msgstr "Abbiamo bisogno del tuo sostegno"
|
283 |
+
|
284 |
+
#: lib/yit-plugin-panel.php:1235
|
285 |
+
msgid "to keep updating and improving the plugin. Please,"
|
286 |
+
msgstr "per poter continuare ad aggiornare e migliorare il plugin."
|
287 |
+
|
288 |
+
#: lib/yit-plugin-panel.php:1237
|
289 |
+
msgid "help us by leaving a five-star rating"
|
290 |
+
msgstr "Puoi darci una mano lasciando una recensione a 5 stelle"
|
291 |
+
|
292 |
+
#: lib/yit-plugin-panel.php:1238
|
293 |
+
msgid ":) Thanks!"
|
294 |
+
msgstr ":) Grazie!"
|
295 |
+
|
296 |
#: lib/yit-pointers.php:70
|
297 |
msgid "Plugins Activated"
|
298 |
msgstr "Plugin attivati"
|
340 |
"quelle di YITH WooCommerce Wishlist, YITH WooCommerce Ajax Search etc.)\n"
|
341 |
"saranno trasferite nella scheda YITH Plugins."
|
342 |
|
343 |
+
#: lib/yith-dashboard.php:40
|
344 |
+
msgid "YITH Latest Updates"
|
345 |
+
msgstr "Ultimi aggiornamenti da YITH"
|
|
|
|
|
|
|
|
|
346 |
|
347 |
+
#: lib/yith-dashboard.php:41
|
348 |
+
msgid "Latest news from YITH Blog"
|
349 |
+
msgstr "Ultime novità dal blog YITH"
|
350 |
|
351 |
+
#: lib/yith-dashboard.php:65
|
352 |
+
msgid "RSS Error:"
|
353 |
+
msgstr "Errore RSS:"
|
354 |
|
355 |
+
#: lib/yith-dashboard.php:71
|
356 |
msgid ""
|
357 |
+
"An error has occurred, which probably means the feed is down. Try again "
|
358 |
+
"later."
|
359 |
msgstr ""
|
360 |
+
"Si è verificato un errore probabilmente causato dal feed non disponibile. "
|
361 |
+
"Riprova più tardi."
|
362 |
|
363 |
+
#: lib/yith-system-status.php:105
|
364 |
+
msgid "WordPress Version"
|
365 |
+
msgstr "Versione di WordPress"
|
366 |
|
367 |
+
#: lib/yith-system-status.php:106
|
368 |
+
msgid "WooCommerce Version"
|
369 |
+
msgstr "Versione di WooCommerce"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
370 |
|
371 |
+
#: lib/yith-system-status.php:107
|
372 |
+
msgid "Available Memory"
|
373 |
+
msgstr "Memoria disponibile"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
374 |
|
375 |
+
#: lib/yith-system-status.php:108
|
376 |
+
msgid "PHP Version"
|
377 |
+
msgstr "Versione PHP"
|
378 |
|
379 |
+
#: lib/yith-system-status.php:109
|
380 |
+
msgid "TLS Version"
|
381 |
+
msgstr "Versione TLS"
|
382 |
|
383 |
+
#: lib/yith-system-status.php:110
|
384 |
+
msgid "WordPress Cron"
|
385 |
+
msgstr "Cron WordPress"
|
386 |
|
387 |
+
#: lib/yith-system-status.php:111
|
388 |
+
msgid "SimpleXML"
|
389 |
+
msgstr "SimpleXML"
|
|
|
390 |
|
391 |
+
#: lib/yith-system-status.php:112
|
392 |
+
msgid "MultiByte String"
|
393 |
+
msgstr "MultiByte String"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
394 |
|
395 |
+
#: lib/yith-system-status.php:113
|
396 |
+
msgid "ImageMagick Version"
|
397 |
+
msgstr "Versione di ImageMagick"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
398 |
|
399 |
+
#: lib/yith-system-status.php:114
|
400 |
+
msgid "GD Library"
|
401 |
+
msgstr "GD Library"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
402 |
|
403 |
+
#: lib/yith-system-status.php:115
|
404 |
+
msgid "Iconv Module"
|
405 |
+
msgstr "Iconv Module"
|
|
|
406 |
|
407 |
+
#: lib/yith-system-status.php:116
|
408 |
+
msgid "OPCache Save Comments"
|
409 |
+
msgstr "OPCache Save Comments"
|
410 |
|
411 |
+
#: lib/yith-system-status.php:117
|
412 |
+
msgid "URL FOpen"
|
413 |
+
msgstr "URL FOpen"
|
414 |
|
415 |
+
#: lib/yith-system-status.php:135 lib/yith-system-status.php:136
|
416 |
+
msgid "System Status"
|
417 |
+
msgstr "Stato del sistema"
|
|
|
418 |
|
419 |
+
#: lib/yith-system-status.php:179
|
420 |
+
msgid "YITH Plugins"
|
421 |
+
msgstr "Plugin YITH"
|
422 |
|
423 |
+
#: lib/yith-system-status.php:180
|
424 |
+
msgid "WooCommerce"
|
425 |
+
msgstr "WooCommerce"
|
|
|
426 |
|
427 |
+
#: lib/yith-system-status.php:297
|
428 |
+
msgid "Warning!"
|
429 |
+
msgstr "Attenzione!"
|
430 |
|
431 |
+
#: lib/yith-system-status.php:298
|
432 |
+
msgid ""
|
433 |
+
"The system check has detected some compatibility issues on your "
|
434 |
+
"installation. %sClick here%s to know more"
|
435 |
+
msgstr ""
|
436 |
+
"Il controllo di sistema ha individuato delle incompatibilità con la tua "
|
437 |
+
"installazione. %sVedi qui%s per maggiori informazioni"
|
438 |
|
439 |
+
#: templates/fields/ajax-customers.php:57
|
440 |
+
msgid "Search Customers"
|
441 |
+
msgstr "Cerca fra i clienti"
|
442 |
|
443 |
+
#: templates/fields/ajax-customers.php:83
|
444 |
+
#: templates/fields/ajax-customers.php:93
|
445 |
+
msgid "%1$s (#%2$s – %3$s)"
|
446 |
+
msgstr "%1$s (#%2$s – %3$s)"
|
447 |
|
448 |
#: templates/fields/ajax-posts.php:57
|
449 |
msgid "Search Posts"
|
481 |
msgid "Do you want to remove the custom tab?"
|
482 |
msgstr "Vuoi rimuovere la scheda personalizzata?"
|
483 |
|
484 |
+
#: templates/fields/date-format.php:50
|
485 |
+
msgid "Custom:"
|
486 |
+
msgstr "Personalizzato:"
|
487 |
+
|
488 |
#: templates/fields/icons.php:58
|
489 |
msgid "Set Default"
|
490 |
msgstr "Ripristina impostazioni iniziali"
|
509 |
msgid "Delete"
|
510 |
msgstr "Rimuovi"
|
511 |
|
512 |
+
#: templates/fields/select-buttons.php:21
|
513 |
+
msgid "Add All"
|
514 |
+
msgstr "Aggiungi tutti"
|
515 |
|
516 |
+
#: templates/fields/select-buttons.php:34
|
517 |
+
msgid "Remove All"
|
518 |
+
msgstr "Rimuovi tutti"
|
519 |
|
520 |
#: templates/fields/sidebars.php:22
|
521 |
msgid "Left sidebar"
|
541 |
msgid "Right Sidebar"
|
542 |
msgstr "Barra laterale destra"
|
543 |
|
544 |
+
#: templates/fields/upload.php:27 templates/metaboxes/types/icon-list.php:70
|
545 |
#: templates/panel/woocommerce/woocommerce-upload.php:40
|
546 |
msgid "Upload"
|
547 |
msgstr "Carica"
|
548 |
|
549 |
+
#: templates/fields/upload.php:29
|
550 |
msgid "Reset"
|
551 |
msgstr "Ripristina"
|
552 |
|
555 |
msgstr "Anteprima immagine"
|
556 |
|
557 |
#: templates/metaboxes/types/icon-list.php:90
|
|
|
558 |
msgid "(Default: %s <img src=\"%s\"/>)"
|
559 |
msgstr "(Default: %s <img src=\"%s\"/>)"
|
560 |
|
561 |
#: templates/metaboxes/types/icon-list.php:92
|
|
|
562 |
msgid "(Default: <i %s></i> )"
|
563 |
msgstr "(Default: <i %s></i> )"
|
564 |
|
565 |
+
#: templates/panel/woocommerce/woocommerce-form.php:20
|
566 |
msgid "Reset Defaults"
|
567 |
msgstr "Ripristina impostazioni iniziali"
|
568 |
|
569 |
+
#: templates/sysinfo/system-information-panel.php:30
|
570 |
+
msgid "YITH System Information"
|
571 |
+
msgstr "YITH System Information"
|
572 |
+
|
573 |
+
#: templates/sysinfo/system-information-panel.php:38
|
574 |
+
msgid "Site URL"
|
575 |
+
msgstr "URL del sito"
|
576 |
+
|
577 |
+
#: templates/sysinfo/system-information-panel.php:46
|
578 |
+
msgid "Output IP Address"
|
579 |
+
msgstr "Indirizzo IP di output"
|
580 |
+
|
581 |
+
#: templates/sysinfo/system-information-panel.php:76
|
582 |
+
msgid "Enabled"
|
583 |
+
msgstr "Abilitato"
|
584 |
+
|
585 |
+
#: templates/sysinfo/system-information-panel.php:76
|
586 |
+
msgid "Disabled"
|
587 |
+
msgstr "Disabilitato"
|
588 |
+
|
589 |
+
#: templates/sysinfo/system-information-panel.php:82
|
590 |
+
msgid "N/A"
|
591 |
+
msgstr "N.D."
|
592 |
+
|
593 |
+
#: templates/sysinfo/system-information-panel.php:96
|
594 |
+
msgid "%s needs %s enabled"
|
595 |
+
msgstr "%s necessita l'attivazione di %s"
|
596 |
+
|
597 |
+
#: templates/sysinfo/system-information-panel.php:98
|
598 |
+
msgid "%s needs at least %s of available memory"
|
599 |
+
msgstr "%s necessita almeno %s di memoria disponibile"
|
600 |
+
|
601 |
+
#: templates/sysinfo/system-information-panel.php:100
|
602 |
+
#: templates/sysinfo/system-information-panel.php:149
|
603 |
+
msgid ""
|
604 |
+
"For optimal functioning of our plugins, we suggest setting at least %s of "
|
605 |
+
"available memory"
|
606 |
+
msgstr ""
|
607 |
+
"Per il funzionamento ottimale dei nostri plugin consigliamo di impostare "
|
608 |
+
"almeno %s della memoria disponibile"
|
609 |
+
|
610 |
+
#: templates/sysinfo/system-information-panel.php:102
|
611 |
+
#: templates/sysinfo/system-information-panel.php:137
|
612 |
+
#: templates/sysinfo/system-information-panel.php:151
|
613 |
+
msgid ""
|
614 |
+
"Read more %s here%s or contact your hosting company in order to increase it."
|
615 |
+
msgstr ""
|
616 |
+
"Per maggiori informazioni %s leggi questo%s oppure contatta il tuo host per "
|
617 |
+
"un upgrade."
|
618 |
+
|
619 |
+
#: templates/sysinfo/system-information-panel.php:105
|
620 |
+
msgid "%s needs at least %s version"
|
621 |
+
msgstr "%s necessita almeno della versione %s"
|
622 |
+
|
623 |
+
#: templates/sysinfo/system-information-panel.php:116
|
624 |
+
msgid ""
|
625 |
+
"Update it to the latest version in order to benefit of all new features and "
|
626 |
+
"security updates."
|
627 |
+
msgstr ""
|
628 |
+
"Aggiorna all'ultima versione per beneficiare di tutte le nuove funzionalità "
|
629 |
+
"e degli aggiornamenti di sicurezza."
|
630 |
+
|
631 |
+
#: templates/sysinfo/system-information-panel.php:122
|
632 |
+
msgid "Contact your hosting company in order to update it."
|
633 |
+
msgstr "Contatta il tuo servizio hosting per aggiornarlo."
|
634 |
+
|
635 |
+
#: templates/sysinfo/system-information-panel.php:126
|
636 |
+
msgid "Remove %s from %s file"
|
637 |
+
msgstr "Rimuovi %s dal file %s"
|
638 |
+
|
639 |
+
#: templates/sysinfo/system-information-panel.php:134
|
640 |
+
msgid "Contact your hosting company in order to enable it."
|
641 |
+
msgstr "Per attivarlo contatta il tuo servizio di hosting."
|
642 |
+
|
643 |
+
#: templates/sysinfo/system-information-panel.php:157
|
644 |
+
msgid ""
|
645 |
+
"We cannot determine which <b>TLS</b> version is installed because <b>cURL</"
|
646 |
+
"b> module is disabled. Ask your hosting company to enable it."
|
647 |
+
msgstr ""
|
648 |
+
"Non ci è stato possibile determinare quale versione <b>TLS</b> è installata "
|
649 |
+
"in quanto il modulo <b>cURL</b> è disattivato. Chiedi al tuo servizio "
|
650 |
+
"hosting di attivarlo."
|
651 |
+
|
652 |
+
#: templates/sysinfo/system-information-panel.php:160
|
653 |
+
msgid ""
|
654 |
+
"<b>ImageMagick</b> module is not installed. Ask your hosting company to "
|
655 |
+
"install it."
|
656 |
+
msgstr ""
|
657 |
+
"Il modulo <b>ImageMagick</b> non è installato. Chiedi al tuo servizio di "
|
658 |
+
"hosting di installarlo."
|
659 |
+
|
660 |
+
#: templates/sysinfo/system-information-panel.php:172
|
661 |
+
msgid "Show full PHPInfo"
|
662 |
+
msgstr "Mostra tutto il contenuto di PHPInfo"
|
663 |
+
|
664 |
+
#: templates/sysinfo/system-information-panel.php:176
|
665 |
+
msgid "Back to System panel"
|
666 |
+
msgstr "Torna al pannello di Sistema"
|
667 |
+
|
668 |
+
#: templates/sysinfo/system-information-panel.php:193
|
669 |
+
msgid "Back to top"
|
670 |
+
msgstr "Torna su"
|
671 |
+
|
672 |
+
#: yit-plugin.php:194
|
673 |
+
msgid "License"
|
674 |
+
msgstr "Chiave di licenza"
|
675 |
+
|
676 |
+
#. Author of the plugin/theme
|
677 |
+
#, fuzzy
|
678 |
+
msgid "YITH"
|
679 |
+
msgstr "YITH"
|
680 |
+
|
681 |
+
#: lib/privacy/yit-privacy.php:24
|
682 |
+
msgctxt "Privacy Policy Guide Title"
|
683 |
+
msgid "YITH Plugins"
|
684 |
+
msgstr "YITH Plugins"
|
685 |
+
|
686 |
+
#: lib/privacy/yit-privacy.php:59
|
687 |
+
msgctxt "Privacy Policy Content"
|
688 |
+
msgid ""
|
689 |
+
"This sample language includes the basics around what personal data your "
|
690 |
+
"store may be collecting, storing and sharing, as well as who may have access "
|
691 |
+
"to that data. Depending on what settings are enabled and which additional "
|
692 |
+
"plugins are used, the specific information shared by your store will vary. "
|
693 |
+
"We recommend consulting with a lawyer when deciding what information to "
|
694 |
+
"disclose on your privacy policy."
|
695 |
+
msgstr ""
|
696 |
+
"Questo esempio include gli elementi di base sulla raccolta dei dati "
|
697 |
+
"personali, la memorizzazione e la condivisione, nonché su chi è autorizzato "
|
698 |
+
"ad accedere a tali dati. In base alle impostazioni abilitate e ai moduli di "
|
699 |
+
"estensione aggiuntivi utilizzati, le informazioni specifiche condivise dal "
|
700 |
+
"nostro negozio possono variare. Ti consigliamo di consultare un legale al "
|
701 |
+
"momento di decidere quali informazioni divulgare nell'informativa sulla "
|
702 |
+
"privacy."
|
703 |
+
|
704 |
+
#: lib/privacy/yit-privacy.php:63
|
705 |
+
msgctxt "Privacy Policy Content"
|
706 |
+
msgid "What we collect and store"
|
707 |
+
msgstr "Cosa raccogliamo e salviamo"
|
708 |
+
|
709 |
+
#: lib/privacy/yit-privacy.php:66
|
710 |
+
msgctxt "Privacy Policy Content"
|
711 |
+
msgid "Who on our team has access"
|
712 |
+
msgstr "Persone del nostro gruppo di lavoro che hanno accesso"
|
713 |
+
|
714 |
+
#: lib/privacy/yit-privacy.php:69
|
715 |
+
msgctxt "Privacy Policy Content"
|
716 |
+
msgid "What we share with others"
|
717 |
+
msgstr "Cosa condividiamo con gli altri"
|
718 |
+
|
719 |
+
#: lib/privacy/yit-privacy.php:72
|
720 |
+
msgctxt "Privacy Policy Content"
|
721 |
+
msgid "Payments"
|
722 |
+
msgstr "Pagamenti"
|
723 |
+
|
724 |
+
#: lib/yit-cpt-unlimited.php:627
|
725 |
+
msgctxt "taxonomy general name"
|
726 |
+
msgid "%s Categories"
|
727 |
+
msgstr "%s Categorie"
|
728 |
+
|
729 |
+
#: lib/yit-cpt-unlimited.php:628
|
730 |
+
msgctxt "taxonomy singular name"
|
731 |
+
msgid "Category"
|
732 |
+
msgstr "Categoria"
|
733 |
+
|
734 |
+
#: lib/yith-dashboard.php:99
|
735 |
+
msgctxt "Plugin FW"
|
736 |
+
msgid "View Changelog"
|
737 |
+
msgstr "Visualizza il changelog"
|
738 |
+
|
739 |
+
#: lib/yith-dashboard.php:100
|
740 |
+
msgctxt "Plugin FW"
|
741 |
+
msgid "Latest update released on"
|
742 |
+
msgstr "Ultimo aggiornamento rilasciato il"
|
743 |
+
|
744 |
+
#: lib/yith-dashboard.php:143
|
745 |
+
msgctxt "Button label"
|
746 |
+
msgid "Close"
|
747 |
+
msgstr "Chiudi"
|
748 |
+
|
749 |
+
#: lib/yith-gutenberg.php:134
|
750 |
+
msgctxt "[gutenberg]: Category Name"
|
751 |
+
msgid "YITH"
|
752 |
+
msgstr "YITH"
|
753 |
+
|
754 |
+
#: templates/fields/onoff.php:24
|
755 |
+
msgctxt "ON/OFF button: use MAX 3 characters!"
|
756 |
+
msgid "ON"
|
757 |
+
msgstr "SÌ"
|
758 |
+
|
759 |
+
#: templates/fields/onoff.php:25
|
760 |
+
msgctxt "ON/OFF button: use MAX 3 characters!"
|
761 |
+
msgid "OFF"
|
762 |
+
msgstr "NO"
|
763 |
+
|
764 |
#: yit-plugin.php:83
|
765 |
msgctxt "Plugin Row Meta"
|
766 |
msgid "Live Demo"
|
781 |
msgid "Premium version"
|
782 |
msgstr "Versione premium"
|
783 |
|
784 |
+
#: yit-plugin.php:190
|
785 |
msgctxt "Action links"
|
786 |
msgid "Settings"
|
787 |
msgstr "Impostazioni"
|
788 |
|
789 |
+
#~ msgid "An unexpected error occurred, please try again later. Thanks!"
|
790 |
+
#~ msgstr "Si è verificato un errore inaspettato, riprova più tardi. Grazie!"
|
791 |
+
|
792 |
+
#~ msgid "There is a new version of %plugin_name% available."
|
793 |
+
#~ msgstr "Una nuova versione di %plugin_name% è disponibile."
|
794 |
+
|
795 |
+
#~ msgid "View version %latest% details."
|
796 |
+
#~ msgstr "Visualizza i dettagli della versione %latest%."
|
797 |
+
|
798 |
+
#~ msgid "Automatic update is unavailable for this plugin,"
|
799 |
+
#~ msgstr "L'aggiornamento automatico non è disponibile per questo plugin,"
|
800 |
+
|
801 |
+
#~ msgid ""
|
802 |
+
#~ "please <a href=\"%activate_link%\">activate</a> your copy of %plugin_name"
|
803 |
+
#~ "%."
|
804 |
+
#~ msgstr ""
|
805 |
+
#~ "per favore, <a href=\"%activate_link%\">attiva</a> la tua copia di "
|
806 |
+
#~ "%plugin_name%."
|
807 |
+
|
808 |
+
#~ msgid "Update now."
|
809 |
+
#~ msgstr "Aggiorna adesso."
|
810 |
+
|
811 |
+
#~ msgid ""
|
812 |
+
#~ "<br/><b>Please note:</b> You are using a higher version than the latest "
|
813 |
+
#~ "available one. </em>Please, make sure you've downloaded the latest "
|
814 |
+
#~ "version of <em>%1$s</em> from the only <a href=\"https://yithemes.com\" "
|
815 |
+
#~ "target=\"_blank\">YITH official website</a>, specifically, from your <a "
|
816 |
+
#~ "href=\"https://yithemes.com/my-account/recent-downloads/\" target=\"_blank"
|
817 |
+
#~ "\">Downloads page</a>. This is the only way to be sure the version you "
|
818 |
+
#~ "are using is 100% malware-free."
|
819 |
+
#~ msgstr ""
|
820 |
+
#~ "<br/><b>Attenzione:</b> Stai utilizzando una versione superiore "
|
821 |
+
#~ "all'ultima disponibile. </em>Per favore assicurati di aver scaricato la "
|
822 |
+
#~ "versione più recente di <em>%1$s</em> dall'unico <a href=\"https://"
|
823 |
+
#~ "yithemes.com\" target=\"_blank\">sito ufficiale YITH</a>, nello specifico "
|
824 |
+
#~ "dalla tua <a href=\"https://yithemes.com/my-account/recent-downloads/\" "
|
825 |
+
#~ "target=\"_blank\">pagina Downloads</a>. Questo è l'unico modo per essere "
|
826 |
+
#~ "sicuri che la versione in uso sia al 100% priva di malware."
|
827 |
+
|
828 |
+
#~ msgctxt "[Update Plugin Message: License not enabled]"
|
829 |
+
#~ msgid "You have to activate the plugin to benefit from automatic updates."
|
830 |
+
#~ msgstr "Devi attivare il plugin per usufruire degli update automatici."
|
831 |
+
|
832 |
+
#~ msgid "YITH Repository"
|
833 |
+
#~ msgstr "Repository YITH"
|
834 |
+
|
835 |
+
#~ msgid "Invalid URL Provided."
|
836 |
+
#~ msgstr "L'URL inserito non è valido."
|
837 |
+
|
838 |
+
#~ msgid "Could not create Temporary file."
|
839 |
+
#~ msgstr "Non è stato possibile creare il file temporaneo."
|
840 |
+
|
841 |
+
#~ msgid ""
|
842 |
+
#~ "There is a new version of %1$s available. <a href=\"%2$s\" class="
|
843 |
+
#~ "\"thickbox yit-changelog-button open-plugin-details-modal\" title=\"%3$s"
|
844 |
+
#~ "\">View version %4$s details</a>."
|
845 |
+
#~ msgstr ""
|
846 |
+
#~ "È disponibile una nuova versione di %1$s. <a href=\"%2$s\" class="
|
847 |
+
#~ "\"thickbox yit-changelog-button\" title=\"%3$s\">Visualizza i dettagli "
|
848 |
+
#~ "della versione %4$s</a>."
|
849 |
+
|
850 |
+
#~ msgid ""
|
851 |
+
#~ "There is a new version of %1$s available. <a href=\"%2$s\" class="
|
852 |
+
#~ "\"thickbox yit-changelog-button open-plugin-details-modal\" title=\"%3$s"
|
853 |
+
#~ "\">View version %4$s details</a>. <em>You have to activate the plugin on "
|
854 |
+
#~ "a single site of the network to benefit from automatic updates.</em>"
|
855 |
+
#~ msgstr ""
|
856 |
+
#~ "È disponibile una nuova versione di %1$s. <a href=\"%2$s\" class="
|
857 |
+
#~ "\"thickbox yit-changelog-button\" title=\"%3$s\">Visualizza i dettagli "
|
858 |
+
#~ "della versione %4$s</a>. <em>Per poter usufruire degli aggiornamenti "
|
859 |
+
#~ "automatici è necessario attivare il plugin su un solo sito.</em>"
|
860 |
+
|
861 |
+
#~ msgid ""
|
862 |
+
#~ "There is a new version of %1$s available. <a href=\"%2$s\" class="
|
863 |
+
#~ "\"thickbox yit-changelog-button open-plugin-details-modal\" title=\"%3$s"
|
864 |
+
#~ "\">View version %4$s details</a>. <em>Automatic update is unavailable for "
|
865 |
+
#~ "this plugin, please <a href=\"%5$s\" title=\"License activation"
|
866 |
+
#~ "\">activate</a> your copy of %6s.</em>"
|
867 |
+
#~ msgstr ""
|
868 |
+
#~ "È disponibile una nuova versione di %1$s. <a href=\"%2$s\" class="
|
869 |
+
#~ "\"thickbox yit-changelog-button\" title=\"%3$s\">Visualizza i dettagli "
|
870 |
+
#~ "della versione %4$s</a>. <em>Gli aggiornamenti automatici non sono "
|
871 |
+
#~ "disponibili per questo plugin, per piacere <a href=\"%5$s\" title="
|
872 |
+
#~ "\"License activation\">attiva</a> la tua copia di %6s.</em>"
|
873 |
+
|
874 |
+
#~ msgid ""
|
875 |
+
#~ "There is a new version of %1$s available. <a href=\"%2$s\" class="
|
876 |
+
#~ "\"thickbox yit-changelog-button open-plugin-details-modal\" title=\"%3$s"
|
877 |
+
#~ "\">View version %4$s details</a> or <a href=\"%5$s\">update now</a>."
|
878 |
+
#~ msgstr ""
|
879 |
+
#~ "È disponibile una nuova versioni di %1$s. <a href=\"%2$s\" class="
|
880 |
+
#~ "\"thickbox yit-changelog-button\" title=\"%3$s\">Visualizza i dettagli "
|
881 |
+
#~ "della versione %4$s</a> oppure <a href=\"%5$s\">aggiorna adesso</a>."
|
882 |
+
|
883 |
+
#~ msgid ""
|
884 |
+
#~ "<br/><b>Please note:</b> You are using a higher version than the latest "
|
885 |
+
#~ "available one. </em>Please, make sure you've downloaded the latest "
|
886 |
+
#~ "version of <em>%1$s</em> from the only <a href=\"https://yithemes.com\" "
|
887 |
+
#~ "target=\"_blank\">YITH official website</a>, specifically, from your <a "
|
888 |
+
#~ "href=\"https://yithemes.com/my-account/recent-downloads/\" target=\"_blank"
|
889 |
+
#~ "\">Downloads page</a>. This is the only way to be sure the version you "
|
890 |
+
#~ "are using is 100%% malware-free."
|
891 |
+
#~ msgstr ""
|
892 |
+
#~ "<br/><b>Attenzione:</b> Stai utilizzando una versione superiore "
|
893 |
+
#~ "all'ultima disponibile. </em>Per favore assicurati di aver scaricato la "
|
894 |
+
#~ "versione più recente di <em>%1$s</em> dall'unico <a href=\"https://"
|
895 |
+
#~ "yithemes.com\" target=\"_blank\">sito ufficiale YITH</a>, nello specifico "
|
896 |
+
#~ "dalla tua <a href=\"https://yithemes.com/my-account/recent-downloads/\" "
|
897 |
+
#~ "target=\"_blank\">pagina Downloads</a>. Questo è l'unico modo per essere "
|
898 |
+
#~ "sicuri che la versione in uso sia al 100%% priva di malware."
|
899 |
+
|
900 |
+
#~ msgid "You can't update the plugins for this site."
|
901 |
+
#~ msgstr "Non è possibile aggiornare i plugin per questo sito."
|
902 |
+
|
903 |
+
#~ msgid ""
|
904 |
+
#~ "You do not have sufficient permissions to update the plugins for this "
|
905 |
+
#~ "site."
|
906 |
+
#~ msgstr ""
|
907 |
+
#~ "Non sei in possesso delle autorizzazioni necessarie per aggiornare i "
|
908 |
+
#~ "plugin in questo sito."
|
909 |
+
|
910 |
+
#~ msgid "Update Plugin"
|
911 |
+
#~ msgstr "Aggiorna plugin"
|
912 |
+
|
913 |
+
#~ msgid "New YITH products"
|
914 |
+
#~ msgstr "Nuovi prodotti YITH"
|
915 |
+
|
916 |
+
#~ msgctxt "%s = field name"
|
917 |
+
#~ msgid "Please, insert a valid %s"
|
918 |
+
#~ msgstr "Per favore, inserisci una %s valida"
|
919 |
+
|
920 |
+
#~ msgid "Please, insert a valid %s and a valid %s"
|
921 |
+
#~ msgstr "Per favore, inserire una %s valida ed una %s valida"
|
922 |
+
|
923 |
+
#~ msgid "Unable to contact the remote server, please try again later. Thanks!"
|
924 |
+
#~ msgstr "Impossibile contattare il server remoto, prova più tardi. Grazie!"
|
925 |
+
|
926 |
+
#~ msgid "email address"
|
927 |
+
#~ msgstr "email"
|
928 |
+
|
929 |
+
#~ msgid "license key"
|
930 |
+
#~ msgstr "chiave di licenza"
|
931 |
+
|
932 |
+
#~ msgid "Are you sure you want to deactivate the license for current site?"
|
933 |
+
#~ msgstr "Sei sicuro di voler disattivare la licenza per questo sito?"
|
934 |
+
|
935 |
+
#~ msgid "Invalid Request"
|
936 |
+
#~ msgstr "Richiesta non valida"
|
937 |
+
|
938 |
+
#~ msgid "Invalid license key"
|
939 |
+
#~ msgstr "Chiave di licenza non valida"
|
940 |
+
|
941 |
+
#~ msgid "Software has been deactivated"
|
942 |
+
#~ msgstr "Il software è stato disattivato"
|
943 |
+
|
944 |
+
#~ msgid "Maximum number of activations exceeded"
|
945 |
+
#~ msgstr "Hai raggiunto il numero massimo di attivazioni"
|
946 |
+
|
947 |
+
#~ msgid "Invalid instance ID"
|
948 |
+
#~ msgstr "Istanza ID non valida"
|
949 |
+
|
950 |
+
#~ msgid "Invalid security key"
|
951 |
+
#~ msgstr "Chiave di sicurezza non valida"
|
952 |
+
|
953 |
+
#~ msgid "License key has expired"
|
954 |
+
#~ msgstr "La chiave di licenza è scaduta"
|
955 |
+
|
956 |
+
#~ msgid "License key has been banned"
|
957 |
+
#~ msgstr "La chiave di licenza è stata bloccata"
|
958 |
+
|
959 |
+
#~ msgid "Current product is not included in your YITH Club Subscription key"
|
960 |
+
#~ msgstr ""
|
961 |
+
#~ "Questo prodotto non è incluso nella tua licenze YITH Club Subscription"
|
962 |
+
|
963 |
+
#~ msgid "Great"
|
964 |
+
#~ msgstr "Grande!"
|
965 |
+
|
966 |
+
#~ msgid "License successfully activated"
|
967 |
+
#~ msgstr "Licenza attivata con successo"
|
968 |
+
|
969 |
+
#~ msgid "License key deactivated for website"
|
970 |
+
#~ msgstr "Chiave di licenza disattivata per il sito web"
|
971 |
+
|
972 |
+
#~ msgid "License Activation"
|
973 |
+
#~ msgstr "Attivazione licenza"
|
974 |
+
|
975 |
+
#~ msgctxt ""
|
976 |
+
#~ "[Part of]: Warning! You didn't set license key for the following products:"
|
977 |
+
#~ "[Plugins List] which means you're missing out on updates and support. "
|
978 |
+
#~ "Enter your license key, please."
|
979 |
+
#~ msgid "You didn't set license key for the following products"
|
980 |
+
#~ msgstr "Non hai impostato la chiave di licenza per i seguenti prodotti"
|
981 |
+
|
982 |
+
#~ msgctxt ""
|
983 |
+
#~ "[Part of]: Warning! You didn't set license key for the following products:"
|
984 |
+
#~ "[Plugins List] which means you're missing out on updates and support. "
|
985 |
+
#~ "Enter your license key, please."
|
986 |
+
#~ msgid "which means you're missing out on updates and support"
|
987 |
+
#~ msgstr "il che significa che ti stai perdendo aggiornamenti e supporto"
|
988 |
+
|
989 |
+
#~ msgctxt ""
|
990 |
+
#~ "[Part of]: Warning! You didn't set license key for the following products:"
|
991 |
+
#~ "[Plugins List] which means you're missing out on updates and support. "
|
992 |
+
#~ "Enter your license key, please."
|
993 |
+
#~ msgid "Enter your license key"
|
994 |
+
#~ msgstr "Inserisci la tua chiave di licenza"
|
995 |
+
|
996 |
+
#~ msgctxt ""
|
997 |
+
#~ "[Part of]: Warning! You didn't set license key for the following products:"
|
998 |
+
#~ "[Plugins List] which means you're missing out on updates and support. "
|
999 |
+
#~ "Enter your license key, please."
|
1000 |
+
#~ msgid "please"
|
1001 |
+
#~ msgstr "per favore"
|
1002 |
+
|
1003 |
+
#~ msgid "%s"
|
1004 |
+
#~ msgstr "%s"
|
1005 |
+
|
1006 |
+
#~ msgid ""
|
1007 |
+
#~ "I cannot find the license key for activating the theme I have bought some "
|
1008 |
+
#~ "time ago. Where can I find it?"
|
1009 |
+
#~ msgstr ""
|
1010 |
+
#~ "Non riesco a trovare la chiave di licenza per l'attivazione del tema che "
|
1011 |
+
#~ "ho acquistato diverso tempo fa. Dove posso trovarla?"
|
1012 |
+
|
1013 |
+
#~ msgid ""
|
1014 |
+
#~ "If you have purchased one of our products before 27 January 2015, you can "
|
1015 |
+
#~ "benefit from support and updates (the services offered with the license)\n"
|
1016 |
+
#~ " until 27 January 2016 and you do not have to purchase "
|
1017 |
+
#~ "it again to get a new license key, because, before this date, your "
|
1018 |
+
#~ "license used to be activated automatically by our system.\n"
|
1019 |
+
#~ " After 27 January 2016, instead, if you want to "
|
1020 |
+
#~ "benefit from support and updates you have to buy a new license and "
|
1021 |
+
#~ "activate it through the license key you will be\n"
|
1022 |
+
#~ " provided with and that you can find in your YITH "
|
1023 |
+
#~ "account, in section \"My licenses\"."
|
1024 |
+
#~ msgstr ""
|
1025 |
+
#~ "Se hai acquistato uno dei nostri prodotti prima del 27 gennaio 2015, "
|
1026 |
+
#~ "potrai usufruire di supporto e aggiornamenti (servizi inclusi nella "
|
1027 |
+
#~ "licenza)\n"
|
1028 |
+
#~ "fino al 27 gennaio 2016 e non dovrai riacquistare il prodotto per "
|
1029 |
+
#~ "ottenere una chiave di licenza, poiché prima di questa data il tuo "
|
1030 |
+
#~ "prodotto veniva automaticamente attivato dal nostro sistema.\n"
|
1031 |
+
#~ "Dopo il 27 gennaio 2016, invece, se vorrai usufruire di supporto e "
|
1032 |
+
#~ "aggiornamenti dovrai acquistare una nuova licenza e attivarla con il "
|
1033 |
+
#~ "codice che ti verrà\n"
|
1034 |
+
#~ "fornito e che puoi trovare nella tua area riservata su YITH, nella "
|
1035 |
+
#~ "sezione \"My licenses\"."
|
1036 |
+
|
1037 |
+
#~ msgid "YITH License Activation"
|
1038 |
+
#~ msgstr "Attivazione licenza YITH"
|
1039 |
+
|
1040 |
+
#~ msgid "License expiry date"
|
1041 |
+
#~ msgstr "Data di scadenza della licenza"
|
1042 |
+
|
1043 |
+
#~ msgid ""
|
1044 |
+
#~ "If you have renewed your product license key and the expiry date does not "
|
1045 |
+
#~ "appear up-to-date, please, click on the button <em>Check Expiry Date</em> "
|
1046 |
+
#~ "below and it will update."
|
1047 |
+
#~ msgstr ""
|
1048 |
+
#~ "Se hai rinnovato la chiave di licenza del tuo prodotto e la data di "
|
1049 |
+
#~ "scadenza non risulta aggiornata, ti invitiamo a fare clic sul pulsante "
|
1050 |
+
#~ "<em>Check Expiry Date</em> in modo da aggiornarla."
|
1051 |
+
|
1052 |
+
#~ msgid "Check expiry date"
|
1053 |
+
#~ msgstr "Controlla la data di scadenza"
|
1054 |
+
|
1055 |
+
#~ msgid "Product to activate"
|
1056 |
+
#~ msgid_plural "Products to activate"
|
1057 |
+
#~ msgstr[0] "Prodotto da attivare"
|
1058 |
+
#~ msgstr[1] "Prodotti da attivare"
|
1059 |
+
|
1060 |
+
#~ msgid "Are you having issues with the license activation?"
|
1061 |
+
#~ msgstr "Stai riscontrando problemi con l'attivazione della licenza?"
|
1062 |
+
|
1063 |
+
#~ msgid "Read this article"
|
1064 |
+
#~ msgstr "Leggi questo articolo"
|
1065 |
+
|
1066 |
+
#~ msgid "Activate"
|
1067 |
+
#~ msgstr "Attiva"
|
1068 |
+
|
1069 |
+
#~ msgid "Activated"
|
1070 |
+
#~ msgstr "Attivato"
|
1071 |
+
|
1072 |
+
#~ msgid "Product Name"
|
1073 |
+
#~ msgstr "Nome prodotto"
|
1074 |
+
|
1075 |
+
#~ msgid "Email"
|
1076 |
+
#~ msgstr "Email"
|
1077 |
+
|
1078 |
+
#~ msgid "License Key"
|
1079 |
+
#~ msgstr "Chiave di licenza"
|
1080 |
+
|
1081 |
+
#~ msgid "Expires"
|
1082 |
+
#~ msgstr "Scadenza"
|
1083 |
+
|
1084 |
+
#~ msgid "Remaining"
|
1085 |
+
#~ msgstr "Tempo rimanente"
|
1086 |
+
|
1087 |
+
#~ msgid "Club Subscription"
|
1088 |
+
#~ msgstr "Club Subscription"
|
1089 |
+
|
1090 |
+
#~ msgid "%1s out of %2s"
|
1091 |
+
#~ msgstr "%1s di %2s"
|
1092 |
+
|
1093 |
+
#~ msgid "Deactivate"
|
1094 |
+
#~ msgstr "Disattiva"
|
1095 |
+
|
1096 |
+
#~ msgid "Renew"
|
1097 |
+
#~ msgstr "Rinnova"
|
1098 |
+
|
1099 |
+
#~ msgid "Banned"
|
1100 |
+
#~ msgstr "Bloccato"
|
1101 |
+
|
1102 |
+
#~ msgid "Expired"
|
1103 |
+
#~ msgstr "Non più valido"
|
1104 |
+
|
1105 |
+
#~ msgid "Order again"
|
1106 |
+
#~ msgstr "Acquista di nuovo"
|
1107 |
+
|
1108 |
+
#~ msgid "Renew license"
|
1109 |
+
#~ msgstr "Rinnova la licenza"
|
1110 |
+
|
1111 |
+
#~ msgid "Select All"
|
1112 |
+
#~ msgstr "Seleziona tutto"
|
1113 |
+
|
1114 |
+
#~ msgid "Deselect All"
|
1115 |
+
#~ msgstr "Deseleziona tutto"
|
1116 |
|
1117 |
#~ msgid ""
|
1118 |
#~ "Have you updated your licenses? Have you asked for an extension? Update "
|
1180 |
#~ msgid "Theme Icon"
|
1181 |
#~ msgstr "Icona tema"
|
1182 |
|
|
|
|
|
|
|
1183 |
#~ msgid "None"
|
1184 |
#~ msgstr "Nessuno"
|
1185 |
|
|
|
|
|
|
|
|
|
|
|
|
|
1186 |
#~ msgid "Field Title"
|
1187 |
#~ msgstr "Titolo campo"
|
1188 |
|
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,1121 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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: YITH <plugins@yithemes.com>\n"
|
7 |
+
"POT-Creation-Date: 2020-03-11 14:03:11+00:00\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/yit-cpt-unlimited.php:462 lib/yit-cpt-unlimited.php:576
|
26 |
+
#: lib/yit-cpt-unlimited.php:721 lib/yit-cpt-unlimited.php:1636
|
27 |
+
msgid "Add %s"
|
28 |
+
msgstr "Toevoegen %s"
|
29 |
+
|
30 |
+
#: lib/yit-cpt-unlimited.php:463 lib/yit-cpt-unlimited.php:577
|
31 |
+
msgid "Add New %s"
|
32 |
+
msgstr "Nieuwe toevoegen %s"
|
33 |
+
|
34 |
+
#: lib/yit-cpt-unlimited.php:464 lib/yit-cpt-unlimited.php:578
|
35 |
+
#: lib/yit-cpt-unlimited.php:1269 lib/yit-cpt-unlimited.php:1306
|
36 |
+
msgid "Edit %s"
|
37 |
+
msgstr "Bewerk %s"
|
38 |
+
|
39 |
+
#: lib/yit-cpt-unlimited.php:465 lib/yit-cpt-unlimited.php:579
|
40 |
+
msgid "New %s"
|
41 |
+
msgstr "Nieuwe %s"
|
42 |
+
|
43 |
+
#: lib/yit-cpt-unlimited.php:466 lib/yit-cpt-unlimited.php:580
|
44 |
+
msgid "All %s"
|
45 |
+
msgstr "Alle %s"
|
46 |
+
|
47 |
+
#: lib/yit-cpt-unlimited.php:467 lib/yit-cpt-unlimited.php:581
|
48 |
+
#: lib/yit-cpt-unlimited.php:1253 lib/yit-cpt-unlimited.php:1307
|
49 |
+
msgid "View %s"
|
50 |
+
msgstr "Bekijk %s"
|
51 |
+
|
52 |
+
#: lib/yit-cpt-unlimited.php:468 lib/yit-cpt-unlimited.php:582
|
53 |
+
msgid "Search %s"
|
54 |
+
msgstr "Zoek %s"
|
55 |
+
|
56 |
+
#: lib/yit-cpt-unlimited.php:469 lib/yit-cpt-unlimited.php:583
|
57 |
+
msgid "No %s found"
|
58 |
+
msgstr "Geen %s gevonden"
|
59 |
+
|
60 |
+
#: lib/yit-cpt-unlimited.php:470 lib/yit-cpt-unlimited.php:584
|
61 |
+
msgid "No %s found in Trash"
|
62 |
+
msgstr "Geen %s gevonden in prullenbak"
|
63 |
+
|
64 |
+
#: lib/yit-cpt-unlimited.php:629 templates/fields/ajax-terms.php:56
|
65 |
+
msgid "Search Categories"
|
66 |
+
msgstr "Zoek categorieën"
|
67 |
+
|
68 |
+
#: lib/yit-cpt-unlimited.php:630
|
69 |
+
msgid "All Categories"
|
70 |
+
msgstr "Alle Categorieën"
|
71 |
+
|
72 |
+
#: lib/yit-cpt-unlimited.php:631
|
73 |
+
msgid "Parent Category"
|
74 |
+
msgstr "Hoofdcategorie"
|
75 |
+
|
76 |
+
#: lib/yit-cpt-unlimited.php:632
|
77 |
+
msgid "Parent Category:"
|
78 |
+
msgstr "Hoofdcategorie:"
|
79 |
+
|
80 |
+
#: lib/yit-cpt-unlimited.php:633
|
81 |
+
msgid "Edit Category"
|
82 |
+
msgstr "Bewerk Categorie"
|
83 |
+
|
84 |
+
#: lib/yit-cpt-unlimited.php:634
|
85 |
+
msgid "Update Category"
|
86 |
+
msgstr "Categorie bijwerken"
|
87 |
+
|
88 |
+
#: lib/yit-cpt-unlimited.php:635
|
89 |
+
msgid "Add New Category"
|
90 |
+
msgstr "Nieuwe categorie toevoegen"
|
91 |
+
|
92 |
+
#: lib/yit-cpt-unlimited.php:636
|
93 |
+
msgid "New Category Name"
|
94 |
+
msgstr "Nieuwe categorienaam"
|
95 |
+
|
96 |
+
#: lib/yit-cpt-unlimited.php:637
|
97 |
+
msgid "Category"
|
98 |
+
msgstr "Catogorie"
|
99 |
+
|
100 |
+
#: lib/yit-cpt-unlimited.php:726
|
101 |
+
msgid "Categories"
|
102 |
+
msgstr "Categorieën"
|
103 |
+
|
104 |
+
#: lib/yit-cpt-unlimited.php:1044
|
105 |
+
msgid "%s Settings"
|
106 |
+
msgstr "%s instellingen"
|
107 |
+
|
108 |
+
#: lib/yit-cpt-unlimited.php:1050 lib/yit-cpt-unlimited.php:1198
|
109 |
+
#: lib/yit-cpt-unlimited.php:1204 lib/yit-plugin-panel.php:80
|
110 |
+
msgid "Settings"
|
111 |
+
msgstr "Instellingen"
|
112 |
+
|
113 |
+
#: lib/yit-cpt-unlimited.php:1053
|
114 |
+
msgid "Type"
|
115 |
+
msgstr "Type"
|
116 |
+
|
117 |
+
#: lib/yit-cpt-unlimited.php:1054
|
118 |
+
msgid "Layout for this %s"
|
119 |
+
msgstr "De lay-out hiervoor %s"
|
120 |
+
|
121 |
+
#: lib/yit-cpt-unlimited.php:1060
|
122 |
+
msgid "Rewrite"
|
123 |
+
msgstr "Herschrijf"
|
124 |
+
|
125 |
+
#: lib/yit-cpt-unlimited.php:1061
|
126 |
+
msgid ""
|
127 |
+
"Univocal identification name in the URL for each product (slug from post if "
|
128 |
+
"empty)"
|
129 |
+
msgstr ""
|
130 |
+
"Eenduidige identificatie naam in de URL voor elk product (slug uit post "
|
131 |
+
"indien leeg)"
|
132 |
+
|
133 |
+
#: lib/yit-cpt-unlimited.php:1066
|
134 |
+
msgid "Label in Singular"
|
135 |
+
msgstr "Label in enkelvoud"
|
136 |
+
|
137 |
+
#: lib/yit-cpt-unlimited.php:1067
|
138 |
+
msgid "Set a label in singular (title of portfolio if empty)"
|
139 |
+
msgstr ""
|
140 |
+
"Stel een label in enkelvoud in (titel van het portfolio als deze niet wordt "
|
141 |
+
"ingevuld)"
|
142 |
+
|
143 |
+
#: lib/yit-cpt-unlimited.php:1072
|
144 |
+
msgid "Label in Plural"
|
145 |
+
msgstr "Label in meervoud"
|
146 |
+
|
147 |
+
#: lib/yit-cpt-unlimited.php:1073
|
148 |
+
msgid "Set a label in plural (title of portfolio if empty)"
|
149 |
+
msgstr ""
|
150 |
+
"Stel een label in meervoud in (titel van het portfolio als deze niet wordt "
|
151 |
+
"ingevuld)"
|
152 |
+
|
153 |
+
#: lib/yit-cpt-unlimited.php:1078
|
154 |
+
msgid "Taxonomy"
|
155 |
+
msgstr "Taxonomie"
|
156 |
+
|
157 |
+
#: lib/yit-cpt-unlimited.php:1079
|
158 |
+
msgid ""
|
159 |
+
"If you want to use categories in the portfolio, set a name for taxonomy. "
|
160 |
+
"Name should be a slug (must not contain capital letters nor spaces) and must "
|
161 |
+
"not be more than 32 characters long (database structure restriction)."
|
162 |
+
msgstr ""
|
163 |
+
"Wilt u categorieën gebruiken in de portfolio, stel dan een naam voor "
|
164 |
+
"taxonomie. Naam moet een ’slug’ zijn (mag geen hoofdletters of spaties "
|
165 |
+
"bevatten) en mag niet meer zijn dan 32 tekens lang (database structuur "
|
166 |
+
"beperking)."
|
167 |
+
|
168 |
+
#: lib/yit-cpt-unlimited.php:1084
|
169 |
+
msgid "Taxonomy Rewrite"
|
170 |
+
msgstr "Taxonomie herschrijven"
|
171 |
+
|
172 |
+
#: lib/yit-cpt-unlimited.php:1085
|
173 |
+
msgid "Set univocal name for each category page URL."
|
174 |
+
msgstr "Stel een unieke naam in voor elke categorie pagina URL."
|
175 |
+
|
176 |
+
#: lib/yit-cpt-unlimited.php:1090
|
177 |
+
msgid "Single layout"
|
178 |
+
msgstr "Single lay-out"
|
179 |
+
|
180 |
+
#: lib/yit-cpt-unlimited.php:1091
|
181 |
+
msgid "Layout for single page of this portfolio"
|
182 |
+
msgstr "Lay-out voor single pagina van dit portfolio"
|
183 |
+
|
184 |
+
#: lib/yit-cpt-unlimited.php:1132
|
185 |
+
msgid "layout settings"
|
186 |
+
msgstr "Lay-out instellingen"
|
187 |
+
|
188 |
+
#: lib/yit-cpt-unlimited.php:1224 lib/yit-cpt-unlimited.php:1237
|
189 |
+
msgid "Quick links"
|
190 |
+
msgstr "Snelle links"
|
191 |
+
|
192 |
+
#: lib/yit-cpt-unlimited.php:1477
|
193 |
+
msgid "Show frontend of the %s"
|
194 |
+
msgstr "Toon frontend van de %s"
|
195 |
+
|
196 |
+
#: lib/yit-cpt-unlimited.php:1484 templates/fields/customtabs.php:46
|
197 |
+
#: templates/fields/customtabs.php:89
|
198 |
+
msgid "Name"
|
199 |
+
msgstr "Naam"
|
200 |
+
|
201 |
+
#: lib/yit-cpt-unlimited.php:1635
|
202 |
+
msgid "Add %s from images"
|
203 |
+
msgstr "Voeg %s toe vanaf afbeeldingen"
|
204 |
+
|
205 |
+
#: lib/yit-cpt-unlimited.php:1638
|
206 |
+
msgid "Upload multiple files"
|
207 |
+
msgstr "Upload meerdere bestanden"
|
208 |
+
|
209 |
+
#: lib/yit-plugin-panel-wc.php:399
|
210 |
+
msgid "The changes you have made will be lost if you leave this page."
|
211 |
+
msgstr "Als je deze pagina verlaat zullen alle wijzigingen verloren gaan."
|
212 |
+
|
213 |
+
#: lib/yit-plugin-panel.php:79
|
214 |
+
msgid "Plugin Settings"
|
215 |
+
msgstr "Plugin instellingen"
|
216 |
+
|
217 |
+
#: lib/yit-plugin-panel.php:425 lib/yit-plugin-panel.php:428
|
218 |
+
msgid "How to install premium version"
|
219 |
+
msgstr "Hoe installeer ik de premium versie"
|
220 |
+
|
221 |
+
#: lib/yit-plugin-panel.php:572 lib/yit-plugin-subpanel.php:151
|
222 |
+
#: templates/panel/woocommerce/woocommerce-form.php:14
|
223 |
+
msgid "Save Changes"
|
224 |
+
msgstr "Wijzigingen opslaan"
|
225 |
+
|
226 |
+
#: lib/yit-plugin-panel.php:575 lib/yit-plugin-subpanel.php:154
|
227 |
+
#: templates/panel/woocommerce/woocommerce-form.php:17
|
228 |
+
msgid ""
|
229 |
+
"If you continue with this action, you will reset all options in this page."
|
230 |
+
msgstr "Als u deze actie voortzet, zult u alle opties op deze pagina resetten."
|
231 |
+
|
232 |
+
#: lib/yit-plugin-panel.php:577 lib/yit-plugin-subpanel.php:156
|
233 |
+
msgid "Reset to default"
|
234 |
+
msgstr "Resetten naar standaard"
|
235 |
+
|
236 |
+
#: lib/yit-plugin-panel.php:578 lib/yit-plugin-subpanel.php:157
|
237 |
+
#: templates/panel/woocommerce/woocommerce-form.php:21
|
238 |
+
msgid "Are you sure?"
|
239 |
+
msgstr "Weet u het zeker?"
|
240 |
+
|
241 |
+
#: lib/yit-plugin-panel.php:776
|
242 |
+
msgid ""
|
243 |
+
"The element you have entered already exists. Please, enter another name."
|
244 |
+
msgstr "Het element dat u hebt ingevoerd bestaat al. Voer een andere naam in."
|
245 |
+
|
246 |
+
#: lib/yit-plugin-panel.php:777
|
247 |
+
msgid "Settings saved"
|
248 |
+
msgstr "Instellingen opgeslagen"
|
249 |
+
|
250 |
+
#: lib/yit-plugin-panel.php:778
|
251 |
+
msgid "Settings reset"
|
252 |
+
msgstr "Instellingen resetten"
|
253 |
+
|
254 |
+
#: lib/yit-plugin-panel.php:779
|
255 |
+
msgid "Element deleted correctly."
|
256 |
+
msgstr "Element succesvol verwijderd."
|
257 |
+
|
258 |
+
#: lib/yit-plugin-panel.php:780 lib/yit-plugin-panel.php:781
|
259 |
+
msgid "Element updated correctly."
|
260 |
+
msgstr "Element juist bijgewerkt."
|
261 |
+
|
262 |
+
#: lib/yit-plugin-panel.php:782
|
263 |
+
msgid "Database imported correctly."
|
264 |
+
msgstr "Database juist geïmporteerd."
|
265 |
+
|
266 |
+
#: lib/yit-plugin-panel.php:783
|
267 |
+
msgid "An error has occurred during import. Please try again."
|
268 |
+
msgstr "Er is een fout opgetreden tijdens importeren. Probeer opnieuw."
|
269 |
+
|
270 |
+
#: lib/yit-plugin-panel.php:784
|
271 |
+
msgid "The added file is not valid."
|
272 |
+
msgstr "Het toegevoegde bestand is ongeldig."
|
273 |
+
|
274 |
+
#: lib/yit-plugin-panel.php:785
|
275 |
+
msgid "Sorry, import is disabled."
|
276 |
+
msgstr "Sorry, importeren is uitgeschakeld."
|
277 |
+
|
278 |
+
#: lib/yit-plugin-panel.php:786
|
279 |
+
msgid "Sorting successful."
|
280 |
+
msgstr "Sorteren succesvol."
|
281 |
+
|
282 |
+
#: lib/yit-plugin-panel.php:1234
|
283 |
+
msgid "We need your support"
|
284 |
+
msgstr "We hebben uw hulp nodig"
|
285 |
+
|
286 |
+
#: lib/yit-plugin-panel.php:1235
|
287 |
+
msgid "to keep updating and improving the plugin. Please,"
|
288 |
+
msgstr "om de plugin te blijven updaten en verbeteren. A.u.b.,"
|
289 |
+
|
290 |
+
#: lib/yit-plugin-panel.php:1237
|
291 |
+
msgid "help us by leaving a five-star rating"
|
292 |
+
msgstr "help ons door een vijf-sterenbeoordeling achter te laten"
|
293 |
+
|
294 |
+
#: lib/yit-plugin-panel.php:1238
|
295 |
+
msgid ":) Thanks!"
|
296 |
+
msgstr ":) Bedankt!"
|
297 |
+
|
298 |
+
#: lib/yit-pointers.php:70
|
299 |
+
msgid "Plugins Activated"
|
300 |
+
msgstr "Plugins geactiveerd"
|
301 |
+
|
302 |
+
#: lib/yit-pointers.php:71
|
303 |
+
msgid ""
|
304 |
+
"From now on, you can find all plugin options in YITH Plugins menu.\n"
|
305 |
+
" Plugin customization settings will be "
|
306 |
+
"available as a new entry in YITH Plugins menu."
|
307 |
+
msgstr ""
|
308 |
+
"Vanaf nu kunt u alle plugin opties vinden onder het YITH Plugins menu.\n"
|
309 |
+
" Plugin aanpassing instellingen zullen "
|
310 |
+
"beschikbaar zijn als een nieuwe toegang in YITH Plugins menu."
|
311 |
+
|
312 |
+
#: lib/yit-pointers.php:73 lib/yit-pointers.php:89
|
313 |
+
msgid "Discover all our plugins available on:"
|
314 |
+
msgstr "Ontdek al onze beschikbare plugins op:"
|
315 |
+
|
316 |
+
#: lib/yit-pointers.php:74 lib/yit-pointers.php:90
|
317 |
+
msgid "and"
|
318 |
+
msgstr "en"
|
319 |
+
|
320 |
+
#: lib/yit-pointers.php:84
|
321 |
+
msgid "Plugins Upgraded"
|
322 |
+
msgstr "Plugins geüpgraded"
|
323 |
+
|
324 |
+
#: lib/yit-pointers.php:85
|
325 |
+
msgid ""
|
326 |
+
"From now on, you can find the option panel of YITH plugins in YITH Plugins "
|
327 |
+
"menu.\n"
|
328 |
+
" Every time one of our plugins is added, "
|
329 |
+
"a new entry will be added to this menu.\n"
|
330 |
+
" For example, after the update, plugin "
|
331 |
+
"options (such as for YITH WooCommerce Wishlist, YITH WooCommerce Ajax "
|
332 |
+
"Search, etc.)\n"
|
333 |
+
" will be moved from previous location to "
|
334 |
+
"YITH Plugins tab."
|
335 |
+
msgstr ""
|
336 |
+
"Vanaf nu kunt u het optie paneel van YITH plugins vinden in het YITH Plugins "
|
337 |
+
"menu.\n"
|
338 |
+
" Telkens wanneer een nieuwe plugin wordt "
|
339 |
+
"toegevoegd, komt er een regel bij in dit menu.\n"
|
340 |
+
" Voorbeeld, na de update, plugin opties "
|
341 |
+
"(zoals YITH WooCommerce Wishlist, YITH WooCommerce Ajax Search, etc.)\n"
|
342 |
+
" zullen worden verplaatst van de vorige "
|
343 |
+
"locatie naar de YITH Plugins tab."
|
344 |
+
|
345 |
+
#: lib/yith-dashboard.php:40
|
346 |
+
msgid "YITH Latest Updates"
|
347 |
+
msgstr "Laatste updates YITH"
|
348 |
+
|
349 |
+
#: lib/yith-dashboard.php:41
|
350 |
+
msgid "Latest news from YITH Blog"
|
351 |
+
msgstr "Laatste nieuws van YITH Blog"
|
352 |
+
|
353 |
+
#: lib/yith-dashboard.php:65
|
354 |
+
msgid "RSS Error:"
|
355 |
+
msgstr "RSS Fout:"
|
356 |
+
|
357 |
+
#: lib/yith-dashboard.php:71
|
358 |
+
msgid ""
|
359 |
+
"An error has occurred, which probably means the feed is down. Try again "
|
360 |
+
"later."
|
361 |
+
msgstr ""
|
362 |
+
"Er is een fout opgetreden, wat waarschijnlijk betekend dat de feed uit te "
|
363 |
+
"lucht is. Probeer het later opnieuw."
|
364 |
+
|
365 |
+
#: lib/yith-system-status.php:105
|
366 |
+
msgid "WordPress Version"
|
367 |
+
msgstr "WordPress Versie"
|
368 |
+
|
369 |
+
#: lib/yith-system-status.php:106
|
370 |
+
msgid "WooCommerce Version"
|
371 |
+
msgstr "WooCommerce Versie"
|
372 |
+
|
373 |
+
#: lib/yith-system-status.php:107
|
374 |
+
msgid "Available Memory"
|
375 |
+
msgstr "Beschikbaar geheugen"
|
376 |
+
|
377 |
+
#: lib/yith-system-status.php:108
|
378 |
+
msgid "PHP Version"
|
379 |
+
msgstr "PHP Versie"
|
380 |
+
|
381 |
+
#: lib/yith-system-status.php:109
|
382 |
+
msgid "TLS Version"
|
383 |
+
msgstr "TLS Versie"
|
384 |
+
|
385 |
+
#: lib/yith-system-status.php:110
|
386 |
+
msgid "WordPress Cron"
|
387 |
+
msgstr "WordPress Cron"
|
388 |
+
|
389 |
+
#: lib/yith-system-status.php:111
|
390 |
+
msgid "SimpleXML"
|
391 |
+
msgstr "SimpleXML"
|
392 |
+
|
393 |
+
#: lib/yith-system-status.php:112
|
394 |
+
msgid "MultiByte String"
|
395 |
+
msgstr "MultiByte String"
|
396 |
+
|
397 |
+
#: lib/yith-system-status.php:113
|
398 |
+
msgid "ImageMagick Version"
|
399 |
+
msgstr "ImageMagick Versie"
|
400 |
+
|
401 |
+
#: lib/yith-system-status.php:114
|
402 |
+
msgid "GD Library"
|
403 |
+
msgstr "GD Library"
|
404 |
+
|
405 |
+
#: lib/yith-system-status.php:115
|
406 |
+
msgid "Iconv Module"
|
407 |
+
msgstr "Iconv Module"
|
408 |
+
|
409 |
+
#: lib/yith-system-status.php:116
|
410 |
+
msgid "OPCache Save Comments"
|
411 |
+
msgstr "OPCache Save Comments"
|
412 |
+
|
413 |
+
#: lib/yith-system-status.php:117
|
414 |
+
msgid "URL FOpen"
|
415 |
+
msgstr "URL FOpen"
|
416 |
+
|
417 |
+
#: lib/yith-system-status.php:135 lib/yith-system-status.php:136
|
418 |
+
msgid "System Status"
|
419 |
+
msgstr "Systeem Status"
|
420 |
+
|
421 |
+
#: lib/yith-system-status.php:179
|
422 |
+
msgid "YITH Plugins"
|
423 |
+
msgstr "YITH Plugins"
|
424 |
+
|
425 |
+
#: lib/yith-system-status.php:180
|
426 |
+
msgid "WooCommerce"
|
427 |
+
msgstr "WooCommerce"
|
428 |
+
|
429 |
+
#: lib/yith-system-status.php:297
|
430 |
+
msgid "Warning!"
|
431 |
+
msgstr "Waarschuwing!"
|
432 |
+
|
433 |
+
#: lib/yith-system-status.php:298
|
434 |
+
msgid ""
|
435 |
+
"The system check has detected some compatibility issues on your "
|
436 |
+
"installation. %sClick here%s to know more"
|
437 |
+
msgstr ""
|
438 |
+
"Het systeem heeft enkele compatibiliteitsproblemen gevonden op uw "
|
439 |
+
"installatie. %sKlik hier%s om meer te weten te komen"
|
440 |
+
|
441 |
+
#: templates/fields/ajax-customers.php:57
|
442 |
+
msgid "Search Customers"
|
443 |
+
msgstr "Zoek klanten"
|
444 |
+
|
445 |
+
#: templates/fields/ajax-customers.php:83
|
446 |
+
#: templates/fields/ajax-customers.php:93
|
447 |
+
msgid "%1$s (#%2$s – %3$s)"
|
448 |
+
msgstr "%1$s (#%2$s – %3$s)"
|
449 |
+
|
450 |
+
#: templates/fields/ajax-posts.php:57
|
451 |
+
msgid "Search Posts"
|
452 |
+
msgstr "Posts zoeken"
|
453 |
+
|
454 |
+
#: templates/fields/ajax-products.php:16
|
455 |
+
msgid "Search Product"
|
456 |
+
msgstr "Product zoeken"
|
457 |
+
|
458 |
+
#: templates/fields/customtabs.php:28
|
459 |
+
msgid "Close all"
|
460 |
+
msgstr "Sluit allen"
|
461 |
+
|
462 |
+
#: templates/fields/customtabs.php:28
|
463 |
+
msgid "Expand all"
|
464 |
+
msgstr "Alles uitvouwen"
|
465 |
+
|
466 |
+
#: templates/fields/customtabs.php:37 templates/fields/customtabs.php:81
|
467 |
+
msgid "Remove"
|
468 |
+
msgstr "Verwijderen"
|
469 |
+
|
470 |
+
#: templates/fields/customtabs.php:52 templates/fields/customtabs.php:94
|
471 |
+
msgid "Value"
|
472 |
+
msgstr "Waarde"
|
473 |
+
|
474 |
+
#: templates/fields/customtabs.php:53 templates/fields/customtabs.php:95
|
475 |
+
msgid "Content of the tab. (HTML is supported)"
|
476 |
+
msgstr "Inhoud van tabblad. (HTML wordt ondersteund)"
|
477 |
+
|
478 |
+
#: templates/fields/customtabs.php:65
|
479 |
+
msgid "Add custom product tab"
|
480 |
+
msgstr "Aangepaste product tabblad toevoegen"
|
481 |
+
|
482 |
+
#: templates/fields/customtabs.php:106
|
483 |
+
msgid "Do you want to remove the custom tab?"
|
484 |
+
msgstr "Wilt u het aangepaste tabblad verwijderen?"
|
485 |
+
|
486 |
+
#: templates/fields/date-format.php:50
|
487 |
+
msgid "Custom:"
|
488 |
+
msgstr "Aangepast:"
|
489 |
+
|
490 |
+
#: templates/fields/icons.php:58
|
491 |
+
msgid "Set Default"
|
492 |
+
msgstr "Instellen als standaard"
|
493 |
+
|
494 |
+
#: templates/fields/image-gallery.php:34 templates/fields/image-gallery.php:39
|
495 |
+
msgid "Delete image"
|
496 |
+
msgstr "Afbeelding verwijderen"
|
497 |
+
|
498 |
+
#: templates/fields/image-gallery.php:39
|
499 |
+
msgid "Add Images to Gallery"
|
500 |
+
msgstr "Afbeeldingen toevoegen aan galerij"
|
501 |
+
|
502 |
+
#: templates/fields/image-gallery.php:39
|
503 |
+
msgid "Add to gallery"
|
504 |
+
msgstr "Toevoegen aan galerij"
|
505 |
+
|
506 |
+
#: templates/fields/image-gallery.php:39
|
507 |
+
msgid "Add images"
|
508 |
+
msgstr "Afbeeldingen toevoegen"
|
509 |
+
|
510 |
+
#: templates/fields/image-gallery.php:39
|
511 |
+
msgid "Delete"
|
512 |
+
msgstr "Verwijderen"
|
513 |
+
|
514 |
+
#: templates/fields/select-buttons.php:21
|
515 |
+
msgid "Add All"
|
516 |
+
msgstr "Allen toevoegen"
|
517 |
+
|
518 |
+
#: templates/fields/select-buttons.php:34
|
519 |
+
msgid "Remove All"
|
520 |
+
msgstr "Allen verwijderen"
|
521 |
+
|
522 |
+
#: templates/fields/sidebars.php:22
|
523 |
+
msgid "Left sidebar"
|
524 |
+
msgstr "Sidebar links"
|
525 |
+
|
526 |
+
#: templates/fields/sidebars.php:25
|
527 |
+
msgid "Right sidebar"
|
528 |
+
msgstr "Sidebar rechts"
|
529 |
+
|
530 |
+
#: templates/fields/sidebars.php:28 templates/fields/sidebars.php:31
|
531 |
+
msgid "No sidebar"
|
532 |
+
msgstr "Geen sidebar"
|
533 |
+
|
534 |
+
#: templates/fields/sidebars.php:39
|
535 |
+
msgid "Left Sidebar"
|
536 |
+
msgstr "Linker sidebar"
|
537 |
+
|
538 |
+
#: templates/fields/sidebars.php:41 templates/fields/sidebars.php:54
|
539 |
+
msgid "Choose a sidebar"
|
540 |
+
msgstr "Kies een sidebar"
|
541 |
+
|
542 |
+
#: templates/fields/sidebars.php:52
|
543 |
+
msgid "Right Sidebar"
|
544 |
+
msgstr "Rechter sidebar"
|
545 |
+
|
546 |
+
#: templates/fields/upload.php:27 templates/metaboxes/types/icon-list.php:70
|
547 |
+
#: templates/panel/woocommerce/woocommerce-upload.php:40
|
548 |
+
msgid "Upload"
|
549 |
+
msgstr "Upload"
|
550 |
+
|
551 |
+
#: templates/fields/upload.php:29
|
552 |
+
msgid "Reset"
|
553 |
+
msgstr "Resetten"
|
554 |
+
|
555 |
+
#: templates/metaboxes/types/icon-list.php:76
|
556 |
+
msgid "Image preview"
|
557 |
+
msgstr "Voorbeeld afbeelding"
|
558 |
+
|
559 |
+
#: templates/metaboxes/types/icon-list.php:90
|
560 |
+
msgid "(Default: %s <img src=\"%s\"/>)"
|
561 |
+
msgstr "(Default: %s <img src=\"%s\"/>)"
|
562 |
+
|
563 |
+
#: templates/metaboxes/types/icon-list.php:92
|
564 |
+
msgid "(Default: <i %s></i> )"
|
565 |
+
msgstr "(Default: <i %s></i> )"
|
566 |
+
|
567 |
+
#: templates/panel/woocommerce/woocommerce-form.php:20
|
568 |
+
msgid "Reset Defaults"
|
569 |
+
msgstr "Herstellen naar standaard"
|
570 |
+
|
571 |
+
#: templates/sysinfo/system-information-panel.php:30
|
572 |
+
msgid "YITH System Information"
|
573 |
+
msgstr "YITH System Informatie"
|
574 |
+
|
575 |
+
#: templates/sysinfo/system-information-panel.php:38
|
576 |
+
msgid "Site URL"
|
577 |
+
msgstr "Site URL"
|
578 |
+
|
579 |
+
#: templates/sysinfo/system-information-panel.php:46
|
580 |
+
msgid "Output IP Address"
|
581 |
+
msgstr "Output IP Address"
|
582 |
+
|
583 |
+
#: templates/sysinfo/system-information-panel.php:76
|
584 |
+
msgid "Enabled"
|
585 |
+
msgstr "Ingeschakeld"
|
586 |
+
|
587 |
+
#: templates/sysinfo/system-information-panel.php:76
|
588 |
+
msgid "Disabled"
|
589 |
+
msgstr "Uitgeschakeld"
|
590 |
+
|
591 |
+
#: templates/sysinfo/system-information-panel.php:82
|
592 |
+
msgid "N/A"
|
593 |
+
msgstr "N.V.T"
|
594 |
+
|
595 |
+
#: templates/sysinfo/system-information-panel.php:96
|
596 |
+
msgid "%s needs %s enabled"
|
597 |
+
msgstr "%s heeft nodig %s ingeschakeld"
|
598 |
+
|
599 |
+
#: templates/sysinfo/system-information-panel.php:98
|
600 |
+
msgid "%s needs at least %s of available memory"
|
601 |
+
msgstr "%s heeft ten minste %s beschikbaar geheugen nodig"
|
602 |
+
|
603 |
+
#: templates/sysinfo/system-information-panel.php:100
|
604 |
+
#: templates/sysinfo/system-information-panel.php:149
|
605 |
+
msgid ""
|
606 |
+
"For optimal functioning of our plugins, we suggest setting at least %s of "
|
607 |
+
"available memory"
|
608 |
+
msgstr ""
|
609 |
+
"Voor het optimaal functioneren van de plugins, adviseren wij minstens %s "
|
610 |
+
"beschikbaar geheugen te hebben"
|
611 |
+
|
612 |
+
#: templates/sysinfo/system-information-panel.php:102
|
613 |
+
#: templates/sysinfo/system-information-panel.php:137
|
614 |
+
#: templates/sysinfo/system-information-panel.php:151
|
615 |
+
msgid ""
|
616 |
+
"Read more %s here%s or contact your hosting company in order to increase it."
|
617 |
+
msgstr ""
|
618 |
+
"Lees %s hier%s meer, of neem contact op met uw hostingmaatschappij om het te "
|
619 |
+
"verhogen."
|
620 |
+
|
621 |
+
#: templates/sysinfo/system-information-panel.php:105
|
622 |
+
msgid "%s needs at least %s version"
|
623 |
+
msgstr "%s heeft minstens %s versie nodig"
|
624 |
+
|
625 |
+
#: templates/sysinfo/system-information-panel.php:116
|
626 |
+
msgid ""
|
627 |
+
"Update it to the latest version in order to benefit of all new features and "
|
628 |
+
"security updates."
|
629 |
+
msgstr ""
|
630 |
+
"Bijwerken naar de nieuwste versie om te profiteren van alle nieuwe functies "
|
631 |
+
"en beveiligingsupdates."
|
632 |
+
|
633 |
+
#: templates/sysinfo/system-information-panel.php:122
|
634 |
+
msgid "Contact your hosting company in order to update it."
|
635 |
+
msgstr "Neem contact op met uw hostingmaatschappij om het bij te werken."
|
636 |
+
|
637 |
+
#: templates/sysinfo/system-information-panel.php:126
|
638 |
+
msgid "Remove %s from %s file"
|
639 |
+
msgstr "Verwijder %s uit %s bestand"
|
640 |
+
|
641 |
+
#: templates/sysinfo/system-information-panel.php:134
|
642 |
+
msgid "Contact your hosting company in order to enable it."
|
643 |
+
msgstr "Neem contact op met uw hostingmaatschappij om dit in te schakelen."
|
644 |
+
|
645 |
+
#: templates/sysinfo/system-information-panel.php:157
|
646 |
+
msgid ""
|
647 |
+
"We cannot determine which <b>TLS</b> version is installed because <b>cURL</"
|
648 |
+
"b> module is disabled. Ask your hosting company to enable it."
|
649 |
+
msgstr ""
|
650 |
+
"We kunnen niet bepalen welke <b>TLS</b> versie is geïnstalleerd omdat de "
|
651 |
+
"<b>cURL</b> module is uitgeschakeld. Vraag uw hostingmaatschappij om het in "
|
652 |
+
"te schakelen."
|
653 |
+
|
654 |
+
#: templates/sysinfo/system-information-panel.php:160
|
655 |
+
msgid ""
|
656 |
+
"<b>ImageMagick</b> module is not installed. Ask your hosting company to "
|
657 |
+
"install it."
|
658 |
+
msgstr ""
|
659 |
+
"<b>ImageMagick</b> module is niet geïnstalleerd. Vraag uw "
|
660 |
+
"hositngmaatschappij om het te installeren."
|
661 |
+
|
662 |
+
#: templates/sysinfo/system-information-panel.php:172
|
663 |
+
msgid "Show full PHPInfo"
|
664 |
+
msgstr "Toon volledige PHPInfo"
|
665 |
+
|
666 |
+
#: templates/sysinfo/system-information-panel.php:176
|
667 |
+
msgid "Back to System panel"
|
668 |
+
msgstr "Terug naar systeempaneel"
|
669 |
+
|
670 |
+
#: templates/sysinfo/system-information-panel.php:193
|
671 |
+
msgid "Back to top"
|
672 |
+
msgstr "Terug naar boven"
|
673 |
+
|
674 |
+
#: yit-plugin.php:194
|
675 |
+
msgid "License"
|
676 |
+
msgstr "Licentie"
|
677 |
+
|
678 |
+
#. Author of the plugin/theme
|
679 |
+
#, fuzzy
|
680 |
+
msgid "YITH"
|
681 |
+
msgstr "YITH"
|
682 |
+
|
683 |
+
#: lib/privacy/yit-privacy.php:24
|
684 |
+
msgctxt "Privacy Policy Guide Title"
|
685 |
+
msgid "YITH Plugins"
|
686 |
+
msgstr "YITH Plugins"
|
687 |
+
|
688 |
+
#: lib/privacy/yit-privacy.php:59
|
689 |
+
msgctxt "Privacy Policy Content"
|
690 |
+
msgid ""
|
691 |
+
"This sample language includes the basics around what personal data your "
|
692 |
+
"store may be collecting, storing and sharing, as well as who may have access "
|
693 |
+
"to that data. Depending on what settings are enabled and which additional "
|
694 |
+
"plugins are used, the specific information shared by your store will vary. "
|
695 |
+
"We recommend consulting with a lawyer when deciding what information to "
|
696 |
+
"disclose on your privacy policy."
|
697 |
+
msgstr ""
|
698 |
+
"Deze voorbeeldtaal bevat de basisinformatie over de persoonlijke gegevens "
|
699 |
+
"die je winkel mogelijk verzamelt, bewaart en deelt en wie toegang heeft tot "
|
700 |
+
"die gegevens. Afhankelijk van welke instellingen zijn ingeschakeld en welke "
|
701 |
+
"extra plug-ins worden gebruikt, varieert de specifieke informatie die door "
|
702 |
+
"je winkel wordt gedeeld. We raden je aan om een advocaat te raadplegen "
|
703 |
+
"wanneer je beslist welke informatie openbaar wordt gemaakt in je "
|
704 |
+
"privacybeleid."
|
705 |
+
|
706 |
+
#: lib/privacy/yit-privacy.php:63
|
707 |
+
msgctxt "Privacy Policy Content"
|
708 |
+
msgid "What we collect and store"
|
709 |
+
msgstr "Wat we verzamelen en bewaren"
|
710 |
+
|
711 |
+
#: lib/privacy/yit-privacy.php:66
|
712 |
+
msgctxt "Privacy Policy Content"
|
713 |
+
msgid "Who on our team has access"
|
714 |
+
msgstr "Wie in ons team heeft toegang"
|
715 |
+
|
716 |
+
#: lib/privacy/yit-privacy.php:69
|
717 |
+
msgctxt "Privacy Policy Content"
|
718 |
+
msgid "What we share with others"
|
719 |
+
msgstr "Wat we delen met anderen"
|
720 |
+
|
721 |
+
#: lib/privacy/yit-privacy.php:72
|
722 |
+
msgctxt "Privacy Policy Content"
|
723 |
+
msgid "Payments"
|
724 |
+
msgstr "Betalingen"
|
725 |
+
|
726 |
+
#: lib/yit-cpt-unlimited.php:627
|
727 |
+
msgctxt "taxonomy general name"
|
728 |
+
msgid "%s Categories"
|
729 |
+
msgstr "%s Categorieën"
|
730 |
+
|
731 |
+
#: lib/yit-cpt-unlimited.php:628
|
732 |
+
msgctxt "taxonomy singular name"
|
733 |
+
msgid "Category"
|
734 |
+
msgstr "Categorie"
|
735 |
+
|
736 |
+
#: lib/yith-dashboard.php:99
|
737 |
+
msgctxt "Plugin FW"
|
738 |
+
msgid "View Changelog"
|
739 |
+
msgstr "Bekijk wijzigingenlogboek"
|
740 |
+
|
741 |
+
#: lib/yith-dashboard.php:100
|
742 |
+
msgctxt "Plugin FW"
|
743 |
+
msgid "Latest update released on"
|
744 |
+
msgstr "Laatste update uitgebracht op"
|
745 |
+
|
746 |
+
#: lib/yith-dashboard.php:143
|
747 |
+
msgctxt "Button label"
|
748 |
+
msgid "Close"
|
749 |
+
msgstr "Sluiten"
|
750 |
+
|
751 |
+
#: lib/yith-gutenberg.php:134
|
752 |
+
msgctxt "[gutenberg]: Category Name"
|
753 |
+
msgid "YITH"
|
754 |
+
msgstr "YITH"
|
755 |
+
|
756 |
+
#: templates/fields/onoff.php:24
|
757 |
+
msgctxt "ON/OFF button: use MAX 3 characters!"
|
758 |
+
msgid "ON"
|
759 |
+
msgstr "AAN"
|
760 |
+
|
761 |
+
#: templates/fields/onoff.php:25
|
762 |
+
msgctxt "ON/OFF button: use MAX 3 characters!"
|
763 |
+
msgid "OFF"
|
764 |
+
msgstr "UIT"
|
765 |
+
|
766 |
+
#: yit-plugin.php:83
|
767 |
+
msgctxt "Plugin Row Meta"
|
768 |
+
msgid "Live Demo"
|
769 |
+
msgstr "Live Demo"
|
770 |
+
|
771 |
+
#: yit-plugin.php:88
|
772 |
+
msgctxt "Plugin Row Meta"
|
773 |
+
msgid "Documentation"
|
774 |
+
msgstr "Documentatie"
|
775 |
+
|
776 |
+
#: yit-plugin.php:93
|
777 |
+
msgctxt "Plugin Row Meta"
|
778 |
+
msgid "Support"
|
779 |
+
msgstr "Ondersteuning"
|
780 |
+
|
781 |
+
#: yit-plugin.php:98
|
782 |
+
msgctxt "Plugin Row Meta"
|
783 |
+
msgid "Premium version"
|
784 |
+
msgstr "Premium Versie"
|
785 |
+
|
786 |
+
#: yit-plugin.php:190
|
787 |
+
msgctxt "Action links"
|
788 |
+
msgid "Settings"
|
789 |
+
msgstr "Instellingen"
|
790 |
+
|
791 |
+
#~ msgid "An unexpected error occurred, please try again later. Thanks!"
|
792 |
+
#~ msgstr ""
|
793 |
+
#~ "Een onverwachte fout heeft zich voorgedaan, probeer het later nog eens!"
|
794 |
+
|
795 |
+
#~ msgid "There is a new version of %plugin_name% available."
|
796 |
+
#~ msgstr "Er is een nieuwe versie van %plugin_name% beschikbaar."
|
797 |
+
|
798 |
+
#~ msgid "View version %latest% details."
|
799 |
+
#~ msgstr "Bekijk versie %latest% details."
|
800 |
+
|
801 |
+
#~ msgid "Automatic update is unavailable for this plugin,"
|
802 |
+
#~ msgstr "Automatisch bijwerken is niet beschikbaar voor deze plugin,"
|
803 |
+
|
804 |
+
#~ msgid ""
|
805 |
+
#~ "please <a href=\"%activate_link%\">activate</a> your copy of %plugin_name"
|
806 |
+
#~ "%."
|
807 |
+
#~ msgstr ""
|
808 |
+
#~ "a.u.b. <a href=\"%activate_link%\">activeer</a> uw kopie van %plugin_name"
|
809 |
+
#~ "%."
|
810 |
+
|
811 |
+
#~ msgid "Update now."
|
812 |
+
#~ msgstr "Nu bijwerken."
|
813 |
+
|
814 |
+
#~ msgid ""
|
815 |
+
#~ "<br/><b>Please note:</b> You are using a higher version than the latest "
|
816 |
+
#~ "available one. </em>Please, make sure you've downloaded the latest "
|
817 |
+
#~ "version of <em>%1$s</em> from the only <a href=\"https://yithemes.com\" "
|
818 |
+
#~ "target=\"_blank\">YITH official website</a>, specifically, from your <a "
|
819 |
+
#~ "href=\"https://yithemes.com/my-account/recent-downloads/\" target=\"_blank"
|
820 |
+
#~ "\">Downloads page</a>. This is the only way to be sure the version you "
|
821 |
+
#~ "are using is 100% malware-free."
|
822 |
+
#~ msgstr ""
|
823 |
+
#~ "<br/> <b> Let op: </b> u gebruikt een hogere versie dan de laatst "
|
824 |
+
#~ "beschikbare versie. </em> Zorg ervoor dat u de laatste versie van <em>"
|
825 |
+
#~ "%1$s</em> hebt gedownload van de enige <a href=\"https://yithemes.com\" "
|
826 |
+
#~ "target=\"_blank\">officiële YITH website </a>, in het bijzonder vanaf uw "
|
827 |
+
#~ "<a href=\"https://yithemes.com/my-account/recent-downloads/\" target="
|
828 |
+
#~ "\"_blank\"> downloads pagina </a>. Dit is de enige manier om er zeker van "
|
829 |
+
#~ "te zijn dat de versie die u gebruikt 100 %% malware-vrij is."
|
830 |
+
|
831 |
+
#~ msgctxt "[Update Plugin Message: License not enabled]"
|
832 |
+
#~ msgid "You have to activate the plugin to benefit from automatic updates."
|
833 |
+
#~ msgstr ""
|
834 |
+
#~ "U moet de plugin activeren om te profiteren van automatische updates."
|
835 |
+
|
836 |
+
#~ msgid "YITH Repository"
|
837 |
+
#~ msgstr "YITH Repository"
|
838 |
+
|
839 |
+
#~ msgid "Invalid URL Provided."
|
840 |
+
#~ msgstr "Ongeldige URL ingegeven."
|
841 |
+
|
842 |
+
#~ msgid "Could not create Temporary file."
|
843 |
+
#~ msgstr "Kan geen tijdelijk bestand aanmaken."
|
844 |
+
|
845 |
+
#~ msgid ""
|
846 |
+
#~ "There is a new version of %1$s available. <a href=\"%2$s\" class="
|
847 |
+
#~ "\"thickbox yit-changelog-button open-plugin-details-modal\" title=\"%3$s"
|
848 |
+
#~ "\">View version %4$s details</a>."
|
849 |
+
#~ msgstr ""
|
850 |
+
#~ "Er is een nieuwe versie van of %1$s beschikbaar. <a href=\"%2$s\" class="
|
851 |
+
#~ "\"thickbox yit-changelog-button open-plugin-details-modal\" title=\"%3$s"
|
852 |
+
#~ "\">Bekijk versie %4$s details</a>."
|
853 |
+
|
854 |
+
#~ msgid ""
|
855 |
+
#~ "There is a new version of %1$s available. <a href=\"%2$s\" class="
|
856 |
+
#~ "\"thickbox yit-changelog-button open-plugin-details-modal\" title=\"%3$s"
|
857 |
+
#~ "\">View version %4$s details</a>. <em>You have to activate the plugin on "
|
858 |
+
#~ "a single site of the network to benefit from automatic updates.</em>"
|
859 |
+
#~ msgstr ""
|
860 |
+
#~ "Er is een nieuwe versie van %1$s beschikbaar. <a href=\"%2$s\" class="
|
861 |
+
#~ "\"thickbox yit-changelog-button open-plugin-details-modal\" title=\"%3$s"
|
862 |
+
#~ "\">Bekijk versie %4$s details</a>. <em>U moet de plugin op een single "
|
863 |
+
#~ "site van het netwerk activeren om te profiteren van automatisch bijwerken."
|
864 |
+
#~ "</em>"
|
865 |
+
|
866 |
+
#~ msgid ""
|
867 |
+
#~ "There is a new version of %1$s available. <a href=\"%2$s\" class="
|
868 |
+
#~ "\"thickbox yit-changelog-button open-plugin-details-modal\" title=\"%3$s"
|
869 |
+
#~ "\">View version %4$s details</a>. <em>Automatic update is unavailable for "
|
870 |
+
#~ "this plugin, please <a href=\"%5$s\" title=\"License activation"
|
871 |
+
#~ "\">activate</a> your copy of %6s.</em>"
|
872 |
+
#~ msgstr ""
|
873 |
+
#~ "Er is een nieuwe versie van %1$s beschikbaar. <a href=\"%2$s\" class="
|
874 |
+
#~ "\"thickbox yit-changelog-button open-plugin-details-modal\" title=\"%3$s"
|
875 |
+
#~ "\">Bekijk versie %4$s details</a>. <em>Automatische bijwerking is niet "
|
876 |
+
#~ "beschikbaar voor deze plugin <a href=\"%5$s\" title=\"License activation"
|
877 |
+
#~ "\">activeer</a> je kopie van %6s.</em>"
|
878 |
+
|
879 |
+
#~ msgid ""
|
880 |
+
#~ "There is a new version of %1$s available. <a href=\"%2$s\" class="
|
881 |
+
#~ "\"thickbox yit-changelog-button open-plugin-details-modal\" title=\"%3$s"
|
882 |
+
#~ "\">View version %4$s details</a> or <a href=\"%5$s\">update now</a>."
|
883 |
+
#~ msgstr ""
|
884 |
+
#~ "Er is een nieuwe versie van%1$s beschikbaar. <a href=\"%2$s\" class="
|
885 |
+
#~ "\"thickbox yit-changelog-button open-plugin-details-modal\" title=\"%3$s"
|
886 |
+
#~ "\"> Bekijk details van versie %4$s </a> of<a href=\"%5$s\"> nu bijwerken "
|
887 |
+
#~ "</a>."
|
888 |
+
|
889 |
+
#~ msgid ""
|
890 |
+
#~ "<br/><b>Please note:</b> You are using a higher version than the latest "
|
891 |
+
#~ "available one. </em>Please, make sure you've downloaded the latest "
|
892 |
+
#~ "version of <em>%1$s</em> from the only <a href=\"https://yithemes.com\" "
|
893 |
+
#~ "target=\"_blank\">YITH official website</a>, specifically, from your <a "
|
894 |
+
#~ "href=\"https://yithemes.com/my-account/recent-downloads/\" target=\"_blank"
|
895 |
+
#~ "\">Downloads page</a>. This is the only way to be sure the version you "
|
896 |
+
#~ "are using is 100%% malware-free."
|
897 |
+
#~ msgstr ""
|
898 |
+
#~ "<br/> <b> Let op: </b> u gebruikt een hogere versie dan de laatst "
|
899 |
+
#~ "beschikbare versie. </em> Zorg ervoor dat je de laatste versie van <em>"
|
900 |
+
#~ "%1$s</em> hebt gedownload van de enige <a href=\"https://yithemes.com\" "
|
901 |
+
#~ "target=\"_blank\"> YITH officiële website </a>, in het bijzonder vanaf uw "
|
902 |
+
#~ "<a href=\"https://yithemes.com/my-account/recent-downloads/\" target="
|
903 |
+
#~ "\"_blank\"> downloadpagina </a>. Dit is de enige manier om er zeker van "
|
904 |
+
#~ "te zijn dat de versie die u gebruikt 100 %% malware-vrij is."
|
905 |
+
|
906 |
+
#~ msgid "You can't update the plugins for this site."
|
907 |
+
#~ msgstr "U kunt de plugins voor deze site niet bijwerken"
|
908 |
+
|
909 |
+
#~ msgid ""
|
910 |
+
#~ "You do not have sufficient permissions to update the plugins for this "
|
911 |
+
#~ "site."
|
912 |
+
#~ msgstr ""
|
913 |
+
#~ "U heeft niet voldoende rechten om de plugins bij te werken voor deze site."
|
914 |
+
|
915 |
+
#~ msgid "Update Plugin"
|
916 |
+
#~ msgstr "Plugin updaten"
|
917 |
+
|
918 |
+
#~ msgid "New YITH products"
|
919 |
+
#~ msgstr "Nieuwe YITH producten"
|
920 |
+
|
921 |
+
#~ msgctxt "%s = field name"
|
922 |
+
#~ msgid "Please, insert a valid %s"
|
923 |
+
#~ msgstr "Voer alsjeblieft een geldige %s in"
|
924 |
+
|
925 |
+
#~ msgid "Please, insert a valid %s and a valid %s"
|
926 |
+
#~ msgstr "A.u.b. voer een geldige %s en een geldige %s in"
|
927 |
+
|
928 |
+
#~ msgid "Unable to contact the remote server, please try again later. Thanks!"
|
929 |
+
#~ msgstr ""
|
930 |
+
#~ "Niet in staat contact te maken met de externe server, probeer het later "
|
931 |
+
#~ "opnieuw!"
|
932 |
+
|
933 |
+
#~ msgid "email address"
|
934 |
+
#~ msgstr "e-mailadres"
|
935 |
+
|
936 |
+
#~ msgid "license key"
|
937 |
+
#~ msgstr "licentie sleutel"
|
938 |
+
|
939 |
+
#~ msgid "Are you sure you want to deactivate the license for current site?"
|
940 |
+
#~ msgstr "Weet je zeker dat je de licentie voor deze site wilt deactiveren?"
|
941 |
+
|
942 |
+
#~ msgid "Invalid Request"
|
943 |
+
#~ msgstr "Ongeldig verzoek"
|
944 |
+
|
945 |
+
#~ msgid "Invalid license key"
|
946 |
+
#~ msgstr "Ongeldige licentiesleutel"
|
947 |
+
|
948 |
+
#~ msgid "Software has been deactivated"
|
949 |
+
#~ msgstr "Software is gedeactiveerd"
|
950 |
+
|
951 |
+
#~ msgid "Maximum number of activations exceeded"
|
952 |
+
#~ msgstr "Maximum aantal activeringen overschreden"
|
953 |
+
|
954 |
+
#~ msgid "Invalid instance ID"
|
955 |
+
#~ msgstr "Ongeldige instance ID"
|
956 |
+
|
957 |
+
#~ msgid "Invalid security key"
|
958 |
+
#~ msgstr "Ongeldige security key"
|
959 |
+
|
960 |
+
#~ msgid "License key has expired"
|
961 |
+
#~ msgstr "De licentiesleutel is verlopen"
|
962 |
+
|
963 |
+
#~ msgid "License key has been banned"
|
964 |
+
#~ msgstr "De licentiesleutel is verbannen"
|
965 |
+
|
966 |
+
#~ msgid "Current product is not included in your YITH Club Subscription key"
|
967 |
+
#~ msgstr "Huidige product is niet opgenomen in je YITH Club Subscription key"
|
968 |
+
|
969 |
+
#~ msgid "Great"
|
970 |
+
#~ msgstr "Top!"
|
971 |
+
|
972 |
+
#~ msgid "License successfully activated"
|
973 |
+
#~ msgstr "Licentie succesvol geactiveerd"
|
974 |
+
|
975 |
+
#~ msgid "License key deactivated for website"
|
976 |
+
#~ msgstr "Licentiesleutel gedeactiveerd voor website"
|
977 |
+
|
978 |
+
#~ msgid "License Activation"
|
979 |
+
#~ msgstr "Licentie activering"
|
980 |
+
|
981 |
+
#~ msgctxt ""
|
982 |
+
#~ "[Part of]: Warning! You didn't set license key for the following products:"
|
983 |
+
#~ "[Plugins List] which means you're missing out on updates and support. "
|
984 |
+
#~ "Enter your license key, please."
|
985 |
+
#~ msgid "You didn't set license key for the following products"
|
986 |
+
#~ msgstr "U heeft geen licentiesleutel ingegeven voor de volgende producten"
|
987 |
+
|
988 |
+
#~ msgctxt ""
|
989 |
+
#~ "[Part of]: Warning! You didn't set license key for the following products:"
|
990 |
+
#~ "[Plugins List] which means you're missing out on updates and support. "
|
991 |
+
#~ "Enter your license key, please."
|
992 |
+
#~ msgid "which means you're missing out on updates and support"
|
993 |
+
#~ msgstr "wat betekent dat u updates en ondersteuning misloopt"
|
994 |
+
|
995 |
+
#~ msgctxt ""
|
996 |
+
#~ "[Part of]: Warning! You didn't set license key for the following products:"
|
997 |
+
#~ "[Plugins List] which means you're missing out on updates and support. "
|
998 |
+
#~ "Enter your license key, please."
|
999 |
+
#~ msgid "Enter your license key"
|
1000 |
+
#~ msgstr "Geef uw licentiesleutel in"
|
1001 |
+
|
1002 |
+
#~ msgctxt ""
|
1003 |
+
#~ "[Part of]: Warning! You didn't set license key for the following products:"
|
1004 |
+
#~ "[Plugins List] which means you're missing out on updates and support. "
|
1005 |
+
#~ "Enter your license key, please."
|
1006 |
+
#~ msgid "please"
|
1007 |
+
#~ msgstr "a.u.b."
|
1008 |
+
|
1009 |
+
#~ msgid "%s"
|
1010 |
+
#~ msgstr "%s"
|
1011 |
+
|
1012 |
+
#~ msgid ""
|
1013 |
+
#~ "I cannot find the license key for activating the theme I have bought some "
|
1014 |
+
#~ "time ago. Where can I find it?"
|
1015 |
+
#~ msgstr ""
|
1016 |
+
#~ "Ik kan de licentiesleutel voor het thema dat ik een tijdje geleden heb "
|
1017 |
+
#~ "gekocht niet vinden, waar kan ik het vinden?"
|
1018 |
+
|
1019 |
+
#~ msgid ""
|
1020 |
+
#~ "If you have purchased one of our products before 27 January 2015, you can "
|
1021 |
+
#~ "benefit from support and updates (the services offered with the license)\n"
|
1022 |
+
#~ " until 27 January 2016 and you do not have to purchase "
|
1023 |
+
#~ "it again to get a new license key, because, before this date, your "
|
1024 |
+
#~ "license used to be activated automatically by our system.\n"
|
1025 |
+
#~ " After 27 January 2016, instead, if you want to "
|
1026 |
+
#~ "benefit from support and updates you have to buy a new license and "
|
1027 |
+
#~ "activate it through the license key you will be\n"
|
1028 |
+
#~ " provided with and that you can find in your YITH "
|
1029 |
+
#~ "account, in section \"My licenses\"."
|
1030 |
+
#~ msgstr ""
|
1031 |
+
#~ "Als u vóór 27 januari 2015 een van onze producten hebt gekocht, kunt u "
|
1032 |
+
#~ "profiteren van ondersteuning en updates (de diensten die worden "
|
1033 |
+
#~ "aangeboden met de licentie)\n"
|
1034 |
+
#~ " tot 27 januari 2016 en u hoeft het niet opnieuw aan "
|
1035 |
+
#~ "te schaffen om een nieuwe licentiesleutel te krijgen, want vóór deze "
|
1036 |
+
#~ "datum werd u licentie automatisch door ons systeem geactiveerd.\n"
|
1037 |
+
#~ " Na 27 januari 2016, in plaats daarvan, als u wilt "
|
1038 |
+
#~ "profiteren van ondersteuning en updates, moet u een nieuwe licentie kopen "
|
1039 |
+
#~ "en deze activeren via de licentiesleutel.\n"
|
1040 |
+
#~ " meegeleverd en die u kunt vinden in uw YIThemes-"
|
1041 |
+
#~ "account, in het gedeelte “Mijn licenties”."
|
1042 |
+
|
1043 |
+
#~ msgid "YITH License Activation"
|
1044 |
+
#~ msgstr "YITH licentie activering"
|
1045 |
+
|
1046 |
+
#~ msgid "License expiry date"
|
1047 |
+
#~ msgstr "Vervaldatum licentie"
|
1048 |
+
|
1049 |
+
#~ msgid ""
|
1050 |
+
#~ "If you have renewed your product license key and the expiry date does not "
|
1051 |
+
#~ "appear up-to-date, please, click on the button <em>Check Expiry Date</em> "
|
1052 |
+
#~ "below and it will update."
|
1053 |
+
#~ msgstr ""
|
1054 |
+
#~ "Als u de licentiesleutel van uw product heeft vernieuwd, en de "
|
1055 |
+
#~ "vervaldatum verschijnt niet up-to-date, klik op de knop <em>Check Expiry "
|
1056 |
+
#~ "Date</em> hieronder en het zal worden bijgewerkt."
|
1057 |
+
|
1058 |
+
#~ msgid "Check expiry date"
|
1059 |
+
#~ msgstr "Vervaldatum controleren"
|
1060 |
+
|
1061 |
+
#~ msgid "Product to activate"
|
1062 |
+
#~ msgid_plural "Products to activate"
|
1063 |
+
#~ msgstr[0] "Product om te activeren"
|
1064 |
+
#~ msgstr[1] "Producten om te activeren"
|
1065 |
+
|
1066 |
+
#~ msgid "Are you having issues with the license activation?"
|
1067 |
+
#~ msgstr "Hebt u problemen met de licentie activering?"
|
1068 |
+
|
1069 |
+
#~ msgid "Read this article"
|
1070 |
+
#~ msgstr "Lees dit artikel"
|
1071 |
+
|
1072 |
+
#~ msgid "Activate"
|
1073 |
+
#~ msgstr "Activeren"
|
1074 |
+
|
1075 |
+
#~ msgid "Activated"
|
1076 |
+
#~ msgstr "Geactiveerd"
|
1077 |
+
|
1078 |
+
#~ msgid "Product Name"
|
1079 |
+
#~ msgstr "Productnaam"
|
1080 |
+
|
1081 |
+
#~ msgid "Email"
|
1082 |
+
#~ msgstr "E-mail"
|
1083 |
+
|
1084 |
+
#~ msgid "License Key"
|
1085 |
+
#~ msgstr "License Key"
|
1086 |
+
|
1087 |
+
#~ msgid "Expires"
|
1088 |
+
#~ msgstr "Verloopt"
|
1089 |
+
|
1090 |
+
#~ msgid "Remaining"
|
1091 |
+
#~ msgstr "Over"
|
1092 |
+
|
1093 |
+
#~ msgid "Club Subscription"
|
1094 |
+
#~ msgstr "Club Abonnement"
|
1095 |
+
|
1096 |
+
#~ msgid "%1s out of %2s"
|
1097 |
+
#~ msgstr "%1s van de %2s"
|
1098 |
+
|
1099 |
+
#~ msgid "Deactivate"
|
1100 |
+
#~ msgstr "Deactiveer"
|
1101 |
+
|
1102 |
+
#~ msgid "Renew"
|
1103 |
+
#~ msgstr "Vernieuwen"
|
1104 |
+
|
1105 |
+
#~ msgid "Banned"
|
1106 |
+
#~ msgstr "Verbannen"
|
1107 |
+
|
1108 |
+
#~ msgid "Expired"
|
1109 |
+
#~ msgstr "Verlopen"
|
1110 |
+
|
1111 |
+
#~ msgid "Order again"
|
1112 |
+
#~ msgstr "Bestel opniew"
|
1113 |
+
|
1114 |
+
#~ msgid "Renew license"
|
1115 |
+
#~ msgstr "Licentie vernieuwen"
|
1116 |
+
|
1117 |
+
#~ msgid "Select All"
|
1118 |
+
#~ msgstr "Selecteer alles"
|
1119 |
+
|
1120 |
+
#~ msgid "Deselect All"
|
1121 |
+
#~ msgstr "Selectie ongedaan maken"
|
plugin-fw/languages/yith-plugin-fw.pot
CHANGED
@@ -1,331 +1,290 @@
|
|
1 |
-
# Copyright (C)
|
2 |
-
# This file is distributed under the same license as the
|
3 |
-
#, fuzzy
|
4 |
msgid ""
|
5 |
msgstr ""
|
6 |
-
"Project-Id-Version:
|
7 |
-
"Report-Msgid-Bugs-To:
|
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"
|
12 |
-
"Language: en\n"
|
13 |
"MIME-Version: 1.0\n"
|
14 |
-
"Content-Type: text/plain; charset=
|
15 |
"Content-Transfer-Encoding: 8bit\n"
|
16 |
-
"
|
17 |
-
"
|
18 |
-
"
|
19 |
-
"
|
20 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
|
21 |
"X-Poedit-SourceCharset: UTF-8\n"
|
22 |
-
"X-Poedit-
|
23 |
-
"
|
|
|
|
|
24 |
"X-Poedit-SearchPath-0: .\n"
|
|
|
|
|
|
|
25 |
|
26 |
-
#: lib/
|
27 |
-
|
28 |
-
msgid "YITH Plugins"
|
29 |
-
msgstr ""
|
30 |
-
|
31 |
-
#: lib/privacy/yit-privacy.php:59
|
32 |
-
msgctxt "Privacy Policy Content"
|
33 |
-
msgid ""
|
34 |
-
"This sample language includes the basics around what personal data your store may "
|
35 |
-
"be collecting, storing and sharing, as well as who may have access to that data. "
|
36 |
-
"Depending on what settings are enabled and which additional plugins are used, the "
|
37 |
-
"specific information shared by your store will vary. We recommend consulting with "
|
38 |
-
"a lawyer when deciding what information to disclose on your privacy policy."
|
39 |
-
msgstr ""
|
40 |
-
|
41 |
-
#: lib/privacy/yit-privacy.php:63
|
42 |
-
msgctxt "Privacy Policy Content"
|
43 |
-
msgid "What we collect and store"
|
44 |
-
msgstr ""
|
45 |
-
|
46 |
-
#: lib/privacy/yit-privacy.php:66
|
47 |
-
msgctxt "Privacy Policy Content"
|
48 |
-
msgid "Who on our team has access"
|
49 |
-
msgstr ""
|
50 |
-
|
51 |
-
#: lib/privacy/yit-privacy.php:69
|
52 |
-
msgctxt "Privacy Policy Content"
|
53 |
-
msgid "What we share with others"
|
54 |
-
msgstr ""
|
55 |
-
|
56 |
-
#: lib/privacy/yit-privacy.php:72
|
57 |
-
msgctxt "Privacy Policy Content"
|
58 |
-
msgid "Payments"
|
59 |
-
msgstr ""
|
60 |
-
|
61 |
-
#: lib/yit-cpt-unlimited.php:460 lib/yit-cpt-unlimited.php:574
|
62 |
-
#: lib/yit-cpt-unlimited.php:719 lib/yit-cpt-unlimited.php:1632
|
63 |
-
#, php-format
|
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:626
|
116 |
-
msgctxt "taxonomy singular name"
|
117 |
-
msgid "Category"
|
118 |
-
msgstr ""
|
119 |
-
|
120 |
-
#: lib/yit-cpt-unlimited.php:627 templates/fields/ajax-terms.php:56
|
121 |
msgid "Search Categories"
|
122 |
msgstr ""
|
123 |
|
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
|
|
|
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.
|
211 |
-
"should be a slug (must not contain capital letters nor spaces) and
|
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 ""
|
@@ -351,501 +310,412 @@ msgstr ""
|
|
351 |
|
352 |
#: lib/yit-pointers.php:85
|
353 |
msgid ""
|
354 |
-
"From now on, you can find the option panel of YITH plugins in YITH Plugins
|
355 |
-
"
|
356 |
-
"
|
357 |
-
"
|
358 |
-
"
|
359 |
-
"
|
360 |
-
"
|
361 |
-
|
362 |
-
|
363 |
-
#: lib/yit-upgrade.php:95
|
364 |
-
msgid "An unexpected error occurred, please try again later. Thanks!"
|
365 |
msgstr ""
|
366 |
|
367 |
-
#: lib/
|
368 |
-
msgid "
|
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/
|
411 |
-
msgid "
|
412 |
msgstr ""
|
413 |
|
414 |
-
#: lib/
|
415 |
-
|
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/
|
423 |
-
#, php-format
|
424 |
msgid ""
|
425 |
-
"
|
426 |
-
"
|
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 |
-
|
450 |
-
msgid ""
|
451 |
-
"<br/><b>Please note:</b> You are using a higher version than the latest available "
|
452 |
-
"one. </em>Please, make sure you've downloaded the latest version of <em>%1$s</em> "
|
453 |
-
"from the only <a href=\"https://yithemes.com\" target=\"_blank\">YITH official "
|
454 |
-
"website</a>, specifically, from your <a href=\"https://yithemes.com/my-account/"
|
455 |
-
"recent-downloads/\" target=\"_blank\">Downloads page</a>. This is the only way to "
|
456 |
-
"be sure the version you are using is 100%% malware-free."
|
457 |
msgstr ""
|
458 |
|
459 |
-
#: lib/
|
460 |
-
msgid "
|
461 |
msgstr ""
|
462 |
|
463 |
-
#: lib/
|
464 |
-
msgid "
|
465 |
msgstr ""
|
466 |
|
467 |
-
#: lib/
|
468 |
-
msgid "
|
469 |
msgstr ""
|
470 |
|
471 |
-
#: lib/yith-
|
472 |
-
msgid "
|
473 |
msgstr ""
|
474 |
|
475 |
-
#: lib/yith-
|
476 |
-
msgid "
|
477 |
msgstr ""
|
478 |
|
479 |
-
#: lib/yith-
|
480 |
-
|
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 |
-
#:
|
496 |
-
msgid "
|
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 |
-
|
|
|
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 |
-
#:
|
552 |
-
msgid "
|
553 |
msgstr ""
|
554 |
|
555 |
-
#:
|
556 |
-
msgid "
|
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 |
-
|
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 |
-
|
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 |
-
#:
|
582 |
-
|
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 |
-
#:
|
590 |
-
|
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 |
-
#:
|
598 |
-
|
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 |
-
#:
|
606 |
-
|
607 |
-
msgid "%s"
|
608 |
msgstr ""
|
609 |
|
610 |
-
#:
|
611 |
-
msgid ""
|
612 |
-
"I cannot find the license key for activating the theme I have bought some time "
|
613 |
-
"ago. Where can I find it?"
|
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 |
-
#:
|
631 |
-
msgid "
|
632 |
msgstr ""
|
633 |
|
634 |
-
#:
|
635 |
-
msgid "
|
636 |
msgstr ""
|
637 |
|
638 |
-
#:
|
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 |
-
#:
|
646 |
-
msgid "
|
647 |
msgstr ""
|
648 |
|
649 |
-
#:
|
650 |
-
msgid "
|
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 |
-
#:
|
660 |
-
msgid "
|
661 |
msgstr ""
|
662 |
|
663 |
-
#:
|
664 |
-
msgid "
|
665 |
msgstr ""
|
666 |
|
667 |
-
#:
|
668 |
-
msgid "
|
669 |
msgstr ""
|
670 |
|
671 |
-
#:
|
672 |
-
#:
|
673 |
-
|
674 |
-
msgid "Product Name"
|
675 |
msgstr ""
|
676 |
|
677 |
-
#:
|
678 |
-
|
679 |
-
#: licence/templates/panel/activation/activation-panel.php:206
|
680 |
-
msgid "Email"
|
681 |
msgstr ""
|
682 |
|
683 |
-
#:
|
684 |
-
|
685 |
-
#: licence/templates/panel/activation/activation-panel.php:207
|
686 |
-
msgid "License Key"
|
687 |
msgstr ""
|
688 |
|
689 |
-
#:
|
690 |
-
|
691 |
-
msgid "Expires"
|
692 |
msgstr ""
|
693 |
|
694 |
-
#:
|
695 |
-
msgid "
|
696 |
msgstr ""
|
697 |
|
698 |
-
#:
|
699 |
-
msgid "
|
700 |
msgstr ""
|
701 |
|
702 |
-
#:
|
703 |
-
|
704 |
-
msgid "%1s out of %2s"
|
705 |
msgstr ""
|
706 |
|
707 |
-
#:
|
708 |
-
msgid "
|
709 |
msgstr ""
|
710 |
|
711 |
-
#:
|
712 |
-
|
713 |
-
msgid "Renew"
|
714 |
msgstr ""
|
715 |
|
716 |
-
#:
|
717 |
-
msgid "
|
718 |
msgstr ""
|
719 |
|
720 |
-
#:
|
721 |
-
msgid "
|
722 |
msgstr ""
|
723 |
|
724 |
-
#:
|
725 |
-
msgid "
|
726 |
msgstr ""
|
727 |
|
728 |
-
#:
|
729 |
-
msgid "
|
730 |
msgstr ""
|
731 |
|
732 |
-
#: templates/
|
733 |
-
msgid "
|
734 |
msgstr ""
|
735 |
|
736 |
-
#: templates/
|
737 |
-
|
|
|
|
|
|
|
738 |
msgstr ""
|
739 |
|
740 |
-
#: templates/
|
741 |
-
|
|
|
|
|
742 |
msgstr ""
|
743 |
|
744 |
-
#: templates/
|
745 |
-
msgid "
|
746 |
msgstr ""
|
747 |
|
748 |
-
#: templates/
|
749 |
-
msgid "
|
|
|
|
|
750 |
msgstr ""
|
751 |
|
752 |
-
#: templates/
|
753 |
-
msgid "
|
754 |
msgstr ""
|
755 |
|
756 |
-
#: templates/
|
757 |
-
msgid "
|
758 |
msgstr ""
|
759 |
|
760 |
-
#: templates/
|
761 |
-
msgid "
|
762 |
msgstr ""
|
763 |
|
764 |
-
#: templates/
|
765 |
-
msgid "
|
|
|
|
|
766 |
msgstr ""
|
767 |
|
768 |
-
#: templates/
|
769 |
-
msgid "
|
|
|
|
|
770 |
msgstr ""
|
771 |
|
772 |
-
#: templates/
|
773 |
-
msgid "
|
774 |
msgstr ""
|
775 |
|
776 |
-
#: templates/
|
777 |
-
msgid "
|
778 |
msgstr ""
|
779 |
|
780 |
-
#: templates/
|
781 |
-
msgid "
|
782 |
msgstr ""
|
783 |
|
784 |
-
#:
|
785 |
-
msgid "
|
786 |
msgstr ""
|
787 |
|
788 |
-
|
789 |
-
msgid "
|
790 |
msgstr ""
|
791 |
|
792 |
-
#:
|
793 |
-
|
|
|
794 |
msgstr ""
|
795 |
|
796 |
-
#:
|
797 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
798 |
msgstr ""
|
799 |
|
800 |
-
#:
|
801 |
-
|
|
|
802 |
msgstr ""
|
803 |
|
804 |
-
#:
|
805 |
-
|
|
|
806 |
msgstr ""
|
807 |
|
808 |
-
#:
|
809 |
-
|
|
|
810 |
msgstr ""
|
811 |
|
812 |
-
#:
|
813 |
-
|
|
|
814 |
msgstr ""
|
815 |
|
816 |
-
#:
|
817 |
-
|
|
|
818 |
msgstr ""
|
819 |
|
820 |
-
#:
|
821 |
-
|
|
|
822 |
msgstr ""
|
823 |
|
824 |
-
#:
|
825 |
-
|
826 |
-
msgid "
|
827 |
msgstr ""
|
828 |
|
829 |
-
#:
|
830 |
-
|
|
|
831 |
msgstr ""
|
832 |
|
833 |
-
#:
|
834 |
-
|
|
|
835 |
msgstr ""
|
836 |
|
837 |
-
#:
|
838 |
-
|
839 |
-
msgid "
|
840 |
msgstr ""
|
841 |
|
842 |
-
#: templates/
|
843 |
-
|
844 |
-
msgid "
|
845 |
msgstr ""
|
846 |
|
847 |
-
#: templates/
|
848 |
-
|
|
|
849 |
msgstr ""
|
850 |
|
851 |
#: yit-plugin.php:83
|
@@ -868,11 +738,7 @@ 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:197
|
877 |
-
msgid "License"
|
878 |
-
msgstr ""
|
1 |
+
# Copyright (C) 2020
|
2 |
+
# This file is distributed under the same license as the package.
|
|
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: \n"
|
6 |
+
"Report-Msgid-Bugs-To: YITH <plugins@yithemes.com>\n"
|
7 |
+
"POT-Creation-Date: 2020-03-11 14:03:11+00:00\n"
|
|
|
|
|
|
|
|
|
8 |
"MIME-Version: 1.0\n"
|
9 |
+
"Content-Type: text/plain; charset=utf-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
11 |
+
"PO-Revision-Date: 2020-MO-DA HO:MI+ZONE\n"
|
12 |
+
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
13 |
+
"Language-Team: YITH <info@yithemes.com>\n"
|
14 |
+
"Language: en\n"
|
15 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
16 |
+
"X-Poedit-Country: United States\n"
|
17 |
"X-Poedit-SourceCharset: UTF-8\n"
|
18 |
+
"X-Poedit-KeywordsList: "
|
19 |
+
"__;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;_nx_noop:1,2,3c;esc_"
|
20 |
+
"attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;esc_html_x:1,2c;\n"
|
21 |
+
"X-Poedit-Basepath: ../\n"
|
22 |
"X-Poedit-SearchPath-0: .\n"
|
23 |
+
"X-Poedit-Bookmarks: \n"
|
24 |
+
"X-Textdomain-Support: yes\n"
|
25 |
+
"X-Generator: grunt-wp-i18n 1.0.3\n"
|
26 |
|
27 |
+
#: lib/yit-cpt-unlimited.php:462 lib/yit-cpt-unlimited.php:576
|
28 |
+
#: lib/yit-cpt-unlimited.php:721 lib/yit-cpt-unlimited.php:1636
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
msgid "Add %s"
|
30 |
msgstr ""
|
31 |
|
32 |
+
#: lib/yit-cpt-unlimited.php:463 lib/yit-cpt-unlimited.php:577
|
|
|
33 |
msgid "Add New %s"
|
34 |
msgstr ""
|
35 |
|
36 |
+
#: lib/yit-cpt-unlimited.php:464 lib/yit-cpt-unlimited.php:578
|
37 |
+
#: lib/yit-cpt-unlimited.php:1269 lib/yit-cpt-unlimited.php:1306
|
|
|
38 |
msgid "Edit %s"
|
39 |
msgstr ""
|
40 |
|
41 |
+
#: lib/yit-cpt-unlimited.php:465 lib/yit-cpt-unlimited.php:579
|
|
|
42 |
msgid "New %s"
|
43 |
msgstr ""
|
44 |
|
45 |
+
#: lib/yit-cpt-unlimited.php:466 lib/yit-cpt-unlimited.php:580
|
|
|
46 |
msgid "All %s"
|
47 |
msgstr ""
|
48 |
|
49 |
+
#: lib/yit-cpt-unlimited.php:467 lib/yit-cpt-unlimited.php:581
|
50 |
+
#: lib/yit-cpt-unlimited.php:1253 lib/yit-cpt-unlimited.php:1307
|
|
|
51 |
msgid "View %s"
|
52 |
msgstr ""
|
53 |
|
54 |
+
#: lib/yit-cpt-unlimited.php:468 lib/yit-cpt-unlimited.php:582
|
|
|
55 |
msgid "Search %s"
|
56 |
msgstr ""
|
57 |
|
58 |
+
#: lib/yit-cpt-unlimited.php:469 lib/yit-cpt-unlimited.php:583
|
|
|
59 |
msgid "No %s found"
|
60 |
msgstr ""
|
61 |
|
62 |
+
#: lib/yit-cpt-unlimited.php:470 lib/yit-cpt-unlimited.php:584
|
|
|
63 |
msgid "No %s found in Trash"
|
64 |
msgstr ""
|
65 |
|
66 |
+
#: lib/yit-cpt-unlimited.php:629 templates/fields/ajax-terms.php:56
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
67 |
msgid "Search Categories"
|
68 |
msgstr ""
|
69 |
|
70 |
+
#: lib/yit-cpt-unlimited.php:630
|
71 |
msgid "All Categories"
|
72 |
msgstr ""
|
73 |
|
74 |
+
#: lib/yit-cpt-unlimited.php:631
|
75 |
msgid "Parent Category"
|
76 |
msgstr ""
|
77 |
|
78 |
+
#: lib/yit-cpt-unlimited.php:632
|
79 |
msgid "Parent Category:"
|
80 |
msgstr ""
|
81 |
|
82 |
+
#: lib/yit-cpt-unlimited.php:633
|
83 |
msgid "Edit Category"
|
84 |
msgstr ""
|
85 |
|
86 |
+
#: lib/yit-cpt-unlimited.php:634
|
87 |
msgid "Update Category"
|
88 |
msgstr ""
|
89 |
|
90 |
+
#: lib/yit-cpt-unlimited.php:635
|
91 |
msgid "Add New Category"
|
92 |
msgstr ""
|
93 |
|
94 |
+
#: lib/yit-cpt-unlimited.php:636
|
95 |
msgid "New Category Name"
|
96 |
msgstr ""
|
97 |
|
98 |
+
#: lib/yit-cpt-unlimited.php:637
|
99 |
msgid "Category"
|
100 |
msgstr ""
|
101 |
|
102 |
+
#: lib/yit-cpt-unlimited.php:726
|
103 |
msgid "Categories"
|
104 |
msgstr ""
|
105 |
|
106 |
+
#: lib/yit-cpt-unlimited.php:1044
|
|
|
107 |
msgid "%s Settings"
|
108 |
msgstr ""
|
109 |
|
110 |
+
#: lib/yit-cpt-unlimited.php:1050 lib/yit-cpt-unlimited.php:1198
|
111 |
+
#: lib/yit-cpt-unlimited.php:1204 lib/yit-plugin-panel.php:80
|
112 |
msgid "Settings"
|
113 |
msgstr ""
|
114 |
|
115 |
+
#: lib/yit-cpt-unlimited.php:1053
|
116 |
msgid "Type"
|
117 |
msgstr ""
|
118 |
|
119 |
+
#: lib/yit-cpt-unlimited.php:1054
|
|
|
120 |
msgid "Layout for this %s"
|
121 |
msgstr ""
|
122 |
|
123 |
+
#: lib/yit-cpt-unlimited.php:1060
|
124 |
msgid "Rewrite"
|
125 |
msgstr ""
|
126 |
|
127 |
+
#: lib/yit-cpt-unlimited.php:1061
|
128 |
msgid ""
|
129 |
+
"Univocal identification name in the URL for each product (slug from post if "
|
130 |
+
"empty)"
|
131 |
msgstr ""
|
132 |
|
133 |
+
#: lib/yit-cpt-unlimited.php:1066
|
134 |
msgid "Label in Singular"
|
135 |
msgstr ""
|
136 |
|
137 |
+
#: lib/yit-cpt-unlimited.php:1067
|
138 |
msgid "Set a label in singular (title of portfolio if empty)"
|
139 |
msgstr ""
|
140 |
|
141 |
+
#: lib/yit-cpt-unlimited.php:1072
|
142 |
msgid "Label in Plural"
|
143 |
msgstr ""
|
144 |
|
145 |
+
#: lib/yit-cpt-unlimited.php:1073
|
146 |
msgid "Set a label in plural (title of portfolio if empty)"
|
147 |
msgstr ""
|
148 |
|
149 |
+
#: lib/yit-cpt-unlimited.php:1078
|
150 |
msgid "Taxonomy"
|
151 |
msgstr ""
|
152 |
|
153 |
+
#: lib/yit-cpt-unlimited.php:1079
|
154 |
msgid ""
|
155 |
+
"If you want to use categories in the portfolio, set a name for taxonomy. "
|
156 |
+
"Name should be a slug (must not contain capital letters nor spaces) and "
|
157 |
+
"must not be more than 32 characters long (database structure restriction)."
|
158 |
msgstr ""
|
159 |
|
160 |
+
#: lib/yit-cpt-unlimited.php:1084
|
161 |
msgid "Taxonomy Rewrite"
|
162 |
msgstr ""
|
163 |
|
164 |
+
#: lib/yit-cpt-unlimited.php:1085
|
165 |
msgid "Set univocal name for each category page URL."
|
166 |
msgstr ""
|
167 |
|
168 |
+
#: lib/yit-cpt-unlimited.php:1090
|
169 |
msgid "Single layout"
|
170 |
msgstr ""
|
171 |
|
172 |
+
#: lib/yit-cpt-unlimited.php:1091
|
173 |
msgid "Layout for single page of this portfolio"
|
174 |
msgstr ""
|
175 |
|
176 |
+
#: lib/yit-cpt-unlimited.php:1132
|
177 |
msgid "layout settings"
|
178 |
msgstr ""
|
179 |
|
180 |
+
#: lib/yit-cpt-unlimited.php:1224 lib/yit-cpt-unlimited.php:1237
|
181 |
msgid "Quick links"
|
182 |
msgstr ""
|
183 |
|
184 |
+
#: lib/yit-cpt-unlimited.php:1477
|
|
|
185 |
msgid "Show frontend of the %s"
|
186 |
msgstr ""
|
187 |
|
188 |
+
#: lib/yit-cpt-unlimited.php:1484 templates/fields/customtabs.php:46
|
189 |
#: templates/fields/customtabs.php:89
|
190 |
msgid "Name"
|
191 |
msgstr ""
|
192 |
|
193 |
+
#: lib/yit-cpt-unlimited.php:1635
|
|
|
194 |
msgid "Add %s from images"
|
195 |
msgstr ""
|
196 |
|
197 |
+
#: lib/yit-cpt-unlimited.php:1638
|
198 |
msgid "Upload multiple files"
|
199 |
msgstr ""
|
200 |
|
201 |
+
#: lib/yit-plugin-panel-wc.php:399
|
202 |
msgid "The changes you have made will be lost if you leave this page."
|
203 |
msgstr ""
|
204 |
|
205 |
+
#: lib/yit-plugin-panel.php:79
|
206 |
msgid "Plugin Settings"
|
207 |
msgstr ""
|
208 |
|
209 |
+
#: lib/yit-plugin-panel.php:425 lib/yit-plugin-panel.php:428
|
210 |
msgid "How to install premium version"
|
211 |
msgstr ""
|
212 |
|
213 |
+
#: lib/yit-plugin-panel.php:572 lib/yit-plugin-subpanel.php:151
|
214 |
+
#: templates/panel/woocommerce/woocommerce-form.php:14
|
215 |
msgid "Save Changes"
|
216 |
msgstr ""
|
217 |
|
218 |
+
#: lib/yit-plugin-panel.php:575 lib/yit-plugin-subpanel.php:154
|
219 |
+
#: templates/panel/woocommerce/woocommerce-form.php:17
|
220 |
msgid "If you continue with this action, you will reset all options in this page."
|
221 |
msgstr ""
|
222 |
|
223 |
+
#: lib/yit-plugin-panel.php:577 lib/yit-plugin-subpanel.php:156
|
224 |
msgid "Reset to default"
|
225 |
msgstr ""
|
226 |
|
227 |
+
#: lib/yit-plugin-panel.php:578 lib/yit-plugin-subpanel.php:157
|
228 |
+
#: templates/panel/woocommerce/woocommerce-form.php:21
|
229 |
msgid "Are you sure?"
|
230 |
msgstr ""
|
231 |
|
232 |
+
#: lib/yit-plugin-panel.php:776
|
233 |
msgid "The element you have entered already exists. Please, enter another name."
|
234 |
msgstr ""
|
235 |
|
236 |
+
#: lib/yit-plugin-panel.php:777
|
237 |
msgid "Settings saved"
|
238 |
msgstr ""
|
239 |
|
240 |
+
#: lib/yit-plugin-panel.php:778
|
241 |
msgid "Settings reset"
|
242 |
msgstr ""
|
243 |
|
244 |
+
#: lib/yit-plugin-panel.php:779
|
245 |
msgid "Element deleted correctly."
|
246 |
msgstr ""
|
247 |
|
248 |
+
#: lib/yit-plugin-panel.php:780 lib/yit-plugin-panel.php:781
|
249 |
msgid "Element updated correctly."
|
250 |
msgstr ""
|
251 |
|
252 |
+
#: lib/yit-plugin-panel.php:782
|
253 |
msgid "Database imported correctly."
|
254 |
msgstr ""
|
255 |
|
256 |
+
#: lib/yit-plugin-panel.php:783
|
257 |
msgid "An error has occurred during import. Please try again."
|
258 |
msgstr ""
|
259 |
|
260 |
+
#: lib/yit-plugin-panel.php:784
|
261 |
msgid "The added file is not valid."
|
262 |
msgstr ""
|
263 |
|
264 |
+
#: lib/yit-plugin-panel.php:785
|
265 |
msgid "Sorry, import is disabled."
|
266 |
msgstr ""
|
267 |
|
268 |
+
#: lib/yit-plugin-panel.php:786
|
269 |
msgid "Sorting successful."
|
270 |
msgstr ""
|
271 |
|
272 |
+
#: lib/yit-plugin-panel.php:1234
|
273 |
+
msgid "We need your support"
|
274 |
+
msgstr ""
|
275 |
+
|
276 |
+
#: lib/yit-plugin-panel.php:1235
|
277 |
+
msgid "to keep updating and improving the plugin. Please,"
|
278 |
+
msgstr ""
|
279 |
+
|
280 |
+
#: lib/yit-plugin-panel.php:1237
|
281 |
+
msgid "help us by leaving a five-star rating"
|
282 |
+
msgstr ""
|
283 |
+
|
284 |
+
#: lib/yit-plugin-panel.php:1238
|
285 |
+
msgid ":) Thanks!"
|
286 |
+
msgstr ""
|
287 |
+
|
288 |
#: lib/yit-pointers.php:70
|
289 |
msgid "Plugins Activated"
|
290 |
msgstr ""
|
310 |
|
311 |
#: lib/yit-pointers.php:85
|
312 |
msgid ""
|
313 |
+
"From now on, you can find the option panel of YITH plugins in YITH Plugins "
|
314 |
+
"menu.\n"
|
315 |
+
" Every time one of our plugins is added, "
|
316 |
+
"a new entry will be added to this menu.\n"
|
317 |
+
" For example, after the update, plugin "
|
318 |
+
"options (such as for YITH WooCommerce Wishlist, YITH WooCommerce Ajax "
|
319 |
+
"Search, etc.)\n"
|
320 |
+
" will be moved from previous location to "
|
321 |
+
"YITH Plugins tab."
|
|
|
|
|
322 |
msgstr ""
|
323 |
|
324 |
+
#: lib/yith-dashboard.php:40
|
325 |
+
msgid "YITH Latest Updates"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
326 |
msgstr ""
|
327 |
|
328 |
+
#: lib/yith-dashboard.php:41
|
329 |
+
msgid "Latest news from YITH Blog"
|
330 |
msgstr ""
|
331 |
|
332 |
+
#: lib/yith-dashboard.php:65
|
333 |
+
msgid "RSS Error:"
|
|
|
|
|
|
|
|
|
334 |
msgstr ""
|
335 |
|
336 |
+
#: lib/yith-dashboard.php:71
|
|
|
337 |
msgid ""
|
338 |
+
"An error has occurred, which probably means the feed is down. Try again "
|
339 |
+
"later."
|
|
|
|
|
340 |
msgstr ""
|
341 |
|
342 |
+
#: lib/yith-system-status.php:105
|
343 |
+
msgid "WordPress Version"
|
|
|
|
|
|
|
|
|
|
|
344 |
msgstr ""
|
345 |
|
346 |
+
#: lib/yith-system-status.php:106
|
347 |
+
msgid "WooCommerce Version"
|
|
|
|
|
|
|
|
|
348 |
msgstr ""
|
349 |
|
350 |
+
#: lib/yith-system-status.php:107
|
351 |
+
msgid "Available Memory"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
352 |
msgstr ""
|
353 |
|
354 |
+
#: lib/yith-system-status.php:108
|
355 |
+
msgid "PHP Version"
|
356 |
msgstr ""
|
357 |
|
358 |
+
#: lib/yith-system-status.php:109
|
359 |
+
msgid "TLS Version"
|
360 |
msgstr ""
|
361 |
|
362 |
+
#: lib/yith-system-status.php:110
|
363 |
+
msgid "WordPress Cron"
|
364 |
msgstr ""
|
365 |
|
366 |
+
#: lib/yith-system-status.php:111
|
367 |
+
msgid "SimpleXML"
|
368 |
msgstr ""
|
369 |
|
370 |
+
#: lib/yith-system-status.php:112
|
371 |
+
msgid "MultiByte String"
|
372 |
msgstr ""
|
373 |
|
374 |
+
#: lib/yith-system-status.php:113
|
375 |
+
msgid "ImageMagick Version"
|
|
|
376 |
msgstr ""
|
377 |
|
378 |
+
#: lib/yith-system-status.php:114
|
379 |
+
msgid "GD Library"
|
|
|
|
|
380 |
msgstr ""
|
381 |
|
382 |
+
#: lib/yith-system-status.php:115
|
383 |
+
msgid "Iconv Module"
|
|
|
384 |
msgstr ""
|
385 |
|
386 |
+
#: lib/yith-system-status.php:116
|
387 |
+
msgid "OPCache Save Comments"
|
388 |
msgstr ""
|
389 |
|
390 |
+
#: lib/yith-system-status.php:117
|
391 |
+
msgid "URL FOpen"
|
392 |
msgstr ""
|
393 |
|
394 |
+
#: lib/yith-system-status.php:135 lib/yith-system-status.php:136
|
395 |
+
msgid "System Status"
|
396 |
msgstr ""
|
397 |
|
398 |
+
#: lib/yith-system-status.php:179
|
399 |
+
msgid "YITH Plugins"
|
400 |
msgstr ""
|
401 |
|
402 |
+
#: lib/yith-system-status.php:180
|
403 |
+
msgid "WooCommerce"
|
404 |
msgstr ""
|
405 |
|
406 |
+
#: lib/yith-system-status.php:297
|
407 |
+
msgid "Warning!"
|
408 |
msgstr ""
|
409 |
|
410 |
+
#: lib/yith-system-status.php:298
|
411 |
+
msgid ""
|
412 |
+
"The system check has detected some compatibility issues on your "
|
413 |
+
"installation. %sClick here%s to know more"
|
414 |
msgstr ""
|
415 |
|
416 |
+
#: templates/fields/ajax-customers.php:57
|
417 |
+
msgid "Search Customers"
|
418 |
msgstr ""
|
419 |
|
420 |
+
#: templates/fields/ajax-customers.php:83
|
421 |
+
#: templates/fields/ajax-customers.php:93
|
422 |
+
msgid "%1$s (#%2$s – %3$s)"
|
423 |
msgstr ""
|
424 |
|
425 |
+
#: templates/fields/ajax-posts.php:57
|
426 |
+
msgid "Search Posts"
|
427 |
msgstr ""
|
428 |
|
429 |
+
#: templates/fields/ajax-products.php:16
|
430 |
+
msgid "Search Product"
|
431 |
msgstr ""
|
432 |
|
433 |
+
#: templates/fields/customtabs.php:28
|
434 |
+
msgid "Close all"
|
435 |
msgstr ""
|
436 |
|
437 |
+
#: templates/fields/customtabs.php:28
|
438 |
+
msgid "Expand all"
|
439 |
msgstr ""
|
440 |
|
441 |
+
#: templates/fields/customtabs.php:37 templates/fields/customtabs.php:81
|
442 |
+
msgid "Remove"
|
443 |
msgstr ""
|
444 |
|
445 |
+
#: templates/fields/customtabs.php:52 templates/fields/customtabs.php:94
|
446 |
+
msgid "Value"
|
447 |
msgstr ""
|
448 |
|
449 |
+
#: templates/fields/customtabs.php:53 templates/fields/customtabs.php:95
|
450 |
+
msgid "Content of the tab. (HTML is supported)"
|
451 |
msgstr ""
|
452 |
|
453 |
+
#: templates/fields/customtabs.php:65
|
454 |
+
msgid "Add custom product tab"
|
|
|
|
|
455 |
msgstr ""
|
456 |
|
457 |
+
#: templates/fields/customtabs.php:106
|
458 |
+
msgid "Do you want to remove the custom tab?"
|
|
|
|
|
|
|
|
|
459 |
msgstr ""
|
460 |
|
461 |
+
#: templates/fields/date-format.php:50
|
462 |
+
msgid "Custom:"
|
|
|
|
|
|
|
|
|
463 |
msgstr ""
|
464 |
|
465 |
+
#: templates/fields/icons.php:58
|
466 |
+
msgid "Set Default"
|
|
|
|
|
|
|
|
|
467 |
msgstr ""
|
468 |
|
469 |
+
#: templates/fields/image-gallery.php:34 templates/fields/image-gallery.php:39
|
470 |
+
msgid "Delete image"
|
|
|
|
|
|
|
|
|
471 |
msgstr ""
|
472 |
|
473 |
+
#: templates/fields/image-gallery.php:39
|
474 |
+
msgid "Add Images to Gallery"
|
|
|
|
|
|
|
|
|
475 |
msgstr ""
|
476 |
|
477 |
+
#: templates/fields/image-gallery.php:39
|
478 |
+
msgid "Add to gallery"
|
|
|
479 |
msgstr ""
|
480 |
|
481 |
+
#: templates/fields/image-gallery.php:39
|
482 |
+
msgid "Add images"
|
|
|
|
|
483 |
msgstr ""
|
484 |
|
485 |
+
#: templates/fields/image-gallery.php:39
|
486 |
+
msgid "Delete"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
487 |
msgstr ""
|
488 |
|
489 |
+
#: templates/fields/select-buttons.php:21
|
490 |
+
msgid "Add All"
|
491 |
msgstr ""
|
492 |
|
493 |
+
#: templates/fields/select-buttons.php:34
|
494 |
+
msgid "Remove All"
|
495 |
msgstr ""
|
496 |
|
497 |
+
#: templates/fields/sidebars.php:22
|
498 |
+
msgid "Left sidebar"
|
|
|
|
|
|
|
499 |
msgstr ""
|
500 |
|
501 |
+
#: templates/fields/sidebars.php:25
|
502 |
+
msgid "Right sidebar"
|
503 |
msgstr ""
|
504 |
|
505 |
+
#: templates/fields/sidebars.php:28 templates/fields/sidebars.php:31
|
506 |
+
msgid "No sidebar"
|
|
|
|
|
|
|
|
|
|
|
|
|
507 |
msgstr ""
|
508 |
|
509 |
+
#: templates/fields/sidebars.php:39
|
510 |
+
msgid "Left Sidebar"
|
511 |
msgstr ""
|
512 |
|
513 |
+
#: templates/fields/sidebars.php:41 templates/fields/sidebars.php:54
|
514 |
+
msgid "Choose a sidebar"
|
515 |
msgstr ""
|
516 |
|
517 |
+
#: templates/fields/sidebars.php:52
|
518 |
+
msgid "Right Sidebar"
|
519 |
msgstr ""
|
520 |
|
521 |
+
#: templates/fields/upload.php:27 templates/metaboxes/types/icon-list.php:70
|
522 |
+
#: templates/panel/woocommerce/woocommerce-upload.php:40
|
523 |
+
msgid "Upload"
|
|
|
524 |
msgstr ""
|
525 |
|
526 |
+
#: templates/fields/upload.php:29
|
527 |
+
msgid "Reset"
|
|
|
|
|
528 |
msgstr ""
|
529 |
|
530 |
+
#: templates/metaboxes/types/icon-list.php:76
|
531 |
+
msgid "Image preview"
|
|
|
|
|
532 |
msgstr ""
|
533 |
|
534 |
+
#: templates/metaboxes/types/icon-list.php:90
|
535 |
+
msgid "(Default: %s <img src=\"%s\"/>)"
|
|
|
536 |
msgstr ""
|
537 |
|
538 |
+
#: templates/metaboxes/types/icon-list.php:92
|
539 |
+
msgid "(Default: <i %s></i> )"
|
540 |
msgstr ""
|
541 |
|
542 |
+
#: templates/panel/woocommerce/woocommerce-form.php:20
|
543 |
+
msgid "Reset Defaults"
|
544 |
msgstr ""
|
545 |
|
546 |
+
#: templates/sysinfo/system-information-panel.php:30
|
547 |
+
msgid "YITH System Information"
|
|
|
548 |
msgstr ""
|
549 |
|
550 |
+
#: templates/sysinfo/system-information-panel.php:38
|
551 |
+
msgid "Site URL"
|
552 |
msgstr ""
|
553 |
|
554 |
+
#: templates/sysinfo/system-information-panel.php:46
|
555 |
+
msgid "Output IP Address"
|
|
|
556 |
msgstr ""
|
557 |
|
558 |
+
#: templates/sysinfo/system-information-panel.php:76
|
559 |
+
msgid "Enabled"
|
560 |
msgstr ""
|
561 |
|
562 |
+
#: templates/sysinfo/system-information-panel.php:76
|
563 |
+
msgid "Disabled"
|
564 |
msgstr ""
|
565 |
|
566 |
+
#: templates/sysinfo/system-information-panel.php:82
|
567 |
+
msgid "N/A"
|
568 |
msgstr ""
|
569 |
|
570 |
+
#: templates/sysinfo/system-information-panel.php:96
|
571 |
+
msgid "%s needs %s enabled"
|
572 |
msgstr ""
|
573 |
|
574 |
+
#: templates/sysinfo/system-information-panel.php:98
|
575 |
+
msgid "%s needs at least %s of available memory"
|
576 |
msgstr ""
|
577 |
|
578 |
+
#: templates/sysinfo/system-information-panel.php:100
|
579 |
+
#: templates/sysinfo/system-information-panel.php:149
|
580 |
+
msgid ""
|
581 |
+
"For optimal functioning of our plugins, we suggest setting at least %s of "
|
582 |
+
"available memory"
|
583 |
msgstr ""
|
584 |
|
585 |
+
#: templates/sysinfo/system-information-panel.php:102
|
586 |
+
#: templates/sysinfo/system-information-panel.php:137
|
587 |
+
#: templates/sysinfo/system-information-panel.php:151
|
588 |
+
msgid "Read more %s here%s or contact your hosting company in order to increase it."
|
589 |
msgstr ""
|
590 |
|
591 |
+
#: templates/sysinfo/system-information-panel.php:105
|
592 |
+
msgid "%s needs at least %s version"
|
593 |
msgstr ""
|
594 |
|
595 |
+
#: templates/sysinfo/system-information-panel.php:116
|
596 |
+
msgid ""
|
597 |
+
"Update it to the latest version in order to benefit of all new features and "
|
598 |
+
"security updates."
|
599 |
msgstr ""
|
600 |
|
601 |
+
#: templates/sysinfo/system-information-panel.php:122
|
602 |
+
msgid "Contact your hosting company in order to update it."
|
603 |
msgstr ""
|
604 |
|
605 |
+
#: templates/sysinfo/system-information-panel.php:126
|
606 |
+
msgid "Remove %s from %s file"
|
607 |
msgstr ""
|
608 |
|
609 |
+
#: templates/sysinfo/system-information-panel.php:134
|
610 |
+
msgid "Contact your hosting company in order to enable it."
|
611 |
msgstr ""
|
612 |
|
613 |
+
#: templates/sysinfo/system-information-panel.php:157
|
614 |
+
msgid ""
|
615 |
+
"We cannot determine which <b>TLS</b> version is installed because "
|
616 |
+
"<b>cURL</b> module is disabled. Ask your hosting company to enable it."
|
617 |
msgstr ""
|
618 |
|
619 |
+
#: templates/sysinfo/system-information-panel.php:160
|
620 |
+
msgid ""
|
621 |
+
"<b>ImageMagick</b> module is not installed. Ask your hosting company to "
|
622 |
+
"install it."
|
623 |
msgstr ""
|
624 |
|
625 |
+
#: templates/sysinfo/system-information-panel.php:172
|
626 |
+
msgid "Show full PHPInfo"
|
627 |
msgstr ""
|
628 |
|
629 |
+
#: templates/sysinfo/system-information-panel.php:176
|
630 |
+
msgid "Back to System panel"
|
631 |
msgstr ""
|
632 |
|
633 |
+
#: templates/sysinfo/system-information-panel.php:193
|
634 |
+
msgid "Back to top"
|
635 |
msgstr ""
|
636 |
|
637 |
+
#: yit-plugin.php:194
|
638 |
+
msgid "License"
|
639 |
msgstr ""
|
640 |
|
641 |
+
#. Author of the plugin/theme
|
642 |
+
msgid "YITH"
|
643 |
msgstr ""
|
644 |
|
645 |
+
#: lib/privacy/yit-privacy.php:24
|
646 |
+
msgctxt "Privacy Policy Guide Title"
|
647 |
+
msgid "YITH Plugins"
|
648 |
msgstr ""
|
649 |
|
650 |
+
#: lib/privacy/yit-privacy.php:59
|
651 |
+
msgctxt "Privacy Policy Content"
|
652 |
+
msgid ""
|
653 |
+
"This sample language includes the basics around what personal data your "
|
654 |
+
"store may be collecting, storing and sharing, as well as who may have "
|
655 |
+
"access to that data. Depending on what settings are enabled and which "
|
656 |
+
"additional plugins are used, the specific information shared by your store "
|
657 |
+
"will vary. We recommend consulting with a lawyer when deciding what "
|
658 |
+
"information to disclose on your privacy policy."
|
659 |
msgstr ""
|
660 |
|
661 |
+
#: lib/privacy/yit-privacy.php:63
|
662 |
+
msgctxt "Privacy Policy Content"
|
663 |
+
msgid "What we collect and store"
|
664 |
msgstr ""
|
665 |
|
666 |
+
#: lib/privacy/yit-privacy.php:66
|
667 |
+
msgctxt "Privacy Policy Content"
|
668 |
+
msgid "Who on our team has access"
|
669 |
msgstr ""
|
670 |
|
671 |
+
#: lib/privacy/yit-privacy.php:69
|
672 |
+
msgctxt "Privacy Policy Content"
|
673 |
+
msgid "What we share with others"
|
674 |
msgstr ""
|
675 |
|
676 |
+
#: lib/privacy/yit-privacy.php:72
|
677 |
+
msgctxt "Privacy Policy Content"
|
678 |
+
msgid "Payments"
|
679 |
msgstr ""
|
680 |
|
681 |
+
#: lib/yit-cpt-unlimited.php:627
|
682 |
+
msgctxt "taxonomy general name"
|
683 |
+
msgid "%s Categories"
|
684 |
msgstr ""
|
685 |
|
686 |
+
#: lib/yit-cpt-unlimited.php:628
|
687 |
+
msgctxt "taxonomy singular name"
|
688 |
+
msgid "Category"
|
689 |
msgstr ""
|
690 |
|
691 |
+
#: lib/yith-dashboard.php:99
|
692 |
+
msgctxt "Plugin FW"
|
693 |
+
msgid "View Changelog"
|
694 |
msgstr ""
|
695 |
|
696 |
+
#: lib/yith-dashboard.php:100
|
697 |
+
msgctxt "Plugin FW"
|
698 |
+
msgid "Latest update released on"
|
699 |
msgstr ""
|
700 |
|
701 |
+
#: lib/yith-dashboard.php:143
|
702 |
+
msgctxt "Button label"
|
703 |
+
msgid "Close"
|
704 |
msgstr ""
|
705 |
|
706 |
+
#: lib/yith-gutenberg.php:134
|
707 |
+
msgctxt "[gutenberg]: Category Name"
|
708 |
+
msgid "YITH"
|
709 |
msgstr ""
|
710 |
|
711 |
+
#: templates/fields/onoff.php:24
|
712 |
+
msgctxt "ON/OFF button: use MAX 3 characters!"
|
713 |
+
msgid "ON"
|
714 |
msgstr ""
|
715 |
|
716 |
+
#: templates/fields/onoff.php:25
|
717 |
+
msgctxt "ON/OFF button: use MAX 3 characters!"
|
718 |
+
msgid "OFF"
|
719 |
msgstr ""
|
720 |
|
721 |
#: yit-plugin.php:83
|
738 |
msgid "Premium version"
|
739 |
msgstr ""
|
740 |
|
741 |
+
#: yit-plugin.php:190
|
742 |
msgctxt "Action links"
|
743 |
msgid "Settings"
|
744 |
+
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-plugin-panel-wc.php
CHANGED
@@ -340,14 +340,13 @@ if ( !class_exists( 'YIT_Plugin_Panel_WooCommerce' ) ) {
|
|
340 |
$yit_options = $this->get_main_array_options();
|
341 |
$option_key = $this->get_current_option_key();
|
342 |
foreach ( $yit_options[ $option_key ] as $id => $option ) {
|
343 |
-
if( isset( $option['yith-type'] ) && $option['yith-type'] == 'multi-colorpicker' && !
|
344 |
$default = [];
|
345 |
-
foreach( $option['colorpickers'] as $colorpicker ) {
|
346 |
-
$default[ $colorpicker['id'] ] = isset( $colorpicker['default'] ) ? $colorpicker['default'] : '';
|
347 |
}
|
348 |
update_option( $option[ 'id' ], $default );
|
349 |
-
}
|
350 |
-
elseif ( isset( $option[ 'default' ] ) ) {
|
351 |
update_option( $option[ 'id' ], $option[ 'default' ] );
|
352 |
}
|
353 |
}
|
@@ -372,8 +371,11 @@ if ( !class_exists( 'YIT_Plugin_Panel_WooCommerce' ) ) {
|
|
372 |
wp_enqueue_style( 'wp-jquery-ui-dialog' );
|
373 |
}
|
374 |
|
|
|
|
|
|
|
375 |
// enqueue styles only in the current panel page
|
376 |
-
if ( 'admin.php' === $pagenow && strpos(
|
377 |
$woocommerce_version = function_exists( 'WC' ) ? WC()->version : $woocommerce->version;
|
378 |
$woocommerce_settings_deps = array( 'jquery', 'jquery-ui-datepicker', 'jquery-ui-sortable', 'iris' );
|
379 |
|
@@ -396,17 +398,16 @@ if ( !class_exists( 'YIT_Plugin_Panel_WooCommerce' ) ) {
|
|
396 |
wp_localize_script( 'woocommerce_settings', 'woocommerce_settings_params', array(
|
397 |
'i18n_nav_warning' => __( 'The changes you have made will be lost if you leave this page.', 'yith-plugin-fw' )
|
398 |
) );
|
399 |
-
|
400 |
wp_enqueue_script( 'yith-plugin-fw-fields' );
|
401 |
}
|
402 |
|
403 |
-
if ( 'admin.php' === $pagenow &&
|
404 |
wp_enqueue_media();
|
405 |
wp_enqueue_style( 'yit-plugin-style' );
|
406 |
wp_enqueue_script( 'yit-plugin-panel' );
|
407 |
}
|
408 |
|
409 |
-
if ( 'admin.php' === $pagenow && strpos(
|
410 |
wp_enqueue_style( 'yit-upgrade-to-pro' );
|
411 |
wp_enqueue_script( 'colorbox' );
|
412 |
}
|
@@ -470,7 +471,10 @@ if ( !class_exists( 'YIT_Plugin_Panel_WooCommerce' ) ) {
|
|
470 |
public static function admin_body_class( $admin_body_classes ) {
|
471 |
global $pagenow;
|
472 |
|
473 |
-
|
|
|
|
|
|
|
474 |
$admin_body_classes = substr_count( $admin_body_classes, self::$body_class ) == 0 ? $admin_body_classes . self::$body_class : $admin_body_classes;
|
475 |
|
476 |
return 'admin.php' == $pagenow && substr_count( $admin_body_classes, 'woocommerce' ) == 0 ? $admin_body_classes .= ' woocommerce ' : $admin_body_classes;
|
@@ -549,11 +553,11 @@ if ( !class_exists( 'YIT_Plugin_Panel_WooCommerce' ) ) {
|
|
549 |
|
550 |
if ( $value && isset( $option[ 'elements' ] ) && !empty( $option[ 'elements' ] ) ) {
|
551 |
|
552 |
-
|
553 |
|
554 |
-
|
555 |
-
|
556 |
-
|
557 |
|
558 |
foreach ( $value as $index => $single_toggle ) {
|
559 |
|
@@ -567,7 +571,7 @@ if ( !class_exists( 'YIT_Plugin_Panel_WooCommerce' ) ) {
|
|
567 |
}
|
568 |
|
569 |
foreach ( $option[ 'elements' ] as $element ) {
|
570 |
-
|
571 |
$value[ $index ][ $element[ 'id' ] ] = self::sanitize_option( $element_value, $element, $element_value );
|
572 |
}
|
573 |
}
|
@@ -627,11 +631,11 @@ if ( !class_exists( 'YIT_Plugin_Panel_WooCommerce' ) ) {
|
|
627 |
*/
|
628 |
public function save_toggle_element_options() {
|
629 |
|
630 |
-
|
631 |
|
632 |
-
|
633 |
-
|
634 |
-
|
635 |
|
636 |
$posted = $_POST;
|
637 |
$tabs = $this->get_available_tabs();
|
@@ -640,7 +644,7 @@ if ( !class_exists( 'YIT_Plugin_Panel_WooCommerce' ) ) {
|
|
640 |
$option_id = isset( $_REQUEST[ 'toggle_id' ] ) ? $_REQUEST[ 'toggle_id' ] : '';
|
641 |
$updated = false;
|
642 |
|
643 |
-
if ( !
|
644 |
|
645 |
$tab_options = $yit_options[ $current_tab ];
|
646 |
foreach ( $tab_options as $key => $item ) {
|
340 |
$yit_options = $this->get_main_array_options();
|
341 |
$option_key = $this->get_current_option_key();
|
342 |
foreach ( $yit_options[ $option_key ] as $id => $option ) {
|
343 |
+
if ( isset( $option[ 'yith-type' ] ) && $option[ 'yith-type' ] == 'multi-colorpicker' && !empty( $option[ 'colorpickers' ] ) ) {
|
344 |
$default = [];
|
345 |
+
foreach ( $option[ 'colorpickers' ] as $colorpicker ) {
|
346 |
+
$default[ $colorpicker[ 'id' ] ] = isset( $colorpicker[ 'default' ] ) ? $colorpicker[ 'default' ] : '';
|
347 |
}
|
348 |
update_option( $option[ 'id' ], $default );
|
349 |
+
} elseif ( isset( $option[ 'default' ] ) ) {
|
|
|
350 |
update_option( $option[ 'id' ], $option[ 'default' ] );
|
351 |
}
|
352 |
}
|
371 |
wp_enqueue_style( 'wp-jquery-ui-dialog' );
|
372 |
}
|
373 |
|
374 |
+
$screen = function_exists( 'get_current_screen' ) ? get_current_screen() : false;
|
375 |
+
$assets_screen_ids = (array) apply_filters( 'yith_plugin_fw_wc_panel_screen_ids_for_assets', array() );
|
376 |
+
|
377 |
// enqueue styles only in the current panel page
|
378 |
+
if ( $screen && ( 'admin.php' === $pagenow && strpos( $screen->id, $this->settings[ 'page' ] ) !== false ) || in_array( $screen->id, $assets_screen_ids ) ) {
|
379 |
$woocommerce_version = function_exists( 'WC' ) ? WC()->version : $woocommerce->version;
|
380 |
$woocommerce_settings_deps = array( 'jquery', 'jquery-ui-datepicker', 'jquery-ui-sortable', 'iris' );
|
381 |
|
398 |
wp_localize_script( 'woocommerce_settings', 'woocommerce_settings_params', array(
|
399 |
'i18n_nav_warning' => __( 'The changes you have made will be lost if you leave this page.', 'yith-plugin-fw' )
|
400 |
) );
|
|
|
401 |
wp_enqueue_script( 'yith-plugin-fw-fields' );
|
402 |
}
|
403 |
|
404 |
+
if ( $screen && ( 'admin.php' === $pagenow && yith_plugin_fw_is_panel() ) || in_array( $screen->id, $assets_screen_ids ) ) {
|
405 |
wp_enqueue_media();
|
406 |
wp_enqueue_style( 'yit-plugin-style' );
|
407 |
wp_enqueue_script( 'yit-plugin-panel' );
|
408 |
}
|
409 |
|
410 |
+
if ( $screen && 'admin.php' === $pagenow && strpos( $screen->id, 'yith_upgrade_premium_version' ) !== false ) {
|
411 |
wp_enqueue_style( 'yit-upgrade-to-pro' );
|
412 |
wp_enqueue_script( 'colorbox' );
|
413 |
}
|
471 |
public static function admin_body_class( $admin_body_classes ) {
|
472 |
global $pagenow;
|
473 |
|
474 |
+
$assets_screen_ids = (array) apply_filters( 'yith_plugin_fw_wc_panel_screen_ids_for_assets', array() );
|
475 |
+
|
476 |
+
|
477 |
+
if ( ( 'admin.php' == $pagenow && ( strpos( get_current_screen()->id, 'yith-plugins_page' ) !== false || in_array( get_current_screen()->id, $assets_screen_ids ) ) ) )
|
478 |
$admin_body_classes = substr_count( $admin_body_classes, self::$body_class ) == 0 ? $admin_body_classes . self::$body_class : $admin_body_classes;
|
479 |
|
480 |
return 'admin.php' == $pagenow && substr_count( $admin_body_classes, 'woocommerce' ) == 0 ? $admin_body_classes .= ' woocommerce ' : $admin_body_classes;
|
553 |
|
554 |
if ( $value && isset( $option[ 'elements' ] ) && !empty( $option[ 'elements' ] ) ) {
|
555 |
|
556 |
+
$value = maybe_unserialize( $value );
|
557 |
|
558 |
+
if ( isset( $value[ 'box_id' ] ) ) {
|
559 |
+
unset( $value[ 'box_id' ] );
|
560 |
+
}
|
561 |
|
562 |
foreach ( $value as $index => $single_toggle ) {
|
563 |
|
571 |
}
|
572 |
|
573 |
foreach ( $option[ 'elements' ] as $element ) {
|
574 |
+
$element_value = isset( $value[ $index ][ $element[ 'id' ] ] ) ? $value[ $index ][ $element[ 'id' ] ] : false;
|
575 |
$value[ $index ][ $element[ 'id' ] ] = self::sanitize_option( $element_value, $element, $element_value );
|
576 |
}
|
577 |
}
|
631 |
*/
|
632 |
public function save_toggle_element_options() {
|
633 |
|
634 |
+
check_ajax_referer( 'save-toggle-element', 'security' );
|
635 |
|
636 |
+
if ( !current_user_can( $this->settings[ 'capability' ] ) ) {
|
637 |
+
wp_die( -1 );
|
638 |
+
}
|
639 |
|
640 |
$posted = $_POST;
|
641 |
$tabs = $this->get_available_tabs();
|
644 |
$option_id = isset( $_REQUEST[ 'toggle_id' ] ) ? $_REQUEST[ 'toggle_id' ] : '';
|
645 |
$updated = false;
|
646 |
|
647 |
+
if ( !empty( $yit_options[ $current_tab ] ) && !empty( $option_id ) ) {
|
648 |
|
649 |
$tab_options = $yit_options[ $current_tab ];
|
650 |
foreach ( $tab_options as $key => $item ) {
|
plugin-fw/lib/yit-plugin-panel.php
CHANGED
@@ -132,7 +132,8 @@ if ( !class_exists( 'YIT_Plugin_Panel' ) ) {
|
|
132 |
global $pagenow, $post_type, $taxonomy;
|
133 |
$tabs = false;
|
134 |
|
135 |
-
if ( in_array( $pagenow, array( 'post.php', 'post-new.php', 'edit.php' ), true )
|
|
|
136 |
$tabs = $this->get_post_type_tabs( $post_type );
|
137 |
} else if ( in_array( $pagenow, array( 'edit-tags.php', 'term.php' ), true ) ) {
|
138 |
$tabs = $this->get_taxonomy_tabs( $taxonomy );
|
@@ -459,6 +460,8 @@ if ( !class_exists( 'YIT_Plugin_Panel' ) ) {
|
|
459 |
foreach ( $this->settings[ 'admin-tabs' ] as $tab => $tab_value ) {
|
460 |
$active_class = ( $current_tab == $tab ) ? ' nav-tab-active' : '';
|
461 |
$active_class .= 'premium' == $tab ? ' ' . $premium_class : '';
|
|
|
|
|
462 |
$first_sub_tab = $this->get_first_sub_tab_key( $tab );
|
463 |
$sub_tab = !!$first_sub_tab ? $first_sub_tab : '';
|
464 |
|
@@ -948,9 +951,9 @@ if ( !class_exists( 'YIT_Plugin_Panel' ) ) {
|
|
948 |
*/
|
949 |
function get_tab_title() {
|
950 |
$yit_options = $this->get_main_array_options();
|
951 |
-
$
|
952 |
|
953 |
-
foreach ( $yit_options[ $
|
954 |
foreach ( $data as $option ) {
|
955 |
if ( isset( $option[ 'type' ] ) && $option[ 'type' ] == 'title' ) {
|
956 |
return $option[ 'name' ];
|
@@ -971,9 +974,9 @@ if ( !class_exists( 'YIT_Plugin_Panel' ) ) {
|
|
971 |
*/
|
972 |
function get_section_title( $section ) {
|
973 |
$yit_options = $this->get_main_array_options();
|
974 |
-
$
|
975 |
|
976 |
-
foreach ( $yit_options[ $
|
977 |
if ( isset( $option[ 'type' ] ) && $option[ 'type' ] == 'section' ) {
|
978 |
return $option[ 'name' ];
|
979 |
}
|
@@ -992,9 +995,9 @@ if ( !class_exists( 'YIT_Plugin_Panel' ) ) {
|
|
992 |
*/
|
993 |
function get_section_description( $section ) {
|
994 |
$yit_options = $this->get_main_array_options();
|
995 |
-
$
|
996 |
|
997 |
-
foreach ( $yit_options[ $
|
998 |
if ( isset( $option[ 'type' ] ) && $option[ 'type' ] == 'section' && isset( $option[ 'desc' ] ) ) {
|
999 |
return '<p>' . $option[ 'desc' ] . '</p>';
|
1000 |
}
|
@@ -1284,7 +1287,10 @@ if ( !class_exists( 'YIT_Plugin_Panel' ) ) {
|
|
1284 |
break;
|
1285 |
}
|
1286 |
}
|
1287 |
-
|
|
|
|
|
|
|
1288 |
}
|
1289 |
|
1290 |
public function get_taxonomy_tabs( $taxonomy ) {
|
@@ -1300,7 +1306,10 @@ if ( !class_exists( 'YIT_Plugin_Panel' ) ) {
|
|
1300 |
break;
|
1301 |
}
|
1302 |
}
|
1303 |
-
|
|
|
|
|
|
|
1304 |
}
|
1305 |
|
1306 |
|
132 |
global $pagenow, $post_type, $taxonomy;
|
133 |
$tabs = false;
|
134 |
|
135 |
+
if ( in_array( $pagenow, array( 'post.php', 'post-new.php', 'edit.php' ), true )
|
136 |
+
&& !in_array( $post_type, array( 'product', 'page', 'post' ) ) ) {
|
137 |
$tabs = $this->get_post_type_tabs( $post_type );
|
138 |
} else if ( in_array( $pagenow, array( 'edit-tags.php', 'term.php' ), true ) ) {
|
139 |
$tabs = $this->get_taxonomy_tabs( $taxonomy );
|
460 |
foreach ( $this->settings[ 'admin-tabs' ] as $tab => $tab_value ) {
|
461 |
$active_class = ( $current_tab == $tab ) ? ' nav-tab-active' : '';
|
462 |
$active_class .= 'premium' == $tab ? ' ' . $premium_class : '';
|
463 |
+
$active_class = apply_filters( 'yith_plugin_fw_panel_active_tab_class', $active_class, $current_tab, $tab );
|
464 |
+
|
465 |
$first_sub_tab = $this->get_first_sub_tab_key( $tab );
|
466 |
$sub_tab = !!$first_sub_tab ? $first_sub_tab : '';
|
467 |
|
951 |
*/
|
952 |
function get_tab_title() {
|
953 |
$yit_options = $this->get_main_array_options();
|
954 |
+
$option_key = $this->get_current_option_key();
|
955 |
|
956 |
+
foreach ( $yit_options[ $option_key ] as $sections => $data ) {
|
957 |
foreach ( $data as $option ) {
|
958 |
if ( isset( $option[ 'type' ] ) && $option[ 'type' ] == 'title' ) {
|
959 |
return $option[ 'name' ];
|
974 |
*/
|
975 |
function get_section_title( $section ) {
|
976 |
$yit_options = $this->get_main_array_options();
|
977 |
+
$option_key = $this->get_current_option_key();
|
978 |
|
979 |
+
foreach ( $yit_options[ $option_key ][ $section ] as $option ) {
|
980 |
if ( isset( $option[ 'type' ] ) && $option[ 'type' ] == 'section' ) {
|
981 |
return $option[ 'name' ];
|
982 |
}
|
995 |
*/
|
996 |
function get_section_description( $section ) {
|
997 |
$yit_options = $this->get_main_array_options();
|
998 |
+
$option_key = $this->get_current_option_key();
|
999 |
|
1000 |
+
foreach ( $yit_options[ $option_key ][ $section ] as $option ) {
|
1001 |
if ( isset( $option[ 'type' ] ) && $option[ 'type' ] == 'section' && isset( $option[ 'desc' ] ) ) {
|
1002 |
return '<p>' . $option[ 'desc' ] . '</p>';
|
1003 |
}
|
1287 |
break;
|
1288 |
}
|
1289 |
}
|
1290 |
+
|
1291 |
+
$panel_page = isset( $this->settings['page'] ) ? $this->settings['page'] : 'general';
|
1292 |
+
|
1293 |
+
return apply_filters( "yith_plugin_fw_panel_{$panel_page}_get_post_type_tabs", $tabs, $post_type );
|
1294 |
}
|
1295 |
|
1296 |
public function get_taxonomy_tabs( $taxonomy ) {
|
1306 |
break;
|
1307 |
}
|
1308 |
}
|
1309 |
+
|
1310 |
+
$panel_page = isset( $this->settings['page'] ) ? $this->settings['page'] : 'general';
|
1311 |
+
|
1312 |
+
return apply_filters( "yith_plugin_fw_panel_{$panel_page}_get_taxonomy_tabs", $tabs, $taxonomy );
|
1313 |
}
|
1314 |
|
1315 |
|
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/lib/yith-system-status.php
CHANGED
@@ -19,17 +19,12 @@ if ( ! class_exists( 'YITH_System_Status' ) ) {
|
|
19 |
* Setting Page to Manage Plugins
|
20 |
*
|
21 |
* @class YITH_System_Status
|
22 |
-
* @package YITH
|
23 |
* @since 1.0
|
24 |
* @author Alberto Ruggiero
|
|
|
25 |
*/
|
26 |
class YITH_System_Status {
|
27 |
|
28 |
-
/**
|
29 |
-
* @var array The settings require to add the submenu page "System Status"
|
30 |
-
*/
|
31 |
-
protected $_settings = array();
|
32 |
-
|
33 |
/**
|
34 |
* @var string the page slug
|
35 |
*/
|
@@ -48,16 +43,16 @@ if ( ! class_exists( 'YITH_System_Status' ) ) {
|
|
48 |
/**
|
49 |
* Single instance of the class
|
50 |
*
|
51 |
-
* @var \YITH_System_Status
|
52 |
* @since 1.0.0
|
|
|
53 |
*/
|
54 |
protected static $_instance = null;
|
55 |
|
56 |
/**
|
57 |
* Main plugin Instance
|
58 |
*
|
59 |
-
* @since 1.0.0
|
60 |
* @return YITH_System_Status
|
|
|
61 |
* @author Alberto Ruggiero
|
62 |
*/
|
63 |
public static function instance() {
|
@@ -71,8 +66,8 @@ if ( ! class_exists( 'YITH_System_Status' ) ) {
|
|
71 |
/**
|
72 |
* Constructor
|
73 |
*
|
74 |
-
* @since 1.0.0
|
75 |
* @return void
|
|
|
76 |
* @author Alberto Ruggiero
|
77 |
*/
|
78 |
public function __construct() {
|
@@ -89,16 +84,22 @@ if ( ! class_exists( 'YITH_System_Status' ) ) {
|
|
89 |
return;
|
90 |
}
|
91 |
|
92 |
-
|
93 |
-
|
|
|
|
|
|
|
94 |
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
|
|
|
|
|
|
102 |
|
103 |
$this->_requirement_labels = array(
|
104 |
'min_wp_version' => __( 'WordPress Version', 'yith-plugin-fw' ),
|
@@ -116,28 +117,33 @@ if ( ! class_exists( 'YITH_System_Status' ) ) {
|
|
116 |
'url_fopen_enabled' => __( 'URL FOpen', 'yith-plugin-fw' ),
|
117 |
);
|
118 |
|
119 |
-
add_action( 'admin_menu', array( $this, 'add_submenu_page' ), 99 );
|
120 |
-
add_action( 'admin_init', array( $this, 'check_system_status' ) );
|
121 |
-
add_action( 'admin_notices', array( $this, 'activate_system_notice' ), 15 );
|
122 |
-
add_action( 'admin_enqueue_scripts', array( $this, 'dismissable_notice' ), 20 );
|
123 |
-
|
124 |
-
|
125 |
}
|
126 |
|
127 |
/**
|
128 |
* Add "System Information" submenu page under YITH Plugins
|
129 |
*
|
130 |
-
* @since 1.0.0
|
131 |
* @return void
|
|
|
132 |
* @author Alberto Ruggiero
|
133 |
*/
|
134 |
public function add_submenu_page() {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
135 |
add_submenu_page(
|
136 |
-
$
|
137 |
-
$
|
138 |
-
$
|
139 |
-
$
|
140 |
-
$
|
141 |
array( $this, 'show_information_panel' )
|
142 |
);
|
143 |
}
|
@@ -145,8 +151,8 @@ if ( ! class_exists( 'YITH_System_Status' ) ) {
|
|
145 |
/**
|
146 |
* Add "System Information" page template under YITH Plugins
|
147 |
*
|
148 |
-
* @since 1.0.0
|
149 |
* @return void
|
|
|
150 |
* @author Alberto Ruggiero
|
151 |
*/
|
152 |
public function show_information_panel() {
|
@@ -161,8 +167,8 @@ if ( ! class_exists( 'YITH_System_Status' ) ) {
|
|
161 |
/**
|
162 |
* Perform system status check
|
163 |
*
|
164 |
-
* @since 1.0.0
|
165 |
* @return void
|
|
|
166 |
* @author Alberto Ruggiero
|
167 |
*/
|
168 |
public function check_system_status() {
|
@@ -231,12 +237,12 @@ if ( ! class_exists( 'YITH_System_Status' ) ) {
|
|
231 |
/**
|
232 |
* Handle plugin requirements
|
233 |
*
|
234 |
-
* @since 1.0.0
|
235 |
-
*
|
236 |
* @param $plugin_name string
|
237 |
* @param $requirements array
|
238 |
*
|
239 |
* @return void
|
|
|
|
|
240 |
* @author Alberto Ruggiero
|
241 |
*/
|
242 |
public function add_requirements( $plugin_name, $requirements ) {
|
@@ -255,8 +261,8 @@ if ( ! class_exists( 'YITH_System_Status' ) ) {
|
|
255 |
/**
|
256 |
* Manages notice dismissing
|
257 |
*
|
258 |
-
* @since 1.0.0
|
259 |
* @return void
|
|
|
260 |
* @author Alberto Ruggiero
|
261 |
*/
|
262 |
public function dismissable_notice() {
|
@@ -268,8 +274,8 @@ if ( ! class_exists( 'YITH_System_Status' ) ) {
|
|
268 |
/**
|
269 |
* Show system notice
|
270 |
*
|
271 |
-
* @since 1.0.0
|
272 |
* @return void
|
|
|
273 |
* @author Alberto Ruggiero
|
274 |
*/
|
275 |
public function activate_system_notice() {
|
@@ -300,8 +306,8 @@ if ( ! class_exists( 'YITH_System_Status' ) ) {
|
|
300 |
/**
|
301 |
* Get system information
|
302 |
*
|
303 |
-
* @since 1.0.0
|
304 |
* @return array
|
|
|
305 |
* @author Alberto Ruggiero
|
306 |
*/
|
307 |
public function get_system_info() {
|
@@ -357,11 +363,11 @@ if ( ! class_exists( 'YITH_System_Status' ) ) {
|
|
357 |
/**
|
358 |
* Convert site into number
|
359 |
*
|
360 |
-
* @since 1.0.0
|
361 |
-
*
|
362 |
* @param $memory_size string
|
363 |
*
|
364 |
* @return integer
|
|
|
|
|
365 |
* @author Alberto Ruggiero
|
366 |
*/
|
367 |
public function memory_size_to_num( $memory_size ) {
|
19 |
* Setting Page to Manage Plugins
|
20 |
*
|
21 |
* @class YITH_System_Status
|
|
|
22 |
* @since 1.0
|
23 |
* @author Alberto Ruggiero
|
24 |
+
* @package YITH
|
25 |
*/
|
26 |
class YITH_System_Status {
|
27 |
|
|
|
|
|
|
|
|
|
|
|
28 |
/**
|
29 |
* @var string the page slug
|
30 |
*/
|
43 |
/**
|
44 |
* Single instance of the class
|
45 |
*
|
|
|
46 |
* @since 1.0.0
|
47 |
+
* @var \YITH_System_Status
|
48 |
*/
|
49 |
protected static $_instance = null;
|
50 |
|
51 |
/**
|
52 |
* Main plugin Instance
|
53 |
*
|
|
|
54 |
* @return YITH_System_Status
|
55 |
+
* @since 1.0.0
|
56 |
* @author Alberto Ruggiero
|
57 |
*/
|
58 |
public static function instance() {
|
66 |
/**
|
67 |
* Constructor
|
68 |
*
|
|
|
69 |
* @return void
|
70 |
+
* @since 1.0.0
|
71 |
* @author Alberto Ruggiero
|
72 |
*/
|
73 |
public function __construct() {
|
84 |
return;
|
85 |
}
|
86 |
|
87 |
+
add_action( 'admin_menu', array( $this, 'add_submenu_page' ), 99 );
|
88 |
+
add_action( 'admin_init', array( $this, 'check_system_status' ) );
|
89 |
+
add_action( 'admin_notices', array( $this, 'activate_system_notice' ), 15 );
|
90 |
+
add_action( 'admin_enqueue_scripts', array( $this, 'dismissable_notice' ), 20 );
|
91 |
+
add_action( 'init', array( $this, 'set_requirements_labels' ) );
|
92 |
|
93 |
+
}
|
94 |
+
|
95 |
+
/**
|
96 |
+
* Set requirements labels
|
97 |
+
*
|
98 |
+
* @return void
|
99 |
+
* @since 1.0.0
|
100 |
+
* @author Alberto Ruggiero
|
101 |
+
*/
|
102 |
+
public function set_requirements_labels() {
|
103 |
|
104 |
$this->_requirement_labels = array(
|
105 |
'min_wp_version' => __( 'WordPress Version', 'yith-plugin-fw' ),
|
117 |
'url_fopen_enabled' => __( 'URL FOpen', 'yith-plugin-fw' ),
|
118 |
);
|
119 |
|
|
|
|
|
|
|
|
|
|
|
|
|
120 |
}
|
121 |
|
122 |
/**
|
123 |
* Add "System Information" submenu page under YITH Plugins
|
124 |
*
|
|
|
125 |
* @return void
|
126 |
+
* @since 1.0.0
|
127 |
* @author Alberto Ruggiero
|
128 |
*/
|
129 |
public function add_submenu_page() {
|
130 |
+
|
131 |
+
$system_info = get_option( 'yith_system_info', array() );
|
132 |
+
$error_notice = ( $system_info['errors'] === true ? ' <span class="yith-system-info-menu update-plugins">!</span>' : '' );
|
133 |
+
$settings = array(
|
134 |
+
'parent_page' => 'yith_plugin_panel',
|
135 |
+
'page_title' => __( 'System Status', 'yith-plugin-fw' ),
|
136 |
+
'menu_title' => __( 'System Status', 'yith-plugin-fw' ) . $error_notice,
|
137 |
+
'capability' => 'manage_options',
|
138 |
+
'page' => $this->_page,
|
139 |
+
);
|
140 |
+
|
141 |
add_submenu_page(
|
142 |
+
$settings['parent_page'],
|
143 |
+
$settings['page_title'],
|
144 |
+
$settings['menu_title'],
|
145 |
+
$settings['capability'],
|
146 |
+
$settings['page'],
|
147 |
array( $this, 'show_information_panel' )
|
148 |
);
|
149 |
}
|
151 |
/**
|
152 |
* Add "System Information" page template under YITH Plugins
|
153 |
*
|
|
|
154 |
* @return void
|
155 |
+
* @since 1.0.0
|
156 |
* @author Alberto Ruggiero
|
157 |
*/
|
158 |
public function show_information_panel() {
|
167 |
/**
|
168 |
* Perform system status check
|
169 |
*
|
|
|
170 |
* @return void
|
171 |
+
* @since 1.0.0
|
172 |
* @author Alberto Ruggiero
|
173 |
*/
|
174 |
public function check_system_status() {
|
237 |
/**
|
238 |
* Handle plugin requirements
|
239 |
*
|
|
|
|
|
240 |
* @param $plugin_name string
|
241 |
* @param $requirements array
|
242 |
*
|
243 |
* @return void
|
244 |
+
* @since 1.0.0
|
245 |
+
*
|
246 |
* @author Alberto Ruggiero
|
247 |
*/
|
248 |
public function add_requirements( $plugin_name, $requirements ) {
|
261 |
/**
|
262 |
* Manages notice dismissing
|
263 |
*
|
|
|
264 |
* @return void
|
265 |
+
* @since 1.0.0
|
266 |
* @author Alberto Ruggiero
|
267 |
*/
|
268 |
public function dismissable_notice() {
|
274 |
/**
|
275 |
* Show system notice
|
276 |
*
|
|
|
277 |
* @return void
|
278 |
+
* @since 1.0.0
|
279 |
* @author Alberto Ruggiero
|
280 |
*/
|
281 |
public function activate_system_notice() {
|
306 |
/**
|
307 |
* Get system information
|
308 |
*
|
|
|
309 |
* @return array
|
310 |
+
* @since 1.0.0
|
311 |
* @author Alberto Ruggiero
|
312 |
*/
|
313 |
public function get_system_info() {
|
363 |
/**
|
364 |
* Convert site into number
|
365 |
*
|
|
|
|
|
366 |
* @param $memory_size string
|
367 |
*
|
368 |
* @return integer
|
369 |
+
* @since 1.0.0
|
370 |
+
*
|
371 |
* @author Alberto Ruggiero
|
372 |
*/
|
373 |
public function memory_size_to_num( $memory_size ) {
|
plugin-fw/package.json
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "yith-plugin-framewowrk",
|
3 |
+
"version": "3.4.13",
|
4 |
+
"description": "YITH Plugin Framework",
|
5 |
+
"main": "Gruntfile.js",
|
6 |
+
"scripts": {
|
7 |
+
"prerelease": "npm run js && npm run i18n",
|
8 |
+
"js": "grunt js",
|
9 |
+
"i18n": "grunt i18n"
|
10 |
+
},
|
11 |
+
"author": "YITH",
|
12 |
+
"license": "GPL-3.0+",
|
13 |
+
"keywords": [],
|
14 |
+
"devDependencies": {
|
15 |
+
"grunt": "^1.0.3",
|
16 |
+
"grunt-cli": "^1.3.2",
|
17 |
+
"grunt-contrib-jshint": "^2.0.0",
|
18 |
+
"grunt-contrib-uglify-es": "github:gruntjs/grunt-contrib-uglify#harmony",
|
19 |
+
"grunt-wp-i18n": "^1.0.2"
|
20 |
+
}
|
21 |
+
}
|
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/templates/panel/panel-field-container.php
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* This file belongs to the YIT Plugin Framework.
|
4 |
-
*
|
5 |
* This source file is subject to the GNU GENERAL PUBLIC LICENSE (GPL 3.0)
|
6 |
* that is bundled with this package in the file LICENSE.txt.
|
7 |
* It is also available through the world-wide-web at this URL:
|
@@ -34,8 +33,11 @@ if ( !empty( $custom_attributes ) )
|
|
34 |
<div class="option">
|
35 |
<?php yith_plugin_fw_get_field( $field, true, false ); ?>
|
36 |
</div>
|
37 |
-
<span class="description"><?php echo $option[ 'desc' ] ?></span>
|
38 |
|
|
|
|
|
|
|
|
|
39 |
<div class="clear"></div>
|
40 |
</div>
|
41 |
|
1 |
<?php
|
2 |
/**
|
3 |
* This file belongs to the YIT Plugin Framework.
|
|
|
4 |
* This source file is subject to the GNU GENERAL PUBLIC LICENSE (GPL 3.0)
|
5 |
* that is bundled with this package in the file LICENSE.txt.
|
6 |
* It is also available through the world-wide-web at this URL:
|
33 |
<div class="option">
|
34 |
<?php yith_plugin_fw_get_field( $field, true, false ); ?>
|
35 |
</div>
|
|
|
36 |
|
37 |
+
<?php if ( !empty( $option[ 'desc' ] ) ): ?>
|
38 |
+
<span class="description"><?php echo $option[ 'desc' ] ?></span>
|
39 |
+
<?php endif; ?>
|
40 |
+
|
41 |
<div class="clear"></div>
|
42 |
</div>
|
43 |
|
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
|