Version Description
Released on 17 March 2020
- Fix: Use of undefined constant product_id
Download this release
Release Info
Developer | yithemes |
Plugin | YITH WooCommerce Compare |
Version | 2.3.20 |
Comparing to | |
See all releases |
Code changes from version 2.3.19 to 2.3.20
- README.txt +4 -3
- init.php +3 -3
- plugin-fw/.jshintrc +26 -0
- plugin-fw/Gruntfile.js +96 -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.min.js +1 -1
- 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 +26 -14
- plugin-fw/assets/js/yit-plugin-panel.min.js +1 -8
- 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 +1 -1
- plugin-fw/languages/yith-plugin-fw-el.po +138 -157
- plugin-fw/languages/yith-plugin-fw-es_ES.po +135 -154
- plugin-fw/languages/yith-plugin-fw-it_IT.po +135 -154
- plugin-fw/languages/yith-plugin-fw-nl_NL.po +135 -154
- plugin-fw/languages/yith-plugin-fw.pot +168 -180
- plugin-fw/package.json +21 -0
- templates/compare.php +1 -1
README.txt
CHANGED
@@ -66,15 +66,16 @@ yith-woocommerce-compare-<WORDPRESS LOCALE >.mo
|
|
66 |
|
67 |
== Changelog ==
|
68 |
|
|
|
|
|
|
|
|
|
69 |
= 2.3.19 = Released on 10 March 2020
|
70 |
|
71 |
* New: Support for WooCommerce 4.0
|
72 |
* New: Support for WordPress 5.4
|
73 |
* Update: Plugin framework
|
74 |
|
75 |
-
* New: Support for WooCommerce 3.9
|
76 |
-
* New: Support for WordPress 5.3.2
|
77 |
-
* Update: Plugin framework
|
78 |
|
79 |
= 2.3.18 = Released on 21 December 2019
|
80 |
|
66 |
|
67 |
== Changelog ==
|
68 |
|
69 |
+
= 2.3.20 = Released on 17 March 2020
|
70 |
+
|
71 |
+
* Fix: Use of undefined constant product_id
|
72 |
+
|
73 |
= 2.3.19 = Released on 10 March 2020
|
74 |
|
75 |
* New: Support for WooCommerce 4.0
|
76 |
* New: Support for WordPress 5.4
|
77 |
* Update: Plugin framework
|
78 |
|
|
|
|
|
|
|
79 |
|
80 |
= 2.3.18 = Released on 21 December 2019
|
81 |
|
init.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: YITH WooCommerce Compare
|
4 |
* Plugin URI: https://yithemes.com/themes/plugins/yith-woocommerce-compare/
|
5 |
* Description: The <code><strong>YITH WooCommerce Compare</strong></code> plugin allow you to compare in a simple and efficient way products on sale in your shop and analyze their main features in a single table. <a href="https://yithemes.com/" target="_blank">Get more plugins for your e-commerce shop on <strong>YITH</strong></a>.
|
6 |
-
* Version: 2.3.
|
7 |
* Author: YITH
|
8 |
* Author URI: https://yithemes.com/
|
9 |
* Text Domain: yith-woocommerce-compare
|
@@ -13,7 +13,7 @@
|
|
13 |
*
|
14 |
* @author YITH
|
15 |
* @package YITH WooCommerce Compare
|
16 |
-
* @version 2.3.
|
17 |
*/
|
18 |
/* Copyright 2015 Your Inspiration Themes (email : plugins@yithemes.com)
|
19 |
|
@@ -58,7 +58,7 @@ if ( ! function_exists( 'yith_plugin_registration_hook' ) ) {
|
|
58 |
register_activation_hook( __FILE__, 'yith_plugin_registration_hook' );
|
59 |
|
60 |
if ( ! defined( 'YITH_WOOCOMPARE_VERSION' ) ){
|
61 |
-
define( 'YITH_WOOCOMPARE_VERSION', '2.3.
|
62 |
}
|
63 |
if ( ! defined( 'YITH_WOOCOMPARE_FREE_INIT' ) ) {
|
64 |
define( 'YITH_WOOCOMPARE_FREE_INIT', plugin_basename( __FILE__ ) );
|
3 |
* Plugin Name: YITH WooCommerce Compare
|
4 |
* Plugin URI: https://yithemes.com/themes/plugins/yith-woocommerce-compare/
|
5 |
* Description: The <code><strong>YITH WooCommerce Compare</strong></code> plugin allow you to compare in a simple and efficient way products on sale in your shop and analyze their main features in a single table. <a href="https://yithemes.com/" target="_blank">Get more plugins for your e-commerce shop on <strong>YITH</strong></a>.
|
6 |
+
* Version: 2.3.20
|
7 |
* Author: YITH
|
8 |
* Author URI: https://yithemes.com/
|
9 |
* Text Domain: yith-woocommerce-compare
|
13 |
*
|
14 |
* @author YITH
|
15 |
* @package YITH WooCommerce Compare
|
16 |
+
* @version 2.3.20
|
17 |
*/
|
18 |
/* Copyright 2015 Your Inspiration Themes (email : plugins@yithemes.com)
|
19 |
|
58 |
register_activation_hook( __FILE__, 'yith_plugin_registration_hook' );
|
59 |
|
60 |
if ( ! defined( 'YITH_WOOCOMPARE_VERSION' ) ){
|
61 |
+
define( 'YITH_WOOCOMPARE_VERSION', '2.3.20' );
|
62 |
}
|
63 |
if ( ! defined( 'YITH_WOOCOMPARE_FREE_INIT' ) ) {
|
64 |
define( 'YITH_WOOCOMPARE_FREE_INIT', plugin_basename( __FILE__ ) );
|
plugin-fw/.jshintrc
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"boss": true,
|
3 |
+
"curly": true,
|
4 |
+
"eqeqeq": true,
|
5 |
+
"eqnull": true,
|
6 |
+
"es3": true,
|
7 |
+
"expr": true,
|
8 |
+
"immed": true,
|
9 |
+
"noarg": true,
|
10 |
+
"onevar": true,
|
11 |
+
"trailing": true,
|
12 |
+
"undef": true,
|
13 |
+
"unused": true,
|
14 |
+
|
15 |
+
"browser": true,
|
16 |
+
|
17 |
+
"globals": {
|
18 |
+
"_": false,
|
19 |
+
"Backbone": false,
|
20 |
+
"jQuery": true,
|
21 |
+
"console": true,
|
22 |
+
"alert": true,
|
23 |
+
"JSON": false,
|
24 |
+
"wp": false
|
25 |
+
}
|
26 |
+
}
|
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/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.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
!function(e){var
|
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 |
} );
|
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 |
} );
|
plugin-fw/assets/js/yit-plugin-panel.min.js
CHANGED
@@ -1,8 +1 @@
|
|
1 |
-
|
2 |
-
$jscomp.getGlobal=function(a){return"undefined"!=typeof window&&window===a?a:"undefined"!=typeof global&&null!=global?global:a};$jscomp.global=$jscomp.getGlobal(this);$jscomp.polyfill=function(a,e,c,d){if(e){c=$jscomp.global;a=a.split(".");for(d=0;d<a.length-1;d++){var b=a[d];b in c||(c[b]={});c=c[b]}a=a[a.length-1];d=c[a];e=e(d);e!=d&&null!=e&&$jscomp.defineProperty(c,a,{configurable:!0,writable:!0,value:e})}};
|
3 |
-
$jscomp.polyfill("Array.prototype.find",function(a){return a?a:function(a,c){return $jscomp.findInternal(this,a,c).v}},"es6","es3");
|
4 |
-
jQuery(function(a){function e(b,f,g,c){var e=!0;if("string"==typeof f){":radio"==f.substr(0,6)&&(f+=":checked");var d=a(f).val();"checkbox"==a(f).attr("type")&&(d=a(f).is(":checked")?"yes":"no");g=g.split(",");for(f=0;f<g.length;f++)if(d!=g[f])e=!1;else{e=!0;break}}g=a(b);b=a(b+"-container").closest("tr");1>b.length&&(b=g.closest(".yith-plugin-fw-panel-wc-row"));c=c.split("-");for(var h in c)if(d=c[h],e)switch(d){case "disable":b.removeClass("yith-disabled");g.attr("disabled",!1);break;case "hideme":g.show();
|
5 |
-
break;default:b.show(),b.fadeTo("slow",1).addClass("fade-in")}else switch(d){case "disable":b.addClass("yith-disabled");g.attr("disabled",!0);break;case "hideme":g.hide();break;default:b.hasClass("fade-in")?b.fadeTo("slow",0,function(){a(this).hide().removeClass("fade-in")}):(b.hide(),b.css({opacity:"0"}))}}a("[data-dep-target]").each(function(){var b=a(this),c="#"+b.data("dep-target"),d="#"+b.data("dep-id"),h=b.data("dep-value"),k=b.data("dep-type");e(c,d,h.toString(),k);a(d).on("change",function(){e(c,
|
6 |
-
d,h.toString(),k)}).change()});a(".rm_connectedlist").each(function(){var b=a(this).find("ul"),c=a(this).find(":hidden");b.sortable({connectWith:b,update:function(d,e){var f={};b.each(function(){var b={};a(this).children().each(function(){b[a(this).data("option")]=a(this).text()});f[a(this).data("list")]=b});c.val(JSON.stringify(f).replace(/[\\"']/g,"\\$&").replace(/\u0000/g,"\\0"))}}).disableSelection()});a(document).ready(function(){a(".google-analytic-generate").click(function(){var b=a("#"+a(this).data("textarea")).data("codemirrorInstance"),
|
7 |
-
c=a("#"+a(this).data("input")).val(),d=a(this).data("basename");b.replaceRange("(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){\n(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement( o ),\nm=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)\n})(window,document,'script','//www.google-analytics.com/analytics.js','ga');\n\n"+("ga('create', '"+c+"', '"+d+"');\n")+"ga('send', 'pageview');\n",b.getCursor("start"),b.getCursor("end"))})});
|
8 |
-
a(".yith-plugin-fw-panel .woo-nav-tab-wrapper").removeClass("woo-nav-tab-wrapper").addClass("yith-nav-tab-wrapper");var c=a(".wrap.yith-plugin-ui").first(),d=a("div.updated, div.error, div.notice");d.addClass("inline");c.length&&c.prepend(d)});
|
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
@@ -2,7 +2,7 @@
|
|
2 |
/**
|
3 |
* Framework Name: YIT Plugin Framework
|
4 |
* Version: 3.4.13
|
5 |
-
* Author:
|
6 |
* Text Domain: yith-plugin-fw
|
7 |
* Domain Path: /languages/
|
8 |
*
|
2 |
/**
|
3 |
* Framework Name: YIT Plugin Framework
|
4 |
* Version: 3.4.13
|
5 |
+
* Author: YITH
|
6 |
* Text Domain: yith-plugin-fw
|
7 |
* Domain Path: /languages/
|
8 |
*
|
plugin-fw/languages/yith-plugin-fw-el.po
CHANGED
@@ -3,10 +3,12 @@
|
|
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: 2020-
|
8 |
"PO-Revision-Date: 2020-03-02 13:49+0000\n"
|
|
|
9 |
"Language-Team: Your Inspiration Themes <info@yithemes.com>\n"
|
|
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
@@ -18,113 +20,47 @@ msgstr ""
|
|
18 |
"X-Poedit-SourceCharset: UTF-8\n"
|
19 |
"X-Poedit-Basepath: ..\n"
|
20 |
"X-Textdomain-Support: yes\n"
|
21 |
-
"Last-Translator: \n"
|
22 |
-
"Language: el_GR\n"
|
23 |
"X-Poedit-SearchPath-0: .\n"
|
24 |
|
25 |
-
#: lib/privacy/yit-privacy.php:24
|
26 |
-
msgctxt "Privacy Policy Guide Title"
|
27 |
-
msgid "YITH Plugins"
|
28 |
-
msgstr "Πρόσθετα YITH"
|
29 |
-
|
30 |
-
#: lib/privacy/yit-privacy.php:59
|
31 |
-
msgctxt "Privacy Policy Content"
|
32 |
-
msgid ""
|
33 |
-
"This sample language includes the basics around what personal data your "
|
34 |
-
"store may be collecting, storing and sharing, as well as who may have access "
|
35 |
-
"to that data. Depending on what settings are enabled and which additional "
|
36 |
-
"plugins are used, the specific information shared by your store will vary. "
|
37 |
-
"We recommend consulting with a lawyer when deciding what information to "
|
38 |
-
"disclose on your privacy policy."
|
39 |
-
msgstr ""
|
40 |
-
"Αυτό το δείγμα γλώσσας περιλαμβάνει τα βασικά στοιχεία γύρω από το τι "
|
41 |
-
"προσωπικά δεδομένα το κατάστημά σας μπορεί να συλλέγει, την αποθήκευση και "
|
42 |
-
"την κοινή χρήση, καθώς και ποιοι μπορεί να έχουν πρόσβαση σε αυτά τα "
|
43 |
-
"δεδομένα. Ανάλογα με τις ρυθμίσεις που είναι ενεργοποιημένες και ποια "
|
44 |
-
"επιπλέον πρόσθετα χρησιμοποιούνται, οι συγκεκριμένες πληροφορίες που "
|
45 |
-
"κοινοποιούνται από το κατάστημά σας θα ποικίλλουν. Συνιστούμε τη διαβούλευση "
|
46 |
-
"με έναν δικηγόρο, όταν αποφασίζετε ποιες πληροφορίες να αποκαλύπτετε στην "
|
47 |
-
"πολιτική απορρήτου σας."
|
48 |
-
|
49 |
-
#: lib/privacy/yit-privacy.php:63
|
50 |
-
msgctxt "Privacy Policy Content"
|
51 |
-
msgid "What we collect and store"
|
52 |
-
msgstr "Τι συλλέγουμε και αποθηκεύουμε"
|
53 |
-
|
54 |
-
#: lib/privacy/yit-privacy.php:66
|
55 |
-
msgctxt "Privacy Policy Content"
|
56 |
-
msgid "Who on our team has access"
|
57 |
-
msgstr "Ποιος στην ομάδα μας έχει πρόσβαση"
|
58 |
-
|
59 |
-
#: lib/privacy/yit-privacy.php:69
|
60 |
-
msgctxt "Privacy Policy Content"
|
61 |
-
msgid "What we share with others"
|
62 |
-
msgstr "Τι μοιραζόμαστε με τους άλλους"
|
63 |
-
|
64 |
-
#: lib/privacy/yit-privacy.php:72
|
65 |
-
msgctxt "Privacy Policy Content"
|
66 |
-
msgid "Payments"
|
67 |
-
msgstr "Πληρωμές"
|
68 |
-
|
69 |
#: lib/yit-cpt-unlimited.php:462 lib/yit-cpt-unlimited.php:576
|
70 |
#: lib/yit-cpt-unlimited.php:721 lib/yit-cpt-unlimited.php:1636
|
71 |
-
#, php-format
|
72 |
msgid "Add %s"
|
73 |
msgstr "Προσθήκη %s"
|
74 |
|
75 |
#: lib/yit-cpt-unlimited.php:463 lib/yit-cpt-unlimited.php:577
|
76 |
-
#, php-format
|
77 |
msgid "Add New %s"
|
78 |
msgstr "Προσθήκη Νέου %s"
|
79 |
|
80 |
#: lib/yit-cpt-unlimited.php:464 lib/yit-cpt-unlimited.php:578
|
81 |
#: lib/yit-cpt-unlimited.php:1269 lib/yit-cpt-unlimited.php:1306
|
82 |
-
#, php-format
|
83 |
msgid "Edit %s"
|
84 |
msgstr "Επεξεργασία %s"
|
85 |
|
86 |
#: lib/yit-cpt-unlimited.php:465 lib/yit-cpt-unlimited.php:579
|
87 |
-
#, php-format
|
88 |
msgid "New %s"
|
89 |
msgstr "Νέο %s"
|
90 |
|
91 |
#: lib/yit-cpt-unlimited.php:466 lib/yit-cpt-unlimited.php:580
|
92 |
-
#, php-format
|
93 |
msgid "All %s"
|
94 |
msgstr "Όλα %s"
|
95 |
|
96 |
#: lib/yit-cpt-unlimited.php:467 lib/yit-cpt-unlimited.php:581
|
97 |
#: lib/yit-cpt-unlimited.php:1253 lib/yit-cpt-unlimited.php:1307
|
98 |
-
#, php-format
|
99 |
msgid "View %s"
|
100 |
msgstr "Προβολή %s"
|
101 |
|
102 |
#: lib/yit-cpt-unlimited.php:468 lib/yit-cpt-unlimited.php:582
|
103 |
-
#, php-format
|
104 |
msgid "Search %s"
|
105 |
msgstr "Αναζήτηση %s"
|
106 |
|
107 |
#: lib/yit-cpt-unlimited.php:469 lib/yit-cpt-unlimited.php:583
|
108 |
-
#, php-format
|
109 |
msgid "No %s found"
|
110 |
msgstr "Δεν βρέθηκε %s"
|
111 |
|
112 |
#: lib/yit-cpt-unlimited.php:470 lib/yit-cpt-unlimited.php:584
|
113 |
-
#, php-format
|
114 |
msgid "No %s found in Trash"
|
115 |
msgstr "Δεν βρέθηκε %s στον Κάδο Ανακύκλωσης"
|
116 |
|
117 |
-
#: lib/yit-cpt-unlimited.php:627
|
118 |
-
#, php-format
|
119 |
-
msgctxt "taxonomy general name"
|
120 |
-
msgid "%s Categories"
|
121 |
-
msgstr "Κατηγορίες %s"
|
122 |
-
|
123 |
-
#: lib/yit-cpt-unlimited.php:628
|
124 |
-
msgctxt "taxonomy singular name"
|
125 |
-
msgid "Category"
|
126 |
-
msgstr "Κατηγορία"
|
127 |
-
|
128 |
#: lib/yit-cpt-unlimited.php:629 templates/fields/ajax-terms.php:56
|
129 |
msgid "Search Categories"
|
130 |
msgstr "Αναζήτηση Κατηγοριών"
|
@@ -166,7 +102,6 @@ msgid "Categories"
|
|
166 |
msgstr "Κατηγορίες"
|
167 |
|
168 |
#: lib/yit-cpt-unlimited.php:1044
|
169 |
-
#, php-format
|
170 |
msgid "%s Settings"
|
171 |
msgstr "Ρυθμίσεις %s"
|
172 |
|
@@ -180,7 +115,6 @@ msgid "Type"
|
|
180 |
msgstr "Τύπος"
|
181 |
|
182 |
#: lib/yit-cpt-unlimited.php:1054
|
183 |
-
#, php-format
|
184 |
msgid "Layout for this %s"
|
185 |
msgstr "Διάταξη για %s"
|
186 |
|
@@ -252,7 +186,6 @@ msgid "Quick links"
|
|
252 |
msgstr "Γρήγορα λινκ"
|
253 |
|
254 |
#: lib/yit-cpt-unlimited.php:1477
|
255 |
-
#, php-format
|
256 |
msgid "Show frontend of the %s"
|
257 |
msgstr "Προβολή εμφάνισης του %s"
|
258 |
|
@@ -262,7 +195,6 @@ msgid "Name"
|
|
262 |
msgstr "Όνομα"
|
263 |
|
264 |
#: lib/yit-cpt-unlimited.php:1635
|
265 |
-
#, php-format
|
266 |
msgid "Add %s from images"
|
267 |
msgstr "Προσθήκη %s από εικόνες"
|
268 |
|
@@ -270,7 +202,7 @@ msgstr "Προσθήκη %s από εικόνες"
|
|
270 |
msgid "Upload multiple files"
|
271 |
msgstr "Ανέβασμα πολλαπλών αρχείων"
|
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 ""
|
276 |
"Οι αλλαγές που έχετε δημιουργήσει θα χαθούν αν αφήσετε αυτήν την σελίδα."
|
@@ -279,16 +211,16 @@ msgstr ""
|
|
279 |
msgid "Plugin Settings"
|
280 |
msgstr "Ρυθμίσεις Προσθέτου"
|
281 |
|
282 |
-
#: lib/yit-plugin-panel.php:
|
283 |
msgid "How to install premium version"
|
284 |
msgstr "Πώς να εγκαταστήσετε την προηγμένη έκδοση"
|
285 |
|
286 |
-
#: lib/yit-plugin-panel.php:
|
287 |
#: templates/panel/woocommerce/woocommerce-form.php:14
|
288 |
msgid "Save Changes"
|
289 |
msgstr "Αποθήκευση Αλλαγών"
|
290 |
|
291 |
-
#: lib/yit-plugin-panel.php:
|
292 |
#: templates/panel/woocommerce/woocommerce-form.php:17
|
293 |
msgid ""
|
294 |
"If you continue with this action, you will reset all options in this page."
|
@@ -296,70 +228,70 @@ msgstr ""
|
|
296 |
"Αν συνεχίσετε με αυτή την ενέργεια θα επαναφέρετε όλες τις επιλογές στη "
|
297 |
"σελίδα."
|
298 |
|
299 |
-
#: lib/yit-plugin-panel.php:
|
300 |
msgid "Reset to default"
|
301 |
msgstr "Επαναφορά σε προεπιλεγμένο"
|
302 |
|
303 |
-
#: lib/yit-plugin-panel.php:
|
304 |
#: templates/panel/woocommerce/woocommerce-form.php:21
|
305 |
msgid "Are you sure?"
|
306 |
msgstr "Είστε σίγουρος;"
|
307 |
|
308 |
-
#: lib/yit-plugin-panel.php:
|
309 |
msgid ""
|
310 |
"The element you have entered already exists. Please, enter another name."
|
311 |
msgstr "Το στοιχείο που εισάγατε υπάρχει ήδη. Παρακαλώ, εισάγετε άλλο όνομα. "
|
312 |
|
313 |
-
#: lib/yit-plugin-panel.php:
|
314 |
msgid "Settings saved"
|
315 |
msgstr "Ρυθμίσεις αποθηκεύτηκαν"
|
316 |
|
317 |
-
#: lib/yit-plugin-panel.php:
|
318 |
msgid "Settings reset"
|
319 |
msgstr "Επαναφορά ρυθμίσεων"
|
320 |
|
321 |
-
#: lib/yit-plugin-panel.php:
|
322 |
msgid "Element deleted correctly."
|
323 |
msgstr "Το στοιχείο διαγράφηκε επιτυχώς."
|
324 |
|
325 |
-
#: lib/yit-plugin-panel.php:
|
326 |
msgid "Element updated correctly."
|
327 |
msgstr "Το στοιχείο αναβαθμίστηκε επιτυχώς."
|
328 |
|
329 |
-
#: lib/yit-plugin-panel.php:
|
330 |
msgid "Database imported correctly."
|
331 |
msgstr "Επιτυχής εισαγωγή βάσης δεδομένων."
|
332 |
|
333 |
-
#: lib/yit-plugin-panel.php:
|
334 |
msgid "An error has occurred during import. Please try again."
|
335 |
msgstr "Παρουσιάστηκε σφάλμα κατά την εισαγωγή. Παρακαλώ προσπαθήστε ξανά."
|
336 |
|
337 |
-
#: lib/yit-plugin-panel.php:
|
338 |
msgid "The added file is not valid."
|
339 |
msgstr "Το προστιθέμενο αρχείο δεν είναι έγκυρο."
|
340 |
|
341 |
-
#: lib/yit-plugin-panel.php:
|
342 |
msgid "Sorry, import is disabled."
|
343 |
msgstr "Συγνώμη, η εισαγωγή είναι απενεργοποιημένη."
|
344 |
|
345 |
-
#: lib/yit-plugin-panel.php:
|
346 |
msgid "Sorting successful."
|
347 |
msgstr "Διαλογή επιτυχής."
|
348 |
|
349 |
-
#: lib/yit-plugin-panel.php:
|
350 |
msgid "We need your support"
|
351 |
msgstr "Χρειαζόμαστε την υποστήριξή σας"
|
352 |
|
353 |
-
#: lib/yit-plugin-panel.php:
|
354 |
msgid "to keep updating and improving the plugin. Please,"
|
355 |
msgstr ""
|
356 |
"για να διατηρήσετε την ενημέρωση και τη βελτίωση του πρόσθετου. Παρακαλώ"
|
357 |
|
358 |
-
#: lib/yit-plugin-panel.php:
|
359 |
msgid "help us by leaving a five-star rating"
|
360 |
msgstr "Βοηθήστε μας αφήνοντας μια βαθμολογία πέντε αστέρων"
|
361 |
|
362 |
-
#: lib/yit-plugin-panel.php:
|
363 |
msgid ":) Thanks!"
|
364 |
msgstr ":) Ευχαριστώ!"
|
365 |
|
@@ -432,96 +364,75 @@ msgstr ""
|
|
432 |
"Παρουσιάστηκε σφάλμα, που πιθανότατα σημαίνει ότι έπεσε το τροφοδοτικό. "
|
433 |
"Προσπαθήστε ξανά αργότερα."
|
434 |
|
435 |
-
#: lib/yith-
|
436 |
-
msgctxt "Plugin FW"
|
437 |
-
msgid "View Changelog"
|
438 |
-
msgstr "Προβολή Αρχείου Καταγραφής"
|
439 |
-
|
440 |
-
#: lib/yith-dashboard.php:100
|
441 |
-
msgctxt "Plugin FW"
|
442 |
-
msgid "Latest update released on"
|
443 |
-
msgstr "Τελευταία αναβάθμιση κυκλοφόρησε στις"
|
444 |
-
|
445 |
-
#: lib/yith-dashboard.php:143
|
446 |
-
msgctxt "Button label"
|
447 |
-
msgid "Close"
|
448 |
-
msgstr "Απενεργοποίηση"
|
449 |
-
|
450 |
-
#: lib/yith-gutenberg.php:134
|
451 |
-
msgctxt "[gutenberg]: Category Name"
|
452 |
-
msgid "YITH"
|
453 |
-
msgstr "YITH"
|
454 |
-
|
455 |
-
#: lib/yith-system-status.php:97 lib/yith-system-status.php:98
|
456 |
-
msgid "System Status"
|
457 |
-
msgstr "Κατάσταση Συστήματος"
|
458 |
-
|
459 |
-
#: lib/yith-system-status.php:104
|
460 |
msgid "WordPress Version"
|
461 |
msgstr "Έκδοση WordPress"
|
462 |
|
463 |
-
#: lib/yith-system-status.php:
|
464 |
msgid "WooCommerce Version"
|
465 |
msgstr "Έκδοση WooCommerce"
|
466 |
|
467 |
-
#: lib/yith-system-status.php:
|
468 |
msgid "Available Memory"
|
469 |
msgstr "Διαθέσιμη Μνήμη"
|
470 |
|
471 |
-
#: lib/yith-system-status.php:
|
472 |
msgid "PHP Version"
|
473 |
msgstr "Έκδοση PHP"
|
474 |
|
475 |
-
#: lib/yith-system-status.php:
|
476 |
msgid "TLS Version"
|
477 |
msgstr "Έκδοση TLS"
|
478 |
|
479 |
-
#: lib/yith-system-status.php:
|
480 |
msgid "WordPress Cron"
|
481 |
msgstr "WordPress Cron"
|
482 |
|
483 |
-
#: lib/yith-system-status.php:
|
484 |
msgid "SimpleXML"
|
485 |
msgstr "SimpleXML"
|
486 |
|
487 |
-
#: lib/yith-system-status.php:
|
488 |
msgid "MultiByte String"
|
489 |
msgstr "MultiByte String"
|
490 |
|
491 |
-
#: lib/yith-system-status.php:
|
492 |
msgid "ImageMagick Version"
|
493 |
msgstr "Έκδοση ImageMagick"
|
494 |
|
495 |
-
#: lib/yith-system-status.php:
|
496 |
msgid "GD Library"
|
497 |
msgstr "Βιβλιοθήκη GD"
|
498 |
|
499 |
-
#: lib/yith-system-status.php:
|
500 |
msgid "Iconv Module"
|
501 |
msgstr "Άρθρωμα Iconv"
|
502 |
|
503 |
-
#: lib/yith-system-status.php:
|
504 |
msgid "OPCache Save Comments"
|
505 |
msgstr "OPCache Save Comments"
|
506 |
|
507 |
-
#: lib/yith-system-status.php:
|
508 |
msgid "URL FOpen"
|
509 |
msgstr "URL FOpen"
|
510 |
|
511 |
-
#: lib/yith-system-status.php:
|
|
|
|
|
|
|
|
|
512 |
msgid "YITH Plugins"
|
513 |
msgstr "Πρόσθετα YITH"
|
514 |
|
515 |
-
#: lib/yith-system-status.php:
|
516 |
msgid "WooCommerce"
|
517 |
msgstr "WooCommerce"
|
518 |
|
519 |
-
#: lib/yith-system-status.php:
|
520 |
msgid "Warning!"
|
521 |
msgstr "Προσοχή!"
|
522 |
|
523 |
-
#: lib/yith-system-status.php:
|
524 |
-
#, php-format
|
525 |
msgid ""
|
526 |
"The system check has detected some compatibility issues on your "
|
527 |
"installation. %sClick here%s to know more"
|
@@ -535,7 +446,6 @@ msgstr "Αναζήτηση Πελατών"
|
|
535 |
|
536 |
#: templates/fields/ajax-customers.php:83
|
537 |
#: templates/fields/ajax-customers.php:93
|
538 |
-
#, php-format
|
539 |
msgid "%1$s (#%2$s – %3$s)"
|
540 |
msgstr "%1$s (#%2$s – %3$s)"
|
541 |
|
@@ -603,16 +513,6 @@ msgstr "Προσθέστε εικόνες"
|
|
603 |
msgid "Delete"
|
604 |
msgstr "Διαγραφή"
|
605 |
|
606 |
-
#: templates/fields/onoff.php:24
|
607 |
-
msgctxt "ON/OFF button: use MAX 3 characters!"
|
608 |
-
msgid "ON"
|
609 |
-
msgstr "ΕΝΕΡΓΟΠΟΙΗΣΗ"
|
610 |
-
|
611 |
-
#: templates/fields/onoff.php:25
|
612 |
-
msgctxt "ON/OFF button: use MAX 3 characters!"
|
613 |
-
msgid "OFF"
|
614 |
-
msgstr "ΑΠΕΝΕΡΓΟΠΟΙΗΣΗ"
|
615 |
-
|
616 |
#: templates/fields/select-buttons.php:21
|
617 |
msgid "Add All"
|
618 |
msgstr "Προσθήκη Όλων"
|
@@ -659,12 +559,10 @@ msgid "Image preview"
|
|
659 |
msgstr "Προεπισκόπηση εικόνας"
|
660 |
|
661 |
#: templates/metaboxes/types/icon-list.php:90
|
662 |
-
#, php-format
|
663 |
msgid "(Default: %s <img src=\"%s\"/>)"
|
664 |
msgstr "(Default: %s <img src=“%s”/>)"
|
665 |
|
666 |
#: templates/metaboxes/types/icon-list.php:92
|
667 |
-
#, php-format
|
668 |
msgid "(Default: <i %s></i> )"
|
669 |
msgstr "(Default: <i %s></i> )"
|
670 |
|
@@ -697,18 +595,15 @@ msgid "N/A"
|
|
697 |
msgstr "N/A"
|
698 |
|
699 |
#: templates/sysinfo/system-information-panel.php:96
|
700 |
-
#, php-format
|
701 |
msgid "%s needs %s enabled"
|
702 |
msgstr "%s χρειάζεται %s ενεργοποιημένο"
|
703 |
|
704 |
#: templates/sysinfo/system-information-panel.php:98
|
705 |
-
#, php-format
|
706 |
msgid "%s needs at least %s of available memory"
|
707 |
msgstr "%s χρειάζεται τουλάχιστον %s διαθέσιμης μνήμης"
|
708 |
|
709 |
#: templates/sysinfo/system-information-panel.php:100
|
710 |
#: templates/sysinfo/system-information-panel.php:149
|
711 |
-
#, php-format
|
712 |
msgid ""
|
713 |
"For optimal functioning of our plugins, we suggest setting at least %s of "
|
714 |
"available memory"
|
@@ -719,7 +614,6 @@ msgstr ""
|
|
719 |
#: templates/sysinfo/system-information-panel.php:102
|
720 |
#: templates/sysinfo/system-information-panel.php:137
|
721 |
#: templates/sysinfo/system-information-panel.php:151
|
722 |
-
#, php-format
|
723 |
msgid ""
|
724 |
"Read more %s here%s or contact your hosting company in order to increase it."
|
725 |
msgstr ""
|
@@ -727,7 +621,6 @@ msgstr ""
|
|
727 |
"να το βελτιώσετε."
|
728 |
|
729 |
#: templates/sysinfo/system-information-panel.php:105
|
730 |
-
#, php-format
|
731 |
msgid "%s needs at least %s version"
|
732 |
msgstr "%s χρειάζεται τουλάχιστον %s έκδοση"
|
733 |
|
@@ -744,7 +637,6 @@ msgid "Contact your hosting company in order to update it."
|
|
744 |
msgstr "Επικοινωνήστε με την εταιρεία hosting σας για να αναβαθμίσετε."
|
745 |
|
746 |
#: templates/sysinfo/system-information-panel.php:126
|
747 |
-
#, php-format
|
748 |
msgid "Remove %s from %s file"
|
749 |
msgstr "Αφαίρεση %s από αρχείο %s"
|
750 |
|
@@ -781,6 +673,99 @@ msgstr "Πίσω στο πάνελ Συστήματος"
|
|
781 |
msgid "Back to top"
|
782 |
msgstr "Πίσω στην κορυφή"
|
783 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
784 |
#: yit-plugin.php:83
|
785 |
msgctxt "Plugin Row Meta"
|
786 |
msgid "Live Demo"
|
@@ -805,7 +790,3 @@ msgstr "Premium έκδοση"
|
|
805 |
msgctxt "Action links"
|
806 |
msgid "Settings"
|
807 |
msgstr "Ρυθμίσεις"
|
808 |
-
|
809 |
-
#: yit-plugin.php:194
|
810 |
-
msgid "License"
|
811 |
-
msgstr "Άδεια χρήσης προϊόντος"
|
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-02 13:49+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"
|
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 "Αναζήτηση Κατηγοριών"
|
102 |
msgstr "Κατηγορίες"
|
103 |
|
104 |
#: lib/yit-cpt-unlimited.php:1044
|
|
|
105 |
msgid "%s Settings"
|
106 |
msgstr "Ρυθμίσεις %s"
|
107 |
|
115 |
msgstr "Τύπος"
|
116 |
|
117 |
#: lib/yit-cpt-unlimited.php:1054
|
|
|
118 |
msgid "Layout for this %s"
|
119 |
msgstr "Διάταξη για %s"
|
120 |
|
186 |
msgstr "Γρήγορα λινκ"
|
187 |
|
188 |
#: lib/yit-cpt-unlimited.php:1477
|
|
|
189 |
msgid "Show frontend of the %s"
|
190 |
msgstr "Προβολή εμφάνισης του %s"
|
191 |
|
195 |
msgstr "Όνομα"
|
196 |
|
197 |
#: lib/yit-cpt-unlimited.php:1635
|
|
|
198 |
msgid "Add %s from images"
|
199 |
msgstr "Προσθήκη %s από εικόνες"
|
200 |
|
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 |
"Οι αλλαγές που έχετε δημιουργήσει θα χαθούν αν αφήσετε αυτήν την σελίδα."
|
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."
|
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 |
|
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"
|
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 |
|
513 |
msgid "Delete"
|
514 |
msgstr "Διαγραφή"
|
515 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
516 |
#: templates/fields/select-buttons.php:21
|
517 |
msgid "Add All"
|
518 |
msgstr "Προσθήκη Όλων"
|
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 |
|
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"
|
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 ""
|
621 |
"να το βελτιώσετε."
|
622 |
|
623 |
#: templates/sysinfo/system-information-panel.php:105
|
|
|
624 |
msgid "%s needs at least %s version"
|
625 |
msgstr "%s χρειάζεται τουλάχιστον %s έκδοση"
|
626 |
|
637 |
msgstr "Επικοινωνήστε με την εταιρεία hosting σας για να αναβαθμίσετε."
|
638 |
|
639 |
#: templates/sysinfo/system-information-panel.php:126
|
|
|
640 |
msgid "Remove %s from %s file"
|
641 |
msgstr "Αφαίρεση %s από αρχείο %s"
|
642 |
|
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 |
+
#, 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 "Πρόσθετα 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 |
+
"Αυτό το δείγμα γλώσσας περιλαμβάνει τα βασικά στοιχεία γύρω από το τι "
|
701 |
+
"προσωπικά δεδομένα το κατάστημά σας μπορεί να συλλέγει, την αποθήκευση και "
|
702 |
+
"την κοινή χρήση, καθώς και ποιοι μπορεί να έχουν πρόσβαση σε αυτά τα "
|
703 |
+
"δεδομένα. Ανάλογα με τις ρυθμίσεις που είναι ενεργοποιημένες και ποια "
|
704 |
+
"επιπλέον πρόσθετα χρησιμοποιούνται, οι συγκεκριμένες πληροφορίες που "
|
705 |
+
"κοινοποιούνται από το κατάστημά σας θα ποικίλλουν. Συνιστούμε τη διαβούλευση "
|
706 |
+
"με έναν δικηγόρο, όταν αποφασίζετε ποιες πληροφορίες να αποκαλύπτετε στην "
|
707 |
+
"πολιτική απορρήτου σας."
|
708 |
+
|
709 |
+
#: lib/privacy/yit-privacy.php:63
|
710 |
+
msgctxt "Privacy Policy Content"
|
711 |
+
msgid "What we collect and store"
|
712 |
+
msgstr "Τι συλλέγουμε και αποθηκεύουμε"
|
713 |
+
|
714 |
+
#: lib/privacy/yit-privacy.php:66
|
715 |
+
msgctxt "Privacy Policy Content"
|
716 |
+
msgid "Who on our team has access"
|
717 |
+
msgstr "Ποιος στην ομάδα μας έχει πρόσβαση"
|
718 |
+
|
719 |
+
#: lib/privacy/yit-privacy.php:69
|
720 |
+
msgctxt "Privacy Policy Content"
|
721 |
+
msgid "What we share with others"
|
722 |
+
msgstr "Τι μοιραζόμαστε με τους άλλους"
|
723 |
+
|
724 |
+
#: lib/privacy/yit-privacy.php:72
|
725 |
+
msgctxt "Privacy Policy Content"
|
726 |
+
msgid "Payments"
|
727 |
+
msgstr "Πληρωμές"
|
728 |
+
|
729 |
+
#: lib/yit-cpt-unlimited.php:627
|
730 |
+
msgctxt "taxonomy general name"
|
731 |
+
msgid "%s Categories"
|
732 |
+
msgstr "Κατηγορίες %s"
|
733 |
+
|
734 |
+
#: lib/yit-cpt-unlimited.php:628
|
735 |
+
msgctxt "taxonomy singular name"
|
736 |
+
msgid "Category"
|
737 |
+
msgstr "Κατηγορία"
|
738 |
+
|
739 |
+
#: lib/yith-dashboard.php:99
|
740 |
+
msgctxt "Plugin FW"
|
741 |
+
msgid "View Changelog"
|
742 |
+
msgstr "Προβολή Αρχείου Καταγραφής"
|
743 |
+
|
744 |
+
#: lib/yith-dashboard.php:100
|
745 |
+
msgctxt "Plugin FW"
|
746 |
+
msgid "Latest update released on"
|
747 |
+
msgstr "Τελευταία αναβάθμιση κυκλοφόρησε στις"
|
748 |
+
|
749 |
+
#: lib/yith-dashboard.php:143
|
750 |
+
msgctxt "Button label"
|
751 |
+
msgid "Close"
|
752 |
+
msgstr "Απενεργοποίηση"
|
753 |
+
|
754 |
+
#: lib/yith-gutenberg.php:134
|
755 |
+
msgctxt "[gutenberg]: Category Name"
|
756 |
+
msgid "YITH"
|
757 |
+
msgstr "YITH"
|
758 |
+
|
759 |
+
#: templates/fields/onoff.php:24
|
760 |
+
msgctxt "ON/OFF button: use MAX 3 characters!"
|
761 |
+
msgid "ON"
|
762 |
+
msgstr "ΕΝΕΡΓΟΠΟΙΗΣΗ"
|
763 |
+
|
764 |
+
#: templates/fields/onoff.php:25
|
765 |
+
msgctxt "ON/OFF button: use MAX 3 characters!"
|
766 |
+
msgid "OFF"
|
767 |
+
msgstr "ΑΠΕΝΕΡΓΟΠΟΙΗΣΗ"
|
768 |
+
|
769 |
#: yit-plugin.php:83
|
770 |
msgctxt "Plugin Row Meta"
|
771 |
msgid "Live Demo"
|
790 |
msgctxt "Action links"
|
791 |
msgid "Settings"
|
792 |
msgstr "Ρυθμίσεις"
|
|
|
|
|
|
|
|
plugin-fw/languages/yith-plugin-fw-es_ES.po
CHANGED
@@ -3,8 +3,8 @@
|
|
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: 2020-
|
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"
|
@@ -22,108 +22,45 @@ msgstr ""
|
|
22 |
"X-Textdomain-Support: yes\n"
|
23 |
"X-Poedit-SearchPath-0: .\n"
|
24 |
|
25 |
-
#: lib/privacy/yit-privacy.php:24
|
26 |
-
msgctxt "Privacy Policy Guide Title"
|
27 |
-
msgid "YITH Plugins"
|
28 |
-
msgstr "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:462 lib/yit-cpt-unlimited.php:576
|
69 |
#: lib/yit-cpt-unlimited.php:721 lib/yit-cpt-unlimited.php:1636
|
70 |
-
#, php-format
|
71 |
msgid "Add %s"
|
72 |
msgstr "Añadir %s"
|
73 |
|
74 |
#: lib/yit-cpt-unlimited.php:463 lib/yit-cpt-unlimited.php:577
|
75 |
-
#, php-format
|
76 |
msgid "Add New %s"
|
77 |
msgstr "Añadir nuevo/a %s"
|
78 |
|
79 |
#: lib/yit-cpt-unlimited.php:464 lib/yit-cpt-unlimited.php:578
|
80 |
#: lib/yit-cpt-unlimited.php:1269 lib/yit-cpt-unlimited.php:1306
|
81 |
-
#, php-format
|
82 |
msgid "Edit %s"
|
83 |
msgstr "Editar %s"
|
84 |
|
85 |
#: lib/yit-cpt-unlimited.php:465 lib/yit-cpt-unlimited.php:579
|
86 |
-
#, php-format
|
87 |
msgid "New %s"
|
88 |
msgstr "Nuevo/a %s"
|
89 |
|
90 |
#: lib/yit-cpt-unlimited.php:466 lib/yit-cpt-unlimited.php:580
|
91 |
-
#, php-format
|
92 |
msgid "All %s"
|
93 |
msgstr "Todo %s"
|
94 |
|
95 |
#: lib/yit-cpt-unlimited.php:467 lib/yit-cpt-unlimited.php:581
|
96 |
#: lib/yit-cpt-unlimited.php:1253 lib/yit-cpt-unlimited.php:1307
|
97 |
-
#, php-format
|
98 |
msgid "View %s"
|
99 |
msgstr "Ver %s"
|
100 |
|
101 |
#: lib/yit-cpt-unlimited.php:468 lib/yit-cpt-unlimited.php:582
|
102 |
-
#, php-format
|
103 |
msgid "Search %s"
|
104 |
msgstr "Buscar %s"
|
105 |
|
106 |
#: lib/yit-cpt-unlimited.php:469 lib/yit-cpt-unlimited.php:583
|
107 |
-
#, php-format
|
108 |
msgid "No %s found"
|
109 |
msgstr "No se encontraron %s"
|
110 |
|
111 |
#: lib/yit-cpt-unlimited.php:470 lib/yit-cpt-unlimited.php:584
|
112 |
-
#, php-format
|
113 |
msgid "No %s found in Trash"
|
114 |
msgstr "No se encontraron %s en la papelera"
|
115 |
|
116 |
-
#: lib/yit-cpt-unlimited.php:627
|
117 |
-
#, php-format
|
118 |
-
msgctxt "taxonomy general name"
|
119 |
-
msgid "%s Categories"
|
120 |
-
msgstr "%s Categorías"
|
121 |
-
|
122 |
-
#: lib/yit-cpt-unlimited.php:628
|
123 |
-
msgctxt "taxonomy singular name"
|
124 |
-
msgid "Category"
|
125 |
-
msgstr "Categoría"
|
126 |
-
|
127 |
#: lib/yit-cpt-unlimited.php:629 templates/fields/ajax-terms.php:56
|
128 |
msgid "Search Categories"
|
129 |
msgstr "Buscar Categorías"
|
@@ -165,7 +102,6 @@ msgid "Categories"
|
|
165 |
msgstr "Categorías"
|
166 |
|
167 |
#: lib/yit-cpt-unlimited.php:1044
|
168 |
-
#, php-format
|
169 |
msgid "%s Settings"
|
170 |
msgstr "%s Ajustes"
|
171 |
|
@@ -179,7 +115,6 @@ msgid "Type"
|
|
179 |
msgstr "Tipo"
|
180 |
|
181 |
#: lib/yit-cpt-unlimited.php:1054
|
182 |
-
#, php-format
|
183 |
msgid "Layout for this %s"
|
184 |
msgstr "Diseño para este %s"
|
185 |
|
@@ -252,7 +187,6 @@ msgid "Quick links"
|
|
252 |
msgstr "Enlaces rápidos"
|
253 |
|
254 |
#: lib/yit-cpt-unlimited.php:1477
|
255 |
-
#, php-format
|
256 |
msgid "Show frontend of the %s"
|
257 |
msgstr "Mostrar parte delantera de %s"
|
258 |
|
@@ -262,7 +196,6 @@ msgid "Name"
|
|
262 |
msgstr "Nombre"
|
263 |
|
264 |
#: lib/yit-cpt-unlimited.php:1635
|
265 |
-
#, php-format
|
266 |
msgid "Add %s from images"
|
267 |
msgstr "Añadir %s desde imágenes"
|
268 |
|
@@ -270,7 +203,7 @@ msgstr "Añadir %s desde imágenes"
|
|
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 |
|
@@ -278,87 +211,87 @@ msgstr "Los cambios que has hecho se perderán si abandonas esta página."
|
|
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:14
|
287 |
msgid "Save Changes"
|
288 |
msgstr "Guardar cambios"
|
289 |
|
290 |
-
#: lib/yit-plugin-panel.php:
|
291 |
#: templates/panel/woocommerce/woocommerce-form.php:17
|
292 |
msgid ""
|
293 |
"If you continue with this action, you will reset all options in this page."
|
294 |
msgstr ""
|
295 |
"Si sigues con esta acción, se reiniciarán todas las opciones en esta página."
|
296 |
|
297 |
-
#: lib/yit-plugin-panel.php:
|
298 |
msgid "Reset to default"
|
299 |
msgstr "Restablecer a predeterminado"
|
300 |
|
301 |
-
#: lib/yit-plugin-panel.php:
|
302 |
#: templates/panel/woocommerce/woocommerce-form.php:21
|
303 |
msgid "Are you sure?"
|
304 |
msgstr "¿Estás seguro/a?"
|
305 |
|
306 |
-
#: lib/yit-plugin-panel.php:
|
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-plugin-panel.php:
|
350 |
msgid "We need your support"
|
351 |
msgstr "Necesitamos tu ayuda"
|
352 |
|
353 |
-
#: lib/yit-plugin-panel.php:
|
354 |
msgid "to keep updating and improving the plugin. Please,"
|
355 |
msgstr "para seguir actualizando y mejora el plugin. Por favor,"
|
356 |
|
357 |
-
#: lib/yit-plugin-panel.php:
|
358 |
msgid "help us by leaving a five-star rating"
|
359 |
msgstr "ayúdanos dejando una valoración de 5 estrellas"
|
360 |
|
361 |
-
#: lib/yit-plugin-panel.php:
|
362 |
msgid ":) Thanks!"
|
363 |
msgstr ":) ¡Gracias!"
|
364 |
|
@@ -432,96 +365,75 @@ msgstr ""
|
|
432 |
"Ha ocurrido un error, lo que probablemente significa que el feed está caído. "
|
433 |
"Inténtalo de nuevo más tarde."
|
434 |
|
435 |
-
#: lib/yith-
|
436 |
-
msgctxt "Plugin FW"
|
437 |
-
msgid "View Changelog"
|
438 |
-
msgstr "Ver registro de cambios"
|
439 |
-
|
440 |
-
#: lib/yith-dashboard.php:100
|
441 |
-
msgctxt "Plugin FW"
|
442 |
-
msgid "Latest update released on"
|
443 |
-
msgstr "Última actualización publicada el"
|
444 |
-
|
445 |
-
#: lib/yith-dashboard.php:143
|
446 |
-
msgctxt "Button label"
|
447 |
-
msgid "Close"
|
448 |
-
msgstr "Cerrar"
|
449 |
-
|
450 |
-
#: lib/yith-gutenberg.php:134
|
451 |
-
msgctxt "[gutenberg]: Category Name"
|
452 |
-
msgid "YITH"
|
453 |
-
msgstr "YITH"
|
454 |
-
|
455 |
-
#: lib/yith-system-status.php:97 lib/yith-system-status.php:98
|
456 |
-
msgid "System Status"
|
457 |
-
msgstr "Estado del sistema"
|
458 |
-
|
459 |
-
#: lib/yith-system-status.php:104
|
460 |
msgid "WordPress Version"
|
461 |
msgstr "Versión de WordPress"
|
462 |
|
463 |
-
#: lib/yith-system-status.php:
|
464 |
msgid "WooCommerce Version"
|
465 |
msgstr "Versión de WooCommerce"
|
466 |
|
467 |
-
#: lib/yith-system-status.php:
|
468 |
msgid "Available Memory"
|
469 |
msgstr "Memoria disponible"
|
470 |
|
471 |
-
#: lib/yith-system-status.php:
|
472 |
msgid "PHP Version"
|
473 |
msgstr "Versión PHP"
|
474 |
|
475 |
-
#: lib/yith-system-status.php:
|
476 |
msgid "TLS Version"
|
477 |
msgstr "Versión TLS"
|
478 |
|
479 |
-
#: lib/yith-system-status.php:
|
480 |
msgid "WordPress Cron"
|
481 |
msgstr "Cron de WordPress"
|
482 |
|
483 |
-
#: lib/yith-system-status.php:
|
484 |
msgid "SimpleXML"
|
485 |
msgstr "SimpleXML"
|
486 |
|
487 |
-
#: lib/yith-system-status.php:
|
488 |
msgid "MultiByte String"
|
489 |
msgstr "Cadena MultiByte"
|
490 |
|
491 |
-
#: lib/yith-system-status.php:
|
492 |
msgid "ImageMagick Version"
|
493 |
msgstr "Versión ImageMagick"
|
494 |
|
495 |
-
#: lib/yith-system-status.php:
|
496 |
msgid "GD Library"
|
497 |
msgstr "Biblioteca GD"
|
498 |
|
499 |
-
#: lib/yith-system-status.php:
|
500 |
msgid "Iconv Module"
|
501 |
msgstr "Módulo Iconv"
|
502 |
|
503 |
-
#: lib/yith-system-status.php:
|
504 |
msgid "OPCache Save Comments"
|
505 |
msgstr "Guardar comentarios OPCache"
|
506 |
|
507 |
-
#: lib/yith-system-status.php:
|
508 |
msgid "URL FOpen"
|
509 |
msgstr "URL FOpen"
|
510 |
|
511 |
-
#: lib/yith-system-status.php:
|
|
|
|
|
|
|
|
|
512 |
msgid "YITH Plugins"
|
513 |
msgstr "Plugins de YITH"
|
514 |
|
515 |
-
#: lib/yith-system-status.php:
|
516 |
msgid "WooCommerce"
|
517 |
msgstr "WooCommerce"
|
518 |
|
519 |
-
#: lib/yith-system-status.php:
|
520 |
msgid "Warning!"
|
521 |
msgstr "¡Atención! "
|
522 |
|
523 |
-
#: lib/yith-system-status.php:
|
524 |
-
#, php-format
|
525 |
msgid ""
|
526 |
"The system check has detected some compatibility issues on your "
|
527 |
"installation. %sClick here%s to know more"
|
@@ -535,7 +447,6 @@ msgstr "Buscar clientes"
|
|
535 |
|
536 |
#: templates/fields/ajax-customers.php:83
|
537 |
#: templates/fields/ajax-customers.php:93
|
538 |
-
#, php-format
|
539 |
msgid "%1$s (#%2$s – %3$s)"
|
540 |
msgstr "%1$s (#%2$s – %3$s)"
|
541 |
|
@@ -603,16 +514,6 @@ msgstr "Añadir imágenes"
|
|
603 |
msgid "Delete"
|
604 |
msgstr "Borrar"
|
605 |
|
606 |
-
#: templates/fields/onoff.php:24
|
607 |
-
msgctxt "ON/OFF button: use MAX 3 characters!"
|
608 |
-
msgid "ON"
|
609 |
-
msgstr "ON"
|
610 |
-
|
611 |
-
#: templates/fields/onoff.php:25
|
612 |
-
msgctxt "ON/OFF button: use MAX 3 characters!"
|
613 |
-
msgid "OFF"
|
614 |
-
msgstr "OFF"
|
615 |
-
|
616 |
#: templates/fields/select-buttons.php:21
|
617 |
msgid "Add All"
|
618 |
msgstr "Añadir todo"
|
@@ -659,12 +560,10 @@ msgid "Image preview"
|
|
659 |
msgstr "Previsualización de imagen"
|
660 |
|
661 |
#: templates/metaboxes/types/icon-list.php:90
|
662 |
-
#, php-format
|
663 |
msgid "(Default: %s <img src=\"%s\"/>)"
|
664 |
msgstr "(Por defecto: %s <img src=\"%s\"/>)"
|
665 |
|
666 |
#: templates/metaboxes/types/icon-list.php:92
|
667 |
-
#, php-format
|
668 |
msgid "(Default: <i %s></i> )"
|
669 |
msgstr "(Por defecto: <i %s></i> )"
|
670 |
|
@@ -697,18 +596,15 @@ msgid "N/A"
|
|
697 |
msgstr "N/D"
|
698 |
|
699 |
#: templates/sysinfo/system-information-panel.php:96
|
700 |
-
#, php-format
|
701 |
msgid "%s needs %s enabled"
|
702 |
msgstr "%s necesita %s enabled"
|
703 |
|
704 |
#: templates/sysinfo/system-information-panel.php:98
|
705 |
-
#, php-format
|
706 |
msgid "%s needs at least %s of available memory"
|
707 |
msgstr "%s necesita al menos %s de memoria disponible"
|
708 |
|
709 |
#: templates/sysinfo/system-information-panel.php:100
|
710 |
#: templates/sysinfo/system-information-panel.php:149
|
711 |
-
#, php-format
|
712 |
msgid ""
|
713 |
"For optimal functioning of our plugins, we suggest setting at least %s of "
|
714 |
"available memory"
|
@@ -719,14 +615,12 @@ msgstr ""
|
|
719 |
#: templates/sysinfo/system-information-panel.php:102
|
720 |
#: templates/sysinfo/system-information-panel.php:137
|
721 |
#: templates/sysinfo/system-information-panel.php:151
|
722 |
-
#, php-format
|
723 |
msgid ""
|
724 |
"Read more %s here%s or contact your hosting company in order to increase it."
|
725 |
msgstr ""
|
726 |
"Lee más %s aquí%s o contacta a tu compañía de hosting para incrementarlo."
|
727 |
|
728 |
#: templates/sysinfo/system-information-panel.php:105
|
729 |
-
#, php-format
|
730 |
msgid "%s needs at least %s version"
|
731 |
msgstr "%s necesita al menos la versión %s"
|
732 |
|
@@ -743,7 +637,6 @@ msgid "Contact your hosting company in order to update it."
|
|
743 |
msgstr "Contacta a tu compañía de hosting para actualizarlo."
|
744 |
|
745 |
#: templates/sysinfo/system-information-panel.php:126
|
746 |
-
#, php-format
|
747 |
msgid "Remove %s from %s file"
|
748 |
msgstr "Eliminar %s del archivo %s"
|
749 |
|
@@ -780,6 +673,98 @@ msgstr "Volver al panel del Sistema"
|
|
780 |
msgid "Back to top"
|
781 |
msgstr "Volver arriba"
|
782 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
783 |
#: yit-plugin.php:83
|
784 |
msgctxt "Plugin Row Meta"
|
785 |
msgid "Live Demo"
|
@@ -805,10 +790,6 @@ msgctxt "Action links"
|
|
805 |
msgid "Settings"
|
806 |
msgstr "Ajustes"
|
807 |
|
808 |
-
#: yit-plugin.php:194
|
809 |
-
msgid "License"
|
810 |
-
msgstr "Licencia"
|
811 |
-
|
812 |
#~ msgid "An unexpected error occurred, please try again later. Thanks!"
|
813 |
#~ msgstr ""
|
814 |
#~ "Ha ocurrido un error inesperado, por favor, inténtalo de nuevo más tarde. "
|
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"
|
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"
|
102 |
msgstr "Categorías"
|
103 |
|
104 |
#: lib/yit-cpt-unlimited.php:1044
|
|
|
105 |
msgid "%s Settings"
|
106 |
msgstr "%s Ajustes"
|
107 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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"
|
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 |
|
514 |
msgid "Delete"
|
515 |
msgstr "Borrar"
|
516 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
517 |
#: templates/fields/select-buttons.php:21
|
518 |
msgid "Add All"
|
519 |
msgstr "Añadir todo"
|
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 |
|
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"
|
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 |
|
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 |
|
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"
|
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. "
|
plugin-fw/languages/yith-plugin-fw-it_IT.po
CHANGED
@@ -3,8 +3,8 @@
|
|
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: 2020-
|
8 |
"PO-Revision-Date: 2020-01-10 16:23+0100\n"
|
9 |
"Last-Translator: \n"
|
10 |
"Language-Team: YIThemes <plugins@yithemes.com>\n"
|
@@ -22,108 +22,45 @@ msgstr ""
|
|
22 |
"X-Textdomain-Support: yes\n"
|
23 |
"X-Poedit-SearchPath-0: .\n"
|
24 |
|
25 |
-
#: lib/privacy/yit-privacy.php:24
|
26 |
-
msgctxt "Privacy Policy Guide Title"
|
27 |
-
msgid "YITH Plugins"
|
28 |
-
msgstr "YITH Plugins"
|
29 |
-
|
30 |
-
#: lib/privacy/yit-privacy.php:59
|
31 |
-
msgctxt "Privacy Policy Content"
|
32 |
-
msgid ""
|
33 |
-
"This sample language includes the basics around what personal data your "
|
34 |
-
"store may be collecting, storing and sharing, as well as who may have access "
|
35 |
-
"to that data. Depending on what settings are enabled and which additional "
|
36 |
-
"plugins are used, the specific information shared by your store will vary. "
|
37 |
-
"We recommend consulting with a lawyer when deciding what information to "
|
38 |
-
"disclose on your privacy policy."
|
39 |
-
msgstr ""
|
40 |
-
"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:462 lib/yit-cpt-unlimited.php:576
|
69 |
#: lib/yit-cpt-unlimited.php:721 lib/yit-cpt-unlimited.php:1636
|
70 |
-
#, php-format
|
71 |
msgid "Add %s"
|
72 |
msgstr "Aggiungi %s"
|
73 |
|
74 |
#: lib/yit-cpt-unlimited.php:463 lib/yit-cpt-unlimited.php:577
|
75 |
-
#, php-format
|
76 |
msgid "Add New %s"
|
77 |
msgstr "Aggiungi nuovo %s"
|
78 |
|
79 |
#: lib/yit-cpt-unlimited.php:464 lib/yit-cpt-unlimited.php:578
|
80 |
#: lib/yit-cpt-unlimited.php:1269 lib/yit-cpt-unlimited.php:1306
|
81 |
-
#, php-format
|
82 |
msgid "Edit %s"
|
83 |
msgstr "Modifica %s"
|
84 |
|
85 |
#: lib/yit-cpt-unlimited.php:465 lib/yit-cpt-unlimited.php:579
|
86 |
-
#, php-format
|
87 |
msgid "New %s"
|
88 |
msgstr "Nuovo %s"
|
89 |
|
90 |
#: lib/yit-cpt-unlimited.php:466 lib/yit-cpt-unlimited.php:580
|
91 |
-
#, php-format
|
92 |
msgid "All %s"
|
93 |
msgstr "Tutti %s"
|
94 |
|
95 |
#: lib/yit-cpt-unlimited.php:467 lib/yit-cpt-unlimited.php:581
|
96 |
#: lib/yit-cpt-unlimited.php:1253 lib/yit-cpt-unlimited.php:1307
|
97 |
-
#, php-format
|
98 |
msgid "View %s"
|
99 |
msgstr "Visualizza %s"
|
100 |
|
101 |
#: lib/yit-cpt-unlimited.php:468 lib/yit-cpt-unlimited.php:582
|
102 |
-
#, php-format
|
103 |
msgid "Search %s"
|
104 |
msgstr "Cerca %s"
|
105 |
|
106 |
#: lib/yit-cpt-unlimited.php:469 lib/yit-cpt-unlimited.php:583
|
107 |
-
#, php-format
|
108 |
msgid "No %s found"
|
109 |
msgstr "Nessun %s trovato"
|
110 |
|
111 |
#: lib/yit-cpt-unlimited.php:470 lib/yit-cpt-unlimited.php:584
|
112 |
-
#, php-format
|
113 |
msgid "No %s found in Trash"
|
114 |
msgstr "Nessun %s trovato nel cestino"
|
115 |
|
116 |
-
#: lib/yit-cpt-unlimited.php:627
|
117 |
-
#, php-format
|
118 |
-
msgctxt "taxonomy general name"
|
119 |
-
msgid "%s Categories"
|
120 |
-
msgstr "%s Categorie"
|
121 |
-
|
122 |
-
#: lib/yit-cpt-unlimited.php:628
|
123 |
-
msgctxt "taxonomy singular name"
|
124 |
-
msgid "Category"
|
125 |
-
msgstr "Categoria"
|
126 |
-
|
127 |
#: lib/yit-cpt-unlimited.php:629 templates/fields/ajax-terms.php:56
|
128 |
msgid "Search Categories"
|
129 |
msgstr "Cerca categorie"
|
@@ -165,7 +102,6 @@ msgid "Categories"
|
|
165 |
msgstr "Categorie"
|
166 |
|
167 |
#: lib/yit-cpt-unlimited.php:1044
|
168 |
-
#, php-format
|
169 |
msgid "%s Settings"
|
170 |
msgstr "Impostazioni %s"
|
171 |
|
@@ -179,7 +115,6 @@ msgid "Type"
|
|
179 |
msgstr "Tipologia"
|
180 |
|
181 |
#: lib/yit-cpt-unlimited.php:1054
|
182 |
-
#, php-format
|
183 |
msgid "Layout for this %s"
|
184 |
msgstr "Layout per questo %s"
|
185 |
|
@@ -251,7 +186,6 @@ msgid "Quick links"
|
|
251 |
msgstr "Link rapidi"
|
252 |
|
253 |
#: lib/yit-cpt-unlimited.php:1477
|
254 |
-
#, php-format
|
255 |
msgid "Show frontend of the %s"
|
256 |
msgstr "Mostra front end di %s"
|
257 |
|
@@ -261,7 +195,6 @@ msgid "Name"
|
|
261 |
msgstr "Nome"
|
262 |
|
263 |
#: lib/yit-cpt-unlimited.php:1635
|
264 |
-
#, php-format
|
265 |
msgid "Add %s from images"
|
266 |
msgstr "Aggiungi %s dalla immagini"
|
267 |
|
@@ -269,7 +202,7 @@ msgstr "Aggiungi %s dalla immagini"
|
|
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 |
|
@@ -277,16 +210,16 @@ msgstr "Perderai tutti i cambiamenti effettuati se lasci questa pagina."
|
|
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:14
|
286 |
msgid "Save Changes"
|
287 |
msgstr "Salva modifiche"
|
288 |
|
289 |
-
#: lib/yit-plugin-panel.php:
|
290 |
#: templates/panel/woocommerce/woocommerce-form.php:17
|
291 |
msgid ""
|
292 |
"If you continue with this action, you will reset all options in this page."
|
@@ -294,69 +227,69 @@ 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:21
|
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-plugin-panel.php:
|
348 |
msgid "We need your support"
|
349 |
msgstr "Abbiamo bisogno del tuo sostegno"
|
350 |
|
351 |
-
#: lib/yit-plugin-panel.php:
|
352 |
msgid "to keep updating and improving the plugin. Please,"
|
353 |
msgstr "per poter continuare ad aggiornare e migliorare il plugin."
|
354 |
|
355 |
-
#: lib/yit-plugin-panel.php:
|
356 |
msgid "help us by leaving a five-star rating"
|
357 |
msgstr "Puoi darci una mano lasciando una recensione a 5 stelle"
|
358 |
|
359 |
-
#: lib/yit-plugin-panel.php:
|
360 |
msgid ":) Thanks!"
|
361 |
msgstr ":) Grazie!"
|
362 |
|
@@ -427,96 +360,75 @@ msgstr ""
|
|
427 |
"Si è verificato un errore probabilmente causato dal feed non disponibile. "
|
428 |
"Riprova più tardi."
|
429 |
|
430 |
-
#: lib/yith-
|
431 |
-
msgctxt "Plugin FW"
|
432 |
-
msgid "View Changelog"
|
433 |
-
msgstr "Visualizza il changelog"
|
434 |
-
|
435 |
-
#: lib/yith-dashboard.php:100
|
436 |
-
msgctxt "Plugin FW"
|
437 |
-
msgid "Latest update released on"
|
438 |
-
msgstr "Ultimo aggiornamento rilasciato il"
|
439 |
-
|
440 |
-
#: lib/yith-dashboard.php:143
|
441 |
-
msgctxt "Button label"
|
442 |
-
msgid "Close"
|
443 |
-
msgstr "Chiudi"
|
444 |
-
|
445 |
-
#: lib/yith-gutenberg.php:134
|
446 |
-
msgctxt "[gutenberg]: Category Name"
|
447 |
-
msgid "YITH"
|
448 |
-
msgstr "YITH"
|
449 |
-
|
450 |
-
#: lib/yith-system-status.php:97 lib/yith-system-status.php:98
|
451 |
-
msgid "System Status"
|
452 |
-
msgstr "Stato del sistema"
|
453 |
-
|
454 |
-
#: lib/yith-system-status.php:104
|
455 |
msgid "WordPress Version"
|
456 |
msgstr "Versione di WordPress"
|
457 |
|
458 |
-
#: lib/yith-system-status.php:
|
459 |
msgid "WooCommerce Version"
|
460 |
msgstr "Versione di WooCommerce"
|
461 |
|
462 |
-
#: lib/yith-system-status.php:
|
463 |
msgid "Available Memory"
|
464 |
msgstr "Memoria disponibile"
|
465 |
|
466 |
-
#: lib/yith-system-status.php:
|
467 |
msgid "PHP Version"
|
468 |
msgstr "Versione PHP"
|
469 |
|
470 |
-
#: lib/yith-system-status.php:
|
471 |
msgid "TLS Version"
|
472 |
msgstr "Versione TLS"
|
473 |
|
474 |
-
#: lib/yith-system-status.php:
|
475 |
msgid "WordPress Cron"
|
476 |
msgstr "Cron WordPress"
|
477 |
|
478 |
-
#: lib/yith-system-status.php:
|
479 |
msgid "SimpleXML"
|
480 |
msgstr "SimpleXML"
|
481 |
|
482 |
-
#: lib/yith-system-status.php:
|
483 |
msgid "MultiByte String"
|
484 |
msgstr "MultiByte String"
|
485 |
|
486 |
-
#: lib/yith-system-status.php:
|
487 |
msgid "ImageMagick Version"
|
488 |
msgstr "Versione di ImageMagick"
|
489 |
|
490 |
-
#: lib/yith-system-status.php:
|
491 |
msgid "GD Library"
|
492 |
msgstr "GD Library"
|
493 |
|
494 |
-
#: lib/yith-system-status.php:
|
495 |
msgid "Iconv Module"
|
496 |
msgstr "Iconv Module"
|
497 |
|
498 |
-
#: lib/yith-system-status.php:
|
499 |
msgid "OPCache Save Comments"
|
500 |
msgstr "OPCache Save Comments"
|
501 |
|
502 |
-
#: lib/yith-system-status.php:
|
503 |
msgid "URL FOpen"
|
504 |
msgstr "URL FOpen"
|
505 |
|
506 |
-
#: lib/yith-system-status.php:
|
|
|
|
|
|
|
|
|
507 |
msgid "YITH Plugins"
|
508 |
msgstr "Plugin YITH"
|
509 |
|
510 |
-
#: lib/yith-system-status.php:
|
511 |
msgid "WooCommerce"
|
512 |
msgstr "WooCommerce"
|
513 |
|
514 |
-
#: lib/yith-system-status.php:
|
515 |
msgid "Warning!"
|
516 |
msgstr "Attenzione!"
|
517 |
|
518 |
-
#: lib/yith-system-status.php:
|
519 |
-
#, php-format
|
520 |
msgid ""
|
521 |
"The system check has detected some compatibility issues on your "
|
522 |
"installation. %sClick here%s to know more"
|
@@ -530,7 +442,6 @@ msgstr "Cerca fra i clienti"
|
|
530 |
|
531 |
#: templates/fields/ajax-customers.php:83
|
532 |
#: templates/fields/ajax-customers.php:93
|
533 |
-
#, php-format
|
534 |
msgid "%1$s (#%2$s – %3$s)"
|
535 |
msgstr "%1$s (#%2$s – %3$s)"
|
536 |
|
@@ -598,16 +509,6 @@ msgstr "Aggiungi immagini"
|
|
598 |
msgid "Delete"
|
599 |
msgstr "Rimuovi"
|
600 |
|
601 |
-
#: templates/fields/onoff.php:24
|
602 |
-
msgctxt "ON/OFF button: use MAX 3 characters!"
|
603 |
-
msgid "ON"
|
604 |
-
msgstr "SÌ"
|
605 |
-
|
606 |
-
#: templates/fields/onoff.php:25
|
607 |
-
msgctxt "ON/OFF button: use MAX 3 characters!"
|
608 |
-
msgid "OFF"
|
609 |
-
msgstr "NO"
|
610 |
-
|
611 |
#: templates/fields/select-buttons.php:21
|
612 |
msgid "Add All"
|
613 |
msgstr "Aggiungi tutti"
|
@@ -654,12 +555,10 @@ msgid "Image preview"
|
|
654 |
msgstr "Anteprima immagine"
|
655 |
|
656 |
#: templates/metaboxes/types/icon-list.php:90
|
657 |
-
#, php-format
|
658 |
msgid "(Default: %s <img src=\"%s\"/>)"
|
659 |
msgstr "(Default: %s <img src=\"%s\"/>)"
|
660 |
|
661 |
#: templates/metaboxes/types/icon-list.php:92
|
662 |
-
#, php-format
|
663 |
msgid "(Default: <i %s></i> )"
|
664 |
msgstr "(Default: <i %s></i> )"
|
665 |
|
@@ -692,18 +591,15 @@ msgid "N/A"
|
|
692 |
msgstr "N.D."
|
693 |
|
694 |
#: templates/sysinfo/system-information-panel.php:96
|
695 |
-
#, php-format
|
696 |
msgid "%s needs %s enabled"
|
697 |
msgstr "%s necessita l'attivazione di %s"
|
698 |
|
699 |
#: templates/sysinfo/system-information-panel.php:98
|
700 |
-
#, php-format
|
701 |
msgid "%s needs at least %s of available memory"
|
702 |
msgstr "%s necessita almeno %s di memoria disponibile"
|
703 |
|
704 |
#: templates/sysinfo/system-information-panel.php:100
|
705 |
#: templates/sysinfo/system-information-panel.php:149
|
706 |
-
#, php-format
|
707 |
msgid ""
|
708 |
"For optimal functioning of our plugins, we suggest setting at least %s of "
|
709 |
"available memory"
|
@@ -714,7 +610,6 @@ msgstr ""
|
|
714 |
#: templates/sysinfo/system-information-panel.php:102
|
715 |
#: templates/sysinfo/system-information-panel.php:137
|
716 |
#: templates/sysinfo/system-information-panel.php:151
|
717 |
-
#, php-format
|
718 |
msgid ""
|
719 |
"Read more %s here%s or contact your hosting company in order to increase it."
|
720 |
msgstr ""
|
@@ -722,7 +617,6 @@ msgstr ""
|
|
722 |
"un upgrade."
|
723 |
|
724 |
#: templates/sysinfo/system-information-panel.php:105
|
725 |
-
#, php-format
|
726 |
msgid "%s needs at least %s version"
|
727 |
msgstr "%s necessita almeno della versione %s"
|
728 |
|
@@ -739,7 +633,6 @@ msgid "Contact your hosting company in order to update it."
|
|
739 |
msgstr "Contatta il tuo servizio hosting per aggiornarlo."
|
740 |
|
741 |
#: templates/sysinfo/system-information-panel.php:126
|
742 |
-
#, php-format
|
743 |
msgid "Remove %s from %s file"
|
744 |
msgstr "Rimuovi %s dal file %s"
|
745 |
|
@@ -776,6 +669,98 @@ msgstr "Torna al pannello di Sistema"
|
|
776 |
msgid "Back to top"
|
777 |
msgstr "Torna su"
|
778 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
779 |
#: yit-plugin.php:83
|
780 |
msgctxt "Plugin Row Meta"
|
781 |
msgid "Live Demo"
|
@@ -801,10 +786,6 @@ msgctxt "Action links"
|
|
801 |
msgid "Settings"
|
802 |
msgstr "Impostazioni"
|
803 |
|
804 |
-
#: yit-plugin.php:194
|
805 |
-
msgid "License"
|
806 |
-
msgstr "Chiave di licenza"
|
807 |
-
|
808 |
#~ msgid "An unexpected error occurred, please try again later. Thanks!"
|
809 |
#~ msgstr "Si è verificato un errore inaspettato, riprova più tardi. Grazie!"
|
810 |
|
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"
|
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"
|
102 |
msgstr "Categorie"
|
103 |
|
104 |
#: lib/yit-cpt-unlimited.php:1044
|
|
|
105 |
msgid "%s Settings"
|
106 |
msgstr "Impostazioni %s"
|
107 |
|
115 |
msgstr "Tipologia"
|
116 |
|
117 |
#: lib/yit-cpt-unlimited.php:1054
|
|
|
118 |
msgid "Layout for this %s"
|
119 |
msgstr "Layout per questo %s"
|
120 |
|
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 |
|
195 |
msgstr "Nome"
|
196 |
|
197 |
#: lib/yit-cpt-unlimited.php:1635
|
|
|
198 |
msgid "Add %s from images"
|
199 |
msgstr "Aggiungi %s dalla immagini"
|
200 |
|
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 |
|
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."
|
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 |
|
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"
|
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 |
|
509 |
msgid "Delete"
|
510 |
msgstr "Rimuovi"
|
511 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
512 |
#: templates/fields/select-buttons.php:21
|
513 |
msgid "Add All"
|
514 |
msgstr "Aggiungi tutti"
|
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 |
|
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"
|
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 ""
|
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 |
|
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 |
|
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"
|
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 |
|
plugin-fw/languages/yith-plugin-fw-nl_NL.po
CHANGED
@@ -3,8 +3,8 @@
|
|
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: 2020-
|
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"
|
@@ -22,108 +22,45 @@ msgstr ""
|
|
22 |
"X-Textdomain-Support: yes\n"
|
23 |
"X-Poedit-SearchPath-0: .\n"
|
24 |
|
25 |
-
#: lib/privacy/yit-privacy.php:24
|
26 |
-
msgctxt "Privacy Policy Guide Title"
|
27 |
-
msgid "YITH Plugins"
|
28 |
-
msgstr "YITH Plugins"
|
29 |
-
|
30 |
-
#: lib/privacy/yit-privacy.php:59
|
31 |
-
msgctxt "Privacy Policy Content"
|
32 |
-
msgid ""
|
33 |
-
"This sample language includes the basics around what personal data your "
|
34 |
-
"store may be collecting, storing and sharing, as well as who may have access "
|
35 |
-
"to that data. Depending on what settings are enabled and which additional "
|
36 |
-
"plugins are used, the specific information shared by your store will vary. "
|
37 |
-
"We recommend consulting with a lawyer when deciding what information to "
|
38 |
-
"disclose on your privacy policy."
|
39 |
-
msgstr ""
|
40 |
-
"Deze voorbeeldtaal bevat de basisinformatie over de persoonlijke gegevens "
|
41 |
-
"die je winkel mogelijk verzamelt, bewaart en deelt en wie toegang heeft tot "
|
42 |
-
"die gegevens. Afhankelijk van welke instellingen zijn ingeschakeld en welke "
|
43 |
-
"extra plug-ins worden gebruikt, varieert de specifieke informatie die door "
|
44 |
-
"je winkel wordt gedeeld. We raden je aan om een advocaat te raadplegen "
|
45 |
-
"wanneer je beslist welke informatie openbaar wordt gemaakt in je "
|
46 |
-
"privacybeleid."
|
47 |
-
|
48 |
-
#: lib/privacy/yit-privacy.php:63
|
49 |
-
msgctxt "Privacy Policy Content"
|
50 |
-
msgid "What we collect and store"
|
51 |
-
msgstr "Wat we verzamelen en bewaren"
|
52 |
-
|
53 |
-
#: lib/privacy/yit-privacy.php:66
|
54 |
-
msgctxt "Privacy Policy Content"
|
55 |
-
msgid "Who on our team has access"
|
56 |
-
msgstr "Wie in ons team heeft toegang"
|
57 |
-
|
58 |
-
#: lib/privacy/yit-privacy.php:69
|
59 |
-
msgctxt "Privacy Policy Content"
|
60 |
-
msgid "What we share with others"
|
61 |
-
msgstr "Wat we delen met anderen"
|
62 |
-
|
63 |
-
#: lib/privacy/yit-privacy.php:72
|
64 |
-
msgctxt "Privacy Policy Content"
|
65 |
-
msgid "Payments"
|
66 |
-
msgstr "Betalingen"
|
67 |
-
|
68 |
#: lib/yit-cpt-unlimited.php:462 lib/yit-cpt-unlimited.php:576
|
69 |
#: lib/yit-cpt-unlimited.php:721 lib/yit-cpt-unlimited.php:1636
|
70 |
-
#, php-format
|
71 |
msgid "Add %s"
|
72 |
msgstr "Toevoegen %s"
|
73 |
|
74 |
#: lib/yit-cpt-unlimited.php:463 lib/yit-cpt-unlimited.php:577
|
75 |
-
#, php-format
|
76 |
msgid "Add New %s"
|
77 |
msgstr "Nieuwe toevoegen %s"
|
78 |
|
79 |
#: lib/yit-cpt-unlimited.php:464 lib/yit-cpt-unlimited.php:578
|
80 |
#: lib/yit-cpt-unlimited.php:1269 lib/yit-cpt-unlimited.php:1306
|
81 |
-
#, php-format
|
82 |
msgid "Edit %s"
|
83 |
msgstr "Bewerk %s"
|
84 |
|
85 |
#: lib/yit-cpt-unlimited.php:465 lib/yit-cpt-unlimited.php:579
|
86 |
-
#, php-format
|
87 |
msgid "New %s"
|
88 |
msgstr "Nieuwe %s"
|
89 |
|
90 |
#: lib/yit-cpt-unlimited.php:466 lib/yit-cpt-unlimited.php:580
|
91 |
-
#, php-format
|
92 |
msgid "All %s"
|
93 |
msgstr "Alle %s"
|
94 |
|
95 |
#: lib/yit-cpt-unlimited.php:467 lib/yit-cpt-unlimited.php:581
|
96 |
#: lib/yit-cpt-unlimited.php:1253 lib/yit-cpt-unlimited.php:1307
|
97 |
-
#, php-format
|
98 |
msgid "View %s"
|
99 |
msgstr "Bekijk %s"
|
100 |
|
101 |
#: lib/yit-cpt-unlimited.php:468 lib/yit-cpt-unlimited.php:582
|
102 |
-
#, php-format
|
103 |
msgid "Search %s"
|
104 |
msgstr "Zoek %s"
|
105 |
|
106 |
#: lib/yit-cpt-unlimited.php:469 lib/yit-cpt-unlimited.php:583
|
107 |
-
#, php-format
|
108 |
msgid "No %s found"
|
109 |
msgstr "Geen %s gevonden"
|
110 |
|
111 |
#: lib/yit-cpt-unlimited.php:470 lib/yit-cpt-unlimited.php:584
|
112 |
-
#, php-format
|
113 |
msgid "No %s found in Trash"
|
114 |
msgstr "Geen %s gevonden in prullenbak"
|
115 |
|
116 |
-
#: lib/yit-cpt-unlimited.php:627
|
117 |
-
#, php-format
|
118 |
-
msgctxt "taxonomy general name"
|
119 |
-
msgid "%s Categories"
|
120 |
-
msgstr "%s Categorieën"
|
121 |
-
|
122 |
-
#: lib/yit-cpt-unlimited.php:628
|
123 |
-
msgctxt "taxonomy singular name"
|
124 |
-
msgid "Category"
|
125 |
-
msgstr "Categorie"
|
126 |
-
|
127 |
#: lib/yit-cpt-unlimited.php:629 templates/fields/ajax-terms.php:56
|
128 |
msgid "Search Categories"
|
129 |
msgstr "Zoek categorieën"
|
@@ -165,7 +102,6 @@ msgid "Categories"
|
|
165 |
msgstr "Categorieën"
|
166 |
|
167 |
#: lib/yit-cpt-unlimited.php:1044
|
168 |
-
#, php-format
|
169 |
msgid "%s Settings"
|
170 |
msgstr "%s instellingen"
|
171 |
|
@@ -179,7 +115,6 @@ msgid "Type"
|
|
179 |
msgstr "Type"
|
180 |
|
181 |
#: lib/yit-cpt-unlimited.php:1054
|
182 |
-
#, php-format
|
183 |
msgid "Layout for this %s"
|
184 |
msgstr "De lay-out hiervoor %s"
|
185 |
|
@@ -255,7 +190,6 @@ msgid "Quick links"
|
|
255 |
msgstr "Snelle links"
|
256 |
|
257 |
#: lib/yit-cpt-unlimited.php:1477
|
258 |
-
#, php-format
|
259 |
msgid "Show frontend of the %s"
|
260 |
msgstr "Toon frontend van de %s"
|
261 |
|
@@ -265,7 +199,6 @@ msgid "Name"
|
|
265 |
msgstr "Naam"
|
266 |
|
267 |
#: lib/yit-cpt-unlimited.php:1635
|
268 |
-
#, php-format
|
269 |
msgid "Add %s from images"
|
270 |
msgstr "Voeg %s toe vanaf afbeeldingen"
|
271 |
|
@@ -273,7 +206,7 @@ msgstr "Voeg %s toe vanaf afbeeldingen"
|
|
273 |
msgid "Upload multiple files"
|
274 |
msgstr "Upload meerdere bestanden"
|
275 |
|
276 |
-
#: lib/yit-plugin-panel-wc.php:
|
277 |
msgid "The changes you have made will be lost if you leave this page."
|
278 |
msgstr "Als je deze pagina verlaat zullen alle wijzigingen verloren gaan."
|
279 |
|
@@ -281,84 +214,84 @@ msgstr "Als je deze pagina verlaat zullen alle wijzigingen verloren gaan."
|
|
281 |
msgid "Plugin Settings"
|
282 |
msgstr "Plugin instellingen"
|
283 |
|
284 |
-
#: lib/yit-plugin-panel.php:
|
285 |
msgid "How to install premium version"
|
286 |
msgstr "Hoe installeer ik de premium versie"
|
287 |
|
288 |
-
#: lib/yit-plugin-panel.php:
|
289 |
#: templates/panel/woocommerce/woocommerce-form.php:14
|
290 |
msgid "Save Changes"
|
291 |
msgstr "Wijzigingen opslaan"
|
292 |
|
293 |
-
#: lib/yit-plugin-panel.php:
|
294 |
#: templates/panel/woocommerce/woocommerce-form.php:17
|
295 |
msgid ""
|
296 |
"If you continue with this action, you will reset all options in this page."
|
297 |
msgstr "Als u deze actie voortzet, zult u alle opties op deze pagina resetten."
|
298 |
|
299 |
-
#: lib/yit-plugin-panel.php:
|
300 |
msgid "Reset to default"
|
301 |
msgstr "Resetten naar standaard"
|
302 |
|
303 |
-
#: lib/yit-plugin-panel.php:
|
304 |
#: templates/panel/woocommerce/woocommerce-form.php:21
|
305 |
msgid "Are you sure?"
|
306 |
msgstr "Weet u het zeker?"
|
307 |
|
308 |
-
#: lib/yit-plugin-panel.php:
|
309 |
msgid ""
|
310 |
"The element you have entered already exists. Please, enter another name."
|
311 |
msgstr "Het element dat u hebt ingevoerd bestaat al. Voer een andere naam in."
|
312 |
|
313 |
-
#: lib/yit-plugin-panel.php:
|
314 |
msgid "Settings saved"
|
315 |
msgstr "Instellingen opgeslagen"
|
316 |
|
317 |
-
#: lib/yit-plugin-panel.php:
|
318 |
msgid "Settings reset"
|
319 |
msgstr "Instellingen resetten"
|
320 |
|
321 |
-
#: lib/yit-plugin-panel.php:
|
322 |
msgid "Element deleted correctly."
|
323 |
msgstr "Element succesvol verwijderd."
|
324 |
|
325 |
-
#: lib/yit-plugin-panel.php:
|
326 |
msgid "Element updated correctly."
|
327 |
msgstr "Element juist bijgewerkt."
|
328 |
|
329 |
-
#: lib/yit-plugin-panel.php:
|
330 |
msgid "Database imported correctly."
|
331 |
msgstr "Database juist geïmporteerd."
|
332 |
|
333 |
-
#: lib/yit-plugin-panel.php:
|
334 |
msgid "An error has occurred during import. Please try again."
|
335 |
msgstr "Er is een fout opgetreden tijdens importeren. Probeer opnieuw."
|
336 |
|
337 |
-
#: lib/yit-plugin-panel.php:
|
338 |
msgid "The added file is not valid."
|
339 |
msgstr "Het toegevoegde bestand is ongeldig."
|
340 |
|
341 |
-
#: lib/yit-plugin-panel.php:
|
342 |
msgid "Sorry, import is disabled."
|
343 |
msgstr "Sorry, importeren is uitgeschakeld."
|
344 |
|
345 |
-
#: lib/yit-plugin-panel.php:
|
346 |
msgid "Sorting successful."
|
347 |
msgstr "Sorteren succesvol."
|
348 |
|
349 |
-
#: lib/yit-plugin-panel.php:
|
350 |
msgid "We need your support"
|
351 |
msgstr "We hebben uw hulp nodig"
|
352 |
|
353 |
-
#: lib/yit-plugin-panel.php:
|
354 |
msgid "to keep updating and improving the plugin. Please,"
|
355 |
msgstr "om de plugin te blijven updaten en verbeteren. A.u.b.,"
|
356 |
|
357 |
-
#: lib/yit-plugin-panel.php:
|
358 |
msgid "help us by leaving a five-star rating"
|
359 |
msgstr "help ons door een vijf-sterenbeoordeling achter te laten"
|
360 |
|
361 |
-
#: lib/yit-plugin-panel.php:
|
362 |
msgid ":) Thanks!"
|
363 |
msgstr ":) Bedankt!"
|
364 |
|
@@ -429,96 +362,75 @@ msgstr ""
|
|
429 |
"Er is een fout opgetreden, wat waarschijnlijk betekend dat de feed uit te "
|
430 |
"lucht is. Probeer het later opnieuw."
|
431 |
|
432 |
-
#: lib/yith-
|
433 |
-
msgctxt "Plugin FW"
|
434 |
-
msgid "View Changelog"
|
435 |
-
msgstr "Bekijk wijzigingenlogboek"
|
436 |
-
|
437 |
-
#: lib/yith-dashboard.php:100
|
438 |
-
msgctxt "Plugin FW"
|
439 |
-
msgid "Latest update released on"
|
440 |
-
msgstr "Laatste update uitgebracht op"
|
441 |
-
|
442 |
-
#: lib/yith-dashboard.php:143
|
443 |
-
msgctxt "Button label"
|
444 |
-
msgid "Close"
|
445 |
-
msgstr "Sluiten"
|
446 |
-
|
447 |
-
#: lib/yith-gutenberg.php:134
|
448 |
-
msgctxt "[gutenberg]: Category Name"
|
449 |
-
msgid "YITH"
|
450 |
-
msgstr "YITH"
|
451 |
-
|
452 |
-
#: lib/yith-system-status.php:97 lib/yith-system-status.php:98
|
453 |
-
msgid "System Status"
|
454 |
-
msgstr "Systeem Status"
|
455 |
-
|
456 |
-
#: lib/yith-system-status.php:104
|
457 |
msgid "WordPress Version"
|
458 |
msgstr "WordPress Versie"
|
459 |
|
460 |
-
#: lib/yith-system-status.php:
|
461 |
msgid "WooCommerce Version"
|
462 |
msgstr "WooCommerce Versie"
|
463 |
|
464 |
-
#: lib/yith-system-status.php:
|
465 |
msgid "Available Memory"
|
466 |
msgstr "Beschikbaar geheugen"
|
467 |
|
468 |
-
#: lib/yith-system-status.php:
|
469 |
msgid "PHP Version"
|
470 |
msgstr "PHP Versie"
|
471 |
|
472 |
-
#: lib/yith-system-status.php:
|
473 |
msgid "TLS Version"
|
474 |
msgstr "TLS Versie"
|
475 |
|
476 |
-
#: lib/yith-system-status.php:
|
477 |
msgid "WordPress Cron"
|
478 |
msgstr "WordPress Cron"
|
479 |
|
480 |
-
#: lib/yith-system-status.php:
|
481 |
msgid "SimpleXML"
|
482 |
msgstr "SimpleXML"
|
483 |
|
484 |
-
#: lib/yith-system-status.php:
|
485 |
msgid "MultiByte String"
|
486 |
msgstr "MultiByte String"
|
487 |
|
488 |
-
#: lib/yith-system-status.php:
|
489 |
msgid "ImageMagick Version"
|
490 |
msgstr "ImageMagick Versie"
|
491 |
|
492 |
-
#: lib/yith-system-status.php:
|
493 |
msgid "GD Library"
|
494 |
msgstr "GD Library"
|
495 |
|
496 |
-
#: lib/yith-system-status.php:
|
497 |
msgid "Iconv Module"
|
498 |
msgstr "Iconv Module"
|
499 |
|
500 |
-
#: lib/yith-system-status.php:
|
501 |
msgid "OPCache Save Comments"
|
502 |
msgstr "OPCache Save Comments"
|
503 |
|
504 |
-
#: lib/yith-system-status.php:
|
505 |
msgid "URL FOpen"
|
506 |
msgstr "URL FOpen"
|
507 |
|
508 |
-
#: lib/yith-system-status.php:
|
|
|
|
|
|
|
|
|
509 |
msgid "YITH Plugins"
|
510 |
msgstr "YITH Plugins"
|
511 |
|
512 |
-
#: lib/yith-system-status.php:
|
513 |
msgid "WooCommerce"
|
514 |
msgstr "WooCommerce"
|
515 |
|
516 |
-
#: lib/yith-system-status.php:
|
517 |
msgid "Warning!"
|
518 |
msgstr "Waarschuwing!"
|
519 |
|
520 |
-
#: lib/yith-system-status.php:
|
521 |
-
#, php-format
|
522 |
msgid ""
|
523 |
"The system check has detected some compatibility issues on your "
|
524 |
"installation. %sClick here%s to know more"
|
@@ -532,7 +444,6 @@ msgstr "Zoek klanten"
|
|
532 |
|
533 |
#: templates/fields/ajax-customers.php:83
|
534 |
#: templates/fields/ajax-customers.php:93
|
535 |
-
#, php-format
|
536 |
msgid "%1$s (#%2$s – %3$s)"
|
537 |
msgstr "%1$s (#%2$s – %3$s)"
|
538 |
|
@@ -600,16 +511,6 @@ msgstr "Afbeeldingen toevoegen"
|
|
600 |
msgid "Delete"
|
601 |
msgstr "Verwijderen"
|
602 |
|
603 |
-
#: templates/fields/onoff.php:24
|
604 |
-
msgctxt "ON/OFF button: use MAX 3 characters!"
|
605 |
-
msgid "ON"
|
606 |
-
msgstr "AAN"
|
607 |
-
|
608 |
-
#: templates/fields/onoff.php:25
|
609 |
-
msgctxt "ON/OFF button: use MAX 3 characters!"
|
610 |
-
msgid "OFF"
|
611 |
-
msgstr "UIT"
|
612 |
-
|
613 |
#: templates/fields/select-buttons.php:21
|
614 |
msgid "Add All"
|
615 |
msgstr "Allen toevoegen"
|
@@ -656,12 +557,10 @@ msgid "Image preview"
|
|
656 |
msgstr "Voorbeeld afbeelding"
|
657 |
|
658 |
#: templates/metaboxes/types/icon-list.php:90
|
659 |
-
#, php-format
|
660 |
msgid "(Default: %s <img src=\"%s\"/>)"
|
661 |
msgstr "(Default: %s <img src=\"%s\"/>)"
|
662 |
|
663 |
#: templates/metaboxes/types/icon-list.php:92
|
664 |
-
#, php-format
|
665 |
msgid "(Default: <i %s></i> )"
|
666 |
msgstr "(Default: <i %s></i> )"
|
667 |
|
@@ -694,18 +593,15 @@ msgid "N/A"
|
|
694 |
msgstr "N.V.T"
|
695 |
|
696 |
#: templates/sysinfo/system-information-panel.php:96
|
697 |
-
#, php-format
|
698 |
msgid "%s needs %s enabled"
|
699 |
msgstr "%s heeft nodig %s ingeschakeld"
|
700 |
|
701 |
#: templates/sysinfo/system-information-panel.php:98
|
702 |
-
#, php-format
|
703 |
msgid "%s needs at least %s of available memory"
|
704 |
msgstr "%s heeft ten minste %s beschikbaar geheugen nodig"
|
705 |
|
706 |
#: templates/sysinfo/system-information-panel.php:100
|
707 |
#: templates/sysinfo/system-information-panel.php:149
|
708 |
-
#, php-format
|
709 |
msgid ""
|
710 |
"For optimal functioning of our plugins, we suggest setting at least %s of "
|
711 |
"available memory"
|
@@ -716,7 +612,6 @@ msgstr ""
|
|
716 |
#: templates/sysinfo/system-information-panel.php:102
|
717 |
#: templates/sysinfo/system-information-panel.php:137
|
718 |
#: templates/sysinfo/system-information-panel.php:151
|
719 |
-
#, php-format
|
720 |
msgid ""
|
721 |
"Read more %s here%s or contact your hosting company in order to increase it."
|
722 |
msgstr ""
|
@@ -724,7 +619,6 @@ msgstr ""
|
|
724 |
"verhogen."
|
725 |
|
726 |
#: templates/sysinfo/system-information-panel.php:105
|
727 |
-
#, php-format
|
728 |
msgid "%s needs at least %s version"
|
729 |
msgstr "%s heeft minstens %s versie nodig"
|
730 |
|
@@ -741,7 +635,6 @@ msgid "Contact your hosting company in order to update it."
|
|
741 |
msgstr "Neem contact op met uw hostingmaatschappij om het bij te werken."
|
742 |
|
743 |
#: templates/sysinfo/system-information-panel.php:126
|
744 |
-
#, php-format
|
745 |
msgid "Remove %s from %s file"
|
746 |
msgstr "Verwijder %s uit %s bestand"
|
747 |
|
@@ -778,6 +671,98 @@ msgstr "Terug naar systeempaneel"
|
|
778 |
msgid "Back to top"
|
779 |
msgstr "Terug naar boven"
|
780 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
781 |
#: yit-plugin.php:83
|
782 |
msgctxt "Plugin Row Meta"
|
783 |
msgid "Live Demo"
|
@@ -803,10 +788,6 @@ msgctxt "Action links"
|
|
803 |
msgid "Settings"
|
804 |
msgstr "Instellingen"
|
805 |
|
806 |
-
#: yit-plugin.php:194
|
807 |
-
msgid "License"
|
808 |
-
msgstr "Licentie"
|
809 |
-
|
810 |
#~ msgid "An unexpected error occurred, please try again later. Thanks!"
|
811 |
#~ msgstr ""
|
812 |
#~ "Een onverwachte fout heeft zich voorgedaan, probeer het later nog eens!"
|
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"
|
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"
|
102 |
msgstr "Categorieën"
|
103 |
|
104 |
#: lib/yit-cpt-unlimited.php:1044
|
|
|
105 |
msgid "%s Settings"
|
106 |
msgstr "%s instellingen"
|
107 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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"
|
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 |
|
511 |
msgid "Delete"
|
512 |
msgstr "Verwijderen"
|
513 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
514 |
#: templates/fields/select-buttons.php:21
|
515 |
msgid "Add All"
|
516 |
msgstr "Allen toevoegen"
|
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 |
|
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"
|
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 ""
|
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 |
|
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 |
|
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"
|
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!"
|
plugin-fw/languages/yith-plugin-fw.pot
CHANGED
@@ -1,122 +1,68 @@
|
|
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: 2020-
|
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 |
-
|
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:462 lib/yit-cpt-unlimited.php:576
|
62 |
#: lib/yit-cpt-unlimited.php:721 lib/yit-cpt-unlimited.php:1636
|
63 |
-
#, php-format
|
64 |
msgid "Add %s"
|
65 |
msgstr ""
|
66 |
|
67 |
#: lib/yit-cpt-unlimited.php:463 lib/yit-cpt-unlimited.php:577
|
68 |
-
#, php-format
|
69 |
msgid "Add New %s"
|
70 |
msgstr ""
|
71 |
|
72 |
#: lib/yit-cpt-unlimited.php:464 lib/yit-cpt-unlimited.php:578
|
73 |
#: lib/yit-cpt-unlimited.php:1269 lib/yit-cpt-unlimited.php:1306
|
74 |
-
#, php-format
|
75 |
msgid "Edit %s"
|
76 |
msgstr ""
|
77 |
|
78 |
#: lib/yit-cpt-unlimited.php:465 lib/yit-cpt-unlimited.php:579
|
79 |
-
#, php-format
|
80 |
msgid "New %s"
|
81 |
msgstr ""
|
82 |
|
83 |
#: lib/yit-cpt-unlimited.php:466 lib/yit-cpt-unlimited.php:580
|
84 |
-
#, php-format
|
85 |
msgid "All %s"
|
86 |
msgstr ""
|
87 |
|
88 |
#: lib/yit-cpt-unlimited.php:467 lib/yit-cpt-unlimited.php:581
|
89 |
#: lib/yit-cpt-unlimited.php:1253 lib/yit-cpt-unlimited.php:1307
|
90 |
-
#, php-format
|
91 |
msgid "View %s"
|
92 |
msgstr ""
|
93 |
|
94 |
#: lib/yit-cpt-unlimited.php:468 lib/yit-cpt-unlimited.php:582
|
95 |
-
#, php-format
|
96 |
msgid "Search %s"
|
97 |
msgstr ""
|
98 |
|
99 |
#: lib/yit-cpt-unlimited.php:469 lib/yit-cpt-unlimited.php:583
|
100 |
-
#, php-format
|
101 |
msgid "No %s found"
|
102 |
msgstr ""
|
103 |
|
104 |
#: lib/yit-cpt-unlimited.php:470 lib/yit-cpt-unlimited.php:584
|
105 |
-
#, php-format
|
106 |
msgid "No %s found in Trash"
|
107 |
msgstr ""
|
108 |
|
109 |
-
#: lib/yit-cpt-unlimited.php:627
|
110 |
-
#, php-format
|
111 |
-
msgctxt "taxonomy general name"
|
112 |
-
msgid "%s Categories"
|
113 |
-
msgstr ""
|
114 |
-
|
115 |
-
#: lib/yit-cpt-unlimited.php:628
|
116 |
-
msgctxt "taxonomy singular name"
|
117 |
-
msgid "Category"
|
118 |
-
msgstr ""
|
119 |
-
|
120 |
#: lib/yit-cpt-unlimited.php:629 templates/fields/ajax-terms.php:56
|
121 |
msgid "Search Categories"
|
122 |
msgstr ""
|
@@ -158,7 +104,6 @@ msgid "Categories"
|
|
158 |
msgstr ""
|
159 |
|
160 |
#: lib/yit-cpt-unlimited.php:1044
|
161 |
-
#, php-format
|
162 |
msgid "%s Settings"
|
163 |
msgstr ""
|
164 |
|
@@ -172,7 +117,6 @@ msgid "Type"
|
|
172 |
msgstr ""
|
173 |
|
174 |
#: lib/yit-cpt-unlimited.php:1054
|
175 |
-
#, php-format
|
176 |
msgid "Layout for this %s"
|
177 |
msgstr ""
|
178 |
|
@@ -182,7 +126,8 @@ msgstr ""
|
|
182 |
|
183 |
#: lib/yit-cpt-unlimited.php:1061
|
184 |
msgid ""
|
185 |
-
"Univocal identification name in the URL for each product (slug from post if
|
|
|
186 |
msgstr ""
|
187 |
|
188 |
#: lib/yit-cpt-unlimited.php:1066
|
@@ -207,9 +152,9 @@ msgstr ""
|
|
207 |
|
208 |
#: lib/yit-cpt-unlimited.php:1079
|
209 |
msgid ""
|
210 |
-
"If you want to use categories in the portfolio, set a name for taxonomy.
|
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:1084
|
@@ -237,7 +182,6 @@ msgid "Quick links"
|
|
237 |
msgstr ""
|
238 |
|
239 |
#: lib/yit-cpt-unlimited.php:1477
|
240 |
-
#, php-format
|
241 |
msgid "Show frontend of the %s"
|
242 |
msgstr ""
|
243 |
|
@@ -247,7 +191,6 @@ msgid "Name"
|
|
247 |
msgstr ""
|
248 |
|
249 |
#: lib/yit-cpt-unlimited.php:1635
|
250 |
-
#, php-format
|
251 |
msgid "Add %s from images"
|
252 |
msgstr ""
|
253 |
|
@@ -255,7 +198,7 @@ msgstr ""
|
|
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 |
|
@@ -263,82 +206,82 @@ msgstr ""
|
|
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:14
|
272 |
msgid "Save Changes"
|
273 |
msgstr ""
|
274 |
|
275 |
-
#: lib/yit-plugin-panel.php:
|
276 |
#: templates/panel/woocommerce/woocommerce-form.php:17
|
277 |
msgid "If you continue with this action, you will reset all options in this page."
|
278 |
msgstr ""
|
279 |
|
280 |
-
#: lib/yit-plugin-panel.php:
|
281 |
msgid "Reset to default"
|
282 |
msgstr ""
|
283 |
|
284 |
-
#: lib/yit-plugin-panel.php:
|
285 |
#: templates/panel/woocommerce/woocommerce-form.php:21
|
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-plugin-panel.php:
|
330 |
msgid "We need your support"
|
331 |
msgstr ""
|
332 |
|
333 |
-
#: lib/yit-plugin-panel.php:
|
334 |
msgid "to keep updating and improving the plugin. Please,"
|
335 |
msgstr ""
|
336 |
|
337 |
-
#: lib/yit-plugin-panel.php:
|
338 |
msgid "help us by leaving a five-star rating"
|
339 |
msgstr ""
|
340 |
|
341 |
-
#: lib/yit-plugin-panel.php:
|
342 |
msgid ":) Thanks!"
|
343 |
msgstr ""
|
344 |
|
@@ -367,13 +310,15 @@ msgstr ""
|
|
367 |
|
368 |
#: lib/yit-pointers.php:85
|
369 |
msgid ""
|
370 |
-
"From now on, you can find the option panel of YITH plugins in YITH Plugins
|
371 |
-
"
|
372 |
-
"
|
373 |
-
"
|
374 |
-
"
|
375 |
-
"
|
376 |
-
"
|
|
|
|
|
377 |
msgstr ""
|
378 |
|
379 |
#: lib/yith-dashboard.php:40
|
@@ -390,110 +335,90 @@ msgstr ""
|
|
390 |
|
391 |
#: lib/yith-dashboard.php:71
|
392 |
msgid ""
|
393 |
-
"An error has occurred, which probably means the feed is down. Try again
|
394 |
-
|
395 |
-
|
396 |
-
#: lib/yith-dashboard.php:99
|
397 |
-
msgctxt "Plugin FW"
|
398 |
-
msgid "View Changelog"
|
399 |
-
msgstr ""
|
400 |
-
|
401 |
-
#: lib/yith-dashboard.php:100
|
402 |
-
msgctxt "Plugin FW"
|
403 |
-
msgid "Latest update released on"
|
404 |
-
msgstr ""
|
405 |
-
|
406 |
-
#: lib/yith-dashboard.php:143
|
407 |
-
msgctxt "Button label"
|
408 |
-
msgid "Close"
|
409 |
msgstr ""
|
410 |
|
411 |
-
#: lib/yith-
|
412 |
-
msgctxt "[gutenberg]: Category Name"
|
413 |
-
msgid "YITH"
|
414 |
-
msgstr ""
|
415 |
-
|
416 |
-
#: lib/yith-system-status.php:97 lib/yith-system-status.php:98
|
417 |
-
msgid "System Status"
|
418 |
-
msgstr ""
|
419 |
-
|
420 |
-
#: lib/yith-system-status.php:104
|
421 |
msgid "WordPress Version"
|
422 |
msgstr ""
|
423 |
|
424 |
-
#: lib/yith-system-status.php:
|
425 |
msgid "WooCommerce Version"
|
426 |
msgstr ""
|
427 |
|
428 |
-
#: lib/yith-system-status.php:
|
429 |
msgid "Available Memory"
|
430 |
msgstr ""
|
431 |
|
432 |
-
#: lib/yith-system-status.php:
|
433 |
msgid "PHP Version"
|
434 |
msgstr ""
|
435 |
|
436 |
-
#: lib/yith-system-status.php:
|
437 |
msgid "TLS Version"
|
438 |
msgstr ""
|
439 |
|
440 |
-
#: lib/yith-system-status.php:
|
441 |
msgid "WordPress Cron"
|
442 |
msgstr ""
|
443 |
|
444 |
-
#: lib/yith-system-status.php:
|
445 |
msgid "SimpleXML"
|
446 |
msgstr ""
|
447 |
|
448 |
-
#: lib/yith-system-status.php:
|
449 |
msgid "MultiByte String"
|
450 |
msgstr ""
|
451 |
|
452 |
-
#: lib/yith-system-status.php:
|
453 |
msgid "ImageMagick Version"
|
454 |
msgstr ""
|
455 |
|
456 |
-
#: lib/yith-system-status.php:
|
457 |
msgid "GD Library"
|
458 |
msgstr ""
|
459 |
|
460 |
-
#: lib/yith-system-status.php:
|
461 |
msgid "Iconv Module"
|
462 |
msgstr ""
|
463 |
|
464 |
-
#: lib/yith-system-status.php:
|
465 |
msgid "OPCache Save Comments"
|
466 |
msgstr ""
|
467 |
|
468 |
-
#: lib/yith-system-status.php:
|
469 |
msgid "URL FOpen"
|
470 |
msgstr ""
|
471 |
|
472 |
-
#: lib/yith-system-status.php:
|
|
|
|
|
|
|
|
|
473 |
msgid "YITH Plugins"
|
474 |
msgstr ""
|
475 |
|
476 |
-
#: lib/yith-system-status.php:
|
477 |
msgid "WooCommerce"
|
478 |
msgstr ""
|
479 |
|
480 |
-
#: lib/yith-system-status.php:
|
481 |
msgid "Warning!"
|
482 |
msgstr ""
|
483 |
|
484 |
-
#: lib/yith-system-status.php:
|
485 |
-
#, php-format
|
486 |
msgid ""
|
487 |
-
"The system check has detected some compatibility issues on your
|
488 |
-
"%sClick here%s to know more"
|
489 |
msgstr ""
|
490 |
|
491 |
#: templates/fields/ajax-customers.php:57
|
492 |
msgid "Search Customers"
|
493 |
msgstr ""
|
494 |
|
495 |
-
#: templates/fields/ajax-customers.php:83
|
496 |
-
|
497 |
msgid "%1$s (#%2$s – %3$s)"
|
498 |
msgstr ""
|
499 |
|
@@ -561,16 +486,6 @@ msgstr ""
|
|
561 |
msgid "Delete"
|
562 |
msgstr ""
|
563 |
|
564 |
-
#: templates/fields/onoff.php:24
|
565 |
-
msgctxt "ON/OFF button: use MAX 3 characters!"
|
566 |
-
msgid "ON"
|
567 |
-
msgstr ""
|
568 |
-
|
569 |
-
#: templates/fields/onoff.php:25
|
570 |
-
msgctxt "ON/OFF button: use MAX 3 characters!"
|
571 |
-
msgid "OFF"
|
572 |
-
msgstr ""
|
573 |
-
|
574 |
#: templates/fields/select-buttons.php:21
|
575 |
msgid "Add All"
|
576 |
msgstr ""
|
@@ -617,12 +532,10 @@ msgid "Image preview"
|
|
617 |
msgstr ""
|
618 |
|
619 |
#: templates/metaboxes/types/icon-list.php:90
|
620 |
-
#, php-format
|
621 |
msgid "(Default: %s <img src=\"%s\"/>)"
|
622 |
msgstr ""
|
623 |
|
624 |
#: templates/metaboxes/types/icon-list.php:92
|
625 |
-
#, php-format
|
626 |
msgid "(Default: <i %s></i> )"
|
627 |
msgstr ""
|
628 |
|
@@ -655,18 +568,15 @@ msgid "N/A"
|
|
655 |
msgstr ""
|
656 |
|
657 |
#: templates/sysinfo/system-information-panel.php:96
|
658 |
-
#, php-format
|
659 |
msgid "%s needs %s enabled"
|
660 |
msgstr ""
|
661 |
|
662 |
#: templates/sysinfo/system-information-panel.php:98
|
663 |
-
#, php-format
|
664 |
msgid "%s needs at least %s of available memory"
|
665 |
msgstr ""
|
666 |
|
667 |
#: templates/sysinfo/system-information-panel.php:100
|
668 |
#: templates/sysinfo/system-information-panel.php:149
|
669 |
-
#, php-format
|
670 |
msgid ""
|
671 |
"For optimal functioning of our plugins, we suggest setting at least %s of "
|
672 |
"available memory"
|
@@ -675,12 +585,10 @@ msgstr ""
|
|
675 |
#: templates/sysinfo/system-information-panel.php:102
|
676 |
#: templates/sysinfo/system-information-panel.php:137
|
677 |
#: templates/sysinfo/system-information-panel.php:151
|
678 |
-
#, php-format
|
679 |
msgid "Read more %s here%s or contact your hosting company in order to increase it."
|
680 |
msgstr ""
|
681 |
|
682 |
#: templates/sysinfo/system-information-panel.php:105
|
683 |
-
#, php-format
|
684 |
msgid "%s needs at least %s version"
|
685 |
msgstr ""
|
686 |
|
@@ -695,7 +603,6 @@ msgid "Contact your hosting company in order to update it."
|
|
695 |
msgstr ""
|
696 |
|
697 |
#: templates/sysinfo/system-information-panel.php:126
|
698 |
-
#, php-format
|
699 |
msgid "Remove %s from %s file"
|
700 |
msgstr ""
|
701 |
|
@@ -705,13 +612,14 @@ msgstr ""
|
|
705 |
|
706 |
#: templates/sysinfo/system-information-panel.php:157
|
707 |
msgid ""
|
708 |
-
"We cannot determine which <b>TLS</b> version is installed because
|
709 |
-
"module is disabled. Ask your hosting company to enable it."
|
710 |
msgstr ""
|
711 |
|
712 |
#: templates/sysinfo/system-information-panel.php:160
|
713 |
msgid ""
|
714 |
-
"<b>ImageMagick</b> module is not installed. Ask your hosting company to
|
|
|
715 |
msgstr ""
|
716 |
|
717 |
#: templates/sysinfo/system-information-panel.php:172
|
@@ -726,6 +634,90 @@ msgstr ""
|
|
726 |
msgid "Back to top"
|
727 |
msgstr ""
|
728 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
729 |
#: yit-plugin.php:83
|
730 |
msgctxt "Plugin Row Meta"
|
731 |
msgid "Live Demo"
|
@@ -749,8 +741,4 @@ msgstr ""
|
|
749 |
#: yit-plugin.php:190
|
750 |
msgctxt "Action links"
|
751 |
msgid "Settings"
|
752 |
-
msgstr ""
|
753 |
-
|
754 |
-
#: yit-plugin.php:194
|
755 |
-
msgid "License"
|
756 |
-
msgstr ""
|
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 ""
|
104 |
msgstr ""
|
105 |
|
106 |
#: lib/yit-cpt-unlimited.php:1044
|
|
|
107 |
msgid "%s Settings"
|
108 |
msgstr ""
|
109 |
|
117 |
msgstr ""
|
118 |
|
119 |
#: lib/yit-cpt-unlimited.php:1054
|
|
|
120 |
msgid "Layout for this %s"
|
121 |
msgstr ""
|
122 |
|
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
|
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
|
182 |
msgstr ""
|
183 |
|
184 |
#: lib/yit-cpt-unlimited.php:1477
|
|
|
185 |
msgid "Show frontend of the %s"
|
186 |
msgstr ""
|
187 |
|
191 |
msgstr ""
|
192 |
|
193 |
#: lib/yit-cpt-unlimited.php:1635
|
|
|
194 |
msgid "Add %s from images"
|
195 |
msgstr ""
|
196 |
|
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 |
|
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 |
|
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
|
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 |
|
486 |
msgid "Delete"
|
487 |
msgstr ""
|
488 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
489 |
#: templates/fields/select-buttons.php:21
|
490 |
msgid "Add All"
|
491 |
msgstr ""
|
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 |
|
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"
|
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 |
|
603 |
msgstr ""
|
604 |
|
605 |
#: templates/sysinfo/system-information-panel.php:126
|
|
|
606 |
msgid "Remove %s from %s file"
|
607 |
msgstr ""
|
608 |
|
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
|
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
|
722 |
msgctxt "Plugin Row Meta"
|
723 |
msgid "Live Demo"
|
741 |
#: yit-plugin.php:190
|
742 |
msgctxt "Action links"
|
743 |
msgid "Settings"
|
744 |
+
msgstr ""
|
|
|
|
|
|
|
|
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 |
+
}
|
templates/compare.php
CHANGED
@@ -116,7 +116,7 @@ $localized_table_text = apply_filters('wpml_translate_single_string', $table_tex
|
|
116 |
$product_class = ($index % 2 == 0 ? 'odd' : 'even') . ' product_' . $product_id ?>
|
117 |
<td class="<?php echo esc_attr( $product_class ); ?>">
|
118 |
<a href="<?php echo add_query_arg('redirect', 'view', $this->remove_product_url($product_id)); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>"
|
119 |
-
data-product_id="<?php echo esc_attr( product_id ); ?>"><?php esc_html_e('Remove', 'yith-woocommerce-compare') ?>
|
120 |
<span class="remove">x</span></a>
|
121 |
</td>
|
122 |
<?php
|
116 |
$product_class = ($index % 2 == 0 ? 'odd' : 'even') . ' product_' . $product_id ?>
|
117 |
<td class="<?php echo esc_attr( $product_class ); ?>">
|
118 |
<a href="<?php echo add_query_arg('redirect', 'view', $this->remove_product_url($product_id)); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>"
|
119 |
+
data-product_id="<?php echo esc_attr( $product_id ); ?>"><?php esc_html_e('Remove', 'yith-woocommerce-compare') ?>
|
120 |
<span class="remove">x</span></a>
|
121 |
</td>
|
122 |
<?php
|