Version Description
Download this release
Release Info
Developer | yithemes |
Plugin | YITH WooCommerce Zoom Magnifier |
Version | 1.2.2 |
Comparing to | |
See all releases |
Code changes from version 1.2.1 to 1.2.2
- README.txt +6 -2
- assets/css/admin.css +4 -0
- assets/css/frontend.css +18 -10
- assets/js/jquery.carouFredSel.js +3 -3
- init.php +3 -3
- languages/default.po +0 -1226
- languages/ywzm.pot +111 -1005
- plugin-fw/assets/css/metaboxes.css +12 -1
- plugin-fw/assets/js/metabox.js +1 -1
- plugin-fw/assets/js/metabox.min.js +4 -4
- plugin-fw/languages/yith-plugin-fw-it_IT.mo +0 -0
- plugin-fw/languages/yith-plugin-fw-it_IT.po +988 -0
- plugin-fw/languages/yith-plugin-fw.pot +920 -0
- plugin-fw/lib/yit-cpt-unlimited.php +61 -61
- plugin-fw/lib/yit-metabox.php +8 -6
- plugin-fw/lib/yit-plugin-panel-wc.php +1 -1
- plugin-fw/lib/yit-plugin-panel.php +17 -17
- plugin-fw/lib/yit-plugin-subpanel.php +4 -4
- plugin-fw/lib/yit-pointers.php +8 -8
- plugin-fw/lib/yit-upgrade.php +12 -12
- plugin-fw/licence/lib/yit-licence.php +11 -11
- plugin-fw/licence/lib/yit-plugin-licence.php +6 -2
- plugin-fw/licence/lib/yit-theme-licence.php +6 -6
- plugin-fw/licence/templates/panel/activation/activation-panel.php +27 -27
- plugin-fw/templates/metaboxes/types/ajax-products.php +1 -1
- plugin-fw/templates/metaboxes/types/categories.php +2 -2
- plugin-fw/templates/metaboxes/types/contactform.php +72 -72
- plugin-fw/templates/metaboxes/types/customtabs.php +11 -11
- plugin-fw/templates/metaboxes/types/icon-list.php +4 -4
- plugin-fw/templates/metaboxes/types/image-gallery.php +2 -2
- plugin-fw/templates/metaboxes/types/images.php +4 -4
- plugin-fw/templates/metaboxes/types/preview.php +19 -0
- plugin-fw/templates/metaboxes/types/responsivesliders.php +1 -1
- plugin-fw/templates/metaboxes/types/select-icon.php +2 -2
- plugin-fw/templates/metaboxes/types/sidebar-layout.php +4 -4
- plugin-fw/templates/metaboxes/types/sidebars.php +8 -8
- plugin-fw/templates/metaboxes/types/typography.php +13 -13
- plugin-fw/templates/metaboxes/types/upload.php +1 -1
- plugin-fw/templates/panel/infobox.php +2 -2
- plugin-fw/templates/panel/types/upload.php +1 -1
- plugin-fw/templates/panel/videobox.php +7 -7
- plugin-fw/templates/panel/woocommerce/woocommerce-form.php +3 -3
- plugin-fw/templates/panel/woocommerce/woocommerce-upload.php +1 -1
- plugin-fw/yit-plugin.php +6 -0
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.2.
|
7 |
-
Stable tag: 1.2.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -59,6 +59,10 @@ The size of the Zoom Image is automatically setted. If you want to change these
|
|
59 |
|
60 |
== Changelog ==
|
61 |
|
|
|
|
|
|
|
|
|
62 |
= Version 1.2.1 - RELEASED: MAY 04, 2015 =
|
63 |
|
64 |
* Fixed: removed z-index that made the zoom area hiding other elements in certain 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.2
|
7 |
+
Stable tag: 1.2.2
|
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.2 - RELEASED: MAY 22, 2015 =
|
63 |
+
|
64 |
+
* Fixed: CSS fix for EssentialGrid conflicts.
|
65 |
+
|
66 |
= Version 1.2.1 - RELEASED: MAY 04, 2015 =
|
67 |
|
68 |
* Fixed: removed z-index that made the zoom area hiding other elements in certain themes.
|
assets/css/admin.css
CHANGED
@@ -13,4 +13,8 @@
|
|
13 |
|
14 |
.yith_banner {
|
15 |
margin-top: 10px;
|
|
|
|
|
|
|
|
|
16 |
}
|
13 |
|
14 |
.yith_banner {
|
15 |
margin-top: 10px;
|
16 |
+
}
|
17 |
+
|
18 |
+
#eg-wrap .select_fake {/* solve back-end conflict with Essential Grid */
|
19 |
+
height: 24px;
|
20 |
}
|
assets/css/frontend.css
CHANGED
@@ -1,27 +1,31 @@
|
|
1 |
/* gallery */
|
2 |
.yith_magnifier_gallery {
|
3 |
-
|
4 |
-
|
5 |
}
|
|
|
6 |
.yith_magnifier_gallery li {
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
}
|
|
|
11 |
.yith_magnifier_gallery li.last {
|
12 |
margin-right: 0;
|
13 |
}
|
|
|
14 |
.yith_magnifier_gallery li a {
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
}
|
20 |
|
21 |
/* next/prev */
|
22 |
.single-product.woocommerce .thumbnails {
|
23 |
position: relative;
|
24 |
}
|
|
|
25 |
.single-product.woocommerce .thumbnails #slider-prev,
|
26 |
.single-product.woocommerce .thumbnails #slider-next {
|
27 |
display: none !important;
|
@@ -38,6 +42,7 @@
|
|
38 |
background-position: left center;
|
39 |
left: 0px;
|
40 |
}
|
|
|
41 |
.single-product.woocommerce .thumbnails #slider-next {
|
42 |
background-position: right center;
|
43 |
right: 0px;
|
@@ -48,4 +53,7 @@
|
|
48 |
display: block !important;
|
49 |
}
|
50 |
|
51 |
-
span.onsale {
|
|
|
|
|
|
1 |
/* gallery */
|
2 |
.yith_magnifier_gallery {
|
3 |
+
margin: 0;
|
4 |
+
padding: 0;
|
5 |
}
|
6 |
+
|
7 |
.yith_magnifier_gallery li {
|
8 |
+
position: relative;
|
9 |
+
float: left;
|
10 |
+
display: block;
|
11 |
}
|
12 |
+
|
13 |
.yith_magnifier_gallery li.last {
|
14 |
margin-right: 0;
|
15 |
}
|
16 |
+
|
17 |
.yith_magnifier_gallery li a {
|
18 |
+
width: 100% !important;
|
19 |
+
display: block;
|
20 |
+
margin-top: 10px;
|
21 |
+
height: auto !important;
|
22 |
}
|
23 |
|
24 |
/* next/prev */
|
25 |
.single-product.woocommerce .thumbnails {
|
26 |
position: relative;
|
27 |
}
|
28 |
+
|
29 |
.single-product.woocommerce .thumbnails #slider-prev,
|
30 |
.single-product.woocommerce .thumbnails #slider-next {
|
31 |
display: none !important;
|
42 |
background-position: left center;
|
43 |
left: 0px;
|
44 |
}
|
45 |
+
|
46 |
.single-product.woocommerce .thumbnails #slider-next {
|
47 |
background-position: right center;
|
48 |
right: 0px;
|
53 |
display: block !important;
|
54 |
}
|
55 |
|
56 |
+
span.onsale {
|
57 |
+
z-index: 10000
|
58 |
+
}
|
59 |
+
|
assets/js/jquery.carouFredSel.js
CHANGED
@@ -817,7 +817,6 @@
|
|
817 |
opts.items[opts.d['width']] = 'variable';
|
818 |
}
|
819 |
}
|
820 |
-
|
821 |
// save new sizes
|
822 |
var $cf2 = false,
|
823 |
i_siz = ms_getTotalSize(a_itm.slice(0, nI), opts, 'width'),
|
@@ -1275,7 +1274,6 @@
|
|
1275 |
opts.items[opts.d['width']] = 'variable';
|
1276 |
}
|
1277 |
}
|
1278 |
-
|
1279 |
// save new sizes
|
1280 |
var $cf2 = false,
|
1281 |
i_siz = ms_getTotalSize(a_itm.slice(0, nI), opts, 'width'),
|
@@ -3579,6 +3577,7 @@
|
|
3579 |
});
|
3580 |
}
|
3581 |
function sz_setSizes($c, o) {
|
|
|
3582 |
var $w = $c.parent(),
|
3583 |
$i = $c.children(),
|
3584 |
$v = gi_getCurrentItems($i, o),
|
@@ -3756,7 +3755,8 @@
|
|
3756 |
return (is_string(c.classnames[n])) ? c.classnames[n] : n;
|
3757 |
}
|
3758 |
function cf_mapWrapperSizes(ws, o, p) {
|
3759 |
-
|
|
|
3760 |
{
|
3761 |
p = true;
|
3762 |
}
|
817 |
opts.items[opts.d['width']] = 'variable';
|
818 |
}
|
819 |
}
|
|
|
820 |
// save new sizes
|
821 |
var $cf2 = false,
|
822 |
i_siz = ms_getTotalSize(a_itm.slice(0, nI), opts, 'width'),
|
1274 |
opts.items[opts.d['width']] = 'variable';
|
1275 |
}
|
1276 |
}
|
|
|
1277 |
// save new sizes
|
1278 |
var $cf2 = false,
|
1279 |
i_siz = ms_getTotalSize(a_itm.slice(0, nI), opts, 'width'),
|
3577 |
});
|
3578 |
}
|
3579 |
function sz_setSizes($c, o) {
|
3580 |
+
debugger;
|
3581 |
var $w = $c.parent(),
|
3582 |
$i = $c.children(),
|
3583 |
$v = gi_getCurrentItems($i, o),
|
3755 |
return (is_string(c.classnames[n])) ? c.classnames[n] : n;
|
3756 |
}
|
3757 |
function cf_mapWrapperSizes(ws, o, p) {
|
3758 |
+
|
3759 |
+
if (!is_boolean(p))
|
3760 |
{
|
3761 |
p = true;
|
3762 |
}
|
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.2.
|
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.2.
|
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.2.
|
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.2
|
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.2
|
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.2' );
|
69 |
}
|
70 |
|
71 |
if ( ! defined( 'YITH_YWZM_FILE' ) ) {
|
languages/default.po
DELETED
@@ -1,1226 +0,0 @@
|
|
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"
|
9 |
-
"MIME-Version: 1.0\n"
|
10 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
-
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"X-Generator: Poedit 1.7.5\n"
|
13 |
-
"X-Poedit-Basepath: .\n"
|
14 |
-
"Plural-Forms: nplurals=2; plural=n!=1;\n"
|
15 |
-
"X-Poedit-KeywordsList: __ ;_e;_n:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
|
16 |
-
"_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\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 |
-
|
44 |
-
#: ../lib/class.yith-ywzm-plugin-fw-loader.php:124
|
45 |
-
msgid "General"
|
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 "
|
88 |
-
"activated."
|
89 |
-
msgstr ""
|
90 |
-
|
91 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:460
|
92 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:574
|
93 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:719
|
94 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1632
|
95 |
-
#, php-format
|
96 |
-
msgid "Add %s"
|
97 |
-
msgstr ""
|
98 |
-
|
99 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:461
|
100 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:575
|
101 |
-
#, php-format
|
102 |
-
msgid "Add New %s"
|
103 |
-
msgstr ""
|
104 |
-
|
105 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:462
|
106 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:576
|
107 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1267
|
108 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1304
|
109 |
-
#, php-format
|
110 |
-
msgid "Edit %s"
|
111 |
-
msgstr ""
|
112 |
-
|
113 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:463
|
114 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:577
|
115 |
-
#, php-format
|
116 |
-
msgid "New %s"
|
117 |
-
msgstr ""
|
118 |
-
|
119 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:464
|
120 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:578
|
121 |
-
#, php-format
|
122 |
-
msgid "All %s"
|
123 |
-
msgstr ""
|
124 |
-
|
125 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:465
|
126 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:579
|
127 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1251
|
128 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1305
|
129 |
-
#, php-format
|
130 |
-
msgid "View %s"
|
131 |
-
msgstr ""
|
132 |
-
|
133 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:466
|
134 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:580
|
135 |
-
#, php-format
|
136 |
-
msgid "Search %s"
|
137 |
-
msgstr ""
|
138 |
-
|
139 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:467
|
140 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:581
|
141 |
-
#, php-format
|
142 |
-
msgid "No %s found"
|
143 |
-
msgstr ""
|
144 |
-
|
145 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:468
|
146 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:582
|
147 |
-
#, php-format
|
148 |
-
msgid "No %s found in Trash"
|
149 |
-
msgstr ""
|
150 |
-
|
151 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:625
|
152 |
-
#, php-format
|
153 |
-
msgctxt "taxonomy general name"
|
154 |
-
msgid "%s Categories"
|
155 |
-
msgstr ""
|
156 |
-
|
157 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:626
|
158 |
-
msgctxt "taxonomy singular name"
|
159 |
-
msgid "Category"
|
160 |
-
msgstr ""
|
161 |
-
|
162 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:627
|
163 |
-
msgid "Search Categories"
|
164 |
-
msgstr ""
|
165 |
-
|
166 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:628
|
167 |
-
msgid "All Categories"
|
168 |
-
msgstr ""
|
169 |
-
|
170 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:629
|
171 |
-
msgid "Parent Category"
|
172 |
-
msgstr ""
|
173 |
-
|
174 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:630
|
175 |
-
msgid "Parent Category:"
|
176 |
-
msgstr ""
|
177 |
-
|
178 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:631
|
179 |
-
msgid "Edit Category"
|
180 |
-
msgstr ""
|
181 |
-
|
182 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:632
|
183 |
-
msgid "Update Category"
|
184 |
-
msgstr ""
|
185 |
-
|
186 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:633
|
187 |
-
msgid "Add New Category"
|
188 |
-
msgstr ""
|
189 |
-
|
190 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:634
|
191 |
-
msgid "New Category Name"
|
192 |
-
msgstr ""
|
193 |
-
|
194 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:635
|
195 |
-
msgid "Category"
|
196 |
-
msgstr ""
|
197 |
-
|
198 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:724
|
199 |
-
msgid "Categories"
|
200 |
-
msgstr ""
|
201 |
-
|
202 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1042
|
203 |
-
#, php-format
|
204 |
-
msgid "%s Settings"
|
205 |
-
msgstr ""
|
206 |
-
|
207 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1051
|
208 |
-
msgid "Type"
|
209 |
-
msgstr ""
|
210 |
-
|
211 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1052
|
212 |
-
msgid "Layout for this "
|
213 |
-
msgstr ""
|
214 |
-
|
215 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1058
|
216 |
-
msgid "Rewrite"
|
217 |
-
msgstr ""
|
218 |
-
|
219 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1059
|
220 |
-
msgid ""
|
221 |
-
"Univocal identification name in the URL for each product (slug from post if "
|
222 |
-
"empty)"
|
223 |
-
msgstr ""
|
224 |
-
|
225 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1064
|
226 |
-
msgid "Label in Singular"
|
227 |
-
msgstr ""
|
228 |
-
|
229 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1065
|
230 |
-
msgid "Set a label in singular (title of portfolio if empty)"
|
231 |
-
msgstr ""
|
232 |
-
|
233 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1070
|
234 |
-
msgid "Label in Plural"
|
235 |
-
msgstr ""
|
236 |
-
|
237 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1071
|
238 |
-
msgid "Set a label in plural (title of portfolio if empty)"
|
239 |
-
msgstr ""
|
240 |
-
|
241 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1076
|
242 |
-
msgid "Taxonomy"
|
243 |
-
msgstr ""
|
244 |
-
|
245 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1077
|
246 |
-
msgid ""
|
247 |
-
"If you want to use categories in the portfolio, set a name for taxonomy. "
|
248 |
-
"Name should be a slug (must not contain capital letters nor spaces) and must "
|
249 |
-
"not be more than 32 characters long (database structure restriction)."
|
250 |
-
msgstr ""
|
251 |
-
|
252 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1082
|
253 |
-
msgid "Taxonomy Rewrite"
|
254 |
-
msgstr ""
|
255 |
-
|
256 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1083
|
257 |
-
msgid "Set univocal name for each category page URL."
|
258 |
-
msgstr ""
|
259 |
-
|
260 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1088
|
261 |
-
msgid "Single layout"
|
262 |
-
msgstr ""
|
263 |
-
|
264 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1089
|
265 |
-
msgid "Layout for single page of this portfolio"
|
266 |
-
msgstr ""
|
267 |
-
|
268 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1130
|
269 |
-
msgid "layout settings"
|
270 |
-
msgstr ""
|
271 |
-
|
272 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1222
|
273 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1235
|
274 |
-
msgid "Quick links"
|
275 |
-
msgstr ""
|
276 |
-
|
277 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1475
|
278 |
-
#, php-format
|
279 |
-
msgid "Show frontend of the %s"
|
280 |
-
msgstr ""
|
281 |
-
|
282 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1482
|
283 |
-
#: ../plugin-fw/templates/metaboxes/types/customtabs.php:46
|
284 |
-
#: ../plugin-fw/templates/metaboxes/types/customtabs.php:90
|
285 |
-
msgid "Name"
|
286 |
-
msgstr ""
|
287 |
-
|
288 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1631
|
289 |
-
#, php-format
|
290 |
-
msgid "Add %s from images"
|
291 |
-
msgstr ""
|
292 |
-
|
293 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1633
|
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 |
-
|
375 |
-
#: ../plugin-fw/lib/yit-plugin-subpanel.php:145
|
376 |
-
msgid ""
|
377 |
-
"If you continue with this action, you will reset all the options in this "
|
378 |
-
"page."
|
379 |
-
msgstr ""
|
380 |
-
|
381 |
-
#: ../plugin-fw/lib/yit-pointers.php:70
|
382 |
-
msgid "Plugins Activated"
|
383 |
-
msgstr ""
|
384 |
-
|
385 |
-
#: ../plugin-fw/lib/yit-pointers.php:71
|
386 |
-
msgid ""
|
387 |
-
"From now on, you can find all plugin options in YIT Plugin menu.\n"
|
388 |
-
" For each plugin installed, "
|
389 |
-
"customization settings will be available as a new entry in YIT Plugin menu."
|
390 |
-
msgstr ""
|
391 |
-
|
392 |
-
#: ../plugin-fw/lib/yit-pointers.php:73 ../plugin-fw/lib/yit-pointers.php:89
|
393 |
-
msgid "Discover all our plugins available on:"
|
394 |
-
msgstr ""
|
395 |
-
|
396 |
-
#: ../plugin-fw/lib/yit-pointers.php:74 ../plugin-fw/lib/yit-pointers.php:90
|
397 |
-
msgid "and"
|
398 |
-
msgstr ""
|
399 |
-
|
400 |
-
#: ../plugin-fw/lib/yit-pointers.php:84
|
401 |
-
msgid "Plugins Upgraded"
|
402 |
-
msgstr ""
|
403 |
-
|
404 |
-
#: ../plugin-fw/lib/yit-pointers.php:85
|
405 |
-
msgid ""
|
406 |
-
"From now on, you can find all options of your plugins in YIT Plugin menu.\n"
|
407 |
-
" Any time one of our plugins is updated, "
|
408 |
-
"a new entry will be added to this menu.\n"
|
409 |
-
" For example, after the update, plugin "
|
410 |
-
"options (such as for YITH WooCommerce Wishlist, YITH WooCommerce Ajax "
|
411 |
-
"Search, etc.)\n"
|
412 |
-
" will be moved from previous location to "
|
413 |
-
"YIT Plugin tab."
|
414 |
-
msgstr ""
|
415 |
-
|
416 |
-
#: ../plugin-fw/lib/yit-upgrade.php:119
|
417 |
-
msgid "There is a new version of %plugin_name% available."
|
418 |
-
msgstr ""
|
419 |
-
|
420 |
-
#: ../plugin-fw/lib/yit-upgrade.php:120
|
421 |
-
msgid "View version %latest% details."
|
422 |
-
msgstr ""
|
423 |
-
|
424 |
-
#: ../plugin-fw/lib/yit-upgrade.php:121
|
425 |
-
msgid "Automatic update is unavailable for this plugin,"
|
426 |
-
msgstr ""
|
427 |
-
|
428 |
-
#: ../plugin-fw/lib/yit-upgrade.php:122
|
429 |
-
msgid ""
|
430 |
-
"please <a href=\"%activate_link%\">activate</a> your copy of %plugin_name%."
|
431 |
-
msgstr ""
|
432 |
-
|
433 |
-
#: ../plugin-fw/lib/yit-upgrade.php:123
|
434 |
-
msgid "Update now."
|
435 |
-
msgstr ""
|
436 |
-
|
437 |
-
#: ../plugin-fw/lib/yit-upgrade.php:226
|
438 |
-
msgid "Yithemes Repository"
|
439 |
-
msgstr ""
|
440 |
-
|
441 |
-
#: ../plugin-fw/lib/yit-upgrade.php:260
|
442 |
-
msgid "Invalid URL Provided."
|
443 |
-
msgstr ""
|
444 |
-
|
445 |
-
#: ../plugin-fw/lib/yit-upgrade.php:273
|
446 |
-
msgid "Could not create Temporary file."
|
447 |
-
msgstr ""
|
448 |
-
|
449 |
-
#: ../plugin-fw/lib/yit-upgrade.php:414
|
450 |
-
#, php-format
|
451 |
-
msgid ""
|
452 |
-
"There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
|
453 |
-
"yit-changelog-button\" title=\"%3$s\">View version %4$s details</a>."
|
454 |
-
msgstr ""
|
455 |
-
|
456 |
-
#: ../plugin-fw/lib/yit-upgrade.php:416
|
457 |
-
#, php-format
|
458 |
-
msgid ""
|
459 |
-
"There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
|
460 |
-
"yit-changelog-button\" title=\"%3$s\">View version %4$s details</a>. <em>You "
|
461 |
-
"have to activate the plugin on a single site of the network to benefit from "
|
462 |
-
"automatic updates.</em>"
|
463 |
-
msgstr ""
|
464 |
-
|
465 |
-
#: ../plugin-fw/lib/yit-upgrade.php:418
|
466 |
-
#, php-format
|
467 |
-
msgid ""
|
468 |
-
"There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
|
469 |
-
"yit-changelog-button\" title=\"%3$s\">View version %4$s details</a>. "
|
470 |
-
"<em>Automatic update is unavailable for this plugin, please <a href=\"%5$s\" "
|
471 |
-
"title=\"Licence activation\">activate</a> your copy of %6s.</em>"
|
472 |
-
msgstr ""
|
473 |
-
|
474 |
-
#: ../plugin-fw/lib/yit-upgrade.php:420
|
475 |
-
#, php-format
|
476 |
-
msgid ""
|
477 |
-
"There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
|
478 |
-
"yit-changelog-button\" title=\"%3$s\">View version %4$s details</a> or <a "
|
479 |
-
"href=\"%5$s\">update now</a>."
|
480 |
-
msgstr ""
|
481 |
-
|
482 |
-
#: ../plugin-fw/lib/yit-upgrade.php:493
|
483 |
-
msgid "You can't update the plugins for this site."
|
484 |
-
msgstr ""
|
485 |
-
|
486 |
-
#: ../plugin-fw/lib/yit-upgrade.php:497
|
487 |
-
msgid ""
|
488 |
-
"You do not have sufficient permissions to update the plugins for this site."
|
489 |
-
msgstr ""
|
490 |
-
|
491 |
-
#: ../plugin-fw/lib/yit-upgrade.php:504
|
492 |
-
msgid "Update Plugin"
|
493 |
-
msgstr ""
|
494 |
-
|
495 |
-
#: ../plugin-fw/licence/lib/yit-licence.php:156
|
496 |
-
#, php-format
|
497 |
-
msgid "%field% field cannot be empty"
|
498 |
-
msgstr ""
|
499 |
-
|
500 |
-
#: ../plugin-fw/licence/lib/yit-licence.php:157
|
501 |
-
msgid "%field_1% and %field_2% fields cannot be empty"
|
502 |
-
msgstr ""
|
503 |
-
|
504 |
-
#: ../plugin-fw/licence/lib/yit-licence.php:158
|
505 |
-
msgid "Unable to contact the remote server, please try again later. Thanks!"
|
506 |
-
msgstr ""
|
507 |
-
|
508 |
-
#: ../plugin-fw/licence/lib/yit-licence.php:537
|
509 |
-
msgid "Invalid Request"
|
510 |
-
msgstr ""
|
511 |
-
|
512 |
-
#: ../plugin-fw/licence/lib/yit-licence.php:538
|
513 |
-
msgid "Invalid licence key"
|
514 |
-
msgstr ""
|
515 |
-
|
516 |
-
#: ../plugin-fw/licence/lib/yit-licence.php:539
|
517 |
-
msgid "Software has been deactivated"
|
518 |
-
msgstr ""
|
519 |
-
|
520 |
-
#: ../plugin-fw/licence/lib/yit-licence.php:540
|
521 |
-
msgid "Maximum number of activations exceeded"
|
522 |
-
msgstr ""
|
523 |
-
|
524 |
-
#: ../plugin-fw/licence/lib/yit-licence.php:541
|
525 |
-
msgid "Invalid instance ID"
|
526 |
-
msgstr ""
|
527 |
-
|
528 |
-
#: ../plugin-fw/licence/lib/yit-licence.php:542
|
529 |
-
msgid "Invalid security key"
|
530 |
-
msgstr ""
|
531 |
-
|
532 |
-
#: ../plugin-fw/licence/lib/yit-licence.php:543
|
533 |
-
msgid "Licence key has expired"
|
534 |
-
msgstr ""
|
535 |
-
|
536 |
-
#: ../plugin-fw/licence/lib/yit-licence.php:544
|
537 |
-
msgid "Licence key has been banned"
|
538 |
-
msgstr ""
|
539 |
-
|
540 |
-
#: ../plugin-fw/licence/lib/yit-plugin-licence.php:63
|
541 |
-
#: ../plugin-fw/licence/lib/yit-plugin-licence.php:64
|
542 |
-
#: ../plugin-fw/licence/lib/yit-theme-licence.php:63
|
543 |
-
#: ../plugin-fw/licence/lib/yit-theme-licence.php:64
|
544 |
-
#: ../plugin-fw/licence/lib/yit-theme-licence.php:106
|
545 |
-
#: ../plugin-fw/licence/lib/yit-theme-licence.php:107
|
546 |
-
msgid "Licence Activation"
|
547 |
-
msgstr ""
|
548 |
-
|
549 |
-
#: ../plugin-fw/licence/lib/yit-theme-licence.php:114
|
550 |
-
#: ../plugin-fw/licence/lib/yit-theme-licence.php:115
|
551 |
-
#, php-format
|
552 |
-
msgid "%s"
|
553 |
-
msgstr ""
|
554 |
-
|
555 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:19
|
556 |
-
msgid "Yithemes Licence Activation"
|
557 |
-
msgstr ""
|
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 |
-
|
650 |
-
#: ../plugin-fw/templates/metaboxes/types/ajax-products.php:23
|
651 |
-
msgid "Search for a product"
|
652 |
-
msgstr ""
|
653 |
-
|
654 |
-
#: ../plugin-fw/templates/metaboxes/types/categories.php:36
|
655 |
-
msgid "No categories."
|
656 |
-
msgstr ""
|
657 |
-
|
658 |
-
#: ../plugin-fw/templates/metaboxes/types/categories.php:42
|
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 |
-
|
867 |
-
#: ../plugin-fw/templates/metaboxes/types/customtabs.php:28
|
868 |
-
msgid "Close all"
|
869 |
-
msgstr ""
|
870 |
-
|
871 |
-
#: ../plugin-fw/templates/metaboxes/types/customtabs.php:28
|
872 |
-
msgid "Expand all"
|
873 |
-
msgstr ""
|
874 |
-
|
875 |
-
#: ../plugin-fw/templates/metaboxes/types/customtabs.php:52
|
876 |
-
#: ../plugin-fw/templates/metaboxes/types/customtabs.php:95
|
877 |
-
msgid "Value"
|
878 |
-
msgstr ""
|
879 |
-
|
880 |
-
#: ../plugin-fw/templates/metaboxes/types/customtabs.php:53
|
881 |
-
#: ../plugin-fw/templates/metaboxes/types/customtabs.php:96
|
882 |
-
msgid "Content of the tab. (HTML is supported)"
|
883 |
-
msgstr ""
|
884 |
-
|
885 |
-
#: ../plugin-fw/templates/metaboxes/types/customtabs.php:65
|
886 |
-
msgid "Add custom product tab"
|
887 |
-
msgstr ""
|
888 |
-
|
889 |
-
#: ../plugin-fw/templates/metaboxes/types/customtabs.php:107
|
890 |
-
msgid "Do you want to remove the custom tab?"
|
891 |
-
msgstr ""
|
892 |
-
|
893 |
-
#: ../plugin-fw/templates/metaboxes/types/icon-list.php:89
|
894 |
-
#, php-format
|
895 |
-
msgid "(Default: %s <img src=\"%s\"/>)"
|
896 |
-
msgstr ""
|
897 |
-
|
898 |
-
#: ../plugin-fw/templates/metaboxes/types/icon-list.php:91
|
899 |
-
#, php-format
|
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 |
-
|
934 |
-
#: ../plugin-fw/templates/metaboxes/types/sidebar-layout.php:25
|
935 |
-
#: ../plugin-fw/templates/metaboxes/types/sidebars.php:36
|
936 |
-
msgid "Left sidebar"
|
937 |
-
msgstr ""
|
938 |
-
|
939 |
-
#: ../plugin-fw/templates/metaboxes/types/sidebar-layout.php:28
|
940 |
-
#: ../plugin-fw/templates/metaboxes/types/sidebars.php:42
|
941 |
-
#: ../plugin-fw/templates/metaboxes/types/sidebars.php:45
|
942 |
-
msgid "No sidebar"
|
943 |
-
msgstr ""
|
944 |
-
|
945 |
-
#: ../plugin-fw/templates/metaboxes/types/sidebar-layout.php:31
|
946 |
-
#: ../plugin-fw/templates/metaboxes/types/sidebars.php:39
|
947 |
-
msgid "Right sidebar"
|
948 |
-
msgstr ""
|
949 |
-
|
950 |
-
#: ../plugin-fw/templates/metaboxes/types/sidebar-layout.php:34
|
951 |
-
#: ../plugin-fw/templates/metaboxes/types/sidebars.php:53
|
952 |
-
#: ../plugin-fw/templates/metaboxes/types/sidebars.php:64
|
953 |
-
msgid "Choose a sidebar"
|
954 |
-
msgstr ""
|
955 |
-
|
956 |
-
#: ../plugin-fw/templates/metaboxes/types/sidebars.php:51
|
957 |
-
msgid "Left Sidebar"
|
958 |
-
msgstr ""
|
959 |
-
|
960 |
-
#: ../plugin-fw/templates/metaboxes/types/sidebars.php:62
|
961 |
-
msgid "Right Sidebar"
|
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 |
-
|
984 |
-
#: ../plugin-fw/templates/metaboxes/types/typography.php:59
|
985 |
-
#: ../plugin-fw/templates/metaboxes/types/typography.php:153
|
986 |
-
#: ../plugin-fw/templates/metaboxes/types/typography.php:217
|
987 |
-
msgid "Web fonts"
|
988 |
-
msgstr ""
|
989 |
-
|
990 |
-
#: ../plugin-fw/templates/metaboxes/types/typography.php:71
|
991 |
-
msgid "Google fonts"
|
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 ""
|
1026 |
-
|
1027 |
-
#: ../plugin-options/general-options.php:36
|
1028 |
-
msgid "General Settings"
|
1029 |
-
msgstr ""
|
1030 |
-
|
1031 |
-
#: ../plugin-options/general-options.php:42
|
1032 |
-
msgid "Activate YITH Magnifier"
|
1033 |
-
msgstr ""
|
1034 |
-
|
1035 |
-
#: ../plugin-options/general-options.php:43
|
1036 |
-
msgid "Activate the plugin or use the WooCommerce default product image."
|
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 ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/ywzm.pot
CHANGED
@@ -1,7 +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-04-22 12:25+0100\n"
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
|
@@ -9,1218 +10,323 @@ msgstr ""
|
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"X-Generator: Poedit 1.
|
13 |
-
"X-Poedit-Basepath:
|
14 |
"Plural-Forms: nplurals=2; plural=n!=1;\n"
|
15 |
"X-Poedit-KeywordsList: __ ;_e;_n:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
|
16 |
"_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
|
17 |
"X-Poedit-SourceCharset: UTF-8\n"
|
18 |
-
"X-Poedit-SearchPath-0:
|
|
|
19 |
|
20 |
-
#:
|
21 |
msgid "Image Size"
|
22 |
msgstr ""
|
23 |
|
24 |
-
#:
|
25 |
msgid "The size of the images used within the magnifier box"
|
26 |
msgstr ""
|
27 |
|
28 |
-
#:
|
29 |
msgid ""
|
30 |
"YITH WooCommerce Zoom Magnifier is enabled but not effective. It requires "
|
31 |
"Woocommerce in order to work."
|
32 |
msgstr ""
|
33 |
|
34 |
-
#:
|
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 |
-
#:
|
41 |
msgid "Do you want to hard crop the image?"
|
42 |
msgstr ""
|
43 |
|
44 |
-
#:
|
45 |
msgid "General"
|
46 |
msgstr ""
|
47 |
|
48 |
-
#:
|
49 |
-
#:
|
50 |
msgid "Premium Version"
|
51 |
msgstr ""
|
52 |
|
53 |
-
#:
|
54 |
msgid "Product exclusion list"
|
55 |
msgstr ""
|
56 |
|
57 |
-
#:
|
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 |
-
#:
|
66 |
msgid "Plugin Documentation"
|
67 |
msgstr ""
|
68 |
|
69 |
-
#:
|
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 |
-
#:
|
76 |
msgid "Premium version"
|
77 |
msgstr ""
|
78 |
|
79 |
-
#:
|
80 |
-
#:
|
81 |
msgid "YITH WooCommerce Zoom Magnifier"
|
82 |
msgstr ""
|
83 |
|
84 |
-
#:
|
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 "
|
88 |
"activated."
|
89 |
msgstr ""
|
90 |
|
91 |
-
#:
|
92 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:574
|
93 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:719
|
94 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1632
|
95 |
-
#, php-format
|
96 |
-
msgid "Add %s"
|
97 |
-
msgstr ""
|
98 |
-
|
99 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:461
|
100 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:575
|
101 |
-
#, php-format
|
102 |
-
msgid "Add New %s"
|
103 |
-
msgstr ""
|
104 |
-
|
105 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:462
|
106 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:576
|
107 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1267
|
108 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1304
|
109 |
-
#, php-format
|
110 |
-
msgid "Edit %s"
|
111 |
-
msgstr ""
|
112 |
-
|
113 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:463
|
114 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:577
|
115 |
-
#, php-format
|
116 |
-
msgid "New %s"
|
117 |
-
msgstr ""
|
118 |
-
|
119 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:464
|
120 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:578
|
121 |
-
#, php-format
|
122 |
-
msgid "All %s"
|
123 |
-
msgstr ""
|
124 |
-
|
125 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:465
|
126 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:579
|
127 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1251
|
128 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1305
|
129 |
-
#, php-format
|
130 |
-
msgid "View %s"
|
131 |
-
msgstr ""
|
132 |
-
|
133 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:466
|
134 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:580
|
135 |
-
#, php-format
|
136 |
-
msgid "Search %s"
|
137 |
-
msgstr ""
|
138 |
-
|
139 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:467
|
140 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:581
|
141 |
-
#, php-format
|
142 |
-
msgid "No %s found"
|
143 |
-
msgstr ""
|
144 |
-
|
145 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:468
|
146 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:582
|
147 |
-
#, php-format
|
148 |
-
msgid "No %s found in Trash"
|
149 |
-
msgstr ""
|
150 |
-
|
151 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:625
|
152 |
-
#, php-format
|
153 |
-
msgctxt "taxonomy general name"
|
154 |
-
msgid "%s Categories"
|
155 |
-
msgstr ""
|
156 |
-
|
157 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:626
|
158 |
-
msgctxt "taxonomy singular name"
|
159 |
-
msgid "Category"
|
160 |
-
msgstr ""
|
161 |
-
|
162 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:627
|
163 |
-
msgid "Search Categories"
|
164 |
-
msgstr ""
|
165 |
-
|
166 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:628
|
167 |
-
msgid "All Categories"
|
168 |
-
msgstr ""
|
169 |
-
|
170 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:629
|
171 |
-
msgid "Parent Category"
|
172 |
-
msgstr ""
|
173 |
-
|
174 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:630
|
175 |
-
msgid "Parent Category:"
|
176 |
-
msgstr ""
|
177 |
-
|
178 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:631
|
179 |
-
msgid "Edit Category"
|
180 |
-
msgstr ""
|
181 |
-
|
182 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:632
|
183 |
-
msgid "Update Category"
|
184 |
-
msgstr ""
|
185 |
-
|
186 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:633
|
187 |
-
msgid "Add New Category"
|
188 |
-
msgstr ""
|
189 |
-
|
190 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:634
|
191 |
-
msgid "New Category Name"
|
192 |
-
msgstr ""
|
193 |
-
|
194 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:635
|
195 |
-
msgid "Category"
|
196 |
-
msgstr ""
|
197 |
-
|
198 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:724
|
199 |
-
msgid "Categories"
|
200 |
-
msgstr ""
|
201 |
-
|
202 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1042
|
203 |
-
#, php-format
|
204 |
-
msgid "%s Settings"
|
205 |
-
msgstr ""
|
206 |
-
|
207 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1051
|
208 |
-
msgid "Type"
|
209 |
-
msgstr ""
|
210 |
-
|
211 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1052
|
212 |
-
msgid "Layout for this "
|
213 |
-
msgstr ""
|
214 |
-
|
215 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1058
|
216 |
-
msgid "Rewrite"
|
217 |
-
msgstr ""
|
218 |
-
|
219 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1059
|
220 |
-
msgid ""
|
221 |
-
"Univocal identification name in the URL for each product (slug from post if "
|
222 |
-
"empty)"
|
223 |
-
msgstr ""
|
224 |
-
|
225 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1064
|
226 |
-
msgid "Label in Singular"
|
227 |
-
msgstr ""
|
228 |
-
|
229 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1065
|
230 |
-
msgid "Set a label in singular (title of portfolio if empty)"
|
231 |
-
msgstr ""
|
232 |
-
|
233 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1070
|
234 |
-
msgid "Label in Plural"
|
235 |
-
msgstr ""
|
236 |
-
|
237 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1071
|
238 |
-
msgid "Set a label in plural (title of portfolio if empty)"
|
239 |
-
msgstr ""
|
240 |
-
|
241 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1076
|
242 |
-
msgid "Taxonomy"
|
243 |
-
msgstr ""
|
244 |
-
|
245 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1077
|
246 |
-
msgid ""
|
247 |
-
"If you want to use categories in the portfolio, set a name for taxonomy. "
|
248 |
-
"Name should be a slug (must not contain capital letters nor spaces) and must "
|
249 |
-
"not be more than 32 characters long (database structure restriction)."
|
250 |
-
msgstr ""
|
251 |
-
|
252 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1082
|
253 |
-
msgid "Taxonomy Rewrite"
|
254 |
-
msgstr ""
|
255 |
-
|
256 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1083
|
257 |
-
msgid "Set univocal name for each category page URL."
|
258 |
-
msgstr ""
|
259 |
-
|
260 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1088
|
261 |
-
msgid "Single layout"
|
262 |
-
msgstr ""
|
263 |
-
|
264 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1089
|
265 |
-
msgid "Layout for single page of this portfolio"
|
266 |
-
msgstr ""
|
267 |
-
|
268 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1130
|
269 |
-
msgid "layout settings"
|
270 |
-
msgstr ""
|
271 |
-
|
272 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1222
|
273 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1235
|
274 |
-
msgid "Quick links"
|
275 |
-
msgstr ""
|
276 |
-
|
277 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1475
|
278 |
-
#, php-format
|
279 |
-
msgid "Show frontend of the %s"
|
280 |
-
msgstr ""
|
281 |
-
|
282 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1482
|
283 |
-
#: ../plugin-fw/templates/metaboxes/types/customtabs.php:46
|
284 |
-
#: ../plugin-fw/templates/metaboxes/types/customtabs.php:90
|
285 |
-
msgid "Name"
|
286 |
-
msgstr ""
|
287 |
-
|
288 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1631
|
289 |
-
#, php-format
|
290 |
-
msgid "Add %s from images"
|
291 |
-
msgstr ""
|
292 |
-
|
293 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1633
|
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 |
-
|
375 |
-
#: ../plugin-fw/lib/yit-plugin-subpanel.php:145
|
376 |
-
msgid ""
|
377 |
-
"If you continue with this action, you will reset all the options in this "
|
378 |
-
"page."
|
379 |
-
msgstr ""
|
380 |
-
|
381 |
-
#: ../plugin-fw/lib/yit-pointers.php:70
|
382 |
-
msgid "Plugins Activated"
|
383 |
-
msgstr ""
|
384 |
-
|
385 |
-
#: ../plugin-fw/lib/yit-pointers.php:71
|
386 |
-
msgid ""
|
387 |
-
"From now on, you can find all plugin options in YIT Plugin menu.\n"
|
388 |
-
" For each plugin installed, "
|
389 |
-
"customization settings will be available as a new entry in YIT Plugin menu."
|
390 |
-
msgstr ""
|
391 |
-
|
392 |
-
#: ../plugin-fw/lib/yit-pointers.php:73 ../plugin-fw/lib/yit-pointers.php:89
|
393 |
-
msgid "Discover all our plugins available on:"
|
394 |
-
msgstr ""
|
395 |
-
|
396 |
-
#: ../plugin-fw/lib/yit-pointers.php:74 ../plugin-fw/lib/yit-pointers.php:90
|
397 |
-
msgid "and"
|
398 |
-
msgstr ""
|
399 |
-
|
400 |
-
#: ../plugin-fw/lib/yit-pointers.php:84
|
401 |
-
msgid "Plugins Upgraded"
|
402 |
-
msgstr ""
|
403 |
-
|
404 |
-
#: ../plugin-fw/lib/yit-pointers.php:85
|
405 |
-
msgid ""
|
406 |
-
"From now on, you can find all options of your plugins in YIT Plugin menu.\n"
|
407 |
-
" Any time one of our plugins is updated, "
|
408 |
-
"a new entry will be added to this menu.\n"
|
409 |
-
" For example, after the update, plugin "
|
410 |
-
"options (such as for YITH WooCommerce Wishlist, YITH WooCommerce Ajax "
|
411 |
-
"Search, etc.)\n"
|
412 |
-
" will be moved from previous location to "
|
413 |
-
"YIT Plugin tab."
|
414 |
-
msgstr ""
|
415 |
-
|
416 |
-
#: ../plugin-fw/lib/yit-upgrade.php:119
|
417 |
-
msgid "There is a new version of %plugin_name% available."
|
418 |
-
msgstr ""
|
419 |
-
|
420 |
-
#: ../plugin-fw/lib/yit-upgrade.php:120
|
421 |
-
msgid "View version %latest% details."
|
422 |
-
msgstr ""
|
423 |
-
|
424 |
-
#: ../plugin-fw/lib/yit-upgrade.php:121
|
425 |
-
msgid "Automatic update is unavailable for this plugin,"
|
426 |
-
msgstr ""
|
427 |
-
|
428 |
-
#: ../plugin-fw/lib/yit-upgrade.php:122
|
429 |
-
msgid ""
|
430 |
-
"please <a href=\"%activate_link%\">activate</a> your copy of %plugin_name%."
|
431 |
-
msgstr ""
|
432 |
-
|
433 |
-
#: ../plugin-fw/lib/yit-upgrade.php:123
|
434 |
-
msgid "Update now."
|
435 |
-
msgstr ""
|
436 |
-
|
437 |
-
#: ../plugin-fw/lib/yit-upgrade.php:226
|
438 |
-
msgid "Yithemes Repository"
|
439 |
-
msgstr ""
|
440 |
-
|
441 |
-
#: ../plugin-fw/lib/yit-upgrade.php:260
|
442 |
-
msgid "Invalid URL Provided."
|
443 |
-
msgstr ""
|
444 |
-
|
445 |
-
#: ../plugin-fw/lib/yit-upgrade.php:273
|
446 |
-
msgid "Could not create Temporary file."
|
447 |
-
msgstr ""
|
448 |
-
|
449 |
-
#: ../plugin-fw/lib/yit-upgrade.php:414
|
450 |
-
#, php-format
|
451 |
-
msgid ""
|
452 |
-
"There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
|
453 |
-
"yit-changelog-button\" title=\"%3$s\">View version %4$s details</a>."
|
454 |
-
msgstr ""
|
455 |
-
|
456 |
-
#: ../plugin-fw/lib/yit-upgrade.php:416
|
457 |
-
#, php-format
|
458 |
-
msgid ""
|
459 |
-
"There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
|
460 |
-
"yit-changelog-button\" title=\"%3$s\">View version %4$s details</a>. <em>You "
|
461 |
-
"have to activate the plugin on a single site of the network to benefit from "
|
462 |
-
"automatic updates.</em>"
|
463 |
-
msgstr ""
|
464 |
-
|
465 |
-
#: ../plugin-fw/lib/yit-upgrade.php:418
|
466 |
-
#, php-format
|
467 |
-
msgid ""
|
468 |
-
"There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
|
469 |
-
"yit-changelog-button\" title=\"%3$s\">View version %4$s details</a>. "
|
470 |
-
"<em>Automatic update is unavailable for this plugin, please <a href=\"%5$s\" "
|
471 |
-
"title=\"Licence activation\">activate</a> your copy of %6s.</em>"
|
472 |
-
msgstr ""
|
473 |
-
|
474 |
-
#: ../plugin-fw/lib/yit-upgrade.php:420
|
475 |
-
#, php-format
|
476 |
-
msgid ""
|
477 |
-
"There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
|
478 |
-
"yit-changelog-button\" title=\"%3$s\">View version %4$s details</a> or <a "
|
479 |
-
"href=\"%5$s\">update now</a>."
|
480 |
-
msgstr ""
|
481 |
-
|
482 |
-
#: ../plugin-fw/lib/yit-upgrade.php:493
|
483 |
-
msgid "You can't update the plugins for this site."
|
484 |
-
msgstr ""
|
485 |
-
|
486 |
-
#: ../plugin-fw/lib/yit-upgrade.php:497
|
487 |
-
msgid ""
|
488 |
-
"You do not have sufficient permissions to update the plugins for this site."
|
489 |
-
msgstr ""
|
490 |
-
|
491 |
-
#: ../plugin-fw/lib/yit-upgrade.php:504
|
492 |
-
msgid "Update Plugin"
|
493 |
-
msgstr ""
|
494 |
-
|
495 |
-
#: ../plugin-fw/licence/lib/yit-licence.php:156
|
496 |
-
#, php-format
|
497 |
-
msgid "%field% field cannot be empty"
|
498 |
-
msgstr ""
|
499 |
-
|
500 |
-
#: ../plugin-fw/licence/lib/yit-licence.php:157
|
501 |
-
msgid "%field_1% and %field_2% fields cannot be empty"
|
502 |
-
msgstr ""
|
503 |
-
|
504 |
-
#: ../plugin-fw/licence/lib/yit-licence.php:158
|
505 |
-
msgid "Unable to contact the remote server, please try again later. Thanks!"
|
506 |
-
msgstr ""
|
507 |
-
|
508 |
-
#: ../plugin-fw/licence/lib/yit-licence.php:537
|
509 |
-
msgid "Invalid Request"
|
510 |
-
msgstr ""
|
511 |
-
|
512 |
-
#: ../plugin-fw/licence/lib/yit-licence.php:538
|
513 |
-
msgid "Invalid licence key"
|
514 |
-
msgstr ""
|
515 |
-
|
516 |
-
#: ../plugin-fw/licence/lib/yit-licence.php:539
|
517 |
-
msgid "Software has been deactivated"
|
518 |
-
msgstr ""
|
519 |
-
|
520 |
-
#: ../plugin-fw/licence/lib/yit-licence.php:540
|
521 |
-
msgid "Maximum number of activations exceeded"
|
522 |
-
msgstr ""
|
523 |
-
|
524 |
-
#: ../plugin-fw/licence/lib/yit-licence.php:541
|
525 |
-
msgid "Invalid instance ID"
|
526 |
-
msgstr ""
|
527 |
-
|
528 |
-
#: ../plugin-fw/licence/lib/yit-licence.php:542
|
529 |
-
msgid "Invalid security key"
|
530 |
-
msgstr ""
|
531 |
-
|
532 |
-
#: ../plugin-fw/licence/lib/yit-licence.php:543
|
533 |
-
msgid "Licence key has expired"
|
534 |
-
msgstr ""
|
535 |
-
|
536 |
-
#: ../plugin-fw/licence/lib/yit-licence.php:544
|
537 |
-
msgid "Licence key has been banned"
|
538 |
-
msgstr ""
|
539 |
-
|
540 |
-
#: ../plugin-fw/licence/lib/yit-plugin-licence.php:63
|
541 |
-
#: ../plugin-fw/licence/lib/yit-plugin-licence.php:64
|
542 |
-
#: ../plugin-fw/licence/lib/yit-theme-licence.php:63
|
543 |
-
#: ../plugin-fw/licence/lib/yit-theme-licence.php:64
|
544 |
-
#: ../plugin-fw/licence/lib/yit-theme-licence.php:106
|
545 |
-
#: ../plugin-fw/licence/lib/yit-theme-licence.php:107
|
546 |
-
msgid "Licence Activation"
|
547 |
-
msgstr ""
|
548 |
-
|
549 |
-
#: ../plugin-fw/licence/lib/yit-theme-licence.php:114
|
550 |
-
#: ../plugin-fw/licence/lib/yit-theme-licence.php:115
|
551 |
-
#, php-format
|
552 |
-
msgid "%s"
|
553 |
-
msgstr ""
|
554 |
-
|
555 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:19
|
556 |
-
msgid "Yithemes Licence Activation"
|
557 |
-
msgstr ""
|
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 |
-
|
650 |
-
#: ../plugin-fw/templates/metaboxes/types/ajax-products.php:23
|
651 |
-
msgid "Search for a product"
|
652 |
-
msgstr ""
|
653 |
-
|
654 |
-
#: ../plugin-fw/templates/metaboxes/types/categories.php:36
|
655 |
-
msgid "No categories."
|
656 |
-
msgstr ""
|
657 |
-
|
658 |
-
#: ../plugin-fw/templates/metaboxes/types/categories.php:42
|
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 |
-
|
867 |
-
#: ../plugin-fw/templates/metaboxes/types/customtabs.php:28
|
868 |
-
msgid "Close all"
|
869 |
-
msgstr ""
|
870 |
-
|
871 |
-
#: ../plugin-fw/templates/metaboxes/types/customtabs.php:28
|
872 |
-
msgid "Expand all"
|
873 |
-
msgstr ""
|
874 |
-
|
875 |
-
#: ../plugin-fw/templates/metaboxes/types/customtabs.php:52
|
876 |
-
#: ../plugin-fw/templates/metaboxes/types/customtabs.php:95
|
877 |
-
msgid "Value"
|
878 |
-
msgstr ""
|
879 |
-
|
880 |
-
#: ../plugin-fw/templates/metaboxes/types/customtabs.php:53
|
881 |
-
#: ../plugin-fw/templates/metaboxes/types/customtabs.php:96
|
882 |
-
msgid "Content of the tab. (HTML is supported)"
|
883 |
-
msgstr ""
|
884 |
-
|
885 |
-
#: ../plugin-fw/templates/metaboxes/types/customtabs.php:65
|
886 |
-
msgid "Add custom product tab"
|
887 |
-
msgstr ""
|
888 |
-
|
889 |
-
#: ../plugin-fw/templates/metaboxes/types/customtabs.php:107
|
890 |
-
msgid "Do you want to remove the custom tab?"
|
891 |
-
msgstr ""
|
892 |
-
|
893 |
-
#: ../plugin-fw/templates/metaboxes/types/icon-list.php:89
|
894 |
-
#, php-format
|
895 |
-
msgid "(Default: %s <img src=\"%s\"/>)"
|
896 |
-
msgstr ""
|
897 |
-
|
898 |
-
#: ../plugin-fw/templates/metaboxes/types/icon-list.php:91
|
899 |
-
#, php-format
|
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 |
-
|
934 |
-
#: ../plugin-fw/templates/metaboxes/types/sidebar-layout.php:25
|
935 |
-
#: ../plugin-fw/templates/metaboxes/types/sidebars.php:36
|
936 |
-
msgid "Left sidebar"
|
937 |
-
msgstr ""
|
938 |
-
|
939 |
-
#: ../plugin-fw/templates/metaboxes/types/sidebar-layout.php:28
|
940 |
-
#: ../plugin-fw/templates/metaboxes/types/sidebars.php:42
|
941 |
-
#: ../plugin-fw/templates/metaboxes/types/sidebars.php:45
|
942 |
-
msgid "No sidebar"
|
943 |
-
msgstr ""
|
944 |
-
|
945 |
-
#: ../plugin-fw/templates/metaboxes/types/sidebar-layout.php:31
|
946 |
-
#: ../plugin-fw/templates/metaboxes/types/sidebars.php:39
|
947 |
-
msgid "Right sidebar"
|
948 |
-
msgstr ""
|
949 |
-
|
950 |
-
#: ../plugin-fw/templates/metaboxes/types/sidebar-layout.php:34
|
951 |
-
#: ../plugin-fw/templates/metaboxes/types/sidebars.php:53
|
952 |
-
#: ../plugin-fw/templates/metaboxes/types/sidebars.php:64
|
953 |
-
msgid "Choose a sidebar"
|
954 |
-
msgstr ""
|
955 |
-
|
956 |
-
#: ../plugin-fw/templates/metaboxes/types/sidebars.php:51
|
957 |
-
msgid "Left Sidebar"
|
958 |
-
msgstr ""
|
959 |
-
|
960 |
-
#: ../plugin-fw/templates/metaboxes/types/sidebars.php:62
|
961 |
-
msgid "Right Sidebar"
|
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 |
-
|
984 |
-
#: ../plugin-fw/templates/metaboxes/types/typography.php:59
|
985 |
-
#: ../plugin-fw/templates/metaboxes/types/typography.php:153
|
986 |
-
#: ../plugin-fw/templates/metaboxes/types/typography.php:217
|
987 |
-
msgid "Web fonts"
|
988 |
-
msgstr ""
|
989 |
-
|
990 |
-
#: ../plugin-fw/templates/metaboxes/types/typography.php:71
|
991 |
-
msgid "Google fonts"
|
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 ""
|
1026 |
|
1027 |
-
#:
|
1028 |
msgid "General Settings"
|
1029 |
msgstr ""
|
1030 |
|
1031 |
-
#:
|
1032 |
msgid "Activate YITH Magnifier"
|
1033 |
msgstr ""
|
1034 |
|
1035 |
-
#:
|
1036 |
msgid "Activate the plugin or use the WooCommerce default product image."
|
1037 |
msgstr ""
|
1038 |
|
1039 |
-
#:
|
1040 |
msgid "Activate the plugin on mobile device"
|
1041 |
msgstr ""
|
1042 |
|
1043 |
-
#:
|
1044 |
msgid "Forced Image Size"
|
1045 |
msgstr ""
|
1046 |
|
1047 |
-
#:
|
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 |
-
#:
|
1055 |
msgid "Magnifier Settings"
|
1056 |
msgstr ""
|
1057 |
|
1058 |
-
#:
|
1059 |
msgid "Zoom Box Width"
|
1060 |
msgstr ""
|
1061 |
|
1062 |
-
#:
|
1063 |
msgid "The width of the magnifier box (default: auto)"
|
1064 |
msgstr ""
|
1065 |
|
1066 |
-
#:
|
1067 |
msgid "Zoom Box Height"
|
1068 |
msgstr ""
|
1069 |
|
1070 |
-
#:
|
1071 |
msgid "The height of the magnifier box (default: auto)"
|
1072 |
msgstr ""
|
1073 |
|
1074 |
-
#:
|
1075 |
msgid "Zoom Box Position"
|
1076 |
msgstr ""
|
1077 |
|
1078 |
-
#:
|
1079 |
msgid "The magnifier position"
|
1080 |
msgstr ""
|
1081 |
|
1082 |
-
#:
|
1083 |
msgid "Right"
|
1084 |
msgstr ""
|
1085 |
|
1086 |
-
#:
|
1087 |
-
#:
|
1088 |
msgid "Inside"
|
1089 |
msgstr ""
|
1090 |
|
1091 |
-
#:
|
1092 |
msgid "Zoom Box Position for mobile devices"
|
1093 |
msgstr ""
|
1094 |
|
1095 |
-
#:
|
1096 |
msgid "The magnifier position for the mobile devices (iPhone, Android, etc.)"
|
1097 |
msgstr ""
|
1098 |
|
1099 |
-
#:
|
1100 |
msgid "Default"
|
1101 |
msgstr ""
|
1102 |
|
1103 |
-
#:
|
1104 |
msgid "Disable"
|
1105 |
msgstr ""
|
1106 |
|
1107 |
-
#:
|
1108 |
msgid "Loading label"
|
1109 |
msgstr ""
|
1110 |
|
1111 |
-
#:
|
1112 |
-
#:
|
1113 |
msgid "Loading..."
|
1114 |
msgstr ""
|
1115 |
|
1116 |
-
#:
|
1117 |
msgid "Lens Opacity"
|
1118 |
msgstr ""
|
1119 |
|
1120 |
-
#:
|
1121 |
msgid "Blur"
|
1122 |
msgstr ""
|
1123 |
|
1124 |
-
#:
|
1125 |
msgid "Add a blur effect to the small image on mouse hover."
|
1126 |
msgstr ""
|
1127 |
|
1128 |
-
#:
|
1129 |
msgid "Slider Settings"
|
1130 |
msgstr ""
|
1131 |
|
1132 |
-
#:
|
1133 |
msgid "Activate Slider"
|
1134 |
msgstr ""
|
1135 |
|
1136 |
-
#:
|
1137 |
msgid "Activate Thumbnail Slider."
|
1138 |
msgstr ""
|
1139 |
|
1140 |
-
#:
|
1141 |
msgid "Activate Responsive Slider"
|
1142 |
msgstr ""
|
1143 |
|
1144 |
-
#:
|
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 |
-
#:
|
1151 |
msgid "Items"
|
1152 |
msgstr ""
|
1153 |
|
1154 |
-
#:
|
1155 |
msgid "Number of items to show"
|
1156 |
msgstr ""
|
1157 |
|
1158 |
-
#:
|
1159 |
msgid "Circular carousel"
|
1160 |
msgstr ""
|
1161 |
|
1162 |
-
#:
|
1163 |
msgid "It defines whether the carousel should be circular."
|
1164 |
msgstr ""
|
1165 |
|
1166 |
-
#:
|
1167 |
msgid "Infinite carousel"
|
1168 |
msgstr ""
|
1169 |
|
1170 |
-
#:
|
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 |
-
#:
|
1178 |
msgid "Upgrade to the PREMIUM VERSION"
|
1179 |
msgstr ""
|
1180 |
|
1181 |
-
#:
|
1182 |
msgid "Discover The Advanced Features"
|
1183 |
msgstr ""
|
1184 |
|
1185 |
-
#:
|
1186 |
msgid ""
|
1187 |
"Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE ZOOM MAGNIFIER to benefit "
|
1188 |
"from all features!"
|
1189 |
msgstr ""
|
1190 |
|
1191 |
-
#:
|
1192 |
msgid ""
|
1193 |
"See YITH WooCommerce Zoom Magnifier plugin with full premium features in "
|
1194 |
"action"
|
1195 |
msgstr ""
|
1196 |
|
1197 |
-
#:
|
1198 |
msgid "Get Support and Pro Features"
|
1199 |
msgstr ""
|
1200 |
|
1201 |
-
#:
|
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 |
-
#:
|
1209 |
msgid "Select a date"
|
1210 |
msgstr ""
|
1211 |
|
1212 |
-
#:
|
1213 |
msgid "Hours"
|
1214 |
msgstr ""
|
1215 |
|
1216 |
-
#:
|
1217 |
msgid "Minutes"
|
1218 |
msgstr ""
|
1219 |
|
1220 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1221 |
msgid "Select a font family"
|
1222 |
msgstr ""
|
1223 |
|
1224 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1225 |
msgid "Click to preview"
|
1226 |
msgstr ""
|
1 |
+
#, fuzzy
|
2 |
msgid ""
|
3 |
msgstr ""
|
4 |
"Project-Id-Version: YITH WooCommerce Order Tracking\n"
|
5 |
+
"POT-Creation-Date: 2015-05-22 12:47+0100\n"
|
6 |
"PO-Revision-Date: 2015-04-22 12:25+0100\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
+
"X-Generator: Poedit 1.8\n"
|
14 |
+
"X-Poedit-Basepath: ..\\\n"
|
15 |
"Plural-Forms: nplurals=2; plural=n!=1;\n"
|
16 |
"X-Poedit-KeywordsList: __ ;_e;_n:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
|
17 |
"_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
|
18 |
"X-Poedit-SourceCharset: UTF-8\n"
|
19 |
+
"X-Poedit-SearchPath-0: .\n"
|
20 |
+
"X-Poedit-SearchPathExcluded-0: plugin-fw\n"
|
21 |
|
22 |
+
#: class.yith-wcmg-admin.php:91
|
23 |
msgid "Image Size"
|
24 |
msgstr ""
|
25 |
|
26 |
+
#: class.yith-wcmg-admin.php:92 plugin-options/general-options.php:17
|
27 |
msgid "The size of the images used within the magnifier box"
|
28 |
msgstr ""
|
29 |
|
30 |
+
#: init.php:43
|
31 |
msgid ""
|
32 |
"YITH WooCommerce Zoom Magnifier is enabled but not effective. It requires "
|
33 |
"Woocommerce in order to work."
|
34 |
msgstr ""
|
35 |
|
36 |
+
#: init.php:52
|
37 |
msgid ""
|
38 |
"You can't activate the free version of YITH WooCommerce Zoom Magnifier while "
|
39 |
"you are using the premium one."
|
40 |
msgstr ""
|
41 |
|
42 |
+
#: lib/class.yith-ywzm-custom-types.php:179
|
43 |
msgid "Do you want to hard crop the image?"
|
44 |
msgstr ""
|
45 |
|
46 |
+
#: lib/class.yith-ywzm-plugin-fw-loader.php:124
|
47 |
msgid "General"
|
48 |
msgstr ""
|
49 |
|
50 |
+
#: lib/class.yith-ywzm-plugin-fw-loader.php:127
|
51 |
+
#: lib/class.yith-ywzm-plugin-fw-loader.php:191
|
52 |
msgid "Premium Version"
|
53 |
msgstr ""
|
54 |
|
55 |
+
#: lib/class.yith-ywzm-plugin-fw-loader.php:129
|
56 |
msgid "Product exclusion list"
|
57 |
msgstr ""
|
58 |
|
59 |
+
#: lib/class.yith-ywzm-plugin-fw-loader.php:188
|
|
|
|
|
|
|
|
|
60 |
msgid "Settings"
|
61 |
msgstr ""
|
62 |
|
63 |
+
#: lib/class.yith-ywzm-plugin-fw-loader.php:216
|
64 |
msgid "Plugin Documentation"
|
65 |
msgstr ""
|
66 |
|
67 |
+
#: lib/class.yith-ywzm-plugin-fw-loader.php:229
|
68 |
msgid ""
|
69 |
"YITH WooCommerce Zoom Magnifier is available in an outstanding PREMIUM "
|
70 |
"version with many new options, discover it now."
|
71 |
msgstr ""
|
72 |
|
73 |
+
#: lib/class.yith-ywzm-plugin-fw-loader.php:230
|
74 |
msgid "Premium version"
|
75 |
msgstr ""
|
76 |
|
77 |
+
#: lib/class.yith-ywzm-plugin-fw-loader.php:237
|
78 |
+
#: plugin-options/general-options.php:214
|
79 |
msgid "YITH WooCommerce Zoom Magnifier"
|
80 |
msgstr ""
|
81 |
|
82 |
+
#: lib/class.yith-ywzm-plugin-fw-loader.php:238
|
83 |
msgid ""
|
84 |
"In YIT Plugins tab you can find YITH WooCommerce Zoom Magnifier options."
|
85 |
"<br> From this menu you can access all settings of the YITH plugins "
|
86 |
"activated."
|
87 |
msgstr ""
|
88 |
|
89 |
+
#: plugin-options/general-options.php:16
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
90 |
msgid "Image size"
|
91 |
msgstr ""
|
92 |
|
93 |
+
#: plugin-options/general-options.php:36
|
94 |
msgid "General Settings"
|
95 |
msgstr ""
|
96 |
|
97 |
+
#: plugin-options/general-options.php:42
|
98 |
msgid "Activate YITH Magnifier"
|
99 |
msgstr ""
|
100 |
|
101 |
+
#: plugin-options/general-options.php:43
|
102 |
msgid "Activate the plugin or use the WooCommerce default product image."
|
103 |
msgstr ""
|
104 |
|
105 |
+
#: plugin-options/general-options.php:50
|
106 |
msgid "Activate the plugin on mobile device"
|
107 |
msgstr ""
|
108 |
|
109 |
+
#: plugin-options/general-options.php:57
|
110 |
msgid "Forced Image Size"
|
111 |
msgstr ""
|
112 |
|
113 |
+
#: plugin-options/general-options.php:58
|
114 |
msgid ""
|
115 |
"If disabled, you will able to customize the sizes of the zoomed images. "
|
116 |
"Disable it at your own risk; the magnifier could not properly work with "
|
117 |
"images out of proportion."
|
118 |
msgstr ""
|
119 |
|
120 |
+
#: plugin-options/general-options.php:72
|
121 |
msgid "Magnifier Settings"
|
122 |
msgstr ""
|
123 |
|
124 |
+
#: plugin-options/general-options.php:78
|
125 |
msgid "Zoom Box Width"
|
126 |
msgstr ""
|
127 |
|
128 |
+
#: plugin-options/general-options.php:79
|
129 |
msgid "The width of the magnifier box (default: auto)"
|
130 |
msgstr ""
|
131 |
|
132 |
+
#: plugin-options/general-options.php:86
|
133 |
msgid "Zoom Box Height"
|
134 |
msgstr ""
|
135 |
|
136 |
+
#: plugin-options/general-options.php:87
|
137 |
msgid "The height of the magnifier box (default: auto)"
|
138 |
msgstr ""
|
139 |
|
140 |
+
#: plugin-options/general-options.php:95
|
141 |
msgid "Zoom Box Position"
|
142 |
msgstr ""
|
143 |
|
144 |
+
#: plugin-options/general-options.php:96
|
145 |
msgid "The magnifier position"
|
146 |
msgstr ""
|
147 |
|
148 |
+
#: plugin-options/general-options.php:102
|
149 |
msgid "Right"
|
150 |
msgstr ""
|
151 |
|
152 |
+
#: plugin-options/general-options.php:103
|
153 |
+
#: plugin-options/general-options.php:115
|
154 |
msgid "Inside"
|
155 |
msgstr ""
|
156 |
|
157 |
+
#: plugin-options/general-options.php:107
|
158 |
msgid "Zoom Box Position for mobile devices"
|
159 |
msgstr ""
|
160 |
|
161 |
+
#: plugin-options/general-options.php:108
|
162 |
msgid "The magnifier position for the mobile devices (iPhone, Android, etc.)"
|
163 |
msgstr ""
|
164 |
|
165 |
+
#: plugin-options/general-options.php:114
|
166 |
msgid "Default"
|
167 |
msgstr ""
|
168 |
|
169 |
+
#: plugin-options/general-options.php:116
|
170 |
msgid "Disable"
|
171 |
msgstr ""
|
172 |
|
173 |
+
#: plugin-options/general-options.php:120
|
174 |
msgid "Loading label"
|
175 |
msgstr ""
|
176 |
|
177 |
+
#: plugin-options/general-options.php:123
|
178 |
+
#: plugin-options/general-options.php:124
|
179 |
msgid "Loading..."
|
180 |
msgstr ""
|
181 |
|
182 |
+
#: plugin-options/general-options.php:128
|
183 |
msgid "Lens Opacity"
|
184 |
msgstr ""
|
185 |
|
186 |
+
#: plugin-options/general-options.php:139
|
187 |
msgid "Blur"
|
188 |
msgstr ""
|
189 |
|
190 |
+
#: plugin-options/general-options.php:140
|
191 |
msgid "Add a blur effect to the small image on mouse hover."
|
192 |
msgstr ""
|
193 |
|
194 |
+
#: plugin-options/general-options.php:151
|
195 |
msgid "Slider Settings"
|
196 |
msgstr ""
|
197 |
|
198 |
+
#: plugin-options/general-options.php:157
|
199 |
msgid "Activate Slider"
|
200 |
msgstr ""
|
201 |
|
202 |
+
#: plugin-options/general-options.php:158
|
203 |
msgid "Activate Thumbnail Slider."
|
204 |
msgstr ""
|
205 |
|
206 |
+
#: plugin-options/general-options.php:165
|
207 |
msgid "Activate Responsive Slider"
|
208 |
msgstr ""
|
209 |
|
210 |
+
#: plugin-options/general-options.php:166
|
211 |
msgid ""
|
212 |
"This option fits the thumbnails within the available space. Disable it if "
|
213 |
"you want to manage freely the thumbnails (eg. add margins, paddings, etc.)"
|
214 |
msgstr ""
|
215 |
|
216 |
+
#: plugin-options/general-options.php:173
|
217 |
msgid "Items"
|
218 |
msgstr ""
|
219 |
|
220 |
+
#: plugin-options/general-options.php:174
|
221 |
msgid "Number of items to show"
|
222 |
msgstr ""
|
223 |
|
224 |
+
#: plugin-options/general-options.php:184
|
225 |
msgid "Circular carousel"
|
226 |
msgstr ""
|
227 |
|
228 |
+
#: plugin-options/general-options.php:185
|
229 |
msgid "It defines whether the carousel should be circular."
|
230 |
msgstr ""
|
231 |
|
232 |
+
#: plugin-options/general-options.php:192
|
233 |
msgid "Infinite carousel"
|
234 |
msgstr ""
|
235 |
|
236 |
+
#: plugin-options/general-options.php:193
|
237 |
msgid ""
|
238 |
"It defines whether the carousel should be infinite. Note: It is possible to "
|
239 |
"create a non-circular, infinite carousel, but it is not possible to create a "
|
240 |
"circular, non-infinite carousel."
|
241 |
msgstr ""
|
242 |
|
243 |
+
#: plugin-options/general-options.php:211
|
244 |
msgid "Upgrade to the PREMIUM VERSION"
|
245 |
msgstr ""
|
246 |
|
247 |
+
#: plugin-options/general-options.php:215
|
248 |
msgid "Discover The Advanced Features"
|
249 |
msgstr ""
|
250 |
|
251 |
+
#: plugin-options/general-options.php:216
|
252 |
msgid ""
|
253 |
"Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE ZOOM MAGNIFIER to benefit "
|
254 |
"from all features!"
|
255 |
msgstr ""
|
256 |
|
257 |
+
#: plugin-options/general-options.php:220
|
258 |
msgid ""
|
259 |
"See YITH WooCommerce Zoom Magnifier plugin with full premium features in "
|
260 |
"action"
|
261 |
msgstr ""
|
262 |
|
263 |
+
#: plugin-options/general-options.php:222
|
264 |
msgid "Get Support and Pro Features"
|
265 |
msgstr ""
|
266 |
|
267 |
+
#: plugin-options/general-options.php:223
|
268 |
msgid ""
|
269 |
"Purchasing the premium version of the plugin, you will take advantage of the "
|
270 |
"advanced features of the product and you will get one year of free updates "
|
271 |
"and support through our platform available 24h/24."
|
272 |
msgstr ""
|
273 |
|
274 |
+
#: yit-common/yith-panel.php:424
|
275 |
msgid "Select a date"
|
276 |
msgstr ""
|
277 |
|
278 |
+
#: yit-common/yith-panel.php:425
|
279 |
msgid "Hours"
|
280 |
msgstr ""
|
281 |
|
282 |
+
#: yit-common/yith-panel.php:426 yit-common/yith-panel.php:427
|
283 |
msgid "Minutes"
|
284 |
msgstr ""
|
285 |
|
286 |
+
#: yit-common/yith-panel.php:435
|
287 |
+
msgid "Upload"
|
288 |
+
msgstr ""
|
289 |
+
|
290 |
+
#: yit-common/yith-panel.php:472
|
291 |
+
msgid "px"
|
292 |
+
msgstr ""
|
293 |
+
|
294 |
+
#: yit-common/yith-panel.php:474
|
295 |
+
msgid "em"
|
296 |
+
msgstr ""
|
297 |
+
|
298 |
+
#: yit-common/yith-panel.php:476
|
299 |
+
msgid "pt"
|
300 |
+
msgstr ""
|
301 |
+
|
302 |
+
#: yit-common/yith-panel.php:478
|
303 |
+
msgid "rem"
|
304 |
+
msgstr ""
|
305 |
+
|
306 |
+
#: yit-common/yith-panel.php:490
|
307 |
msgid "Select a font family"
|
308 |
msgstr ""
|
309 |
|
310 |
+
#: yit-common/yith-panel.php:500
|
311 |
+
msgid "Regular"
|
312 |
+
msgstr ""
|
313 |
+
|
314 |
+
#: yit-common/yith-panel.php:502
|
315 |
+
msgid "Bold"
|
316 |
+
msgstr ""
|
317 |
+
|
318 |
+
#: yit-common/yith-panel.php:504
|
319 |
+
msgid "Extra bold"
|
320 |
+
msgstr ""
|
321 |
+
|
322 |
+
#: yit-common/yith-panel.php:506
|
323 |
+
msgid "Italic"
|
324 |
+
msgstr ""
|
325 |
+
|
326 |
+
#: yit-common/yith-panel.php:508
|
327 |
+
msgid "Italic bold"
|
328 |
+
msgstr ""
|
329 |
+
|
330 |
+
#: yit-common/yith-panel.php:524
|
331 |
msgid "Click to preview"
|
332 |
msgstr ""
|
plugin-fw/assets/css/metaboxes.css
CHANGED
@@ -595,4 +595,15 @@
|
|
595 |
.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:0}
|
596 |
.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:0}
|
597 |
.ui-widget-overlay{background:#aaa 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}
|
598 |
-
.ui-widget-shadow{margin:-8px 0 0 -8px;padding:8px;background:#aaa 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
595 |
.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:0}
|
596 |
.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:0}
|
597 |
.ui-widget-overlay{background:#aaa 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}
|
598 |
+
.ui-widget-shadow{margin:-8px 0 0 -8px;padding:8px;background:#aaa 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}
|
599 |
+
|
600 |
+
|
601 |
+
.the-metabox.preview{
|
602 |
+
float: none;
|
603 |
+
}
|
604 |
+
.metaboxes-tab .the-metabox.no-label.preview{
|
605 |
+
margin-left: 184px;
|
606 |
+
}
|
607 |
+
.metaboxes-tab .the-metabox.no-label.preview img{
|
608 |
+
box-shadow: 0 1px 8px rgba(0,0,0,0.2);
|
609 |
+
}
|
plugin-fw/assets/js/metabox.js
CHANGED
@@ -28,7 +28,7 @@
|
|
28 |
|
29 |
var t = $(this).attr('href');
|
30 |
$(this).parent().addClass('tabs').siblings('li').removeClass('tabs');
|
31 |
-
$('.tabs-panel').slideUp('fast');
|
32 |
$(t).delay(350).slideDown('fast');
|
33 |
|
34 |
return false;
|
28 |
|
29 |
var t = $(this).attr('href');
|
30 |
$(this).parent().addClass('tabs').siblings('li').removeClass('tabs');
|
31 |
+
$(this).closest('.metaboxes-tab').find('.tabs-panel').slideUp('fast');
|
32 |
$(t).delay(350).slideDown('fast');
|
33 |
|
34 |
return false;
|
plugin-fw/assets/js/metabox.min.js
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
(function(a){function k(b,c,d){var e=!0;if("string"==typeof c){":radio"==c.substr(0,6)&&(c+=":checked");var g=a(c).val();"checkbox"==a(c).attr("type")&&(g=a(c).is(":checked")?"yes":"no");d=d.split(",");for(c=0;c<d.length;c++)if(g!=d[c])e=!1;else{e=!0;break}}e?a(b+"-container").parent().show():a(b+"-container").parent().hide()}a(".metaboxes-tab").each(function(){a(".tabs-panel",this).hide();var b=wpCookies.get("active_metabox_tab"),b=null==b?a("ul.metaboxes-tabs li:first-child a",this).attr("href"):
|
2 |
-
"#"+b;a(b).show();a(".metaboxes-tabs a",this).click(function(b){if(a(this).parent().hasClass("tabs"))b.preventDefault();else return b=a(this).attr("href"),a(this).parent().addClass("tabs").siblings("li").removeClass("tabs"),a(".tabs-panel").slideUp("fast"),a(b).delay(350).slideDown("fast"),!1})});var h=!0,l=wp.media.editor.send.attachment;a(document).on("click",".metaboxes-tab .upload_button",function(b){b=a(this);var c=b.attr("id").replace("-button","");h=!0;
|
3 |
-
e){if(h)a("#"+c).is("input[type=text]")?a("#"+c).val(e.url):a("#"+c+"_custom").val(e.url);else return l.apply(this,[b,e])};wp.media.editor.open(b);return!1});a(".metaboxes-tab .add_media").on("click",function(){h=!1});a(".metaboxes-tab .panel-colorpicker").wpColorPicker({onInit:function(){console.log("test")},change:function(a,c){},clear:function(){var b=a(this);b.val(b.data("default-color"));b.change()}});a(".metaboxes-tab .panel-colorpicker").each(function(){var b=
|
4 |
-
a(this).parent().parent().find("a.wp-color-result").attr("title",b)});a(".metaboxes-tab .panel-datepicker").each(function(){a(this).datepicker()});var f=function(){var b="";a(this).attr("multiple")?(a(this).children("option:selected").each(function(c,d){0!=c&&(b+=", ");b+=a(d).text()}),""==b&&a(this).children().children("option:selected").each(function(c,d){0!=c&&(b+=", ");b+=a(d).text()})):(b=a(this).children("option:selected").text(),""==b&&(b=a(this).children().children("option:selected").text()));
|
5 |
0>=a(this).parent().find("span").length&&a(this).before("<span></span>");a(this).parent().children("span").replaceWith("<span>"+b+"</span>")};a(".metaboxes-tab .select_wrapper select").not(".chosen").each(f).change(f);a(".metaboxes-tab .select_wrapper").click(function(b){b.stopPropagation();a(this).find("select[multiple]").not(".chosen").toggle()});a(".metaboxes-tab .select_wrapper select[multiple]").not(".chosen").click(function(a){a.stopPropagation()});a(window).click(function(){a(".metaboxes-tab .select_wrapper select[multiple]").not(".chosen").hide()});
|
6 |
a(".metaboxes-tab .onoff_container span").on("click",function(){var b=a(this).prev("input");b.prop("checked")?b.prop("checked",!1).attr("value","no").removeClass("onoffchecked"):b.prop("checked",!0).attr("value","yes").addClass("onoffchecked");b.change()});a(".metaboxes-tab .chosen .select_wrapper select").chosen();a(".metaboxes-tab .slider_container .ui-slider-horizontal").each(function(){var b=a(this).data("val"),c=a(this).data("min"),d=a(this).data("max"),e=a(this).data("step"),g=a(this).data("labels");
|
7 |
a(this).slider({value:b,min:c,max:d,range:"min",step:e,slide:function(b,c){a(this).find("input").val(c.value);a(this).siblings(".feedback").find("strong").text(c.value+g)}})});f=a("#_active_page_options-container").parent().html();a("#_active_page_options-container").parent().remove();a(f).insertAfter("#yit-post-setting .handlediv");a(f).insertAfter("#yit-page-setting .handlediv");a("#_active_page_options-container").on("click",function(){a("#_active_page_options").is(":checked")?a("#yit-page-setting .inside .metaboxes-tab, #yit-post-setting .inside .metaboxes-tab").css({opacity:1,
|
8 |
"pointer-events":"auto"}):a("#yit-page-setting .inside .metaboxes-tab, #yit-post-setting .inside .metaboxes-tab").css({opacity:.5,"pointer-events":"none"})}).click();a(".metaboxes-tab [data-field]").each(function(){var b=a(this),c="#"+b.data("field"),d="#"+b.data("dep"),e=b.data("value");k(c,d,e.toString());a(d).on("change",function(){k(c,d,e.toString())}).change()});a(document).on("click",".image-gallery-button",function(b){var c=a(this);b=c.closest(".image-gallery");var d=b.find(".image_gallery_ids"),
|
9 |
e=d.val(),g=b.find("ul.slides-wrapper"),f=wp.media.frames.image_gallery=wp.media({title:c.data("choose"),button:{text:c.data("update")},states:[new wp.media.controller.Library({title:c.data("choose"),filterable:"all",multiple:!0})]});f.on("select",function(){f.state().get("selection").map(function(a){a=a.toJSON();a.id&&(e=e?e+","+a.id:a.id,g.append('<li class="image" data-attachment_id="'+a.id+'"><img src="'+a.sizes.thumbnail.url+'"/><ul class="actions"><li><a href="#" class="delete" title="'+c.data("delete")+
|
10 |
'">x</a></li></ul></li>'))});d.val(e)});f.open()});a(".image-gallery ul.slides-wrapper").each(function(){var b=a(this);b.sortable({items:"li.image",cursor:"move",scrollSensitivity:40,forcePlaceholderSize:!0,forceHelperSize:!1,helper:"clone",opacity:.65,start:function(a,b){b.item.css("background-color","#f6f6f6")},stop:function(a,b){b.item.removeAttr("style")},update:function(c,d){var e="";b.find("li.image").css("cursor","default").each(function(){var b=a(this).attr("data-attachment_id");e=e+b+","});
|
11 |
-
b.closest(".image-gallery").find(".image_gallery_ids").val(e)}})});a(".image-gallery ul.slides-wrapper").on("click","a.delete",function(){var b=a(this).closest(".image-gallery"),c=a(this).closest(".image-gallery ul.slides-wrapper"),b=b.find(".image_gallery_ids"),d="";a(this).closest("li.image").remove();c.find("li.image").css("cursor","default").each(function(){var b=a(this).attr("data-attachment_id");d=d+b+","});b.val(d);return!1})})(jQuery);
|
1 |
(function(a){function k(b,c,d){var e=!0;if("string"==typeof c){":radio"==c.substr(0,6)&&(c+=":checked");var g=a(c).val();"checkbox"==a(c).attr("type")&&(g=a(c).is(":checked")?"yes":"no");d=d.split(",");for(c=0;c<d.length;c++)if(g!=d[c])e=!1;else{e=!0;break}}e?a(b+"-container").parent().show():a(b+"-container").parent().hide()}a(".metaboxes-tab").each(function(){a(".tabs-panel",this).hide();var b=wpCookies.get("active_metabox_tab"),b=null==b?a("ul.metaboxes-tabs li:first-child a",this).attr("href"):
|
2 |
+
"#"+b;a(b).show();a(".metaboxes-tabs a",this).click(function(b){if(a(this).parent().hasClass("tabs"))b.preventDefault();else return b=a(this).attr("href"),a(this).parent().addClass("tabs").siblings("li").removeClass("tabs"),a(this).closest(".metaboxes-tab").find(".tabs-panel").slideUp("fast"),a(b).delay(350).slideDown("fast"),!1})});var h=!0,l=wp.media.editor.send.attachment;a(document).on("click",".metaboxes-tab .upload_button",function(b){b=a(this);var c=b.attr("id").replace("-button","");h=!0;
|
3 |
+
wp.media.editor.send.attachment=function(b,e){if(h)a("#"+c).is("input[type=text]")?a("#"+c).val(e.url):a("#"+c+"_custom").val(e.url);else return l.apply(this,[b,e])};wp.media.editor.open(b);return!1});a(".metaboxes-tab .add_media").on("click",function(){h=!1});a(".metaboxes-tab .panel-colorpicker").wpColorPicker({onInit:function(){console.log("test")},change:function(a,c){},clear:function(){var b=a(this);b.val(b.data("default-color"));b.change()}});a(".metaboxes-tab .panel-colorpicker").each(function(){var b=
|
4 |
+
a(this).data("variations-label");a(this).parent().parent().find("a.wp-color-result").attr("title",b)});a(".metaboxes-tab .panel-datepicker").each(function(){a(this).datepicker()});var f=function(){var b="";a(this).attr("multiple")?(a(this).children("option:selected").each(function(c,d){0!=c&&(b+=", ");b+=a(d).text()}),""==b&&a(this).children().children("option:selected").each(function(c,d){0!=c&&(b+=", ");b+=a(d).text()})):(b=a(this).children("option:selected").text(),""==b&&(b=a(this).children().children("option:selected").text()));
|
5 |
0>=a(this).parent().find("span").length&&a(this).before("<span></span>");a(this).parent().children("span").replaceWith("<span>"+b+"</span>")};a(".metaboxes-tab .select_wrapper select").not(".chosen").each(f).change(f);a(".metaboxes-tab .select_wrapper").click(function(b){b.stopPropagation();a(this).find("select[multiple]").not(".chosen").toggle()});a(".metaboxes-tab .select_wrapper select[multiple]").not(".chosen").click(function(a){a.stopPropagation()});a(window).click(function(){a(".metaboxes-tab .select_wrapper select[multiple]").not(".chosen").hide()});
|
6 |
a(".metaboxes-tab .onoff_container span").on("click",function(){var b=a(this).prev("input");b.prop("checked")?b.prop("checked",!1).attr("value","no").removeClass("onoffchecked"):b.prop("checked",!0).attr("value","yes").addClass("onoffchecked");b.change()});a(".metaboxes-tab .chosen .select_wrapper select").chosen();a(".metaboxes-tab .slider_container .ui-slider-horizontal").each(function(){var b=a(this).data("val"),c=a(this).data("min"),d=a(this).data("max"),e=a(this).data("step"),g=a(this).data("labels");
|
7 |
a(this).slider({value:b,min:c,max:d,range:"min",step:e,slide:function(b,c){a(this).find("input").val(c.value);a(this).siblings(".feedback").find("strong").text(c.value+g)}})});f=a("#_active_page_options-container").parent().html();a("#_active_page_options-container").parent().remove();a(f).insertAfter("#yit-post-setting .handlediv");a(f).insertAfter("#yit-page-setting .handlediv");a("#_active_page_options-container").on("click",function(){a("#_active_page_options").is(":checked")?a("#yit-page-setting .inside .metaboxes-tab, #yit-post-setting .inside .metaboxes-tab").css({opacity:1,
|
8 |
"pointer-events":"auto"}):a("#yit-page-setting .inside .metaboxes-tab, #yit-post-setting .inside .metaboxes-tab").css({opacity:.5,"pointer-events":"none"})}).click();a(".metaboxes-tab [data-field]").each(function(){var b=a(this),c="#"+b.data("field"),d="#"+b.data("dep"),e=b.data("value");k(c,d,e.toString());a(d).on("change",function(){k(c,d,e.toString())}).change()});a(document).on("click",".image-gallery-button",function(b){var c=a(this);b=c.closest(".image-gallery");var d=b.find(".image_gallery_ids"),
|
9 |
e=d.val(),g=b.find("ul.slides-wrapper"),f=wp.media.frames.image_gallery=wp.media({title:c.data("choose"),button:{text:c.data("update")},states:[new wp.media.controller.Library({title:c.data("choose"),filterable:"all",multiple:!0})]});f.on("select",function(){f.state().get("selection").map(function(a){a=a.toJSON();a.id&&(e=e?e+","+a.id:a.id,g.append('<li class="image" data-attachment_id="'+a.id+'"><img src="'+a.sizes.thumbnail.url+'"/><ul class="actions"><li><a href="#" class="delete" title="'+c.data("delete")+
|
10 |
'">x</a></li></ul></li>'))});d.val(e)});f.open()});a(".image-gallery ul.slides-wrapper").each(function(){var b=a(this);b.sortable({items:"li.image",cursor:"move",scrollSensitivity:40,forcePlaceholderSize:!0,forceHelperSize:!1,helper:"clone",opacity:.65,start:function(a,b){b.item.css("background-color","#f6f6f6")},stop:function(a,b){b.item.removeAttr("style")},update:function(c,d){var e="";b.find("li.image").css("cursor","default").each(function(){var b=a(this).attr("data-attachment_id");e=e+b+","});
|
11 |
+
b.closest(".image-gallery").find(".image_gallery_ids").val(e)}})});a(".image-gallery ul.slides-wrapper").on("click","a.delete",function(){var b=a(this).closest(".image-gallery"),c=a(this).closest(".image-gallery ul.slides-wrapper"),b=b.find(".image_gallery_ids"),d="";a(this).closest("li.image").remove();c.find("li.image").css("cursor","default").each(function(){var b=a(this).attr("data-attachment_id");d=d+b+","});b.val(d);return!1})})(jQuery);
|
plugin-fw/languages/yith-plugin-fw-it_IT.mo
ADDED
Binary file
|
plugin-fw/languages/yith-plugin-fw-it_IT.po
ADDED
@@ -0,0 +1,988 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Copyright (C) 2015 YIThemes
|
2 |
+
# This file is distributed under the same license as the YITH Plugin Starter package.
|
3 |
+
msgid ""
|
4 |
+
msgstr ""
|
5 |
+
"Project-Id-Version: YITH Plugin Starter 1.0.0 Plugin FW\n"
|
6 |
+
"Report-Msgid-Bugs-To: Your Inspiration Themes <plugins@yithemes.com>\n"
|
7 |
+
"POT-Creation-Date: 2015-05-11 17:13+0100\n"
|
8 |
+
"PO-Revision-Date: 2015-05-11 17:15+0100\n"
|
9 |
+
"Last-Translator: \n"
|
10 |
+
"Language-Team: Your Inspiration Themes <info@yithemes.com>\n"
|
11 |
+
"Language: en\n"
|
12 |
+
"MIME-Version: 1.0\n"
|
13 |
+
"Content-Type: text/plain; charset=utf-8\n"
|
14 |
+
"Content-Transfer-Encoding: 8bit\n"
|
15 |
+
"X-Generator: Poedit 1.7.3\n"
|
16 |
+
"X-Poedit-KeywordsList: __;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;"
|
17 |
+
"_nx_noop:1,2,3c;esc_attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;"
|
18 |
+
"esc_html_x:1,2c\n"
|
19 |
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
20 |
+
"X-Poedit-SourceCharset: UTF-8\n"
|
21 |
+
"X-Poedit-Basepath: ../\n"
|
22 |
+
"X-Textdomain-Support: yes\n"
|
23 |
+
"X-Poedit-SearchPath-0: .\n"
|
24 |
+
|
25 |
+
#: lib/yit-cpt-unlimited.php:460 lib/yit-cpt-unlimited.php:574
|
26 |
+
#: lib/yit-cpt-unlimited.php:719 lib/yit-cpt-unlimited.php:1632
|
27 |
+
#, php-format
|
28 |
+
msgid "Add %s"
|
29 |
+
msgstr "Aggiungi %s"
|
30 |
+
|
31 |
+
#: lib/yit-cpt-unlimited.php:461 lib/yit-cpt-unlimited.php:575
|
32 |
+
#, php-format
|
33 |
+
msgid "Add New %s"
|
34 |
+
msgstr "Aggiungi nuovo %s"
|
35 |
+
|
36 |
+
#: lib/yit-cpt-unlimited.php:462 lib/yit-cpt-unlimited.php:576
|
37 |
+
#: lib/yit-cpt-unlimited.php:1267 lib/yit-cpt-unlimited.php:1304
|
38 |
+
#, php-format
|
39 |
+
msgid "Edit %s"
|
40 |
+
msgstr "Modifica %s"
|
41 |
+
|
42 |
+
#: lib/yit-cpt-unlimited.php:463 lib/yit-cpt-unlimited.php:577
|
43 |
+
#, php-format
|
44 |
+
msgid "New %s"
|
45 |
+
msgstr "Nuovo %s"
|
46 |
+
|
47 |
+
#: lib/yit-cpt-unlimited.php:464 lib/yit-cpt-unlimited.php:578
|
48 |
+
#, php-format
|
49 |
+
msgid "All %s"
|
50 |
+
msgstr "Tutti %s"
|
51 |
+
|
52 |
+
#: lib/yit-cpt-unlimited.php:465 lib/yit-cpt-unlimited.php:579
|
53 |
+
#: lib/yit-cpt-unlimited.php:1251 lib/yit-cpt-unlimited.php:1305
|
54 |
+
#, php-format
|
55 |
+
msgid "View %s"
|
56 |
+
msgstr "Visualizza %s"
|
57 |
+
|
58 |
+
#: lib/yit-cpt-unlimited.php:466 lib/yit-cpt-unlimited.php:580
|
59 |
+
#, php-format
|
60 |
+
msgid "Search %s"
|
61 |
+
msgstr "Cerca %s"
|
62 |
+
|
63 |
+
#: lib/yit-cpt-unlimited.php:467 lib/yit-cpt-unlimited.php:581
|
64 |
+
#, php-format
|
65 |
+
msgid "No %s found"
|
66 |
+
msgstr "Nessun %s trovato"
|
67 |
+
|
68 |
+
#: lib/yit-cpt-unlimited.php:468 lib/yit-cpt-unlimited.php:582
|
69 |
+
#, php-format
|
70 |
+
msgid "No %s found in Trash"
|
71 |
+
msgstr "Nessun %s trovato nel cestino"
|
72 |
+
|
73 |
+
#: lib/yit-cpt-unlimited.php:625
|
74 |
+
#, php-format
|
75 |
+
msgctxt "taxonomy general name"
|
76 |
+
msgid "%s Categories"
|
77 |
+
msgstr "%s Categorie"
|
78 |
+
|
79 |
+
#: lib/yit-cpt-unlimited.php:626
|
80 |
+
msgctxt "taxonomy singular name"
|
81 |
+
msgid "Category"
|
82 |
+
msgstr "Categoria"
|
83 |
+
|
84 |
+
#: lib/yit-cpt-unlimited.php:627
|
85 |
+
msgid "Search Categories"
|
86 |
+
msgstr "Cerca categorie"
|
87 |
+
|
88 |
+
#: lib/yit-cpt-unlimited.php:628
|
89 |
+
msgid "All Categories"
|
90 |
+
msgstr "Tutte le categorie"
|
91 |
+
|
92 |
+
#: lib/yit-cpt-unlimited.php:629
|
93 |
+
msgid "Parent Category"
|
94 |
+
msgstr "Categoria genitore"
|
95 |
+
|
96 |
+
#: lib/yit-cpt-unlimited.php:630
|
97 |
+
msgid "Parent Category:"
|
98 |
+
msgstr "Categoria genitore:"
|
99 |
+
|
100 |
+
#: lib/yit-cpt-unlimited.php:631
|
101 |
+
msgid "Edit Category"
|
102 |
+
msgstr "Modifica categoria"
|
103 |
+
|
104 |
+
#: lib/yit-cpt-unlimited.php:632
|
105 |
+
msgid "Update Category"
|
106 |
+
msgstr "Aggiorna categoria"
|
107 |
+
|
108 |
+
#: lib/yit-cpt-unlimited.php:633
|
109 |
+
msgid "Add New Category"
|
110 |
+
msgstr "Aggiungi nuova categoria"
|
111 |
+
|
112 |
+
#: lib/yit-cpt-unlimited.php:634
|
113 |
+
msgid "New Category Name"
|
114 |
+
msgstr "Nuovo nome categoria"
|
115 |
+
|
116 |
+
#: lib/yit-cpt-unlimited.php:635
|
117 |
+
msgid "Category"
|
118 |
+
msgstr "Categoria"
|
119 |
+
|
120 |
+
#: lib/yit-cpt-unlimited.php:724
|
121 |
+
msgid "Categories"
|
122 |
+
msgstr "Categorie"
|
123 |
+
|
124 |
+
#: lib/yit-cpt-unlimited.php:1042
|
125 |
+
#, php-format
|
126 |
+
msgid "%s Settings"
|
127 |
+
msgstr "Impostazioni %s"
|
128 |
+
|
129 |
+
#: lib/yit-cpt-unlimited.php:1048 lib/yit-cpt-unlimited.php:1196
|
130 |
+
#: lib/yit-cpt-unlimited.php:1202 lib/yit-plugin-panel.php:64
|
131 |
+
msgid "Settings"
|
132 |
+
msgstr "Impostazioni"
|
133 |
+
|
134 |
+
#: lib/yit-cpt-unlimited.php:1051
|
135 |
+
msgid "Type"
|
136 |
+
msgstr "Tipologia"
|
137 |
+
|
138 |
+
#: lib/yit-cpt-unlimited.php:1052
|
139 |
+
msgid "Layout for this "
|
140 |
+
msgstr "Layout per questo"
|
141 |
+
|
142 |
+
#: lib/yit-cpt-unlimited.php:1058
|
143 |
+
msgid "Rewrite"
|
144 |
+
msgstr "Riscrivi"
|
145 |
+
|
146 |
+
#: lib/yit-cpt-unlimited.php:1059
|
147 |
+
msgid ""
|
148 |
+
"Univocal identification name in the URL for each product (slug from post if empty)"
|
149 |
+
msgstr ""
|
150 |
+
"Nome identificativo univoco nell'URL per singolo prodotto (usa slug dal post se "
|
151 |
+
"vuoto)"
|
152 |
+
|
153 |
+
#: lib/yit-cpt-unlimited.php:1064
|
154 |
+
msgid "Label in Singular"
|
155 |
+
msgstr "Etichetta singolare"
|
156 |
+
|
157 |
+
#: lib/yit-cpt-unlimited.php:1065
|
158 |
+
msgid "Set a label in singular (title of portfolio if empty)"
|
159 |
+
msgstr "Imposta un'etichetta singolare (titolo del portfolio se vuoto)"
|
160 |
+
|
161 |
+
#: lib/yit-cpt-unlimited.php:1070
|
162 |
+
msgid "Label in Plural"
|
163 |
+
msgstr "Etichetta plurale"
|
164 |
+
|
165 |
+
#: lib/yit-cpt-unlimited.php:1071
|
166 |
+
msgid "Set a label in plural (title of portfolio if empty)"
|
167 |
+
msgstr "Imposta un'etichetta plurale (titolo del portfolio se vuoto)"
|
168 |
+
|
169 |
+
#: lib/yit-cpt-unlimited.php:1076
|
170 |
+
msgid "Taxonomy"
|
171 |
+
msgstr "Tassonomia"
|
172 |
+
|
173 |
+
#: lib/yit-cpt-unlimited.php:1077
|
174 |
+
msgid ""
|
175 |
+
"If you want to use categories in the portfolio, set a name for taxonomy. Name "
|
176 |
+
"should be a slug (must not contain capital letters nor spaces) and must not be "
|
177 |
+
"more than 32 characters long (database structure restriction)."
|
178 |
+
msgstr ""
|
179 |
+
"Se vuoi aggiungere delle categorie nel portfolio, imposta un nome per la "
|
180 |
+
"tassonomia. Il nome dovrà essere in forma di slug (non deve contenere caratteri "
|
181 |
+
"maiuscoli né spazi) e non più lungo di 32 caratteri (restrizione di database)."
|
182 |
+
|
183 |
+
#: lib/yit-cpt-unlimited.php:1082
|
184 |
+
msgid "Taxonomy Rewrite"
|
185 |
+
msgstr "Riscrivi tassonomia"
|
186 |
+
|
187 |
+
#: lib/yit-cpt-unlimited.php:1083
|
188 |
+
msgid "Set univocal name for each category page URL."
|
189 |
+
msgstr "Imposta un nome univoco per l'URL della pagina di ciascuna categoria."
|
190 |
+
|
191 |
+
#: lib/yit-cpt-unlimited.php:1088
|
192 |
+
msgid "Single layout"
|
193 |
+
msgstr "Layout singolo"
|
194 |
+
|
195 |
+
#: lib/yit-cpt-unlimited.php:1089
|
196 |
+
msgid "Layout for single page of this portfolio"
|
197 |
+
msgstr "Layout per pagina singola per questo portfolio"
|
198 |
+
|
199 |
+
#: lib/yit-cpt-unlimited.php:1130
|
200 |
+
msgid "layout settings"
|
201 |
+
msgstr "impostazioni di layout"
|
202 |
+
|
203 |
+
#: lib/yit-cpt-unlimited.php:1222 lib/yit-cpt-unlimited.php:1235
|
204 |
+
msgid "Quick links"
|
205 |
+
msgstr "Link rapidi"
|
206 |
+
|
207 |
+
#: lib/yit-cpt-unlimited.php:1475
|
208 |
+
#, php-format
|
209 |
+
msgid "Show frontend of the %s"
|
210 |
+
msgstr "Mostra front end di %s"
|
211 |
+
|
212 |
+
#: lib/yit-cpt-unlimited.php:1482 templates/metaboxes/types/customtabs.php:46
|
213 |
+
#: templates/metaboxes/types/customtabs.php:90
|
214 |
+
msgid "Name"
|
215 |
+
msgstr "Nome"
|
216 |
+
|
217 |
+
#: lib/yit-cpt-unlimited.php:1631
|
218 |
+
#, php-format
|
219 |
+
msgid "Add %s from images"
|
220 |
+
msgstr "Aggiungi %s dalla immagini"
|
221 |
+
|
222 |
+
#: lib/yit-cpt-unlimited.php:1633
|
223 |
+
msgid "Add with multiupload"
|
224 |
+
msgstr "Aggiungi con caricamento multiplo"
|
225 |
+
|
226 |
+
#: lib/yit-plugin-panel-wc.php:295
|
227 |
+
msgid "The changes you have made will be lost if you leave this page."
|
228 |
+
msgstr "Perderai tutti i cambiamenti effettuati se lasci questa pagina."
|
229 |
+
|
230 |
+
#: lib/yit-plugin-panel.php:63
|
231 |
+
msgid "Plugin Settings"
|
232 |
+
msgstr "Impostazioni plugin"
|
233 |
+
|
234 |
+
#: lib/yit-plugin-panel.php:95 lib/yit-plugin-subpanel.php:101
|
235 |
+
msgid "YIT Plugins"
|
236 |
+
msgstr "Plugin YIT"
|
237 |
+
|
238 |
+
#: lib/yit-plugin-panel.php:292 lib/yit-plugin-subpanel.php:142
|
239 |
+
#: templates/panel/woocommerce/woocommerce-form.php:5
|
240 |
+
msgid "Save Changes"
|
241 |
+
msgstr "Salva modifiche"
|
242 |
+
|
243 |
+
#: lib/yit-plugin-panel.php:295 templates/panel/woocommerce/woocommerce-form.php:8
|
244 |
+
msgid "If you continue with this action, you will reset all options in this page."
|
245 |
+
msgstr ""
|
246 |
+
"Se prosegui con questa azione, tutte le opzioni di questa pagina saranno "
|
247 |
+
"reimpostate."
|
248 |
+
|
249 |
+
#: lib/yit-plugin-panel.php:297 lib/yit-plugin-subpanel.php:147
|
250 |
+
msgid "Reset to Default"
|
251 |
+
msgstr "Ripristina impostazioni iniziali"
|
252 |
+
|
253 |
+
#: lib/yit-plugin-panel.php:297 lib/yit-plugin-subpanel.php:147
|
254 |
+
#: templates/panel/woocommerce/woocommerce-form.php:10
|
255 |
+
msgid "Are you sure?"
|
256 |
+
msgstr "Sei sicuro?"
|
257 |
+
|
258 |
+
#: lib/yit-plugin-panel.php:431
|
259 |
+
msgid "The element you have entered already exists. Please, enter another name."
|
260 |
+
msgstr "L'elemento inserito esiste già. Per favore, inserisci un altro nome."
|
261 |
+
|
262 |
+
#: lib/yit-plugin-panel.php:432
|
263 |
+
msgid "Settings saved"
|
264 |
+
msgstr "Impostazioni salvate"
|
265 |
+
|
266 |
+
#: lib/yit-plugin-panel.php:433
|
267 |
+
msgid "Settings reset"
|
268 |
+
msgstr "Impostazioni azzerate"
|
269 |
+
|
270 |
+
#: lib/yit-plugin-panel.php:434
|
271 |
+
msgid "Element deleted correctly."
|
272 |
+
msgstr "Elemento rimosso correttamente."
|
273 |
+
|
274 |
+
#: lib/yit-plugin-panel.php:435 lib/yit-plugin-panel.php:436
|
275 |
+
msgid "Element updated correctly."
|
276 |
+
msgstr "Elemento aggiornato correttamente."
|
277 |
+
|
278 |
+
#: lib/yit-plugin-panel.php:437
|
279 |
+
msgid "Database imported correctly."
|
280 |
+
msgstr "Database importato correttamente."
|
281 |
+
|
282 |
+
#: lib/yit-plugin-panel.php:438
|
283 |
+
msgid "An error has occurred during import. Please try again."
|
284 |
+
msgstr "Si è verificato un errore durante l'importazione. Prova di nuovo."
|
285 |
+
|
286 |
+
#: lib/yit-plugin-panel.php:439
|
287 |
+
msgid "The added file is not valid."
|
288 |
+
msgstr "Il file aggiunto non è valido."
|
289 |
+
|
290 |
+
#: lib/yit-plugin-panel.php:440
|
291 |
+
msgid "Sorry, import is disabled."
|
292 |
+
msgstr "Ci dispiace, l'importazione è disabilitata."
|
293 |
+
|
294 |
+
#: lib/yit-plugin-panel.php:441
|
295 |
+
msgid "Sorting successful."
|
296 |
+
msgstr "Ordinamento effettuato con successo."
|
297 |
+
|
298 |
+
#: lib/yit-plugin-subpanel.php:145
|
299 |
+
msgid ""
|
300 |
+
"If you continue with this action, you will reset all the options in this page."
|
301 |
+
msgstr ""
|
302 |
+
"Se prosegui con questa azione, tutte le opzioni di questa pagina saranno "
|
303 |
+
"reimpostate."
|
304 |
+
|
305 |
+
#: lib/yit-pointers.php:70
|
306 |
+
msgid "Plugins Activated"
|
307 |
+
msgstr "Plugin attivati"
|
308 |
+
|
309 |
+
#: lib/yit-pointers.php:71
|
310 |
+
msgid ""
|
311 |
+
"From now on, you can find all plugin options in YIT Plugin menu.\n"
|
312 |
+
" For each plugin installed, customization "
|
313 |
+
"settings will be available as a new entry in YIT Plugin menu."
|
314 |
+
msgstr ""
|
315 |
+
"Da ora in poi, puoi trovare tutte le opzioni dei tuoi plugin nel menu Plugin YIT.\n"
|
316 |
+
"Troverai le impostazioni di personalizzazione sotto una nuova voce nel menu Plugin "
|
317 |
+
"YIT."
|
318 |
+
|
319 |
+
#: lib/yit-pointers.php:73 lib/yit-pointers.php:89
|
320 |
+
msgid "Discover all our plugins available on:"
|
321 |
+
msgstr "Scopri tutti i plugin disponibili su:"
|
322 |
+
|
323 |
+
#: lib/yit-pointers.php:74 lib/yit-pointers.php:90
|
324 |
+
msgid "and"
|
325 |
+
msgstr "e"
|
326 |
+
|
327 |
+
#: lib/yit-pointers.php:84
|
328 |
+
msgid "Plugins Upgraded"
|
329 |
+
msgstr "Plugin aggiornati"
|
330 |
+
|
331 |
+
# Any time you install one of our plugins, a new entry will be added to this menu.\n
|
332 |
+
#: lib/yit-pointers.php:85
|
333 |
+
msgid ""
|
334 |
+
"From now on, you can find all options of your plugins in YIT Plugin menu.\n"
|
335 |
+
" Any time one of our plugins is updated, a new "
|
336 |
+
"entry will be added to this menu.\n"
|
337 |
+
" For example, after the update, plugin options "
|
338 |
+
"(such as for YITH WooCommerce Wishlist, YITH WooCommerce Ajax Search, etc.)\n"
|
339 |
+
" will be moved from previous location to YIT "
|
340 |
+
"Plugin tab."
|
341 |
+
msgstr ""
|
342 |
+
"Da ora in poi, troverai tutte le opzioni dei tuoi plugin nel menu Plugin YIT.\n"
|
343 |
+
"Ogni volta che aggiornerai i nostri plugin, troverai una nuova voce in questo "
|
344 |
+
"menu.\n"
|
345 |
+
"Per esempio, dopo l'aggiornamento, le opzioni del plugin (come per esempio quelle "
|
346 |
+
"di YITH WooCommerce Wishlist, YITH WooCommerce Ajax Search etc.)\n"
|
347 |
+
"saranno trasferite nella scheda Plugin YIT."
|
348 |
+
|
349 |
+
#: lib/yit-upgrade.php:123
|
350 |
+
msgid "There is a new version of %plugin_name% available."
|
351 |
+
msgstr "Una nuova versione di %plugin_name% è disponibile."
|
352 |
+
|
353 |
+
#: lib/yit-upgrade.php:124
|
354 |
+
msgid "View version %latest% details."
|
355 |
+
msgstr "Visualizza i dettagli della versione %latest%."
|
356 |
+
|
357 |
+
#: lib/yit-upgrade.php:125
|
358 |
+
msgid "Automatic update is unavailable for this plugin,"
|
359 |
+
msgstr "L'aggiornamento automatico non è disponibile per questo plugin,"
|
360 |
+
|
361 |
+
#: lib/yit-upgrade.php:126
|
362 |
+
msgid "please <a href=\"%activate_link%\">activate</a> your copy of %plugin_name%."
|
363 |
+
msgstr ""
|
364 |
+
"per favore, <a href=\"%activate_link%\">attiva</a> la tua copia di %plugin_name%."
|
365 |
+
|
366 |
+
#: lib/yit-upgrade.php:127
|
367 |
+
msgid "Update now."
|
368 |
+
msgstr "Aggiorna adesso."
|
369 |
+
|
370 |
+
#: lib/yit-upgrade.php:230
|
371 |
+
msgid "Yithemes Repository"
|
372 |
+
msgstr "Repository YIThemes"
|
373 |
+
|
374 |
+
#: lib/yit-upgrade.php:264
|
375 |
+
msgid "Invalid URL Provided."
|
376 |
+
msgstr "L'URL inserito non è valido."
|
377 |
+
|
378 |
+
#: lib/yit-upgrade.php:277
|
379 |
+
msgid "Could not create Temporary file."
|
380 |
+
msgstr "Non è stato possibile creare il file temporaneo."
|
381 |
+
|
382 |
+
#: lib/yit-upgrade.php:419
|
383 |
+
#, php-format
|
384 |
+
msgid ""
|
385 |
+
"There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox yit-"
|
386 |
+
"changelog-button\" title=\"%3$s\">View version %4$s details</a>."
|
387 |
+
msgstr ""
|
388 |
+
"È disponibile una nuova versione di %1$s. <a href=\"%2$s\" class=\"thickbox yit-"
|
389 |
+
"changelog-button\" title=\"%3$s\">Visualizza i dettagli della versione %4$s</a>."
|
390 |
+
|
391 |
+
#: lib/yit-upgrade.php:421
|
392 |
+
#, php-format
|
393 |
+
msgid ""
|
394 |
+
"There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox yit-"
|
395 |
+
"changelog-button\" title=\"%3$s\">View version %4$s details</a>. <em>You have to "
|
396 |
+
"activate the plugin on a single site of the network to benefit from automatic "
|
397 |
+
"updates.</em>"
|
398 |
+
msgstr ""
|
399 |
+
"È disponibile una nuova versioni di %1$s. <a href=\"%2$s\" class=\"thickbox yit-"
|
400 |
+
"changelog-button\" title=\"%3$s\">Visualizza i dettagli della versione %4$s</a>. "
|
401 |
+
"<em>Per poter usufruire degli aggiornamenti automatici è necessario attivare il "
|
402 |
+
"plugin su un solo sito.</em>"
|
403 |
+
|
404 |
+
#: lib/yit-upgrade.php:423
|
405 |
+
#, php-format
|
406 |
+
msgid ""
|
407 |
+
"There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox yit-"
|
408 |
+
"changelog-button\" title=\"%3$s\">View version %4$s details</a>. <em>Automatic "
|
409 |
+
"update is unavailable for this plugin, please <a href=\"%5$s\" title=\"Licence "
|
410 |
+
"activation\">activate</a> your copy of %6s.</em>"
|
411 |
+
msgstr ""
|
412 |
+
"È disponibile una nuova versioni di %1$s. <a href=\"%2$s\" class=\"thickbox yit-"
|
413 |
+
"changelog-button\" title=\"%3$s\">Visualizza i dettagli della versione %4$s</a>. "
|
414 |
+
"<em>Gli aggiornamenti automatici non sono disponibili per questo plugi, per "
|
415 |
+
"favore, <a href=\"%5$s\" title=\"Licence activation\">attiva</a> la tua copia di "
|
416 |
+
"%6s.</em>"
|
417 |
+
|
418 |
+
#: lib/yit-upgrade.php:425
|
419 |
+
#, php-format
|
420 |
+
msgid ""
|
421 |
+
"There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox yit-"
|
422 |
+
"changelog-button\" title=\"%3$s\">View version %4$s details</a> or <a href=\"%5$s"
|
423 |
+
"\">update now</a>."
|
424 |
+
msgstr ""
|
425 |
+
"È disponibile una nuova versioni di %1$s. <a href=\"%2$s\" class=\"thickbox yit-"
|
426 |
+
"changelog-button\" title=\"%3$s\">Visualizza i dettagli della versione %4$s</a> "
|
427 |
+
"oppure <a href=\"%5$s\">aggiorna adesso</a>."
|
428 |
+
|
429 |
+
#: lib/yit-upgrade.php:498
|
430 |
+
msgid "You can't update the plugins for this site."
|
431 |
+
msgstr "Non è possibile aggiornare i plugin per questo sito."
|
432 |
+
|
433 |
+
#: lib/yit-upgrade.php:502
|
434 |
+
msgid "You do not have sufficient permissions to update the plugins for this site."
|
435 |
+
msgstr ""
|
436 |
+
"Non sei in possesso delle autorizzazioni necessarie per aggiornare i plugin in "
|
437 |
+
"questo sito."
|
438 |
+
|
439 |
+
#: lib/yit-upgrade.php:509
|
440 |
+
msgid "Update Plugin"
|
441 |
+
msgstr "Aggiorna plugin"
|
442 |
+
|
443 |
+
#: licence/lib/yit-licence.php:161
|
444 |
+
#, php-format
|
445 |
+
msgctxt "%s = field name"
|
446 |
+
msgid "%s field cannot be empty"
|
447 |
+
msgstr "Il campo %s non può essere vuoto"
|
448 |
+
|
449 |
+
#: licence/lib/yit-licence.php:162
|
450 |
+
#, php-format
|
451 |
+
msgid "%s and %s fields cannot be empty"
|
452 |
+
msgstr "I campi %s e %s non possono essere vuoti"
|
453 |
+
|
454 |
+
#: licence/lib/yit-licence.php:163
|
455 |
+
msgid "Unable to contact the remote server, please try again later. Thanks!"
|
456 |
+
msgstr "Impossibile contattare il server remoto, prova più tardi. Grazie!"
|
457 |
+
|
458 |
+
#: licence/lib/yit-licence.php:548
|
459 |
+
msgid "Invalid Request"
|
460 |
+
msgstr "Richiesta non valida"
|
461 |
+
|
462 |
+
#: licence/lib/yit-licence.php:549
|
463 |
+
msgid "Invalid licence key"
|
464 |
+
msgstr "Chiave di licenza non valida"
|
465 |
+
|
466 |
+
#: licence/lib/yit-licence.php:550
|
467 |
+
msgid "Software has been deactivated"
|
468 |
+
msgstr "Il software è stato disattivato"
|
469 |
+
|
470 |
+
#: licence/lib/yit-licence.php:551
|
471 |
+
msgid "Maximum number of activations exceeded"
|
472 |
+
msgstr "Hai raggiunto il numero massimo di attivazioni"
|
473 |
+
|
474 |
+
#: licence/lib/yit-licence.php:552
|
475 |
+
msgid "Invalid instance ID"
|
476 |
+
msgstr "Istanza ID non valida"
|
477 |
+
|
478 |
+
#: licence/lib/yit-licence.php:553
|
479 |
+
msgid "Invalid security key"
|
480 |
+
msgstr "Chiave di sicurezza non valida"
|
481 |
+
|
482 |
+
#: licence/lib/yit-licence.php:554
|
483 |
+
msgid "Licence key has expired"
|
484 |
+
msgstr "Questa chiave di licenza è scaduta"
|
485 |
+
|
486 |
+
#: licence/lib/yit-licence.php:555
|
487 |
+
msgid "Licence key has been banned"
|
488 |
+
msgstr "Questa chiave di licenza è stata bloccata"
|
489 |
+
|
490 |
+
#: licence/lib/yit-plugin-licence.php:64 licence/lib/yit-plugin-licence.php:65
|
491 |
+
#: licence/lib/yit-theme-licence.php:64 licence/lib/yit-theme-licence.php:65
|
492 |
+
#: licence/lib/yit-theme-licence.php:107 licence/lib/yit-theme-licence.php:108
|
493 |
+
msgid "Licence Activation"
|
494 |
+
msgstr "Attivazione licenza"
|
495 |
+
|
496 |
+
#: licence/lib/yit-theme-licence.php:115 licence/lib/yit-theme-licence.php:116
|
497 |
+
#, php-format
|
498 |
+
msgid "%s"
|
499 |
+
msgstr "%s"
|
500 |
+
|
501 |
+
#: licence/templates/panel/activation/activation-panel.php:19
|
502 |
+
msgid "Yithemes Licence Activation"
|
503 |
+
msgstr "Attivazione licenza YIThemes"
|
504 |
+
|
505 |
+
#: licence/templates/panel/activation/activation-panel.php:23
|
506 |
+
msgid ""
|
507 |
+
"I cannot find the license key for activating the theme I have bought some time "
|
508 |
+
"ago. Where can I find it?"
|
509 |
+
msgstr ""
|
510 |
+
"Non riesco a trovare la chiave di licenza per l'attivazione del tema che ho "
|
511 |
+
"acquistato diverso tempo fa. Dove posso trovarla?"
|
512 |
+
|
513 |
+
#: licence/templates/panel/activation/activation-panel.php:26
|
514 |
+
msgid ""
|
515 |
+
"If you have purchased one of our products before 27 January 2015, you can benefit "
|
516 |
+
"from support and updates (the services offered with the license)\n"
|
517 |
+
" until 27 January 2016 and you do not have to purchase it again to get "
|
518 |
+
"a new license key, because, before this date, your license used to be activated "
|
519 |
+
"automatically by our system.\n"
|
520 |
+
" After 27 January 2016, instead, if you want to benefit from support "
|
521 |
+
"and updates you have to buy a new license and activate it through the license key "
|
522 |
+
"you will be\n"
|
523 |
+
" provided with and that you can find in your YIThemes account, in "
|
524 |
+
"section \"My licenses\"."
|
525 |
+
msgstr ""
|
526 |
+
"Se hai acquistato un nostro prodotto prima del 27 gennaio 2015 potrai accedere al "
|
527 |
+
"supporto e scaricare gli aggiornamenti fino al 27 gennaio 2016 e non avrai bisogno "
|
528 |
+
"di una chiave di licenza,\n"
|
529 |
+
"in quanto la tua licenza prima di questa data veniva attivata in modo automatico "
|
530 |
+
"dal nostro sistema.\n"
|
531 |
+
"Dopo il 27 gennaio 2016, invece, per poter usufruire del servizio di supporto e "
|
532 |
+
"degli aggiornamenti dovrai riacquistare il prodotto e\n"
|
533 |
+
"attivarlo con la chiave di licenza che ti sarà fornita e che puoi trovare sul tuo "
|
534 |
+
"account YIThemes, alla voce \"Le mie licenze\"."
|
535 |
+
|
536 |
+
#: licence/templates/panel/activation/activation-panel.php:37
|
537 |
+
msgid ""
|
538 |
+
"Have you updated your licenses? Have you asked for an extension? Update "
|
539 |
+
"information concerning your products."
|
540 |
+
msgstr ""
|
541 |
+
"Hai aggiornato la tua licenza? Hai richiesto un'estensione? Aggiorna le "
|
542 |
+
"informazioni dei tuoi prodotti."
|
543 |
+
|
544 |
+
#: licence/templates/panel/activation/activation-panel.php:39
|
545 |
+
msgid "Update licence information"
|
546 |
+
msgstr "Aggiorna le informazioni di licenza"
|
547 |
+
|
548 |
+
#: licence/templates/panel/activation/activation-panel.php:49
|
549 |
+
msgid "Products to be activated"
|
550 |
+
msgstr "Prodotti da attivare"
|
551 |
+
|
552 |
+
#: licence/templates/panel/activation/activation-panel.php:68
|
553 |
+
msgid "Activate"
|
554 |
+
msgstr "Attiva"
|
555 |
+
|
556 |
+
#: licence/templates/panel/activation/activation-panel.php:87
|
557 |
+
msgid "Activated"
|
558 |
+
msgstr "Attivato"
|
559 |
+
|
560 |
+
#: licence/templates/panel/activation/activation-panel.php:91
|
561 |
+
#: licence/templates/panel/activation/activation-panel.php:123
|
562 |
+
#: licence/templates/panel/activation/activation-panel.php:147
|
563 |
+
msgid "Product Name"
|
564 |
+
msgstr "Nome prodotto"
|
565 |
+
|
566 |
+
#: licence/templates/panel/activation/activation-panel.php:92
|
567 |
+
#: licence/templates/panel/activation/activation-panel.php:124
|
568 |
+
#: licence/templates/panel/activation/activation-panel.php:148
|
569 |
+
#: templates/metaboxes/types/contactform.php:148
|
570 |
+
#: templates/metaboxes/types/contactform.php:340
|
571 |
+
msgid "Email"
|
572 |
+
msgstr "Email"
|
573 |
+
|
574 |
+
#: licence/templates/panel/activation/activation-panel.php:93
|
575 |
+
#: licence/templates/panel/activation/activation-panel.php:125
|
576 |
+
#: licence/templates/panel/activation/activation-panel.php:149
|
577 |
+
msgid "Licence Key"
|
578 |
+
msgstr "Chiave di licenza"
|
579 |
+
|
580 |
+
#: licence/templates/panel/activation/activation-panel.php:94
|
581 |
+
#: licence/templates/panel/activation/activation-panel.php:150
|
582 |
+
msgid "Expires"
|
583 |
+
msgstr "Scadenza"
|
584 |
+
|
585 |
+
#: licence/templates/panel/activation/activation-panel.php:95
|
586 |
+
msgid "Remaining"
|
587 |
+
msgstr "Tempo rimanente"
|
588 |
+
|
589 |
+
#: licence/templates/panel/activation/activation-panel.php:96
|
590 |
+
#: licence/templates/panel/activation/activation-panel.php:109
|
591 |
+
#: licence/templates/panel/activation/activation-panel.php:151
|
592 |
+
#: licence/templates/panel/activation/activation-panel.php:161
|
593 |
+
msgid "Renew"
|
594 |
+
msgstr "Rinnova"
|
595 |
+
|
596 |
+
#: licence/templates/panel/activation/activation-panel.php:107
|
597 |
+
#, php-format
|
598 |
+
msgid "%1s out of %2s"
|
599 |
+
msgstr "%1s di %2s"
|
600 |
+
|
601 |
+
#: licence/templates/panel/activation/activation-panel.php:119
|
602 |
+
msgid "Banned"
|
603 |
+
msgstr "Bloccato"
|
604 |
+
|
605 |
+
#: licence/templates/panel/activation/activation-panel.php:143
|
606 |
+
msgid "Expired"
|
607 |
+
msgstr "Non più valido"
|
608 |
+
|
609 |
+
#: templates/metaboxes/types/ajax-products.php:23
|
610 |
+
msgid "Search for a product"
|
611 |
+
msgstr "Cerca un prodotto"
|
612 |
+
|
613 |
+
#: templates/metaboxes/types/categories.php:36
|
614 |
+
msgid "No categories."
|
615 |
+
msgstr "Nessuna categoria"
|
616 |
+
|
617 |
+
#: templates/metaboxes/types/categories.php:42
|
618 |
+
msgid "+ Add New Category"
|
619 |
+
msgstr "+ Aggiungi nuova categoria"
|
620 |
+
|
621 |
+
#: templates/metaboxes/types/categories.php:46
|
622 |
+
msgid "Add"
|
623 |
+
msgstr "Aggiungi"
|
624 |
+
|
625 |
+
#: templates/metaboxes/types/contactform.php:7
|
626 |
+
msgid "Text Input"
|
627 |
+
msgstr "Text input"
|
628 |
+
|
629 |
+
#: templates/metaboxes/types/contactform.php:8
|
630 |
+
msgid "Checkbox"
|
631 |
+
msgstr "Checkbox"
|
632 |
+
|
633 |
+
#: templates/metaboxes/types/contactform.php:9
|
634 |
+
msgid "Select"
|
635 |
+
msgstr "Select"
|
636 |
+
|
637 |
+
#: templates/metaboxes/types/contactform.php:10
|
638 |
+
msgid "Textarea"
|
639 |
+
msgstr "Textarea"
|
640 |
+
|
641 |
+
#: templates/metaboxes/types/contactform.php:11
|
642 |
+
msgid "Radio Input"
|
643 |
+
msgstr "Radio input"
|
644 |
+
|
645 |
+
#: templates/metaboxes/types/contactform.php:12
|
646 |
+
msgid "Password Field"
|
647 |
+
msgstr "Campo password"
|
648 |
+
|
649 |
+
#: templates/metaboxes/types/contactform.php:13
|
650 |
+
msgid "File Upload"
|
651 |
+
msgstr "Carica file"
|
652 |
+
|
653 |
+
#: templates/metaboxes/types/contactform.php:47
|
654 |
+
msgid "Theme Icon"
|
655 |
+
msgstr "Icona tema"
|
656 |
+
|
657 |
+
#: templates/metaboxes/types/contactform.php:48
|
658 |
+
msgid "Custom Icon"
|
659 |
+
msgstr "Icona personalizzata"
|
660 |
+
|
661 |
+
#: templates/metaboxes/types/contactform.php:49
|
662 |
+
#: templates/metaboxes/types/responsivesliders.php:24
|
663 |
+
msgid "None"
|
664 |
+
msgstr "Nessuno"
|
665 |
+
|
666 |
+
#: templates/metaboxes/types/contactform.php:60
|
667 |
+
msgid "Add field"
|
668 |
+
msgstr "Aggiungi campo"
|
669 |
+
|
670 |
+
#: templates/metaboxes/types/contactform.php:69
|
671 |
+
#: templates/metaboxes/types/contactform.php:261
|
672 |
+
#: templates/metaboxes/types/customtabs.php:37
|
673 |
+
#: templates/metaboxes/types/customtabs.php:82
|
674 |
+
msgid "Remove"
|
675 |
+
msgstr "Rimuovi"
|
676 |
+
|
677 |
+
#: templates/metaboxes/types/contactform.php:70
|
678 |
+
#: templates/metaboxes/types/contactform.php:262
|
679 |
+
msgid "Click to toggle"
|
680 |
+
msgstr "Fai clic per aprire/chiudere"
|
681 |
+
|
682 |
+
#: templates/metaboxes/types/contactform.php:77
|
683 |
+
#: templates/metaboxes/types/contactform.php:269
|
684 |
+
msgid "Field Title"
|
685 |
+
msgstr "Titolo campo"
|
686 |
+
|
687 |
+
#: templates/metaboxes/types/contactform.php:81
|
688 |
+
#: templates/metaboxes/types/contactform.php:273
|
689 |
+
msgid "Insert the title for the field."
|
690 |
+
msgstr "Inserisci il titolo per il campo"
|
691 |
+
|
692 |
+
#: templates/metaboxes/types/contactform.php:86
|
693 |
+
#: templates/metaboxes/types/contactform.php:278
|
694 |
+
msgid "Data Name"
|
695 |
+
msgstr "Nome dati"
|
696 |
+
|
697 |
+
#: templates/metaboxes/types/contactform.php:90
|
698 |
+
#: templates/metaboxes/types/contactform.php:282
|
699 |
+
msgid ""
|
700 |
+
"REQUIRED: Field identification name to be entered into email body. <strong>Note:</"
|
701 |
+
"strong>Use only lowercase characters and underscores."
|
702 |
+
msgstr ""
|
703 |
+
"RICHIESTO: Nome identificativo del campo da inserire nel corpo dell'email. "
|
704 |
+
"<strong>Nota:</strong>Puoi utilizzare solamente caratteri minuscoli e underscore."
|
705 |
+
|
706 |
+
#: templates/metaboxes/types/contactform.php:95
|
707 |
+
#: templates/metaboxes/types/contactform.php:287
|
708 |
+
msgid "Field Type"
|
709 |
+
msgstr "Tipologia campo"
|
710 |
+
|
711 |
+
#: templates/metaboxes/types/contactform.php:103
|
712 |
+
#: templates/metaboxes/types/contactform.php:295
|
713 |
+
msgid "Select the type for this field."
|
714 |
+
msgstr "Seleziona il tipo di campo."
|
715 |
+
|
716 |
+
#: templates/metaboxes/types/contactform.php:108
|
717 |
+
#: templates/metaboxes/types/contactform.php:300
|
718 |
+
msgid "Checked"
|
719 |
+
msgstr "Selezionato"
|
720 |
+
|
721 |
+
#: templates/metaboxes/types/contactform.php:112
|
722 |
+
#: templates/metaboxes/types/contactform.php:304
|
723 |
+
msgid "Select this option if you want this field appears as already checked."
|
724 |
+
msgstr "Seleziona questa opzione se vuoi che il campo appaia già selezionato."
|
725 |
+
|
726 |
+
#: templates/metaboxes/types/contactform.php:117
|
727 |
+
#: templates/metaboxes/types/contactform.php:309
|
728 |
+
msgid "Add options "
|
729 |
+
msgstr "Aggiungi opzioni"
|
730 |
+
|
731 |
+
#: templates/metaboxes/types/contactform.php:118
|
732 |
+
#: templates/metaboxes/types/contactform.php:310
|
733 |
+
msgid "Add option"
|
734 |
+
msgstr "Aggiungi opzione"
|
735 |
+
|
736 |
+
#: templates/metaboxes/types/contactform.php:121
|
737 |
+
#: templates/metaboxes/types/contactform.php:313
|
738 |
+
#: templates/metaboxes/types/contactform.php:436
|
739 |
+
msgid "Selected"
|
740 |
+
msgstr "Selezionato"
|
741 |
+
|
742 |
+
#: templates/metaboxes/types/contactform.php:124
|
743 |
+
#: templates/metaboxes/types/contactform.php:316
|
744 |
+
#: templates/metaboxes/types/contactform.php:436
|
745 |
+
msgid "Delete option"
|
746 |
+
msgstr "Cancella opzione"
|
747 |
+
|
748 |
+
#: templates/metaboxes/types/contactform.php:130
|
749 |
+
#: templates/metaboxes/types/contactform.php:322
|
750 |
+
msgid "Error Message"
|
751 |
+
msgstr "Messaggio di errore"
|
752 |
+
|
753 |
+
#: templates/metaboxes/types/contactform.php:134
|
754 |
+
#: templates/metaboxes/types/contactform.php:326
|
755 |
+
msgid "Insert the error message for validation."
|
756 |
+
msgstr "Inserisci il messaggio di errore per la validazione"
|
757 |
+
|
758 |
+
#: templates/metaboxes/types/contactform.php:139
|
759 |
+
#: templates/metaboxes/types/contactform.php:331
|
760 |
+
msgid "Required"
|
761 |
+
msgstr "Obbligatorio"
|
762 |
+
|
763 |
+
#: templates/metaboxes/types/contactform.php:143
|
764 |
+
#: templates/metaboxes/types/contactform.php:335
|
765 |
+
msgid "Select this option if it must be required."
|
766 |
+
msgstr "Seleziona questa opzione se deve essere obbligatoria."
|
767 |
+
|
768 |
+
#: templates/metaboxes/types/contactform.php:152
|
769 |
+
#: templates/metaboxes/types/contactform.php:344
|
770 |
+
msgid "Select this option if the email must be valid."
|
771 |
+
msgstr "Seleziona questa opzione se l'email inserita deve essere esistente."
|
772 |
+
|
773 |
+
#: templates/metaboxes/types/contactform.php:157
|
774 |
+
#: templates/metaboxes/types/contactform.php:349
|
775 |
+
msgid "Reply To"
|
776 |
+
msgstr "Rispondi a"
|
777 |
+
|
778 |
+
#: templates/metaboxes/types/contactform.php:161
|
779 |
+
#: templates/metaboxes/types/contactform.php:353
|
780 |
+
msgid "Select this if it is the email you can reply to."
|
781 |
+
msgstr "Seleziona questo se è l'email a cui poter rispondere. "
|
782 |
+
|
783 |
+
#: templates/metaboxes/types/contactform.php:166
|
784 |
+
#: templates/metaboxes/types/contactform.php:358
|
785 |
+
msgid "Class"
|
786 |
+
msgstr "Classe"
|
787 |
+
|
788 |
+
#: templates/metaboxes/types/contactform.php:170
|
789 |
+
#: templates/metaboxes/types/contactform.php:362
|
790 |
+
msgid "Insert additional class(es) (separated by commas) for more personalization."
|
791 |
+
msgstr ""
|
792 |
+
"Inserisci una o più classi (separate da virgole) per una ulteriore "
|
793 |
+
"personalizzazione."
|
794 |
+
|
795 |
+
#: templates/metaboxes/types/contactform.php:175
|
796 |
+
#: templates/metaboxes/types/contactform.php:367
|
797 |
+
msgid "Icon"
|
798 |
+
msgstr "Icona"
|
799 |
+
|
800 |
+
#: templates/metaboxes/types/contactform.php:203
|
801 |
+
#: templates/metaboxes/types/contactform.php:391
|
802 |
+
#: templates/metaboxes/types/icon-list.php:69
|
803 |
+
#: templates/metaboxes/types/select-icon.php:33
|
804 |
+
#: templates/metaboxes/types/upload.php:21 templates/panel/types/upload.php:31
|
805 |
+
#: templates/panel/woocommerce/woocommerce-upload.php:35
|
806 |
+
msgid "Upload"
|
807 |
+
msgstr "Carica"
|
808 |
+
|
809 |
+
#: templates/metaboxes/types/contactform.php:209
|
810 |
+
#: templates/metaboxes/types/contactform.php:397
|
811 |
+
#: templates/metaboxes/types/icon-list.php:75
|
812 |
+
#: templates/metaboxes/types/select-icon.php:39
|
813 |
+
msgid "Image preview"
|
814 |
+
msgstr "Anteprima immagine"
|
815 |
+
|
816 |
+
#: templates/metaboxes/types/contactform.php:217
|
817 |
+
#: templates/metaboxes/types/contactform.php:405
|
818 |
+
msgid "Insert an icon for more personalization."
|
819 |
+
msgstr "Inserisci un'icona per ulteriore personalizzazione."
|
820 |
+
|
821 |
+
#: templates/metaboxes/types/contactform.php:222
|
822 |
+
#: templates/metaboxes/types/contactform.php:409
|
823 |
+
msgid "Width"
|
824 |
+
msgstr "Larghezza"
|
825 |
+
|
826 |
+
#: templates/metaboxes/types/contactform.php:247
|
827 |
+
#: templates/metaboxes/types/contactform.php:421
|
828 |
+
msgid "Set field length."
|
829 |
+
msgstr "Seleziona lunghezza campo."
|
830 |
+
|
831 |
+
#: templates/metaboxes/types/customtabs.php:28
|
832 |
+
msgid "Close all"
|
833 |
+
msgstr "Chiudi tutti"
|
834 |
+
|
835 |
+
#: templates/metaboxes/types/customtabs.php:28
|
836 |
+
msgid "Expand all"
|
837 |
+
msgstr "Espandi tutti"
|
838 |
+
|
839 |
+
#: templates/metaboxes/types/customtabs.php:52
|
840 |
+
#: templates/metaboxes/types/customtabs.php:95
|
841 |
+
msgid "Value"
|
842 |
+
msgstr "Valore"
|
843 |
+
|
844 |
+
#: templates/metaboxes/types/customtabs.php:53
|
845 |
+
#: templates/metaboxes/types/customtabs.php:96
|
846 |
+
msgid "Content of the tab. (HTML is supported)"
|
847 |
+
msgstr "Contenuto della scheda (codice HTML supportato)."
|
848 |
+
|
849 |
+
#: templates/metaboxes/types/customtabs.php:65
|
850 |
+
msgid "Add custom product tab"
|
851 |
+
msgstr "Aggiungi scheda prodotto personalizzata"
|
852 |
+
|
853 |
+
#: templates/metaboxes/types/customtabs.php:107
|
854 |
+
msgid "Do you want to remove the custom tab?"
|
855 |
+
msgstr "Vuoi rimuovere la scheda personalizzata?"
|
856 |
+
|
857 |
+
#: templates/metaboxes/types/icon-list.php:89
|
858 |
+
#, php-format
|
859 |
+
msgid "(Default: %s <img src=\"%s\"/>)"
|
860 |
+
msgstr "(Default: %s <img src=\"%s\"/>)"
|
861 |
+
|
862 |
+
#: templates/metaboxes/types/icon-list.php:91
|
863 |
+
#, php-format
|
864 |
+
msgid "(Default: <i %s></i> )"
|
865 |
+
msgstr "(Default: <i %s></i> )"
|
866 |
+
|
867 |
+
#: templates/metaboxes/types/image-gallery.php:40
|
868 |
+
#: templates/metaboxes/types/image-gallery.php:45
|
869 |
+
#: templates/metaboxes/types/images.php:38 templates/metaboxes/types/images.php:64
|
870 |
+
msgid "Delete image"
|
871 |
+
msgstr "Rimuovi immagine"
|
872 |
+
|
873 |
+
#: templates/metaboxes/types/image-gallery.php:45
|
874 |
+
msgid "Add Images to Gallery"
|
875 |
+
msgstr "Aggiungi immagini alla galleria"
|
876 |
+
|
877 |
+
#: templates/metaboxes/types/image-gallery.php:45
|
878 |
+
msgid "Add to gallery"
|
879 |
+
msgstr "Aggiungi alla galleria"
|
880 |
+
|
881 |
+
#: templates/metaboxes/types/image-gallery.php:45
|
882 |
+
msgid "Add images"
|
883 |
+
msgstr "Aggiungi immagini"
|
884 |
+
|
885 |
+
#: templates/metaboxes/types/image-gallery.php:45
|
886 |
+
msgid "Delete"
|
887 |
+
msgstr "Rimuovi"
|
888 |
+
|
889 |
+
#: templates/metaboxes/types/images.php:42
|
890 |
+
msgid "Upload new images"
|
891 |
+
msgstr "Carica nuove immagini"
|
892 |
+
|
893 |
+
#: templates/metaboxes/types/images.php:75
|
894 |
+
msgid "Are you sure you want to remove this image?"
|
895 |
+
msgstr "Confermi di voler rimuovere questa immagine?"
|
896 |
+
|
897 |
+
#: templates/metaboxes/types/sidebar-layout.php:25
|
898 |
+
#: templates/metaboxes/types/sidebars.php:36
|
899 |
+
msgid "Left sidebar"
|
900 |
+
msgstr "Barra laterale sinistra"
|
901 |
+
|
902 |
+
#: templates/metaboxes/types/sidebar-layout.php:28
|
903 |
+
#: templates/metaboxes/types/sidebars.php:42
|
904 |
+
#: templates/metaboxes/types/sidebars.php:45
|
905 |
+
msgid "No sidebar"
|
906 |
+
msgstr "Nessuna barra laterale"
|
907 |
+
|
908 |
+
#: templates/metaboxes/types/sidebar-layout.php:31
|
909 |
+
#: templates/metaboxes/types/sidebars.php:39
|
910 |
+
msgid "Right sidebar"
|
911 |
+
msgstr "Barra laterale destra"
|
912 |
+
|
913 |
+
#: templates/metaboxes/types/sidebar-layout.php:34
|
914 |
+
#: templates/metaboxes/types/sidebars.php:53
|
915 |
+
#: templates/metaboxes/types/sidebars.php:64
|
916 |
+
msgid "Choose a sidebar"
|
917 |
+
msgstr "Scegli una barra laterale"
|
918 |
+
|
919 |
+
#: templates/metaboxes/types/sidebars.php:51
|
920 |
+
msgid "Left Sidebar"
|
921 |
+
msgstr "Barra laterale sinistra"
|
922 |
+
|
923 |
+
#: templates/metaboxes/types/sidebars.php:62
|
924 |
+
msgid "Right Sidebar"
|
925 |
+
msgstr "Barra laterale destra"
|
926 |
+
|
927 |
+
#: templates/metaboxes/types/typography.php:42
|
928 |
+
msgid "px"
|
929 |
+
msgstr "px"
|
930 |
+
|
931 |
+
#: templates/metaboxes/types/typography.php:43
|
932 |
+
msgid "em"
|
933 |
+
msgstr "em"
|
934 |
+
|
935 |
+
#: templates/metaboxes/types/typography.php:44
|
936 |
+
msgid "pt"
|
937 |
+
msgstr "pt"
|
938 |
+
|
939 |
+
#: templates/metaboxes/types/typography.php:45
|
940 |
+
msgid "rem"
|
941 |
+
msgstr "rem"
|
942 |
+
|
943 |
+
#: templates/metaboxes/types/typography.php:59
|
944 |
+
#: templates/metaboxes/types/typography.php:153
|
945 |
+
#: templates/metaboxes/types/typography.php:217
|
946 |
+
msgid "Web fonts"
|
947 |
+
msgstr "Web fonts"
|
948 |
+
|
949 |
+
#: templates/metaboxes/types/typography.php:71
|
950 |
+
msgid "Google fonts"
|
951 |
+
msgstr "Google fonts"
|
952 |
+
|
953 |
+
#: templates/metaboxes/types/typography.php:96
|
954 |
+
msgid "Regular"
|
955 |
+
msgstr "Normale"
|
956 |
+
|
957 |
+
#: templates/metaboxes/types/typography.php:97
|
958 |
+
msgid "Bold"
|
959 |
+
msgstr "Grassetto"
|
960 |
+
|
961 |
+
#: templates/metaboxes/types/typography.php:98
|
962 |
+
msgid "Extra bold"
|
963 |
+
msgstr "Extra bold"
|
964 |
+
|
965 |
+
#: templates/metaboxes/types/typography.php:99
|
966 |
+
msgid "Italic"
|
967 |
+
msgstr "Corsivo"
|
968 |
+
|
969 |
+
#: templates/metaboxes/types/typography.php:100
|
970 |
+
msgid "Italic bold"
|
971 |
+
msgstr "Grassetto corsivo"
|
972 |
+
|
973 |
+
#: templates/panel/woocommerce/woocommerce-form.php:10
|
974 |
+
msgid "Reset Defaults"
|
975 |
+
msgstr "Ripristina impostazioni iniziali"
|
976 |
+
|
977 |
+
#~ msgid "%field_1% and %field_2% fields cannot be empty"
|
978 |
+
#~ msgstr "I campi %field_1% e %field_2% non possono essere vuoti"
|
979 |
+
|
980 |
+
#~ msgctxt "%field% = field name"
|
981 |
+
#~ msgid "%field% field cannot be empty"
|
982 |
+
#~ msgstr "Il campo %field% non può essere vuoto"
|
983 |
+
|
984 |
+
#~ msgid "%field% testo cannot be empty"
|
985 |
+
#~ msgstr "Il campo %field% non può essere vuoto"
|
986 |
+
|
987 |
+
#~ msgid "%field% field cannot be empty"
|
988 |
+
#~ msgstr "Il campo %field% non può essere vuoto"
|
plugin-fw/languages/yith-plugin-fw.pot
ADDED
@@ -0,0 +1,920 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Copyright (C) 2015 YIThemes
|
2 |
+
# This file is distributed under the same license as the YITH Plugin Starter package.
|
3 |
+
msgid ""
|
4 |
+
msgstr ""
|
5 |
+
"Project-Id-Version: YITH Plugin Starter 1.0.0 Plugin FW\n"
|
6 |
+
"Report-Msgid-Bugs-To: Your Inspiration Themes <plugins@yithemes.com>\n"
|
7 |
+
"POT-Creation-Date: 2015-05-05 10:38+0100\n"
|
8 |
+
"PO-Revision-Date: 2015-05-05 10:38+0100\n"
|
9 |
+
"Last-Translator: \n"
|
10 |
+
"Language-Team: Your Inspiration Themes <info@yithemes.com>\n"
|
11 |
+
"Language: en\n"
|
12 |
+
"MIME-Version: 1.0\n"
|
13 |
+
"Content-Type: text/plain; charset=utf-8\n"
|
14 |
+
"Content-Transfer-Encoding: 8bit\n"
|
15 |
+
"X-Generator: Poedit 1.7.6\n"
|
16 |
+
"X-Poedit-KeywordsList: __;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;"
|
17 |
+
"_nx_noop:1,2,3c;esc_attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;"
|
18 |
+
"esc_html_x:1,2c\n"
|
19 |
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
20 |
+
"X-Poedit-SourceCharset: UTF-8\n"
|
21 |
+
"X-Poedit-Basepath: ../\n"
|
22 |
+
"X-Textdomain-Support: yes\n"
|
23 |
+
"X-Poedit-SearchPath-0: .\n"
|
24 |
+
|
25 |
+
#: lib/yit-cpt-unlimited.php:460 lib/yit-cpt-unlimited.php:574
|
26 |
+
#: lib/yit-cpt-unlimited.php:719 lib/yit-cpt-unlimited.php:1632
|
27 |
+
#, php-format
|
28 |
+
msgid "Add %s"
|
29 |
+
msgstr ""
|
30 |
+
|
31 |
+
#: lib/yit-cpt-unlimited.php:461 lib/yit-cpt-unlimited.php:575
|
32 |
+
#, php-format
|
33 |
+
msgid "Add New %s"
|
34 |
+
msgstr ""
|
35 |
+
|
36 |
+
#: lib/yit-cpt-unlimited.php:462 lib/yit-cpt-unlimited.php:576
|
37 |
+
#: lib/yit-cpt-unlimited.php:1267 lib/yit-cpt-unlimited.php:1304
|
38 |
+
#, php-format
|
39 |
+
msgid "Edit %s"
|
40 |
+
msgstr ""
|
41 |
+
|
42 |
+
#: lib/yit-cpt-unlimited.php:463 lib/yit-cpt-unlimited.php:577
|
43 |
+
#, php-format
|
44 |
+
msgid "New %s"
|
45 |
+
msgstr ""
|
46 |
+
|
47 |
+
#: lib/yit-cpt-unlimited.php:464 lib/yit-cpt-unlimited.php:578
|
48 |
+
#, php-format
|
49 |
+
msgid "All %s"
|
50 |
+
msgstr ""
|
51 |
+
|
52 |
+
#: lib/yit-cpt-unlimited.php:465 lib/yit-cpt-unlimited.php:579
|
53 |
+
#: lib/yit-cpt-unlimited.php:1251 lib/yit-cpt-unlimited.php:1305
|
54 |
+
#, php-format
|
55 |
+
msgid "View %s"
|
56 |
+
msgstr ""
|
57 |
+
|
58 |
+
#: lib/yit-cpt-unlimited.php:466 lib/yit-cpt-unlimited.php:580
|
59 |
+
#, php-format
|
60 |
+
msgid "Search %s"
|
61 |
+
msgstr ""
|
62 |
+
|
63 |
+
#: lib/yit-cpt-unlimited.php:467 lib/yit-cpt-unlimited.php:581
|
64 |
+
#, php-format
|
65 |
+
msgid "No %s found"
|
66 |
+
msgstr ""
|
67 |
+
|
68 |
+
#: lib/yit-cpt-unlimited.php:468 lib/yit-cpt-unlimited.php:582
|
69 |
+
#, php-format
|
70 |
+
msgid "No %s found in Trash"
|
71 |
+
msgstr ""
|
72 |
+
|
73 |
+
#: lib/yit-cpt-unlimited.php:625
|
74 |
+
#, php-format
|
75 |
+
msgctxt "taxonomy general name"
|
76 |
+
msgid "%s Categories"
|
77 |
+
msgstr ""
|
78 |
+
|
79 |
+
#: lib/yit-cpt-unlimited.php:626
|
80 |
+
msgctxt "taxonomy singular name"
|
81 |
+
msgid "Category"
|
82 |
+
msgstr ""
|
83 |
+
|
84 |
+
#: lib/yit-cpt-unlimited.php:627
|
85 |
+
msgid "Search Categories"
|
86 |
+
msgstr ""
|
87 |
+
|
88 |
+
#: lib/yit-cpt-unlimited.php:628
|
89 |
+
msgid "All Categories"
|
90 |
+
msgstr ""
|
91 |
+
|
92 |
+
#: lib/yit-cpt-unlimited.php:629
|
93 |
+
msgid "Parent Category"
|
94 |
+
msgstr ""
|
95 |
+
|
96 |
+
#: lib/yit-cpt-unlimited.php:630
|
97 |
+
msgid "Parent Category:"
|
98 |
+
msgstr ""
|
99 |
+
|
100 |
+
#: lib/yit-cpt-unlimited.php:631
|
101 |
+
msgid "Edit Category"
|
102 |
+
msgstr ""
|
103 |
+
|
104 |
+
#: lib/yit-cpt-unlimited.php:632
|
105 |
+
msgid "Update Category"
|
106 |
+
msgstr ""
|
107 |
+
|
108 |
+
#: lib/yit-cpt-unlimited.php:633
|
109 |
+
msgid "Add New Category"
|
110 |
+
msgstr ""
|
111 |
+
|
112 |
+
#: lib/yit-cpt-unlimited.php:634
|
113 |
+
msgid "New Category Name"
|
114 |
+
msgstr ""
|
115 |
+
|
116 |
+
#: lib/yit-cpt-unlimited.php:635
|
117 |
+
msgid "Category"
|
118 |
+
msgstr ""
|
119 |
+
|
120 |
+
#: lib/yit-cpt-unlimited.php:724
|
121 |
+
msgid "Categories"
|
122 |
+
msgstr ""
|
123 |
+
|
124 |
+
#: lib/yit-cpt-unlimited.php:1042
|
125 |
+
#, php-format
|
126 |
+
msgid "%s Settings"
|
127 |
+
msgstr ""
|
128 |
+
|
129 |
+
#: lib/yit-cpt-unlimited.php:1048 lib/yit-cpt-unlimited.php:1196
|
130 |
+
#: lib/yit-cpt-unlimited.php:1202 lib/yit-plugin-panel.php:64
|
131 |
+
msgid "Settings"
|
132 |
+
msgstr ""
|
133 |
+
|
134 |
+
#: lib/yit-cpt-unlimited.php:1051
|
135 |
+
msgid "Type"
|
136 |
+
msgstr ""
|
137 |
+
|
138 |
+
#: lib/yit-cpt-unlimited.php:1052
|
139 |
+
msgid "Layout for this "
|
140 |
+
msgstr ""
|
141 |
+
|
142 |
+
#: lib/yit-cpt-unlimited.php:1058
|
143 |
+
msgid "Rewrite"
|
144 |
+
msgstr ""
|
145 |
+
|
146 |
+
#: lib/yit-cpt-unlimited.php:1059
|
147 |
+
msgid ""
|
148 |
+
"Univocal identification name in the URL for each product (slug from post if empty)"
|
149 |
+
msgstr ""
|
150 |
+
|
151 |
+
#: lib/yit-cpt-unlimited.php:1064
|
152 |
+
msgid "Label in Singular"
|
153 |
+
msgstr ""
|
154 |
+
|
155 |
+
#: lib/yit-cpt-unlimited.php:1065
|
156 |
+
msgid "Set a label in singular (title of portfolio if empty)"
|
157 |
+
msgstr ""
|
158 |
+
|
159 |
+
#: lib/yit-cpt-unlimited.php:1070
|
160 |
+
msgid "Label in Plural"
|
161 |
+
msgstr ""
|
162 |
+
|
163 |
+
#: lib/yit-cpt-unlimited.php:1071
|
164 |
+
msgid "Set a label in plural (title of portfolio if empty)"
|
165 |
+
msgstr ""
|
166 |
+
|
167 |
+
#: lib/yit-cpt-unlimited.php:1076
|
168 |
+
msgid "Taxonomy"
|
169 |
+
msgstr ""
|
170 |
+
|
171 |
+
#: lib/yit-cpt-unlimited.php:1077
|
172 |
+
msgid ""
|
173 |
+
"If you want to use categories in the portfolio, set a name for taxonomy. Name "
|
174 |
+
"should be a slug (must not contain capital letters nor spaces) and must not be "
|
175 |
+
"more than 32 characters long (database structure restriction)."
|
176 |
+
msgstr ""
|
177 |
+
|
178 |
+
#: lib/yit-cpt-unlimited.php:1082
|
179 |
+
msgid "Taxonomy Rewrite"
|
180 |
+
msgstr ""
|
181 |
+
|
182 |
+
#: lib/yit-cpt-unlimited.php:1083
|
183 |
+
msgid "Set univocal name for each category page URL."
|
184 |
+
msgstr ""
|
185 |
+
|
186 |
+
#: lib/yit-cpt-unlimited.php:1088
|
187 |
+
msgid "Single layout"
|
188 |
+
msgstr ""
|
189 |
+
|
190 |
+
#: lib/yit-cpt-unlimited.php:1089
|
191 |
+
msgid "Layout for single page of this portfolio"
|
192 |
+
msgstr ""
|
193 |
+
|
194 |
+
#: lib/yit-cpt-unlimited.php:1130
|
195 |
+
msgid "layout settings"
|
196 |
+
msgstr ""
|
197 |
+
|
198 |
+
#: lib/yit-cpt-unlimited.php:1222 lib/yit-cpt-unlimited.php:1235
|
199 |
+
msgid "Quick links"
|
200 |
+
msgstr ""
|
201 |
+
|
202 |
+
#: lib/yit-cpt-unlimited.php:1475
|
203 |
+
#, php-format
|
204 |
+
msgid "Show frontend of the %s"
|
205 |
+
msgstr ""
|
206 |
+
|
207 |
+
#: lib/yit-cpt-unlimited.php:1482 templates/metaboxes/types/customtabs.php:46
|
208 |
+
#: templates/metaboxes/types/customtabs.php:90
|
209 |
+
msgid "Name"
|
210 |
+
msgstr ""
|
211 |
+
|
212 |
+
#: lib/yit-cpt-unlimited.php:1631
|
213 |
+
#, php-format
|
214 |
+
msgid "Add %s from images"
|
215 |
+
msgstr ""
|
216 |
+
|
217 |
+
#: lib/yit-cpt-unlimited.php:1633
|
218 |
+
msgid "Add with multiupload"
|
219 |
+
msgstr ""
|
220 |
+
|
221 |
+
#: lib/yit-plugin-panel-wc.php:295
|
222 |
+
msgid "The changes you have made will be lost if you leave this page."
|
223 |
+
msgstr ""
|
224 |
+
|
225 |
+
#: lib/yit-plugin-panel.php:63
|
226 |
+
msgid "Plugin Settings"
|
227 |
+
msgstr ""
|
228 |
+
|
229 |
+
#: lib/yit-plugin-panel.php:95 lib/yit-plugin-subpanel.php:101
|
230 |
+
msgid "YIT Plugins"
|
231 |
+
msgstr ""
|
232 |
+
|
233 |
+
#: lib/yit-plugin-panel.php:292 lib/yit-plugin-subpanel.php:142
|
234 |
+
#: templates/panel/woocommerce/woocommerce-form.php:5
|
235 |
+
msgid "Save Changes"
|
236 |
+
msgstr ""
|
237 |
+
|
238 |
+
#: lib/yit-plugin-panel.php:295 templates/panel/woocommerce/woocommerce-form.php:8
|
239 |
+
msgid "If you continue with this action, you will reset all options in this page."
|
240 |
+
msgstr ""
|
241 |
+
|
242 |
+
#: lib/yit-plugin-panel.php:297 lib/yit-plugin-subpanel.php:147
|
243 |
+
msgid "Reset to Default"
|
244 |
+
msgstr ""
|
245 |
+
|
246 |
+
#: lib/yit-plugin-panel.php:297 lib/yit-plugin-subpanel.php:147
|
247 |
+
#: templates/panel/woocommerce/woocommerce-form.php:10
|
248 |
+
msgid "Are you sure?"
|
249 |
+
msgstr ""
|
250 |
+
|
251 |
+
#: lib/yit-plugin-panel.php:431
|
252 |
+
msgid "The element you have entered already exists. Please, enter another name."
|
253 |
+
msgstr ""
|
254 |
+
|
255 |
+
#: lib/yit-plugin-panel.php:432
|
256 |
+
msgid "Settings saved"
|
257 |
+
msgstr ""
|
258 |
+
|
259 |
+
#: lib/yit-plugin-panel.php:433
|
260 |
+
msgid "Settings reset"
|
261 |
+
msgstr ""
|
262 |
+
|
263 |
+
#: lib/yit-plugin-panel.php:434
|
264 |
+
msgid "Element deleted correctly."
|
265 |
+
msgstr ""
|
266 |
+
|
267 |
+
#: lib/yit-plugin-panel.php:435 lib/yit-plugin-panel.php:436
|
268 |
+
msgid "Element updated correctly."
|
269 |
+
msgstr ""
|
270 |
+
|
271 |
+
#: lib/yit-plugin-panel.php:437
|
272 |
+
msgid "Database imported correctly."
|
273 |
+
msgstr ""
|
274 |
+
|
275 |
+
#: lib/yit-plugin-panel.php:438
|
276 |
+
msgid "An error has occurred during import. Please try again."
|
277 |
+
msgstr ""
|
278 |
+
|
279 |
+
#: lib/yit-plugin-panel.php:439
|
280 |
+
msgid "The added file is not valid."
|
281 |
+
msgstr ""
|
282 |
+
|
283 |
+
#: lib/yit-plugin-panel.php:440
|
284 |
+
msgid "Sorry, import is disabled."
|
285 |
+
msgstr ""
|
286 |
+
|
287 |
+
#: lib/yit-plugin-panel.php:441
|
288 |
+
msgid "Sorting successful."
|
289 |
+
msgstr ""
|
290 |
+
|
291 |
+
#: lib/yit-plugin-subpanel.php:145
|
292 |
+
msgid ""
|
293 |
+
"If you continue with this action, you will reset all the options in this page."
|
294 |
+
msgstr ""
|
295 |
+
|
296 |
+
#: lib/yit-pointers.php:70
|
297 |
+
msgid "Plugins Activated"
|
298 |
+
msgstr ""
|
299 |
+
|
300 |
+
#: lib/yit-pointers.php:71
|
301 |
+
msgid ""
|
302 |
+
"From now on, you can find all plugin options in YIT Plugin menu.\n"
|
303 |
+
" For each plugin installed, customization "
|
304 |
+
"settings will be available as a new entry in YIT Plugin menu."
|
305 |
+
msgstr ""
|
306 |
+
|
307 |
+
#: lib/yit-pointers.php:73 lib/yit-pointers.php:89
|
308 |
+
msgid "Discover all our plugins available on:"
|
309 |
+
msgstr ""
|
310 |
+
|
311 |
+
#: lib/yit-pointers.php:74 lib/yit-pointers.php:90
|
312 |
+
msgid "and"
|
313 |
+
msgstr ""
|
314 |
+
|
315 |
+
#: lib/yit-pointers.php:84
|
316 |
+
msgid "Plugins Upgraded"
|
317 |
+
msgstr ""
|
318 |
+
|
319 |
+
#: lib/yit-pointers.php:85
|
320 |
+
msgid ""
|
321 |
+
"From now on, you can find all options of your plugins in YIT Plugin menu.\n"
|
322 |
+
" Any time one of our plugins is updated, a new "
|
323 |
+
"entry will be added to this menu.\n"
|
324 |
+
" For example, after the update, plugin options "
|
325 |
+
"(such as for YITH WooCommerce Wishlist, YITH WooCommerce Ajax Search, etc.)\n"
|
326 |
+
" will be moved from previous location to YIT "
|
327 |
+
"Plugin tab."
|
328 |
+
msgstr ""
|
329 |
+
|
330 |
+
#: lib/yit-upgrade.php:123
|
331 |
+
msgid "There is a new version of %plugin_name% available."
|
332 |
+
msgstr ""
|
333 |
+
|
334 |
+
#: lib/yit-upgrade.php:124
|
335 |
+
msgid "View version %latest% details."
|
336 |
+
msgstr ""
|
337 |
+
|
338 |
+
#: lib/yit-upgrade.php:125
|
339 |
+
msgid "Automatic update is unavailable for this plugin,"
|
340 |
+
msgstr ""
|
341 |
+
|
342 |
+
#: lib/yit-upgrade.php:126
|
343 |
+
msgid "please <a href=\"%activate_link%\">activate</a> your copy of %plugin_name%."
|
344 |
+
msgstr ""
|
345 |
+
|
346 |
+
#: lib/yit-upgrade.php:127
|
347 |
+
msgid "Update now."
|
348 |
+
msgstr ""
|
349 |
+
|
350 |
+
#: lib/yit-upgrade.php:230
|
351 |
+
msgid "Yithemes Repository"
|
352 |
+
msgstr ""
|
353 |
+
|
354 |
+
#: lib/yit-upgrade.php:264
|
355 |
+
msgid "Invalid URL Provided."
|
356 |
+
msgstr ""
|
357 |
+
|
358 |
+
#: lib/yit-upgrade.php:277
|
359 |
+
msgid "Could not create Temporary file."
|
360 |
+
msgstr ""
|
361 |
+
|
362 |
+
#: lib/yit-upgrade.php:419
|
363 |
+
#, php-format
|
364 |
+
msgid ""
|
365 |
+
"There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox yit-"
|
366 |
+
"changelog-button\" title=\"%3$s\">View version %4$s details</a>."
|
367 |
+
msgstr ""
|
368 |
+
|
369 |
+
#: lib/yit-upgrade.php:421
|
370 |
+
#, php-format
|
371 |
+
msgid ""
|
372 |
+
"There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox yit-"
|
373 |
+
"changelog-button\" title=\"%3$s\">View version %4$s details</a>. <em>You have to "
|
374 |
+
"activate the plugin on a single site of the network to benefit from automatic "
|
375 |
+
"updates.</em>"
|
376 |
+
msgstr ""
|
377 |
+
|
378 |
+
#: lib/yit-upgrade.php:423
|
379 |
+
#, php-format
|
380 |
+
msgid ""
|
381 |
+
"There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox yit-"
|
382 |
+
"changelog-button\" title=\"%3$s\">View version %4$s details</a>. <em>Automatic "
|
383 |
+
"update is unavailable for this plugin, please <a href=\"%5$s\" title=\"Licence "
|
384 |
+
"activation\">activate</a> your copy of %6s.</em>"
|
385 |
+
msgstr ""
|
386 |
+
|
387 |
+
#: lib/yit-upgrade.php:425
|
388 |
+
#, php-format
|
389 |
+
msgid ""
|
390 |
+
"There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox yit-"
|
391 |
+
"changelog-button\" title=\"%3$s\">View version %4$s details</a> or <a href=\"%5$s"
|
392 |
+
"\">update now</a>."
|
393 |
+
msgstr ""
|
394 |
+
|
395 |
+
#: lib/yit-upgrade.php:498
|
396 |
+
msgid "You can't update the plugins for this site."
|
397 |
+
msgstr ""
|
398 |
+
|
399 |
+
#: lib/yit-upgrade.php:502
|
400 |
+
msgid "You do not have sufficient permissions to update the plugins for this site."
|
401 |
+
msgstr ""
|
402 |
+
|
403 |
+
#: lib/yit-upgrade.php:509
|
404 |
+
msgid "Update Plugin"
|
405 |
+
msgstr ""
|
406 |
+
|
407 |
+
#: licence/lib/yit-licence.php:161
|
408 |
+
#, php-format
|
409 |
+
msgid "%field% field cannot be empty"
|
410 |
+
msgstr ""
|
411 |
+
|
412 |
+
#: licence/lib/yit-licence.php:162
|
413 |
+
msgid "%field_1% and %field_2% fields cannot be empty"
|
414 |
+
msgstr ""
|
415 |
+
|
416 |
+
#: licence/lib/yit-licence.php:163
|
417 |
+
msgid "Unable to contact the remote server, please try again later. Thanks!"
|
418 |
+
msgstr ""
|
419 |
+
|
420 |
+
#: licence/lib/yit-licence.php:548
|
421 |
+
msgid "Invalid Request"
|
422 |
+
msgstr ""
|
423 |
+
|
424 |
+
#: licence/lib/yit-licence.php:549
|
425 |
+
msgid "Invalid licence key"
|
426 |
+
msgstr ""
|
427 |
+
|
428 |
+
#: licence/lib/yit-licence.php:550
|
429 |
+
msgid "Software has been deactivated"
|
430 |
+
msgstr ""
|
431 |
+
|
432 |
+
#: licence/lib/yit-licence.php:551
|
433 |
+
msgid "Maximum number of activations exceeded"
|
434 |
+
msgstr ""
|
435 |
+
|
436 |
+
#: licence/lib/yit-licence.php:552
|
437 |
+
msgid "Invalid instance ID"
|
438 |
+
msgstr ""
|
439 |
+
|
440 |
+
#: licence/lib/yit-licence.php:553
|
441 |
+
msgid "Invalid security key"
|
442 |
+
msgstr ""
|
443 |
+
|
444 |
+
#: licence/lib/yit-licence.php:554
|
445 |
+
msgid "Licence key has expired"
|
446 |
+
msgstr ""
|
447 |
+
|
448 |
+
#: licence/lib/yit-licence.php:555
|
449 |
+
msgid "Licence key has been banned"
|
450 |
+
msgstr ""
|
451 |
+
|
452 |
+
#: licence/lib/yit-plugin-licence.php:64 licence/lib/yit-plugin-licence.php:65
|
453 |
+
#: licence/lib/yit-theme-licence.php:64 licence/lib/yit-theme-licence.php:65
|
454 |
+
#: licence/lib/yit-theme-licence.php:107 licence/lib/yit-theme-licence.php:108
|
455 |
+
msgid "Licence Activation"
|
456 |
+
msgstr ""
|
457 |
+
|
458 |
+
#: licence/lib/yit-theme-licence.php:115 licence/lib/yit-theme-licence.php:116
|
459 |
+
#, php-format
|
460 |
+
msgid "%s"
|
461 |
+
msgstr ""
|
462 |
+
|
463 |
+
#: licence/templates/panel/activation/activation-panel.php:19
|
464 |
+
msgid "Yithemes Licence Activation"
|
465 |
+
msgstr ""
|
466 |
+
|
467 |
+
#: licence/templates/panel/activation/activation-panel.php:23
|
468 |
+
msgid ""
|
469 |
+
"I cannot find the license key for activating the theme I have bought some time "
|
470 |
+
"ago. Where can I find it?"
|
471 |
+
msgstr ""
|
472 |
+
|
473 |
+
#: licence/templates/panel/activation/activation-panel.php:26
|
474 |
+
msgid ""
|
475 |
+
"If you have purchased one of our products before 27 January 2015, you can benefit "
|
476 |
+
"from support and updates (the services offered with the license)\n"
|
477 |
+
" until 27 January 2016 and you do not have to purchase it again to get "
|
478 |
+
"a new license key, because, before this date, your license used to be activated "
|
479 |
+
"automatically by our system.\n"
|
480 |
+
" After 27 January 2016, instead, if you want to benefit from support "
|
481 |
+
"and updates you have to buy a new license and activate it through the license key "
|
482 |
+
"you will be\n"
|
483 |
+
" provided with and that you can find in your YIThemes account, in "
|
484 |
+
"section \"My licenses\"."
|
485 |
+
msgstr ""
|
486 |
+
|
487 |
+
#: licence/templates/panel/activation/activation-panel.php:37
|
488 |
+
msgid ""
|
489 |
+
"Have you updated your licenses? Have you asked for an extension? Update "
|
490 |
+
"information concerning your products."
|
491 |
+
msgstr ""
|
492 |
+
|
493 |
+
#: licence/templates/panel/activation/activation-panel.php:39
|
494 |
+
msgid "Update licence information"
|
495 |
+
msgstr ""
|
496 |
+
|
497 |
+
#: licence/templates/panel/activation/activation-panel.php:49
|
498 |
+
msgid "Products to be activated"
|
499 |
+
msgstr ""
|
500 |
+
|
501 |
+
#: licence/templates/panel/activation/activation-panel.php:68
|
502 |
+
msgid "Activate"
|
503 |
+
msgstr ""
|
504 |
+
|
505 |
+
#: licence/templates/panel/activation/activation-panel.php:87
|
506 |
+
msgid "Activated"
|
507 |
+
msgstr ""
|
508 |
+
|
509 |
+
#: licence/templates/panel/activation/activation-panel.php:91
|
510 |
+
#: licence/templates/panel/activation/activation-panel.php:123
|
511 |
+
#: licence/templates/panel/activation/activation-panel.php:147
|
512 |
+
msgid "Product Name"
|
513 |
+
msgstr ""
|
514 |
+
|
515 |
+
#: licence/templates/panel/activation/activation-panel.php:92
|
516 |
+
#: licence/templates/panel/activation/activation-panel.php:124
|
517 |
+
#: licence/templates/panel/activation/activation-panel.php:148
|
518 |
+
#: templates/metaboxes/types/contactform.php:148
|
519 |
+
#: templates/metaboxes/types/contactform.php:340
|
520 |
+
msgid "Email"
|
521 |
+
msgstr ""
|
522 |
+
|
523 |
+
#: licence/templates/panel/activation/activation-panel.php:93
|
524 |
+
#: licence/templates/panel/activation/activation-panel.php:125
|
525 |
+
#: licence/templates/panel/activation/activation-panel.php:149
|
526 |
+
msgid "Licence Key"
|
527 |
+
msgstr ""
|
528 |
+
|
529 |
+
#: licence/templates/panel/activation/activation-panel.php:94
|
530 |
+
#: licence/templates/panel/activation/activation-panel.php:150
|
531 |
+
msgid "Expires"
|
532 |
+
msgstr ""
|
533 |
+
|
534 |
+
#: licence/templates/panel/activation/activation-panel.php:95
|
535 |
+
msgid "Remaining"
|
536 |
+
msgstr ""
|
537 |
+
|
538 |
+
#: licence/templates/panel/activation/activation-panel.php:96
|
539 |
+
#: licence/templates/panel/activation/activation-panel.php:109
|
540 |
+
#: licence/templates/panel/activation/activation-panel.php:151
|
541 |
+
#: licence/templates/panel/activation/activation-panel.php:161
|
542 |
+
msgid "Renew"
|
543 |
+
msgstr ""
|
544 |
+
|
545 |
+
#: licence/templates/panel/activation/activation-panel.php:107
|
546 |
+
#, php-format
|
547 |
+
msgid "%1s out of %2s"
|
548 |
+
msgstr ""
|
549 |
+
|
550 |
+
#: licence/templates/panel/activation/activation-panel.php:119
|
551 |
+
msgid "Banned"
|
552 |
+
msgstr ""
|
553 |
+
|
554 |
+
#: licence/templates/panel/activation/activation-panel.php:143
|
555 |
+
msgid "Expired"
|
556 |
+
msgstr ""
|
557 |
+
|
558 |
+
#: templates/metaboxes/types/ajax-products.php:23
|
559 |
+
msgid "Search for a product"
|
560 |
+
msgstr ""
|
561 |
+
|
562 |
+
#: templates/metaboxes/types/categories.php:36
|
563 |
+
msgid "No categories."
|
564 |
+
msgstr ""
|
565 |
+
|
566 |
+
#: templates/metaboxes/types/categories.php:42
|
567 |
+
msgid "+ Add New Category"
|
568 |
+
msgstr ""
|
569 |
+
|
570 |
+
#: templates/metaboxes/types/categories.php:46
|
571 |
+
msgid "Add"
|
572 |
+
msgstr ""
|
573 |
+
|
574 |
+
#: templates/metaboxes/types/contactform.php:7
|
575 |
+
msgid "Text Input"
|
576 |
+
msgstr ""
|
577 |
+
|
578 |
+
#: templates/metaboxes/types/contactform.php:8
|
579 |
+
msgid "Checkbox"
|
580 |
+
msgstr ""
|
581 |
+
|
582 |
+
#: templates/metaboxes/types/contactform.php:9
|
583 |
+
msgid "Select"
|
584 |
+
msgstr ""
|
585 |
+
|
586 |
+
#: templates/metaboxes/types/contactform.php:10
|
587 |
+
msgid "Textarea"
|
588 |
+
msgstr ""
|
589 |
+
|
590 |
+
#: templates/metaboxes/types/contactform.php:11
|
591 |
+
msgid "Radio Input"
|
592 |
+
msgstr ""
|
593 |
+
|
594 |
+
#: templates/metaboxes/types/contactform.php:12
|
595 |
+
msgid "Password Field"
|
596 |
+
msgstr ""
|
597 |
+
|
598 |
+
#: templates/metaboxes/types/contactform.php:13
|
599 |
+
msgid "File Upload"
|
600 |
+
msgstr ""
|
601 |
+
|
602 |
+
#: templates/metaboxes/types/contactform.php:47
|
603 |
+
msgid "Theme Icon"
|
604 |
+
msgstr ""
|
605 |
+
|
606 |
+
#: templates/metaboxes/types/contactform.php:48
|
607 |
+
msgid "Custom Icon"
|
608 |
+
msgstr ""
|
609 |
+
|
610 |
+
#: templates/metaboxes/types/contactform.php:49
|
611 |
+
#: templates/metaboxes/types/responsivesliders.php:24
|
612 |
+
msgid "None"
|
613 |
+
msgstr ""
|
614 |
+
|
615 |
+
#: templates/metaboxes/types/contactform.php:60
|
616 |
+
msgid "Add field"
|
617 |
+
msgstr ""
|
618 |
+
|
619 |
+
#: templates/metaboxes/types/contactform.php:69
|
620 |
+
#: templates/metaboxes/types/contactform.php:261
|
621 |
+
#: templates/metaboxes/types/customtabs.php:37
|
622 |
+
#: templates/metaboxes/types/customtabs.php:82
|
623 |
+
msgid "Remove"
|
624 |
+
msgstr ""
|
625 |
+
|
626 |
+
#: templates/metaboxes/types/contactform.php:70
|
627 |
+
#: templates/metaboxes/types/contactform.php:262
|
628 |
+
msgid "Click to toggle"
|
629 |
+
msgstr ""
|
630 |
+
|
631 |
+
#: templates/metaboxes/types/contactform.php:77
|
632 |
+
#: templates/metaboxes/types/contactform.php:269
|
633 |
+
msgid "Title Field"
|
634 |
+
msgstr ""
|
635 |
+
|
636 |
+
#: templates/metaboxes/types/contactform.php:81
|
637 |
+
#: templates/metaboxes/types/contactform.php:273
|
638 |
+
msgid "Insert the title for the field."
|
639 |
+
msgstr ""
|
640 |
+
|
641 |
+
#: templates/metaboxes/types/contactform.php:86
|
642 |
+
#: templates/metaboxes/types/contactform.php:278
|
643 |
+
msgid "Data Name"
|
644 |
+
msgstr ""
|
645 |
+
|
646 |
+
#: templates/metaboxes/types/contactform.php:90
|
647 |
+
#: templates/metaboxes/types/contactform.php:282
|
648 |
+
msgid ""
|
649 |
+
"REQUIRED: Field identification name to be entered into email body. <strong>Note:</"
|
650 |
+
"strong>Use only lowercase characters and underscores."
|
651 |
+
msgstr ""
|
652 |
+
|
653 |
+
#: templates/metaboxes/types/contactform.php:95
|
654 |
+
#: templates/metaboxes/types/contactform.php:287
|
655 |
+
msgid "Type field"
|
656 |
+
msgstr ""
|
657 |
+
|
658 |
+
#: templates/metaboxes/types/contactform.php:103
|
659 |
+
#: templates/metaboxes/types/contactform.php:295
|
660 |
+
msgid "Select the type for this field."
|
661 |
+
msgstr ""
|
662 |
+
|
663 |
+
#: templates/metaboxes/types/contactform.php:108
|
664 |
+
#: templates/metaboxes/types/contactform.php:300
|
665 |
+
msgid "Checked"
|
666 |
+
msgstr ""
|
667 |
+
|
668 |
+
#: templates/metaboxes/types/contactform.php:112
|
669 |
+
#: templates/metaboxes/types/contactform.php:304
|
670 |
+
msgid "Select this option if you want this field appears as already checked."
|
671 |
+
msgstr ""
|
672 |
+
|
673 |
+
#: templates/metaboxes/types/contactform.php:117
|
674 |
+
#: templates/metaboxes/types/contactform.php:309
|
675 |
+
msgid "Add options "
|
676 |
+
msgstr ""
|
677 |
+
|
678 |
+
#: templates/metaboxes/types/contactform.php:118
|
679 |
+
#: templates/metaboxes/types/contactform.php:310
|
680 |
+
msgid "Add option"
|
681 |
+
msgstr ""
|
682 |
+
|
683 |
+
#: templates/metaboxes/types/contactform.php:121
|
684 |
+
#: templates/metaboxes/types/contactform.php:313
|
685 |
+
#: templates/metaboxes/types/contactform.php:436
|
686 |
+
msgid "Selected"
|
687 |
+
msgstr ""
|
688 |
+
|
689 |
+
#: templates/metaboxes/types/contactform.php:124
|
690 |
+
#: templates/metaboxes/types/contactform.php:316
|
691 |
+
#: templates/metaboxes/types/contactform.php:436
|
692 |
+
msgid "Delete option"
|
693 |
+
msgstr ""
|
694 |
+
|
695 |
+
#: templates/metaboxes/types/contactform.php:130
|
696 |
+
#: templates/metaboxes/types/contactform.php:322
|
697 |
+
msgid "Error Message"
|
698 |
+
msgstr ""
|
699 |
+
|
700 |
+
#: templates/metaboxes/types/contactform.php:134
|
701 |
+
#: templates/metaboxes/types/contactform.php:326
|
702 |
+
msgid "Insert the error message for validation."
|
703 |
+
msgstr ""
|
704 |
+
|
705 |
+
#: templates/metaboxes/types/contactform.php:139
|
706 |
+
#: templates/metaboxes/types/contactform.php:331
|
707 |
+
msgid "Required"
|
708 |
+
msgstr ""
|
709 |
+
|
710 |
+
#: templates/metaboxes/types/contactform.php:143
|
711 |
+
#: templates/metaboxes/types/contactform.php:335
|
712 |
+
msgid "Select this option if it must be required."
|
713 |
+
msgstr ""
|
714 |
+
|
715 |
+
#: templates/metaboxes/types/contactform.php:152
|
716 |
+
#: templates/metaboxes/types/contactform.php:344
|
717 |
+
msgid "Select this option if the email must be valid."
|
718 |
+
msgstr ""
|
719 |
+
|
720 |
+
#: templates/metaboxes/types/contactform.php:157
|
721 |
+
#: templates/metaboxes/types/contactform.php:349
|
722 |
+
msgid "Reply To"
|
723 |
+
msgstr ""
|
724 |
+
|
725 |
+
#: templates/metaboxes/types/contactform.php:161
|
726 |
+
#: templates/metaboxes/types/contactform.php:353
|
727 |
+
msgid "Select this if it is the email you can reply to."
|
728 |
+
msgstr ""
|
729 |
+
|
730 |
+
#: templates/metaboxes/types/contactform.php:166
|
731 |
+
#: templates/metaboxes/types/contactform.php:358
|
732 |
+
msgid "Class"
|
733 |
+
msgstr ""
|
734 |
+
|
735 |
+
#: templates/metaboxes/types/contactform.php:170
|
736 |
+
#: templates/metaboxes/types/contactform.php:362
|
737 |
+
msgid "Insert additional class(es) (separated by commas) for more personalization."
|
738 |
+
msgstr ""
|
739 |
+
|
740 |
+
#: templates/metaboxes/types/contactform.php:175
|
741 |
+
#: templates/metaboxes/types/contactform.php:367
|
742 |
+
msgid "Icon"
|
743 |
+
msgstr ""
|
744 |
+
|
745 |
+
#: templates/metaboxes/types/contactform.php:203
|
746 |
+
#: templates/metaboxes/types/contactform.php:391
|
747 |
+
#: templates/metaboxes/types/icon-list.php:69
|
748 |
+
#: templates/metaboxes/types/select-icon.php:33
|
749 |
+
#: templates/metaboxes/types/upload.php:21 templates/panel/types/upload.php:31
|
750 |
+
#: templates/panel/woocommerce/woocommerce-upload.php:35
|
751 |
+
msgid "Upload"
|
752 |
+
msgstr ""
|
753 |
+
|
754 |
+
#: templates/metaboxes/types/contactform.php:209
|
755 |
+
#: templates/metaboxes/types/contactform.php:397
|
756 |
+
#: templates/metaboxes/types/icon-list.php:75
|
757 |
+
#: templates/metaboxes/types/select-icon.php:39
|
758 |
+
msgid "Image preview"
|
759 |
+
msgstr ""
|
760 |
+
|
761 |
+
#: templates/metaboxes/types/contactform.php:217
|
762 |
+
#: templates/metaboxes/types/contactform.php:405
|
763 |
+
msgid "Insert an icon for more personalization."
|
764 |
+
msgstr ""
|
765 |
+
|
766 |
+
#: templates/metaboxes/types/contactform.php:222
|
767 |
+
#: templates/metaboxes/types/contactform.php:409
|
768 |
+
msgid "Width"
|
769 |
+
msgstr ""
|
770 |
+
|
771 |
+
#: templates/metaboxes/types/contactform.php:247
|
772 |
+
#: templates/metaboxes/types/contactform.php:421
|
773 |
+
msgid "Set field length."
|
774 |
+
msgstr ""
|
775 |
+
|
776 |
+
#: templates/metaboxes/types/customtabs.php:28
|
777 |
+
msgid "Close all"
|
778 |
+
msgstr ""
|
779 |
+
|
780 |
+
#: templates/metaboxes/types/customtabs.php:28
|
781 |
+
msgid "Expand all"
|
782 |
+
msgstr ""
|
783 |
+
|
784 |
+
#: templates/metaboxes/types/customtabs.php:52
|
785 |
+
#: templates/metaboxes/types/customtabs.php:95
|
786 |
+
msgid "Value"
|
787 |
+
msgstr ""
|
788 |
+
|
789 |
+
#: templates/metaboxes/types/customtabs.php:53
|
790 |
+
#: templates/metaboxes/types/customtabs.php:96
|
791 |
+
msgid "Content of the tab. (HTML is supported)"
|
792 |
+
msgstr ""
|
793 |
+
|
794 |
+
#: templates/metaboxes/types/customtabs.php:65
|
795 |
+
msgid "Add custom product tab"
|
796 |
+
msgstr ""
|
797 |
+
|
798 |
+
#: templates/metaboxes/types/customtabs.php:107
|
799 |
+
msgid "Do you want to remove the custom tab?"
|
800 |
+
msgstr ""
|
801 |
+
|
802 |
+
#: templates/metaboxes/types/icon-list.php:89
|
803 |
+
#, php-format
|
804 |
+
msgid "(Default: %s <img src=\"%s\"/>)"
|
805 |
+
msgstr ""
|
806 |
+
|
807 |
+
#: templates/metaboxes/types/icon-list.php:91
|
808 |
+
#, php-format
|
809 |
+
msgid "(Default: <i %s></i> )"
|
810 |
+
msgstr ""
|
811 |
+
|
812 |
+
#: templates/metaboxes/types/image-gallery.php:40
|
813 |
+
#: templates/metaboxes/types/image-gallery.php:45
|
814 |
+
#: templates/metaboxes/types/images.php:38 templates/metaboxes/types/images.php:64
|
815 |
+
msgid "Delete image"
|
816 |
+
msgstr ""
|
817 |
+
|
818 |
+
#: templates/metaboxes/types/image-gallery.php:45
|
819 |
+
msgid "Add Images to Gallery"
|
820 |
+
msgstr ""
|
821 |
+
|
822 |
+
#: templates/metaboxes/types/image-gallery.php:45
|
823 |
+
msgid "Add to gallery"
|
824 |
+
msgstr ""
|
825 |
+
|
826 |
+
#: templates/metaboxes/types/image-gallery.php:45
|
827 |
+
msgid "Add images"
|
828 |
+
msgstr ""
|
829 |
+
|
830 |
+
#: templates/metaboxes/types/image-gallery.php:45
|
831 |
+
msgid "Delete"
|
832 |
+
msgstr ""
|
833 |
+
|
834 |
+
#: templates/metaboxes/types/images.php:42
|
835 |
+
msgid "Upload new images"
|
836 |
+
msgstr ""
|
837 |
+
|
838 |
+
#: templates/metaboxes/types/images.php:75
|
839 |
+
msgid "Are you sure you want to remove this image?"
|
840 |
+
msgstr ""
|
841 |
+
|
842 |
+
#: templates/metaboxes/types/sidebar-layout.php:25
|
843 |
+
#: templates/metaboxes/types/sidebars.php:36
|
844 |
+
msgid "Left sidebar"
|
845 |
+
msgstr ""
|
846 |
+
|
847 |
+
#: templates/metaboxes/types/sidebar-layout.php:28
|
848 |
+
#: templates/metaboxes/types/sidebars.php:42
|
849 |
+
#: templates/metaboxes/types/sidebars.php:45
|
850 |
+
msgid "No sidebar"
|
851 |
+
msgstr ""
|
852 |
+
|
853 |
+
#: templates/metaboxes/types/sidebar-layout.php:31
|
854 |
+
#: templates/metaboxes/types/sidebars.php:39
|
855 |
+
msgid "Right sidebar"
|
856 |
+
msgstr ""
|
857 |
+
|
858 |
+
#: templates/metaboxes/types/sidebar-layout.php:34
|
859 |
+
#: templates/metaboxes/types/sidebars.php:53
|
860 |
+
#: templates/metaboxes/types/sidebars.php:64
|
861 |
+
msgid "Choose a sidebar"
|
862 |
+
msgstr ""
|
863 |
+
|
864 |
+
#: templates/metaboxes/types/sidebars.php:51
|
865 |
+
msgid "Left Sidebar"
|
866 |
+
msgstr ""
|
867 |
+
|
868 |
+
#: templates/metaboxes/types/sidebars.php:62
|
869 |
+
msgid "Right Sidebar"
|
870 |
+
msgstr ""
|
871 |
+
|
872 |
+
#: templates/metaboxes/types/typography.php:42
|
873 |
+
msgid "px"
|
874 |
+
msgstr ""
|
875 |
+
|
876 |
+
#: templates/metaboxes/types/typography.php:43
|
877 |
+
msgid "em"
|
878 |
+
msgstr ""
|
879 |
+
|
880 |
+
#: templates/metaboxes/types/typography.php:44
|
881 |
+
msgid "pt"
|
882 |
+
msgstr ""
|
883 |
+
|
884 |
+
#: templates/metaboxes/types/typography.php:45
|
885 |
+
msgid "rem"
|
886 |
+
msgstr ""
|
887 |
+
|
888 |
+
#: templates/metaboxes/types/typography.php:59
|
889 |
+
#: templates/metaboxes/types/typography.php:153
|
890 |
+
#: templates/metaboxes/types/typography.php:217
|
891 |
+
msgid "Web fonts"
|
892 |
+
msgstr ""
|
893 |
+
|
894 |
+
#: templates/metaboxes/types/typography.php:71
|
895 |
+
msgid "Google fonts"
|
896 |
+
msgstr ""
|
897 |
+
|
898 |
+
#: templates/metaboxes/types/typography.php:96
|
899 |
+
msgid "Regular"
|
900 |
+
msgstr ""
|
901 |
+
|
902 |
+
#: templates/metaboxes/types/typography.php:97
|
903 |
+
msgid "Bold"
|
904 |
+
msgstr ""
|
905 |
+
|
906 |
+
#: templates/metaboxes/types/typography.php:98
|
907 |
+
msgid "Extra bold"
|
908 |
+
msgstr ""
|
909 |
+
|
910 |
+
#: templates/metaboxes/types/typography.php:99
|
911 |
+
msgid "Italic"
|
912 |
+
msgstr ""
|
913 |
+
|
914 |
+
#: templates/metaboxes/types/typography.php:100
|
915 |
+
msgid "Italic bold"
|
916 |
+
msgstr ""
|
917 |
+
|
918 |
+
#: templates/panel/woocommerce/woocommerce-form.php:10
|
919 |
+
msgid "Reset Defaults"
|
920 |
+
msgstr ""
|
plugin-fw/lib/yit-cpt-unlimited.php
CHANGED
@@ -457,15 +457,15 @@ class YIT_CPT_Unlimited {
|
|
457 |
$labels = array(
|
458 |
'name' => ucfirst( $this->_labels['main_name'] ),
|
459 |
'singular_name' => ucfirst( $this->_labels['singular'] ),
|
460 |
-
'add_new' => sprintf( __( 'Add %s', '
|
461 |
-
'add_new_item' => sprintf( __( 'Add New %s', '
|
462 |
-
'edit_item' => sprintf( __( 'Edit %s', '
|
463 |
-
'new_item' => sprintf( __( 'New %s', '
|
464 |
-
'all_items' => sprintf( __( 'All %s', '
|
465 |
-
'view_item' => sprintf( __( 'View %s', '
|
466 |
-
'search_items' => sprintf( __( 'Search %s', '
|
467 |
-
'not_found' => sprintf( __( 'No %s found', '
|
468 |
-
'not_found_in_trash' => sprintf( __( 'No %s found in Trash', '
|
469 |
'parent_item_colon' => '',
|
470 |
'menu_name' => ucfirst( $this->_labels['menu'] )
|
471 |
);
|
@@ -571,15 +571,15 @@ class YIT_CPT_Unlimited {
|
|
571 |
$labels = array(
|
572 |
'name' => $title,
|
573 |
'singular_name' => $label_singular,
|
574 |
-
'add_new' => sprintf( __( 'Add %s', '
|
575 |
-
'add_new_item' => sprintf( __( 'Add New %s', '
|
576 |
-
'edit_item' => sprintf( __( 'Edit %s', '
|
577 |
-
'new_item' => sprintf( __( 'New %s', '
|
578 |
-
'all_items' => sprintf( __( 'All %s', '
|
579 |
-
'view_item' => sprintf( __( 'View %s', '
|
580 |
-
'search_items' => sprintf( __( 'Search %s', '
|
581 |
-
'not_found' => sprintf( __( 'No %s found', '
|
582 |
-
'not_found_in_trash' => sprintf( __( 'No %s found in Trash', '
|
583 |
'parent_item_colon' => '',
|
584 |
'menu_name' => $title
|
585 |
);
|
@@ -622,17 +622,17 @@ class YIT_CPT_Unlimited {
|
|
622 |
if ( $this->_args['has_taxonomy'] && ! empty( $taxonomy ) ) {
|
623 |
|
624 |
$labels = array(
|
625 |
-
'name' => sprintf( _x( '%s Categories', 'taxonomy general name', '
|
626 |
-
'singular_name' => _x( 'Category', 'taxonomy singular name', '
|
627 |
-
'search_items' => __( 'Search Categories', '
|
628 |
-
'all_items' => __( 'All Categories', '
|
629 |
-
'parent_item' => __( 'Parent Category', '
|
630 |
-
'parent_item_colon' => __( 'Parent Category:', '
|
631 |
-
'edit_item' => __( 'Edit Category', '
|
632 |
-
'update_item' => __( 'Update Category', '
|
633 |
-
'add_new_item' => __( 'Add New Category', '
|
634 |
-
'new_item_name' => __( 'New Category Name', '
|
635 |
-
'menu_name' => __( 'Category', '
|
636 |
);
|
637 |
|
638 |
$args = array(
|
@@ -716,12 +716,12 @@ class YIT_CPT_Unlimited {
|
|
716 |
}
|
717 |
|
718 |
$submenu[ $item ][15] = array( ucfirst( $label_plural ), 'edit_posts', 'edit.php?post_type=' . $post_type );
|
719 |
-
$submenu[ $item ][20] = array( sprintf( __('Add %s', '
|
720 |
|
721 |
global $wp_taxonomies;
|
722 |
$taxonomy = get_post_meta( $portfolio->ID, '_taxonomy', true );
|
723 |
if ( isset( $wp_taxonomies[ $taxonomy ] ) ) {
|
724 |
-
$submenu[ $item ][25] = array( __('Categories', '
|
725 |
}
|
726 |
}
|
727 |
|
@@ -1039,54 +1039,54 @@ class YIT_CPT_Unlimited {
|
|
1039 |
$single_layouts = apply_filters( 'yit_cptu_' . $this->_name . '_single_layout_values', array() );
|
1040 |
|
1041 |
$metabox_args = array(
|
1042 |
-
'label' => sprintf( __( '%s Settings', '
|
1043 |
'pages' => $this->_name, //or array( 'post-type1', 'post-type2')
|
1044 |
'context' => 'normal', //('normal', 'advanced', or 'side')
|
1045 |
'priority' => 'default',
|
1046 |
'tabs' => array(
|
1047 |
'settings' => array(
|
1048 |
-
'label' => __( 'Settings', '
|
1049 |
'fields' => apply_filters( 'yit_cptu_fields', array(
|
1050 |
'type' => array(
|
1051 |
-
'label' => __( 'Type', '
|
1052 |
-
'desc' => __( 'Layout for this '.strtolower( $this->_labels['singular'] ) , '
|
1053 |
'type' => 'select',
|
1054 |
'options' => isset( $layouts ) ? $layouts : array(),
|
1055 |
'std' => '' ),
|
1056 |
|
1057 |
'rewrite' => array(
|
1058 |
-
'label' => __( 'Rewrite', '
|
1059 |
-
'desc' => __( 'Univocal identification name in the URL for each product (slug from post if empty)', '
|
1060 |
'type' => 'text',
|
1061 |
'std' => '' ),
|
1062 |
|
1063 |
'label_singular' => array(
|
1064 |
-
'label' => __( 'Label in Singular', '
|
1065 |
-
'desc' => __( 'Set a label in singular (title of portfolio if empty)', '
|
1066 |
'type' => 'text',
|
1067 |
'std' => '' ),
|
1068 |
|
1069 |
'label_plural' => array(
|
1070 |
-
'label' => __( 'Label in Plural', '
|
1071 |
-
'desc' => __( 'Set a label in plural (title of portfolio if empty)', '
|
1072 |
'type' => 'text',
|
1073 |
'std' => '' ),
|
1074 |
|
1075 |
'taxonomy' => array(
|
1076 |
-
'label' => __( 'Taxonomy', '
|
1077 |
-
'desc' => __( 'If you want to use categories in the portfolio, set a name for taxonomy. Name should be a slug (must not contain capital letters nor spaces) and must not be more than 32 characters long (database structure restriction).', '
|
1078 |
'type' => 'text',
|
1079 |
'std' => '' ),
|
1080 |
|
1081 |
'taxonomy_rewrite' => array(
|
1082 |
-
'label' => __( 'Taxonomy Rewrite', '
|
1083 |
-
'desc' => __( 'Set univocal name for each category page URL.', '
|
1084 |
'type' => 'text',
|
1085 |
'std' => '' ),
|
1086 |
|
1087 |
'single_layout' => array(
|
1088 |
-
'label' => __( 'Single layout', '
|
1089 |
-
'desc' => __( 'Layout for single page of this portfolio', '
|
1090 |
'type' => 'select',
|
1091 |
'options' => $single_layouts,
|
1092 |
'std' => '' ),
|
@@ -1127,7 +1127,7 @@ class YIT_CPT_Unlimited {
|
|
1127 |
|
1128 |
// Section title
|
1129 |
$metabox_args['tabs']['settings']['fields'][ $layout . '_title' ] = array(
|
1130 |
-
'desc' => $args['name'] . ' ' . __( 'layout settings', '
|
1131 |
'type' => 'title',
|
1132 |
'deps' => array(
|
1133 |
'ids' => '_type',
|
@@ -1193,13 +1193,13 @@ class YIT_CPT_Unlimited {
|
|
1193 |
}
|
1194 |
|
1195 |
$metabox_args = array(
|
1196 |
-
'label' => __( 'Settings', '
|
1197 |
'pages' => $post_type, //or array( 'post-type1', 'post-type2')
|
1198 |
'context' => 'normal', //('normal', 'advanced', or 'side')
|
1199 |
'priority' => 'default',
|
1200 |
'tabs' => array(
|
1201 |
'settings' => array(
|
1202 |
-
'label' => __( 'Settings', '
|
1203 |
'fields' => $this->layouts[ $layout ]['item_fields']
|
1204 |
)
|
1205 |
)
|
@@ -1219,7 +1219,7 @@ class YIT_CPT_Unlimited {
|
|
1219 |
*/
|
1220 |
public function add_quick_links_metaboxes() {
|
1221 |
// CPTU
|
1222 |
-
add_meta_box( $this->_name . '_quick_links', __( 'Quick links', '
|
1223 |
|
1224 |
// CPTs
|
1225 |
$args = array(
|
@@ -1232,7 +1232,7 @@ class YIT_CPT_Unlimited {
|
|
1232 |
foreach ( $post_types as $post ) {
|
1233 |
$post_type = get_post_meta( $post->ID, '_post_type', true );
|
1234 |
extract( $this->_cpt_args( $post ) );
|
1235 |
-
add_meta_box( $post->post_type . '_quick_links', __( 'Quick links', '
|
1236 |
}
|
1237 |
}
|
1238 |
|
@@ -1248,7 +1248,7 @@ class YIT_CPT_Unlimited {
|
|
1248 |
public function quick_links_cptu_inner( $post ) {
|
1249 |
extract( $this->_cpt_args( $post ) );
|
1250 |
?>
|
1251 |
-
<a href="<?php echo admin_url( 'edit.php?post_type=' . get_post_meta( $post->ID, '_post_type', true ) ) ?>"><?php printf( __( 'View %s', '
|
1252 |
<?php
|
1253 |
}
|
1254 |
|
@@ -1264,7 +1264,7 @@ class YIT_CPT_Unlimited {
|
|
1264 |
public function quick_links_cpt_inner( $post ) {
|
1265 |
$post = get_post( $this->_get_id_by_name( $post->post_type ) );
|
1266 |
?>
|
1267 |
-
<a href="<?php echo admin_url( "post.php?post={$post->ID}&action=edit" ) ?>"><?php printf( __( 'Edit %s', '
|
1268 |
<?php
|
1269 |
}
|
1270 |
|
@@ -1301,8 +1301,8 @@ class YIT_CPT_Unlimited {
|
|
1301 |
|
1302 |
switch ( $column ) {
|
1303 |
case 'actions' :
|
1304 |
-
echo '<a href="' . admin_url( "post.php?post={$post_id}&action=edit" ) . '" class="button-secondary">' . sprintf( __( 'Edit %s', '
|
1305 |
-
echo '<a href="' . admin_url( 'edit.php?post_type=' . get_post_meta( $post_id, '_post_type', true ) ) . '" class="button-secondary">' . sprintf( __( 'View %s', '
|
1306 |
break;
|
1307 |
}
|
1308 |
}
|
@@ -1472,14 +1472,14 @@ class YIT_CPT_Unlimited {
|
|
1472 |
$args = array(
|
1473 |
$this->_args['shortcode_name'] => array(
|
1474 |
'title' => $this->_labels['singular'],
|
1475 |
-
'description' => sprintf( __( 'Show frontend of the %s', '
|
1476 |
'tab' => 'cpt',
|
1477 |
'create' => false,
|
1478 |
'has_content' => false,
|
1479 |
'in_visual_composer' => true,
|
1480 |
'attributes' => array(
|
1481 |
'name' => array(
|
1482 |
-
'title' => __( 'Name', '
|
1483 |
'type' => 'select',
|
1484 |
'options' => $post_types,
|
1485 |
'std' => ''
|
@@ -1628,9 +1628,9 @@ class YIT_CPT_Unlimited {
|
|
1628 |
var button = $('<a />', {
|
1629 |
href: '#',
|
1630 |
class: 'multi-uploader add-new-h2',
|
1631 |
-
'data-uploader_title': '<?php printf( __( 'Add %s from images', '
|
1632 |
-
'data-uploader_button_text': '<?php printf( __( 'Add %s', '
|
1633 |
-
}).text('<?php _e( 'Add with multiupload', '
|
1634 |
|
1635 |
var spinner = $('<span />', {
|
1636 |
class: 'spinner',
|
457 |
$labels = array(
|
458 |
'name' => ucfirst( $this->_labels['main_name'] ),
|
459 |
'singular_name' => ucfirst( $this->_labels['singular'] ),
|
460 |
+
'add_new' => sprintf( __( 'Add %s', 'yith-plugin-fw' ), ucfirst( $this->_labels['singular'] ) ),
|
461 |
+
'add_new_item' => sprintf( __( 'Add New %s', 'yith-plugin-fw' ), ucfirst( $this->_labels['singular'] ) ),
|
462 |
+
'edit_item' => sprintf( __( 'Edit %s', 'yith-plugin-fw' ), ucfirst( $this->_labels['singular'] ) ),
|
463 |
+
'new_item' => sprintf( __( 'New %s', 'yith-plugin-fw' ), ucfirst( $this->_labels['singular'] ) ),
|
464 |
+
'all_items' => sprintf( __( 'All %s', 'yith-plugin-fw' ), ucfirst( $this->_labels['plural'] ) ),
|
465 |
+
'view_item' => sprintf( __( 'View %s', 'yith-plugin-fw' ), ucfirst( $this->_labels['singular'] ) ),
|
466 |
+
'search_items' => sprintf( __( 'Search %s', 'yith-plugin-fw' ), ucfirst( $this->_labels['plural'] ) ),
|
467 |
+
'not_found' => sprintf( __( 'No %s found', 'yith-plugin-fw' ), ucfirst( $this->_labels['plural'] ) ),
|
468 |
+
'not_found_in_trash' => sprintf( __( 'No %s found in Trash', 'yith-plugin-fw' ), ucfirst( $this->_labels['plural'] ) ),
|
469 |
'parent_item_colon' => '',
|
470 |
'menu_name' => ucfirst( $this->_labels['menu'] )
|
471 |
);
|
571 |
$labels = array(
|
572 |
'name' => $title,
|
573 |
'singular_name' => $label_singular,
|
574 |
+
'add_new' => sprintf( __( 'Add %s', 'yith-plugin-fw' ), $label_singular ),
|
575 |
+
'add_new_item' => sprintf( __( 'Add New %s', 'yith-plugin-fw' ), $label_singular ),
|
576 |
+
'edit_item' => sprintf( __( 'Edit %s', 'yith-plugin-fw' ), $label_singular ),
|
577 |
+
'new_item' => sprintf( __( 'New %s', 'yith-plugin-fw' ), $label_singular ),
|
578 |
+
'all_items' => sprintf( __( 'All %s', 'yith-plugin-fw' ), $label_plural ),
|
579 |
+
'view_item' => sprintf( __( 'View %s', 'yith-plugin-fw' ), $label_singular ),
|
580 |
+
'search_items' => sprintf( __( 'Search %s', 'yith-plugin-fw' ), $label_plural ),
|
581 |
+
'not_found' => sprintf( __( 'No %s found', 'yith-plugin-fw' ), $label_plural ),
|
582 |
+
'not_found_in_trash' => sprintf( __( 'No %s found in Trash', 'yith-plugin-fw' ), $label_plural ),
|
583 |
'parent_item_colon' => '',
|
584 |
'menu_name' => $title
|
585 |
);
|
622 |
if ( $this->_args['has_taxonomy'] && ! empty( $taxonomy ) ) {
|
623 |
|
624 |
$labels = array(
|
625 |
+
'name' => sprintf( _x( '%s Categories', 'taxonomy general name', 'yith-plugin-fw' ), $label_singular ),
|
626 |
+
'singular_name' => _x( 'Category', 'taxonomy singular name', 'yith-plugin-fw' ),
|
627 |
+
'search_items' => __( 'Search Categories', 'yith-plugin-fw' ),
|
628 |
+
'all_items' => __( 'All Categories', 'yith-plugin-fw' ),
|
629 |
+
'parent_item' => __( 'Parent Category', 'yith-plugin-fw' ),
|
630 |
+
'parent_item_colon' => __( 'Parent Category:', 'yith-plugin-fw' ),
|
631 |
+
'edit_item' => __( 'Edit Category', 'yith-plugin-fw' ),
|
632 |
+
'update_item' => __( 'Update Category', 'yith-plugin-fw' ),
|
633 |
+
'add_new_item' => __( 'Add New Category', 'yith-plugin-fw' ),
|
634 |
+
'new_item_name' => __( 'New Category Name', 'yith-plugin-fw' ),
|
635 |
+
'menu_name' => __( 'Category', 'yith-plugin-fw' ),
|
636 |
);
|
637 |
|
638 |
$args = array(
|
716 |
}
|
717 |
|
718 |
$submenu[ $item ][15] = array( ucfirst( $label_plural ), 'edit_posts', 'edit.php?post_type=' . $post_type );
|
719 |
+
$submenu[ $item ][20] = array( sprintf( __('Add %s', 'yith-plugin-fw'), ucfirst( $label_singular ) ), 'edit_posts', 'post-new.php?post_type=' . $post_type );
|
720 |
|
721 |
global $wp_taxonomies;
|
722 |
$taxonomy = get_post_meta( $portfolio->ID, '_taxonomy', true );
|
723 |
if ( isset( $wp_taxonomies[ $taxonomy ] ) ) {
|
724 |
+
$submenu[ $item ][25] = array( __('Categories', 'yith-plugin-fw'), 'edit_posts', 'edit-tags.php?taxonomy=' . $taxonomy . '&post_type=' . $post_type );
|
725 |
}
|
726 |
}
|
727 |
|
1039 |
$single_layouts = apply_filters( 'yit_cptu_' . $this->_name . '_single_layout_values', array() );
|
1040 |
|
1041 |
$metabox_args = array(
|
1042 |
+
'label' => sprintf( __( '%s Settings', 'yith-plugin-fw' ), $this->_labels['singular'] ),
|
1043 |
'pages' => $this->_name, //or array( 'post-type1', 'post-type2')
|
1044 |
'context' => 'normal', //('normal', 'advanced', or 'side')
|
1045 |
'priority' => 'default',
|
1046 |
'tabs' => array(
|
1047 |
'settings' => array(
|
1048 |
+
'label' => __( 'Settings', 'yith-plugin-fw' ),
|
1049 |
'fields' => apply_filters( 'yit_cptu_fields', array(
|
1050 |
'type' => array(
|
1051 |
+
'label' => __( 'Type', 'yith-plugin-fw' ),
|
1052 |
+
'desc' => __( 'Layout for this '.strtolower( $this->_labels['singular'] ) , 'yith-plugin-fw' ),
|
1053 |
'type' => 'select',
|
1054 |
'options' => isset( $layouts ) ? $layouts : array(),
|
1055 |
'std' => '' ),
|
1056 |
|
1057 |
'rewrite' => array(
|
1058 |
+
'label' => __( 'Rewrite', 'yith-plugin-fw' ),
|
1059 |
+
'desc' => __( 'Univocal identification name in the URL for each product (slug from post if empty)', 'yith-plugin-fw' ),
|
1060 |
'type' => 'text',
|
1061 |
'std' => '' ),
|
1062 |
|
1063 |
'label_singular' => array(
|
1064 |
+
'label' => __( 'Label in Singular', 'yith-plugin-fw' ),
|
1065 |
+
'desc' => __( 'Set a label in singular (title of portfolio if empty)', 'yith-plugin-fw' ),
|
1066 |
'type' => 'text',
|
1067 |
'std' => '' ),
|
1068 |
|
1069 |
'label_plural' => array(
|
1070 |
+
'label' => __( 'Label in Plural', 'yith-plugin-fw' ),
|
1071 |
+
'desc' => __( 'Set a label in plural (title of portfolio if empty)', 'yith-plugin-fw' ),
|
1072 |
'type' => 'text',
|
1073 |
'std' => '' ),
|
1074 |
|
1075 |
'taxonomy' => array(
|
1076 |
+
'label' => __( 'Taxonomy', 'yith-plugin-fw' ),
|
1077 |
+
'desc' => __( 'If you want to use categories in the portfolio, set a name for taxonomy. Name should be a slug (must not contain capital letters nor spaces) and must not be more than 32 characters long (database structure restriction).', 'yith-plugin-fw' ),
|
1078 |
'type' => 'text',
|
1079 |
'std' => '' ),
|
1080 |
|
1081 |
'taxonomy_rewrite' => array(
|
1082 |
+
'label' => __( 'Taxonomy Rewrite', 'yith-plugin-fw' ),
|
1083 |
+
'desc' => __( 'Set univocal name for each category page URL.', 'yith-plugin-fw' ),
|
1084 |
'type' => 'text',
|
1085 |
'std' => '' ),
|
1086 |
|
1087 |
'single_layout' => array(
|
1088 |
+
'label' => __( 'Single layout', 'yith-plugin-fw' ),
|
1089 |
+
'desc' => __( 'Layout for single page of this portfolio', 'yith-plugin-fw' ),
|
1090 |
'type' => 'select',
|
1091 |
'options' => $single_layouts,
|
1092 |
'std' => '' ),
|
1127 |
|
1128 |
// Section title
|
1129 |
$metabox_args['tabs']['settings']['fields'][ $layout . '_title' ] = array(
|
1130 |
+
'desc' => $args['name'] . ' ' . __( 'layout settings', 'yith-plugin-fw' ),
|
1131 |
'type' => 'title',
|
1132 |
'deps' => array(
|
1133 |
'ids' => '_type',
|
1193 |
}
|
1194 |
|
1195 |
$metabox_args = array(
|
1196 |
+
'label' => __( 'Settings', 'yith-plugin-fw' ),
|
1197 |
'pages' => $post_type, //or array( 'post-type1', 'post-type2')
|
1198 |
'context' => 'normal', //('normal', 'advanced', or 'side')
|
1199 |
'priority' => 'default',
|
1200 |
'tabs' => array(
|
1201 |
'settings' => array(
|
1202 |
+
'label' => __( 'Settings', 'yith-plugin-fw' ),
|
1203 |
'fields' => $this->layouts[ $layout ]['item_fields']
|
1204 |
)
|
1205 |
)
|
1219 |
*/
|
1220 |
public function add_quick_links_metaboxes() {
|
1221 |
// CPTU
|
1222 |
+
add_meta_box( $this->_name . '_quick_links', __( 'Quick links', 'yith-plugin-fw' ), array( $this, 'quick_links_cptu_inner' ), $this->_name, 'side', 'high' );
|
1223 |
|
1224 |
// CPTs
|
1225 |
$args = array(
|
1232 |
foreach ( $post_types as $post ) {
|
1233 |
$post_type = get_post_meta( $post->ID, '_post_type', true );
|
1234 |
extract( $this->_cpt_args( $post ) );
|
1235 |
+
add_meta_box( $post->post_type . '_quick_links', __( 'Quick links', 'yith-plugin-fw' ), array( $this, 'quick_links_cpt_inner' ), $post_type, 'side', 'high' );
|
1236 |
}
|
1237 |
}
|
1238 |
|
1248 |
public function quick_links_cptu_inner( $post ) {
|
1249 |
extract( $this->_cpt_args( $post ) );
|
1250 |
?>
|
1251 |
+
<a href="<?php echo admin_url( 'edit.php?post_type=' . get_post_meta( $post->ID, '_post_type', true ) ) ?>"><?php printf( __( 'View %s', 'yith-plugin-fw' ), $label_plural ) ?></a>
|
1252 |
<?php
|
1253 |
}
|
1254 |
|
1264 |
public function quick_links_cpt_inner( $post ) {
|
1265 |
$post = get_post( $this->_get_id_by_name( $post->post_type ) );
|
1266 |
?>
|
1267 |
+
<a href="<?php echo admin_url( "post.php?post={$post->ID}&action=edit" ) ?>"><?php printf( __( 'Edit %s', 'yith-plugin-fw' ), $post->post_title ) ?></a>
|
1268 |
<?php
|
1269 |
}
|
1270 |
|
1301 |
|
1302 |
switch ( $column ) {
|
1303 |
case 'actions' :
|
1304 |
+
echo '<a href="' . admin_url( "post.php?post={$post_id}&action=edit" ) . '" class="button-secondary">' . sprintf( __( 'Edit %s', 'yith-plugin-fw' ), ucfirst( $this->_labels['singular'] ) ) . '</a> ';
|
1305 |
+
echo '<a href="' . admin_url( 'edit.php?post_type=' . get_post_meta( $post_id, '_post_type', true ) ) . '" class="button-secondary">' . sprintf( __( 'View %s', 'yith-plugin-fw' ), $label_plural ) . '</a> ';
|
1306 |
break;
|
1307 |
}
|
1308 |
}
|
1472 |
$args = array(
|
1473 |
$this->_args['shortcode_name'] => array(
|
1474 |
'title' => $this->_labels['singular'],
|
1475 |
+
'description' => sprintf( __( 'Show frontend of the %s', 'yith-plugin-fw' ), $this->_labels['main_name'] ),
|
1476 |
'tab' => 'cpt',
|
1477 |
'create' => false,
|
1478 |
'has_content' => false,
|
1479 |
'in_visual_composer' => true,
|
1480 |
'attributes' => array(
|
1481 |
'name' => array(
|
1482 |
+
'title' => __( 'Name', 'yith-plugin-fw' ),
|
1483 |
'type' => 'select',
|
1484 |
'options' => $post_types,
|
1485 |
'std' => ''
|
1628 |
var button = $('<a />', {
|
1629 |
href: '#',
|
1630 |
class: 'multi-uploader add-new-h2',
|
1631 |
+
'data-uploader_title': '<?php printf( __( 'Add %s from images', 'yith-plugin-fw' ), $label_plural ) ?>',
|
1632 |
+
'data-uploader_button_text': '<?php printf( __( 'Add %s', 'yith-plugin-fw' ), $label_plural ) ?>'
|
1633 |
+
}).text('<?php _e( 'Add with multiupload', 'yith-plugin-fw' ) ?>');
|
1634 |
|
1635 |
var spinner = $('<span />', {
|
1636 |
class: 'spinner',
|
plugin-fw/lib/yit-metabox.php
CHANGED
@@ -20,17 +20,17 @@ if ( ! class_exists( 'YIT_Metabox' ) ) {
|
|
20 |
* the metabox can be created using this code
|
21 |
* <code>
|
22 |
* $args1 = array(
|
23 |
-
* 'label' => __( 'Metabox Label', '
|
24 |
* 'pages' => 'page', //or array( 'post-type1', 'post-type2')
|
25 |
* 'context' => 'normal', //('normal', 'advanced', or 'side')
|
26 |
* 'priority' => 'default',
|
27 |
* 'tabs' => array(
|
28 |
* 'settings' => array( //tab
|
29 |
-
* 'label' => __( 'Settings', '
|
30 |
* 'fields' => array(
|
31 |
* 'meta_checkbox' => array(
|
32 |
-
* 'label' => __( 'Show title', '
|
33 |
-
* 'desc' => __( 'Choose whether to show title of the page or not.', '
|
34 |
* 'type' => 'checkbox',
|
35 |
* 'private' => false,
|
36 |
* 'std' => '1'),
|
@@ -405,8 +405,10 @@ if ( ! class_exists( 'YIT_Metabox' ) ) {
|
|
405 |
* @since 1.0
|
406 |
* @author Emanuela Castorina <emanuela.castorina@yithemes.it>
|
407 |
*/
|
408 |
-
public function register_metabox() {
|
409 |
-
|
|
|
|
|
410 |
}
|
411 |
|
412 |
/**
|
20 |
* the metabox can be created using this code
|
21 |
* <code>
|
22 |
* $args1 = array(
|
23 |
+
* 'label' => __( 'Metabox Label', 'yith-plugin-fw' ),
|
24 |
* 'pages' => 'page', //or array( 'post-type1', 'post-type2')
|
25 |
* 'context' => 'normal', //('normal', 'advanced', or 'side')
|
26 |
* 'priority' => 'default',
|
27 |
* 'tabs' => array(
|
28 |
* 'settings' => array( //tab
|
29 |
+
* 'label' => __( 'Settings', 'yith-plugin-fw' ),
|
30 |
* 'fields' => array(
|
31 |
* 'meta_checkbox' => array(
|
32 |
+
* 'label' => __( 'Show title', 'yith-plugin-fw' ),
|
33 |
+
* 'desc' => __( 'Choose whether to show title of the page or not.', 'yith-plugin-fw' ),
|
34 |
* 'type' => 'checkbox',
|
35 |
* 'private' => false,
|
36 |
* 'std' => '1'),
|
405 |
* @since 1.0
|
406 |
* @author Emanuela Castorina <emanuela.castorina@yithemes.it>
|
407 |
*/
|
408 |
+
public function register_metabox( $post_type ) {
|
409 |
+
if( in_array( $post_type, (array) $this->options['pages'] ) ){
|
410 |
+
add_meta_box( $this->id, $this->options['label'], array( $this, 'show' ), $post_type, $this->options['context'], $this->options['priority'] );
|
411 |
+
}
|
412 |
}
|
413 |
|
414 |
/**
|
plugin-fw/lib/yit-plugin-panel-wc.php
CHANGED
@@ -292,7 +292,7 @@ if ( ! class_exists( 'YIT_Plugin_Panel_WooCommerce' ) ) {
|
|
292 |
wp_enqueue_script( 'woocommerce_settings', $woocommerce->plugin_url() . '/assets/js/admin/settings.min.js', array( 'jquery', 'jquery-ui-datepicker','jquery-ui-dialog', 'jquery-ui-sortable', 'iris', 'chosen' ), $woocommerce->version, true );
|
293 |
wp_enqueue_script( 'yit-plugin-panel', YIT_CORE_PLUGIN_URL . '/assets/js/yit-plugin-panel.min.js', array( 'jquery', 'jquery-chosen' ), $this->version, true );
|
294 |
wp_localize_script( 'woocommerce_settings', 'woocommerce_settings_params', array(
|
295 |
-
'i18n_nav_warning' => __( 'The changes you have made will be lost if you leave this page.', '
|
296 |
) );
|
297 |
}
|
298 |
|
292 |
wp_enqueue_script( 'woocommerce_settings', $woocommerce->plugin_url() . '/assets/js/admin/settings.min.js', array( 'jquery', 'jquery-ui-datepicker','jquery-ui-dialog', 'jquery-ui-sortable', 'iris', 'chosen' ), $woocommerce->version, true );
|
293 |
wp_enqueue_script( 'yit-plugin-panel', YIT_CORE_PLUGIN_URL . '/assets/js/yit-plugin-panel.min.js', array( 'jquery', 'jquery-chosen' ), $this->version, true );
|
294 |
wp_localize_script( 'woocommerce_settings', 'woocommerce_settings_params', array(
|
295 |
+
'i18n_nav_warning' => __( 'The changes you have made will be lost if you leave this page.', 'yith-plugin-fw' )
|
296 |
) );
|
297 |
}
|
298 |
|
plugin-fw/lib/yit-plugin-panel.php
CHANGED
@@ -60,8 +60,8 @@ if ( ! class_exists( 'YIT_Plugin_Panel' ) ) {
|
|
60 |
|
61 |
$default_args = array(
|
62 |
'parent_slug' => 'edit.php?',
|
63 |
-
'page_title' => __( 'Plugin Settings', '
|
64 |
-
'menu_title' => __( 'Settings', '
|
65 |
'capability' => 'manage_options',
|
66 |
'icon_url' => '',
|
67 |
'position' => null
|
@@ -92,7 +92,7 @@ if ( ! class_exists( 'YIT_Plugin_Panel' ) ) {
|
|
92 |
* @author Andrea Grillo <andrea.grillo@yithemes.com>
|
93 |
*/
|
94 |
public function add_menu_page() {
|
95 |
-
add_menu_page( 'yit_plugin_panel', __( 'YIT Plugins', '
|
96 |
}
|
97 |
|
98 |
/**
|
@@ -289,12 +289,12 @@ if ( ! class_exists( 'YIT_Plugin_Panel' ) ) {
|
|
289 |
<p> </p>
|
290 |
<?php settings_fields( 'yit_' . $this->settings['parent'] . '_options' ); ?>
|
291 |
<input type="hidden" name="<?php echo $this->get_name_field( 'current_tab' ) ?>" value="<?php echo esc_attr( $current_tab ) ?>" />
|
292 |
-
<input type="submit" class="button-primary" value="<?php _e( 'Save Changes', '
|
293 |
</form>
|
294 |
<form method="post">
|
295 |
-
<?php $warning = __( 'If you continue with this action, you will reset all options in this page.', '
|
296 |
<input type="hidden" name="yit-action" value="reset" />
|
297 |
-
<input type="submit" name="yit-reset" class="button-secondary" value="<?php _e( 'Reset to Default', '
|
298 |
</form>
|
299 |
<p> </p>
|
300 |
<?php endif ?>
|
@@ -428,17 +428,17 @@ if ( ! class_exists( 'YIT_Plugin_Panel' ) ) {
|
|
428 |
public function message() {
|
429 |
|
430 |
$message = array(
|
431 |
-
'element_exists' => $this->get_message( '<strong>' . __( 'The element you have entered already exists. Please, enter another name.', '
|
432 |
-
'saved' => $this->get_message( '<strong>' . __( 'Settings saved', '
|
433 |
-
'reset' => $this->get_message( '<strong>' . __( 'Settings reset', '
|
434 |
-
'delete' => $this->get_message( '<strong>' . __( 'Element deleted correctly.', '
|
435 |
-
'updated' => $this->get_message( '<strong>' . __( 'Element updated correctly.', '
|
436 |
-
'settings-updated' => $this->get_message( '<strong>' . __( 'Element updated correctly.', '
|
437 |
-
'imported' => $this->get_message( '<strong>' . __( 'Database imported correctly.', '
|
438 |
-
'no-imported' => $this->get_message( '<strong>' . __( 'An error has occurred during import. Please try again.', '
|
439 |
-
'file-not-valid' => $this->get_message( '<strong>' . __( 'The added file is not valid.', '
|
440 |
-
'cant-import' => $this->get_message( '<strong>' . __( 'Sorry, import is disabled.', '
|
441 |
-
'ord' => $this->get_message( '<strong>' . __( 'Sorting successful.', '
|
442 |
);
|
443 |
|
444 |
foreach ( $message as $key => $value ) {
|
60 |
|
61 |
$default_args = array(
|
62 |
'parent_slug' => 'edit.php?',
|
63 |
+
'page_title' => __( 'Plugin Settings', 'yith-plugin-fw' ),
|
64 |
+
'menu_title' => __( 'Settings', 'yith-plugin-fw' ),
|
65 |
'capability' => 'manage_options',
|
66 |
'icon_url' => '',
|
67 |
'position' => null
|
92 |
* @author Andrea Grillo <andrea.grillo@yithemes.com>
|
93 |
*/
|
94 |
public function add_menu_page() {
|
95 |
+
add_menu_page( 'yit_plugin_panel', __( 'YIT Plugins', 'yith-plugin-fw' ), 'manage_options', 'yit_plugin_panel', NULL, YIT_CORE_PLUGIN_URL . '/assets/images/yithemes-icon.png', 62 );
|
96 |
}
|
97 |
|
98 |
/**
|
289 |
<p> </p>
|
290 |
<?php settings_fields( 'yit_' . $this->settings['parent'] . '_options' ); ?>
|
291 |
<input type="hidden" name="<?php echo $this->get_name_field( 'current_tab' ) ?>" value="<?php echo esc_attr( $current_tab ) ?>" />
|
292 |
+
<input type="submit" class="button-primary" value="<?php _e( 'Save Changes', 'yith-plugin-fw' ) ?>" style="float:left;margin-right:10px;" />
|
293 |
</form>
|
294 |
<form method="post">
|
295 |
+
<?php $warning = __( 'If you continue with this action, you will reset all options in this page.', 'yith-plugin-fw' ) ?>
|
296 |
<input type="hidden" name="yit-action" value="reset" />
|
297 |
+
<input type="submit" name="yit-reset" class="button-secondary" value="<?php _e( 'Reset to Default', 'yith-plugin-fw' ) ?>" onclick="return confirm('<?php echo $warning . '\n' . __( 'Are you sure?', 'yith-plugin-fw' ) ?>');" />
|
298 |
</form>
|
299 |
<p> </p>
|
300 |
<?php endif ?>
|
428 |
public function message() {
|
429 |
|
430 |
$message = array(
|
431 |
+
'element_exists' => $this->get_message( '<strong>' . __( 'The element you have entered already exists. Please, enter another name.', 'yith-plugin-fw' ) . '</strong>', 'error', false ),
|
432 |
+
'saved' => $this->get_message( '<strong>' . __( 'Settings saved', 'yith-plugin-fw' ) . '.</strong>', 'updated', false ),
|
433 |
+
'reset' => $this->get_message( '<strong>' . __( 'Settings reset', 'yith-plugin-fw' ) . '.</strong>', 'updated', false ),
|
434 |
+
'delete' => $this->get_message( '<strong>' . __( 'Element deleted correctly.', 'yith-plugin-fw' ) . '</strong>', 'updated', false ),
|
435 |
+
'updated' => $this->get_message( '<strong>' . __( 'Element updated correctly.', 'yith-plugin-fw' ) . '</strong>', 'updated', false ),
|
436 |
+
'settings-updated' => $this->get_message( '<strong>' . __( 'Element updated correctly.', 'yith-plugin-fw' ) . '</strong>', 'updated', false ),
|
437 |
+
'imported' => $this->get_message( '<strong>' . __( 'Database imported correctly.', 'yith-plugin-fw' ) . '</strong>', 'updated', false ),
|
438 |
+
'no-imported' => $this->get_message( '<strong>' . __( 'An error has occurred during import. Please try again.', 'yith-plugin-fw' ) . '</strong>', 'error', false ),
|
439 |
+
'file-not-valid' => $this->get_message( '<strong>' . __( 'The added file is not valid.', 'yith-plugin-fw' ) . '</strong>', 'error', false ),
|
440 |
+
'cant-import' => $this->get_message( '<strong>' . __( 'Sorry, import is disabled.', 'yith-plugin-fw' ) . '</strong>', 'error', false ),
|
441 |
+
'ord' => $this->get_message( '<strong>' . __( 'Sorting successful.', 'yith-plugin-fw' ) . '</strong>', 'updated', false )
|
442 |
);
|
443 |
|
444 |
foreach ( $message as $key => $value ) {
|
plugin-fw/lib/yit-plugin-subpanel.php
CHANGED
@@ -98,7 +98,7 @@ if ( ! class_exists( 'YIT_Plugin_SubPanel' ) ) {
|
|
98 |
$logo = $admin_logo;
|
99 |
}
|
100 |
|
101 |
-
add_menu_page( 'yit_plugin_panel', __( 'YIT Plugins', '
|
102 |
add_submenu_page( 'yit_plugin_panel', $this->settings['label'], $this->settings['label'], 'manage_options', $this->settings['page'], array( $this, 'yit_panel' ) );
|
103 |
remove_submenu_page( 'yit_plugin_panel', 'yit_plugin_panel' );
|
104 |
|
@@ -139,12 +139,12 @@ if ( ! class_exists( 'YIT_Plugin_SubPanel' ) ) {
|
|
139 |
<p> </p>
|
140 |
<?php settings_fields( 'yit_' . $this->settings['page'] . '_options' ); ?>
|
141 |
<input type="hidden" name="<?php echo $this->get_name_field( 'current_tab' ) ?>" value="<?php echo esc_attr( $current_tab ) ?>" />
|
142 |
-
<input type="submit" class="button-primary" value="<?php _e( 'Save Changes', '
|
143 |
</form>
|
144 |
<form method="post">
|
145 |
-
<?php $warning = __( 'If you continue with this action, you will reset all the options in this page.', '
|
146 |
<input type="hidden" name="yit-action" value="reset" />
|
147 |
-
<input type="submit" name="yit-reset" class="button-secondary" value="<?php _e( 'Reset to Default', '
|
148 |
</form>
|
149 |
<p> </p>
|
150 |
<?php endif ?>
|
98 |
$logo = $admin_logo;
|
99 |
}
|
100 |
|
101 |
+
add_menu_page( 'yit_plugin_panel', __( 'YIT Plugins', 'yith-plugin-fw' ), 'nosuchcapability', 'yit_plugin_panel', NULL, $logo, 62 );
|
102 |
add_submenu_page( 'yit_plugin_panel', $this->settings['label'], $this->settings['label'], 'manage_options', $this->settings['page'], array( $this, 'yit_panel' ) );
|
103 |
remove_submenu_page( 'yit_plugin_panel', 'yit_plugin_panel' );
|
104 |
|
139 |
<p> </p>
|
140 |
<?php settings_fields( 'yit_' . $this->settings['page'] . '_options' ); ?>
|
141 |
<input type="hidden" name="<?php echo $this->get_name_field( 'current_tab' ) ?>" value="<?php echo esc_attr( $current_tab ) ?>" />
|
142 |
+
<input type="submit" class="button-primary" value="<?php _e( 'Save Changes', 'yith-plugin-fw' ) ?>" style="float:left;margin-right:10px;" />
|
143 |
</form>
|
144 |
<form method="post">
|
145 |
+
<?php $warning = __( 'If you continue with this action, you will reset all the options in this page.', 'yith-plugin-fw' ) ?>
|
146 |
<input type="hidden" name="yit-action" value="reset" />
|
147 |
+
<input type="submit" name="yit-reset" class="button-secondary" value="<?php _e( 'Reset to Default', 'yith-plugin-fw' ) ?>" onclick="return confirm('<?php echo $warning . '\n' . __( 'Are you sure?', 'yith-plugin-fw' ) ?>');" />
|
148 |
</form>
|
149 |
<p> </p>
|
150 |
<?php endif ?>
|
plugin-fw/lib/yit-pointers.php
CHANGED
@@ -67,11 +67,11 @@ if ( ! class_exists( 'YIT_Pointers' ) ) {
|
|
67 |
'options' => array(
|
68 |
'content' => sprintf( '<h3> %s </h3> <p> %s </p> <p> %s <a href="http://yithemes.com/product-category/plugins/" target="_blank">Yithemes.com</a> %s
|
69 |
<a href="https://profiles.wordpress.org/yithemes/" target="_blank">Wordpress.org</a></p>',
|
70 |
-
__( 'Plugins Activated', '
|
71 |
__( 'From now on, you can find all plugin options in YIT Plugin menu.
|
72 |
-
For each plugin installed, customization settings will be available as a new entry in YIT Plugin menu.', '
|
73 |
-
__( 'Discover all our plugins available on:', '
|
74 |
-
__( 'and', '
|
75 |
),
|
76 |
),
|
77 |
);
|
@@ -81,13 +81,13 @@ if ( ! class_exists( 'YIT_Pointers' ) ) {
|
|
81 |
'options' => array(
|
82 |
'content' => sprintf( '<h3> %s </h3> <p> %s </p> <p> %s <a href="http://yithemes.com/product-category/plugins/" target="_blank">Yithemes.com</a> %s
|
83 |
<a href="https://profiles.wordpress.org/yithemes/" target="_blank">Wordpress.org</a></p>',
|
84 |
-
__( 'Plugins Upgraded', '
|
85 |
__( 'From now on, you can find all options of your plugins in YIT Plugin menu.
|
86 |
Any time one of our plugins is updated, a new entry will be added to this menu.
|
87 |
For example, after the update, plugin options (such as for YITH WooCommerce Wishlist, YITH WooCommerce Ajax Search, etc.)
|
88 |
-
will be moved from previous location to YIT Plugin tab.', '
|
89 |
-
__( 'Discover all our plugins available on:', '
|
90 |
-
__( 'and', '
|
91 |
),
|
92 |
),
|
93 |
);
|
67 |
'options' => array(
|
68 |
'content' => sprintf( '<h3> %s </h3> <p> %s </p> <p> %s <a href="http://yithemes.com/product-category/plugins/" target="_blank">Yithemes.com</a> %s
|
69 |
<a href="https://profiles.wordpress.org/yithemes/" target="_blank">Wordpress.org</a></p>',
|
70 |
+
__( 'Plugins Activated', 'yith-plugin-fw' ),
|
71 |
__( 'From now on, you can find all plugin options in YIT Plugin menu.
|
72 |
+
For each plugin installed, customization settings will be available as a new entry in YIT Plugin menu.', 'yith-plugin-fw' ),
|
73 |
+
__( 'Discover all our plugins available on:', 'yith-plugin-fw' ),
|
74 |
+
__( 'and', 'yith-plugin-fw' )
|
75 |
),
|
76 |
),
|
77 |
);
|
81 |
'options' => array(
|
82 |
'content' => sprintf( '<h3> %s </h3> <p> %s </p> <p> %s <a href="http://yithemes.com/product-category/plugins/" target="_blank">Yithemes.com</a> %s
|
83 |
<a href="https://profiles.wordpress.org/yithemes/" target="_blank">Wordpress.org</a></p>',
|
84 |
+
__( 'Plugins Upgraded', 'yith-plugin-fw' ),
|
85 |
__( 'From now on, you can find all options of your plugins in YIT Plugin menu.
|
86 |
Any time one of our plugins is updated, a new entry will be added to this menu.
|
87 |
For example, after the update, plugin options (such as for YITH WooCommerce Wishlist, YITH WooCommerce Ajax Search, etc.)
|
88 |
+
will be moved from previous location to YIT Plugin tab.', 'yith-plugin-fw' ),
|
89 |
+
__( 'Discover all our plugins available on:', 'yith-plugin-fw' ),
|
90 |
+
__( 'and', 'yith-plugin-fw' )
|
91 |
),
|
92 |
),
|
93 |
);
|
plugin-fw/lib/yit-upgrade.php
CHANGED
@@ -120,11 +120,11 @@ if ( ! class_exists( 'YIT_Upgrade' ) ) {
|
|
120 |
$update_url = array();
|
121 |
$changelogs = array();
|
122 |
$strings = array(
|
123 |
-
'new_version' => __( 'There is a new version of %plugin_name% available.', '
|
124 |
-
'latest' => __( 'View version %latest% details.', '
|
125 |
-
'unavailable' => __( 'Automatic update is unavailable for this plugin,', '
|
126 |
-
'activate' => __( 'please <a href="%activate_link%">activate</a> your copy of %plugin_name%.', '
|
127 |
-
'update_now' => __( 'Update now.', '
|
128 |
|
129 |
);
|
130 |
|
@@ -227,7 +227,7 @@ if ( ! class_exists( 'YIT_Upgrade' ) ) {
|
|
227 |
return new WP_Error( 'no_package', $upgrader->strings['no_package'] );
|
228 |
}
|
229 |
|
230 |
-
$upgrader->skin->feedback( 'downloading_package', __( 'Yithemes Repository', '
|
231 |
|
232 |
$download_file = $this->_download_url( $package, $args );
|
233 |
|
@@ -416,13 +416,13 @@ if ( ! class_exists( 'YIT_Upgrade' ) ) {
|
|
416 |
echo '<tr class="plugin-update-tr"><td colspan="' . $wp_list_table->get_column_count() . '" class="plugin-update colspanchange"><div class="update-message">';
|
417 |
|
418 |
if( ! current_user_can( 'update_plugins' ) ){
|
419 |
-
printf( __('There is a new version of %1$s available. <a href="%2$s" class="thickbox yit-changelog-button" title="%3$s">View version %4$s details</a>.', '
|
420 |
}elseif( is_plugin_active_for_network( $init ) ){
|
421 |
-
printf( __( 'There is a new version of %1$s available. <a href="%2$s" class="thickbox yit-changelog-button" title="%3$s">View version %4$s details</a>. <em>You have to activate the plugin on a single site of the network to benefit from automatic updates.</em>', '
|
422 |
}elseif ( empty( $r->package ) ) {
|
423 |
-
printf( __( 'There is a new version of %1$s available. <a href="%2$s" class="thickbox yit-changelog-button" title="%3$s">View version %4$s details</a>. <em>Automatic update is unavailable for this plugin, please <a href="%5$s" title="Licence activation">activate</a> your copy of %6s.</em>', '
|
424 |
} else {
|
425 |
-
printf( __('There is a new version of %1$s available. <a href="%2$s" class="thickbox yit-changelog-button" title="%3$s">View version %4$s details</a> or <a href="%5$s">update now</a>.', '
|
426 |
}
|
427 |
|
428 |
/**
|
@@ -495,11 +495,11 @@ if ( ! class_exists( 'YIT_Upgrade' ) ) {
|
|
495 |
$action = isset($_REQUEST['action']) ? $_REQUEST['action'] : '';
|
496 |
|
497 |
if( 'upgrade-plugin-multisite' != $action ){
|
498 |
-
wp_die( __( 'You can\'t update the plugins for this site.', '
|
499 |
}
|
500 |
|
501 |
if ( ! current_user_can( 'update_plugins' ) ) {
|
502 |
-
wp_die( __( 'You do not have sufficient permissions to update the plugins for this site.', '
|
503 |
}
|
504 |
|
505 |
$this->check_update( get_site_transient( 'update_plugins') , true );
|
120 |
$update_url = array();
|
121 |
$changelogs = array();
|
122 |
$strings = array(
|
123 |
+
'new_version' => __( 'There is a new version of %plugin_name% available.', 'yith-plugin-fw' ),
|
124 |
+
'latest' => __( 'View version %latest% details.', 'yith-plugin-fw' ),
|
125 |
+
'unavailable' => __( 'Automatic update is unavailable for this plugin,', 'yith-plugin-fw' ),
|
126 |
+
'activate' => __( 'please <a href="%activate_link%">activate</a> your copy of %plugin_name%.', 'yith-plugin-fw' ),
|
127 |
+
'update_now' => __( 'Update now.', 'yith-plugin-fw' )
|
128 |
|
129 |
);
|
130 |
|
227 |
return new WP_Error( 'no_package', $upgrader->strings['no_package'] );
|
228 |
}
|
229 |
|
230 |
+
$upgrader->skin->feedback( 'downloading_package', __( 'Yithemes Repository', 'yith-plugin-fw' ) );
|
231 |
|
232 |
$download_file = $this->_download_url( $package, $args );
|
233 |
|
416 |
echo '<tr class="plugin-update-tr"><td colspan="' . $wp_list_table->get_column_count() . '" class="plugin-update colspanchange"><div class="update-message">';
|
417 |
|
418 |
if( ! current_user_can( 'update_plugins' ) ){
|
419 |
+
printf( __('There is a new version of %1$s available. <a href="%2$s" class="thickbox yit-changelog-button" title="%3$s">View version %4$s details</a>.', 'yith-plugin-fw'), $this->_plugins[ $init ]['info']['Name'], esc_url( $details_url ), esc_attr( $this->_plugins[ $init ]['info']['Name'] ), $r->new_version );
|
420 |
}elseif( is_plugin_active_for_network( $init ) ){
|
421 |
+
printf( __( 'There is a new version of %1$s available. <a href="%2$s" class="thickbox yit-changelog-button" title="%3$s">View version %4$s details</a>. <em>You have to activate the plugin on a single site of the network to benefit from automatic updates.</em>', 'yith-plugin-fw' ), $this->_plugins[ $init ]['info']['Name'], esc_url( $details_url ), esc_attr( $this->_plugins[ $init ]['info']['Name'] ), $r->new_version );
|
422 |
}elseif ( empty( $r->package ) ) {
|
423 |
+
printf( __( 'There is a new version of %1$s available. <a href="%2$s" class="thickbox yit-changelog-button" title="%3$s">View version %4$s details</a>. <em>Automatic update is unavailable for this plugin, please <a href="%5$s" title="Licence activation">activate</a> your copy of %6s.</em>', 'yith-plugin-fw' ), $this->_plugins[ $init ]['info']['Name'], esc_url( $details_url ), esc_attr( $this->_plugins[ $init ]['info']['Name'] ), $r->new_version, YIT_Plugin_Licence()->get_licence_activation_page_url(), $this->_plugins[ $init ]['info']['Name'] );
|
424 |
} else {
|
425 |
+
printf( __('There is a new version of %1$s available. <a href="%2$s" class="thickbox yit-changelog-button" title="%3$s">View version %4$s details</a> or <a href="%5$s">update now</a>.', 'yith-plugin-fw'), $this->_plugins[ $init ]['info']['Name'], esc_url($details_url), esc_attr( $this->_plugins[ $init ]['info']['Name'] ), $r->new_version, wp_nonce_url( self_admin_url('update.php?action=upgrade-plugin&plugin=') . $init, 'upgrade-plugin_' . $init ) );
|
426 |
}
|
427 |
|
428 |
/**
|
495 |
$action = isset($_REQUEST['action']) ? $_REQUEST['action'] : '';
|
496 |
|
497 |
if( 'upgrade-plugin-multisite' != $action ){
|
498 |
+
wp_die( __( 'You can\'t update the plugins for this site.', 'yith-plugin-fw' ) );
|
499 |
}
|
500 |
|
501 |
if ( ! current_user_can( 'update_plugins' ) ) {
|
502 |
+
wp_die( __( 'You do not have sufficient permissions to update the plugins for this site.', 'yith-plugin-fw' ) );
|
503 |
}
|
504 |
|
505 |
$this->check_update( get_site_transient( 'update_plugins') , true );
|
plugin-fw/licence/lib/yit-licence.php
CHANGED
@@ -158,9 +158,9 @@ if ( ! class_exists( 'YIT_Licence' ) ) {
|
|
158 |
*/
|
159 |
public function localize_script() {
|
160 |
wp_localize_script( 'yit-licence', 'licence_message', array(
|
161 |
-
'error' =>
|
162 |
-
'errors' => __( '%
|
163 |
-
'server' => __( 'Unable to contact the remote server, please try again later. Thanks!', '
|
164 |
)
|
165 |
);
|
166 |
}
|
@@ -545,14 +545,14 @@ if ( ! class_exists( 'YIT_Licence' ) ) {
|
|
545 |
public function get_error_code_message( $code ) {
|
546 |
|
547 |
$error_strings = array(
|
548 |
-
'100' => __( 'Invalid Request', '
|
549 |
-
'101' => __( 'Invalid licence key', '
|
550 |
-
'102' => __( 'Software has been deactivated', '
|
551 |
-
'103' => __( 'Maximum number of activations exceeded', '
|
552 |
-
'104' => __( 'Invalid instance ID', '
|
553 |
-
'105' => __( 'Invalid security key', '
|
554 |
-
'106' => __( 'Licence key has expired', '
|
555 |
-
'107' => __( 'Licence key has been banned', '
|
556 |
);
|
557 |
|
558 |
return isset( $error_strings[$code] ) ? $error_strings[$code] : false;
|
158 |
*/
|
159 |
public function localize_script() {
|
160 |
wp_localize_script( 'yit-licence', 'licence_message', array(
|
161 |
+
'error' => sprintf( _x( '%s field cannot be empty', '%s = field name', 'yith-plugin-fw' ), '%field%' ), // sprintf must be used to avoid errors with '%field%' string in translation in .po file
|
162 |
+
'errors' => sprintf( __( '%s and %s fields cannot be empty', 'yith-plugin-fw' ), '%field_1%', '%field_2' ),
|
163 |
+
'server' => __( 'Unable to contact the remote server, please try again later. Thanks!', 'yith-plugin-fw' )
|
164 |
)
|
165 |
);
|
166 |
}
|
545 |
public function get_error_code_message( $code ) {
|
546 |
|
547 |
$error_strings = array(
|
548 |
+
'100' => __( 'Invalid Request', 'yith-plugin-fw' ),
|
549 |
+
'101' => __( 'Invalid licence key', 'yith-plugin-fw' ),
|
550 |
+
'102' => __( 'Software has been deactivated', 'yith-plugin-fw' ),
|
551 |
+
'103' => __( 'Maximum number of activations exceeded', 'yith-plugin-fw' ),
|
552 |
+
'104' => __( 'Invalid instance ID', 'yith-plugin-fw' ),
|
553 |
+
'105' => __( 'Invalid security key', 'yith-plugin-fw' ),
|
554 |
+
'106' => __( 'Licence key has expired', 'yith-plugin-fw' ),
|
555 |
+
'107' => __( 'Licence key has been banned', 'yith-plugin-fw' )
|
556 |
);
|
557 |
|
558 |
return isset( $error_strings[$code] ) ? $error_strings[$code] : false;
|
plugin-fw/licence/lib/yit-plugin-licence.php
CHANGED
@@ -59,10 +59,14 @@ if ( ! class_exists( 'YIT_Plugin_Licence' ) ) {
|
|
59 |
public function __construct() {
|
60 |
parent::__construct();
|
61 |
|
|
|
|
|
|
|
|
|
62 |
$this->_settings = array(
|
63 |
'parent_page' => 'yit_plugin_panel',
|
64 |
-
'page_title' => __( 'Licence Activation', '
|
65 |
-
'menu_title' => __( 'Licence Activation', '
|
66 |
'capability' => 'manage_options',
|
67 |
'page' => 'yith_plugins_activation',
|
68 |
);
|
59 |
public function __construct() {
|
60 |
parent::__construct();
|
61 |
|
62 |
+
if ( ! is_admin() ) {
|
63 |
+
return;
|
64 |
+
}
|
65 |
+
|
66 |
$this->_settings = array(
|
67 |
'parent_page' => 'yit_plugin_panel',
|
68 |
+
'page_title' => __( 'Licence Activation', 'yith-plugin-fw' ),
|
69 |
+
'menu_title' => __( 'Licence Activation', 'yith-plugin-fw' ),
|
70 |
'capability' => 'manage_options',
|
71 |
'page' => 'yith_plugins_activation',
|
72 |
);
|
plugin-fw/licence/lib/yit-theme-licence.php
CHANGED
@@ -61,8 +61,8 @@ if ( ! class_exists( 'YIT_Theme_Licence' ) ) {
|
|
61 |
|
62 |
$this->_settings = array(
|
63 |
'parent_page' => 'yit_product_panel',
|
64 |
-
'page_title' => __( 'Licence Activation', '
|
65 |
-
'menu_title' => __( 'Licence Activation', '
|
66 |
'capability' => 'manage_options',
|
67 |
'page' => 'yith_plugins_activation',
|
68 |
);
|
@@ -104,16 +104,16 @@ if ( ! class_exists( 'YIT_Theme_Licence' ) ) {
|
|
104 |
|
105 |
$admin_tree = array(
|
106 |
'parent_slug' => apply_filters( 'yit_licence_parent_slug', 'yit_panel'),
|
107 |
-
'page_title' => __( 'Licence Activation', '
|
108 |
-
'menu_title' => __( 'Licence Activation', '
|
109 |
'capability' => 'manage_options',
|
110 |
'menu_slug' => 'yit_panel_licence',
|
111 |
'function' => 'show_activation_panel'
|
112 |
);
|
113 |
|
114 |
add_submenu_page( $admin_tree['parent_slug'],
|
115 |
-
sprintf( __( '%s', '
|
116 |
-
sprintf( __( '%s', '
|
117 |
$admin_tree['capability'],
|
118 |
$admin_tree['menu_slug'],
|
119 |
array( $this, $admin_tree['function'] )
|
61 |
|
62 |
$this->_settings = array(
|
63 |
'parent_page' => 'yit_product_panel',
|
64 |
+
'page_title' => __( 'Licence Activation', 'yith-plugin-fw' ),
|
65 |
+
'menu_title' => __( 'Licence Activation', 'yith-plugin-fw' ),
|
66 |
'capability' => 'manage_options',
|
67 |
'page' => 'yith_plugins_activation',
|
68 |
);
|
104 |
|
105 |
$admin_tree = array(
|
106 |
'parent_slug' => apply_filters( 'yit_licence_parent_slug', 'yit_panel'),
|
107 |
+
'page_title' => __( 'Licence Activation', 'yith-plugin-fw' ),
|
108 |
+
'menu_title' => __( 'Licence Activation', 'yith-plugin-fw' ),
|
109 |
'capability' => 'manage_options',
|
110 |
'menu_slug' => 'yit_panel_licence',
|
111 |
'function' => 'show_activation_panel'
|
112 |
);
|
113 |
|
114 |
add_submenu_page( $admin_tree['parent_slug'],
|
115 |
+
sprintf( __( '%s', 'yith-plugin-fw' ), $admin_tree['page_title'] ),
|
116 |
+
sprintf( __( '%s', 'yith-plugin-fw' ), $admin_tree['menu_title'] ),
|
117 |
$admin_tree['capability'],
|
118 |
$admin_tree['menu_slug'],
|
119 |
array( $this, $admin_tree['function'] )
|
plugin-fw/licence/templates/panel/activation/activation-panel.php
CHANGED
@@ -16,17 +16,17 @@ $banned_products = isset( $no_active_products[ '107' ] ) ? $no_active_produc
|
|
16 |
?>
|
17 |
|
18 |
<div class="yit-container product-licence-activation">
|
19 |
-
<h2><?php _e( 'Yithemes Licence Activation', '
|
20 |
|
21 |
<?php if( is_a( $this, 'YIT_Theme_Licence' ) ) : ?>
|
22 |
<div class="activation-faq">
|
23 |
-
<h3><?php _e( 'I cannot find the license key for activating the theme I have bought some time ago. Where can I find it?', '
|
24 |
<p>
|
25 |
<?php
|
26 |
_e( 'If you have purchased one of our products before 27 January 2015, you can benefit from support and updates (the services offered with the license)
|
27 |
until 27 January 2016 and you do not have to purchase it again to get a new license key, because, before this date, your license used to be activated automatically by our system.
|
28 |
After 27 January 2016, instead, if you want to benefit from support and updates you have to buy a new license and activate it through the license key you will be
|
29 |
-
provided with and that you can find in your YIThemes account, in section "My licenses".', '
|
30 |
?>
|
31 |
</p>
|
32 |
</div>
|
@@ -34,9 +34,9 @@ $banned_products = isset( $no_active_products[ '107' ] ) ? $no_active_produc
|
|
34 |
|
35 |
<div class="licence-check-section">
|
36 |
<form method="post" id="licence-check-update" action="<?php echo admin_url( 'admin-ajax.php' ) ?>">
|
37 |
-
<span class="licence-label" style="display: block;"><?php _e( 'Have you updated your licenses? Have you asked for an extension? Update information concerning your products.', '
|
38 |
<input type="hidden" name="action" value="update_licence_information-<?php echo $this->_product_type ?>" />
|
39 |
-
<input type="submit" name="submit" value="<?php _e( 'Update licence information', '
|
40 |
<div class="spinner"></div>
|
41 |
</form>
|
42 |
</div>
|
@@ -46,7 +46,7 @@ $banned_products = isset( $no_active_products[ '107' ] ) ? $no_active_produc
|
|
46 |
|
47 |
<?php if( ! empty( $to_active_products ) ) : ?>
|
48 |
<h3 class="to-active">
|
49 |
-
<?php _e( 'Products to be activated', '
|
50 |
<span class="spinner"></span>
|
51 |
</h3>
|
52 |
<div class="to-active-wrapper">
|
@@ -65,7 +65,7 @@ $banned_products = isset( $no_active_products[ '107' ] ) ? $no_active_produc
|
|
65 |
<input type="text" name="licence_key" placeholder="Licence Key" value="" class="licence-key" />
|
66 |
</td>
|
67 |
<td class="activate-button">
|
68 |
-
<input type="submit" name="submit" value="<?php _e( 'Activate', '
|
69 |
</td>
|
70 |
</tr>
|
71 |
<input type="hidden" name="action" value="activate-<?php echo $this->_product_type ?>" />
|
@@ -84,16 +84,16 @@ $banned_products = isset( $no_active_products[ '107' ] ) ? $no_active_produc
|
|
84 |
<!-- Activated Products -->
|
85 |
|
86 |
<?php if( ! empty( $activated_products ) ) : ?>
|
87 |
-
<h3><?php _e( 'Activated', '
|
88 |
<table class="expired-table">
|
89 |
<thead>
|
90 |
<tr>
|
91 |
-
<th><?php _e( 'Product Name', '
|
92 |
-
<th><?php _e( 'Email', '
|
93 |
-
<th><?php _e( 'Licence Key', '
|
94 |
-
<th><?php _e( 'Expires', '
|
95 |
-
<th><?php _e( 'Remaining', '
|
96 |
-
<th><?php _e( 'Renew', '
|
97 |
</tr>
|
98 |
</thead>
|
99 |
<tbody>
|
@@ -104,9 +104,9 @@ $banned_products = isset( $no_active_products[ '107' ] ) ? $no_active_produc
|
|
104 |
<td class="product-licence-key"><?php echo $info['licence']['licence_key'] ?></td>
|
105 |
<td class="product-licence-expires"><?php echo date("F j, Y", $info['licence']['licence_expires'] ); ?></td>
|
106 |
<td class="product-licence-remaining">
|
107 |
-
<?php printf( __( '%1s out of %2s', '
|
108 |
</td>
|
109 |
-
<td><a class="button-licence licence-renew" href="<?php echo $this->get_renewing_uri( $info['licence']['licence_key'] ) ?>" target="_blank"><?php _e( 'Renew', '
|
110 |
</tr>
|
111 |
<?php endforeach; ?>
|
112 |
</tbody>
|
@@ -116,13 +116,13 @@ $banned_products = isset( $no_active_products[ '107' ] ) ? $no_active_produc
|
|
116 |
<!-- Banned Products -->
|
117 |
|
118 |
<?php if( ! empty( $banned_products ) ) : ?>
|
119 |
-
<h3><?php _e( 'Banned', '
|
120 |
<table class="expired-table">
|
121 |
<thead>
|
122 |
<tr>
|
123 |
-
<th><?php _e( 'Product Name', '
|
124 |
-
<th><?php _e( 'Email', '
|
125 |
-
<th><?php _e( 'Licence Key', '
|
126 |
</tr>
|
127 |
</thead>
|
128 |
<tbody>
|
@@ -140,15 +140,15 @@ $banned_products = isset( $no_active_products[ '107' ] ) ? $no_active_produc
|
|
140 |
<!-- Expired Products -->
|
141 |
|
142 |
<?php if( ! empty( $expired_products ) ) : ?>
|
143 |
-
<h3><?php _e( 'Expired', '
|
144 |
<table class="expired-table">
|
145 |
<thead>
|
146 |
<tr>
|
147 |
-
<th><?php _e( 'Product Name', '
|
148 |
-
<th><?php _e( 'Email', '
|
149 |
-
<th><?php _e( 'Licence Key', '
|
150 |
-
<th><?php _e( 'Expires', '
|
151 |
-
<th><?php _e( 'Renew', '
|
152 |
</tr>
|
153 |
</thead>
|
154 |
<tbody>
|
@@ -158,7 +158,7 @@ $banned_products = isset( $no_active_products[ '107' ] ) ? $no_active_produc
|
|
158 |
<td class="product-licence-email"><?php echo $info['licence']['email'] ?></td>
|
159 |
<td class="product-licence-key"><?php echo $info['licence']['licence_key'] ?></td>
|
160 |
<td class="product-licence-expires"><?php echo date("F j, Y", $info['licence']['licence_expires'] ); ?></td>
|
161 |
-
<td><a class="button-licence licence-renew" href="<?php echo $this->get_renewing_uri( $info['licence']['licence_key'] ) ?>" target="_blank"><?php _e( 'Renew', '
|
162 |
</tr>
|
163 |
<?php endforeach; ?>
|
164 |
</tbody>
|
16 |
?>
|
17 |
|
18 |
<div class="yit-container product-licence-activation">
|
19 |
+
<h2><?php _e( 'Yithemes Licence Activation', 'yith-plugin-fw' ) ?></h2>
|
20 |
|
21 |
<?php if( is_a( $this, 'YIT_Theme_Licence' ) ) : ?>
|
22 |
<div class="activation-faq">
|
23 |
+
<h3><?php _e( 'I cannot find the license key for activating the theme I have bought some time ago. Where can I find it?', 'yith-plugin-fw' ) ?></h3>
|
24 |
<p>
|
25 |
<?php
|
26 |
_e( 'If you have purchased one of our products before 27 January 2015, you can benefit from support and updates (the services offered with the license)
|
27 |
until 27 January 2016 and you do not have to purchase it again to get a new license key, because, before this date, your license used to be activated automatically by our system.
|
28 |
After 27 January 2016, instead, if you want to benefit from support and updates you have to buy a new license and activate it through the license key you will be
|
29 |
+
provided with and that you can find in your YIThemes account, in section "My licenses".', 'yith-plugin-fw' )
|
30 |
?>
|
31 |
</p>
|
32 |
</div>
|
34 |
|
35 |
<div class="licence-check-section">
|
36 |
<form method="post" id="licence-check-update" action="<?php echo admin_url( 'admin-ajax.php' ) ?>">
|
37 |
+
<span class="licence-label" style="display: block;"><?php _e( 'Have you updated your licenses? Have you asked for an extension? Update information concerning your products.', 'yith-plugin-fw' ); ?></span>
|
38 |
<input type="hidden" name="action" value="update_licence_information-<?php echo $this->_product_type ?>" />
|
39 |
+
<input type="submit" name="submit" value="<?php _e( 'Update licence information', 'yith-plugin-fw' ) ?>" class="button-licence licence-check" />
|
40 |
<div class="spinner"></div>
|
41 |
</form>
|
42 |
</div>
|
46 |
|
47 |
<?php if( ! empty( $to_active_products ) ) : ?>
|
48 |
<h3 class="to-active">
|
49 |
+
<?php _e( 'Products to be activated', 'yith-plugin-fw' ) ?>
|
50 |
<span class="spinner"></span>
|
51 |
</h3>
|
52 |
<div class="to-active-wrapper">
|
65 |
<input type="text" name="licence_key" placeholder="Licence Key" value="" class="licence-key" />
|
66 |
</td>
|
67 |
<td class="activate-button">
|
68 |
+
<input type="submit" name="submit" value="<?php _e( 'Activate', 'yith-plugin-fw' )?>" class="button-licence licence-activation" data-formid="<?php echo $info['product_id'] ?>"/>
|
69 |
</td>
|
70 |
</tr>
|
71 |
<input type="hidden" name="action" value="activate-<?php echo $this->_product_type ?>" />
|
84 |
<!-- Activated Products -->
|
85 |
|
86 |
<?php if( ! empty( $activated_products ) ) : ?>
|
87 |
+
<h3><?php _e( 'Activated', 'yith-plugin-fw' ) ?></h3>
|
88 |
<table class="expired-table">
|
89 |
<thead>
|
90 |
<tr>
|
91 |
+
<th><?php _e( 'Product Name', 'yith-plugin-fw' ) ?></th>
|
92 |
+
<th><?php _e( 'Email', 'yith-plugin-fw' ) ?></th>
|
93 |
+
<th><?php _e( 'Licence Key', 'yith-plugin-fw' ) ?></th>
|
94 |
+
<th><?php _e( 'Expires', 'yith-plugin-fw' ) ?></th>
|
95 |
+
<th><?php _e( 'Remaining', 'yith-plugin-fw' ) ?></th>
|
96 |
+
<th><?php _e( 'Renew', 'yith-plugin-fw' ) ?></th>
|
97 |
</tr>
|
98 |
</thead>
|
99 |
<tbody>
|
104 |
<td class="product-licence-key"><?php echo $info['licence']['licence_key'] ?></td>
|
105 |
<td class="product-licence-expires"><?php echo date("F j, Y", $info['licence']['licence_expires'] ); ?></td>
|
106 |
<td class="product-licence-remaining">
|
107 |
+
<?php printf( __( '%1s out of %2s', 'yith-plugin-fw' ), $info['licence']['activation_remaining'], $info['licence']['activation_limit'] ); ?>
|
108 |
</td>
|
109 |
+
<td><a class="button-licence licence-renew" href="<?php echo $this->get_renewing_uri( $info['licence']['licence_key'] ) ?>" target="_blank"><?php _e( 'Renew', 'yith-plugin-fw' ) ?></a></td>
|
110 |
</tr>
|
111 |
<?php endforeach; ?>
|
112 |
</tbody>
|
116 |
<!-- Banned Products -->
|
117 |
|
118 |
<?php if( ! empty( $banned_products ) ) : ?>
|
119 |
+
<h3><?php _e( 'Banned', 'yith-plugin-fw' ) ?></h3>
|
120 |
<table class="expired-table">
|
121 |
<thead>
|
122 |
<tr>
|
123 |
+
<th><?php _e( 'Product Name', 'yith-plugin-fw' ) ?></th>
|
124 |
+
<th><?php _e( 'Email', 'yith-plugin-fw' ) ?></th>
|
125 |
+
<th><?php _e( 'Licence Key', 'yith-plugin-fw' ) ?></th>
|
126 |
</tr>
|
127 |
</thead>
|
128 |
<tbody>
|
140 |
<!-- Expired Products -->
|
141 |
|
142 |
<?php if( ! empty( $expired_products ) ) : ?>
|
143 |
+
<h3><?php _e( 'Expired', 'yith-plugin-fw' ) ?></h3>
|
144 |
<table class="expired-table">
|
145 |
<thead>
|
146 |
<tr>
|
147 |
+
<th><?php _e( 'Product Name', 'yith-plugin-fw' ) ?></th>
|
148 |
+
<th><?php _e( 'Email', 'yith-plugin-fw' ) ?></th>
|
149 |
+
<th><?php _e( 'Licence Key', 'yith-plugin-fw' ) ?></th>
|
150 |
+
<th><?php _e( 'Expires', 'yith-plugin-fw' ) ?></th>
|
151 |
+
<th><?php _e( 'Renew', 'yith-plugin-fw' ) ?></th>
|
152 |
</tr>
|
153 |
</thead>
|
154 |
<tbody>
|
158 |
<td class="product-licence-email"><?php echo $info['licence']['email'] ?></td>
|
159 |
<td class="product-licence-key"><?php echo $info['licence']['licence_key'] ?></td>
|
160 |
<td class="product-licence-expires"><?php echo date("F j, Y", $info['licence']['licence_expires'] ); ?></td>
|
161 |
+
<td><a class="button-licence licence-renew" href="<?php echo $this->get_renewing_uri( $info['licence']['licence_key'] ) ?>" target="_blank"><?php _e( 'Renew', 'yith-plugin-fw' ) ?></a></td>
|
162 |
</tr>
|
163 |
<?php endforeach; ?>
|
164 |
</tbody>
|
plugin-fw/templates/metaboxes/types/ajax-products.php
CHANGED
@@ -20,7 +20,7 @@ $multiple = ( $is_multiple ) ? ' multiple' : '';
|
|
20 |
|
21 |
<label for="<?php echo $id ?>"><?php echo $label ?></label>
|
22 |
|
23 |
-
<select id="<?php echo $id ?>" name="<?php echo $name ?><?php if( $is_multiple ) echo "[]" ?>" class="ajax_chosen_select_products" multiple="multiple" data-placeholder="<?php _e('Search for a product','
|
24 |
<?php
|
25 |
if ( $value ) {
|
26 |
foreach ( $value as $product_id ) {
|
20 |
|
21 |
<label for="<?php echo $id ?>"><?php echo $label ?></label>
|
22 |
|
23 |
+
<select id="<?php echo $id ?>" name="<?php echo $name ?><?php if( $is_multiple ) echo "[]" ?>" class="ajax_chosen_select_products" multiple="multiple" data-placeholder="<?php _e('Search for a product','yith-plugin-fw') ?>">
|
24 |
<?php
|
25 |
if ( $value ) {
|
26 |
foreach ( $value as $product_id ) {
|
plugin-fw/templates/metaboxes/types/categories.php
CHANGED
@@ -33,13 +33,13 @@ $categories = yit_get_model('cpt_unlimited')->get_setting( 'categories', $post->
|
|
33 |
</li>
|
34 |
<?php endforeach; ?>
|
35 |
<?php else : ?>
|
36 |
-
<li class="remove-after-add"><i><?php _e( 'No categories.', '
|
37 |
<?php endif; ?>
|
38 |
</ul>
|
39 |
</div>
|
40 |
<div class="wp-hidden-children">
|
41 |
<h4>
|
42 |
-
<a tabindex="3" class="hide-if-no-js" href="#category-add" id="<?php echo $id ?>-category-add"><?php _e( '+ Add New Category', '
|
43 |
</h4>
|
44 |
<p class="category-add-field" id="<?php echo $id ?>-category-field">
|
45 |
<input type="text" class="newcategory" name="newcategory" style="width:100%;" id="<?php echo $id ?>-new-category" />
|
33 |
</li>
|
34 |
<?php endforeach; ?>
|
35 |
<?php else : ?>
|
36 |
+
<li class="remove-after-add"><i><?php _e( 'No categories.', 'yith-plugin-fw' ); ?></i></li>
|
37 |
<?php endif; ?>
|
38 |
</ul>
|
39 |
</div>
|
40 |
<div class="wp-hidden-children">
|
41 |
<h4>
|
42 |
+
<a tabindex="3" class="hide-if-no-js" href="#category-add" id="<?php echo $id ?>-category-add"><?php _e( '+ Add New Category', 'yith-plugin-fw' ); ?></a>
|
43 |
</h4>
|
44 |
<p class="category-add-field" id="<?php echo $id ?>-category-field">
|
45 |
<input type="text" class="newcategory" name="newcategory" style="width:100%;" id="<?php echo $id ?>-new-category" />
|
plugin-fw/templates/metaboxes/types/contactform.php
CHANGED
@@ -4,13 +4,13 @@
|
|
4 |
extract( $args );
|
5 |
|
6 |
$types = array(
|
7 |
-
'text' => __( 'Text Input', '
|
8 |
-
'checkbox' => __( 'Checkbox', '
|
9 |
-
'select' => __( 'Select', '
|
10 |
-
'textarea' => __( 'Textarea', '
|
11 |
-
'radio' => __( 'Radio Input', '
|
12 |
-
'password' => __( 'Password Field', '
|
13 |
-
'file' => __( 'File Upload', '
|
14 |
);
|
15 |
|
16 |
$defaults = array(
|
@@ -44,9 +44,9 @@ $index = 1;
|
|
44 |
/* Select Font Awesome */
|
45 |
|
46 |
$options["select"]=array(
|
47 |
-
'icon' => __( 'Theme Icon', '
|
48 |
-
'custom' => __( 'Custom Icon', '
|
49 |
-
'none' => __( 'None', '
|
50 |
);
|
51 |
|
52 |
$options["icon"] = YIT_Plugin_Common::get_awesome_icons();
|
@@ -57,7 +57,7 @@ $options["icon"] = YIT_Plugin_Common::get_awesome_icons();
|
|
57 |
<?php if( isset( $label ) ):?><label for="<?php echo $id ?>"><?php echo $label ?></label><?php endif;?>
|
58 |
|
59 |
<p class="field-row">
|
60 |
-
<a href="" class="button-secondary add-items"><?php _e( 'Add field', '
|
61 |
<img src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" class="ajax-loading" id="add-items-ajax-loading" alt="" />
|
62 |
</p>
|
63 |
|
@@ -66,33 +66,33 @@ $options["icon"] = YIT_Plugin_Common::get_awesome_icons();
|
|
66 |
<?php while ( $index <= count( $value ) ): ?>
|
67 |
<div class="contactform_item closed">
|
68 |
<h3>
|
69 |
-
<button type="button" class="remove_item button" rel=""><?php _e( 'Remove', '
|
70 |
-
<div class="handlediv" title="<?php _e( 'Click to toggle', '
|
71 |
<strong><?php echo $value[$index]['title'] ?> <?php yit_string( '(', $types[$value[$index]['type']], ')' ) ?></strong>
|
72 |
<input type="hidden" class="contactform_menu_order" name="<?php echo $name ?>[<?php echo $index ?>][order]" value="<?php echo esc_attr( $index ) ?>" />
|
73 |
</h3>
|
74 |
<div class="inside">
|
75 |
|
76 |
<div class="the-metabox text clearfix">
|
77 |
-
<label for="<?php echo $id ?>_title_<?php echo $index ?>"><?php _e( 'Title
|
78 |
|
79 |
<p>
|
80 |
<input type="text" value="<?php echo esc_attr( $value[$index]['title'] ) ?>" id="<?php echo $id ?>_title_<?php echo $index ?>" name="<?php echo $name ?>[<?php echo $index ?>][title]" />
|
81 |
-
<span class="desc inline"><?php _e( 'Insert the title for the field.', '
|
82 |
</p>
|
83 |
</div>
|
84 |
|
85 |
<div class="the-metabox text clearfix">
|
86 |
-
<label for="<?php echo $id ?>_data_name_<?php echo $index ?>"><?php _e( 'Data Name', '
|
87 |
|
88 |
<p>
|
89 |
<input type="text" value="<?php echo esc_attr( $value[$index]['data_name'] ) ?>" id="<?php echo $id ?>_data_name_<?php echo $index ?>" name="<?php echo $name ?>[<?php echo $index ?>][data_name]" />
|
90 |
-
<span class="desc inline"><?php _e( 'REQUIRED: Field identification name to be entered into email body. <strong>Note:</strong>Use only lowercase characters and underscores.', '
|
91 |
</p>
|
92 |
</div>
|
93 |
|
94 |
<div class="the-metabox select clearfix text-field-type">
|
95 |
-
<label for="<?php echo $id ?>_type_<?php echo $index ?>"><?php _e( 'Type
|
96 |
|
97 |
<p>
|
98 |
<select id="<?php echo $id ?>_type_<?php echo $index ?>" name="<?php echo $name . '[' . $index . ']' ?>[type]">
|
@@ -100,79 +100,79 @@ $options["icon"] = YIT_Plugin_Common::get_awesome_icons();
|
|
100 |
<option value="<?php echo esc_attr( $type ) ?>"<?php selected( $type, $value[$index]['type'] ) ?>><?php echo $name_type ?></option>
|
101 |
<?php endforeach; ?>
|
102 |
</select>
|
103 |
-
<span class="desc inline"><?php _e( 'Select the type for this field.', '
|
104 |
</p>
|
105 |
</div>
|
106 |
|
107 |
<div class="the-metabox checkbox clearfix deps_checkbox deps">
|
108 |
-
<label for="<?php echo $id ?>_already_checked_<?php echo $index ?>"><?php _e( 'Checked', '
|
109 |
|
110 |
<p>
|
111 |
<input type="checkbox" id="<?php echo $id ?>_already_checked_<?php echo $index ?>" name="<?php echo $name ?>[<?php echo $index ?>][already_checked]" value="1"<?php checked( $value[$index]['already_checked'] ) ?> />
|
112 |
-
<span class="desc inline"><?php _e( 'Select this option if you want this field appears as already checked.', '
|
113 |
</p>
|
114 |
</div>
|
115 |
|
116 |
<div id="<?php echo $id ?>_addoptions" class="the-metabox addoptions clearfix deps_radio deps_select deps">
|
117 |
-
<label for=""><?php _e( 'Add options ', '
|
118 |
-
<a href="#" class="add-field-option button-secondary" data-index="<?php echo $index ?>"><?php _e( 'Add option', '
|
119 |
<?php foreach ( $value[$index]['options'] as $key => $option ) : ?>
|
120 |
<p class="option">
|
121 |
-
<label><input type="radio" name="<?php echo $name ?>[<?php echo $index ?>][option_selected]" value="<?php echo esc_attr( $key ) ?>"<?php checked( $value[$index]['option_selected'], $key ) ?> /> <?php _e( 'Selected', '
|
122 |
</label>
|
123 |
<input type="text" name="<?php echo $name ?>[<?php echo $index ?>][options][]" value="<?php echo $option ?>" style="width:200px" />
|
124 |
-
<a href="#" class="del-field-option button-secondary"><?php _e( 'Delete option', '
|
125 |
</p>
|
126 |
<?php endforeach; ?>
|
127 |
</div>
|
128 |
|
129 |
<div class="the-metabox text clearfix">
|
130 |
-
<label for="<?php echo $id ?>_error_<?php echo $index ?>"><?php _e( 'Error Message', '
|
131 |
|
132 |
<p>
|
133 |
<input type="text" value="<?php echo esc_attr( $value[$index]['error'] ) ?>" id="<?php echo $id ?>_error_<?php echo $index ?>" name="<?php echo $name ?>[<?php echo $index ?>][error]" />
|
134 |
-
<span class="desc inline"><?php _e( 'Insert the error message for validation.', '
|
135 |
</p>
|
136 |
</div>
|
137 |
|
138 |
<div class="the-metabox checkbox clearfix">
|
139 |
-
<label for="<?php echo $id ?>_required_<?php echo $index ?>"><?php _e( 'Required', '
|
140 |
|
141 |
<p>
|
142 |
<input type="checkbox" id="<?php echo $id ?>_required_<?php echo $index ?>" name="<?php echo $name ?>[<?php echo $index ?>][required]" value="1"<?php checked( $value[$index]['required'] ) ?> />
|
143 |
-
<span class="desc inline"><?php _e( 'Select this option if it must be required.', '
|
144 |
</p>
|
145 |
</div>
|
146 |
|
147 |
<div class="the-metabox checkbox clearfix">
|
148 |
-
<label for="<?php echo $id ?>_is_email_<?php echo $index ?>"><?php _e( 'Email', '
|
149 |
|
150 |
<p>
|
151 |
<input type="checkbox" id="<?php echo $id ?>_is_email_<?php echo $index ?>" name="<?php echo $name ?>[<?php echo $index ?>][is_email]" value="1"<?php checked( $value[$index]['is_email'] ) ?> />
|
152 |
-
<span class="desc inline"><?php _e( 'Select this option if the email must be valid.', '
|
153 |
</p>
|
154 |
</div>
|
155 |
|
156 |
<div class="the-metabox checkbox clearfix">
|
157 |
-
<label for="<?php echo $id ?>_reply_to_<?php echo $index ?>"><?php _e( 'Reply To', '
|
158 |
|
159 |
<p>
|
160 |
<input type="checkbox" id="<?php echo $id ?>_reply_to_<?php echo $index ?>" name="<?php echo $name ?>[<?php echo $index ?>][reply_to]" value="1"<?php checked( $value[$index]['reply_to'] ) ?> />
|
161 |
-
<span class="desc inline"><?php _e( 'Select this if it is the email you can reply to.', '
|
162 |
</p>
|
163 |
</div>
|
164 |
|
165 |
<div class="the-metabox text clearfix">
|
166 |
-
<label for="<?php echo $id ?>_class_<?php echo $index ?>"><?php _e( 'Class', '
|
167 |
|
168 |
<p>
|
169 |
<input type="text" value="<?php echo esc_attr( $value[$index]['class'] ) ?>" id="<?php echo $id ?>_class_<?php echo $index ?>" name="<?php echo $name ?>[<?php echo $index ?>][class]" />
|
170 |
-
<span class="desc inline"><?php _e( 'Insert additional class(es) (separated by commas) for more personalization.', '
|
171 |
</p>
|
172 |
</div>
|
173 |
|
174 |
<div class="the-metabox text clearfix">
|
175 |
-
<label for="<?php echo $id ?>_icon_<?php echo $index ?>"><?php _e( 'Icon', '
|
176 |
|
177 |
<p>
|
178 |
|
@@ -200,13 +200,13 @@ $options["icon"] = YIT_Plugin_Common::get_awesome_icons();
|
|
200 |
|
201 |
<div class="input_wrapper custom_icon">
|
202 |
<input type="text" name="<?php echo $name ?>[<?php echo $index ?>][custom]" id="<?php echo $id ?>_icon_<?php echo $index ?>[custom-icon]" value="<?php echo esc_attr( $value[$index]['custom'] ); ?>" class="upload_img_url upload_custom_icon" />
|
203 |
-
<input type="button" name="<?php echo $name ?>[<?php echo $index ?>][custom]-button" value="<?php _e( 'Upload', '
|
204 |
|
205 |
<div class="upload_img_preview" style="margin-top:10px;">
|
206 |
<?php
|
207 |
$file = $current_options['custom'];
|
208 |
if ( preg_match( '/(jpg|jpeg|png|gif|ico)$/', $file ) ) {
|
209 |
-
echo __('Image preview', '
|
210 |
}
|
211 |
?>
|
212 |
</div>
|
@@ -214,12 +214,12 @@ $options["icon"] = YIT_Plugin_Common::get_awesome_icons();
|
|
214 |
</div>
|
215 |
</div>
|
216 |
|
217 |
-
<span class="desc inline"><?php _e( 'Insert an icon for more personalization.', '
|
218 |
</p>
|
219 |
</div>
|
220 |
|
221 |
<div class="the-metabox text clearfix">
|
222 |
-
<label for="<?php echo $id ?>_width_<?php echo $index ?>"><?php _e( 'Width', '
|
223 |
|
224 |
<p>
|
225 |
<select id="<?php echo $id ?>_width_<?php echo $index ?>" name="<?php echo $name . '[' . $index . ']' ?>[width]">
|
@@ -244,7 +244,7 @@ $options["icon"] = YIT_Plugin_Common::get_awesome_icons();
|
|
244 |
}
|
245 |
?>
|
246 |
</select>
|
247 |
-
<span class="desc inline"><?php _e( 'Set field length.', '
|
248 |
</p>
|
249 |
</div>
|
250 |
</div>
|
@@ -258,33 +258,33 @@ $options["icon"] = YIT_Plugin_Common::get_awesome_icons();
|
|
258 |
|
259 |
<div class="contactform_item closed" id="stamp_form" style="display:none;">
|
260 |
<h3>
|
261 |
-
<button type="button" class="remove_item button" rel=""><?php _e( 'Remove', '
|
262 |
-
<div class="handlediv" title="<?php _e( 'Click to toggle', '
|
263 |
<strong></strong>
|
264 |
<input disabled type="hidden" class="contactform_menu_order" name="<?php echo $name ?>[][order]" value=""/>
|
265 |
</h3>
|
266 |
<div class="inside">
|
267 |
|
268 |
<div class="the-metabox text clearfix">
|
269 |
-
<label for="<?php echo $id ?>_title"><?php _e( 'Title
|
270 |
|
271 |
<p>
|
272 |
<input disabled type="text" value="" id="<?php echo $id ?>_title" name="<?php echo $name ?>[][title]" />
|
273 |
-
<span class="desc inline"><?php _e( 'Insert the title for the field.', '
|
274 |
</p>
|
275 |
</div>
|
276 |
|
277 |
<div class="the-metabox text clearfix">
|
278 |
-
<label for="<?php echo $id ?>_data_name"><?php _e( 'Data Name', '
|
279 |
|
280 |
<p>
|
281 |
<input disabled type="text" value="" id="<?php echo $id ?>_data_name" name="<?php echo $name ?>[][data_name]" />
|
282 |
-
<span class="desc inline"><?php _e( 'REQUIRED: Field identification name to be entered into email body. <strong>Note:</strong>Use only lowercase characters and underscores.', '
|
283 |
</p>
|
284 |
</div>
|
285 |
|
286 |
<div class="the-metabox select clearfix text-field-type">
|
287 |
-
<label for="<?php echo $id ?>_type"><?php _e( 'Type
|
288 |
|
289 |
<p>
|
290 |
<select disabled id="<?php echo $id ?>_type" name="<?php echo $name ?>[][type]">
|
@@ -292,79 +292,79 @@ $options["icon"] = YIT_Plugin_Common::get_awesome_icons();
|
|
292 |
<option value="<?php echo esc_attr( $type ) ?>"><?php echo $name_type ?></option>
|
293 |
<?php endforeach; ?>
|
294 |
</select>
|
295 |
-
<span class="desc inline"><?php _e( 'Select the type for this field.', '
|
296 |
</p>
|
297 |
</div>
|
298 |
|
299 |
<div class="the-metabox checkbox clearfix deps_checkbox deps">
|
300 |
-
<label for="<?php echo $id ?>_already_checked"><?php _e( 'Checked', '
|
301 |
|
302 |
<p>
|
303 |
<input disabled type="checkbox" id="<?php echo $id ?>_already_checked" name="<?php echo $name ?>[][already_checked]" value="1" />
|
304 |
-
<span class="desc inline"><?php _e( 'Select this option if you want this field appears as already checked.', '
|
305 |
</p>
|
306 |
</div>
|
307 |
|
308 |
<div id="<?php echo $id ?>_addoptions" class="the-metabox addoptions clearfix deps_radio deps_select deps">
|
309 |
-
<label for=""><?php _e( 'Add options ', '
|
310 |
-
<a href="#" class="add-field-option button-secondary"><?php _e( 'Add option', '
|
311 |
|
312 |
<p class="option">
|
313 |
-
<label><input disabled type="radio" name="<?php echo $name ?>[][option_selected]" value="" /> <?php _e( 'Selected', '
|
314 |
</label>
|
315 |
<input disabled type="text" name="<?php echo $name ?>[][options][]" value="" style="width:200px" />
|
316 |
-
<a href="#" class="del-field-option button-secondary"><?php _e( 'Delete option', '
|
317 |
</p>
|
318 |
|
319 |
</div>
|
320 |
|
321 |
<div class="the-metabox text clearfix">
|
322 |
-
<label for="<?php echo $id ?>_error"><?php _e( 'Error Message', '
|
323 |
|
324 |
<p>
|
325 |
<input disabled type="text" value="" id="<?php echo $id ?>_error" name="<?php echo $name ?>[][error]" />
|
326 |
-
<span class="desc inline"><?php _e( 'Insert the error message for validation.', '
|
327 |
</p>
|
328 |
</div>
|
329 |
|
330 |
<div class="the-metabox checkbox clearfix">
|
331 |
-
<label for="<?php echo $id ?>_required"><?php _e( 'Required', '
|
332 |
|
333 |
<p>
|
334 |
<input disabled type="checkbox" id="<?php echo $id ?>_required" name="<?php echo $name ?>[][required]" value="1" />
|
335 |
-
<span class="desc inline"><?php _e( 'Select this option if it must be required.', '
|
336 |
</p>
|
337 |
</div>
|
338 |
|
339 |
<div class="the-metabox checkbox clearfix">
|
340 |
-
<label for="<?php echo $id ?>_is_email"><?php _e( 'Email', '
|
341 |
|
342 |
<p>
|
343 |
<input disabled type="checkbox" id="<?php echo $id ?>_is_email" name="<?php echo $name ?>[][is_email]" value="1" />
|
344 |
-
<span class="desc inline"><?php _e( 'Select this option if the email must be valid.', '
|
345 |
</p>
|
346 |
</div>
|
347 |
|
348 |
<div class="the-metabox checkbox clearfix">
|
349 |
-
<label for="<?php echo $id ?>_reply_to"><?php _e( 'Reply To', '
|
350 |
|
351 |
<p>
|
352 |
<input disabled type="checkbox" id="<?php echo $id ?>_reply_to" name="<?php echo $name ?>[][reply_to]" value="1" />
|
353 |
-
<span class="desc inline"><?php _e( 'Select this if it is the email you can reply to.', '
|
354 |
</p>
|
355 |
</div>
|
356 |
|
357 |
<div class="the-metabox text clearfix">
|
358 |
-
<label for="<?php echo $id ?>_class"><?php _e( 'Class', '
|
359 |
|
360 |
<p>
|
361 |
<input disabled type="text" value="" id="<?php echo $id ?>_class" name="<?php echo $name ?>[][class]" />
|
362 |
-
<span class="desc inline"><?php _e( 'Insert additional class(es) (separated by commas) for more personalization.', '
|
363 |
</p>
|
364 |
</div>
|
365 |
|
366 |
<div class="the-metabox text clearfix">
|
367 |
-
<label for="<?php echo $id ?>_icon"><?php _e( 'Icon', '
|
368 |
|
369 |
<div class="option">
|
370 |
|
@@ -388,13 +388,13 @@ $options["icon"] = YIT_Plugin_Common::get_awesome_icons();
|
|
388 |
|
389 |
<div class="input_wrapper custom_icon">
|
390 |
<input disabled type="text" name="<?php echo $name ?>[][custom]" id="<?php echo $id ?>_icon[custom-icon]" value="" class="upload_img_url upload_custom_icon" />
|
391 |
-
<input disabled type="button" name="<?php echo $name ?>[][custom]-button" value="<?php _e( 'Upload', '
|
392 |
|
393 |
<div class="upload_img_preview" style="margin-top:10px;">
|
394 |
<?php
|
395 |
$file = '';
|
396 |
if ( preg_match( '/(jpg|jpeg|png|gif|ico)$/', $file ) ) {
|
397 |
-
echo __('Image preview', '
|
398 |
}
|
399 |
?>
|
400 |
</div>
|
@@ -402,11 +402,11 @@ $options["icon"] = YIT_Plugin_Common::get_awesome_icons();
|
|
402 |
</div>
|
403 |
</div>
|
404 |
|
405 |
-
<span class="desc inline"><?php _e( 'Insert an icon for more personalization.', '
|
406 |
</div>
|
407 |
|
408 |
<div class="the-metabox text clearfix">
|
409 |
-
<label for="<?php echo $id ?>_width"><?php _e( 'Width', '
|
410 |
|
411 |
<p>
|
412 |
<select disabled id="<?php echo $id ?>_width" name="<?php echo $name?>[][width]">
|
@@ -418,7 +418,7 @@ $options["icon"] = YIT_Plugin_Common::get_awesome_icons();
|
|
418 |
}
|
419 |
?>
|
420 |
</select>
|
421 |
-
<span class="desc inline"><?php _e( 'Set field length.', '
|
422 |
</p>
|
423 |
</div>
|
424 |
</div>
|
@@ -433,7 +433,7 @@ $options["icon"] = YIT_Plugin_Common::get_awesome_icons();
|
|
433 |
|
434 |
$(document).on('click', '#<?php echo $id ?>_addoptions .add-field-option', function(){
|
435 |
var select_index = $(this).data('index');
|
436 |
-
var option = "<p class='option'><label><input type='radio' name='<?php echo $name ?>[option_selected]' value='' /> <?php _e( 'Selected', '
|
437 |
|
438 |
$(option).appendTo( $(this).parents('#<?php echo $id ?>_addoptions') );
|
439 |
return false;
|
4 |
extract( $args );
|
5 |
|
6 |
$types = array(
|
7 |
+
'text' => __( 'Text Input', 'yith-plugin-fw' ),
|
8 |
+
'checkbox' => __( 'Checkbox', 'yith-plugin-fw' ),
|
9 |
+
'select' => __( 'Select', 'yith-plugin-fw' ),
|
10 |
+
'textarea' => __( 'Textarea', 'yith-plugin-fw' ),
|
11 |
+
'radio' => __( 'Radio Input', 'yith-plugin-fw' ),
|
12 |
+
'password' => __( 'Password Field', 'yith-plugin-fw' ),
|
13 |
+
'file' => __( 'File Upload', 'yith-plugin-fw' ),
|
14 |
);
|
15 |
|
16 |
$defaults = array(
|
44 |
/* Select Font Awesome */
|
45 |
|
46 |
$options["select"]=array(
|
47 |
+
'icon' => __( 'Theme Icon', 'yith-plugin-fw' ),
|
48 |
+
'custom' => __( 'Custom Icon', 'yith-plugin-fw' ),
|
49 |
+
'none' => __( 'None', 'yith-plugin-fw' )
|
50 |
);
|
51 |
|
52 |
$options["icon"] = YIT_Plugin_Common::get_awesome_icons();
|
57 |
<?php if( isset( $label ) ):?><label for="<?php echo $id ?>"><?php echo $label ?></label><?php endif;?>
|
58 |
|
59 |
<p class="field-row">
|
60 |
+
<a href="" class="button-secondary add-items"><?php _e( 'Add field', 'yith-plugin-fw' ) ?></a>
|
61 |
<img src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" class="ajax-loading" id="add-items-ajax-loading" alt="" />
|
62 |
</p>
|
63 |
|
66 |
<?php while ( $index <= count( $value ) ): ?>
|
67 |
<div class="contactform_item closed">
|
68 |
<h3>
|
69 |
+
<button type="button" class="remove_item button" rel=""><?php _e( 'Remove', 'yith-plugin-fw' ) ?></button>
|
70 |
+
<div class="handlediv" title="<?php _e( 'Click to toggle', 'yith-plugin-fw' ) ?>"></div>
|
71 |
<strong><?php echo $value[$index]['title'] ?> <?php yit_string( '(', $types[$value[$index]['type']], ')' ) ?></strong>
|
72 |
<input type="hidden" class="contactform_menu_order" name="<?php echo $name ?>[<?php echo $index ?>][order]" value="<?php echo esc_attr( $index ) ?>" />
|
73 |
</h3>
|
74 |
<div class="inside">
|
75 |
|
76 |
<div class="the-metabox text clearfix">
|
77 |
+
<label for="<?php echo $id ?>_title_<?php echo $index ?>"><?php _e( 'Field Title', 'yith-plugin-fw' ) ?></label>
|
78 |
|
79 |
<p>
|
80 |
<input type="text" value="<?php echo esc_attr( $value[$index]['title'] ) ?>" id="<?php echo $id ?>_title_<?php echo $index ?>" name="<?php echo $name ?>[<?php echo $index ?>][title]" />
|
81 |
+
<span class="desc inline"><?php _e( 'Insert the title for the field.', 'yith-plugin-fw' ) ?></span>
|
82 |
</p>
|
83 |
</div>
|
84 |
|
85 |
<div class="the-metabox text clearfix">
|
86 |
+
<label for="<?php echo $id ?>_data_name_<?php echo $index ?>"><?php _e( 'Data Name', 'yith-plugin-fw' ) ?></label>
|
87 |
|
88 |
<p>
|
89 |
<input type="text" value="<?php echo esc_attr( $value[$index]['data_name'] ) ?>" id="<?php echo $id ?>_data_name_<?php echo $index ?>" name="<?php echo $name ?>[<?php echo $index ?>][data_name]" />
|
90 |
+
<span class="desc inline"><?php _e( 'REQUIRED: Field identification name to be entered into email body. <strong>Note:</strong>Use only lowercase characters and underscores.', 'yith-plugin-fw' ) ?></span>
|
91 |
</p>
|
92 |
</div>
|
93 |
|
94 |
<div class="the-metabox select clearfix text-field-type">
|
95 |
+
<label for="<?php echo $id ?>_type_<?php echo $index ?>"><?php _e( 'Field Type', 'yith-plugin-fw' ) ?></label>
|
96 |
|
97 |
<p>
|
98 |
<select id="<?php echo $id ?>_type_<?php echo $index ?>" name="<?php echo $name . '[' . $index . ']' ?>[type]">
|
100 |
<option value="<?php echo esc_attr( $type ) ?>"<?php selected( $type, $value[$index]['type'] ) ?>><?php echo $name_type ?></option>
|
101 |
<?php endforeach; ?>
|
102 |
</select>
|
103 |
+
<span class="desc inline"><?php _e( 'Select the type for this field.', 'yith-plugin-fw' ) ?></span>
|
104 |
</p>
|
105 |
</div>
|
106 |
|
107 |
<div class="the-metabox checkbox clearfix deps_checkbox deps">
|
108 |
+
<label for="<?php echo $id ?>_already_checked_<?php echo $index ?>"><?php _e( 'Checked', 'yith-plugin-fw' ) ?></label>
|
109 |
|
110 |
<p>
|
111 |
<input type="checkbox" id="<?php echo $id ?>_already_checked_<?php echo $index ?>" name="<?php echo $name ?>[<?php echo $index ?>][already_checked]" value="1"<?php checked( $value[$index]['already_checked'] ) ?> />
|
112 |
+
<span class="desc inline"><?php _e( 'Select this option if you want this field appears as already checked.', 'yith-plugin-fw' ) ?></span>
|
113 |
</p>
|
114 |
</div>
|
115 |
|
116 |
<div id="<?php echo $id ?>_addoptions" class="the-metabox addoptions clearfix deps_radio deps_select deps">
|
117 |
+
<label for=""><?php _e( 'Add options ', 'yith-plugin-fw' ) ?></label>
|
118 |
+
<a href="#" class="add-field-option button-secondary" data-index="<?php echo $index ?>"><?php _e( 'Add option', 'yith-plugin-fw' ) ?></a><br /><br />
|
119 |
<?php foreach ( $value[$index]['options'] as $key => $option ) : ?>
|
120 |
<p class="option">
|
121 |
+
<label><input type="radio" name="<?php echo $name ?>[<?php echo $index ?>][option_selected]" value="<?php echo esc_attr( $key ) ?>"<?php checked( $value[$index]['option_selected'], $key ) ?> /> <?php _e( 'Selected', 'yith-plugin-fw' ) ?>
|
122 |
</label>
|
123 |
<input type="text" name="<?php echo $name ?>[<?php echo $index ?>][options][]" value="<?php echo $option ?>" style="width:200px" />
|
124 |
+
<a href="#" class="del-field-option button-secondary"><?php _e( 'Delete option', 'yith-plugin-fw' ) ?></a>
|
125 |
</p>
|
126 |
<?php endforeach; ?>
|
127 |
</div>
|
128 |
|
129 |
<div class="the-metabox text clearfix">
|
130 |
+
<label for="<?php echo $id ?>_error_<?php echo $index ?>"><?php _e( 'Error Message', 'yith-plugin-fw' ) ?></label>
|
131 |
|
132 |
<p>
|
133 |
<input type="text" value="<?php echo esc_attr( $value[$index]['error'] ) ?>" id="<?php echo $id ?>_error_<?php echo $index ?>" name="<?php echo $name ?>[<?php echo $index ?>][error]" />
|
134 |
+
<span class="desc inline"><?php _e( 'Insert the error message for validation.', 'yith-plugin-fw' ) ?></span>
|
135 |
</p>
|
136 |
</div>
|
137 |
|
138 |
<div class="the-metabox checkbox clearfix">
|
139 |
+
<label for="<?php echo $id ?>_required_<?php echo $index ?>"><?php _e( 'Required', 'yith-plugin-fw' ) ?></label>
|
140 |
|
141 |
<p>
|
142 |
<input type="checkbox" id="<?php echo $id ?>_required_<?php echo $index ?>" name="<?php echo $name ?>[<?php echo $index ?>][required]" value="1"<?php checked( $value[$index]['required'] ) ?> />
|
143 |
+
<span class="desc inline"><?php _e( 'Select this option if it must be required.', 'yith-plugin-fw' ) ?></span>
|
144 |
</p>
|
145 |
</div>
|
146 |
|
147 |
<div class="the-metabox checkbox clearfix">
|
148 |
+
<label for="<?php echo $id ?>_is_email_<?php echo $index ?>"><?php _e( 'Email', 'yith-plugin-fw' ) ?></label>
|
149 |
|
150 |
<p>
|
151 |
<input type="checkbox" id="<?php echo $id ?>_is_email_<?php echo $index ?>" name="<?php echo $name ?>[<?php echo $index ?>][is_email]" value="1"<?php checked( $value[$index]['is_email'] ) ?> />
|
152 |
+
<span class="desc inline"><?php _e( 'Select this option if the email must be valid.', 'yith-plugin-fw' ) ?></span>
|
153 |
</p>
|
154 |
</div>
|
155 |
|
156 |
<div class="the-metabox checkbox clearfix">
|
157 |
+
<label for="<?php echo $id ?>_reply_to_<?php echo $index ?>"><?php _e( 'Reply To', 'yith-plugin-fw' ) ?></label>
|
158 |
|
159 |
<p>
|
160 |
<input type="checkbox" id="<?php echo $id ?>_reply_to_<?php echo $index ?>" name="<?php echo $name ?>[<?php echo $index ?>][reply_to]" value="1"<?php checked( $value[$index]['reply_to'] ) ?> />
|
161 |
+
<span class="desc inline"><?php _e( 'Select this if it is the email you can reply to.', 'yith-plugin-fw' ) ?></span>
|
162 |
</p>
|
163 |
</div>
|
164 |
|
165 |
<div class="the-metabox text clearfix">
|
166 |
+
<label for="<?php echo $id ?>_class_<?php echo $index ?>"><?php _e( 'Class', 'yith-plugin-fw' ) ?></label>
|
167 |
|
168 |
<p>
|
169 |
<input type="text" value="<?php echo esc_attr( $value[$index]['class'] ) ?>" id="<?php echo $id ?>_class_<?php echo $index ?>" name="<?php echo $name ?>[<?php echo $index ?>][class]" />
|
170 |
+
<span class="desc inline"><?php _e( 'Insert additional class(es) (separated by commas) for more personalization.', 'yith-plugin-fw' ) ?></span>
|
171 |
</p>
|
172 |
</div>
|
173 |
|
174 |
<div class="the-metabox text clearfix">
|
175 |
+
<label for="<?php echo $id ?>_icon_<?php echo $index ?>"><?php _e( 'Icon', 'yith-plugin-fw' ) ?></label>
|
176 |
|
177 |
<p>
|
178 |
|
200 |
|
201 |
<div class="input_wrapper custom_icon">
|
202 |
<input type="text" name="<?php echo $name ?>[<?php echo $index ?>][custom]" id="<?php echo $id ?>_icon_<?php echo $index ?>[custom-icon]" value="<?php echo esc_attr( $value[$index]['custom'] ); ?>" class="upload_img_url upload_custom_icon" />
|
203 |
+
<input type="button" name="<?php echo $name ?>[<?php echo $index ?>][custom]-button" value="<?php _e( 'Upload', 'yith-plugin-fw' ) ?>" id="<?php echo $id ?>_icon_<?php echo $index ?>[custom-icon]-button" class="upload_button button" />
|
204 |
|
205 |
<div class="upload_img_preview" style="margin-top:10px;">
|
206 |
<?php
|
207 |
$file = $current_options['custom'];
|
208 |
if ( preg_match( '/(jpg|jpeg|png|gif|ico)$/', $file ) ) {
|
209 |
+
echo __('Image preview', 'yith-plugin-fw') . ': ' . "<img src=\"" . YIT_CORE_ASSETS_URL . "/images/sleep.png\" data-src=\"$file\" />";
|
210 |
}
|
211 |
?>
|
212 |
</div>
|
214 |
</div>
|
215 |
</div>
|
216 |
|
217 |
+
<span class="desc inline"><?php _e( 'Insert an icon for more personalization.', 'yith-plugin-fw' ) ?></span>
|
218 |
</p>
|
219 |
</div>
|
220 |
|
221 |
<div class="the-metabox text clearfix">
|
222 |
+
<label for="<?php echo $id ?>_width_<?php echo $index ?>"><?php _e( 'Width', 'yith-plugin-fw' ) ?></label>
|
223 |
|
224 |
<p>
|
225 |
<select id="<?php echo $id ?>_width_<?php echo $index ?>" name="<?php echo $name . '[' . $index . ']' ?>[width]">
|
244 |
}
|
245 |
?>
|
246 |
</select>
|
247 |
+
<span class="desc inline"><?php _e( 'Set field length.', 'yith-plugin-fw' ) ?></span>
|
248 |
</p>
|
249 |
</div>
|
250 |
</div>
|
258 |
|
259 |
<div class="contactform_item closed" id="stamp_form" style="display:none;">
|
260 |
<h3>
|
261 |
+
<button type="button" class="remove_item button" rel=""><?php _e( 'Remove', 'yith-plugin-fw' ) ?></button>
|
262 |
+
<div class="handlediv" title="<?php _e( 'Click to toggle', 'yith-plugin-fw' ) ?>"></div>
|
263 |
<strong></strong>
|
264 |
<input disabled type="hidden" class="contactform_menu_order" name="<?php echo $name ?>[][order]" value=""/>
|
265 |
</h3>
|
266 |
<div class="inside">
|
267 |
|
268 |
<div class="the-metabox text clearfix">
|
269 |
+
<label for="<?php echo $id ?>_title"><?php _e( 'Field Title', 'yith-plugin-fw' ) ?></label>
|
270 |
|
271 |
<p>
|
272 |
<input disabled type="text" value="" id="<?php echo $id ?>_title" name="<?php echo $name ?>[][title]" />
|
273 |
+
<span class="desc inline"><?php _e( 'Insert the title for the field.', 'yith-plugin-fw' ) ?></span>
|
274 |
</p>
|
275 |
</div>
|
276 |
|
277 |
<div class="the-metabox text clearfix">
|
278 |
+
<label for="<?php echo $id ?>_data_name"><?php _e( 'Data Name', 'yith-plugin-fw' ) ?></label>
|
279 |
|
280 |
<p>
|
281 |
<input disabled type="text" value="" id="<?php echo $id ?>_data_name" name="<?php echo $name ?>[][data_name]" />
|
282 |
+
<span class="desc inline"><?php _e( 'REQUIRED: Field identification name to be entered into email body. <strong>Note:</strong>Use only lowercase characters and underscores.', 'yith-plugin-fw' ) ?></span>
|
283 |
</p>
|
284 |
</div>
|
285 |
|
286 |
<div class="the-metabox select clearfix text-field-type">
|
287 |
+
<label for="<?php echo $id ?>_type"><?php _e( 'Field Type', 'yith-plugin-fw' ) ?></label>
|
288 |
|
289 |
<p>
|
290 |
<select disabled id="<?php echo $id ?>_type" name="<?php echo $name ?>[][type]">
|
292 |
<option value="<?php echo esc_attr( $type ) ?>"><?php echo $name_type ?></option>
|
293 |
<?php endforeach; ?>
|
294 |
</select>
|
295 |
+
<span class="desc inline"><?php _e( 'Select the type for this field.', 'yith-plugin-fw' ) ?></span>
|
296 |
</p>
|
297 |
</div>
|
298 |
|
299 |
<div class="the-metabox checkbox clearfix deps_checkbox deps">
|
300 |
+
<label for="<?php echo $id ?>_already_checked"><?php _e( 'Checked', 'yith-plugin-fw' ) ?></label>
|
301 |
|
302 |
<p>
|
303 |
<input disabled type="checkbox" id="<?php echo $id ?>_already_checked" name="<?php echo $name ?>[][already_checked]" value="1" />
|
304 |
+
<span class="desc inline"><?php _e( 'Select this option if you want this field appears as already checked.', 'yith-plugin-fw' ) ?></span>
|
305 |
</p>
|
306 |
</div>
|
307 |
|
308 |
<div id="<?php echo $id ?>_addoptions" class="the-metabox addoptions clearfix deps_radio deps_select deps">
|
309 |
+
<label for=""><?php _e( 'Add options ', 'yith-plugin-fw' ) ?></label>
|
310 |
+
<a href="#" class="add-field-option button-secondary"><?php _e( 'Add option', 'yith-plugin-fw' ) ?></a><br /><br />
|
311 |
|
312 |
<p class="option">
|
313 |
+
<label><input disabled type="radio" name="<?php echo $name ?>[][option_selected]" value="" /> <?php _e( 'Selected', 'yith-plugin-fw' ) ?>
|
314 |
</label>
|
315 |
<input disabled type="text" name="<?php echo $name ?>[][options][]" value="" style="width:200px" />
|
316 |
+
<a href="#" class="del-field-option button-secondary"><?php _e( 'Delete option', 'yith-plugin-fw' ) ?></a>
|
317 |
</p>
|
318 |
|
319 |
</div>
|
320 |
|
321 |
<div class="the-metabox text clearfix">
|
322 |
+
<label for="<?php echo $id ?>_error"><?php _e( 'Error Message', 'yith-plugin-fw' ) ?></label>
|
323 |
|
324 |
<p>
|
325 |
<input disabled type="text" value="" id="<?php echo $id ?>_error" name="<?php echo $name ?>[][error]" />
|
326 |
+
<span class="desc inline"><?php _e( 'Insert the error message for validation.', 'yith-plugin-fw' ) ?></span>
|
327 |
</p>
|
328 |
</div>
|
329 |
|
330 |
<div class="the-metabox checkbox clearfix">
|
331 |
+
<label for="<?php echo $id ?>_required"><?php _e( 'Required', 'yith-plugin-fw' ) ?></label>
|
332 |
|
333 |
<p>
|
334 |
<input disabled type="checkbox" id="<?php echo $id ?>_required" name="<?php echo $name ?>[][required]" value="1" />
|
335 |
+
<span class="desc inline"><?php _e( 'Select this option if it must be required.', 'yith-plugin-fw' ) ?></span>
|
336 |
</p>
|
337 |
</div>
|
338 |
|
339 |
<div class="the-metabox checkbox clearfix">
|
340 |
+
<label for="<?php echo $id ?>_is_email"><?php _e( 'Email', 'yith-plugin-fw' ) ?></label>
|
341 |
|
342 |
<p>
|
343 |
<input disabled type="checkbox" id="<?php echo $id ?>_is_email" name="<?php echo $name ?>[][is_email]" value="1" />
|
344 |
+
<span class="desc inline"><?php _e( 'Select this option if the email must be valid.', 'yith-plugin-fw' ) ?></span>
|
345 |
</p>
|
346 |
</div>
|
347 |
|
348 |
<div class="the-metabox checkbox clearfix">
|
349 |
+
<label for="<?php echo $id ?>_reply_to"><?php _e( 'Reply To', 'yith-plugin-fw' ) ?></label>
|
350 |
|
351 |
<p>
|
352 |
<input disabled type="checkbox" id="<?php echo $id ?>_reply_to" name="<?php echo $name ?>[][reply_to]" value="1" />
|
353 |
+
<span class="desc inline"><?php _e( 'Select this if it is the email you can reply to.', 'yith-plugin-fw' ) ?></span>
|
354 |
</p>
|
355 |
</div>
|
356 |
|
357 |
<div class="the-metabox text clearfix">
|
358 |
+
<label for="<?php echo $id ?>_class"><?php _e( 'Class', 'yith-plugin-fw' ) ?></label>
|
359 |
|
360 |
<p>
|
361 |
<input disabled type="text" value="" id="<?php echo $id ?>_class" name="<?php echo $name ?>[][class]" />
|
362 |
+
<span class="desc inline"><?php _e( 'Insert additional class(es) (separated by commas) for more personalization.', 'yith-plugin-fw' ) ?></span>
|
363 |
</p>
|
364 |
</div>
|
365 |
|
366 |
<div class="the-metabox text clearfix">
|
367 |
+
<label for="<?php echo $id ?>_icon"><?php _e( 'Icon', 'yith-plugin-fw' ) ?></label>
|
368 |
|
369 |
<div class="option">
|
370 |
|
388 |
|
389 |
<div class="input_wrapper custom_icon">
|
390 |
<input disabled type="text" name="<?php echo $name ?>[][custom]" id="<?php echo $id ?>_icon[custom-icon]" value="" class="upload_img_url upload_custom_icon" />
|
391 |
+
<input disabled type="button" name="<?php echo $name ?>[][custom]-button" value="<?php _e( 'Upload', 'yith-plugin-fw' ) ?>" id="<?php echo $id ?>_icon[custom-icon]-button" class="upload_button button" />
|
392 |
|
393 |
<div class="upload_img_preview" style="margin-top:10px;">
|
394 |
<?php
|
395 |
$file = '';
|
396 |
if ( preg_match( '/(jpg|jpeg|png|gif|ico)$/', $file ) ) {
|
397 |
+
echo __('Image preview', 'yith-plugin-fw') . ': ' . "<img src=\"" . YIT_CORE_ASSETS_URL . "/images/sleep.png\" data-src=\"$file\" />";
|
398 |
}
|
399 |
?>
|
400 |
</div>
|
402 |
</div>
|
403 |
</div>
|
404 |
|
405 |
+
<span class="desc inline"><?php _e( 'Insert an icon for more personalization.', 'yith-plugin-fw' ) ?></span>
|
406 |
</div>
|
407 |
|
408 |
<div class="the-metabox text clearfix">
|
409 |
+
<label for="<?php echo $id ?>_width"><?php _e( 'Width', 'yith-plugin-fw' ) ?></label>
|
410 |
|
411 |
<p>
|
412 |
<select disabled id="<?php echo $id ?>_width" name="<?php echo $name?>[][width]">
|
418 |
}
|
419 |
?>
|
420 |
</select>
|
421 |
+
<span class="desc inline"><?php _e( 'Set field length.', 'yith-plugin-fw' ) ?></span>
|
422 |
</p>
|
423 |
</div>
|
424 |
</div>
|
433 |
|
434 |
$(document).on('click', '#<?php echo $id ?>_addoptions .add-field-option', function(){
|
435 |
var select_index = $(this).data('index');
|
436 |
+
var option = "<p class='option'><label><input type='radio' name='<?php echo $name ?>[option_selected]' value='' /> <?php _e( 'Selected', 'yith-plugin-fw' ) ?></label><input type='text' name='<?php echo $name ?>[" + select_index + "][options][]' style='width:200px' /> <a href='#' class='del-field-option button-secondary'><?php _e( 'Delete option', 'yith-plugin-fw' ) ?></a></p>";
|
437 |
|
438 |
$(option).appendTo( $(this).parents('#<?php echo $id ?>_addoptions') );
|
439 |
return false;
|
plugin-fw/templates/metaboxes/types/customtabs.php
CHANGED
@@ -25,7 +25,7 @@ extract($args);
|
|
25 |
<div id="<?php echo $id ?>-container" <?php if ( isset($deps) ): ?>data-field="<?php echo $id ?>" data-dep="<?php echo $deps['ids'] ?>" data-value="<?php echo $deps['values'] ?>" <?php endif ?>>
|
26 |
<div id="yit_custom_tabs" class="panel wc-metaboxes-wrapper" style="display: block;">
|
27 |
<p class="toolbar">
|
28 |
-
<a href="#" class="close_all"><?php _e('Close all', '
|
29 |
</p>
|
30 |
|
31 |
<div class="yit_custom_tabs wc-metaboxes ui-sortable" style="">
|
@@ -34,7 +34,7 @@ extract($args);
|
|
34 |
<?php foreach( $value as $i=>$tab ): ?>
|
35 |
<div class="yit_custom_tab wc-metabox closed" rel="0">
|
36 |
<h3>
|
37 |
-
<button type="button" class="remove_row button"><?php _e('Remove', '
|
38 |
<div class="handlediv" title="Click to toggle"></div>
|
39 |
<strong class="attribute_name"><?php echo $tab['name'] ?></strong>
|
40 |
</h3>
|
@@ -43,14 +43,14 @@ extract($args);
|
|
43 |
<tbody>
|
44 |
<tr>
|
45 |
<td class="attribute_name">
|
46 |
-
<label><?php _e('Name', '
|
47 |
<input type="text" class="attribute_name" name="<?php echo $name ?>[<?php echo $i ?>][name]" value="<?php echo esc_attr( $tab['name'] ) ?>">
|
48 |
<input type="hidden" name="<?php echo $name ?>[<?php echo $i ?>][position]" class="attribute_position" value="<?php echo $i ?>">
|
49 |
</td>
|
50 |
|
51 |
<td rowspan="3">
|
52 |
-
<label><?php _e('Value', '
|
53 |
-
<textarea name="<?php echo $name ?>[<?php echo $i ?>][value]" cols="5" rows="5" placeholder="<?php _e('Content of the tab. (HTML is supported)','
|
54 |
</td>
|
55 |
</tr>
|
56 |
</tbody>
|
@@ -62,7 +62,7 @@ extract($args);
|
|
62 |
</div>
|
63 |
|
64 |
<p class="toolbar">
|
65 |
-
<button type="button" class="button button-primary add_custom_tab"><?php _e( 'Add custom product tab', '
|
66 |
</p>
|
67 |
|
68 |
<div class="clear"></div>
|
@@ -79,7 +79,7 @@ jQuery(document).ready(function($){
|
|
79 |
// Add custom attribute row
|
80 |
$('.yit_custom_tabs').append('<div class="yit_custom_tab wc-metabox">\
|
81 |
<h3>\
|
82 |
-
<button type="button" class="remove_row button"><?php _e('Remove', '
|
83 |
<div class="handlediv" title="Click to toggle"></div>\
|
84 |
<strong class="attribute_name"></strong>\
|
85 |
</h3>\
|
@@ -87,13 +87,13 @@ jQuery(document).ready(function($){
|
|
87 |
<tbody>\
|
88 |
<tr>\
|
89 |
<td class="attribute_name">\
|
90 |
-
<label><?php _e('Name', '
|
91 |
<input type="text" class="attribute_name" name="<?php echo $name ?>[' + size + '][name]" />\
|
92 |
<input type="hidden" name="<?php echo $name ?>[' + size + '][position]" class="attribute_position" value="' + size + '" />\
|
93 |
</td>\
|
94 |
<td rowspan="3">\
|
95 |
-
<label><?php _e('Value', '
|
96 |
-
<textarea name="<?php echo $name ?>[' + size + '][value]" cols="5" rows="5" placeholder="<?php echo addslashes( __('Content of the tab. (HTML is supported)','
|
97 |
</td>\
|
98 |
</tr>\
|
99 |
</tbody>\
|
@@ -104,7 +104,7 @@ jQuery(document).ready(function($){
|
|
104 |
|
105 |
|
106 |
$('.yit_custom_tabs').on('click', 'button.remove_row', function() {
|
107 |
-
var answer = confirm("<?php _e('Do you want to remove the custom tab?', '
|
108 |
if (answer){
|
109 |
var $parent = $(this).parent().parent();
|
110 |
|
25 |
<div id="<?php echo $id ?>-container" <?php if ( isset($deps) ): ?>data-field="<?php echo $id ?>" data-dep="<?php echo $deps['ids'] ?>" data-value="<?php echo $deps['values'] ?>" <?php endif ?>>
|
26 |
<div id="yit_custom_tabs" class="panel wc-metaboxes-wrapper" style="display: block;">
|
27 |
<p class="toolbar">
|
28 |
+
<a href="#" class="close_all"><?php _e('Close all', 'yith-plugin-fw') ?></a><a href="#" class="expand_all"><?php _e('Expand all', 'yith-plugin-fw') ?></a>
|
29 |
</p>
|
30 |
|
31 |
<div class="yit_custom_tabs wc-metaboxes ui-sortable" style="">
|
34 |
<?php foreach( $value as $i=>$tab ): ?>
|
35 |
<div class="yit_custom_tab wc-metabox closed" rel="0">
|
36 |
<h3>
|
37 |
+
<button type="button" class="remove_row button"><?php _e('Remove', 'yith-plugin-fw') ?></button>
|
38 |
<div class="handlediv" title="Click to toggle"></div>
|
39 |
<strong class="attribute_name"><?php echo $tab['name'] ?></strong>
|
40 |
</h3>
|
43 |
<tbody>
|
44 |
<tr>
|
45 |
<td class="attribute_name">
|
46 |
+
<label><?php _e('Name', 'yith-plugin-fw') ?>:</label>
|
47 |
<input type="text" class="attribute_name" name="<?php echo $name ?>[<?php echo $i ?>][name]" value="<?php echo esc_attr( $tab['name'] ) ?>">
|
48 |
<input type="hidden" name="<?php echo $name ?>[<?php echo $i ?>][position]" class="attribute_position" value="<?php echo $i ?>">
|
49 |
</td>
|
50 |
|
51 |
<td rowspan="3">
|
52 |
+
<label><?php _e('Value', 'yith-plugin-fw') ?>:</label>
|
53 |
+
<textarea name="<?php echo $name ?>[<?php echo $i ?>][value]" cols="5" rows="5" placeholder="<?php _e('Content of the tab. (HTML is supported)','yith-plugin-fw') ?>"><?php echo $tab['value'] ?></textarea>
|
54 |
</td>
|
55 |
</tr>
|
56 |
</tbody>
|
62 |
</div>
|
63 |
|
64 |
<p class="toolbar">
|
65 |
+
<button type="button" class="button button-primary add_custom_tab"><?php _e( 'Add custom product tab', 'yith-plugin-fw' ) ?></button>
|
66 |
</p>
|
67 |
|
68 |
<div class="clear"></div>
|
79 |
// Add custom attribute row
|
80 |
$('.yit_custom_tabs').append('<div class="yit_custom_tab wc-metabox">\
|
81 |
<h3>\
|
82 |
+
<button type="button" class="remove_row button"><?php _e('Remove', 'yith-plugin-fw') ?></button>\
|
83 |
<div class="handlediv" title="Click to toggle"></div>\
|
84 |
<strong class="attribute_name"></strong>\
|
85 |
</h3>\
|
87 |
<tbody>\
|
88 |
<tr>\
|
89 |
<td class="attribute_name">\
|
90 |
+
<label><?php _e('Name', 'yith-plugin-fw') ?>:</label>\
|
91 |
<input type="text" class="attribute_name" name="<?php echo $name ?>[' + size + '][name]" />\
|
92 |
<input type="hidden" name="<?php echo $name ?>[' + size + '][position]" class="attribute_position" value="' + size + '" />\
|
93 |
</td>\
|
94 |
<td rowspan="3">\
|
95 |
+
<label><?php _e('Value', 'yith-plugin-fw') ?>:</label>\
|
96 |
+
<textarea name="<?php echo $name ?>[' + size + '][value]" cols="5" rows="5" placeholder="<?php echo addslashes( __('Content of the tab. (HTML is supported)','yith-plugin-fw') ) ?>"></textarea>\
|
97 |
</td>\
|
98 |
</tr>\
|
99 |
</tbody>\
|
104 |
|
105 |
|
106 |
$('.yit_custom_tabs').on('click', 'button.remove_row', function() {
|
107 |
+
var answer = confirm("<?php _e('Do you want to remove the custom tab?', 'yith-plugin-fw') ?>");
|
108 |
if (answer){
|
109 |
var $parent = $(this).parent().parent();
|
110 |
|
plugin-fw/templates/metaboxes/types/icon-list.php
CHANGED
@@ -66,13 +66,13 @@ $options['icon'] = YIT_Plugin_Common::get_icon_list();
|
|
66 |
|
67 |
<div class="input_wrapper custom_icon_wrapper upload" style="clear:both;">
|
68 |
<input type="text" name="<?php echo $name ?>[custom]" id="<?php echo $id ?>[custom]" value="<?php echo $current_options['custom'] ?>" class="upload_img_url upload_custom_icon" />
|
69 |
-
<input type="button" value="<?php _e( 'Upload', '
|
70 |
|
71 |
<div class="upload_img_preview" style="margin-top:10px;">
|
72 |
<?php
|
73 |
$file = $current_options['custom'];
|
74 |
if ( preg_match( '/(jpg|jpeg|png|gif|ico)$/', $file ) ) {
|
75 |
-
echo __('Image preview', '
|
76 |
}
|
77 |
?>
|
78 |
</div>
|
@@ -86,9 +86,9 @@ $options['icon'] = YIT_Plugin_Common::get_icon_list();
|
|
86 |
<div class="description">
|
87 |
<?php echo $desc ?>
|
88 |
<?php if( $std['select'] == 'custom' ) : ?>
|
89 |
-
<?php printf( __( '(Default: %s <img src="%s"/>)', '
|
90 |
<?php else: ?>
|
91 |
-
<?php printf( __( '(Default: <i %s></i> )', '
|
92 |
<?php endif; ?>
|
93 |
</div>
|
94 |
|
66 |
|
67 |
<div class="input_wrapper custom_icon_wrapper upload" style="clear:both;">
|
68 |
<input type="text" name="<?php echo $name ?>[custom]" id="<?php echo $id ?>[custom]" value="<?php echo $current_options['custom'] ?>" class="upload_img_url upload_custom_icon" />
|
69 |
+
<input type="button" value="<?php _e( 'Upload', 'yith-plugin-fw' ) ?>" id="<?php echo $id; ?>-custom-button" class="upload_button button" />
|
70 |
|
71 |
<div class="upload_img_preview" style="margin-top:10px;">
|
72 |
<?php
|
73 |
$file = $current_options['custom'];
|
74 |
if ( preg_match( '/(jpg|jpeg|png|gif|ico)$/', $file ) ) {
|
75 |
+
echo __('Image preview', 'yith-plugin-fw') . ': ' . "<img src=\"" . YIT_CORE_ASSETS_URL . "/images/sleep.png\" data-src=\"$file\" />";
|
76 |
}
|
77 |
?>
|
78 |
</div>
|
86 |
<div class="description">
|
87 |
<?php echo $desc ?>
|
88 |
<?php if( $std['select'] == 'custom' ) : ?>
|
89 |
+
<?php printf( __( '(Default: %s <img src="%s"/>)', 'yith-plugin-fw' ), $options['select']['custom'], $std['custom'] ) ?>
|
90 |
<?php else: ?>
|
91 |
+
<?php printf( __( '(Default: <i %s></i> )', 'yith-plugin-fw' ), $current_icon ) ?>
|
92 |
<?php endif; ?>
|
93 |
</div>
|
94 |
|
plugin-fw/templates/metaboxes/types/image-gallery.php
CHANGED
@@ -37,12 +37,12 @@ if ( !empty( $value ) ) {
|
|
37 |
endif; ?>
|
38 |
</a>
|
39 |
<ul class="actions">
|
40 |
-
<li><a href="#" class="delete" title="<?php _e( 'Delete image', '
|
41 |
</ul>
|
42 |
</li>
|
43 |
<?php endforeach; endif; ?>
|
44 |
</ul>
|
45 |
-
<input type="button" data-choose="<?php _e( 'Add Images to Gallery', '
|
46 |
<input type="hidden" class="image_gallery_ids" id="image_gallery_ids" name="<?php echo $name ?>" value="<?php echo esc_attr( $value ); ?>" />
|
47 |
</p>
|
48 |
</div>
|
37 |
endif; ?>
|
38 |
</a>
|
39 |
<ul class="actions">
|
40 |
+
<li><a href="#" class="delete" title="<?php _e( 'Delete image', 'yith-plugin-fw' ); ?>">x</a></li>
|
41 |
</ul>
|
42 |
</li>
|
43 |
<?php endforeach; endif; ?>
|
44 |
</ul>
|
45 |
+
<input type="button" data-choose="<?php _e( 'Add Images to Gallery', 'yith-plugin-fw' ); ?>" data-update="<?php _e( 'Add to gallery', 'yith-plugin-fw' ); ?>" value="<?php _e( 'Add images', 'yith-plugin-fw' ) ?>" data-delete="<?php _e( 'Delete image', 'yith-plugin-fw' ); ?>" data-text="<?php _e( 'Delete', 'yith-plugin-fw' ); ?>" id="<?php echo $id ?>-button" class="image-gallery-button button" />
|
46 |
<input type="hidden" class="image_gallery_ids" id="image_gallery_ids" name="<?php echo $name ?>" value="<?php echo esc_attr( $value ); ?>" />
|
47 |
</p>
|
48 |
</div>
|
plugin-fw/templates/metaboxes/types/images.php
CHANGED
@@ -35,11 +35,11 @@ if ( empty( $value ) || ! is_array( $value ) )
|
|
35 |
endif; ?>
|
36 |
<input type="hidden" name="<?php echo $name ?>[]" value="<?php echo esc_attr( $image_id ) ?>" />
|
37 |
</a>
|
38 |
-
<a href="#" title="<?php _e( 'Delete image', '
|
39 |
</li>
|
40 |
<?php endforeach; endif; ?>
|
41 |
</ul>
|
42 |
-
<a href="#" class="button-secondary upload-extra-images" id="<?php echo $id ?>-upload-extra-images"><?php _e( 'Upload new images', '
|
43 |
</div>
|
44 |
<script type="text/javascript">
|
45 |
jQuery(document).ready(function($){
|
@@ -61,7 +61,7 @@ if ( empty( $value ) || ! is_array( $value ) )
|
|
61 |
var baseurl = imgurl.replace( '.' + thumburl[0], '' );
|
62 |
thumburl = baseurl + '-140x100.' + thumburl[0];
|
63 |
|
64 |
-
$('#<?php echo $id ?>-extra-images.slides-wrapper').append('<li><a href="#"><img src="'+thumburl+'" width="140" height="100" /> <input type="hidden" name="<?php echo $name ?>[]" value="'+image_id+'" /></a><a href="#" title="<?php echo addslashes( __( 'Delete image', '
|
65 |
});
|
66 |
|
67 |
tb_remove();
|
@@ -72,7 +72,7 @@ if ( empty( $value ) || ! is_array( $value ) )
|
|
72 |
});
|
73 |
|
74 |
$('#<?php echo $id ?>-extra-images a.delete').on( 'click', function(){
|
75 |
-
if ( confirm( "<?php _e( 'Are you sure you want to remove this image?', '
|
76 |
$(this).parent().remove();
|
77 |
}
|
78 |
|
35 |
endif; ?>
|
36 |
<input type="hidden" name="<?php echo $name ?>[]" value="<?php echo esc_attr( $image_id ) ?>" />
|
37 |
</a>
|
38 |
+
<a href="#" title="<?php _e( 'Delete image', 'yith-plugin-fw' ) ?>" class="delete">X</a>
|
39 |
</li>
|
40 |
<?php endforeach; endif; ?>
|
41 |
</ul>
|
42 |
+
<a href="#" class="button-secondary upload-extra-images" id="<?php echo $id ?>-upload-extra-images"><?php _e( 'Upload new images', 'yith-plugin-fw' ) ?></a>
|
43 |
</div>
|
44 |
<script type="text/javascript">
|
45 |
jQuery(document).ready(function($){
|
61 |
var baseurl = imgurl.replace( '.' + thumburl[0], '' );
|
62 |
thumburl = baseurl + '-140x100.' + thumburl[0];
|
63 |
|
64 |
+
$('#<?php echo $id ?>-extra-images.slides-wrapper').append('<li><a href="#"><img src="'+thumburl+'" width="140" height="100" /> <input type="hidden" name="<?php echo $name ?>[]" value="'+image_id+'" /></a><a href="#" title="<?php echo addslashes( __( 'Delete image', 'yith-plugin-fw' ) ) ?>" class="delete">X</a></li>');
|
65 |
});
|
66 |
|
67 |
tb_remove();
|
72 |
});
|
73 |
|
74 |
$('#<?php echo $id ?>-extra-images a.delete').on( 'click', function(){
|
75 |
+
if ( confirm( "<?php _e( 'Are you sure you want to remove this image?', 'yith-plugin-fw' ) ?>" ) ) {
|
76 |
$(this).parent().remove();
|
77 |
}
|
78 |
|
plugin-fw/templates/metaboxes/types/preview.php
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* This file belongs to the YIT Plugin Framework.
|
4 |
+
*
|
5 |
+
* This source file is subject to the GNU GENERAL PUBLIC LICENSE (GPL 3.0)
|
6 |
+
* that is bundled with this package in the file LICENSE.txt.
|
7 |
+
* It is also available through the world-wide-web at this URL:
|
8 |
+
* http://www.gnu.org/licenses/gpl-3.0.txt
|
9 |
+
*/
|
10 |
+
if ( ! defined( 'ABSPATH' ) ) {
|
11 |
+
exit;
|
12 |
+
} // Exit if accessed directly
|
13 |
+
|
14 |
+
extract( $args );
|
15 |
+
|
16 |
+
?>
|
17 |
+
<div id="<?php echo $id ?>-container" <?php if ( isset( $deps ) ): ?> data-field="<?php echo $id ?>" data-dep="<?php echo $deps['ids'] ?>" data-value="<?php echo $deps['values'] ?>" <?php endif ?>>
|
18 |
+
<img src="<?php echo $value ?>" class="yit-preview">
|
19 |
+
</div>
|
plugin-fw/templates/metaboxes/types/responsivesliders.php
CHANGED
@@ -21,7 +21,7 @@ $options = yit_get_responsive_sliders();
|
|
21 |
<div class="select_wrapper">
|
22 |
<select id="<?php echo $id ?>" name="<?php echo $name ?>" <?php if ( isset( $std ) ) : ?>data-std="<?php echo $std ?>"<?php endif ?>>
|
23 |
<option></option>
|
24 |
-
<option value="none"><?php _e( 'None', '
|
25 |
<?php foreach ( $options as $key => $item ) : ?>
|
26 |
<option value="<?php echo esc_attr( $key ) ?>"<?php selected( $key, $value ) ?>><?php echo $item ?></option>
|
27 |
<?php endforeach; ?>
|
21 |
<div class="select_wrapper">
|
22 |
<select id="<?php echo $id ?>" name="<?php echo $name ?>" <?php if ( isset( $std ) ) : ?>data-std="<?php echo $std ?>"<?php endif ?>>
|
23 |
<option></option>
|
24 |
+
<option value="none"><?php _e( 'None', 'yith-plugin-fw' ) ?></option>
|
25 |
<?php foreach ( $options as $key => $item ) : ?>
|
26 |
<option value="<?php echo esc_attr( $key ) ?>"<?php selected( $key, $value ) ?>><?php echo $item ?></option>
|
27 |
<?php endforeach; ?>
|
plugin-fw/templates/metaboxes/types/select-icon.php
CHANGED
@@ -30,13 +30,13 @@ $current_options = wp_parse_args( $args['value'], $args['std'] );
|
|
30 |
|
31 |
<div class="input_wrapper custom_icon">
|
32 |
<input type="text" name="<?php echo $name ?>[custom]" id="<?php echo $id ?>[custom]" value="<?php echo $current_options['custom'] ?>" class="upload_img_url upload_custom_icon" />
|
33 |
-
<input type="button" value="<?php _e( 'Upload', '
|
34 |
|
35 |
<div class="upload_img_preview" style="margin-top:10px;">
|
36 |
<?php
|
37 |
$file = $current_options['custom'];
|
38 |
if ( preg_match( '/(jpg|jpeg|png|gif|ico)$/', $file ) ) {
|
39 |
-
echo __( 'Image preview', '
|
40 |
}
|
41 |
?>
|
42 |
</div>
|
30 |
|
31 |
<div class="input_wrapper custom_icon">
|
32 |
<input type="text" name="<?php echo $name ?>[custom]" id="<?php echo $id ?>[custom]" value="<?php echo $current_options['custom'] ?>" class="upload_img_url upload_custom_icon" />
|
33 |
+
<input type="button" value="<?php _e( 'Upload', 'yith-plugin-fw' ) ?>" id="<?php echo $id; ?>-custom-button" class="upload_button button" />
|
34 |
|
35 |
<div class="upload_img_preview" style="margin-top:10px;">
|
36 |
<?php
|
37 |
$file = $current_options['custom'];
|
38 |
if ( preg_match( '/(jpg|jpeg|png|gif|ico)$/', $file ) ) {
|
39 |
+
echo __( 'Image preview', 'yith-plugin-fw' ) . ': ' . "<img src=\"" . YIT_CORE_ASSETS_URL . "/images/sleep.png\" data-src=\"$file\" />";
|
40 |
}
|
41 |
?>
|
42 |
</div>
|
plugin-fw/templates/metaboxes/types/sidebar-layout.php
CHANGED
@@ -22,16 +22,16 @@ $sidebar = ! isset( $value['sidebar'] ) ? '' : $value['sidebar'];
|
|
22 |
|
23 |
<p class="yit-sidebar-layout">
|
24 |
<input type="radio" name="<?php echo $name ?>[layout]" id="<?php echo $id . '-left' ?>" value="sidebar-left" <?php checked( $layout, 'sidebar-left' ) ?> />
|
25 |
-
<img src="<?php echo YIT_CORE_ASSETS_URL ?>/images/sideleft.png" title="<?php _e( 'Left sidebar', '
|
26 |
|
27 |
<input type="radio" name="<?php echo $name ?>[layout]" id="<?php echo $id . '-no' ?>" value="sidebar-no" <?php checked( $layout, 'sidebar-no' ) ?> />
|
28 |
-
<img src="<?php echo YIT_CORE_ASSETS_URL ?>/images/noside.png" title="<?php _e( 'No sidebar', '
|
29 |
|
30 |
<input type="radio" name="<?php echo $name ?>[layout]" id="<?php echo $id . '-right' ?>" value="sidebar-right" <?php checked( $layout, 'sidebar-right' ) ?> />
|
31 |
-
<img src="<?php echo YIT_CORE_ASSETS_URL ?>/images/sideright.png" title="<?php _e( 'Right sidebar', '
|
32 |
|
33 |
<select name="<?php echo $name ?>[sidebar]" id="<?php echo $id ?>-sidebar">
|
34 |
-
<option value="-1"><?php _e( 'Choose a sidebar', '
|
35 |
<?php foreach ( yit_registered_sidebars() as $val => $option ) { ?>
|
36 |
<option value="<?php echo esc_attr( $val ) ?>" <?php selected( $sidebar, $val ) ?>><?php echo $option; ?></option>
|
37 |
<?php } ?>
|
22 |
|
23 |
<p class="yit-sidebar-layout">
|
24 |
<input type="radio" name="<?php echo $name ?>[layout]" id="<?php echo $id . '-left' ?>" value="sidebar-left" <?php checked( $layout, 'sidebar-left' ) ?> />
|
25 |
+
<img src="<?php echo YIT_CORE_ASSETS_URL ?>/images/sideleft.png" title="<?php _e( 'Left sidebar', 'yith-plugin-fw' ) ?>" alt="<?php _e( 'Left sidebar', 'yith-plugin-fw' ) ?>" />
|
26 |
|
27 |
<input type="radio" name="<?php echo $name ?>[layout]" id="<?php echo $id . '-no' ?>" value="sidebar-no" <?php checked( $layout, 'sidebar-no' ) ?> />
|
28 |
+
<img src="<?php echo YIT_CORE_ASSETS_URL ?>/images/noside.png" title="<?php _e( 'No sidebar', 'yith-plugin-fw' ) ?>" alt="<?php _e( 'No sidebar', 'yith-plugin-fw' ) ?>" />
|
29 |
|
30 |
<input type="radio" name="<?php echo $name ?>[layout]" id="<?php echo $id . '-right' ?>" value="sidebar-right" <?php checked( $layout, 'sidebar-right' ) ?> />
|
31 |
+
<img src="<?php echo YIT_CORE_ASSETS_URL ?>/images/sideright.png" title="<?php _e( 'Right sidebar', 'yith-plugin-fw' ) ?>" alt="<?php _e( 'Right sidebar', 'yith-plugin-fw' ) ?>" />
|
32 |
|
33 |
<select name="<?php echo $name ?>[sidebar]" id="<?php echo $id ?>-sidebar">
|
34 |
+
<option value="-1"><?php _e( 'Choose a sidebar', 'yith-plugin-fw' ) ?></option>
|
35 |
<?php foreach ( yit_registered_sidebars() as $val => $option ) { ?>
|
36 |
<option value="<?php echo esc_attr( $val ) ?>" <?php selected( $sidebar, $val ) ?>><?php echo $option; ?></option>
|
37 |
<?php } ?>
|
plugin-fw/templates/metaboxes/types/sidebars.php
CHANGED
@@ -33,24 +33,24 @@ $sidebar_right = ! isset( $value['sidebar-right'] ) ? '-1' : $value['sidebar-ri
|
|
33 |
<label for="_slider_name"><?php echo $label ?></label>
|
34 |
|
35 |
<input type="radio" name="<?php echo $name ?>[layout]" id="<?php echo $id . '-left' ?>" value="sidebar-left" <?php checked( $layout, 'sidebar-left' ) ?> />
|
36 |
-
<img src="<?php echo YIT_CORE_PLUGIN_URL ?>/assets/images/sidebar-left.png" title="<?php _e( 'Left sidebar', '
|
37 |
|
38 |
<input type="radio" name="<?php echo $name ?>[layout]" id="<?php echo $id . '-right' ?>" value="sidebar-right" <?php checked( $layout, 'sidebar-right' ) ?> />
|
39 |
-
<img src="<?php echo YIT_CORE_PLUGIN_URL ?>/assets/images/sidebar-right.png" title="<?php _e( 'Right sidebar', '
|
40 |
|
41 |
<input type="radio" name="<?php echo $name ?>[layout]" id="<?php echo $id . '-double' ?>" value="sidebar-double" <?php checked( $layout, 'sidebar-double' ) ?> />
|
42 |
-
<img src="<?php echo YIT_CORE_PLUGIN_URL ?>/assets/images/double-sidebar.png" title="<?php _e( 'No sidebar', '
|
43 |
|
44 |
<input type="radio" name="<?php echo $name ?>[layout]" id="<?php echo $id . '-no' ?>" value="sidebar-no" <?php checked( $layout, 'sidebar-no' ) ?> />
|
45 |
-
<img src="<?php echo YIT_CORE_PLUGIN_URL ?>/assets/images/no-sidebar.png" title="<?php _e( 'No sidebar', '
|
46 |
</div>
|
47 |
<div class="clearfix"></div>
|
48 |
<div class="option" id="choose-sidebars">
|
49 |
<div class="side">
|
50 |
<div class="select-mask" <?php if ( $layout != 'sidebar-double' && $layout != 'sidebar-left' ) { echo 'style="display:none"'; } ?> id="<?php echo $id ?>-sidebar-left-container">
|
51 |
-
<label for ="<?php echo $id ?>-sidebar-left"><?php _e('Left Sidebar','
|
52 |
<select name="<?php echo $name ?>[sidebar-left]" id="<?php echo $id ?>-sidebar-left">
|
53 |
-
<option value="-1"><?php _e( 'Choose a sidebar', '
|
54 |
<?php foreach ( yit_registered_sidebars() as $val => $option ) { ?>
|
55 |
<option value="<?php echo esc_attr( $val ) ?>" <?php selected( $sidebar_left, $val ) ?>><?php echo $option; ?></option>
|
56 |
<?php } ?>
|
@@ -59,9 +59,9 @@ $sidebar_right = ! isset( $value['sidebar-right'] ) ? '-1' : $value['sidebar-ri
|
|
59 |
</div>
|
60 |
<div class="side" style="clear: both">
|
61 |
<div class="select-mask" <?php if ( $layout != 'sidebar-double' && $layout != 'sidebar-right' ) { echo 'style="display:none"'; } ?> id="<?php echo $id ?>-sidebar-right-container">
|
62 |
-
<label for ="<?php echo $id ?>-sidebar-right"><?php _e('Right Sidebar','
|
63 |
<select name="<?php echo $name ?>[sidebar-right]" id="<?php echo $id ?>-sidebar-right">
|
64 |
-
<option value="-1"><?php _e( 'Choose a sidebar', '
|
65 |
<?php foreach ( yit_registered_sidebars() as $val => $option ) { ?>
|
66 |
<option value="<?php echo esc_attr( $val ) ?>" <?php selected( $sidebar_right, $val ) ?>><?php echo $option; ?></option>
|
67 |
<?php } ?>
|
33 |
<label for="_slider_name"><?php echo $label ?></label>
|
34 |
|
35 |
<input type="radio" name="<?php echo $name ?>[layout]" id="<?php echo $id . '-left' ?>" value="sidebar-left" <?php checked( $layout, 'sidebar-left' ) ?> />
|
36 |
+
<img src="<?php echo YIT_CORE_PLUGIN_URL ?>/assets/images/sidebar-left.png" title="<?php _e( 'Left sidebar', 'yith-plugin-fw' ) ?>" alt="<?php _e( 'Left sidebar', 'yith-plugin-fw' ) ?>" class="<?php echo $id . '-left' ?>" />
|
37 |
|
38 |
<input type="radio" name="<?php echo $name ?>[layout]" id="<?php echo $id . '-right' ?>" value="sidebar-right" <?php checked( $layout, 'sidebar-right' ) ?> />
|
39 |
+
<img src="<?php echo YIT_CORE_PLUGIN_URL ?>/assets/images/sidebar-right.png" title="<?php _e( 'Right sidebar', 'yith-plugin-fw' ) ?>" alt="<?php _e( 'Right sidebar', 'yith-plugin-fw' ) ?>" class="<?php echo $id . '-right' ?>" />
|
40 |
|
41 |
<input type="radio" name="<?php echo $name ?>[layout]" id="<?php echo $id . '-double' ?>" value="sidebar-double" <?php checked( $layout, 'sidebar-double' ) ?> />
|
42 |
+
<img src="<?php echo YIT_CORE_PLUGIN_URL ?>/assets/images/double-sidebar.png" title="<?php _e( 'No sidebar', 'yith-plugin-fw' ) ?>" alt="<?php _e( 'No sidebar', 'yith-plugin-fw' ) ?>" class="<?php echo $id . '-double' ?>" />
|
43 |
|
44 |
<input type="radio" name="<?php echo $name ?>[layout]" id="<?php echo $id . '-no' ?>" value="sidebar-no" <?php checked( $layout, 'sidebar-no' ) ?> />
|
45 |
+
<img src="<?php echo YIT_CORE_PLUGIN_URL ?>/assets/images/no-sidebar.png" title="<?php _e( 'No sidebar', 'yith-plugin-fw' ) ?>" alt="<?php _e( 'No sidebar', 'yith-plugin-fw' ) ?>" class="<?php echo $id . '-no' ?>" />
|
46 |
</div>
|
47 |
<div class="clearfix"></div>
|
48 |
<div class="option" id="choose-sidebars">
|
49 |
<div class="side">
|
50 |
<div class="select-mask" <?php if ( $layout != 'sidebar-double' && $layout != 'sidebar-left' ) { echo 'style="display:none"'; } ?> id="<?php echo $id ?>-sidebar-left-container">
|
51 |
+
<label for ="<?php echo $id ?>-sidebar-left"><?php _e('Left Sidebar','yith-plugin-fw') ?></label>
|
52 |
<select name="<?php echo $name ?>[sidebar-left]" id="<?php echo $id ?>-sidebar-left">
|
53 |
+
<option value="-1"><?php _e( 'Choose a sidebar', 'yith-plugin-fw' ) ?></option>
|
54 |
<?php foreach ( yit_registered_sidebars() as $val => $option ) { ?>
|
55 |
<option value="<?php echo esc_attr( $val ) ?>" <?php selected( $sidebar_left, $val ) ?>><?php echo $option; ?></option>
|
56 |
<?php } ?>
|
59 |
</div>
|
60 |
<div class="side" style="clear: both">
|
61 |
<div class="select-mask" <?php if ( $layout != 'sidebar-double' && $layout != 'sidebar-right' ) { echo 'style="display:none"'; } ?> id="<?php echo $id ?>-sidebar-right-container">
|
62 |
+
<label for ="<?php echo $id ?>-sidebar-right"><?php _e('Right Sidebar','yith-plugin-fw') ?></label>
|
63 |
<select name="<?php echo $name ?>[sidebar-right]" id="<?php echo $id ?>-sidebar-right">
|
64 |
+
<option value="-1"><?php _e( 'Choose a sidebar', 'yith-plugin-fw' ) ?></option>
|
65 |
<?php foreach ( yit_registered_sidebars() as $val => $option ) { ?>
|
66 |
<option value="<?php echo esc_attr( $val ) ?>" <?php selected( $sidebar_right, $val ) ?>><?php echo $option; ?></option>
|
67 |
<?php } ?>
|
plugin-fw/templates/metaboxes/types/typography.php
CHANGED
@@ -39,10 +39,10 @@ $value = wp_parse_args( $value, $defaults );
|
|
39 |
<!-- Unit -->
|
40 |
<div class="select_wrapper font-unit">
|
41 |
<select name="<?php echo $name ?>[unit]" id="<?php echo $id ?>-unit">
|
42 |
-
<option value="px" <?php selected( $value['unit'], 'px' ) ?>><?php _e( 'px', '
|
43 |
-
<option value="em" <?php selected( $value['unit'], 'em' ) ?>><?php _e( 'em', '
|
44 |
-
<option value="pt" <?php selected( $value['unit'], 'pt' ) ?>><?php _e( 'pt', '
|
45 |
-
<option value="rem" <?php selected( $value['unit'], 'rem' ) ?>><?php _e( 'rem', '
|
46 |
</select>
|
47 |
</div>
|
48 |
<?php endif; ?>
|
@@ -56,7 +56,7 @@ $value = wp_parse_args( $value, $defaults );
|
|
56 |
$google_fonts = yit_get_google_fonts();
|
57 |
|
58 |
if ( ! empty( $web_fonts ) ) {
|
59 |
-
echo '<optgroup label="' . __( 'Web fonts', '
|
60 |
|
61 |
foreach ( $web_fonts as $font_name => $rule ) {
|
62 |
?>
|
@@ -68,7 +68,7 @@ $value = wp_parse_args( $value, $defaults );
|
|
68 |
}
|
69 |
|
70 |
if ( ! empty( $google_fonts ) ) {
|
71 |
-
echo '<optgroup label="' . __( 'Google fonts', '
|
72 |
|
73 |
foreach ( $google_fonts->items as $font ) {
|
74 |
// $font_human = trim( stripslashes( end( array_slice( explode( ',', $font ), 0, 1 ) ) ), "'" );
|
@@ -93,11 +93,11 @@ $value = wp_parse_args( $value, $defaults );
|
|
93 |
<!-- Style -->
|
94 |
<div class="select_wrapper font-style">
|
95 |
<select name="<?php echo $name ?>[style]" id="<?php echo $id ?>-style">
|
96 |
-
<option value="regular" <?php selected( $value['style'], 'regular' ) ?>><?php _e( 'Regular', '
|
97 |
-
<option value="bold" <?php selected( $value['style'], 'bold' ) ?>><?php _e( 'Bold', '
|
98 |
-
<option value="extra-bold" <?php selected( $std['style'], 'extra-bold' ) ?>><?php _e( 'Extra bold', '
|
99 |
-
<option value="italic" <?php selected( $value['style'], 'italic' ) ?>><?php _e( 'Italic', '
|
100 |
-
<option value="bold-italic" <?php selected( $value['style'], 'bold-italic' ) ?>><?php _e( 'Italic bold', '
|
101 |
</select>
|
102 |
</div>
|
103 |
<?php endif; ?>
|
@@ -150,7 +150,7 @@ $value = wp_parse_args( $value, $defaults );
|
|
150 |
var group = $('#<?php echo $id ?>-family').find('option:selected').parent().attr('label');
|
151 |
|
152 |
if ($('#<?php echo $id ?>-family').length > 0) {
|
153 |
-
if (group == '<?php _e( 'Web fonts', '
|
154 |
//Web font
|
155 |
preview.css('font-family', $('#<?php echo $id ?>-family').val());
|
156 |
} else {
|
@@ -214,7 +214,7 @@ $value = wp_parse_args( $value, $defaults );
|
|
214 |
$('#<?php echo $id ?>-family').change(function () {
|
215 |
var group = $(this).find('option:selected').parent().attr('label');
|
216 |
|
217 |
-
if (group == '<?php _e( 'Web fonts', '
|
218 |
//Web font
|
219 |
preview.css('font-family', $(this).val());
|
220 |
} else {
|
39 |
<!-- Unit -->
|
40 |
<div class="select_wrapper font-unit">
|
41 |
<select name="<?php echo $name ?>[unit]" id="<?php echo $id ?>-unit">
|
42 |
+
<option value="px" <?php selected( $value['unit'], 'px' ) ?>><?php _e( 'px', 'yith-plugin-fw' ) ?></option>
|
43 |
+
<option value="em" <?php selected( $value['unit'], 'em' ) ?>><?php _e( 'em', 'yith-plugin-fw' ) ?></option>
|
44 |
+
<option value="pt" <?php selected( $value['unit'], 'pt' ) ?>><?php _e( 'pt', 'yith-plugin-fw' ) ?></option>
|
45 |
+
<option value="rem" <?php selected( $value['unit'], 'rem' ) ?>><?php _e( 'rem', 'yith-plugin-fw' ) ?></option>
|
46 |
</select>
|
47 |
</div>
|
48 |
<?php endif; ?>
|
56 |
$google_fonts = yit_get_google_fonts();
|
57 |
|
58 |
if ( ! empty( $web_fonts ) ) {
|
59 |
+
echo '<optgroup label="' . __( 'Web fonts', 'yith-plugin-fw' ) . '">';
|
60 |
|
61 |
foreach ( $web_fonts as $font_name => $rule ) {
|
62 |
?>
|
68 |
}
|
69 |
|
70 |
if ( ! empty( $google_fonts ) ) {
|
71 |
+
echo '<optgroup label="' . __( 'Google fonts', 'yith-plugin-fw' ) . '">';
|
72 |
|
73 |
foreach ( $google_fonts->items as $font ) {
|
74 |
// $font_human = trim( stripslashes( end( array_slice( explode( ',', $font ), 0, 1 ) ) ), "'" );
|
93 |
<!-- Style -->
|
94 |
<div class="select_wrapper font-style">
|
95 |
<select name="<?php echo $name ?>[style]" id="<?php echo $id ?>-style">
|
96 |
+
<option value="regular" <?php selected( $value['style'], 'regular' ) ?>><?php _e( 'Regular', 'yith-plugin-fw' ) ?></option>
|
97 |
+
<option value="bold" <?php selected( $value['style'], 'bold' ) ?>><?php _e( 'Bold', 'yith-plugin-fw' ) ?></option>
|
98 |
+
<option value="extra-bold" <?php selected( $std['style'], 'extra-bold' ) ?>><?php _e( 'Extra bold', 'yith-plugin-fw' ) ?></option>
|
99 |
+
<option value="italic" <?php selected( $value['style'], 'italic' ) ?>><?php _e( 'Italic', 'yith-plugin-fw' ) ?></option>
|
100 |
+
<option value="bold-italic" <?php selected( $value['style'], 'bold-italic' ) ?>><?php _e( 'Italic bold', 'yith-plugin-fw' ) ?></option>
|
101 |
</select>
|
102 |
</div>
|
103 |
<?php endif; ?>
|
150 |
var group = $('#<?php echo $id ?>-family').find('option:selected').parent().attr('label');
|
151 |
|
152 |
if ($('#<?php echo $id ?>-family').length > 0) {
|
153 |
+
if (group == '<?php _e( 'Web fonts', 'yith-plugin-fw' ) ?>') {
|
154 |
//Web font
|
155 |
preview.css('font-family', $('#<?php echo $id ?>-family').val());
|
156 |
} else {
|
214 |
$('#<?php echo $id ?>-family').change(function () {
|
215 |
var group = $(this).find('option:selected').parent().attr('label');
|
216 |
|
217 |
+
if (group == '<?php _e( 'Web fonts', 'yith-plugin-fw' ) ?>') {
|
218 |
//Web font
|
219 |
preview.css('font-family', $(this).val());
|
220 |
} else {
|
plugin-fw/templates/metaboxes/types/upload.php
CHANGED
@@ -18,7 +18,7 @@ extract( $args );
|
|
18 |
<label for="<?php echo $id ?>"><?php echo $label ?></label>
|
19 |
<p>
|
20 |
<input type="text" id="<?php echo $id ?>" name="<?php echo $name ?>" value="<?php echo esc_attr( $value ) ?>" <?php if( isset( $std ) ) : ?>data-std="<?php echo $std ?>"<?php endif ?> class="upload_img_url"/>
|
21 |
-
<input type="button" class="button-secondary upload_button" id="<?php echo $id ?>-button" value="<?php _e( 'Upload', '
|
22 |
<span class="desc inline"><?php echo $desc ?></span>
|
23 |
</p>
|
24 |
</div>
|
18 |
<label for="<?php echo $id ?>"><?php echo $label ?></label>
|
19 |
<p>
|
20 |
<input type="text" id="<?php echo $id ?>" name="<?php echo $name ?>" value="<?php echo esc_attr( $value ) ?>" <?php if( isset( $std ) ) : ?>data-std="<?php echo $std ?>"<?php endif ?> class="upload_img_url"/>
|
21 |
+
<input type="button" class="button-secondary upload_button" id="<?php echo $id ?>-button" value="<?php _e( 'Upload', 'yith-plugin-fw' ) ?>" />
|
22 |
<span class="desc inline"><?php echo $desc ?></span>
|
23 |
</p>
|
24 |
</div>
|
plugin-fw/templates/panel/infobox.php
CHANGED
@@ -14,10 +14,10 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
14 |
|
15 |
/**
|
16 |
* 'section_general_settings_boxinfo' => array(
|
17 |
-
* 'name' => __( 'General information', '
|
18 |
* 'type' => 'boxinfo',
|
19 |
* 'default' => array(
|
20 |
-
* 'plugin_name' => __( 'Plugin Name', '
|
21 |
* 'buy_url' => 'http://www.yithemes.com',
|
22 |
* 'demo_url' => 'http://plugins.yithemes.com/demo-url/'
|
23 |
* ),
|
14 |
|
15 |
/**
|
16 |
* 'section_general_settings_boxinfo' => array(
|
17 |
+
* 'name' => __( 'General information', 'yith-plugin-fw' ),
|
18 |
* 'type' => 'boxinfo',
|
19 |
* 'default' => array(
|
20 |
+
* 'plugin_name' => __( 'Plugin Name', 'yith-plugin-fw' ),
|
21 |
* 'buy_url' => 'http://www.yithemes.com',
|
22 |
* 'demo_url' => 'http://plugins.yithemes.com/demo-url/'
|
23 |
* ),
|
plugin-fw/templates/panel/types/upload.php
CHANGED
@@ -28,7 +28,7 @@ $name = $this->get_name_field( $option['id'] );
|
|
28 |
<div id="<?php echo $id ?>-container" class="yit_options rm_option rm_input rm_text rm_upload" <?php if ( isset( $option['deps'] ) ): ?>data-field="<?php echo $id ?>" data-dep="<?php echo $this->get_id_field( $option['deps']['ids'] ) ?>" data-value="<?php echo $option['deps']['values'] ?>" <?php endif ?>>
|
29 |
<div class="option">
|
30 |
<input type="text" name="<?php echo $name ?>" id="<?php echo $id ?>" value="<?php echo $db_value == '1' ? '' : esc_attr( $db_value ) ?>" class="upload_img_url" />
|
31 |
-
<input type="button" value="<?php _e( 'Upload', '
|
32 |
</div>
|
33 |
<div class="clear"></div>
|
34 |
<span class="description"><?php echo $option['desc'] ?></span>
|
28 |
<div id="<?php echo $id ?>-container" class="yit_options rm_option rm_input rm_text rm_upload" <?php if ( isset( $option['deps'] ) ): ?>data-field="<?php echo $id ?>" data-dep="<?php echo $this->get_id_field( $option['deps']['ids'] ) ?>" data-value="<?php echo $option['deps']['values'] ?>" <?php endif ?>>
|
29 |
<div class="option">
|
30 |
<input type="text" name="<?php echo $name ?>" id="<?php echo $id ?>" value="<?php echo $db_value == '1' ? '' : esc_attr( $db_value ) ?>" class="upload_img_url" />
|
31 |
+
<input type="button" value="<?php _e( 'Upload', 'yith-plugin-fw' ) ?>" id="<?php echo $id ?>-button" class="upload_button button" />
|
32 |
</div>
|
33 |
<div class="clear"></div>
|
34 |
<span class="description"><?php echo $option['desc'] ?></span>
|
plugin-fw/templates/panel/videobox.php
CHANGED
@@ -16,19 +16,19 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
16 |
* Example to call this template
|
17 |
*
|
18 |
* 'section_general_settings_videobox' => array(
|
19 |
-
* 'name' => __( 'Title of box', '
|
20 |
* 'type' => 'videobox',
|
21 |
* 'default' => array(
|
22 |
-
* 'plugin_name' => __( 'Plugin Name', '
|
23 |
-
* 'title_first_column' => __( 'Title first column', '
|
24 |
-
* 'description_first_column' => __('Lorem ipsum ... ', '
|
25 |
* 'video' => array(
|
26 |
* 'video_id' => 'vimeo_code',
|
27 |
* 'video_image_url' => '#',
|
28 |
-
* 'video_description' => __( 'Lorem ipsum dolor sit amet....', '
|
29 |
* ),
|
30 |
-
* 'title_second_column' => __( 'Title first column', '
|
31 |
-
* 'description_second_column' => __('Lorem ipsum dolor sit amet.... ', '
|
32 |
* 'button' => array(
|
33 |
* 'href' => 'http://www.yithemes.com',
|
34 |
* 'title' => 'Get Support and Pro Features'
|
16 |
* Example to call this template
|
17 |
*
|
18 |
* 'section_general_settings_videobox' => array(
|
19 |
+
* 'name' => __( 'Title of box', 'yith-plugin-fw' ),
|
20 |
* 'type' => 'videobox',
|
21 |
* 'default' => array(
|
22 |
+
* 'plugin_name' => __( 'Plugin Name', 'yith-plugin-fw' ),
|
23 |
+
* 'title_first_column' => __( 'Title first column', 'yith-plugin-fw' ),
|
24 |
+
* 'description_first_column' => __('Lorem ipsum ... ', 'yith-plugin-fw'),
|
25 |
* 'video' => array(
|
26 |
* 'video_id' => 'vimeo_code',
|
27 |
* 'video_image_url' => '#',
|
28 |
+
* 'video_description' => __( 'Lorem ipsum dolor sit amet....', 'yith-plugin-fw' ),
|
29 |
* ),
|
30 |
+
* 'title_second_column' => __( 'Title first column', 'yith-plugin-fw' ),
|
31 |
+
* 'description_second_column' => __('Lorem ipsum dolor sit amet.... ', 'yith-plugin-fw'),
|
32 |
* 'button' => array(
|
33 |
* 'href' => 'http://www.yithemes.com',
|
34 |
* 'title' => 'Get Support and Pro Features'
|
plugin-fw/templates/panel/woocommerce/woocommerce-form.php
CHANGED
@@ -2,11 +2,11 @@
|
|
2 |
<form id="plugin-fw-wc" method="post">
|
3 |
<?php $this->add_fields() ?>
|
4 |
<?php wp_nonce_field( 'yit_panel_wc_options_'.$this->settings['page'], 'yit_panel_wc_options_nonce' ); ?>
|
5 |
-
<input style="float: left; margin-right: 10px;" class="button-primary" type="submit" value="<?php _e( 'Save Changes', '
|
6 |
</form>
|
7 |
<form id="plugin-fw-wc-reset" method="post">
|
8 |
-
<?php $warning = __( 'If you continue with this action, you will reset all options in this page.', '
|
9 |
<input type="hidden" name="yit-action" value="wc-options-reset" />
|
10 |
-
<input type="submit" name="yit-reset" class="button-secondary" value="<?php _e( 'Reset Defaults', '
|
11 |
</form>
|
12 |
</div>
|
2 |
<form id="plugin-fw-wc" method="post">
|
3 |
<?php $this->add_fields() ?>
|
4 |
<?php wp_nonce_field( 'yit_panel_wc_options_'.$this->settings['page'], 'yit_panel_wc_options_nonce' ); ?>
|
5 |
+
<input style="float: left; margin-right: 10px;" class="button-primary" type="submit" value="<?php _e( 'Save Changes', 'yith-plugin-fw' )?>"/>
|
6 |
</form>
|
7 |
<form id="plugin-fw-wc-reset" method="post">
|
8 |
+
<?php $warning = __( 'If you continue with this action, you will reset all options in this page.', 'yith-plugin-fw' ) ?>
|
9 |
<input type="hidden" name="yit-action" value="wc-options-reset" />
|
10 |
+
<input type="submit" name="yit-reset" class="button-secondary" value="<?php _e( 'Reset Defaults', 'yith-plugin-fw' ) ?>" onclick="return confirm('<?php echo $warning . '\n' . __( 'Are you sure?', 'yith-plugin-fw' ) ?>');" />
|
11 |
</form>
|
12 |
</div>
|
plugin-fw/templates/panel/woocommerce/woocommerce-upload.php
CHANGED
@@ -32,7 +32,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
32 |
<div id="<?php echo $id ?>-container" class="yit_options rm_option rm_input rm_text rm_upload" <?php if ( isset( $option['deps'] ) ): ?>data-field="<?php echo $id ?>" data-dep="<?php echo $this->get_id_field( $option['deps']['ids'] ) ?>" data-value="<?php echo $option['deps']['values'] ?>" <?php endif ?>>
|
33 |
<div class="option">
|
34 |
<input type="text" name="<?php echo $id ?>" id="<?php echo $id ?>" value="<?php echo $value == '1' ? '' : esc_attr( $value ) ?>" class="upload_img_url" />
|
35 |
-
<input type="button" value="<?php _e( 'Upload', '
|
36 |
</div>
|
37 |
<div class="clear"></div>
|
38 |
<span class="description"><?php echo $desc ?></span>
|
32 |
<div id="<?php echo $id ?>-container" class="yit_options rm_option rm_input rm_text rm_upload" <?php if ( isset( $option['deps'] ) ): ?>data-field="<?php echo $id ?>" data-dep="<?php echo $this->get_id_field( $option['deps']['ids'] ) ?>" data-value="<?php echo $option['deps']['values'] ?>" <?php endif ?>>
|
33 |
<div class="option">
|
34 |
<input type="text" name="<?php echo $id ?>" id="<?php echo $id ?>" value="<?php echo $value == '1' ? '' : esc_attr( $value ) ?>" class="upload_img_url" />
|
35 |
+
<input type="button" value="<?php _e( 'Upload', 'yith-plugin-fw' ) ?>" id="<?php echo $id ?>-button" class="upload_button button" />
|
36 |
</div>
|
37 |
<div class="clear"></div>
|
38 |
<span class="description"><?php echo $desc ?></span>
|
plugin-fw/yit-plugin.php
CHANGED
@@ -44,3 +44,9 @@ include_once( 'licence/lib/yit-theme-licence.php');
|
|
44 |
include_once( 'lib/yit-video.php');
|
45 |
include_once( 'lib/yit-upgrade.php');
|
46 |
include_once( 'lib/yit-pointers.php');
|
|
|
|
|
|
|
|
|
|
|
|
44 |
include_once( 'lib/yit-video.php');
|
45 |
include_once( 'lib/yit-upgrade.php');
|
46 |
include_once( 'lib/yit-pointers.php');
|
47 |
+
|
48 |
+
// load from theme folder...
|
49 |
+
load_textdomain( 'yith-plugin-fw', get_template_directory() . '/core/plugin-fw/yith-plugin-fw-' . apply_filters( 'plugin_locale', get_locale(), 'yith-plugin-fw' ) . '.mo' )
|
50 |
+
|
51 |
+
// ...or from plugin folder
|
52 |
+
|| load_textdomain( 'yith-plugin-fw', dirname(__FILE__) . '/languages/yith-plugin-fw-' . apply_filters( 'plugin_locale', get_locale(), 'yith-plugin-fw' ) . '.mo' );
|