YITH WooCommerce Ajax Product Filter - Version 3.9.0

Version Description

  • Released on 10 March 2020 =

  • New: Support for WordPress 5.4

  • New: Support for WooCommerce 4.0

  • Update: plugin framework

Download this release

Release Info

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

Code changes from version 3.8.4 to 3.9.0

README.txt CHANGED
@@ -3,8 +3,8 @@
3
  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.3
7
- Stable tag: 3.8.4
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -159,6 +159,12 @@ If you want to see a demonstration version of the premium plugin, you can see it
159
 
160
  == Changelog ==
161
 
 
 
 
 
 
 
162
  = 3.8.4 - Released on 27 December 2019 =
163
 
164
  * New: Support for WooCommerce 3.9
3
  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.4
7
+ Stable tag: 3.9.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
159
 
160
  == Changelog ==
161
 
162
+ = 3.9.0 - Released on 10 March 2020 =
163
+
164
+ * New: Support for WordPress 5.4
165
+ * New: Support for WooCommerce 4.0
166
+ * Update: plugin framework
167
+
168
  = 3.8.4 - Released on 27 December 2019 =
169
 
170
  * New: Support for WooCommerce 3.9
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.8.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: 3.3
13
- * WC tested up to: 3.8
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.8.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
 
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.9.0
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: 3.7
13
+ * WC tested up to: 4.0
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.9.0' );
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
@@ -455,11 +455,11 @@ YITH UI
455
  ****************/
456
  @font-face {
457
  font-family : 'yith-icon';
458
- src : url('../fonts/yith-icon.eot?7ik896');
459
- src : url('../fonts/yith-icon.eot?7ik896#iefix') format('embedded-opentype'),
460
- url('../fonts/yith-icon.ttf?7ik896') format('truetype'),
461
- url('../fonts/yith-icon.woff?7ik896') format('woff'),
462
- url('../fonts/yith-icon.svg?7ik896#yith-icon') format('svg');
463
  font-weight : normal;
464
  font-style : normal;
465
  }
@@ -479,138 +479,142 @@ YITH UI
479
  -moz-osx-font-smoothing : grayscale;
480
  }
481
 
482
- .yith-icon-reply:before {
483
- content: "\e91a";
 
 
 
 
 
 
 
484
  color: #757575;
485
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
486
  .yith-icon-calendar_add:before {
487
- content : "\e913";
488
- color : #757575;
489
  }
490
-
491
  .yith-icon-calendar_money:before {
492
- content : "\e914";
493
- color : #757575;
494
  }
495
-
496
  .yith-icon-calendar2:before {
497
- content : "\e915";
498
- color : #757575;
499
  }
500
-
501
  .yith-icon-people:before {
502
- content : "\e916";
503
- color : #757575;
504
  }
505
-
506
  .yith-icon-shield_money:before {
507
- content : "\e917";
508
- color : #757575;
509
  }
510
-
511
  .yith-icon-time_check:before {
512
- content : "\e918";
513
- color : #757575;
514
  }
515
-
516
  .yith-icon-world_settings:before {
517
- content : "\e919";
518
- color : #757575;
519
  }
520
-
521
  .yith-icon-arrow_eye_closed:before {
522
- content : "\e912";
523
- color : #757575;
524
  }
525
-
526
  .yith-icon-arrow_eye:before {
527
- content : "\e911";
528
- color : #757575;
529
  }
530
-
531
  .yith-icon-reset:before {
532
- content : "\e910";
533
- color : #757575;
534
  }
535
-
536
  .yith-icon-drag:before {
537
- content : "\e90f";
538
- color : #757575;
539
  }
540
-
541
  .yith-icon-trash:before {
542
- content : "\e90d";
543
- color : #757575;
544
  }
545
-
546
  .yith-icon-info:before {
547
- content : "\e90e";
548
- color : #757575;
549
  }
550
-
551
  .yith-icon-arrow_down:before {
552
- content : "\e900";
553
- color : #757575;
554
  }
555
-
556
  .yith-icon-arrow_left:before {
557
- content : "\e901";
558
- color : #757575;
559
  }
560
-
561
  .yith-icon-arrow_right:before {
562
- content : "\e902";
563
- color : #757575;
564
  }
565
-
566
  .yith-icon-arrow_up:before {
567
- content : "\e903";
568
- color : #757575;
569
  }
570
-
571
  .yith-icon-calendar:before {
572
- content : "\e904";
573
- color : #757575;
574
  }
575
-
576
  .yith-icon-check:before {
577
- content : "\e905";
578
- color : #757575;
579
  }
580
-
581
  .yith-icon-close:before {
582
- content : "\e906";
583
- color : #757575;
584
  }
585
-
586
  .yith-icon-edit:before {
587
- content : "\e907";
588
- color : #757575;
589
  }
590
-
591
  .yith-icon-magnifier:before {
592
- content : "\e908";
593
- color : #757575;
594
  }
595
-
596
  .yith-icon-pencil:before {
597
- content : "\e909";
598
- color : #757575;
599
  }
600
-
601
  .yith-icon-plus:before {
602
- content : "\e90a";
603
- color : #757575;
604
  }
605
-
606
  .yith-icon-update:before {
607
- content : "\e90b";
608
- color : #757575;
609
  }
610
-
611
  .yith-icon-upload:before {
612
- content : "\e90c";
613
- color : #757575;
 
 
 
614
  }
615
 
616
  .yith-plugin-fw-banner {
@@ -796,7 +800,7 @@ YITH UI
796
  background : #f1f1f1;
797
  font-size : 14px;
798
  font-weight : 700;
799
- width : 40%;
800
  display : block;
801
  padding : 15px;
802
  margin-bottom : 0;
@@ -1401,7 +1405,7 @@ span.select2.select2-container.select2-container--default.yith-plugin-fw-select2
1401
  }
1402
 
1403
  .yith-plugin-ui .yith-plugin-fw-onoff-container input + span:after {
1404
- content : 'OFF';
1405
  width : 14px;
1406
  height : 14px;
1407
  font-size : 13px;
@@ -1427,7 +1431,7 @@ span.select2.select2-container.select2-container--default.yith-plugin-fw-select2
1427
 
1428
  .yith-plugin-ui .yith-plugin-fw-onoff-container input:checked + span:after,
1429
  .yith-plugin-ui.yith-plugin-fw-onoff-container input.onoffchecked + span:after {
1430
- content : 'ON';
1431
  color : #98aa36;
1432
  width : 14px;
1433
  height : 14px;
455
  ****************/
456
  @font-face {
457
  font-family : 'yith-icon';
458
+ src : url('../fonts/yith-icon.eot?g6bfgy');
459
+ src : url('../fonts/yith-icon.eot?g6bfgy#iefix') format('embedded-opentype'),
460
+ url('../fonts/yith-icon.ttf?g6bfgy') format('truetype'),
461
+ url('../fonts/yith-icon.woff?g6bfgy') format('woff'),
462
+ url('../fonts/yith-icon.svg?g6bfgy#yith-icon') format('svg');
463
  font-weight : normal;
464
  font-style : normal;
465
  }
479
  -moz-osx-font-smoothing : grayscale;
480
  }
481
 
482
+ .yith-icon-paypal-svgrepo-com:before {
483
+ content: "\e91b";
484
+ }
485
+ .yith-icon-check-circle:before {
486
+ content: "\e921";
487
+ color: #757575;
488
+ }
489
+ .yith-icon-info-squared:before {
490
+ content: "\e922";
491
  color: #757575;
492
  }
493
+ .yith-icon-warning-triangle:before {
494
+ content: "\e923";
495
+ color: #757575;
496
+ }
497
+ .yith-icon-bank:before {
498
+ content: "\e91c";
499
+ }
500
+ .yith-icon-accounting:before {
501
+ content: "\e91d";
502
+ }
503
+ .yith-icon-bank-check:before {
504
+ content: "\e91e";
505
+ }
506
+ .yith-icon-cash:before {
507
+ content: "\e91f";
508
+ }
509
+ .yith-icon-credit-card:before {
510
+ content: "\e920";
511
+ }
512
  .yith-icon-calendar_add:before {
513
+ content: "\e913";
514
+ color: #757575;
515
  }
 
516
  .yith-icon-calendar_money:before {
517
+ content: "\e914";
518
+ color: #757575;
519
  }
 
520
  .yith-icon-calendar2:before {
521
+ content: "\e915";
522
+ color: #757575;
523
  }
 
524
  .yith-icon-people:before {
525
+ content: "\e916";
526
+ color: #757575;
527
  }
 
528
  .yith-icon-shield_money:before {
529
+ content: "\e917";
530
+ color: #757575;
531
  }
 
532
  .yith-icon-time_check:before {
533
+ content: "\e918";
534
+ color: #757575;
535
  }
 
536
  .yith-icon-world_settings:before {
537
+ content: "\e919";
538
+ color: #757575;
539
  }
 
540
  .yith-icon-arrow_eye_closed:before {
541
+ content: "\e912";
542
+ color: #757575;
543
  }
 
544
  .yith-icon-arrow_eye:before {
545
+ content: "\e911";
546
+ color: #757575;
547
  }
 
548
  .yith-icon-reset:before {
549
+ content: "\e910";
550
+ color: #757575;
551
  }
 
552
  .yith-icon-drag:before {
553
+ content: "\e90f";
554
+ color: #757575;
555
  }
 
556
  .yith-icon-trash:before {
557
+ content: "\e90d";
558
+ color: #757575;
559
  }
 
560
  .yith-icon-info:before {
561
+ content: "\e90e";
562
+ color: #757575;
563
  }
 
564
  .yith-icon-arrow_down:before {
565
+ content: "\e900";
566
+ color: #757575;
567
  }
 
568
  .yith-icon-arrow_left:before {
569
+ content: "\e901";
570
+ color: #757575;
571
  }
 
572
  .yith-icon-arrow_right:before {
573
+ content: "\e902";
574
+ color: #757575;
575
  }
 
576
  .yith-icon-arrow_up:before {
577
+ content: "\e903";
578
+ color: #757575;
579
  }
 
580
  .yith-icon-calendar:before {
581
+ content: "\e904";
582
+ color: #757575;
583
  }
 
584
  .yith-icon-check:before {
585
+ content: "\e905";
586
+ color: #757575;
587
  }
 
588
  .yith-icon-close:before {
589
+ content: "\e906";
590
+ color: #757575;
591
  }
 
592
  .yith-icon-edit:before {
593
+ content: "\e907";
594
+ color: #757575;
595
  }
 
596
  .yith-icon-magnifier:before {
597
+ content: "\e908";
598
+ color: #757575;
599
  }
 
600
  .yith-icon-pencil:before {
601
+ content: "\e909";
602
+ color: #757575;
603
  }
 
604
  .yith-icon-plus:before {
605
+ content: "\e90a";
606
+ color: #757575;
607
  }
 
608
  .yith-icon-update:before {
609
+ content: "\e90b";
610
+ color: #757575;
611
  }
 
612
  .yith-icon-upload:before {
613
+ content: "\e90c";
614
+ color: #757575;
615
+ }
616
+ .yith-icon-reply:before {
617
+ content: "\e91a";
618
  }
619
 
620
  .yith-plugin-fw-banner {
800
  background : #f1f1f1;
801
  font-size : 14px;
802
  font-weight : 700;
803
+ width : 50%;
804
  display : block;
805
  padding : 15px;
806
  margin-bottom : 0;
1405
  }
1406
 
1407
  .yith-plugin-ui .yith-plugin-fw-onoff-container input + span:after {
1408
+ content : attr(data-text-off);
1409
  width : 14px;
1410
  height : 14px;
1411
  font-size : 13px;
1431
 
1432
  .yith-plugin-ui .yith-plugin-fw-onoff-container input:checked + span:after,
1433
  .yith-plugin-ui.yith-plugin-fw-onoff-container input.onoffchecked + span:after {
1434
+ content : attr(data-text-on);
1435
  color : #98aa36;
1436
  width : 14px;
1437
  height : 14px;
plugin-fw/assets/fonts/yith-icon.eot CHANGED
Binary file
plugin-fw/assets/fonts/yith-icon.svg CHANGED
@@ -34,4 +34,13 @@
34
  <glyph unicode="&#xe918;" glyph-name="time_check" d="M86.528 448.341c-0.341-235.008 189.952-425.643 424.96-425.984s425.643 189.952 425.984 424.96c0.171 83.968-24.576 166.059-71.168 236.032l-60.075-63.488c22.528-39.765 37.035-83.627 42.325-129.195h-80.384v-84.651h80.384c-19.627-154.795-141.483-276.651-296.277-296.277v84.651h-84.651v-84.651c-154.795 19.456-276.821 141.483-296.277 296.277h84.651v84.651h-84.651c18.432 155.307 140.971 277.845 296.277 296.277v-82.603h84.651v81.749c46.251-5.803 90.795-21.163 130.731-44.885l61.44 61.44c-68.779 46.080-149.675 70.827-232.448 71.168-234.837-0.341-425.301-190.635-425.472-425.472zM414.549 605.355l-59.563-59.733 157.013-157.013 410.624 410.965-59.733 59.733-350.891-350.891z" />
35
  <glyph unicode="&#xe919;" glyph-name="world_settings" d="M833.707 597.333l48.981 81.92-139.435 139.435-81.92-48.981c-8.875 4.267-18.091 7.851-27.648 11.435l-23.040 92.672h-98.645c-235.179-0.171-425.643-190.635-425.643-425.813s190.464-425.643 425.643-425.643h98.645l23.040 92.672c9.557 3.584 18.773 7.168 27.648 11.435l81.92-48.981 139.435 139.435-48.981 81.92c3.925 8.875 7.851 18.091 11.435 27.648l92.672 23.040v197.12l-92.672 23.040c-3.584 9.557-7.168 20.139-11.435 27.648zM319.659 448c0.171 35.669 3.243 71.339 9.216 106.496h147.627v-212.821h-147.627c-5.973 34.987-9.045 70.656-9.216 106.325zM476.501 795.989v-170.667h-129.877c28.16 86.699 75.264 150.869 129.877 170.667zM476.501 270.677v-171.008c-54.613 19.797-101.888 84.139-129.877 171.008h129.877zM547.499 547.669c55.125-20.309 83.456-81.579 63.147-136.704-10.752-29.184-33.792-52.224-63.147-63.147v199.851zM323.925 748.203c-22.869-38.4-40.277-79.701-51.712-122.709h-67.072c29.013 49.835 69.803 91.989 118.784 122.709zM173.568 554.496h83.797c-11.435-70.485-11.435-142.336 0-212.821h-83.797c-21.845 69.12-21.845 143.531 0 212.821zM205.141 270.677h67.072c11.435-43.179 29.013-84.651 51.712-123.051-48.981 30.72-89.771 73.045-118.784 123.051zM866.816 404.651l-77.312-19.456-5.632-19.115c-5.632-18.091-12.8-35.669-21.675-52.565l-9.557-17.749 40.789-68.096-61.099-61.44-68.437 41.301-17.749-9.557c-16.725-8.875-34.133-16.043-52.224-21.675l-19.456-5.632-19.115-77.312h-7.851v180.907c96.085 19.456 158.037 113.152 138.581 209.067-14.165 69.803-68.779 124.416-138.581 138.581v180.907h7.851l19.115-77.312 19.456-5.632c18.091-5.973 35.669-13.824 52.224-23.381l17.749-9.557 68.437 40.789 61.099-61.099-40.96-66.731 9.557-17.749c8.875-16.555 16.213-34.133 21.675-52.224l5.632-19.456 77.312-19.115 0.171-86.699z" />
36
  <glyph unicode="&#xe91a;" glyph-name="reply" d="M426 554.667q208-30 321-159t149-311q-154 218-470 218v-174l-298 298 298 298v-170z" />
 
 
 
 
 
 
 
 
 
37
  </font></defs></svg>
34
  <glyph unicode="&#xe918;" glyph-name="time_check" d="M86.528 448.341c-0.341-235.008 189.952-425.643 424.96-425.984s425.643 189.952 425.984 424.96c0.171 83.968-24.576 166.059-71.168 236.032l-60.075-63.488c22.528-39.765 37.035-83.627 42.325-129.195h-80.384v-84.651h80.384c-19.627-154.795-141.483-276.651-296.277-296.277v84.651h-84.651v-84.651c-154.795 19.456-276.821 141.483-296.277 296.277h84.651v84.651h-84.651c18.432 155.307 140.971 277.845 296.277 296.277v-82.603h84.651v81.749c46.251-5.803 90.795-21.163 130.731-44.885l61.44 61.44c-68.779 46.080-149.675 70.827-232.448 71.168-234.837-0.341-425.301-190.635-425.472-425.472zM414.549 605.355l-59.563-59.733 157.013-157.013 410.624 410.965-59.733 59.733-350.891-350.891z" />
35
  <glyph unicode="&#xe919;" glyph-name="world_settings" d="M833.707 597.333l48.981 81.92-139.435 139.435-81.92-48.981c-8.875 4.267-18.091 7.851-27.648 11.435l-23.040 92.672h-98.645c-235.179-0.171-425.643-190.635-425.643-425.813s190.464-425.643 425.643-425.643h98.645l23.040 92.672c9.557 3.584 18.773 7.168 27.648 11.435l81.92-48.981 139.435 139.435-48.981 81.92c3.925 8.875 7.851 18.091 11.435 27.648l92.672 23.040v197.12l-92.672 23.040c-3.584 9.557-7.168 20.139-11.435 27.648zM319.659 448c0.171 35.669 3.243 71.339 9.216 106.496h147.627v-212.821h-147.627c-5.973 34.987-9.045 70.656-9.216 106.325zM476.501 795.989v-170.667h-129.877c28.16 86.699 75.264 150.869 129.877 170.667zM476.501 270.677v-171.008c-54.613 19.797-101.888 84.139-129.877 171.008h129.877zM547.499 547.669c55.125-20.309 83.456-81.579 63.147-136.704-10.752-29.184-33.792-52.224-63.147-63.147v199.851zM323.925 748.203c-22.869-38.4-40.277-79.701-51.712-122.709h-67.072c29.013 49.835 69.803 91.989 118.784 122.709zM173.568 554.496h83.797c-11.435-70.485-11.435-142.336 0-212.821h-83.797c-21.845 69.12-21.845 143.531 0 212.821zM205.141 270.677h67.072c11.435-43.179 29.013-84.651 51.712-123.051-48.981 30.72-89.771 73.045-118.784 123.051zM866.816 404.651l-77.312-19.456-5.632-19.115c-5.632-18.091-12.8-35.669-21.675-52.565l-9.557-17.749 40.789-68.096-61.099-61.44-68.437 41.301-17.749-9.557c-16.725-8.875-34.133-16.043-52.224-21.675l-19.456-5.632-19.115-77.312h-7.851v180.907c96.085 19.456 158.037 113.152 138.581 209.067-14.165 69.803-68.779 124.416-138.581 138.581v180.907h7.851l19.115-77.312 19.456-5.632c18.091-5.973 35.669-13.824 52.224-23.381l17.749-9.557 68.437 40.789 61.099-61.099-40.96-66.731 9.557-17.749c8.875-16.555 16.213-34.133 21.675-52.224l5.632-19.456 77.312-19.115 0.171-86.699z" />
36
  <glyph unicode="&#xe91a;" glyph-name="reply" d="M426 554.667q208-30 321-159t149-311q-154 218-470 218v-174l-298 298 298 298v-170z" />
37
+ <glyph unicode="&#xe91b;" glyph-name="paypal-svgrepo-com" d="M948.695 781.407c41.592-76.275 27.867-166.22 11.486-219.376-88.641-289.544-488.607-273.795-546.47-273.795-57.795 0-71.254-53.893-71.254-53.893l-43.213-188.526c-11.779-66.175-71.793-62.877-71.793-62.877s-78.009 0-130.188 0c-3.273 0-6.328 0.225-9.134 0.631-0.645-12.117 1.079-47.541 44.401-47.541 52.139 0 130.147 0 130.147 0s60.013-3.366 71.834 62.806l43.165 188.519c0 0 13.507 53.897 71.301 53.897 57.767 0 457.829-15.746 546.514 273.808 19.787 64.717 35.874 183.635-46.797 266.347zM259.046 86.911l43.206 188.533c0 0 13.421 53.801 71.301 53.801 57.747 0 457.781-15.664 546.429 273.819 32.437 105.838 54.958 356.92-348.956 356.92h-291.749c0 0-60.641 2.816-75.606-61.659l-190.628-822.715c0 0-8.185-51.555 43.974-51.555 52.207 0 130.233 0 130.233 0s60.013-3.393 71.796 62.857zM369 565.482l38.741 167.179c0 0 12.339 45.462 52.207 52.193 39.827 6.755 107.667-1.201 125.12-4.495 113.299-21.279 89.201-128.478 89.201-128.478-22.433-165.476-280.007-142.514-280.007-142.514-40.383 14.602-25.262 56.115-25.262 56.115z" />
38
+ <glyph unicode="&#xe91c;" glyph-name="bank" d="M511.488 599.723c-8.875 0-16.213 7.168-16.213 16.213 0 4.608-3.755 8.363-8.363 8.363s-8.363-3.755-8.363-8.363c0-15.189 10.411-27.989 24.576-31.744v-6.315c0-4.608 3.755-8.363 8.363-8.363s8.363 3.755 8.363 8.363v6.315c14.165 3.755 24.576 16.384 24.576 31.744 0 18.091-14.848 32.939-32.939 32.939-8.875 0-16.213 7.168-16.213 16.213 0 8.875 7.168 16.213 16.213 16.213 8.533 0 15.531-6.656 16.213-15.019 0.341-4.608 4.437-8.021 8.875-7.851 4.608 0.341 8.192 4.267 7.851 8.875-1.024 14.336-11.093 25.941-24.576 29.525v6.315c0 4.608-3.755 8.363-8.363 8.363s-8.363-3.755-8.363-8.363v-6.315c-13.995-3.755-24.576-16.555-24.576-31.744 0-18.091 14.848-32.939 32.939-32.939 8.875 0 16.213-7.168 16.213-16.213s-7.339-16.213-16.213-16.213zM862.72 508.587c0 0.512-0.171 1.195-0.341 1.707s-0.171 1.024-0.341 1.365c-0.171 0.512-0.512 0.853-0.853 1.195-0.341 0.512-0.683 1.024-1.024 1.365-0.171 0.171-0.171 0.171-0.171 0.341l-342.699 283.648c-3.072 2.56-7.68 2.56-10.752 0l-342.187-283.477c-0.171-0.171-0.171-0.171-0.171-0.341-0.512-0.341-0.683-0.853-1.024-1.365-0.341-0.341-0.683-0.853-0.853-1.195-0.171-0.512-0.341-1.024-0.341-1.365-0.171-0.512-0.341-1.195-0.341-1.707 0-0.171 0-0.171 0-0.341v-66.56c0-4.608 3.755-8.363 8.363-8.363h85.504v-258.048h-85.845c-4.608 0-8.363-3.755-8.363-8.363v-55.467c0-1.365 0.341-2.56 0.853-3.584-0.512-1.024-0.853-2.219-0.853-3.584 0-4.608 3.755-8.363 8.363-8.363h678.571c4.608 0 8.363 3.755 8.363 8.363v62.635c0 4.608-3.755 8.363-8.363 8.363h-79.872v257.877h86.016c4.608 0 8.363 3.755 8.363 8.363v66.56c0 0.171 0 0.171 0 0.341zM178.005 450.048v49.835h667.989v-49.835h-667.989zM839.851 158.549v-45.909h-661.845v45.909h661.845zM482.816 175.275v258.048h62.123v-258.048h-62.123zM512 780.971l319.147-264.363h-638.293l319.147 264.363zM271.872 433.323h194.048v-258.048h-115.029v228.352c0 4.608-3.755 8.363-8.363 8.363s-8.363-3.755-8.363-8.363v-228.352h-62.123v258.048zM751.616 175.275h-189.952v258.048h110.933v-227.499c0-4.608 3.755-8.363 8.363-8.363s8.363 3.755 8.363 8.363v227.499h62.123v-258.048z" />
39
+ <glyph unicode="&#xe91d;" glyph-name="accounting" d="M862.72 432.128c0 0.512-0.171 1.024-0.341 1.536s-0.171 0.853-0.512 1.365c-0.171 0.341-0.512 0.853-0.853 1.195s-0.683 0.853-1.024 1.195c-0.171 0.171-0.171 0.171-0.341 0.341l-30.891 23.893c-2.56 2.048-6.315 2.219-9.045 0.341l-31.061-21.163-33.792 21.163c0 0 0 0 0 0h-0.171c-0.171 0.171-0.512 0.171-0.853 0.341-0.683 0.341-1.195 0.683-2.048 0.683-0.512 0-1.024 0-1.365 0-0.512 0-1.024 0-1.536 0-0.683-0.171-1.365-0.512-1.877-0.853-0.171-0.171-0.512-0.171-0.683-0.341v0c0 0 0 0 0 0l-5.973-4.096-29.184-19.797c-3.413-2.389-4.437-7.168-2.048-10.581 1.536-2.219 3.925-3.413 6.315-3.413 1.536 0 2.901 0.512 4.267 1.365l31.232 21.163 33.963-21.333c2.56-1.707 5.803-1.536 8.363 0.171l30.549 20.821 23.552-18.261v-152.747c0-43.861-35.669-79.701-79.701-79.701-43.861 0-79.701 35.669-79.701 79.701v407.723c0 47.957-35.84 87.723-82.261 94.037-1.024 0.512-2.219 1.024-3.584 1.024h-297.813c-52.395 0-94.891-42.667-94.891-94.891v-27.819h-13.995c-18.773 0-33.963-15.189-33.963-33.963v-468.821c0-18.773 15.189-33.963 33.963-33.963h341.504c18.773 0 33.963 15.189 33.963 33.963v468.651c0 18.773-15.189 33.963-33.963 33.963h-13.995v27.819c0 42.325 33.28 76.971 75.093 79.36 41.813-2.389 75.093-37.035 75.093-79.36v-407.723c0-33.28 17.408-62.635 43.52-79.701h-114.517c-4.267 0-7.68-3.413-7.68-7.68s3.413-7.68 7.68-7.68h166.059c52.395 0 94.891 42.667 94.891 94.891v156.501c-0.341 0.341-0.341 0.512-0.341 0.683zM507.563 682.837v-81.749c0-4.267 3.413-7.68 7.68-7.68s7.68 3.413 7.68 7.68v38.571h13.995c10.411 0 18.773-8.363 18.773-18.773v-468.821c0-10.24-8.363-18.773-18.773-18.773h-341.675c-10.24 0-18.773 8.363-18.773 18.773v468.992c0 10.24 8.363 18.773 18.773 18.773h13.995v-38.571c0-4.267 3.413-7.68 7.68-7.68h248.832c4.267 0 7.68 3.413 7.68 7.68s-3.413 7.68-7.68 7.68h-241.152v74.069c0 43.861 35.669 79.701 79.701 79.701h246.784c-26.283-17.237-43.52-46.421-43.52-79.872zM209.237 558.251v-85.333c0-4.267 3.413-7.68 7.68-7.68h298.155c4.267 0 7.68 3.413 7.68 7.68v85.333c0 4.267-3.413 7.68-7.68 7.68h-298.155c-4.096 0-7.68-3.413-7.68-7.68zM224.597 550.571h282.965v-70.144h-282.965v70.144zM290.304 416.597h-73.387c-4.267 0-7.68-3.413-7.68-7.68s3.413-7.68 7.68-7.68h73.387c4.267 0 7.68 3.413 7.68 7.68s-3.413 7.68-7.68 7.68zM402.773 416.597h-73.387c-4.267 0-7.68-3.413-7.68-7.68s3.413-7.68 7.68-7.68h73.387c4.267 0 7.68 3.413 7.68 7.68s-3.413 7.68-7.68 7.68zM515.243 416.597h-73.387c-4.267 0-7.68-3.413-7.68-7.68s3.413-7.68 7.68-7.68h73.387c4.267 0 7.68 3.413 7.68 7.68-0.171 4.267-3.584 7.68-7.68 7.68zM290.304 334.507h-73.387c-4.267 0-7.68-3.413-7.68-7.68s3.413-7.68 7.68-7.68h73.387c4.267 0 7.68 3.413 7.68 7.68s-3.413 7.68-7.68 7.68zM402.773 334.507h-73.387c-4.267 0-7.68-3.413-7.68-7.68s3.413-7.68 7.68-7.68h73.387c4.267 0 7.68 3.413 7.68 7.68s-3.413 7.68-7.68 7.68zM515.243 334.507h-73.387c-4.267 0-7.68-3.413-7.68-7.68s3.413-7.68 7.68-7.68h73.387c4.267 0 7.68 3.413 7.68 7.68s-3.584 7.68-7.68 7.68zM290.304 252.245h-73.387c-4.267 0-7.68-3.413-7.68-7.68s3.413-7.68 7.68-7.68h73.387c4.267 0 7.68 3.413 7.68 7.68s-3.413 7.68-7.68 7.68zM402.773 252.245h-73.387c-4.267 0-7.68-3.413-7.68-7.68s3.413-7.68 7.68-7.68h73.387c4.267 0 7.68 3.413 7.68 7.68s-3.413 7.68-7.68 7.68zM515.243 252.245h-73.387c-4.267 0-7.68-3.413-7.68-7.68s3.413-7.68 7.68-7.68h73.387c4.267 0 7.68 3.413 7.68 7.68-0.171 4.267-3.584 7.68-7.68 7.68z" />
40
+ <glyph unicode="&#xe91e;" glyph-name="bank-check" d="M862.72 645.803c-0.171 1.877-1.195 3.755-2.731 4.949l-96.768 75.776c-3.243 2.56-7.851 1.877-10.411-1.195l-274.091-349.184c-0.853-1.024-1.365-2.389-1.536-3.584l-14.677-118.955c-0.341-2.56 0.683-5.12 2.731-6.656 1.365-1.024 2.901-1.536 4.608-1.536 0.853 0 1.707 0.171 2.731 0.512l111.445 43.008c1.195 0.512 2.389 1.195 3.072 2.389l153.259 195.243v-303.957h-564.395l0.512 337.408 347.989-1.536c0 0 0 0 0 0 4.096 0 7.339 3.243 7.339 7.339s-3.243 7.339-7.339 7.339l-355.328 1.536c-2.219-0.341-3.755-0.683-5.291-2.219-1.365-1.365-2.219-3.243-2.219-5.291l-0.512-351.915c0-3.584 2.56-6.315 5.973-6.997 0.853-0.341 1.877-0.683 2.901-0.683h577.707c4.096 0 7.339 3.243 7.339 7.339v330.24l106.155 135.168c1.195 1.536 1.707 3.584 1.536 5.461zM587.776 315.904l-56.491 44.203c-3.243 2.56-7.851 1.877-10.411-1.195-2.56-3.243-1.877-7.851 1.195-10.411l56.491-44.203-1.877-2.389-98.133-37.888 12.971 104.619 222.208 283.136 61.099-47.957c1.365-1.024 2.901-1.536 4.608-1.536 2.219 0 4.267 1.024 5.803 2.901 2.56 3.243 1.877 7.851-1.195 10.411l-61.099 47.787 37.035 47.104 85.163-66.731-257.365-327.851zM466.261 443.051c0 4.096-3.243 7.339-7.339 7.339h-206.507c-4.096 0-7.339-3.243-7.339-7.339s3.243-7.339 7.339-7.339h206.507c3.925 0 7.339 3.243 7.339 7.339zM395.605 351.403c0 4.096-3.243 7.339-7.339 7.339h-136.021c-4.096 0-7.339-3.243-7.339-7.339s3.243-7.339 7.339-7.339h136.021c4.096 0 7.339 3.243 7.339 7.339zM252.245 267.264c-4.096 0-7.339-3.243-7.339-7.339s3.243-7.339 7.339-7.339h81.92c4.096 0 7.339 3.243 7.339 7.339s-3.243 7.339-7.339 7.339h-81.92z" />
41
+ <glyph unicode="&#xe91f;" glyph-name="cash" d="M387.072 268.629c1.024-0.853 2.389-1.195 3.755-1.195 0.853 0 1.707 0.171 2.56 0.512l138.752 59.733c3.243 1.365 4.779 5.291 3.413 8.533s-5.291 4.779-8.533 3.413l-135.339-58.368-218.795 151.552c-2.901 2.048-6.997 1.365-9.045-1.707-2.048-2.901-1.365-6.997 1.707-9.045l221.525-153.429zM852.48 474.453l-131.584-55.125c-3.243-1.365-4.949-5.12-3.413-8.533 1.024-2.56 3.413-3.925 5.973-3.925 0.853 0 1.707 0.171 2.56 0.512l131.584 55.125c3.243 1.365 4.949 5.12 3.413 8.533-1.365 3.243-5.291 4.779-8.533 3.413zM851.285 425.643l-153.771-64.341 2.219 83.285 0.683 0.341c0.341 0.171 0.512 0.171 0.853 0.341l157.696 66.048c2.219 0.853 3.755 2.901 3.925 5.291s-0.853 4.608-2.731 5.973l-221.696 153.6c-1.877 1.195-4.096 1.536-6.144 0.683l-464.213-194.389c-0.171 0-0.341-0.171-0.512-0.341-0.341-0.171-0.683-0.512-1.024-0.683-0.341-0.341-0.683-0.512-1.024-0.853-0.171-0.171-0.341-0.171-0.341-0.341-0.171-0.171-0.171-0.341-0.341-0.683s-0.341-0.853-0.512-1.195c-0.171-0.341-0.171-0.853-0.171-1.195s0-0.853 0-1.195c0-0.512 0.171-0.853 0.341-1.365 0-0.171 0-0.512 0.171-0.683 0-0.171 0.171-0.341 0.341-0.512 0.171-0.341 0.512-0.683 0.683-1.024 0.341-0.341 0.512-0.683 0.853-1.024 0.171-0.171 0.171-0.341 0.341-0.341l221.696-153.6c0 0 0 0 0 0 0.341-0.341 0.853-0.512 1.195-0.683 0.171 0 0.341-0.171 0.512-0.171 0.512-0.171 1.024-0.171 1.365-0.171 0.171 0 0.341 0 0.341 0v0c0 0 0 0 0 0 0.853 0 1.707 0.171 2.56 0.512l158.379 66.389-2.219-83.285-160.427-67.243-218.795 151.723c-2.901 2.048-6.997 1.365-9.045-1.707-2.048-2.901-1.365-6.997 1.707-9.045l221.696-153.6c1.195-0.853 2.389-1.195 3.755-1.195 0.853 0 1.707 0.171 2.56 0.512l464.213 194.389c3.243 1.365 4.949 5.12 3.413 8.533-1.536 3.072-5.291 4.608-8.533 3.243zM633.685 663.381l209.067-144.896-144.213-60.416-209.067 144.896 144.213 60.416zM392.704 330.069l-209.067 144.896 155.819 65.195 209.067-144.896-155.819-65.195zM566.101 395.264c0 0.171-0.171 0.341-0.171 0.683 0 0.512-0.171 0.853-0.171 1.365-0.171 0.341-0.171 0.853-0.512 1.195-0.171 0.341-0.341 0.683-0.683 1.024s-0.512 0.683-0.853 1.024c-0.171 0.171-0.341 0.341-0.512 0.512l-209.749 145.408 121.515 50.859 211.456-146.603-2.389-94.891-120.32-50.347 2.389 89.771zM391.168 437.76c-1.877 4.779-7.339 7.168-12.117 5.291s-7.168-7.339-5.291-12.117c1.877-4.779 7.339-7.168 12.117-5.291s7.168 7.339 5.291 12.117zM674.133 551.083c4.779 1.877 7.168 7.339 5.291 12.117s-7.339 7.168-12.117 5.291c-4.779-1.877-7.168-7.339-5.291-12.117 1.877-4.949 7.339-7.168 12.117-5.291z" />
42
+ <glyph unicode="&#xe920;" glyph-name="credit-card" d="M813.909 620.544h-645.12c-4.096 0-7.509-3.413-7.509-7.509v-376.832c0-4.096 3.413-7.509 7.509-7.509h645.12c4.096 0 7.509 3.413 7.509 7.509v376.832c0 4.096-3.243 7.509-7.509 7.509zM806.4 243.712h-630.101v361.813h630.101v-361.813zM717.141 378.197c-10.24 0-19.627-3.243-27.477-8.533-8.021 5.461-17.408 8.533-27.307 8.533-26.795 0-48.811-21.845-48.811-48.811s21.845-48.811 48.811-48.811c9.899 0 19.285 3.072 27.307 8.533 7.851-5.461 17.237-8.533 27.477-8.533 26.795 0 48.811 21.845 48.811 48.811s-22.016 48.811-48.811 48.811zM628.736 329.557c0 18.603 15.019 33.621 33.621 33.621 5.803 0 11.264-1.536 16.213-4.267-6.315-8.192-10.069-18.261-10.069-29.355s3.925-21.163 10.069-29.355c-4.949-2.731-10.411-4.267-16.213-4.267-18.603 0-33.621 15.019-33.621 33.621zM717.141 295.936c-18.603 0-33.621 15.019-33.621 33.621s15.019 33.621 33.621 33.621c18.603 0 33.621-15.019 33.621-33.621s-15.019-33.621-33.621-33.621zM224.427 472.064h117.589c4.096 0 7.509 3.413 7.509 7.509v80.555c0 4.096-3.413 7.509-7.509 7.509h-117.589c-4.096 0-7.509-3.413-7.509-7.509v-80.555c0-4.096 3.243-7.509 7.509-7.509zM231.936 552.619h102.571v-65.365h-102.571v65.365zM224.427 417.109h533.845c4.096 0 7.509 3.413 7.509 7.509s-3.413 7.509-7.509 7.509h-533.845c-4.096 0-7.509-3.413-7.509-7.509s3.243-7.509 7.509-7.509zM855.211 667.307h-628.736c-4.096 0-7.509-3.413-7.509-7.509s3.413-7.509 7.509-7.509h621.227v-359.765c0-4.096 3.413-7.509 7.509-7.509s7.509 3.413 7.509 7.509v367.275c0 4.096-3.413 7.509-7.509 7.509z" />
43
+ <glyph unicode="&#xe921;" glyph-name="check-circle" d="M483.499 298.667c-7.509 0-14.848 3.072-20.139 8.363l-99.499 99.669c-11.093 11.093-11.093 29.184 0 40.277s29.184 11.093 40.277 0l77.141-77.141 179.2 224.085c9.728 12.288 27.648 14.336 39.936 4.437 12.288-9.728 14.336-27.648 4.437-39.936l-199.168-249.173c-5.12-6.315-12.629-10.24-20.651-10.581-0.512 0-1.024 0-1.536 0zM512 35.499c-227.499 0-412.501 185.003-412.501 412.501s185.003 412.501 412.501 412.501 412.501-185.003 412.501-412.501-185.003-412.501-412.501-412.501zM512 803.499c-196.096 0-355.499-159.403-355.499-355.499s159.403-355.499 355.499-355.499 355.499 159.573 355.499 355.499-159.403 355.499-355.499 355.499z" />
44
+ <glyph unicode="&#xe922;" glyph-name="info-squared" d="M853.333 35.499h-682.667c-39.253 0-71.168 31.915-71.168 71.168v682.667c0 39.253 31.915 71.168 71.168 71.168h682.667c39.253 0 71.168-31.915 71.168-71.168v-682.667c0-39.253-31.915-71.168-71.168-71.168zM170.667 803.499c-7.851 0-14.165-6.315-14.165-14.165v-682.667c0-7.851 6.315-14.165 14.165-14.165h682.667c7.851 0 14.165 6.315 14.165 14.165v682.667c0 7.851-6.315 14.165-14.165 14.165h-682.667zM504.832 561.835c-19.627 0-35.499 15.872-35.499 35.499s15.872 35.499 35.499 35.499 35.499-15.872 35.499-35.499-15.872-35.499-35.499-35.499zM568.832 291.499h-28.501v199.168c0 15.701-12.8 28.501-28.501 28.501h-28.501c-15.701 0-28.501-12.8-28.501-28.501s12.8-28.501 28.501-28.501v-170.667h-28.501c-15.701 0-28.501-12.8-28.501-28.501s12.8-28.501 28.501-28.501h113.835c15.701 0 28.501 12.8 28.501 28.501s-12.629 28.501-28.331 28.501z" />
45
+ <glyph unicode="&#xe923;" glyph-name="warning-triangle" d="M504.832 789.333l384-682.667h-768l384 682.667zM504.832 846.165v0c-20.48 0-39.424-11.093-49.664-29.013l-384-682.667c-9.899-17.579-9.728-39.083 0.512-56.661 10.24-17.408 28.843-28.16 49.152-28.16h768c20.139 0 38.912 10.752 49.152 28.16s10.411 39.083 0.512 56.661l-384 682.667c-10.069 17.92-29.013 29.013-49.664 29.013v0zM504.832 276.48c23.552 0 42.667-19.115 42.667-42.667s-19.115-42.667-42.667-42.667-42.667 19.115-42.667 42.667 19.115 42.667 42.667 42.667zM497.835 334.165c-15.701 0-28.501 12.8-28.501 28.501v227.499c0 15.701 12.8 28.501 28.501 28.501s28.501-12.8 28.501-28.501v-227.499c-0.171-15.701-12.8-28.501-28.501-28.501z" />
46
  </font></defs></svg>
plugin-fw/assets/fonts/yith-icon.ttf CHANGED
Binary file
plugin-fw/assets/fonts/yith-icon.woff CHANGED
Binary file
plugin-fw/assets/js/multisite-updater.js CHANGED
@@ -10,7 +10,7 @@
10
 
11
  var plugins_menu_item = $( '#menu-plugins' ),
12
  update = plugins_menu_item.find( '.update-plugins' ),
13
- count = update.find( ".update-count" ).text(),
14
  registered = plugins.registered,
15
  activated = plugins.activated;
16
 
10
 
11
  var plugins_menu_item = $( '#menu-plugins' ),
12
  update = plugins_menu_item.find( '.update-plugins' ),
13
+ count = update.find( ".plugin-count" ).text(),
14
  registered = plugins.registered,
15
  activated = plugins.activated;
16
 
plugin-fw/assets/js/multisite-updater.min.js CHANGED
@@ -1,8 +1 @@
1
- var $jscomp=$jscomp||{};$jscomp.scope={};$jscomp.findInternal=function(a,g,b){a instanceof String&&(a=String(a));for(var d=a.length,e=0;e<d;e++){var h=a[e];if(g.call(b,h,e,a))return{i:e,v:h}}return{i:-1,v:void 0}};$jscomp.ASSUME_ES5=!1;$jscomp.ASSUME_NO_NATIVE_MAP=!1;$jscomp.ASSUME_NO_NATIVE_SET=!1;$jscomp.defineProperty=$jscomp.ASSUME_ES5||"function"==typeof Object.defineProperties?Object.defineProperty:function(a,g,b){a!=Array.prototype&&a!=Object.prototype&&(a[g]=b.value)};
2
- $jscomp.getGlobal=function(a){return"undefined"!=typeof window&&window===a?a:"undefined"!=typeof global&&null!=global?global:a};$jscomp.global=$jscomp.getGlobal(this);$jscomp.polyfill=function(a,g,b,d){if(g){b=$jscomp.global;a=a.split(".");for(d=0;d<a.length-1;d++){var e=a[d];e in b||(b[e]={});b=b[e]}a=a[a.length-1];d=b[a];g=g(d);g!=d&&null!=g&&$jscomp.defineProperty(b,a,{configurable:!0,writable:!0,value:g})}};
3
- $jscomp.polyfill("Array.prototype.find",function(a){return a?a:function(a,b){return $jscomp.findInternal(this,a,b).v}},"es6","es3");
4
- (function(a){function g(a,b,d){this.php_js=this.php_js||{};this.php_js.ENV=this.php_js.ENV||{};var c=0,g=0,f=0,e={dev:-6,alpha:-5,a:-5,beta:-4,b:-4,RC:-3,rc:-3,"#":-2,p:1,pl:1};c=function(a){a=(""+a).replace(/[_\-+]/g,".");a=a.replace(/([^.\d]+)/g,".$1.").replace(/\.{2,}/g,".");return a.length?a.split("."):[-8]};numVersion=function(a){return a?isNaN(a)?e[a]||-7:parseInt(a,10):0};a=c(a);b=c(b);g=Math.max(a.length,b.length);for(c=0;c<g;c++)if(a[c]!=b[c])if(a[c]=numVersion(a[c]),b[c]=numVersion(b[c]),
5
- a[c]<b[c]){f=-1;break}else if(a[c]>b[c]){f=1;break}if(!d)return f;switch(d){case ">":case "gt":return 0<f;case ">=":case "ge":return 0<=f;case "<=":case "le":return 0>=f;case "==":case "=":case "eq":return 0===f;case "<>":case "!=":case "ne":return 0!==f;case "":case "<":case "lt":return 0>f;default:return null}}var b=a("#menu-plugins"),d=b.find(".update-plugins").find(".update-count").text(),e=plugins.registered,h=plugins.activated;if(0==d||""==d)d=0,b.find(".wp-menu-name").append('<span class="update-plugins"><span class="plugin-count"></span></span>');
6
- (function(b,d,e,c){for(var h in b){var f=b[h],k;for(k in f)if("slug"!=k&&!g(f[k].Version,f[k].Latest,"=")){e=parseInt(e)+1;a(".plugin-count").empty().html(e);var m=""+f[k].Name,n='*[data-slug="'+m.replace(/ /g,"-").trim().toLowerCase()+'"]';a(n).addClass("update");var l='<tr class="plugin-update-tr"><td colspan="3" class="plugin-update colspanchange"><div class="update-message notice inline notice-warning notice-alt">'+c.strings.new_version.replace("%plugin_name%",m)+'<a class="thickbox open-plugin-details-modal" href="'+
7
- c.details_url[h]+'">'+c.strings.latest.replace("%latest%",f[k].Latest)+"</a>";l="undefined"==typeof d[h]?l+" <em>"+c.strings.unavailable+"</em>"+c.strings.activate.replace("%activate_link%",c.licence_activation_url).replace("%plugin_name%",m):l+'. <a href="'+c.update_url[h]+'">'+c.strings.update_now+"</a>";g(f[k].Version,f[k].Latest,">")&&(l+=c.strings.version_issue.replace("%plugin_name%",m));l+="</div></td></tr>";a(l).insertAfter(n)}}})(e,h,d,plugins);a("body").on("click",".yit-changelog-button",
8
- function(){a("#TB_window").remove()})})(jQuery);
1
+ !function(e){var a=e("#menu-plugins"),n=a.find(".update-plugins").find(".plugin-count").text(),t=plugins.registered,s=plugins.activated;if(0==n||""==n){n=0,a.find(".wp-menu-name").append('<span class="update-plugins"><span class="plugin-count"></span></span>')}function i(e,a,n){this.php_js=this.php_js||{},this.php_js.ENV=this.php_js.ENV||{};var t,s=0,i=0,r={dev:-6,alpha:-5,a:-5,beta:-4,b:-4,RC:-3,rc:-3,"#":-2,p:1,pl:1},l=function(e){return(e=(e=(""+e).replace(/[_\-+]/g,".")).replace(/([^.\d]+)/g,".$1.").replace(/\.{2,}/g,".")).length?e.split("."):[-8]};for(numVersion=function(e){return e?isNaN(e)?r[e]||-7:parseInt(e,10):0},e=l(e),a=l(a),t=Math.max(e.length,a.length),s=0;s<t;s++)if(e[s]!=a[s]){if(e[s]=numVersion(e[s]),a[s]=numVersion(a[s]),e[s]<a[s]){i=-1;break}if(e[s]>a[s]){i=1;break}}if(!n)return i;switch(n){case">":case"gt":return i>0;case">=":case"ge":return i>=0;case"<=":case"le":return i<=0;case"==":case"=":case"eq":return 0===i;case"<>":case"!=":case"ne":return 0!==i;case"":case"<":case"lt":return i<0;default:return null}}!function(a,n,t,s){for(var r in a){var l=a[r];for(var p in l)if("slug"!=p&&!i(l[p].Version,l[p].Latest,"=")){t=parseInt(t)+1,e(".plugin-count").empty().html(t);var u=new RegExp(" ","g"),c=l[p],g=""+c.Name,o=g.replace(u,"-").trim(),d='*[data-slug="'+o.toLowerCase()+'"]';e(d).addClass("update");var f='<tr class="plugin-update-tr"><td colspan="3" class="plugin-update colspanchange"><div class="update-message notice inline notice-warning notice-alt">'+s.strings.new_version.replace("%plugin_name%",g)+'<a class="thickbox open-plugin-details-modal" href="'+s.details_url[r]+'">'+s.strings.latest.replace("%latest%",l[p].Latest)+"</a>";f=void 0===n[r]?f+" <em>"+s.strings.unavailable+"</em>"+s.strings.activate.replace("%activate_link%",s.licence_activation_url).replace("%plugin_name%",g):f+'. <a href="'+s.update_url[r]+'">'+s.strings.update_now+"</a>",i(l[p].Version,l[p].Latest,">")&&(f+=s.strings.version_issue.replace("%plugin_name%",g)),e(f+="</div></td></tr>").insertAfter(d)}}}(t,s,n,plugins),e("body").on("click",".yit-changelog-button",function(){e("#TB_window").remove()})}(jQuery);
 
 
 
 
 
 
 
plugin-fw/assets/js/yit-plugin-panel.js CHANGED
@@ -157,4 +157,13 @@ jQuery( function ( $ ) {
157
  // prevents the WC message for changes when leaving the panel page
158
  $( '.yith-plugin-fw-panel .woo-nav-tab-wrapper' ).removeClass( 'woo-nav-tab-wrapper' ).addClass( 'yith-nav-tab-wrapper' );
159
 
 
 
 
 
 
 
 
 
 
160
  } );
157
  // prevents the WC message for changes when leaving the panel page
158
  $( '.yith-plugin-fw-panel .woo-nav-tab-wrapper' ).removeClass( 'woo-nav-tab-wrapper' ).addClass( 'yith-nav-tab-wrapper' );
159
 
160
+ var wrap = $( '.wrap.yith-plugin-ui' ).first(),
161
+ notices = $( 'div.updated, div.error, div.notice' );
162
+
163
+ // prevent moving notices into the wrapper
164
+ notices.addClass( 'inline' );
165
+ if ( wrap.length ) {
166
+ wrap.prepend( notices );
167
+ }
168
+
169
  } );
plugin-fw/assets/js/yit-plugin-panel.min.js CHANGED
@@ -1 +1,8 @@
1
- jQuery(function(f){function s(a,e,t,i){var n=!0;if("string"==typeof e){":radio"==e.substr(0,6)&&(e+=":checked");var s=f(e).val();if("checkbox"==f(e).attr("type"))s=f(e).is(":checked")?"yes":"no";t=t.split(",");for(var r=0;r<t.length;r++){if(s==t[r]){n=!0;break}n=!1}}var o=f(a),d=f(a+"-container").closest("tr");d.length<1&&(d=o.closest(".yith-plugin-fw-panel-wc-row"));var c,l=i.split("-");for(c in l){var h=l[c];if(n)switch(h){case"disable":d.removeClass("yith-disabled"),o.attr("disabled",!1);break;case"hideme":o.show();break;default:d.show(),d.fadeTo("slow",1).addClass("fade-in")}else switch(h){case"disable":d.addClass("yith-disabled"),o.attr("disabled",!0);break;case"hideme":o.hide();break;default:d.hasClass("fade-in")?d.fadeTo("slow",0,function(){f(this).hide().removeClass("fade-in")}):(d.hide(),d.css({opacity:"0"}))}}}f("[data-dep-target]").each(function(){var a=f(this),e="#"+a.data("dep-target"),t="#"+a.data("dep-id"),i=a.data("dep-value"),n=a.data("dep-type");s(e,t,i.toString(),n),f(t).on("change",function(){s(e,t,i.toString(),n)}).change()}),f(".rm_connectedlist").each(function(){var i=f(this).find("ul"),n=f(this).find(":hidden");i.sortable({connectWith:i,update:function(a,e){var t={};i.each(function(){var a={};f(this).children().each(function(){a[f(this).data("option")]=f(this).text()}),t[f(this).data("list")]=a}),n.val(JSON.stringify(t).replace(/[\\"']/g,"\\$&").replace(/\u0000/g,"\\0"))}}).disableSelection()}),f(document).ready(function(){f(".google-analytic-generate").click(function(){var a=f("#"+f(this).data("textarea")).data("codemirrorInstance"),e="(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){\n";e+="(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement( o ),\n",e+="m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)\n",e+="})(window,document,'script','//www.google-analytics.com/analytics.js','ga');\n\n",e+="ga('create', '"+f("#"+f(this).data("input")).val()+"', '"+f(this).data("basename")+"');\n",e+="ga('send', 'pageview');\n",a.replaceRange(e,a.getCursor("start"),a.getCursor("end"))})}),f(".yith-plugin-fw-panel .woo-nav-tab-wrapper").removeClass("woo-nav-tab-wrapper").addClass("yith-nav-tab-wrapper")});
 
 
 
 
 
 
 
1
+ var $jscomp=$jscomp||{};$jscomp.scope={};$jscomp.findInternal=function(a,e,c){a instanceof String&&(a=String(a));for(var d=a.length,b=0;b<d;b++){var f=a[b];if(e.call(c,f,b,a))return{i:b,v:f}}return{i:-1,v:void 0}};$jscomp.ASSUME_ES5=!1;$jscomp.ASSUME_NO_NATIVE_MAP=!1;$jscomp.ASSUME_NO_NATIVE_SET=!1;$jscomp.defineProperty=$jscomp.ASSUME_ES5||"function"==typeof Object.defineProperties?Object.defineProperty:function(a,e,c){a!=Array.prototype&&a!=Object.prototype&&(a[e]=c.value)};
2
+ $jscomp.getGlobal=function(a){return"undefined"!=typeof window&&window===a?a:"undefined"!=typeof global&&null!=global?global:a};$jscomp.global=$jscomp.getGlobal(this);$jscomp.polyfill=function(a,e,c,d){if(e){c=$jscomp.global;a=a.split(".");for(d=0;d<a.length-1;d++){var b=a[d];b in c||(c[b]={});c=c[b]}a=a[a.length-1];d=c[a];e=e(d);e!=d&&null!=e&&$jscomp.defineProperty(c,a,{configurable:!0,writable:!0,value:e})}};
3
+ $jscomp.polyfill("Array.prototype.find",function(a){return a?a:function(a,c){return $jscomp.findInternal(this,a,c).v}},"es6","es3");
4
+ jQuery(function(a){function e(b,f,g,c){var e=!0;if("string"==typeof f){":radio"==f.substr(0,6)&&(f+=":checked");var d=a(f).val();"checkbox"==a(f).attr("type")&&(d=a(f).is(":checked")?"yes":"no");g=g.split(",");for(f=0;f<g.length;f++)if(d!=g[f])e=!1;else{e=!0;break}}g=a(b);b=a(b+"-container").closest("tr");1>b.length&&(b=g.closest(".yith-plugin-fw-panel-wc-row"));c=c.split("-");for(var h in c)if(d=c[h],e)switch(d){case "disable":b.removeClass("yith-disabled");g.attr("disabled",!1);break;case "hideme":g.show();
5
+ break;default:b.show(),b.fadeTo("slow",1).addClass("fade-in")}else switch(d){case "disable":b.addClass("yith-disabled");g.attr("disabled",!0);break;case "hideme":g.hide();break;default:b.hasClass("fade-in")?b.fadeTo("slow",0,function(){a(this).hide().removeClass("fade-in")}):(b.hide(),b.css({opacity:"0"}))}}a("[data-dep-target]").each(function(){var b=a(this),c="#"+b.data("dep-target"),d="#"+b.data("dep-id"),h=b.data("dep-value"),k=b.data("dep-type");e(c,d,h.toString(),k);a(d).on("change",function(){e(c,
6
+ d,h.toString(),k)}).change()});a(".rm_connectedlist").each(function(){var b=a(this).find("ul"),c=a(this).find(":hidden");b.sortable({connectWith:b,update:function(d,e){var f={};b.each(function(){var b={};a(this).children().each(function(){b[a(this).data("option")]=a(this).text()});f[a(this).data("list")]=b});c.val(JSON.stringify(f).replace(/[\\"']/g,"\\$&").replace(/\u0000/g,"\\0"))}}).disableSelection()});a(document).ready(function(){a(".google-analytic-generate").click(function(){var b=a("#"+a(this).data("textarea")).data("codemirrorInstance"),
7
+ c=a("#"+a(this).data("input")).val(),d=a(this).data("basename");b.replaceRange("(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){\n(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement( o ),\nm=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)\n})(window,document,'script','//www.google-analytics.com/analytics.js','ga');\n\n"+("ga('create', '"+c+"', '"+d+"');\n")+"ga('send', 'pageview');\n",b.getCursor("start"),b.getCursor("end"))})});
8
+ a(".yith-plugin-fw-panel .woo-nav-tab-wrapper").removeClass("woo-nav-tab-wrapper").addClass("yith-nav-tab-wrapper");var c=a(".wrap.yith-plugin-ui").first(),d=a("div.updated, div.error, div.notice");d.addClass("inline");c.length&&c.prepend(d)});
plugin-fw/init.php CHANGED
@@ -1,13 +1,13 @@
1
  <?php
2
  /**
3
  * Framework Name: YIT Plugin Framework
4
- * Version: 3.4.9
5
  * Author: YITHEMES
6
  * Text Domain: yith-plugin-fw
7
  * Domain Path: /languages/
8
  *
9
  * @author Your Inspiration Themes
10
- * @version 3.4.8
11
  */
12
  /**
13
  * This file belongs to the YIT Plugin Framework.
1
  <?php
2
  /**
3
  * Framework Name: YIT Plugin Framework
4
+ * Version: 3.4.13
5
  * Author: YITHEMES
6
  * Text Domain: yith-plugin-fw
7
  * Domain Path: /languages/
8
  *
9
  * @author Your Inspiration Themes
10
+ * @version 3.4.13
11
  */
12
  /**
13
  * This file belongs to the YIT Plugin Framework.
plugin-fw/languages/yith-plugin-fw-el.mo ADDED
Binary file
plugin-fw/languages/yith-plugin-fw-el.po ADDED
@@ -0,0 +1,811 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2015 YIThemes
2
+ # This file is distributed under the same license as the YITH Plugin Starter package.
3
+ msgid ""
4
+ msgstr ""
5
+ "Project-Id-Version: YITH Plugin Starter 1.0.0 Plugin FW\n"
6
+ "Report-Msgid-Bugs-To: Your Inspiration Themes <plugins@yithemes.com>\n"
7
+ "POT-Creation-Date: 2020-01-10 13:40+0100\n"
8
+ "PO-Revision-Date: 2020-03-02 13:49+0000\n"
9
+ "Language-Team: Your Inspiration Themes <info@yithemes.com>\n"
10
+ "MIME-Version: 1.0\n"
11
+ "Content-Type: text/plain; charset=UTF-8\n"
12
+ "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Generator: Poedit 2.2.1\n"
14
+ "X-Poedit-KeywordsList: __;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;"
15
+ "_nx_noop:1,2,3c;esc_attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;"
16
+ "esc_html_x:1,2c;_x;_ex\n"
17
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+ "X-Poedit-SourceCharset: UTF-8\n"
19
+ "X-Poedit-Basepath: ..\n"
20
+ "X-Textdomain-Support: yes\n"
21
+ "Last-Translator: \n"
22
+ "Language: el_GR\n"
23
+ "X-Poedit-SearchPath-0: .\n"
24
+
25
+ #: lib/privacy/yit-privacy.php:24
26
+ msgctxt "Privacy Policy Guide Title"
27
+ msgid "YITH Plugins"
28
+ msgstr "Πρόσθετα YITH"
29
+
30
+ #: lib/privacy/yit-privacy.php:59
31
+ msgctxt "Privacy Policy Content"
32
+ msgid ""
33
+ "This sample language includes the basics around what personal data your "
34
+ "store may be collecting, storing and sharing, as well as who may have access "
35
+ "to that data. Depending on what settings are enabled and which additional "
36
+ "plugins are used, the specific information shared by your store will vary. "
37
+ "We recommend consulting with a lawyer when deciding what information to "
38
+ "disclose on your privacy policy."
39
+ msgstr ""
40
+ "Αυτό το δείγμα γλώσσας περιλαμβάνει τα βασικά στοιχεία γύρω από το τι "
41
+ "προσωπικά δεδομένα το κατάστημά σας μπορεί να συλλέγει, την αποθήκευση και "
42
+ "την κοινή χρήση, καθώς και ποιοι μπορεί να έχουν πρόσβαση σε αυτά τα "
43
+ "δεδομένα. Ανάλογα με τις ρυθμίσεις που είναι ενεργοποιημένες και ποια "
44
+ "επιπλέον πρόσθετα χρησιμοποιούνται, οι συγκεκριμένες πληροφορίες που "
45
+ "κοινοποιούνται από το κατάστημά σας θα ποικίλλουν. Συνιστούμε τη διαβούλευση "
46
+ "με έναν δικηγόρο, όταν αποφασίζετε ποιες πληροφορίες να αποκαλύπτετε στην "
47
+ "πολιτική απορρήτου σας."
48
+
49
+ #: lib/privacy/yit-privacy.php:63
50
+ msgctxt "Privacy Policy Content"
51
+ msgid "What we collect and store"
52
+ msgstr "Τι συλλέγουμε και αποθηκεύουμε"
53
+
54
+ #: lib/privacy/yit-privacy.php:66
55
+ msgctxt "Privacy Policy Content"
56
+ msgid "Who on our team has access"
57
+ msgstr "Ποιος στην ομάδα μας έχει πρόσβαση"
58
+
59
+ #: lib/privacy/yit-privacy.php:69
60
+ msgctxt "Privacy Policy Content"
61
+ msgid "What we share with others"
62
+ msgstr "Τι μοιραζόμαστε με τους άλλους"
63
+
64
+ #: lib/privacy/yit-privacy.php:72
65
+ msgctxt "Privacy Policy Content"
66
+ msgid "Payments"
67
+ msgstr "Πληρωμές"
68
+
69
+ #: lib/yit-cpt-unlimited.php:462 lib/yit-cpt-unlimited.php:576
70
+ #: lib/yit-cpt-unlimited.php:721 lib/yit-cpt-unlimited.php:1636
71
+ #, php-format
72
+ msgid "Add %s"
73
+ msgstr "Προσθήκη %s"
74
+
75
+ #: lib/yit-cpt-unlimited.php:463 lib/yit-cpt-unlimited.php:577
76
+ #, php-format
77
+ msgid "Add New %s"
78
+ msgstr "Προσθήκη Νέου %s"
79
+
80
+ #: lib/yit-cpt-unlimited.php:464 lib/yit-cpt-unlimited.php:578
81
+ #: lib/yit-cpt-unlimited.php:1269 lib/yit-cpt-unlimited.php:1306
82
+ #, php-format
83
+ msgid "Edit %s"
84
+ msgstr "Επεξεργασία %s"
85
+
86
+ #: lib/yit-cpt-unlimited.php:465 lib/yit-cpt-unlimited.php:579
87
+ #, php-format
88
+ msgid "New %s"
89
+ msgstr "Νέο %s"
90
+
91
+ #: lib/yit-cpt-unlimited.php:466 lib/yit-cpt-unlimited.php:580
92
+ #, php-format
93
+ msgid "All %s"
94
+ msgstr "Όλα %s"
95
+
96
+ #: lib/yit-cpt-unlimited.php:467 lib/yit-cpt-unlimited.php:581
97
+ #: lib/yit-cpt-unlimited.php:1253 lib/yit-cpt-unlimited.php:1307
98
+ #, php-format
99
+ msgid "View %s"
100
+ msgstr "Προβολή %s"
101
+
102
+ #: lib/yit-cpt-unlimited.php:468 lib/yit-cpt-unlimited.php:582
103
+ #, php-format
104
+ msgid "Search %s"
105
+ msgstr "Αναζήτηση %s"
106
+
107
+ #: lib/yit-cpt-unlimited.php:469 lib/yit-cpt-unlimited.php:583
108
+ #, php-format
109
+ msgid "No %s found"
110
+ msgstr "Δεν βρέθηκε %s"
111
+
112
+ #: lib/yit-cpt-unlimited.php:470 lib/yit-cpt-unlimited.php:584
113
+ #, php-format
114
+ msgid "No %s found in Trash"
115
+ msgstr "Δεν βρέθηκε %s στον Κάδο Ανακύκλωσης"
116
+
117
+ #: lib/yit-cpt-unlimited.php:627
118
+ #, php-format
119
+ msgctxt "taxonomy general name"
120
+ msgid "%s Categories"
121
+ msgstr "Κατηγορίες %s"
122
+
123
+ #: lib/yit-cpt-unlimited.php:628
124
+ msgctxt "taxonomy singular name"
125
+ msgid "Category"
126
+ msgstr "Κατηγορία"
127
+
128
+ #: lib/yit-cpt-unlimited.php:629 templates/fields/ajax-terms.php:56
129
+ msgid "Search Categories"
130
+ msgstr "Αναζήτηση Κατηγοριών"
131
+
132
+ #: lib/yit-cpt-unlimited.php:630
133
+ msgid "All Categories"
134
+ msgstr "Όλες οι Κατηγορίες"
135
+
136
+ #: lib/yit-cpt-unlimited.php:631
137
+ msgid "Parent Category"
138
+ msgstr "Γονική Κατηγορία"
139
+
140
+ #: lib/yit-cpt-unlimited.php:632
141
+ msgid "Parent Category:"
142
+ msgstr "Γονική Κατηγορία:"
143
+
144
+ #: lib/yit-cpt-unlimited.php:633
145
+ msgid "Edit Category"
146
+ msgstr "Επεξεργασία Kατηγορίας"
147
+
148
+ #: lib/yit-cpt-unlimited.php:634
149
+ msgid "Update Category"
150
+ msgstr "Ενημέρωση Κατηγορίας"
151
+
152
+ #: lib/yit-cpt-unlimited.php:635
153
+ msgid "Add New Category"
154
+ msgstr "Προσθήκη Νέας Κατηγορίας"
155
+
156
+ #: lib/yit-cpt-unlimited.php:636
157
+ msgid "New Category Name"
158
+ msgstr "Όνομα Νέας Κατηγορίας"
159
+
160
+ #: lib/yit-cpt-unlimited.php:637
161
+ msgid "Category"
162
+ msgstr "Κατηγορία"
163
+
164
+ #: lib/yit-cpt-unlimited.php:726
165
+ msgid "Categories"
166
+ msgstr "Κατηγορίες"
167
+
168
+ #: lib/yit-cpt-unlimited.php:1044
169
+ #, php-format
170
+ msgid "%s Settings"
171
+ msgstr "Ρυθμίσεις %s"
172
+
173
+ #: lib/yit-cpt-unlimited.php:1050 lib/yit-cpt-unlimited.php:1198
174
+ #: lib/yit-cpt-unlimited.php:1204 lib/yit-plugin-panel.php:80
175
+ msgid "Settings"
176
+ msgstr "Ρυθμίσεις"
177
+
178
+ #: lib/yit-cpt-unlimited.php:1053
179
+ msgid "Type"
180
+ msgstr "Τύπος"
181
+
182
+ #: lib/yit-cpt-unlimited.php:1054
183
+ #, php-format
184
+ msgid "Layout for this %s"
185
+ msgstr "Διάταξη για %s"
186
+
187
+ #: lib/yit-cpt-unlimited.php:1060
188
+ msgid "Rewrite"
189
+ msgstr "Επανεγγραφή"
190
+
191
+ #: lib/yit-cpt-unlimited.php:1061
192
+ msgid ""
193
+ "Univocal identification name in the URL for each product (slug from post if "
194
+ "empty)"
195
+ msgstr ""
196
+ "Μονοσήμαντο όνομα ταυτοποίησης URL για κάθε προϊόν (slug από άρθρο αν είναι "
197
+ "κενό)"
198
+
199
+ #: lib/yit-cpt-unlimited.php:1066
200
+ msgid "Label in Singular"
201
+ msgstr "Επιγραφή σε Ενικό"
202
+
203
+ #: lib/yit-cpt-unlimited.php:1067
204
+ msgid "Set a label in singular (title of portfolio if empty)"
205
+ msgstr "Ορίστε μια επιγραφή στον ενικό (τίτλος πορτφόλιο αν είναι κενό)"
206
+
207
+ #: lib/yit-cpt-unlimited.php:1072
208
+ msgid "Label in Plural"
209
+ msgstr "Επιγραφή σε Πληθυντικό"
210
+
211
+ #: lib/yit-cpt-unlimited.php:1073
212
+ msgid "Set a label in plural (title of portfolio if empty)"
213
+ msgstr "Ορίστε μια επιγραφή στον πληθυντικό (τίτλος πορτφόλιο αν είναι κενό)"
214
+
215
+ #: lib/yit-cpt-unlimited.php:1078
216
+ msgid "Taxonomy"
217
+ msgstr "Ταξινομία"
218
+
219
+ #: lib/yit-cpt-unlimited.php:1079
220
+ msgid ""
221
+ "If you want to use categories in the portfolio, set a name for taxonomy. "
222
+ "Name should be a slug (must not contain capital letters nor spaces) and must "
223
+ "not be more than 32 characters long (database structure restriction)."
224
+ msgstr ""
225
+ "Αν θέλετε να χρησιμοποιήσετε κατηγορίες στο πορτφόλιο, ορίστε ένα όνομα για "
226
+ "την ταξινομία. Το όνομα πρέπει να είναι slug (δεν πρέπει να περιλαμβάνει "
227
+ "κεφαλαία γράμματα ή κενά) και δεν πρέπει να είναι μεγαλύτερο από 32 "
228
+ "χαρακτήρες (περιορισμός δομής βάσης δεδομένων)."
229
+
230
+ #: lib/yit-cpt-unlimited.php:1084
231
+ msgid "Taxonomy Rewrite"
232
+ msgstr "Επανεγγραφή Ταξινομίας"
233
+
234
+ #: lib/yit-cpt-unlimited.php:1085
235
+ msgid "Set univocal name for each category page URL."
236
+ msgstr "Ορίστε μονοσήμαντο όνομα για κάθε URL σελίδας κατηγορίας."
237
+
238
+ #: lib/yit-cpt-unlimited.php:1090
239
+ msgid "Single layout"
240
+ msgstr "Μονή διάταξη"
241
+
242
+ #: lib/yit-cpt-unlimited.php:1091
243
+ msgid "Layout for single page of this portfolio"
244
+ msgstr "Διάταξη μονής σελίδας του πορτφόλιο"
245
+
246
+ #: lib/yit-cpt-unlimited.php:1132
247
+ msgid "layout settings"
248
+ msgstr "ρυθμίσεις διάταξης"
249
+
250
+ #: lib/yit-cpt-unlimited.php:1224 lib/yit-cpt-unlimited.php:1237
251
+ msgid "Quick links"
252
+ msgstr "Γρήγορα λινκ"
253
+
254
+ #: lib/yit-cpt-unlimited.php:1477
255
+ #, php-format
256
+ msgid "Show frontend of the %s"
257
+ msgstr "Προβολή εμφάνισης του %s"
258
+
259
+ #: lib/yit-cpt-unlimited.php:1484 templates/fields/customtabs.php:46
260
+ #: templates/fields/customtabs.php:89
261
+ msgid "Name"
262
+ msgstr "Όνομα"
263
+
264
+ #: lib/yit-cpt-unlimited.php:1635
265
+ #, php-format
266
+ msgid "Add %s from images"
267
+ msgstr "Προσθήκη %s από εικόνες"
268
+
269
+ #: lib/yit-cpt-unlimited.php:1638
270
+ msgid "Upload multiple files"
271
+ msgstr "Ανέβασμα πολλαπλών αρχείων"
272
+
273
+ #: lib/yit-plugin-panel-wc.php:397
274
+ msgid "The changes you have made will be lost if you leave this page."
275
+ msgstr ""
276
+ "Οι αλλαγές που έχετε δημιουργήσει θα χαθούν αν αφήσετε αυτήν την σελίδα."
277
+
278
+ #: lib/yit-plugin-panel.php:79
279
+ msgid "Plugin Settings"
280
+ msgstr "Ρυθμίσεις Προσθέτου"
281
+
282
+ #: lib/yit-plugin-panel.php:424 lib/yit-plugin-panel.php:427
283
+ msgid "How to install premium version"
284
+ msgstr "Πώς να εγκαταστήσετε την προηγμένη έκδοση"
285
+
286
+ #: lib/yit-plugin-panel.php:571 lib/yit-plugin-subpanel.php:151
287
+ #: templates/panel/woocommerce/woocommerce-form.php:14
288
+ msgid "Save Changes"
289
+ msgstr "Αποθήκευση Αλλαγών"
290
+
291
+ #: lib/yit-plugin-panel.php:574 lib/yit-plugin-subpanel.php:154
292
+ #: templates/panel/woocommerce/woocommerce-form.php:17
293
+ msgid ""
294
+ "If you continue with this action, you will reset all options in this page."
295
+ msgstr ""
296
+ "Αν συνεχίσετε με αυτή την ενέργεια θα επαναφέρετε όλες τις επιλογές στη "
297
+ "σελίδα."
298
+
299
+ #: lib/yit-plugin-panel.php:576 lib/yit-plugin-subpanel.php:156
300
+ msgid "Reset to default"
301
+ msgstr "Επαναφορά σε προεπιλεγμένο"
302
+
303
+ #: lib/yit-plugin-panel.php:577 lib/yit-plugin-subpanel.php:157
304
+ #: templates/panel/woocommerce/woocommerce-form.php:21
305
+ msgid "Are you sure?"
306
+ msgstr "Είστε σίγουρος;"
307
+
308
+ #: lib/yit-plugin-panel.php:775
309
+ msgid ""
310
+ "The element you have entered already exists. Please, enter another name."
311
+ msgstr "Το στοιχείο που εισάγατε υπάρχει ήδη. Παρακαλώ, εισάγετε άλλο όνομα. "
312
+
313
+ #: lib/yit-plugin-panel.php:776
314
+ msgid "Settings saved"
315
+ msgstr "Ρυθμίσεις αποθηκεύτηκαν"
316
+
317
+ #: lib/yit-plugin-panel.php:777
318
+ msgid "Settings reset"
319
+ msgstr "Επαναφορά ρυθμίσεων"
320
+
321
+ #: lib/yit-plugin-panel.php:778
322
+ msgid "Element deleted correctly."
323
+ msgstr "Το στοιχείο διαγράφηκε επιτυχώς."
324
+
325
+ #: lib/yit-plugin-panel.php:779 lib/yit-plugin-panel.php:780
326
+ msgid "Element updated correctly."
327
+ msgstr "Το στοιχείο αναβαθμίστηκε επιτυχώς."
328
+
329
+ #: lib/yit-plugin-panel.php:781
330
+ msgid "Database imported correctly."
331
+ msgstr "Επιτυχής εισαγωγή βάσης δεδομένων."
332
+
333
+ #: lib/yit-plugin-panel.php:782
334
+ msgid "An error has occurred during import. Please try again."
335
+ msgstr "Παρουσιάστηκε σφάλμα κατά την εισαγωγή. Παρακαλώ προσπαθήστε ξανά."
336
+
337
+ #: lib/yit-plugin-panel.php:783
338
+ msgid "The added file is not valid."
339
+ msgstr "Το προστιθέμενο αρχείο δεν είναι έγκυρο."
340
+
341
+ #: lib/yit-plugin-panel.php:784
342
+ msgid "Sorry, import is disabled."
343
+ msgstr "Συγνώμη, η εισαγωγή είναι απενεργοποιημένη."
344
+
345
+ #: lib/yit-plugin-panel.php:785
346
+ msgid "Sorting successful."
347
+ msgstr "Διαλογή επιτυχής."
348
+
349
+ #: lib/yit-plugin-panel.php:1233
350
+ msgid "We need your support"
351
+ msgstr "Χρειαζόμαστε την υποστήριξή σας"
352
+
353
+ #: lib/yit-plugin-panel.php:1234
354
+ msgid "to keep updating and improving the plugin. Please,"
355
+ msgstr ""
356
+ "για να διατηρήσετε την ενημέρωση και τη βελτίωση του πρόσθετου. Παρακαλώ"
357
+
358
+ #: lib/yit-plugin-panel.php:1236
359
+ msgid "help us by leaving a five-star rating"
360
+ msgstr "Βοηθήστε μας αφήνοντας μια βαθμολογία πέντε αστέρων"
361
+
362
+ #: lib/yit-plugin-panel.php:1237
363
+ msgid ":) Thanks!"
364
+ msgstr ":) Ευχαριστώ!"
365
+
366
+ #: lib/yit-pointers.php:70
367
+ msgid "Plugins Activated"
368
+ msgstr "Ενεργοποιημένα Πρόσθετα"
369
+
370
+ #: lib/yit-pointers.php:71
371
+ msgid ""
372
+ "From now on, you can find all plugin options in YITH Plugins menu.\n"
373
+ " Plugin customization settings will be "
374
+ "available as a new entry in YITH Plugins menu."
375
+ msgstr ""
376
+ "Πλέον μπορείτε να βρείτε όλες τις επιλογές του προσθέτου μέσω του μενού YITH "
377
+ "Plugins.\n"
378
+ " Οι ρυθμίσεις προσαρμογής του προσθέτου "
379
+ "θα είναι διαθέσιμες ως νέα εγγραφή στο μενού YITH Plugins."
380
+
381
+ #: lib/yit-pointers.php:73 lib/yit-pointers.php:89
382
+ msgid "Discover all our plugins available on:"
383
+ msgstr "Ανακαλύψτε όλα τα διαθέσιμά μας πρόσθετα στο:"
384
+
385
+ #: lib/yit-pointers.php:74 lib/yit-pointers.php:90
386
+ msgid "and"
387
+ msgstr "Και"
388
+
389
+ #: lib/yit-pointers.php:84
390
+ msgid "Plugins Upgraded"
391
+ msgstr "Αναβαθμισμένα Πρόσθετα"
392
+
393
+ #: lib/yit-pointers.php:85
394
+ msgid ""
395
+ "From now on, you can find the option panel of YITH plugins in YITH Plugins "
396
+ "menu.\n"
397
+ " Every time one of our plugins is added, "
398
+ "a new entry will be added to this menu.\n"
399
+ " For example, after the update, plugin "
400
+ "options (such as for YITH WooCommerce Wishlist, YITH WooCommerce Ajax "
401
+ "Search, etc.)\n"
402
+ " will be moved from previous location to "
403
+ "YITH Plugins tab."
404
+ msgstr ""
405
+ "Πλέον μπορείτε να βρείτε όλες τις επιλογές του προσθέτου μέσω του μενού YITH "
406
+ "Plugins.\n"
407
+ " Κάθε φορά που προστίθεται ένα από τα "
408
+ "πρόσθετά μας, μια νέα εγγραφή θα προστίθεται στο μενού.\n"
409
+ " Για παράδειγμα, μετά την αναβάθμιση, οι "
410
+ "επιλογές των προσθέτων (όπως YITH WooCommerce Wishlist, YITH WooCommerce "
411
+ "Ajax Search, etc.)\n"
412
+ " θα μεταφέρονται από την προηγούμενη "
413
+ "τοποθεσία στην καρτέλα YITH Plugins."
414
+
415
+ #: lib/yith-dashboard.php:40
416
+ msgid "YITH Latest Updates"
417
+ msgstr "Τελευταίες Αναβαθμίσεις YITH"
418
+
419
+ #: lib/yith-dashboard.php:41
420
+ msgid "Latest news from YITH Blog"
421
+ msgstr "Τελευταία νέα από YITH Blog"
422
+
423
+ #: lib/yith-dashboard.php:65
424
+ msgid "RSS Error:"
425
+ msgstr "Σφάλμα RSS:"
426
+
427
+ #: lib/yith-dashboard.php:71
428
+ msgid ""
429
+ "An error has occurred, which probably means the feed is down. Try again "
430
+ "later."
431
+ msgstr ""
432
+ "Παρουσιάστηκε σφάλμα, που πιθανότατα σημαίνει ότι έπεσε το τροφοδοτικό. "
433
+ "Προσπαθήστε ξανά αργότερα."
434
+
435
+ #: lib/yith-dashboard.php:99
436
+ msgctxt "Plugin FW"
437
+ msgid "View Changelog"
438
+ msgstr "Προβολή Αρχείου Καταγραφής"
439
+
440
+ #: lib/yith-dashboard.php:100
441
+ msgctxt "Plugin FW"
442
+ msgid "Latest update released on"
443
+ msgstr "Τελευταία αναβάθμιση κυκλοφόρησε στις"
444
+
445
+ #: lib/yith-dashboard.php:143
446
+ msgctxt "Button label"
447
+ msgid "Close"
448
+ msgstr "Απενεργοποίηση"
449
+
450
+ #: lib/yith-gutenberg.php:134
451
+ msgctxt "[gutenberg]: Category Name"
452
+ msgid "YITH"
453
+ msgstr "YITH"
454
+
455
+ #: lib/yith-system-status.php:97 lib/yith-system-status.php:98
456
+ msgid "System Status"
457
+ msgstr "Κατάσταση Συστήματος"
458
+
459
+ #: lib/yith-system-status.php:104
460
+ msgid "WordPress Version"
461
+ msgstr "Έκδοση WordPress"
462
+
463
+ #: lib/yith-system-status.php:105
464
+ msgid "WooCommerce Version"
465
+ msgstr "Έκδοση WooCommerce"
466
+
467
+ #: lib/yith-system-status.php:106
468
+ msgid "Available Memory"
469
+ msgstr "Διαθέσιμη Μνήμη"
470
+
471
+ #: lib/yith-system-status.php:107
472
+ msgid "PHP Version"
473
+ msgstr "Έκδοση PHP"
474
+
475
+ #: lib/yith-system-status.php:108
476
+ msgid "TLS Version"
477
+ msgstr "Έκδοση TLS"
478
+
479
+ #: lib/yith-system-status.php:109
480
+ msgid "WordPress Cron"
481
+ msgstr "WordPress Cron"
482
+
483
+ #: lib/yith-system-status.php:110
484
+ msgid "SimpleXML"
485
+ msgstr "SimpleXML"
486
+
487
+ #: lib/yith-system-status.php:111
488
+ msgid "MultiByte String"
489
+ msgstr "MultiByte String"
490
+
491
+ #: lib/yith-system-status.php:112
492
+ msgid "ImageMagick Version"
493
+ msgstr "Έκδοση ImageMagick"
494
+
495
+ #: lib/yith-system-status.php:113
496
+ msgid "GD Library"
497
+ msgstr "Βιβλιοθήκη GD"
498
+
499
+ #: lib/yith-system-status.php:114
500
+ msgid "Iconv Module"
501
+ msgstr "Άρθρωμα Iconv"
502
+
503
+ #: lib/yith-system-status.php:115
504
+ msgid "OPCache Save Comments"
505
+ msgstr "OPCache Save Comments"
506
+
507
+ #: lib/yith-system-status.php:116
508
+ msgid "URL FOpen"
509
+ msgstr "URL FOpen"
510
+
511
+ #: lib/yith-system-status.php:173
512
+ msgid "YITH Plugins"
513
+ msgstr "Πρόσθετα YITH"
514
+
515
+ #: lib/yith-system-status.php:174
516
+ msgid "WooCommerce"
517
+ msgstr "WooCommerce"
518
+
519
+ #: lib/yith-system-status.php:291
520
+ msgid "Warning!"
521
+ msgstr "Προσοχή!"
522
+
523
+ #: lib/yith-system-status.php:292
524
+ #, php-format
525
+ msgid ""
526
+ "The system check has detected some compatibility issues on your "
527
+ "installation. %sClick here%s to know more"
528
+ msgstr ""
529
+ "Ο έλεγχος συστήματος έχει εντοπίσει κάποια προβλήματα συμβατότητας στην "
530
+ "εγκατάστασή σας. %sΚάντε κλικ εδώ%s για να μάθετε περισσότερα"
531
+
532
+ #: templates/fields/ajax-customers.php:57
533
+ msgid "Search Customers"
534
+ msgstr "Αναζήτηση Πελατών"
535
+
536
+ #: templates/fields/ajax-customers.php:83
537
+ #: templates/fields/ajax-customers.php:93
538
+ #, php-format
539
+ msgid "%1$s (#%2$s &ndash; %3$s)"
540
+ msgstr "%1$s (#%2$s &ndash; %3$s)"
541
+
542
+ #: templates/fields/ajax-posts.php:57
543
+ msgid "Search Posts"
544
+ msgstr "Αναζήτηση Άρθρου"
545
+
546
+ #: templates/fields/ajax-products.php:16
547
+ msgid "Search Product"
548
+ msgstr "Αναζήτηση Προϊόντος"
549
+
550
+ #: templates/fields/customtabs.php:28
551
+ msgid "Close all"
552
+ msgstr "Απενεργοποίηση όλων"
553
+
554
+ #: templates/fields/customtabs.php:28
555
+ msgid "Expand all"
556
+ msgstr "Ανάπτυξη όλων"
557
+
558
+ #: templates/fields/customtabs.php:37 templates/fields/customtabs.php:81
559
+ msgid "Remove"
560
+ msgstr "Αφαίρεση"
561
+
562
+ #: templates/fields/customtabs.php:52 templates/fields/customtabs.php:94
563
+ msgid "Value"
564
+ msgstr "Τιμή"
565
+
566
+ #: templates/fields/customtabs.php:53 templates/fields/customtabs.php:95
567
+ msgid "Content of the tab. (HTML is supported)"
568
+ msgstr "Περιεχόμενο καρτέλας. (Υποστηρίζεται HTML)"
569
+
570
+ #: templates/fields/customtabs.php:65
571
+ msgid "Add custom product tab"
572
+ msgstr "Προσθέστε καρτέλα προσαρμοσμένου προϊόντος"
573
+
574
+ #: templates/fields/customtabs.php:106
575
+ msgid "Do you want to remove the custom tab?"
576
+ msgstr "Θέλετε να αφαιρέσετε την προσαρμοσμένη καρτέλα;"
577
+
578
+ #: templates/fields/date-format.php:50
579
+ msgid "Custom:"
580
+ msgstr "Προσαρμογή:"
581
+
582
+ #: templates/fields/icons.php:58
583
+ msgid "Set Default"
584
+ msgstr "Ορίστε Προεπιλεγμένο"
585
+
586
+ #: templates/fields/image-gallery.php:34 templates/fields/image-gallery.php:39
587
+ msgid "Delete image"
588
+ msgstr "Διαγραφή εικόνας"
589
+
590
+ #: templates/fields/image-gallery.php:39
591
+ msgid "Add Images to Gallery"
592
+ msgstr "Προσθέστε Εικόνες στη Συλλογή"
593
+
594
+ #: templates/fields/image-gallery.php:39
595
+ msgid "Add to gallery"
596
+ msgstr "Προσθέστε στη συλλογή"
597
+
598
+ #: templates/fields/image-gallery.php:39
599
+ msgid "Add images"
600
+ msgstr "Προσθέστε εικόνες"
601
+
602
+ #: templates/fields/image-gallery.php:39
603
+ msgid "Delete"
604
+ msgstr "Διαγραφή"
605
+
606
+ #: templates/fields/onoff.php:24
607
+ msgctxt "ON/OFF button: use MAX 3 characters!"
608
+ msgid "ON"
609
+ msgstr "ΕΝΕΡΓΟΠΟΙΗΣΗ"
610
+
611
+ #: templates/fields/onoff.php:25
612
+ msgctxt "ON/OFF button: use MAX 3 characters!"
613
+ msgid "OFF"
614
+ msgstr "ΑΠΕΝΕΡΓΟΠΟΙΗΣΗ"
615
+
616
+ #: templates/fields/select-buttons.php:21
617
+ msgid "Add All"
618
+ msgstr "Προσθήκη Όλων"
619
+
620
+ #: templates/fields/select-buttons.php:34
621
+ msgid "Remove All"
622
+ msgstr "Αφαίρεση Όλων"
623
+
624
+ #: templates/fields/sidebars.php:22
625
+ msgid "Left sidebar"
626
+ msgstr "Αριστερή πλευρική στήλη"
627
+
628
+ #: templates/fields/sidebars.php:25
629
+ msgid "Right sidebar"
630
+ msgstr "Δεξιά πλευρική στήλη"
631
+
632
+ #: templates/fields/sidebars.php:28 templates/fields/sidebars.php:31
633
+ msgid "No sidebar"
634
+ msgstr "Χωρίς πλευρική στήλη"
635
+
636
+ #: templates/fields/sidebars.php:39
637
+ msgid "Left Sidebar"
638
+ msgstr "Αριστερή Πλευρική Στήλη"
639
+
640
+ #: templates/fields/sidebars.php:41 templates/fields/sidebars.php:54
641
+ msgid "Choose a sidebar"
642
+ msgstr "Επιλέξτε πλευρική στήλη"
643
+
644
+ #: templates/fields/sidebars.php:52
645
+ msgid "Right Sidebar"
646
+ msgstr "Δεξιά Πλευρική Στήλη"
647
+
648
+ #: templates/fields/upload.php:27 templates/metaboxes/types/icon-list.php:70
649
+ #: templates/panel/woocommerce/woocommerce-upload.php:40
650
+ msgid "Upload"
651
+ msgstr "Ανέβασμα"
652
+
653
+ #: templates/fields/upload.php:29
654
+ msgid "Reset"
655
+ msgstr "Επαναφορά"
656
+
657
+ #: templates/metaboxes/types/icon-list.php:76
658
+ msgid "Image preview"
659
+ msgstr "Προεπισκόπηση εικόνας"
660
+
661
+ #: templates/metaboxes/types/icon-list.php:90
662
+ #, php-format
663
+ msgid "(Default: %s <img src=\"%s\"/>)"
664
+ msgstr "(Default: %s <img src=“%s”/>)"
665
+
666
+ #: templates/metaboxes/types/icon-list.php:92
667
+ #, php-format
668
+ msgid "(Default: <i %s></i> )"
669
+ msgstr "(Default: <i %s></i> )"
670
+
671
+ #: templates/panel/woocommerce/woocommerce-form.php:20
672
+ msgid "Reset Defaults"
673
+ msgstr "Επαναφορά Προεπιλεγμένων"
674
+
675
+ #: templates/sysinfo/system-information-panel.php:30
676
+ msgid "YITH System Information"
677
+ msgstr "Σύστημα Πληροφοριών YITH"
678
+
679
+ #: templates/sysinfo/system-information-panel.php:38
680
+ msgid "Site URL"
681
+ msgstr "URL Ιστοσελίδας"
682
+
683
+ #: templates/sysinfo/system-information-panel.php:46
684
+ msgid "Output IP Address"
685
+ msgstr "Διεύθυνση IP Παραγωγής"
686
+
687
+ #: templates/sysinfo/system-information-panel.php:76
688
+ msgid "Enabled"
689
+ msgstr "Ενεργοποιημένο"
690
+
691
+ #: templates/sysinfo/system-information-panel.php:76
692
+ msgid "Disabled"
693
+ msgstr "Απενεργοποιημένο"
694
+
695
+ #: templates/sysinfo/system-information-panel.php:82
696
+ msgid "N/A"
697
+ msgstr "N/A"
698
+
699
+ #: templates/sysinfo/system-information-panel.php:96
700
+ #, php-format
701
+ msgid "%s needs %s enabled"
702
+ msgstr "%s χρειάζεται %s ενεργοποιημένο"
703
+
704
+ #: templates/sysinfo/system-information-panel.php:98
705
+ #, php-format
706
+ msgid "%s needs at least %s of available memory"
707
+ msgstr "%s χρειάζεται τουλάχιστον %s διαθέσιμης μνήμης"
708
+
709
+ #: templates/sysinfo/system-information-panel.php:100
710
+ #: templates/sysinfo/system-information-panel.php:149
711
+ #, php-format
712
+ msgid ""
713
+ "For optimal functioning of our plugins, we suggest setting at least %s of "
714
+ "available memory"
715
+ msgstr ""
716
+ "Για την βέλτιστη λειτουργικότητα των προσθέτων μας, προτείνουμε να ορίσετε "
717
+ "τουλάχιστον %s διαθέσιμης μνήμης"
718
+
719
+ #: templates/sysinfo/system-information-panel.php:102
720
+ #: templates/sysinfo/system-information-panel.php:137
721
+ #: templates/sysinfo/system-information-panel.php:151
722
+ #, php-format
723
+ msgid ""
724
+ "Read more %s here%s or contact your hosting company in order to increase it."
725
+ msgstr ""
726
+ "Μάθετε περισσότερα %s εδώ%s ή επικοινωνήστε με την εταιρεία hosting σας για "
727
+ "να το βελτιώσετε."
728
+
729
+ #: templates/sysinfo/system-information-panel.php:105
730
+ #, php-format
731
+ msgid "%s needs at least %s version"
732
+ msgstr "%s χρειάζεται τουλάχιστον %s έκδοση"
733
+
734
+ #: templates/sysinfo/system-information-panel.php:116
735
+ msgid ""
736
+ "Update it to the latest version in order to benefit of all new features and "
737
+ "security updates."
738
+ msgstr ""
739
+ "Κάντε αναβάθμιση της τελευταίας έκδοσης για να επωφεληθείτε από τα νέα "
740
+ "χαρακτηριστικά και τις αναβαθμίσεις προστασίας."
741
+
742
+ #: templates/sysinfo/system-information-panel.php:122
743
+ msgid "Contact your hosting company in order to update it."
744
+ msgstr "Επικοινωνήστε με την εταιρεία hosting σας για να αναβαθμίσετε."
745
+
746
+ #: templates/sysinfo/system-information-panel.php:126
747
+ #, php-format
748
+ msgid "Remove %s from %s file"
749
+ msgstr "Αφαίρεση %s από αρχείο %s"
750
+
751
+ #: templates/sysinfo/system-information-panel.php:134
752
+ msgid "Contact your hosting company in order to enable it."
753
+ msgstr "Επικοινωνήστε με την εταιρεία hosting σας για να ενεργοποιήσετε."
754
+
755
+ #: templates/sysinfo/system-information-panel.php:157
756
+ msgid ""
757
+ "We cannot determine which <b>TLS</b> version is installed because <b>cURL</"
758
+ "b> module is disabled. Ask your hosting company to enable it."
759
+ msgstr ""
760
+ "Δεν μπορούμε να καθορίσουμε ποια έκδοση <b>TLS</b> έχει εγκατασταθεί γιατί "
761
+ "το άρθρωμα <b>cURL</b> είναι απενεργοποιημένο. Ζητήστε από την εταιρεία "
762
+ "hosting σας να το ενεργοποιήσει."
763
+
764
+ #: templates/sysinfo/system-information-panel.php:160
765
+ msgid ""
766
+ "<b>ImageMagick</b> module is not installed. Ask your hosting company to "
767
+ "install it."
768
+ msgstr ""
769
+ "Το άρθρωμα <b>ImageMagick</b> δεν έχει εγκατασταθεί. Ζητήστε από την "
770
+ "εταιρεία hosting σας να το εγκαταστήσει."
771
+
772
+ #: templates/sysinfo/system-information-panel.php:172
773
+ msgid "Show full PHPInfo"
774
+ msgstr "Πλήρης εμφάνιση PHPInfo"
775
+
776
+ #: templates/sysinfo/system-information-panel.php:176
777
+ msgid "Back to System panel"
778
+ msgstr "Πίσω στο πάνελ Συστήματος"
779
+
780
+ #: templates/sysinfo/system-information-panel.php:193
781
+ msgid "Back to top"
782
+ msgstr "Πίσω στην κορυφή"
783
+
784
+ #: yit-plugin.php:83
785
+ msgctxt "Plugin Row Meta"
786
+ msgid "Live Demo"
787
+ msgstr "Live Demo"
788
+
789
+ #: yit-plugin.php:88
790
+ msgctxt "Plugin Row Meta"
791
+ msgid "Documentation"
792
+ msgstr "Εγχειρίδιο χρήσης"
793
+
794
+ #: yit-plugin.php:93
795
+ msgctxt "Plugin Row Meta"
796
+ msgid "Support"
797
+ msgstr "Υποστήριξη"
798
+
799
+ #: yit-plugin.php:98
800
+ msgctxt "Plugin Row Meta"
801
+ msgid "Premium version"
802
+ msgstr "Premium έκδοση"
803
+
804
+ #: yit-plugin.php:190
805
+ msgctxt "Action links"
806
+ msgid "Settings"
807
+ msgstr "Ρυθμίσεις"
808
+
809
+ #: yit-plugin.php:194
810
+ msgid "License"
811
+ msgstr "Άδεια χρήσης προϊόντος"
plugin-fw/languages/yith-plugin-fw-es_ES.mo CHANGED
Binary file
plugin-fw/languages/yith-plugin-fw-es_ES.po CHANGED
@@ -4,8 +4,8 @@ msgid ""
4
  msgstr ""
5
  "Project-Id-Version: YITH Plugin Starter 1.0.0 Plugin FW\n"
6
  "Report-Msgid-Bugs-To: Your Inspiration Themes <plugins@yithemes.com>\n"
7
- "POT-Creation-Date: 2019-02-04 16:04+0100\n"
8
- "PO-Revision-Date: 2019-12-02 10:38+0000\n"
9
  "Last-Translator: \n"
10
  "Language-Team: Your Inspiration Themes <info@yithemes.com>\n"
11
  "Language: es_ES\n"
@@ -65,129 +65,129 @@ msgctxt "Privacy Policy Content"
65
  msgid "Payments"
66
  msgstr "Pagos"
67
 
68
- #: lib/yit-cpt-unlimited.php:460 lib/yit-cpt-unlimited.php:574
69
- #: lib/yit-cpt-unlimited.php:719 lib/yit-cpt-unlimited.php:1632
70
  #, php-format
71
  msgid "Add %s"
72
  msgstr "Añadir %s"
73
 
74
- #: lib/yit-cpt-unlimited.php:461 lib/yit-cpt-unlimited.php:575
75
  #, php-format
76
  msgid "Add New %s"
77
  msgstr "Añadir nuevo/a %s"
78
 
79
- #: lib/yit-cpt-unlimited.php:462 lib/yit-cpt-unlimited.php:576
80
- #: lib/yit-cpt-unlimited.php:1267 lib/yit-cpt-unlimited.php:1304
81
  #, php-format
82
  msgid "Edit %s"
83
  msgstr "Editar %s"
84
 
85
- #: lib/yit-cpt-unlimited.php:463 lib/yit-cpt-unlimited.php:577
86
  #, php-format
87
  msgid "New %s"
88
  msgstr "Nuevo/a %s"
89
 
90
- #: lib/yit-cpt-unlimited.php:464 lib/yit-cpt-unlimited.php:578
91
  #, php-format
92
  msgid "All %s"
93
  msgstr "Todo %s"
94
 
95
- #: lib/yit-cpt-unlimited.php:465 lib/yit-cpt-unlimited.php:579
96
- #: lib/yit-cpt-unlimited.php:1251 lib/yit-cpt-unlimited.php:1305
97
  #, php-format
98
  msgid "View %s"
99
  msgstr "Ver %s"
100
 
101
- #: lib/yit-cpt-unlimited.php:466 lib/yit-cpt-unlimited.php:580
102
  #, php-format
103
  msgid "Search %s"
104
  msgstr "Buscar %s"
105
 
106
- #: lib/yit-cpt-unlimited.php:467 lib/yit-cpt-unlimited.php:581
107
  #, php-format
108
  msgid "No %s found"
109
  msgstr "No se encontraron %s"
110
 
111
- #: lib/yit-cpt-unlimited.php:468 lib/yit-cpt-unlimited.php:582
112
  #, php-format
113
  msgid "No %s found in Trash"
114
  msgstr "No se encontraron %s en la papelera"
115
 
116
- #: lib/yit-cpt-unlimited.php:625
117
  #, php-format
118
  msgctxt "taxonomy general name"
119
  msgid "%s Categories"
120
  msgstr "%s Categorías"
121
 
122
- #: lib/yit-cpt-unlimited.php:626
123
  msgctxt "taxonomy singular name"
124
  msgid "Category"
125
  msgstr "Categoría"
126
 
127
- #: lib/yit-cpt-unlimited.php:627 templates/fields/ajax-terms.php:56
128
  msgid "Search Categories"
129
  msgstr "Buscar Categorías"
130
 
131
- #: lib/yit-cpt-unlimited.php:628
132
  msgid "All Categories"
133
  msgstr "Todas las categorías"
134
 
135
- #: lib/yit-cpt-unlimited.php:629
136
  msgid "Parent Category"
137
  msgstr "Categoría superior"
138
 
139
- #: lib/yit-cpt-unlimited.php:630
140
  msgid "Parent Category:"
141
  msgstr "Categoría superior:"
142
 
143
- #: lib/yit-cpt-unlimited.php:631
144
  msgid "Edit Category"
145
  msgstr "Editar Categoría:"
146
 
147
- #: lib/yit-cpt-unlimited.php:632
148
  msgid "Update Category"
149
  msgstr "Actualizar Categoría:"
150
 
151
- #: lib/yit-cpt-unlimited.php:633
152
  msgid "Add New Category"
153
  msgstr "Añadir nueva categoría"
154
 
155
- #: lib/yit-cpt-unlimited.php:634
156
  msgid "New Category Name"
157
  msgstr "Nuevo nombre de categoría"
158
 
159
- #: lib/yit-cpt-unlimited.php:635
160
  msgid "Category"
161
  msgstr "Categoría"
162
 
163
- #: lib/yit-cpt-unlimited.php:724
164
  msgid "Categories"
165
  msgstr "Categorías"
166
 
167
- #: lib/yit-cpt-unlimited.php:1042
168
  #, php-format
169
  msgid "%s Settings"
170
  msgstr "%s Ajustes"
171
 
172
- #: lib/yit-cpt-unlimited.php:1048 lib/yit-cpt-unlimited.php:1196
173
- #: lib/yit-cpt-unlimited.php:1202 lib/yit-plugin-panel.php:73
174
  msgid "Settings"
175
  msgstr "Ajustes"
176
 
177
- #: lib/yit-cpt-unlimited.php:1051
178
  msgid "Type"
179
  msgstr "Tipo"
180
 
181
- #: lib/yit-cpt-unlimited.php:1052
182
  #, php-format
183
  msgid "Layout for this %s"
184
  msgstr "Diseño para este %s"
185
 
186
- #: lib/yit-cpt-unlimited.php:1058
187
  msgid "Rewrite"
188
  msgstr "Reescribir"
189
 
190
- #: lib/yit-cpt-unlimited.php:1059
191
  msgid ""
192
  "Univocal identification name in the URL for each product (slug from post if "
193
  "empty)"
@@ -195,28 +195,28 @@ msgstr ""
195
  "Nombre de identificación único en la URL para cada producto (slug desde la "
196
  "entrada si está vacío)"
197
 
198
- #: lib/yit-cpt-unlimited.php:1064
199
  msgid "Label in Singular"
200
  msgstr "Etiqueta en singular"
201
 
202
- #: lib/yit-cpt-unlimited.php:1065
203
  msgid "Set a label in singular (title of portfolio if empty)"
204
  msgstr ""
205
  "Establecer una etiqueta en singular (título del porfolio si está vacío)"
206
 
207
- #: lib/yit-cpt-unlimited.php:1070
208
  msgid "Label in Plural"
209
  msgstr "Etiqueta en plural"
210
 
211
- #: lib/yit-cpt-unlimited.php:1071
212
  msgid "Set a label in plural (title of portfolio if empty)"
213
  msgstr "Establecer una etiqueta en plural (título del porfolio si está vacío)"
214
 
215
- #: lib/yit-cpt-unlimited.php:1076
216
  msgid "Taxonomy"
217
  msgstr "Taxonomía"
218
 
219
- #: lib/yit-cpt-unlimited.php:1077
220
  msgid ""
221
  "If you want to use categories in the portfolio, set a name for taxonomy. "
222
  "Name should be a slug (must not contain capital letters nor spaces) and must "
@@ -227,125 +227,141 @@ msgstr ""
227
  "espacios) y no debe ser más largo de 32 caracteres (restricción de "
228
  "estructura de base de datos)."
229
 
230
- #: lib/yit-cpt-unlimited.php:1082
231
  msgid "Taxonomy Rewrite"
232
  msgstr "Rescritura de taxonomía"
233
 
234
- #: lib/yit-cpt-unlimited.php:1083
235
  msgid "Set univocal name for each category page URL."
236
  msgstr "Establecer nombre único para cada página URL de categoría."
237
 
238
- #: lib/yit-cpt-unlimited.php:1088
239
  msgid "Single layout"
240
  msgstr "Diseño simple"
241
 
242
- #: lib/yit-cpt-unlimited.php:1089
243
  msgid "Layout for single page of this portfolio"
244
  msgstr "Diseño para cada página de este porfolio"
245
 
246
- #: lib/yit-cpt-unlimited.php:1130
247
  msgid "layout settings"
248
  msgstr "ajustes de diseño"
249
 
250
- #: lib/yit-cpt-unlimited.php:1222 lib/yit-cpt-unlimited.php:1235
251
  msgid "Quick links"
252
  msgstr "Enlaces rápidos"
253
 
254
- #: lib/yit-cpt-unlimited.php:1475
255
  #, php-format
256
  msgid "Show frontend of the %s"
257
  msgstr "Mostrar parte delantera de %s"
258
 
259
- #: lib/yit-cpt-unlimited.php:1482 templates/fields/customtabs.php:46
260
  #: templates/fields/customtabs.php:89
261
  msgid "Name"
262
  msgstr "Nombre"
263
 
264
- #: lib/yit-cpt-unlimited.php:1631
265
  #, php-format
266
  msgid "Add %s from images"
267
  msgstr "Añadir %s desde imágenes"
268
 
269
- #: lib/yit-cpt-unlimited.php:1633
270
  msgid "Upload multiple files"
271
  msgstr "Cargar archivos múltiples"
272
 
273
- #: lib/yit-plugin-panel-wc.php:384
274
  msgid "The changes you have made will be lost if you leave this page."
275
  msgstr "Los cambios que has hecho se perderán si abandonas esta página."
276
 
277
- #: lib/yit-plugin-panel.php:72
278
  msgid "Plugin Settings"
279
  msgstr "Ajustes del plugin"
280
 
281
- #: lib/yit-plugin-panel.php:339 lib/yit-plugin-panel.php:342
282
  msgid "How to install premium version"
283
  msgstr "Cómo instalar la versión premium"
284
 
285
- #: lib/yit-plugin-panel.php:393 lib/yit-plugin-subpanel.php:156
286
- #: templates/panel/woocommerce/woocommerce-form.php:11
287
  msgid "Save Changes"
288
  msgstr "Guardar cambios"
289
 
290
- #: lib/yit-plugin-panel.php:396 lib/yit-plugin-subpanel.php:159
291
- #: templates/panel/woocommerce/woocommerce-form.php:14
292
  msgid ""
293
  "If you continue with this action, you will reset all options in this page."
294
  msgstr ""
295
  "Si sigues con esta acción, se reiniciarán todas las opciones en esta página."
296
 
297
- #: lib/yit-plugin-panel.php:398 lib/yit-plugin-subpanel.php:161
298
  msgid "Reset to default"
299
  msgstr "Restablecer a predeterminado"
300
 
301
- #: lib/yit-plugin-panel.php:399 lib/yit-plugin-subpanel.php:162
302
- #: templates/panel/woocommerce/woocommerce-form.php:18
303
  msgid "Are you sure?"
304
  msgstr "¿Estás seguro/a?"
305
 
306
- #: lib/yit-plugin-panel.php:533
307
  msgid ""
308
  "The element you have entered already exists. Please, enter another name."
309
  msgstr ""
310
  "El elemento que has introducido ya existe. Por favor, introduce otro nombre."
311
 
312
- #: lib/yit-plugin-panel.php:534
313
  msgid "Settings saved"
314
  msgstr "Ajustes guardados"
315
 
316
- #: lib/yit-plugin-panel.php:535
317
  msgid "Settings reset"
318
  msgstr "Ajustes reiniciados"
319
 
320
- #: lib/yit-plugin-panel.php:536
321
  msgid "Element deleted correctly."
322
  msgstr "Elemento borrado correctamente."
323
 
324
- #: lib/yit-plugin-panel.php:537 lib/yit-plugin-panel.php:538
325
  msgid "Element updated correctly."
326
  msgstr "Elemento actualizado correctamente."
327
 
328
- #: lib/yit-plugin-panel.php:539
329
  msgid "Database imported correctly."
330
  msgstr "Base de datos importada correctamente."
331
 
332
- #: lib/yit-plugin-panel.php:540
333
  msgid "An error has occurred during import. Please try again."
334
  msgstr ""
335
  "Ha ocurrido un error durante la importación. Por favor, inténtalo de nuevo."
336
 
337
- #: lib/yit-plugin-panel.php:541
338
  msgid "The added file is not valid."
339
  msgstr "El archivo añadido no es válido."
340
 
341
- #: lib/yit-plugin-panel.php:542
342
  msgid "Sorry, import is disabled."
343
  msgstr "Lo sentimos, la importación está deshabilitada."
344
 
345
- #: lib/yit-plugin-panel.php:543
346
  msgid "Sorting successful."
347
  msgstr "Clasificación fue realizada con éxito."
348
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
349
  #: lib/yit-pointers.php:70
350
  msgid "Plugins Activated"
351
  msgstr "Plugins activados"
@@ -396,435 +412,132 @@ msgstr ""
396
  " se moverán de su posición anterior a la "
397
  "pestaña YIT Plugin."
398
 
399
- #: lib/yit-upgrade.php:95
400
- msgid "An unexpected error occurred, please try again later. Thanks!"
401
- msgstr ""
402
- "Ha ocurrido un error inesperado, por favor, inténtalo de nuevo más tarde. "
403
- "¡Gracias!"
404
-
405
- #: lib/yit-upgrade.php:196
406
- msgid "There is a new version of %plugin_name% available."
407
- msgstr "Hay una nueva versión de %plugin_name% disponible."
408
-
409
- #: lib/yit-upgrade.php:197
410
- msgid "View version %latest% details."
411
- msgstr "Ver detalles de la %latest% versión"
412
-
413
- #: lib/yit-upgrade.php:198
414
- msgid "Automatic update is unavailable for this plugin,"
415
- msgstr "Las actualizaciones automáticas no están disponibles para este plugin,"
416
-
417
- #: lib/yit-upgrade.php:199
418
- msgid ""
419
- "please <a href=\"%activate_link%\">activate</a> your copy of %plugin_name%."
420
- msgstr ""
421
- "por favor, <a href=\"%activate_link%\">activa</a> tu copia de %plugin_name%."
422
-
423
- #: lib/yit-upgrade.php:200
424
- msgid "Update now."
425
- msgstr "Actualiza ahora."
426
-
427
- #: lib/yit-upgrade.php:201
428
- msgid ""
429
- "<br/><b>Please note:</b> You are using a higher version than the latest "
430
- "available one. </em>Please, make sure you've downloaded the latest version "
431
- "of <em>%1$s</em> from the only <a href=\"https://yithemes.com\" target="
432
- "\"_blank\">YITH official website</a>, specifically, from your <a href="
433
- "\"https://yithemes.com/my-account/recent-downloads/\" target=\"_blank"
434
- "\">Downloads page</a>. This is the only way to be sure the version you are "
435
- "using is 100% malware-free."
436
- msgstr ""
437
- "<br/><b>Por favor, ten en cuenta:</b> Estás usando una versión superior a la "
438
- "última disponible. </em>Por favor, asegurate de que has descargado la última "
439
- "versión de <em>%1$s</em> desde el único <a href=\"https://yithemes.com\" "
440
- "target=\"_blank\">sitio oficial de YITH</a>, específicamente, desde tu <a "
441
- "href=\"https://yithemes.com/my-account/recent-downloads/\" target=\"_blank"
442
- "\">página de Descargas</a>. Esta es la única forma de estar seguro de que la "
443
- "versión que estás usando es 100% malware-free."
444
-
445
- #: lib/yit-upgrade.php:303
446
- msgctxt "[Update Plugin Message: License not enabled]"
447
- msgid "You have to activate the plugin to benefit from automatic updates."
448
- msgstr ""
449
- "Tienes que activar el plugin para beneficiarte de actualizaciones "
450
- "automáticas."
451
-
452
- #: lib/yit-upgrade.php:325
453
- msgid "YITH Repository"
454
- msgstr "Repositorio de YITH"
455
-
456
- #: lib/yit-upgrade.php:359
457
- msgid "Invalid URL Provided."
458
- msgstr "La URL proporcionada no es válida."
459
-
460
- #: lib/yit-upgrade.php:372
461
- msgid "Could not create Temporary file."
462
- msgstr "No se pudo crear un archivo temporal."
463
-
464
- #: lib/yit-upgrade.php:547
465
- #, php-format
466
- msgid ""
467
- "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
468
- "yit-changelog-button open-plugin-details-modal\" title=\"%3$s\">View version "
469
- "%4$s details</a>."
470
- msgstr ""
471
- "Hay una nueva versión de %1$s disponible. <a href=\"%2$s\" class=\"thickbox "
472
- "yit-changelog-button\" title=\"%3$s\">Ver detalles de la versión %4$s</a>."
473
-
474
- #: lib/yit-upgrade.php:551
475
- #, php-format
476
- msgid ""
477
- "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
478
- "yit-changelog-button open-plugin-details-modal\" title=\"%3$s\">View version "
479
- "%4$s details</a>. <em>You have to activate the plugin on a single site of "
480
- "the network to benefit from automatic updates.</em>"
481
- msgstr ""
482
- "Hay una nueva versión de %1$s disponible. <a href=\"%2$s\" class=\"thickbox "
483
- "yit-changelog-button\" title=\"%3$s\">Ver detalles de la versión %4$s</a>. "
484
- "<em>Tienes que activar el plugin en un único sitio web desde la red para "
485
- "beneficiarte de las actualizaciones automáticas.</em>"
486
 
487
- #: lib/yit-upgrade.php:555
488
- #, php-format
489
- msgid ""
490
- "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
491
- "yit-changelog-button open-plugin-details-modal\" title=\"%3$s\">View version "
492
- "%4$s details</a>. <em>Automatic update is unavailable for this plugin, "
493
- "please <a href=\"%5$s\" title=\"License activation\">activate</a> your copy "
494
- "of %6s.</em>"
495
- msgstr ""
496
- "Hay una nueva versión de %1$s disponible. <a href=\"%2$s\" class=\"thickbox "
497
- "yit-changelog-button\" title=\"%3$s\">Ver detalles de la versión %4$s</a>. "
498
- "<em>Las actualizaciones automáticas no están disponibles para este plugin, "
499
- "por favor <a href=\"%5$s\" title=\"License activation\">activa</a> tu copia "
500
- "de %6s.</em>"
501
 
502
- #: lib/yit-upgrade.php:559
503
- #, php-format
504
- msgid ""
505
- "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
506
- "yit-changelog-button open-plugin-details-modal\" title=\"%3$s\">View version "
507
- "%4$s details</a> or <a href=\"%5$s\">update now</a>."
508
- msgstr ""
509
- "Hay una nueva versión de %1$s disponible. <a href=\"%2$s\" class=\"thickbox "
510
- "yit-changelog-button\" title=\"%3$s\">Ver detalles de la versión %4$s</a> o "
511
- "<a href=\"%5$s\">actualizar ahora</a>."
512
 
513
- #: lib/yit-upgrade.php:563
514
- #, php-format
515
- msgid ""
516
- "<br/><b>Please note:</b> You are using a higher version than the latest "
517
- "available one. </em>Please, make sure you've downloaded the latest version "
518
- "of <em>%1$s</em> from the only <a href=\"https://yithemes.com\" target="
519
- "\"_blank\">YITH official website</a>, specifically, from your <a href="
520
- "\"https://yithemes.com/my-account/recent-downloads/\" target=\"_blank"
521
- "\">Downloads page</a>. This is the only way to be sure the version you are "
522
- "using is 100%% malware-free."
523
- msgstr ""
524
- "<br/><b>Por favor, ten en cuenta:</b> Estás usando una versión más alta que "
525
- "la última disponible. </em>Por favor, asegurate de que has descargado la "
526
- "última versión de <em>%1$s</em> desde el único<a href=\"https://yithemes.com"
527
- "\" target=\"_blank\">sitio oficial de YITH</a>, específicamente, desde tu <a "
528
- "href=\"https://yithemes.com/my-account/recent-downloads/\" target=\"_blank"
529
- "\">página de Descargas</a>. Esta es la única manera de estar seguro de que "
530
- "la versión que estás usando es 100%% malware-free."
531
-
532
- #: lib/yit-upgrade.php:635
533
- msgid "You can't update the plugins for this site."
534
- msgstr "No puedes actualizar los plugins para este sitio web."
535
-
536
- #: lib/yit-upgrade.php:639
537
  msgid ""
538
- "You do not have sufficient permissions to update the plugins for this site."
 
539
  msgstr ""
540
- "No tienes suficientes permisos para actualizar los plugins para este sitio "
541
- "web."
542
 
543
- #: lib/yit-upgrade.php:646
544
- msgid "Update Plugin"
545
- msgstr "Actualizar Plugin"
 
546
 
547
- #: lib/yith-dashboard.php:40
548
- msgid "New YITH products"
549
- msgstr "Nuevos productos de YITH"
 
550
 
551
- #: lib/yith-dashboard.php:41
552
- msgid "News from the YITH Blog"
553
- msgstr "Noticias del Blog de YITH"
 
554
 
555
  #: lib/yith-gutenberg.php:134
556
  msgctxt "[gutenberg]: Category Name"
557
  msgid "YITH"
558
  msgstr "YITH"
559
 
560
- #: licence/lib/yit-licence.php:180
561
- #, php-format
562
- msgctxt "%s = field name"
563
- msgid "Please, insert a valid %s"
564
- msgstr "Por favor, introduce una %s válida"
565
 
566
- #: licence/lib/yit-licence.php:181
567
- #, php-format
568
- msgid "Please, insert a valid %s and a valid %s"
569
- msgstr "Por favor, inserta una %s válida y una %s válida"
570
 
571
- #: licence/lib/yit-licence.php:182
572
- msgid "Unable to contact the remote server, please try again later. Thanks!"
573
- msgstr ""
574
- "No fue posible contactar con el servidor remoto, por favor, inténtalo de "
575
- "nuevo más tarde. ¡Gracias!"
576
 
577
- #: licence/lib/yit-licence.php:183
578
- msgid "email address"
579
- msgstr "dirección de correo electrónico"
580
 
581
- #: licence/lib/yit-licence.php:184
582
- msgid "license key"
583
- msgstr "clave de licencia"
584
 
585
- #: licence/lib/yit-licence.php:185
586
- msgid "Are you sure you want to deactivate the license for current site?"
587
- msgstr ""
588
- "¿Estás seguro/a de que quieres desactivar la licencia para el sitio web "
589
- "actual?"
590
 
591
- #: licence/lib/yit-licence.php:730
592
- msgid "Invalid Request"
593
- msgstr "Solicitud inválida"
594
 
595
- #: licence/lib/yit-licence.php:731
596
- msgid "Invalid license key"
597
- msgstr "Clave de solicitud inválida"
598
 
599
- #: licence/lib/yit-licence.php:732
600
- msgid "Software has been deactivated"
601
- msgstr "El software ha sido desactivado"
602
 
603
- #: licence/lib/yit-licence.php:733
604
- msgid "Maximum number of activations exceeded"
605
- msgstr "Se ha excedido el número máximo de solicitudes"
606
 
607
- #: licence/lib/yit-licence.php:734
608
- msgid "Invalid instance ID"
609
- msgstr "Instancia ID inválida"
610
 
611
- #: licence/lib/yit-licence.php:735
612
- msgid "Invalid security key"
613
- msgstr "Clave de seguridad inválida"
614
 
615
- #: licence/lib/yit-licence.php:736
616
- msgid "License key has expired"
617
- msgstr "La clave de licencia ha caducado"
618
 
619
- #: licence/lib/yit-licence.php:737
620
- msgid "License key has been banned"
621
- msgstr "La clave de licencia ha sido bloqueada"
622
 
623
- #: licence/lib/yit-licence.php:738
624
- msgid "Current product is not included in your YITH Club Subscription key"
625
- msgstr ""
626
- "Producto actual no está incluido en la clave de suscripción de Club de YITH"
627
-
628
- #: licence/lib/yit-licence.php:739
629
- msgid "Great"
630
- msgstr "Excelente"
631
-
632
- #: licence/lib/yit-licence.php:739
633
- msgid "License successfully activated"
634
- msgstr "Licencia activada con éxito"
635
-
636
- #: licence/lib/yit-licence.php:740
637
- msgid "License key deactivated for website"
638
- msgstr "Clave de licencia desactivada para nuestro sitio web"
639
-
640
- #: licence/lib/yit-plugin-licence.php:67 licence/lib/yit-plugin-licence.php:68
641
- #: licence/lib/yit-theme-licence.php:69 licence/lib/yit-theme-licence.php:70
642
- #: licence/lib/yit-theme-licence.php:109 licence/lib/yit-theme-licence.php:110
643
- msgid "License Activation"
644
- msgstr "Activación de la Licencia"
645
-
646
- #: licence/lib/yit-plugin-licence.php:142
647
- msgctxt ""
648
- "[Part of]: Warning! You didn't set license key for the following products:"
649
- "[Plugins List] which means you're missing out on updates and support. Enter "
650
- "your license key, please."
651
  msgid "Warning!"
652
  msgstr "¡Atención! "
653
 
654
- #: licence/lib/yit-plugin-licence.php:142
655
- msgctxt ""
656
- "[Part of]: Warning! You didn't set license key for the following products:"
657
- "[Plugins List] which means you're missing out on updates and support. Enter "
658
- "your license key, please."
659
- msgid "You didn't set license key for the following products"
660
- msgstr "No has establecido la clave de licencia para los siguientes productos"
661
-
662
- #: licence/lib/yit-plugin-licence.php:145
663
- msgctxt ""
664
- "[Part of]: Warning! You didn't set license key for the following products:"
665
- "[Plugins List] which means you're missing out on updates and support. Enter "
666
- "your license key, please."
667
- msgid "which means you're missing out on updates and support"
668
- msgstr "lo que significa que estás perdiendo actualizaciones y soporte"
669
-
670
- #: licence/lib/yit-plugin-licence.php:147
671
- msgctxt ""
672
- "[Part of]: Warning! You didn't set license key for the following products:"
673
- "[Plugins List] which means you're missing out on updates and support. Enter "
674
- "your license key, please."
675
- msgid "Enter your license key"
676
- msgstr "Introduce tu clave de licencia"
677
-
678
- #: licence/lib/yit-plugin-licence.php:148
679
- msgctxt ""
680
- "[Part of]: Warning! You didn't set license key for the following products:"
681
- "[Plugins List] which means you're missing out on updates and support. Enter "
682
- "your license key, please."
683
- msgid "please"
684
- msgstr "por favor"
685
-
686
- #: licence/lib/yit-theme-licence.php:117 licence/lib/yit-theme-licence.php:118
687
  #, php-format
688
- msgid "%s"
689
- msgstr "%s"
690
-
691
- #: licence/lib/yit-theme-licence.php:159
692
  msgid ""
693
- "I cannot find the license key for activating the theme I have bought some "
694
- "time ago. Where can I find it?"
695
  msgstr ""
696
- "No puedo encontrar la clave de licencia para activar el tema que compré hace "
697
- "tiempo. ¿Dónde la puedo encontrar?"
698
 
699
- #: licence/lib/yit-theme-licence.php:163
700
- msgid ""
701
- "If you have purchased one of our products before 27 January 2015, you can "
702
- "benefit from support and updates (the services offered with the license)\n"
703
- " until 27 January 2016 and you do not have to purchase it "
704
- "again to get a new license key, because, before this date, your license used "
705
- "to be activated automatically by our system.\n"
706
- " After 27 January 2016, instead, if you want to benefit "
707
- "from support and updates you have to buy a new license and activate it "
708
- "through the license key you will be\n"
709
- " provided with and that you can find in your YITH "
710
- "account, in section \"My licenses\"."
711
- msgstr ""
712
- "Si has comprado uno de nuestros productos antes del 27 de enero de 2015, "
713
- "puedes beneficiarte del soporte y actualizaciones (los servicios incluidos "
714
- "con la licencia)\n"
715
- " hasta el 27 de enero de 2016 y no tendrás que comprarla "
716
- "otra vez para conseguir una nueva clave de licencia, porque, antes de esta "
717
- "fecha, tu licencia se activaba automáticamente por nuestro sistema.\n"
718
- " Después del 27 de enero de 2016, sin embargo, si quieres "
719
- "beneficiarte de nuestro soporte y actualizaciones, tienes que comprar una "
720
- "nueva licencia y activarla a través de la clave de licencia que \n"
721
- " se te proporcionará y que podrás encontrar en tu cuenta "
722
- "YIThemes, en la sección \"My licenses\"."
723
-
724
- #: licence/templates/panel/activation/activation-panel.php:24
725
- msgid "YITH License Activation"
726
- msgstr "Activación de licencia de YITH"
727
-
728
- #: licence/templates/panel/activation/activation-panel.php:27
729
- msgid "License expiry date"
730
- msgstr "Fecha de vencimiento de la licencia"
731
-
732
- #: licence/templates/panel/activation/activation-panel.php:30
733
- msgid ""
734
- "If you have renewed your product license key and the expiry date does not "
735
- "appear up-to-date, please, click on the button <em>Check Expiry Date</em> "
736
- "below and it will update."
737
- msgstr ""
738
- "Si has renovado la clave de licencia de tu producto y la fecha de "
739
- "vencimiento no aparece actualizada, por favor, haz clic en el botón "
740
- "<em>Comprobar fecha de vencimiento</em> debajo y se actualizará."
741
-
742
- #: licence/templates/panel/activation/activation-panel.php:33
743
- msgid "Check expiry date"
744
- msgstr "Comprobar la fecha de vencimiento"
745
-
746
- #: licence/templates/panel/activation/activation-panel.php:47
747
- msgid "Product to activate"
748
- msgid_plural "Products to activate"
749
- msgstr[0] "Producto que activar"
750
- msgstr[1] "Productos que activar"
751
-
752
- #: licence/templates/panel/activation/activation-panel.php:50
753
- msgid "Are you having issues with the license activation?"
754
- msgstr "¿Estás teniendo problemas con la activación de la licencia?"
755
-
756
- #: licence/templates/panel/activation/activation-panel.php:50
757
- msgid "Read this article"
758
- msgstr "Lee este artículo"
759
-
760
- #: licence/templates/panel/activation/activation-panel.php:70
761
- msgid "Activate"
762
- msgstr "Activar"
763
-
764
- #: licence/templates/panel/activation/activation-panel.php:89
765
- msgid "Activated"
766
- msgstr "Activado/a"
767
-
768
- #: licence/templates/panel/activation/activation-panel.php:95
769
- #: licence/templates/panel/activation/activation-panel.php:173
770
- #: licence/templates/panel/activation/activation-panel.php:203
771
- msgid "Product Name"
772
- msgstr "Nombre de Producto"
773
-
774
- #: licence/templates/panel/activation/activation-panel.php:97
775
- #: licence/templates/panel/activation/activation-panel.php:175
776
- #: licence/templates/panel/activation/activation-panel.php:206
777
- msgid "Email"
778
- msgstr "Email"
779
-
780
- #: licence/templates/panel/activation/activation-panel.php:98
781
- #: licence/templates/panel/activation/activation-panel.php:176
782
- #: licence/templates/panel/activation/activation-panel.php:207
783
- msgid "License Key"
784
- msgstr "Clave de Licencia"
785
-
786
- #: licence/templates/panel/activation/activation-panel.php:101
787
- #: licence/templates/panel/activation/activation-panel.php:210
788
- msgid "Expires"
789
- msgstr "Caduca"
790
-
791
- #: licence/templates/panel/activation/activation-panel.php:104
792
- msgid "Remaining"
793
- msgstr "Restantes"
794
-
795
- #: licence/templates/panel/activation/activation-panel.php:106
796
- msgid "Club Subscription"
797
- msgstr "Suscripción al Club"
798
-
799
- #: licence/templates/panel/activation/activation-panel.php:135
800
- #, php-format
801
- msgid "%1s out of %2s"
802
- msgstr "%1s de %2s"
803
 
804
- #: licence/templates/panel/activation/activation-panel.php:151
805
- msgid "Deactivate"
806
- msgstr "Desactivar"
807
-
808
- #: licence/templates/panel/activation/activation-panel.php:156
809
- #: licence/templates/panel/activation/activation-panel.php:213
810
- msgid "Renew"
811
- msgstr "Renovado"
812
-
813
- #: licence/templates/panel/activation/activation-panel.php:169
814
- msgid "Banned"
815
- msgstr "Bloqueado"
816
-
817
- #: licence/templates/panel/activation/activation-panel.php:199
818
- msgid "Expired"
819
- msgstr "Caducado"
820
-
821
- #: licence/templates/panel/activation/activation-panel.php:235
822
- msgid "Order again"
823
- msgstr "Comprar de nuevo"
824
-
825
- #: licence/templates/panel/activation/activation-panel.php:237
826
- msgid "Renew license"
827
- msgstr "Renovar licencia"
828
 
829
  #: templates/fields/ajax-posts.php:57
830
  msgid "Search Posts"
@@ -862,6 +575,10 @@ msgstr "Añadir etiqueta de producto personalizado"
862
  msgid "Do you want to remove the custom tab?"
863
  msgstr "¿Quieres borrar la etiqueta personalizada?"
864
 
 
 
 
 
865
  #: templates/fields/icons.php:58
866
  msgid "Set Default"
867
  msgstr "Establecer por defecto"
@@ -886,13 +603,23 @@ msgstr "Añadir imágenes"
886
  msgid "Delete"
887
  msgstr "Borrar"
888
 
889
- #: templates/fields/select-buttons.php:26
890
- msgid "Select All"
891
- msgstr "Seleccionar todo"
 
892
 
893
- #: templates/fields/select-buttons.php:33
894
- msgid "Deselect All"
895
- msgstr "Deseleccionar todo"
 
 
 
 
 
 
 
 
 
896
 
897
  #: templates/fields/sidebars.php:22
898
  msgid "Left sidebar"
@@ -918,12 +645,12 @@ msgstr "Elige una barra lateral"
918
  msgid "Right Sidebar"
919
  msgstr "Barra lateral derecha"
920
 
921
- #: templates/fields/upload.php:18 templates/metaboxes/types/icon-list.php:70
922
  #: templates/panel/woocommerce/woocommerce-upload.php:40
923
  msgid "Upload"
924
  msgstr "Subir"
925
 
926
- #: templates/fields/upload.php:19
927
  msgid "Reset"
928
  msgstr "Reinicia"
929
 
@@ -941,10 +668,118 @@ msgstr "(Por defecto: %s <img src=\"%s\"/>)"
941
  msgid "(Default: <i %s></i> )"
942
  msgstr "(Por defecto: <i %s></i> )"
943
 
944
- #: templates/panel/woocommerce/woocommerce-form.php:17
945
  msgid "Reset Defaults"
946
  msgstr "Ajustes predeterminados"
947
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
948
  #: yit-plugin.php:83
949
  msgctxt "Plugin Row Meta"
950
  msgid "Live Demo"
@@ -965,15 +800,357 @@ msgctxt "Plugin Row Meta"
965
  msgid "Premium version"
966
  msgstr "Versión premium"
967
 
968
- #: yit-plugin.php:193
969
  msgctxt "Action links"
970
  msgid "Settings"
971
  msgstr "Ajustes"
972
 
973
- #: yit-plugin.php:197
974
  msgid "License"
975
  msgstr "Licencia"
976
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
977
  #~ msgid ""
978
  #~ "Have you updated your licenses? Have you asked for an extension? Update "
979
  #~ "information concerning your products."
@@ -1039,18 +1216,9 @@ msgstr "Licencia"
1039
  #~ msgid "Theme Icon"
1040
  #~ msgstr "Icono del tema"
1041
 
1042
- #~ msgid "Custom Icon"
1043
- #~ msgstr "Icono Personalizado"
1044
-
1045
  #~ msgid "None"
1046
  #~ msgstr "Ninguno"
1047
 
1048
- #~ msgid "Add field"
1049
- #~ msgstr "Añadir campo"
1050
-
1051
- #~ msgid "Click to toggle"
1052
- #~ msgstr "Haz click para alternar"
1053
-
1054
  #~ msgid "Field Title"
1055
  #~ msgstr "Campo de título"
1056
 
4
  msgstr ""
5
  "Project-Id-Version: YITH Plugin Starter 1.0.0 Plugin FW\n"
6
  "Report-Msgid-Bugs-To: Your Inspiration Themes <plugins@yithemes.com>\n"
7
+ "POT-Creation-Date: 2020-01-14 09:59+0000\n"
8
+ "PO-Revision-Date: 2020-01-14 10:23+0000\n"
9
  "Last-Translator: \n"
10
  "Language-Team: Your Inspiration Themes <info@yithemes.com>\n"
11
  "Language: es_ES\n"
65
  msgid "Payments"
66
  msgstr "Pagos"
67
 
68
+ #: lib/yit-cpt-unlimited.php:462 lib/yit-cpt-unlimited.php:576
69
+ #: lib/yit-cpt-unlimited.php:721 lib/yit-cpt-unlimited.php:1636
70
  #, php-format
71
  msgid "Add %s"
72
  msgstr "Añadir %s"
73
 
74
+ #: lib/yit-cpt-unlimited.php:463 lib/yit-cpt-unlimited.php:577
75
  #, php-format
76
  msgid "Add New %s"
77
  msgstr "Añadir nuevo/a %s"
78
 
79
+ #: lib/yit-cpt-unlimited.php:464 lib/yit-cpt-unlimited.php:578
80
+ #: lib/yit-cpt-unlimited.php:1269 lib/yit-cpt-unlimited.php:1306
81
  #, php-format
82
  msgid "Edit %s"
83
  msgstr "Editar %s"
84
 
85
+ #: lib/yit-cpt-unlimited.php:465 lib/yit-cpt-unlimited.php:579
86
  #, php-format
87
  msgid "New %s"
88
  msgstr "Nuevo/a %s"
89
 
90
+ #: lib/yit-cpt-unlimited.php:466 lib/yit-cpt-unlimited.php:580
91
  #, php-format
92
  msgid "All %s"
93
  msgstr "Todo %s"
94
 
95
+ #: lib/yit-cpt-unlimited.php:467 lib/yit-cpt-unlimited.php:581
96
+ #: lib/yit-cpt-unlimited.php:1253 lib/yit-cpt-unlimited.php:1307
97
  #, php-format
98
  msgid "View %s"
99
  msgstr "Ver %s"
100
 
101
+ #: lib/yit-cpt-unlimited.php:468 lib/yit-cpt-unlimited.php:582
102
  #, php-format
103
  msgid "Search %s"
104
  msgstr "Buscar %s"
105
 
106
+ #: lib/yit-cpt-unlimited.php:469 lib/yit-cpt-unlimited.php:583
107
  #, php-format
108
  msgid "No %s found"
109
  msgstr "No se encontraron %s"
110
 
111
+ #: lib/yit-cpt-unlimited.php:470 lib/yit-cpt-unlimited.php:584
112
  #, php-format
113
  msgid "No %s found in Trash"
114
  msgstr "No se encontraron %s en la papelera"
115
 
116
+ #: lib/yit-cpt-unlimited.php:627
117
  #, php-format
118
  msgctxt "taxonomy general name"
119
  msgid "%s Categories"
120
  msgstr "%s Categorías"
121
 
122
+ #: lib/yit-cpt-unlimited.php:628
123
  msgctxt "taxonomy singular name"
124
  msgid "Category"
125
  msgstr "Categoría"
126
 
127
+ #: lib/yit-cpt-unlimited.php:629 templates/fields/ajax-terms.php:56
128
  msgid "Search Categories"
129
  msgstr "Buscar Categorías"
130
 
131
+ #: lib/yit-cpt-unlimited.php:630
132
  msgid "All Categories"
133
  msgstr "Todas las categorías"
134
 
135
+ #: lib/yit-cpt-unlimited.php:631
136
  msgid "Parent Category"
137
  msgstr "Categoría superior"
138
 
139
+ #: lib/yit-cpt-unlimited.php:632
140
  msgid "Parent Category:"
141
  msgstr "Categoría superior:"
142
 
143
+ #: lib/yit-cpt-unlimited.php:633
144
  msgid "Edit Category"
145
  msgstr "Editar Categoría:"
146
 
147
+ #: lib/yit-cpt-unlimited.php:634
148
  msgid "Update Category"
149
  msgstr "Actualizar Categoría:"
150
 
151
+ #: lib/yit-cpt-unlimited.php:635
152
  msgid "Add New Category"
153
  msgstr "Añadir nueva categoría"
154
 
155
+ #: lib/yit-cpt-unlimited.php:636
156
  msgid "New Category Name"
157
  msgstr "Nuevo nombre de categoría"
158
 
159
+ #: lib/yit-cpt-unlimited.php:637
160
  msgid "Category"
161
  msgstr "Categoría"
162
 
163
+ #: lib/yit-cpt-unlimited.php:726
164
  msgid "Categories"
165
  msgstr "Categorías"
166
 
167
+ #: lib/yit-cpt-unlimited.php:1044
168
  #, php-format
169
  msgid "%s Settings"
170
  msgstr "%s Ajustes"
171
 
172
+ #: lib/yit-cpt-unlimited.php:1050 lib/yit-cpt-unlimited.php:1198
173
+ #: lib/yit-cpt-unlimited.php:1204 lib/yit-plugin-panel.php:80
174
  msgid "Settings"
175
  msgstr "Ajustes"
176
 
177
+ #: lib/yit-cpt-unlimited.php:1053
178
  msgid "Type"
179
  msgstr "Tipo"
180
 
181
+ #: lib/yit-cpt-unlimited.php:1054
182
  #, php-format
183
  msgid "Layout for this %s"
184
  msgstr "Diseño para este %s"
185
 
186
+ #: lib/yit-cpt-unlimited.php:1060
187
  msgid "Rewrite"
188
  msgstr "Reescribir"
189
 
190
+ #: lib/yit-cpt-unlimited.php:1061
191
  msgid ""
192
  "Univocal identification name in the URL for each product (slug from post if "
193
  "empty)"
195
  "Nombre de identificación único en la URL para cada producto (slug desde la "
196
  "entrada si está vacío)"
197
 
198
+ #: lib/yit-cpt-unlimited.php:1066
199
  msgid "Label in Singular"
200
  msgstr "Etiqueta en singular"
201
 
202
+ #: lib/yit-cpt-unlimited.php:1067
203
  msgid "Set a label in singular (title of portfolio if empty)"
204
  msgstr ""
205
  "Establecer una etiqueta en singular (título del porfolio si está vacío)"
206
 
207
+ #: lib/yit-cpt-unlimited.php:1072
208
  msgid "Label in Plural"
209
  msgstr "Etiqueta en plural"
210
 
211
+ #: lib/yit-cpt-unlimited.php:1073
212
  msgid "Set a label in plural (title of portfolio if empty)"
213
  msgstr "Establecer una etiqueta en plural (título del porfolio si está vacío)"
214
 
215
+ #: lib/yit-cpt-unlimited.php:1078
216
  msgid "Taxonomy"
217
  msgstr "Taxonomía"
218
 
219
+ #: lib/yit-cpt-unlimited.php:1079
220
  msgid ""
221
  "If you want to use categories in the portfolio, set a name for taxonomy. "
222
  "Name should be a slug (must not contain capital letters nor spaces) and must "
227
  "espacios) y no debe ser más largo de 32 caracteres (restricción de "
228
  "estructura de base de datos)."
229
 
230
+ #: lib/yit-cpt-unlimited.php:1084
231
  msgid "Taxonomy Rewrite"
232
  msgstr "Rescritura de taxonomía"
233
 
234
+ #: lib/yit-cpt-unlimited.php:1085
235
  msgid "Set univocal name for each category page URL."
236
  msgstr "Establecer nombre único para cada página URL de categoría."
237
 
238
+ #: lib/yit-cpt-unlimited.php:1090
239
  msgid "Single layout"
240
  msgstr "Diseño simple"
241
 
242
+ #: lib/yit-cpt-unlimited.php:1091
243
  msgid "Layout for single page of this portfolio"
244
  msgstr "Diseño para cada página de este porfolio"
245
 
246
+ #: lib/yit-cpt-unlimited.php:1132
247
  msgid "layout settings"
248
  msgstr "ajustes de diseño"
249
 
250
+ #: lib/yit-cpt-unlimited.php:1224 lib/yit-cpt-unlimited.php:1237
251
  msgid "Quick links"
252
  msgstr "Enlaces rápidos"
253
 
254
+ #: lib/yit-cpt-unlimited.php:1477
255
  #, php-format
256
  msgid "Show frontend of the %s"
257
  msgstr "Mostrar parte delantera de %s"
258
 
259
+ #: lib/yit-cpt-unlimited.php:1484 templates/fields/customtabs.php:46
260
  #: templates/fields/customtabs.php:89
261
  msgid "Name"
262
  msgstr "Nombre"
263
 
264
+ #: lib/yit-cpt-unlimited.php:1635
265
  #, php-format
266
  msgid "Add %s from images"
267
  msgstr "Añadir %s desde imágenes"
268
 
269
+ #: lib/yit-cpt-unlimited.php:1638
270
  msgid "Upload multiple files"
271
  msgstr "Cargar archivos múltiples"
272
 
273
+ #: lib/yit-plugin-panel-wc.php:397
274
  msgid "The changes you have made will be lost if you leave this page."
275
  msgstr "Los cambios que has hecho se perderán si abandonas esta página."
276
 
277
+ #: lib/yit-plugin-panel.php:79
278
  msgid "Plugin Settings"
279
  msgstr "Ajustes del plugin"
280
 
281
+ #: lib/yit-plugin-panel.php:424 lib/yit-plugin-panel.php:427
282
  msgid "How to install premium version"
283
  msgstr "Cómo instalar la versión premium"
284
 
285
+ #: lib/yit-plugin-panel.php:571 lib/yit-plugin-subpanel.php:151
286
+ #: templates/panel/woocommerce/woocommerce-form.php:14
287
  msgid "Save Changes"
288
  msgstr "Guardar cambios"
289
 
290
+ #: lib/yit-plugin-panel.php:574 lib/yit-plugin-subpanel.php:154
291
+ #: templates/panel/woocommerce/woocommerce-form.php:17
292
  msgid ""
293
  "If you continue with this action, you will reset all options in this page."
294
  msgstr ""
295
  "Si sigues con esta acción, se reiniciarán todas las opciones en esta página."
296
 
297
+ #: lib/yit-plugin-panel.php:576 lib/yit-plugin-subpanel.php:156
298
  msgid "Reset to default"
299
  msgstr "Restablecer a predeterminado"
300
 
301
+ #: lib/yit-plugin-panel.php:577 lib/yit-plugin-subpanel.php:157
302
+ #: templates/panel/woocommerce/woocommerce-form.php:21
303
  msgid "Are you sure?"
304
  msgstr "¿Estás seguro/a?"
305
 
306
+ #: lib/yit-plugin-panel.php:775
307
  msgid ""
308
  "The element you have entered already exists. Please, enter another name."
309
  msgstr ""
310
  "El elemento que has introducido ya existe. Por favor, introduce otro nombre."
311
 
312
+ #: lib/yit-plugin-panel.php:776
313
  msgid "Settings saved"
314
  msgstr "Ajustes guardados"
315
 
316
+ #: lib/yit-plugin-panel.php:777
317
  msgid "Settings reset"
318
  msgstr "Ajustes reiniciados"
319
 
320
+ #: lib/yit-plugin-panel.php:778
321
  msgid "Element deleted correctly."
322
  msgstr "Elemento borrado correctamente."
323
 
324
+ #: lib/yit-plugin-panel.php:779 lib/yit-plugin-panel.php:780
325
  msgid "Element updated correctly."
326
  msgstr "Elemento actualizado correctamente."
327
 
328
+ #: lib/yit-plugin-panel.php:781
329
  msgid "Database imported correctly."
330
  msgstr "Base de datos importada correctamente."
331
 
332
+ #: lib/yit-plugin-panel.php:782
333
  msgid "An error has occurred during import. Please try again."
334
  msgstr ""
335
  "Ha ocurrido un error durante la importación. Por favor, inténtalo de nuevo."
336
 
337
+ #: lib/yit-plugin-panel.php:783
338
  msgid "The added file is not valid."
339
  msgstr "El archivo añadido no es válido."
340
 
341
+ #: lib/yit-plugin-panel.php:784
342
  msgid "Sorry, import is disabled."
343
  msgstr "Lo sentimos, la importación está deshabilitada."
344
 
345
+ #: lib/yit-plugin-panel.php:785
346
  msgid "Sorting successful."
347
  msgstr "Clasificación fue realizada con éxito."
348
 
349
+ #: lib/yit-plugin-panel.php:1233
350
+ msgid "We need your support"
351
+ msgstr "Necesitamos tu ayuda"
352
+
353
+ #: lib/yit-plugin-panel.php:1234
354
+ msgid "to keep updating and improving the plugin. Please,"
355
+ msgstr "para seguir actualizando y mejora el plugin. Por favor,"
356
+
357
+ #: lib/yit-plugin-panel.php:1236
358
+ msgid "help us by leaving a five-star rating"
359
+ msgstr "ayúdanos dejando una valoración de 5 estrellas"
360
+
361
+ #: lib/yit-plugin-panel.php:1237
362
+ msgid ":) Thanks!"
363
+ msgstr ":) ¡Gracias!"
364
+
365
  #: lib/yit-pointers.php:70
366
  msgid "Plugins Activated"
367
  msgstr "Plugins activados"
412
  " se moverán de su posición anterior a la "
413
  "pestaña YIT Plugin."
414
 
415
+ #: lib/yith-dashboard.php:40
416
+ msgid "YITH Latest Updates"
417
+ msgstr "Últimas actualizaciones de YITH"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
418
 
419
+ #: lib/yith-dashboard.php:41
420
+ msgid "Latest news from YITH Blog"
421
+ msgstr "Últimas novedades del Blog de YITH"
 
 
 
 
 
 
 
 
 
 
 
422
 
423
+ #: lib/yith-dashboard.php:65
424
+ msgid "RSS Error:"
425
+ msgstr "Error RSS:"
 
 
 
 
 
 
 
426
 
427
+ #: lib/yith-dashboard.php:71
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
428
  msgid ""
429
+ "An error has occurred, which probably means the feed is down. Try again "
430
+ "later."
431
  msgstr ""
432
+ "Ha ocurrido un error, lo que probablemente significa que el feed está caído. "
433
+ "Inténtalo de nuevo más tarde."
434
 
435
+ #: lib/yith-dashboard.php:99
436
+ msgctxt "Plugin FW"
437
+ msgid "View Changelog"
438
+ msgstr "Ver registro de cambios"
439
 
440
+ #: lib/yith-dashboard.php:100
441
+ msgctxt "Plugin FW"
442
+ msgid "Latest update released on"
443
+ msgstr "Última actualización publicada el"
444
 
445
+ #: lib/yith-dashboard.php:143
446
+ msgctxt "Button label"
447
+ msgid "Close"
448
+ msgstr "Cerrar"
449
 
450
  #: lib/yith-gutenberg.php:134
451
  msgctxt "[gutenberg]: Category Name"
452
  msgid "YITH"
453
  msgstr "YITH"
454
 
455
+ #: lib/yith-system-status.php:97 lib/yith-system-status.php:98
456
+ msgid "System Status"
457
+ msgstr "Estado del sistema"
 
 
458
 
459
+ #: lib/yith-system-status.php:104
460
+ msgid "WordPress Version"
461
+ msgstr "Versión de WordPress"
 
462
 
463
+ #: lib/yith-system-status.php:105
464
+ msgid "WooCommerce Version"
465
+ msgstr "Versión de WooCommerce"
 
 
466
 
467
+ #: lib/yith-system-status.php:106
468
+ msgid "Available Memory"
469
+ msgstr "Memoria disponible"
470
 
471
+ #: lib/yith-system-status.php:107
472
+ msgid "PHP Version"
473
+ msgstr "Versión PHP"
474
 
475
+ #: lib/yith-system-status.php:108
476
+ msgid "TLS Version"
477
+ msgstr "Versión TLS"
 
 
478
 
479
+ #: lib/yith-system-status.php:109
480
+ msgid "WordPress Cron"
481
+ msgstr "Cron de WordPress"
482
 
483
+ #: lib/yith-system-status.php:110
484
+ msgid "SimpleXML"
485
+ msgstr "SimpleXML"
486
 
487
+ #: lib/yith-system-status.php:111
488
+ msgid "MultiByte String"
489
+ msgstr "Cadena MultiByte"
490
 
491
+ #: lib/yith-system-status.php:112
492
+ msgid "ImageMagick Version"
493
+ msgstr "Versión ImageMagick"
494
 
495
+ #: lib/yith-system-status.php:113
496
+ msgid "GD Library"
497
+ msgstr "Biblioteca GD"
498
 
499
+ #: lib/yith-system-status.php:114
500
+ msgid "Iconv Module"
501
+ msgstr "Módulo Iconv"
502
 
503
+ #: lib/yith-system-status.php:115
504
+ msgid "OPCache Save Comments"
505
+ msgstr "Guardar comentarios OPCache"
506
 
507
+ #: lib/yith-system-status.php:116
508
+ msgid "URL FOpen"
509
+ msgstr "URL FOpen"
510
 
511
+ #: lib/yith-system-status.php:173
512
+ msgid "YITH Plugins"
513
+ msgstr "Plugins de YITH"
514
+
515
+ #: lib/yith-system-status.php:174
516
+ msgid "WooCommerce"
517
+ msgstr "WooCommerce"
518
+
519
+ #: lib/yith-system-status.php:291
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
520
  msgid "Warning!"
521
  msgstr "¡Atención! "
522
 
523
+ #: lib/yith-system-status.php:292
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
524
  #, php-format
 
 
 
 
525
  msgid ""
526
+ "The system check has detected some compatibility issues on your "
527
+ "installation. %sClick here%s to know more"
528
  msgstr ""
529
+ "La comprobación del sistema ha detectado algunos errores en tu instalación. "
530
+ "%sHaz clic aquí%s para saber más"
531
 
532
+ #: templates/fields/ajax-customers.php:57
533
+ msgid "Search Customers"
534
+ msgstr "Buscar clientes"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
535
 
536
+ #: templates/fields/ajax-customers.php:83
537
+ #: templates/fields/ajax-customers.php:93
538
+ #, php-format
539
+ msgid "%1$s (#%2$s &ndash; %3$s)"
540
+ msgstr "%1$s (#%2$s &ndash; %3$s)"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
541
 
542
  #: templates/fields/ajax-posts.php:57
543
  msgid "Search Posts"
575
  msgid "Do you want to remove the custom tab?"
576
  msgstr "¿Quieres borrar la etiqueta personalizada?"
577
 
578
+ #: templates/fields/date-format.php:50
579
+ msgid "Custom:"
580
+ msgstr "Personalizado:"
581
+
582
  #: templates/fields/icons.php:58
583
  msgid "Set Default"
584
  msgstr "Establecer por defecto"
603
  msgid "Delete"
604
  msgstr "Borrar"
605
 
606
+ #: templates/fields/onoff.php:24
607
+ msgctxt "ON/OFF button: use MAX 3 characters!"
608
+ msgid "ON"
609
+ msgstr "ON"
610
 
611
+ #: templates/fields/onoff.php:25
612
+ msgctxt "ON/OFF button: use MAX 3 characters!"
613
+ msgid "OFF"
614
+ msgstr "OFF"
615
+
616
+ #: templates/fields/select-buttons.php:21
617
+ msgid "Add All"
618
+ msgstr "Añadir todo"
619
+
620
+ #: templates/fields/select-buttons.php:34
621
+ msgid "Remove All"
622
+ msgstr "Eliminar todo"
623
 
624
  #: templates/fields/sidebars.php:22
625
  msgid "Left sidebar"
645
  msgid "Right Sidebar"
646
  msgstr "Barra lateral derecha"
647
 
648
+ #: templates/fields/upload.php:27 templates/metaboxes/types/icon-list.php:70
649
  #: templates/panel/woocommerce/woocommerce-upload.php:40
650
  msgid "Upload"
651
  msgstr "Subir"
652
 
653
+ #: templates/fields/upload.php:29
654
  msgid "Reset"
655
  msgstr "Reinicia"
656
 
668
  msgid "(Default: <i %s></i> )"
669
  msgstr "(Por defecto: <i %s></i> )"
670
 
671
+ #: templates/panel/woocommerce/woocommerce-form.php:20
672
  msgid "Reset Defaults"
673
  msgstr "Ajustes predeterminados"
674
 
675
+ #: templates/sysinfo/system-information-panel.php:30
676
+ msgid "YITH System Information"
677
+ msgstr "Información del sistema de YITH"
678
+
679
+ #: templates/sysinfo/system-information-panel.php:38
680
+ msgid "Site URL"
681
+ msgstr "URL del sitio"
682
+
683
+ #: templates/sysinfo/system-information-panel.php:46
684
+ msgid "Output IP Address"
685
+ msgstr "Salida Dirección IP"
686
+
687
+ #: templates/sysinfo/system-information-panel.php:76
688
+ msgid "Enabled"
689
+ msgstr "Activado"
690
+
691
+ #: templates/sysinfo/system-information-panel.php:76
692
+ msgid "Disabled"
693
+ msgstr "Desactivado"
694
+
695
+ #: templates/sysinfo/system-information-panel.php:82
696
+ msgid "N/A"
697
+ msgstr "N/D"
698
+
699
+ #: templates/sysinfo/system-information-panel.php:96
700
+ #, php-format
701
+ msgid "%s needs %s enabled"
702
+ msgstr "%s necesita %s enabled"
703
+
704
+ #: templates/sysinfo/system-information-panel.php:98
705
+ #, php-format
706
+ msgid "%s needs at least %s of available memory"
707
+ msgstr "%s necesita al menos %s de memoria disponible"
708
+
709
+ #: templates/sysinfo/system-information-panel.php:100
710
+ #: templates/sysinfo/system-information-panel.php:149
711
+ #, php-format
712
+ msgid ""
713
+ "For optimal functioning of our plugins, we suggest setting at least %s of "
714
+ "available memory"
715
+ msgstr ""
716
+ "Para el optimo funcionamiento de los plugins, sugerimos configurar al menos "
717
+ "%s de memoria disponible"
718
+
719
+ #: templates/sysinfo/system-information-panel.php:102
720
+ #: templates/sysinfo/system-information-panel.php:137
721
+ #: templates/sysinfo/system-information-panel.php:151
722
+ #, php-format
723
+ msgid ""
724
+ "Read more %s here%s or contact your hosting company in order to increase it."
725
+ msgstr ""
726
+ "Lee más %s aquí%s o contacta a tu compañía de hosting para incrementarlo."
727
+
728
+ #: templates/sysinfo/system-information-panel.php:105
729
+ #, php-format
730
+ msgid "%s needs at least %s version"
731
+ msgstr "%s necesita al menos la versión %s"
732
+
733
+ #: templates/sysinfo/system-information-panel.php:116
734
+ msgid ""
735
+ "Update it to the latest version in order to benefit of all new features and "
736
+ "security updates."
737
+ msgstr ""
738
+ "Actualízalo a la última versión para beneficiarte de todas las nuevas "
739
+ "características y actualizaciones de seguridad"
740
+
741
+ #: templates/sysinfo/system-information-panel.php:122
742
+ msgid "Contact your hosting company in order to update it."
743
+ msgstr "Contacta a tu compañía de hosting para actualizarlo."
744
+
745
+ #: templates/sysinfo/system-information-panel.php:126
746
+ #, php-format
747
+ msgid "Remove %s from %s file"
748
+ msgstr "Eliminar %s del archivo %s"
749
+
750
+ #: templates/sysinfo/system-information-panel.php:134
751
+ msgid "Contact your hosting company in order to enable it."
752
+ msgstr "Contacta a tu compañía de hosting para activarlo."
753
+
754
+ #: templates/sysinfo/system-information-panel.php:157
755
+ msgid ""
756
+ "We cannot determine which <b>TLS</b> version is installed because <b>cURL</"
757
+ "b> module is disabled. Ask your hosting company to enable it."
758
+ msgstr ""
759
+ "No podemos determinar qué versión <b>TLS</b> está instalada porque <b>cURL</"
760
+ "b> el módulo está desactivado. Solicita a tu compañía de hosting que lo "
761
+ "active."
762
+
763
+ #: templates/sysinfo/system-information-panel.php:160
764
+ msgid ""
765
+ "<b>ImageMagick</b> module is not installed. Ask your hosting company to "
766
+ "install it."
767
+ msgstr ""
768
+ "<b>ImageMagick</b> el módulo no está instalado. Solicita a tu compañia de "
769
+ "hosting que lo instale."
770
+
771
+ #: templates/sysinfo/system-information-panel.php:172
772
+ msgid "Show full PHPInfo"
773
+ msgstr "Mostrar PHPInfo completa"
774
+
775
+ #: templates/sysinfo/system-information-panel.php:176
776
+ msgid "Back to System panel"
777
+ msgstr "Volver al panel del Sistema"
778
+
779
+ #: templates/sysinfo/system-information-panel.php:193
780
+ msgid "Back to top"
781
+ msgstr "Volver arriba"
782
+
783
  #: yit-plugin.php:83
784
  msgctxt "Plugin Row Meta"
785
  msgid "Live Demo"
800
  msgid "Premium version"
801
  msgstr "Versión premium"
802
 
803
+ #: yit-plugin.php:190
804
  msgctxt "Action links"
805
  msgid "Settings"
806
  msgstr "Ajustes"
807
 
808
+ #: yit-plugin.php:194
809
  msgid "License"
810
  msgstr "Licencia"
811
 
812
+ #~ msgid "An unexpected error occurred, please try again later. Thanks!"
813
+ #~ msgstr ""
814
+ #~ "Ha ocurrido un error inesperado, por favor, inténtalo de nuevo más tarde. "
815
+ #~ "¡Gracias!"
816
+
817
+ #~ msgid "There is a new version of %plugin_name% available."
818
+ #~ msgstr "Hay una nueva versión de %plugin_name% disponible."
819
+
820
+ #~ msgid "View version %latest% details."
821
+ #~ msgstr "Ver detalles de la %latest% versión"
822
+
823
+ #~ msgid "Automatic update is unavailable for this plugin,"
824
+ #~ msgstr ""
825
+ #~ "Las actualizaciones automáticas no están disponibles para este plugin,"
826
+
827
+ #~ msgid ""
828
+ #~ "please <a href=\"%activate_link%\">activate</a> your copy of %plugin_name"
829
+ #~ "%."
830
+ #~ msgstr ""
831
+ #~ "por favor, <a href=\"%activate_link%\">activa</a> tu copia de %plugin_name"
832
+ #~ "%."
833
+
834
+ #~ msgid "Update now."
835
+ #~ msgstr "Actualiza ahora."
836
+
837
+ #~ msgid ""
838
+ #~ "<br/><b>Please note:</b> You are using a higher version than the latest "
839
+ #~ "available one. </em>Please, make sure you've downloaded the latest "
840
+ #~ "version of <em>%1$s</em> from the only <a href=\"https://yithemes.com\" "
841
+ #~ "target=\"_blank\">YITH official website</a>, specifically, from your <a "
842
+ #~ "href=\"https://yithemes.com/my-account/recent-downloads/\" target=\"_blank"
843
+ #~ "\">Downloads page</a>. This is the only way to be sure the version you "
844
+ #~ "are using is 100% malware-free."
845
+ #~ msgstr ""
846
+ #~ "<br/><b>Por favor, ten en cuenta:</b> Estás usando una versión superior a "
847
+ #~ "la última disponible. </em>Por favor, asegurate de que has descargado la "
848
+ #~ "última versión de <em>%1$s</em> desde el único <a href=\"https://yithemes."
849
+ #~ "com\" target=\"_blank\">sitio oficial de YITH</a>, específicamente, desde "
850
+ #~ "tu <a href=\"https://yithemes.com/my-account/recent-downloads/\" target="
851
+ #~ "\"_blank\">página de Descargas</a>. Esta es la única forma de estar "
852
+ #~ "seguro de que la versión que estás usando es 100% malware-free."
853
+
854
+ #~ msgctxt "[Update Plugin Message: License not enabled]"
855
+ #~ msgid "You have to activate the plugin to benefit from automatic updates."
856
+ #~ msgstr ""
857
+ #~ "Tienes que activar el plugin para beneficiarte de actualizaciones "
858
+ #~ "automáticas."
859
+
860
+ #~ msgid "YITH Repository"
861
+ #~ msgstr "Repositorio de YITH"
862
+
863
+ #~ msgid "Invalid URL Provided."
864
+ #~ msgstr "La URL proporcionada no es válida."
865
+
866
+ #~ msgid "Could not create Temporary file."
867
+ #~ msgstr "No se pudo crear un archivo temporal."
868
+
869
+ #~ msgid ""
870
+ #~ "There is a new version of %1$s available. <a href=\"%2$s\" class="
871
+ #~ "\"thickbox yit-changelog-button open-plugin-details-modal\" title=\"%3$s"
872
+ #~ "\">View version %4$s details</a>."
873
+ #~ msgstr ""
874
+ #~ "Hay una nueva versión de %1$s disponible. <a href=\"%2$s\" class="
875
+ #~ "\"thickbox yit-changelog-button\" title=\"%3$s\">Ver detalles de la "
876
+ #~ "versión %4$s</a>."
877
+
878
+ #~ msgid ""
879
+ #~ "There is a new version of %1$s available. <a href=\"%2$s\" class="
880
+ #~ "\"thickbox yit-changelog-button open-plugin-details-modal\" title=\"%3$s"
881
+ #~ "\">View version %4$s details</a>. <em>You have to activate the plugin on "
882
+ #~ "a single site of the network to benefit from automatic updates.</em>"
883
+ #~ msgstr ""
884
+ #~ "Hay una nueva versión de %1$s disponible. <a href=\"%2$s\" class="
885
+ #~ "\"thickbox yit-changelog-button\" title=\"%3$s\">Ver detalles de la "
886
+ #~ "versión %4$s</a>. <em>Tienes que activar el plugin en un único sitio web "
887
+ #~ "desde la red para beneficiarte de las actualizaciones automáticas.</em>"
888
+
889
+ #~ msgid ""
890
+ #~ "There is a new version of %1$s available. <a href=\"%2$s\" class="
891
+ #~ "\"thickbox yit-changelog-button open-plugin-details-modal\" title=\"%3$s"
892
+ #~ "\">View version %4$s details</a>. <em>Automatic update is unavailable for "
893
+ #~ "this plugin, please <a href=\"%5$s\" title=\"License activation"
894
+ #~ "\">activate</a> your copy of %6s.</em>"
895
+ #~ msgstr ""
896
+ #~ "Hay una nueva versión de %1$s disponible. <a href=\"%2$s\" class="
897
+ #~ "\"thickbox yit-changelog-button\" title=\"%3$s\">Ver detalles de la "
898
+ #~ "versión %4$s</a>. <em>Las actualizaciones automáticas no están "
899
+ #~ "disponibles para este plugin, por favor <a href=\"%5$s\" title=\"License "
900
+ #~ "activation\">activa</a> tu copia de %6s.</em>"
901
+
902
+ #~ msgid ""
903
+ #~ "There is a new version of %1$s available. <a href=\"%2$s\" class="
904
+ #~ "\"thickbox yit-changelog-button open-plugin-details-modal\" title=\"%3$s"
905
+ #~ "\">View version %4$s details</a> or <a href=\"%5$s\">update now</a>."
906
+ #~ msgstr ""
907
+ #~ "Hay una nueva versión de %1$s disponible. <a href=\"%2$s\" class="
908
+ #~ "\"thickbox yit-changelog-button\" title=\"%3$s\">Ver detalles de la "
909
+ #~ "versión %4$s</a> o <a href=\"%5$s\">actualizar ahora</a>."
910
+
911
+ #~ msgid ""
912
+ #~ "<br/><b>Please note:</b> You are using a higher version than the latest "
913
+ #~ "available one. </em>Please, make sure you've downloaded the latest "
914
+ #~ "version of <em>%1$s</em> from the only <a href=\"https://yithemes.com\" "
915
+ #~ "target=\"_blank\">YITH official website</a>, specifically, from your <a "
916
+ #~ "href=\"https://yithemes.com/my-account/recent-downloads/\" target=\"_blank"
917
+ #~ "\">Downloads page</a>. This is the only way to be sure the version you "
918
+ #~ "are using is 100%% malware-free."
919
+ #~ msgstr ""
920
+ #~ "<br/><b>Por favor, ten en cuenta:</b> Estás usando una versión más alta "
921
+ #~ "que la última disponible. </em>Por favor, asegurate de que has descargado "
922
+ #~ "la última versión de <em>%1$s</em> desde el único<a href=\"https://"
923
+ #~ "yithemes.com\" target=\"_blank\">sitio oficial de YITH</a>, "
924
+ #~ "específicamente, desde tu <a href=\"https://yithemes.com/my-account/"
925
+ #~ "recent-downloads/\" target=\"_blank\">página de Descargas</a>. Esta es la "
926
+ #~ "única manera de estar seguro de que la versión que estás usando es 100%% "
927
+ #~ "malware-free."
928
+
929
+ #~ msgid "You can't update the plugins for this site."
930
+ #~ msgstr "No puedes actualizar los plugins para este sitio web."
931
+
932
+ #~ msgid ""
933
+ #~ "You do not have sufficient permissions to update the plugins for this "
934
+ #~ "site."
935
+ #~ msgstr ""
936
+ #~ "No tienes suficientes permisos para actualizar los plugins para este "
937
+ #~ "sitio web."
938
+
939
+ #~ msgid "Update Plugin"
940
+ #~ msgstr "Actualizar Plugin"
941
+
942
+ #~ msgid "New YITH products"
943
+ #~ msgstr "Nuevos productos de YITH"
944
+
945
+ #~ msgctxt "%s = field name"
946
+ #~ msgid "Please, insert a valid %s"
947
+ #~ msgstr "Por favor, introduce una %s válida"
948
+
949
+ #~ msgid "Please, insert a valid %s and a valid %s"
950
+ #~ msgstr "Por favor, inserta una %s válida y una %s válida"
951
+
952
+ #~ msgid "Unable to contact the remote server, please try again later. Thanks!"
953
+ #~ msgstr ""
954
+ #~ "No fue posible contactar con el servidor remoto, por favor, inténtalo de "
955
+ #~ "nuevo más tarde. ¡Gracias!"
956
+
957
+ #~ msgid "email address"
958
+ #~ msgstr "dirección de correo electrónico"
959
+
960
+ #~ msgid "license key"
961
+ #~ msgstr "clave de licencia"
962
+
963
+ #~ msgid "Are you sure you want to deactivate the license for current site?"
964
+ #~ msgstr ""
965
+ #~ "¿Estás seguro/a de que quieres desactivar la licencia para el sitio web "
966
+ #~ "actual?"
967
+
968
+ #~ msgid "Invalid Request"
969
+ #~ msgstr "Solicitud inválida"
970
+
971
+ #~ msgid "Invalid license key"
972
+ #~ msgstr "Clave de solicitud inválida"
973
+
974
+ #~ msgid "Software has been deactivated"
975
+ #~ msgstr "El software ha sido desactivado"
976
+
977
+ #~ msgid "Maximum number of activations exceeded"
978
+ #~ msgstr "Se ha excedido el número máximo de solicitudes"
979
+
980
+ #~ msgid "Invalid instance ID"
981
+ #~ msgstr "Instancia ID inválida"
982
+
983
+ #~ msgid "Invalid security key"
984
+ #~ msgstr "Clave de seguridad inválida"
985
+
986
+ #~ msgid "License key has expired"
987
+ #~ msgstr "La clave de licencia ha caducado"
988
+
989
+ #~ msgid "License key has been banned"
990
+ #~ msgstr "La clave de licencia ha sido bloqueada"
991
+
992
+ #~ msgid "Current product is not included in your YITH Club Subscription key"
993
+ #~ msgstr ""
994
+ #~ "Producto actual no está incluido en la clave de suscripción de Club de "
995
+ #~ "YITH"
996
+
997
+ #~ msgid "Great"
998
+ #~ msgstr "Excelente"
999
+
1000
+ #~ msgid "License successfully activated"
1001
+ #~ msgstr "Licencia activada con éxito"
1002
+
1003
+ #~ msgid "License key deactivated for website"
1004
+ #~ msgstr "Clave de licencia desactivada para nuestro sitio web"
1005
+
1006
+ #~ msgid "License Activation"
1007
+ #~ msgstr "Activación de la Licencia"
1008
+
1009
+ #~ msgctxt ""
1010
+ #~ "[Part of]: Warning! You didn't set license key for the following products:"
1011
+ #~ "[Plugins List] which means you're missing out on updates and support. "
1012
+ #~ "Enter your license key, please."
1013
+ #~ msgid "You didn't set license key for the following products"
1014
+ #~ msgstr ""
1015
+ #~ "No has establecido la clave de licencia para los siguientes productos"
1016
+
1017
+ #~ msgctxt ""
1018
+ #~ "[Part of]: Warning! You didn't set license key for the following products:"
1019
+ #~ "[Plugins List] which means you're missing out on updates and support. "
1020
+ #~ "Enter your license key, please."
1021
+ #~ msgid "which means you're missing out on updates and support"
1022
+ #~ msgstr "lo que significa que estás perdiendo actualizaciones y soporte"
1023
+
1024
+ #~ msgctxt ""
1025
+ #~ "[Part of]: Warning! You didn't set license key for the following products:"
1026
+ #~ "[Plugins List] which means you're missing out on updates and support. "
1027
+ #~ "Enter your license key, please."
1028
+ #~ msgid "Enter your license key"
1029
+ #~ msgstr "Introduce tu clave de licencia"
1030
+
1031
+ #~ msgctxt ""
1032
+ #~ "[Part of]: Warning! You didn't set license key for the following products:"
1033
+ #~ "[Plugins List] which means you're missing out on updates and support. "
1034
+ #~ "Enter your license key, please."
1035
+ #~ msgid "please"
1036
+ #~ msgstr "por favor"
1037
+
1038
+ #~ msgid "%s"
1039
+ #~ msgstr "%s"
1040
+
1041
+ #~ msgid ""
1042
+ #~ "I cannot find the license key for activating the theme I have bought some "
1043
+ #~ "time ago. Where can I find it?"
1044
+ #~ msgstr ""
1045
+ #~ "No puedo encontrar la clave de licencia para activar el tema que compré "
1046
+ #~ "hace tiempo. ¿Dónde la puedo encontrar?"
1047
+
1048
+ #~ msgid ""
1049
+ #~ "If you have purchased one of our products before 27 January 2015, you can "
1050
+ #~ "benefit from support and updates (the services offered with the license)\n"
1051
+ #~ " until 27 January 2016 and you do not have to purchase "
1052
+ #~ "it again to get a new license key, because, before this date, your "
1053
+ #~ "license used to be activated automatically by our system.\n"
1054
+ #~ " After 27 January 2016, instead, if you want to "
1055
+ #~ "benefit from support and updates you have to buy a new license and "
1056
+ #~ "activate it through the license key you will be\n"
1057
+ #~ " provided with and that you can find in your YITH "
1058
+ #~ "account, in section \"My licenses\"."
1059
+ #~ msgstr ""
1060
+ #~ "Si has comprado uno de nuestros productos antes del 27 de enero de 2015, "
1061
+ #~ "puedes beneficiarte del soporte y actualizaciones (los servicios "
1062
+ #~ "incluidos con la licencia)\n"
1063
+ #~ " hasta el 27 de enero de 2016 y no tendrás que "
1064
+ #~ "comprarla otra vez para conseguir una nueva clave de licencia, porque, "
1065
+ #~ "antes de esta fecha, tu licencia se activaba automáticamente por nuestro "
1066
+ #~ "sistema.\n"
1067
+ #~ " Después del 27 de enero de 2016, sin embargo, si "
1068
+ #~ "quieres beneficiarte de nuestro soporte y actualizaciones, tienes que "
1069
+ #~ "comprar una nueva licencia y activarla a través de la clave de licencia "
1070
+ #~ "que \n"
1071
+ #~ " se te proporcionará y que podrás encontrar en tu "
1072
+ #~ "cuenta YIThemes, en la sección \"My licenses\"."
1073
+
1074
+ #~ msgid "YITH License Activation"
1075
+ #~ msgstr "Activación de licencia de YITH"
1076
+
1077
+ #~ msgid "License expiry date"
1078
+ #~ msgstr "Fecha de vencimiento de la licencia"
1079
+
1080
+ #~ msgid ""
1081
+ #~ "If you have renewed your product license key and the expiry date does not "
1082
+ #~ "appear up-to-date, please, click on the button <em>Check Expiry Date</em> "
1083
+ #~ "below and it will update."
1084
+ #~ msgstr ""
1085
+ #~ "Si has renovado la clave de licencia de tu producto y la fecha de "
1086
+ #~ "vencimiento no aparece actualizada, por favor, haz clic en el botón "
1087
+ #~ "<em>Comprobar fecha de vencimiento</em> debajo y se actualizará."
1088
+
1089
+ #~ msgid "Check expiry date"
1090
+ #~ msgstr "Comprobar la fecha de vencimiento"
1091
+
1092
+ #~ msgid "Product to activate"
1093
+ #~ msgid_plural "Products to activate"
1094
+ #~ msgstr[0] "Producto que activar"
1095
+ #~ msgstr[1] "Productos que activar"
1096
+
1097
+ #~ msgid "Are you having issues with the license activation?"
1098
+ #~ msgstr "¿Estás teniendo problemas con la activación de la licencia?"
1099
+
1100
+ #~ msgid "Read this article"
1101
+ #~ msgstr "Lee este artículo"
1102
+
1103
+ #~ msgid "Activate"
1104
+ #~ msgstr "Activar"
1105
+
1106
+ #~ msgid "Activated"
1107
+ #~ msgstr "Activado/a"
1108
+
1109
+ #~ msgid "Product Name"
1110
+ #~ msgstr "Nombre de Producto"
1111
+
1112
+ #~ msgid "Email"
1113
+ #~ msgstr "Email"
1114
+
1115
+ #~ msgid "License Key"
1116
+ #~ msgstr "Clave de Licencia"
1117
+
1118
+ #~ msgid "Expires"
1119
+ #~ msgstr "Caduca"
1120
+
1121
+ #~ msgid "Remaining"
1122
+ #~ msgstr "Restantes"
1123
+
1124
+ #~ msgid "Club Subscription"
1125
+ #~ msgstr "Suscripción al Club"
1126
+
1127
+ #~ msgid "%1s out of %2s"
1128
+ #~ msgstr "%1s de %2s"
1129
+
1130
+ #~ msgid "Deactivate"
1131
+ #~ msgstr "Desactivar"
1132
+
1133
+ #~ msgid "Renew"
1134
+ #~ msgstr "Renovado"
1135
+
1136
+ #~ msgid "Banned"
1137
+ #~ msgstr "Bloqueado"
1138
+
1139
+ #~ msgid "Expired"
1140
+ #~ msgstr "Caducado"
1141
+
1142
+ #~ msgid "Order again"
1143
+ #~ msgstr "Comprar de nuevo"
1144
+
1145
+ #~ msgid "Renew license"
1146
+ #~ msgstr "Renovar licencia"
1147
+
1148
+ #~ msgid "Select All"
1149
+ #~ msgstr "Seleccionar todo"
1150
+
1151
+ #~ msgid "Deselect All"
1152
+ #~ msgstr "Deseleccionar todo"
1153
+
1154
  #~ msgid ""
1155
  #~ "Have you updated your licenses? Have you asked for an extension? Update "
1156
  #~ "information concerning your products."
1216
  #~ msgid "Theme Icon"
1217
  #~ msgstr "Icono del tema"
1218
 
 
 
 
1219
  #~ msgid "None"
1220
  #~ msgstr "Ninguno"
1221
 
 
 
 
 
 
 
1222
  #~ msgid "Field Title"
1223
  #~ msgstr "Campo de título"
1224
 
plugin-fw/languages/yith-plugin-fw-it_IT.mo CHANGED
Binary file
plugin-fw/languages/yith-plugin-fw-it_IT.po CHANGED
@@ -4,8 +4,8 @@ msgid ""
4
  msgstr ""
5
  "Project-Id-Version: YITH Plugin Starter 1.0.0 Plugin FW\n"
6
  "Report-Msgid-Bugs-To: Your Inspiration Themes <plugins@yithemes.com>\n"
7
- "POT-Creation-Date: 2019-02-04 16:06+0100\n"
8
- "PO-Revision-Date: 2019-05-29 22:44+0200\n"
9
  "Last-Translator: \n"
10
  "Language-Team: YIThemes <plugins@yithemes.com>\n"
11
  "Language: it_IT\n"
@@ -65,129 +65,129 @@ msgctxt "Privacy Policy Content"
65
  msgid "Payments"
66
  msgstr "Pagamenti"
67
 
68
- #: lib/yit-cpt-unlimited.php:460 lib/yit-cpt-unlimited.php:574
69
- #: lib/yit-cpt-unlimited.php:719 lib/yit-cpt-unlimited.php:1632
70
  #, php-format
71
  msgid "Add %s"
72
  msgstr "Aggiungi %s"
73
 
74
- #: lib/yit-cpt-unlimited.php:461 lib/yit-cpt-unlimited.php:575
75
  #, php-format
76
  msgid "Add New %s"
77
  msgstr "Aggiungi nuovo %s"
78
 
79
- #: lib/yit-cpt-unlimited.php:462 lib/yit-cpt-unlimited.php:576
80
- #: lib/yit-cpt-unlimited.php:1267 lib/yit-cpt-unlimited.php:1304
81
  #, php-format
82
  msgid "Edit %s"
83
  msgstr "Modifica %s"
84
 
85
- #: lib/yit-cpt-unlimited.php:463 lib/yit-cpt-unlimited.php:577
86
  #, php-format
87
  msgid "New %s"
88
  msgstr "Nuovo %s"
89
 
90
- #: lib/yit-cpt-unlimited.php:464 lib/yit-cpt-unlimited.php:578
91
  #, php-format
92
  msgid "All %s"
93
  msgstr "Tutti %s"
94
 
95
- #: lib/yit-cpt-unlimited.php:465 lib/yit-cpt-unlimited.php:579
96
- #: lib/yit-cpt-unlimited.php:1251 lib/yit-cpt-unlimited.php:1305
97
  #, php-format
98
  msgid "View %s"
99
  msgstr "Visualizza %s"
100
 
101
- #: lib/yit-cpt-unlimited.php:466 lib/yit-cpt-unlimited.php:580
102
  #, php-format
103
  msgid "Search %s"
104
  msgstr "Cerca %s"
105
 
106
- #: lib/yit-cpt-unlimited.php:467 lib/yit-cpt-unlimited.php:581
107
  #, php-format
108
  msgid "No %s found"
109
  msgstr "Nessun %s trovato"
110
 
111
- #: lib/yit-cpt-unlimited.php:468 lib/yit-cpt-unlimited.php:582
112
  #, php-format
113
  msgid "No %s found in Trash"
114
  msgstr "Nessun %s trovato nel cestino"
115
 
116
- #: lib/yit-cpt-unlimited.php:625
117
  #, php-format
118
  msgctxt "taxonomy general name"
119
  msgid "%s Categories"
120
  msgstr "%s Categorie"
121
 
122
- #: lib/yit-cpt-unlimited.php:626
123
  msgctxt "taxonomy singular name"
124
  msgid "Category"
125
  msgstr "Categoria"
126
 
127
- #: lib/yit-cpt-unlimited.php:627 templates/fields/ajax-terms.php:56
128
  msgid "Search Categories"
129
  msgstr "Cerca categorie"
130
 
131
- #: lib/yit-cpt-unlimited.php:628
132
  msgid "All Categories"
133
  msgstr "Tutte le categorie"
134
 
135
- #: lib/yit-cpt-unlimited.php:629
136
  msgid "Parent Category"
137
  msgstr "Categoria genitore"
138
 
139
- #: lib/yit-cpt-unlimited.php:630
140
  msgid "Parent Category:"
141
  msgstr "Categoria genitore:"
142
 
143
- #: lib/yit-cpt-unlimited.php:631
144
  msgid "Edit Category"
145
  msgstr "Modifica categoria"
146
 
147
- #: lib/yit-cpt-unlimited.php:632
148
  msgid "Update Category"
149
  msgstr "Aggiorna categoria"
150
 
151
- #: lib/yit-cpt-unlimited.php:633
152
  msgid "Add New Category"
153
  msgstr "Aggiungi nuova categoria"
154
 
155
- #: lib/yit-cpt-unlimited.php:634
156
  msgid "New Category Name"
157
  msgstr "Nuovo nome categoria"
158
 
159
- #: lib/yit-cpt-unlimited.php:635
160
  msgid "Category"
161
  msgstr "Categoria"
162
 
163
- #: lib/yit-cpt-unlimited.php:724
164
  msgid "Categories"
165
  msgstr "Categorie"
166
 
167
- #: lib/yit-cpt-unlimited.php:1042
168
  #, php-format
169
  msgid "%s Settings"
170
  msgstr "Impostazioni %s"
171
 
172
- #: lib/yit-cpt-unlimited.php:1048 lib/yit-cpt-unlimited.php:1196
173
- #: lib/yit-cpt-unlimited.php:1202 lib/yit-plugin-panel.php:73
174
  msgid "Settings"
175
  msgstr "Impostazioni"
176
 
177
- #: lib/yit-cpt-unlimited.php:1051
178
  msgid "Type"
179
  msgstr "Tipologia"
180
 
181
- #: lib/yit-cpt-unlimited.php:1052
182
  #, php-format
183
  msgid "Layout for this %s"
184
  msgstr "Layout per questo %s"
185
 
186
- #: lib/yit-cpt-unlimited.php:1058
187
  msgid "Rewrite"
188
  msgstr "Riscrivi"
189
 
190
- #: lib/yit-cpt-unlimited.php:1059
191
  msgid ""
192
  "Univocal identification name in the URL for each product (slug from post if "
193
  "empty)"
@@ -195,27 +195,27 @@ msgstr ""
195
  "Nome identificativo univoco nell'URL per singolo prodotto (usa slug dal post "
196
  "se vuoto)"
197
 
198
- #: lib/yit-cpt-unlimited.php:1064
199
  msgid "Label in Singular"
200
  msgstr "Etichetta singolare"
201
 
202
- #: lib/yit-cpt-unlimited.php:1065
203
  msgid "Set a label in singular (title of portfolio if empty)"
204
  msgstr "Imposta un'etichetta singolare (titolo del portfolio se vuoto)"
205
 
206
- #: lib/yit-cpt-unlimited.php:1070
207
  msgid "Label in Plural"
208
  msgstr "Etichetta plurale"
209
 
210
- #: lib/yit-cpt-unlimited.php:1071
211
  msgid "Set a label in plural (title of portfolio if empty)"
212
  msgstr "Imposta un'etichetta plurale (titolo del portfolio se vuoto)"
213
 
214
- #: lib/yit-cpt-unlimited.php:1076
215
  msgid "Taxonomy"
216
  msgstr "Tassonomia"
217
 
218
- #: lib/yit-cpt-unlimited.php:1077
219
  msgid ""
220
  "If you want to use categories in the portfolio, set a name for taxonomy. "
221
  "Name should be a slug (must not contain capital letters nor spaces) and must "
@@ -226,124 +226,140 @@ msgstr ""
226
  "caratteri maiuscoli né spazi) e non più lungo di 32 caratteri (restrizione "
227
  "di database)."
228
 
229
- #: lib/yit-cpt-unlimited.php:1082
230
  msgid "Taxonomy Rewrite"
231
  msgstr "Riscrivi tassonomia"
232
 
233
- #: lib/yit-cpt-unlimited.php:1083
234
  msgid "Set univocal name for each category page URL."
235
  msgstr "Imposta un nome univoco per l'URL della pagina di ciascuna categoria."
236
 
237
- #: lib/yit-cpt-unlimited.php:1088
238
  msgid "Single layout"
239
  msgstr "Layout singolo"
240
 
241
- #: lib/yit-cpt-unlimited.php:1089
242
  msgid "Layout for single page of this portfolio"
243
  msgstr "Layout per pagina singola per questo portfolio"
244
 
245
- #: lib/yit-cpt-unlimited.php:1130
246
  msgid "layout settings"
247
  msgstr "impostazioni di layout"
248
 
249
- #: lib/yit-cpt-unlimited.php:1222 lib/yit-cpt-unlimited.php:1235
250
  msgid "Quick links"
251
  msgstr "Link rapidi"
252
 
253
- #: lib/yit-cpt-unlimited.php:1475
254
  #, php-format
255
  msgid "Show frontend of the %s"
256
  msgstr "Mostra front end di %s"
257
 
258
- #: lib/yit-cpt-unlimited.php:1482 templates/fields/customtabs.php:46
259
  #: templates/fields/customtabs.php:89
260
  msgid "Name"
261
  msgstr "Nome"
262
 
263
- #: lib/yit-cpt-unlimited.php:1631
264
  #, php-format
265
  msgid "Add %s from images"
266
  msgstr "Aggiungi %s dalla immagini"
267
 
268
- #: lib/yit-cpt-unlimited.php:1633
269
  msgid "Upload multiple files"
270
  msgstr "Carica file multipli"
271
 
272
- #: lib/yit-plugin-panel-wc.php:384
273
  msgid "The changes you have made will be lost if you leave this page."
274
  msgstr "Perderai tutti i cambiamenti effettuati se lasci questa pagina."
275
 
276
- #: lib/yit-plugin-panel.php:72
277
  msgid "Plugin Settings"
278
  msgstr "Impostazioni plugin"
279
 
280
- #: lib/yit-plugin-panel.php:339 lib/yit-plugin-panel.php:342
281
  msgid "How to install premium version"
282
  msgstr "Come installare la versione premium"
283
 
284
- #: lib/yit-plugin-panel.php:393 lib/yit-plugin-subpanel.php:156
285
- #: templates/panel/woocommerce/woocommerce-form.php:11
286
  msgid "Save Changes"
287
  msgstr "Salva modifiche"
288
 
289
- #: lib/yit-plugin-panel.php:396 lib/yit-plugin-subpanel.php:159
290
- #: templates/panel/woocommerce/woocommerce-form.php:14
291
  msgid ""
292
  "If you continue with this action, you will reset all options in this page."
293
  msgstr ""
294
  "Se prosegui con questa azione, tutte le opzioni di questa pagina saranno "
295
  "reimpostate."
296
 
297
- #: lib/yit-plugin-panel.php:398 lib/yit-plugin-subpanel.php:161
298
  msgid "Reset to default"
299
  msgstr "Ripristina configurazione predefinita"
300
 
301
- #: lib/yit-plugin-panel.php:399 lib/yit-plugin-subpanel.php:162
302
- #: templates/panel/woocommerce/woocommerce-form.php:18
303
  msgid "Are you sure?"
304
  msgstr "Sei sicuro?"
305
 
306
- #: lib/yit-plugin-panel.php:533
307
  msgid ""
308
  "The element you have entered already exists. Please, enter another name."
309
  msgstr "L'elemento inserito esiste già. Per favore, inserisci un altro nome."
310
 
311
- #: lib/yit-plugin-panel.php:534
312
  msgid "Settings saved"
313
  msgstr "Impostazioni salvate"
314
 
315
- #: lib/yit-plugin-panel.php:535
316
  msgid "Settings reset"
317
  msgstr "Impostazioni azzerate"
318
 
319
- #: lib/yit-plugin-panel.php:536
320
  msgid "Element deleted correctly."
321
  msgstr "Elemento rimosso correttamente."
322
 
323
- #: lib/yit-plugin-panel.php:537 lib/yit-plugin-panel.php:538
324
  msgid "Element updated correctly."
325
  msgstr "Elemento aggiornato correttamente."
326
 
327
- #: lib/yit-plugin-panel.php:539
328
  msgid "Database imported correctly."
329
  msgstr "Database importato correttamente."
330
 
331
- #: lib/yit-plugin-panel.php:540
332
  msgid "An error has occurred during import. Please try again."
333
  msgstr "Si è verificato un errore durante l'importazione. Prova di nuovo."
334
 
335
- #: lib/yit-plugin-panel.php:541
336
  msgid "The added file is not valid."
337
  msgstr "Il file aggiunto non è valido."
338
 
339
- #: lib/yit-plugin-panel.php:542
340
  msgid "Sorry, import is disabled."
341
  msgstr "Ci dispiace, l'importazione è disabilitata."
342
 
343
- #: lib/yit-plugin-panel.php:543
344
  msgid "Sorting successful."
345
  msgstr "Ordinamento effettuato con successo."
346
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
347
  #: lib/yit-pointers.php:70
348
  msgid "Plugins Activated"
349
  msgstr "Plugin attivati"
@@ -391,427 +407,132 @@ msgstr ""
391
  "quelle di YITH WooCommerce Wishlist, YITH WooCommerce Ajax Search etc.)\n"
392
  "saranno trasferite nella scheda YITH Plugins."
393
 
394
- #: lib/yit-upgrade.php:95
395
- msgid "An unexpected error occurred, please try again later. Thanks!"
396
- msgstr "Si è verificato un errore inaspettato, riprova più tardi. Grazie!"
397
-
398
- #: lib/yit-upgrade.php:196
399
- msgid "There is a new version of %plugin_name% available."
400
- msgstr "Una nuova versione di %plugin_name% è disponibile."
401
 
402
- #: lib/yit-upgrade.php:197
403
- msgid "View version %latest% details."
404
- msgstr "Visualizza i dettagli della versione %latest%."
405
 
406
- #: lib/yit-upgrade.php:198
407
- msgid "Automatic update is unavailable for this plugin,"
408
- msgstr "L'aggiornamento automatico non è disponibile per questo plugin,"
409
 
410
- #: lib/yit-upgrade.php:199
411
  msgid ""
412
- "please <a href=\"%activate_link%\">activate</a> your copy of %plugin_name%."
 
413
  msgstr ""
414
- "per favore, <a href=\"%activate_link%\">attiva</a> la tua copia di "
415
- "%plugin_name%."
416
 
417
- #: lib/yit-upgrade.php:200
418
- msgid "Update now."
419
- msgstr "Aggiorna adesso."
 
420
 
421
- #: lib/yit-upgrade.php:201
422
- msgid ""
423
- "<br/><b>Please note:</b> You are using a higher version than the latest "
424
- "available one. </em>Please, make sure you've downloaded the latest version "
425
- "of <em>%1$s</em> from the only <a href=\"https://yithemes.com\" target="
426
- "\"_blank\">YITH official website</a>, specifically, from your <a href="
427
- "\"https://yithemes.com/my-account/recent-downloads/\" target=\"_blank"
428
- "\">Downloads page</a>. This is the only way to be sure the version you are "
429
- "using is 100% malware-free."
430
- msgstr ""
431
- "<br/><b>Attenzione:</b> Stai utilizzando una versione superiore all'ultima "
432
- "disponibile. </em>Per favore assicurati di aver scaricato la versione più "
433
- "recente di <em>%1$s</em> dall'unico <a href=\"https://yithemes.com\" target="
434
- "\"_blank\">sito ufficiale YITH</a>, nello specifico dalla tua <a href="
435
- "\"https://yithemes.com/my-account/recent-downloads/\" target=\"_blank"
436
- "\">pagina Downloads</a>. Questo è l'unico modo per essere sicuri che la "
437
- "versione in uso sia al 100% priva di malware."
438
-
439
- #: lib/yit-upgrade.php:303
440
- msgctxt "[Update Plugin Message: License not enabled]"
441
- msgid "You have to activate the plugin to benefit from automatic updates."
442
- msgstr "Devi attivare il plugin per usufruire degli update automatici."
443
-
444
- #: lib/yit-upgrade.php:325
445
- msgid "YITH Repository"
446
- msgstr "Repository YITH"
447
-
448
- #: lib/yit-upgrade.php:359
449
- msgid "Invalid URL Provided."
450
- msgstr "L'URL inserito non è valido."
451
-
452
- #: lib/yit-upgrade.php:372
453
- msgid "Could not create Temporary file."
454
- msgstr "Non è stato possibile creare il file temporaneo."
455
-
456
- #: lib/yit-upgrade.php:547
457
- #, php-format
458
- msgid ""
459
- "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
460
- "yit-changelog-button open-plugin-details-modal\" title=\"%3$s\">View version "
461
- "%4$s details</a>."
462
- msgstr ""
463
- "È disponibile una nuova versione di %1$s. <a href=\"%2$s\" class=\"thickbox "
464
- "yit-changelog-button\" title=\"%3$s\">Visualizza i dettagli della versione "
465
- "%4$s</a>."
466
 
467
- #: lib/yit-upgrade.php:551
468
- #, php-format
469
- msgid ""
470
- "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
471
- "yit-changelog-button open-plugin-details-modal\" title=\"%3$s\">View version "
472
- "%4$s details</a>. <em>You have to activate the plugin on a single site of "
473
- "the network to benefit from automatic updates.</em>"
474
- msgstr ""
475
- "È disponibile una nuova versione di %1$s. <a href=\"%2$s\" class=\"thickbox "
476
- "yit-changelog-button\" title=\"%3$s\">Visualizza i dettagli della versione "
477
- "%4$s</a>. <em>Per poter usufruire degli aggiornamenti automatici è "
478
- "necessario attivare il plugin su un solo sito.</em>"
479
 
480
- #: lib/yit-upgrade.php:555
481
- #, php-format
482
- msgid ""
483
- "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
484
- "yit-changelog-button open-plugin-details-modal\" title=\"%3$s\">View version "
485
- "%4$s details</a>. <em>Automatic update is unavailable for this plugin, "
486
- "please <a href=\"%5$s\" title=\"License activation\">activate</a> your copy "
487
- "of %6s.</em>"
488
- msgstr ""
489
- "È disponibile una nuova versione di %1$s. <a href=\"%2$s\" class=\"thickbox "
490
- "yit-changelog-button\" title=\"%3$s\">Visualizza i dettagli della versione "
491
- "%4$s</a>. <em>Gli aggiornamenti automatici non sono disponibili per questo "
492
- "plugin, per piacere <a href=\"%5$s\" title=\"License activation\">attiva</a> "
493
- "la tua copia di %6s.</em>"
494
 
495
- #: lib/yit-upgrade.php:559
496
- #, php-format
497
- msgid ""
498
- "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
499
- "yit-changelog-button open-plugin-details-modal\" title=\"%3$s\">View version "
500
- "%4$s details</a> or <a href=\"%5$s\">update now</a>."
501
- msgstr ""
502
- "È disponibile una nuova versioni di %1$s. <a href=\"%2$s\" class=\"thickbox "
503
- "yit-changelog-button\" title=\"%3$s\">Visualizza i dettagli della versione "
504
- "%4$s</a> oppure <a href=\"%5$s\">aggiorna adesso</a>."
505
 
506
- #: lib/yit-upgrade.php:563
507
- #, php-format
508
- msgid ""
509
- "<br/><b>Please note:</b> You are using a higher version than the latest "
510
- "available one. </em>Please, make sure you've downloaded the latest version "
511
- "of <em>%1$s</em> from the only <a href=\"https://yithemes.com\" target="
512
- "\"_blank\">YITH official website</a>, specifically, from your <a href="
513
- "\"https://yithemes.com/my-account/recent-downloads/\" target=\"_blank"
514
- "\">Downloads page</a>. This is the only way to be sure the version you are "
515
- "using is 100%% malware-free."
516
- msgstr ""
517
- "<br/><b>Attenzione:</b> Stai utilizzando una versione superiore all'ultima "
518
- "disponibile. </em>Per favore assicurati di aver scaricato la versione più "
519
- "recente di <em>%1$s</em> dall'unico <a href=\"https://yithemes.com\" target="
520
- "\"_blank\">sito ufficiale YITH</a>, nello specifico dalla tua <a href="
521
- "\"https://yithemes.com/my-account/recent-downloads/\" target=\"_blank"
522
- "\">pagina Downloads</a>. Questo è l'unico modo per essere sicuri che la "
523
- "versione in uso sia al 100%% priva di malware."
524
-
525
- #: lib/yit-upgrade.php:635
526
- msgid "You can't update the plugins for this site."
527
- msgstr "Non è possibile aggiornare i plugin per questo sito."
528
-
529
- #: lib/yit-upgrade.php:639
530
- msgid ""
531
- "You do not have sufficient permissions to update the plugins for this site."
532
- msgstr ""
533
- "Non sei in possesso delle autorizzazioni necessarie per aggiornare i plugin "
534
- "in questo sito."
535
 
536
- #: lib/yit-upgrade.php:646
537
- msgid "Update Plugin"
538
- msgstr "Aggiorna plugin"
539
 
540
- #: lib/yith-dashboard.php:40
541
- msgid "New YITH products"
542
- msgstr "Nuovi prodotti YITH"
543
 
544
- #: lib/yith-dashboard.php:41
545
- msgid "News from the YITH Blog"
546
- msgstr "Novità dal blog YITH"
547
 
548
- #: lib/yith-gutenberg.php:134
549
- msgctxt "[gutenberg]: Category Name"
550
- msgid "YITH"
551
- msgstr "YITH"
552
 
553
- #: licence/lib/yit-licence.php:180
554
- #, php-format
555
- msgctxt "%s = field name"
556
- msgid "Please, insert a valid %s"
557
- msgstr "Per favore, inserisci una %s valida"
558
 
559
- #: licence/lib/yit-licence.php:181
560
- #, php-format
561
- msgid "Please, insert a valid %s and a valid %s"
562
- msgstr "Per favore, inserire una %s valida ed una %s valida"
563
-
564
- #: licence/lib/yit-licence.php:182
565
- msgid "Unable to contact the remote server, please try again later. Thanks!"
566
- msgstr "Impossibile contattare il server remoto, prova più tardi. Grazie!"
567
-
568
- #: licence/lib/yit-licence.php:183
569
- msgid "email address"
570
- msgstr "email"
571
-
572
- #: licence/lib/yit-licence.php:184
573
- msgid "license key"
574
- msgstr "chiave di licenza"
575
-
576
- #: licence/lib/yit-licence.php:185
577
- msgid "Are you sure you want to deactivate the license for current site?"
578
- msgstr "Sei sicuro di voler disattivare la licenza per questo sito?"
579
-
580
- #: licence/lib/yit-licence.php:730
581
- msgid "Invalid Request"
582
- msgstr "Richiesta non valida"
583
-
584
- #: licence/lib/yit-licence.php:731
585
- msgid "Invalid license key"
586
- msgstr "Chiave di licenza non valida"
587
-
588
- #: licence/lib/yit-licence.php:732
589
- msgid "Software has been deactivated"
590
- msgstr "Il software è stato disattivato"
591
-
592
- #: licence/lib/yit-licence.php:733
593
- msgid "Maximum number of activations exceeded"
594
- msgstr "Hai raggiunto il numero massimo di attivazioni"
595
-
596
- #: licence/lib/yit-licence.php:734
597
- msgid "Invalid instance ID"
598
- msgstr "Istanza ID non valida"
599
-
600
- #: licence/lib/yit-licence.php:735
601
- msgid "Invalid security key"
602
- msgstr "Chiave di sicurezza non valida"
603
-
604
- #: licence/lib/yit-licence.php:736
605
- msgid "License key has expired"
606
- msgstr "La chiave di licenza è scaduta"
607
-
608
- #: licence/lib/yit-licence.php:737
609
- msgid "License key has been banned"
610
- msgstr "La chiave di licenza è stata bloccata"
611
-
612
- #: licence/lib/yit-licence.php:738
613
- msgid "Current product is not included in your YITH Club Subscription key"
614
- msgstr "Questo prodotto non è incluso nella tua licenze YITH Club Subscription"
615
-
616
- #: licence/lib/yit-licence.php:739
617
- msgid "Great"
618
- msgstr "Grande!"
619
-
620
- #: licence/lib/yit-licence.php:739
621
- msgid "License successfully activated"
622
- msgstr "Licenza attivata con successo"
623
-
624
- #: licence/lib/yit-licence.php:740
625
- msgid "License key deactivated for website"
626
- msgstr "Chiave di licenza disattivata per il sito web"
627
-
628
- #: licence/lib/yit-plugin-licence.php:67 licence/lib/yit-plugin-licence.php:68
629
- #: licence/lib/yit-theme-licence.php:69 licence/lib/yit-theme-licence.php:70
630
- #: licence/lib/yit-theme-licence.php:109 licence/lib/yit-theme-licence.php:110
631
- msgid "License Activation"
632
- msgstr "Attivazione licenza"
633
-
634
- #: licence/lib/yit-plugin-licence.php:142
635
- msgctxt ""
636
- "[Part of]: Warning! You didn't set license key for the following products:"
637
- "[Plugins List] which means you're missing out on updates and support. Enter "
638
- "your license key, please."
639
- msgid "Warning!"
640
- msgstr "Attenzione!"
641
 
642
- #: licence/lib/yit-plugin-licence.php:142
643
- msgctxt ""
644
- "[Part of]: Warning! You didn't set license key for the following products:"
645
- "[Plugins List] which means you're missing out on updates and support. Enter "
646
- "your license key, please."
647
- msgid "You didn't set license key for the following products"
648
- msgstr "Non hai impostato la chiave di licenza per i seguenti prodotti"
649
-
650
- #: licence/lib/yit-plugin-licence.php:145
651
- msgctxt ""
652
- "[Part of]: Warning! You didn't set license key for the following products:"
653
- "[Plugins List] which means you're missing out on updates and support. Enter "
654
- "your license key, please."
655
- msgid "which means you're missing out on updates and support"
656
- msgstr "il che significa che ti stai perdendo aggiornamenti e supporto"
657
-
658
- #: licence/lib/yit-plugin-licence.php:147
659
- msgctxt ""
660
- "[Part of]: Warning! You didn't set license key for the following products:"
661
- "[Plugins List] which means you're missing out on updates and support. Enter "
662
- "your license key, please."
663
- msgid "Enter your license key"
664
- msgstr "Inserisci la tua chiave di licenza"
665
-
666
- #: licence/lib/yit-plugin-licence.php:148
667
- msgctxt ""
668
- "[Part of]: Warning! You didn't set license key for the following products:"
669
- "[Plugins List] which means you're missing out on updates and support. Enter "
670
- "your license key, please."
671
- msgid "please"
672
- msgstr "per favore"
673
-
674
- #: licence/lib/yit-theme-licence.php:117 licence/lib/yit-theme-licence.php:118
675
- #, php-format
676
- msgid "%s"
677
- msgstr "%s"
678
 
679
- #: licence/lib/yit-theme-licence.php:159
680
- msgid ""
681
- "I cannot find the license key for activating the theme I have bought some "
682
- "time ago. Where can I find it?"
683
- msgstr ""
684
- "Non riesco a trovare la chiave di licenza per l'attivazione del tema che ho "
685
- "acquistato diverso tempo fa. Dove posso trovarla?"
686
 
687
- #: licence/lib/yit-theme-licence.php:163
688
- msgid ""
689
- "If you have purchased one of our products before 27 January 2015, you can "
690
- "benefit from support and updates (the services offered with the license)\n"
691
- " until 27 January 2016 and you do not have to purchase it "
692
- "again to get a new license key, because, before this date, your license used "
693
- "to be activated automatically by our system.\n"
694
- " After 27 January 2016, instead, if you want to benefit "
695
- "from support and updates you have to buy a new license and activate it "
696
- "through the license key you will be\n"
697
- " provided with and that you can find in your YITH "
698
- "account, in section \"My licenses\"."
699
- msgstr ""
700
- "Se hai acquistato uno dei nostri prodotti prima del 27 gennaio 2015, potrai "
701
- "usufruire di supporto e aggiornamenti (servizi inclusi nella licenza)\n"
702
- "fino al 27 gennaio 2016 e non dovrai riacquistare il prodotto per ottenere "
703
- "una chiave di licenza, poiché prima di questa data il tuo prodotto veniva "
704
- "automaticamente attivato dal nostro sistema.\n"
705
- "Dopo il 27 gennaio 2016, invece, se vorrai usufruire di supporto e "
706
- "aggiornamenti dovrai acquistare una nuova licenza e attivarla con il codice "
707
- "che ti verrà\n"
708
- "fornito e che puoi trovare nella tua area riservata su YITH, nella sezione "
709
- "\"My licenses\"."
710
-
711
- #: licence/templates/panel/activation/activation-panel.php:24
712
- msgid "YITH License Activation"
713
- msgstr "Attivazione licenza YITH"
714
-
715
- #: licence/templates/panel/activation/activation-panel.php:27
716
- msgid "License expiry date"
717
- msgstr "Data di scadenza della licenza"
718
-
719
- #: licence/templates/panel/activation/activation-panel.php:30
720
- msgid ""
721
- "If you have renewed your product license key and the expiry date does not "
722
- "appear up-to-date, please, click on the button <em>Check Expiry Date</em> "
723
- "below and it will update."
724
- msgstr ""
725
- "Se hai rinnovato la chiave di licenza del tuo prodotto e la data di scadenza "
726
- "non risulta aggiornata, ti invitiamo a fare clic sul pulsante <em>Check "
727
- "Expiry Date</em> in modo da aggiornarla."
728
-
729
- #: licence/templates/panel/activation/activation-panel.php:33
730
- msgid "Check expiry date"
731
- msgstr "Controlla la data di scadenza"
732
-
733
- #: licence/templates/panel/activation/activation-panel.php:47
734
- msgid "Product to activate"
735
- msgid_plural "Products to activate"
736
- msgstr[0] "Prodotto da attivare"
737
- msgstr[1] "Prodotti da attivare"
738
-
739
- #: licence/templates/panel/activation/activation-panel.php:50
740
- msgid "Are you having issues with the license activation?"
741
- msgstr "Stai riscontrando problemi con l'attivazione della licenza?"
742
-
743
- #: licence/templates/panel/activation/activation-panel.php:50
744
- msgid "Read this article"
745
- msgstr "Leggi questo articolo"
746
-
747
- #: licence/templates/panel/activation/activation-panel.php:70
748
- msgid "Activate"
749
- msgstr "Attiva"
750
-
751
- #: licence/templates/panel/activation/activation-panel.php:89
752
- msgid "Activated"
753
- msgstr "Attivato"
754
-
755
- #: licence/templates/panel/activation/activation-panel.php:95
756
- #: licence/templates/panel/activation/activation-panel.php:173
757
- #: licence/templates/panel/activation/activation-panel.php:203
758
- msgid "Product Name"
759
- msgstr "Nome prodotto"
760
-
761
- #: licence/templates/panel/activation/activation-panel.php:97
762
- #: licence/templates/panel/activation/activation-panel.php:175
763
- #: licence/templates/panel/activation/activation-panel.php:206
764
- msgid "Email"
765
- msgstr "Email"
766
-
767
- #: licence/templates/panel/activation/activation-panel.php:98
768
- #: licence/templates/panel/activation/activation-panel.php:176
769
- #: licence/templates/panel/activation/activation-panel.php:207
770
- msgid "License Key"
771
- msgstr "Chiave di licenza"
772
-
773
- #: licence/templates/panel/activation/activation-panel.php:101
774
- #: licence/templates/panel/activation/activation-panel.php:210
775
- msgid "Expires"
776
- msgstr "Scadenza"
777
 
778
- #: licence/templates/panel/activation/activation-panel.php:104
779
- msgid "Remaining"
780
- msgstr "Tempo rimanente"
781
 
782
- #: licence/templates/panel/activation/activation-panel.php:106
783
- msgid "Club Subscription"
784
- msgstr "Club Subscription"
785
 
786
- #: licence/templates/panel/activation/activation-panel.php:135
787
- #, php-format
788
- msgid "%1s out of %2s"
789
- msgstr "%1s di %2s"
790
 
791
- #: licence/templates/panel/activation/activation-panel.php:151
792
- msgid "Deactivate"
793
- msgstr "Disattiva"
794
 
795
- #: licence/templates/panel/activation/activation-panel.php:156
796
- #: licence/templates/panel/activation/activation-panel.php:213
797
- msgid "Renew"
798
- msgstr "Rinnova"
799
 
800
- #: licence/templates/panel/activation/activation-panel.php:169
801
- msgid "Banned"
802
- msgstr "Bloccato"
803
 
804
- #: licence/templates/panel/activation/activation-panel.php:199
805
- msgid "Expired"
806
- msgstr "Non più valido"
 
 
 
 
 
807
 
808
- #: licence/templates/panel/activation/activation-panel.php:235
809
- msgid "Order again"
810
- msgstr "Acquista di nuovo"
811
 
812
- #: licence/templates/panel/activation/activation-panel.php:237
813
- msgid "Renew license"
814
- msgstr "Rinnova la licenza"
 
 
815
 
816
  #: templates/fields/ajax-posts.php:57
817
  msgid "Search Posts"
@@ -849,6 +570,10 @@ msgstr "Aggiungi scheda prodotto personalizzata"
849
  msgid "Do you want to remove the custom tab?"
850
  msgstr "Vuoi rimuovere la scheda personalizzata?"
851
 
 
 
 
 
852
  #: templates/fields/icons.php:58
853
  msgid "Set Default"
854
  msgstr "Ripristina impostazioni iniziali"
@@ -873,13 +598,23 @@ msgstr "Aggiungi immagini"
873
  msgid "Delete"
874
  msgstr "Rimuovi"
875
 
876
- #: templates/fields/select-buttons.php:26
877
- msgid "Select All"
878
- msgstr "Seleziona tutto"
 
 
 
 
 
 
879
 
880
- #: templates/fields/select-buttons.php:33
881
- msgid "Deselect All"
882
- msgstr "Deseleziona tutto"
 
 
 
 
883
 
884
  #: templates/fields/sidebars.php:22
885
  msgid "Left sidebar"
@@ -905,12 +640,12 @@ msgstr "Scegli una barra laterale"
905
  msgid "Right Sidebar"
906
  msgstr "Barra laterale destra"
907
 
908
- #: templates/fields/upload.php:18 templates/metaboxes/types/icon-list.php:70
909
  #: templates/panel/woocommerce/woocommerce-upload.php:40
910
  msgid "Upload"
911
  msgstr "Carica"
912
 
913
- #: templates/fields/upload.php:19
914
  msgid "Reset"
915
  msgstr "Ripristina"
916
 
@@ -928,10 +663,119 @@ msgstr "(Default: %s <img src=\"%s\"/>)"
928
  msgid "(Default: <i %s></i> )"
929
  msgstr "(Default: <i %s></i> )"
930
 
931
- #: templates/panel/woocommerce/woocommerce-form.php:17
932
  msgid "Reset Defaults"
933
  msgstr "Ripristina impostazioni iniziali"
934
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
935
  #: yit-plugin.php:83
936
  msgctxt "Plugin Row Meta"
937
  msgid "Live Demo"
@@ -952,15 +796,343 @@ msgctxt "Plugin Row Meta"
952
  msgid "Premium version"
953
  msgstr "Versione premium"
954
 
955
- #: yit-plugin.php:193
956
  msgctxt "Action links"
957
  msgid "Settings"
958
  msgstr "Impostazioni"
959
 
960
- #: yit-plugin.php:197
961
  msgid "License"
962
  msgstr "Chiave di licenza"
963
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
964
  #~ msgid ""
965
  #~ "Have you updated your licenses? Have you asked for an extension? Update "
966
  #~ "information concerning your products."
@@ -1027,18 +1199,9 @@ msgstr "Chiave di licenza"
1027
  #~ msgid "Theme Icon"
1028
  #~ msgstr "Icona tema"
1029
 
1030
- #~ msgid "Custom Icon"
1031
- #~ msgstr "Icona personalizzata"
1032
-
1033
  #~ msgid "None"
1034
  #~ msgstr "Nessuno"
1035
 
1036
- #~ msgid "Add field"
1037
- #~ msgstr "Aggiungi campo"
1038
-
1039
- #~ msgid "Click to toggle"
1040
- #~ msgstr "Fai clic per aprire/chiudere"
1041
-
1042
  #~ msgid "Field Title"
1043
  #~ msgstr "Titolo campo"
1044
 
4
  msgstr ""
5
  "Project-Id-Version: YITH Plugin Starter 1.0.0 Plugin FW\n"
6
  "Report-Msgid-Bugs-To: Your Inspiration Themes <plugins@yithemes.com>\n"
7
+ "POT-Creation-Date: 2020-01-10 13:28+0100\n"
8
+ "PO-Revision-Date: 2020-01-10 16:23+0100\n"
9
  "Last-Translator: \n"
10
  "Language-Team: YIThemes <plugins@yithemes.com>\n"
11
  "Language: it_IT\n"
65
  msgid "Payments"
66
  msgstr "Pagamenti"
67
 
68
+ #: lib/yit-cpt-unlimited.php:462 lib/yit-cpt-unlimited.php:576
69
+ #: lib/yit-cpt-unlimited.php:721 lib/yit-cpt-unlimited.php:1636
70
  #, php-format
71
  msgid "Add %s"
72
  msgstr "Aggiungi %s"
73
 
74
+ #: lib/yit-cpt-unlimited.php:463 lib/yit-cpt-unlimited.php:577
75
  #, php-format
76
  msgid "Add New %s"
77
  msgstr "Aggiungi nuovo %s"
78
 
79
+ #: lib/yit-cpt-unlimited.php:464 lib/yit-cpt-unlimited.php:578
80
+ #: lib/yit-cpt-unlimited.php:1269 lib/yit-cpt-unlimited.php:1306
81
  #, php-format
82
  msgid "Edit %s"
83
  msgstr "Modifica %s"
84
 
85
+ #: lib/yit-cpt-unlimited.php:465 lib/yit-cpt-unlimited.php:579
86
  #, php-format
87
  msgid "New %s"
88
  msgstr "Nuovo %s"
89
 
90
+ #: lib/yit-cpt-unlimited.php:466 lib/yit-cpt-unlimited.php:580
91
  #, php-format
92
  msgid "All %s"
93
  msgstr "Tutti %s"
94
 
95
+ #: lib/yit-cpt-unlimited.php:467 lib/yit-cpt-unlimited.php:581
96
+ #: lib/yit-cpt-unlimited.php:1253 lib/yit-cpt-unlimited.php:1307
97
  #, php-format
98
  msgid "View %s"
99
  msgstr "Visualizza %s"
100
 
101
+ #: lib/yit-cpt-unlimited.php:468 lib/yit-cpt-unlimited.php:582
102
  #, php-format
103
  msgid "Search %s"
104
  msgstr "Cerca %s"
105
 
106
+ #: lib/yit-cpt-unlimited.php:469 lib/yit-cpt-unlimited.php:583
107
  #, php-format
108
  msgid "No %s found"
109
  msgstr "Nessun %s trovato"
110
 
111
+ #: lib/yit-cpt-unlimited.php:470 lib/yit-cpt-unlimited.php:584
112
  #, php-format
113
  msgid "No %s found in Trash"
114
  msgstr "Nessun %s trovato nel cestino"
115
 
116
+ #: lib/yit-cpt-unlimited.php:627
117
  #, php-format
118
  msgctxt "taxonomy general name"
119
  msgid "%s Categories"
120
  msgstr "%s Categorie"
121
 
122
+ #: lib/yit-cpt-unlimited.php:628
123
  msgctxt "taxonomy singular name"
124
  msgid "Category"
125
  msgstr "Categoria"
126
 
127
+ #: lib/yit-cpt-unlimited.php:629 templates/fields/ajax-terms.php:56
128
  msgid "Search Categories"
129
  msgstr "Cerca categorie"
130
 
131
+ #: lib/yit-cpt-unlimited.php:630
132
  msgid "All Categories"
133
  msgstr "Tutte le categorie"
134
 
135
+ #: lib/yit-cpt-unlimited.php:631
136
  msgid "Parent Category"
137
  msgstr "Categoria genitore"
138
 
139
+ #: lib/yit-cpt-unlimited.php:632
140
  msgid "Parent Category:"
141
  msgstr "Categoria genitore:"
142
 
143
+ #: lib/yit-cpt-unlimited.php:633
144
  msgid "Edit Category"
145
  msgstr "Modifica categoria"
146
 
147
+ #: lib/yit-cpt-unlimited.php:634
148
  msgid "Update Category"
149
  msgstr "Aggiorna categoria"
150
 
151
+ #: lib/yit-cpt-unlimited.php:635
152
  msgid "Add New Category"
153
  msgstr "Aggiungi nuova categoria"
154
 
155
+ #: lib/yit-cpt-unlimited.php:636
156
  msgid "New Category Name"
157
  msgstr "Nuovo nome categoria"
158
 
159
+ #: lib/yit-cpt-unlimited.php:637
160
  msgid "Category"
161
  msgstr "Categoria"
162
 
163
+ #: lib/yit-cpt-unlimited.php:726
164
  msgid "Categories"
165
  msgstr "Categorie"
166
 
167
+ #: lib/yit-cpt-unlimited.php:1044
168
  #, php-format
169
  msgid "%s Settings"
170
  msgstr "Impostazioni %s"
171
 
172
+ #: lib/yit-cpt-unlimited.php:1050 lib/yit-cpt-unlimited.php:1198
173
+ #: lib/yit-cpt-unlimited.php:1204 lib/yit-plugin-panel.php:80
174
  msgid "Settings"
175
  msgstr "Impostazioni"
176
 
177
+ #: lib/yit-cpt-unlimited.php:1053
178
  msgid "Type"
179
  msgstr "Tipologia"
180
 
181
+ #: lib/yit-cpt-unlimited.php:1054
182
  #, php-format
183
  msgid "Layout for this %s"
184
  msgstr "Layout per questo %s"
185
 
186
+ #: lib/yit-cpt-unlimited.php:1060
187
  msgid "Rewrite"
188
  msgstr "Riscrivi"
189
 
190
+ #: lib/yit-cpt-unlimited.php:1061
191
  msgid ""
192
  "Univocal identification name in the URL for each product (slug from post if "
193
  "empty)"
195
  "Nome identificativo univoco nell'URL per singolo prodotto (usa slug dal post "
196
  "se vuoto)"
197
 
198
+ #: lib/yit-cpt-unlimited.php:1066
199
  msgid "Label in Singular"
200
  msgstr "Etichetta singolare"
201
 
202
+ #: lib/yit-cpt-unlimited.php:1067
203
  msgid "Set a label in singular (title of portfolio if empty)"
204
  msgstr "Imposta un'etichetta singolare (titolo del portfolio se vuoto)"
205
 
206
+ #: lib/yit-cpt-unlimited.php:1072
207
  msgid "Label in Plural"
208
  msgstr "Etichetta plurale"
209
 
210
+ #: lib/yit-cpt-unlimited.php:1073
211
  msgid "Set a label in plural (title of portfolio if empty)"
212
  msgstr "Imposta un'etichetta plurale (titolo del portfolio se vuoto)"
213
 
214
+ #: lib/yit-cpt-unlimited.php:1078
215
  msgid "Taxonomy"
216
  msgstr "Tassonomia"
217
 
218
+ #: lib/yit-cpt-unlimited.php:1079
219
  msgid ""
220
  "If you want to use categories in the portfolio, set a name for taxonomy. "
221
  "Name should be a slug (must not contain capital letters nor spaces) and must "
226
  "caratteri maiuscoli né spazi) e non più lungo di 32 caratteri (restrizione "
227
  "di database)."
228
 
229
+ #: lib/yit-cpt-unlimited.php:1084
230
  msgid "Taxonomy Rewrite"
231
  msgstr "Riscrivi tassonomia"
232
 
233
+ #: lib/yit-cpt-unlimited.php:1085
234
  msgid "Set univocal name for each category page URL."
235
  msgstr "Imposta un nome univoco per l'URL della pagina di ciascuna categoria."
236
 
237
+ #: lib/yit-cpt-unlimited.php:1090
238
  msgid "Single layout"
239
  msgstr "Layout singolo"
240
 
241
+ #: lib/yit-cpt-unlimited.php:1091
242
  msgid "Layout for single page of this portfolio"
243
  msgstr "Layout per pagina singola per questo portfolio"
244
 
245
+ #: lib/yit-cpt-unlimited.php:1132
246
  msgid "layout settings"
247
  msgstr "impostazioni di layout"
248
 
249
+ #: lib/yit-cpt-unlimited.php:1224 lib/yit-cpt-unlimited.php:1237
250
  msgid "Quick links"
251
  msgstr "Link rapidi"
252
 
253
+ #: lib/yit-cpt-unlimited.php:1477
254
  #, php-format
255
  msgid "Show frontend of the %s"
256
  msgstr "Mostra front end di %s"
257
 
258
+ #: lib/yit-cpt-unlimited.php:1484 templates/fields/customtabs.php:46
259
  #: templates/fields/customtabs.php:89
260
  msgid "Name"
261
  msgstr "Nome"
262
 
263
+ #: lib/yit-cpt-unlimited.php:1635
264
  #, php-format
265
  msgid "Add %s from images"
266
  msgstr "Aggiungi %s dalla immagini"
267
 
268
+ #: lib/yit-cpt-unlimited.php:1638
269
  msgid "Upload multiple files"
270
  msgstr "Carica file multipli"
271
 
272
+ #: lib/yit-plugin-panel-wc.php:397
273
  msgid "The changes you have made will be lost if you leave this page."
274
  msgstr "Perderai tutti i cambiamenti effettuati se lasci questa pagina."
275
 
276
+ #: lib/yit-plugin-panel.php:79
277
  msgid "Plugin Settings"
278
  msgstr "Impostazioni plugin"
279
 
280
+ #: lib/yit-plugin-panel.php:424 lib/yit-plugin-panel.php:427
281
  msgid "How to install premium version"
282
  msgstr "Come installare la versione premium"
283
 
284
+ #: lib/yit-plugin-panel.php:571 lib/yit-plugin-subpanel.php:151
285
+ #: templates/panel/woocommerce/woocommerce-form.php:14
286
  msgid "Save Changes"
287
  msgstr "Salva modifiche"
288
 
289
+ #: lib/yit-plugin-panel.php:574 lib/yit-plugin-subpanel.php:154
290
+ #: templates/panel/woocommerce/woocommerce-form.php:17
291
  msgid ""
292
  "If you continue with this action, you will reset all options in this page."
293
  msgstr ""
294
  "Se prosegui con questa azione, tutte le opzioni di questa pagina saranno "
295
  "reimpostate."
296
 
297
+ #: lib/yit-plugin-panel.php:576 lib/yit-plugin-subpanel.php:156
298
  msgid "Reset to default"
299
  msgstr "Ripristina configurazione predefinita"
300
 
301
+ #: lib/yit-plugin-panel.php:577 lib/yit-plugin-subpanel.php:157
302
+ #: templates/panel/woocommerce/woocommerce-form.php:21
303
  msgid "Are you sure?"
304
  msgstr "Sei sicuro?"
305
 
306
+ #: lib/yit-plugin-panel.php:775
307
  msgid ""
308
  "The element you have entered already exists. Please, enter another name."
309
  msgstr "L'elemento inserito esiste già. Per favore, inserisci un altro nome."
310
 
311
+ #: lib/yit-plugin-panel.php:776
312
  msgid "Settings saved"
313
  msgstr "Impostazioni salvate"
314
 
315
+ #: lib/yit-plugin-panel.php:777
316
  msgid "Settings reset"
317
  msgstr "Impostazioni azzerate"
318
 
319
+ #: lib/yit-plugin-panel.php:778
320
  msgid "Element deleted correctly."
321
  msgstr "Elemento rimosso correttamente."
322
 
323
+ #: lib/yit-plugin-panel.php:779 lib/yit-plugin-panel.php:780
324
  msgid "Element updated correctly."
325
  msgstr "Elemento aggiornato correttamente."
326
 
327
+ #: lib/yit-plugin-panel.php:781
328
  msgid "Database imported correctly."
329
  msgstr "Database importato correttamente."
330
 
331
+ #: lib/yit-plugin-panel.php:782
332
  msgid "An error has occurred during import. Please try again."
333
  msgstr "Si è verificato un errore durante l'importazione. Prova di nuovo."
334
 
335
+ #: lib/yit-plugin-panel.php:783
336
  msgid "The added file is not valid."
337
  msgstr "Il file aggiunto non è valido."
338
 
339
+ #: lib/yit-plugin-panel.php:784
340
  msgid "Sorry, import is disabled."
341
  msgstr "Ci dispiace, l'importazione è disabilitata."
342
 
343
+ #: lib/yit-plugin-panel.php:785
344
  msgid "Sorting successful."
345
  msgstr "Ordinamento effettuato con successo."
346
 
347
+ #: lib/yit-plugin-panel.php:1233
348
+ msgid "We need your support"
349
+ msgstr "Abbiamo bisogno del tuo sostegno"
350
+
351
+ #: lib/yit-plugin-panel.php:1234
352
+ msgid "to keep updating and improving the plugin. Please,"
353
+ msgstr "per poter continuare ad aggiornare e migliorare il plugin."
354
+
355
+ #: lib/yit-plugin-panel.php:1236
356
+ msgid "help us by leaving a five-star rating"
357
+ msgstr "Puoi darci una mano lasciando una recensione a 5 stelle"
358
+
359
+ #: lib/yit-plugin-panel.php:1237
360
+ msgid ":) Thanks!"
361
+ msgstr ":) Grazie!"
362
+
363
  #: lib/yit-pointers.php:70
364
  msgid "Plugins Activated"
365
  msgstr "Plugin attivati"
407
  "quelle di YITH WooCommerce Wishlist, YITH WooCommerce Ajax Search etc.)\n"
408
  "saranno trasferite nella scheda YITH Plugins."
409
 
410
+ #: lib/yith-dashboard.php:40
411
+ msgid "YITH Latest Updates"
412
+ msgstr "Ultimi aggiornamenti da YITH"
 
 
 
 
413
 
414
+ #: lib/yith-dashboard.php:41
415
+ msgid "Latest news from YITH Blog"
416
+ msgstr "Ultime novità dal blog YITH"
417
 
418
+ #: lib/yith-dashboard.php:65
419
+ msgid "RSS Error:"
420
+ msgstr "Errore RSS:"
421
 
422
+ #: lib/yith-dashboard.php:71
423
  msgid ""
424
+ "An error has occurred, which probably means the feed is down. Try again "
425
+ "later."
426
  msgstr ""
427
+ "Si è verificato un errore probabilmente causato dal feed non disponibile. "
428
+ "Riprova più tardi."
429
 
430
+ #: lib/yith-dashboard.php:99
431
+ msgctxt "Plugin FW"
432
+ msgid "View Changelog"
433
+ msgstr "Visualizza il changelog"
434
 
435
+ #: lib/yith-dashboard.php:100
436
+ msgctxt "Plugin FW"
437
+ msgid "Latest update released on"
438
+ msgstr "Ultimo aggiornamento rilasciato il"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
439
 
440
+ #: lib/yith-dashboard.php:143
441
+ msgctxt "Button label"
442
+ msgid "Close"
443
+ msgstr "Chiudi"
 
 
 
 
 
 
 
 
444
 
445
+ #: lib/yith-gutenberg.php:134
446
+ msgctxt "[gutenberg]: Category Name"
447
+ msgid "YITH"
448
+ msgstr "YITH"
 
 
 
 
 
 
 
 
 
 
449
 
450
+ #: lib/yith-system-status.php:97 lib/yith-system-status.php:98
451
+ msgid "System Status"
452
+ msgstr "Stato del sistema"
 
 
 
 
 
 
 
453
 
454
+ #: lib/yith-system-status.php:104
455
+ msgid "WordPress Version"
456
+ msgstr "Versione di WordPress"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
457
 
458
+ #: lib/yith-system-status.php:105
459
+ msgid "WooCommerce Version"
460
+ msgstr "Versione di WooCommerce"
461
 
462
+ #: lib/yith-system-status.php:106
463
+ msgid "Available Memory"
464
+ msgstr "Memoria disponibile"
465
 
466
+ #: lib/yith-system-status.php:107
467
+ msgid "PHP Version"
468
+ msgstr "Versione PHP"
469
 
470
+ #: lib/yith-system-status.php:108
471
+ msgid "TLS Version"
472
+ msgstr "Versione TLS"
 
473
 
474
+ #: lib/yith-system-status.php:109
475
+ msgid "WordPress Cron"
476
+ msgstr "Cron WordPress"
 
 
477
 
478
+ #: lib/yith-system-status.php:110
479
+ msgid "SimpleXML"
480
+ msgstr "SimpleXML"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
481
 
482
+ #: lib/yith-system-status.php:111
483
+ msgid "MultiByte String"
484
+ msgstr "MultiByte String"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
485
 
486
+ #: lib/yith-system-status.php:112
487
+ msgid "ImageMagick Version"
488
+ msgstr "Versione di ImageMagick"
 
 
 
 
489
 
490
+ #: lib/yith-system-status.php:113
491
+ msgid "GD Library"
492
+ msgstr "GD Library"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
493
 
494
+ #: lib/yith-system-status.php:114
495
+ msgid "Iconv Module"
496
+ msgstr "Iconv Module"
497
 
498
+ #: lib/yith-system-status.php:115
499
+ msgid "OPCache Save Comments"
500
+ msgstr "OPCache Save Comments"
501
 
502
+ #: lib/yith-system-status.php:116
503
+ msgid "URL FOpen"
504
+ msgstr "URL FOpen"
 
505
 
506
+ #: lib/yith-system-status.php:173
507
+ msgid "YITH Plugins"
508
+ msgstr "Plugin YITH"
509
 
510
+ #: lib/yith-system-status.php:174
511
+ msgid "WooCommerce"
512
+ msgstr "WooCommerce"
 
513
 
514
+ #: lib/yith-system-status.php:291
515
+ msgid "Warning!"
516
+ msgstr "Attenzione!"
517
 
518
+ #: lib/yith-system-status.php:292
519
+ #, php-format
520
+ msgid ""
521
+ "The system check has detected some compatibility issues on your "
522
+ "installation. %sClick here%s to know more"
523
+ msgstr ""
524
+ "Il controllo di sistema ha individuato delle incompatibilità con la tua "
525
+ "installazione. %sVedi qui%s per maggiori informazioni"
526
 
527
+ #: templates/fields/ajax-customers.php:57
528
+ msgid "Search Customers"
529
+ msgstr "Cerca fra i clienti"
530
 
531
+ #: templates/fields/ajax-customers.php:83
532
+ #: templates/fields/ajax-customers.php:93
533
+ #, php-format
534
+ msgid "%1$s (#%2$s &ndash; %3$s)"
535
+ msgstr "%1$s (#%2$s &ndash; %3$s)"
536
 
537
  #: templates/fields/ajax-posts.php:57
538
  msgid "Search Posts"
570
  msgid "Do you want to remove the custom tab?"
571
  msgstr "Vuoi rimuovere la scheda personalizzata?"
572
 
573
+ #: templates/fields/date-format.php:50
574
+ msgid "Custom:"
575
+ msgstr "Personalizzato:"
576
+
577
  #: templates/fields/icons.php:58
578
  msgid "Set Default"
579
  msgstr "Ripristina impostazioni iniziali"
598
  msgid "Delete"
599
  msgstr "Rimuovi"
600
 
601
+ #: templates/fields/onoff.php:24
602
+ msgctxt "ON/OFF button: use MAX 3 characters!"
603
+ msgid "ON"
604
+ msgstr "SÌ"
605
+
606
+ #: templates/fields/onoff.php:25
607
+ msgctxt "ON/OFF button: use MAX 3 characters!"
608
+ msgid "OFF"
609
+ msgstr "NO"
610
 
611
+ #: templates/fields/select-buttons.php:21
612
+ msgid "Add All"
613
+ msgstr "Aggiungi tutti"
614
+
615
+ #: templates/fields/select-buttons.php:34
616
+ msgid "Remove All"
617
+ msgstr "Rimuovi tutti"
618
 
619
  #: templates/fields/sidebars.php:22
620
  msgid "Left sidebar"
640
  msgid "Right Sidebar"
641
  msgstr "Barra laterale destra"
642
 
643
+ #: templates/fields/upload.php:27 templates/metaboxes/types/icon-list.php:70
644
  #: templates/panel/woocommerce/woocommerce-upload.php:40
645
  msgid "Upload"
646
  msgstr "Carica"
647
 
648
+ #: templates/fields/upload.php:29
649
  msgid "Reset"
650
  msgstr "Ripristina"
651
 
663
  msgid "(Default: <i %s></i> )"
664
  msgstr "(Default: <i %s></i> )"
665
 
666
+ #: templates/panel/woocommerce/woocommerce-form.php:20
667
  msgid "Reset Defaults"
668
  msgstr "Ripristina impostazioni iniziali"
669
 
670
+ #: templates/sysinfo/system-information-panel.php:30
671
+ msgid "YITH System Information"
672
+ msgstr "YITH System Information"
673
+
674
+ #: templates/sysinfo/system-information-panel.php:38
675
+ msgid "Site URL"
676
+ msgstr "URL del sito"
677
+
678
+ #: templates/sysinfo/system-information-panel.php:46
679
+ msgid "Output IP Address"
680
+ msgstr "Indirizzo IP di output"
681
+
682
+ #: templates/sysinfo/system-information-panel.php:76
683
+ msgid "Enabled"
684
+ msgstr "Abilitato"
685
+
686
+ #: templates/sysinfo/system-information-panel.php:76
687
+ msgid "Disabled"
688
+ msgstr "Disabilitato"
689
+
690
+ #: templates/sysinfo/system-information-panel.php:82
691
+ msgid "N/A"
692
+ msgstr "N.D."
693
+
694
+ #: templates/sysinfo/system-information-panel.php:96
695
+ #, php-format
696
+ msgid "%s needs %s enabled"
697
+ msgstr "%s necessita l'attivazione di %s"
698
+
699
+ #: templates/sysinfo/system-information-panel.php:98
700
+ #, php-format
701
+ msgid "%s needs at least %s of available memory"
702
+ msgstr "%s necessita almeno %s di memoria disponibile"
703
+
704
+ #: templates/sysinfo/system-information-panel.php:100
705
+ #: templates/sysinfo/system-information-panel.php:149
706
+ #, php-format
707
+ msgid ""
708
+ "For optimal functioning of our plugins, we suggest setting at least %s of "
709
+ "available memory"
710
+ msgstr ""
711
+ "Per il funzionamento ottimale dei nostri plugin consigliamo di impostare "
712
+ "almeno %s della memoria disponibile"
713
+
714
+ #: templates/sysinfo/system-information-panel.php:102
715
+ #: templates/sysinfo/system-information-panel.php:137
716
+ #: templates/sysinfo/system-information-panel.php:151
717
+ #, php-format
718
+ msgid ""
719
+ "Read more %s here%s or contact your hosting company in order to increase it."
720
+ msgstr ""
721
+ "Per maggiori informazioni %s leggi questo%s oppure contatta il tuo host per "
722
+ "un upgrade."
723
+
724
+ #: templates/sysinfo/system-information-panel.php:105
725
+ #, php-format
726
+ msgid "%s needs at least %s version"
727
+ msgstr "%s necessita almeno della versione %s"
728
+
729
+ #: templates/sysinfo/system-information-panel.php:116
730
+ msgid ""
731
+ "Update it to the latest version in order to benefit of all new features and "
732
+ "security updates."
733
+ msgstr ""
734
+ "Aggiorna all'ultima versione per beneficiare di tutte le nuove funzionalità "
735
+ "e degli aggiornamenti di sicurezza."
736
+
737
+ #: templates/sysinfo/system-information-panel.php:122
738
+ msgid "Contact your hosting company in order to update it."
739
+ msgstr "Contatta il tuo servizio hosting per aggiornarlo."
740
+
741
+ #: templates/sysinfo/system-information-panel.php:126
742
+ #, php-format
743
+ msgid "Remove %s from %s file"
744
+ msgstr "Rimuovi %s dal file %s"
745
+
746
+ #: templates/sysinfo/system-information-panel.php:134
747
+ msgid "Contact your hosting company in order to enable it."
748
+ msgstr "Per attivarlo contatta il tuo servizio di hosting."
749
+
750
+ #: templates/sysinfo/system-information-panel.php:157
751
+ msgid ""
752
+ "We cannot determine which <b>TLS</b> version is installed because <b>cURL</"
753
+ "b> module is disabled. Ask your hosting company to enable it."
754
+ msgstr ""
755
+ "Non ci è stato possibile determinare quale versione <b>TLS</b> è installata "
756
+ "in quanto il modulo <b>cURL</b> è disattivato. Chiedi al tuo servizio "
757
+ "hosting di attivarlo."
758
+
759
+ #: templates/sysinfo/system-information-panel.php:160
760
+ msgid ""
761
+ "<b>ImageMagick</b> module is not installed. Ask your hosting company to "
762
+ "install it."
763
+ msgstr ""
764
+ "Il modulo <b>ImageMagick</b> non è installato. Chiedi al tuo servizio di "
765
+ "hosting di installarlo."
766
+
767
+ #: templates/sysinfo/system-information-panel.php:172
768
+ msgid "Show full PHPInfo"
769
+ msgstr "Mostra tutto il contenuto di PHPInfo"
770
+
771
+ #: templates/sysinfo/system-information-panel.php:176
772
+ msgid "Back to System panel"
773
+ msgstr "Torna al pannello di Sistema"
774
+
775
+ #: templates/sysinfo/system-information-panel.php:193
776
+ msgid "Back to top"
777
+ msgstr "Torna su"
778
+
779
  #: yit-plugin.php:83
780
  msgctxt "Plugin Row Meta"
781
  msgid "Live Demo"
796
  msgid "Premium version"
797
  msgstr "Versione premium"
798
 
799
+ #: yit-plugin.php:190
800
  msgctxt "Action links"
801
  msgid "Settings"
802
  msgstr "Impostazioni"
803
 
804
+ #: yit-plugin.php:194
805
  msgid "License"
806
  msgstr "Chiave di licenza"
807
 
808
+ #~ msgid "An unexpected error occurred, please try again later. Thanks!"
809
+ #~ msgstr "Si è verificato un errore inaspettato, riprova più tardi. Grazie!"
810
+
811
+ #~ msgid "There is a new version of %plugin_name% available."
812
+ #~ msgstr "Una nuova versione di %plugin_name% è disponibile."
813
+
814
+ #~ msgid "View version %latest% details."
815
+ #~ msgstr "Visualizza i dettagli della versione %latest%."
816
+
817
+ #~ msgid "Automatic update is unavailable for this plugin,"
818
+ #~ msgstr "L'aggiornamento automatico non è disponibile per questo plugin,"
819
+
820
+ #~ msgid ""
821
+ #~ "please <a href=\"%activate_link%\">activate</a> your copy of %plugin_name"
822
+ #~ "%."
823
+ #~ msgstr ""
824
+ #~ "per favore, <a href=\"%activate_link%\">attiva</a> la tua copia di "
825
+ #~ "%plugin_name%."
826
+
827
+ #~ msgid "Update now."
828
+ #~ msgstr "Aggiorna adesso."
829
+
830
+ #~ msgid ""
831
+ #~ "<br/><b>Please note:</b> You are using a higher version than the latest "
832
+ #~ "available one. </em>Please, make sure you've downloaded the latest "
833
+ #~ "version of <em>%1$s</em> from the only <a href=\"https://yithemes.com\" "
834
+ #~ "target=\"_blank\">YITH official website</a>, specifically, from your <a "
835
+ #~ "href=\"https://yithemes.com/my-account/recent-downloads/\" target=\"_blank"
836
+ #~ "\">Downloads page</a>. This is the only way to be sure the version you "
837
+ #~ "are using is 100% malware-free."
838
+ #~ msgstr ""
839
+ #~ "<br/><b>Attenzione:</b> Stai utilizzando una versione superiore "
840
+ #~ "all'ultima disponibile. </em>Per favore assicurati di aver scaricato la "
841
+ #~ "versione più recente di <em>%1$s</em> dall'unico <a href=\"https://"
842
+ #~ "yithemes.com\" target=\"_blank\">sito ufficiale YITH</a>, nello specifico "
843
+ #~ "dalla tua <a href=\"https://yithemes.com/my-account/recent-downloads/\" "
844
+ #~ "target=\"_blank\">pagina Downloads</a>. Questo è l'unico modo per essere "
845
+ #~ "sicuri che la versione in uso sia al 100% priva di malware."
846
+
847
+ #~ msgctxt "[Update Plugin Message: License not enabled]"
848
+ #~ msgid "You have to activate the plugin to benefit from automatic updates."
849
+ #~ msgstr "Devi attivare il plugin per usufruire degli update automatici."
850
+
851
+ #~ msgid "YITH Repository"
852
+ #~ msgstr "Repository YITH"
853
+
854
+ #~ msgid "Invalid URL Provided."
855
+ #~ msgstr "L'URL inserito non è valido."
856
+
857
+ #~ msgid "Could not create Temporary file."
858
+ #~ msgstr "Non è stato possibile creare il file temporaneo."
859
+
860
+ #~ msgid ""
861
+ #~ "There is a new version of %1$s available. <a href=\"%2$s\" class="
862
+ #~ "\"thickbox yit-changelog-button open-plugin-details-modal\" title=\"%3$s"
863
+ #~ "\">View version %4$s details</a>."
864
+ #~ msgstr ""
865
+ #~ "È disponibile una nuova versione di %1$s. <a href=\"%2$s\" class="
866
+ #~ "\"thickbox yit-changelog-button\" title=\"%3$s\">Visualizza i dettagli "
867
+ #~ "della versione %4$s</a>."
868
+
869
+ #~ msgid ""
870
+ #~ "There is a new version of %1$s available. <a href=\"%2$s\" class="
871
+ #~ "\"thickbox yit-changelog-button open-plugin-details-modal\" title=\"%3$s"
872
+ #~ "\">View version %4$s details</a>. <em>You have to activate the plugin on "
873
+ #~ "a single site of the network to benefit from automatic updates.</em>"
874
+ #~ msgstr ""
875
+ #~ "È disponibile una nuova versione di %1$s. <a href=\"%2$s\" class="
876
+ #~ "\"thickbox yit-changelog-button\" title=\"%3$s\">Visualizza i dettagli "
877
+ #~ "della versione %4$s</a>. <em>Per poter usufruire degli aggiornamenti "
878
+ #~ "automatici è necessario attivare il plugin su un solo sito.</em>"
879
+
880
+ #~ msgid ""
881
+ #~ "There is a new version of %1$s available. <a href=\"%2$s\" class="
882
+ #~ "\"thickbox yit-changelog-button open-plugin-details-modal\" title=\"%3$s"
883
+ #~ "\">View version %4$s details</a>. <em>Automatic update is unavailable for "
884
+ #~ "this plugin, please <a href=\"%5$s\" title=\"License activation"
885
+ #~ "\">activate</a> your copy of %6s.</em>"
886
+ #~ msgstr ""
887
+ #~ "È disponibile una nuova versione di %1$s. <a href=\"%2$s\" class="
888
+ #~ "\"thickbox yit-changelog-button\" title=\"%3$s\">Visualizza i dettagli "
889
+ #~ "della versione %4$s</a>. <em>Gli aggiornamenti automatici non sono "
890
+ #~ "disponibili per questo plugin, per piacere <a href=\"%5$s\" title="
891
+ #~ "\"License activation\">attiva</a> la tua copia di %6s.</em>"
892
+
893
+ #~ msgid ""
894
+ #~ "There is a new version of %1$s available. <a href=\"%2$s\" class="
895
+ #~ "\"thickbox yit-changelog-button open-plugin-details-modal\" title=\"%3$s"
896
+ #~ "\">View version %4$s details</a> or <a href=\"%5$s\">update now</a>."
897
+ #~ msgstr ""
898
+ #~ "È disponibile una nuova versioni di %1$s. <a href=\"%2$s\" class="
899
+ #~ "\"thickbox yit-changelog-button\" title=\"%3$s\">Visualizza i dettagli "
900
+ #~ "della versione %4$s</a> oppure <a href=\"%5$s\">aggiorna adesso</a>."
901
+
902
+ #~ msgid ""
903
+ #~ "<br/><b>Please note:</b> You are using a higher version than the latest "
904
+ #~ "available one. </em>Please, make sure you've downloaded the latest "
905
+ #~ "version of <em>%1$s</em> from the only <a href=\"https://yithemes.com\" "
906
+ #~ "target=\"_blank\">YITH official website</a>, specifically, from your <a "
907
+ #~ "href=\"https://yithemes.com/my-account/recent-downloads/\" target=\"_blank"
908
+ #~ "\">Downloads page</a>. This is the only way to be sure the version you "
909
+ #~ "are using is 100%% malware-free."
910
+ #~ msgstr ""
911
+ #~ "<br/><b>Attenzione:</b> Stai utilizzando una versione superiore "
912
+ #~ "all'ultima disponibile. </em>Per favore assicurati di aver scaricato la "
913
+ #~ "versione più recente di <em>%1$s</em> dall'unico <a href=\"https://"
914
+ #~ "yithemes.com\" target=\"_blank\">sito ufficiale YITH</a>, nello specifico "
915
+ #~ "dalla tua <a href=\"https://yithemes.com/my-account/recent-downloads/\" "
916
+ #~ "target=\"_blank\">pagina Downloads</a>. Questo è l'unico modo per essere "
917
+ #~ "sicuri che la versione in uso sia al 100%% priva di malware."
918
+
919
+ #~ msgid "You can't update the plugins for this site."
920
+ #~ msgstr "Non è possibile aggiornare i plugin per questo sito."
921
+
922
+ #~ msgid ""
923
+ #~ "You do not have sufficient permissions to update the plugins for this "
924
+ #~ "site."
925
+ #~ msgstr ""
926
+ #~ "Non sei in possesso delle autorizzazioni necessarie per aggiornare i "
927
+ #~ "plugin in questo sito."
928
+
929
+ #~ msgid "Update Plugin"
930
+ #~ msgstr "Aggiorna plugin"
931
+
932
+ #~ msgid "New YITH products"
933
+ #~ msgstr "Nuovi prodotti YITH"
934
+
935
+ #~ msgctxt "%s = field name"
936
+ #~ msgid "Please, insert a valid %s"
937
+ #~ msgstr "Per favore, inserisci una %s valida"
938
+
939
+ #~ msgid "Please, insert a valid %s and a valid %s"
940
+ #~ msgstr "Per favore, inserire una %s valida ed una %s valida"
941
+
942
+ #~ msgid "Unable to contact the remote server, please try again later. Thanks!"
943
+ #~ msgstr "Impossibile contattare il server remoto, prova più tardi. Grazie!"
944
+
945
+ #~ msgid "email address"
946
+ #~ msgstr "email"
947
+
948
+ #~ msgid "license key"
949
+ #~ msgstr "chiave di licenza"
950
+
951
+ #~ msgid "Are you sure you want to deactivate the license for current site?"
952
+ #~ msgstr "Sei sicuro di voler disattivare la licenza per questo sito?"
953
+
954
+ #~ msgid "Invalid Request"
955
+ #~ msgstr "Richiesta non valida"
956
+
957
+ #~ msgid "Invalid license key"
958
+ #~ msgstr "Chiave di licenza non valida"
959
+
960
+ #~ msgid "Software has been deactivated"
961
+ #~ msgstr "Il software è stato disattivato"
962
+
963
+ #~ msgid "Maximum number of activations exceeded"
964
+ #~ msgstr "Hai raggiunto il numero massimo di attivazioni"
965
+
966
+ #~ msgid "Invalid instance ID"
967
+ #~ msgstr "Istanza ID non valida"
968
+
969
+ #~ msgid "Invalid security key"
970
+ #~ msgstr "Chiave di sicurezza non valida"
971
+
972
+ #~ msgid "License key has expired"
973
+ #~ msgstr "La chiave di licenza è scaduta"
974
+
975
+ #~ msgid "License key has been banned"
976
+ #~ msgstr "La chiave di licenza è stata bloccata"
977
+
978
+ #~ msgid "Current product is not included in your YITH Club Subscription key"
979
+ #~ msgstr ""
980
+ #~ "Questo prodotto non è incluso nella tua licenze YITH Club Subscription"
981
+
982
+ #~ msgid "Great"
983
+ #~ msgstr "Grande!"
984
+
985
+ #~ msgid "License successfully activated"
986
+ #~ msgstr "Licenza attivata con successo"
987
+
988
+ #~ msgid "License key deactivated for website"
989
+ #~ msgstr "Chiave di licenza disattivata per il sito web"
990
+
991
+ #~ msgid "License Activation"
992
+ #~ msgstr "Attivazione licenza"
993
+
994
+ #~ msgctxt ""
995
+ #~ "[Part of]: Warning! You didn't set license key for the following products:"
996
+ #~ "[Plugins List] which means you're missing out on updates and support. "
997
+ #~ "Enter your license key, please."
998
+ #~ msgid "You didn't set license key for the following products"
999
+ #~ msgstr "Non hai impostato la chiave di licenza per i seguenti prodotti"
1000
+
1001
+ #~ msgctxt ""
1002
+ #~ "[Part of]: Warning! You didn't set license key for the following products:"
1003
+ #~ "[Plugins List] which means you're missing out on updates and support. "
1004
+ #~ "Enter your license key, please."
1005
+ #~ msgid "which means you're missing out on updates and support"
1006
+ #~ msgstr "il che significa che ti stai perdendo aggiornamenti e supporto"
1007
+
1008
+ #~ msgctxt ""
1009
+ #~ "[Part of]: Warning! You didn't set license key for the following products:"
1010
+ #~ "[Plugins List] which means you're missing out on updates and support. "
1011
+ #~ "Enter your license key, please."
1012
+ #~ msgid "Enter your license key"
1013
+ #~ msgstr "Inserisci la tua chiave di licenza"
1014
+
1015
+ #~ msgctxt ""
1016
+ #~ "[Part of]: Warning! You didn't set license key for the following products:"
1017
+ #~ "[Plugins List] which means you're missing out on updates and support. "
1018
+ #~ "Enter your license key, please."
1019
+ #~ msgid "please"
1020
+ #~ msgstr "per favore"
1021
+
1022
+ #~ msgid "%s"
1023
+ #~ msgstr "%s"
1024
+
1025
+ #~ msgid ""
1026
+ #~ "I cannot find the license key for activating the theme I have bought some "
1027
+ #~ "time ago. Where can I find it?"
1028
+ #~ msgstr ""
1029
+ #~ "Non riesco a trovare la chiave di licenza per l'attivazione del tema che "
1030
+ #~ "ho acquistato diverso tempo fa. Dove posso trovarla?"
1031
+
1032
+ #~ msgid ""
1033
+ #~ "If you have purchased one of our products before 27 January 2015, you can "
1034
+ #~ "benefit from support and updates (the services offered with the license)\n"
1035
+ #~ " until 27 January 2016 and you do not have to purchase "
1036
+ #~ "it again to get a new license key, because, before this date, your "
1037
+ #~ "license used to be activated automatically by our system.\n"
1038
+ #~ " After 27 January 2016, instead, if you want to "
1039
+ #~ "benefit from support and updates you have to buy a new license and "
1040
+ #~ "activate it through the license key you will be\n"
1041
+ #~ " provided with and that you can find in your YITH "
1042
+ #~ "account, in section \"My licenses\"."
1043
+ #~ msgstr ""
1044
+ #~ "Se hai acquistato uno dei nostri prodotti prima del 27 gennaio 2015, "
1045
+ #~ "potrai usufruire di supporto e aggiornamenti (servizi inclusi nella "
1046
+ #~ "licenza)\n"
1047
+ #~ "fino al 27 gennaio 2016 e non dovrai riacquistare il prodotto per "
1048
+ #~ "ottenere una chiave di licenza, poiché prima di questa data il tuo "
1049
+ #~ "prodotto veniva automaticamente attivato dal nostro sistema.\n"
1050
+ #~ "Dopo il 27 gennaio 2016, invece, se vorrai usufruire di supporto e "
1051
+ #~ "aggiornamenti dovrai acquistare una nuova licenza e attivarla con il "
1052
+ #~ "codice che ti verrà\n"
1053
+ #~ "fornito e che puoi trovare nella tua area riservata su YITH, nella "
1054
+ #~ "sezione \"My licenses\"."
1055
+
1056
+ #~ msgid "YITH License Activation"
1057
+ #~ msgstr "Attivazione licenza YITH"
1058
+
1059
+ #~ msgid "License expiry date"
1060
+ #~ msgstr "Data di scadenza della licenza"
1061
+
1062
+ #~ msgid ""
1063
+ #~ "If you have renewed your product license key and the expiry date does not "
1064
+ #~ "appear up-to-date, please, click on the button <em>Check Expiry Date</em> "
1065
+ #~ "below and it will update."
1066
+ #~ msgstr ""
1067
+ #~ "Se hai rinnovato la chiave di licenza del tuo prodotto e la data di "
1068
+ #~ "scadenza non risulta aggiornata, ti invitiamo a fare clic sul pulsante "
1069
+ #~ "<em>Check Expiry Date</em> in modo da aggiornarla."
1070
+
1071
+ #~ msgid "Check expiry date"
1072
+ #~ msgstr "Controlla la data di scadenza"
1073
+
1074
+ #~ msgid "Product to activate"
1075
+ #~ msgid_plural "Products to activate"
1076
+ #~ msgstr[0] "Prodotto da attivare"
1077
+ #~ msgstr[1] "Prodotti da attivare"
1078
+
1079
+ #~ msgid "Are you having issues with the license activation?"
1080
+ #~ msgstr "Stai riscontrando problemi con l'attivazione della licenza?"
1081
+
1082
+ #~ msgid "Read this article"
1083
+ #~ msgstr "Leggi questo articolo"
1084
+
1085
+ #~ msgid "Activate"
1086
+ #~ msgstr "Attiva"
1087
+
1088
+ #~ msgid "Activated"
1089
+ #~ msgstr "Attivato"
1090
+
1091
+ #~ msgid "Product Name"
1092
+ #~ msgstr "Nome prodotto"
1093
+
1094
+ #~ msgid "Email"
1095
+ #~ msgstr "Email"
1096
+
1097
+ #~ msgid "License Key"
1098
+ #~ msgstr "Chiave di licenza"
1099
+
1100
+ #~ msgid "Expires"
1101
+ #~ msgstr "Scadenza"
1102
+
1103
+ #~ msgid "Remaining"
1104
+ #~ msgstr "Tempo rimanente"
1105
+
1106
+ #~ msgid "Club Subscription"
1107
+ #~ msgstr "Club Subscription"
1108
+
1109
+ #~ msgid "%1s out of %2s"
1110
+ #~ msgstr "%1s di %2s"
1111
+
1112
+ #~ msgid "Deactivate"
1113
+ #~ msgstr "Disattiva"
1114
+
1115
+ #~ msgid "Renew"
1116
+ #~ msgstr "Rinnova"
1117
+
1118
+ #~ msgid "Banned"
1119
+ #~ msgstr "Bloccato"
1120
+
1121
+ #~ msgid "Expired"
1122
+ #~ msgstr "Non più valido"
1123
+
1124
+ #~ msgid "Order again"
1125
+ #~ msgstr "Acquista di nuovo"
1126
+
1127
+ #~ msgid "Renew license"
1128
+ #~ msgstr "Rinnova la licenza"
1129
+
1130
+ #~ msgid "Select All"
1131
+ #~ msgstr "Seleziona tutto"
1132
+
1133
+ #~ msgid "Deselect All"
1134
+ #~ msgstr "Deseleziona tutto"
1135
+
1136
  #~ msgid ""
1137
  #~ "Have you updated your licenses? Have you asked for an extension? Update "
1138
  #~ "information concerning your products."
1199
  #~ msgid "Theme Icon"
1200
  #~ msgstr "Icona tema"
1201
 
 
 
 
1202
  #~ msgid "None"
1203
  #~ msgstr "Nessuno"
1204
 
 
 
 
 
 
 
1205
  #~ msgid "Field Title"
1206
  #~ msgstr "Titolo campo"
1207
 
plugin-fw/languages/yith-plugin-fw-nl_NL.mo ADDED
Binary file
plugin-fw/languages/yith-plugin-fw-nl_NL.po ADDED
@@ -0,0 +1,1140 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2015 YIThemes
2
+ # This file is distributed under the same license as the YITH Plugin Starter package.
3
+ msgid ""
4
+ msgstr ""
5
+ "Project-Id-Version: YITH Plugin Starter 1.0.0 Plugin FW\n"
6
+ "Report-Msgid-Bugs-To: Your Inspiration Themes <plugins@yithemes.com>\n"
7
+ "POT-Creation-Date: 2020-01-14 10:06+0000\n"
8
+ "PO-Revision-Date: 2020-01-14 10:29+0000\n"
9
+ "Last-Translator: \n"
10
+ "Language-Team: Your Inspiration Themes <info@yithemes.com>\n"
11
+ "Language: nl\n"
12
+ "MIME-Version: 1.0\n"
13
+ "Content-Type: text/plain; charset=UTF-8\n"
14
+ "Content-Transfer-Encoding: 8bit\n"
15
+ "X-Generator: Poedit 1.8.12\n"
16
+ "X-Poedit-KeywordsList: __;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;"
17
+ "_nx_noop:1,2,3c;esc_attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;"
18
+ "esc_html_x:1,2c;_x;_ex\n"
19
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
20
+ "X-Poedit-SourceCharset: UTF-8\n"
21
+ "X-Poedit-Basepath: ..\n"
22
+ "X-Textdomain-Support: yes\n"
23
+ "X-Poedit-SearchPath-0: .\n"
24
+
25
+ #: lib/privacy/yit-privacy.php:24
26
+ msgctxt "Privacy Policy Guide Title"
27
+ msgid "YITH Plugins"
28
+ msgstr "YITH Plugins"
29
+
30
+ #: lib/privacy/yit-privacy.php:59
31
+ msgctxt "Privacy Policy Content"
32
+ msgid ""
33
+ "This sample language includes the basics around what personal data your "
34
+ "store may be collecting, storing and sharing, as well as who may have access "
35
+ "to that data. Depending on what settings are enabled and which additional "
36
+ "plugins are used, the specific information shared by your store will vary. "
37
+ "We recommend consulting with a lawyer when deciding what information to "
38
+ "disclose on your privacy policy."
39
+ msgstr ""
40
+ "Deze voorbeeldtaal bevat de basisinformatie over de persoonlijke gegevens "
41
+ "die je winkel mogelijk verzamelt, bewaart en deelt en wie toegang heeft tot "
42
+ "die gegevens. Afhankelijk van welke instellingen zijn ingeschakeld en welke "
43
+ "extra plug-ins worden gebruikt, varieert de specifieke informatie die door "
44
+ "je winkel wordt gedeeld. We raden je aan om een advocaat te raadplegen "
45
+ "wanneer je beslist welke informatie openbaar wordt gemaakt in je "
46
+ "privacybeleid."
47
+
48
+ #: lib/privacy/yit-privacy.php:63
49
+ msgctxt "Privacy Policy Content"
50
+ msgid "What we collect and store"
51
+ msgstr "Wat we verzamelen en bewaren"
52
+
53
+ #: lib/privacy/yit-privacy.php:66
54
+ msgctxt "Privacy Policy Content"
55
+ msgid "Who on our team has access"
56
+ msgstr "Wie in ons team heeft toegang"
57
+
58
+ #: lib/privacy/yit-privacy.php:69
59
+ msgctxt "Privacy Policy Content"
60
+ msgid "What we share with others"
61
+ msgstr "Wat we delen met anderen"
62
+
63
+ #: lib/privacy/yit-privacy.php:72
64
+ msgctxt "Privacy Policy Content"
65
+ msgid "Payments"
66
+ msgstr "Betalingen"
67
+
68
+ #: lib/yit-cpt-unlimited.php:462 lib/yit-cpt-unlimited.php:576
69
+ #: lib/yit-cpt-unlimited.php:721 lib/yit-cpt-unlimited.php:1636
70
+ #, php-format
71
+ msgid "Add %s"
72
+ msgstr "Toevoegen %s"
73
+
74
+ #: lib/yit-cpt-unlimited.php:463 lib/yit-cpt-unlimited.php:577
75
+ #, php-format
76
+ msgid "Add New %s"
77
+ msgstr "Nieuwe toevoegen %s"
78
+
79
+ #: lib/yit-cpt-unlimited.php:464 lib/yit-cpt-unlimited.php:578
80
+ #: lib/yit-cpt-unlimited.php:1269 lib/yit-cpt-unlimited.php:1306
81
+ #, php-format
82
+ msgid "Edit %s"
83
+ msgstr "Bewerk %s"
84
+
85
+ #: lib/yit-cpt-unlimited.php:465 lib/yit-cpt-unlimited.php:579
86
+ #, php-format
87
+ msgid "New %s"
88
+ msgstr "Nieuwe %s"
89
+
90
+ #: lib/yit-cpt-unlimited.php:466 lib/yit-cpt-unlimited.php:580
91
+ #, php-format
92
+ msgid "All %s"
93
+ msgstr "Alle %s"
94
+
95
+ #: lib/yit-cpt-unlimited.php:467 lib/yit-cpt-unlimited.php:581
96
+ #: lib/yit-cpt-unlimited.php:1253 lib/yit-cpt-unlimited.php:1307
97
+ #, php-format
98
+ msgid "View %s"
99
+ msgstr "Bekijk %s"
100
+
101
+ #: lib/yit-cpt-unlimited.php:468 lib/yit-cpt-unlimited.php:582
102
+ #, php-format
103
+ msgid "Search %s"
104
+ msgstr "Zoek %s"
105
+
106
+ #: lib/yit-cpt-unlimited.php:469 lib/yit-cpt-unlimited.php:583
107
+ #, php-format
108
+ msgid "No %s found"
109
+ msgstr "Geen %s gevonden"
110
+
111
+ #: lib/yit-cpt-unlimited.php:470 lib/yit-cpt-unlimited.php:584
112
+ #, php-format
113
+ msgid "No %s found in Trash"
114
+ msgstr "Geen %s gevonden in prullenbak"
115
+
116
+ #: lib/yit-cpt-unlimited.php:627
117
+ #, php-format
118
+ msgctxt "taxonomy general name"
119
+ msgid "%s Categories"
120
+ msgstr "%s Categorieën"
121
+
122
+ #: lib/yit-cpt-unlimited.php:628
123
+ msgctxt "taxonomy singular name"
124
+ msgid "Category"
125
+ msgstr "Categorie"
126
+
127
+ #: lib/yit-cpt-unlimited.php:629 templates/fields/ajax-terms.php:56
128
+ msgid "Search Categories"
129
+ msgstr "Zoek categorieën"
130
+
131
+ #: lib/yit-cpt-unlimited.php:630
132
+ msgid "All Categories"
133
+ msgstr "Alle Categorieën"
134
+
135
+ #: lib/yit-cpt-unlimited.php:631
136
+ msgid "Parent Category"
137
+ msgstr "Hoofdcategorie"
138
+
139
+ #: lib/yit-cpt-unlimited.php:632
140
+ msgid "Parent Category:"
141
+ msgstr "Hoofdcategorie:"
142
+
143
+ #: lib/yit-cpt-unlimited.php:633
144
+ msgid "Edit Category"
145
+ msgstr "Bewerk Categorie"
146
+
147
+ #: lib/yit-cpt-unlimited.php:634
148
+ msgid "Update Category"
149
+ msgstr "Categorie bijwerken"
150
+
151
+ #: lib/yit-cpt-unlimited.php:635
152
+ msgid "Add New Category"
153
+ msgstr "Nieuwe categorie toevoegen"
154
+
155
+ #: lib/yit-cpt-unlimited.php:636
156
+ msgid "New Category Name"
157
+ msgstr "Nieuwe categorienaam"
158
+
159
+ #: lib/yit-cpt-unlimited.php:637
160
+ msgid "Category"
161
+ msgstr "Catogorie"
162
+
163
+ #: lib/yit-cpt-unlimited.php:726
164
+ msgid "Categories"
165
+ msgstr "Categorieën"
166
+
167
+ #: lib/yit-cpt-unlimited.php:1044
168
+ #, php-format
169
+ msgid "%s Settings"
170
+ msgstr "%s instellingen"
171
+
172
+ #: lib/yit-cpt-unlimited.php:1050 lib/yit-cpt-unlimited.php:1198
173
+ #: lib/yit-cpt-unlimited.php:1204 lib/yit-plugin-panel.php:80
174
+ msgid "Settings"
175
+ msgstr "Instellingen"
176
+
177
+ #: lib/yit-cpt-unlimited.php:1053
178
+ msgid "Type"
179
+ msgstr "Type"
180
+
181
+ #: lib/yit-cpt-unlimited.php:1054
182
+ #, php-format
183
+ msgid "Layout for this %s"
184
+ msgstr "De lay-out hiervoor %s"
185
+
186
+ #: lib/yit-cpt-unlimited.php:1060
187
+ msgid "Rewrite"
188
+ msgstr "Herschrijf"
189
+
190
+ #: lib/yit-cpt-unlimited.php:1061
191
+ msgid ""
192
+ "Univocal identification name in the URL for each product (slug from post if "
193
+ "empty)"
194
+ msgstr ""
195
+ "Eenduidige identificatie naam in de URL voor elk product (slug uit post "
196
+ "indien leeg)"
197
+
198
+ #: lib/yit-cpt-unlimited.php:1066
199
+ msgid "Label in Singular"
200
+ msgstr "Label in enkelvoud"
201
+
202
+ #: lib/yit-cpt-unlimited.php:1067
203
+ msgid "Set a label in singular (title of portfolio if empty)"
204
+ msgstr ""
205
+ "Stel een label in enkelvoud in (titel van het portfolio als deze niet wordt "
206
+ "ingevuld)"
207
+
208
+ #: lib/yit-cpt-unlimited.php:1072
209
+ msgid "Label in Plural"
210
+ msgstr "Label in meervoud"
211
+
212
+ #: lib/yit-cpt-unlimited.php:1073
213
+ msgid "Set a label in plural (title of portfolio if empty)"
214
+ msgstr ""
215
+ "Stel een label in meervoud in (titel van het portfolio als deze niet wordt "
216
+ "ingevuld)"
217
+
218
+ #: lib/yit-cpt-unlimited.php:1078
219
+ msgid "Taxonomy"
220
+ msgstr "Taxonomie"
221
+
222
+ #: lib/yit-cpt-unlimited.php:1079
223
+ msgid ""
224
+ "If you want to use categories in the portfolio, set a name for taxonomy. "
225
+ "Name should be a slug (must not contain capital letters nor spaces) and must "
226
+ "not be more than 32 characters long (database structure restriction)."
227
+ msgstr ""
228
+ "Wilt u categorieën gebruiken in de portfolio, stel dan een naam voor "
229
+ "taxonomie. Naam moet een ’slug’ zijn (mag geen hoofdletters of spaties "
230
+ "bevatten) en mag niet meer zijn dan 32 tekens lang (database structuur "
231
+ "beperking)."
232
+
233
+ #: lib/yit-cpt-unlimited.php:1084
234
+ msgid "Taxonomy Rewrite"
235
+ msgstr "Taxonomie herschrijven"
236
+
237
+ #: lib/yit-cpt-unlimited.php:1085
238
+ msgid "Set univocal name for each category page URL."
239
+ msgstr "Stel een unieke naam in voor elke categorie pagina URL."
240
+
241
+ #: lib/yit-cpt-unlimited.php:1090
242
+ msgid "Single layout"
243
+ msgstr "Single lay-out"
244
+
245
+ #: lib/yit-cpt-unlimited.php:1091
246
+ msgid "Layout for single page of this portfolio"
247
+ msgstr "Lay-out voor single pagina van dit portfolio"
248
+
249
+ #: lib/yit-cpt-unlimited.php:1132
250
+ msgid "layout settings"
251
+ msgstr "Lay-out instellingen"
252
+
253
+ #: lib/yit-cpt-unlimited.php:1224 lib/yit-cpt-unlimited.php:1237
254
+ msgid "Quick links"
255
+ msgstr "Snelle links"
256
+
257
+ #: lib/yit-cpt-unlimited.php:1477
258
+ #, php-format
259
+ msgid "Show frontend of the %s"
260
+ msgstr "Toon frontend van de %s"
261
+
262
+ #: lib/yit-cpt-unlimited.php:1484 templates/fields/customtabs.php:46
263
+ #: templates/fields/customtabs.php:89
264
+ msgid "Name"
265
+ msgstr "Naam"
266
+
267
+ #: lib/yit-cpt-unlimited.php:1635
268
+ #, php-format
269
+ msgid "Add %s from images"
270
+ msgstr "Voeg %s toe vanaf afbeeldingen"
271
+
272
+ #: lib/yit-cpt-unlimited.php:1638
273
+ msgid "Upload multiple files"
274
+ msgstr "Upload meerdere bestanden"
275
+
276
+ #: lib/yit-plugin-panel-wc.php:397
277
+ msgid "The changes you have made will be lost if you leave this page."
278
+ msgstr "Als je deze pagina verlaat zullen alle wijzigingen verloren gaan."
279
+
280
+ #: lib/yit-plugin-panel.php:79
281
+ msgid "Plugin Settings"
282
+ msgstr "Plugin instellingen"
283
+
284
+ #: lib/yit-plugin-panel.php:424 lib/yit-plugin-panel.php:427
285
+ msgid "How to install premium version"
286
+ msgstr "Hoe installeer ik de premium versie"
287
+
288
+ #: lib/yit-plugin-panel.php:571 lib/yit-plugin-subpanel.php:151
289
+ #: templates/panel/woocommerce/woocommerce-form.php:14
290
+ msgid "Save Changes"
291
+ msgstr "Wijzigingen opslaan"
292
+
293
+ #: lib/yit-plugin-panel.php:574 lib/yit-plugin-subpanel.php:154
294
+ #: templates/panel/woocommerce/woocommerce-form.php:17
295
+ msgid ""
296
+ "If you continue with this action, you will reset all options in this page."
297
+ msgstr "Als u deze actie voortzet, zult u alle opties op deze pagina resetten."
298
+
299
+ #: lib/yit-plugin-panel.php:576 lib/yit-plugin-subpanel.php:156
300
+ msgid "Reset to default"
301
+ msgstr "Resetten naar standaard"
302
+
303
+ #: lib/yit-plugin-panel.php:577 lib/yit-plugin-subpanel.php:157
304
+ #: templates/panel/woocommerce/woocommerce-form.php:21
305
+ msgid "Are you sure?"
306
+ msgstr "Weet u het zeker?"
307
+
308
+ #: lib/yit-plugin-panel.php:775
309
+ msgid ""
310
+ "The element you have entered already exists. Please, enter another name."
311
+ msgstr "Het element dat u hebt ingevoerd bestaat al. Voer een andere naam in."
312
+
313
+ #: lib/yit-plugin-panel.php:776
314
+ msgid "Settings saved"
315
+ msgstr "Instellingen opgeslagen"
316
+
317
+ #: lib/yit-plugin-panel.php:777
318
+ msgid "Settings reset"
319
+ msgstr "Instellingen resetten"
320
+
321
+ #: lib/yit-plugin-panel.php:778
322
+ msgid "Element deleted correctly."
323
+ msgstr "Element succesvol verwijderd."
324
+
325
+ #: lib/yit-plugin-panel.php:779 lib/yit-plugin-panel.php:780
326
+ msgid "Element updated correctly."
327
+ msgstr "Element juist bijgewerkt."
328
+
329
+ #: lib/yit-plugin-panel.php:781
330
+ msgid "Database imported correctly."
331
+ msgstr "Database juist geïmporteerd."
332
+
333
+ #: lib/yit-plugin-panel.php:782
334
+ msgid "An error has occurred during import. Please try again."
335
+ msgstr "Er is een fout opgetreden tijdens importeren. Probeer opnieuw."
336
+
337
+ #: lib/yit-plugin-panel.php:783
338
+ msgid "The added file is not valid."
339
+ msgstr "Het toegevoegde bestand is ongeldig."
340
+
341
+ #: lib/yit-plugin-panel.php:784
342
+ msgid "Sorry, import is disabled."
343
+ msgstr "Sorry, importeren is uitgeschakeld."
344
+
345
+ #: lib/yit-plugin-panel.php:785
346
+ msgid "Sorting successful."
347
+ msgstr "Sorteren succesvol."
348
+
349
+ #: lib/yit-plugin-panel.php:1233
350
+ msgid "We need your support"
351
+ msgstr "We hebben uw hulp nodig"
352
+
353
+ #: lib/yit-plugin-panel.php:1234
354
+ msgid "to keep updating and improving the plugin. Please,"
355
+ msgstr "om de plugin te blijven updaten en verbeteren. A.u.b.,"
356
+
357
+ #: lib/yit-plugin-panel.php:1236
358
+ msgid "help us by leaving a five-star rating"
359
+ msgstr "help ons door een vijf-sterenbeoordeling achter te laten"
360
+
361
+ #: lib/yit-plugin-panel.php:1237
362
+ msgid ":) Thanks!"
363
+ msgstr ":) Bedankt!"
364
+
365
+ #: lib/yit-pointers.php:70
366
+ msgid "Plugins Activated"
367
+ msgstr "Plugins geactiveerd"
368
+
369
+ #: lib/yit-pointers.php:71
370
+ msgid ""
371
+ "From now on, you can find all plugin options in YITH Plugins menu.\n"
372
+ " Plugin customization settings will be "
373
+ "available as a new entry in YITH Plugins menu."
374
+ msgstr ""
375
+ "Vanaf nu kunt u alle plugin opties vinden onder het YITH Plugins menu.\n"
376
+ " Plugin aanpassing instellingen zullen "
377
+ "beschikbaar zijn als een nieuwe toegang in YITH Plugins menu."
378
+
379
+ #: lib/yit-pointers.php:73 lib/yit-pointers.php:89
380
+ msgid "Discover all our plugins available on:"
381
+ msgstr "Ontdek al onze beschikbare plugins op:"
382
+
383
+ #: lib/yit-pointers.php:74 lib/yit-pointers.php:90
384
+ msgid "and"
385
+ msgstr "en"
386
+
387
+ #: lib/yit-pointers.php:84
388
+ msgid "Plugins Upgraded"
389
+ msgstr "Plugins geüpgraded"
390
+
391
+ #: lib/yit-pointers.php:85
392
+ msgid ""
393
+ "From now on, you can find the option panel of YITH plugins in YITH Plugins "
394
+ "menu.\n"
395
+ " Every time one of our plugins is added, "
396
+ "a new entry will be added to this menu.\n"
397
+ " For example, after the update, plugin "
398
+ "options (such as for YITH WooCommerce Wishlist, YITH WooCommerce Ajax "
399
+ "Search, etc.)\n"
400
+ " will be moved from previous location to "
401
+ "YITH Plugins tab."
402
+ msgstr ""
403
+ "Vanaf nu kunt u het optie paneel van YITH plugins vinden in het YITH Plugins "
404
+ "menu.\n"
405
+ " Telkens wanneer een nieuwe plugin wordt "
406
+ "toegevoegd, komt er een regel bij in dit menu.\n"
407
+ " Voorbeeld, na de update, plugin opties "
408
+ "(zoals YITH WooCommerce Wishlist, YITH WooCommerce Ajax Search, etc.)\n"
409
+ " zullen worden verplaatst van de vorige "
410
+ "locatie naar de YITH Plugins tab."
411
+
412
+ #: lib/yith-dashboard.php:40
413
+ msgid "YITH Latest Updates"
414
+ msgstr "Laatste updates YITH"
415
+
416
+ #: lib/yith-dashboard.php:41
417
+ msgid "Latest news from YITH Blog"
418
+ msgstr "Laatste nieuws van YITH Blog"
419
+
420
+ #: lib/yith-dashboard.php:65
421
+ msgid "RSS Error:"
422
+ msgstr "RSS Fout:"
423
+
424
+ #: lib/yith-dashboard.php:71
425
+ msgid ""
426
+ "An error has occurred, which probably means the feed is down. Try again "
427
+ "later."
428
+ msgstr ""
429
+ "Er is een fout opgetreden, wat waarschijnlijk betekend dat de feed uit te "
430
+ "lucht is. Probeer het later opnieuw."
431
+
432
+ #: lib/yith-dashboard.php:99
433
+ msgctxt "Plugin FW"
434
+ msgid "View Changelog"
435
+ msgstr "Bekijk wijzigingenlogboek"
436
+
437
+ #: lib/yith-dashboard.php:100
438
+ msgctxt "Plugin FW"
439
+ msgid "Latest update released on"
440
+ msgstr "Laatste update uitgebracht op"
441
+
442
+ #: lib/yith-dashboard.php:143
443
+ msgctxt "Button label"
444
+ msgid "Close"
445
+ msgstr "Sluiten"
446
+
447
+ #: lib/yith-gutenberg.php:134
448
+ msgctxt "[gutenberg]: Category Name"
449
+ msgid "YITH"
450
+ msgstr "YITH"
451
+
452
+ #: lib/yith-system-status.php:97 lib/yith-system-status.php:98
453
+ msgid "System Status"
454
+ msgstr "Systeem Status"
455
+
456
+ #: lib/yith-system-status.php:104
457
+ msgid "WordPress Version"
458
+ msgstr "WordPress Versie"
459
+
460
+ #: lib/yith-system-status.php:105
461
+ msgid "WooCommerce Version"
462
+ msgstr "WooCommerce Versie"
463
+
464
+ #: lib/yith-system-status.php:106
465
+ msgid "Available Memory"
466
+ msgstr "Beschikbaar geheugen"
467
+
468
+ #: lib/yith-system-status.php:107
469
+ msgid "PHP Version"
470
+ msgstr "PHP Versie"
471
+
472
+ #: lib/yith-system-status.php:108
473
+ msgid "TLS Version"
474
+ msgstr "TLS Versie"
475
+
476
+ #: lib/yith-system-status.php:109
477
+ msgid "WordPress Cron"
478
+ msgstr "WordPress Cron"
479
+
480
+ #: lib/yith-system-status.php:110
481
+ msgid "SimpleXML"
482
+ msgstr "SimpleXML"
483
+
484
+ #: lib/yith-system-status.php:111
485
+ msgid "MultiByte String"
486
+ msgstr "MultiByte String"
487
+
488
+ #: lib/yith-system-status.php:112
489
+ msgid "ImageMagick Version"
490
+ msgstr "ImageMagick Versie"
491
+
492
+ #: lib/yith-system-status.php:113
493
+ msgid "GD Library"
494
+ msgstr "GD Library"
495
+
496
+ #: lib/yith-system-status.php:114
497
+ msgid "Iconv Module"
498
+ msgstr "Iconv Module"
499
+
500
+ #: lib/yith-system-status.php:115
501
+ msgid "OPCache Save Comments"
502
+ msgstr "OPCache Save Comments"
503
+
504
+ #: lib/yith-system-status.php:116
505
+ msgid "URL FOpen"
506
+ msgstr "URL FOpen"
507
+
508
+ #: lib/yith-system-status.php:173
509
+ msgid "YITH Plugins"
510
+ msgstr "YITH Plugins"
511
+
512
+ #: lib/yith-system-status.php:174
513
+ msgid "WooCommerce"
514
+ msgstr "WooCommerce"
515
+
516
+ #: lib/yith-system-status.php:291
517
+ msgid "Warning!"
518
+ msgstr "Waarschuwing!"
519
+
520
+ #: lib/yith-system-status.php:292
521
+ #, php-format
522
+ msgid ""
523
+ "The system check has detected some compatibility issues on your "
524
+ "installation. %sClick here%s to know more"
525
+ msgstr ""
526
+ "Het systeem heeft enkele compatibiliteitsproblemen gevonden op uw "
527
+ "installatie. %sKlik hier%s om meer te weten te komen"
528
+
529
+ #: templates/fields/ajax-customers.php:57
530
+ msgid "Search Customers"
531
+ msgstr "Zoek klanten"
532
+
533
+ #: templates/fields/ajax-customers.php:83
534
+ #: templates/fields/ajax-customers.php:93
535
+ #, php-format
536
+ msgid "%1$s (#%2$s &ndash; %3$s)"
537
+ msgstr "%1$s (#%2$s &ndash; %3$s)"
538
+
539
+ #: templates/fields/ajax-posts.php:57
540
+ msgid "Search Posts"
541
+ msgstr "Posts zoeken"
542
+
543
+ #: templates/fields/ajax-products.php:16
544
+ msgid "Search Product"
545
+ msgstr "Product zoeken"
546
+
547
+ #: templates/fields/customtabs.php:28
548
+ msgid "Close all"
549
+ msgstr "Sluit allen"
550
+
551
+ #: templates/fields/customtabs.php:28
552
+ msgid "Expand all"
553
+ msgstr "Alles uitvouwen"
554
+
555
+ #: templates/fields/customtabs.php:37 templates/fields/customtabs.php:81
556
+ msgid "Remove"
557
+ msgstr "Verwijderen"
558
+
559
+ #: templates/fields/customtabs.php:52 templates/fields/customtabs.php:94
560
+ msgid "Value"
561
+ msgstr "Waarde"
562
+
563
+ #: templates/fields/customtabs.php:53 templates/fields/customtabs.php:95
564
+ msgid "Content of the tab. (HTML is supported)"
565
+ msgstr "Inhoud van tabblad. (HTML wordt ondersteund)"
566
+
567
+ #: templates/fields/customtabs.php:65
568
+ msgid "Add custom product tab"
569
+ msgstr "Aangepaste product tabblad toevoegen"
570
+
571
+ #: templates/fields/customtabs.php:106
572
+ msgid "Do you want to remove the custom tab?"
573
+ msgstr "Wilt u het aangepaste tabblad verwijderen?"
574
+
575
+ #: templates/fields/date-format.php:50
576
+ msgid "Custom:"
577
+ msgstr "Aangepast:"
578
+
579
+ #: templates/fields/icons.php:58
580
+ msgid "Set Default"
581
+ msgstr "Instellen als standaard"
582
+
583
+ #: templates/fields/image-gallery.php:34 templates/fields/image-gallery.php:39
584
+ msgid "Delete image"
585
+ msgstr "Afbeelding verwijderen"
586
+
587
+ #: templates/fields/image-gallery.php:39
588
+ msgid "Add Images to Gallery"
589
+ msgstr "Afbeeldingen toevoegen aan galerij"
590
+
591
+ #: templates/fields/image-gallery.php:39
592
+ msgid "Add to gallery"
593
+ msgstr "Toevoegen aan galerij"
594
+
595
+ #: templates/fields/image-gallery.php:39
596
+ msgid "Add images"
597
+ msgstr "Afbeeldingen toevoegen"
598
+
599
+ #: templates/fields/image-gallery.php:39
600
+ msgid "Delete"
601
+ msgstr "Verwijderen"
602
+
603
+ #: templates/fields/onoff.php:24
604
+ msgctxt "ON/OFF button: use MAX 3 characters!"
605
+ msgid "ON"
606
+ msgstr "AAN"
607
+
608
+ #: templates/fields/onoff.php:25
609
+ msgctxt "ON/OFF button: use MAX 3 characters!"
610
+ msgid "OFF"
611
+ msgstr "UIT"
612
+
613
+ #: templates/fields/select-buttons.php:21
614
+ msgid "Add All"
615
+ msgstr "Allen toevoegen"
616
+
617
+ #: templates/fields/select-buttons.php:34
618
+ msgid "Remove All"
619
+ msgstr "Allen verwijderen"
620
+
621
+ #: templates/fields/sidebars.php:22
622
+ msgid "Left sidebar"
623
+ msgstr "Sidebar links"
624
+
625
+ #: templates/fields/sidebars.php:25
626
+ msgid "Right sidebar"
627
+ msgstr "Sidebar rechts"
628
+
629
+ #: templates/fields/sidebars.php:28 templates/fields/sidebars.php:31
630
+ msgid "No sidebar"
631
+ msgstr "Geen sidebar"
632
+
633
+ #: templates/fields/sidebars.php:39
634
+ msgid "Left Sidebar"
635
+ msgstr "Linker sidebar"
636
+
637
+ #: templates/fields/sidebars.php:41 templates/fields/sidebars.php:54
638
+ msgid "Choose a sidebar"
639
+ msgstr "Kies een sidebar"
640
+
641
+ #: templates/fields/sidebars.php:52
642
+ msgid "Right Sidebar"
643
+ msgstr "Rechter sidebar"
644
+
645
+ #: templates/fields/upload.php:27 templates/metaboxes/types/icon-list.php:70
646
+ #: templates/panel/woocommerce/woocommerce-upload.php:40
647
+ msgid "Upload"
648
+ msgstr "Upload"
649
+
650
+ #: templates/fields/upload.php:29
651
+ msgid "Reset"
652
+ msgstr "Resetten"
653
+
654
+ #: templates/metaboxes/types/icon-list.php:76
655
+ msgid "Image preview"
656
+ msgstr "Voorbeeld afbeelding"
657
+
658
+ #: templates/metaboxes/types/icon-list.php:90
659
+ #, php-format
660
+ msgid "(Default: %s <img src=\"%s\"/>)"
661
+ msgstr "(Default: %s <img src=\"%s\"/>)"
662
+
663
+ #: templates/metaboxes/types/icon-list.php:92
664
+ #, php-format
665
+ msgid "(Default: <i %s></i> )"
666
+ msgstr "(Default: <i %s></i> )"
667
+
668
+ #: templates/panel/woocommerce/woocommerce-form.php:20
669
+ msgid "Reset Defaults"
670
+ msgstr "Herstellen naar standaard"
671
+
672
+ #: templates/sysinfo/system-information-panel.php:30
673
+ msgid "YITH System Information"
674
+ msgstr "YITH System Informatie"
675
+
676
+ #: templates/sysinfo/system-information-panel.php:38
677
+ msgid "Site URL"
678
+ msgstr "Site URL"
679
+
680
+ #: templates/sysinfo/system-information-panel.php:46
681
+ msgid "Output IP Address"
682
+ msgstr "Output IP Address"
683
+
684
+ #: templates/sysinfo/system-information-panel.php:76
685
+ msgid "Enabled"
686
+ msgstr "Ingeschakeld"
687
+
688
+ #: templates/sysinfo/system-information-panel.php:76
689
+ msgid "Disabled"
690
+ msgstr "Uitgeschakeld"
691
+
692
+ #: templates/sysinfo/system-information-panel.php:82
693
+ msgid "N/A"
694
+ msgstr "N.V.T"
695
+
696
+ #: templates/sysinfo/system-information-panel.php:96
697
+ #, php-format
698
+ msgid "%s needs %s enabled"
699
+ msgstr "%s heeft nodig %s ingeschakeld"
700
+
701
+ #: templates/sysinfo/system-information-panel.php:98
702
+ #, php-format
703
+ msgid "%s needs at least %s of available memory"
704
+ msgstr "%s heeft ten minste %s beschikbaar geheugen nodig"
705
+
706
+ #: templates/sysinfo/system-information-panel.php:100
707
+ #: templates/sysinfo/system-information-panel.php:149
708
+ #, php-format
709
+ msgid ""
710
+ "For optimal functioning of our plugins, we suggest setting at least %s of "
711
+ "available memory"
712
+ msgstr ""
713
+ "Voor het optimaal functioneren van de plugins, adviseren wij minstens %s "
714
+ "beschikbaar geheugen te hebben"
715
+
716
+ #: templates/sysinfo/system-information-panel.php:102
717
+ #: templates/sysinfo/system-information-panel.php:137
718
+ #: templates/sysinfo/system-information-panel.php:151
719
+ #, php-format
720
+ msgid ""
721
+ "Read more %s here%s or contact your hosting company in order to increase it."
722
+ msgstr ""
723
+ "Lees %s hier%s meer, of neem contact op met uw hostingmaatschappij om het te "
724
+ "verhogen."
725
+
726
+ #: templates/sysinfo/system-information-panel.php:105
727
+ #, php-format
728
+ msgid "%s needs at least %s version"
729
+ msgstr "%s heeft minstens %s versie nodig"
730
+
731
+ #: templates/sysinfo/system-information-panel.php:116
732
+ msgid ""
733
+ "Update it to the latest version in order to benefit of all new features and "
734
+ "security updates."
735
+ msgstr ""
736
+ "Bijwerken naar de nieuwste versie om te profiteren van alle nieuwe functies "
737
+ "en beveiligingsupdates."
738
+
739
+ #: templates/sysinfo/system-information-panel.php:122
740
+ msgid "Contact your hosting company in order to update it."
741
+ msgstr "Neem contact op met uw hostingmaatschappij om het bij te werken."
742
+
743
+ #: templates/sysinfo/system-information-panel.php:126
744
+ #, php-format
745
+ msgid "Remove %s from %s file"
746
+ msgstr "Verwijder %s uit %s bestand"
747
+
748
+ #: templates/sysinfo/system-information-panel.php:134
749
+ msgid "Contact your hosting company in order to enable it."
750
+ msgstr "Neem contact op met uw hostingmaatschappij om dit in te schakelen."
751
+
752
+ #: templates/sysinfo/system-information-panel.php:157
753
+ msgid ""
754
+ "We cannot determine which <b>TLS</b> version is installed because <b>cURL</"
755
+ "b> module is disabled. Ask your hosting company to enable it."
756
+ msgstr ""
757
+ "We kunnen niet bepalen welke <b>TLS</b> versie is geïnstalleerd omdat de "
758
+ "<b>cURL</b> module is uitgeschakeld. Vraag uw hostingmaatschappij om het in "
759
+ "te schakelen."
760
+
761
+ #: templates/sysinfo/system-information-panel.php:160
762
+ msgid ""
763
+ "<b>ImageMagick</b> module is not installed. Ask your hosting company to "
764
+ "install it."
765
+ msgstr ""
766
+ "<b>ImageMagick</b> module is niet geïnstalleerd. Vraag uw "
767
+ "hositngmaatschappij om het te installeren."
768
+
769
+ #: templates/sysinfo/system-information-panel.php:172
770
+ msgid "Show full PHPInfo"
771
+ msgstr "Toon volledige PHPInfo"
772
+
773
+ #: templates/sysinfo/system-information-panel.php:176
774
+ msgid "Back to System panel"
775
+ msgstr "Terug naar systeempaneel"
776
+
777
+ #: templates/sysinfo/system-information-panel.php:193
778
+ msgid "Back to top"
779
+ msgstr "Terug naar boven"
780
+
781
+ #: yit-plugin.php:83
782
+ msgctxt "Plugin Row Meta"
783
+ msgid "Live Demo"
784
+ msgstr "Live Demo"
785
+
786
+ #: yit-plugin.php:88
787
+ msgctxt "Plugin Row Meta"
788
+ msgid "Documentation"
789
+ msgstr "Documentatie"
790
+
791
+ #: yit-plugin.php:93
792
+ msgctxt "Plugin Row Meta"
793
+ msgid "Support"
794
+ msgstr "Ondersteuning"
795
+
796
+ #: yit-plugin.php:98
797
+ msgctxt "Plugin Row Meta"
798
+ msgid "Premium version"
799
+ msgstr "Premium Versie"
800
+
801
+ #: yit-plugin.php:190
802
+ msgctxt "Action links"
803
+ msgid "Settings"
804
+ msgstr "Instellingen"
805
+
806
+ #: yit-plugin.php:194
807
+ msgid "License"
808
+ msgstr "Licentie"
809
+
810
+ #~ msgid "An unexpected error occurred, please try again later. Thanks!"
811
+ #~ msgstr ""
812
+ #~ "Een onverwachte fout heeft zich voorgedaan, probeer het later nog eens!"
813
+
814
+ #~ msgid "There is a new version of %plugin_name% available."
815
+ #~ msgstr "Er is een nieuwe versie van %plugin_name% beschikbaar."
816
+
817
+ #~ msgid "View version %latest% details."
818
+ #~ msgstr "Bekijk versie %latest% details."
819
+
820
+ #~ msgid "Automatic update is unavailable for this plugin,"
821
+ #~ msgstr "Automatisch bijwerken is niet beschikbaar voor deze plugin,"
822
+
823
+ #~ msgid ""
824
+ #~ "please <a href=\"%activate_link%\">activate</a> your copy of %plugin_name"
825
+ #~ "%."
826
+ #~ msgstr ""
827
+ #~ "a.u.b. <a href=\"%activate_link%\">activeer</a> uw kopie van %plugin_name"
828
+ #~ "%."
829
+
830
+ #~ msgid "Update now."
831
+ #~ msgstr "Nu bijwerken."
832
+
833
+ #~ msgid ""
834
+ #~ "<br/><b>Please note:</b> You are using a higher version than the latest "
835
+ #~ "available one. </em>Please, make sure you've downloaded the latest "
836
+ #~ "version of <em>%1$s</em> from the only <a href=\"https://yithemes.com\" "
837
+ #~ "target=\"_blank\">YITH official website</a>, specifically, from your <a "
838
+ #~ "href=\"https://yithemes.com/my-account/recent-downloads/\" target=\"_blank"
839
+ #~ "\">Downloads page</a>. This is the only way to be sure the version you "
840
+ #~ "are using is 100% malware-free."
841
+ #~ msgstr ""
842
+ #~ "<br/> <b> Let op: </b> u gebruikt een hogere versie dan de laatst "
843
+ #~ "beschikbare versie. </em> Zorg ervoor dat u de laatste versie van <em>"
844
+ #~ "%1$s</em> hebt gedownload van de enige <a href=\"https://yithemes.com\" "
845
+ #~ "target=\"_blank\">officiële YITH website </a>, in het bijzonder vanaf uw "
846
+ #~ "<a href=\"https://yithemes.com/my-account/recent-downloads/\" target="
847
+ #~ "\"_blank\"> downloads pagina </a>. Dit is de enige manier om er zeker van "
848
+ #~ "te zijn dat de versie die u gebruikt 100 %% malware-vrij is."
849
+
850
+ #~ msgctxt "[Update Plugin Message: License not enabled]"
851
+ #~ msgid "You have to activate the plugin to benefit from automatic updates."
852
+ #~ msgstr ""
853
+ #~ "U moet de plugin activeren om te profiteren van automatische updates."
854
+
855
+ #~ msgid "YITH Repository"
856
+ #~ msgstr "YITH Repository"
857
+
858
+ #~ msgid "Invalid URL Provided."
859
+ #~ msgstr "Ongeldige URL ingegeven."
860
+
861
+ #~ msgid "Could not create Temporary file."
862
+ #~ msgstr "Kan geen tijdelijk bestand aanmaken."
863
+
864
+ #~ msgid ""
865
+ #~ "There is a new version of %1$s available. <a href=\"%2$s\" class="
866
+ #~ "\"thickbox yit-changelog-button open-plugin-details-modal\" title=\"%3$s"
867
+ #~ "\">View version %4$s details</a>."
868
+ #~ msgstr ""
869
+ #~ "Er is een nieuwe versie van of %1$s beschikbaar. <a href=\"%2$s\" class="
870
+ #~ "\"thickbox yit-changelog-button open-plugin-details-modal\" title=\"%3$s"
871
+ #~ "\">Bekijk versie %4$s details</a>."
872
+
873
+ #~ msgid ""
874
+ #~ "There is a new version of %1$s available. <a href=\"%2$s\" class="
875
+ #~ "\"thickbox yit-changelog-button open-plugin-details-modal\" title=\"%3$s"
876
+ #~ "\">View version %4$s details</a>. <em>You have to activate the plugin on "
877
+ #~ "a single site of the network to benefit from automatic updates.</em>"
878
+ #~ msgstr ""
879
+ #~ "Er is een nieuwe versie van %1$s beschikbaar. <a href=\"%2$s\" class="
880
+ #~ "\"thickbox yit-changelog-button open-plugin-details-modal\" title=\"%3$s"
881
+ #~ "\">Bekijk versie %4$s details</a>. <em>U moet de plugin op een single "
882
+ #~ "site van het netwerk activeren om te profiteren van automatisch bijwerken."
883
+ #~ "</em>"
884
+
885
+ #~ msgid ""
886
+ #~ "There is a new version of %1$s available. <a href=\"%2$s\" class="
887
+ #~ "\"thickbox yit-changelog-button open-plugin-details-modal\" title=\"%3$s"
888
+ #~ "\">View version %4$s details</a>. <em>Automatic update is unavailable for "
889
+ #~ "this plugin, please <a href=\"%5$s\" title=\"License activation"
890
+ #~ "\">activate</a> your copy of %6s.</em>"
891
+ #~ msgstr ""
892
+ #~ "Er is een nieuwe versie van %1$s beschikbaar. <a href=\"%2$s\" class="
893
+ #~ "\"thickbox yit-changelog-button open-plugin-details-modal\" title=\"%3$s"
894
+ #~ "\">Bekijk versie %4$s details</a>. <em>Automatische bijwerking is niet "
895
+ #~ "beschikbaar voor deze plugin <a href=\"%5$s\" title=\"License activation"
896
+ #~ "\">activeer</a> je kopie van %6s.</em>"
897
+
898
+ #~ msgid ""
899
+ #~ "There is a new version of %1$s available. <a href=\"%2$s\" class="
900
+ #~ "\"thickbox yit-changelog-button open-plugin-details-modal\" title=\"%3$s"
901
+ #~ "\">View version %4$s details</a> or <a href=\"%5$s\">update now</a>."
902
+ #~ msgstr ""
903
+ #~ "Er is een nieuwe versie van%1$s beschikbaar. <a href=\"%2$s\" class="
904
+ #~ "\"thickbox yit-changelog-button open-plugin-details-modal\" title=\"%3$s"
905
+ #~ "\"> Bekijk details van versie %4$s </a> of<a href=\"%5$s\"> nu bijwerken "
906
+ #~ "</a>."
907
+
908
+ #~ msgid ""
909
+ #~ "<br/><b>Please note:</b> You are using a higher version than the latest "
910
+ #~ "available one. </em>Please, make sure you've downloaded the latest "
911
+ #~ "version of <em>%1$s</em> from the only <a href=\"https://yithemes.com\" "
912
+ #~ "target=\"_blank\">YITH official website</a>, specifically, from your <a "
913
+ #~ "href=\"https://yithemes.com/my-account/recent-downloads/\" target=\"_blank"
914
+ #~ "\">Downloads page</a>. This is the only way to be sure the version you "
915
+ #~ "are using is 100%% malware-free."
916
+ #~ msgstr ""
917
+ #~ "<br/> <b> Let op: </b> u gebruikt een hogere versie dan de laatst "
918
+ #~ "beschikbare versie. </em> Zorg ervoor dat je de laatste versie van <em>"
919
+ #~ "%1$s</em> hebt gedownload van de enige <a href=\"https://yithemes.com\" "
920
+ #~ "target=\"_blank\"> YITH officiële website </a>, in het bijzonder vanaf uw "
921
+ #~ "<a href=\"https://yithemes.com/my-account/recent-downloads/\" target="
922
+ #~ "\"_blank\"> downloadpagina </a>. Dit is de enige manier om er zeker van "
923
+ #~ "te zijn dat de versie die u gebruikt 100 %% malware-vrij is."
924
+
925
+ #~ msgid "You can't update the plugins for this site."
926
+ #~ msgstr "U kunt de plugins voor deze site niet bijwerken"
927
+
928
+ #~ msgid ""
929
+ #~ "You do not have sufficient permissions to update the plugins for this "
930
+ #~ "site."
931
+ #~ msgstr ""
932
+ #~ "U heeft niet voldoende rechten om de plugins bij te werken voor deze site."
933
+
934
+ #~ msgid "Update Plugin"
935
+ #~ msgstr "Plugin updaten"
936
+
937
+ #~ msgid "New YITH products"
938
+ #~ msgstr "Nieuwe YITH producten"
939
+
940
+ #~ msgctxt "%s = field name"
941
+ #~ msgid "Please, insert a valid %s"
942
+ #~ msgstr "Voer alsjeblieft een geldige %s in"
943
+
944
+ #~ msgid "Please, insert a valid %s and a valid %s"
945
+ #~ msgstr "A.u.b. voer een geldige %s en een geldige %s in"
946
+
947
+ #~ msgid "Unable to contact the remote server, please try again later. Thanks!"
948
+ #~ msgstr ""
949
+ #~ "Niet in staat contact te maken met de externe server, probeer het later "
950
+ #~ "opnieuw!"
951
+
952
+ #~ msgid "email address"
953
+ #~ msgstr "e-mailadres"
954
+
955
+ #~ msgid "license key"
956
+ #~ msgstr "licentie sleutel"
957
+
958
+ #~ msgid "Are you sure you want to deactivate the license for current site?"
959
+ #~ msgstr "Weet je zeker dat je de licentie voor deze site wilt deactiveren?"
960
+
961
+ #~ msgid "Invalid Request"
962
+ #~ msgstr "Ongeldig verzoek"
963
+
964
+ #~ msgid "Invalid license key"
965
+ #~ msgstr "Ongeldige licentiesleutel"
966
+
967
+ #~ msgid "Software has been deactivated"
968
+ #~ msgstr "Software is gedeactiveerd"
969
+
970
+ #~ msgid "Maximum number of activations exceeded"
971
+ #~ msgstr "Maximum aantal activeringen overschreden"
972
+
973
+ #~ msgid "Invalid instance ID"
974
+ #~ msgstr "Ongeldige instance ID"
975
+
976
+ #~ msgid "Invalid security key"
977
+ #~ msgstr "Ongeldige security key"
978
+
979
+ #~ msgid "License key has expired"
980
+ #~ msgstr "De licentiesleutel is verlopen"
981
+
982
+ #~ msgid "License key has been banned"
983
+ #~ msgstr "De licentiesleutel is verbannen"
984
+
985
+ #~ msgid "Current product is not included in your YITH Club Subscription key"
986
+ #~ msgstr "Huidige product is niet opgenomen in je YITH Club Subscription key"
987
+
988
+ #~ msgid "Great"
989
+ #~ msgstr "Top!"
990
+
991
+ #~ msgid "License successfully activated"
992
+ #~ msgstr "Licentie succesvol geactiveerd"
993
+
994
+ #~ msgid "License key deactivated for website"
995
+ #~ msgstr "Licentiesleutel gedeactiveerd voor website"
996
+
997
+ #~ msgid "License Activation"
998
+ #~ msgstr "Licentie activering"
999
+
1000
+ #~ msgctxt ""
1001
+ #~ "[Part of]: Warning! You didn't set license key for the following products:"
1002
+ #~ "[Plugins List] which means you're missing out on updates and support. "
1003
+ #~ "Enter your license key, please."
1004
+ #~ msgid "You didn't set license key for the following products"
1005
+ #~ msgstr "U heeft geen licentiesleutel ingegeven voor de volgende producten"
1006
+
1007
+ #~ msgctxt ""
1008
+ #~ "[Part of]: Warning! You didn't set license key for the following products:"
1009
+ #~ "[Plugins List] which means you're missing out on updates and support. "
1010
+ #~ "Enter your license key, please."
1011
+ #~ msgid "which means you're missing out on updates and support"
1012
+ #~ msgstr "wat betekent dat u updates en ondersteuning misloopt"
1013
+
1014
+ #~ msgctxt ""
1015
+ #~ "[Part of]: Warning! You didn't set license key for the following products:"
1016
+ #~ "[Plugins List] which means you're missing out on updates and support. "
1017
+ #~ "Enter your license key, please."
1018
+ #~ msgid "Enter your license key"
1019
+ #~ msgstr "Geef uw licentiesleutel in"
1020
+
1021
+ #~ msgctxt ""
1022
+ #~ "[Part of]: Warning! You didn't set license key for the following products:"
1023
+ #~ "[Plugins List] which means you're missing out on updates and support. "
1024
+ #~ "Enter your license key, please."
1025
+ #~ msgid "please"
1026
+ #~ msgstr "a.u.b."
1027
+
1028
+ #~ msgid "%s"
1029
+ #~ msgstr "%s"
1030
+
1031
+ #~ msgid ""
1032
+ #~ "I cannot find the license key for activating the theme I have bought some "
1033
+ #~ "time ago. Where can I find it?"
1034
+ #~ msgstr ""
1035
+ #~ "Ik kan de licentiesleutel voor het thema dat ik een tijdje geleden heb "
1036
+ #~ "gekocht niet vinden, waar kan ik het vinden?"
1037
+
1038
+ #~ msgid ""
1039
+ #~ "If you have purchased one of our products before 27 January 2015, you can "
1040
+ #~ "benefit from support and updates (the services offered with the license)\n"
1041
+ #~ " until 27 January 2016 and you do not have to purchase "
1042
+ #~ "it again to get a new license key, because, before this date, your "
1043
+ #~ "license used to be activated automatically by our system.\n"
1044
+ #~ " After 27 January 2016, instead, if you want to "
1045
+ #~ "benefit from support and updates you have to buy a new license and "
1046
+ #~ "activate it through the license key you will be\n"
1047
+ #~ " provided with and that you can find in your YITH "
1048
+ #~ "account, in section \"My licenses\"."
1049
+ #~ msgstr ""
1050
+ #~ "Als u vóór 27 januari 2015 een van onze producten hebt gekocht, kunt u "
1051
+ #~ "profiteren van ondersteuning en updates (de diensten die worden "
1052
+ #~ "aangeboden met de licentie)\n"
1053
+ #~ " tot 27 januari 2016 en u hoeft het niet opnieuw aan "
1054
+ #~ "te schaffen om een ​nieuwe licentiesleutel te krijgen, want vóór deze "
1055
+ #~ "datum werd u licentie automatisch door ons systeem geactiveerd.\n"
1056
+ #~ " Na 27 januari 2016, in plaats daarvan, als u wilt "
1057
+ #~ "profiteren van ondersteuning en updates, moet u een nieuwe licentie kopen "
1058
+ #~ "en deze activeren via de licentiesleutel.\n"
1059
+ #~ " meegeleverd en die u kunt vinden in uw YIThemes-"
1060
+ #~ "account, in het gedeelte “Mijn licenties”."
1061
+
1062
+ #~ msgid "YITH License Activation"
1063
+ #~ msgstr "YITH licentie activering"
1064
+
1065
+ #~ msgid "License expiry date"
1066
+ #~ msgstr "Vervaldatum licentie"
1067
+
1068
+ #~ msgid ""
1069
+ #~ "If you have renewed your product license key and the expiry date does not "
1070
+ #~ "appear up-to-date, please, click on the button <em>Check Expiry Date</em> "
1071
+ #~ "below and it will update."
1072
+ #~ msgstr ""
1073
+ #~ "Als u de licentiesleutel van uw product heeft vernieuwd, en de "
1074
+ #~ "vervaldatum verschijnt niet up-to-date, klik op de knop <em>Check Expiry "
1075
+ #~ "Date</em> hieronder en het zal worden bijgewerkt."
1076
+
1077
+ #~ msgid "Check expiry date"
1078
+ #~ msgstr "Vervaldatum controleren"
1079
+
1080
+ #~ msgid "Product to activate"
1081
+ #~ msgid_plural "Products to activate"
1082
+ #~ msgstr[0] "Product om te activeren"
1083
+ #~ msgstr[1] "Producten om te activeren"
1084
+
1085
+ #~ msgid "Are you having issues with the license activation?"
1086
+ #~ msgstr "Hebt u problemen met de licentie activering?"
1087
+
1088
+ #~ msgid "Read this article"
1089
+ #~ msgstr "Lees dit artikel"
1090
+
1091
+ #~ msgid "Activate"
1092
+ #~ msgstr "Activeren"
1093
+
1094
+ #~ msgid "Activated"
1095
+ #~ msgstr "Geactiveerd"
1096
+
1097
+ #~ msgid "Product Name"
1098
+ #~ msgstr "Productnaam"
1099
+
1100
+ #~ msgid "Email"
1101
+ #~ msgstr "E-mail"
1102
+
1103
+ #~ msgid "License Key"
1104
+ #~ msgstr "License Key"
1105
+
1106
+ #~ msgid "Expires"
1107
+ #~ msgstr "Verloopt"
1108
+
1109
+ #~ msgid "Remaining"
1110
+ #~ msgstr "Over"
1111
+
1112
+ #~ msgid "Club Subscription"
1113
+ #~ msgstr "Club Abonnement"
1114
+
1115
+ #~ msgid "%1s out of %2s"
1116
+ #~ msgstr "%1s van de %2s"
1117
+
1118
+ #~ msgid "Deactivate"
1119
+ #~ msgstr "Deactiveer"
1120
+
1121
+ #~ msgid "Renew"
1122
+ #~ msgstr "Vernieuwen"
1123
+
1124
+ #~ msgid "Banned"
1125
+ #~ msgstr "Verbannen"
1126
+
1127
+ #~ msgid "Expired"
1128
+ #~ msgstr "Verlopen"
1129
+
1130
+ #~ msgid "Order again"
1131
+ #~ msgstr "Bestel opniew"
1132
+
1133
+ #~ msgid "Renew license"
1134
+ #~ msgstr "Licentie vernieuwen"
1135
+
1136
+ #~ msgid "Select All"
1137
+ #~ msgstr "Selecteer alles"
1138
+
1139
+ #~ msgid "Deselect All"
1140
+ #~ msgstr "Selectie ongedaan maken"
plugin-fw/languages/yith-plugin-fw.pot CHANGED
@@ -5,7 +5,7 @@ msgid ""
5
  msgstr ""
6
  "Project-Id-Version: YITH Plugin Starter 1.0.0 Plugin FW\n"
7
  "Report-Msgid-Bugs-To: Your Inspiration Themes <plugins@yithemes.com>\n"
8
- "POT-Creation-Date: 2019-02-04 16:04+0100\n"
9
  "PO-Revision-Date: 2015-05-05 10:38+0100\n"
10
  "Last-Translator: \n"
11
  "Language-Team: Your Inspiration Themes <info@yithemes.com>\n"
@@ -13,7 +13,7 @@ msgstr ""
13
  "MIME-Version: 1.0\n"
14
  "Content-Type: text/plain; charset=UTF-8\n"
15
  "Content-Transfer-Encoding: 8bit\n"
16
- "X-Generator: Poedit 2.2.1\n"
17
  "X-Poedit-KeywordsList: __;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;"
18
  "_nx_noop:1,2,3c;esc_attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;"
19
  "esc_html_x:1,2c;_x;_ex\n"
@@ -58,274 +58,290 @@ msgctxt "Privacy Policy Content"
58
  msgid "Payments"
59
  msgstr ""
60
 
61
- #: lib/yit-cpt-unlimited.php:460 lib/yit-cpt-unlimited.php:574
62
- #: lib/yit-cpt-unlimited.php:719 lib/yit-cpt-unlimited.php:1632
63
  #, php-format
64
  msgid "Add %s"
65
  msgstr ""
66
 
67
- #: lib/yit-cpt-unlimited.php:461 lib/yit-cpt-unlimited.php:575
68
  #, php-format
69
  msgid "Add New %s"
70
  msgstr ""
71
 
72
- #: lib/yit-cpt-unlimited.php:462 lib/yit-cpt-unlimited.php:576
73
- #: lib/yit-cpt-unlimited.php:1267 lib/yit-cpt-unlimited.php:1304
74
  #, php-format
75
  msgid "Edit %s"
76
  msgstr ""
77
 
78
- #: lib/yit-cpt-unlimited.php:463 lib/yit-cpt-unlimited.php:577
79
  #, php-format
80
  msgid "New %s"
81
  msgstr ""
82
 
83
- #: lib/yit-cpt-unlimited.php:464 lib/yit-cpt-unlimited.php:578
84
  #, php-format
85
  msgid "All %s"
86
  msgstr ""
87
 
88
- #: lib/yit-cpt-unlimited.php:465 lib/yit-cpt-unlimited.php:579
89
- #: lib/yit-cpt-unlimited.php:1251 lib/yit-cpt-unlimited.php:1305
90
  #, php-format
91
  msgid "View %s"
92
  msgstr ""
93
 
94
- #: lib/yit-cpt-unlimited.php:466 lib/yit-cpt-unlimited.php:580
95
  #, php-format
96
  msgid "Search %s"
97
  msgstr ""
98
 
99
- #: lib/yit-cpt-unlimited.php:467 lib/yit-cpt-unlimited.php:581
100
  #, php-format
101
  msgid "No %s found"
102
  msgstr ""
103
 
104
- #: lib/yit-cpt-unlimited.php:468 lib/yit-cpt-unlimited.php:582
105
  #, php-format
106
  msgid "No %s found in Trash"
107
  msgstr ""
108
 
109
- #: lib/yit-cpt-unlimited.php:625
110
  #, php-format
111
  msgctxt "taxonomy general name"
112
  msgid "%s Categories"
113
  msgstr ""
114
 
115
- #: lib/yit-cpt-unlimited.php:626
116
  msgctxt "taxonomy singular name"
117
  msgid "Category"
118
  msgstr ""
119
 
120
- #: lib/yit-cpt-unlimited.php:627 templates/fields/ajax-terms.php:56
121
  msgid "Search Categories"
122
  msgstr ""
123
 
124
- #: lib/yit-cpt-unlimited.php:628
125
  msgid "All Categories"
126
  msgstr ""
127
 
128
- #: lib/yit-cpt-unlimited.php:629
129
  msgid "Parent Category"
130
  msgstr ""
131
 
132
- #: lib/yit-cpt-unlimited.php:630
133
  msgid "Parent Category:"
134
  msgstr ""
135
 
136
- #: lib/yit-cpt-unlimited.php:631
137
  msgid "Edit Category"
138
  msgstr ""
139
 
140
- #: lib/yit-cpt-unlimited.php:632
141
  msgid "Update Category"
142
  msgstr ""
143
 
144
- #: lib/yit-cpt-unlimited.php:633
145
  msgid "Add New Category"
146
  msgstr ""
147
 
148
- #: lib/yit-cpt-unlimited.php:634
149
  msgid "New Category Name"
150
  msgstr ""
151
 
152
- #: lib/yit-cpt-unlimited.php:635
153
  msgid "Category"
154
  msgstr ""
155
 
156
- #: lib/yit-cpt-unlimited.php:724
157
  msgid "Categories"
158
  msgstr ""
159
 
160
- #: lib/yit-cpt-unlimited.php:1042
161
  #, php-format
162
  msgid "%s Settings"
163
  msgstr ""
164
 
165
- #: lib/yit-cpt-unlimited.php:1048 lib/yit-cpt-unlimited.php:1196
166
- #: lib/yit-cpt-unlimited.php:1202 lib/yit-plugin-panel.php:73
167
  msgid "Settings"
168
  msgstr ""
169
 
170
- #: lib/yit-cpt-unlimited.php:1051
171
  msgid "Type"
172
  msgstr ""
173
 
174
- #: lib/yit-cpt-unlimited.php:1052
175
  #, php-format
176
  msgid "Layout for this %s"
177
  msgstr ""
178
 
179
- #: lib/yit-cpt-unlimited.php:1058
180
  msgid "Rewrite"
181
  msgstr ""
182
 
183
- #: lib/yit-cpt-unlimited.php:1059
184
  msgid ""
185
  "Univocal identification name in the URL for each product (slug from post if empty)"
186
  msgstr ""
187
 
188
- #: lib/yit-cpt-unlimited.php:1064
189
  msgid "Label in Singular"
190
  msgstr ""
191
 
192
- #: lib/yit-cpt-unlimited.php:1065
193
  msgid "Set a label in singular (title of portfolio if empty)"
194
  msgstr ""
195
 
196
- #: lib/yit-cpt-unlimited.php:1070
197
  msgid "Label in Plural"
198
  msgstr ""
199
 
200
- #: lib/yit-cpt-unlimited.php:1071
201
  msgid "Set a label in plural (title of portfolio if empty)"
202
  msgstr ""
203
 
204
- #: lib/yit-cpt-unlimited.php:1076
205
  msgid "Taxonomy"
206
  msgstr ""
207
 
208
- #: lib/yit-cpt-unlimited.php:1077
209
  msgid ""
210
  "If you want to use categories in the portfolio, set a name for taxonomy. Name "
211
  "should be a slug (must not contain capital letters nor spaces) and must not be "
212
  "more than 32 characters long (database structure restriction)."
213
  msgstr ""
214
 
215
- #: lib/yit-cpt-unlimited.php:1082
216
  msgid "Taxonomy Rewrite"
217
  msgstr ""
218
 
219
- #: lib/yit-cpt-unlimited.php:1083
220
  msgid "Set univocal name for each category page URL."
221
  msgstr ""
222
 
223
- #: lib/yit-cpt-unlimited.php:1088
224
  msgid "Single layout"
225
  msgstr ""
226
 
227
- #: lib/yit-cpt-unlimited.php:1089
228
  msgid "Layout for single page of this portfolio"
229
  msgstr ""
230
 
231
- #: lib/yit-cpt-unlimited.php:1130
232
  msgid "layout settings"
233
  msgstr ""
234
 
235
- #: lib/yit-cpt-unlimited.php:1222 lib/yit-cpt-unlimited.php:1235
236
  msgid "Quick links"
237
  msgstr ""
238
 
239
- #: lib/yit-cpt-unlimited.php:1475
240
  #, php-format
241
  msgid "Show frontend of the %s"
242
  msgstr ""
243
 
244
- #: lib/yit-cpt-unlimited.php:1482 templates/fields/customtabs.php:46
245
  #: templates/fields/customtabs.php:89
246
  msgid "Name"
247
  msgstr ""
248
 
249
- #: lib/yit-cpt-unlimited.php:1631
250
  #, php-format
251
  msgid "Add %s from images"
252
  msgstr ""
253
 
254
- #: lib/yit-cpt-unlimited.php:1633
255
  msgid "Upload multiple files"
256
  msgstr ""
257
 
258
- #: lib/yit-plugin-panel-wc.php:384
259
  msgid "The changes you have made will be lost if you leave this page."
260
  msgstr ""
261
 
262
- #: lib/yit-plugin-panel.php:72
263
  msgid "Plugin Settings"
264
  msgstr ""
265
 
266
- #: lib/yit-plugin-panel.php:339 lib/yit-plugin-panel.php:342
267
  msgid "How to install premium version"
268
  msgstr ""
269
 
270
- #: lib/yit-plugin-panel.php:393 lib/yit-plugin-subpanel.php:156
271
- #: templates/panel/woocommerce/woocommerce-form.php:11
272
  msgid "Save Changes"
273
  msgstr ""
274
 
275
- #: lib/yit-plugin-panel.php:396 lib/yit-plugin-subpanel.php:159
276
- #: templates/panel/woocommerce/woocommerce-form.php:14
277
  msgid "If you continue with this action, you will reset all options in this page."
278
  msgstr ""
279
 
280
- #: lib/yit-plugin-panel.php:398 lib/yit-plugin-subpanel.php:161
281
  msgid "Reset to default"
282
  msgstr ""
283
 
284
- #: lib/yit-plugin-panel.php:399 lib/yit-plugin-subpanel.php:162
285
- #: templates/panel/woocommerce/woocommerce-form.php:18
286
  msgid "Are you sure?"
287
  msgstr ""
288
 
289
- #: lib/yit-plugin-panel.php:533
290
  msgid "The element you have entered already exists. Please, enter another name."
291
  msgstr ""
292
 
293
- #: lib/yit-plugin-panel.php:534
294
  msgid "Settings saved"
295
  msgstr ""
296
 
297
- #: lib/yit-plugin-panel.php:535
298
  msgid "Settings reset"
299
  msgstr ""
300
 
301
- #: lib/yit-plugin-panel.php:536
302
  msgid "Element deleted correctly."
303
  msgstr ""
304
 
305
- #: lib/yit-plugin-panel.php:537 lib/yit-plugin-panel.php:538
306
  msgid "Element updated correctly."
307
  msgstr ""
308
 
309
- #: lib/yit-plugin-panel.php:539
310
  msgid "Database imported correctly."
311
  msgstr ""
312
 
313
- #: lib/yit-plugin-panel.php:540
314
  msgid "An error has occurred during import. Please try again."
315
  msgstr ""
316
 
317
- #: lib/yit-plugin-panel.php:541
318
  msgid "The added file is not valid."
319
  msgstr ""
320
 
321
- #: lib/yit-plugin-panel.php:542
322
  msgid "Sorry, import is disabled."
323
  msgstr ""
324
 
325
- #: lib/yit-plugin-panel.php:543
326
  msgid "Sorting successful."
327
  msgstr ""
328
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
329
  #: lib/yit-pointers.php:70
330
  msgid "Plugins Activated"
331
  msgstr ""
@@ -360,120 +376,36 @@ msgid ""
360
  "Plugins tab."
361
  msgstr ""
362
 
363
- #: lib/yit-upgrade.php:95
364
- msgid "An unexpected error occurred, please try again later. Thanks!"
365
- msgstr ""
366
-
367
- #: lib/yit-upgrade.php:196
368
- msgid "There is a new version of %plugin_name% available."
369
- msgstr ""
370
-
371
- #: lib/yit-upgrade.php:197
372
- msgid "View version %latest% details."
373
- msgstr ""
374
-
375
- #: lib/yit-upgrade.php:198
376
- msgid "Automatic update is unavailable for this plugin,"
377
- msgstr ""
378
-
379
- #: lib/yit-upgrade.php:199
380
- msgid "please <a href=\"%activate_link%\">activate</a> your copy of %plugin_name%."
381
- msgstr ""
382
-
383
- #: lib/yit-upgrade.php:200
384
- msgid "Update now."
385
- msgstr ""
386
-
387
- #: lib/yit-upgrade.php:201
388
- msgid ""
389
- "<br/><b>Please note:</b> You are using a higher version than the latest available "
390
- "one. </em>Please, make sure you've downloaded the latest version of <em>%1$s</em> "
391
- "from the only <a href=\"https://yithemes.com\" target=\"_blank\">YITH official "
392
- "website</a>, specifically, from your <a href=\"https://yithemes.com/my-account/"
393
- "recent-downloads/\" target=\"_blank\">Downloads page</a>. This is the only way to "
394
- "be sure the version you are using is 100% malware-free."
395
- msgstr ""
396
-
397
- #: lib/yit-upgrade.php:303
398
- msgctxt "[Update Plugin Message: License not enabled]"
399
- msgid "You have to activate the plugin to benefit from automatic updates."
400
- msgstr ""
401
-
402
- #: lib/yit-upgrade.php:325
403
- msgid "YITH Repository"
404
- msgstr ""
405
-
406
- #: lib/yit-upgrade.php:359
407
- msgid "Invalid URL Provided."
408
- msgstr ""
409
-
410
- #: lib/yit-upgrade.php:372
411
- msgid "Could not create Temporary file."
412
- msgstr ""
413
-
414
- #: lib/yit-upgrade.php:547
415
- #, php-format
416
- msgid ""
417
- "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox yit-"
418
- "changelog-button open-plugin-details-modal\" title=\"%3$s\">View version %4$s "
419
- "details</a>."
420
- msgstr ""
421
-
422
- #: lib/yit-upgrade.php:551
423
- #, php-format
424
- msgid ""
425
- "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox yit-"
426
- "changelog-button open-plugin-details-modal\" title=\"%3$s\">View version %4$s "
427
- "details</a>. <em>You have to activate the plugin on a single site of the network "
428
- "to benefit from automatic updates.</em>"
429
  msgstr ""
430
 
431
- #: lib/yit-upgrade.php:555
432
- #, php-format
433
- msgid ""
434
- "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox yit-"
435
- "changelog-button open-plugin-details-modal\" title=\"%3$s\">View version %4$s "
436
- "details</a>. <em>Automatic update is unavailable for this plugin, please <a href="
437
- "\"%5$s\" title=\"License activation\">activate</a> your copy of %6s.</em>"
438
  msgstr ""
439
 
440
- #: lib/yit-upgrade.php:559
441
- #, php-format
442
- msgid ""
443
- "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox yit-"
444
- "changelog-button open-plugin-details-modal\" title=\"%3$s\">View version %4$s "
445
- "details</a> or <a href=\"%5$s\">update now</a>."
446
  msgstr ""
447
 
448
- #: lib/yit-upgrade.php:563
449
- #, php-format
450
  msgid ""
451
- "<br/><b>Please note:</b> You are using a higher version than the latest available "
452
- "one. </em>Please, make sure you've downloaded the latest version of <em>%1$s</em> "
453
- "from the only <a href=\"https://yithemes.com\" target=\"_blank\">YITH official "
454
- "website</a>, specifically, from your <a href=\"https://yithemes.com/my-account/"
455
- "recent-downloads/\" target=\"_blank\">Downloads page</a>. This is the only way to "
456
- "be sure the version you are using is 100%% malware-free."
457
  msgstr ""
458
 
459
- #: lib/yit-upgrade.php:635
460
- msgid "You can't update the plugins for this site."
 
461
  msgstr ""
462
 
463
- #: lib/yit-upgrade.php:639
464
- msgid "You do not have sufficient permissions to update the plugins for this site."
 
465
  msgstr ""
466
 
467
- #: lib/yit-upgrade.php:646
468
- msgid "Update Plugin"
469
- msgstr ""
470
-
471
- #: lib/yith-dashboard.php:40
472
- msgid "New YITH products"
473
- msgstr ""
474
-
475
- #: lib/yith-dashboard.php:41
476
- msgid "News from the YITH Blog"
477
  msgstr ""
478
 
479
  #: lib/yith-gutenberg.php:134
@@ -481,252 +413,88 @@ msgctxt "[gutenberg]: Category Name"
481
  msgid "YITH"
482
  msgstr ""
483
 
484
- #: licence/lib/yit-licence.php:180
485
- #, php-format
486
- msgctxt "%s = field name"
487
- msgid "Please, insert a valid %s"
488
  msgstr ""
489
 
490
- #: licence/lib/yit-licence.php:181
491
- #, php-format
492
- msgid "Please, insert a valid %s and a valid %s"
493
- msgstr ""
494
-
495
- #: licence/lib/yit-licence.php:182
496
- msgid "Unable to contact the remote server, please try again later. Thanks!"
497
  msgstr ""
498
 
499
- #: licence/lib/yit-licence.php:183
500
- msgid "email address"
501
  msgstr ""
502
 
503
- #: licence/lib/yit-licence.php:184
504
- msgid "license key"
505
  msgstr ""
506
 
507
- #: licence/lib/yit-licence.php:185
508
- msgid "Are you sure you want to deactivate the license for current site?"
509
  msgstr ""
510
 
511
- #: licence/lib/yit-licence.php:730
512
- msgid "Invalid Request"
513
  msgstr ""
514
 
515
- #: licence/lib/yit-licence.php:731
516
- msgid "Invalid license key"
517
  msgstr ""
518
 
519
- #: licence/lib/yit-licence.php:732
520
- msgid "Software has been deactivated"
521
  msgstr ""
522
 
523
- #: licence/lib/yit-licence.php:733
524
- msgid "Maximum number of activations exceeded"
525
  msgstr ""
526
 
527
- #: licence/lib/yit-licence.php:734
528
- msgid "Invalid instance ID"
529
  msgstr ""
530
 
531
- #: licence/lib/yit-licence.php:735
532
- msgid "Invalid security key"
533
  msgstr ""
534
 
535
- #: licence/lib/yit-licence.php:736
536
- msgid "License key has expired"
537
  msgstr ""
538
 
539
- #: licence/lib/yit-licence.php:737
540
- msgid "License key has been banned"
541
  msgstr ""
542
 
543
- #: licence/lib/yit-licence.php:738
544
- msgid "Current product is not included in your YITH Club Subscription key"
545
  msgstr ""
546
 
547
- #: licence/lib/yit-licence.php:739
548
- msgid "Great"
549
- msgstr ""
550
-
551
- #: licence/lib/yit-licence.php:739
552
- msgid "License successfully activated"
553
- msgstr ""
554
-
555
- #: licence/lib/yit-licence.php:740
556
- msgid "License key deactivated for website"
557
  msgstr ""
558
 
559
- #: licence/lib/yit-plugin-licence.php:67 licence/lib/yit-plugin-licence.php:68
560
- #: licence/lib/yit-theme-licence.php:69 licence/lib/yit-theme-licence.php:70
561
- #: licence/lib/yit-theme-licence.php:109 licence/lib/yit-theme-licence.php:110
562
- msgid "License Activation"
563
  msgstr ""
564
 
565
- #: licence/lib/yit-plugin-licence.php:142
566
- msgctxt ""
567
- "[Part of]: Warning! You didn't set license key for the following products:[Plugins "
568
- "List] which means you're missing out on updates and support. Enter your license "
569
- "key, please."
570
  msgid "Warning!"
571
  msgstr ""
572
 
573
- #: licence/lib/yit-plugin-licence.php:142
574
- msgctxt ""
575
- "[Part of]: Warning! You didn't set license key for the following products:[Plugins "
576
- "List] which means you're missing out on updates and support. Enter your license "
577
- "key, please."
578
- msgid "You didn't set license key for the following products"
579
- msgstr ""
580
-
581
- #: licence/lib/yit-plugin-licence.php:145
582
- msgctxt ""
583
- "[Part of]: Warning! You didn't set license key for the following products:[Plugins "
584
- "List] which means you're missing out on updates and support. Enter your license "
585
- "key, please."
586
- msgid "which means you're missing out on updates and support"
587
- msgstr ""
588
-
589
- #: licence/lib/yit-plugin-licence.php:147
590
- msgctxt ""
591
- "[Part of]: Warning! You didn't set license key for the following products:[Plugins "
592
- "List] which means you're missing out on updates and support. Enter your license "
593
- "key, please."
594
- msgid "Enter your license key"
595
- msgstr ""
596
-
597
- #: licence/lib/yit-plugin-licence.php:148
598
- msgctxt ""
599
- "[Part of]: Warning! You didn't set license key for the following products:[Plugins "
600
- "List] which means you're missing out on updates and support. Enter your license "
601
- "key, please."
602
- msgid "please"
603
- msgstr ""
604
-
605
- #: licence/lib/yit-theme-licence.php:117 licence/lib/yit-theme-licence.php:118
606
  #, php-format
607
- msgid "%s"
608
- msgstr ""
609
-
610
- #: licence/lib/yit-theme-licence.php:159
611
  msgid ""
612
- "I cannot find the license key for activating the theme I have bought some time "
613
- "ago. Where can I find it?"
614
  msgstr ""
615
 
616
- #: licence/lib/yit-theme-licence.php:163
617
- msgid ""
618
- "If you have purchased one of our products before 27 January 2015, you can benefit "
619
- "from support and updates (the services offered with the license)\n"
620
- " until 27 January 2016 and you do not have to purchase it again "
621
- "to get a new license key, because, before this date, your license used to be "
622
- "activated automatically by our system.\n"
623
- " After 27 January 2016, instead, if you want to benefit from "
624
- "support and updates you have to buy a new license and activate it through the "
625
- "license key you will be\n"
626
- " provided with and that you can find in your YITH account, in "
627
- "section \"My licenses\"."
628
- msgstr ""
629
-
630
- #: licence/templates/panel/activation/activation-panel.php:24
631
- msgid "YITH License Activation"
632
- msgstr ""
633
-
634
- #: licence/templates/panel/activation/activation-panel.php:27
635
- msgid "License expiry date"
636
- msgstr ""
637
-
638
- #: licence/templates/panel/activation/activation-panel.php:30
639
- msgid ""
640
- "If you have renewed your product license key and the expiry date does not appear "
641
- "up-to-date, please, click on the button <em>Check Expiry Date</em> below and it "
642
- "will update."
643
- msgstr ""
644
-
645
- #: licence/templates/panel/activation/activation-panel.php:33
646
- msgid "Check expiry date"
647
- msgstr ""
648
-
649
- #: licence/templates/panel/activation/activation-panel.php:47
650
- msgid "Product to activate"
651
- msgid_plural "Products to activate"
652
- msgstr[0] ""
653
- msgstr[1] ""
654
-
655
- #: licence/templates/panel/activation/activation-panel.php:50
656
- msgid "Are you having issues with the license activation?"
657
- msgstr ""
658
-
659
- #: licence/templates/panel/activation/activation-panel.php:50
660
- msgid "Read this article"
661
- msgstr ""
662
-
663
- #: licence/templates/panel/activation/activation-panel.php:70
664
- msgid "Activate"
665
- msgstr ""
666
-
667
- #: licence/templates/panel/activation/activation-panel.php:89
668
- msgid "Activated"
669
- msgstr ""
670
-
671
- #: licence/templates/panel/activation/activation-panel.php:95
672
- #: licence/templates/panel/activation/activation-panel.php:173
673
- #: licence/templates/panel/activation/activation-panel.php:203
674
- msgid "Product Name"
675
- msgstr ""
676
-
677
- #: licence/templates/panel/activation/activation-panel.php:97
678
- #: licence/templates/panel/activation/activation-panel.php:175
679
- #: licence/templates/panel/activation/activation-panel.php:206
680
- msgid "Email"
681
- msgstr ""
682
-
683
- #: licence/templates/panel/activation/activation-panel.php:98
684
- #: licence/templates/panel/activation/activation-panel.php:176
685
- #: licence/templates/panel/activation/activation-panel.php:207
686
- msgid "License Key"
687
  msgstr ""
688
 
689
- #: licence/templates/panel/activation/activation-panel.php:101
690
- #: licence/templates/panel/activation/activation-panel.php:210
691
- msgid "Expires"
692
- msgstr ""
693
-
694
- #: licence/templates/panel/activation/activation-panel.php:104
695
- msgid "Remaining"
696
- msgstr ""
697
-
698
- #: licence/templates/panel/activation/activation-panel.php:106
699
- msgid "Club Subscription"
700
- msgstr ""
701
-
702
- #: licence/templates/panel/activation/activation-panel.php:135
703
  #, php-format
704
- msgid "%1s out of %2s"
705
- msgstr ""
706
-
707
- #: licence/templates/panel/activation/activation-panel.php:151
708
- msgid "Deactivate"
709
- msgstr ""
710
-
711
- #: licence/templates/panel/activation/activation-panel.php:156
712
- #: licence/templates/panel/activation/activation-panel.php:213
713
- msgid "Renew"
714
- msgstr ""
715
-
716
- #: licence/templates/panel/activation/activation-panel.php:169
717
- msgid "Banned"
718
- msgstr ""
719
-
720
- #: licence/templates/panel/activation/activation-panel.php:199
721
- msgid "Expired"
722
- msgstr ""
723
-
724
- #: licence/templates/panel/activation/activation-panel.php:235
725
- msgid "Order again"
726
- msgstr ""
727
-
728
- #: licence/templates/panel/activation/activation-panel.php:237
729
- msgid "Renew license"
730
  msgstr ""
731
 
732
  #: templates/fields/ajax-posts.php:57
@@ -765,6 +533,10 @@ msgstr ""
765
  msgid "Do you want to remove the custom tab?"
766
  msgstr ""
767
 
 
 
 
 
768
  #: templates/fields/icons.php:58
769
  msgid "Set Default"
770
  msgstr ""
@@ -789,12 +561,22 @@ msgstr ""
789
  msgid "Delete"
790
  msgstr ""
791
 
792
- #: templates/fields/select-buttons.php:26
793
- msgid "Select All"
 
 
 
 
 
 
794
  msgstr ""
795
 
796
- #: templates/fields/select-buttons.php:33
797
- msgid "Deselect All"
 
 
 
 
798
  msgstr ""
799
 
800
  #: templates/fields/sidebars.php:22
@@ -821,12 +603,12 @@ msgstr ""
821
  msgid "Right Sidebar"
822
  msgstr ""
823
 
824
- #: templates/fields/upload.php:18 templates/metaboxes/types/icon-list.php:70
825
  #: templates/panel/woocommerce/woocommerce-upload.php:40
826
  msgid "Upload"
827
  msgstr ""
828
 
829
- #: templates/fields/upload.php:19
830
  msgid "Reset"
831
  msgstr ""
832
 
@@ -844,10 +626,106 @@ msgstr ""
844
  msgid "(Default: <i %s></i> )"
845
  msgstr ""
846
 
847
- #: templates/panel/woocommerce/woocommerce-form.php:17
848
  msgid "Reset Defaults"
849
  msgstr ""
850
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
851
  #: yit-plugin.php:83
852
  msgctxt "Plugin Row Meta"
853
  msgid "Live Demo"
@@ -868,11 +746,11 @@ msgctxt "Plugin Row Meta"
868
  msgid "Premium version"
869
  msgstr ""
870
 
871
- #: yit-plugin.php:193
872
  msgctxt "Action links"
873
  msgid "Settings"
874
  msgstr ""
875
 
876
- #: yit-plugin.php:197
877
  msgid "License"
878
  msgstr ""
5
  msgstr ""
6
  "Project-Id-Version: YITH Plugin Starter 1.0.0 Plugin FW\n"
7
  "Report-Msgid-Bugs-To: Your Inspiration Themes <plugins@yithemes.com>\n"
8
+ "POT-Creation-Date: 2020-01-10 13:40+0100\n"
9
  "PO-Revision-Date: 2015-05-05 10:38+0100\n"
10
  "Last-Translator: \n"
11
  "Language-Team: Your Inspiration Themes <info@yithemes.com>\n"
13
  "MIME-Version: 1.0\n"
14
  "Content-Type: text/plain; charset=UTF-8\n"
15
  "Content-Transfer-Encoding: 8bit\n"
16
+ "X-Generator: Poedit 2.2.3\n"
17
  "X-Poedit-KeywordsList: __;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;"
18
  "_nx_noop:1,2,3c;esc_attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;"
19
  "esc_html_x:1,2c;_x;_ex\n"
58
  msgid "Payments"
59
  msgstr ""
60
 
61
+ #: lib/yit-cpt-unlimited.php:462 lib/yit-cpt-unlimited.php:576
62
+ #: lib/yit-cpt-unlimited.php:721 lib/yit-cpt-unlimited.php:1636
63
  #, php-format
64
  msgid "Add %s"
65
  msgstr ""
66
 
67
+ #: lib/yit-cpt-unlimited.php:463 lib/yit-cpt-unlimited.php:577
68
  #, php-format
69
  msgid "Add New %s"
70
  msgstr ""
71
 
72
+ #: lib/yit-cpt-unlimited.php:464 lib/yit-cpt-unlimited.php:578
73
+ #: lib/yit-cpt-unlimited.php:1269 lib/yit-cpt-unlimited.php:1306
74
  #, php-format
75
  msgid "Edit %s"
76
  msgstr ""
77
 
78
+ #: lib/yit-cpt-unlimited.php:465 lib/yit-cpt-unlimited.php:579
79
  #, php-format
80
  msgid "New %s"
81
  msgstr ""
82
 
83
+ #: lib/yit-cpt-unlimited.php:466 lib/yit-cpt-unlimited.php:580
84
  #, php-format
85
  msgid "All %s"
86
  msgstr ""
87
 
88
+ #: lib/yit-cpt-unlimited.php:467 lib/yit-cpt-unlimited.php:581
89
+ #: lib/yit-cpt-unlimited.php:1253 lib/yit-cpt-unlimited.php:1307
90
  #, php-format
91
  msgid "View %s"
92
  msgstr ""
93
 
94
+ #: lib/yit-cpt-unlimited.php:468 lib/yit-cpt-unlimited.php:582
95
  #, php-format
96
  msgid "Search %s"
97
  msgstr ""
98
 
99
+ #: lib/yit-cpt-unlimited.php:469 lib/yit-cpt-unlimited.php:583
100
  #, php-format
101
  msgid "No %s found"
102
  msgstr ""
103
 
104
+ #: lib/yit-cpt-unlimited.php:470 lib/yit-cpt-unlimited.php:584
105
  #, php-format
106
  msgid "No %s found in Trash"
107
  msgstr ""
108
 
109
+ #: lib/yit-cpt-unlimited.php:627
110
  #, php-format
111
  msgctxt "taxonomy general name"
112
  msgid "%s Categories"
113
  msgstr ""
114
 
115
+ #: lib/yit-cpt-unlimited.php:628
116
  msgctxt "taxonomy singular name"
117
  msgid "Category"
118
  msgstr ""
119
 
120
+ #: lib/yit-cpt-unlimited.php:629 templates/fields/ajax-terms.php:56
121
  msgid "Search Categories"
122
  msgstr ""
123
 
124
+ #: lib/yit-cpt-unlimited.php:630
125
  msgid "All Categories"
126
  msgstr ""
127
 
128
+ #: lib/yit-cpt-unlimited.php:631
129
  msgid "Parent Category"
130
  msgstr ""
131
 
132
+ #: lib/yit-cpt-unlimited.php:632
133
  msgid "Parent Category:"
134
  msgstr ""
135
 
136
+ #: lib/yit-cpt-unlimited.php:633
137
  msgid "Edit Category"
138
  msgstr ""
139
 
140
+ #: lib/yit-cpt-unlimited.php:634
141
  msgid "Update Category"
142
  msgstr ""
143
 
144
+ #: lib/yit-cpt-unlimited.php:635
145
  msgid "Add New Category"
146
  msgstr ""
147
 
148
+ #: lib/yit-cpt-unlimited.php:636
149
  msgid "New Category Name"
150
  msgstr ""
151
 
152
+ #: lib/yit-cpt-unlimited.php:637
153
  msgid "Category"
154
  msgstr ""
155
 
156
+ #: lib/yit-cpt-unlimited.php:726
157
  msgid "Categories"
158
  msgstr ""
159
 
160
+ #: lib/yit-cpt-unlimited.php:1044
161
  #, php-format
162
  msgid "%s Settings"
163
  msgstr ""
164
 
165
+ #: lib/yit-cpt-unlimited.php:1050 lib/yit-cpt-unlimited.php:1198
166
+ #: lib/yit-cpt-unlimited.php:1204 lib/yit-plugin-panel.php:80
167
  msgid "Settings"
168
  msgstr ""
169
 
170
+ #: lib/yit-cpt-unlimited.php:1053
171
  msgid "Type"
172
  msgstr ""
173
 
174
+ #: lib/yit-cpt-unlimited.php:1054
175
  #, php-format
176
  msgid "Layout for this %s"
177
  msgstr ""
178
 
179
+ #: lib/yit-cpt-unlimited.php:1060
180
  msgid "Rewrite"
181
  msgstr ""
182
 
183
+ #: lib/yit-cpt-unlimited.php:1061
184
  msgid ""
185
  "Univocal identification name in the URL for each product (slug from post if empty)"
186
  msgstr ""
187
 
188
+ #: lib/yit-cpt-unlimited.php:1066
189
  msgid "Label in Singular"
190
  msgstr ""
191
 
192
+ #: lib/yit-cpt-unlimited.php:1067
193
  msgid "Set a label in singular (title of portfolio if empty)"
194
  msgstr ""
195
 
196
+ #: lib/yit-cpt-unlimited.php:1072
197
  msgid "Label in Plural"
198
  msgstr ""
199
 
200
+ #: lib/yit-cpt-unlimited.php:1073
201
  msgid "Set a label in plural (title of portfolio if empty)"
202
  msgstr ""
203
 
204
+ #: lib/yit-cpt-unlimited.php:1078
205
  msgid "Taxonomy"
206
  msgstr ""
207
 
208
+ #: lib/yit-cpt-unlimited.php:1079
209
  msgid ""
210
  "If you want to use categories in the portfolio, set a name for taxonomy. Name "
211
  "should be a slug (must not contain capital letters nor spaces) and must not be "
212
  "more than 32 characters long (database structure restriction)."
213
  msgstr ""
214
 
215
+ #: lib/yit-cpt-unlimited.php:1084
216
  msgid "Taxonomy Rewrite"
217
  msgstr ""
218
 
219
+ #: lib/yit-cpt-unlimited.php:1085
220
  msgid "Set univocal name for each category page URL."
221
  msgstr ""
222
 
223
+ #: lib/yit-cpt-unlimited.php:1090
224
  msgid "Single layout"
225
  msgstr ""
226
 
227
+ #: lib/yit-cpt-unlimited.php:1091
228
  msgid "Layout for single page of this portfolio"
229
  msgstr ""
230
 
231
+ #: lib/yit-cpt-unlimited.php:1132
232
  msgid "layout settings"
233
  msgstr ""
234
 
235
+ #: lib/yit-cpt-unlimited.php:1224 lib/yit-cpt-unlimited.php:1237
236
  msgid "Quick links"
237
  msgstr ""
238
 
239
+ #: lib/yit-cpt-unlimited.php:1477
240
  #, php-format
241
  msgid "Show frontend of the %s"
242
  msgstr ""
243
 
244
+ #: lib/yit-cpt-unlimited.php:1484 templates/fields/customtabs.php:46
245
  #: templates/fields/customtabs.php:89
246
  msgid "Name"
247
  msgstr ""
248
 
249
+ #: lib/yit-cpt-unlimited.php:1635
250
  #, php-format
251
  msgid "Add %s from images"
252
  msgstr ""
253
 
254
+ #: lib/yit-cpt-unlimited.php:1638
255
  msgid "Upload multiple files"
256
  msgstr ""
257
 
258
+ #: lib/yit-plugin-panel-wc.php:397
259
  msgid "The changes you have made will be lost if you leave this page."
260
  msgstr ""
261
 
262
+ #: lib/yit-plugin-panel.php:79
263
  msgid "Plugin Settings"
264
  msgstr ""
265
 
266
+ #: lib/yit-plugin-panel.php:424 lib/yit-plugin-panel.php:427
267
  msgid "How to install premium version"
268
  msgstr ""
269
 
270
+ #: lib/yit-plugin-panel.php:571 lib/yit-plugin-subpanel.php:151
271
+ #: templates/panel/woocommerce/woocommerce-form.php:14
272
  msgid "Save Changes"
273
  msgstr ""
274
 
275
+ #: lib/yit-plugin-panel.php:574 lib/yit-plugin-subpanel.php:154
276
+ #: templates/panel/woocommerce/woocommerce-form.php:17
277
  msgid "If you continue with this action, you will reset all options in this page."
278
  msgstr ""
279
 
280
+ #: lib/yit-plugin-panel.php:576 lib/yit-plugin-subpanel.php:156
281
  msgid "Reset to default"
282
  msgstr ""
283
 
284
+ #: lib/yit-plugin-panel.php:577 lib/yit-plugin-subpanel.php:157
285
+ #: templates/panel/woocommerce/woocommerce-form.php:21
286
  msgid "Are you sure?"
287
  msgstr ""
288
 
289
+ #: lib/yit-plugin-panel.php:775
290
  msgid "The element you have entered already exists. Please, enter another name."
291
  msgstr ""
292
 
293
+ #: lib/yit-plugin-panel.php:776
294
  msgid "Settings saved"
295
  msgstr ""
296
 
297
+ #: lib/yit-plugin-panel.php:777
298
  msgid "Settings reset"
299
  msgstr ""
300
 
301
+ #: lib/yit-plugin-panel.php:778
302
  msgid "Element deleted correctly."
303
  msgstr ""
304
 
305
+ #: lib/yit-plugin-panel.php:779 lib/yit-plugin-panel.php:780
306
  msgid "Element updated correctly."
307
  msgstr ""
308
 
309
+ #: lib/yit-plugin-panel.php:781
310
  msgid "Database imported correctly."
311
  msgstr ""
312
 
313
+ #: lib/yit-plugin-panel.php:782
314
  msgid "An error has occurred during import. Please try again."
315
  msgstr ""
316
 
317
+ #: lib/yit-plugin-panel.php:783
318
  msgid "The added file is not valid."
319
  msgstr ""
320
 
321
+ #: lib/yit-plugin-panel.php:784
322
  msgid "Sorry, import is disabled."
323
  msgstr ""
324
 
325
+ #: lib/yit-plugin-panel.php:785
326
  msgid "Sorting successful."
327
  msgstr ""
328
 
329
+ #: lib/yit-plugin-panel.php:1233
330
+ msgid "We need your support"
331
+ msgstr ""
332
+
333
+ #: lib/yit-plugin-panel.php:1234
334
+ msgid "to keep updating and improving the plugin. Please,"
335
+ msgstr ""
336
+
337
+ #: lib/yit-plugin-panel.php:1236
338
+ msgid "help us by leaving a five-star rating"
339
+ msgstr ""
340
+
341
+ #: lib/yit-plugin-panel.php:1237
342
+ msgid ":) Thanks!"
343
+ msgstr ""
344
+
345
  #: lib/yit-pointers.php:70
346
  msgid "Plugins Activated"
347
  msgstr ""
376
  "Plugins tab."
377
  msgstr ""
378
 
379
+ #: lib/yith-dashboard.php:40
380
+ msgid "YITH Latest Updates"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
381
  msgstr ""
382
 
383
+ #: lib/yith-dashboard.php:41
384
+ msgid "Latest news from YITH Blog"
 
 
 
 
 
385
  msgstr ""
386
 
387
+ #: lib/yith-dashboard.php:65
388
+ msgid "RSS Error:"
 
 
 
 
389
  msgstr ""
390
 
391
+ #: lib/yith-dashboard.php:71
 
392
  msgid ""
393
+ "An error has occurred, which probably means the feed is down. Try again later."
 
 
 
 
 
394
  msgstr ""
395
 
396
+ #: lib/yith-dashboard.php:99
397
+ msgctxt "Plugin FW"
398
+ msgid "View Changelog"
399
  msgstr ""
400
 
401
+ #: lib/yith-dashboard.php:100
402
+ msgctxt "Plugin FW"
403
+ msgid "Latest update released on"
404
  msgstr ""
405
 
406
+ #: lib/yith-dashboard.php:143
407
+ msgctxt "Button label"
408
+ msgid "Close"
 
 
 
 
 
 
 
409
  msgstr ""
410
 
411
  #: lib/yith-gutenberg.php:134
413
  msgid "YITH"
414
  msgstr ""
415
 
416
+ #: lib/yith-system-status.php:97 lib/yith-system-status.php:98
417
+ msgid "System Status"
 
 
418
  msgstr ""
419
 
420
+ #: lib/yith-system-status.php:104
421
+ msgid "WordPress Version"
 
 
 
 
 
422
  msgstr ""
423
 
424
+ #: lib/yith-system-status.php:105
425
+ msgid "WooCommerce Version"
426
  msgstr ""
427
 
428
+ #: lib/yith-system-status.php:106
429
+ msgid "Available Memory"
430
  msgstr ""
431
 
432
+ #: lib/yith-system-status.php:107
433
+ msgid "PHP Version"
434
  msgstr ""
435
 
436
+ #: lib/yith-system-status.php:108
437
+ msgid "TLS Version"
438
  msgstr ""
439
 
440
+ #: lib/yith-system-status.php:109
441
+ msgid "WordPress Cron"
442
  msgstr ""
443
 
444
+ #: lib/yith-system-status.php:110
445
+ msgid "SimpleXML"
446
  msgstr ""
447
 
448
+ #: lib/yith-system-status.php:111
449
+ msgid "MultiByte String"
450
  msgstr ""
451
 
452
+ #: lib/yith-system-status.php:112
453
+ msgid "ImageMagick Version"
454
  msgstr ""
455
 
456
+ #: lib/yith-system-status.php:113
457
+ msgid "GD Library"
458
  msgstr ""
459
 
460
+ #: lib/yith-system-status.php:114
461
+ msgid "Iconv Module"
462
  msgstr ""
463
 
464
+ #: lib/yith-system-status.php:115
465
+ msgid "OPCache Save Comments"
466
  msgstr ""
467
 
468
+ #: lib/yith-system-status.php:116
469
+ msgid "URL FOpen"
470
  msgstr ""
471
 
472
+ #: lib/yith-system-status.php:173
473
+ msgid "YITH Plugins"
 
 
 
 
 
 
 
 
474
  msgstr ""
475
 
476
+ #: lib/yith-system-status.php:174
477
+ msgid "WooCommerce"
 
 
478
  msgstr ""
479
 
480
+ #: lib/yith-system-status.php:291
 
 
 
 
481
  msgid "Warning!"
482
  msgstr ""
483
 
484
+ #: lib/yith-system-status.php:292
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
485
  #, php-format
 
 
 
 
486
  msgid ""
487
+ "The system check has detected some compatibility issues on your installation. "
488
+ "%sClick here%s to know more"
489
  msgstr ""
490
 
491
+ #: templates/fields/ajax-customers.php:57
492
+ msgid "Search Customers"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
493
  msgstr ""
494
 
495
+ #: templates/fields/ajax-customers.php:83 templates/fields/ajax-customers.php:93
 
 
 
 
 
 
 
 
 
 
 
 
 
496
  #, php-format
497
+ msgid "%1$s (#%2$s &ndash; %3$s)"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
498
  msgstr ""
499
 
500
  #: templates/fields/ajax-posts.php:57
533
  msgid "Do you want to remove the custom tab?"
534
  msgstr ""
535
 
536
+ #: templates/fields/date-format.php:50
537
+ msgid "Custom:"
538
+ msgstr ""
539
+
540
  #: templates/fields/icons.php:58
541
  msgid "Set Default"
542
  msgstr ""
561
  msgid "Delete"
562
  msgstr ""
563
 
564
+ #: templates/fields/onoff.php:24
565
+ msgctxt "ON/OFF button: use MAX 3 characters!"
566
+ msgid "ON"
567
+ msgstr ""
568
+
569
+ #: templates/fields/onoff.php:25
570
+ msgctxt "ON/OFF button: use MAX 3 characters!"
571
+ msgid "OFF"
572
  msgstr ""
573
 
574
+ #: templates/fields/select-buttons.php:21
575
+ msgid "Add All"
576
+ msgstr ""
577
+
578
+ #: templates/fields/select-buttons.php:34
579
+ msgid "Remove All"
580
  msgstr ""
581
 
582
  #: templates/fields/sidebars.php:22
603
  msgid "Right Sidebar"
604
  msgstr ""
605
 
606
+ #: templates/fields/upload.php:27 templates/metaboxes/types/icon-list.php:70
607
  #: templates/panel/woocommerce/woocommerce-upload.php:40
608
  msgid "Upload"
609
  msgstr ""
610
 
611
+ #: templates/fields/upload.php:29
612
  msgid "Reset"
613
  msgstr ""
614
 
626
  msgid "(Default: <i %s></i> )"
627
  msgstr ""
628
 
629
+ #: templates/panel/woocommerce/woocommerce-form.php:20
630
  msgid "Reset Defaults"
631
  msgstr ""
632
 
633
+ #: templates/sysinfo/system-information-panel.php:30
634
+ msgid "YITH System Information"
635
+ msgstr ""
636
+
637
+ #: templates/sysinfo/system-information-panel.php:38
638
+ msgid "Site URL"
639
+ msgstr ""
640
+
641
+ #: templates/sysinfo/system-information-panel.php:46
642
+ msgid "Output IP Address"
643
+ msgstr ""
644
+
645
+ #: templates/sysinfo/system-information-panel.php:76
646
+ msgid "Enabled"
647
+ msgstr ""
648
+
649
+ #: templates/sysinfo/system-information-panel.php:76
650
+ msgid "Disabled"
651
+ msgstr ""
652
+
653
+ #: templates/sysinfo/system-information-panel.php:82
654
+ msgid "N/A"
655
+ msgstr ""
656
+
657
+ #: templates/sysinfo/system-information-panel.php:96
658
+ #, php-format
659
+ msgid "%s needs %s enabled"
660
+ msgstr ""
661
+
662
+ #: templates/sysinfo/system-information-panel.php:98
663
+ #, php-format
664
+ msgid "%s needs at least %s of available memory"
665
+ msgstr ""
666
+
667
+ #: templates/sysinfo/system-information-panel.php:100
668
+ #: templates/sysinfo/system-information-panel.php:149
669
+ #, php-format
670
+ msgid ""
671
+ "For optimal functioning of our plugins, we suggest setting at least %s of "
672
+ "available memory"
673
+ msgstr ""
674
+
675
+ #: templates/sysinfo/system-information-panel.php:102
676
+ #: templates/sysinfo/system-information-panel.php:137
677
+ #: templates/sysinfo/system-information-panel.php:151
678
+ #, php-format
679
+ msgid "Read more %s here%s or contact your hosting company in order to increase it."
680
+ msgstr ""
681
+
682
+ #: templates/sysinfo/system-information-panel.php:105
683
+ #, php-format
684
+ msgid "%s needs at least %s version"
685
+ msgstr ""
686
+
687
+ #: templates/sysinfo/system-information-panel.php:116
688
+ msgid ""
689
+ "Update it to the latest version in order to benefit of all new features and "
690
+ "security updates."
691
+ msgstr ""
692
+
693
+ #: templates/sysinfo/system-information-panel.php:122
694
+ msgid "Contact your hosting company in order to update it."
695
+ msgstr ""
696
+
697
+ #: templates/sysinfo/system-information-panel.php:126
698
+ #, php-format
699
+ msgid "Remove %s from %s file"
700
+ msgstr ""
701
+
702
+ #: templates/sysinfo/system-information-panel.php:134
703
+ msgid "Contact your hosting company in order to enable it."
704
+ msgstr ""
705
+
706
+ #: templates/sysinfo/system-information-panel.php:157
707
+ msgid ""
708
+ "We cannot determine which <b>TLS</b> version is installed because <b>cURL</b> "
709
+ "module is disabled. Ask your hosting company to enable it."
710
+ msgstr ""
711
+
712
+ #: templates/sysinfo/system-information-panel.php:160
713
+ msgid ""
714
+ "<b>ImageMagick</b> module is not installed. Ask your hosting company to install it."
715
+ msgstr ""
716
+
717
+ #: templates/sysinfo/system-information-panel.php:172
718
+ msgid "Show full PHPInfo"
719
+ msgstr ""
720
+
721
+ #: templates/sysinfo/system-information-panel.php:176
722
+ msgid "Back to System panel"
723
+ msgstr ""
724
+
725
+ #: templates/sysinfo/system-information-panel.php:193
726
+ msgid "Back to top"
727
+ msgstr ""
728
+
729
  #: yit-plugin.php:83
730
  msgctxt "Plugin Row Meta"
731
  msgid "Live Demo"
746
  msgid "Premium version"
747
  msgstr ""
748
 
749
+ #: yit-plugin.php:190
750
  msgctxt "Action links"
751
  msgid "Settings"
752
  msgstr ""
753
 
754
+ #: yit-plugin.php:194
755
  msgid "License"
756
  msgstr ""
plugin-fw/lib/yit-plugin-gradients.php CHANGED
@@ -122,9 +122,9 @@ if ( ! class_exists( 'YIT_Gradients' ) ) {
122
  * @since 1.0
123
  */
124
  public function reverse_gradient() {
125
- $colors_gradient = array_reverse( $this->get( 'colors_gradient' ) );
126
-
127
- for ( $i = 0; $i < count( $colors_gradient ); $i ++ ) {
128
  $colors_gradient[$i]['position'] = 100 - $colors_gradient[$i]['position'];
129
  }
130
 
122
  * @since 1.0
123
  */
124
  public function reverse_gradient() {
125
+ $colors_gradient = array_reverse( $this->get( 'colors_gradient' ) );
126
+ $colors_gradient_count = count( $colors_gradient );
127
+ for ( $i = 0; $i < $colors_gradient_count; $i ++ ) {
128
  $colors_gradient[$i]['position'] = 100 - $colors_gradient[$i]['position'];
129
  }
130
 
plugin-fw/lib/yit-plugin-panel-wc.php CHANGED
@@ -340,14 +340,13 @@ if ( !class_exists( 'YIT_Plugin_Panel_WooCommerce' ) ) {
340
  $yit_options = $this->get_main_array_options();
341
  $option_key = $this->get_current_option_key();
342
  foreach ( $yit_options[ $option_key ] as $id => $option ) {
343
- if( isset( $option['yith-type'] ) && $option['yith-type'] == 'multi-colorpicker' && ! empty( $option['colorpickers'] ) ) {
344
  $default = [];
345
- foreach( $option['colorpickers'] as $colorpicker ) {
346
- $default[ $colorpicker['id'] ] = isset( $colorpicker['default'] ) ? $colorpicker['default'] : '';
347
  }
348
  update_option( $option[ 'id' ], $default );
349
- }
350
- elseif ( isset( $option[ 'default' ] ) ) {
351
  update_option( $option[ 'id' ], $option[ 'default' ] );
352
  }
353
  }
@@ -372,8 +371,11 @@ if ( !class_exists( 'YIT_Plugin_Panel_WooCommerce' ) ) {
372
  wp_enqueue_style( 'wp-jquery-ui-dialog' );
373
  }
374
 
 
 
 
375
  // enqueue styles only in the current panel page
376
- if ( 'admin.php' === $pagenow && strpos( get_current_screen()->id, $this->settings[ 'page' ] ) !== false ) {
377
  $woocommerce_version = function_exists( 'WC' ) ? WC()->version : $woocommerce->version;
378
  $woocommerce_settings_deps = array( 'jquery', 'jquery-ui-datepicker', 'jquery-ui-sortable', 'iris' );
379
 
@@ -396,17 +398,16 @@ if ( !class_exists( 'YIT_Plugin_Panel_WooCommerce' ) ) {
396
  wp_localize_script( 'woocommerce_settings', 'woocommerce_settings_params', array(
397
  'i18n_nav_warning' => __( 'The changes you have made will be lost if you leave this page.', 'yith-plugin-fw' )
398
  ) );
399
-
400
  wp_enqueue_script( 'yith-plugin-fw-fields' );
401
  }
402
 
403
- if ( 'admin.php' === $pagenow && strpos( get_current_screen()->id, 'yith-plugins_page' ) !== false ) {
404
  wp_enqueue_media();
405
  wp_enqueue_style( 'yit-plugin-style' );
406
  wp_enqueue_script( 'yit-plugin-panel' );
407
  }
408
 
409
- if ( 'admin.php' === $pagenow && strpos( get_current_screen()->id, 'yith_upgrade_premium_version' ) !== false ) {
410
  wp_enqueue_style( 'yit-upgrade-to-pro' );
411
  wp_enqueue_script( 'colorbox' );
412
  }
@@ -470,7 +471,10 @@ if ( !class_exists( 'YIT_Plugin_Panel_WooCommerce' ) ) {
470
  public static function admin_body_class( $admin_body_classes ) {
471
  global $pagenow;
472
 
473
- if ( ( 'admin.php' == $pagenow && strpos( get_current_screen()->id, 'yith-plugins_page' ) !== false ) )
 
 
 
474
  $admin_body_classes = substr_count( $admin_body_classes, self::$body_class ) == 0 ? $admin_body_classes . self::$body_class : $admin_body_classes;
475
 
476
  return 'admin.php' == $pagenow && substr_count( $admin_body_classes, 'woocommerce' ) == 0 ? $admin_body_classes .= ' woocommerce ' : $admin_body_classes;
@@ -549,11 +553,11 @@ if ( !class_exists( 'YIT_Plugin_Panel_WooCommerce' ) ) {
549
 
550
  if ( $value && isset( $option[ 'elements' ] ) && !empty( $option[ 'elements' ] ) ) {
551
 
552
- $value = maybe_unserialize( $value );
553
 
554
- if( isset( $value['box_id'] ) ){
555
- unset( $value['box_id'] );
556
- }
557
 
558
  foreach ( $value as $index => $single_toggle ) {
559
 
@@ -567,7 +571,7 @@ if ( !class_exists( 'YIT_Plugin_Panel_WooCommerce' ) ) {
567
  }
568
 
569
  foreach ( $option[ 'elements' ] as $element ) {
570
- $element_value = isset( $value[ $index ][ $element[ 'id' ] ] ) ? $value[ $index ][ $element[ 'id' ] ] : false;
571
  $value[ $index ][ $element[ 'id' ] ] = self::sanitize_option( $element_value, $element, $element_value );
572
  }
573
  }
@@ -627,11 +631,11 @@ if ( !class_exists( 'YIT_Plugin_Panel_WooCommerce' ) ) {
627
  */
628
  public function save_toggle_element_options() {
629
 
630
- check_ajax_referer( 'save-toggle-element', 'security' );
631
 
632
- if( ! current_user_can( $this->settings['capability'] ) ){
633
- wp_die( -1 );
634
- }
635
 
636
  $posted = $_POST;
637
  $tabs = $this->get_available_tabs();
@@ -640,7 +644,7 @@ if ( !class_exists( 'YIT_Plugin_Panel_WooCommerce' ) ) {
640
  $option_id = isset( $_REQUEST[ 'toggle_id' ] ) ? $_REQUEST[ 'toggle_id' ] : '';
641
  $updated = false;
642
 
643
- if ( ! empty( $yit_options[ $current_tab ] ) && ! empty( $option_id ) ) {
644
 
645
  $tab_options = $yit_options[ $current_tab ];
646
  foreach ( $tab_options as $key => $item ) {
340
  $yit_options = $this->get_main_array_options();
341
  $option_key = $this->get_current_option_key();
342
  foreach ( $yit_options[ $option_key ] as $id => $option ) {
343
+ if ( isset( $option[ 'yith-type' ] ) && $option[ 'yith-type' ] == 'multi-colorpicker' && !empty( $option[ 'colorpickers' ] ) ) {
344
  $default = [];
345
+ foreach ( $option[ 'colorpickers' ] as $colorpicker ) {
346
+ $default[ $colorpicker[ 'id' ] ] = isset( $colorpicker[ 'default' ] ) ? $colorpicker[ 'default' ] : '';
347
  }
348
  update_option( $option[ 'id' ], $default );
349
+ } elseif ( isset( $option[ 'default' ] ) ) {
 
350
  update_option( $option[ 'id' ], $option[ 'default' ] );
351
  }
352
  }
371
  wp_enqueue_style( 'wp-jquery-ui-dialog' );
372
  }
373
 
374
+ $screen = function_exists( 'get_current_screen' ) ? get_current_screen() : false;
375
+ $assets_screen_ids = (array) apply_filters( 'yith_plugin_fw_wc_panel_screen_ids_for_assets', array() );
376
+
377
  // enqueue styles only in the current panel page
378
+ if ( $screen && ( 'admin.php' === $pagenow && strpos( $screen->id, $this->settings[ 'page' ] ) !== false ) || in_array( $screen->id, $assets_screen_ids ) ) {
379
  $woocommerce_version = function_exists( 'WC' ) ? WC()->version : $woocommerce->version;
380
  $woocommerce_settings_deps = array( 'jquery', 'jquery-ui-datepicker', 'jquery-ui-sortable', 'iris' );
381
 
398
  wp_localize_script( 'woocommerce_settings', 'woocommerce_settings_params', array(
399
  'i18n_nav_warning' => __( 'The changes you have made will be lost if you leave this page.', 'yith-plugin-fw' )
400
  ) );
 
401
  wp_enqueue_script( 'yith-plugin-fw-fields' );
402
  }
403
 
404
+ if ( $screen && ( 'admin.php' === $pagenow && yith_plugin_fw_is_panel() ) || in_array( $screen->id, $assets_screen_ids ) ) {
405
  wp_enqueue_media();
406
  wp_enqueue_style( 'yit-plugin-style' );
407
  wp_enqueue_script( 'yit-plugin-panel' );
408
  }
409
 
410
+ if ( $screen && 'admin.php' === $pagenow && strpos( $screen->id, 'yith_upgrade_premium_version' ) !== false ) {
411
  wp_enqueue_style( 'yit-upgrade-to-pro' );
412
  wp_enqueue_script( 'colorbox' );
413
  }
471
  public static function admin_body_class( $admin_body_classes ) {
472
  global $pagenow;
473
 
474
+ $assets_screen_ids = (array) apply_filters( 'yith_plugin_fw_wc_panel_screen_ids_for_assets', array() );
475
+
476
+
477
+ if ( ( 'admin.php' == $pagenow && ( strpos( get_current_screen()->id, 'yith-plugins_page' ) !== false || in_array( get_current_screen()->id, $assets_screen_ids ) ) ) )
478
  $admin_body_classes = substr_count( $admin_body_classes, self::$body_class ) == 0 ? $admin_body_classes . self::$body_class : $admin_body_classes;
479
 
480
  return 'admin.php' == $pagenow && substr_count( $admin_body_classes, 'woocommerce' ) == 0 ? $admin_body_classes .= ' woocommerce ' : $admin_body_classes;
553
 
554
  if ( $value && isset( $option[ 'elements' ] ) && !empty( $option[ 'elements' ] ) ) {
555
 
556
+ $value = maybe_unserialize( $value );
557
 
558
+ if ( isset( $value[ 'box_id' ] ) ) {
559
+ unset( $value[ 'box_id' ] );
560
+ }
561
 
562
  foreach ( $value as $index => $single_toggle ) {
563
 
571
  }
572
 
573
  foreach ( $option[ 'elements' ] as $element ) {
574
+ $element_value = isset( $value[ $index ][ $element[ 'id' ] ] ) ? $value[ $index ][ $element[ 'id' ] ] : false;
575
  $value[ $index ][ $element[ 'id' ] ] = self::sanitize_option( $element_value, $element, $element_value );
576
  }
577
  }
631
  */
632
  public function save_toggle_element_options() {
633
 
634
+ check_ajax_referer( 'save-toggle-element', 'security' );
635
 
636
+ if ( !current_user_can( $this->settings[ 'capability' ] ) ) {
637
+ wp_die( -1 );
638
+ }
639
 
640
  $posted = $_POST;
641
  $tabs = $this->get_available_tabs();
644
  $option_id = isset( $_REQUEST[ 'toggle_id' ] ) ? $_REQUEST[ 'toggle_id' ] : '';
645
  $updated = false;
646
 
647
+ if ( !empty( $yit_options[ $current_tab ] ) && !empty( $option_id ) ) {
648
 
649
  $tab_options = $yit_options[ $current_tab ];
650
  foreach ( $tab_options as $key => $item ) {
plugin-fw/lib/yit-plugin-panel.php CHANGED
@@ -132,7 +132,8 @@ if ( !class_exists( 'YIT_Plugin_Panel' ) ) {
132
  global $pagenow, $post_type, $taxonomy;
133
  $tabs = false;
134
 
135
- if ( in_array( $pagenow, array( 'post.php', 'post-new.php', 'edit.php' ), true ) ) {
 
136
  $tabs = $this->get_post_type_tabs( $post_type );
137
  } else if ( in_array( $pagenow, array( 'edit-tags.php', 'term.php' ), true ) ) {
138
  $tabs = $this->get_taxonomy_tabs( $taxonomy );
@@ -948,9 +949,9 @@ if ( !class_exists( 'YIT_Plugin_Panel' ) ) {
948
  */
949
  function get_tab_title() {
950
  $yit_options = $this->get_main_array_options();
951
- $current_tab = $this->get_current_tab();
952
 
953
- foreach ( $yit_options[ $current_tab ] as $sections => $data ) {
954
  foreach ( $data as $option ) {
955
  if ( isset( $option[ 'type' ] ) && $option[ 'type' ] == 'title' ) {
956
  return $option[ 'name' ];
@@ -971,9 +972,9 @@ if ( !class_exists( 'YIT_Plugin_Panel' ) ) {
971
  */
972
  function get_section_title( $section ) {
973
  $yit_options = $this->get_main_array_options();
974
- $current_tab = $this->get_current_tab();
975
 
976
- foreach ( $yit_options[ $current_tab ][ $section ] as $option ) {
977
  if ( isset( $option[ 'type' ] ) && $option[ 'type' ] == 'section' ) {
978
  return $option[ 'name' ];
979
  }
@@ -992,9 +993,9 @@ if ( !class_exists( 'YIT_Plugin_Panel' ) ) {
992
  */
993
  function get_section_description( $section ) {
994
  $yit_options = $this->get_main_array_options();
995
- $current_tab = $this->get_current_tab();
996
 
997
- foreach ( $yit_options[ $current_tab ][ $section ] as $option ) {
998
  if ( isset( $option[ 'type' ] ) && $option[ 'type' ] == 'section' && isset( $option[ 'desc' ] ) ) {
999
  return '<p>' . $option[ 'desc' ] . '</p>';
1000
  }
132
  global $pagenow, $post_type, $taxonomy;
133
  $tabs = false;
134
 
135
+ if ( in_array( $pagenow, array( 'post.php', 'post-new.php', 'edit.php' ), true )
136
+ && !in_array( $post_type, array( 'product', 'page', 'post' ) ) ) {
137
  $tabs = $this->get_post_type_tabs( $post_type );
138
  } else if ( in_array( $pagenow, array( 'edit-tags.php', 'term.php' ), true ) ) {
139
  $tabs = $this->get_taxonomy_tabs( $taxonomy );
949
  */
950
  function get_tab_title() {
951
  $yit_options = $this->get_main_array_options();
952
+ $option_key = $this->get_current_option_key();
953
 
954
+ foreach ( $yit_options[ $option_key ] as $sections => $data ) {
955
  foreach ( $data as $option ) {
956
  if ( isset( $option[ 'type' ] ) && $option[ 'type' ] == 'title' ) {
957
  return $option[ 'name' ];
972
  */
973
  function get_section_title( $section ) {
974
  $yit_options = $this->get_main_array_options();
975
+ $option_key = $this->get_current_option_key();
976
 
977
+ foreach ( $yit_options[ $option_key ][ $section ] as $option ) {
978
  if ( isset( $option[ 'type' ] ) && $option[ 'type' ] == 'section' ) {
979
  return $option[ 'name' ];
980
  }
993
  */
994
  function get_section_description( $section ) {
995
  $yit_options = $this->get_main_array_options();
996
+ $option_key = $this->get_current_option_key();
997
 
998
+ foreach ( $yit_options[ $option_key ][ $section ] as $option ) {
999
  if ( isset( $option[ 'type' ] ) && $option[ 'type' ] == 'section' && isset( $option[ 'desc' ] ) ) {
1000
  return '<p>' . $option[ 'desc' ] . '</p>';
1001
  }
plugin-fw/lib/yit-pointers.php CHANGED
@@ -65,7 +65,7 @@ if ( ! class_exists( 'YIT_Pointers' ) ) {
65
  $this->_default_pointer['plugins'] = array(
66
  'screen_id' => 'plugins',
67
  'options' => array(
68
- 'content' => sprintf( '<h3> %s </h3> <p> %s </p> <p> %s <a href="http://yithemes.com/product-category/plugins/" target="_blank">yithemes.com</a> %s
69
  <a href="https://profiles.wordpress.org/yithemes/" target="_blank">Wordpress.org</a></p>',
70
  __( 'Plugins Activated', 'yith-plugin-fw' ),
71
  __( 'From now on, you can find all plugin options in YITH Plugins menu.
@@ -79,7 +79,7 @@ if ( ! class_exists( 'YIT_Pointers' ) ) {
79
  $this->_default_pointer['update'] = array(
80
  'screen_id' => 'update',
81
  'options' => array(
82
- 'content' => sprintf( '<h3> %s </h3> <p> %s </p> <p> %s <a href="http://yithemes.com/product-category/plugins/" target="_blank">yithemes.com</a> %s
83
  <a href="https://profiles.wordpress.org/yithemes/" target="_blank">Wordpress.org</a></p>',
84
  __( 'Plugins Upgraded', 'yith-plugin-fw' ),
85
  __( 'From now on, you can find the option panel of YITH plugins in YITH Plugins menu.
65
  $this->_default_pointer['plugins'] = array(
66
  'screen_id' => 'plugins',
67
  'options' => array(
68
+ 'content' => sprintf( '<h3> %s </h3> <p> %s </p> <p> %s <a href="https://yithemes.com/product-category/plugins/" target="_blank">yithemes.com</a> %s
69
  <a href="https://profiles.wordpress.org/yithemes/" target="_blank">Wordpress.org</a></p>',
70
  __( 'Plugins Activated', 'yith-plugin-fw' ),
71
  __( 'From now on, you can find all plugin options in YITH Plugins menu.
79
  $this->_default_pointer['update'] = array(
80
  'screen_id' => 'update',
81
  'options' => array(
82
+ 'content' => sprintf( '<h3> %s </h3> <p> %s </p> <p> %s <a href="https://yithemes.com/product-category/plugins/" target="_blank">yithemes.com</a> %s
83
  <a href="https://profiles.wordpress.org/yithemes/" target="_blank">Wordpress.org</a></p>',
84
  __( 'Plugins Upgraded', 'yith-plugin-fw' ),
85
  __( 'From now on, you can find the option panel of YITH plugins in YITH Plugins menu.
plugin-fw/lib/yith-system-status.php CHANGED
@@ -19,17 +19,12 @@ if ( ! class_exists( 'YITH_System_Status' ) ) {
19
  * Setting Page to Manage Plugins
20
  *
21
  * @class YITH_System_Status
22
- * @package YITH
23
  * @since 1.0
24
  * @author Alberto Ruggiero
 
25
  */
26
  class YITH_System_Status {
27
 
28
- /**
29
- * @var array The settings require to add the submenu page "System Status"
30
- */
31
- protected $_settings = array();
32
-
33
  /**
34
  * @var string the page slug
35
  */
@@ -48,16 +43,16 @@ if ( ! class_exists( 'YITH_System_Status' ) ) {
48
  /**
49
  * Single instance of the class
50
  *
51
- * @var \YITH_System_Status
52
  * @since 1.0.0
 
53
  */
54
  protected static $_instance = null;
55
 
56
  /**
57
  * Main plugin Instance
58
  *
59
- * @since 1.0.0
60
  * @return YITH_System_Status
 
61
  * @author Alberto Ruggiero
62
  */
63
  public static function instance() {
@@ -71,8 +66,8 @@ if ( ! class_exists( 'YITH_System_Status' ) ) {
71
  /**
72
  * Constructor
73
  *
74
- * @since 1.0.0
75
  * @return void
 
76
  * @author Alberto Ruggiero
77
  */
78
  public function __construct() {
@@ -89,16 +84,22 @@ if ( ! class_exists( 'YITH_System_Status' ) ) {
89
  return;
90
  }
91
 
92
- $system_info = get_option( 'yith_system_info' );
93
- $error_notice = ( $system_info['errors'] === true ? ' <span class="yith-system-info-menu update-plugins">!</span>' : '' );
 
 
 
94
 
95
- $this->_settings = array(
96
- 'parent_page' => 'yith_plugin_panel',
97
- 'page_title' => __( 'System Status', 'yith-plugin-fw' ),
98
- 'menu_title' => __( 'System Status', 'yith-plugin-fw' ) . $error_notice,
99
- 'capability' => 'manage_options',
100
- 'page' => $this->_page,
101
- );
 
 
 
102
 
103
  $this->_requirement_labels = array(
104
  'min_wp_version' => __( 'WordPress Version', 'yith-plugin-fw' ),
@@ -116,28 +117,33 @@ if ( ! class_exists( 'YITH_System_Status' ) ) {
116
  'url_fopen_enabled' => __( 'URL FOpen', 'yith-plugin-fw' ),
117
  );
118
 
119
- add_action( 'admin_menu', array( $this, 'add_submenu_page' ), 99 );
120
- add_action( 'admin_init', array( $this, 'check_system_status' ) );
121
- add_action( 'admin_notices', array( $this, 'activate_system_notice' ), 15 );
122
- add_action( 'admin_enqueue_scripts', array( $this, 'dismissable_notice' ), 20 );
123
-
124
-
125
  }
126
 
127
  /**
128
  * Add "System Information" submenu page under YITH Plugins
129
  *
130
- * @since 1.0.0
131
  * @return void
 
132
  * @author Alberto Ruggiero
133
  */
134
  public function add_submenu_page() {
 
 
 
 
 
 
 
 
 
 
 
135
  add_submenu_page(
136
- $this->_settings['parent_page'],
137
- $this->_settings['page_title'],
138
- $this->_settings['menu_title'],
139
- $this->_settings['capability'],
140
- $this->_settings['page'],
141
  array( $this, 'show_information_panel' )
142
  );
143
  }
@@ -145,8 +151,8 @@ if ( ! class_exists( 'YITH_System_Status' ) ) {
145
  /**
146
  * Add "System Information" page template under YITH Plugins
147
  *
148
- * @since 1.0.0
149
  * @return void
 
150
  * @author Alberto Ruggiero
151
  */
152
  public function show_information_panel() {
@@ -161,8 +167,8 @@ if ( ! class_exists( 'YITH_System_Status' ) ) {
161
  /**
162
  * Perform system status check
163
  *
164
- * @since 1.0.0
165
  * @return void
 
166
  * @author Alberto Ruggiero
167
  */
168
  public function check_system_status() {
@@ -231,12 +237,12 @@ if ( ! class_exists( 'YITH_System_Status' ) ) {
231
  /**
232
  * Handle plugin requirements
233
  *
234
- * @since 1.0.0
235
- *
236
  * @param $plugin_name string
237
  * @param $requirements array
238
  *
239
  * @return void
 
 
240
  * @author Alberto Ruggiero
241
  */
242
  public function add_requirements( $plugin_name, $requirements ) {
@@ -255,8 +261,8 @@ if ( ! class_exists( 'YITH_System_Status' ) ) {
255
  /**
256
  * Manages notice dismissing
257
  *
258
- * @since 1.0.0
259
  * @return void
 
260
  * @author Alberto Ruggiero
261
  */
262
  public function dismissable_notice() {
@@ -268,8 +274,8 @@ if ( ! class_exists( 'YITH_System_Status' ) ) {
268
  /**
269
  * Show system notice
270
  *
271
- * @since 1.0.0
272
  * @return void
 
273
  * @author Alberto Ruggiero
274
  */
275
  public function activate_system_notice() {
@@ -300,8 +306,8 @@ if ( ! class_exists( 'YITH_System_Status' ) ) {
300
  /**
301
  * Get system information
302
  *
303
- * @since 1.0.0
304
  * @return array
 
305
  * @author Alberto Ruggiero
306
  */
307
  public function get_system_info() {
@@ -357,11 +363,11 @@ if ( ! class_exists( 'YITH_System_Status' ) ) {
357
  /**
358
  * Convert site into number
359
  *
360
- * @since 1.0.0
361
- *
362
  * @param $memory_size string
363
  *
364
  * @return integer
 
 
365
  * @author Alberto Ruggiero
366
  */
367
  public function memory_size_to_num( $memory_size ) {
19
  * Setting Page to Manage Plugins
20
  *
21
  * @class YITH_System_Status
 
22
  * @since 1.0
23
  * @author Alberto Ruggiero
24
+ * @package YITH
25
  */
26
  class YITH_System_Status {
27
 
 
 
 
 
 
28
  /**
29
  * @var string the page slug
30
  */
43
  /**
44
  * Single instance of the class
45
  *
 
46
  * @since 1.0.0
47
+ * @var \YITH_System_Status
48
  */
49
  protected static $_instance = null;
50
 
51
  /**
52
  * Main plugin Instance
53
  *
 
54
  * @return YITH_System_Status
55
+ * @since 1.0.0
56
  * @author Alberto Ruggiero
57
  */
58
  public static function instance() {
66
  /**
67
  * Constructor
68
  *
 
69
  * @return void
70
+ * @since 1.0.0
71
  * @author Alberto Ruggiero
72
  */
73
  public function __construct() {
84
  return;
85
  }
86
 
87
+ add_action( 'admin_menu', array( $this, 'add_submenu_page' ), 99 );
88
+ add_action( 'admin_init', array( $this, 'check_system_status' ) );
89
+ add_action( 'admin_notices', array( $this, 'activate_system_notice' ), 15 );
90
+ add_action( 'admin_enqueue_scripts', array( $this, 'dismissable_notice' ), 20 );
91
+ add_action( 'init', array( $this, 'set_requirements_labels' ) );
92
 
93
+ }
94
+
95
+ /**
96
+ * Set requirements labels
97
+ *
98
+ * @return void
99
+ * @since 1.0.0
100
+ * @author Alberto Ruggiero
101
+ */
102
+ public function set_requirements_labels() {
103
 
104
  $this->_requirement_labels = array(
105
  'min_wp_version' => __( 'WordPress Version', 'yith-plugin-fw' ),
117
  'url_fopen_enabled' => __( 'URL FOpen', 'yith-plugin-fw' ),
118
  );
119
 
 
 
 
 
 
 
120
  }
121
 
122
  /**
123
  * Add "System Information" submenu page under YITH Plugins
124
  *
 
125
  * @return void
126
+ * @since 1.0.0
127
  * @author Alberto Ruggiero
128
  */
129
  public function add_submenu_page() {
130
+
131
+ $system_info = get_option( 'yith_system_info', array() );
132
+ $error_notice = ( $system_info['errors'] === true ? ' <span class="yith-system-info-menu update-plugins">!</span>' : '' );
133
+ $settings = array(
134
+ 'parent_page' => 'yith_plugin_panel',
135
+ 'page_title' => __( 'System Status', 'yith-plugin-fw' ),
136
+ 'menu_title' => __( 'System Status', 'yith-plugin-fw' ) . $error_notice,
137
+ 'capability' => 'manage_options',
138
+ 'page' => $this->_page,
139
+ );
140
+
141
  add_submenu_page(
142
+ $settings['parent_page'],
143
+ $settings['page_title'],
144
+ $settings['menu_title'],
145
+ $settings['capability'],
146
+ $settings['page'],
147
  array( $this, 'show_information_panel' )
148
  );
149
  }
151
  /**
152
  * Add "System Information" page template under YITH Plugins
153
  *
 
154
  * @return void
155
+ * @since 1.0.0
156
  * @author Alberto Ruggiero
157
  */
158
  public function show_information_panel() {
167
  /**
168
  * Perform system status check
169
  *
 
170
  * @return void
171
+ * @since 1.0.0
172
  * @author Alberto Ruggiero
173
  */
174
  public function check_system_status() {
237
  /**
238
  * Handle plugin requirements
239
  *
 
 
240
  * @param $plugin_name string
241
  * @param $requirements array
242
  *
243
  * @return void
244
+ * @since 1.0.0
245
+ *
246
  * @author Alberto Ruggiero
247
  */
248
  public function add_requirements( $plugin_name, $requirements ) {
261
  /**
262
  * Manages notice dismissing
263
  *
 
264
  * @return void
265
+ * @since 1.0.0
266
  * @author Alberto Ruggiero
267
  */
268
  public function dismissable_notice() {
274
  /**
275
  * Show system notice
276
  *
 
277
  * @return void
278
+ * @since 1.0.0
279
  * @author Alberto Ruggiero
280
  */
281
  public function activate_system_notice() {
306
  /**
307
  * Get system information
308
  *
 
309
  * @return array
310
+ * @since 1.0.0
311
  * @author Alberto Ruggiero
312
  */
313
  public function get_system_info() {
363
  /**
364
  * Convert site into number
365
  *
 
 
366
  * @param $memory_size string
367
  *
368
  * @return integer
369
+ * @since 1.0.0
370
+ *
371
  * @author Alberto Ruggiero
372
  */
373
  public function memory_size_to_num( $memory_size ) {
plugin-fw/templates/fields/country-select.php CHANGED
@@ -28,8 +28,7 @@ if ( strstr( $country_setting, ':' ) ) {
28
  $countries = WC()->countries->get_countries();
29
  $class = isset( $class ) ? $class : 'yith-plugin-fw-select';
30
  ?>
31
- <select<?php echo $multiple_html ?>
32
- id="<?php echo $id ?>"
33
  name="<?php echo $name ?>" <?php echo isset( $std ) ? " data-std='{$std}'" : '' ?>
34
  class="wc-enhanced-select <?php echo $class ?>"
35
  <?php echo $placeholder ?>
28
  $countries = WC()->countries->get_countries();
29
  $class = isset( $class ) ? $class : 'yith-plugin-fw-select';
30
  ?>
31
+ <select id="<?php echo $id ?>"
 
32
  name="<?php echo $name ?>" <?php echo isset( $std ) ? " data-std='{$std}'" : '' ?>
33
  class="wc-enhanced-select <?php echo $class ?>"
34
  <?php echo $placeholder ?>
plugin-fw/templates/fields/multi-colorpicker.php CHANGED
@@ -23,9 +23,9 @@ $class = !empty( $class ) ? $class : 'yith-plugin-fw-multi-colorpicker';
23
  <div class="<?php echo esc_attr( $class )?>" id="<?php echo esc_attr( $id ) ?>">
24
 
25
  <?php
26
- $items_to_process = array();
27
-
28
- for ( $i = 0; $i < count( $colorpickers ); $i++ ):
29
  $items = $colorpickers[ $i ];
30
 
31
  // make sure that we have at least one group
23
  <div class="<?php echo esc_attr( $class )?>" id="<?php echo esc_attr( $id ) ?>">
24
 
25
  <?php
26
+ $items_to_process = array();
27
+ $colorpickers_count = count( $colorpickers );
28
+ for ( $i = 0; $i < $colorpickers_count; $i++ ):
29
  $items = $colorpickers[ $i ];
30
 
31
  // make sure that we have at least one group
plugin-fw/templates/fields/multi-select.php CHANGED
@@ -19,7 +19,8 @@ if ( empty( $selects ) ){
19
  ?>
20
  <div class="yith-plugin-fw-multi-select" id="<?php echo esc_attr( $id ) ?>">
21
  <?php
22
- for( $i = 0; $i < count( $selects ); $i++ ) :
 
23
  // open group
24
  if( ( $i%2 ) == 0 ) : ?>
25
  <div class="yith-select-group">
19
  ?>
20
  <div class="yith-plugin-fw-multi-select" id="<?php echo esc_attr( $id ) ?>">
21
  <?php
22
+ $selects_count = count( $selects );
23
+ for( $i = 0; $i < $selects_count; $i++ ) :
24
  // open group
25
  if( ( $i%2 ) == 0 ) : ?>
26
  <div class="yith-select-group">
plugin-fw/templates/fields/onoff.php CHANGED
@@ -20,7 +20,9 @@ extract( $field );
20
  <?php checked( yith_plugin_fw_is_true( $value ) ) ?> class="on_off" <?php if ( isset( $std ) ) : ?>data-std="<?php echo $std ?>"<?php endif ?>
21
  <?php echo $custom_attributes ?>
22
  />
23
- <span class="yith-plugin-fw-onoff"></span>
 
 
24
  </div>
25
  <?php
26
  if ( isset( $field[ 'desc-inline' ] ) ) {
20
  <?php checked( yith_plugin_fw_is_true( $value ) ) ?> class="on_off" <?php if ( isset( $std ) ) : ?>data-std="<?php echo $std ?>"<?php endif ?>
21
  <?php echo $custom_attributes ?>
22
  />
23
+ <span class="yith-plugin-fw-onoff"
24
+ data-text-on="<?php echo esc_attr_x( 'ON', 'ON/OFF button: use MAX 3 characters!', 'yith-plugin-fw' ); ?>"
25
+ data-text-off="<?php echo esc_attr_x( 'OFF', 'ON/OFF button: use MAX 3 characters!', 'yith-plugin-fw' ); ?>"></span>
26
  </div>
27
  <?php
28
  if ( isset( $field[ 'desc-inline' ] ) ) {
plugin-fw/templates/panel/panel-field-container.php CHANGED
@@ -1,7 +1,6 @@
1
  <?php
2
  /**
3
  * This file belongs to the YIT Plugin Framework.
4
- *
5
  * This source file is subject to the GNU GENERAL PUBLIC LICENSE (GPL 3.0)
6
  * that is bundled with this package in the file LICENSE.txt.
7
  * It is also available through the world-wide-web at this URL:
@@ -34,8 +33,11 @@ if ( !empty( $custom_attributes ) )
34
  <div class="option">
35
  <?php yith_plugin_fw_get_field( $field, true, false ); ?>
36
  </div>
37
- <span class="description"><?php echo $option[ 'desc' ] ?></span>
38
 
 
 
 
 
39
  <div class="clear"></div>
40
  </div>
41
 
1
  <?php
2
  /**
3
  * This file belongs to the YIT Plugin Framework.
 
4
  * This source file is subject to the GNU GENERAL PUBLIC LICENSE (GPL 3.0)
5
  * that is bundled with this package in the file LICENSE.txt.
6
  * It is also available through the world-wide-web at this URL:
33
  <div class="option">
34
  <?php yith_plugin_fw_get_field( $field, true, false ); ?>
35
  </div>
 
36
 
37
+ <?php if ( !empty( $option[ 'desc' ] ) ): ?>
38
+ <span class="description"><?php echo $option[ 'desc' ] ?></span>
39
+ <?php endif; ?>
40
+
41
  <div class="clear"></div>
42
  </div>
43
 
plugin-fw/yit-functions.php CHANGED
@@ -348,8 +348,10 @@ if ( !function_exists( 'yit_get_post_meta' ) ) {
348
 
349
  $sub_meta = explode( '[', $meta );
350
 
351
- $meta = get_post_meta( $id, current( $sub_meta ), true );
352
- for ( $i = 1; $i < count( $sub_meta ); $i++ ) {
 
 
353
  $current_submeta = rtrim( $sub_meta[ $i ], ']' );
354
  if ( !isset( $meta[ $current_submeta ] ) )
355
  return false;
@@ -794,6 +796,25 @@ if ( !function_exists( 'yit_load_js_file' ) ) {
794
  }
795
  }
796
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
797
  if ( !function_exists( 'yit_wpml_register_string' ) ) {
798
  /**
799
  * Register a string in wpml trnslation
348
 
349
  $sub_meta = explode( '[', $meta );
350
 
351
+ $meta = get_post_meta( $id, current( $sub_meta ), true );
352
+ $sub_meta_count = count( $sub_meta );
353
+
354
+ for ( $i = 1; $i < $sub_meta_count; $i++ ) {
355
  $current_submeta = rtrim( $sub_meta[ $i ], ']' );
356
  if ( !isset( $meta[ $current_submeta ] ) )
357
  return false;
796
  }
797
  }
798
 
799
+ if ( !function_exists( 'yit_load_css_file' ) ) {
800
+ /**
801
+ * Load .min.css file if WP_Debug is not defined
802
+ *
803
+ * @param string $filename The file name
804
+ * @return string The file path
805
+ * @since 2.0.0
806
+ * @author Alberto Ruggiero
807
+ */
808
+ function yit_load_css_file( $filename ) {
809
+
810
+ if ( !( ( defined( 'WP_DEBUG' ) && WP_DEBUG ) || ( defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ) || isset( $_GET[ 'yith_script_debug' ] ) ) ) {
811
+ $filename = str_replace( '.css', '.min.css', $filename );
812
+ }
813
+
814
+ return $filename;
815
+ }
816
+ }
817
+
818
  if ( !function_exists( 'yit_wpml_register_string' ) ) {
819
  /**
820
  * Register a string in wpml trnslation