YITH WooCommerce Ajax Product Filter - Version 3.11.4

Version Description

Download this release

Release Info

Developer yithemes
Plugin Icon 128x128 YITH WooCommerce Ajax Product Filter
Version 3.11.4
Comparing to
See all releases

Code changes from version 3.11.3 to 3.11.4

README.txt CHANGED
@@ -4,7 +4,7 @@ Contributors: yithemes
4
  Tags: woocommerce ajax product filter download, woocommerce, widget, ajax, ajax filtered nav, ajax navigation, ajax filtered navigation, woocommerce layered navigation, woocommerce layered nav, product filter, product filters, ajax product filter, woocommerce ajax product filter, woocommerce filters, sidebar filter, sidebar ajax filter, ajax price filter, price filter, product sorting, woocommerce filter, taxonomy filter, attribute filter, attributes filter, woocommerce product sort, ajax sort, woocommerce ajax product filter, advanced product filters, ajax product filters, filters, woocommerce ajax product filters, woocommerce product filters, woocommerce product filters, category filter, attribute filters, woocommerce products filter, woocommerce price filter, yit, yith, yithemes
5
  Requires at least: 4.0
6
  Tested up to: 5.5
7
- Stable tag: 3.11.3
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -159,6 +159,11 @@ If you want to see a demonstration version of the premium plugin, you can see it
159
 
160
  == Changelog ==
161
 
 
 
 
 
 
162
  = 3.11.3 - Released on 16 October 2020 =
163
 
164
  * New: Support for WooCommerce 4.6
4
  Tags: woocommerce ajax product filter download, woocommerce, widget, ajax, ajax filtered nav, ajax navigation, ajax filtered navigation, woocommerce layered navigation, woocommerce layered nav, product filter, product filters, ajax product filter, woocommerce ajax product filter, woocommerce filters, sidebar filter, sidebar ajax filter, ajax price filter, price filter, product sorting, woocommerce filter, taxonomy filter, attribute filter, attributes filter, woocommerce product sort, ajax sort, woocommerce ajax product filter, advanced product filters, ajax product filters, filters, woocommerce ajax product filters, woocommerce product filters, woocommerce product filters, category filter, attribute filters, woocommerce products filter, woocommerce price filter, yit, yith, yithemes
5
  Requires at least: 4.0
6
  Tested up to: 5.5
7
+ Stable tag: 3.11.4
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
159
 
160
  == Changelog ==
161
 
162
+ * New: Support for WooCommerce 4.7
163
+ * New: Possibility to update plugin via WP-CLI
164
+ * New: Possibility to update plugin via ManageWP
165
+ * Update: plugin framework
166
+
167
  = 3.11.3 - Released on 16 October 2020 =
168
 
169
  * New: Support for WooCommerce 4.6
init.php CHANGED
@@ -3,14 +3,14 @@
3
  * Plugin Name: YITH WooCommerce Ajax Product Filter
4
  * Plugin URI: https://wordpress.org/plugins/yith-woocommerce-ajax-navigation/
5
  * Description:<code><strong>YITH WooCommerce AJAX Product Filter</strong></code> allows your users to find the product they are looking for as quickly as possible. Thanks to the plugin you will be able to set up one or more search filters for your WooCommerce products, improve the user experience and give the impression of being in a big and reliable store. <a href="https://yithemes.com/" target="_blank">Get more plugins for your e-commerce shop on <strong>YITH</strong></a>
6
- * Version: 3.11.3
7
  * Author: YITH
8
  * Author URI: https://yithemes.com/
9
  * Text Domain: yith-woocommerce-ajax-navigation
10
  * Domain Path: /languages/
11
  *
12
  * WC requires at least: 4.0
13
- * WC tested up to: 4.6
14
  *
15
  * @author Your Inspiration Themes
16
  * @package YITH WooCommerce Ajax Navigation
@@ -67,7 +67,7 @@ load_plugin_textdomain( 'yith-woocommerce-ajax-navigation', false, dirname( plug
67
  ! defined( 'YITH_WCAN' ) && define( 'YITH_WCAN', true );
68
  ! defined( 'YITH_WCAN_URL' ) && define( 'YITH_WCAN_URL', plugin_dir_url( __FILE__ ) );
69
  ! defined( 'YITH_WCAN_DIR' ) && define( 'YITH_WCAN_DIR', plugin_dir_path( __FILE__ ) );
70
- ! defined( 'YITH_WCAN_VERSION' ) && define( 'YITH_WCAN_VERSION', '3.11.3' );
71
  ! defined( 'YITH_WCAN_FREE_INIT') && define( 'YITH_WCAN_FREE_INIT', plugin_basename( __FILE__ ) );
72
  ! defined( 'YITH_WCAN_FILE' ) && define( 'YITH_WCAN_FILE', __FILE__ );
73
 
3
  * Plugin Name: YITH WooCommerce Ajax Product Filter
4
  * Plugin URI: https://wordpress.org/plugins/yith-woocommerce-ajax-navigation/
5
  * Description:<code><strong>YITH WooCommerce AJAX Product Filter</strong></code> allows your users to find the product they are looking for as quickly as possible. Thanks to the plugin you will be able to set up one or more search filters for your WooCommerce products, improve the user experience and give the impression of being in a big and reliable store. <a href="https://yithemes.com/" target="_blank">Get more plugins for your e-commerce shop on <strong>YITH</strong></a>
6
+ * Version: 3.11.4
7
  * Author: YITH
8
  * Author URI: https://yithemes.com/
9
  * Text Domain: yith-woocommerce-ajax-navigation
10
  * Domain Path: /languages/
11
  *
12
  * WC requires at least: 4.0
13
+ * WC tested up to: 4.7
14
  *
15
  * @author Your Inspiration Themes
16
  * @package YITH WooCommerce Ajax Navigation
67
  ! defined( 'YITH_WCAN' ) && define( 'YITH_WCAN', true );
68
  ! defined( 'YITH_WCAN_URL' ) && define( 'YITH_WCAN_URL', plugin_dir_url( __FILE__ ) );
69
  ! defined( 'YITH_WCAN_DIR' ) && define( 'YITH_WCAN_DIR', plugin_dir_path( __FILE__ ) );
70
+ ! defined( 'YITH_WCAN_VERSION' ) && define( 'YITH_WCAN_VERSION', '3.11.4' );
71
  ! defined( 'YITH_WCAN_FREE_INIT') && define( 'YITH_WCAN_FREE_INIT', plugin_basename( __FILE__ ) );
72
  ! defined( 'YITH_WCAN_FILE' ) && define( 'YITH_WCAN_FILE', __FILE__ );
73
 
plugin-fw/assets/css/yith-fields.css CHANGED
@@ -1740,6 +1740,11 @@ div#ui-datepicker-div.yith-plugin-fw-datepicker-div {
1740
  .yith-plugin-ui .yith-single-colorpicker {
1741
  display : inline-block;
1742
  width : 220px;
 
 
 
 
 
1743
  }
1744
 
1745
  .yith-plugin-ui .yith-single-colorpicker > label {
@@ -1921,16 +1926,16 @@ div#ui-datepicker-div.yith-plugin-fw-datepicker-div {
1921
  }
1922
 
1923
  .yith-plugin-ui .yith-add-box-row,
1924
- .yith-plugin-ui .yith-toggle-row-opened .yith-toggle-content .yith-toggle-content-row {
1925
  display : table;
1926
  margin-bottom : 40px;
1927
  }
1928
 
1929
- .yith-plugin-ui .yith-add-box-row label,
1930
- .yith-plugin-ui .yith-toggle-row-opened .yith-toggle-content .yith-toggle-content-row > label {
1931
  display : table-cell;
1932
- width : 200px;
1933
- padding-right : 21px;
1934
  color : #33373b;
1935
  font-size : 14px;
1936
  vertical-align : top;
@@ -1938,7 +1943,7 @@ div#ui-datepicker-div.yith-plugin-fw-datepicker-div {
1938
  }
1939
 
1940
  .yith-plugin-ui .yith-add-box-row .yith-plugin-fw-field-wrapper:not(.yith-plugin-fw-title-field-wrapper),
1941
- .yith-plugin-ui .yith-toggle-row-opened .yith-plugin-fw-field-wrapper:not(.yith-plugin-fw-title-field-wrapper) {
1942
  /* display: table-cell;*/
1943
  width : auto;
1944
  float : none;
@@ -1947,7 +1952,7 @@ div#ui-datepicker-div.yith-plugin-fw-datepicker-div {
1947
  }
1948
 
1949
  .yith-plugin-ui .yith-add-box-row span.yith-icon,
1950
- .yith-plugin-ui .yith-toggle-row-opened .yith-toggle-content .yith-toggle-content-row span.yith-icon {
1951
  position : absolute;
1952
  right : 15px;
1953
  top : 0;
@@ -2121,7 +2126,7 @@ div#ui-datepicker-div.yith-plugin-fw-datepicker-div {
2121
 
2122
  .yith-plugin-fw-option-with-description {
2123
  display : table-cell;
2124
- width : auto;
2125
  vertical-align : top;
2126
  }
2127
 
@@ -2298,16 +2303,16 @@ div#ui-datepicker-div.yith-plugin-fw-datepicker-div {
2298
 
2299
 
2300
  .yith-plugin-ui .yith-add-box-row,
2301
- .yith-plugin-ui .yith-toggle-row-opened .yith-toggle-content .yith-toggle-content-row,
2302
  .yith-plugin-ui .yith-add-box-row label {
2303
  display : block;
2304
  }
2305
 
2306
- .yith-plugin-ui .yith-toggle-row-opened .yith-toggle-content .yith-toggle-content-row > label {
2307
  display : block;
2308
  }
2309
 
2310
- .yith-plugin-ui .yith-toggle-row-opened .yith-plugin-fw-option-with-description {
2311
  width : 100%;
2312
  }
2313
 
@@ -2316,7 +2321,7 @@ div#ui-datepicker-div.yith-plugin-fw-datepicker-div {
2316
  display : block;
2317
  }
2318
 
2319
- .yith-plugin-ui .yith-toggle-row-opened .yith-toggle-content .yith-plugin-fw-option-with-description,
2320
  .yith-plugin-ui .yith-add-box-row .yith-plugin-fw-option-with-description {
2321
  display : block;
2322
  padding-top : 20px;
1740
  .yith-plugin-ui .yith-single-colorpicker {
1741
  display : inline-block;
1742
  width : 220px;
1743
+ margin-top: 20px;
1744
+ }
1745
+
1746
+ .yith-plugin-ui .yith-single-colorpicker:nth-child(-n+3) {
1747
+ margin-top: 0;
1748
  }
1749
 
1750
  .yith-plugin-ui .yith-single-colorpicker > label {
1926
  }
1927
 
1928
  .yith-plugin-ui .yith-add-box-row,
1929
+ .yith-plugin-ui .yith-toggle-content .yith-toggle-content-row {
1930
  display : table;
1931
  margin-bottom : 40px;
1932
  }
1933
 
1934
+ .yith-plugin-ui .yith-add-box-row > label,
1935
+ .yith-plugin-ui .yith-toggle-content .yith-toggle-content-row > label {
1936
  display : table-cell;
1937
+ min-width : 180px;
1938
+ padding-right : 20px;
1939
  color : #33373b;
1940
  font-size : 14px;
1941
  vertical-align : top;
1943
  }
1944
 
1945
  .yith-plugin-ui .yith-add-box-row .yith-plugin-fw-field-wrapper:not(.yith-plugin-fw-title-field-wrapper),
1946
+ .yith-plugin-ui .yith-plugin-fw-field-wrapper:not(.yith-plugin-fw-title-field-wrapper) {
1947
  /* display: table-cell;*/
1948
  width : auto;
1949
  float : none;
1952
  }
1953
 
1954
  .yith-plugin-ui .yith-add-box-row span.yith-icon,
1955
+ .yith-plugin-ui .yith-toggle-content .yith-toggle-content-row span.yith-icon {
1956
  position : absolute;
1957
  right : 15px;
1958
  top : 0;
2126
 
2127
  .yith-plugin-fw-option-with-description {
2128
  display : table-cell;
2129
+ width : 90%;
2130
  vertical-align : top;
2131
  }
2132
 
2303
 
2304
 
2305
  .yith-plugin-ui .yith-add-box-row,
2306
+ .yith-plugin-ui .yith-toggle-content .yith-toggle-content-row,
2307
  .yith-plugin-ui .yith-add-box-row label {
2308
  display : block;
2309
  }
2310
 
2311
+ .yith-plugin-ui .yith-toggle-content .yith-toggle-content-row > label {
2312
  display : block;
2313
  }
2314
 
2315
+ .yith-plugin-ui .yith-plugin-fw-option-with-description {
2316
  width : 100%;
2317
  }
2318
 
2321
  display : block;
2322
  }
2323
 
2324
+ .yith-plugin-ui .yith-toggle-content .yith-plugin-fw-option-with-description,
2325
  .yith-plugin-ui .yith-add-box-row .yith-plugin-fw-option-with-description {
2326
  display : block;
2327
  padding-top : 20px;
plugin-fw/assets/js/yit-plugin-panel.js CHANGED
@@ -8,52 +8,28 @@
8
  */
9
 
10
  jQuery( function ( $ ) {
11
- //dependencies handler
12
- $( '[data-dep-target]' ).each( function () {
13
- var t = $( this );
14
-
15
- var field = '#' + t.data( 'dep-target' ),
16
- dep = '#' + t.data( 'dep-id' ),
17
- value = t.data( 'dep-value' ),
18
- type = t.data( 'dep-type' ),
19
- event = 'change',
20
- wrapper = $( dep + '-wrapper' ),
21
- field_type = wrapper.data( 'type' );
22
-
23
- if( field_type === 'select-images' ){
24
- event = 'yith_select_images_value_changed';
25
- }
26
-
27
- dependencies_handler( field, dep, value.toString(), type );
28
-
29
- $( dep ).on( event, function () {
30
- dependencies_handler( field, dep, value.toString(), type );
31
- } ).trigger( event );
32
-
33
- } );
34
-
35
- //Handle dependencies.
36
  function dependencies_handler( id, deps, values, type ) {
37
  var result = true;
38
  //Single dependency
39
  if ( typeof ( deps ) == 'string' ) {
 
40
  if ( deps.substr( 0, 6 ) == ':radio' ) {
41
  deps = deps + ':checked';
42
  }
43
 
44
- var val = $( deps ).val();
 
45
 
46
- if ( $( deps ).attr( 'type' ) == 'checkbox' ) {
47
- var thisCheck = $( deps );
48
- if ( thisCheck.is( ':checked' ) ) {
49
- val = 'yes';
50
- } else {
51
- val = 'no';
52
- }
53
  }
54
 
55
  if( $( deps + '-wrapper' ).data( 'type' ) === 'select-images' ){
56
- val = $( deps + '-wrapper' ).find( 'select' ).first().val();
57
  }
58
 
59
  values = values.split( ',' );
@@ -73,7 +49,7 @@ jQuery( function ( $ ) {
73
 
74
  if ( $current_container.length < 1 ) {
75
  // container for YIT Plugin Panel WooCommerce
76
- $current_container = $current_field.closest( '.yith-plugin-fw-panel-wc-row' );
77
  }
78
 
79
  var types = type.split( '-' ), j;
@@ -97,7 +73,7 @@ jQuery( function ( $ ) {
97
  $current_container.hide();
98
  break;
99
  default:
100
- if ( !$current_container.hasClass( 'fade-in' ) ) {
101
  $current_container.hide();
102
  $current_container.css( { 'opacity': '0' } );
103
  } else {
@@ -131,6 +107,34 @@ jQuery( function ( $ ) {
131
  }
132
  }
133
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
134
 
135
  //connected list
136
  $( '.rm_connectedlist' ).each( function () {
8
  */
9
 
10
  jQuery( function ( $ ) {
11
+ // Handle dependencies.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  function dependencies_handler( id, deps, values, type ) {
13
  var result = true;
14
  //Single dependency
15
  if ( typeof ( deps ) == 'string' ) {
16
+ // ??
17
  if ( deps.substr( 0, 6 ) == ':radio' ) {
18
  deps = deps + ':checked';
19
  }
20
 
21
+ var input_type = $( deps ).data( 'type' ),
22
+ val = $( deps ).val();
23
 
24
+ if ( 'checkbox' === input_type ) {
25
+ val = $( deps ).is( ':checked' ) ? 'yes' : 'no';
26
+ }
27
+ else if ( 'radio' === input_type ) {
28
+ val = $( deps ).find('input[type="radio"]').filter(':checked').val();
 
 
29
  }
30
 
31
  if( $( deps + '-wrapper' ).data( 'type' ) === 'select-images' ){
32
+ val = $( deps + '-wrapper' ).find( 'select' ).first().val();
33
  }
34
 
35
  values = values.split( ',' );
49
 
50
  if ( $current_container.length < 1 ) {
51
  // container for YIT Plugin Panel WooCommerce
52
+ $current_container = $current_field.closest( '.yith-plugin-fw-panel-wc-row, .yith-toggle-content-row' );
53
  }
54
 
55
  var types = type.split( '-' ), j;
73
  $current_container.hide();
74
  break;
75
  default:
76
+ if ( ! $current_container.hasClass( 'fade-in' ) ) {
77
  $current_container.hide();
78
  $current_container.css( { 'opacity': '0' } );
79
  } else {
107
  }
108
  }
109
  }
110
+ function init_dependencies() {
111
+ $( '[data-dep-target]:not( .deps-initialized )' ).each( function () {
112
+ var t = $( this );
113
+
114
+ // init field deps
115
+ t.addClass( 'deps-initialized' );
116
+
117
+ var field = '#' + t.data( 'dep-target' ),
118
+ dep = '#' + t.data( 'dep-id' ),
119
+ value = t.data( 'dep-value' ),
120
+ type = t.data( 'dep-type' ),
121
+ event = 'change',
122
+ wrapper = $( dep + '-wrapper' ),
123
+ field_type = wrapper.data( 'type' );
124
+
125
+ if( field_type === 'select-images' ){
126
+ event = 'yith_select_images_value_changed';
127
+ }
128
+
129
+ $( dep ).on( event, function () {
130
+ dependencies_handler( field, dep, value.toString(), type );
131
+ } ).trigger( event );
132
+ } );
133
+ }
134
+
135
+ init_dependencies();
136
+ // re-init deps after an add toggle action
137
+ $( document ).on( 'yith-add-box-button-toggle', init_dependencies );
138
 
139
  //connected list
140
  $( '.rm_connectedlist' ).each( function () {
plugin-fw/assets/js/yit-plugin-panel.min.js CHANGED
@@ -1 +1 @@
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";"select-images"===a(t+"-wrapper").data("type")&&(r=a(t+"-wrapper").find("select").first().val()),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,p=n.split("-");for(l in p){var h=p[l];if(s)switch(h){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(h){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"),d="change";"select-images"===a(n+"-wrapper").data("type")&&(d="yith_select_images_value_changed"),e(i,n,s.toString(),r),a(n).on(d,function(){e(i,n,s.toString(),r)}).trigger(d)}),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");if(i.addClass("inline"),t.length&&t.prepend(i),a(document).find(".yith-nav-sub-tab.nav-tab-active").length){var n=a(document).find(".yith-plugin-fw-wp-page-wrapper");if(n.length||(n=a(document).find("#wpbody-content > .yith-plugin-ui")),n)(t=n.find(".yit-admin-panel-content-wrap")).length?t.addClass("has-subnav"):n.find(".wrap").wrap('<div class="wrap subnav-wrap"></div>')}});
1
+ jQuery(function(a){function e(){a("[data-dep-target]:not( .deps-initialized )").each(function(){var e=a(this);e.addClass("deps-initialized");var t="#"+e.data("dep-target"),i="#"+e.data("dep-id"),n=e.data("dep-value"),d=e.data("dep-type"),s="change";"select-images"===a(i+"-wrapper").data("type")&&(s="yith_select_images_value_changed"),a(i).on(s,function(){!function(e,t,i,n){var d=!0;if("string"==typeof t){":radio"==t.substr(0,6)&&(t+=":checked");var s=a(t).data("type"),r=a(t).val();"checkbox"===s?r=a(t).is(":checked")?"yes":"no":"radio"===s&&(r=a(t).find('input[type="radio"]').filter(":checked").val()),"select-images"===a(t+"-wrapper").data("type")&&(r=a(t+"-wrapper").find("select").first().val()),i=i.split(",");for(var c=0;c<i.length;c++){if(r==i[c]){d=!0;break}d=!1}}var o=a(e),l=a(e+"-container").closest("tr");l.length<1&&(l=o.closest(".yith-plugin-fw-panel-wc-row, .yith-toggle-content-row"));var p,h=n.split("-");for(p in h){var f=h[p];if(d)switch(f){case"disable":l.removeClass("yith-disabled"),o.attr("disabled",!1);break;case"hideme":o.show();break;case"fadeInOut":case"fadeIn":l.show(500);break;case"fadeOut":l.show();break;default:l.show(),l.fadeTo("slow",1).addClass("fade-in")}else switch(f){case"disable":l.addClass("yith-disabled"),o.attr("disabled",!0);break;case"hideme":o.hide();break;case"fadeInOut":case"fadeOut":l.hide(500);break;case"fadeIn":l.hide();break;default:l.hasClass("fade-in")?l.fadeTo("slow",0,function(){a(this).hide().removeClass("fade-in")}):(l.hide(),l.css({opacity:"0"}))}}}(t,i,n.toString(),d)}).trigger(s)})}e(),a(document).on("yith-add-box-button-toggle",e),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 d={};e.each(function(){var e={};a(this).children().each(function(){e[a(this).data("option")]=a(this).text()}),d[a(this).data("list")]=e}),t.val(JSON.stringify(d).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");if(i.addClass("inline"),t.length&&t.prepend(i),a(document).find(".yith-nav-sub-tab.nav-tab-active").length){var n=a(document).find(".yith-plugin-fw-wp-page-wrapper");if(n.length||(n=a(document).find("#wpbody-content > .yith-plugin-ui")),n)(t=n.find(".yit-admin-panel-content-wrap")).length?t.addClass("has-subnav"):n.find(".wrap").wrap('<div class="wrap subnav-wrap"></div>')}});
plugin-fw/assets/js/yith-fields.js CHANGED
@@ -62,14 +62,14 @@
62
  wrap1.length && wrap_main1.find( 'a.wp-color-result' ).attr( 'title', select_label );
63
  wrap_main2.length && wrap_main2.find( 'a.wp-color-result' ).attr( 'title', select_label );
64
 
65
- if ( !wrap1.find( '.wp-picker-clear-custom' ).length ) {
66
  var button = $( '<span/>' ).attr( {
67
  class: "wp-picker-default-custom"
68
  } );
69
  wrap1.find( '.wp-picker-default' ).wrap( button );
70
  }
71
 
72
- if ( !wrap2.find( '.wp-picker-clear-custom' ).length ) {
73
  var button = $( '<span/>' ).attr( {
74
  class: "wp-picker-default-custom"
75
  } );
@@ -572,8 +572,8 @@
572
  target_id = $this.data( 'box_id' ),
573
  closed_label = $this.data( 'closed_label' ),
574
  label = $this.data( 'opened_label' ),
575
- id = $this.closest( '.yith-toggle_wrapper' ).attr( 'id' );
576
- template = wp.template( 'yith-toggle-element-add-box-content-' + id );
577
 
578
  if ( '' !== target_id ) {
579
  $( '#' + target_id ).html( template( { index: 'box_id' } ) ).slideToggle();
62
  wrap1.length && wrap_main1.find( 'a.wp-color-result' ).attr( 'title', select_label );
63
  wrap_main2.length && wrap_main2.find( 'a.wp-color-result' ).attr( 'title', select_label );
64
 
65
+ if ( ! wrap1.find( '.wp-picker-default-custom' ).length ) {
66
  var button = $( '<span/>' ).attr( {
67
  class: "wp-picker-default-custom"
68
  } );
69
  wrap1.find( '.wp-picker-default' ).wrap( button );
70
  }
71
 
72
+ if ( ! wrap2.find( '.wp-picker-default-custom' ).length ) {
73
  var button = $( '<span/>' ).attr( {
74
  class: "wp-picker-default-custom"
75
  } );
572
  target_id = $this.data( 'box_id' ),
573
  closed_label = $this.data( 'closed_label' ),
574
  label = $this.data( 'opened_label' ),
575
+ id = $this.closest( '.yith-toggle_wrapper' ).attr( 'id' ),
576
+ template = wp.template( 'yith-toggle-element-add-box-content-' + id );
577
 
578
  if ( '' !== target_id ) {
579
  $( '#' + target_id ).html( template( { index: 'box_id' } ) ).slideToggle();
plugin-fw/assets/js/yith-fields.min.js CHANGED
@@ -1 +1 @@
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")},n=e(".add_media"),l={sliderWrapper:e(".yith-plugin-fw .image-gallery ul.slides-wrapper"),buttonHandler:".yith-plugin-fw .image-gallery-button"},s=e(".yith-plugin-fw-sidebar-layout"),o=e(".yith-plugin-fw .yith-plugin-fw-slider-container .ui-slider-horizontal"),r=e(".codemirror"),d=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"),n=i.find(".wp-picker-input-wrap"),l=a.find(".wp-picker-input-wrap");if(n.length&&i.find("a.wp-color-result").attr("title",t),a.length&&a.find("a.wp-color-result").attr("title",t),!n.find(".wp-picker-clear-custom").length){var s=e("<span/>").attr({"class":"wp-picker-default-custom"});n.find(".wp-picker-default").wrap(s)}l.find(".wp-picker-clear-custom").length||(s=e("<span/>").attr({"class":"wp-picker-default-custom"}),l.find(".wp-picker-default").wrap(s))}),"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@?^=%&amp;:/~+#-_.]*.(gif|jpg|jpeg|png|ico|svg)"),n=e(this).parent().find(a.imgPreviewHandler).first();n.length<1&&(n=e(this).parent().parent().find(a.imgPreviewHandler).first()),i.test(t)?n.html('<img src="'+t+'" style="max-width:100px; max-height:100px;" />'):n.html("")}).trigger("change"),e(document).on("click",a.uploadButtonHandler,function(t){t.preventDefault();var i,n=e(this).attr("id").replace(/-button$/,"").replace(/(\[|\])/g,"\\$1");if(i)i.open();else{var l=[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:l})).on("select",function(){var t=i.state().get("selection").first().toJSON();e("#"+n).val(t.url),e("#"+n+"-yith-attachment-id")&&e("#"+n+"-yith-attachment-id").val(t.id),a.imgUrl.trigger("change")}),i.open()}}),e(document).on("click",a.resetButtonHandler,function(t){var i=e(this),n=i.attr("id").replace(/(\[|\])/g,"\\$1"),l=i.attr("id").replace(/-button-reset$/,"").replace(/(\[|\])/g,"\\$1"),s=e("#"+n).data("default");e("#"+l).val(s),a.imgUrl.trigger("change")}));n.on("click",function(){}),"undefined"!=typeof wp&&"undefined"!=typeof wp.media&&(e(document).on("click",l.buttonHandler,function(t){var i=e(this),a=i.closest(".image-gallery"),n=a.find(".image_gallery_ids"),l=n.val(),s=a.find("ul.slides-wrapper"),o=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})]});o.on("select",function(){o.state().get("selection").map(function(e){(e=e.toJSON()).id&&(l=l?l+","+e.id:e.id,s.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>'))}),n.val(l)}),o.open()}),l.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 n="";t.find("li.image").css("cursor","default").each(function(){var t=e(this).attr("data-attachment_id");n=n+t+","}),t.closest(".image-gallery").find(".image_gallery_ids").val(n)}})}),l.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"),n="";e(this).closest("li.image").remove(),i.find("li.image").css("cursor","default").each(function(){var t=e(this).attr("data-attachment_id");n=n+t+","}),a.val(n)})),s.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"),n=e(this).data("type");if(e(this).parent().children(":radio").attr("checked",!1),e(this).prev(":radio").attr("checked",!0),void 0!==n)switch(n){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()}})}),o.each(function(){var t=e(this).data("val"),i=e(this).data("min"),a=e(this).data("max"),n=e(this).data("step"),l=e(this).data("labels");e(this).slider({value:t,min:i,max:a,range:"min",step:n,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+l)}})}),r.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")}),d.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(n){var l=e(n.target).closest("li"),s=l.data("font"),o=l.data("icon"),r=l.data("key"),d=l.data("name");i.attr("data-font",s),i.attr("data-icon",o),i.attr("data-key",r),i.attr("data-name",d),a.val(s+":"+d),t.find(".yit-icons-manager-list li").removeClass("active"),l.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"),n=a.find(".yith-plugin-fw-select-images__item"),l=a.find("select").first();l.length&&(l.val(i).trigger("yith_select_images_value_changed"),n.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"),n=0,l=new Array;for(n=0;n<a.length;n++)l[n]=e(a[n]).data("item_key");l.length>0&&e(this).closest(".toggle-element").saveToggleElement(null,l)}}),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),n="yith_plugin_fw_save_toggle_element",l=a.serializeToggleElement(),s=a.find(".yith-toggle_wrapper"),o=s.attr("id"),r=e.urlParam("tab");l.append("security",s.data("nonce")),void 0!==i&&i.length>0&&l.append("yith_toggle_elements_order_keys",i),a.closest(".metaboxes-tab.yith-plugin-ui").length?(n="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="+n+"&post_ID="+post_id+"&yit_metaboxes_nonce="+yit_metaboxes_nonce+"&toggle_id="+o+"&metabox_tab="+metabox_tab):url=yith_framework_fw_fields.admin_url+"?action="+n+"&tab="+r+"&toggle_id="+o,e.ajax({type:"POST",url:url,data:l,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"),n=t.find(".subtitle").data("subtitle_format"),l=new RegExp("[^%%]+(?=[%%])","g");if(void 0!==a)var s=a.match(l);if(void 0!==n)var o=n.match(l);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!=s&&void 0!==s&&-1!==s.indexOf($field_id)&&(a=a.replace("%%"+$field_id+"%%",$field_val)),null!=o&&void 0!==o&&-1!==o.indexOf($field_id)&&(n=n.replace("%%"+$field_id+"%%",$field_val)))}),""!==a&&t.find("span.title").html(a),""!==n&&t.find(".subtitle").html(n),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"),n=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")?n.slideUp(400):n.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"),n=i.data("closed_label"),l=i.data("opened_label"),s=i.closest(".yith-toggle_wrapper").attr("id");template=wp.template("yith-toggle-element-add-box-content-"+s),""!==a&&(e("#"+a).html(template({index:"box_id"})).slideToggle(),""!==n&&(i.html()===n?i.html(l).removeClass("closed"):i.html(n).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"),n=i.find(".spinner"),l=e(this).parents(".toggle-element"),s=i.find(":input"),o=l.find(".yith-toggle-row").length,r=e('<input type="hidden">');r.val(o),e(document).trigger("yith-toggle-change-counter",[r,i]),o=r.val();var d=wp.template("yith-toggle-element-item-"+a),c=e(d({index:o}));n.addClass("show"),e.each(s,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_","")+"_"+o,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 u=e('<input type="hidden">').val("yes");e(document).trigger("yith-toggle-element-item-before-add",[i,c,u]);setTimeout(function(){if("yes"===u.val()){e(l).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"),l.saveToggleElement();setTimeout(function(){e(l).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"),n=a.find(".spinner");a.formatToggleTitle();var l=e('<input type="hidden">').val("yes");e(document).trigger("yith-toggle-element-item-before-update",[i,a,l]),"yes"===l.val()&&(n.addClass("show"),i.saveToggleElement(n))}),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(){var t=e(this).closest(".yith-plugin-fw-radio"),i=e(this).val();t.val(i).data("value",i).trigger("change")}),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).data("value")),e(this).addClass("yith-plugin-fw-radio--initialized")})}).trigger("yith-plugin-fw-init-radio"),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).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")});var t={selectors:{wrapper:".yith-plugin-fw-dimensions",units:{wrapper:".yith-plugin-fw-dimensions__units",single:".yith-plugin-fw-dimensions__unit",value:".yith-plugin-fw-dimensions__unit__value",selectedClass:"yith-plugin-fw-dimensions__unit--selected"},linked:{button:".yith-plugin-fw-dimensions__linked",value:".yith-plugin-fw-dimensions__linked__value",wrapperActiveClass:"yith-plugin-fw-dimensions--linked-active"},dimensions:{number:".yith-plugin-fw-dimensions__dimension__number"}},init:function(){var i=t;e(document).on("click",i.selectors.units.single,i.unitChange),e(document).on("click",i.selectors.linked.button,i.linkedChange),e(document).on("change keyup",i.selectors.dimensions.number,i.numberChange)},unitChange:function(i){var a=e(this).closest(t.selectors.units.single),n=a.closest(t.selectors.units.wrapper),l=n.find(t.selectors.units.single),s=n.find(t.selectors.units.value).first(),o=a.data("value");l.removeClass(t.selectors.units.selectedClass),a.addClass(t.selectors.units.selectedClass),s.val(o)},linkedChange:function(){var i=e(this).closest(t.selectors.linked.button),a=i.closest(t.selectors.wrapper),n=i.find(t.selectors.linked.value);"yes"===n.val()?(a.removeClass(t.selectors.linked.wrapperActiveClass),n.val("no")):(a.addClass(t.selectors.linked.wrapperActiveClass),n.val("yes"),a.find(t.selectors.dimensions.number).first().trigger("change"))},numberChange:function(i){var a=e(this).closest(t.selectors.dimensions.number),n=a.closest(t.selectors.wrapper);n.hasClass(t.selectors.linked.wrapperActiveClass)&&n.find(t.selectors.dimensions.number).val(a.val())}};t.init()}(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")},n=e(".add_media"),l={sliderWrapper:e(".yith-plugin-fw .image-gallery ul.slides-wrapper"),buttonHandler:".yith-plugin-fw .image-gallery-button"},s=e(".yith-plugin-fw-sidebar-layout"),o=e(".yith-plugin-fw .yith-plugin-fw-slider-container .ui-slider-horizontal"),r=e(".codemirror"),d=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"),n=i.find(".wp-picker-input-wrap"),l=a.find(".wp-picker-input-wrap");if(n.length&&i.find("a.wp-color-result").attr("title",t),a.length&&a.find("a.wp-color-result").attr("title",t),!n.find(".wp-picker-default-custom").length){var s=e("<span/>").attr({"class":"wp-picker-default-custom"});n.find(".wp-picker-default").wrap(s)}l.find(".wp-picker-default-custom").length||(s=e("<span/>").attr({"class":"wp-picker-default-custom"}),l.find(".wp-picker-default").wrap(s))}),"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@?^=%&amp;:/~+#-_.]*.(gif|jpg|jpeg|png|ico|svg)"),n=e(this).parent().find(a.imgPreviewHandler).first();n.length<1&&(n=e(this).parent().parent().find(a.imgPreviewHandler).first()),i.test(t)?n.html('<img src="'+t+'" style="max-width:100px; max-height:100px;" />'):n.html("")}).trigger("change"),e(document).on("click",a.uploadButtonHandler,function(t){t.preventDefault();var i,n=e(this).attr("id").replace(/-button$/,"").replace(/(\[|\])/g,"\\$1");if(i)i.open();else{var l=[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:l})).on("select",function(){var t=i.state().get("selection").first().toJSON();e("#"+n).val(t.url),e("#"+n+"-yith-attachment-id")&&e("#"+n+"-yith-attachment-id").val(t.id),a.imgUrl.trigger("change")}),i.open()}}),e(document).on("click",a.resetButtonHandler,function(t){var i=e(this),n=i.attr("id").replace(/(\[|\])/g,"\\$1"),l=i.attr("id").replace(/-button-reset$/,"").replace(/(\[|\])/g,"\\$1"),s=e("#"+n).data("default");e("#"+l).val(s),a.imgUrl.trigger("change")}));n.on("click",function(){}),"undefined"!=typeof wp&&"undefined"!=typeof wp.media&&(e(document).on("click",l.buttonHandler,function(t){var i=e(this),a=i.closest(".image-gallery"),n=a.find(".image_gallery_ids"),l=n.val(),s=a.find("ul.slides-wrapper"),o=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})]});o.on("select",function(){o.state().get("selection").map(function(e){(e=e.toJSON()).id&&(l=l?l+","+e.id:e.id,s.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>'))}),n.val(l)}),o.open()}),l.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 n="";t.find("li.image").css("cursor","default").each(function(){var t=e(this).attr("data-attachment_id");n=n+t+","}),t.closest(".image-gallery").find(".image_gallery_ids").val(n)}})}),l.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"),n="";e(this).closest("li.image").remove(),i.find("li.image").css("cursor","default").each(function(){var t=e(this).attr("data-attachment_id");n=n+t+","}),a.val(n)})),s.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"),n=e(this).data("type");if(e(this).parent().children(":radio").attr("checked",!1),e(this).prev(":radio").attr("checked",!0),void 0!==n)switch(n){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()}})}),o.each(function(){var t=e(this).data("val"),i=e(this).data("min"),a=e(this).data("max"),n=e(this).data("step"),l=e(this).data("labels");e(this).slider({value:t,min:i,max:a,range:"min",step:n,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+l)}})}),r.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")}),d.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(n){var l=e(n.target).closest("li"),s=l.data("font"),o=l.data("icon"),r=l.data("key"),d=l.data("name");i.attr("data-font",s),i.attr("data-icon",o),i.attr("data-key",r),i.attr("data-name",d),a.val(s+":"+d),t.find(".yit-icons-manager-list li").removeClass("active"),l.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"),n=a.find(".yith-plugin-fw-select-images__item"),l=a.find("select").first();l.length&&(l.val(i).trigger("yith_select_images_value_changed"),n.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"),n=0,l=new Array;for(n=0;n<a.length;n++)l[n]=e(a[n]).data("item_key");l.length>0&&e(this).closest(".toggle-element").saveToggleElement(null,l)}}),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),n="yith_plugin_fw_save_toggle_element",l=a.serializeToggleElement(),s=a.find(".yith-toggle_wrapper"),o=s.attr("id"),r=e.urlParam("tab");l.append("security",s.data("nonce")),void 0!==i&&i.length>0&&l.append("yith_toggle_elements_order_keys",i),a.closest(".metaboxes-tab.yith-plugin-ui").length?(n="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="+n+"&post_ID="+post_id+"&yit_metaboxes_nonce="+yit_metaboxes_nonce+"&toggle_id="+o+"&metabox_tab="+metabox_tab):url=yith_framework_fw_fields.admin_url+"?action="+n+"&tab="+r+"&toggle_id="+o,e.ajax({type:"POST",url:url,data:l,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"),n=t.find(".subtitle").data("subtitle_format"),l=new RegExp("[^%%]+(?=[%%])","g");if(void 0!==a)var s=a.match(l);if(void 0!==n)var o=n.match(l);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!=s&&void 0!==s&&-1!==s.indexOf($field_id)&&(a=a.replace("%%"+$field_id+"%%",$field_val)),null!=o&&void 0!==o&&-1!==o.indexOf($field_id)&&(n=n.replace("%%"+$field_id+"%%",$field_val)))}),""!==a&&t.find("span.title").html(a),""!==n&&t.find(".subtitle").html(n),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"),n=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")?n.slideUp(400):n.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"),n=i.data("closed_label"),l=i.data("opened_label"),s=i.closest(".yith-toggle_wrapper").attr("id"),o=wp.template("yith-toggle-element-add-box-content-"+s);""!==a&&(e("#"+a).html(o({index:"box_id"})).slideToggle(),""!==n&&(i.html()===n?i.html(l).removeClass("closed"):i.html(n).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"),n=i.find(".spinner"),l=e(this).parents(".toggle-element"),s=i.find(":input"),o=l.find(".yith-toggle-row").length,r=e('<input type="hidden">');r.val(o),e(document).trigger("yith-toggle-change-counter",[r,i]),o=r.val();var d=wp.template("yith-toggle-element-item-"+a),c=e(d({index:o}));n.addClass("show"),e.each(s,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_","")+"_"+o,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 u=e('<input type="hidden">').val("yes");e(document).trigger("yith-toggle-element-item-before-add",[i,c,u]);setTimeout(function(){if("yes"===u.val()){e(l).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"),l.saveToggleElement();setTimeout(function(){e(l).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"),n=a.find(".spinner");a.formatToggleTitle();var l=e('<input type="hidden">').val("yes");e(document).trigger("yith-toggle-element-item-before-update",[i,a,l]),"yes"===l.val()&&(n.addClass("show"),i.saveToggleElement(n))}),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(){var t=e(this).closest(".yith-plugin-fw-radio"),i=e(this).val();t.val(i).data("value",i).trigger("change")}),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).data("value")),e(this).addClass("yith-plugin-fw-radio--initialized")})}).trigger("yith-plugin-fw-init-radio"),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).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")});var t={selectors:{wrapper:".yith-plugin-fw-dimensions",units:{wrapper:".yith-plugin-fw-dimensions__units",single:".yith-plugin-fw-dimensions__unit",value:".yith-plugin-fw-dimensions__unit__value",selectedClass:"yith-plugin-fw-dimensions__unit--selected"},linked:{button:".yith-plugin-fw-dimensions__linked",value:".yith-plugin-fw-dimensions__linked__value",wrapperActiveClass:"yith-plugin-fw-dimensions--linked-active"},dimensions:{number:".yith-plugin-fw-dimensions__dimension__number"}},init:function(){var i=t;e(document).on("click",i.selectors.units.single,i.unitChange),e(document).on("click",i.selectors.linked.button,i.linkedChange),e(document).on("change keyup",i.selectors.dimensions.number,i.numberChange)},unitChange:function(i){var a=e(this).closest(t.selectors.units.single),n=a.closest(t.selectors.units.wrapper),l=n.find(t.selectors.units.single),s=n.find(t.selectors.units.value).first(),o=a.data("value");l.removeClass(t.selectors.units.selectedClass),a.addClass(t.selectors.units.selectedClass),s.val(o)},linkedChange:function(){var i=e(this).closest(t.selectors.linked.button),a=i.closest(t.selectors.wrapper),n=i.find(t.selectors.linked.value);"yes"===n.val()?(a.removeClass(t.selectors.linked.wrapperActiveClass),n.val("no")):(a.addClass(t.selectors.linked.wrapperActiveClass),n.val("yes"),a.find(t.selectors.dimensions.number).first().trigger("change"))},numberChange:function(i){var a=e(this).closest(t.selectors.dimensions.number),n=a.closest(t.selectors.wrapper);n.hasClass(t.selectors.linked.wrapperActiveClass)&&n.find(t.selectors.dimensions.number).val(a.val())}};t.init()}(jQuery);
plugin-fw/assets/js/yith-gutenberg.min.js CHANGED
@@ -1,6 +1 @@
1
- (function(h){function q(g,b,e){var f="";f="";if("undefined"!=typeof b.callback&&"function"==typeof h[b.callback])f=h[b.callback](g,b);else{var c="["+b.shortcode_name;h.each(g.attributes,function(a,d){"undefined"!=typeof b.attributes&&"undefined"!=typeof b.attributes[a]&&(c+=" "+a+"=",c=1==b.attributes[a].remove_quotes?c+d:c+('"'+d+'"'))});c+="]";g=md5(c);f='<span class="yith_block_'+g+'">'+c+"</span>";"edit"==e&&0!=b.do_shortcode&&function(a){var d=null;h(document).trigger("yith_plugin_fw_gutenberg_before_do_shortcode",
2
- [c,a]);h.ajax({async:!0,url:yith_gutenberg_ajax.ajaxurl,method:"post",data:{action:"yith_plugin_fw_gutenberg_do_shortcode",shortcode:c},success:function(l){d=l;""!=d&&(h(".yith_block_"+a).html(d),h(document).trigger("yith_plugin_fw_gutenberg_success_do_shortcode",[c,a,d]))}});h(document).trigger("yith_plugin_fw_gutenberg_after_do_shortcode",[c,a,d]);return d}(g);f=m(t,null,f)}return f}function r(g,b,e,f){var c={};if("colorpicker"==f||"color"==f)g=g.hex;c[b]=g;e.setAttributes(c);return e}var m=wp.element.createElement,
3
- u=wp.element.Fragment,v=wp.blocks.registerBlockType,w=wp.editor.InspectorControls,t=wp.element.RawHTML,x=wp.components.SelectControl,y=wp.components.ToggleControl,z=wp.components.CheckboxControl,A=wp.components.RangeControl,B=wp.components.ColorPicker,C=wp.components.RadioControl,D=wp.components.TextControl,E=wp.components.TextareaControl,F=m("svg",{width:22,height:22},m("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
- h.each(yith_gutenberg,function(g,b){v("yith/"+g,{title:b.title,description:b.description,category:b.category,attributes:b.attributes,icon:"undefined"!=typeof b.icon?b.icon:F,keywords:b.keywords,edit:function(e){var f=[];h.each(b.attributes,function(c,a){var d=null,l=a.blocktype;if("undefined"!=typeof l){switch(l){case "select":d=x;break;case "text":d=D;break;case "textarea":d=E;break;case "toggle":d=y;break;case "checkbox":d=z;break;case "number":case "range":d=A;break;case "color":case "colorpicker":d=
5
- B;break;case "radio":d=C}if(null!=d){var n=helpMessageUncheked="";"undefined"!=typeof a.helps&&"undefined"!=typeof a.helps.checked&&"undefined"!=typeof a.helps.unchecked?(n=a.helps.checked,helpMessageUncheked=a.helps.unchecked):"undefined"!=typeof a.help&&(n=helpMessageUncheked=a.help);f.push(m(d,{value:e.attributes[c],options:a.options,label:a.label,checked:e.attributes[c],selected:e.attributes[c],help:e.attributes[c]?n:helpMessageUncheked,disableAlpha:a.disableAlpha,min:a.min,max:a.max,multiple:a.multiple,
6
- onChange:function(p,k){k=void 0===k?c:k;e=r(p,k,e,l)},onChangeComplete:function(p,k){k=void 0===k?c:k;e=r(p,k,e,l)}}))}}});sc=q(e,b,"edit");return[m(u,null,m(w,null,f),sc)]},save:function(e){return q(e,b,"save")}})})})(jQuery);
1
+ !function(e){wp.i18n.__;var t=wp.element.createElement,o=wp.element.Fragment,n=(wp.components.PanelBody,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,i=wp.components.ToggleControl,s=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 b(o,n,c){var a="",i="";if("undefined"!=typeof n.callback&&"function"==typeof e[n.callback])a=e[n.callback](o,n);else{var s="["+n.shortcode_name;e.each(o.attributes,function(e,t){if("undefined"!=typeof n.attributes&&"undefined"!=typeof n.attributes[e]){s+=" "+e+"=";var o=n.attributes[e].remove_quotes;s+=1==o?t:'"'+t+'"'}}),s+="]";var l=md5(s);i='<span class="yith_block_'+l+'">'+s+"</span>","edit"==c&&0!=n.do_shortcode&&function(t){var o=null;return e(document).trigger("yith_plugin_fw_gutenberg_before_do_shortcode",[s,t]),e.ajax({async:!0,url:yith_gutenberg_ajax.ajaxurl,method:"post",data:{action:"yith_plugin_fw_gutenberg_do_shortcode",shortcode:s},success:function(n){""!=(o=n)&&(e(".yith_block_"+t).html(o),e(document).trigger("yith_plugin_fw_gutenberg_success_do_shortcode",[s,t,o]))}}),e(document).trigger("yith_plugin_fw_gutenberg_after_do_shortcode",[s,t,o]),o}(l),a=t(r,null,i)}return a}function g(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=i;break;case"checkbox":c=s;break;case"number":case"range":c=l;break;case"color":case"colorpicker":c=p;break;case"radio":c=u}if(null!=c){var b=helpMessageUncheked="";"undefined"!=typeof o.helps&&"undefined"!=typeof o.helps.checked&&"undefined"!=typeof o.helps.unchecked?(b=o.helps.checked,helpMessageUncheked=o.helps.unchecked):"undefined"!=typeof o.help&&(b=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]?b:helpMessageUncheked,disableAlpha:o.disableAlpha,min:o.min,max:o.max,multiple:o.multiple,onChange:function(t,o=e){n=g(t,o,n,C)},onChangeComplete:function(t,o=e){n=g(t,o,n,C)}}))}}}),sc=b(n,f,"edit"),[t(o,null,t(c,null,r),sc)]},save:function(e){return b(e,f,"save")}})})}(jQuery);
 
 
 
 
 
plugin-fw/init.php CHANGED
@@ -1,13 +1,13 @@
1
  <?php
2
  /**
3
  * Framework Name: YIT Plugin Framework
4
- * Version: 3.4.31
5
  * Author: YITH
6
  * Text Domain: yith-plugin-fw
7
  * Domain Path: /languages/
8
  *
9
  * @author Your Inspiration Themes
10
- * @version 3.4.29
11
  */
12
  /**
13
  * This file belongs to the YIT Plugin Framework.
1
  <?php
2
  /**
3
  * Framework Name: YIT Plugin Framework
4
+ * Version: 3.4.34
5
  * Author: YITH
6
  * Text Domain: yith-plugin-fw
7
  * Domain Path: /languages/
8
  *
9
  * @author Your Inspiration Themes
10
+ * @version 3.4.34
11
  */
12
  /**
13
  * This file belongs to the YIT Plugin Framework.
plugin-fw/languages/yith-plugin-fw-el.mo CHANGED
Binary file
plugin-fw/languages/yith-plugin-fw-el.po CHANGED
@@ -1,48 +1,39 @@
1
- # Copyright (C) 2015 YIThemes
2
- # This file is distributed under the same license as the YITH Plugin Starter package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: YITH Plugin Starter 1.0.0 Plugin FW\n"
6
  "Report-Msgid-Bugs-To: YITH <plugins@yithemes.com>\n"
7
- "POT-Creation-Date: 2020-08-07 14:15:08+00:00\n"
8
- "PO-Revision-Date: 2020-08-13 10:05+0100\n"
9
- "Last-Translator: \n"
10
- "Language-Team: Your Inspiration Themes <info@yithemes.com>\n"
11
  "Language: el_GR\n"
12
  "MIME-Version: 1.0\n"
13
  "Content-Type: text/plain; charset=UTF-8\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
- "X-Generator: Poedit 2.3\n"
16
- "X-Poedit-KeywordsList: __;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;"
17
- "_nx_noop:1,2,3c;esc_attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;"
18
- "esc_html_x:1,2c;_x;_ex\n"
19
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
20
- "X-Poedit-SourceCharset: UTF-8\n"
21
- "X-Poedit-Basepath: ..\n"
22
- "X-Textdomain-Support: yes\n"
23
- "X-Poedit-SearchPath-0: .\n"
24
-
25
- #: lib/yit-assets.php:102
26
  msgid "Clear"
27
  msgstr "Καθαρισμός"
28
 
29
- #: lib/yit-assets.php:103
30
  msgid "Clear color"
31
  msgstr "Καθαρισμός χρώματος"
32
 
33
- #: lib/yit-assets.php:104
34
  msgid "Default"
35
  msgstr "Προεπιλεγμένο"
36
 
37
- #: lib/yit-assets.php:105
38
  msgid "Select default color"
39
  msgstr "Επιλογή προεπιλεγμένου χρώματος"
40
 
41
- #: lib/yit-assets.php:106
42
  msgid "Select Color"
43
  msgstr "Επιλογή Χρώματος"
44
 
45
- #: lib/yit-assets.php:107
46
  msgid "Color value"
47
  msgstr "Αξία χρώματος"
48
 
@@ -130,7 +121,7 @@ msgid "%s Settings"
130
  msgstr "Ρυθμίσεις %s"
131
 
132
  #: lib/yit-cpt-unlimited.php:1050 lib/yit-cpt-unlimited.php:1198
133
- #: lib/yit-cpt-unlimited.php:1204 lib/yit-plugin-panel.php:80
134
  msgid "Settings"
135
  msgstr "Ρυθμίσεις"
136
 
@@ -226,96 +217,96 @@ msgstr "Προσθήκη %s από εικόνες"
226
  msgid "Upload multiple files"
227
  msgstr "Ανέβασμα πολλαπλών αρχείων"
228
 
229
- #: lib/yit-plugin-panel-wc.php:426
230
  msgid "The changes you have made will be lost if you leave this page."
231
  msgstr ""
232
  "Οι αλλαγές που έχετε δημιουργήσει θα χαθούν αν αφήσετε αυτήν την σελίδα."
233
 
234
- #: lib/yit-plugin-panel.php:79
235
  msgid "Plugin Settings"
236
  msgstr "Ρυθμίσεις Προσθέτου"
237
 
238
- #: lib/yit-plugin-panel.php:454 lib/yit-plugin-panel.php:457
239
  msgid "How to install premium version"
240
  msgstr "Πώς να εγκαταστήσετε την προηγμένη έκδοση"
241
 
242
- #: lib/yit-plugin-panel.php:617 lib/yit-plugin-subpanel.php:151
243
- #: templates/panel/woocommerce/woocommerce-form.php:14
244
  msgid "Save Changes"
245
  msgstr "Αποθήκευση Αλλαγών"
246
 
247
- #: lib/yit-plugin-panel.php:621 lib/yit-plugin-subpanel.php:154
248
- #: templates/panel/woocommerce/woocommerce-form.php:17
249
  msgid ""
250
  "If you continue with this action, you will reset all options in this page."
251
  msgstr ""
252
  "Αν συνεχίσετε με αυτή την ενέργεια θα επαναφέρετε όλες τις επιλογές στη "
253
  "σελίδα."
254
 
255
- #: lib/yit-plugin-panel.php:624 lib/yit-plugin-subpanel.php:156
256
  msgid "Reset to default"
257
  msgstr "Επαναφορά σε προεπιλεγμένο"
258
 
259
- #: lib/yit-plugin-panel.php:625 lib/yit-plugin-subpanel.php:157
260
- #: templates/panel/woocommerce/woocommerce-form.php:21
261
  msgid "Are you sure?"
262
  msgstr "Είστε σίγουρος;"
263
 
264
- #: lib/yit-plugin-panel.php:823
265
  msgid ""
266
  "The element you have entered already exists. Please, enter another name."
267
  msgstr "Το στοιχείο που εισάγατε υπάρχει ήδη. Παρακαλώ, εισάγετε άλλο όνομα."
268
 
269
- #: lib/yit-plugin-panel.php:824
270
  msgid "Settings saved"
271
  msgstr "Ρυθμίσεις αποθηκεύτηκαν"
272
 
273
- #: lib/yit-plugin-panel.php:825
274
  msgid "Settings reset"
275
  msgstr "Επαναφορά ρυθμίσεων"
276
 
277
- #: lib/yit-plugin-panel.php:826
278
  msgid "Element deleted correctly."
279
  msgstr "Το στοιχείο διαγράφηκε επιτυχώς."
280
 
281
- #: lib/yit-plugin-panel.php:827 lib/yit-plugin-panel.php:828
282
  msgid "Element updated correctly."
283
  msgstr "Το στοιχείο αναβαθμίστηκε επιτυχώς."
284
 
285
- #: lib/yit-plugin-panel.php:829
286
  msgid "Database imported correctly."
287
  msgstr "Επιτυχής εισαγωγή βάσης δεδομένων."
288
 
289
- #: lib/yit-plugin-panel.php:830
290
  msgid "An error has occurred during import. Please try again."
291
  msgstr "Παρουσιάστηκε σφάλμα κατά την εισαγωγή. Παρακαλώ προσπαθήστε ξανά."
292
 
293
- #: lib/yit-plugin-panel.php:831
294
  msgid "The added file is not valid."
295
  msgstr "Το προστιθέμενο αρχείο δεν είναι έγκυρο."
296
 
297
- #: lib/yit-plugin-panel.php:832
298
  msgid "Sorry, import is disabled."
299
  msgstr "Συγνώμη, η εισαγωγή είναι απενεργοποιημένη."
300
 
301
- #: lib/yit-plugin-panel.php:833
302
  msgid "Sorting successful."
303
  msgstr "Διαλογή επιτυχής."
304
 
305
- #: lib/yit-plugin-panel.php:1281
306
  msgid "We need your support"
307
  msgstr "Χρειαζόμαστε την υποστήριξή σας"
308
 
309
- #: lib/yit-plugin-panel.php:1282
310
  msgid "to keep updating and improving the plugin. Please,"
311
  msgstr ""
312
  "για να διατηρήσετε την ενημέρωση και τη βελτίωση του πρόσθετου. Παρακαλώ,"
313
 
314
- #: lib/yit-plugin-panel.php:1284
315
  msgid "help us by leaving a five-star rating"
316
  msgstr "βοηθήστε μας αφήνοντας μια βαθμολογία πέντε αστέρων"
317
 
318
- #: lib/yit-plugin-panel.php:1285
319
  msgid ":) Thanks!"
320
  msgstr ":) Ευχαριστώ!"
321
 
@@ -675,13 +666,13 @@ msgstr "Προεπισκόπηση εικόνας"
675
 
676
  #: templates/metaboxes/types/icon-list.php:90
677
  msgid "(Default: %s <img src=\"%s\"/>)"
678
- msgstr "(Default: %s <img src=“%s”/>)"
679
 
680
  #: templates/metaboxes/types/icon-list.php:92
681
  msgid "(Default: <i %s></i> )"
682
- msgstr "(Default: <i %s></i> )"
683
 
684
- #: templates/panel/woocommerce/woocommerce-form.php:20
685
  msgid "Reset Defaults"
686
  msgstr "Επαναφορά Προεπιλεγμένων"
687
 
@@ -719,18 +710,24 @@ msgid "Defined WP_CACHE"
719
  msgstr "Καθορισμένο WP_CACHE"
720
 
721
  #: templates/sysinfo/system-information-panel.php:123
 
722
  msgid "Yes"
723
  msgstr "Ναι"
724
 
725
  #: templates/sysinfo/system-information-panel.php:123
 
726
  msgid "No"
727
  msgstr "Όχι"
728
 
729
- #: templates/sysinfo/system-information-panel.php:159
 
 
 
 
730
  msgid "Show full PHPInfo"
731
  msgstr "Πλήρης εμφάνιση PHPInfo"
732
 
733
- #: templates/sysinfo/system-information-panel.php:167
734
  msgid "Show log files"
735
  msgstr "Εμφάνιση αρχείων καταγραφής"
736
 
@@ -836,7 +833,7 @@ msgctxt "Position in the \"Dimensions\" field"
836
  msgid "Left"
837
  msgstr "Αριστερά"
838
 
839
- #: templates/fields/dimensions.php:117
840
  msgctxt "Tooltip in the \"Dimensions\" field"
841
  msgid "Link values together"
842
  msgstr "Συνδέστε αξίες"
@@ -875,18 +872,3 @@ msgstr "Premium έκδοση"
875
  msgctxt "Action links"
876
  msgid "Settings"
877
  msgstr "Ρυθμίσεις"
878
-
879
- #~ msgid ""
880
- #~ "<b>ImageMagick</b> module is not installed. Ask your hosting company to "
881
- #~ "install it."
882
- #~ msgstr ""
883
- #~ "Το άρθρωμα <b>ImageMagick</b> δεν έχει εγκατασταθεί. Ζητήστε από την "
884
- #~ "εταιρεία hosting σας να το εγκαταστήσει."
885
-
886
- #~ msgctxt "ON/OFF button: use MAX 3 characters!"
887
- #~ msgid "ON"
888
- #~ msgstr "ΕΝΕΡΓΟΠΟΙΗΣΗ"
889
-
890
- #~ msgctxt "ON/OFF button: use MAX 3 characters!"
891
- #~ msgid "OFF"
892
- #~ msgstr "ΑΠΕΝΕΡΓΟΠΟΙΗΣΗ"
1
+ # Translation of YITH Framework in Greek
2
+ # This file is distributed under the same license as the YITH Framework package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: YITH Framework\n"
6
  "Report-Msgid-Bugs-To: YITH <plugins@yithemes.com>\n"
7
+ "POT-Creation-Date: 2020-11-10 12:29:32+00:00\n"
8
+ "PO-Revision-Date: 2020-09-25 09:16:07+0000\n"
 
 
9
  "Language: el_GR\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
14
+ "X-Generator: GlotPress/3.0.0-alpha.2\n"
15
+
16
+ #: lib/yit-assets.php:103
 
 
 
 
 
 
 
17
  msgid "Clear"
18
  msgstr "Καθαρισμός"
19
 
20
+ #: lib/yit-assets.php:104
21
  msgid "Clear color"
22
  msgstr "Καθαρισμός χρώματος"
23
 
24
+ #: lib/yit-assets.php:105
25
  msgid "Default"
26
  msgstr "Προεπιλεγμένο"
27
 
28
+ #: lib/yit-assets.php:106
29
  msgid "Select default color"
30
  msgstr "Επιλογή προεπιλεγμένου χρώματος"
31
 
32
+ #: lib/yit-assets.php:107
33
  msgid "Select Color"
34
  msgstr "Επιλογή Χρώματος"
35
 
36
+ #: lib/yit-assets.php:108
37
  msgid "Color value"
38
  msgstr "Αξία χρώματος"
39
 
121
  msgstr "Ρυθμίσεις %s"
122
 
123
  #: lib/yit-cpt-unlimited.php:1050 lib/yit-cpt-unlimited.php:1198
124
+ #: lib/yit-cpt-unlimited.php:1204 lib/yit-plugin-panel.php:81
125
  msgid "Settings"
126
  msgstr "Ρυθμίσεις"
127
 
217
  msgid "Upload multiple files"
218
  msgstr "Ανέβασμα πολλαπλών αρχείων"
219
 
220
+ #: lib/yit-plugin-panel-wc.php:427
221
  msgid "The changes you have made will be lost if you leave this page."
222
  msgstr ""
223
  "Οι αλλαγές που έχετε δημιουργήσει θα χαθούν αν αφήσετε αυτήν την σελίδα."
224
 
225
+ #: lib/yit-plugin-panel.php:80
226
  msgid "Plugin Settings"
227
  msgstr "Ρυθμίσεις Προσθέτου"
228
 
229
+ #: lib/yit-plugin-panel.php:466 lib/yit-plugin-panel.php:469
230
  msgid "How to install premium version"
231
  msgstr "Πώς να εγκαταστήσετε την προηγμένη έκδοση"
232
 
233
+ #: lib/yit-plugin-panel.php:633 lib/yit-plugin-subpanel.php:151
234
+ #: templates/panel/woocommerce/woocommerce-form.php:15
235
  msgid "Save Changes"
236
  msgstr "Αποθήκευση Αλλαγών"
237
 
238
+ #: lib/yit-plugin-panel.php:637 lib/yit-plugin-subpanel.php:154
239
+ #: templates/panel/woocommerce/woocommerce-form.php:19
240
  msgid ""
241
  "If you continue with this action, you will reset all options in this page."
242
  msgstr ""
243
  "Αν συνεχίσετε με αυτή την ενέργεια θα επαναφέρετε όλες τις επιλογές στη "
244
  "σελίδα."
245
 
246
+ #: lib/yit-plugin-panel.php:640 lib/yit-plugin-subpanel.php:156
247
  msgid "Reset to default"
248
  msgstr "Επαναφορά σε προεπιλεγμένο"
249
 
250
+ #: lib/yit-plugin-panel.php:641 lib/yit-plugin-subpanel.php:157
251
+ #: templates/panel/woocommerce/woocommerce-form.php:23
252
  msgid "Are you sure?"
253
  msgstr "Είστε σίγουρος;"
254
 
255
+ #: lib/yit-plugin-panel.php:842
256
  msgid ""
257
  "The element you have entered already exists. Please, enter another name."
258
  msgstr "Το στοιχείο που εισάγατε υπάρχει ήδη. Παρακαλώ, εισάγετε άλλο όνομα."
259
 
260
+ #: lib/yit-plugin-panel.php:843
261
  msgid "Settings saved"
262
  msgstr "Ρυθμίσεις αποθηκεύτηκαν"
263
 
264
+ #: lib/yit-plugin-panel.php:844
265
  msgid "Settings reset"
266
  msgstr "Επαναφορά ρυθμίσεων"
267
 
268
+ #: lib/yit-plugin-panel.php:845
269
  msgid "Element deleted correctly."
270
  msgstr "Το στοιχείο διαγράφηκε επιτυχώς."
271
 
272
+ #: lib/yit-plugin-panel.php:846 lib/yit-plugin-panel.php:847
273
  msgid "Element updated correctly."
274
  msgstr "Το στοιχείο αναβαθμίστηκε επιτυχώς."
275
 
276
+ #: lib/yit-plugin-panel.php:848
277
  msgid "Database imported correctly."
278
  msgstr "Επιτυχής εισαγωγή βάσης δεδομένων."
279
 
280
+ #: lib/yit-plugin-panel.php:849
281
  msgid "An error has occurred during import. Please try again."
282
  msgstr "Παρουσιάστηκε σφάλμα κατά την εισαγωγή. Παρακαλώ προσπαθήστε ξανά."
283
 
284
+ #: lib/yit-plugin-panel.php:850
285
  msgid "The added file is not valid."
286
  msgstr "Το προστιθέμενο αρχείο δεν είναι έγκυρο."
287
 
288
+ #: lib/yit-plugin-panel.php:851
289
  msgid "Sorry, import is disabled."
290
  msgstr "Συγνώμη, η εισαγωγή είναι απενεργοποιημένη."
291
 
292
+ #: lib/yit-plugin-panel.php:852
293
  msgid "Sorting successful."
294
  msgstr "Διαλογή επιτυχής."
295
 
296
+ #: lib/yit-plugin-panel.php:1315
297
  msgid "We need your support"
298
  msgstr "Χρειαζόμαστε την υποστήριξή σας"
299
 
300
+ #: lib/yit-plugin-panel.php:1316
301
  msgid "to keep updating and improving the plugin. Please,"
302
  msgstr ""
303
  "για να διατηρήσετε την ενημέρωση και τη βελτίωση του πρόσθετου. Παρακαλώ,"
304
 
305
+ #: lib/yit-plugin-panel.php:1318
306
  msgid "help us by leaving a five-star rating"
307
  msgstr "βοηθήστε μας αφήνοντας μια βαθμολογία πέντε αστέρων"
308
 
309
+ #: lib/yit-plugin-panel.php:1319
310
  msgid ":) Thanks!"
311
  msgstr ":) Ευχαριστώ!"
312
 
666
 
667
  #: templates/metaboxes/types/icon-list.php:90
668
  msgid "(Default: %s <img src=\"%s\"/>)"
669
+ msgstr "(Προεπιλεγμένο: %s <img src=\"%s\"/>)"
670
 
671
  #: templates/metaboxes/types/icon-list.php:92
672
  msgid "(Default: <i %s></i> )"
673
+ msgstr "(Προεπιλεγμένο: <i %s></i> )"
674
 
675
+ #: templates/panel/woocommerce/woocommerce-form.php:22
676
  msgid "Reset Defaults"
677
  msgstr "Επαναφορά Προεπιλεγμένων"
678
 
710
  msgstr "Καθορισμένο WP_CACHE"
711
 
712
  #: templates/sysinfo/system-information-panel.php:123
713
+ #: templates/sysinfo/system-information-panel.php:131
714
  msgid "Yes"
715
  msgstr "Ναι"
716
 
717
  #: templates/sysinfo/system-information-panel.php:123
718
+ #: templates/sysinfo/system-information-panel.php:131
719
  msgid "No"
720
  msgstr "Όχι"
721
 
722
+ #: templates/sysinfo/system-information-panel.php:128
723
+ msgid "External object cache"
724
+ msgstr ""
725
+
726
+ #: templates/sysinfo/system-information-panel.php:167
727
  msgid "Show full PHPInfo"
728
  msgstr "Πλήρης εμφάνιση PHPInfo"
729
 
730
+ #: templates/sysinfo/system-information-panel.php:175
731
  msgid "Show log files"
732
  msgstr "Εμφάνιση αρχείων καταγραφής"
733
 
833
  msgid "Left"
834
  msgstr "Αριστερά"
835
 
836
+ #: templates/fields/dimensions.php:99
837
  msgctxt "Tooltip in the \"Dimensions\" field"
838
  msgid "Link values together"
839
  msgstr "Συνδέστε αξίες"
872
  msgctxt "Action links"
873
  msgid "Settings"
874
  msgstr "Ρυθμίσεις"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
plugin-fw/languages/yith-plugin-fw-es_ES.mo CHANGED
Binary file
plugin-fw/languages/yith-plugin-fw-es_ES.po CHANGED
@@ -1,53 +1,41 @@
1
- # Copyright (C) 2015 YIThemes
2
- # This file is distributed under the same license as the YITH Plugin Starter package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: YITH Plugin Starter 1.0.0 Plugin FW\n"
6
  "Report-Msgid-Bugs-To: YITH <plugins@yithemes.com>\n"
7
- "POT-Creation-Date: 2020-08-07 14:15:08+00:00\n"
8
- "PO-Revision-Date: 2020-04-06 10:45+0200\n"
9
- "Last-Translator: \n"
10
- "Language-Team: Your Inspiration Themes <info@yithemes.com>\n"
11
- "Language: es_ES\n"
12
  "MIME-Version: 1.0\n"
13
  "Content-Type: text/plain; charset=UTF-8\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
- "X-Generator: Poedit 2.2.1\n"
16
- "X-Poedit-KeywordsList: __;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;"
17
- "_nx_noop:1,2,3c;esc_attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;"
18
- "esc_html_x:1,2c\n"
19
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
20
- "X-Poedit-SourceCharset: UTF-8\n"
21
- "X-Poedit-Basepath: ..\n"
22
- "X-Textdomain-Support: yes\n"
23
- "X-Poedit-SearchPath-0: .\n"
24
-
25
- #: lib/yit-assets.php:102
26
- msgid "Clear"
27
- msgstr ""
28
 
29
  #: lib/yit-assets.php:103
30
- msgid "Clear color"
31
- msgstr ""
32
 
33
  #: lib/yit-assets.php:104
34
- #, fuzzy
35
- msgid "Default"
36
- msgstr "Establecer por defecto"
37
 
38
  #: lib/yit-assets.php:105
39
- #, fuzzy
40
- msgid "Select default color"
41
- msgstr "Establecer por defecto"
42
 
43
  #: lib/yit-assets.php:106
44
- #, fuzzy
45
- msgid "Select Color"
46
- msgstr "Seleccionar todo"
47
 
48
  #: lib/yit-assets.php:107
 
 
 
 
49
  msgid "Color value"
50
- msgstr ""
51
 
52
  #: lib/yit-cpt-unlimited.php:462 lib/yit-cpt-unlimited.php:576
53
  #: lib/yit-cpt-unlimited.php:721 lib/yit-cpt-unlimited.php:1636
@@ -56,7 +44,7 @@ msgstr "Añadir %s"
56
 
57
  #: lib/yit-cpt-unlimited.php:463 lib/yit-cpt-unlimited.php:577
58
  msgid "Add New %s"
59
- msgstr "Añadir nuevo/a %s"
60
 
61
  #: lib/yit-cpt-unlimited.php:464 lib/yit-cpt-unlimited.php:578
62
  #: lib/yit-cpt-unlimited.php:1269 lib/yit-cpt-unlimited.php:1306
@@ -65,11 +53,11 @@ msgstr "Editar %s"
65
 
66
  #: lib/yit-cpt-unlimited.php:465 lib/yit-cpt-unlimited.php:579
67
  msgid "New %s"
68
- msgstr "Nuevo/a %s"
69
 
70
  #: lib/yit-cpt-unlimited.php:466 lib/yit-cpt-unlimited.php:580
71
  msgid "All %s"
72
- msgstr "Todo %s"
73
 
74
  #: lib/yit-cpt-unlimited.php:467 lib/yit-cpt-unlimited.php:581
75
  #: lib/yit-cpt-unlimited.php:1253 lib/yit-cpt-unlimited.php:1307
@@ -82,15 +70,15 @@ msgstr "Buscar %s"
82
 
83
  #: lib/yit-cpt-unlimited.php:469 lib/yit-cpt-unlimited.php:583
84
  msgid "No %s found"
85
- msgstr "No se encontraron %s"
86
 
87
  #: lib/yit-cpt-unlimited.php:470 lib/yit-cpt-unlimited.php:584
88
  msgid "No %s found in Trash"
89
- msgstr "No se encontraron %s en la papelera"
90
 
91
  #: lib/yit-cpt-unlimited.php:629 templates/fields/ajax-terms.php:56
92
  msgid "Search Categories"
93
- msgstr "Buscar Categorías"
94
 
95
  #: lib/yit-cpt-unlimited.php:630
96
  msgid "All Categories"
@@ -106,11 +94,11 @@ msgstr "Categoría superior:"
106
 
107
  #: lib/yit-cpt-unlimited.php:633
108
  msgid "Edit Category"
109
- msgstr "Editar Categoría:"
110
 
111
  #: lib/yit-cpt-unlimited.php:634
112
  msgid "Update Category"
113
- msgstr "Actualizar Categoría:"
114
 
115
  #: lib/yit-cpt-unlimited.php:635
116
  msgid "Add New Category"
@@ -130,10 +118,10 @@ msgstr "Categorías"
130
 
131
  #: lib/yit-cpt-unlimited.php:1044
132
  msgid "%s Settings"
133
- msgstr "%s Ajustes"
134
 
135
  #: lib/yit-cpt-unlimited.php:1050 lib/yit-cpt-unlimited.php:1198
136
- #: lib/yit-cpt-unlimited.php:1204 lib/yit-plugin-panel.php:80
137
  msgid "Settings"
138
  msgstr "Ajustes"
139
 
@@ -147,32 +135,31 @@ msgstr "Diseño para este %s"
147
 
148
  #: lib/yit-cpt-unlimited.php:1060
149
  msgid "Rewrite"
150
- msgstr "Reescribir"
151
 
152
  #: lib/yit-cpt-unlimited.php:1061
153
  msgid ""
154
  "Univocal identification name in the URL for each product (slug from post if "
155
  "empty)"
156
  msgstr ""
157
- "Nombre de identificación único en la URL para cada producto (slug desde la "
158
  "entrada si está vacío)"
159
 
160
  #: lib/yit-cpt-unlimited.php:1066
161
  msgid "Label in Singular"
162
- msgstr "Etiqueta en singular"
163
 
164
  #: lib/yit-cpt-unlimited.php:1067
165
  msgid "Set a label in singular (title of portfolio if empty)"
166
- msgstr ""
167
- "Establecer una etiqueta en singular (título del porfolio si está vacío)"
168
 
169
  #: lib/yit-cpt-unlimited.php:1072
170
  msgid "Label in Plural"
171
- msgstr "Etiqueta en plural"
172
 
173
  #: lib/yit-cpt-unlimited.php:1073
174
  msgid "Set a label in plural (title of portfolio if empty)"
175
- msgstr "Establecer una etiqueta en plural (título del porfolio si está vacío)"
176
 
177
  #: lib/yit-cpt-unlimited.php:1078
178
  msgid "Taxonomy"
@@ -184,26 +171,26 @@ msgid ""
184
  "Name should be a slug (must not contain capital letters nor spaces) and must "
185
  "not be more than 32 characters long (database structure restriction)."
186
  msgstr ""
187
- "Si quieres usar categorías en el porfolio, establece un nombre para la "
188
- "taxonomía. El nombre debería ser un slug (no debe contener mayúsculas ni "
189
- "espacios) y no debe ser más largo de 32 caracteres (restricción de "
190
- "estructura de base de datos)."
191
 
192
  #: lib/yit-cpt-unlimited.php:1084
193
  msgid "Taxonomy Rewrite"
194
- msgstr "Rescritura de taxonomía"
195
 
196
  #: lib/yit-cpt-unlimited.php:1085
197
  msgid "Set univocal name for each category page URL."
198
- msgstr "Establecer nombre único para cada página URL de categoría."
199
 
200
  #: lib/yit-cpt-unlimited.php:1090
201
  msgid "Single layout"
202
- msgstr "Diseño simple"
203
 
204
  #: lib/yit-cpt-unlimited.php:1091
205
  msgid "Layout for single page of this portfolio"
206
- msgstr "Diseño para cada página de este porfolio"
207
 
208
  #: lib/yit-cpt-unlimited.php:1132
209
  msgid "layout settings"
@@ -215,7 +202,7 @@ msgstr "Enlaces rápidos"
215
 
216
  #: lib/yit-cpt-unlimited.php:1477
217
  msgid "Show frontend of the %s"
218
- msgstr "Mostrar parte delantera de %s"
219
 
220
  #: lib/yit-cpt-unlimited.php:1484 templates/fields/customtabs.php:46
221
  #: templates/fields/customtabs.php:89
@@ -228,97 +215,98 @@ msgstr "Añadir %s desde imágenes"
228
 
229
  #: lib/yit-cpt-unlimited.php:1638
230
  msgid "Upload multiple files"
231
- msgstr "Cargar archivos múltiples"
232
 
233
- #: lib/yit-plugin-panel-wc.php:426
234
  msgid "The changes you have made will be lost if you leave this page."
235
  msgstr "Los cambios que has hecho se perderán si abandonas esta página."
236
 
237
- #: lib/yit-plugin-panel.php:79
238
  msgid "Plugin Settings"
239
  msgstr "Ajustes del plugin"
240
 
241
- #: lib/yit-plugin-panel.php:454 lib/yit-plugin-panel.php:457
242
  msgid "How to install premium version"
243
- msgstr "Cómo instalar la versión premium"
244
 
245
- #: lib/yit-plugin-panel.php:617 lib/yit-plugin-subpanel.php:151
246
- #: templates/panel/woocommerce/woocommerce-form.php:14
247
  msgid "Save Changes"
248
  msgstr "Guardar cambios"
249
 
250
- #: lib/yit-plugin-panel.php:621 lib/yit-plugin-subpanel.php:154
251
- #: templates/panel/woocommerce/woocommerce-form.php:17
252
  msgid ""
253
  "If you continue with this action, you will reset all options in this page."
254
  msgstr ""
255
- "Si sigues con esta acción, se reiniciarán todas las opciones en esta página."
 
256
 
257
- #: lib/yit-plugin-panel.php:624 lib/yit-plugin-subpanel.php:156
258
  msgid "Reset to default"
259
- msgstr "Restablecer a predeterminado"
260
 
261
- #: lib/yit-plugin-panel.php:625 lib/yit-plugin-subpanel.php:157
262
- #: templates/panel/woocommerce/woocommerce-form.php:21
263
  msgid "Are you sure?"
264
- msgstr "¿Estás seguro/a?"
265
 
266
- #: lib/yit-plugin-panel.php:823
267
  msgid ""
268
  "The element you have entered already exists. Please, enter another name."
269
  msgstr ""
270
  "El elemento que has introducido ya existe. Por favor, introduce otro nombre."
271
 
272
- #: lib/yit-plugin-panel.php:824
273
  msgid "Settings saved"
274
  msgstr "Ajustes guardados"
275
 
276
- #: lib/yit-plugin-panel.php:825
277
  msgid "Settings reset"
278
- msgstr "Ajustes reiniciados"
279
 
280
- #: lib/yit-plugin-panel.php:826
281
  msgid "Element deleted correctly."
282
- msgstr "Elemento borrado correctamente."
283
 
284
- #: lib/yit-plugin-panel.php:827 lib/yit-plugin-panel.php:828
285
  msgid "Element updated correctly."
286
  msgstr "Elemento actualizado correctamente."
287
 
288
- #: lib/yit-plugin-panel.php:829
289
  msgid "Database imported correctly."
290
  msgstr "Base de datos importada correctamente."
291
 
292
- #: lib/yit-plugin-panel.php:830
293
  msgid "An error has occurred during import. Please try again."
294
  msgstr ""
295
  "Ha ocurrido un error durante la importación. Por favor, inténtalo de nuevo."
296
 
297
- #: lib/yit-plugin-panel.php:831
298
  msgid "The added file is not valid."
299
  msgstr "El archivo añadido no es válido."
300
 
301
- #: lib/yit-plugin-panel.php:832
302
  msgid "Sorry, import is disabled."
303
- msgstr "Lo sentimos, la importación está deshabilitada."
304
 
305
- #: lib/yit-plugin-panel.php:833
306
  msgid "Sorting successful."
307
- msgstr "Clasificación fue realizada con éxito."
308
 
309
- #: lib/yit-plugin-panel.php:1281
310
  msgid "We need your support"
311
  msgstr "Necesitamos tu ayuda"
312
 
313
- #: lib/yit-plugin-panel.php:1282
314
  msgid "to keep updating and improving the plugin. Please,"
315
- msgstr "para seguir actualizando y mejora el plugin. Por favor,"
316
 
317
- #: lib/yit-plugin-panel.php:1284
318
  msgid "help us by leaving a five-star rating"
319
- msgstr "ayúdanos dejando una valoración de 5 estrellas"
320
 
321
- #: lib/yit-plugin-panel.php:1285
322
  msgid ":) Thanks!"
323
  msgstr ":) ¡Gracias!"
324
 
@@ -332,11 +320,10 @@ msgid ""
332
  " Plugin customization settings will be "
333
  "available as a new entry in YITH Plugins menu."
334
  msgstr ""
335
- "De ahora en adelante, puedes encontrar todas las opciones del plugin en el "
336
- "menú Plugins de YITH.\n"
337
- " Para cada plugin instalado, los ajustes "
338
- "de personalización estarán disponibles como una nueva entrada en el menú de "
339
- "Plugins de YITH."
340
 
341
  #: lib/yit-pointers.php:73 lib/yit-pointers.php:89
342
  msgid "Discover all our plugins available on:"
@@ -348,7 +335,7 @@ msgstr "y"
348
 
349
  #: lib/yit-pointers.php:84
350
  msgid "Plugins Upgraded"
351
- msgstr "Plugins actualizados"
352
 
353
  #: lib/yit-pointers.php:85
354
  msgid ""
@@ -362,15 +349,13 @@ msgid ""
362
  " will be moved from previous location to "
363
  "YITH Plugins tab."
364
  msgstr ""
365
- "De ahora en adelante, puedes encontrar todas las opciones de tus plugins en "
366
- "el menú YIT Plugin.\n"
367
- " Cada vez que uno de nuestros plugins sea "
368
- "actualizado, se añadirá una nueva entrada a este menú.\n"
369
- " Por ejemplo, después de actualizar, las "
370
- "opciones del plugin (como las de YITH WooCommerce Wishlist, YITH WooCommerce "
371
- "Ajax Search, etc.)\n"
372
- " se moverán de su posición anterior a la "
373
- "pestaña YIT Plugin."
374
 
375
  #: lib/yith-dashboard.php:40
376
  msgid "YITH Latest Updates"
@@ -389,7 +374,7 @@ msgid ""
389
  "An error has occurred, which probably means the feed is down. Try again "
390
  "later."
391
  msgstr ""
392
- "Ha ocurrido un error, lo que probablemente significa que el feed está caído. "
393
  "Inténtalo de nuevo más tarde."
394
 
395
  #: lib/yith-system-status.php:111
@@ -450,7 +435,7 @@ msgstr "Estado del sistema"
450
 
451
  #: lib/yith-system-status.php:184
452
  msgid "YITH Plugins"
453
- msgstr "Plugins de YITH"
454
 
455
  #: lib/yith-system-status.php:192
456
  msgid "WooCommerce"
@@ -458,17 +443,16 @@ msgstr "WooCommerce"
458
 
459
  #: lib/yith-system-status.php:330
460
  msgid "Warning!"
461
- msgstr "¡Atención! "
462
 
463
  #. translators: %1$s open link tag, %2$s open link tag
464
  #: lib/yith-system-status.php:334
465
- #, fuzzy
466
  msgid ""
467
  "The system check has detected some compatibility issues on your installation."
468
  "%1$sClick here%2$s to know more"
469
  msgstr ""
470
- "La comprobación del sistema ha detectado algunos errores en tu instalación. "
471
- "%sHaz clic aquí%s para saber más"
472
 
473
  #: lib/yith-system-status.php:473
474
  msgid "Enabled"
@@ -484,57 +468,52 @@ msgstr "N/D"
484
 
485
  #. translators: %1$s plugin name, %2$s requirement name
486
  #: lib/yith-system-status.php:506
487
- #, fuzzy
488
  msgid "%1$s needs %2$s enabled"
489
- msgstr "%s necesita %s enabled"
490
 
491
  #. translators: %1$s plugin name, %2$s required memory amount
492
  #: lib/yith-system-status.php:509
493
- #, fuzzy
494
  msgid "%1$s needs at least %2$s of available memory"
495
- msgstr "%s necesita al menos %s de memoria disponible"
496
 
497
  #. translators: %1$s plugin name, %2$s version number
498
  #: lib/yith-system-status.php:512
499
- #, fuzzy
500
  msgid "%1$s needs at least %2$s version"
501
- msgstr "%s necesita al menos la versión %s"
502
 
503
  #: lib/yith-system-status.php:537
504
  msgid ""
505
  "Update it to the latest version in order to benefit of all new features and "
506
  "security updates."
507
  msgstr ""
508
- "Actualízalo a la última versión para beneficiarte de todas las nuevas "
509
- "características y actualizaciones de seguridad"
510
 
511
  #: lib/yith-system-status.php:541 lib/yith-system-status.php:547
512
  msgid "Contact your hosting company in order to update it."
513
- msgstr "Contacta a tu compañía de hosting para actualizarlo."
514
 
515
  #: lib/yith-system-status.php:545
516
- #, fuzzy
517
  msgid "Contact your hosting company in order to install it."
518
- msgstr "Contacta a tu compañía de hosting para activarlo."
519
 
520
  #. translators: %1$s code, %2$s file name
521
  #: lib/yith-system-status.php:552
522
- #, fuzzy
523
  msgid "Remove %1$s from %2$s file"
524
- msgstr "Eliminar %s del archivo %s"
525
 
526
  #: lib/yith-system-status.php:560
527
  msgid "Contact your hosting company in order to enable it."
528
- msgstr "Contacta a tu compañía de hosting para activarlo."
529
 
530
  #. translators: %1$s opening link tag, %2$s closing link tag
531
  #: lib/yith-system-status.php:564 lib/yith-system-status.php:588
532
- #, fuzzy
533
  msgid ""
534
  "Read more %1$shere%2$s or contact your hosting company in order to increase "
535
  "it."
536
  msgstr ""
537
- "Lee más %s aquí%s o contacta a tu compañía de hosting para incrementarlo."
 
538
 
539
  #. translators: %s recommended memory amount
540
  #: lib/yith-system-status.php:585
@@ -542,19 +521,18 @@ msgid ""
542
  "For optimal functioning of our plugins, we suggest setting at least %s of "
543
  "available memory"
544
  msgstr ""
545
- "Para el optimo funcionamiento de los plugins, sugerimos configurar al menos "
546
- "%s de memoria disponible"
547
 
548
  #. translators: %1$s TLS label, %2$s cURL label
549
  #: lib/yith-system-status.php:593
550
- #, fuzzy
551
  msgid ""
552
  "The system check cannot determine which %1$s version is installed because "
553
  "%2$s module is disabled. Ask your hosting company to enable it."
554
  msgstr ""
555
- "No podemos determinar qué versión <b>TLS</b> está instalada porque <b>cURL</"
556
- "b> el módulo está desactivado. Solicita a tu compañía de hosting que lo "
557
- "active."
558
 
559
  #. translators: %1$s TLS label
560
  #: lib/yith-system-status.php:596
@@ -562,6 +540,8 @@ msgid ""
562
  "The system check cannot determine which %1$s version is installed due to a "
563
  "connection issue between your site and our server."
564
  msgstr ""
 
 
565
 
566
  #: templates/fields/ajax-customers.php:57
567
  msgid "Search Customers"
@@ -574,11 +554,11 @@ msgstr "%1$s (#%2$s &ndash; %3$s)"
574
 
575
  #: templates/fields/ajax-posts.php:57
576
  msgid "Search Posts"
577
- msgstr "Buscar publicaciones"
578
 
579
  #: templates/fields/ajax-products.php:16
580
  msgid "Search Product"
581
- msgstr "Buscar un producto"
582
 
583
  #: templates/fields/customtabs.php:28
584
  msgid "Close all"
@@ -590,7 +570,7 @@ msgstr "Expandir todo"
590
 
591
  #: templates/fields/customtabs.php:37 templates/fields/customtabs.php:81
592
  msgid "Remove"
593
- msgstr "Borrar"
594
 
595
  #: templates/fields/customtabs.php:52 templates/fields/customtabs.php:94
596
  msgid "Value"
@@ -602,11 +582,11 @@ msgstr "Contenido de la pestaña. (Compatible con HTML)"
602
 
603
  #: templates/fields/customtabs.php:65
604
  msgid "Add custom product tab"
605
- msgstr "Añadir etiqueta de producto personalizado"
606
 
607
  #: templates/fields/customtabs.php:106
608
  msgid "Do you want to remove the custom tab?"
609
- msgstr "¿Quieres borrar la etiqueta personalizada?"
610
 
611
  #: templates/fields/date-format.php:50
612
  msgid "Custom:"
@@ -614,15 +594,15 @@ msgstr "Personalizado:"
614
 
615
  #: templates/fields/icons.php:58
616
  msgid "Set Default"
617
- msgstr "Establecer por defecto"
618
 
619
  #: templates/fields/image-gallery.php:34 templates/fields/image-gallery.php:39
620
  msgid "Delete image"
621
- msgstr "Borrar imagen"
622
 
623
  #: templates/fields/image-gallery.php:39
624
  msgid "Add Images to Gallery"
625
- msgstr "Añadir imágenes a la galería"
626
 
627
  #: templates/fields/image-gallery.php:39
628
  msgid "Add to gallery"
@@ -634,7 +614,7 @@ msgstr "Añadir imágenes"
634
 
635
  #: templates/fields/image-gallery.php:39
636
  msgid "Delete"
637
- msgstr "Borrar"
638
 
639
  #: templates/fields/select-buttons.php:21
640
  msgid "Add All"
@@ -675,35 +655,35 @@ msgstr "Subir"
675
 
676
  #: templates/fields/upload.php:29
677
  msgid "Reset"
678
- msgstr "Reinicia"
679
 
680
  #: templates/metaboxes/types/icon-list.php:76
681
  msgid "Image preview"
682
- msgstr "Previsualización de imagen"
683
 
684
  #: templates/metaboxes/types/icon-list.php:90
685
  msgid "(Default: %s <img src=\"%s\"/>)"
686
- msgstr "(Por defecto: %s <img src=\"%s\"/>)"
687
 
688
  #: templates/metaboxes/types/icon-list.php:92
689
  msgid "(Default: <i %s></i> )"
690
- msgstr "(Por defecto: <i %s></i> )"
691
 
692
- #: templates/panel/woocommerce/woocommerce-form.php:20
693
  msgid "Reset Defaults"
694
- msgstr "Ajustes predeterminados"
695
 
696
  #: templates/sysinfo/system-information-panel.php:39
697
  msgid "YITH System Information"
698
- msgstr "Información del sistema de YITH"
699
 
700
  #: templates/sysinfo/system-information-panel.php:50
701
  msgid "WP debug.log file"
702
- msgstr ""
703
 
704
  #: templates/sysinfo/system-information-panel.php:54
705
  msgid "PHP error_log file"
706
- msgstr ""
707
 
708
  #: templates/sysinfo/system-information-panel.php:59
709
  #: templates/sysinfo/system-information-panel.php:83
@@ -712,7 +692,7 @@ msgstr "Volver al panel del Sistema"
712
 
713
  #: templates/sysinfo/system-information-panel.php:96
714
  msgid "Back to top"
715
- msgstr "Volver arriba"
716
 
717
  #: templates/sysinfo/system-information-panel.php:104
718
  msgid "Site URL"
@@ -720,35 +700,39 @@ msgstr "URL del sitio"
720
 
721
  #: templates/sysinfo/system-information-panel.php:112
722
  msgid "Output IP Address"
723
- msgstr "Salida Dirección IP"
724
 
725
  #: templates/sysinfo/system-information-panel.php:120
726
  msgid "Defined WP_CACHE"
727
- msgstr ""
728
 
729
  #: templates/sysinfo/system-information-panel.php:123
 
730
  msgid "Yes"
731
- msgstr ""
732
 
733
  #: templates/sysinfo/system-information-panel.php:123
734
- #, fuzzy
735
  msgid "No"
736
- msgstr "Ninguno"
737
 
738
- #: templates/sysinfo/system-information-panel.php:159
 
 
 
 
739
  msgid "Show full PHPInfo"
740
  msgstr "Mostrar PHPInfo completa"
741
 
742
- #: templates/sysinfo/system-information-panel.php:167
743
  msgid "Show log files"
744
- msgstr ""
745
 
746
  #: yit-plugin.php:194
747
  msgid "License"
748
  msgstr "Licencia"
749
 
750
  #. Author of the plugin/theme
751
- #, fuzzy
752
  msgid "YITH"
753
  msgstr "YITH"
754
 
@@ -767,13 +751,12 @@ msgid ""
767
  "We recommend consulting with a lawyer when deciding what information to "
768
  "disclose on your privacy policy."
769
  msgstr ""
770
- "Este lenguaje de muestra incluye los conceptos básicos sobre qué datos "
771
- "personales puede estar recolectando, almacenando y compartiendo tu tienda, "
772
- "así como quién puede tener acceso a esos datos. Dependiendo de qué "
773
- "configuración esté habilitada y qué complementos adicionales se utilicen, la "
774
- "información específica compartida por tu tienda variará. Recomendamos "
775
- "consultar con un abogado cuando decidas qué información divulgar sobre tu "
776
- "política de privacidad."
777
 
778
  #: lib/privacy/yit-privacy.php:63
779
  msgctxt "Privacy Policy Content"
@@ -798,7 +781,7 @@ msgstr "Pagos"
798
  #: lib/yit-cpt-unlimited.php:627
799
  msgctxt "taxonomy general name"
800
  msgid "%s Categories"
801
- msgstr "%s Categorías"
802
 
803
  #: lib/yit-cpt-unlimited.php:628
804
  msgctxt "taxonomy singular name"
@@ -808,7 +791,7 @@ msgstr "Categoría"
808
  #: lib/yith-dashboard.php:99
809
  msgctxt "Plugin FW"
810
  msgid "View Changelog"
811
- msgstr "Ver registro de cambios"
812
 
813
  #: lib/yith-dashboard.php:100
814
  msgctxt "Plugin FW"
@@ -828,32 +811,32 @@ msgstr "YITH"
828
  #: templates/fields/dimensions.php:16
829
  msgctxt "Position in the \"Dimensions\" field"
830
  msgid "Top"
831
- msgstr ""
832
 
833
  #: templates/fields/dimensions.php:17
834
  msgctxt "Position in the \"Dimensions\" field"
835
  msgid "Right"
836
- msgstr ""
837
 
838
  #: templates/fields/dimensions.php:18
839
  msgctxt "Position in the \"Dimensions\" field"
840
  msgid "Bottom"
841
- msgstr ""
842
 
843
  #: templates/fields/dimensions.php:19
844
  msgctxt "Position in the \"Dimensions\" field"
845
  msgid "Left"
846
- msgstr ""
847
 
848
- #: templates/fields/dimensions.php:117
849
  msgctxt "Tooltip in the \"Dimensions\" field"
850
  msgid "Link values together"
851
- msgstr ""
852
 
853
  #: templates/fields/onoff.php:24
854
  msgctxt "YES/NO button: use MAX 3 characters!"
855
  msgid "YES"
856
- msgstr "SI"
857
 
858
  #: templates/fields/onoff.php:25
859
  msgctxt "YES/NO button: use MAX 3 characters!"
@@ -863,7 +846,7 @@ msgstr "NO"
863
  #: yit-plugin.php:83
864
  msgctxt "Plugin Row Meta"
865
  msgid "Live Demo"
866
- msgstr "Demo en vivo"
867
 
868
  #: yit-plugin.php:88
869
  msgctxt "Plugin Row Meta"
@@ -884,684 +867,3 @@ msgstr "Versión premium"
884
  msgctxt "Action links"
885
  msgid "Settings"
886
  msgstr "Ajustes"
887
-
888
- #~ msgid ""
889
- #~ "<b>ImageMagick</b> module is not installed. Ask your hosting company to "
890
- #~ "install it."
891
- #~ msgstr ""
892
- #~ "<b>ImageMagick</b> el módulo no está instalado. Solicita a tu compañia de "
893
- #~ "hosting que lo instale."
894
-
895
- #~ msgctxt "ON/OFF button: use MAX 3 characters!"
896
- #~ msgid "ON"
897
- #~ msgstr "ON"
898
-
899
- #~ msgctxt "ON/OFF button: use MAX 3 characters!"
900
- #~ msgid "OFF"
901
- #~ msgstr "OFF"
902
-
903
- #~ msgid "An unexpected error occurred, please try again later. Thanks!"
904
- #~ msgstr ""
905
- #~ "Ha ocurrido un error inesperado, por favor, inténtalo de nuevo más tarde. "
906
- #~ "¡Gracias!"
907
-
908
- #~ msgid "There is a new version of %plugin_name% available."
909
- #~ msgstr "Hay una nueva versión de %plugin_name% disponible."
910
-
911
- #~ msgid "View version %latest% details."
912
- #~ msgstr "Ver detalles de la %latest% versión"
913
-
914
- #~ msgid "Automatic update is unavailable for this plugin,"
915
- #~ msgstr ""
916
- #~ "Las actualizaciones automáticas no están disponibles para este plugin,"
917
-
918
- #~ msgid ""
919
- #~ "please <a href=\"%activate_link%\">activate</a> your copy of %plugin_name"
920
- #~ "%."
921
- #~ msgstr ""
922
- #~ "por favor, <a href=\"%activate_link%\">activa</a> tu copia de %plugin_name"
923
- #~ "%."
924
-
925
- #~ msgid "Update now."
926
- #~ msgstr "Actualiza ahora."
927
-
928
- #~ msgid ""
929
- #~ "<br/><b>Please note:</b> You are using a higher version than the latest "
930
- #~ "available one. </em>Please, make sure you've downloaded the latest "
931
- #~ "version of <em>%1$s</em> from the only <a href=\"https://yithemes.com\" "
932
- #~ "target=\"_blank\">YITH official website</a>, specifically, from your <a "
933
- #~ "href=\"https://yithemes.com/my-account/recent-downloads/\" target=\"_blank"
934
- #~ "\">Downloads page</a>. This is the only way to be sure the version you "
935
- #~ "are using is 100% malware-free."
936
- #~ msgstr ""
937
- #~ "<br/><b>Por favor, ten en cuenta:</b> Estás usando una versión superior a "
938
- #~ "la última disponible. </em>Por favor, asegurate de que has descargado la "
939
- #~ "última versión de <em>%1$s</em> desde el único <a href=\"https://yithemes."
940
- #~ "com\" target=\"_blank\">sitio oficial de YITH</a>, específicamente, desde "
941
- #~ "tu <a href=\"https://yithemes.com/my-account/recent-downloads/\" target="
942
- #~ "\"_blank\">página de Descargas</a>. Esta es la única forma de estar "
943
- #~ "seguro de que la versión que estás usando es 100% malware-free."
944
-
945
- #~ msgctxt "[Update Plugin Message: License not enabled]"
946
- #~ msgid "You have to activate the plugin to benefit from automatic updates."
947
- #~ msgstr ""
948
- #~ "Tienes que activar el plugin para beneficiarte de actualizaciones "
949
- #~ "automáticas."
950
-
951
- #~ msgid "YITH Repository"
952
- #~ msgstr "Repositorio de YITH"
953
-
954
- #~ msgid "Invalid URL Provided."
955
- #~ msgstr "La URL proporcionada no es válida."
956
-
957
- #~ msgid "Could not create Temporary file."
958
- #~ msgstr "No se pudo crear un archivo temporal."
959
-
960
- #~ msgid ""
961
- #~ "There is a new version of %1$s available. <a href=\"%2$s\" class="
962
- #~ "\"thickbox yit-changelog-button open-plugin-details-modal\" title=\"%3$s"
963
- #~ "\">View version %4$s details</a>."
964
- #~ msgstr ""
965
- #~ "Hay una nueva versión de %1$s disponible. <a href=\"%2$s\" class="
966
- #~ "\"thickbox yit-changelog-button\" title=\"%3$s\">Ver detalles de la "
967
- #~ "versión %4$s</a>."
968
-
969
- #~ msgid ""
970
- #~ "There is a new version of %1$s available. <a href=\"%2$s\" class="
971
- #~ "\"thickbox yit-changelog-button open-plugin-details-modal\" title=\"%3$s"
972
- #~ "\">View version %4$s details</a>. <em>You have to activate the plugin on "
973
- #~ "a single site of the network to benefit from automatic updates.</em>"
974
- #~ msgstr ""
975
- #~ "Hay una nueva versión de %1$s disponible. <a href=\"%2$s\" class="
976
- #~ "\"thickbox yit-changelog-button\" title=\"%3$s\">Ver detalles de la "
977
- #~ "versión %4$s</a>. <em>Tienes que activar el plugin en un único sitio web "
978
- #~ "desde la red para beneficiarte de las actualizaciones automáticas.</em>"
979
-
980
- #~ msgid ""
981
- #~ "There is a new version of %1$s available. <a href=\"%2$s\" class="
982
- #~ "\"thickbox yit-changelog-button open-plugin-details-modal\" title=\"%3$s"
983
- #~ "\">View version %4$s details</a>. <em>Automatic update is unavailable for "
984
- #~ "this plugin, please <a href=\"%5$s\" title=\"License activation"
985
- #~ "\">activate</a> your copy of %6s.</em>"
986
- #~ msgstr ""
987
- #~ "Hay una nueva versión de %1$s disponible. <a href=\"%2$s\" class="
988
- #~ "\"thickbox yit-changelog-button\" title=\"%3$s\">Ver detalles de la "
989
- #~ "versión %4$s</a>. <em>Las actualizaciones automáticas no están "
990
- #~ "disponibles para este plugin, por favor <a href=\"%5$s\" title=\"License "
991
- #~ "activation\">activa</a> tu copia de %6s.</em>"
992
-
993
- #~ msgid ""
994
- #~ "There is a new version of %1$s available. <a href=\"%2$s\" class="
995
- #~ "\"thickbox yit-changelog-button open-plugin-details-modal\" title=\"%3$s"
996
- #~ "\">View version %4$s details</a> or <a href=\"%5$s\">update now</a>."
997
- #~ msgstr ""
998
- #~ "Hay una nueva versión de %1$s disponible. <a href=\"%2$s\" class="
999
- #~ "\"thickbox yit-changelog-button\" title=\"%3$s\">Ver detalles de la "
1000
- #~ "versión %4$s</a> o <a href=\"%5$s\">actualizar ahora</a>."
1001
-
1002
- #~ msgid ""
1003
- #~ "<br/><b>Please note:</b> You are using a higher version than the latest "
1004
- #~ "available one. </em>Please, make sure you've downloaded the latest "
1005
- #~ "version of <em>%1$s</em> from the only <a href=\"https://yithemes.com\" "
1006
- #~ "target=\"_blank\">YITH official website</a>, specifically, from your <a "
1007
- #~ "href=\"https://yithemes.com/my-account/recent-downloads/\" target=\"_blank"
1008
- #~ "\">Downloads page</a>. This is the only way to be sure the version you "
1009
- #~ "are using is 100%% malware-free."
1010
- #~ msgstr ""
1011
- #~ "<br/><b>Por favor, ten en cuenta:</b> Estás usando una versión más alta "
1012
- #~ "que la última disponible. </em>Por favor, asegurate de que has descargado "
1013
- #~ "la última versión de <em>%1$s</em> desde el único<a href=\"https://"
1014
- #~ "yithemes.com\" target=\"_blank\">sitio oficial de YITH</a>, "
1015
- #~ "específicamente, desde tu <a href=\"https://yithemes.com/my-account/"
1016
- #~ "recent-downloads/\" target=\"_blank\">página de Descargas</a>. Esta es la "
1017
- #~ "única manera de estar seguro de que la versión que estás usando es 100%% "
1018
- #~ "malware-free."
1019
-
1020
- #~ msgid "You can't update the plugins for this site."
1021
- #~ msgstr "No puedes actualizar los plugins para este sitio web."
1022
-
1023
- #~ msgid ""
1024
- #~ "You do not have sufficient permissions to update the plugins for this "
1025
- #~ "site."
1026
- #~ msgstr ""
1027
- #~ "No tienes suficientes permisos para actualizar los plugins para este "
1028
- #~ "sitio web."
1029
-
1030
- #~ msgid "Update Plugin"
1031
- #~ msgstr "Actualizar Plugin"
1032
-
1033
- #~ msgid "New YITH products"
1034
- #~ msgstr "Nuevos productos de YITH"
1035
-
1036
- #~ msgctxt "%s = field name"
1037
- #~ msgid "Please, insert a valid %s"
1038
- #~ msgstr "Por favor, introduce una %s válida"
1039
-
1040
- #~ msgid "Please, insert a valid %s and a valid %s"
1041
- #~ msgstr "Por favor, inserta una %s válida y una %s válida"
1042
-
1043
- #~ msgid "Unable to contact the remote server, please try again later. Thanks!"
1044
- #~ msgstr ""
1045
- #~ "No fue posible contactar con el servidor remoto, por favor, inténtalo de "
1046
- #~ "nuevo más tarde. ¡Gracias!"
1047
-
1048
- #~ msgid "email address"
1049
- #~ msgstr "dirección de correo electrónico"
1050
-
1051
- #~ msgid "license key"
1052
- #~ msgstr "clave de licencia"
1053
-
1054
- #~ msgid "Are you sure you want to deactivate the license for current site?"
1055
- #~ msgstr ""
1056
- #~ "¿Estás seguro/a de que quieres desactivar la licencia para el sitio web "
1057
- #~ "actual?"
1058
-
1059
- #~ msgid "Invalid Request"
1060
- #~ msgstr "Solicitud inválida"
1061
-
1062
- #~ msgid "Invalid license key"
1063
- #~ msgstr "Clave de solicitud inválida"
1064
-
1065
- #~ msgid "Software has been deactivated"
1066
- #~ msgstr "El software ha sido desactivado"
1067
-
1068
- #~ msgid "Maximum number of activations exceeded"
1069
- #~ msgstr "Se ha excedido el número máximo de solicitudes"
1070
-
1071
- #~ msgid "Invalid instance ID"
1072
- #~ msgstr "Instancia ID inválida"
1073
-
1074
- #~ msgid "Invalid security key"
1075
- #~ msgstr "Clave de seguridad inválida"
1076
-
1077
- #~ msgid "License key has expired"
1078
- #~ msgstr "La clave de licencia ha caducado"
1079
-
1080
- #~ msgid "License key has been banned"
1081
- #~ msgstr "La clave de licencia ha sido bloqueada"
1082
-
1083
- #~ msgid "Current product is not included in your YITH Club Subscription key"
1084
- #~ msgstr ""
1085
- #~ "Producto actual no está incluido en la clave de suscripción de Club de "
1086
- #~ "YITH"
1087
-
1088
- #~ msgid "Great"
1089
- #~ msgstr "Excelente"
1090
-
1091
- #~ msgid "License successfully activated"
1092
- #~ msgstr "Licencia activada con éxito"
1093
-
1094
- #~ msgid "License key deactivated for website"
1095
- #~ msgstr "Clave de licencia desactivada para nuestro sitio web"
1096
-
1097
- #~ msgid "License Activation"
1098
- #~ msgstr "Activación de la Licencia"
1099
-
1100
- #~ msgctxt ""
1101
- #~ "[Part of]: Warning! You didn't set license key for the following products:"
1102
- #~ "[Plugins List] which means you're missing out on updates and support. "
1103
- #~ "Enter your license key, please."
1104
- #~ msgid "You didn't set license key for the following products"
1105
- #~ msgstr ""
1106
- #~ "No has establecido la clave de licencia para los siguientes productos"
1107
-
1108
- #~ msgctxt ""
1109
- #~ "[Part of]: Warning! You didn't set license key for the following products:"
1110
- #~ "[Plugins List] which means you're missing out on updates and support. "
1111
- #~ "Enter your license key, please."
1112
- #~ msgid "which means you're missing out on updates and support"
1113
- #~ msgstr "lo que significa que estás perdiendo actualizaciones y soporte"
1114
-
1115
- #~ msgctxt ""
1116
- #~ "[Part of]: Warning! You didn't set license key for the following products:"
1117
- #~ "[Plugins List] which means you're missing out on updates and support. "
1118
- #~ "Enter your license key, please."
1119
- #~ msgid "Enter your license key"
1120
- #~ msgstr "Introduce tu clave de licencia"
1121
-
1122
- #~ msgctxt ""
1123
- #~ "[Part of]: Warning! You didn't set license key for the following products:"
1124
- #~ "[Plugins List] which means you're missing out on updates and support. "
1125
- #~ "Enter your license key, please."
1126
- #~ msgid "please"
1127
- #~ msgstr "por favor"
1128
-
1129
- #~ msgid "%s"
1130
- #~ msgstr "%s"
1131
-
1132
- #~ msgid ""
1133
- #~ "I cannot find the license key for activating the theme I have bought some "
1134
- #~ "time ago. Where can I find it?"
1135
- #~ msgstr ""
1136
- #~ "No puedo encontrar la clave de licencia para activar el tema que compré "
1137
- #~ "hace tiempo. ¿Dónde la puedo encontrar?"
1138
-
1139
- #~ msgid ""
1140
- #~ "If you have purchased one of our products before 27 January 2015, you can "
1141
- #~ "benefit from support and updates (the services offered with the license)\n"
1142
- #~ " until 27 January 2016 and you do not have to purchase "
1143
- #~ "it again to get a new license key, because, before this date, your "
1144
- #~ "license used to be activated automatically by our system.\n"
1145
- #~ " After 27 January 2016, instead, if you want to "
1146
- #~ "benefit from support and updates you have to buy a new license and "
1147
- #~ "activate it through the license key you will be\n"
1148
- #~ " provided with and that you can find in your YITH "
1149
- #~ "account, in section \"My licenses\"."
1150
- #~ msgstr ""
1151
- #~ "Si has comprado uno de nuestros productos antes del 27 de enero de 2015, "
1152
- #~ "puedes beneficiarte del soporte y actualizaciones (los servicios "
1153
- #~ "incluidos con la licencia)\n"
1154
- #~ " hasta el 27 de enero de 2016 y no tendrás que "
1155
- #~ "comprarla otra vez para conseguir una nueva clave de licencia, porque, "
1156
- #~ "antes de esta fecha, tu licencia se activaba automáticamente por nuestro "
1157
- #~ "sistema.\n"
1158
- #~ " Después del 27 de enero de 2016, sin embargo, si "
1159
- #~ "quieres beneficiarte de nuestro soporte y actualizaciones, tienes que "
1160
- #~ "comprar una nueva licencia y activarla a través de la clave de licencia "
1161
- #~ "que \n"
1162
- #~ " se te proporcionará y que podrás encontrar en tu "
1163
- #~ "cuenta YIThemes, en la sección \"My licenses\"."
1164
-
1165
- #~ msgid "YITH License Activation"
1166
- #~ msgstr "Activación de licencia de YITH"
1167
-
1168
- #~ msgid "License expiry date"
1169
- #~ msgstr "Fecha de vencimiento de la licencia"
1170
-
1171
- #~ msgid ""
1172
- #~ "If you have renewed your product license key and the expiry date does not "
1173
- #~ "appear up-to-date, please, click on the button <em>Check Expiry Date</em> "
1174
- #~ "below and it will update."
1175
- #~ msgstr ""
1176
- #~ "Si has renovado la clave de licencia de tu producto y la fecha de "
1177
- #~ "vencimiento no aparece actualizada, por favor, haz clic en el botón "
1178
- #~ "<em>Comprobar fecha de vencimiento</em> debajo y se actualizará."
1179
-
1180
- #~ msgid "Check expiry date"
1181
- #~ msgstr "Comprobar la fecha de vencimiento"
1182
-
1183
- #~ msgid "Product to activate"
1184
- #~ msgid_plural "Products to activate"
1185
- #~ msgstr[0] "Producto que activar"
1186
- #~ msgstr[1] "Productos que activar"
1187
-
1188
- #~ msgid "Are you having issues with the license activation?"
1189
- #~ msgstr "¿Estás teniendo problemas con la activación de la licencia?"
1190
-
1191
- #~ msgid "Read this article"
1192
- #~ msgstr "Lee este artículo"
1193
-
1194
- #~ msgid "Activate"
1195
- #~ msgstr "Activar"
1196
-
1197
- #~ msgid "Activated"
1198
- #~ msgstr "Activado/a"
1199
-
1200
- #~ msgid "Product Name"
1201
- #~ msgstr "Nombre de Producto"
1202
-
1203
- #~ msgid "Email"
1204
- #~ msgstr "Email"
1205
-
1206
- #~ msgid "License Key"
1207
- #~ msgstr "Clave de Licencia"
1208
-
1209
- #~ msgid "Expires"
1210
- #~ msgstr "Caduca"
1211
-
1212
- #~ msgid "Remaining"
1213
- #~ msgstr "Restantes"
1214
-
1215
- #~ msgid "Club Subscription"
1216
- #~ msgstr "Suscripción al Club"
1217
-
1218
- #~ msgid "%1s out of %2s"
1219
- #~ msgstr "%1s de %2s"
1220
-
1221
- #~ msgid "Deactivate"
1222
- #~ msgstr "Desactivar"
1223
-
1224
- #~ msgid "Renew"
1225
- #~ msgstr "Renovado"
1226
-
1227
- #~ msgid "Banned"
1228
- #~ msgstr "Bloqueado"
1229
-
1230
- #~ msgid "Expired"
1231
- #~ msgstr "Caducado"
1232
-
1233
- #~ msgid "Order again"
1234
- #~ msgstr "Comprar de nuevo"
1235
-
1236
- #~ msgid "Renew license"
1237
- #~ msgstr "Renovar licencia"
1238
-
1239
- #~ msgid "Deselect All"
1240
- #~ msgstr "Deseleccionar todo"
1241
-
1242
- #~ msgid ""
1243
- #~ "Have you updated your licenses? Have you asked for an extension? Update "
1244
- #~ "information concerning your products."
1245
- #~ msgstr ""
1246
- #~ "¿Has actualizado tus licencias? ¿Has pedido una extensión? Actualiza"
1247
-
1248
- #~ msgid "Update license information"
1249
- #~ msgstr "Actualizar la información de la licencia"
1250
-
1251
- #~ msgid "License Actions"
1252
- #~ msgstr "Acciones de Licencia"
1253
-
1254
- #~ msgctxt "%s = field name"
1255
- #~ msgid "%s field cannot be empty"
1256
- #~ msgstr "%s el campo no puede estar vacío"
1257
-
1258
- #~ msgid "%s and %s fields cannot be empty"
1259
- #~ msgstr "Los campos %s y %s no pueden estar vacíos"
1260
-
1261
- #~ msgid "Hide sidebar"
1262
- #~ msgstr "Ocultar barra lateral"
1263
-
1264
- #~ msgid "Show sidebar"
1265
- #~ msgstr "Mostrar barra lateral"
1266
-
1267
- #~ msgid ""
1268
- #~ "If you continue with this action, you will reset all the options in this "
1269
- #~ "page."
1270
- #~ msgstr ""
1271
- #~ "Si continúas con esta acción, reiniciarás todas las opciones de esta "
1272
- #~ "página."
1273
-
1274
- #~ msgid "Yithemes License Activation"
1275
- #~ msgstr "Licencia de Activación Yithemes"
1276
-
1277
- #~ msgid "No categories."
1278
- #~ msgstr "Ninguna categoría."
1279
-
1280
- #~ msgid "+ Add New Category"
1281
- #~ msgstr "+ Añadir Nueva Categoría"
1282
-
1283
- #~ msgid "Add"
1284
- #~ msgstr "Añadir"
1285
-
1286
- #~ msgid "Text Input"
1287
- #~ msgstr "Text Input"
1288
-
1289
- #~ msgid "Checkbox"
1290
- #~ msgstr "Casilla"
1291
-
1292
- #~ msgid "Textarea"
1293
- #~ msgstr "Área de texto"
1294
-
1295
- #~ msgid "Radio Input"
1296
- #~ msgstr "Radio Input"
1297
-
1298
- #~ msgid "Password Field"
1299
- #~ msgstr "Campo de contraseña"
1300
-
1301
- #~ msgid "File Upload"
1302
- #~ msgstr "Carga de archivo"
1303
-
1304
- #~ msgid "Theme Icon"
1305
- #~ msgstr "Icono del tema"
1306
-
1307
- #~ msgid "Field Title"
1308
- #~ msgstr "Campo de título"
1309
-
1310
- #~ msgid "Insert the title for the field."
1311
- #~ msgstr "Inserta el título del campo."
1312
-
1313
- #~ msgid "Data Name"
1314
- #~ msgstr "Nombre del dato."
1315
-
1316
- #~ msgid ""
1317
- #~ "REQUIRED: Field identification name to be entered into email body. "
1318
- #~ "<strong>Note:</strong>Use only lowercase characters and underscores."
1319
- #~ msgstr ""
1320
- #~ "OBLIGATORIO: El nombre del campo de identificación debe introducirse en "
1321
- #~ "el cuerpo del email. <strong> Nota: </strong> Usa sólo minúsculas y "
1322
- #~ "guiones bajos."
1323
-
1324
- #~ msgid "Field Type"
1325
- #~ msgstr "Tipo de campo"
1326
-
1327
- #~ msgid "Select the type for this field."
1328
- #~ msgstr "Selecciona el tipo para este campo."
1329
-
1330
- #~ msgid "Checked"
1331
- #~ msgstr "Campo seleccionado"
1332
-
1333
- #~ msgid ""
1334
- #~ "Select this option if you want this field appears as already checked."
1335
- #~ msgstr ""
1336
- #~ "Selecciona esta opción si quieres que este campo aparezca como ya marcado."
1337
-
1338
- #~ msgid "Add options "
1339
- #~ msgstr "Añadir opciones"
1340
-
1341
- #~ msgid "Add option"
1342
- #~ msgstr "Añadir opción"
1343
-
1344
- #~ msgid "Selected"
1345
- #~ msgstr "Selecionado"
1346
-
1347
- #~ msgid "Delete option"
1348
- #~ msgstr "Borrar opción"
1349
-
1350
- #~ msgid "Error Message"
1351
- #~ msgstr "Mensaje de error"
1352
-
1353
- #~ msgid "Insert the error message for validation."
1354
- #~ msgstr "Inserta el mensaje de error para la validación."
1355
-
1356
- #~ msgid "Required"
1357
- #~ msgstr "Campo obligatorio"
1358
-
1359
- #~ msgid "Select this option if it must be required."
1360
- #~ msgstr "Selecciona esta opción si este campo debe ser obligatorio."
1361
-
1362
- #~ msgid "Select this option if the email must be valid."
1363
- #~ msgstr "Selecciona esta opción si el email debe ser válido."
1364
-
1365
- #~ msgid "Reply To"
1366
- #~ msgstr "Responder a"
1367
-
1368
- #~ msgid "Select this if it is the email you can reply to."
1369
- #~ msgstr "Selecciona si este es el email al que puedes responder."
1370
-
1371
- #~ msgid "Class"
1372
- #~ msgstr "Clase"
1373
-
1374
- #~ msgid ""
1375
- #~ "Insert additional class(es) (separated by commas) for more "
1376
- #~ "personalization."
1377
- #~ msgstr ""
1378
- #~ "Inserta clase(s) adicionales (separados por comas) para más "
1379
- #~ "personalización."
1380
-
1381
- #~ msgid "Icon"
1382
- #~ msgstr "Icono"
1383
-
1384
- #~ msgid "Insert an icon for more personalization."
1385
- #~ msgstr "Inserta un icono para más personalización"
1386
-
1387
- #~ msgid "Width"
1388
- #~ msgstr "Ancho"
1389
-
1390
- #~ msgid "Set field length."
1391
- #~ msgstr "Establecer el ancho de campo"
1392
-
1393
- #~ msgid "Upload new images"
1394
- #~ msgstr "Cargar nuevas imágenes"
1395
-
1396
- #~ msgid "Are you sure you want to remove this image?"
1397
- #~ msgstr "¿Estás seguro/a de que quieres borrar esta imagen?"
1398
-
1399
- #~ msgid "px"
1400
- #~ msgstr "px"
1401
-
1402
- #~ msgid "em"
1403
- #~ msgstr "em"
1404
-
1405
- #~ msgid "pt"
1406
- #~ msgstr "pt"
1407
-
1408
- #~ msgid "rem"
1409
- #~ msgstr "rem"
1410
-
1411
- #~ msgid "Web fonts"
1412
- #~ msgstr "Fuentes web"
1413
-
1414
- #~ msgid "Google fonts"
1415
- #~ msgstr "Fuentes Google"
1416
-
1417
- #~ msgid "Regular"
1418
- #~ msgstr "Normal"
1419
-
1420
- #~ msgid "Bold"
1421
- #~ msgstr "Negrita"
1422
-
1423
- #~ msgid "Extra bold"
1424
- #~ msgstr "Extra negrita"
1425
-
1426
- #~ msgid "Italic"
1427
- #~ msgstr "Cursiva"
1428
-
1429
- #~ msgid "Italic bold"
1430
- #~ msgstr "Cursiva negrita"
1431
-
1432
- #~ msgid "Join the club"
1433
- #~ msgstr "Únete al club"
1434
-
1435
- #~ msgid "Despacho Theme - 100% FREE"
1436
- #~ msgstr "Despacho Theme - 100% GRATIS"
1437
-
1438
- #~ msgid "FREE!"
1439
- #~ msgstr "¡GRATIS!"
1440
-
1441
- #~ msgid "Important Links"
1442
- #~ msgstr "Enlaces importantes"
1443
-
1444
- #~ msgid "Current product is not included with your membership key"
1445
- #~ msgstr "El producto actual no está incluido en tu clave de suscripción"
1446
-
1447
- #~ msgid "Membership"
1448
- #~ msgstr "Suscripción"
1449
-
1450
- #~ msgid "Upgrade to Premium Version"
1451
- #~ msgstr "Actualizar a la Versión Premium"
1452
-
1453
- #~ msgid ""
1454
- #~ "Have you purchased the premium version of a plugin? Don't you know how to "
1455
- #~ "activate the license after the purchase?"
1456
- #~ msgstr ""
1457
- #~ "¿Has comprado la versión premium de un plugin? ¿No sabes cómo activar la "
1458
- #~ "licencia después de la compra?"
1459
-
1460
- #~ msgid ""
1461
- #~ "To upgrade from a FREE to a PREMIUM plugin is not suffice to insert the "
1462
- #~ "license key provided after the purchase.\n"
1463
- #~ " The reason is that they are two distinct products, with "
1464
- #~ "significant differences both for available options and for number of "
1465
- #~ "files included in the plugin package.\n"
1466
- #~ " To start to use the PREMIUM version of the plugin, you simply "
1467
- #~ "need to download the PREMIUM packet and install it on your site."
1468
- #~ msgstr ""
1469
- #~ "Para actualizar a del plugin FREE al PREMIUMT no es suficiente con "
1470
- #~ "insertar la clave de licencia proporcionada después de la compra.\n"
1471
- #~ " La razón es que son dos productos diferentes, con diferencias "
1472
- #~ "significativas en las opciones disponibles para el número de archivos "
1473
- #~ "incluidos en el paquete del plugin.\n"
1474
- #~ " Para empezar a usar la versión PREMIUM del plugin, simplemente "
1475
- #~ "necesitas descargar el paquete PREMIUM e instalarlo en tu sitio web."
1476
-
1477
- #~ msgid ""
1478
- #~ "%1$sDo you need to know how to do it?%2$s Easy! %1$sFollow this list of "
1479
- #~ "steps%2$s and in a few minutes the plugin you purchased will be installed "
1480
- #~ "on your site"
1481
- #~ msgstr ""
1482
- #~ "%1$s¿Necesitas saber cómo hacerlo?%2$s ¡Fácil! %1$sSigue estos pasos%2$s "
1483
- #~ "y en unos minutos el plugin que has comprado estará instalado en tu sitio "
1484
- #~ "web"
1485
-
1486
- #~ msgid "Go to yithemes.com and login to \"My Account\" page"
1487
- #~ msgstr "Ve a yithemes.com e inicia sesión en la página \"Mi cuenta\""
1488
-
1489
- #~ msgid ""
1490
- #~ "From the menu on the left, click on \"My Downloads\", look for the plugin "
1491
- #~ "you want to install among the available downloads and click on \"Download"
1492
- #~ "\" button"
1493
- #~ msgstr ""
1494
- #~ "Desde el menú de la izquierda, haz click en \"Mis Descargas\", busca el "
1495
- #~ "plugin que te quieres descargar entre las descargas disponibles y haz "
1496
- #~ "click en el botón \"Descargar\""
1497
-
1498
- #~ msgid ""
1499
- #~ "After downloading the packet, go to your website and login to WordPress "
1500
- #~ "administration area."
1501
- #~ msgstr ""
1502
- #~ "Después de descargar el paquete, ve a tu sitio web y regístrate en el "
1503
- #~ "área de administración de WordPress."
1504
-
1505
- #~ msgid ""
1506
- #~ "From the menu on the left, click on \"Plugins\". You will be redirected "
1507
- #~ "to the page where you will find the complete list of all the plugins "
1508
- #~ "available on your site. Click on \"Add New\" button that you find above "
1509
- #~ "on the left to add a new plugin"
1510
- #~ msgstr ""
1511
- #~ "Desde el menú de la izquierda, haz click en \"Plugins\". Serás redirigido/"
1512
- #~ "a a la página donde podrás encontrar la lista completa de plugins "
1513
- #~ "disponible en tu sitio web. Haz click en el botón \"Añadir Nuevo\" que "
1514
- #~ "encontrarás arriba a la izquierda para añadir un nuevo plugin"
1515
-
1516
- #~ msgid ""
1517
- #~ "You will be redirected to a new page where you will find, above on the "
1518
- #~ "left next to the page title, the \"Upload Plugin\" button."
1519
- #~ msgstr ""
1520
- #~ "Serás redirigido/a a una nueva página donde encontrarás, en la parte "
1521
- #~ "superior izquierda, junto al título de la página, el botón \"Actualizar "
1522
- #~ "Plugin\""
1523
-
1524
- #~ msgid ""
1525
- #~ "Click on \"Upload Plugins\" button to start the upload of the PREMIUM "
1526
- #~ "version of the plugin previously downloaded. Click on \"Select File\", "
1527
- #~ "search for the download folder related to the plugin and upload the "
1528
- #~ "package. Now you only need to wait a few minutes for the upload and the "
1529
- #~ "installation on your site. (We used YITH Live Chat plugin by way of "
1530
- #~ "example)"
1531
- #~ msgstr ""
1532
- #~ "Haz click en el botón \"Actualizar Plugins\" para actualizar la versión "
1533
- #~ "premium del plugin anteriormente descargada. Haz click en \"Seleccionar "
1534
- #~ "Archivo\", busca la carpeta relacionada al plugin y actualiza el paquete. "
1535
- #~ "Ahora sólo necesitas esperar unos minutos para actualizarlo e instalarlo "
1536
- #~ "en tu sitio web. (Usamos YITH Live Chat a modo de ejemplo)"
1537
-
1538
- #~ msgid "After completing the installation, click on \"Activate plugin\""
1539
- #~ msgstr ""
1540
- #~ "Después de completar la instalación, haz click en \"Activar plugin\""
1541
-
1542
- #~ msgid ""
1543
- #~ "If everything worked allright, your plugin is now correctly installed on "
1544
- #~ "your website. Enjoy it :-)"
1545
- #~ msgstr ""
1546
- #~ "Si todo funcionó bien, tu plugin está ahora correctamente instalado en tu "
1547
- #~ "sitio web. Disfrútalo :-)"
1548
-
1549
- #~ msgid ""
1550
- #~ "The last step is the activation of the plugin through its license key you "
1551
- #~ "received after the purchase. Click on \"License Activation\" that you "
1552
- #~ "find in \"YITH Plugins\" and insert the license key and the email address "
1553
- #~ "you used during the purchase."
1554
- #~ msgstr ""
1555
- #~ "El último paso es la activación del plugin a través de la clave de "
1556
- #~ "licencia, que recibiste después de la compra. Haz click en \"Activación "
1557
- #~ "de la licencia\", que encontrarás en \"YITH Plugins\" e introduce la "
1558
- #~ "dirección de email que usaste durante la compra."
1559
-
1560
- #~ msgid ""
1561
- #~ "In case you had difficulty to recover the license key we sent you by "
1562
- #~ "email, you can easily find it in \"My Licenses\" section of your account "
1563
- #~ "on yithemes.com"
1564
- #~ msgstr ""
1565
- #~ "En caso de que hayas tenido dificultad para recuperar la clave de "
1566
- #~ "licencia que te enviamos por email, puedes encontrarla fácilmente en la "
1567
- #~ "sección \"Mis Licencias\" de tu cuenta en yithemes.com"
1
+ # Translation of YITH Framework in Spanish (Spain)
2
+ # This file is distributed under the same license as the YITH Framework package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: YITH Framework\n"
6
  "Report-Msgid-Bugs-To: YITH <plugins@yithemes.com>\n"
7
+ "POT-Creation-Date: 2020-11-10 12:29:32+00:00\n"
8
+ "PO-Revision-Date: 2020-09-25 17:04:18+0000\n"
9
+ "Language: es\n"
 
 
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
14
+ "X-Generator: GlotPress/3.0.0-alpha.2\n"
 
 
 
 
 
 
 
 
 
 
 
15
 
16
  #: lib/yit-assets.php:103
17
+ msgid "Clear"
18
+ msgstr "Borrar"
19
 
20
  #: lib/yit-assets.php:104
21
+ msgid "Clear color"
22
+ msgstr "Borrar color"
 
23
 
24
  #: lib/yit-assets.php:105
25
+ msgid "Default"
26
+ msgstr "Predeterminado"
 
27
 
28
  #: lib/yit-assets.php:106
29
+ msgid "Select default color"
30
+ msgstr "Seleccionar color predeterminado"
 
31
 
32
  #: lib/yit-assets.php:107
33
+ msgid "Select Color"
34
+ msgstr "Seleccionar color"
35
+
36
+ #: lib/yit-assets.php:108
37
  msgid "Color value"
38
+ msgstr "Valor del color"
39
 
40
  #: lib/yit-cpt-unlimited.php:462 lib/yit-cpt-unlimited.php:576
41
  #: lib/yit-cpt-unlimited.php:721 lib/yit-cpt-unlimited.php:1636
44
 
45
  #: lib/yit-cpt-unlimited.php:463 lib/yit-cpt-unlimited.php:577
46
  msgid "Add New %s"
47
+ msgstr "Añadir nueva %s"
48
 
49
  #: lib/yit-cpt-unlimited.php:464 lib/yit-cpt-unlimited.php:578
50
  #: lib/yit-cpt-unlimited.php:1269 lib/yit-cpt-unlimited.php:1306
53
 
54
  #: lib/yit-cpt-unlimited.php:465 lib/yit-cpt-unlimited.php:579
55
  msgid "New %s"
56
+ msgstr "Nuevo %s"
57
 
58
  #: lib/yit-cpt-unlimited.php:466 lib/yit-cpt-unlimited.php:580
59
  msgid "All %s"
60
+ msgstr "Todas %s"
61
 
62
  #: lib/yit-cpt-unlimited.php:467 lib/yit-cpt-unlimited.php:581
63
  #: lib/yit-cpt-unlimited.php:1253 lib/yit-cpt-unlimited.php:1307
70
 
71
  #: lib/yit-cpt-unlimited.php:469 lib/yit-cpt-unlimited.php:583
72
  msgid "No %s found"
73
+ msgstr "No se han encontrado %s"
74
 
75
  #: lib/yit-cpt-unlimited.php:470 lib/yit-cpt-unlimited.php:584
76
  msgid "No %s found in Trash"
77
+ msgstr "No se han encontrado %s en la Papelera"
78
 
79
  #: lib/yit-cpt-unlimited.php:629 templates/fields/ajax-terms.php:56
80
  msgid "Search Categories"
81
+ msgstr "Buscar categorías"
82
 
83
  #: lib/yit-cpt-unlimited.php:630
84
  msgid "All Categories"
94
 
95
  #: lib/yit-cpt-unlimited.php:633
96
  msgid "Edit Category"
97
+ msgstr "Editar categoría"
98
 
99
  #: lib/yit-cpt-unlimited.php:634
100
  msgid "Update Category"
101
+ msgstr "Actualizar categoría"
102
 
103
  #: lib/yit-cpt-unlimited.php:635
104
  msgid "Add New Category"
118
 
119
  #: lib/yit-cpt-unlimited.php:1044
120
  msgid "%s Settings"
121
+ msgstr "Ajustes de %s"
122
 
123
  #: lib/yit-cpt-unlimited.php:1050 lib/yit-cpt-unlimited.php:1198
124
+ #: lib/yit-cpt-unlimited.php:1204 lib/yit-plugin-panel.php:81
125
  msgid "Settings"
126
  msgstr "Ajustes"
127
 
135
 
136
  #: lib/yit-cpt-unlimited.php:1060
137
  msgid "Rewrite"
138
+ msgstr "Rescribir"
139
 
140
  #: lib/yit-cpt-unlimited.php:1061
141
  msgid ""
142
  "Univocal identification name in the URL for each product (slug from post if "
143
  "empty)"
144
  msgstr ""
145
+ "Nombre de identificación unívoco en la URL para cada producto (slug de la "
146
  "entrada si está vacío)"
147
 
148
  #: lib/yit-cpt-unlimited.php:1066
149
  msgid "Label in Singular"
150
+ msgstr "Etiqueta en Singular"
151
 
152
  #: lib/yit-cpt-unlimited.php:1067
153
  msgid "Set a label in singular (title of portfolio if empty)"
154
+ msgstr "Establece una etiqueta en singular (título del porfolio si está vacío)"
 
155
 
156
  #: lib/yit-cpt-unlimited.php:1072
157
  msgid "Label in Plural"
158
+ msgstr "Etiqueta en Plural"
159
 
160
  #: lib/yit-cpt-unlimited.php:1073
161
  msgid "Set a label in plural (title of portfolio if empty)"
162
+ msgstr "Establece una etiqueta en plural (título del porfolio si está vacío)"
163
 
164
  #: lib/yit-cpt-unlimited.php:1078
165
  msgid "Taxonomy"
171
  "Name should be a slug (must not contain capital letters nor spaces) and must "
172
  "not be more than 32 characters long (database structure restriction)."
173
  msgstr ""
174
+ "Si quieres usar categorías en este porfolio, establece un nombre para la "
175
+ "taxonomía. EL nombre debe ser un slug (no debe contener mayúsculas ni "
176
+ "espacios) y no debe tener más de 32 caracteres de longitud (restricción de "
177
+ "estructura de la base de datos)."
178
 
179
  #: lib/yit-cpt-unlimited.php:1084
180
  msgid "Taxonomy Rewrite"
181
+ msgstr "Rescribir taxonomía"
182
 
183
  #: lib/yit-cpt-unlimited.php:1085
184
  msgid "Set univocal name for each category page URL."
185
+ msgstr "Establece un nombre unívoco para cada URL de página de categoría"
186
 
187
  #: lib/yit-cpt-unlimited.php:1090
188
  msgid "Single layout"
189
+ msgstr "Diseño individual"
190
 
191
  #: lib/yit-cpt-unlimited.php:1091
192
  msgid "Layout for single page of this portfolio"
193
+ msgstr "Diseño para página individual de este porfolio"
194
 
195
  #: lib/yit-cpt-unlimited.php:1132
196
  msgid "layout settings"
202
 
203
  #: lib/yit-cpt-unlimited.php:1477
204
  msgid "Show frontend of the %s"
205
+ msgstr "Mostrar frontend de %s"
206
 
207
  #: lib/yit-cpt-unlimited.php:1484 templates/fields/customtabs.php:46
208
  #: templates/fields/customtabs.php:89
215
 
216
  #: lib/yit-cpt-unlimited.php:1638
217
  msgid "Upload multiple files"
218
+ msgstr "Subir múltiples archivos"
219
 
220
+ #: lib/yit-plugin-panel-wc.php:427
221
  msgid "The changes you have made will be lost if you leave this page."
222
  msgstr "Los cambios que has hecho se perderán si abandonas esta página."
223
 
224
+ #: lib/yit-plugin-panel.php:80
225
  msgid "Plugin Settings"
226
  msgstr "Ajustes del plugin"
227
 
228
+ #: lib/yit-plugin-panel.php:466 lib/yit-plugin-panel.php:469
229
  msgid "How to install premium version"
230
+ msgstr "Cómo instalara la versión premium"
231
 
232
+ #: lib/yit-plugin-panel.php:633 lib/yit-plugin-subpanel.php:151
233
+ #: templates/panel/woocommerce/woocommerce-form.php:15
234
  msgid "Save Changes"
235
  msgstr "Guardar cambios"
236
 
237
+ #: lib/yit-plugin-panel.php:637 lib/yit-plugin-subpanel.php:154
238
+ #: templates/panel/woocommerce/woocommerce-form.php:19
239
  msgid ""
240
  "If you continue with this action, you will reset all options in this page."
241
  msgstr ""
242
+ "Si continúas con esta acción, restablecerás todas las opciones en esta "
243
+ "página."
244
 
245
+ #: lib/yit-plugin-panel.php:640 lib/yit-plugin-subpanel.php:156
246
  msgid "Reset to default"
247
+ msgstr "Restablecer valores predeterminados"
248
 
249
+ #: lib/yit-plugin-panel.php:641 lib/yit-plugin-subpanel.php:157
250
+ #: templates/panel/woocommerce/woocommerce-form.php:23
251
  msgid "Are you sure?"
252
+ msgstr "¿Estás seguro?"
253
 
254
+ #: lib/yit-plugin-panel.php:842
255
  msgid ""
256
  "The element you have entered already exists. Please, enter another name."
257
  msgstr ""
258
  "El elemento que has introducido ya existe. Por favor, introduce otro nombre."
259
 
260
+ #: lib/yit-plugin-panel.php:843
261
  msgid "Settings saved"
262
  msgstr "Ajustes guardados"
263
 
264
+ #: lib/yit-plugin-panel.php:844
265
  msgid "Settings reset"
266
+ msgstr "Restablecer ajustes"
267
 
268
+ #: lib/yit-plugin-panel.php:845
269
  msgid "Element deleted correctly."
270
+ msgstr "Elemento eliminado correctamente."
271
 
272
+ #: lib/yit-plugin-panel.php:846 lib/yit-plugin-panel.php:847
273
  msgid "Element updated correctly."
274
  msgstr "Elemento actualizado correctamente."
275
 
276
+ #: lib/yit-plugin-panel.php:848
277
  msgid "Database imported correctly."
278
  msgstr "Base de datos importada correctamente."
279
 
280
+ #: lib/yit-plugin-panel.php:849
281
  msgid "An error has occurred during import. Please try again."
282
  msgstr ""
283
  "Ha ocurrido un error durante la importación. Por favor, inténtalo de nuevo."
284
 
285
+ #: lib/yit-plugin-panel.php:850
286
  msgid "The added file is not valid."
287
  msgstr "El archivo añadido no es válido."
288
 
289
+ #: lib/yit-plugin-panel.php:851
290
  msgid "Sorry, import is disabled."
291
+ msgstr "Lo siento, la importación está desactivada."
292
 
293
+ #: lib/yit-plugin-panel.php:852
294
  msgid "Sorting successful."
295
+ msgstr "Clasificación realizada con éxito"
296
 
297
+ #: lib/yit-plugin-panel.php:1315
298
  msgid "We need your support"
299
  msgstr "Necesitamos tu ayuda"
300
 
301
+ #: lib/yit-plugin-panel.php:1316
302
  msgid "to keep updating and improving the plugin. Please,"
303
+ msgstr "para que podamos seguir actualizando y mejorando el plugin. Por favor,"
304
 
305
+ #: lib/yit-plugin-panel.php:1318
306
  msgid "help us by leaving a five-star rating"
307
+ msgstr "ayúdanos dejando una valoración de cinco estrellas"
308
 
309
+ #: lib/yit-plugin-panel.php:1319
310
  msgid ":) Thanks!"
311
  msgstr ":) ¡Gracias!"
312
 
320
  " Plugin customization settings will be "
321
  "available as a new entry in YITH Plugins menu."
322
  msgstr ""
323
+ "Desde ahora, puedes encontrar todas las opciones del plugin en el menú YITH "
324
+ "Plugins.\n"
325
+ "La personalización de los ajustes del plugin estará disponible como una "
326
+ "nueva entrada en el menú YITH Plugins."
 
327
 
328
  #: lib/yit-pointers.php:73 lib/yit-pointers.php:89
329
  msgid "Discover all our plugins available on:"
335
 
336
  #: lib/yit-pointers.php:84
337
  msgid "Plugins Upgraded"
338
+ msgstr "Plugins mejorados"
339
 
340
  #: lib/yit-pointers.php:85
341
  msgid ""
349
  " will be moved from previous location to "
350
  "YITH Plugins tab."
351
  msgstr ""
352
+ "Desde ahora, podrás encontrar el panel de opciones de los plugins de YITH en "
353
+ "el menú YITH Plugins.\n"
354
+ "Cada vez que uno de nuestros plugins es añadido, una nueva entrada será "
355
+ "añadida a este menú.\n"
356
+ "Por ejemplo, las la actualización, las opciones del plugin (de igual modo "
357
+ "que YITH WooCommerce Wishlist, YITH WooCommerce Ajax Search, etc.) se "
358
+ "moverán de su ubicación previa a la pestaña de YITH Plugins."
 
 
359
 
360
  #: lib/yith-dashboard.php:40
361
  msgid "YITH Latest Updates"
374
  "An error has occurred, which probably means the feed is down. Try again "
375
  "later."
376
  msgstr ""
377
+ "Ha ocurrido un error, lo que puede que signifique que el feed ha caído. "
378
  "Inténtalo de nuevo más tarde."
379
 
380
  #: lib/yith-system-status.php:111
435
 
436
  #: lib/yith-system-status.php:184
437
  msgid "YITH Plugins"
438
+ msgstr "YITH Plugins"
439
 
440
  #: lib/yith-system-status.php:192
441
  msgid "WooCommerce"
443
 
444
  #: lib/yith-system-status.php:330
445
  msgid "Warning!"
446
+ msgstr "¡Atención!"
447
 
448
  #. translators: %1$s open link tag, %2$s open link tag
449
  #: lib/yith-system-status.php:334
 
450
  msgid ""
451
  "The system check has detected some compatibility issues on your installation."
452
  "%1$sClick here%2$s to know more"
453
  msgstr ""
454
+ "La comprobación del sistema ha detectado algunos problemas de compatibilidad "
455
+ "en tu instalación.%1$sHaz clic quí%2$s para saber más"
456
 
457
  #: lib/yith-system-status.php:473
458
  msgid "Enabled"
468
 
469
  #. translators: %1$s plugin name, %2$s requirement name
470
  #: lib/yith-system-status.php:506
 
471
  msgid "%1$s needs %2$s enabled"
472
+ msgstr "%1$s necesita %2$s activado"
473
 
474
  #. translators: %1$s plugin name, %2$s required memory amount
475
  #: lib/yith-system-status.php:509
 
476
  msgid "%1$s needs at least %2$s of available memory"
477
+ msgstr "%1$s necesita al menos %2$s de memoria disponible"
478
 
479
  #. translators: %1$s plugin name, %2$s version number
480
  #: lib/yith-system-status.php:512
 
481
  msgid "%1$s needs at least %2$s version"
482
+ msgstr "%1$s necesita al menos la versión %2$s"
483
 
484
  #: lib/yith-system-status.php:537
485
  msgid ""
486
  "Update it to the latest version in order to benefit of all new features and "
487
  "security updates."
488
  msgstr ""
489
+ "Actualízalo a la última versión para beneficiarte de todas las "
490
+ "características y actualizaciones de seguridad."
491
 
492
  #: lib/yith-system-status.php:541 lib/yith-system-status.php:547
493
  msgid "Contact your hosting company in order to update it."
494
+ msgstr "Ponte en contacto con tu empresa de hosting para actualizarlo."
495
 
496
  #: lib/yith-system-status.php:545
 
497
  msgid "Contact your hosting company in order to install it."
498
+ msgstr "Ponte en contacto con tu empresa de hosting para instalarlo."
499
 
500
  #. translators: %1$s code, %2$s file name
501
  #: lib/yith-system-status.php:552
 
502
  msgid "Remove %1$s from %2$s file"
503
+ msgstr "Eliminar %1$s desde el archivo %2$s "
504
 
505
  #: lib/yith-system-status.php:560
506
  msgid "Contact your hosting company in order to enable it."
507
+ msgstr "Ponte en contacto con tu empresa de hosting para activarlo."
508
 
509
  #. translators: %1$s opening link tag, %2$s closing link tag
510
  #: lib/yith-system-status.php:564 lib/yith-system-status.php:588
 
511
  msgid ""
512
  "Read more %1$shere%2$s or contact your hosting company in order to increase "
513
  "it."
514
  msgstr ""
515
+ "Lee más %1$saquí%2$s o ponte en contacto con tu empresa de hosting para "
516
+ "incrementarlo."
517
 
518
  #. translators: %s recommended memory amount
519
  #: lib/yith-system-status.php:585
521
  "For optimal functioning of our plugins, we suggest setting at least %s of "
522
  "available memory"
523
  msgstr ""
524
+ "Para el óptimo funcionamiento de nuestros plugins, sugerimos al menos %s de "
525
+ "memoria disponible"
526
 
527
  #. translators: %1$s TLS label, %2$s cURL label
528
  #: lib/yith-system-status.php:593
 
529
  msgid ""
530
  "The system check cannot determine which %1$s version is installed because "
531
  "%2$s module is disabled. Ask your hosting company to enable it."
532
  msgstr ""
533
+ "La comprobación del sistema no ha podido determinar qué versión de %1$s está "
534
+ "instalada porque el módulo %2$s está desactivado. Solicita a tu compañia de "
535
+ "hosting que lo active."
536
 
537
  #. translators: %1$s TLS label
538
  #: lib/yith-system-status.php:596
540
  "The system check cannot determine which %1$s version is installed due to a "
541
  "connection issue between your site and our server."
542
  msgstr ""
543
+ "La comprobación del sistema no ha podido determinar qué versión de %1$s está "
544
+ "instalada debido a un error entre tu sitio y nuestro servidor."
545
 
546
  #: templates/fields/ajax-customers.php:57
547
  msgid "Search Customers"
554
 
555
  #: templates/fields/ajax-posts.php:57
556
  msgid "Search Posts"
557
+ msgstr "Buscar entradas"
558
 
559
  #: templates/fields/ajax-products.php:16
560
  msgid "Search Product"
561
+ msgstr "Buscar producto"
562
 
563
  #: templates/fields/customtabs.php:28
564
  msgid "Close all"
570
 
571
  #: templates/fields/customtabs.php:37 templates/fields/customtabs.php:81
572
  msgid "Remove"
573
+ msgstr "Eliminar"
574
 
575
  #: templates/fields/customtabs.php:52 templates/fields/customtabs.php:94
576
  msgid "Value"
582
 
583
  #: templates/fields/customtabs.php:65
584
  msgid "Add custom product tab"
585
+ msgstr "Añadir pestaña de producto personalizada"
586
 
587
  #: templates/fields/customtabs.php:106
588
  msgid "Do you want to remove the custom tab?"
589
+ msgstr "¿Quieres eliminar la pestaña personalizada?"
590
 
591
  #: templates/fields/date-format.php:50
592
  msgid "Custom:"
594
 
595
  #: templates/fields/icons.php:58
596
  msgid "Set Default"
597
+ msgstr "Establecer predeterminado"
598
 
599
  #: templates/fields/image-gallery.php:34 templates/fields/image-gallery.php:39
600
  msgid "Delete image"
601
+ msgstr "Eliminar imagen"
602
 
603
  #: templates/fields/image-gallery.php:39
604
  msgid "Add Images to Gallery"
605
+ msgstr "Añadir imágenes a la Galería"
606
 
607
  #: templates/fields/image-gallery.php:39
608
  msgid "Add to gallery"
614
 
615
  #: templates/fields/image-gallery.php:39
616
  msgid "Delete"
617
+ msgstr "Eliminar"
618
 
619
  #: templates/fields/select-buttons.php:21
620
  msgid "Add All"
655
 
656
  #: templates/fields/upload.php:29
657
  msgid "Reset"
658
+ msgstr "Restablecer"
659
 
660
  #: templates/metaboxes/types/icon-list.php:76
661
  msgid "Image preview"
662
+ msgstr "Vista previa de la imagen"
663
 
664
  #: templates/metaboxes/types/icon-list.php:90
665
  msgid "(Default: %s <img src=\"%s\"/>)"
666
+ msgstr "(Predeterminado: %s <img src=\"%s\"/>)"
667
 
668
  #: templates/metaboxes/types/icon-list.php:92
669
  msgid "(Default: <i %s></i> )"
670
+ msgstr "(Predeterminado: <i %s></i> )"
671
 
672
+ #: templates/panel/woocommerce/woocommerce-form.php:22
673
  msgid "Reset Defaults"
674
+ msgstr "Restablecer valores predeterminados"
675
 
676
  #: templates/sysinfo/system-information-panel.php:39
677
  msgid "YITH System Information"
678
+ msgstr "Información de Sistema de YITH"
679
 
680
  #: templates/sysinfo/system-information-panel.php:50
681
  msgid "WP debug.log file"
682
+ msgstr "Archivo WP debug.log"
683
 
684
  #: templates/sysinfo/system-information-panel.php:54
685
  msgid "PHP error_log file"
686
+ msgstr "Archivo PHP error_log"
687
 
688
  #: templates/sysinfo/system-information-panel.php:59
689
  #: templates/sysinfo/system-information-panel.php:83
692
 
693
  #: templates/sysinfo/system-information-panel.php:96
694
  msgid "Back to top"
695
+ msgstr "Volver a la parte superior"
696
 
697
  #: templates/sysinfo/system-information-panel.php:104
698
  msgid "Site URL"
700
 
701
  #: templates/sysinfo/system-information-panel.php:112
702
  msgid "Output IP Address"
703
+ msgstr "Dirección IP de salida"
704
 
705
  #: templates/sysinfo/system-information-panel.php:120
706
  msgid "Defined WP_CACHE"
707
+ msgstr "WP_CACHE definido"
708
 
709
  #: templates/sysinfo/system-information-panel.php:123
710
+ #: templates/sysinfo/system-information-panel.php:131
711
  msgid "Yes"
712
+ msgstr ""
713
 
714
  #: templates/sysinfo/system-information-panel.php:123
715
+ #: templates/sysinfo/system-information-panel.php:131
716
  msgid "No"
717
+ msgstr "No"
718
 
719
+ #: templates/sysinfo/system-information-panel.php:128
720
+ msgid "External object cache"
721
+ msgstr ""
722
+
723
+ #: templates/sysinfo/system-information-panel.php:167
724
  msgid "Show full PHPInfo"
725
  msgstr "Mostrar PHPInfo completa"
726
 
727
+ #: templates/sysinfo/system-information-panel.php:175
728
  msgid "Show log files"
729
+ msgstr "Mostrar archivos de registro"
730
 
731
  #: yit-plugin.php:194
732
  msgid "License"
733
  msgstr "Licencia"
734
 
735
  #. Author of the plugin/theme
 
736
  msgid "YITH"
737
  msgstr "YITH"
738
 
751
  "We recommend consulting with a lawyer when deciding what information to "
752
  "disclose on your privacy policy."
753
  msgstr ""
754
+ "Este idioma de prueba incluye la información principal sobre qué tipo de "
755
+ "información puede estar recopilando, almacenando y compartiendo tu tienda, "
756
+ "así como quién tiene acceso a esa información. Dependiendo de los ajustes "
757
+ "configurados y qué plugins adicionales sean usados, la información "
758
+ "específica compartida por tu sitio variará. Recomendamos consultar con un "
759
+ "abogado cuando decidas qué información mostrar en tu política de privacidad."
 
760
 
761
  #: lib/privacy/yit-privacy.php:63
762
  msgctxt "Privacy Policy Content"
781
  #: lib/yit-cpt-unlimited.php:627
782
  msgctxt "taxonomy general name"
783
  msgid "%s Categories"
784
+ msgstr "Categorías %s"
785
 
786
  #: lib/yit-cpt-unlimited.php:628
787
  msgctxt "taxonomy singular name"
791
  #: lib/yith-dashboard.php:99
792
  msgctxt "Plugin FW"
793
  msgid "View Changelog"
794
+ msgstr "Ver Registro de cambios"
795
 
796
  #: lib/yith-dashboard.php:100
797
  msgctxt "Plugin FW"
811
  #: templates/fields/dimensions.php:16
812
  msgctxt "Position in the \"Dimensions\" field"
813
  msgid "Top"
814
+ msgstr "Parte superior"
815
 
816
  #: templates/fields/dimensions.php:17
817
  msgctxt "Position in the \"Dimensions\" field"
818
  msgid "Right"
819
+ msgstr "Derecha"
820
 
821
  #: templates/fields/dimensions.php:18
822
  msgctxt "Position in the \"Dimensions\" field"
823
  msgid "Bottom"
824
+ msgstr "Parte inferior"
825
 
826
  #: templates/fields/dimensions.php:19
827
  msgctxt "Position in the \"Dimensions\" field"
828
  msgid "Left"
829
+ msgstr "Izquierda"
830
 
831
+ #: templates/fields/dimensions.php:99
832
  msgctxt "Tooltip in the \"Dimensions\" field"
833
  msgid "Link values together"
834
+ msgstr "Enlazar valores juntos"
835
 
836
  #: templates/fields/onoff.php:24
837
  msgctxt "YES/NO button: use MAX 3 characters!"
838
  msgid "YES"
839
+ msgstr ""
840
 
841
  #: templates/fields/onoff.php:25
842
  msgctxt "YES/NO button: use MAX 3 characters!"
846
  #: yit-plugin.php:83
847
  msgctxt "Plugin Row Meta"
848
  msgid "Live Demo"
849
+ msgstr "Demostración en vivo"
850
 
851
  #: yit-plugin.php:88
852
  msgctxt "Plugin Row Meta"
867
  msgctxt "Action links"
868
  msgid "Settings"
869
  msgstr "Ajustes"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
plugin-fw/languages/yith-plugin-fw-it_IT.mo CHANGED
Binary file
plugin-fw/languages/yith-plugin-fw-it_IT.po CHANGED
@@ -1,50 +1,41 @@
1
- # Copyright (C) 2015 YIThemes
2
- # This file is distributed under the same license as the YITH Plugin Starter package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: YITH Plugin Starter 1.0.0 Plugin FW\n"
6
  "Report-Msgid-Bugs-To: YITH <plugins@yithemes.com>\n"
7
- "POT-Creation-Date: 2020-08-07 14:15:08+00:00\n"
8
- "PO-Revision-Date: 2020-08-10 19:15+0200\n"
9
- "Last-Translator: \n"
10
- "Language-Team: YIThemes <plugins@yithemes.com>\n"
11
- "Language: it_IT\n"
12
  "MIME-Version: 1.0\n"
13
  "Content-Type: text/plain; charset=UTF-8\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
- "X-Generator: Poedit 2.3.1\n"
16
- "X-Poedit-KeywordsList: __;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;"
17
- "_nx_noop:1,2,3c;esc_attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;"
18
- "esc_html_x:1,2c\n"
19
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
20
- "X-Poedit-SourceCharset: UTF-8\n"
21
- "X-Poedit-Basepath: ..\n"
22
- "X-Textdomain-Support: yes\n"
23
- "X-Poedit-SearchPath-0: .\n"
24
-
25
- #: lib/yit-assets.php:102
26
- msgid "Clear"
27
- msgstr "Cancella"
28
 
29
  #: lib/yit-assets.php:103
30
- msgid "Clear color"
31
- msgstr "Cancella colore"
32
 
33
  #: lib/yit-assets.php:104
 
 
 
 
34
  msgid "Default"
35
  msgstr "Predefinito"
36
 
37
- #: lib/yit-assets.php:105
38
  msgid "Select default color"
39
- msgstr "Imposta colore predefinito"
40
 
41
- #: lib/yit-assets.php:106
42
  msgid "Select Color"
43
- msgstr "Seleziona colore"
44
 
45
- #: lib/yit-assets.php:107
46
  msgid "Color value"
47
- msgstr "Colore"
48
 
49
  #: lib/yit-cpt-unlimited.php:462 lib/yit-cpt-unlimited.php:576
50
  #: lib/yit-cpt-unlimited.php:721 lib/yit-cpt-unlimited.php:1636
@@ -130,7 +121,7 @@ msgid "%s Settings"
130
  msgstr "Impostazioni %s"
131
 
132
  #: lib/yit-cpt-unlimited.php:1050 lib/yit-cpt-unlimited.php:1198
133
- #: lib/yit-cpt-unlimited.php:1204 lib/yit-plugin-panel.php:80
134
  msgid "Settings"
135
  msgstr "Impostazioni"
136
 
@@ -226,94 +217,94 @@ msgstr "Aggiungi %s dalla immagini"
226
  msgid "Upload multiple files"
227
  msgstr "Carica file multipli"
228
 
229
- #: lib/yit-plugin-panel-wc.php:426
230
  msgid "The changes you have made will be lost if you leave this page."
231
  msgstr "Perderai tutti i cambiamenti effettuati se lasci questa pagina."
232
 
233
- #: lib/yit-plugin-panel.php:79
234
  msgid "Plugin Settings"
235
  msgstr "Impostazioni plugin"
236
 
237
- #: lib/yit-plugin-panel.php:454 lib/yit-plugin-panel.php:457
238
  msgid "How to install premium version"
239
  msgstr "Come installare la versione premium"
240
 
241
- #: lib/yit-plugin-panel.php:617 lib/yit-plugin-subpanel.php:151
242
- #: templates/panel/woocommerce/woocommerce-form.php:14
243
  msgid "Save Changes"
244
  msgstr "Salva modifiche"
245
 
246
- #: lib/yit-plugin-panel.php:621 lib/yit-plugin-subpanel.php:154
247
- #: templates/panel/woocommerce/woocommerce-form.php:17
248
  msgid ""
249
  "If you continue with this action, you will reset all options in this page."
250
  msgstr ""
251
  "Se prosegui con questa azione, tutte le opzioni di questa pagina saranno "
252
  "reimpostate."
253
 
254
- #: lib/yit-plugin-panel.php:624 lib/yit-plugin-subpanel.php:156
255
  msgid "Reset to default"
256
  msgstr "Ripristina configurazione predefinita"
257
 
258
- #: lib/yit-plugin-panel.php:625 lib/yit-plugin-subpanel.php:157
259
- #: templates/panel/woocommerce/woocommerce-form.php:21
260
  msgid "Are you sure?"
261
  msgstr "Sei sicuro?"
262
 
263
- #: lib/yit-plugin-panel.php:823
264
  msgid ""
265
  "The element you have entered already exists. Please, enter another name."
266
  msgstr "L'elemento inserito esiste già. Per favore, inserisci un altro nome."
267
 
268
- #: lib/yit-plugin-panel.php:824
269
  msgid "Settings saved"
270
  msgstr "Impostazioni salvate"
271
 
272
- #: lib/yit-plugin-panel.php:825
273
  msgid "Settings reset"
274
  msgstr "Impostazioni azzerate"
275
 
276
- #: lib/yit-plugin-panel.php:826
277
  msgid "Element deleted correctly."
278
  msgstr "Elemento rimosso correttamente."
279
 
280
- #: lib/yit-plugin-panel.php:827 lib/yit-plugin-panel.php:828
281
  msgid "Element updated correctly."
282
  msgstr "Elemento aggiornato correttamente."
283
 
284
- #: lib/yit-plugin-panel.php:829
285
  msgid "Database imported correctly."
286
  msgstr "Database importato correttamente."
287
 
288
- #: lib/yit-plugin-panel.php:830
289
  msgid "An error has occurred during import. Please try again."
290
  msgstr "Si è verificato un errore durante l'importazione. Prova di nuovo."
291
 
292
- #: lib/yit-plugin-panel.php:831
293
  msgid "The added file is not valid."
294
  msgstr "Il file aggiunto non è valido."
295
 
296
- #: lib/yit-plugin-panel.php:832
297
  msgid "Sorry, import is disabled."
298
  msgstr "Ci dispiace, l'importazione è disabilitata."
299
 
300
- #: lib/yit-plugin-panel.php:833
301
  msgid "Sorting successful."
302
  msgstr "Ordinamento effettuato con successo."
303
 
304
- #: lib/yit-plugin-panel.php:1281
305
  msgid "We need your support"
306
  msgstr "Abbiamo bisogno del tuo sostegno"
307
 
308
- #: lib/yit-plugin-panel.php:1282
309
  msgid "to keep updating and improving the plugin. Please,"
310
  msgstr "per poter continuare ad aggiornare e migliorare il plugin."
311
 
312
- #: lib/yit-plugin-panel.php:1284
313
  msgid "help us by leaving a five-star rating"
314
- msgstr "puoi darci una mano lasciando una recensione a 5 stelle"
315
 
316
- #: lib/yit-plugin-panel.php:1285
317
  msgid ":) Thanks!"
318
  msgstr ":) Grazie!"
319
 
@@ -471,7 +462,7 @@ msgstr "Disabilitato"
471
 
472
  #: lib/yith-system-status.php:478
473
  msgid "N/A"
474
- msgstr "n.a."
475
 
476
  #. translators: %1$s plugin name, %2$s requirement name
477
  #: lib/yith-system-status.php:506
@@ -676,7 +667,7 @@ msgstr "(Default: %s <img src=\"%s\"/>)"
676
  msgid "(Default: <i %s></i> )"
677
  msgstr "(Default: <i %s></i> )"
678
 
679
- #: templates/panel/woocommerce/woocommerce-form.php:20
680
  msgid "Reset Defaults"
681
  msgstr "Ripristina impostazioni iniziali"
682
 
@@ -714,18 +705,24 @@ msgid "Defined WP_CACHE"
714
  msgstr "Defined WP_CACHE"
715
 
716
  #: templates/sysinfo/system-information-panel.php:123
 
717
  msgid "Yes"
718
  msgstr "Sì"
719
 
720
  #: templates/sysinfo/system-information-panel.php:123
 
721
  msgid "No"
722
  msgstr "No"
723
 
724
- #: templates/sysinfo/system-information-panel.php:159
 
 
 
 
725
  msgid "Show full PHPInfo"
726
  msgstr "Mostra tutto il contenuto di PHPInfo"
727
 
728
- #: templates/sysinfo/system-information-panel.php:167
729
  msgid "Show log files"
730
  msgstr "Mostra i log"
731
 
@@ -830,7 +827,7 @@ msgctxt "Position in the \"Dimensions\" field"
830
  msgid "Left"
831
  msgstr "A sinistra"
832
 
833
- #: templates/fields/dimensions.php:117
834
  msgctxt "Tooltip in the \"Dimensions\" field"
835
  msgid "Link values together"
836
  msgstr "Collega i valori"
@@ -869,749 +866,3 @@ msgstr "Versione premium"
869
  msgctxt "Action links"
870
  msgid "Settings"
871
  msgstr "Impostazioni"
872
-
873
- #~ msgid ""
874
- #~ "<b>ImageMagick</b> module is not installed. Ask your hosting company to "
875
- #~ "install it."
876
- #~ msgstr ""
877
- #~ "Il modulo <b>ImageMagick</b> non è installato. Chiedi al tuo servizio di "
878
- #~ "hosting di installarlo."
879
-
880
- #~ msgctxt "ON/OFF button: use MAX 3 characters!"
881
- #~ msgid "ON"
882
- #~ msgstr "SÌ"
883
-
884
- #~ msgctxt "ON/OFF button: use MAX 3 characters!"
885
- #~ msgid "OFF"
886
- #~ msgstr "NO"
887
-
888
- #~ msgid "An unexpected error occurred, please try again later. Thanks!"
889
- #~ msgstr "Si è verificato un errore inaspettato, riprova più tardi. Grazie!"
890
-
891
- #~ msgid "There is a new version of %plugin_name% available."
892
- #~ msgstr "Una nuova versione di %plugin_name% è disponibile."
893
-
894
- #~ msgid "View version %latest% details."
895
- #~ msgstr "Visualizza i dettagli della versione %latest%."
896
-
897
- #~ msgid "Automatic update is unavailable for this plugin,"
898
- #~ msgstr "L'aggiornamento automatico non è disponibile per questo plugin,"
899
-
900
- #~ msgid ""
901
- #~ "please <a href=\"%activate_link%\">activate</a> your copy of %plugin_name"
902
- #~ "%."
903
- #~ msgstr ""
904
- #~ "per favore, <a href=\"%activate_link%\">attiva</a> la tua copia di "
905
- #~ "%plugin_name%."
906
-
907
- #~ msgid "Update now."
908
- #~ msgstr "Aggiorna adesso."
909
-
910
- #~ msgid ""
911
- #~ "<br/><b>Please note:</b> You are using a higher version than the latest "
912
- #~ "available one. </em>Please, make sure you've downloaded the latest "
913
- #~ "version of <em>%1$s</em> from the only <a href=\"https://yithemes.com\" "
914
- #~ "target=\"_blank\">YITH official website</a>, specifically, from your <a "
915
- #~ "href=\"https://yithemes.com/my-account/recent-downloads/\" target=\"_blank"
916
- #~ "\">Downloads page</a>. This is the only way to be sure the version you "
917
- #~ "are using is 100% malware-free."
918
- #~ msgstr ""
919
- #~ "<br/><b>Attenzione:</b> Stai utilizzando una versione superiore "
920
- #~ "all'ultima disponibile. </em>Per favore assicurati di aver scaricato la "
921
- #~ "versione più recente di <em>%1$s</em> dall'unico <a href=\"https://"
922
- #~ "yithemes.com\" target=\"_blank\">sito ufficiale YITH</a>, nello specifico "
923
- #~ "dalla tua <a href=\"https://yithemes.com/my-account/recent-downloads/\" "
924
- #~ "target=\"_blank\">pagina Downloads</a>. Questo è l'unico modo per essere "
925
- #~ "sicuri che la versione in uso sia al 100% priva di malware."
926
-
927
- #~ msgctxt "[Update Plugin Message: License not enabled]"
928
- #~ msgid "You have to activate the plugin to benefit from automatic updates."
929
- #~ msgstr "Devi attivare il plugin per usufruire degli update automatici."
930
-
931
- #~ msgid "YITH Repository"
932
- #~ msgstr "Repository YITH"
933
-
934
- #~ msgid "Invalid URL Provided."
935
- #~ msgstr "L'URL inserito non è valido."
936
-
937
- #~ msgid "Could not create Temporary file."
938
- #~ msgstr "Non è stato possibile creare il file temporaneo."
939
-
940
- #~ msgid ""
941
- #~ "There is a new version of %1$s available. <a href=\"%2$s\" class="
942
- #~ "\"thickbox yit-changelog-button open-plugin-details-modal\" title=\"%3$s"
943
- #~ "\">View version %4$s details</a>."
944
- #~ msgstr ""
945
- #~ "È disponibile una nuova versione di %1$s. <a href=\"%2$s\" class="
946
- #~ "\"thickbox yit-changelog-button\" title=\"%3$s\">Visualizza i dettagli "
947
- #~ "della versione %4$s</a>."
948
-
949
- #~ msgid ""
950
- #~ "There is a new version of %1$s available. <a href=\"%2$s\" class="
951
- #~ "\"thickbox yit-changelog-button open-plugin-details-modal\" title=\"%3$s"
952
- #~ "\">View version %4$s details</a>. <em>You have to activate the plugin on "
953
- #~ "a single site of the network to benefit from automatic updates.</em>"
954
- #~ msgstr ""
955
- #~ "È disponibile una nuova versione di %1$s. <a href=\"%2$s\" class="
956
- #~ "\"thickbox yit-changelog-button\" title=\"%3$s\">Visualizza i dettagli "
957
- #~ "della versione %4$s</a>. <em>Per poter usufruire degli aggiornamenti "
958
- #~ "automatici è necessario attivare il plugin su un solo sito.</em>"
959
-
960
- #~ msgid ""
961
- #~ "There is a new version of %1$s available. <a href=\"%2$s\" class="
962
- #~ "\"thickbox yit-changelog-button open-plugin-details-modal\" title=\"%3$s"
963
- #~ "\">View version %4$s details</a>. <em>Automatic update is unavailable for "
964
- #~ "this plugin, please <a href=\"%5$s\" title=\"License activation"
965
- #~ "\">activate</a> your copy of %6s.</em>"
966
- #~ msgstr ""
967
- #~ "È disponibile una nuova versione di %1$s. <a href=\"%2$s\" class="
968
- #~ "\"thickbox yit-changelog-button\" title=\"%3$s\">Visualizza i dettagli "
969
- #~ "della versione %4$s</a>. <em>Gli aggiornamenti automatici non sono "
970
- #~ "disponibili per questo plugin, per piacere <a href=\"%5$s\" title="
971
- #~ "\"License activation\">attiva</a> la tua copia di %6s.</em>"
972
-
973
- #~ msgid ""
974
- #~ "There is a new version of %1$s available. <a href=\"%2$s\" class="
975
- #~ "\"thickbox yit-changelog-button open-plugin-details-modal\" title=\"%3$s"
976
- #~ "\">View version %4$s details</a> or <a href=\"%5$s\">update now</a>."
977
- #~ msgstr ""
978
- #~ "È disponibile una nuova versioni di %1$s. <a href=\"%2$s\" class="
979
- #~ "\"thickbox yit-changelog-button\" title=\"%3$s\">Visualizza i dettagli "
980
- #~ "della versione %4$s</a> oppure <a href=\"%5$s\">aggiorna adesso</a>."
981
-
982
- #~ msgid ""
983
- #~ "<br/><b>Please note:</b> You are using a higher version than the latest "
984
- #~ "available one. </em>Please, make sure you've downloaded the latest "
985
- #~ "version of <em>%1$s</em> from the only <a href=\"https://yithemes.com\" "
986
- #~ "target=\"_blank\">YITH official website</a>, specifically, from your <a "
987
- #~ "href=\"https://yithemes.com/my-account/recent-downloads/\" target=\"_blank"
988
- #~ "\">Downloads page</a>. This is the only way to be sure the version you "
989
- #~ "are using is 100%% malware-free."
990
- #~ msgstr ""
991
- #~ "<br/><b>Attenzione:</b> Stai utilizzando una versione superiore "
992
- #~ "all'ultima disponibile. </em>Per favore assicurati di aver scaricato la "
993
- #~ "versione più recente di <em>%1$s</em> dall'unico <a href=\"https://"
994
- #~ "yithemes.com\" target=\"_blank\">sito ufficiale YITH</a>, nello specifico "
995
- #~ "dalla tua <a href=\"https://yithemes.com/my-account/recent-downloads/\" "
996
- #~ "target=\"_blank\">pagina Downloads</a>. Questo è l'unico modo per essere "
997
- #~ "sicuri che la versione in uso sia al 100%% priva di malware."
998
-
999
- #~ msgid "You can't update the plugins for this site."
1000
- #~ msgstr "Non è possibile aggiornare i plugin per questo sito."
1001
-
1002
- #~ msgid ""
1003
- #~ "You do not have sufficient permissions to update the plugins for this "
1004
- #~ "site."
1005
- #~ msgstr ""
1006
- #~ "Non sei in possesso delle autorizzazioni necessarie per aggiornare i "
1007
- #~ "plugin in questo sito."
1008
-
1009
- #~ msgid "Update Plugin"
1010
- #~ msgstr "Aggiorna plugin"
1011
-
1012
- #~ msgid "New YITH products"
1013
- #~ msgstr "Nuovi prodotti YITH"
1014
-
1015
- #~ msgctxt "%s = field name"
1016
- #~ msgid "Please, insert a valid %s"
1017
- #~ msgstr "Per favore, inserisci una %s valida"
1018
-
1019
- #~ msgid "Please, insert a valid %s and a valid %s"
1020
- #~ msgstr "Per favore, inserire una %s valida ed una %s valida"
1021
-
1022
- #~ msgid "Unable to contact the remote server, please try again later. Thanks!"
1023
- #~ msgstr "Impossibile contattare il server remoto, prova più tardi. Grazie!"
1024
-
1025
- #~ msgid "email address"
1026
- #~ msgstr "email"
1027
-
1028
- #~ msgid "license key"
1029
- #~ msgstr "chiave di licenza"
1030
-
1031
- #~ msgid "Are you sure you want to deactivate the license for current site?"
1032
- #~ msgstr "Sei sicuro di voler disattivare la licenza per questo sito?"
1033
-
1034
- #~ msgid "Invalid Request"
1035
- #~ msgstr "Richiesta non valida"
1036
-
1037
- #~ msgid "Invalid license key"
1038
- #~ msgstr "Chiave di licenza non valida"
1039
-
1040
- #~ msgid "Software has been deactivated"
1041
- #~ msgstr "Il software è stato disattivato"
1042
-
1043
- #~ msgid "Maximum number of activations exceeded"
1044
- #~ msgstr "Hai raggiunto il numero massimo di attivazioni"
1045
-
1046
- #~ msgid "Invalid instance ID"
1047
- #~ msgstr "Istanza ID non valida"
1048
-
1049
- #~ msgid "Invalid security key"
1050
- #~ msgstr "Chiave di sicurezza non valida"
1051
-
1052
- #~ msgid "License key has expired"
1053
- #~ msgstr "La chiave di licenza è scaduta"
1054
-
1055
- #~ msgid "License key has been banned"
1056
- #~ msgstr "La chiave di licenza è stata bloccata"
1057
-
1058
- #~ msgid "Current product is not included in your YITH Club Subscription key"
1059
- #~ msgstr ""
1060
- #~ "Questo prodotto non è incluso nella tua licenze YITH Club Subscription"
1061
-
1062
- #~ msgid "Great"
1063
- #~ msgstr "Grande!"
1064
-
1065
- #~ msgid "License successfully activated"
1066
- #~ msgstr "Licenza attivata con successo"
1067
-
1068
- #~ msgid "License key deactivated for website"
1069
- #~ msgstr "Chiave di licenza disattivata per il sito web"
1070
-
1071
- #~ msgid "License Activation"
1072
- #~ msgstr "Attivazione licenza"
1073
-
1074
- #~ msgctxt ""
1075
- #~ "[Part of]: Warning! You didn't set license key for the following products:"
1076
- #~ "[Plugins List] which means you're missing out on updates and support. "
1077
- #~ "Enter your license key, please."
1078
- #~ msgid "You didn't set license key for the following products"
1079
- #~ msgstr "Non hai impostato la chiave di licenza per i seguenti prodotti"
1080
-
1081
- #~ msgctxt ""
1082
- #~ "[Part of]: Warning! You didn't set license key for the following products:"
1083
- #~ "[Plugins List] which means you're missing out on updates and support. "
1084
- #~ "Enter your license key, please."
1085
- #~ msgid "which means you're missing out on updates and support"
1086
- #~ msgstr "il che significa che ti stai perdendo aggiornamenti e supporto"
1087
-
1088
- #~ msgctxt ""
1089
- #~ "[Part of]: Warning! You didn't set license key for the following products:"
1090
- #~ "[Plugins List] which means you're missing out on updates and support. "
1091
- #~ "Enter your license key, please."
1092
- #~ msgid "Enter your license key"
1093
- #~ msgstr "Inserisci la tua chiave di licenza"
1094
-
1095
- #~ msgctxt ""
1096
- #~ "[Part of]: Warning! You didn't set license key for the following products:"
1097
- #~ "[Plugins List] which means you're missing out on updates and support. "
1098
- #~ "Enter your license key, please."
1099
- #~ msgid "please"
1100
- #~ msgstr "per favore"
1101
-
1102
- #~ msgid "%s"
1103
- #~ msgstr "%s"
1104
-
1105
- #~ msgid ""
1106
- #~ "I cannot find the license key for activating the theme I have bought some "
1107
- #~ "time ago. Where can I find it?"
1108
- #~ msgstr ""
1109
- #~ "Non riesco a trovare la chiave di licenza per l'attivazione del tema che "
1110
- #~ "ho acquistato diverso tempo fa. Dove posso trovarla?"
1111
-
1112
- #~ msgid ""
1113
- #~ "If you have purchased one of our products before 27 January 2015, you can "
1114
- #~ "benefit from support and updates (the services offered with the license)\n"
1115
- #~ " until 27 January 2016 and you do not have to purchase "
1116
- #~ "it again to get a new license key, because, before this date, your "
1117
- #~ "license used to be activated automatically by our system.\n"
1118
- #~ " After 27 January 2016, instead, if you want to "
1119
- #~ "benefit from support and updates you have to buy a new license and "
1120
- #~ "activate it through the license key you will be\n"
1121
- #~ " provided with and that you can find in your YITH "
1122
- #~ "account, in section \"My licenses\"."
1123
- #~ msgstr ""
1124
- #~ "Se hai acquistato uno dei nostri prodotti prima del 27 gennaio 2015, "
1125
- #~ "potrai usufruire di supporto e aggiornamenti (servizi inclusi nella "
1126
- #~ "licenza)\n"
1127
- #~ "fino al 27 gennaio 2016 e non dovrai riacquistare il prodotto per "
1128
- #~ "ottenere una chiave di licenza, poiché prima di questa data il tuo "
1129
- #~ "prodotto veniva automaticamente attivato dal nostro sistema.\n"
1130
- #~ "Dopo il 27 gennaio 2016, invece, se vorrai usufruire di supporto e "
1131
- #~ "aggiornamenti dovrai acquistare una nuova licenza e attivarla con il "
1132
- #~ "codice che ti verrà\n"
1133
- #~ "fornito e che puoi trovare nella tua area riservata su YITH, nella "
1134
- #~ "sezione \"My licenses\"."
1135
-
1136
- #~ msgid "YITH License Activation"
1137
- #~ msgstr "Attivazione licenza YITH"
1138
-
1139
- #~ msgid "License expiry date"
1140
- #~ msgstr "Data di scadenza della licenza"
1141
-
1142
- #~ msgid ""
1143
- #~ "If you have renewed your product license key and the expiry date does not "
1144
- #~ "appear up-to-date, please, click on the button <em>Check Expiry Date</em> "
1145
- #~ "below and it will update."
1146
- #~ msgstr ""
1147
- #~ "Se hai rinnovato la chiave di licenza del tuo prodotto e la data di "
1148
- #~ "scadenza non risulta aggiornata, ti invitiamo a fare clic sul pulsante "
1149
- #~ "<em>Check Expiry Date</em> in modo da aggiornarla."
1150
-
1151
- #~ msgid "Check expiry date"
1152
- #~ msgstr "Controlla la data di scadenza"
1153
-
1154
- #~ msgid "Product to activate"
1155
- #~ msgid_plural "Products to activate"
1156
- #~ msgstr[0] "Prodotto da attivare"
1157
- #~ msgstr[1] "Prodotti da attivare"
1158
-
1159
- #~ msgid "Are you having issues with the license activation?"
1160
- #~ msgstr "Stai riscontrando problemi con l'attivazione della licenza?"
1161
-
1162
- #~ msgid "Read this article"
1163
- #~ msgstr "Leggi questo articolo"
1164
-
1165
- #~ msgid "Activate"
1166
- #~ msgstr "Attiva"
1167
-
1168
- #~ msgid "Activated"
1169
- #~ msgstr "Attivato"
1170
-
1171
- #~ msgid "Product Name"
1172
- #~ msgstr "Nome prodotto"
1173
-
1174
- #~ msgid "Email"
1175
- #~ msgstr "Email"
1176
-
1177
- #~ msgid "License Key"
1178
- #~ msgstr "Chiave di licenza"
1179
-
1180
- #~ msgid "Expires"
1181
- #~ msgstr "Scadenza"
1182
-
1183
- #~ msgid "Remaining"
1184
- #~ msgstr "Tempo rimanente"
1185
-
1186
- #~ msgid "Club Subscription"
1187
- #~ msgstr "Club Subscription"
1188
-
1189
- #~ msgid "%1s out of %2s"
1190
- #~ msgstr "%1s di %2s"
1191
-
1192
- #~ msgid "Deactivate"
1193
- #~ msgstr "Disattiva"
1194
-
1195
- #~ msgid "Renew"
1196
- #~ msgstr "Rinnova"
1197
-
1198
- #~ msgid "Banned"
1199
- #~ msgstr "Bloccato"
1200
-
1201
- #~ msgid "Expired"
1202
- #~ msgstr "Non più valido"
1203
-
1204
- #~ msgid "Order again"
1205
- #~ msgstr "Acquista di nuovo"
1206
-
1207
- #~ msgid "Renew license"
1208
- #~ msgstr "Rinnova la licenza"
1209
-
1210
- #~ msgid "Deselect All"
1211
- #~ msgstr "Deseleziona tutto"
1212
-
1213
- #~ msgid ""
1214
- #~ "Have you updated your licenses? Have you asked for an extension? Update "
1215
- #~ "information concerning your products."
1216
- #~ msgstr ""
1217
- #~ "Hai aggiornato la tua licenza? Hai richiesto un'estensione? Aggiorna le "
1218
- #~ "informazioni dei tuoi prodotti."
1219
-
1220
- #~ msgid "Update license information"
1221
- #~ msgstr "Aggiorna informazioni licenza"
1222
-
1223
- #~ msgid "License Actions"
1224
- #~ msgstr "Azioni licenza"
1225
-
1226
- #~ msgctxt "%s = field name"
1227
- #~ msgid "%s field cannot be empty"
1228
- #~ msgstr "Il campo %s non può essere vuoto"
1229
-
1230
- #~ msgid "%s and %s fields cannot be empty"
1231
- #~ msgstr "I campi %s e %s non possono essere vuoti"
1232
-
1233
- #~ msgid "Hide sidebar"
1234
- #~ msgstr "Nascondi barra laterale"
1235
-
1236
- #~ msgid "Show sidebar"
1237
- #~ msgstr "Mostra barra laterale"
1238
-
1239
- #~ msgid ""
1240
- #~ "If you continue with this action, you will reset all the options in this "
1241
- #~ "page."
1242
- #~ msgstr ""
1243
- #~ "Se prosegui con questa azione, tutte le opzioni di questa pagina saranno "
1244
- #~ "reimpostate."
1245
-
1246
- #~ msgid "Yithemes License Activation"
1247
- #~ msgstr "Attivazione licenza YIThemes"
1248
-
1249
- #~ msgid "No categories."
1250
- #~ msgstr "Nessuna categoria"
1251
-
1252
- #~ msgid "+ Add New Category"
1253
- #~ msgstr "+ Aggiungi nuova categoria"
1254
-
1255
- #~ msgid "Add"
1256
- #~ msgstr "Aggiungi"
1257
-
1258
- #~ msgid "Text Input"
1259
- #~ msgstr "Text input"
1260
-
1261
- #~ msgid "Checkbox"
1262
- #~ msgstr "Checkbox"
1263
-
1264
- #~ msgid "Textarea"
1265
- #~ msgstr "Textarea"
1266
-
1267
- #~ msgid "Radio Input"
1268
- #~ msgstr "Radio input"
1269
-
1270
- #~ msgid "Password Field"
1271
- #~ msgstr "Campo password"
1272
-
1273
- #~ msgid "File Upload"
1274
- #~ msgstr "Carica file"
1275
-
1276
- #~ msgid "Theme Icon"
1277
- #~ msgstr "Icona tema"
1278
-
1279
- #~ msgid "Field Title"
1280
- #~ msgstr "Titolo campo"
1281
-
1282
- #~ msgid "Insert the title for the field."
1283
- #~ msgstr "Inserisci il titolo per il campo"
1284
-
1285
- #~ msgid "Data Name"
1286
- #~ msgstr "Nome dati"
1287
-
1288
- #~ msgid ""
1289
- #~ "REQUIRED: Field identification name to be entered into email body. "
1290
- #~ "<strong>Note:</strong>Use only lowercase characters and underscores."
1291
- #~ msgstr ""
1292
- #~ "RICHIESTO: Nome identificativo del campo da inserire nel corpo "
1293
- #~ "dell'email. <strong>Nota:</strong>Puoi utilizzare solamente caratteri "
1294
- #~ "minuscoli e underscore."
1295
-
1296
- #~ msgid "Field Type"
1297
- #~ msgstr "Tipologia campo"
1298
-
1299
- #~ msgid "Select the type for this field."
1300
- #~ msgstr "Seleziona il tipo di campo."
1301
-
1302
- #~ msgid "Checked"
1303
- #~ msgstr "Selezionato"
1304
-
1305
- #~ msgid ""
1306
- #~ "Select this option if you want this field appears as already checked."
1307
- #~ msgstr ""
1308
- #~ "Seleziona questa opzione se vuoi che il campo appaia già selezionato."
1309
-
1310
- #~ msgid "Add options "
1311
- #~ msgstr "Aggiungi opzioni"
1312
-
1313
- #~ msgid "Add option"
1314
- #~ msgstr "Aggiungi opzione"
1315
-
1316
- #~ msgid "Selected"
1317
- #~ msgstr "Selezionato"
1318
-
1319
- #~ msgid "Delete option"
1320
- #~ msgstr "Cancella opzione"
1321
-
1322
- #~ msgid "Error Message"
1323
- #~ msgstr "Messaggio di errore"
1324
-
1325
- #~ msgid "Insert the error message for validation."
1326
- #~ msgstr "Inserisci il messaggio di errore per la validazione"
1327
-
1328
- #~ msgid "Required"
1329
- #~ msgstr "Obbligatorio"
1330
-
1331
- #~ msgid "Select this option if it must be required."
1332
- #~ msgstr "Seleziona questa opzione se deve essere obbligatoria."
1333
-
1334
- #~ msgid "Select this option if the email must be valid."
1335
- #~ msgstr "Seleziona questa opzione se l'email inserita deve essere esistente."
1336
-
1337
- #~ msgid "Reply To"
1338
- #~ msgstr "Rispondi a"
1339
-
1340
- #~ msgid "Select this if it is the email you can reply to."
1341
- #~ msgstr "Seleziona questo se è l'email a cui poter rispondere. "
1342
-
1343
- #~ msgid "Class"
1344
- #~ msgstr "Classe"
1345
-
1346
- #~ msgid ""
1347
- #~ "Insert additional class(es) (separated by commas) for more "
1348
- #~ "personalization."
1349
- #~ msgstr ""
1350
- #~ "Inserisci una o più classi (separate da virgole) per una ulteriore "
1351
- #~ "personalizzazione."
1352
-
1353
- #~ msgid "Icon"
1354
- #~ msgstr "Icona"
1355
-
1356
- #~ msgid "Insert an icon for more personalization."
1357
- #~ msgstr "Inserisci un'icona per ulteriore personalizzazione."
1358
-
1359
- #~ msgid "Width"
1360
- #~ msgstr "Larghezza"
1361
-
1362
- #~ msgid "Set field length."
1363
- #~ msgstr "Seleziona lunghezza campo."
1364
-
1365
- #~ msgid "Upload new images"
1366
- #~ msgstr "Carica nuove immagini"
1367
-
1368
- #~ msgid "Are you sure you want to remove this image?"
1369
- #~ msgstr "Confermi di voler rimuovere questa immagine?"
1370
-
1371
- #~ msgid "px"
1372
- #~ msgstr "px"
1373
-
1374
- #~ msgid "em"
1375
- #~ msgstr "em"
1376
-
1377
- #~ msgid "pt"
1378
- #~ msgstr "pt"
1379
-
1380
- #~ msgid "rem"
1381
- #~ msgstr "rem"
1382
-
1383
- #~ msgid "Web fonts"
1384
- #~ msgstr "Web fonts"
1385
-
1386
- #~ msgid "Google fonts"
1387
- #~ msgstr "Google fonts"
1388
-
1389
- #~ msgid "Regular"
1390
- #~ msgstr "Normale"
1391
-
1392
- #~ msgid "Bold"
1393
- #~ msgstr "Grassetto"
1394
-
1395
- #~ msgid "Extra bold"
1396
- #~ msgstr "Extra bold"
1397
-
1398
- #~ msgid "Italic"
1399
- #~ msgstr "Corsivo"
1400
-
1401
- #~ msgid "Italic bold"
1402
- #~ msgstr "Grassetto corsivo"
1403
-
1404
- #~ msgid "Join the club"
1405
- #~ msgstr "Iscriviti al Club"
1406
-
1407
- #~ msgid "Despacho Theme - 100% FREE"
1408
- #~ msgstr "Despacho Theme - 100% GRATUITO"
1409
-
1410
- #~ msgid "FREE!"
1411
- #~ msgstr "GRATIS!"
1412
-
1413
- #~ msgid "Important Links"
1414
- #~ msgstr "Link importanti"
1415
-
1416
- #~ msgid ""
1417
- #~ "Have you purchased the premium version of a plugin? Don't you know how to "
1418
- #~ "activate the license after the purchase?"
1419
- #~ msgstr ""
1420
- #~ "Hai comprato la versione premium di un plugin ? Dopo l'acquisto non trovi "
1421
- #~ "dove attivare la licenza del tuo plugin premium ? "
1422
-
1423
- #~ msgid ""
1424
- #~ "To upgrade from a FREE to a PREMIUM plugin is not suffice to insert the "
1425
- #~ "license key provided after the purchase.\n"
1426
- #~ " The reason is that they are two distinct products, with "
1427
- #~ "significant differences both for available options and for number of "
1428
- #~ "files included in the plugin package.\n"
1429
- #~ " To start to use the PREMIUM version of the plugin, you simply "
1430
- #~ "need to download the PREMIUM packet and install it on your site."
1431
- #~ msgstr ""
1432
- #~ "Per passare da un plugin FREE ad uno PREMIUM non basta semplicemnete "
1433
- #~ "inserire la chiave di licenza che ti è stata fornita dopo aver completato "
1434
- #~ "l'acquisto. Questo perchè fisicamente si tratta di due prodotti diversi, "
1435
- #~ "con differenze sostanziali sia nelle opzioni disponibili sia sul numero "
1436
- #~ "di file presenti all'interno del pacchetto del plugin stesso. \n"
1437
- #~ "Per iniziare ad usare il plugin PREMIUM che hai appena acquistato devi "
1438
- #~ "semplicemente scaricare il pacchetto PREMIUM ed installarlo sul tuo sito."
1439
-
1440
- #~ msgid ""
1441
- #~ "%1$sDo you need to know how to do it?%2$s Easy! %1$sFollow this list of "
1442
- #~ "steps%2$s and in a few minutes the plugin you purchased will be installed "
1443
- #~ "on your site"
1444
- #~ msgstr ""
1445
- #~ "%1$sNon sai come fare ?%2$s Non è un problema%1$s, segui i passi elencati "
1446
- #~ "qui sotto%2$s ed in pochi minuti avrai il plugin acquistato correttamente "
1447
- #~ "installato sul tuo sito."
1448
-
1449
- #~ msgid "Go to yithemes.com and login to \"My Account\" page"
1450
- #~ msgstr ""
1451
- #~ "Vai su yithemes.com ed effettua il login alla sezione \"My Account \""
1452
-
1453
- #~ msgid ""
1454
- #~ "From the menu on the left, click on \"My Downloads\", look for the plugin "
1455
- #~ "you want to install among the available downloads and click on \"Download"
1456
- #~ "\" button"
1457
- #~ msgstr ""
1458
- #~ "Dal menù di sinistra clicca su \"My Downloads\" e cerca tra i download "
1459
- #~ "disponibili il plugin che vuoi installare, e clicca su \"Download\""
1460
-
1461
- #~ msgid ""
1462
- #~ "After downloading the packet, go to your website and login to WordPress "
1463
- #~ "administration area."
1464
- #~ msgstr ""
1465
- #~ "Non appena il download del pacchetto sarà completato recati sul tuo sito "
1466
- #~ "web ed effettua il login all'area amministrazione di WordPress."
1467
-
1468
- #~ msgid ""
1469
- #~ "From the menu on the left, click on \"Plugins\". You will be redirected "
1470
- #~ "to the page where you will find the complete list of all the plugins "
1471
- #~ "available on your site. Click on \"Add New\" button that you find above "
1472
- #~ "on the left to add a new plugin"
1473
- #~ msgstr ""
1474
- #~ "Dal menù di sinistra clicca sulla voce Plugins. Verrai indirizzato su una "
1475
- #~ "pagina con la lista dei plugin disponibili sul tuo sito. Clicca sul "
1476
- #~ "pulsante \"Add New\" che trovi in alto a sinistra vicino al titolo della "
1477
- #~ "pagina."
1478
-
1479
- #~ msgid ""
1480
- #~ "You will be redirected to a new page where you will find, above on the "
1481
- #~ "left next to the page title, the \"Upload Plugin\" button."
1482
- #~ msgstr ""
1483
- #~ "Verrai indirizzato su una nuova pagina dove trovi, in alto a sinistra "
1484
- #~ "vicino al titolo della pagina, il pulsante \"Upload Plugin\"."
1485
-
1486
- #~ msgid ""
1487
- #~ "Click on \"Upload Plugins\" button to start the upload of the PREMIUM "
1488
- #~ "version of the plugin previously downloaded. Click on \"Select File\", "
1489
- #~ "search for the download folder related to the plugin and upload the "
1490
- #~ "package. Now you only need to wait a few minutes for the upload and the "
1491
- #~ "installation on your site. (We used YITH Live Chat plugin by way of "
1492
- #~ "example)"
1493
- #~ msgstr ""
1494
- #~ "Cliccando su \"Upload Plugins\", ti troverai in una pagina dove poter "
1495
- #~ "effettuare l'upload del pacchetto del plugin PREMIUM da te "
1496
- #~ "precedentemente scaricato. Clicca quindi su \"Scegli File\", cerca la "
1497
- #~ "cartella di download dove hai scaricato il plugin ed effettua il "
1498
- #~ "caricamento del pacchetto. A questo punto ti basta attendere qualche "
1499
- #~ "minuto che il pacchetto venga caricato ed installato sul tuo sito. "
1500
- #~ "(Abbiamo usato YITH Live Chat come esempio) "
1501
-
1502
- #~ msgid "After completing the installation, click on \"Activate plugin\""
1503
- #~ msgstr "Al termine della procedura di installazione clicca su \"Attiva\""
1504
-
1505
- #~ msgid ""
1506
- #~ "If everything worked allright, your plugin is now correctly installed on "
1507
- #~ "your website. Enjoy it :-)"
1508
- #~ msgstr ""
1509
- #~ "Se tutto è andato per il meglio il tuo plugin è correttamente installato "
1510
- #~ "sul tuo sito web. Enjoy it :-)"
1511
-
1512
- #~ msgid ""
1513
- #~ "In case you had difficulty to recover the license key we sent you by "
1514
- #~ "email, you can easily find it in \"My Licenses\" section of your account "
1515
- #~ "on yithemes.com"
1516
- #~ msgstr ""
1517
- #~ "Se non trovi l'email che ti abbiamo inviato contenete la license key puoi "
1518
- #~ "facilmente recuperarla dalla sezione \"My Licenses\" all'interno della "
1519
- #~ "sezione My Account del nostro sito yithemes.com."
1520
-
1521
- #~ msgid ""
1522
- #~ "The last step is the activation of the plugin through its license key you "
1523
- #~ "received after the purchase. Click on \"License Activation\" that you "
1524
- #~ "find in \"YITH Plugins\" and insert the license key and the email address "
1525
- #~ "you used during the purchas."
1526
- #~ msgstr ""
1527
- #~ "Ultimo step è attivare il plugin con la chiave di licenza che hai "
1528
- #~ "ricevuto dopo l'acquisto. Clicca quindi sul link \"License Activation\" "
1529
- #~ "che trovi sotto \"YITH Plugins\" ed inserisci la license key in tuo "
1530
- #~ "possesso ed email utilizzata in fase di acquisto."
1531
-
1532
- #~ msgid "YIT Plugins"
1533
- #~ msgstr "YIT Plugins"
1534
-
1535
- #~ msgid "Yithemes Repository"
1536
- #~ msgstr "Repository YIThemes"
1537
-
1538
- #~ msgid "Layout for this "
1539
- #~ msgstr "Layout per questo"
1540
-
1541
- #~ msgid "Add with multiupload"
1542
- #~ msgstr "Aggiungi con caricamento multiplo"
1543
-
1544
- #~ msgid "Reset to Default"
1545
- #~ msgstr "Ripristina impostazioni iniziali"
1546
-
1547
- #~ msgid ""
1548
- #~ "There is a new version of %1$s available. <a href=\"%2$s\" class="
1549
- #~ "\"thickbox yit-changelog-button\" title=\"%3$s\">View version %4$s "
1550
- #~ "details</a>. <em>Automatic update is unavailable for this plugin, please "
1551
- #~ "<a href=\"%5$s\" title=\"Licence activation\">activate</a> your copy of "
1552
- #~ "%6s.</em>"
1553
- #~ msgstr ""
1554
- #~ "È disponibile una nuova versioni di %1$s. <a href=\"%2$s\" class="
1555
- #~ "\"thickbox yit-changelog-button\" title=\"%3$s\">Visualizza i dettagli "
1556
- #~ "della versione %4$s</a>. <em>Gli aggiornamenti automatici non sono "
1557
- #~ "disponibili per questo plugi, per favore, <a href=\"%5$s\" title="
1558
- #~ "\"Licence activation\">attiva</a> la tua copia di %6s.</em>"
1559
-
1560
- #~ msgid "Invalid licence key"
1561
- #~ msgstr "Chiave di licenza non valida"
1562
-
1563
- #~ msgid "Licence key has expired"
1564
- #~ msgstr "Questa chiave di licenza è scaduta"
1565
-
1566
- #~ msgid "Licence key has been banned"
1567
- #~ msgstr "Questa chiave di licenza è stata bloccata"
1568
-
1569
- #~ msgid "Licence Activation"
1570
- #~ msgstr "Attivazione licenza"
1571
-
1572
- #~ msgid "Yithemes Licence Activation"
1573
- #~ msgstr "Attivazione licenza YIThemes"
1574
-
1575
- #~ msgid ""
1576
- #~ "If you have purchased one of our products before 27 January 2015, you can "
1577
- #~ "benefit from support and updates (the services offered with the license)\n"
1578
- #~ " until 27 January 2016 and you do not have to purchase it "
1579
- #~ "again to get a new license key, because, before this date, your license "
1580
- #~ "used to be activated automatically by our system.\n"
1581
- #~ " After 27 January 2016, instead, if you want to benefit from "
1582
- #~ "support and updates you have to buy a new license and activate it through "
1583
- #~ "the license key you will be\n"
1584
- #~ " provided with and that you can find in your YIThemes account, "
1585
- #~ "in section \"My licenses\"."
1586
- #~ msgstr ""
1587
- #~ "Se hai acquistato un nostro prodotto prima del 27 gennaio 2015 potrai "
1588
- #~ "accedere al supporto e scaricare gli aggiornamenti fino al 27 gennaio "
1589
- #~ "2016 e non avrai bisogno di una chiave di licenza,\n"
1590
- #~ "in quanto la tua licenza prima di questa data veniva attivata in modo "
1591
- #~ "automatico dal nostro sistema.\n"
1592
- #~ "Dopo il 27 gennaio 2016, invece, per poter usufruire del servizio di "
1593
- #~ "supporto e degli aggiornamenti dovrai riacquistare il prodotto e\n"
1594
- #~ "attivarlo con la chiave di licenza che ti sarà fornita e che puoi trovare "
1595
- #~ "sul tuo account YIThemes, alla voce \"Le mie licenze\"."
1596
-
1597
- #~ msgid "Update licence information"
1598
- #~ msgstr "Aggiorna le informazioni di licenza"
1599
-
1600
- #~ msgid "Products to be activated"
1601
- #~ msgstr "Prodotti da attivare"
1602
-
1603
- #~ msgid "Licence Key"
1604
- #~ msgstr "Chiave di licenza"
1605
-
1606
- #~ msgid "%field_1% and %field_2% fields cannot be empty"
1607
- #~ msgstr "I campi %field_1% e %field_2% non possono essere vuoti"
1608
-
1609
- #~ msgctxt "%field% = field name"
1610
- #~ msgid "%field% field cannot be empty"
1611
- #~ msgstr "Il campo %field% non può essere vuoto"
1612
-
1613
- #~ msgid "%field% testo cannot be empty"
1614
- #~ msgstr "Il campo %field% non può essere vuoto"
1615
-
1616
- #~ msgid "%field% field cannot be empty"
1617
- #~ msgstr "Il campo %field% non può essere vuoto"
1
+ # Translation of YITH Framework in Italian
2
+ # This file is distributed under the same license as the YITH Framework package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: YITH Framework\n"
6
  "Report-Msgid-Bugs-To: YITH <plugins@yithemes.com>\n"
7
+ "POT-Creation-Date: 2020-11-10 12:29:32+00:00\n"
8
+ "PO-Revision-Date: 2020-09-24 14:56:37+0000\n"
9
+ "Language: it\n"
 
 
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
14
+ "X-Generator: GlotPress/3.0.0-alpha.2\n"
 
 
 
 
 
 
 
 
 
 
 
15
 
16
  #: lib/yit-assets.php:103
17
+ msgid "Clear"
18
+ msgstr "Rimuovi"
19
 
20
  #: lib/yit-assets.php:104
21
+ msgid "Clear color"
22
+ msgstr "Rimuovi colore"
23
+
24
+ #: lib/yit-assets.php:105
25
  msgid "Default"
26
  msgstr "Predefinito"
27
 
28
+ #: lib/yit-assets.php:106
29
  msgid "Select default color"
30
+ msgstr "Seleziona il colore predefinito"
31
 
32
+ #: lib/yit-assets.php:107
33
  msgid "Select Color"
34
+ msgstr "Seleziona il colore"
35
 
36
+ #: lib/yit-assets.php:108
37
  msgid "Color value"
38
+ msgstr "Valore del colore"
39
 
40
  #: lib/yit-cpt-unlimited.php:462 lib/yit-cpt-unlimited.php:576
41
  #: lib/yit-cpt-unlimited.php:721 lib/yit-cpt-unlimited.php:1636
121
  msgstr "Impostazioni %s"
122
 
123
  #: lib/yit-cpt-unlimited.php:1050 lib/yit-cpt-unlimited.php:1198
124
+ #: lib/yit-cpt-unlimited.php:1204 lib/yit-plugin-panel.php:81
125
  msgid "Settings"
126
  msgstr "Impostazioni"
127
 
217
  msgid "Upload multiple files"
218
  msgstr "Carica file multipli"
219
 
220
+ #: lib/yit-plugin-panel-wc.php:427
221
  msgid "The changes you have made will be lost if you leave this page."
222
  msgstr "Perderai tutti i cambiamenti effettuati se lasci questa pagina."
223
 
224
+ #: lib/yit-plugin-panel.php:80
225
  msgid "Plugin Settings"
226
  msgstr "Impostazioni plugin"
227
 
228
+ #: lib/yit-plugin-panel.php:466 lib/yit-plugin-panel.php:469
229
  msgid "How to install premium version"
230
  msgstr "Come installare la versione premium"
231
 
232
+ #: lib/yit-plugin-panel.php:633 lib/yit-plugin-subpanel.php:151
233
+ #: templates/panel/woocommerce/woocommerce-form.php:15
234
  msgid "Save Changes"
235
  msgstr "Salva modifiche"
236
 
237
+ #: lib/yit-plugin-panel.php:637 lib/yit-plugin-subpanel.php:154
238
+ #: templates/panel/woocommerce/woocommerce-form.php:19
239
  msgid ""
240
  "If you continue with this action, you will reset all options in this page."
241
  msgstr ""
242
  "Se prosegui con questa azione, tutte le opzioni di questa pagina saranno "
243
  "reimpostate."
244
 
245
+ #: lib/yit-plugin-panel.php:640 lib/yit-plugin-subpanel.php:156
246
  msgid "Reset to default"
247
  msgstr "Ripristina configurazione predefinita"
248
 
249
+ #: lib/yit-plugin-panel.php:641 lib/yit-plugin-subpanel.php:157
250
+ #: templates/panel/woocommerce/woocommerce-form.php:23
251
  msgid "Are you sure?"
252
  msgstr "Sei sicuro?"
253
 
254
+ #: lib/yit-plugin-panel.php:842
255
  msgid ""
256
  "The element you have entered already exists. Please, enter another name."
257
  msgstr "L'elemento inserito esiste già. Per favore, inserisci un altro nome."
258
 
259
+ #: lib/yit-plugin-panel.php:843
260
  msgid "Settings saved"
261
  msgstr "Impostazioni salvate"
262
 
263
+ #: lib/yit-plugin-panel.php:844
264
  msgid "Settings reset"
265
  msgstr "Impostazioni azzerate"
266
 
267
+ #: lib/yit-plugin-panel.php:845
268
  msgid "Element deleted correctly."
269
  msgstr "Elemento rimosso correttamente."
270
 
271
+ #: lib/yit-plugin-panel.php:846 lib/yit-plugin-panel.php:847
272
  msgid "Element updated correctly."
273
  msgstr "Elemento aggiornato correttamente."
274
 
275
+ #: lib/yit-plugin-panel.php:848
276
  msgid "Database imported correctly."
277
  msgstr "Database importato correttamente."
278
 
279
+ #: lib/yit-plugin-panel.php:849
280
  msgid "An error has occurred during import. Please try again."
281
  msgstr "Si è verificato un errore durante l'importazione. Prova di nuovo."
282
 
283
+ #: lib/yit-plugin-panel.php:850
284
  msgid "The added file is not valid."
285
  msgstr "Il file aggiunto non è valido."
286
 
287
+ #: lib/yit-plugin-panel.php:851
288
  msgid "Sorry, import is disabled."
289
  msgstr "Ci dispiace, l'importazione è disabilitata."
290
 
291
+ #: lib/yit-plugin-panel.php:852
292
  msgid "Sorting successful."
293
  msgstr "Ordinamento effettuato con successo."
294
 
295
+ #: lib/yit-plugin-panel.php:1315
296
  msgid "We need your support"
297
  msgstr "Abbiamo bisogno del tuo sostegno"
298
 
299
+ #: lib/yit-plugin-panel.php:1316
300
  msgid "to keep updating and improving the plugin. Please,"
301
  msgstr "per poter continuare ad aggiornare e migliorare il plugin."
302
 
303
+ #: lib/yit-plugin-panel.php:1318
304
  msgid "help us by leaving a five-star rating"
305
+ msgstr "Puoi darci una mano lasciando una recensione a 5 stelle"
306
 
307
+ #: lib/yit-plugin-panel.php:1319
308
  msgid ":) Thanks!"
309
  msgstr ":) Grazie!"
310
 
462
 
463
  #: lib/yith-system-status.php:478
464
  msgid "N/A"
465
+ msgstr "N.D."
466
 
467
  #. translators: %1$s plugin name, %2$s requirement name
468
  #: lib/yith-system-status.php:506
667
  msgid "(Default: <i %s></i> )"
668
  msgstr "(Default: <i %s></i> )"
669
 
670
+ #: templates/panel/woocommerce/woocommerce-form.php:22
671
  msgid "Reset Defaults"
672
  msgstr "Ripristina impostazioni iniziali"
673
 
705
  msgstr "Defined WP_CACHE"
706
 
707
  #: templates/sysinfo/system-information-panel.php:123
708
+ #: templates/sysinfo/system-information-panel.php:131
709
  msgid "Yes"
710
  msgstr "Sì"
711
 
712
  #: templates/sysinfo/system-information-panel.php:123
713
+ #: templates/sysinfo/system-information-panel.php:131
714
  msgid "No"
715
  msgstr "No"
716
 
717
+ #: templates/sysinfo/system-information-panel.php:128
718
+ msgid "External object cache"
719
+ msgstr ""
720
+
721
+ #: templates/sysinfo/system-information-panel.php:167
722
  msgid "Show full PHPInfo"
723
  msgstr "Mostra tutto il contenuto di PHPInfo"
724
 
725
+ #: templates/sysinfo/system-information-panel.php:175
726
  msgid "Show log files"
727
  msgstr "Mostra i log"
728
 
827
  msgid "Left"
828
  msgstr "A sinistra"
829
 
830
+ #: templates/fields/dimensions.php:99
831
  msgctxt "Tooltip in the \"Dimensions\" field"
832
  msgid "Link values together"
833
  msgstr "Collega i valori"
866
  msgctxt "Action links"
867
  msgid "Settings"
868
  msgstr "Impostazioni"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
plugin-fw/languages/yith-plugin-fw-nl_NL.mo CHANGED
Binary file
plugin-fw/languages/yith-plugin-fw-nl_NL.po CHANGED
@@ -1,62 +1,50 @@
1
- # Copyright (C) 2015 YIThemes
2
- # This file is distributed under the same license as the YITH Plugin Starter package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: YITH Plugin Starter 1.0.0 Plugin FW\n"
6
  "Report-Msgid-Bugs-To: YITH <plugins@yithemes.com>\n"
7
- "POT-Creation-Date: 2020-08-07 14:15:08+00:00\n"
8
- "PO-Revision-Date: 2020-04-06 15:05+0200\n"
9
- "Last-Translator: \n"
10
- "Language-Team: Your Inspiration Themes <info@yithemes.com>\n"
11
  "Language: nl\n"
12
  "MIME-Version: 1.0\n"
13
  "Content-Type: text/plain; charset=UTF-8\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
- "X-Generator: Poedit 2.2.1\n"
16
- "X-Poedit-KeywordsList: __;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;"
17
- "_nx_noop:1,2,3c;esc_attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;"
18
- "esc_html_x:1,2c;_x;_ex\n"
19
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
20
- "X-Poedit-SourceCharset: UTF-8\n"
21
- "X-Poedit-Basepath: ..\n"
22
- "X-Textdomain-Support: yes\n"
23
- "X-Poedit-SearchPath-0: .\n"
24
-
25
- #: lib/yit-assets.php:102
26
- msgid "Clear"
27
- msgstr ""
28
 
29
  #: lib/yit-assets.php:103
30
- msgid "Clear color"
31
- msgstr ""
32
 
33
  #: lib/yit-assets.php:104
34
- #, fuzzy
35
- msgid "Default"
36
- msgstr "Instellen als standaard"
37
 
38
  #: lib/yit-assets.php:105
39
- #, fuzzy
40
- msgid "Select default color"
41
- msgstr "Instellen als standaard"
42
 
43
  #: lib/yit-assets.php:106
44
- #, fuzzy
45
- msgid "Select Color"
46
- msgstr "Selecteer alles"
47
 
48
  #: lib/yit-assets.php:107
 
 
 
 
49
  msgid "Color value"
50
- msgstr ""
51
 
52
  #: lib/yit-cpt-unlimited.php:462 lib/yit-cpt-unlimited.php:576
53
  #: lib/yit-cpt-unlimited.php:721 lib/yit-cpt-unlimited.php:1636
54
  msgid "Add %s"
55
- msgstr "Toevoegen %s"
56
 
57
  #: lib/yit-cpt-unlimited.php:463 lib/yit-cpt-unlimited.php:577
58
  msgid "Add New %s"
59
- msgstr "Nieuwe toevoegen %s"
60
 
61
  #: lib/yit-cpt-unlimited.php:464 lib/yit-cpt-unlimited.php:578
62
  #: lib/yit-cpt-unlimited.php:1269 lib/yit-cpt-unlimited.php:1306
@@ -65,7 +53,7 @@ msgstr "Bewerk %s"
65
 
66
  #: lib/yit-cpt-unlimited.php:465 lib/yit-cpt-unlimited.php:579
67
  msgid "New %s"
68
- msgstr "Nieuwe %s"
69
 
70
  #: lib/yit-cpt-unlimited.php:466 lib/yit-cpt-unlimited.php:580
71
  msgid "All %s"
@@ -78,7 +66,7 @@ msgstr "Bekijk %s"
78
 
79
  #: lib/yit-cpt-unlimited.php:468 lib/yit-cpt-unlimited.php:582
80
  msgid "Search %s"
81
- msgstr "Zoek %s"
82
 
83
  #: lib/yit-cpt-unlimited.php:469 lib/yit-cpt-unlimited.php:583
84
  msgid "No %s found"
@@ -86,7 +74,7 @@ msgstr "Geen %s gevonden"
86
 
87
  #: lib/yit-cpt-unlimited.php:470 lib/yit-cpt-unlimited.php:584
88
  msgid "No %s found in Trash"
89
- msgstr "Geen %s gevonden in prullenbak"
90
 
91
  #: lib/yit-cpt-unlimited.php:629 templates/fields/ajax-terms.php:56
92
  msgid "Search Categories"
@@ -94,7 +82,7 @@ msgstr "Zoek categorieën"
94
 
95
  #: lib/yit-cpt-unlimited.php:630
96
  msgid "All Categories"
97
- msgstr "Alle Categorieën"
98
 
99
  #: lib/yit-cpt-unlimited.php:631
100
  msgid "Parent Category"
@@ -106,23 +94,23 @@ msgstr "Hoofdcategorie:"
106
 
107
  #: lib/yit-cpt-unlimited.php:633
108
  msgid "Edit Category"
109
- msgstr "Bewerk Categorie"
110
 
111
  #: lib/yit-cpt-unlimited.php:634
112
  msgid "Update Category"
113
- msgstr "Categorie bijwerken"
114
 
115
  #: lib/yit-cpt-unlimited.php:635
116
  msgid "Add New Category"
117
- msgstr "Nieuwe categorie toevoegen"
118
 
119
  #: lib/yit-cpt-unlimited.php:636
120
  msgid "New Category Name"
121
- msgstr "Nieuwe categorienaam"
122
 
123
  #: lib/yit-cpt-unlimited.php:637
124
  msgid "Category"
125
- msgstr "Catogorie"
126
 
127
  #: lib/yit-cpt-unlimited.php:726
128
  msgid "Categories"
@@ -133,7 +121,7 @@ msgid "%s Settings"
133
  msgstr "%s instellingen"
134
 
135
  #: lib/yit-cpt-unlimited.php:1050 lib/yit-cpt-unlimited.php:1198
136
- #: lib/yit-cpt-unlimited.php:1204 lib/yit-plugin-panel.php:80
137
  msgid "Settings"
138
  msgstr "Instellingen"
139
 
@@ -154,8 +142,8 @@ msgid ""
154
  "Univocal identification name in the URL for each product (slug from post if "
155
  "empty)"
156
  msgstr ""
157
- "Eenduidige identificatie naam in de URL voor elk product (slug uit post "
158
- "indien leeg)"
159
 
160
  #: lib/yit-cpt-unlimited.php:1066
161
  msgid "Label in Singular"
@@ -163,9 +151,7 @@ msgstr "Label in enkelvoud"
163
 
164
  #: lib/yit-cpt-unlimited.php:1067
165
  msgid "Set a label in singular (title of portfolio if empty)"
166
- msgstr ""
167
- "Stel een label in enkelvoud in (titel van het portfolio als deze niet wordt "
168
- "ingevuld)"
169
 
170
  #: lib/yit-cpt-unlimited.php:1072
171
  msgid "Label in Plural"
@@ -173,9 +159,7 @@ msgstr "Label in meervoud"
173
 
174
  #: lib/yit-cpt-unlimited.php:1073
175
  msgid "Set a label in plural (title of portfolio if empty)"
176
- msgstr ""
177
- "Stel een label in meervoud in (titel van het portfolio als deze niet wordt "
178
- "ingevuld)"
179
 
180
  #: lib/yit-cpt-unlimited.php:1078
181
  msgid "Taxonomy"
@@ -187,14 +171,14 @@ msgid ""
187
  "Name should be a slug (must not contain capital letters nor spaces) and must "
188
  "not be more than 32 characters long (database structure restriction)."
189
  msgstr ""
190
- "Wilt u categorieën gebruiken in de portfolio, stel dan een naam voor "
191
  "taxonomie. Naam moet een ’slug’ zijn (mag geen hoofdletters of spaties "
192
  "bevatten) en mag niet meer zijn dan 32 tekens lang (database structuur "
193
  "beperking)."
194
 
195
  #: lib/yit-cpt-unlimited.php:1084
196
  msgid "Taxonomy Rewrite"
197
- msgstr "Taxonomie herschrijven"
198
 
199
  #: lib/yit-cpt-unlimited.php:1085
200
  msgid "Set univocal name for each category page URL."
@@ -210,7 +194,7 @@ msgstr "Lay-out voor single pagina van dit portfolio"
210
 
211
  #: lib/yit-cpt-unlimited.php:1132
212
  msgid "layout settings"
213
- msgstr "Lay-out instellingen"
214
 
215
  #: lib/yit-cpt-unlimited.php:1224 lib/yit-cpt-unlimited.php:1237
216
  msgid "Quick links"
@@ -223,102 +207,103 @@ msgstr "Toon frontend van de %s"
223
  #: lib/yit-cpt-unlimited.php:1484 templates/fields/customtabs.php:46
224
  #: templates/fields/customtabs.php:89
225
  msgid "Name"
226
- msgstr "Naam"
227
 
228
  #: lib/yit-cpt-unlimited.php:1635
229
  msgid "Add %s from images"
230
- msgstr "Voeg %s toe vanaf afbeeldingen"
231
 
232
  #: lib/yit-cpt-unlimited.php:1638
233
  msgid "Upload multiple files"
234
  msgstr "Upload meerdere bestanden"
235
 
236
- #: lib/yit-plugin-panel-wc.php:426
237
  msgid "The changes you have made will be lost if you leave this page."
238
  msgstr "Als je deze pagina verlaat zullen alle wijzigingen verloren gaan."
239
 
240
- #: lib/yit-plugin-panel.php:79
241
  msgid "Plugin Settings"
242
  msgstr "Plugin instellingen"
243
 
244
- #: lib/yit-plugin-panel.php:454 lib/yit-plugin-panel.php:457
245
  msgid "How to install premium version"
246
  msgstr "Hoe installeer ik de premium versie"
247
 
248
- #: lib/yit-plugin-panel.php:617 lib/yit-plugin-subpanel.php:151
249
- #: templates/panel/woocommerce/woocommerce-form.php:14
250
  msgid "Save Changes"
251
  msgstr "Wijzigingen opslaan"
252
 
253
- #: lib/yit-plugin-panel.php:621 lib/yit-plugin-subpanel.php:154
254
- #: templates/panel/woocommerce/woocommerce-form.php:17
255
  msgid ""
256
  "If you continue with this action, you will reset all options in this page."
257
- msgstr "Als u deze actie voortzet, zult u alle opties op deze pagina resetten."
 
258
 
259
- #: lib/yit-plugin-panel.php:624 lib/yit-plugin-subpanel.php:156
260
  msgid "Reset to default"
261
  msgstr "Resetten naar standaard"
262
 
263
- #: lib/yit-plugin-panel.php:625 lib/yit-plugin-subpanel.php:157
264
- #: templates/panel/woocommerce/woocommerce-form.php:21
265
  msgid "Are you sure?"
266
- msgstr "Weet u het zeker?"
267
 
268
- #: lib/yit-plugin-panel.php:823
269
  msgid ""
270
  "The element you have entered already exists. Please, enter another name."
271
- msgstr "Het element dat u hebt ingevoerd bestaat al. Voer een andere naam in."
272
 
273
- #: lib/yit-plugin-panel.php:824
274
  msgid "Settings saved"
275
  msgstr "Instellingen opgeslagen"
276
 
277
- #: lib/yit-plugin-panel.php:825
278
  msgid "Settings reset"
279
  msgstr "Instellingen resetten"
280
 
281
- #: lib/yit-plugin-panel.php:826
282
  msgid "Element deleted correctly."
283
- msgstr "Element succesvol verwijderd."
284
 
285
- #: lib/yit-plugin-panel.php:827 lib/yit-plugin-panel.php:828
286
  msgid "Element updated correctly."
287
- msgstr "Element juist bijgewerkt."
288
 
289
- #: lib/yit-plugin-panel.php:829
290
  msgid "Database imported correctly."
291
  msgstr "Database juist geïmporteerd."
292
 
293
- #: lib/yit-plugin-panel.php:830
294
  msgid "An error has occurred during import. Please try again."
295
  msgstr "Er is een fout opgetreden tijdens importeren. Probeer opnieuw."
296
 
297
- #: lib/yit-plugin-panel.php:831
298
  msgid "The added file is not valid."
299
- msgstr "Het toegevoegde bestand is ongeldig."
300
 
301
- #: lib/yit-plugin-panel.php:832
302
  msgid "Sorry, import is disabled."
303
  msgstr "Sorry, importeren is uitgeschakeld."
304
 
305
- #: lib/yit-plugin-panel.php:833
306
  msgid "Sorting successful."
307
- msgstr "Sorteren succesvol."
308
 
309
- #: lib/yit-plugin-panel.php:1281
310
  msgid "We need your support"
311
- msgstr "We hebben uw hulp nodig"
312
 
313
- #: lib/yit-plugin-panel.php:1282
314
  msgid "to keep updating and improving the plugin. Please,"
315
- msgstr "om de plugin te blijven updaten en verbeteren. A.u.b.,"
316
 
317
- #: lib/yit-plugin-panel.php:1284
318
  msgid "help us by leaving a five-star rating"
319
- msgstr "help ons door een vijf-sterenbeoordeling achter te laten"
320
 
321
- #: lib/yit-plugin-panel.php:1285
322
  msgid ":) Thanks!"
323
  msgstr ":) Bedankt!"
324
 
@@ -346,7 +331,7 @@ msgstr "en"
346
 
347
  #: lib/yit-pointers.php:84
348
  msgid "Plugins Upgraded"
349
- msgstr "Plugins geüpgraded"
350
 
351
  #: lib/yit-pointers.php:85
352
  msgid ""
@@ -360,18 +345,18 @@ msgid ""
360
  " will be moved from previous location to "
361
  "YITH Plugins tab."
362
  msgstr ""
363
- "Vanaf nu kunt u het optie paneel van YITH plugins vinden in het YITH Plugins "
364
  "menu.\n"
365
- " Telkens wanneer een nieuwe plugin wordt "
366
- "toegevoegd, komt er een regel bij in dit menu.\n"
367
- " Voorbeeld, na de update, plugin opties "
368
- "(zoals YITH WooCommerce Wishlist, YITH WooCommerce Ajax Search, etc.)\n"
369
  " zullen worden verplaatst van de vorige "
370
- "locatie naar de YITH Plugins tab."
371
 
372
  #: lib/yith-dashboard.php:40
373
  msgid "YITH Latest Updates"
374
- msgstr "Laatste updates YITH"
375
 
376
  #: lib/yith-dashboard.php:41
377
  msgid "Latest news from YITH Blog"
@@ -379,15 +364,15 @@ msgstr "Laatste nieuws van YITH Blog"
379
 
380
  #: lib/yith-dashboard.php:65
381
  msgid "RSS Error:"
382
- msgstr "RSS Fout:"
383
 
384
  #: lib/yith-dashboard.php:71
385
  msgid ""
386
  "An error has occurred, which probably means the feed is down. Try again "
387
  "later."
388
  msgstr ""
389
- "Er is een fout opgetreden, wat waarschijnlijk betekend dat de feed uit te "
390
- "lucht is. Probeer het later opnieuw."
391
 
392
  #: lib/yith-system-status.php:111
393
  msgid "WordPress Version"
@@ -431,11 +416,11 @@ msgstr "GD Library"
431
 
432
  #: lib/yith-system-status.php:121
433
  msgid "Iconv Module"
434
- msgstr "Iconv Module"
435
 
436
  #: lib/yith-system-status.php:122
437
  msgid "OPCache Save Comments"
438
- msgstr "OPCache Save Comments"
439
 
440
  #: lib/yith-system-status.php:123
441
  msgid "URL FOpen"
@@ -459,13 +444,12 @@ msgstr "Waarschuwing!"
459
 
460
  #. translators: %1$s open link tag, %2$s open link tag
461
  #: lib/yith-system-status.php:334
462
- #, fuzzy
463
  msgid ""
464
  "The system check has detected some compatibility issues on your installation."
465
  "%1$sClick here%2$s to know more"
466
  msgstr ""
467
  "Het systeem heeft enkele compatibiliteitsproblemen gevonden op uw "
468
- "installatie. %sKlik hier%s om meer te weten te komen"
469
 
470
  #: lib/yith-system-status.php:473
471
  msgid "Enabled"
@@ -477,62 +461,56 @@ msgstr "Uitgeschakeld"
477
 
478
  #: lib/yith-system-status.php:478
479
  msgid "N/A"
480
- msgstr "N.V.T"
481
 
482
  #. translators: %1$s plugin name, %2$s requirement name
483
  #: lib/yith-system-status.php:506
484
- #, fuzzy
485
  msgid "%1$s needs %2$s enabled"
486
- msgstr "%s heeft nodig %s ingeschakeld"
487
 
488
  #. translators: %1$s plugin name, %2$s required memory amount
489
  #: lib/yith-system-status.php:509
490
- #, fuzzy
491
  msgid "%1$s needs at least %2$s of available memory"
492
- msgstr "%s heeft ten minste %s beschikbaar geheugen nodig"
493
 
494
  #. translators: %1$s plugin name, %2$s version number
495
  #: lib/yith-system-status.php:512
496
- #, fuzzy
497
  msgid "%1$s needs at least %2$s version"
498
- msgstr "%s heeft minstens %s versie nodig"
499
 
500
  #: lib/yith-system-status.php:537
501
  msgid ""
502
  "Update it to the latest version in order to benefit of all new features and "
503
  "security updates."
504
  msgstr ""
505
- "Bijwerken naar de nieuwste versie om te profiteren van alle nieuwe functies "
506
- "en beveiligingsupdates."
507
 
508
  #: lib/yith-system-status.php:541 lib/yith-system-status.php:547
509
  msgid "Contact your hosting company in order to update it."
510
- msgstr "Neem contact op met uw hostingmaatschappij om het bij te werken."
511
 
512
  #: lib/yith-system-status.php:545
513
- #, fuzzy
514
  msgid "Contact your hosting company in order to install it."
515
- msgstr "Neem contact op met uw hostingmaatschappij om dit in te schakelen."
516
 
517
  #. translators: %1$s code, %2$s file name
518
  #: lib/yith-system-status.php:552
519
- #, fuzzy
520
  msgid "Remove %1$s from %2$s file"
521
- msgstr "Verwijder %s uit %s bestand"
522
 
523
  #: lib/yith-system-status.php:560
524
  msgid "Contact your hosting company in order to enable it."
525
- msgstr "Neem contact op met uw hostingmaatschappij om dit in te schakelen."
526
 
527
  #. translators: %1$s opening link tag, %2$s closing link tag
528
  #: lib/yith-system-status.php:564 lib/yith-system-status.php:588
529
- #, fuzzy
530
  msgid ""
531
  "Read more %1$shere%2$s or contact your hosting company in order to increase "
532
  "it."
533
  msgstr ""
534
- "Lees %s hier%s meer, of neem contact op met uw hostingmaatschappij om het te "
535
- "verhogen."
536
 
537
  #. translators: %s recommended memory amount
538
  #: lib/yith-system-status.php:585
@@ -540,19 +518,17 @@ msgid ""
540
  "For optimal functioning of our plugins, we suggest setting at least %s of "
541
  "available memory"
542
  msgstr ""
543
- "Voor het optimaal functioneren van de plugins, adviseren wij minstens %s "
544
- "beschikbaar geheugen te hebben"
545
 
546
  #. translators: %1$s TLS label, %2$s cURL label
547
  #: lib/yith-system-status.php:593
548
- #, fuzzy
549
  msgid ""
550
  "The system check cannot determine which %1$s version is installed because "
551
  "%2$s module is disabled. Ask your hosting company to enable it."
552
  msgstr ""
553
- "We kunnen niet bepalen welke <b>TLS</b> versie is geïnstalleerd omdat de "
554
- "<b>cURL</b> module is uitgeschakeld. Vraag uw hostingmaatschappij om het in "
555
- "te schakelen."
556
 
557
  #. translators: %1$s TLS label
558
  #: lib/yith-system-status.php:596
@@ -560,10 +536,12 @@ msgid ""
560
  "The system check cannot determine which %1$s version is installed due to a "
561
  "connection issue between your site and our server."
562
  msgstr ""
 
 
563
 
564
  #: templates/fields/ajax-customers.php:57
565
  msgid "Search Customers"
566
- msgstr "Zoek klanten"
567
 
568
  #: templates/fields/ajax-customers.php:83
569
  #: templates/fields/ajax-customers.php:93
@@ -576,7 +554,7 @@ msgstr "Posts zoeken"
576
 
577
  #: templates/fields/ajax-products.php:16
578
  msgid "Search Product"
579
- msgstr "Product zoeken"
580
 
581
  #: templates/fields/customtabs.php:28
582
  msgid "Close all"
@@ -584,7 +562,7 @@ msgstr "Sluit allen"
584
 
585
  #: templates/fields/customtabs.php:28
586
  msgid "Expand all"
587
- msgstr "Alles uitvouwen"
588
 
589
  #: templates/fields/customtabs.php:37 templates/fields/customtabs.php:81
590
  msgid "Remove"
@@ -596,7 +574,7 @@ msgstr "Waarde"
596
 
597
  #: templates/fields/customtabs.php:53 templates/fields/customtabs.php:95
598
  msgid "Content of the tab. (HTML is supported)"
599
- msgstr "Inhoud van tabblad. (HTML wordt ondersteund)"
600
 
601
  #: templates/fields/customtabs.php:65
602
  msgid "Add custom product tab"
@@ -604,7 +582,7 @@ msgstr "Aangepaste product tabblad toevoegen"
604
 
605
  #: templates/fields/customtabs.php:106
606
  msgid "Do you want to remove the custom tab?"
607
- msgstr "Wilt u het aangepaste tabblad verwijderen?"
608
 
609
  #: templates/fields/date-format.php:50
610
  msgid "Custom:"
@@ -612,7 +590,7 @@ msgstr "Aangepast:"
612
 
613
  #: templates/fields/icons.php:58
614
  msgid "Set Default"
615
- msgstr "Instellen als standaard"
616
 
617
  #: templates/fields/image-gallery.php:34 templates/fields/image-gallery.php:39
618
  msgid "Delete image"
@@ -624,11 +602,11 @@ msgstr "Afbeeldingen toevoegen aan galerij"
624
 
625
  #: templates/fields/image-gallery.php:39
626
  msgid "Add to gallery"
627
- msgstr "Toevoegen aan galerij"
628
 
629
  #: templates/fields/image-gallery.php:39
630
  msgid "Add images"
631
- msgstr "Afbeeldingen toevoegen"
632
 
633
  #: templates/fields/image-gallery.php:39
634
  msgid "Delete"
@@ -644,11 +622,11 @@ msgstr "Allen verwijderen"
644
 
645
  #: templates/fields/sidebars.php:22
646
  msgid "Left sidebar"
647
- msgstr "Sidebar links"
648
 
649
  #: templates/fields/sidebars.php:25
650
  msgid "Right sidebar"
651
- msgstr "Sidebar rechts"
652
 
653
  #: templates/fields/sidebars.php:28 templates/fields/sidebars.php:31
654
  msgid "No sidebar"
@@ -687,26 +665,26 @@ msgstr "(Default: %s <img src=\"%s\"/>)"
687
  msgid "(Default: <i %s></i> )"
688
  msgstr "(Default: <i %s></i> )"
689
 
690
- #: templates/panel/woocommerce/woocommerce-form.php:20
691
  msgid "Reset Defaults"
692
- msgstr "Herstellen naar standaard"
693
 
694
  #: templates/sysinfo/system-information-panel.php:39
695
  msgid "YITH System Information"
696
- msgstr "YITH System Informatie"
697
 
698
  #: templates/sysinfo/system-information-panel.php:50
699
  msgid "WP debug.log file"
700
- msgstr ""
701
 
702
  #: templates/sysinfo/system-information-panel.php:54
703
  msgid "PHP error_log file"
704
- msgstr ""
705
 
706
  #: templates/sysinfo/system-information-panel.php:59
707
  #: templates/sysinfo/system-information-panel.php:83
708
  msgid "Back to System panel"
709
- msgstr "Terug naar systeempaneel"
710
 
711
  #: templates/sysinfo/system-information-panel.php:96
712
  msgid "Back to top"
@@ -718,34 +696,39 @@ msgstr "Site URL"
718
 
719
  #: templates/sysinfo/system-information-panel.php:112
720
  msgid "Output IP Address"
721
- msgstr "Output IP Address"
722
 
723
  #: templates/sysinfo/system-information-panel.php:120
724
  msgid "Defined WP_CACHE"
725
- msgstr ""
726
 
727
  #: templates/sysinfo/system-information-panel.php:123
 
728
  msgid "Yes"
729
- msgstr ""
730
 
731
  #: templates/sysinfo/system-information-panel.php:123
 
732
  msgid "No"
 
 
 
 
733
  msgstr ""
734
 
735
- #: templates/sysinfo/system-information-panel.php:159
736
  msgid "Show full PHPInfo"
737
  msgstr "Toon volledige PHPInfo"
738
 
739
- #: templates/sysinfo/system-information-panel.php:167
740
  msgid "Show log files"
741
- msgstr ""
742
 
743
  #: yit-plugin.php:194
744
  msgid "License"
745
  msgstr "Licentie"
746
 
747
  #. Author of the plugin/theme
748
- #, fuzzy
749
  msgid "YITH"
750
  msgstr "YITH"
751
 
@@ -764,13 +747,12 @@ msgid ""
764
  "We recommend consulting with a lawyer when deciding what information to "
765
  "disclose on your privacy policy."
766
  msgstr ""
767
- "Deze voorbeeldtaal bevat de basisinformatie over de persoonlijke gegevens "
768
- "die je winkel mogelijk verzamelt, bewaart en deelt en wie toegang heeft tot "
769
- "die gegevens. Afhankelijk van welke instellingen zijn ingeschakeld en welke "
770
- "extra plug-ins worden gebruikt, varieert de specifieke informatie die door "
771
- "je winkel wordt gedeeld. We raden je aan om een advocaat te raadplegen "
772
- "wanneer je beslist welke informatie openbaar wordt gemaakt in je "
773
- "privacybeleid."
774
 
775
  #: lib/privacy/yit-privacy.php:63
776
  msgctxt "Privacy Policy Content"
@@ -780,12 +762,12 @@ msgstr "Wat we verzamelen en bewaren"
780
  #: lib/privacy/yit-privacy.php:66
781
  msgctxt "Privacy Policy Content"
782
  msgid "Who on our team has access"
783
- msgstr "Wie in ons team heeft toegang"
784
 
785
  #: lib/privacy/yit-privacy.php:69
786
  msgctxt "Privacy Policy Content"
787
  msgid "What we share with others"
788
- msgstr "Wat we delen met anderen"
789
 
790
  #: lib/privacy/yit-privacy.php:72
791
  msgctxt "Privacy Policy Content"
@@ -825,37 +807,37 @@ msgstr "YITH"
825
  #: templates/fields/dimensions.php:16
826
  msgctxt "Position in the \"Dimensions\" field"
827
  msgid "Top"
828
- msgstr ""
829
 
830
  #: templates/fields/dimensions.php:17
831
  msgctxt "Position in the \"Dimensions\" field"
832
  msgid "Right"
833
- msgstr ""
834
 
835
  #: templates/fields/dimensions.php:18
836
  msgctxt "Position in the \"Dimensions\" field"
837
  msgid "Bottom"
838
- msgstr ""
839
 
840
  #: templates/fields/dimensions.php:19
841
  msgctxt "Position in the \"Dimensions\" field"
842
  msgid "Left"
843
- msgstr ""
844
 
845
- #: templates/fields/dimensions.php:117
846
  msgctxt "Tooltip in the \"Dimensions\" field"
847
  msgid "Link values together"
848
- msgstr ""
849
 
850
  #: templates/fields/onoff.php:24
851
  msgctxt "YES/NO button: use MAX 3 characters!"
852
  msgid "YES"
853
- msgstr "JA"
854
 
855
  #: templates/fields/onoff.php:25
856
  msgctxt "YES/NO button: use MAX 3 characters!"
857
  msgid "NO"
858
- msgstr "NEE"
859
 
860
  #: yit-plugin.php:83
861
  msgctxt "Plugin Row Meta"
@@ -875,353 +857,9 @@ msgstr "Ondersteuning"
875
  #: yit-plugin.php:98
876
  msgctxt "Plugin Row Meta"
877
  msgid "Premium version"
878
- msgstr "Premium Versie"
879
 
880
  #: yit-plugin.php:190
881
  msgctxt "Action links"
882
  msgid "Settings"
883
  msgstr "Instellingen"
884
-
885
- #~ msgid ""
886
- #~ "<b>ImageMagick</b> module is not installed. Ask your hosting company to "
887
- #~ "install it."
888
- #~ msgstr ""
889
- #~ "<b>ImageMagick</b> module is niet geïnstalleerd. Vraag uw "
890
- #~ "hositngmaatschappij om het te installeren."
891
-
892
- #~ msgctxt "ON/OFF button: use MAX 3 characters!"
893
- #~ msgid "ON"
894
- #~ msgstr "AAN"
895
-
896
- #~ msgctxt "ON/OFF button: use MAX 3 characters!"
897
- #~ msgid "OFF"
898
- #~ msgstr "UIT"
899
-
900
- #~ msgid "An unexpected error occurred, please try again later. Thanks!"
901
- #~ msgstr ""
902
- #~ "Een onverwachte fout heeft zich voorgedaan, probeer het later nog eens!"
903
-
904
- #~ msgid "There is a new version of %plugin_name% available."
905
- #~ msgstr "Er is een nieuwe versie van %plugin_name% beschikbaar."
906
-
907
- #~ msgid "View version %latest% details."
908
- #~ msgstr "Bekijk versie %latest% details."
909
-
910
- #~ msgid "Automatic update is unavailable for this plugin,"
911
- #~ msgstr "Automatisch bijwerken is niet beschikbaar voor deze plugin,"
912
-
913
- #~ msgid ""
914
- #~ "please <a href=\"%activate_link%\">activate</a> your copy of %plugin_name"
915
- #~ "%."
916
- #~ msgstr ""
917
- #~ "a.u.b. <a href=\"%activate_link%\">activeer</a> uw kopie van %plugin_name"
918
- #~ "%."
919
-
920
- #~ msgid "Update now."
921
- #~ msgstr "Nu bijwerken."
922
-
923
- #~ msgid ""
924
- #~ "<br/><b>Please note:</b> You are using a higher version than the latest "
925
- #~ "available one. </em>Please, make sure you've downloaded the latest "
926
- #~ "version of <em>%1$s</em> from the only <a href=\"https://yithemes.com\" "
927
- #~ "target=\"_blank\">YITH official website</a>, specifically, from your <a "
928
- #~ "href=\"https://yithemes.com/my-account/recent-downloads/\" target=\"_blank"
929
- #~ "\">Downloads page</a>. This is the only way to be sure the version you "
930
- #~ "are using is 100% malware-free."
931
- #~ msgstr ""
932
- #~ "<br/> <b> Let op: </b> u gebruikt een hogere versie dan de laatst "
933
- #~ "beschikbare versie. </em> Zorg ervoor dat u de laatste versie van <em>"
934
- #~ "%1$s</em> hebt gedownload van de enige <a href=\"https://yithemes.com\" "
935
- #~ "target=\"_blank\">officiële YITH website </a>, in het bijzonder vanaf uw "
936
- #~ "<a href=\"https://yithemes.com/my-account/recent-downloads/\" target="
937
- #~ "\"_blank\"> downloads pagina </a>. Dit is de enige manier om er zeker van "
938
- #~ "te zijn dat de versie die u gebruikt 100 %% malware-vrij is."
939
-
940
- #~ msgctxt "[Update Plugin Message: License not enabled]"
941
- #~ msgid "You have to activate the plugin to benefit from automatic updates."
942
- #~ msgstr ""
943
- #~ "U moet de plugin activeren om te profiteren van automatische updates."
944
-
945
- #~ msgid "YITH Repository"
946
- #~ msgstr "YITH Repository"
947
-
948
- #~ msgid "Invalid URL Provided."
949
- #~ msgstr "Ongeldige URL ingegeven."
950
-
951
- #~ msgid "Could not create Temporary file."
952
- #~ msgstr "Kan geen tijdelijk bestand aanmaken."
953
-
954
- #~ msgid ""
955
- #~ "There is a new version of %1$s available. <a href=\"%2$s\" class="
956
- #~ "\"thickbox yit-changelog-button open-plugin-details-modal\" title=\"%3$s"
957
- #~ "\">View version %4$s details</a>."
958
- #~ msgstr ""
959
- #~ "Er is een nieuwe versie van of %1$s beschikbaar. <a href=\"%2$s\" class="
960
- #~ "\"thickbox yit-changelog-button open-plugin-details-modal\" title=\"%3$s"
961
- #~ "\">Bekijk versie %4$s details</a>."
962
-
963
- #~ msgid ""
964
- #~ "There is a new version of %1$s available. <a href=\"%2$s\" class="
965
- #~ "\"thickbox yit-changelog-button open-plugin-details-modal\" title=\"%3$s"
966
- #~ "\">View version %4$s details</a>. <em>You have to activate the plugin on "
967
- #~ "a single site of the network to benefit from automatic updates.</em>"
968
- #~ msgstr ""
969
- #~ "Er is een nieuwe versie van %1$s beschikbaar. <a href=\"%2$s\" class="
970
- #~ "\"thickbox yit-changelog-button open-plugin-details-modal\" title=\"%3$s"
971
- #~ "\">Bekijk versie %4$s details</a>. <em>U moet de plugin op een single "
972
- #~ "site van het netwerk activeren om te profiteren van automatisch bijwerken."
973
- #~ "</em>"
974
-
975
- #~ msgid ""
976
- #~ "There is a new version of %1$s available. <a href=\"%2$s\" class="
977
- #~ "\"thickbox yit-changelog-button open-plugin-details-modal\" title=\"%3$s"
978
- #~ "\">View version %4$s details</a>. <em>Automatic update is unavailable for "
979
- #~ "this plugin, please <a href=\"%5$s\" title=\"License activation"
980
- #~ "\">activate</a> your copy of %6s.</em>"
981
- #~ msgstr ""
982
- #~ "Er is een nieuwe versie van %1$s beschikbaar. <a href=\"%2$s\" class="
983
- #~ "\"thickbox yit-changelog-button open-plugin-details-modal\" title=\"%3$s"
984
- #~ "\">Bekijk versie %4$s details</a>. <em>Automatische bijwerking is niet "
985
- #~ "beschikbaar voor deze plugin <a href=\"%5$s\" title=\"License activation"
986
- #~ "\">activeer</a> je kopie van %6s.</em>"
987
-
988
- #~ msgid ""
989
- #~ "There is a new version of %1$s available. <a href=\"%2$s\" class="
990
- #~ "\"thickbox yit-changelog-button open-plugin-details-modal\" title=\"%3$s"
991
- #~ "\">View version %4$s details</a> or <a href=\"%5$s\">update now</a>."
992
- #~ msgstr ""
993
- #~ "Er is een nieuwe versie van%1$s beschikbaar. <a href=\"%2$s\" class="
994
- #~ "\"thickbox yit-changelog-button open-plugin-details-modal\" title=\"%3$s"
995
- #~ "\"> Bekijk details van versie %4$s </a> of<a href=\"%5$s\"> nu bijwerken "
996
- #~ "</a>."
997
-
998
- #~ msgid ""
999
- #~ "<br/><b>Please note:</b> You are using a higher version than the latest "
1000
- #~ "available one. </em>Please, make sure you've downloaded the latest "
1001
- #~ "version of <em>%1$s</em> from the only <a href=\"https://yithemes.com\" "
1002
- #~ "target=\"_blank\">YITH official website</a>, specifically, from your <a "
1003
- #~ "href=\"https://yithemes.com/my-account/recent-downloads/\" target=\"_blank"
1004
- #~ "\">Downloads page</a>. This is the only way to be sure the version you "
1005
- #~ "are using is 100%% malware-free."
1006
- #~ msgstr ""
1007
- #~ "<br/> <b> Let op: </b> u gebruikt een hogere versie dan de laatst "
1008
- #~ "beschikbare versie. </em> Zorg ervoor dat je de laatste versie van <em>"
1009
- #~ "%1$s</em> hebt gedownload van de enige <a href=\"https://yithemes.com\" "
1010
- #~ "target=\"_blank\"> YITH officiële website </a>, in het bijzonder vanaf uw "
1011
- #~ "<a href=\"https://yithemes.com/my-account/recent-downloads/\" target="
1012
- #~ "\"_blank\"> downloadpagina </a>. Dit is de enige manier om er zeker van "
1013
- #~ "te zijn dat de versie die u gebruikt 100 %% malware-vrij is."
1014
-
1015
- #~ msgid "You can't update the plugins for this site."
1016
- #~ msgstr "U kunt de plugins voor deze site niet bijwerken"
1017
-
1018
- #~ msgid ""
1019
- #~ "You do not have sufficient permissions to update the plugins for this "
1020
- #~ "site."
1021
- #~ msgstr ""
1022
- #~ "U heeft niet voldoende rechten om de plugins bij te werken voor deze site."
1023
-
1024
- #~ msgid "Update Plugin"
1025
- #~ msgstr "Plugin updaten"
1026
-
1027
- #~ msgid "New YITH products"
1028
- #~ msgstr "Nieuwe YITH producten"
1029
-
1030
- #~ msgctxt "%s = field name"
1031
- #~ msgid "Please, insert a valid %s"
1032
- #~ msgstr "Voer alsjeblieft een geldige %s in"
1033
-
1034
- #~ msgid "Please, insert a valid %s and a valid %s"
1035
- #~ msgstr "A.u.b. voer een geldige %s en een geldige %s in"
1036
-
1037
- #~ msgid "Unable to contact the remote server, please try again later. Thanks!"
1038
- #~ msgstr ""
1039
- #~ "Niet in staat contact te maken met de externe server, probeer het later "
1040
- #~ "opnieuw!"
1041
-
1042
- #~ msgid "email address"
1043
- #~ msgstr "e-mailadres"
1044
-
1045
- #~ msgid "license key"
1046
- #~ msgstr "licentie sleutel"
1047
-
1048
- #~ msgid "Are you sure you want to deactivate the license for current site?"
1049
- #~ msgstr "Weet je zeker dat je de licentie voor deze site wilt deactiveren?"
1050
-
1051
- #~ msgid "Invalid Request"
1052
- #~ msgstr "Ongeldig verzoek"
1053
-
1054
- #~ msgid "Invalid license key"
1055
- #~ msgstr "Ongeldige licentiesleutel"
1056
-
1057
- #~ msgid "Software has been deactivated"
1058
- #~ msgstr "Software is gedeactiveerd"
1059
-
1060
- #~ msgid "Maximum number of activations exceeded"
1061
- #~ msgstr "Maximum aantal activeringen overschreden"
1062
-
1063
- #~ msgid "Invalid instance ID"
1064
- #~ msgstr "Ongeldige instance ID"
1065
-
1066
- #~ msgid "Invalid security key"
1067
- #~ msgstr "Ongeldige security key"
1068
-
1069
- #~ msgid "License key has expired"
1070
- #~ msgstr "De licentiesleutel is verlopen"
1071
-
1072
- #~ msgid "License key has been banned"
1073
- #~ msgstr "De licentiesleutel is verbannen"
1074
-
1075
- #~ msgid "Current product is not included in your YITH Club Subscription key"
1076
- #~ msgstr "Huidige product is niet opgenomen in je YITH Club Subscription key"
1077
-
1078
- #~ msgid "Great"
1079
- #~ msgstr "Top!"
1080
-
1081
- #~ msgid "License successfully activated"
1082
- #~ msgstr "Licentie succesvol geactiveerd"
1083
-
1084
- #~ msgid "License key deactivated for website"
1085
- #~ msgstr "Licentiesleutel gedeactiveerd voor website"
1086
-
1087
- #~ msgid "License Activation"
1088
- #~ msgstr "Licentie activering"
1089
-
1090
- #~ msgctxt ""
1091
- #~ "[Part of]: Warning! You didn't set license key for the following products:"
1092
- #~ "[Plugins List] which means you're missing out on updates and support. "
1093
- #~ "Enter your license key, please."
1094
- #~ msgid "You didn't set license key for the following products"
1095
- #~ msgstr "U heeft geen licentiesleutel ingegeven voor de volgende producten"
1096
-
1097
- #~ msgctxt ""
1098
- #~ "[Part of]: Warning! You didn't set license key for the following products:"
1099
- #~ "[Plugins List] which means you're missing out on updates and support. "
1100
- #~ "Enter your license key, please."
1101
- #~ msgid "which means you're missing out on updates and support"
1102
- #~ msgstr "wat betekent dat u updates en ondersteuning misloopt"
1103
-
1104
- #~ msgctxt ""
1105
- #~ "[Part of]: Warning! You didn't set license key for the following products:"
1106
- #~ "[Plugins List] which means you're missing out on updates and support. "
1107
- #~ "Enter your license key, please."
1108
- #~ msgid "Enter your license key"
1109
- #~ msgstr "Geef uw licentiesleutel in"
1110
-
1111
- #~ msgctxt ""
1112
- #~ "[Part of]: Warning! You didn't set license key for the following products:"
1113
- #~ "[Plugins List] which means you're missing out on updates and support. "
1114
- #~ "Enter your license key, please."
1115
- #~ msgid "please"
1116
- #~ msgstr "a.u.b."
1117
-
1118
- #~ msgid "%s"
1119
- #~ msgstr "%s"
1120
-
1121
- #~ msgid ""
1122
- #~ "I cannot find the license key for activating the theme I have bought some "
1123
- #~ "time ago. Where can I find it?"
1124
- #~ msgstr ""
1125
- #~ "Ik kan de licentiesleutel voor het thema dat ik een tijdje geleden heb "
1126
- #~ "gekocht niet vinden, waar kan ik het vinden?"
1127
-
1128
- #~ msgid ""
1129
- #~ "If you have purchased one of our products before 27 January 2015, you can "
1130
- #~ "benefit from support and updates (the services offered with the license)\n"
1131
- #~ " until 27 January 2016 and you do not have to purchase "
1132
- #~ "it again to get a new license key, because, before this date, your "
1133
- #~ "license used to be activated automatically by our system.\n"
1134
- #~ " After 27 January 2016, instead, if you want to "
1135
- #~ "benefit from support and updates you have to buy a new license and "
1136
- #~ "activate it through the license key you will be\n"
1137
- #~ " provided with and that you can find in your YITH "
1138
- #~ "account, in section \"My licenses\"."
1139
- #~ msgstr ""
1140
- #~ "Als u vóór 27 januari 2015 een van onze producten hebt gekocht, kunt u "
1141
- #~ "profiteren van ondersteuning en updates (de diensten die worden "
1142
- #~ "aangeboden met de licentie)\n"
1143
- #~ " tot 27 januari 2016 en u hoeft het niet opnieuw aan "
1144
- #~ "te schaffen om een ​nieuwe licentiesleutel te krijgen, want vóór deze "
1145
- #~ "datum werd u licentie automatisch door ons systeem geactiveerd.\n"
1146
- #~ " Na 27 januari 2016, in plaats daarvan, als u wilt "
1147
- #~ "profiteren van ondersteuning en updates, moet u een nieuwe licentie kopen "
1148
- #~ "en deze activeren via de licentiesleutel.\n"
1149
- #~ " meegeleverd en die u kunt vinden in uw YIThemes-"
1150
- #~ "account, in het gedeelte “Mijn licenties”."
1151
-
1152
- #~ msgid "YITH License Activation"
1153
- #~ msgstr "YITH licentie activering"
1154
-
1155
- #~ msgid "License expiry date"
1156
- #~ msgstr "Vervaldatum licentie"
1157
-
1158
- #~ msgid ""
1159
- #~ "If you have renewed your product license key and the expiry date does not "
1160
- #~ "appear up-to-date, please, click on the button <em>Check Expiry Date</em> "
1161
- #~ "below and it will update."
1162
- #~ msgstr ""
1163
- #~ "Als u de licentiesleutel van uw product heeft vernieuwd, en de "
1164
- #~ "vervaldatum verschijnt niet up-to-date, klik op de knop <em>Check Expiry "
1165
- #~ "Date</em> hieronder en het zal worden bijgewerkt."
1166
-
1167
- #~ msgid "Check expiry date"
1168
- #~ msgstr "Vervaldatum controleren"
1169
-
1170
- #~ msgid "Product to activate"
1171
- #~ msgid_plural "Products to activate"
1172
- #~ msgstr[0] "Product om te activeren"
1173
- #~ msgstr[1] "Producten om te activeren"
1174
-
1175
- #~ msgid "Are you having issues with the license activation?"
1176
- #~ msgstr "Hebt u problemen met de licentie activering?"
1177
-
1178
- #~ msgid "Read this article"
1179
- #~ msgstr "Lees dit artikel"
1180
-
1181
- #~ msgid "Activate"
1182
- #~ msgstr "Activeren"
1183
-
1184
- #~ msgid "Activated"
1185
- #~ msgstr "Geactiveerd"
1186
-
1187
- #~ msgid "Product Name"
1188
- #~ msgstr "Productnaam"
1189
-
1190
- #~ msgid "Email"
1191
- #~ msgstr "E-mail"
1192
-
1193
- #~ msgid "License Key"
1194
- #~ msgstr "License Key"
1195
-
1196
- #~ msgid "Expires"
1197
- #~ msgstr "Verloopt"
1198
-
1199
- #~ msgid "Remaining"
1200
- #~ msgstr "Over"
1201
-
1202
- #~ msgid "Club Subscription"
1203
- #~ msgstr "Club Abonnement"
1204
-
1205
- #~ msgid "%1s out of %2s"
1206
- #~ msgstr "%1s van de %2s"
1207
-
1208
- #~ msgid "Deactivate"
1209
- #~ msgstr "Deactiveer"
1210
-
1211
- #~ msgid "Renew"
1212
- #~ msgstr "Vernieuwen"
1213
-
1214
- #~ msgid "Banned"
1215
- #~ msgstr "Verbannen"
1216
-
1217
- #~ msgid "Expired"
1218
- #~ msgstr "Verlopen"
1219
-
1220
- #~ msgid "Order again"
1221
- #~ msgstr "Bestel opniew"
1222
-
1223
- #~ msgid "Renew license"
1224
- #~ msgstr "Licentie vernieuwen"
1225
-
1226
- #~ msgid "Deselect All"
1227
- #~ msgstr "Selectie ongedaan maken"
1
+ # Translation of YITH Framework in Dutch
2
+ # This file is distributed under the same license as the YITH Framework package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: YITH Framework\n"
6
  "Report-Msgid-Bugs-To: YITH <plugins@yithemes.com>\n"
7
+ "POT-Creation-Date: 2020-11-10 12:29:32+00:00\n"
8
+ "PO-Revision-Date: 2020-09-24 14:36:33+0000\n"
 
 
9
  "Language: nl\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
14
+ "X-Generator: GlotPress/3.0.0-alpha.2\n"
 
 
 
 
 
 
 
 
 
 
 
15
 
16
  #: lib/yit-assets.php:103
17
+ msgid "Clear"
18
+ msgstr "Wissen"
19
 
20
  #: lib/yit-assets.php:104
21
+ msgid "Clear color"
22
+ msgstr "Kleur wissen"
 
23
 
24
  #: lib/yit-assets.php:105
25
+ msgid "Default"
26
+ msgstr "Standaard"
 
27
 
28
  #: lib/yit-assets.php:106
29
+ msgid "Select default color"
30
+ msgstr "Standaardkleur selecteren"
 
31
 
32
  #: lib/yit-assets.php:107
33
+ msgid "Select Color"
34
+ msgstr "Kleur selecteren"
35
+
36
+ #: lib/yit-assets.php:108
37
  msgid "Color value"
38
+ msgstr "Kleurwaarde"
39
 
40
  #: lib/yit-cpt-unlimited.php:462 lib/yit-cpt-unlimited.php:576
41
  #: lib/yit-cpt-unlimited.php:721 lib/yit-cpt-unlimited.php:1636
42
  msgid "Add %s"
43
+ msgstr "%s toevoegen"
44
 
45
  #: lib/yit-cpt-unlimited.php:463 lib/yit-cpt-unlimited.php:577
46
  msgid "Add New %s"
47
+ msgstr "Nieuwe %s toevoegen"
48
 
49
  #: lib/yit-cpt-unlimited.php:464 lib/yit-cpt-unlimited.php:578
50
  #: lib/yit-cpt-unlimited.php:1269 lib/yit-cpt-unlimited.php:1306
53
 
54
  #: lib/yit-cpt-unlimited.php:465 lib/yit-cpt-unlimited.php:579
55
  msgid "New %s"
56
+ msgstr "Nieuw %s"
57
 
58
  #: lib/yit-cpt-unlimited.php:466 lib/yit-cpt-unlimited.php:580
59
  msgid "All %s"
66
 
67
  #: lib/yit-cpt-unlimited.php:468 lib/yit-cpt-unlimited.php:582
68
  msgid "Search %s"
69
+ msgstr "Zoeken %s"
70
 
71
  #: lib/yit-cpt-unlimited.php:469 lib/yit-cpt-unlimited.php:583
72
  msgid "No %s found"
74
 
75
  #: lib/yit-cpt-unlimited.php:470 lib/yit-cpt-unlimited.php:584
76
  msgid "No %s found in Trash"
77
+ msgstr "No %s gevonden in de prullenbak"
78
 
79
  #: lib/yit-cpt-unlimited.php:629 templates/fields/ajax-terms.php:56
80
  msgid "Search Categories"
82
 
83
  #: lib/yit-cpt-unlimited.php:630
84
  msgid "All Categories"
85
+ msgstr "Alle categorieën"
86
 
87
  #: lib/yit-cpt-unlimited.php:631
88
  msgid "Parent Category"
94
 
95
  #: lib/yit-cpt-unlimited.php:633
96
  msgid "Edit Category"
97
+ msgstr "Categorie aanpassen"
98
 
99
  #: lib/yit-cpt-unlimited.php:634
100
  msgid "Update Category"
101
+ msgstr "Update categorie"
102
 
103
  #: lib/yit-cpt-unlimited.php:635
104
  msgid "Add New Category"
105
+ msgstr "Categorie toevoegen"
106
 
107
  #: lib/yit-cpt-unlimited.php:636
108
  msgid "New Category Name"
109
+ msgstr "Nieuwe categorie naam"
110
 
111
  #: lib/yit-cpt-unlimited.php:637
112
  msgid "Category"
113
+ msgstr "Categorie"
114
 
115
  #: lib/yit-cpt-unlimited.php:726
116
  msgid "Categories"
121
  msgstr "%s instellingen"
122
 
123
  #: lib/yit-cpt-unlimited.php:1050 lib/yit-cpt-unlimited.php:1198
124
+ #: lib/yit-cpt-unlimited.php:1204 lib/yit-plugin-panel.php:81
125
  msgid "Settings"
126
  msgstr "Instellingen"
127
 
142
  "Univocal identification name in the URL for each product (slug from post if "
143
  "empty)"
144
  msgstr ""
145
+ "Unieke identificatie naam in de URL voor ieder product (slug van post indien "
146
+ "leeg)"
147
 
148
  #: lib/yit-cpt-unlimited.php:1066
149
  msgid "Label in Singular"
151
 
152
  #: lib/yit-cpt-unlimited.php:1067
153
  msgid "Set a label in singular (title of portfolio if empty)"
154
+ msgstr "Zet een label op enkelvoud (titel van portfolio indien leeg)"
 
 
155
 
156
  #: lib/yit-cpt-unlimited.php:1072
157
  msgid "Label in Plural"
159
 
160
  #: lib/yit-cpt-unlimited.php:1073
161
  msgid "Set a label in plural (title of portfolio if empty)"
162
+ msgstr "Zet een label op meervoud (titel van portfolio indien leeg)"
 
 
163
 
164
  #: lib/yit-cpt-unlimited.php:1078
165
  msgid "Taxonomy"
171
  "Name should be a slug (must not contain capital letters nor spaces) and must "
172
  "not be more than 32 characters long (database structure restriction)."
173
  msgstr ""
174
+ "Wil je categorieën gebruiken in de portfolio, stel dan een naam voor "
175
  "taxonomie. Naam moet een ’slug’ zijn (mag geen hoofdletters of spaties "
176
  "bevatten) en mag niet meer zijn dan 32 tekens lang (database structuur "
177
  "beperking)."
178
 
179
  #: lib/yit-cpt-unlimited.php:1084
180
  msgid "Taxonomy Rewrite"
181
+ msgstr "Herschrijf taxonomie"
182
 
183
  #: lib/yit-cpt-unlimited.php:1085
184
  msgid "Set univocal name for each category page URL."
194
 
195
  #: lib/yit-cpt-unlimited.php:1132
196
  msgid "layout settings"
197
+ msgstr "lay-out instellingen"
198
 
199
  #: lib/yit-cpt-unlimited.php:1224 lib/yit-cpt-unlimited.php:1237
200
  msgid "Quick links"
207
  #: lib/yit-cpt-unlimited.php:1484 templates/fields/customtabs.php:46
208
  #: templates/fields/customtabs.php:89
209
  msgid "Name"
210
+ msgstr "Name"
211
 
212
  #: lib/yit-cpt-unlimited.php:1635
213
  msgid "Add %s from images"
214
+ msgstr "Voeg %s toe van afbeeldingen"
215
 
216
  #: lib/yit-cpt-unlimited.php:1638
217
  msgid "Upload multiple files"
218
  msgstr "Upload meerdere bestanden"
219
 
220
+ #: lib/yit-plugin-panel-wc.php:427
221
  msgid "The changes you have made will be lost if you leave this page."
222
  msgstr "Als je deze pagina verlaat zullen alle wijzigingen verloren gaan."
223
 
224
+ #: lib/yit-plugin-panel.php:80
225
  msgid "Plugin Settings"
226
  msgstr "Plugin instellingen"
227
 
228
+ #: lib/yit-plugin-panel.php:466 lib/yit-plugin-panel.php:469
229
  msgid "How to install premium version"
230
  msgstr "Hoe installeer ik de premium versie"
231
 
232
+ #: lib/yit-plugin-panel.php:633 lib/yit-plugin-subpanel.php:151
233
+ #: templates/panel/woocommerce/woocommerce-form.php:15
234
  msgid "Save Changes"
235
  msgstr "Wijzigingen opslaan"
236
 
237
+ #: lib/yit-plugin-panel.php:637 lib/yit-plugin-subpanel.php:154
238
+ #: templates/panel/woocommerce/woocommerce-form.php:19
239
  msgid ""
240
  "If you continue with this action, you will reset all options in this page."
241
+ msgstr ""
242
+ "Als je doorgaat met deze actie, zal je alle opties op deze pagina resetten."
243
 
244
+ #: lib/yit-plugin-panel.php:640 lib/yit-plugin-subpanel.php:156
245
  msgid "Reset to default"
246
  msgstr "Resetten naar standaard"
247
 
248
+ #: lib/yit-plugin-panel.php:641 lib/yit-plugin-subpanel.php:157
249
+ #: templates/panel/woocommerce/woocommerce-form.php:23
250
  msgid "Are you sure?"
251
+ msgstr "Weet je het zeker?"
252
 
253
+ #: lib/yit-plugin-panel.php:842
254
  msgid ""
255
  "The element you have entered already exists. Please, enter another name."
256
+ msgstr "Het element dat je hebt ingevoerd bestaat al. Voer een andere naam in."
257
 
258
+ #: lib/yit-plugin-panel.php:843
259
  msgid "Settings saved"
260
  msgstr "Instellingen opgeslagen"
261
 
262
+ #: lib/yit-plugin-panel.php:844
263
  msgid "Settings reset"
264
  msgstr "Instellingen resetten"
265
 
266
+ #: lib/yit-plugin-panel.php:845
267
  msgid "Element deleted correctly."
268
+ msgstr "Element juist verwijderd."
269
 
270
+ #: lib/yit-plugin-panel.php:846 lib/yit-plugin-panel.php:847
271
  msgid "Element updated correctly."
272
+ msgstr "Element juist geüpdatet."
273
 
274
+ #: lib/yit-plugin-panel.php:848
275
  msgid "Database imported correctly."
276
  msgstr "Database juist geïmporteerd."
277
 
278
+ #: lib/yit-plugin-panel.php:849
279
  msgid "An error has occurred during import. Please try again."
280
  msgstr "Er is een fout opgetreden tijdens importeren. Probeer opnieuw."
281
 
282
+ #: lib/yit-plugin-panel.php:850
283
  msgid "The added file is not valid."
284
+ msgstr "Het toegevoegde bestand is niet geldig."
285
 
286
+ #: lib/yit-plugin-panel.php:851
287
  msgid "Sorry, import is disabled."
288
  msgstr "Sorry, importeren is uitgeschakeld."
289
 
290
+ #: lib/yit-plugin-panel.php:852
291
  msgid "Sorting successful."
292
+ msgstr "Succesvol gesorteerd."
293
 
294
+ #: lib/yit-plugin-panel.php:1315
295
  msgid "We need your support"
296
+ msgstr "We hebben je hulp nodig"
297
 
298
+ #: lib/yit-plugin-panel.php:1316
299
  msgid "to keep updating and improving the plugin. Please,"
300
+ msgstr "om de plugin te blijven bijwerken en verbeteren. A.u.b.,"
301
 
302
+ #: lib/yit-plugin-panel.php:1318
303
  msgid "help us by leaving a five-star rating"
304
+ msgstr "help ons door een 5-sterren waardering achter te laten"
305
 
306
+ #: lib/yit-plugin-panel.php:1319
307
  msgid ":) Thanks!"
308
  msgstr ":) Bedankt!"
309
 
331
 
332
  #: lib/yit-pointers.php:84
333
  msgid "Plugins Upgraded"
334
+ msgstr "Plugins Upgraded"
335
 
336
  #: lib/yit-pointers.php:85
337
  msgid ""
345
  " will be moved from previous location to "
346
  "YITH Plugins tab."
347
  msgstr ""
348
+ "Vanaf nu kun je het optie paneel van YITH plugins vinden in het YITH plugins "
349
  "menu.\n"
350
+ " Telkens als er een nieuwe plugin is "
351
+ "toegevoegd, zal een nieuwe toegang worden toegevoegd aan dit menu.\n"
352
+ " Voorbeeld, na een update, plugin opties "
353
+ "(zoalsYITH WooCommerce Wishlist, YITH WooCommerce Ajax Search, etc.)\n"
354
  " zullen worden verplaatst van de vorige "
355
+ "locatie naar het YITH plugins tabblad."
356
 
357
  #: lib/yith-dashboard.php:40
358
  msgid "YITH Latest Updates"
359
+ msgstr "YITH laatste updates"
360
 
361
  #: lib/yith-dashboard.php:41
362
  msgid "Latest news from YITH Blog"
364
 
365
  #: lib/yith-dashboard.php:65
366
  msgid "RSS Error:"
367
+ msgstr "RSS-fout:"
368
 
369
  #: lib/yith-dashboard.php:71
370
  msgid ""
371
  "An error has occurred, which probably means the feed is down. Try again "
372
  "later."
373
  msgstr ""
374
+ "Er is een fout opgetreden, wat waarschijnlijk betekent dat de feed niet "
375
+ "werkt. Probeer het later opnieuw."
376
 
377
  #: lib/yith-system-status.php:111
378
  msgid "WordPress Version"
416
 
417
  #: lib/yith-system-status.php:121
418
  msgid "Iconv Module"
419
+ msgstr "Verzendmodule inschakelen"
420
 
421
  #: lib/yith-system-status.php:122
422
  msgid "OPCache Save Comments"
423
+ msgstr "OPCache Opmerkingen opslaan"
424
 
425
  #: lib/yith-system-status.php:123
426
  msgid "URL FOpen"
444
 
445
  #. translators: %1$s open link tag, %2$s open link tag
446
  #: lib/yith-system-status.php:334
 
447
  msgid ""
448
  "The system check has detected some compatibility issues on your installation."
449
  "%1$sClick here%2$s to know more"
450
  msgstr ""
451
  "Het systeem heeft enkele compatibiliteitsproblemen gevonden op uw "
452
+ "installatie.%1$sklik hier%2$s om meer te weten te komen"
453
 
454
  #: lib/yith-system-status.php:473
455
  msgid "Enabled"
461
 
462
  #: lib/yith-system-status.php:478
463
  msgid "N/A"
464
+ msgstr "N.v.t"
465
 
466
  #. translators: %1$s plugin name, %2$s requirement name
467
  #: lib/yith-system-status.php:506
 
468
  msgid "%1$s needs %2$s enabled"
469
+ msgstr "%1$s heeft nodig %2$s ingeschakeld"
470
 
471
  #. translators: %1$s plugin name, %2$s required memory amount
472
  #: lib/yith-system-status.php:509
 
473
  msgid "%1$s needs at least %2$s of available memory"
474
+ msgstr "%1$ss heeft ten minste %2$s beschikbaar geheugen nodig"
475
 
476
  #. translators: %1$s plugin name, %2$s version number
477
  #: lib/yith-system-status.php:512
 
478
  msgid "%1$s needs at least %2$s version"
479
+ msgstr "%1$s heeft minstens %2$s versie nodig"
480
 
481
  #: lib/yith-system-status.php:537
482
  msgid ""
483
  "Update it to the latest version in order to benefit of all new features and "
484
  "security updates."
485
  msgstr ""
486
+ "Bijwerken naar de laatste versie, om te profiteren van alle nieuwe opties en "
487
+ "veiligheidsupdates."
488
 
489
  #: lib/yith-system-status.php:541 lib/yith-system-status.php:547
490
  msgid "Contact your hosting company in order to update it."
491
+ msgstr "Neem contact op met uw hosting provider om het bij te werken."
492
 
493
  #: lib/yith-system-status.php:545
 
494
  msgid "Contact your hosting company in order to install it."
495
+ msgstr "Neem contact op met je hostingbedrijf om het te installeren."
496
 
497
  #. translators: %1$s code, %2$s file name
498
  #: lib/yith-system-status.php:552
 
499
  msgid "Remove %1$s from %2$s file"
500
+ msgstr "Verwijder %1$s uit %2$s bestand"
501
 
502
  #: lib/yith-system-status.php:560
503
  msgid "Contact your hosting company in order to enable it."
504
+ msgstr "Neem contact op met uw hosting provider om het in te schakelen."
505
 
506
  #. translators: %1$s opening link tag, %2$s closing link tag
507
  #: lib/yith-system-status.php:564 lib/yith-system-status.php:588
 
508
  msgid ""
509
  "Read more %1$shere%2$s or contact your hosting company in order to increase "
510
  "it."
511
  msgstr ""
512
+ "Lees %1$s hier%2$s meer, of neem contact op met uw hostingmaatschappij om "
513
+ "het te verhogen."
514
 
515
  #. translators: %s recommended memory amount
516
  #: lib/yith-system-status.php:585
518
  "For optimal functioning of our plugins, we suggest setting at least %s of "
519
  "available memory"
520
  msgstr ""
521
+ "Om de plugins optimaal te laten functioneren, adviseren wij minstens %s "
522
+ "beschikbaar geheugen"
523
 
524
  #. translators: %1$s TLS label, %2$s cURL label
525
  #: lib/yith-system-status.php:593
 
526
  msgid ""
527
  "The system check cannot determine which %1$s version is installed because "
528
  "%2$s module is disabled. Ask your hosting company to enable it."
529
  msgstr ""
530
+ "We kunnen niet bepalen welke %1$s versie is geïnstalleerd omdat %2$s de "
531
+ "module is uitgeschakeld. Vraag je hostingmaatschappij om het in te schakelen."
 
532
 
533
  #. translators: %1$s TLS label
534
  #: lib/yith-system-status.php:596
536
  "The system check cannot determine which %1$s version is installed due to a "
537
  "connection issue between your site and our server."
538
  msgstr ""
539
+ "De systeemcontrole kan niet bepalen welke versie van %1$s is geïnstalleerd "
540
+ "vanwege een verbindingsprobleem tussen je site en onze server."
541
 
542
  #: templates/fields/ajax-customers.php:57
543
  msgid "Search Customers"
544
+ msgstr "Klanten zoeken"
545
 
546
  #: templates/fields/ajax-customers.php:83
547
  #: templates/fields/ajax-customers.php:93
554
 
555
  #: templates/fields/ajax-products.php:16
556
  msgid "Search Product"
557
+ msgstr "Zoek Product"
558
 
559
  #: templates/fields/customtabs.php:28
560
  msgid "Close all"
562
 
563
  #: templates/fields/customtabs.php:28
564
  msgid "Expand all"
565
+ msgstr "Open allen"
566
 
567
  #: templates/fields/customtabs.php:37 templates/fields/customtabs.php:81
568
  msgid "Remove"
574
 
575
  #: templates/fields/customtabs.php:53 templates/fields/customtabs.php:95
576
  msgid "Content of the tab. (HTML is supported)"
577
+ msgstr "Inhoud van het tabblad. (HTML wordt ondersteund)"
578
 
579
  #: templates/fields/customtabs.php:65
580
  msgid "Add custom product tab"
582
 
583
  #: templates/fields/customtabs.php:106
584
  msgid "Do you want to remove the custom tab?"
585
+ msgstr "Wil je dit aangepaste tabblad verwijderen?"
586
 
587
  #: templates/fields/date-format.php:50
588
  msgid "Custom:"
590
 
591
  #: templates/fields/icons.php:58
592
  msgid "Set Default"
593
+ msgstr "Op standaard instellen"
594
 
595
  #: templates/fields/image-gallery.php:34 templates/fields/image-gallery.php:39
596
  msgid "Delete image"
602
 
603
  #: templates/fields/image-gallery.php:39
604
  msgid "Add to gallery"
605
+ msgstr "Aan galerij toevoegen"
606
 
607
  #: templates/fields/image-gallery.php:39
608
  msgid "Add images"
609
+ msgstr "Voeg images toe"
610
 
611
  #: templates/fields/image-gallery.php:39
612
  msgid "Delete"
622
 
623
  #: templates/fields/sidebars.php:22
624
  msgid "Left sidebar"
625
+ msgstr "Linker sidebar"
626
 
627
  #: templates/fields/sidebars.php:25
628
  msgid "Right sidebar"
629
+ msgstr "Rechter sidebar"
630
 
631
  #: templates/fields/sidebars.php:28 templates/fields/sidebars.php:31
632
  msgid "No sidebar"
665
  msgid "(Default: <i %s></i> )"
666
  msgstr "(Default: <i %s></i> )"
667
 
668
+ #: templates/panel/woocommerce/woocommerce-form.php:22
669
  msgid "Reset Defaults"
670
+ msgstr "Reset Standaard instellingen"
671
 
672
  #: templates/sysinfo/system-information-panel.php:39
673
  msgid "YITH System Information"
674
+ msgstr "YITH Systeem Informatie"
675
 
676
  #: templates/sysinfo/system-information-panel.php:50
677
  msgid "WP debug.log file"
678
+ msgstr "WP debug.log bestand"
679
 
680
  #: templates/sysinfo/system-information-panel.php:54
681
  msgid "PHP error_log file"
682
+ msgstr "PHP error_log bestand"
683
 
684
  #: templates/sysinfo/system-information-panel.php:59
685
  #: templates/sysinfo/system-information-panel.php:83
686
  msgid "Back to System panel"
687
+ msgstr "Terugkeren naar systeem paneel"
688
 
689
  #: templates/sysinfo/system-information-panel.php:96
690
  msgid "Back to top"
696
 
697
  #: templates/sysinfo/system-information-panel.php:112
698
  msgid "Output IP Address"
699
+ msgstr "Output IP Adres"
700
 
701
  #: templates/sysinfo/system-information-panel.php:120
702
  msgid "Defined WP_CACHE"
703
+ msgstr "Gedefinieerde WP_CACHE"
704
 
705
  #: templates/sysinfo/system-information-panel.php:123
706
+ #: templates/sysinfo/system-information-panel.php:131
707
  msgid "Yes"
708
+ msgstr "Ja"
709
 
710
  #: templates/sysinfo/system-information-panel.php:123
711
+ #: templates/sysinfo/system-information-panel.php:131
712
  msgid "No"
713
+ msgstr "Nee"
714
+
715
+ #: templates/sysinfo/system-information-panel.php:128
716
+ msgid "External object cache"
717
  msgstr ""
718
 
719
+ #: templates/sysinfo/system-information-panel.php:167
720
  msgid "Show full PHPInfo"
721
  msgstr "Toon volledige PHPInfo"
722
 
723
+ #: templates/sysinfo/system-information-panel.php:175
724
  msgid "Show log files"
725
+ msgstr "Logbestanden tonen"
726
 
727
  #: yit-plugin.php:194
728
  msgid "License"
729
  msgstr "Licentie"
730
 
731
  #. Author of the plugin/theme
 
732
  msgid "YITH"
733
  msgstr "YITH"
734
 
747
  "We recommend consulting with a lawyer when deciding what information to "
748
  "disclose on your privacy policy."
749
  msgstr ""
750
+ "Dit geschreven voorbeeld bevat de basis rondom welke persoonlijke gegevens "
751
+ "je winkel mag verzamelen, bewaren en delen, en wie toegang heeft tot deze "
752
+ "gegevens. Afhankelijk van welke instellingen zijn ingeschakeld en welke "
753
+ "aanvullende plugins worden gebruikt, zal de informatie die wordt gedeeld "
754
+ "door je winkel variëren. We raden aan om een advocaat te raadplegen wanneer "
755
+ "je besluit je privacy beleid op te stellen."
 
756
 
757
  #: lib/privacy/yit-privacy.php:63
758
  msgctxt "Privacy Policy Content"
762
  #: lib/privacy/yit-privacy.php:66
763
  msgctxt "Privacy Policy Content"
764
  msgid "Who on our team has access"
765
+ msgstr "Wie van ons team heeft toegang"
766
 
767
  #: lib/privacy/yit-privacy.php:69
768
  msgctxt "Privacy Policy Content"
769
  msgid "What we share with others"
770
+ msgstr "Wat wij delen met anderen"
771
 
772
  #: lib/privacy/yit-privacy.php:72
773
  msgctxt "Privacy Policy Content"
807
  #: templates/fields/dimensions.php:16
808
  msgctxt "Position in the \"Dimensions\" field"
809
  msgid "Top"
810
+ msgstr "Boven"
811
 
812
  #: templates/fields/dimensions.php:17
813
  msgctxt "Position in the \"Dimensions\" field"
814
  msgid "Right"
815
+ msgstr "Rechts"
816
 
817
  #: templates/fields/dimensions.php:18
818
  msgctxt "Position in the \"Dimensions\" field"
819
  msgid "Bottom"
820
+ msgstr "Onder"
821
 
822
  #: templates/fields/dimensions.php:19
823
  msgctxt "Position in the \"Dimensions\" field"
824
  msgid "Left"
825
+ msgstr "Links"
826
 
827
+ #: templates/fields/dimensions.php:99
828
  msgctxt "Tooltip in the \"Dimensions\" field"
829
  msgid "Link values together"
830
+ msgstr "Waarden aan elkaar koppelen"
831
 
832
  #: templates/fields/onoff.php:24
833
  msgctxt "YES/NO button: use MAX 3 characters!"
834
  msgid "YES"
835
+ msgstr "Ja"
836
 
837
  #: templates/fields/onoff.php:25
838
  msgctxt "YES/NO button: use MAX 3 characters!"
839
  msgid "NO"
840
+ msgstr "Nee"
841
 
842
  #: yit-plugin.php:83
843
  msgctxt "Plugin Row Meta"
857
  #: yit-plugin.php:98
858
  msgctxt "Plugin Row Meta"
859
  msgid "Premium version"
860
+ msgstr "Premium versie"
861
 
862
  #: yit-plugin.php:190
863
  msgctxt "Action links"
864
  msgid "Settings"
865
  msgstr "Instellingen"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
plugin-fw/languages/yith-plugin-fw.pot CHANGED
@@ -4,7 +4,7 @@ msgid ""
4
  msgstr ""
5
  "Project-Id-Version: \n"
6
  "Report-Msgid-Bugs-To: YITH <plugins@yithemes.com>\n"
7
- "POT-Creation-Date: 2020-08-07 14:15:08+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=utf-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
@@ -24,27 +24,27 @@ msgstr ""
24
  "X-Textdomain-Support: yes\n"
25
  "X-Generator: grunt-wp-i18n 1.0.3\n"
26
 
27
- #: lib/yit-assets.php:102
28
  msgid "Clear"
29
  msgstr ""
30
 
31
- #: lib/yit-assets.php:103
32
  msgid "Clear color"
33
  msgstr ""
34
 
35
- #: lib/yit-assets.php:104
36
  msgid "Default"
37
  msgstr ""
38
 
39
- #: lib/yit-assets.php:105
40
  msgid "Select default color"
41
  msgstr ""
42
 
43
- #: lib/yit-assets.php:106
44
  msgid "Select Color"
45
  msgstr ""
46
 
47
- #: lib/yit-assets.php:107
48
  msgid "Color value"
49
  msgstr ""
50
 
@@ -132,7 +132,7 @@ msgid "%s Settings"
132
  msgstr ""
133
 
134
  #: lib/yit-cpt-unlimited.php:1050 lib/yit-cpt-unlimited.php:1198
135
- #: lib/yit-cpt-unlimited.php:1204 lib/yit-plugin-panel.php:80
136
  msgid "Settings"
137
  msgstr ""
138
 
@@ -222,90 +222,90 @@ msgstr ""
222
  msgid "Upload multiple files"
223
  msgstr ""
224
 
225
- #: lib/yit-plugin-panel-wc.php:426
226
  msgid "The changes you have made will be lost if you leave this page."
227
  msgstr ""
228
 
229
- #: lib/yit-plugin-panel.php:79
230
  msgid "Plugin Settings"
231
  msgstr ""
232
 
233
- #: lib/yit-plugin-panel.php:454 lib/yit-plugin-panel.php:457
234
  msgid "How to install premium version"
235
  msgstr ""
236
 
237
- #: lib/yit-plugin-panel.php:617 lib/yit-plugin-subpanel.php:151
238
- #: templates/panel/woocommerce/woocommerce-form.php:14
239
  msgid "Save Changes"
240
  msgstr ""
241
 
242
- #: lib/yit-plugin-panel.php:621 lib/yit-plugin-subpanel.php:154
243
- #: templates/panel/woocommerce/woocommerce-form.php:17
244
  msgid "If you continue with this action, you will reset all options in this page."
245
  msgstr ""
246
 
247
- #: lib/yit-plugin-panel.php:624 lib/yit-plugin-subpanel.php:156
248
  msgid "Reset to default"
249
  msgstr ""
250
 
251
- #: lib/yit-plugin-panel.php:625 lib/yit-plugin-subpanel.php:157
252
- #: templates/panel/woocommerce/woocommerce-form.php:21
253
  msgid "Are you sure?"
254
  msgstr ""
255
 
256
- #: lib/yit-plugin-panel.php:823
257
  msgid "The element you have entered already exists. Please, enter another name."
258
  msgstr ""
259
 
260
- #: lib/yit-plugin-panel.php:824
261
  msgid "Settings saved"
262
  msgstr ""
263
 
264
- #: lib/yit-plugin-panel.php:825
265
  msgid "Settings reset"
266
  msgstr ""
267
 
268
- #: lib/yit-plugin-panel.php:826
269
  msgid "Element deleted correctly."
270
  msgstr ""
271
 
272
- #: lib/yit-plugin-panel.php:827 lib/yit-plugin-panel.php:828
273
  msgid "Element updated correctly."
274
  msgstr ""
275
 
276
- #: lib/yit-plugin-panel.php:829
277
  msgid "Database imported correctly."
278
  msgstr ""
279
 
280
- #: lib/yit-plugin-panel.php:830
281
  msgid "An error has occurred during import. Please try again."
282
  msgstr ""
283
 
284
- #: lib/yit-plugin-panel.php:831
285
  msgid "The added file is not valid."
286
  msgstr ""
287
 
288
- #: lib/yit-plugin-panel.php:832
289
  msgid "Sorry, import is disabled."
290
  msgstr ""
291
 
292
- #: lib/yit-plugin-panel.php:833
293
  msgid "Sorting successful."
294
  msgstr ""
295
 
296
- #: lib/yit-plugin-panel.php:1281
297
  msgid "We need your support"
298
  msgstr ""
299
 
300
- #: lib/yit-plugin-panel.php:1282
301
  msgid "to keep updating and improving the plugin. Please,"
302
  msgstr ""
303
 
304
- #: lib/yit-plugin-panel.php:1284
305
  msgid "help us by leaving a five-star rating"
306
  msgstr ""
307
 
308
- #: lib/yit-plugin-panel.php:1285
309
  msgid ":) Thanks!"
310
  msgstr ""
311
 
@@ -642,7 +642,7 @@ msgstr ""
642
  msgid "(Default: <i %s></i> )"
643
  msgstr ""
644
 
645
- #: templates/panel/woocommerce/woocommerce-form.php:20
646
  msgid "Reset Defaults"
647
  msgstr ""
648
 
@@ -680,18 +680,24 @@ msgid "Defined WP_CACHE"
680
  msgstr ""
681
 
682
  #: templates/sysinfo/system-information-panel.php:123
 
683
  msgid "Yes"
684
  msgstr ""
685
 
686
  #: templates/sysinfo/system-information-panel.php:123
 
687
  msgid "No"
688
  msgstr ""
689
 
690
- #: templates/sysinfo/system-information-panel.php:159
691
- msgid "Show full PHPInfo"
692
  msgstr ""
693
 
694
  #: templates/sysinfo/system-information-panel.php:167
 
 
 
 
695
  msgid "Show log files"
696
  msgstr ""
697
 
@@ -789,7 +795,7 @@ msgctxt "Position in the \"Dimensions\" field"
789
  msgid "Left"
790
  msgstr ""
791
 
792
- #: templates/fields/dimensions.php:117
793
  msgctxt "Tooltip in the \"Dimensions\" field"
794
  msgid "Link values together"
795
  msgstr ""
4
  msgstr ""
5
  "Project-Id-Version: \n"
6
  "Report-Msgid-Bugs-To: YITH <plugins@yithemes.com>\n"
7
+ "POT-Creation-Date: 2020-11-10 12:29:32+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=utf-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
24
  "X-Textdomain-Support: yes\n"
25
  "X-Generator: grunt-wp-i18n 1.0.3\n"
26
 
27
+ #: lib/yit-assets.php:103
28
  msgid "Clear"
29
  msgstr ""
30
 
31
+ #: lib/yit-assets.php:104
32
  msgid "Clear color"
33
  msgstr ""
34
 
35
+ #: lib/yit-assets.php:105
36
  msgid "Default"
37
  msgstr ""
38
 
39
+ #: lib/yit-assets.php:106
40
  msgid "Select default color"
41
  msgstr ""
42
 
43
+ #: lib/yit-assets.php:107
44
  msgid "Select Color"
45
  msgstr ""
46
 
47
+ #: lib/yit-assets.php:108
48
  msgid "Color value"
49
  msgstr ""
50
 
132
  msgstr ""
133
 
134
  #: lib/yit-cpt-unlimited.php:1050 lib/yit-cpt-unlimited.php:1198
135
+ #: lib/yit-cpt-unlimited.php:1204 lib/yit-plugin-panel.php:81
136
  msgid "Settings"
137
  msgstr ""
138
 
222
  msgid "Upload multiple files"
223
  msgstr ""
224
 
225
+ #: lib/yit-plugin-panel-wc.php:427
226
  msgid "The changes you have made will be lost if you leave this page."
227
  msgstr ""
228
 
229
+ #: lib/yit-plugin-panel.php:80
230
  msgid "Plugin Settings"
231
  msgstr ""
232
 
233
+ #: lib/yit-plugin-panel.php:466 lib/yit-plugin-panel.php:469
234
  msgid "How to install premium version"
235
  msgstr ""
236
 
237
+ #: lib/yit-plugin-panel.php:633 lib/yit-plugin-subpanel.php:151
238
+ #: templates/panel/woocommerce/woocommerce-form.php:15
239
  msgid "Save Changes"
240
  msgstr ""
241
 
242
+ #: lib/yit-plugin-panel.php:637 lib/yit-plugin-subpanel.php:154
243
+ #: templates/panel/woocommerce/woocommerce-form.php:19
244
  msgid "If you continue with this action, you will reset all options in this page."
245
  msgstr ""
246
 
247
+ #: lib/yit-plugin-panel.php:640 lib/yit-plugin-subpanel.php:156
248
  msgid "Reset to default"
249
  msgstr ""
250
 
251
+ #: lib/yit-plugin-panel.php:641 lib/yit-plugin-subpanel.php:157
252
+ #: templates/panel/woocommerce/woocommerce-form.php:23
253
  msgid "Are you sure?"
254
  msgstr ""
255
 
256
+ #: lib/yit-plugin-panel.php:842
257
  msgid "The element you have entered already exists. Please, enter another name."
258
  msgstr ""
259
 
260
+ #: lib/yit-plugin-panel.php:843
261
  msgid "Settings saved"
262
  msgstr ""
263
 
264
+ #: lib/yit-plugin-panel.php:844
265
  msgid "Settings reset"
266
  msgstr ""
267
 
268
+ #: lib/yit-plugin-panel.php:845
269
  msgid "Element deleted correctly."
270
  msgstr ""
271
 
272
+ #: lib/yit-plugin-panel.php:846 lib/yit-plugin-panel.php:847
273
  msgid "Element updated correctly."
274
  msgstr ""
275
 
276
+ #: lib/yit-plugin-panel.php:848
277
  msgid "Database imported correctly."
278
  msgstr ""
279
 
280
+ #: lib/yit-plugin-panel.php:849
281
  msgid "An error has occurred during import. Please try again."
282
  msgstr ""
283
 
284
+ #: lib/yit-plugin-panel.php:850
285
  msgid "The added file is not valid."
286
  msgstr ""
287
 
288
+ #: lib/yit-plugin-panel.php:851
289
  msgid "Sorry, import is disabled."
290
  msgstr ""
291
 
292
+ #: lib/yit-plugin-panel.php:852
293
  msgid "Sorting successful."
294
  msgstr ""
295
 
296
+ #: lib/yit-plugin-panel.php:1315
297
  msgid "We need your support"
298
  msgstr ""
299
 
300
+ #: lib/yit-plugin-panel.php:1316
301
  msgid "to keep updating and improving the plugin. Please,"
302
  msgstr ""
303
 
304
+ #: lib/yit-plugin-panel.php:1318
305
  msgid "help us by leaving a five-star rating"
306
  msgstr ""
307
 
308
+ #: lib/yit-plugin-panel.php:1319
309
  msgid ":) Thanks!"
310
  msgstr ""
311
 
642
  msgid "(Default: <i %s></i> )"
643
  msgstr ""
644
 
645
+ #: templates/panel/woocommerce/woocommerce-form.php:22
646
  msgid "Reset Defaults"
647
  msgstr ""
648
 
680
  msgstr ""
681
 
682
  #: templates/sysinfo/system-information-panel.php:123
683
+ #: templates/sysinfo/system-information-panel.php:131
684
  msgid "Yes"
685
  msgstr ""
686
 
687
  #: templates/sysinfo/system-information-panel.php:123
688
+ #: templates/sysinfo/system-information-panel.php:131
689
  msgid "No"
690
  msgstr ""
691
 
692
+ #: templates/sysinfo/system-information-panel.php:128
693
+ msgid "External object cache"
694
  msgstr ""
695
 
696
  #: templates/sysinfo/system-information-panel.php:167
697
+ msgid "Show full PHPInfo"
698
+ msgstr ""
699
+
700
+ #: templates/sysinfo/system-information-panel.php:175
701
  msgid "Show log files"
702
  msgstr ""
703
 
795
  msgid "Left"
796
  msgstr ""
797
 
798
+ #: templates/fields/dimensions.php:99
799
  msgctxt "Tooltip in the \"Dimensions\" field"
800
  msgid "Link values together"
801
  msgstr ""
plugin-fw/lib/yit-plugin-licence.php CHANGED
@@ -87,8 +87,8 @@ if ( ! class_exists( 'YIT_Plugin_Licence' ) ) {
87
  * @author Andrea Grillo <andrea.grillo@yithemes.com>
88
  * @since 3.0.17
89
  */
90
- public static function get_license_activation_url(){
91
- return function_exists( 'YITH_Plugin_Licence' ) ? YITH_Plugin_Licence()->get_license_activation_url() : false;
92
  }
93
 
94
  /**
87
  * @author Andrea Grillo <andrea.grillo@yithemes.com>
88
  * @since 3.0.17
89
  */
90
+ public static function get_license_activation_url( $plugin_slug = '' ){
91
+ return function_exists( 'YITH_Plugin_Licence' ) ? YITH_Plugin_Licence()->get_license_activation_url( $plugin_slug ) : false;
92
  }
93
 
94
  /**
plugin-fw/lib/yit-plugin-panel.php CHANGED
@@ -170,7 +170,8 @@ if ( ! class_exists( 'YIT_Plugin_Panel' ) ) {
170
  $tabs = $this->get_taxonomy_tabs( $taxonomy );
171
  }
172
 
173
- $is_block_editor = function_exists( 'get_current_screen' ) && get_current_screen() && get_current_screen()->is_block_editor();
 
174
 
175
  if ( $tabs ) {
176
  // tabs_in_edit
170
  $tabs = $this->get_taxonomy_tabs( $taxonomy );
171
  }
172
 
173
+ $screen = function_exists( 'get_current_screen' ) ? get_current_screen() : false;
174
+ $is_block_editor = ! ! $screen && is_callable( array( $screen, 'is_block_editor' ) ) && $screen->is_block_editor();
175
 
176
  if ( $tabs ) {
177
  // tabs_in_edit
plugin-fw/package.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "name": "yith-plugin-framewowrk",
3
- "version": "3.4.29",
4
  "description": "YITH Plugin Framework",
5
  "main": "Gruntfile.js",
6
  "scripts": {
1
  {
2
  "name": "yith-plugin-framewowrk",
3
+ "version": "3.4.34",
4
  "description": "YITH Plugin Framework",
5
  "main": "Gruntfile.js",
6
  "scripts": {
plugin-fw/templates/fields/radio.php CHANGED
@@ -21,7 +21,7 @@ $class = 'yith-plugin-fw-radio ' . $class;
21
  ?>
22
  <div class="<?php echo $class ?>" id="<?php echo $id ?>"
23
  <?php echo $custom_attributes ?>
24
- <?php if ( isset( $data ) ) echo yith_plugin_fw_html_data_to_string( $data ); ?> data-value="<?php echo $value ?>">
25
  <?php foreach ( $options as $key => $label ) :
26
  $radio_id = sanitize_key( $id . '-' . $key );
27
  ?>
21
  ?>
22
  <div class="<?php echo $class ?>" id="<?php echo $id ?>"
23
  <?php echo $custom_attributes ?>
24
+ <?php if ( isset( $data ) ) echo yith_plugin_fw_html_data_to_string( $data ); ?> data-value="<?php echo $value ?>" data-type="radio">
25
  <?php foreach ( $options as $key => $label ) :
26
  $radio_id = sanitize_key( $id . '-' . $key );
27
  ?>
plugin-fw/templates/fields/select.php CHANGED
@@ -25,6 +25,7 @@ $class = isset( $class ) ? $class : 'yith-plugin-fw-select';
25
  id="<?php echo $id ?>"
26
  name="<?php echo $name ?><?php if ( $multiple ) echo "[]" ?>" <?php if ( isset( $std ) ) : ?>
27
  data-std="<?php echo ( $multiple ) ? implode( ' ,', $std ) : $std ?>"<?php endif ?>
 
28
 
29
  class="<?php echo $class ?>"
30
  <?php echo $placeholder ?>
25
  id="<?php echo $id ?>"
26
  name="<?php echo $name ?><?php if ( $multiple ) echo "[]" ?>" <?php if ( isset( $std ) ) : ?>
27
  data-std="<?php echo ( $multiple ) ? implode( ' ,', $std ) : $std ?>"<?php endif ?>
28
+ data-value="<?php echo ( $multiple ) ? implode( ' ,', $value ) : $value; ?>"
29
 
30
  class="<?php echo $class ?>"
31
  <?php echo $placeholder ?>
plugin-fw/templates/fields/toggle-element.php CHANGED
@@ -70,18 +70,21 @@ if ( empty( $values ) && !$show_add_button && $elements ) {
70
  $element[ 'id' ] = 'new_' . $element[ 'id' ];
71
  $element[ 'name' ] = $name . "[{{{data.index}}}][" . $element[ 'id' ] . "]";
72
  $class_element = isset( $element[ 'class_row' ] ) ? $element[ 'class_row' ] : '';
 
 
 
 
73
 
74
  $is_required = !empty( $element[ 'required' ] );
75
  if ( $is_required ) {
76
  $class_element .= ' yith-plugin-fw--required';
77
  }
78
  ?>
79
- <div class="yith-add-box-row <?php echo $class_element ?> <?php echo '{{{data.index}}}' ?>">
80
 
81
  <label for="<?php echo $element[ 'id' ]; ?>"><?php echo( $element[ 'title' ] ); ?></label>
82
  <div class="yith-plugin-fw-option-with-description">
83
- <?php
84
- echo yith_plugin_fw_get_field( $element, true ); ?>
85
  <span class="description"><?php echo !empty( $element[ 'desc' ] ) ? $element[ 'desc' ] : ''; ?></span>
86
  </div>
87
  </div>
@@ -126,16 +129,14 @@ if ( empty( $values ) && !$show_add_button && $elements ) {
126
  <?php
127
  if ( !empty( $onoff_field ) && is_array( $onoff_field ) ):
128
  $action = !empty( $onoff_field[ 'ajax_action' ] ) ? 'data-ajax_action="' . $onoff_field[ 'ajax_action' ] . '"' : '';
129
- $onoff_field[ 'value' ] = isset( $value[ $onoff_id ] ) ? $value[ $onoff_id ] : $onoff_field[ 'default' ];
130
  $onoff_field[ 'type' ] = 'onoff';
131
  $onoff_field[ 'name' ] = $name . "[$i][" . $onoff_id . "]";
132
  $onoff_field[ 'id' ] = $onoff_id . '_' . $i;
133
  unset( $onoff_field[ 'yith-type' ] );
134
  ?>
135
  <span class="yith-toggle-onoff" <?php echo $action; ?> >
136
- <?php
137
- echo yith_plugin_fw_get_field( $onoff_field, true );
138
- ?>
139
  </span>
140
 
141
  <?php if ( $sortable ): ?>
@@ -152,16 +153,21 @@ if ( empty( $values ) && !$show_add_button && $elements ) {
152
  unset( $element[ 'yith-type' ] );
153
  $element[ 'title' ] = $element[ 'name' ];
154
  $element[ 'name' ] = $name . "[$i][" . $element[ 'id' ] . "]";
155
- $element[ 'value' ] = isset( $value[ $element[ 'id' ] ] ) ? $value[ $element[ 'id' ] ] : $element[ 'default' ];
156
  $element[ 'id' ] = $element[ 'id' ] . '_' . $i;
157
  $element[ 'class_row' ] = isset( $element[ 'class_row' ] ) ? $element[ 'class_row' ] : '';
 
 
 
 
158
 
159
  $is_required = !empty( $element[ 'required' ] );
160
  if ( $is_required ) {
161
  $element[ 'class_row' ] .= ' yith-plugin-fw--required';
162
  }
 
163
  ?>
164
- <div class="yith-toggle-content-row <?php echo $element[ 'class_row' ] . ' ' . $element[ 'type' ] ?>">
165
  <label for="<?php echo $element[ 'id' ]; ?>"><?php echo $element[ 'title' ]; ?></label>
166
  <div class="yith-plugin-fw-option-with-description">
167
  <?php echo yith_plugin_fw_get_field( $element, true ); ?>
@@ -179,7 +185,7 @@ if ( empty( $values ) && !$show_add_button && $elements ) {
179
  $save_button_name = isset( $save_button[ 'name' ] ) ? $save_button[ 'name' ] : '';
180
  ?>
181
  <button id="<?php echo $save_button[ 'id' ]; ?>"
182
- class="yith-save-button <?php echo $save_button_class; ?>">
183
  <?php echo $save_button_name; ?>
184
  </button>
185
  <?php endif; ?>
@@ -223,16 +229,14 @@ if ( empty( $values ) && !$show_add_button && $elements ) {
223
  <?php
224
  if ( !empty( $onoff_field ) && is_array( $onoff_field ) ):
225
  $action = !empty( $onoff_field[ 'ajax_action' ] ) ? 'data-ajax_action="' . $onoff_field[ 'ajax_action' ] . '"' : '';
226
- $onoff_field[ 'value' ] = $onoff_field[ 'default' ];
227
  $onoff_field[ 'type' ] = 'onoff';
228
  $onoff_field[ 'name' ] = $name . "[{{{data.index}}}][" . $onoff_id . "]";
229
  $onoff_field[ 'id' ] = $onoff_id;
230
  unset( $onoff_field[ 'yith-type' ] );
231
  ?>
232
  <span class="yith-toggle-onoff" <?php echo $action; ?> >
233
- <?php
234
- echo yith_plugin_fw_get_field( $onoff_field, true );
235
- ?>
236
  </span>
237
 
238
  <?php endif; ?>
@@ -250,12 +254,17 @@ if ( empty( $values ) && !$show_add_button && $elements ) {
250
  $element[ 'name' ] = $name . "[{{{data.index}}}][" . $element[ 'id' ] . "]";
251
  $element[ 'id' ] = $element[ 'id' ] . '_{{{data.index}}}';
252
  $class_element = isset( $element[ 'class_row' ] ) ? $element[ 'class_row' ] : '';
 
 
 
 
253
  $is_required = !empty( $element[ 'required' ] );
254
  if ( $is_required ) {
255
  $class_element .= ' yith-plugin-fw--required';
256
  }
 
257
  ?>
258
- <div class="yith-toggle-content-row <?php echo $class_element . ' ' . $element[ 'type' ] ?>">
259
  <label for="<?php echo $element[ 'id' ]; ?>"><?php echo $element[ 'title' ]; ?></label>
260
  <div class="yith-plugin-fw-option-with-description">
261
  <?php echo yith_plugin_fw_get_field( $element, true ); ?>
70
  $element[ 'id' ] = 'new_' . $element[ 'id' ];
71
  $element[ 'name' ] = $name . "[{{{data.index}}}][" . $element[ 'id' ] . "]";
72
  $class_element = isset( $element[ 'class_row' ] ) ? $element[ 'class_row' ] : '';
73
+ // handle deps if any
74
+ ! empty( $element[ 'deps' ]['id'] ) && $element[ 'deps' ]['id'] = 'new_' . $element[ 'deps' ]['id'];
75
+ ! empty( $element[ 'deps' ]['target-id'] ) && $element[ 'deps' ]['target-id'] = 'new_' . $element[ 'deps' ]['target-id'];
76
+ $deps = yith_field_deps_data( $element );
77
 
78
  $is_required = !empty( $element[ 'required' ] );
79
  if ( $is_required ) {
80
  $class_element .= ' yith-plugin-fw--required';
81
  }
82
  ?>
83
+ <div class="yith-add-box-row yith-toggle-content-row <?php echo $class_element ?> <?php echo '{{{data.index}}}' ?>" <?php echo $deps ?>>
84
 
85
  <label for="<?php echo $element[ 'id' ]; ?>"><?php echo( $element[ 'title' ] ); ?></label>
86
  <div class="yith-plugin-fw-option-with-description">
87
+ <?php yith_plugin_fw_get_field( $element, true ); ?>
 
88
  <span class="description"><?php echo !empty( $element[ 'desc' ] ) ? $element[ 'desc' ] : ''; ?></span>
89
  </div>
90
  </div>
129
  <?php
130
  if ( !empty( $onoff_field ) && is_array( $onoff_field ) ):
131
  $action = !empty( $onoff_field[ 'ajax_action' ] ) ? 'data-ajax_action="' . $onoff_field[ 'ajax_action' ] . '"' : '';
132
+ $onoff_field[ 'value' ] = isset( $value[ $onoff_id ] ) ? $value[ $onoff_id ] : ( isset( $onoff_field[ 'default' ] ) ? $onoff_field[ 'default' ] : '' );
133
  $onoff_field[ 'type' ] = 'onoff';
134
  $onoff_field[ 'name' ] = $name . "[$i][" . $onoff_id . "]";
135
  $onoff_field[ 'id' ] = $onoff_id . '_' . $i;
136
  unset( $onoff_field[ 'yith-type' ] );
137
  ?>
138
  <span class="yith-toggle-onoff" <?php echo $action; ?> >
139
+ <?php yith_plugin_fw_get_field( $onoff_field, true ); ?>
 
 
140
  </span>
141
 
142
  <?php if ( $sortable ): ?>
153
  unset( $element[ 'yith-type' ] );
154
  $element[ 'title' ] = $element[ 'name' ];
155
  $element[ 'name' ] = $name . "[$i][" . $element[ 'id' ] . "]";
156
+ $element[ 'value' ] = isset( $value[ $element[ 'id' ] ] ) ? $value[ $element[ 'id' ] ] : ( isset( $element[ 'default' ] ) ? $element[ 'default' ] : '' );
157
  $element[ 'id' ] = $element[ 'id' ] . '_' . $i;
158
  $element[ 'class_row' ] = isset( $element[ 'class_row' ] ) ? $element[ 'class_row' ] : '';
159
+ // handle deps if any
160
+ ! empty( $element[ 'deps' ]['id'] ) && $element[ 'deps' ]['id'] = $element[ 'deps' ]['id'] . '_' . $i;
161
+ ! empty( $element[ 'deps' ]['target-id'] ) && $element[ 'deps' ]['target-id'] = $element[ 'deps' ]['target-id'] . '_' . $i;
162
+ $deps = yith_field_deps_data( $element );
163
 
164
  $is_required = !empty( $element[ 'required' ] );
165
  if ( $is_required ) {
166
  $element[ 'class_row' ] .= ' yith-plugin-fw--required';
167
  }
168
+
169
  ?>
170
+ <div class="yith-toggle-content-row <?php echo $element[ 'class_row' ] . ' ' . $element[ 'type' ] ?>" <?php echo $deps; ?>>
171
  <label for="<?php echo $element[ 'id' ]; ?>"><?php echo $element[ 'title' ]; ?></label>
172
  <div class="yith-plugin-fw-option-with-description">
173
  <?php echo yith_plugin_fw_get_field( $element, true ); ?>
185
  $save_button_name = isset( $save_button[ 'name' ] ) ? $save_button[ 'name' ] : '';
186
  ?>
187
  <button id="<?php echo $save_button[ 'id' ]; ?>"
188
+ class="button-primary yith-save-button <?php echo $save_button_class; ?>">
189
  <?php echo $save_button_name; ?>
190
  </button>
191
  <?php endif; ?>
229
  <?php
230
  if ( !empty( $onoff_field ) && is_array( $onoff_field ) ):
231
  $action = !empty( $onoff_field[ 'ajax_action' ] ) ? 'data-ajax_action="' . $onoff_field[ 'ajax_action' ] . '"' : '';
232
+ $onoff_field[ 'value' ] = isset( $onoff_field[ 'default' ] ) ? $onoff_field[ 'default' ] : '';
233
  $onoff_field[ 'type' ] = 'onoff';
234
  $onoff_field[ 'name' ] = $name . "[{{{data.index}}}][" . $onoff_id . "]";
235
  $onoff_field[ 'id' ] = $onoff_id;
236
  unset( $onoff_field[ 'yith-type' ] );
237
  ?>
238
  <span class="yith-toggle-onoff" <?php echo $action; ?> >
239
+ <?php yith_plugin_fw_get_field( $onoff_field, true ); ?>
 
 
240
  </span>
241
 
242
  <?php endif; ?>
254
  $element[ 'name' ] = $name . "[{{{data.index}}}][" . $element[ 'id' ] . "]";
255
  $element[ 'id' ] = $element[ 'id' ] . '_{{{data.index}}}';
256
  $class_element = isset( $element[ 'class_row' ] ) ? $element[ 'class_row' ] : '';
257
+ // handle deps if any
258
+ ! empty( $element[ 'deps' ]['id'] ) && $element[ 'deps' ]['id'] = $element[ 'deps' ]['id'] . '_{{{data.index}}}';
259
+ ! empty( $element[ 'deps' ]['target-id'] ) && $element[ 'deps' ]['target-id'] = $element[ 'deps' ]['target-id'] . '_{{{data.index}}}';
260
+ $deps = yith_field_deps_data( $element );
261
  $is_required = !empty( $element[ 'required' ] );
262
  if ( $is_required ) {
263
  $class_element .= ' yith-plugin-fw--required';
264
  }
265
+
266
  ?>
267
+ <div class="yith-toggle-content-row <?php echo $class_element . ' ' . $element[ 'type' ] ?>" <?php echo $deps; ?>>
268
  <label for="<?php echo $element[ 'id' ]; ?>"><?php echo $element[ 'title' ]; ?></label>
269
  <div class="yith-plugin-fw-option-with-description">
270
  <?php echo yith_plugin_fw_get_field( $element, true ); ?>
plugin-fw/yit-plugin.php CHANGED
@@ -184,14 +184,14 @@ if( ! function_exists( 'yith_add_action_links' ) ){
184
  * @return mixed
185
  * @use plugin_action_links_{$plugin_file_name}
186
  */
187
- function yith_add_action_links( $links, $panel_page = '', $is_premium = false ) {
188
  $links = is_array( $links ) ? $links : array();
189
  if( ! empty( $panel_page ) ){
190
  $links[] = sprintf( '<a href="%s">%s</a>', admin_url( "admin.php?page={$panel_page}" ), _x( 'Settings', 'Action links', 'yith-plugin-fw' ) );
191
  }
192
 
193
  if( $is_premium && class_exists( 'YIT_Plugin_Licence' ) ){
194
- $links[] = sprintf( '<a href="%s">%s</a>', YIT_Plugin_Licence()->get_license_activation_url(),__( 'License', 'yith-plugin-fw' ) );
195
  }
196
 
197
  return $links;
184
  * @return mixed
185
  * @use plugin_action_links_{$plugin_file_name}
186
  */
187
+ function yith_add_action_links( $links, $panel_page = '', $is_premium = false, $plugin_slug = '' ) {
188
  $links = is_array( $links ) ? $links : array();
189
  if( ! empty( $panel_page ) ){
190
  $links[] = sprintf( '<a href="%s">%s</a>', admin_url( "admin.php?page={$panel_page}" ), _x( 'Settings', 'Action links', 'yith-plugin-fw' ) );
191
  }
192
 
193
  if( $is_premium && class_exists( 'YIT_Plugin_Licence' ) ){
194
+ $links[] = sprintf( '<a href="%s">%s</a>', YIT_Plugin_Licence()->get_license_activation_url( $plugin_slug ),__( 'License', 'yith-plugin-fw' ) );
195
  }
196
 
197
  return $links;