Version Description
Download this release
Release Info
Developer | yithemes |
Plugin | YITH WooCommerce Zoom Magnifier |
Version | 1.2.0 |
Comparing to | |
See all releases |
Code changes from version 1.1.8 to 1.2.0
- README.txt +7 -2
- assets/js/yith_magnifier.js +0 -5
- init.php +3 -3
- languages/default.po +166 -143
- languages/ywzm.pot +234 -292
- plugin-fw/lib/yit-upgrade.php +2 -2
- plugin-fw/licence/lib/yit-licence.php +3 -3
- plugin-fw/templates/metaboxes/tab.php +10 -1
- plugin-fw/templates/metaboxes/types/contactform.php +5 -1
- plugin-fw/templates/metaboxes/types/onoff.php +4 -0
- plugin-fw/yit-deactive-plugin.php +1 -1
- plugin-fw/yit-functions.php +3 -1
- yit-common/yith-panel.php +551 -505
README.txt
CHANGED
@@ -3,8 +3,8 @@
|
|
3 |
Contributors: yithemes
|
4 |
Tags: zoom, magnifier, woocommerce, product image, themes, yit, e-commerce, shop, thumbnail, thumbnail slider, zoom image, carousel, image carousel
|
5 |
Requires at least: 3.5.1
|
6 |
-
Tested up to: 4.
|
7 |
-
Stable tag: 1.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -59,6 +59,11 @@ The size of the Zoom Image is automatically setted. If you want to change these
|
|
59 |
|
60 |
== Changelog ==
|
61 |
|
|
|
|
|
|
|
|
|
|
|
62 |
= 1.1.8 =
|
63 |
|
64 |
* Fixed: compatibility with some YITHEMES themes.
|
3 |
Contributors: yithemes
|
4 |
Tags: zoom, magnifier, woocommerce, product image, themes, yit, e-commerce, shop, thumbnail, thumbnail slider, zoom image, carousel, image carousel
|
5 |
Requires at least: 3.5.1
|
6 |
+
Tested up to: 4.2
|
7 |
+
Stable tag: 1.2.0
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
59 |
|
60 |
== Changelog ==
|
61 |
|
62 |
+
= Version 1.2.0 - RELEASED: APR 22, 2015 ==
|
63 |
+
|
64 |
+
* Fix : security issue (https://make.wordpress.org/plugins/2015/04/20/fixing-add_query_arg-and-remove_query_arg-usage/)
|
65 |
+
* Tweak : support up to Wordpress 4.2
|
66 |
+
|
67 |
= 1.1.8 =
|
68 |
|
69 |
* Fixed: compatibility with some YITHEMES themes.
|
assets/js/yith_magnifier.js
CHANGED
@@ -296,19 +296,14 @@
|
|
296 |
self.IMG_smallImage = new Image();
|
297 |
self.IMG_smallImage.src = self.zoomImage.attr('src');
|
298 |
|
299 |
-
console.log($.browser);
|
300 |
if( $.browser.msie && $.browser.version == 8 ) {
|
301 |
-
console.log('1');
|
302 |
$(self.IMG_zoomImage).load(function(){
|
303 |
-
console.log('2');
|
304 |
|
305 |
self._initTrap();
|
306 |
});
|
307 |
} else {
|
308 |
-
console.log('3');
|
309 |
|
310 |
$([self.IMG_zoomImage, self.IMG_smallImage]).imagesLoaded(function(){
|
311 |
-
console.log('4');
|
312 |
|
313 |
self._initTrap();
|
314 |
});
|
296 |
self.IMG_smallImage = new Image();
|
297 |
self.IMG_smallImage.src = self.zoomImage.attr('src');
|
298 |
|
|
|
299 |
if( $.browser.msie && $.browser.version == 8 ) {
|
|
|
300 |
$(self.IMG_zoomImage).load(function(){
|
|
|
301 |
|
302 |
self._initTrap();
|
303 |
});
|
304 |
} else {
|
|
|
305 |
|
306 |
$([self.IMG_zoomImage, self.IMG_smallImage]).imagesLoaded(function(){
|
|
|
307 |
|
308 |
self._initTrap();
|
309 |
});
|
init.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: YITH WooCommerce Zoom Magnifier
|
4 |
* Plugin URI: http://yithemes.com/themes/plugins/yith-woocommerce-zoom-magnifier/
|
5 |
* Description: YITH WooCommerce Zoom Magnifier enables you to add a zoom effect to product images and a thumbnail slider for the product image gallery.
|
6 |
-
* Version: 1.
|
7 |
* Author: Yithemes
|
8 |
* Author URI: http://yithemes.com/
|
9 |
* Text Domain: ywzm
|
@@ -11,7 +11,7 @@
|
|
11 |
*
|
12 |
* @author Your Inspiration Themes
|
13 |
* @package YITH WooCommerce Magnifier
|
14 |
-
* @version 1.
|
15 |
*/
|
16 |
/* Copyright 2013-2015 Your Inspiration Themes (email : plugins@yithemes.com)
|
17 |
|
@@ -65,7 +65,7 @@ if ( ! defined( 'YITH_YWZM_FREE_INIT' ) ) {
|
|
65 |
}
|
66 |
|
67 |
if ( ! defined( 'YITH_YWZM_VERSION' ) ) {
|
68 |
-
define( 'YITH_YWZM_VERSION', '1.
|
69 |
}
|
70 |
|
71 |
if ( ! defined( 'YITH_YWZM_FILE' ) ) {
|
3 |
* Plugin Name: YITH WooCommerce Zoom Magnifier
|
4 |
* Plugin URI: http://yithemes.com/themes/plugins/yith-woocommerce-zoom-magnifier/
|
5 |
* Description: YITH WooCommerce Zoom Magnifier enables you to add a zoom effect to product images and a thumbnail slider for the product image gallery.
|
6 |
+
* Version: 1.2.0
|
7 |
* Author: Yithemes
|
8 |
* Author URI: http://yithemes.com/
|
9 |
* Text Domain: ywzm
|
11 |
*
|
12 |
* @author Your Inspiration Themes
|
13 |
* @package YITH WooCommerce Magnifier
|
14 |
+
* @version 1.2.0
|
15 |
*/
|
16 |
/* Copyright 2013-2015 Your Inspiration Themes (email : plugins@yithemes.com)
|
17 |
|
65 |
}
|
66 |
|
67 |
if ( ! defined( 'YITH_YWZM_VERSION' ) ) {
|
68 |
+
define( 'YITH_YWZM_VERSION', '1.2.0' );
|
69 |
}
|
70 |
|
71 |
if ( ! defined( 'YITH_YWZM_FILE' ) ) {
|
languages/default.po
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: YITH WooCommerce Order Tracking\n"
|
4 |
-
"POT-Creation-Date: 2015-
|
5 |
-
"PO-Revision-Date: 2015-
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
|
8 |
"Language: en\n"
|
@@ -58,7 +58,7 @@ msgstr ""
|
|
58 |
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1048
|
59 |
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1196
|
60 |
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1202
|
61 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
62 |
msgid "Settings"
|
63 |
msgstr ""
|
64 |
|
@@ -294,82 +294,81 @@ msgstr ""
|
|
294 |
msgid "Add with multiupload"
|
295 |
msgstr ""
|
296 |
|
297 |
-
#: ../plugin-fw/lib/yit-plugin-panel-wc.php:
|
298 |
msgid "The changes you have made will be lost if you leave this page."
|
299 |
msgstr ""
|
300 |
|
301 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
302 |
msgid "Plugin Settings"
|
303 |
msgstr ""
|
304 |
|
305 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
306 |
#: ../plugin-fw/lib/yit-plugin-subpanel.php:101
|
307 |
msgid "YIT Plugins"
|
308 |
msgstr ""
|
309 |
|
310 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
311 |
#: ../plugin-fw/lib/yit-plugin-subpanel.php:142
|
312 |
#: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:5
|
313 |
msgid "Save Changes"
|
314 |
msgstr ""
|
315 |
|
316 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
317 |
#: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:8
|
318 |
msgid ""
|
319 |
"If you continue with this action, you will reset all options in this page."
|
320 |
msgstr ""
|
321 |
|
322 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
323 |
#: ../plugin-fw/lib/yit-plugin-subpanel.php:147
|
324 |
-
|
325 |
-
msgid "Reset Defaults"
|
326 |
msgstr ""
|
327 |
|
328 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
329 |
#: ../plugin-fw/lib/yit-plugin-subpanel.php:147
|
330 |
#: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
|
331 |
msgid "Are you sure?"
|
332 |
msgstr ""
|
333 |
|
334 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
335 |
msgid ""
|
336 |
"The element you have entered already exists. Please, enter another name."
|
337 |
msgstr ""
|
338 |
|
339 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
340 |
msgid "Settings saved"
|
341 |
msgstr ""
|
342 |
|
343 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
344 |
msgid "Settings reset"
|
345 |
msgstr ""
|
346 |
|
347 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
348 |
msgid "Element deleted correctly."
|
349 |
msgstr ""
|
350 |
|
351 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
352 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
353 |
msgid "Element updated correctly."
|
354 |
msgstr ""
|
355 |
|
356 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
357 |
msgid "Database imported correctly."
|
358 |
msgstr ""
|
359 |
|
360 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
361 |
msgid "An error has occurred during import. Please try again."
|
362 |
msgstr ""
|
363 |
|
364 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
365 |
msgid "The added file is not valid."
|
366 |
msgstr ""
|
367 |
|
368 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
369 |
msgid "Sorry, import is disabled."
|
370 |
msgstr ""
|
371 |
|
372 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
373 |
msgid "Sorting successful."
|
374 |
msgstr ""
|
375 |
|
@@ -559,72 +558,92 @@ msgstr ""
|
|
559 |
|
560 |
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:23
|
561 |
msgid ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
562 |
"Have you updated your licenses? Have you asked for an extension? Update "
|
563 |
"information concerning your products."
|
564 |
msgstr ""
|
565 |
|
566 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
567 |
msgid "Update licence information"
|
568 |
msgstr ""
|
569 |
|
570 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
571 |
msgid "Products to be activated"
|
572 |
msgstr ""
|
573 |
|
574 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
575 |
msgid "Activate"
|
576 |
msgstr ""
|
577 |
|
578 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
579 |
msgid "Activated"
|
580 |
msgstr ""
|
581 |
|
582 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
583 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
584 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
585 |
msgid "Product Name"
|
586 |
msgstr ""
|
587 |
|
588 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
589 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
590 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
591 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
592 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
593 |
msgid "Email"
|
594 |
msgstr ""
|
595 |
|
596 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
597 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
598 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
599 |
msgid "Licence Key"
|
600 |
msgstr ""
|
601 |
|
602 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
603 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
604 |
msgid "Expires"
|
605 |
msgstr ""
|
606 |
|
607 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
608 |
msgid "Remaining"
|
609 |
msgstr ""
|
610 |
|
611 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
612 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
613 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
614 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
615 |
msgid "Renew"
|
616 |
msgstr ""
|
617 |
|
618 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
619 |
#, php-format
|
620 |
msgid "%1s out of %2s"
|
621 |
msgstr ""
|
622 |
|
623 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
624 |
msgid "Banned"
|
625 |
msgstr ""
|
626 |
|
627 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
628 |
msgid "Expired"
|
629 |
msgstr ""
|
630 |
|
@@ -640,208 +659,208 @@ msgstr ""
|
|
640 |
msgid "+ Add New Category"
|
641 |
msgstr ""
|
642 |
|
643 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
644 |
msgid "Text Input"
|
645 |
msgstr ""
|
646 |
|
647 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
648 |
msgid "Checkbox"
|
649 |
msgstr ""
|
650 |
|
651 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
652 |
msgid "Select"
|
653 |
msgstr ""
|
654 |
|
655 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
656 |
msgid "Textarea"
|
657 |
msgstr ""
|
658 |
|
659 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
660 |
msgid "Radio Input"
|
661 |
msgstr ""
|
662 |
|
663 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
664 |
msgid "Password Field"
|
665 |
msgstr ""
|
666 |
|
667 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
668 |
msgid "File Upload"
|
669 |
msgstr ""
|
670 |
|
671 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
672 |
msgid "Theme Icon"
|
673 |
msgstr ""
|
674 |
|
675 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
676 |
msgid "Custom Icon"
|
677 |
msgstr ""
|
678 |
|
679 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
680 |
#: ../plugin-fw/templates/metaboxes/types/responsivesliders.php:24
|
681 |
msgid "None"
|
682 |
msgstr ""
|
683 |
|
684 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
685 |
msgid "Add field"
|
686 |
msgstr ""
|
687 |
|
688 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
689 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
690 |
#: ../plugin-fw/templates/metaboxes/types/customtabs.php:37
|
691 |
#: ../plugin-fw/templates/metaboxes/types/customtabs.php:82
|
692 |
msgid "Remove"
|
693 |
msgstr ""
|
694 |
|
695 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
696 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
697 |
msgid "Click to toggle"
|
698 |
msgstr ""
|
699 |
|
700 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
701 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
702 |
msgid "Title Field"
|
703 |
msgstr ""
|
704 |
|
705 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
706 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
707 |
msgid "Insert the title for the field."
|
708 |
msgstr ""
|
709 |
|
710 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
711 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
712 |
msgid "Data Name"
|
713 |
msgstr ""
|
714 |
|
715 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
716 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
717 |
msgid ""
|
718 |
"REQUIRED: Field identification name to be entered into email body. "
|
719 |
"<strong>Note:</strong>Use only lowercase characters and underscores."
|
720 |
msgstr ""
|
721 |
|
722 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
723 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
724 |
msgid "Type field"
|
725 |
msgstr ""
|
726 |
|
727 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
728 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
729 |
msgid "Select the type for this field."
|
730 |
msgstr ""
|
731 |
|
732 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
733 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
734 |
msgid "Checked"
|
735 |
msgstr ""
|
736 |
|
737 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
738 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
739 |
msgid "Select this option if you want this field appears as already checked."
|
740 |
msgstr ""
|
741 |
|
742 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
743 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
744 |
msgid "Add options "
|
745 |
msgstr ""
|
746 |
|
747 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:115
|
748 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:307
|
749 |
-
msgid "Add option"
|
750 |
-
msgstr ""
|
751 |
-
|
752 |
#: ../plugin-fw/templates/metaboxes/types/contactform.php:118
|
753 |
#: ../plugin-fw/templates/metaboxes/types/contactform.php:310
|
754 |
-
|
755 |
-
msgid "Selected"
|
756 |
msgstr ""
|
757 |
|
758 |
#: ../plugin-fw/templates/metaboxes/types/contactform.php:121
|
759 |
#: ../plugin-fw/templates/metaboxes/types/contactform.php:313
|
760 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
761 |
msgid "Delete option"
|
762 |
msgstr ""
|
763 |
|
764 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
765 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
766 |
msgid "Error Message"
|
767 |
msgstr ""
|
768 |
|
769 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
770 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
771 |
msgid "Insert the error message for validation."
|
772 |
msgstr ""
|
773 |
|
774 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
775 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
776 |
msgid "Required"
|
777 |
msgstr ""
|
778 |
|
779 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
780 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
781 |
msgid "Select this option if it must be required."
|
782 |
msgstr ""
|
783 |
|
784 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
785 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
786 |
msgid "Select this option if the email must be valid."
|
787 |
msgstr ""
|
788 |
|
789 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
790 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
791 |
msgid "Reply To"
|
792 |
msgstr ""
|
793 |
|
794 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
795 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
796 |
msgid "Select this if it is the email you can reply to."
|
797 |
msgstr ""
|
798 |
|
799 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
800 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
801 |
msgid "Class"
|
802 |
msgstr ""
|
803 |
|
804 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
805 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
806 |
msgid ""
|
807 |
"Insert additional class(es) (separated by commas) for more personalization."
|
808 |
msgstr ""
|
809 |
|
810 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
811 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
812 |
msgid "Icon"
|
813 |
msgstr ""
|
814 |
|
815 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
816 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
817 |
#: ../plugin-fw/templates/metaboxes/types/icon-list.php:69
|
818 |
#: ../plugin-fw/templates/metaboxes/types/select-icon.php:33
|
819 |
#: ../plugin-fw/templates/metaboxes/types/upload.php:21
|
820 |
#: ../plugin-fw/templates/panel/types/upload.php:31
|
821 |
#: ../plugin-fw/templates/panel/woocommerce/woocommerce-upload.php:35
|
822 |
-
#: ../yit-common/yith-panel.php:
|
823 |
msgid "Upload"
|
824 |
msgstr ""
|
825 |
|
826 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
827 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
828 |
#: ../plugin-fw/templates/metaboxes/types/icon-list.php:75
|
829 |
#: ../plugin-fw/templates/metaboxes/types/select-icon.php:39
|
830 |
msgid "Image preview"
|
831 |
msgstr ""
|
832 |
|
833 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
834 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
835 |
msgid "Insert an icon for more personalization."
|
836 |
msgstr ""
|
837 |
|
838 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
839 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
840 |
msgid "Width"
|
841 |
msgstr ""
|
842 |
|
843 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
844 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
845 |
msgid "Set field length."
|
846 |
msgstr ""
|
847 |
|
@@ -881,34 +900,34 @@ msgstr ""
|
|
881 |
msgid "(Default: <i %s></i> )"
|
882 |
msgstr ""
|
883 |
|
884 |
-
#: ../plugin-fw/templates/metaboxes/types/image-gallery.php:35
|
885 |
#: ../plugin-fw/templates/metaboxes/types/image-gallery.php:40
|
886 |
-
#: ../plugin-fw/templates/metaboxes/types/
|
887 |
-
#: ../plugin-fw/templates/metaboxes/types/images.php:
|
|
|
888 |
msgid "Delete image"
|
889 |
msgstr ""
|
890 |
|
891 |
-
#: ../plugin-fw/templates/metaboxes/types/image-gallery.php:
|
892 |
msgid "Add Images to Gallery"
|
893 |
msgstr ""
|
894 |
|
895 |
-
#: ../plugin-fw/templates/metaboxes/types/image-gallery.php:
|
896 |
msgid "Add to gallery"
|
897 |
msgstr ""
|
898 |
|
899 |
-
#: ../plugin-fw/templates/metaboxes/types/image-gallery.php:
|
900 |
msgid "Add images"
|
901 |
msgstr ""
|
902 |
|
903 |
-
#: ../plugin-fw/templates/metaboxes/types/image-gallery.php:
|
904 |
msgid "Delete"
|
905 |
msgstr ""
|
906 |
|
907 |
-
#: ../plugin-fw/templates/metaboxes/types/images.php:
|
908 |
msgid "Upload new images"
|
909 |
msgstr ""
|
910 |
|
911 |
-
#: ../plugin-fw/templates/metaboxes/types/images.php:
|
912 |
msgid "Are you sure you want to remove this image?"
|
913 |
msgstr ""
|
914 |
|
@@ -943,22 +962,22 @@ msgid "Right Sidebar"
|
|
943 |
msgstr ""
|
944 |
|
945 |
#: ../plugin-fw/templates/metaboxes/types/typography.php:42
|
946 |
-
#: ../yit-common/yith-panel.php:
|
947 |
msgid "px"
|
948 |
msgstr ""
|
949 |
|
950 |
#: ../plugin-fw/templates/metaboxes/types/typography.php:43
|
951 |
-
#: ../yit-common/yith-panel.php:
|
952 |
msgid "em"
|
953 |
msgstr ""
|
954 |
|
955 |
#: ../plugin-fw/templates/metaboxes/types/typography.php:44
|
956 |
-
#: ../yit-common/yith-panel.php:
|
957 |
msgid "pt"
|
958 |
msgstr ""
|
959 |
|
960 |
#: ../plugin-fw/templates/metaboxes/types/typography.php:45
|
961 |
-
#: ../yit-common/yith-panel.php:
|
962 |
msgid "rem"
|
963 |
msgstr ""
|
964 |
|
@@ -973,30 +992,34 @@ msgid "Google fonts"
|
|
973 |
msgstr ""
|
974 |
|
975 |
#: ../plugin-fw/templates/metaboxes/types/typography.php:96
|
976 |
-
#: ../yit-common/yith-panel.php:
|
977 |
msgid "Regular"
|
978 |
msgstr ""
|
979 |
|
980 |
#: ../plugin-fw/templates/metaboxes/types/typography.php:97
|
981 |
-
#: ../yit-common/yith-panel.php:
|
982 |
msgid "Bold"
|
983 |
msgstr ""
|
984 |
|
985 |
#: ../plugin-fw/templates/metaboxes/types/typography.php:98
|
986 |
-
#: ../yit-common/yith-panel.php:
|
987 |
msgid "Extra bold"
|
988 |
msgstr ""
|
989 |
|
990 |
#: ../plugin-fw/templates/metaboxes/types/typography.php:99
|
991 |
-
#: ../yit-common/yith-panel.php:
|
992 |
msgid "Italic"
|
993 |
msgstr ""
|
994 |
|
995 |
#: ../plugin-fw/templates/metaboxes/types/typography.php:100
|
996 |
-
#: ../yit-common/yith-panel.php:
|
997 |
msgid "Italic bold"
|
998 |
msgstr ""
|
999 |
|
|
|
|
|
|
|
|
|
1000 |
#: ../plugin-options/general-options.php:16
|
1001 |
msgid "Image size"
|
1002 |
msgstr ""
|
@@ -1182,22 +1205,22 @@ msgid ""
|
|
1182 |
"and support through our platform available 24h/24."
|
1183 |
msgstr ""
|
1184 |
|
1185 |
-
#: ../yit-common/yith-panel.php:
|
1186 |
msgid "Select a date"
|
1187 |
msgstr ""
|
1188 |
|
1189 |
-
#: ../yit-common/yith-panel.php:
|
1190 |
msgid "Hours"
|
1191 |
msgstr ""
|
1192 |
|
1193 |
-
#: ../yit-common/yith-panel.php:
|
1194 |
msgid "Minutes"
|
1195 |
msgstr ""
|
1196 |
|
1197 |
-
#: ../yit-common/yith-panel.php:
|
1198 |
msgid "Select a font family"
|
1199 |
msgstr ""
|
1200 |
|
1201 |
-
#: ../yit-common/yith-panel.php:
|
1202 |
msgid "Click to preview"
|
1203 |
msgstr ""
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: YITH WooCommerce Order Tracking\n"
|
4 |
+
"POT-Creation-Date: 2015-04-22 12:25+0100\n"
|
5 |
+
"PO-Revision-Date: 2015-04-22 12:25+0100\n"
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
|
8 |
"Language: en\n"
|
58 |
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1048
|
59 |
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1196
|
60 |
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1202
|
61 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:64
|
62 |
msgid "Settings"
|
63 |
msgstr ""
|
64 |
|
294 |
msgid "Add with multiupload"
|
295 |
msgstr ""
|
296 |
|
297 |
+
#: ../plugin-fw/lib/yit-plugin-panel-wc.php:295
|
298 |
msgid "The changes you have made will be lost if you leave this page."
|
299 |
msgstr ""
|
300 |
|
301 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:63
|
302 |
msgid "Plugin Settings"
|
303 |
msgstr ""
|
304 |
|
305 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:95
|
306 |
#: ../plugin-fw/lib/yit-plugin-subpanel.php:101
|
307 |
msgid "YIT Plugins"
|
308 |
msgstr ""
|
309 |
|
310 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:292
|
311 |
#: ../plugin-fw/lib/yit-plugin-subpanel.php:142
|
312 |
#: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:5
|
313 |
msgid "Save Changes"
|
314 |
msgstr ""
|
315 |
|
316 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:295
|
317 |
#: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:8
|
318 |
msgid ""
|
319 |
"If you continue with this action, you will reset all options in this page."
|
320 |
msgstr ""
|
321 |
|
322 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:297
|
323 |
#: ../plugin-fw/lib/yit-plugin-subpanel.php:147
|
324 |
+
msgid "Reset to Default"
|
|
|
325 |
msgstr ""
|
326 |
|
327 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:297
|
328 |
#: ../plugin-fw/lib/yit-plugin-subpanel.php:147
|
329 |
#: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
|
330 |
msgid "Are you sure?"
|
331 |
msgstr ""
|
332 |
|
333 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:431
|
334 |
msgid ""
|
335 |
"The element you have entered already exists. Please, enter another name."
|
336 |
msgstr ""
|
337 |
|
338 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:432
|
339 |
msgid "Settings saved"
|
340 |
msgstr ""
|
341 |
|
342 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:433
|
343 |
msgid "Settings reset"
|
344 |
msgstr ""
|
345 |
|
346 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:434
|
347 |
msgid "Element deleted correctly."
|
348 |
msgstr ""
|
349 |
|
350 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:435
|
351 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:436
|
352 |
msgid "Element updated correctly."
|
353 |
msgstr ""
|
354 |
|
355 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:437
|
356 |
msgid "Database imported correctly."
|
357 |
msgstr ""
|
358 |
|
359 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:438
|
360 |
msgid "An error has occurred during import. Please try again."
|
361 |
msgstr ""
|
362 |
|
363 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:439
|
364 |
msgid "The added file is not valid."
|
365 |
msgstr ""
|
366 |
|
367 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:440
|
368 |
msgid "Sorry, import is disabled."
|
369 |
msgstr ""
|
370 |
|
371 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:441
|
372 |
msgid "Sorting successful."
|
373 |
msgstr ""
|
374 |
|
558 |
|
559 |
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:23
|
560 |
msgid ""
|
561 |
+
"I cannot find the license key for activating the theme I have bought some "
|
562 |
+
"time ago. Where can I find it?"
|
563 |
+
msgstr ""
|
564 |
+
|
565 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:26
|
566 |
+
msgid ""
|
567 |
+
"If you have purchased one of our products before 27 January 2015, you can "
|
568 |
+
"benefit from support and updates (the services offered with the license)\n"
|
569 |
+
" until 27 January 2016 and you do not have to purchase it again "
|
570 |
+
"to get a new license key, because, before this date, your license used to be "
|
571 |
+
"activated automatically by our system.\n"
|
572 |
+
" After 27 January 2016, instead, if you want to benefit from "
|
573 |
+
"support and updates you have to buy a new license and activate it through "
|
574 |
+
"the license key you will be\n"
|
575 |
+
" provided with and that you can find in your YIThemes account, in "
|
576 |
+
"section \"My licenses\"."
|
577 |
+
msgstr ""
|
578 |
+
|
579 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:37
|
580 |
+
msgid ""
|
581 |
"Have you updated your licenses? Have you asked for an extension? Update "
|
582 |
"information concerning your products."
|
583 |
msgstr ""
|
584 |
|
585 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:39
|
586 |
msgid "Update licence information"
|
587 |
msgstr ""
|
588 |
|
589 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:49
|
590 |
msgid "Products to be activated"
|
591 |
msgstr ""
|
592 |
|
593 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:68
|
594 |
msgid "Activate"
|
595 |
msgstr ""
|
596 |
|
597 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:87
|
598 |
msgid "Activated"
|
599 |
msgstr ""
|
600 |
|
601 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:91
|
602 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:123
|
603 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:147
|
604 |
msgid "Product Name"
|
605 |
msgstr ""
|
606 |
|
607 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:92
|
608 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:124
|
609 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:148
|
610 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:148
|
611 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:340
|
612 |
msgid "Email"
|
613 |
msgstr ""
|
614 |
|
615 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:93
|
616 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:125
|
617 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:149
|
618 |
msgid "Licence Key"
|
619 |
msgstr ""
|
620 |
|
621 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:94
|
622 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:150
|
623 |
msgid "Expires"
|
624 |
msgstr ""
|
625 |
|
626 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:95
|
627 |
msgid "Remaining"
|
628 |
msgstr ""
|
629 |
|
630 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:96
|
631 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:109
|
632 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:151
|
633 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:161
|
634 |
msgid "Renew"
|
635 |
msgstr ""
|
636 |
|
637 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:107
|
638 |
#, php-format
|
639 |
msgid "%1s out of %2s"
|
640 |
msgstr ""
|
641 |
|
642 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:119
|
643 |
msgid "Banned"
|
644 |
msgstr ""
|
645 |
|
646 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:143
|
647 |
msgid "Expired"
|
648 |
msgstr ""
|
649 |
|
659 |
msgid "+ Add New Category"
|
660 |
msgstr ""
|
661 |
|
662 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:7
|
663 |
msgid "Text Input"
|
664 |
msgstr ""
|
665 |
|
666 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:8
|
667 |
msgid "Checkbox"
|
668 |
msgstr ""
|
669 |
|
670 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:9
|
671 |
msgid "Select"
|
672 |
msgstr ""
|
673 |
|
674 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:10
|
675 |
msgid "Textarea"
|
676 |
msgstr ""
|
677 |
|
678 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:11
|
679 |
msgid "Radio Input"
|
680 |
msgstr ""
|
681 |
|
682 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:12
|
683 |
msgid "Password Field"
|
684 |
msgstr ""
|
685 |
|
686 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:13
|
687 |
msgid "File Upload"
|
688 |
msgstr ""
|
689 |
|
690 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:47
|
691 |
msgid "Theme Icon"
|
692 |
msgstr ""
|
693 |
|
694 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:48
|
695 |
msgid "Custom Icon"
|
696 |
msgstr ""
|
697 |
|
698 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:49
|
699 |
#: ../plugin-fw/templates/metaboxes/types/responsivesliders.php:24
|
700 |
msgid "None"
|
701 |
msgstr ""
|
702 |
|
703 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:60
|
704 |
msgid "Add field"
|
705 |
msgstr ""
|
706 |
|
707 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:69
|
708 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:261
|
709 |
#: ../plugin-fw/templates/metaboxes/types/customtabs.php:37
|
710 |
#: ../plugin-fw/templates/metaboxes/types/customtabs.php:82
|
711 |
msgid "Remove"
|
712 |
msgstr ""
|
713 |
|
714 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:70
|
715 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:262
|
716 |
msgid "Click to toggle"
|
717 |
msgstr ""
|
718 |
|
719 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:77
|
720 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:269
|
721 |
msgid "Title Field"
|
722 |
msgstr ""
|
723 |
|
724 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:81
|
725 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:273
|
726 |
msgid "Insert the title for the field."
|
727 |
msgstr ""
|
728 |
|
729 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:86
|
730 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:278
|
731 |
msgid "Data Name"
|
732 |
msgstr ""
|
733 |
|
734 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:90
|
735 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:282
|
736 |
msgid ""
|
737 |
"REQUIRED: Field identification name to be entered into email body. "
|
738 |
"<strong>Note:</strong>Use only lowercase characters and underscores."
|
739 |
msgstr ""
|
740 |
|
741 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:95
|
742 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:287
|
743 |
msgid "Type field"
|
744 |
msgstr ""
|
745 |
|
746 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:103
|
747 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:295
|
748 |
msgid "Select the type for this field."
|
749 |
msgstr ""
|
750 |
|
751 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:108
|
752 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:300
|
753 |
msgid "Checked"
|
754 |
msgstr ""
|
755 |
|
756 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:112
|
757 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:304
|
758 |
msgid "Select this option if you want this field appears as already checked."
|
759 |
msgstr ""
|
760 |
|
761 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:117
|
762 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:309
|
763 |
msgid "Add options "
|
764 |
msgstr ""
|
765 |
|
|
|
|
|
|
|
|
|
|
|
766 |
#: ../plugin-fw/templates/metaboxes/types/contactform.php:118
|
767 |
#: ../plugin-fw/templates/metaboxes/types/contactform.php:310
|
768 |
+
msgid "Add option"
|
|
|
769 |
msgstr ""
|
770 |
|
771 |
#: ../plugin-fw/templates/metaboxes/types/contactform.php:121
|
772 |
#: ../plugin-fw/templates/metaboxes/types/contactform.php:313
|
773 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:436
|
774 |
+
msgid "Selected"
|
775 |
+
msgstr ""
|
776 |
+
|
777 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:124
|
778 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:316
|
779 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:436
|
780 |
msgid "Delete option"
|
781 |
msgstr ""
|
782 |
|
783 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:130
|
784 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:322
|
785 |
msgid "Error Message"
|
786 |
msgstr ""
|
787 |
|
788 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:134
|
789 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:326
|
790 |
msgid "Insert the error message for validation."
|
791 |
msgstr ""
|
792 |
|
793 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:139
|
794 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:331
|
795 |
msgid "Required"
|
796 |
msgstr ""
|
797 |
|
798 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:143
|
799 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:335
|
800 |
msgid "Select this option if it must be required."
|
801 |
msgstr ""
|
802 |
|
803 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:152
|
804 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:344
|
805 |
msgid "Select this option if the email must be valid."
|
806 |
msgstr ""
|
807 |
|
808 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:157
|
809 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:349
|
810 |
msgid "Reply To"
|
811 |
msgstr ""
|
812 |
|
813 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:161
|
814 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:353
|
815 |
msgid "Select this if it is the email you can reply to."
|
816 |
msgstr ""
|
817 |
|
818 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:166
|
819 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:358
|
820 |
msgid "Class"
|
821 |
msgstr ""
|
822 |
|
823 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:170
|
824 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:362
|
825 |
msgid ""
|
826 |
"Insert additional class(es) (separated by commas) for more personalization."
|
827 |
msgstr ""
|
828 |
|
829 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:175
|
830 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:367
|
831 |
msgid "Icon"
|
832 |
msgstr ""
|
833 |
|
834 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:203
|
835 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:391
|
836 |
#: ../plugin-fw/templates/metaboxes/types/icon-list.php:69
|
837 |
#: ../plugin-fw/templates/metaboxes/types/select-icon.php:33
|
838 |
#: ../plugin-fw/templates/metaboxes/types/upload.php:21
|
839 |
#: ../plugin-fw/templates/panel/types/upload.php:31
|
840 |
#: ../plugin-fw/templates/panel/woocommerce/woocommerce-upload.php:35
|
841 |
+
#: ../yit-common/yith-panel.php:435
|
842 |
msgid "Upload"
|
843 |
msgstr ""
|
844 |
|
845 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:209
|
846 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:397
|
847 |
#: ../plugin-fw/templates/metaboxes/types/icon-list.php:75
|
848 |
#: ../plugin-fw/templates/metaboxes/types/select-icon.php:39
|
849 |
msgid "Image preview"
|
850 |
msgstr ""
|
851 |
|
852 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:217
|
853 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:405
|
854 |
msgid "Insert an icon for more personalization."
|
855 |
msgstr ""
|
856 |
|
857 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:222
|
858 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:409
|
859 |
msgid "Width"
|
860 |
msgstr ""
|
861 |
|
862 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:247
|
863 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:421
|
864 |
msgid "Set field length."
|
865 |
msgstr ""
|
866 |
|
900 |
msgid "(Default: <i %s></i> )"
|
901 |
msgstr ""
|
902 |
|
|
|
903 |
#: ../plugin-fw/templates/metaboxes/types/image-gallery.php:40
|
904 |
+
#: ../plugin-fw/templates/metaboxes/types/image-gallery.php:45
|
905 |
+
#: ../plugin-fw/templates/metaboxes/types/images.php:38
|
906 |
+
#: ../plugin-fw/templates/metaboxes/types/images.php:64
|
907 |
msgid "Delete image"
|
908 |
msgstr ""
|
909 |
|
910 |
+
#: ../plugin-fw/templates/metaboxes/types/image-gallery.php:45
|
911 |
msgid "Add Images to Gallery"
|
912 |
msgstr ""
|
913 |
|
914 |
+
#: ../plugin-fw/templates/metaboxes/types/image-gallery.php:45
|
915 |
msgid "Add to gallery"
|
916 |
msgstr ""
|
917 |
|
918 |
+
#: ../plugin-fw/templates/metaboxes/types/image-gallery.php:45
|
919 |
msgid "Add images"
|
920 |
msgstr ""
|
921 |
|
922 |
+
#: ../plugin-fw/templates/metaboxes/types/image-gallery.php:45
|
923 |
msgid "Delete"
|
924 |
msgstr ""
|
925 |
|
926 |
+
#: ../plugin-fw/templates/metaboxes/types/images.php:42
|
927 |
msgid "Upload new images"
|
928 |
msgstr ""
|
929 |
|
930 |
+
#: ../plugin-fw/templates/metaboxes/types/images.php:75
|
931 |
msgid "Are you sure you want to remove this image?"
|
932 |
msgstr ""
|
933 |
|
962 |
msgstr ""
|
963 |
|
964 |
#: ../plugin-fw/templates/metaboxes/types/typography.php:42
|
965 |
+
#: ../yit-common/yith-panel.php:472
|
966 |
msgid "px"
|
967 |
msgstr ""
|
968 |
|
969 |
#: ../plugin-fw/templates/metaboxes/types/typography.php:43
|
970 |
+
#: ../yit-common/yith-panel.php:474
|
971 |
msgid "em"
|
972 |
msgstr ""
|
973 |
|
974 |
#: ../plugin-fw/templates/metaboxes/types/typography.php:44
|
975 |
+
#: ../yit-common/yith-panel.php:476
|
976 |
msgid "pt"
|
977 |
msgstr ""
|
978 |
|
979 |
#: ../plugin-fw/templates/metaboxes/types/typography.php:45
|
980 |
+
#: ../yit-common/yith-panel.php:478
|
981 |
msgid "rem"
|
982 |
msgstr ""
|
983 |
|
992 |
msgstr ""
|
993 |
|
994 |
#: ../plugin-fw/templates/metaboxes/types/typography.php:96
|
995 |
+
#: ../yit-common/yith-panel.php:500
|
996 |
msgid "Regular"
|
997 |
msgstr ""
|
998 |
|
999 |
#: ../plugin-fw/templates/metaboxes/types/typography.php:97
|
1000 |
+
#: ../yit-common/yith-panel.php:502
|
1001 |
msgid "Bold"
|
1002 |
msgstr ""
|
1003 |
|
1004 |
#: ../plugin-fw/templates/metaboxes/types/typography.php:98
|
1005 |
+
#: ../yit-common/yith-panel.php:504
|
1006 |
msgid "Extra bold"
|
1007 |
msgstr ""
|
1008 |
|
1009 |
#: ../plugin-fw/templates/metaboxes/types/typography.php:99
|
1010 |
+
#: ../yit-common/yith-panel.php:506
|
1011 |
msgid "Italic"
|
1012 |
msgstr ""
|
1013 |
|
1014 |
#: ../plugin-fw/templates/metaboxes/types/typography.php:100
|
1015 |
+
#: ../yit-common/yith-panel.php:508
|
1016 |
msgid "Italic bold"
|
1017 |
msgstr ""
|
1018 |
|
1019 |
+
#: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
|
1020 |
+
msgid "Reset Defaults"
|
1021 |
+
msgstr ""
|
1022 |
+
|
1023 |
#: ../plugin-options/general-options.php:16
|
1024 |
msgid "Image size"
|
1025 |
msgstr ""
|
1205 |
"and support through our platform available 24h/24."
|
1206 |
msgstr ""
|
1207 |
|
1208 |
+
#: ../yit-common/yith-panel.php:424
|
1209 |
msgid "Select a date"
|
1210 |
msgstr ""
|
1211 |
|
1212 |
+
#: ../yit-common/yith-panel.php:425
|
1213 |
msgid "Hours"
|
1214 |
msgstr ""
|
1215 |
|
1216 |
+
#: ../yit-common/yith-panel.php:426 ../yit-common/yith-panel.php:427
|
1217 |
msgid "Minutes"
|
1218 |
msgstr ""
|
1219 |
|
1220 |
+
#: ../yit-common/yith-panel.php:490
|
1221 |
msgid "Select a font family"
|
1222 |
msgstr ""
|
1223 |
|
1224 |
+
#: ../yit-common/yith-panel.php:524
|
1225 |
msgid "Click to preview"
|
1226 |
msgstr ""
|
languages/ywzm.pot
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: YITH WooCommerce Order Tracking\n"
|
4 |
-
"POT-Creation-Date: 2015-
|
5 |
-
"PO-Revision-Date: 2015-
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
|
8 |
"Language: en\n"
|
@@ -17,115 +17,27 @@ msgstr ""
|
|
17 |
"X-Poedit-SourceCharset: UTF-8\n"
|
18 |
"X-Poedit-SearchPath-0: ..\n"
|
19 |
|
20 |
-
#: ../class.yith-wcmg-admin.php:
|
21 |
msgid "Image Size"
|
22 |
msgstr ""
|
23 |
|
24 |
-
#: ../class.yith-wcmg-admin.php:
|
25 |
msgid "The size of the images used within the magnifier box"
|
26 |
msgstr ""
|
27 |
|
28 |
-
#: ../init.php:
|
29 |
msgid ""
|
30 |
"YITH WooCommerce Zoom Magnifier is enabled but not effective. It requires "
|
31 |
-
"
|
32 |
msgstr ""
|
33 |
|
34 |
-
#: ../
|
35 |
-
msgid "
|
36 |
-
|
37 |
-
|
38 |
-
#: ../lib/class.yith-products-exclusion.php:41
|
39 |
-
msgid "products"
|
40 |
-
msgstr ""
|
41 |
-
|
42 |
-
#: ../lib/class.yith-products-exclusion.php:59
|
43 |
-
msgid "Product"
|
44 |
-
msgstr ""
|
45 |
-
|
46 |
-
#: ../lib/class.yith-products-exclusion.php:84
|
47 |
-
msgid "Remove from exclusions"
|
48 |
-
msgstr ""
|
49 |
-
|
50 |
-
#: ../lib/class.yith-products-exclusion.php:87
|
51 |
-
msgid "Edit product"
|
52 |
-
msgstr ""
|
53 |
-
|
54 |
-
#: ../lib/class.yith-products-exclusion.php:92
|
55 |
-
msgid "Remove from list"
|
56 |
-
msgstr ""
|
57 |
-
|
58 |
-
#: ../lib/class.yith-products-exclusion.php:132
|
59 |
-
#, php-format
|
60 |
-
msgid "%s product removed successfully"
|
61 |
-
msgid_plural "%s products removed successfully"
|
62 |
-
msgstr[0] ""
|
63 |
-
msgstr[1] ""
|
64 |
-
|
65 |
-
#: ../lib/class.yith-products-exclusion.php:152
|
66 |
-
#, php-format
|
67 |
-
msgid "%s product added successfully"
|
68 |
-
msgid_plural "%s products added successfully"
|
69 |
-
msgstr[0] ""
|
70 |
-
msgstr[1] ""
|
71 |
-
|
72 |
-
#: ../lib/class.yith-products-exclusion.php:156
|
73 |
-
msgid "Product updated successfully"
|
74 |
-
msgstr ""
|
75 |
-
|
76 |
-
#: ../lib/class.yith-products-exclusion.php:175
|
77 |
-
#: ../lib/class.yith-ywzm-plugin-fw-loader.php:130
|
78 |
-
msgid "Single Product Exclusion List"
|
79 |
-
msgstr ""
|
80 |
-
|
81 |
-
#: ../lib/class.yith-products-exclusion.php:186
|
82 |
-
msgid "Add Products"
|
83 |
-
msgstr ""
|
84 |
-
|
85 |
-
#: ../lib/class.yith-products-exclusion.php:206
|
86 |
-
msgid "Products to exclude"
|
87 |
-
msgstr ""
|
88 |
-
|
89 |
-
#: ../lib/class.yith-products-exclusion.php:229
|
90 |
-
msgid "Add product exclusion"
|
91 |
-
msgstr ""
|
92 |
-
|
93 |
-
#: ../lib/class.yith-products-exclusion.php:233
|
94 |
-
msgid "Return to exclusion list"
|
95 |
-
msgstr ""
|
96 |
-
|
97 |
-
#: ../lib/class.yith-products-exclusion.php:288
|
98 |
-
msgid "Select at least one product"
|
99 |
-
msgstr ""
|
100 |
-
|
101 |
-
#: ../lib/class.yith-woocommerce-zoom-magnifier-premium.php:134
|
102 |
-
msgid "Exclude product categories"
|
103 |
-
msgstr ""
|
104 |
-
|
105 |
-
#: ../lib/class.yith-woocommerce-zoom-magnifier-premium.php:149
|
106 |
-
msgid "Top"
|
107 |
-
msgstr ""
|
108 |
-
|
109 |
-
#: ../lib/class.yith-woocommerce-zoom-magnifier-premium.php:150
|
110 |
-
#: ../plugin-options/general-options.php:104
|
111 |
-
msgid "Right"
|
112 |
-
msgstr ""
|
113 |
-
|
114 |
-
#: ../lib/class.yith-woocommerce-zoom-magnifier-premium.php:151
|
115 |
-
msgid "Bottom"
|
116 |
-
msgstr ""
|
117 |
-
|
118 |
-
#: ../lib/class.yith-woocommerce-zoom-magnifier-premium.php:152
|
119 |
-
msgid "Left"
|
120 |
-
msgstr ""
|
121 |
-
|
122 |
-
#: ../lib/class.yith-woocommerce-zoom-magnifier-premium.php:153
|
123 |
-
#: ../plugin-options/general-options.php:105
|
124 |
-
#: ../plugin-options/general-options.php:117
|
125 |
-
msgid "Inside"
|
126 |
msgstr ""
|
127 |
|
128 |
-
#: ../lib/class.yith-ywzm-custom-types.php:
|
129 |
msgid "Do you want to hard crop the image?"
|
130 |
msgstr ""
|
131 |
|
@@ -134,38 +46,42 @@ msgid "General"
|
|
134 |
msgstr ""
|
135 |
|
136 |
#: ../lib/class.yith-ywzm-plugin-fw-loader.php:127
|
137 |
-
#: ../lib/class.yith-ywzm-plugin-fw-loader.php:
|
138 |
msgid "Premium Version"
|
139 |
msgstr ""
|
140 |
|
141 |
-
#: ../lib/class.yith-ywzm-plugin-fw-loader.php:
|
|
|
|
|
|
|
|
|
142 |
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1048
|
143 |
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1196
|
144 |
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1202
|
145 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
146 |
msgid "Settings"
|
147 |
msgstr ""
|
148 |
|
149 |
-
#: ../lib/class.yith-ywzm-plugin-fw-loader.php:
|
150 |
msgid "Plugin Documentation"
|
151 |
msgstr ""
|
152 |
|
153 |
-
#: ../lib/class.yith-ywzm-plugin-fw-loader.php:
|
154 |
msgid ""
|
155 |
"YITH WooCommerce Zoom Magnifier is available in an outstanding PREMIUM "
|
156 |
"version with many new options, discover it now."
|
157 |
msgstr ""
|
158 |
|
159 |
-
#: ../lib/class.yith-ywzm-plugin-fw-loader.php:
|
160 |
msgid "Premium version"
|
161 |
msgstr ""
|
162 |
|
163 |
-
#: ../lib/class.yith-ywzm-plugin-fw-loader.php:
|
164 |
-
#: ../plugin-options/general-options.php:
|
165 |
msgid "YITH WooCommerce Zoom Magnifier"
|
166 |
msgstr ""
|
167 |
|
168 |
-
#: ../lib/class.yith-ywzm-plugin-fw-loader.php:
|
169 |
msgid ""
|
170 |
"In YIT Plugins tab you can find YITH WooCommerce Zoom Magnifier options."
|
171 |
"<br> From this menu you can access all settings of the YITH plugins "
|
@@ -378,82 +294,81 @@ msgstr ""
|
|
378 |
msgid "Add with multiupload"
|
379 |
msgstr ""
|
380 |
|
381 |
-
#: ../plugin-fw/lib/yit-plugin-panel-wc.php:
|
382 |
msgid "The changes you have made will be lost if you leave this page."
|
383 |
msgstr ""
|
384 |
|
385 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
386 |
msgid "Plugin Settings"
|
387 |
msgstr ""
|
388 |
|
389 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
390 |
#: ../plugin-fw/lib/yit-plugin-subpanel.php:101
|
391 |
msgid "YIT Plugins"
|
392 |
msgstr ""
|
393 |
|
394 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
395 |
#: ../plugin-fw/lib/yit-plugin-subpanel.php:142
|
396 |
#: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:5
|
397 |
msgid "Save Changes"
|
398 |
msgstr ""
|
399 |
|
400 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
401 |
#: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:8
|
402 |
msgid ""
|
403 |
"If you continue with this action, you will reset all options in this page."
|
404 |
msgstr ""
|
405 |
|
406 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
407 |
#: ../plugin-fw/lib/yit-plugin-subpanel.php:147
|
408 |
-
|
409 |
-
msgid "Reset Defaults"
|
410 |
msgstr ""
|
411 |
|
412 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
413 |
#: ../plugin-fw/lib/yit-plugin-subpanel.php:147
|
414 |
#: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
|
415 |
msgid "Are you sure?"
|
416 |
msgstr ""
|
417 |
|
418 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
419 |
msgid ""
|
420 |
"The element you have entered already exists. Please, enter another name."
|
421 |
msgstr ""
|
422 |
|
423 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
424 |
msgid "Settings saved"
|
425 |
msgstr ""
|
426 |
|
427 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
428 |
msgid "Settings reset"
|
429 |
msgstr ""
|
430 |
|
431 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
432 |
msgid "Element deleted correctly."
|
433 |
msgstr ""
|
434 |
|
435 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
436 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
437 |
msgid "Element updated correctly."
|
438 |
msgstr ""
|
439 |
|
440 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
441 |
msgid "Database imported correctly."
|
442 |
msgstr ""
|
443 |
|
444 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
445 |
msgid "An error has occurred during import. Please try again."
|
446 |
msgstr ""
|
447 |
|
448 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
449 |
msgid "The added file is not valid."
|
450 |
msgstr ""
|
451 |
|
452 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
453 |
msgid "Sorry, import is disabled."
|
454 |
msgstr ""
|
455 |
|
456 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
457 |
msgid "Sorting successful."
|
458 |
msgstr ""
|
459 |
|
@@ -643,72 +558,92 @@ msgstr ""
|
|
643 |
|
644 |
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:23
|
645 |
msgid ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
646 |
"Have you updated your licenses? Have you asked for an extension? Update "
|
647 |
"information concerning your products."
|
648 |
msgstr ""
|
649 |
|
650 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
651 |
msgid "Update licence information"
|
652 |
msgstr ""
|
653 |
|
654 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
655 |
msgid "Products to be activated"
|
656 |
msgstr ""
|
657 |
|
658 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
659 |
msgid "Activate"
|
660 |
msgstr ""
|
661 |
|
662 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
663 |
msgid "Activated"
|
664 |
msgstr ""
|
665 |
|
666 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
667 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
668 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
669 |
msgid "Product Name"
|
670 |
msgstr ""
|
671 |
|
672 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
673 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
674 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
675 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
676 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
677 |
msgid "Email"
|
678 |
msgstr ""
|
679 |
|
680 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
681 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
682 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
683 |
msgid "Licence Key"
|
684 |
msgstr ""
|
685 |
|
686 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
687 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
688 |
msgid "Expires"
|
689 |
msgstr ""
|
690 |
|
691 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
692 |
msgid "Remaining"
|
693 |
msgstr ""
|
694 |
|
695 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
696 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
697 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
698 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
699 |
msgid "Renew"
|
700 |
msgstr ""
|
701 |
|
702 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
703 |
#, php-format
|
704 |
msgid "%1s out of %2s"
|
705 |
msgstr ""
|
706 |
|
707 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
708 |
msgid "Banned"
|
709 |
msgstr ""
|
710 |
|
711 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
712 |
msgid "Expired"
|
713 |
msgstr ""
|
714 |
|
@@ -724,208 +659,208 @@ msgstr ""
|
|
724 |
msgid "+ Add New Category"
|
725 |
msgstr ""
|
726 |
|
727 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
728 |
msgid "Text Input"
|
729 |
msgstr ""
|
730 |
|
731 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
732 |
msgid "Checkbox"
|
733 |
msgstr ""
|
734 |
|
735 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
736 |
msgid "Select"
|
737 |
msgstr ""
|
738 |
|
739 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
740 |
msgid "Textarea"
|
741 |
msgstr ""
|
742 |
|
743 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
744 |
msgid "Radio Input"
|
745 |
msgstr ""
|
746 |
|
747 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
748 |
msgid "Password Field"
|
749 |
msgstr ""
|
750 |
|
751 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
752 |
msgid "File Upload"
|
753 |
msgstr ""
|
754 |
|
755 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
756 |
msgid "Theme Icon"
|
757 |
msgstr ""
|
758 |
|
759 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
760 |
msgid "Custom Icon"
|
761 |
msgstr ""
|
762 |
|
763 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
764 |
#: ../plugin-fw/templates/metaboxes/types/responsivesliders.php:24
|
765 |
msgid "None"
|
766 |
msgstr ""
|
767 |
|
768 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
769 |
msgid "Add field"
|
770 |
msgstr ""
|
771 |
|
772 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
773 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
774 |
#: ../plugin-fw/templates/metaboxes/types/customtabs.php:37
|
775 |
#: ../plugin-fw/templates/metaboxes/types/customtabs.php:82
|
776 |
msgid "Remove"
|
777 |
msgstr ""
|
778 |
|
779 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
780 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
781 |
msgid "Click to toggle"
|
782 |
msgstr ""
|
783 |
|
784 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
785 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
786 |
msgid "Title Field"
|
787 |
msgstr ""
|
788 |
|
789 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
790 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
791 |
msgid "Insert the title for the field."
|
792 |
msgstr ""
|
793 |
|
794 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
795 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
796 |
msgid "Data Name"
|
797 |
msgstr ""
|
798 |
|
799 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
800 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
801 |
msgid ""
|
802 |
"REQUIRED: Field identification name to be entered into email body. "
|
803 |
"<strong>Note:</strong>Use only lowercase characters and underscores."
|
804 |
msgstr ""
|
805 |
|
806 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
807 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
808 |
msgid "Type field"
|
809 |
msgstr ""
|
810 |
|
811 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
812 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
813 |
msgid "Select the type for this field."
|
814 |
msgstr ""
|
815 |
|
816 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
817 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
818 |
msgid "Checked"
|
819 |
msgstr ""
|
820 |
|
821 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
822 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
823 |
msgid "Select this option if you want this field appears as already checked."
|
824 |
msgstr ""
|
825 |
|
826 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
827 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
828 |
msgid "Add options "
|
829 |
msgstr ""
|
830 |
|
831 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:115
|
832 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:307
|
833 |
-
msgid "Add option"
|
834 |
-
msgstr ""
|
835 |
-
|
836 |
#: ../plugin-fw/templates/metaboxes/types/contactform.php:118
|
837 |
#: ../plugin-fw/templates/metaboxes/types/contactform.php:310
|
838 |
-
|
839 |
-
msgid "Selected"
|
840 |
msgstr ""
|
841 |
|
842 |
#: ../plugin-fw/templates/metaboxes/types/contactform.php:121
|
843 |
#: ../plugin-fw/templates/metaboxes/types/contactform.php:313
|
844 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
845 |
msgid "Delete option"
|
846 |
msgstr ""
|
847 |
|
848 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
849 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
850 |
msgid "Error Message"
|
851 |
msgstr ""
|
852 |
|
853 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
854 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
855 |
msgid "Insert the error message for validation."
|
856 |
msgstr ""
|
857 |
|
858 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
859 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
860 |
msgid "Required"
|
861 |
msgstr ""
|
862 |
|
863 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
864 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
865 |
msgid "Select this option if it must be required."
|
866 |
msgstr ""
|
867 |
|
868 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
869 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
870 |
msgid "Select this option if the email must be valid."
|
871 |
msgstr ""
|
872 |
|
873 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
874 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
875 |
msgid "Reply To"
|
876 |
msgstr ""
|
877 |
|
878 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
879 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
880 |
msgid "Select this if it is the email you can reply to."
|
881 |
msgstr ""
|
882 |
|
883 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
884 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
885 |
msgid "Class"
|
886 |
msgstr ""
|
887 |
|
888 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
889 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
890 |
msgid ""
|
891 |
"Insert additional class(es) (separated by commas) for more personalization."
|
892 |
msgstr ""
|
893 |
|
894 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
895 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
896 |
msgid "Icon"
|
897 |
msgstr ""
|
898 |
|
899 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
900 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
901 |
#: ../plugin-fw/templates/metaboxes/types/icon-list.php:69
|
902 |
#: ../plugin-fw/templates/metaboxes/types/select-icon.php:33
|
903 |
#: ../plugin-fw/templates/metaboxes/types/upload.php:21
|
904 |
#: ../plugin-fw/templates/panel/types/upload.php:31
|
905 |
#: ../plugin-fw/templates/panel/woocommerce/woocommerce-upload.php:35
|
906 |
-
#: ../yit-common/yith-panel.php:
|
907 |
msgid "Upload"
|
908 |
msgstr ""
|
909 |
|
910 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
911 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
912 |
#: ../plugin-fw/templates/metaboxes/types/icon-list.php:75
|
913 |
#: ../plugin-fw/templates/metaboxes/types/select-icon.php:39
|
914 |
msgid "Image preview"
|
915 |
msgstr ""
|
916 |
|
917 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
918 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
919 |
msgid "Insert an icon for more personalization."
|
920 |
msgstr ""
|
921 |
|
922 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
923 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
924 |
msgid "Width"
|
925 |
msgstr ""
|
926 |
|
927 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
928 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
929 |
msgid "Set field length."
|
930 |
msgstr ""
|
931 |
|
@@ -965,34 +900,34 @@ msgstr ""
|
|
965 |
msgid "(Default: <i %s></i> )"
|
966 |
msgstr ""
|
967 |
|
968 |
-
#: ../plugin-fw/templates/metaboxes/types/image-gallery.php:35
|
969 |
#: ../plugin-fw/templates/metaboxes/types/image-gallery.php:40
|
970 |
-
#: ../plugin-fw/templates/metaboxes/types/
|
971 |
-
#: ../plugin-fw/templates/metaboxes/types/images.php:
|
|
|
972 |
msgid "Delete image"
|
973 |
msgstr ""
|
974 |
|
975 |
-
#: ../plugin-fw/templates/metaboxes/types/image-gallery.php:
|
976 |
msgid "Add Images to Gallery"
|
977 |
msgstr ""
|
978 |
|
979 |
-
#: ../plugin-fw/templates/metaboxes/types/image-gallery.php:
|
980 |
msgid "Add to gallery"
|
981 |
msgstr ""
|
982 |
|
983 |
-
#: ../plugin-fw/templates/metaboxes/types/image-gallery.php:
|
984 |
msgid "Add images"
|
985 |
msgstr ""
|
986 |
|
987 |
-
#: ../plugin-fw/templates/metaboxes/types/image-gallery.php:
|
988 |
msgid "Delete"
|
989 |
msgstr ""
|
990 |
|
991 |
-
#: ../plugin-fw/templates/metaboxes/types/images.php:
|
992 |
msgid "Upload new images"
|
993 |
msgstr ""
|
994 |
|
995 |
-
#: ../plugin-fw/templates/metaboxes/types/images.php:
|
996 |
msgid "Are you sure you want to remove this image?"
|
997 |
msgstr ""
|
998 |
|
@@ -1027,22 +962,22 @@ msgid "Right Sidebar"
|
|
1027 |
msgstr ""
|
1028 |
|
1029 |
#: ../plugin-fw/templates/metaboxes/types/typography.php:42
|
1030 |
-
#: ../yit-common/yith-panel.php:
|
1031 |
msgid "px"
|
1032 |
msgstr ""
|
1033 |
|
1034 |
#: ../plugin-fw/templates/metaboxes/types/typography.php:43
|
1035 |
-
#: ../yit-common/yith-panel.php:
|
1036 |
msgid "em"
|
1037 |
msgstr ""
|
1038 |
|
1039 |
#: ../plugin-fw/templates/metaboxes/types/typography.php:44
|
1040 |
-
#: ../yit-common/yith-panel.php:
|
1041 |
msgid "pt"
|
1042 |
msgstr ""
|
1043 |
|
1044 |
#: ../plugin-fw/templates/metaboxes/types/typography.php:45
|
1045 |
-
#: ../yit-common/yith-panel.php:
|
1046 |
msgid "rem"
|
1047 |
msgstr ""
|
1048 |
|
@@ -1057,30 +992,34 @@ msgid "Google fonts"
|
|
1057 |
msgstr ""
|
1058 |
|
1059 |
#: ../plugin-fw/templates/metaboxes/types/typography.php:96
|
1060 |
-
#: ../yit-common/yith-panel.php:
|
1061 |
msgid "Regular"
|
1062 |
msgstr ""
|
1063 |
|
1064 |
#: ../plugin-fw/templates/metaboxes/types/typography.php:97
|
1065 |
-
#: ../yit-common/yith-panel.php:
|
1066 |
msgid "Bold"
|
1067 |
msgstr ""
|
1068 |
|
1069 |
#: ../plugin-fw/templates/metaboxes/types/typography.php:98
|
1070 |
-
#: ../yit-common/yith-panel.php:
|
1071 |
msgid "Extra bold"
|
1072 |
msgstr ""
|
1073 |
|
1074 |
#: ../plugin-fw/templates/metaboxes/types/typography.php:99
|
1075 |
-
#: ../yit-common/yith-panel.php:
|
1076 |
msgid "Italic"
|
1077 |
msgstr ""
|
1078 |
|
1079 |
#: ../plugin-fw/templates/metaboxes/types/typography.php:100
|
1080 |
-
#: ../yit-common/yith-panel.php:
|
1081 |
msgid "Italic bold"
|
1082 |
msgstr ""
|
1083 |
|
|
|
|
|
|
|
|
|
1084 |
#: ../plugin-options/general-options.php:16
|
1085 |
msgid "Image size"
|
1086 |
msgstr ""
|
@@ -1098,187 +1037,190 @@ msgid "Activate the plugin or use the WooCommerce default product image."
|
|
1098 |
msgstr ""
|
1099 |
|
1100 |
#: ../plugin-options/general-options.php:50
|
1101 |
-
msgid "Activate on mobile device"
|
1102 |
-
msgstr ""
|
1103 |
-
|
1104 |
-
#: ../plugin-options/general-options.php:51
|
1105 |
-
msgid ""
|
1106 |
-
"Set if zoom and slider functionalities should be shown also on mobile "
|
1107 |
-
"devices."
|
1108 |
msgstr ""
|
1109 |
|
1110 |
-
#: ../plugin-options/general-options.php:
|
1111 |
msgid "Forced Image Size"
|
1112 |
msgstr ""
|
1113 |
|
1114 |
-
#: ../plugin-options/general-options.php:
|
1115 |
msgid ""
|
1116 |
"If disabled, you will able to customize the sizes of the zoomed images. "
|
1117 |
"Disable it at your own risk; the magnifier could not properly work with "
|
1118 |
"images out of proportion."
|
1119 |
msgstr ""
|
1120 |
|
1121 |
-
#: ../plugin-options/general-options.php:
|
1122 |
msgid "Magnifier Settings"
|
1123 |
msgstr ""
|
1124 |
|
1125 |
-
#: ../plugin-options/general-options.php:
|
1126 |
msgid "Zoom Box Width"
|
1127 |
msgstr ""
|
1128 |
|
1129 |
-
#: ../plugin-options/general-options.php:
|
1130 |
msgid "The width of the magnifier box (default: auto)"
|
1131 |
msgstr ""
|
1132 |
|
1133 |
-
#: ../plugin-options/general-options.php:
|
1134 |
msgid "Zoom Box Height"
|
1135 |
msgstr ""
|
1136 |
|
1137 |
-
#: ../plugin-options/general-options.php:
|
1138 |
msgid "The height of the magnifier box (default: auto)"
|
1139 |
msgstr ""
|
1140 |
|
1141 |
-
#: ../plugin-options/general-options.php:
|
1142 |
msgid "Zoom Box Position"
|
1143 |
msgstr ""
|
1144 |
|
1145 |
-
#: ../plugin-options/general-options.php:
|
1146 |
msgid "The magnifier position"
|
1147 |
msgstr ""
|
1148 |
|
1149 |
-
#: ../plugin-options/general-options.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1150 |
msgid "Zoom Box Position for mobile devices"
|
1151 |
msgstr ""
|
1152 |
|
1153 |
-
#: ../plugin-options/general-options.php:
|
1154 |
msgid "The magnifier position for the mobile devices (iPhone, Android, etc.)"
|
1155 |
msgstr ""
|
1156 |
|
1157 |
-
#: ../plugin-options/general-options.php:
|
1158 |
msgid "Default"
|
1159 |
msgstr ""
|
1160 |
|
1161 |
-
#: ../plugin-options/general-options.php:
|
1162 |
msgid "Disable"
|
1163 |
msgstr ""
|
1164 |
|
1165 |
-
#: ../plugin-options/general-options.php:
|
1166 |
msgid "Loading label"
|
1167 |
msgstr ""
|
1168 |
|
1169 |
-
#: ../plugin-options/general-options.php:
|
1170 |
-
#: ../plugin-options/general-options.php:
|
1171 |
msgid "Loading..."
|
1172 |
msgstr ""
|
1173 |
|
1174 |
-
#: ../plugin-options/general-options.php:
|
1175 |
msgid "Lens Opacity"
|
1176 |
msgstr ""
|
1177 |
|
1178 |
-
#: ../plugin-options/general-options.php:
|
1179 |
msgid "Blur"
|
1180 |
msgstr ""
|
1181 |
|
1182 |
-
#: ../plugin-options/general-options.php:
|
1183 |
msgid "Add a blur effect to the small image on mouse hover."
|
1184 |
msgstr ""
|
1185 |
|
1186 |
-
#: ../plugin-options/general-options.php:
|
1187 |
msgid "Slider Settings"
|
1188 |
msgstr ""
|
1189 |
|
1190 |
-
#: ../plugin-options/general-options.php:
|
1191 |
msgid "Activate Slider"
|
1192 |
msgstr ""
|
1193 |
|
1194 |
-
#: ../plugin-options/general-options.php:
|
1195 |
msgid "Activate Thumbnail Slider."
|
1196 |
msgstr ""
|
1197 |
|
1198 |
-
#: ../plugin-options/general-options.php:
|
1199 |
msgid "Activate Responsive Slider"
|
1200 |
msgstr ""
|
1201 |
|
1202 |
-
#: ../plugin-options/general-options.php:
|
1203 |
msgid ""
|
1204 |
"This option fits the thumbnails within the available space. Disable it if "
|
1205 |
"you want to manage freely the thumbnails (eg. add margins, paddings, etc.)"
|
1206 |
msgstr ""
|
1207 |
|
1208 |
-
#: ../plugin-options/general-options.php:
|
1209 |
msgid "Items"
|
1210 |
msgstr ""
|
1211 |
|
1212 |
-
#: ../plugin-options/general-options.php:
|
1213 |
msgid "Number of items to show"
|
1214 |
msgstr ""
|
1215 |
|
1216 |
-
#: ../plugin-options/general-options.php:
|
1217 |
msgid "Circular carousel"
|
1218 |
msgstr ""
|
1219 |
|
1220 |
-
#: ../plugin-options/general-options.php:
|
1221 |
msgid "It defines whether the carousel should be circular."
|
1222 |
msgstr ""
|
1223 |
|
1224 |
-
#: ../plugin-options/general-options.php:
|
1225 |
msgid "Infinite carousel"
|
1226 |
msgstr ""
|
1227 |
|
1228 |
-
#: ../plugin-options/general-options.php:
|
1229 |
msgid ""
|
1230 |
"It defines whether the carousel should be infinite. Note: It is possible to "
|
1231 |
"create a non-circular, infinite carousel, but it is not possible to create a "
|
1232 |
"circular, non-infinite carousel."
|
1233 |
msgstr ""
|
1234 |
|
1235 |
-
#: ../plugin-options/general-options.php:
|
1236 |
msgid "Upgrade to the PREMIUM VERSION"
|
1237 |
msgstr ""
|
1238 |
|
1239 |
-
#: ../plugin-options/general-options.php:
|
1240 |
msgid "Discover The Advanced Features"
|
1241 |
msgstr ""
|
1242 |
|
1243 |
-
#: ../plugin-options/general-options.php:
|
1244 |
msgid ""
|
1245 |
"Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE ZOOM MAGNIFIER to benefit "
|
1246 |
"from all features!"
|
1247 |
msgstr ""
|
1248 |
|
1249 |
-
#: ../plugin-options/general-options.php:
|
1250 |
msgid ""
|
1251 |
"See YITH WooCommerce Zoom Magnifier plugin with full premium features in "
|
1252 |
"action"
|
1253 |
msgstr ""
|
1254 |
|
1255 |
-
#: ../plugin-options/general-options.php:
|
1256 |
msgid "Get Support and Pro Features"
|
1257 |
msgstr ""
|
1258 |
|
1259 |
-
#: ../plugin-options/general-options.php:
|
1260 |
msgid ""
|
1261 |
"Purchasing the premium version of the plugin, you will take advantage of the "
|
1262 |
-
"advanced features of the product
|
1263 |
"and support through our platform available 24h/24."
|
1264 |
msgstr ""
|
1265 |
|
1266 |
-
#: ../yit-common/yith-panel.php:
|
1267 |
msgid "Select a date"
|
1268 |
msgstr ""
|
1269 |
|
1270 |
-
#: ../yit-common/yith-panel.php:
|
1271 |
msgid "Hours"
|
1272 |
msgstr ""
|
1273 |
|
1274 |
-
#: ../yit-common/yith-panel.php:
|
1275 |
msgid "Minutes"
|
1276 |
msgstr ""
|
1277 |
|
1278 |
-
#: ../yit-common/yith-panel.php:
|
1279 |
msgid "Select a font family"
|
1280 |
msgstr ""
|
1281 |
|
1282 |
-
#: ../yit-common/yith-panel.php:
|
1283 |
msgid "Click to preview"
|
1284 |
msgstr ""
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: YITH WooCommerce Order Tracking\n"
|
4 |
+
"POT-Creation-Date: 2015-04-22 12:25+0100\n"
|
5 |
+
"PO-Revision-Date: 2015-04-22 12:25+0100\n"
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
|
8 |
"Language: en\n"
|
17 |
"X-Poedit-SourceCharset: UTF-8\n"
|
18 |
"X-Poedit-SearchPath-0: ..\n"
|
19 |
|
20 |
+
#: ../class.yith-wcmg-admin.php:91
|
21 |
msgid "Image Size"
|
22 |
msgstr ""
|
23 |
|
24 |
+
#: ../class.yith-wcmg-admin.php:92 ../plugin-options/general-options.php:17
|
25 |
msgid "The size of the images used within the magnifier box"
|
26 |
msgstr ""
|
27 |
|
28 |
+
#: ../init.php:43
|
29 |
msgid ""
|
30 |
"YITH WooCommerce Zoom Magnifier is enabled but not effective. It requires "
|
31 |
+
"Woocommerce in order to work."
|
32 |
msgstr ""
|
33 |
|
34 |
+
#: ../init.php:52
|
35 |
+
msgid ""
|
36 |
+
"You can't activate the free version of YITH WooCommerce Zoom Magnifier while "
|
37 |
+
"you are using the premium one."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
38 |
msgstr ""
|
39 |
|
40 |
+
#: ../lib/class.yith-ywzm-custom-types.php:179
|
41 |
msgid "Do you want to hard crop the image?"
|
42 |
msgstr ""
|
43 |
|
46 |
msgstr ""
|
47 |
|
48 |
#: ../lib/class.yith-ywzm-plugin-fw-loader.php:127
|
49 |
+
#: ../lib/class.yith-ywzm-plugin-fw-loader.php:191
|
50 |
msgid "Premium Version"
|
51 |
msgstr ""
|
52 |
|
53 |
+
#: ../lib/class.yith-ywzm-plugin-fw-loader.php:129
|
54 |
+
msgid "Product exclusion list"
|
55 |
+
msgstr ""
|
56 |
+
|
57 |
+
#: ../lib/class.yith-ywzm-plugin-fw-loader.php:188
|
58 |
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1048
|
59 |
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1196
|
60 |
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1202
|
61 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:64
|
62 |
msgid "Settings"
|
63 |
msgstr ""
|
64 |
|
65 |
+
#: ../lib/class.yith-ywzm-plugin-fw-loader.php:216
|
66 |
msgid "Plugin Documentation"
|
67 |
msgstr ""
|
68 |
|
69 |
+
#: ../lib/class.yith-ywzm-plugin-fw-loader.php:229
|
70 |
msgid ""
|
71 |
"YITH WooCommerce Zoom Magnifier is available in an outstanding PREMIUM "
|
72 |
"version with many new options, discover it now."
|
73 |
msgstr ""
|
74 |
|
75 |
+
#: ../lib/class.yith-ywzm-plugin-fw-loader.php:230
|
76 |
msgid "Premium version"
|
77 |
msgstr ""
|
78 |
|
79 |
+
#: ../lib/class.yith-ywzm-plugin-fw-loader.php:237
|
80 |
+
#: ../plugin-options/general-options.php:214
|
81 |
msgid "YITH WooCommerce Zoom Magnifier"
|
82 |
msgstr ""
|
83 |
|
84 |
+
#: ../lib/class.yith-ywzm-plugin-fw-loader.php:238
|
85 |
msgid ""
|
86 |
"In YIT Plugins tab you can find YITH WooCommerce Zoom Magnifier options."
|
87 |
"<br> From this menu you can access all settings of the YITH plugins "
|
294 |
msgid "Add with multiupload"
|
295 |
msgstr ""
|
296 |
|
297 |
+
#: ../plugin-fw/lib/yit-plugin-panel-wc.php:295
|
298 |
msgid "The changes you have made will be lost if you leave this page."
|
299 |
msgstr ""
|
300 |
|
301 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:63
|
302 |
msgid "Plugin Settings"
|
303 |
msgstr ""
|
304 |
|
305 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:95
|
306 |
#: ../plugin-fw/lib/yit-plugin-subpanel.php:101
|
307 |
msgid "YIT Plugins"
|
308 |
msgstr ""
|
309 |
|
310 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:292
|
311 |
#: ../plugin-fw/lib/yit-plugin-subpanel.php:142
|
312 |
#: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:5
|
313 |
msgid "Save Changes"
|
314 |
msgstr ""
|
315 |
|
316 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:295
|
317 |
#: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:8
|
318 |
msgid ""
|
319 |
"If you continue with this action, you will reset all options in this page."
|
320 |
msgstr ""
|
321 |
|
322 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:297
|
323 |
#: ../plugin-fw/lib/yit-plugin-subpanel.php:147
|
324 |
+
msgid "Reset to Default"
|
|
|
325 |
msgstr ""
|
326 |
|
327 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:297
|
328 |
#: ../plugin-fw/lib/yit-plugin-subpanel.php:147
|
329 |
#: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
|
330 |
msgid "Are you sure?"
|
331 |
msgstr ""
|
332 |
|
333 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:431
|
334 |
msgid ""
|
335 |
"The element you have entered already exists. Please, enter another name."
|
336 |
msgstr ""
|
337 |
|
338 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:432
|
339 |
msgid "Settings saved"
|
340 |
msgstr ""
|
341 |
|
342 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:433
|
343 |
msgid "Settings reset"
|
344 |
msgstr ""
|
345 |
|
346 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:434
|
347 |
msgid "Element deleted correctly."
|
348 |
msgstr ""
|
349 |
|
350 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:435
|
351 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:436
|
352 |
msgid "Element updated correctly."
|
353 |
msgstr ""
|
354 |
|
355 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:437
|
356 |
msgid "Database imported correctly."
|
357 |
msgstr ""
|
358 |
|
359 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:438
|
360 |
msgid "An error has occurred during import. Please try again."
|
361 |
msgstr ""
|
362 |
|
363 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:439
|
364 |
msgid "The added file is not valid."
|
365 |
msgstr ""
|
366 |
|
367 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:440
|
368 |
msgid "Sorry, import is disabled."
|
369 |
msgstr ""
|
370 |
|
371 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:441
|
372 |
msgid "Sorting successful."
|
373 |
msgstr ""
|
374 |
|
558 |
|
559 |
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:23
|
560 |
msgid ""
|
561 |
+
"I cannot find the license key for activating the theme I have bought some "
|
562 |
+
"time ago. Where can I find it?"
|
563 |
+
msgstr ""
|
564 |
+
|
565 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:26
|
566 |
+
msgid ""
|
567 |
+
"If you have purchased one of our products before 27 January 2015, you can "
|
568 |
+
"benefit from support and updates (the services offered with the license)\n"
|
569 |
+
" until 27 January 2016 and you do not have to purchase it again "
|
570 |
+
"to get a new license key, because, before this date, your license used to be "
|
571 |
+
"activated automatically by our system.\n"
|
572 |
+
" After 27 January 2016, instead, if you want to benefit from "
|
573 |
+
"support and updates you have to buy a new license and activate it through "
|
574 |
+
"the license key you will be\n"
|
575 |
+
" provided with and that you can find in your YIThemes account, in "
|
576 |
+
"section \"My licenses\"."
|
577 |
+
msgstr ""
|
578 |
+
|
579 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:37
|
580 |
+
msgid ""
|
581 |
"Have you updated your licenses? Have you asked for an extension? Update "
|
582 |
"information concerning your products."
|
583 |
msgstr ""
|
584 |
|
585 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:39
|
586 |
msgid "Update licence information"
|
587 |
msgstr ""
|
588 |
|
589 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:49
|
590 |
msgid "Products to be activated"
|
591 |
msgstr ""
|
592 |
|
593 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:68
|
594 |
msgid "Activate"
|
595 |
msgstr ""
|
596 |
|
597 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:87
|
598 |
msgid "Activated"
|
599 |
msgstr ""
|
600 |
|
601 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:91
|
602 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:123
|
603 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:147
|
604 |
msgid "Product Name"
|
605 |
msgstr ""
|
606 |
|
607 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:92
|
608 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:124
|
609 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:148
|
610 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:148
|
611 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:340
|
612 |
msgid "Email"
|
613 |
msgstr ""
|
614 |
|
615 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:93
|
616 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:125
|
617 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:149
|
618 |
msgid "Licence Key"
|
619 |
msgstr ""
|
620 |
|
621 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:94
|
622 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:150
|
623 |
msgid "Expires"
|
624 |
msgstr ""
|
625 |
|
626 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:95
|
627 |
msgid "Remaining"
|
628 |
msgstr ""
|
629 |
|
630 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:96
|
631 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:109
|
632 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:151
|
633 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:161
|
634 |
msgid "Renew"
|
635 |
msgstr ""
|
636 |
|
637 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:107
|
638 |
#, php-format
|
639 |
msgid "%1s out of %2s"
|
640 |
msgstr ""
|
641 |
|
642 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:119
|
643 |
msgid "Banned"
|
644 |
msgstr ""
|
645 |
|
646 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:143
|
647 |
msgid "Expired"
|
648 |
msgstr ""
|
649 |
|
659 |
msgid "+ Add New Category"
|
660 |
msgstr ""
|
661 |
|
662 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:7
|
663 |
msgid "Text Input"
|
664 |
msgstr ""
|
665 |
|
666 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:8
|
667 |
msgid "Checkbox"
|
668 |
msgstr ""
|
669 |
|
670 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:9
|
671 |
msgid "Select"
|
672 |
msgstr ""
|
673 |
|
674 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:10
|
675 |
msgid "Textarea"
|
676 |
msgstr ""
|
677 |
|
678 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:11
|
679 |
msgid "Radio Input"
|
680 |
msgstr ""
|
681 |
|
682 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:12
|
683 |
msgid "Password Field"
|
684 |
msgstr ""
|
685 |
|
686 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:13
|
687 |
msgid "File Upload"
|
688 |
msgstr ""
|
689 |
|
690 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:47
|
691 |
msgid "Theme Icon"
|
692 |
msgstr ""
|
693 |
|
694 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:48
|
695 |
msgid "Custom Icon"
|
696 |
msgstr ""
|
697 |
|
698 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:49
|
699 |
#: ../plugin-fw/templates/metaboxes/types/responsivesliders.php:24
|
700 |
msgid "None"
|
701 |
msgstr ""
|
702 |
|
703 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:60
|
704 |
msgid "Add field"
|
705 |
msgstr ""
|
706 |
|
707 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:69
|
708 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:261
|
709 |
#: ../plugin-fw/templates/metaboxes/types/customtabs.php:37
|
710 |
#: ../plugin-fw/templates/metaboxes/types/customtabs.php:82
|
711 |
msgid "Remove"
|
712 |
msgstr ""
|
713 |
|
714 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:70
|
715 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:262
|
716 |
msgid "Click to toggle"
|
717 |
msgstr ""
|
718 |
|
719 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:77
|
720 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:269
|
721 |
msgid "Title Field"
|
722 |
msgstr ""
|
723 |
|
724 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:81
|
725 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:273
|
726 |
msgid "Insert the title for the field."
|
727 |
msgstr ""
|
728 |
|
729 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:86
|
730 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:278
|
731 |
msgid "Data Name"
|
732 |
msgstr ""
|
733 |
|
734 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:90
|
735 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:282
|
736 |
msgid ""
|
737 |
"REQUIRED: Field identification name to be entered into email body. "
|
738 |
"<strong>Note:</strong>Use only lowercase characters and underscores."
|
739 |
msgstr ""
|
740 |
|
741 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:95
|
742 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:287
|
743 |
msgid "Type field"
|
744 |
msgstr ""
|
745 |
|
746 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:103
|
747 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:295
|
748 |
msgid "Select the type for this field."
|
749 |
msgstr ""
|
750 |
|
751 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:108
|
752 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:300
|
753 |
msgid "Checked"
|
754 |
msgstr ""
|
755 |
|
756 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:112
|
757 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:304
|
758 |
msgid "Select this option if you want this field appears as already checked."
|
759 |
msgstr ""
|
760 |
|
761 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:117
|
762 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:309
|
763 |
msgid "Add options "
|
764 |
msgstr ""
|
765 |
|
|
|
|
|
|
|
|
|
|
|
766 |
#: ../plugin-fw/templates/metaboxes/types/contactform.php:118
|
767 |
#: ../plugin-fw/templates/metaboxes/types/contactform.php:310
|
768 |
+
msgid "Add option"
|
|
|
769 |
msgstr ""
|
770 |
|
771 |
#: ../plugin-fw/templates/metaboxes/types/contactform.php:121
|
772 |
#: ../plugin-fw/templates/metaboxes/types/contactform.php:313
|
773 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:436
|
774 |
+
msgid "Selected"
|
775 |
+
msgstr ""
|
776 |
+
|
777 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:124
|
778 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:316
|
779 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:436
|
780 |
msgid "Delete option"
|
781 |
msgstr ""
|
782 |
|
783 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:130
|
784 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:322
|
785 |
msgid "Error Message"
|
786 |
msgstr ""
|
787 |
|
788 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:134
|
789 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:326
|
790 |
msgid "Insert the error message for validation."
|
791 |
msgstr ""
|
792 |
|
793 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:139
|
794 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:331
|
795 |
msgid "Required"
|
796 |
msgstr ""
|
797 |
|
798 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:143
|
799 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:335
|
800 |
msgid "Select this option if it must be required."
|
801 |
msgstr ""
|
802 |
|
803 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:152
|
804 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:344
|
805 |
msgid "Select this option if the email must be valid."
|
806 |
msgstr ""
|
807 |
|
808 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:157
|
809 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:349
|
810 |
msgid "Reply To"
|
811 |
msgstr ""
|
812 |
|
813 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:161
|
814 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:353
|
815 |
msgid "Select this if it is the email you can reply to."
|
816 |
msgstr ""
|
817 |
|
818 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:166
|
819 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:358
|
820 |
msgid "Class"
|
821 |
msgstr ""
|
822 |
|
823 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:170
|
824 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:362
|
825 |
msgid ""
|
826 |
"Insert additional class(es) (separated by commas) for more personalization."
|
827 |
msgstr ""
|
828 |
|
829 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:175
|
830 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:367
|
831 |
msgid "Icon"
|
832 |
msgstr ""
|
833 |
|
834 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:203
|
835 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:391
|
836 |
#: ../plugin-fw/templates/metaboxes/types/icon-list.php:69
|
837 |
#: ../plugin-fw/templates/metaboxes/types/select-icon.php:33
|
838 |
#: ../plugin-fw/templates/metaboxes/types/upload.php:21
|
839 |
#: ../plugin-fw/templates/panel/types/upload.php:31
|
840 |
#: ../plugin-fw/templates/panel/woocommerce/woocommerce-upload.php:35
|
841 |
+
#: ../yit-common/yith-panel.php:435
|
842 |
msgid "Upload"
|
843 |
msgstr ""
|
844 |
|
845 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:209
|
846 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:397
|
847 |
#: ../plugin-fw/templates/metaboxes/types/icon-list.php:75
|
848 |
#: ../plugin-fw/templates/metaboxes/types/select-icon.php:39
|
849 |
msgid "Image preview"
|
850 |
msgstr ""
|
851 |
|
852 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:217
|
853 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:405
|
854 |
msgid "Insert an icon for more personalization."
|
855 |
msgstr ""
|
856 |
|
857 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:222
|
858 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:409
|
859 |
msgid "Width"
|
860 |
msgstr ""
|
861 |
|
862 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:247
|
863 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:421
|
864 |
msgid "Set field length."
|
865 |
msgstr ""
|
866 |
|
900 |
msgid "(Default: <i %s></i> )"
|
901 |
msgstr ""
|
902 |
|
|
|
903 |
#: ../plugin-fw/templates/metaboxes/types/image-gallery.php:40
|
904 |
+
#: ../plugin-fw/templates/metaboxes/types/image-gallery.php:45
|
905 |
+
#: ../plugin-fw/templates/metaboxes/types/images.php:38
|
906 |
+
#: ../plugin-fw/templates/metaboxes/types/images.php:64
|
907 |
msgid "Delete image"
|
908 |
msgstr ""
|
909 |
|
910 |
+
#: ../plugin-fw/templates/metaboxes/types/image-gallery.php:45
|
911 |
msgid "Add Images to Gallery"
|
912 |
msgstr ""
|
913 |
|
914 |
+
#: ../plugin-fw/templates/metaboxes/types/image-gallery.php:45
|
915 |
msgid "Add to gallery"
|
916 |
msgstr ""
|
917 |
|
918 |
+
#: ../plugin-fw/templates/metaboxes/types/image-gallery.php:45
|
919 |
msgid "Add images"
|
920 |
msgstr ""
|
921 |
|
922 |
+
#: ../plugin-fw/templates/metaboxes/types/image-gallery.php:45
|
923 |
msgid "Delete"
|
924 |
msgstr ""
|
925 |
|
926 |
+
#: ../plugin-fw/templates/metaboxes/types/images.php:42
|
927 |
msgid "Upload new images"
|
928 |
msgstr ""
|
929 |
|
930 |
+
#: ../plugin-fw/templates/metaboxes/types/images.php:75
|
931 |
msgid "Are you sure you want to remove this image?"
|
932 |
msgstr ""
|
933 |
|
962 |
msgstr ""
|
963 |
|
964 |
#: ../plugin-fw/templates/metaboxes/types/typography.php:42
|
965 |
+
#: ../yit-common/yith-panel.php:472
|
966 |
msgid "px"
|
967 |
msgstr ""
|
968 |
|
969 |
#: ../plugin-fw/templates/metaboxes/types/typography.php:43
|
970 |
+
#: ../yit-common/yith-panel.php:474
|
971 |
msgid "em"
|
972 |
msgstr ""
|
973 |
|
974 |
#: ../plugin-fw/templates/metaboxes/types/typography.php:44
|
975 |
+
#: ../yit-common/yith-panel.php:476
|
976 |
msgid "pt"
|
977 |
msgstr ""
|
978 |
|
979 |
#: ../plugin-fw/templates/metaboxes/types/typography.php:45
|
980 |
+
#: ../yit-common/yith-panel.php:478
|
981 |
msgid "rem"
|
982 |
msgstr ""
|
983 |
|
992 |
msgstr ""
|
993 |
|
994 |
#: ../plugin-fw/templates/metaboxes/types/typography.php:96
|
995 |
+
#: ../yit-common/yith-panel.php:500
|
996 |
msgid "Regular"
|
997 |
msgstr ""
|
998 |
|
999 |
#: ../plugin-fw/templates/metaboxes/types/typography.php:97
|
1000 |
+
#: ../yit-common/yith-panel.php:502
|
1001 |
msgid "Bold"
|
1002 |
msgstr ""
|
1003 |
|
1004 |
#: ../plugin-fw/templates/metaboxes/types/typography.php:98
|
1005 |
+
#: ../yit-common/yith-panel.php:504
|
1006 |
msgid "Extra bold"
|
1007 |
msgstr ""
|
1008 |
|
1009 |
#: ../plugin-fw/templates/metaboxes/types/typography.php:99
|
1010 |
+
#: ../yit-common/yith-panel.php:506
|
1011 |
msgid "Italic"
|
1012 |
msgstr ""
|
1013 |
|
1014 |
#: ../plugin-fw/templates/metaboxes/types/typography.php:100
|
1015 |
+
#: ../yit-common/yith-panel.php:508
|
1016 |
msgid "Italic bold"
|
1017 |
msgstr ""
|
1018 |
|
1019 |
+
#: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
|
1020 |
+
msgid "Reset Defaults"
|
1021 |
+
msgstr ""
|
1022 |
+
|
1023 |
#: ../plugin-options/general-options.php:16
|
1024 |
msgid "Image size"
|
1025 |
msgstr ""
|
1037 |
msgstr ""
|
1038 |
|
1039 |
#: ../plugin-options/general-options.php:50
|
1040 |
+
msgid "Activate the plugin on mobile device"
|
|
|
|
|
|
|
|
|
|
|
|
|
1041 |
msgstr ""
|
1042 |
|
1043 |
+
#: ../plugin-options/general-options.php:57
|
1044 |
msgid "Forced Image Size"
|
1045 |
msgstr ""
|
1046 |
|
1047 |
+
#: ../plugin-options/general-options.php:58
|
1048 |
msgid ""
|
1049 |
"If disabled, you will able to customize the sizes of the zoomed images. "
|
1050 |
"Disable it at your own risk; the magnifier could not properly work with "
|
1051 |
"images out of proportion."
|
1052 |
msgstr ""
|
1053 |
|
1054 |
+
#: ../plugin-options/general-options.php:72
|
1055 |
msgid "Magnifier Settings"
|
1056 |
msgstr ""
|
1057 |
|
1058 |
+
#: ../plugin-options/general-options.php:78
|
1059 |
msgid "Zoom Box Width"
|
1060 |
msgstr ""
|
1061 |
|
1062 |
+
#: ../plugin-options/general-options.php:79
|
1063 |
msgid "The width of the magnifier box (default: auto)"
|
1064 |
msgstr ""
|
1065 |
|
1066 |
+
#: ../plugin-options/general-options.php:86
|
1067 |
msgid "Zoom Box Height"
|
1068 |
msgstr ""
|
1069 |
|
1070 |
+
#: ../plugin-options/general-options.php:87
|
1071 |
msgid "The height of the magnifier box (default: auto)"
|
1072 |
msgstr ""
|
1073 |
|
1074 |
+
#: ../plugin-options/general-options.php:95
|
1075 |
msgid "Zoom Box Position"
|
1076 |
msgstr ""
|
1077 |
|
1078 |
+
#: ../plugin-options/general-options.php:96
|
1079 |
msgid "The magnifier position"
|
1080 |
msgstr ""
|
1081 |
|
1082 |
+
#: ../plugin-options/general-options.php:102
|
1083 |
+
msgid "Right"
|
1084 |
+
msgstr ""
|
1085 |
+
|
1086 |
+
#: ../plugin-options/general-options.php:103
|
1087 |
+
#: ../plugin-options/general-options.php:115
|
1088 |
+
msgid "Inside"
|
1089 |
+
msgstr ""
|
1090 |
+
|
1091 |
+
#: ../plugin-options/general-options.php:107
|
1092 |
msgid "Zoom Box Position for mobile devices"
|
1093 |
msgstr ""
|
1094 |
|
1095 |
+
#: ../plugin-options/general-options.php:108
|
1096 |
msgid "The magnifier position for the mobile devices (iPhone, Android, etc.)"
|
1097 |
msgstr ""
|
1098 |
|
1099 |
+
#: ../plugin-options/general-options.php:114
|
1100 |
msgid "Default"
|
1101 |
msgstr ""
|
1102 |
|
1103 |
+
#: ../plugin-options/general-options.php:116
|
1104 |
msgid "Disable"
|
1105 |
msgstr ""
|
1106 |
|
1107 |
+
#: ../plugin-options/general-options.php:120
|
1108 |
msgid "Loading label"
|
1109 |
msgstr ""
|
1110 |
|
1111 |
+
#: ../plugin-options/general-options.php:123
|
1112 |
+
#: ../plugin-options/general-options.php:124
|
1113 |
msgid "Loading..."
|
1114 |
msgstr ""
|
1115 |
|
1116 |
+
#: ../plugin-options/general-options.php:128
|
1117 |
msgid "Lens Opacity"
|
1118 |
msgstr ""
|
1119 |
|
1120 |
+
#: ../plugin-options/general-options.php:139
|
1121 |
msgid "Blur"
|
1122 |
msgstr ""
|
1123 |
|
1124 |
+
#: ../plugin-options/general-options.php:140
|
1125 |
msgid "Add a blur effect to the small image on mouse hover."
|
1126 |
msgstr ""
|
1127 |
|
1128 |
+
#: ../plugin-options/general-options.php:151
|
1129 |
msgid "Slider Settings"
|
1130 |
msgstr ""
|
1131 |
|
1132 |
+
#: ../plugin-options/general-options.php:157
|
1133 |
msgid "Activate Slider"
|
1134 |
msgstr ""
|
1135 |
|
1136 |
+
#: ../plugin-options/general-options.php:158
|
1137 |
msgid "Activate Thumbnail Slider."
|
1138 |
msgstr ""
|
1139 |
|
1140 |
+
#: ../plugin-options/general-options.php:165
|
1141 |
msgid "Activate Responsive Slider"
|
1142 |
msgstr ""
|
1143 |
|
1144 |
+
#: ../plugin-options/general-options.php:166
|
1145 |
msgid ""
|
1146 |
"This option fits the thumbnails within the available space. Disable it if "
|
1147 |
"you want to manage freely the thumbnails (eg. add margins, paddings, etc.)"
|
1148 |
msgstr ""
|
1149 |
|
1150 |
+
#: ../plugin-options/general-options.php:173
|
1151 |
msgid "Items"
|
1152 |
msgstr ""
|
1153 |
|
1154 |
+
#: ../plugin-options/general-options.php:174
|
1155 |
msgid "Number of items to show"
|
1156 |
msgstr ""
|
1157 |
|
1158 |
+
#: ../plugin-options/general-options.php:184
|
1159 |
msgid "Circular carousel"
|
1160 |
msgstr ""
|
1161 |
|
1162 |
+
#: ../plugin-options/general-options.php:185
|
1163 |
msgid "It defines whether the carousel should be circular."
|
1164 |
msgstr ""
|
1165 |
|
1166 |
+
#: ../plugin-options/general-options.php:192
|
1167 |
msgid "Infinite carousel"
|
1168 |
msgstr ""
|
1169 |
|
1170 |
+
#: ../plugin-options/general-options.php:193
|
1171 |
msgid ""
|
1172 |
"It defines whether the carousel should be infinite. Note: It is possible to "
|
1173 |
"create a non-circular, infinite carousel, but it is not possible to create a "
|
1174 |
"circular, non-infinite carousel."
|
1175 |
msgstr ""
|
1176 |
|
1177 |
+
#: ../plugin-options/general-options.php:211
|
1178 |
msgid "Upgrade to the PREMIUM VERSION"
|
1179 |
msgstr ""
|
1180 |
|
1181 |
+
#: ../plugin-options/general-options.php:215
|
1182 |
msgid "Discover The Advanced Features"
|
1183 |
msgstr ""
|
1184 |
|
1185 |
+
#: ../plugin-options/general-options.php:216
|
1186 |
msgid ""
|
1187 |
"Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE ZOOM MAGNIFIER to benefit "
|
1188 |
"from all features!"
|
1189 |
msgstr ""
|
1190 |
|
1191 |
+
#: ../plugin-options/general-options.php:220
|
1192 |
msgid ""
|
1193 |
"See YITH WooCommerce Zoom Magnifier plugin with full premium features in "
|
1194 |
"action"
|
1195 |
msgstr ""
|
1196 |
|
1197 |
+
#: ../plugin-options/general-options.php:222
|
1198 |
msgid "Get Support and Pro Features"
|
1199 |
msgstr ""
|
1200 |
|
1201 |
+
#: ../plugin-options/general-options.php:223
|
1202 |
msgid ""
|
1203 |
"Purchasing the premium version of the plugin, you will take advantage of the "
|
1204 |
+
"advanced features of the product and you will get one year of free updates "
|
1205 |
"and support through our platform available 24h/24."
|
1206 |
msgstr ""
|
1207 |
|
1208 |
+
#: ../yit-common/yith-panel.php:424
|
1209 |
msgid "Select a date"
|
1210 |
msgstr ""
|
1211 |
|
1212 |
+
#: ../yit-common/yith-panel.php:425
|
1213 |
msgid "Hours"
|
1214 |
msgstr ""
|
1215 |
|
1216 |
+
#: ../yit-common/yith-panel.php:426 ../yit-common/yith-panel.php:427
|
1217 |
msgid "Minutes"
|
1218 |
msgstr ""
|
1219 |
|
1220 |
+
#: ../yit-common/yith-panel.php:490
|
1221 |
msgid "Select a font family"
|
1222 |
msgstr ""
|
1223 |
|
1224 |
+
#: ../yit-common/yith-panel.php:524
|
1225 |
msgid "Click to preview"
|
1226 |
msgstr ""
|
plugin-fw/lib/yit-upgrade.php
CHANGED
@@ -129,7 +129,7 @@ if ( ! class_exists( 'YIT_Upgrade' ) ) {
|
|
129 |
|
130 |
$update_url[ $init ] = wp_nonce_url( self_admin_url('update.php?action=upgrade-plugin-multisite&plugin=') . $init, 'upgrade-plugin-multisite_' . $init );
|
131 |
$changelog_id = str_replace( array( '/', '.php', '.' ), array( '-', '', '-' ), $init );
|
132 |
-
$details_url[ $init ] = '#TB_inline' . add_query_arg( array( 'width' => 722, 'height' => 914, 'inlineId' => $changelog_id ) , '' );
|
133 |
$changelogs[ $init ] = $this->in_theme_update_message( $this->_plugins[ $init ], $this->_plugins[ $init ]['info']['changelog'], $changelog_id, false );
|
134 |
}
|
135 |
|
@@ -400,7 +400,7 @@ if ( ! class_exists( 'YIT_Upgrade' ) ) {
|
|
400 |
$r = $current->response[ $init ];
|
401 |
|
402 |
$changelog_id = str_replace( array( '/', '.php', '.' ), array( '-', '', '-' ), $init );
|
403 |
-
$details_url = '#TB_inline' . add_query_arg( array( 'width' => 722, 'height' => 914, 'inlineId' => $changelog_id ) , '' );
|
404 |
|
405 |
/**
|
406 |
* @see wp_plugin_update_rows() in wp-single\wp-admin\includes\update.php
|
129 |
|
130 |
$update_url[ $init ] = wp_nonce_url( self_admin_url('update.php?action=upgrade-plugin-multisite&plugin=') . $init, 'upgrade-plugin-multisite_' . $init );
|
131 |
$changelog_id = str_replace( array( '/', '.php', '.' ), array( '-', '', '-' ), $init );
|
132 |
+
$details_url[ $init ] = '#TB_inline' . esc_url( add_query_arg( array( 'width' => 722, 'height' => 914, 'inlineId' => $changelog_id ) , '' ) );
|
133 |
$changelogs[ $init ] = $this->in_theme_update_message( $this->_plugins[ $init ], $this->_plugins[ $init ]['info']['changelog'], $changelog_id, false );
|
134 |
}
|
135 |
|
400 |
$r = $current->response[ $init ];
|
401 |
|
402 |
$changelog_id = str_replace( array( '/', '.php', '.' ), array( '-', '', '-' ), $init );
|
403 |
+
$details_url = '#TB_inline' . esc_url( add_query_arg( array( 'width' => 722, 'height' => 914, 'inlineId' => $changelog_id ) , '' ) );
|
404 |
|
405 |
/**
|
406 |
* @see wp_plugin_update_rows() in wp-single\wp-admin\includes\update.php
|
plugin-fw/licence/lib/yit-licence.php
CHANGED
@@ -184,7 +184,7 @@ if ( ! class_exists( 'YIT_Licence' ) ) {
|
|
184 |
'instance' => $this->get_home_url()
|
185 |
);
|
186 |
|
187 |
-
$api_uri = add_query_arg( $args, $this->get_api_uri( 'activation' ) );
|
188 |
$response = wp_remote_get( $api_uri );
|
189 |
|
190 |
if ( is_wp_error( $response ) ) {
|
@@ -252,7 +252,7 @@ if ( ! class_exists( 'YIT_Licence' ) ) {
|
|
252 |
'instance' => $this->get_home_url()
|
253 |
);
|
254 |
|
255 |
-
$api_uri = add_query_arg( $args, $this->get_api_uri( 'check' ) );
|
256 |
$response = wp_remote_get( $api_uri );
|
257 |
|
258 |
if ( ! is_wp_error( $response ) ) {
|
@@ -505,7 +505,7 @@ if ( ! class_exists( 'YIT_Licence' ) ) {
|
|
505 |
* @author Andrea Grillo <andrea.grillo@yithemes.com>
|
506 |
*/
|
507 |
public function get_licence_activation_page_url() {
|
508 |
-
return add_query_arg( array( 'page' => $this->_settings['page'] ), admin_url( 'admin.php' ) );
|
509 |
}
|
510 |
|
511 |
|
184 |
'instance' => $this->get_home_url()
|
185 |
);
|
186 |
|
187 |
+
$api_uri = esc_url_raw( add_query_arg( $args, $this->get_api_uri( 'activation' ) ) );
|
188 |
$response = wp_remote_get( $api_uri );
|
189 |
|
190 |
if ( is_wp_error( $response ) ) {
|
252 |
'instance' => $this->get_home_url()
|
253 |
);
|
254 |
|
255 |
+
$api_uri = esc_url_raw( add_query_arg( $args, $this->get_api_uri( 'check' ) ) );
|
256 |
$response = wp_remote_get( $api_uri );
|
257 |
|
258 |
if ( ! is_wp_error( $response ) ) {
|
505 |
* @author Andrea Grillo <andrea.grillo@yithemes.com>
|
506 |
*/
|
507 |
public function get_licence_activation_page_url() {
|
508 |
+
return esc_url( add_query_arg( array( 'page' => $this->_settings['page'] ), admin_url( 'admin.php' ) ) );
|
509 |
}
|
510 |
|
511 |
|
plugin-fw/templates/metaboxes/tab.php
CHANGED
@@ -56,7 +56,16 @@ do_action( 'yit_before_metaboxes_tab' ) ?>
|
|
56 |
$field['value'] = $value != '' ? $value : ( isset( $field['std'] ) ? $field['std'] : '' );
|
57 |
?>
|
58 |
<div class="the-metabox <?php echo $field['type'] ?> clearfix<?php if ( empty( $field['label'] ) ) : ?> no-label<?php endif; ?>">
|
59 |
-
<?php
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
60 |
</div>
|
61 |
<?php endforeach ?>
|
62 |
</div>
|
56 |
$field['value'] = $value != '' ? $value : ( isset( $field['std'] ) ? $field['std'] : '' );
|
57 |
?>
|
58 |
<div class="the-metabox <?php echo $field['type'] ?> clearfix<?php if ( empty( $field['label'] ) ) : ?> no-label<?php endif; ?>">
|
59 |
+
<?php $args = apply_filters('yit_fw_metaboxes_type_args', array(
|
60 |
+
'basename' => YIT_CORE_PLUGIN_PATH,
|
61 |
+
'path' => '/metaboxes/types/',
|
62 |
+
'type' => $field['type'],
|
63 |
+
'args' => array('args' => $field)
|
64 |
+
|