Version Description
Released on 10 March 2020
- New: Support for WooCommerce 4.0
- New: Support for WordPress 5.4
Update: Plugin framework
New: Support for WooCommerce 3.9
New: Support for WordPress 5.3.2
Update: Plugin framework
Download this release
Release Info
Developer | yithemes |
Plugin | YITH WooCommerce Compare |
Version | 2.3.19 |
Comparing to | |
See all releases |
Code changes from version 2.3.18 to 2.3.19
- README.txt +12 -2
- assets/css/style.css +0 -5
- includes/class.yith-woocompare-admin.php +8 -8
- includes/class.yith-woocompare-frontend.php +6 -6
- init.php +5 -5
- languages/yith-woocommerce-compare-bg_BG.mo +0 -0
- languages/yith-woocommerce-compare-bg_BG.po +98 -75
- languages/yith-woocommerce-compare-es_ES.mo +0 -0
- languages/yith-woocommerce-compare-es_ES.po +100 -78
- languages/yith-woocommerce-compare-fa_IR.mo +0 -0
- languages/yith-woocommerce-compare-fa_IR.po +100 -78
- languages/yith-woocommerce-compare-fr_FR.mo +0 -0
- languages/yith-woocommerce-compare-fr_FR.po +98 -75
- languages/yith-woocommerce-compare-it_IT.mo +0 -0
- languages/yith-woocommerce-compare-it_IT.po +101 -77
- languages/yith-woocommerce-compare-nl_NL.mo +0 -0
- languages/yith-woocommerce-compare-nl_NL.po +130 -116
- languages/yith-woocommerce-compare-pt_BR.mo +0 -0
- languages/yith-woocommerce-compare-pt_BR.po +100 -77
- languages/yith-woocommerce-compare-ru_RU.mo +0 -0
- languages/yith-woocommerce-compare-ru_RU.po +100 -74
- languages/yith-woocommerce-compare-sk_SK.mo +0 -0
- languages/yith-woocommerce-compare-sk_SK.po +100 -78
- languages/yith-woocommerce-compare-sl_SI.mo +0 -0
- languages/yith-woocommerce-compare-sl_SI.po +131 -117
- languages/yith-woocommerce-compare-tr_TR.mo +0 -0
- languages/yith-woocommerce-compare-tr_TR.po +100 -77
- languages/yith-woocommerce-compare.pot +134 -121
- plugin-fw/assets/css/yith-fields.css +91 -87
- plugin-fw/assets/fonts/yith-icon.eot +0 -0
- plugin-fw/assets/fonts/yith-icon.svg +9 -0
- plugin-fw/assets/fonts/yith-icon.ttf +0 -0
- plugin-fw/assets/fonts/yith-icon.woff +0 -0
- plugin-fw/assets/js/multisite-updater.js +1 -1
- plugin-fw/assets/js/multisite-updater.min.js +1 -8
- plugin-fw/assets/js/yit-plugin-panel.js +9 -0
- plugin-fw/assets/js/yit-plugin-panel.min.js +8 -1
- plugin-fw/init.php +2 -2
- plugin-fw/languages/yith-plugin-fw-el.mo +0 -0
- plugin-fw/languages/yith-plugin-fw-el.po +811 -0
- plugin-fw/languages/yith-plugin-fw-es_ES.mo +0 -0
- plugin-fw/languages/yith-plugin-fw-es_ES.po +650 -482
- plugin-fw/languages/yith-plugin-fw-it_IT.mo +0 -0
- plugin-fw/languages/yith-plugin-fw-it_IT.po +644 -481
- plugin-fw/languages/yith-plugin-fw-nl_NL.mo +0 -0
- plugin-fw/languages/yith-plugin-fw-nl_NL.po +1140 -0
- plugin-fw/languages/yith-plugin-fw.pot +261 -383
- plugin-fw/lib/yit-plugin-gradients.php +6 -6
- plugin-fw/lib/yit-plugin-panel-wc.php +24 -20
- plugin-fw/lib/yit-plugin-panel.php +8 -7
- plugin-fw/lib/yit-pointers.php +2 -2
- plugin-fw/lib/yith-system-status.php +45 -39
- plugin-fw/templates/fields/country-select.php +1 -2
- plugin-fw/templates/fields/multi-colorpicker.php +3 -3
- plugin-fw/templates/fields/multi-select.php +2 -1
- plugin-fw/templates/fields/onoff.php +3 -1
- plugin-fw/templates/panel/panel-field-container.php +4 -2
- plugin-fw/yit-functions.php +23 -2
- templates/admin/premium.php +72 -71
- templates/compare.php +137 -134
README.txt
CHANGED
@@ -3,8 +3,8 @@
|
|
3 |
Contributors: yithemes
|
4 |
Tags: yith, woocommerce compare, compare products, product compare, product comparison
|
5 |
Requires at least: 4.0
|
6 |
-
Tested up to: 5.
|
7 |
-
Stable tag: 2.3.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -66,6 +66,16 @@ yith-woocommerce-compare-<WORDPRESS LOCALE >.mo
|
|
66 |
|
67 |
== Changelog ==
|
68 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
69 |
= 2.3.18 = Released on 21 December 2019
|
70 |
|
71 |
* New: Support for WooCommerce 3.9
|
3 |
Contributors: yithemes
|
4 |
Tags: yith, woocommerce compare, compare products, product compare, product comparison
|
5 |
Requires at least: 4.0
|
6 |
+
Tested up to: 5.4
|
7 |
+
Stable tag: 2.3.19
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
66 |
|
67 |
== Changelog ==
|
68 |
|
69 |
+
= 2.3.19 = Released on 10 March 2020
|
70 |
+
|
71 |
+
* New: Support for WooCommerce 4.0
|
72 |
+
* New: Support for WordPress 5.4
|
73 |
+
* Update: Plugin framework
|
74 |
+
|
75 |
+
* New: Support for WooCommerce 3.9
|
76 |
+
* New: Support for WordPress 5.3.2
|
77 |
+
* Update: Plugin framework
|
78 |
+
|
79 |
= 2.3.18 = Released on 21 December 2019
|
80 |
|
81 |
* New: Support for WooCommerce 3.9
|
assets/css/style.css
CHANGED
@@ -116,11 +116,6 @@ table.compare-list tbody td.last-column {
|
|
116 |
border-right: 0;
|
117 |
}
|
118 |
|
119 |
-
table.compare-list tr.image td,
|
120 |
-
table.compare-list tr.image th {
|
121 |
-
border-top: 0;
|
122 |
-
}
|
123 |
-
|
124 |
#yith-woocompare-table_wrapper {
|
125 |
margin: 10px 0;
|
126 |
}
|
116 |
border-right: 0;
|
117 |
}
|
118 |
|
|
|
|
|
|
|
|
|
|
|
119 |
#yith-woocompare-table_wrapper {
|
120 |
margin: 10px 0;
|
121 |
}
|
includes/class.yith-woocompare-admin.php
CHANGED
@@ -348,11 +348,11 @@ if ( ! class_exists( 'YITH_Woocompare_Admin' ) ) {
|
|
348 |
?>
|
349 |
<tr valign="top">
|
350 |
<th scope="row" class="titledesc">
|
351 |
-
<label for="<?php echo esc_attr( $value['id'] ); ?>"><?php echo $value['name']; ?></label>
|
352 |
</th>
|
353 |
|
354 |
<td class="forminp attributes">
|
355 |
-
<p class="description"><?php echo $value['desc'] ?></p>
|
356 |
<ul class="fields">
|
357 |
<?php foreach ( $checkboxes as $slug => $checked ) :
|
358 |
if( ! isset( $fields[ $slug ] ) )
|
@@ -360,14 +360,14 @@ if ( ! class_exists( 'YITH_Woocompare_Admin' ) ) {
|
|
360 |
?>
|
361 |
<li>
|
362 |
<label>
|
363 |
-
<input type="checkbox" name="<?php echo $value['id'] ?>[]" id="<?php echo $value['id'] ?>_<?php echo $slug ?>" value="<?php echo $slug ?>"<?php checked( $checked ) ?> /> <?php echo $fields[ $slug ] ?>
|
364 |
</label>
|
365 |
</li>
|
366 |
<?php
|
367 |
endforeach;
|
368 |
?>
|
369 |
</ul>
|
370 |
-
<input type="hidden" name="<?php echo $value['id'] ?>_positions" value="<?php echo implode( ',', array_keys( $checkboxes ) ) ?>" />
|
371 |
</td>
|
372 |
</tr>
|
373 |
<?php
|
@@ -394,12 +394,12 @@ if ( ! class_exists( 'YITH_Woocompare_Admin' ) ) {
|
|
394 |
<th scope="row" class="titledesc"><?php echo esc_html( $value['title'] ) ?></th>
|
395 |
<td class="forminp image_width_settings">
|
396 |
|
397 |
-
<input name="<?php echo esc_attr( $value['id'] ); ?>[width]" id="<?php echo esc_attr( $value['id'] ); ?>-width" type="text" size="3" value="<?php echo $width; ?>" /> ×
|
398 |
-
<input name="<?php echo esc_attr( $value['id'] ); ?>[height]" id="<?php echo esc_attr( $value['id'] ); ?>-height" type="text" size="3" value="<?php echo $height; ?>" />px
|
399 |
|
400 |
-
<label><input name="<?php echo esc_attr( $value['id'] ); ?>[crop]" id="<?php echo esc_attr( $value['id'] ); ?>-crop" type="checkbox" <?php echo $crop; ?> /> <?php
|
401 |
</label>
|
402 |
-
<p class="description"><?php echo $value['desc'] ?></p>
|
403 |
|
404 |
</td>
|
405 |
</tr><?php
|
348 |
?>
|
349 |
<tr valign="top">
|
350 |
<th scope="row" class="titledesc">
|
351 |
+
<label for="<?php echo esc_attr( $value['id'] ); ?>"><?php echo esc_html( $value['name'] ); ?></label>
|
352 |
</th>
|
353 |
|
354 |
<td class="forminp attributes">
|
355 |
+
<p class="description"><?php echo wp_kses_post( $value['desc'] ); ?></p>
|
356 |
<ul class="fields">
|
357 |
<?php foreach ( $checkboxes as $slug => $checked ) :
|
358 |
if( ! isset( $fields[ $slug ] ) )
|
360 |
?>
|
361 |
<li>
|
362 |
<label>
|
363 |
+
<input type="checkbox" name="<?php echo esc_attr( $value['id'] ); ?>[]" id="<?php echo esc_attr( $value['id'] ); ?>_<?php echo esc_attr( $slug ); ?>" value="<?php echo esc_html( $slug ); ?>"<?php checked( $checked ) ?> /> <?php echo esc_html( $fields[ $slug ]); ?>
|
364 |
</label>
|
365 |
</li>
|
366 |
<?php
|
367 |
endforeach;
|
368 |
?>
|
369 |
</ul>
|
370 |
+
<input type="hidden" name="<?php echo esc_attr( $value['id'] ); ?>_positions" value="<?php echo implode( ',', array_keys( $checkboxes ) ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>" />
|
371 |
</td>
|
372 |
</tr>
|
373 |
<?php
|
394 |
<th scope="row" class="titledesc"><?php echo esc_html( $value['title'] ) ?></th>
|
395 |
<td class="forminp image_width_settings">
|
396 |
|
397 |
+
<input name="<?php echo esc_attr( $value['id'] ); ?>[width]" id="<?php echo esc_attr( $value['id'] ); ?>-width" type="text" size="3" value="<?php echo esc_attr( $width ); ?>" /> ×
|
398 |
+
<input name="<?php echo esc_attr( $value['id'] ); ?>[height]" id="<?php echo esc_attr( $value['id'] ); ?>-height" type="text" size="3" value="<?php echo esc_attr( $height ); ?>" />px
|
399 |
|
400 |
+
<label><input name="<?php echo esc_attr( $value['id'] ); ?>[crop]" id="<?php echo esc_attr( $value['id'] ); ?>-crop" type="checkbox" <?php echo esc_html( $crop ); ?> /> <?php esc_html_e( 'Do you want to hard crop the image?', 'yith-woocommerce-compare' ); ?>
|
401 |
</label>
|
402 |
+
<p class="description"><?php echo esc_html( $value['desc'] ); ?></p>
|
403 |
|
404 |
</td>
|
405 |
</tr><?php
|
includes/class.yith-woocompare-frontend.php
CHANGED
@@ -507,7 +507,7 @@ if( !class_exists( 'YITH_Woocompare_Frontend' ) ) {
|
|
507 |
$button_text = apply_filters( 'wpml_translate_single_string', $button_text, 'Plugins', 'plugin_yit_compare_button_text' );
|
508 |
}
|
509 |
|
510 |
-
printf( '<a href="%s" class="%s" data-product_id="%d" rel="nofollow">%s</a>', $this->add_product_url( $product_id ), 'compare' . ( $is_button == 'button' ? ' button' : '' ), $product_id, $button_text );
|
511 |
}
|
512 |
|
513 |
/**
|
@@ -654,7 +654,7 @@ if( !class_exists( 'YITH_Woocompare_Frontend' ) ) {
|
|
654 |
header('Content-Type: text/html; charset=utf-8');
|
655 |
|
656 |
if ( isset( $_REQUEST['responseType'] ) && $_REQUEST['responseType'] == 'product_list' ) {
|
657 |
-
echo $this->list_products_html( $lang );
|
658 |
} else {
|
659 |
$this->compare_table_html();
|
660 |
}
|
@@ -673,7 +673,7 @@ if( !class_exists( 'YITH_Woocompare_Frontend' ) ) {
|
|
673 |
|
674 |
$lang = isset( $_REQUEST['lang'] ) ? $_REQUEST['lang'] : false;
|
675 |
|
676 |
-
echo $this->list_products_html( $lang );
|
677 |
die();
|
678 |
}
|
679 |
|
@@ -693,7 +693,7 @@ if( !class_exists( 'YITH_Woocompare_Frontend' ) ) {
|
|
693 |
}
|
694 |
|
695 |
if ( empty( $this->products_list ) ) {
|
696 |
-
echo '<li class="list_empty">' .
|
697 |
return ob_get_clean();
|
698 |
}
|
699 |
|
@@ -706,8 +706,8 @@ if( !class_exists( 'YITH_Woocompare_Frontend' ) ) {
|
|
706 |
continue;
|
707 |
?>
|
708 |
<li>
|
709 |
-
<a href="<?php echo $this->remove_product_url( $product_id ) ?>" data-product_id="<?php echo $product_id; ?>" class="remove" title="<?php
|
710 |
-
<a class="title" href="<?php echo get_permalink( $product_id ) ?>"><?php echo $product->get_title() ?></a>
|
711 |
</li>
|
712 |
<?php
|
713 |
}
|
507 |
$button_text = apply_filters( 'wpml_translate_single_string', $button_text, 'Plugins', 'plugin_yit_compare_button_text' );
|
508 |
}
|
509 |
|
510 |
+
printf( '<a href="%s" class="%s" data-product_id="%d" rel="nofollow">%s</a>', $this->add_product_url( $product_id ), 'compare' . ( $is_button == 'button' ? ' button' : '' ), $product_id, $button_text ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
|
511 |
}
|
512 |
|
513 |
/**
|
654 |
header('Content-Type: text/html; charset=utf-8');
|
655 |
|
656 |
if ( isset( $_REQUEST['responseType'] ) && $_REQUEST['responseType'] == 'product_list' ) {
|
657 |
+
echo wp_kses_post( $this->list_products_html( $lang ) );
|
658 |
} else {
|
659 |
$this->compare_table_html();
|
660 |
}
|
673 |
|
674 |
$lang = isset( $_REQUEST['lang'] ) ? $_REQUEST['lang'] : false;
|
675 |
|
676 |
+
echo wp_kses_post( $this->list_products_html( $lang ) );
|
677 |
die();
|
678 |
}
|
679 |
|
693 |
}
|
694 |
|
695 |
if ( empty( $this->products_list ) ) {
|
696 |
+
echo '<li class="list_empty">' . esc_html__( 'No products to compare', 'yith-woocommerce-compare' ) . '</li>';
|
697 |
return ob_get_clean();
|
698 |
}
|
699 |
|
706 |
continue;
|
707 |
?>
|
708 |
<li>
|
709 |
+
<a href="<?php echo esc_attr( $this->remove_product_url( $product_id ) ); ?>" data-product_id="<?php echo esc_attr( $product_id ); ?>" class="remove" title="<?php esc_html_e( 'Remove', 'yith-woocommerce-compare' ) ?>">x</a>
|
710 |
+
<a class="title" href="<?php echo esc_attr( get_permalink( $product_id ) ); ?>"><?php echo esc_html( $product->get_title() ) ?></a>
|
711 |
</li>
|
712 |
<?php
|
713 |
}
|
init.php
CHANGED
@@ -3,17 +3,17 @@
|
|
3 |
* Plugin Name: YITH WooCommerce Compare
|
4 |
* Plugin URI: https://yithemes.com/themes/plugins/yith-woocommerce-compare/
|
5 |
* Description: The <code><strong>YITH WooCommerce Compare</strong></code> plugin allow you to compare in a simple and efficient way products on sale in your shop and analyze their main features in a single table. <a href="https://yithemes.com/" target="_blank">Get more plugins for your e-commerce shop on <strong>YITH</strong></a>.
|
6 |
-
* Version: 2.3.
|
7 |
* Author: YITH
|
8 |
* Author URI: https://yithemes.com/
|
9 |
* Text Domain: yith-woocommerce-compare
|
10 |
* Domain Path: /languages/
|
11 |
-
* WC requires at least: 3.
|
12 |
-
* WC tested up to:
|
13 |
*
|
14 |
* @author YITH
|
15 |
* @package YITH WooCommerce Compare
|
16 |
-
* @version 2.3.
|
17 |
*/
|
18 |
/* Copyright 2015 Your Inspiration Themes (email : plugins@yithemes.com)
|
19 |
|
@@ -58,7 +58,7 @@ if ( ! function_exists( 'yith_plugin_registration_hook' ) ) {
|
|
58 |
register_activation_hook( __FILE__, 'yith_plugin_registration_hook' );
|
59 |
|
60 |
if ( ! defined( 'YITH_WOOCOMPARE_VERSION' ) ){
|
61 |
-
define( 'YITH_WOOCOMPARE_VERSION', '2.3.
|
62 |
}
|
63 |
if ( ! defined( 'YITH_WOOCOMPARE_FREE_INIT' ) ) {
|
64 |
define( 'YITH_WOOCOMPARE_FREE_INIT', plugin_basename( __FILE__ ) );
|
3 |
* Plugin Name: YITH WooCommerce Compare
|
4 |
* Plugin URI: https://yithemes.com/themes/plugins/yith-woocommerce-compare/
|
5 |
* Description: The <code><strong>YITH WooCommerce Compare</strong></code> plugin allow you to compare in a simple and efficient way products on sale in your shop and analyze their main features in a single table. <a href="https://yithemes.com/" target="_blank">Get more plugins for your e-commerce shop on <strong>YITH</strong></a>.
|
6 |
+
* Version: 2.3.19
|
7 |
* Author: YITH
|
8 |
* Author URI: https://yithemes.com/
|
9 |
* Text Domain: yith-woocommerce-compare
|
10 |
* Domain Path: /languages/
|
11 |
+
* WC requires at least: 3.8
|
12 |
+
* WC tested up to: 4.0
|
13 |
*
|
14 |
* @author YITH
|
15 |
* @package YITH WooCommerce Compare
|
16 |
+
* @version 2.3.19
|
17 |
*/
|
18 |
/* Copyright 2015 Your Inspiration Themes (email : plugins@yithemes.com)
|
19 |
|
58 |
register_activation_hook( __FILE__, 'yith_plugin_registration_hook' );
|
59 |
|
60 |
if ( ! defined( 'YITH_WOOCOMPARE_VERSION' ) ){
|
61 |
+
define( 'YITH_WOOCOMPARE_VERSION', '2.3.19' );
|
62 |
}
|
63 |
if ( ! defined( 'YITH_WOOCOMPARE_FREE_INIT' ) ) {
|
64 |
define( 'YITH_WOOCOMPARE_FREE_INIT', plugin_basename( __FILE__ ) );
|
languages/yith-woocommerce-compare-bg_BG.mo
CHANGED
Binary file
|
languages/yith-woocommerce-compare-bg_BG.po
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: YITH Woocommerce Compare\n"
|
4 |
-
"
|
|
|
5 |
"PO-Revision-Date: 2018-11-28 16:31+0100\n"
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
|
@@ -31,19 +32,21 @@ msgid "Premium Version"
|
|
31 |
msgstr ""
|
32 |
|
33 |
#: includes/class.yith-woocompare-admin.php:153
|
|
|
|
|
|
|
|
|
34 |
#: includes/class.yith-woocompare-admin.php:154
|
35 |
-
|
36 |
-
|
37 |
-
#: widgets/class.yith-woocompare-widget.php:51
|
38 |
msgid "Compare"
|
39 |
msgstr "Сравни"
|
40 |
|
41 |
-
#: includes/class.yith-woocompare-admin.php:
|
42 |
msgid "YITH WooCommerce Compare Activated"
|
43 |
msgstr ""
|
44 |
|
45 |
-
#: includes/class.yith-woocompare-admin.php:
|
46 |
-
#, php-format
|
47 |
msgid ""
|
48 |
"In the YIT Plugin tab you can find the YITH WooCommerce Compare options. "
|
49 |
"With this menu, you can access to all the settings of our plugins that you "
|
@@ -51,12 +54,11 @@ msgid ""
|
|
51 |
"PREMIUM version with many new options, <a href=\"%s\">discover it now</a>."
|
52 |
msgstr ""
|
53 |
|
54 |
-
#: includes/class.yith-woocompare-admin.php:
|
55 |
msgid "YITH WooCommerce Compare Updated"
|
56 |
msgstr ""
|
57 |
|
58 |
-
#: includes/class.yith-woocompare-admin.php:
|
59 |
-
#, php-format
|
60 |
msgid ""
|
61 |
"From now on, you can find all the options of YITH WooCommerce Compare under "
|
62 |
"YIT Plugin -> Compare instead of WooCommerce -> Settings -> Compare, as in "
|
@@ -65,7 +67,7 @@ msgid ""
|
|
65 |
"available options, <a href=\"%s\">discover the PREMIUM version.</a>"
|
66 |
msgstr ""
|
67 |
|
68 |
-
#: includes/class.yith-woocompare-admin.php:
|
69 |
msgid "Do you want to hard crop the image?"
|
70 |
msgstr ""
|
71 |
|
@@ -77,7 +79,15 @@ msgstr "Добавено"
|
|
77 |
msgid "Product Comparison"
|
78 |
msgstr "Сравнение на продуктите"
|
79 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
80 |
#: includes/class.yith-woocompare-frontend.php:229
|
|
|
81 |
msgid "Close"
|
82 |
msgstr ""
|
83 |
|
@@ -89,7 +99,7 @@ msgstr "В наличност"
|
|
89 |
msgid "No products to compare"
|
90 |
msgstr "В момента нямате продукти за сравнение"
|
91 |
|
92 |
-
#: includes/class.yith-woocompare-frontend.php:709 templates/compare.php:
|
93 |
msgid "Remove"
|
94 |
msgstr "Премахни"
|
95 |
|
@@ -152,125 +162,122 @@ msgstr "Свържи към бутона"
|
|
152 |
|
153 |
#: plugin-options/general-options.php:25
|
154 |
#, fuzzy
|
155 |
-
#| msgid "Choose if you want to use a link or a button for the action button."
|
156 |
msgid "Choose if you want to use a link or a button for the comepare actions."
|
157 |
msgstr "Изберете дали искате да използвате линк или бутон"
|
158 |
|
159 |
-
#: plugin-options/general-options.php:
|
160 |
msgid "Link"
|
161 |
msgstr "Линк"
|
162 |
|
163 |
-
#: plugin-options/general-options.php:
|
164 |
msgid "Button"
|
165 |
msgstr "Бутон"
|
166 |
|
167 |
-
#: plugin-options/general-options.php:
|
168 |
msgid "Link/Button text"
|
169 |
msgstr "Текст на Линка/Бутона"
|
170 |
|
171 |
-
#: plugin-options/general-options.php:
|
172 |
msgid "Type the text to use for the button or the link of the compare."
|
173 |
msgstr "Напишете текста, който искате да използвате за линка или бутона"
|
174 |
|
175 |
-
#: plugin-options/general-options.php:
|
176 |
msgid "Show button in single product page"
|
177 |
msgstr "Покажете бутона на страницата на продукта"
|
178 |
|
179 |
-
#: plugin-options/general-options.php:
|
180 |
msgid "Say if you want to show the button in the single product page."
|
181 |
msgstr ""
|
182 |
|
183 |
-
#: plugin-options/general-options.php:
|
184 |
msgid "Show button in products list"
|
185 |
msgstr "Покажете бутона в каталога "
|
186 |
|
187 |
-
#: plugin-options/general-options.php:
|
188 |
msgid "Say if you want to show the button in the products list."
|
189 |
msgstr ""
|
190 |
|
191 |
-
#: plugin-options/general-options.php:
|
192 |
msgid "Open automatically lightbox"
|
193 |
msgstr ""
|
194 |
|
195 |
-
#: plugin-options/general-options.php:
|
196 |
msgid "Open link after click into \"Compare\" button\"."
|
197 |
msgstr ""
|
198 |
|
199 |
-
#: plugin-options/general-options.php:
|
200 |
msgid "Table Settings"
|
201 |
msgstr "Настройки на таблицата"
|
202 |
|
203 |
-
#: plugin-options/general-options.php:
|
204 |
msgid "Table title"
|
205 |
msgstr "Заглавие на таблицата"
|
206 |
|
207 |
-
#: plugin-options/general-options.php:
|
208 |
msgid "Type the text to use for the table title."
|
209 |
msgstr ""
|
210 |
|
211 |
-
#: plugin-options/general-options.php:
|
212 |
msgid "Compare products"
|
213 |
msgstr "Сравнете продуктите си"
|
214 |
|
215 |
-
#: plugin-options/general-options.php:
|
216 |
msgid "Fields to show"
|
217 |
msgstr ""
|
218 |
|
219 |
-
#: plugin-options/general-options.php:
|
220 |
msgid ""
|
221 |
"Select the fields to show in the comparison table and order them by "
|
222 |
"drag&drop (are included also the woocommerce attributes)"
|
223 |
msgstr ""
|
224 |
|
225 |
-
#: plugin-options/general-options.php:
|
226 |
msgid "Repeat \"Price\" field"
|
227 |
msgstr ""
|
228 |
|
229 |
-
#: plugin-options/general-options.php:
|
230 |
msgid "Repeat the \"Price\" field at the end of the table"
|
231 |
msgstr ""
|
232 |
|
233 |
-
#: plugin-options/general-options.php:
|
234 |
msgid "Repeat \"Add to cart\" field"
|
235 |
msgstr ""
|
236 |
|
237 |
-
#: plugin-options/general-options.php:
|
238 |
msgid "Repeat the \"Add to cart\" field at the end of the table"
|
239 |
msgstr ""
|
240 |
|
241 |
-
#: plugin-options/general-options.php:
|
242 |
msgid "Image size"
|
243 |
msgstr "Размер на изображението"
|
244 |
|
245 |
-
#: plugin-options/general-options.php:
|
246 |
msgid "Set the size for the images"
|
247 |
msgstr ""
|
248 |
|
249 |
-
#: templates/admin/premium.php:
|
250 |
-
#, php-format
|
251 |
msgid ""
|
252 |
"Upgrade to %1$spremium version%2$s of %1$sYITH WooCommerce Compare%2$s to "
|
253 |
"benefit from all features!"
|
254 |
msgstr ""
|
255 |
|
256 |
-
#: templates/admin/premium.php:
|
257 |
msgid "UPGRADE"
|
258 |
msgstr ""
|
259 |
|
260 |
-
#: templates/admin/premium.php:
|
261 |
msgid "to the premium version"
|
262 |
msgstr ""
|
263 |
|
264 |
-
#: templates/admin/premium.php:
|
265 |
msgid "Premium Features"
|
266 |
msgstr ""
|
267 |
|
268 |
-
#: templates/admin/premium.php:
|
269 |
msgid "A DEDICATED PAGE"
|
270 |
msgstr ""
|
271 |
|
272 |
-
#: templates/admin/premium.php:
|
273 |
-
#, php-format
|
274 |
msgid ""
|
275 |
"Don't you want to compare your products in a modal window anymore?%3$sWith "
|
276 |
"the premium version of %1$sYITH WooCommerce Compare%2$s, a new page will be "
|
@@ -279,12 +286,11 @@ msgid ""
|
|
279 |
"whenever they want."
|
280 |
msgstr ""
|
281 |
|
282 |
-
#: templates/admin/premium.php:
|
283 |
msgid "CATEGORY COMPARATION"
|
284 |
msgstr ""
|
285 |
|
286 |
-
#: templates/admin/premium.php:
|
287 |
-
#, php-format
|
288 |
msgid ""
|
289 |
"People are often confused by finding products of different categories in the "
|
290 |
"comparison table, creating difficulties in comparing the products they are "
|
@@ -293,12 +299,11 @@ msgid ""
|
|
293 |
"affinity."
|
294 |
msgstr ""
|
295 |
|
296 |
-
#: templates/admin/premium.php:
|
297 |
msgid "CATEGORY EXCLUSION "
|
298 |
msgstr ""
|
299 |
|
300 |
-
#: templates/admin/premium.php:
|
301 |
-
#, php-format
|
302 |
msgid ""
|
303 |
"In your shop there may be product categories you don't want to be affected "
|
304 |
"by the plugin features, deleting the comparison button for them. The premium "
|
@@ -308,24 +313,22 @@ msgid ""
|
|
308 |
"selected categories."
|
309 |
msgstr ""
|
310 |
|
311 |
-
#: templates/admin/premium.php:
|
312 |
msgid "TABLE IMAGE"
|
313 |
msgstr ""
|
314 |
|
315 |
-
#: templates/admin/premium.php:
|
316 |
-
#, php-format
|
317 |
msgid ""
|
318 |
"Give a personal touch to the %1$scomparison table%2$s your users will see. "
|
319 |
"Select an image, upload it from the option panel and show it ahead of the "
|
320 |
"table to your users. "
|
321 |
msgstr ""
|
322 |
|
323 |
-
#: templates/admin/premium.php:
|
324 |
msgid "DYNAMIC FIELDS"
|
325 |
msgstr ""
|
326 |
|
327 |
-
#: templates/admin/premium.php:
|
328 |
-
#, php-format
|
329 |
msgid ""
|
330 |
"With this precious feature, you will be able to show in the table only the "
|
331 |
"fields that have information in at least one of the selected products."
|
@@ -333,12 +336,11 @@ msgid ""
|
|
333 |
"be no more empty lines in your comparison table."
|
334 |
msgstr ""
|
335 |
|
336 |
-
#: templates/admin/premium.php:
|
337 |
msgid "SOCIAL NETWORK SHARING"
|
338 |
msgstr ""
|
339 |
|
340 |
-
#: templates/admin/premium.php:
|
341 |
-
#, php-format
|
342 |
msgid ""
|
343 |
"One of the most appealing features of the premium version of the plugin.Four "
|
344 |
"social network sites for your users (Facebook, Twitter, Google + and "
|
@@ -346,12 +348,11 @@ msgid ""
|
|
346 |
"products they have selected."
|
347 |
msgstr ""
|
348 |
|
349 |
-
#: templates/admin/premium.php:
|
350 |
msgid "RELATED PRODUCTS"
|
351 |
msgstr ""
|
352 |
|
353 |
-
#: templates/admin/premium.php:
|
354 |
-
#, php-format
|
355 |
msgid ""
|
356 |
"All the products that have common categories and/or tags with those in the "
|
357 |
"comparison table will be showed in a slider, right under the comparison "
|
@@ -360,12 +361,11 @@ msgid ""
|
|
360 |
"interested into."
|
361 |
msgstr ""
|
362 |
|
363 |
-
#: templates/admin/premium.php:
|
364 |
msgid "CUSTOMIZABLE STYLE"
|
365 |
msgstr ""
|
366 |
|
367 |
-
#: templates/admin/premium.php:
|
368 |
-
#, php-format
|
369 |
msgid ""
|
370 |
"An advanced option panel that let you change all the colors of the plugin, "
|
371 |
"so that you can adapt stylistically all its elements %1$sto the layout%2$s "
|
@@ -373,45 +373,43 @@ msgid ""
|
|
373 |
"to get to the best result."
|
374 |
msgstr ""
|
375 |
|
376 |
-
#: templates/admin/premium.php:
|
377 |
msgid "CUSTOMIZED ATTRIBUTES"
|
378 |
msgstr ""
|
379 |
|
380 |
-
#: templates/admin/premium.php:
|
381 |
-
#, php-format
|
382 |
msgid ""
|
383 |
"Let you users compare products following every feature, and considering also "
|
384 |
"all those %1$sattributes%2$s that can be manually created in within the "
|
385 |
"product detail page. Every single detail will be included."
|
386 |
msgstr ""
|
387 |
|
388 |
-
#: templates/admin/premium.php:
|
389 |
msgid "A TAILORED TABLE"
|
390 |
msgstr ""
|
391 |
|
392 |
-
#: templates/admin/premium.php:
|
393 |
-
#, php-format
|
394 |
msgid ""
|
395 |
"Select the products you want to compare and the system will offer you the "
|
396 |
"%1$sshortcode%2$s to generate a comparing table. Simple, rapid and useful."
|
397 |
msgstr ""
|
398 |
|
399 |
-
#: templates/admin/premium.php:
|
400 |
msgid "Compare list - widget"
|
401 |
msgstr ""
|
402 |
|
403 |
-
#: templates/admin/premium.php:
|
404 |
msgid ""
|
405 |
"Thanks to YITH WooCommerce Comapre Widget users could verify at any time the "
|
406 |
"complete list of products added to the compare tab and avoid to open the "
|
407 |
"popup to check its existence. "
|
408 |
msgstr ""
|
409 |
|
410 |
-
#: templates/admin/premium.php:
|
411 |
msgid "Compare counter - widget and shortcode"
|
412 |
msgstr ""
|
413 |
|
414 |
-
#: templates/admin/premium.php:
|
415 |
msgid ""
|
416 |
"Moreover, if you want to give your users the chance to see in a glance how "
|
417 |
"many products they have added to the Compare list, feel free to use the "
|
@@ -423,7 +421,7 @@ msgstr ""
|
|
423 |
msgid "Close window [X]"
|
424 |
msgstr "Затвори"
|
425 |
|
426 |
-
#: templates/compare.php:
|
427 |
msgid "No products added in the compare table."
|
428 |
msgstr "Няма добавени продукти за сравнение."
|
429 |
|
@@ -439,6 +437,31 @@ msgstr ""
|
|
439 |
msgid "Clear all"
|
440 |
msgstr "Изтрий всички"
|
441 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
442 |
#~ msgid "Products Compare"
|
443 |
#~ msgstr "Сравнение на продуктите"
|
444 |
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: YITH Woocommerce Compare\n"
|
4 |
+
"Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
|
5 |
+
"POT-Creation-Date: 2020-03-10 11:12:56+00:00\n"
|
6 |
"PO-Revision-Date: 2018-11-28 16:31+0100\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
|
32 |
msgstr ""
|
33 |
|
34 |
#: includes/class.yith-woocompare-admin.php:153
|
35 |
+
msgctxt "Admin Plugin Name"
|
36 |
+
msgid "WooCommerce Compare"
|
37 |
+
msgstr ""
|
38 |
+
|
39 |
#: includes/class.yith-woocompare-admin.php:154
|
40 |
+
#, fuzzy
|
41 |
+
msgctxt "Admin Plugin Name"
|
|
|
42 |
msgid "Compare"
|
43 |
msgstr "Сравни"
|
44 |
|
45 |
+
#: includes/class.yith-woocompare-admin.php:243
|
46 |
msgid "YITH WooCommerce Compare Activated"
|
47 |
msgstr ""
|
48 |
|
49 |
+
#: includes/class.yith-woocompare-admin.php:244
|
|
|
50 |
msgid ""
|
51 |
"In the YIT Plugin tab you can find the YITH WooCommerce Compare options. "
|
52 |
"With this menu, you can access to all the settings of our plugins that you "
|
54 |
"PREMIUM version with many new options, <a href=\"%s\">discover it now</a>."
|
55 |
msgstr ""
|
56 |
|
57 |
+
#: includes/class.yith-woocompare-admin.php:255
|
58 |
msgid "YITH WooCommerce Compare Updated"
|
59 |
msgstr ""
|
60 |
|
61 |
+
#: includes/class.yith-woocompare-admin.php:256
|
|
|
62 |
msgid ""
|
63 |
"From now on, you can find all the options of YITH WooCommerce Compare under "
|
64 |
"YIT Plugin -> Compare instead of WooCommerce -> Settings -> Compare, as in "
|
67 |
"available options, <a href=\"%s\">discover the PREMIUM version.</a>"
|
68 |
msgstr ""
|
69 |
|
70 |
+
#: includes/class.yith-woocompare-admin.php:400
|
71 |
msgid "Do you want to hard crop the image?"
|
72 |
msgstr ""
|
73 |
|
79 |
msgid "Product Comparison"
|
80 |
msgstr "Сравнение на продуктите"
|
81 |
|
82 |
+
#: includes/class.yith-woocompare-frontend.php:227
|
83 |
+
#: includes/class.yith-woocompare-frontend.php:505
|
84 |
+
#: plugin-options/general-options.php:40
|
85 |
+
#: widgets/class.yith-woocompare-widget.php:51
|
86 |
+
msgid "Compare"
|
87 |
+
msgstr "Сравни"
|
88 |
+
|
89 |
#: includes/class.yith-woocompare-frontend.php:229
|
90 |
+
msgctxt "Label for popup close icon"
|
91 |
msgid "Close"
|
92 |
msgstr ""
|
93 |
|
99 |
msgid "No products to compare"
|
100 |
msgstr "В момента нямате продукти за сравнение"
|
101 |
|
102 |
+
#: includes/class.yith-woocompare-frontend.php:709 templates/compare.php:119
|
103 |
msgid "Remove"
|
104 |
msgstr "Премахни"
|
105 |
|
162 |
|
163 |
#: plugin-options/general-options.php:25
|
164 |
#, fuzzy
|
|
|
165 |
msgid "Choose if you want to use a link or a button for the comepare actions."
|
166 |
msgstr "Изберете дали искате да използвате линк или бутон"
|
167 |
|
168 |
+
#: plugin-options/general-options.php:31
|
169 |
msgid "Link"
|
170 |
msgstr "Линк"
|
171 |
|
172 |
+
#: plugin-options/general-options.php:32
|
173 |
msgid "Button"
|
174 |
msgstr "Бутон"
|
175 |
|
176 |
+
#: plugin-options/general-options.php:37
|
177 |
msgid "Link/Button text"
|
178 |
msgstr "Текст на Линка/Бутона"
|
179 |
|
180 |
+
#: plugin-options/general-options.php:38
|
181 |
msgid "Type the text to use for the button or the link of the compare."
|
182 |
msgstr "Напишете текста, който искате да използвате за линка или бутона"
|
183 |
|
184 |
+
#: plugin-options/general-options.php:45
|
185 |
msgid "Show button in single product page"
|
186 |
msgstr "Покажете бутона на страницата на продукта"
|
187 |
|
188 |
+
#: plugin-options/general-options.php:46
|
189 |
msgid "Say if you want to show the button in the single product page."
|
190 |
msgstr ""
|
191 |
|
192 |
+
#: plugin-options/general-options.php:53
|
193 |
msgid "Show button in products list"
|
194 |
msgstr "Покажете бутона в каталога "
|
195 |
|
196 |
+
#: plugin-options/general-options.php:54
|
197 |
msgid "Say if you want to show the button in the products list."
|
198 |
msgstr ""
|
199 |
|
200 |
+
#: plugin-options/general-options.php:61
|
201 |
msgid "Open automatically lightbox"
|
202 |
msgstr ""
|
203 |
|
204 |
+
#: plugin-options/general-options.php:62
|
205 |
msgid "Open link after click into \"Compare\" button\"."
|
206 |
msgstr ""
|
207 |
|
208 |
+
#: plugin-options/general-options.php:74
|
209 |
msgid "Table Settings"
|
210 |
msgstr "Настройки на таблицата"
|
211 |
|
212 |
+
#: plugin-options/general-options.php:81
|
213 |
msgid "Table title"
|
214 |
msgstr "Заглавие на таблицата"
|
215 |
|
216 |
+
#: plugin-options/general-options.php:82
|
217 |
msgid "Type the text to use for the table title."
|
218 |
msgstr ""
|
219 |
|
220 |
+
#: plugin-options/general-options.php:84 templates/compare.php:22
|
221 |
msgid "Compare products"
|
222 |
msgstr "Сравнете продуктите си"
|
223 |
|
224 |
+
#: plugin-options/general-options.php:89
|
225 |
msgid "Fields to show"
|
226 |
msgstr ""
|
227 |
|
228 |
+
#: plugin-options/general-options.php:90
|
229 |
msgid ""
|
230 |
"Select the fields to show in the comparison table and order them by "
|
231 |
"drag&drop (are included also the woocommerce attributes)"
|
232 |
msgstr ""
|
233 |
|
234 |
+
#: plugin-options/general-options.php:97
|
235 |
msgid "Repeat \"Price\" field"
|
236 |
msgstr ""
|
237 |
|
238 |
+
#: plugin-options/general-options.php:98
|
239 |
msgid "Repeat the \"Price\" field at the end of the table"
|
240 |
msgstr ""
|
241 |
|
242 |
+
#: plugin-options/general-options.php:105
|
243 |
msgid "Repeat \"Add to cart\" field"
|
244 |
msgstr ""
|
245 |
|
246 |
+
#: plugin-options/general-options.php:106
|
247 |
msgid "Repeat the \"Add to cart\" field at the end of the table"
|
248 |
msgstr ""
|
249 |
|
250 |
+
#: plugin-options/general-options.php:113
|
251 |
msgid "Image size"
|
252 |
msgstr "Размер на изображението"
|
253 |
|
254 |
+
#: plugin-options/general-options.php:114
|
255 |
msgid "Set the size for the images"
|
256 |
msgstr ""
|
257 |
|
258 |
+
#: templates/admin/premium.php:242 templates/admin/premium.php:448
|
|
|
259 |
msgid ""
|
260 |
"Upgrade to %1$spremium version%2$s of %1$sYITH WooCommerce Compare%2$s to "
|
261 |
"benefit from all features!"
|
262 |
msgstr ""
|
263 |
|
264 |
+
#: templates/admin/premium.php:245 templates/admin/premium.php:451
|
265 |
msgid "UPGRADE"
|
266 |
msgstr ""
|
267 |
|
268 |
+
#: templates/admin/premium.php:246 templates/admin/premium.php:452
|
269 |
msgid "to the premium version"
|
270 |
msgstr ""
|
271 |
|
272 |
+
#: templates/admin/premium.php:252
|
273 |
msgid "Premium Features"
|
274 |
msgstr ""
|
275 |
|
276 |
+
#: templates/admin/premium.php:260
|
277 |
msgid "A DEDICATED PAGE"
|
278 |
msgstr ""
|
279 |
|
280 |
+
#: templates/admin/premium.php:263
|
|
|
281 |
msgid ""
|
282 |
"Don't you want to compare your products in a modal window anymore?%3$sWith "
|
283 |
"the premium version of %1$sYITH WooCommerce Compare%2$s, a new page will be "
|
286 |
"whenever they want."
|
287 |
msgstr ""
|
288 |
|
289 |
+
#: templates/admin/premium.php:273
|
290 |
msgid "CATEGORY COMPARATION"
|
291 |
msgstr ""
|
292 |
|
293 |
+
#: templates/admin/premium.php:276
|
|
|
294 |
msgid ""
|
295 |
"People are often confused by finding products of different categories in the "
|
296 |
"comparison table, creating difficulties in comparing the products they are "
|
299 |
"affinity."
|
300 |
msgstr ""
|
301 |
|
302 |
+
#: templates/admin/premium.php:292
|
303 |
msgid "CATEGORY EXCLUSION "
|
304 |
msgstr ""
|
305 |
|
306 |
+
#: templates/admin/premium.php:295
|
|
|
307 |
msgid ""
|
308 |
"In your shop there may be product categories you don't want to be affected "
|
309 |
"by the plugin features, deleting the comparison button for them. The premium "
|
313 |
"selected categories."
|
314 |
msgstr ""
|
315 |
|
316 |
+
#: templates/admin/premium.php:305
|
317 |
msgid "TABLE IMAGE"
|
318 |
msgstr ""
|
319 |
|
320 |
+
#: templates/admin/premium.php:308
|
|
|
321 |
msgid ""
|
322 |
"Give a personal touch to the %1$scomparison table%2$s your users will see. "
|
323 |
"Select an image, upload it from the option panel and show it ahead of the "
|
324 |
"table to your users. "
|
325 |
msgstr ""
|
326 |
|
327 |
+
#: templates/admin/premium.php:324
|
328 |
msgid "DYNAMIC FIELDS"
|
329 |
msgstr ""
|
330 |
|
331 |
+
#: templates/admin/premium.php:327
|
|
|
332 |
msgid ""
|
333 |
"With this precious feature, you will be able to show in the table only the "
|
334 |
"fields that have information in at least one of the selected products."
|
336 |
"be no more empty lines in your comparison table."
|
337 |
msgstr ""
|
338 |
|
339 |
+
#: templates/admin/premium.php:337
|
340 |
msgid "SOCIAL NETWORK SHARING"
|
341 |
msgstr ""
|
342 |
|
343 |
+
#: templates/admin/premium.php:340
|
|
|
344 |
msgid ""
|
345 |
"One of the most appealing features of the premium version of the plugin.Four "
|
346 |
"social network sites for your users (Facebook, Twitter, Google + and "
|
348 |
"products they have selected."
|
349 |
msgstr ""
|
350 |
|
351 |
+
#: templates/admin/premium.php:356
|
352 |
msgid "RELATED PRODUCTS"
|
353 |
msgstr ""
|
354 |
|
355 |
+
#: templates/admin/premium.php:359
|
|
|
356 |
msgid ""
|
357 |
"All the products that have common categories and/or tags with those in the "
|
358 |
"comparison table will be showed in a slider, right under the comparison "
|
361 |
"interested into."
|
362 |
msgstr ""
|
363 |
|
364 |
+
#: templates/admin/premium.php:369
|
365 |
msgid "CUSTOMIZABLE STYLE"
|
366 |
msgstr ""
|
367 |
|
368 |
+
#: templates/admin/premium.php:372
|
|
|
369 |
msgid ""
|
370 |
"An advanced option panel that let you change all the colors of the plugin, "
|
371 |
"so that you can adapt stylistically all its elements %1$sto the layout%2$s "
|
373 |
"to get to the best result."
|
374 |
msgstr ""
|
375 |
|
376 |
+
#: templates/admin/premium.php:388
|
377 |
msgid "CUSTOMIZED ATTRIBUTES"
|
378 |
msgstr ""
|
379 |
|
380 |
+
#: templates/admin/premium.php:391
|
|
|
381 |
msgid ""
|
382 |
"Let you users compare products following every feature, and considering also "
|
383 |
"all those %1$sattributes%2$s that can be manually created in within the "
|
384 |
"product detail page. Every single detail will be included."
|
385 |
msgstr ""
|
386 |
|
387 |
+
#: templates/admin/premium.php:401
|
388 |
msgid "A TAILORED TABLE"
|
389 |
msgstr ""
|
390 |
|
391 |
+
#: templates/admin/premium.php:404
|
|
|
392 |
msgid ""
|
393 |
"Select the products you want to compare and the system will offer you the "
|
394 |
"%1$sshortcode%2$s to generate a comparing table. Simple, rapid and useful."
|
395 |
msgstr ""
|
396 |
|
397 |
+
#: templates/admin/premium.php:420
|
398 |
msgid "Compare list - widget"
|
399 |
msgstr ""
|
400 |
|
401 |
+
#: templates/admin/premium.php:423
|
402 |
msgid ""
|
403 |
"Thanks to YITH WooCommerce Comapre Widget users could verify at any time the "
|
404 |
"complete list of products added to the compare tab and avoid to open the "
|
405 |
"popup to check its existence. "
|
406 |
msgstr ""
|
407 |
|
408 |
+
#: templates/admin/premium.php:433
|
409 |
msgid "Compare counter - widget and shortcode"
|
410 |
msgstr ""
|
411 |
|
412 |
+
#: templates/admin/premium.php:436
|
413 |
msgid ""
|
414 |
"Moreover, if you want to give your users the chance to see in a glance how "
|
415 |
"many products they have added to the Compare list, feel free to use the "
|
421 |
msgid "Close window [X]"
|
422 |
msgstr "Затвори"
|
423 |
|
424 |
+
#: templates/compare.php:107
|
425 |
msgid "No products added in the compare table."
|
426 |
msgstr "Няма добавени продукти за сравнение."
|
427 |
|
437 |
msgid "Clear all"
|
438 |
msgstr "Изтрий всички"
|
439 |
|
440 |
+
#. Plugin Name of the plugin/theme
|
441 |
+
msgid "YITH WooCommerce Compare"
|
442 |
+
msgstr ""
|
443 |
+
|
444 |
+
#. Plugin URI of the plugin/theme
|
445 |
+
msgid "https://yithemes.com/themes/plugins/yith-woocommerce-compare/"
|
446 |
+
msgstr ""
|
447 |
+
|
448 |
+
#. Description of the plugin/theme
|
449 |
+
msgid ""
|
450 |
+
"The <code><strong>YITH WooCommerce Compare</strong></code> plugin allow you "
|
451 |
+
"to compare in a simple and efficient way products on sale in your shop and "
|
452 |
+
"analyze their main features in a single table. <a href=\"https://yithemes."
|
453 |
+
"com/\" target=\"_blank\">Get more plugins for your e-commerce shop on "
|
454 |
+
"<strong>YITH</strong></a>."
|
455 |
+
msgstr ""
|
456 |
+
|
457 |
+
#. Author of the plugin/theme
|
458 |
+
msgid "YITH"
|
459 |
+
msgstr ""
|
460 |
+
|
461 |
+
#. Author URI of the plugin/theme
|
462 |
+
msgid "https://yithemes.com/"
|
463 |
+
msgstr ""
|
464 |
+
|
465 |
#~ msgid "Products Compare"
|
466 |
#~ msgstr "Сравнение на продуктите"
|
467 |
|
languages/yith-woocommerce-compare-es_ES.mo
CHANGED
Binary file
|
languages/yith-woocommerce-compare-es_ES.po
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: YITH Woocommerce Compare\n"
|
4 |
-
"
|
|
|
5 |
"PO-Revision-Date: 2018-11-28 16:31+0100\n"
|
6 |
"Last-Translator: Radi Angelov <fullmetalradi@hotmail.com>\n"
|
7 |
"Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
|
@@ -31,19 +32,22 @@ msgid "Premium Version"
|
|
31 |
msgstr ""
|
32 |
|
33 |
#: includes/class.yith-woocompare-admin.php:153
|
|
|
|
|
|
|
|
|
|
|
34 |
#: includes/class.yith-woocompare-admin.php:154
|
35 |
-
|
36 |
-
|
37 |
-
#: widgets/class.yith-woocompare-widget.php:51
|
38 |
msgid "Compare"
|
39 |
msgstr "Comparar"
|
40 |
|
41 |
-
#: includes/class.yith-woocompare-admin.php:
|
42 |
msgid "YITH WooCommerce Compare Activated"
|
43 |
msgstr ""
|
44 |
|
45 |
-
#: includes/class.yith-woocompare-admin.php:
|
46 |
-
#, php-format
|
47 |
msgid ""
|
48 |
"In the YIT Plugin tab you can find the YITH WooCommerce Compare options. "
|
49 |
"With this menu, you can access to all the settings of our plugins that you "
|
@@ -51,12 +55,11 @@ msgid ""
|
|
51 |
"PREMIUM version with many new options, <a href=\"%s\">discover it now</a>."
|
52 |
msgstr ""
|
53 |
|
54 |
-
#: includes/class.yith-woocompare-admin.php:
|
55 |
msgid "YITH WooCommerce Compare Updated"
|
56 |
msgstr ""
|
57 |
|
58 |
-
#: includes/class.yith-woocompare-admin.php:
|
59 |
-
#, php-format
|
60 |
msgid ""
|
61 |
"From now on, you can find all the options of YITH WooCommerce Compare under "
|
62 |
"YIT Plugin -> Compare instead of WooCommerce -> Settings -> Compare, as in "
|
@@ -65,7 +68,7 @@ msgid ""
|
|
65 |
"available options, <a href=\"%s\">discover the PREMIUM version.</a>"
|
66 |
msgstr ""
|
67 |
|
68 |
-
#: includes/class.yith-woocompare-admin.php:
|
69 |
msgid "Do you want to hard crop the image?"
|
70 |
msgstr ""
|
71 |
|
@@ -77,7 +80,15 @@ msgstr "Añadido"
|
|
77 |
msgid "Product Comparison"
|
78 |
msgstr "Comparacion de producto"
|
79 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
80 |
#: includes/class.yith-woocompare-frontend.php:229
|
|
|
81 |
msgid "Close"
|
82 |
msgstr ""
|
83 |
|
@@ -89,7 +100,7 @@ msgstr "En stock"
|
|
89 |
msgid "No products to compare"
|
90 |
msgstr "Comparador de productos vacio"
|
91 |
|
92 |
-
#: includes/class.yith-woocompare-frontend.php:709 templates/compare.php:
|
93 |
msgid "Remove"
|
94 |
msgstr "Eliminar"
|
95 |
|
@@ -152,73 +163,72 @@ msgstr "Link o Boton"
|
|
152 |
|
153 |
#: plugin-options/general-options.php:25
|
154 |
#, fuzzy
|
155 |
-
#| msgid "Choose if you want to use a link or a button for the action button."
|
156 |
msgid "Choose if you want to use a link or a button for the comepare actions."
|
157 |
msgstr "Elige si deseas usar boton o link"
|
158 |
|
159 |
-
#: plugin-options/general-options.php:
|
160 |
msgid "Link"
|
161 |
msgstr "Enlace"
|
162 |
|
163 |
-
#: plugin-options/general-options.php:
|
164 |
msgid "Button"
|
165 |
msgstr "Boton"
|
166 |
|
167 |
-
#: plugin-options/general-options.php:
|
168 |
msgid "Link/Button text"
|
169 |
msgstr "Texto del boton/link"
|
170 |
|
171 |
-
#: plugin-options/general-options.php:
|
172 |
msgid "Type the text to use for the button or the link of the compare."
|
173 |
msgstr "Escribe el texto del boton/link comparar."
|
174 |
|
175 |
-
#: plugin-options/general-options.php:
|
176 |
msgid "Show button in single product page"
|
177 |
msgstr "Mostrar boton en pagina de producto individual"
|
178 |
|
179 |
-
#: plugin-options/general-options.php:
|
180 |
msgid "Say if you want to show the button in the single product page."
|
181 |
msgstr ""
|
182 |
"¿Quieres mostrar el boton de comparar en la pagina individual de cada "
|
183 |
"producto?"
|
184 |
|
185 |
-
#: plugin-options/general-options.php:
|
186 |
msgid "Show button in products list"
|
187 |
msgstr "Mostrar boton en la lista de productos"
|
188 |
|
189 |
-
#: plugin-options/general-options.php:
|
190 |
msgid "Say if you want to show the button in the products list."
|
191 |
msgstr "¿Quieres mostrar el boton de comparar en la lista de productos?"
|
192 |
|
193 |
-
#: plugin-options/general-options.php:
|
194 |
msgid "Open automatically lightbox"
|
195 |
msgstr "Abrir lightbox (mensaje emergente) automaticamente"
|
196 |
|
197 |
-
#: plugin-options/general-options.php:
|
198 |
msgid "Open link after click into \"Compare\" button\"."
|
199 |
msgstr "Abrir link despues de hacer click en \"Comparar\""
|
200 |
|
201 |
-
#: plugin-options/general-options.php:
|
202 |
msgid "Table Settings"
|
203 |
msgstr "Opciones de tabla"
|
204 |
|
205 |
-
#: plugin-options/general-options.php:
|
206 |
msgid "Table title"
|
207 |
msgstr "Titulo de tabla"
|
208 |
|
209 |
-
#: plugin-options/general-options.php:
|
210 |
msgid "Type the text to use for the table title."
|
211 |
msgstr "Escribe el texto del boton/link comparar."
|
212 |
|
213 |
-
#: plugin-options/general-options.php:
|
214 |
msgid "Compare products"
|
215 |
msgstr "Comparador de productos"
|
216 |
|
217 |
-
#: plugin-options/general-options.php:
|
218 |
msgid "Fields to show"
|
219 |
msgstr "Mostrar boton en la lista de productos"
|
220 |
|
221 |
-
#: plugin-options/general-options.php:
|
222 |
msgid ""
|
223 |
"Select the fields to show in the comparison table and order them by "
|
224 |
"drag&drop (are included also the woocommerce attributes)"
|
@@ -227,55 +237,53 @@ msgstr ""
|
|
227 |
"simplemente arrastrandolos (estan incluidos los atributos de productos de "
|
228 |
"woocommerce)"
|
229 |
|
230 |
-
#: plugin-options/general-options.php:
|
231 |
msgid "Repeat \"Price\" field"
|
232 |
msgstr ""
|
233 |
|
234 |
-
#: plugin-options/general-options.php:
|
235 |
msgid "Repeat the \"Price\" field at the end of the table"
|
236 |
msgstr ""
|
237 |
|
238 |
-
#: plugin-options/general-options.php:
|
239 |
msgid "Repeat \"Add to cart\" field"
|
240 |
msgstr ""
|
241 |
|
242 |
-
#: plugin-options/general-options.php:
|
243 |
msgid "Repeat the \"Add to cart\" field at the end of the table"
|
244 |
msgstr ""
|
245 |
|
246 |
-
#: plugin-options/general-options.php:
|
247 |
msgid "Image size"
|
248 |
msgstr "Imagen"
|
249 |
|
250 |
-
#: plugin-options/general-options.php:
|
251 |
msgid "Set the size for the images"
|
252 |
msgstr "Fijar el tamaño de la imagen"
|
253 |
|
254 |
-
#: templates/admin/premium.php:
|
255 |
-
#, php-format
|
256 |
msgid ""
|
257 |
"Upgrade to %1$spremium version%2$s of %1$sYITH WooCommerce Compare%2$s to "
|
258 |
"benefit from all features!"
|
259 |
msgstr ""
|
260 |
|
261 |
-
#: templates/admin/premium.php:
|
262 |
msgid "UPGRADE"
|
263 |
msgstr ""
|
264 |
|
265 |
-
#: templates/admin/premium.php:
|
266 |
msgid "to the premium version"
|
267 |
msgstr ""
|
268 |
|
269 |
-
#: templates/admin/premium.php:
|
270 |
msgid "Premium Features"
|
271 |
msgstr ""
|
272 |
|
273 |
-
#: templates/admin/premium.php:
|
274 |
msgid "A DEDICATED PAGE"
|
275 |
msgstr ""
|
276 |
|
277 |
-
#: templates/admin/premium.php:
|
278 |
-
#, php-format
|
279 |
msgid ""
|
280 |
"Don't you want to compare your products in a modal window anymore?%3$sWith "
|
281 |
"the premium version of %1$sYITH WooCommerce Compare%2$s, a new page will be "
|
@@ -284,12 +292,11 @@ msgid ""
|
|
284 |
"whenever they want."
|
285 |
msgstr ""
|
286 |
|
287 |
-
#: templates/admin/premium.php:
|
288 |
msgid "CATEGORY COMPARATION"
|
289 |
msgstr ""
|
290 |
|
291 |
-
#: templates/admin/premium.php:
|
292 |
-
#, php-format
|
293 |
msgid ""
|
294 |
"People are often confused by finding products of different categories in the "
|
295 |
"comparison table, creating difficulties in comparing the products they are "
|
@@ -298,12 +305,11 @@ msgid ""
|
|
298 |
"affinity."
|
299 |
msgstr ""
|
300 |
|
301 |
-
#: templates/admin/premium.php:
|
302 |
msgid "CATEGORY EXCLUSION "
|
303 |
msgstr ""
|
304 |
|
305 |
-
#: templates/admin/premium.php:
|
306 |
-
#, php-format
|
307 |
msgid ""
|
308 |
"In your shop there may be product categories you don't want to be affected "
|
309 |
"by the plugin features, deleting the comparison button for them. The premium "
|
@@ -313,24 +319,22 @@ msgid ""
|
|
313 |
"selected categories."
|
314 |
msgstr ""
|
315 |
|
316 |
-
#: templates/admin/premium.php:
|
317 |
msgid "TABLE IMAGE"
|
318 |
msgstr ""
|
319 |
|
320 |
-
#: templates/admin/premium.php:
|
321 |
-
#, php-format
|
322 |
msgid ""
|
323 |
"Give a personal touch to the %1$scomparison table%2$s your users will see. "
|
324 |
"Select an image, upload it from the option panel and show it ahead of the "
|
325 |
"table to your users. "
|
326 |
msgstr ""
|
327 |
|
328 |
-
#: templates/admin/premium.php:
|
329 |
msgid "DYNAMIC FIELDS"
|
330 |
msgstr ""
|
331 |
|
332 |
-
#: templates/admin/premium.php:
|
333 |
-
#, php-format
|
334 |
msgid ""
|
335 |
"With this precious feature, you will be able to show in the table only the "
|
336 |
"fields that have information in at least one of the selected products."
|
@@ -338,12 +342,11 @@ msgid ""
|
|
338 |
"be no more empty lines in your comparison table."
|
339 |
msgstr ""
|
340 |
|
341 |
-
#: templates/admin/premium.php:
|
342 |
msgid "SOCIAL NETWORK SHARING"
|
343 |
msgstr ""
|
344 |
|
345 |
-
#: templates/admin/premium.php:
|
346 |
-
#, php-format
|
347 |
msgid ""
|
348 |
"One of the most appealing features of the premium version of the plugin.Four "
|
349 |
"social network sites for your users (Facebook, Twitter, Google + and "
|
@@ -351,12 +354,11 @@ msgid ""
|
|
351 |
"products they have selected."
|
352 |
msgstr ""
|
353 |
|
354 |
-
#: templates/admin/premium.php:
|
355 |
msgid "RELATED PRODUCTS"
|
356 |
msgstr ""
|
357 |
|
358 |
-
#: templates/admin/premium.php:
|
359 |
-
#, php-format
|
360 |
msgid ""
|
361 |
"All the products that have common categories and/or tags with those in the "
|
362 |
"comparison table will be showed in a slider, right under the comparison "
|
@@ -365,12 +367,11 @@ msgid ""
|
|
365 |
"interested into."
|
366 |
msgstr ""
|
367 |
|
368 |
-
#: templates/admin/premium.php:
|
369 |
msgid "CUSTOMIZABLE STYLE"
|
370 |
msgstr ""
|
371 |
|
372 |
-
#: templates/admin/premium.php:
|
373 |
-
#, php-format
|
374 |
msgid ""
|
375 |
"An advanced option panel that let you change all the colors of the plugin, "
|
376 |
"so that you can adapt stylistically all its elements %1$sto the layout%2$s "
|
@@ -378,45 +379,43 @@ msgid ""
|
|
378 |
"to get to the best result."
|
379 |
msgstr ""
|
380 |
|
381 |
-
#: templates/admin/premium.php:
|
382 |
msgid "CUSTOMIZED ATTRIBUTES"
|
383 |
msgstr ""
|
384 |
|
385 |
-
#: templates/admin/premium.php:
|
386 |
-
#, php-format
|
387 |
msgid ""
|
388 |
"Let you users compare products following every feature, and considering also "
|
389 |
"all those %1$sattributes%2$s that can be manually created in within the "
|
390 |
"product detail page. Every single detail will be included."
|
391 |
msgstr ""
|
392 |
|
393 |
-
#: templates/admin/premium.php:
|
394 |
msgid "A TAILORED TABLE"
|
395 |
msgstr ""
|
396 |
|
397 |
-
#: templates/admin/premium.php:
|
398 |
-
#, php-format
|
399 |
msgid ""
|
400 |
"Select the products you want to compare and the system will offer you the "
|
401 |
"%1$sshortcode%2$s to generate a comparing table. Simple, rapid and useful."
|
402 |
msgstr ""
|
403 |
|
404 |
-
#: templates/admin/premium.php:
|
405 |
msgid "Compare list - widget"
|
406 |
msgstr ""
|
407 |
|
408 |
-
#: templates/admin/premium.php:
|
409 |
msgid ""
|
410 |
"Thanks to YITH WooCommerce Comapre Widget users could verify at any time the "
|
411 |
"complete list of products added to the compare tab and avoid to open the "
|
412 |
"popup to check its existence. "
|
413 |
msgstr ""
|
414 |
|
415 |
-
#: templates/admin/premium.php:
|
416 |
msgid "Compare counter - widget and shortcode"
|
417 |
msgstr ""
|
418 |
|
419 |
-
#: templates/admin/premium.php:
|
420 |
msgid ""
|
421 |
"Moreover, if you want to give your users the chance to see in a glance how "
|
422 |
"many products they have added to the Compare list, feel free to use the "
|
@@ -428,7 +427,7 @@ msgstr ""
|
|
428 |
msgid "Close window [X]"
|
429 |
msgstr "Cerrar ventana [X]"
|
430 |
|
431 |
-
#: templates/compare.php:
|
432 |
msgid "No products added in the compare table."
|
433 |
msgstr "Comparador de productos"
|
434 |
|
@@ -444,14 +443,37 @@ msgstr ""
|
|
444 |
msgid "Clear all"
|
445 |
msgstr "Eliminar todos"
|
446 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
447 |
#~ msgid "The widget show the list of products added in the compare table."
|
448 |
#~ msgstr ""
|
449 |
#~ "El widget muestra la lista de productos añadidos en la tabla de "
|
450 |
#~ "comparacion"
|
451 |
|
452 |
-
#~ msgid "YITH Woocommerce Compare Widget"
|
453 |
-
#~ msgstr "YITH Woocommerce widget de comparador"
|
454 |
-
|
455 |
#~ msgid "Products Compare"
|
456 |
#~ msgstr "Comparador de productos"
|
457 |
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: YITH Woocommerce Compare\n"
|
4 |
+
"Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
|
5 |
+
"POT-Creation-Date: 2020-03-10 11:12:56+00:00\n"
|
6 |
"PO-Revision-Date: 2018-11-28 16:31+0100\n"
|
7 |
"Last-Translator: Radi Angelov <fullmetalradi@hotmail.com>\n"
|
8 |
"Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
|
32 |
msgstr ""
|
33 |
|
34 |
#: includes/class.yith-woocompare-admin.php:153
|
35 |
+
#, fuzzy
|
36 |
+
msgctxt "Admin Plugin Name"
|
37 |
+
msgid "WooCommerce Compare"
|
38 |
+
msgstr "YITH Woocommerce widget de comparador"
|
39 |
+
|
40 |
#: includes/class.yith-woocompare-admin.php:154
|
41 |
+
#, fuzzy
|
42 |
+
msgctxt "Admin Plugin Name"
|
|
|
43 |
msgid "Compare"
|
44 |
msgstr "Comparar"
|
45 |
|
46 |
+
#: includes/class.yith-woocompare-admin.php:243
|
47 |
msgid "YITH WooCommerce Compare Activated"
|
48 |
msgstr ""
|
49 |
|
50 |
+
#: includes/class.yith-woocompare-admin.php:244
|
|
|
51 |
msgid ""
|
52 |
"In the YIT Plugin tab you can find the YITH WooCommerce Compare options. "
|
53 |
"With this menu, you can access to all the settings of our plugins that you "
|
55 |
"PREMIUM version with many new options, <a href=\"%s\">discover it now</a>."
|
56 |
msgstr ""
|
57 |
|
58 |
+
#: includes/class.yith-woocompare-admin.php:255
|
59 |
msgid "YITH WooCommerce Compare Updated"
|
60 |
msgstr ""
|
61 |
|
62 |
+
#: includes/class.yith-woocompare-admin.php:256
|
|
|
63 |
msgid ""
|
64 |
"From now on, you can find all the options of YITH WooCommerce Compare under "
|
65 |
"YIT Plugin -> Compare instead of WooCommerce -> Settings -> Compare, as in "
|
68 |
"available options, <a href=\"%s\">discover the PREMIUM version.</a>"
|
69 |
msgstr ""
|
70 |
|
71 |
+
#: includes/class.yith-woocompare-admin.php:400
|
72 |
msgid "Do you want to hard crop the image?"
|
73 |
msgstr ""
|
74 |
|
80 |
msgid "Product Comparison"
|
81 |
msgstr "Comparacion de producto"
|
82 |
|
83 |
+
#: includes/class.yith-woocompare-frontend.php:227
|
84 |
+
#: includes/class.yith-woocompare-frontend.php:505
|
85 |
+
#: plugin-options/general-options.php:40
|
86 |
+
#: widgets/class.yith-woocompare-widget.php:51
|
87 |
+
msgid "Compare"
|
88 |
+
msgstr "Comparar"
|
89 |
+
|
90 |
#: includes/class.yith-woocompare-frontend.php:229
|
91 |
+
msgctxt "Label for popup close icon"
|
92 |
msgid "Close"
|
93 |
msgstr ""
|
94 |
|
100 |
msgid "No products to compare"
|
101 |
msgstr "Comparador de productos vacio"
|
102 |
|
103 |
+
#: includes/class.yith-woocompare-frontend.php:709 templates/compare.php:119
|
104 |
msgid "Remove"
|
105 |
msgstr "Eliminar"
|
106 |
|
163 |
|
164 |
#: plugin-options/general-options.php:25
|
165 |
#, fuzzy
|
|
|
166 |
msgid "Choose if you want to use a link or a button for the comepare actions."
|
167 |
msgstr "Elige si deseas usar boton o link"
|
168 |
|
169 |
+
#: plugin-options/general-options.php:31
|
170 |
msgid "Link"
|
171 |
msgstr "Enlace"
|
172 |
|
173 |
+
#: plugin-options/general-options.php:32
|
174 |
msgid "Button"
|
175 |
msgstr "Boton"
|
176 |
|
177 |
+
#: plugin-options/general-options.php:37
|
178 |
msgid "Link/Button text"
|
179 |
msgstr "Texto del boton/link"
|
180 |
|
181 |
+
#: plugin-options/general-options.php:38
|
182 |
msgid "Type the text to use for the button or the link of the compare."
|
183 |
msgstr "Escribe el texto del boton/link comparar."
|
184 |
|
185 |
+
#: plugin-options/general-options.php:45
|
186 |
msgid "Show button in single product page"
|
187 |
msgstr "Mostrar boton en pagina de producto individual"
|
188 |
|
189 |
+
#: plugin-options/general-options.php:46
|
190 |
msgid "Say if you want to show the button in the single product page."
|
191 |
msgstr ""
|
192 |
"¿Quieres mostrar el boton de comparar en la pagina individual de cada "
|
193 |
"producto?"
|
194 |
|
195 |
+
#: plugin-options/general-options.php:53
|
196 |
msgid "Show button in products list"
|
197 |
msgstr "Mostrar boton en la lista de productos"
|
198 |
|
199 |
+
#: plugin-options/general-options.php:54
|
200 |
msgid "Say if you want to show the button in the products list."
|
201 |
msgstr "¿Quieres mostrar el boton de comparar en la lista de productos?"
|
202 |
|
203 |
+
#: plugin-options/general-options.php:61
|
204 |
msgid "Open automatically lightbox"
|
205 |
msgstr "Abrir lightbox (mensaje emergente) automaticamente"
|
206 |
|
207 |
+
#: plugin-options/general-options.php:62
|
208 |
msgid "Open link after click into \"Compare\" button\"."
|
209 |
msgstr "Abrir link despues de hacer click en \"Comparar\""
|
210 |
|
211 |
+
#: plugin-options/general-options.php:74
|
212 |
msgid "Table Settings"
|
213 |
msgstr "Opciones de tabla"
|
214 |
|
215 |
+
#: plugin-options/general-options.php:81
|
216 |
msgid "Table title"
|
217 |
msgstr "Titulo de tabla"
|
218 |
|
219 |
+
#: plugin-options/general-options.php:82
|
220 |
msgid "Type the text to use for the table title."
|
221 |
msgstr "Escribe el texto del boton/link comparar."
|
222 |
|
223 |
+
#: plugin-options/general-options.php:84 templates/compare.php:22
|
224 |
msgid "Compare products"
|
225 |
msgstr "Comparador de productos"
|
226 |
|
227 |
+
#: plugin-options/general-options.php:89
|
228 |
msgid "Fields to show"
|
229 |
msgstr "Mostrar boton en la lista de productos"
|
230 |
|
231 |
+
#: plugin-options/general-options.php:90
|
232 |
msgid ""
|
233 |
"Select the fields to show in the comparison table and order them by "
|
234 |
"drag&drop (are included also the woocommerce attributes)"
|
237 |
"simplemente arrastrandolos (estan incluidos los atributos de productos de "
|
238 |
"woocommerce)"
|
239 |
|
240 |
+
#: plugin-options/general-options.php:97
|
241 |
msgid "Repeat \"Price\" field"
|
242 |
msgstr ""
|
243 |
|
244 |
+
#: plugin-options/general-options.php:98
|
245 |
msgid "Repeat the \"Price\" field at the end of the table"
|
246 |
msgstr ""
|
247 |
|
248 |
+
#: plugin-options/general-options.php:105
|
249 |
msgid "Repeat \"Add to cart\" field"
|
250 |
msgstr ""
|
251 |
|
252 |
+
#: plugin-options/general-options.php:106
|
253 |
msgid "Repeat the \"Add to cart\" field at the end of the table"
|
254 |
msgstr ""
|
255 |
|
256 |
+
#: plugin-options/general-options.php:113
|
257 |
msgid "Image size"
|
258 |
msgstr "Imagen"
|
259 |
|
260 |
+
#: plugin-options/general-options.php:114
|
261 |
msgid "Set the size for the images"
|
262 |
msgstr "Fijar el tamaño de la imagen"
|
263 |
|
264 |
+
#: templates/admin/premium.php:242 templates/admin/premium.php:448
|
|
|
265 |
msgid ""
|
266 |
"Upgrade to %1$spremium version%2$s of %1$sYITH WooCommerce Compare%2$s to "
|
267 |
"benefit from all features!"
|
268 |
msgstr ""
|
269 |
|
270 |
+
#: templates/admin/premium.php:245 templates/admin/premium.php:451
|
271 |
msgid "UPGRADE"
|
272 |
msgstr ""
|
273 |
|
274 |
+
#: templates/admin/premium.php:246 templates/admin/premium.php:452
|
275 |
msgid "to the premium version"
|
276 |
msgstr ""
|
277 |
|
278 |
+
#: templates/admin/premium.php:252
|
279 |
msgid "Premium Features"
|
280 |
msgstr ""
|
281 |
|
282 |
+
#: templates/admin/premium.php:260
|
283 |
msgid "A DEDICATED PAGE"
|
284 |
msgstr ""
|
285 |
|
286 |
+
#: templates/admin/premium.php:263
|
|
|
287 |
msgid ""
|
288 |
"Don't you want to compare your products in a modal window anymore?%3$sWith "
|
289 |
"the premium version of %1$sYITH WooCommerce Compare%2$s, a new page will be "
|
292 |
"whenever they want."
|
293 |
msgstr ""
|
294 |
|
295 |
+
#: templates/admin/premium.php:273
|
296 |
msgid "CATEGORY COMPARATION"
|
297 |
msgstr ""
|
298 |
|
299 |
+
#: templates/admin/premium.php:276
|
|
|
300 |
msgid ""
|
301 |
"People are often confused by finding products of different categories in the "
|
302 |
"comparison table, creating difficulties in comparing the products they are "
|
305 |
"affinity."
|
306 |
msgstr ""
|
307 |
|
308 |
+
#: templates/admin/premium.php:292
|
309 |
msgid "CATEGORY EXCLUSION "
|
310 |
msgstr ""
|
311 |
|
312 |
+
#: templates/admin/premium.php:295
|
|
|
313 |
msgid ""
|
314 |
"In your shop there may be product categories you don't want to be affected "
|
315 |
"by the plugin features, deleting the comparison button for them. The premium "
|
319 |
"selected categories."
|
320 |
msgstr ""
|
321 |
|
322 |
+
#: templates/admin/premium.php:305
|
323 |
msgid "TABLE IMAGE"
|
324 |
msgstr ""
|
325 |
|
326 |
+
#: templates/admin/premium.php:308
|
|
|
327 |
msgid ""
|
328 |
"Give a personal touch to the %1$scomparison table%2$s your users will see. "
|
329 |
"Select an image, upload it from the option panel and show it ahead of the "
|
330 |
"table to your users. "
|
331 |
msgstr ""
|
332 |
|
333 |
+
#: templates/admin/premium.php:324
|
334 |
msgid "DYNAMIC FIELDS"
|
335 |
msgstr ""
|
336 |
|
337 |
+
#: templates/admin/premium.php:327
|
|
|
338 |
msgid ""
|
339 |
"With this precious feature, you will be able to show in the table only the "
|
340 |
"fields that have information in at least one of the selected products."
|
342 |
"be no more empty lines in your comparison table."
|
343 |
msgstr ""
|
344 |
|
345 |
+
#: templates/admin/premium.php:337
|
346 |
msgid "SOCIAL NETWORK SHARING"
|
347 |
msgstr ""
|
348 |
|
349 |
+
#: templates/admin/premium.php:340
|
|
|
350 |
msgid ""
|
351 |
"One of the most appealing features of the premium version of the plugin.Four "
|
352 |
"social network sites for your users (Facebook, Twitter, Google + and "
|
354 |
"products they have selected."
|
355 |
msgstr ""
|
356 |
|
357 |
+
#: templates/admin/premium.php:356
|
358 |
msgid "RELATED PRODUCTS"
|
359 |
msgstr ""
|
360 |
|
361 |
+
#: templates/admin/premium.php:359
|
|
|
362 |
msgid ""
|
363 |
"All the products that have common categories and/or tags with those in the "
|
364 |
"comparison table will be showed in a slider, right under the comparison "
|
367 |
"interested into."
|
368 |
msgstr ""
|
369 |
|
370 |
+
#: templates/admin/premium.php:369
|
371 |
msgid "CUSTOMIZABLE STYLE"
|
372 |
msgstr ""
|
373 |
|
374 |
+
#: templates/admin/premium.php:372
|
|
|
375 |
msgid ""
|
376 |
"An advanced option panel that let you change all the colors of the plugin, "
|
377 |
"so that you can adapt stylistically all its elements %1$sto the layout%2$s "
|
379 |
"to get to the best result."
|
380 |
msgstr ""
|
381 |
|
382 |
+
#: templates/admin/premium.php:388
|
383 |
msgid "CUSTOMIZED ATTRIBUTES"
|
384 |
msgstr ""
|
385 |
|
386 |
+
#: templates/admin/premium.php:391
|
|
|
387 |
msgid ""
|
388 |
"Let you users compare products following every feature, and considering also "
|
389 |
"all those %1$sattributes%2$s that can be manually created in within the "
|
390 |
"product detail page. Every single detail will be included."
|
391 |
msgstr ""
|
392 |
|
393 |
+
#: templates/admin/premium.php:401
|
394 |
msgid "A TAILORED TABLE"
|
395 |
msgstr ""
|
396 |
|
397 |
+
#: templates/admin/premium.php:404
|
|
|
398 |
msgid ""
|
399 |
"Select the products you want to compare and the system will offer you the "
|
400 |
"%1$sshortcode%2$s to generate a comparing table. Simple, rapid and useful."
|
401 |
msgstr ""
|
402 |
|
403 |
+
#: templates/admin/premium.php:420
|
404 |
msgid "Compare list - widget"
|
405 |
msgstr ""
|
406 |
|
407 |
+
#: templates/admin/premium.php:423
|
408 |
msgid ""
|
409 |
"Thanks to YITH WooCommerce Comapre Widget users could verify at any time the "
|
410 |
"complete list of products added to the compare tab and avoid to open the "
|
411 |
"popup to check its existence. "
|
412 |
msgstr ""
|
413 |
|
414 |
+
#: templates/admin/premium.php:433
|
415 |
msgid "Compare counter - widget and shortcode"
|
416 |
msgstr ""
|
417 |
|
418 |
+
#: templates/admin/premium.php:436
|
419 |
msgid ""
|
420 |
"Moreover, if you want to give your users the chance to see in a glance how "
|
421 |
"many products they have added to the Compare list, feel free to use the "
|
427 |
msgid "Close window [X]"
|
428 |
msgstr "Cerrar ventana [X]"
|
429 |
|
430 |
+
#: templates/compare.php:107
|
431 |
msgid "No products added in the compare table."
|
432 |
msgstr "Comparador de productos"
|
433 |
|
443 |
msgid "Clear all"
|
444 |
msgstr "Eliminar todos"
|
445 |
|
446 |
+
#. Plugin Name of the plugin/theme
|
447 |
+
#, fuzzy
|
448 |
+
msgid "YITH WooCommerce Compare"
|
449 |
+
msgstr "YITH Woocommerce widget de comparador"
|
450 |
+
|
451 |
+
#. Plugin URI of the plugin/theme
|
452 |
+
msgid "https://yithemes.com/themes/plugins/yith-woocommerce-compare/"
|
453 |
+
msgstr ""
|
454 |
+
|
455 |
+
#. Description of the plugin/theme
|
456 |
+
msgid ""
|
457 |
+
"The <code><strong>YITH WooCommerce Compare</strong></code> plugin allow you "
|
458 |
+
"to compare in a simple and efficient way products on sale in your shop and "
|
459 |
+
"analyze their main features in a single table. <a href=\"https://yithemes."
|
460 |
+
"com/\" target=\"_blank\">Get more plugins for your e-commerce shop on "
|
461 |
+
"<strong>YITH</strong></a>."
|
462 |
+
msgstr ""
|
463 |
+
|
464 |
+
#. Author of the plugin/theme
|
465 |
+
msgid "YITH"
|
466 |
+
msgstr ""
|
467 |
+
|
468 |
+
#. Author URI of the plugin/theme
|
469 |
+
msgid "https://yithemes.com/"
|
470 |
+
msgstr ""
|
471 |
+
|
472 |
#~ msgid "The widget show the list of products added in the compare table."
|
473 |
#~ msgstr ""
|
474 |
#~ "El widget muestra la lista de productos añadidos en la tabla de "
|
475 |
#~ "comparacion"
|
476 |
|
|
|
|
|
|
|
477 |
#~ msgid "Products Compare"
|
478 |
#~ msgstr "Comparador de productos"
|
479 |
|
languages/yith-woocommerce-compare-fa_IR.mo
CHANGED
Binary file
|
languages/yith-woocommerce-compare-fa_IR.po
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: YITH Woocommerce Compare\n"
|
4 |
-
"
|
|
|
5 |
"PO-Revision-Date: 2018-11-28 16:31+0100\n"
|
6 |
"Last-Translator: Khalil Delavaran <khalil.delavaran@gmail.com>\n"
|
7 |
"Language-Team: Qooqnos <khalil.delavaran@gmail.com>\n"
|
@@ -30,19 +31,22 @@ msgid "Premium Version"
|
|
30 |
msgstr ""
|
31 |
|
32 |
#: includes/class.yith-woocompare-admin.php:153
|
|
|
|
|
|
|
|
|
|
|
33 |
#: includes/class.yith-woocompare-admin.php:154
|
34 |
-
|
35 |
-
|
36 |
-
#: widgets/class.yith-woocompare-widget.php:51
|
37 |
msgid "Compare"
|
38 |
msgstr "سنجش"
|
39 |
|
40 |
-
#: includes/class.yith-woocompare-admin.php:
|
41 |
msgid "YITH WooCommerce Compare Activated"
|
42 |
msgstr ""
|
43 |
|
44 |
-
#: includes/class.yith-woocompare-admin.php:
|
45 |
-
#, php-format
|
46 |
msgid ""
|
47 |
"In the YIT Plugin tab you can find the YITH WooCommerce Compare options. "
|
48 |
"With this menu, you can access to all the settings of our plugins that you "
|
@@ -50,12 +54,11 @@ msgid ""
|
|
50 |
"PREMIUM version with many new options, <a href=\"%s\">discover it now</a>."
|
51 |
msgstr ""
|
52 |
|
53 |
-
#: includes/class.yith-woocompare-admin.php:
|
54 |
msgid "YITH WooCommerce Compare Updated"
|
55 |
msgstr ""
|
56 |
|
57 |
-
#: includes/class.yith-woocompare-admin.php:
|
58 |
-
#, php-format
|
59 |
msgid ""
|
60 |
"From now on, you can find all the options of YITH WooCommerce Compare under "
|
61 |
"YIT Plugin -> Compare instead of WooCommerce -> Settings -> Compare, as in "
|
@@ -64,7 +67,7 @@ msgid ""
|
|
64 |
"available options, <a href=\"%s\">discover the PREMIUM version.</a>"
|
65 |
msgstr ""
|
66 |
|
67 |
-
#: includes/class.yith-woocompare-admin.php:
|
68 |
msgid "Do you want to hard crop the image?"
|
69 |
msgstr ""
|
70 |
|
@@ -76,7 +79,15 @@ msgstr "اضافه شد"
|
|
76 |
msgid "Product Comparison"
|
77 |
msgstr "سنجش محصولات"
|
78 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
79 |
#: includes/class.yith-woocompare-frontend.php:229
|
|
|
80 |
msgid "Close"
|
81 |
msgstr ""
|
82 |
|
@@ -88,7 +99,7 @@ msgstr "داشتن در انبار"
|
|
88 |
msgid "No products to compare"
|
89 |
msgstr "محصولاتی برای سنجش نیست"
|
90 |
|
91 |
-
#: includes/class.yith-woocompare-frontend.php:709 templates/compare.php:
|
92 |
msgid "Remove"
|
93 |
msgstr "پاک"
|
94 |
|
@@ -151,71 +162,70 @@ msgstr "لینک یا دکمه"
|
|
151 |
|
152 |
#: plugin-options/general-options.php:25
|
153 |
#, fuzzy
|
154 |
-
#| msgid "Choose if you want to use a link or a button for the action button."
|
155 |
msgid "Choose if you want to use a link or a button for the comepare actions."
|
156 |
msgstr "گزینش بکار بردن لینک و یا دکمه برای واکنش دکمه"
|
157 |
|
158 |
-
#: plugin-options/general-options.php:
|
159 |
msgid "Link"
|
160 |
msgstr "لینک"
|
161 |
|
162 |
-
#: plugin-options/general-options.php:
|
163 |
msgid "Button"
|
164 |
msgstr "دکمه"
|
165 |
|
166 |
-
#: plugin-options/general-options.php:
|
167 |
msgid "Link/Button text"
|
168 |
msgstr "لینک یا دکمه"
|
169 |
|
170 |
-
#: plugin-options/general-options.php:
|
171 |
msgid "Type the text to use for the button or the link of the compare."
|
172 |
msgstr "نوشته ای برای بکار بردن دکمه یا لینک مقایسه بنویسید"
|
173 |
|
174 |
-
#: plugin-options/general-options.php:
|
175 |
msgid "Show button in single product page"
|
176 |
msgstr "نمایش دکمه در برگه محصول"
|
177 |
|
178 |
-
#: plugin-options/general-options.php:
|
179 |
msgid "Say if you want to show the button in the single product page."
|
180 |
msgstr "اگر می خواهید دکمه در برگه محصول نمایش داده شود"
|
181 |
|
182 |
-
#: plugin-options/general-options.php:
|
183 |
msgid "Show button in products list"
|
184 |
msgstr "نمایش دکمه در لیست محصولات"
|
185 |
|
186 |
-
#: plugin-options/general-options.php:
|
187 |
msgid "Say if you want to show the button in the products list."
|
188 |
msgstr "اگر می خواهید دکمه در لیست محصول نمایش داده شود"
|
189 |
|
190 |
-
#: plugin-options/general-options.php:
|
191 |
msgid "Open automatically lightbox"
|
192 |
msgstr "باز کردن اتوماتیک جعبه نور"
|
193 |
|
194 |
-
#: plugin-options/general-options.php:
|
195 |
msgid "Open link after click into \"Compare\" button\"."
|
196 |
msgstr " باز کردن پیوند پس از \"سنجش\" دکمه\"کلیک کنید"
|
197 |
|
198 |
-
#: plugin-options/general-options.php:
|
199 |
msgid "Table Settings"
|
200 |
msgstr "پیکربندی جدول"
|
201 |
|
202 |
-
#: plugin-options/general-options.php:
|
203 |
msgid "Table title"
|
204 |
msgstr ""
|
205 |
|
206 |
-
#: plugin-options/general-options.php:
|
207 |
msgid "Type the text to use for the table title."
|
208 |
msgstr ""
|
209 |
|
210 |
-
#: plugin-options/general-options.php:
|
211 |
msgid "Compare products"
|
212 |
msgstr "سنجش محصولات"
|
213 |
|
214 |
-
#: plugin-options/general-options.php:
|
215 |
msgid "Fields to show"
|
216 |
msgstr "فیلدهای نمایش"
|
217 |
|
218 |
-
#: plugin-options/general-options.php:
|
219 |
msgid ""
|
220 |
"Select the fields to show in the comparison table and order them by "
|
221 |
"drag&drop (are included also the woocommerce attributes)"
|
@@ -223,55 +233,53 @@ msgstr ""
|
|
223 |
"انتخاب این گزینه برای نشان دادن در جدول سنجش و سفارش سازی آنها با کشیدن و "
|
224 |
"رها کردن دکمه ماوس (ویژگی های ووکامرس را شامل می شود)"
|
225 |
|
226 |
-
#: plugin-options/general-options.php:
|
227 |
msgid "Repeat \"Price\" field"
|
228 |
msgstr ""
|
229 |
|
230 |
-
#: plugin-options/general-options.php:
|
231 |
msgid "Repeat the \"Price\" field at the end of the table"
|
232 |
msgstr ""
|
233 |
|
234 |
-
#: plugin-options/general-options.php:
|
235 |
msgid "Repeat \"Add to cart\" field"
|
236 |
msgstr ""
|
237 |
|
238 |
-
#: plugin-options/general-options.php:
|
239 |
msgid "Repeat the \"Add to cart\" field at the end of the table"
|
240 |
msgstr ""
|
241 |
|
242 |
-
#: plugin-options/general-options.php:
|
243 |
msgid "Image size"
|
244 |
msgstr "اندازه نگاره"
|
245 |
|
246 |
-
#: plugin-options/general-options.php:
|
247 |
msgid "Set the size for the images"
|
248 |
msgstr "تعیین اندازه برای نگاره"
|
249 |
|
250 |
-
#: templates/admin/premium.php:
|
251 |
-
#, php-format
|
252 |
msgid ""
|
253 |
"Upgrade to %1$spremium version%2$s of %1$sYITH WooCommerce Compare%2$s to "
|
254 |
"benefit from all features!"
|
255 |
msgstr ""
|
256 |
|
257 |
-
#: templates/admin/premium.php:
|
258 |
msgid "UPGRADE"
|
259 |
msgstr ""
|
260 |
|
261 |
-
#: templates/admin/premium.php:
|
262 |
msgid "to the premium version"
|
263 |
msgstr ""
|
264 |
|
265 |
-
#: templates/admin/premium.php:
|
266 |
msgid "Premium Features"
|
267 |
msgstr ""
|
268 |
|
269 |
-
#: templates/admin/premium.php:
|
270 |
msgid "A DEDICATED PAGE"
|
271 |
msgstr ""
|
272 |
|
273 |
-
#: templates/admin/premium.php:
|
274 |
-
#, php-format
|
275 |
msgid ""
|
276 |
"Don't you want to compare your products in a modal window anymore?%3$sWith "
|
277 |
"the premium version of %1$sYITH WooCommerce Compare%2$s, a new page will be "
|
@@ -280,12 +288,11 @@ msgid ""
|
|
280 |
"whenever they want."
|
281 |
msgstr ""
|
282 |
|
283 |
-
#: templates/admin/premium.php:
|
284 |
msgid "CATEGORY COMPARATION"
|
285 |
msgstr ""
|
286 |
|
287 |
-
#: templates/admin/premium.php:
|
288 |
-
#, php-format
|
289 |
msgid ""
|
290 |
"People are often confused by finding products of different categories in the "
|
291 |
"comparison table, creating difficulties in comparing the products they are "
|
@@ -294,12 +301,11 @@ msgid ""
|
|
294 |
"affinity."
|
295 |
msgstr ""
|
296 |
|
297 |
-
#: templates/admin/premium.php:
|
298 |
msgid "CATEGORY EXCLUSION "
|
299 |
msgstr ""
|
300 |
|
301 |
-
#: templates/admin/premium.php:
|
302 |
-
#, php-format
|
303 |
msgid ""
|
304 |
"In your shop there may be product categories you don't want to be affected "
|
305 |
"by the plugin features, deleting the comparison button for them. The premium "
|
@@ -309,24 +315,22 @@ msgid ""
|
|
309 |
"selected categories."
|
310 |
msgstr ""
|
311 |
|
312 |
-
#: templates/admin/premium.php:
|
313 |
msgid "TABLE IMAGE"
|
314 |
msgstr ""
|
315 |
|
316 |
-
#: templates/admin/premium.php:
|
317 |
-
#, php-format
|
318 |
msgid ""
|
319 |
"Give a personal touch to the %1$scomparison table%2$s your users will see. "
|
320 |
"Select an image, upload it from the option panel and show it ahead of the "
|
321 |
"table to your users. "
|
322 |
msgstr ""
|
323 |
|
324 |
-
#: templates/admin/premium.php:
|
325 |
msgid "DYNAMIC FIELDS"
|
326 |
msgstr ""
|
327 |
|
328 |
-
#: templates/admin/premium.php:
|
329 |
-
#, php-format
|
330 |
msgid ""
|
331 |
"With this precious feature, you will be able to show in the table only the "
|
332 |
"fields that have information in at least one of the selected products."
|
@@ -334,12 +338,11 @@ msgid ""
|
|
334 |
"be no more empty lines in your comparison table."
|
335 |
msgstr ""
|
336 |
|
337 |
-
#: templates/admin/premium.php:
|
338 |
msgid "SOCIAL NETWORK SHARING"
|
339 |
msgstr ""
|
340 |
|
341 |
-
#: templates/admin/premium.php:
|
342 |
-
#, php-format
|
343 |
msgid ""
|
344 |
"One of the most appealing features of the premium version of the plugin.Four "
|
345 |
"social network sites for your users (Facebook, Twitter, Google + and "
|
@@ -347,12 +350,11 @@ msgid ""
|
|
347 |
"products they have selected."
|
348 |
msgstr ""
|
349 |
|
350 |
-
#: templates/admin/premium.php:
|
351 |
msgid "RELATED PRODUCTS"
|
352 |
msgstr ""
|
353 |
|
354 |
-
#: templates/admin/premium.php:
|
355 |
-
#, php-format
|
356 |
msgid ""
|
357 |
"All the products that have common categories and/or tags with those in the "
|
358 |
"comparison table will be showed in a slider, right under the comparison "
|
@@ -361,12 +363,11 @@ msgid ""
|
|
361 |
"interested into."
|
362 |
msgstr ""
|
363 |
|
364 |
-
#: templates/admin/premium.php:
|
365 |
msgid "CUSTOMIZABLE STYLE"
|
366 |
msgstr ""
|
367 |
|
368 |
-
#: templates/admin/premium.php:
|
369 |
-
#, php-format
|
370 |
msgid ""
|
371 |
"An advanced option panel that let you change all the colors of the plugin, "
|
372 |
"so that you can adapt stylistically all its elements %1$sto the layout%2$s "
|
@@ -374,45 +375,43 @@ msgid ""
|
|
374 |
"to get to the best result."
|
375 |
msgstr ""
|
376 |
|
377 |
-
#: templates/admin/premium.php:
|
378 |
msgid "CUSTOMIZED ATTRIBUTES"
|
379 |
msgstr ""
|
380 |
|
381 |
-
#: templates/admin/premium.php:
|
382 |
-
#, php-format
|
383 |
msgid ""
|
384 |
"Let you users compare products following every feature, and considering also "
|
385 |
"all those %1$sattributes%2$s that can be manually created in within the "
|
386 |
"product detail page. Every single detail will be included."
|
387 |
msgstr ""
|
388 |
|
389 |
-
#: templates/admin/premium.php:
|
390 |
msgid "A TAILORED TABLE"
|
391 |
msgstr ""
|
392 |
|
393 |
-
#: templates/admin/premium.php:
|
394 |
-
#, php-format
|
395 |
msgid ""
|
396 |
"Select the products you want to compare and the system will offer you the "
|
397 |
"%1$sshortcode%2$s to generate a comparing table. Simple, rapid and useful."
|
398 |
msgstr ""
|
399 |
|
400 |
-
#: templates/admin/premium.php:
|
401 |
msgid "Compare list - widget"
|
402 |
msgstr ""
|
403 |
|
404 |
-
#: templates/admin/premium.php:
|
405 |
msgid ""
|
406 |
"Thanks to YITH WooCommerce Comapre Widget users could verify at any time the "
|
407 |
"complete list of products added to the compare tab and avoid to open the "
|
408 |
"popup to check its existence. "
|
409 |
msgstr ""
|
410 |
|
411 |
-
#: templates/admin/premium.php:
|
412 |
msgid "Compare counter - widget and shortcode"
|
413 |
msgstr ""
|
414 |
|
415 |
-
#: templates/admin/premium.php:
|
416 |
msgid ""
|
417 |
"Moreover, if you want to give your users the chance to see in a glance how "
|
418 |
"many products they have added to the Compare list, feel free to use the "
|
@@ -424,7 +423,7 @@ msgstr ""
|
|
424 |
msgid "Close window [X]"
|
425 |
msgstr "بستن پنجره [X]"
|
426 |
|
427 |
-
#: templates/compare.php:
|
428 |
msgid "No products added in the compare table."
|
429 |
msgstr "هیچ محصولی افزوده نشده است برای جدول سنجش"
|
430 |
|
@@ -440,12 +439,35 @@ msgstr ""
|
|
440 |
msgid "Clear all"
|
441 |
msgstr "پاک کردن همه"
|
442 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
443 |
#~ msgid "The widget show the list of products added in the compare table."
|
444 |
#~ msgstr "ویجت نشان می دهد لیستی از محصولات افزوده شده در جدول سنجش"
|
445 |
|
446 |
-
#~ msgid "YITH Woocommerce Compare Widget"
|
447 |
-
#~ msgstr "ویجت سنجش ووکاکرس YITH"
|
448 |
-
|
449 |
#~ msgid "Products Compare"
|
450 |
#~ msgstr "سنجش محصولات"
|
451 |
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: YITH Woocommerce Compare\n"
|
4 |
+
"Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
|
5 |
+
"POT-Creation-Date: 2020-03-10 11:12:56+00:00\n"
|
6 |
"PO-Revision-Date: 2018-11-28 16:31+0100\n"
|
7 |
"Last-Translator: Khalil Delavaran <khalil.delavaran@gmail.com>\n"
|
8 |
"Language-Team: Qooqnos <khalil.delavaran@gmail.com>\n"
|
31 |
msgstr ""
|
32 |
|
33 |
#: includes/class.yith-woocompare-admin.php:153
|
34 |
+
#, fuzzy
|
35 |
+
msgctxt "Admin Plugin Name"
|
36 |
+
msgid "WooCommerce Compare"
|
37 |
+
msgstr "ویجت سنجش ووکاکرس YITH"
|
38 |
+
|
39 |
#: includes/class.yith-woocompare-admin.php:154
|
40 |
+
#, fuzzy
|
41 |
+
msgctxt "Admin Plugin Name"
|
|
|
42 |
msgid "Compare"
|
43 |
msgstr "سنجش"
|
44 |
|
45 |
+
#: includes/class.yith-woocompare-admin.php:243
|
46 |
msgid "YITH WooCommerce Compare Activated"
|
47 |
msgstr ""
|
48 |
|
49 |
+
#: includes/class.yith-woocompare-admin.php:244
|
|
|
50 |
msgid ""
|
51 |
"In the YIT Plugin tab you can find the YITH WooCommerce Compare options. "
|
52 |
"With this menu, you can access to all the settings of our plugins that you "
|
54 |
"PREMIUM version with many new options, <a href=\"%s\">discover it now</a>."
|
55 |
msgstr ""
|
56 |
|
57 |
+
#: includes/class.yith-woocompare-admin.php:255
|
58 |
msgid "YITH WooCommerce Compare Updated"
|
59 |
msgstr ""
|
60 |
|
61 |
+
#: includes/class.yith-woocompare-admin.php:256
|
|
|
62 |
msgid ""
|
63 |
"From now on, you can find all the options of YITH WooCommerce Compare under "
|
64 |
"YIT Plugin -> Compare instead of WooCommerce -> Settings -> Compare, as in "
|
67 |
"available options, <a href=\"%s\">discover the PREMIUM version.</a>"
|
68 |
msgstr ""
|
69 |
|
70 |
+
#: includes/class.yith-woocompare-admin.php:400
|
71 |
msgid "Do you want to hard crop the image?"
|
72 |
msgstr ""
|
73 |
|
79 |
msgid "Product Comparison"
|
80 |
msgstr "سنجش محصولات"
|
81 |
|
82 |
+
#: includes/class.yith-woocompare-frontend.php:227
|
83 |
+
#: includes/class.yith-woocompare-frontend.php:505
|
84 |
+
#: plugin-options/general-options.php:40
|
85 |
+
#: widgets/class.yith-woocompare-widget.php:51
|
86 |
+
msgid "Compare"
|
87 |
+
msgstr "سنجش"
|
88 |
+
|
89 |
#: includes/class.yith-woocompare-frontend.php:229
|
90 |
+
msgctxt "Label for popup close icon"
|
91 |
msgid "Close"
|
92 |
msgstr ""
|
93 |
|
99 |
msgid "No products to compare"
|
100 |
msgstr "محصولاتی برای سنجش نیست"
|
101 |
|
102 |
+
#: includes/class.yith-woocompare-frontend.php:709 templates/compare.php:119
|
103 |
msgid "Remove"
|
104 |
msgstr "پاک"
|
105 |
|
162 |
|
163 |
#: plugin-options/general-options.php:25
|
164 |
#, fuzzy
|
|
|
165 |
msgid "Choose if you want to use a link or a button for the comepare actions."
|
166 |
msgstr "گزینش بکار بردن لینک و یا دکمه برای واکنش دکمه"
|
167 |
|
168 |
+
#: plugin-options/general-options.php:31
|
169 |
msgid "Link"
|
170 |
msgstr "لینک"
|
171 |
|
172 |
+
#: plugin-options/general-options.php:32
|
173 |
msgid "Button"
|
174 |
msgstr "دکمه"
|
175 |
|
176 |
+
#: plugin-options/general-options.php:37
|
177 |
msgid "Link/Button text"
|
178 |
msgstr "لینک یا دکمه"
|
179 |
|
180 |
+
#: plugin-options/general-options.php:38
|
181 |
msgid "Type the text to use for the button or the link of the compare."
|
182 |
msgstr "نوشته ای برای بکار بردن دکمه یا لینک مقایسه بنویسید"
|
183 |
|
184 |
+
#: plugin-options/general-options.php:45
|
185 |
msgid "Show button in single product page"
|
186 |
msgstr "نمایش دکمه در برگه محصول"
|
187 |
|
188 |
+
#: plugin-options/general-options.php:46
|
189 |
msgid "Say if you want to show the button in the single product page."
|
190 |
msgstr "اگر می خواهید دکمه در برگه محصول نمایش داده شود"
|
191 |
|
192 |
+
#: plugin-options/general-options.php:53
|
193 |
msgid "Show button in products list"
|
194 |
msgstr "نمایش دکمه در لیست محصولات"
|
195 |
|
196 |
+
#: plugin-options/general-options.php:54
|
197 |
msgid "Say if you want to show the button in the products list."
|
198 |
msgstr "اگر می خواهید دکمه در لیست محصول نمایش داده شود"
|
199 |
|
200 |
+
#: plugin-options/general-options.php:61
|
201 |
msgid "Open automatically lightbox"
|
202 |
msgstr "باز کردن اتوماتیک جعبه نور"
|
203 |
|
204 |
+
#: plugin-options/general-options.php:62
|
205 |
msgid "Open link after click into \"Compare\" button\"."
|
206 |
msgstr " باز کردن پیوند پس از \"سنجش\" دکمه\"کلیک کنید"
|
207 |
|
208 |
+
#: plugin-options/general-options.php:74
|
209 |
msgid "Table Settings"
|
210 |
msgstr "پیکربندی جدول"
|
211 |
|
212 |
+
#: plugin-options/general-options.php:81
|
213 |
msgid "Table title"
|
214 |
msgstr ""
|
215 |
|
216 |
+
#: plugin-options/general-options.php:82
|
217 |
msgid "Type the text to use for the table title."
|
218 |
msgstr ""
|
219 |
|
220 |
+
#: plugin-options/general-options.php:84 templates/compare.php:22
|
221 |
msgid "Compare products"
|
222 |
msgstr "سنجش محصولات"
|
223 |
|
224 |
+
#: plugin-options/general-options.php:89
|
225 |
msgid "Fields to show"
|
226 |
msgstr "فیلدهای نمایش"
|
227 |
|
228 |
+
#: plugin-options/general-options.php:90
|
229 |
msgid ""
|
230 |
"Select the fields to show in the comparison table and order them by "
|
231 |
"drag&drop (are included also the woocommerce attributes)"
|
233 |
"انتخاب این گزینه برای نشان دادن در جدول سنجش و سفارش سازی آنها با کشیدن و "
|
234 |
"رها کردن دکمه ماوس (ویژگی های ووکامرس را شامل می شود)"
|
235 |
|
236 |
+
#: plugin-options/general-options.php:97
|
237 |
msgid "Repeat \"Price\" field"
|
238 |
msgstr ""
|
239 |
|
240 |
+
#: plugin-options/general-options.php:98
|
241 |
msgid "Repeat the \"Price\" field at the end of the table"
|
242 |
msgstr ""
|
243 |
|
244 |
+
#: plugin-options/general-options.php:105
|
245 |
msgid "Repeat \"Add to cart\" field"
|
246 |
msgstr ""
|
247 |
|
248 |
+
#: plugin-options/general-options.php:106
|
249 |
msgid "Repeat the \"Add to cart\" field at the end of the table"
|
250 |
msgstr ""
|
251 |
|
252 |
+
#: plugin-options/general-options.php:113
|
253 |
msgid "Image size"
|
254 |
msgstr "اندازه نگاره"
|
255 |
|
256 |
+
#: plugin-options/general-options.php:114
|
257 |
msgid "Set the size for the images"
|
258 |
msgstr "تعیین اندازه برای نگاره"
|
259 |
|
260 |
+
#: templates/admin/premium.php:242 templates/admin/premium.php:448
|
|
|
261 |
msgid ""
|
262 |
"Upgrade to %1$spremium version%2$s of %1$sYITH WooCommerce Compare%2$s to "
|
263 |
"benefit from all features!"
|
264 |
msgstr ""
|
265 |
|
266 |
+
#: templates/admin/premium.php:245 templates/admin/premium.php:451
|
267 |
msgid "UPGRADE"
|
268 |
msgstr ""
|
269 |
|
270 |
+
#: templates/admin/premium.php:246 templates/admin/premium.php:452
|
271 |
msgid "to the premium version"
|
272 |
msgstr ""
|
273 |
|
274 |
+
#: templates/admin/premium.php:252
|
275 |
msgid "Premium Features"
|
276 |
msgstr ""
|
277 |
|
278 |
+
#: templates/admin/premium.php:260
|
279 |
msgid "A DEDICATED PAGE"
|
280 |
msgstr ""
|
281 |
|
282 |
+
#: templates/admin/premium.php:263
|
|
|
283 |
msgid ""
|
284 |
"Don't you want to compare your products in a modal window anymore?%3$sWith "
|
285 |
"the premium version of %1$sYITH WooCommerce Compare%2$s, a new page will be "
|
288 |
"whenever they want."
|
289 |
msgstr ""
|
290 |
|
291 |
+
#: templates/admin/premium.php:273
|
292 |
msgid "CATEGORY COMPARATION"
|
293 |
msgstr ""
|
294 |
|
295 |
+
#: templates/admin/premium.php:276
|
|
|
296 |
msgid ""
|
297 |
"People are often confused by finding products of different categories in the "
|
298 |
"comparison table, creating difficulties in comparing the products they are "
|
301 |
"affinity."
|
302 |
msgstr ""
|
303 |
|
304 |
+
#: templates/admin/premium.php:292
|
305 |
msgid "CATEGORY EXCLUSION "
|
306 |
msgstr ""
|
307 |
|
308 |
+
#: templates/admin/premium.php:295
|
|
|
309 |
msgid ""
|
310 |
"In your shop there may be product categories you don't want to be affected "
|
311 |
"by the plugin features, deleting the comparison button for them. The premium "
|
315 |
"selected categories."
|
316 |
msgstr ""
|
317 |
|
318 |
+
#: templates/admin/premium.php:305
|
319 |
msgid "TABLE IMAGE"
|
320 |
msgstr ""
|
321 |
|
322 |
+
#: templates/admin/premium.php:308
|
|
|
323 |
msgid ""
|
324 |
"Give a personal touch to the %1$scomparison table%2$s your users will see. "
|
325 |
"Select an image, upload it from the option panel and show it ahead of the "
|
326 |
"table to your users. "
|
327 |
msgstr ""
|
328 |
|
329 |
+
#: templates/admin/premium.php:324
|
330 |
msgid "DYNAMIC FIELDS"
|
331 |
msgstr ""
|
332 |
|
333 |
+
#: templates/admin/premium.php:327
|
|
|
334 |
msgid ""
|
335 |
"With this precious feature, you will be able to show in the table only the "
|
336 |
"fields that have information in at least one of the selected products."
|
338 |
"be no more empty lines in your comparison table."
|
339 |
msgstr ""
|
340 |
|
341 |
+
#: templates/admin/premium.php:337
|
342 |
msgid "SOCIAL NETWORK SHARING"
|
343 |
msgstr ""
|
344 |
|
345 |
+
#: templates/admin/premium.php:340
|
|
|
346 |
msgid ""
|
347 |
"One of the most appealing features of the premium version of the plugin.Four "
|
348 |
"social network sites for your users (Facebook, Twitter, Google + and "
|
350 |
"products they have selected."
|
351 |
msgstr ""
|
352 |
|
353 |
+
#: templates/admin/premium.php:356
|
354 |
msgid "RELATED PRODUCTS"
|
355 |
msgstr ""
|
356 |
|
357 |
+
#: templates/admin/premium.php:359
|
|
|
358 |
msgid ""
|
359 |
"All the products that have common categories and/or tags with those in the "
|
360 |
"comparison table will be showed in a slider, right under the comparison "
|
363 |
"interested into."
|
364 |
msgstr ""
|
365 |
|
366 |
+
#: templates/admin/premium.php:369
|
367 |
msgid "CUSTOMIZABLE STYLE"
|
368 |
msgstr ""
|
369 |
|
370 |
+
#: templates/admin/premium.php:372
|
|
|
371 |
msgid ""
|
372 |
"An advanced option panel that let you change all the colors of the plugin, "
|
373 |
"so that you can adapt stylistically all its elements %1$sto the layout%2$s "
|
375 |
"to get to the best result."
|
376 |
msgstr ""
|
377 |
|
378 |
+
#: templates/admin/premium.php:388
|
379 |
msgid "CUSTOMIZED ATTRIBUTES"
|
380 |
msgstr ""
|
381 |
|
382 |
+
#: templates/admin/premium.php:391
|
|
|
383 |
msgid ""
|
384 |
"Let you users compare products following every feature, and considering also "
|
385 |
"all those %1$sattributes%2$s that can be manually created in within the "
|
386 |
"product detail page. Every single detail will be included."
|
387 |
msgstr ""
|
388 |
|
389 |
+
#: templates/admin/premium.php:401
|
390 |
msgid "A TAILORED TABLE"
|
391 |
msgstr ""
|
392 |
|
393 |
+
#: templates/admin/premium.php:404
|
|
|
394 |
msgid ""
|
395 |
"Select the products you want to compare and the system will offer you the "
|
396 |
"%1$sshortcode%2$s to generate a comparing table. Simple, rapid and useful."
|
397 |
msgstr ""
|
398 |
|
399 |
+
#: templates/admin/premium.php:420
|
400 |
msgid "Compare list - widget"
|
401 |
msgstr ""
|
402 |
|
403 |
+
#: templates/admin/premium.php:423
|
404 |
msgid ""
|
405 |
"Thanks to YITH WooCommerce Comapre Widget users could verify at any time the "
|
406 |
"complete list of products added to the compare tab and avoid to open the "
|
407 |
"popup to check its existence. "
|
408 |
msgstr ""
|
409 |
|
410 |
+
#: templates/admin/premium.php:433
|
411 |
msgid "Compare counter - widget and shortcode"
|
412 |
msgstr ""
|
413 |
|
414 |
+
#: templates/admin/premium.php:436
|
415 |
msgid ""
|
416 |
"Moreover, if you want to give your users the chance to see in a glance how "
|
417 |
"many products they have added to the Compare list, feel free to use the "
|
423 |
msgid "Close window [X]"
|
424 |
msgstr "بستن پنجره [X]"
|
425 |
|
426 |
+
#: templates/compare.php:107
|
427 |
msgid "No products added in the compare table."
|
428 |
msgstr "هیچ محصولی افزوده نشده است برای جدول سنجش"
|
429 |
|
439 |
msgid "Clear all"
|
440 |
msgstr "پاک کردن همه"
|
441 |
|
442 |
+
#. Plugin Name of the plugin/theme
|
443 |
+
#, fuzzy
|
444 |
+
msgid "YITH WooCommerce Compare"
|
445 |
+
msgstr "ویجت سنجش ووکاکرس YITH"
|
446 |
+
|
447 |
+
#. Plugin URI of the plugin/theme
|
448 |
+
msgid "https://yithemes.com/themes/plugins/yith-woocommerce-compare/"
|
449 |
+
msgstr ""
|
450 |
+
|
451 |
+
#. Description of the plugin/theme
|
452 |
+
msgid ""
|
453 |
+
"The <code><strong>YITH WooCommerce Compare</strong></code> plugin allow you "
|
454 |
+
"to compare in a simple and efficient way products on sale in your shop and "
|
455 |
+
"analyze their main features in a single table. <a href=\"https://yithemes."
|
456 |
+
"com/\" target=\"_blank\">Get more plugins for your e-commerce shop on "
|
457 |
+
"<strong>YITH</strong></a>."
|
458 |
+
msgstr ""
|
459 |
+
|
460 |
+
#. Author of the plugin/theme
|
461 |
+
msgid "YITH"
|
462 |
+
msgstr ""
|
463 |
+
|
464 |
+
#. Author URI of the plugin/theme
|
465 |
+
msgid "https://yithemes.com/"
|
466 |
+
msgstr ""
|
467 |
+
|
468 |
#~ msgid "The widget show the list of products added in the compare table."
|
469 |
#~ msgstr "ویجت نشان می دهد لیستی از محصولات افزوده شده در جدول سنجش"
|
470 |
|
|
|
|
|
|
|
471 |
#~ msgid "Products Compare"
|
472 |
#~ msgstr "سنجش محصولات"
|
473 |
|
languages/yith-woocommerce-compare-fr_FR.mo
CHANGED
Binary file
|
languages/yith-woocommerce-compare-fr_FR.po
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: YITH Woocommerce Compare\n"
|
4 |
-
"
|
|
|
5 |
"PO-Revision-Date: 2018-11-28 16:32+0100\n"
|
6 |
"Last-Translator: YIThemes <support@yithemes.com>\n"
|
7 |
"Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
|
@@ -31,19 +32,21 @@ msgid "Premium Version"
|
|
31 |
msgstr ""
|
32 |
|
33 |
#: includes/class.yith-woocompare-admin.php:153
|
|
|
|
|
|
|
|
|
34 |
#: includes/class.yith-woocompare-admin.php:154
|
35 |
-
|
36 |
-
|
37 |
-
#: widgets/class.yith-woocompare-widget.php:51
|
38 |
msgid "Compare"
|
39 |
msgstr "Comparer"
|
40 |
|
41 |
-
#: includes/class.yith-woocompare-admin.php:
|
42 |
msgid "YITH WooCommerce Compare Activated"
|
43 |
msgstr ""
|
44 |
|
45 |
-
#: includes/class.yith-woocompare-admin.php:
|
46 |
-
#, php-format
|
47 |
msgid ""
|
48 |
"In the YIT Plugin tab you can find the YITH WooCommerce Compare options. "
|
49 |
"With this menu, you can access to all the settings of our plugins that you "
|
@@ -51,12 +54,11 @@ msgid ""
|
|
51 |
"PREMIUM version with many new options, <a href=\"%s\">discover it now</a>."
|
52 |
msgstr ""
|
53 |
|
54 |
-
#: includes/class.yith-woocompare-admin.php:
|
55 |
msgid "YITH WooCommerce Compare Updated"
|
56 |
msgstr ""
|
57 |
|
58 |
-
#: includes/class.yith-woocompare-admin.php:
|
59 |
-
#, php-format
|
60 |
msgid ""
|
61 |
"From now on, you can find all the options of YITH WooCommerce Compare under "
|
62 |
"YIT Plugin -> Compare instead of WooCommerce -> Settings -> Compare, as in "
|
@@ -65,7 +67,7 @@ msgid ""
|
|
65 |
"available options, <a href=\"%s\">discover the PREMIUM version.</a>"
|
66 |
msgstr ""
|
67 |
|
68 |
-
#: includes/class.yith-woocompare-admin.php:
|
69 |
msgid "Do you want to hard crop the image?"
|
70 |
msgstr ""
|
71 |
|
@@ -77,7 +79,15 @@ msgstr "Ajouté"
|
|
77 |
msgid "Product Comparison"
|
78 |
msgstr "Comparaison de produits"
|
79 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
80 |
#: includes/class.yith-woocompare-frontend.php:229
|
|
|
81 |
msgid "Close"
|
82 |
msgstr ""
|
83 |
|
@@ -89,7 +99,7 @@ msgstr "En stock"
|
|
89 |
msgid "No products to compare"
|
90 |
msgstr "Aucun produits à comparer"
|
91 |
|
92 |
-
#: includes/class.yith-woocompare-frontend.php:709 templates/compare.php:
|
93 |
msgid "Remove"
|
94 |
msgstr "Retirer"
|
95 |
|
@@ -152,71 +162,70 @@ msgstr "Lien ou bouton"
|
|
152 |
|
153 |
#: plugin-options/general-options.php:25
|
154 |
#, fuzzy
|
155 |
-
#| msgid "Choose if you want to use a link or a button for the action button."
|
156 |
msgid "Choose if you want to use a link or a button for the comepare actions."
|
157 |
msgstr "utiliser un lien ou un bouton"
|
158 |
|
159 |
-
#: plugin-options/general-options.php:
|
160 |
msgid "Link"
|
161 |
msgstr "lien"
|
162 |
|
163 |
-
#: plugin-options/general-options.php:
|
164 |
msgid "Button"
|
165 |
msgstr "bouton"
|
166 |
|
167 |
-
#: plugin-options/general-options.php:
|
168 |
msgid "Link/Button text"
|
169 |
msgstr "texte du lien ou bouton"
|
170 |
|
171 |
-
#: plugin-options/general-options.php:
|
172 |
msgid "Type the text to use for the button or the link of the compare."
|
173 |
msgstr "inscriver le texte pour le bouton ou le lien pour comparer"
|
174 |
|
175 |
-
#: plugin-options/general-options.php:
|
176 |
msgid "Show button in single product page"
|
177 |
msgstr "montrer le bouton sur page produit"
|
178 |
|
179 |
-
#: plugin-options/general-options.php:
|
180 |
msgid "Say if you want to show the button in the single product page."
|
181 |
msgstr "dites si vous souhaitez montrer le bouton sur page produit"
|
182 |
|
183 |
-
#: plugin-options/general-options.php:
|
184 |
msgid "Show button in products list"
|
185 |
msgstr "montrer le bouton sur liste de produit"
|
186 |
|
187 |
-
#: plugin-options/general-options.php:
|
188 |
msgid "Say if you want to show the button in the products list."
|
189 |
msgstr "dites si vous souhaitez montrer le bouton sur liste de produit"
|
190 |
|
191 |
-
#: plugin-options/general-options.php:
|
192 |
msgid "Open automatically lightbox"
|
193 |
msgstr "ouverture lightbox auto"
|
194 |
|
195 |
-
#: plugin-options/general-options.php:
|
196 |
msgid "Open link after click into \"Compare\" button\"."
|
197 |
msgstr "ouvrir lien apres le click sur bouton"
|
198 |
|
199 |
-
#: plugin-options/general-options.php:
|
200 |
msgid "Table Settings"
|
201 |
msgstr "reglages panneau"
|
202 |
|
203 |
-
#: plugin-options/general-options.php:
|
204 |
msgid "Table title"
|
205 |
msgstr ""
|
206 |
|
207 |
-
#: plugin-options/general-options.php:
|
208 |
msgid "Type the text to use for the table title."
|
209 |
msgstr ""
|
210 |
|
211 |
-
#: plugin-options/general-options.php:
|
212 |
msgid "Compare products"
|
213 |
msgstr "Comparer les produits"
|
214 |
|
215 |
-
#: plugin-options/general-options.php:
|
216 |
msgid "Fields to show"
|
217 |
msgstr "champs a montrer"
|
218 |
|
219 |
-
#: plugin-options/general-options.php:
|
220 |
msgid ""
|
221 |
"Select the fields to show in the comparison table and order them by "
|
222 |
"drag&drop (are included also the woocommerce attributes)"
|
@@ -224,55 +233,53 @@ msgstr ""
|
|
224 |
"selectionnez les champs a montrer dans le tabelau de comparaison (en faisant "
|
225 |
"glisser deposer)"
|
226 |
|
227 |
-
#: plugin-options/general-options.php:
|
228 |
msgid "Repeat \"Price\" field"
|
229 |
msgstr ""
|
230 |
|
231 |
-
#: plugin-options/general-options.php:
|
232 |
msgid "Repeat the \"Price\" field at the end of the table"
|
233 |
msgstr ""
|
234 |
|
235 |
-
#: plugin-options/general-options.php:
|
236 |
msgid "Repeat \"Add to cart\" field"
|
237 |
msgstr ""
|
238 |
|
239 |
-
#: plugin-options/general-options.php:
|
240 |
msgid "Repeat the \"Add to cart\" field at the end of the table"
|
241 |
msgstr ""
|
242 |
|
243 |
-
#: plugin-options/general-options.php:
|
244 |
msgid "Image size"
|
245 |
msgstr "taille image"
|
246 |
|
247 |
-
#: plugin-options/general-options.php:
|
248 |
msgid "Set the size for the images"
|
249 |
msgstr "ajuster tialle image"
|
250 |
|
251 |
-
#: templates/admin/premium.php:
|
252 |
-
#, php-format
|
253 |
msgid ""
|
254 |
"Upgrade to %1$spremium version%2$s of %1$sYITH WooCommerce Compare%2$s to "
|
255 |
"benefit from all features!"
|
256 |
msgstr ""
|
257 |
|
258 |
-
#: templates/admin/premium.php:
|
259 |
msgid "UPGRADE"
|
260 |
msgstr ""
|
261 |
|
262 |
-
#: templates/admin/premium.php:
|
263 |
msgid "to the premium version"
|
264 |
msgstr ""
|
265 |
|
266 |
-
#: templates/admin/premium.php:
|
267 |
msgid "Premium Features"
|
268 |
msgstr ""
|
269 |
|
270 |
-
#: templates/admin/premium.php:
|
271 |
msgid "A DEDICATED PAGE"
|
272 |
msgstr ""
|
273 |
|
274 |
-
#: templates/admin/premium.php:
|
275 |
-
#, php-format
|
276 |
msgid ""
|
277 |
"Don't you want to compare your products in a modal window anymore?%3$sWith "
|
278 |
"the premium version of %1$sYITH WooCommerce Compare%2$s, a new page will be "
|
@@ -281,12 +288,11 @@ msgid ""
|
|
281 |
"whenever they want."
|
282 |
msgstr ""
|
283 |
|
284 |
-
#: templates/admin/premium.php:
|
285 |
msgid "CATEGORY COMPARATION"
|
286 |
msgstr ""
|
287 |
|
288 |
-
#: templates/admin/premium.php:
|
289 |
-
#, php-format
|
290 |
msgid ""
|
291 |
"People are often confused by finding products of different categories in the "
|
292 |
"comparison table, creating difficulties in comparing the products they are "
|
@@ -295,12 +301,11 @@ msgid ""
|
|
295 |
"affinity."
|
296 |
msgstr ""
|
297 |
|
298 |
-
#: templates/admin/premium.php:
|
299 |
msgid "CATEGORY EXCLUSION "
|
300 |
msgstr ""
|
301 |
|
302 |
-
#: templates/admin/premium.php:
|
303 |
-
#, php-format
|
304 |
msgid ""
|
305 |
"In your shop there may be product categories you don't want to be affected "
|
306 |
"by the plugin features, deleting the comparison button for them. The premium "
|
@@ -310,24 +315,22 @@ msgid ""
|
|
310 |
"selected categories."
|
311 |
msgstr ""
|
312 |
|
313 |
-
#: templates/admin/premium.php:
|
314 |
msgid "TABLE IMAGE"
|
315 |
msgstr ""
|
316 |
|
317 |
-
#: templates/admin/premium.php:
|
318 |
-
#, php-format
|
319 |
msgid ""
|
320 |
"Give a personal touch to the %1$scomparison table%2$s your users will see. "
|
321 |
"Select an image, upload it from the option panel and show it ahead of the "
|
322 |
"table to your users. "
|
323 |
msgstr ""
|
324 |
|
325 |
-
#: templates/admin/premium.php:
|
326 |
msgid "DYNAMIC FIELDS"
|
327 |
msgstr ""
|
328 |
|
329 |
-
#: templates/admin/premium.php:
|
330 |
-
#, php-format
|
331 |
msgid ""
|
332 |
"With this precious feature, you will be able to show in the table only the "
|
333 |
"fields that have information in at least one of the selected products."
|
@@ -335,12 +338,11 @@ msgid ""
|
|
335 |
"be no more empty lines in your comparison table."
|
336 |
msgstr ""
|
337 |
|
338 |
-
#: templates/admin/premium.php:
|
339 |
msgid "SOCIAL NETWORK SHARING"
|
340 |
msgstr ""
|
341 |
|
342 |
-
#: templates/admin/premium.php:
|
343 |
-
#, php-format
|
344 |
msgid ""
|
345 |
"One of the most appealing features of the premium version of the plugin.Four "
|
346 |
"social network sites for your users (Facebook, Twitter, Google + and "
|
@@ -348,12 +350,11 @@ msgid ""
|
|
348 |
"products they have selected."
|
349 |
msgstr ""
|
350 |
|
351 |
-
#: templates/admin/premium.php:
|
352 |
msgid "RELATED PRODUCTS"
|
353 |
msgstr ""
|
354 |
|
355 |
-
#: templates/admin/premium.php:
|
356 |
-
#, php-format
|
357 |
msgid ""
|
358 |
"All the products that have common categories and/or tags with those in the "
|
359 |
"comparison table will be showed in a slider, right under the comparison "
|
@@ -362,12 +363,11 @@ msgid ""
|
|
362 |
"interested into."
|
363 |
msgstr ""
|
364 |
|
365 |
-
#: templates/admin/premium.php:
|
366 |
msgid "CUSTOMIZABLE STYLE"
|
367 |
msgstr ""
|
368 |
|
369 |
-
#: templates/admin/premium.php:
|
370 |
-
#, php-format
|
371 |
msgid ""
|
372 |
"An advanced option panel that let you change all the colors of the plugin, "
|
373 |
"so that you can adapt stylistically all its elements %1$sto the layout%2$s "
|
@@ -375,45 +375,43 @@ msgid ""
|
|
375 |
"to get to the best result."
|
376 |
msgstr ""
|
377 |
|
378 |
-
#: templates/admin/premium.php:
|
379 |
msgid "CUSTOMIZED ATTRIBUTES"
|
380 |
msgstr ""
|
381 |
|
382 |
-
#: templates/admin/premium.php:
|
383 |
-
#, php-format
|
384 |
msgid ""
|
385 |
"Let you users compare products following every feature, and considering also "
|
386 |
"all those %1$sattributes%2$s that can be manually created in within the "
|
387 |
"product detail page. Every single detail will be included."
|
388 |
msgstr ""
|
389 |
|
390 |
-
#: templates/admin/premium.php:
|
391 |
msgid "A TAILORED TABLE"
|
392 |
msgstr ""
|
393 |
|
394 |
-
#: templates/admin/premium.php:
|
395 |
-
#, php-format
|
396 |
msgid ""
|
397 |
"Select the products you want to compare and the system will offer you the "
|
398 |
"%1$sshortcode%2$s to generate a comparing table. Simple, rapid and useful."
|
399 |
msgstr ""
|
400 |
|
401 |
-
#: templates/admin/premium.php:
|
402 |
msgid "Compare list - widget"
|
403 |
msgstr ""
|
404 |
|
405 |
-
#: templates/admin/premium.php:
|
406 |
msgid ""
|
407 |
"Thanks to YITH WooCommerce Comapre Widget users could verify at any time the "
|
408 |
"complete list of products added to the compare tab and avoid to open the "
|
409 |
"popup to check its existence. "
|
410 |
msgstr ""
|
411 |
|
412 |
-
#: templates/admin/premium.php:
|
413 |
msgid "Compare counter - widget and shortcode"
|
414 |
msgstr ""
|
415 |
|
416 |
-
#: templates/admin/premium.php:
|
417 |
msgid ""
|
418 |
"Moreover, if you want to give your users the chance to see in a glance how "
|
419 |
"many products they have added to the Compare list, feel free to use the "
|
@@ -425,7 +423,7 @@ msgstr ""
|
|
425 |
msgid "Close window [X]"
|
426 |
msgstr "Fermer ce tableau"
|
427 |
|
428 |
-
#: templates/compare.php:
|
429 |
msgid "No products added in the compare table."
|
430 |
msgstr "Aucun produit à comparer"
|
431 |
|
@@ -441,6 +439,31 @@ msgstr ""
|
|
441 |
msgid "Clear all"
|
442 |
msgstr "Retirer tout"
|
443 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
444 |
#~ msgid "The widget show the list of products added in the compare table."
|
445 |
#~ msgstr "le widget montre les produits à comparer"
|
446 |
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: YITH Woocommerce Compare\n"
|
4 |
+
"Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
|
5 |
+
"POT-Creation-Date: 2020-03-10 11:12:56+00:00\n"
|
6 |
"PO-Revision-Date: 2018-11-28 16:32+0100\n"
|
7 |
"Last-Translator: YIThemes <support@yithemes.com>\n"
|
8 |
"Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
|
32 |
msgstr ""
|
33 |
|
34 |
#: includes/class.yith-woocompare-admin.php:153
|
35 |
+
msgctxt "Admin Plugin Name"
|
36 |
+
msgid "WooCommerce Compare"
|
37 |
+
msgstr ""
|
38 |
+
|
39 |
#: includes/class.yith-woocompare-admin.php:154
|
40 |
+
#, fuzzy
|
41 |
+
msgctxt "Admin Plugin Name"
|
|
|
42 |
msgid "Compare"
|
43 |
msgstr "Comparer"
|
44 |
|
45 |
+
#: includes/class.yith-woocompare-admin.php:243
|
46 |
msgid "YITH WooCommerce Compare Activated"
|
47 |
msgstr ""
|
48 |
|
49 |
+
#: includes/class.yith-woocompare-admin.php:244
|
|
|
50 |
msgid ""
|
51 |
"In the YIT Plugin tab you can find the YITH WooCommerce Compare options. "
|
52 |
"With this menu, you can access to all the settings of our plugins that you "
|
54 |
"PREMIUM version with many new options, <a href=\"%s\">discover it now</a>."
|
55 |
msgstr ""
|
56 |
|
57 |
+
#: includes/class.yith-woocompare-admin.php:255
|
58 |
msgid "YITH WooCommerce Compare Updated"
|
59 |
msgstr ""
|
60 |
|
61 |
+
#: includes/class.yith-woocompare-admin.php:256
|
|
|
62 |
msgid ""
|
63 |
"From now on, you can find all the options of YITH WooCommerce Compare under "
|
64 |
"YIT Plugin -> Compare instead of WooCommerce -> Settings -> Compare, as in "
|
67 |
"available options, <a href=\"%s\">discover the PREMIUM version.</a>"
|
68 |
msgstr ""
|
69 |
|
70 |
+
#: includes/class.yith-woocompare-admin.php:400
|
71 |
msgid "Do you want to hard crop the image?"
|
72 |
msgstr ""
|
73 |
|
79 |
msgid "Product Comparison"
|
80 |
msgstr "Comparaison de produits"
|
81 |
|
82 |
+
#: includes/class.yith-woocompare-frontend.php:227
|
83 |
+
#: includes/class.yith-woocompare-frontend.php:505
|
84 |
+
#: plugin-options/general-options.php:40
|
85 |
+
#: widgets/class.yith-woocompare-widget.php:51
|
86 |
+
msgid "Compare"
|
87 |
+
msgstr "Comparer"
|
88 |
+
|
89 |
#: includes/class.yith-woocompare-frontend.php:229
|
90 |
+
msgctxt "Label for popup close icon"
|
91 |
msgid "Close"
|
92 |
msgstr ""
|
93 |
|
99 |
msgid "No products to compare"
|
100 |
msgstr "Aucun produits à comparer"
|
101 |
|
102 |
+
#: includes/class.yith-woocompare-frontend.php:709 templates/compare.php:119
|
103 |
msgid "Remove"
|
104 |
msgstr "Retirer"
|
105 |
|
162 |
|
163 |
#: plugin-options/general-options.php:25
|
164 |
#, fuzzy
|
|
|
165 |
msgid "Choose if you want to use a link or a button for the comepare actions."
|
166 |
msgstr "utiliser un lien ou un bouton"
|
167 |
|
168 |
+
#: plugin-options/general-options.php:31
|
169 |
msgid "Link"
|
170 |
msgstr "lien"
|
171 |
|
172 |
+
#: plugin-options/general-options.php:32
|
173 |
msgid "Button"
|
174 |
msgstr "bouton"
|
175 |
|
176 |
+
#: plugin-options/general-options.php:37
|
177 |
msgid "Link/Button text"
|
178 |
msgstr "texte du lien ou bouton"
|
179 |
|
180 |
+
#: plugin-options/general-options.php:38
|
181 |
msgid "Type the text to use for the button or the link of the compare."
|
182 |
msgstr "inscriver le texte pour le bouton ou le lien pour comparer"
|
183 |
|
184 |
+
#: plugin-options/general-options.php:45
|
185 |
msgid "Show button in single product page"
|
186 |
msgstr "montrer le bouton sur page produit"
|
187 |
|
188 |
+
#: plugin-options/general-options.php:46
|
189 |
msgid "Say if you want to show the button in the single product page."
|
190 |
msgstr "dites si vous souhaitez montrer le bouton sur page produit"
|
191 |
|
192 |
+
#: plugin-options/general-options.php:53
|
193 |
msgid "Show button in products list"
|
194 |
msgstr "montrer le bouton sur liste de produit"
|
195 |
|
196 |
+
#: plugin-options/general-options.php:54
|
197 |
msgid "Say if you want to show the button in the products list."
|
198 |
msgstr "dites si vous souhaitez montrer le bouton sur liste de produit"
|
199 |
|
200 |
+
#: plugin-options/general-options.php:61
|
201 |
msgid "Open automatically lightbox"
|
202 |
msgstr "ouverture lightbox auto"
|
203 |
|
204 |
+
#: plugin-options/general-options.php:62
|
205 |
msgid "Open link after click into \"Compare\" button\"."
|
206 |
msgstr "ouvrir lien apres le click sur bouton"
|
207 |
|
208 |
+
#: plugin-options/general-options.php:74
|
209 |
msgid "Table Settings"
|
210 |
msgstr "reglages panneau"
|
211 |
|
212 |
+
#: plugin-options/general-options.php:81
|
213 |
msgid "Table title"
|
214 |
msgstr ""
|
215 |
|
216 |
+
#: plugin-options/general-options.php:82
|
217 |
msgid "Type the text to use for the table title."
|
218 |
msgstr ""
|
219 |
|
220 |
+
#: plugin-options/general-options.php:84 templates/compare.php:22
|
221 |
msgid "Compare products"
|
222 |
msgstr "Comparer les produits"
|
223 |
|
224 |
+
#: plugin-options/general-options.php:89
|
225 |
msgid "Fields to show"
|
226 |
msgstr "champs a montrer"
|
227 |
|
228 |
+
#: plugin-options/general-options.php:90
|
229 |
msgid ""
|
230 |
"Select the fields to show in the comparison table and order them by "
|
231 |
"drag&drop (are included also the woocommerce attributes)"
|
233 |
"selectionnez les champs a montrer dans le tabelau de comparaison (en faisant "
|
234 |
"glisser deposer)"
|
235 |
|
236 |
+
#: plugin-options/general-options.php:97
|
237 |
msgid "Repeat \"Price\" field"
|
238 |
msgstr ""
|
239 |
|
240 |
+
#: plugin-options/general-options.php:98
|
241 |
msgid "Repeat the \"Price\" field at the end of the table"
|
242 |
msgstr ""
|
243 |
|
244 |
+
#: plugin-options/general-options.php:105
|
245 |
msgid "Repeat \"Add to cart\" field"
|
246 |
msgstr ""
|
247 |
|
248 |
+
#: plugin-options/general-options.php:106
|
249 |
msgid "Repeat the \"Add to cart\" field at the end of the table"
|
250 |
msgstr ""
|
251 |
|
252 |
+
#: plugin-options/general-options.php:113
|
253 |
msgid "Image size"
|
254 |
msgstr "taille image"
|
255 |
|
256 |
+
#: plugin-options/general-options.php:114
|
257 |
msgid "Set the size for the images"
|
258 |
msgstr "ajuster tialle image"
|
259 |
|
260 |
+
#: templates/admin/premium.php:242 templates/admin/premium.php:448
|
|
|
261 |
msgid ""
|
262 |
"Upgrade to %1$spremium version%2$s of %1$sYITH WooCommerce Compare%2$s to "
|
263 |
"benefit from all features!"
|
264 |
msgstr ""
|
265 |
|
266 |
+
#: templates/admin/premium.php:245 templates/admin/premium.php:451
|
267 |
msgid "UPGRADE"
|
268 |
msgstr ""
|
269 |
|
270 |
+
#: templates/admin/premium.php:246 templates/admin/premium.php:452
|
271 |
msgid "to the premium version"
|
272 |
msgstr ""
|
273 |
|
274 |
+
#: templates/admin/premium.php:252
|
275 |
msgid "Premium Features"
|
276 |
msgstr ""
|
277 |
|
278 |
+
#: templates/admin/premium.php:260
|
279 |
msgid "A DEDICATED PAGE"
|
280 |
msgstr ""
|
281 |
|
282 |
+
#: templates/admin/premium.php:263
|
|
|
283 |
msgid ""
|
284 |
"Don't you want to compare your products in a modal window anymore?%3$sWith "
|
285 |
"the premium version of %1$sYITH WooCommerce Compare%2$s, a new page will be "
|
288 |
"whenever they want."
|
289 |
msgstr ""
|
290 |
|
291 |
+
#: templates/admin/premium.php:273
|
292 |
msgid "CATEGORY COMPARATION"
|
293 |
msgstr ""
|
294 |
|
295 |
+
#: templates/admin/premium.php:276
|
|
|
296 |
msgid ""
|
297 |
"People are often confused by finding products of different categories in the "
|
298 |
"comparison table, creating difficulties in comparing the products they are "
|
301 |
"affinity."
|
302 |
msgstr ""
|
303 |
|
304 |
+
#: templates/admin/premium.php:292
|
305 |
msgid "CATEGORY EXCLUSION "
|
306 |
msgstr ""
|
307 |
|
308 |
+
#: templates/admin/premium.php:295
|
|
|
309 |
msgid ""
|
310 |
"In your shop there may be product categories you don't want to be affected "
|
311 |
"by the plugin features, deleting the comparison button for them. The premium "
|
315 |
"selected categories."
|
316 |
msgstr ""
|
317 |
|
318 |
+
#: templates/admin/premium.php:305
|
319 |
msgid "TABLE IMAGE"
|
320 |
msgstr ""
|
321 |
|
322 |
+
#: templates/admin/premium.php:308
|
|
|
323 |
msgid ""
|
324 |
"Give a personal touch to the %1$scomparison table%2$s your users will see. "
|
325 |
"Select an image, upload it from the option panel and show it ahead of the "
|
326 |
"table to your users. "
|
327 |
msgstr ""
|
328 |
|
329 |
+
#: templates/admin/premium.php:324
|
330 |
msgid "DYNAMIC FIELDS"
|
331 |
msgstr ""
|
332 |
|
333 |
+
#: templates/admin/premium.php:327
|
|
|
334 |
msgid ""
|
335 |
"With this precious feature, you will be able to show in the table only the "
|
336 |
"fields that have information in at least one of the selected products."
|
338 |
"be no more empty lines in your comparison table."
|
339 |
msgstr ""
|
340 |
|
341 |
+
#: templates/admin/premium.php:337
|
342 |
msgid "SOCIAL NETWORK SHARING"
|
343 |
msgstr ""
|
344 |
|
345 |
+
#: templates/admin/premium.php:340
|
|
|
346 |
msgid ""
|
347 |
"One of the most appealing features of the premium version of the plugin.Four "
|
348 |
"social network sites for your users (Facebook, Twitter, Google + and "
|
350 |
"products they have selected."
|
351 |
msgstr ""
|
352 |
|
353 |
+
#: templates/admin/premium.php:356
|
354 |
msgid "RELATED PRODUCTS"
|
355 |
msgstr ""
|
356 |
|
357 |
+
#: templates/admin/premium.php:359
|
|
|
358 |
msgid ""
|
359 |
"All the products that have common categories and/or tags with those in the "
|
360 |
"comparison table will be showed in a slider, right under the comparison "
|
363 |
"interested into."
|
364 |
msgstr ""
|
365 |
|
366 |
+
#: templates/admin/premium.php:369
|
367 |
msgid "CUSTOMIZABLE STYLE"
|
368 |
msgstr ""
|
369 |
|
370 |
+
#: templates/admin/premium.php:372
|
|
|
371 |
msgid ""
|
372 |
"An advanced option panel that let you change all the colors of the plugin, "
|
373 |
"so that you can adapt stylistically all its elements %1$sto the layout%2$s "
|
375 |
"to get to the best result."
|
376 |
msgstr ""
|
377 |
|
378 |
+
#: templates/admin/premium.php:388
|
379 |
msgid "CUSTOMIZED ATTRIBUTES"
|
380 |
msgstr ""
|
381 |
|
382 |
+
#: templates/admin/premium.php:391
|
|
|
383 |
msgid ""
|
384 |
"Let you users compare products following every feature, and considering also "
|
385 |
"all those %1$sattributes%2$s that can be manually created in within the "
|
386 |
"product detail page. Every single detail will be included."
|
387 |
msgstr ""
|
388 |
|
389 |
+
#: templates/admin/premium.php:401
|
390 |
msgid "A TAILORED TABLE"
|
391 |
msgstr ""
|
392 |
|
393 |
+
#: templates/admin/premium.php:404
|
|
|
394 |
msgid ""
|
395 |
"Select the products you want to compare and the system will offer you the "
|
396 |
"%1$sshortcode%2$s to generate a comparing table. Simple, rapid and useful."
|
397 |
msgstr ""
|
398 |
|
399 |
+
#: templates/admin/premium.php:420
|
400 |
msgid "Compare list - widget"
|
401 |
msgstr ""
|
402 |
|
403 |
+
#: templates/admin/premium.php:423
|
404 |
msgid ""
|
405 |
"Thanks to YITH WooCommerce Comapre Widget users could verify at any time the "
|
406 |
"complete list of products added to the compare tab and avoid to open the "
|
407 |
"popup to check its existence. "
|
408 |
msgstr ""
|
409 |
|
410 |
+
#: templates/admin/premium.php:433
|
411 |
msgid "Compare counter - widget and shortcode"
|
412 |
msgstr ""
|
413 |
|
414 |
+
#: templates/admin/premium.php:436
|
415 |
msgid ""
|
416 |
"Moreover, if you want to give your users the chance to see in a glance how "
|
417 |
"many products they have added to the Compare list, feel free to use the "
|
423 |
msgid "Close window [X]"
|
424 |
msgstr "Fermer ce tableau"
|
425 |
|
426 |
+
#: templates/compare.php:107
|
427 |
msgid "No products added in the compare table."
|
428 |
msgstr "Aucun produit à comparer"
|
429 |
|
439 |
msgid "Clear all"
|
440 |
msgstr "Retirer tout"
|
441 |
|
442 |
+
#. Plugin Name of the plugin/theme
|
443 |
+
msgid "YITH WooCommerce Compare"
|
444 |
+
msgstr ""
|
445 |
+
|
446 |
+
#. Plugin URI of the plugin/theme
|
447 |
+
msgid "https://yithemes.com/themes/plugins/yith-woocommerce-compare/"
|
448 |
+
msgstr ""
|
449 |
+
|
450 |
+
#. Description of the plugin/theme
|
451 |
+
msgid ""
|
452 |
+
"The <code><strong>YITH WooCommerce Compare</strong></code> plugin allow you "
|
453 |
+
"to compare in a simple and efficient way products on sale in your shop and "
|
454 |
+
"analyze their main features in a single table. <a href=\"https://yithemes."
|
455 |
+
"com/\" target=\"_blank\">Get more plugins for your e-commerce shop on "
|
456 |
+
"<strong>YITH</strong></a>."
|
457 |
+
msgstr ""
|
458 |
+
|
459 |
+
#. Author of the plugin/theme
|
460 |
+
msgid "YITH"
|
461 |
+
msgstr ""
|
462 |
+
|
463 |
+
#. Author URI of the plugin/theme
|
464 |
+
msgid "https://yithemes.com/"
|
465 |
+
msgstr ""
|
466 |
+
|
467 |
#~ msgid "The widget show the list of products added in the compare table."
|
468 |
#~ msgstr "le widget montre les produits à comparer"
|
469 |
|
languages/yith-woocommerce-compare-it_IT.mo
CHANGED
Binary file
|
languages/yith-woocommerce-compare-it_IT.po
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: YITH Woocommerce Compare\n"
|
4 |
-
"
|
|
|
5 |
"PO-Revision-Date: 2018-11-28 16:32+0100\n"
|
6 |
"Last-Translator: Nicola Mustone <mail@nicolamustone.it>\n"
|
7 |
"Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
|
@@ -31,19 +32,22 @@ msgid "Premium Version"
|
|
31 |
msgstr "Versione premium"
|
32 |
|
33 |
#: includes/class.yith-woocompare-admin.php:153
|
|
|
|
|
|
|
|
|
|
|
34 |
#: includes/class.yith-woocompare-admin.php:154
|
35 |
-
|
36 |
-
|
37 |
-
#: widgets/class.yith-woocompare-widget.php:51
|
38 |
msgid "Compare"
|
39 |
msgstr "Confronta"
|
40 |
|
41 |
-
#: includes/class.yith-woocompare-admin.php:
|
42 |
msgid "YITH WooCommerce Compare Activated"
|
43 |
msgstr "YITH WooCommerce Compare attivato"
|
44 |
|
45 |
-
#: includes/class.yith-woocompare-admin.php:
|
46 |
-
#, php-format
|
47 |
msgid ""
|
48 |
"In the YIT Plugin tab you can find the YITH WooCommerce Compare options. "
|
49 |
"With this menu, you can access to all the settings of our plugins that you "
|
@@ -56,12 +60,11 @@ msgstr ""
|
|
56 |
"WooCommerce Compare con molte nuove opzioni, <a href=\"%s\">scoprila subito</"
|
57 |
"a>."
|
58 |
|
59 |
-
#: includes/class.yith-woocompare-admin.php:
|
60 |
msgid "YITH WooCommerce Compare Updated"
|
61 |
msgstr "YITH WooCommerce Compare aggiornato"
|
62 |
|
63 |
-
#: includes/class.yith-woocompare-admin.php:
|
64 |
-
#, php-format
|
65 |
msgid ""
|
66 |
"From now on, you can find all the options of YITH WooCommerce Compare under "
|
67 |
"YIT Plugin -> Compare instead of WooCommerce -> Settings -> Compare, as in "
|
@@ -76,7 +79,7 @@ msgstr ""
|
|
76 |
"Compare è stato aggiornato includendo nuove opzioni, <a href=\"%s\">scopri "
|
77 |
"la versione PREMIUM</a>."
|
78 |
|
79 |
-
#: includes/class.yith-woocompare-admin.php:
|
80 |
msgid "Do you want to hard crop the image?"
|
81 |
msgstr "Vuoi ritagliare questa immagine?"
|
82 |
|
@@ -88,7 +91,16 @@ msgstr "Aggiunto"
|
|
88 |
msgid "Product Comparison"
|
89 |
msgstr "Comparazione Prodotto"
|
90 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
91 |
#: includes/class.yith-woocompare-frontend.php:229
|
|
|
|
|
92 |
msgid "Close"
|
93 |
msgstr "Chiudi"
|
94 |
|
@@ -100,7 +112,7 @@ msgstr "In stock"
|
|
100 |
msgid "No products to compare"
|
101 |
msgstr "Nessun prodotto da comparare"
|
102 |
|
103 |
-
#: includes/class.yith-woocompare-frontend.php:709 templates/compare.php:
|
104 |
msgid "Remove"
|
105 |
msgstr "Rimuovi"
|
106 |
|
@@ -170,70 +182,70 @@ msgid "Choose if you want to use a link or a button for the comepare actions."
|
|
170 |
msgstr ""
|
171 |
"Scegli se utilizzare un linko un pulsante per confrontare i tuoi prodotti."
|
172 |
|
173 |
-
#: plugin-options/general-options.php:
|
174 |
msgid "Link"
|
175 |
msgstr "Collegamento"
|
176 |
|
177 |
-
#: plugin-options/general-options.php:
|
178 |
msgid "Button"
|
179 |
msgstr "Pulsante"
|
180 |
|
181 |
-
#: plugin-options/general-options.php:
|
182 |
msgid "Link/Button text"
|
183 |
msgstr "Testo collegamento/pulsante"
|
184 |
|
185 |
-
#: plugin-options/general-options.php:
|
186 |
msgid "Type the text to use for the button or the link of the compare."
|
187 |
msgstr ""
|
188 |
"Inserisci il testo da utilizzare per il pulsante o il collegamento che ti "
|
189 |
"permetterà di confrontare i prodotti."
|
190 |
|
191 |
-
#: plugin-options/general-options.php:
|
192 |
msgid "Show button in single product page"
|
193 |
msgstr "Mostra pulsante nella pagina dettaglio prodotto"
|
194 |
|
195 |
-
#: plugin-options/general-options.php:
|
196 |
msgid "Say if you want to show the button in the single product page."
|
197 |
msgstr ""
|
198 |
"Scegli se vuoi mostrare il pulsante nella pagina dettaglio del prodotto."
|
199 |
|
200 |
-
#: plugin-options/general-options.php:
|
201 |
msgid "Show button in products list"
|
202 |
msgstr "Mostra pulsante nella lista prodotti"
|
203 |
|
204 |
-
#: plugin-options/general-options.php:
|
205 |
msgid "Say if you want to show the button in the products list."
|
206 |
msgstr "Imposta se vuoi mostrare il pulsante nella lista prodotti."
|
207 |
|
208 |
-
#: plugin-options/general-options.php:
|
209 |
msgid "Open automatically lightbox"
|
210 |
msgstr "Apri lightbox automaticamente"
|
211 |
|
212 |
-
#: plugin-options/general-options.php:
|
213 |
msgid "Open link after click into \"Compare\" button\"."
|
214 |
msgstr "Apri pagina dopo aver cliccato sul pulsante \"Confronta\"."
|
215 |
|
216 |
-
#: plugin-options/general-options.php:
|
217 |
msgid "Table Settings"
|
218 |
msgstr "Impostazioni tabella."
|
219 |
|
220 |
-
#: plugin-options/general-options.php:
|
221 |
msgid "Table title"
|
222 |
msgstr "Titolo tabella"
|
223 |
|
224 |
-
#: plugin-options/general-options.php:
|
225 |
msgid "Type the text to use for the table title."
|
226 |
msgstr "Inserisci il testo da utilizzare come titolo della tabella."
|
227 |
|
228 |
-
#: plugin-options/general-options.php:
|
229 |
msgid "Compare products"
|
230 |
msgstr "Confronta prodotti"
|
231 |
|
232 |
-
#: plugin-options/general-options.php:
|
233 |
msgid "Fields to show"
|
234 |
msgstr "Campi da mostrare"
|
235 |
|
236 |
-
#: plugin-options/general-options.php:
|
237 |
msgid ""
|
238 |
"Select the fields to show in the comparison table and order them by "
|
239 |
"drag&drop (are included also the woocommerce attributes)"
|
@@ -241,32 +253,31 @@ msgstr ""
|
|
241 |
"Seleziona i campi da mostrare nella tabella di comparazione e ordinali "
|
242 |
"attraverso il drag&drop (sono inclusi anche gli attributi di woocommerce)"
|
243 |
|
244 |
-
#: plugin-options/general-options.php:
|
245 |
msgid "Repeat \"Price\" field"
|
246 |
msgstr "Ripeti campo \"Prezzo\""
|
247 |
|
248 |
-
#: plugin-options/general-options.php:
|
249 |
msgid "Repeat the \"Price\" field at the end of the table"
|
250 |
msgstr "Ripeti il campo \"Prezzo\" alla fine di ogni tabella"
|
251 |
|
252 |
-
#: plugin-options/general-options.php:
|
253 |
msgid "Repeat \"Add to cart\" field"
|
254 |
msgstr "Ripeti campo \"Aggiungi al carrello\""
|
255 |
|
256 |
-
#: plugin-options/general-options.php:
|
257 |
msgid "Repeat the \"Add to cart\" field at the end of the table"
|
258 |
msgstr "Ripeti il campo \"Aggiungi al carrello\" alla fine di ogni tabella"
|
259 |
|
260 |
-
#: plugin-options/general-options.php:
|
261 |
msgid "Image size"
|
262 |
msgstr "Dimensione immagine"
|
263 |
|
264 |
-
#: plugin-options/general-options.php:
|
265 |
msgid "Set the size for the images"
|
266 |
msgstr "Imposta la dimensione per le immagini"
|
267 |
|
268 |
-
#: templates/admin/premium.php:
|
269 |
-
#, php-format
|
270 |
msgid ""
|
271 |
"Upgrade to %1$spremium version%2$s of %1$sYITH WooCommerce Compare%2$s to "
|
272 |
"benefit from all features!"
|
@@ -274,24 +285,23 @@ msgstr ""
|
|
274 |
"Aggiorna alla %1$sversione premium%2$s di %1$sYITH WooCommerce Compare%2$s "
|
275 |
"per usufruire di tutte le sue funzionalità!"
|
276 |
|
277 |
-
#: templates/admin/premium.php:
|
278 |
msgid "UPGRADE"
|
279 |
msgstr "AGGIORNA"
|
280 |
|
281 |
-
#: templates/admin/premium.php:
|
282 |
msgid "to the premium version"
|
283 |
msgstr "alla versione premium"
|
284 |
|
285 |
-
#: templates/admin/premium.php:
|
286 |
msgid "Premium Features"
|
287 |
msgstr "Funzionalità premium"
|
288 |
|
289 |
-
#: templates/admin/premium.php:
|
290 |
msgid "A DEDICATED PAGE"
|
291 |
msgstr "UNA PAGINA DEDICATA"
|
292 |
|
293 |
-
#: templates/admin/premium.php:
|
294 |
-
#, php-format
|
295 |
msgid ""
|
296 |
"Don't you want to compare your products in a modal window anymore?%3$sWith "
|
297 |
"the premium version of %1$sYITH WooCommerce Compare%2$s, a new page will be "
|
@@ -305,12 +315,11 @@ msgstr ""
|
|
305 |
"aggiungendola tra le voci di menu, potrai dare ai tuoi utenti la possibilità "
|
306 |
"di accedervi in qualsiasi momento e in maniera agevole."
|
307 |
|
308 |
-
#: templates/admin/premium.php:
|
309 |
msgid "CATEGORY COMPARATION"
|
310 |
msgstr "CONFRONTO PER CATEGORIA"
|
311 |
|
312 |
-
#: templates/admin/premium.php:
|
313 |
-
#, php-format
|
314 |
msgid ""
|
315 |
"People are often confused by finding products of different categories in the "
|
316 |
"comparison table, creating difficulties in comparing the products they are "
|
@@ -325,12 +334,11 @@ msgstr ""
|
|
325 |
"suddividere i prodotti presenti nella tabella a seconda della categoria di "
|
326 |
"appartenenza."
|
327 |
|
328 |
-
#: templates/admin/premium.php:
|
329 |
msgid "CATEGORY EXCLUSION "
|
330 |
msgstr "ESCLUSIONE CATEGORIE"
|
331 |
|
332 |
-
#: templates/admin/premium.php:
|
333 |
-
#, php-format
|
334 |
msgid ""
|
335 |
"In your shop there may be product categories you don't want to be affected "
|
336 |
"by the plugin features, deleting the comparison button for them. The premium "
|
@@ -347,12 +355,11 @@ msgstr ""
|
|
347 |
"comportamento, consentendo il confronto solo sui prodotti associati con le "
|
348 |
"categorie selezionate."
|
349 |
|
350 |
-
#: templates/admin/premium.php:
|
351 |
msgid "TABLE IMAGE"
|
352 |
msgstr "IMMAGINE TABELLA"
|
353 |
|
354 |
-
#: templates/admin/premium.php:
|
355 |
-
#, php-format
|
356 |
msgid ""
|
357 |
"Give a personal touch to the %1$scomparison table%2$s your users will see. "
|
358 |
"Select an image, upload it from the option panel and show it ahead of the "
|
@@ -362,12 +369,11 @@ msgstr ""
|
|
362 |
"visualizzata dagli utenti. Seleziona un’immagine, effettua l’upload dal "
|
363 |
"pannello opzioni e mostrala agli utenti in testa alla tabella."
|
364 |
|
365 |
-
#: templates/admin/premium.php:
|
366 |
msgid "DYNAMIC FIELDS"
|
367 |
msgstr "CAMPI DINAMICI"
|
368 |
|
369 |
-
#: templates/admin/premium.php:
|
370 |
-
#, php-format
|
371 |
msgid ""
|
372 |
"With this precious feature, you will be able to show in the table only the "
|
373 |
"fields that have information in at least one of the selected products."
|
@@ -380,12 +386,11 @@ msgstr ""
|
|
380 |
"esisteranno più righe della tabella comparativa senza alcun valore di "
|
381 |
"confronto."
|
382 |
|
383 |
-
#: templates/admin/premium.php:
|
384 |
msgid "SOCIAL NETWORK SHARING"
|
385 |
msgstr "CONDIVISIONE SUI SOCIAL NETWORK"
|
386 |
|
387 |
-
#: templates/admin/premium.php:
|
388 |
-
#, php-format
|
389 |
msgid ""
|
390 |
"One of the most appealing features of the premium version of the plugin.Four "
|
391 |
"social network sites for your users (Facebook, Twitter, Google + and "
|
@@ -397,12 +402,11 @@ msgstr ""
|
|
397 |
"Google+ e Pinterest) e il servizio email per permettere loro di %1$sconvidere"
|
398 |
"%2$s in rete la tabella comparativa dei prodotti che hanno selezionato."
|
399 |
|
400 |
-
#: templates/admin/premium.php:
|
401 |
msgid "RELATED PRODUCTS"
|
402 |
msgstr "PRODOTTI CORRELATI"
|
403 |
|
404 |
-
#: templates/admin/premium.php:
|
405 |
-
#, php-format
|
406 |
msgid ""
|
407 |
"All the products that have common categories and/or tags with those in the "
|
408 |
"comparison table will be showed in a slider, right under the comparison "
|
@@ -416,12 +420,11 @@ msgstr ""
|
|
416 |
"%1$s“touch-friendly”%2$s per invitare i tuoi utenti a scoprire i prodotti "
|
417 |
"del tuo shop affini a quelli che hanno attirato il loro interesse."
|
418 |
|
419 |
-
#: templates/admin/premium.php:
|
420 |
msgid "CUSTOMIZABLE STYLE"
|
421 |
msgstr "STILE PERSONALIZZABILE"
|
422 |
|
423 |
-
#: templates/admin/premium.php:
|
424 |
-
#, php-format
|
425 |
msgid ""
|
426 |
"An advanced option panel that let you change all the colors of the plugin, "
|
427 |
"so that you can adapt stylistically all its elements %1$sto the layout%2$s "
|
@@ -429,45 +432,43 @@ msgid ""
|
|
429 |
"to get to the best result."
|
430 |
msgstr ""
|
431 |
|
432 |
-
#: templates/admin/premium.php:
|
433 |
msgid "CUSTOMIZED ATTRIBUTES"
|
434 |
msgstr ""
|
435 |
|
436 |
-
#: templates/admin/premium.php:
|
437 |
-
#, php-format
|
438 |
msgid ""
|
439 |
"Let you users compare products following every feature, and considering also "
|
440 |
"all those %1$sattributes%2$s that can be manually created in within the "
|
441 |
"product detail page. Every single detail will be included."
|
442 |
msgstr ""
|
443 |
|
444 |
-
#: templates/admin/premium.php:
|
445 |
msgid "A TAILORED TABLE"
|
446 |
msgstr ""
|
447 |
|
448 |
-
#: templates/admin/premium.php:
|
449 |
-
#, php-format
|
450 |
msgid ""
|
451 |
"Select the products you want to compare and the system will offer you the "
|
452 |
"%1$sshortcode%2$s to generate a comparing table. Simple, rapid and useful."
|
453 |
msgstr ""
|
454 |
|
455 |
-
#: templates/admin/premium.php:
|
456 |
msgid "Compare list - widget"
|
457 |
msgstr ""
|
458 |
|
459 |
-
#: templates/admin/premium.php:
|
460 |
msgid ""
|
461 |
"Thanks to YITH WooCommerce Comapre Widget users could verify at any time the "
|
462 |
"complete list of products added to the compare tab and avoid to open the "
|
463 |
"popup to check its existence. "
|
464 |
msgstr ""
|
465 |
|
466 |
-
#: templates/admin/premium.php:
|
467 |
msgid "Compare counter - widget and shortcode"
|
468 |
msgstr ""
|
469 |
|
470 |
-
#: templates/admin/premium.php:
|
471 |
msgid ""
|
472 |
"Moreover, if you want to give your users the chance to see in a glance how "
|
473 |
"many products they have added to the Compare list, feel free to use the "
|
@@ -479,7 +480,7 @@ msgstr ""
|
|
479 |
msgid "Close window [X]"
|
480 |
msgstr "Chiudi finestra [X]"
|
481 |
|
482 |
-
#: templates/compare.php:
|
483 |
msgid "No products added in the compare table."
|
484 |
msgstr "Nessun prodotto aggiunto nella tabella di comparazione."
|
485 |
|
@@ -496,6 +497,32 @@ msgstr "YITH WooCommerce Compare Widget"
|
|
496 |
msgid "Clear all"
|
497 |
msgstr "Cancella tutti"
|
498 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
499 |
#~ msgid "Plugin Documentation"
|
500 |
#~ msgstr "Documentazione plugin"
|
501 |
|
@@ -908,9 +935,6 @@ msgstr "Cancella tutti"
|
|
908 |
#~ msgid "Click to preview"
|
909 |
#~ msgstr "Clicca per anteprima"
|
910 |
|
911 |
-
#~ msgid "Woocommerce Compare"
|
912 |
-
#~ msgstr "Modalità Manutenzione"
|
913 |
-
|
914 |
#~ msgid "Docs"
|
915 |
#~ msgstr "Documentazione"
|
916 |
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: YITH Woocommerce Compare\n"
|
4 |
+
"Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
|
5 |
+
"POT-Creation-Date: 2020-03-10 11:12:56+00:00\n"
|
6 |
"PO-Revision-Date: 2018-11-28 16:32+0100\n"
|
7 |
"Last-Translator: Nicola Mustone <mail@nicolamustone.it>\n"
|
8 |
"Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
|
32 |
msgstr "Versione premium"
|
33 |
|
34 |
#: includes/class.yith-woocompare-admin.php:153
|
35 |
+
#, fuzzy
|
36 |
+
msgctxt "Admin Plugin Name"
|
37 |
+
msgid "WooCommerce Compare"
|
38 |
+
msgstr "Modalità Manutenzione"
|
39 |
+
|
40 |
#: includes/class.yith-woocompare-admin.php:154
|
41 |
+
#, fuzzy
|
42 |
+
msgctxt "Admin Plugin Name"
|
|
|
43 |
msgid "Compare"
|
44 |
msgstr "Confronta"
|
45 |
|
46 |
+
#: includes/class.yith-woocompare-admin.php:243
|
47 |
msgid "YITH WooCommerce Compare Activated"
|
48 |
msgstr "YITH WooCommerce Compare attivato"
|
49 |
|
50 |
+
#: includes/class.yith-woocompare-admin.php:244
|
|
|
51 |
msgid ""
|
52 |
"In the YIT Plugin tab you can find the YITH WooCommerce Compare options. "
|
53 |
"With this menu, you can access to all the settings of our plugins that you "
|
60 |
"WooCommerce Compare con molte nuove opzioni, <a href=\"%s\">scoprila subito</"
|
61 |
"a>."
|
62 |
|
63 |
+
#: includes/class.yith-woocompare-admin.php:255
|
64 |
msgid "YITH WooCommerce Compare Updated"
|
65 |
msgstr "YITH WooCommerce Compare aggiornato"
|
66 |
|
67 |
+
#: includes/class.yith-woocompare-admin.php:256
|
|
|
68 |
msgid ""
|
69 |
"From now on, you can find all the options of YITH WooCommerce Compare under "
|
70 |
"YIT Plugin -> Compare instead of WooCommerce -> Settings -> Compare, as in "
|
79 |
"Compare è stato aggiornato includendo nuove opzioni, <a href=\"%s\">scopri "
|
80 |
"la versione PREMIUM</a>."
|
81 |
|
82 |
+
#: includes/class.yith-woocompare-admin.php:400
|
83 |
msgid "Do you want to hard crop the image?"
|
84 |
msgstr "Vuoi ritagliare questa immagine?"
|
85 |
|
91 |
msgid "Product Comparison"
|
92 |
msgstr "Comparazione Prodotto"
|
93 |
|
94 |
+
#: includes/class.yith-woocompare-frontend.php:227
|
95 |
+
#: includes/class.yith-woocompare-frontend.php:505
|
96 |
+
#: plugin-options/general-options.php:40
|
97 |
+
#: widgets/class.yith-woocompare-widget.php:51
|
98 |
+
msgid "Compare"
|
99 |
+
msgstr "Confronta"
|
100 |
+
|
101 |
#: includes/class.yith-woocompare-frontend.php:229
|
102 |
+
#, fuzzy
|
103 |
+
msgctxt "Label for popup close icon"
|
104 |
msgid "Close"
|
105 |
msgstr "Chiudi"
|
106 |
|
112 |
msgid "No products to compare"
|
113 |
msgstr "Nessun prodotto da comparare"
|
114 |
|
115 |
+
#: includes/class.yith-woocompare-frontend.php:709 templates/compare.php:119
|
116 |
msgid "Remove"
|
117 |
msgstr "Rimuovi"
|
118 |
|
182 |
msgstr ""
|
183 |
"Scegli se utilizzare un linko un pulsante per confrontare i tuoi prodotti."
|
184 |
|
185 |
+
#: plugin-options/general-options.php:31
|
186 |
msgid "Link"
|
187 |
msgstr "Collegamento"
|
188 |
|
189 |
+
#: plugin-options/general-options.php:32
|
190 |
msgid "Button"
|
191 |
msgstr "Pulsante"
|
192 |
|
193 |
+
#: plugin-options/general-options.php:37
|
194 |
msgid "Link/Button text"
|
195 |
msgstr "Testo collegamento/pulsante"
|
196 |
|
197 |
+
#: plugin-options/general-options.php:38
|
198 |
msgid "Type the text to use for the button or the link of the compare."
|
199 |
msgstr ""
|
200 |
"Inserisci il testo da utilizzare per il pulsante o il collegamento che ti "
|
201 |
"permetterà di confrontare i prodotti."
|
202 |
|
203 |
+
#: plugin-options/general-options.php:45
|
204 |
msgid "Show button in single product page"
|
205 |
msgstr "Mostra pulsante nella pagina dettaglio prodotto"
|
206 |
|
207 |
+
#: plugin-options/general-options.php:46
|
208 |
msgid "Say if you want to show the button in the single product page."
|
209 |
msgstr ""
|
210 |
"Scegli se vuoi mostrare il pulsante nella pagina dettaglio del prodotto."
|
211 |
|
212 |
+
#: plugin-options/general-options.php:53
|
213 |
msgid "Show button in products list"
|
214 |
msgstr "Mostra pulsante nella lista prodotti"
|
215 |
|
216 |
+
#: plugin-options/general-options.php:54
|
217 |
msgid "Say if you want to show the button in the products list."
|
218 |
msgstr "Imposta se vuoi mostrare il pulsante nella lista prodotti."
|
219 |
|
220 |
+
#: plugin-options/general-options.php:61
|
221 |
msgid "Open automatically lightbox"
|
222 |
msgstr "Apri lightbox automaticamente"
|
223 |
|
224 |
+
#: plugin-options/general-options.php:62
|
225 |
msgid "Open link after click into \"Compare\" button\"."
|
226 |
msgstr "Apri pagina dopo aver cliccato sul pulsante \"Confronta\"."
|
227 |
|
228 |
+
#: plugin-options/general-options.php:74
|
229 |
msgid "Table Settings"
|
230 |
msgstr "Impostazioni tabella."
|
231 |
|
232 |
+
#: plugin-options/general-options.php:81
|
233 |
msgid "Table title"
|
234 |
msgstr "Titolo tabella"
|
235 |
|
236 |
+
#: plugin-options/general-options.php:82
|
237 |
msgid "Type the text to use for the table title."
|
238 |
msgstr "Inserisci il testo da utilizzare come titolo della tabella."
|
239 |
|
240 |
+
#: plugin-options/general-options.php:84 templates/compare.php:22
|
241 |
msgid "Compare products"
|
242 |
msgstr "Confronta prodotti"
|
243 |
|
244 |
+
#: plugin-options/general-options.php:89
|
245 |
msgid "Fields to show"
|
246 |
msgstr "Campi da mostrare"
|
247 |
|
248 |
+
#: plugin-options/general-options.php:90
|
249 |
msgid ""
|
250 |
"Select the fields to show in the comparison table and order them by "
|
251 |
"drag&drop (are included also the woocommerce attributes)"
|
253 |
"Seleziona i campi da mostrare nella tabella di comparazione e ordinali "
|
254 |
"attraverso il drag&drop (sono inclusi anche gli attributi di woocommerce)"
|
255 |
|
256 |
+
#: plugin-options/general-options.php:97
|
257 |
msgid "Repeat \"Price\" field"
|
258 |
msgstr "Ripeti campo \"Prezzo\""
|
259 |
|
260 |
+
#: plugin-options/general-options.php:98
|
261 |
msgid "Repeat the \"Price\" field at the end of the table"
|
262 |
msgstr "Ripeti il campo \"Prezzo\" alla fine di ogni tabella"
|
263 |
|
264 |
+
#: plugin-options/general-options.php:105
|
265 |
msgid "Repeat \"Add to cart\" field"
|
266 |
msgstr "Ripeti campo \"Aggiungi al carrello\""
|
267 |
|
268 |
+
#: plugin-options/general-options.php:106
|
269 |
msgid "Repeat the \"Add to cart\" field at the end of the table"
|
270 |
msgstr "Ripeti il campo \"Aggiungi al carrello\" alla fine di ogni tabella"
|
271 |
|
272 |
+
#: plugin-options/general-options.php:113
|
273 |
msgid "Image size"
|
274 |
msgstr "Dimensione immagine"
|
275 |
|
276 |
+
#: plugin-options/general-options.php:114
|
277 |
msgid "Set the size for the images"
|
278 |
msgstr "Imposta la dimensione per le immagini"
|
279 |
|
280 |
+
#: templates/admin/premium.php:242 templates/admin/premium.php:448
|
|
|
281 |
msgid ""
|
282 |
"Upgrade to %1$spremium version%2$s of %1$sYITH WooCommerce Compare%2$s to "
|
283 |
"benefit from all features!"
|
285 |
"Aggiorna alla %1$sversione premium%2$s di %1$sYITH WooCommerce Compare%2$s "
|
286 |
"per usufruire di tutte le sue funzionalità!"
|
287 |
|
288 |
+
#: templates/admin/premium.php:245 templates/admin/premium.php:451
|
289 |
msgid "UPGRADE"
|
290 |
msgstr "AGGIORNA"
|
291 |
|
292 |
+
#: templates/admin/premium.php:246 templates/admin/premium.php:452
|
293 |
msgid "to the premium version"
|
294 |
msgstr "alla versione premium"
|
295 |
|
296 |
+
#: templates/admin/premium.php:252
|
297 |
msgid "Premium Features"
|
298 |
msgstr "Funzionalità premium"
|
299 |
|
300 |
+
#: templates/admin/premium.php:260
|
301 |
msgid "A DEDICATED PAGE"
|
302 |
msgstr "UNA PAGINA DEDICATA"
|
303 |
|
304 |
+
#: templates/admin/premium.php:263
|
|
|
305 |
msgid ""
|
306 |
"Don't you want to compare your products in a modal window anymore?%3$sWith "
|
307 |
"the premium version of %1$sYITH WooCommerce Compare%2$s, a new page will be "
|
315 |
"aggiungendola tra le voci di menu, potrai dare ai tuoi utenti la possibilità "
|
316 |
"di accedervi in qualsiasi momento e in maniera agevole."
|
317 |
|
318 |
+
#: templates/admin/premium.php:273
|
319 |
msgid "CATEGORY COMPARATION"
|
320 |
msgstr "CONFRONTO PER CATEGORIA"
|
321 |
|
322 |
+
#: templates/admin/premium.php:276
|
|
|
323 |
msgid ""
|
324 |
"People are often confused by finding products of different categories in the "
|
325 |
"comparison table, creating difficulties in comparing the products they are "
|
334 |
"suddividere i prodotti presenti nella tabella a seconda della categoria di "
|
335 |
"appartenenza."
|
336 |
|
337 |
+
#: templates/admin/premium.php:292
|
338 |
msgid "CATEGORY EXCLUSION "
|
339 |
msgstr "ESCLUSIONE CATEGORIE"
|
340 |
|
341 |
+
#: templates/admin/premium.php:295
|
|
|
342 |
msgid ""
|
343 |
"In your shop there may be product categories you don't want to be affected "
|
344 |
"by the plugin features, deleting the comparison button for them. The premium "
|
355 |
"comportamento, consentendo il confronto solo sui prodotti associati con le "
|
356 |
"categorie selezionate."
|
357 |
|
358 |
+
#: templates/admin/premium.php:305
|
359 |
msgid "TABLE IMAGE"
|
360 |
msgstr "IMMAGINE TABELLA"
|
361 |
|
362 |
+
#: templates/admin/premium.php:308
|
|
|
363 |
msgid ""
|
364 |
"Give a personal touch to the %1$scomparison table%2$s your users will see. "
|
365 |
"Select an image, upload it from the option panel and show it ahead of the "
|
369 |
"visualizzata dagli utenti. Seleziona un’immagine, effettua l’upload dal "
|
370 |
"pannello opzioni e mostrala agli utenti in testa alla tabella."
|
371 |
|
372 |
+
#: templates/admin/premium.php:324
|
373 |
msgid "DYNAMIC FIELDS"
|
374 |
msgstr "CAMPI DINAMICI"
|
375 |
|
376 |
+
#: templates/admin/premium.php:327
|
|
|
377 |
msgid ""
|
378 |
"With this precious feature, you will be able to show in the table only the "
|
379 |
"fields that have information in at least one of the selected products."
|
386 |
"esisteranno più righe della tabella comparativa senza alcun valore di "
|
387 |
"confronto."
|
388 |
|
389 |
+
#: templates/admin/premium.php:337
|
390 |
msgid "SOCIAL NETWORK SHARING"
|
391 |
msgstr "CONDIVISIONE SUI SOCIAL NETWORK"
|
392 |
|
393 |
+
#: templates/admin/premium.php:340
|
|
|
394 |
msgid ""
|
395 |
"One of the most appealing features of the premium version of the plugin.Four "
|
396 |
"social network sites for your users (Facebook, Twitter, Google + and "
|
402 |
"Google+ e Pinterest) e il servizio email per permettere loro di %1$sconvidere"
|
403 |
"%2$s in rete la tabella comparativa dei prodotti che hanno selezionato."
|
404 |
|
405 |
+
#: templates/admin/premium.php:356
|
406 |
msgid "RELATED PRODUCTS"
|
407 |
msgstr "PRODOTTI CORRELATI"
|
408 |
|
409 |
+
#: templates/admin/premium.php:359
|
|
|
410 |
msgid ""
|
411 |
"All the products that have common categories and/or tags with those in the "
|
412 |
"comparison table will be showed in a slider, right under the comparison "
|
420 |
"%1$s“touch-friendly”%2$s per invitare i tuoi utenti a scoprire i prodotti "
|
421 |
"del tuo shop affini a quelli che hanno attirato il loro interesse."
|
422 |
|
423 |
+
#: templates/admin/premium.php:369
|
424 |
msgid "CUSTOMIZABLE STYLE"
|
425 |
msgstr "STILE PERSONALIZZABILE"
|
426 |
|
427 |
+
#: templates/admin/premium.php:372
|
|
|
428 |
msgid ""
|
429 |
"An advanced option panel that let you change all the colors of the plugin, "
|
430 |
"so that you can adapt stylistically all its elements %1$sto the layout%2$s "
|
432 |
"to get to the best result."
|
433 |
msgstr ""
|
434 |
|
435 |
+
#: templates/admin/premium.php:388
|
436 |
msgid "CUSTOMIZED ATTRIBUTES"
|
437 |
msgstr ""
|
438 |
|
439 |
+
#: templates/admin/premium.php:391
|
|
|
440 |
msgid ""
|
441 |
"Let you users compare products following every feature, and considering also "
|
442 |
"all those %1$sattributes%2$s that can be manually created in within the "
|
443 |
"product detail page. Every single detail will be included."
|
444 |
msgstr ""
|
445 |
|
446 |
+
#: templates/admin/premium.php:401
|
447 |
msgid "A TAILORED TABLE"
|
448 |
msgstr ""
|
449 |
|
450 |
+
#: templates/admin/premium.php:404
|
|
|
451 |
msgid ""
|
452 |
"Select the products you want to compare and the system will offer you the "
|
453 |
"%1$sshortcode%2$s to generate a comparing table. Simple, rapid and useful."
|
454 |
msgstr ""
|
455 |
|
456 |
+
#: templates/admin/premium.php:420
|
457 |
msgid "Compare list - widget"
|
458 |
msgstr ""
|
459 |
|
460 |
+
#: templates/admin/premium.php:423
|
461 |
msgid ""
|
462 |
"Thanks to YITH WooCommerce Comapre Widget users could verify at any time the "
|
463 |
"complete list of products added to the compare tab and avoid to open the "
|
464 |
"popup to check its existence. "
|
465 |
msgstr ""
|
466 |
|
467 |
+
#: templates/admin/premium.php:433
|
468 |
msgid "Compare counter - widget and shortcode"
|
469 |
msgstr ""
|
470 |
|
471 |
+
#: templates/admin/premium.php:436
|
472 |
msgid ""
|
473 |
"Moreover, if you want to give your users the chance to see in a glance how "
|
474 |
"many products they have added to the Compare list, feel free to use the "
|
480 |
msgid "Close window [X]"
|
481 |
msgstr "Chiudi finestra [X]"
|
482 |
|
483 |
+
#: templates/compare.php:107
|
484 |
msgid "No products added in the compare table."
|
485 |
msgstr "Nessun prodotto aggiunto nella tabella di comparazione."
|
486 |
|
497 |
msgid "Clear all"
|
498 |
msgstr "Cancella tutti"
|
499 |
|
500 |
+
#. Plugin Name of the plugin/theme
|
501 |
+
#, fuzzy
|
502 |
+
msgid "YITH WooCommerce Compare"
|
503 |
+
msgstr "YITH WooCommerce Compare Widget"
|
504 |
+
|
505 |
+
#. Plugin URI of the plugin/theme
|
506 |
+
msgid "https://yithemes.com/themes/plugins/yith-woocommerce-compare/"
|
507 |
+
msgstr ""
|
508 |
+
|
509 |
+
#. Description of the plugin/theme
|
510 |
+
msgid ""
|
511 |
+
"The <code><strong>YITH WooCommerce Compare</strong></code> plugin allow you "
|
512 |
+
"to compare in a simple and efficient way products on sale in your shop and "
|
513 |
+
"analyze their main features in a single table. <a href=\"https://yithemes."
|
514 |
+
"com/\" target=\"_blank\">Get more plugins for your e-commerce shop on "
|
515 |
+
"<strong>YITH</strong></a>."
|
516 |
+
msgstr ""
|
517 |
+
|
518 |
+
#. Author of the plugin/theme
|
519 |
+
msgid "YITH"
|
520 |
+
msgstr ""
|
521 |
+
|
522 |
+
#. Author URI of the plugin/theme
|
523 |
+
msgid "https://yithemes.com/"
|
524 |
+
msgstr ""
|
525 |
+
|
526 |
#~ msgid "Plugin Documentation"
|
527 |
#~ msgstr "Documentazione plugin"
|
528 |
|
935 |
#~ msgid "Click to preview"
|
936 |
#~ msgstr "Clicca per anteprima"
|
937 |
|
|
|
|
|
|
|
938 |
#~ msgid "Docs"
|
939 |
#~ msgstr "Documentazione"
|
940 |
|
languages/yith-woocommerce-compare-nl_NL.mo
CHANGED
Binary file
|
languages/yith-woocommerce-compare-nl_NL.po
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: YITH Woocommerce Compare\n"
|
4 |
-
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
"PO-Revision-Date: 2018-11-28 16:33+0100\n"
|
7 |
"Last-Translator: admin <admin@localhost.local>\n"
|
8 |
"Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
|
@@ -23,34 +23,36 @@ msgstr ""
|
|
23 |
"X-Poedit-SearchPath-0: .\n"
|
24 |
"X-Poedit-SearchPathExcluded-0: plugin-fw\n"
|
25 |
|
26 |
-
#:
|
27 |
-
#:
|
28 |
msgid "Settings"
|
29 |
msgstr "Instellingen"
|
30 |
|
31 |
-
#:
|
32 |
msgid "License"
|
33 |
msgstr ""
|
34 |
|
35 |
-
#:
|
36 |
msgid "Premium Version"
|
37 |
msgstr "Premium Versie"
|
38 |
|
39 |
-
#:
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
|
|
|
|
|
|
45 |
msgid "Compare"
|
46 |
msgstr "Vergelijk"
|
47 |
|
48 |
-
#:
|
49 |
msgid "YITH WooCommerce Compare Activated"
|
50 |
msgstr "YITH WooCommerce Compare Geactiveerd"
|
51 |
|
52 |
-
#:
|
53 |
-
#, php-format
|
54 |
msgid ""
|
55 |
"In the YIT Plugin tab you can find the YITH WooCommerce Compare options. "
|
56 |
"With this menu, you can access to all the settings of our plugins that you "
|
@@ -63,12 +65,11 @@ msgstr ""
|
|
63 |
"PREMIUM versie met veel nieuwe mogelijkheden, <a href=\"%s\">Ontdek het nu</"
|
64 |
"a>."
|
65 |
|
66 |
-
#:
|
67 |
msgid "YITH WooCommerce Compare Updated"
|
68 |
msgstr "YITH WooCommerce Compare geüpdatet"
|
69 |
|
70 |
-
#:
|
71 |
-
#, php-format
|
72 |
msgid ""
|
73 |
"From now on, you can find all the options of YITH WooCommerce Compare under "
|
74 |
"YIT Plugin -> Compare instead of WooCommerce -> Settings -> Compare, as in "
|
@@ -83,74 +84,80 @@ msgstr ""
|
|
83 |
"bijgewerkt met nieuwe beschikbare opties, <a href=\"%s\"> ontdek het PREMIUM "
|
84 |
"versie. </a>"
|
85 |
|
86 |
-
#:
|
87 |
msgid "Do you want to hard crop the image?"
|
88 |
msgstr "Wilt u een harde crop van de afbeelding?"
|
89 |
|
90 |
-
#:
|
91 |
msgid "Added"
|
92 |
msgstr "Toegevoegd"
|
93 |
|
94 |
-
#:
|
95 |
-
#: ../templates/compare.php:50
|
96 |
msgid "Product Comparison"
|
97 |
msgstr "Product vergelijk"
|
98 |
|
99 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
100 |
msgid "Close"
|
101 |
msgstr ""
|
102 |
|
103 |
-
#:
|
104 |
msgid "In stock"
|
105 |
msgstr "Op voorraad"
|
106 |
|
107 |
-
#:
|
108 |
msgid "No products to compare"
|
109 |
msgstr "Geen producten om te vergelijken"
|
110 |
|
111 |
-
#:
|
112 |
-
#: ../templates/compare.php:117
|
113 |
msgid "Remove"
|
114 |
msgstr "Verwijder"
|
115 |
|
116 |
-
#:
|
117 |
msgid "Image"
|
118 |
msgstr "Afbeelding"
|
119 |
|
120 |
-
#:
|
121 |
-
#:
|
122 |
msgid "Title"
|
123 |
msgstr "Titel"
|
124 |
|
125 |
-
#:
|
126 |
msgid "Price"
|
127 |
msgstr "Prijs"
|
128 |
|
129 |
-
#:
|
130 |
msgid "Add to cart"
|
131 |
msgstr "Bestellen"
|
132 |
|
133 |
-
#:
|
134 |
msgid "Description"
|
135 |
msgstr "Omschrijving"
|
136 |
|
137 |
-
#:
|
138 |
msgid "Sku"
|
139 |
msgstr ""
|
140 |
|
141 |
-
#:
|
142 |
msgid "Availability"
|
143 |
msgstr "Beschikbaarheid"
|
144 |
|
145 |
-
#:
|
146 |
msgid "Weight"
|
147 |
msgstr ""
|
148 |
|
149 |
-
#:
|
150 |
msgid "Dimensions"
|
151 |
msgstr ""
|
152 |
|
153 |
-
#:
|
154 |
msgid ""
|
155 |
"YITH WooCommerce Compare is enabled but not effective. It requires "
|
156 |
"WooCommerce in order to work."
|
@@ -158,7 +165,7 @@ msgstr ""
|
|
158 |
"YITH WooCommerce Compare is ingeschalkeld maar nog niet werkzaam. "
|
159 |
"WooCommerce is nodig om dit te laten werken."
|
160 |
|
161 |
-
#:
|
162 |
msgid ""
|
163 |
"You can't activate the free version of YITH WooCommerce Compare while you "
|
164 |
"are using the premium one."
|
@@ -166,85 +173,83 @@ msgstr ""
|
|
166 |
"U kunt niet het gratis versie van YITH WooCommerce Compare gebruiken als u "
|
167 |
"het premium versie gebruikt."
|
168 |
|
169 |
-
#:
|
170 |
msgid "General Settings"
|
171 |
msgstr "Algemene instellingen"
|
172 |
|
173 |
-
#:
|
174 |
msgid "Link or Button"
|
175 |
msgstr "Link of Button"
|
176 |
|
177 |
-
#:
|
178 |
#, fuzzy
|
179 |
-
#| msgid "Choose if you want to use a link or a button for the action button."
|
180 |
msgid "Choose if you want to use a link or a button for the comepare actions."
|
181 |
msgstr "Kies uit button of link als actie button."
|
182 |
|
183 |
-
#:
|
184 |
msgid "Link"
|
185 |
msgstr "Link"
|
186 |
|
187 |
-
#:
|
188 |
msgid "Button"
|
189 |
msgstr "Button"
|
190 |
|
191 |
-
#:
|
192 |
msgid "Link/Button text"
|
193 |
msgstr "Link/Button tekst"
|
194 |
|
195 |
-
#:
|
196 |
msgid "Type the text to use for the button or the link of the compare."
|
197 |
msgstr ""
|
198 |
"Typ hier de tekst om te gebruiken voor de button of link van de "
|
199 |
"vergelijking"
|
200 |
|
201 |
-
#:
|
202 |
msgid "Show button in single product page"
|
203 |
msgstr "Toon button op product pagina"
|
204 |
|
205 |
-
#:
|
206 |
msgid "Say if you want to show the button in the single product page."
|
207 |
msgstr "Selecteer wanneer je een button op de product pagina wilt tonen."
|
208 |
|
209 |
-
#:
|
210 |
msgid "Show button in products list"
|
211 |
msgstr "Toon button op producten overzicht"
|
212 |
|
213 |
-
#:
|
214 |
msgid "Say if you want to show the button in the products list."
|
215 |
msgstr ""
|
216 |
"Selecteer wanneer een button op de productenoverzichts pagina wilt tonen."
|
217 |
|
218 |
-
#:
|
219 |
msgid "Open automatically lightbox"
|
220 |
msgstr "Open automatisch in lightbox"
|
221 |
|
222 |
-
#:
|
223 |
msgid "Open link after click into \"Compare\" button\"."
|
224 |
msgstr "Open de link direct na aanklikken van \"Vergelijk\" button\"."
|
225 |
|
226 |
-
#:
|
227 |
msgid "Table Settings"
|
228 |
msgstr "Tabel instellingen"
|
229 |
|
230 |
-
#:
|
231 |
msgid "Table title"
|
232 |
msgstr "Tabel titel"
|
233 |
|
234 |
-
#:
|
235 |
msgid "Type the text to use for the table title."
|
236 |
msgstr "Typ de tekst om te gebruiken voor de tabel titel"
|
237 |
|
238 |
-
#:
|
239 |
-
#: ../plugin-options/general-options.php:90
|
240 |
msgid "Compare products"
|
241 |
msgstr "Vergelijk producten"
|
242 |
|
243 |
-
#:
|
244 |
msgid "Fields to show"
|
245 |
msgstr "Velden tonen"
|
246 |
|
247 |
-
#:
|
248 |
msgid ""
|
249 |
"Select the fields to show in the comparison table and order them by "
|
250 |
"drag&drop (are included also the woocommerce attributes)"
|
@@ -252,32 +257,31 @@ msgstr ""
|
|
252 |
"Selecteer de velden die je in de vergelijkings tabel wilt tonen. Sleep ze "
|
253 |
"met je muis in de gewenste volgorde."
|
254 |
|
255 |
-
#:
|
256 |
msgid "Repeat \"Price\" field"
|
257 |
msgstr "Herhaal \"Prijs\" veld"
|
258 |
|
259 |
-
#:
|
260 |
msgid "Repeat the \"Price\" field at the end of the table"
|
261 |
msgstr "Herhaal het \"Prijs\" veld aan het einde van de tabel"
|
262 |
|
263 |
-
#:
|
264 |
msgid "Repeat \"Add to cart\" field"
|
265 |
msgstr "Herhaal \"Toevoegen aan mandje\" veld"
|
266 |
|
267 |
-
#:
|
268 |
msgid "Repeat the \"Add to cart\" field at the end of the table"
|
269 |
msgstr "Herhaal \"Toevoegen aan mandje\" veld aan het einde van de tabel"
|
270 |
|
271 |
-
#:
|
272 |
msgid "Image size"
|
273 |
msgstr "Afbeelding formaat"
|
274 |
|
275 |
-
#:
|
276 |
msgid "Set the size for the images"
|
277 |
msgstr "Stel afbeeldings formaat in "
|
278 |
|
279 |
-
#:
|
280 |
-
#, php-format
|
281 |
msgid ""
|
282 |
"Upgrade to %1$spremium version%2$s of %1$sYITH WooCommerce Compare%2$s to "
|
283 |
"benefit from all features!"
|
@@ -285,24 +289,23 @@ msgstr ""
|
|
285 |
"Upgrade naar %1$spremium version%2$s van %1$sYITH WooCommerce Compare%2$s om "
|
286 |
"te profiteren van alle functies!"
|
287 |
|
288 |
-
#:
|
289 |
msgid "UPGRADE"
|
290 |
msgstr "UPGRADE"
|
291 |
|
292 |
-
#:
|
293 |
msgid "to the premium version"
|
294 |
msgstr "naar het premium versie"
|
295 |
|
296 |
-
#:
|
297 |
msgid "Premium Features"
|
298 |
msgstr "Premium Functies"
|
299 |
|
300 |
-
#:
|
301 |
msgid "A DEDICATED PAGE"
|
302 |
msgstr "EEN SPECIALE PAGINA"
|
303 |
|
304 |
-
#:
|
305 |
-
#, php-format
|
306 |
msgid ""
|
307 |
"Don't you want to compare your products in a modal window anymore?%3$sWith "
|
308 |
"the premium version of %1$sYITH WooCommerce Compare%2$s, a new page will be "
|
@@ -316,12 +319,11 @@ msgstr ""
|
|
316 |
"tussen de menu-items, is het mogelijk om je gebruikers de kans te geven om "
|
317 |
"makkelijk toegang te geven wanneer ze maar willen. "
|
318 |
|
319 |
-
#:
|
320 |
msgid "CATEGORY COMPARATION"
|
321 |
msgstr "CATEGORIE VERGELIJKING"
|
322 |
|
323 |
-
#:
|
324 |
-
#, php-format
|
325 |
msgid ""
|
326 |
"People are often confused by finding products of different categories in the "
|
327 |
"comparison table, creating difficulties in comparing the products they are "
|
@@ -335,12 +337,11 @@ msgstr ""
|
|
335 |
"by category\"%2$s optie bestaat voor de behoefte: U hebt de mogelijkheid om "
|
336 |
"de producten te scheiden in de tabel bij de categorie affiniteit."
|
337 |
|
338 |
-
#:
|
339 |
msgid "CATEGORY EXCLUSION "
|
340 |
msgstr "CATEGORIE UITSLUITEN"
|
341 |
|
342 |
-
#:
|
343 |
-
#, php-format
|
344 |
msgid ""
|
345 |
"In your shop there may be product categories you don't want to be affected "
|
346 |
"by the plugin features, deleting the comparison button for them. The premium "
|
@@ -356,12 +357,11 @@ msgstr ""
|
|
356 |
"gedrag van de functie omkeren, waardoor de vergelijking alleen kan op de "
|
357 |
"producten van de geselecteerde categorieën."
|
358 |
|
359 |
-
#:
|
360 |
msgid "TABLE IMAGE"
|
361 |
msgstr "TABEL AFBEELDING"
|
362 |
|
363 |
-
#:
|
364 |
-
#, php-format
|
365 |
msgid ""
|
366 |
"Give a personal touch to the %1$scomparison table%2$s your users will see. "
|
367 |
"Select an image, upload it from the option panel and show it ahead of the "
|
@@ -371,12 +371,11 @@ msgstr ""
|
|
371 |
"zien. Selecteer een afbeelding, upload het van het optie paneel en het wordt "
|
372 |
"direct getoond in de tabel van uw gebruikers."
|
373 |
|
374 |
-
#:
|
375 |
msgid "DYNAMIC FIELDS"
|
376 |
msgstr "DYNAMISCHE VELDEN"
|
377 |
|
378 |
-
#:
|
379 |
-
#, php-format
|
380 |
msgid ""
|
381 |
"With this precious feature, you will be able to show in the table only the "
|
382 |
"fields that have information in at least one of the selected products."
|
@@ -388,12 +387,11 @@ msgstr ""
|
|
388 |
"producten.%3$sActivate the %1$s\"Dynamic Attribute fields\"%2$s optie en er "
|
389 |
"zullen geen legen regels zijn in uw vergelijkingstabel."
|
390 |
|
391 |
-
#:
|
392 |
msgid "SOCIAL NETWORK SHARING"
|
393 |
msgstr "SOCIAAL NETWERK DELEN"
|
394 |
|
395 |
-
#:
|
396 |
-
#, php-format
|
397 |
msgid ""
|
398 |
"One of the most appealing features of the premium version of the plugin.Four "
|
399 |
"social network sites for your users (Facebook, Twitter, Google + and "
|
@@ -405,12 +403,11 @@ msgstr ""
|
|
405 |
"Google + en Pinterest) en het e-mailsysteem %1$sto share%2$s de "
|
406 |
"vergelijkstabel van de producten die zij hebben geselecteerd."
|
407 |
|
408 |
-
#:
|
409 |
msgid "RELATED PRODUCTS"
|
410 |
msgstr "GERELATEERDE PRODUCTEN"
|
411 |
|
412 |
-
#:
|
413 |
-
#, php-format
|
414 |
msgid ""
|
415 |
"All the products that have common categories and/or tags with those in the "
|
416 |
"comparison table will be showed in a slider, right under the comparison "
|
@@ -424,12 +421,11 @@ msgstr ""
|
|
424 |
"gebruikers aan te moedigen de winkel producten van de winkel waar in ze "
|
425 |
"geïnteresseerd zijn in te ontdekken."
|
426 |
|
427 |
-
#:
|
428 |
msgid "CUSTOMIZABLE STYLE"
|
429 |
msgstr "AANPASBARE STIJLEN"
|
430 |
|
431 |
-
#:
|
432 |
-
#, php-format
|
433 |
msgid ""
|
434 |
"An advanced option panel that let you change all the colors of the plugin, "
|
435 |
"so that you can adapt stylistically all its elements %1$sto the layout%2$s "
|
@@ -437,45 +433,43 @@ msgid ""
|
|
437 |
"to get to the best result."
|
438 |
msgstr ""
|
439 |
|
440 |
-
#:
|
441 |
msgid "CUSTOMIZED ATTRIBUTES"
|
442 |
msgstr ""
|
443 |
|
444 |
-
#:
|
445 |
-
#, php-format
|
446 |
msgid ""
|
447 |
"Let you users compare products following every feature, and considering also "
|
448 |
"all those %1$sattributes%2$s that can be manually created in within the "
|
449 |
"product detail page. Every single detail will be included."
|
450 |
msgstr ""
|
451 |
|
452 |
-
#:
|
453 |
msgid "A TAILORED TABLE"
|
454 |
msgstr ""
|
455 |
|
456 |
-
#:
|
457 |
-
#, php-format
|
458 |
msgid ""
|
459 |
"Select the products you want to compare and the system will offer you the "
|
460 |
"%1$sshortcode%2$s to generate a comparing table. Simple, rapid and useful."
|
461 |
msgstr ""
|
462 |
|
463 |
-
#:
|
464 |
msgid "Compare list - widget"
|
465 |
msgstr ""
|
466 |
|
467 |
-
#:
|
468 |
msgid ""
|
469 |
"Thanks to YITH WooCommerce Comapre Widget users could verify at any time the "
|
470 |
"complete list of products added to the compare tab and avoid to open the "
|
471 |
"popup to check its existence. "
|
472 |
msgstr ""
|
473 |
|
474 |
-
#:
|
475 |
msgid "Compare counter - widget and shortcode"
|
476 |
msgstr ""
|
477 |
|
478 |
-
#:
|
479 |
msgid ""
|
480 |
"Moreover, if you want to give your users the chance to see in a glance how "
|
481 |
"many products they have added to the Compare list, feel free to use the "
|
@@ -483,37 +477,57 @@ msgid ""
|
|
483 |
"than one click away."
|
484 |
msgstr ""
|
485 |
|
486 |
-
#:
|
487 |
msgid "Close window [X]"
|
488 |
msgstr "Sluit venster [X]"
|
489 |
|
490 |
-
#:
|
491 |
msgid "No products added in the compare table."
|
492 |
msgstr "Geen producten toegevoegd in de vergelijk tabel."
|
493 |
|
494 |
-
#:
|
495 |
msgid "The widget shows the list of products added in the comparison table."
|
496 |
msgstr ""
|
497 |
|
498 |
-
#:
|
499 |
msgid "YITH WooCommerce Compare Widget"
|
500 |
msgstr ""
|
501 |
|
502 |
-
#:
|
503 |
msgid "Clear all"
|
504 |
msgstr "Wis alles"
|
505 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
506 |
#, fuzzy
|
507 |
#~| msgid "Settings"
|
508 |
#~ msgid "iSortingCols"
|
509 |
#~ msgstr "Instellingen"
|
510 |
|
511 |
-
#, fuzzy
|
512 |
-
#~| msgid "Compare"
|
513 |
-
#~ msgctxt "Admin Plugin Name"
|
514 |
-
#~ msgid "Compare"
|
515 |
-
#~ msgstr "Vergelijk"
|
516 |
-
|
517 |
#~ msgid "Plugin Documentation"
|
518 |
#~ msgstr "Plugin Documentatie"
|
519 |
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: YITH Woocommerce Compare\n"
|
4 |
+
"Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
|
5 |
+
"POT-Creation-Date: 2020-03-10 11:12:56+00:00\n"
|
6 |
"PO-Revision-Date: 2018-11-28 16:33+0100\n"
|
7 |
"Last-Translator: admin <admin@localhost.local>\n"
|
8 |
"Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
|
23 |
"X-Poedit-SearchPath-0: .\n"
|
24 |
"X-Poedit-SearchPathExcluded-0: plugin-fw\n"
|
25 |
|
26 |
+
#: includes/class.yith-woocompare-admin.php:119
|
27 |
+
#: includes/class.yith-woocompare-admin.php:143
|
28 |
msgid "Settings"
|
29 |
msgstr "Instellingen"
|
30 |
|
31 |
+
#: includes/class.yith-woocompare-admin.php:121
|
32 |
msgid "License"
|
33 |
msgstr ""
|
34 |
|
35 |
+
#: includes/class.yith-woocompare-admin.php:147
|
36 |
msgid "Premium Version"
|
37 |
msgstr "Premium Versie"
|
38 |
|
39 |
+
#: includes/class.yith-woocompare-admin.php:153
|
40 |
+
#, fuzzy
|
41 |
+
msgctxt "Admin Plugin Name"
|
42 |
+
msgid "WooCommerce Compare"
|
43 |
+
msgstr "YITH WooCommerce Compare geüpdatet"
|
44 |
+
|
45 |
+
#: includes/class.yith-woocompare-admin.php:154
|
46 |
+
#, fuzzy
|
47 |
+
msgctxt "Admin Plugin Name"
|
48 |
msgid "Compare"
|
49 |
msgstr "Vergelijk"
|
50 |
|
51 |
+
#: includes/class.yith-woocompare-admin.php:243
|
52 |
msgid "YITH WooCommerce Compare Activated"
|
53 |
msgstr "YITH WooCommerce Compare Geactiveerd"
|
54 |
|
55 |
+
#: includes/class.yith-woocompare-admin.php:244
|
|
|
56 |
msgid ""
|
57 |
"In the YIT Plugin tab you can find the YITH WooCommerce Compare options. "
|
58 |
"With this menu, you can access to all the settings of our plugins that you "
|
65 |
"PREMIUM versie met veel nieuwe mogelijkheden, <a href=\"%s\">Ontdek het nu</"
|
66 |
"a>."
|
67 |
|
68 |
+
#: includes/class.yith-woocompare-admin.php:255
|
69 |
msgid "YITH WooCommerce Compare Updated"
|
70 |
msgstr "YITH WooCommerce Compare geüpdatet"
|
71 |
|
72 |
+
#: includes/class.yith-woocompare-admin.php:256
|
|
|
73 |
msgid ""
|
74 |
"From now on, you can find all the options of YITH WooCommerce Compare under "
|
75 |
"YIT Plugin -> Compare instead of WooCommerce -> Settings -> Compare, as in "
|
84 |
"bijgewerkt met nieuwe beschikbare opties, <a href=\"%s\"> ontdek het PREMIUM "
|
85 |
"versie. </a>"
|
86 |
|
87 |
+
#: includes/class.yith-woocompare-admin.php:400
|
88 |
msgid "Do you want to hard crop the image?"
|
89 |
msgstr "Wilt u een harde crop van de afbeelding?"
|
90 |
|
91 |
+
#: includes/class.yith-woocompare-frontend.php:223
|
92 |
msgid "Added"
|
93 |
msgstr "Toegevoegd"
|
94 |
|
95 |
+
#: includes/class.yith-woocompare-frontend.php:224 templates/compare.php:50
|
|
|
96 |
msgid "Product Comparison"
|
97 |
msgstr "Product vergelijk"
|
98 |
|
99 |
+
#: includes/class.yith-woocompare-frontend.php:227
|
100 |
+
#: includes/class.yith-woocompare-frontend.php:505
|
101 |
+
#: plugin-options/general-options.php:40
|
102 |
+
#: widgets/class.yith-woocompare-widget.php:51
|
103 |
+
msgid "Compare"
|
104 |
+
msgstr "Vergelijk"
|
105 |
+
|
106 |
+
#: includes/class.yith-woocompare-frontend.php:229
|
107 |
+
msgctxt "Label for popup close icon"
|
108 |
msgid "Close"
|
109 |
msgstr ""
|
110 |
|
111 |
+
#: includes/class.yith-woocompare-frontend.php:384
|
112 |
msgid "In stock"
|
113 |
msgstr "Op voorraad"
|
114 |
|
115 |
+
#: includes/class.yith-woocompare-frontend.php:696
|
116 |
msgid "No products to compare"
|
117 |
msgstr "Geen producten om te vergelijken"
|
118 |
|
119 |
+
#: includes/class.yith-woocompare-frontend.php:709 templates/compare.php:119
|
|
|
120 |
msgid "Remove"
|
121 |
msgstr "Verwijder"
|
122 |
|
123 |
+
#: includes/class.yith-woocompare-helper.php:46
|
124 |
msgid "Image"
|
125 |
msgstr "Afbeelding"
|
126 |
|
127 |
+
#: includes/class.yith-woocompare-helper.php:47
|
128 |
+
#: widgets/class.yith-woocompare-widget.php:68
|
129 |
msgid "Title"
|
130 |
msgstr "Titel"
|
131 |
|
132 |
+
#: includes/class.yith-woocompare-helper.php:48
|
133 |
msgid "Price"
|
134 |
msgstr "Prijs"
|
135 |
|
136 |
+
#: includes/class.yith-woocompare-helper.php:49
|
137 |
msgid "Add to cart"
|
138 |
msgstr "Bestellen"
|
139 |
|
140 |
+
#: includes/class.yith-woocompare-helper.php:50
|
141 |
msgid "Description"
|
142 |
msgstr "Omschrijving"
|
143 |
|
144 |
+
#: includes/class.yith-woocompare-helper.php:51
|
145 |
msgid "Sku"
|
146 |
msgstr ""
|
147 |
|
148 |
+
#: includes/class.yith-woocompare-helper.php:52
|
149 |
msgid "Availability"
|
150 |
msgstr "Beschikbaarheid"
|
151 |
|
152 |
+
#: includes/class.yith-woocompare-helper.php:53
|
153 |
msgid "Weight"
|
154 |
msgstr ""
|
155 |
|
156 |
+
#: includes/class.yith-woocompare-helper.php:54
|
157 |
msgid "Dimensions"
|
158 |
msgstr ""
|
159 |
|
160 |
+
#: init.php:42
|
161 |
msgid ""
|
162 |
"YITH WooCommerce Compare is enabled but not effective. It requires "
|
163 |
"WooCommerce in order to work."
|
165 |
"YITH WooCommerce Compare is ingeschalkeld maar nog niet werkzaam. "
|
166 |
"WooCommerce is nodig om dit te laten werken."
|
167 |
|
168 |
+
#: init.php:50
|
169 |
msgid ""
|
170 |
"You can't activate the free version of YITH WooCommerce Compare while you "
|
171 |
"are using the premium one."
|
173 |
"U kunt niet het gratis versie van YITH WooCommerce Compare gebruiken als u "
|
174 |
"het premium versie gebruikt."
|
175 |
|
176 |
+
#: plugin-options/general-options.php:17
|
177 |
msgid "General Settings"
|
178 |
msgstr "Algemene instellingen"
|
179 |
|
180 |
+
#: plugin-options/general-options.php:24
|
181 |
msgid "Link or Button"
|
182 |
msgstr "Link of Button"
|
183 |
|
184 |
+
#: plugin-options/general-options.php:25
|
185 |
#, fuzzy
|
|
|
186 |
msgid "Choose if you want to use a link or a button for the comepare actions."
|
187 |
msgstr "Kies uit button of link als actie button."
|
188 |
|
189 |
+
#: plugin-options/general-options.php:31
|
190 |
msgid "Link"
|
191 |
msgstr "Link"
|
192 |
|
193 |
+
#: plugin-options/general-options.php:32
|
194 |
msgid "Button"
|
195 |
msgstr "Button"
|
196 |
|
197 |
+
#: plugin-options/general-options.php:37
|
198 |
msgid "Link/Button text"
|
199 |
msgstr "Link/Button tekst"
|
200 |
|
201 |
+
#: plugin-options/general-options.php:38
|
202 |
msgid "Type the text to use for the button or the link of the compare."
|
203 |
msgstr ""
|
204 |
"Typ hier de tekst om te gebruiken voor de button of link van de "
|
205 |
"vergelijking"
|
206 |
|
207 |
+
#: plugin-options/general-options.php:45
|
208 |
msgid "Show button in single product page"
|
209 |
msgstr "Toon button op product pagina"
|
210 |
|
211 |
+
#: plugin-options/general-options.php:46
|
212 |
msgid "Say if you want to show the button in the single product page."
|
213 |
msgstr "Selecteer wanneer je een button op de product pagina wilt tonen."
|
214 |
|
215 |
+
#: plugin-options/general-options.php:53
|
216 |
msgid "Show button in products list"
|
217 |
msgstr "Toon button op producten overzicht"
|
218 |
|
219 |
+
#: plugin-options/general-options.php:54
|
220 |
msgid "Say if you want to show the button in the products list."
|
221 |
msgstr ""
|
222 |
"Selecteer wanneer een button op de productenoverzichts pagina wilt tonen."
|
223 |
|
224 |
+
#: plugin-options/general-options.php:61
|
225 |
msgid "Open automatically lightbox"
|
226 |
msgstr "Open automatisch in lightbox"
|
227 |
|
228 |
+
#: plugin-options/general-options.php:62
|
229 |
msgid "Open link after click into \"Compare\" button\"."
|
230 |
msgstr "Open de link direct na aanklikken van \"Vergelijk\" button\"."
|
231 |
|
232 |
+
#: plugin-options/general-options.php:74
|
233 |
msgid "Table Settings"
|
234 |
msgstr "Tabel instellingen"
|
235 |
|
236 |
+
#: plugin-options/general-options.php:81
|
237 |
msgid "Table title"
|
238 |
msgstr "Tabel titel"
|
239 |
|
240 |
+
#: plugin-options/general-options.php:82
|
241 |
msgid "Type the text to use for the table title."
|
242 |
msgstr "Typ de tekst om te gebruiken voor de tabel titel"
|
243 |
|
244 |
+
#: plugin-options/general-options.php:84 templates/compare.php:22
|
|
|
245 |
msgid "Compare products"
|
246 |
msgstr "Vergelijk producten"
|
247 |
|
248 |
+
#: plugin-options/general-options.php:89
|
249 |
msgid "Fields to show"
|
250 |
msgstr "Velden tonen"
|
251 |
|
252 |
+
#: plugin-options/general-options.php:90
|
253 |
msgid ""
|
254 |
"Select the fields to show in the comparison table and order them by "
|
255 |
"drag&drop (are included also the woocommerce attributes)"
|
257 |
"Selecteer de velden die je in de vergelijkings tabel wilt tonen. Sleep ze "
|
258 |
"met je muis in de gewenste volgorde."
|
259 |
|
260 |
+
#: plugin-options/general-options.php:97
|
261 |
msgid "Repeat \"Price\" field"
|
262 |
msgstr "Herhaal \"Prijs\" veld"
|
263 |
|
264 |
+
#: plugin-options/general-options.php:98
|
265 |
msgid "Repeat the \"Price\" field at the end of the table"
|
266 |
msgstr "Herhaal het \"Prijs\" veld aan het einde van de tabel"
|
267 |
|
268 |
+
#: plugin-options/general-options.php:105
|
269 |
msgid "Repeat \"Add to cart\" field"
|
270 |
msgstr "Herhaal \"Toevoegen aan mandje\" veld"
|
271 |
|
272 |
+
#: plugin-options/general-options.php:106
|
273 |
msgid "Repeat the \"Add to cart\" field at the end of the table"
|
274 |
msgstr "Herhaal \"Toevoegen aan mandje\" veld aan het einde van de tabel"
|
275 |
|
276 |
+
#: plugin-options/general-options.php:113
|
277 |
msgid "Image size"
|
278 |
msgstr "Afbeelding formaat"
|
279 |
|
280 |
+
#: plugin-options/general-options.php:114
|
281 |
msgid "Set the size for the images"
|
282 |
msgstr "Stel afbeeldings formaat in "
|
283 |
|
284 |
+
#: templates/admin/premium.php:242 templates/admin/premium.php:448
|
|
|
285 |
msgid ""
|
286 |
"Upgrade to %1$spremium version%2$s of %1$sYITH WooCommerce Compare%2$s to "
|
287 |
"benefit from all features!"
|
289 |
"Upgrade naar %1$spremium version%2$s van %1$sYITH WooCommerce Compare%2$s om "
|
290 |
"te profiteren van alle functies!"
|
291 |
|
292 |
+
#: templates/admin/premium.php:245 templates/admin/premium.php:451
|
293 |
msgid "UPGRADE"
|
294 |
msgstr "UPGRADE"
|
295 |
|
296 |
+
#: templates/admin/premium.php:246 templates/admin/premium.php:452
|
297 |
msgid "to the premium version"
|
298 |
msgstr "naar het premium versie"
|
299 |
|
300 |
+
#: templates/admin/premium.php:252
|
301 |
msgid "Premium Features"
|
302 |
msgstr "Premium Functies"
|
303 |
|
304 |
+
#: templates/admin/premium.php:260
|
305 |
msgid "A DEDICATED PAGE"
|
306 |
msgstr "EEN SPECIALE PAGINA"
|
307 |
|
308 |
+
#: templates/admin/premium.php:263
|
|
|
309 |
msgid ""
|
310 |
"Don't you want to compare your products in a modal window anymore?%3$sWith "
|
311 |
"the premium version of %1$sYITH WooCommerce Compare%2$s, a new page will be "
|
319 |
"tussen de menu-items, is het mogelijk om je gebruikers de kans te geven om "
|
320 |
"makkelijk toegang te geven wanneer ze maar willen. "
|
321 |
|
322 |
+
#: templates/admin/premium.php:273
|
323 |
msgid "CATEGORY COMPARATION"
|
324 |
msgstr "CATEGORIE VERGELIJKING"
|
325 |
|
326 |
+
#: templates/admin/premium.php:276
|
|
|
327 |
msgid ""
|
328 |
"People are often confused by finding products of different categories in the "
|
329 |
"comparison table, creating difficulties in comparing the products they are "
|
337 |
"by category\"%2$s optie bestaat voor de behoefte: U hebt de mogelijkheid om "
|
338 |
"de producten te scheiden in de tabel bij de categorie affiniteit."
|
339 |
|
340 |
+
#: templates/admin/premium.php:292
|
341 |
msgid "CATEGORY EXCLUSION "
|
342 |
msgstr "CATEGORIE UITSLUITEN"
|
343 |
|
344 |
+
#: templates/admin/premium.php:295
|
|
|
345 |
msgid ""
|
346 |
"In your shop there may be product categories you don't want to be affected "
|
347 |
"by the plugin features, deleting the comparison button for them. The premium "
|
357 |
"gedrag van de functie omkeren, waardoor de vergelijking alleen kan op de "
|
358 |
"producten van de geselecteerde categorieën."
|
359 |
|
360 |
+
#: templates/admin/premium.php:305
|
361 |
msgid "TABLE IMAGE"
|
362 |
msgstr "TABEL AFBEELDING"
|
363 |
|
364 |
+
#: templates/admin/premium.php:308
|
|
|
365 |
msgid ""
|
366 |
"Give a personal touch to the %1$scomparison table%2$s your users will see. "
|
367 |
"Select an image, upload it from the option panel and show it ahead of the "
|
371 |
"zien. Selecteer een afbeelding, upload het van het optie paneel en het wordt "
|
372 |
"direct getoond in de tabel van uw gebruikers."
|
373 |
|
374 |
+
#: templates/admin/premium.php:324
|
375 |
msgid "DYNAMIC FIELDS"
|
376 |
msgstr "DYNAMISCHE VELDEN"
|
377 |
|
378 |
+
#: templates/admin/premium.php:327
|
|
|
379 |
msgid ""
|
380 |
"With this precious feature, you will be able to show in the table only the "
|
381 |
"fields that have information in at least one of the selected products."
|
387 |
"producten.%3$sActivate the %1$s\"Dynamic Attribute fields\"%2$s optie en er "
|
388 |
"zullen geen legen regels zijn in uw vergelijkingstabel."
|
389 |
|
390 |
+
#: templates/admin/premium.php:337
|
391 |
msgid "SOCIAL NETWORK SHARING"
|
392 |
msgstr "SOCIAAL NETWERK DELEN"
|
393 |
|
394 |
+
#: templates/admin/premium.php:340
|
|
|
395 |
msgid ""
|
396 |
"One of the most appealing features of the premium version of the plugin.Four "
|
397 |
"social network sites for your users (Facebook, Twitter, Google + and "
|
403 |
"Google + en Pinterest) en het e-mailsysteem %1$sto share%2$s de "
|
404 |
"vergelijkstabel van de producten die zij hebben geselecteerd."
|
405 |
|
406 |
+
#: templates/admin/premium.php:356
|
407 |
msgid "RELATED PRODUCTS"
|
408 |
msgstr "GERELATEERDE PRODUCTEN"
|
409 |
|
410 |
+
#: templates/admin/premium.php:359
|
|
|
411 |
msgid ""
|
412 |
"All the products that have common categories and/or tags with those in the "
|
413 |
"comparison table will be showed in a slider, right under the comparison "
|
421 |
"gebruikers aan te moedigen de winkel producten van de winkel waar in ze "
|
422 |
"geïnteresseerd zijn in te ontdekken."
|
423 |
|
424 |
+
#: templates/admin/premium.php:369
|
425 |
msgid "CUSTOMIZABLE STYLE"
|
426 |
msgstr "AANPASBARE STIJLEN"
|
427 |
|
428 |
+
#: templates/admin/premium.php:372
|
|
|
429 |
msgid ""
|
430 |
"An advanced option panel that let you change all the colors of the plugin, "
|
431 |
"so that you can adapt stylistically all its elements %1$sto the layout%2$s "
|
433 |
"to get to the best result."
|
434 |
msgstr ""
|
435 |
|
436 |
+
#: templates/admin/premium.php:388
|
437 |
msgid "CUSTOMIZED ATTRIBUTES"
|
438 |
msgstr ""
|
439 |
|
440 |
+
#: templates/admin/premium.php:391
|
|
|
441 |
msgid ""
|
442 |
"Let you users compare products following every feature, and considering also "
|
443 |
"all those %1$sattributes%2$s that can be manually created in within the "
|
444 |
"product detail page. Every single detail will be included."
|
445 |
msgstr ""
|
446 |
|
447 |
+
#: templates/admin/premium.php:401
|
448 |
msgid "A TAILORED TABLE"
|
449 |
msgstr ""
|
450 |
|
451 |
+
#: templates/admin/premium.php:404
|
|
|
452 |
msgid ""
|
453 |
"Select the products you want to compare and the system will offer you the "
|
454 |
"%1$sshortcode%2$s to generate a comparing table. Simple, rapid and useful."
|
455 |
msgstr ""
|
456 |
|
457 |
+
#: templates/admin/premium.php:420
|
458 |
msgid "Compare list - widget"
|
459 |
msgstr ""
|
460 |
|
461 |
+
#: templates/admin/premium.php:423
|
462 |
msgid ""
|
463 |
"Thanks to YITH WooCommerce Comapre Widget users could verify at any time the "
|
464 |
"complete list of products added to the compare tab and avoid to open the "
|
465 |
"popup to check its existence. "
|
466 |
msgstr ""
|
467 |
|
468 |
+
#: templates/admin/premium.php:433
|
469 |
msgid "Compare counter - widget and shortcode"
|
470 |
msgstr ""
|
471 |
|
472 |
+
#: templates/admin/premium.php:436
|
473 |
msgid ""
|
474 |
"Moreover, if you want to give your users the chance to see in a glance how "
|
475 |
"many products they have added to the Compare list, feel free to use the "
|
477 |
"than one click away."
|
478 |
msgstr ""
|
479 |
|
480 |
+
#: templates/compare.php:77
|
481 |
msgid "Close window [X]"
|
482 |
msgstr "Sluit venster [X]"
|
483 |
|
484 |
+
#: templates/compare.php:107
|
485 |
msgid "No products added in the compare table."
|
486 |
msgstr "Geen producten toegevoegd in de vergelijk tabel."
|
487 |
|
488 |
+
#: widgets/class.yith-woocompare-widget.php:23
|
489 |
msgid "The widget shows the list of products added in the comparison table."
|
490 |
msgstr ""
|
491 |
|
492 |
+
#: widgets/class.yith-woocompare-widget.php:27
|
493 |
msgid "YITH WooCommerce Compare Widget"
|
494 |
msgstr ""
|
495 |
|
496 |
+
#: widgets/class.yith-woocompare-widget.php:50
|
497 |
msgid "Clear all"
|
498 |
msgstr "Wis alles"
|
499 |
|
500 |
+
#. Plugin Name of the plugin/theme
|
501 |
+
#, fuzzy
|
502 |
+
msgid "YITH WooCommerce Compare"
|
503 |
+
msgstr "YITH WooCommerce Compare geüpdatet"
|
504 |
+
|
505 |
+
#. Plugin URI of the plugin/theme
|
506 |
+
msgid "https://yithemes.com/themes/plugins/yith-woocommerce-compare/"
|
507 |
+
msgstr ""
|
508 |
+
|
509 |
+
#. Description of the plugin/theme
|
510 |
+
msgid ""
|
511 |
+
"The <code><strong>YITH WooCommerce Compare</strong></code> plugin allow you "
|
512 |
+
"to compare in a simple and efficient way products on sale in your shop and "
|
513 |
+
"analyze their main features in a single table. <a href=\"https://yithemes."
|
514 |
+
"com/\" target=\"_blank\">Get more plugins for your e-commerce shop on "
|
515 |
+
"<strong>YITH</strong></a>."
|
516 |
+
msgstr ""
|
517 |
+
|
518 |
+
#. Author of the plugin/theme
|
519 |
+
msgid "YITH"
|
520 |
+
msgstr ""
|
521 |
+
|
522 |
+
#. Author URI of the plugin/theme
|
523 |
+
msgid "https://yithemes.com/"
|
524 |
+
msgstr ""
|
525 |
+
|
526 |
#, fuzzy
|
527 |
#~| msgid "Settings"
|
528 |
#~ msgid "iSortingCols"
|
529 |
#~ msgstr "Instellingen"
|
530 |
|
|
|
|
|
|
|
|
|
|
|
|
|
531 |
#~ msgid "Plugin Documentation"
|
532 |
#~ msgstr "Plugin Documentatie"
|
533 |
|
languages/yith-woocommerce-compare-pt_BR.mo
CHANGED
Binary file
|
languages/yith-woocommerce-compare-pt_BR.po
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: YITH Woocommerce Compare\n"
|
4 |
-
"
|
|
|
5 |
"PO-Revision-Date: 2018-11-28 16:33+0100\n"
|
6 |
"Last-Translator: Nicola Mustone <mail@nicolamustone.it>\n"
|
7 |
"Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
|
@@ -31,19 +32,22 @@ msgid "Premium Version"
|
|
31 |
msgstr ""
|
32 |
|
33 |
#: includes/class.yith-woocompare-admin.php:153
|
|
|
|
|
|
|
|
|
|
|
34 |
#: includes/class.yith-woocompare-admin.php:154
|
35 |
-
|
36 |
-
|
37 |
-
#: widgets/class.yith-woocompare-widget.php:51
|
38 |
msgid "Compare"
|
39 |
msgstr "Comparar"
|
40 |
|
41 |
-
#: includes/class.yith-woocompare-admin.php:
|
42 |
msgid "YITH WooCommerce Compare Activated"
|
43 |
msgstr ""
|
44 |
|
45 |
-
#: includes/class.yith-woocompare-admin.php:
|
46 |
-
#, php-format
|
47 |
msgid ""
|
48 |
"In the YIT Plugin tab you can find the YITH WooCommerce Compare options. "
|
49 |
"With this menu, you can access to all the settings of our plugins that you "
|
@@ -51,12 +55,11 @@ msgid ""
|
|
51 |
"PREMIUM version with many new options, <a href=\"%s\">discover it now</a>."
|
52 |
msgstr ""
|
53 |
|
54 |
-
#: includes/class.yith-woocompare-admin.php:
|
55 |
msgid "YITH WooCommerce Compare Updated"
|
56 |
msgstr ""
|
57 |
|
58 |
-
#: includes/class.yith-woocompare-admin.php:
|
59 |
-
#, php-format
|
60 |
msgid ""
|
61 |
"From now on, you can find all the options of YITH WooCommerce Compare under "
|
62 |
"YIT Plugin -> Compare instead of WooCommerce -> Settings -> Compare, as in "
|
@@ -65,7 +68,7 @@ msgid ""
|
|
65 |
"available options, <a href=\"%s\">discover the PREMIUM version.</a>"
|
66 |
msgstr ""
|
67 |
|
68 |
-
#: includes/class.yith-woocompare-admin.php:
|
69 |
msgid "Do you want to hard crop the image?"
|
70 |
msgstr ""
|
71 |
|
@@ -77,7 +80,15 @@ msgstr "Adicionado"
|
|
77 |
msgid "Product Comparison"
|
78 |
msgstr "Comparação de Produtos"
|
79 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
80 |
#: includes/class.yith-woocompare-frontend.php:229
|
|
|
81 |
msgid "Close"
|
82 |
msgstr ""
|
83 |
|
@@ -89,7 +100,7 @@ msgstr "No estoque"
|
|
89 |
msgid "No products to compare"
|
90 |
msgstr "Não há produtos à comparar"
|
91 |
|
92 |
-
#: includes/class.yith-woocompare-frontend.php:709 templates/compare.php:
|
93 |
msgid "Remove"
|
94 |
msgstr "Remover"
|
95 |
|
@@ -154,67 +165,67 @@ msgstr "Link ou Botão"
|
|
154 |
msgid "Choose if you want to use a link or a button for the comepare actions."
|
155 |
msgstr ""
|
156 |
|
157 |
-
#: plugin-options/general-options.php:
|
158 |
msgid "Link"
|
159 |
msgstr "Link"
|
160 |
|
161 |
-
#: plugin-options/general-options.php:
|
162 |
msgid "Button"
|
163 |
msgstr "Botão"
|
164 |
|
165 |
-
#: plugin-options/general-options.php:
|
166 |
msgid "Link/Button text"
|
167 |
msgstr "Texto Link/Botão"
|
168 |
|
169 |
-
#: plugin-options/general-options.php:
|
170 |
msgid "Type the text to use for the button or the link of the compare."
|
171 |
msgstr "Insira o texto usado no botão de comparação."
|
172 |
|
173 |
-
#: plugin-options/general-options.php:
|
174 |
msgid "Show button in single product page"
|
175 |
msgstr "Mostrar na página de produto único"
|
176 |
|
177 |
-
#: plugin-options/general-options.php:
|
178 |
msgid "Say if you want to show the button in the single product page."
|
179 |
msgstr "Marque para mostrar na página de produto único"
|
180 |
|
181 |
-
#: plugin-options/general-options.php:
|
182 |
msgid "Show button in products list"
|
183 |
msgstr "Mostrar na lista de produtos"
|
184 |
|
185 |
-
#: plugin-options/general-options.php:
|
186 |
msgid "Say if you want to show the button in the products list."
|
187 |
msgstr "Marque para mostrar na lista de produtos"
|
188 |
|
189 |
-
#: plugin-options/general-options.php:
|
190 |
msgid "Open automatically lightbox"
|
191 |
msgstr "Abrir lightbox automaticamente"
|
192 |
|
193 |
-
#: plugin-options/general-options.php:
|
194 |
msgid "Open link after click into \"Compare\" button\"."
|
195 |
msgstr "Abre link após clicar no botão de comparação."
|
196 |
|
197 |
-
#: plugin-options/general-options.php:
|
198 |
msgid "Table Settings"
|
199 |
msgstr "Opções de tabela"
|
200 |
|
201 |
-
#: plugin-options/general-options.php:
|
202 |
msgid "Table title"
|
203 |
msgstr "Título da tabela"
|
204 |
|
205 |
-
#: plugin-options/general-options.php:
|
206 |
msgid "Type the text to use for the table title."
|
207 |
msgstr "Digite o texto para utilizar na tabela de título"
|
208 |
|
209 |
-
#: plugin-options/general-options.php:
|
210 |
msgid "Compare products"
|
211 |
msgstr "Comparar produtos"
|
212 |
|
213 |
-
#: plugin-options/general-options.php:
|
214 |
msgid "Fields to show"
|
215 |
msgstr "Campos a mostrar"
|
216 |
|
217 |
-
#: plugin-options/general-options.php:
|
218 |
msgid ""
|
219 |
"Select the fields to show in the comparison table and order them by "
|
220 |
"drag&drop (are included also the woocommerce attributes)"
|
@@ -222,55 +233,53 @@ msgstr ""
|
|
222 |
"Selecione os campos a mostrar na tabela de comparação e organize-os "
|
223 |
"arrastando e soltando (atributos do Woocommerce também são incluídos)"
|
224 |
|
225 |
-
#: plugin-options/general-options.php:
|
226 |
msgid "Repeat \"Price\" field"
|
227 |
msgstr ""
|
228 |
|
229 |
-
#: plugin-options/general-options.php:
|
230 |
msgid "Repeat the \"Price\" field at the end of the table"
|
231 |
msgstr ""
|
232 |
|
233 |
-
#: plugin-options/general-options.php:
|
234 |
msgid "Repeat \"Add to cart\" field"
|
235 |
msgstr ""
|
236 |
|
237 |
-
#: plugin-options/general-options.php:
|
238 |
msgid "Repeat the \"Add to cart\" field at the end of the table"
|
239 |
msgstr ""
|
240 |
|
241 |
-
#: plugin-options/general-options.php:
|
242 |
msgid "Image size"
|
243 |
msgstr "Tamanho da imagem"
|
244 |
|
245 |
-
#: plugin-options/general-options.php:
|
246 |
msgid "Set the size for the images"
|
247 |
msgstr "Especifique um tamanho para as imagens"
|
248 |
|
249 |
-
#: templates/admin/premium.php:
|
250 |
-
#, php-format
|
251 |
msgid ""
|
252 |
"Upgrade to %1$spremium version%2$s of %1$sYITH WooCommerce Compare%2$s to "
|
253 |
"benefit from all features!"
|
254 |
msgstr ""
|
255 |
|
256 |
-
#: templates/admin/premium.php:
|
257 |
msgid "UPGRADE"
|
258 |
msgstr "ATUALIZAR"
|
259 |
|
260 |
-
#: templates/admin/premium.php:
|
261 |
msgid "to the premium version"
|
262 |
msgstr ""
|
263 |
|
264 |
-
#: templates/admin/premium.php:
|
265 |
msgid "Premium Features"
|
266 |
msgstr ""
|
267 |
|
268 |
-
#: templates/admin/premium.php:
|
269 |
msgid "A DEDICATED PAGE"
|
270 |
msgstr ""
|
271 |
|
272 |
-
#: templates/admin/premium.php:
|
273 |
-
#, php-format
|
274 |
msgid ""
|
275 |
"Don't you want to compare your products in a modal window anymore?%3$sWith "
|
276 |
"the premium version of %1$sYITH WooCommerce Compare%2$s, a new page will be "
|
@@ -279,12 +288,11 @@ msgid ""
|
|
279 |
"whenever they want."
|
280 |
msgstr ""
|
281 |
|
282 |
-
#: templates/admin/premium.php:
|
283 |
msgid "CATEGORY COMPARATION"
|
284 |
msgstr ""
|
285 |
|
286 |
-
#: templates/admin/premium.php:
|
287 |
-
#, php-format
|
288 |
msgid ""
|
289 |
"People are often confused by finding products of different categories in the "
|
290 |
"comparison table, creating difficulties in comparing the products they are "
|
@@ -293,12 +301,11 @@ msgid ""
|
|
293 |
"affinity."
|
294 |
msgstr ""
|
295 |
|
296 |
-
#: templates/admin/premium.php:
|
297 |
msgid "CATEGORY EXCLUSION "
|
298 |
msgstr ""
|
299 |
|
300 |
-
#: templates/admin/premium.php:
|
301 |
-
#, php-format
|
302 |
msgid ""
|
303 |
"In your shop there may be product categories you don't want to be affected "
|
304 |
"by the plugin features, deleting the comparison button for them. The premium "
|
@@ -308,24 +315,22 @@ msgid ""
|
|
308 |
"selected categories."
|
309 |
msgstr ""
|
310 |
|
311 |
-
#: templates/admin/premium.php:
|
312 |
msgid "TABLE IMAGE"
|
313 |
msgstr ""
|
314 |
|
315 |
-
#: templates/admin/premium.php:
|
316 |
-
#, php-format
|
317 |
msgid ""
|
318 |
"Give a personal touch to the %1$scomparison table%2$s your users will see. "
|
319 |
"Select an image, upload it from the option panel and show it ahead of the "
|
320 |
"table to your users. "
|
321 |
msgstr ""
|
322 |
|
323 |
-
#: templates/admin/premium.php:
|
324 |
msgid "DYNAMIC FIELDS"
|
325 |
msgstr ""
|
326 |
|
327 |
-
#: templates/admin/premium.php:
|
328 |
-
#, php-format
|
329 |
msgid ""
|
330 |
"With this precious feature, you will be able to show in the table only the "
|
331 |
"fields that have information in at least one of the selected products."
|
@@ -333,12 +338,11 @@ msgid ""
|
|
333 |
"be no more empty lines in your comparison table."
|
334 |
msgstr ""
|
335 |
|
336 |
-
#: templates/admin/premium.php:
|
337 |
msgid "SOCIAL NETWORK SHARING"
|
338 |
msgstr ""
|
339 |
|
340 |
-
#: templates/admin/premium.php:
|
341 |
-
#, php-format
|
342 |
msgid ""
|
343 |
"One of the most appealing features of the premium version of the plugin.Four "
|
344 |
"social network sites for your users (Facebook, Twitter, Google + and "
|
@@ -346,12 +350,11 @@ msgid ""
|
|
346 |
"products they have selected."
|
347 |
msgstr ""
|
348 |
|
349 |
-
#: templates/admin/premium.php:
|
350 |
msgid "RELATED PRODUCTS"
|
351 |
msgstr ""
|
352 |
|
353 |
-
#: templates/admin/premium.php:
|
354 |
-
#, php-format
|
355 |
msgid ""
|
356 |
"All the products that have common categories and/or tags with those in the "
|
357 |
"comparison table will be showed in a slider, right under the comparison "
|
@@ -360,12 +363,11 @@ msgid ""
|
|
360 |
"interested into."
|
361 |
msgstr ""
|
362 |
|
363 |
-
#: templates/admin/premium.php:
|
364 |
msgid "CUSTOMIZABLE STYLE"
|
365 |
msgstr ""
|
366 |
|
367 |
-
#: templates/admin/premium.php:
|
368 |
-
#, php-format
|
369 |
msgid ""
|
370 |
"An advanced option panel that let you change all the colors of the plugin, "
|
371 |
"so that you can adapt stylistically all its elements %1$sto the layout%2$s "
|
@@ -373,45 +375,43 @@ msgid ""
|
|
373 |
"to get to the best result."
|
374 |
msgstr ""
|
375 |
|
376 |
-
#: templates/admin/premium.php:
|
377 |
msgid "CUSTOMIZED ATTRIBUTES"
|
378 |
msgstr ""
|
379 |
|
380 |
-
#: templates/admin/premium.php:
|
381 |
-
#, php-format
|
382 |
msgid ""
|
383 |
"Let you users compare products following every feature, and considering also "
|
384 |
"all those %1$sattributes%2$s that can be manually created in within the "
|
385 |
"product detail page. Every single detail will be included."
|
386 |
msgstr ""
|
387 |
|
388 |
-
#: templates/admin/premium.php:
|
389 |
msgid "A TAILORED TABLE"
|
390 |
msgstr ""
|
391 |
|
392 |
-
#: templates/admin/premium.php:
|
393 |
-
#, php-format
|
394 |
msgid ""
|
395 |
"Select the products you want to compare and the system will offer you the "
|
396 |
"%1$sshortcode%2$s to generate a comparing table. Simple, rapid and useful."
|
397 |
msgstr ""
|
398 |
|
399 |
-
#: templates/admin/premium.php:
|
400 |
msgid "Compare list - widget"
|
401 |
msgstr ""
|
402 |
|
403 |
-
#: templates/admin/premium.php:
|
404 |
msgid ""
|
405 |
"Thanks to YITH WooCommerce Comapre Widget users could verify at any time the "
|
406 |
"complete list of products added to the compare tab and avoid to open the "
|
407 |
"popup to check its existence. "
|
408 |
msgstr ""
|
409 |
|
410 |
-
#: templates/admin/premium.php:
|
411 |
msgid "Compare counter - widget and shortcode"
|
412 |
msgstr ""
|
413 |
|
414 |
-
#: templates/admin/premium.php:
|
415 |
msgid ""
|
416 |
"Moreover, if you want to give your users the chance to see in a glance how "
|
417 |
"many products they have added to the Compare list, feel free to use the "
|
@@ -423,7 +423,7 @@ msgstr ""
|
|
423 |
msgid "Close window [X]"
|
424 |
msgstr "Fechar janela [X]"
|
425 |
|
426 |
-
#: templates/compare.php:
|
427 |
msgid "No products added in the compare table."
|
428 |
msgstr "Não foram adicionados produtos na tabela de comparação"
|
429 |
|
@@ -439,6 +439,32 @@ msgstr ""
|
|
439 |
msgid "Clear all"
|
440 |
msgstr "Limpar tudo"
|
441 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
442 |
#~ msgid "Choose if you want to use a link or a button for the action button."
|
443 |
#~ msgstr "Seleciona se deseja usar link ou botão para a ação do botão"
|
444 |
|
@@ -446,9 +472,6 @@ msgstr "Limpar tudo"
|
|
446 |
#~ msgstr ""
|
447 |
#~ "O widget mostra a lista de produtos adicionados na tabela de comparação."
|
448 |
|
449 |
-
#~ msgid "YITH Woocommerce Compare Widget"
|
450 |
-
#~ msgstr "Widget de Comparação"
|
451 |
-
|
452 |
#~ msgid "Products Compare"
|
453 |
#~ msgstr "Comparar Produtos"
|
454 |
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: YITH Woocommerce Compare\n"
|
4 |
+
"Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
|
5 |
+
"POT-Creation-Date: 2020-03-10 11:12:56+00:00\n"
|
6 |
"PO-Revision-Date: 2018-11-28 16:33+0100\n"
|
7 |
"Last-Translator: Nicola Mustone <mail@nicolamustone.it>\n"
|
8 |
"Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
|
32 |
msgstr ""
|
33 |
|
34 |
#: includes/class.yith-woocompare-admin.php:153
|
35 |
+
#, fuzzy
|
36 |
+
msgctxt "Admin Plugin Name"
|
37 |
+
msgid "WooCommerce Compare"
|
38 |
+
msgstr "Widget de Comparação"
|
39 |
+
|
40 |
#: includes/class.yith-woocompare-admin.php:154
|
41 |
+
#, fuzzy
|
42 |
+
msgctxt "Admin Plugin Name"
|
|
|
43 |
msgid "Compare"
|
44 |
msgstr "Comparar"
|
45 |
|
46 |
+
#: includes/class.yith-woocompare-admin.php:243
|
47 |
msgid "YITH WooCommerce Compare Activated"
|
48 |
msgstr ""
|
49 |
|
50 |
+
#: includes/class.yith-woocompare-admin.php:244
|
|
|
51 |
msgid ""
|
52 |
"In the YIT Plugin tab you can find the YITH WooCommerce Compare options. "
|
53 |
"With this menu, you can access to all the settings of our plugins that you "
|
55 |
"PREMIUM version with many new options, <a href=\"%s\">discover it now</a>."
|
56 |
msgstr ""
|
57 |
|
58 |
+
#: includes/class.yith-woocompare-admin.php:255
|
59 |
msgid "YITH WooCommerce Compare Updated"
|
60 |
msgstr ""
|
61 |
|
62 |
+
#: includes/class.yith-woocompare-admin.php:256
|
|
|
63 |
msgid ""
|
64 |
"From now on, you can find all the options of YITH WooCommerce Compare under "
|
65 |
"YIT Plugin -> Compare instead of WooCommerce -> Settings -> Compare, as in "
|
68 |
"available options, <a href=\"%s\">discover the PREMIUM version.</a>"
|
69 |
msgstr ""
|
70 |
|
71 |
+
#: includes/class.yith-woocompare-admin.php:400
|
72 |
msgid "Do you want to hard crop the image?"
|
73 |
msgstr ""
|
74 |
|
80 |
msgid "Product Comparison"
|
81 |
msgstr "Comparação de Produtos"
|
82 |
|
83 |
+
#: includes/class.yith-woocompare-frontend.php:227
|
84 |
+
#: includes/class.yith-woocompare-frontend.php:505
|
85 |
+
#: plugin-options/general-options.php:40
|
86 |
+
#: widgets/class.yith-woocompare-widget.php:51
|
87 |
+
msgid "Compare"
|
88 |
+
msgstr "Comparar"
|
89 |
+
|
90 |
#: includes/class.yith-woocompare-frontend.php:229
|
91 |
+
msgctxt "Label for popup close icon"
|
92 |
msgid "Close"
|
93 |
msgstr ""
|
94 |
|
100 |
msgid "No products to compare"
|
101 |
msgstr "Não há produtos à comparar"
|
102 |
|
103 |
+
#: includes/class.yith-woocompare-frontend.php:709 templates/compare.php:119
|
104 |
msgid "Remove"
|
105 |
msgstr "Remover"
|
106 |
|
165 |
msgid "Choose if you want to use a link or a button for the comepare actions."
|
166 |
msgstr ""
|
167 |
|
168 |
+
#: plugin-options/general-options.php:31
|
169 |
msgid "Link"
|
170 |
msgstr "Link"
|
171 |
|
172 |
+
#: plugin-options/general-options.php:32
|
173 |
msgid "Button"
|
174 |
msgstr "Botão"
|
175 |
|
176 |
+
#: plugin-options/general-options.php:37
|
177 |
msgid "Link/Button text"
|
178 |
msgstr "Texto Link/Botão"
|
179 |
|
180 |
+
#: plugin-options/general-options.php:38
|
181 |
msgid "Type the text to use for the button or the link of the compare."
|
182 |
msgstr "Insira o texto usado no botão de comparação."
|
183 |
|
184 |
+
#: plugin-options/general-options.php:45
|
185 |
msgid "Show button in single product page"
|
186 |
msgstr "Mostrar na página de produto único"
|
187 |
|
188 |
+
#: plugin-options/general-options.php:46
|
189 |
msgid "Say if you want to show the button in the single product page."
|
190 |
msgstr "Marque para mostrar na página de produto único"
|
191 |
|
192 |
+
#: plugin-options/general-options.php:53
|
193 |
msgid "Show button in products list"
|
194 |
msgstr "Mostrar na lista de produtos"
|
195 |
|
196 |
+
#: plugin-options/general-options.php:54
|
197 |
msgid "Say if you want to show the button in the products list."
|
198 |
msgstr "Marque para mostrar na lista de produtos"
|
199 |
|
200 |
+
#: plugin-options/general-options.php:61
|
201 |
msgid "Open automatically lightbox"
|
202 |
msgstr "Abrir lightbox automaticamente"
|
203 |
|
204 |
+
#: plugin-options/general-options.php:62
|
205 |
msgid "Open link after click into \"Compare\" button\"."
|
206 |
msgstr "Abre link após clicar no botão de comparação."
|
207 |
|
208 |
+
#: plugin-options/general-options.php:74
|
209 |
msgid "Table Settings"
|
210 |
msgstr "Opções de tabela"
|
211 |
|
212 |
+
#: plugin-options/general-options.php:81
|
213 |
msgid "Table title"
|
214 |
msgstr "Título da tabela"
|
215 |
|
216 |
+
#: plugin-options/general-options.php:82
|
217 |
msgid "Type the text to use for the table title."
|
218 |
msgstr "Digite o texto para utilizar na tabela de título"
|
219 |
|
220 |
+
#: plugin-options/general-options.php:84 templates/compare.php:22
|
221 |
msgid "Compare products"
|
222 |
msgstr "Comparar produtos"
|
223 |
|
224 |
+
#: plugin-options/general-options.php:89
|
225 |
msgid "Fields to show"
|
226 |
msgstr "Campos a mostrar"
|
227 |
|
228 |
+
#: plugin-options/general-options.php:90
|
229 |
msgid ""
|
230 |
"Select the fields to show in the comparison table and order them by "
|
231 |
"drag&drop (are included also the woocommerce attributes)"
|
233 |
"Selecione os campos a mostrar na tabela de comparação e organize-os "
|
234 |
"arrastando e soltando (atributos do Woocommerce também são incluídos)"
|
235 |
|
236 |
+
#: plugin-options/general-options.php:97
|
237 |
msgid "Repeat \"Price\" field"
|
238 |
msgstr ""
|
239 |
|
240 |
+
#: plugin-options/general-options.php:98
|
241 |
msgid "Repeat the \"Price\" field at the end of the table"
|
242 |
msgstr ""
|
243 |
|
244 |
+
#: plugin-options/general-options.php:105
|
245 |
msgid "Repeat \"Add to cart\" field"
|
246 |
msgstr ""
|
247 |
|
248 |
+
#: plugin-options/general-options.php:106
|
249 |
msgid "Repeat the \"Add to cart\" field at the end of the table"
|
250 |
msgstr ""
|
251 |
|
252 |
+
#: plugin-options/general-options.php:113
|
253 |
msgid "Image size"
|
254 |
msgstr "Tamanho da imagem"
|
255 |
|
256 |
+
#: plugin-options/general-options.php:114
|
257 |
msgid "Set the size for the images"
|
258 |
msgstr "Especifique um tamanho para as imagens"
|
259 |
|
260 |
+
#: templates/admin/premium.php:242 templates/admin/premium.php:448
|
|
|
261 |
msgid ""
|
262 |
"Upgrade to %1$spremium version%2$s of %1$sYITH WooCommerce Compare%2$s to "
|
263 |
"benefit from all features!"
|
264 |
msgstr ""
|
265 |
|
266 |
+
#: templates/admin/premium.php:245 templates/admin/premium.php:451
|
267 |
msgid "UPGRADE"
|
268 |
msgstr "ATUALIZAR"
|
269 |
|
270 |
+
#: templates/admin/premium.php:246 templates/admin/premium.php:452
|
271 |
msgid "to the premium version"
|
272 |
msgstr ""
|
273 |
|
274 |
+
#: templates/admin/premium.php:252
|
275 |
msgid "Premium Features"
|
276 |
msgstr ""
|
277 |
|
278 |
+
#: templates/admin/premium.php:260
|
279 |
msgid "A DEDICATED PAGE"
|
280 |
msgstr ""
|
281 |
|
282 |
+
#: templates/admin/premium.php:263
|
|
|
283 |
msgid ""
|
284 |
"Don't you want to compare your products in a modal window anymore?%3$sWith "
|
285 |
"the premium version of %1$sYITH WooCommerce Compare%2$s, a new page will be "
|
288 |
"whenever they want."
|
289 |
msgstr ""
|
290 |
|
291 |
+
#: templates/admin/premium.php:273
|
292 |
msgid "CATEGORY COMPARATION"
|
293 |
msgstr ""
|
294 |
|
295 |
+
#: templates/admin/premium.php:276
|
|
|
296 |
msgid ""
|
297 |
"People are often confused by finding products of different categories in the "
|
298 |
"comparison table, creating difficulties in comparing the products they are "
|
301 |
"affinity."
|
302 |
msgstr ""
|
303 |
|
304 |
+
#: templates/admin/premium.php:292
|
305 |
msgid "CATEGORY EXCLUSION "
|
306 |
msgstr ""
|
307 |
|
308 |
+
#: templates/admin/premium.php:295
|
|
|
309 |
msgid ""
|
310 |
"In your shop there may be product categories you don't want to be affected "
|
311 |
"by the plugin features, deleting the comparison button for them. The premium "
|
315 |
"selected categories."
|
316 |
msgstr ""
|
317 |
|
318 |
+
#: templates/admin/premium.php:305
|
319 |
msgid "TABLE IMAGE"
|
320 |
msgstr ""
|
321 |
|
322 |
+
#: templates/admin/premium.php:308
|
|
|
323 |
msgid ""
|
324 |
"Give a personal touch to the %1$scomparison table%2$s your users will see. "
|
325 |
"Select an image, upload it from the option panel and show it ahead of the "
|
326 |
"table to your users. "
|
327 |
msgstr ""
|
328 |
|
329 |
+
#: templates/admin/premium.php:324
|
330 |
msgid "DYNAMIC FIELDS"
|
331 |
msgstr ""
|
332 |
|
333 |
+
#: templates/admin/premium.php:327
|
|
|
334 |
msgid ""
|
335 |
"With this precious feature, you will be able to show in the table only the "
|
336 |
"fields that have information in at least one of the selected products."
|
338 |
"be no more empty lines in your comparison table."
|
339 |
msgstr ""
|
340 |
|
341 |
+
#: templates/admin/premium.php:337
|
342 |
msgid "SOCIAL NETWORK SHARING"
|
343 |
msgstr ""
|
344 |
|
345 |
+
#: templates/admin/premium.php:340
|
|
|
346 |
msgid ""
|
347 |
"One of the most appealing features of the premium version of the plugin.Four "
|
348 |
"social network sites for your users (Facebook, Twitter, Google + and "
|
350 |
"products they have selected."
|
351 |
msgstr ""
|
352 |
|
353 |
+
#: templates/admin/premium.php:356
|
354 |
msgid "RELATED PRODUCTS"
|
355 |
msgstr ""
|
356 |
|
357 |
+
#: templates/admin/premium.php:359
|
|
|
358 |
msgid ""
|
359 |
"All the products that have common categories and/or tags with those in the "
|
360 |
"comparison table will be showed in a slider, right under the comparison "
|
363 |
"interested into."
|
364 |
msgstr ""
|
365 |
|
366 |
+
#: templates/admin/premium.php:369
|
367 |
msgid "CUSTOMIZABLE STYLE"
|
368 |
msgstr ""
|
369 |
|
370 |
+
#: templates/admin/premium.php:372
|
|
|
371 |
msgid ""
|
372 |
"An advanced option panel that let you change all the colors of the plugin, "
|
373 |
"so that you can adapt stylistically all its elements %1$sto the layout%2$s "
|
375 |
"to get to the best result."
|
376 |
msgstr ""
|
377 |
|
378 |
+
#: templates/admin/premium.php:388
|
379 |
msgid "CUSTOMIZED ATTRIBUTES"
|
380 |
msgstr ""
|
381 |
|
382 |
+
#: templates/admin/premium.php:391
|
|
|
383 |
msgid ""
|
384 |
"Let you users compare products following every feature, and considering also "
|
385 |
"all those %1$sattributes%2$s that can be manually created in within the "
|
386 |
"product detail page. Every single detail will be included."
|
387 |
msgstr ""
|
388 |
|
389 |
+
#: templates/admin/premium.php:401
|
390 |
msgid "A TAILORED TABLE"
|
391 |
msgstr ""
|
392 |
|
393 |
+
#: templates/admin/premium.php:404
|
|
|
394 |
msgid ""
|
395 |
"Select the products you want to compare and the system will offer you the "
|
396 |
"%1$sshortcode%2$s to generate a comparing table. Simple, rapid and useful."
|
397 |
msgstr ""
|
398 |
|
399 |
+
#: templates/admin/premium.php:420
|
400 |
msgid "Compare list - widget"
|
401 |
msgstr ""
|
402 |
|
403 |
+
#: templates/admin/premium.php:423
|
404 |
msgid ""
|
405 |
"Thanks to YITH WooCommerce Comapre Widget users could verify at any time the "
|
406 |
"complete list of products added to the compare tab and avoid to open the "
|
407 |
"popup to check its existence. "
|
408 |
msgstr ""
|
409 |
|
410 |
+
#: templates/admin/premium.php:433
|
411 |
msgid "Compare counter - widget and shortcode"
|
412 |
msgstr ""
|
413 |
|
414 |
+
#: templates/admin/premium.php:436
|
415 |
msgid ""
|
416 |
"Moreover, if you want to give your users the chance to see in a glance how "
|
417 |
"many products they have added to the Compare list, feel free to use the "
|
423 |
msgid "Close window [X]"
|
424 |
msgstr "Fechar janela [X]"
|
425 |
|
426 |
+
#: templates/compare.php:107
|
427 |
msgid "No products added in the compare table."
|
428 |
msgstr "Não foram adicionados produtos na tabela de comparação"
|
429 |
|
439 |
msgid "Clear all"
|
440 |
msgstr "Limpar tudo"
|
441 |
|
442 |
+
#. Plugin Name of the plugin/theme
|
443 |
+
#, fuzzy
|
444 |
+
msgid "YITH WooCommerce Compare"
|
445 |
+
msgstr "Widget de Comparação"
|
446 |
+
|
447 |
+
#. Plugin URI of the plugin/theme
|
448 |
+
msgid "https://yithemes.com/themes/plugins/yith-woocommerce-compare/"
|
449 |
+
msgstr ""
|
450 |
+
|
451 |
+
#. Description of the plugin/theme
|
452 |
+
msgid ""
|
453 |
+
"The <code><strong>YITH WooCommerce Compare</strong></code> plugin allow you "
|
454 |
+
"to compare in a simple and efficient way products on sale in your shop and "
|
455 |
+
"analyze their main features in a single table. <a href=\"https://yithemes."
|
456 |
+
"com/\" target=\"_blank\">Get more plugins for your e-commerce shop on "
|
457 |
+
"<strong>YITH</strong></a>."
|
458 |
+
msgstr ""
|
459 |
+
|
460 |
+
#. Author of the plugin/theme
|
461 |
+
msgid "YITH"
|
462 |
+
msgstr ""
|
463 |
+
|
464 |
+
#. Author URI of the plugin/theme
|
465 |
+
msgid "https://yithemes.com/"
|
466 |
+
msgstr ""
|
467 |
+
|
468 |
#~ msgid "Choose if you want to use a link or a button for the action button."
|
469 |
#~ msgstr "Seleciona se deseja usar link ou botão para a ação do botão"
|
470 |
|
472 |
#~ msgstr ""
|
473 |
#~ "O widget mostra a lista de produtos adicionados na tabela de comparação."
|
474 |
|
|
|
|
|
|
|
475 |
#~ msgid "Products Compare"
|
476 |
#~ msgstr "Comparar Produtos"
|
477 |
|
languages/yith-woocommerce-compare-ru_RU.mo
CHANGED
Binary file
|
languages/yith-woocommerce-compare-ru_RU.po
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: YITH Woocommerce Compare\n"
|
4 |
-
"
|
|
|
5 |
"PO-Revision-Date: 2018-11-28 16:33+0100\n"
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
|
@@ -32,19 +33,22 @@ msgid "Premium Version"
|
|
32 |
msgstr "Премиум версия"
|
33 |
|
34 |
#: includes/class.yith-woocompare-admin.php:153
|
|
|
|
|
|
|
|
|
|
|
35 |
#: includes/class.yith-woocompare-admin.php:154
|
36 |
-
|
37 |
-
|
38 |
-
#: widgets/class.yith-woocompare-widget.php:51
|
39 |
msgid "Compare"
|
40 |
msgstr "Сравнить"
|
41 |
|
42 |
-
#: includes/class.yith-woocompare-admin.php:
|
43 |
msgid "YITH WooCommerce Compare Activated"
|
44 |
msgstr "Активировать YITH WooCommerce Compare"
|
45 |
|
46 |
-
#: includes/class.yith-woocompare-admin.php:
|
47 |
-
#, php-format
|
48 |
msgid ""
|
49 |
"In the YIT Plugin tab you can find the YITH WooCommerce Compare options. "
|
50 |
"With this menu, you can access to all the settings of our plugins that you "
|
@@ -57,12 +61,11 @@ msgstr ""
|
|
57 |
"доступен в бесплатной версии и PREMIUM версии со множеством новых опций, <a "
|
58 |
"href=«%s»>discover it now</a>."
|
59 |
|
60 |
-
#: includes/class.yith-woocompare-admin.php:
|
61 |
msgid "YITH WooCommerce Compare Updated"
|
62 |
msgstr "Обновить YITH WooCommerce Compare"
|
63 |
|
64 |
-
#: includes/class.yith-woocompare-admin.php:
|
65 |
-
#, php-format
|
66 |
msgid ""
|
67 |
"From now on, you can find all the options of YITH WooCommerce Compare under "
|
68 |
"YIT Plugin -> Compare instead of WooCommerce -> Settings -> Compare, as in "
|
@@ -76,7 +79,7 @@ msgstr ""
|
|
76 |
"меню будет добавлена новая вкладка. YITH WooCommerce Compare был обновлен "
|
77 |
"новыми доступными вариантами, <a href=«%s»>discover the PREMIUM version.</a>"
|
78 |
|
79 |
-
#: includes/class.yith-woocompare-admin.php:
|
80 |
msgid "Do you want to hard crop the image?"
|
81 |
msgstr "Вы хотите принудительно уменьшить изображение?"
|
82 |
|
@@ -88,7 +91,15 @@ msgstr "Добавлено"
|
|
88 |
msgid "Product Comparison"
|
89 |
msgstr "Сравнение товаров"
|
90 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
91 |
#: includes/class.yith-woocompare-frontend.php:229
|
|
|
92 |
msgid "Close"
|
93 |
msgstr ""
|
94 |
|
@@ -100,7 +111,7 @@ msgstr "В наличии"
|
|
100 |
msgid "No products to compare"
|
101 |
msgstr "Нет товаров для сравнения"
|
102 |
|
103 |
-
#: includes/class.yith-woocompare-frontend.php:709 templates/compare.php:
|
104 |
msgid "Remove"
|
105 |
msgstr "Удалить"
|
106 |
|
@@ -170,68 +181,68 @@ msgid "Choose if you want to use a link or a button for the comepare actions."
|
|
170 |
msgstr ""
|
171 |
"Выберите, если хотите использовать ссылку или кнопку для действия сравнения."
|
172 |
|
173 |
-
#: plugin-options/general-options.php:
|
174 |
msgid "Link"
|
175 |
msgstr "Ссылка"
|
176 |
|
177 |
-
#: plugin-options/general-options.php:
|
178 |
msgid "Button"
|
179 |
msgstr "Кнопка"
|
180 |
|
181 |
-
#: plugin-options/general-options.php:
|
182 |
msgid "Link/Button text"
|
183 |
msgstr "Текст ссылки или кнопки"
|
184 |
|
185 |
-
#: plugin-options/general-options.php:
|
186 |
msgid "Type the text to use for the button or the link of the compare."
|
187 |
msgstr ""
|
188 |
"Введите текст, который будет использоваться для кнопки или ссылки сравнения."
|
189 |
|
190 |
-
#: plugin-options/general-options.php:
|
191 |
msgid "Show button in single product page"
|
192 |
msgstr "Показывать кнопку на странице товара"
|
193 |
|
194 |
-
#: plugin-options/general-options.php:
|
195 |
msgid "Say if you want to show the button in the single product page."
|
196 |
msgstr "Отметьте, если хотите показывать кнопку на странице товара."
|
197 |
|
198 |
-
#: plugin-options/general-options.php:
|
199 |
msgid "Show button in products list"
|
200 |
msgstr "Показывать кнопку в каталоге товаров"
|
201 |
|
202 |
-
#: plugin-options/general-options.php:
|
203 |
msgid "Say if you want to show the button in the products list."
|
204 |
msgstr "Отметьте, если вы хотите показывать кнопку в каталоге товаров."
|
205 |
|
206 |
-
#: plugin-options/general-options.php:
|
207 |
msgid "Open automatically lightbox"
|
208 |
msgstr "Автоматическое открытие всплывающего окна"
|
209 |
|
210 |
-
#: plugin-options/general-options.php:
|
211 |
msgid "Open link after click into \"Compare\" button\"."
|
212 |
msgstr "Открыть ссылку после нажатия на кнопку «Сравнить»."
|
213 |
|
214 |
-
#: plugin-options/general-options.php:
|
215 |
msgid "Table Settings"
|
216 |
msgstr "Настройки таблицы"
|
217 |
|
218 |
-
#: plugin-options/general-options.php:
|
219 |
msgid "Table title"
|
220 |
msgstr "Название таблицы"
|
221 |
|
222 |
-
#: plugin-options/general-options.php:
|
223 |
msgid "Type the text to use for the table title."
|
224 |
msgstr "Введите текст названия таблицы."
|
225 |
|
226 |
-
#: plugin-options/general-options.php:
|
227 |
msgid "Compare products"
|
228 |
msgstr "Сравнение товаров"
|
229 |
|
230 |
-
#: plugin-options/general-options.php:
|
231 |
msgid "Fields to show"
|
232 |
msgstr "Поля для показа"
|
233 |
|
234 |
-
#: plugin-options/general-options.php:
|
235 |
msgid ""
|
236 |
"Select the fields to show in the comparison table and order them by "
|
237 |
"drag&drop (are included also the woocommerce attributes)"
|
@@ -239,32 +250,31 @@ msgstr ""
|
|
239 |
"Выберите поля, которые будут отображаться в таблице сравнения, и расставьте "
|
240 |
"их путем перетаскивания (включены также атрибуты woocommerce)"
|
241 |
|
242 |
-
#: plugin-options/general-options.php:
|
243 |
msgid "Repeat \"Price\" field"
|
244 |
msgstr "Повторить поле «Цена» в конце таблицы"
|
245 |
|
246 |
-
#: plugin-options/general-options.php:
|
247 |
msgid "Repeat the \"Price\" field at the end of the table"
|
248 |
msgstr "Повторить поле «Цена» в конце таблицы"
|
249 |
|
250 |
-
#: plugin-options/general-options.php:
|
251 |
msgid "Repeat \"Add to cart\" field"
|
252 |
msgstr "Повторить поле «Добавить в корзину» в конце таблицы"
|
253 |
|
254 |
-
#: plugin-options/general-options.php:
|
255 |
msgid "Repeat the \"Add to cart\" field at the end of the table"
|
256 |
msgstr "Повторить поле «Добавить в корзину» в конце таблицы"
|
257 |
|
258 |
-
#: plugin-options/general-options.php:
|
259 |
msgid "Image size"
|
260 |
msgstr "Размер изображения"
|
261 |
|
262 |
-
#: plugin-options/general-options.php:
|
263 |
msgid "Set the size for the images"
|
264 |
msgstr "Задайте размер для изображений"
|
265 |
|
266 |
-
#: templates/admin/premium.php:
|
267 |
-
#, php-format
|
268 |
msgid ""
|
269 |
"Upgrade to %1$spremium version%2$s of %1$sYITH WooCommerce Compare%2$s to "
|
270 |
"benefit from all features!"
|
@@ -272,24 +282,23 @@ msgstr ""
|
|
272 |
"Воспользуйтесь %1$spremium version%2$s %1$sYITH WooCommerce Compare%2$s, "
|
273 |
"чтобы воспользоваться всеми функциями!"
|
274 |
|
275 |
-
#: templates/admin/premium.php:
|
276 |
msgid "UPGRADE"
|
277 |
msgstr "ОБНОВИТЬ"
|
278 |
|
279 |
-
#: templates/admin/premium.php:
|
280 |
msgid "to the premium version"
|
281 |
msgstr "до премиум версии"
|
282 |
|
283 |
-
#: templates/admin/premium.php:
|
284 |
msgid "Premium Features"
|
285 |
msgstr "Премиум-функции"
|
286 |
|
287 |
-
#: templates/admin/premium.php:
|
288 |
msgid "A DEDICATED PAGE"
|
289 |
msgstr "СТРАНИЦА ОПИСАНИЯ"
|
290 |
|
291 |
-
#: templates/admin/premium.php:
|
292 |
-
#, php-format
|
293 |
msgid ""
|
294 |
"Don't you want to compare your products in a modal window anymore?%3$sWith "
|
295 |
"the premium version of %1$sYITH WooCommerce Compare%2$s, a new page will be "
|
@@ -303,12 +312,11 @@ msgstr ""
|
|
303 |
"своим пользователям возможность легко получить доступ к ней, когда они этого "
|
304 |
"захотят."
|
305 |
|
306 |
-
#: templates/admin/premium.php:
|
307 |
msgid "CATEGORY COMPARATION"
|
308 |
msgstr "СРАВНЕНИЕ КАТЕГОРИЙ"
|
309 |
|
310 |
-
#: templates/admin/premium.php:
|
311 |
-
#, php-format
|
312 |
msgid ""
|
313 |
"People are often confused by finding products of different categories in the "
|
314 |
"comparison table, creating difficulties in comparing the products they are "
|
@@ -321,12 +329,11 @@ msgstr ""
|
|
321 |
"%1$s«Сравнение по категориям»%2$s, чтобы разделить товары в таблице по "
|
322 |
"категориям."
|
323 |
|
324 |
-
#: templates/admin/premium.php:
|
325 |
msgid "CATEGORY EXCLUSION "
|
326 |
msgstr "ИСКЛЮЧЕНИЕ КАТЕГОРИЙ "
|
327 |
|
328 |
-
#: templates/admin/premium.php:
|
329 |
-
#, php-format
|
330 |
msgid ""
|
331 |
"In your shop there may be product categories you don't want to be affected "
|
332 |
"by the plugin features, deleting the comparison button for them. The premium "
|
@@ -342,12 +349,11 @@ msgstr ""
|
|
342 |
"поведение функции, позволяя сравнивать только продукты из выбранных "
|
343 |
"категорий."
|
344 |
|
345 |
-
#: templates/admin/premium.php:
|
346 |
msgid "TABLE IMAGE"
|
347 |
msgstr "ИЗОБРАЖЕНИЕ ТАБЛИЦЫ"
|
348 |
|
349 |
-
#: templates/admin/premium.php:
|
350 |
-
#, php-format
|
351 |
msgid ""
|
352 |
"Give a personal touch to the %1$scomparison table%2$s your users will see. "
|
353 |
"Select an image, upload it from the option panel and show it ahead of the "
|
@@ -357,12 +363,11 @@ msgstr ""
|
|
357 |
"пользователи. Выберите изображение, загрузите его с панели параметров и "
|
358 |
"покажите его перед таблицей своим пользователям. "
|
359 |
|
360 |
-
#: templates/admin/premium.php:
|
361 |
msgid "DYNAMIC FIELDS"
|
362 |
msgstr "АКТИВНЫЕ ПОЛЯ"
|
363 |
|
364 |
-
#: templates/admin/premium.php:
|
365 |
-
#, php-format
|
366 |
msgid ""
|
367 |
"With this precious feature, you will be able to show in the table only the "
|
368 |
"fields that have information in at least one of the selected products."
|
@@ -374,12 +379,11 @@ msgstr ""
|
|
374 |
"%3$s Включите %1$s«Активные поля атрибута»%2$s и в таблице сравнения не "
|
375 |
"будет пустых строк."
|
376 |
|
377 |
-
#: templates/admin/premium.php:
|
378 |
msgid "SOCIAL NETWORK SHARING"
|
379 |
msgstr "ПОДЕЛИТЬСЯ В СОЦИАЛЬНЫХ СЕТЯХ"
|
380 |
|
381 |
-
#: templates/admin/premium.php:
|
382 |
-
#, php-format
|
383 |
msgid ""
|
384 |
"One of the most appealing features of the premium version of the plugin.Four "
|
385 |
"social network sites for your users (Facebook, Twitter, Google + and "
|
@@ -391,12 +395,11 @@ msgstr ""
|
|
391 |
"Pinterest) и система электронной почты%1$sподелиться%2$s таблицей сравнения "
|
392 |
"продуктов, которую ни выбрали."
|
393 |
|
394 |
-
#: templates/admin/premium.php:
|
395 |
msgid "RELATED PRODUCTS"
|
396 |
msgstr "СОПУТСТВУЮЩИЕ ТОВАРЫ"
|
397 |
|
398 |
-
#: templates/admin/premium.php:
|
399 |
-
#, php-format
|
400 |
msgid ""
|
401 |
"All the products that have common categories and/or tags with those in the "
|
402 |
"comparison table will be showed in a slider, right under the comparison "
|
@@ -410,12 +413,11 @@ msgstr ""
|
|
410 |
"пользователи узнают о товарах в магазине, связанных с теми, которые их "
|
411 |
"интересуют."
|
412 |
|
413 |
-
#: templates/admin/premium.php:
|
414 |
msgid "CUSTOMIZABLE STYLE"
|
415 |
msgstr "НАСТРАИВАЕМЫЙ СТИЛЬ"
|
416 |
|
417 |
-
#: templates/admin/premium.php:
|
418 |
-
#, php-format
|
419 |
msgid ""
|
420 |
"An advanced option panel that let you change all the colors of the plugin, "
|
421 |
"so that you can adapt stylistically all its elements %1$sto the layout%2$s "
|
@@ -427,12 +429,11 @@ msgstr ""
|
|
427 |
"вашего магазина. Мы знаем что это важно, присматриваем за этим … и мы даем "
|
428 |
"вам нужные инструменты для достижения наилучшего результата."
|
429 |
|
430 |
-
#: templates/admin/premium.php:
|
431 |
msgid "CUSTOMIZED ATTRIBUTES"
|
432 |
msgstr "НАСТРАИВАЕМЫЕ АТРИБУТЫ"
|
433 |
|
434 |
-
#: templates/admin/premium.php:
|
435 |
-
#, php-format
|
436 |
msgid ""
|
437 |
"Let you users compare products following every feature, and considering also "
|
438 |
"all those %1$sattributes%2$s that can be manually created in within the "
|
@@ -442,12 +443,11 @@ msgstr ""
|
|
442 |
"%1$sатрибуты%2$s, которые могут быть созданы вручную на странице сведений о "
|
443 |
"продукте. Каждая деталь будет включена."
|
444 |
|
445 |
-
#: templates/admin/premium.php:
|
446 |
msgid "A TAILORED TABLE"
|
447 |
msgstr "ТАБЛИЦА НА ЗАКАЗ"
|
448 |
|
449 |
-
#: templates/admin/premium.php:
|
450 |
-
#, php-format
|
451 |
msgid ""
|
452 |
"Select the products you want to compare and the system will offer you the "
|
453 |
"%1$sshortcode%2$s to generate a comparing table. Simple, rapid and useful."
|
@@ -455,11 +455,11 @@ msgstr ""
|
|
455 |
"Выберите продукты, которые вы хотите сравнить, и система предложит вам "
|
456 |
"%1$sshortcode%2$s для создания таблицы сравнения. Просто, быстро и полезно."
|
457 |
|
458 |
-
#: templates/admin/premium.php:
|
459 |
msgid "Compare list - widget"
|
460 |
msgstr ""
|
461 |
|
462 |
-
#: templates/admin/premium.php:
|
463 |
msgid ""
|
464 |
"Thanks to YITH WooCommerce Comapre Widget users could verify at any time the "
|
465 |
"complete list of products added to the compare tab and avoid to open the "
|
@@ -469,11 +469,11 @@ msgstr ""
|
|
469 |
"момент проверить полный список продуктов, добавленных на вкладку сравнения, "
|
470 |
"и не открывая всплывающее окно, видеть что они сравнивают. "
|
471 |
|
472 |
-
#: templates/admin/premium.php:
|
473 |
msgid "Compare counter - widget and shortcode"
|
474 |
msgstr ""
|
475 |
|
476 |
-
#: templates/admin/premium.php:
|
477 |
msgid ""
|
478 |
"Moreover, if you want to give your users the chance to see in a glance how "
|
479 |
"many products they have added to the Compare list, feel free to use the "
|
@@ -485,7 +485,7 @@ msgstr ""
|
|
485 |
msgid "Close window [X]"
|
486 |
msgstr "Закрыть окно [X]"
|
487 |
|
488 |
-
#: templates/compare.php:
|
489 |
msgid "No products added in the compare table."
|
490 |
msgstr "Нет товаров для сравнения."
|
491 |
|
@@ -501,6 +501,32 @@ msgstr "Виджет YITH WooCommerce Compare"
|
|
501 |
msgid "Clear all"
|
502 |
msgstr "Очистить"
|
503 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
504 |
#~ msgid "Plugin Documentation"
|
505 |
#~ msgstr "Документация плагина"
|
506 |
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: YITH Woocommerce Compare\n"
|
4 |
+
"Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
|
5 |
+
"POT-Creation-Date: 2020-03-10 11:12:56+00:00\n"
|
6 |
"PO-Revision-Date: 2018-11-28 16:33+0100\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
|
33 |
msgstr "Премиум версия"
|
34 |
|
35 |
#: includes/class.yith-woocompare-admin.php:153
|
36 |
+
#, fuzzy
|
37 |
+
msgctxt "Admin Plugin Name"
|
38 |
+
msgid "WooCommerce Compare"
|
39 |
+
msgstr "Виджет YITH WooCommerce Compare"
|
40 |
+
|
41 |
#: includes/class.yith-woocompare-admin.php:154
|
42 |
+
#, fuzzy
|
43 |
+
msgctxt "Admin Plugin Name"
|
|
|
44 |
msgid "Compare"
|
45 |
msgstr "Сравнить"
|
46 |
|
47 |
+
#: includes/class.yith-woocompare-admin.php:243
|
48 |
msgid "YITH WooCommerce Compare Activated"
|
49 |
msgstr "Активировать YITH WooCommerce Compare"
|
50 |
|
51 |
+
#: includes/class.yith-woocompare-admin.php:244
|
|
|
52 |
msgid ""
|
53 |
"In the YIT Plugin tab you can find the YITH WooCommerce Compare options. "
|
54 |
"With this menu, you can access to all the settings of our plugins that you "
|
61 |
"доступен в бесплатной версии и PREMIUM версии со множеством новых опций, <a "
|
62 |
"href=«%s»>discover it now</a>."
|
63 |
|
64 |
+
#: includes/class.yith-woocompare-admin.php:255
|
65 |
msgid "YITH WooCommerce Compare Updated"
|
66 |
msgstr "Обновить YITH WooCommerce Compare"
|
67 |
|
68 |
+
#: includes/class.yith-woocompare-admin.php:256
|
|
|
69 |
msgid ""
|
70 |
"From now on, you can find all the options of YITH WooCommerce Compare under "
|
71 |
"YIT Plugin -> Compare instead of WooCommerce -> Settings -> Compare, as in "
|
79 |
"меню будет добавлена новая вкладка. YITH WooCommerce Compare был обновлен "
|
80 |
"новыми доступными вариантами, <a href=«%s»>discover the PREMIUM version.</a>"
|
81 |
|
82 |
+
#: includes/class.yith-woocompare-admin.php:400
|
83 |
msgid "Do you want to hard crop the image?"
|
84 |
msgstr "Вы хотите принудительно уменьшить изображение?"
|
85 |
|
91 |
msgid "Product Comparison"
|
92 |
msgstr "Сравнение товаров"
|
93 |
|
94 |
+
#: includes/class.yith-woocompare-frontend.php:227
|
95 |
+
#: includes/class.yith-woocompare-frontend.php:505
|
96 |
+
#: plugin-options/general-options.php:40
|
97 |
+
#: widgets/class.yith-woocompare-widget.php:51
|
98 |
+
msgid "Compare"
|
99 |
+
msgstr "Сравнить"
|
100 |
+
|
101 |
#: includes/class.yith-woocompare-frontend.php:229
|
102 |
+
msgctxt "Label for popup close icon"
|
103 |
msgid "Close"
|
104 |
msgstr ""
|
105 |
|
111 |
msgid "No products to compare"
|
112 |
msgstr "Нет товаров для сравнения"
|
113 |
|
114 |
+
#: includes/class.yith-woocompare-frontend.php:709 templates/compare.php:119
|
115 |
msgid "Remove"
|
116 |
msgstr "Удалить"
|
117 |
|
181 |
msgstr ""
|
182 |
"Выберите, если хотите использовать ссылку или кнопку для действия сравнения."
|
183 |
|
184 |
+
#: plugin-options/general-options.php:31
|
185 |
msgid "Link"
|
186 |
msgstr "Ссылка"
|
187 |
|
188 |
+
#: plugin-options/general-options.php:32
|
189 |
msgid "Button"
|
190 |
msgstr "Кнопка"
|
191 |
|
192 |
+
#: plugin-options/general-options.php:37
|
193 |
msgid "Link/Button text"
|
194 |
msgstr "Текст ссылки или кнопки"
|
195 |
|
196 |
+
#: plugin-options/general-options.php:38
|
197 |
msgid "Type the text to use for the button or the link of the compare."
|
198 |
msgstr ""
|
199 |
"Введите текст, который будет использоваться для кнопки или ссылки сравнения."
|
200 |
|
201 |
+
#: plugin-options/general-options.php:45
|
202 |
msgid "Show button in single product page"
|
203 |
msgstr "Показывать кнопку на странице товара"
|
204 |
|
205 |
+
#: plugin-options/general-options.php:46
|
206 |
msgid "Say if you want to show the button in the single product page."
|
207 |
msgstr "Отметьте, если хотите показывать кнопку на странице товара."
|
208 |
|
209 |
+
#: plugin-options/general-options.php:53
|
210 |
msgid "Show button in products list"
|
211 |
msgstr "Показывать кнопку в каталоге товаров"
|
212 |
|
213 |
+
#: plugin-options/general-options.php:54
|
214 |
msgid "Say if you want to show the button in the products list."
|
215 |
msgstr "Отметьте, если вы хотите показывать кнопку в каталоге товаров."
|
216 |
|
217 |
+
#: plugin-options/general-options.php:61
|
218 |
msgid "Open automatically lightbox"
|
219 |
msgstr "Автоматическое открытие всплывающего окна"
|
220 |
|
221 |
+
#: plugin-options/general-options.php:62
|
222 |
msgid "Open link after click into \"Compare\" button\"."
|
223 |
msgstr "Открыть ссылку после нажатия на кнопку «Сравнить»."
|
224 |
|
225 |
+
#: plugin-options/general-options.php:74
|
226 |
msgid "Table Settings"
|
227 |
msgstr "Настройки таблицы"
|
228 |
|
229 |
+
#: plugin-options/general-options.php:81
|
230 |
msgid "Table title"
|
231 |
msgstr "Название таблицы"
|
232 |
|
233 |
+
#: plugin-options/general-options.php:82
|
234 |
msgid "Type the text to use for the table title."
|
235 |
msgstr "Введите текст названия таблицы."
|
236 |
|
237 |
+
#: plugin-options/general-options.php:84 templates/compare.php:22
|
238 |
msgid "Compare products"
|
239 |
msgstr "Сравнение товаров"
|
240 |
|
241 |
+
#: plugin-options/general-options.php:89
|
242 |
msgid "Fields to show"
|
243 |
msgstr "Поля для показа"
|
244 |
|
245 |
+
#: plugin-options/general-options.php:90
|
246 |
msgid ""
|
247 |
"Select the fields to show in the comparison table and order them by "
|
248 |
"drag&drop (are included also the woocommerce attributes)"
|
250 |
"Выберите поля, которые будут отображаться в таблице сравнения, и расставьте "
|
251 |
"их путем перетаскивания (включены также атрибуты woocommerce)"
|
252 |
|
253 |
+
#: plugin-options/general-options.php:97
|
254 |
msgid "Repeat \"Price\" field"
|
255 |
msgstr "Повторить поле «Цена» в конце таблицы"
|
256 |
|
257 |
+
#: plugin-options/general-options.php:98
|
258 |
msgid "Repeat the \"Price\" field at the end of the table"
|
259 |
msgstr "Повторить поле «Цена» в конце таблицы"
|
260 |
|
261 |
+
#: plugin-options/general-options.php:105
|
262 |
msgid "Repeat \"Add to cart\" field"
|
263 |
msgstr "Повторить поле «Добавить в корзину» в конце таблицы"
|
264 |
|
265 |
+
#: plugin-options/general-options.php:106
|
266 |
msgid "Repeat the \"Add to cart\" field at the end of the table"
|
267 |
msgstr "Повторить поле «Добавить в корзину» в конце таблицы"
|
268 |
|
269 |
+
#: plugin-options/general-options.php:113
|
270 |
msgid "Image size"
|
271 |
msgstr "Размер изображения"
|
272 |
|
273 |
+
#: plugin-options/general-options.php:114
|
274 |
msgid "Set the size for the images"
|
275 |
msgstr "Задайте размер для изображений"
|
276 |
|
277 |
+
#: templates/admin/premium.php:242 templates/admin/premium.php:448
|
|
|
278 |
msgid ""
|
279 |
"Upgrade to %1$spremium version%2$s of %1$sYITH WooCommerce Compare%2$s to "
|
280 |
"benefit from all features!"
|
282 |
"Воспользуйтесь %1$spremium version%2$s %1$sYITH WooCommerce Compare%2$s, "
|
283 |
"чтобы воспользоваться всеми функциями!"
|
284 |
|
285 |
+
#: templates/admin/premium.php:245 templates/admin/premium.php:451
|
286 |
msgid "UPGRADE"
|
287 |
msgstr "ОБНОВИТЬ"
|
288 |
|
289 |
+
#: templates/admin/premium.php:246 templates/admin/premium.php:452
|
290 |
msgid "to the premium version"
|
291 |
msgstr "до премиум версии"
|
292 |
|
293 |
+
#: templates/admin/premium.php:252
|
294 |
msgid "Premium Features"
|
295 |
msgstr "Премиум-функции"
|
296 |
|
297 |
+
#: templates/admin/premium.php:260
|
298 |
msgid "A DEDICATED PAGE"
|
299 |
msgstr "СТРАНИЦА ОПИСАНИЯ"
|
300 |
|
301 |
+
#: templates/admin/premium.php:263
|
|
|
302 |
msgid ""
|
303 |
"Don't you want to compare your products in a modal window anymore?%3$sWith "
|
304 |
"the premium version of %1$sYITH WooCommerce Compare%2$s, a new page will be "
|
312 |
"своим пользователям возможность легко получить доступ к ней, когда они этого "
|
313 |
"захотят."
|
314 |
|
315 |
+
#: templates/admin/premium.php:273
|
316 |
msgid "CATEGORY COMPARATION"
|
317 |
msgstr "СРАВНЕНИЕ КАТЕГОРИЙ"
|
318 |
|
319 |
+
#: templates/admin/premium.php:276
|
|
|
320 |
msgid ""
|
321 |
"People are often confused by finding products of different categories in the "
|
322 |
"comparison table, creating difficulties in comparing the products they are "
|
329 |
"%1$s«Сравнение по категориям»%2$s, чтобы разделить товары в таблице по "
|
330 |
"категориям."
|
331 |
|
332 |
+
#: templates/admin/premium.php:292
|
333 |
msgid "CATEGORY EXCLUSION "
|
334 |
msgstr "ИСКЛЮЧЕНИЕ КАТЕГОРИЙ "
|
335 |
|
336 |
+
#: templates/admin/premium.php:295
|
|
|
337 |
msgid ""
|
338 |
"In your shop there may be product categories you don't want to be affected "
|
339 |
"by the plugin features, deleting the comparison button for them. The premium "
|
349 |
"поведение функции, позволяя сравнивать только продукты из выбранных "
|
350 |
"категорий."
|
351 |
|
352 |
+
#: templates/admin/premium.php:305
|
353 |
msgid "TABLE IMAGE"
|
354 |
msgstr "ИЗОБРАЖЕНИЕ ТАБЛИЦЫ"
|
355 |
|
356 |
+
#: templates/admin/premium.php:308
|
|
|
357 |
msgid ""
|
358 |
"Give a personal touch to the %1$scomparison table%2$s your users will see. "
|
359 |
"Select an image, upload it from the option panel and show it ahead of the "
|
363 |
"пользователи. Выберите изображение, загрузите его с панели параметров и "
|
364 |
"покажите его перед таблицей своим пользователям. "
|
365 |
|
366 |
+
#: templates/admin/premium.php:324
|
367 |
msgid "DYNAMIC FIELDS"
|
368 |
msgstr "АКТИВНЫЕ ПОЛЯ"
|
369 |
|
370 |
+
#: templates/admin/premium.php:327
|
|
|
371 |
msgid ""
|
372 |
"With this precious feature, you will be able to show in the table only the "
|
373 |
"fields that have information in at least one of the selected products."
|
379 |
"%3$s Включите %1$s«Активные поля атрибута»%2$s и в таблице сравнения не "
|
380 |
"будет пустых строк."
|
381 |
|
382 |
+
#: templates/admin/premium.php:337
|
383 |
msgid "SOCIAL NETWORK SHARING"
|
384 |
msgstr "ПОДЕЛИТЬСЯ В СОЦИАЛЬНЫХ СЕТЯХ"
|
385 |
|
386 |
+
#: templates/admin/premium.php:340
|
|
|
387 |
msgid ""
|
388 |
"One of the most appealing features of the premium version of the plugin.Four "
|
389 |
"social network sites for your users (Facebook, Twitter, Google + and "
|
395 |
"Pinterest) и система электронной почты%1$sподелиться%2$s таблицей сравнения "
|
396 |
"продуктов, которую ни выбрали."
|
397 |
|
398 |
+
#: templates/admin/premium.php:356
|
399 |
msgid "RELATED PRODUCTS"
|
400 |
msgstr "СОПУТСТВУЮЩИЕ ТОВАРЫ"
|
401 |
|
402 |
+
#: templates/admin/premium.php:359
|
|
|
403 |
msgid ""
|
404 |
"All the products that have common categories and/or tags with those in the "
|
405 |
"comparison table will be showed in a slider, right under the comparison "
|
413 |
"пользователи узнают о товарах в магазине, связанных с теми, которые их "
|
414 |
"интересуют."
|
415 |
|
416 |
+
#: templates/admin/premium.php:369
|
417 |
msgid "CUSTOMIZABLE STYLE"
|
418 |
msgstr "НАСТРАИВАЕМЫЙ СТИЛЬ"
|
419 |
|
420 |
+
#: templates/admin/premium.php:372
|
|
|
421 |
msgid ""
|
422 |
"An advanced option panel that let you change all the colors of the plugin, "
|
423 |
"so that you can adapt stylistically all its elements %1$sto the layout%2$s "
|
429 |
"вашего магазина. Мы знаем что это важно, присматриваем за этим … и мы даем "
|
430 |
"вам нужные инструменты для достижения наилучшего результата."
|
431 |
|
432 |
+
#: templates/admin/premium.php:388
|
433 |
msgid "CUSTOMIZED ATTRIBUTES"
|
434 |
msgstr "НАСТРАИВАЕМЫЕ АТРИБУТЫ"
|
435 |
|
436 |
+
#: templates/admin/premium.php:391
|
|
|
437 |
msgid ""
|
438 |
"Let you users compare products following every feature, and considering also "
|
439 |
"all those %1$sattributes%2$s that can be manually created in within the "
|
443 |
"%1$sатрибуты%2$s, которые могут быть созданы вручную на странице сведений о "
|
444 |
"продукте. Каждая деталь будет включена."
|
445 |
|
446 |
+
#: templates/admin/premium.php:401
|
447 |
msgid "A TAILORED TABLE"
|
448 |
msgstr "ТАБЛИЦА НА ЗАКАЗ"
|
449 |
|
450 |
+
#: templates/admin/premium.php:404
|
|
|
451 |
msgid ""
|
452 |
"Select the products you want to compare and the system will offer you the "
|
453 |
"%1$sshortcode%2$s to generate a comparing table. Simple, rapid and useful."
|
455 |
"Выберите продукты, которые вы хотите сравнить, и система предложит вам "
|
456 |
"%1$sshortcode%2$s для создания таблицы сравнения. Просто, быстро и полезно."
|
457 |
|
458 |
+
#: templates/admin/premium.php:420
|
459 |
msgid "Compare list - widget"
|
460 |
msgstr ""
|
461 |
|
462 |
+
#: templates/admin/premium.php:423
|
463 |
msgid ""
|
464 |
"Thanks to YITH WooCommerce Comapre Widget users could verify at any time the "
|
465 |
"complete list of products added to the compare tab and avoid to open the "
|
469 |
"момент проверить полный список продуктов, добавленных на вкладку сравнения, "
|
470 |
"и не открывая всплывающее окно, видеть что они сравнивают. "
|
471 |
|
472 |
+
#: templates/admin/premium.php:433
|
473 |
msgid "Compare counter - widget and shortcode"
|
474 |
msgstr ""
|
475 |
|
476 |
+
#: templates/admin/premium.php:436
|
477 |
msgid ""
|
478 |
"Moreover, if you want to give your users the chance to see in a glance how "
|
479 |
"many products they have added to the Compare list, feel free to use the "
|
485 |
msgid "Close window [X]"
|
486 |
msgstr "Закрыть окно [X]"
|
487 |
|
488 |
+
#: templates/compare.php:107
|
489 |
msgid "No products added in the compare table."
|
490 |
msgstr "Нет товаров для сравнения."
|
491 |
|
501 |
msgid "Clear all"
|
502 |
msgstr "Очистить"
|
503 |
|
504 |
+
#. Plugin Name of the plugin/theme
|
505 |
+
#, fuzzy
|
506 |
+
msgid "YITH WooCommerce Compare"
|
507 |
+
msgstr "Виджет YITH WooCommerce Compare"
|
508 |
+
|
509 |
+
#. Plugin URI of the plugin/theme
|
510 |
+
msgid "https://yithemes.com/themes/plugins/yith-woocommerce-compare/"
|
511 |
+
msgstr ""
|
512 |
+
|
513 |
+
#. Description of the plugin/theme
|
514 |
+
msgid ""
|
515 |
+
"The <code><strong>YITH WooCommerce Compare</strong></code> plugin allow you "
|
516 |
+
"to compare in a simple and efficient way products on sale in your shop and "
|
517 |
+
"analyze their main features in a single table. <a href=\"https://yithemes."
|
518 |
+
"com/\" target=\"_blank\">Get more plugins for your e-commerce shop on "
|
519 |
+
"<strong>YITH</strong></a>."
|
520 |
+
msgstr ""
|
521 |
+
|
522 |
+
#. Author of the plugin/theme
|
523 |
+
msgid "YITH"
|
524 |
+
msgstr ""
|
525 |
+
|
526 |
+
#. Author URI of the plugin/theme
|
527 |
+
msgid "https://yithemes.com/"
|
528 |
+
msgstr ""
|
529 |
+
|
530 |
#~ msgid "Plugin Documentation"
|
531 |
#~ msgstr "Документация плагина"
|
532 |
|
languages/yith-woocommerce-compare-sk_SK.mo
CHANGED
Binary file
|
languages/yith-woocommerce-compare-sk_SK.po
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: YITH Woocommerce Compare\n"
|
4 |
-
"
|
|
|
5 |
"PO-Revision-Date: 2018-11-28 16:33+0100\n"
|
6 |
"Last-Translator: Jakub Novák <jakub.novak@hellephant.sk>\n"
|
7 |
"Language-Team: Hellephant <jakub.novak@hellephant.sk>\n"
|
@@ -31,19 +32,22 @@ msgid "Premium Version"
|
|
31 |
msgstr ""
|
32 |
|
33 |
#: includes/class.yith-woocompare-admin.php:153
|
|
|
|
|
|
|
|
|
|
|
34 |
#: includes/class.yith-woocompare-admin.php:154
|
35 |
-
|
36 |
-
|
37 |
-
#: widgets/class.yith-woocompare-widget.php:51
|
38 |
msgid "Compare"
|
39 |
msgstr "Porovnať"
|
40 |
|
41 |
-
#: includes/class.yith-woocompare-admin.php:
|
42 |
msgid "YITH WooCommerce Compare Activated"
|
43 |
msgstr ""
|
44 |
|
45 |
-
#: includes/class.yith-woocompare-admin.php:
|
46 |
-
#, php-format
|
47 |
msgid ""
|
48 |
"In the YIT Plugin tab you can find the YITH WooCommerce Compare options. "
|
49 |
"With this menu, you can access to all the settings of our plugins that you "
|
@@ -51,12 +55,11 @@ msgid ""
|
|
51 |
"PREMIUM version with many new options, <a href=\"%s\">discover it now</a>."
|
52 |
msgstr ""
|
53 |
|
54 |
-
#: includes/class.yith-woocompare-admin.php:
|
55 |
msgid "YITH WooCommerce Compare Updated"
|
56 |
msgstr ""
|
57 |
|
58 |
-
#: includes/class.yith-woocompare-admin.php:
|
59 |
-
#, php-format
|
60 |
msgid ""
|
61 |
"From now on, you can find all the options of YITH WooCommerce Compare under "
|
62 |
"YIT Plugin -> Compare instead of WooCommerce -> Settings -> Compare, as in "
|
@@ -65,7 +68,7 @@ msgid ""
|
|
65 |
"available options, <a href=\"%s\">discover the PREMIUM version.</a>"
|
66 |
msgstr ""
|
67 |
|
68 |
-
#: includes/class.yith-woocompare-admin.php:
|
69 |
msgid "Do you want to hard crop the image?"
|
70 |
msgstr ""
|
71 |
|
@@ -77,7 +80,15 @@ msgstr "Pridané"
|
|
77 |
msgid "Product Comparison"
|
78 |
msgstr "Porovnanie produktov"
|
79 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
80 |
#: includes/class.yith-woocompare-frontend.php:229
|
|
|
81 |
msgid "Close"
|
82 |
msgstr ""
|
83 |
|
@@ -89,7 +100,7 @@ msgstr "Na sklade"
|
|
89 |
msgid "No products to compare"
|
90 |
msgstr "Nie sú produkty na porovnanie"
|
91 |
|
92 |
-
#: includes/class.yith-woocompare-frontend.php:709 templates/compare.php:
|
93 |
msgid "Remove"
|
94 |
msgstr "Odobrať"
|
95 |
|
@@ -152,71 +163,70 @@ msgstr "Odkaz alebo tlačidlo"
|
|
152 |
|
153 |
#: plugin-options/general-options.php:25
|
154 |
#, fuzzy
|
155 |
-
#| msgid "Choose if you want to use a link or a button for the action button."
|
156 |
msgid "Choose if you want to use a link or a button for the comepare actions."
|
157 |
msgstr "Vyberte si či chcete ku vyvolaniu akcie používať odkaz alebo tlačidlo."
|
158 |
|
159 |
-
#: plugin-options/general-options.php:
|
160 |
msgid "Link"
|
161 |
msgstr "Odkaz"
|
162 |
|
163 |
-
#: plugin-options/general-options.php:
|
164 |
msgid "Button"
|
165 |
msgstr "Tlačidlo"
|
166 |
|
167 |
-
#: plugin-options/general-options.php:
|
168 |
msgid "Link/Button text"
|
169 |
msgstr "Odkaz/Text tlačidla"
|
170 |
|
171 |
-
#: plugin-options/general-options.php:
|
172 |
msgid "Type the text to use for the button or the link of the compare."
|
173 |
msgstr "Zadajte text tlačidla alebo odkazu na porovnanie."
|
174 |
|
175 |
-
#: plugin-options/general-options.php:
|
176 |
msgid "Show button in single product page"
|
177 |
msgstr "Zobraziť tlačidlo na produktovej stránke."
|
178 |
|
179 |
-
#: plugin-options/general-options.php:
|
180 |
msgid "Say if you want to show the button in the single product page."
|
181 |
msgstr "Rozhodnite sa či chcete zobrazovať tlačidlo na produktovej stránke."
|
182 |
|
183 |
-
#: plugin-options/general-options.php:
|
184 |
msgid "Show button in products list"
|
185 |
msgstr "Zobraziť tlačidlo v zozname produktov."
|
186 |
|
187 |
-
#: plugin-options/general-options.php:
|
188 |
msgid "Say if you want to show the button in the products list."
|
189 |
msgstr "Rozhodnite sa či chcete zobrazovať tlačidlo v zozname produktov"
|
190 |
|
191 |
-
#: plugin-options/general-options.php:
|
192 |
msgid "Open automatically lightbox"
|
193 |
msgstr "Otvoriť lightbox autmaticky."
|
194 |
|
195 |
-
#: plugin-options/general-options.php:
|
196 |
msgid "Open link after click into \"Compare\" button\"."
|
197 |
msgstr "Otvoriť odkaz po kliknuťí na \"Porovnať\" tlačidlo\"."
|
198 |
|
199 |
-
#: plugin-options/general-options.php:
|
200 |
msgid "Table Settings"
|
201 |
msgstr "Nastavenie tabuľky"
|
202 |
|
203 |
-
#: plugin-options/general-options.php:
|
204 |
msgid "Table title"
|
205 |
msgstr "Titulok tabuľky"
|
206 |
|
207 |
-
#: plugin-options/general-options.php:
|
208 |
msgid "Type the text to use for the table title."
|
209 |
msgstr "Napíšte text pre titulok tabuľky"
|
210 |
|
211 |
-
#: plugin-options/general-options.php:
|
212 |
msgid "Compare products"
|
213 |
msgstr "Porovnať produkty"
|
214 |
|
215 |
-
#: plugin-options/general-options.php:
|
216 |
msgid "Fields to show"
|
217 |
msgstr "Zobraziť polia"
|
218 |
|
219 |
-
#: plugin-options/general-options.php:
|
220 |
msgid ""
|
221 |
"Select the fields to show in the comparison table and order them by "
|
222 |
"drag&drop (are included also the woocommerce attributes)"
|
@@ -224,55 +234,53 @@ msgstr ""
|
|
224 |
"Vyberte polia na zobrazenie v porovnávacej tabuľke a zoraďte ich pomocou "
|
225 |
"drag&drop (zahrnuté vo woocommerce atribútoch)"
|
226 |
|
227 |
-
#: plugin-options/general-options.php:
|
228 |
msgid "Repeat \"Price\" field"
|
229 |
msgstr ""
|
230 |
|
231 |
-
#: plugin-options/general-options.php:
|
232 |
msgid "Repeat the \"Price\" field at the end of the table"
|
233 |
msgstr ""
|
234 |
|
235 |
-
#: plugin-options/general-options.php:
|
236 |
msgid "Repeat \"Add to cart\" field"
|
237 |
msgstr ""
|
238 |
|
239 |
-
#: plugin-options/general-options.php:
|
240 |
msgid "Repeat the \"Add to cart\" field at the end of the table"
|
241 |
msgstr ""
|
242 |
|
243 |
-
#: plugin-options/general-options.php:
|
244 |
msgid "Image size"
|
245 |
msgstr "Rozmer obrázka"
|
246 |
|
247 |
-
#: plugin-options/general-options.php:
|
248 |
msgid "Set the size for the images"
|
249 |
msgstr "Nastaviť rozmer pre obrázky"
|
250 |
|
251 |
-
#: templates/admin/premium.php:
|
252 |
-
#, php-format
|
253 |
msgid ""
|
254 |
"Upgrade to %1$spremium version%2$s of %1$sYITH WooCommerce Compare%2$s to "
|
255 |
"benefit from all features!"
|
256 |
msgstr ""
|
257 |
|
258 |
-
#: templates/admin/premium.php:
|
259 |
msgid "UPGRADE"
|
260 |
msgstr ""
|
261 |
|
262 |
-
#: templates/admin/premium.php:
|
263 |
msgid "to the premium version"
|
264 |
msgstr ""
|
265 |
|
266 |
-
#: templates/admin/premium.php:
|
267 |
msgid "Premium Features"
|
268 |
msgstr ""
|
269 |
|
270 |
-
#: templates/admin/premium.php:
|
271 |
msgid "A DEDICATED PAGE"
|
272 |
msgstr ""
|
273 |
|
274 |
-
#: templates/admin/premium.php:
|
275 |
-
#, php-format
|
276 |
msgid ""
|
277 |
"Don't you want to compare your products in a modal window anymore?%3$sWith "
|
278 |
"the premium version of %1$sYITH WooCommerce Compare%2$s, a new page will be "
|
@@ -281,12 +289,11 @@ msgid ""
|
|
281 |
"whenever they want."
|
282 |
msgstr ""
|
283 |
|
284 |
-
#: templates/admin/premium.php:
|
285 |
msgid "CATEGORY COMPARATION"
|
286 |
msgstr ""
|
287 |
|
288 |
-
#: templates/admin/premium.php:
|
289 |
-
#, php-format
|
290 |
msgid ""
|
291 |
"People are often confused by finding products of different categories in the "
|
292 |
"comparison table, creating difficulties in comparing the products they are "
|
@@ -295,12 +302,11 @@ msgid ""
|
|
295 |
"affinity."
|
296 |
msgstr ""
|
297 |
|
298 |
-
#: templates/admin/premium.php:
|
299 |
msgid "CATEGORY EXCLUSION "
|
300 |
msgstr ""
|
301 |
|
302 |
-
#: templates/admin/premium.php:
|
303 |
-
#, php-format
|
304 |
msgid ""
|
305 |
"In your shop there may be product categories you don't want to be affected "
|
306 |
"by the plugin features, deleting the comparison button for them. The premium "
|
@@ -310,24 +316,22 @@ msgid ""
|
|
310 |
"selected categories."
|
311 |
msgstr ""
|
312 |
|
313 |
-
#: templates/admin/premium.php:
|
314 |
msgid "TABLE IMAGE"
|
315 |
msgstr ""
|
316 |
|
317 |
-
#: templates/admin/premium.php:
|
318 |
-
#, php-format
|
319 |
msgid ""
|
320 |
"Give a personal touch to the %1$scomparison table%2$s your users will see. "
|
321 |
"Select an image, upload it from the option panel and show it ahead of the "
|
322 |
"table to your users. "
|
323 |
msgstr ""
|
324 |
|
325 |
-
#: templates/admin/premium.php:
|
326 |
msgid "DYNAMIC FIELDS"
|
327 |
msgstr ""
|
328 |
|
329 |
-
#: templates/admin/premium.php:
|
330 |
-
#, php-format
|
331 |
msgid ""
|
332 |
"With this precious feature, you will be able to show in the table only the "
|
333 |
"fields that have information in at least one of the selected products."
|
@@ -335,12 +339,11 @@ msgid ""
|
|
335 |
"be no more empty lines in your comparison table."
|
336 |
msgstr ""
|
337 |
|
338 |
-
#: templates/admin/premium.php:
|
339 |
msgid "SOCIAL NETWORK SHARING"
|
340 |
msgstr ""
|
341 |
|
342 |
-
#: templates/admin/premium.php:
|
343 |
-
#, php-format
|
344 |
msgid ""
|
345 |
"One of the most appealing features of the premium version of the plugin.Four "
|
346 |
"social network sites for your users (Facebook, Twitter, Google + and "
|
@@ -348,12 +351,11 @@ msgid ""
|
|
348 |
"products they have selected."
|
349 |
msgstr ""
|
350 |
|
351 |
-
#: templates/admin/premium.php:
|
352 |
msgid "RELATED PRODUCTS"
|
353 |
msgstr ""
|
354 |
|
355 |
-
#: templates/admin/premium.php:
|
356 |
-
#, php-format
|
357 |
msgid ""
|
358 |
"All the products that have common categories and/or tags with those in the "
|
359 |
"comparison table will be showed in a slider, right under the comparison "
|
@@ -362,12 +364,11 @@ msgid ""
|
|
362 |
"interested into."
|
363 |
msgstr ""
|
364 |
|
365 |
-
#: templates/admin/premium.php:
|
366 |
msgid "CUSTOMIZABLE STYLE"
|
367 |
msgstr ""
|
368 |
|
369 |
-
#: templates/admin/premium.php:
|
370 |
-
#, php-format
|
371 |
msgid ""
|
372 |
"An advanced option panel that let you change all the colors of the plugin, "
|
373 |
"so that you can adapt stylistically all its elements %1$sto the layout%2$s "
|
@@ -375,45 +376,43 @@ msgid ""
|
|
375 |
"to get to the best result."
|
376 |
msgstr ""
|
377 |
|
378 |
-
#: templates/admin/premium.php:
|
379 |
msgid "CUSTOMIZED ATTRIBUTES"
|
380 |
msgstr ""
|
381 |
|
382 |
-
#: templates/admin/premium.php:
|
383 |
-
#, php-format
|
384 |
msgid ""
|
385 |
"Let you users compare products following every feature, and considering also "
|
386 |
"all those %1$sattributes%2$s that can be manually created in within the "
|
387 |
"product detail page. Every single detail will be included."
|
388 |
msgstr ""
|
389 |
|
390 |
-
#: templates/admin/premium.php:
|
391 |
msgid "A TAILORED TABLE"
|
392 |
msgstr ""
|
393 |
|
394 |
-
#: templates/admin/premium.php:
|
395 |
-
#, php-format
|
396 |
msgid ""
|
397 |
"Select the products you want to compare and the system will offer you the "
|
398 |
"%1$sshortcode%2$s to generate a comparing table. Simple, rapid and useful."
|
399 |
msgstr ""
|
400 |
|
401 |
-
#: templates/admin/premium.php:
|
402 |
msgid "Compare list - widget"
|
403 |
msgstr ""
|
404 |
|
405 |
-
#: templates/admin/premium.php:
|
406 |
msgid ""
|
407 |
"Thanks to YITH WooCommerce Comapre Widget users could verify at any time the "
|
408 |
"complete list of products added to the compare tab and avoid to open the "
|
409 |
"popup to check its existence. "
|
410 |
msgstr ""
|
411 |
|
412 |
-
#: templates/admin/premium.php:
|
413 |
msgid "Compare counter - widget and shortcode"
|
414 |
msgstr ""
|
415 |
|
416 |
-
#: templates/admin/premium.php:
|
417 |
msgid ""
|
418 |
"Moreover, if you want to give your users the chance to see in a glance how "
|
419 |
"many products they have added to the Compare list, feel free to use the "
|
@@ -425,7 +424,7 @@ msgstr ""
|
|
425 |
msgid "Close window [X]"
|
426 |
msgstr "Zavrieť okno [X]"
|
427 |
|
428 |
-
#: templates/compare.php:
|
429 |
msgid "No products added in the compare table."
|
430 |
msgstr "Neboli vybrané produkty do porovnávacej tabuľky."
|
431 |
|
@@ -441,12 +440,35 @@ msgstr ""
|
|
441 |
msgid "Clear all"
|
442 |
msgstr "Vyprázdniť všetko"
|
443 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
444 |
#~ msgid "The widget show the list of products added in the compare table."
|
445 |
#~ msgstr "Wiget ukazuje zoznam produktov pridaných do porovnávacej tabuľky."
|
446 |
|
447 |
-
#~ msgid "YITH Woocommerce Compare Widget"
|
448 |
-
#~ msgstr "YITH Woocommerce Compare Widget"
|
449 |
-
|
450 |
#~ msgid "Upload"
|
451 |
#~ msgstr "Upload"
|
452 |
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: YITH Woocommerce Compare\n"
|
4 |
+
"Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
|
5 |
+
"POT-Creation-Date: 2020-03-10 11:12:56+00:00\n"
|
6 |
"PO-Revision-Date: 2018-11-28 16:33+0100\n"
|
7 |
"Last-Translator: Jakub Novák <jakub.novak@hellephant.sk>\n"
|
8 |
"Language-Team: Hellephant <jakub.novak@hellephant.sk>\n"
|
32 |
msgstr ""
|
33 |
|
34 |
#: includes/class.yith-woocompare-admin.php:153
|
35 |
+
#, fuzzy
|
36 |
+
msgctxt "Admin Plugin Name"
|
37 |
+
msgid "WooCommerce Compare"
|
38 |
+
msgstr "YITH Woocommerce Compare Widget"
|
39 |
+
|
40 |
#: includes/class.yith-woocompare-admin.php:154
|
41 |
+
#, fuzzy
|
42 |
+
msgctxt "Admin Plugin Name"
|
|
|
43 |
msgid "Compare"
|
44 |
msgstr "Porovnať"
|
45 |
|
46 |
+
#: includes/class.yith-woocompare-admin.php:243
|
47 |
msgid "YITH WooCommerce Compare Activated"
|
48 |
msgstr ""
|
49 |
|
50 |
+
#: includes/class.yith-woocompare-admin.php:244
|
|
|
51 |
msgid ""
|
52 |
"In the YIT Plugin tab you can find the YITH WooCommerce Compare options. "
|
53 |
"With this menu, you can access to all the settings of our plugins that you "
|
55 |
"PREMIUM version with many new options, <a href=\"%s\">discover it now</a>."
|
56 |
msgstr ""
|
57 |
|
58 |
+
#: includes/class.yith-woocompare-admin.php:255
|
59 |
msgid "YITH WooCommerce Compare Updated"
|
60 |
msgstr ""
|
61 |
|
62 |
+
#: includes/class.yith-woocompare-admin.php:256
|
|
|
63 |
msgid ""
|
64 |
"From now on, you can find all the options of YITH WooCommerce Compare under "
|
65 |
"YIT Plugin -> Compare instead of WooCommerce -> Settings -> Compare, as in "
|
68 |
"available options, <a href=\"%s\">discover the PREMIUM version.</a>"
|
69 |
msgstr ""
|
70 |
|
71 |
+
#: includes/class.yith-woocompare-admin.php:400
|
72 |
msgid "Do you want to hard crop the image?"
|
73 |
msgstr ""
|
74 |
|
80 |
msgid "Product Comparison"
|
81 |
msgstr "Porovnanie produktov"
|
82 |
|
83 |
+
#: includes/class.yith-woocompare-frontend.php:227
|
84 |
+
#: includes/class.yith-woocompare-frontend.php:505
|
85 |
+
#: plugin-options/general-options.php:40
|
86 |
+
#: widgets/class.yith-woocompare-widget.php:51
|
87 |
+
msgid "Compare"
|
88 |
+
msgstr "Porovnať"
|
89 |
+
|
90 |
#: includes/class.yith-woocompare-frontend.php:229
|
91 |
+
msgctxt "Label for popup close icon"
|
92 |
msgid "Close"
|
93 |
msgstr ""
|
94 |
|
100 |
msgid "No products to compare"
|
101 |
msgstr "Nie sú produkty na porovnanie"
|
102 |
|
103 |
+
#: includes/class.yith-woocompare-frontend.php:709 templates/compare.php:119
|
104 |
msgid "Remove"
|
105 |
msgstr "Odobrať"
|
106 |
|
163 |
|
164 |
#: plugin-options/general-options.php:25
|
165 |
#, fuzzy
|
|
|
166 |
msgid "Choose if you want to use a link or a button for the comepare actions."
|
167 |
msgstr "Vyberte si či chcete ku vyvolaniu akcie používať odkaz alebo tlačidlo."
|
168 |
|
169 |
+
#: plugin-options/general-options.php:31
|
170 |
msgid "Link"
|
171 |
msgstr "Odkaz"
|
172 |
|
173 |
+
#: plugin-options/general-options.php:32
|
174 |
msgid "Button"
|
175 |
msgstr "Tlačidlo"
|
176 |
|
177 |
+
#: plugin-options/general-options.php:37
|
178 |
msgid "Link/Button text"
|
179 |
msgstr "Odkaz/Text tlačidla"
|
180 |
|
181 |
+
#: plugin-options/general-options.php:38
|
182 |
msgid "Type the text to use for the button or the link of the compare."
|
183 |
msgstr "Zadajte text tlačidla alebo odkazu na porovnanie."
|
184 |
|
185 |
+
#: plugin-options/general-options.php:45
|
186 |
msgid "Show button in single product page"
|
187 |
msgstr "Zobraziť tlačidlo na produktovej stránke."
|
188 |
|
189 |
+
#: plugin-options/general-options.php:46
|
190 |
msgid "Say if you want to show the button in the single product page."
|
191 |
msgstr "Rozhodnite sa či chcete zobrazovať tlačidlo na produktovej stránke."
|
192 |
|
193 |
+
#: plugin-options/general-options.php:53
|
194 |
msgid "Show button in products list"
|
195 |
msgstr "Zobraziť tlačidlo v zozname produktov."
|
196 |
|
197 |
+
#: plugin-options/general-options.php:54
|
198 |
msgid "Say if you want to show the button in the products list."
|
199 |
msgstr "Rozhodnite sa či chcete zobrazovať tlačidlo v zozname produktov"
|
200 |
|
201 |
+
#: plugin-options/general-options.php:61
|
202 |
msgid "Open automatically lightbox"
|
203 |
msgstr "Otvoriť lightbox autmaticky."
|
204 |
|
205 |
+
#: plugin-options/general-options.php:62
|
206 |
msgid "Open link after click into \"Compare\" button\"."
|
207 |
msgstr "Otvoriť odkaz po kliknuťí na \"Porovnať\" tlačidlo\"."
|
208 |
|
209 |
+
#: plugin-options/general-options.php:74
|
210 |
msgid "Table Settings"
|
211 |
msgstr "Nastavenie tabuľky"
|
212 |
|
213 |
+
#: plugin-options/general-options.php:81
|
214 |
msgid "Table title"
|
215 |
msgstr "Titulok tabuľky"
|
216 |
|
217 |
+
#: plugin-options/general-options.php:82
|
218 |
msgid "Type the text to use for the table title."
|
219 |
msgstr "Napíšte text pre titulok tabuľky"
|
220 |
|
221 |
+
#: plugin-options/general-options.php:84 templates/compare.php:22
|
222 |
msgid "Compare products"
|
223 |
msgstr "Porovnať produkty"
|
224 |
|
225 |
+
#: plugin-options/general-options.php:89
|
226 |
msgid "Fields to show"
|
227 |
msgstr "Zobraziť polia"
|
228 |
|
229 |
+
#: plugin-options/general-options.php:90
|
230 |
msgid ""
|
231 |
"Select the fields to show in the comparison table and order them by "
|
232 |
"drag&drop (are included also the woocommerce attributes)"
|
234 |
"Vyberte polia na zobrazenie v porovnávacej tabuľke a zoraďte ich pomocou "
|
235 |
"drag&drop (zahrnuté vo woocommerce atribútoch)"
|
236 |
|
237 |
+
#: plugin-options/general-options.php:97
|
238 |
msgid "Repeat \"Price\" field"
|
239 |
msgstr ""
|
240 |
|
241 |
+
#: plugin-options/general-options.php:98
|
242 |
msgid "Repeat the \"Price\" field at the end of the table"
|
243 |
msgstr ""
|
244 |
|
245 |
+
#: plugin-options/general-options.php:105
|
246 |
msgid "Repeat \"Add to cart\" field"
|
247 |
msgstr ""
|
248 |
|
249 |
+
#: plugin-options/general-options.php:106
|
250 |
msgid "Repeat the \"Add to cart\" field at the end of the table"
|
251 |
msgstr ""
|
252 |
|
253 |
+
#: plugin-options/general-options.php:113
|
254 |
msgid "Image size"
|
255 |
msgstr "Rozmer obrázka"
|
256 |
|
257 |
+
#: plugin-options/general-options.php:114
|
258 |
msgid "Set the size for the images"
|
259 |
msgstr "Nastaviť rozmer pre obrázky"
|
260 |
|
261 |
+
#: templates/admin/premium.php:242 templates/admin/premium.php:448
|
|
|
262 |
msgid ""
|
263 |
"Upgrade to %1$spremium version%2$s of %1$sYITH WooCommerce Compare%2$s to "
|
264 |
"benefit from all features!"
|
265 |
msgstr ""
|
266 |
|
267 |
+
#: templates/admin/premium.php:245 templates/admin/premium.php:451
|
268 |
msgid "UPGRADE"
|
269 |
msgstr ""
|
270 |
|
271 |
+
#: templates/admin/premium.php:246 templates/admin/premium.php:452
|
272 |
msgid "to the premium version"
|
273 |
msgstr ""
|
274 |
|
275 |
+
#: templates/admin/premium.php:252
|
276 |
msgid "Premium Features"
|
277 |
msgstr ""
|
278 |
|
279 |
+
#: templates/admin/premium.php:260
|
280 |
msgid "A DEDICATED PAGE"
|
281 |
msgstr ""
|
282 |
|
283 |
+
#: templates/admin/premium.php:263
|
|
|
284 |
msgid ""
|
285 |
"Don't you want to compare your products in a modal window anymore?%3$sWith "
|
286 |
"the premium version of %1$sYITH WooCommerce Compare%2$s, a new page will be "
|
289 |
"whenever they want."
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: templates/admin/premium.php:273
|
293 |
msgid "CATEGORY COMPARATION"
|
294 |
msgstr ""
|
295 |
|
296 |
+
#: templates/admin/premium.php:276
|
|
|
297 |
msgid ""
|
298 |
"People are often confused by finding products of different categories in the "
|
299 |
"comparison table, creating difficulties in comparing the products they are "
|
302 |
"affinity."
|
303 |
msgstr ""
|
304 |
|
305 |
+
#: templates/admin/premium.php:292
|
306 |
msgid "CATEGORY EXCLUSION "
|
307 |
msgstr ""
|
308 |
|
309 |
+
#: templates/admin/premium.php:295
|
|
|
310 |
msgid ""
|
311 |
"In your shop there may be product categories you don't want to be affected "
|
312 |
"by the plugin features, deleting the comparison button for them. The premium "
|
316 |
"selected categories."
|
317 |
msgstr ""
|
318 |
|
319 |
+
#: templates/admin/premium.php:305
|
320 |
msgid "TABLE IMAGE"
|
321 |
msgstr ""
|
322 |
|
323 |
+
#: templates/admin/premium.php:308
|
|
|
324 |
msgid ""
|
325 |
"Give a personal touch to the %1$scomparison table%2$s your users will see. "
|
326 |
"Select an image, upload it from the option panel and show it ahead of the "
|
327 |
"table to your users. "
|
328 |
msgstr ""
|
329 |
|
330 |
+
#: templates/admin/premium.php:324
|
331 |
msgid "DYNAMIC FIELDS"
|
332 |
msgstr ""
|
333 |
|
334 |
+
#: templates/admin/premium.php:327
|
|
|
335 |
msgid ""
|
336 |
"With this precious feature, you will be able to show in the table only the "
|
337 |
"fields that have information in at least one of the selected products."
|
339 |
"be no more empty lines in your comparison table."
|
340 |
msgstr ""
|
341 |
|
342 |
+
#: templates/admin/premium.php:337
|
343 |
msgid "SOCIAL NETWORK SHARING"
|
344 |
msgstr ""
|
345 |
|
346 |
+
#: templates/admin/premium.php:340
|
|
|
347 |
msgid ""
|
348 |
"One of the most appealing features of the premium version of the plugin.Four "
|
349 |
"social network sites for your users (Facebook, Twitter, Google + and "
|
351 |
"products they have selected."
|
352 |
msgstr ""
|
353 |
|
354 |
+
#: templates/admin/premium.php:356
|
355 |
msgid "RELATED PRODUCTS"
|
356 |
msgstr ""
|
357 |
|
358 |
+
#: templates/admin/premium.php:359
|
|
|
359 |
msgid ""
|
360 |
"All the products that have common categories and/or tags with those in the "
|
361 |
"comparison table will be showed in a slider, right under the comparison "
|
364 |
"interested into."
|
365 |
msgstr ""
|
366 |
|
367 |
+
#: templates/admin/premium.php:369
|
368 |
msgid "CUSTOMIZABLE STYLE"
|
369 |
msgstr ""
|
370 |
|
371 |
+
#: templates/admin/premium.php:372
|
|
|
372 |
msgid ""
|
373 |
"An advanced option panel that let you change all the colors of the plugin, "
|
374 |
"so that you can adapt stylistically all its elements %1$sto the layout%2$s "
|
376 |
"to get to the best result."
|
377 |
msgstr ""
|
378 |
|
379 |
+
#: templates/admin/premium.php:388
|
380 |
msgid "CUSTOMIZED ATTRIBUTES"
|
381 |
msgstr ""
|
382 |
|
383 |
+
#: templates/admin/premium.php:391
|
|
|
384 |
msgid ""
|
385 |
"Let you users compare products following every feature, and considering also "
|
386 |
"all those %1$sattributes%2$s that can be manually created in within the "
|
387 |
"product detail page. Every single detail will be included."
|
388 |
msgstr ""
|
389 |
|
390 |
+
#: templates/admin/premium.php:401
|
391 |
msgid "A TAILORED TABLE"
|
392 |
msgstr ""
|
393 |
|
394 |
+
#: templates/admin/premium.php:404
|
|
|
395 |
msgid ""
|
396 |
"Select the products you want to compare and the system will offer you the "
|
397 |
"%1$sshortcode%2$s to generate a comparing table. Simple, rapid and useful."
|
398 |
msgstr ""
|
399 |
|
400 |
+
#: templates/admin/premium.php:420
|
401 |
msgid "Compare list - widget"
|
402 |
msgstr ""
|
403 |
|
404 |
+
#: templates/admin/premium.php:423
|
405 |
msgid ""
|
406 |
"Thanks to YITH WooCommerce Comapre Widget users could verify at any time the "
|
407 |
"complete list of products added to the compare tab and avoid to open the "
|
408 |
"popup to check its existence. "
|
409 |
msgstr ""
|
410 |
|
411 |
+
#: templates/admin/premium.php:433
|
412 |
msgid "Compare counter - widget and shortcode"
|
413 |
msgstr ""
|
414 |
|
415 |
+
#: templates/admin/premium.php:436
|
416 |
msgid ""
|
417 |
"Moreover, if you want to give your users the chance to see in a glance how "
|
418 |
"many products they have added to the Compare list, feel free to use the "
|
424 |
msgid "Close window [X]"
|
425 |
msgstr "Zavrieť okno [X]"
|
426 |
|
427 |
+
#: templates/compare.php:107
|
428 |
msgid "No products added in the compare table."
|
429 |
msgstr "Neboli vybrané produkty do porovnávacej tabuľky."
|
430 |
|
440 |
msgid "Clear all"
|
441 |
msgstr "Vyprázdniť všetko"
|
442 |
|
443 |
+
#. Plugin Name of the plugin/theme
|
444 |
+
#, fuzzy
|
445 |
+
msgid "YITH WooCommerce Compare"
|
446 |
+
msgstr "YITH Woocommerce Compare Widget"
|
447 |
+
|
448 |
+
#. Plugin URI of the plugin/theme
|
449 |
+
msgid "https://yithemes.com/themes/plugins/yith-woocommerce-compare/"
|
450 |
+
msgstr ""
|
451 |
+
|
452 |
+
#. Description of the plugin/theme
|
453 |
+
msgid ""
|
454 |
+
"The <code><strong>YITH WooCommerce Compare</strong></code> plugin allow you "
|
455 |
+
"to compare in a simple and efficient way products on sale in your shop and "
|
456 |
+
"analyze their main features in a single table. <a href=\"https://yithemes."
|
457 |
+
"com/\" target=\"_blank\">Get more plugins for your e-commerce shop on "
|
458 |
+
"<strong>YITH</strong></a>."
|
459 |
+
msgstr ""
|
460 |
+
|
461 |
+
#. Author of the plugin/theme
|
462 |
+
msgid "YITH"
|
463 |
+
msgstr ""
|
464 |
+
|
465 |
+
#. Author URI of the plugin/theme
|
466 |
+
msgid "https://yithemes.com/"
|
467 |
+
msgstr ""
|
468 |
+
|
469 |
#~ msgid "The widget show the list of products added in the compare table."
|
470 |
#~ msgstr "Wiget ukazuje zoznam produktov pridaných do porovnávacej tabuľky."
|
471 |
|
|
|
|
|
|
|
472 |
#~ msgid "Upload"
|
473 |
#~ msgstr "Upload"
|
474 |
|
languages/yith-woocommerce-compare-sl_SI.mo
CHANGED
Binary file
|
languages/yith-woocommerce-compare-sl_SI.po
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: YITH Woocommerce Compare\n"
|
4 |
-
"
|
|
|
5 |
"PO-Revision-Date: 2018-11-28 16:33+0100\n"
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
|
@@ -18,34 +19,36 @@ msgstr ""
|
|
18 |
"X-Poedit-SearchPath-0: ..\n"
|
19 |
"X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
|
20 |
|
21 |
-
#:
|
22 |
-
#:
|
23 |
msgid "Settings"
|
24 |
msgstr "Nastavitve"
|
25 |
|
26 |
-
#:
|
27 |
msgid "License"
|
28 |
msgstr ""
|
29 |
|
30 |
-
#:
|
31 |
msgid "Premium Version"
|
32 |
msgstr "Premium verzija"
|
33 |
|
34 |
-
#:
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
|
|
|
|
|
|
40 |
msgid "Compare"
|
41 |
msgstr "Primerjaj"
|
42 |
|
43 |
-
#:
|
44 |
msgid "YITH WooCommerce Compare Activated"
|
45 |
msgstr "YITH WooCommerce Compare aktiviran"
|
46 |
|
47 |
-
#:
|
48 |
-
#, php-format
|
49 |
msgid ""
|
50 |
"In the YIT Plugin tab you can find the YITH WooCommerce Compare options. "
|
51 |
"With this menu, you can access to all the settings of our plugins that you "
|
@@ -57,12 +60,11 @@ msgstr ""
|
|
57 |
"aktivirali. YITH WooCommerce Compare je na voljo v izjemni Premium "
|
58 |
"različici z velko novih možnosti, <a href=\"%s\">raziščite jih zdaj</a>."
|
59 |
|
60 |
-
#:
|
61 |
msgid "YITH WooCommerce Compare Updated"
|
62 |
msgstr "YITH WooCommerce Compare posodobljen"
|
63 |
|
64 |
-
#:
|
65 |
-
#, php-format
|
66 |
msgid ""
|
67 |
"From now on, you can find all the options of YITH WooCommerce Compare under "
|
68 |
"YIT Plugin -> Compare instead of WooCommerce -> Settings -> Compare, as in "
|
@@ -76,80 +78,86 @@ msgstr ""
|
|
76 |
"YITH WooCommerce Compare je bil posodobljen z novimi možnostmi, <a href=\"%s"
|
77 |
"\">razišči Premium različico.</a>"
|
78 |
|
79 |
-
#:
|
80 |
msgid "Do you want to hard crop the image?"
|
81 |
msgstr "Trdo obrežem sliko?"
|
82 |
|
83 |
-
#:
|
84 |
msgid "Added"
|
85 |
msgstr "Dodano"
|
86 |
|
87 |
-
#:
|
88 |
-
#: ../templates/compare.php:50
|
89 |
msgid "Product Comparison"
|
90 |
msgstr "Primerjanje izdelkov"
|
91 |
|
92 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
93 |
msgid "Close"
|
94 |
msgstr ""
|
95 |
|
96 |
-
#:
|
97 |
msgid "In stock"
|
98 |
msgstr "Na zalogi"
|
99 |
|
100 |
-
#:
|
101 |
msgid "No products to compare"
|
102 |
msgstr "Ni izdelkov za primerjavo"
|
103 |
|
104 |
-
#:
|
105 |
-
#: ../templates/compare.php:117
|
106 |
msgid "Remove"
|
107 |
msgstr "Odstrani"
|
108 |
|
109 |
-
#:
|
110 |
msgid "Image"
|
111 |
msgstr "Slika"
|
112 |
|
113 |
-
#:
|
114 |
-
#:
|
115 |
msgid "Title"
|
116 |
msgstr "Naslov"
|
117 |
|
118 |
-
#:
|
119 |
msgid "Price"
|
120 |
msgstr "Cena"
|
121 |
|
122 |
-
#:
|
123 |
msgid "Add to cart"
|
124 |
msgstr "Dodaj v košarico"
|
125 |
|
126 |
-
#:
|
127 |
msgid "Description"
|
128 |
msgstr "Opis"
|
129 |
|
130 |
-
#:
|
131 |
msgid "Sku"
|
132 |
msgstr ""
|
133 |
|
134 |
-
#:
|
135 |
msgid "Availability"
|
136 |
msgstr "Razpoložljivost"
|
137 |
|
138 |
-
#:
|
139 |
msgid "Weight"
|
140 |
msgstr ""
|
141 |
|
142 |
-
#:
|
143 |
msgid "Dimensions"
|
144 |
msgstr ""
|
145 |
|
146 |
-
#:
|
147 |
msgid ""
|
148 |
"YITH WooCommerce Compare is enabled but not effective. It requires "
|
149 |
"WooCommerce in order to work."
|
150 |
msgstr "YITH WooCommerce Compare je omogočen toda ne deluje brez WooCommerca."
|
151 |
|
152 |
-
#:
|
153 |
msgid ""
|
154 |
"You can't activate the free version of YITH WooCommerce Compare while you "
|
155 |
"are using the premium one."
|
@@ -157,83 +165,81 @@ msgstr ""
|
|
157 |
"Ne morete aktivirati brezplačne različice YITH WooCommerce Compare, medtem "
|
158 |
"ko uporabljate Premium različico."
|
159 |
|
160 |
-
#:
|
161 |
msgid "General Settings"
|
162 |
msgstr "Splošne nastavitve"
|
163 |
|
164 |
-
#:
|
165 |
msgid "Link or Button"
|
166 |
msgstr "Besedilo povezave ali gumba"
|
167 |
|
168 |
-
#:
|
169 |
#, fuzzy
|
170 |
-
#| msgid "Choose if you want to use a link or a button for the action button."
|
171 |
msgid "Choose if you want to use a link or a button for the comepare actions."
|
172 |
msgstr "Izberi ali želiš uporabiti povezava ali gumb za gumb dejanja."
|
173 |
|
174 |
-
#:
|
175 |
msgid "Link"
|
176 |
msgstr "Povezava"
|
177 |
|
178 |
-
#:
|
179 |
msgid "Button"
|
180 |
msgstr "Gumb"
|
181 |
|
182 |
-
#:
|
183 |
msgid "Link/Button text"
|
184 |
msgstr "Besedilo povezave ali gumba"
|
185 |
|
186 |
-
#:
|
187 |
msgid "Type the text to use for the button or the link of the compare."
|
188 |
msgstr ""
|
189 |
"Vnesite besedilo, ki bo uporabljeno za gumb ali povezavo za primerjavo."
|
190 |
|
191 |
-
#:
|
192 |
msgid "Show button in single product page"
|
193 |
msgstr "Pokaži gumb na strani posameznega izdelka"
|
194 |
|
195 |
-
#:
|
196 |
msgid "Say if you want to show the button in the single product page."
|
197 |
msgstr "Izberi, če želiš pokazati gumb na strani posameznega izdelka."
|
198 |
|
199 |
-
#:
|
200 |
msgid "Show button in products list"
|
201 |
msgstr "Pokaži gumb v seznamu izdelkov"
|
202 |
|
203 |
-
#:
|
204 |
msgid "Say if you want to show the button in the products list."
|
205 |
msgstr "Izberi, če želiš pokazati gumb na seznamu izdelkov."
|
206 |
|
207 |
-
#:
|
208 |
msgid "Open automatically lightbox"
|
209 |
msgstr "Avtomatično odpri lightbox"
|
210 |
|
211 |
-
#:
|
212 |
msgid "Open link after click into \"Compare\" button\"."
|
213 |
msgstr "Odpri povezavo po kliku na gumb \"Primerjaj\" ."
|
214 |
|
215 |
-
#:
|
216 |
msgid "Table Settings"
|
217 |
msgstr "Nastavitve table"
|
218 |
|
219 |
-
#:
|
220 |
msgid "Table title"
|
221 |
msgstr "Naslov tabele"
|
222 |
|
223 |
-
#:
|
224 |
msgid "Type the text to use for the table title."
|
225 |
msgstr "Vpiši besedilo, ki bo uporabljeno za naslov tabele."
|
226 |
|
227 |
-
#:
|
228 |
-
#: ../plugin-options/general-options.php:90
|
229 |
msgid "Compare products"
|
230 |
msgstr "Primerjaj izdelke"
|
231 |
|
232 |
-
#:
|
233 |
msgid "Fields to show"
|
234 |
msgstr "Polja za prikaz"
|
235 |
|
236 |
-
#:
|
237 |
msgid ""
|
238 |
"Select the fields to show in the comparison table and order them by "
|
239 |
"drag&drop (are included also the woocommerce attributes)"
|
@@ -241,32 +247,31 @@ msgstr ""
|
|
241 |
"Izberi polja za prikaz v primerjalni tabeli in jih razvrsti s povleci&spusti "
|
242 |
"(vključene so tudi možnosti woocommerce)"
|
243 |
|
244 |
-
#:
|
245 |
msgid "Repeat \"Price\" field"
|
246 |
msgstr "Ponovi polje \"Cena\""
|
247 |
|
248 |
-
#:
|
249 |
msgid "Repeat the \"Price\" field at the end of the table"
|
250 |
msgstr "Ponovi polje \"Cena\" na koncu tabele"
|
251 |
|
252 |
-
#:
|
253 |
msgid "Repeat \"Add to cart\" field"
|
254 |
msgstr "Ponovi \"Dodaj v košarico\" polje"
|
255 |
|
256 |
-
#:
|
257 |
msgid "Repeat the \"Add to cart\" field at the end of the table"
|
258 |
msgstr "Ponovi polje \"Dodaj v košarico\" na koncu tabele"
|
259 |
|
260 |
-
#:
|
261 |
msgid "Image size"
|
262 |
msgstr "Velikost slike"
|
263 |
|
264 |
-
#:
|
265 |
msgid "Set the size for the images"
|
266 |
msgstr "Nastavi velikost slik"
|
267 |
|
268 |
-
#:
|
269 |
-
#, php-format
|
270 |
msgid ""
|
271 |
"Upgrade to %1$spremium version%2$s of %1$sYITH WooCommerce Compare%2$s to "
|
272 |
"benefit from all features!"
|
@@ -274,24 +279,23 @@ msgstr ""
|
|
274 |
"Nadgradite v %1$spremium različico%2$s z %1$sYITH WooCommerce Compare%2$s da "
|
275 |
"boste lahko izkoristili vse možnosti!"
|
276 |
|
277 |
-
#:
|
278 |
msgid "UPGRADE"
|
279 |
msgstr "NADGRADI"
|
280 |
|
281 |
-
#:
|
282 |
msgid "to the premium version"
|
283 |
msgstr "na premium različico"
|
284 |
|
285 |
-
#:
|
286 |
msgid "Premium Features"
|
287 |
msgstr "Premium možnosti"
|
288 |
|
289 |
-
#:
|
290 |
msgid "A DEDICATED PAGE"
|
291 |
msgstr "STRAN ZA POSVETILA"
|
292 |
|
293 |
-
#:
|
294 |
-
#, php-format
|
295 |
msgid ""
|
296 |
"Don't you want to compare your products in a modal window anymore?%3$sWith "
|
297 |
"the premium version of %1$sYITH WooCommerce Compare%2$s, a new page will be "
|
@@ -304,12 +308,11 @@ msgstr ""
|
|
304 |
"strani samodejno ustvarjena in z dodajanjem med meniji boste svojim "
|
305 |
"uporabnikom dali možnost enostavnega dostopa."
|
306 |
|
307 |
-
#:
|
308 |
msgid "CATEGORY COMPARATION"
|
309 |
msgstr "PRIMERJANJE KATEGORIJ"
|
310 |
|
311 |
-
#:
|
312 |
-
#, php-format
|
313 |
msgid ""
|
314 |
"People are often confused by finding products of different categories in the "
|
315 |
"comparison table, creating difficulties in comparing the products they are "
|
@@ -322,12 +325,11 @@ msgstr ""
|
|
322 |
"katere se zanimajo. Možnost %1$s \"Primerjava po kategoriji\"%2$s omogoča, "
|
323 |
"da ločite izdelke v tabeli po sorodnih kategorijah. "
|
324 |
|
325 |
-
#:
|
326 |
msgid "CATEGORY EXCLUSION "
|
327 |
msgstr "IZKLJUČENE KATEGORIJE"
|
328 |
|
329 |
-
#:
|
330 |
-
#, php-format
|
331 |
msgid ""
|
332 |
"In your shop there may be product categories you don't want to be affected "
|
333 |
"by the plugin features, deleting the comparison button for them. The premium "
|
@@ -343,12 +345,11 @@ msgstr ""
|
|
343 |
"of the feature, allowing the comparison only to those products of the "
|
344 |
"selected categories."
|
345 |
|
346 |
-
#:
|
347 |
msgid "TABLE IMAGE"
|
348 |
msgstr "SLIKA TABELE"
|
349 |
|
350 |
-
#:
|
351 |
-
#, php-format
|
352 |
msgid ""
|
353 |
"Give a personal touch to the %1$scomparison table%2$s your users will see. "
|
354 |
"Select an image, upload it from the option panel and show it ahead of the "
|
@@ -358,12 +359,11 @@ msgstr ""
|
|
358 |
"videli. Izberite sliko, prenesite jo iz panela možnosti in jo prikažite za "
|
359 |
"vaše uporabnike pred tabelo."
|
360 |
|
361 |
-
#:
|
362 |
msgid "DYNAMIC FIELDS"
|
363 |
msgstr "DINAMIČNA POLJA"
|
364 |
|
365 |
-
#:
|
366 |
-
#, php-format
|
367 |
msgid ""
|
368 |
"With this precious feature, you will be able to show in the table only the "
|
369 |
"fields that have information in at least one of the selected products."
|
@@ -375,12 +375,11 @@ msgstr ""
|
|
375 |
"Attribute fields\"%2$s funkcijo, tako da ne boste imeli praznih vrstic v "
|
376 |
"vaši tabeli za primerjanje."
|
377 |
|
378 |
-
#:
|
379 |
msgid "SOCIAL NETWORK SHARING"
|
380 |
msgstr "DELI SOCIALNA OMREŽJA"
|
381 |
|
382 |
-
#:
|
383 |
-
#, php-format
|
384 |
msgid ""
|
385 |
"One of the most appealing features of the premium version of the plugin.Four "
|
386 |
"social network sites for your users (Facebook, Twitter, Google + and "
|
@@ -392,12 +391,11 @@ msgstr ""
|
|
392 |
"Pinterest) in sistem e-pošte %1$s deli%2$s za primerjalno tabelo izdelkov, "
|
393 |
"ki so jih izbrali."
|
394 |
|
395 |
-
#:
|
396 |
msgid "RELATED PRODUCTS"
|
397 |
msgstr "SORODNI IZDELKI"
|
398 |
|
399 |
-
#:
|
400 |
-
#, php-format
|
401 |
msgid ""
|
402 |
"All the products that have common categories and/or tags with those in the "
|
403 |
"comparison table will be showed in a slider, right under the comparison "
|
@@ -410,17 +408,12 @@ msgstr ""
|
|
410 |
"%3$sA Povsem %1$ s \"prijazen dotik\"%2$s drsnika za spodbujanje "
|
411 |
"uporabnikov, da odkrivajo tiste izdelke v trgovini, ki jih zanimajo."
|
412 |
|
413 |
-
#:
|
414 |
msgid "CUSTOMIZABLE STYLE"
|
415 |
msgstr "PRILAGODLJIVI STIL"
|
416 |
|
417 |
-
#:
|
418 |
-
#, fuzzy
|
419 |
-
#| msgid ""
|
420 |
-
#| "An advanced option panel that let you change all the colors of the "
|
421 |
-
#| "plugin, so that you can adapt stylistically all its elements to the "
|
422 |
-
#| "%1$slayout%2$s of your shop.We know it, looks also count... and we give "
|
423 |
-
#| "you the right tools to get to the best result."
|
424 |
msgid ""
|
425 |
"An advanced option panel that let you change all the colors of the plugin, "
|
426 |
"so that you can adapt stylistically all its elements %1$sto the layout%2$s "
|
@@ -432,47 +425,44 @@ msgstr ""
|
|
432 |
"trgovine. Vemo, videti je, da tudi računa.... dali smo vam najboljše orodje "
|
433 |
"za doseganje najboljših rezultatov."
|
434 |
|
435 |
-
#:
|
436 |
#, fuzzy
|
437 |
-
#| msgid "CUSTOMIZABLE STYLE"
|
438 |
msgid "CUSTOMIZED ATTRIBUTES"
|
439 |
msgstr "PRILAGODLJIVI STIL"
|
440 |
|
441 |
-
#:
|
442 |
-
#, php-format
|
443 |
msgid ""
|
444 |
"Let you users compare products following every feature, and considering also "
|
445 |
"all those %1$sattributes%2$s that can be manually created in within the "
|
446 |
"product detail page. Every single detail will be included."
|
447 |
msgstr ""
|
448 |
|
449 |
-
#:
|
450 |
msgid "A TAILORED TABLE"
|
451 |
msgstr ""
|
452 |
|
453 |
-
#:
|
454 |
-
#, php-format
|
455 |
msgid ""
|
456 |
"Select the products you want to compare and the system will offer you the "
|
457 |
"%1$sshortcode%2$s to generate a comparing table. Simple, rapid and useful."
|
458 |
msgstr ""
|
459 |
|
460 |
-
#:
|
461 |
msgid "Compare list - widget"
|
462 |
msgstr ""
|
463 |
|
464 |
-
#:
|
465 |
msgid ""
|
466 |
"Thanks to YITH WooCommerce Comapre Widget users could verify at any time the "
|
467 |
"complete list of products added to the compare tab and avoid to open the "
|
468 |
"popup to check its existence. "
|
469 |
msgstr ""
|
470 |
|
471 |
-
#:
|
472 |
msgid "Compare counter - widget and shortcode"
|
473 |
msgstr ""
|
474 |
|
475 |
-
#:
|
476 |
msgid ""
|
477 |
"Moreover, if you want to give your users the chance to see in a glance how "
|
478 |
"many products they have added to the Compare list, feel free to use the "
|
@@ -480,29 +470,53 @@ msgid ""
|
|
480 |
"than one click away."
|
481 |
msgstr ""
|
482 |
|
483 |
-
#:
|
484 |
msgid "Close window [X]"
|
485 |
msgstr "Zapri okno [X]"
|
486 |
|
487 |
-
#:
|
488 |
msgid "No products added in the compare table."
|
489 |
msgstr "V tabeli za primerjanje ni dodanih izdelkov."
|
490 |
|
491 |
-
#:
|
492 |
#, fuzzy
|
493 |
-
#| msgid "The widget show the list of products added in the compare table."
|
494 |
msgid "The widget shows the list of products added in the comparison table."
|
495 |
msgstr "Vtičnik prikaže seznam izdelkov, dodanih v tabelo za primerjavo."
|
496 |
|
497 |
-
#:
|
498 |
#, fuzzy
|
499 |
-
#| msgid "YITH Woocommerce Compare Widget"
|
500 |
msgid "YITH WooCommerce Compare Widget"
|
501 |
msgstr "YITH Woocommerce Compare vtičnik"
|
502 |
|
503 |
-
#:
|
504 |
msgid "Clear all"
|
505 |
msgstr "Počisti vse"
|
506 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
507 |
#~ msgid "Plugin Documentation"
|
508 |
#~ msgstr "Dokumentacija vtičnika"
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: YITH Woocommerce Compare\n"
|
4 |
+
"Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
|
5 |
+
"POT-Creation-Date: 2020-03-10 11:12:56+00:00\n"
|
6 |
"PO-Revision-Date: 2018-11-28 16:33+0100\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
|
19 |
"X-Poedit-SearchPath-0: ..\n"
|
20 |
"X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
|
21 |
|
22 |
+
#: includes/class.yith-woocompare-admin.php:119
|
23 |
+
#: includes/class.yith-woocompare-admin.php:143
|
24 |
msgid "Settings"
|
25 |
msgstr "Nastavitve"
|
26 |
|
27 |
+
#: includes/class.yith-woocompare-admin.php:121
|
28 |
msgid "License"
|
29 |
msgstr ""
|
30 |
|
31 |
+
#: includes/class.yith-woocompare-admin.php:147
|
32 |
msgid "Premium Version"
|
33 |
msgstr "Premium verzija"
|
34 |
|
35 |
+
#: includes/class.yith-woocompare-admin.php:153
|
36 |
+
#, fuzzy
|
37 |
+
msgctxt "Admin Plugin Name"
|
38 |
+
msgid "WooCommerce Compare"
|
39 |
+
msgstr "YITH Woocommerce Compare vtičnik"
|
40 |
+
|
41 |
+
#: includes/class.yith-woocompare-admin.php:154
|
42 |
+
#, fuzzy
|
43 |
+
msgctxt "Admin Plugin Name"
|
44 |
msgid "Compare"
|
45 |
msgstr "Primerjaj"
|
46 |
|
47 |
+
#: includes/class.yith-woocompare-admin.php:243
|
48 |
msgid "YITH WooCommerce Compare Activated"
|
49 |
msgstr "YITH WooCommerce Compare aktiviran"
|
50 |
|
51 |
+
#: includes/class.yith-woocompare-admin.php:244
|
|
|
52 |
msgid ""
|
53 |
"In the YIT Plugin tab you can find the YITH WooCommerce Compare options. "
|
54 |
"With this menu, you can access to all the settings of our plugins that you "
|
60 |
"aktivirali. YITH WooCommerce Compare je na voljo v izjemni Premium "
|
61 |
"različici z velko novih možnosti, <a href=\"%s\">raziščite jih zdaj</a>."
|
62 |
|
63 |
+
#: includes/class.yith-woocompare-admin.php:255
|
64 |
msgid "YITH WooCommerce Compare Updated"
|
65 |
msgstr "YITH WooCommerce Compare posodobljen"
|
66 |
|
67 |
+
#: includes/class.yith-woocompare-admin.php:256
|
|
|
68 |
msgid ""
|
69 |
"From now on, you can find all the options of YITH WooCommerce Compare under "
|
70 |
"YIT Plugin -> Compare instead of WooCommerce -> Settings -> Compare, as in "
|
78 |
"YITH WooCommerce Compare je bil posodobljen z novimi možnostmi, <a href=\"%s"
|
79 |
"\">razišči Premium različico.</a>"
|
80 |
|
81 |
+
#: includes/class.yith-woocompare-admin.php:400
|
82 |
msgid "Do you want to hard crop the image?"
|
83 |
msgstr "Trdo obrežem sliko?"
|
84 |
|
85 |
+
#: includes/class.yith-woocompare-frontend.php:223
|
86 |
msgid "Added"
|
87 |
msgstr "Dodano"
|
88 |
|
89 |
+
#: includes/class.yith-woocompare-frontend.php:224 templates/compare.php:50
|
|
|
90 |
msgid "Product Comparison"
|
91 |
msgstr "Primerjanje izdelkov"
|
92 |
|
93 |
+
#: includes/class.yith-woocompare-frontend.php:227
|
94 |
+
#: includes/class.yith-woocompare-frontend.php:505
|
95 |
+
#: plugin-options/general-options.php:40
|
96 |
+
#: widgets/class.yith-woocompare-widget.php:51
|
97 |
+
msgid "Compare"
|
98 |
+
msgstr "Primerjaj"
|
99 |
+
|
100 |
+
#: includes/class.yith-woocompare-frontend.php:229
|
101 |
+
msgctxt "Label for popup close icon"
|
102 |
msgid "Close"
|
103 |
msgstr ""
|
104 |
|
105 |
+
#: includes/class.yith-woocompare-frontend.php:384
|
106 |
msgid "In stock"
|
107 |
msgstr "Na zalogi"
|
108 |
|
109 |
+
#: includes/class.yith-woocompare-frontend.php:696
|
110 |
msgid "No products to compare"
|
111 |
msgstr "Ni izdelkov za primerjavo"
|
112 |
|
113 |
+
#: includes/class.yith-woocompare-frontend.php:709 templates/compare.php:119
|
|
|
114 |
msgid "Remove"
|
115 |
msgstr "Odstrani"
|
116 |
|
117 |
+
#: includes/class.yith-woocompare-helper.php:46
|
118 |
msgid "Image"
|
119 |
msgstr "Slika"
|
120 |
|
121 |
+
#: includes/class.yith-woocompare-helper.php:47
|
122 |
+
#: widgets/class.yith-woocompare-widget.php:68
|
123 |
msgid "Title"
|
124 |
msgstr "Naslov"
|
125 |
|
126 |
+
#: includes/class.yith-woocompare-helper.php:48
|
127 |
msgid "Price"
|
128 |
msgstr "Cena"
|
129 |
|
130 |
+
#: includes/class.yith-woocompare-helper.php:49
|
131 |
msgid "Add to cart"
|
132 |
msgstr "Dodaj v košarico"
|
133 |
|
134 |
+
#: includes/class.yith-woocompare-helper.php:50
|
135 |
msgid "Description"
|
136 |
msgstr "Opis"
|
137 |
|
138 |
+
#: includes/class.yith-woocompare-helper.php:51
|
139 |
msgid "Sku"
|
140 |
msgstr ""
|
141 |
|
142 |
+
#: includes/class.yith-woocompare-helper.php:52
|
143 |
msgid "Availability"
|
144 |
msgstr "Razpoložljivost"
|
145 |
|
146 |
+
#: includes/class.yith-woocompare-helper.php:53
|
147 |
msgid "Weight"
|
148 |
msgstr ""
|
149 |
|
150 |
+
#: includes/class.yith-woocompare-helper.php:54
|
151 |
msgid "Dimensions"
|
152 |
msgstr ""
|
153 |
|
154 |
+
#: init.php:42
|
155 |
msgid ""
|
156 |
"YITH WooCommerce Compare is enabled but not effective. It requires "
|
157 |
"WooCommerce in order to work."
|
158 |
msgstr "YITH WooCommerce Compare je omogočen toda ne deluje brez WooCommerca."
|
159 |
|
160 |
+
#: init.php:50
|
161 |
msgid ""
|
162 |
"You can't activate the free version of YITH WooCommerce Compare while you "
|
163 |
"are using the premium one."
|
165 |
"Ne morete aktivirati brezplačne različice YITH WooCommerce Compare, medtem "
|
166 |
"ko uporabljate Premium različico."
|
167 |
|
168 |
+
#: plugin-options/general-options.php:17
|
169 |
msgid "General Settings"
|
170 |
msgstr "Splošne nastavitve"
|
171 |
|
172 |
+
#: plugin-options/general-options.php:24
|
173 |
msgid "Link or Button"
|
174 |
msgstr "Besedilo povezave ali gumba"
|
175 |
|
176 |
+
#: plugin-options/general-options.php:25
|
177 |
#, fuzzy
|
|
|
178 |
msgid "Choose if you want to use a link or a button for the comepare actions."
|
179 |
msgstr "Izberi ali želiš uporabiti povezava ali gumb za gumb dejanja."
|
180 |
|
181 |
+
#: plugin-options/general-options.php:31
|
182 |
msgid "Link"
|
183 |
msgstr "Povezava"
|
184 |
|
185 |
+
#: plugin-options/general-options.php:32
|
186 |
msgid "Button"
|
187 |
msgstr "Gumb"
|
188 |
|
189 |
+
#: plugin-options/general-options.php:37
|
190 |
msgid "Link/Button text"
|
191 |
msgstr "Besedilo povezave ali gumba"
|
192 |
|
193 |
+
#: plugin-options/general-options.php:38
|
194 |
msgid "Type the text to use for the button or the link of the compare."
|
195 |
msgstr ""
|
196 |
"Vnesite besedilo, ki bo uporabljeno za gumb ali povezavo za primerjavo."
|
197 |
|
198 |
+
#: plugin-options/general-options.php:45
|
199 |
msgid "Show button in single product page"
|
200 |
msgstr "Pokaži gumb na strani posameznega izdelka"
|
201 |
|
202 |
+
#: plugin-options/general-options.php:46
|
203 |
msgid "Say if you want to show the button in the single product page."
|
204 |
msgstr "Izberi, če želiš pokazati gumb na strani posameznega izdelka."
|
205 |
|
206 |
+
#: plugin-options/general-options.php:53
|
207 |
msgid "Show button in products list"
|
208 |
msgstr "Pokaži gumb v seznamu izdelkov"
|
209 |
|
210 |
+
#: plugin-options/general-options.php:54
|
211 |
msgid "Say if you want to show the button in the products list."
|
212 |
msgstr "Izberi, če želiš pokazati gumb na seznamu izdelkov."
|
213 |
|
214 |
+
#: plugin-options/general-options.php:61
|
215 |
msgid "Open automatically lightbox"
|
216 |
msgstr "Avtomatično odpri lightbox"
|
217 |
|
218 |
+
#: plugin-options/general-options.php:62
|
219 |
msgid "Open link after click into \"Compare\" button\"."
|
220 |
msgstr "Odpri povezavo po kliku na gumb \"Primerjaj\" ."
|
221 |
|
222 |
+
#: plugin-options/general-options.php:74
|
223 |
msgid "Table Settings"
|
224 |
msgstr "Nastavitve table"
|
225 |
|
226 |
+
#: plugin-options/general-options.php:81
|
227 |
msgid "Table title"
|
228 |
msgstr "Naslov tabele"
|
229 |
|
230 |
+
#: plugin-options/general-options.php:82
|
231 |
msgid "Type the text to use for the table title."
|
232 |
msgstr "Vpiši besedilo, ki bo uporabljeno za naslov tabele."
|
233 |
|
234 |
+
#: plugin-options/general-options.php:84 templates/compare.php:22
|
|
|
235 |
msgid "Compare products"
|
236 |
msgstr "Primerjaj izdelke"
|
237 |
|
238 |
+
#: plugin-options/general-options.php:89
|
239 |
msgid "Fields to show"
|
240 |
msgstr "Polja za prikaz"
|
241 |
|
242 |
+
#: plugin-options/general-options.php:90
|
243 |
msgid ""
|
244 |
"Select the fields to show in the comparison table and order them by "
|
245 |
"drag&drop (are included also the woocommerce attributes)"
|
247 |
"Izberi polja za prikaz v primerjalni tabeli in jih razvrsti s povleci&spusti "
|
248 |
"(vključene so tudi možnosti woocommerce)"
|
249 |
|
250 |
+
#: plugin-options/general-options.php:97
|
251 |
msgid "Repeat \"Price\" field"
|
252 |
msgstr "Ponovi polje \"Cena\""
|
253 |
|
254 |
+
#: plugin-options/general-options.php:98
|
255 |
msgid "Repeat the \"Price\" field at the end of the table"
|
256 |
msgstr "Ponovi polje \"Cena\" na koncu tabele"
|
257 |
|
258 |
+
#: plugin-options/general-options.php:105
|
259 |
msgid "Repeat \"Add to cart\" field"
|
260 |
msgstr "Ponovi \"Dodaj v košarico\" polje"
|
261 |
|
262 |
+
#: plugin-options/general-options.php:106
|
263 |
msgid "Repeat the \"Add to cart\" field at the end of the table"
|
264 |
msgstr "Ponovi polje \"Dodaj v košarico\" na koncu tabele"
|
265 |
|
266 |
+
#: plugin-options/general-options.php:113
|
267 |
msgid "Image size"
|
268 |
msgstr "Velikost slike"
|
269 |
|
270 |
+
#: plugin-options/general-options.php:114
|
271 |
msgid "Set the size for the images"
|
272 |
msgstr "Nastavi velikost slik"
|
273 |
|
274 |
+
#: templates/admin/premium.php:242 templates/admin/premium.php:448
|
|
|
275 |
msgid ""
|
276 |
"Upgrade to %1$spremium version%2$s of %1$sYITH WooCommerce Compare%2$s to "
|
277 |
"benefit from all features!"
|
279 |
"Nadgradite v %1$spremium različico%2$s z %1$sYITH WooCommerce Compare%2$s da "
|
280 |
"boste lahko izkoristili vse možnosti!"
|
281 |
|
282 |
+
#: templates/admin/premium.php:245 templates/admin/premium.php:451
|
283 |
msgid "UPGRADE"
|
284 |
msgstr "NADGRADI"
|
285 |
|
286 |
+
#: templates/admin/premium.php:246 templates/admin/premium.php:452
|
287 |
msgid "to the premium version"
|
288 |
msgstr "na premium različico"
|
289 |
|
290 |
+
#: templates/admin/premium.php:252
|
291 |
msgid "Premium Features"
|
292 |
msgstr "Premium možnosti"
|
293 |
|
294 |
+
#: templates/admin/premium.php:260
|
295 |
msgid "A DEDICATED PAGE"
|
296 |
msgstr "STRAN ZA POSVETILA"
|
297 |
|
298 |
+
#: templates/admin/premium.php:263
|
|
|
299 |
msgid ""
|
300 |
"Don't you want to compare your products in a modal window anymore?%3$sWith "
|
301 |
"the premium version of %1$sYITH WooCommerce Compare%2$s, a new page will be "
|
308 |
"strani samodejno ustvarjena in z dodajanjem med meniji boste svojim "
|
309 |
"uporabnikom dali možnost enostavnega dostopa."
|
310 |
|
311 |
+
#: templates/admin/premium.php:273
|
312 |
msgid "CATEGORY COMPARATION"
|
313 |
msgstr "PRIMERJANJE KATEGORIJ"
|
314 |
|
315 |
+
#: templates/admin/premium.php:276
|
|
|
316 |
msgid ""
|
317 |
"People are often confused by finding products of different categories in the "
|
318 |
"comparison table, creating difficulties in comparing the products they are "
|
325 |
"katere se zanimajo. Možnost %1$s \"Primerjava po kategoriji\"%2$s omogoča, "
|
326 |
"da ločite izdelke v tabeli po sorodnih kategorijah. "
|
327 |
|
328 |
+
#: templates/admin/premium.php:292
|
329 |
msgid "CATEGORY EXCLUSION "
|
330 |
msgstr "IZKLJUČENE KATEGORIJE"
|
331 |
|
332 |
+
#: templates/admin/premium.php:295
|
|
|
333 |
msgid ""
|
334 |
"In your shop there may be product categories you don't want to be affected "
|
335 |
"by the plugin features, deleting the comparison button for them. The premium "
|
345 |
"of the feature, allowing the comparison only to those products of the "
|
346 |
"selected categories."
|
347 |
|
348 |
+
#: templates/admin/premium.php:305
|
349 |
msgid "TABLE IMAGE"
|
350 |
msgstr "SLIKA TABELE"
|
351 |
|
352 |
+
#: templates/admin/premium.php:308
|
|
|
353 |
msgid ""
|
354 |
"Give a personal touch to the %1$scomparison table%2$s your users will see. "
|
355 |
"Select an image, upload it from the option panel and show it ahead of the "
|
359 |
"videli. Izberite sliko, prenesite jo iz panela možnosti in jo prikažite za "
|
360 |
"vaše uporabnike pred tabelo."
|
361 |
|
362 |
+
#: templates/admin/premium.php:324
|
363 |
msgid "DYNAMIC FIELDS"
|
364 |
msgstr "DINAMIČNA POLJA"
|
365 |
|
366 |
+
#: templates/admin/premium.php:327
|
|
|
367 |
msgid ""
|
368 |
"With this precious feature, you will be able to show in the table only the "
|
369 |
"fields that have information in at least one of the selected products."
|
375 |
"Attribute fields\"%2$s funkcijo, tako da ne boste imeli praznih vrstic v "
|
376 |
"vaši tabeli za primerjanje."
|
377 |
|
378 |
+
#: templates/admin/premium.php:337
|
379 |
msgid "SOCIAL NETWORK SHARING"
|
380 |
msgstr "DELI SOCIALNA OMREŽJA"
|
381 |
|
382 |
+
#: templates/admin/premium.php:340
|
|
|
383 |
msgid ""
|
384 |
"One of the most appealing features of the premium version of the plugin.Four "
|
385 |
"social network sites for your users (Facebook, Twitter, Google + and "
|
391 |
"Pinterest) in sistem e-pošte %1$s deli%2$s za primerjalno tabelo izdelkov, "
|
392 |
"ki so jih izbrali."
|
393 |
|
394 |
+
#: templates/admin/premium.php:356
|
395 |
msgid "RELATED PRODUCTS"
|
396 |
msgstr "SORODNI IZDELKI"
|
397 |
|
398 |
+
#: templates/admin/premium.php:359
|
|
|
399 |
msgid ""
|
400 |
"All the products that have common categories and/or tags with those in the "
|
401 |
"comparison table will be showed in a slider, right under the comparison "
|
408 |
"%3$sA Povsem %1$ s \"prijazen dotik\"%2$s drsnika za spodbujanje "
|
409 |
"uporabnikov, da odkrivajo tiste izdelke v trgovini, ki jih zanimajo."
|
410 |
|
411 |
+
#: templates/admin/premium.php:369
|
412 |
msgid "CUSTOMIZABLE STYLE"
|
413 |
msgstr "PRILAGODLJIVI STIL"
|
414 |
|
415 |
+
#: templates/admin/premium.php:372
|
416 |
+
#, fuzzy
|
|
|
|
|
|
|
|
|
|
|
417 |
msgid ""
|
418 |
"An advanced option panel that let you change all the colors of the plugin, "
|
419 |
"so that you can adapt stylistically all its elements %1$sto the layout%2$s "
|
425 |
"trgovine. Vemo, videti je, da tudi računa.... dali smo vam najboljše orodje "
|
426 |
"za doseganje najboljših rezultatov."
|
427 |
|
428 |
+
#: templates/admin/premium.php:388
|
429 |
#, fuzzy
|
|
|
430 |
msgid "CUSTOMIZED ATTRIBUTES"
|
431 |
msgstr "PRILAGODLJIVI STIL"
|
432 |
|
433 |
+
#: templates/admin/premium.php:391
|
|
|
434 |
msgid ""
|
435 |
"Let you users compare products following every feature, and considering also "
|
436 |
"all those %1$sattributes%2$s that can be manually created in within the "
|
437 |
"product detail page. Every single detail will be included."
|
438 |
msgstr ""
|
439 |
|
440 |
+
#: templates/admin/premium.php:401
|
441 |
msgid "A TAILORED TABLE"
|
442 |
msgstr ""
|
443 |
|
444 |
+
#: templates/admin/premium.php:404
|
|
|
445 |
msgid ""
|
446 |
"Select the products you want to compare and the system will offer you the "
|
447 |
"%1$sshortcode%2$s to generate a comparing table. Simple, rapid and useful."
|
448 |
msgstr ""
|
449 |
|
450 |
+
#: templates/admin/premium.php:420
|
451 |
msgid "Compare list - widget"
|
452 |
msgstr ""
|
453 |
|
454 |
+
#: templates/admin/premium.php:423
|
455 |
msgid ""
|
456 |
"Thanks to YITH WooCommerce Comapre Widget users could verify at any time the "
|
457 |
"complete list of products added to the compare tab and avoid to open the "
|
458 |
"popup to check its existence. "
|
459 |
msgstr ""
|
460 |
|
461 |
+
#: templates/admin/premium.php:433
|
462 |
msgid "Compare counter - widget and shortcode"
|
463 |
msgstr ""
|
464 |
|
465 |
+
#: templates/admin/premium.php:436
|
466 |
msgid ""
|
467 |
"Moreover, if you want to give your users the chance to see in a glance how "
|
468 |
"many products they have added to the Compare list, feel free to use the "
|
470 |
"than one click away."
|
471 |
msgstr ""
|
472 |
|
473 |
+
#: templates/compare.php:77
|
474 |
msgid "Close window [X]"
|
475 |
msgstr "Zapri okno [X]"
|
476 |
|
477 |
+
#: templates/compare.php:107
|
478 |
msgid "No products added in the compare table."
|
479 |
msgstr "V tabeli za primerjanje ni dodanih izdelkov."
|
480 |
|
481 |
+
#: widgets/class.yith-woocompare-widget.php:23
|
482 |
#, fuzzy
|
|
|
483 |
msgid "The widget shows the list of products added in the comparison table."
|
484 |
msgstr "Vtičnik prikaže seznam izdelkov, dodanih v tabelo za primerjavo."
|
485 |
|
486 |
+
#: widgets/class.yith-woocompare-widget.php:27
|
487 |
#, fuzzy
|
|
|
488 |
msgid "YITH WooCommerce Compare Widget"
|
489 |
msgstr "YITH Woocommerce Compare vtičnik"
|
490 |
|
491 |
+
#: widgets/class.yith-woocompare-widget.php:50
|
492 |
msgid "Clear all"
|
493 |
msgstr "Počisti vse"
|
494 |
|
495 |
+
#. Plugin Name of the plugin/theme
|
496 |
+
#, fuzzy
|
497 |
+
msgid "YITH WooCommerce Compare"
|
498 |
+
msgstr "YITH Woocommerce Compare vtičnik"
|
499 |
+
|
500 |
+
#. Plugin URI of the plugin/theme
|
501 |
+
msgid "https://yithemes.com/themes/plugins/yith-woocommerce-compare/"
|
502 |
+
msgstr ""
|
503 |
+
|
504 |
+
#. Description of the plugin/theme
|
505 |
+
msgid ""
|
506 |
+
"The <code><strong>YITH WooCommerce Compare</strong></code> plugin allow you "
|
507 |
+
"to compare in a simple and efficient way products on sale in your shop and "
|
508 |
+
"analyze their main features in a single table. <a href=\"https://yithemes."
|
509 |
+
"com/\" target=\"_blank\">Get more plugins for your e-commerce shop on "
|
510 |
+
"<strong>YITH</strong></a>."
|
511 |
+
msgstr ""
|
512 |
+
|
513 |
+
#. Author of the plugin/theme
|
514 |
+
msgid "YITH"
|
515 |
+
msgstr ""
|
516 |
+
|
517 |
+
#. Author URI of the plugin/theme
|
518 |
+
msgid "https://yithemes.com/"
|
519 |
+
msgstr ""
|
520 |
+
|
521 |
#~ msgid "Plugin Documentation"
|
522 |
#~ msgstr "Dokumentacija vtičnika"
|
languages/yith-woocommerce-compare-tr_TR.mo
CHANGED
Binary file
|
languages/yith-woocommerce-compare-tr_TR.po
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: YITH Woocommerce Compare\n"
|
4 |
-
"
|
|
|
5 |
"PO-Revision-Date: 2018-11-28 16:33+0100\n"
|
6 |
"Last-Translator: Caner Öncel <caneroncel@gmail.com>\n"
|
7 |
"Language-Team: Caner Öncel <caneroncel@gmail.com>\n"
|
@@ -31,19 +32,22 @@ msgid "Premium Version"
|
|
31 |
msgstr ""
|
32 |
|
33 |
#: includes/class.yith-woocompare-admin.php:153
|
|
|
|
|
|
|
|
|
|
|
34 |
#: includes/class.yith-woocompare-admin.php:154
|
35 |
-
|
36 |
-
|
37 |
-
#: widgets/class.yith-woocompare-widget.php:51
|
38 |
msgid "Compare"
|
39 |
msgstr "Karşılaştır"
|
40 |
|
41 |
-
#: includes/class.yith-woocompare-admin.php:
|
42 |
msgid "YITH WooCommerce Compare Activated"
|
43 |
msgstr ""
|
44 |
|
45 |
-
#: includes/class.yith-woocompare-admin.php:
|
46 |
-
#, php-format
|
47 |
msgid ""
|
48 |
"In the YIT Plugin tab you can find the YITH WooCommerce Compare options. "
|
49 |
"With this menu, you can access to all the settings of our plugins that you "
|
@@ -51,12 +55,11 @@ msgid ""
|
|
51 |
"PREMIUM version with many new options, <a href=\"%s\">discover it now</a>."
|
52 |
msgstr ""
|
53 |
|
54 |
-
#: includes/class.yith-woocompare-admin.php:
|
55 |
msgid "YITH WooCommerce Compare Updated"
|
56 |
msgstr ""
|
57 |
|
58 |
-
#: includes/class.yith-woocompare-admin.php:
|
59 |
-
#, php-format
|
60 |
msgid ""
|
61 |
"From now on, you can find all the options of YITH WooCommerce Compare under "
|
62 |
"YIT Plugin -> Compare instead of WooCommerce -> Settings -> Compare, as in "
|
@@ -65,7 +68,7 @@ msgid ""
|
|
65 |
"available options, <a href=\"%s\">discover the PREMIUM version.</a>"
|
66 |
msgstr ""
|
67 |
|
68 |
-
#: includes/class.yith-woocompare-admin.php:
|
69 |
msgid "Do you want to hard crop the image?"
|
70 |
msgstr ""
|
71 |
|
@@ -77,7 +80,15 @@ msgstr "Eklendi"
|
|
77 |
msgid "Product Comparison"
|
78 |
msgstr "Ürün Karşılaştırma"
|
79 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
80 |
#: includes/class.yith-woocompare-frontend.php:229
|
|
|
81 |
msgid "Close"
|
82 |
msgstr ""
|
83 |
|
@@ -89,7 +100,7 @@ msgstr "Stokta"
|
|
89 |
msgid "No products to compare"
|
90 |
msgstr "Karşılaştırma listeniz boş"
|
91 |
|
92 |
-
#: includes/class.yith-woocompare-frontend.php:709 templates/compare.php:
|
93 |
msgid "Remove"
|
94 |
msgstr "Kaldır"
|
95 |
|
@@ -152,72 +163,71 @@ msgstr "Link veya Buton"
|
|
152 |
|
153 |
#: plugin-options/general-options.php:25
|
154 |
#, fuzzy
|
155 |
-
#| msgid "Choose if you want to use a link or a button for the action button."
|
156 |
msgid "Choose if you want to use a link or a button for the comepare actions."
|
157 |
msgstr ""
|
158 |
"Eylem için kullanmak üzere link veya buton seçeneklerinden birini belirleyin."
|
159 |
|
160 |
-
#: plugin-options/general-options.php:
|
161 |
msgid "Link"
|
162 |
msgstr "Link"
|
163 |
|
164 |
-
#: plugin-options/general-options.php:
|
165 |
msgid "Button"
|
166 |
msgstr "Buton"
|
167 |
|
168 |
-
#: plugin-options/general-options.php:
|
169 |
msgid "Link/Button text"
|
170 |
msgstr "Link/Buton Metni"
|
171 |
|
172 |
-
#: plugin-options/general-options.php:
|
173 |
msgid "Type the text to use for the button or the link of the compare."
|
174 |
msgstr "Karşılaştırma butonu veya bağlantısı için kullanılacak metni yazın."
|
175 |
|
176 |
-
#: plugin-options/general-options.php:
|
177 |
msgid "Show button in single product page"
|
178 |
msgstr "Tekli ürün sayfasında buton göster"
|
179 |
|
180 |
-
#: plugin-options/general-options.php:
|
181 |
msgid "Say if you want to show the button in the single product page."
|
182 |
msgstr "Tekli ürün sayfasında buton göstermek isteyip istemediğinizi belirtin."
|
183 |
|
184 |
-
#: plugin-options/general-options.php:
|
185 |
msgid "Show button in products list"
|
186 |
msgstr "Ürün listesinde buton göster"
|
187 |
|
188 |
-
#: plugin-options/general-options.php:
|
189 |
msgid "Say if you want to show the button in the products list."
|
190 |
msgstr "Ürün listesinde buton göstermek isteyip istemediğinizi belirtin."
|
191 |
|
192 |
-
#: plugin-options/general-options.php:
|
193 |
msgid "Open automatically lightbox"
|
194 |
msgstr "Otomatik lightbox aç"
|
195 |
|
196 |
-
#: plugin-options/general-options.php:
|
197 |
msgid "Open link after click into \"Compare\" button\"."
|
198 |
msgstr "\"Karşılaştır\" butonuna tıklandıktan sonra bağlantıyı aç."
|
199 |
|
200 |
-
#: plugin-options/general-options.php:
|
201 |
msgid "Table Settings"
|
202 |
msgstr "Tablo Ayarları"
|
203 |
|
204 |
-
#: plugin-options/general-options.php:
|
205 |
msgid "Table title"
|
206 |
msgstr "Tablo Başlığı"
|
207 |
|
208 |
-
#: plugin-options/general-options.php:
|
209 |
msgid "Type the text to use for the table title."
|
210 |
msgstr "Tablo başlığı metnini buraya yazın."
|
211 |
|
212 |
-
#: plugin-options/general-options.php:
|
213 |
msgid "Compare products"
|
214 |
msgstr "Ürünleri Karşılaştır"
|
215 |
|
216 |
-
#: plugin-options/general-options.php:
|
217 |
msgid "Fields to show"
|
218 |
msgstr "Gösterilecek alanlar"
|
219 |
|
220 |
-
#: plugin-options/general-options.php:
|
221 |
msgid ""
|
222 |
"Select the fields to show in the comparison table and order them by "
|
223 |
"drag&drop (are included also the woocommerce attributes)"
|
@@ -225,55 +235,53 @@ msgstr ""
|
|
225 |
"Karşılaştırma tablosunda gösterilecek alanları seçin ve sürükle-bırak "
|
226 |
"yöntemi ile sıralayın (ayrıca Woocommerce özellikleri dahildir)"
|
227 |
|
228 |
-
#: plugin-options/general-options.php:
|
229 |
msgid "Repeat \"Price\" field"
|
230 |
msgstr ""
|
231 |
|
232 |
-
#: plugin-options/general-options.php:
|
233 |
msgid "Repeat the \"Price\" field at the end of the table"
|
234 |
msgstr ""
|
235 |
|
236 |
-
#: plugin-options/general-options.php:
|
237 |
msgid "Repeat \"Add to cart\" field"
|
238 |
msgstr ""
|
239 |
|
240 |
-
#: plugin-options/general-options.php:
|
241 |
msgid "Repeat the \"Add to cart\" field at the end of the table"
|
242 |
msgstr ""
|
243 |
|
244 |
-
#: plugin-options/general-options.php:
|
245 |
msgid "Image size"
|
246 |
msgstr "Resim Boyutu"
|
247 |
|
248 |
-
#: plugin-options/general-options.php:
|
249 |
msgid "Set the size for the images"
|
250 |
msgstr "Resimlerin boyutlarını belirtin"
|
251 |
|
252 |
-
#: templates/admin/premium.php:
|
253 |
-
#, php-format
|
254 |
msgid ""
|
255 |
"Upgrade to %1$spremium version%2$s of %1$sYITH WooCommerce Compare%2$s to "
|
256 |
"benefit from all features!"
|
257 |
msgstr ""
|
258 |
|
259 |
-
#: templates/admin/premium.php:
|
260 |
msgid "UPGRADE"
|
261 |
msgstr ""
|
262 |
|
263 |
-
#: templates/admin/premium.php:
|
264 |
msgid "to the premium version"
|
265 |
msgstr ""
|
266 |
|
267 |
-
#: templates/admin/premium.php:
|
268 |
msgid "Premium Features"
|
269 |
msgstr ""
|
270 |
|
271 |
-
#: templates/admin/premium.php:
|
272 |
msgid "A DEDICATED PAGE"
|
273 |
msgstr ""
|
274 |
|
275 |
-
#: templates/admin/premium.php:
|
276 |
-
#, php-format
|
277 |
msgid ""
|
278 |
"Don't you want to compare your products in a modal window anymore?%3$sWith "
|
279 |
"the premium version of %1$sYITH WooCommerce Compare%2$s, a new page will be "
|
@@ -282,12 +290,11 @@ msgid ""
|
|
282 |
"whenever they want."
|
283 |
msgstr ""
|
284 |
|
285 |
-
#: templates/admin/premium.php:
|
286 |
msgid "CATEGORY COMPARATION"
|
287 |
msgstr ""
|
288 |
|
289 |
-
#: templates/admin/premium.php:
|
290 |
-
#, php-format
|
291 |
msgid ""
|
292 |
"People are often confused by finding products of different categories in the "
|
293 |
"comparison table, creating difficulties in comparing the products they are "
|
@@ -296,12 +303,11 @@ msgid ""
|
|
296 |
"affinity."
|
297 |
msgstr ""
|
298 |
|
299 |
-
#: templates/admin/premium.php:
|
300 |
msgid "CATEGORY EXCLUSION "
|
301 |
msgstr ""
|
302 |
|
303 |
-
#: templates/admin/premium.php:
|
304 |
-
#, php-format
|
305 |
msgid ""
|
306 |
"In your shop there may be product categories you don't want to be affected "
|
307 |
"by the plugin features, deleting the comparison button for them. The premium "
|
@@ -311,24 +317,22 @@ msgid ""
|
|
311 |
"selected categories."
|
312 |
msgstr ""
|
313 |
|
314 |
-
#: templates/admin/premium.php:
|
315 |
msgid "TABLE IMAGE"
|
316 |
msgstr ""
|
317 |
|
318 |
-
#: templates/admin/premium.php:
|
319 |
-
#, php-format
|
320 |
msgid ""
|
321 |
"Give a personal touch to the %1$scomparison table%2$s your users will see. "
|
322 |
"Select an image, upload it from the option panel and show it ahead of the "
|
323 |
"table to your users. "
|
324 |
msgstr ""
|
325 |
|
326 |
-
#: templates/admin/premium.php:
|
327 |
msgid "DYNAMIC FIELDS"
|
328 |
msgstr ""
|
329 |
|
330 |
-
#: templates/admin/premium.php:
|
331 |
-
#, php-format
|
332 |
msgid ""
|
333 |
"With this precious feature, you will be able to show in the table only the "
|
334 |
"fields that have information in at least one of the selected products."
|
@@ -336,12 +340,11 @@ msgid ""
|
|
336 |
"be no more empty lines in your comparison table."
|
337 |
msgstr ""
|
338 |
|
339 |
-
#: templates/admin/premium.php:
|
340 |
msgid "SOCIAL NETWORK SHARING"
|
341 |
msgstr ""
|
342 |
|
343 |
-
#: templates/admin/premium.php:
|
344 |
-
#, php-format
|
345 |
msgid ""
|
346 |
"One of the most appealing features of the premium version of the plugin.Four "
|
347 |
"social network sites for your users (Facebook, Twitter, Google + and "
|
@@ -349,12 +352,11 @@ msgid ""
|
|
349 |
"products they have selected."
|
350 |
msgstr ""
|
351 |
|
352 |
-
#: templates/admin/premium.php:
|
353 |
msgid "RELATED PRODUCTS"
|
354 |
msgstr ""
|
355 |
|
356 |
-
#: templates/admin/premium.php:
|
357 |
-
#, php-format
|
358 |
msgid ""
|
359 |
"All the products that have common categories and/or tags with those in the "
|
360 |
"comparison table will be showed in a slider, right under the comparison "
|
@@ -363,12 +365,11 @@ msgid ""
|
|
363 |
"interested into."
|
364 |
msgstr ""
|
365 |
|
366 |
-
#: templates/admin/premium.php:
|
367 |
msgid "CUSTOMIZABLE STYLE"
|
368 |
msgstr ""
|
369 |
|
370 |
-
#: templates/admin/premium.php:
|
371 |
-
#, php-format
|
372 |
msgid ""
|
373 |
"An advanced option panel that let you change all the colors of the plugin, "
|
374 |
"so that you can adapt stylistically all its elements %1$sto the layout%2$s "
|
@@ -376,45 +377,43 @@ msgid ""
|
|
376 |
"to get to the best result."
|
377 |
msgstr ""
|
378 |
|
379 |
-
#: templates/admin/premium.php:
|
380 |
msgid "CUSTOMIZED ATTRIBUTES"
|
381 |
msgstr ""
|
382 |
|
383 |
-
#: templates/admin/premium.php:
|
384 |
-
#, php-format
|
385 |
msgid ""
|
386 |
"Let you users compare products following every feature, and considering also "
|
387 |
"all those %1$sattributes%2$s that can be manually created in within the "
|
388 |
"product detail page. Every single detail will be included."
|
389 |
msgstr ""
|
390 |
|
391 |
-
#: templates/admin/premium.php:
|
392 |
msgid "A TAILORED TABLE"
|
393 |
msgstr ""
|
394 |
|
395 |
-
#: templates/admin/premium.php:
|
396 |
-
#, php-format
|
397 |
msgid ""
|
398 |
"Select the products you want to compare and the system will offer you the "
|
399 |
"%1$sshortcode%2$s to generate a comparing table. Simple, rapid and useful."
|
400 |
msgstr ""
|
401 |
|
402 |
-
#: templates/admin/premium.php:
|
403 |
msgid "Compare list - widget"
|
404 |
msgstr ""
|
405 |
|
406 |
-
#: templates/admin/premium.php:
|
407 |
msgid ""
|
408 |
"Thanks to YITH WooCommerce Comapre Widget users could verify at any time the "
|
409 |
"complete list of products added to the compare tab and avoid to open the "
|
410 |
"popup to check its existence. "
|
411 |
msgstr ""
|
412 |
|
413 |
-
#: templates/admin/premium.php:
|
414 |
msgid "Compare counter - widget and shortcode"
|
415 |
msgstr ""
|
416 |
|
417 |
-
#: templates/admin/premium.php:
|
418 |
msgid ""
|
419 |
"Moreover, if you want to give your users the chance to see in a glance how "
|
420 |
"many products they have added to the Compare list, feel free to use the "
|
@@ -426,19 +425,17 @@ msgstr ""
|
|
426 |
msgid "Close window [X]"
|
427 |
msgstr "Pencereyi Kapat [X]"
|
428 |
|
429 |
-
#: templates/compare.php:
|
430 |
msgid "No products added in the compare table."
|
431 |
msgstr "Karşılaştırma tablosuna herhangi bir ürün eklenmedi."
|
432 |
|
433 |
#: widgets/class.yith-woocompare-widget.php:23
|
434 |
#, fuzzy
|
435 |
-
#| msgid "The widget show the list of products added in the compare table."
|
436 |
msgid "The widget shows the list of products added in the comparison table."
|
437 |
msgstr "Widget karşılaştırma tablosuna eklenen ürünlerin listesini gösterir."
|
438 |
|
439 |
#: widgets/class.yith-woocompare-widget.php:27
|
440 |
#, fuzzy
|
441 |
-
#| msgid "YITH Woocommerce Compare Widget"
|
442 |
msgid "YITH WooCommerce Compare Widget"
|
443 |
msgstr "YITH Woocommerce Karşılaştırma Widgetı"
|
444 |
|
@@ -446,6 +443,32 @@ msgstr "YITH Woocommerce Karşılaştırma Widgetı"
|
|
446 |
msgid "Clear all"
|
447 |
msgstr "Hepsini Kaldır"
|
448 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
449 |
#~ msgid "Products Compare"
|
450 |
#~ msgstr "Ürün Karşılaştırma"
|
451 |
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: YITH Woocommerce Compare\n"
|
4 |
+
"Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
|
5 |
+
"POT-Creation-Date: 2020-03-10 11:12:56+00:00\n"
|
6 |
"PO-Revision-Date: 2018-11-28 16:33+0100\n"
|
7 |
"Last-Translator: Caner Öncel <caneroncel@gmail.com>\n"
|
8 |
"Language-Team: Caner Öncel <caneroncel@gmail.com>\n"
|
32 |
msgstr ""
|
33 |
|
34 |
#: includes/class.yith-woocompare-admin.php:153
|
35 |
+
#, fuzzy
|
36 |
+
msgctxt "Admin Plugin Name"
|
37 |
+
msgid "WooCommerce Compare"
|
38 |
+
msgstr "YITH Woocommerce Karşılaştırma Widgetı"
|
39 |
+
|
40 |
#: includes/class.yith-woocompare-admin.php:154
|
41 |
+
#, fuzzy
|
42 |
+
msgctxt "Admin Plugin Name"
|
|
|
43 |
msgid "Compare"
|
44 |
msgstr "Karşılaştır"
|
45 |
|
46 |
+
#: includes/class.yith-woocompare-admin.php:243
|
47 |
msgid "YITH WooCommerce Compare Activated"
|
48 |
msgstr ""
|
49 |
|
50 |
+
#: includes/class.yith-woocompare-admin.php:244
|
|
|
51 |
msgid ""
|
52 |
"In the YIT Plugin tab you can find the YITH WooCommerce Compare options. "
|
53 |
"With this menu, you can access to all the settings of our plugins that you "
|
55 |
"PREMIUM version with many new options, <a href=\"%s\">discover it now</a>."
|
56 |
msgstr ""
|
57 |
|
58 |
+
#: includes/class.yith-woocompare-admin.php:255
|
59 |
msgid "YITH WooCommerce Compare Updated"
|
60 |
msgstr ""
|
61 |
|
62 |
+
#: includes/class.yith-woocompare-admin.php:256
|
|
|
63 |
msgid ""
|
64 |
"From now on, you can find all the options of YITH WooCommerce Compare under "
|
65 |
"YIT Plugin -> Compare instead of WooCommerce -> Settings -> Compare, as in "
|
68 |
"available options, <a href=\"%s\">discover the PREMIUM version.</a>"
|
69 |
msgstr ""
|
70 |
|
71 |
+
#: includes/class.yith-woocompare-admin.php:400
|
72 |
msgid "Do you want to hard crop the image?"
|
73 |
msgstr ""
|
74 |
|
80 |
msgid "Product Comparison"
|
81 |
msgstr "Ürün Karşılaştırma"
|
82 |
|
83 |
+
#: includes/class.yith-woocompare-frontend.php:227
|
84 |
+
#: includes/class.yith-woocompare-frontend.php:505
|
85 |
+
#: plugin-options/general-options.php:40
|
86 |
+
#: widgets/class.yith-woocompare-widget.php:51
|
87 |
+
msgid "Compare"
|
88 |
+
msgstr "Karşılaştır"
|
89 |
+
|
90 |
#: includes/class.yith-woocompare-frontend.php:229
|
91 |
+
msgctxt "Label for popup close icon"
|
92 |
msgid "Close"
|
93 |
msgstr ""
|
94 |
|
100 |
msgid "No products to compare"
|
101 |
msgstr "Karşılaştırma listeniz boş"
|
102 |
|
103 |
+
#: includes/class.yith-woocompare-frontend.php:709 templates/compare.php:119
|
104 |
msgid "Remove"
|
105 |
msgstr "Kaldır"
|
106 |
|
163 |
|
164 |
#: plugin-options/general-options.php:25
|
165 |
#, fuzzy
|
|
|
166 |
msgid "Choose if you want to use a link or a button for the comepare actions."
|
167 |
msgstr ""
|
168 |
"Eylem için kullanmak üzere link veya buton seçeneklerinden birini belirleyin."
|
169 |
|
170 |
+
#: plugin-options/general-options.php:31
|
171 |
msgid "Link"
|
172 |
msgstr "Link"
|
173 |
|
174 |
+
#: plugin-options/general-options.php:32
|
175 |
msgid "Button"
|
176 |
msgstr "Buton"
|
177 |
|
178 |
+
#: plugin-options/general-options.php:37
|
179 |
msgid "Link/Button text"
|
180 |
msgstr "Link/Buton Metni"
|
181 |
|
182 |
+
#: plugin-options/general-options.php:38
|
183 |
msgid "Type the text to use for the button or the link of the compare."
|
184 |
msgstr "Karşılaştırma butonu veya bağlantısı için kullanılacak metni yazın."
|
185 |
|
186 |
+
#: plugin-options/general-options.php:45
|
187 |
msgid "Show button in single product page"
|
188 |
msgstr "Tekli ürün sayfasında buton göster"
|
189 |
|
190 |
+
#: plugin-options/general-options.php:46
|
191 |
msgid "Say if you want to show the button in the single product page."
|
192 |
msgstr "Tekli ürün sayfasında buton göstermek isteyip istemediğinizi belirtin."
|
193 |
|
194 |
+
#: plugin-options/general-options.php:53
|
195 |
msgid "Show button in products list"
|
196 |
msgstr "Ürün listesinde buton göster"
|
197 |
|
198 |
+
#: plugin-options/general-options.php:54
|
199 |
msgid "Say if you want to show the button in the products list."
|
200 |
msgstr "Ürün listesinde buton göstermek isteyip istemediğinizi belirtin."
|
201 |
|
202 |
+
#: plugin-options/general-options.php:61
|
203 |
msgid "Open automatically lightbox"
|
204 |
msgstr "Otomatik lightbox aç"
|
205 |
|
206 |
+
#: plugin-options/general-options.php:62
|
207 |
msgid "Open link after click into \"Compare\" button\"."
|
208 |
msgstr "\"Karşılaştır\" butonuna tıklandıktan sonra bağlantıyı aç."
|
209 |
|
210 |
+
#: plugin-options/general-options.php:74
|
211 |
msgid "Table Settings"
|
212 |
msgstr "Tablo Ayarları"
|
213 |
|
214 |
+
#: plugin-options/general-options.php:81
|
215 |
msgid "Table title"
|
216 |
msgstr "Tablo Başlığı"
|
217 |
|
218 |
+
#: plugin-options/general-options.php:82
|
219 |
msgid "Type the text to use for the table title."
|
220 |
msgstr "Tablo başlığı metnini buraya yazın."
|
221 |
|
222 |
+
#: plugin-options/general-options.php:84 templates/compare.php:22
|
223 |
msgid "Compare products"
|
224 |
msgstr "Ürünleri Karşılaştır"
|
225 |
|
226 |
+
#: plugin-options/general-options.php:89
|
227 |
msgid "Fields to show"
|
228 |
msgstr "Gösterilecek alanlar"
|
229 |
|
230 |
+
#: plugin-options/general-options.php:90
|
231 |
msgid ""
|
232 |
"Select the fields to show in the comparison table and order them by "
|
233 |
"drag&drop (are included also the woocommerce attributes)"
|
235 |
"Karşılaştırma tablosunda gösterilecek alanları seçin ve sürükle-bırak "
|
236 |
"yöntemi ile sıralayın (ayrıca Woocommerce özellikleri dahildir)"
|
237 |
|
238 |
+
#: plugin-options/general-options.php:97
|
239 |
msgid "Repeat \"Price\" field"
|
240 |
msgstr ""
|
241 |
|
242 |
+
#: plugin-options/general-options.php:98
|
243 |
msgid "Repeat the \"Price\" field at the end of the table"
|
244 |
msgstr ""
|
245 |
|
246 |
+
#: plugin-options/general-options.php:105
|
247 |
msgid "Repeat \"Add to cart\" field"
|
248 |
msgstr ""
|
249 |
|
250 |
+
#: plugin-options/general-options.php:106
|
251 |
msgid "Repeat the \"Add to cart\" field at the end of the table"
|
252 |
msgstr ""
|
253 |
|
254 |
+
#: plugin-options/general-options.php:113
|
255 |
msgid "Image size"
|
256 |
msgstr "Resim Boyutu"
|
257 |
|
258 |
+
#: plugin-options/general-options.php:114
|
259 |
msgid "Set the size for the images"
|
260 |
msgstr "Resimlerin boyutlarını belirtin"
|
261 |
|
262 |
+
#: templates/admin/premium.php:242 templates/admin/premium.php:448
|
|
|
263 |
msgid ""
|
264 |
"Upgrade to %1$spremium version%2$s of %1$sYITH WooCommerce Compare%2$s to "
|
265 |
"benefit from all features!"
|
266 |
msgstr ""
|
267 |
|
268 |
+
#: templates/admin/premium.php:245 templates/admin/premium.php:451
|
269 |
msgid "UPGRADE"
|
270 |
msgstr ""
|
271 |
|
272 |
+
#: templates/admin/premium.php:246 templates/admin/premium.php:452
|
273 |
msgid "to the premium version"
|
274 |
msgstr ""
|
275 |
|
276 |
+
#: templates/admin/premium.php:252
|
277 |
msgid "Premium Features"
|
278 |
msgstr ""
|
279 |
|
280 |
+
#: templates/admin/premium.php:260
|
281 |
msgid "A DEDICATED PAGE"
|
282 |
msgstr ""
|
283 |
|
284 |
+
#: templates/admin/premium.php:263
|
|
|
285 |
msgid ""
|
286 |
"Don't you want to compare your products in a modal window anymore?%3$sWith "
|
287 |
"the premium version of %1$sYITH WooCommerce Compare%2$s, a new page will be "
|
290 |
"whenever they want."
|
291 |
msgstr ""
|
292 |
|
293 |
+
#: templates/admin/premium.php:273
|
294 |
msgid "CATEGORY COMPARATION"
|
295 |
msgstr ""
|
296 |
|
297 |
+
#: templates/admin/premium.php:276
|
|
|
298 |
msgid ""
|
299 |
"People are often confused by finding products of different categories in the "
|
300 |
"comparison table, creating difficulties in comparing the products they are "
|
303 |
"affinity."
|
304 |
msgstr ""
|
305 |
|
306 |
+
#: templates/admin/premium.php:292
|
307 |
msgid "CATEGORY EXCLUSION "
|
308 |
msgstr ""
|
309 |
|
310 |
+
#: templates/admin/premium.php:295
|
|
|
311 |
msgid ""
|
312 |
"In your shop there may be product categories you don't want to be affected "
|
313 |
"by the plugin features, deleting the comparison button for them. The premium "
|
317 |
"selected categories."
|
318 |
msgstr ""
|
319 |
|
320 |
+
#: templates/admin/premium.php:305
|
321 |
msgid "TABLE IMAGE"
|
322 |
msgstr ""
|
323 |
|
324 |
+
#: templates/admin/premium.php:308
|
|
|
325 |
msgid ""
|
326 |
"Give a personal touch to the %1$scomparison table%2$s your users will see. "
|
327 |
"Select an image, upload it from the option panel and show it ahead of the "
|
328 |
"table to your users. "
|
329 |
msgstr ""
|
330 |
|
331 |
+
#: templates/admin/premium.php:324
|
332 |
msgid "DYNAMIC FIELDS"
|
333 |
msgstr ""
|
334 |
|
335 |
+
#: templates/admin/premium.php:327
|
|
|
336 |
msgid ""
|
337 |
"With this precious feature, you will be able to show in the table only the "
|
338 |
"fields that have information in at least one of the selected products."
|
340 |
"be no more empty lines in your comparison table."
|
341 |
msgstr ""
|
342 |
|
343 |
+
#: templates/admin/premium.php:337
|
344 |
msgid "SOCIAL NETWORK SHARING"
|
345 |
msgstr ""
|
346 |
|
347 |
+
#: templates/admin/premium.php:340
|
|
|
348 |
msgid ""
|
349 |
"One of the most appealing features of the premium version of the plugin.Four "
|
350 |
"social network sites for your users (Facebook, Twitter, Google + and "
|
352 |
"products they have selected."
|
353 |
msgstr ""
|
354 |
|
355 |
+
#: templates/admin/premium.php:356
|
356 |
msgid "RELATED PRODUCTS"
|
357 |
msgstr ""
|
358 |
|
359 |
+
#: templates/admin/premium.php:359
|
|
|
360 |
msgid ""
|
361 |
"All the products that have common categories and/or tags with those in the "
|
362 |
"comparison table will be showed in a slider, right under the comparison "
|
365 |
"interested into."
|
366 |
msgstr ""
|
367 |
|
368 |
+
#: templates/admin/premium.php:369
|
369 |
msgid "CUSTOMIZABLE STYLE"
|
370 |
msgstr ""
|
371 |
|
372 |
+
#: templates/admin/premium.php:372
|
|
|
373 |
msgid ""
|
374 |
"An advanced option panel that let you change all the colors of the plugin, "
|
375 |
"so that you can adapt stylistically all its elements %1$sto the layout%2$s "
|
377 |
"to get to the best result."
|
378 |
msgstr ""
|
379 |
|
380 |
+
#: templates/admin/premium.php:388
|
381 |
msgid "CUSTOMIZED ATTRIBUTES"
|
382 |
msgstr ""
|
383 |
|
384 |
+
#: templates/admin/premium.php:391
|
|
|
385 |
msgid ""
|
386 |
"Let you users compare products following every feature, and considering also "
|
387 |
"all those %1$sattributes%2$s that can be manually created in within the "
|
388 |
"product detail page. Every single detail will be included."
|
389 |
msgstr ""
|
390 |
|
391 |
+
#: templates/admin/premium.php:401
|
392 |
msgid "A TAILORED TABLE"
|
393 |
msgstr ""
|
394 |
|
395 |
+
#: templates/admin/premium.php:404
|
|
|
396 |
msgid ""
|
397 |
"Select the products you want to compare and the system will offer you the "
|
398 |
"%1$sshortcode%2$s to generate a comparing table. Simple, rapid and useful."
|
399 |
msgstr ""
|
400 |
|
401 |
+
#: templates/admin/premium.php:420
|
402 |
msgid "Compare list - widget"
|
403 |
msgstr ""
|
404 |
|
405 |
+
#: templates/admin/premium.php:423
|
406 |
msgid ""
|
407 |
"Thanks to YITH WooCommerce Comapre Widget users could verify at any time the "
|
408 |
"complete list of products added to the compare tab and avoid to open the "
|
409 |
"popup to check its existence. "
|
410 |
msgstr ""
|
411 |
|
412 |
+
#: templates/admin/premium.php:433
|
413 |
msgid "Compare counter - widget and shortcode"
|
414 |
msgstr ""
|
415 |
|
416 |
+
#: templates/admin/premium.php:436
|
417 |
msgid ""
|
418 |
"Moreover, if you want to give your users the chance to see in a glance how "
|
419 |
"many products they have added to the Compare list, feel free to use the "
|
425 |
msgid "Close window [X]"
|
426 |
msgstr "Pencereyi Kapat [X]"
|
427 |
|
428 |
+
#: templates/compare.php:107
|
429 |
msgid "No products added in the compare table."
|
430 |
msgstr "Karşılaştırma tablosuna herhangi bir ürün eklenmedi."
|
431 |
|
432 |
#: widgets/class.yith-woocompare-widget.php:23
|
433 |
#, fuzzy
|
|
|
434 |
msgid "The widget shows the list of products added in the comparison table."
|
435 |
msgstr "Widget karşılaştırma tablosuna eklenen ürünlerin listesini gösterir."
|
436 |
|
437 |
#: widgets/class.yith-woocompare-widget.php:27
|
438 |
#, fuzzy
|
|
|
439 |
msgid "YITH WooCommerce Compare Widget"
|
440 |
msgstr "YITH Woocommerce Karşılaştırma Widgetı"
|
441 |
|
443 |
msgid "Clear all"
|
444 |
msgstr "Hepsini Kaldır"
|
445 |
|
446 |
+
#. Plugin Name of the plugin/theme
|
447 |
+
#, fuzzy
|
448 |
+
msgid "YITH WooCommerce Compare"
|
449 |
+
msgstr "YITH Woocommerce Karşılaştırma Widgetı"
|
450 |
+
|
451 |
+
#. Plugin URI of the plugin/theme
|
452 |
+
msgid "https://yithemes.com/themes/plugins/yith-woocommerce-compare/"
|
453 |
+
msgstr ""
|
454 |
+
|
455 |
+
#. Description of the plugin/theme
|
456 |
+
msgid ""
|
457 |
+
"The <code><strong>YITH WooCommerce Compare</strong></code> plugin allow you "
|
458 |
+
"to compare in a simple and efficient way products on sale in your shop and "
|
459 |
+
"analyze their main features in a single table. <a href=\"https://yithemes."
|
460 |
+
"com/\" target=\"_blank\">Get more plugins for your e-commerce shop on "
|
461 |
+
"<strong>YITH</strong></a>."
|
462 |
+
msgstr ""
|
463 |
+
|
464 |
+
#. Author of the plugin/theme
|
465 |
+
msgid "YITH"
|
466 |
+
msgstr ""
|
467 |
+
|
468 |
+
#. Author URI of the plugin/theme
|
469 |
+
msgid "https://yithemes.com/"
|
470 |
+
msgstr ""
|
471 |
+
|
472 |
#~ msgid "Products Compare"
|
473 |
#~ msgstr "Ürün Karşılaştırma"
|
474 |
|
languages/yith-woocommerce-compare.pot
CHANGED
@@ -1,50 +1,45 @@
|
|
1 |
-
|
|
|
2 |
msgid ""
|
3 |
msgstr ""
|
4 |
-
"Project-Id-Version: YITH
|
5 |
-
"
|
6 |
-
"
|
7 |
-
"Last-Translator: Nicola Mustone <mail@nicolamustone.it>\n"
|
8 |
-
"Language-Team: Your Inspiration Themes <support@yithemes.com>\n"
|
9 |
-
"Language: en\n"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
-
"
|
14 |
-
"
|
15 |
-
"
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
#: ../includes/class.yith-woocompare-admin.php:119
|
21 |
-
#: ../includes/class.yith-woocompare-admin.php:143
|
22 |
msgid "Settings"
|
23 |
msgstr ""
|
24 |
|
25 |
-
#:
|
26 |
msgid "License"
|
27 |
msgstr ""
|
28 |
|
29 |
-
#:
|
30 |
msgid "Premium Version"
|
31 |
msgstr ""
|
32 |
|
33 |
-
#:
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
#:
|
|
|
39 |
msgid "Compare"
|
40 |
msgstr ""
|
41 |
|
42 |
-
#:
|
43 |
msgid "YITH WooCommerce Compare Activated"
|
44 |
msgstr ""
|
45 |
|
46 |
-
#:
|
47 |
-
#, php-format
|
48 |
msgid ""
|
49 |
"In the YIT Plugin tab you can find the YITH WooCommerce Compare options. "
|
50 |
"With this menu, you can access to all the settings of our plugins that you "
|
@@ -52,12 +47,11 @@ msgid ""
|
|
52 |
"PREMIUM version with many new options, <a href=\"%s\">discover it now</a>."
|
53 |
msgstr ""
|
54 |
|
55 |
-
#:
|
56 |
msgid "YITH WooCommerce Compare Updated"
|
57 |
msgstr ""
|
58 |
|
59 |
-
#:
|
60 |
-
#, php-format
|
61 |
msgid ""
|
62 |
"From now on, you can find all the options of YITH WooCommerce Compare under "
|
63 |
"YIT Plugin -> Compare instead of WooCommerce -> Settings -> Compare, as in "
|
@@ -66,213 +60,216 @@ msgid ""
|
|
66 |
"available options, <a href=\"%s\">discover the PREMIUM version.</a>"
|
67 |
msgstr ""
|
68 |
|
69 |
-
#:
|
70 |
msgid "Do you want to hard crop the image?"
|
71 |
msgstr ""
|
72 |
|
73 |
-
#:
|
74 |
msgid "Added"
|
75 |
msgstr ""
|
76 |
|
77 |
-
#:
|
78 |
-
#: ../templates/compare.php:50
|
79 |
msgid "Product Comparison"
|
80 |
msgstr ""
|
81 |
|
82 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
83 |
msgid "Close"
|
84 |
msgstr ""
|
85 |
|
86 |
-
#:
|
87 |
msgid "In stock"
|
88 |
msgstr ""
|
89 |
|
90 |
-
#:
|
91 |
msgid "No products to compare"
|
92 |
msgstr ""
|
93 |
|
94 |
-
#:
|
95 |
-
#: ../templates/compare.php:117
|
96 |
msgid "Remove"
|
97 |
msgstr ""
|
98 |
|
99 |
-
#:
|
100 |
msgid "Image"
|
101 |
msgstr ""
|
102 |
|
103 |
-
#:
|
104 |
-
#:
|
105 |
msgid "Title"
|
106 |
msgstr ""
|
107 |
|
108 |
-
#:
|
109 |
msgid "Price"
|
110 |
msgstr ""
|
111 |
|
112 |
-
#:
|
113 |
msgid "Add to cart"
|
114 |
msgstr ""
|
115 |
|
116 |
-
#:
|
117 |
msgid "Description"
|
118 |
msgstr ""
|
119 |
|
120 |
-
#:
|
121 |
msgid "Sku"
|
122 |
msgstr ""
|
123 |
|
124 |
-
#:
|
125 |
msgid "Availability"
|
126 |
msgstr ""
|
127 |
|
128 |
-
#:
|
129 |
msgid "Weight"
|
130 |
msgstr ""
|
131 |
|
132 |
-
#:
|
133 |
msgid "Dimensions"
|
134 |
msgstr ""
|
135 |
|
136 |
-
#:
|
137 |
msgid ""
|
138 |
"YITH WooCommerce Compare is enabled but not effective. It requires "
|
139 |
"WooCommerce in order to work."
|
140 |
msgstr ""
|
141 |
|
142 |
-
#:
|
143 |
msgid ""
|
144 |
"You can't activate the free version of YITH WooCommerce Compare while you "
|
145 |
"are using the premium one."
|
146 |
msgstr ""
|
147 |
|
148 |
-
#:
|
149 |
msgid "General Settings"
|
150 |
msgstr ""
|
151 |
|
152 |
-
#:
|
153 |
msgid "Link or Button"
|
154 |
msgstr ""
|
155 |
|
156 |
-
#:
|
157 |
msgid "Choose if you want to use a link or a button for the comepare actions."
|
158 |
msgstr ""
|
159 |
|
160 |
-
#:
|
161 |
msgid "Link"
|
162 |
msgstr ""
|
163 |
|
164 |
-
#:
|
165 |
msgid "Button"
|
166 |
msgstr ""
|
167 |
|
168 |
-
#:
|
169 |
msgid "Link/Button text"
|
170 |
msgstr ""
|
171 |
|
172 |
-
#:
|
173 |
msgid "Type the text to use for the button or the link of the compare."
|
174 |
msgstr ""
|
175 |
|
176 |
-
#:
|
177 |
msgid "Show button in single product page"
|
178 |
msgstr ""
|
179 |
|
180 |
-
#:
|
181 |
msgid "Say if you want to show the button in the single product page."
|
182 |
msgstr ""
|
183 |
|
184 |
-
#:
|
185 |
msgid "Show button in products list"
|
186 |
msgstr ""
|
187 |
|
188 |
-
#:
|
189 |
msgid "Say if you want to show the button in the products list."
|
190 |
msgstr ""
|
191 |
|
192 |
-
#:
|
193 |
msgid "Open automatically lightbox"
|
194 |
msgstr ""
|
195 |
|
196 |
-
#:
|
197 |
msgid "Open link after click into \"Compare\" button\"."
|
198 |
msgstr ""
|
199 |
|
200 |
-
#:
|
201 |
msgid "Table Settings"
|
202 |
msgstr ""
|
203 |
|
204 |
-
#:
|
205 |
msgid "Table title"
|
206 |
msgstr ""
|
207 |
|
208 |
-
#:
|
209 |
msgid "Type the text to use for the table title."
|
210 |
msgstr ""
|
211 |
|
212 |
-
#:
|
213 |
-
#: ../plugin-options/general-options.php:90
|
214 |
msgid "Compare products"
|
215 |
msgstr ""
|
216 |
|
217 |
-
#:
|
218 |
msgid "Fields to show"
|
219 |
msgstr ""
|
220 |
|
221 |
-
#:
|
222 |
msgid ""
|
223 |
"Select the fields to show in the comparison table and order them by "
|
224 |
"drag&drop (are included also the woocommerce attributes)"
|
225 |
msgstr ""
|
226 |
|
227 |
-
#:
|
228 |
msgid "Repeat \"Price\" field"
|
229 |
msgstr ""
|
230 |
|
231 |
-
#:
|
232 |
msgid "Repeat the \"Price\" field at the end of the table"
|
233 |
msgstr ""
|
234 |
|
235 |
-
#:
|
236 |
msgid "Repeat \"Add to cart\" field"
|
237 |
msgstr ""
|
238 |
|
239 |
-
#:
|
240 |
msgid "Repeat the \"Add to cart\" field at the end of the table"
|
241 |
msgstr ""
|
242 |
|
243 |
-
#:
|
244 |
msgid "Image size"
|
245 |
msgstr ""
|
246 |
|
247 |
-
#:
|
248 |
msgid "Set the size for the images"
|
249 |
msgstr ""
|
250 |
|
251 |
-
#:
|
252 |
-
#, php-format
|
253 |
msgid ""
|
254 |
"Upgrade to %1$spremium version%2$s of %1$sYITH WooCommerce Compare%2$s to "
|
255 |
"benefit from all features!"
|
256 |
msgstr ""
|
257 |
|
258 |
-
#:
|
259 |
msgid "UPGRADE"
|
260 |
msgstr ""
|
261 |
|
262 |
-
#:
|
263 |
msgid "to the premium version"
|
264 |
msgstr ""
|
265 |
|
266 |
-
#:
|
267 |
msgid "Premium Features"
|
268 |
msgstr ""
|
269 |
|
270 |
-
#:
|
271 |
msgid "A DEDICATED PAGE"
|
272 |
msgstr ""
|
273 |
|
274 |
-
#:
|
275 |
-
#, php-format
|
276 |
msgid ""
|
277 |
"Don't you want to compare your products in a modal window anymore?%3$sWith "
|
278 |
"the premium version of %1$sYITH WooCommerce Compare%2$s, a new page will be "
|
@@ -281,12 +278,11 @@ msgid ""
|
|
281 |
"whenever they want."
|
282 |
msgstr ""
|
283 |
|
284 |
-
#:
|
285 |
msgid "CATEGORY COMPARATION"
|
286 |
msgstr ""
|
287 |
|
288 |
-
#:
|
289 |
-
#, php-format
|
290 |
msgid ""
|
291 |
"People are often confused by finding products of different categories in the "
|
292 |
"comparison table, creating difficulties in comparing the products they are "
|
@@ -295,12 +291,11 @@ msgid ""
|
|
295 |
"affinity."
|
296 |
msgstr ""
|
297 |
|
298 |
-
#:
|
299 |
msgid "CATEGORY EXCLUSION "
|
300 |
msgstr ""
|
301 |
|
302 |
-
#:
|
303 |
-
#, php-format
|
304 |
msgid ""
|
305 |
"In your shop there may be product categories you don't want to be affected "
|
306 |
"by the plugin features, deleting the comparison button for them. The premium "
|
@@ -310,24 +305,22 @@ msgid ""
|
|
310 |
"selected categories."
|
311 |
msgstr ""
|
312 |
|
313 |
-
#:
|
314 |
msgid "TABLE IMAGE"
|
315 |
msgstr ""
|
316 |
|
317 |
-
#:
|
318 |
-
#, php-format
|
319 |
msgid ""
|
320 |
"Give a personal touch to the %1$scomparison table%2$s your users will see. "
|
321 |
"Select an image, upload it from the option panel and show it ahead of the "
|
322 |
"table to your users. "
|
323 |
msgstr ""
|
324 |
|
325 |
-
#:
|
326 |
msgid "DYNAMIC FIELDS"
|
327 |
msgstr ""
|
328 |
|
329 |
-
#:
|
330 |
-
#, php-format
|
331 |
msgid ""
|
332 |
"With this precious feature, you will be able to show in the table only the "
|
333 |
"fields that have information in at least one of the selected products."
|
@@ -335,12 +328,11 @@ msgid ""
|
|
335 |
"be no more empty lines in your comparison table."
|
336 |
msgstr ""
|
337 |
|
338 |
-
#:
|
339 |
msgid "SOCIAL NETWORK SHARING"
|
340 |
msgstr ""
|
341 |
|
342 |
-
#:
|
343 |
-
#, php-format
|
344 |
msgid ""
|
345 |
"One of the most appealing features of the premium version of the plugin.Four "
|
346 |
"social network sites for your users (Facebook, Twitter, Google + and "
|
@@ -348,12 +340,11 @@ msgid ""
|
|
348 |
"products they have selected."
|
349 |
msgstr ""
|
350 |
|
351 |
-
#:
|
352 |
msgid "RELATED PRODUCTS"
|
353 |
msgstr ""
|
354 |
|
355 |
-
#:
|
356 |
-
#, php-format
|
357 |
msgid ""
|
358 |
"All the products that have common categories and/or tags with those in the "
|
359 |
"comparison table will be showed in a slider, right under the comparison "
|
@@ -362,12 +353,11 @@ msgid ""
|
|
362 |
"interested into."
|
363 |
msgstr ""
|
364 |
|
365 |
-
#:
|
366 |
msgid "CUSTOMIZABLE STYLE"
|
367 |
msgstr ""
|
368 |
|
369 |
-
#:
|
370 |
-
#, php-format
|
371 |
msgid ""
|
372 |
"An advanced option panel that let you change all the colors of the plugin, "
|
373 |
"so that you can adapt stylistically all its elements %1$sto the layout%2$s "
|
@@ -375,45 +365,43 @@ msgid ""
|
|
375 |
"to get to the best result."
|
376 |
msgstr ""
|
377 |
|
378 |
-
#:
|
379 |
msgid "CUSTOMIZED ATTRIBUTES"
|
380 |
msgstr ""
|
381 |
|
382 |
-
#:
|
383 |
-
#, php-format
|
384 |
msgid ""
|
385 |
"Let you users compare products following every feature, and considering also "
|
386 |
"all those %1$sattributes%2$s that can be manually created in within the "
|
387 |
"product detail page. Every single detail will be included."
|
388 |
msgstr ""
|
389 |
|
390 |
-
#:
|
391 |
msgid "A TAILORED TABLE"
|
392 |
msgstr ""
|
393 |
|
394 |
-
#:
|
395 |
-
#, php-format
|
396 |
msgid ""
|
397 |
"Select the products you want to compare and the system will offer you the "
|
398 |
"%1$sshortcode%2$s to generate a comparing table. Simple, rapid and useful."
|
399 |
msgstr ""
|
400 |
|
401 |
-
#:
|
402 |
msgid "Compare list - widget"
|
403 |
msgstr ""
|
404 |
|
405 |
-
#:
|
406 |
msgid ""
|
407 |
"Thanks to YITH WooCommerce Comapre Widget users could verify at any time the "
|
408 |
"complete list of products added to the compare tab and avoid to open the "
|
409 |
"popup to check its existence. "
|
410 |
msgstr ""
|
411 |
|
412 |
-
#:
|
413 |
msgid "Compare counter - widget and shortcode"
|
414 |
msgstr ""
|
415 |
|
416 |
-
#:
|
417 |
msgid ""
|
418 |
"Moreover, if you want to give your users the chance to see in a glance how "
|
419 |
"many products they have added to the Compare list, feel free to use the "
|
@@ -421,22 +409,47 @@ msgid ""
|
|
421 |
"than one click away."
|
422 |
msgstr ""
|
423 |
|
424 |
-
#:
|
425 |
msgid "Close window [X]"
|
426 |
msgstr ""
|
427 |
|
428 |
-
#:
|
429 |
msgid "No products added in the compare table."
|
430 |
msgstr ""
|
431 |
|
432 |
-
#:
|
433 |
msgid "The widget shows the list of products added in the comparison table."
|
434 |
msgstr ""
|
435 |
|
436 |
-
#:
|
437 |
msgid "YITH WooCommerce Compare Widget"
|
438 |
msgstr ""
|
439 |
|
440 |
-
#:
|
441 |
msgid "Clear all"
|
442 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Copyright (C) 2020 YITH WooCommerce Compare
|
2 |
+
# This file is distributed under the same license as the YITH WooCommerce Compare package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: YITH WooCommerce Compare 2.3.18\n"
|
6 |
+
"Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
|
7 |
+
"POT-Creation-Date: 2020-03-10 11:12:56+00:00\n"
|
|
|
|
|
|
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
11 |
+
"PO-Revision-Date: 2020-MO-DA HO:MI+ZONE\n"
|
12 |
+
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
13 |
+
"Language-Team: LANGUAGE <LL@li.org>\n"
|
14 |
+
|
15 |
+
#: includes/class.yith-woocompare-admin.php:119
|
16 |
+
#: includes/class.yith-woocompare-admin.php:143
|
|
|
|
|
|
|
17 |
msgid "Settings"
|
18 |
msgstr ""
|
19 |
|
20 |
+
#: includes/class.yith-woocompare-admin.php:121
|
21 |
msgid "License"
|
22 |
msgstr ""
|
23 |
|
24 |
+
#: includes/class.yith-woocompare-admin.php:147
|
25 |
msgid "Premium Version"
|
26 |
msgstr ""
|
27 |
|
28 |
+
#: includes/class.yith-woocompare-admin.php:153
|
29 |
+
msgctxt "Admin Plugin Name"
|
30 |
+
msgid "WooCommerce Compare"
|
31 |
+
msgstr ""
|
32 |
+
|
33 |
+
#: includes/class.yith-woocompare-admin.php:154
|
34 |
+
msgctxt "Admin Plugin Name"
|
35 |
msgid "Compare"
|
36 |
msgstr ""
|
37 |
|
38 |
+
#: includes/class.yith-woocompare-admin.php:243
|
39 |
msgid "YITH WooCommerce Compare Activated"
|
40 |
msgstr ""
|
41 |
|
42 |
+
#: includes/class.yith-woocompare-admin.php:244
|
|
|
43 |
msgid ""
|
44 |
"In the YIT Plugin tab you can find the YITH WooCommerce Compare options. "
|
45 |
"With this menu, you can access to all the settings of our plugins that you "
|
47 |
"PREMIUM version with many new options, <a href=\"%s\">discover it now</a>."
|
48 |
msgstr ""
|
49 |
|
50 |
+
#: includes/class.yith-woocompare-admin.php:255
|
51 |
msgid "YITH WooCommerce Compare Updated"
|
52 |
msgstr ""
|
53 |
|
54 |
+
#: includes/class.yith-woocompare-admin.php:256
|
|
|
55 |
msgid ""
|
56 |
"From now on, you can find all the options of YITH WooCommerce Compare under "
|
57 |
"YIT Plugin -> Compare instead of WooCommerce -> Settings -> Compare, as in "
|
60 |
"available options, <a href=\"%s\">discover the PREMIUM version.</a>"
|
61 |
msgstr ""
|
62 |
|
63 |
+
#: includes/class.yith-woocompare-admin.php:400
|
64 |
msgid "Do you want to hard crop the image?"
|
65 |
msgstr ""
|
66 |
|
67 |
+
#: includes/class.yith-woocompare-frontend.php:223
|
68 |
msgid "Added"
|
69 |
msgstr ""
|
70 |
|
71 |
+
#: includes/class.yith-woocompare-frontend.php:224 templates/compare.php:50
|
|
|
72 |
msgid "Product Comparison"
|
73 |
msgstr ""
|
74 |
|
75 |
+
#: includes/class.yith-woocompare-frontend.php:227
|
76 |
+
#: includes/class.yith-woocompare-frontend.php:505
|
77 |
+
#: plugin-options/general-options.php:40
|
78 |
+
#: widgets/class.yith-woocompare-widget.php:51
|
79 |
+
msgid "Compare"
|
80 |
+
msgstr ""
|
81 |
+
|
82 |
+
#: includes/class.yith-woocompare-frontend.php:229
|
83 |
+
msgctxt "Label for popup close icon"
|
84 |
msgid "Close"
|
85 |
msgstr ""
|
86 |
|
87 |
+
#: includes/class.yith-woocompare-frontend.php:384
|
88 |
msgid "In stock"
|
89 |
msgstr ""
|
90 |
|
91 |
+
#: includes/class.yith-woocompare-frontend.php:696
|
92 |
msgid "No products to compare"
|
93 |
msgstr ""
|
94 |
|
95 |
+
#: includes/class.yith-woocompare-frontend.php:709 templates/compare.php:119
|
|
|
96 |
msgid "Remove"
|
97 |
msgstr ""
|
98 |
|
99 |
+
#: includes/class.yith-woocompare-helper.php:46
|
100 |
msgid "Image"
|
101 |
msgstr ""
|
102 |
|
103 |
+
#: includes/class.yith-woocompare-helper.php:47
|
104 |
+
#: widgets/class.yith-woocompare-widget.php:68
|
105 |
msgid "Title"
|
106 |
msgstr ""
|
107 |
|
108 |
+
#: includes/class.yith-woocompare-helper.php:48
|
109 |
msgid "Price"
|
110 |
msgstr ""
|
111 |
|
112 |
+
#: includes/class.yith-woocompare-helper.php:49
|
113 |
msgid "Add to cart"
|
114 |
msgstr ""
|
115 |
|
116 |
+
#: includes/class.yith-woocompare-helper.php:50
|
117 |
msgid "Description"
|
118 |
msgstr ""
|
119 |
|
120 |
+
#: includes/class.yith-woocompare-helper.php:51
|
121 |
msgid "Sku"
|
122 |
msgstr ""
|
123 |
|
124 |
+
#: includes/class.yith-woocompare-helper.php:52
|
125 |
msgid "Availability"
|
126 |
msgstr ""
|
127 |
|
128 |
+
#: includes/class.yith-woocompare-helper.php:53
|
129 |
msgid "Weight"
|
130 |
msgstr ""
|
131 |
|
132 |
+
#: includes/class.yith-woocompare-helper.php:54
|
133 |
msgid "Dimensions"
|
134 |
msgstr ""
|
135 |
|
136 |
+
#: init.php:42
|
137 |
msgid ""
|
138 |
"YITH WooCommerce Compare is enabled but not effective. It requires "
|
139 |
"WooCommerce in order to work."
|
140 |
msgstr ""
|
141 |
|
142 |
+
#: init.php:50
|
143 |
msgid ""
|
144 |
"You can't activate the free version of YITH WooCommerce Compare while you "
|
145 |
"are using the premium one."
|
146 |
msgstr ""
|
147 |
|
148 |
+
#: plugin-options/general-options.php:17
|
149 |
msgid "General Settings"
|
150 |
msgstr ""
|
151 |
|
152 |
+
#: plugin-options/general-options.php:24
|
153 |
msgid "Link or Button"
|
154 |
msgstr ""
|
155 |
|
156 |
+
#: plugin-options/general-options.php:25
|
157 |
msgid "Choose if you want to use a link or a button for the comepare actions."
|
158 |
msgstr ""
|
159 |
|
160 |
+
#: plugin-options/general-options.php:31
|
161 |
msgid "Link"
|
162 |
msgstr ""
|
163 |
|
164 |
+
#: plugin-options/general-options.php:32
|
165 |
msgid "Button"
|
166 |
msgstr ""
|
167 |
|
168 |
+
#: plugin-options/general-options.php:37
|
169 |
msgid "Link/Button text"
|
170 |
msgstr ""
|
171 |
|
172 |
+
#: plugin-options/general-options.php:38
|
173 |
msgid "Type the text to use for the button or the link of the compare."
|
174 |
msgstr ""
|
175 |
|
176 |
+
#: plugin-options/general-options.php:45
|
177 |
msgid "Show button in single product page"
|
178 |
msgstr ""
|
179 |
|
180 |
+
#: plugin-options/general-options.php:46
|
181 |
msgid "Say if you want to show the button in the single product page."
|
182 |
msgstr ""
|
183 |
|
184 |
+
#: plugin-options/general-options.php:53
|
185 |
msgid "Show button in products list"
|
186 |
msgstr ""
|
187 |
|
188 |
+
#: plugin-options/general-options.php:54
|
189 |
msgid "Say if you want to show the button in the products list."
|
190 |
msgstr ""
|
191 |
|
192 |
+
#: plugin-options/general-options.php:61
|
193 |
msgid "Open automatically lightbox"
|
194 |
msgstr ""
|
195 |
|
196 |
+
#: plugin-options/general-options.php:62
|
197 |
msgid "Open link after click into \"Compare\" button\"."
|
198 |
msgstr ""
|
199 |
|
200 |
+
#: plugin-options/general-options.php:74
|
201 |
msgid "Table Settings"
|
202 |
msgstr ""
|
203 |
|
204 |
+
#: plugin-options/general-options.php:81
|
205 |
msgid "Table title"
|
206 |
msgstr ""
|
207 |
|
208 |
+
#: plugin-options/general-options.php:82
|
209 |
msgid "Type the text to use for the table title."
|
210 |
msgstr ""
|
211 |
|
212 |
+
#: plugin-options/general-options.php:84 templates/compare.php:22
|
|
|
213 |
msgid "Compare products"
|
214 |
msgstr ""
|
215 |
|
216 |
+
#: plugin-options/general-options.php:89
|
217 |
msgid "Fields to show"
|
218 |
msgstr ""
|
219 |
|
220 |
+
#: plugin-options/general-options.php:90
|
221 |
msgid ""
|
222 |
"Select the fields to show in the comparison table and order them by "
|
223 |
"drag&drop (are included also the woocommerce attributes)"
|
224 |
msgstr ""
|
225 |
|
226 |
+
#: plugin-options/general-options.php:97
|
227 |
msgid "Repeat \"Price\" field"
|
228 |
msgstr ""
|
229 |
|
230 |
+
#: plugin-options/general-options.php:98
|
231 |
msgid "Repeat the \"Price\" field at the end of the table"
|
232 |
msgstr ""
|
233 |
|
234 |
+
#: plugin-options/general-options.php:105
|
235 |
msgid "Repeat \"Add to cart\" field"
|
236 |
msgstr ""
|
237 |
|
238 |
+
#: plugin-options/general-options.php:106
|
239 |
msgid "Repeat the \"Add to cart\" field at the end of the table"
|
240 |
msgstr ""
|
241 |
|
242 |
+
#: plugin-options/general-options.php:113
|
243 |
msgid "Image size"
|
244 |
msgstr ""
|
245 |
|
246 |
+
#: plugin-options/general-options.php:114
|
247 |
msgid "Set the size for the images"
|
248 |
msgstr ""
|
249 |
|
250 |
+
#: templates/admin/premium.php:242 templates/admin/premium.php:448
|
|
|
251 |
msgid ""
|
252 |
"Upgrade to %1$spremium version%2$s of %1$sYITH WooCommerce Compare%2$s to "
|
253 |
"benefit from all features!"
|
254 |
msgstr ""
|
255 |
|
256 |
+
#: templates/admin/premium.php:245 templates/admin/premium.php:451
|
257 |
msgid "UPGRADE"
|
258 |
msgstr ""
|
259 |
|
260 |
+
#: templates/admin/premium.php:246 templates/admin/premium.php:452
|
261 |
msgid "to the premium version"
|
262 |
msgstr ""
|
263 |
|
264 |
+
#: templates/admin/premium.php:252
|
265 |
msgid "Premium Features"
|
266 |
msgstr ""
|
267 |
|
268 |
+
#: templates/admin/premium.php:260
|
269 |
msgid "A DEDICATED PAGE"
|
270 |
msgstr ""
|
271 |
|
272 |
+
#: templates/admin/premium.php:263
|
|
|
273 |
msgid ""
|
274 |
"Don't you want to compare your products in a modal window anymore?%3$sWith "
|
275 |
"the premium version of %1$sYITH WooCommerce Compare%2$s, a new page will be "
|
278 |
"whenever they want."
|
279 |
msgstr ""
|
280 |
|
281 |
+
#: templates/admin/premium.php:273
|
282 |
msgid "CATEGORY COMPARATION"
|
283 |
msgstr ""
|
284 |
|
285 |
+
#: templates/admin/premium.php:276
|
|
|
286 |
msgid ""
|
287 |
"People are often confused by finding products of different categories in the "
|
288 |
"comparison table, creating difficulties in comparing the products they are "
|
291 |
"affinity."
|
292 |
msgstr ""
|
293 |
|
294 |
+
#: templates/admin/premium.php:292
|
295 |
msgid "CATEGORY EXCLUSION "
|
296 |
msgstr ""
|
297 |
|
298 |
+
#: templates/admin/premium.php:295
|
|
|
299 |
msgid ""
|
300 |
"In your shop there may be product categories you don't want to be affected "
|
301 |
"by the plugin features, deleting the comparison button for them. The premium "
|
305 |
"selected categories."
|
306 |
msgstr ""
|
307 |
|
308 |
+
#: templates/admin/premium.php:305
|
309 |
msgid "TABLE IMAGE"
|
310 |
msgstr ""
|
311 |
|
312 |
+
#: templates/admin/premium.php:308
|
|
|
313 |
msgid ""
|
314 |
"Give a personal touch to the %1$scomparison table%2$s your users will see. "
|
315 |
"Select an image, upload it from the option panel and show it ahead of the "
|
316 |
"table to your users. "
|
317 |
msgstr ""
|
318 |
|
319 |
+
#: templates/admin/premium.php:324
|
320 |
msgid "DYNAMIC FIELDS"
|
321 |
msgstr ""
|
322 |
|
323 |
+
#: templates/admin/premium.php:327
|
|
|
324 |
msgid ""
|
325 |
"With this precious feature, you will be able to show in the table only the "
|
326 |
"fields that have information in at least one of the selected products."
|
328 |
"be no more empty lines in your comparison table."
|
329 |
msgstr ""
|
330 |
|
331 |
+
#: templates/admin/premium.php:337
|
332 |
msgid "SOCIAL NETWORK SHARING"
|
333 |
msgstr ""
|
334 |
|
335 |
+
#: templates/admin/premium.php:340
|
|
|
336 |
msgid ""
|
337 |
"One of the most appealing features of the premium version of the plugin.Four "
|
338 |
"social network sites for your users (Facebook, Twitter, Google + and "
|
340 |
"products they have selected."
|
341 |
msgstr ""
|
342 |
|
343 |
+
#: templates/admin/premium.php:356
|
344 |
msgid "RELATED PRODUCTS"
|
345 |
msgstr ""
|
346 |
|
347 |
+
#: templates/admin/premium.php:359
|
|
|
348 |
msgid ""
|
349 |
"All the products that have common categories and/or tags with those in the "
|
350 |
"comparison table will be showed in a slider, right under the comparison "
|
353 |
"interested into."
|
354 |
msgstr ""
|
355 |
|
356 |
+
#: templates/admin/premium.php:369
|
357 |
msgid "CUSTOMIZABLE STYLE"
|
358 |
msgstr ""
|
359 |
|
360 |
+
#: templates/admin/premium.php:372
|
|
|
361 |
msgid ""
|
362 |
"An advanced option panel that let you change all the colors of the plugin, "
|
363 |
"so that you can adapt stylistically all its elements %1$sto the layout%2$s "
|
365 |
"to get to the best result."
|
366 |
msgstr ""
|
367 |
|
368 |
+
#: templates/admin/premium.php:388
|
369 |
msgid "CUSTOMIZED ATTRIBUTES"
|
370 |
msgstr ""
|
371 |
|
372 |
+
#: templates/admin/premium.php:391
|
|
|
373 |
msgid ""
|
374 |
"Let you users compare products following every feature, and considering also "
|
375 |
"all those %1$sattributes%2$s that can be manually created in within the "
|
376 |
"product detail page. Every single detail will be included."
|
377 |
msgstr ""
|
378 |
|
379 |
+
#: templates/admin/premium.php:401
|
380 |
msgid "A TAILORED TABLE"
|
381 |
msgstr ""
|
382 |
|
383 |
+
#: templates/admin/premium.php:404
|
|
|
384 |
msgid ""
|
385 |
"Select the products you want to compare and the system will offer you the "
|
386 |
"%1$sshortcode%2$s to generate a comparing table. Simple, rapid and useful."
|
387 |
msgstr ""
|
388 |
|
389 |
+
#: templates/admin/premium.php:420
|
390 |
msgid "Compare list - widget"
|
391 |
msgstr ""
|
392 |
|
393 |
+
#: templates/admin/premium.php:423
|
394 |
msgid ""
|
395 |
"Thanks to YITH WooCommerce Comapre Widget users could verify at any time the "
|
396 |
"complete list of products added to the compare tab and avoid to open the "
|
397 |
"popup to check its existence. "
|
398 |
msgstr ""
|
399 |
|
400 |
+
#: templates/admin/premium.php:433
|
401 |
msgid "Compare counter - widget and shortcode"
|
402 |
msgstr ""
|
403 |
|
404 |
+
#: templates/admin/premium.php:436
|
405 |
msgid ""
|
406 |
"Moreover, if you want to give your users the chance to see in a glance how "
|
407 |
"many products they have added to the Compare list, feel free to use the "
|
409 |
"than one click away."
|
410 |
msgstr ""
|
411 |
|
412 |
+
#: templates/compare.php:77
|
413 |
msgid "Close window [X]"
|
414 |
msgstr ""
|
415 |
|
416 |
+
#: templates/compare.php:107
|
417 |
msgid "No products added in the compare table."
|
418 |
msgstr ""
|
419 |
|
420 |
+
#: widgets/class.yith-woocompare-widget.php:23
|
421 |
msgid "The widget shows the list of products added in the comparison table."
|
422 |
msgstr ""
|
423 |
|
424 |
+
#: widgets/class.yith-woocompare-widget.php:27
|
425 |
msgid "YITH WooCommerce Compare Widget"
|
426 |
msgstr ""
|
427 |
|
428 |
+
#: widgets/class.yith-woocompare-widget.php:50
|
429 |
msgid "Clear all"
|
430 |
msgstr ""
|
431 |
+
|
432 |
+
#. Plugin Name of the plugin/theme
|
433 |
+
msgid "YITH WooCommerce Compare"
|
434 |
+
msgstr ""
|
435 |
+
|
436 |
+
#. Plugin URI of the plugin/theme
|
437 |
+
msgid "https://yithemes.com/themes/plugins/yith-woocommerce-compare/"
|
438 |
+
msgstr ""
|
439 |
+
|
440 |
+
#. Description of the plugin/theme
|
441 |
+
msgid ""
|
442 |
+
"The <code><strong>YITH WooCommerce Compare</strong></code> plugin allow you "
|
443 |
+
"to compare in a simple and efficient way products on sale in your shop and "
|
444 |
+
"analyze their main features in a single table. <a href=\"https://yithemes."
|
445 |
+
"com/\" target=\"_blank\">Get more plugins for your e-commerce shop on "
|
446 |
+
"<strong>YITH</strong></a>."
|
447 |
+
msgstr ""
|
448 |
+
|
449 |
+
#. Author of the plugin/theme
|
450 |
+
msgid "YITH"
|
451 |
+
msgstr ""
|
452 |
+
|
453 |
+
#. Author URI of the plugin/theme
|
454 |
+
msgid "https://yithemes.com/"
|
455 |
+
msgstr ""
|
plugin-fw/assets/css/yith-fields.css
CHANGED
@@ -455,11 +455,11 @@ YITH UI
|
|
455 |
****************/
|
456 |
@font-face {
|
457 |
font-family : 'yith-icon';
|
458 |
-
src : url('../fonts/yith-icon.eot?
|
459 |
-
src : url('../fonts/yith-icon.eot?
|
460 |
-
url('../fonts/yith-icon.ttf?
|
461 |
-
url('../fonts/yith-icon.woff?
|
462 |
-
url('../fonts/yith-icon.svg?
|
463 |
font-weight : normal;
|
464 |
font-style : normal;
|
465 |
}
|
@@ -479,138 +479,142 @@ YITH UI
|
|
479 |
-moz-osx-font-smoothing : grayscale;
|
480 |
}
|
481 |
|
482 |
-
.yith-icon-
|
483 |
-
content: "\
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
484 |
color: #757575;
|
485 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
486 |
.yith-icon-calendar_add:before {
|
487 |
-
content
|
488 |
-
color
|
489 |
}
|
490 |
-
|
491 |
.yith-icon-calendar_money:before {
|
492 |
-
content
|
493 |
-
color
|
494 |
}
|
495 |
-
|
496 |
.yith-icon-calendar2:before {
|
497 |
-
content
|
498 |
-
color
|
499 |
}
|
500 |
-
|
501 |
.yith-icon-people:before {
|
502 |
-
content
|
503 |
-
color
|
504 |
}
|
505 |
-
|
506 |
.yith-icon-shield_money:before {
|
507 |
-
content
|
508 |
-
color
|
509 |
}
|
510 |
-
|
511 |
.yith-icon-time_check:before {
|
512 |
-
content
|
513 |
-
color
|
514 |
}
|
515 |
-
|
516 |
.yith-icon-world_settings:before {
|
517 |
-
content
|
518 |
-
color
|
519 |
}
|
520 |
-
|
521 |
.yith-icon-arrow_eye_closed:before {
|
522 |
-
content
|
523 |
-
color
|
524 |
}
|
525 |
-
|
526 |
.yith-icon-arrow_eye:before {
|
527 |
-
content
|
528 |
-
color
|
529 |
}
|
530 |
-
|
531 |
.yith-icon-reset:before {
|
532 |
-
content
|
533 |
-
color
|
534 |
}
|
535 |
-
|
536 |
.yith-icon-drag:before {
|
537 |
-
content
|
538 |
-
color
|
539 |
}
|
540 |
-
|
541 |
.yith-icon-trash:before {
|
542 |
-
content
|
543 |
-
color
|
544 |
}
|
545 |
-
|
546 |
.yith-icon-info:before {
|
547 |
-
content
|
548 |
-
color
|
549 |
}
|
550 |
-
|
551 |
.yith-icon-arrow_down:before {
|
552 |
-
content
|
553 |
-
color
|
554 |
}
|
555 |
-
|
556 |
.yith-icon-arrow_left:before {
|
557 |
-
content
|
558 |
-
color
|
559 |
}
|
560 |
-
|
561 |
.yith-icon-arrow_right:before {
|
562 |
-
content
|
563 |
-
color
|
564 |
}
|
565 |
-
|
566 |
.yith-icon-arrow_up:before {
|
567 |
-
content
|
568 |
-
color
|
569 |
}
|
570 |
-
|
571 |
.yith-icon-calendar:before {
|
572 |
-
content
|
573 |
-
color
|
574 |
}
|
575 |
-
|
576 |
.yith-icon-check:before {
|
577 |
-
content
|
578 |
-
color
|
579 |
}
|
580 |
-
|
581 |
.yith-icon-close:before {
|
582 |
-
content
|
583 |
-
color
|
584 |
}
|
585 |
-
|
586 |
.yith-icon-edit:before {
|
587 |
-
content
|
588 |
-
color
|
589 |
}
|
590 |
-
|
591 |
.yith-icon-magnifier:before {
|
592 |
-
content
|
593 |
-
color
|
594 |
}
|
595 |
-
|
596 |
.yith-icon-pencil:before {
|
597 |
-
content
|
598 |
-
color
|
599 |
}
|
600 |
-
|
601 |
.yith-icon-plus:before {
|
602 |
-
content
|
603 |
-
color
|
604 |
}
|
605 |
-
|
606 |
.yith-icon-update:before {
|
607 |
-
content
|
608 |
-
color
|
609 |
}
|
610 |
-
|
611 |
.yith-icon-upload:before {
|
612 |
-
content
|
613 |
-
color
|
|
|
|
|
|
|
614 |
}
|
615 |
|
616 |
.yith-plugin-fw-banner {
|
@@ -796,7 +800,7 @@ YITH UI
|
|
796 |
background : #f1f1f1;
|
797 |
font-size : 14px;
|
798 |
font-weight : 700;
|
799 |
-
width :
|
800 |
display : block;
|
801 |
padding : 15px;
|
802 |
margin-bottom : 0;
|
@@ -1401,7 +1405,7 @@ span.select2.select2-container.select2-container--default.yith-plugin-fw-select2
|
|
1401 |
}
|
1402 |
|
1403 |
.yith-plugin-ui .yith-plugin-fw-onoff-container input + span:after {
|
1404 |
-
content :
|
1405 |
width : 14px;
|
1406 |
height : 14px;
|
1407 |
font-size : 13px;
|
@@ -1427,7 +1431,7 @@ span.select2.select2-container.select2-container--default.yith-plugin-fw-select2
|
|
1427 |
|
1428 |
.yith-plugin-ui .yith-plugin-fw-onoff-container input:checked + span:after,
|
1429 |
.yith-plugin-ui.yith-plugin-fw-onoff-container input.onoffchecked + span:after {
|
1430 |
-
content :
|
1431 |
color : #98aa36;
|
1432 |
width : 14px;
|
1433 |
height : 14px;
|
455 |
****************/
|
456 |
@font-face {
|
457 |
font-family : 'yith-icon';
|
458 |
+
src : url('../fonts/yith-icon.eot?g6bfgy');
|
459 |
+
src : url('../fonts/yith-icon.eot?g6bfgy#iefix') format('embedded-opentype'),
|
460 |
+
url('../fonts/yith-icon.ttf?g6bfgy') format('truetype'),
|
461 |
+
url('../fonts/yith-icon.woff?g6bfgy') format('woff'),
|
462 |
+
url('../fonts/yith-icon.svg?g6bfgy#yith-icon') format('svg');
|
463 |
font-weight : normal;
|
464 |
font-style : normal;
|
465 |
}
|
479 |
-moz-osx-font-smoothing : grayscale;
|
480 |
}
|
481 |
|
482 |
+
.yith-icon-paypal-svgrepo-com:before {
|
483 |
+
content: "\e91b";
|
484 |
+
}
|
485 |
+
.yith-icon-check-circle:before {
|
486 |
+
content: "\e921";
|
487 |
+
color: #757575;
|
488 |
+
}
|
489 |
+
.yith-icon-info-squared:before {
|
490 |
+
content: "\e922";
|
491 |
color: #757575;
|
492 |
}
|
493 |
+
.yith-icon-warning-triangle:before {
|
494 |
+
content: "\e923";
|
495 |
+
color: #757575;
|
496 |
+
}
|
497 |
+
.yith-icon-bank:before {
|
498 |
+
content: "\e91c";
|
499 |
+
}
|
500 |
+
.yith-icon-accounting:before {
|
501 |
+
content: "\e91d";
|
502 |
+
}
|
503 |
+
.yith-icon-bank-check:before {
|
504 |
+
content: "\e91e";
|
505 |
+
}
|
506 |
+
.yith-icon-cash:before {
|
507 |
+
content: "\e91f";
|
508 |
+
}
|
509 |
+
.yith-icon-credit-card:before {
|
510 |
+
content: "\e920";
|
511 |
+
}
|
512 |
.yith-icon-calendar_add:before {
|
513 |
+
content: "\e913";
|
514 |
+
color: #757575;
|
515 |
}
|
|
|
516 |
.yith-icon-calendar_money:before {
|
517 |
+
content: "\e914";
|
518 |
+
color: #757575;
|
519 |
}
|
|
|
520 |
.yith-icon-calendar2:before {
|
521 |
+
content: "\e915";
|
522 |
+
color: #757575;
|
523 |
}
|
|
|
524 |
.yith-icon-people:before {
|
525 |
+
content: "\e916";
|
526 |
+
color: #757575;
|
527 |
}
|
|
|
528 |
.yith-icon-shield_money:before {
|
529 |
+
content: "\e917";
|
530 |
+
color: #757575;
|
531 |
}
|
|
|
532 |
.yith-icon-time_check:before {
|
533 |
+
content: "\e918";
|
534 |
+
color: #757575;
|
535 |
}
|
|
|
536 |
.yith-icon-world_settings:before {
|
537 |
+
content: "\e919";
|
538 |
+
color: #757575;
|
539 |
}
|
|
|
540 |
.yith-icon-arrow_eye_closed:before {
|
541 |
+
content: "\e912";
|
542 |
+
color: #757575;
|
543 |
}
|
|
|
544 |
.yith-icon-arrow_eye:before {
|
545 |
+
content: "\e911";
|
546 |
+
color: #757575;
|
547 |
}
|
|
|
548 |
.yith-icon-reset:before {
|
549 |
+
content: "\e910";
|
550 |
+
color: #757575;
|
551 |
}
|
|
|
552 |
.yith-icon-drag:before {
|
553 |
+
content: "\e90f";
|
554 |
+
color: #757575;
|
555 |
}
|
|
|
556 |
.yith-icon-trash:before {
|
557 |
+
content: "\e90d";
|
558 |
+
color: #757575;
|
559 |
}
|
|
|
560 |
.yith-icon-info:before {
|
561 |
+
content: "\e90e";
|
562 |
+
color: #757575;
|
563 |
}
|
|
|
564 |
.yith-icon-arrow_down:before {
|
565 |
+
content: "\e900";
|
566 |
+
color: #757575;
|
567 |
}
|
|
|
568 |
.yith-icon-arrow_left:before {
|
569 |
+
content: "\e901";
|
570 |
+
color: #757575;
|
571 |
}
|
|
|
572 |
.yith-icon-arrow_right:before {
|
573 |
+
content: "\e902";
|
574 |
+
color: #757575;
|
575 |
}
|
|
|
576 |
.yith-icon-arrow_up:before {
|
577 |
+
content: "\e903";
|
578 |
+
color: #757575;
|
579 |
}
|
|
|
580 |
.yith-icon-calendar:before {
|
581 |
+
content: "\e904";
|
582 |
+
color: #757575;
|
583 |
}
|
|
|
584 |
.yith-icon-check:before {
|
585 |
+
content: "\e905";
|
586 |
+
color: #757575;
|
587 |
}
|
|
|
588 |
.yith-icon-close:before {
|
589 |
+
content: "\e906";
|
590 |
+
color: #757575;
|
591 |
}
|
|
|
592 |
.yith-icon-edit:before {
|
593 |
+
content: "\e907";
|
594 |
+
color: #757575;
|
595 |
}
|
|
|
596 |
.yith-icon-magnifier:before {
|
597 |
+
content: "\e908";
|
598 |
+
color: #757575;
|
599 |
}
|
|
|
600 |
.yith-icon-pencil:before {
|
601 |
+
content: "\e909";
|
602 |
+
color: #757575;
|
603 |
}
|
|
|
604 |
.yith-icon-plus:before {
|
605 |
+
content: "\e90a";
|
606 |
+
color: #757575;
|
607 |
}
|
|
|
608 |
.yith-icon-update:before {
|
609 |
+
content: "\e90b";
|
610 |
+
color: #757575;
|
611 |
}
|
|
|
612 |
.yith-icon-upload:before {
|
613 |
+
content: "\e90c";
|
614 |
+
color: #757575;
|
615 |
+
}
|
616 |
+
.yith-icon-reply:before {
|
617 |
+
content: "\e91a";
|
618 |
}
|
619 |
|
620 |
.yith-plugin-fw-banner {
|
800 |
background : #f1f1f1;
|
801 |
font-size : 14px;
|
802 |
font-weight : 700;
|
803 |
+
width : 50%;
|
804 |
display : block;
|
805 |
padding : 15px;
|
806 |
margin-bottom : 0;
|
1405 |
}
|
1406 |
|
1407 |
.yith-plugin-ui .yith-plugin-fw-onoff-container input + span:after {
|
1408 |
+
content : attr(data-text-off);
|
1409 |
width : 14px;
|
1410 |
height : 14px;
|
1411 |
font-size : 13px;
|
1431 |
|
1432 |
.yith-plugin-ui .yith-plugin-fw-onoff-container input:checked + span:after,
|
1433 |
.yith-plugin-ui.yith-plugin-fw-onoff-container input.onoffchecked + span:after {
|
1434 |
+
content : attr(data-text-on);
|
1435 |
color : #98aa36;
|
1436 |
width : 14px;
|
1437 |
height : 14px;
|
plugin-fw/assets/fonts/yith-icon.eot
CHANGED
Binary file
|
plugin-fw/assets/fonts/yith-icon.svg
CHANGED
@@ -34,4 +34,13 @@
|
|
34 |
<glyph unicode="" glyph-name="time_check" d="M86.528 448.341c-0.341-235.008 189.952-425.643 424.96-425.984s425.643 189.952 425.984 424.96c0.171 83.968-24.576 166.059-71.168 236.032l-60.075-63.488c22.528-39.765 37.035-83.627 42.325-129.195h-80.384v-84.651h80.384c-19.627-154.795-141.483-276.651-296.277-296.277v84.651h-84.651v-84.651c-154.795 19.456-276.821 141.483-296.277 296.277h84.651v84.651h-84.651c18.432 155.307 140.971 277.845 296.277 296.277v-82.603h84.651v81.749c46.251-5.803 90.795-21.163 130.731-44.885l61.44 61.44c-68.779 46.080-149.675 70.827-232.448 71.168-234.837-0.341-425.301-190.635-425.472-425.472zM414.549 605.355l-59.563-59.733 157.013-157.013 410.624 410.965-59.733 59.733-350.891-350.891z" />
|
35 |
<glyph unicode="" glyph-name="world_settings" d="M833.707 597.333l48.981 81.92-139.435 139.435-81.92-48.981c-8.875 4.267-18.091 7.851-27.648 11.435l-23.040 92.672h-98.645c-235.179-0.171-425.643-190.635-425.643-425.813s190.464-425.643 425.643-425.643h98.645l23.040 92.672c9.557 3.584 18.773 7.168 27.648 11.435l81.92-48.981 139.435 139.435-48.981 81.92c3.925 8.875 7.851 18.091 11.435 27.648l92.672 23.040v197.12l-92.672 23.040c-3.584 9.557-7.168 20.139-11.435 27.648zM319.659 448c0.171 35.669 3.243 71.339 9.216 106.496h147.627v-212.821h-147.627c-5.973 34.987-9.045 70.656-9.216 106.325zM476.501 795.989v-170.667h-129.877c28.16 86.699 75.264 150.869 129.877 170.667zM476.501 270.677v-171.008c-54.613 19.797-101.888 84.139-129.877 171.008h129.877zM547.499 547.669c55.125-20.309 83.456-81.579 63.147-136.704-10.752-29.184-33.792-52.224-63.147-63.147v199.851zM323.925 748.203c-22.869-38.4-40.277-79.701-51.712-122.709h-67.072c29.013 49.835 69.803 91.989 118.784 122.709zM173.568 554.496h83.797c-11.435-70.485-11.435-142.336 0-212.821h-83.797c-21.845 69.12-21.845 143.531 0 212.821zM205.141 270.677h67.072c11.435-43.179 29.013-84.651 51.712-123.051-48.981 30.72-89.771 73.045-118.784 123.051zM866.816 404.651l-77.312-19.456-5.632-19.115c-5.632-18.091-12.8-35.669-21.675-52.565l-9.557-17.749 40.789-68.096-61.099-61.44-68.437 41.301-17.749-9.557c-16.725-8.875-34.133-16.043-52.224-21.675l-19.456-5.632-19.115-77.312h-7.851v180.907c96.085 19.456 158.037 113.152 138.581 209.067-14.165 69.803-68.779 124.416-138.581 138.581v180.907h7.851l19.115-77.312 19.456-5.632c18.091-5.973 35.669-13.824 52.224-23.381l17.749-9.557 68.437 40.789 61.099-61.099-40.96-66.731 9.557-17.749c8.875-16.555 16.213-34.133 21.675-52.224l5.632-19.456 77.312-19.115 0.171-86.699z" />
|
36 |
<glyph unicode="" glyph-name="reply" d="M426 554.667q208-30 321-159t149-311q-154 218-470 218v-174l-298 298 298 298v-170z" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |
</font></defs></svg>
|
34 |
<glyph unicode="" glyph-name="time_check" d="M86.528 448.341c-0.341-235.008 189.952-425.643 424.96-425.984s425.643 189.952 425.984 424.96c0.171 83.968-24.576 166.059-71.168 236.032l-60.075-63.488c22.528-39.765 37.035-83.627 42.325-129.195h-80.384v-84.651h80.384c-19.627-154.795-141.483-276.651-296.277-296.277v84.651h-84.651v-84.651c-154.795 19.456-276.821 141.483-296.277 296.277h84.651v84.651h-84.651c18.432 155.307 140.971 277.845 296.277 296.277v-82.603h84.651v81.749c46.251-5.803 90.795-21.163 130.731-44.885l61.44 61.44c-68.779 46.080-149.675 70.827-232.448 71.168-234.837-0.341-425.301-190.635-425.472-425.472zM414.549 605.355l-59.563-59.733 157.013-157.013 410.624 410.965-59.733 59.733-350.891-350.891z" />
|
35 |
<glyph unicode="" glyph-name="world_settings" d="M833.707 597.333l48.981 81.92-139.435 139.435-81.92-48.981c-8.875 4.267-18.091 7.851-27.648 11.435l-23.040 92.672h-98.645c-235.179-0.171-425.643-190.635-425.643-425.813s190.464-425.643 425.643-425.643h98.645l23.040 92.672c9.557 3.584 18.773 7.168 27.648 11.435l81.92-48.981 139.435 139.435-48.981 81.92c3.925 8.875 7.851 18.091 11.435 27.648l92.672 23.040v197.12l-92.672 23.040c-3.584 9.557-7.168 20.139-11.435 27.648zM319.659 448c0.171 35.669 3.243 71.339 9.216 106.496h147.627v-212.821h-147.627c-5.973 34.987-9.045 70.656-9.216 106.325zM476.501 795.989v-170.667h-129.877c28.16 86.699 75.264 150.869 129.877 170.667zM476.501 270.677v-171.008c-54.613 19.797-101.888 84.139-129.877 171.008h129.877zM547.499 547.669c55.125-20.309 83.456-81.579 63.147-136.704-10.752-29.184-33.792-52.224-63.147-63.147v199.851zM323.925 748.203c-22.869-38.4-40.277-79.701-51.712-122.709h-67.072c29.013 49.835 69.803 91.989 118.784 122.709zM173.568 554.496h83.797c-11.435-70.485-11.435-142.336 0-212.821h-83.797c-21.845 69.12-21.845 143.531 0 212.821zM205.141 270.677h67.072c11.435-43.179 29.013-84.651 51.712-123.051-48.981 30.72-89.771 73.045-118.784 123.051zM866.816 404.651l-77.312-19.456-5.632-19.115c-5.632-18.091-12.8-35.669-21.675-52.565l-9.557-17.749 40.789-68.096-61.099-61.44-68.437 41.301-17.749-9.557c-16.725-8.875-34.133-16.043-52.224-21.675l-19.456-5.632-19.115-77.312h-7.851v180.907c96.085 19.456 158.037 113.152 138.581 209.067-14.165 69.803-68.779 124.416-138.581 138.581v180.907h7.851l19.115-77.312 19.456-5.632c18.091-5.973 35.669-13.824 52.224-23.381l17.749-9.557 68.437 40.789 61.099-61.099-40.96-66.731 9.557-17.749c8.875-16.555 16.213-34.133 21.675-52.224l5.632-19.456 77.312-19.115 0.171-86.699z" />
|
36 |
<glyph unicode="" glyph-name="reply" d="M426 554.667q208-30 321-159t149-311q-154 218-470 218v-174l-298 298 298 298v-170z" />
|
37 |
+
<glyph unicode="" glyph-name="paypal-svgrepo-com" d="M948.695 781.407c41.592-76.275 27.867-166.22 11.486-219.376-88.641-289.544-488.607-273.795-546.47-273.795-57.795 0-71.254-53.893-71.254-53.893l-43.213-188.526c-11.779-66.175-71.793-62.877-71.793-62.877s-78.009 0-130.188 0c-3.273 0-6.328 0.225-9.134 0.631-0.645-12.117 1.079-47.541 44.401-47.541 52.139 0 130.147 0 130.147 0s60.013-3.366 71.834 62.806l43.165 188.519c0 0 13.507 53.897 71.301 53.897 57.767 0 457.829-15.746 546.514 273.808 19.787 64.717 35.874 183.635-46.797 266.347zM259.046 86.911l43.206 188.533c0 0 13.421 53.801 71.301 53.801 57.747 0 457.781-15.664 546.429 273.819 32.437 105.838 54.958 356.92-348.956 356.92h-291.749c0 0-60.641 2.816-75.606-61.659l-190.628-822.715c0 0-8.185-51.555 43.974-51.555 52.207 0 130.233 0 130.233 0s60.013-3.393 71.796 62.857zM369 565.482l38.741 167.179c0 0 12.339 45.462 52.207 52.193 39.827 6.755 107.667-1.201 125.12-4.495 113.299-21.279 89.201-128.478 89.201-128.478-22.433-165.476-280.007-142.514-280.007-142.514-40.383 14.602-25.262 56.115-25.262 56.115z" />
|
38 |
+
<glyph unicode="" glyph-name="bank" d="M511.488 599.723c-8.875 0-16.213 7.168-16.213 16.213 0 4.608-3.755 8.363-8.363 8.363s-8.363-3.755-8.363-8.363c0-15.189 10.411-27.989 24.576-31.744v-6.315c0-4.608 3.755-8.363 8.363-8.363s8.363 3.755 8.363 8.363v6.315c14.165 3.755 24.576 16.384 24.576 31.744 0 18.091-14.848 32.939-32.939 32.939-8.875 0-16.213 7.168-16.213 16.213 0 8.875 7.168 16.213 16.213 16.213 8.533 0 15.531-6.656 16.213-15.019 0.341-4.608 4.437-8.021 8.875-7.851 4.608 0.341 8.192 4.267 7.851 8.875-1.024 14.336-11.093 25.941-24.576 29.525v6.315c0 4.608-3.755 8.363-8.363 8.363s-8.363-3.755-8.363-8.363v-6.315c-13.995-3.755-24.576-16.555-24.576-31.744 0-18.091 14.848-32.939 32.939-32.939 8.875 0 16.213-7.168 16.213-16.213s-7.339-16.213-16.213-16.213zM862.72 508.587c0 0.512-0.171 1.195-0.341 1.707s-0.171 1.024-0.341 1.365c-0.171 0.512-0.512 0.853-0.853 1.195-0.341 0.512-0.683 1.024-1.024 1.365-0.171 0.171-0.171 0.171-0.171 0.341l-342.699 283.648c-3.072 2.56-7.68 2.56-10.752 0l-342.187-283.477c-0.171-0.171-0.171-0.171-0.171-0.341-0.512-0.341-0.683-0.853-1.024-1.365-0.341-0.341-0.683-0.853-0.853-1.195-0.171-0.512-0.341-1.024-0.341-1.365-0.171-0.512-0.341-1.195-0.341-1.707 0-0.171 0-0.171 0-0.341v-66.56c0-4.608 3.755-8.363 8.363-8.363h85.504v-258.048h-85.845c-4.608 0-8.363-3.755-8.363-8.363v-55.467c0-1.365 0.341-2.56 0.853-3.584-0.512-1.024-0.853-2.219-0.853-3.584 0-4.608 3.755-8.363 8.363-8.363h678.571c4.608 0 8.363 3.755 8.363 8.363v62.635c0 4.608-3.755 8.363-8.363 8.363h-79.872v257.877h86.016c4.608 0 8.363 3.755 8.363 8.363v66.56c0 0.171 0 0.171 0 0.341zM178.005 450.048v49.835h667.989v-49.835h-667.989zM839.851 158.549v-45.909h-661.845v45.909h661.845zM482.816 175.275v258.048h62.123v-258.048h-62.123zM512 780.971l319.147-264.363h-638.293l319.147 264.363zM271.872 433.323h194.048v-258.048h-115.029v228.352c0 4.608-3.755 8.363-8.363 8.363s-8.363-3.755-8.363-8.363v-228.352h-62.123v258.048zM751.616 175.275h-189.952v258.048h110.933v-227.499c0-4.608 3.755-8.363 8.363-8.363s8.363 3.755 8.363 8.363v227.499h62.123v-258.048z" />
|
39 |
+
<glyph unicode="" glyph-name="accounting" d="M862.72 432.128c0 0.512-0.171 1.024-0.341 1.536s-0.171 0.853-0.512 1.365c-0.171 0.341-0.512 0.853-0.853 1.195s-0.683 0.853-1.024 1.195c-0.171 0.171-0.171 0.171-0.341 0.341l-30.891 23.893c-2.56 2.048-6.315 2.219-9.045 0.341l-31.061-21.163-33.792 21.163c0 0 0 0 0 0h-0.171c-0.171 0.171-0.512 0.171-0.853 0.341-0.683 0.341-1.195 0.683-2.048 0.683-0.512 0-1.024 0-1.365 0-0.512 0-1.024 0-1.536 0-0.683-0.171-1.365-0.512-1.877-0.853-0.171-0.171-0.512-0.171-0.683-0.341v0c0 0 0 0 0 0l-5.973-4.096-29.184-19.797c-3.413-2.389-4.437-7.168-2.048-10.581 1.536-2.219 3.925-3.413 6.315-3.413 1.536 0 2.901 0.512 4.267 1.365l31.232 21.163 33.963-21.333c2.56-1.707 5.803-1.536 8.363 0.171l30.549 20.821 23.552-18.261v-152.747c0-43.861-35.669-79.701-79.701-79.701-43.861 0-79.701 35.669-79.701 79.701v407.723c0 47.957-35.84 87.723-82.261 94.037-1.024 0.512-2.219 1.024-3.584 1.024h-297.813c-52.395 0-94.891-42.667-94.891-94.891v-27.819h-13.995c-18.773 0-33.963-15.189-33.963-33.963v-468.821c0-18.773 15.189-33.963 33.963-33.963h341.504c18.773 0 33.963 15.189 33.963 33.963v468.651c0 18.773-15.189 33.963-33.963 33.963h-13.995v27.819c0 42.325 33.28 76.971 75.093 79.36 41.813-2.389 75.093-37.035 75.093-79.36v-407.723c0-33.28 17.408-62.635 43.52-79.701h-114.517c-4.267 0-7.68-3.413-7.68-7.68s3.413-7.68 7.68-7.68h166.059c52.395 0 94.891 42.667 94.891 94.891v156.501c-0.341 0.341-0.341 0.512-0.341 0.683zM507.563 682.837v-81.749c0-4.267 3.413-7.68 7.68-7.68s7.68 3.413 7.68 7.68v38.571h13.995c10.411 0 18.773-8.363 18.773-18.773v-468.821c0-10.24-8.363-18.773-18.773-18.773h-341.675c-10.24 0-18.773 8.363-18.773 18.773v468.992c0 10.24 8.363 18.773 18.773 18.773h13.995v-38.571c0-4.267 3.413-7.68 7.68-7.68h248.832c4.267 0 7.68 3.413 7.68 7.68s-3.413 7.68-7.68 7.68h-241.152v74.069c0 43.861 35.669 79.701 79.701 79.701h246.784c-26.283-17.237-43.52-46.421-43.52-79.872zM209.237 558.251v-85.333c0-4.267 3.413-7.68 7.68-7.68h298.155c4.267 0 7.68 3.413 7.68 7.68v85.333c0 4.267-3.413 7.68-7.68 7.68h-298.155c-4.096 0-7.68-3.413-7.68-7.68zM224.597 550.571h282.965v-70.144h-282.965v70.144zM290.304 416.597h-73.387c-4.267 0-7.68-3.413-7.68-7.68s3.413-7.68 7.68-7.68h73.387c4.267 0 7.68 3.413 7.68 7.68s-3.413 7.68-7.68 7.68zM402.773 416.597h-73.387c-4.267 0-7.68-3.413-7.68-7.68s3.413-7.68 7.68-7.68h73.387c4.267 0 7.68 3.413 7.68 7.68s-3.413 7.68-7.68 7.68zM515.243 416.597h-73.387c-4.267 0-7.68-3.413-7.68-7.68s3.413-7.68 7.68-7.68h73.387c4.267 0 7.68 3.413 7.68 7.68-0.171 4.267-3.584 7.68-7.68 7.68zM290.304 334.507h-73.387c-4.267 0-7.68-3.413-7.68-7.68s3.413-7.68 7.68-7.68h73.387c4.267 0 7.68 3.413 7.68 7.68s-3.413 7.68-7.68 7.68zM402.773 334.507h-73.387c-4.267 0-7.68-3.413-7.68-7.68s3.413-7.68 7.68-7.68h73.387c4.267 0 7.68 3.413 7.68 7.68s-3.413 7.68-7.68 7.68zM515.243 334.507h-73.387c-4.267 0-7.68-3.413-7.68-7.68s3.413-7.68 7.68-7.68h73.387c4.267 0 7.68 3.413 7.68 7.68s-3.584 7.68-7.68 7.68zM290.304 252.245h-73.387c-4.267 0-7.68-3.413-7.68-7.68s3.413-7.68 7.68-7.68h73.387c4.267 0 7.68 3.413 7.68 7.68s-3.413 7.68-7.68 7.68zM402.773 252.245h-73.387c-4.267 0-7.68-3.413-7.68-7.68s3.413-7.68 7.68-7.68h73.387c4.267 0 7.68 3.413 7.68 7.68s-3.413 7.68-7.68 7.68zM515.243 252.245h-73.387c-4.267 0-7.68-3.413-7.68-7.68s3.413-7.68 7.68-7.68h73.387c4.267 0 7.68 3.413 7.68 7.68-0.171 4.267-3.584 7.68-7.68 7.68z" />
|
40 |
+
<glyph unicode="" glyph-name="bank-check" d="M862.72 645.803c-0.171 1.877-1.195 3.755-2.731 4.949l-96.768 75.776c-3.243 2.56-7.851 1.877-10.411-1.195l-274.091-349.184c-0.853-1.024-1.365-2.389-1.536-3.584l-14.677-118.955c-0.341-2.56 0.683-5.12 2.731-6.656 1.365-1.024 2.901-1.536 4.608-1.536 0.853 0 1.707 0.171 2.731 0.512l111.445 43.008c1.195 0.512 2.389 1.195 3.072 2.389l153.259 195.243v-303.957h-564.395l0.512 337.408 347.989-1.536c0 0 0 0 0 0 4.096 0 7.339 3.243 7.339 7.339s-3.243 7.339-7.339 7.339l-355.328 1.536c-2.219-0.341-3.755-0.683-5.291-2.219-1.365-1.365-2.219-3.243-2.219-5.291l-0.512-351.915c0-3.584 2.56-6.315 5.973-6.997 0.853-0.341 1.877-0.683 2.901-0.683h577.707c4.096 0 7.339 3.243 7.339 7.339v330.24l106.155 135.168c1.195 1.536 1.707 3.584 1.536 5.461zM587.776 315.904l-56.491 44.203c-3.243 2.56-7.851 1.877-10.411-1.195-2.56-3.243-1.877-7.851 1.195-10.411l56.491-44.203-1.877-2.389-98.133-37.888 12.971 104.619 222.208 283.136 61.099-47.957c1.365-1.024 2.901-1.536 4.608-1.536 2.219 0 4.267 1.024 5.803 2.901 2.56 3.243 1.877 7.851-1.195 10.411l-61.099 47.787 37.035 47.104 85.163-66.731-257.365-327.851zM466.261 443.051c0 4.096-3.243 7.339-7.339 7.339h-206.507c-4.096 0-7.339-3.243-7.339-7.339s3.243-7.339 7.339-7.339h206.507c3.925 0 7.339 3.243 7.339 7.339zM395.605 351.403c0 4.096-3.243 7.339-7.339 7.339h-136.021c-4.096 0-7.339-3.243-7.339-7.339s3.243-7.339 7.339-7.339h136.021c4.096 0 7.339 3.243 7.339 7.339zM252.245 267.264c-4.096 0-7.339-3.243-7.339-7.339s3.243-7.339 7.339-7.339h81.92c4.096 0 7.339 3.243 7.339 7.339s-3.243 7.339-7.339 7.339h-81.92z" />
|
41 |
+
<glyph unicode="" glyph-name="cash" d="M387.072 268.629c1.024-0.853 2.389-1.195 3.755-1.195 0.853 0 1.707 0.171 2.56 0.512l138.752 59.733c3.243 1.365 4.779 5.291 3.413 8.533s-5.291 4.779-8.533 3.413l-135.339-58.368-218.795 151.552c-2.901 2.048-6.997 1.365-9.045-1.707-2.048-2.901-1.365-6.997 1.707-9.045l221.525-153.429zM852.48 474.453l-131.584-55.125c-3.243-1.365-4.949-5.12-3.413-8.533 1.024-2.56 3.413-3.925 5.973-3.925 0.853 0 1.707 0.171 2.56 0.512l131.584 55.125c3.243 1.365 4.949 5.12 3.413 8.533-1.365 3.243-5.291 4.779-8.533 3.413zM851.285 425.643l-153.771-64.341 2.219 83.285 0.683 0.341c0.341 0.171 0.512 0.171 0.853 0.341l157.696 66.048c2.219 0.853 3.755 2.901 3.925 5.291s-0.853 4.608-2.731 5.973l-221.696 153.6c-1.877 1.195-4.096 1.536-6.144 0.683l-464.213-194.389c-0.171 0-0.341-0.171-0.512-0.341-0.341-0.171-0.683-0.512-1.024-0.683-0.341-0.341-0.683-0.512-1.024-0.853-0.171-0.171-0.341-0.171-0.341-0.341-0.171-0.171-0.171-0.341-0.341-0.683s-0.341-0.853-0.512-1.195c-0.171-0.341-0.171-0.853-0.171-1.195s0-0.853 0-1.195c0-0.512 0.171-0.853 0.341-1.365 0-0.171 0-0.512 0.171-0.683 0-0.171 0.171-0.341 0.341-0.512 0.171-0.341 0.512-0.683 0.683-1.024 0.341-0.341 0.512-0.683 0.853-1.024 0.171-0.171 0.171-0.341 0.341-0.341l221.696-153.6c0 0 0 0 0 0 0.341-0.341 0.853-0.512 1.195-0.683 0.171 0 0.341-0.171 0.512-0.171 0.512-0.171 1.024-0.171 1.365-0.171 0.171 0 0.341 0 0.341 0v0c0 0 0 0 0 0 0.853 0 1.707 0.171 2.56 0.512l158.379 66.389-2.219-83.285-160.427-67.243-218.795 151.723c-2.901 2.048-6.997 1.365-9.045-1.707-2.048-2.901-1.365-6.997 1.707-9.045l221.696-153.6c1.195-0.853 2.389-1.195 3.755-1.195 0.853 0 1.707 0.171 2.56 0.512l464.213 194.389c3.243 1.365 4.949 5.12 3.413 8.533-1.536 3.072-5.291 4.608-8.533 3.243zM633.685 663.381l209.067-144.896-144.213-60.416-209.067 144.896 144.213 60.416zM392.704 330.069l-209.067 144.896 155.819 65.195 209.067-144.896-155.819-65.195zM566.101 395.264c0 0.171-0.171 0.341-0.171 0.683 0 0.512-0.171 0.853-0.171 1.365-0.171 0.341-0.171 0.853-0.512 1.195-0.171 0.341-0.341 0.683-0.683 1.024s-0.512 0.683-0.853 1.024c-0.171 0.171-0.341 0.341-0.512 0.512l-209.749 145.408 121.515 50.859 211.456-146.603-2.389-94.891-120.32-50.347 2.389 89.771zM391.168 437.76c-1.877 4.779-7.339 7.168-12.117 5.291s-7.168-7.339-5.291-12.117c1.877-4.779 7.339-7.168 12.117-5.291s7.168 7.339 5.291 12.117zM674.133 551.083c4.779 1.877 7.168 7.339 5.291 12.117s-7.339 7.168-12.117 5.291c-4.779-1.877-7.168-7.339-5.291-12.117 1.877-4.949 7.339-7.168 12.117-5.291z" />
|
42 |
+
<glyph unicode="" glyph-name="credit-card" d="M813.909 620.544h-645.12c-4.096 0-7.509-3.413-7.509-7.509v-376.832c0-4.096 3.413-7.509 7.509-7.509h645.12c4.096 0 7.509 3.413 7.509 7.509v376.832c0 4.096-3.243 7.509-7.509 7.509zM806.4 243.712h-630.101v361.813h630.101v-361.813zM717.141 378.197c-10.24 0-19.627-3.243-27.477-8.533-8.021 5.461-17.408 8.533-27.307 8.533-26.795 0-48.811-21.845-48.811-48.811s21.845-48.811 48.811-48.811c9.899 0 19.285 3.072 27.307 8.533 7.851-5.461 17.237-8.533 27.477-8.533 26.795 0 48.811 21.845 48.811 48.811s-22.016 48.811-48.811 48.811zM628.736 329.557c0 18.603 15.019 33.621 33.621 33.621 5.803 0 11.264-1.536 16.213-4.267-6.315-8.192-10.069-18.261-10.069-29.355s3.925-21.163 10.069-29.355c-4.949-2.731-10.411-4.267-16.213-4.267-18.603 0-33.621 15.019-33.621 33.621zM717.141 295.936c-18.603 0-33.621 15.019-33.621 33.621s15.019 33.621 33.621 33.621c18.603 0 33.621-15.019 33.621-33.621s-15.019-33.621-33.621-33.621zM224.427 472.064h117.589c4.096 0 7.509 3.413 7.509 7.509v80.555c0 4.096-3.413 7.509-7.509 7.509h-117.589c-4.096 0-7.509-3.413-7.509-7.509v-80.555c0-4.096 3.243-7.509 7.509-7.509zM231.936 552.619h102.571v-65.365h-102.571v65.365zM224.427 417.109h533.845c4.096 0 7.509 3.413 7.509 7.509s-3.413 7.509-7.509 7.509h-533.845c-4.096 0-7.509-3.413-7.509-7.509s3.243-7.509 7.509-7.509zM855.211 667.307h-628.736c-4.096 0-7.509-3.413-7.509-7.509s3.413-7.509 7.509-7.509h621.227v-359.765c0-4.096 3.413-7.509 7.509-7.509s7.509 3.413 7.509 7.509v367.275c0 4.096-3.413 7.509-7.509 7.509z" />
|
43 |
+
<glyph unicode="" glyph-name="check-circle" d="M483.499 298.667c-7.509 0-14.848 3.072-20.139 8.363l-99.499 99.669c-11.093 11.093-11.093 29.184 0 40.277s29.184 11.093 40.277 0l77.141-77.141 179.2 224.085c9.728 12.288 27.648 14.336 39.936 4.437 12.288-9.728 14.336-27.648 4.437-39.936l-199.168-249.173c-5.12-6.315-12.629-10.24-20.651-10.581-0.512 0-1.024 0-1.536 0zM512 35.499c-227.499 0-412.501 185.003-412.501 412.501s185.003 412.501 412.501 412.501 412.501-185.003 412.501-412.501-185.003-412.501-412.501-412.501zM512 803.499c-196.096 0-355.499-159.403-355.499-355.499s159.403-355.499 355.499-355.499 355.499 159.573 355.499 355.499-159.403 355.499-355.499 355.499z" />
|
44 |
+
<glyph unicode="" glyph-name="info-squared" d="M853.333 35.499h-682.667c-39.253 0-71.168 31.915-71.168 71.168v682.667c0 39.253 31.915 71.168 71.168 71.168h682.667c39.253 0 71.168-31.915 71.168-71.168v-682.667c0-39.253-31.915-71.168-71.168-71.168zM170.667 803.499c-7.851 0-14.165-6.315-14.165-14.165v-682.667c0-7.851 6.315-14.165 14.165-14.165h682.667c7.851 0 14.165 6.315 14.165 14.165v682.667c0 7.851-6.315 14.165-14.165 14.165h-682.667zM504.832 561.835c-19.627 0-35.499 15.872-35.499 35.499s15.872 35.499 35.499 35.499 35.499-15.872 35.499-35.499-15.872-35.499-35.499-35.499zM568.832 291.499h-28.501v199.168c0 15.701-12.8 28.501-28.501 28.501h-28.501c-15.701 0-28.501-12.8-28.501-28.501s12.8-28.501 28.501-28.501v-170.667h-28.501c-15.701 0-28.501-12.8-28.501-28.501s12.8-28.501 28.501-28.501h113.835c15.701 0 28.501 12.8 28.501 28.501s-12.629 28.501-28.331 28.501z" />
|
45 |
+
<glyph unicode="" glyph-name="warning-triangle" d="M504.832 789.333l384-682.667h-768l384 682.667zM504.832 846.165v0c-20.48 0-39.424-11.093-49.664-29.013l-384-682.667c-9.899-17.579-9.728-39.083 0.512-56.661 10.24-17.408 28.843-28.16 49.152-28.16h768c20.139 0 38.912 10.752 49.152 28.16s10.411 39.083 0.512 56.661l-384 682.667c-10.069 17.92-29.013 29.013-49.664 29.013v0zM504.832 276.48c23.552 0 42.667-19.115 42.667-42.667s-19.115-42.667-42.667-42.667-42.667 19.115-42.667 42.667 19.115 42.667 42.667 42.667zM497.835 334.165c-15.701 0-28.501 12.8-28.501 28.501v227.499c0 15.701 12.8 28.501 28.501 28.501s28.501-12.8 28.501-28.501v-227.499c-0.171-15.701-12.8-28.501-28.501-28.501z" />
|
46 |
</font></defs></svg>
|
plugin-fw/assets/fonts/yith-icon.ttf
CHANGED
Binary file
|
plugin-fw/assets/fonts/yith-icon.woff
CHANGED
Binary file
|
plugin-fw/assets/js/multisite-updater.js
CHANGED
@@ -10,7 +10,7 @@
|
|
10 |
|
11 |
var plugins_menu_item = $( '#menu-plugins' ),
|
12 |
update = plugins_menu_item.find( '.update-plugins' ),
|
13 |
-
count = update.find( ".
|
14 |
registered = plugins.registered,
|
15 |
activated = plugins.activated;
|
16 |
|
10 |
|
11 |
var plugins_menu_item = $( '#menu-plugins' ),
|
12 |
update = plugins_menu_item.find( '.update-plugins' ),
|
13 |
+
count = update.find( ".plugin-count" ).text(),
|
14 |
registered = plugins.registered,
|
15 |
activated = plugins.activated;
|
16 |
|
plugin-fw/assets/js/multisite-updater.min.js
CHANGED
@@ -1,8 +1 @@
|
|
1 |
-
var
|
2 |
-
$jscomp.getGlobal=function(a){return"undefined"!=typeof window&&window===a?a:"undefined"!=typeof global&&null!=global?global:a};$jscomp.global=$jscomp.getGlobal(this);$jscomp.polyfill=function(a,g,b,d){if(g){b=$jscomp.global;a=a.split(".");for(d=0;d<a.length-1;d++){var e=a[d];e in b||(b[e]={});b=b[e]}a=a[a.length-1];d=b[a];g=g(d);g!=d&&null!=g&&$jscomp.defineProperty(b,a,{configurable:!0,writable:!0,value:g})}};
|
3 |
-
$jscomp.polyfill("Array.prototype.find",function(a){return a?a:function(a,b){return $jscomp.findInternal(this,a,b).v}},"es6","es3");
|
4 |
-
(function(a){function g(a,b,d){this.php_js=this.php_js||{};this.php_js.ENV=this.php_js.ENV||{};var c=0,g=0,f=0,e={dev:-6,alpha:-5,a:-5,beta:-4,b:-4,RC:-3,rc:-3,"#":-2,p:1,pl:1};c=function(a){a=(""+a).replace(/[_\-+]/g,".");a=a.replace(/([^.\d]+)/g,".$1.").replace(/\.{2,}/g,".");return a.length?a.split("."):[-8]};numVersion=function(a){return a?isNaN(a)?e[a]||-7:parseInt(a,10):0};a=c(a);b=c(b);g=Math.max(a.length,b.length);for(c=0;c<g;c++)if(a[c]!=b[c])if(a[c]=numVersion(a[c]),b[c]=numVersion(b[c]),
|
5 |
-
a[c]<b[c]){f=-1;break}else if(a[c]>b[c]){f=1;break}if(!d)return f;switch(d){case ">":case "gt":return 0<f;case ">=":case "ge":return 0<=f;case "<=":case "le":return 0>=f;case "==":case "=":case "eq":return 0===f;case "<>":case "!=":case "ne":return 0!==f;case "":case "<":case "lt":return 0>f;default:return null}}var b=a("#menu-plugins"),d=b.find(".update-plugins").find(".update-count").text(),e=plugins.registered,h=plugins.activated;if(0==d||""==d)d=0,b.find(".wp-menu-name").append('<span class="update-plugins"><span class="plugin-count"></span></span>');
|
6 |
-
(function(b,d,e,c){for(var h in b){var f=b[h],k;for(k in f)if("slug"!=k&&!g(f[k].Version,f[k].Latest,"=")){e=parseInt(e)+1;a(".plugin-count").empty().html(e);var m=""+f[k].Name,n='*[data-slug="'+m.replace(/ /g,"-").trim().toLowerCase()+'"]';a(n).addClass("update");var l='<tr class="plugin-update-tr"><td colspan="3" class="plugin-update colspanchange"><div class="update-message notice inline notice-warning notice-alt">'+c.strings.new_version.replace("%plugin_name%",m)+'<a class="thickbox open-plugin-details-modal" href="'+
|
7 |
-
c.details_url[h]+'">'+c.strings.latest.replace("%latest%",f[k].Latest)+"</a>";l="undefined"==typeof d[h]?l+" <em>"+c.strings.unavailable+"</em>"+c.strings.activate.replace("%activate_link%",c.licence_activation_url).replace("%plugin_name%",m):l+'. <a href="'+c.update_url[h]+'">'+c.strings.update_now+"</a>";g(f[k].Version,f[k].Latest,">")&&(l+=c.strings.version_issue.replace("%plugin_name%",m));l+="</div></td></tr>";a(l).insertAfter(n)}}})(e,h,d,plugins);a("body").on("click",".yit-changelog-button",
|
8 |
-
function(){a("#TB_window").remove()})})(jQuery);
|
1 |
+
!function(e){var a=e("#menu-plugins"),n=a.find(".update-plugins").find(".plugin-count").text(),t=plugins.registered,s=plugins.activated;if(0==n||""==n){n=0,a.find(".wp-menu-name").append('<span class="update-plugins"><span class="plugin-count"></span></span>')}function i(e,a,n){this.php_js=this.php_js||{},this.php_js.ENV=this.php_js.ENV||{};var t,s=0,i=0,r={dev:-6,alpha:-5,a:-5,beta:-4,b:-4,RC:-3,rc:-3,"#":-2,p:1,pl:1},l=function(e){return(e=(e=(""+e).replace(/[_\-+]/g,".")).replace(/([^.\d]+)/g,".$1.").replace(/\.{2,}/g,".")).length?e.split("."):[-8]};for(numVersion=function(e){return e?isNaN(e)?r[e]||-7:parseInt(e,10):0},e=l(e),a=l(a),t=Math.max(e.length,a.length),s=0;s<t;s++)if(e[s]!=a[s]){if(e[s]=numVersion(e[s]),a[s]=numVersion(a[s]),e[s]<a[s]){i=-1;break}if(e[s]>a[s]){i=1;break}}if(!n)return i;switch(n){case">":case"gt":return i>0;case">=":case"ge":return i>=0;case"<=":case"le":return i<=0;case"==":case"=":case"eq":return 0===i;case"<>":case"!=":case"ne":return 0!==i;case"":case"<":case"lt":return i<0;default:return null}}!function(a,n,t,s){for(var r in a){var l=a[r];for(var p in l)if("slug"!=p&&!i(l[p].Version,l[p].Latest,"=")){t=parseInt(t)+1,e(".plugin-count").empty().html(t);var u=new RegExp(" ","g"),c=l[p],g=""+c.Name,o=g.replace(u,"-").trim(),d='*[data-slug="'+o.toLowerCase()+'"]';e(d).addClass("update");var f='<tr class="plugin-update-tr"><td colspan="3" class="plugin-update colspanchange"><div class="update-message notice inline notice-warning notice-alt">'+s.strings.new_version.replace("%plugin_name%",g)+'<a class="thickbox open-plugin-details-modal" href="'+s.details_url[r]+'">'+s.strings.latest.replace("%latest%",l[p].Latest)+"</a>";f=void 0===n[r]?f+" <em>"+s.strings.unavailable+"</em>"+s.strings.activate.replace("%activate_link%",s.licence_activation_url).replace("%plugin_name%",g):f+'. <a href="'+s.update_url[r]+'">'+s.strings.update_now+"</a>",i(l[p].Version,l[p].Latest,">")&&(f+=s.strings.version_issue.replace("%plugin_name%",g)),e(f+="</div></td></tr>").insertAfter(d)}}}(t,s,n,plugins),e("body").on("click",".yit-changelog-button",function(){e("#TB_window").remove()})}(jQuery);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
plugin-fw/assets/js/yit-plugin-panel.js
CHANGED
@@ -157,4 +157,13 @@ jQuery( function ( $ ) {
|
|
157 |
// prevents the WC message for changes when leaving the panel page
|
158 |
$( '.yith-plugin-fw-panel .woo-nav-tab-wrapper' ).removeClass( 'woo-nav-tab-wrapper' ).addClass( 'yith-nav-tab-wrapper' );
|
159 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
160 |
} );
|
157 |
// prevents the WC message for changes when leaving the panel page
|
158 |
$( '.yith-plugin-fw-panel .woo-nav-tab-wrapper' ).removeClass( 'woo-nav-tab-wrapper' ).addClass( 'yith-nav-tab-wrapper' );
|
159 |
|
160 |
+
var wrap = $( '.wrap.yith-plugin-ui' ).first(),
|
161 |
+
notices = $( 'div.updated, div.error, div.notice' );
|
162 |
+
|
163 |
+
// prevent moving notices into the wrapper
|
164 |
+
notices.addClass( 'inline' );
|
165 |
+
if ( wrap.length ) {
|
166 |
+
wrap.prepend( notices );
|
167 |
+
}
|
168 |
+
|
169 |
} );
|
plugin-fw/assets/js/yit-plugin-panel.min.js
CHANGED
@@ -1 +1,8 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
var $jscomp=$jscomp||{};$jscomp.scope={};$jscomp.findInternal=function(a,e,c){a instanceof String&&(a=String(a));for(var d=a.length,b=0;b<d;b++){var f=a[b];if(e.call(c,f,b,a))return{i:b,v:f}}return{i:-1,v:void 0}};$jscomp.ASSUME_ES5=!1;$jscomp.ASSUME_NO_NATIVE_MAP=!1;$jscomp.ASSUME_NO_NATIVE_SET=!1;$jscomp.defineProperty=$jscomp.ASSUME_ES5||"function"==typeof Object.defineProperties?Object.defineProperty:function(a,e,c){a!=Array.prototype&&a!=Object.prototype&&(a[e]=c.value)};
|
2 |
+
$jscomp.getGlobal=function(a){return"undefined"!=typeof window&&window===a?a:"undefined"!=typeof global&&null!=global?global:a};$jscomp.global=$jscomp.getGlobal(this);$jscomp.polyfill=function(a,e,c,d){if(e){c=$jscomp.global;a=a.split(".");for(d=0;d<a.length-1;d++){var b=a[d];b in c||(c[b]={});c=c[b]}a=a[a.length-1];d=c[a];e=e(d);e!=d&&null!=e&&$jscomp.defineProperty(c,a,{configurable:!0,writable:!0,value:e})}};
|
3 |
+
$jscomp.polyfill("Array.prototype.find",function(a){return a?a:function(a,c){return $jscomp.findInternal(this,a,c).v}},"es6","es3");
|
4 |
+
jQuery(function(a){function e(b,f,g,c){var e=!0;if("string"==typeof f){":radio"==f.substr(0,6)&&(f+=":checked");var d=a(f).val();"checkbox"==a(f).attr("type")&&(d=a(f).is(":checked")?"yes":"no");g=g.split(",");for(f=0;f<g.length;f++)if(d!=g[f])e=!1;else{e=!0;break}}g=a(b);b=a(b+"-container").closest("tr");1>b.length&&(b=g.closest(".yith-plugin-fw-panel-wc-row"));c=c.split("-");for(var h in c)if(d=c[h],e)switch(d){case "disable":b.removeClass("yith-disabled");g.attr("disabled",!1);break;case "hideme":g.show();
|
5 |
+
break;default:b.show(),b.fadeTo("slow",1).addClass("fade-in")}else switch(d){case "disable":b.addClass("yith-disabled");g.attr("disabled",!0);break;case "hideme":g.hide();break;default:b.hasClass("fade-in")?b.fadeTo("slow",0,function(){a(this).hide().removeClass("fade-in")}):(b.hide(),b.css({opacity:"0"}))}}a("[data-dep-target]").each(function(){var b=a(this),c="#"+b.data("dep-target"),d="#"+b.data("dep-id"),h=b.data("dep-value"),k=b.data("dep-type");e(c,d,h.toString(),k);a(d).on("change",function(){e(c,
|
6 |
+
d,h.toString(),k)}).change()});a(".rm_connectedlist").each(function(){var b=a(this).find("ul"),c=a(this).find(":hidden");b.sortable({connectWith:b,update:function(d,e){var f={};b.each(function(){var b={};a(this).children().each(function(){b[a(this).data("option")]=a(this).text()});f[a(this).data("list")]=b});c.val(JSON.stringify(f).replace(/[\\"']/g,"\\$&").replace(/\u0000/g,"\\0"))}}).disableSelection()});a(document).ready(function(){a(".google-analytic-generate").click(function(){var b=a("#"+a(this).data("textarea")).data("codemirrorInstance"),
|
7 |
+
c=a("#"+a(this).data("input")).val(),d=a(this).data("basename");b.replaceRange("(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){\n(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement( o ),\nm=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)\n})(window,document,'script','//www.google-analytics.com/analytics.js','ga');\n\n"+("ga('create', '"+c+"', '"+d+"');\n")+"ga('send', 'pageview');\n",b.getCursor("start"),b.getCursor("end"))})});
|
8 |
+
a(".yith-plugin-fw-panel .woo-nav-tab-wrapper").removeClass("woo-nav-tab-wrapper").addClass("yith-nav-tab-wrapper");var c=a(".wrap.yith-plugin-ui").first(),d=a("div.updated, div.error, div.notice");d.addClass("inline");c.length&&c.prepend(d)});
|
plugin-fw/init.php
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* Framework Name: YIT Plugin Framework
|
4 |
-
* Version: 3.4.
|
5 |
* Author: YITHEMES
|
6 |
* Text Domain: yith-plugin-fw
|
7 |
* Domain Path: /languages/
|
8 |
*
|
9 |
* @author Your Inspiration Themes
|
10 |
-
* @version 3.4.
|
11 |
*/
|
12 |
/**
|
13 |
* This file belongs to the YIT Plugin Framework.
|
1 |
<?php
|
2 |
/**
|
3 |
* Framework Name: YIT Plugin Framework
|
4 |
+
* Version: 3.4.13
|
5 |
* Author: YITHEMES
|
6 |
* Text Domain: yith-plugin-fw
|
7 |
* Domain Path: /languages/
|
8 |
*
|
9 |
* @author Your Inspiration Themes
|
10 |
+
* @version 3.4.13
|
11 |
*/
|
12 |
/**
|
13 |
* This file belongs to the YIT Plugin Framework.
|
plugin-fw/languages/yith-plugin-fw-el.mo
ADDED
Binary file
|
plugin-fw/languages/yith-plugin-fw-el.po
ADDED
@@ -0,0 +1,811 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Copyright (C) 2015 YIThemes
|
2 |
+
# This file is distributed under the same license as the YITH Plugin Starter package.
|
3 |
+
msgid ""
|
4 |
+
msgstr ""
|
5 |
+
"Project-Id-Version: YITH Plugin Starter 1.0.0 Plugin FW\n"
|
6 |
+
"Report-Msgid-Bugs-To: Your Inspiration Themes <plugins@yithemes.com>\n"
|
7 |
+
"POT-Creation-Date: 2020-01-10 13:40+0100\n"
|
8 |
+
"PO-Revision-Date: 2020-03-02 13:49+0000\n"
|
9 |
+
"Language-Team: Your Inspiration Themes <info@yithemes.com>\n"
|
10 |
+
"MIME-Version: 1.0\n"
|
11 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
+
"Content-Transfer-Encoding: 8bit\n"
|
13 |
+
"X-Generator: Poedit 2.2.1\n"
|
14 |
+
"X-Poedit-KeywordsList: __;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;"
|
15 |
+
"_nx_noop:1,2,3c;esc_attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;"
|
16 |
+
"esc_html_x:1,2c;_x;_ex\n"
|
17 |
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
18 |
+
"X-Poedit-SourceCharset: UTF-8\n"
|
19 |
+
"X-Poedit-Basepath: ..\n"
|
20 |
+
"X-Textdomain-Support: yes\n"
|
21 |
+
"Last-Translator: \n"
|
22 |
+
"Language: el_GR\n"
|
23 |
+
"X-Poedit-SearchPath-0: .\n"
|
24 |
+
|
25 |
+
#: lib/privacy/yit-privacy.php:24
|
26 |
+
msgctxt "Privacy Policy Guide Title"
|
27 |
+
msgid "YITH Plugins"
|
28 |
+
msgstr "Πρόσθετα YITH"
|
29 |
+
|
30 |
+
#: lib/privacy/yit-privacy.php:59
|
31 |
+
msgctxt "Privacy Policy Content"
|
32 |
+
msgid ""
|
33 |
+
"This sample language includes the basics around what personal data your "
|
34 |
+
"store may be collecting, storing and sharing, as well as who may have access "
|
35 |
+
"to that data. Depending on what settings are enabled and which additional "
|
36 |
+
"plugins are used, the specific information shared by your store will vary. "
|
37 |
+
"We recommend consulting with a lawyer when deciding what information to "
|
38 |
+
"disclose on your privacy policy."
|
39 |
+
msgstr ""
|
40 |
+
"Αυτό το δείγμα γλώσσας περιλαμβάνει τα βασικά στοιχεία γύρω από το τι "
|
41 |
+
"προσωπικά δεδομένα το κατάστημά σας μπορεί να συλλέγει, την αποθήκευση και "
|
42 |
+
"την κοινή χρήση, καθώς και ποιοι μπορεί να έχουν πρόσβαση σε αυτά τα "
|
43 |
+
"δεδομένα. Ανάλογα με τις ρυθμίσεις που είναι ενεργοποιημένες και ποια "
|
44 |
+
"επιπλέον πρόσθετα χρησιμοποιούνται, οι συγκεκριμένες πληροφορίες που "
|
45 |
+
"κοινοποιούνται από το κατάστημά σας θα ποικίλλουν. Συνιστούμε τη διαβούλευση "
|
46 |
+
"με έναν δικηγόρο, όταν αποφασίζετε ποιες πληροφορίες να αποκαλύπτετε στην "
|
47 |
+
"πολιτική απορρήτου σας."
|
48 |
+
|
49 |
+
#: lib/privacy/yit-privacy.php:63
|
50 |
+
msgctxt "Privacy Policy Content"
|
51 |
+
msgid "What we collect and store"
|
52 |
+
msgstr "Τι συλλέγουμε και αποθηκεύουμε"
|
53 |
+
|
54 |
+
#: lib/privacy/yit-privacy.php:66
|
55 |
+
msgctxt "Privacy Policy Content"
|
56 |
+
msgid "Who on our team has access"
|
57 |
+
msgstr "Ποιος στην ομάδα μας έχει πρόσβαση"
|
58 |
+
|
59 |
+
#: lib/privacy/yit-privacy.php:69
|
60 |
+
msgctxt "Privacy Policy Content"
|
61 |
+
msgid "What we share with others"
|
62 |
+
msgstr "Τι μοιραζόμαστε με τους άλλους"
|
63 |
+
|
64 |
+
#: lib/privacy/yit-privacy.php:72
|
65 |
+
msgctxt "Privacy Policy Content"
|
66 |
+
msgid "Payments"
|
67 |
+
msgstr "Πληρωμές"
|
68 |
+
|
69 |
+
#: lib/yit-cpt-unlimited.php:462 lib/yit-cpt-unlimited.php:576
|
70 |
+
#: lib/yit-cpt-unlimited.php:721 lib/yit-cpt-unlimited.php:1636
|
71 |
+
#, php-format
|
72 |
+
msgid "Add %s"
|
73 |
+
msgstr "Προσθήκη %s"
|
74 |
+
|
75 |
+
#: lib/yit-cpt-unlimited.php:463 lib/yit-cpt-unlimited.php:577
|
76 |
+
#, php-format
|
77 |
+
msgid "Add New %s"
|
78 |
+
msgstr "Προσθήκη Νέου %s"
|
79 |
+
|
80 |
+
#: lib/yit-cpt-unlimited.php:464 lib/yit-cpt-unlimited.php:578
|
81 |
+
#: lib/yit-cpt-unlimited.php:1269 lib/yit-cpt-unlimited.php:1306
|
82 |
+
#, php-format
|
83 |
+
msgid "Edit %s"
|
84 |
+
msgstr "Επεξεργασία %s"
|
85 |
+
|
86 |
+
#: lib/yit-cpt-unlimited.php:465 lib/yit-cpt-unlimited.php:579
|
87 |
+
#, php-format
|
88 |
+
msgid "New %s"
|
89 |
+
msgstr "Νέο %s"
|
90 |
+
|
91 |
+
#: lib/yit-cpt-unlimited.php:466 lib/yit-cpt-unlimited.php:580
|
92 |
+
#, php-format
|
93 |
+
msgid "All %s"
|
94 |
+
msgstr "Όλα %s"
|
95 |
+
|
96 |
+
#: lib/yit-cpt-unlimited.php:467 lib/yit-cpt-unlimited.php:581
|
97 |
+
#: lib/yit-cpt-unlimited.php:1253 lib/yit-cpt-unlimited.php:1307
|
98 |
+
#, php-format
|
99 |
+
msgid "View %s"
|
100 |
+
msgstr "Προβολή %s"
|
101 |
+
|
102 |
+
#: lib/yit-cpt-unlimited.php:468 lib/yit-cpt-unlimited.php:582
|
103 |
+
#, php-format
|
104 |
+
msgid "Search %s"
|
105 |
+
msgstr "Αναζήτηση %s"
|
106 |
+
|
107 |
+
#: lib/yit-cpt-unlimited.php:469 lib/yit-cpt-unlimited.php:583
|
108 |
+
#, php-format
|
109 |
+
msgid "No %s found"
|
110 |
+
msgstr "Δεν βρέθηκε %s"
|
111 |
+
|
112 |
+
#: lib/yit-cpt-unlimited.php:470 lib/yit-cpt-unlimited.php:584
|
113 |
+
#, php-format
|
114 |
+
msgid "No %s found in Trash"
|
115 |
+
msgstr "Δεν βρέθηκε %s στον Κάδο Ανακύκλωσης"
|
116 |
+
|
117 |
+
#: lib/yit-cpt-unlimited.php:627
|
118 |
+
#, php-format
|
119 |
+
msgctxt "taxonomy general name"
|
120 |
+
msgid "%s Categories"
|
121 |
+
msgstr "Κατηγορίες %s"
|
122 |
+
|
123 |
+
#: lib/yit-cpt-unlimited.php:628
|
124 |
+
msgctxt "taxonomy singular name"
|
125 |
+
msgid "Category"
|
126 |
+
msgstr "Κατηγορία"
|
127 |
+
|
128 |
+
#: lib/yit-cpt-unlimited.php:629 templates/fields/ajax-terms.php:56
|
129 |
+
msgid "Search Categories"
|
130 |
+
msgstr "Αναζήτηση Κατηγοριών"
|
131 |
+
|
132 |
+
#: lib/yit-cpt-unlimited.php:630
|
133 |
+
msgid "All Categories"
|
134 |
+
msgstr "Όλες οι Κατηγορίες"
|
135 |
+
|
136 |
+
#: lib/yit-cpt-unlimited.php:631
|
137 |
+
msgid "Parent Category"
|
138 |
+
msgstr "Γονική Κατηγορία"
|
139 |
+
|
140 |
+
#: lib/yit-cpt-unlimited.php:632
|
141 |
+
msgid "Parent Category:"
|
142 |
+
msgstr "Γονική Κατηγορία:"
|
143 |
+
|
144 |
+
#: lib/yit-cpt-unlimited.php:633
|
145 |
+
msgid "Edit Category"
|
146 |
+
msgstr "Επεξεργασία Kατηγορίας"
|
147 |
+
|
148 |
+
#: lib/yit-cpt-unlimited.php:634
|
149 |
+
msgid "Update Category"
|
150 |
+
msgstr "Ενημέρωση Κατηγορίας"
|
151 |
+
|
152 |
+
#: lib/yit-cpt-unlimited.php:635
|
153 |
+
msgid "Add New Category"
|
154 |
+
msgstr "Προσθήκη Νέας Κατηγορίας"
|
155 |
+
|
156 |
+
#: lib/yit-cpt-unlimited.php:636
|
157 |
+
msgid "New Category Name"
|
158 |
+
msgstr "Όνομα Νέας Κατηγορίας"
|
159 |
+
|
160 |
+
#: lib/yit-cpt-unlimited.php:637
|
161 |
+
msgid "Category"
|
162 |
+
msgstr "Κατηγορία"
|
163 |
+
|
164 |
+
#: lib/yit-cpt-unlimited.php:726
|
165 |
+
msgid "Categories"
|
166 |
+
msgstr "Κατηγορίες"
|
167 |
+
|
168 |
+
#: lib/yit-cpt-unlimited.php:1044
|
169 |
+
#, php-format
|
170 |
+
msgid "%s Settings"
|
171 |
+
msgstr "Ρυθμίσεις %s"
|
172 |
+
|
173 |
+
#: lib/yit-cpt-unlimited.php:1050 lib/yit-cpt-unlimited.php:1198
|
174 |
+
#: lib/yit-cpt-unlimited.php:1204 lib/yit-plugin-panel.php:80
|
175 |
+
msgid "Settings"
|
176 |
+
msgstr "Ρυθμίσεις"
|
177 |
+
|
178 |
+
#: lib/yit-cpt-unlimited.php:1053
|
179 |
+
msgid "Type"
|
180 |
+
msgstr "Τύπος"
|
181 |
+
|
182 |
+
#: lib/yit-cpt-unlimited.php:1054
|
183 |
+
#, php-format
|
184 |
+
msgid "Layout for this %s"
|
185 |
+
msgstr "Διάταξη για %s"
|
186 |
+
|
187 |
+
#: lib/yit-cpt-unlimited.php:1060
|
188 |
+
msgid "Rewrite"
|
189 |
+
msgstr "Επανεγγραφή"
|
190 |
+
|
191 |
+
#: lib/yit-cpt-unlimited.php:1061
|
192 |
+
msgid ""
|
193 |
+
"Univocal identification name in the URL for each product (slug from post if "
|
194 |
+
"empty)"
|
195 |
+
msgstr ""
|
196 |
+
"Μονοσήμαντο όνομα ταυτοποίησης URL για κάθε προϊόν (slug από άρθρο αν είναι "
|
197 |
+
"κενό)"
|
198 |
+
|
199 |
+
#: lib/yit-cpt-unlimited.php:1066
|
200 |
+
msgid "Label in Singular"
|
201 |
+
msgstr "Επιγραφή σε Ενικό"
|
202 |
+
|
203 |
+
#: lib/yit-cpt-unlimited.php:1067
|
204 |
+
msgid "Set a label in singular (title of portfolio if empty)"
|
205 |
+
msgstr "Ορίστε μια επιγραφή στον ενικό (τίτλος πορτφόλιο αν είναι κενό)"
|
206 |
+
|
207 |
+
#: lib/yit-cpt-unlimited.php:1072
|
208 |
+
msgid "Label in Plural"
|
209 |
+
msgstr "Επιγραφή σε Πληθυντικό"
|
210 |
+
|
211 |
+
#: lib/yit-cpt-unlimited.php:1073
|
212 |
+
msgid "Set a label in plural (title of portfolio if empty)"
|
213 |
+
msgstr "Ορίστε μια επιγραφή στον πληθυντικό (τίτλος πορτφόλιο αν είναι κενό)"
|
214 |
+
|
215 |
+
#: lib/yit-cpt-unlimited.php:1078
|
216 |
+
msgid "Taxonomy"
|
217 |
+
msgstr "Ταξινομία"
|
218 |
+
|
219 |
+
#: lib/yit-cpt-unlimited.php:1079
|
220 |
+
msgid ""
|
221 |
+
"If you want to use categories in the portfolio, set a name for taxonomy. "
|
222 |
+
"Name should be a slug (must not contain capital letters nor spaces) and must "
|
223 |
+
"not be more than 32 characters long (database structure restriction)."
|
224 |
+
msgstr ""
|
225 |
+
"Αν θέλετε να χρησιμοποιήσετε κατηγορίες στο πορτφόλιο, ορίστε ένα όνομα για "
|
226 |
+
"την ταξινομία. Το όνομα πρέπει να είναι slug (δεν πρέπει να περιλαμβάνει "
|
227 |
+
"κεφαλαία γράμματα ή κενά) και δεν πρέπει να είναι μεγαλύτερο από 32 "
|
228 |
+
"χαρακτήρες (περιορισμός δομής βάσης δεδομένων)."
|
229 |
+
|
230 |
+
#: lib/yit-cpt-unlimited.php:1084
|
231 |
+
msgid "Taxonomy Rewrite"
|
232 |
+
msgstr "Επανεγγραφή Ταξινομίας"
|
233 |
+
|
234 |
+
#: lib/yit-cpt-unlimited.php:1085
|
235 |
+
msgid "Set univocal name for each category page URL."
|
236 |
+
msgstr "Ορίστε μονοσήμαντο όνομα για κάθε URL σελίδας κατηγορίας."
|
237 |
+
|
238 |
+
#: lib/yit-cpt-unlimited.php:1090
|
239 |
+
msgid "Single layout"
|
240 |
+
msgstr "Μονή διάταξη"
|
241 |
+
|
242 |
+
#: lib/yit-cpt-unlimited.php:1091
|
243 |
+
msgid "Layout for single page of this portfolio"
|
244 |
+
msgstr "Διάταξη μονής σελίδας του πορτφόλιο"
|
245 |
+
|
246 |
+
#: lib/yit-cpt-unlimited.php:1132
|
247 |
+
msgid "layout settings"
|
248 |
+
msgstr "ρυθμίσεις διάταξης"
|
249 |
+
|
250 |
+
#: lib/yit-cpt-unlimited.php:1224 lib/yit-cpt-unlimited.php:1237
|
251 |
+
msgid "Quick links"
|
252 |
+
msgstr "Γρήγορα λινκ"
|
253 |
+
|
254 |
+
#: lib/yit-cpt-unlimited.php:1477
|
255 |
+
#, php-format
|
256 |
+
msgid "Show frontend of the %s"
|
257 |
+
msgstr "Προβολή εμφάνισης του %s"
|
258 |
+
|
259 |
+
#: lib/yit-cpt-unlimited.php:1484 templates/fields/customtabs.php:46
|
260 |
+
#: templates/fields/customtabs.php:89
|
261 |
+
msgid "Name"
|
262 |
+
msgstr "Όνομα"
|
263 |
+
|
264 |
+
#: lib/yit-cpt-unlimited.php:1635
|
265 |
+
#, php-format
|
266 |
+
msgid "Add %s from images"
|
267 |
+
msgstr "Προσθήκη %s από εικόνες"
|
268 |
+
|
269 |
+
#: lib/yit-cpt-unlimited.php:1638
|
270 |
+
msgid "Upload multiple files"
|
271 |
+
msgstr "Ανέβασμα πολλαπλών αρχείων"
|
272 |
+
|
273 |
+
#: lib/yit-plugin-panel-wc.php:397
|
274 |
+
msgid "The changes you have made will be lost if you leave this page."
|
275 |
+
msgstr ""
|
276 |
+
"Οι αλλαγές που έχετε δημιουργήσει θα χαθούν αν αφήσετε αυτήν την σελίδα."
|
277 |
+
|
278 |
+
#: lib/yit-plugin-panel.php:79
|
279 |
+
msgid "Plugin Settings"
|
280 |
+
msgstr "Ρυθμίσεις Προσθέτου"
|
281 |
+
|
282 |
+
#: lib/yit-plugin-panel.php:424 lib/yit-plugin-panel.php:427
|
283 |
+
msgid "How to install premium version"
|
284 |
+
msgstr "Πώς να εγκαταστήσετε την προηγμένη έκδοση"
|
285 |
+
|
286 |
+
#: lib/yit-plugin-panel.php:571 lib/yit-plugin-subpanel.php:151
|
287 |
+
#: templates/panel/woocommerce/woocommerce-form.php:14
|
288 |
+
msgid "Save Changes"
|
289 |
+
msgstr "Αποθήκευση Αλλαγών"
|
290 |
+
|
291 |
+
#: lib/yit-plugin-panel.php:574 lib/yit-plugin-subpanel.php:154
|
292 |
+
#: templates/panel/woocommerce/woocommerce-form.php:17
|
293 |
+
msgid ""
|
294 |
+
"If you continue with this action, you will reset all options in this page."
|
295 |
+
msgstr ""
|
296 |
+
"Αν συνεχίσετε με αυτή την ενέργεια θα επαναφέρετε όλες τις επιλογές στη "
|
297 |
+
"σελίδα."
|
298 |
+
|
299 |
+
#: lib/yit-plugin-panel.php:576 lib/yit-plugin-subpanel.php:156
|
300 |
+
msgid "Reset to default"
|
301 |
+
msgstr "Επαναφορά σε προεπιλεγμένο"
|
302 |
+
|
303 |
+
#: lib/yit-plugin-panel.php:577 lib/yit-plugin-subpanel.php:157
|
304 |
+
#: templates/panel/woocommerce/woocommerce-form.php:21
|
305 |
+
msgid "Are you sure?"
|
306 |
+
msgstr "Είστε σίγουρος;"
|
307 |
+
|
308 |
+
#: lib/yit-plugin-panel.php:775
|
309 |
+
msgid ""
|
310 |
+
"The element you have entered already exists. Please, enter another name."
|
311 |
+
msgstr "Το στοιχείο που εισάγατε υπάρχει ήδη. Παρακαλώ, εισάγετε άλλο όνομα. "
|
312 |
+
|
313 |
+
#: lib/yit-plugin-panel.php:776
|
314 |
+
msgid "Settings saved"
|
315 |
+
msgstr "Ρυθμίσεις αποθηκεύτηκαν"
|
316 |
+
|
317 |
+
#: lib/yit-plugin-panel.php:777
|
318 |
+
msgid "Settings reset"
|
319 |
+
msgstr "Επαναφορά ρυθμίσεων"
|
320 |
+
|
321 |
+
#: lib/yit-plugin-panel.php:778
|
322 |
+
msgid "Element deleted correctly."
|
323 |
+
msgstr "Το στοιχείο διαγράφηκε επιτυχώς."
|
324 |
+
|
325 |
+
#: lib/yit-plugin-panel.php:779 lib/yit-plugin-panel.php:780
|
326 |
+
msgid "Element updated correctly."
|
327 |
+
msgstr "Το στοιχείο αναβαθμίστηκε επιτυχώς."
|
328 |
+
|
329 |
+
#: lib/yit-plugin-panel.php:781
|
330 |
+
msgid "Database imported correctly."
|
331 |
+
msgstr "Επιτυχής εισαγωγή βάσης δεδομένων."
|
332 |
+
|
333 |
+
#: lib/yit-plugin-panel.php:782
|
334 |
+
msgid "An error has occurred during import. Please try again."
|
335 |
+
msgstr "Παρουσιάστηκε σφάλμα κατά την εισαγωγή. Παρακαλώ προσπαθήστε ξανά."
|
336 |
+
|
337 |
+
#: lib/yit-plugin-panel.php:783
|
338 |
+
msgid "The added file is not valid."
|
339 |
+
msgstr "Το προστιθέμενο αρχείο δεν είναι έγκυρο."
|
340 |
+
|
341 |
+
#: lib/yit-plugin-panel.php:784
|
342 |
+
msgid "Sorry, import is disabled."
|
343 |
+
msgstr "Συγνώμη, η εισαγωγή είναι απενεργοποιημένη."
|
344 |
+
|
345 |
+
#: lib/yit-plugin-panel.php:785
|
346 |
+
msgid "Sorting successful."
|
347 |
+
msgstr "Διαλογή επιτυχής."
|
348 |
+
|
349 |
+
#: lib/yit-plugin-panel.php:1233
|
350 |
+
msgid "We need your support"
|
351 |
+
msgstr "Χρειαζόμαστε την υποστήριξή σας"
|
352 |
+
|
353 |
+
#: lib/yit-plugin-panel.php:1234
|
354 |
+
msgid "to keep updating and improving the plugin. Please,"
|
355 |
+
msgstr ""
|
356 |
+
"για να διατηρήσετε την ενημέρωση και τη βελτίωση του πρόσθετου. Παρακαλώ"
|
357 |
+
|
358 |
+
#: lib/yit-plugin-panel.php:1236
|
359 |
+
msgid "help us by leaving a five-star rating"
|
360 |
+
msgstr "Βοηθήστε μας αφήνοντας μια βαθμολογία πέντε αστέρων"
|
361 |
+
|
362 |
+
#: lib/yit-plugin-panel.php:1237
|
363 |
+
msgid ":) Thanks!"
|
364 |
+
msgstr ":) Ευχαριστώ!"
|
365 |
+
|
366 |
+
#: lib/yit-pointers.php:70
|
367 |
+
msgid "Plugins Activated"
|
368 |
+
msgstr "Ενεργοποιημένα Πρόσθετα"
|
369 |
+
|
370 |
+
#: lib/yit-pointers.php:71
|
371 |
+
msgid ""
|
372 |
+
"From now on, you can find all plugin options in YITH Plugins menu.\n"
|
373 |
+
" Plugin customization settings will be "
|
374 |
+
"available as a new entry in YITH Plugins menu."
|
375 |
+
msgstr ""
|
376 |
+
"Πλέον μπορείτε να βρείτε όλες τις επιλογές του προσθέτου μέσω του μενού YITH "
|
377 |
+
"Plugins.\n"
|
378 |
+
" Οι ρυθμίσεις προσαρμογής του προσθέτου "
|
379 |
+
"θα είναι διαθέσιμες ως νέα εγγραφή στο μενού YITH Plugins."
|
380 |
+
|
381 |
+
#: lib/yit-pointers.php:73 lib/yit-pointers.php:89
|
382 |
+
msgid "Discover all our plugins available on:"
|
383 |
+
msgstr "Ανακαλύψτε όλα τα διαθέσιμά μας πρόσθετα στο:"
|
384 |
+
|
385 |
+
#: lib/yit-pointers.php:74 lib/yit-pointers.php:90
|
386 |
+
msgid "and"
|
387 |
+
msgstr "Και"
|
388 |
+
|
389 |
+
#: lib/yit-pointers.php:84
|
390 |
+
msgid "Plugins Upgraded"
|
391 |
+
msgstr "Αναβαθμισμένα Πρόσθετα"
|
392 |
+
|
393 |
+
#: lib/yit-pointers.php:85
|
394 |
+
msgid ""
|
395 |
+
"From now on, you can find the option panel of YITH plugins in YITH Plugins "
|
396 |
+
"menu.\n"
|
397 |
+
" Every time one of our plugins is added, "
|
398 |
+
"a new entry will be added to this menu.\n"
|
399 |
+
" For example, after the update, plugin "
|
400 |
+
"options (such as for YITH WooCommerce Wishlist, YITH WooCommerce Ajax "
|
401 |
+
"Search, etc.)\n"
|
402 |
+
" will be moved from previous location to "
|
403 |
+
"YITH Plugins tab."
|
404 |
+
msgstr ""
|
405 |
+
"Πλέον μπορείτε να βρείτε όλες τις επιλογές του προσθέτου μέσω του μενού YITH "
|
406 |
+
"Plugins.\n"
|
407 |
+
" Κάθε φορά που προστίθεται ένα από τα "
|
408 |
+
"πρόσθετά μας, μια νέα εγγραφή θα προστίθεται στο μενού.\n"
|
409 |
+
" Για παράδειγμα, μετά την αναβάθμιση, οι "
|
410 |
+
"επιλογές των προσθέτων (όπως YITH WooCommerce Wishlist, YITH WooCommerce "
|
411 |
+
"Ajax Search, etc.)\n"
|
412 |
+
" θα μεταφέρονται από την προηγούμενη "
|
413 |
+
"τοποθεσία στην καρτέλα YITH Plugins."
|
414 |
+
|
415 |
+
#: lib/yith-dashboard.php:40
|
416 |
+
msgid "YITH Latest Updates"
|
417 |
+
msgstr "Τελευταίες Αναβαθμίσεις YITH"
|
418 |
+
|
419 |
+
#: lib/yith-dashboard.php:41
|
420 |
+
msgid "Latest news from YITH Blog"
|
421 |
+
msgstr "Τελευταία νέα από YITH Blog"
|
422 |
+
|
423 |
+
#: lib/yith-dashboard.php:65
|
424 |
+
msgid "RSS Error:"
|
425 |
+
msgstr "Σφάλμα RSS:"
|
426 |
+
|
427 |
+
#: lib/yith-dashboard.php:71
|
428 |
+
msgid ""
|
429 |
+
"An error has occurred, which probably means the feed is down. Try again "
|
430 |
+
"later."
|
431 |
+
msgstr ""
|
432 |
+
"Παρουσιάστηκε σφάλμα, που πιθανότατα σημαίνει ότι έπεσε το τροφοδοτικό. "
|
433 |
+
"Προσπαθήστε ξανά αργότερα."
|
434 |
+
|
435 |
+
#: lib/yith-dashboard.php:99
|
436 |
+
msgctxt "Plugin FW"
|
437 |
+
msgid "View Changelog"
|
438 |
+
msgstr "Προβολή Αρχείου Καταγραφής"
|
439 |
+
|
440 |
+
#: lib/yith-dashboard.php:100
|
441 |
+
msgctxt "Plugin FW"
|
442 |
+
msgid "Latest update released on"
|
443 |
+
msgstr "Τελευταία αναβάθμιση κυκλοφόρησε στις"
|
444 |
+
|
445 |
+
#: lib/yith-dashboard.php:143
|
446 |
+
msgctxt "Button label"
|
447 |
+
msgid "Close"
|
448 |
+
msgstr "Απενεργοποίηση"
|
449 |
+
|
450 |
+
#: lib/yith-gutenberg.php:134
|
451 |
+
msgctxt "[gutenberg]: Category Name"
|
452 |
+
msgid "YITH"
|
453 |
+
msgstr "YITH"
|
454 |
+
|
455 |
+
#: lib/yith-system-status.php:97 lib/yith-system-status.php:98
|
456 |
+
msgid "System Status"
|
457 |
+
msgstr "Κατάσταση Συστήματος"
|
458 |
+
|
459 |
+
#: lib/yith-system-status.php:104
|
460 |
+
msgid "WordPress Version"
|
461 |
+
msgstr "Έκδοση WordPress"
|
462 |
+
|
463 |
+
#: lib/yith-system-status.php:105
|
464 |
+
msgid "WooCommerce Version"
|
465 |
+
msgstr "Έκδοση WooCommerce"
|
466 |
+
|
467 |
+
#: lib/yith-system-status.php:106
|
468 |
+
msgid "Available Memory"
|
469 |
+
msgstr "Διαθέσιμη Μνήμη"
|
470 |
+
|
471 |
+
#: lib/yith-system-status.php:107
|
472 |
+
msgid "PHP Version"
|
473 |
+
msgstr "Έκδοση PHP"
|
474 |
+
|
475 |
+
#: lib/yith-system-status.php:108
|
476 |
+
msgid "TLS Version"
|
477 |
+
msgstr "Έκδοση TLS"
|
478 |
+
|
479 |
+
#: lib/yith-system-status.php:109
|
480 |
+
msgid "WordPress Cron"
|
481 |
+
msgstr "WordPress Cron"
|
482 |
+
|
483 |
+
#: lib/yith-system-status.php:110
|
484 |
+
msgid "SimpleXML"
|
485 |
+
msgstr "SimpleXML"
|
486 |
+
|
487 |
+
#: lib/yith-system-status.php:111
|
488 |
+
msgid "MultiByte String"
|
489 |
+
msgstr "MultiByte String"
|
490 |
+
|
491 |
+
#: lib/yith-system-status.php:112
|
492 |
+
msgid "ImageMagick Version"
|
493 |
+
msgstr "Έκδοση ImageMagick"
|
494 |
+
|
495 |
+
#: lib/yith-system-status.php:113
|
496 |
+
msgid "GD Library"
|
497 |
+
msgstr "Βιβλιοθήκη GD"
|
498 |
+
|
499 |
+
#: lib/yith-system-status.php:114
|
500 |
+
msgid "Iconv Module"
|
501 |
+
msgstr "Άρθρωμα Iconv"
|
502 |
+
|
503 |
+
#: lib/yith-system-status.php:115
|
504 |
+
msgid "OPCache Save Comments"
|
505 |
+
msgstr "OPCache Save Comments"
|
506 |
+
|
507 |
+
#: lib/yith-system-status.php:116
|
508 |
+
msgid "URL FOpen"
|
509 |
+
msgstr "URL FOpen"
|
510 |
+
|
511 |
+
#: lib/yith-system-status.php:173
|
512 |
+
msgid "YITH Plugins"
|
513 |
+
msgstr "Πρόσθετα YITH"
|
514 |
+
|
515 |
+
#: lib/yith-system-status.php:174
|
516 |
+
msgid "WooCommerce"
|
517 |
+
msgstr "WooCommerce"
|
518 |
+
|
519 |
+
#: lib/yith-system-status.php:291
|
520 |
+
msgid "Warning!"
|
521 |
+
msgstr "Προσοχή!"
|
522 |
+
|
523 |
+
#: lib/yith-system-status.php:292
|
524 |
+
#, php-format
|
525 |
+
msgid ""
|
526 |
+
"The system check has detected some compatibility issues on your "
|
527 |
+
"installation. %sClick here%s to know more"
|
528 |
+
msgstr ""
|
529 |
+
"Ο έλεγχος συστήματος έχει εντοπίσει κάποια προβλήματα συμβατότητας στην "
|
530 |
+
"εγκατάστασή σας. %sΚάντε κλικ εδώ%s για να μάθετε περισσότερα"
|
531 |
+
|
532 |
+
#: templates/fields/ajax-customers.php:57
|
533 |
+
msgid "Search Customers"
|
534 |
+
msgstr "Αναζήτηση Πελατών"
|
535 |
+
|
536 |
+
#: templates/fields/ajax-customers.php:83
|
537 |
+
#: templates/fields/ajax-customers.php:93
|
538 |
+
#, php-format
|
539 |
+
msgid "%1$s (#%2$s – %3$s)"
|
540 |
+
msgstr "%1$s (#%2$s – %3$s)"
|
541 |
+
|
542 |
+
#: templates/fields/ajax-posts.php:57
|
543 |
+
msgid "Search Posts"
|
544 |
+
msgstr "Αναζήτηση Άρθρου"
|
545 |
+
|
546 |
+
#: templates/fields/ajax-products.php:16
|
547 |
+
msgid "Search Product"
|
548 |
+
msgstr "Αναζήτηση Προϊόντος"
|
549 |
+
|
550 |
+
#: templates/fields/customtabs.php:28
|
551 |
+
msgid "Close all"
|
552 |
+
msgstr "Απενεργοποίηση όλων"
|
553 |
+
|
554 |
+
#: templates/fields/customtabs.php:28
|
555 |
+
msgid "Expand all"
|
556 |
+
msgstr "Ανάπτυξη όλων"
|
557 |
+
|
558 |
+
#: templates/fields/customtabs.php:37 templates/fields/customtabs.php:81
|
559 |
+
msgid "Remove"
|
560 |
+
msgstr "Αφαίρεση"
|
561 |
+
|
562 |
+
#: templates/fields/customtabs.php:52 templates/fields/customtabs.php:94
|
563 |
+
msgid "Value"
|
564 |
+
msgstr "Τιμή"
|
565 |
+
|
566 |
+
#: templates/fields/customtabs.php:53 templates/fields/customtabs.php:95
|
567 |
+
msgid "Content of the tab. (HTML is supported)"
|
568 |
+
msgstr "Περιεχόμενο καρτέλας. (Υποστηρίζεται HTML)"
|
569 |
+
|
570 |
+
#: templates/fields/customtabs.php:65
|
571 |
+
msgid "Add custom product tab"
|
572 |
+
msgstr "Προσθέστε καρτέλα προσαρμοσμένου προϊόντος"
|
573 |
+
|
574 |
+
#: templates/fields/customtabs.php:106
|
575 |
+
msgid "Do you want to remove the custom tab?"
|
576 |
+
msgstr "Θέλετε να αφαιρέσετε την προσαρμοσμένη καρτέλα;"
|
577 |
+
|
578 |
+
#: templates/fields/date-format.php:50
|
579 |
+
msgid "Custom:"
|
580 |
+
msgstr "Προσαρμογή:"
|
581 |
+
|
582 |
+
#: templates/fields/icons.php:58
|
583 |
+
msgid "Set Default"
|
584 |
+
msgstr "Ορίστε Προεπιλεγμένο"
|
585 |
+
|
586 |
+
#: templates/fields/image-gallery.php:34 templates/fields/image-gallery.php:39
|
587 |
+
msgid "Delete image"
|
588 |
+
msgstr "Διαγραφή εικόνας"
|
589 |
+
|
590 |
+
#: templates/fields/image-gallery.php:39
|
591 |
+
msgid "Add Images to Gallery"
|
592 |
+
msgstr "Προσθέστε Εικόνες στη Συλλογή"
|
593 |
+
|
594 |
+
#: templates/fields/image-gallery.php:39
|
595 |
+
msgid "Add to gallery"
|
596 |
+
msgstr "Προσθέστε στη συλλογή"
|
597 |
+
|
598 |
+
#: templates/fields/image-gallery.php:39
|
599 |
+
msgid "Add images"
|
600 |
+
msgstr "Προσθέστε εικόνες"
|
601 |
+
|
602 |
+
#: templates/fields/image-gallery.php:39
|
603 |
+
msgid "Delete"
|
604 |
+
msgstr "Διαγραφή"
|
605 |
+
|
606 |
+
#: templates/fields/onoff.php:24
|
607 |
+
msgctxt "ON/OFF button: use MAX 3 characters!"
|
608 |
+
msgid "ON"
|
609 |
+
msgstr "ΕΝΕΡΓΟΠΟΙΗΣΗ"
|
610 |
+
|
611 |
+
#: templates/fields/onoff.php:25
|
612 |
+
msgctxt "ON/OFF button: use MAX 3 characters!"
|
613 |
+
msgid "OFF"
|
614 |
+
msgstr "ΑΠΕΝΕΡΓΟΠΟΙΗΣΗ"
|
615 |
+
|
616 |
+
#: templates/fields/select-buttons.php:21
|
617 |
+
msgid "Add All"
|
618 |
+
msgstr "Προσθήκη Όλων"
|
619 |
+
|
620 |
+
#: templates/fields/select-buttons.php:34
|
621 |
+
msgid "Remove All"
|
622 |
+
msgstr "Αφαίρεση Όλων"
|
623 |
+
|
624 |
+
#: templates/fields/sidebars.php:22
|
625 |
+
msgid "Left sidebar"
|
626 |
+
msgstr "Αριστερή πλευρική στήλη"
|
627 |
+
|
628 |
+
#: templates/fields/sidebars.php:25
|
629 |
+
msgid "Right sidebar"
|
630 |
+
msgstr "Δεξιά πλευρική στήλη"
|
631 |
+
|
632 |
+
#: templates/fields/sidebars.php:28 templates/fields/sidebars.php:31
|
633 |
+
msgid "No sidebar"
|
634 |
+
msgstr "Χωρίς πλευρική στήλη"
|
635 |
+
|
636 |
+
#: templates/fields/sidebars.php:39
|
637 |
+
msgid "Left Sidebar"
|
638 |
+
msgstr "Αριστερή Πλευρική Στήλη"
|
639 |
+
|
640 |
+
#: templates/fields/sidebars.php:41 templates/fields/sidebars.php:54
|
641 |
+
msgid "Choose a sidebar"
|
642 |
+
msgstr "Επιλέξτε πλευρική στήλη"
|
643 |
+
|
644 |
+
#: templates/fields/sidebars.php:52
|
645 |
+
msgid "Right Sidebar"
|
646 |
+
msgstr "Δεξιά Πλευρική Στήλη"
|
647 |
+
|
648 |
+
#: templates/fields/upload.php:27 templates/metaboxes/types/icon-list.php:70
|
649 |
+
#: templates/panel/woocommerce/woocommerce-upload.php:40
|
650 |
+
msgid "Upload"
|
651 |
+
msgstr "Ανέβασμα"
|
652 |
+
|
653 |
+
#: templates/fields/upload.php:29
|
654 |
+
msgid "Reset"
|
655 |
+
msgstr "Επαναφορά"
|
656 |
+
|
657 |
+
#: templates/metaboxes/types/icon-list.php:76
|
658 |
+
msgid "Image preview"
|
659 |
+
msgstr "Προεπισκόπηση εικόνας"
|
660 |
+
|
661 |
+
#: templates/metaboxes/types/icon-list.php:90
|
662 |
+
#, php-format
|
663 |
+
msgid "(Default: %s <img src=\"%s\"/>)"
|
664 |
+
msgstr "(Default: %s <img src=“%s”/>)"
|
665 |
+
|
666 |
+
#: templates/metaboxes/types/icon-list.php:92
|
667 |
+
#, php-format
|
668 |
+
msgid "(Default: <i %s></i> )"
|
669 |
+
msgstr "(Default: <i %s></i> )"
|
670 |
+
|
671 |
+
#: templates/panel/woocommerce/woocommerce-form.php:20
|
672 |
+
msgid "Reset Defaults"
|
673 |
+
msgstr "Επαναφορά Προεπιλεγμένων"
|
674 |
+
|
675 |
+
#: templates/sysinfo/system-information-panel.php:30
|
676 |
+
msgid "YITH System Information"
|
677 |
+
msgstr "Σύστημα Πληροφοριών YITH"
|
678 |
+
|
679 |
+
#: templates/sysinfo/system-information-panel.php:38
|
680 |
+
msgid "Site URL"
|
681 |
+
msgstr "URL Ιστοσελίδας"
|
682 |
+
|
683 |
+
#: templates/sysinfo/system-information-panel.php:46
|
684 |
+
msgid "Output IP Address"
|
685 |
+
msgstr "Διεύθυνση IP Παραγωγής"
|
686 |
+
|
687 |
+
#: templates/sysinfo/system-information-panel.php:76
|
688 |
+
msgid "Enabled"
|
689 |
+
msgstr "Ενεργοποιημένο"
|
690 |
+
|
691 |
+
#: templates/sysinfo/system-information-panel.php:76
|
692 |
+
msgid "Disabled"
|
693 |
+
msgstr "Απενεργοποιημένο"
|
694 |
+
|
695 |
+
#: templates/sysinfo/system-information-panel.php:82
|
696 |
+
msgid "N/A"
|
697 |
+
msgstr "N/A"
|
698 |
+
|
699 |
+
#: templates/sysinfo/system-information-panel.php:96
|
700 |
+
#, php-format
|
701 |
+
msgid "%s needs %s enabled"
|
702 |
+
msgstr "%s χρειάζεται %s ενεργοποιημένο"
|
703 |
+
|
704 |
+
#: templates/sysinfo/system-information-panel.php:98
|
705 |
+
#, php-format
|
706 |
+
msgid "%s needs at least %s of available memory"
|
707 |
+
msgstr "%s χρειάζεται τουλάχιστον %s διαθέσιμης μνήμης"
|
708 |
+
|
709 |
+
#: templates/sysinfo/system-information-panel.php:100
|
710 |
+
#: templates/sysinfo/system-information-panel.php:149
|
711 |
+
#, php-format
|
712 |
+
msgid ""
|
713 |
+
"For optimal functioning of our plugins, we suggest setting at least %s of "
|
714 |
+
"available memory"
|
715 |
+
msgstr ""
|
716 |
+
"Για την βέλτιστη λειτουργικότητα των προσθέτων μας, προτείνουμε να ορίσετε "
|
717 |
+
"τουλάχιστον %s διαθέσιμης μνήμης"
|
718 |
+
|
719 |
+
#: templates/sysinfo/system-information-panel.php:102
|
720 |
+
#: templates/sysinfo/system-information-panel.php:137
|
721 |
+
#: templates/sysinfo/system-information-panel.php:151
|
722 |
+
#, php-format
|
723 |
+
msgid ""
|
724 |
+
"Read more %s here%s or contact your hosting company in order to increase it."
|
725 |
+
msgstr ""
|
726 |
+
"Μάθετε περισσότερα %s εδώ%s ή επικοινωνήστε με την εταιρεία hosting σας για "
|
727 |
+
"να το βελτιώσετε."
|
728 |
+
|
729 |
+
#: templates/sysinfo/system-information-panel.php:105
|
730 |
+
#, php-format
|
731 |
+
msgid "%s needs at least %s version"
|
732 |
+
msgstr "%s χρειάζεται τουλάχιστον %s έκδοση"
|
733 |
+
|
734 |
+
#: templates/sysinfo/system-information-panel.php:116
|
735 |
+
msgid ""
|
736 |
+
"Update it to the latest version in order to benefit of all new features and "
|
737 |
+
"security updates."
|
738 |
+
msgstr ""
|
739 |
+
"Κάντε αναβάθμιση της τελευταίας έκδοσης για να επωφεληθείτε από τα νέα "
|
740 |
+
"χαρακτηριστικά και τις αναβαθμίσεις προστασίας."
|
741 |
+
|
742 |
+
#: templates/sysinfo/system-information-panel.php:122
|
743 |
+
msgid "Contact your hosting company in order to update it."
|
744 |
+
msgstr "Επικοινωνήστε με την εταιρεία hosting σας για να αναβαθμίσετε."
|
745 |
+
|
746 |
+
#: templates/sysinfo/system-information-panel.php:126
|
747 |
+
#, php-format
|
748 |
+
msgid "Remove %s from %s file"
|
749 |
+
msgstr "Αφαίρεση %s από αρχείο %s"
|
750 |
+
|
751 |
+
#: templates/sysinfo/system-information-panel.php:134
|
752 |
+
msgid "Contact your hosting company in order to enable it."
|
753 |
+
msgstr "Επικοινωνήστε με την εταιρεία hosting σας για να ενεργοποιήσετε."
|
754 |
+
|
755 |
+
#: templates/sysinfo/system-information-panel.php:157
|
756 |
+
msgid ""
|
757 |
+
"We cannot determine which <b>TLS</b> version is installed because <b>cURL</"
|
758 |
+
"b> module is disabled. Ask your hosting company to enable it."
|
759 |
+
msgstr ""
|
760 |
+
"Δεν μπορούμε να καθορίσουμε ποια έκδοση <b>TLS</b> έχει εγκατασταθεί γιατί "
|
761 |
+
"το άρθρωμα <b>cURL</b> είναι απενεργοποιημένο. Ζητήστε από την εταιρεία "
|
762 |
+
"hosting σας να το ενεργοποιήσει."
|
763 |
+
|
764 |
+
#: templates/sysinfo/system-information-panel.php:160
|
765 |
+
msgid ""
|
766 |
+
"<b>ImageMagick</b> module is not installed. Ask your hosting company to "
|
767 |
+
"install it."
|
768 |
+
msgstr ""
|
769 |
+
"Το άρθρωμα <b>ImageMagick</b> δεν έχει εγκατασταθεί. Ζητήστε από την "
|
770 |
+
"εταιρεία hosting σας να το εγκαταστήσει."
|
771 |
+
|
772 |
+
#: templates/sysinfo/system-information-panel.php:172
|
773 |
+
msgid "Show full PHPInfo"
|
774 |
+
msgstr "Πλήρης εμφάνιση PHPInfo"
|
775 |
+
|
776 |
+
#: templates/sysinfo/system-information-panel.php:176
|
777 |
+
msgid "Back to System panel"
|
778 |
+
msgstr "Πίσω στο πάνελ Συστήματος"
|
779 |
+
|
780 |
+
#: templates/sysinfo/system-information-panel.php:193
|
781 |
+
msgid "Back to top"
|
782 |
+
msgstr "Πίσω στην κορυφή"
|
783 |
+
|
784 |
+
#: yit-plugin.php:83
|
785 |
+
msgctxt "Plugin Row Meta"
|
786 |
+
msgid "Live Demo"
|
787 |
+
msgstr "Live Demo"
|
788 |
+
|
789 |
+
#: yit-plugin.php:88
|
790 |
+
msgctxt "Plugin Row Meta"
|
791 |
+
msgid "Documentation"
|
792 |
+
msgstr "Εγχειρίδιο χρήσης"
|
793 |
+
|
794 |
+
#: yit-plugin.php:93
|
795 |
+
msgctxt "Plugin Row Meta"
|
796 |
+
msgid "Support"
|
797 |
+
msgstr "Υποστήριξη"
|
798 |
+
|
799 |
+
#: yit-plugin.php:98
|
800 |
+
msgctxt "Plugin Row Meta"
|
801 |
+
msgid "Premium version"
|
802 |
+
msgstr "Premium έκδοση"
|
803 |
+
|
804 |
+
#: yit-plugin.php:190
|
805 |
+
msgctxt "Action links"
|
806 |
+
msgid "Settings"
|
807 |
+
msgstr "Ρυθμίσεις"
|
808 |
+
|
809 |
+
#: yit-plugin.php:194
|
810 |
+
msgid "License"
|
811 |
+
msgstr "Άδεια χρήσης προϊόντος"
|
plugin-fw/languages/yith-plugin-fw-es_ES.mo
CHANGED
Binary file
|
plugin-fw/languages/yith-plugin-fw-es_ES.po
CHANGED
@@ -4,8 +4,8 @@ msgid ""
|
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: YITH Plugin Starter 1.0.0 Plugin FW\n"
|
6 |
"Report-Msgid-Bugs-To: Your Inspiration Themes <plugins@yithemes.com>\n"
|
7 |
-
"POT-Creation-Date:
|
8 |
-
"PO-Revision-Date:
|
9 |
"Last-Translator: \n"
|
10 |
"Language-Team: Your Inspiration Themes <info@yithemes.com>\n"
|
11 |
"Language: es_ES\n"
|
@@ -65,129 +65,129 @@ msgctxt "Privacy Policy Content"
|
|
65 |
msgid "Payments"
|
66 |
msgstr "Pagos"
|
67 |
|
68 |
-
#: lib/yit-cpt-unlimited.php:
|
69 |
-
#: lib/yit-cpt-unlimited.php:
|
70 |
#, php-format
|
71 |
msgid "Add %s"
|
72 |
msgstr "Añadir %s"
|
73 |
|
74 |
-
#: lib/yit-cpt-unlimited.php:
|
75 |
#, php-format
|
76 |
msgid "Add New %s"
|
77 |
msgstr "Añadir nuevo/a %s"
|
78 |
|
79 |
-
#: lib/yit-cpt-unlimited.php:
|
80 |
-
#: lib/yit-cpt-unlimited.php:
|
81 |
#, php-format
|
82 |
msgid "Edit %s"
|
83 |
msgstr "Editar %s"
|
84 |
|
85 |
-
#: lib/yit-cpt-unlimited.php:
|
86 |
#, php-format
|
87 |
msgid "New %s"
|
88 |
msgstr "Nuevo/a %s"
|
89 |
|
90 |
-
#: lib/yit-cpt-unlimited.php:
|
91 |
#, php-format
|
92 |
msgid "All %s"
|
93 |
msgstr "Todo %s"
|
94 |
|
95 |
-
#: lib/yit-cpt-unlimited.php:
|
96 |
-
#: lib/yit-cpt-unlimited.php:
|
97 |
#, php-format
|
98 |
msgid "View %s"
|
99 |
msgstr "Ver %s"
|
100 |
|
101 |
-
#: lib/yit-cpt-unlimited.php:
|
102 |
#, php-format
|
103 |
msgid "Search %s"
|
104 |
msgstr "Buscar %s"
|
105 |
|
106 |
-
#: lib/yit-cpt-unlimited.php:
|
107 |
#, php-format
|
108 |
msgid "No %s found"
|
109 |
msgstr "No se encontraron %s"
|
110 |
|
111 |
-
#: lib/yit-cpt-unlimited.php:
|
112 |
#, php-format
|
113 |
msgid "No %s found in Trash"
|
114 |
msgstr "No se encontraron %s en la papelera"
|
115 |
|
116 |
-
#: lib/yit-cpt-unlimited.php:
|
117 |
#, php-format
|
118 |
msgctxt "taxonomy general name"
|
119 |
msgid "%s Categories"
|
120 |
msgstr "%s Categorías"
|
121 |
|
122 |
-
#: lib/yit-cpt-unlimited.php:
|
123 |
msgctxt "taxonomy singular name"
|
124 |
msgid "Category"
|
125 |
msgstr "Categoría"
|
126 |
|
127 |
-
#: lib/yit-cpt-unlimited.php:
|
128 |
msgid "Search Categories"
|
129 |
msgstr "Buscar Categorías"
|
130 |
|
131 |
-
#: lib/yit-cpt-unlimited.php:
|
132 |
msgid "All Categories"
|
133 |
msgstr "Todas las categorías"
|
134 |
|
135 |
-
#: lib/yit-cpt-unlimited.php:
|
136 |
msgid "Parent Category"
|
137 |
msgstr "Categoría superior"
|
138 |
|
139 |
-
#: lib/yit-cpt-unlimited.php:
|
140 |
msgid "Parent Category:"
|
141 |
msgstr "Categoría superior:"
|
142 |
|
143 |
-
#: lib/yit-cpt-unlimited.php:
|
144 |
msgid "Edit Category"
|
145 |
msgstr "Editar Categoría:"
|
146 |
|
147 |
-
#: lib/yit-cpt-unlimited.php:
|
148 |
msgid "Update Category"
|
149 |
msgstr "Actualizar Categoría:"
|
150 |
|
151 |
-
#: lib/yit-cpt-unlimited.php:
|
152 |
msgid "Add New Category"
|
153 |
msgstr "Añadir nueva categoría"
|
154 |
|
155 |
-
#: lib/yit-cpt-unlimited.php:
|
156 |
msgid "New Category Name"
|
157 |
msgstr "Nuevo nombre de categoría"
|
158 |
|
159 |
-
#: lib/yit-cpt-unlimited.php:
|
160 |
msgid "Category"
|
161 |
msgstr "Categoría"
|
162 |
|
163 |
-
#: lib/yit-cpt-unlimited.php:
|
164 |
msgid "Categories"
|
165 |
msgstr "Categorías"
|
166 |
|
167 |
-
#: lib/yit-cpt-unlimited.php:
|
168 |
#, php-format
|
169 |
msgid "%s Settings"
|
170 |
msgstr "%s Ajustes"
|
171 |
|
172 |
-
#: lib/yit-cpt-unlimited.php:
|
173 |
-
#: lib/yit-cpt-unlimited.php:
|
174 |
msgid "Settings"
|
175 |
msgstr "Ajustes"
|
176 |
|
177 |
-
#: lib/yit-cpt-unlimited.php:
|
178 |
msgid "Type"
|
179 |
msgstr "Tipo"
|
180 |
|
181 |
-
#: lib/yit-cpt-unlimited.php:
|
182 |
#, php-format
|
183 |
msgid "Layout for this %s"
|
184 |
msgstr "Diseño para este %s"
|
185 |
|
186 |
-
#: lib/yit-cpt-unlimited.php:
|
187 |
msgid "Rewrite"
|
188 |
msgstr "Reescribir"
|
189 |
|
190 |
-
#: lib/yit-cpt-unlimited.php:
|
191 |
msgid ""
|
192 |
"Univocal identification name in the URL for each product (slug from post if "
|
193 |
"empty)"
|
@@ -195,28 +195,28 @@ msgstr ""
|
|
195 |
"Nombre de identificación único en la URL para cada producto (slug desde la "
|
196 |
"entrada si está vacío)"
|
197 |
|
198 |
-
#: lib/yit-cpt-unlimited.php:
|
199 |
msgid "Label in Singular"
|
200 |
msgstr "Etiqueta en singular"
|
201 |
|
202 |
-
#: lib/yit-cpt-unlimited.php:
|
203 |
msgid "Set a label in singular (title of portfolio if empty)"
|
204 |
msgstr ""
|
205 |
"Establecer una etiqueta en singular (título del porfolio si está vacío)"
|
206 |
|
207 |
-
#: lib/yit-cpt-unlimited.php:
|
208 |
msgid "Label in Plural"
|
209 |
msgstr "Etiqueta en plural"
|
210 |
|
211 |
-
#: lib/yit-cpt-unlimited.php:
|
212 |
msgid "Set a label in plural (title of portfolio if empty)"
|
213 |
msgstr "Establecer una etiqueta en plural (título del porfolio si está vacío)"
|
214 |
|
215 |
-
#: lib/yit-cpt-unlimited.php:
|
216 |
msgid "Taxonomy"
|
217 |
msgstr "Taxonomía"
|
218 |
|
219 |
-
#: lib/yit-cpt-unlimited.php:
|
220 |
msgid ""
|
221 |
"If you want to use categories in the portfolio, set a name for taxonomy. "
|
222 |
"Name should be a slug (must not contain capital letters nor spaces) and must "
|
@@ -227,125 +227,141 @@ msgstr ""
|
|
227 |
"espacios) y no debe ser más largo de 32 caracteres (restricción de "
|
228 |
"estructura de base de datos)."
|
229 |
|
230 |
-
#: lib/yit-cpt-unlimited.php:
|
231 |
msgid "Taxonomy Rewrite"
|
232 |
msgstr "Rescritura de taxonomía"
|
233 |
|
234 |
-
#: lib/yit-cpt-unlimited.php:
|
235 |
msgid "Set univocal name for each category page URL."
|
236 |
msgstr "Establecer nombre único para cada página URL de categoría."
|
237 |
|
238 |
-
#: lib/yit-cpt-unlimited.php:
|
239 |
msgid "Single layout"
|
240 |
msgstr "Diseño simple"
|
241 |
|
242 |
-
#: lib/yit-cpt-unlimited.php:
|
243 |
msgid "Layout for single page of this portfolio"
|
244 |
msgstr "Diseño para cada página de este porfolio"
|
245 |
|
246 |
-
#: lib/yit-cpt-unlimited.php:
|
247 |
msgid "layout settings"
|
248 |
msgstr "ajustes de diseño"
|
249 |
|
250 |
-
#: lib/yit-cpt-unlimited.php:
|
251 |
msgid "Quick links"
|
252 |
msgstr "Enlaces rápidos"
|
253 |
|
254 |
-
#: lib/yit-cpt-unlimited.php:
|
255 |
#, php-format
|
256 |
msgid "Show frontend of the %s"
|
257 |
msgstr "Mostrar parte delantera de %s"
|
258 |
|
259 |
-
#: lib/yit-cpt-unlimited.php:
|
260 |
#: templates/fields/customtabs.php:89
|
261 |
msgid "Name"
|
262 |
msgstr "Nombre"
|
263 |
|
264 |
-
#: lib/yit-cpt-unlimited.php:
|
265 |
#, php-format
|
266 |
msgid "Add %s from images"
|
267 |
msgstr "Añadir %s desde imágenes"
|
268 |
|
269 |
-
#: lib/yit-cpt-unlimited.php:
|
270 |
msgid "Upload multiple files"
|
271 |
msgstr "Cargar archivos múltiples"
|
272 |
|
273 |
-
#: lib/yit-plugin-panel-wc.php:
|
274 |
msgid "The changes you have made will be lost if you leave this page."
|
275 |
msgstr "Los cambios que has hecho se perderán si abandonas esta página."
|
276 |
|
277 |
-
#: lib/yit-plugin-panel.php:
|
278 |
msgid "Plugin Settings"
|
279 |
msgstr "Ajustes del plugin"
|
280 |
|
281 |
-
#: lib/yit-plugin-panel.php:
|
282 |
msgid "How to install premium version"
|
283 |
msgstr "Cómo instalar la versión premium"
|
284 |
|
285 |
-
#: lib/yit-plugin-panel.php:
|
286 |
-
#: templates/panel/woocommerce/woocommerce-form.php:
|
287 |
msgid "Save Changes"
|
288 |
msgstr "Guardar cambios"
|
289 |
|
290 |
-
#: lib/yit-plugin-panel.php:
|
291 |
-
#: templates/panel/woocommerce/woocommerce-form.php:
|
292 |
msgid ""
|
293 |
"If you continue with this action, you will reset all options in this page."
|
294 |
msgstr ""
|
295 |
"Si sigues con esta acción, se reiniciarán todas las opciones en esta página."
|
296 |
|
297 |
-
#: lib/yit-plugin-panel.php:
|
298 |
msgid "Reset to default"
|
299 |
msgstr "Restablecer a predeterminado"
|
300 |
|
301 |
-
#: lib/yit-plugin-panel.php:
|
302 |
-
#: templates/panel/woocommerce/woocommerce-form.php:
|
303 |
msgid "Are you sure?"
|
304 |
msgstr "¿Estás seguro/a?"
|
305 |
|
306 |
-
#: lib/yit-plugin-panel.php:
|
307 |
msgid ""
|
308 |
"The element you have entered already exists. Please, enter another name."
|
309 |
msgstr ""
|
310 |
"El elemento que has introducido ya existe. Por favor, introduce otro nombre."
|
311 |
|
312 |
-
#: lib/yit-plugin-panel.php:
|
313 |
msgid "Settings saved"
|
314 |
msgstr "Ajustes guardados"
|
315 |
|
316 |
-
#: lib/yit-plugin-panel.php:
|
317 |
msgid "Settings reset"
|
318 |
msgstr "Ajustes reiniciados"
|
319 |
|
320 |
-
#: lib/yit-plugin-panel.php:
|
321 |
msgid "Element deleted correctly."
|
322 |
msgstr "Elemento borrado correctamente."
|
323 |
|
324 |
-
#: lib/yit-plugin-panel.php:
|
325 |
msgid "Element updated correctly."
|
326 |
msgstr "Elemento actualizado correctamente."
|
327 |
|
328 |
-
#: lib/yit-plugin-panel.php:
|
329 |
msgid "Database imported correctly."
|
330 |
msgstr "Base de datos importada correctamente."
|
331 |
|
332 |
-
#: lib/yit-plugin-panel.php:
|
333 |
msgid "An error has occurred during import. Please try again."
|
334 |
msgstr ""
|
335 |
"Ha ocurrido un error durante la importación. Por favor, inténtalo de nuevo."
|
336 |
|
337 |
-
#: lib/yit-plugin-panel.php:
|
338 |
msgid "The added file is not valid."
|
339 |
msgstr "El archivo añadido no es válido."
|
340 |
|
341 |
-
#: lib/yit-plugin-panel.php:
|
342 |
msgid "Sorry, import is disabled."
|
343 |
msgstr "Lo sentimos, la importación está deshabilitada."
|
344 |
|
345 |
-
#: lib/yit-plugin-panel.php:
|
346 |
msgid "Sorting successful."
|
347 |
msgstr "Clasificación fue realizada con éxito."
|
348 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
349 |
#: lib/yit-pointers.php:70
|
350 |
msgid "Plugins Activated"
|
351 |
msgstr "Plugins activados"
|
@@ -396,435 +412,132 @@ msgstr ""
|
|
396 |
" se moverán de su posición anterior a la "
|
397 |
"pestaña YIT Plugin."
|
398 |
|
399 |
-
#: lib/
|
400 |
-
msgid "
|
401 |
-
msgstr ""
|
402 |
-
"Ha ocurrido un error inesperado, por favor, inténtalo de nuevo más tarde. "
|
403 |
-
"¡Gracias!"
|
404 |
-
|
405 |
-
#: lib/yit-upgrade.php:196
|
406 |
-
msgid "There is a new version of %plugin_name% available."
|
407 |
-
msgstr "Hay una nueva versión de %plugin_name% disponible."
|
408 |
-
|
409 |
-
#: lib/yit-upgrade.php:197
|
410 |
-
msgid "View version %latest% details."
|
411 |
-
msgstr "Ver detalles de la %latest% versión"
|
412 |
-
|
413 |
-
#: lib/yit-upgrade.php:198
|
414 |
-
msgid "Automatic update is unavailable for this plugin,"
|
415 |
-
msgstr "Las actualizaciones automáticas no están disponibles para este plugin,"
|
416 |
-
|
417 |
-
#: lib/yit-upgrade.php:199
|
418 |
-
msgid ""
|
419 |
-
"please <a href=\"%activate_link%\">activate</a> your copy of %plugin_name%."
|
420 |
-
msgstr ""
|
421 |
-
"por favor, <a href=\"%activate_link%\">activa</a> tu copia de %plugin_name%."
|
422 |
-
|
423 |
-
#: lib/yit-upgrade.php:200
|
424 |
-
msgid "Update now."
|
425 |
-
msgstr "Actualiza ahora."
|
426 |
-
|
427 |
-
#: lib/yit-upgrade.php:201
|
428 |
-
msgid ""
|
429 |
-
"<br/><b>Please note:</b> You are using a higher version than the latest "
|
430 |
-
"available one. </em>Please, make sure you've downloaded the latest version "
|
431 |
-
"of <em>%1$s</em> from the only <a href=\"https://yithemes.com\" target="
|
432 |
-
"\"_blank\">YITH official website</a>, specifically, from your <a href="
|
433 |
-
"\"https://yithemes.com/my-account/recent-downloads/\" target=\"_blank"
|
434 |
-
"\">Downloads page</a>. This is the only way to be sure the version you are "
|
435 |
-
"using is 100% malware-free."
|
436 |
-
msgstr ""
|
437 |
-
"<br/><b>Por favor, ten en cuenta:</b> Estás usando una versión superior a la "
|
438 |
-
"última disponible. </em>Por favor, asegurate de que has descargado la última "
|
439 |
-
"versión de <em>%1$s</em> desde el único <a href=\"https://yithemes.com\" "
|
440 |
-
"target=\"_blank\">sitio oficial de YITH</a>, específicamente, desde tu <a "
|
441 |
-
"href=\"https://yithemes.com/my-account/recent-downloads/\" target=\"_blank"
|
442 |
-
"\">página de Descargas</a>. Esta es la única forma de estar seguro de que la "
|
443 |
-
"versión que estás usando es 100% malware-free."
|
444 |
-
|
445 |
-
#: lib/yit-upgrade.php:303
|
446 |
-
msgctxt "[Update Plugin Message: License not enabled]"
|
447 |
-
msgid "You have to activate the plugin to benefit from automatic updates."
|
448 |
-
msgstr ""
|
449 |
-
"Tienes que activar el plugin para beneficiarte de actualizaciones "
|
450 |
-
"automáticas."
|
451 |
-
|
452 |
-
#: lib/yit-upgrade.php:325
|
453 |
-
msgid "YITH Repository"
|
454 |
-
msgstr "Repositorio de YITH"
|
455 |
-
|
456 |
-
#: lib/yit-upgrade.php:359
|
457 |
-
msgid "Invalid URL Provided."
|
458 |
-
msgstr "La URL proporcionada no es válida."
|
459 |
-
|
460 |
-
#: lib/yit-upgrade.php:372
|
461 |
-
msgid "Could not create Temporary file."
|
462 |
-
msgstr "No se pudo crear un archivo temporal."
|
463 |
-
|
464 |
-
#: lib/yit-upgrade.php:547
|
465 |
-
#, php-format
|
466 |
-
msgid ""
|
467 |
-
"There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
|
468 |
-
"yit-changelog-button open-plugin-details-modal\" title=\"%3$s\">View version "
|
469 |
-
"%4$s details</a>."
|
470 |
-
msgstr ""
|
471 |
-
"Hay una nueva versión de %1$s disponible. <a href=\"%2$s\" class=\"thickbox "
|
472 |
-
"yit-changelog-button\" title=\"%3$s\">Ver detalles de la versión %4$s</a>."
|
473 |
-
|
474 |
-
#: lib/yit-upgrade.php:551
|
475 |
-
#, php-format
|
476 |
-
msgid ""
|
477 |
-
"There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
|
478 |
-
"yit-changelog-button open-plugin-details-modal\" title=\"%3$s\">View version "
|
479 |
-
"%4$s details</a>. <em>You have to activate the plugin on a single site of "
|
480 |
-
"the network to benefit from automatic updates.</em>"
|
481 |
-
msgstr ""
|
482 |
-
"Hay una nueva versión de %1$s disponible. <a href=\"%2$s\" class=\"thickbox "
|
483 |
-
"yit-changelog-button\" title=\"%3$s\">Ver detalles de la versión %4$s</a>. "
|
484 |
-
"<em>Tienes que activar el plugin en un único sitio web desde la red para "
|
485 |
-
"beneficiarte de las actualizaciones automáticas.</em>"
|
486 |
|
487 |
-
#: lib/
|
488 |
-
|
489 |
-
|
490 |
-
"There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
|
491 |
-
"yit-changelog-button open-plugin-details-modal\" title=\"%3$s\">View version "
|
492 |
-
"%4$s details</a>. <em>Automatic update is unavailable for this plugin, "
|
493 |
-
"please <a href=\"%5$s\" title=\"License activation\">activate</a> your copy "
|
494 |
-
"of %6s.</em>"
|
495 |
-
msgstr ""
|
496 |
-
"Hay una nueva versión de %1$s disponible. <a href=\"%2$s\" class=\"thickbox "
|
497 |
-
"yit-changelog-button\" title=\"%3$s\">Ver detalles de la versión %4$s</a>. "
|
498 |
-
"<em>Las actualizaciones automáticas no están disponibles para este plugin, "
|
499 |
-
"por favor <a href=\"%5$s\" title=\"License activation\">activa</a> tu copia "
|
500 |
-
"de %6s.</em>"
|
501 |
|
502 |
-
#: lib/
|
503 |
-
|
504 |
-
|
505 |
-
"There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
|
506 |
-
"yit-changelog-button open-plugin-details-modal\" title=\"%3$s\">View version "
|
507 |
-
"%4$s details</a> or <a href=\"%5$s\">update now</a>."
|
508 |
-
msgstr ""
|
509 |
-
"Hay una nueva versión de %1$s disponible. <a href=\"%2$s\" class=\"thickbox "
|
510 |
-
"yit-changelog-button\" title=\"%3$s\">Ver detalles de la versión %4$s</a> o "
|
511 |
-
"<a href=\"%5$s\">actualizar ahora</a>."
|
512 |
|
513 |
-
#: lib/
|
514 |
-
#, php-format
|
515 |
-
msgid ""
|
516 |
-
"<br/><b>Please note:</b> You are using a higher version than the latest "
|
517 |
-
"available one. </em>Please, make sure you've downloaded the latest version "
|
518 |
-
"of <em>%1$s</em> from the only <a href=\"https://yithemes.com\" target="
|
519 |
-
"\"_blank\">YITH official website</a>, specifically, from your <a href="
|
520 |
-
"\"https://yithemes.com/my-account/recent-downloads/\" target=\"_blank"
|
521 |
-
"\">Downloads page</a>. This is the only way to be sure the version you are "
|
522 |
-
"using is 100%% malware-free."
|
523 |
-
msgstr ""
|
524 |
-
"<br/><b>Por favor, ten en cuenta:</b> Estás usando una versión más alta que "
|
525 |
-
"la última disponible. </em>Por favor, asegurate de que has descargado la "
|
526 |
-
"última versión de <em>%1$s</em> desde el único<a href=\"https://yithemes.com"
|
527 |
-
"\" target=\"_blank\">sitio oficial de YITH</a>, específicamente, desde tu <a "
|
528 |
-
"href=\"https://yithemes.com/my-account/recent-downloads/\" target=\"_blank"
|
529 |
-
"\">página de Descargas</a>. Esta es la única manera de estar seguro de que "
|
530 |
-
"la versión que estás usando es 100%% malware-free."
|
531 |
-
|
532 |
-
#: lib/yit-upgrade.php:635
|
533 |
-
msgid "You can't update the plugins for this site."
|
534 |
-
msgstr "No puedes actualizar los plugins para este sitio web."
|
535 |
-
|
536 |
-
#: lib/yit-upgrade.php:639
|
537 |
msgid ""
|
538 |
-
"
|
|
|
539 |
msgstr ""
|
540 |
-
"
|
541 |
-
"
|
542 |
|
543 |
-
#: lib/
|
544 |
-
|
545 |
-
|
|
|
546 |
|
547 |
-
#: lib/yith-dashboard.php:
|
548 |
-
|
549 |
-
|
|
|
550 |
|
551 |
-
#: lib/yith-dashboard.php:
|
552 |
-
|
553 |
-
|
|
|
554 |
|
555 |
#: lib/yith-gutenberg.php:134
|
556 |
msgctxt "[gutenberg]: Category Name"
|
557 |
msgid "YITH"
|
558 |
msgstr "YITH"
|
559 |
|
560 |
-
#:
|
561 |
-
|
562 |
-
|
563 |
-
msgid "Please, insert a valid %s"
|
564 |
-
msgstr "Por favor, introduce una %s válida"
|
565 |
|
566 |
-
#:
|
567 |
-
|
568 |
-
|
569 |
-
msgstr "Por favor, inserta una %s válida y una %s válida"
|
570 |
|
571 |
-
#:
|
572 |
-
msgid "
|
573 |
-
msgstr ""
|
574 |
-
"No fue posible contactar con el servidor remoto, por favor, inténtalo de "
|
575 |
-
"nuevo más tarde. ¡Gracias!"
|
576 |
|
577 |
-
#:
|
578 |
-
msgid "
|
579 |
-
msgstr "
|
580 |
|
581 |
-
#:
|
582 |
-
msgid "
|
583 |
-
msgstr "
|
584 |
|
585 |
-
#:
|
586 |
-
msgid "
|
587 |
-
msgstr ""
|
588 |
-
"¿Estás seguro/a de que quieres desactivar la licencia para el sitio web "
|
589 |
-
"actual?"
|
590 |
|
591 |
-
#:
|
592 |
-
msgid "
|
593 |
-
msgstr "
|
594 |
|
595 |
-
#:
|
596 |
-
msgid "
|
597 |
-
msgstr "
|
598 |
|
599 |
-
#:
|
600 |
-
msgid "
|
601 |
-
msgstr "
|
602 |
|
603 |
-
#:
|
604 |
-
msgid "
|
605 |
-
msgstr "
|
606 |
|
607 |
-
#:
|
608 |
-
msgid "
|
609 |
-
msgstr "
|
610 |
|
611 |
-
#:
|
612 |
-
msgid "
|
613 |
-
msgstr "
|
614 |
|
615 |
-
#:
|
616 |
-
msgid "
|
617 |
-
msgstr "
|
618 |
|
619 |
-
#:
|
620 |
-
msgid "
|
621 |
-
msgstr "
|
622 |
|
623 |
-
#:
|
624 |
-
msgid "
|
625 |
-
msgstr ""
|
626 |
-
|
627 |
-
|
628 |
-
|
629 |
-
|
630 |
-
|
631 |
-
|
632 |
-
#: licence/lib/yit-licence.php:739
|
633 |
-
msgid "License successfully activated"
|
634 |
-
msgstr "Licencia activada con éxito"
|
635 |
-
|
636 |
-
#: licence/lib/yit-licence.php:740
|
637 |
-
msgid "License key deactivated for website"
|
638 |
-
msgstr "Clave de licencia desactivada para nuestro sitio web"
|
639 |
-
|
640 |
-
#: licence/lib/yit-plugin-licence.php:67 licence/lib/yit-plugin-licence.php:68
|
641 |
-
#: licence/lib/yit-theme-licence.php:69 licence/lib/yit-theme-licence.php:70
|
642 |
-
#: licence/lib/yit-theme-licence.php:109 licence/lib/yit-theme-licence.php:110
|
643 |
-
msgid "License Activation"
|
644 |
-
msgstr "Activación de la Licencia"
|
645 |
-
|
646 |
-
#: licence/lib/yit-plugin-licence.php:142
|
647 |
-
msgctxt ""
|
648 |
-
"[Part of]: Warning! You didn't set license key for the following products:"
|
649 |
-
"[Plugins List] which means you're missing out on updates and support. Enter "
|
650 |
-
"your license key, please."
|
651 |
msgid "Warning!"
|
652 |
msgstr "¡Atención! "
|
653 |
|
654 |
-
#:
|
655 |
-
msgctxt ""
|
656 |
-
"[Part of]: Warning! You didn't set license key for the following products:"
|
657 |
-
"[Plugins List] which means you're missing out on updates and support. Enter "
|
658 |
-
"your license key, please."
|
659 |
-
msgid "You didn't set license key for the following products"
|
660 |
-
msgstr "No has establecido la clave de licencia para los siguientes productos"
|
661 |
-
|
662 |
-
#: licence/lib/yit-plugin-licence.php:145
|
663 |
-
msgctxt ""
|
664 |
-
"[Part of]: Warning! You didn't set license key for the following products:"
|
665 |
-
"[Plugins List] which means you're missing out on updates and support. Enter "
|
666 |
-
"your license key, please."
|
667 |
-
msgid "which means you're missing out on updates and support"
|
668 |
-
msgstr "lo que significa que estás perdiendo actualizaciones y soporte"
|
669 |
-
|
670 |
-
#: licence/lib/yit-plugin-licence.php:147
|
671 |
-
msgctxt ""
|
672 |
-
"[Part of]: Warning! You didn't set license key for the following products:"
|
673 |
-
"[Plugins List] which means you're missing out on updates and support. Enter "
|
674 |
-
"your license key, please."
|
675 |
-
msgid "Enter your license key"
|
676 |
-
msgstr "Introduce tu clave de licencia"
|
677 |
-
|
678 |
-
#: licence/lib/yit-plugin-licence.php:148
|
679 |
-
msgctxt ""
|
680 |
-
"[Part of]: Warning! You didn't set license key for the following products:"
|
681 |
-
"[Plugins List] which means you're missing out on updates and support. Enter "
|
682 |
-
"your license key, please."
|
683 |
-
msgid "please"
|
684 |
-
msgstr "por favor"
|
685 |
-
|
686 |
-
#: licence/lib/yit-theme-licence.php:117 licence/lib/yit-theme-licence.php:118
|
687 |
#, php-format
|
688 |
-
msgid "%s"
|
689 |
-
msgstr "%s"
|
690 |
-
|
691 |
-
#: licence/lib/yit-theme-licence.php:159
|
692 |
msgid ""
|
693 |
-
"
|
694 |
-
"
|
695 |
msgstr ""
|
696 |
-
"
|
697 |
-
"
|
698 |
|
699 |
-
#:
|
700 |
-
msgid ""
|
701 |
-
"
|
702 |
-
"benefit from support and updates (the services offered with the license)\n"
|
703 |
-
" until 27 January 2016 and you do not have to purchase it "
|
704 |
-
"again to get a new license key, because, before this date, your license used "
|
705 |
-
"to be activated automatically by our system.\n"
|
706 |
-
" After 27 January 2016, instead, if you want to benefit "
|
707 |
-
"from support and updates you have to buy a new license and activate it "
|
708 |
-
"through the license key you will be\n"
|
709 |
-
" provided with and that you can find in your YITH "
|
710 |
-
"account, in section \"My licenses\"."
|
711 |
-
msgstr ""
|
712 |
-
"Si has comprado uno de nuestros productos antes del 27 de enero de 2015, "
|
713 |
-
"puedes beneficiarte del soporte y actualizaciones (los servicios incluidos "
|
714 |
-
"con la licencia)\n"
|
715 |
-
" hasta el 27 de enero de 2016 y no tendrás que comprarla "
|
716 |
-
"otra vez para conseguir una nueva clave de licencia, porque, antes de esta "
|
717 |
-
"fecha, tu licencia se activaba automáticamente por nuestro sistema.\n"
|
718 |
-
" Después del 27 de enero de 2016, sin embargo, si quieres "
|
719 |
-
"beneficiarte de nuestro soporte y actualizaciones, tienes que comprar una "
|
720 |
-
"nueva licencia y activarla a través de la clave de licencia que \n"
|
721 |
-
" se te proporcionará y que podrás encontrar en tu cuenta "
|
722 |
-
"YIThemes, en la sección \"My licenses\"."
|
723 |
-
|
724 |
-
#: licence/templates/panel/activation/activation-panel.php:24
|
725 |
-
msgid "YITH License Activation"
|
726 |
-
msgstr "Activación de licencia de YITH"
|
727 |
-
|
728 |
-
#: licence/templates/panel/activation/activation-panel.php:27
|
729 |
-
msgid "License expiry date"
|
730 |
-
msgstr "Fecha de vencimiento de la licencia"
|
731 |
-
|
732 |
-
#: licence/templates/panel/activation/activation-panel.php:30
|
733 |
-
msgid ""
|
734 |
-
"If you have renewed your product license key and the expiry date does not "
|
735 |
-
"appear up-to-date, please, click on the button <em>Check Expiry Date</em> "
|
736 |
-
"below and it will update."
|
737 |
-
msgstr ""
|
738 |
-
"Si has renovado la clave de licencia de tu producto y la fecha de "
|
739 |
-
"vencimiento no aparece actualizada, por favor, haz clic en el botón "
|
740 |
-
"<em>Comprobar fecha de vencimiento</em> debajo y se actualizará."
|
741 |
-
|
742 |
-
#: licence/templates/panel/activation/activation-panel.php:33
|
743 |
-
msgid "Check expiry date"
|
744 |
-
msgstr "Comprobar la fecha de vencimiento"
|
745 |
-
|
746 |
-
#: licence/templates/panel/activation/activation-panel.php:47
|
747 |
-
msgid "Product to activate"
|
748 |
-
msgid_plural "Products to activate"
|
749 |
-
msgstr[0] "Producto que activar"
|
750 |
-
msgstr[1] "Productos que activar"
|
751 |
-
|
752 |
-
#: licence/templates/panel/activation/activation-panel.php:50
|
753 |
-
msgid "Are you having issues with the license activation?"
|
754 |
-
msgstr "¿Estás teniendo problemas con la activación de la licencia?"
|
755 |
-
|
756 |
-
#: licence/templates/panel/activation/activation-panel.php:50
|
757 |
-
msgid "Read this article"
|
758 |
-
msgstr "Lee este artículo"
|
759 |
-
|
760 |
-
#: licence/templates/panel/activation/activation-panel.php:70
|
761 |
-
msgid "Activate"
|
762 |
-
msgstr "Activar"
|
763 |
-
|
764 |
-
#: licence/templates/panel/activation/activation-panel.php:89
|
765 |
-
msgid "Activated"
|
766 |
-
msgstr "Activado/a"
|
767 |
-
|
768 |
-
#: licence/templates/panel/activation/activation-panel.php:95
|
769 |
-
#: licence/templates/panel/activation/activation-panel.php:173
|
770 |
-
#: licence/templates/panel/activation/activation-panel.php:203
|
771 |
-
msgid "Product Name"
|
772 |
-
msgstr "Nombre de Producto"
|
773 |
-
|
774 |
-
#: licence/templates/panel/activation/activation-panel.php:97
|
775 |
-
#: licence/templates/panel/activation/activation-panel.php:175
|
776 |
-
#: licence/templates/panel/activation/activation-panel.php:206
|
777 |
-
msgid "Email"
|
778 |
-
msgstr "Email"
|
779 |
-
|
780 |
-
#: licence/templates/panel/activation/activation-panel.php:98
|
781 |
-
#: licence/templates/panel/activation/activation-panel.php:176
|
782 |
-
#: licence/templates/panel/activation/activation-panel.php:207
|
783 |
-
msgid "License Key"
|
784 |
-
msgstr "Clave de Licencia"
|
785 |
-
|
786 |
-
#: licence/templates/panel/activation/activation-panel.php:101
|
787 |
-
#: licence/templates/panel/activation/activation-panel.php:210
|
788 |
-
msgid "Expires"
|
789 |
-
msgstr "Caduca"
|
790 |
-
|
791 |
-
#: licence/templates/panel/activation/activation-panel.php:104
|
792 |
-
msgid "Remaining"
|
793 |
-
msgstr "Restantes"
|
794 |
-
|
795 |
-
#: licence/templates/panel/activation/activation-panel.php:106
|
796 |
-
msgid "Club Subscription"
|
797 |
-
msgstr "Suscripción al Club"
|
798 |
-
|
799 |
-
#: licence/templates/panel/activation/activation-panel.php:135
|
800 |
-
#, php-format
|
801 |
-
msgid "%1s out of %2s"
|
802 |
-
msgstr "%1s de %2s"
|
803 |
|
804 |
-
#:
|
805 |
-
|
806 |
-
|
807 |
-
|
808 |
-
|
809 |
-
#: licence/templates/panel/activation/activation-panel.php:213
|
810 |
-
msgid "Renew"
|
811 |
-
msgstr "Renovado"
|
812 |
-
|
813 |
-
#: licence/templates/panel/activation/activation-panel.php:169
|
814 |
-
msgid "Banned"
|
815 |
-
msgstr "Bloqueado"
|
816 |
-
|
817 |
-
#: licence/templates/panel/activation/activation-panel.php:199
|
818 |
-
msgid "Expired"
|
819 |
-
msgstr "Caducado"
|
820 |
-
|
821 |
-
#: licence/templates/panel/activation/activation-panel.php:235
|
822 |
-
msgid "Order again"
|
823 |
-
msgstr "Comprar de nuevo"
|
824 |
-
|
825 |
-
#: licence/templates/panel/activation/activation-panel.php:237
|
826 |
-
msgid "Renew license"
|
827 |
-
msgstr "Renovar licencia"
|
828 |
|
829 |
#: templates/fields/ajax-posts.php:57
|
830 |
msgid "Search Posts"
|
@@ -862,6 +575,10 @@ msgstr "Añadir etiqueta de producto personalizado"
|
|
862 |
msgid "Do you want to remove the custom tab?"
|
863 |
msgstr "¿Quieres borrar la etiqueta personalizada?"
|
864 |
|
|
|
|
|
|
|
|
|
865 |
#: templates/fields/icons.php:58
|
866 |
msgid "Set Default"
|
867 |
msgstr "Establecer por defecto"
|
@@ -886,13 +603,23 @@ msgstr "Añadir imágenes"
|
|
886 |
msgid "Delete"
|
887 |
msgstr "Borrar"
|
888 |
|
889 |
-
#: templates/fields/
|
890 |
-
|
891 |
-
|
|
|
892 |
|
893 |
-
#: templates/fields/
|
894 |
-
|
895 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
896 |
|
897 |
#: templates/fields/sidebars.php:22
|
898 |
msgid "Left sidebar"
|
@@ -918,12 +645,12 @@ msgstr "Elige una barra lateral"
|
|
918 |
msgid "Right Sidebar"
|
919 |
msgstr "Barra lateral derecha"
|
920 |
|
921 |
-
#: templates/fields/upload.php:
|
922 |
#: templates/panel/woocommerce/woocommerce-upload.php:40
|
923 |
msgid "Upload"
|
924 |
msgstr "Subir"
|
925 |
|
926 |
-
#: templates/fields/upload.php:
|
927 |
msgid "Reset"
|
928 |
msgstr "Reinicia"
|
929 |
|
@@ -941,10 +668,118 @@ msgstr "(Por defecto: %s <img src=\"%s\"/>)"
|
|
941 |
msgid "(Default: <i %s></i> )"
|
942 |
msgstr "(Por defecto: <i %s></i> )"
|
943 |
|
944 |
-
#: templates/panel/woocommerce/woocommerce-form.php:
|
945 |
msgid "Reset Defaults"
|
946 |
msgstr "Ajustes predeterminados"
|
947 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
948 |
#: yit-plugin.php:83
|
949 |
msgctxt "Plugin Row Meta"
|
950 |
msgid "Live Demo"
|
@@ -965,15 +800,357 @@ msgctxt "Plugin Row Meta"
|
|
965 |
msgid "Premium version"
|
966 |
msgstr "Versión premium"
|
967 |
|
968 |
-
#: yit-plugin.php:
|
969 |
msgctxt "Action links"
|
970 |
msgid "Settings"
|
971 |
msgstr "Ajustes"
|
972 |
|
973 |
-
#: yit-plugin.php:
|
974 |
msgid "License"
|
975 |
msgstr "Licencia"
|
976 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
977 |
#~ msgid ""
|
978 |
#~ "Have you updated your licenses? Have you asked for an extension? Update "
|
979 |
#~ "information concerning your products."
|
@@ -1039,18 +1216,9 @@ msgstr "Licencia"
|
|
1039 |
#~ msgid "Theme Icon"
|
1040 |
#~ msgstr "Icono del tema"
|
1041 |
|
1042 |
-
#~ msgid "Custom Icon"
|
1043 |
-
#~ msgstr "Icono Personalizado"
|
1044 |
-
|
1045 |
#~ msgid "None"
|
1046 |
#~ msgstr "Ninguno"
|
1047 |
|
1048 |
-
#~ msgid "Add field"
|
1049 |
-
#~ msgstr "Añadir campo"
|
1050 |
-
|
1051 |
-
#~ msgid "Click to toggle"
|
1052 |
-
#~ msgstr "Haz click para alternar"
|
1053 |
-
|
1054 |
#~ msgid "Field Title"
|
1055 |
#~ msgstr "Campo de título"
|
1056 |
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: YITH Plugin Starter 1.0.0 Plugin FW\n"
|
6 |
"Report-Msgid-Bugs-To: Your Inspiration Themes <plugins@yithemes.com>\n"
|
7 |
+
"POT-Creation-Date: 2020-01-14 09:59+0000\n"
|
8 |
+
"PO-Revision-Date: 2020-01-14 10:23+0000\n"
|
9 |
"Last-Translator: \n"
|
10 |
"Language-Team: Your Inspiration Themes <info@yithemes.com>\n"
|
11 |
"Language: es_ES\n"
|
65 |
msgid "Payments"
|
66 |
msgstr "Pagos"
|
67 |
|
68 |
+
#: lib/yit-cpt-unlimited.php:462 lib/yit-cpt-unlimited.php:576
|
69 |
+
#: lib/yit-cpt-unlimited.php:721 lib/yit-cpt-unlimited.php:1636
|
70 |
#, php-format
|
71 |
msgid "Add %s"
|
72 |
msgstr "Añadir %s"
|
73 |
|
74 |
+
#: lib/yit-cpt-unlimited.php:463 lib/yit-cpt-unlimited.php:577
|
75 |
#, php-format
|
76 |
msgid "Add New %s"
|
77 |
msgstr "Añadir nuevo/a %s"
|
78 |
|
79 |
+
#: lib/yit-cpt-unlimited.php:464 lib/yit-cpt-unlimited.php:578
|
80 |
+
#: lib/yit-cpt-unlimited.php:1269 lib/yit-cpt-unlimited.php:1306
|
81 |
#, php-format
|
82 |
msgid "Edit %s"
|
83 |
msgstr "Editar %s"
|
84 |
|
85 |
+
#: lib/yit-cpt-unlimited.php:465 lib/yit-cpt-unlimited.php:579
|
86 |
#, php-format
|
87 |
msgid "New %s"
|
88 |
msgstr "Nuevo/a %s"
|
89 |
|
90 |
+
#: lib/yit-cpt-unlimited.php:466 lib/yit-cpt-unlimited.php:580
|
91 |
#, php-format
|
92 |
msgid "All %s"
|
93 |
msgstr "Todo %s"
|
94 |
|
95 |
+
#: lib/yit-cpt-unlimited.php:467 lib/yit-cpt-unlimited.php:581
|
96 |
+
#: lib/yit-cpt-unlimited.php:1253 lib/yit-cpt-unlimited.php:1307
|
97 |
#, php-format
|
98 |
msgid "View %s"
|
99 |
msgstr "Ver %s"
|
100 |
|
101 |
+
#: lib/yit-cpt-unlimited.php:468 lib/yit-cpt-unlimited.php:582
|
102 |
#, php-format
|
103 |
msgid "Search %s"
|
104 |
msgstr "Buscar %s"
|
105 |
|
106 |
+
#: lib/yit-cpt-unlimited.php:469 lib/yit-cpt-unlimited.php:583
|
107 |
#, php-format
|
108 |
msgid "No %s found"
|
109 |
msgstr "No se encontraron %s"
|
110 |
|
111 |
+
#: lib/yit-cpt-unlimited.php:470 lib/yit-cpt-unlimited.php:584
|
112 |
#, php-format
|
113 |
msgid "No %s found in Trash"
|
114 |
msgstr "No se encontraron %s en la papelera"
|
115 |
|
116 |
+
#: lib/yit-cpt-unlimited.php:627
|
117 |
#, php-format
|
118 |
msgctxt "taxonomy general name"
|
119 |
msgid "%s Categories"
|
120 |
msgstr "%s Categorías"
|
121 |
|
122 |
+
#: lib/yit-cpt-unlimited.php:628
|
123 |
msgctxt "taxonomy singular name"
|
124 |
msgid "Category"
|
125 |
msgstr "Categoría"
|
126 |
|
127 |
+
#: lib/yit-cpt-unlimited.php:629 templates/fields/ajax-terms.php:56
|
128 |
msgid "Search Categories"
|
129 |
msgstr "Buscar Categorías"
|
130 |
|
131 |
+
#: lib/yit-cpt-unlimited.php:630
|
132 |
msgid "All Categories"
|
133 |
msgstr "Todas las categorías"
|
134 |
|
135 |
+
#: lib/yit-cpt-unlimited.php:631
|
136 |
msgid "Parent Category"
|
137 |
msgstr "Categoría superior"
|
138 |
|
139 |
+
#: lib/yit-cpt-unlimited.php:632
|
140 |
msgid "Parent Category:"
|
141 |
msgstr "Categoría superior:"
|
142 |
|
143 |
+
#: lib/yit-cpt-unlimited.php:633
|
144 |
msgid "Edit Category"
|
145 |
msgstr "Editar Categoría:"
|
146 |
|
147 |
+
#: lib/yit-cpt-unlimited.php:634
|
148 |
msgid "Update Category"
|
149 |
msgstr "Actualizar Categoría:"
|
150 |
|
151 |
+
#: lib/yit-cpt-unlimited.php:635
|
152 |
msgid "Add New Category"
|
153 |
msgstr "Añadir nueva categoría"
|
154 |
|
155 |
+
#: lib/yit-cpt-unlimited.php:636
|
156 |
msgid "New Category Name"
|
157 |
msgstr "Nuevo nombre de categoría"
|
158 |
|
159 |
+
#: lib/yit-cpt-unlimited.php:637
|
160 |
msgid "Category"
|
161 |
msgstr "Categoría"
|
162 |
|
163 |
+
#: lib/yit-cpt-unlimited.php:726
|
164 |
msgid "Categories"
|
165 |
msgstr "Categorías"
|
166 |
|
167 |
+
#: lib/yit-cpt-unlimited.php:1044
|
168 |
#, php-format
|
169 |
msgid "%s Settings"
|
170 |
msgstr "%s Ajustes"
|
171 |
|
172 |
+
#: lib/yit-cpt-unlimited.php:1050 lib/yit-cpt-unlimited.php:1198
|
173 |
+
#: lib/yit-cpt-unlimited.php:1204 lib/yit-plugin-panel.php:80
|
174 |
msgid "Settings"
|
175 |
msgstr "Ajustes"
|
176 |
|
177 |
+
#: lib/yit-cpt-unlimited.php:1053
|
178 |
msgid "Type"
|
179 |
msgstr "Tipo"
|
180 |
|
181 |
+
#: lib/yit-cpt-unlimited.php:1054
|
182 |
#, php-format
|
183 |
msgid "Layout for this %s"
|
184 |
msgstr "Diseño para este %s"
|
185 |
|
186 |
+
#: lib/yit-cpt-unlimited.php:1060
|
187 |
msgid "Rewrite"
|
188 |
msgstr "Reescribir"
|
189 |
|
190 |
+
#: lib/yit-cpt-unlimited.php:1061
|
191 |
msgid ""
|
192 |
"Univocal identification name in the URL for each product (slug from post if "
|
193 |
"empty)"
|
195 |
"Nombre de identificación único en la URL para cada producto (slug desde la "
|
196 |
"entrada si está vacío)"
|
197 |
|
198 |
+
#: lib/yit-cpt-unlimited.php:1066
|
199 |
msgid "Label in Singular"
|
200 |
msgstr "Etiqueta en singular"
|
201 |
|
202 |
+
#: lib/yit-cpt-unlimited.php:1067
|
203 |
msgid "Set a label in singular (title of portfolio if empty)"
|
204 |
msgstr ""
|
205 |
"Establecer una etiqueta en singular (título del porfolio si está vacío)"
|
206 |
|
207 |
+
#: lib/yit-cpt-unlimited.php:1072
|
208 |
msgid "Label in Plural"
|
209 |
msgstr "Etiqueta en plural"
|
210 |
|
211 |
+
#: lib/yit-cpt-unlimited.php:1073
|
212 |
msgid "Set a label in plural (title of portfolio if empty)"
|
213 |
msgstr "Establecer una etiqueta en plural (título del porfolio si está vacío)"
|
214 |
|
215 |
+
#: lib/yit-cpt-unlimited.php:1078
|
216 |
msgid "Taxonomy"
|
217 |
msgstr "Taxonomía"
|
218 |
|
219 |
+
#: lib/yit-cpt-unlimited.php:1079
|
220 |
msgid ""
|
221 |
"If you want to use categories in the portfolio, set a name for taxonomy. "
|
222 |
"Name should be a slug (must not contain capital letters nor spaces) and must "
|
227 |
"espacios) y no debe ser más largo de 32 caracteres (restricción de "
|
228 |
"estructura de base de datos)."
|
229 |
|
230 |
+
#: lib/yit-cpt-unlimited.php:1084
|
231 |
msgid "Taxonomy Rewrite"
|
232 |
msgstr "Rescritura de taxonomía"
|
233 |
|
234 |
+
#: lib/yit-cpt-unlimited.php:1085
|
235 |
msgid "Set univocal name for each category page URL."
|
236 |
msgstr "Establecer nombre único para cada página URL de categoría."
|
237 |
|
238 |
+
#: lib/yit-cpt-unlimited.php:1090
|
239 |
msgid "Single layout"
|
240 |
msgstr "Diseño simple"
|
241 |
|
242 |
+
#: lib/yit-cpt-unlimited.php:1091
|
243 |
msgid "Layout for single page of this portfolio"
|
244 |
msgstr "Diseño para cada página de este porfolio"
|
245 |
|
246 |
+
#: lib/yit-cpt-unlimited.php:1132
|
247 |
msgid "layout settings"
|
248 |
msgstr "ajustes de diseño"
|
249 |
|
250 |
+
#: lib/yit-cpt-unlimited.php:1224 lib/yit-cpt-unlimited.php:1237
|
251 |
msgid "Quick links"
|
252 |
msgstr "Enlaces rápidos"
|
253 |
|
254 |
+
#: lib/yit-cpt-unlimited.php:1477
|
255 |
#, php-format
|
256 |
msgid "Show frontend of the %s"
|
257 |
msgstr "Mostrar parte delantera de %s"
|
258 |
|
259 |
+
#: lib/yit-cpt-unlimited.php:1484 templates/fields/customtabs.php:46
|
260 |
#: templates/fields/customtabs.php:89
|
261 |
msgid "Name"
|
262 |
msgstr "Nombre"
|
263 |
|
264 |
+
#: lib/yit-cpt-unlimited.php:1635
|
265 |
#, php-format
|
266 |
msgid "Add %s from images"
|
267 |
msgstr "Añadir %s desde imágenes"
|
268 |
|
269 |
+
#: lib/yit-cpt-unlimited.php:1638
|
270 |
msgid "Upload multiple files"
|
271 |
msgstr "Cargar archivos múltiples"
|
272 |
|
273 |
+
#: lib/yit-plugin-panel-wc.php:397
|
274 |
msgid "The changes you have made will be lost if you leave this page."
|
275 |
msgstr "Los cambios que has hecho se perderán si abandonas esta página."
|
276 |
|
277 |
+
#: lib/yit-plugin-panel.php:79
|
278 |
msgid "Plugin Settings"
|
279 |
msgstr "Ajustes del plugin"
|
280 |
|
281 |
+
#: lib/yit-plugin-panel.php:424 lib/yit-plugin-panel.php:427
|
282 |
msgid "How to install premium version"
|
283 |
msgstr "Cómo instalar la versión premium"
|
284 |
|
285 |
+
#: lib/yit-plugin-panel.php:571 lib/yit-plugin-subpanel.php:151
|
286 |
+
#: templates/panel/woocommerce/woocommerce-form.php:14
|
287 |
msgid "Save Changes"
|
288 |
msgstr "Guardar cambios"
|
289 |
|
290 |
+
#: lib/yit-plugin-panel.php:574 lib/yit-plugin-subpanel.php:154
|
291 |
+
#: templates/panel/woocommerce/woocommerce-form.php:17
|
292 |
msgid ""
|
293 |
"If you continue with this action, you will reset all options in this page."
|
294 |
msgstr ""
|
295 |
"Si sigues con esta acción, se reiniciarán todas las opciones en esta página."
|
296 |
|
297 |
+
#: lib/yit-plugin-panel.php:576 lib/yit-plugin-subpanel.php:156
|
298 |
msgid "Reset to default"
|
299 |
msgstr "Restablecer a predeterminado"
|
300 |
|
301 |
+
#: lib/yit-plugin-panel.php:577 lib/yit-plugin-subpanel.php:157
|
302 |
+
#: templates/panel/woocommerce/woocommerce-form.php:21
|
303 |
msgid "Are you sure?"
|
304 |
msgstr "¿Estás seguro/a?"
|
305 |
|
306 |
+
#: lib/yit-plugin-panel.php:775
|
307 |
msgid ""
|
308 |
"The element you have entered already exists. Please, enter another name."
|
309 |
msgstr ""
|
310 |
"El elemento que has introducido ya existe. Por favor, introduce otro nombre."
|
311 |
|
312 |
+
#: lib/yit-plugin-panel.php:776
|
313 |
msgid "Settings saved"
|
314 |
msgstr "Ajustes guardados"
|
315 |
|
316 |
+
#: lib/yit-plugin-panel.php:777
|
317 |
msgid "Settings reset"
|
318 |
msgstr "Ajustes reiniciados"
|
319 |
|
320 |
+
#: lib/yit-plugin-panel.php:778
|
321 |
msgid "Element deleted correctly."
|
322 |
msgstr "Elemento borrado correctamente."
|
323 |
|
324 |
+
#: lib/yit-plugin-panel.php:779 lib/yit-plugin-panel.php:780
|
325 |
msgid "Element updated correctly."
|
326 |
msgstr "Elemento actualizado correctamente."
|
327 |
|
328 |
+
#: lib/yit-plugin-panel.php:781
|
329 |
msgid "Database imported correctly."
|
330 |
msgstr "Base de datos importada correctamente."
|
331 |
|
332 |
+
#: lib/yit-plugin-panel.php:782
|
333 |
msgid "An error has occurred during import. Please try again."
|
334 |
msgstr ""
|
335 |
"Ha ocurrido un error durante la importación. Por favor, inténtalo de nuevo."
|
336 |
|
337 |
+
#: lib/yit-plugin-panel.php:783
|
338 |
msgid "The added file is not valid."
|
339 |
msgstr "El archivo añadido no es válido."
|
340 |
|
341 |
+
#: lib/yit-plugin-panel.php:784
|
342 |
msgid "Sorry, import is disabled."
|
343 |
msgstr "Lo sentimos, la importación está deshabilitada."
|
344 |
|
345 |
+
#: lib/yit-plugin-panel.php:785
|
346 |
msgid "Sorting successful."
|
347 |
msgstr "Clasificación fue realizada con éxito."
|
348 |
|
349 |
+
#: lib/yit-plugin-panel.php:1233
|
350 |
+
msgid "We need your support"
|
351 |
+
msgstr "Necesitamos tu ayuda"
|
352 |
+
|
353 |
+
#: lib/yit-plugin-panel.php:1234
|
354 |
+
msgid "to keep updating and improving the plugin. Please,"
|
355 |
+
msgstr "para seguir actualizando y mejora el plugin. Por favor,"
|
356 |
+
|
357 |
+
#: lib/yit-plugin-panel.php:1236
|
358 |
+
msgid "help us by leaving a five-star rating"
|
359 |
+
msgstr "ayúdanos dejando una valoración de 5 estrellas"
|
360 |
+
|
361 |
+
#: lib/yit-plugin-panel.php:1237
|
362 |
+
msgid ":) Thanks!"
|
363 |
+
msgstr ":) ¡Gracias!"
|
364 |
+
|
365 |
#: lib/yit-pointers.php:70
|
366 |
msgid "Plugins Activated"
|
367 |
msgstr "Plugins activados"
|
412 |
" se moverán de su posición anterior a la "
|
413 |
"pestaña YIT Plugin."
|
414 |
|
415 |
+
#: lib/yith-dashboard.php:40
|
416 |
+
msgid "YITH Latest Updates"
|
417 |
+
msgstr "Últimas actualizaciones de YITH"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
418 |
|
419 |
+
#: lib/yith-dashboard.php:41
|
420 |
+
msgid "Latest news from YITH Blog"
|
421 |
+
msgstr "Últimas novedades del Blog de YITH"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
422 |
|
423 |
+
#: lib/yith-dashboard.php:65
|
424 |
+
msgid "RSS Error:"
|
425 |
+
msgstr "Error RSS:"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
426 |
|
427 |
+
#: lib/yith-dashboard.php:71
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
428 |
msgid ""
|
429 |
+
"An error has occurred, which probably means the feed is down. Try again "
|
430 |
+
"later."
|
431 |
msgstr ""
|
432 |
+
"Ha ocurrido un error, lo que probablemente significa que el feed está caído. "
|
433 |
+
"Inténtalo de nuevo más tarde."
|
434 |
|
435 |
+
#: lib/yith-dashboard.php:99
|
436 |
+
msgctxt "Plugin FW"
|
437 |
+
msgid "View Changelog"
|
438 |
+
msgstr "Ver registro de cambios"
|
439 |
|
440 |
+
#: lib/yith-dashboard.php:100
|
441 |
+
msgctxt "Plugin FW"
|
442 |
+
msgid "Latest update released on"
|
443 |
+
msgstr "Última actualización publicada el"
|
444 |
|
445 |
+
#: lib/yith-dashboard.php:143
|
446 |
+
msgctxt "Button label"
|
447 |
+
msgid "Close"
|
448 |
+
msgstr "Cerrar"
|
449 |
|
450 |
#: lib/yith-gutenberg.php:134
|
451 |
msgctxt "[gutenberg]: Category Name"
|
452 |
msgid "YITH"
|
453 |
msgstr "YITH"
|
454 |
|
455 |
+
#: lib/yith-system-status.php:97 lib/yith-system-status.php:98
|
456 |
+
msgid "System Status"
|
457 |
+
msgstr "Estado del sistema"
|
|
|
|
|
458 |
|
459 |
+
#: lib/yith-system-status.php:104
|
460 |
+
msgid "WordPress Version"
|
461 |
+
msgstr "Versión de WordPress"
|
|
|
462 |
|
463 |
+
#: lib/yith-system-status.php:105
|
464 |
+
msgid "WooCommerce Version"
|
465 |
+
msgstr "Versión de WooCommerce"
|
|
|
|
|
466 |
|
467 |
+
#: lib/yith-system-status.php:106
|
468 |
+
msgid "Available Memory"
|
469 |
+
msgstr "Memoria disponible"
|
470 |
|
471 |
+
#: lib/yith-system-status.php:107
|
472 |
+
msgid "PHP Version"
|
473 |
+
msgstr "Versión PHP"
|
474 |
|
475 |
+
#: lib/yith-system-status.php:108
|
476 |
+
msgid "TLS Version"
|
477 |
+
msgstr "Versión TLS"
|
|
|
|
|
478 |
|
479 |
+
#: lib/yith-system-status.php:109
|
480 |
+
msgid "WordPress Cron"
|
481 |
+
msgstr "Cron de WordPress"
|
482 |
|
483 |
+
#: lib/yith-system-status.php:110
|
484 |
+
msgid "SimpleXML"
|
485 |
+
msgstr "SimpleXML"
|
486 |
|
487 |
+
#: lib/yith-system-status.php:111
|
488 |
+
msgid "MultiByte String"
|
489 |
+
msgstr "Cadena MultiByte"
|
490 |
|
491 |
+
#: lib/yith-system-status.php:112
|
492 |
+
msgid "ImageMagick Version"
|
493 |
+
msgstr "Versión ImageMagick"
|
494 |
|
495 |
+
#: lib/yith-system-status.php:113
|
496 |
+
msgid "GD Library"
|
497 |
+
msgstr "Biblioteca GD"
|
498 |
|
499 |
+
#: lib/yith-system-status.php:114
|
500 |
+
msgid "Iconv Module"
|
501 |
+
msgstr "Módulo Iconv"
|
502 |
|
503 |
+
#: lib/yith-system-status.php:115
|
504 |
+
msgid "OPCache Save Comments"
|
505 |
+
msgstr "Guardar comentarios OPCache"
|
506 |
|
507 |
+
#: lib/yith-system-status.php:116
|
508 |
+
msgid "URL FOpen"
|
509 |
+
msgstr "URL FOpen"
|
510 |
|
511 |
+
#: lib/yith-system-status.php:173
|
512 |
+
msgid "YITH Plugins"
|
513 |
+
msgstr "Plugins de YITH"
|
514 |
+
|
515 |
+
#: lib/yith-system-status.php:174
|
516 |
+
msgid "WooCommerce"
|
517 |
+
msgstr "WooCommerce"
|
518 |
+
|
519 |
+
#: lib/yith-system-status.php:291
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
520 |
msgid "Warning!"
|
521 |
msgstr "¡Atención! "
|
522 |
|
523 |
+
#: lib/yith-system-status.php:292
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
524 |
#, php-format
|
|
|
|
|
|
|
|
|
525 |
msgid ""
|
526 |
+
"The system check has detected some compatibility issues on your "
|
527 |
+
"installation. %sClick here%s to know more"
|
528 |
msgstr ""
|
529 |
+
"La comprobación del sistema ha detectado algunos errores en tu instalación. "
|
530 |
+
"%sHaz clic aquí%s para saber más"
|
531 |
|
532 |
+
#: templates/fields/ajax-customers.php:57
|
533 |
+
msgid "Search Customers"
|
534 |
+
msgstr "Buscar clientes"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
535 |
|
536 |
+
#: templates/fields/ajax-customers.php:83
|
537 |
+
#: templates/fields/ajax-customers.php:93
|
538 |
+
#, php-format
|
539 |
+
msgid "%1$s (#%2$s – %3$s)"
|
540 |
+
msgstr "%1$s (#%2$s – %3$s)"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
541 |
|
542 |
#: templates/fields/ajax-posts.php:57
|
543 |
msgid "Search Posts"
|
575 |
msgid "Do you want to remove the custom tab?"
|
576 |
msgstr "¿Quieres borrar la etiqueta personalizada?"
|
577 |
|
578 |
+
#: templates/fields/date-format.php:50
|
579 |
+
msgid "Custom:"
|
580 |
+
msgstr "Personalizado:"
|
581 |
+
|
582 |
#: templates/fields/icons.php:58
|
583 |
msgid "Set Default"
|
584 |
msgstr "Establecer por defecto"
|
603 |
msgid "Delete"
|
604 |
msgstr "Borrar"
|
605 |
|
606 |
+
#: templates/fields/onoff.php:24
|
607 |
+
msgctxt "ON/OFF button: use MAX 3 characters!"
|
608 |
+
msgid "ON"
|
609 |
+
msgstr "ON"
|
610 |
|
611 |
+
#: templates/fields/onoff.php:25
|
612 |
+
msgctxt "ON/OFF button: use MAX 3 characters!"
|
613 |
+
msgid "OFF"
|
614 |
+
msgstr "OFF"
|
615 |
+
|
616 |
+
#: templates/fields/select-buttons.php:21
|
617 |
+
msgid "Add All"
|
618 |
+
msgstr "Añadir todo"
|
619 |
+
|
620 |
+
#: templates/fields/select-buttons.php:34
|
621 |
+
msgid "Remove All"
|
622 |
+
msgstr "Eliminar todo"
|
623 |
|
624 |
#: templates/fields/sidebars.php:22
|
625 |
msgid "Left sidebar"
|
645 |
msgid "Right Sidebar"
|
646 |
msgstr "Barra lateral derecha"
|
647 |
|
648 |
+
#: templates/fields/upload.php:27 templates/metaboxes/types/icon-list.php:70
|
649 |
#: templates/panel/woocommerce/woocommerce-upload.php:40
|
650 |
msgid "Upload"
|
651 |
msgstr "Subir"
|
652 |
|
653 |
+
#: templates/fields/upload.php:29
|
654 |
msgid "Reset"
|
655 |
msgstr "Reinicia"
|
656 |
|
668 |
msgid "(Default: <i %s></i> )"
|
669 |
msgstr "(Por defecto: <i %s></i> )"
|
670 |
|
671 |
+
#: templates/panel/woocommerce/woocommerce-form.php:20
|
672 |
msgid "Reset Defaults"
|
673 |
msgstr "Ajustes predeterminados"
|
674 |
|
675 |
+
#: templates/sysinfo/system-information-panel.php:30
|
676 |
+
msgid "YITH System Information"
|
677 |
+
msgstr "Información del sistema de YITH"
|
678 |
+
|
679 |
+
#: templates/sysinfo/system-information-panel.php:38
|
680 |
+
msgid "Site URL"
|
681 |
+
msgstr "URL del sitio"
|
682 |
+
|
683 |
+
#: templates/sysinfo/system-information-panel.php:46
|
684 |
+
msgid "Output IP Address"
|
685 |
+
msgstr "Salida Dirección IP"
|
686 |
+
|
687 |
+
#: templates/sysinfo/system-information-panel.php:76
|
688 |
+
msgid "Enabled"
|
689 |
+
msgstr "Activado"
|
690 |
+
|
691 |
+
#: templates/sysinfo/system-information-panel.php:76
|
692 |
+
msgid "Disabled"
|
693 |
+
msgstr "Desactivado"
|
694 |
+
|
695 |
+
#: templates/sysinfo/system-information-panel.php:82
|
696 |
+
msgid "N/A"
|
697 |
+
msgstr "N/D"
|
698 |
+
|
699 |
+
#: templates/sysinfo/system-information-panel.php:96
|
700 |
+
#, php-format
|
701 |
+
msgid "%s needs %s enabled"
|
702 |
+
msgstr "%s necesita %s enabled"
|
703 |
+
|
704 |
+
#: templates/sysinfo/system-information-panel.php:98
|
705 |
+
#, php-format
|
706 |
+
msgid "%s needs at least %s of available memory"
|
707 |
+
msgstr "%s necesita al menos %s de memoria disponible"
|
708 |
+
|
709 |
+
#: templates/sysinfo/system-information-panel.php:100
|
710 |
+
#: templates/sysinfo/system-information-panel.php:149
|
711 |
+
#, php-format
|
712 |
+
msgid ""
|
713 |
+
"For optimal functioning of our plugins, we suggest setting at least %s of "
|
714 |
+
"available memory"
|
715 |
+
msgstr ""
|
716 |
+
"Para el optimo funcionamiento de los plugins, sugerimos configurar al menos "
|
717 |
+
"%s de memoria disponible"
|
718 |
+
|
719 |
+
#: templates/sysinfo/system-information-panel.php:102
|
720 |
+
#: templates/sysinfo/system-information-panel.php:137
|
721 |
+
#: templates/sysinfo/system-information-panel.php:151
|
722 |
+
#, php-format
|
723 |
+
msgid ""
|
724 |
+
"Read more %s here%s or contact your hosting company in order to increase it."
|
725 |
+
msgstr ""
|
726 |
+
"Lee más %s aquí%s o contacta a tu compañía de hosting para incrementarlo."
|
727 |
+
|
728 |
+
#: templates/sysinfo/system-information-panel.php:105
|
729 |
+
#, php-format
|
730 |
+
msgid "%s needs at least %s version"
|
731 |
+
msgstr "%s necesita al menos la versión %s"
|
732 |
+
|
733 |
+
#: templates/sysinfo/system-information-panel.php:116
|
734 |
+
msgid ""
|
735 |
+
"Update it to the latest version in order to benefit of all new features and "
|
736 |
+
"security updates."
|
737 |
+
msgstr ""
|
738 |
+
"Actualízalo a la última versión para beneficiarte de todas las nuevas "
|
739 |
+
"características y actualizaciones de seguridad"
|
740 |
+
|
741 |
+
#: templates/sysinfo/system-information-panel.php:122
|
742 |
+
msgid "Contact your hosting company in order to update it."
|
743 |
+
msgstr "Contacta a tu compañía de hosting para actualizarlo."
|
744 |
+
|
745 |
+
#: templates/sysinfo/system-information-panel.php:126
|
746 |
+
#, php-format
|
747 |
+
msgid "Remove %s from %s file"
|
748 |
+
msgstr "Eliminar %s del archivo %s"
|
749 |
+
|
750 |
+
#: templates/sysinfo/system-information-panel.php:134
|
751 |
+
msgid "Contact your hosting company in order to enable it."
|
752 |
+
msgstr "Contacta a tu compañía de hosting para activarlo."
|
753 |
+
|
754 |
+
#: templates/sysinfo/system-information-panel.php:157
|
755 |
+
msgid ""
|
756 |
+
"We cannot determine which <b>TLS</b> version is installed because <b>cURL</"
|
757 |
+
"b> module is disabled. Ask your hosting company to enable it."
|
758 |
+
msgstr ""
|
759 |
+
"No podemos determinar qué versión <b>TLS</b> está instalada porque <b>cURL</"
|
760 |
+
"b> el módulo está desactivado. Solicita a tu compañía de hosting que lo "
|
761 |
+
"active."
|
762 |
+
|
763 |
+
#: templates/sysinfo/system-information-panel.php:160
|
764 |
+
msgid ""
|
765 |
+
"<b>ImageMagick</b> module is not installed. Ask your hosting company to "
|
766 |
+
"install it."
|
767 |
+
msgstr ""
|
768 |
+
"<b>ImageMagick</b> el módulo no está instalado. Solicita a tu compañia de "
|
769 |
+
"hosting que lo instale."
|
770 |
+
|
771 |
+
#: templates/sysinfo/system-information-panel.php:172
|
772 |
+
msgid "Show full PHPInfo"
|
773 |
+
msgstr "Mostrar PHPInfo completa"
|
774 |
+
|
775 |
+
#: templates/sysinfo/system-information-panel.php:176
|
776 |
+
msgid "Back to System panel"
|
777 |
+
msgstr "Volver al panel del Sistema"
|
778 |
+
|
779 |
+
#: templates/sysinfo/system-information-panel.php:193
|
780 |
+
msgid "Back to top"
|
781 |
+
msgstr "Volver arriba"
|
782 |
+
|
783 |
#: yit-plugin.php:83
|
784 |
msgctxt "Plugin Row Meta"
|
785 |
msgid "Live Demo"
|
800 |
msgid "Premium version"
|
801 |
msgstr "Versión premium"
|
802 |
|
803 |
+
#: yit-plugin.php:190
|
804 |
msgctxt "Action links"
|
805 |
msgid "Settings"
|
806 |
msgstr "Ajustes"
|
807 |
|
808 |
+
#: yit-plugin.php:194
|
809 |
msgid "License"
|
810 |
msgstr "Licencia"
|
811 |
|
812 |
+
#~ msgid "An unexpected error occurred, please try again later. Thanks!"
|
813 |
+
#~ msgstr ""
|
814 |
+
#~ "Ha ocurrido un error inesperado, por favor, inténtalo de nuevo más tarde. "
|
815 |
+
#~ "¡Gracias!"
|
816 |
+
|
817 |
+
#~ msgid "There is a new version of %plugin_name% available."
|
818 |
+
#~ msgstr "Hay una nueva versión de %plugin_name% disponible."
|
819 |
+
|
820 |
+
#~ msgid "View version %latest% details."
|
821 |
+
#~ msgstr "Ver detalles de la %latest% versión"
|
822 |
+
|
823 |
+
#~ msgid "Automatic update is unavailable for this plugin,"
|
824 |
+
#~ msgstr ""
|
825 |
+
#~ "Las actualizaciones automáticas no están disponibles para este plugin,"
|
826 |
+
|
827 |
+
#~ msgid ""
|
828 |
+
#~ "please <a href=\"%activate_link%\">activate</a> your copy of %plugin_name"
|
829 |
+
#~ "%."
|
830 |
+
#~ msgstr ""
|
831 |
+
#~ "por favor, <a href=\"%activate_link%\">activa</a> tu copia de %plugin_name"
|
832 |
+
#~ "%."
|
833 |
+
|
834 |
+
#~ msgid "Update now."
|
835 |
+
#~ msgstr "Actualiza ahora."
|
836 |
+
|
837 |
+
#~ msgid ""
|
838 |
+
#~ "<br/><b>Please note:</b> You are using a higher version than the latest "
|
839 |
+
#~ "available one. </em>Please, make sure you've downloaded the latest "
|
840 |
+
#~ "version of <em>%1$s</em> from the only <a href=\"https://yithemes.com\" "
|
841 |
+
#~ "target=\"_blank\">YITH official website</a>, specifically, from your <a "
|
842 |
+
#~ "href=\"https://yithemes.com/my-account/recent-downloads/\" target=\"_blank"
|
843 |
+
#~ "\">Downloads page</a>. This is the only way to be sure the version you "
|
844 |
+
#~ "are using is 100% malware-free."
|
845 |
+
#~ msgstr ""
|
846 |
+
#~ "<br/><b>Por favor, ten en cuenta:</b> Estás usando una versión superior a "
|
847 |
+
#~ "la última disponible. </em>Por favor, asegurate de que has descargado la "
|
848 |
+
#~ "última versión de <em>%1$s</em> desde el único <a href=\"https://yithemes."
|
849 |
+
#~ "com\" target=\"_blank\">sitio oficial de YITH</a>, específicamente, desde "
|
850 |
+
#~ "tu <a href=\"https://yithemes.com/my-account/recent-downloads/\" target="
|
851 |
+
#~ "\"_blank\">página de Descargas</a>. Esta es la única forma de estar "
|
852 |
+
#~ "seguro de que la versión que estás usando es 100% malware-free."
|
853 |
+
|
854 |
+
#~ msgctxt "[Update Plugin Message: License not enabled]"
|
855 |
+
#~ msgid "You have to activate the plugin to benefit from automatic updates."
|
856 |
+
#~ msgstr ""
|
857 |
+
#~ "Tienes que activar el plugin para beneficiarte de actualizaciones "
|
858 |
+
#~ "automáticas."
|
859 |
+
|
860 |
+
#~ msgid "YITH Repository"
|
861 |
+
#~ msgstr "Repositorio de YITH"
|
862 |
+
|
863 |
+
#~ msgid "Invalid URL Provided."
|
864 |
+
#~ msgstr "La URL proporcionada no es válida."
|
865 |
+
|
866 |
+
#~ msgid "Could not create Temporary file."
|
867 |
+
#~ msgstr "No se pudo crear un archivo temporal."
|
868 |
+
|
869 |
+
#~ msgid ""
|
870 |
+
#~ "There is a new version of %1$s available. <a href=\"%2$s\" class="
|
871 |
+
#~ "\"thickbox yit-changelog-button open-plugin-details-modal\" title=\"%3$s"
|
872 |
+
#~ "\">View version %4$s details</a>."
|
873 |
+
#~ msgstr ""
|
874 |
+
#~ "Hay una nueva versión de %1$s disponible. <a href=\"%2$s\" class="
|
875 |
+
#~ "\"thickbox yit-changelog-button\" title=\"%3$s\">Ver detalles de la "
|
876 |
+
#~ "versión %4$s</a>."
|
877 |
+
|
878 |
+
#~ msgid ""
|
879 |
+
#~ "There is a new version of %1$s available. <a href=\"%2$s\" class="
|
880 |
+
#~ "\"thickbox yit-changelog-button open-plugin-details-modal\" title=\"%3$s"
|
881 |
+
#~ "\">View version %4$s details</a>. <em>You have to activate the plugin on "
|
882 |
+
#~ "a single site of the network to benefit from automatic updates.</em>"
|
883 |
+
#~ msgstr ""
|
884 |
+
#~ "Hay una nueva versión de %1$s disponible. <a href=\"%2$s\" class="
|
885 |
+
#~ "\"thickbox yit-changelog-button\" title=\"%3$s\">Ver detalles de la "
|
886 |
+
#~ "versión %4$s</a>. <em>Tienes que activar el plugin en un único sitio web "
|
887 |
+
#~ "desde la red para beneficiarte de las actualizaciones automáticas.</em>"
|
888 |
+
|
889 |
+
#~ msgid ""
|
890 |
+
#~ "There is a new version of %1$s available. <a href=\"%2$s\" class="
|
891 |
+
#~ "\"thickbox yit-changelog-button open-plugin-details-modal\" title=\"%3$s"
|
892 |
+
#~ "\">View version %4$s details</a>. <em>Automatic update is unavailable for "
|
893 |
+
#~ "this plugin, please <a href=\"%5$s\" title=\"License activation"
|
894 |
+
#~ "\">activate</a> your copy of %6s.</em>"
|
895 |
+
#~ msgstr ""
|
896 |
+
#~ "Hay una nueva versión de %1$s disponible. <a href=\"%2$s\" class="
|
897 |
+
#~ "\"thickbox yit-changelog-button\" title=\"%3$s\">Ver detalles de la "
|
898 |
+
#~ "versión %4$s</a>. <em>Las actualizaciones automáticas no están "
|
899 |
+
#~ "disponibles para este plugin, por favor <a href=\"%5$s\" title=\"License "
|
900 |
+
#~ "activation\">activa</a> tu copia de %6s.</em>"
|
901 |
+
|
902 |
+
#~ msgid ""
|
903 |
+
#~ "There is a new version of %1$s available. <a href=\"%2$s\" class="
|
904 |
+
#~ "\"thickbox yit-changelog-button open-plugin-details-modal\" title=\"%3$s"
|
905 |
+
#~ "\">View version %4$s details</a> or <a href=\"%5$s\">update now</a>."
|
906 |
+
#~ msgstr ""
|
907 |
+
#~ "Hay una nueva versión de %1$s disponible. <a href=\"%2$s\" class="
|
908 |
+
#~ "\"thickbox yit-changelog-button\" title=\"%3$s\">Ver detalles de la "
|
909 |
+
#~ "versión %4$s</a> o <a href=\"%5$s\">actualizar ahora</a>."
|
910 |
+
|
911 |
+
#~ msgid ""
|
912 |
+
#~ "<br/><b>Please note:</b> You are using a higher version than the latest "
|
913 |
+
#~ "available one. </em>Please, make sure you've downloaded the latest "
|
914 |
+
#~ "version of <em>%1$s</em> from the only <a href=\"https://yithemes.com\" "
|
915 |
+
#~ "target=\"_blank\">YITH official website</a>, specifically, from your <a "
|
916 |
+
#~ "href=\"https://yithemes.com/my-account/recent-downloads/\" target=\"_blank"
|
917 |
+
#~ "\">Downloads page</a>. This is the only way to be sure the version you "
|
918 |
+
#~ "are using is 100%% malware-free."
|
919 |
+
#~ msgstr ""
|
920 |
+
#~ "<br/><b>Por favor, ten en cuenta:</b> Estás usando una versión más alta "
|
921 |
+
#~ "que la última disponible. </em>Por favor, asegurate de que has descargado "
|
922 |
+
#~ "la última versión de <em>%1$s</em> desde el único<a href=\"https://"
|
923 |
+
#~ "yithemes.com\" target=\"_blank\">sitio oficial de YITH</a>, "
|
924 |
+
#~ "específicamente, desde tu <a href=\"https://yithemes.com/my-account/"
|
925 |
+
#~ "recent-downloads/\" target=\"_blank\">página de Descargas</a>. Esta es la "
|
926 |
+
#~ "única manera de estar seguro de que la versión que estás usando es 100%% "
|
927 |
+
#~ "malware-free."
|
928 |
+
|
929 |
+
#~ msgid "You can't update the plugins for this site."
|
930 |
+
#~ msgstr "No puedes actualizar los plugins para este sitio web."
|
931 |
+
|
932 |
+
#~ msgid ""
|
933 |
+
#~ "You do not have sufficient permissions to update the plugins for this "
|
934 |
+
#~ "site."
|
935 |
+
#~ msgstr ""
|
936 |
+
#~ "No tienes suficientes permisos para actualizar los plugins para este "
|
937 |
+
#~ "sitio web."
|
938 |
+
|
939 |
+
#~ msgid "Update Plugin"
|
940 |
+
#~ msgstr "Actualizar Plugin"
|
941 |
+
|
942 |
+
#~ msgid "New YITH products"
|
943 |
+
#~ msgstr "Nuevos productos de YITH"
|
944 |
+
|
945 |
+
#~ msgctxt "%s = field name"
|
946 |
+
#~ msgid "Please, insert a valid %s"
|
947 |
+
#~ msgstr "Por favor, introduce una %s válida"
|
948 |
+
|
949 |
+
#~ msgid "Please, insert a valid %s and a valid %s"
|
950 |
+
#~ msgstr "Por favor, inserta una %s válida y una %s válida"
|
951 |
+
|
952 |
+
#~ msgid "Unable to contact the remote server, please try again later. Thanks!"
|
953 |
+
#~ msgstr ""
|
954 |
+
#~ "No fue posible contactar con el servidor remoto, por favor, inténtalo de "
|
955 |
+
#~ "nuevo más tarde. ¡Gracias!"
|
956 |
+
|
957 |
+
#~ msgid "email address"
|
958 |
+
#~ msgstr "dirección de correo electrónico"
|
959 |
+
|
960 |
+
#~ msgid "license key"
|
961 |
+
#~ msgstr "clave de licencia"
|
962 |
+
|
963 |
+
#~ msgid "Are you sure you want to deactivate the license for current site?"
|
964 |
+
#~ msgstr ""
|
965 |
+
#~ "¿Estás seguro/a de que quieres desactivar la licencia para el sitio web "
|
966 |
+
#~ "actual?"
|
967 |
+
|
968 |
+
#~ msgid "Invalid Request"
|
969 |
+
#~ msgstr "Solicitud inválida"
|
970 |
+
|
971 |
+
#~ msgid "Invalid license key"
|
972 |
+
#~ msgstr "Clave de solicitud inválida"
|
973 |
+
|
974 |
+
#~ msgid "Software has been deactivated"
|
975 |
+
#~ msgstr "El software ha sido desactivado"
|
976 |
+
|
977 |
+
#~ msgid "Maximum number of activations exceeded"
|
978 |
+
#~ msgstr "Se ha excedido el número máximo de solicitudes"
|
979 |
+
|
980 |
+
#~ msgid "Invalid instance ID"
|
981 |
+
#~ msgstr "Instancia ID inválida"
|
982 |
+
|
983 |
+
#~ msgid "Invalid security key"
|
984 |
+
#~ msgstr "Clave de seguridad inválida"
|
985 |
+
|
986 |
+
#~ msgid "License key has expired"
|
987 |
+
#~ msgstr "La clave de licencia ha caducado"
|
988 |
+
|
989 |
+
#~ msgid "License key has been banned"
|
990 |
+
#~ msgstr "La clave de licencia ha sido bloqueada"
|
991 |
+
|
992 |
+
#~ msgid "Current product is not included in your YITH Club Subscription key"
|
993 |
+
#~ msgstr ""
|
994 |
+
#~ "Producto actual no está incluido en la clave de suscripción de Club de "
|
995 |
+
#~ "YITH"
|
996 |
+
|
997 |
+
#~ msgid "Great"
|
998 |
+
#~ msgstr "Excelente"
|
999 |
+
|
1000 |
+
#~ msgid "License successfully activated"
|
1001 |
+
#~ msgstr "Licencia activada con éxito"
|
1002 |
+
|
1003 |
+
#~ msgid "License key deactivated for website"
|
1004 |
+
#~ msgstr "Clave de licencia desactivada para nuestro sitio web"
|
1005 |
+
|
1006 |
+
#~ msgid "License Activation"
|
1007 |
+
#~ msgstr "Activación de la Licencia"
|
1008 |
+
|
1009 |
+
#~ msgctxt ""
|
1010 |
+
#~ "[Part of]: Warning! You didn't set license key for the following products:"
|
1011 |
+
#~ "[Plugins List] which means you're missing out on updates and support. "
|
1012 |
+
#~ "Enter your license key, please."
|
1013 |
+
#~ msgid "You didn't set license key for the following products"
|
1014 |
+
#~ msgstr ""
|
1015 |
+
#~ "No has establecido la clave de licencia para los siguientes productos"
|
1016 |
+
|
1017 |
+
#~ msgctxt ""
|
1018 |
+
#~ "[Part of]: Warning! You didn't set license key for the following products:"
|
1019 |
+
#~ "[Plugins List] which means you're missing out on updates and support. "
|
1020 |
+
#~ "Enter your license key, please."
|
1021 |
+
#~ msgid "which means you're missing out on updates and support"
|
1022 |
+
#~ msgstr "lo que significa que estás perdiendo actualizaciones y soporte"
|
1023 |
+
|
1024 |
+
#~ msgctxt ""
|
1025 |
+
#~ "[Part of]: Warning! You didn't set license key for the following products:"
|
1026 |
+
#~ "[Plugins List] which means you're missing out on updates and support. "
|
1027 |
+
#~ "Enter your license key, please."
|
1028 |
+
#~ msgid "Enter your license key"
|
1029 |
+
#~ msgstr "Introduce tu clave de licencia"
|
1030 |
+
|
1031 |
+
#~ msgctxt ""
|
1032 |
+
#~ "[Part of]: Warning! You didn't set license key for the following products:"
|
1033 |
+
#~ "[Plugins List] which means you're missing out on updates and support. "
|
1034 |
+
#~ "Enter your license key, please."
|
1035 |
+
#~ msgid "please"
|
1036 |
+
#~ msgstr "por favor"
|
1037 |
+
|
1038 |
+
#~ msgid "%s"
|
1039 |
+
#~ msgstr "%s"
|
1040 |
+
|
1041 |
+
#~ msgid ""
|
1042 |
+
#~ "I cannot find the license key for activating the theme I have bought some "
|
1043 |
+
#~ "time ago. Where can I find it?"
|
1044 |
+
#~ msgstr ""
|
1045 |
+
#~ "No puedo encontrar la clave de licencia para activar el tema que compré "
|
1046 |
+
#~ "hace tiempo. ¿Dónde la puedo encontrar?"
|
1047 |
+
|
1048 |
+
#~ msgid ""
|
1049 |
+
#~ "If you have purchased one of our products before 27 January 2015, you can "
|
1050 |
+
#~ "benefit from support and updates (the services offered with the license)\n"
|
1051 |
+
#~ " until 27 January 2016 and you do not have to purchase "
|
1052 |
+
#~ "it again to get a new license key, because, before this date, your "
|
1053 |
+
#~ "license used to be activated automatically by our system.\n"
|
1054 |
+
#~ " After 27 January 2016, instead, if you want to "
|
1055 |
+
#~ "benefit from support and updates you have to buy a new license and "
|
1056 |
+
#~ "activate it through the license key you will be\n"
|
1057 |
+
#~ " provided with and that you can find in your YITH "
|
1058 |
+
#~ "account, in section \"My licenses\"."
|
1059 |
+
#~ msgstr ""
|
1060 |
+
#~ "Si has comprado uno de nuestros productos antes del 27 de enero de 2015, "
|
1061 |
+
#~ "puedes beneficiarte del soporte y actualizaciones (los servicios "
|
1062 |
+
#~ "incluidos con la licencia)\n"
|
1063 |
+
#~ " hasta el 27 de enero de 2016 y no tendrás que "
|
1064 |
+
#~ "comprarla otra vez para conseguir una nueva clave de licencia, porque, "
|
1065 |
+
#~ "antes de esta fecha, tu licencia se activaba automáticamente por nuestro "
|
1066 |
+
#~ "sistema.\n"
|
1067 |
+
#~ " Después del 27 de enero de 2016, sin embargo, si "
|
1068 |
+
#~ "quieres beneficiarte de nuestro soporte y actualizaciones, tienes que "
|
1069 |
+
#~ "comprar una nueva licencia y activarla a través de la clave de licencia "
|
1070 |
+
#~ "que \n"
|
1071 |
+
#~ " se te proporcionará y que podrás encontrar en tu "
|
1072 |
+
#~ "cuenta YIThemes, en la sección \"My licenses\"."
|
1073 |
+
|
1074 |
+
#~ msgid "YITH License Activation"
|
1075 |
+
#~ msgstr "Activación de licencia de YITH"
|
1076 |
+
|
1077 |
+
#~ msgid "License expiry date"
|
1078 |
+
#~ msgstr "Fecha de vencimiento de la licencia"
|
1079 |
+
|
1080 |
+
#~ msgid ""
|
1081 |
+
#~ "If you have renewed your product license key and the expiry date does not "
|
1082 |
+
#~ "appear up-to-date, please, click on the button <em>Check Expiry Date</em> "
|
1083 |
+
#~ "below and it will update."
|
1084 |
+
#~ msgstr ""
|
1085 |
+
#~ "Si has renovado la clave de licencia de tu producto y la fecha de "
|
1086 |
+
#~ "vencimiento no aparece actualizada, por favor, haz clic en el botón "
|
1087 |
+
#~ "<em>Comprobar fecha de vencimiento</em> debajo y se actualizará."
|
1088 |
+
|
1089 |
+
#~ msgid "Check expiry date"
|
1090 |
+
#~ msgstr "Comprobar la fecha de vencimiento"
|
1091 |
+
|
1092 |
+
#~ msgid "Product to activate"
|
1093 |
+
#~ msgid_plural "Products to activate"
|
1094 |
+
#~ msgstr[0] "Producto que activar"
|
1095 |
+
#~ msgstr[1] "Productos que activar"
|
1096 |
+
|
1097 |
+
#~ msgid "Are you having issues with the license activation?"
|
1098 |
+
#~ msgstr "¿Estás teniendo problemas con la activación de la licencia?"
|
1099 |
+
|
1100 |
+
#~ msgid "Read this article"
|
1101 |
+
#~ msgstr "Lee este artículo"
|
1102 |
+
|
1103 |
+
#~ msgid "Activate"
|
1104 |
+
#~ msgstr "Activar"
|
1105 |
+
|
1106 |
+
#~ msgid "Activated"
|
1107 |
+
#~ msgstr "Activado/a"
|
1108 |
+
|
1109 |
+
#~ msgid "Product Name"
|
1110 |
+
#~ msgstr "Nombre de Producto"
|
1111 |
+
|
1112 |
+
#~ msgid "Email"
|
1113 |
+
#~ msgstr "Email"
|
1114 |
+
|
1115 |
+
#~ msgid "License Key"
|
1116 |
+
#~ msgstr "Clave de Licencia"
|
1117 |
+
|
1118 |
+
#~ msgid "Expires"
|
1119 |
+
#~ msgstr "Caduca"
|
1120 |
+
|
1121 |
+
#~ msgid "Remaining"
|
1122 |
+
#~ msgstr "Restantes"
|
1123 |
+
|
1124 |
+
#~ msgid "Club Subscription"
|
1125 |
+
#~ msgstr "Suscripción al Club"
|
1126 |
+
|
1127 |
+
#~ msgid "%1s out of %2s"
|
1128 |
+
#~ msgstr "%1s de %2s"
|
1129 |
+
|
1130 |
+
#~ msgid "Deactivate"
|
1131 |
+
#~ msgstr "Desactivar"
|
1132 |
+
|
1133 |
+
#~ msgid "Renew"
|
1134 |
+
#~ msgstr "Renovado"
|
1135 |
+
|
1136 |
+
#~ msgid "Banned"
|
1137 |
+
#~ msgstr "Bloqueado"
|
1138 |
+
|
1139 |
+
#~ msgid "Expired"
|
1140 |
+
#~ msgstr "Caducado"
|
1141 |
+
|
1142 |
+
#~ msgid "Order again"
|
1143 |
+
#~ msgstr "Comprar de nuevo"
|
1144 |
+
|
1145 |
+
#~ msgid "Renew license"
|
1146 |
+
#~ msgstr "Renovar licencia"
|
1147 |
+
|
1148 |
+
#~ msgid "Select All"
|
1149 |
+
#~ msgstr "Seleccionar todo"
|
1150 |
+
|
1151 |
+
#~ msgid "Deselect All"
|
1152 |
+
#~ msgstr "Deseleccionar todo"
|
1153 |
+
|
1154 |
#~ msgid ""
|
1155 |
#~ "Have you updated your licenses? Have you asked for an extension? Update "
|
1156 |
#~ "information concerning your products."
|
1216 |
#~ msgid "Theme Icon"
|
1217 |
#~ msgstr "Icono del tema"
|
1218 |
|
|
|
|
|
|
|
1219 |
#~ msgid "None"
|
1220 |
#~ msgstr "Ninguno"
|
1221 |
|
|
|
|
|
|
|
|
|
|
|
|
|
1222 |
#~ msgid "Field Title"
|
1223 |
#~ msgstr "Campo de título"
|
1224 |
|
plugin-fw/languages/yith-plugin-fw-it_IT.mo
CHANGED
Binary file
|
plugin-fw/languages/yith-plugin-fw-it_IT.po
CHANGED
@@ -4,8 +4,8 @@ msgid ""
|
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: YITH Plugin Starter 1.0.0 Plugin FW\n"
|
6 |
"Report-Msgid-Bugs-To: Your Inspiration Themes <plugins@yithemes.com>\n"
|
7 |
-
"POT-Creation-Date:
|
8 |
-
"PO-Revision-Date:
|
9 |
"Last-Translator: \n"
|
10 |
"Language-Team: YIThemes <plugins@yithemes.com>\n"
|
11 |
"Language: it_IT\n"
|
@@ -65,129 +65,129 @@ msgctxt "Privacy Policy Content"
|
|
65 |
msgid "Payments"
|
66 |
msgstr "Pagamenti"
|
67 |
|
68 |
-
#: lib/yit-cpt-unlimited.php:
|
69 |
-
#: lib/yit-cpt-unlimited.php:
|
70 |
#, php-format
|
71 |
msgid "Add %s"
|
72 |
msgstr "Aggiungi %s"
|
73 |
|
74 |
-
#: lib/yit-cpt-unlimited.php:
|
75 |
#, php-format
|
76 |
msgid "Add New %s"
|
77 |
msgstr "Aggiungi nuovo %s"
|
78 |
|
79 |
-
#: lib/yit-cpt-unlimited.php:
|
80 |
-
#: lib/yit-cpt-unlimited.php:
|
81 |
#, php-format
|
82 |
msgid "Edit %s"
|
83 |
msgstr "Modifica %s"
|
84 |
|
85 |
-
#: lib/yit-cpt-unlimited.php:
|
86 |
#, php-format
|
87 |
msgid "New %s"
|
88 |
msgstr "Nuovo %s"
|
89 |
|
90 |
-
#: lib/yit-cpt-unlimited.php:
|
91 |
#, php-format
|
92 |
msgid "All %s"
|
93 |
msgstr "Tutti %s"
|
94 |
|
95 |
-
#: lib/yit-cpt-unlimited.php:
|
96 |
-
#: lib/yit-cpt-unlimited.php:
|
97 |
#, php-format
|
98 |
msgid "View %s"
|
99 |
msgstr "Visualizza %s"
|
100 |
|
101 |
-
#: lib/yit-cpt-unlimited.php:
|
102 |
#, php-format
|
103 |
msgid "Search %s"
|
104 |
msgstr "Cerca %s"
|
105 |
|
106 |
-
#: lib/yit-cpt-unlimited.php:
|
107 |
#, php-format
|
108 |
msgid "No %s found"
|
109 |
msgstr "Nessun %s trovato"
|
110 |
|
111 |
-
#: lib/yit-cpt-unlimited.php:
|
112 |
#, php-format
|
113 |
msgid "No %s found in Trash"
|
114 |
msgstr "Nessun %s trovato nel cestino"
|
115 |
|
116 |
-
#: lib/yit-cpt-unlimited.php:
|
117 |
#, php-format
|
118 |
msgctxt "taxonomy general name"
|
119 |
msgid "%s Categories"
|
120 |
msgstr "%s Categorie"
|
121 |
|
122 |
-
#: lib/yit-cpt-unlimited.php:
|
123 |
msgctxt "taxonomy singular name"
|
124 |
msgid "Category"
|
125 |
msgstr "Categoria"
|
126 |
|
127 |
-
#: lib/yit-cpt-unlimited.php:
|
128 |
msgid "Search Categories"
|
129 |
msgstr "Cerca categorie"
|
130 |
|
131 |
-
#: lib/yit-cpt-unlimited.php:
|
132 |
msgid "All Categories"
|
133 |
msgstr "Tutte le categorie"
|
134 |
|
135 |
-
#: lib/yit-cpt-unlimited.php:
|
136 |
msgid "Parent Category"
|
137 |
msgstr "Categoria genitore"
|
138 |
|
139 |
-
#: lib/yit-cpt-unlimited.php:
|
140 |
msgid "Parent Category:"
|
141 |
msgstr "Categoria genitore:"
|
142 |
|
143 |
-
#: lib/yit-cpt-unlimited.php:
|
144 |
msgid "Edit Category"
|
145 |
msgstr "Modifica categoria"
|
146 |
|
147 |
-
#: lib/yit-cpt-unlimited.php:
|
148 |
msgid "Update Category"
|
149 |
msgstr "Aggiorna categoria"
|
150 |
|
151 |
-
#: lib/yit-cpt-unlimited.php:
|
152 |
msgid "Add New Category"
|
153 |
msgstr "Aggiungi nuova categoria"
|
154 |
|
155 |
-
#: lib/yit-cpt-unlimited.php:
|
156 |
msgid "New Category Name"
|
157 |
msgstr "Nuovo nome categoria"
|
158 |
|
159 |
-
#: lib/yit-cpt-unlimited.php:
|
160 |
msgid "Category"
|
161 |
msgstr "Categoria"
|
162 |
|
163 |
-
#: lib/yit-cpt-unlimited.php:
|
164 |
msgid "Categories"
|
165 |
msgstr "Categorie"
|
166 |
|
167 |
-
#: lib/yit-cpt-unlimited.php:
|
168 |
#, php-format
|
169 |
msgid "%s Settings"
|
170 |
msgstr "Impostazioni %s"
|
171 |
|
172 |
-
#: lib/yit-cpt-unlimited.php:
|
173 |
-
#: lib/yit-cpt-unlimited.php:
|
174 |
msgid "Settings"
|
175 |
msgstr "Impostazioni"
|
176 |
|
177 |
-
#: lib/yit-cpt-unlimited.php:
|
178 |
msgid "Type"
|
179 |
msgstr "Tipologia"
|
180 |
|
181 |
-
#: lib/yit-cpt-unlimited.php:
|
182 |
#, php-format
|
183 |
msgid "Layout for this %s"
|
184 |
msgstr "Layout per questo %s"
|
185 |
|
186 |
-
#: lib/yit-cpt-unlimited.php:
|
187 |
msgid "Rewrite"
|
188 |
msgstr "Riscrivi"
|
189 |
|
190 |
-
#: lib/yit-cpt-unlimited.php:
|
191 |
msgid ""
|
192 |
"Univocal identification name in the URL for each product (slug from post if "
|
193 |
"empty)"
|
@@ -195,27 +195,27 @@ msgstr ""
|
|
195 |
"Nome identificativo univoco nell'URL per singolo prodotto (usa slug dal post "
|
196 |
"se vuoto)"
|
197 |
|
198 |
-
#: lib/yit-cpt-unlimited.php:
|
199 |
msgid "Label in Singular"
|
200 |
msgstr "Etichetta singolare"
|
201 |
|
202 |
-
#: lib/yit-cpt-unlimited.php:
|
203 |
msgid "Set a label in singular (title of portfolio if empty)"
|
204 |
msgstr "Imposta un'etichetta singolare (titolo del portfolio se vuoto)"
|
205 |
|
206 |
-
#: lib/yit-cpt-unlimited.php:
|
207 |
msgid "Label in Plural"
|
208 |
msgstr "Etichetta plurale"
|
209 |
|
210 |
-
#: lib/yit-cpt-unlimited.php:
|
211 |
msgid "Set a label in plural (title of portfolio if empty)"
|
212 |
msgstr "Imposta un'etichetta plurale (titolo del portfolio se vuoto)"
|
213 |
|
214 |
-
#: lib/yit-cpt-unlimited.php:
|
215 |
msgid "Taxonomy"
|
216 |
msgstr "Tassonomia"
|
217 |
|
218 |
-
#: lib/yit-cpt-unlimited.php:
|
219 |
msgid ""
|
220 |
"If you want to use categories in the portfolio, set a name for taxonomy. "
|
221 |
"Name should be a slug (must not contain capital letters nor spaces) and must "
|
@@ -226,124 +226,140 @@ msgstr ""
|
|
226 |
"caratteri maiuscoli né spazi) e non più lungo di 32 caratteri (restrizione "
|
227 |
"di database)."
|
228 |
|
229 |
-
#: lib/yit-cpt-unlimited.php:
|
230 |
msgid "Taxonomy Rewrite"
|
231 |
msgstr "Riscrivi tassonomia"
|
232 |
|
233 |
-
#: lib/yit-cpt-unlimited.php:
|
234 |
msgid "Set univocal name for each category page URL."
|
235 |
msgstr "Imposta un nome univoco per l'URL della pagina di ciascuna categoria."
|
236 |
|
237 |
-
#: lib/yit-cpt-unlimited.php:
|
238 |
msgid "Single layout"
|
239 |
msgstr "Layout singolo"
|
240 |
|
241 |
-
#: lib/yit-cpt-unlimited.php:
|
242 |
msgid "Layout for single page of this portfolio"
|
243 |
msgstr "Layout per pagina singola per questo portfolio"
|
244 |
|
245 |
-
#: lib/yit-cpt-unlimited.php:
|
246 |
msgid "layout settings"
|
247 |
msgstr "impostazioni di layout"
|
248 |
|
249 |
-
#: lib/yit-cpt-unlimited.php:
|
250 |
msgid "Quick links"
|
251 |
msgstr "Link rapidi"
|
252 |
|
253 |
-
#: lib/yit-cpt-unlimited.php:
|
254 |
#, php-format
|
255 |
msgid "Show frontend of the %s"
|
256 |
msgstr "Mostra front end di %s"
|
257 |
|
258 |
-
#: lib/yit-cpt-unlimited.php:
|
259 |
#: templates/fields/customtabs.php:89
|
260 |
msgid "Name"
|
261 |
msgstr "Nome"
|
262 |
|
263 |
-
#: lib/yit-cpt-unlimited.php:
|
264 |
#, php-format
|
265 |
msgid "Add %s from images"
|
266 |
msgstr "Aggiungi %s dalla immagini"
|
267 |
|
268 |
-
#: lib/yit-cpt-unlimited.php:
|
269 |
msgid "Upload multiple files"
|
270 |
msgstr "Carica file multipli"
|
271 |
|
272 |
-
#: lib/yit-plugin-panel-wc.php:
|
273 |
msgid "The changes you have made will be lost if you leave this page."
|
274 |
msgstr "Perderai tutti i cambiamenti effettuati se lasci questa pagina."
|
275 |
|
276 |
-
#: lib/yit-plugin-panel.php:
|
277 |
msgid "Plugin Settings"
|
278 |
msgstr "Impostazioni plugin"
|
279 |
|
280 |
-
#: lib/yit-plugin-panel.php:
|
281 |
msgid "How to install premium version"
|
282 |
msgstr "Come installare la versione premium"
|
283 |
|
284 |
-
#: lib/yit-plugin-panel.php:
|
285 |
-
#: templates/panel/woocommerce/woocommerce-form.php:
|
286 |
msgid "Save Changes"
|
287 |
msgstr "Salva modifiche"
|
288 |
|
289 |
-
#: lib/yit-plugin-panel.php:
|
290 |
-
#: templates/panel/woocommerce/woocommerce-form.php:
|
291 |
msgid ""
|
292 |
"If you continue with this action, you will reset all options in this page."
|
293 |
msgstr ""
|
294 |
"Se prosegui con questa azione, tutte le opzioni di questa pagina saranno "
|
295 |
"reimpostate."
|
296 |
|
297 |
-
#: lib/yit-plugin-panel.php:
|
298 |
msgid "Reset to default"
|
299 |
msgstr "Ripristina configurazione predefinita"
|
300 |
|
301 |
-
#: lib/yit-plugin-panel.php:
|
302 |
-
#: templates/panel/woocommerce/woocommerce-form.php:
|
303 |
msgid "Are you sure?"
|
304 |
msgstr "Sei sicuro?"
|
305 |
|
306 |
-
#: lib/yit-plugin-panel.php:
|
307 |
msgid ""
|
308 |
"The element you have entered already exists. Please, enter another name."
|
309 |
msgstr "L'elemento inserito esiste già. Per favore, inserisci un altro nome."
|
310 |
|
311 |
-
#: lib/yit-plugin-panel.php:
|
312 |
msgid "Settings saved"
|
313 |
msgstr "Impostazioni salvate"
|
314 |
|
315 |
-
#: lib/yit-plugin-panel.php:
|
316 |
msgid "Settings reset"
|
317 |
msgstr "Impostazioni azzerate"
|
318 |
|
319 |
-
#: lib/yit-plugin-panel.php:
|
320 |
msgid "Element deleted correctly."
|
321 |
msgstr "Elemento rimosso correttamente."
|
322 |
|
323 |
-
#: lib/yit-plugin-panel.php:
|
324 |
msgid "Element updated correctly."
|
325 |
msgstr "Elemento aggiornato correttamente."
|
326 |
|
327 |
-
#: lib/yit-plugin-panel.php:
|
328 |
msgid "Database imported correctly."
|
329 |
msgstr "Database importato correttamente."
|
330 |
|
331 |
-
#: lib/yit-plugin-panel.php:
|
332 |
msgid "An error has occurred during import. Please try again."
|
333 |
msgstr "Si è verificato un errore durante l'importazione. Prova di nuovo."
|
334 |
|
335 |
-
#: lib/yit-plugin-panel.php:
|
336 |
msgid "The added file is not valid."
|
337 |
msgstr "Il file aggiunto non è valido."
|
338 |
|
339 |
-
#: lib/yit-plugin-panel.php:
|
340 |
msgid "Sorry, import is disabled."
|
341 |
msgstr "Ci dispiace, l'importazione è disabilitata."
|
342 |
|
343 |
-
#: lib/yit-plugin-panel.php:
|
344 |
msgid "Sorting successful."
|
345 |
msgstr "Ordinamento effettuato con successo."
|
346 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
347 |
#: lib/yit-pointers.php:70
|
348 |
msgid "Plugins Activated"
|
349 |
msgstr "Plugin attivati"
|
@@ -391,427 +407,132 @@ msgstr ""
|
|
391 |
"quelle di YITH WooCommerce Wishlist, YITH WooCommerce Ajax Search etc.)\n"
|
392 |
"saranno trasferite nella scheda YITH Plugins."
|
393 |
|
394 |
-
#: lib/
|
395 |
-
msgid "
|
396 |
-
msgstr "
|
397 |
-
|
398 |
-
#: lib/yit-upgrade.php:196
|
399 |
-
msgid "There is a new version of %plugin_name% available."
|
400 |
-
msgstr "Una nuova versione di %plugin_name% è disponibile."
|
401 |
|
402 |
-
#: lib/
|
403 |
-
msgid "
|
404 |
-
msgstr "
|
405 |
|
406 |
-
#: lib/
|
407 |
-
msgid "
|
408 |
-
msgstr "
|
409 |
|
410 |
-
#: lib/
|
411 |
msgid ""
|
412 |
-
"
|
|
|
413 |
msgstr ""
|
414 |
-
"
|
415 |
-
"
|
416 |
|
417 |
-
#: lib/
|
418 |
-
|
419 |
-
|
|
|
420 |
|
421 |
-
#: lib/
|
422 |
-
|
423 |
-
"
|
424 |
-
"
|
425 |
-
"of <em>%1$s</em> from the only <a href=\"https://yithemes.com\" target="
|
426 |
-
"\"_blank\">YITH official website</a>, specifically, from your <a href="
|
427 |
-
"\"https://yithemes.com/my-account/recent-downloads/\" target=\"_blank"
|
428 |
-
"\">Downloads page</a>. This is the only way to be sure the version you are "
|
429 |
-
"using is 100% malware-free."
|
430 |
-
msgstr ""
|
431 |
-
"<br/><b>Attenzione:</b> Stai utilizzando una versione superiore all'ultima "
|
432 |
-
"disponibile. </em>Per favore assicurati di aver scaricato la versione più "
|
433 |
-
"recente di <em>%1$s</em> dall'unico <a href=\"https://yithemes.com\" target="
|
434 |
-
"\"_blank\">sito ufficiale YITH</a>, nello specifico dalla tua <a href="
|
435 |
-
"\"https://yithemes.com/my-account/recent-downloads/\" target=\"_blank"
|
436 |
-
"\">pagina Downloads</a>. Questo è l'unico modo per essere sicuri che la "
|
437 |
-
"versione in uso sia al 100% priva di malware."
|
438 |
-
|
439 |
-
#: lib/yit-upgrade.php:303
|
440 |
-
msgctxt "[Update Plugin Message: License not enabled]"
|
441 |
-
msgid "You have to activate the plugin to benefit from automatic updates."
|
442 |
-
msgstr "Devi attivare il plugin per usufruire degli update automatici."
|
443 |
-
|
444 |
-
#: lib/yit-upgrade.php:325
|
445 |
-
msgid "YITH Repository"
|
446 |
-
msgstr "Repository YITH"
|
447 |
-
|
448 |
-
#: lib/yit-upgrade.php:359
|
449 |
-
msgid "Invalid URL Provided."
|
450 |
-
msgstr "L'URL inserito non è valido."
|
451 |
-
|
452 |
-
#: lib/yit-upgrade.php:372
|
453 |
-
msgid "Could not create Temporary file."
|
454 |
-
msgstr "Non è stato possibile creare il file temporaneo."
|
455 |
-
|
456 |
-
#: lib/yit-upgrade.php:547
|
457 |
-
#, php-format
|
458 |
-
msgid ""
|
459 |
-
"There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
|
460 |
-
"yit-changelog-button open-plugin-details-modal\" title=\"%3$s\">View version "
|
461 |
-
"%4$s details</a>."
|
462 |
-
msgstr ""
|
463 |
-
"È disponibile una nuova versione di %1$s. <a href=\"%2$s\" class=\"thickbox "
|
464 |
-
"yit-changelog-button\" title=\"%3$s\">Visualizza i dettagli della versione "
|
465 |
-
"%4$s</a>."
|
466 |
|
467 |
-
#: lib/
|
468 |
-
|
469 |
-
msgid ""
|
470 |
-
|
471 |
-
"yit-changelog-button open-plugin-details-modal\" title=\"%3$s\">View version "
|
472 |
-
"%4$s details</a>. <em>You have to activate the plugin on a single site of "
|
473 |
-
"the network to benefit from automatic updates.</em>"
|
474 |
-
msgstr ""
|
475 |
-
"È disponibile una nuova versione di %1$s. <a href=\"%2$s\" class=\"thickbox "
|
476 |
-
"yit-changelog-button\" title=\"%3$s\">Visualizza i dettagli della versione "
|
477 |
-
"%4$s</a>. <em>Per poter usufruire degli aggiornamenti automatici è "
|
478 |
-
"necessario attivare il plugin su un solo sito.</em>"
|
479 |
|
480 |
-
#: lib/
|
481 |
-
|
482 |
-
msgid ""
|
483 |
-
|
484 |
-
"yit-changelog-button open-plugin-details-modal\" title=\"%3$s\">View version "
|
485 |
-
"%4$s details</a>. <em>Automatic update is unavailable for this plugin, "
|
486 |
-
"please <a href=\"%5$s\" title=\"License activation\">activate</a> your copy "
|
487 |
-
"of %6s.</em>"
|
488 |
-
msgstr ""
|
489 |
-
"È disponibile una nuova versione di %1$s. <a href=\"%2$s\" class=\"thickbox "
|
490 |
-
"yit-changelog-button\" title=\"%3$s\">Visualizza i dettagli della versione "
|
491 |
-
"%4$s</a>. <em>Gli aggiornamenti automatici non sono disponibili per questo "
|
492 |
-
"plugin, per piacere <a href=\"%5$s\" title=\"License activation\">attiva</a> "
|
493 |
-
"la tua copia di %6s.</em>"
|
494 |
|
495 |
-
#: lib/
|
496 |
-
|
497 |
-
|
498 |
-
"There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
|
499 |
-
"yit-changelog-button open-plugin-details-modal\" title=\"%3$s\">View version "
|
500 |
-
"%4$s details</a> or <a href=\"%5$s\">update now</a>."
|
501 |
-
msgstr ""
|
502 |
-
"È disponibile una nuova versioni di %1$s. <a href=\"%2$s\" class=\"thickbox "
|
503 |
-
"yit-changelog-button\" title=\"%3$s\">Visualizza i dettagli della versione "
|
504 |
-
"%4$s</a> oppure <a href=\"%5$s\">aggiorna adesso</a>."
|
505 |
|
506 |
-
#: lib/
|
507 |
-
|
508 |
-
|
509 |
-
"<br/><b>Please note:</b> You are using a higher version than the latest "
|
510 |
-
"available one. </em>Please, make sure you've downloaded the latest version "
|
511 |
-
"of <em>%1$s</em> from the only <a href=\"https://yithemes.com\" target="
|
512 |
-
"\"_blank\">YITH official website</a>, specifically, from your <a href="
|
513 |
-
"\"https://yithemes.com/my-account/recent-downloads/\" target=\"_blank"
|
514 |
-
"\">Downloads page</a>. This is the only way to be sure the version you are "
|
515 |
-
"using is 100%% malware-free."
|
516 |
-
msgstr ""
|
517 |
-
"<br/><b>Attenzione:</b> Stai utilizzando una versione superiore all'ultima "
|
518 |
-
"disponibile. </em>Per favore assicurati di aver scaricato la versione più "
|
519 |
-
"recente di <em>%1$s</em> dall'unico <a href=\"https://yithemes.com\" target="
|
520 |
-
"\"_blank\">sito ufficiale YITH</a>, nello specifico dalla tua <a href="
|
521 |
-
"\"https://yithemes.com/my-account/recent-downloads/\" target=\"_blank"
|
522 |
-
"\">pagina Downloads</a>. Questo è l'unico modo per essere sicuri che la "
|
523 |
-
"versione in uso sia al 100%% priva di malware."
|
524 |
-
|
525 |
-
#: lib/yit-upgrade.php:635
|
526 |
-
msgid "You can't update the plugins for this site."
|
527 |
-
msgstr "Non è possibile aggiornare i plugin per questo sito."
|
528 |
-
|
529 |
-
#: lib/yit-upgrade.php:639
|
530 |
-
msgid ""
|
531 |
-
"You do not have sufficient permissions to update the plugins for this site."
|
532 |
-
msgstr ""
|
533 |
-
"Non sei in possesso delle autorizzazioni necessarie per aggiornare i plugin "
|
534 |
-
"in questo sito."
|
535 |
|
536 |
-
#: lib/
|
537 |
-
msgid "
|
538 |
-
msgstr "
|
539 |
|
540 |
-
#: lib/yith-
|
541 |
-
msgid "
|
542 |
-
msgstr "
|
543 |
|
544 |
-
#: lib/yith-
|
545 |
-
msgid "
|
546 |
-
msgstr "
|
547 |
|
548 |
-
#: lib/yith-
|
549 |
-
|
550 |
-
|
551 |
-
msgstr "YITH"
|
552 |
|
553 |
-
#:
|
554 |
-
|
555 |
-
|
556 |
-
msgid "Please, insert a valid %s"
|
557 |
-
msgstr "Per favore, inserisci una %s valida"
|
558 |
|
559 |
-
#:
|
560 |
-
|
561 |
-
|
562 |
-
msgstr "Per favore, inserire una %s valida ed una %s valida"
|
563 |
-
|
564 |
-
#: licence/lib/yit-licence.php:182
|
565 |
-
msgid "Unable to contact the remote server, please try again later. Thanks!"
|
566 |
-
msgstr "Impossibile contattare il server remoto, prova più tardi. Grazie!"
|
567 |
-
|
568 |
-
#: licence/lib/yit-licence.php:183
|
569 |
-
msgid "email address"
|
570 |
-
msgstr "email"
|
571 |
-
|
572 |
-
#: licence/lib/yit-licence.php:184
|
573 |
-
msgid "license key"
|
574 |
-
msgstr "chiave di licenza"
|
575 |
-
|
576 |
-
#: licence/lib/yit-licence.php:185
|
577 |
-
msgid "Are you sure you want to deactivate the license for current site?"
|
578 |
-
msgstr "Sei sicuro di voler disattivare la licenza per questo sito?"
|
579 |
-
|
580 |
-
#: licence/lib/yit-licence.php:730
|
581 |
-
msgid "Invalid Request"
|
582 |
-
msgstr "Richiesta non valida"
|
583 |
-
|
584 |
-
#: licence/lib/yit-licence.php:731
|
585 |
-
msgid "Invalid license key"
|
586 |
-
msgstr "Chiave di licenza non valida"
|
587 |
-
|
588 |
-
#: licence/lib/yit-licence.php:732
|
589 |
-
msgid "Software has been deactivated"
|
590 |
-
msgstr "Il software è stato disattivato"
|
591 |
-
|
592 |
-
#: licence/lib/yit-licence.php:733
|
593 |
-
msgid "Maximum number of activations exceeded"
|
594 |
-
msgstr "Hai raggiunto il numero massimo di attivazioni"
|
595 |
-
|
596 |
-
#: licence/lib/yit-licence.php:734
|
597 |
-
msgid "Invalid instance ID"
|
598 |
-
msgstr "Istanza ID non valida"
|
599 |
-
|
600 |
-
#: licence/lib/yit-licence.php:735
|
601 |
-
msgid "Invalid security key"
|
602 |
-
msgstr "Chiave di sicurezza non valida"
|
603 |
-
|
604 |
-
#: licence/lib/yit-licence.php:736
|
605 |
-
msgid "License key has expired"
|
606 |
-
msgstr "La chiave di licenza è scaduta"
|
607 |
-
|
608 |
-
#: licence/lib/yit-licence.php:737
|
609 |
-
msgid "License key has been banned"
|
610 |
-
msgstr "La chiave di licenza è stata bloccata"
|
611 |
-
|
612 |
-
#: licence/lib/yit-licence.php:738
|
613 |
-
msgid "Current product is not included in your YITH Club Subscription key"
|
614 |
-
msgstr "Questo prodotto non è incluso nella tua licenze YITH Club Subscription"
|
615 |
-
|
616 |
-
#: licence/lib/yit-licence.php:739
|
617 |
-
msgid "Great"
|
618 |
-
msgstr "Grande!"
|
619 |
-
|
620 |
-
#: licence/lib/yit-licence.php:739
|
621 |
-
msgid "License successfully activated"
|
622 |
-
msgstr "Licenza attivata con successo"
|
623 |
-
|
624 |
-
#: licence/lib/yit-licence.php:740
|
625 |
-
msgid "License key deactivated for website"
|
626 |
-
msgstr "Chiave di licenza disattivata per il sito web"
|
627 |
-
|
628 |
-
#: licence/lib/yit-plugin-licence.php:67 licence/lib/yit-plugin-licence.php:68
|
629 |
-
#: licence/lib/yit-theme-licence.php:69 licence/lib/yit-theme-licence.php:70
|
630 |
-
#: licence/lib/yit-theme-licence.php:109 licence/lib/yit-theme-licence.php:110
|
631 |
-
msgid "License Activation"
|
632 |
-
msgstr "Attivazione licenza"
|
633 |
-
|
634 |
-
#: licence/lib/yit-plugin-licence.php:142
|
635 |
-
msgctxt ""
|
636 |
-
"[Part of]: Warning! You didn't set license key for the following products:"
|
637 |
-
"[Plugins List] which means you're missing out on updates and support. Enter "
|
638 |
-
"your license key, please."
|
639 |
-
msgid "Warning!"
|
640 |
-
msgstr "Attenzione!"
|
641 |
|
642 |
-
#:
|
643 |
-
|
644 |
-
"
|
645 |
-
"[Plugins List] which means you're missing out on updates and support. Enter "
|
646 |
-
"your license key, please."
|
647 |
-
msgid "You didn't set license key for the following products"
|
648 |
-
msgstr "Non hai impostato la chiave di licenza per i seguenti prodotti"
|
649 |
-
|
650 |
-
#: licence/lib/yit-plugin-licence.php:145
|
651 |
-
msgctxt ""
|
652 |
-
"[Part of]: Warning! You didn't set license key for the following products:"
|
653 |
-
"[Plugins List] which means you're missing out on updates and support. Enter "
|
654 |
-
"your license key, please."
|
655 |
-
msgid "which means you're missing out on updates and support"
|
656 |
-
msgstr "il che significa che ti stai perdendo aggiornamenti e supporto"
|
657 |
-
|
658 |
-
#: licence/lib/yit-plugin-licence.php:147
|
659 |
-
msgctxt ""
|
660 |
-
"[Part of]: Warning! You didn't set license key for the following products:"
|
661 |
-
"[Plugins List] which means you're missing out on updates and support. Enter "
|
662 |
-
"your license key, please."
|
663 |
-
msgid "Enter your license key"
|
664 |
-
msgstr "Inserisci la tua chiave di licenza"
|
665 |
-
|
666 |
-
#: licence/lib/yit-plugin-licence.php:148
|
667 |
-
msgctxt ""
|
668 |
-
"[Part of]: Warning! You didn't set license key for the following products:"
|
669 |
-
"[Plugins List] which means you're missing out on updates and support. Enter "
|
670 |
-
"your license key, please."
|
671 |
-
msgid "please"
|
672 |
-
msgstr "per favore"
|
673 |
-
|
674 |
-
#: licence/lib/yit-theme-licence.php:117 licence/lib/yit-theme-licence.php:118
|
675 |
-
#, php-format
|
676 |
-
msgid "%s"
|
677 |
-
msgstr "%s"
|
678 |
|
679 |
-
#:
|
680 |
-
msgid ""
|
681 |
-
"
|
682 |
-
"time ago. Where can I find it?"
|
683 |
-
msgstr ""
|
684 |
-
"Non riesco a trovare la chiave di licenza per l'attivazione del tema che ho "
|
685 |
-
"acquistato diverso tempo fa. Dove posso trovarla?"
|
686 |
|
687 |
-
#:
|
688 |
-
msgid ""
|
689 |
-
"
|
690 |
-
"benefit from support and updates (the services offered with the license)\n"
|
691 |
-
" until 27 January 2016 and you do not have to purchase it "
|
692 |
-
"again to get a new license key, because, before this date, your license used "
|
693 |
-
"to be activated automatically by our system.\n"
|
694 |
-
" After 27 January 2016, instead, if you want to benefit "
|
695 |
-
"from support and updates you have to buy a new license and activate it "
|
696 |
-
"through the license key you will be\n"
|
697 |
-
" provided with and that you can find in your YITH "
|
698 |
-
"account, in section \"My licenses\"."
|
699 |
-
msgstr ""
|
700 |
-
"Se hai acquistato uno dei nostri prodotti prima del 27 gennaio 2015, potrai "
|
701 |
-
"usufruire di supporto e aggiornamenti (servizi inclusi nella licenza)\n"
|
702 |
-
"fino al 27 gennaio 2016 e non dovrai riacquistare il prodotto per ottenere "
|
703 |
-
"una chiave di licenza, poiché prima di questa data il tuo prodotto veniva "
|
704 |
-
"automaticamente attivato dal nostro sistema.\n"
|
705 |
-
"Dopo il 27 gennaio 2016, invece, se vorrai usufruire di supporto e "
|
706 |
-
"aggiornamenti dovrai acquistare una nuova licenza e attivarla con il codice "
|
707 |
-
"che ti verrà\n"
|
708 |
-
"fornito e che puoi trovare nella tua area riservata su YITH, nella sezione "
|
709 |
-
"\"My licenses\"."
|
710 |
-
|
711 |
-
#: licence/templates/panel/activation/activation-panel.php:24
|
712 |
-
msgid "YITH License Activation"
|
713 |
-
msgstr "Attivazione licenza YITH"
|
714 |
-
|
715 |
-
#: licence/templates/panel/activation/activation-panel.php:27
|
716 |
-
msgid "License expiry date"
|
717 |
-
msgstr "Data di scadenza della licenza"
|
718 |
-
|
719 |
-
#: licence/templates/panel/activation/activation-panel.php:30
|
720 |
-
msgid ""
|
721 |
-
"If you have renewed your product license key and the expiry date does not "
|
722 |
-
"appear up-to-date, please, click on the button <em>Check Expiry Date</em> "
|
723 |
-
"below and it will update."
|
724 |
-
msgstr ""
|
725 |
-
"Se hai rinnovato la chiave di licenza del tuo prodotto e la data di scadenza "
|
726 |
-
"non risulta aggiornata, ti invitiamo a fare clic sul pulsante <em>Check "
|
727 |
-
"Expiry Date</em> in modo da aggiornarla."
|
728 |
-
|
729 |
-
#: licence/templates/panel/activation/activation-panel.php:33
|
730 |
-
msgid "Check expiry date"
|
731 |
-
msgstr "Controlla la data di scadenza"
|
732 |
-
|
733 |
-
#: licence/templates/panel/activation/activation-panel.php:47
|
734 |
-
msgid "Product to activate"
|
735 |
-
msgid_plural "Products to activate"
|
736 |
-
msgstr[0] "Prodotto da attivare"
|
737 |
-
msgstr[1] "Prodotti da attivare"
|
738 |
-
|
739 |
-
#: licence/templates/panel/activation/activation-panel.php:50
|
740 |
-
msgid "Are you having issues with the license activation?"
|
741 |
-
msgstr "Stai riscontrando problemi con l'attivazione della licenza?"
|
742 |
-
|
743 |
-
#: licence/templates/panel/activation/activation-panel.php:50
|
744 |
-
msgid "Read this article"
|
745 |
-
msgstr "Leggi questo articolo"
|
746 |
-
|
747 |
-
#: licence/templates/panel/activation/activation-panel.php:70
|
748 |
-
msgid "Activate"
|
749 |
-
msgstr "Attiva"
|
750 |
-
|
751 |
-
#: licence/templates/panel/activation/activation-panel.php:89
|
752 |
-
msgid "Activated"
|
753 |
-
msgstr "Attivato"
|
754 |
-
|
755 |
-
#: licence/templates/panel/activation/activation-panel.php:95
|
756 |
-
#: licence/templates/panel/activation/activation-panel.php:173
|
757 |
-
#: licence/templates/panel/activation/activation-panel.php:203
|
758 |
-
msgid "Product Name"
|
759 |
-
msgstr "Nome prodotto"
|
760 |
-
|
761 |
-
#: licence/templates/panel/activation/activation-panel.php:97
|
762 |
-
#: licence/templates/panel/activation/activation-panel.php:175
|
763 |
-
#: licence/templates/panel/activation/activation-panel.php:206
|
764 |
-
msgid "Email"
|
765 |
-
msgstr "Email"
|
766 |
-
|
767 |
-
#: licence/templates/panel/activation/activation-panel.php:98
|
768 |
-
#: licence/templates/panel/activation/activation-panel.php:176
|
769 |
-
#: licence/templates/panel/activation/activation-panel.php:207
|
770 |
-
msgid "License Key"
|
771 |
-
msgstr "Chiave di licenza"
|
772 |
-
|
773 |
-
#: licence/templates/panel/activation/activation-panel.php:101
|
774 |
-
#: licence/templates/panel/activation/activation-panel.php:210
|
775 |
-
msgid "Expires"
|
776 |
-
msgstr "Scadenza"
|
777 |
|
778 |
-
#:
|
779 |
-
msgid "
|
780 |
-
msgstr "
|
781 |
|
782 |
-
#:
|
783 |
-
msgid "
|
784 |
-
msgstr "
|
785 |
|
786 |
-
#:
|
787 |
-
|
788 |
-
|
789 |
-
msgstr "%1s di %2s"
|
790 |
|
791 |
-
#:
|
792 |
-
msgid "
|
793 |
-
msgstr "
|
794 |
|
795 |
-
#:
|
796 |
-
|
797 |
-
|
798 |
-
msgstr "Rinnova"
|
799 |
|
800 |
-
#:
|
801 |
-
msgid "
|
802 |
-
msgstr "
|
803 |
|
804 |
-
#:
|
805 |
-
|
806 |
-
|
|
|
|
|
|
|
|
|
|
|
807 |
|
808 |
-
#:
|
809 |
-
msgid "
|
810 |
-
msgstr "
|
811 |
|
812 |
-
#:
|
813 |
-
|
814 |
-
|
|
|
|
|
815 |
|
816 |
#: templates/fields/ajax-posts.php:57
|
817 |
msgid "Search Posts"
|
@@ -849,6 +570,10 @@ msgstr "Aggiungi scheda prodotto personalizzata"
|
|
849 |
msgid "Do you want to remove the custom tab?"
|
850 |
msgstr "Vuoi rimuovere la scheda personalizzata?"
|
851 |
|
|
|
|
|
|
|
|
|
852 |
#: templates/fields/icons.php:58
|
853 |
msgid "Set Default"
|
854 |
msgstr "Ripristina impostazioni iniziali"
|
@@ -873,13 +598,23 @@ msgstr "Aggiungi immagini"
|
|
873 |
msgid "Delete"
|
874 |
msgstr "Rimuovi"
|
875 |
|
876 |
-
#: templates/fields/
|
877 |
-
|
878 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
879 |
|
880 |
-
#: templates/fields/select-buttons.php:
|
881 |
-
msgid "
|
882 |
-
msgstr "
|
|
|
|
|
|
|
|
|
883 |
|
884 |
#: templates/fields/sidebars.php:22
|
885 |
msgid "Left sidebar"
|
@@ -905,12 +640,12 @@ msgstr "Scegli una barra laterale"
|
|
905 |
msgid "Right Sidebar"
|
906 |
msgstr "Barra laterale destra"
|
907 |
|
908 |
-
#: templates/fields/upload.php:
|
909 |
#: templates/panel/woocommerce/woocommerce-upload.php:40
|
910 |
msgid "Upload"
|
911 |
msgstr "Carica"
|
912 |
|
913 |
-
#: templates/fields/upload.php:
|
914 |
msgid "Reset"
|
915 |
msgstr "Ripristina"
|
916 |
|
@@ -928,10 +663,119 @@ msgstr "(Default: %s <img src=\"%s\"/>)"
|
|
928 |
msgid "(Default: <i %s></i> )"
|
929 |
msgstr "(Default: <i %s></i> )"
|
930 |
|
931 |
-
#: templates/panel/woocommerce/woocommerce-form.php:
|
932 |
msgid "Reset Defaults"
|
933 |
msgstr "Ripristina impostazioni iniziali"
|
934 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
935 |
#: yit-plugin.php:83
|
936 |
msgctxt "Plugin Row Meta"
|
937 |
msgid "Live Demo"
|
@@ -952,15 +796,343 @@ msgctxt "Plugin Row Meta"
|
|
952 |
msgid "Premium version"
|
953 |
msgstr "Versione premium"
|
954 |
|
955 |
-
#: yit-plugin.php:
|
956 |
msgctxt "Action links"
|
957 |
msgid "Settings"
|
958 |
msgstr "Impostazioni"
|
959 |
|
960 |
-
#: yit-plugin.php:
|
961 |
msgid "License"
|
962 |
msgstr "Chiave di licenza"
|
963 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
964 |
#~ msgid ""
|
965 |
#~ "Have you updated your licenses? Have you asked for an extension? Update "
|
966 |
#~ "information concerning your products."
|
@@ -1027,18 +1199,9 @@ msgstr "Chiave di licenza"
|
|
1027 |
#~ msgid "Theme Icon"
|
1028 |
#~ msgstr "Icona tema"
|
1029 |
|
1030 |
-
#~ msgid "Custom Icon"
|
1031 |
-
#~ msgstr "Icona personalizzata"
|
1032 |
-
|
1033 |
#~ msgid "None"
|
1034 |
#~ msgstr "Nessuno"
|
1035 |
|
1036 |
-
#~ msgid "Add field"
|
1037 |
-
#~ msgstr "Aggiungi campo"
|
1038 |
-
|
1039 |
-
#~ msgid "Click to toggle"
|
1040 |
-
#~ msgstr "Fai clic per aprire/chiudere"
|
1041 |
-
|
1042 |
#~ msgid "Field Title"
|
1043 |
#~ msgstr "Titolo campo"
|
1044 |
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: YITH Plugin Starter 1.0.0 Plugin FW\n"
|
6 |
"Report-Msgid-Bugs-To: Your Inspiration Themes <plugins@yithemes.com>\n"
|
7 |
+
"POT-Creation-Date: 2020-01-10 13:28+0100\n"
|
8 |
+
"PO-Revision-Date: 2020-01-10 16:23+0100\n"
|
9 |
"Last-Translator: \n"
|
10 |
"Language-Team: YIThemes <plugins@yithemes.com>\n"
|
11 |
"Language: it_IT\n"
|
65 |
msgid "Payments"
|
66 |
msgstr "Pagamenti"
|
67 |
|
68 |
+
#: lib/yit-cpt-unlimited.php:462 lib/yit-cpt-unlimited.php:576
|
69 |
+
#: lib/yit-cpt-unlimited.php:721 lib/yit-cpt-unlimited.php:1636
|
70 |
#, php-format
|
71 |
msgid "Add %s"
|
72 |
msgstr "Aggiungi %s"
|
73 |
|
74 |
+
#: lib/yit-cpt-unlimited.php:463 lib/yit-cpt-unlimited.php:577
|
75 |
#, php-format
|
76 |
msgid "Add New %s"
|
77 |
msgstr "Aggiungi nuovo %s"
|
78 |
|
79 |
+
#: lib/yit-cpt-unlimited.php:464 lib/yit-cpt-unlimited.php:578
|
80 |
+
#: lib/yit-cpt-unlimited.php:1269 lib/yit-cpt-unlimited.php:1306
|
81 |
#, php-format
|
82 |
msgid "Edit %s"
|
83 |
msgstr "Modifica %s"
|
84 |
|
85 |
+
#: lib/yit-cpt-unlimited.php:465 lib/yit-cpt-unlimited.php:579
|
86 |
#, php-format
|
87 |
msgid "New %s"
|
88 |
msgstr "Nuovo %s"
|
89 |
|
90 |
+
#: lib/yit-cpt-unlimited.php:466 lib/yit-cpt-unlimited.php:580
|
91 |
#, php-format
|
92 |
msgid "All %s"
|
93 |
msgstr "Tutti %s"
|
94 |
|
95 |
+
#: lib/yit-cpt-unlimited.php:467 lib/yit-cpt-unlimited.php:581
|
96 |
+
#: lib/yit-cpt-unlimited.php:1253 lib/yit-cpt-unlimited.php:1307
|
97 |
#, php-format
|
98 |
msgid "View %s"
|
99 |
msgstr "Visualizza %s"
|
100 |
|
101 |
+
#: lib/yit-cpt-unlimited.php:468 lib/yit-cpt-unlimited.php:582
|
102 |
#, php-format
|
103 |
msgid "Search %s"
|
104 |
msgstr "Cerca %s"
|
105 |
|
106 |
+
#: lib/yit-cpt-unlimited.php:469 lib/yit-cpt-unlimited.php:583
|
107 |
#, php-format
|
108 |
msgid "No %s found"
|
109 |
msgstr "Nessun %s trovato"
|
110 |
|
111 |
+
#: lib/yit-cpt-unlimited.php:470 lib/yit-cpt-unlimited.php:584
|
112 |
#, php-format
|
113 |
msgid "No %s found in Trash"
|
114 |
msgstr "Nessun %s trovato nel cestino"
|
115 |
|
116 |
+
#: lib/yit-cpt-unlimited.php:627
|
117 |
#, php-format
|
118 |
msgctxt "taxonomy general name"
|
119 |
msgid "%s Categories"
|
120 |
msgstr "%s Categorie"
|
121 |
|
122 |
+
#: lib/yit-cpt-unlimited.php:628
|
123 |
msgctxt "taxonomy singular name"
|
124 |
msgid "Category"
|
125 |
msgstr "Categoria"
|
126 |
|
127 |
+
#: lib/yit-cpt-unlimited.php:629 templates/fields/ajax-terms.php:56
|
128 |
msgid "Search Categories"
|
129 |
msgstr "Cerca categorie"
|
130 |
|
131 |
+
#: lib/yit-cpt-unlimited.php:630
|
132 |
msgid "All Categories"
|
133 |
msgstr "Tutte le categorie"
|
134 |
|
135 |
+
#: lib/yit-cpt-unlimited.php:631
|
136 |
msgid "Parent Category"
|
137 |
msgstr "Categoria genitore"
|
138 |
|
139 |
+
#: lib/yit-cpt-unlimited.php:632
|
140 |
msgid "Parent Category:"
|
141 |
msgstr "Categoria genitore:"
|
142 |
|
143 |
+
#: lib/yit-cpt-unlimited.php:633
|
144 |
msgid "Edit Category"
|
145 |
msgstr "Modifica categoria"
|
146 |
|
147 |
+
#: lib/yit-cpt-unlimited.php:634
|
148 |
msgid "Update Category"
|
149 |
msgstr "Aggiorna categoria"
|
150 |
|
151 |
+
#: lib/yit-cpt-unlimited.php:635
|
152 |
msgid "Add New Category"
|
153 |
msgstr "Aggiungi nuova categoria"
|
154 |
|
155 |
+
#: lib/yit-cpt-unlimited.php:636
|
156 |
msgid "New Category Name"
|
157 |
msgstr "Nuovo nome categoria"
|
158 |
|
159 |
+
#: lib/yit-cpt-unlimited.php:637
|
160 |
msgid "Category"
|
161 |
msgstr "Categoria"
|
162 |
|
163 |
+
#: lib/yit-cpt-unlimited.php:726
|
164 |
msgid "Categories"
|
165 |
msgstr "Categorie"
|
166 |
|
167 |
+
#: lib/yit-cpt-unlimited.php:1044
|
168 |
#, php-format
|
169 |
msgid "%s Settings"
|
170 |
msgstr "Impostazioni %s"
|
171 |
|
172 |
+
#: lib/yit-cpt-unlimited.php:1050 lib/yit-cpt-unlimited.php:1198
|
173 |
+
#: lib/yit-cpt-unlimited.php:1204 lib/yit-plugin-panel.php:80
|
174 |
msgid "Settings"
|
175 |
msgstr "Impostazioni"
|
176 |
|
177 |
+
#: lib/yit-cpt-unlimited.php:1053
|
178 |
msgid "Type"
|
179 |
msgstr "Tipologia"
|
180 |
|
181 |
+
#: lib/yit-cpt-unlimited.php:1054
|
182 |
#, php-format
|
183 |
msgid "Layout for this %s"
|
184 |
msgstr "Layout per questo %s"
|
185 |
|
186 |
+
#: lib/yit-cpt-unlimited.php:1060
|
187 |
msgid "Rewrite"
|
188 |
msgstr "Riscrivi"
|
189 |
|
190 |
+
#: lib/yit-cpt-unlimited.php:1061
|
191 |
msgid ""
|
192 |
"Univocal identification name in the URL for each product (slug from post if "
|
193 |
"empty)"
|
195 |
"Nome identificativo univoco nell'URL per singolo prodotto (usa slug dal post "
|
196 |
"se vuoto)"
|
197 |
|
198 |
+
#: lib/yit-cpt-unlimited.php:1066
|
199 |
msgid "Label in Singular"
|
200 |
msgstr "Etichetta singolare"
|
201 |
|
202 |
+
#: lib/yit-cpt-unlimited.php:1067
|
203 |
msgid "Set a label in singular (title of portfolio if empty)"
|
204 |
msgstr "Imposta un'etichetta singolare (titolo del portfolio se vuoto)"
|
205 |
|
206 |
+
#: lib/yit-cpt-unlimited.php:1072
|
207 |
msgid "Label in Plural"
|
208 |
msgstr "Etichetta plurale"
|
209 |
|
210 |
+
#: lib/yit-cpt-unlimited.php:1073
|
211 |
msgid "Set a label in plural (title of portfolio if empty)"
|
212 |
msgstr "Imposta un'etichetta plurale (titolo del portfolio se vuoto)"
|
213 |
|
214 |
+
#: lib/yit-cpt-unlimited.php:1078
|
215 |
msgid "Taxonomy"
|
216 |
msgstr "Tassonomia"
|
217 |
|
218 |
+
#: lib/yit-cpt-unlimited.php:1079
|
219 |
msgid ""
|
220 |
"If you want to use categories in the portfolio, set a name for taxonomy. "
|
221 |
"Name should be a slug (must not contain capital letters nor spaces) and must "
|
226 |
"caratteri maiuscoli né spazi) e non più lungo di 32 caratteri (restrizione "
|
227 |
"di database)."
|
228 |
|
229 |
+
#: lib/yit-cpt-unlimited.php:1084
|
230 |
msgid "Taxonomy Rewrite"
|
231 |
msgstr "Riscrivi tassonomia"
|
232 |
|
233 |
+
#: lib/yit-cpt-unlimited.php:1085
|
234 |
msgid "Set univocal name for each category page URL."
|
235 |
msgstr "Imposta un nome univoco per l'URL della pagina di ciascuna categoria."
|
236 |
|
237 |
+
#: lib/yit-cpt-unlimited.php:1090
|
238 |
msgid "Single layout"
|
239 |
msgstr "Layout singolo"
|
240 |
|
241 |
+
#: lib/yit-cpt-unlimited.php:1091
|
242 |
msgid "Layout for single page of this portfolio"
|
243 |
msgstr "Layout per pagina singola per questo portfolio"
|
244 |
|
245 |
+
#: lib/yit-cpt-unlimited.php:1132
|
246 |
msgid "layout settings"
|
247 |
msgstr "impostazioni di layout"
|
248 |
|
249 |
+
#: lib/yit-cpt-unlimited.php:1224 lib/yit-cpt-unlimited.php:1237
|
250 |
msgid "Quick links"
|
251 |
msgstr "Link rapidi"
|
252 |
|
253 |
+
#: lib/yit-cpt-unlimited.php:1477
|
254 |
#, php-format
|
255 |
msgid "Show frontend of the %s"
|
256 |
msgstr "Mostra front end di %s"
|
257 |
|
258 |
+
#: lib/yit-cpt-unlimited.php:1484 templates/fields/customtabs.php:46
|
259 |
#: templates/fields/customtabs.php:89
|
260 |
msgid "Name"
|
261 |
msgstr "Nome"
|
262 |
|
263 |
+
#: lib/yit-cpt-unlimited.php:1635
|
264 |
#, php-format
|
265 |
msgid "Add %s from images"
|
266 |
msgstr "Aggiungi %s dalla immagini"
|
267 |
|
268 |
+
#: lib/yit-cpt-unlimited.php:1638
|
269 |
msgid "Upload multiple files"
|
270 |
msgstr "Carica file multipli"
|
271 |
|
272 |
+
#: lib/yit-plugin-panel-wc.php:397
|
273 |
msgid "The changes you have made will be lost if you leave this page."
|
274 |
msgstr "Perderai tutti i cambiamenti effettuati se lasci questa pagina."
|
275 |
|
276 |
+
#: lib/yit-plugin-panel.php:79
|
277 |
msgid "Plugin Settings"
|
278 |
msgstr "Impostazioni plugin"
|
279 |
|
280 |
+
#: lib/yit-plugin-panel.php:424 lib/yit-plugin-panel.php:427
|
281 |
msgid "How to install premium version"
|
282 |
msgstr "Come installare la versione premium"
|
283 |
|
284 |
+
#: lib/yit-plugin-panel.php:571 lib/yit-plugin-subpanel.php:151
|
285 |
+
#: templates/panel/woocommerce/woocommerce-form.php:14
|
286 |
msgid "Save Changes"
|
287 |
msgstr "Salva modifiche"
|
288 |
|
289 |
+
#: lib/yit-plugin-panel.php:574 lib/yit-plugin-subpanel.php:154
|
290 |
+
#: templates/panel/woocommerce/woocommerce-form.php:17
|
291 |
msgid ""
|
292 |
"If you continue with this action, you will reset all options in this page."
|
293 |
msgstr ""
|
294 |
"Se prosegui con questa azione, tutte le opzioni di questa pagina saranno "
|
295 |
"reimpostate."
|
296 |
|
297 |
+
#: lib/yit-plugin-panel.php:576 lib/yit-plugin-subpanel.php:156
|
298 |
msgid "Reset to default"
|
299 |
msgstr "Ripristina configurazione predefinita"
|
300 |
|
301 |
+
#: lib/yit-plugin-panel.php:577 lib/yit-plugin-subpanel.php:157
|
302 |
+
#: templates/panel/woocommerce/woocommerce-form.php:21
|
303 |
msgid "Are you sure?"
|
304 |
msgstr "Sei sicuro?"
|
305 |
|
306 |
+
#: lib/yit-plugin-panel.php:775
|
307 |
msgid ""
|
308 |
"The element you have entered already exists. Please, enter another name."
|
309 |
msgstr "L'elemento inserito esiste già. Per favore, inserisci un altro nome."
|
310 |
|
311 |
+
#: lib/yit-plugin-panel.php:776
|
312 |
msgid "Settings saved"
|
313 |
msgstr "Impostazioni salvate"
|
314 |
|
315 |
+
#: lib/yit-plugin-panel.php:777
|
316 |
msgid "Settings reset"
|
317 |
msgstr "Impostazioni azzerate"
|
318 |
|
319 |
+
#: lib/yit-plugin-panel.php:778
|
320 |
msgid "Element deleted correctly."
|
321 |
msgstr "Elemento rimosso correttamente."
|
322 |
|
323 |
+
#: lib/yit-plugin-panel.php:779 lib/yit-plugin-panel.php:780
|
324 |
msgid "Element updated correctly."
|
325 |
msgstr "Elemento aggiornato correttamente."
|
326 |
|
327 |
+
#: lib/yit-plugin-panel.php:781
|
328 |
msgid "Database imported correctly."
|
329 |
msgstr "Database importato correttamente."
|
330 |
|
331 |
+
#: lib/yit-plugin-panel.php:782
|
332 |
msgid "An error has occurred during import. Please try again."
|
333 |
msgstr "Si è verificato un errore durante l'importazione. Prova di nuovo."
|
334 |
|
335 |
+
#: lib/yit-plugin-panel.php:783
|
336 |
msgid "The added file is not valid."
|
337 |
msgstr "Il file aggiunto non è valido."
|
338 |
|
339 |
+
#: lib/yit-plugin-panel.php:784
|
340 |
msgid "Sorry, import is disabled."
|
341 |
msgstr "Ci dispiace, l'importazione è disabilitata."
|
342 |
|
343 |
+
#: lib/yit-plugin-panel.php:785
|
344 |
msgid "Sorting successful."
|
345 |
msgstr "Ordinamento effettuato con successo."
|
346 |
|
347 |
+
#: lib/yit-plugin-panel.php:1233
|
348 |
+
msgid "We need your support"
|
349 |
+
msgstr "Abbiamo bisogno del tuo sostegno"
|
350 |
+
|
351 |
+
#: lib/yit-plugin-panel.php:1234
|
352 |
+
msgid "to keep updating and improving the plugin. Please,"
|
353 |
+
msgstr "per poter continuare ad aggiornare e migliorare il plugin."
|
354 |
+
|
355 |
+
#: lib/yit-plugin-panel.php:1236
|
356 |
+
msgid "help us by leaving a five-star rating"
|
357 |
+
msgstr "Puoi darci una mano lasciando una recensione a 5 stelle"
|
358 |
+
|
359 |
+
#: lib/yit-plugin-panel.php:1237
|
360 |
+
msgid ":) Thanks!"
|
361 |
+
msgstr ":) Grazie!"
|
362 |
+
|
363 |
#: lib/yit-pointers.php:70
|
364 |
msgid "Plugins Activated"
|
365 |
msgstr "Plugin attivati"
|
407 |
"quelle di YITH WooCommerce Wishlist, YITH WooCommerce Ajax Search etc.)\n"
|
408 |
"saranno trasferite nella scheda YITH Plugins."
|
409 |
|
410 |
+
#: lib/yith-dashboard.php:40
|
411 |
+
msgid "YITH Latest Updates"
|
412 |
+
msgstr "Ultimi aggiornamenti da YITH"
|
|
|
|
|
|
|
|
|
413 |
|
414 |
+
#: lib/yith-dashboard.php:41
|
415 |
+
msgid "Latest news from YITH Blog"
|
416 |
+
msgstr "Ultime novità dal blog YITH"
|
417 |
|
418 |
+
#: lib/yith-dashboard.php:65
|
419 |
+
msgid "RSS Error:"
|
420 |
+
msgstr "Errore RSS:"
|
421 |
|
422 |
+
#: lib/yith-dashboard.php:71
|
423 |
msgid ""
|
424 |
+
"An error has occurred, which probably means the feed is down. Try again "
|
425 |
+
"later."
|
426 |
msgstr ""
|
427 |
+
"Si è verificato un errore probabilmente causato dal feed non disponibile. "
|
428 |
+
"Riprova più tardi."
|
429 |
|
430 |
+
#: lib/yith-dashboard.php:99
|
431 |
+
msgctxt "Plugin FW"
|
432 |
+
msgid "View Changelog"
|
433 |
+
msgstr "Visualizza il changelog"
|
434 |
|
435 |
+
#: lib/yith-dashboard.php:100
|
436 |
+
msgctxt "Plugin FW"
|
437 |
+
msgid "Latest update released on"
|
438 |
+
msgstr "Ultimo aggiornamento rilasciato il"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
439 |
|
440 |
+
#: lib/yith-dashboard.php:143
|
441 |
+
msgctxt "Button label"
|
442 |
+
msgid "Close"
|
443 |
+
msgstr "Chiudi"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
444 |
|
445 |
+
#: lib/yith-gutenberg.php:134
|
446 |
+
msgctxt "[gutenberg]: Category Name"
|
447 |
+
msgid "YITH"
|
448 |
+
msgstr "YITH"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
449 |
|
450 |
+
#: lib/yith-system-status.php:97 lib/yith-system-status.php:98
|
451 |
+
msgid "System Status"
|
452 |
+
msgstr "Stato del sistema"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
453 |
|
454 |
+
#: lib/yith-system-status.php:104
|
455 |
+
msgid "WordPress Version"
|
456 |
+
msgstr "Versione di WordPress"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
457 |
|
458 |
+
#: lib/yith-system-status.php:105
|
459 |
+
msgid "WooCommerce Version"
|
460 |
+
msgstr "Versione di WooCommerce"
|
461 |
|
462 |
+
#: lib/yith-system-status.php:106
|
463 |
+
msgid "Available Memory"
|
464 |
+
msgstr "Memoria disponibile"
|
465 |
|
466 |
+
#: lib/yith-system-status.php:107
|
467 |
+
msgid "PHP Version"
|
468 |
+
msgstr "Versione PHP"
|
469 |
|
470 |
+
#: lib/yith-system-status.php:108
|
471 |
+
msgid "TLS Version"
|
472 |
+
msgstr "Versione TLS"
|
|
|
473 |
|
474 |
+
#: lib/yith-system-status.php:109
|
475 |
+
msgid "WordPress Cron"
|
476 |
+
msgstr "Cron WordPress"
|
|
|
|
|
477 |
|
478 |
+
#: lib/yith-system-status.php:110
|
479 |
+
msgid "SimpleXML"
|
480 |
+
msgstr "SimpleXML"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
481 |
|
482 |
+
#: lib/yith-system-status.php:111
|
483 |
+
msgid "MultiByte String"
|
484 |
+
msgstr "MultiByte String"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
485 |
|
486 |
+
#: lib/yith-system-status.php:112
|
487 |
+
msgid "ImageMagick Version"
|
488 |
+
msgstr "Versione di ImageMagick"
|
|
|
|
|
|
|
|
|
489 |
|
490 |
+
#: lib/yith-system-status.php:113
|
491 |
+
msgid "GD Library"
|
492 |
+
msgstr "GD Library"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
493 |
|
494 |
+
#: lib/yith-system-status.php:114
|
495 |
+
msgid "Iconv Module"
|
496 |
+
msgstr "Iconv Module"
|
497 |
|
498 |
+
#: lib/yith-system-status.php:115
|
499 |
+
msgid "OPCache Save Comments"
|
500 |
+
msgstr "OPCache Save Comments"
|
501 |
|
502 |
+
#: lib/yith-system-status.php:116
|
503 |
+
msgid "URL FOpen"
|
504 |
+
msgstr "URL FOpen"
|
|
|
505 |
|
506 |
+
#: lib/yith-system-status.php:173
|
507 |
+
msgid "YITH Plugins"
|
508 |
+
msgstr "Plugin YITH"
|
509 |
|
510 |
+
#: lib/yith-system-status.php:174
|
511 |
+
msgid "WooCommerce"
|
512 |
+
msgstr "WooCommerce"
|
|
|
513 |
|
514 |
+
#: lib/yith-system-status.php:291
|
515 |
+
msgid "Warning!"
|
516 |
+
msgstr "Attenzione!"
|
517 |
|
518 |
+
#: lib/yith-system-status.php:292
|
519 |
+
#, php-format
|
520 |
+
msgid ""
|
521 |
+
"The system check has detected some compatibility issues on your "
|
522 |
+
"installation. %sClick here%s to know more"
|
523 |
+
msgstr ""
|
524 |
+
"Il controllo di sistema ha individuato delle incompatibilità con la tua "
|
525 |
+
"installazione. %sVedi qui%s per maggiori informazioni"
|
526 |
|
527 |
+
#: templates/fields/ajax-customers.php:57
|
528 |
+
msgid "Search Customers"
|
529 |
+
msgstr "Cerca fra i clienti"
|
530 |
|
531 |
+
#: templates/fields/ajax-customers.php:83
|
532 |
+
#: templates/fields/ajax-customers.php:93
|
533 |
+
#, php-format
|
534 |
+
msgid "%1$s (#%2$s – %3$s)"
|
535 |
+
msgstr "%1$s (#%2$s – %3$s)"
|
536 |
|
537 |
#: templates/fields/ajax-posts.php:57
|
538 |
msgid "Search Posts"
|
570 |
msgid "Do you want to remove the custom tab?"
|
571 |
msgstr "Vuoi rimuovere la scheda personalizzata?"
|
572 |
|
573 |
+
#: templates/fields/date-format.php:50
|
574 |
+
msgid "Custom:"
|
575 |
+
msgstr "Personalizzato:"
|
576 |
+
|
577 |
#: templates/fields/icons.php:58
|
578 |
msgid "Set Default"
|
579 |
msgstr "Ripristina impostazioni iniziali"
|
598 |
msgid "Delete"
|
599 |
msgstr "Rimuovi"
|
600 |
|
601 |
+
#: templates/fields/onoff.php:24
|
602 |
+
msgctxt "ON/OFF button: use MAX 3 characters!"
|
603 |
+
msgid "ON"
|
604 |
+
msgstr "SÌ"
|
605 |
+
|
606 |
+
#: templates/fields/onoff.php:25
|
607 |
+
msgctxt "ON/OFF button: use MAX 3 characters!"
|
608 |
+
msgid "OFF"
|
609 |
+
msgstr "NO"
|
610 |
|
611 |
+
#: templates/fields/select-buttons.php:21
|
612 |
+
msgid "Add All"
|
613 |
+
msgstr "Aggiungi tutti"
|
614 |
+
|
615 |
+
#: templates/fields/select-buttons.php:34
|
616 |
+
msgid "Remove All"
|
617 |
+
msgstr "Rimuovi tutti"
|
618 |
|
619 |
#: templates/fields/sidebars.php:22
|
620 |
msgid "Left sidebar"
|
640 |
msgid "Right Sidebar"
|
641 |
msgstr "Barra laterale destra"
|
642 |
|
643 |
+
#: templates/fields/upload.php:27 templates/metaboxes/types/icon-list.php:70
|
644 |
#: templates/panel/woocommerce/woocommerce-upload.php:40
|
645 |
msgid "Upload"
|
646 |
msgstr "Carica"
|
647 |
|
648 |
+
#: templates/fields/upload.php:29
|
649 |
msgid "Reset"
|
650 |
msgstr "Ripristina"
|
651 |
|
663 |
msgid "(Default: <i %s></i> )"
|
664 |
msgstr "(Default: <i %s></i> )"
|
665 |
|
666 |
+
#: templates/panel/woocommerce/woocommerce-form.php:20
|
667 |
msgid "Reset Defaults"
|
668 |
msgstr "Ripristina impostazioni iniziali"
|
669 |
|
670 |
+
#: templates/sysinfo/system-information-panel.php:30
|
671 |
+
msgid "YITH System Information"
|
672 |
+
msgstr "YITH System Information"
|
673 |
+
|
674 |
+
#: templates/sysinfo/system-information-panel.php:38
|
675 |
+
msgid "Site URL"
|
676 |
+
msgstr "URL del sito"
|
677 |
+
|
678 |
+
#: templates/sysinfo/system-information-panel.php:46
|
679 |
+
msgid "Output IP Address"
|
680 |
+
msgstr "Indirizzo IP di output"
|
681 |
+
|
682 |
+
#: templates/sysinfo/system-information-panel.php:76
|
683 |
+
msgid "Enabled"
|
684 |
+
msgstr "Abilitato"
|
685 |
+
|
686 |
+
#: templates/sysinfo/system-information-panel.php:76
|
687 |
+
msgid "Disabled"
|
688 |
+
msgstr "Disabilitato"
|
689 |
+
|
690 |
+
#: templates/sysinfo/system-information-panel.php:82
|
691 |
+
msgid "N/A"
|
692 |
+
msgstr "N.D."
|
693 |
+
|
694 |
+
#: templates/sysinfo/system-information-panel.php:96
|
695 |
+
#, php-format
|
696 |
+
msgid "%s needs %s enabled"
|
697 |
+
msgstr "%s necessita l'attivazione di %s"
|
698 |
+
|
699 |
+
#: templates/sysinfo/system-information-panel.php:98
|
700 |
+
#, php-format
|
701 |
+
msgid "%s needs at least %s of available memory"
|
702 |
+
msgstr "%s necessita almeno %s di memoria disponibile"
|
703 |
+
|
704 |
+
#: templates/sysinfo/system-information-panel.php:100
|
705 |
+
#: templates/sysinfo/system-information-panel.php:149
|
706 |
+
#, php-format
|
707 |
+
msgid ""
|
708 |
+
"For optimal functioning of our plugins, we suggest setting at least %s of "
|
709 |
+
"available memory"
|
710 |
+
msgstr ""
|
711 |
+
"Per il funzionamento ottimale dei nostri plugin consigliamo di impostare "
|
712 |
+
"almeno %s della memoria disponibile"
|
713 |
+
|
714 |
+
#: templates/sysinfo/system-information-panel.php:102
|
715 |
+
#: templates/sysinfo/system-information-panel.php:137
|
716 |
+
#: templates/sysinfo/system-information-panel.php:151
|
717 |
+
#, php-format
|
718 |
+
msgid ""
|
719 |
+
"Read more %s here%s or contact your hosting company in order to increase it."
|
720 |
+
msgstr ""
|
721 |
+
"Per maggiori informazioni %s leggi questo%s oppure contatta il tuo host per "
|
722 |
+
"un upgrade."
|
723 |
+
|
724 |
+
#: templates/sysinfo/system-information-panel.php:105
|
725 |
+
#, php-format
|
726 |
+
msgid "%s needs at least %s version"
|
727 |
+
msgstr "%s necessita almeno della versione %s"
|
728 |
+
|
729 |
+
#: templates/sysinfo/system-information-panel.php:116
|
730 |
+
msgid ""
|
731 |
+
"Update it to the latest version in order to benefit of all new features and "
|
732 |
+
"security updates."
|
733 |
+
msgstr ""
|
734 |
+
"Aggiorna all'ultima versione per beneficiare di tutte le nuove funzionalità "
|
735 |
+
"e degli aggiornamenti di sicurezza."
|
736 |
+
|
737 |
+
#: templates/sysinfo/system-information-panel.php:122
|
738 |
+
msgid "Contact your hosting company in order to update it."
|
739 |
+
msgstr "Contatta il tuo servizio hosting per aggiornarlo."
|
740 |
+
|
741 |
+
#: templates/sysinfo/system-information-panel.php:126
|
742 |
+
#, php-format
|
743 |
+
msgid "Remove %s from %s file"
|
744 |
+
msgstr "Rimuovi %s dal file %s"
|
745 |
+
|
746 |
+
#: templates/sysinfo/system-information-panel.php:134
|
747 |
+
msgid "Contact your hosting company in order to enable it."
|
748 |
+
msgstr "Per attivarlo contatta il tuo servizio di hosting."
|
749 |
+
|
750 |
+
#: templates/sysinfo/system-information-panel.php:157
|
751 |
+
msgid ""
|
752 |
+
"We cannot determine which <b>TLS</b> version is installed because <b>cURL</"
|
753 |
+
"b> module is disabled. Ask your hosting company to enable it."
|
754 |
+
msgstr ""
|
755 |
+
"Non ci è stato possibile determinare quale versione <b>TLS</b> è installata "
|
756 |
+
"in quanto il modulo <b>cURL</b> è disattivato. Chiedi al tuo servizio "
|
757 |
+
"hosting di attivarlo."
|
758 |
+
|
759 |
+
#: templates/sysinfo/system-information-panel.php:160
|
760 |
+
msgid ""
|
761 |
+
"<b>ImageMagick</b> module is not installed. Ask your hosting company to "
|
762 |
+
"install it."
|
763 |
+
msgstr ""
|
764 |
+
"Il modulo <b>ImageMagick</b> non è installato. Chiedi al tuo servizio di "
|
765 |
+
"hosting di installarlo."
|
766 |
+
|
767 |
+
#: templates/sysinfo/system-information-panel.php:172
|
768 |
+
msgid "Show full PHPInfo"
|
769 |
+
msgstr "Mostra tutto il contenuto di PHPInfo"
|
770 |
+
|
771 |
+
#: templates/sysinfo/system-information-panel.php:176
|
772 |
+
msgid "Back to System panel"
|
773 |
+
msgstr "Torna al pannello di Sistema"
|
774 |
+
|
775 |
+
#: templates/sysinfo/system-information-panel.php:193
|
776 |
+
msgid "Back to top"
|
777 |
+
msgstr "Torna su"
|
778 |
+
|
779 |
#: yit-plugin.php:83
|
780 |
msgctxt "Plugin Row Meta"
|
781 |
msgid "Live Demo"
|
796 |
msgid "Premium version"
|
797 |
msgstr "Versione premium"
|
798 |
|
799 |
+
#: yit-plugin.php:190
|
800 |
msgctxt "Action links"
|
801 |
msgid "Settings"
|
802 |
msgstr "Impostazioni"
|
803 |
|
804 |
+
#: yit-plugin.php:194
|
805 |
msgid "License"
|
806 |
msgstr "Chiave di licenza"
|
807 |
|
808 |
+
#~ msgid "An unexpected error occurred, please try again later. Thanks!"
|
809 |
+
#~ msgstr "Si è verificato un errore inaspettato, riprova più tardi. Grazie!"
|
810 |
+
|
811 |
+
#~ msgid "There is a new version of %plugin_name% available."
|
812 |
+
#~ msgstr "Una nuova versione di %plugin_name% è disponibile."
|
813 |
+
|
814 |
+
#~ msgid "View version %latest% details."
|
815 |
+
#~ msgstr "Visualizza i dettagli della versione %latest%."
|
816 |
+
|
817 |
+
#~ msgid "Automatic update is unavailable for this plugin,"
|
818 |
+
#~ msgstr "L'aggiornamento automatico non è disponibile per questo plugin,"
|
819 |
+
|
820 |
+
#~ msgid ""
|
821 |
+
#~ "please <a href=\"%activate_link%\">activate</a> your copy of %plugin_name"
|
822 |
+
#~ "%."
|
823 |
+
#~ msgstr ""
|
824 |
+
#~ "per favore, <a href=\"%activate_link%\">attiva</a> la tua copia di "
|
825 |
+
#~ "%plugin_name%."
|
826 |
+
|
827 |
+
#~ msgid "Update now."
|
828 |
+
#~ msgstr "Aggiorna adesso."
|
829 |
+
|
830 |
+
#~ msgid ""
|
831 |
+
#~ "<br/><b>Please note:</b> You are using a higher version than the latest "
|
832 |
+
#~ "available one. </em>Please, make sure you've downloaded the latest "
|
833 |
+
#~ "version of <em>%1$s</em> from the only <a href=\"https://yithemes.com\" "
|
834 |
+
#~ "target=\"_blank\">YITH official website</a>, specifically, from your <a "
|
835 |
+
#~ "href=\"https://yithemes.com/my-account/recent-downloads/\" target=\"_blank"
|
836 |
+
#~ "\">Downloads page</a>. This is the only way to be sure the version you "
|
837 |
+
#~ "are using is 100% malware-free."
|
838 |
+
#~ msgstr ""
|
839 |
+
#~ "<br/><b>Attenzione:</b> Stai utilizzando una versione superiore "
|
840 |
+
#~ "all'ultima disponibile. </em>Per favore assicurati di aver scaricato la "
|
841 |
+
#~ "versione più recente di <em>%1$s</em> dall'unico <a href=\"https://"
|
842 |
+
#~ "yithemes.com\" target=\"_blank\">sito ufficiale YITH</a>, nello specifico "
|
843 |
+
#~ "dalla tua <a href=\"https://yithemes.com/my-account/recent-downloads/\" "
|
844 |
+
#~ "target=\"_blank\">pagina Downloads</a>. Questo è l'unico modo per essere "
|
845 |
+
#~ "sicuri che la versione in uso sia al 100% priva di malware."
|
846 |
+
|
847 |
+
#~ msgctxt "[Update Plugin Message: License not enabled]"
|
848 |
+
#~ msgid "You have to activate the plugin to benefit from automatic updates."
|
849 |
+
#~ msgstr "Devi attivare il plugin per usufruire degli update automatici."
|
850 |
+
|
851 |
+
#~ msgid "YITH Repository"
|
852 |
+
#~ msgstr "Repository YITH"
|
853 |
+
|
854 |
+
#~ msgid "Invalid URL Provided."
|
855 |
+
#~ msgstr "L'URL inserito non è valido."
|
856 |
+
|
857 |
+
#~ msgid "Could not create Temporary file."
|
858 |
+
#~ msgstr "Non è stato possibile creare il file temporaneo."
|
859 |
+
|
860 |
+
#~ msgid ""
|
861 |
+
#~ "There is a new version of %1$s available. <a href=\"%2$s\" class="
|
862 |
+
#~ "\"thickbox yit-changelog-button open-plugin-details-modal\" title=\"%3$s"
|
863 |
+
#~ "\">View version %4$s details</a>."
|
864 |
+
#~ msgstr ""
|
865 |
+
#~ "È disponibile una nuova versione di %1$s. <a href=\"%2$s\" class="
|
866 |
+
#~ "\"thickbox yit-changelog-button\" title=\"%3$s\">Visualizza i dettagli "
|
867 |
+
#~ "della versione %4$s</a>."
|
868 |
+
|
869 |
+
#~ msgid ""
|
870 |
+
#~ "There is a new version of %1$s available. <a href=\"%2$s\" class="
|
871 |
+
#~ "\"thickbox yit-changelog-button open-plugin-details-modal\" title=\"%3$s"
|
872 |
+
#~ "\">View version %4$s details</a>. <em>You have to activate the plugin on "
|
873 |
+
#~ "a single site of the network to benefit from automatic updates.</em>"
|
874 |
+
#~ msgstr ""
|
875 |
+
#~ "È disponibile una nuova versione di %1$s. <a href=\"%2$s\" class="
|
876 |
+
#~ "\"thickbox yit-changelog-button\" title=\"%3$s\">Visualizza i dettagli "
|
877 |
+
#~ "della versione %4$s</a>. <em>Per poter usufruire degli aggiornamenti "
|
878 |
+
#~ "automatici è necessario attivare il plugin su un solo sito.</em>"
|
879 |
+
|
880 |
+
#~ msgid ""
|
881 |
+
#~ "There is a new version of %1$s available. <a href=\"%2$s\" class="
|
882 |
+
#~ "\"thickbox yit-changelog-button open-plugin-details-modal\" title=\"%3$s"
|
883 |
+
#~ "\">View version %4$s details</a>. <em>Automatic update is unavailable for "
|
884 |
+
#~ "this plugin, please <a href=\"%5$s\" title=\"License activation"
|
885 |
+
#~ "\">activate</a> your copy of %6s.</em>"
|
886 |
+
#~ msgstr ""
|
887 |
+
#~ "È disponibile una nuova versione di %1$s. <a href=\"%2$s\" class="
|
888 |
+
#~ "\"thickbox yit-changelog-button\" title=\"%3$s\">Visualizza i dettagli "
|
889 |
+
#~ "della versione %4$s</a>. <em>Gli aggiornamenti automatici non sono "
|
890 |
+
#~ "disponibili per questo plugin, per piacere <a href=\"%5$s\" title="
|
891 |
+
#~ "\"License activation\">attiva</a> la tua copia di %6s.</em>"
|
892 |
+
|
893 |
+
#~ msgid ""
|
894 |
+
#~ "There is a new version of %1$s available. <a href=\"%2$s\" class="
|
895 |
+
#~ "\"thickbox yit-changelog-button open-plugin-details-modal\" title=\"%3$s"
|
896 |
+
#~ "\">View version %4$s details</a> or <a href=\"%5$s\">update now</a>."
|
897 |
+
#~ msgstr ""
|
898 |
+
#~ "È disponibile una nuova versioni di %1$s. <a href=\"%2$s\" class="
|
899 |
+
#~ "\"thickbox yit-changelog-button\" title=\"%3$s\">Visualizza i dettagli "
|
900 |
+
#~ "della versione %4$s</a> oppure <a href=\"%5$s\">aggiorna adesso</a>."
|
901 |
+
|
902 |
+
#~ msgid ""
|
903 |
+
#~ "<br/><b>Please note:</b> You are using a higher version than the latest "
|
904 |
+
#~ "available one. </em>Please, make sure you've downloaded the latest "
|
905 |
+
#~ "version of <em>%1$s</em> from the only <a href=\"https://yithemes.com\" "
|
906 |
+
#~ "target=\"_blank\">YITH official website</a>, specifically, from your <a "
|
907 |
+
#~ "href=\"https://yithemes.com/my-account/recent-downloads/\" target=\"_blank"
|
908 |
+
#~ "\">Downloads page</a>. This is the only way to be sure the version you "
|
909 |
+
#~ "are using is 100%% malware-free."
|
910 |
+
#~ msgstr ""
|
911 |
+
#~ "<br/><b>Attenzione:</b> Stai utilizzando una versione superiore "
|
912 |
+
#~ "all'ultima disponibile. </em>Per favore assicurati di aver scaricato la "
|
913 |
+
#~ "versione più recente di <em>%1$s</em> dall'unico <a href=\"https://"
|
914 |
+
#~ "yithemes.com\" target=\"_blank\">sito ufficiale YITH</a>, nello specifico "
|
915 |
+
#~ "dalla tua <a href=\"https://yithemes.com/my-account/recent-downloads/\" "
|
916 |
+
#~ "target=\"_blank\">pagina Downloads</a>. Questo è l'unico modo per essere "
|
917 |
+
#~ "sicuri che la versione in uso sia al 100%% priva di malware."
|
918 |
+
|
919 |
+
#~ msgid "You can't update the plugins for this site."
|
920 |
+
#~ msgstr "Non è possibile aggiornare i plugin per questo sito."
|
921 |
+
|
922 |
+
#~ msgid ""
|
923 |
+
#~ "You do not have sufficient permissions to update the plugins for this "
|
924 |
+
#~ "site."
|
925 |
+
#~ msgstr ""
|
926 |
+
#~ "Non sei in possesso delle autorizzazioni necessarie per aggiornare i "
|
927 |
+
#~ "plugin in questo sito."
|
928 |
+
|
929 |
+
#~ msgid "Update Plugin"
|
930 |
+
#~ msgstr "Aggiorna plugin"
|
931 |
+
|
932 |
+
#~ msgid "New YITH products"
|
933 |
+
#~ msgstr "Nuovi prodotti YITH"
|
934 |
+
|
935 |
+
#~ msgctxt "%s = field name"
|
936 |
+
#~ msgid "Please, insert a valid %s"
|
937 |
+
#~ msgstr "Per favore, inserisci una %s valida"
|
938 |
+
|
939 |
+
#~ msgid "Please, insert a valid %s and a valid %s"
|
940 |
+
#~ msgstr "Per favore, inserire una %s valida ed una %s valida"
|
941 |
+
|
942 |
+
#~ msgid "Unable to contact the remote server, please try again later. Thanks!"
|
943 |
+
#~ msgstr "Impossibile contattare il server remoto, prova più tardi. Grazie!"
|
944 |
+
|
945 |
+
#~ msgid "email address"
|
946 |
+
#~ msgstr "email"
|
947 |
+
|
948 |
+
#~ msgid "license key"
|
949 |
+
#~ msgstr "chiave di licenza"
|
950 |
+
|
951 |
+
#~ msgid "Are you sure you want to deactivate the license for current site?"
|
952 |
+
#~ msgstr "Sei sicuro di voler disattivare la licenza per questo sito?"
|
953 |
+
|
954 |
+
#~ msgid "Invalid Request"
|
955 |
+
#~ msgstr "Richiesta non valida"
|
956 |
+
|
957 |
+
#~ msgid "Invalid license key"
|
958 |
+
#~ msgstr "Chiave di licenza non valida"
|
959 |
+
|
960 |
+
#~ msgid "Software has been deactivated"
|
961 |
+
#~ msgstr "Il software è stato disattivato"
|
962 |
+
|
963 |
+
#~ msgid "Maximum number of activations exceeded"
|
964 |
+
#~ msgstr "Hai raggiunto il numero massimo di attivazioni"
|
965 |
+
|
966 |
+
#~ msgid "Invalid instance ID"
|
967 |
+
#~ msgstr "Istanza ID non valida"
|
968 |
+
|
969 |
+
#~ msgid "Invalid security key"
|
970 |
+
#~ msgstr "Chiave di sicurezza non valida"
|
971 |
+
|
972 |
+
#~ msgid "License key has expired"
|
973 |
+
#~ msgstr "La chiave di licenza è scaduta"
|
974 |
+
|
975 |
+
#~ msgid "License key has been banned"
|
976 |
+
#~ msgstr "La chiave di licenza è stata bloccata"
|
977 |
+
|
978 |
+
#~ msgid "Current product is not included in your YITH Club Subscription key"
|
979 |
+
#~ msgstr ""
|
980 |
+
#~ "Questo prodotto non è incluso nella tua licenze YITH Club Subscription"
|
981 |
+
|
982 |
+
#~ msgid "Great"
|
983 |
+
#~ msgstr "Grande!"
|
984 |
+
|
985 |
+
#~ msgid "License successfully activated"
|
986 |
+
#~ msgstr "Licenza attivata con successo"
|
987 |
+
|
988 |
+
#~ msgid "License key deactivated for website"
|
989 |
+
#~ msgstr "Chiave di licenza disattivata per il sito web"
|
990 |
+
|
991 |
+
#~ msgid "License Activation"
|
992 |
+
#~ msgstr "Attivazione licenza"
|
993 |
+
|
994 |
+
#~ msgctxt ""
|
995 |
+
#~ "[Part of]: Warning! You didn't set license key for the following products:"
|
996 |
+
#~ "[Plugins List] which means you're missing out on updates and support. "
|
997 |
+
#~ "Enter your license key, please."
|
998 |
+
#~ msgid "You didn't set license key for the following products"
|
999 |
+
#~ msgstr "Non hai impostato la chiave di licenza per i seguenti prodotti"
|
1000 |
+
|
1001 |
+
#~ msgctxt ""
|
1002 |
+
#~ "[Part of]: Warning! You didn't set license key for the following products:"
|
1003 |
+
#~ "[Plugins List] which means you're missing out on updates and support. "
|
1004 |
+
#~ "Enter your license key, please."
|
1005 |
+
#~ msgid "which means you're missing out on updates and support"
|
1006 |
+
#~ msgstr "il che significa che ti stai perdendo aggiornamenti e supporto"
|
1007 |
+
|
1008 |
+
#~ msgctxt ""
|
1009 |
+
#~ "[Part of]: Warning! You didn't set license key for the following products:"
|
1010 |
+
#~ "[Plugins List] which means you're missing out on updates and support. "
|
1011 |
+
#~ "Enter your license key, please."
|
1012 |
+
#~ msgid "Enter your license key"
|
1013 |
+
#~ msgstr "Inserisci la tua chiave di licenza"
|
1014 |
+
|
1015 |
+
#~ msgctxt ""
|
1016 |
+
#~ "[Part of]: Warning! You didn't set license key for the following products:"
|
1017 |
+
#~ "[Plugins List] which means you're missing out on updates and support. "
|
1018 |
+
#~ "Enter your license key, please."
|
1019 |
+
#~ msgid "please"
|
1020 |
+
#~ msgstr "per favore"
|
1021 |
+
|
1022 |
+
#~ msgid "%s"
|
1023 |
+
#~ msgstr "%s"
|
1024 |
+
|
1025 |
+
#~ msgid ""
|
1026 |
+
#~ "I cannot find the license key for activating the theme I have bought some "
|
1027 |
+
#~ "time ago. Where can I find it?"
|
1028 |
+
#~ msgstr ""
|
1029 |
+
#~ "Non riesco a trovare la chiave di licenza per l'attivazione del tema che "
|
1030 |
+
#~ "ho acquistato diverso tempo fa. Dove posso trovarla?"
|
1031 |
+
|
1032 |
+
#~ msgid ""
|
1033 |
+
#~ "If you have purchased one of our products before 27 January 2015, you can "
|
1034 |
+
#~ "benefit from support and updates (the services offered with the license)\n"
|
1035 |
+
#~ " until 27 January 2016 and you do not have to purchase "
|
1036 |
+
#~ "it again to get a new license key, because, before this date, your "
|
1037 |
+
#~ "license used to be activated automatically by our system.\n"
|
1038 |
+
#~ " After 27 January 2016, instead, if you want to "
|
1039 |
+
#~ "benefit from support and updates you have to buy a new license and "
|
1040 |
+
#~ "activate it through the license key you will be\n"
|
1041 |
+
#~ " provided with and that you can find in your YITH "
|
1042 |
+
#~ "account, in section \"My licenses\"."
|
1043 |
+
#~ msgstr ""
|
1044 |
+
#~ "Se hai acquistato uno dei nostri prodotti prima del 27 gennaio 2015, "
|
1045 |
+
#~ "potrai usufruire di supporto e aggiornamenti (servizi inclusi nella "
|
1046 |
+
#~ "licenza)\n"
|
1047 |
+
#~ "fino al 27 gennaio 2016 e non dovrai riacquistare il prodotto per "
|
1048 |
+
#~ "ottenere una chiave di licenza, poiché prima di questa data il tuo "
|
1049 |
+
#~ "prodotto veniva automaticamente attivato dal nostro sistema.\n"
|
1050 |
+
#~ "Dopo il 27 gennaio 2016, invece, se vorrai usufruire di supporto e "
|
1051 |
+
#~ "aggiornamenti dovrai acquistare una nuova licenza e attivarla con il "
|
1052 |
+
#~ "codice che ti verrà\n"
|
1053 |
+
#~ "fornito e che puoi trovare nella tua area riservata su YITH, nella "
|
1054 |
+
#~ "sezione \"My licenses\"."
|
1055 |
+
|
1056 |
+
#~ msgid "YITH License Activation"
|
1057 |
+
#~ msgstr "Attivazione licenza YITH"
|
1058 |
+
|
1059 |
+
#~ msgid "License expiry date"
|
1060 |
+
#~ msgstr "Data di scadenza della licenza"
|
1061 |
+
|
1062 |
+
#~ msgid ""
|
1063 |
+
#~ "If you have renewed your product license key and the expiry date does not "
|
1064 |
+
#~ "appear up-to-date, please, click on the button <em>Check Expiry Date</em> "
|
1065 |
+
#~ "below and it will update."
|
1066 |
+
#~ msgstr ""
|
1067 |
+
#~ "Se hai rinnovato la chiave di licenza del tuo prodotto e la data di "
|
1068 |
+
#~ "scadenza non risulta aggiornata, ti invitiamo a fare clic sul pulsante "
|
1069 |
+
#~ "<em>Check Expiry Date</em> in modo da aggiornarla."
|
1070 |
+
|
1071 |
+
#~ msgid "Check expiry date"
|
1072 |
+
#~ msgstr "Controlla la data di scadenza"
|
1073 |
+
|
1074 |
+
#~ msgid "Product to activate"
|
1075 |
+
#~ msgid_plural "Products to activate"
|
1076 |
+
#~ msgstr[0] "Prodotto da attivare"
|
1077 |
+
#~ msgstr[1] "Prodotti da attivare"
|
1078 |
+
|
1079 |
+
#~ msgid "Are you having issues with the license activation?"
|
1080 |
+
#~ msgstr "Stai riscontrando problemi con l'attivazione della licenza?"
|
1081 |
+
|
1082 |
+
#~ msgid "Read this article"
|
1083 |
+
#~ msgstr "Leggi questo articolo"
|
1084 |
+
|
1085 |
+
#~ msgid "Activate"
|
1086 |
+
#~ msgstr "Attiva"
|
1087 |
+
|
1088 |
+
#~ msgid "Activated"
|
1089 |
+
#~ msgstr "Attivato"
|
1090 |
+
|
1091 |
+
#~ msgid "Product Name"
|
1092 |
+
#~ msgstr "Nome prodotto"
|
1093 |
+
|
1094 |
+
#~ msgid "Email"
|
1095 |
+
#~ msgstr "Email"
|
1096 |
+
|
1097 |
+
#~ msgid "License Key"
|
1098 |
+
#~ msgstr "Chiave di licenza"
|
1099 |
+
|
1100 |
+
#~ msgid "Expires"
|
1101 |
+
#~ msgstr "Scadenza"
|
1102 |
+
|
1103 |
+
#~ msgid "Remaining"
|
1104 |
+
#~ msgstr "Tempo rimanente"
|
1105 |
+
|
1106 |
+
#~ msgid "Club Subscription"
|
1107 |
+
#~ msgstr "Club Subscription"
|
1108 |
+
|
1109 |
+
#~ msgid "%1s out of %2s"
|
1110 |
+
#~ msgstr "%1s di %2s"
|
1111 |
+
|
1112 |
+
#~ msgid "Deactivate"
|
1113 |
+
#~ msgstr "Disattiva"
|
1114 |
+
|
1115 |
+
#~ msgid "Renew"
|
1116 |
+
#~ msgstr "Rinnova"
|
1117 |
+
|
1118 |
+
#~ msgid "Banned"
|
1119 |
+
#~ msgstr "Bloccato"
|
1120 |
+
|
1121 |
+
#~ msgid "Expired"
|
1122 |
+
#~ msgstr "Non più valido"
|
1123 |
+
|
1124 |
+
#~ msgid "Order again"
|
1125 |
+
#~ msgstr "Acquista di nuovo"
|
1126 |
+
|
1127 |
+
#~ msgid "Renew license"
|
1128 |
+
#~ msgstr "Rinnova la licenza"
|
1129 |
+
|
1130 |
+
#~ msgid "Select All"
|
1131 |
+
#~ msgstr "Seleziona tutto"
|
1132 |
+
|
1133 |
+
#~ msgid "Deselect All"
|
1134 |
+
#~ msgstr "Deseleziona tutto"
|
1135 |
+
|
1136 |
#~ msgid ""
|
1137 |
#~ "Have you updated your licenses? Have you asked for an extension? Update "
|
1138 |
#~ "information concerning your products."
|
1199 |
#~ msgid "Theme Icon"
|
1200 |
#~ msgstr "Icona tema"
|
1201 |
|
|
|
|
|
|
|
1202 |
#~ msgid "None"
|
1203 |
#~ msgstr "Nessuno"
|
1204 |
|
|
|
|
|
|
|
|
|
|
|
|
|
1205 |
#~ msgid "Field Title"
|
1206 |
#~ msgstr "Titolo campo"
|
1207 |
|
plugin-fw/languages/yith-plugin-fw-nl_NL.mo
ADDED
Binary file
|
plugin-fw/languages/yith-plugin-fw-nl_NL.po
ADDED
@@ -0,0 +1,1140 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Copyright (C) 2015 YIThemes
|
2 |
+
# This file is distributed under the same license as the YITH Plugin Starter package.
|
3 |
+
msgid ""
|
4 |
+
msgstr ""
|
5 |
+
"Project-Id-Version: YITH Plugin Starter 1.0.0 Plugin FW\n"
|
6 |
+
"Report-Msgid-Bugs-To: Your Inspiration Themes <plugins@yithemes.com>\n"
|
7 |
+
"POT-Creation-Date: 2020-01-14 10:06+0000\n"
|
8 |
+
"PO-Revision-Date: 2020-01-14 10:29+0000\n"
|
9 |
+
"Last-Translator: \n"
|
10 |
+
"Language-Team: Your Inspiration Themes <info@yithemes.com>\n"
|
11 |
+
"Language: nl\n"
|
12 |
+
"MIME-Version: 1.0\n"
|
13 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
14 |
+
"Content-Transfer-Encoding: 8bit\n"
|
15 |
+
"X-Generator: Poedit 1.8.12\n"
|
16 |
+
"X-Poedit-KeywordsList: __;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;"
|
17 |
+
"_nx_noop:1,2,3c;esc_attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;"
|
18 |
+
"esc_html_x:1,2c;_x;_ex\n"
|
19 |
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
20 |
+
"X-Poedit-SourceCharset: UTF-8\n"
|
21 |
+
"X-Poedit-Basepath: ..\n"
|
22 |
+
"X-Textdomain-Support: yes\n"
|
23 |
+
"X-Poedit-SearchPath-0: .\n"
|
24 |
+
|
25 |
+
#: lib/privacy/yit-privacy.php:24
|
26 |
+
msgctxt "Privacy Policy Guide Title"
|
27 |
+
msgid "YITH Plugins"
|
28 |
+
msgstr "YITH Plugins"
|
29 |
+
|
30 |
+
#: lib/privacy/yit-privacy.php:59
|
31 |
+
msgctxt "Privacy Policy Content"
|
32 |
+
msgid ""
|
33 |
+
"This sample language includes the basics around what personal data your "
|
34 |
+
"store may be collecting, storing and sharing, as well as who may have access "
|
35 |
+
"to that data. Depending on what settings are enabled and which additional "
|
36 |
+
"plugins are used, the specific information shared by your store will vary. "
|
37 |
+
"We recommend consulting with a lawyer when deciding what information to "
|
38 |
+
"disclose on your privacy policy."
|
39 |
+
msgstr ""
|
40 |
+
"Deze voorbeeldtaal bevat de basisinformatie over de persoonlijke gegevens "
|
41 |
+
"die je winkel mogelijk verzamelt, bewaart en deelt en wie toegang heeft tot "
|
42 |
+
"die gegevens. Afhankelijk van welke instellingen zijn ingeschakeld en welke "
|
43 |
+
"extra plug-ins worden gebruikt, varieert de specifieke informatie die door "
|
44 |
+
"je winkel wordt gedeeld. We raden je aan om een advocaat te raadplegen "
|
45 |
+
"wanneer je beslist welke informatie openbaar wordt gemaakt in je "
|
46 |
+
"privacybeleid."
|
47 |
+
|
48 |
+
#: lib/privacy/yit-privacy.php:63
|
49 |
+
msgctxt "Privacy Policy Content"
|
50 |
+
msgid "What we collect and store"
|
51 |
+
msgstr "Wat we verzamelen en bewaren"
|
52 |
+
|
53 |
+
#: lib/privacy/yit-privacy.php:66
|
54 |
+
msgctxt "Privacy Policy Content"
|
55 |
+
msgid "Who on our team has access"
|
56 |
+
msgstr "Wie in ons team heeft toegang"
|
57 |
+
|
58 |
+
#: lib/privacy/yit-privacy.php:69
|
59 |
+
msgctxt "Privacy Policy Content"
|
60 |
+
msgid "What we share with others"
|
61 |
+
msgstr "Wat we delen met anderen"
|
62 |
+
|
63 |
+
#: lib/privacy/yit-privacy.php:72
|
64 |
+
msgctxt "Privacy Policy Content"
|
65 |
+
msgid "Payments"
|
66 |
+
msgstr "Betalingen"
|
67 |
+
|
68 |
+
#: lib/yit-cpt-unlimited.php:462 lib/yit-cpt-unlimited.php:576
|
69 |
+
#: lib/yit-cpt-unlimited.php:721 lib/yit-cpt-unlimited.php:1636
|
70 |
+
#, php-format
|
71 |
+
msgid "Add %s"
|
72 |
+
msgstr "Toevoegen %s"
|
73 |
+
|
74 |
+
#: lib/yit-cpt-unlimited.php:463 lib/yit-cpt-unlimited.php:577
|
75 |
+
#, php-format
|
76 |
+
msgid "Add New %s"
|
77 |
+
msgstr "Nieuwe toevoegen %s"
|
78 |
+
|
79 |
+
#: lib/yit-cpt-unlimited.php:464 lib/yit-cpt-unlimited.php:578
|
80 |
+
#: lib/yit-cpt-unlimited.php:1269 lib/yit-cpt-unlimited.php:1306
|
81 |
+
#, php-format
|
82 |
+
msgid "Edit %s"
|
83 |
+
msgstr "Bewerk %s"
|
84 |
+
|
85 |
+
#: lib/yit-cpt-unlimited.php:465 lib/yit-cpt-unlimited.php:579
|
86 |
+
#, php-format
|
87 |
+
msgid "New %s"
|
88 |
+
msgstr "Nieuwe %s"
|
89 |
+
|
90 |
+
#: lib/yit-cpt-unlimited.php:466 lib/yit-cpt-unlimited.php:580
|
91 |
+
#, php-format
|
92 |
+
msgid "All %s"
|
93 |
+
msgstr "Alle %s"
|
94 |
+
|
95 |
+
#: lib/yit-cpt-unlimited.php:467 lib/yit-cpt-unlimited.php:581
|
96 |
+
#: lib/yit-cpt-unlimited.php:1253 lib/yit-cpt-unlimited.php:1307
|
97 |
+
#, php-format
|
98 |
+
msgid "View %s"
|
99 |
+
msgstr "Bekijk %s"
|
100 |
+
|
101 |
+
#: lib/yit-cpt-unlimited.php:468 lib/yit-cpt-unlimited.php:582
|
102 |
+
#, php-format
|
103 |
+
msgid "Search %s"
|
104 |
+
msgstr "Zoek %s"
|
105 |
+
|
106 |
+
#: lib/yit-cpt-unlimited.php:469 lib/yit-cpt-unlimited.php:583
|
107 |
+
#, php-format
|
108 |
+
msgid "No %s found"
|
109 |
+
msgstr "Geen %s gevonden"
|
110 |
+
|
111 |
+
#: lib/yit-cpt-unlimited.php:470 lib/yit-cpt-unlimited.php:584
|
112 |
+
#, php-format
|
113 |
+
msgid "No %s found in Trash"
|
114 |
+
msgstr "Geen %s gevonden in prullenbak"
|
115 |
+
|
116 |
+
#: lib/yit-cpt-unlimited.php:627
|
117 |
+
#, php-format
|
118 |
+
msgctxt "taxonomy general name"
|
119 |
+
msgid "%s Categories"
|
120 |
+
msgstr "%s Categorieën"
|
121 |
+
|
122 |
+
#: lib/yit-cpt-unlimited.php:628
|
123 |
+
msgctxt "taxonomy singular name"
|
124 |
+
msgid "Category"
|
125 |
+
msgstr "Categorie"
|
126 |
+
|
127 |
+
#: lib/yit-cpt-unlimited.php:629 templates/fields/ajax-terms.php:56
|
128 |
+
msgid "Search Categories"
|
129 |
+
msgstr "Zoek categorieën"
|
130 |
+
|
131 |
+
#: lib/yit-cpt-unlimited.php:630
|
132 |
+
msgid "All Categories"
|
133 |
+
msgstr "Alle Categorieën"
|
134 |
+
|
135 |
+
#: lib/yit-cpt-unlimited.php:631
|
136 |
+
msgid "Parent Category"
|
137 |
+
msgstr "Hoofdcategorie"
|
138 |
+
|
139 |
+
#: lib/yit-cpt-unlimited.php:632
|
140 |
+
msgid "Parent Category:"
|
141 |
+
msgstr "Hoofdcategorie:"
|
142 |
+
|
143 |
+
#: lib/yit-cpt-unlimited.php:633
|
144 |
+
msgid "Edit Category"
|
145 |
+
msgstr "Bewerk Categorie"
|
146 |
+
|
147 |
+
#: lib/yit-cpt-unlimited.php:634
|
148 |
+
msgid "Update Category"
|
149 |
+
msgstr "Categorie bijwerken"
|
150 |
+
|
151 |
+
#: lib/yit-cpt-unlimited.php:635
|
152 |
+
msgid "Add New Category"
|
153 |
+
msgstr "Nieuwe categorie toevoegen"
|
154 |
+
|
155 |
+
#: lib/yit-cpt-unlimited.php:636
|
156 |
+
msgid "New Category Name"
|
157 |
+
msgstr "Nieuwe categorienaam"
|
158 |
+
|
159 |
+
#: lib/yit-cpt-unlimited.php:637
|
160 |
+
msgid "Category"
|
161 |
+
msgstr "Catogorie"
|
162 |
+
|
163 |
+
#: lib/yit-cpt-unlimited.php:726
|
164 |
+
msgid "Categories"
|
165 |
+
msgstr "Categorieën"
|
166 |
+
|
167 |
+
#: lib/yit-cpt-unlimited.php:1044
|
168 |
+
#, php-format
|
169 |
+
msgid "%s Settings"
|
170 |
+
msgstr "%s instellingen"
|
171 |
+
|
172 |
+
#: lib/yit-cpt-unlimited.php:1050 lib/yit-cpt-unlimited.php:1198
|
173 |
+
#: lib/yit-cpt-unlimited.php:1204 lib/yit-plugin-panel.php:80
|
174 |
+
msgid "Settings"
|
175 |
+
msgstr "Instellingen"
|
176 |
+
|
177 |
+
#: lib/yit-cpt-unlimited.php:1053
|
178 |
+
msgid "Type"
|
179 |
+
msgstr "Type"
|
180 |
+
|
181 |
+
#: lib/yit-cpt-unlimited.php:1054
|
182 |
+
#, php-format
|
183 |
+
msgid "Layout for this %s"
|
184 |
+
msgstr "De lay-out hiervoor %s"
|
185 |
+
|
186 |
+
#: lib/yit-cpt-unlimited.php:1060
|
187 |
+
msgid "Rewrite"
|
188 |
+
msgstr "Herschrijf"
|
189 |
+
|
190 |
+
#: lib/yit-cpt-unlimited.php:1061
|
191 |
+
msgid ""
|
192 |
+
"Univocal identification name in the URL for each product (slug from post if "
|
193 |
+
"empty)"
|
194 |
+
msgstr ""
|
195 |
+
"Eenduidige identificatie naam in de URL voor elk product (slug uit post "
|
196 |
+
"indien leeg)"
|
197 |
+
|
198 |
+
#: lib/yit-cpt-unlimited.php:1066
|
199 |
+
msgid "Label in Singular"
|
200 |
+
msgstr "Label in enkelvoud"
|
201 |
+
|
202 |
+
#: lib/yit-cpt-unlimited.php:1067
|
203 |
+
msgid "Set a label in singular (title of portfolio if empty)"
|
204 |
+
msgstr ""
|
205 |
+
"Stel een label in enkelvoud in (titel van het portfolio als deze niet wordt "
|
206 |
+
"ingevuld)"
|
207 |
+
|
208 |
+
#: lib/yit-cpt-unlimited.php:1072
|
209 |
+
msgid "Label in Plural"
|
210 |
+
msgstr "Label in meervoud"
|
211 |
+
|
212 |
+
#: lib/yit-cpt-unlimited.php:1073
|
213 |
+
msgid "Set a label in plural (title of portfolio if empty)"
|
214 |
+
msgstr ""
|
215 |
+
"Stel een label in meervoud in (titel van het portfolio als deze niet wordt "
|
216 |
+
"ingevuld)"
|
217 |
+
|
218 |
+
#: lib/yit-cpt-unlimited.php:1078
|
219 |
+
msgid "Taxonomy"
|
220 |
+
msgstr "Taxonomie"
|
221 |
+
|
222 |
+
#: lib/yit-cpt-unlimited.php:1079
|
223 |
+
msgid ""
|
224 |
+
"If you want to use categories in the portfolio, set a name for taxonomy. "
|
225 |
+
"Name should be a slug (must not contain capital letters nor spaces) and must "
|
226 |
+
"not be more than 32 characters long (database structure restriction)."
|
227 |
+
msgstr ""
|
228 |
+
"Wilt u categorieën gebruiken in de portfolio, stel dan een naam voor "
|
229 |
+
"taxonomie. Naam moet een ’slug’ zijn (mag geen hoofdletters of spaties "
|
230 |
+
"bevatten) en mag niet meer zijn dan 32 tekens lang (database structuur "
|
231 |
+
"beperking)."
|
232 |
+
|
233 |
+
#: lib/yit-cpt-unlimited.php:1084
|
234 |
+
msgid "Taxonomy Rewrite"
|
235 |
+
msgstr "Taxonomie herschrijven"
|
236 |
+
|
237 |
+
#: lib/yit-cpt-unlimited.php:1085
|
238 |
+
msgid "Set univocal name for each category page URL."
|
239 |
+
msgstr "Stel een unieke naam in voor elke categorie pagina URL."
|
240 |
+
|
241 |
+
#: lib/yit-cpt-unlimited.php:1090
|
242 |
+
msgid "Single layout"
|
243 |
+
msgstr "Single lay-out"
|
244 |
+
|
245 |
+
#: lib/yit-cpt-unlimited.php:1091
|
246 |
+
msgid "Layout for single page of this portfolio"
|
247 |
+
msgstr "Lay-out voor single pagina van dit portfolio"
|
248 |
+
|
249 |
+
#: lib/yit-cpt-unlimited.php:1132
|
250 |
+
msgid "layout settings"
|
251 |
+
msgstr "Lay-out instellingen"
|
252 |
+
|
253 |
+
#: lib/yit-cpt-unlimited.php:1224 lib/yit-cpt-unlimited.php:1237
|
254 |
+
msgid "Quick links"
|
255 |
+
msgstr "Snelle links"
|
256 |
+
|
257 |
+
#: lib/yit-cpt-unlimited.php:1477
|
258 |
+
#, php-format
|
259 |
+
msgid "Show frontend of the %s"
|
260 |
+
msgstr "Toon frontend van de %s"
|
261 |
+
|
262 |
+
#: lib/yit-cpt-unlimited.php:1484 templates/fields/customtabs.php:46
|
263 |
+
#: templates/fields/customtabs.php:89
|
264 |
+
msgid "Name"
|
265 |
+
msgstr "Naam"
|
266 |
+
|
267 |
+
#: lib/yit-cpt-unlimited.php:1635
|
268 |
+
#, php-format
|
269 |
+
msgid "Add %s from images"
|
270 |
+
msgstr "Voeg %s toe vanaf afbeeldingen"
|
271 |
+
|
272 |
+
#: lib/yit-cpt-unlimited.php:1638
|
273 |
+
msgid "Upload multiple files"
|
274 |
+
msgstr "Upload meerdere bestanden"
|
275 |
+
|
276 |
+
#: lib/yit-plugin-panel-wc.php:397
|
277 |
+
msgid "The changes you have made will be lost if you leave this page."
|
278 |
+
msgstr "Als je deze pagina verlaat zullen alle wijzigingen verloren gaan."
|
279 |
+
|
280 |
+
#: lib/yit-plugin-panel.php:79
|
281 |
+
msgid "Plugin Settings"
|
282 |
+
msgstr "Plugin instellingen"
|
283 |
+
|
284 |
+
#: lib/yit-plugin-panel.php:424 lib/yit-plugin-panel.php:427
|
285 |
+
msgid "How to install premium version"
|
286 |
+
msgstr "Hoe installeer ik de premium versie"
|
287 |
+
|
288 |
+
#: lib/yit-plugin-panel.php:571 lib/yit-plugin-subpanel.php:151
|
289 |
+
#: templates/panel/woocommerce/woocommerce-form.php:14
|
290 |
+
msgid "Save Changes"
|
291 |
+
msgstr "Wijzigingen opslaan"
|
292 |
+
|
293 |
+
#: lib/yit-plugin-panel.php:574 lib/yit-plugin-subpanel.php:154
|
294 |
+
#: templates/panel/woocommerce/woocommerce-form.php:17
|
295 |
+
msgid ""
|
296 |
+
"If you continue with this action, you will reset all options in this page."
|
297 |
+
msgstr "Als u deze actie voortzet, zult u alle opties op deze pagina resetten."
|
298 |
+
|
299 |
+
#: lib/yit-plugin-panel.php:576 lib/yit-plugin-subpanel.php:156
|
300 |
+
msgid "Reset to default"
|
301 |
+
msgstr "Resetten naar standaard"
|
302 |
+
|
303 |
+
#: lib/yit-plugin-panel.php:577 lib/yit-plugin-subpanel.php:157
|
304 |
+
#: templates/panel/woocommerce/woocommerce-form.php:21
|
305 |
+
msgid "Are you sure?"
|
306 |
+
msgstr "Weet u het zeker?"
|
307 |
+
|
308 |
+
#: lib/yit-plugin-panel.php:775
|
309 |
+
msgid ""
|
310 |
+
"The element you have entered already exists. Please, enter another name."
|
311 |
+
msgstr "Het element dat u hebt ingevoerd bestaat al. Voer een andere naam in."
|
312 |
+
|
313 |
+
#: lib/yit-plugin-panel.php:776
|
314 |
+
msgid "Settings saved"
|
315 |
+
msgstr "Instellingen opgeslagen"
|
316 |
+
|
317 |
+
#: lib/yit-plugin-panel.php:777
|
318 |
+
msgid "Settings reset"
|
319 |
+
msgstr "Instellingen resetten"
|
320 |
+
|
321 |
+
#: lib/yit-plugin-panel.php:778
|
322 |
+
msgid "Element deleted correctly."
|
323 |
+
msgstr "Element succesvol verwijderd."
|
324 |
+
|
325 |
+
#: lib/yit-plugin-panel.php:779 lib/yit-plugin-panel.php:780
|
326 |
+
msgid "Element updated correctly."
|
327 |
+
msgstr "Element juist bijgewerkt."
|
328 |
+
|
329 |
+
#: lib/yit-plugin-panel.php:781
|
330 |
+
msgid "Database imported correctly."
|
331 |
+
msgstr "Database juist geïmporteerd."
|
332 |
+
|
333 |
+
#: lib/yit-plugin-panel.php:782
|
334 |
+
msgid "An error has occurred during import. Please try again."
|
335 |
+
msgstr "Er is een fout opgetreden tijdens importeren. Probeer opnieuw."
|
336 |
+
|
337 |
+
#: lib/yit-plugin-panel.php:783
|
338 |
+
msgid "The added file is not valid."
|
339 |
+
msgstr "Het toegevoegde bestand is ongeldig."
|
340 |
+
|
341 |
+
#: lib/yit-plugin-panel.php:784
|
342 |
+
msgid "Sorry, import is disabled."
|
343 |
+
msgstr "Sorry, importeren is uitgeschakeld."
|
344 |
+
|
345 |
+
#: lib/yit-plugin-panel.php:785
|
346 |
+
msgid "Sorting successful."
|
347 |
+
msgstr "Sorteren succesvol."
|
348 |
+
|
349 |
+
#: lib/yit-plugin-panel.php:1233
|
350 |
+
msgid "We need your support"
|
351 |
+
msgstr "We hebben uw hulp nodig"
|
352 |
+
|
353 |
+
#: lib/yit-plugin-panel.php:1234
|
354 |
+
msgid "to keep updating and improving the plugin. Please,"
|
355 |
+
msgstr "om de plugin te blijven updaten en verbeteren. A.u.b.,"
|
356 |
+
|
357 |
+
#: lib/yit-plugin-panel.php:1236
|
358 |
+
msgid "help us by leaving a five-star rating"
|
359 |
+
msgstr "help ons door een vijf-sterenbeoordeling achter te laten"
|
360 |
+
|
361 |
+
#: lib/yit-plugin-panel.php:1237
|
362 |
+
msgid ":) Thanks!"
|
363 |
+
msgstr ":) Bedankt!"
|
364 |
+
|
365 |
+
#: lib/yit-pointers.php:70
|
366 |
+
msgid "Plugins Activated"
|
367 |
+
msgstr "Plugins geactiveerd"
|
368 |
+
|
369 |
+
#: lib/yit-pointers.php:71
|
370 |
+
msgid ""
|
371 |
+
"From now on, you can find all plugin options in YITH Plugins menu.\n"
|
372 |
+
" Plugin customization settings will be "
|
373 |
+
"available as a new entry in YITH Plugins menu."
|
374 |
+
msgstr ""
|
375 |
+
"Vanaf nu kunt u alle plugin opties vinden onder het YITH Plugins menu.\n"
|
376 |
+
" Plugin aanpassing instellingen zullen "
|
377 |
+
"beschikbaar zijn als een nieuwe toegang in YITH Plugins menu."
|
378 |
+
|
379 |
+
#: lib/yit-pointers.php:73 lib/yit-pointers.php:89
|
380 |
+
msgid "Discover all our plugins available on:"
|
381 |
+
msgstr "Ontdek al onze beschikbare plugins op:"
|
382 |
+
|
383 |
+
#: lib/yit-pointers.php:74 lib/yit-pointers.php:90
|
384 |
+
msgid "and"
|
385 |
+
msgstr "en"
|
386 |
+
|
387 |
+
#: lib/yit-pointers.php:84
|
388 |
+
msgid "Plugins Upgraded"
|
389 |
+
msgstr "Plugins geüpgraded"
|
390 |
+
|
391 |
+
#: lib/yit-pointers.php:85
|
392 |
+
msgid ""
|
393 |
+
"From now on, you can find the option panel of YITH plugins in YITH Plugins "
|
394 |
+
"menu.\n"
|
395 |
+
" Every time one of our plugins is added, "
|
396 |
+
"a new entry will be added to this menu.\n"
|
397 |
+
" For example, after the update, plugin "
|
398 |
+
"options (such as for YITH WooCommerce Wishlist, YITH WooCommerce Ajax "
|
399 |
+
"Search, etc.)\n"
|
400 |
+
" will be moved from previous location to "
|
401 |
+
"YITH Plugins tab."
|
402 |
+
msgstr ""
|
403 |
+
"Vanaf nu kunt u het optie paneel van YITH plugins vinden in het YITH Plugins "
|
404 |
+
"menu.\n"
|
405 |
+
" Telkens wanneer een nieuwe plugin wordt "
|
406 |
+
"toegevoegd, komt er een regel bij in dit menu.\n"
|
407 |
+
" Voorbeeld, na de update, plugin opties "
|
408 |
+
"(zoals YITH WooCommerce Wishlist, YITH WooCommerce Ajax Search, etc.)\n"
|
409 |
+
" zullen worden verplaatst van de vorige "
|
410 |
+
"locatie naar de YITH Plugins tab."
|
411 |
+
|
412 |
+
#: lib/yith-dashboard.php:40
|
413 |
+
msgid "YITH Latest Updates"
|
414 |
+
msgstr "Laatste updates YITH"
|
415 |
+
|
416 |
+
#: lib/yith-dashboard.php:41
|
417 |
+
msgid "Latest news from YITH Blog"
|
418 |
+
msgstr "Laatste nieuws van YITH Blog"
|
419 |
+
|
420 |
+
#: lib/yith-dashboard.php:65
|
421 |
+
msgid "RSS Error:"
|
422 |
+
msgstr "RSS Fout:"
|
423 |
+
|
424 |
+
#: lib/yith-dashboard.php:71
|
425 |
+
msgid ""
|
426 |
+
"An error has occurred, which probably means the feed is down. Try again "
|
427 |
+
"later."
|
428 |
+
msgstr ""
|
429 |
+
"Er is een fout opgetreden, wat waarschijnlijk betekend dat de feed uit te "
|
430 |
+
"lucht is. Probeer het later opnieuw."
|
431 |
+
|
432 |
+
#: lib/yith-dashboard.php:99
|
433 |
+
msgctxt "Plugin FW"
|
434 |
+
msgid "View Changelog"
|
435 |
+
msgstr "Bekijk wijzigingenlogboek"
|
436 |
+
|
437 |
+
#: lib/yith-dashboard.php:100
|
438 |
+
msgctxt "Plugin FW"
|
439 |
+
msgid "Latest update released on"
|
440 |
+
msgstr "Laatste update uitgebracht op"
|
441 |
+
|
442 |
+
#: lib/yith-dashboard.php:143
|
443 |
+
msgctxt "Button label"
|
444 |
+
msgid "Close"
|
445 |
+
msgstr "Sluiten"
|
446 |
+
|
447 |
+
#: lib/yith-gutenberg.php:134
|
448 |
+
msgctxt "[gutenberg]: Category Name"
|
449 |
+
msgid "YITH"
|
450 |
+
msgstr "YITH"
|
451 |
+
|
452 |
+
#: lib/yith-system-status.php:97 lib/yith-system-status.php:98
|
453 |
+
msgid "System Status"
|
454 |
+
msgstr "Systeem Status"
|
455 |
+
|
456 |
+
#: lib/yith-system-status.php:104
|
457 |
+
msgid "WordPress Version"
|
458 |
+
msgstr "WordPress Versie"
|
459 |
+
|
460 |
+
#: lib/yith-system-status.php:105
|
461 |
+
msgid "WooCommerce Version"
|
462 |
+
msgstr "WooCommerce Versie"
|
463 |
+
|
464 |
+
#: lib/yith-system-status.php:106
|
465 |
+
msgid "Available Memory"
|
466 |
+
msgstr "Beschikbaar geheugen"
|
467 |
+
|
468 |
+
#: lib/yith-system-status.php:107
|
469 |
+
msgid "PHP Version"
|
470 |
+
msgstr "PHP Versie"
|
471 |
+
|
472 |
+
#: lib/yith-system-status.php:108
|
473 |
+
msgid "TLS Version"
|
474 |
+
msgstr "TLS Versie"
|
475 |
+
|
476 |
+
#: lib/yith-system-status.php:109
|
477 |
+
msgid "WordPress Cron"
|
478 |
+
msgstr "WordPress Cron"
|
479 |
+
|
480 |
+
#: lib/yith-system-status.php:110
|
481 |
+
msgid "SimpleXML"
|
482 |
+
msgstr "SimpleXML"
|
483 |
+
|
484 |
+
#: lib/yith-system-status.php:111
|
485 |
+
msgid "MultiByte String"
|
486 |
+
msgstr "MultiByte String"
|
487 |
+
|
488 |
+
#: lib/yith-system-status.php:112
|
489 |
+
msgid "ImageMagick Version"
|
490 |
+
msgstr "ImageMagick Versie"
|
491 |
+
|
492 |
+
#: lib/yith-system-status.php:113
|
493 |
+
msgid "GD Library"
|
494 |
+
msgstr "GD Library"
|
495 |
+
|
496 |
+
#: lib/yith-system-status.php:114
|
497 |
+
msgid "Iconv Module"
|
498 |
+
msgstr "Iconv Module"
|
499 |
+
|
500 |
+
#: lib/yith-system-status.php:115
|
501 |
+
msgid "OPCache Save Comments"
|
502 |
+
msgstr "OPCache Save Comments"
|
503 |
+
|
504 |
+
#: lib/yith-system-status.php:116
|
505 |
+
msgid "URL FOpen"
|
506 |
+
msgstr "URL FOpen"
|
507 |
+
|
508 |
+
#: lib/yith-system-status.php:173
|
509 |
+
msgid "YITH Plugins"
|
510 |
+
msgstr "YITH Plugins"
|
511 |
+
|
512 |
+
#: lib/yith-system-status.php:174
|
513 |
+
msgid "WooCommerce"
|
514 |
+
msgstr "WooCommerce"
|
515 |
+
|
516 |
+
#: lib/yith-system-status.php:291
|
517 |
+
msgid "Warning!"
|
518 |
+
msgstr "Waarschuwing!"
|
519 |
+
|
520 |
+
#: lib/yith-system-status.php:292
|
521 |
+
#, php-format
|
522 |
+
msgid ""
|
523 |
+
"The system check has detected some compatibility issues on your "
|
524 |
+
"installation. %sClick here%s to know more"
|
525 |
+
msgstr ""
|
526 |
+
"Het systeem heeft enkele compatibiliteitsproblemen gevonden op uw "
|
527 |
+
"installatie. %sKlik hier%s om meer te weten te komen"
|
528 |
+
|
529 |
+
#: templates/fields/ajax-customers.php:57
|
530 |
+
msgid "Search Customers"
|
531 |
+
msgstr "Zoek klanten"
|
532 |
+
|
533 |
+
#: templates/fields/ajax-customers.php:83
|
534 |
+
#: templates/fields/ajax-customers.php:93
|
535 |
+
#, php-format
|
536 |
+
msgid "%1$s (#%2$s – %3$s)"
|
537 |
+
msgstr "%1$s (#%2$s – %3$s)"
|
538 |
+
|
539 |
+
#: templates/fields/ajax-posts.php:57
|
540 |
+
msgid "Search Posts"
|
541 |
+
msgstr "Posts zoeken"
|
542 |
+
|
543 |
+
#: templates/fields/ajax-products.php:16
|
544 |
+
msgid "Search Product"
|
545 |
+
msgstr "Product zoeken"
|
546 |
+
|
547 |
+
#: templates/fields/customtabs.php:28
|
548 |
+
msgid "Close all"
|
549 |
+
msgstr "Sluit allen"
|
550 |
+
|
551 |
+
#: templates/fields/customtabs.php:28
|
552 |
+
msgid "Expand all"
|
553 |
+
msgstr "Alles uitvouwen"
|
554 |
+
|
555 |
+
#: templates/fields/customtabs.php:37 templates/fields/customtabs.php:81
|
556 |
+
msgid "Remove"
|
557 |
+
msgstr "Verwijderen"
|
558 |
+
|
559 |
+
#: templates/fields/customtabs.php:52 templates/fields/customtabs.php:94
|
560 |
+
msgid "Value"
|
561 |
+
msgstr "Waarde"
|
562 |
+
|
563 |
+
#: templates/fields/customtabs.php:53 templates/fields/customtabs.php:95
|
564 |
+
msgid "Content of the tab. (HTML is supported)"
|
565 |
+
msgstr "Inhoud van tabblad. (HTML wordt ondersteund)"
|
566 |
+
|
567 |
+
#: templates/fields/customtabs.php:65
|
568 |
+
msgid "Add custom product tab"
|
569 |
+
msgstr "Aangepaste product tabblad toevoegen"
|
570 |
+
|
571 |
+
#: templates/fields/customtabs.php:106
|
572 |
+
msgid "Do you want to remove the custom tab?"
|
573 |
+
msgstr "Wilt u het aangepaste tabblad verwijderen?"
|
574 |
+
|
575 |
+
#: templates/fields/date-format.php:50
|
576 |
+
msgid "Custom:"
|
577 |
+
msgstr "Aangepast:"
|
578 |
+
|
579 |
+
#: templates/fields/icons.php:58
|
580 |
+
msgid "Set Default"
|
581 |
+
msgstr "Instellen als standaard"
|
582 |
+
|
583 |
+
#: templates/fields/image-gallery.php:34 templates/fields/image-gallery.php:39
|
584 |
+
msgid "Delete image"
|
585 |
+
msgstr "Afbeelding verwijderen"
|
586 |
+
|
587 |
+
#: templates/fields/image-gallery.php:39
|
588 |
+
msgid "Add Images to Gallery"
|
589 |
+
msgstr "Afbeeldingen toevoegen aan galerij"
|
590 |
+
|
591 |
+
#: templates/fields/image-gallery.php:39
|
592 |
+
msgid "Add to gallery"
|
593 |
+
msgstr "Toevoegen aan galerij"
|
594 |
+
|
595 |
+
#: templates/fields/image-gallery.php:39
|
596 |
+
msgid "Add images"
|
597 |
+
msgstr "Afbeeldingen toevoegen"
|
598 |
+
|
599 |
+
#: templates/fields/image-gallery.php:39
|
600 |
+
msgid "Delete"
|
601 |
+
msgstr "Verwijderen"
|
602 |
+
|
603 |
+
#: templates/fields/onoff.php:24
|
604 |
+
msgctxt "ON/OFF button: use MAX 3 characters!"
|
605 |
+
msgid "ON"
|
606 |
+
msgstr "AAN"
|
607 |
+
|
608 |
+
#: templates/fields/onoff.php:25
|
609 |
+
msgctxt "ON/OFF button: use MAX 3 characters!"
|
610 |
+
msgid "OFF"
|
611 |
+
msgstr "UIT"
|
612 |
+
|
613 |
+
#: templates/fields/select-buttons.php:21
|
614 |
+
msgid "Add All"
|
615 |
+
msgstr "Allen toevoegen"
|
616 |
+
|
617 |
+
#: templates/fields/select-buttons.php:34
|
618 |
+
msgid "Remove All"
|
619 |
+
msgstr "Allen verwijderen"
|
620 |
+
|
621 |
+
#: templates/fields/sidebars.php:22
|
622 |
+
msgid "Left sidebar"
|
623 |
+
msgstr "Sidebar links"
|
624 |
+
|
625 |
+
#: templates/fields/sidebars.php:25
|
626 |
+
msgid "Right sidebar"
|
627 |
+
msgstr "Sidebar rechts"
|
628 |
+
|
629 |
+
#: templates/fields/sidebars.php:28 templates/fields/sidebars.php:31
|
630 |
+
msgid "No sidebar"
|
631 |
+
msgstr "Geen sidebar"
|
632 |
+
|
633 |
+
#: templates/fields/sidebars.php:39
|
634 |
+
msgid "Left Sidebar"
|
635 |
+
msgstr "Linker sidebar"
|
636 |
+
|
637 |
+
#: templates/fields/sidebars.php:41 templates/fields/sidebars.php:54
|
638 |
+
msgid "Choose a sidebar"
|
639 |
+
msgstr "Kies een sidebar"
|
640 |
+
|
641 |
+
#: templates/fields/sidebars.php:52
|
642 |
+
msgid "Right Sidebar"
|
643 |
+
msgstr "Rechter sidebar"
|
644 |
+
|
645 |
+
#: templates/fields/upload.php:27 templates/metaboxes/types/icon-list.php:70
|
646 |
+
#: templates/panel/woocommerce/woocommerce-upload.php:40
|
647 |
+
msgid "Upload"
|
648 |
+
msgstr "Upload"
|
649 |
+
|
650 |
+
#: templates/fields/upload.php:29
|
651 |
+
msgid "Reset"
|
652 |
+
msgstr "Resetten"
|
653 |
+
|
654 |
+
#: templates/metaboxes/types/icon-list.php:76
|
655 |
+
msgid "Image preview"
|
656 |
+
msgstr "Voorbeeld afbeelding"
|
657 |
+
|
658 |
+
#: templates/metaboxes/types/icon-list.php:90
|
659 |
+
#, php-format
|
660 |
+
msgid "(Default: %s <img src=\"%s\"/>)"
|
661 |
+
msgstr "(Default: %s <img src=\"%s\"/>)"
|
662 |
+
|
663 |
+
#: templates/metaboxes/types/icon-list.php:92
|
664 |
+
#, php-format
|
665 |
+
msgid "(Default: <i %s></i> )"
|
666 |
+
msgstr "(Default: <i %s></i> )"
|
667 |
+
|
668 |
+
#: templates/panel/woocommerce/woocommerce-form.php:20
|
669 |
+
msgid "Reset Defaults"
|
670 |
+
msgstr "Herstellen naar standaard"
|
671 |
+
|
672 |
+
#: templates/sysinfo/system-information-panel.php:30
|
673 |
+
msgid "YITH System Information"
|
674 |
+
msgstr "YITH System Informatie"
|
675 |
+
|
676 |
+
#: templates/sysinfo/system-information-panel.php:38
|
677 |
+
msgid "Site URL"
|
678 |
+
msgstr "Site URL"
|
679 |
+
|
680 |
+
#: templates/sysinfo/system-information-panel.php:46
|
681 |
+
msgid "Output IP Address"
|
682 |
+
msgstr "Output IP Address"
|
683 |
+
|
684 |
+
#: templates/sysinfo/system-information-panel.php:76
|
685 |
+
msgid "Enabled"
|
686 |
+
msgstr "Ingeschakeld"
|
687 |
+
|
688 |
+
#: templates/sysinfo/system-information-panel.php:76
|
689 |
+
msgid "Disabled"
|
690 |
+
msgstr "Uitgeschakeld"
|
691 |
+
|
692 |
+
#: templates/sysinfo/system-information-panel.php:82
|
693 |
+
msgid "N/A"
|
694 |
+
msgstr "N.V.T"
|
695 |
+
|
696 |
+
#: templates/sysinfo/system-information-panel.php:96
|
697 |
+
#, php-format
|
698 |
+
msgid "%s needs %s enabled"
|
699 |
+
msgstr "%s heeft nodig %s ingeschakeld"
|
700 |
+
|
701 |
+
#: templates/sysinfo/system-information-panel.php:98
|
702 |
+
#, php-format
|
703 |
+
msgid "%s needs at least %s of available memory"
|
704 |
+
msgstr "%s heeft ten minste %s beschikbaar geheugen nodig"
|
705 |
+
|
706 |
+
#: templates/sysinfo/system-information-panel.php:100
|
707 |
+
#: templates/sysinfo/system-information-panel.php:149
|
708 |
+
#, php-format
|
709 |
+
msgid ""
|
710 |
+
"For optimal functioning of our plugins, we suggest setting at least %s of "
|
711 |
+
"available memory"
|
712 |
+
msgstr ""
|
713 |
+
"Voor het optimaal functioneren van de plugins, adviseren wij minstens %s "
|
714 |
+
"beschikbaar geheugen te hebben"
|
715 |
+
|
716 |
+
#: templates/sysinfo/system-information-panel.php:102
|
717 |
+
#: templates/sysinfo/system-information-panel.php:137
|
718 |
+
#: templates/sysinfo/system-information-panel.php:151
|
719 |
+
#, php-format
|
720 |
+
msgid ""
|
721 |
+
"Read more %s here%s or contact your hosting company in order to increase it."
|
722 |
+
msgstr ""
|
723 |
+
"Lees %s hier%s meer, of neem contact op met uw hostingmaatschappij om het te "
|
724 |
+
"verhogen."
|
725 |
+
|
726 |
+
#: templates/sysinfo/system-information-panel.php:105
|
727 |
+
#, php-format
|
728 |
+
msgid "%s needs at least %s version"
|
729 |
+
msgstr "%s heeft minstens %s versie nodig"
|
730 |
+
|
731 |
+
#: templates/sysinfo/system-information-panel.php:116
|
732 |
+
msgid ""
|
733 |
+
"Update it to the latest version in order to benefit of all new features and "
|
734 |
+
"security updates."
|
735 |
+
msgstr ""
|
736 |
+
"Bijwerken naar de nieuwste versie om te profiteren van alle nieuwe functies "
|
737 |
+
"en beveiligingsupdates."
|
738 |
+
|
739 |
+
#: templates/sysinfo/system-information-panel.php:122
|
740 |
+
msgid "Contact your hosting company in order to update it."
|
741 |
+
msgstr "Neem contact op met uw hostingmaatschappij om het bij te werken."
|
742 |
+
|
743 |
+
#: templates/sysinfo/system-information-panel.php:126
|
744 |
+
#, php-format
|
745 |
+
msgid "Remove %s from %s file"
|
746 |
+
msgstr "Verwijder %s uit %s bestand"
|
747 |
+
|
748 |
+
#: templates/sysinfo/system-information-panel.php:134
|
749 |
+
msgid "Contact your hosting company in order to enable it."
|
750 |
+
msgstr "Neem contact op met uw hostingmaatschappij om dit in te schakelen."
|
751 |
+
|
752 |
+
#: templates/sysinfo/system-information-panel.php:157
|
753 |
+
msgid ""
|
754 |
+
"We cannot determine which <b>TLS</b> version is installed because <b>cURL</"
|
755 |
+
"b> module is disabled. Ask your hosting company to enable it."
|
756 |
+
msgstr ""
|
757 |
+
"We kunnen niet bepalen welke <b>TLS</b> versie is geïnstalleerd omdat de "
|
758 |
+
"<b>cURL</b> module is uitgeschakeld. Vraag uw hostingmaatschappij om het in "
|
759 |
+
"te schakelen."
|
760 |
+
|
761 |
+
#: templates/sysinfo/system-information-panel.php:160
|
762 |
+
msgid ""
|
763 |
+
"<b>ImageMagick</b> module is not installed. Ask your hosting company to "
|
764 |
+
"install it."
|
765 |
+
msgstr ""
|
766 |
+
"<b>ImageMagick</b> module is niet geïnstalleerd. Vraag uw "
|
767 |
+
"hositngmaatschappij om het te installeren."
|
768 |
+
|
769 |
+
#: templates/sysinfo/system-information-panel.php:172
|
770 |
+
msgid "Show full PHPInfo"
|
771 |
+
msgstr "Toon volledige PHPInfo"
|
772 |
+
|
773 |
+
#: templates/sysinfo/system-information-panel.php:176
|
774 |
+
msgid "Back to System panel"
|
775 |
+
msgstr "Terug naar systeempaneel"
|
776 |
+
|
777 |
+
#: templates/sysinfo/system-information-panel.php:193
|
778 |
+
msgid "Back to top"
|
779 |
+
msgstr "Terug naar boven"
|
780 |
+
|
781 |
+
#: yit-plugin.php:83
|
782 |
+
msgctxt "Plugin Row Meta"
|
783 |
+
msgid "Live Demo"
|
784 |
+
msgstr "Live Demo"
|
785 |
+
|
786 |
+
#: yit-plugin.php:88
|
787 |
+
msgctxt "Plugin Row Meta"
|
788 |
+
msgid "Documentation"
|
789 |
+
msgstr "Documentatie"
|
790 |
+
|
791 |
+
#: yit-plugin.php:93
|
792 |
+
msgctxt "Plugin Row Meta"
|
793 |
+
msgid "Support"
|
794 |
+
msgstr "Ondersteuning"
|
795 |
+
|
796 |
+
#: yit-plugin.php:98
|
797 |
+
msgctxt "Plugin Row Meta"
|
798 |
+
msgid "Premium version"
|
799 |
+
msgstr "Premium Versie"
|
800 |
+
|
801 |
+
#: yit-plugin.php:190
|
802 |
+
msgctxt "Action links"
|
803 |
+
msgid "Settings"
|
804 |
+
msgstr "Instellingen"
|
805 |
+
|
806 |
+
#: yit-plugin.php:194
|
807 |
+
msgid "License"
|
808 |
+
msgstr "Licentie"
|
809 |
+
|
810 |
+
#~ msgid "An unexpected error occurred, please try again later. Thanks!"
|
811 |
+
#~ msgstr ""
|
812 |
+
#~ "Een onverwachte fout heeft zich voorgedaan, probeer het later nog eens!"
|
813 |
+
|
814 |
+
#~ msgid "There is a new version of %plugin_name% available."
|
815 |
+
#~ msgstr "Er is een nieuwe versie van %plugin_name% beschikbaar."
|
816 |
+
|
817 |
+
#~ msgid "View version %latest% details."
|
818 |
+
#~ msgstr "Bekijk versie %latest% details."
|
819 |
+
|
820 |
+
#~ msgid "Automatic update is unavailable for this plugin,"
|
821 |
+
#~ msgstr "Automatisch bijwerken is niet beschikbaar voor deze plugin,"
|
822 |
+
|
823 |
+
#~ msgid ""
|
824 |
+
#~ "please <a href=\"%activate_link%\">activate</a> your copy of %plugin_name"
|
825 |
+
#~ "%."
|
826 |
+
#~ msgstr ""
|
827 |
+
#~ "a.u.b. <a href=\"%activate_link%\">activeer</a> uw kopie van %plugin_name"
|
828 |
+
#~ "%."
|
829 |
+
|
830 |
+
#~ msgid "Update now."
|
831 |
+
#~ msgstr "Nu bijwerken."
|
832 |
+
|
833 |
+
#~ msgid ""
|
834 |
+
#~ "<br/><b>Please note:</b> You are using a higher version than the latest "
|
835 |
+
#~ "available one. </em>Please, make sure you've downloaded the latest "
|
836 |
+
#~ "version of <em>%1$s</em> from the only <a href=\"https://yithemes.com\" "
|
837 |
+
#~ "target=\"_blank\">YITH official website</a>, specifically, from your <a "
|
838 |
+
#~ "href=\"https://yithemes.com/my-account/recent-downloads/\" target=\"_blank"
|
839 |
+
#~ "\">Downloads page</a>. This is the only way to be sure the version you "
|
840 |
+
#~ "are using is 100% malware-free."
|
841 |
+
#~ msgstr ""
|
842 |
+
#~ "<br/> <b> Let op: </b> u gebruikt een hogere versie dan de laatst "
|
843 |
+
#~ "beschikbare versie. </em> Zorg ervoor dat u de laatste versie van <em>"
|
844 |
+
#~ "%1$s</em> hebt gedownload van de enige <a href=\"https://yithemes.com\" "
|
845 |
+
#~ "target=\"_blank\">officiële YITH website </a>, in het bijzonder vanaf uw "
|
846 |
+
#~ "<a href=\"https://yithemes.com/my-account/recent-downloads/\" target="
|
847 |
+
#~ "\"_blank\"> downloads pagina </a>. Dit is de enige manier om er zeker van "
|
848 |
+
#~ "te zijn dat de versie die u gebruikt 100 %% malware-vrij is."
|
849 |
+
|
850 |
+
#~ msgctxt "[Update Plugin Message: License not enabled]"
|
851 |
+
#~ msgid "You have to activate the plugin to benefit from automatic updates."
|
852 |
+
#~ msgstr ""
|
853 |
+
#~ "U moet de plugin activeren om te profiteren van automatische updates."
|
854 |
+
|
855 |
+
#~ msgid "YITH Repository"
|
856 |
+
#~ msgstr "YITH Repository"
|
857 |
+
|
858 |
+
#~ msgid "Invalid URL Provided."
|
859 |
+
#~ msgstr "Ongeldige URL ingegeven."
|
860 |
+
|
861 |
+
#~ msgid "Could not create Temporary file."
|
862 |
+
#~ msgstr "Kan geen tijdelijk bestand aanmaken."
|
863 |
+
|
864 |
+
#~ msgid ""
|
865 |
+
#~ "There is a new version of %1$s available. <a href=\"%2$s\" class="
|
866 |
+
#~ "\"thickbox yit-changelog-button open-plugin-details-modal\" title=\"%3$s"
|
867 |
+
#~ "\">View version %4$s details</a>."
|
868 |
+
#~ msgstr ""
|
869 |
+
#~ "Er is een nieuwe versie van of %1$s beschikbaar. <a href=\"%2$s\" class="
|
870 |
+
#~ "\"thickbox yit-changelog-button open-plugin-details-modal\" title=\"%3$s"
|
871 |
+
#~ "\">Bekijk versie %4$s details</a>."
|
872 |
+
|
873 |
+
#~ msgid ""
|
874 |
+
#~ "There is a new version of %1$s available. <a href=\"%2$s\" class="
|
875 |
+
#~ "\"thickbox yit-changelog-button open-plugin-details-modal\" title=\"%3$s"
|
876 |
+
#~ "\">View version %4$s details</a>. <em>You have to activate the plugin on "
|
877 |
+
#~ "a single site of the network to benefit from automatic updates.</em>"
|
878 |
+
#~ msgstr ""
|
879 |
+
#~ "Er is een nieuwe versie van %1$s beschikbaar. <a href=\"%2$s\" class="
|
880 |
+
#~ "\"thickbox yit-changelog-button open-plugin-details-modal\" title=\"%3$s"
|
881 |
+
#~ "\">Bekijk versie %4$s details</a>. <em>U moet de plugin op een single "
|
882 |
+
#~ "site van het netwerk activeren om te profiteren van automatisch bijwerken."
|
883 |
+
#~ "</em>"
|
884 |
+
|
885 |
+
#~ msgid ""
|
886 |
+
#~ "There is a new version of %1$s available. <a href=\"%2$s\" class="
|
887 |
+
#~ "\"thickbox yit-changelog-button open-plugin-details-modal\" title=\"%3$s"
|
888 |
+
#~ "\">View version %4$s details</a>. <em>Automatic update is unavailable for "
|
889 |
+
#~ "this plugin, please <a href=\"%5$s\" title=\"License activation"
|
890 |
+
#~ "\">activate</a> your copy of %6s.</em>"
|
891 |
+
#~ msgstr ""
|
892 |
+
#~ "Er is een nieuwe versie van %1$s beschikbaar. <a href=\"%2$s\" class="
|
893 |
+
#~ "\"thickbox yit-changelog-button open-plugin-details-modal\" title=\"%3$s"
|
894 |
+
#~ "\">Bekijk versie %4$s details</a>. <em>Automatische bijwerking is niet "
|
895 |
+
#~ "beschikbaar voor deze plugin <a href=\"%5$s\" title=\"License activation"
|
896 |
+
#~ "\">activeer</a> je kopie van %6s.</em>"
|
897 |
+
|
898 |
+
#~ msgid ""
|
899 |
+
#~ "There is a new version of %1$s available. <a href=\"%2$s\" class="
|
900 |
+
#~ "\"thickbox yit-changelog-button open-plugin-details-modal\" title=\"%3$s"
|
901 |
+
#~ "\">View version %4$s details</a> or <a href=\"%5$s\">update now</a>."
|
902 |
+
#~ msgstr ""
|
903 |
+
#~ "Er is een nieuwe versie van%1$s beschikbaar. <a href=\"%2$s\" class="
|
904 |
+
#~ "\"thickbox yit-changelog-button open-plugin-details-modal\" title=\"%3$s"
|
905 |
+
#~ "\"> Bekijk details van versie %4$s </a> of<a href=\"%5$s\"> nu bijwerken "
|
906 |
+
#~ "</a>."
|
907 |
+
|
908 |
+
#~ msgid ""
|
909 |
+
#~ "<br/><b>Please note:</b> You are using a higher version than the latest "
|
910 |
+
#~ "available one. </em>Please, make sure you've downloaded the latest "
|
911 |
+
#~ "version of <em>%1$s</em> from the only <a href=\"https://yithemes.com\" "
|
912 |
+
#~ "target=\"_blank\">YITH official website</a>, specifically, from your <a "
|
913 |
+
#~ "href=\"https://yithemes.com/my-account/recent-downloads/\" target=\"_blank"
|
914 |
+
#~ "\">Downloads page</a>. This is the only way to be sure the version you "
|
915 |
+
#~ "are using is 100%% malware-free."
|
916 |
+
#~ msgstr ""
|
917 |
+
#~ "<br/> <b> Let op: </b> u gebruikt een hogere versie dan de laatst "
|
918 |
+
#~ "beschikbare versie. </em> Zorg ervoor dat je de laatste versie van <em>"
|
919 |
+
#~ "%1$s</em> hebt gedownload van de enige <a href=\"https://yithemes.com\" "
|
920 |
+
#~ "target=\"_blank\"> YITH officiële website </a>, in het bijzonder vanaf uw "
|
921 |
+
#~ "<a href=\"https://yithemes.com/my-account/recent-downloads/\" target="
|
922 |
+
#~ "\"_blank\"> downloadpagina </a>. Dit is de enige manier om er zeker van "
|
923 |
+
#~ "te zijn dat de versie die u gebruikt 100 %% malware-vrij is."
|
924 |
+
|
925 |
+
#~ msgid "You can't update the plugins for this site."
|
926 |
+
#~ msgstr "U kunt de plugins voor deze site niet bijwerken"
|
927 |
+
|
928 |
+
#~ msgid ""
|
929 |
+
#~ "You do not have sufficient permissions to update the plugins for this "
|
930 |
+
#~ "site."
|
931 |
+
#~ msgstr ""
|
932 |
+
#~ "U heeft niet voldoende rechten om de plugins bij te werken voor deze site."
|
933 |
+
|
934 |
+
#~ msgid "Update Plugin"
|
935 |
+
#~ msgstr "Plugin updaten"
|
936 |
+
|
937 |
+
#~ msgid "New YITH products"
|
938 |
+
#~ msgstr "Nieuwe YITH producten"
|
939 |
+
|
940 |
+
#~ msgctxt "%s = field name"
|
941 |
+
#~ msgid "Please, insert a valid %s"
|
942 |
+
#~ msgstr "Voer alsjeblieft een geldige %s in"
|
943 |
+
|
944 |
+
#~ msgid "Please, insert a valid %s and a valid %s"
|
945 |
+
#~ msgstr "A.u.b. voer een geldige %s en een geldige %s in"
|
946 |
+
|
947 |
+
#~ msgid "Unable to contact the remote server, please try again later. Thanks!"
|
948 |
+
#~ msgstr ""
|
949 |
+
#~ "Niet in staat contact te maken met de externe server, probeer het later "
|
950 |
+
#~ "opnieuw!"
|
951 |
+
|
952 |
+
#~ msgid "email address"
|
953 |
+
#~ msgstr "e-mailadres"
|
954 |
+
|
955 |
+
#~ msgid "license key"
|
956 |
+
#~ msgstr "licentie sleutel"
|
957 |
+
|
958 |
+
#~ msgid "Are you sure you want to deactivate the license for current site?"
|
959 |
+
#~ msgstr "Weet je zeker dat je de licentie voor deze site wilt deactiveren?"
|
960 |
+
|
961 |
+
#~ msgid "Invalid Request"
|
962 |
+
#~ msgstr "Ongeldig verzoek"
|
963 |
+
|
964 |
+
#~ msgid "Invalid license key"
|
965 |
+
#~ msgstr "Ongeldige licentiesleutel"
|
966 |
+
|
967 |
+
#~ msgid "Software has been deactivated"
|
968 |
+
#~ msgstr "Software is gedeactiveerd"
|
969 |
+
|
970 |
+
#~ msgid "Maximum number of activations exceeded"
|
971 |
+
#~ msgstr "Maximum aantal activeringen overschreden"
|
972 |
+
|
973 |
+
#~ msgid "Invalid instance ID"
|
974 |
+
#~ msgstr "Ongeldige instance ID"
|
975 |
+
|
976 |
+
#~ msgid "Invalid security key"
|
977 |
+
#~ msgstr "Ongeldige security key"
|
978 |
+
|
979 |
+
#~ msgid "License key has expired"
|
980 |
+
#~ msgstr "De licentiesleutel is verlopen"
|
981 |
+
|
982 |
+
#~ msgid "License key has been banned"
|
983 |
+
#~ msgstr "De licentiesleutel is verbannen"
|
984 |
+
|
985 |
+
#~ msgid "Current product is not included in your YITH Club Subscription key"
|
986 |
+
#~ msgstr "Huidige product is niet opgenomen in je YITH Club Subscription key"
|
987 |
+
|
988 |
+
#~ msgid "Great"
|
989 |
+
#~ msgstr "Top!"
|
990 |
+
|
991 |
+
#~ msgid "License successfully activated"
|
992 |
+
#~ msgstr "Licentie succesvol geactiveerd"
|
993 |
+
|
994 |
+
#~ msgid "License key deactivated for website"
|
995 |
+
#~ msgstr "Licentiesleutel gedeactiveerd voor website"
|
996 |
+
|
997 |
+
#~ msgid "License Activation"
|
998 |
+
#~ msgstr "Licentie activering"
|
999 |
+
|
1000 |
+
#~ msgctxt ""
|
1001 |
+
#~ "[Part of]: Warning! You didn't set license key for the following products:"
|
1002 |
+
#~ "[Plugins List] which means you're missing out on updates and support. "
|
1003 |
+
#~ "Enter your license key, please."
|
1004 |
+
#~ msgid "You didn't set license key for the following products"
|
1005 |
+
#~ msgstr "U heeft geen licentiesleutel ingegeven voor de volgende producten"
|
1006 |
+
|
1007 |
+
#~ msgctxt ""
|
1008 |
+
#~ "[Part of]: Warning! You didn't set license key for the following products:"
|
1009 |
+
#~ "[Plugins List] which means you're missing out on updates and support. "
|
1010 |
+
#~ "Enter your license key, please."
|
1011 |
+
#~ msgid "which means you're missing out on updates and support"
|
1012 |
+
#~ msgstr "wat betekent dat u updates en ondersteuning misloopt"
|
1013 |
+
|
1014 |
+
#~ msgctxt ""
|
1015 |
+
#~ "[Part of]: Warning! You didn't set license key for the following products:"
|
1016 |
+
#~ "[Plugins List] which means you're missing out on updates and support. "
|
1017 |
+
#~ "Enter your license key, please."
|
1018 |
+
#~ msgid "Enter your license key"
|
1019 |
+
#~ msgstr "Geef uw licentiesleutel in"
|
1020 |
+
|
1021 |
+
#~ msgctxt ""
|
1022 |
+
#~ "[Part of]: Warning! You didn't set license key for the following products:"
|
1023 |
+
#~ "[Plugins List] which means you're missing out on updates and support. "
|
1024 |
+
#~ "Enter your license key, please."
|
1025 |
+
#~ msgid "please"
|
1026 |
+
#~ msgstr "a.u.b."
|
1027 |
+
|
1028 |
+
#~ msgid "%s"
|
1029 |
+
#~ msgstr "%s"
|
1030 |
+
|
1031 |
+
#~ msgid ""
|
1032 |
+
#~ "I cannot find the license key for activating the theme I have bought some "
|
1033 |
+
#~ "time ago. Where can I find it?"
|
1034 |
+
#~ msgstr ""
|
1035 |
+
#~ "Ik kan de licentiesleutel voor het thema dat ik een tijdje geleden heb "
|
1036 |
+
#~ "gekocht niet vinden, waar kan ik het vinden?"
|
1037 |
+
|
1038 |
+
#~ msgid ""
|
1039 |
+
#~ "If you have purchased one of our products before 27 January 2015, you can "
|
1040 |
+
#~ "benefit from support and updates (the services offered with the license)\n"
|
1041 |
+
#~ " until 27 January 2016 and you do not have to purchase "
|
1042 |
+
#~ "it again to get a new license key, because, before this date, your "
|
1043 |
+
#~ "license used to be activated automatically by our system.\n"
|
1044 |
+
#~ " After 27 January 2016, instead, if you want to "
|
1045 |
+
#~ "benefit from support and updates you have to buy a new license and "
|
1046 |
+
#~ "activate it through the license key you will be\n"
|
1047 |
+
#~ " provided with and that you can find in your YITH "
|
1048 |
+
#~ "account, in section \"My licenses\"."
|
1049 |
+
#~ msgstr ""
|
1050 |
+
#~ "Als u vóór 27 januari 2015 een van onze producten hebt gekocht, kunt u "
|
1051 |
+
#~ "profiteren van ondersteuning en updates (de diensten die worden "
|
1052 |
+
#~ "aangeboden met de licentie)\n"
|
1053 |
+
#~ " tot 27 januari 2016 en u hoeft het niet opnieuw aan "
|
1054 |
+
#~ "te schaffen om een nieuwe licentiesleutel te krijgen, want vóór deze "
|
1055 |
+
#~ "datum werd u licentie automatisch door ons systeem geactiveerd.\n"
|
1056 |
+
#~ " Na 27 januari 2016, in plaats daarvan, als u wilt "
|
1057 |
+
#~ "profiteren van ondersteuning en updates, moet u een nieuwe licentie kopen "
|
1058 |
+
#~ "en deze activeren via de licentiesleutel.\n"
|
1059 |
+
#~ " meegeleverd en die u kunt vinden in uw YIThemes-"
|
1060 |
+
#~ "account, in het gedeelte “Mijn licenties”."
|
1061 |
+
|
1062 |
+
#~ msgid "YITH License Activation"
|
1063 |
+
#~ msgstr "YITH licentie activering"
|
1064 |
+
|
1065 |
+
#~ msgid "License expiry date"
|
1066 |
+
#~ msgstr "Vervaldatum licentie"
|
1067 |
+
|
1068 |
+
#~ msgid ""
|
1069 |
+
#~ "If you have renewed your product license key and the expiry date does not "
|
1070 |
+
#~ "appear up-to-date, please, click on the button <em>Check Expiry Date</em> "
|
1071 |
+
#~ "below and it will update."
|
1072 |
+
#~ msgstr ""
|
1073 |
+
#~ "Als u de licentiesleutel van uw product heeft vernieuwd, en de "
|
1074 |
+
#~ "vervaldatum verschijnt niet up-to-date, klik op de knop <em>Check Expiry "
|
1075 |
+
#~ "Date</em> hieronder en het zal worden bijgewerkt."
|
1076 |
+
|
1077 |
+
#~ msgid "Check expiry date"
|
1078 |
+
#~ msgstr "Vervaldatum controleren"
|
1079 |
+
|
1080 |
+
#~ msgid "Product to activate"
|
1081 |
+
#~ msgid_plural "Products to activate"
|
1082 |
+
#~ msgstr[0] "Product om te activeren"
|
1083 |
+
#~ msgstr[1] "Producten om te activeren"
|
1084 |
+
|
1085 |
+
#~ msgid "Are you having issues with the license activation?"
|
1086 |
+
#~ msgstr "Hebt u problemen met de licentie activering?"
|
1087 |
+
|
1088 |
+
#~ msgid "Read this article"
|
1089 |
+
#~ msgstr "Lees dit artikel"
|
1090 |
+
|
1091 |
+
#~ msgid "Activate"
|
1092 |
+
#~ msgstr "Activeren"
|
1093 |
+
|
1094 |
+
#~ msgid "Activated"
|
1095 |
+
#~ msgstr "Geactiveerd"
|
1096 |
+
|
1097 |
+
#~ msgid "Product Name"
|
1098 |
+
#~ msgstr "Productnaam"
|
1099 |
+
|
1100 |
+
#~ msgid "Email"
|
1101 |
+
#~ msgstr "E-mail"
|
1102 |
+
|
1103 |
+
#~ msgid "License Key"
|
1104 |
+
#~ msgstr "License Key"
|
1105 |
+
|
1106 |
+
#~ msgid "Expires"
|
1107 |
+
#~ msgstr "Verloopt"
|
1108 |
+
|
1109 |
+
#~ msgid "Remaining"
|
1110 |
+
#~ msgstr "Over"
|
1111 |
+
|
1112 |
+
#~ msgid "Club Subscription"
|
1113 |
+
#~ msgstr "Club Abonnement"
|
1114 |
+
|
1115 |
+
#~ msgid "%1s out of %2s"
|
1116 |
+
#~ msgstr "%1s van de %2s"
|
1117 |
+
|
1118 |
+
#~ msgid "Deactivate"
|
1119 |
+
#~ msgstr "Deactiveer"
|
1120 |
+
|
1121 |
+
#~ msgid "Renew"
|
1122 |
+
#~ msgstr "Vernieuwen"
|
1123 |
+
|
1124 |
+
#~ msgid "Banned"
|
1125 |
+
#~ msgstr "Verbannen"
|
1126 |
+
|
1127 |
+
#~ msgid "Expired"
|
1128 |
+
#~ msgstr "Verlopen"
|
1129 |
+
|
1130 |
+
#~ msgid "Order again"
|
1131 |
+
#~ msgstr "Bestel opniew"
|
1132 |
+
|
1133 |
+
#~ msgid "Renew license"
|
1134 |
+
#~ msgstr "Licentie vernieuwen"
|
1135 |
+
|
1136 |
+
#~ msgid "Select All"
|
1137 |
+
#~ msgstr "Selecteer alles"
|
1138 |
+
|
1139 |
+
#~ msgid "Deselect All"
|
1140 |
+
#~ msgstr "Selectie ongedaan maken"
|
plugin-fw/languages/yith-plugin-fw.pot
CHANGED
@@ -5,7 +5,7 @@ msgid ""
|
|
5 |
msgstr ""
|
6 |
"Project-Id-Version: YITH Plugin Starter 1.0.0 Plugin FW\n"
|
7 |
"Report-Msgid-Bugs-To: Your Inspiration Themes <plugins@yithemes.com>\n"
|
8 |
-
"POT-Creation-Date:
|
9 |
"PO-Revision-Date: 2015-05-05 10:38+0100\n"
|
10 |
"Last-Translator: \n"
|
11 |
"Language-Team: Your Inspiration Themes <info@yithemes.com>\n"
|
@@ -13,7 +13,7 @@ msgstr ""
|
|
13 |
"MIME-Version: 1.0\n"
|
14 |
"Content-Type: text/plain; charset=UTF-8\n"
|
15 |
"Content-Transfer-Encoding: 8bit\n"
|
16 |
-
"X-Generator: Poedit 2.2.
|
17 |
"X-Poedit-KeywordsList: __;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;"
|
18 |
"_nx_noop:1,2,3c;esc_attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;"
|
19 |
"esc_html_x:1,2c;_x;_ex\n"
|
@@ -58,274 +58,290 @@ msgctxt "Privacy Policy Content"
|
|
58 |
msgid "Payments"
|
59 |
msgstr ""
|
60 |
|
61 |
-
#: lib/yit-cpt-unlimited.php:
|
62 |
-
#: lib/yit-cpt-unlimited.php:
|
63 |
#, php-format
|
64 |
msgid "Add %s"
|
65 |
msgstr ""
|
66 |
|
67 |
-
#: lib/yit-cpt-unlimited.php:
|
68 |
#, php-format
|
69 |
msgid "Add New %s"
|
70 |
msgstr ""
|
71 |
|
72 |
-
#: lib/yit-cpt-unlimited.php:
|
73 |
-
#: lib/yit-cpt-unlimited.php:
|
74 |
#, php-format
|
75 |
msgid "Edit %s"
|
76 |
msgstr ""
|
77 |
|
78 |
-
#: lib/yit-cpt-unlimited.php:
|
79 |
#, php-format
|
80 |
msgid "New %s"
|
81 |
msgstr ""
|
82 |
|
83 |
-
#: lib/yit-cpt-unlimited.php:
|
84 |
#, php-format
|
85 |
msgid "All %s"
|
86 |
msgstr ""
|
87 |
|
88 |
-
#: lib/yit-cpt-unlimited.php:
|
89 |
-
#: lib/yit-cpt-unlimited.php:
|
90 |
#, php-format
|
91 |
msgid "View %s"
|
92 |
msgstr ""
|
93 |
|
94 |
-
#: lib/yit-cpt-unlimited.php:
|
95 |
#, php-format
|
96 |
msgid "Search %s"
|
97 |
msgstr ""
|
98 |
|
99 |
-
#: lib/yit-cpt-unlimited.php:
|
100 |
#, php-format
|
101 |
msgid "No %s found"
|
102 |
msgstr ""
|
103 |
|
104 |
-
#: lib/yit-cpt-unlimited.php:
|
105 |
#, php-format
|
106 |
msgid "No %s found in Trash"
|
107 |
msgstr ""
|
108 |
|
109 |
-
#: lib/yit-cpt-unlimited.php:
|
110 |
#, php-format
|
111 |
msgctxt "taxonomy general name"
|
112 |
msgid "%s Categories"
|
113 |
msgstr ""
|
114 |
|
115 |
-
#: lib/yit-cpt-unlimited.php:
|
116 |
msgctxt "taxonomy singular name"
|
117 |
msgid "Category"
|
118 |
msgstr ""
|
119 |
|
120 |
-
#: lib/yit-cpt-unlimited.php:
|
121 |
msgid "Search Categories"
|
122 |
msgstr ""
|
123 |
|
124 |
-
#: lib/yit-cpt-unlimited.php:
|
125 |
msgid "All Categories"
|
126 |
msgstr ""
|
127 |
|
128 |
-
#: lib/yit-cpt-unlimited.php:
|
129 |
msgid "Parent Category"
|
130 |
msgstr ""
|
131 |
|
132 |
-
#: lib/yit-cpt-unlimited.php:
|
133 |
msgid "Parent Category:"
|
134 |
msgstr ""
|
135 |
|
136 |
-
#: lib/yit-cpt-unlimited.php:
|
137 |
msgid "Edit Category"
|
138 |
msgstr ""
|
139 |
|
140 |
-
#: lib/yit-cpt-unlimited.php:
|
141 |
msgid "Update Category"
|
142 |
msgstr ""
|
143 |
|
144 |
-
#: lib/yit-cpt-unlimited.php:
|
145 |
msgid "Add New Category"
|
146 |
msgstr ""
|
147 |
|
148 |
-
#: lib/yit-cpt-unlimited.php:
|
149 |
msgid "New Category Name"
|
150 |
msgstr ""
|
151 |
|
152 |
-
#: lib/yit-cpt-unlimited.php:
|
153 |
msgid "Category"
|
154 |
msgstr ""
|
155 |
|
156 |
-
#: lib/yit-cpt-unlimited.php:
|
157 |
msgid "Categories"
|
158 |
msgstr ""
|
159 |
|
160 |
-
#: lib/yit-cpt-unlimited.php:
|
161 |
#, php-format
|
162 |
msgid "%s Settings"
|
163 |
msgstr ""
|
164 |
|
165 |
-
#: lib/yit-cpt-unlimited.php:
|
166 |
-
#: lib/yit-cpt-unlimited.php:
|
167 |
msgid "Settings"
|
168 |
msgstr ""
|
169 |
|
170 |
-
#: lib/yit-cpt-unlimited.php:
|
171 |
msgid "Type"
|
172 |
msgstr ""
|
173 |
|
174 |
-
#: lib/yit-cpt-unlimited.php:
|
175 |
#, php-format
|
176 |
msgid "Layout for this %s"
|
177 |
msgstr ""
|
178 |
|
179 |
-
#: lib/yit-cpt-unlimited.php:
|
180 |
msgid "Rewrite"
|
181 |
msgstr ""
|
182 |
|
183 |
-
#: lib/yit-cpt-unlimited.php:
|
184 |
msgid ""
|
185 |
"Univocal identification name in the URL for each product (slug from post if empty)"
|
186 |
msgstr ""
|
187 |
|
188 |
-
#: lib/yit-cpt-unlimited.php:
|
189 |
msgid "Label in Singular"
|
190 |
msgstr ""
|
191 |
|
192 |
-
#: lib/yit-cpt-unlimited.php:
|
193 |
msgid "Set a label in singular (title of portfolio if empty)"
|
194 |
msgstr ""
|
195 |
|
196 |
-
#: lib/yit-cpt-unlimited.php:
|
197 |
msgid "Label in Plural"
|
198 |
msgstr ""
|
199 |
|
200 |
-
#: lib/yit-cpt-unlimited.php:
|
201 |
msgid "Set a label in plural (title of portfolio if empty)"
|
202 |
msgstr ""
|
203 |
|
204 |
-
#: lib/yit-cpt-unlimited.php:
|
205 |
msgid "Taxonomy"
|
206 |
msgstr ""
|
207 |
|
208 |
-
#: lib/yit-cpt-unlimited.php:
|
209 |
msgid ""
|
210 |
"If you want to use categories in the portfolio, set a name for taxonomy. Name "
|
211 |
"should be a slug (must not contain capital letters nor spaces) and must not be "
|
212 |
"more than 32 characters long (database structure restriction)."
|
213 |
msgstr ""
|
214 |
|
215 |
-
#: lib/yit-cpt-unlimited.php:
|
216 |
msgid "Taxonomy Rewrite"
|
217 |
msgstr ""
|
218 |
|
219 |
-
#: lib/yit-cpt-unlimited.php:
|
220 |
msgid "Set univocal name for each category page URL."
|
221 |
msgstr ""
|
222 |
|
223 |
-
#: lib/yit-cpt-unlimited.php:
|
224 |
msgid "Single layout"
|
225 |
msgstr ""
|
226 |
|
227 |
-
#: lib/yit-cpt-unlimited.php:
|
228 |
msgid "Layout for single page of this portfolio"
|
229 |
msgstr ""
|
230 |
|
231 |
-
#: lib/yit-cpt-unlimited.php:
|
232 |
msgid "layout settings"
|
233 |
msgstr ""
|
234 |
|
235 |
-
#: lib/yit-cpt-unlimited.php:
|
236 |
msgid "Quick links"
|
237 |
msgstr ""
|
238 |
|
239 |
-
#: lib/yit-cpt-unlimited.php:
|
240 |
#, php-format
|
241 |
msgid "Show frontend of the %s"
|
242 |
msgstr ""
|
243 |
|
244 |
-
#: lib/yit-cpt-unlimited.php:
|
245 |
#: templates/fields/customtabs.php:89
|
246 |
msgid "Name"
|
247 |
msgstr ""
|
248 |
|
249 |
-
#: lib/yit-cpt-unlimited.php:
|
250 |
#, php-format
|
251 |
msgid "Add %s from images"
|
252 |
msgstr ""
|
253 |
|
254 |
-
#: lib/yit-cpt-unlimited.php:
|
255 |
msgid "Upload multiple files"
|
256 |
msgstr ""
|
257 |
|
258 |
-
#: lib/yit-plugin-panel-wc.php:
|
259 |
msgid "The changes you have made will be lost if you leave this page."
|
260 |
msgstr ""
|
261 |
|
262 |
-
#: lib/yit-plugin-panel.php:
|
263 |
msgid "Plugin Settings"
|
264 |
msgstr ""
|
265 |
|
266 |
-
#: lib/yit-plugin-panel.php:
|
267 |
msgid "How to install premium version"
|
268 |
msgstr ""
|
269 |
|
270 |
-
#: lib/yit-plugin-panel.php:
|
271 |
-
#: templates/panel/woocommerce/woocommerce-form.php:
|
272 |
msgid "Save Changes"
|
273 |
msgstr ""
|
274 |
|
275 |
-
#: lib/yit-plugin-panel.php:
|
276 |
-
#: templates/panel/woocommerce/woocommerce-form.php:
|
277 |
msgid "If you continue with this action, you will reset all options in this page."
|
278 |
msgstr ""
|
279 |
|
280 |
-
#: lib/yit-plugin-panel.php:
|
281 |
msgid "Reset to default"
|
282 |
msgstr ""
|
283 |
|
284 |
-
#: lib/yit-plugin-panel.php:
|
285 |
-
#: templates/panel/woocommerce/woocommerce-form.php:
|
286 |
msgid "Are you sure?"
|
287 |
msgstr ""
|
288 |
|
289 |
-
#: lib/yit-plugin-panel.php:
|
290 |
msgid "The element you have entered already exists. Please, enter another name."
|
291 |
msgstr ""
|
292 |
|
293 |
-
#: lib/yit-plugin-panel.php:
|
294 |
msgid "Settings saved"
|
295 |
msgstr ""
|
296 |
|
297 |
-
#: lib/yit-plugin-panel.php:
|
298 |
msgid "Settings reset"
|
299 |
msgstr ""
|
300 |
|
301 |
-
#: lib/yit-plugin-panel.php:
|
302 |
msgid "Element deleted correctly."
|
303 |
msgstr ""
|
304 |
|
305 |
-
#: lib/yit-plugin-panel.php:
|
306 |
msgid "Element updated correctly."
|
307 |
msgstr ""
|
308 |
|
309 |
-
#: lib/yit-plugin-panel.php:
|
310 |
msgid "Database imported correctly."
|
311 |
msgstr ""
|
312 |
|
313 |
-
#: lib/yit-plugin-panel.php:
|
314 |
msgid "An error has occurred during import. Please try again."
|
315 |
msgstr ""
|
316 |
|
317 |
-
#: lib/yit-plugin-panel.php:
|
318 |
msgid "The added file is not valid."
|
319 |
msgstr ""
|
320 |
|
321 |
-
#: lib/yit-plugin-panel.php:
|
322 |
msgid "Sorry, import is disabled."
|
323 |
msgstr ""
|
324 |
|
325 |
-
#: lib/yit-plugin-panel.php:
|
326 |
msgid "Sorting successful."
|
327 |
msgstr ""
|
328 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
329 |
#: lib/yit-pointers.php:70
|
330 |
msgid "Plugins Activated"
|
331 |
msgstr ""
|
@@ -360,120 +376,36 @@ msgid ""
|
|
360 |
"Plugins tab."
|
361 |
msgstr ""
|
362 |
|
363 |
-
#: lib/
|
364 |
-
msgid "
|
365 |
-
msgstr ""
|
366 |
-
|
367 |
-
#: lib/yit-upgrade.php:196
|
368 |
-
msgid "There is a new version of %plugin_name% available."
|
369 |
-
msgstr ""
|
370 |
-
|
371 |
-
#: lib/yit-upgrade.php:197
|
372 |
-
msgid "View version %latest% details."
|
373 |
-
msgstr ""
|
374 |
-
|
375 |
-
#: lib/yit-upgrade.php:198
|
376 |
-
msgid "Automatic update is unavailable for this plugin,"
|
377 |
-
msgstr ""
|
378 |
-
|
379 |
-
#: lib/yit-upgrade.php:199
|
380 |
-
msgid "please <a href=\"%activate_link%\">activate</a> your copy of %plugin_name%."
|
381 |
-
msgstr ""
|
382 |
-
|
383 |
-
#: lib/yit-upgrade.php:200
|
384 |
-
msgid "Update now."
|
385 |
-
msgstr ""
|
386 |
-
|
387 |
-
#: lib/yit-upgrade.php:201
|
388 |
-
msgid ""
|
389 |
-
"<br/><b>Please note:</b> You are using a higher version than the latest available "
|
390 |
-
"one. </em>Please, make sure you've downloaded the latest version of <em>%1$s</em> "
|
391 |
-
"from the only <a href=\"https://yithemes.com\" target=\"_blank\">YITH official "
|
392 |
-
"website</a>, specifically, from your <a href=\"https://yithemes.com/my-account/"
|
393 |
-
"recent-downloads/\" target=\"_blank\">Downloads page</a>. This is the only way to "
|
394 |
-
"be sure the version you are using is 100% malware-free."
|
395 |
-
msgstr ""
|
396 |
-
|
397 |
-
#: lib/yit-upgrade.php:303
|
398 |
-
msgctxt "[Update Plugin Message: License not enabled]"
|
399 |
-
msgid "You have to activate the plugin to benefit from automatic updates."
|
400 |
-
msgstr ""
|
401 |
-
|
402 |
-
#: lib/yit-upgrade.php:325
|
403 |
-
msgid "YITH Repository"
|
404 |
-
msgstr ""
|
405 |
-
|
406 |
-
#: lib/yit-upgrade.php:359
|
407 |
-
msgid "Invalid URL Provided."
|
408 |
-
msgstr ""
|
409 |
-
|
410 |
-
#: lib/yit-upgrade.php:372
|
411 |
-
msgid "Could not create Temporary file."
|
412 |
-
msgstr ""
|
413 |
-
|
414 |
-
#: lib/yit-upgrade.php:547
|
415 |
-
#, php-format
|
416 |
-
msgid ""
|
417 |
-
"There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox yit-"
|
418 |
-
"changelog-button open-plugin-details-modal\" title=\"%3$s\">View version %4$s "
|
419 |
-
"details</a>."
|
420 |
-
msgstr ""
|
421 |
-
|
422 |
-
#: lib/yit-upgrade.php:551
|
423 |
-
#, php-format
|
424 |
-
msgid ""
|
425 |
-
"There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox yit-"
|
426 |
-
"changelog-button open-plugin-details-modal\" title=\"%3$s\">View version %4$s "
|
427 |
-
"details</a>. <em>You have to activate the plugin on a single site of the network "
|
428 |
-
"to benefit from automatic updates.</em>"
|
429 |
msgstr ""
|
430 |
|
431 |
-
#: lib/
|
432 |
-
|
433 |
-
msgid ""
|
434 |
-
"There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox yit-"
|
435 |
-
"changelog-button open-plugin-details-modal\" title=\"%3$s\">View version %4$s "
|
436 |
-
"details</a>. <em>Automatic update is unavailable for this plugin, please <a href="
|
437 |
-
"\"%5$s\" title=\"License activation\">activate</a> your copy of %6s.</em>"
|
438 |
msgstr ""
|
439 |
|
440 |
-
#: lib/
|
441 |
-
|
442 |
-
msgid ""
|
443 |
-
"There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox yit-"
|
444 |
-
"changelog-button open-plugin-details-modal\" title=\"%3$s\">View version %4$s "
|
445 |
-
"details</a> or <a href=\"%5$s\">update now</a>."
|
446 |
msgstr ""
|
447 |
|
448 |
-
#: lib/
|
449 |
-
#, php-format
|
450 |
msgid ""
|
451 |
-
"
|
452 |
-
"one. </em>Please, make sure you've downloaded the latest version of <em>%1$s</em> "
|
453 |
-
"from the only <a href=\"https://yithemes.com\" target=\"_blank\">YITH official "
|
454 |
-
"website</a>, specifically, from your <a href=\"https://yithemes.com/my-account/"
|
455 |
-
"recent-downloads/\" target=\"_blank\">Downloads page</a>. This is the only way to "
|
456 |
-
"be sure the version you are using is 100%% malware-free."
|
457 |
msgstr ""
|
458 |
|
459 |
-
#: lib/
|
460 |
-
|
|
|
461 |
msgstr ""
|
462 |
|
463 |
-
#: lib/
|
464 |
-
|
|
|
465 |
msgstr ""
|
466 |
|
467 |
-
#: lib/
|
468 |
-
|
469 |
-
|
470 |
-
|
471 |
-
#: lib/yith-dashboard.php:40
|
472 |
-
msgid "New YITH products"
|
473 |
-
msgstr ""
|
474 |
-
|
475 |
-
#: lib/yith-dashboard.php:41
|
476 |
-
msgid "News from the YITH Blog"
|
477 |
msgstr ""
|
478 |
|
479 |
#: lib/yith-gutenberg.php:134
|
@@ -481,252 +413,88 @@ msgctxt "[gutenberg]: Category Name"
|
|
481 |
msgid "YITH"
|
482 |
msgstr ""
|
483 |
|
484 |
-
#:
|
485 |
-
|
486 |
-
msgctxt "%s = field name"
|
487 |
-
msgid "Please, insert a valid %s"
|
488 |
msgstr ""
|
489 |
|
490 |
-
#:
|
491 |
-
|
492 |
-
msgid "Please, insert a valid %s and a valid %s"
|
493 |
-
msgstr ""
|
494 |
-
|
495 |
-
#: licence/lib/yit-licence.php:182
|
496 |
-
msgid "Unable to contact the remote server, please try again later. Thanks!"
|
497 |
msgstr ""
|
498 |
|
499 |
-
#:
|
500 |
-
msgid "
|
501 |
msgstr ""
|
502 |
|
503 |
-
#:
|
504 |
-
msgid "
|
505 |
msgstr ""
|
506 |
|
507 |
-
#:
|
508 |
-
msgid "
|
509 |
msgstr ""
|
510 |
|
511 |
-
#:
|
512 |
-
msgid "
|
513 |
msgstr ""
|
514 |
|
515 |
-
#:
|
516 |
-
msgid "
|
517 |
msgstr ""
|
518 |
|
519 |
-
#:
|
520 |
-
msgid "
|
521 |
msgstr ""
|
522 |
|
523 |
-
#:
|
524 |
-
msgid "
|
525 |
msgstr ""
|
526 |
|
527 |
-
#:
|
528 |
-
msgid "
|
529 |
msgstr ""
|
530 |
|
531 |
-
#:
|
532 |
-
msgid "
|
533 |
msgstr ""
|
534 |
|
535 |
-
#:
|
536 |
-
msgid "
|
537 |
msgstr ""
|
538 |
|
539 |
-
#:
|
540 |
-
msgid "
|
541 |
msgstr ""
|
542 |
|
543 |
-
#:
|
544 |
-
msgid "
|
545 |
msgstr ""
|
546 |
|
547 |
-
#:
|
548 |
-
msgid "
|
549 |
-
msgstr ""
|
550 |
-
|
551 |
-
#: licence/lib/yit-licence.php:739
|
552 |
-
msgid "License successfully activated"
|
553 |
-
msgstr ""
|
554 |
-
|
555 |
-
#: licence/lib/yit-licence.php:740
|
556 |
-
msgid "License key deactivated for website"
|
557 |
msgstr ""
|
558 |
|
559 |
-
#:
|
560 |
-
|
561 |
-
#: licence/lib/yit-theme-licence.php:109 licence/lib/yit-theme-licence.php:110
|
562 |
-
msgid "License Activation"
|
563 |
msgstr ""
|
564 |
|
565 |
-
#:
|
566 |
-
msgctxt ""
|
567 |
-
"[Part of]: Warning! You didn't set license key for the following products:[Plugins "
|
568 |
-
"List] which means you're missing out on updates and support. Enter your license "
|
569 |
-
"key, please."
|
570 |
msgid "Warning!"
|
571 |
msgstr ""
|
572 |
|
573 |
-
#:
|
574 |
-
msgctxt ""
|
575 |
-
"[Part of]: Warning! You didn't set license key for the following products:[Plugins "
|
576 |
-
"List] which means you're missing out on updates and support. Enter your license "
|
577 |
-
"key, please."
|
578 |
-
msgid "You didn't set license key for the following products"
|
579 |
-
msgstr ""
|
580 |
-
|
581 |
-
#: licence/lib/yit-plugin-licence.php:145
|
582 |
-
msgctxt ""
|
583 |
-
"[Part of]: Warning! You didn't set license key for the following products:[Plugins "
|
584 |
-
"List] which means you're missing out on updates and support. Enter your license "
|
585 |
-
"key, please."
|
586 |
-
msgid "which means you're missing out on updates and support"
|
587 |
-
msgstr ""
|
588 |
-
|
589 |
-
#: licence/lib/yit-plugin-licence.php:147
|
590 |
-
msgctxt ""
|
591 |
-
"[Part of]: Warning! You didn't set license key for the following products:[Plugins "
|
592 |
-
"List] which means you're missing out on updates and support. Enter your license "
|
593 |
-
"key, please."
|
594 |
-
msgid "Enter your license key"
|
595 |
-
msgstr ""
|
596 |
-
|
597 |
-
#: licence/lib/yit-plugin-licence.php:148
|
598 |
-
msgctxt ""
|
599 |
-
"[Part of]: Warning! You didn't set license key for the following products:[Plugins "
|
600 |
-
"List] which means you're missing out on updates and support. Enter your license "
|
601 |
-
"key, please."
|
602 |
-
msgid "please"
|
603 |
-
msgstr ""
|
604 |
-
|
605 |
-
#: licence/lib/yit-theme-licence.php:117 licence/lib/yit-theme-licence.php:118
|
606 |
#, php-format
|
607 |
-
msgid "%s"
|
608 |
-
msgstr ""
|
609 |
-
|
610 |
-
#: licence/lib/yit-theme-licence.php:159
|
611 |
msgid ""
|
612 |
-
"
|
613 |
-
"
|
614 |
msgstr ""
|
615 |
|
616 |
-
#:
|
617 |
-
msgid ""
|
618 |
-
"If you have purchased one of our products before 27 January 2015, you can benefit "
|
619 |
-
"from support and updates (the services offered with the license)\n"
|
620 |
-
" until 27 January 2016 and you do not have to purchase it again "
|
621 |
-
"to get a new license key, because, before this date, your license used to be "
|
622 |
-
"activated automatically by our system.\n"
|
623 |
-
" After 27 January 2016, instead, if you want to benefit from "
|
624 |
-
"support and updates you have to buy a new license and activate it through the "
|
625 |
-
"license key you will be\n"
|
626 |
-
" provided with and that you can find in your YITH account, in "
|
627 |
-
"section \"My licenses\"."
|
628 |
-
msgstr ""
|
629 |
-
|
630 |
-
#: licence/templates/panel/activation/activation-panel.php:24
|
631 |
-
msgid "YITH License Activation"
|
632 |
-
msgstr ""
|
633 |
-
|
634 |
-
#: licence/templates/panel/activation/activation-panel.php:27
|
635 |
-
msgid "License expiry date"
|
636 |
-
msgstr ""
|
637 |
-
|
638 |
-
#: licence/templates/panel/activation/activation-panel.php:30
|
639 |
-
msgid ""
|
640 |
-
"If you have renewed your product license key and the expiry date does not appear "
|
641 |
-
"up-to-date, please, click on the button <em>Check Expiry Date</em> below and it "
|
642 |
-
"will update."
|
643 |
-
msgstr ""
|
644 |
-
|
645 |
-
#: licence/templates/panel/activation/activation-panel.php:33
|
646 |
-
msgid "Check expiry date"
|
647 |
-
msgstr ""
|
648 |
-
|
649 |
-
#: licence/templates/panel/activation/activation-panel.php:47
|
650 |
-
msgid "Product to activate"
|
651 |
-
msgid_plural "Products to activate"
|
652 |
-
msgstr[0] ""
|
653 |
-
msgstr[1] ""
|
654 |
-
|
655 |
-
#: licence/templates/panel/activation/activation-panel.php:50
|
656 |
-
msgid "Are you having issues with the license activation?"
|
657 |
-
msgstr ""
|
658 |
-
|
659 |
-
#: licence/templates/panel/activation/activation-panel.php:50
|
660 |
-
msgid "Read this article"
|
661 |
-
msgstr ""
|
662 |
-
|
663 |
-
#: licence/templates/panel/activation/activation-panel.php:70
|
664 |
-
msgid "Activate"
|
665 |
-
msgstr ""
|
666 |
-
|
667 |
-
#: licence/templates/panel/activation/activation-panel.php:89
|
668 |
-
msgid "Activated"
|
669 |
-
msgstr ""
|
670 |
-
|
671 |
-
#: licence/templates/panel/activation/activation-panel.php:95
|
672 |
-
#: licence/templates/panel/activation/activation-panel.php:173
|
673 |
-
#: licence/templates/panel/activation/activation-panel.php:203
|
674 |
-
msgid "Product Name"
|
675 |
-
msgstr ""
|
676 |
-
|
677 |
-
#: licence/templates/panel/activation/activation-panel.php:97
|
678 |
-
#: licence/templates/panel/activation/activation-panel.php:175
|
679 |
-
#: licence/templates/panel/activation/activation-panel.php:206
|
680 |
-
msgid "Email"
|
681 |
-
msgstr ""
|
682 |
-
|
683 |
-
#: licence/templates/panel/activation/activation-panel.php:98
|
684 |
-
#: licence/templates/panel/activation/activation-panel.php:176
|
685 |
-
#: licence/templates/panel/activation/activation-panel.php:207
|
686 |
-
msgid "License Key"
|
687 |
msgstr ""
|
688 |
|
689 |
-
#:
|
690 |
-
#: licence/templates/panel/activation/activation-panel.php:210
|
691 |
-
msgid "Expires"
|
692 |
-
msgstr ""
|
693 |
-
|
694 |
-
#: licence/templates/panel/activation/activation-panel.php:104
|
695 |
-
msgid "Remaining"
|
696 |
-
msgstr ""
|
697 |
-
|
698 |
-
#: licence/templates/panel/activation/activation-panel.php:106
|
699 |
-
msgid "Club Subscription"
|
700 |
-
msgstr ""
|
701 |
-
|
702 |
-
#: licence/templates/panel/activation/activation-panel.php:135
|
703 |
#, php-format
|
704 |
-
msgid "%
|
705 |
-
msgstr ""
|
706 |
-
|
707 |
-
#: licence/templates/panel/activation/activation-panel.php:151
|
708 |
-
msgid "Deactivate"
|
709 |
-
msgstr ""
|
710 |
-
|
711 |
-
#: licence/templates/panel/activation/activation-panel.php:156
|
712 |
-
#: licence/templates/panel/activation/activation-panel.php:213
|
713 |
-
msgid "Renew"
|
714 |
-
msgstr ""
|
715 |
-
|
716 |
-
#: licence/templates/panel/activation/activation-panel.php:169
|
717 |
-
msgid "Banned"
|
718 |
-
msgstr ""
|
719 |
-
|
720 |
-
#: licence/templates/panel/activation/activation-panel.php:199
|
721 |
-
msgid "Expired"
|
722 |
-
msgstr ""
|
723 |
-
|
724 |
-
#: licence/templates/panel/activation/activation-panel.php:235
|
725 |
-
msgid "Order again"
|
726 |
-
msgstr ""
|
727 |
-
|
728 |
-
#: licence/templates/panel/activation/activation-panel.php:237
|
729 |
-
msgid "Renew license"
|
730 |
msgstr ""
|
731 |
|
732 |
#: templates/fields/ajax-posts.php:57
|
@@ -765,6 +533,10 @@ msgstr ""
|
|
765 |
msgid "Do you want to remove the custom tab?"
|
766 |
msgstr ""
|
767 |
|
|
|
|
|
|
|
|
|
768 |
#: templates/fields/icons.php:58
|
769 |
msgid "Set Default"
|
770 |
msgstr ""
|
@@ -789,12 +561,22 @@ msgstr ""
|
|
789 |
msgid "Delete"
|
790 |
msgstr ""
|
791 |
|
792 |
-
#: templates/fields/
|
793 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
794 |
msgstr ""
|
795 |
|
796 |
-
#: templates/fields/select-buttons.php:
|
797 |
-
msgid "
|
|
|
|
|
|
|
|
|
798 |
msgstr ""
|
799 |
|
800 |
#: templates/fields/sidebars.php:22
|
@@ -821,12 +603,12 @@ msgstr ""
|
|
821 |
msgid "Right Sidebar"
|
822 |
msgstr ""
|
823 |
|
824 |
-
#: templates/fields/upload.php:
|
825 |
#: templates/panel/woocommerce/woocommerce-upload.php:40
|
826 |
msgid "Upload"
|
827 |
msgstr ""
|
828 |
|
829 |
-
#: templates/fields/upload.php:
|
830 |
msgid "Reset"
|
831 |
msgstr ""
|
832 |
|
@@ -844,10 +626,106 @@ msgstr ""
|
|
844 |
msgid "(Default: <i %s></i> )"
|
845 |
msgstr ""
|
846 |
|
847 |
-
#: templates/panel/woocommerce/woocommerce-form.php:
|
848 |
msgid "Reset Defaults"
|
849 |
msgstr ""
|
850 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
851 |
#: yit-plugin.php:83
|
852 |
msgctxt "Plugin Row Meta"
|
853 |
msgid "Live Demo"
|
@@ -868,11 +746,11 @@ msgctxt "Plugin Row Meta"
|
|
868 |
msgid "Premium version"
|
869 |
msgstr ""
|
870 |
|
871 |
-
#: yit-plugin.php:
|
872 |
msgctxt "Action links"
|
873 |
msgid "Settings"
|
874 |
msgstr ""
|
875 |
|
876 |
-
#: yit-plugin.php:
|
877 |
msgid "License"
|
878 |
msgstr ""
|
5 |
msgstr ""
|
6 |
"Project-Id-Version: YITH Plugin Starter 1.0.0 Plugin FW\n"
|
7 |
"Report-Msgid-Bugs-To: Your Inspiration Themes <plugins@yithemes.com>\n"
|
8 |
+
"POT-Creation-Date: 2020-01-10 13:40+0100\n"
|
9 |
"PO-Revision-Date: 2015-05-05 10:38+0100\n"
|
10 |
"Last-Translator: \n"
|
11 |
"Language-Team: Your Inspiration Themes <info@yithemes.com>\n"
|
13 |
"MIME-Version: 1.0\n"
|
14 |
"Content-Type: text/plain; charset=UTF-8\n"
|
15 |
"Content-Transfer-Encoding: 8bit\n"
|
16 |
+
"X-Generator: Poedit 2.2.3\n"
|
17 |
"X-Poedit-KeywordsList: __;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;"
|
18 |
"_nx_noop:1,2,3c;esc_attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;"
|
19 |
"esc_html_x:1,2c;_x;_ex\n"
|
58 |
msgid "Payments"
|
59 |
msgstr ""
|
60 |
|
61 |
+
#: lib/yit-cpt-unlimited.php:462 lib/yit-cpt-unlimited.php:576
|
62 |
+
#: lib/yit-cpt-unlimited.php:721 lib/yit-cpt-unlimited.php:1636
|
63 |
#, php-format
|
64 |
msgid "Add %s"
|
65 |
msgstr ""
|
66 |
|
67 |
+
#: lib/yit-cpt-unlimited.php:463 lib/yit-cpt-unlimited.php:577
|
68 |
#, php-format
|
69 |
msgid "Add New %s"
|
70 |
msgstr ""
|
71 |
|
72 |
+
#: lib/yit-cpt-unlimited.php:464 lib/yit-cpt-unlimited.php:578
|
73 |
+
#: lib/yit-cpt-unlimited.php:1269 lib/yit-cpt-unlimited.php:1306
|
74 |
#, php-format
|
75 |
msgid "Edit %s"
|
76 |
msgstr ""
|
77 |
|
78 |
+
#: lib/yit-cpt-unlimited.php:465 lib/yit-cpt-unlimited.php:579
|
79 |
#, php-format
|
80 |
msgid "New %s"
|
81 |
msgstr ""
|
82 |
|
83 |
+
#: lib/yit-cpt-unlimited.php:466 lib/yit-cpt-unlimited.php:580
|
84 |
#, php-format
|
85 |
msgid "All %s"
|
86 |
msgstr ""
|
87 |
|
88 |
+
#: lib/yit-cpt-unlimited.php:467 lib/yit-cpt-unlimited.php:581
|
89 |
+
#: lib/yit-cpt-unlimited.php:1253 lib/yit-cpt-unlimited.php:1307
|
90 |
#, php-format
|
91 |
msgid "View %s"
|
92 |
msgstr ""
|
93 |
|
94 |
+
#: lib/yit-cpt-unlimited.php:468 lib/yit-cpt-unlimited.php:582
|
95 |
#, php-format
|
96 |
msgid "Search %s"
|
97 |
msgstr ""
|
98 |
|
99 |
+
#: lib/yit-cpt-unlimited.php:469 lib/yit-cpt-unlimited.php:583
|
100 |
#, php-format
|
101 |
msgid "No %s found"
|
102 |
msgstr ""
|
103 |
|
104 |
+
#: lib/yit-cpt-unlimited.php:470 lib/yit-cpt-unlimited.php:584
|
105 |
#, php-format
|
106 |
msgid "No %s found in Trash"
|
107 |
msgstr ""
|
108 |
|
109 |
+
#: lib/yit-cpt-unlimited.php:627
|
110 |
#, php-format
|
111 |
msgctxt "taxonomy general name"
|
112 |
msgid "%s Categories"
|
113 |
msgstr ""
|
114 |
|
115 |
+
#: lib/yit-cpt-unlimited.php:628
|
116 |
msgctxt "taxonomy singular name"
|
117 |
msgid "Category"
|
118 |
msgstr ""
|
119 |
|
120 |
+
#: lib/yit-cpt-unlimited.php:629 templates/fields/ajax-terms.php:56
|
121 |
msgid "Search Categories"
|
122 |
msgstr ""
|
123 |
|
124 |
+
#: lib/yit-cpt-unlimited.php:630
|
125 |
msgid "All Categories"
|
126 |
msgstr ""
|
127 |
|
128 |
+
#: lib/yit-cpt-unlimited.php:631
|
129 |
msgid "Parent Category"
|
130 |
msgstr ""
|
131 |
|
132 |
+
#: lib/yit-cpt-unlimited.php:632
|
133 |
msgid "Parent Category:"
|
134 |
msgstr ""
|
135 |
|
136 |
+
#: lib/yit-cpt-unlimited.php:633
|
137 |
msgid "Edit Category"
|
138 |
msgstr ""
|
139 |
|
140 |
+
#: lib/yit-cpt-unlimited.php:634
|
141 |
msgid "Update Category"
|
142 |
msgstr ""
|
143 |
|
144 |
+
#: lib/yit-cpt-unlimited.php:635
|
145 |
msgid "Add New Category"
|
146 |
msgstr ""
|
147 |
|
148 |
+
#: lib/yit-cpt-unlimited.php:636
|
149 |
msgid "New Category Name"
|
150 |
msgstr ""
|
151 |
|
152 |
+
#: lib/yit-cpt-unlimited.php:637
|
153 |
msgid "Category"
|
154 |
msgstr ""
|
155 |
|
156 |
+
#: lib/yit-cpt-unlimited.php:726
|
157 |
msgid "Categories"
|
158 |
msgstr ""
|
159 |
|
160 |
+
#: lib/yit-cpt-unlimited.php:1044
|
161 |
#, php-format
|
162 |
msgid "%s Settings"
|
163 |
msgstr ""
|
164 |
|
165 |
+
#: lib/yit-cpt-unlimited.php:1050 lib/yit-cpt-unlimited.php:1198
|
166 |
+
#: lib/yit-cpt-unlimited.php:1204 lib/yit-plugin-panel.php:80
|
167 |
msgid "Settings"
|
168 |
msgstr ""
|
169 |
|
170 |
+
#: lib/yit-cpt-unlimited.php:1053
|
171 |
msgid "Type"
|
172 |
msgstr ""
|
173 |
|
174 |
+
#: lib/yit-cpt-unlimited.php:1054
|
175 |
#, php-format
|
176 |
msgid "Layout for this %s"
|
177 |
msgstr ""
|
178 |
|
179 |
+
#: lib/yit-cpt-unlimited.php:1060
|
180 |
msgid "Rewrite"
|
181 |
msgstr ""
|
182 |
|
183 |
+
#: lib/yit-cpt-unlimited.php:1061
|
184 |
msgid ""
|
185 |
"Univocal identification name in the URL for each product (slug from post if empty)"
|
186 |
msgstr ""
|
187 |
|
188 |
+
#: lib/yit-cpt-unlimited.php:1066
|
189 |
msgid "Label in Singular"
|
190 |
msgstr ""
|
191 |
|
192 |
+
#: lib/yit-cpt-unlimited.php:1067
|
193 |
msgid "Set a label in singular (title of portfolio if empty)"
|
194 |
msgstr ""
|
195 |
|
196 |
+
#: lib/yit-cpt-unlimited.php:1072
|
197 |
msgid "Label in Plural"
|
198 |
msgstr ""
|
199 |
|
200 |
+
#: lib/yit-cpt-unlimited.php:1073
|
201 |
msgid "Set a label in plural (title of portfolio if empty)"
|
202 |
msgstr ""
|
203 |
|
204 |
+
#: lib/yit-cpt-unlimited.php:1078
|
205 |
msgid "Taxonomy"
|
206 |
msgstr ""
|
207 |
|
208 |
+
#: lib/yit-cpt-unlimited.php:1079
|
209 |
msgid ""
|
210 |
"If you want to use categories in the portfolio, set a name for taxonomy. Name "
|
211 |
"should be a slug (must not contain capital letters nor spaces) and must not be "
|
212 |
"more than 32 characters long (database structure restriction)."
|
213 |
msgstr ""
|
214 |
|
215 |
+
#: lib/yit-cpt-unlimited.php:1084
|
216 |
msgid "Taxonomy Rewrite"
|
217 |
msgstr ""
|
218 |
|
219 |
+
#: lib/yit-cpt-unlimited.php:1085
|
220 |
msgid "Set univocal name for each category page URL."
|
221 |
msgstr ""
|
222 |
|
223 |
+
#: lib/yit-cpt-unlimited.php:1090
|
224 |
msgid "Single layout"
|
225 |
msgstr ""
|
226 |
|
227 |
+
#: lib/yit-cpt-unlimited.php:1091
|
228 |
msgid "Layout for single page of this portfolio"
|
229 |
msgstr ""
|
230 |
|
231 |
+
#: lib/yit-cpt-unlimited.php:1132
|
232 |
msgid "layout settings"
|
233 |
msgstr ""
|
234 |
|
235 |
+
#: lib/yit-cpt-unlimited.php:1224 lib/yit-cpt-unlimited.php:1237
|
236 |
msgid "Quick links"
|
237 |
msgstr ""
|
238 |
|
239 |
+
#: lib/yit-cpt-unlimited.php:1477
|
240 |
#, php-format
|
241 |
msgid "Show frontend of the %s"
|
242 |
msgstr ""
|
243 |
|
244 |
+
#: lib/yit-cpt-unlimited.php:1484 templates/fields/customtabs.php:46
|
245 |
#: templates/fields/customtabs.php:89
|
246 |
msgid "Name"
|
247 |
msgstr ""
|
248 |
|
249 |
+
#: lib/yit-cpt-unlimited.php:1635
|
250 |
#, php-format
|
251 |
msgid "Add %s from images"
|
252 |
msgstr ""
|
253 |
|
254 |
+
#: lib/yit-cpt-unlimited.php:1638
|
255 |
msgid "Upload multiple files"
|
256 |
msgstr ""
|
257 |
|
258 |
+
#: lib/yit-plugin-panel-wc.php:397
|
259 |
msgid "The changes you have made will be lost if you leave this page."
|
260 |
msgstr ""
|
261 |
|
262 |
+
#: lib/yit-plugin-panel.php:79
|
263 |
msgid "Plugin Settings"
|
264 |
msgstr ""
|
265 |
|
266 |
+
#: lib/yit-plugin-panel.php:424 lib/yit-plugin-panel.php:427
|
267 |
msgid "How to install premium version"
|
268 |
msgstr ""
|
269 |
|
270 |
+
#: lib/yit-plugin-panel.php:571 lib/yit-plugin-subpanel.php:151
|
271 |
+
#: templates/panel/woocommerce/woocommerce-form.php:14
|
272 |
msgid "Save Changes"
|
273 |
msgstr ""
|
274 |
|
275 |
+
#: lib/yit-plugin-panel.php:574 lib/yit-plugin-subpanel.php:154
|
276 |
+
#: templates/panel/woocommerce/woocommerce-form.php:17
|
277 |
msgid "If you continue with this action, you will reset all options in this page."
|
278 |
msgstr ""
|
279 |
|
280 |
+
#: lib/yit-plugin-panel.php:576 lib/yit-plugin-subpanel.php:156
|
281 |
msgid "Reset to default"
|
282 |
msgstr ""
|
283 |
|
284 |
+
#: lib/yit-plugin-panel.php:577 lib/yit-plugin-subpanel.php:157
|
285 |
+
#: templates/panel/woocommerce/woocommerce-form.php:21
|
286 |
msgid "Are you sure?"
|
287 |
msgstr ""
|
288 |
|
289 |
+
#: lib/yit-plugin-panel.php:775
|
290 |
msgid "The element you have entered already exists. Please, enter another name."
|
291 |
msgstr ""
|
292 |
|
293 |
+
#: lib/yit-plugin-panel.php:776
|
294 |
msgid "Settings saved"
|
295 |
msgstr ""
|
296 |
|
297 |
+
#: lib/yit-plugin-panel.php:777
|
298 |
msgid "Settings reset"
|
299 |
msgstr ""
|
300 |
|
301 |
+
#: lib/yit-plugin-panel.php:778
|
302 |
msgid "Element deleted correctly."
|
303 |
msgstr ""
|
304 |
|
305 |
+
#: lib/yit-plugin-panel.php:779 lib/yit-plugin-panel.php:780
|
306 |
msgid "Element updated correctly."
|
307 |
msgstr ""
|
308 |
|
309 |
+
#: lib/yit-plugin-panel.php:781
|
310 |
msgid "Database imported correctly."
|
311 |
msgstr ""
|
312 |
|
313 |
+
#: lib/yit-plugin-panel.php:782
|
314 |
msgid "An error has occurred during import. Please try again."
|
315 |
msgstr ""
|
316 |
|
317 |
+
#: lib/yit-plugin-panel.php:783
|
318 |
msgid "The added file is not valid."
|
319 |
msgstr ""
|
320 |
|
321 |
+
#: lib/yit-plugin-panel.php:784
|
322 |
msgid "Sorry, import is disabled."
|
323 |
msgstr ""
|
324 |
|
325 |
+
#: lib/yit-plugin-panel.php:785
|
326 |
msgid "Sorting successful."
|
327 |
msgstr ""
|
328 |
|
329 |
+
#: lib/yit-plugin-panel.php:1233
|
330 |
+
msgid "We need your support"
|
331 |
+
msgstr ""
|
332 |
+
|
333 |
+
#: lib/yit-plugin-panel.php:1234
|
334 |
+
msgid "to keep updating and improving the plugin. Please,"
|
335 |
+
msgstr ""
|
336 |
+
|
337 |
+
#: lib/yit-plugin-panel.php:1236
|
338 |
+
msgid "help us by leaving a five-star rating"
|
339 |
+
msgstr ""
|
340 |
+
|
341 |
+
#: lib/yit-plugin-panel.php:1237
|
342 |
+
msgid ":) Thanks!"
|
343 |
+
msgstr ""
|
344 |
+
|
345 |
#: lib/yit-pointers.php:70
|
346 |
msgid "Plugins Activated"
|
347 |
msgstr ""
|
376 |
"Plugins tab."
|
377 |
msgstr ""
|
378 |
|
379 |
+
#: lib/yith-dashboard.php:40
|
380 |
+
msgid "YITH Latest Updates"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
381 |
msgstr ""
|
382 |
|
383 |
+
#: lib/yith-dashboard.php:41
|
384 |
+
msgid "Latest news from YITH Blog"
|
|
|
|
|
|
|
|
|
|
|
385 |
msgstr ""
|
386 |
|
387 |
+
#: lib/yith-dashboard.php:65
|
388 |
+
msgid "RSS Error:"
|
|
|
|
|
|
|
|
|
389 |
msgstr ""
|
390 |
|
391 |
+
#: lib/yith-dashboard.php:71
|
|
|
392 |
msgid ""
|
393 |
+
"An error has occurred, which probably means the feed is down. Try again later."
|
|
|
|
|
|
|
|
|
|
|
394 |
msgstr ""
|
395 |
|
396 |
+
#: lib/yith-dashboard.php:99
|
397 |
+
msgctxt "Plugin FW"
|
398 |
+
msgid "View Changelog"
|
399 |
msgstr ""
|
400 |
|
401 |
+
#: lib/yith-dashboard.php:100
|
402 |
+
msgctxt "Plugin FW"
|
403 |
+
msgid "Latest update released on"
|
404 |
msgstr ""
|
405 |
|
406 |
+
#: lib/yith-dashboard.php:143
|
407 |
+
msgctxt "Button label"
|
408 |
+
msgid "Close"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
409 |
msgstr ""
|
410 |
|
411 |
#: lib/yith-gutenberg.php:134
|
413 |
msgid "YITH"
|
414 |
msgstr ""
|
415 |
|
416 |
+
#: lib/yith-system-status.php:97 lib/yith-system-status.php:98
|
417 |
+
msgid "System Status"
|
|
|
|
|
418 |
msgstr ""
|
419 |
|
420 |
+
#: lib/yith-system-status.php:104
|
421 |
+
msgid "WordPress Version"
|
|
|
|
|
|
|
|
|
|
|
422 |
msgstr ""
|
423 |
|
424 |
+
#: lib/yith-system-status.php:105
|
425 |
+
msgid "WooCommerce Version"
|
426 |
msgstr ""
|
427 |
|
428 |
+
#: lib/yith-system-status.php:106
|
429 |
+
msgid "Available Memory"
|
430 |
msgstr ""
|
431 |
|
432 |
+
#: lib/yith-system-status.php:107
|
433 |
+
msgid "PHP Version"
|
434 |
msgstr ""
|
435 |
|
436 |
+
#: lib/yith-system-status.php:108
|
437 |
+
msgid "TLS Version"
|
438 |
msgstr ""
|
439 |
|
440 |
+
#: lib/yith-system-status.php:109
|
441 |
+
msgid "WordPress Cron"
|
442 |
msgstr ""
|
443 |
|
444 |
+
#: lib/yith-system-status.php:110
|
445 |
+
msgid "SimpleXML"
|
446 |
msgstr ""
|
447 |
|
448 |
+
#: lib/yith-system-status.php:111
|
449 |
+
msgid "MultiByte String"
|
450 |
msgstr ""
|
451 |
|
452 |
+
#: lib/yith-system-status.php:112
|
453 |
+
msgid "ImageMagick Version"
|
454 |
msgstr ""
|
455 |
|
456 |
+
#: lib/yith-system-status.php:113
|
457 |
+
msgid "GD Library"
|
458 |
msgstr ""
|
459 |
|
460 |
+
#: lib/yith-system-status.php:114
|
461 |
+
msgid "Iconv Module"
|
462 |
msgstr ""
|
463 |
|
464 |
+
#: lib/yith-system-status.php:115
|
465 |
+
msgid "OPCache Save Comments"
|
466 |
msgstr ""
|
467 |
|
468 |
+
#: lib/yith-system-status.php:116
|
469 |
+
msgid "URL FOpen"
|
470 |
msgstr ""
|
471 |
|
472 |
+
#: lib/yith-system-status.php:173
|
473 |
+
msgid "YITH Plugins"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
474 |
msgstr ""
|
475 |
|
476 |
+
#: lib/yith-system-status.php:174
|
477 |
+
msgid "WooCommerce"
|
|
|
|
|
478 |
msgstr ""
|
479 |
|
480 |
+
#: lib/yith-system-status.php:291
|
|
|
|
|
|
|
|
|
481 |
msgid "Warning!"
|
482 |
msgstr ""
|
483 |
|
484 |
+
#: lib/yith-system-status.php:292
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
485 |
#, php-format
|
|
|
|
|
|
|
|
|
486 |
msgid ""
|
487 |
+
"The system check has detected some compatibility issues on your installation. "
|
488 |
+
"%sClick here%s to know more"
|
489 |
msgstr ""
|
490 |
|
491 |
+
#: templates/fields/ajax-customers.php:57
|
492 |
+
msgid "Search Customers"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
493 |
msgstr ""
|
494 |
|
495 |
+
#: templates/fields/ajax-customers.php:83 templates/fields/ajax-customers.php:93
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
496 |
#, php-format
|
497 |
+
msgid "%1$s (#%2$s – %3$s)"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
498 |
msgstr ""
|
499 |
|
500 |
#: templates/fields/ajax-posts.php:57
|
533 |
msgid "Do you want to remove the custom tab?"
|
534 |
msgstr ""
|
535 |
|
536 |
+
#: templates/fields/date-format.php:50
|
537 |
+
msgid "Custom:"
|
538 |
+
msgstr ""
|
539 |
+
|
540 |
#: templates/fields/icons.php:58
|
541 |
msgid "Set Default"
|
542 |
msgstr ""
|
561 |
msgid "Delete"
|
562 |
msgstr ""
|
563 |
|
564 |
+
#: templates/fields/onoff.php:24
|
565 |
+
msgctxt "ON/OFF button: use MAX 3 characters!"
|
566 |
+
msgid "ON"
|
567 |
+
msgstr ""
|
568 |
+
|
569 |
+
#: templates/fields/onoff.php:25
|
570 |
+
msgctxt "ON/OFF button: use MAX 3 characters!"
|
571 |
+
msgid "OFF"
|
572 |
msgstr ""
|
573 |
|
574 |
+
#: templates/fields/select-buttons.php:21
|
575 |
+
msgid "Add All"
|
576 |
+
msgstr ""
|
577 |
+
|
578 |
+
#: templates/fields/select-buttons.php:34
|
579 |
+
msgid "Remove All"
|
580 |
msgstr ""
|
581 |
|
582 |
#: templates/fields/sidebars.php:22
|
603 |
msgid "Right Sidebar"
|
604 |
msgstr ""
|
605 |
|
606 |
+
#: templates/fields/upload.php:27 templates/metaboxes/types/icon-list.php:70
|
607 |
#: templates/panel/woocommerce/woocommerce-upload.php:40
|
608 |
msgid "Upload"
|
609 |
msgstr ""
|
610 |
|
611 |
+
#: templates/fields/upload.php:29
|
612 |
msgid "Reset"
|
613 |
msgstr ""
|
614 |
|
626 |
msgid "(Default: <i %s></i> )"
|
627 |
msgstr ""
|
628 |
|
629 |
+
#: templates/panel/woocommerce/woocommerce-form.php:20
|
630 |
msgid "Reset Defaults"
|
631 |
msgstr ""
|
632 |
|
633 |
+
#: templates/sysinfo/system-information-panel.php:30
|
634 |
+
msgid "YITH System Information"
|
635 |
+
msgstr ""
|
636 |
+
|
637 |
+
#: templates/sysinfo/system-information-panel.php:38
|
638 |
+
msgid "Site URL"
|
639 |
+
msgstr ""
|
640 |
+
|
641 |
+
#: templates/sysinfo/system-information-panel.php:46
|
642 |
+
msgid "Output IP Address"
|
643 |
+
msgstr ""
|
644 |
+
|
645 |
+
#: templates/sysinfo/system-information-panel.php:76
|
646 |
+
msgid "Enabled"
|
647 |
+
msgstr ""
|
648 |
+
|
649 |
+
#: templates/sysinfo/system-information-panel.php:76
|
650 |
+
msgid "Disabled"
|
651 |
+
msgstr ""
|
652 |
+
|
653 |
+
#: templates/sysinfo/system-information-panel.php:82
|
654 |
+
msgid "N/A"
|
655 |
+
msgstr ""
|
656 |
+
|
657 |
+
#: templates/sysinfo/system-information-panel.php:96
|
658 |
+
#, php-format
|
659 |
+
msgid "%s needs %s enabled"
|
660 |
+
msgstr ""
|
661 |
+
|
662 |
+
#: templates/sysinfo/system-information-panel.php:98
|
663 |
+
#, php-format
|
664 |
+
msgid "%s needs at least %s of available memory"
|
665 |
+
msgstr ""
|
666 |
+
|
667 |
+
#: templates/sysinfo/system-information-panel.php:100
|
668 |
+
#: templates/sysinfo/system-information-panel.php:149
|
669 |
+
#, php-format
|
670 |
+
msgid ""
|
671 |
+
"For optimal functioning of our plugins, we suggest setting at least %s of "
|
672 |
+
"available memory"
|
673 |
+
msgstr ""
|
674 |
+
|
675 |
+
#: templates/sysinfo/system-information-panel.php:102
|
676 |
+
#: templates/sysinfo/system-information-panel.php:137
|
677 |
+
#: templates/sysinfo/system-information-panel.php:151
|
678 |
+
#, php-format
|
679 |
+
msgid "Read more %s here%s or contact your hosting company in order to increase it."
|
680 |
+
msgstr ""
|
681 |
+
|
682 |
+
#: templates/sysinfo/system-information-panel.php:105
|
683 |
+
#, php-format
|
684 |
+
msgid "%s needs at least %s version"
|
685 |
+
msgstr ""
|
686 |
+
|
687 |
+
#: templates/sysinfo/system-information-panel.php:116
|
688 |
+
msgid ""
|
689 |
+
"Update it to the latest version in order to benefit of all new features and "
|
690 |
+
"security updates."
|
691 |
+
msgstr ""
|
692 |
+
|
693 |
+
#: templates/sysinfo/system-information-panel.php:122
|
694 |
+
msgid "Contact your hosting company in order to update it."
|
695 |
+
msgstr ""
|
696 |
+
|
697 |
+
#: templates/sysinfo/system-information-panel.php:126
|
698 |
+
#, php-format
|
699 |
+
msgid "Remove %s from %s file"
|
700 |
+
msgstr ""
|
701 |
+
|
702 |
+
#: templates/sysinfo/system-information-panel.php:134
|
703 |
+
msgid "Contact your hosting company in order to enable it."
|
704 |
+
msgstr ""
|
705 |
+
|
706 |
+
#: templates/sysinfo/system-information-panel.php:157
|
707 |
+
msgid ""
|
708 |
+
"We cannot determine which <b>TLS</b> version is installed because <b>cURL</b> "
|
709 |
+
"module is disabled. Ask your hosting company to enable it."
|
710 |
+
msgstr ""
|
711 |
+
|
712 |
+
#: templates/sysinfo/system-information-panel.php:160
|
713 |
+
msgid ""
|
714 |
+
"<b>ImageMagick</b> module is not installed. Ask your hosting company to install it."
|
715 |
+
msgstr ""
|
716 |
+
|
717 |
+
#: templates/sysinfo/system-information-panel.php:172
|
718 |
+
msgid "Show full PHPInfo"
|
719 |
+
msgstr ""
|
720 |
+
|
721 |
+
#: templates/sysinfo/system-information-panel.php:176
|
722 |
+
msgid "Back to System panel"
|
723 |
+
msgstr ""
|
724 |
+
|
725 |
+
#: templates/sysinfo/system-information-panel.php:193
|
726 |
+
msgid "Back to top"
|
727 |
+
msgstr ""
|
728 |
+
|
729 |
#: yit-plugin.php:83
|
730 |
msgctxt "Plugin Row Meta"
|
731 |
msgid "Live Demo"
|
746 |
msgid "Premium version"
|
747 |
msgstr ""
|
748 |
|
749 |
+
#: yit-plugin.php:190
|
750 |
msgctxt "Action links"
|
751 |
msgid "Settings"
|
752 |
msgstr ""
|
753 |
|
754 |
+
#: yit-plugin.php:194
|
755 |
msgid "License"
|
756 |
msgstr ""
|
plugin-fw/lib/yit-plugin-gradients.php
CHANGED
@@ -122,9 +122,9 @@ if ( ! class_exists( 'YIT_Gradients' ) ) {
|
|
122 |
* @since 1.0
|
123 |
*/
|
124 |
public function reverse_gradient() {
|
125 |
-
$colors_gradient
|
126 |
-
|
127 |
-
for ( $i = 0; $i <
|
128 |
$colors_gradient[$i]['position'] = 100 - $colors_gradient[$i]['position'];
|
129 |
}
|
130 |
|
@@ -440,9 +440,9 @@ if ( ! class_exists( 'YIT_Gradients' ) ) {
|
|
440 |
public function hex_lighter( $color, $factor = 30 ) {
|
441 |
$color = str_replace( '#', '', $color );
|
442 |
|
443 |
-
$base['R'] = hexdec( $color
|
444 |
-
$base['G'] = hexdec( $color
|
445 |
-
$base['B'] = hexdec( $color
|
446 |
|
447 |
$color = '#';
|
448 |
|
122 |
* @since 1.0
|
123 |
*/
|
124 |
public function reverse_gradient() {
|
125 |
+
$colors_gradient = array_reverse( $this->get( 'colors_gradient' ) );
|
126 |
+
$colors_gradient_count = count( $colors_gradient );
|
127 |
+
for ( $i = 0; $i < $colors_gradient_count; $i ++ ) {
|
128 |
$colors_gradient[$i]['position'] = 100 - $colors_gradient[$i]['position'];
|
129 |
}
|
130 |
|
440 |
public function hex_lighter( $color, $factor = 30 ) {
|
441 |
$color = str_replace( '#', '', $color );
|
442 |
|
443 |
+
$base['R'] = hexdec( $color[0] . $color[1] );
|
444 |
+
$base['G'] = hexdec( $color[2] . $color[3] );
|
445 |
+
$base['B'] = hexdec( $color[4] . $color[5] );
|
446 |
|
447 |
$color = '#';
|
448 |
|
plugin-fw/lib/yit-plugin-panel-wc.php
CHANGED
@@ -340,14 +340,13 @@ if ( !class_exists( 'YIT_Plugin_Panel_WooCommerce' ) ) {
|
|
340 |
$yit_options = $this->get_main_array_options();
|
341 |
$option_key = $this->get_current_option_key();
|
342 |
foreach ( $yit_options[ $option_key ] as $id => $option ) {
|
343 |
-
if( isset( $option['yith-type'] ) && $option['yith-type'] == 'multi-colorpicker' && !
|
344 |
$default = [];
|
345 |
-
foreach( $option['colorpickers'] as $colorpicker ) {
|
346 |
-
$default[ $colorpicker['id'] ] = isset( $colorpicker['default'] ) ? $colorpicker['default'] : '';
|
347 |
}
|
348 |
update_option( $option[ 'id' ], $default );
|
349 |
-
}
|
350 |
-
elseif ( isset( $option[ 'default' ] ) ) {
|
351 |
update_option( $option[ 'id' ], $option[ 'default' ] );
|
352 |
}
|
353 |
}
|
@@ -372,8 +371,11 @@ if ( !class_exists( 'YIT_Plugin_Panel_WooCommerce' ) ) {
|
|
372 |
wp_enqueue_style( 'wp-jquery-ui-dialog' );
|
373 |
}
|
374 |
|
|
|
|
|
|
|
375 |
// enqueue styles only in the current panel page
|
376 |
-
if ( 'admin.php' === $pagenow && strpos(
|
377 |
$woocommerce_version = function_exists( 'WC' ) ? WC()->version : $woocommerce->version;
|
378 |
$woocommerce_settings_deps = array( 'jquery', 'jquery-ui-datepicker', 'jquery-ui-sortable', 'iris' );
|
379 |
|
@@ -396,17 +398,16 @@ if ( !class_exists( 'YIT_Plugin_Panel_WooCommerce' ) ) {
|
|
396 |
wp_localize_script( 'woocommerce_settings', 'woocommerce_settings_params', array(
|
397 |
'i18n_nav_warning' => __( 'The changes you have made will be lost if you leave this page.', 'yith-plugin-fw' )
|
398 |
) );
|
399 |
-
|
400 |
wp_enqueue_script( 'yith-plugin-fw-fields' );
|
401 |
}
|
402 |
|
403 |
-
if ( 'admin.php' === $pagenow &&
|
404 |
wp_enqueue_media();
|
405 |
wp_enqueue_style( 'yit-plugin-style' );
|
406 |
wp_enqueue_script( 'yit-plugin-panel' );
|
407 |
}
|
408 |
|
409 |
-
if ( 'admin.php' === $pagenow && strpos(
|
410 |
wp_enqueue_style( 'yit-upgrade-to-pro' );
|
411 |
wp_enqueue_script( 'colorbox' );
|
412 |
}
|
@@ -470,7 +471,10 @@ if ( !class_exists( 'YIT_Plugin_Panel_WooCommerce' ) ) {
|
|
470 |
public static function admin_body_class( $admin_body_classes ) {
|
471 |
global $pagenow;
|
472 |
|
473 |
-
|
|
|
|
|
|
|
474 |
$admin_body_classes = substr_count( $admin_body_classes, self::$body_class ) == 0 ? $admin_body_classes . self::$body_class : $admin_body_classes;
|
475 |
|
476 |
return 'admin.php' == $pagenow && substr_count( $admin_body_classes, 'woocommerce' ) == 0 ? $admin_body_classes .= ' woocommerce ' : $admin_body_classes;
|
@@ -549,11 +553,11 @@ if ( !class_exists( 'YIT_Plugin_Panel_WooCommerce' ) ) {
|
|
549 |
|
550 |
if ( $value && isset( $option[ 'elements' ] ) && !empty( $option[ 'elements' ] ) ) {
|
551 |
|
552 |
-
|
553 |
|
554 |
-
|
555 |
-
|
556 |
-
|
557 |
|
558 |
foreach ( $value as $index => $single_toggle ) {
|
559 |
|
@@ -567,7 +571,7 @@ if ( !class_exists( 'YIT_Plugin_Panel_WooCommerce' ) ) {
|
|
567 |
}
|
568 |
|
569 |
foreach ( $option[ 'elements' ] as $element ) {
|
570 |
-
|
571 |
$value[ $index ][ $element[ 'id' ] ] = self::sanitize_option( $element_value, $element, $element_value );
|
572 |
}
|
573 |
}
|
@@ -627,11 +631,11 @@ if ( !class_exists( 'YIT_Plugin_Panel_WooCommerce' ) ) {
|
|
627 |
*/
|
628 |
public function save_toggle_element_options() {
|
629 |
|
630 |
-
|
631 |
|
632 |
-
|
633 |
-
|
634 |
-
|
635 |
|
636 |
$posted = $_POST;
|
637 |
$tabs = $this->get_available_tabs();
|
@@ -640,7 +644,7 @@ if ( !class_exists( 'YIT_Plugin_Panel_WooCommerce' ) ) {
|
|
640 |
$option_id = isset( $_REQUEST[ 'toggle_id' ] ) ? $_REQUEST[ 'toggle_id' ] : '';
|
641 |
$updated = false;
|
642 |
|
643 |
-
if ( !
|
644 |
|
645 |
$tab_options = $yit_options[ $current_tab ];
|
646 |
foreach ( $tab_options as $key => $item ) {
|
340 |
$yit_options = $this->get_main_array_options();
|
341 |
$option_key = $this->get_current_option_key();
|
342 |
foreach ( $yit_options[ $option_key ] as $id => $option ) {
|
343 |
+
if ( isset( $option[ 'yith-type' ] ) && $option[ 'yith-type' ] == 'multi-colorpicker' && !empty( $option[ 'colorpickers' ] ) ) {
|
344 |
$default = [];
|
345 |
+
foreach ( $option[ 'colorpickers' ] as $colorpicker ) {
|
346 |
+
$default[ $colorpicker[ 'id' ] ] = isset( $colorpicker[ 'default' ] ) ? $colorpicker[ 'default' ] : '';
|
347 |
}
|
348 |
update_option( $option[ 'id' ], $default );
|
349 |
+
} elseif ( isset( $option[ 'default' ] ) ) {
|
|
|
350 |
update_option( $option[ 'id' ], $option[ 'default' ] );
|
351 |
}
|
352 |
}
|
371 |
wp_enqueue_style( 'wp-jquery-ui-dialog' );
|
372 |
}
|
373 |
|
374 |
+
$screen = function_exists( 'get_current_screen' ) ? get_current_screen() : false;
|
375 |
+
$assets_screen_ids = (array) apply_filters( 'yith_plugin_fw_wc_panel_screen_ids_for_assets', array() );
|
376 |
+
|
377 |
// enqueue styles only in the current panel page
|
378 |
+
if ( $screen && ( 'admin.php' === $pagenow && strpos( $screen->id, $this->settings[ 'page' ] ) !== false ) || in_array( $screen->id, $assets_screen_ids ) ) {
|
379 |
$woocommerce_version = function_exists( 'WC' ) ? WC()->version : $woocommerce->version;
|
380 |
$woocommerce_settings_deps = array( 'jquery', 'jquery-ui-datepicker', 'jquery-ui-sortable', 'iris' );
|
381 |
|
398 |
wp_localize_script( 'woocommerce_settings', 'woocommerce_settings_params', array(
|
399 |
'i18n_nav_warning' => __( 'The changes you have made will be lost if you leave this page.', 'yith-plugin-fw' )
|
400 |
) );
|
|
|
401 |
wp_enqueue_script( 'yith-plugin-fw-fields' );
|
402 |
}
|
403 |
|
404 |
+
if ( $screen && ( 'admin.php' === $pagenow && yith_plugin_fw_is_panel() ) || in_array( $screen->id, $assets_screen_ids ) ) {
|
405 |
wp_enqueue_media();
|
406 |
wp_enqueue_style( 'yit-plugin-style' );
|
407 |
wp_enqueue_script( 'yit-plugin-panel' );
|
408 |
}
|
409 |
|
410 |
+
if ( $screen && 'admin.php' === $pagenow && strpos( $screen->id, 'yith_upgrade_premium_version' ) !== false ) {
|
411 |
wp_enqueue_style( 'yit-upgrade-to-pro' );
|
412 |
wp_enqueue_script( 'colorbox' );
|
413 |
}
|
471 |
public static function admin_body_class( $admin_body_classes ) {
|
472 |
global $pagenow;
|
473 |
|
474 |
+
$assets_screen_ids = (array) apply_filters( 'yith_plugin_fw_wc_panel_screen_ids_for_assets', array() );
|
475 |
+
|
476 |
+
|
477 |
+
if ( ( 'admin.php' == $pagenow && ( strpos( get_current_screen()->id, 'yith-plugins_page' ) !== false || in_array( get_current_screen()->id, $assets_screen_ids ) ) ) )
|
478 |
$admin_body_classes = substr_count( $admin_body_classes, self::$body_class ) == 0 ? $admin_body_classes . self::$body_class : $admin_body_classes;
|
479 |
|
480 |
return 'admin.php' == $pagenow && substr_count( $admin_body_classes, 'woocommerce' ) == 0 ? $admin_body_classes .= ' woocommerce ' : $admin_body_classes;
|
553 |
|
554 |
if ( $value && isset( $option[ 'elements' ] ) && !empty( $option[ 'elements' ] ) ) {
|
555 |
|
556 |
+
$value = maybe_unserialize( $value );
|
557 |
|
558 |
+
if ( isset( $value[ 'box_id' ] ) ) {
|
559 |
+
unset( $value[ 'box_id' ] );
|
560 |
+
}
|
561 |
|
562 |
foreach ( $value as $index => $single_toggle ) {
|
563 |
|
571 |
}
|
572 |
|
573 |
foreach ( $option[ 'elements' ] as $element ) {
|
574 |
+
$element_value = isset( $value[ $index ][ $element[ 'id' ] ] ) ? $value[ $index ][ $element[ 'id' ] ] : false;
|
575 |
$value[ $index ][ $element[ 'id' ] ] = self::sanitize_option( $element_value, $element, $element_value );
|
576 |
}
|
577 |
}
|
631 |
*/
|
632 |
public function save_toggle_element_options() {
|
633 |
|
634 |
+
check_ajax_referer( 'save-toggle-element', 'security' );
|
635 |
|
636 |
+
if ( !current_user_can( $this->settings[ 'capability' ] ) ) {
|
637 |
+
wp_die( -1 );
|
638 |
+
}
|
639 |
|
640 |
$posted = $_POST;
|
641 |
$tabs = $this->get_available_tabs();
|
644 |
$option_id = isset( $_REQUEST[ 'toggle_id' ] ) ? $_REQUEST[ 'toggle_id' ] : '';
|
645 |
$updated = false;
|
646 |
|
647 |
+
if ( !empty( $yit_options[ $current_tab ] ) && !empty( $option_id ) ) {
|
648 |
|
649 |
$tab_options = $yit_options[ $current_tab ];
|
650 |
foreach ( $tab_options as $key => $item ) {
|
plugin-fw/lib/yit-plugin-panel.php
CHANGED
@@ -132,7 +132,8 @@ if ( !class_exists( 'YIT_Plugin_Panel' ) ) {
|
|
132 |
global $pagenow, $post_type, $taxonomy;
|
133 |
$tabs = false;
|
134 |
|
135 |
-
if ( in_array( $pagenow, array( 'post.php', 'post-new.php', 'edit.php' ), true )
|
|
|
136 |
$tabs = $this->get_post_type_tabs( $post_type );
|
137 |
} else if ( in_array( $pagenow, array( 'edit-tags.php', 'term.php' ), true ) ) {
|
138 |
$tabs = $this->get_taxonomy_tabs( $taxonomy );
|
@@ -948,9 +949,9 @@ if ( !class_exists( 'YIT_Plugin_Panel' ) ) {
|
|
948 |
*/
|
949 |
function get_tab_title() {
|
950 |
$yit_options = $this->get_main_array_options();
|
951 |
-
$
|
952 |
|
953 |
-
foreach ( $yit_options[ $
|
954 |
foreach ( $data as $option ) {
|
955 |
if ( isset( $option[ 'type' ] ) && $option[ 'type' ] == 'title' ) {
|
956 |
return $option[ 'name' ];
|
@@ -971,9 +972,9 @@ if ( !class_exists( 'YIT_Plugin_Panel' ) ) {
|
|
971 |
*/
|
972 |
function get_section_title( $section ) {
|
973 |
$yit_options = $this->get_main_array_options();
|
974 |
-
$
|
975 |
|
976 |
-
foreach ( $yit_options[ $
|
977 |
if ( isset( $option[ 'type' ] ) && $option[ 'type' ] == 'section' ) {
|
978 |
return $option[ 'name' ];
|
979 |
}
|
@@ -992,9 +993,9 @@ if ( !class_exists( 'YIT_Plugin_Panel' ) ) {
|
|
992 |
*/
|
993 |
function get_section_description( $section ) {
|
994 |
$yit_options = $this->get_main_array_options();
|
995 |
-
$
|
996 |
|
997 |
-
foreach ( $yit_options[ $
|
998 |
if ( isset( $option[ 'type' ] ) && $option[ 'type' ] == 'section' && isset( $option[ 'desc' ] ) ) {
|
999 |
return '<p>' . $option[ 'desc' ] . '</p>';
|
1000 |
}
|
132 |
global $pagenow, $post_type, $taxonomy;
|
133 |
$tabs = false;
|
134 |
|
135 |
+
if ( in_array( $pagenow, array( 'post.php', 'post-new.php', 'edit.php' ), true )
|
136 |
+
&& !in_array( $post_type, array( 'product', 'page', 'post' ) ) ) {
|
137 |
$tabs = $this->get_post_type_tabs( $post_type );
|
138 |
} else if ( in_array( $pagenow, array( 'edit-tags.php', 'term.php' ), true ) ) {
|
139 |
$tabs = $this->get_taxonomy_tabs( $taxonomy );
|
949 |
*/
|
950 |
function get_tab_title() {
|
951 |
$yit_options = $this->get_main_array_options();
|
952 |
+
$option_key = $this->get_current_option_key();
|
953 |
|
954 |
+
foreach ( $yit_options[ $option_key ] as $sections => $data ) {
|
955 |
foreach ( $data as $option ) {
|
956 |
if ( isset( $option[ 'type' ] ) && $option[ 'type' ] == 'title' ) {
|
957 |
return $option[ 'name' ];
|
972 |
*/
|
973 |
function get_section_title( $section ) {
|
974 |
$yit_options = $this->get_main_array_options();
|
975 |
+
$option_key = $this->get_current_option_key();
|
976 |
|
977 |
+
foreach ( $yit_options[ $option_key ][ $section ] as $option ) {
|
978 |
if ( isset( $option[ 'type' ] ) && $option[ 'type' ] == 'section' ) {
|
979 |
return $option[ 'name' ];
|
980 |
}
|
993 |
*/
|
994 |
function get_section_description( $section ) {
|
995 |
$yit_options = $this->get_main_array_options();
|
996 |
+
$option_key = $this->get_current_option_key();
|
997 |
|
998 |
+
foreach ( $yit_options[ $option_key ][ $section ] as $option ) {
|
999 |
if ( isset( $option[ 'type' ] ) && $option[ 'type' ] == 'section' && isset( $option[ 'desc' ] ) ) {
|
1000 |
return '<p>' . $option[ 'desc' ] . '</p>';
|
1001 |
}
|
plugin-fw/lib/yit-pointers.php
CHANGED
@@ -65,7 +65,7 @@ if ( ! class_exists( 'YIT_Pointers' ) ) {
|
|
65 |
$this->_default_pointer['plugins'] = array(
|
66 |
'screen_id' => 'plugins',
|
67 |
'options' => array(
|
68 |
-
'content' => sprintf( '<h3> %s </h3> <p> %s </p> <p> %s <a href="
|
69 |
<a href="https://profiles.wordpress.org/yithemes/" target="_blank">Wordpress.org</a></p>',
|
70 |
__( 'Plugins Activated', 'yith-plugin-fw' ),
|
71 |
__( 'From now on, you can find all plugin options in YITH Plugins menu.
|
@@ -79,7 +79,7 @@ if ( ! class_exists( 'YIT_Pointers' ) ) {
|
|
79 |
$this->_default_pointer['update'] = array(
|
80 |
'screen_id' => 'update',
|
81 |
'options' => array(
|
82 |
-
'content' => sprintf( '<h3> %s </h3> <p> %s </p> <p> %s <a href="
|
83 |
<a href="https://profiles.wordpress.org/yithemes/" target="_blank">Wordpress.org</a></p>',
|
84 |
__( 'Plugins Upgraded', 'yith-plugin-fw' ),
|
85 |
__( 'From now on, you can find the option panel of YITH plugins in YITH Plugins menu.
|
65 |
$this->_default_pointer['plugins'] = array(
|
66 |
'screen_id' => 'plugins',
|
67 |
'options' => array(
|
68 |
+
'content' => sprintf( '<h3> %s </h3> <p> %s </p> <p> %s <a href="https://yithemes.com/product-category/plugins/" target="_blank">yithemes.com</a> %s
|
69 |
<a href="https://profiles.wordpress.org/yithemes/" target="_blank">Wordpress.org</a></p>',
|
70 |
__( 'Plugins Activated', 'yith-plugin-fw' ),
|
71 |
__( 'From now on, you can find all plugin options in YITH Plugins menu.
|
79 |
$this->_default_pointer['update'] = array(
|
80 |
'screen_id' => 'update',
|
81 |
'options' => array(
|
82 |
+
'content' => sprintf( '<h3> %s </h3> <p> %s </p> <p> %s <a href="https://yithemes.com/product-category/plugins/" target="_blank">yithemes.com</a> %s
|
83 |
<a href="https://profiles.wordpress.org/yithemes/" target="_blank">Wordpress.org</a></p>',
|
84 |
__( 'Plugins Upgraded', 'yith-plugin-fw' ),
|
85 |
__( 'From now on, you can find the option panel of YITH plugins in YITH Plugins menu.
|
plugin-fw/lib/yith-system-status.php
CHANGED
@@ -19,17 +19,12 @@ if ( ! class_exists( 'YITH_System_Status' ) ) {
|
|
19 |
* Setting Page to Manage Plugins
|
20 |
*
|
21 |
* @class YITH_System_Status
|
22 |
-
* @package YITH
|
23 |
* @since 1.0
|
24 |
* @author Alberto Ruggiero
|
|
|
25 |
*/
|
26 |
class YITH_System_Status {
|
27 |
|
28 |
-
/**
|
29 |
-
* @var array The settings require to add the submenu page "System Status"
|
30 |
-
*/
|
31 |
-
protected $_settings = array();
|
32 |
-
|
33 |
/**
|
34 |
* @var string the page slug
|
35 |
*/
|
@@ -48,16 +43,16 @@ if ( ! class_exists( 'YITH_System_Status' ) ) {
|
|
48 |
/**
|
49 |
* Single instance of the class
|
50 |
*
|
51 |
-
* @var \YITH_System_Status
|
52 |
* @since 1.0.0
|
|
|
53 |
*/
|
54 |
protected static $_instance = null;
|
55 |
|
56 |
/**
|
57 |
* Main plugin Instance
|
58 |
*
|
59 |
-
* @since 1.0.0
|
60 |
* @return YITH_System_Status
|
|
|
61 |
* @author Alberto Ruggiero
|
62 |
*/
|
63 |
public static function instance() {
|
@@ -71,8 +66,8 @@ if ( ! class_exists( 'YITH_System_Status' ) ) {
|
|
71 |
/**
|
72 |
* Constructor
|
73 |
*
|
74 |
-
* @since 1.0.0
|
75 |
* @return void
|
|
|
76 |
* @author Alberto Ruggiero
|
77 |
*/
|
78 |
public function __construct() {
|
@@ -89,16 +84,22 @@ if ( ! class_exists( 'YITH_System_Status' ) ) {
|
|
89 |
return;
|
90 |
}
|
91 |
|
92 |
-
|
93 |
-
|
|
|
|
|
|
|
94 |
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
|
|
|
|
|
|
102 |
|
103 |
$this->_requirement_labels = array(
|
104 |
'min_wp_version' => __( 'WordPress Version', 'yith-plugin-fw' ),
|
@@ -116,28 +117,33 @@ if ( ! class_exists( 'YITH_System_Status' ) ) {
|
|
116 |
'url_fopen_enabled' => __( 'URL FOpen', 'yith-plugin-fw' ),
|
117 |
);
|
118 |
|
119 |
-
add_action( 'admin_menu', array( $this, 'add_submenu_page' ), 99 );
|
120 |
-
add_action( 'admin_init', array( $this, 'check_system_status' ) );
|
121 |
-
add_action( 'admin_notices', array( $this, 'activate_system_notice' ), 15 );
|
122 |
-
add_action( 'admin_enqueue_scripts', array( $this, 'dismissable_notice' ), 20 );
|
123 |
-
|
124 |
-
|
125 |
}
|
126 |
|
127 |
/**
|
128 |
* Add "System Information" submenu page under YITH Plugins
|
129 |
*
|
130 |
-
* @since 1.0.0
|
131 |
* @return void
|
|
|
132 |
* @author Alberto Ruggiero
|
133 |
*/
|
134 |
public function add_submenu_page() {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
135 |
add_submenu_page(
|
136 |
-
$
|
137 |
-
$
|
138 |
-
$
|
139 |
-
$
|
140 |
-
$
|
141 |
array( $this, 'show_information_panel' )
|
142 |
);
|
143 |
}
|
@@ -145,8 +151,8 @@ if ( ! class_exists( 'YITH_System_Status' ) ) {
|
|
145 |
/**
|
146 |
* Add "System Information" page template under YITH Plugins
|
147 |
*
|
148 |
-
* @since 1.0.0
|
149 |
* @return void
|
|
|
150 |
* @author Alberto Ruggiero
|
151 |
*/
|
152 |
public function show_information_panel() {
|
@@ -161,8 +167,8 @@ if ( ! class_exists( 'YITH_System_Status' ) ) {
|
|
161 |
/**
|
162 |
* Perform system status check
|
163 |
*
|
164 |
-
* @since 1.0.0
|
165 |
* @return void
|
|
|
166 |
* @author Alberto Ruggiero
|
167 |
*/
|
168 |
public function check_system_status() {
|
@@ -231,12 +237,12 @@ if ( ! class_exists( 'YITH_System_Status' ) ) {
|
|
231 |
/**
|
232 |
* Handle plugin requirements
|
233 |
*
|
234 |
-
* @since 1.0.0
|
235 |
-
*
|
236 |
* @param $plugin_name string
|
237 |
* @param $requirements array
|
238 |
*
|
239 |
* @return void
|
|
|
|
|
240 |
* @author Alberto Ruggiero
|
241 |
*/
|
242 |
public function add_requirements( $plugin_name, $requirements ) {
|
@@ -255,8 +261,8 @@ if ( ! class_exists( 'YITH_System_Status' ) ) {
|
|
255 |
/**
|
256 |
* Manages notice dismissing
|
257 |
*
|
258 |
-
* @since 1.0.0
|
259 |
* @return void
|
|
|
260 |
* @author Alberto Ruggiero
|
261 |
*/
|
262 |
public function dismissable_notice() {
|
@@ -268,8 +274,8 @@ if ( ! class_exists( 'YITH_System_Status' ) ) {
|
|
268 |
/**
|
269 |
* Show system notice
|
270 |
*
|
271 |
-
* @since 1.0.0
|
272 |
* @return void
|
|
|
273 |
* @author Alberto Ruggiero
|
274 |
*/
|
275 |
public function activate_system_notice() {
|
@@ -300,8 +306,8 @@ if ( ! class_exists( 'YITH_System_Status' ) ) {
|
|
300 |
/**
|
301 |
* Get system information
|
302 |
*
|
303 |
-
* @since 1.0.0
|
304 |
* @return array
|
|
|
305 |
* @author Alberto Ruggiero
|
306 |
*/
|
307 |
public function get_system_info() {
|
@@ -357,11 +363,11 @@ if ( ! class_exists( 'YITH_System_Status' ) ) {
|
|
357 |
/**
|
358 |
* Convert site into number
|
359 |
*
|
360 |
-
* @since 1.0.0
|
361 |
-
*
|
362 |
* @param $memory_size string
|
363 |
*
|
364 |
* @return integer
|
|
|
|
|
365 |
* @author Alberto Ruggiero
|
366 |
*/
|
367 |
public function memory_size_to_num( $memory_size ) {
|
19 |
* Setting Page to Manage Plugins
|
20 |
*
|
21 |
* @class YITH_System_Status
|
|
|
22 |
* @since 1.0
|
23 |
* @author Alberto Ruggiero
|
24 |
+
* @package YITH
|
25 |
*/
|
26 |
class YITH_System_Status {
|
27 |
|
|
|
|
|
|
|
|
|
|
|
28 |
/**
|
29 |
* @var string the page slug
|
30 |
*/
|
43 |
/**
|
44 |
* Single instance of the class
|
45 |
*
|
|
|
46 |
* @since 1.0.0
|
47 |
+
* @var \YITH_System_Status
|
48 |
*/
|
49 |
protected static $_instance = null;
|
50 |
|
51 |
/**
|
52 |
* Main plugin Instance
|
53 |
*
|
|
|
54 |
* @return YITH_System_Status
|
55 |
+
* @since 1.0.0
|
56 |
* @author Alberto Ruggiero
|
57 |
*/
|
58 |
public static function instance() {
|
66 |
/**
|
67 |
* Constructor
|
68 |
*
|
|
|
69 |
* @return void
|
70 |
+
* @since 1.0.0
|
71 |
* @author Alberto Ruggiero
|
72 |
*/
|
73 |
public function __construct() {
|
84 |
return;
|
85 |
}
|
86 |
|
87 |
+
add_action( 'admin_menu', array( $this, 'add_submenu_page' ), 99 );
|
88 |
+
add_action( 'admin_init', array( $this, 'check_system_status' ) );
|
89 |
+
add_action( 'admin_notices', array( $this, 'activate_system_notice' ), 15 );
|
90 |
+
add_action( 'admin_enqueue_scripts', array( $this, 'dismissable_notice' ), 20 );
|
91 |
+
add_action( 'init', array( $this, 'set_requirements_labels' ) );
|
92 |
|
93 |
+
}
|
94 |
+
|
95 |
+
/**
|
96 |
+
* Set requirements labels
|
97 |
+
*
|
98 |
+
* @return void
|
99 |
+
* @since 1.0.0
|
100 |
+
* @author Alberto Ruggiero
|
101 |
+
*/
|
102 |
+
public function set_requirements_labels() {
|
103 |
|
104 |
$this->_requirement_labels = array(
|
105 |
'min_wp_version' => __( 'WordPress Version', 'yith-plugin-fw' ),
|
117 |
'url_fopen_enabled' => __( 'URL FOpen', 'yith-plugin-fw' ),
|
118 |
);
|
119 |
|
|
|
|
|
|
|
|
|
|
|
|
|
120 |
}
|
121 |
|
122 |
/**
|
123 |
* Add "System Information" submenu page under YITH Plugins
|
124 |
*
|
|
|
125 |
* @return void
|
126 |
+
* @since 1.0.0
|
127 |
* @author Alberto Ruggiero
|
128 |
*/
|
129 |
public function add_submenu_page() {
|
130 |
+
|
131 |
+
$system_info = get_option( 'yith_system_info', array() );
|
132 |
+
$error_notice = ( $system_info['errors'] === true ? ' <span class="yith-system-info-menu update-plugins">!</span>' : '' );
|
133 |
+
$settings = array(
|
134 |
+
'parent_page' => 'yith_plugin_panel',
|
135 |
+
'page_title' => __( 'System Status', 'yith-plugin-fw' ),
|
136 |
+
'menu_title' => __( 'System Status', 'yith-plugin-fw' ) . $error_notice,
|
137 |
+
'capability' => 'manage_options',
|
138 |
+
'page' => $this->_page,
|
139 |
+
);
|
140 |
+
|
141 |
add_submenu_page(
|
142 |
+
$settings['parent_page'],
|
143 |
+
$settings['page_title'],
|
144 |
+
$settings['menu_title'],
|
145 |
+
$settings['capability'],
|
146 |
+
$settings['page'],
|
147 |
array( $this, 'show_information_panel' )
|
148 |
);
|
149 |
}
|
151 |
/**
|
152 |
* Add "System Information" page template under YITH Plugins
|
153 |
*
|
|
|
154 |
* @return void
|
155 |
+
* @since 1.0.0
|
156 |
* @author Alberto Ruggiero
|
157 |
*/
|
158 |
public function show_information_panel() {
|
167 |
/**
|
168 |
* Perform system status check
|
169 |
*
|
|
|
170 |
* @return void
|
171 |
+
* @since 1.0.0
|
172 |
* @author Alberto Ruggiero
|
173 |
*/
|
174 |
public function check_system_status() {
|
237 |
/**
|
238 |
* Handle plugin requirements
|
239 |
*
|
|
|
|
|
240 |
* @param $plugin_name string
|
241 |
* @param $requirements array
|
242 |
*
|
243 |
* @return void
|
244 |
+
* @since 1.0.0
|
245 |
+
*
|
246 |
* @author Alberto Ruggiero
|
247 |
*/
|
248 |
public function add_requirements( $plugin_name, $requirements ) {
|
261 |
/**
|
262 |
* Manages notice dismissing
|
263 |
*
|
|
|
264 |
* @return void
|
265 |
+
* @since 1.0.0
|
266 |
* @author Alberto Ruggiero
|
267 |
*/
|
268 |
public function dismissable_notice() {
|
274 |
/**
|
275 |
* Show system notice
|
276 |
*
|
|
|
277 |
* @return void
|
278 |
+
* @since 1.0.0
|
279 |
* @author Alberto Ruggiero
|
280 |
*/
|
281 |
public function activate_system_notice() {
|
306 |
/**
|
307 |
* Get system information
|
308 |
*
|
|
|
309 |
* @return array
|
310 |
+
* @since 1.0.0
|
311 |
* @author Alberto Ruggiero
|
312 |
*/
|
313 |
public function get_system_info() {
|
363 |
/**
|
364 |
* Convert site into number
|
365 |
*
|
|
|
|
|
366 |
* @param $memory_size string
|
367 |
*
|
368 |
* @return integer
|
369 |
+
* @since 1.0.0
|
370 |
+
*
|
371 |
* @author Alberto Ruggiero
|
372 |
*/
|
373 |
public function memory_size_to_num( $memory_size ) {
|
plugin-fw/templates/fields/country-select.php
CHANGED
@@ -28,8 +28,7 @@ if ( strstr( $country_setting, ':' ) ) {
|
|
28 |
$countries = WC()->countries->get_countries();
|
29 |
$class = isset( $class ) ? $class : 'yith-plugin-fw-select';
|
30 |
?>
|
31 |
-
<select<?php echo $
|
32 |
-
id="<?php echo $id ?>"
|
33 |
name="<?php echo $name ?>" <?php echo isset( $std ) ? " data-std='{$std}'" : '' ?>
|
34 |
class="wc-enhanced-select <?php echo $class ?>"
|
35 |
<?php echo $placeholder ?>
|
28 |
$countries = WC()->countries->get_countries();
|
29 |
$class = isset( $class ) ? $class : 'yith-plugin-fw-select';
|
30 |
?>
|
31 |
+
<select id="<?php echo $id ?>"
|
|
|
32 |
name="<?php echo $name ?>" <?php echo isset( $std ) ? " data-std='{$std}'" : '' ?>
|
33 |
class="wc-enhanced-select <?php echo $class ?>"
|
34 |
<?php echo $placeholder ?>
|
plugin-fw/templates/fields/multi-colorpicker.php
CHANGED
@@ -23,9 +23,9 @@ $class = !empty( $class ) ? $class : 'yith-plugin-fw-multi-colorpicker';
|
|
23 |
<div class="<?php echo esc_attr( $class )?>" id="<?php echo esc_attr( $id ) ?>">
|
24 |
|
25 |
<?php
|
26 |
-
$items_to_process
|
27 |
-
|
28 |
-
for ( $i = 0; $i <
|
29 |
$items = $colorpickers[ $i ];
|
30 |
|
31 |
// make sure that we have at least one group
|
23 |
<div class="<?php echo esc_attr( $class )?>" id="<?php echo esc_attr( $id ) ?>">
|
24 |
|
25 |
<?php
|
26 |
+
$items_to_process = array();
|
27 |
+
$colorpickers_count = count( $colorpickers );
|
28 |
+
for ( $i = 0; $i < $colorpickers_count; $i++ ):
|
29 |
$items = $colorpickers[ $i ];
|
30 |
|
31 |
// make sure that we have at least one group
|
plugin-fw/templates/fields/multi-select.php
CHANGED
@@ -19,7 +19,8 @@ if ( empty( $selects ) ){
|
|
19 |
?>
|
20 |
<div class="yith-plugin-fw-multi-select" id="<?php echo esc_attr( $id ) ?>">
|
21 |
<?php
|
22 |
-
|
|
|
23 |
// open group
|
24 |
if( ( $i%2 ) == 0 ) : ?>
|
25 |
<div class="yith-select-group">
|
19 |
?>
|
20 |
<div class="yith-plugin-fw-multi-select" id="<?php echo esc_attr( $id ) ?>">
|
21 |
<?php
|
22 |
+
$selects_count = count( $selects );
|
23 |
+
for( $i = 0; $i < $selects_count; $i++ ) :
|
24 |
// open group
|
25 |
if( ( $i%2 ) == 0 ) : ?>
|
26 |
<div class="yith-select-group">
|
plugin-fw/templates/fields/onoff.php
CHANGED
@@ -20,7 +20,9 @@ extract( $field );
|
|
20 |
<?php checked( yith_plugin_fw_is_true( $value ) ) ?> class="on_off" <?php if ( isset( $std ) ) : ?>data-std="<?php echo $std ?>"<?php endif ?>
|
21 |
<?php echo $custom_attributes ?>
|
22 |
/>
|
23 |
-
<span class="yith-plugin-fw-onoff"
|
|
|
|
|
24 |
</div>
|
25 |
<?php
|
26 |
if ( isset( $field[ 'desc-inline' ] ) ) {
|
20 |
<?php checked( yith_plugin_fw_is_true( $value ) ) ?> class="on_off" <?php if ( isset( $std ) ) : ?>data-std="<?php echo $std ?>"<?php endif ?>
|
21 |
<?php echo $custom_attributes ?>
|
22 |
/>
|
23 |
+
<span class="yith-plugin-fw-onoff"
|
24 |
+
data-text-on="<?php echo esc_attr_x( 'ON', 'ON/OFF button: use MAX 3 characters!', 'yith-plugin-fw' ); ?>"
|
25 |
+
data-text-off="<?php echo esc_attr_x( 'OFF', 'ON/OFF button: use MAX 3 characters!', 'yith-plugin-fw' ); ?>"></span>
|
26 |
</div>
|
27 |
<?php
|
28 |
if ( isset( $field[ 'desc-inline' ] ) ) {
|
plugin-fw/templates/panel/panel-field-container.php
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* This file belongs to the YIT Plugin Framework.
|
4 |
-
*
|
5 |
* This source file is subject to the GNU GENERAL PUBLIC LICENSE (GPL 3.0)
|
6 |
* that is bundled with this package in the file LICENSE.txt.
|
7 |
* It is also available through the world-wide-web at this URL:
|
@@ -34,8 +33,11 @@ if ( !empty( $custom_attributes ) )
|
|
34 |
<div class="option">
|
35 |
<?php yith_plugin_fw_get_field( $field, true, false ); ?>
|
36 |
</div>
|
37 |
-
<span class="description"><?php echo $option[ 'desc' ] ?></span>
|
38 |
|
|
|
|
|
|
|
|
|
39 |
<div class="clear"></div>
|
40 |
</div>
|
41 |
|
1 |
<?php
|
2 |
/**
|
3 |
* This file belongs to the YIT Plugin Framework.
|
|
|
4 |
* This source file is subject to the GNU GENERAL PUBLIC LICENSE (GPL 3.0)
|
5 |
* that is bundled with this package in the file LICENSE.txt.
|
6 |
* It is also available through the world-wide-web at this URL:
|
33 |
<div class="option">
|
34 |
<?php yith_plugin_fw_get_field( $field, true, false ); ?>
|
35 |
</div>
|
|
|
36 |
|
37 |
+
<?php if ( !empty( $option[ 'desc' ] ) ): ?>
|
38 |
+
<span class="description"><?php echo $option[ 'desc' ] ?></span>
|
39 |
+
<?php endif; ?>
|
40 |
+
|
41 |
<div class="clear"></div>
|
42 |
</div>
|
43 |
|
plugin-fw/yit-functions.php
CHANGED
@@ -348,8 +348,10 @@ if ( !function_exists( 'yit_get_post_meta' ) ) {
|
|
348 |
|
349 |
$sub_meta = explode( '[', $meta );
|
350 |
|
351 |
-
$meta
|
352 |
-
|
|
|
|
|
353 |
$current_submeta = rtrim( $sub_meta[ $i ], ']' );
|
354 |
if ( !isset( $meta[ $current_submeta ] ) )
|
355 |
return false;
|
@@ -794,6 +796,25 @@ if ( !function_exists( 'yit_load_js_file' ) ) {
|
|
794 |
}
|
795 |
}
|
796 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
797 |
if ( !function_exists( 'yit_wpml_register_string' ) ) {
|
798 |
/**
|
799 |
* Register a string in wpml trnslation
|
348 |
|
349 |
$sub_meta = explode( '[', $meta );
|
350 |
|
351 |
+
$meta = get_post_meta( $id, current( $sub_meta ), true );
|
352 |
+
$sub_meta_count = count( $sub_meta );
|
353 |
+
|
354 |
+
for ( $i = 1; $i < $sub_meta_count; $i++ ) {
|
355 |
$current_submeta = rtrim( $sub_meta[ $i ], ']' );
|
356 |
if ( !isset( $meta[ $current_submeta ] ) )
|
357 |
return false;
|
796 |
}
|
797 |
}
|
798 |
|
799 |
+
if ( !function_exists( 'yit_load_css_file' ) ) {
|
800 |
+
/**
|
801 |
+
* Load .min.css file if WP_Debug is not defined
|
802 |
+
*
|
803 |
+
* @param string $filename The file name
|
804 |
+
* @return string The file path
|
805 |
+
* @since 2.0.0
|
806 |
+
* @author Alberto Ruggiero
|
807 |
+
*/
|
808 |
+
function yit_load_css_file( $filename ) {
|
809 |
+
|
810 |
+
if ( !( ( defined( 'WP_DEBUG' ) && WP_DEBUG ) || ( defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ) || isset( $_GET[ 'yith_script_debug' ] ) ) ) {
|
811 |
+
$filename = str_replace( '.css', '.min.css', $filename );
|
812 |
+
}
|
813 |
+
|
814 |
+
return $filename;
|
815 |
+
}
|
816 |
+
}
|
817 |
+
|
818 |
if ( !function_exists( 'yit_wpml_register_string' ) ) {
|
819 |
/**
|
820 |
* Register a string in wpml trnslation
|
templates/admin/premium.php
CHANGED
@@ -47,6 +47,7 @@
|
|
47 |
vertical-align: middle;
|
48 |
line-height: 25px;
|
49 |
border: none;
|
|
|
50 |
}
|
51 |
|
52 |
.section-title{
|
@@ -115,7 +116,7 @@
|
|
115 |
border-radius: 6px;
|
116 |
height: 60px;
|
117 |
float: right;
|
118 |
-
background: url(<?php echo YITH_WOOCOMPARE_URL
|
119 |
border-color: #ff643f;
|
120 |
box-shadow: none;
|
121 |
outline: none;
|
@@ -127,7 +128,7 @@
|
|
127 |
.premium-cta a.button:active,
|
128 |
.premium-cta a.button:focus{
|
129 |
color: #fff;
|
130 |
-
background: url(<?php echo YITH_WOOCOMPARE_URL
|
131 |
border-color: #971d00;
|
132 |
box-shadow: none;
|
133 |
outline: none;
|
@@ -152,40 +153,40 @@
|
|
152 |
}
|
153 |
|
154 |
.section.one{
|
155 |
-
background: url(<?php echo YITH_WOOCOMPARE_URL ?>assets/images/01-bg.png) no-repeat #fff; background-position: 85% 75%
|
156 |
}
|
157 |
.section.two{
|
158 |
-
background: url(<?php echo YITH_WOOCOMPARE_URL ?>assets/images/02-bg.png) no-repeat #f1f1f1; background-position: 15% 75%
|
159 |
}
|
160 |
.section.three{
|
161 |
-
background: url(<?php echo YITH_WOOCOMPARE_URL ?>assets/images/03-bg.png) no-repeat #fff; background-position: 85% 75%
|
162 |
}
|
163 |
.section.four{
|
164 |
-
background: url(<?php echo YITH_WOOCOMPARE_URL ?>assets/images/04-bg.png) no-repeat #f1f1f1; background-position: 15% 75%
|
165 |
}
|
166 |
.section.five{
|
167 |
-
background: url(<?php echo YITH_WOOCOMPARE_URL ?>assets/images/05-bg.png) no-repeat #fff; background-position: 85% 75%
|
168 |
}
|
169 |
.section.six{
|
170 |
-
background: url(<?php echo YITH_WOOCOMPARE_URL ?>assets/images/06-bg.png) no-repeat #f1f1f1; background-position: 15% 75%
|
171 |
}
|
172 |
.section.seven{
|
173 |
-
background: url(<?php echo YITH_WOOCOMPARE_URL ?>assets/images/07-bg.png) no-repeat #fff; background-position: 85% 75%
|
174 |
}
|
175 |
.section.eight{
|
176 |
-
background: url(<?php echo YITH_WOOCOMPARE_URL ?>assets/images/08-bg.png) no-repeat #f1f1f1; background-position: 15% 75%
|
177 |
}
|
178 |
.section.nine{
|
179 |
-
background: url(<?php echo YITH_WOOCOMPARE_URL ?>assets/images/09-bg.png) no-repeat #fff; background-position: 15% 75%
|
180 |
}
|
181 |
.section.ten{
|
182 |
-
background: url(<?php echo YITH_WOOCOMPARE_URL ?>assets/images/10-bg.png) no-repeat #f1f1f1; background-position: 15% 75%
|
183 |
}
|
184 |
.section.eleven{
|
185 |
-
background: url(<?php echo YITH_WOOCOMPARE_URL ?>assets/images/11-bg.png) no-repeat #fff; background-position: 85% 75%
|
186 |
}
|
187 |
.section.twelve{
|
188 |
-
background: url(<?php echo YITH_WOOCOMPARE_URL ?>assets/images/12-bg.png) no-repeat #f1f1f1; background-position: 15% 75%
|
189 |
}
|
190 |
|
191 |
@media (max-width: 768px) {
|
@@ -238,28 +239,28 @@
|
|
238 |
<div class="landing-container">
|
239 |
<div class="premium-cta">
|
240 |
<p>
|
241 |
-
<?php echo sprintf(
|
242 |
</p>
|
243 |
-
<a href="<?php echo $this->get_premium_landing_uri() ?>" target="_blank" class="premium-cta-button button btn">
|
244 |
-
<span class="highlight"><?php
|
245 |
-
<span><?php
|
246 |
</a>
|
247 |
</div>
|
248 |
</div>
|
249 |
</div>
|
250 |
<div class="one section section-even clear">
|
251 |
-
<h1><?php
|
252 |
<div class="landing-container">
|
253 |
<div class="col-1">
|
254 |
-
<img src="<?php echo YITH_WOOCOMPARE_URL ?>assets/images/01.png" alt="Dedicated Page" />
|
255 |
</div>
|
256 |
<div class="col-2">
|
257 |
<div class="section-title">
|
258 |
-
<img src="<?php echo YITH_WOOCOMPARE_URL ?>assets/images/01-icon.png" alt="icon 01"/>
|
259 |
-
<h2><?php
|
260 |
</div>
|
261 |
<p>
|
262 |
-
<?php echo sprintf(
|
263 |
</p>
|
264 |
</div>
|
265 |
</div>
|
@@ -268,30 +269,30 @@
|
|
268 |
<div class="landing-container">
|
269 |
<div class="col-2">
|
270 |
<div class="section-title">
|
271 |
-
<img src="<?php echo YITH_WOOCOMPARE_URL ?>assets/images/02-icon.png" alt="icon 02" />
|
272 |
-
<h2><?php
|
273 |
</div>
|
274 |
<p>
|
275 |
-
<?php echo sprintf(
|
276 |
</p>
|
277 |
</div>
|
278 |
<div class="col-1">
|
279 |
-
<img src="<?php echo YITH_WOOCOMPARE_URL ?>assets/images/02.png" alt="CATEGORY COMPARATION" />
|
280 |
</div>
|
281 |
</div>
|
282 |
</div>
|
283 |
<div class="three section section-even clear">
|
284 |
<div class="landing-container">
|
285 |
<div class="col-1">
|
286 |
-
<img src="<?php echo YITH_WOOCOMPARE_URL ?>assets/images/03.png" alt="Category esclusion" />
|
287 |
</div>
|
288 |
<div class="col-2">
|
289 |
<div class="section-title">
|
290 |
-
<img src="<?php echo YITH_WOOCOMPARE_URL ?>assets/images/03-icon.png" alt="icon 03" />
|
291 |
-
<h2><?php
|
292 |
</div>
|
293 |
<p>
|
294 |
-
<?php echo sprintf(
|
295 |
</p>
|
296 |
</div>
|
297 |
</div>
|
@@ -300,30 +301,30 @@
|
|
300 |
<div class="landing-container">
|
301 |
<div class="col-2">
|
302 |
<div class="section-title">
|
303 |
-
<img src="<?php echo YITH_WOOCOMPARE_URL ?>assets/images/04-icon.png" alt="icon 04" />
|
304 |
-
<h2><?php
|
305 |
</div>
|
306 |
<p>
|
307 |
-
<?php echo sprintf(
|
308 |
</p>
|
309 |
</div>
|
310 |
<div class="col-1">
|
311 |
-
<img src="<?php echo YITH_WOOCOMPARE_URL ?>assets/images/04.png" alt="Shortcode" />
|
312 |
</div>
|
313 |
</div>
|
314 |
</div>
|
315 |
<div class="five section section-even clear">
|
316 |
<div class="landing-container">
|
317 |
<div class="col-1">
|
318 |
-
<img src="<?php echo YITH_WOOCOMPARE_URL ?>assets/images/05.png" alt="Dynamic fields" />
|
319 |
</div>
|
320 |
<div class="col-2">
|
321 |
<div class="section-title">
|
322 |
-
<img src="<?php echo YITH_WOOCOMPARE_URL?>assets/images/05-icon.png" alt="icon 05" />
|
323 |
-
<h2><?php
|
324 |
</div>
|
325 |
<p>
|
326 |
-
<?php echo sprintf(
|
327 |
</p>
|
328 |
</div>
|
329 |
</div>
|
@@ -332,30 +333,30 @@
|
|
332 |
<div class="landing-container">
|
333 |
<div class="col-2">
|
334 |
<div class="section-title">
|
335 |
-
<img src="<?php echo YITH_WOOCOMPARE_URL ?>assets/images/06-icon.png" alt="icon 06" />
|
336 |
-
<h2><?php
|
337 |
</div>
|
338 |
<p>
|
339 |
-
<?php echo sprintf(
|
340 |
</p>
|
341 |
</div>
|
342 |
<div class="col-1">
|
343 |
-
<img src="<?php echo YITH_WOOCOMPARE_URL ?>assets/images/06.png" alt="Social networks" />
|
344 |
</div>
|
345 |
</div>
|
346 |
</div>
|
347 |
<div class="seven section section-even clear">
|
348 |
<div class="landing-container">
|
349 |
<div class="col-1">
|
350 |
-
<img src="<?php echo YITH_WOOCOMPARE_URL ?>assets/images/07.png" alt="Related products" />
|
351 |
</div>
|
352 |
<div class="col-2">
|
353 |
<div class="section-title">
|
354 |
-
<img src="<?php echo YITH_WOOCOMPARE_URL?>assets/images/07-icon.png" alt="icon 05" />
|
355 |
-
<h2><?php
|
356 |
</div>
|
357 |
<p>
|
358 |
-
<?php echo sprintf(
|
359 |
</p>
|
360 |
</div>
|
361 |
</div>
|
@@ -364,30 +365,30 @@
|
|
364 |
<div class="landing-container">
|
365 |
<div class="col-2">
|
366 |
<div class="section-title">
|
367 |
-
<img src="<?php echo YITH_WOOCOMPARE_URL ?>assets/images/08-icon.png" alt="icon 06" />
|
368 |
-
<h2><?php
|
369 |
</div>
|
370 |
<p>
|
371 |
-
<?php echo sprintf(
|
372 |
</p>
|
373 |
</div>
|
374 |
<div class="col-1">
|
375 |
-
<img src="<?php echo YITH_WOOCOMPARE_URL ?>assets/images/08.png" alt="Social networks" />
|
376 |
</div>
|
377 |
</div>
|
378 |
</div>
|
379 |
<div class="nine section section-even clear">
|
380 |
<div class="landing-container">
|
381 |
<div class="col-1">
|
382 |
-
<img src="<?php echo YITH_WOOCOMPARE_URL ?>assets/images/09.png" alt="Related products" />
|
383 |
</div>
|
384 |
<div class="col-2">
|
385 |
<div class="section-title">
|
386 |
-
<img src="<?php echo YITH_WOOCOMPARE_URL?>assets/images/09-icon.png" alt="icon 09" />
|
387 |
-
<h2><?php
|
388 |
</div>
|
389 |
<p>
|
390 |
-
<?php echo sprintf(
|
391 |
</p>
|
392 |
</div>
|
393 |
</div>
|
@@ -396,30 +397,30 @@
|
|
396 |
<div class="landing-container">
|
397 |
<div class="col-2">
|
398 |
<div class="section-title">
|
399 |
-
<img src="<?php echo YITH_WOOCOMPARE_URL ?>assets/images/10-icon.png" alt="icon 10" />
|
400 |
-
<h2><?php
|
401 |
</div>
|
402 |
<p>
|
403 |
-
<?php echo sprintf(
|
404 |
</p>
|
405 |
</div>
|
406 |
<div class="col-1">
|
407 |
-
<img src="<?php echo YITH_WOOCOMPARE_URL ?>assets/images/10.png" alt="Social networks" />
|
408 |
</div>
|
409 |
</div>
|
410 |
</div>
|
411 |
<div class="eleven section section-even clear">
|
412 |
<div class="landing-container">
|
413 |
<div class="col-1">
|
414 |
-
<img src="<?php echo YITH_WOOCOMPARE_URL ?>assets/images/11.png" alt="Widget" />
|
415 |
</div>
|
416 |
<div class="col-2">
|
417 |
<div class="section-title">
|
418 |
-
<img src="<?php echo YITH_WOOCOMPARE_URL?>assets/images/11-icon.png" alt="icon 11" />
|
419 |
-
<h2><?php
|
420 |
</div>
|
421 |
<p>
|
422 |
-
<?php echo sprintf(
|
423 |
</p>
|
424 |
</div>
|
425 |
</div>
|
@@ -428,15 +429,15 @@
|
|
428 |
<div class="landing-container">
|
429 |
<div class="col-2">
|
430 |
<div class="section-title">
|
431 |
-
<img src="<?php echo YITH_WOOCOMPARE_URL ?>assets/images/12-icon.png" alt="icon 12" />
|
432 |
-
<h2><?php
|
433 |
</div>
|
434 |
<p>
|
435 |
-
<?php echo sprintf(
|
436 |
</p>
|
437 |
</div>
|
438 |
<div class="col-1">
|
439 |
-
<img src="<?php echo YITH_WOOCOMPARE_URL ?>assets/images/12.png" alt="Social networks" />
|
440 |
</div>
|
441 |
</div>
|
442 |
</div>
|
@@ -444,11 +445,11 @@
|
|
444 |
<div class="landing-container">
|
445 |
<div class="premium-cta">
|
446 |
<p>
|
447 |
-
<?php echo sprintf(
|
448 |
</p>
|
449 |
-
<a href="<?php echo $this->get_premium_landing_uri() ?>" target="_blank" class="premium-cta-button button btn">
|
450 |
-
<span class="highlight"><?php
|
451 |
-
<span><?php
|
452 |
</a>
|
453 |
</div>
|
454 |
</div>
|
47 |
vertical-align: middle;
|
48 |
line-height: 25px;
|
49 |
border: none;
|
50 |
+
background: transparent;
|
51 |
}
|
52 |
|
53 |
.section-title{
|
116 |
border-radius: 6px;
|
117 |
height: 60px;
|
118 |
float: right;
|
119 |
+
background: url(<?php echo esc_attr( esc_attr( YITH_WOOCOMPARE_URL ) );?>assets/images/upgrade.png) #ff643f no-repeat 13px 13px;
|
120 |
border-color: #ff643f;
|
121 |
box-shadow: none;
|
122 |
outline: none;
|
128 |
.premium-cta a.button:active,
|
129 |
.premium-cta a.button:focus{
|
130 |
color: #fff;
|
131 |
+
background: url(<?php echo esc_attr( esc_attr( YITH_WOOCOMPARE_URL ) );?>assets/images/upgrade.png) #971d00 no-repeat 13px 13px;
|
132 |
border-color: #971d00;
|
133 |
box-shadow: none;
|
134 |
outline: none;
|
153 |
}
|
154 |
|
155 |
.section.one{
|
156 |
+
background: url(<?php echo esc_attr( YITH_WOOCOMPARE_URL ) ?>assets/images/01-bg.png) no-repeat #fff; background-position: 85% 75%
|
157 |
}
|
158 |
.section.two{
|
159 |
+
background: url(<?php echo esc_attr( YITH_WOOCOMPARE_URL ) ?>assets/images/02-bg.png) no-repeat #f1f1f1; background-position: 15% 75%
|
160 |
}
|
161 |
.section.three{
|
162 |
+
background: url(<?php echo esc_attr( YITH_WOOCOMPARE_URL ) ?>assets/images/03-bg.png) no-repeat #fff; background-position: 85% 75%
|
163 |
}
|
164 |
.section.four{
|
165 |
+
background: url(<?php echo esc_attr( YITH_WOOCOMPARE_URL ) ?>assets/images/04-bg.png) no-repeat #f1f1f1; background-position: 15% 75%
|
166 |
}
|
167 |
.section.five{
|
168 |
+
background: url(<?php echo esc_attr( YITH_WOOCOMPARE_URL ) ?>assets/images/05-bg.png) no-repeat #fff; background-position: 85% 75%
|
169 |
}
|
170 |
.section.six{
|
171 |
+
background: url(<?php echo esc_attr( YITH_WOOCOMPARE_URL ) ?>assets/images/06-bg.png) no-repeat #f1f1f1; background-position: 15% 75%
|
172 |
}
|
173 |
.section.seven{
|
174 |
+
background: url(<?php echo esc_attr( YITH_WOOCOMPARE_URL ) ?>assets/images/07-bg.png) no-repeat #fff; background-position: 85% 75%
|
175 |
}
|
176 |
.section.eight{
|
177 |
+
background: url(<?php echo esc_attr( YITH_WOOCOMPARE_URL ) ?>assets/images/08-bg.png) no-repeat #f1f1f1; background-position: 15% 75%
|
178 |
}
|
179 |
.section.nine{
|
180 |
+
background: url(<?php echo esc_attr( YITH_WOOCOMPARE_URL ) ?>assets/images/09-bg.png) no-repeat #fff; background-position: 15% 75%
|
181 |
}
|
182 |
.section.ten{
|
183 |
+
background: url(<?php echo esc_attr( YITH_WOOCOMPARE_URL ) ?>assets/images/10-bg.png) no-repeat #f1f1f1; background-position: 15% 75%
|
184 |
}
|
185 |
.section.eleven{
|
186 |
+
background: url(<?php echo esc_attr( YITH_WOOCOMPARE_URL ) ?>assets/images/11-bg.png) no-repeat #fff; background-position: 85% 75%
|
187 |
}
|
188 |
.section.twelve{
|
189 |
+
background: url(<?php echo esc_attr( YITH_WOOCOMPARE_URL ) ?>assets/images/12-bg.png) no-repeat #f1f1f1; background-position: 15% 75%
|
190 |
}
|
191 |
|
192 |
@media (max-width: 768px) {
|
239 |
<div class="landing-container">
|
240 |
<div class="premium-cta">
|
241 |
<p>
|
242 |
+
<?php echo sprintf( esc_html__('Upgrade to %1$spremium version%2$s of %1$sYITH WooCommerce Compare%2$s to benefit from all features!','yith-woocommerce-compare' ),'<span class="highlight">','</span>' );?>
|
243 |
</p>
|
244 |
+
<a href="<?php echo esc_attr( $this->get_premium_landing_uri() ); ?>" target="_blank" class="premium-cta-button button btn">
|
245 |
+
<span class="highlight"><?php esc_html_e('UPGRADE','yith-woocommerce-compare' ); ?></span>
|
246 |
+
<span><?php esc_html_e('to the premium version','yith-woocommerce-compare' ); ?></span>
|
247 |
</a>
|
248 |
</div>
|
249 |
</div>
|
250 |
</div>
|
251 |
<div class="one section section-even clear">
|
252 |
+
<h1><?php esc_html_e('Premium Features','yith-woocommerce-compare');?></h1>
|
253 |
<div class="landing-container">
|
254 |
<div class="col-1">
|
255 |
+
<img src="<?php echo esc_attr( YITH_WOOCOMPARE_URL ) ?>assets/images/01.png" alt="Dedicated Page" />
|
256 |
</div>
|
257 |
<div class="col-2">
|
258 |
<div class="section-title">
|
259 |
+
<img src="<?php echo esc_attr( YITH_WOOCOMPARE_URL ) ?>assets/images/01-icon.png" alt="icon 01"/>
|
260 |
+
<h2><?php esc_html_e('A DEDICATED PAGE','yith-woocommerce-compare' ); ?></h2>
|
261 |
</div>
|
262 |
<p>
|
263 |
+
<?php echo sprintf( esc_html__('Don\'t you want to compare your products in a modal window anymore?%3$sWith the premium version of %1$sYITH WooCommerce Compare%2$s, a new page will be created automatically in your site and, adding it among the menu entries, you will be able to give to your users the chance to access it easily whenever they want.', 'yith-woocommerce-compare'), '<b>', '</b>','<br>');?>
|
264 |
</p>
|
265 |
</div>
|
266 |
</div>
|
269 |
<div class="landing-container">
|
270 |
<div class="col-2">
|
271 |
<div class="section-title">
|
272 |
+
<img src="<?php echo esc_attr( YITH_WOOCOMPARE_URL ) ?>assets/images/02-icon.png" alt="icon 02" />
|
273 |
+
<h2><?php esc_html_e('CATEGORY COMPARATION','yith-woocommerce-compare');?></h2>
|
274 |
</div>
|
275 |
<p>
|
276 |
+
<?php echo sprintf( esc_html__( 'People are often confused by finding products of different categories in the comparison table, creating difficulties in comparing the products they are interested into.The %1$s"Compare by category"%2$s option exists for this need: you will be able to separate the products in the table by category affinity.', 'yith-woocommerce-compare'), '<b>', '</b>');?>
|
277 |
</p>
|
278 |
</div>
|
279 |
<div class="col-1">
|
280 |
+
<img src="<?php echo esc_attr( YITH_WOOCOMPARE_URL ) ?>assets/images/02.png" alt="CATEGORY COMPARATION" />
|
281 |
</div>
|
282 |
</div>
|
283 |
</div>
|
284 |
<div class="three section section-even clear">
|
285 |
<div class="landing-container">
|
286 |
<div class="col-1">
|
287 |
+
<img src="<?php echo esc_attr( YITH_WOOCOMPARE_URL ) ?>assets/images/03.png" alt="Category esclusion" />
|
288 |
</div>
|
289 |
<div class="col-2">
|
290 |
<div class="section-title">
|
291 |
+
<img src="<?php echo esc_attr( YITH_WOOCOMPARE_URL ) ?>assets/images/03-icon.png" alt="icon 03" />
|
292 |
+
<h2><?php esc_html_e( 'CATEGORY EXCLUSION ','yith-woocommerce-compare');?></h2>
|
293 |
</div>
|
294 |
<p>
|
295 |
+
<?php echo sprintf(esc_html__('In your shop there may be product categories you don\'t want to be affected by the plugin features, deleting the comparison button for them. The premium version of the plugin offers this too.%3$sAnd there\'s more! Activating the %1$s"Reverse exclusion list"%2$s option, you can also invert the behavior of the feature, allowing the comparison only to those products of the selected categories.', 'yith-woocommerce-compare' ), '<b>', '</b>','<br>');?>
|
296 |
</p>
|
297 |
</div>
|
298 |
</div>
|
301 |
<div class="landing-container">
|
302 |
<div class="col-2">
|
303 |
<div class="section-title">
|
304 |
+
<img src="<?php echo esc_attr( YITH_WOOCOMPARE_URL ) ?>assets/images/04-icon.png" alt="icon 04" />
|
305 |
+
<h2><?php esc_html_e('TABLE IMAGE','yith-woocommerce-compare');?></h2>
|
306 |
</div>
|
307 |
<p>
|
308 |
+
<?php echo sprintf(esc_html__('Give a personal touch to the %1$scomparison table%2$s your users will see. Select an image, upload it from the option panel and show it ahead of the table to your users. ', 'yith-woocommerce-compare'), '<b>', '</b>');?>
|
309 |
</p>
|
310 |
</div>
|
311 |
<div class="col-1">
|
312 |
+
<img src="<?php echo esc_attr( YITH_WOOCOMPARE_URL ) ?>assets/images/04.png" alt="Shortcode" />
|
313 |
</div>
|
314 |
</div>
|
315 |
</div>
|
316 |
<div class="five section section-even clear">
|
317 |
<div class="landing-container">
|
318 |
<div class="col-1">
|
319 |
+
<img src="<?php echo esc_attr( YITH_WOOCOMPARE_URL ) ?>assets/images/05.png" alt="Dynamic fields" />
|
320 |
</div>
|
321 |
<div class="col-2">
|
322 |
<div class="section-title">
|
323 |
+
<img src="<?php echo esc_attr( YITH_WOOCOMPARE_URL )?>assets/images/05-icon.png" alt="icon 05" />
|
324 |
+
<h2><?php esc_html_e('DYNAMIC FIELDS','yith-woocommerce-compare');?></h2>
|
325 |
</div>
|
326 |
<p>
|
327 |
+
<?php echo sprintf( esc_html__('With this precious feature, you will be able to show in the table only the fields that have information in at least one of the selected products.%3$sActivate the %1$s"Dynamic Attribute fields"%2$s option and there will be no more empty lines in your comparison table.','yith-woocommerce-compare'),'<b>','</b>','<br>'); ?>
|
328 |
</p>
|
329 |
</div>
|
330 |
</div>
|
333 |
<div class="landing-container">
|
334 |
<div class="col-2">
|
335 |
<div class="section-title">
|
336 |
+
<img src="<?php echo esc_attr( YITH_WOOCOMPARE_URL ) ?>assets/images/06-icon.png" alt="icon 06" />
|
337 |
+
<h2><?php esc_html_e('SOCIAL NETWORK SHARING','yith-woocommerce-compare');?></h2>
|
338 |
</div>
|
339 |
<p>
|
340 |
+
<?php echo sprintf( esc_html__( 'One of the most appealing features of the premium version of the plugin.Four social network sites for your users (Facebook, Twitter, Google + and Pinterest) and the email system %1$sto share%2$s the comparison table of the products they have selected.','yith-woocommerce-compare' ),'<b>','</b>' ) ?>
|
341 |
</p>
|
342 |
</div>
|
343 |
<div class="col-1">
|
344 |
+
<img src="<?php echo esc_attr( YITH_WOOCOMPARE_URL ) ?>assets/images/06.png" alt="Social networks" />
|
345 |
</div>
|
346 |
</div>
|
347 |
</div>
|
348 |
<div class="seven section section-even clear">
|
349 |
<div class="landing-container">
|
350 |
<div class="col-1">
|
351 |
+
<img src="<?php echo esc_attr( YITH_WOOCOMPARE_URL ) ?>assets/images/07.png" alt="Related products" />
|
352 |
</div>
|
353 |
<div class="col-2">
|
354 |
<div class="section-title">
|
355 |
+
<img src="<?php echo esc_attr( YITH_WOOCOMPARE_URL )?>assets/images/07-icon.png" alt="icon 05" />
|
356 |
+
<h2><?php esc_html_e('RELATED PRODUCTS','yith-woocommerce-compare');?></h2>
|
357 |
</div>
|
358 |
<p>
|
359 |
+
<?php echo sprintf( esc_html__('All the products that have common categories and/or tags with those in the comparison table will be showed in a slider, right under the comparison table.%3$sA completely %1$s"touch friendly"%2$s slider to encourage your users to discover the shop products of the shop related to those they are interested into.','yith-woocommerce-compare'),'<b>','</b>','<br>'); ?>
|
360 |
</p>
|
361 |
</div>
|
362 |
</div>
|
365 |
<div class="landing-container">
|
366 |
<div class="col-2">
|
367 |
<div class="section-title">
|
368 |
+
<img src="<?php echo esc_attr( YITH_WOOCOMPARE_URL ) ?>assets/images/08-icon.png" alt="icon 06" />
|
369 |
+
<h2><?php esc_html_e('CUSTOMIZABLE STYLE','yith-woocommerce-compare');?></h2>
|
370 |
</div>
|
371 |
<p>
|
372 |
+
<?php echo sprintf( esc_html__( 'An advanced option panel that let you change all the colors of the plugin, so that you can adapt stylistically all its elements %1$sto the layout%2$s of your shop.We know it, looks also count... and we give you the right tools to get to the best result.','yith-woocommerce-compare' ),'<b>','</b>' ) ?>
|
373 |
</p>
|
374 |
</div>
|
375 |
<div class="col-1">
|
376 |
+
<img src="<?php echo esc_attr( YITH_WOOCOMPARE_URL ) ?>assets/images/08.png" alt="Social networks" />
|
377 |
</div>
|
378 |
</div>
|
379 |
</div>
|
380 |
<div class="nine section section-even clear">
|
381 |
<div class="landing-container">
|
382 |
<div class="col-1">
|
383 |
+
<img src="<?php echo esc_attr( YITH_WOOCOMPARE_URL ) ?>assets/images/09.png" alt="Related products" />
|
384 |
</div>
|
385 |
<div class="col-2">
|
386 |
<div class="section-title">
|
387 |
+
<img src="<?php echo esc_attr( YITH_WOOCOMPARE_URL )?>assets/images/09-icon.png" alt="icon 09" />
|
388 |
+
<h2><?php esc_html_e('CUSTOMIZED ATTRIBUTES','yith-woocommerce-compare');?></h2>
|
389 |
</div>
|
390 |
<p>
|
391 |
+
<?php echo sprintf( esc_html__('Let you users compare products following every feature, and considering also all those %1$sattributes%2$s that can be manually created in within the product detail page. Every single detail will be included.','yith-woocommerce-compare'),'<b>','</b>'); ?>
|
392 |
</p>
|
393 |
</div>
|
394 |
</div>
|
397 |
<div class="landing-container">
|
398 |
<div class="col-2">
|
399 |
<div class="section-title">
|
400 |
+
<img src="<?php echo esc_attr( YITH_WOOCOMPARE_URL ) ?>assets/images/10-icon.png" alt="icon 10" />
|
401 |
+
<h2><?php esc_html_e('A TAILORED TABLE','yith-woocommerce-compare');?></h2>
|
402 |
</div>
|
403 |
<p>
|
404 |
+
<?php echo sprintf( esc_html__( 'Select the products you want to compare and the system will offer you the %1$sshortcode%2$s to generate a comparing table. Simple, rapid and useful.','yith-woocommerce-compare' ),'<b>','</b>' ) ?>
|
405 |
</p>
|
406 |
</div>
|
407 |
<div class="col-1">
|
408 |
+
<img src="<?php echo esc_attr( YITH_WOOCOMPARE_URL ) ?>assets/images/10.png" alt="Social networks" />
|
409 |
</div>
|
410 |
</div>
|
411 |
</div>
|
412 |
<div class="eleven section section-even clear">
|
413 |
<div class="landing-container">
|
414 |
<div class="col-1">
|
415 |
+
<img src="<?php echo esc_attr( YITH_WOOCOMPARE_URL ) ?>assets/images/11.png" alt="Widget" />
|
416 |
</div>
|
417 |
<div class="col-2">
|
418 |
<div class="section-title">
|
419 |
+
<img src="<?php echo esc_attr( YITH_WOOCOMPARE_URL )?>assets/images/11-icon.png" alt="icon 11" />
|
420 |
+
<h2><?php esc_html_e('Compare list - widget','yith-woocommerce-compare');?></h2>
|
421 |
</div>
|
422 |
<p>
|
423 |
+
<?php echo sprintf( esc_html__('Thanks to YITH WooCommerce Comapre Widget users could verify at any time the complete list of products added to the compare tab and avoid to open the popup to check its existence. ','yith-woocommerce-compare'),'<b>','</b>'); ?>
|
424 |
</p>
|
425 |
</div>
|
426 |
</div>
|
429 |
<div class="landing-container">
|
430 |
<div class="col-2">
|
431 |
<div class="section-title">
|
432 |
+
<img src="<?php echo esc_attr( YITH_WOOCOMPARE_URL ) ?>assets/images/12-icon.png" alt="icon 12" />
|
433 |
+
<h2><?php esc_html_e('Compare counter - widget and shortcode','yith-woocommerce-compare');?></h2>
|
434 |
</div>
|
435 |
<p>
|
436 |
+
<?php echo sprintf( esc_html__( 'Moreover, if you want to give your users the chance to see in a glance how many products they have added to the Compare list, feel free to use the widget or the shortcode included. And their Compare list is always no more than one click away.','yith-woocommerce-compare' ),'<b>','</b>' ) ?>
|
437 |
</p>
|
438 |
</div>
|
439 |
<div class="col-1">
|
440 |
+
<img src="<?php echo esc_attr( YITH_WOOCOMPARE_URL ) ?>assets/images/12.png" alt="Social networks" />
|
441 |
</div>
|
442 |
</div>
|
443 |
</div>
|
445 |
<div class="landing-container">
|
446 |
<div class="premium-cta">
|
447 |
<p>
|
448 |
+
<?php echo sprintf( esc_html__('Upgrade to %1$spremium version%2$s of %1$sYITH WooCommerce Compare%2$s to benefit from all features!','yith-woocommerce-compare'),'<span class="highlight">','</span>' );?>
|
449 |
</p>
|
450 |
+
<a href="<?php echo esc_attr( $this->get_premium_landing_uri() ); ?>" target="_blank" class="premium-cta-button button btn">
|
451 |
+
<span class="highlight"><?php esc_html_e('UPGRADE','yith-woocommerce-compare');?></span>
|
452 |
+
<span><?php esc_html_e('to the premium version','yith-woocommerce-compare');?></span>
|
453 |
</a>
|
454 |
</div>
|
455 |
</div>
|
templates/compare.php
CHANGED
@@ -8,20 +8,20 @@
|
|
8 |
*/
|
9 |
|
10 |
// remove the style of woocommerce
|
11 |
-
if(
|
12 |
|
13 |
-
$is_iframe = (bool)(
|
14 |
|
15 |
-
wp_enqueue_script(
|
16 |
-
wp_enqueue_script(
|
17 |
-
wp_enqueue_script(
|
18 |
|
19 |
$widths = array();
|
20 |
-
foreach(
|
21 |
|
22 |
-
$table_text = get_option(
|
23 |
-
do_action
|
24 |
-
$localized_table_text = apply_filters
|
25 |
|
26 |
?><!DOCTYPE html>
|
27 |
<!--[if IE 6]>
|
@@ -45,23 +45,23 @@ $localized_table_text = apply_filters ( 'wpml_translate_single_string', $table_t
|
|
45 |
|
46 |
<!-- START HEAD -->
|
47 |
<head>
|
48 |
-
<meta charset="<?php bloginfo(
|
49 |
-
<meta name="viewport" content="width=device-width"
|
50 |
-
<title><?php
|
51 |
-
<link rel="profile" href="http://gmpg.org/xfn/11"
|
52 |
|
53 |
<?php wp_head() ?>
|
54 |
|
55 |
-
<?php do_action(
|
56 |
-
|
57 |
-
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800"
|
58 |
-
<link rel="stylesheet" href="<?php echo YITH_WOOCOMPARE_URL ?>assets/css/colorbox.css"/>
|
59 |
-
<link rel="stylesheet" href="<?php echo YITH_WOOCOMPARE_URL ?>assets/css/jquery.dataTables.css"/>
|
60 |
-
<link rel="stylesheet" href="<?php echo $this->stylesheet_url() ?>" type="text/css"
|
61 |
|
62 |
<style type="text/css">
|
63 |
body.loading {
|
64 |
-
background: url("<?php echo YITH_WOOCOMPARE_URL ?>assets/images/colorbox/loading.gif") no-repeat scroll center center transparent;
|
65 |
}
|
66 |
</style>
|
67 |
</head>
|
@@ -73,151 +73,154 @@ $localized_table_text = apply_filters ( 'wpml_translate_single_string', $table_t
|
|
73 |
<body <?php body_class('woocommerce') ?>>
|
74 |
|
75 |
<h1>
|
76 |
-
<?php echo $localized_table_text ?>
|
77 |
-
<?php if (
|
78 |
</h1>
|
79 |
|
80 |
<div id="yith-woocompare" class="woocommerce">
|
81 |
|
82 |
-
<?php do_action(
|
83 |
-
|
84 |
-
<table class="compare-list" cellpadding="0" cellspacing="0"<?php if ( empty( $products ) ) echo ' style="width:100%"' ?>>
|
85 |
-
<thead>
|
86 |
-
<tr>
|
87 |
-
<th> </th>
|
88 |
-
<?php foreach( $products as $product_id => $product ) : ?>
|
89 |
-
<td></td>
|
90 |
-
<?php endforeach; ?>
|
91 |
-
</tr>
|
92 |
-
</thead>
|
93 |
-
<tfoot>
|
94 |
-
<tr>
|
95 |
-
<th> </th>
|
96 |
-
<?php foreach( $products as $product_id => $product ) : ?>
|
97 |
-
<td></td>
|
98 |
-
<?php endforeach; ?>
|
99 |
-
</tr>
|
100 |
-
</tfoot>
|
101 |
-
<tbody>
|
102 |
-
|
103 |
-
<?php if ( empty( $products ) ) : ?>
|
104 |
-
|
105 |
-
<tr class="no-products">
|
106 |
-
<td><?php _e( 'No products added in the compare table.', 'yith-woocommerce-compare' ) ?></td>
|
107 |
-
</tr>
|
108 |
|
109 |
-
|
110 |
-
|
|
|
|
|
111 |
<th> </th>
|
112 |
-
<?php
|
113 |
-
|
114 |
-
|
115 |
-
$product_class = ( $index % 2 == 0 ? 'odd' : 'even' ) . ' product_' . $product_id ?>
|
116 |
-
<td class="<?php echo $product_class; ?>">
|
117 |
-
<a href="<?php echo add_query_arg( 'redirect', 'view', $this->remove_product_url( $product_id ) ) ?>" data-product_id="<?php echo $product_id; ?>"><?php _e( 'Remove', 'yith-woocommerce-compare' ) ?> <span class="remove">x</span></a>
|
118 |
-
</td>
|
119 |
-
<?php
|
120 |
-
++$index;
|
121 |
-
endforeach;
|
122 |
-
?>
|
123 |
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
124 |
|
125 |
-
<?php
|
126 |
-
|
127 |
-
<tr class="<?php echo $field ?>">
|
128 |
|
129 |
-
|
130 |
-
|
131 |
-
|
132 |
|
|
|
|
|
|
|
133 |
<?php
|
134 |
$index = 0;
|
135 |
-
foreach(
|
136 |
-
$product_class = (
|
137 |
-
<td class="<?php echo $product_class; ?>"
|
138 |
-
|
139 |
-
|
140 |
-
|
141 |
-
echo '<div class="image-wrap">' . $product->get_image( 'yith-woocompare-image' ) . '</div>';
|
142 |
-
break;
|
143 |
-
|
144 |
-
case 'add-to-cart':
|
145 |
-
woocommerce_template_loop_add_to_cart();
|
146 |
-
break;
|
147 |
-
|
148 |
-
default:
|
149 |
-
echo empty( $product->fields[$field] ) ? ' ' : $product->fields[$field];
|
150 |
-
break;
|
151 |
-
}
|
152 |
-
?>
|
153 |
</td>
|
154 |
<?php
|
155 |
++$index;
|
156 |
-
endforeach;
|
157 |
-
|
158 |
</tr>
|
159 |
|
160 |
-
|
161 |
|
162 |
-
|
163 |
-
|
164 |
-
|
|
|
|
|
165 |
|
166 |
-
<?php
|
167 |
-
$index = 0;
|
168 |
-
foreach( $products as $product_id => $product ) :
|
169 |
-
$product_class = ( $index % 2 == 0 ? 'odd' : 'even' ) . ' product_' . $product_id ?>
|
170 |
-
<td class="<?php echo $product_class ?>"><?php echo $product->fields['price'] ?></td>
|
171 |
<?php
|
172 |
-
|
173 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
174 |
|
175 |
-
|
176 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
177 |
|
178 |
-
|
179 |
-
|
180 |
-
|
|
|
|
|
|
|
181 |
|
182 |
-
<?php
|
183 |
-
$index = 0;
|
184 |
-
foreach( $products as $product_id => $product ) :
|
185 |
-
$product_class = ( $index % 2 == 0 ? 'odd' : 'even' ) . ' product_' . $product_id ?>
|
186 |
-
<td class="<?php echo $product_class ?>">
|
187 |
-
<?php woocommerce_template_loop_add_to_cart(); ?>
|
188 |
-
</td>
|
189 |
<?php
|
190 |
-
|
191 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
192 |
|
193 |
-
</tr>
|
194 |
<?php endif; ?>
|
195 |
|
196 |
-
|
197 |
-
|
198 |
-
</tbody>
|
199 |
-
</table>
|
200 |
|
201 |
-
<?php do_action(
|
202 |
|
203 |
</div>
|
204 |
|
205 |
-
<?php if(
|
206 |
<?php print_footer_scripts(); ?>
|
207 |
|
208 |
<script type="text/javascript">
|
209 |
|
210 |
-
jQuery(document).ready(function($){
|
211 |
$('a').attr('target', '_parent');
|
212 |
|
213 |
var oTable;
|
214 |
-
$('body').on(
|
215 |
|
216 |
var t = $('table.compare-list');
|
217 |
|
218 |
-
if(
|
219 |
-
t.imagesLoaded(
|
220 |
-
oTable = t.DataTable(
|
221 |
'info': false,
|
222 |
'scrollX': true,
|
223 |
'scrollCollapse': true,
|
@@ -234,46 +237,46 @@ $localized_table_text = apply_filters ( 'wpml_translate_single_string', $table_t
|
|
234 |
|
235 |
// add to cart
|
236 |
var redirect_to_cart = false,
|
237 |
-
body
|
238 |
|
239 |
// close colorbox if redirect to cart is active after add to cart
|
240 |
-
body.on(
|
241 |
-
if(
|
242 |
wc_add_to_cart_params.cart_redirect_after_add = 'no';
|
243 |
redirect_to_cart = true;
|
244 |
}
|
245 |
});
|
246 |
|
247 |
-
body.on('wc_cart_button_updated', function(
|
248 |
$('a.added_to_cart').attr('target', '_parent');
|
249 |
});
|
250 |
|
251 |
// remove add to cart button after added
|
252 |
-
body.on('added_to_cart', function(
|
253 |
|
254 |
$('a').attr('target', '_parent');
|
255 |
|
256 |
-
if(
|
257 |
// redirect
|
258 |
parent.window.location = wc_add_to_cart_params.cart_url;
|
259 |
return;
|
260 |
}
|
261 |
|
262 |
// Replace fragments
|
263 |
-
if (
|
264 |
-
$.each(fragments, function(key, value) {
|
265 |
$(key, window.parent.document).replaceWith(value);
|
266 |
});
|
267 |
}
|
268 |
});
|
269 |
|
270 |
// close window
|
271 |
-
$(document).on(
|
272 |
e.preventDefault();
|
273 |
window.close();
|
274 |
});
|
275 |
|
276 |
-
$(window).on(
|
277 |
$('body').trigger('yith_woocompare_render_table');
|
278 |
});
|
279 |
|
8 |
*/
|
9 |
|
10 |
// remove the style of woocommerce
|
11 |
+
if (defined('WOOCOMMERCE_USE_CSS') && WOOCOMMERCE_USE_CSS) wp_dequeue_style('woocommerce_frontend_styles');
|
12 |
|
13 |
+
$is_iframe = (bool)(isset($_REQUEST['iframe']) && $_REQUEST['iframe']);
|
14 |
|
15 |
+
wp_enqueue_script('jquery-imagesloaded', YITH_WOOCOMPARE_ASSETS_URL . '/js/imagesloaded.pkgd.min.js', array('jquery'), '3.1.8', true);
|
16 |
+
wp_enqueue_script('jquery-fixedheadertable', YITH_WOOCOMPARE_ASSETS_URL . '/js/jquery.dataTables.min.js', array('jquery'), '1.10.19', true);
|
17 |
+
wp_enqueue_script('jquery-fixedcolumns', YITH_WOOCOMPARE_ASSETS_URL . '/js/FixedColumns.min.js', array('jquery', 'jquery-fixedheadertable'), '3.2.6', true);
|
18 |
|
19 |
$widths = array();
|
20 |
+
foreach ($products as $product) $widths[] = '{ "sWidth": "205px", resizeable:true }';
|
21 |
|
22 |
+
$table_text = get_option('yith_woocompare_table_text', __('Compare products', 'yith-woocommerce-compare'));
|
23 |
+
do_action('wpml_register_single_string', 'Plugins', 'plugin_yit_compare_table_text', $table_text);
|
24 |
+
$localized_table_text = apply_filters('wpml_translate_single_string', $table_text, 'Plugins', 'plugin_yit_compare_table_text');
|
25 |
|
26 |
?><!DOCTYPE html>
|
27 |
<!--[if IE 6]>
|
45 |
|
46 |
<!-- START HEAD -->
|
47 |
<head>
|
48 |
+
<meta charset="<?php bloginfo('charset'); ?>"/>
|
49 |
+
<meta name="viewport" content="width=device-width"/>
|
50 |
+
<title><?php esc_html_e('Product Comparison', 'yith-woocommerce-compare') ?></title>
|
51 |
+
<link rel="profile" href="http://gmpg.org/xfn/11"/>
|
52 |
|
53 |
<?php wp_head() ?>
|
54 |
|
55 |
+
<?php do_action('yith_woocompare_popup_head') ?>
|
56 |
+
|
57 |
+
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800"/>
|
58 |
+
<link rel="stylesheet" href="<?php echo esc_attr(YITH_WOOCOMPARE_URL) ?>assets/css/colorbox.css"/>
|
59 |
+
<link rel="stylesheet" href="<?php echo esc_attr(YITH_WOOCOMPARE_URL) ?>assets/css/jquery.dataTables.css"/>
|
60 |
+
<link rel="stylesheet" href="<?php echo esc_attr($this->stylesheet_url()); ?>" type="text/css"/>
|
61 |
|
62 |
<style type="text/css">
|
63 |
body.loading {
|
64 |
+
background: url("<?php echo esc_attr( YITH_WOOCOMPARE_URL ) ?>assets/images/colorbox/loading.gif") no-repeat scroll center center transparent;
|
65 |
}
|
66 |
</style>
|
67 |
</head>
|
73 |
<body <?php body_class('woocommerce') ?>>
|
74 |
|
75 |
<h1>
|
76 |
+
<?php echo wp_kses_post($localized_table_text); ?>
|
77 |
+
<?php if (!$is_iframe) : ?><a class="close" href="#"><?php esc_html_e('Close window [X]', 'yith-woocommerce-compare' ) ?></a><?php endif; ?>
|
78 |
</h1>
|
79 |
|
80 |
<div id="yith-woocompare" class="woocommerce">
|
81 |
|
82 |
+
<?php do_action('yith_woocompare_before_main_table'); ?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
83 |
|
84 |
+
<table class="compare-list" cellpadding="0"
|
85 |
+
cellspacing="0"<?php if (empty($products)) echo ' style="width:100%"' ?>>
|
86 |
+
<thead>
|
87 |
+
<tr>
|
88 |
<th> </th>
|
89 |
+
<?php foreach ($products as $product_id => $product) : ?>
|
90 |
+
<td></td>
|
91 |
+
<?php endforeach; ?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
92 |
</tr>
|
93 |
+
</thead>
|
94 |
+
<tfoot>
|
95 |
+
<tr>
|
96 |
+
<th> </th>
|
97 |
+
<?php foreach ($products as $product_id => $product) : ?>
|
98 |
+
<td></td>
|
99 |
+
<?php endforeach; ?>
|
100 |
+
</tr>
|
101 |
+
</tfoot>
|
102 |
+
<tbody>
|
103 |
|
104 |
+
<?php if (empty($products)) : ?>
|
|
|
|
|
105 |
|
106 |
+
<tr class="no-products">
|
107 |
+
<td><?php esc_html_e('No products added in the compare table.', 'yith-woocommerce-compare') ?></td>
|
108 |
+
</tr>
|
109 |
|
110 |
+
<?php else : ?>
|
111 |
+
<tr class="remove">
|
112 |
+
<th> </th>
|
113 |
<?php
|
114 |
$index = 0;
|
115 |
+
foreach ($products as $product_id => $product) :
|
116 |
+
$product_class = ($index % 2 == 0 ? 'odd' : 'even') . ' product_' . $product_id ?>
|
117 |
+
<td class="<?php echo esc_attr( $product_class ); ?>">
|
118 |
+
<a href="<?php echo add_query_arg('redirect', 'view', $this->remove_product_url($product_id)); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>"
|
119 |
+
data-product_id="<?php echo esc_attr( product_id ); ?>"><?php esc_html_e('Remove', 'yith-woocommerce-compare') ?>
|
120 |
+
<span class="remove">x</span></a>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
121 |
</td>
|
122 |
<?php
|
123 |
++$index;
|
124 |
+
endforeach;
|
125 |
+
?>
|
126 |
</tr>
|
127 |
|
128 |
+
<?php foreach ($fields as $field => $name) : ?>
|
129 |
|
130 |
+
<tr class="<?php echo esc_attr( $field ); ?>">
|
131 |
+
|
132 |
+
<th>
|
133 |
+
<?php if ($field != 'image') echo esc_html( $name ); ?>
|
134 |
+
</th>
|
135 |
|
|
|
|
|
|
|
|
|
|
|
136 |
<?php
|
137 |
+
$index = 0;
|
138 |
+
foreach ($products as $product_id => $product) :
|
139 |
+
$product_class = ($index % 2 == 0 ? 'odd' : 'even') . ' product_' . $product_id; ?>
|
140 |
+
<td class="<?php echo esc_attr( $product_class ); ?>"><?php
|
141 |
+
switch ($field) {
|
142 |
+
|
143 |
+
case 'image':
|
144 |
+
echo '<div class="image-wrap">' . $product->get_image('yith-woocompare-image') . '</div>'; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
|
145 |
+
break;
|
146 |
+
|
147 |
+
case 'add-to-cart':
|
148 |
+
woocommerce_template_loop_add_to_cart();
|
149 |
+
break;
|
150 |
+
|
151 |
+
default:
|
152 |
+
echo empty($product->fields[$field]) ? ' ' : $product->fields[$field]; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
|
153 |
+
break;
|
154 |
+
}
|
155 |
+
?>
|
156 |
+
</td>
|
157 |
+
<?php
|
158 |
+
++$index;
|
159 |
+
endforeach; ?>
|
160 |
+
|
161 |
+
</tr>
|
162 |
+
|
163 |
+
<?php endforeach; ?>
|
164 |
+
|
165 |
+
<?php if ($repeat_price == 'yes' && isset($fields['price'])) : ?>
|
166 |
+
<tr class="price repeated">
|
167 |
+
<th><?php echo wp_kses_post($fields['price']) ?></th>
|
168 |
|
169 |
+
<?php
|
170 |
+
$index = 0;
|
171 |
+
foreach ($products as $product_id => $product) :
|
172 |
+
$product_class = ($index % 2 == 0 ? 'odd' : 'even') . ' product_' . $product_id ?>
|
173 |
+
<td class="<?php echo esc_attr( $product_class ) ?>"><?php echo wp_kses_post( $product->fields['price'] ); ?></td>
|
174 |
+
<?php
|
175 |
+
++$index;
|
176 |
+
endforeach; ?>
|
177 |
|
178 |
+
</tr>
|
179 |
+
<?php endif; ?>
|
180 |
+
|
181 |
+
<?php if ($repeat_add_to_cart == 'yes' && isset($fields['add-to-cart'])) : ?>
|
182 |
+
<tr class="add-to-cart repeated">
|
183 |
+
<th><?php echo wp_kses_post( $fields['add-to-cart'] ); ?></th>
|
184 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
185 |
<?php
|
186 |
+
$index = 0;
|
187 |
+
foreach ($products as $product_id => $product) :
|
188 |
+
$product_class = ($index % 2 == 0 ? 'odd' : 'even') . ' product_' . $product_id ?>
|
189 |
+
<td class="<?php echo esc_attr( $product_class ); ?>">
|
190 |
+
<?php woocommerce_template_loop_add_to_cart(); ?>
|
191 |
+
</td>
|
192 |
+
<?php
|
193 |
+
++$index;
|
194 |
+
endforeach; ?>
|
195 |
+
|
196 |
+
</tr>
|
197 |
+
<?php endif; ?>
|
198 |
|
|
|
199 |
<?php endif; ?>
|
200 |
|
201 |
+
</tbody>
|
202 |
+
</table>
|
|
|
|
|
203 |
|
204 |
+
<?php do_action('yith_woocompare_after_main_table'); ?>
|
205 |
|
206 |
</div>
|
207 |
|
208 |
+
<?php if (wp_script_is('responsive-theme', 'enqueued')) wp_dequeue_script('responsive-theme') ?><?php if (wp_script_is('responsive-theme', 'enqueued')) wp_dequeue_script('responsive-theme') ?>
|
209 |
<?php print_footer_scripts(); ?>
|
210 |
|
211 |
<script type="text/javascript">
|
212 |
|
213 |
+
jQuery(document).ready(function ($) {
|
214 |
$('a').attr('target', '_parent');
|
215 |
|
216 |
var oTable;
|
217 |
+
$('body').on('yith_woocompare_render_table', function () {
|
218 |
|
219 |
var t = $('table.compare-list');
|
220 |
|
221 |
+
if (typeof $.fn.DataTable != 'undefined' && typeof $.fn.imagesLoaded != 'undefined' && $(window).width() > 767) {
|
222 |
+
t.imagesLoaded(function () {
|
223 |
+
oTable = t.DataTable({
|
224 |
'info': false,
|
225 |
'scrollX': true,
|
226 |
'scrollCollapse': true,
|
237 |
|
238 |
// add to cart
|
239 |
var redirect_to_cart = false,
|
240 |
+
body = $('body');
|
241 |
|
242 |
// close colorbox if redirect to cart is active after add to cart
|
243 |
+
body.on('adding_to_cart', function ($thisbutton, data) {
|
244 |
+
if (wc_add_to_cart_params.cart_redirect_after_add == 'yes') {
|
245 |
wc_add_to_cart_params.cart_redirect_after_add = 'no';
|
246 |
redirect_to_cart = true;
|
247 |
}
|
248 |
});
|
249 |
|
250 |
+
body.on('wc_cart_button_updated', function (ev, button) {
|
251 |
$('a.added_to_cart').attr('target', '_parent');
|
252 |
});
|
253 |
|
254 |
// remove add to cart button after added
|
255 |
+
body.on('added_to_cart', function (ev, fragments, cart_hash, button) {
|
256 |
|
257 |
$('a').attr('target', '_parent');
|
258 |
|
259 |
+
if (redirect_to_cart == true) {
|
260 |
// redirect
|
261 |
parent.window.location = wc_add_to_cart_params.cart_url;
|
262 |
return;
|
263 |
}
|
264 |
|
265 |
// Replace fragments
|
266 |
+
if (fragments) {
|
267 |
+
$.each(fragments, function (key, value) {
|
268 |
$(key, window.parent.document).replaceWith(value);
|
269 |
});
|
270 |
}
|
271 |
});
|
272 |
|
273 |
// close window
|
274 |
+
$(document).on('click', 'a.close', function (e) {
|
275 |
e.preventDefault();
|
276 |
window.close();
|
277 |
});
|
278 |
|
279 |
+
$(window).on('resize yith_woocompare_product_removed', function () {
|
280 |
$('body').trigger('yith_woocompare_render_table');
|
281 |
});
|
282 |
|