Version Description
- Added: Wordpress 4.2 compatibility
- Fixed: Shorcode output
- Fixed: Wp security issue
Download this release
Release Info
Developer | yithemes |
Plugin | YITH WooCommerce Ajax Search |
Version | 1.3.0 |
Comparing to | |
See all releases |
Code changes from version 1.2.7 to 1.3.0
- README.txt +36 -14
- class.yith-wcas.php +2 -0
- init.php +2 -2
- languages/default.po +229 -199
- languages/yit-it_IT.mo +0 -0
- languages/yit-it_IT.po +229 -199
- languages/yit-pt_PT.mo +0 -0
- languages/yit-pt_PT.po +229 -199
- languages/yit.pot +229 -199
- plugin-fw/lib/yit-plugin-panel.php +1 -1
- plugin-fw/lib/yit-upgrade.php +7 -2
- plugin-fw/licence/lib/yit-licence.php +19 -8
- plugin-fw/licence/lib/yit-plugin-licence.php +1 -0
- plugin-fw/licence/lib/yit-theme-licence.php +1 -0
- plugin-fw/licence/templates/panel/activation/activation-panel.php +1 -1
- plugin-fw/templates/metaboxes/tab.php +10 -1
- plugin-fw/templates/metaboxes/types/contactform.php +5 -1
- plugin-fw/templates/metaboxes/types/onoff.php +4 -0
- plugin-fw/yit-deactive-plugin.php +1 -1
- plugin-fw/yit-functions.php +3 -1
README.txt
CHANGED
@@ -3,8 +3,8 @@
|
|
3 |
Contributors: yithemes
|
4 |
Tags: ajax, search, woocommerce, products, themes, yit, e-commerce, shop, yith, ajax search, instant search, premium, yithemes, autocomplete, autosuggest, better search, category search, custom search, highlight terms, Live Search, Predictive Search, product search, relevant search, search highlight, search product, suggest, typeahead, WooCommerce Plugin, woocommerce product search, woocommerce search, wordpress ecommerce
|
5 |
Requires at least: 3.5.1
|
6 |
-
Tested up to: 4.
|
7 |
-
Stable tag: 1.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -28,7 +28,6 @@ It works just like Google Suggest, but on your website, using your database.
|
|
28 |
* Options for the customization of the searchform
|
29 |
* Options for the visualization of the search results
|
30 |
|
31 |
-
|
32 |
For a more detailed list of options and features of the plugin, please look at the [official documentation](http://yithemes.com/docs-plugins/yith-woocommerce-ajax-search/ "YITH Woocommerce Ajax Search official documentation").
|
33 |
|
34 |
|
@@ -62,22 +61,34 @@ If you have created your own language pack, or have an update for an existing on
|
|
62 |
2. The plugin at work displaying the ajax search results
|
63 |
|
64 |
== Changelog ==
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
65 |
= 1.2.7 =
|
66 |
-
|
|
|
67 |
|
68 |
= 1.2.6 =
|
69 |
-
|
70 |
-
|
71 |
-
Fixed:
|
72 |
-
Fixed:
|
|
|
73 |
|
74 |
= 1.2.5 =
|
|
|
75 |
* Fixed: Plugin installation bug
|
76 |
|
77 |
= 1.2.4 =
|
|
|
78 |
* Fixed: Minor bugs
|
79 |
|
80 |
= 1.2.3 =
|
|
|
81 |
* Added: Support to Wordpress 4.1.1
|
82 |
* Fixed: Minor bugs
|
83 |
|
@@ -118,22 +129,33 @@ Fixed: Support to WPML in query string
|
|
118 |
|
119 |
|
120 |
== Upgrade notice ==
|
|
|
|
|
|
|
|
|
|
|
|
|
121 |
= 1.2.7 =
|
122 |
-
|
|
|
123 |
|
124 |
= 1.2.6 =
|
125 |
-
|
126 |
-
|
127 |
-
Fixed:
|
128 |
-
Fixed:
|
|
|
129 |
|
130 |
= 1.2.5 =
|
|
|
131 |
* Fixed: Plugin installation bug
|
132 |
|
133 |
= 1.2.4 =
|
|
|
134 |
* Fixed: Minor bugs
|
135 |
|
136 |
= 1.2.3 =
|
|
|
137 |
* Added: Support to Wordpress 4.1.1
|
138 |
* Fixed: Minor bugs
|
139 |
|
@@ -170,4 +192,4 @@ Fixed: Support to WPML in query string
|
|
170 |
|
171 |
= 1.0.0 =
|
172 |
|
173 |
-
Initial release
|
3 |
Contributors: yithemes
|
4 |
Tags: ajax, search, woocommerce, products, themes, yit, e-commerce, shop, yith, ajax search, instant search, premium, yithemes, autocomplete, autosuggest, better search, category search, custom search, highlight terms, Live Search, Predictive Search, product search, relevant search, search highlight, search product, suggest, typeahead, WooCommerce Plugin, woocommerce product search, woocommerce search, wordpress ecommerce
|
5 |
Requires at least: 3.5.1
|
6 |
+
Tested up to: 4.2
|
7 |
+
Stable tag: 1.3.0
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
28 |
* Options for the customization of the searchform
|
29 |
* Options for the visualization of the search results
|
30 |
|
|
|
31 |
For a more detailed list of options and features of the plugin, please look at the [official documentation](http://yithemes.com/docs-plugins/yith-woocommerce-ajax-search/ "YITH Woocommerce Ajax Search official documentation").
|
32 |
|
33 |
|
61 |
2. The plugin at work displaying the ajax search results
|
62 |
|
63 |
== Changelog ==
|
64 |
+
|
65 |
+
= 1.3.0 =
|
66 |
+
|
67 |
+
* Added: Wordpress 4.2 compatibility
|
68 |
+
* Fixed: Shorcode output
|
69 |
+
* Fixed: Wp security issue
|
70 |
+
|
71 |
= 1.2.7 =
|
72 |
+
|
73 |
+
* Updated: Plugin Core Framework
|
74 |
|
75 |
= 1.2.6 =
|
76 |
+
|
77 |
+
* Updated: Plugin Core Framework
|
78 |
+
* Fixed: Loader image not hided after search
|
79 |
+
* Fixed: Disabled submit when search string is empty
|
80 |
+
* Fixed: Support to WPML in query string
|
81 |
|
82 |
= 1.2.5 =
|
83 |
+
|
84 |
* Fixed: Plugin installation bug
|
85 |
|
86 |
= 1.2.4 =
|
87 |
+
|
88 |
* Fixed: Minor bugs
|
89 |
|
90 |
= 1.2.3 =
|
91 |
+
|
92 |
* Added: Support to Wordpress 4.1.1
|
93 |
* Fixed: Minor bugs
|
94 |
|
129 |
|
130 |
|
131 |
== Upgrade notice ==
|
132 |
+
= 1.3.0 =
|
133 |
+
|
134 |
+
* Added: Wordpress 4.2 compatibility
|
135 |
+
* Fixed: Shorcode output
|
136 |
+
* Fixed: Wp security issue
|
137 |
+
|
138 |
= 1.2.7 =
|
139 |
+
|
140 |
+
* Updated: Plugin Core Framework
|
141 |
|
142 |
= 1.2.6 =
|
143 |
+
|
144 |
+
* Updated: Plugin Core Framework
|
145 |
+
* Fixed: Loader image not hided after search
|
146 |
+
* Fixed: Disabled submit when search string is empty
|
147 |
+
* Fixed: Support to WPML in query string
|
148 |
|
149 |
= 1.2.5 =
|
150 |
+
|
151 |
* Fixed: Plugin installation bug
|
152 |
|
153 |
= 1.2.4 =
|
154 |
+
|
155 |
* Fixed: Minor bugs
|
156 |
|
157 |
= 1.2.3 =
|
158 |
+
|
159 |
* Added: Support to Wordpress 4.1.1
|
160 |
* Fixed: Minor bugs
|
161 |
|
192 |
|
193 |
= 1.0.0 =
|
194 |
|
195 |
+
* Initial release
|
class.yith-wcas.php
CHANGED
@@ -98,8 +98,10 @@ if ( !class_exists( 'YITH_WCAS' ) ) {
|
|
98 |
*/
|
99 |
public function add_woo_ajax_search_shortcode( $args = array() ) {
|
100 |
$args = shortcode_atts( array(), $args );
|
|
|
101 |
$wc_get_template = function_exists( 'wc_get_template' ) ? 'wc_get_template' : 'woocommerce_get_template';
|
102 |
$wc_get_template( 'yith-woocommerce-ajax-search.php', $args, '', YITH_WCAS_DIR . 'templates/' );
|
|
|
103 |
}
|
104 |
|
105 |
/**
|
98 |
*/
|
99 |
public function add_woo_ajax_search_shortcode( $args = array() ) {
|
100 |
$args = shortcode_atts( array(), $args );
|
101 |
+
ob_start();
|
102 |
$wc_get_template = function_exists( 'wc_get_template' ) ? 'wc_get_template' : 'woocommerce_get_template';
|
103 |
$wc_get_template( 'yith-woocommerce-ajax-search.php', $args, '', YITH_WCAS_DIR . 'templates/' );
|
104 |
+
return ob_get_clean();
|
105 |
}
|
106 |
|
107 |
/**
|
init.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: YITH WooCommerce Ajax Search
|
4 |
* Plugin URI: http://yithemes.com/
|
5 |
* Description: YITH WooCommerce Ajax Search allows your users to search products in real time.
|
6 |
-
* Version: 1.
|
7 |
* Author: Yithemes
|
8 |
* Author URI: http://yithemes.com/
|
9 |
* Text Domain: yit
|
@@ -59,7 +59,7 @@ register_activation_hook( __FILE__, 'yith_plugin_registration_hook' );
|
|
59 |
if ( defined( 'YITH_WCAS_VERSION' ) ){
|
60 |
return;
|
61 |
}else{
|
62 |
-
define( 'YITH_WCAS_VERSION', '1.
|
63 |
}
|
64 |
|
65 |
if ( ! defined( 'YITH_WCAS_FREE_INIT' ) ) {
|
3 |
* Plugin Name: YITH WooCommerce Ajax Search
|
4 |
* Plugin URI: http://yithemes.com/
|
5 |
* Description: YITH WooCommerce Ajax Search allows your users to search products in real time.
|
6 |
+
* Version: 1.3.0
|
7 |
* Author: Yithemes
|
8 |
* Author URI: http://yithemes.com/
|
9 |
* Text Domain: yit
|
59 |
if ( defined( 'YITH_WCAS_VERSION' ) ){
|
60 |
return;
|
61 |
}else{
|
62 |
+
define( 'YITH_WCAS_VERSION', '1.3.0' );
|
63 |
}
|
64 |
|
65 |
if ( ! defined( 'YITH_WCAS_FREE_INIT' ) ) {
|
languages/default.po
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: YITH WooCommerce Ajax Search Free\n"
|
4 |
-
"POT-Creation-Date: 2015-
|
5 |
-
"PO-Revision-Date: 2015-
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: Yithemes <plugins@yithemes.com>\n"
|
8 |
"Language: en\n"
|
@@ -19,7 +19,7 @@ msgstr ""
|
|
19 |
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1048
|
20 |
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1196
|
21 |
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1202
|
22 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
23 |
msgid "Settings"
|
24 |
msgstr ""
|
25 |
|
@@ -35,8 +35,8 @@ msgstr ""
|
|
35 |
msgid "Plugin Documentation"
|
36 |
msgstr ""
|
37 |
|
38 |
-
#: ../class.yith-wcas-admin.php:207 ../plugin-options/settings-options.php:
|
39 |
-
#: ../plugin-options/settings-options.php:
|
40 |
msgid "YITH WooCommerce Ajax Search"
|
41 |
msgstr ""
|
42 |
|
@@ -64,20 +64,20 @@ msgid ""
|
|
64 |
"the <a href=\""
|
65 |
msgstr ""
|
66 |
|
67 |
-
#: ../class.yith-wcas.php:
|
68 |
msgid "No results"
|
69 |
msgstr ""
|
70 |
|
71 |
-
#: ../init.php:
|
72 |
msgid ""
|
73 |
-
"
|
74 |
-
"
|
75 |
msgstr ""
|
76 |
|
77 |
-
#: ../init.php:
|
78 |
msgid ""
|
79 |
-
"
|
80 |
-
"
|
81 |
msgstr ""
|
82 |
|
83 |
#: ../plugin-fw/lib/yit-cpt-unlimited.php:460
|
@@ -241,7 +241,7 @@ msgid "Taxonomy Rewrite"
|
|
241 |
msgstr ""
|
242 |
|
243 |
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1083
|
244 |
-
msgid "Set
|
245 |
msgstr ""
|
246 |
|
247 |
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1088
|
@@ -274,91 +274,97 @@ msgstr ""
|
|
274 |
|
275 |
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1631
|
276 |
#, php-format
|
277 |
-
msgid "Add %s
|
278 |
msgstr ""
|
279 |
|
280 |
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1633
|
281 |
msgid "Add with multiupload"
|
282 |
msgstr ""
|
283 |
|
284 |
-
#: ../plugin-fw/lib/yit-plugin-panel-wc.php:
|
285 |
-
msgid "The changes you made will be lost if you leave this page."
|
286 |
msgstr ""
|
287 |
|
288 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
289 |
msgid "Plugin Settings"
|
290 |
msgstr ""
|
291 |
|
292 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
293 |
#: ../plugin-fw/lib/yit-plugin-subpanel.php:101
|
294 |
msgid "YIT Plugins"
|
295 |
msgstr ""
|
296 |
|
297 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
298 |
#: ../plugin-fw/lib/yit-plugin-subpanel.php:142
|
299 |
#: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:5
|
300 |
msgid "Save Changes"
|
301 |
msgstr ""
|
302 |
|
303 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
304 |
-
#: ../plugin-fw/lib/yit-plugin-subpanel.php:145
|
305 |
#: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:8
|
306 |
-
msgid "
|
|
|
307 |
msgstr ""
|
308 |
|
309 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
310 |
#: ../plugin-fw/lib/yit-plugin-subpanel.php:147
|
311 |
-
|
312 |
-
msgid "Reset Defaults"
|
313 |
msgstr ""
|
314 |
|
315 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
316 |
#: ../plugin-fw/lib/yit-plugin-subpanel.php:147
|
317 |
#: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
|
318 |
-
msgid "Are you sure
|
319 |
msgstr ""
|
320 |
|
321 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
322 |
-
msgid "
|
|
|
323 |
msgstr ""
|
324 |
|
325 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
326 |
msgid "Settings saved"
|
327 |
msgstr ""
|
328 |
|
329 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
330 |
msgid "Settings reset"
|
331 |
msgstr ""
|
332 |
|
333 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
334 |
msgid "Element deleted correctly."
|
335 |
msgstr ""
|
336 |
|
337 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
338 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
339 |
msgid "Element updated correctly."
|
340 |
msgstr ""
|
341 |
|
342 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
343 |
msgid "Database imported correctly."
|
344 |
msgstr ""
|
345 |
|
346 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
347 |
msgid "An error has occurred during import. Please try again."
|
348 |
msgstr ""
|
349 |
|
350 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
351 |
-
msgid "The file
|
352 |
msgstr ""
|
353 |
|
354 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
355 |
msgid "Sorry, import is disabled."
|
356 |
msgstr ""
|
357 |
|
358 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
359 |
msgid "Sorting successful."
|
360 |
msgstr ""
|
361 |
|
|
|
|
|
|
|
|
|
|
|
|
|
362 |
#: ../plugin-fw/lib/yit-pointers.php:70
|
363 |
msgid "Plugins Activated"
|
364 |
msgstr ""
|
@@ -384,58 +390,57 @@ msgstr ""
|
|
384 |
|
385 |
#: ../plugin-fw/lib/yit-pointers.php:85
|
386 |
msgid ""
|
387 |
-
"From now on, you can find all
|
388 |
-
"menu.\n"
|
389 |
" Any time one of our plugins is updated, "
|
390 |
"a new entry will be added to this menu.\n"
|
391 |
-
" For example, after update, plugin "
|
392 |
-
"options (such for YITH WooCommerce Wishlist, YITH WooCommerce Ajax
|
393 |
-
"etc.)\n"
|
394 |
" will be moved from previous location to "
|
395 |
"YIT Plugin tab."
|
396 |
msgstr ""
|
397 |
|
398 |
-
#: ../plugin-fw/lib/yit-upgrade.php:
|
399 |
msgid "There is a new version of %plugin_name% available."
|
400 |
msgstr ""
|
401 |
|
402 |
-
#: ../plugin-fw/lib/yit-upgrade.php:
|
403 |
msgid "View version %latest% details."
|
404 |
msgstr ""
|
405 |
|
406 |
-
#: ../plugin-fw/lib/yit-upgrade.php:
|
407 |
msgid "Automatic update is unavailable for this plugin,"
|
408 |
msgstr ""
|
409 |
|
410 |
-
#: ../plugin-fw/lib/yit-upgrade.php:
|
411 |
msgid ""
|
412 |
-
"please <a href=\"%activate_link%\">
|
413 |
msgstr ""
|
414 |
|
415 |
-
#: ../plugin-fw/lib/yit-upgrade.php:
|
416 |
msgid "Update now."
|
417 |
msgstr ""
|
418 |
|
419 |
-
#: ../plugin-fw/lib/yit-upgrade.php:
|
420 |
msgid "Yithemes Repository"
|
421 |
msgstr ""
|
422 |
|
423 |
-
#: ../plugin-fw/lib/yit-upgrade.php:
|
424 |
msgid "Invalid URL Provided."
|
425 |
msgstr ""
|
426 |
|
427 |
-
#: ../plugin-fw/lib/yit-upgrade.php:
|
428 |
msgid "Could not create Temporary file."
|
429 |
msgstr ""
|
430 |
|
431 |
-
#: ../plugin-fw/lib/yit-upgrade.php:
|
432 |
#, php-format
|
433 |
msgid ""
|
434 |
"There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
|
435 |
"yit-changelog-button\" title=\"%3$s\">View version %4$s details</a>."
|
436 |
msgstr ""
|
437 |
|
438 |
-
#: ../plugin-fw/lib/yit-upgrade.php:
|
439 |
#, php-format
|
440 |
msgid ""
|
441 |
"There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
|
@@ -444,7 +449,7 @@ msgid ""
|
|
444 |
"automatic updates.</em>"
|
445 |
msgstr ""
|
446 |
|
447 |
-
#: ../plugin-fw/lib/yit-upgrade.php:
|
448 |
#, php-format
|
449 |
msgid ""
|
450 |
"There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
|
@@ -453,7 +458,7 @@ msgid ""
|
|
453 |
"title=\"Licence activation\">activate</a> your copy of %6s.</em>"
|
454 |
msgstr ""
|
455 |
|
456 |
-
#: ../plugin-fw/lib/yit-upgrade.php:
|
457 |
#, php-format
|
458 |
msgid ""
|
459 |
"There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
|
@@ -461,74 +466,75 @@ msgid ""
|
|
461 |
"href=\"%5$s\">update now</a>."
|
462 |
msgstr ""
|
463 |
|
464 |
-
#: ../plugin-fw/lib/yit-upgrade.php:
|
465 |
-
msgid "You can't update plugins for this site."
|
466 |
msgstr ""
|
467 |
|
468 |
-
#: ../plugin-fw/lib/yit-upgrade.php:
|
469 |
-
msgid "
|
|
|
470 |
msgstr ""
|
471 |
|
472 |
-
#: ../plugin-fw/lib/yit-upgrade.php:
|
473 |
msgid "Update Plugin"
|
474 |
msgstr ""
|
475 |
|
476 |
-
#: ../plugin-fw/licence/lib/yit-licence.php:
|
477 |
#, php-format
|
478 |
msgid "%field% field cannot be empty"
|
479 |
msgstr ""
|
480 |
|
481 |
-
#: ../plugin-fw/licence/lib/yit-licence.php:
|
482 |
msgid "%field_1% and %field_2% fields cannot be empty"
|
483 |
msgstr ""
|
484 |
|
485 |
-
#: ../plugin-fw/licence/lib/yit-licence.php:
|
486 |
msgid "Unable to contact the remote server, please try again later. Thanks!"
|
487 |
msgstr ""
|
488 |
|
489 |
-
#: ../plugin-fw/licence/lib/yit-licence.php:
|
490 |
msgid "Invalid Request"
|
491 |
msgstr ""
|
492 |
|
493 |
-
#: ../plugin-fw/licence/lib/yit-licence.php:
|
494 |
msgid "Invalid licence key"
|
495 |
msgstr ""
|
496 |
|
497 |
-
#: ../plugin-fw/licence/lib/yit-licence.php:
|
498 |
msgid "Software has been deactivated"
|
499 |
msgstr ""
|
500 |
|
501 |
-
#: ../plugin-fw/licence/lib/yit-licence.php:
|
502 |
msgid "Maximum number of activations exceeded"
|
503 |
msgstr ""
|
504 |
|
505 |
-
#: ../plugin-fw/licence/lib/yit-licence.php:
|
506 |
msgid "Invalid instance ID"
|
507 |
msgstr ""
|
508 |
|
509 |
-
#: ../plugin-fw/licence/lib/yit-licence.php:
|
510 |
msgid "Invalid security key"
|
511 |
msgstr ""
|
512 |
|
513 |
-
#: ../plugin-fw/licence/lib/yit-licence.php:
|
514 |
msgid "Licence key has expired"
|
515 |
msgstr ""
|
516 |
|
517 |
-
#: ../plugin-fw/licence/lib/yit-licence.php:
|
518 |
msgid "Licence key has been banned"
|
519 |
msgstr ""
|
520 |
|
521 |
-
#: ../plugin-fw/licence/lib/yit-plugin-licence.php:63
|
522 |
#: ../plugin-fw/licence/lib/yit-plugin-licence.php:64
|
523 |
-
#: ../plugin-fw/licence/lib/yit-
|
524 |
#: ../plugin-fw/licence/lib/yit-theme-licence.php:64
|
525 |
-
#: ../plugin-fw/licence/lib/yit-theme-licence.php:
|
526 |
#: ../plugin-fw/licence/lib/yit-theme-licence.php:107
|
|
|
527 |
msgid "Licence Activation"
|
528 |
msgstr ""
|
529 |
|
530 |
-
#: ../plugin-fw/licence/lib/yit-theme-licence.php:114
|
531 |
#: ../plugin-fw/licence/lib/yit-theme-licence.php:115
|
|
|
532 |
#, php-format
|
533 |
msgid "%s"
|
534 |
msgstr ""
|
@@ -539,72 +545,92 @@ msgstr ""
|
|
539 |
|
540 |
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:23
|
541 |
msgid ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
542 |
"Have you updated your licenses? Have you asked for an extension? Update "
|
543 |
"information concerning your products."
|
544 |
msgstr ""
|
545 |
|
546 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
547 |
msgid "Update licence information"
|
548 |
msgstr ""
|
549 |
|
550 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
551 |
msgid "Products to be activated"
|
552 |
msgstr ""
|
553 |
|
554 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
555 |
msgid "Activate"
|
556 |
msgstr ""
|
557 |
|
558 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
559 |
msgid "Activated"
|
560 |
msgstr ""
|
561 |
|
562 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
563 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
564 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
565 |
msgid "Product Name"
|
566 |
msgstr ""
|
567 |
|
568 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
569 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
570 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
571 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
572 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
573 |
msgid "Email"
|
574 |
msgstr ""
|
575 |
|
576 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
577 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
578 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
579 |
msgid "Licence Key"
|
580 |
msgstr ""
|
581 |
|
582 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
583 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
584 |
msgid "Expires"
|
585 |
msgstr ""
|
586 |
|
587 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
588 |
msgid "Remaining"
|
589 |
msgstr ""
|
590 |
|
591 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
592 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
593 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
594 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
595 |
msgid "Renew"
|
596 |
msgstr ""
|
597 |
|
598 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
599 |
#, php-format
|
600 |
msgid "%1s out of %2s"
|
601 |
msgstr ""
|
602 |
|
603 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
604 |
msgid "Banned"
|
605 |
msgstr ""
|
606 |
|
607 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
608 |
msgid "Expired"
|
609 |
msgstr ""
|
610 |
|
@@ -620,180 +646,180 @@ msgstr ""
|
|
620 |
msgid "+ Add New Category"
|
621 |
msgstr ""
|
622 |
|
623 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
624 |
msgid "Text Input"
|
625 |
msgstr ""
|
626 |
|
627 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
628 |
msgid "Checkbox"
|
629 |
msgstr ""
|
630 |
|
631 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
632 |
msgid "Select"
|
633 |
msgstr ""
|
634 |
|
635 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
636 |
msgid "Textarea"
|
637 |
msgstr ""
|
638 |
|
639 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
640 |
msgid "Radio Input"
|
641 |
msgstr ""
|
642 |
|
643 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
644 |
msgid "Password Field"
|
645 |
msgstr ""
|
646 |
|
647 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
648 |
msgid "File Upload"
|
649 |
msgstr ""
|
650 |
|
651 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
652 |
msgid "Theme Icon"
|
653 |
msgstr ""
|
654 |
|
655 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
656 |
msgid "Custom Icon"
|
657 |
msgstr ""
|
658 |
|
659 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
660 |
#: ../plugin-fw/templates/metaboxes/types/responsivesliders.php:24
|
661 |
msgid "None"
|
662 |
msgstr ""
|
663 |
|
664 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
665 |
msgid "Add field"
|
666 |
msgstr ""
|
667 |
|
668 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
669 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
670 |
#: ../plugin-fw/templates/metaboxes/types/customtabs.php:37
|
671 |
#: ../plugin-fw/templates/metaboxes/types/customtabs.php:82
|
672 |
msgid "Remove"
|
673 |
msgstr ""
|
674 |
|
675 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
676 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
677 |
msgid "Click to toggle"
|
678 |
msgstr ""
|
679 |
|
680 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
681 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
682 |
msgid "Title Field"
|
683 |
msgstr ""
|
684 |
|
685 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
686 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
687 |
msgid "Insert the title for the field."
|
688 |
msgstr ""
|
689 |
|
690 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
691 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
692 |
msgid "Data Name"
|
693 |
msgstr ""
|
694 |
|
695 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
696 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
697 |
msgid ""
|
698 |
"REQUIRED: Field identification name to be entered into email body. "
|
699 |
"<strong>Note:</strong>Use only lowercase characters and underscores."
|
700 |
msgstr ""
|
701 |
|
702 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
703 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
704 |
msgid "Type field"
|
705 |
msgstr ""
|
706 |
|
707 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
708 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
709 |
msgid "Select the type for this field."
|
710 |
msgstr ""
|
711 |
|
712 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
713 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
714 |
msgid "Checked"
|
715 |
msgstr ""
|
716 |
|
717 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
718 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
719 |
msgid "Select this option if you want this field appears as already checked."
|
720 |
msgstr ""
|
721 |
|
722 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
723 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
724 |
msgid "Add options "
|
725 |
msgstr ""
|
726 |
|
727 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:115
|
728 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:307
|
729 |
-
msgid "Add option"
|
730 |
-
msgstr ""
|
731 |
-
|
732 |
#: ../plugin-fw/templates/metaboxes/types/contactform.php:118
|
733 |
#: ../plugin-fw/templates/metaboxes/types/contactform.php:310
|
734 |
-
|
735 |
-
msgid "Selected"
|
736 |
msgstr ""
|
737 |
|
738 |
#: ../plugin-fw/templates/metaboxes/types/contactform.php:121
|
739 |
#: ../plugin-fw/templates/metaboxes/types/contactform.php:313
|
740 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
741 |
msgid "Delete option"
|
742 |
msgstr ""
|
743 |
|
744 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
745 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
746 |
msgid "Error Message"
|
747 |
msgstr ""
|
748 |
|
749 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
750 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
751 |
msgid "Insert the error message for validation."
|
752 |
msgstr ""
|
753 |
|
754 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
755 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
756 |
msgid "Required"
|
757 |
msgstr ""
|
758 |
|
759 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
760 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
761 |
msgid "Select this option if it must be required."
|
762 |
msgstr ""
|
763 |
|
764 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
765 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
766 |
msgid "Select this option if the email must be valid."
|
767 |
msgstr ""
|
768 |
|
769 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
770 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
771 |
msgid "Reply To"
|
772 |
msgstr ""
|
773 |
|
774 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
775 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
776 |
msgid "Select this if it is the email you can reply to."
|
777 |
msgstr ""
|
778 |
|
779 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
780 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
781 |
msgid "Class"
|
782 |
msgstr ""
|
783 |
|
784 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
785 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
786 |
msgid ""
|
787 |
"Insert additional class(es) (separated by commas) for more personalization."
|
788 |
msgstr ""
|
789 |
|
790 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
791 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
792 |
msgid "Icon"
|
793 |
msgstr ""
|
794 |
|
795 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
796 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
797 |
#: ../plugin-fw/templates/metaboxes/types/icon-list.php:69
|
798 |
#: ../plugin-fw/templates/metaboxes/types/select-icon.php:33
|
799 |
#: ../plugin-fw/templates/metaboxes/types/upload.php:21
|
@@ -802,25 +828,25 @@ msgstr ""
|
|
802 |
msgid "Upload"
|
803 |
msgstr ""
|
804 |
|
805 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
806 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
807 |
#: ../plugin-fw/templates/metaboxes/types/icon-list.php:75
|
808 |
#: ../plugin-fw/templates/metaboxes/types/select-icon.php:39
|
809 |
msgid "Image preview"
|
810 |
msgstr ""
|
811 |
|
812 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
813 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
814 |
msgid "Insert an icon for more personalization."
|
815 |
msgstr ""
|
816 |
|
817 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
818 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
819 |
msgid "Width"
|
820 |
msgstr ""
|
821 |
|
822 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
823 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
824 |
msgid "Set field length."
|
825 |
msgstr ""
|
826 |
|
@@ -860,34 +886,34 @@ msgstr ""
|
|
860 |
msgid "(Default: <i %s></i> )"
|
861 |
msgstr ""
|
862 |
|
863 |
-
#: ../plugin-fw/templates/metaboxes/types/image-gallery.php:35
|
864 |
#: ../plugin-fw/templates/metaboxes/types/image-gallery.php:40
|
865 |
-
#: ../plugin-fw/templates/metaboxes/types/
|
866 |
-
#: ../plugin-fw/templates/metaboxes/types/images.php:
|
|
|
867 |
msgid "Delete image"
|
868 |
msgstr ""
|
869 |
|
870 |
-
#: ../plugin-fw/templates/metaboxes/types/image-gallery.php:
|
871 |
msgid "Add Images to Gallery"
|
872 |
msgstr ""
|
873 |
|
874 |
-
#: ../plugin-fw/templates/metaboxes/types/image-gallery.php:
|
875 |
msgid "Add to gallery"
|
876 |
msgstr ""
|
877 |
|
878 |
-
#: ../plugin-fw/templates/metaboxes/types/image-gallery.php:
|
879 |
msgid "Add images"
|
880 |
msgstr ""
|
881 |
|
882 |
-
#: ../plugin-fw/templates/metaboxes/types/image-gallery.php:
|
883 |
msgid "Delete"
|
884 |
msgstr ""
|
885 |
|
886 |
-
#: ../plugin-fw/templates/metaboxes/types/images.php:
|
887 |
msgid "Upload new images"
|
888 |
msgstr ""
|
889 |
|
890 |
-
#: ../plugin-fw/templates/metaboxes/types/images.php:
|
891 |
msgid "Are you sure you want to remove this image?"
|
892 |
msgstr ""
|
893 |
|
@@ -967,69 +993,73 @@ msgstr ""
|
|
967 |
msgid "Italic bold"
|
968 |
msgstr ""
|
969 |
|
970 |
-
#: ../plugin-
|
|
|
|
|
|
|
|
|
971 |
msgid "Upgrade to the PREMIUM VERSION"
|
972 |
msgstr ""
|
973 |
|
974 |
-
#: ../plugin-options/settings-options.php:
|
975 |
msgid "Discover the Advanced Features"
|
976 |
msgstr ""
|
977 |
|
978 |
-
#: ../plugin-options/settings-options.php:
|
979 |
msgid ""
|
980 |
"Upgrade to the PREMIUM VERSION\n"
|
981 |
"of YITH WOOCOMMERCE AJAX SEARCH to benefit from all features!"
|
982 |
msgstr ""
|
983 |
|
984 |
-
#: ../plugin-options/settings-options.php:
|
985 |
msgid "Get Support and Pro Features"
|
986 |
msgstr ""
|
987 |
|
988 |
-
#: ../plugin-options/settings-options.php:
|
989 |
msgid ""
|
990 |
"By purchasing the premium version of the plugin, you will take advantage of "
|
991 |
"the advanced features of the product and you will get one year of free "
|
992 |
"updates and support through our platform available 24h/24."
|
993 |
msgstr ""
|
994 |
|
995 |
-
#: ../plugin-options/settings-options.php:
|
996 |
msgid "General settings"
|
997 |
msgstr ""
|
998 |
|
999 |
-
#: ../plugin-options/settings-options.php:
|
1000 |
msgid "Search input label"
|
1001 |
msgstr ""
|
1002 |
|
1003 |
-
#: ../plugin-options/settings-options.php:
|
1004 |
-
#: ../plugin-options/settings-options.php:
|
1005 |
msgid "Label for Search input field."
|
1006 |
msgstr ""
|
1007 |
|
1008 |
-
#: ../plugin-options/settings-options.php:
|
1009 |
msgid "Search for products"
|
1010 |
msgstr ""
|
1011 |
|
1012 |
-
#: ../plugin-options/settings-options.php:
|
1013 |
msgid "Search submit label"
|
1014 |
msgstr ""
|
1015 |
|
1016 |
-
#: ../plugin-options/settings-options.php:
|
1017 |
msgid "Search"
|
1018 |
msgstr ""
|
1019 |
|
1020 |
-
#: ../plugin-options/settings-options.php:
|
1021 |
msgid "Minimum number of characters"
|
1022 |
msgstr ""
|
1023 |
|
1024 |
-
#: ../plugin-options/settings-options.php:
|
1025 |
msgid "Minimum number of characters required to trigger autosuggest."
|
1026 |
msgstr ""
|
1027 |
|
1028 |
-
#: ../plugin-options/settings-options.php:
|
1029 |
msgid "Maximum number of results"
|
1030 |
msgstr ""
|
1031 |
|
1032 |
-
#: ../plugin-options/settings-options.php:
|
1033 |
msgid "Maximum number of results showed within the autosuggest box."
|
1034 |
msgstr ""
|
1035 |
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: YITH WooCommerce Ajax Search Free\n"
|
4 |
+
"POT-Creation-Date: 2015-04-24 14:41+0100\n"
|
5 |
+
"PO-Revision-Date: 2015-04-24 14:41+0100\n"
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: Yithemes <plugins@yithemes.com>\n"
|
8 |
"Language: en\n"
|
19 |
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1048
|
20 |
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1196
|
21 |
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1202
|
22 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:64
|
23 |
msgid "Settings"
|
24 |
msgstr ""
|
25 |
|
35 |
msgid "Plugin Documentation"
|
36 |
msgstr ""
|
37 |
|
38 |
+
#: ../class.yith-wcas-admin.php:207 ../plugin-options/settings-options.php:24
|
39 |
+
#: ../plugin-options/settings-options.php:31
|
40 |
msgid "YITH WooCommerce Ajax Search"
|
41 |
msgstr ""
|
42 |
|
64 |
"the <a href=\""
|
65 |
msgstr ""
|
66 |
|
67 |
+
#: ../class.yith-wcas.php:172
|
68 |
msgid "No results"
|
69 |
msgstr ""
|
70 |
|
71 |
+
#: ../init.php:40
|
72 |
msgid ""
|
73 |
+
"You can't activate the free version of YITH WooCommerce Ajax Search while "
|
74 |
+
"you are using the premium one."
|
75 |
msgstr ""
|
76 |
|
77 |
+
#: ../init.php:104
|
78 |
msgid ""
|
79 |
+
"YITH WooCommerce Ajax Search is enabled but not effective. It requires "
|
80 |
+
"Woocommerce in order to work."
|
81 |
msgstr ""
|
82 |
|
83 |
#: ../plugin-fw/lib/yit-cpt-unlimited.php:460
|
241 |
msgstr ""
|
242 |
|
243 |
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1083
|
244 |
+
msgid "Set univocal name for each category page URL."
|
245 |
msgstr ""
|
246 |
|
247 |
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1088
|
274 |
|
275 |
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1631
|
276 |
#, php-format
|
277 |
+
msgid "Add %s from images"
|
278 |
msgstr ""
|
279 |
|
280 |
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1633
|
281 |
msgid "Add with multiupload"
|
282 |
msgstr ""
|
283 |
|
284 |
+
#: ../plugin-fw/lib/yit-plugin-panel-wc.php:295
|
285 |
+
msgid "The changes you have made will be lost if you leave this page."
|
286 |
msgstr ""
|
287 |
|
288 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:63
|
289 |
msgid "Plugin Settings"
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:95
|
293 |
#: ../plugin-fw/lib/yit-plugin-subpanel.php:101
|
294 |
msgid "YIT Plugins"
|
295 |
msgstr ""
|
296 |
|
297 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:292
|
298 |
#: ../plugin-fw/lib/yit-plugin-subpanel.php:142
|
299 |
#: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:5
|
300 |
msgid "Save Changes"
|
301 |
msgstr ""
|
302 |
|
303 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:295
|
|
|
304 |
#: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:8
|
305 |
+
msgid ""
|
306 |
+
"If you continue with this action, you will reset all options in this page."
|
307 |
msgstr ""
|
308 |
|
309 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:297
|
310 |
#: ../plugin-fw/lib/yit-plugin-subpanel.php:147
|
311 |
+
msgid "Reset to Default"
|
|
|
312 |
msgstr ""
|
313 |
|
314 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:297
|
315 |
#: ../plugin-fw/lib/yit-plugin-subpanel.php:147
|
316 |
#: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
|
317 |
+
msgid "Are you sure?"
|
318 |
msgstr ""
|
319 |
|
320 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:431
|
321 |
+
msgid ""
|
322 |
+
"The element you have entered already exists. Please, enter another name."
|
323 |
msgstr ""
|
324 |
|
325 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:432
|
326 |
msgid "Settings saved"
|
327 |
msgstr ""
|
328 |
|
329 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:433
|
330 |
msgid "Settings reset"
|
331 |
msgstr ""
|
332 |
|
333 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:434
|
334 |
msgid "Element deleted correctly."
|
335 |
msgstr ""
|
336 |
|
337 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:435
|
338 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:436
|
339 |
msgid "Element updated correctly."
|
340 |
msgstr ""
|
341 |
|
342 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:437
|
343 |
msgid "Database imported correctly."
|
344 |
msgstr ""
|
345 |
|
346 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:438
|
347 |
msgid "An error has occurred during import. Please try again."
|
348 |
msgstr ""
|
349 |
|
350 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:439
|
351 |
+
msgid "The added file is not valid."
|
352 |
msgstr ""
|
353 |
|
354 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:440
|
355 |
msgid "Sorry, import is disabled."
|
356 |
msgstr ""
|
357 |
|
358 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:441
|
359 |
msgid "Sorting successful."
|
360 |
msgstr ""
|
361 |
|
362 |
+
#: ../plugin-fw/lib/yit-plugin-subpanel.php:145
|
363 |
+
msgid ""
|
364 |
+
"If you continue with this action, you will reset all the options in this "
|
365 |
+
"page."
|
366 |
+
msgstr ""
|
367 |
+
|
368 |
#: ../plugin-fw/lib/yit-pointers.php:70
|
369 |
msgid "Plugins Activated"
|
370 |
msgstr ""
|
390 |
|
391 |
#: ../plugin-fw/lib/yit-pointers.php:85
|
392 |
msgid ""
|
393 |
+
"From now on, you can find all options of your plugins in YIT Plugin menu.\n"
|
|
|
394 |
" Any time one of our plugins is updated, "
|
395 |
"a new entry will be added to this menu.\n"
|
396 |
+
" For example, after the update, plugin "
|
397 |
+
"options (such as for YITH WooCommerce Wishlist, YITH WooCommerce Ajax "
|
398 |
+
"Search, etc.)\n"
|
399 |
" will be moved from previous location to "
|
400 |
"YIT Plugin tab."
|
401 |
msgstr ""
|
402 |
|
403 |
+
#: ../plugin-fw/lib/yit-upgrade.php:123
|
404 |
msgid "There is a new version of %plugin_name% available."
|
405 |
msgstr ""
|
406 |
|
407 |
+
#: ../plugin-fw/lib/yit-upgrade.php:124
|
408 |
msgid "View version %latest% details."
|
409 |
msgstr ""
|
410 |
|
411 |
+
#: ../plugin-fw/lib/yit-upgrade.php:125
|
412 |
msgid "Automatic update is unavailable for this plugin,"
|
413 |
msgstr ""
|
414 |
|
415 |
+
#: ../plugin-fw/lib/yit-upgrade.php:126
|
416 |
msgid ""
|
417 |
+
"please <a href=\"%activate_link%\">activate</a> your copy of %plugin_name%."
|
418 |
msgstr ""
|
419 |
|
420 |
+
#: ../plugin-fw/lib/yit-upgrade.php:127
|
421 |
msgid "Update now."
|
422 |
msgstr ""
|
423 |
|
424 |
+
#: ../plugin-fw/lib/yit-upgrade.php:230
|
425 |
msgid "Yithemes Repository"
|
426 |
msgstr ""
|
427 |
|
428 |
+
#: ../plugin-fw/lib/yit-upgrade.php:264
|
429 |
msgid "Invalid URL Provided."
|
430 |
msgstr ""
|
431 |
|
432 |
+
#: ../plugin-fw/lib/yit-upgrade.php:277
|
433 |
msgid "Could not create Temporary file."
|
434 |
msgstr ""
|
435 |
|
436 |
+
#: ../plugin-fw/lib/yit-upgrade.php:419
|
437 |
#, php-format
|
438 |
msgid ""
|
439 |
"There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
|
440 |
"yit-changelog-button\" title=\"%3$s\">View version %4$s details</a>."
|
441 |
msgstr ""
|
442 |
|
443 |
+
#: ../plugin-fw/lib/yit-upgrade.php:421
|
444 |
#, php-format
|
445 |
msgid ""
|
446 |
"There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
|
449 |
"automatic updates.</em>"
|
450 |
msgstr ""
|
451 |
|
452 |
+
#: ../plugin-fw/lib/yit-upgrade.php:423
|
453 |
#, php-format
|
454 |
msgid ""
|
455 |
"There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
|
458 |
"title=\"Licence activation\">activate</a> your copy of %6s.</em>"
|
459 |
msgstr ""
|
460 |
|
461 |
+
#: ../plugin-fw/lib/yit-upgrade.php:425
|
462 |
#, php-format
|
463 |
msgid ""
|
464 |
"There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
|
466 |
"href=\"%5$s\">update now</a>."
|
467 |
msgstr ""
|
468 |
|
469 |
+
#: ../plugin-fw/lib/yit-upgrade.php:498
|
470 |
+
msgid "You can't update the plugins for this site."
|
471 |
msgstr ""
|
472 |
|
473 |
+
#: ../plugin-fw/lib/yit-upgrade.php:502
|
474 |
+
msgid ""
|
475 |
+
"You do not have sufficient permissions to update the plugins for this site."
|
476 |
msgstr ""
|
477 |
|
478 |
+
#: ../plugin-fw/lib/yit-upgrade.php:509
|
479 |
msgid "Update Plugin"
|
480 |
msgstr ""
|
481 |
|
482 |
+
#: ../plugin-fw/licence/lib/yit-licence.php:161
|
483 |
#, php-format
|
484 |
msgid "%field% field cannot be empty"
|
485 |
msgstr ""
|
486 |
|
487 |
+
#: ../plugin-fw/licence/lib/yit-licence.php:162
|
488 |
msgid "%field_1% and %field_2% fields cannot be empty"
|
489 |
msgstr ""
|
490 |
|
491 |
+
#: ../plugin-fw/licence/lib/yit-licence.php:163
|
492 |
msgid "Unable to contact the remote server, please try again later. Thanks!"
|
493 |
msgstr ""
|
494 |
|
495 |
+
#: ../plugin-fw/licence/lib/yit-licence.php:548
|
496 |
msgid "Invalid Request"
|
497 |
msgstr ""
|
498 |
|
499 |
+
#: ../plugin-fw/licence/lib/yit-licence.php:549
|
500 |
msgid "Invalid licence key"
|
501 |
msgstr ""
|
502 |
|
503 |
+
#: ../plugin-fw/licence/lib/yit-licence.php:550
|
504 |
msgid "Software has been deactivated"
|
505 |
msgstr ""
|
506 |
|
507 |
+
#: ../plugin-fw/licence/lib/yit-licence.php:551
|
508 |
msgid "Maximum number of activations exceeded"
|
509 |
msgstr ""
|
510 |
|
511 |
+
#: ../plugin-fw/licence/lib/yit-licence.php:552
|
512 |
msgid "Invalid instance ID"
|
513 |
msgstr ""
|
514 |
|
515 |
+
#: ../plugin-fw/licence/lib/yit-licence.php:553
|
516 |
msgid "Invalid security key"
|
517 |
msgstr ""
|
518 |
|
519 |
+
#: ../plugin-fw/licence/lib/yit-licence.php:554
|
520 |
msgid "Licence key has expired"
|
521 |
msgstr ""
|
522 |
|
523 |
+
#: ../plugin-fw/licence/lib/yit-licence.php:555
|
524 |
msgid "Licence key has been banned"
|
525 |
msgstr ""
|
526 |
|
|
|
527 |
#: ../plugin-fw/licence/lib/yit-plugin-licence.php:64
|
528 |
+
#: ../plugin-fw/licence/lib/yit-plugin-licence.php:65
|
529 |
#: ../plugin-fw/licence/lib/yit-theme-licence.php:64
|
530 |
+
#: ../plugin-fw/licence/lib/yit-theme-licence.php:65
|
531 |
#: ../plugin-fw/licence/lib/yit-theme-licence.php:107
|
532 |
+
#: ../plugin-fw/licence/lib/yit-theme-licence.php:108
|
533 |
msgid "Licence Activation"
|
534 |
msgstr ""
|
535 |
|
|
|
536 |
#: ../plugin-fw/licence/lib/yit-theme-licence.php:115
|
537 |
+
#: ../plugin-fw/licence/lib/yit-theme-licence.php:116
|
538 |
#, php-format
|
539 |
msgid "%s"
|
540 |
msgstr ""
|
545 |
|
546 |
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:23
|
547 |
msgid ""
|
548 |
+
"I cannot find the license key for activating the theme I have bought some "
|
549 |
+
"time ago. Where can I find it?"
|
550 |
+
msgstr ""
|
551 |
+
|
552 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:26
|
553 |
+
msgid ""
|
554 |
+
"If you have purchased one of our products before 27 January 2015, you can "
|
555 |
+
"benefit from support and updates (the services offered with the license)\n"
|
556 |
+
" until 27 January 2016 and you do not have to purchase it again "
|
557 |
+
"to get a new license key, because, before this date, your license used to be "
|
558 |
+
"activated automatically by our system.\n"
|
559 |
+
" After 27 January 2016, instead, if you want to benefit from "
|
560 |
+
"support and updates you have to buy a new license and activate it through "
|
561 |
+
"the license key you will be\n"
|
562 |
+
" provided with and that you can find in your YIThemes account, in "
|
563 |
+
"section \"My licenses\"."
|
564 |
+
msgstr ""
|
565 |
+
|
566 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:37
|
567 |
+
msgid ""
|
568 |
"Have you updated your licenses? Have you asked for an extension? Update "
|
569 |
"information concerning your products."
|
570 |
msgstr ""
|
571 |
|
572 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:39
|
573 |
msgid "Update licence information"
|
574 |
msgstr ""
|
575 |
|
576 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:49
|
577 |
msgid "Products to be activated"
|
578 |
msgstr ""
|
579 |
|
580 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:68
|
581 |
msgid "Activate"
|
582 |
msgstr ""
|
583 |
|
584 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:87
|
585 |
msgid "Activated"
|
586 |
msgstr ""
|
587 |
|
588 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:91
|
589 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:123
|
590 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:147
|
591 |
msgid "Product Name"
|
592 |
msgstr ""
|
593 |
|
594 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:92
|
595 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:124
|
596 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:148
|
597 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:148
|
598 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:340
|
599 |
msgid "Email"
|
600 |
msgstr ""
|
601 |
|
602 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:93
|
603 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:125
|
604 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:149
|
605 |
msgid "Licence Key"
|
606 |
msgstr ""
|
607 |
|
608 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:94
|
609 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:150
|
610 |
msgid "Expires"
|
611 |
msgstr ""
|
612 |
|
613 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:95
|
614 |
msgid "Remaining"
|
615 |
msgstr ""
|
616 |
|
617 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:96
|
618 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:109
|
619 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:151
|
620 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:161
|
621 |
msgid "Renew"
|
622 |
msgstr ""
|
623 |
|
624 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:107
|
625 |
#, php-format
|
626 |
msgid "%1s out of %2s"
|
627 |
msgstr ""
|
628 |
|
629 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:119
|
630 |
msgid "Banned"
|
631 |
msgstr ""
|
632 |
|
633 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:143
|
634 |
msgid "Expired"
|
635 |
msgstr ""
|
636 |
|
646 |
msgid "+ Add New Category"
|
647 |
msgstr ""
|
648 |
|
649 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:7
|
650 |
msgid "Text Input"
|
651 |
msgstr ""
|
652 |
|
653 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:8
|
654 |
msgid "Checkbox"
|
655 |
msgstr ""
|
656 |
|
657 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:9
|
658 |
msgid "Select"
|
659 |
msgstr ""
|
660 |
|
661 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:10
|
662 |
msgid "Textarea"
|
663 |
msgstr ""
|
664 |
|
665 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:11
|
666 |
msgid "Radio Input"
|
667 |
msgstr ""
|
668 |
|
669 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:12
|
670 |
msgid "Password Field"
|
671 |
msgstr ""
|
672 |
|
673 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:13
|
674 |
msgid "File Upload"
|
675 |
msgstr ""
|
676 |
|
677 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:47
|
678 |
msgid "Theme Icon"
|
679 |
msgstr ""
|
680 |
|
681 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:48
|
682 |
msgid "Custom Icon"
|
683 |
msgstr ""
|
684 |
|
685 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:49
|
686 |
#: ../plugin-fw/templates/metaboxes/types/responsivesliders.php:24
|
687 |
msgid "None"
|
688 |
msgstr ""
|
689 |
|
690 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:60
|
691 |
msgid "Add field"
|
692 |
msgstr ""
|
693 |
|
694 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:69
|
695 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:261
|
696 |
#: ../plugin-fw/templates/metaboxes/types/customtabs.php:37
|
697 |
#: ../plugin-fw/templates/metaboxes/types/customtabs.php:82
|
698 |
msgid "Remove"
|
699 |
msgstr ""
|
700 |
|
701 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:70
|
702 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:262
|
703 |
msgid "Click to toggle"
|
704 |
msgstr ""
|
705 |
|
706 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:77
|
707 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:269
|
708 |
msgid "Title Field"
|
709 |
msgstr ""
|
710 |
|
711 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:81
|
712 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:273
|
713 |
msgid "Insert the title for the field."
|
714 |
msgstr ""
|
715 |
|
716 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:86
|
717 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:278
|
718 |
msgid "Data Name"
|
719 |
msgstr ""
|
720 |
|
721 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:90
|
722 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:282
|
723 |
msgid ""
|
724 |
"REQUIRED: Field identification name to be entered into email body. "
|
725 |
"<strong>Note:</strong>Use only lowercase characters and underscores."
|
726 |
msgstr ""
|
727 |
|
728 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:95
|
729 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:287
|
730 |
msgid "Type field"
|
731 |
msgstr ""
|
732 |
|
733 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:103
|
734 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:295
|
735 |
msgid "Select the type for this field."
|
736 |
msgstr ""
|
737 |
|
738 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:108
|
739 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:300
|
740 |
msgid "Checked"
|
741 |
msgstr ""
|
742 |
|
743 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:112
|
744 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:304
|
745 |
msgid "Select this option if you want this field appears as already checked."
|
746 |
msgstr ""
|
747 |
|
748 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:117
|
749 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:309
|
750 |
msgid "Add options "
|
751 |
msgstr ""
|
752 |
|
|
|
|
|
|
|
|
|
|
|
753 |
#: ../plugin-fw/templates/metaboxes/types/contactform.php:118
|
754 |
#: ../plugin-fw/templates/metaboxes/types/contactform.php:310
|
755 |
+
msgid "Add option"
|
|
|
756 |
msgstr ""
|
757 |
|
758 |
#: ../plugin-fw/templates/metaboxes/types/contactform.php:121
|
759 |
#: ../plugin-fw/templates/metaboxes/types/contactform.php:313
|
760 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:436
|
761 |
+
msgid "Selected"
|
762 |
+
msgstr ""
|
763 |
+
|
764 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:124
|
765 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:316
|
766 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:436
|
767 |
msgid "Delete option"
|
768 |
msgstr ""
|
769 |
|
770 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:130
|
771 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:322
|
772 |
msgid "Error Message"
|
773 |
msgstr ""
|
774 |
|
775 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:134
|
776 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:326
|
777 |
msgid "Insert the error message for validation."
|
778 |
msgstr ""
|
779 |
|
780 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:139
|
781 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:331
|
782 |
msgid "Required"
|
783 |
msgstr ""
|
784 |
|
785 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:143
|
786 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:335
|
787 |
msgid "Select this option if it must be required."
|
788 |
msgstr ""
|
789 |
|
790 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:152
|
791 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:344
|
792 |
msgid "Select this option if the email must be valid."
|
793 |
msgstr ""
|
794 |
|
795 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:157
|
796 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:349
|
797 |
msgid "Reply To"
|
798 |
msgstr ""
|
799 |
|
800 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:161
|
801 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:353
|
802 |
msgid "Select this if it is the email you can reply to."
|
803 |
msgstr ""
|
804 |
|
805 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:166
|
806 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:358
|
807 |
msgid "Class"
|
808 |
msgstr ""
|
809 |
|
810 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:170
|
811 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:362
|
812 |
msgid ""
|
813 |
"Insert additional class(es) (separated by commas) for more personalization."
|
814 |
msgstr ""
|
815 |
|
816 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:175
|
817 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:367
|
818 |
msgid "Icon"
|
819 |
msgstr ""
|
820 |
|
821 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:203
|
822 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:391
|
823 |
#: ../plugin-fw/templates/metaboxes/types/icon-list.php:69
|
824 |
#: ../plugin-fw/templates/metaboxes/types/select-icon.php:33
|
825 |
#: ../plugin-fw/templates/metaboxes/types/upload.php:21
|
828 |
msgid "Upload"
|
829 |
msgstr ""
|
830 |
|
831 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:209
|
832 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:397
|
833 |
#: ../plugin-fw/templates/metaboxes/types/icon-list.php:75
|
834 |
#: ../plugin-fw/templates/metaboxes/types/select-icon.php:39
|
835 |
msgid "Image preview"
|
836 |
msgstr ""
|
837 |
|
838 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:217
|
839 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:405
|
840 |
msgid "Insert an icon for more personalization."
|
841 |
msgstr ""
|
842 |
|
843 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:222
|
844 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:409
|
845 |
msgid "Width"
|
846 |
msgstr ""
|
847 |
|
848 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:247
|
849 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:421
|
850 |
msgid "Set field length."
|
851 |
msgstr ""
|
852 |
|
886 |
msgid "(Default: <i %s></i> )"
|
887 |
msgstr ""
|
888 |
|
|
|
889 |
#: ../plugin-fw/templates/metaboxes/types/image-gallery.php:40
|
890 |
+
#: ../plugin-fw/templates/metaboxes/types/image-gallery.php:45
|
891 |
+
#: ../plugin-fw/templates/metaboxes/types/images.php:38
|
892 |
+
#: ../plugin-fw/templates/metaboxes/types/images.php:64
|
893 |
msgid "Delete image"
|
894 |
msgstr ""
|
895 |
|
896 |
+
#: ../plugin-fw/templates/metaboxes/types/image-gallery.php:45
|
897 |
msgid "Add Images to Gallery"
|
898 |
msgstr ""
|
899 |
|
900 |
+
#: ../plugin-fw/templates/metaboxes/types/image-gallery.php:45
|
901 |
msgid "Add to gallery"
|
902 |
msgstr ""
|
903 |
|
904 |
+
#: ../plugin-fw/templates/metaboxes/types/image-gallery.php:45
|
905 |
msgid "Add images"
|
906 |
msgstr ""
|
907 |
|
908 |
+
#: ../plugin-fw/templates/metaboxes/types/image-gallery.php:45
|
909 |
msgid "Delete"
|
910 |
msgstr ""
|
911 |
|
912 |
+
#: ../plugin-fw/templates/metaboxes/types/images.php:42
|
913 |
msgid "Upload new images"
|
914 |
msgstr ""
|
915 |
|
916 |
+
#: ../plugin-fw/templates/metaboxes/types/images.php:75
|
917 |
msgid "Are you sure you want to remove this image?"
|
918 |
msgstr ""
|
919 |
|
993 |
msgid "Italic bold"
|
994 |
msgstr ""
|
995 |
|
996 |
+
#: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
|
997 |
+
msgid "Reset Defaults"
|
998 |
+
msgstr ""
|
999 |
+
|
1000 |
+
#: ../plugin-options/settings-options.php:21
|
1001 |
msgid "Upgrade to the PREMIUM VERSION"
|
1002 |
msgstr ""
|
1003 |
|
1004 |
+
#: ../plugin-options/settings-options.php:25
|
1005 |
msgid "Discover the Advanced Features"
|
1006 |
msgstr ""
|
1007 |
|
1008 |
+
#: ../plugin-options/settings-options.php:26
|
1009 |
msgid ""
|
1010 |
"Upgrade to the PREMIUM VERSION\n"
|
1011 |
"of YITH WOOCOMMERCE AJAX SEARCH to benefit from all features!"
|
1012 |
msgstr ""
|
1013 |
|
1014 |
+
#: ../plugin-options/settings-options.php:33
|
1015 |
msgid "Get Support and Pro Features"
|
1016 |
msgstr ""
|
1017 |
|
1018 |
+
#: ../plugin-options/settings-options.php:34
|
1019 |
msgid ""
|
1020 |
"By purchasing the premium version of the plugin, you will take advantage of "
|
1021 |
"the advanced features of the product and you will get one year of free "
|
1022 |
"updates and support through our platform available 24h/24."
|
1023 |
msgstr ""
|
1024 |
|
1025 |
+
#: ../plugin-options/settings-options.php:44
|
1026 |
msgid "General settings"
|
1027 |
msgstr ""
|
1028 |
|
1029 |
+
#: ../plugin-options/settings-options.php:53
|
1030 |
msgid "Search input label"
|
1031 |
msgstr ""
|
1032 |
|
1033 |
+
#: ../plugin-options/settings-options.php:55
|
1034 |
+
#: ../plugin-options/settings-options.php:63
|
1035 |
msgid "Label for Search input field."
|
1036 |
msgstr ""
|
1037 |
|
1038 |
+
#: ../plugin-options/settings-options.php:57
|
1039 |
msgid "Search for products"
|
1040 |
msgstr ""
|
1041 |
|
1042 |
+
#: ../plugin-options/settings-options.php:61
|
1043 |
msgid "Search submit label"
|
1044 |
msgstr ""
|
1045 |
|
1046 |
+
#: ../plugin-options/settings-options.php:65
|
1047 |
msgid "Search"
|
1048 |
msgstr ""
|
1049 |
|
1050 |
+
#: ../plugin-options/settings-options.php:69
|
1051 |
msgid "Minimum number of characters"
|
1052 |
msgstr ""
|
1053 |
|
1054 |
+
#: ../plugin-options/settings-options.php:70
|
1055 |
msgid "Minimum number of characters required to trigger autosuggest."
|
1056 |
msgstr ""
|
1057 |
|
1058 |
+
#: ../plugin-options/settings-options.php:83
|
1059 |
msgid "Maximum number of results"
|
1060 |
msgstr ""
|
1061 |
|
1062 |
+
#: ../plugin-options/settings-options.php:84
|
1063 |
msgid "Maximum number of results showed within the autosuggest box."
|
1064 |
msgstr ""
|
1065 |
|
languages/yit-it_IT.mo
CHANGED
Binary file
|
languages/yit-it_IT.po
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: YITH WooCommerce Ajax Search\n"
|
4 |
-
"POT-Creation-Date: 2015-
|
5 |
-
"PO-Revision-Date: 2015-
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: Yithemes <plugins@yithemes.com>\n"
|
8 |
"Language: it_IT\n"
|
@@ -18,7 +18,7 @@ msgstr ""
|
|
18 |
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1048
|
19 |
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1196
|
20 |
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1202
|
21 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
22 |
msgid "Settings"
|
23 |
msgstr "Impostazioni"
|
24 |
|
@@ -35,8 +35,8 @@ msgstr "Ajax Search"
|
|
35 |
msgid "Plugin Documentation"
|
36 |
msgstr "Impostazioni"
|
37 |
|
38 |
-
#: ../class.yith-wcas-admin.php:207 ../plugin-options/settings-options.php:
|
39 |
-
#: ../plugin-options/settings-options.php:
|
40 |
#, fuzzy
|
41 |
msgid "YITH WooCommerce Ajax Search"
|
42 |
msgstr "YITH WooCommerce Ajax Product Search"
|
@@ -66,20 +66,20 @@ msgid ""
|
|
66 |
"the <a href=\""
|
67 |
msgstr ""
|
68 |
|
69 |
-
#: ../class.yith-wcas.php:
|
70 |
msgid "No results"
|
71 |
msgstr "Nessun risultato"
|
72 |
|
73 |
-
#: ../init.php:
|
74 |
msgid ""
|
75 |
-
"
|
76 |
-
"
|
77 |
msgstr ""
|
78 |
|
79 |
-
#: ../init.php:
|
80 |
msgid ""
|
81 |
-
"
|
82 |
-
"
|
83 |
msgstr ""
|
84 |
|
85 |
#: ../plugin-fw/lib/yit-cpt-unlimited.php:460
|
@@ -244,7 +244,7 @@ msgid "Taxonomy Rewrite"
|
|
244 |
msgstr ""
|
245 |
|
246 |
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1083
|
247 |
-
msgid "Set
|
248 |
msgstr ""
|
249 |
|
250 |
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1088
|
@@ -278,94 +278,100 @@ msgstr ""
|
|
278 |
|
279 |
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1631
|
280 |
#, php-format
|
281 |
-
msgid "Add %s
|
282 |
msgstr ""
|
283 |
|
284 |
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1633
|
285 |
msgid "Add with multiupload"
|
286 |
msgstr ""
|
287 |
|
288 |
-
#: ../plugin-fw/lib/yit-plugin-panel-wc.php:
|
289 |
-
msgid "The changes you made will be lost if you leave this page."
|
290 |
msgstr ""
|
291 |
|
292 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
293 |
#, fuzzy
|
294 |
msgid "Plugin Settings"
|
295 |
msgstr "Impostazioni"
|
296 |
|
297 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
298 |
#: ../plugin-fw/lib/yit-plugin-subpanel.php:101
|
299 |
msgid "YIT Plugins"
|
300 |
msgstr ""
|
301 |
|
302 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
303 |
#: ../plugin-fw/lib/yit-plugin-subpanel.php:142
|
304 |
#: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:5
|
305 |
msgid "Save Changes"
|
306 |
msgstr ""
|
307 |
|
308 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
309 |
-
#: ../plugin-fw/lib/yit-plugin-subpanel.php:145
|
310 |
#: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:8
|
311 |
-
msgid "
|
|
|
312 |
msgstr ""
|
313 |
|
314 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
315 |
#: ../plugin-fw/lib/yit-plugin-subpanel.php:147
|
316 |
-
|
317 |
-
msgid "Reset Defaults"
|
318 |
msgstr ""
|
319 |
|
320 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
321 |
#: ../plugin-fw/lib/yit-plugin-subpanel.php:147
|
322 |
#: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
|
323 |
-
msgid "Are you sure
|
324 |
msgstr ""
|
325 |
|
326 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
327 |
-
msgid "
|
|
|
328 |
msgstr ""
|
329 |
|
330 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
331 |
#, fuzzy
|
332 |
msgid "Settings saved"
|
333 |
msgstr "Impostazioni"
|
334 |
|
335 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
336 |
#, fuzzy
|
337 |
msgid "Settings reset"
|
338 |
msgstr "Impostazioni"
|
339 |
|
340 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
341 |
msgid "Element deleted correctly."
|
342 |
msgstr ""
|
343 |
|
344 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
345 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
346 |
msgid "Element updated correctly."
|
347 |
msgstr ""
|
348 |
|
349 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
350 |
msgid "Database imported correctly."
|
351 |
msgstr ""
|
352 |
|
353 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
354 |
msgid "An error has occurred during import. Please try again."
|
355 |
msgstr ""
|
356 |
|
357 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
358 |
-
msgid "The file
|
359 |
msgstr ""
|
360 |
|
361 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
362 |
msgid "Sorry, import is disabled."
|
363 |
msgstr ""
|
364 |
|
365 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
366 |
msgid "Sorting successful."
|
367 |
msgstr ""
|
368 |
|
|
|
|
|
|
|
|
|
|
|
|
|
369 |
#: ../plugin-fw/lib/yit-pointers.php:70
|
370 |
msgid "Plugins Activated"
|
371 |
msgstr ""
|
@@ -391,58 +397,57 @@ msgstr ""
|
|
391 |
|
392 |
#: ../plugin-fw/lib/yit-pointers.php:85
|
393 |
msgid ""
|
394 |
-
"From now on, you can find all
|
395 |
-
"menu.\n"
|
396 |
" Any time one of our plugins is updated, "
|
397 |
"a new entry will be added to this menu.\n"
|
398 |
-
" For example, after update, plugin "
|
399 |
-
"options (such for YITH WooCommerce Wishlist, YITH WooCommerce Ajax
|
400 |
-
"etc.)\n"
|
401 |
" will be moved from previous location to "
|
402 |
"YIT Plugin tab."
|
403 |
msgstr ""
|
404 |
|
405 |
-
#: ../plugin-fw/lib/yit-upgrade.php:
|
406 |
msgid "There is a new version of %plugin_name% available."
|
407 |
msgstr ""
|
408 |
|
409 |
-
#: ../plugin-fw/lib/yit-upgrade.php:
|
410 |
msgid "View version %latest% details."
|
411 |
msgstr ""
|
412 |
|
413 |
-
#: ../plugin-fw/lib/yit-upgrade.php:
|
414 |
msgid "Automatic update is unavailable for this plugin,"
|
415 |
msgstr ""
|
416 |
|
417 |
-
#: ../plugin-fw/lib/yit-upgrade.php:
|
418 |
msgid ""
|
419 |
-
"please <a href=\"%activate_link%\">
|
420 |
msgstr ""
|
421 |
|
422 |
-
#: ../plugin-fw/lib/yit-upgrade.php:
|
423 |
msgid "Update now."
|
424 |
msgstr ""
|
425 |
|
426 |
-
#: ../plugin-fw/lib/yit-upgrade.php:
|
427 |
msgid "Yithemes Repository"
|
428 |
msgstr ""
|
429 |
|
430 |
-
#: ../plugin-fw/lib/yit-upgrade.php:
|
431 |
msgid "Invalid URL Provided."
|
432 |
msgstr ""
|
433 |
|
434 |
-
#: ../plugin-fw/lib/yit-upgrade.php:
|
435 |
msgid "Could not create Temporary file."
|
436 |
msgstr ""
|
437 |
|
438 |
-
#: ../plugin-fw/lib/yit-upgrade.php:
|
439 |
#, php-format
|
440 |
msgid ""
|
441 |
"There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
|
442 |
"yit-changelog-button\" title=\"%3$s\">View version %4$s details</a>."
|
443 |
msgstr ""
|
444 |
|
445 |
-
#: ../plugin-fw/lib/yit-upgrade.php:
|
446 |
#, php-format
|
447 |
msgid ""
|
448 |
"There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
|
@@ -451,7 +456,7 @@ msgid ""
|
|
451 |
"automatic updates.</em>"
|
452 |
msgstr ""
|
453 |
|
454 |
-
#: ../plugin-fw/lib/yit-upgrade.php:
|
455 |
#, php-format
|
456 |
msgid ""
|
457 |
"There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
|
@@ -460,7 +465,7 @@ msgid ""
|
|
460 |
"title=\"Licence activation\">activate</a> your copy of %6s.</em>"
|
461 |
msgstr ""
|
462 |
|
463 |
-
#: ../plugin-fw/lib/yit-upgrade.php:
|
464 |
#, php-format
|
465 |
msgid ""
|
466 |
"There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
|
@@ -468,75 +473,76 @@ msgid ""
|
|
468 |
"href=\"%5$s\">update now</a>."
|
469 |
msgstr ""
|
470 |
|
471 |
-
#: ../plugin-fw/lib/yit-upgrade.php:
|
472 |
-
msgid "You can't update plugins for this site."
|
473 |
msgstr ""
|
474 |
|
475 |
-
#: ../plugin-fw/lib/yit-upgrade.php:
|
476 |
-
msgid "
|
|
|
477 |
msgstr ""
|
478 |
|
479 |
-
#: ../plugin-fw/lib/yit-upgrade.php:
|
480 |
msgid "Update Plugin"
|
481 |
msgstr ""
|
482 |
|
483 |
-
#: ../plugin-fw/licence/lib/yit-licence.php:
|
484 |
#, php-format
|
485 |
msgid "%field% field cannot be empty"
|
486 |
msgstr ""
|
487 |
|
488 |
-
#: ../plugin-fw/licence/lib/yit-licence.php:
|
489 |
msgid "%field_1% and %field_2% fields cannot be empty"
|
490 |
msgstr ""
|
491 |
|
492 |
-
#: ../plugin-fw/licence/lib/yit-licence.php:
|
493 |
msgid "Unable to contact the remote server, please try again later. Thanks!"
|
494 |
msgstr ""
|
495 |
|
496 |
-
#: ../plugin-fw/licence/lib/yit-licence.php:
|
497 |
msgid "Invalid Request"
|
498 |
msgstr ""
|
499 |
|
500 |
-
#: ../plugin-fw/licence/lib/yit-licence.php:
|
501 |
msgid "Invalid licence key"
|
502 |
msgstr ""
|
503 |
|
504 |
-
#: ../plugin-fw/licence/lib/yit-licence.php:
|
505 |
msgid "Software has been deactivated"
|
506 |
msgstr ""
|
507 |
|
508 |
-
#: ../plugin-fw/licence/lib/yit-licence.php:
|
509 |
#, fuzzy
|
510 |
msgid "Maximum number of activations exceeded"
|
511 |
msgstr "Numero massimo di risultati"
|
512 |
|
513 |
-
#: ../plugin-fw/licence/lib/yit-licence.php:
|
514 |
msgid "Invalid instance ID"
|
515 |
msgstr ""
|
516 |
|
517 |
-
#: ../plugin-fw/licence/lib/yit-licence.php:
|
518 |
msgid "Invalid security key"
|
519 |
msgstr ""
|
520 |
|
521 |
-
#: ../plugin-fw/licence/lib/yit-licence.php:
|
522 |
msgid "Licence key has expired"
|
523 |
msgstr ""
|
524 |
|
525 |
-
#: ../plugin-fw/licence/lib/yit-licence.php:
|
526 |
msgid "Licence key has been banned"
|
527 |
msgstr ""
|
528 |
|
529 |
-
#: ../plugin-fw/licence/lib/yit-plugin-licence.php:63
|
530 |
#: ../plugin-fw/licence/lib/yit-plugin-licence.php:64
|
531 |
-
#: ../plugin-fw/licence/lib/yit-
|
532 |
#: ../plugin-fw/licence/lib/yit-theme-licence.php:64
|
533 |
-
#: ../plugin-fw/licence/lib/yit-theme-licence.php:
|
534 |
#: ../plugin-fw/licence/lib/yit-theme-licence.php:107
|
|
|
535 |
msgid "Licence Activation"
|
536 |
msgstr ""
|
537 |
|
538 |
-
#: ../plugin-fw/licence/lib/yit-theme-licence.php:114
|
539 |
#: ../plugin-fw/licence/lib/yit-theme-licence.php:115
|
|
|
540 |
#, php-format
|
541 |
msgid "%s"
|
542 |
msgstr ""
|
@@ -547,72 +553,92 @@ msgstr ""
|
|
547 |
|
548 |
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:23
|
549 |
msgid ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
550 |
"Have you updated your licenses? Have you asked for an extension? Update "
|
551 |
"information concerning your products."
|
552 |
msgstr ""
|
553 |
|
554 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
555 |
msgid "Update licence information"
|
556 |
msgstr ""
|
557 |
|
558 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
559 |
msgid "Products to be activated"
|
560 |
msgstr ""
|
561 |
|
562 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
563 |
msgid "Activate"
|
564 |
msgstr ""
|
565 |
|
566 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
567 |
msgid "Activated"
|
568 |
msgstr ""
|
569 |
|
570 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
571 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
572 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
573 |
msgid "Product Name"
|
574 |
msgstr ""
|
575 |
|
576 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
577 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
578 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
579 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
580 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
581 |
msgid "Email"
|
582 |
msgstr ""
|
583 |
|
584 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
585 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
586 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
587 |
msgid "Licence Key"
|
588 |
msgstr ""
|
589 |
|
590 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
591 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
592 |
msgid "Expires"
|
593 |
msgstr ""
|
594 |
|
595 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
596 |
msgid "Remaining"
|
597 |
msgstr ""
|
598 |
|
599 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
600 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
601 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
602 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
603 |
msgid "Renew"
|
604 |
msgstr ""
|
605 |
|
606 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
607 |
#, php-format
|
608 |
msgid "%1s out of %2s"
|
609 |
msgstr ""
|
610 |
|
611 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
612 |
msgid "Banned"
|
613 |
msgstr ""
|
614 |
|
615 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
616 |
msgid "Expired"
|
617 |
msgstr ""
|
618 |
|
@@ -629,186 +655,186 @@ msgstr ""
|
|
629 |
msgid "+ Add New Category"
|
630 |
msgstr ""
|
631 |
|
632 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
633 |
msgid "Text Input"
|
634 |
msgstr ""
|
635 |
|
636 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
637 |
msgid "Checkbox"
|
638 |
msgstr ""
|
639 |
|
640 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
641 |
#, fuzzy
|
642 |
msgid "Select"
|
643 |
msgstr "Seleziona una data"
|
644 |
|
645 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
646 |
msgid "Textarea"
|
647 |
msgstr ""
|
648 |
|
649 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
650 |
msgid "Radio Input"
|
651 |
msgstr ""
|
652 |
|
653 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
654 |
msgid "Password Field"
|
655 |
msgstr ""
|
656 |
|
657 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
658 |
#, fuzzy
|
659 |
msgid "File Upload"
|
660 |
msgstr "Upload"
|
661 |
|
662 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
663 |
msgid "Theme Icon"
|
664 |
msgstr ""
|
665 |
|
666 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
667 |
msgid "Custom Icon"
|
668 |
msgstr ""
|
669 |
|
670 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
671 |
#: ../plugin-fw/templates/metaboxes/types/responsivesliders.php:24
|
672 |
msgid "None"
|
673 |
msgstr ""
|
674 |
|
675 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
676 |
msgid "Add field"
|
677 |
msgstr ""
|
678 |
|
679 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
680 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
681 |
#: ../plugin-fw/templates/metaboxes/types/customtabs.php:37
|
682 |
#: ../plugin-fw/templates/metaboxes/types/customtabs.php:82
|
683 |
msgid "Remove"
|
684 |
msgstr ""
|
685 |
|
686 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
687 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
688 |
#, fuzzy
|
689 |
msgid "Click to toggle"
|
690 |
msgstr "Clicca per anteprima"
|
691 |
|
692 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
693 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
694 |
msgid "Title Field"
|
695 |
msgstr ""
|
696 |
|
697 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
698 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
699 |
#, fuzzy
|
700 |
msgid "Insert the title for the field."
|
701 |
msgstr "Seleziona un font"
|
702 |
|
703 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
704 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
705 |
msgid "Data Name"
|
706 |
msgstr ""
|
707 |
|
708 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
709 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
710 |
msgid ""
|
711 |
"REQUIRED: Field identification name to be entered into email body. "
|
712 |
"<strong>Note:</strong>Use only lowercase characters and underscores."
|
713 |
msgstr ""
|
714 |
|
715 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
716 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
717 |
msgid "Type field"
|
718 |
msgstr ""
|
719 |
|
720 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
721 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
722 |
#, fuzzy
|
723 |
msgid "Select the type for this field."
|
724 |
msgstr "Seleziona un font"
|
725 |
|
726 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
727 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
728 |
msgid "Checked"
|
729 |
msgstr ""
|
730 |
|
731 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
732 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
733 |
msgid "Select this option if you want this field appears as already checked."
|
734 |
msgstr ""
|
735 |
|
736 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
737 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
738 |
msgid "Add options "
|
739 |
msgstr ""
|
740 |
|
741 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
742 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
743 |
msgid "Add option"
|
744 |
msgstr ""
|
745 |
|
746 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
747 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
748 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
749 |
#, fuzzy
|
750 |
msgid "Selected"
|
751 |
msgstr "Seleziona una data"
|
752 |
|
753 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
754 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
755 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
756 |
msgid "Delete option"
|
757 |
msgstr ""
|
758 |
|
759 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
760 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
761 |
msgid "Error Message"
|
762 |
msgstr ""
|
763 |
|
764 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
765 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
766 |
msgid "Insert the error message for validation."
|
767 |
msgstr ""
|
768 |
|
769 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
770 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
771 |
msgid "Required"
|
772 |
msgstr ""
|
773 |
|
774 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
775 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
776 |
msgid "Select this option if it must be required."
|
777 |
msgstr ""
|
778 |
|
779 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
780 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
781 |
msgid "Select this option if the email must be valid."
|
782 |
msgstr ""
|
783 |
|
784 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
785 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
786 |
msgid "Reply To"
|
787 |
msgstr ""
|
788 |
|
789 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
790 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
791 |
msgid "Select this if it is the email you can reply to."
|
792 |
msgstr ""
|
793 |
|
794 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
795 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
796 |
msgid "Class"
|
797 |
msgstr ""
|
798 |
|
799 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
800 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
801 |
msgid ""
|
802 |
"Insert additional class(es) (separated by commas) for more personalization."
|
803 |
msgstr ""
|
804 |
|
805 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
806 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
807 |
msgid "Icon"
|
808 |
msgstr ""
|
809 |
|
810 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
811 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
812 |
#: ../plugin-fw/templates/metaboxes/types/icon-list.php:69
|
813 |
#: ../plugin-fw/templates/metaboxes/types/select-icon.php:33
|
814 |
#: ../plugin-fw/templates/metaboxes/types/upload.php:21
|
@@ -817,25 +843,25 @@ msgstr ""
|
|
817 |
msgid "Upload"
|
818 |
msgstr "Upload"
|
819 |
|
820 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
821 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
822 |
#: ../plugin-fw/templates/metaboxes/types/icon-list.php:75
|
823 |
#: ../plugin-fw/templates/metaboxes/types/select-icon.php:39
|
824 |
msgid "Image preview"
|
825 |
msgstr ""
|
826 |
|
827 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
828 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
829 |
msgid "Insert an icon for more personalization."
|
830 |
msgstr ""
|
831 |
|
832 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
833 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
834 |
msgid "Width"
|
835 |
msgstr ""
|
836 |
|
837 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
838 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
839 |
msgid "Set field length."
|
840 |
msgstr ""
|
841 |
|
@@ -875,34 +901,34 @@ msgstr ""
|
|
875 |
msgid "(Default: <i %s></i> )"
|
876 |
msgstr ""
|
877 |
|
878 |
-
#: ../plugin-fw/templates/metaboxes/types/image-gallery.php:35
|
879 |
#: ../plugin-fw/templates/metaboxes/types/image-gallery.php:40
|
880 |
-
#: ../plugin-fw/templates/metaboxes/types/
|
881 |
-
#: ../plugin-fw/templates/metaboxes/types/images.php:
|
|
|
882 |
msgid "Delete image"
|
883 |
msgstr ""
|
884 |
|
885 |
-
#: ../plugin-fw/templates/metaboxes/types/image-gallery.php:
|
886 |
msgid "Add Images to Gallery"
|
887 |
msgstr ""
|
888 |
|
889 |
-
#: ../plugin-fw/templates/metaboxes/types/image-gallery.php:
|
890 |
msgid "Add to gallery"
|
891 |
msgstr ""
|
892 |
|
893 |
-
#: ../plugin-fw/templates/metaboxes/types/image-gallery.php:
|
894 |
msgid "Add images"
|
895 |
msgstr ""
|
896 |
|
897 |
-
#: ../plugin-fw/templates/metaboxes/types/image-gallery.php:
|
898 |
msgid "Delete"
|
899 |
msgstr ""
|
900 |
|
901 |
-
#: ../plugin-fw/templates/metaboxes/types/images.php:
|
902 |
msgid "Upload new images"
|
903 |
msgstr ""
|
904 |
|
905 |
-
#: ../plugin-fw/templates/metaboxes/types/images.php:
|
906 |
msgid "Are you sure you want to remove this image?"
|
907 |
msgstr ""
|
908 |
|
@@ -982,70 +1008,74 @@ msgstr "Italic"
|
|
982 |
msgid "Italic bold"
|
983 |
msgstr "Italic bold"
|
984 |
|
985 |
-
#: ../plugin-
|
|
|
|
|
|
|
|
|
986 |
msgid "Upgrade to the PREMIUM VERSION"
|
987 |
msgstr ""
|
988 |
|
989 |
-
#: ../plugin-options/settings-options.php:
|
990 |
msgid "Discover the Advanced Features"
|
991 |
msgstr ""
|
992 |
|
993 |
-
#: ../plugin-options/settings-options.php:
|
994 |
msgid ""
|
995 |
"Upgrade to the PREMIUM VERSION\n"
|
996 |
"of YITH WOOCOMMERCE AJAX SEARCH to benefit from all features!"
|
997 |
msgstr ""
|
998 |
|
999 |
-
#: ../plugin-options/settings-options.php:
|
1000 |
msgid "Get Support and Pro Features"
|
1001 |
msgstr ""
|
1002 |
|
1003 |
-
#: ../plugin-options/settings-options.php:
|
1004 |
msgid ""
|
1005 |
"By purchasing the premium version of the plugin, you will take advantage of "
|
1006 |
"the advanced features of the product and you will get one year of free "
|
1007 |
"updates and support through our platform available 24h/24."
|
1008 |
msgstr ""
|
1009 |
|
1010 |
-
#: ../plugin-options/settings-options.php:
|
1011 |
#, fuzzy
|
1012 |
msgid "General settings"
|
1013 |
msgstr "Impostazioni Generali"
|
1014 |
|
1015 |
-
#: ../plugin-options/settings-options.php:
|
1016 |
msgid "Search input label"
|
1017 |
msgstr "Etichetta campo di ricerca"
|
1018 |
|
1019 |
-
#: ../plugin-options/settings-options.php:
|
1020 |
-
#: ../plugin-options/settings-options.php:
|
1021 |
msgid "Label for Search input field."
|
1022 |
msgstr "Etichetta per il campo di ricerca"
|
1023 |
|
1024 |
-
#: ../plugin-options/settings-options.php:
|
1025 |
msgid "Search for products"
|
1026 |
msgstr "Cerca prodotto"
|
1027 |
|
1028 |
-
#: ../plugin-options/settings-options.php:
|
1029 |
msgid "Search submit label"
|
1030 |
msgstr "Etichetta campo di submit"
|
1031 |
|
1032 |
-
#: ../plugin-options/settings-options.php:
|
1033 |
msgid "Search"
|
1034 |
msgstr "Cerca"
|
1035 |
|
1036 |
-
#: ../plugin-options/settings-options.php:
|
1037 |
msgid "Minimum number of characters"
|
1038 |
msgstr "Numero minimo di caratteri"
|
1039 |
|
1040 |
-
#: ../plugin-options/settings-options.php:
|
1041 |
msgid "Minimum number of characters required to trigger autosuggest."
|
1042 |
msgstr "Numero minimo di caratteri richiesti per avviare la ricerca"
|
1043 |
|
1044 |
-
#: ../plugin-options/settings-options.php:
|
1045 |
msgid "Maximum number of results"
|
1046 |
msgstr "Numero massimo di risultati"
|
1047 |
|
1048 |
-
#: ../plugin-options/settings-options.php:
|
1049 |
msgid "Maximum number of results showed within the autosuggest box."
|
1050 |
msgstr "Numero massimo di risultati mostrati nel box di ricerca"
|
1051 |
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: YITH WooCommerce Ajax Search\n"
|
4 |
+
"POT-Creation-Date: 2015-04-24 14:41+0100\n"
|
5 |
+
"PO-Revision-Date: 2015-04-24 14:41+0100\n"
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: Yithemes <plugins@yithemes.com>\n"
|
8 |
"Language: it_IT\n"
|
18 |
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1048
|
19 |
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1196
|
20 |
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1202
|
21 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:64
|
22 |
msgid "Settings"
|
23 |
msgstr "Impostazioni"
|
24 |
|
35 |
msgid "Plugin Documentation"
|
36 |
msgstr "Impostazioni"
|
37 |
|
38 |
+
#: ../class.yith-wcas-admin.php:207 ../plugin-options/settings-options.php:24
|
39 |
+
#: ../plugin-options/settings-options.php:31
|
40 |
#, fuzzy
|
41 |
msgid "YITH WooCommerce Ajax Search"
|
42 |
msgstr "YITH WooCommerce Ajax Product Search"
|
66 |
"the <a href=\""
|
67 |
msgstr ""
|
68 |
|
69 |
+
#: ../class.yith-wcas.php:172
|
70 |
msgid "No results"
|
71 |
msgstr "Nessun risultato"
|
72 |
|
73 |
+
#: ../init.php:40
|
74 |
msgid ""
|
75 |
+
"You can't activate the free version of YITH WooCommerce Ajax Search while "
|
76 |
+
"you are using the premium one."
|
77 |
msgstr ""
|
78 |
|
79 |
+
#: ../init.php:104
|
80 |
msgid ""
|
81 |
+
"YITH WooCommerce Ajax Search is enabled but not effective. It requires "
|
82 |
+
"Woocommerce in order to work."
|
83 |
msgstr ""
|
84 |
|
85 |
#: ../plugin-fw/lib/yit-cpt-unlimited.php:460
|
244 |
msgstr ""
|
245 |
|
246 |
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1083
|
247 |
+
msgid "Set univocal name for each category page URL."
|
248 |
msgstr ""
|
249 |
|
250 |
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1088
|
278 |
|
279 |
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1631
|
280 |
#, php-format
|
281 |
+
msgid "Add %s from images"
|
282 |
msgstr ""
|
283 |
|
284 |
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1633
|
285 |
msgid "Add with multiupload"
|
286 |
msgstr ""
|
287 |
|
288 |
+
#: ../plugin-fw/lib/yit-plugin-panel-wc.php:295
|
289 |
+
msgid "The changes you have made will be lost if you leave this page."
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:63
|
293 |
#, fuzzy
|
294 |
msgid "Plugin Settings"
|
295 |
msgstr "Impostazioni"
|
296 |
|
297 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:95
|
298 |
#: ../plugin-fw/lib/yit-plugin-subpanel.php:101
|
299 |
msgid "YIT Plugins"
|
300 |
msgstr ""
|
301 |
|
302 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:292
|
303 |
#: ../plugin-fw/lib/yit-plugin-subpanel.php:142
|
304 |
#: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:5
|
305 |
msgid "Save Changes"
|
306 |
msgstr ""
|
307 |
|
308 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:295
|
|
|
309 |
#: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:8
|
310 |
+
msgid ""
|
311 |
+
"If you continue with this action, you will reset all options in this page."
|
312 |
msgstr ""
|
313 |
|
314 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:297
|
315 |
#: ../plugin-fw/lib/yit-plugin-subpanel.php:147
|
316 |
+
msgid "Reset to Default"
|
|
|
317 |
msgstr ""
|
318 |
|
319 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:297
|
320 |
#: ../plugin-fw/lib/yit-plugin-subpanel.php:147
|
321 |
#: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
|
322 |
+
msgid "Are you sure?"
|
323 |
msgstr ""
|
324 |
|
325 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:431
|
326 |
+
msgid ""
|
327 |
+
"The element you have entered already exists. Please, enter another name."
|
328 |
msgstr ""
|
329 |
|
330 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:432
|
331 |
#, fuzzy
|
332 |
msgid "Settings saved"
|
333 |
msgstr "Impostazioni"
|
334 |
|
335 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:433
|
336 |
#, fuzzy
|
337 |
msgid "Settings reset"
|
338 |
msgstr "Impostazioni"
|
339 |
|
340 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:434
|
341 |
msgid "Element deleted correctly."
|
342 |
msgstr ""
|
343 |
|
344 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:435
|
345 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:436
|
346 |
msgid "Element updated correctly."
|
347 |
msgstr ""
|
348 |
|
349 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:437
|
350 |
msgid "Database imported correctly."
|
351 |
msgstr ""
|
352 |
|
353 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:438
|
354 |
msgid "An error has occurred during import. Please try again."
|
355 |
msgstr ""
|
356 |
|
357 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:439
|
358 |
+
msgid "The added file is not valid."
|
359 |
msgstr ""
|
360 |
|
361 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:440
|
362 |
msgid "Sorry, import is disabled."
|
363 |
msgstr ""
|
364 |
|
365 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:441
|
366 |
msgid "Sorting successful."
|
367 |
msgstr ""
|
368 |
|
369 |
+
#: ../plugin-fw/lib/yit-plugin-subpanel.php:145
|
370 |
+
msgid ""
|
371 |
+
"If you continue with this action, you will reset all the options in this "
|
372 |
+
"page."
|
373 |
+
msgstr ""
|
374 |
+
|
375 |
#: ../plugin-fw/lib/yit-pointers.php:70
|
376 |
msgid "Plugins Activated"
|
377 |
msgstr ""
|
397 |
|
398 |
#: ../plugin-fw/lib/yit-pointers.php:85
|
399 |
msgid ""
|
400 |
+
"From now on, you can find all options of your plugins in YIT Plugin menu.\n"
|
|
|
401 |
" Any time one of our plugins is updated, "
|
402 |
"a new entry will be added to this menu.\n"
|
403 |
+
" For example, after the update, plugin "
|
404 |
+
"options (such as for YITH WooCommerce Wishlist, YITH WooCommerce Ajax "
|
405 |
+
"Search, etc.)\n"
|
406 |
" will be moved from previous location to "
|
407 |
"YIT Plugin tab."
|
408 |
msgstr ""
|
409 |
|
410 |
+
#: ../plugin-fw/lib/yit-upgrade.php:123
|
411 |
msgid "There is a new version of %plugin_name% available."
|
412 |
msgstr ""
|
413 |
|
414 |
+
#: ../plugin-fw/lib/yit-upgrade.php:124
|
415 |
msgid "View version %latest% details."
|
416 |
msgstr ""
|
417 |
|
418 |
+
#: ../plugin-fw/lib/yit-upgrade.php:125
|
419 |
msgid "Automatic update is unavailable for this plugin,"
|
420 |
msgstr ""
|
421 |
|
422 |
+
#: ../plugin-fw/lib/yit-upgrade.php:126
|
423 |
msgid ""
|
424 |
+
"please <a href=\"%activate_link%\">activate</a> your copy of %plugin_name%."
|
425 |
msgstr ""
|
426 |
|
427 |
+
#: ../plugin-fw/lib/yit-upgrade.php:127
|
428 |
msgid "Update now."
|
429 |
msgstr ""
|
430 |
|
431 |
+
#: ../plugin-fw/lib/yit-upgrade.php:230
|
432 |
msgid "Yithemes Repository"
|
433 |
msgstr ""
|
434 |
|
435 |
+
#: ../plugin-fw/lib/yit-upgrade.php:264
|
436 |
msgid "Invalid URL Provided."
|
437 |
msgstr ""
|
438 |
|
439 |
+
#: ../plugin-fw/lib/yit-upgrade.php:277
|
440 |
msgid "Could not create Temporary file."
|
441 |
msgstr ""
|
442 |
|
443 |
+
#: ../plugin-fw/lib/yit-upgrade.php:419
|
444 |
#, php-format
|
445 |
msgid ""
|
446 |
"There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
|
447 |
"yit-changelog-button\" title=\"%3$s\">View version %4$s details</a>."
|
448 |
msgstr ""
|
449 |
|
450 |
+
#: ../plugin-fw/lib/yit-upgrade.php:421
|
451 |
#, php-format
|
452 |
msgid ""
|
453 |
"There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
|
456 |
"automatic updates.</em>"
|
457 |
msgstr ""
|
458 |
|
459 |
+
#: ../plugin-fw/lib/yit-upgrade.php:423
|
460 |
#, php-format
|
461 |
msgid ""
|
462 |
"There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
|
465 |
"title=\"Licence activation\">activate</a> your copy of %6s.</em>"
|
466 |
msgstr ""
|
467 |
|
468 |
+
#: ../plugin-fw/lib/yit-upgrade.php:425
|
469 |
#, php-format
|
470 |
msgid ""
|
471 |
"There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
|
473 |
"href=\"%5$s\">update now</a>."
|
474 |
msgstr ""
|
475 |
|
476 |
+
#: ../plugin-fw/lib/yit-upgrade.php:498
|
477 |
+
msgid "You can't update the plugins for this site."
|
478 |
msgstr ""
|
479 |
|
480 |
+
#: ../plugin-fw/lib/yit-upgrade.php:502
|
481 |
+
msgid ""
|
482 |
+
"You do not have sufficient permissions to update the plugins for this site."
|
483 |
msgstr ""
|
484 |
|
485 |
+
#: ../plugin-fw/lib/yit-upgrade.php:509
|
486 |
msgid "Update Plugin"
|
487 |
msgstr ""
|
488 |
|
489 |
+
#: ../plugin-fw/licence/lib/yit-licence.php:161
|
490 |
#, php-format
|
491 |
msgid "%field% field cannot be empty"
|
492 |
msgstr ""
|
493 |
|
494 |
+
#: ../plugin-fw/licence/lib/yit-licence.php:162
|
495 |
msgid "%field_1% and %field_2% fields cannot be empty"
|
496 |
msgstr ""
|
497 |
|
498 |
+
#: ../plugin-fw/licence/lib/yit-licence.php:163
|
499 |
msgid "Unable to contact the remote server, please try again later. Thanks!"
|
500 |
msgstr ""
|
501 |
|
502 |
+
#: ../plugin-fw/licence/lib/yit-licence.php:548
|
503 |
msgid "Invalid Request"
|
504 |
msgstr ""
|
505 |
|
506 |
+
#: ../plugin-fw/licence/lib/yit-licence.php:549
|
507 |
msgid "Invalid licence key"
|
508 |
msgstr ""
|
509 |
|
510 |
+
#: ../plugin-fw/licence/lib/yit-licence.php:550
|
511 |
msgid "Software has been deactivated"
|
512 |
msgstr ""
|
513 |
|
514 |
+
#: ../plugin-fw/licence/lib/yit-licence.php:551
|
515 |
#, fuzzy
|
516 |
msgid "Maximum number of activations exceeded"
|
517 |
msgstr "Numero massimo di risultati"
|
518 |
|
519 |
+
#: ../plugin-fw/licence/lib/yit-licence.php:552
|
520 |
msgid "Invalid instance ID"
|
521 |
msgstr ""
|
522 |
|
523 |
+
#: ../plugin-fw/licence/lib/yit-licence.php:553
|
524 |
msgid "Invalid security key"
|
525 |
msgstr ""
|
526 |
|
527 |
+
#: ../plugin-fw/licence/lib/yit-licence.php:554
|
528 |
msgid "Licence key has expired"
|
529 |
msgstr ""
|
530 |
|
531 |
+
#: ../plugin-fw/licence/lib/yit-licence.php:555
|
532 |
msgid "Licence key has been banned"
|
533 |
msgstr ""
|
534 |
|
|
|
535 |
#: ../plugin-fw/licence/lib/yit-plugin-licence.php:64
|
536 |
+
#: ../plugin-fw/licence/lib/yit-plugin-licence.php:65
|
537 |
#: ../plugin-fw/licence/lib/yit-theme-licence.php:64
|
538 |
+
#: ../plugin-fw/licence/lib/yit-theme-licence.php:65
|
539 |
#: ../plugin-fw/licence/lib/yit-theme-licence.php:107
|
540 |
+
#: ../plugin-fw/licence/lib/yit-theme-licence.php:108
|
541 |
msgid "Licence Activation"
|
542 |
msgstr ""
|
543 |
|
|
|
544 |
#: ../plugin-fw/licence/lib/yit-theme-licence.php:115
|
545 |
+
#: ../plugin-fw/licence/lib/yit-theme-licence.php:116
|
546 |
#, php-format
|
547 |
msgid "%s"
|
548 |
msgstr ""
|
553 |
|
554 |
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:23
|
555 |
msgid ""
|
556 |
+
"I cannot find the license key for activating the theme I have bought some "
|
557 |
+
"time ago. Where can I find it?"
|
558 |
+
msgstr ""
|
559 |
+
|
560 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:26
|
561 |
+
msgid ""
|
562 |
+
"If you have purchased one of our products before 27 January 2015, you can "
|
563 |
+
"benefit from support and updates (the services offered with the license)\n"
|
564 |
+
" until 27 January 2016 and you do not have to purchase it again "
|
565 |
+
"to get a new license key, because, before this date, your license used to be "
|
566 |
+
"activated automatically by our system.\n"
|
567 |
+
" After 27 January 2016, instead, if you want to benefit from "
|
568 |
+
"support and updates you have to buy a new license and activate it through "
|
569 |
+
"the license key you will be\n"
|
570 |
+
" provided with and that you can find in your YIThemes account, in "
|
571 |
+
"section \"My licenses\"."
|
572 |
+
msgstr ""
|
573 |
+
|
574 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:37
|
575 |
+
msgid ""
|
576 |
"Have you updated your licenses? Have you asked for an extension? Update "
|
577 |
"information concerning your products."
|
578 |
msgstr ""
|
579 |
|
580 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:39
|
581 |
msgid "Update licence information"
|
582 |
msgstr ""
|
583 |
|
584 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:49
|
585 |
msgid "Products to be activated"
|
586 |
msgstr ""
|
587 |
|
588 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:68
|
589 |
msgid "Activate"
|
590 |
msgstr ""
|
591 |
|
592 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:87
|
593 |
msgid "Activated"
|
594 |
msgstr ""
|
595 |
|
596 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:91
|
597 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:123
|
598 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:147
|
599 |
msgid "Product Name"
|
600 |
msgstr ""
|
601 |
|
602 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:92
|
603 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:124
|
604 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:148
|
605 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:148
|
606 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:340
|
607 |
msgid "Email"
|
608 |
msgstr ""
|
609 |
|
610 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:93
|
611 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:125
|
612 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:149
|
613 |
msgid "Licence Key"
|
614 |
msgstr ""
|
615 |
|
616 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:94
|
617 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:150
|
618 |
msgid "Expires"
|
619 |
msgstr ""
|
620 |
|
621 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:95
|
622 |
msgid "Remaining"
|
623 |
msgstr ""
|
624 |
|
625 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:96
|
626 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:109
|
627 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:151
|
628 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:161
|
629 |
msgid "Renew"
|
630 |
msgstr ""
|
631 |
|
632 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:107
|
633 |
#, php-format
|
634 |
msgid "%1s out of %2s"
|
635 |
msgstr ""
|
636 |
|
637 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:119
|
638 |
msgid "Banned"
|
639 |
msgstr ""
|
640 |
|
641 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:143
|
642 |
msgid "Expired"
|
643 |
msgstr ""
|
644 |
|
655 |
msgid "+ Add New Category"
|
656 |
msgstr ""
|
657 |
|
658 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:7
|
659 |
msgid "Text Input"
|
660 |
msgstr ""
|
661 |
|
662 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:8
|
663 |
msgid "Checkbox"
|
664 |
msgstr ""
|
665 |
|
666 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:9
|
667 |
#, fuzzy
|
668 |
msgid "Select"
|
669 |
msgstr "Seleziona una data"
|
670 |
|
671 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:10
|
672 |
msgid "Textarea"
|
673 |
msgstr ""
|
674 |
|
675 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:11
|
676 |
msgid "Radio Input"
|
677 |
msgstr ""
|
678 |
|
679 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:12
|
680 |
msgid "Password Field"
|
681 |
msgstr ""
|
682 |
|
683 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:13
|
684 |
#, fuzzy
|
685 |
msgid "File Upload"
|
686 |
msgstr "Upload"
|
687 |
|
688 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:47
|
689 |
msgid "Theme Icon"
|
690 |
msgstr ""
|
691 |
|
692 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:48
|
693 |
msgid "Custom Icon"
|
694 |
msgstr ""
|
695 |
|
696 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:49
|
697 |
#: ../plugin-fw/templates/metaboxes/types/responsivesliders.php:24
|
698 |
msgid "None"
|
699 |
msgstr ""
|
700 |
|
701 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:60
|
702 |
msgid "Add field"
|
703 |
msgstr ""
|
704 |
|
705 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:69
|
706 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:261
|
707 |
#: ../plugin-fw/templates/metaboxes/types/customtabs.php:37
|
708 |
#: ../plugin-fw/templates/metaboxes/types/customtabs.php:82
|
709 |
msgid "Remove"
|
710 |
msgstr ""
|
711 |
|
712 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:70
|
713 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:262
|
714 |
#, fuzzy
|
715 |
msgid "Click to toggle"
|
716 |
msgstr "Clicca per anteprima"
|
717 |
|
718 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:77
|
719 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:269
|
720 |
msgid "Title Field"
|
721 |
msgstr ""
|
722 |
|
723 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:81
|
724 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:273
|
725 |
#, fuzzy
|
726 |
msgid "Insert the title for the field."
|
727 |
msgstr "Seleziona un font"
|
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 |
#, fuzzy
|
749 |
msgid "Select the type for this field."
|
750 |
msgstr "Seleziona un font"
|
751 |
|
752 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:108
|
753 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:300
|
754 |
msgid "Checked"
|
755 |
msgstr ""
|
756 |
|
757 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:112
|
758 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:304
|
759 |
msgid "Select this option if you want this field appears as already checked."
|
760 |
msgstr ""
|
761 |
|
762 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:117
|
763 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:309
|
764 |
msgid "Add options "
|
765 |
msgstr ""
|
766 |
|
767 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:118
|
768 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:310
|
769 |
msgid "Add option"
|
770 |
msgstr ""
|
771 |
|
772 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:121
|
773 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:313
|
774 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:436
|
775 |
#, fuzzy
|
776 |
msgid "Selected"
|
777 |
msgstr "Seleziona una data"
|
778 |
|
779 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:124
|
780 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:316
|
781 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:436
|
782 |
msgid "Delete option"
|
783 |
msgstr ""
|
784 |
|
785 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:130
|
786 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:322
|
787 |
msgid "Error Message"
|
788 |
msgstr ""
|
789 |
|
790 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:134
|
791 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:326
|
792 |
msgid "Insert the error message for validation."
|
793 |
msgstr ""
|
794 |
|
795 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:139
|
796 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:331
|
797 |
msgid "Required"
|
798 |
msgstr ""
|
799 |
|
800 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:143
|
801 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:335
|
802 |
msgid "Select this option if it must be required."
|
803 |
msgstr ""
|
804 |
|
805 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:152
|
806 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:344
|
807 |
msgid "Select this option if the email must be valid."
|
808 |
msgstr ""
|
809 |
|
810 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:157
|
811 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:349
|
812 |
msgid "Reply To"
|
813 |
msgstr ""
|
814 |
|
815 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:161
|
816 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:353
|
817 |
msgid "Select this if it is the email you can reply to."
|
818 |
msgstr ""
|
819 |
|
820 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:166
|
821 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:358
|
822 |
msgid "Class"
|
823 |
msgstr ""
|
824 |
|
825 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:170
|
826 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:362
|
827 |
msgid ""
|
828 |
"Insert additional class(es) (separated by commas) for more personalization."
|
829 |
msgstr ""
|
830 |
|
831 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:175
|
832 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:367
|
833 |
msgid "Icon"
|
834 |
msgstr ""
|
835 |
|
836 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:203
|
837 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:391
|
838 |
#: ../plugin-fw/templates/metaboxes/types/icon-list.php:69
|
839 |
#: ../plugin-fw/templates/metaboxes/types/select-icon.php:33
|
840 |
#: ../plugin-fw/templates/metaboxes/types/upload.php:21
|
843 |
msgid "Upload"
|
844 |
msgstr "Upload"
|
845 |
|
846 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:209
|
847 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:397
|
848 |
#: ../plugin-fw/templates/metaboxes/types/icon-list.php:75
|
849 |
#: ../plugin-fw/templates/metaboxes/types/select-icon.php:39
|
850 |
msgid "Image preview"
|
851 |
msgstr ""
|
852 |
|
853 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:217
|
854 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:405
|
855 |
msgid "Insert an icon for more personalization."
|
856 |
msgstr ""
|
857 |
|
858 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:222
|
859 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:409
|
860 |
msgid "Width"
|
861 |
msgstr ""
|
862 |
|
863 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:247
|
864 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:421
|
865 |
msgid "Set field length."
|
866 |
msgstr ""
|
867 |
|
901 |
msgid "(Default: <i %s></i> )"
|
902 |
msgstr ""
|
903 |
|
|
|
904 |
#: ../plugin-fw/templates/metaboxes/types/image-gallery.php:40
|
905 |
+
#: ../plugin-fw/templates/metaboxes/types/image-gallery.php:45
|
906 |
+
#: ../plugin-fw/templates/metaboxes/types/images.php:38
|
907 |
+
#: ../plugin-fw/templates/metaboxes/types/images.php:64
|
908 |
msgid "Delete image"
|
909 |
msgstr ""
|
910 |
|
911 |
+
#: ../plugin-fw/templates/metaboxes/types/image-gallery.php:45
|
912 |
msgid "Add Images to Gallery"
|
913 |
msgstr ""
|
914 |
|
915 |
+
#: ../plugin-fw/templates/metaboxes/types/image-gallery.php:45
|
916 |
msgid "Add to gallery"
|
917 |
msgstr ""
|
918 |
|
919 |
+
#: ../plugin-fw/templates/metaboxes/types/image-gallery.php:45
|
920 |
msgid "Add images"
|
921 |
msgstr ""
|
922 |
|
923 |
+
#: ../plugin-fw/templates/metaboxes/types/image-gallery.php:45
|
924 |
msgid "Delete"
|
925 |
msgstr ""
|
926 |
|
927 |
+
#: ../plugin-fw/templates/metaboxes/types/images.php:42
|
928 |
msgid "Upload new images"
|
929 |
msgstr ""
|
930 |
|
931 |
+
#: ../plugin-fw/templates/metaboxes/types/images.php:75
|
932 |
msgid "Are you sure you want to remove this image?"
|
933 |
msgstr ""
|
934 |
|
1008 |
msgid "Italic bold"
|
1009 |
msgstr "Italic bold"
|
1010 |
|
1011 |
+
#: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
|
1012 |
+
msgid "Reset Defaults"
|
1013 |
+
msgstr ""
|
1014 |
+
|
1015 |
+
#: ../plugin-options/settings-options.php:21
|
1016 |
msgid "Upgrade to the PREMIUM VERSION"
|
1017 |
msgstr ""
|
1018 |
|
1019 |
+
#: ../plugin-options/settings-options.php:25
|
1020 |
msgid "Discover the Advanced Features"
|
1021 |
msgstr ""
|
1022 |
|
1023 |
+
#: ../plugin-options/settings-options.php:26
|
1024 |
msgid ""
|
1025 |
"Upgrade to the PREMIUM VERSION\n"
|
1026 |
"of YITH WOOCOMMERCE AJAX SEARCH to benefit from all features!"
|
1027 |
msgstr ""
|
1028 |
|
1029 |
+
#: ../plugin-options/settings-options.php:33
|
1030 |
msgid "Get Support and Pro Features"
|
1031 |
msgstr ""
|
1032 |
|
1033 |
+
#: ../plugin-options/settings-options.php:34
|
1034 |
msgid ""
|
1035 |
"By purchasing the premium version of the plugin, you will take advantage of "
|
1036 |
"the advanced features of the product and you will get one year of free "
|
1037 |
"updates and support through our platform available 24h/24."
|
1038 |
msgstr ""
|
1039 |
|
1040 |
+
#: ../plugin-options/settings-options.php:44
|
1041 |
#, fuzzy
|
1042 |
msgid "General settings"
|
1043 |
msgstr "Impostazioni Generali"
|
1044 |
|
1045 |
+
#: ../plugin-options/settings-options.php:53
|
1046 |
msgid "Search input label"
|
1047 |
msgstr "Etichetta campo di ricerca"
|
1048 |
|
1049 |
+
#: ../plugin-options/settings-options.php:55
|
1050 |
+
#: ../plugin-options/settings-options.php:63
|
1051 |
msgid "Label for Search input field."
|
1052 |
msgstr "Etichetta per il campo di ricerca"
|
1053 |
|
1054 |
+
#: ../plugin-options/settings-options.php:57
|
1055 |
msgid "Search for products"
|
1056 |
msgstr "Cerca prodotto"
|
1057 |
|
1058 |
+
#: ../plugin-options/settings-options.php:61
|
1059 |
msgid "Search submit label"
|
1060 |
msgstr "Etichetta campo di submit"
|
1061 |
|
1062 |
+
#: ../plugin-options/settings-options.php:65
|
1063 |
msgid "Search"
|
1064 |
msgstr "Cerca"
|
1065 |
|
1066 |
+
#: ../plugin-options/settings-options.php:69
|
1067 |
msgid "Minimum number of characters"
|
1068 |
msgstr "Numero minimo di caratteri"
|
1069 |
|
1070 |
+
#: ../plugin-options/settings-options.php:70
|
1071 |
msgid "Minimum number of characters required to trigger autosuggest."
|
1072 |
msgstr "Numero minimo di caratteri richiesti per avviare la ricerca"
|
1073 |
|
1074 |
+
#: ../plugin-options/settings-options.php:83
|
1075 |
msgid "Maximum number of results"
|
1076 |
msgstr "Numero massimo di risultati"
|
1077 |
|
1078 |
+
#: ../plugin-options/settings-options.php:84
|
1079 |
msgid "Maximum number of results showed within the autosuggest box."
|
1080 |
msgstr "Numero massimo di risultati mostrati nel box di ricerca"
|
1081 |
|
languages/yit-pt_PT.mo
CHANGED
Binary file
|
languages/yit-pt_PT.po
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: YITH WooCommerce Ajax Search\n"
|
4 |
-
"POT-Creation-Date: 2015-
|
5 |
-
"PO-Revision-Date: 2015-
|
6 |
"Last-Translator: Luis Maia <lmsm76@gmail.com>\n"
|
7 |
"Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
|
8 |
"Language: it_IT\n"
|
@@ -18,7 +18,7 @@ msgstr ""
|
|
18 |
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1048
|
19 |
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1196
|
20 |
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1202
|
21 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
22 |
msgid "Settings"
|
23 |
msgstr "Definições"
|
24 |
|
@@ -34,8 +34,8 @@ msgstr "Ajax Search"
|
|
34 |
msgid "Plugin Documentation"
|
35 |
msgstr ""
|
36 |
|
37 |
-
#: ../class.yith-wcas-admin.php:207 ../plugin-options/settings-options.php:
|
38 |
-
#: ../plugin-options/settings-options.php:
|
39 |
#, fuzzy
|
40 |
msgid "YITH WooCommerce Ajax Search"
|
41 |
msgstr "YITH WooCommerce Ajax Product Search"
|
@@ -65,20 +65,20 @@ msgid ""
|
|
65 |
"the <a href=\""
|
66 |
msgstr ""
|
67 |
|
68 |
-
#: ../class.yith-wcas.php:
|
69 |
msgid "No results"
|
70 |
msgstr "Sem resultados"
|
71 |
|
72 |
-
#: ../init.php:
|
73 |
msgid ""
|
74 |
-
"
|
75 |
-
"
|
76 |
msgstr ""
|
77 |
|
78 |
-
#: ../init.php:
|
79 |
msgid ""
|
80 |
-
"
|
81 |
-
"
|
82 |
msgstr ""
|
83 |
|
84 |
#: ../plugin-fw/lib/yit-cpt-unlimited.php:460
|
@@ -243,7 +243,7 @@ msgid "Taxonomy Rewrite"
|
|
243 |
msgstr ""
|
244 |
|
245 |
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1083
|
246 |
-
msgid "Set
|
247 |
msgstr ""
|
248 |
|
249 |
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1088
|
@@ -277,94 +277,100 @@ msgstr ""
|
|
277 |
|
278 |
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1631
|
279 |
#, php-format
|
280 |
-
msgid "Add %s
|
281 |
msgstr ""
|
282 |
|
283 |
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1633
|
284 |
msgid "Add with multiupload"
|
285 |
msgstr ""
|
286 |
|
287 |
-
#: ../plugin-fw/lib/yit-plugin-panel-wc.php:
|
288 |
-
msgid "The changes you made will be lost if you leave this page."
|
289 |
msgstr ""
|
290 |
|
291 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
292 |
#, fuzzy
|
293 |
msgid "Plugin Settings"
|
294 |
msgstr "Definições"
|
295 |
|
296 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
297 |
#: ../plugin-fw/lib/yit-plugin-subpanel.php:101
|
298 |
msgid "YIT Plugins"
|
299 |
msgstr ""
|
300 |
|
301 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
302 |
#: ../plugin-fw/lib/yit-plugin-subpanel.php:142
|
303 |
#: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:5
|
304 |
msgid "Save Changes"
|
305 |
msgstr ""
|
306 |
|
307 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
308 |
-
#: ../plugin-fw/lib/yit-plugin-subpanel.php:145
|
309 |
#: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:8
|
310 |
-
msgid "
|
|
|
311 |
msgstr ""
|
312 |
|
313 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
314 |
#: ../plugin-fw/lib/yit-plugin-subpanel.php:147
|
315 |
-
|
316 |
-
msgid "Reset Defaults"
|
317 |
msgstr ""
|
318 |
|
319 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
320 |
#: ../plugin-fw/lib/yit-plugin-subpanel.php:147
|
321 |
#: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
|
322 |
-
msgid "Are you sure
|
323 |
msgstr ""
|
324 |
|
325 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
326 |
-
msgid "
|
|
|
327 |
msgstr ""
|
328 |
|
329 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
330 |
#, fuzzy
|
331 |
msgid "Settings saved"
|
332 |
msgstr "Definições"
|
333 |
|
334 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
335 |
#, fuzzy
|
336 |
msgid "Settings reset"
|
337 |
msgstr "Definições"
|
338 |
|
339 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
340 |
msgid "Element deleted correctly."
|
341 |
msgstr ""
|
342 |
|
343 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
344 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
345 |
msgid "Element updated correctly."
|
346 |
msgstr ""
|
347 |
|
348 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
349 |
msgid "Database imported correctly."
|
350 |
msgstr ""
|
351 |
|
352 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
353 |
msgid "An error has occurred during import. Please try again."
|
354 |
msgstr ""
|
355 |
|
356 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
357 |
-
msgid "The file
|
358 |
msgstr ""
|
359 |
|
360 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
361 |
msgid "Sorry, import is disabled."
|
362 |
msgstr ""
|
363 |
|
364 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
365 |
msgid "Sorting successful."
|
366 |
msgstr ""
|
367 |
|
|
|
|
|
|
|
|
|
|
|
|
|
368 |
#: ../plugin-fw/lib/yit-pointers.php:70
|
369 |
msgid "Plugins Activated"
|
370 |
msgstr ""
|
@@ -390,58 +396,57 @@ msgstr ""
|
|
390 |
|
391 |
#: ../plugin-fw/lib/yit-pointers.php:85
|
392 |
msgid ""
|
393 |
-
"From now on, you can find all
|
394 |
-
"menu.\n"
|
395 |
" Any time one of our plugins is updated, "
|
396 |
"a new entry will be added to this menu.\n"
|
397 |
-
" For example, after update, plugin "
|
398 |
-
"options (such for YITH WooCommerce Wishlist, YITH WooCommerce Ajax
|
399 |
-
"etc.)\n"
|
400 |
" will be moved from previous location to "
|
401 |
"YIT Plugin tab."
|
402 |
msgstr ""
|
403 |
|
404 |
-
#: ../plugin-fw/lib/yit-upgrade.php:
|
405 |
msgid "There is a new version of %plugin_name% available."
|
406 |
msgstr ""
|
407 |
|
408 |
-
#: ../plugin-fw/lib/yit-upgrade.php:
|
409 |
msgid "View version %latest% details."
|
410 |
msgstr ""
|
411 |
|
412 |
-
#: ../plugin-fw/lib/yit-upgrade.php:
|
413 |
msgid "Automatic update is unavailable for this plugin,"
|
414 |
msgstr ""
|
415 |
|
416 |
-
#: ../plugin-fw/lib/yit-upgrade.php:
|
417 |
msgid ""
|
418 |
-
"please <a href=\"%activate_link%\">
|
419 |
msgstr ""
|
420 |
|
421 |
-
#: ../plugin-fw/lib/yit-upgrade.php:
|
422 |
msgid "Update now."
|
423 |
msgstr ""
|
424 |
|
425 |
-
#: ../plugin-fw/lib/yit-upgrade.php:
|
426 |
msgid "Yithemes Repository"
|
427 |
msgstr ""
|
428 |
|
429 |
-
#: ../plugin-fw/lib/yit-upgrade.php:
|
430 |
msgid "Invalid URL Provided."
|
431 |
msgstr ""
|
432 |
|
433 |
-
#: ../plugin-fw/lib/yit-upgrade.php:
|
434 |
msgid "Could not create Temporary file."
|
435 |
msgstr ""
|
436 |
|
437 |
-
#: ../plugin-fw/lib/yit-upgrade.php:
|
438 |
#, php-format
|
439 |
msgid ""
|
440 |
"There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
|
441 |
"yit-changelog-button\" title=\"%3$s\">View version %4$s details</a>."
|
442 |
msgstr ""
|
443 |
|
444 |
-
#: ../plugin-fw/lib/yit-upgrade.php:
|
445 |
#, php-format
|
446 |
msgid ""
|
447 |
"There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
|
@@ -450,7 +455,7 @@ msgid ""
|
|
450 |
"automatic updates.</em>"
|
451 |
msgstr ""
|
452 |
|
453 |
-
#: ../plugin-fw/lib/yit-upgrade.php:
|
454 |
#, php-format
|
455 |
msgid ""
|
456 |
"There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
|
@@ -459,7 +464,7 @@ msgid ""
|
|
459 |
"title=\"Licence activation\">activate</a> your copy of %6s.</em>"
|
460 |
msgstr ""
|
461 |
|
462 |
-
#: ../plugin-fw/lib/yit-upgrade.php:
|
463 |
#, php-format
|
464 |
msgid ""
|
465 |
"There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
|
@@ -467,75 +472,76 @@ msgid ""
|
|
467 |
"href=\"%5$s\">update now</a>."
|
468 |
msgstr ""
|
469 |
|
470 |
-
#: ../plugin-fw/lib/yit-upgrade.php:
|
471 |
-
msgid "You can't update plugins for this site."
|
472 |
msgstr ""
|
473 |
|
474 |
-
#: ../plugin-fw/lib/yit-upgrade.php:
|
475 |
-
msgid "
|
|
|
476 |
msgstr ""
|
477 |
|
478 |
-
#: ../plugin-fw/lib/yit-upgrade.php:
|
479 |
msgid "Update Plugin"
|
480 |
msgstr ""
|
481 |
|
482 |
-
#: ../plugin-fw/licence/lib/yit-licence.php:
|
483 |
#, php-format
|
484 |
msgid "%field% field cannot be empty"
|
485 |
msgstr ""
|
486 |
|
487 |
-
#: ../plugin-fw/licence/lib/yit-licence.php:
|
488 |
msgid "%field_1% and %field_2% fields cannot be empty"
|
489 |
msgstr ""
|
490 |
|
491 |
-
#: ../plugin-fw/licence/lib/yit-licence.php:
|
492 |
msgid "Unable to contact the remote server, please try again later. Thanks!"
|
493 |
msgstr ""
|
494 |
|
495 |
-
#: ../plugin-fw/licence/lib/yit-licence.php:
|
496 |
msgid "Invalid Request"
|
497 |
msgstr ""
|
498 |
|
499 |
-
#: ../plugin-fw/licence/lib/yit-licence.php:
|
500 |
msgid "Invalid licence key"
|
501 |
msgstr ""
|
502 |
|
503 |
-
#: ../plugin-fw/licence/lib/yit-licence.php:
|
504 |
msgid "Software has been deactivated"
|
505 |
msgstr ""
|
506 |
|
507 |
-
#: ../plugin-fw/licence/lib/yit-licence.php:
|
508 |
#, fuzzy
|
509 |
msgid "Maximum number of activations exceeded"
|
510 |
msgstr "Numero máximo de resultados"
|
511 |
|
512 |
-
#: ../plugin-fw/licence/lib/yit-licence.php:
|
513 |
msgid "Invalid instance ID"
|
514 |
msgstr ""
|
515 |
|
516 |
-
#: ../plugin-fw/licence/lib/yit-licence.php:
|
517 |
msgid "Invalid security key"
|
518 |
msgstr ""
|
519 |
|
520 |
-
#: ../plugin-fw/licence/lib/yit-licence.php:
|
521 |
msgid "Licence key has expired"
|
522 |
msgstr ""
|
523 |
|
524 |
-
#: ../plugin-fw/licence/lib/yit-licence.php:
|
525 |
msgid "Licence key has been banned"
|
526 |
msgstr ""
|
527 |
|
528 |
-
#: ../plugin-fw/licence/lib/yit-plugin-licence.php:63
|
529 |
#: ../plugin-fw/licence/lib/yit-plugin-licence.php:64
|
530 |
-
#: ../plugin-fw/licence/lib/yit-
|
531 |
#: ../plugin-fw/licence/lib/yit-theme-licence.php:64
|
532 |
-
#: ../plugin-fw/licence/lib/yit-theme-licence.php:
|
533 |
#: ../plugin-fw/licence/lib/yit-theme-licence.php:107
|
|
|
534 |
msgid "Licence Activation"
|
535 |
msgstr ""
|
536 |
|
537 |
-
#: ../plugin-fw/licence/lib/yit-theme-licence.php:114
|
538 |
#: ../plugin-fw/licence/lib/yit-theme-licence.php:115
|
|
|
539 |
#, php-format
|
540 |
msgid "%s"
|
541 |
msgstr ""
|
@@ -546,72 +552,92 @@ msgstr ""
|
|
546 |
|
547 |
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:23
|
548 |
msgid ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
549 |
"Have you updated your licenses? Have you asked for an extension? Update "
|
550 |
"information concerning your products."
|
551 |
msgstr ""
|
552 |
|
553 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
554 |
msgid "Update licence information"
|
555 |
msgstr ""
|
556 |
|
557 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
558 |
msgid "Products to be activated"
|
559 |
msgstr ""
|
560 |
|
561 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
562 |
msgid "Activate"
|
563 |
msgstr ""
|
564 |
|
565 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
566 |
msgid "Activated"
|
567 |
msgstr ""
|
568 |
|
569 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
570 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
571 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
572 |
msgid "Product Name"
|
573 |
msgstr ""
|
574 |
|
575 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
576 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
577 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
578 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
579 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
580 |
msgid "Email"
|
581 |
msgstr ""
|
582 |
|
583 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
584 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
585 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
586 |
msgid "Licence Key"
|
587 |
msgstr ""
|
588 |
|
589 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
590 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
591 |
msgid "Expires"
|
592 |
msgstr ""
|
593 |
|
594 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
595 |
msgid "Remaining"
|
596 |
msgstr ""
|
597 |
|
598 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
599 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
600 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
601 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
602 |
msgid "Renew"
|
603 |
msgstr ""
|
604 |
|
605 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
606 |
#, php-format
|
607 |
msgid "%1s out of %2s"
|
608 |
msgstr ""
|
609 |
|
610 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
611 |
msgid "Banned"
|
612 |
msgstr ""
|
613 |
|
614 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
615 |
msgid "Expired"
|
616 |
msgstr ""
|
617 |
|
@@ -628,186 +654,186 @@ msgstr ""
|
|
628 |
msgid "+ Add New Category"
|
629 |
msgstr ""
|
630 |
|
631 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
632 |
msgid "Text Input"
|
633 |
msgstr ""
|
634 |
|
635 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
636 |
msgid "Checkbox"
|
637 |
msgstr ""
|
638 |
|
639 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
640 |
#, fuzzy
|
641 |
msgid "Select"
|
642 |
msgstr "Selecione uma data"
|
643 |
|
644 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
645 |
msgid "Textarea"
|
646 |
msgstr ""
|
647 |
|
648 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
649 |
msgid "Radio Input"
|
650 |
msgstr ""
|
651 |
|
652 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
653 |
msgid "Password Field"
|
654 |
msgstr ""
|
655 |
|
656 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
657 |
#, fuzzy
|
658 |
msgid "File Upload"
|
659 |
msgstr "Carregar"
|
660 |
|
661 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
662 |
msgid "Theme Icon"
|
663 |
msgstr ""
|
664 |
|
665 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
666 |
msgid "Custom Icon"
|
667 |
msgstr ""
|
668 |
|
669 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
670 |
#: ../plugin-fw/templates/metaboxes/types/responsivesliders.php:24
|
671 |
msgid "None"
|
672 |
msgstr ""
|
673 |
|
674 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
675 |
msgid "Add field"
|
676 |
msgstr ""
|
677 |
|
678 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
679 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
680 |
#: ../plugin-fw/templates/metaboxes/types/customtabs.php:37
|
681 |
#: ../plugin-fw/templates/metaboxes/types/customtabs.php:82
|
682 |
msgid "Remove"
|
683 |
msgstr ""
|
684 |
|
685 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
686 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
687 |
#, fuzzy
|
688 |
msgid "Click to toggle"
|
689 |
msgstr "Clicar para pré-visualizar"
|
690 |
|
691 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
692 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
693 |
msgid "Title Field"
|
694 |
msgstr ""
|
695 |
|
696 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
697 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
698 |
#, fuzzy
|
699 |
msgid "Insert the title for the field."
|
700 |
msgstr "Selecione uma fonte"
|
701 |
|
702 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
703 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
704 |
msgid "Data Name"
|
705 |
msgstr ""
|
706 |
|
707 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
708 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
709 |
msgid ""
|
710 |
"REQUIRED: Field identification name to be entered into email body. "
|
711 |
"<strong>Note:</strong>Use only lowercase characters and underscores."
|
712 |
msgstr ""
|
713 |
|
714 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
715 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
716 |
msgid "Type field"
|
717 |
msgstr ""
|
718 |
|
719 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
720 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
721 |
#, fuzzy
|
722 |
msgid "Select the type for this field."
|
723 |
msgstr "Selecione uma fonte"
|
724 |
|
725 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
726 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
727 |
msgid "Checked"
|
728 |
msgstr ""
|
729 |
|
730 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
731 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
732 |
msgid "Select this option if you want this field appears as already checked."
|
733 |
msgstr ""
|
734 |
|
735 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
736 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
737 |
msgid "Add options "
|
738 |
msgstr ""
|
739 |
|
740 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
741 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
742 |
msgid "Add option"
|
743 |
msgstr ""
|
744 |
|
745 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
746 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
747 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
748 |
#, fuzzy
|
749 |
msgid "Selected"
|
750 |
msgstr "Selecione uma data"
|
751 |
|
752 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
753 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
754 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
755 |
msgid "Delete option"
|
756 |
msgstr ""
|
757 |
|
758 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
759 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
760 |
msgid "Error Message"
|
761 |
msgstr ""
|
762 |
|
763 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
764 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
765 |
msgid "Insert the error message for validation."
|
766 |
msgstr ""
|
767 |
|
768 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
769 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
770 |
msgid "Required"
|
771 |
msgstr ""
|
772 |
|
773 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
774 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
775 |
msgid "Select this option if it must be required."
|
776 |
msgstr ""
|
777 |
|
778 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
779 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
780 |
msgid "Select this option if the email must be valid."
|
781 |
msgstr ""
|
782 |
|
783 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
784 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
785 |
msgid "Reply To"
|
786 |
msgstr ""
|
787 |
|
788 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
789 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
790 |
msgid "Select this if it is the email you can reply to."
|
791 |
msgstr ""
|
792 |
|
793 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
794 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
795 |
msgid "Class"
|
796 |
msgstr ""
|
797 |
|
798 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
799 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
800 |
msgid ""
|
801 |
"Insert additional class(es) (separated by commas) for more personalization."
|
802 |
msgstr ""
|
803 |
|
804 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
805 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
806 |
msgid "Icon"
|
807 |
msgstr ""
|
808 |
|
809 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
810 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
811 |
#: ../plugin-fw/templates/metaboxes/types/icon-list.php:69
|
812 |
#: ../plugin-fw/templates/metaboxes/types/select-icon.php:33
|
813 |
#: ../plugin-fw/templates/metaboxes/types/upload.php:21
|
@@ -816,25 +842,25 @@ msgstr ""
|
|
816 |
msgid "Upload"
|
817 |
msgstr "Carregar"
|
818 |
|
819 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
820 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
821 |
#: ../plugin-fw/templates/metaboxes/types/icon-list.php:75
|
822 |
#: ../plugin-fw/templates/metaboxes/types/select-icon.php:39
|
823 |
msgid "Image preview"
|
824 |
msgstr ""
|
825 |
|
826 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
827 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
828 |
msgid "Insert an icon for more personalization."
|
829 |
msgstr ""
|
830 |
|
831 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
832 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
833 |
msgid "Width"
|
834 |
msgstr ""
|
835 |
|
836 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
837 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
838 |
msgid "Set field length."
|
839 |
msgstr ""
|
840 |
|
@@ -874,34 +900,34 @@ msgstr ""
|
|
874 |
msgid "(Default: <i %s></i> )"
|
875 |
msgstr ""
|
876 |
|
877 |
-
#: ../plugin-fw/templates/metaboxes/types/image-gallery.php:35
|
878 |
#: ../plugin-fw/templates/metaboxes/types/image-gallery.php:40
|
879 |
-
#: ../plugin-fw/templates/metaboxes/types/
|
880 |
-
#: ../plugin-fw/templates/metaboxes/types/images.php:
|
|
|
881 |
msgid "Delete image"
|
882 |
msgstr ""
|
883 |
|
884 |
-
#: ../plugin-fw/templates/metaboxes/types/image-gallery.php:
|
885 |
msgid "Add Images to Gallery"
|
886 |
msgstr ""
|
887 |
|
888 |
-
#: ../plugin-fw/templates/metaboxes/types/image-gallery.php:
|
889 |
msgid "Add to gallery"
|
890 |
msgstr ""
|
891 |
|
892 |
-
#: ../plugin-fw/templates/metaboxes/types/image-gallery.php:
|
893 |
msgid "Add images"
|
894 |
msgstr ""
|
895 |
|
896 |
-
#: ../plugin-fw/templates/metaboxes/types/image-gallery.php:
|
897 |
msgid "Delete"
|
898 |
msgstr ""
|
899 |
|
900 |
-
#: ../plugin-fw/templates/metaboxes/types/images.php:
|
901 |
msgid "Upload new images"
|
902 |
msgstr ""
|
903 |
|
904 |
-
#: ../plugin-fw/templates/metaboxes/types/images.php:
|
905 |
msgid "Are you sure you want to remove this image?"
|
906 |
msgstr ""
|
907 |
|
@@ -981,70 +1007,74 @@ msgstr "Italic"
|
|
981 |
msgid "Italic bold"
|
982 |
msgstr "Italic bold"
|
983 |
|
984 |
-
#: ../plugin-
|
|
|
|
|
|
|
|
|
985 |
msgid "Upgrade to the PREMIUM VERSION"
|
986 |
msgstr ""
|
987 |
|
988 |
-
#: ../plugin-options/settings-options.php:
|
989 |
msgid "Discover the Advanced Features"
|
990 |
msgstr ""
|
991 |
|
992 |
-
#: ../plugin-options/settings-options.php:
|
993 |
msgid ""
|
994 |
"Upgrade to the PREMIUM VERSION\n"
|
995 |
"of YITH WOOCOMMERCE AJAX SEARCH to benefit from all features!"
|
996 |
msgstr ""
|
997 |
|
998 |
-
#: ../plugin-options/settings-options.php:
|
999 |
msgid "Get Support and Pro Features"
|
1000 |
msgstr ""
|
1001 |
|
1002 |
-
#: ../plugin-options/settings-options.php:
|
1003 |
msgid ""
|
1004 |
"By purchasing the premium version of the plugin, you will take advantage of "
|
1005 |
"the advanced features of the product and you will get one year of free "
|
1006 |
"updates and support through our platform available 24h/24."
|
1007 |
msgstr ""
|
1008 |
|
1009 |
-
#: ../plugin-options/settings-options.php:
|
1010 |
#, fuzzy
|
1011 |
msgid "General settings"
|
1012 |
msgstr "Definições Gerais"
|
1013 |
|
1014 |
-
#: ../plugin-options/settings-options.php:
|
1015 |
msgid "Search input label"
|
1016 |
msgstr "Etiqueta Entrada Dados"
|
1017 |
|
1018 |
-
#: ../plugin-options/settings-options.php:
|
1019 |
-
#: ../plugin-options/settings-options.php:
|
1020 |
msgid "Label for Search input field."
|
1021 |
msgstr "Etiqueta para campo introdução Procura Dados."
|
1022 |
|
1023 |
-
#: ../plugin-options/settings-options.php:
|
1024 |
msgid "Search for products"
|
1025 |
msgstr "Procurar por produtos"
|
1026 |
|
1027 |
-
#: ../plugin-options/settings-options.php:
|
1028 |
msgid "Search submit label"
|
1029 |
msgstr "Etiqueta do botão submeter"
|
1030 |
|
1031 |
-
#: ../plugin-options/settings-options.php:
|
1032 |
msgid "Search"
|
1033 |
msgstr "Procurar"
|
1034 |
|
1035 |
-
#: ../plugin-options/settings-options.php:
|
1036 |
msgid "Minimum number of characters"
|
1037 |
msgstr "Numero minimo caracteres"
|
1038 |
|
1039 |
-
#: ../plugin-options/settings-options.php:
|
1040 |
msgid "Minimum number of characters required to trigger autosuggest."
|
1041 |
msgstr "Numero de caracteres necessário para ativar a autosugestão"
|
1042 |
|
1043 |
-
#: ../plugin-options/settings-options.php:
|
1044 |
msgid "Maximum number of results"
|
1045 |
msgstr "Numero máximo de resultados"
|
1046 |
|
1047 |
-
#: ../plugin-options/settings-options.php:
|
1048 |
msgid "Maximum number of results showed within the autosuggest box."
|
1049 |
msgstr "Numero máximo de resultados a mostrar na caixa de autosugestão"
|
1050 |
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: YITH WooCommerce Ajax Search\n"
|
4 |
+
"POT-Creation-Date: 2015-04-24 14:41+0100\n"
|
5 |
+
"PO-Revision-Date: 2015-04-24 14:41+0100\n"
|
6 |
"Last-Translator: Luis Maia <lmsm76@gmail.com>\n"
|
7 |
"Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
|
8 |
"Language: it_IT\n"
|
18 |
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1048
|
19 |
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1196
|
20 |
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1202
|
21 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:64
|
22 |
msgid "Settings"
|
23 |
msgstr "Definições"
|
24 |
|
34 |
msgid "Plugin Documentation"
|
35 |
msgstr ""
|
36 |
|
37 |
+
#: ../class.yith-wcas-admin.php:207 ../plugin-options/settings-options.php:24
|
38 |
+
#: ../plugin-options/settings-options.php:31
|
39 |
#, fuzzy
|
40 |
msgid "YITH WooCommerce Ajax Search"
|
41 |
msgstr "YITH WooCommerce Ajax Product Search"
|
65 |
"the <a href=\""
|
66 |
msgstr ""
|
67 |
|
68 |
+
#: ../class.yith-wcas.php:172
|
69 |
msgid "No results"
|
70 |
msgstr "Sem resultados"
|
71 |
|
72 |
+
#: ../init.php:40
|
73 |
msgid ""
|
74 |
+
"You can't activate the free version of YITH WooCommerce Ajax Search while "
|
75 |
+
"you are using the premium one."
|
76 |
msgstr ""
|
77 |
|
78 |
+
#: ../init.php:104
|
79 |
msgid ""
|
80 |
+
"YITH WooCommerce Ajax Search is enabled but not effective. It requires "
|
81 |
+
"Woocommerce in order to work."
|
82 |
msgstr ""
|
83 |
|
84 |
#: ../plugin-fw/lib/yit-cpt-unlimited.php:460
|
243 |
msgstr ""
|
244 |
|
245 |
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1083
|
246 |
+
msgid "Set univocal name for each category page URL."
|
247 |
msgstr ""
|
248 |
|
249 |
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1088
|
277 |
|
278 |
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1631
|
279 |
#, php-format
|
280 |
+
msgid "Add %s from images"
|
281 |
msgstr ""
|
282 |
|
283 |
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1633
|
284 |
msgid "Add with multiupload"
|
285 |
msgstr ""
|
286 |
|
287 |
+
#: ../plugin-fw/lib/yit-plugin-panel-wc.php:295
|
288 |
+
msgid "The changes you have made will be lost if you leave this page."
|
289 |
msgstr ""
|
290 |
|
291 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:63
|
292 |
#, fuzzy
|
293 |
msgid "Plugin Settings"
|
294 |
msgstr "Definições"
|
295 |
|
296 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:95
|
297 |
#: ../plugin-fw/lib/yit-plugin-subpanel.php:101
|
298 |
msgid "YIT Plugins"
|
299 |
msgstr ""
|
300 |
|
301 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:292
|
302 |
#: ../plugin-fw/lib/yit-plugin-subpanel.php:142
|
303 |
#: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:5
|
304 |
msgid "Save Changes"
|
305 |
msgstr ""
|
306 |
|
307 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:295
|
|
|
308 |
#: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:8
|
309 |
+
msgid ""
|
310 |
+
"If you continue with this action, you will reset all options in this page."
|
311 |
msgstr ""
|
312 |
|
313 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:297
|
314 |
#: ../plugin-fw/lib/yit-plugin-subpanel.php:147
|
315 |
+
msgid "Reset to Default"
|
|
|
316 |
msgstr ""
|
317 |
|
318 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:297
|
319 |
#: ../plugin-fw/lib/yit-plugin-subpanel.php:147
|
320 |
#: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
|
321 |
+
msgid "Are you sure?"
|
322 |
msgstr ""
|
323 |
|
324 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:431
|
325 |
+
msgid ""
|
326 |
+
"The element you have entered already exists. Please, enter another name."
|
327 |
msgstr ""
|
328 |
|
329 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:432
|
330 |
#, fuzzy
|
331 |
msgid "Settings saved"
|
332 |
msgstr "Definições"
|
333 |
|
334 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:433
|
335 |
#, fuzzy
|
336 |
msgid "Settings reset"
|
337 |
msgstr "Definições"
|
338 |
|
339 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:434
|
340 |
msgid "Element deleted correctly."
|
341 |
msgstr ""
|
342 |
|
343 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:435
|
344 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:436
|
345 |
msgid "Element updated correctly."
|
346 |
msgstr ""
|
347 |
|
348 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:437
|
349 |
msgid "Database imported correctly."
|
350 |
msgstr ""
|
351 |
|
352 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:438
|
353 |
msgid "An error has occurred during import. Please try again."
|
354 |
msgstr ""
|
355 |
|
356 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:439
|
357 |
+
msgid "The added file is not valid."
|
358 |
msgstr ""
|
359 |
|
360 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:440
|
361 |
msgid "Sorry, import is disabled."
|
362 |
msgstr ""
|
363 |
|
364 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:441
|
365 |
msgid "Sorting successful."
|
366 |
msgstr ""
|
367 |
|
368 |
+
#: ../plugin-fw/lib/yit-plugin-subpanel.php:145
|
369 |
+
msgid ""
|
370 |
+
"If you continue with this action, you will reset all the options in this "
|
371 |
+
"page."
|
372 |
+
msgstr ""
|
373 |
+
|
374 |
#: ../plugin-fw/lib/yit-pointers.php:70
|
375 |
msgid "Plugins Activated"
|
376 |
msgstr ""
|
396 |
|
397 |
#: ../plugin-fw/lib/yit-pointers.php:85
|
398 |
msgid ""
|
399 |
+
"From now on, you can find all options of your plugins in YIT Plugin menu.\n"
|
|
|
400 |
" Any time one of our plugins is updated, "
|
401 |
"a new entry will be added to this menu.\n"
|
402 |
+
" For example, after the update, plugin "
|
403 |
+
"options (such as for YITH WooCommerce Wishlist, YITH WooCommerce Ajax "
|
404 |
+
"Search, etc.)\n"
|
405 |
" will be moved from previous location to "
|
406 |
"YIT Plugin tab."
|
407 |
msgstr ""
|
408 |
|
409 |
+
#: ../plugin-fw/lib/yit-upgrade.php:123
|
410 |
msgid "There is a new version of %plugin_name% available."
|
411 |
msgstr ""
|
412 |
|
413 |
+
#: ../plugin-fw/lib/yit-upgrade.php:124
|
414 |
msgid "View version %latest% details."
|
415 |
msgstr ""
|
416 |
|
417 |
+
#: ../plugin-fw/lib/yit-upgrade.php:125
|
418 |
msgid "Automatic update is unavailable for this plugin,"
|
419 |
msgstr ""
|
420 |
|
421 |
+
#: ../plugin-fw/lib/yit-upgrade.php:126
|
422 |
msgid ""
|
423 |
+
"please <a href=\"%activate_link%\">activate</a> your copy of %plugin_name%."
|
424 |
msgstr ""
|
425 |
|
426 |
+
#: ../plugin-fw/lib/yit-upgrade.php:127
|
427 |
msgid "Update now."
|
428 |
msgstr ""
|
429 |
|
430 |
+
#: ../plugin-fw/lib/yit-upgrade.php:230
|
431 |
msgid "Yithemes Repository"
|
432 |
msgstr ""
|
433 |
|
434 |
+
#: ../plugin-fw/lib/yit-upgrade.php:264
|
435 |
msgid "Invalid URL Provided."
|
436 |
msgstr ""
|
437 |
|
438 |
+
#: ../plugin-fw/lib/yit-upgrade.php:277
|
439 |
msgid "Could not create Temporary file."
|
440 |
msgstr ""
|
441 |
|
442 |
+
#: ../plugin-fw/lib/yit-upgrade.php:419
|
443 |
#, php-format
|
444 |
msgid ""
|
445 |
"There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
|
446 |
"yit-changelog-button\" title=\"%3$s\">View version %4$s details</a>."
|
447 |
msgstr ""
|
448 |
|
449 |
+
#: ../plugin-fw/lib/yit-upgrade.php:421
|
450 |
#, php-format
|
451 |
msgid ""
|
452 |
"There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
|
455 |
"automatic updates.</em>"
|
456 |
msgstr ""
|
457 |
|
458 |
+
#: ../plugin-fw/lib/yit-upgrade.php:423
|
459 |
#, php-format
|
460 |
msgid ""
|
461 |
"There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
|
464 |
"title=\"Licence activation\">activate</a> your copy of %6s.</em>"
|
465 |
msgstr ""
|
466 |
|
467 |
+
#: ../plugin-fw/lib/yit-upgrade.php:425
|
468 |
#, php-format
|
469 |
msgid ""
|
470 |
"There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
|
472 |
"href=\"%5$s\">update now</a>."
|
473 |
msgstr ""
|
474 |
|
475 |
+
#: ../plugin-fw/lib/yit-upgrade.php:498
|
476 |
+
msgid "You can't update the plugins for this site."
|
477 |
msgstr ""
|
478 |
|
479 |
+
#: ../plugin-fw/lib/yit-upgrade.php:502
|
480 |
+
msgid ""
|
481 |
+
"You do not have sufficient permissions to update the plugins for this site."
|
482 |
msgstr ""
|
483 |
|
484 |
+
#: ../plugin-fw/lib/yit-upgrade.php:509
|
485 |
msgid "Update Plugin"
|
486 |
msgstr ""
|
487 |
|
488 |
+
#: ../plugin-fw/licence/lib/yit-licence.php:161
|
489 |
#, php-format
|
490 |
msgid "%field% field cannot be empty"
|
491 |
msgstr ""
|
492 |
|
493 |
+
#: ../plugin-fw/licence/lib/yit-licence.php:162
|
494 |
msgid "%field_1% and %field_2% fields cannot be empty"
|
495 |
msgstr ""
|
496 |
|
497 |
+
#: ../plugin-fw/licence/lib/yit-licence.php:163
|
498 |
msgid "Unable to contact the remote server, please try again later. Thanks!"
|
499 |
msgstr ""
|
500 |
|
501 |
+
#: ../plugin-fw/licence/lib/yit-licence.php:548
|
502 |
msgid "Invalid Request"
|
503 |
msgstr ""
|
504 |
|
505 |
+
#: ../plugin-fw/licence/lib/yit-licence.php:549
|
506 |
msgid "Invalid licence key"
|
507 |
msgstr ""
|
508 |
|
509 |
+
#: ../plugin-fw/licence/lib/yit-licence.php:550
|
510 |
msgid "Software has been deactivated"
|
511 |
msgstr ""
|
512 |
|
513 |
+
#: ../plugin-fw/licence/lib/yit-licence.php:551
|
514 |
#, fuzzy
|
515 |
msgid "Maximum number of activations exceeded"
|
516 |
msgstr "Numero máximo de resultados"
|
517 |
|
518 |
+
#: ../plugin-fw/licence/lib/yit-licence.php:552
|
519 |
msgid "Invalid instance ID"
|
520 |
msgstr ""
|
521 |
|
522 |
+
#: ../plugin-fw/licence/lib/yit-licence.php:553
|
523 |
msgid "Invalid security key"
|
524 |
msgstr ""
|
525 |
|
526 |
+
#: ../plugin-fw/licence/lib/yit-licence.php:554
|
527 |
msgid "Licence key has expired"
|
528 |
msgstr ""
|
529 |
|
530 |
+
#: ../plugin-fw/licence/lib/yit-licence.php:555
|
531 |
msgid "Licence key has been banned"
|
532 |
msgstr ""
|
533 |
|
|
|
534 |
#: ../plugin-fw/licence/lib/yit-plugin-licence.php:64
|
535 |
+
#: ../plugin-fw/licence/lib/yit-plugin-licence.php:65
|
536 |
#: ../plugin-fw/licence/lib/yit-theme-licence.php:64
|
537 |
+
#: ../plugin-fw/licence/lib/yit-theme-licence.php:65
|
538 |
#: ../plugin-fw/licence/lib/yit-theme-licence.php:107
|
539 |
+
#: ../plugin-fw/licence/lib/yit-theme-licence.php:108
|
540 |
msgid "Licence Activation"
|
541 |
msgstr ""
|
542 |
|
|
|
543 |
#: ../plugin-fw/licence/lib/yit-theme-licence.php:115
|
544 |
+
#: ../plugin-fw/licence/lib/yit-theme-licence.php:116
|
545 |
#, php-format
|
546 |
msgid "%s"
|
547 |
msgstr ""
|
552 |
|
553 |
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:23
|
554 |
msgid ""
|
555 |
+
"I cannot find the license key for activating the theme I have bought some "
|
556 |
+
"time ago. Where can I find it?"
|
557 |
+
msgstr ""
|
558 |
+
|
559 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:26
|
560 |
+
msgid ""
|
561 |
+
"If you have purchased one of our products before 27 January 2015, you can "
|
562 |
+
"benefit from support and updates (the services offered with the license)\n"
|
563 |
+
" until 27 January 2016 and you do not have to purchase it again "
|
564 |
+
"to get a new license key, because, before this date, your license used to be "
|
565 |
+
"activated automatically by our system.\n"
|
566 |
+
" After 27 January 2016, instead, if you want to benefit from "
|
567 |
+
"support and updates you have to buy a new license and activate it through "
|
568 |
+
"the license key you will be\n"
|
569 |
+
" provided with and that you can find in your YIThemes account, in "
|
570 |
+
"section \"My licenses\"."
|
571 |
+
msgstr ""
|
572 |
+
|
573 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:37
|
574 |
+
msgid ""
|
575 |
"Have you updated your licenses? Have you asked for an extension? Update "
|
576 |
"information concerning your products."
|
577 |
msgstr ""
|
578 |
|
579 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:39
|
580 |
msgid "Update licence information"
|
581 |
msgstr ""
|
582 |
|
583 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:49
|
584 |
msgid "Products to be activated"
|
585 |
msgstr ""
|
586 |
|
587 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:68
|
588 |
msgid "Activate"
|
589 |
msgstr ""
|
590 |
|
591 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:87
|
592 |
msgid "Activated"
|
593 |
msgstr ""
|
594 |
|
595 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:91
|
596 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:123
|
597 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:147
|
598 |
msgid "Product Name"
|
599 |
msgstr ""
|
600 |
|
601 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:92
|
602 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:124
|
603 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:148
|
604 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:148
|
605 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:340
|
606 |
msgid "Email"
|
607 |
msgstr ""
|
608 |
|
609 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:93
|
610 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:125
|
611 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:149
|
612 |
msgid "Licence Key"
|
613 |
msgstr ""
|
614 |
|
615 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:94
|
616 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:150
|
617 |
msgid "Expires"
|
618 |
msgstr ""
|
619 |
|
620 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:95
|
621 |
msgid "Remaining"
|
622 |
msgstr ""
|
623 |
|
624 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:96
|
625 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:109
|
626 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:151
|
627 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:161
|
628 |
msgid "Renew"
|
629 |
msgstr ""
|
630 |
|
631 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:107
|
632 |
#, php-format
|
633 |
msgid "%1s out of %2s"
|
634 |
msgstr ""
|
635 |
|
636 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:119
|
637 |
msgid "Banned"
|
638 |
msgstr ""
|
639 |
|
640 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:143
|
641 |
msgid "Expired"
|
642 |
msgstr ""
|
643 |
|
654 |
msgid "+ Add New Category"
|
655 |
msgstr ""
|
656 |
|
657 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:7
|
658 |
msgid "Text Input"
|
659 |
msgstr ""
|
660 |
|
661 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:8
|
662 |
msgid "Checkbox"
|
663 |
msgstr ""
|
664 |
|
665 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:9
|
666 |
#, fuzzy
|
667 |
msgid "Select"
|
668 |
msgstr "Selecione uma data"
|
669 |
|
670 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:10
|
671 |
msgid "Textarea"
|
672 |
msgstr ""
|
673 |
|
674 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:11
|
675 |
msgid "Radio Input"
|
676 |
msgstr ""
|
677 |
|
678 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:12
|
679 |
msgid "Password Field"
|
680 |
msgstr ""
|
681 |
|
682 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:13
|
683 |
#, fuzzy
|
684 |
msgid "File Upload"
|
685 |
msgstr "Carregar"
|
686 |
|
687 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:47
|
688 |
msgid "Theme Icon"
|
689 |
msgstr ""
|
690 |
|
691 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:48
|
692 |
msgid "Custom Icon"
|
693 |
msgstr ""
|
694 |
|
695 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:49
|
696 |
#: ../plugin-fw/templates/metaboxes/types/responsivesliders.php:24
|
697 |
msgid "None"
|
698 |
msgstr ""
|
699 |
|
700 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:60
|
701 |
msgid "Add field"
|
702 |
msgstr ""
|
703 |
|
704 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:69
|
705 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:261
|
706 |
#: ../plugin-fw/templates/metaboxes/types/customtabs.php:37
|
707 |
#: ../plugin-fw/templates/metaboxes/types/customtabs.php:82
|
708 |
msgid "Remove"
|
709 |
msgstr ""
|
710 |
|
711 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:70
|
712 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:262
|
713 |
#, fuzzy
|
714 |
msgid "Click to toggle"
|
715 |
msgstr "Clicar para pré-visualizar"
|
716 |
|
717 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:77
|
718 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:269
|
719 |
msgid "Title Field"
|
720 |
msgstr ""
|
721 |
|
722 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:81
|
723 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:273
|
724 |
#, fuzzy
|
725 |
msgid "Insert the title for the field."
|
726 |
msgstr "Selecione uma fonte"
|
727 |
|
728 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:86
|
729 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:278
|
730 |
msgid "Data Name"
|
731 |
msgstr ""
|
732 |
|
733 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:90
|
734 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:282
|
735 |
msgid ""
|
736 |
"REQUIRED: Field identification name to be entered into email body. "
|
737 |
"<strong>Note:</strong>Use only lowercase characters and underscores."
|
738 |
msgstr ""
|
739 |
|
740 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:95
|
741 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:287
|
742 |
msgid "Type field"
|
743 |
msgstr ""
|
744 |
|
745 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:103
|
746 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:295
|
747 |
#, fuzzy
|
748 |
msgid "Select the type for this field."
|
749 |
msgstr "Selecione uma fonte"
|
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 |
#, fuzzy
|
775 |
msgid "Selected"
|
776 |
msgstr "Selecione uma data"
|
777 |
|
778 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:124
|
779 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:316
|
780 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:436
|
781 |
msgid "Delete option"
|
782 |
msgstr ""
|
783 |
|
784 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:130
|
785 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:322
|
786 |
msgid "Error Message"
|
787 |
msgstr ""
|
788 |
|
789 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:134
|
790 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:326
|
791 |
msgid "Insert the error message for validation."
|
792 |
msgstr ""
|
793 |
|
794 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:139
|
795 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:331
|
796 |
msgid "Required"
|
797 |
msgstr ""
|
798 |
|
799 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:143
|
800 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:335
|
801 |
msgid "Select this option if it must be required."
|
802 |
msgstr ""
|
803 |
|
804 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:152
|
805 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:344
|
806 |
msgid "Select this option if the email must be valid."
|
807 |
msgstr ""
|
808 |
|
809 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:157
|
810 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:349
|
811 |
msgid "Reply To"
|
812 |
msgstr ""
|
813 |
|
814 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:161
|
815 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:353
|
816 |
msgid "Select this if it is the email you can reply to."
|
817 |
msgstr ""
|
818 |
|
819 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:166
|
820 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:358
|
821 |
msgid "Class"
|
822 |
msgstr ""
|
823 |
|
824 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:170
|
825 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:362
|
826 |
msgid ""
|
827 |
"Insert additional class(es) (separated by commas) for more personalization."
|
828 |
msgstr ""
|
829 |
|
830 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:175
|
831 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:367
|
832 |
msgid "Icon"
|
833 |
msgstr ""
|
834 |
|
835 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:203
|
836 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:391
|
837 |
#: ../plugin-fw/templates/metaboxes/types/icon-list.php:69
|
838 |
#: ../plugin-fw/templates/metaboxes/types/select-icon.php:33
|
839 |
#: ../plugin-fw/templates/metaboxes/types/upload.php:21
|
842 |
msgid "Upload"
|
843 |
msgstr "Carregar"
|
844 |
|
845 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:209
|
846 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:397
|
847 |
#: ../plugin-fw/templates/metaboxes/types/icon-list.php:75
|
848 |
#: ../plugin-fw/templates/metaboxes/types/select-icon.php:39
|
849 |
msgid "Image preview"
|
850 |
msgstr ""
|
851 |
|
852 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:217
|
853 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:405
|
854 |
msgid "Insert an icon for more personalization."
|
855 |
msgstr ""
|
856 |
|
857 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:222
|
858 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:409
|
859 |
msgid "Width"
|
860 |
msgstr ""
|
861 |
|
862 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:247
|
863 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:421
|
864 |
msgid "Set field length."
|
865 |
msgstr ""
|
866 |
|
900 |
msgid "(Default: <i %s></i> )"
|
901 |
msgstr ""
|
902 |
|
|
|
903 |
#: ../plugin-fw/templates/metaboxes/types/image-gallery.php:40
|
904 |
+
#: ../plugin-fw/templates/metaboxes/types/image-gallery.php:45
|
905 |
+
#: ../plugin-fw/templates/metaboxes/types/images.php:38
|
906 |
+
#: ../plugin-fw/templates/metaboxes/types/images.php:64
|
907 |
msgid "Delete image"
|
908 |
msgstr ""
|
909 |
|
910 |
+
#: ../plugin-fw/templates/metaboxes/types/image-gallery.php:45
|
911 |
msgid "Add Images to Gallery"
|
912 |
msgstr ""
|
913 |
|
914 |
+
#: ../plugin-fw/templates/metaboxes/types/image-gallery.php:45
|
915 |
msgid "Add to gallery"
|
916 |
msgstr ""
|
917 |
|
918 |
+
#: ../plugin-fw/templates/metaboxes/types/image-gallery.php:45
|
919 |
msgid "Add images"
|
920 |
msgstr ""
|
921 |
|
922 |
+
#: ../plugin-fw/templates/metaboxes/types/image-gallery.php:45
|
923 |
msgid "Delete"
|
924 |
msgstr ""
|
925 |
|
926 |
+
#: ../plugin-fw/templates/metaboxes/types/images.php:42
|
927 |
msgid "Upload new images"
|
928 |
msgstr ""
|
929 |
|
930 |
+
#: ../plugin-fw/templates/metaboxes/types/images.php:75
|
931 |
msgid "Are you sure you want to remove this image?"
|
932 |
msgstr ""
|
933 |
|
1007 |
msgid "Italic bold"
|
1008 |
msgstr "Italic bold"
|
1009 |
|
1010 |
+
#: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
|
1011 |
+
msgid "Reset Defaults"
|
1012 |
+
msgstr ""
|
1013 |
+
|
1014 |
+
#: ../plugin-options/settings-options.php:21
|
1015 |
msgid "Upgrade to the PREMIUM VERSION"
|
1016 |
msgstr ""
|
1017 |
|
1018 |
+
#: ../plugin-options/settings-options.php:25
|
1019 |
msgid "Discover the Advanced Features"
|
1020 |
msgstr ""
|
1021 |
|
1022 |
+
#: ../plugin-options/settings-options.php:26
|
1023 |
msgid ""
|
1024 |
"Upgrade to the PREMIUM VERSION\n"
|
1025 |
"of YITH WOOCOMMERCE AJAX SEARCH to benefit from all features!"
|
1026 |
msgstr ""
|
1027 |
|
1028 |
+
#: ../plugin-options/settings-options.php:33
|
1029 |
msgid "Get Support and Pro Features"
|
1030 |
msgstr ""
|
1031 |
|
1032 |
+
#: ../plugin-options/settings-options.php:34
|
1033 |
msgid ""
|
1034 |
"By purchasing the premium version of the plugin, you will take advantage of "
|
1035 |
"the advanced features of the product and you will get one year of free "
|
1036 |
"updates and support through our platform available 24h/24."
|
1037 |
msgstr ""
|
1038 |
|
1039 |
+
#: ../plugin-options/settings-options.php:44
|
1040 |
#, fuzzy
|
1041 |
msgid "General settings"
|
1042 |
msgstr "Definições Gerais"
|
1043 |
|
1044 |
+
#: ../plugin-options/settings-options.php:53
|
1045 |
msgid "Search input label"
|
1046 |
msgstr "Etiqueta Entrada Dados"
|
1047 |
|
1048 |
+
#: ../plugin-options/settings-options.php:55
|
1049 |
+
#: ../plugin-options/settings-options.php:63
|
1050 |
msgid "Label for Search input field."
|
1051 |
msgstr "Etiqueta para campo introdução Procura Dados."
|
1052 |
|
1053 |
+
#: ../plugin-options/settings-options.php:57
|
1054 |
msgid "Search for products"
|
1055 |
msgstr "Procurar por produtos"
|
1056 |
|
1057 |
+
#: ../plugin-options/settings-options.php:61
|
1058 |
msgid "Search submit label"
|
1059 |
msgstr "Etiqueta do botão submeter"
|
1060 |
|
1061 |
+
#: ../plugin-options/settings-options.php:65
|
1062 |
msgid "Search"
|
1063 |
msgstr "Procurar"
|
1064 |
|
1065 |
+
#: ../plugin-options/settings-options.php:69
|
1066 |
msgid "Minimum number of characters"
|
1067 |
msgstr "Numero minimo caracteres"
|
1068 |
|
1069 |
+
#: ../plugin-options/settings-options.php:70
|
1070 |
msgid "Minimum number of characters required to trigger autosuggest."
|
1071 |
msgstr "Numero de caracteres necessário para ativar a autosugestão"
|
1072 |
|
1073 |
+
#: ../plugin-options/settings-options.php:83
|
1074 |
msgid "Maximum number of results"
|
1075 |
msgstr "Numero máximo de resultados"
|
1076 |
|
1077 |
+
#: ../plugin-options/settings-options.php:84
|
1078 |
msgid "Maximum number of results showed within the autosuggest box."
|
1079 |
msgstr "Numero máximo de resultados a mostrar na caixa de autosugestão"
|
1080 |
|
languages/yit.pot
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: YITH WooCommerce Ajax Search Free\n"
|
4 |
-
"POT-Creation-Date: 2015-
|
5 |
-
"PO-Revision-Date: 2015-
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: Yithemes <plugins@yithemes.com>\n"
|
8 |
"Language: en\n"
|
@@ -19,7 +19,7 @@ msgstr ""
|
|
19 |
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1048
|
20 |
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1196
|
21 |
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1202
|
22 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
23 |
msgid "Settings"
|
24 |
msgstr ""
|
25 |
|
@@ -35,8 +35,8 @@ msgstr ""
|
|
35 |
msgid "Plugin Documentation"
|
36 |
msgstr ""
|
37 |
|
38 |
-
#: ../class.yith-wcas-admin.php:207 ../plugin-options/settings-options.php:
|
39 |
-
#: ../plugin-options/settings-options.php:
|
40 |
msgid "YITH WooCommerce Ajax Search"
|
41 |
msgstr ""
|
42 |
|
@@ -64,20 +64,20 @@ msgid ""
|
|
64 |
"the <a href=\""
|
65 |
msgstr ""
|
66 |
|
67 |
-
#: ../class.yith-wcas.php:
|
68 |
msgid "No results"
|
69 |
msgstr ""
|
70 |
|
71 |
-
#: ../init.php:
|
72 |
msgid ""
|
73 |
-
"
|
74 |
-
"
|
75 |
msgstr ""
|
76 |
|
77 |
-
#: ../init.php:
|
78 |
msgid ""
|
79 |
-
"
|
80 |
-
"
|
81 |
msgstr ""
|
82 |
|
83 |
#: ../plugin-fw/lib/yit-cpt-unlimited.php:460
|
@@ -241,7 +241,7 @@ msgid "Taxonomy Rewrite"
|
|
241 |
msgstr ""
|
242 |
|
243 |
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1083
|
244 |
-
msgid "Set
|
245 |
msgstr ""
|
246 |
|
247 |
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1088
|
@@ -274,91 +274,97 @@ msgstr ""
|
|
274 |
|
275 |
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1631
|
276 |
#, php-format
|
277 |
-
msgid "Add %s
|
278 |
msgstr ""
|
279 |
|
280 |
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1633
|
281 |
msgid "Add with multiupload"
|
282 |
msgstr ""
|
283 |
|
284 |
-
#: ../plugin-fw/lib/yit-plugin-panel-wc.php:
|
285 |
-
msgid "The changes you made will be lost if you leave this page."
|
286 |
msgstr ""
|
287 |
|
288 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
289 |
msgid "Plugin Settings"
|
290 |
msgstr ""
|
291 |
|
292 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
293 |
#: ../plugin-fw/lib/yit-plugin-subpanel.php:101
|
294 |
msgid "YIT Plugins"
|
295 |
msgstr ""
|
296 |
|
297 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
298 |
#: ../plugin-fw/lib/yit-plugin-subpanel.php:142
|
299 |
#: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:5
|
300 |
msgid "Save Changes"
|
301 |
msgstr ""
|
302 |
|
303 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
304 |
-
#: ../plugin-fw/lib/yit-plugin-subpanel.php:145
|
305 |
#: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:8
|
306 |
-
msgid "
|
|
|
307 |
msgstr ""
|
308 |
|
309 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
310 |
#: ../plugin-fw/lib/yit-plugin-subpanel.php:147
|
311 |
-
|
312 |
-
msgid "Reset Defaults"
|
313 |
msgstr ""
|
314 |
|
315 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
316 |
#: ../plugin-fw/lib/yit-plugin-subpanel.php:147
|
317 |
#: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
|
318 |
-
msgid "Are you sure
|
319 |
msgstr ""
|
320 |
|
321 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
322 |
-
msgid "
|
|
|
323 |
msgstr ""
|
324 |
|
325 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
326 |
msgid "Settings saved"
|
327 |
msgstr ""
|
328 |
|
329 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
330 |
msgid "Settings reset"
|
331 |
msgstr ""
|
332 |
|
333 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
334 |
msgid "Element deleted correctly."
|
335 |
msgstr ""
|
336 |
|
337 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
338 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
339 |
msgid "Element updated correctly."
|
340 |
msgstr ""
|
341 |
|
342 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
343 |
msgid "Database imported correctly."
|
344 |
msgstr ""
|
345 |
|
346 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
347 |
msgid "An error has occurred during import. Please try again."
|
348 |
msgstr ""
|
349 |
|
350 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
351 |
-
msgid "The file
|
352 |
msgstr ""
|
353 |
|
354 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
355 |
msgid "Sorry, import is disabled."
|
356 |
msgstr ""
|
357 |
|
358 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:
|
359 |
msgid "Sorting successful."
|
360 |
msgstr ""
|
361 |
|
|
|
|
|
|
|
|
|
|
|
|
|
362 |
#: ../plugin-fw/lib/yit-pointers.php:70
|
363 |
msgid "Plugins Activated"
|
364 |
msgstr ""
|
@@ -384,58 +390,57 @@ msgstr ""
|
|
384 |
|
385 |
#: ../plugin-fw/lib/yit-pointers.php:85
|
386 |
msgid ""
|
387 |
-
"From now on, you can find all
|
388 |
-
"menu.\n"
|
389 |
" Any time one of our plugins is updated, "
|
390 |
"a new entry will be added to this menu.\n"
|
391 |
-
" For example, after update, plugin "
|
392 |
-
"options (such for YITH WooCommerce Wishlist, YITH WooCommerce Ajax
|
393 |
-
"etc.)\n"
|
394 |
" will be moved from previous location to "
|
395 |
"YIT Plugin tab."
|
396 |
msgstr ""
|
397 |
|
398 |
-
#: ../plugin-fw/lib/yit-upgrade.php:
|
399 |
msgid "There is a new version of %plugin_name% available."
|
400 |
msgstr ""
|
401 |
|
402 |
-
#: ../plugin-fw/lib/yit-upgrade.php:
|
403 |
msgid "View version %latest% details."
|
404 |
msgstr ""
|
405 |
|
406 |
-
#: ../plugin-fw/lib/yit-upgrade.php:
|
407 |
msgid "Automatic update is unavailable for this plugin,"
|
408 |
msgstr ""
|
409 |
|
410 |
-
#: ../plugin-fw/lib/yit-upgrade.php:
|
411 |
msgid ""
|
412 |
-
"please <a href=\"%activate_link%\">
|
413 |
msgstr ""
|
414 |
|
415 |
-
#: ../plugin-fw/lib/yit-upgrade.php:
|
416 |
msgid "Update now."
|
417 |
msgstr ""
|
418 |
|
419 |
-
#: ../plugin-fw/lib/yit-upgrade.php:
|
420 |
msgid "Yithemes Repository"
|
421 |
msgstr ""
|
422 |
|
423 |
-
#: ../plugin-fw/lib/yit-upgrade.php:
|
424 |
msgid "Invalid URL Provided."
|
425 |
msgstr ""
|
426 |
|
427 |
-
#: ../plugin-fw/lib/yit-upgrade.php:
|
428 |
msgid "Could not create Temporary file."
|
429 |
msgstr ""
|
430 |
|
431 |
-
#: ../plugin-fw/lib/yit-upgrade.php:
|
432 |
#, php-format
|
433 |
msgid ""
|
434 |
"There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
|
435 |
"yit-changelog-button\" title=\"%3$s\">View version %4$s details</a>."
|
436 |
msgstr ""
|
437 |
|
438 |
-
#: ../plugin-fw/lib/yit-upgrade.php:
|
439 |
#, php-format
|
440 |
msgid ""
|
441 |
"There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
|
@@ -444,7 +449,7 @@ msgid ""
|
|
444 |
"automatic updates.</em>"
|
445 |
msgstr ""
|
446 |
|
447 |
-
#: ../plugin-fw/lib/yit-upgrade.php:
|
448 |
#, php-format
|
449 |
msgid ""
|
450 |
"There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
|
@@ -453,7 +458,7 @@ msgid ""
|
|
453 |
"title=\"Licence activation\">activate</a> your copy of %6s.</em>"
|
454 |
msgstr ""
|
455 |
|
456 |
-
#: ../plugin-fw/lib/yit-upgrade.php:
|
457 |
#, php-format
|
458 |
msgid ""
|
459 |
"There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
|
@@ -461,74 +466,75 @@ msgid ""
|
|
461 |
"href=\"%5$s\">update now</a>."
|
462 |
msgstr ""
|
463 |
|
464 |
-
#: ../plugin-fw/lib/yit-upgrade.php:
|
465 |
-
msgid "You can't update plugins for this site."
|
466 |
msgstr ""
|
467 |
|
468 |
-
#: ../plugin-fw/lib/yit-upgrade.php:
|
469 |
-
msgid "
|
|
|
470 |
msgstr ""
|
471 |
|
472 |
-
#: ../plugin-fw/lib/yit-upgrade.php:
|
473 |
msgid "Update Plugin"
|
474 |
msgstr ""
|
475 |
|
476 |
-
#: ../plugin-fw/licence/lib/yit-licence.php:
|
477 |
#, php-format
|
478 |
msgid "%field% field cannot be empty"
|
479 |
msgstr ""
|
480 |
|
481 |
-
#: ../plugin-fw/licence/lib/yit-licence.php:
|
482 |
msgid "%field_1% and %field_2% fields cannot be empty"
|
483 |
msgstr ""
|
484 |
|
485 |
-
#: ../plugin-fw/licence/lib/yit-licence.php:
|
486 |
msgid "Unable to contact the remote server, please try again later. Thanks!"
|
487 |
msgstr ""
|
488 |
|
489 |
-
#: ../plugin-fw/licence/lib/yit-licence.php:
|
490 |
msgid "Invalid Request"
|
491 |
msgstr ""
|
492 |
|
493 |
-
#: ../plugin-fw/licence/lib/yit-licence.php:
|
494 |
msgid "Invalid licence key"
|
495 |
msgstr ""
|
496 |
|
497 |
-
#: ../plugin-fw/licence/lib/yit-licence.php:
|
498 |
msgid "Software has been deactivated"
|
499 |
msgstr ""
|
500 |
|
501 |
-
#: ../plugin-fw/licence/lib/yit-licence.php:
|
502 |
msgid "Maximum number of activations exceeded"
|
503 |
msgstr ""
|
504 |
|
505 |
-
#: ../plugin-fw/licence/lib/yit-licence.php:
|
506 |
msgid "Invalid instance ID"
|
507 |
msgstr ""
|
508 |
|
509 |
-
#: ../plugin-fw/licence/lib/yit-licence.php:
|
510 |
msgid "Invalid security key"
|
511 |
msgstr ""
|
512 |
|
513 |
-
#: ../plugin-fw/licence/lib/yit-licence.php:
|
514 |
msgid "Licence key has expired"
|
515 |
msgstr ""
|
516 |
|
517 |
-
#: ../plugin-fw/licence/lib/yit-licence.php:
|
518 |
msgid "Licence key has been banned"
|
519 |
msgstr ""
|
520 |
|
521 |
-
#: ../plugin-fw/licence/lib/yit-plugin-licence.php:63
|
522 |
#: ../plugin-fw/licence/lib/yit-plugin-licence.php:64
|
523 |
-
#: ../plugin-fw/licence/lib/yit-
|
524 |
#: ../plugin-fw/licence/lib/yit-theme-licence.php:64
|
525 |
-
#: ../plugin-fw/licence/lib/yit-theme-licence.php:
|
526 |
#: ../plugin-fw/licence/lib/yit-theme-licence.php:107
|
|
|
527 |
msgid "Licence Activation"
|
528 |
msgstr ""
|
529 |
|
530 |
-
#: ../plugin-fw/licence/lib/yit-theme-licence.php:114
|
531 |
#: ../plugin-fw/licence/lib/yit-theme-licence.php:115
|
|
|
532 |
#, php-format
|
533 |
msgid "%s"
|
534 |
msgstr ""
|
@@ -539,72 +545,92 @@ msgstr ""
|
|
539 |
|
540 |
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:23
|
541 |
msgid ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
542 |
"Have you updated your licenses? Have you asked for an extension? Update "
|
543 |
"information concerning your products."
|
544 |
msgstr ""
|
545 |
|
546 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
547 |
msgid "Update licence information"
|
548 |
msgstr ""
|
549 |
|
550 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
551 |
msgid "Products to be activated"
|
552 |
msgstr ""
|
553 |
|
554 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
555 |
msgid "Activate"
|
556 |
msgstr ""
|
557 |
|
558 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
559 |
msgid "Activated"
|
560 |
msgstr ""
|
561 |
|
562 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
563 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
564 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
565 |
msgid "Product Name"
|
566 |
msgstr ""
|
567 |
|
568 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
569 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
570 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
571 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
572 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
573 |
msgid "Email"
|
574 |
msgstr ""
|
575 |
|
576 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
577 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
578 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
579 |
msgid "Licence Key"
|
580 |
msgstr ""
|
581 |
|
582 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
583 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
584 |
msgid "Expires"
|
585 |
msgstr ""
|
586 |
|
587 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
588 |
msgid "Remaining"
|
589 |
msgstr ""
|
590 |
|
591 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
592 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
593 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
594 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
595 |
msgid "Renew"
|
596 |
msgstr ""
|
597 |
|
598 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
599 |
#, php-format
|
600 |
msgid "%1s out of %2s"
|
601 |
msgstr ""
|
602 |
|
603 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
604 |
msgid "Banned"
|
605 |
msgstr ""
|
606 |
|
607 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:
|
608 |
msgid "Expired"
|
609 |
msgstr ""
|
610 |
|
@@ -620,180 +646,180 @@ msgstr ""
|
|
620 |
msgid "+ Add New Category"
|
621 |
msgstr ""
|
622 |
|
623 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
624 |
msgid "Text Input"
|
625 |
msgstr ""
|
626 |
|
627 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
628 |
msgid "Checkbox"
|
629 |
msgstr ""
|
630 |
|
631 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
632 |
msgid "Select"
|
633 |
msgstr ""
|
634 |
|
635 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
636 |
msgid "Textarea"
|
637 |
msgstr ""
|
638 |
|
639 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
640 |
msgid "Radio Input"
|
641 |
msgstr ""
|
642 |
|
643 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
644 |
msgid "Password Field"
|
645 |
msgstr ""
|
646 |
|
647 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
648 |
msgid "File Upload"
|
649 |
msgstr ""
|
650 |
|
651 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
652 |
msgid "Theme Icon"
|
653 |
msgstr ""
|
654 |
|
655 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
656 |
msgid "Custom Icon"
|
657 |
msgstr ""
|
658 |
|
659 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
660 |
#: ../plugin-fw/templates/metaboxes/types/responsivesliders.php:24
|
661 |
msgid "None"
|
662 |
msgstr ""
|
663 |
|
664 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
665 |
msgid "Add field"
|
666 |
msgstr ""
|
667 |
|
668 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
669 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
670 |
#: ../plugin-fw/templates/metaboxes/types/customtabs.php:37
|
671 |
#: ../plugin-fw/templates/metaboxes/types/customtabs.php:82
|
672 |
msgid "Remove"
|
673 |
msgstr ""
|
674 |
|
675 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
676 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
677 |
msgid "Click to toggle"
|
678 |
msgstr ""
|
679 |
|
680 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
681 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
682 |
msgid "Title Field"
|
683 |
msgstr ""
|
684 |
|
685 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
686 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
687 |
msgid "Insert the title for the field."
|
688 |
msgstr ""
|
689 |
|
690 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
691 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
692 |
msgid "Data Name"
|
693 |
msgstr ""
|
694 |
|
695 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
696 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
697 |
msgid ""
|
698 |
"REQUIRED: Field identification name to be entered into email body. "
|
699 |
"<strong>Note:</strong>Use only lowercase characters and underscores."
|
700 |
msgstr ""
|
701 |
|
702 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
703 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
704 |
msgid "Type field"
|
705 |
msgstr ""
|
706 |
|
707 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
708 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
709 |
msgid "Select the type for this field."
|
710 |
msgstr ""
|
711 |
|
712 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
713 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
714 |
msgid "Checked"
|
715 |
msgstr ""
|
716 |
|
717 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
718 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
719 |
msgid "Select this option if you want this field appears as already checked."
|
720 |
msgstr ""
|
721 |
|
722 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
723 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
724 |
msgid "Add options "
|
725 |
msgstr ""
|
726 |
|
727 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:115
|
728 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:307
|
729 |
-
msgid "Add option"
|
730 |
-
msgstr ""
|
731 |
-
|
732 |
#: ../plugin-fw/templates/metaboxes/types/contactform.php:118
|
733 |
#: ../plugin-fw/templates/metaboxes/types/contactform.php:310
|
734 |
-
|
735 |
-
msgid "Selected"
|
736 |
msgstr ""
|
737 |
|
738 |
#: ../plugin-fw/templates/metaboxes/types/contactform.php:121
|
739 |
#: ../plugin-fw/templates/metaboxes/types/contactform.php:313
|
740 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
741 |
msgid "Delete option"
|
742 |
msgstr ""
|
743 |
|
744 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
745 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
746 |
msgid "Error Message"
|
747 |
msgstr ""
|
748 |
|
749 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
750 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
751 |
msgid "Insert the error message for validation."
|
752 |
msgstr ""
|
753 |
|
754 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
755 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
756 |
msgid "Required"
|
757 |
msgstr ""
|
758 |
|
759 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
760 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
761 |
msgid "Select this option if it must be required."
|
762 |
msgstr ""
|
763 |
|
764 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
765 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
766 |
msgid "Select this option if the email must be valid."
|
767 |
msgstr ""
|
768 |
|
769 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
770 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
771 |
msgid "Reply To"
|
772 |
msgstr ""
|
773 |
|
774 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
775 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
776 |
msgid "Select this if it is the email you can reply to."
|
777 |
msgstr ""
|
778 |
|
779 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
780 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
781 |
msgid "Class"
|
782 |
msgstr ""
|
783 |
|
784 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
785 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
786 |
msgid ""
|
787 |
"Insert additional class(es) (separated by commas) for more personalization."
|
788 |
msgstr ""
|
789 |
|
790 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
791 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
792 |
msgid "Icon"
|
793 |
msgstr ""
|
794 |
|
795 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
796 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
797 |
#: ../plugin-fw/templates/metaboxes/types/icon-list.php:69
|
798 |
#: ../plugin-fw/templates/metaboxes/types/select-icon.php:33
|
799 |
#: ../plugin-fw/templates/metaboxes/types/upload.php:21
|
@@ -802,25 +828,25 @@ msgstr ""
|
|
802 |
msgid "Upload"
|
803 |
msgstr ""
|
804 |
|
805 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
806 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
807 |
#: ../plugin-fw/templates/metaboxes/types/icon-list.php:75
|
808 |
#: ../plugin-fw/templates/metaboxes/types/select-icon.php:39
|
809 |
msgid "Image preview"
|
810 |
msgstr ""
|
811 |
|
812 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
813 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
814 |
msgid "Insert an icon for more personalization."
|
815 |
msgstr ""
|
816 |
|
817 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
818 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
819 |
msgid "Width"
|
820 |
msgstr ""
|
821 |
|
822 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
823 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:
|
824 |
msgid "Set field length."
|
825 |
msgstr ""
|
826 |
|
@@ -860,34 +886,34 @@ msgstr ""
|
|
860 |
msgid "(Default: <i %s></i> )"
|
861 |
msgstr ""
|
862 |
|
863 |
-
#: ../plugin-fw/templates/metaboxes/types/image-gallery.php:35
|
864 |
#: ../plugin-fw/templates/metaboxes/types/image-gallery.php:40
|
865 |
-
#: ../plugin-fw/templates/metaboxes/types/
|
866 |
-
#: ../plugin-fw/templates/metaboxes/types/images.php:
|
|
|
867 |
msgid "Delete image"
|
868 |
msgstr ""
|
869 |
|
870 |
-
#: ../plugin-fw/templates/metaboxes/types/image-gallery.php:
|
871 |
msgid "Add Images to Gallery"
|
872 |
msgstr ""
|
873 |
|
874 |
-
#: ../plugin-fw/templates/metaboxes/types/image-gallery.php:
|
875 |
msgid "Add to gallery"
|
876 |
msgstr ""
|
877 |
|
878 |
-
#: ../plugin-fw/templates/metaboxes/types/image-gallery.php:
|
879 |
msgid "Add images"
|
880 |
msgstr ""
|
881 |
|
882 |
-
#: ../plugin-fw/templates/metaboxes/types/image-gallery.php:
|
883 |
msgid "Delete"
|
884 |
msgstr ""
|
885 |
|
886 |
-
#: ../plugin-fw/templates/metaboxes/types/images.php:
|
887 |
msgid "Upload new images"
|
888 |
msgstr ""
|
889 |
|
890 |
-
#: ../plugin-fw/templates/metaboxes/types/images.php:
|
891 |
msgid "Are you sure you want to remove this image?"
|
892 |
msgstr ""
|
893 |
|
@@ -967,69 +993,73 @@ msgstr ""
|
|
967 |
msgid "Italic bold"
|
968 |
msgstr ""
|
969 |
|
970 |
-
#: ../plugin-
|
|
|
|
|
|
|
|
|
971 |
msgid "Upgrade to the PREMIUM VERSION"
|
972 |
msgstr ""
|
973 |
|
974 |
-
#: ../plugin-options/settings-options.php:
|
975 |
msgid "Discover the Advanced Features"
|
976 |
msgstr ""
|
977 |
|
978 |
-
#: ../plugin-options/settings-options.php:
|
979 |
msgid ""
|
980 |
"Upgrade to the PREMIUM VERSION\n"
|
981 |
"of YITH WOOCOMMERCE AJAX SEARCH to benefit from all features!"
|
982 |
msgstr ""
|
983 |
|
984 |
-
#: ../plugin-options/settings-options.php:
|
985 |
msgid "Get Support and Pro Features"
|
986 |
msgstr ""
|
987 |
|
988 |
-
#: ../plugin-options/settings-options.php:
|
989 |
msgid ""
|
990 |
"By purchasing the premium version of the plugin, you will take advantage of "
|
991 |
"the advanced features of the product and you will get one year of free "
|
992 |
"updates and support through our platform available 24h/24."
|
993 |
msgstr ""
|
994 |
|
995 |
-
#: ../plugin-options/settings-options.php:
|
996 |
msgid "General settings"
|
997 |
msgstr ""
|
998 |
|
999 |
-
#: ../plugin-options/settings-options.php:
|
1000 |
msgid "Search input label"
|
1001 |
msgstr ""
|
1002 |
|
1003 |
-
#: ../plugin-options/settings-options.php:
|
1004 |
-
#: ../plugin-options/settings-options.php:
|
1005 |
msgid "Label for Search input field."
|
1006 |
msgstr ""
|
1007 |
|
1008 |
-
#: ../plugin-options/settings-options.php:
|
1009 |
msgid "Search for products"
|
1010 |
msgstr ""
|
1011 |
|
1012 |
-
#: ../plugin-options/settings-options.php:
|
1013 |
msgid "Search submit label"
|
1014 |
msgstr ""
|
1015 |
|
1016 |
-
#: ../plugin-options/settings-options.php:
|
1017 |
msgid "Search"
|
1018 |
msgstr ""
|
1019 |
|
1020 |
-
#: ../plugin-options/settings-options.php:
|
1021 |
msgid "Minimum number of characters"
|
1022 |
msgstr ""
|
1023 |
|
1024 |
-
#: ../plugin-options/settings-options.php:
|
1025 |
msgid "Minimum number of characters required to trigger autosuggest."
|
1026 |
msgstr ""
|
1027 |
|
1028 |
-
#: ../plugin-options/settings-options.php:
|
1029 |
msgid "Maximum number of results"
|
1030 |
msgstr ""
|
1031 |
|
1032 |
-
#: ../plugin-options/settings-options.php:
|
1033 |
msgid "Maximum number of results showed within the autosuggest box."
|
1034 |
msgstr ""
|
1035 |
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: YITH WooCommerce Ajax Search Free\n"
|
4 |
+
"POT-Creation-Date: 2015-04-24 14:41+0100\n"
|
5 |
+
"PO-Revision-Date: 2015-04-24 14:41+0100\n"
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: Yithemes <plugins@yithemes.com>\n"
|
8 |
"Language: en\n"
|
19 |
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1048
|
20 |
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1196
|
21 |
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1202
|
22 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:64
|
23 |
msgid "Settings"
|
24 |
msgstr ""
|
25 |
|
35 |
msgid "Plugin Documentation"
|
36 |
msgstr ""
|
37 |
|
38 |
+
#: ../class.yith-wcas-admin.php:207 ../plugin-options/settings-options.php:24
|
39 |
+
#: ../plugin-options/settings-options.php:31
|
40 |
msgid "YITH WooCommerce Ajax Search"
|
41 |
msgstr ""
|
42 |
|
64 |
"the <a href=\""
|
65 |
msgstr ""
|
66 |
|
67 |
+
#: ../class.yith-wcas.php:172
|
68 |
msgid "No results"
|
69 |
msgstr ""
|
70 |
|
71 |
+
#: ../init.php:40
|
72 |
msgid ""
|
73 |
+
"You can't activate the free version of YITH WooCommerce Ajax Search while "
|
74 |
+
"you are using the premium one."
|
75 |
msgstr ""
|
76 |
|
77 |
+
#: ../init.php:104
|
78 |
msgid ""
|
79 |
+
"YITH WooCommerce Ajax Search is enabled but not effective. It requires "
|
80 |
+
"Woocommerce in order to work."
|
81 |
msgstr ""
|
82 |
|
83 |
#: ../plugin-fw/lib/yit-cpt-unlimited.php:460
|
241 |
msgstr ""
|
242 |
|
243 |
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1083
|
244 |
+
msgid "Set univocal name for each category page URL."
|
245 |
msgstr ""
|
246 |
|
247 |
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1088
|
274 |
|
275 |
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1631
|
276 |
#, php-format
|
277 |
+
msgid "Add %s from images"
|
278 |
msgstr ""
|
279 |
|
280 |
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1633
|
281 |
msgid "Add with multiupload"
|
282 |
msgstr ""
|
283 |
|
284 |
+
#: ../plugin-fw/lib/yit-plugin-panel-wc.php:295
|
285 |
+
msgid "The changes you have made will be lost if you leave this page."
|
286 |
msgstr ""
|
287 |
|
288 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:63
|
289 |
msgid "Plugin Settings"
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:95
|
293 |
#: ../plugin-fw/lib/yit-plugin-subpanel.php:101
|
294 |
msgid "YIT Plugins"
|
295 |
msgstr ""
|
296 |
|
297 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:292
|
298 |
#: ../plugin-fw/lib/yit-plugin-subpanel.php:142
|
299 |
#: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:5
|
300 |
msgid "Save Changes"
|
301 |
msgstr ""
|
302 |
|
303 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:295
|
|
|
304 |
#: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:8
|
305 |
+
msgid ""
|
306 |
+
"If you continue with this action, you will reset all options in this page."
|
307 |
msgstr ""
|
308 |
|
309 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:297
|
310 |
#: ../plugin-fw/lib/yit-plugin-subpanel.php:147
|
311 |
+
msgid "Reset to Default"
|
|
|
312 |
msgstr ""
|
313 |
|
314 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:297
|
315 |
#: ../plugin-fw/lib/yit-plugin-subpanel.php:147
|
316 |
#: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
|
317 |
+
msgid "Are you sure?"
|
318 |
msgstr ""
|
319 |
|
320 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:431
|
321 |
+
msgid ""
|
322 |
+
"The element you have entered already exists. Please, enter another name."
|
323 |
msgstr ""
|
324 |
|
325 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:432
|
326 |
msgid "Settings saved"
|
327 |
msgstr ""
|
328 |
|
329 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:433
|
330 |
msgid "Settings reset"
|
331 |
msgstr ""
|
332 |
|
333 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:434
|
334 |
msgid "Element deleted correctly."
|
335 |
msgstr ""
|
336 |
|
337 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:435
|
338 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:436
|
339 |
msgid "Element updated correctly."
|
340 |
msgstr ""
|
341 |
|
342 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:437
|
343 |
msgid "Database imported correctly."
|
344 |
msgstr ""
|
345 |
|
346 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:438
|
347 |
msgid "An error has occurred during import. Please try again."
|
348 |
msgstr ""
|
349 |
|
350 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:439
|
351 |
+
msgid "The added file is not valid."
|
352 |
msgstr ""
|
353 |
|
354 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:440
|
355 |
msgid "Sorry, import is disabled."
|
356 |
msgstr ""
|
357 |
|
358 |
+
#: ../plugin-fw/lib/yit-plugin-panel.php:441
|
359 |
msgid "Sorting successful."
|
360 |
msgstr ""
|
361 |
|
362 |
+
#: ../plugin-fw/lib/yit-plugin-subpanel.php:145
|
363 |
+
msgid ""
|
364 |
+
"If you continue with this action, you will reset all the options in this "
|
365 |
+
"page."
|
366 |
+
msgstr ""
|
367 |
+
|
368 |
#: ../plugin-fw/lib/yit-pointers.php:70
|
369 |
msgid "Plugins Activated"
|
370 |
msgstr ""
|
390 |
|
391 |
#: ../plugin-fw/lib/yit-pointers.php:85
|
392 |
msgid ""
|
393 |
+
"From now on, you can find all options of your plugins in YIT Plugin menu.\n"
|
|
|
394 |
" Any time one of our plugins is updated, "
|
395 |
"a new entry will be added to this menu.\n"
|
396 |
+
" For example, after the update, plugin "
|
397 |
+
"options (such as for YITH WooCommerce Wishlist, YITH WooCommerce Ajax "
|
398 |
+
"Search, etc.)\n"
|
399 |
" will be moved from previous location to "
|
400 |
"YIT Plugin tab."
|
401 |
msgstr ""
|
402 |
|
403 |
+
#: ../plugin-fw/lib/yit-upgrade.php:123
|
404 |
msgid "There is a new version of %plugin_name% available."
|
405 |
msgstr ""
|
406 |
|
407 |
+
#: ../plugin-fw/lib/yit-upgrade.php:124
|
408 |
msgid "View version %latest% details."
|
409 |
msgstr ""
|
410 |
|
411 |
+
#: ../plugin-fw/lib/yit-upgrade.php:125
|
412 |
msgid "Automatic update is unavailable for this plugin,"
|
413 |
msgstr ""
|
414 |
|
415 |
+
#: ../plugin-fw/lib/yit-upgrade.php:126
|
416 |
msgid ""
|
417 |
+
"please <a href=\"%activate_link%\">activate</a> your copy of %plugin_name%."
|
418 |
msgstr ""
|
419 |
|
420 |
+
#: ../plugin-fw/lib/yit-upgrade.php:127
|
421 |
msgid "Update now."
|
422 |
msgstr ""
|
423 |
|
424 |
+
#: ../plugin-fw/lib/yit-upgrade.php:230
|
425 |
msgid "Yithemes Repository"
|
426 |
msgstr ""
|
427 |
|
428 |
+
#: ../plugin-fw/lib/yit-upgrade.php:264
|
429 |
msgid "Invalid URL Provided."
|
430 |
msgstr ""
|
431 |
|
432 |
+
#: ../plugin-fw/lib/yit-upgrade.php:277
|
433 |
msgid "Could not create Temporary file."
|
434 |
msgstr ""
|
435 |
|
436 |
+
#: ../plugin-fw/lib/yit-upgrade.php:419
|
437 |
#, php-format
|
438 |
msgid ""
|
439 |
"There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
|
440 |
"yit-changelog-button\" title=\"%3$s\">View version %4$s details</a>."
|
441 |
msgstr ""
|
442 |
|
443 |
+
#: ../plugin-fw/lib/yit-upgrade.php:421
|
444 |
#, php-format
|
445 |
msgid ""
|
446 |
"There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
|
449 |
"automatic updates.</em>"
|
450 |
msgstr ""
|
451 |
|
452 |
+
#: ../plugin-fw/lib/yit-upgrade.php:423
|
453 |
#, php-format
|
454 |
msgid ""
|
455 |
"There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
|
458 |
"title=\"Licence activation\">activate</a> your copy of %6s.</em>"
|
459 |
msgstr ""
|
460 |
|
461 |
+
#: ../plugin-fw/lib/yit-upgrade.php:425
|
462 |
#, php-format
|
463 |
msgid ""
|
464 |
"There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
|
466 |
"href=\"%5$s\">update now</a>."
|
467 |
msgstr ""
|
468 |
|
469 |
+
#: ../plugin-fw/lib/yit-upgrade.php:498
|
470 |
+
msgid "You can't update the plugins for this site."
|
471 |
msgstr ""
|
472 |
|
473 |
+
#: ../plugin-fw/lib/yit-upgrade.php:502
|
474 |
+
msgid ""
|
475 |
+
"You do not have sufficient permissions to update the plugins for this site."
|
476 |
msgstr ""
|
477 |
|
478 |
+
#: ../plugin-fw/lib/yit-upgrade.php:509
|
479 |
msgid "Update Plugin"
|
480 |
msgstr ""
|
481 |
|
482 |
+
#: ../plugin-fw/licence/lib/yit-licence.php:161
|
483 |
#, php-format
|
484 |
msgid "%field% field cannot be empty"
|
485 |
msgstr ""
|
486 |
|
487 |
+
#: ../plugin-fw/licence/lib/yit-licence.php:162
|
488 |
msgid "%field_1% and %field_2% fields cannot be empty"
|
489 |
msgstr ""
|
490 |
|
491 |
+
#: ../plugin-fw/licence/lib/yit-licence.php:163
|
492 |
msgid "Unable to contact the remote server, please try again later. Thanks!"
|
493 |
msgstr ""
|
494 |
|
495 |
+
#: ../plugin-fw/licence/lib/yit-licence.php:548
|
496 |
msgid "Invalid Request"
|
497 |
msgstr ""
|
498 |
|
499 |
+
#: ../plugin-fw/licence/lib/yit-licence.php:549
|
500 |
msgid "Invalid licence key"
|
501 |
msgstr ""
|
502 |
|
503 |
+
#: ../plugin-fw/licence/lib/yit-licence.php:550
|
504 |
msgid "Software has been deactivated"
|
505 |
msgstr ""
|
506 |
|
507 |
+
#: ../plugin-fw/licence/lib/yit-licence.php:551
|
508 |
msgid "Maximum number of activations exceeded"
|
509 |
msgstr ""
|
510 |
|
511 |
+
#: ../plugin-fw/licence/lib/yit-licence.php:552
|
512 |
msgid "Invalid instance ID"
|
513 |
msgstr ""
|
514 |
|
515 |
+
#: ../plugin-fw/licence/lib/yit-licence.php:553
|
516 |
msgid "Invalid security key"
|
517 |
msgstr ""
|
518 |
|
519 |
+
#: ../plugin-fw/licence/lib/yit-licence.php:554
|
520 |
msgid "Licence key has expired"
|
521 |
msgstr ""
|
522 |
|
523 |
+
#: ../plugin-fw/licence/lib/yit-licence.php:555
|
524 |
msgid "Licence key has been banned"
|
525 |
msgstr ""
|
526 |
|
|
|
527 |
#: ../plugin-fw/licence/lib/yit-plugin-licence.php:64
|
528 |
+
#: ../plugin-fw/licence/lib/yit-plugin-licence.php:65
|
529 |
#: ../plugin-fw/licence/lib/yit-theme-licence.php:64
|
530 |
+
#: ../plugin-fw/licence/lib/yit-theme-licence.php:65
|
531 |
#: ../plugin-fw/licence/lib/yit-theme-licence.php:107
|
532 |
+
#: ../plugin-fw/licence/lib/yit-theme-licence.php:108
|
533 |
msgid "Licence Activation"
|
534 |
msgstr ""
|
535 |
|
|
|
536 |
#: ../plugin-fw/licence/lib/yit-theme-licence.php:115
|
537 |
+
#: ../plugin-fw/licence/lib/yit-theme-licence.php:116
|
538 |
#, php-format
|
539 |
msgid "%s"
|
540 |
msgstr ""
|
545 |
|
546 |
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:23
|
547 |
msgid ""
|
548 |
+
"I cannot find the license key for activating the theme I have bought some "
|
549 |
+
"time ago. Where can I find it?"
|
550 |
+
msgstr ""
|
551 |
+
|
552 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:26
|
553 |
+
msgid ""
|
554 |
+
"If you have purchased one of our products before 27 January 2015, you can "
|
555 |
+
"benefit from support and updates (the services offered with the license)\n"
|
556 |
+
" until 27 January 2016 and you do not have to purchase it again "
|
557 |
+
"to get a new license key, because, before this date, your license used to be "
|
558 |
+
"activated automatically by our system.\n"
|
559 |
+
" After 27 January 2016, instead, if you want to benefit from "
|
560 |
+
"support and updates you have to buy a new license and activate it through "
|
561 |
+
"the license key you will be\n"
|
562 |
+
" provided with and that you can find in your YIThemes account, in "
|
563 |
+
"section \"My licenses\"."
|
564 |
+
msgstr ""
|
565 |
+
|
566 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:37
|
567 |
+
msgid ""
|
568 |
"Have you updated your licenses? Have you asked for an extension? Update "
|
569 |
"information concerning your products."
|
570 |
msgstr ""
|
571 |
|
572 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:39
|
573 |
msgid "Update licence information"
|
574 |
msgstr ""
|
575 |
|
576 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:49
|
577 |
msgid "Products to be activated"
|
578 |
msgstr ""
|
579 |
|
580 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:68
|
581 |
msgid "Activate"
|
582 |
msgstr ""
|
583 |
|
584 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:87
|
585 |
msgid "Activated"
|
586 |
msgstr ""
|
587 |
|
588 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:91
|
589 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:123
|
590 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:147
|
591 |
msgid "Product Name"
|
592 |
msgstr ""
|
593 |
|
594 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:92
|
595 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:124
|
596 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:148
|
597 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:148
|
598 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:340
|
599 |
msgid "Email"
|
600 |
msgstr ""
|
601 |
|
602 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:93
|
603 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:125
|
604 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:149
|
605 |
msgid "Licence Key"
|
606 |
msgstr ""
|
607 |
|
608 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:94
|
609 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:150
|
610 |
msgid "Expires"
|
611 |
msgstr ""
|
612 |
|
613 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:95
|
614 |
msgid "Remaining"
|
615 |
msgstr ""
|
616 |
|
617 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:96
|
618 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:109
|
619 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:151
|
620 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:161
|
621 |
msgid "Renew"
|
622 |
msgstr ""
|
623 |
|
624 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:107
|
625 |
#, php-format
|
626 |
msgid "%1s out of %2s"
|
627 |
msgstr ""
|
628 |
|
629 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:119
|
630 |
msgid "Banned"
|
631 |
msgstr ""
|
632 |
|
633 |
+
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:143
|
634 |
msgid "Expired"
|
635 |
msgstr ""
|
636 |
|
646 |
msgid "+ Add New Category"
|
647 |
msgstr ""
|
648 |
|
649 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:7
|
650 |
msgid "Text Input"
|
651 |
msgstr ""
|
652 |
|
653 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:8
|
654 |
msgid "Checkbox"
|
655 |
msgstr ""
|
656 |
|
657 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:9
|
658 |
msgid "Select"
|
659 |
msgstr ""
|
660 |
|
661 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:10
|
662 |
msgid "Textarea"
|
663 |
msgstr ""
|
664 |
|
665 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:11
|
666 |
msgid "Radio Input"
|
667 |
msgstr ""
|
668 |
|
669 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:12
|
670 |
msgid "Password Field"
|
671 |
msgstr ""
|
672 |
|
673 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:13
|
674 |
msgid "File Upload"
|
675 |
msgstr ""
|
676 |
|
677 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:47
|
678 |
msgid "Theme Icon"
|
679 |
msgstr ""
|
680 |
|
681 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:48
|
682 |
msgid "Custom Icon"
|
683 |
msgstr ""
|
684 |
|
685 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:49
|
686 |
#: ../plugin-fw/templates/metaboxes/types/responsivesliders.php:24
|
687 |
msgid "None"
|
688 |
msgstr ""
|
689 |
|
690 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:60
|
691 |
msgid "Add field"
|
692 |
msgstr ""
|
693 |
|
694 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:69
|
695 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:261
|
696 |
#: ../plugin-fw/templates/metaboxes/types/customtabs.php:37
|
697 |
#: ../plugin-fw/templates/metaboxes/types/customtabs.php:82
|
698 |
msgid "Remove"
|
699 |
msgstr ""
|
700 |
|
701 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:70
|
702 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:262
|
703 |
msgid "Click to toggle"
|
704 |
msgstr ""
|
705 |
|
706 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:77
|
707 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:269
|
708 |
msgid "Title Field"
|
709 |
msgstr ""
|
710 |
|
711 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:81
|
712 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:273
|
713 |
msgid "Insert the title for the field."
|
714 |
msgstr ""
|
715 |
|
716 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:86
|
717 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:278
|
718 |
msgid "Data Name"
|
719 |
msgstr ""
|
720 |
|
721 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:90
|
722 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:282
|
723 |
msgid ""
|
724 |
"REQUIRED: Field identification name to be entered into email body. "
|
725 |
"<strong>Note:</strong>Use only lowercase characters and underscores."
|
726 |
msgstr ""
|
727 |
|
728 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:95
|
729 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:287
|
730 |
msgid "Type field"
|
731 |
msgstr ""
|
732 |
|
733 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:103
|
734 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:295
|
735 |
msgid "Select the type for this field."
|
736 |
msgstr ""
|
737 |
|
738 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:108
|
739 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:300
|
740 |
msgid "Checked"
|
741 |
msgstr ""
|
742 |
|
743 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:112
|
744 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:304
|
745 |
msgid "Select this option if you want this field appears as already checked."
|
746 |
msgstr ""
|
747 |
|
748 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:117
|
749 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:309
|
750 |
msgid "Add options "
|
751 |
msgstr ""
|
752 |
|
|
|
|
|
|
|
|
|
|
|
753 |
#: ../plugin-fw/templates/metaboxes/types/contactform.php:118
|
754 |
#: ../plugin-fw/templates/metaboxes/types/contactform.php:310
|
755 |
+
msgid "Add option"
|
|
|
756 |
msgstr ""
|
757 |
|
758 |
#: ../plugin-fw/templates/metaboxes/types/contactform.php:121
|
759 |
#: ../plugin-fw/templates/metaboxes/types/contactform.php:313
|
760 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:436
|
761 |
+
msgid "Selected"
|
762 |
+
msgstr ""
|
763 |
+
|
764 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:124
|
765 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:316
|
766 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:436
|
767 |
msgid "Delete option"
|
768 |
msgstr ""
|
769 |
|
770 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:130
|
771 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:322
|
772 |
msgid "Error Message"
|
773 |
msgstr ""
|
774 |
|
775 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:134
|
776 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:326
|
777 |
msgid "Insert the error message for validation."
|
778 |
msgstr ""
|
779 |
|
780 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:139
|
781 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:331
|
782 |
msgid "Required"
|
783 |
msgstr ""
|
784 |
|
785 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:143
|
786 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:335
|
787 |
msgid "Select this option if it must be required."
|
788 |
msgstr ""
|
789 |
|
790 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:152
|
791 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:344
|
792 |
msgid "Select this option if the email must be valid."
|
793 |
msgstr ""
|
794 |
|
795 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:157
|
796 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:349
|
797 |
msgid "Reply To"
|
798 |
msgstr ""
|
799 |
|
800 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:161
|
801 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:353
|
802 |
msgid "Select this if it is the email you can reply to."
|
803 |
msgstr ""
|
804 |
|
805 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:166
|
806 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:358
|
807 |
msgid "Class"
|
808 |
msgstr ""
|
809 |
|
810 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:170
|
811 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:362
|
812 |
msgid ""
|
813 |
"Insert additional class(es) (separated by commas) for more personalization."
|
814 |
msgstr ""
|
815 |
|
816 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:175
|
817 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:367
|
818 |
msgid "Icon"
|
819 |
msgstr ""
|
820 |
|
821 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:203
|
822 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:391
|
823 |
#: ../plugin-fw/templates/metaboxes/types/icon-list.php:69
|
824 |
#: ../plugin-fw/templates/metaboxes/types/select-icon.php:33
|
825 |
#: ../plugin-fw/templates/metaboxes/types/upload.php:21
|
828 |
msgid "Upload"
|
829 |
msgstr ""
|
830 |
|
831 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:209
|
832 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:397
|
833 |
#: ../plugin-fw/templates/metaboxes/types/icon-list.php:75
|
834 |
#: ../plugin-fw/templates/metaboxes/types/select-icon.php:39
|
835 |
msgid "Image preview"
|
836 |
msgstr ""
|
837 |
|
838 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:217
|
839 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:405
|
840 |
msgid "Insert an icon for more personalization."
|
841 |
msgstr ""
|
842 |
|
843 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:222
|
844 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:409
|
845 |
msgid "Width"
|
846 |
msgstr ""
|
847 |
|
848 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:247
|
849 |
+
#: ../plugin-fw/templates/metaboxes/types/contactform.php:421
|
850 |
msgid "Set field length."
|
851 |
msgstr ""
|
852 |
|
886 |
msgid "(Default: <i %s></i> )"
|
887 |
msgstr ""
|
888 |
|
|
|
889 |
#: ../plugin-fw/templates/metaboxes/types/image-gallery.php:40
|
890 |
+
#: ../plugin-fw/templates/metaboxes/types/image-gallery.php:45
|
891 |
+
#: ../plugin-fw/templates/metaboxes/types/images.php:38
|
892 |
+
#: ../plugin-fw/templates/metaboxes/types/images.php:64
|
893 |
msgid "Delete image"
|
894 |
msgstr ""
|
895 |
|
896 |
+
#: ../plugin-fw/templates/metaboxes/types/image-gallery.php:45
|
897 |
msgid "Add Images to Gallery"
|
898 |
msgstr ""
|
899 |
|
900 |
+
#: ../plugin-fw/templates/metaboxes/types/image-gallery.php:45
|
901 |
msgid "Add to gallery"
|
902 |
msgstr ""
|
903 |
|
904 |
+
#: ../plugin-fw/templates/metaboxes/types/image-gallery.php:45
|
905 |
msgid "Add images"
|
906 |
msgstr ""
|
907 |
|
908 |
+
#: ../plugin-fw/templates/metaboxes/types/image-gallery.php:45
|
909 |
msgid "Delete"
|
910 |
msgstr ""
|
911 |
|
912 |
+
#: ../plugin-fw/templates/metaboxes/types/images.php:42
|
913 |
msgid "Upload new images"
|
914 |
msgstr ""
|
915 |
|
916 |
+
#: ../plugin-fw/templates/metaboxes/types/images.php:75
|
917 |
msgid "Are you sure you want to remove this image?"
|
918 |
msgstr ""
|
919 |
|
993 |
msgid "Italic bold"
|
994 |
msgstr ""
|
995 |
|
996 |
+
#: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
|
997 |
+
msgid "Reset Defaults"
|
998 |
+
msgstr ""
|
999 |
+
|
1000 |
+
#: ../plugin-options/settings-options.php:21
|
1001 |
msgid "Upgrade to the PREMIUM VERSION"
|
1002 |
msgstr ""
|
1003 |
|
1004 |
+
#: ../plugin-options/settings-options.php:25
|
1005 |
msgid "Discover the Advanced Features"
|
1006 |
msgstr ""
|
1007 |
|
1008 |
+
#: ../plugin-options/settings-options.php:26
|
1009 |
msgid ""
|
1010 |
"Upgrade to the PREMIUM VERSION\n"
|
1011 |
"of YITH WOOCOMMERCE AJAX SEARCH to benefit from all features!"
|
1012 |
msgstr ""
|
1013 |
|
1014 |
+
#: ../plugin-options/settings-options.php:33
|
1015 |
msgid "Get Support and Pro Features"
|
1016 |
msgstr ""
|
1017 |
|
1018 |
+
#: ../plugin-options/settings-options.php:34
|
1019 |
msgid ""
|
1020 |
"By purchasing the premium version of the plugin, you will take advantage of "
|
1021 |
"the advanced features of the product and you will get one year of free "
|
1022 |
"updates and support through our platform available 24h/24."
|
1023 |
msgstr ""
|
1024 |
|
1025 |
+
#: ../plugin-options/settings-options.php:44
|
1026 |
msgid "General settings"
|
1027 |
msgstr ""
|
1028 |
|
1029 |
+
#: ../plugin-options/settings-options.php:53
|
1030 |
msgid "Search input label"
|
1031 |
msgstr ""
|
1032 |
|
1033 |
+
#: ../plugin-options/settings-options.php:55
|
1034 |
+
#: ../plugin-options/settings-options.php:63
|
1035 |
msgid "Label for Search input field."
|
1036 |
msgstr ""
|
1037 |
|
1038 |
+
#: ../plugin-options/settings-options.php:57
|
1039 |
msgid "Search for products"
|
1040 |
msgstr ""
|
1041 |
|
1042 |
+
#: ../plugin-options/settings-options.php:61
|
1043 |
msgid "Search submit label"
|
1044 |
msgstr ""
|
1045 |
|
1046 |
+
#: ../plugin-options/settings-options.php:65
|
1047 |
msgid "Search"
|
1048 |
msgstr ""
|
1049 |
|
1050 |
+
#: ../plugin-options/settings-options.php:69
|
1051 |
msgid "Minimum number of characters"
|
1052 |
msgstr ""
|
1053 |
|
1054 |
+
#: ../plugin-options/settings-options.php:70
|
1055 |
msgid "Minimum number of characters required to trigger autosuggest."
|
1056 |
msgstr ""
|
1057 |
|
1058 |
+
#: ../plugin-options/settings-options.php:83
|
1059 |
msgid "Maximum number of results"
|
1060 |
msgstr ""
|
1061 |
|
1062 |
+
#: ../plugin-options/settings-options.php:84
|
1063 |
msgid "Maximum number of results showed within the autosuggest box."
|
1064 |
msgstr ""
|
1065 |
|
plugin-fw/lib/yit-plugin-panel.php
CHANGED
@@ -717,7 +717,7 @@ if ( ! class_exists( 'YIT_Plugin_Panel' ) ) {
|
|
717 |
include $type;
|
718 |
}
|
719 |
else {
|
720 |
-
do_action( "yit_panel_{$option['type']}", $option, $db_value );
|
721 |
}
|
722 |
}
|
723 |
}
|
717 |
include $type;
|
718 |
}
|
719 |
else {
|
720 |
+
do_action( "yit_panel_{$option['type']}", $option, $db_value, $custom_attributes );
|
721 |
}
|
722 |
}
|
723 |
}
|
plugin-fw/lib/yit-upgrade.php
CHANGED
@@ -59,6 +59,10 @@ if ( ! class_exists( 'YIT_Upgrade' ) ) {
|
|
59 |
if( is_network_admin() ){
|
60 |
add_action( 'admin_enqueue_scripts', array( $this, 'network_admin_enqueue_scripts' ) );
|
61 |
}
|
|
|
|
|
|
|
|
|
62 |
}
|
63 |
|
64 |
/**
|
@@ -129,7 +133,7 @@ if ( ! class_exists( 'YIT_Upgrade' ) ) {
|
|
129 |
|
130 |
$update_url[ $init ] = wp_nonce_url( self_admin_url('update.php?action=upgrade-plugin-multisite&plugin=') . $init, 'upgrade-plugin-multisite_' . $init );
|
131 |
$changelog_id = str_replace( array( '/', '.php', '.' ), array( '-', '', '-' ), $init );
|
132 |
-
$details_url[ $init ] = '#TB_inline' . add_query_arg( array( 'width' => 722, 'height' => 914, 'inlineId' => $changelog_id ) , '' );
|
133 |
$changelogs[ $init ] = $this->in_theme_update_message( $this->_plugins[ $init ], $this->_plugins[ $init ]['info']['changelog'], $changelog_id, false );
|
134 |
}
|
135 |
|
@@ -362,6 +366,7 @@ if ( ! class_exists( 'YIT_Upgrade' ) ) {
|
|
362 |
$obj->new_version = (string)$plugin_remote_info->latest;
|
363 |
$obj->changelog = (string)$plugin_remote_info->changelog;
|
364 |
$obj->package = $package;
|
|
|
365 |
$transient->response[$init] = $obj;
|
366 |
}
|
367 |
|
@@ -400,7 +405,7 @@ if ( ! class_exists( 'YIT_Upgrade' ) ) {
|
|
400 |
$r = $current->response[ $init ];
|
401 |
|
402 |
$changelog_id = str_replace( array( '/', '.php', '.' ), array( '-', '', '-' ), $init );
|
403 |
-
$details_url = '#TB_inline' . add_query_arg( array( 'width' => 722, 'height' => 914, 'inlineId' => $changelog_id ) , '' );
|
404 |
|
405 |
/**
|
406 |
* @see wp_plugin_update_rows() in wp-single\wp-admin\includes\update.php
|
59 |
if( is_network_admin() ){
|
60 |
add_action( 'admin_enqueue_scripts', array( $this, 'network_admin_enqueue_scripts' ) );
|
61 |
}
|
62 |
+
|
63 |
+
if( defined( 'YIT_LICENCE_DEBUG' ) && YIT_LICENCE_DEBUG ){
|
64 |
+
$this->_package_url = 'http://dev.yithemes.com';
|
65 |
+
}
|
66 |
}
|
67 |
|
68 |
/**
|
133 |
|
134 |
$update_url[ $init ] = wp_nonce_url( self_admin_url('update.php?action=upgrade-plugin-multisite&plugin=') . $init, 'upgrade-plugin-multisite_' . $init );
|
135 |
$changelog_id = str_replace( array( '/', '.php', '.' ), array( '-', '', '-' ), $init );
|
136 |
+
$details_url[ $init ] = '#TB_inline' . esc_url( add_query_arg( array( 'width' => 722, 'height' => 914, 'inlineId' => $changelog_id ) , '' ) );
|
137 |
$changelogs[ $init ] = $this->in_theme_update_message( $this->_plugins[ $init ], $this->_plugins[ $init ]['info']['changelog'], $changelog_id, false );
|
138 |
}
|
139 |
|
366 |
$obj->new_version = (string)$plugin_remote_info->latest;
|
367 |
$obj->changelog = (string)$plugin_remote_info->changelog;
|
368 |
$obj->package = $package;
|
369 |
+
$obj->plugin = $init;
|
370 |
$transient->response[$init] = $obj;
|
371 |
}
|
372 |
|
405 |
$r = $current->response[ $init ];
|
406 |
|
407 |
$changelog_id = str_replace( array( '/', '.php', '.' ), array( '-', '', '-' ), $init );
|
408 |
+
$details_url = '#TB_inline' . esc_url( add_query_arg( array( 'width' => 722, 'height' => 914, 'inlineId' => $changelog_id ) , '' ) );
|
409 |
|
410 |
/**
|
411 |
* @see wp_plugin_update_rows() in wp-single\wp-admin\includes\update.php
|
plugin-fw/licence/lib/yit-licence.php
CHANGED
@@ -62,7 +62,12 @@ if ( ! class_exists( 'YIT_Licence' ) ) {
|
|
62 |
* @since 1.0
|
63 |
* @author Andrea Grillo <andrea.grillo@yithemes.com>
|
64 |
*/
|
65 |
-
|
|
|
|
|
|
|
|
|
|
|
66 |
|
67 |
/**
|
68 |
* Premium products registration
|
@@ -135,9 +140,9 @@ if ( ! class_exists( 'YIT_Licence' ) ) {
|
|
135 |
/**
|
136 |
* Support to YIT Framework < 2.0
|
137 |
*/
|
138 |
-
$filename
|
139 |
-
$script_path
|
140 |
-
$style_path
|
141 |
|
142 |
wp_enqueue_script( 'yit-licence', $script_path . '/licence/assets/js/' . $filename, array( 'jquery' ), '1.0.0', true );
|
143 |
wp_enqueue_style( 'yit-theme-licence', $style_path . '/licence/assets/css/yit-licence.css' );
|
@@ -184,7 +189,7 @@ if ( ! class_exists( 'YIT_Licence' ) ) {
|
|
184 |
'instance' => $this->get_home_url()
|
185 |
);
|
186 |
|
187 |
-
$api_uri = add_query_arg( $args, $this->get_api_uri( 'activation' ) );
|
188 |
$response = wp_remote_get( $api_uri );
|
189 |
|
190 |
if ( is_wp_error( $response ) ) {
|
@@ -213,6 +218,9 @@ if ( ! class_exists( 'YIT_Licence' ) ) {
|
|
213 |
|
214 |
update_option( $this->_licence_option, $options );
|
215 |
|
|
|
|
|
|
|
216 |
/* === Licence Activation Template === */
|
217 |
$body['template'] = $this->show_activation_panel();
|
218 |
}
|
@@ -252,7 +260,7 @@ if ( ! class_exists( 'YIT_Licence' ) ) {
|
|
252 |
'instance' => $this->get_home_url()
|
253 |
);
|
254 |
|
255 |
-
$api_uri = add_query_arg( $args, $this->get_api_uri( 'check' ) );
|
256 |
$response = wp_remote_get( $api_uri );
|
257 |
|
258 |
if ( ! is_wp_error( $response ) ) {
|
@@ -315,6 +323,9 @@ if ( ! class_exists( 'YIT_Licence' ) ) {
|
|
315 |
|
316 |
/* === Update Plugin Licence Information === */
|
317 |
update_option( $this->_licence_option, $licence );
|
|
|
|
|
|
|
318 |
}
|
319 |
return $status;
|
320 |
}
|
@@ -336,7 +347,7 @@ if ( ! class_exists( 'YIT_Licence' ) ) {
|
|
336 |
}
|
337 |
|
338 |
/* === Regenerate Update Plugins Transient === */
|
339 |
-
|
340 |
|
341 |
do_action( 'yit_licence_after_check' );
|
342 |
|
@@ -505,7 +516,7 @@ if ( ! class_exists( 'YIT_Licence' ) ) {
|
|
505 |
* @author Andrea Grillo <andrea.grillo@yithemes.com>
|
506 |
*/
|
507 |
public function get_licence_activation_page_url() {
|
508 |
-
return add_query_arg( array( 'page' => $this->_settings['page'] ), admin_url( 'admin.php' ) );
|
509 |
}
|
510 |
|
511 |
|
62 |
* @since 1.0
|
63 |
* @author Andrea Grillo <andrea.grillo@yithemes.com>
|
64 |
*/
|
65 |
+
public function __construct(){
|
66 |
+
|
67 |
+
if( defined( 'YIT_LICENCE_DEBUG' ) && YIT_LICENCE_DEBUG ){
|
68 |
+
$this->_api_uri = 'http://dev.yithemes.com';
|
69 |
+
}
|
70 |
+
}
|
71 |
|
72 |
/**
|
73 |
* Premium products registration
|
140 |
/**
|
141 |
* Support to YIT Framework < 2.0
|
142 |
*/
|
143 |
+
$filename = function_exists( 'yit_load_js_file' ) ? yit_load_js_file( 'yit-licence.js' ) : 'yit-licence.js';
|
144 |
+
$script_path = defined( 'YIT_CORE_PLUGIN_URL' ) ? YIT_CORE_PLUGIN_URL : get_template_directory_uri() . '/core/plugin-fw';
|
145 |
+
$style_path = defined( 'YIT_CORE_PLUGIN_URL' ) ? YIT_CORE_PLUGIN_URL : get_template_directory_uri() . '/core/plugin-fw';
|
146 |
|
147 |
wp_enqueue_script( 'yit-licence', $script_path . '/licence/assets/js/' . $filename, array( 'jquery' ), '1.0.0', true );
|
148 |
wp_enqueue_style( 'yit-theme-licence', $style_path . '/licence/assets/css/yit-licence.css' );
|
189 |
'instance' => $this->get_home_url()
|
190 |
);
|
191 |
|
192 |
+
$api_uri = esc_url_raw( add_query_arg( $args, $this->get_api_uri( 'activation' ) ) );
|
193 |
$response = wp_remote_get( $api_uri );
|
194 |
|
195 |
if ( is_wp_error( $response ) ) {
|
218 |
|
219 |
update_option( $this->_licence_option, $options );
|
220 |
|
221 |
+
/* === Update Plugin Licence Information === */
|
222 |
+
YIT_Upgrade()->force_regenerate_update_transient();
|
223 |
+
|
224 |
/* === Licence Activation Template === */
|
225 |
$body['template'] = $this->show_activation_panel();
|
226 |
}
|
260 |
'instance' => $this->get_home_url()
|
261 |
);
|
262 |
|
263 |
+
$api_uri = esc_url_raw( add_query_arg( $args, $this->get_api_uri( 'check' ) ) );
|
264 |
$response = wp_remote_get( $api_uri );
|
265 |
|
266 |
if ( ! is_wp_error( $response ) ) {
|
323 |
|
324 |
/* === Update Plugin Licence Information === */
|
325 |
update_option( $this->_licence_option, $licence );
|
326 |
+
|
327 |
+
/* === Update Plugin Licence Information === */
|
328 |
+
YIT_Upgrade()->force_regenerate_update_transient();
|
329 |
}
|
330 |
return $status;
|
331 |
}
|
347 |
}
|
348 |
|
349 |
/* === Regenerate Update Plugins Transient === */
|
350 |
+
YIT_Upgrade()->force_regenerate_update_transient();
|
351 |
|
352 |
do_action( 'yit_licence_after_check' );
|
353 |
|
516 |
* @author Andrea Grillo <andrea.grillo@yithemes.com>
|
517 |
*/
|
518 |
public function get_licence_activation_page_url() {
|
519 |
+
return esc_url( add_query_arg( array( 'page' => $this->_settings['page'] ), admin_url( 'admin.php' ) ) );
|
520 |
}
|
521 |
|
522 |
|
plugin-fw/licence/lib/yit-plugin-licence.php
CHANGED
@@ -57,6 +57,7 @@ if ( ! class_exists( 'YIT_Plugin_Licence' ) ) {
|
|
57 |
* @author Andrea Grillo <andrea.grillo@yithemes.com>
|
58 |
*/
|
59 |
public function __construct() {
|
|
|
60 |
|
61 |
$this->_settings = array(
|
62 |
'parent_page' => 'yit_plugin_panel',
|
57 |
* @author Andrea Grillo <andrea.grillo@yithemes.com>
|
58 |
*/
|
59 |
public function __construct() {
|
60 |
+
parent::__construct();
|
61 |
|
62 |
$this->_settings = array(
|
63 |
'parent_page' => 'yit_plugin_panel',
|
plugin-fw/licence/lib/yit-theme-licence.php
CHANGED
@@ -57,6 +57,7 @@ if ( ! class_exists( 'YIT_Theme_Licence' ) ) {
|
|
57 |
* @author Andrea Grillo <andrea.grillo@yithemes.com>
|
58 |
*/
|
59 |
public function __construct() {
|
|
|
60 |
|
61 |
$this->_settings = array(
|
62 |
'parent_page' => 'yit_product_panel',
|
57 |
* @author Andrea Grillo <andrea.grillo@yithemes.com>
|
58 |
*/
|
59 |
public function __construct() {
|
60 |
+
parent::__construct();
|
61 |
|
62 |
$this->_settings = array(
|
63 |
'parent_page' => 'yit_product_panel',
|
plugin-fw/licence/templates/panel/activation/activation-panel.php
CHANGED
@@ -26,7 +26,7 @@ $banned_products = isset( $no_active_products[ '107' ] ) ? $no_active_produc
|
|
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
|
30 |
?>
|
31 |
</p>
|
32 |
</div>
|
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".', 'yit' )
|
30 |
?>
|
31 |
</p>
|
32 |
</div>
|
plugin-fw/templates/metaboxes/tab.php
CHANGED
@@ -56,7 +56,16 @@ do_action( 'yit_before_metaboxes_tab' ) ?>
|
|
56 |
$field['value'] = $value != '' ? $value : ( isset( $field['std'] ) ? $field['std'] : '' );
|
57 |
?>
|
58 |
<div class="the-metabox <?php echo $field['type'] ?> clearfix<?php if ( empty( $field['label'] ) ) : ?> no-label<?php endif; ?>">
|
59 |
-
<?php
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
60 |
</div>
|
61 |
<?php endforeach ?>
|
62 |
</div>
|
56 |
$field['value'] = $value != '' ? $value : ( isset( $field['std'] ) ? $field['std'] : '' );
|
57 |
?>
|
58 |
<div class="the-metabox <?php echo $field['type'] ?> clearfix<?php if ( empty( $field['label'] ) ) : ?> no-label<?php endif; ?>">
|
59 |
+
<?php $args = apply_filters('yit_fw_metaboxes_type_args', array(
|
60 |
+
'basename' => YIT_CORE_PLUGIN_PATH,
|
61 |
+
'path' => '/metaboxes/types/',
|
62 |
+
'type' => $field['type'],
|
63 |
+
'args' => array('args' => $field)
|
64 |
+
)
|
65 |
+
);
|
66 |
+
extract( $args );
|
67 |
+
?>
|
68 |
+
<?php yit_plugin_get_template( $basename, $path . $type . '.php' , $args ) ?>
|
69 |
</div>
|
70 |
<?php endforeach ?>
|
71 |
</div>
|
plugin-fw/templates/metaboxes/types/contactform.php
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
<?php
|
|
|
|
|
2 |
extract( $args );
|
3 |
|
4 |
$types = array(
|
@@ -51,7 +53,8 @@ $options["icon"] = YIT_Plugin_Common::get_awesome_icons();
|
|
51 |
|
52 |
/* End select Font Awesome */
|
53 |
?>
|
54 |
-
|
|
|
55 |
|
56 |
<p class="field-row">
|
57 |
<a href="" class="button-secondary add-items"><?php _e( 'Add field', 'yit' ) ?></a>
|
@@ -420,6 +423,7 @@ $options["icon"] = YIT_Plugin_Common::get_awesome_icons();
|
|
420 |
</div>
|
421 |
</div>
|
422 |
</div>
|
|
|
423 |
|
424 |
<script>
|
425 |
|
1 |
<?php
|
2 |
+
|
3 |
+
|
4 |
extract( $args );
|
5 |
|
6 |
$types = array(
|
53 |
|
54 |
/* End select Font Awesome */
|
55 |
?>
|
56 |
+
<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 ?>>
|
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', 'yit' ) ?></a>
|
423 |
</div>
|
424 |
</div>
|
425 |
</div>
|
426 |
+
</div>
|
427 |
|
428 |
<script>
|
429 |
|
plugin-fw/templates/metaboxes/types/onoff.php
CHANGED
@@ -14,6 +14,10 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
14 |
|
15 |
extract( $args );
|
16 |
|
|
|
|
|
|
|
|
|
17 |
?>
|
18 |
<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 ?> class="rm_onoff onoff_container">
|
19 |
|
14 |
|
15 |
extract( $args );
|
16 |
|
17 |
+
if ( !isset( $desc ) ) {
|
18 |
+
$desc='';
|
19 |
+
}
|
20 |
+
|
21 |
?>
|
22 |
<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 ?> class="rm_onoff onoff_container">
|
23 |
|
plugin-fw/yit-deactive-plugin.php
CHANGED
@@ -26,7 +26,7 @@ if ( ! function_exists( 'yit_deactive_free_version' ) ) {
|
|
26 |
|
27 |
global $status, $page, $s;
|
28 |
$redirect = 'plugins.php?action=activate&plugin=' . $to_active . '&plugin_status=' . $status . '&paged=' . $page . '&s=' . $s;
|
29 |
-
$redirect = add_query_arg( '_wpnonce', wp_create_nonce( 'activate-plugin_' . $to_active ), $redirect );
|
30 |
|
31 |
header( 'Location: ' . $redirect );
|
32 |
exit();
|
26 |
|
27 |
global $status, $page, $s;
|
28 |
$redirect = 'plugins.php?action=activate&plugin=' . $to_active . '&plugin_status=' . $status . '&paged=' . $page . '&s=' . $s;
|
29 |
+
$redirect = esc_url_raw( add_query_arg( '_wpnonce', wp_create_nonce( 'activate-plugin_' . $to_active ), $redirect ) );
|
30 |
|
31 |
header( 'Location: ' . $redirect );
|
32 |
exit();
|
plugin-fw/yit-functions.php
CHANGED
@@ -65,7 +65,9 @@ if ( ! function_exists( 'yit_plugin_get_template' ) ) {
|
|
65 |
}
|
66 |
|
67 |
// include file located
|
68 |
-
|
|
|
|
|
69 |
|
70 |
if ( $return ) {
|
71 |
return ob_get_clean();
|
65 |
}
|
66 |
|
67 |
// include file located
|
68 |
+
if( file_exists( $located ) ){
|
69 |
+
include( $located );
|
70 |
+
}
|
71 |
|
72 |
if ( $return ) {
|
73 |
return ob_get_clean();
|