Version Description
- 22.01.2021 =
- Update : We updated all functionality for wordpress 5.6.
- Update : BWS Panel section was updated.
- Update : The plugin settings page was changed.
- PRO : The bug with sitemap structure has been fixed.
Download this release
Release Info
Developer | bestwebsoft |
Plugin | Google Sitemap by BestWebSoft |
Version | 3.2.3 |
Comparing to | |
See all releases |
Code changes from version 3.2.2 to 3.2.3
- bws_menu/bws_functions.php +19 -34
- bws_menu/bws_menu.php +8 -8
- bws_menu/class-bws-settings.php +67 -37
- bws_menu/css/general_style.css +9 -3
- bws_menu/css/modal.css +13 -1
- bws_menu/css/style.css +2 -2
- bws_menu/deactivation-form.php +48 -49
- bws_menu/fonts/bwsicons.eot +0 -0
- bws_menu/fonts/bwsicons.svg +3 -0
- bws_menu/fonts/bwsicons.ttf +0 -0
- bws_menu/fonts/bwsicons.woff +0 -0
- bws_menu/icons/plugins/bike-rental.png +0 -0
- bws_menu/icons/themes/rent-a-bike.png +0 -0
- bws_menu/js/bws_tooltip.js +1 -1
- bws_menu/js/shortcode-button.js +55 -100
- bws_menu/languages/bestwebsoft-es_ES.mo +0 -0
- bws_menu/languages/bestwebsoft-es_ES.po +399 -408
- bws_menu/languages/bestwebsoft-ru_RU.mo +0 -0
- bws_menu/languages/bestwebsoft-ru_RU.po +271 -298
- bws_menu/languages/bestwebsoft-uk.mo +0 -0
- bws_menu/languages/bestwebsoft-uk.po +271 -299
- bws_menu/product_list.php +39 -24
- css/icon.css +8 -0
- css/style.css +4 -7
- google-sitemap-plugin.php +52 -39
- google_api/Auth/AppIdentity.php +3 -3
- google_api/Auth/AssertionCredentials.php +1 -1
- google_api/Client.php +10 -12
- google_api/Config.php +2 -3
- google_api/Service/Webmasters.php +4 -4
- google_api/Utils.php +1 -1
- includes/class-gglstmp-settings.php +82 -50
- includes/pro_banners.php +11 -2
- languages/google-sitemap-plugin-ru_RU.mo +0 -0
- languages/google-sitemap-plugin-ru_RU.po +206 -181
- languages/google-sitemap-plugin-uk.mo +0 -0
- languages/google-sitemap-plugin-uk.po +209 -184
- readme.txt +15 -4
- screenshot-1.png +0 -0
- screenshot-2.png +0 -0
- screenshot-3.png +0 -0
bws_menu/bws_functions.php
CHANGED
@@ -183,8 +183,16 @@ if ( ! function_exists( 'bws_admin_notices' ) ) {
|
|
183 |
|
184 |
/* bws_plugin_banner_go_pro */
|
185 |
if ( ! empty( $bws_plugin_banner_go_pro ) ) {
|
|
|
|
|
|
|
186 |
foreach ( $bstwbsftwppdtplgns_banner_array as $value ) {
|
187 |
if ( isset( $bws_plugin_banner_go_pro[ $value[0] ] ) && ! isset( $_COOKIE[ $value[0] ] ) ) {
|
|
|
|
|
|
|
|
|
|
|
188 |
$single_banner_value = $bws_plugin_banner_go_pro[ $value[0] ]; ?>
|
189 |
<div class="updated" style="padding: 0; margin: 0; border: none; background: none;">
|
190 |
<div class="<?php echo $single_banner_value['prefix']; ?>_message bws_banner_on_plugin_page bws_go_pro_banner" style="display: none;">
|
@@ -335,7 +343,7 @@ if ( ! function_exists( 'bws_plugin_banner_go_pro' ) ) {
|
|
335 |
$bws_link = esc_url( 'https://bestwebsoft.com/products/wordpress/plugins/' . $bws_link_slug . '/?k=' . $link_key . '&pn=' . $link_pn . '&v=' . $plugin_info["Version"] . '&wp_v=' . $wp_version );
|
336 |
|
337 |
if ( false == strrpos( $banner_url_or_slug, '/' ) ) {
|
338 |
-
$banner_url_or_slug = '//ps.w.org/' . $banner_url_or_slug . '/assets/icon-
|
339 |
}
|
340 |
|
341 |
$bws_plugin_banner_go_pro[ $this_banner_prefix . '_hide_banner_on_plugin_page' ] = array(
|
@@ -360,7 +368,7 @@ if ( ! function_exists( 'bws_add_plugin_banner_timeout' ) ) {
|
|
360 |
if ( isset( $bstwbsftwppdtplgns_options['time_out'][ $plugin_key ] ) && ( strtotime( $bstwbsftwppdtplgns_options['time_out'][ $plugin_key ] ) < strtotime( date("m/d/Y") . '+1 month' ) ) && ( strtotime( $bstwbsftwppdtplgns_options['time_out'][ $plugin_key ] ) > strtotime( date("m/d/Y") ) ) ) {
|
361 |
|
362 |
if ( false == strrpos( $banner_url_or_slug, '/' ) ) {
|
363 |
-
$banner_url_or_slug = '//ps.w.org/' . $banner_url_or_slug . '/assets/icon-
|
364 |
}
|
365 |
|
366 |
$bws_plugin_banner_timeout[] = array(
|
@@ -394,7 +402,7 @@ if ( ! function_exists( 'bws_plugin_banner_to_settings' ) ) {
|
|
394 |
}
|
395 |
|
396 |
if ( false == strrpos( $banner_url_or_slug, '/' ) ) {
|
397 |
-
$banner_url_or_slug = '//ps.w.org/' . $banner_url_or_slug . '/assets/icon-
|
398 |
}
|
399 |
|
400 |
$bws_plugin_banner_to_settings[] = array(
|
@@ -451,7 +459,7 @@ if ( ! function_exists( 'bws_plugin_suggest_feature_banner' ) ) {
|
|
451 |
}
|
452 |
|
453 |
if ( false == strrpos( $banner_url_or_slug, '/' ) ) {
|
454 |
-
$banner_url_or_slug = '//ps.w.org/' . $banner_url_or_slug . '/assets/icon-
|
455 |
} ?>
|
456 |
<div class="updated" style="padding: 0; margin: 0; border: none; background: none;">
|
457 |
<div class="bws_banner_on_plugin_page bws_suggest_feature_banner">
|
@@ -560,7 +568,7 @@ if ( ! function_exists ( 'bws_plugins_admin_init' ) ) {
|
|
560 |
if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) ) {
|
561 |
function bws_admin_enqueue_scripts() {
|
562 |
global $wp_scripts, $hook_suffix,
|
563 |
-
$post_type,
|
564 |
$bws_plugin_banner_go_pro, $bws_plugin_banner_timeout, $bstwbsftwppdtplgns_banner_array,
|
565 |
$bws_shortcode_list;
|
566 |
|
@@ -597,7 +605,7 @@ if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) ) {
|
|
597 |
};
|
598 |
$( '." . $prefix . "_close_icon' ).click( function() {
|
599 |
$( '." . $prefix . "_message' ).css( 'display', 'none' );
|
600 |
-
$.cookie( '" . $prefix . "_hide_banner_on_plugin_page', 'true', { expires: 32 } );
|
601 |
});
|
602 |
});
|
603 |
})(jQuery);";
|
@@ -623,7 +631,7 @@ if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) ) {
|
|
623 |
}
|
624 |
$( '." . $banner_value['prefix'] . "_close_icon' ).click( function() {
|
625 |
$( '." . $banner_value['prefix'] . "_message_timeout' ).css( 'display', 'none' );
|
626 |
-
$.cookie( '" . $banner_value['prefix'] . "_timeout_hide_banner_on_plugin_page', 'true', { expires: 30 } );
|
627 |
});";
|
628 |
}
|
629 |
|
@@ -653,8 +661,7 @@ if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) ) {
|
|
653 |
if ( isset( $value['js_function'] ) )
|
654 |
$script .= "'" . $value['js_function'] . "',";
|
655 |
}
|
656 |
-
$script .= "]
|
657 |
-
'wp_version' : '" . $wp_version . "'
|
658 |
};";
|
659 |
wp_register_script( 'bws_shortcode_button', '' );
|
660 |
wp_enqueue_script( 'bws_shortcode_button' );
|
@@ -695,7 +702,6 @@ if ( ! function_exists( 'bws_enqueue_settings_scripts' ) ) {
|
|
695 |
|
696 |
if ( ! function_exists ( 'bws_plugins_admin_head' ) ) {
|
697 |
function bws_plugins_admin_head() {
|
698 |
-
global $wp_version;
|
699 |
if ( isset( $_GET['page'] ) && $_GET['page'] == "bws_panel" ) { ?>
|
700 |
<noscript>
|
701 |
<style type="text/css">
|
@@ -705,27 +711,6 @@ if ( ! function_exists ( 'bws_plugins_admin_head' ) ) {
|
|
705 |
</style>
|
706 |
</noscript>
|
707 |
<?php }
|
708 |
-
if ( 4.2 > $wp_version ) { ?>
|
709 |
-
<style type="text/css">
|
710 |
-
.bws_hide_settings_notice,
|
711 |
-
.bws_hide_premium_options {
|
712 |
-
width: 11px;
|
713 |
-
height: 11px;
|
714 |
-
border: none;
|
715 |
-
background: url("<?php echo bws_menu_url( 'images/close_banner.png' ); ?>") no-repeat center center;
|
716 |
-
box-shadow: none;
|
717 |
-
float: right;
|
718 |
-
margin: 8px;
|
719 |
-
}
|
720 |
-
.bws_hide_settings_notice:hover,
|
721 |
-
.bws_hide_premium_options:hover {
|
722 |
-
cursor: pointer;
|
723 |
-
}
|
724 |
-
.bws_hide_premium_options {
|
725 |
-
position: relative;
|
726 |
-
}
|
727 |
-
</style>
|
728 |
-
<?php }
|
729 |
}
|
730 |
}
|
731 |
|
@@ -902,7 +887,7 @@ if ( ! function_exists( 'bws_register_buttons' ) ) {
|
|
902 |
/* Generate inline content for the popup window when the "bws shortcode" button is clicked */
|
903 |
if ( ! function_exists( 'bws_shortcode_media_button_popup' ) ) {
|
904 |
function bws_shortcode_media_button_popup() {
|
905 |
-
global $bws_shortcode_list
|
906 |
|
907 |
if ( ! empty( $bws_shortcode_list ) ) { ?>
|
908 |
<div id="bws_shortcode_popup" style="display:none;">
|
@@ -973,7 +958,7 @@ if ( ! function_exists( 'bws_help_tab' ) ) {
|
|
973 |
$screen->set_help_sidebar(
|
974 |
'<p><strong>' . __( 'For more information:', 'bestwebsoft' ) . '</strong></p>' .
|
975 |
'<p><a href="https://drive.google.com/folderview?id=0B5l8lO-CaKt9VGh0a09vUjNFNjA&usp=sharing#list" target="_blank">' . __( 'Documentation', 'bestwebsoft' ) . '</a></p>' .
|
976 |
-
'<p><a href="
|
977 |
'<p><a href="https://support.bestwebsoft.com/hc/en-us/requests/new" target="_blank">' . __( 'Submit a Request', 'bestwebsoft' ) . '</a></p>'
|
978 |
);
|
979 |
}
|
@@ -1110,4 +1095,4 @@ add_action( 'admin_notices', 'bws_admin_notices', 30 );
|
|
1110 |
|
1111 |
add_action( 'wp_enqueue_scripts', 'bws_enqueue_custom_code_css_js', 20 );
|
1112 |
|
1113 |
-
bws_enqueue_custom_code_php();
|
183 |
|
184 |
/* bws_plugin_banner_go_pro */
|
185 |
if ( ! empty( $bws_plugin_banner_go_pro ) ) {
|
186 |
+
/* get $bws_plugins */
|
187 |
+
require( dirname( __FILE__ ) . '/product_list.php' );
|
188 |
+
|
189 |
foreach ( $bstwbsftwppdtplgns_banner_array as $value ) {
|
190 |
if ( isset( $bws_plugin_banner_go_pro[ $value[0] ] ) && ! isset( $_COOKIE[ $value[0] ] ) ) {
|
191 |
+
|
192 |
+
if ( isset( $bws_plugins[ $value[1] ]['pro_version'] ) && is_plugin_active( $bws_plugins[ $value[1] ]['pro_version'] ) ) {
|
193 |
+
continue;
|
194 |
+
}
|
195 |
+
|
196 |
$single_banner_value = $bws_plugin_banner_go_pro[ $value[0] ]; ?>
|
197 |
<div class="updated" style="padding: 0; margin: 0; border: none; background: none;">
|
198 |
<div class="<?php echo $single_banner_value['prefix']; ?>_message bws_banner_on_plugin_page bws_go_pro_banner" style="display: none;">
|
343 |
$bws_link = esc_url( 'https://bestwebsoft.com/products/wordpress/plugins/' . $bws_link_slug . '/?k=' . $link_key . '&pn=' . $link_pn . '&v=' . $plugin_info["Version"] . '&wp_v=' . $wp_version );
|
344 |
|
345 |
if ( false == strrpos( $banner_url_or_slug, '/' ) ) {
|
346 |
+
$banner_url_or_slug = '//ps.w.org/' . $banner_url_or_slug . '/assets/icon-256x256.png';
|
347 |
}
|
348 |
|
349 |
$bws_plugin_banner_go_pro[ $this_banner_prefix . '_hide_banner_on_plugin_page' ] = array(
|
368 |
if ( isset( $bstwbsftwppdtplgns_options['time_out'][ $plugin_key ] ) && ( strtotime( $bstwbsftwppdtplgns_options['time_out'][ $plugin_key ] ) < strtotime( date("m/d/Y") . '+1 month' ) ) && ( strtotime( $bstwbsftwppdtplgns_options['time_out'][ $plugin_key ] ) > strtotime( date("m/d/Y") ) ) ) {
|
369 |
|
370 |
if ( false == strrpos( $banner_url_or_slug, '/' ) ) {
|
371 |
+
$banner_url_or_slug = '//ps.w.org/' . $banner_url_or_slug . '/assets/icon-256x256.png';
|
372 |
}
|
373 |
|
374 |
$bws_plugin_banner_timeout[] = array(
|
402 |
}
|
403 |
|
404 |
if ( false == strrpos( $banner_url_or_slug, '/' ) ) {
|
405 |
+
$banner_url_or_slug = '//ps.w.org/' . $banner_url_or_slug . '/assets/icon-256x256.png';
|
406 |
}
|
407 |
|
408 |
$bws_plugin_banner_to_settings[] = array(
|
459 |
}
|
460 |
|
461 |
if ( false == strrpos( $banner_url_or_slug, '/' ) ) {
|
462 |
+
$banner_url_or_slug = '//ps.w.org/' . $banner_url_or_slug . '/assets/icon-256x256.png';
|
463 |
} ?>
|
464 |
<div class="updated" style="padding: 0; margin: 0; border: none; background: none;">
|
465 |
<div class="bws_banner_on_plugin_page bws_suggest_feature_banner">
|
568 |
if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) ) {
|
569 |
function bws_admin_enqueue_scripts() {
|
570 |
global $wp_scripts, $hook_suffix,
|
571 |
+
$post_type,
|
572 |
$bws_plugin_banner_go_pro, $bws_plugin_banner_timeout, $bstwbsftwppdtplgns_banner_array,
|
573 |
$bws_shortcode_list;
|
574 |
|
605 |
};
|
606 |
$( '." . $prefix . "_close_icon' ).click( function() {
|
607 |
$( '." . $prefix . "_message' ).css( 'display', 'none' );
|
608 |
+
$.cookie( '" . $prefix . "_hide_banner_on_plugin_page', 'true', { expires: 32, secure: true } );
|
609 |
});
|
610 |
});
|
611 |
})(jQuery);";
|
631 |
}
|
632 |
$( '." . $banner_value['prefix'] . "_close_icon' ).click( function() {
|
633 |
$( '." . $banner_value['prefix'] . "_message_timeout' ).css( 'display', 'none' );
|
634 |
+
$.cookie( '" . $banner_value['prefix'] . "_timeout_hide_banner_on_plugin_page', 'true', { expires: 30, secure: true } );
|
635 |
});";
|
636 |
}
|
637 |
|
661 |
if ( isset( $value['js_function'] ) )
|
662 |
$script .= "'" . $value['js_function'] . "',";
|
663 |
}
|
664 |
+
$script .= "]
|
|
|
665 |
};";
|
666 |
wp_register_script( 'bws_shortcode_button', '' );
|
667 |
wp_enqueue_script( 'bws_shortcode_button' );
|
702 |
|
703 |
if ( ! function_exists ( 'bws_plugins_admin_head' ) ) {
|
704 |
function bws_plugins_admin_head() {
|
|
|
705 |
if ( isset( $_GET['page'] ) && $_GET['page'] == "bws_panel" ) { ?>
|
706 |
<noscript>
|
707 |
<style type="text/css">
|
711 |
</style>
|
712 |
</noscript>
|
713 |
<?php }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
714 |
}
|
715 |
}
|
716 |
|
887 |
/* Generate inline content for the popup window when the "bws shortcode" button is clicked */
|
888 |
if ( ! function_exists( 'bws_shortcode_media_button_popup' ) ) {
|
889 |
function bws_shortcode_media_button_popup() {
|
890 |
+
global $bws_shortcode_list;
|
891 |
|
892 |
if ( ! empty( $bws_shortcode_list ) ) { ?>
|
893 |
<div id="bws_shortcode_popup" style="display:none;">
|
958 |
$screen->set_help_sidebar(
|
959 |
'<p><strong>' . __( 'For more information:', 'bestwebsoft' ) . '</strong></p>' .
|
960 |
'<p><a href="https://drive.google.com/folderview?id=0B5l8lO-CaKt9VGh0a09vUjNFNjA&usp=sharing#list" target="_blank">' . __( 'Documentation', 'bestwebsoft' ) . '</a></p>' .
|
961 |
+
'<p><a href="https://www.youtube.com/user/bestwebsoft/playlists?flow=grid&sort=da&view=1" target="_blank">' . __( 'Video Instructions', 'bestwebsoft' ) . '</a></p>' .
|
962 |
'<p><a href="https://support.bestwebsoft.com/hc/en-us/requests/new" target="_blank">' . __( 'Submit a Request', 'bestwebsoft' ) . '</a></p>'
|
963 |
);
|
964 |
}
|
1095 |
|
1096 |
add_action( 'wp_enqueue_scripts', 'bws_enqueue_custom_code_css_js', 20 );
|
1097 |
|
1098 |
+
bws_enqueue_custom_code_php();
|
bws_menu/bws_menu.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
* Function for displaying BestWebSoft menu
|
4 |
-
* Version: 2.
|
5 |
*/
|
6 |
|
7 |
if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) )
|
@@ -9,7 +9,7 @@ if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) )
|
|
9 |
|
10 |
if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
11 |
function bws_add_menu_render() {
|
12 |
-
global $wpdb, $wp_version, $
|
13 |
$error = $message = '';
|
14 |
|
15 |
/**
|
@@ -116,7 +116,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
116 |
'timeout' => ( ( defined('DOING_CRON') && DOING_CRON ) ? 30 : 3 ),
|
117 |
'body' => array( 'plugins' => serialize( $to_send ) ),
|
118 |
'user-agent' => 'WordPress/' . $wp_version . '; ' . get_bloginfo( 'url' ) );
|
119 |
-
$raw_response = wp_remote_post( '
|
120 |
|
121 |
if ( is_wp_error( $raw_response ) || 200 != wp_remote_retrieve_response_code( $raw_response ) ) {
|
122 |
$error = __( "Something went wrong. Please try again later. If the error appears again, please contact us", 'bestwebsoft' ) . ' <a href="https://support.bestwebsoft.com">BestWebSoft</a>. ' . __( "We are sorry for inconvenience.", 'bestwebsoft' );
|
@@ -138,6 +138,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
138 |
} elseif ( is_array( $value->package ) && ! empty( $value->package ) ) {
|
139 |
$plugins_array = $_SESSION['bws_membership_list'] = $value->package;
|
140 |
$_SESSION['bws_membership_time_check'] = strtotime( 'now' );
|
|
|
141 |
if ( isset( $bstwbsftwppdtplgns_options[ $bws_license_plugin ] ) && $bws_license_key == $bstwbsftwppdtplgns_options[ $bws_license_plugin ] ) {
|
142 |
$message = __( 'The license key is valid.', 'bestwebsoft' );
|
143 |
if ( isset( $value->time_out ) && $value->time_out != '' )
|
@@ -179,7 +180,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
179 |
$max_execution_time = ( ini_get( 'max_execution_time' ) ) ? ini_get( 'max_execution_time' ) : __( 'N/A', 'bestwebsoft' );
|
180 |
$memory_limit = ( ini_get( 'memory_limit' ) ) ? ini_get( 'memory_limit' ) : __( 'N/A', 'bestwebsoft' );
|
181 |
$wp_memory_limit = ( defined( 'WP_MEMORY_LIMIT' ) ) ? WP_MEMORY_LIMIT : __( 'N/A', 'bestwebsoft' );
|
182 |
-
$memory_usage = ( function_exists( 'memory_get_usage' ) ) ? round( memory_get_usage() / 1024 / 1024, 2 ) . __( '
|
183 |
$exif_read_data = ( is_callable( 'exif_read_data' ) ) ? __( 'Yes', 'bestwebsoft' ) . " ( V" . substr( phpversion( 'exif' ), 0,4 ) . ")" : __( 'No', 'bestwebsoft' );
|
184 |
$iptcparse = ( is_callable( 'iptcparse' ) ) ? __( 'Yes', 'bestwebsoft' ) : __( 'No', 'bestwebsoft' );
|
185 |
$xml_parser_create = ( is_callable( 'xml_parser_create' ) ) ? __( 'Yes', 'bestwebsoft' ) : __( 'No', 'bestwebsoft' );
|
@@ -459,7 +460,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
459 |
|
460 |
$key_plugin_explode = explode( '/', $key_plugin );
|
461 |
|
462 |
-
$icon = isset( $value_plugin['icon'] ) ? $value_plugin['icon'] : '//ps.w.org/' . $key_plugin_explode[0] . '/assets/icon-
|
463 |
$is_pro_isset = isset( $value_plugin['pro_version'] );
|
464 |
$is_installed = array_key_exists( $key_plugin, $all_plugins );
|
465 |
$is_active = in_array( $key_plugin, $active_plugins ) || isset( $sitewide_active_plugins[ $key_plugin ] );
|
@@ -546,7 +547,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
546 |
<?php } elseif ( $is_installed ) { ?>
|
547 |
<a class="button button-secondary" href="<?php echo esc_url( wp_nonce_url( self_admin_url( $current_page . '&bws_activate_plugin=' . $key_plugin ), 'bws_activate_plugin' . $key_plugin ) ); ?>" title="<?php _e( 'Activate this plugin', 'bestwebsoft' ); ?>"><?php _e( 'Activate', 'bestwebsoft' ); ?></a>
|
548 |
<?php } else {
|
549 |
-
$install_url = isset( $value_plugin['install_url'] ) ? $value_plugin['install_url'] :
|
550 |
<a class="button button-secondary" href="<?php echo esc_url( $install_url ); ?>" title="<?php _e( 'Install this plugin', 'bestwebsoft' ); ?>" target="_blank"><?php _e( 'Install Now', 'bestwebsoft' ); ?></a>
|
551 |
<?php }
|
552 |
} ?>
|
@@ -693,7 +694,6 @@ if ( ! function_exists( 'bws_get_banner_array' ) ) {
|
|
693 |
array( 'fcbkbttn_hide_banner_on_plugin_page', 'facebook-button-plugin/facebook-button-plugin.php', '2.29' ),
|
694 |
array( 'twttr_hide_banner_on_plugin_page', 'twitter-plugin/twitter.php', '2.34' ),
|
695 |
array( 'pdfprnt_hide_banner_on_plugin_page', 'pdf-print/pdf-print.php', '1.7.1' ),
|
696 |
-
array( 'gglplsn_hide_banner_on_plugin_page', 'google-one/google-plus-one.php', '1.1.4' ),
|
697 |
array( 'gglstmp_hide_banner_on_plugin_page', 'google-sitemap-plugin/google-sitemap-plugin.php', '2.8.4' ),
|
698 |
array( 'cntctfrmpr_for_ctfrmtdb_hide_banner_on_plugin_page', 'contact-form-pro/contact_form_pro.php', '1.14' ),
|
699 |
array( 'cntctfrm_hide_banner_on_plugin_page', 'contact-form-plugin/contact_form.php', '3.47' ),
|
@@ -707,4 +707,4 @@ if ( ! function_exists( 'bws_get_banner_array' ) ) {
|
|
707 |
array( 'cstmdmnpg_hide_banner_on_plugin_page', 'custom-admin-page/custom-admin-page.php', '1.0.0' )
|
708 |
);
|
709 |
}
|
710 |
-
}
|
1 |
<?php
|
2 |
/*
|
3 |
* Function for displaying BestWebSoft menu
|
4 |
+
* Version: 2.3.6
|
5 |
*/
|
6 |
|
7 |
if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) )
|
9 |
|
10 |
if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
11 |
function bws_add_menu_render() {
|
12 |
+
global $wpdb, $wp_version, $bstwbsftwppdtplgns_options;
|
13 |
$error = $message = '';
|
14 |
|
15 |
/**
|
116 |
'timeout' => ( ( defined('DOING_CRON') && DOING_CRON ) ? 30 : 3 ),
|
117 |
'body' => array( 'plugins' => serialize( $to_send ) ),
|
118 |
'user-agent' => 'WordPress/' . $wp_version . '; ' . get_bloginfo( 'url' ) );
|
119 |
+
$raw_response = wp_remote_post( 'https://bestwebsoft.com/wp-content/plugins/paid-products/plugins/pro-license-check/1.0/', $options );
|
120 |
|
121 |
if ( is_wp_error( $raw_response ) || 200 != wp_remote_retrieve_response_code( $raw_response ) ) {
|
122 |
$error = __( "Something went wrong. Please try again later. If the error appears again, please contact us", 'bestwebsoft' ) . ' <a href="https://support.bestwebsoft.com">BestWebSoft</a>. ' . __( "We are sorry for inconvenience.", 'bestwebsoft' );
|
138 |
} elseif ( is_array( $value->package ) && ! empty( $value->package ) ) {
|
139 |
$plugins_array = $_SESSION['bws_membership_list'] = $value->package;
|
140 |
$_SESSION['bws_membership_time_check'] = strtotime( 'now' );
|
141 |
+
|
142 |
if ( isset( $bstwbsftwppdtplgns_options[ $bws_license_plugin ] ) && $bws_license_key == $bstwbsftwppdtplgns_options[ $bws_license_plugin ] ) {
|
143 |
$message = __( 'The license key is valid.', 'bestwebsoft' );
|
144 |
if ( isset( $value->time_out ) && $value->time_out != '' )
|
180 |
$max_execution_time = ( ini_get( 'max_execution_time' ) ) ? ini_get( 'max_execution_time' ) : __( 'N/A', 'bestwebsoft' );
|
181 |
$memory_limit = ( ini_get( 'memory_limit' ) ) ? ini_get( 'memory_limit' ) : __( 'N/A', 'bestwebsoft' );
|
182 |
$wp_memory_limit = ( defined( 'WP_MEMORY_LIMIT' ) ) ? WP_MEMORY_LIMIT : __( 'N/A', 'bestwebsoft' );
|
183 |
+
$memory_usage = ( function_exists( 'memory_get_usage' ) ) ? round( memory_get_usage() / 1024 / 1024, 2 ) . ' ' . __( 'Mb', 'bestwebsoft' ) : __( 'N/A', 'bestwebsoft' );
|
184 |
$exif_read_data = ( is_callable( 'exif_read_data' ) ) ? __( 'Yes', 'bestwebsoft' ) . " ( V" . substr( phpversion( 'exif' ), 0,4 ) . ")" : __( 'No', 'bestwebsoft' );
|
185 |
$iptcparse = ( is_callable( 'iptcparse' ) ) ? __( 'Yes', 'bestwebsoft' ) : __( 'No', 'bestwebsoft' );
|
186 |
$xml_parser_create = ( is_callable( 'xml_parser_create' ) ) ? __( 'Yes', 'bestwebsoft' ) : __( 'No', 'bestwebsoft' );
|
460 |
|
461 |
$key_plugin_explode = explode( '/', $key_plugin );
|
462 |
|
463 |
+
$icon = isset( $value_plugin['icon'] ) ? $value_plugin['icon'] : '//ps.w.org/' . $key_plugin_explode[0] . '/assets/icon-256x256.png';
|
464 |
$is_pro_isset = isset( $value_plugin['pro_version'] );
|
465 |
$is_installed = array_key_exists( $key_plugin, $all_plugins );
|
466 |
$is_active = in_array( $key_plugin, $active_plugins ) || isset( $sitewide_active_plugins[ $key_plugin ] );
|
547 |
<?php } elseif ( $is_installed ) { ?>
|
548 |
<a class="button button-secondary" href="<?php echo esc_url( wp_nonce_url( self_admin_url( $current_page . '&bws_activate_plugin=' . $key_plugin ), 'bws_activate_plugin' . $key_plugin ) ); ?>" title="<?php _e( 'Activate this plugin', 'bestwebsoft' ); ?>"><?php _e( 'Activate', 'bestwebsoft' ); ?></a>
|
549 |
<?php } else {
|
550 |
+
$install_url = isset( $value_plugin['install_url'] ) ? $value_plugin['install_url'] : network_admin_url( 'plugin-install.php?tab=search&type=term&s=' . str_replace( array( ' ', '-' ), '+', str_replace( '&', '', $value_plugin['name'] ) ) . '+BestWebSoft&plugin-search-input=Search+Plugins' ); ?>
|
551 |
<a class="button button-secondary" href="<?php echo esc_url( $install_url ); ?>" title="<?php _e( 'Install this plugin', 'bestwebsoft' ); ?>" target="_blank"><?php _e( 'Install Now', 'bestwebsoft' ); ?></a>
|
552 |
<?php }
|
553 |
} ?>
|
694 |
array( 'fcbkbttn_hide_banner_on_plugin_page', 'facebook-button-plugin/facebook-button-plugin.php', '2.29' ),
|
695 |
array( 'twttr_hide_banner_on_plugin_page', 'twitter-plugin/twitter.php', '2.34' ),
|
696 |
array( 'pdfprnt_hide_banner_on_plugin_page', 'pdf-print/pdf-print.php', '1.7.1' ),
|
|
|
697 |
array( 'gglstmp_hide_banner_on_plugin_page', 'google-sitemap-plugin/google-sitemap-plugin.php', '2.8.4' ),
|
698 |
array( 'cntctfrmpr_for_ctfrmtdb_hide_banner_on_plugin_page', 'contact-form-pro/contact_form_pro.php', '1.14' ),
|
699 |
array( 'cntctfrm_hide_banner_on_plugin_page', 'contact-form-plugin/contact_form.php', '3.47' ),
|
707 |
array( 'cstmdmnpg_hide_banner_on_plugin_page', 'custom-admin-page/custom-admin-page.php', '1.0.0' )
|
708 |
);
|
709 |
}
|
710 |
+
}
|
bws_menu/class-bws-settings.php
CHANGED
@@ -10,6 +10,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
|
|
10 |
private $tabs;
|
11 |
private $pro_plugin_is_activated = false;
|
12 |
private $custom_code_args = array();
|
|
|
13 |
|
14 |
public $plugin_basename;
|
15 |
public $prefix;
|
@@ -53,6 +54,8 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
|
|
53 |
* @param array|string $args
|
54 |
*/
|
55 |
public function __construct( $args = array() ) {
|
|
|
|
|
56 |
$args = wp_parse_args( $args, array(
|
57 |
'plugin_basename' => '',
|
58 |
'prefix' => '',
|
@@ -66,8 +69,6 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
|
|
66 |
'wp_slug' => '',
|
67 |
'demo_data' => false,
|
68 |
/* if this is free version and pro exist */
|
69 |
-
'pro_page' => '',
|
70 |
-
'bws_license_plugin' => '',
|
71 |
'link_key' => '',
|
72 |
'link_pn' => '',
|
73 |
'trial_days' => false,
|
@@ -90,14 +91,27 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
|
|
90 |
$this->doc_link = $args['doc_link'];
|
91 |
$this->doc_video_link = $args['doc_video_link'];
|
92 |
|
93 |
-
$this->pro_page = $args['pro_page'];
|
94 |
-
$this->bws_license_plugin = $args['bws_license_plugin'];
|
95 |
$this->link_key = $args['link_key'];
|
96 |
$this->link_pn = $args['link_pn'];
|
97 |
$this->trial_days = $args['trial_days'];
|
98 |
$this->licenses = $args['licenses'];
|
99 |
|
100 |
-
$this->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
101 |
$this->version = '1.0.0';
|
102 |
$this->is_multisite = is_multisite();
|
103 |
|
@@ -112,7 +126,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
|
|
112 |
$this->licenses[ $this->plugins_info['TextDomain'] ] = array(
|
113 |
'name' => $this->plugins_info['Name'],
|
114 |
'slug' => $this->plugins_info['TextDomain'],
|
115 |
-
'pro_slug' =>
|
116 |
'basename' => $this->plugin_basename,
|
117 |
'pro_basename' => $this->bws_license_plugin
|
118 |
);
|
@@ -155,8 +169,12 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
|
|
155 |
<div class="submitbox" id="submitpost">
|
156 |
<div id="minor-publishing">
|
157 |
<div id="misc-publishing-actions">
|
|
|
|
|
|
|
|
|
158 |
<?php if ( $this->is_pro ) {
|
159 |
-
if (
|
160 |
$license_type = 'Pro';
|
161 |
$license_status = __( 'Inactive', 'bestwebsoft' ) . ' <a href="#' . $this->prefix . '_license_tab" class="bws_trigger_tab_click">' . __( 'Learn More', 'bestwebsoft' ) . '</a>';
|
162 |
} else {
|
@@ -174,7 +192,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
|
|
174 |
$license_status .= '. <a target="_blank" href="' . esc_url( $this->plugins_info['PluginURI'] ) . '">' . __( 'Upgrade to Pro', 'bestwebsoft' ) . '</a>';
|
175 |
} else {
|
176 |
$license_type = isset( $bstwbsftwppdtplgns_options['nonprofit'][ $this->plugin_basename ] ) ? 'Nonprofit Pro' : 'Pro';
|
177 |
-
if ( $finish < $today ) {
|
178 |
$license_status = sprintf( __( 'Expired on %s', 'bestwebsoft' ), $bstwbsftwppdtplgns_options['time_out'][ $this->plugin_basename ] ) . '. <a target="_blank" href="https://support.bestwebsoft.com/entries/53487136">' . __( 'Renew Now', 'bestwebsoft' ) . '</a>';
|
179 |
} else {
|
180 |
$license_status = __( 'Active', 'bestwebsoft' );
|
@@ -191,6 +209,10 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
|
|
191 |
<div class="misc-pub-section">
|
192 |
<strong><?php _e( 'Version', 'bestwebsoft' ); ?>:</strong> <?php echo $this->plugins_info['Version']; ?>
|
193 |
</div><!-- .misc-pub-section -->
|
|
|
|
|
|
|
|
|
194 |
</div>
|
195 |
<div class="clear"></div>
|
196 |
</div>
|
@@ -234,9 +256,8 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
|
|
234 |
* @param void
|
235 |
* @return void
|
236 |
*/
|
237 |
-
public function display_tabs() {
|
238 |
-
|
239 |
-
<div id="bws_settings_tabs_wrapper"<?php if ( version_compare( $wp_version, '4.0', '<' ) ) echo ' class="edit-form-section"'; ?>>
|
240 |
<ul id="bws_settings_tabs">
|
241 |
<?php $this->display_tabs_list(); ?>
|
242 |
</ul>
|
@@ -452,7 +473,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
|
|
452 |
'learn_more_link' => 'https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Getting_started'
|
453 |
),
|
454 |
'php' => array( 'description' => sprintf( __( 'This PHP code will be hooked to the %s action and will be printed on front end only.', 'bestwebsoft' ), '<a href="https://codex.wordpress.org/Plugin_API/Action_Reference/init" target="_blank"><code>init</code></a>' ),
|
455 |
-
'learn_more_link' => '
|
456 |
),
|
457 |
'js' => array( 'description' => __( 'These code will be added to the header on all pages of your site.', 'bestwebsoft' ),
|
458 |
'learn_more_link' => 'https://developer.mozilla.org/en-US/docs/Web/JavaScript'
|
@@ -631,6 +652,8 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
|
|
631 |
*/
|
632 |
private function save_options_misc() {
|
633 |
global $bstwbsftwppdtplgns_options, $wp_version;
|
|
|
|
|
634 |
/* hide premium options */
|
635 |
if ( ! empty( $this->pro_page ) ) {
|
636 |
if ( isset( $_POST['bws_hide_premium_options'] ) ) {
|
@@ -692,7 +715,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
|
|
692 |
),
|
693 |
'user-agent' => 'WordPress/' . $wp_version . '; ' . get_bloginfo( 'url' )
|
694 |
);
|
695 |
-
$raw_response = wp_remote_post( '
|
696 |
|
697 |
if ( ! is_wp_error( $raw_response ) && 200 == wp_remote_retrieve_response_code( $raw_response ) ) {
|
698 |
$response = maybe_unserialize( wp_remote_retrieve_body( $raw_response ) );
|
@@ -727,7 +750,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
|
|
727 |
if ( ! empty( $this->pro_page ) || ! empty( $single_license['pro_basename'] ) ) {
|
728 |
|
729 |
if ( $this->pro_plugin_is_activated && ( empty( $single_license['pro_basename'] ) || isset( $this->bws_license_plugin ) ) ) {
|
730 |
-
$url = '
|
731 |
<table class="form-table">
|
732 |
<tr>
|
733 |
<th scope="row"><?php echo $pro_plugin_name . ' License'; ?></th>
|
@@ -760,18 +783,15 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
|
|
760 |
</tr>
|
761 |
</table>
|
762 |
<?php } else {
|
763 |
-
$attr = '';
|
764 |
if ( isset( $bstwbsftwppdtplgns_options['go_pro'][ $this->bws_license_plugin ]['count'] ) &&
|
765 |
'5' < $bstwbsftwppdtplgns_options['go_pro'][ $this->bws_license_plugin ]['count'] &&
|
766 |
$bstwbsftwppdtplgns_options['go_pro'][ $this->bws_license_plugin ]['time'] > ( time() - ( 24 * 60 * 60 ) ) )
|
767 |
$attr = 'disabled="disabled"';
|
768 |
|
769 |
-
|
770 |
-
if( ! empty( $single_license['pro_basename'] ) ) {
|
771 |
$license_key = ! empty( $bstwbsftwppdtplgns_options[ $single_license['pro_basename'] ] ) ? $bstwbsftwppdtplgns_options[ $single_license['pro_basename'] ] : '';
|
772 |
-
}
|
773 |
-
$current_plugin_link = ( ! empty( $this->link_key ) && ! empty( $this->link_pn ) ? esc_url( 'https://bestwebsoft.com/products/wordpress/plugins/' . $this->wp_slug . '/' . '?k=' . $this->link_key . '&pn=' . $this->link_pn . '&v=' . $this->plugins_info["Version"] . '&wp_v=' . $wp_version ) : esc_url( 'https://bestwebsoft.com/products/wordpress/plugins/' . $this->wp_slug . '/' ) );
|
774 |
-
?>
|
775 |
<table class="form-table">
|
776 |
<tr>
|
777 |
<th scope="row"><?php echo $pro_plugin_name . ' License'; ?></th>
|
@@ -780,7 +800,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
|
|
780 |
<input <?php echo $attr; ?> type="hidden" name="bws_license_plugin_<?php echo ( ! empty( $single_license['pro_slug'] ) ) ? $single_license['pro_slug'] : $single_license['slug']; ?>" value="<?php echo esc_attr( ( ! empty( $single_license['pro_slug'] ) ) ? $single_license['pro_slug'] : $single_license['slug'] ); ?>" />
|
781 |
<input <?php echo $attr; ?> type="submit" class="button button-secondary" name="bws_license_submit" value="<?php _e( 'Activate', 'bestwebsoft' ); ?>" />
|
782 |
<div class="bws_info">
|
783 |
-
<?php printf( __( 'Enter your license key to activate %s and get premium plugin features.', 'bestwebsoft' ), '<a href="' . $
|
784 |
</div>
|
785 |
<?php if ( '' != $attr ) { ?>
|
786 |
<p><?php _e( "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually.", 'bestwebsoft' ); ?></p>
|
@@ -830,7 +850,9 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
|
|
830 |
private function save_options_license_key() {
|
831 |
global $wp_version, $bstwbsftwppdtplgns_options;
|
832 |
/*$empty_field_error - added to avoid error when 1 field is empty while another field contains license key*/
|
833 |
-
|
|
|
|
|
834 |
foreach ( $this->licenses as $single_license) {
|
835 |
$bws_license_key = ( isset( $_POST[ ( ! empty( $single_license['pro_slug'] ) ) ? 'bws_license_key_' . $single_license['pro_slug'] : 'bws_license_key_' . $single_license['slug'] ] ) ) ? stripslashes( sanitize_text_field( $_POST[ ( ! empty( $single_license['pro_slug'] ) ) ? 'bws_license_key_' . $single_license['pro_slug'] : 'bws_license_key_' . $single_license['slug'] ] ) ) : '';
|
836 |
if ( '' != $bws_license_key ) {
|
@@ -851,15 +873,15 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
|
|
851 |
|
852 |
if ( ! empty( $this->all_plugins ) && ! empty( $current ) && isset( $current->response ) && is_array( $current->response ) ) {
|
853 |
$to_send = array();
|
854 |
-
$to_send["plugins"][
|
855 |
-
$to_send["plugins"][
|
856 |
-
$to_send["plugins"][
|
857 |
$options = array(
|
858 |
'timeout' => ( ( defined( 'DOING_CRON' ) && DOING_CRON ) ? 30 : 3 ),
|
859 |
'body' => array( 'plugins' => serialize( $to_send ) ),
|
860 |
'user-agent' => 'WordPress/' . $wp_version . '; ' . get_bloginfo( 'url' )
|
861 |
);
|
862 |
-
$raw_response = wp_remote_post( '
|
863 |
|
864 |
if ( is_wp_error( $raw_response ) || 200 != wp_remote_retrieve_response_code( $raw_response ) ) {
|
865 |
$error = __( 'Something went wrong. Please try again later. If the error appears again, please contact us', 'bestwebsoft' ) . ': <a href=https://support.bestwebsoft.com>BestWebSoft</a>. ' . __( 'We are sorry for inconvenience.', 'bestwebsoft' );
|
@@ -888,6 +910,9 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
|
|
888 |
|
889 |
if ( ! empty( $single_response->time_out ) ) {
|
890 |
$message .= ' ' . __( 'Your license will expire on', 'bestwebsoft' ) . ' ' . $single_response->time_out . '.';
|
|
|
|
|
|
|
891 |
}
|
892 |
|
893 |
if ( isset( $single_response->trial ) && $this->is_trial ) {
|
@@ -896,19 +921,19 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
|
|
896 |
}
|
897 |
|
898 |
if ( isset( $single_response->trial ) ) {
|
899 |
-
$bstwbsftwppdtplgns_options['trial'][
|
900 |
} else {
|
901 |
-
unset( $bstwbsftwppdtplgns_options['trial'][
|
902 |
}
|
903 |
|
904 |
if ( isset( $single_response->nonprofit ) ) {
|
905 |
-
$bstwbsftwppdtplgns_options['nonprofit'][
|
906 |
} else {
|
907 |
-
unset( $bstwbsftwppdtplgns_options['nonprofit'][
|
908 |
}
|
909 |
|
910 |
-
if ( ! isset( $bstwbsftwppdtplgns_options[
|
911 |
-
$bstwbsftwppdtplgns_options[
|
912 |
|
913 |
$file = @fopen( dirname( dirname( __FILE__ ) ) . "/license_key.txt", "w+" );
|
914 |
if ( $file ) {
|
@@ -918,9 +943,14 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
|
|
918 |
$update_option = true;
|
919 |
}
|
920 |
|
921 |
-
if (
|
922 |
-
|
923 |
-
$update_option
|
|
|
|
|
|
|
|
|
|
|
924 |
}
|
925 |
|
926 |
if ( isset( $update_option ) ) {
|
@@ -968,7 +998,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
|
|
968 |
'body' => array( 'plugins' => serialize( $to_send ) ),
|
969 |
'user-agent' => 'WordPress/' . $wp_version . '; ' . get_bloginfo( 'url' )
|
970 |
);
|
971 |
-
$raw_response = wp_remote_post( '
|
972 |
|
973 |
if ( is_wp_error( $raw_response ) || 200 != wp_remote_retrieve_response_code( $raw_response ) ) {
|
974 |
$error = __( "Something went wrong. Please try again later. If the error appears again, please contact us", 'bestwebsoft' ) . ': <a href="https://support.bestwebsoft.com">BestWebSoft</a>. ' . __( "We are sorry for inconvenience.", 'bestwebsoft' );
|
@@ -1095,4 +1125,4 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
|
|
1095 |
}
|
1096 |
}
|
1097 |
}
|
1098 |
-
}
|
10 |
private $tabs;
|
11 |
private $pro_plugin_is_activated = false;
|
12 |
private $custom_code_args = array();
|
13 |
+
private $bws_plugin_link = '';
|
14 |
|
15 |
public $plugin_basename;
|
16 |
public $prefix;
|
54 |
* @param array|string $args
|
55 |
*/
|
56 |
public function __construct( $args = array() ) {
|
57 |
+
global $wp_version;
|
58 |
+
|
59 |
$args = wp_parse_args( $args, array(
|
60 |
'plugin_basename' => '',
|
61 |
'prefix' => '',
|
69 |
'wp_slug' => '',
|
70 |
'demo_data' => false,
|
71 |
/* if this is free version and pro exist */
|
|
|
|
|
72 |
'link_key' => '',
|
73 |
'link_pn' => '',
|
74 |
'trial_days' => false,
|
91 |
$this->doc_link = $args['doc_link'];
|
92 |
$this->doc_video_link = $args['doc_video_link'];
|
93 |
|
|
|
|
|
94 |
$this->link_key = $args['link_key'];
|
95 |
$this->link_pn = $args['link_pn'];
|
96 |
$this->trial_days = $args['trial_days'];
|
97 |
$this->licenses = $args['licenses'];
|
98 |
|
99 |
+
$this->pro_page = $this->bws_license_plugin = '';
|
100 |
+
/* get $bws_plugins */
|
101 |
+
require( dirname( __FILE__ ) . '/product_list.php' );
|
102 |
+
if ( isset( $bws_plugins[ $this->plugin_basename ] ) ) {
|
103 |
+
if ( isset( $bws_plugins[ $this->plugin_basename ]['pro_settings'] ) ) {
|
104 |
+
$this->pro_page = $bws_plugins[ $this->plugin_basename ]['pro_settings'];
|
105 |
+
$this->bws_license_plugin = $bws_plugins[ $this->plugin_basename ]['pro_version'];
|
106 |
+
}
|
107 |
+
|
108 |
+
$this->bws_plugin_link = substr( $bws_plugins[ $this->plugin_basename ]['link'],0 , strpos( $bws_plugins[ $this->plugin_basename ]['link'], '?' ) );
|
109 |
+
|
110 |
+
if ( ! empty( $this->link_key ) && ! empty( $this->link_pn ) )
|
111 |
+
$this->bws_plugin_link .= '?k=' . $this->link_key . '&pn=' . $this->link_pn . '&v=' . $this->plugins_info["Version"] . '&wp_v=' . $wp_version;
|
112 |
+
}
|
113 |
+
|
114 |
+
$this->hide_pro_tabs = bws_hide_premium_options_check( $this->options );
|
115 |
$this->version = '1.0.0';
|
116 |
$this->is_multisite = is_multisite();
|
117 |
|
126 |
$this->licenses[ $this->plugins_info['TextDomain'] ] = array(
|
127 |
'name' => $this->plugins_info['Name'],
|
128 |
'slug' => $this->plugins_info['TextDomain'],
|
129 |
+
'pro_slug' => substr( $this->bws_license_plugin, 0, stripos( $this->bws_license_plugin, '/' ) ),
|
130 |
'basename' => $this->plugin_basename,
|
131 |
'pro_basename' => $this->bws_license_plugin
|
132 |
);
|
169 |
<div class="submitbox" id="submitpost">
|
170 |
<div id="minor-publishing">
|
171 |
<div id="misc-publishing-actions">
|
172 |
+
<?php /**
|
173 |
+
* action - Display additional content for #misc-publishing-actions
|
174 |
+
*/
|
175 |
+
do_action( __CLASS__ . '_information_postbox_top' ); ?>
|
176 |
<?php if ( $this->is_pro ) {
|
177 |
+
if ( isset( $bstwbsftwppdtplgns_options['wrong_license_key'][ $this->plugin_basename ] ) || empty( $bstwbsftwppdtplgns_options['time_out'] ) || ! array_key_exists( $this->plugin_basename, $bstwbsftwppdtplgns_options['time_out'] ) ) {
|
178 |
$license_type = 'Pro';
|
179 |
$license_status = __( 'Inactive', 'bestwebsoft' ) . ' <a href="#' . $this->prefix . '_license_tab" class="bws_trigger_tab_click">' . __( 'Learn More', 'bestwebsoft' ) . '</a>';
|
180 |
} else {
|
192 |
$license_status .= '. <a target="_blank" href="' . esc_url( $this->plugins_info['PluginURI'] ) . '">' . __( 'Upgrade to Pro', 'bestwebsoft' ) . '</a>';
|
193 |
} else {
|
194 |
$license_type = isset( $bstwbsftwppdtplgns_options['nonprofit'][ $this->plugin_basename ] ) ? 'Nonprofit Pro' : 'Pro';
|
195 |
+
if ( ! empty( $bstwbsftwppdtplgns_options['time_out'][ $this->plugin_basename ] ) && $finish < $today ) {
|
196 |
$license_status = sprintf( __( 'Expired on %s', 'bestwebsoft' ), $bstwbsftwppdtplgns_options['time_out'][ $this->plugin_basename ] ) . '. <a target="_blank" href="https://support.bestwebsoft.com/entries/53487136">' . __( 'Renew Now', 'bestwebsoft' ) . '</a>';
|
197 |
} else {
|
198 |
$license_status = __( 'Active', 'bestwebsoft' );
|
209 |
<div class="misc-pub-section">
|
210 |
<strong><?php _e( 'Version', 'bestwebsoft' ); ?>:</strong> <?php echo $this->plugins_info['Version']; ?>
|
211 |
</div><!-- .misc-pub-section -->
|
212 |
+
<?php /**
|
213 |
+
* action - Display additional content for #misc-publishing-actions
|
214 |
+
*/
|
215 |
+
do_action( __CLASS__ . '_information_postbox_bottom' ); ?>
|
216 |
</div>
|
217 |
<div class="clear"></div>
|
218 |
</div>
|
256 |
* @param void
|
257 |
* @return void
|
258 |
*/
|
259 |
+
public function display_tabs() { ?>
|
260 |
+
<div id="bws_settings_tabs_wrapper">
|
|
|
261 |
<ul id="bws_settings_tabs">
|
262 |
<?php $this->display_tabs_list(); ?>
|
263 |
</ul>
|
473 |
'learn_more_link' => 'https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Getting_started'
|
474 |
),
|
475 |
'php' => array( 'description' => sprintf( __( 'This PHP code will be hooked to the %s action and will be printed on front end only.', 'bestwebsoft' ), '<a href="https://codex.wordpress.org/Plugin_API/Action_Reference/init" target="_blank"><code>init</code></a>' ),
|
476 |
+
'learn_more_link' => 'https://php.net/'
|
477 |
),
|
478 |
'js' => array( 'description' => __( 'These code will be added to the header on all pages of your site.', 'bestwebsoft' ),
|
479 |
'learn_more_link' => 'https://developer.mozilla.org/en-US/docs/Web/JavaScript'
|
652 |
*/
|
653 |
private function save_options_misc() {
|
654 |
global $bstwbsftwppdtplgns_options, $wp_version;
|
655 |
+
$notice = '';
|
656 |
+
|
657 |
/* hide premium options */
|
658 |
if ( ! empty( $this->pro_page ) ) {
|
659 |
if ( isset( $_POST['bws_hide_premium_options'] ) ) {
|
715 |
),
|
716 |
'user-agent' => 'WordPress/' . $wp_version . '; ' . get_bloginfo( 'url' )
|
717 |
);
|
718 |
+
$raw_response = wp_remote_post( 'https://bestwebsoft.com/wp-content/plugins/products-statistics/track-usage/', $options );
|
719 |
|
720 |
if ( ! is_wp_error( $raw_response ) && 200 == wp_remote_retrieve_response_code( $raw_response ) ) {
|
721 |
$response = maybe_unserialize( wp_remote_retrieve_body( $raw_response ) );
|
750 |
if ( ! empty( $this->pro_page ) || ! empty( $single_license['pro_basename'] ) ) {
|
751 |
|
752 |
if ( $this->pro_plugin_is_activated && ( empty( $single_license['pro_basename'] ) || isset( $this->bws_license_plugin ) ) ) {
|
753 |
+
$url = 'https://bestwebsoft.com/wp-content/plugins/paid-products/plugins/downloads/?bws_first_download=' . $this->bws_license_plugin . '&bws_license_key=' . $bstwbsftwppdtplgns_options[ $this->bws_license_plugin ] . '&download_from=5'; ?>
|
754 |
<table class="form-table">
|
755 |
<tr>
|
756 |
<th scope="row"><?php echo $pro_plugin_name . ' License'; ?></th>
|
783 |
</tr>
|
784 |
</table>
|
785 |
<?php } else {
|
786 |
+
$attr = $license_key = '';
|
787 |
if ( isset( $bstwbsftwppdtplgns_options['go_pro'][ $this->bws_license_plugin ]['count'] ) &&
|
788 |
'5' < $bstwbsftwppdtplgns_options['go_pro'][ $this->bws_license_plugin ]['count'] &&
|
789 |
$bstwbsftwppdtplgns_options['go_pro'][ $this->bws_license_plugin ]['time'] > ( time() - ( 24 * 60 * 60 ) ) )
|
790 |
$attr = 'disabled="disabled"';
|
791 |
|
792 |
+
if ( ! empty( $single_license['pro_basename'] ) ) {
|
|
|
793 |
$license_key = ! empty( $bstwbsftwppdtplgns_options[ $single_license['pro_basename'] ] ) ? $bstwbsftwppdtplgns_options[ $single_license['pro_basename'] ] : '';
|
794 |
+
} ?>
|
|
|
|
|
795 |
<table class="form-table">
|
796 |
<tr>
|
797 |
<th scope="row"><?php echo $pro_plugin_name . ' License'; ?></th>
|
800 |
<input <?php echo $attr; ?> type="hidden" name="bws_license_plugin_<?php echo ( ! empty( $single_license['pro_slug'] ) ) ? $single_license['pro_slug'] : $single_license['slug']; ?>" value="<?php echo esc_attr( ( ! empty( $single_license['pro_slug'] ) ) ? $single_license['pro_slug'] : $single_license['slug'] ); ?>" />
|
801 |
<input <?php echo $attr; ?> type="submit" class="button button-secondary" name="bws_license_submit" value="<?php _e( 'Activate', 'bestwebsoft' ); ?>" />
|
802 |
<div class="bws_info">
|
803 |
+
<?php printf( __( 'Enter your license key to activate %s and get premium plugin features.', 'bestwebsoft' ), '<a href="' . $this->bws_plugin_link . '" target="_blank" title="' . $pro_plugin_name . '">' . $pro_plugin_name . '</a>' ); ?>
|
804 |
</div>
|
805 |
<?php if ( '' != $attr ) { ?>
|
806 |
<p><?php _e( "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually.", 'bestwebsoft' ); ?></p>
|
850 |
private function save_options_license_key() {
|
851 |
global $wp_version, $bstwbsftwppdtplgns_options;
|
852 |
/*$empty_field_error - added to avoid error when 1 field is empty while another field contains license key*/
|
853 |
+
|
854 |
+
$error = $message = $empty_field_error = '';
|
855 |
+
|
856 |
foreach ( $this->licenses as $single_license) {
|
857 |
$bws_license_key = ( isset( $_POST[ ( ! empty( $single_license['pro_slug'] ) ) ? 'bws_license_key_' . $single_license['pro_slug'] : 'bws_license_key_' . $single_license['slug'] ] ) ) ? stripslashes( sanitize_text_field( $_POST[ ( ! empty( $single_license['pro_slug'] ) ) ? 'bws_license_key_' . $single_license['pro_slug'] : 'bws_license_key_' . $single_license['slug'] ] ) ) : '';
|
858 |
if ( '' != $bws_license_key ) {
|
873 |
|
874 |
if ( ! empty( $this->all_plugins ) && ! empty( $current ) && isset( $current->response ) && is_array( $current->response ) ) {
|
875 |
$to_send = array();
|
876 |
+
$to_send["plugins"][ $single_license['basename'] ] = $this->all_plugins[ $single_license['basename'] ];
|
877 |
+
$to_send["plugins"][ $single_license['basename'] ]["bws_license_key"] = $bws_license_key;
|
878 |
+
$to_send["plugins"][ $single_license['basename'] ]["bws_illegal_client"] = true;
|
879 |
$options = array(
|
880 |
'timeout' => ( ( defined( 'DOING_CRON' ) && DOING_CRON ) ? 30 : 3 ),
|
881 |
'body' => array( 'plugins' => serialize( $to_send ) ),
|
882 |
'user-agent' => 'WordPress/' . $wp_version . '; ' . get_bloginfo( 'url' )
|
883 |
);
|
884 |
+
$raw_response = wp_remote_post( 'https://bestwebsoft.com/wp-content/plugins/paid-products/plugins/pro-license-check/1.0/', $options );
|
885 |
|
886 |
if ( is_wp_error( $raw_response ) || 200 != wp_remote_retrieve_response_code( $raw_response ) ) {
|
887 |
$error = __( 'Something went wrong. Please try again later. If the error appears again, please contact us', 'bestwebsoft' ) . ': <a href=https://support.bestwebsoft.com>BestWebSoft</a>. ' . __( 'We are sorry for inconvenience.', 'bestwebsoft' );
|
910 |
|
911 |
if ( ! empty( $single_response->time_out ) ) {
|
912 |
$message .= ' ' . __( 'Your license will expire on', 'bestwebsoft' ) . ' ' . $single_response->time_out . '.';
|
913 |
+
} else {
|
914 |
+
/* lifetime */
|
915 |
+
$single_response->time_out = NULL;
|
916 |
}
|
917 |
|
918 |
if ( isset( $single_response->trial ) && $this->is_trial ) {
|
921 |
}
|
922 |
|
923 |
if ( isset( $single_response->trial ) ) {
|
924 |
+
$bstwbsftwppdtplgns_options['trial'][ $single_license['basename'] ] = 1;
|
925 |
} else {
|
926 |
+
unset( $bstwbsftwppdtplgns_options['trial'][ $single_license['basename'] ] );
|
927 |
}
|
928 |
|
929 |
if ( isset( $single_response->nonprofit ) ) {
|
930 |
+
$bstwbsftwppdtplgns_options['nonprofit'][ $single_license['basename'] ] = 1;
|
931 |
} else {
|
932 |
+
unset( $bstwbsftwppdtplgns_options['nonprofit'][ $single_license['basename'] ] );
|
933 |
}
|
934 |
|
935 |
+
if ( ! isset( $bstwbsftwppdtplgns_options[ $single_license['basename'] ] ) || $bstwbsftwppdtplgns_options[ $single_license['basename'] ] != $bws_license_key ) {
|
936 |
+
$bstwbsftwppdtplgns_options[ $single_license['basename'] ] = $bws_license_key;
|
937 |
|
938 |
$file = @fopen( dirname( dirname( __FILE__ ) ) . "/license_key.txt", "w+" );
|
939 |
if ( $file ) {
|
943 |
$update_option = true;
|
944 |
}
|
945 |
|
946 |
+
if ( isset( $bstwbsftwppdtplgns_options['wrong_license_key'][ $single_license['basename'] ] ) ) {
|
947 |
+
unset( $bstwbsftwppdtplgns_options['wrong_license_key'][ $single_license['basename'] ] );
|
948 |
+
$update_option = true;
|
949 |
+
}
|
950 |
+
|
951 |
+
if ( ! isset( $bstwbsftwppdtplgns_options['time_out'][ $single_license['basename'] ] ) || $bstwbsftwppdtplgns_options['time_out'][ $single_license['basename'] ] != $single_response->time_out ) {
|
952 |
+
$bstwbsftwppdtplgns_options['time_out'][ $single_license['basename'] ] = $single_response->time_out;
|
953 |
+
$update_option = true;
|
954 |
}
|
955 |
|
956 |
if ( isset( $update_option ) ) {
|
998 |
'body' => array( 'plugins' => serialize( $to_send ) ),
|
999 |
'user-agent' => 'WordPress/' . $wp_version . '; ' . get_bloginfo( 'url' )
|
1000 |
);
|
1001 |
+
$raw_response = wp_remote_post( 'https://bestwebsoft.com/wp-content/plugins/paid-products/plugins/pro-license-check/1.0/', $options );
|
1002 |
|
1003 |
if ( is_wp_error( $raw_response ) || 200 != wp_remote_retrieve_response_code( $raw_response ) ) {
|
1004 |
$error = __( "Something went wrong. Please try again later. If the error appears again, please contact us", 'bestwebsoft' ) . ': <a href="https://support.bestwebsoft.com">BestWebSoft</a>. ' . __( "We are sorry for inconvenience.", 'bestwebsoft' );
|
1125 |
}
|
1126 |
}
|
1127 |
}
|
1128 |
+
}
|
bws_menu/css/general_style.css
CHANGED
@@ -61,9 +61,12 @@ div.bws_info {
|
|
61 |
.bws_info_small {
|
62 |
font-size: 11px !important;
|
63 |
}
|
64 |
-
div.updated.bws-notice {
|
65 |
border-left: 4px solid #ffba00;
|
66 |
}
|
|
|
|
|
|
|
67 |
/*
|
68 |
* styles for rate-support div on the settings page
|
69 |
*/
|
@@ -327,7 +330,7 @@ div.bws_banner_on_plugin_page .icon {
|
|
327 |
margin: 12px 8px 8px 12px;
|
328 |
}
|
329 |
.bws_banner_on_plugin_page .icon img {
|
330 |
-
max-width:
|
331 |
}
|
332 |
.bws_go_pro_banner .icon:before {
|
333 |
content: 'PRO';
|
@@ -658,6 +661,9 @@ span.bws_code {
|
|
658 |
#bws_settings_tabs li.bws-tab-notifications a:before {
|
659 |
content: "\f466";
|
660 |
}
|
|
|
|
|
|
|
661 |
#bws_settings_tabs li.bws-tab-output a:before {
|
662 |
content: "\f498";
|
663 |
}
|
@@ -810,4 +816,4 @@ span.bws_code {
|
|
810 |
padding-left: 0;
|
811 |
padding-right: 0;
|
812 |
}
|
813 |
-
}
|
61 |
.bws_info_small {
|
62 |
font-size: 11px !important;
|
63 |
}
|
64 |
+
body:not(.rtl) div.updated.bws-notice {
|
65 |
border-left: 4px solid #ffba00;
|
66 |
}
|
67 |
+
.rtl div.updated.bws-notice {
|
68 |
+
border-right: 4px solid #ffba00;
|
69 |
+
}
|
70 |
/*
|
71 |
* styles for rate-support div on the settings page
|
72 |
*/
|
330 |
margin: 12px 8px 8px 12px;
|
331 |
}
|
332 |
.bws_banner_on_plugin_page .icon img {
|
333 |
+
max-width: 64px;
|
334 |
}
|
335 |
.bws_go_pro_banner .icon:before {
|
336 |
content: 'PRO';
|
661 |
#bws_settings_tabs li.bws-tab-notifications a:before {
|
662 |
content: "\f466";
|
663 |
}
|
664 |
+
#bws_settings_tabs li.bws-tab-reports a:before {
|
665 |
+
content: "\f535";
|
666 |
+
}
|
667 |
#bws_settings_tabs li.bws-tab-output a:before {
|
668 |
content: "\f498";
|
669 |
}
|
816 |
padding-left: 0;
|
817 |
padding-right: 0;
|
818 |
}
|
819 |
+
}
|
bws_menu/css/modal.css
CHANGED
@@ -46,10 +46,22 @@
|
|
46 |
}
|
47 |
.bws-modal .bws-modal-footer {
|
48 |
border-top: #eeeeee solid 1px;
|
49 |
-
|
|
|
|
|
|
|
|
|
|
|
50 |
}
|
51 |
.bws-modal .bws-modal-footer .button {
|
52 |
margin: 0 7px;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
53 |
}
|
54 |
.bws-modal .bws-modal-footer .button:first-child {
|
55 |
margin: 0;
|
46 |
}
|
47 |
.bws-modal .bws-modal-footer {
|
48 |
border-top: #eeeeee solid 1px;
|
49 |
+
}
|
50 |
+
.bws-modal .bws-modal-footer .bws-modal-skip-link {
|
51 |
+
text-decoration: none;
|
52 |
+
float: right;
|
53 |
+
display: inline-block;
|
54 |
+
padding: 7px;
|
55 |
}
|
56 |
.bws-modal .bws-modal-footer .button {
|
57 |
margin: 0 7px;
|
58 |
+
float: left;
|
59 |
+
}
|
60 |
+
.rtl .bws-modal .bws-modal-footer .bws-modal-skip-link {
|
61 |
+
float: left;
|
62 |
+
}
|
63 |
+
.rtl .bws-modal .bws-modal-footer .button {
|
64 |
+
float: right;
|
65 |
}
|
66 |
.bws-modal .bws-modal-footer .button:first-child {
|
67 |
margin: 0;
|
bws_menu/css/style.css
CHANGED
@@ -260,7 +260,7 @@ table.bws-system-info tbody tr:nth-child(odd) {
|
|
260 |
box-shadow: none;
|
261 |
}
|
262 |
.bws_product_image img {
|
263 |
-
height:
|
264 |
}
|
265 |
.bws_product_content {
|
266 |
max-width: 200px;
|
@@ -484,4 +484,4 @@ a.bws_donate {
|
|
484 |
max-width: 160px;
|
485 |
padding-right: 10px;
|
486 |
}
|
487 |
-
}
|
260 |
box-shadow: none;
|
261 |
}
|
262 |
.bws_product_image img {
|
263 |
+
height: 64px;
|
264 |
}
|
265 |
.bws_product_content {
|
266 |
max-width: 200px;
|
484 |
max-width: 160px;
|
485 |
padding-right: 10px;
|
486 |
}
|
487 |
+
}
|
bws_menu/deactivation-form.php
CHANGED
@@ -122,7 +122,9 @@ if ( ! function_exists( 'bws_add_deactivation_feedback_dialog_box' ) ) {
|
|
122 |
</div>
|
123 |
</div>
|
124 |
<div class="bws-modal-footer">
|
125 |
-
<a href="#" class="button button-primary bws-modal-button-deactivate"
|
|
|
|
|
126 |
<div class="clear"></div>
|
127 |
</div>
|
128 |
</div>
|
@@ -184,6 +186,14 @@ if ( ! function_exists( 'bws_add_deactivation_feedback_dialog_box' ) ) {
|
|
184 |
}, 150 );
|
185 |
});
|
186 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
187 |
\$modal.on( 'click', '.bws-modal-footer .button', function( evt ) {
|
188 |
evt.preventDefault();
|
189 |
|
@@ -194,46 +204,40 @@ if ( ! function_exists( 'bws_add_deactivation_feedback_dialog_box' ) ) {
|
|
194 |
var _parent = $( this ).parents( '.bws-modal:first' ),
|
195 |
_this = $( this );
|
196 |
|
197 |
-
|
198 |
-
|
|
|
|
|
|
|
|
|
|
|
199 |
|
200 |
-
|
201 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
202 |
window.location.href = \$deactivateLink.attr( 'href' );
|
203 |
-
return;
|
204 |
}
|
205 |
-
|
206 |
-
var \$selected_reason = \$radio.parents( 'li:first' ),
|
207 |
-
\$input = \$selected_reason.find( 'textarea, input[type=\"text\"]' ),
|
208 |
-
userReason = ( 0 !== \$input.length ) ? \$input.val().trim() : '';
|
209 |
-
|
210 |
-
var is_anonymous = ( \$anonymousFeedback.find( 'input' ).is( ':checked' ) ) ? 0 : 1;
|
211 |
-
|
212 |
-
$.ajax({
|
213 |
-
url : ajaxurl,
|
214 |
-
method : 'POST',
|
215 |
-
data : {
|
216 |
-
'action' : 'bws_submit_uninstall_reason_action',
|
217 |
-
'plugin' : '" . $basename . "',
|
218 |
-
'reason_id' : \$radio.val(),
|
219 |
-
'reason_info' : userReason,
|
220 |
-
'is_anonymous' : is_anonymous,
|
221 |
-
'bws_ajax_nonce' : '" . wp_create_nonce( 'bws_ajax_nonce' ) . "'
|
222 |
-
},
|
223 |
-
beforeSend: function() {
|
224 |
-
_parent.find( '.bws-modal-footer .button' ).addClass( 'disabled' );
|
225 |
-
_parent.find( '.bws-modal-footer .button-secondary' ).text( '" . __( 'Processing', 'bestwebsoft' ) . "' + '...' );
|
226 |
-
},
|
227 |
-
complete : function( message ) {
|
228 |
-
/* Do not show the dialog box, deactivate the plugin. */
|
229 |
-
window.location.href = \$deactivateLink.attr( 'href' );
|
230 |
-
}
|
231 |
-
});
|
232 |
-
} else if ( _this.hasClass( 'bws-modal-button-deactivate' ) ) {
|
233 |
-
/* Change the Deactivate button's text and show the reasons panel. */
|
234 |
-
_parent.find( '.bws-modal-button-deactivate' ).addClass( 'allow-deactivate' );
|
235 |
-
BwsModalShowPanel();
|
236 |
-
}
|
237 |
});
|
238 |
|
239 |
\$modal.on( 'click', 'input[type=\"radio\"]', function() {
|
@@ -251,7 +255,6 @@ if ( ! function_exists( 'bws_add_deactivation_feedback_dialog_box' ) ) {
|
|
251 |
|
252 |
\$modal.find( '.bws-modal-reason-input' ).remove();
|
253 |
\$modal.find( '.bws-modal-internal-message' ).hide();
|
254 |
-
\$modal.find( '.bws-modal-button-deactivate' ).text( '" . __( 'Submit and Deactivate', 'bestwebsoft' ) . "' );
|
255 |
|
256 |
BwsModalEnableDeactivateButton();
|
257 |
|
@@ -299,9 +302,7 @@ if ( ! function_exists( 'bws_add_deactivation_feedback_dialog_box' ) ) {
|
|
299 |
}
|
300 |
|
301 |
function BwsModalReset() {
|
302 |
-
selectedReasonID = false;
|
303 |
-
|
304 |
-
BwsModalEnableDeactivateButton();
|
305 |
|
306 |
/* Uncheck all radio buttons.*/
|
307 |
\$modal.find( 'input[type=\"radio\"]' ).prop( 'checked', false );
|
@@ -314,14 +315,14 @@ if ( ! function_exists( 'bws_add_deactivation_feedback_dialog_box' ) ) {
|
|
314 |
/* Hide, since by default there is no selected reason.*/
|
315 |
\$anonymousFeedback.hide();
|
316 |
|
317 |
-
|
318 |
|
319 |
-
\$deactivateButton.addClass( 'allow-deactivate' );
|
320 |
BwsModalShowPanel();
|
321 |
}
|
322 |
|
323 |
function BwsModalEnableDeactivateButton() {
|
324 |
-
\$modal.find( '.bws-modal-button-deactivate' ).removeClass( 'disabled' );
|
|
|
325 |
}
|
326 |
|
327 |
function BwsModalDisableDeactivateButton() {
|
@@ -330,8 +331,6 @@ if ( ! function_exists( 'bws_add_deactivation_feedback_dialog_box' ) ) {
|
|
330 |
|
331 |
function BwsModalShowPanel() {
|
332 |
\$modal.find( '.bws-modal-panel' ).addClass( 'active' );
|
333 |
-
/* Update the deactivate button's text */
|
334 |
-
\$modal.find( '.bws-modal-button-deactivate' ).text( '" . __( 'Skip and Deactivate', 'bestwebsoft' ) . "' );
|
335 |
}
|
336 |
})(jQuery);";
|
337 |
}
|
@@ -361,7 +360,7 @@ if ( ! function_exists( 'bws_submit_uninstall_reason_action' ) ) {
|
|
361 |
exit;
|
362 |
}
|
363 |
|
364 |
-
$reason_info = isset( $_REQUEST['reason_info'] ) ? stripcslashes(
|
365 |
if ( ! empty( $reason_info ) ) {
|
366 |
$reason_info = substr( $reason_info, 0, 255 );
|
367 |
}
|
@@ -391,7 +390,7 @@ if ( ! function_exists( 'bws_submit_uninstall_reason_action' ) ) {
|
|
391 |
}
|
392 |
|
393 |
/* send data */
|
394 |
-
$raw_response = wp_remote_post( '
|
395 |
'method' => 'POST',
|
396 |
'body' => $options,
|
397 |
'timeout' => 15,
|
122 |
</div>
|
123 |
</div>
|
124 |
<div class="bws-modal-footer">
|
125 |
+
<a href="#" class="button button-primary bws-modal-button-deactivate disabled">' . __( 'Submit and Deactivate', 'bestwebsoft' ) . '</a>
|
126 |
+
<a href="#" class="bws-modal-skip-link">' . __( 'Skip and Deactivate', 'bestwebsoft' ) . '</a>
|
127 |
+
<span class="bws-modal-processing hidden">' . __( 'Processing', 'bestwebsoft' ) . '...</span>
|
128 |
<div class="clear"></div>
|
129 |
</div>
|
130 |
</div>
|
186 |
}, 150 );
|
187 |
});
|
188 |
|
189 |
+
\$modal.on( 'click', '.bws-modal-footer .bws-modal-skip-link', function( evt ) {
|
190 |
+
evt.preventDefault();
|
191 |
+
|
192 |
+
/* If no selected reason, just deactivate the plugin. */
|
193 |
+
window.location.href = \$deactivateLink.attr( 'href' );
|
194 |
+
return;
|
195 |
+
});
|
196 |
+
|
197 |
\$modal.on( 'click', '.bws-modal-footer .button', function( evt ) {
|
198 |
evt.preventDefault();
|
199 |
|
204 |
var _parent = $( this ).parents( '.bws-modal:first' ),
|
205 |
_this = $( this );
|
206 |
|
207 |
+
var \$radio = \$modal.find( 'input[type=\"radio\"]:checked' );
|
208 |
+
|
209 |
+
if ( 0 === \$radio.length ) {
|
210 |
+
/* If no selected reason */
|
211 |
+
BwsModalDisableDeactivateButton();
|
212 |
+
return;
|
213 |
+
}
|
214 |
|
215 |
+
var \$selected_reason = \$radio.parents( 'li:first' ),
|
216 |
+
\$input = \$selected_reason.find( 'textarea, input[type=\"text\"]' ),
|
217 |
+
userReason = ( 0 !== \$input.length ) ? \$input.val().trim() : '';
|
218 |
+
|
219 |
+
var is_anonymous = ( \$anonymousFeedback.find( 'input' ).is( ':checked' ) ) ? 0 : 1;
|
220 |
+
|
221 |
+
$.ajax({
|
222 |
+
url : ajaxurl,
|
223 |
+
method : 'POST',
|
224 |
+
data : {
|
225 |
+
'action' : 'bws_submit_uninstall_reason_action',
|
226 |
+
'plugin' : '" . $basename . "',
|
227 |
+
'reason_id' : \$radio.val(),
|
228 |
+
'reason_info' : userReason,
|
229 |
+
'is_anonymous' : is_anonymous,
|
230 |
+
'bws_ajax_nonce' : '" . wp_create_nonce( 'bws_ajax_nonce' ) . "'
|
231 |
+
},
|
232 |
+
beforeSend: function() {
|
233 |
+
_parent.find( '.bws-modal-footer .button' ).hide();
|
234 |
+
_parent.find( '.bws-modal-footer .bws-modal-processing' ).show();
|
235 |
+
},
|
236 |
+
complete : function( message ) {
|
237 |
+
/* Do not show the dialog box, deactivate the plugin. */
|
238 |
window.location.href = \$deactivateLink.attr( 'href' );
|
|
|
239 |
}
|
240 |
+
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
241 |
});
|
242 |
|
243 |
\$modal.on( 'click', 'input[type=\"radio\"]', function() {
|
255 |
|
256 |
\$modal.find( '.bws-modal-reason-input' ).remove();
|
257 |
\$modal.find( '.bws-modal-internal-message' ).hide();
|
|
|
258 |
|
259 |
BwsModalEnableDeactivateButton();
|
260 |
|
302 |
}
|
303 |
|
304 |
function BwsModalReset() {
|
305 |
+
selectedReasonID = false;
|
|
|
|
|
306 |
|
307 |
/* Uncheck all radio buttons.*/
|
308 |
\$modal.find( 'input[type=\"radio\"]' ).prop( 'checked', false );
|
315 |
/* Hide, since by default there is no selected reason.*/
|
316 |
\$anonymousFeedback.hide();
|
317 |
|
318 |
+
BwsModalDisableDeactivateButton();
|
319 |
|
|
|
320 |
BwsModalShowPanel();
|
321 |
}
|
322 |
|
323 |
function BwsModalEnableDeactivateButton() {
|
324 |
+
\$modal.find( '.bws-modal-button-deactivate' ).removeClass( 'disabled' ).show();
|
325 |
+
\$modal.find( '.bws-modal-processing' ).hide();
|
326 |
}
|
327 |
|
328 |
function BwsModalDisableDeactivateButton() {
|
331 |
|
332 |
function BwsModalShowPanel() {
|
333 |
\$modal.find( '.bws-modal-panel' ).addClass( 'active' );
|
|
|
|
|
334 |
}
|
335 |
})(jQuery);";
|
336 |
}
|
360 |
exit;
|
361 |
}
|
362 |
|
363 |
+
$reason_info = isset( $_REQUEST['reason_info'] ) ? stripcslashes( sanitize_text_field( $_REQUEST['reason_info'] ) ) : '';
|
364 |
if ( ! empty( $reason_info ) ) {
|
365 |
$reason_info = substr( $reason_info, 0, 255 );
|
366 |
}
|
390 |
}
|
391 |
|
392 |
/* send data */
|
393 |
+
$raw_response = wp_remote_post( 'https://bestwebsoft.com/wp-content/plugins/products-statistics/deactivation-feedback/', array(
|
394 |
'method' => 'POST',
|
395 |
'body' => $options,
|
396 |
'timeout' => 15,
|
bws_menu/fonts/bwsicons.eot
CHANGED
Binary file
|
bws_menu/fonts/bwsicons.svg
CHANGED
@@ -18,6 +18,7 @@
|
|
18 |
<glyph unicode="" glyph-name="Donate" d="M512 887.385c241.231 0 439.385-198.154 439.385-439.385s-198.154-437.662-439.385-437.662c-241.231 0-439.385 194.708-439.385 437.662s198.154 439.385 439.385 439.385zM530.954 752.985h-48.246c-10.338 0-18.954-8.615-18.954-18.954v0-48.246c-62.031-17.231-101.662-65.477-101.662-129.231 0-68.923 46.523-120.615 139.569-153.354 65.477-22.4 70.646-39.631 72.369-60.308 0-13.785 0-48.246-60.308-48.246-31.015 0-63.754 20.677-84.431 36.185-8.615 6.892-20.677 6.892-29.292-1.723v0l-32.738-34.462c-8.615-8.615-8.615-24.123 1.723-32.738 18.954-15.508 53.415-39.631 94.769-51.692v0-48.246c0-10.338 8.615-18.954 18.954-18.954v0h48.246c10.338 0 18.954 8.615 18.954 18.954v0 44.8c70.646 12.062 115.446 63.754 115.446 136.123 0 101.662-91.323 134.4-130.954 148.185-79.262 27.569-79.262 55.138-79.262 67.2 0 39.631 46.523 44.8 60.308 44.8 22.4 1.723 43.077-10.338 58.585-18.954 8.615-5.169 20.677-5.169 27.569 3.446v0l32.738 34.462c8.615 8.615 6.892 24.123-3.446 32.738-17.231 12.062-46.523 29.292-80.985 36.185v0 43.077c0 10.338-8.615 18.954-18.954 18.954v0z" />
|
19 |
<glyph unicode="" glyph-name="Error-Low-Viewer" d="M530.824 875.807v-318.289h297.754v-537.326h-636.578v855.615h338.824zM484.62 370.995c-47.059 0-77.005-35.936-77.005-82.995 0-45.348 27.38-80.428 74.439-80.428 46.203 0 77.861 30.802 77.861 82.995 0 43.636-26.524 80.428-75.294 80.428zM674.567 370.139c-51.337 0-89.84-29.947-90.695-82.995 0-23.102 7.701-43.636 22.246-57.326 14.545-14.545 35.080-21.39 64.171-21.39 21.39 0 41.925 5.134 53.048 8.556v0 84.706h-59.037v-28.235h24.813v-33.369c-3.422-1.711-9.412-2.567-17.968-2.567-29.091 0-49.626 19.679-49.626 52.193 0 34.225 22.246 51.337 52.193 51.337 17.112 0 28.235-3.422 36.791-6.845v0l7.701 28.235c-7.701 3.422-23.102 7.701-43.636 7.701zM331.465 373.561h-31.658v-160h95.829v32.513h-64.171v127.487zM483.764 342.759c24.813 0 38.503-24.813 38.503-53.048 0-30.802-13.69-53.904-37.647-53.904s-38.502 22.246-38.502 53.048c0 30.802 13.689 53.904 37.646 53.904zM589.861 875.807l242.139-259.251h-242.139v259.251z" />
|
20 |
<glyph unicode="" glyph-name="Like-Share" d="M486.596 864c50.181 0 83.635-22 83.635-88v0-176h179.816c33.454 0 66.908-13.2 87.817-44 20.909-22 29.272-57.2 25.091-92.4v0l-33.454-202.4c-8.364-57.2-54.363-101.2-108.726-101.2v0h-359.632v352c4.182 0 100.362 330 100.362 330 0 13.2 12.545 22 25.091 22zM260.571 512v-352h-100.571v352h100.571z" />
|
|
|
21 |
<glyph unicode="" glyph-name="Gallery" d="M424 316c24.288 0 44-19.712 44-44v-132c0-24.288-19.712-44-44-44h-220c-24.288 0-44 19.712-44 44v132c0 24.288 19.712 44 44 44h220zM820 448c24.288 0 44-19.712 44-44v-264c0-24.288-19.712-44-44-44h-220c-24.288 0-44 19.712-44 44v264c0 24.288 19.712 44 44 44h220zM424 800c24.288 0 44-19.712 44-44v-308c0-24.288-19.712-44-44-44h-220c-24.288 0-44 19.712-44 44v308c0 24.288 19.712 44 44 44h220zM820 800c24.288 0 44-19.712 44-44v-176c0-24.288-19.712-44-44-44h-220c-24.288 0-44 19.712-44 44v176c0 24.288 19.712 44 44 44h220z" />
|
22 |
<glyph unicode="" glyph-name="Analytics" d="M896 784v-672h-192v672h192zM608 592v-480h-192v480h192zM320 400v-288h-192v288h192z" />
|
23 |
<glyph unicode="" glyph-name="reCaptcha" d="M758.4 800c58.321 0 105.6-47.279 105.6-105.6v-492.8c0-58.321-47.279-105.6-105.6-105.6h-492.8c-58.321 0-105.6 47.279-105.6 105.6v492.8c0 58.321 47.279 105.6 105.6 105.6h492.8zM680.96 606.4l-232.32-168.96-105.6 63.36-42.24-42.24 147.84-168.96 274.56 274.56-42.24 42.24z" />
|
@@ -27,12 +28,14 @@
|
|
27 |
<glyph unicode="" glyph-name="Sitemap" d="M747.219 474.709v-112.829h-111.873v112.829h-104.223v112.829h103.267v225.657h-244.781v-225.657h104.223v-112.829h-104.223v-113.785h-112.829v113.785h-244.781v-263.904h244.781v113.785h112.829v-113.785h245.737v112.829h111.873v-112.829h244.781v263.904z" />
|
28 |
<glyph unicode="" glyph-name="Htaccess" d="M754.258 516.596v143.83c0 132.766-108.426 203.574-241.191 203.574-132.77 0-238.983-73.021-238.983-203.574v-146.043c-44.255-2.213-88.511-24.34-88.511-70.809v-327.489c0-46.468 37.617-84.085 84.085-84.085h486.813c46.468 0 81.872 37.617 81.872 84.085v327.489c2.213 44.255-39.83 70.809-84.085 73.021zM590.514 173.617c-2.213-4.426-6.638-6.638-11.064-6.638h-130.558c-4.426 0-8.851 2.213-11.064 6.638s-2.213 8.851-2.213 13.277l30.979 81.872c-17.702 13.277-26.553 35.404-26.553 55.319 0 39.83 33.191 73.021 73.026 73.021 39.83 0 73.021-33.191 73.021-73.021 0-22.128-11.064-42.043-26.553-55.319l30.979-81.872c4.426-4.426 2.213-11.064 0-13.277zM665.748 512.17h-303.153v146.043c0 66.383 88.511 117.277 154.898 117.277 66.383 0 150.468-50.894 150.468-117.277v-146.043h-2.213z" />
|
29 |
<glyph unicode="" glyph-name="Job-Board" d="M896 514.397v-358.701c0-36.735-24.961-66.978-57.026-70.847l-6.974-0.418h-640c-32.99 0-60.15 27.794-63.624 63.5l-0.376 7.765v358.701l31.446-8.609c231.151-60.388 473.957-60.388 705.108 0l31.446 8.609zM598.875 811.57c53.019 0 96-42.981 96-96v0l-0.027-60.992 137.152-0.024c32.99 0 60.15-27.794 63.624-63.5l0.376-7.765v-19.088l-31.446-8.609c-76.091-19.879-153.446-33.214-231.231-40.005-10.69-4.044-22.306-6.298-34.447-6.298v0h-173.75c-12.142 0-23.757 2.254-34.45 6.367-77.783 6.723-155.137 20.058-231.228 39.937l-31.446 8.609v19.088c0 36.735 24.961 66.978 57.026 70.847l6.974 0.418 137.088 0.024 0.037 60.992c0 49.901 38.073 90.909 86.755 95.561l9.245 0.439zM598.875 747.57h-173.75c-17.673 0-32-14.327-32-32v0l-0.037-60.992h237.76l0.027 60.992c0 15.709-11.32 28.775-26.248 31.484l-5.752 0.516z" />
|
|
|
30 |
<glyph unicode="" glyph-name="Limit-Attempts" d="M522.762 861.982c102.234-59.188 196.398-86.092 312.084-94.163 10.762-2.69 18.833-10.762 18.833-24.213v-295.942c0-239.444-158.732-295.942-328.226-411.628-8.071-5.381-18.833-5.381-24.213 0-169.494 115.686-330.917 172.184-330.917 411.628v295.942c0 13.452 8.071 21.523 21.523 24.213 112.996 8.071 209.85 34.975 309.394 94.163 8.071 2.69 16.142 2.69 21.523 0zM510.623 572.245c-43.013 0-78.853-35.84-78.853-78.848 0-21.504 9.557-45.397 28.672-59.733v0l-33.451-88.405c0-4.779 0-9.557 2.389-14.336s7.168-7.168 11.947-7.168v0h140.975c4.779 0 9.557 2.389 11.947 7.168 2.389 2.389 4.779 9.557 0 14.336v0l-33.451 88.405c16.725 14.336 28.672 35.84 28.672 59.733 0 43.008-35.84 78.848-78.848 78.848z" />
|
31 |
<glyph unicode="" glyph-name="Linked" d="M512 910.625c78.77 0 142.625-63.855 142.625-142.625l-0.005 1.909c79.751-35.386 143.904-99.538 179.29-179.29 77.869-1.008 140.716-64.475 140.716-142.62 0-78.77-63.855-142.625-142.625-142.625l1.909 0.005c-35.386-79.751-99.538-143.904-179.29-179.29-1.008-77.869-64.475-140.716-142.62-140.716-78.77 0-142.625 63.855-142.625 142.625l0.005-1.909c-79.751 35.386-143.904 99.538-179.29 179.29-77.869 1.008-140.716 64.475-140.716 142.62 0 78.77 63.855 142.625 142.625 142.625l-1.909-0.005c35.386 79.751 99.538 143.904 179.29 179.29 1.008 77.869 64.475 140.716 142.62 140.716zM640.336 705.896l-2.076-4.292c-23.885-45.327-71.464-76.229-126.26-76.229-56.471 0-105.276 32.819-128.383 80.424-55.959-27.827-101.589-73.457-129.513-129.463 47.702-23.061 80.521-71.866 80.521-128.336s-32.819-105.276-80.424-128.383c27.827-55.959 73.457-101.589 129.463-129.513 23.061 47.702 71.866 80.521 128.336 80.521s105.276-32.819 128.383-80.424c55.959 27.827 101.589 73.457 129.513 129.463-47.702 23.061-80.521 71.866-80.521 128.336s32.819 105.276 80.424 128.383c-27.827 55.959-73.457 101.589-129.463 129.513z" />
|
32 |
<glyph unicode="" glyph-name="Multilanguage" d="M656.768 160.896l104-8.32-35.776-105.664-24.96 40.768c-40.768-24.96-89.024-43.264-133.12-50.752-14.144-2.496-31.616-5.824-46.592-5.824v0h-41.6c-53.248 0-151.424 31.616-194.688 63.232-5.824 4.16-7.488 8.321-7.488 14.145 0 9.984 7.488 17.472 16.64 17.472 4.16 0 10.816-3.328 27.456-12.48 4.16-2.496 8.32-4.993 9.984-5.825 39.104-19.136 102.336-41.6 153.92-41.6 61.568 0 103.168 8.32 157.248 31.617 9.984 4.16 19.968 9.984 29.952 15.808v0l8.32 4.992-23.296 42.431zM809.856 928c5.824 0 9.984-4.16 9.984-10.816v0-207.168l73.216-23.296v-536.64c-355.383 113.568-381.485 121.68-383.4 122.259-8.472-3.283-363.736-123.091-368.728-123.091-4.16 0-7.488 2.496-9.152 6.656v0l-0.832 1.664v534.976c0 1.664 0.832 4.16 1.664 4.992 3.328 4.16 6.657 4.992 9.985 5.824 1.664 0.832 31.616 10.816 74.048 24.96v0 190.528l277.056-98.176c3.328 0.832 312 107.328 316.16 107.328zM493.696 784.896l-327.808-115.648v-472.576l327.808 108.16v480.064zM418.816 595.2l2.496-7.488c0.832-4.16 0-16.64-0.832-19.136 0-1.664-1.664-4.16-18.304-38.272-4.992-9.152-8.32-17.472-9.984-19.968 0-0.832-11.648-24.128-33.28-58.24 8.32-3.328 18.304-7.488 23.296-9.984 8.32-4.16 65.728-28.288 69.056-29.12 9.984-3.328 13.312-33.28 12.48-37.44-0.832-3.328-3.328-6.656-9.152-6.656-4.992 0-12.48 2.496-27.456 9.152-2.496 0.832-4.16 1.664-5.824 2.496-7.488 3.328-37.44 19.968-44.928 24.96-4.16 2.496-11.648 8.32-19.968 14.976v0l-13.312 9.984c-20.8-31.616-41.6-59.904-62.4-84.032v0l-4.992-5.824c-16.64-19.136-34.944-40.768-49.088-49.92-4.992-3.328-19.968-3.328-19.968-3.328-3.328 0-4.992 0-7.488 2.496v0l-11.647 5.824 9.984 7.488c4.992 4.16 19.968 21.632 29.952 33.28 3.328 4.16 6.656 8.32 9.152 10.816 12.48 14.144 70.72 95.68 80.704 113.984 8.32 15.808 26.624 52.416 36.608 72.384-8.32-2.496-19.968-6.656-34.944-11.648v0l-3.328-0.832c-4.16-1.664-10.816-3.328-17.472-4.992-5.824-1.664-13.312-3.328-17.472-4.992 0.832-2.496 0.832-4.992-0.832-7.488-3.328-6.656-17.472-10.816-20.8-11.648-4.16-1.664-14.976-3.328-26.624 0-8.32 2.496-15.808 10.816-18.304 14.144-0.832 0.832-2.496 4.992-3.328 14.976v0 5.824l5.824 1.664c3.328 0.832 7.488 1.664 12.48 2.496l4.622 0.863c3.328 0.616 7.026 1.356 10.354 2.465 11.648 3.328 37.44 10.816 51.584 15.808 4.16 1.664 9.984 3.328 15.808 5.824 14.144 4.992 29.12 9.984 35.776 11.648 4.16 0 13.312 4.992 20.8 9.152l5.72 3.211c5.772 3.237 11.544 6.357 15.912 7.605 4.16 1.664 7.488 2.496 10.816 4.16 5.824 1.664 8.32 3.328 11.648 3.328v0h6.656zM676.736 655.104l-107.328-265.408 50.752-14.976 22.464 54.912 104.832-32.448 18.304-66.56 50.752-16.64-89.856 326.144-49.92 14.976zM699.2 570.24l31.616-112.32-69.056 20.8 37.44 91.52zM341.441 635.967c9.984 0 16.639-5.824 19.135-14.976 1.664-10.816-0.831-16.64-2.495-19.136-6.656-13.312-22.464-20.8-29.12-23.296-7.488-3.328-20.801-6.656-32.449-6.656v0h-0.831c-6.656 0.832-16.64 3.328-29.12 16.64-5.824 6.656-13.313 24.128-10.817 30.784v0l2.497 4.992h8.32l1.663-1.664c2.496-0.832 7.488-1.664 12.48-1.664v0h4.16c4.992 0.832 16.64 4.16 24.128 6.656v0l4.16 0.832c6.656 2.496 22.465 6.656 28.289 7.488zM784.064 878.080l-252.096-86.528 252.096-74.88v161.408z" />
|
33 |
<glyph unicode="" glyph-name="Pagination" d="M487.976 672v-434.806h-261.515c-112.64 0-204.012 97.674-204.012 217.403 0 120.517 91.372 217.403 204.012 217.403v0h261.515zM797.541 672c111.85 0 203.222-96.886 204.010-217.403 0-120.517-91.372-217.403-204.010-217.403v0h-261.515v434.806zM312.32 540.455c-4.726 7.877-14.966 9.452-22.843 3.151v0l-89.797-74.831c-3.938-3.151-6.301-8.665-6.301-14.178s2.362-11.028 6.301-14.178v0l92.161-75.618c3.151-2.363 6.301-3.151 9.452-3.151 4.726 0 9.452 2.363 12.603 7.089 5.514 7.877 3.939 18.905-3.15 24.418v0l-74.831 61.44 73.255 60.652c7.089 6.302 8.665 17.329 3.151 25.206zM732.948 543.606c-6.302 6.302-16.54 4.726-22.054-3.151s-3.939-18.905 3.15-25.206v0l73.255-60.652-74.831-61.44c-7.089-5.514-8.665-16.542-3.152-24.418 3.151-4.726 7.878-7.089 12.604-7.089 3.151 0 6.301 0.788 9.452 3.151v0l92.159 75.618c3.938 3.938 6.302 8.665 5.514 14.178 0 5.514-2.363 11.028-6.302 14.178v0z" />
|
34 |
<glyph unicode="" glyph-name="PDF-Print" d="M371.714 531.511h-14.455v-43.369h10.326c9.292 0 16.521 2.065 21.683 5.163 5.163 4.13 7.228 9.293 7.228 16.522s-2.065 12.391-6.196 16.522c-4.129 3.098-10.325 5.163-18.586 5.163zM486.334 435.479h13.423c29.945 0 45.433 16.522 45.433 48.532s-14.455 47.5-42.335 47.5h-16.521v-96.032zM899.379 659.555h-146.63v106.358c0 36.141-29.946 66.087-66.087 66.087h-370.706c-36.141 0-66.087-29.946-66.087-66.087v-105.326h-145.597c-21.685 0-40.272-17.554-40.272-39.239v-356.249c0-21.685 17.554-40.272 40.272-40.272h146.63v-72.282c0-36.141 29.946-66.087 66.087-66.087h370.706c36.141 0 66.087 29.946 66.087 66.087v73.315h146.63c21.685 0 40.272 17.554 40.272 40.272v354.184c-2.065 21.685-19.619 39.239-41.304 39.239zM315.956 796.891h370.706c17.554 0 32.011-14.456 32.011-32.011v-105.326h-433.695v106.358c0 17.554 13.424 30.978 30.978 30.978zM717.64 151.513c0-17.554-14.456-32.011-32.011-32.011h-369.674c-17.554 0-32.011 14.456-32.011 32.011v159.021h433.695v-159.021zM781.662 560.425c-13.424 0-24.783 11.359-24.783 24.783s11.359 24.783 24.783 24.783c13.424 0 24.783-11.359 24.783-24.783s-11.359-24.783-24.783-24.783zM862.205 562.49c-13.424 0-24.783 11.359-24.783 24.783s11.359 24.783 24.783 24.783c13.424 0 24.783-11.359 24.783-24.783s-11.359-24.783-24.783-24.783z" />
|
35 |
<glyph unicode="" glyph-name="Pinning" d="M597.265 213.084c4.511 38.791-3.607 68.56-24.355 89.308l165.984 165.984c10.825-10.825 26.161-17.14 41.496-16.238 32.475 0 58.636 26.161 58.636 58.636 0.902 15.335-5.413 30.671-16.238 41.496l-205.677 205.677c-10.825 10.825-26.161 17.14-41.496 16.238-32.475 0-58.636-26.161-58.636-58.636-0.902-15.335 5.413-30.671 16.238-41.496l-166.887-166.887c-21.65 21.65-51.419 29.769-89.306 24.355-36.986-4.51-71.266-20.747-97.426-46.908-5.413-5.413-9.021-12.629-8.119-20.748 0-7.217 2.707-15.336 8.12-20.749l128.998-128.998-133.509-182.222c-5.413-5.413-3.608-14.433 0.902-18.944 2.706-2.706 5.413-3.608 9.021-3.608s7.217 1.804 9.923 2.706l173.201 140.726 138.020-138.020c5.413-5.413 12.629-9.021 20.748-8.119 7.217 0 15.336 2.706 20.748 8.119 28.867 27.063 45.104 61.342 49.615 98.328z" />
|
|
|
36 |
<glyph unicode="" glyph-name="Portfolio" d="M480 416v-334.133h-334.133v334.133h334.133zM878.133 416v-334.133h-334.133v334.133h334.133zM480 814.133v-334.133h-334.133v334.133h334.133zM878.133 814.133v-334.133h-334.133v334.133h334.133z" />
|
37 |
<glyph unicode="" glyph-name="Post-to-CSV" d="M531.052 876.092v-318.833h297.837v-537.351h-636.889v856.184h339.052zM513.348 381.026l-7.181-0.292c-17.108 0-31.106-3.888-41.215-12.442s-14.775-20.219-14.775-34.994c0-7.776 1.555-13.998 4.666-20.219s6.999-10.887 12.442-15.553c4.666-4.666 12.442-9.332 22.552-13.998 10.887-5.443 17.886-9.332 21.774-11.665 3.111-2.333 6.221-4.666 7.776-6.999 2.333-2.333 3.111-5.443 3.111-8.554 0-6.221-2.333-10.109-6.221-13.22s-10.109-4.666-17.886-4.666c-6.221 0-13.22 0.778-20.996 3.111s-17.886 6.221-28.773 10.887v0-32.661c13.998-6.999 29.55-10.109 47.436-10.109 19.441 0 34.216 4.666 45.103 13.22s16.33 20.996 16.33 35.772c0 10.887-3.111 19.441-8.554 27.217s-16.33 14.775-31.883 22.552c-11.665 5.443-19.441 9.332-22.552 11.665s-5.443 4.666-6.999 6.999c-1.555 2.333-2.333 5.443-2.333 8.554 0 5.443 1.555 9.332 5.443 12.442s8.554 4.666 15.553 4.666c5.443 0 11.665-0.778 17.108-2.333s13.22-3.888 21.774-7.776v0l11.665 27.217c-8.554 3.888-17.108 6.221-24.885 8.554s-15.553 3.111-25.662 2.333zM380.189 381.512c-15.553 0-29.55-3.111-41.215-10.109s-20.996-17.108-27.217-30.328c-6.221-13.22-9.332-28.773-9.332-45.881 0-27.217 6.221-48.214 19.441-62.989s31.883-21.774 55.99-21.774c17.108 0 31.883 3.111 45.881 8.554v0 29.55c-17.108-5.443-31.106-8.554-42.77-8.554-27.995 0-41.993 18.663-42.77 55.213 0 17.886 3.888 31.883 10.887 41.993 7.776 10.109 17.886 14.775 31.106 14.775 6.221 0 12.442-0.778 18.663-3.111s12.442-4.666 18.663-7.776v0l11.665 28.773c-16.33 7.776-32.661 11.665-48.991 11.665zM602.595 379.179h-36.549l56.768-166.415h38.882l56.768 166.415h-35.772l-31.883-99.538c-4.666-17.108-7.776-29.55-8.554-36.549l-0.015 0.104-0.253 2.666c-0.34 2.139-0.972 4.86-1.701 8.165l-1.142 5.395c-1.555 7.776-3.888 13.998-5.443 20.219v0l-31.106 99.538zM589.376 876.092l242.624-258.955h-242.624v258.955z" />
|
38 |
<glyph unicode="" glyph-name="Profile-Extra-Fields" d="M959.524 265.24v-128h-895.048v128h895.048zM420.213 758.76v-373.809h-35.194c-20.926 82.752-39.948 141.724-141.723 141.724s-120.798-58.972-140.773-142.675v0h-38.047v374.76h355.737zM959.524 512v-128h-420.141v128h420.141zM243.296 695.032c-38.047 0-68.484-30.437-68.484-68.484 0-42.803 30.437-68.484 68.484-68.484s68.484 30.437 68.484 68.484c0 38.047-30.437 68.484-68.484 68.484zM959.524 758.76v-128h-420.141v128h420.141z" />
|
18 |
<glyph unicode="" glyph-name="Donate" d="M512 887.385c241.231 0 439.385-198.154 439.385-439.385s-198.154-437.662-439.385-437.662c-241.231 0-439.385 194.708-439.385 437.662s198.154 439.385 439.385 439.385zM530.954 752.985h-48.246c-10.338 0-18.954-8.615-18.954-18.954v0-48.246c-62.031-17.231-101.662-65.477-101.662-129.231 0-68.923 46.523-120.615 139.569-153.354 65.477-22.4 70.646-39.631 72.369-60.308 0-13.785 0-48.246-60.308-48.246-31.015 0-63.754 20.677-84.431 36.185-8.615 6.892-20.677 6.892-29.292-1.723v0l-32.738-34.462c-8.615-8.615-8.615-24.123 1.723-32.738 18.954-15.508 53.415-39.631 94.769-51.692v0-48.246c0-10.338 8.615-18.954 18.954-18.954v0h48.246c10.338 0 18.954 8.615 18.954 18.954v0 44.8c70.646 12.062 115.446 63.754 115.446 136.123 0 101.662-91.323 134.4-130.954 148.185-79.262 27.569-79.262 55.138-79.262 67.2 0 39.631 46.523 44.8 60.308 44.8 22.4 1.723 43.077-10.338 58.585-18.954 8.615-5.169 20.677-5.169 27.569 3.446v0l32.738 34.462c8.615 8.615 6.892 24.123-3.446 32.738-17.231 12.062-46.523 29.292-80.985 36.185v0 43.077c0 10.338-8.615 18.954-18.954 18.954v0z" />
|
19 |
<glyph unicode="" glyph-name="Error-Low-Viewer" d="M530.824 875.807v-318.289h297.754v-537.326h-636.578v855.615h338.824zM484.62 370.995c-47.059 0-77.005-35.936-77.005-82.995 0-45.348 27.38-80.428 74.439-80.428 46.203 0 77.861 30.802 77.861 82.995 0 43.636-26.524 80.428-75.294 80.428zM674.567 370.139c-51.337 0-89.84-29.947-90.695-82.995 0-23.102 7.701-43.636 22.246-57.326 14.545-14.545 35.080-21.39 64.171-21.39 21.39 0 41.925 5.134 53.048 8.556v0 84.706h-59.037v-28.235h24.813v-33.369c-3.422-1.711-9.412-2.567-17.968-2.567-29.091 0-49.626 19.679-49.626 52.193 0 34.225 22.246 51.337 52.193 51.337 17.112 0 28.235-3.422 36.791-6.845v0l7.701 28.235c-7.701 3.422-23.102 7.701-43.636 7.701zM331.465 373.561h-31.658v-160h95.829v32.513h-64.171v127.487zM483.764 342.759c24.813 0 38.503-24.813 38.503-53.048 0-30.802-13.69-53.904-37.647-53.904s-38.502 22.246-38.502 53.048c0 30.802 13.689 53.904 37.646 53.904zM589.861 875.807l242.139-259.251h-242.139v259.251z" />
|
20 |
<glyph unicode="" glyph-name="Like-Share" d="M486.596 864c50.181 0 83.635-22 83.635-88v0-176h179.816c33.454 0 66.908-13.2 87.817-44 20.909-22 29.272-57.2 25.091-92.4v0l-33.454-202.4c-8.364-57.2-54.363-101.2-108.726-101.2v0h-359.632v352c4.182 0 100.362 330 100.362 330 0 13.2 12.545 22 25.091 22zM260.571 512v-352h-100.571v352h100.571z" />
|
21 |
+
<glyph unicode="" glyph-name="featured-posts" d="M128 576h256v-64h-256v64zM128 448h128v-64h-128v64zM128 320h128v-64h-128v64zM128 704h512v-64h-512v64zM128 832h512v-64h-512v64zM768 626.432v234.496c0 54.592-43.136 99.072-96.128 99.072h-575.744c-52.992 0-96.128-44.48-96.128-99.072v-697.792c0-54.656 43.136-99.136 96.128-99.136h304.384c64.576-78.080 162.176-127.872 271.424-127.872 194.432 0 352 157.568 352 351.936 0.064 161.024-108.288 296.512-255.936 338.368zM320 288.064c0-57.728 14.144-112 38.784-160.064h-262.656c-16.96 0-32.128 15.104-32.128 33.728v699.2c0 18.624 15.168 35.072 32.128 35.072h575.68c17.024 0 32.192-16.448 32.192-35.072v-222.528c-10.56 0.96-21.184 1.6-32 1.6-194.432 0-352-157.568-352-351.936zM917.76 317.504l-109.376-97.408 36.48-148.224c8.128-25.408-20.288-50.752-44.544-33.856l-125.632 80.448-125.568-80.448c-20.224-16.96-52.672 4.224-44.544 33.856l32.448 148.224-109.44 97.408c-20.224 16.96-12.16 55.040 12.16 55.040l145.856 12.736 56.704 139.712c12.16 25.472 44.608 25.472 56.768 0l56.704-139.712 145.856-12.736c24.256 0 36.416-38.080 16.128-55.040z" />
|
22 |
<glyph unicode="" glyph-name="Gallery" d="M424 316c24.288 0 44-19.712 44-44v-132c0-24.288-19.712-44-44-44h-220c-24.288 0-44 19.712-44 44v132c0 24.288 19.712 44 44 44h220zM820 448c24.288 0 44-19.712 44-44v-264c0-24.288-19.712-44-44-44h-220c-24.288 0-44 19.712-44 44v264c0 24.288 19.712 44 44 44h220zM424 800c24.288 0 44-19.712 44-44v-308c0-24.288-19.712-44-44-44h-220c-24.288 0-44 19.712-44 44v308c0 24.288 19.712 44 44 44h220zM820 800c24.288 0 44-19.712 44-44v-176c0-24.288-19.712-44-44-44h-220c-24.288 0-44 19.712-44 44v176c0 24.288 19.712 44 44 44h220z" />
|
23 |
<glyph unicode="" glyph-name="Analytics" d="M896 784v-672h-192v672h192zM608 592v-480h-192v480h192zM320 400v-288h-192v288h192z" />
|
24 |
<glyph unicode="" glyph-name="reCaptcha" d="M758.4 800c58.321 0 105.6-47.279 105.6-105.6v-492.8c0-58.321-47.279-105.6-105.6-105.6h-492.8c-58.321 0-105.6 47.279-105.6 105.6v492.8c0 58.321 47.279 105.6 105.6 105.6h492.8zM680.96 606.4l-232.32-168.96-105.6 63.36-42.24-42.24 147.84-168.96 274.56 274.56-42.24 42.24z" />
|
28 |
<glyph unicode="" glyph-name="Sitemap" d="M747.219 474.709v-112.829h-111.873v112.829h-104.223v112.829h103.267v225.657h-244.781v-225.657h104.223v-112.829h-104.223v-113.785h-112.829v113.785h-244.781v-263.904h244.781v113.785h112.829v-113.785h245.737v112.829h111.873v-112.829h244.781v263.904z" />
|
29 |
<glyph unicode="" glyph-name="Htaccess" d="M754.258 516.596v143.83c0 132.766-108.426 203.574-241.191 203.574-132.77 0-238.983-73.021-238.983-203.574v-146.043c-44.255-2.213-88.511-24.34-88.511-70.809v-327.489c0-46.468 37.617-84.085 84.085-84.085h486.813c46.468 0 81.872 37.617 81.872 84.085v327.489c2.213 44.255-39.83 70.809-84.085 73.021zM590.514 173.617c-2.213-4.426-6.638-6.638-11.064-6.638h-130.558c-4.426 0-8.851 2.213-11.064 6.638s-2.213 8.851-2.213 13.277l30.979 81.872c-17.702 13.277-26.553 35.404-26.553 55.319 0 39.83 33.191 73.021 73.026 73.021 39.83 0 73.021-33.191 73.021-73.021 0-22.128-11.064-42.043-26.553-55.319l30.979-81.872c4.426-4.426 2.213-11.064 0-13.277zM665.748 512.17h-303.153v146.043c0 66.383 88.511 117.277 154.898 117.277 66.383 0 150.468-50.894 150.468-117.277v-146.043h-2.213z" />
|
30 |
<glyph unicode="" glyph-name="Job-Board" d="M896 514.397v-358.701c0-36.735-24.961-66.978-57.026-70.847l-6.974-0.418h-640c-32.99 0-60.15 27.794-63.624 63.5l-0.376 7.765v358.701l31.446-8.609c231.151-60.388 473.957-60.388 705.108 0l31.446 8.609zM598.875 811.57c53.019 0 96-42.981 96-96v0l-0.027-60.992 137.152-0.024c32.99 0 60.15-27.794 63.624-63.5l0.376-7.765v-19.088l-31.446-8.609c-76.091-19.879-153.446-33.214-231.231-40.005-10.69-4.044-22.306-6.298-34.447-6.298v0h-173.75c-12.142 0-23.757 2.254-34.45 6.367-77.783 6.723-155.137 20.058-231.228 39.937l-31.446 8.609v19.088c0 36.735 24.961 66.978 57.026 70.847l6.974 0.418 137.088 0.024 0.037 60.992c0 49.901 38.073 90.909 86.755 95.561l9.245 0.439zM598.875 747.57h-173.75c-17.673 0-32-14.327-32-32v0l-0.037-60.992h237.76l0.027 60.992c0 15.709-11.32 28.775-26.248 31.484l-5.752 0.516z" />
|
31 |
+
<glyph unicode="" glyph-name="latest-posts" d="M128 576.064h256.032v-64h-256.032v64zM128 448.064h128v-64h-128v64zM128 320.064h128v-64h-128v64zM128 704.096h512.064v-64h-512.064v64zM128 832.096h512.064v-64h-512.064v64zM768.096 626.528v234.528c0 54.656-43.136 99.072-96.128 99.072h-575.808c-52.992 0-96.128-44.48-96.128-99.072v-697.952c0-54.656 43.136-99.072 96.128-99.072h304.416c64.576-78.080 162.208-127.904 271.456-127.904 194.464 0 352.032 157.6 352.032 351.968 0.064 161.056-108.288 296.544-255.968 338.4zM96.128 128.032c-16.96 0-32.128 15.104-32.128 33.728v699.296c0 18.624 15.168 35.072 32.128 35.072h575.744c17.024 0 32.192-16.448 32.192-35.072v-222.56c-10.56 0.96-21.184 1.6-32 1.6-194.464 0-352.032-157.6-352.032-351.968 0-57.728 14.144-112 38.784-160.096h-262.688zM768.096 255.968h-128v256.032h64v-192.032h64v-64z" />
|
32 |
<glyph unicode="" glyph-name="Limit-Attempts" d="M522.762 861.982c102.234-59.188 196.398-86.092 312.084-94.163 10.762-2.69 18.833-10.762 18.833-24.213v-295.942c0-239.444-158.732-295.942-328.226-411.628-8.071-5.381-18.833-5.381-24.213 0-169.494 115.686-330.917 172.184-330.917 411.628v295.942c0 13.452 8.071 21.523 21.523 24.213 112.996 8.071 209.85 34.975 309.394 94.163 8.071 2.69 16.142 2.69 21.523 0zM510.623 572.245c-43.013 0-78.853-35.84-78.853-78.848 0-21.504 9.557-45.397 28.672-59.733v0l-33.451-88.405c0-4.779 0-9.557 2.389-14.336s7.168-7.168 11.947-7.168v0h140.975c4.779 0 9.557 2.389 11.947 7.168 2.389 2.389 4.779 9.557 0 14.336v0l-33.451 88.405c16.725 14.336 28.672 35.84 28.672 59.733 0 43.008-35.84 78.848-78.848 78.848z" />
|
33 |
<glyph unicode="" glyph-name="Linked" d="M512 910.625c78.77 0 142.625-63.855 142.625-142.625l-0.005 1.909c79.751-35.386 143.904-99.538 179.29-179.29 77.869-1.008 140.716-64.475 140.716-142.62 0-78.77-63.855-142.625-142.625-142.625l1.909 0.005c-35.386-79.751-99.538-143.904-179.29-179.29-1.008-77.869-64.475-140.716-142.62-140.716-78.77 0-142.625 63.855-142.625 142.625l0.005-1.909c-79.751 35.386-143.904 99.538-179.29 179.29-77.869 1.008-140.716 64.475-140.716 142.62 0 78.77 63.855 142.625 142.625 142.625l-1.909-0.005c35.386 79.751 99.538 143.904 179.29 179.29 1.008 77.869 64.475 140.716 142.62 140.716zM640.336 705.896l-2.076-4.292c-23.885-45.327-71.464-76.229-126.26-76.229-56.471 0-105.276 32.819-128.383 80.424-55.959-27.827-101.589-73.457-129.513-129.463 47.702-23.061 80.521-71.866 80.521-128.336s-32.819-105.276-80.424-128.383c27.827-55.959 73.457-101.589 129.463-129.513 23.061 47.702 71.866 80.521 128.336 80.521s105.276-32.819 128.383-80.424c55.959 27.827 101.589 73.457 129.513 129.463-47.702 23.061-80.521 71.866-80.521 128.336s32.819 105.276 80.424 128.383c-27.827 55.959-73.457 101.589-129.463 129.513z" />
|
34 |
<glyph unicode="" glyph-name="Multilanguage" d="M656.768 160.896l104-8.32-35.776-105.664-24.96 40.768c-40.768-24.96-89.024-43.264-133.12-50.752-14.144-2.496-31.616-5.824-46.592-5.824v0h-41.6c-53.248 0-151.424 31.616-194.688 63.232-5.824 4.16-7.488 8.321-7.488 14.145 0 9.984 7.488 17.472 16.64 17.472 4.16 0 10.816-3.328 27.456-12.48 4.16-2.496 8.32-4.993 9.984-5.825 39.104-19.136 102.336-41.6 153.92-41.6 61.568 0 103.168 8.32 157.248 31.617 9.984 4.16 19.968 9.984 29.952 15.808v0l8.32 4.992-23.296 42.431zM809.856 928c5.824 0 9.984-4.16 9.984-10.816v0-207.168l73.216-23.296v-536.64c-355.383 113.568-381.485 121.68-383.4 122.259-8.472-3.283-363.736-123.091-368.728-123.091-4.16 0-7.488 2.496-9.152 6.656v0l-0.832 1.664v534.976c0 1.664 0.832 4.16 1.664 4.992 3.328 4.16 6.657 4.992 9.985 5.824 1.664 0.832 31.616 10.816 74.048 24.96v0 190.528l277.056-98.176c3.328 0.832 312 107.328 316.16 107.328zM493.696 784.896l-327.808-115.648v-472.576l327.808 108.16v480.064zM418.816 595.2l2.496-7.488c0.832-4.16 0-16.64-0.832-19.136 0-1.664-1.664-4.16-18.304-38.272-4.992-9.152-8.32-17.472-9.984-19.968 0-0.832-11.648-24.128-33.28-58.24 8.32-3.328 18.304-7.488 23.296-9.984 8.32-4.16 65.728-28.288 69.056-29.12 9.984-3.328 13.312-33.28 12.48-37.44-0.832-3.328-3.328-6.656-9.152-6.656-4.992 0-12.48 2.496-27.456 9.152-2.496 0.832-4.16 1.664-5.824 2.496-7.488 3.328-37.44 19.968-44.928 24.96-4.16 2.496-11.648 8.32-19.968 14.976v0l-13.312 9.984c-20.8-31.616-41.6-59.904-62.4-84.032v0l-4.992-5.824c-16.64-19.136-34.944-40.768-49.088-49.92-4.992-3.328-19.968-3.328-19.968-3.328-3.328 0-4.992 0-7.488 2.496v0l-11.647 5.824 9.984 7.488c4.992 4.16 19.968 21.632 29.952 33.28 3.328 4.16 6.656 8.32 9.152 10.816 12.48 14.144 70.72 95.68 80.704 113.984 8.32 15.808 26.624 52.416 36.608 72.384-8.32-2.496-19.968-6.656-34.944-11.648v0l-3.328-0.832c-4.16-1.664-10.816-3.328-17.472-4.992-5.824-1.664-13.312-3.328-17.472-4.992 0.832-2.496 0.832-4.992-0.832-7.488-3.328-6.656-17.472-10.816-20.8-11.648-4.16-1.664-14.976-3.328-26.624 0-8.32 2.496-15.808 10.816-18.304 14.144-0.832 0.832-2.496 4.992-3.328 14.976v0 5.824l5.824 1.664c3.328 0.832 7.488 1.664 12.48 2.496l4.622 0.863c3.328 0.616 7.026 1.356 10.354 2.465 11.648 3.328 37.44 10.816 51.584 15.808 4.16 1.664 9.984 3.328 15.808 5.824 14.144 4.992 29.12 9.984 35.776 11.648 4.16 0 13.312 4.992 20.8 9.152l5.72 3.211c5.772 3.237 11.544 6.357 15.912 7.605 4.16 1.664 7.488 2.496 10.816 4.16 5.824 1.664 8.32 3.328 11.648 3.328v0h6.656zM676.736 655.104l-107.328-265.408 50.752-14.976 22.464 54.912 104.832-32.448 18.304-66.56 50.752-16.64-89.856 326.144-49.92 14.976zM699.2 570.24l31.616-112.32-69.056 20.8 37.44 91.52zM341.441 635.967c9.984 0 16.639-5.824 19.135-14.976 1.664-10.816-0.831-16.64-2.495-19.136-6.656-13.312-22.464-20.8-29.12-23.296-7.488-3.328-20.801-6.656-32.449-6.656v0h-0.831c-6.656 0.832-16.64 3.328-29.12 16.64-5.824 6.656-13.313 24.128-10.817 30.784v0l2.497 4.992h8.32l1.663-1.664c2.496-0.832 7.488-1.664 12.48-1.664v0h4.16c4.992 0.832 16.64 4.16 24.128 6.656v0l4.16 0.832c6.656 2.496 22.465 6.656 28.289 7.488zM784.064 878.080l-252.096-86.528 252.096-74.88v161.408z" />
|
35 |
<glyph unicode="" glyph-name="Pagination" d="M487.976 672v-434.806h-261.515c-112.64 0-204.012 97.674-204.012 217.403 0 120.517 91.372 217.403 204.012 217.403v0h261.515zM797.541 672c111.85 0 203.222-96.886 204.010-217.403 0-120.517-91.372-217.403-204.010-217.403v0h-261.515v434.806zM312.32 540.455c-4.726 7.877-14.966 9.452-22.843 3.151v0l-89.797-74.831c-3.938-3.151-6.301-8.665-6.301-14.178s2.362-11.028 6.301-14.178v0l92.161-75.618c3.151-2.363 6.301-3.151 9.452-3.151 4.726 0 9.452 2.363 12.603 7.089 5.514 7.877 3.939 18.905-3.15 24.418v0l-74.831 61.44 73.255 60.652c7.089 6.302 8.665 17.329 3.151 25.206zM732.948 543.606c-6.302 6.302-16.54 4.726-22.054-3.151s-3.939-18.905 3.15-25.206v0l73.255-60.652-74.831-61.44c-7.089-5.514-8.665-16.542-3.152-24.418 3.151-4.726 7.878-7.089 12.604-7.089 3.151 0 6.301 0.788 9.452 3.151v0l92.159 75.618c3.938 3.938 6.302 8.665 5.514 14.178 0 5.514-2.363 11.028-6.302 14.178v0z" />
|
36 |
<glyph unicode="" glyph-name="PDF-Print" d="M371.714 531.511h-14.455v-43.369h10.326c9.292 0 16.521 2.065 21.683 5.163 5.163 4.13 7.228 9.293 7.228 16.522s-2.065 12.391-6.196 16.522c-4.129 3.098-10.325 5.163-18.586 5.163zM486.334 435.479h13.423c29.945 0 45.433 16.522 45.433 48.532s-14.455 47.5-42.335 47.5h-16.521v-96.032zM899.379 659.555h-146.63v106.358c0 36.141-29.946 66.087-66.087 66.087h-370.706c-36.141 0-66.087-29.946-66.087-66.087v-105.326h-145.597c-21.685 0-40.272-17.554-40.272-39.239v-356.249c0-21.685 17.554-40.272 40.272-40.272h146.63v-72.282c0-36.141 29.946-66.087 66.087-66.087h370.706c36.141 0 66.087 29.946 66.087 66.087v73.315h146.63c21.685 0 40.272 17.554 40.272 40.272v354.184c-2.065 21.685-19.619 39.239-41.304 39.239zM315.956 796.891h370.706c17.554 0 32.011-14.456 32.011-32.011v-105.326h-433.695v106.358c0 17.554 13.424 30.978 30.978 30.978zM717.64 151.513c0-17.554-14.456-32.011-32.011-32.011h-369.674c-17.554 0-32.011 14.456-32.011 32.011v159.021h433.695v-159.021zM781.662 560.425c-13.424 0-24.783 11.359-24.783 24.783s11.359 24.783 24.783 24.783c13.424 0 24.783-11.359 24.783-24.783s-11.359-24.783-24.783-24.783zM862.205 562.49c-13.424 0-24.783 11.359-24.783 24.783s11.359 24.783 24.783 24.783c13.424 0 24.783-11.359 24.783-24.783s-11.359-24.783-24.783-24.783z" />
|
37 |
<glyph unicode="" glyph-name="Pinning" d="M597.265 213.084c4.511 38.791-3.607 68.56-24.355 89.308l165.984 165.984c10.825-10.825 26.161-17.14 41.496-16.238 32.475 0 58.636 26.161 58.636 58.636 0.902 15.335-5.413 30.671-16.238 41.496l-205.677 205.677c-10.825 10.825-26.161 17.14-41.496 16.238-32.475 0-58.636-26.161-58.636-58.636-0.902-15.335 5.413-30.671 16.238-41.496l-166.887-166.887c-21.65 21.65-51.419 29.769-89.306 24.355-36.986-4.51-71.266-20.747-97.426-46.908-5.413-5.413-9.021-12.629-8.119-20.748 0-7.217 2.707-15.336 8.12-20.749l128.998-128.998-133.509-182.222c-5.413-5.413-3.608-14.433 0.902-18.944 2.706-2.706 5.413-3.608 9.021-3.608s7.217 1.804 9.923 2.706l173.201 140.726 138.020-138.020c5.413-5.413 12.629-9.021 20.748-8.119 7.217 0 15.336 2.706 20.748 8.119 28.867 27.063 45.104 61.342 49.615 98.328z" />
|
38 |
+
<glyph unicode="" glyph-name="popular-posts" d="M130.304 576h256v-64h-256v64zM130.304 448h128v-64h-128v64zM130.304 320h128v-64h-128v64zM130.304 704h512v-64h-512v64zM130.304 832h512v-64h-512v64zM770.304 626.432v234.496c0 54.592-43.136 99.072-96.192 99.072h-575.68c-52.992 0-96.128-44.48-96.128-99.072v-697.792c0-54.656 43.136-99.136 96.128-99.136h304.384c64.576-78.080 162.176-127.872 271.424-127.872 194.432 0 352 157.568 352 351.936 0.064 161.024-108.288 296.512-255.936 338.368zM361.088 128h-262.656c-16.96 0-32.128 15.104-32.128 33.728v699.2c0 18.624 15.168 35.072 32.128 35.072h575.68c16.96 0 32.128-16.448 32.128-35.072v-222.528c-10.496 0.96-21.12 1.6-31.936 1.6-194.432 0-352-157.568-352-351.936 0-57.728 14.144-112 38.784-160.064zM615.168 426.56c52.352 68.16 51.392 85.44 51.392 85.44s40.704-26.752 66.88-85.44c26.176-58.688 18.88-128.96 18.88-128.96s12.16 4.608 32.512 30.528c20.352 25.92 20.608 87.168 20.608 87.168s60.8-71.616 60.8-159.68c0-126.080-110.528-184.768-110.528-184.768s-67.904 53.568-89.216 92.352c-21.312 38.016-36.864 103.872-36.864 103.872s-30.080-55.488-30.080-90.88c1.92-69.888 45.568-105.344 45.568-105.344s-162.88 49.216-162.88 164.864c0.128 115.712 80.576 123.52 132.928 190.848z" />
|
39 |
<glyph unicode="" glyph-name="Portfolio" d="M480 416v-334.133h-334.133v334.133h334.133zM878.133 416v-334.133h-334.133v334.133h334.133zM480 814.133v-334.133h-334.133v334.133h334.133zM878.133 814.133v-334.133h-334.133v334.133h334.133z" />
|
40 |
<glyph unicode="" glyph-name="Post-to-CSV" d="M531.052 876.092v-318.833h297.837v-537.351h-636.889v856.184h339.052zM513.348 381.026l-7.181-0.292c-17.108 0-31.106-3.888-41.215-12.442s-14.775-20.219-14.775-34.994c0-7.776 1.555-13.998 4.666-20.219s6.999-10.887 12.442-15.553c4.666-4.666 12.442-9.332 22.552-13.998 10.887-5.443 17.886-9.332 21.774-11.665 3.111-2.333 6.221-4.666 7.776-6.999 2.333-2.333 3.111-5.443 3.111-8.554 0-6.221-2.333-10.109-6.221-13.22s-10.109-4.666-17.886-4.666c-6.221 0-13.22 0.778-20.996 3.111s-17.886 6.221-28.773 10.887v0-32.661c13.998-6.999 29.55-10.109 47.436-10.109 19.441 0 34.216 4.666 45.103 13.22s16.33 20.996 16.33 35.772c0 10.887-3.111 19.441-8.554 27.217s-16.33 14.775-31.883 22.552c-11.665 5.443-19.441 9.332-22.552 11.665s-5.443 4.666-6.999 6.999c-1.555 2.333-2.333 5.443-2.333 8.554 0 5.443 1.555 9.332 5.443 12.442s8.554 4.666 15.553 4.666c5.443 0 11.665-0.778 17.108-2.333s13.22-3.888 21.774-7.776v0l11.665 27.217c-8.554 3.888-17.108 6.221-24.885 8.554s-15.553 3.111-25.662 2.333zM380.189 381.512c-15.553 0-29.55-3.111-41.215-10.109s-20.996-17.108-27.217-30.328c-6.221-13.22-9.332-28.773-9.332-45.881 0-27.217 6.221-48.214 19.441-62.989s31.883-21.774 55.99-21.774c17.108 0 31.883 3.111 45.881 8.554v0 29.55c-17.108-5.443-31.106-8.554-42.77-8.554-27.995 0-41.993 18.663-42.77 55.213 0 17.886 3.888 31.883 10.887 41.993 7.776 10.109 17.886 14.775 31.106 14.775 6.221 0 12.442-0.778 18.663-3.111s12.442-4.666 18.663-7.776v0l11.665 28.773c-16.33 7.776-32.661 11.665-48.991 11.665zM602.595 379.179h-36.549l56.768-166.415h38.882l56.768 166.415h-35.772l-31.883-99.538c-4.666-17.108-7.776-29.55-8.554-36.549l-0.015 0.104-0.253 2.666c-0.34 2.139-0.972 4.86-1.701 8.165l-1.142 5.395c-1.555 7.776-3.888 13.998-5.443 20.219v0l-31.106 99.538zM589.376 876.092l242.624-258.955h-242.624v258.955z" />
|
41 |
<glyph unicode="" glyph-name="Profile-Extra-Fields" d="M959.524 265.24v-128h-895.048v128h895.048zM420.213 758.76v-373.809h-35.194c-20.926 82.752-39.948 141.724-141.723 141.724s-120.798-58.972-140.773-142.675v0h-38.047v374.76h355.737zM959.524 512v-128h-420.141v128h420.141zM243.296 695.032c-38.047 0-68.484-30.437-68.484-68.484 0-42.803 30.437-68.484 68.484-68.484s68.484 30.437 68.484 68.484c0 38.047-30.437 68.484-68.484 68.484zM959.524 758.76v-128h-420.141v128h420.141z" />
|
bws_menu/fonts/bwsicons.ttf
CHANGED
Binary file
|
bws_menu/fonts/bwsicons.woff
CHANGED
Binary file
|
bws_menu/icons/plugins/bike-rental.png
ADDED
Binary file
|
bws_menu/icons/themes/rent-a-bike.png
ADDED
Binary file
|
bws_menu/js/bws_tooltip.js
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
/* extend pointer options - add close button */
|
10 |
pointer_options = $.extend( pointer_options, {
|
11 |
buttons: function(event, t) {
|
12 |
-
var button;
|
13 |
/* check and add dismiss-type buttons */
|
14 |
for ( var but in pointer_buttons ) {
|
15 |
if ( typeof pointer_buttons[ but ]['type'] != 'undefined' && pointer_buttons[ but ]['type'] == 'dismiss' && typeof pointer_buttons[ but ]['text'] != 'undefined' && pointer_buttons[ but ]['text'] != '' ) {
|
9 |
/* extend pointer options - add close button */
|
10 |
pointer_options = $.extend( pointer_options, {
|
11 |
buttons: function(event, t) {
|
12 |
+
var button = '';
|
13 |
/* check and add dismiss-type buttons */
|
14 |
for ( var but in pointer_buttons ) {
|
15 |
if ( typeof pointer_buttons[ but ]['type'] != 'undefined' && pointer_buttons[ but ]['type'] == 'dismiss' && typeof pointer_buttons[ but ]['text'] != 'undefined' && pointer_buttons[ but ]['text'] != '' ) {
|
bws_menu/js/shortcode-button.js
CHANGED
@@ -12,117 +12,72 @@
|
|
12 |
* @param {string} url Absolute URL to where the plugin is located.
|
13 |
*/
|
14 |
init : function( ed, url ) {
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
/* triggers the thickbox */
|
22 |
-
var width = jQuery(window).width(), H = jQuery(window).height(), W = ( 720 < width ) ? 720 : width;
|
23 |
-
W = W - 80;
|
24 |
-
H = H - 84;
|
25 |
-
tb_show( bws_shortcode_button.title, '#TB_inline?width=' + W + '&height=' + H + '&inlineId=bws_shortcode_popup' );
|
26 |
-
|
27 |
-
var current_object = '#TB_ajaxContent';
|
28 |
-
|
29 |
-
var select_count = $( current_object + ' select#bws_shortcode_select option').length;
|
30 |
-
if ( 1 == select_count ) {
|
31 |
-
$( current_object + ' #bws_shortcode_select_plugin' ).hide();
|
32 |
-
}
|
33 |
-
|
34 |
-
var plugin = $( current_object + ' #bws_shortcode_select option:selected' ).val();
|
35 |
-
$( current_object + ' #bws_shortcode_content > div' ).hide();
|
36 |
-
$( current_object + ' #bws_shortcode_content > #' + plugin ).show();
|
37 |
-
|
38 |
-
if ( $( current_object + ' #bws_shortcode_content > #' + plugin + ' .bws_default_shortcode' ).length > 0 ) {
|
39 |
-
$( current_object + ' #bws_shortcode_display' ).text( $( current_object + ' #bws_shortcode_content > #' + plugin + ' .bws_default_shortcode' ).val() );
|
40 |
-
}
|
41 |
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
52 |
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
}
|
57 |
-
});
|
58 |
-
} else {
|
59 |
-
ed.addButton( 'add_bws_shortcode', {
|
60 |
-
title : bws_shortcode_button.title,
|
61 |
-
classes: 'bws_shortcode_button widget btn',
|
62 |
-
icon: 'icon bwsicons bwsicons-shortcode',
|
63 |
-
text: bws_shortcode_button.label,
|
64 |
-
onclick: function() {
|
65 |
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
inline: true,
|
70 |
-
title: bws_shortcode_button.title,
|
71 |
-
body: {
|
72 |
-
id : 'bws-shortcode-content',
|
73 |
-
type: 'container',
|
74 |
-
classes: 'bws-shortcode',
|
75 |
-
html: $( '#bws_shortcode_popup' ).html()
|
76 |
-
},
|
77 |
-
buttons: [{
|
78 |
-
text: 'Insert',
|
79 |
-
classes: 'button-primary primary bws_shortcode_insert',
|
80 |
-
onclick: function( e ) {
|
81 |
-
var shortcode = $( '.mce-container-body #bws_shortcode_display' ).text();
|
82 |
-
if ( '' != shortcode ) {
|
83 |
-
/* insert shortcode to tinymce */
|
84 |
-
ed.insertContent( shortcode );
|
85 |
-
}
|
86 |
-
ed.windowManager.close();
|
87 |
-
},
|
88 |
-
},
|
89 |
-
{
|
90 |
-
text: 'Cancel',
|
91 |
-
onclick: 'close'
|
92 |
-
}],
|
93 |
-
|
94 |
-
});
|
95 |
-
var current_object = '.mce-container-body';
|
96 |
-
var select_count = $( current_object + ' select#bws_shortcode_select option').length;
|
97 |
-
if ( 1 == select_count ) {
|
98 |
-
$( current_object + ' #bws_shortcode_select_plugin' ).hide();
|
99 |
-
}
|
100 |
|
|
|
101 |
var plugin = $( current_object + ' #bws_shortcode_select option:selected' ).val();
|
102 |
$( current_object + ' #bws_shortcode_content > div' ).hide();
|
103 |
$( current_object + ' #bws_shortcode_content > #' + plugin ).show();
|
104 |
-
|
105 |
if ( $( current_object + ' #bws_shortcode_content > #' + plugin + ' .bws_default_shortcode' ).length > 0 ) {
|
106 |
$( current_object + ' #bws_shortcode_display' ).text( $( current_object + ' #bws_shortcode_content > #' + plugin + ' .bws_default_shortcode' ).val() );
|
|
|
|
|
107 |
}
|
|
|
108 |
|
109 |
-
|
110 |
-
|
111 |
-
|
112 |
-
|
113 |
-
|
114 |
-
$( current_object + ' #bws_shortcode_display' ).text( $( current_object + ' #bws_shortcode_content > #' + plugin + ' .bws_default_shortcode' ).val() );
|
115 |
-
} else {
|
116 |
-
$( current_object + ' #bws_shortcode_display' ).text( '' );
|
117 |
-
}
|
118 |
-
});
|
119 |
-
|
120 |
-
$.each( bws_shortcode_button.function_name, function( index, value ) {
|
121 |
-
eval( value + '();' );
|
122 |
-
});
|
123 |
-
}
|
124 |
-
});
|
125 |
-
}
|
126 |
},
|
127 |
|
128 |
/**
|
12 |
* @param {string} url Absolute URL to where the plugin is located.
|
13 |
*/
|
14 |
init : function( ed, url ) {
|
15 |
+
ed.addButton( 'add_bws_shortcode', {
|
16 |
+
title : bws_shortcode_button.title,
|
17 |
+
classes: 'bws_shortcode_button widget btn',
|
18 |
+
icon: 'icon bwsicons bwsicons-shortcode',
|
19 |
+
text: bws_shortcode_button.label,
|
20 |
+
onclick: function() {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
|
22 |
+
win = ed.windowManager.open( {
|
23 |
+
width: 400,
|
24 |
+
height: 400,
|
25 |
+
inline: true,
|
26 |
+
title: bws_shortcode_button.title,
|
27 |
+
body: {
|
28 |
+
id : 'bws-shortcode-content',
|
29 |
+
type: 'container',
|
30 |
+
classes: 'bws-shortcode',
|
31 |
+
html: $( '#bws_shortcode_popup' ).html()
|
32 |
+
},
|
33 |
+
buttons: [{
|
34 |
+
text: 'Insert',
|
35 |
+
classes: 'button-primary primary bws_shortcode_insert',
|
36 |
+
onclick: function( e ) {
|
37 |
+
var shortcode = $( '.mce-container-body #bws_shortcode_display' ).text();
|
38 |
+
if ( '' != shortcode ) {
|
39 |
+
/* insert shortcode to tinymce */
|
40 |
+
ed.insertContent( shortcode );
|
41 |
+
}
|
42 |
+
ed.windowManager.close();
|
43 |
+
},
|
44 |
+
},
|
45 |
+
{
|
46 |
+
text: 'Cancel',
|
47 |
+
onclick: 'close'
|
48 |
+
}],
|
49 |
+
|
50 |
+
});
|
51 |
+
var current_object = '.mce-container-body';
|
52 |
+
var select_count = $( current_object + ' select#bws_shortcode_select option').length;
|
53 |
+
if ( 1 == select_count ) {
|
54 |
+
$( current_object + ' #bws_shortcode_select_plugin' ).hide();
|
55 |
+
}
|
56 |
|
57 |
+
var plugin = $( current_object + ' #bws_shortcode_select option:selected' ).val();
|
58 |
+
$( current_object + ' #bws_shortcode_content > div' ).hide();
|
59 |
+
$( current_object + ' #bws_shortcode_content > #' + plugin ).show();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
60 |
|
61 |
+
if ( $( current_object + ' #bws_shortcode_content > #' + plugin + ' .bws_default_shortcode' ).length > 0 ) {
|
62 |
+
$( current_object + ' #bws_shortcode_display' ).text( $( current_object + ' #bws_shortcode_content > #' + plugin + ' .bws_default_shortcode' ).val() );
|
63 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
64 |
|
65 |
+
$( current_object + ' #bws_shortcode_select' ).on( 'change',function() {
|
66 |
var plugin = $( current_object + ' #bws_shortcode_select option:selected' ).val();
|
67 |
$( current_object + ' #bws_shortcode_content > div' ).hide();
|
68 |
$( current_object + ' #bws_shortcode_content > #' + plugin ).show();
|
|
|
69 |
if ( $( current_object + ' #bws_shortcode_content > #' + plugin + ' .bws_default_shortcode' ).length > 0 ) {
|
70 |
$( current_object + ' #bws_shortcode_display' ).text( $( current_object + ' #bws_shortcode_content > #' + plugin + ' .bws_default_shortcode' ).val() );
|
71 |
+
} else {
|
72 |
+
$( current_object + ' #bws_shortcode_display' ).text( '' );
|
73 |
}
|
74 |
+
});
|
75 |
|
76 |
+
$.each( bws_shortcode_button.function_name, function( index, value ) {
|
77 |
+
eval( value + '();' );
|
78 |
+
});
|
79 |
+
}
|
80 |
+
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
81 |
},
|
82 |
|
83 |
/**
|
bws_menu/languages/bestwebsoft-es_ES.mo
CHANGED
Binary file
|
bws_menu/languages/bestwebsoft-es_ES.po
CHANGED
@@ -3,21 +3,21 @@
|
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: bestwebsoft\n"
|
6 |
-
"POT-Creation-Date:
|
7 |
-
"PO-Revision-Date:
|
8 |
"Last-Translator: \n"
|
9 |
"Language-Team: BestWebSoft <plugin@bestwebsoft.com>\n"
|
10 |
"Language: es\n"
|
11 |
"MIME-Version: 1.0\n"
|
12 |
"Content-Type: text/plain; charset=UTF-8\n"
|
13 |
"Content-Transfer-Encoding: 8bit\n"
|
14 |
-
"X-Generator: Poedit
|
15 |
"X-Poedit-KeywordsList: __;_e;esc_attr_e\n"
|
16 |
"X-Poedit-Basepath: ..\n"
|
17 |
"X-Poedit-SourceCharset: UTF-8\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
-
#: bws_functions.php:73 bws_functions.php:
|
21 |
msgid "requires"
|
22 |
msgstr "requiere"
|
23 |
|
@@ -54,7 +54,7 @@ msgstr "Valorar"
|
|
54 |
msgid "Need help?"
|
55 |
msgstr "¿Necesitas ayuda?"
|
56 |
|
57 |
-
#: bws_functions.php:104 bws_functions.php:
|
58 |
msgid "Visit Help Center"
|
59 |
msgstr "Visita el Centro de Ayuda"
|
60 |
|
@@ -62,7 +62,7 @@ msgstr "Visita el Centro de Ayuda"
|
|
62 |
msgid "Want to support the plugin?"
|
63 |
msgstr "¿Quieres apoyar al plugin?"
|
64 |
|
65 |
-
#: bws_functions.php:108 bws_menu.php:
|
66 |
msgid "Donate"
|
67 |
msgstr "Donar"
|
68 |
|
@@ -78,8 +78,8 @@ msgid ""
|
|
78 |
"otherwise the Pro plugin will be deactivated."
|
79 |
msgstr ""
|
80 |
|
81 |
-
#: bws_functions.php:128 bws_functions.php:
|
82 |
-
#: class-bws-settings.php:
|
83 |
msgid "Learn More"
|
84 |
msgstr "Aprende más"
|
85 |
|
@@ -99,7 +99,7 @@ msgstr ""
|
|
99 |
"Para seguir recibiendo soporte prioritario y actualizaciones de plugin debes "
|
100 |
"extenderla."
|
101 |
|
102 |
-
#: bws_functions.php:147 bws_functions.php:
|
103 |
msgid "Learn more"
|
104 |
msgstr "Aprende más"
|
105 |
|
@@ -116,7 +116,38 @@ msgstr "Aviso: Estás usando la licencia Pro Trial del plugin."
|
|
116 |
msgid "The Pro Trial license will expire on"
|
117 |
msgstr "La licencia Pro Trial expirará el"
|
118 |
|
119 |
-
#: bws_functions.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
120 |
msgid ""
|
121 |
"or higher! We do not guarantee that our plugin will work correctly. Please "
|
122 |
"upgrade to WordPress latest version."
|
@@ -124,89 +155,58 @@ msgstr ""
|
|
124 |
"o superior! No garantizamos que nuestro plugin funcionará correctamente. Por "
|
125 |
"favor, actualiza a la última versión de WordPress."
|
126 |
|
127 |
-
#: bws_functions.php:
|
128 |
#, php-format
|
129 |
msgid "Thank you for installing %s plugin!"
|
130 |
msgstr "¡Gracias por haber instalado plugin de %s!"
|
131 |
|
132 |
-
#: bws_functions.php:
|
133 |
msgid "Let's get started"
|
134 |
msgstr "¡Empecemos!"
|
135 |
|
136 |
-
#: bws_functions.php:
|
137 |
-
#: bws_menu.php:
|
138 |
msgid "Settings"
|
139 |
msgstr "Ajustes"
|
140 |
|
141 |
-
#: bws_functions.php:
|
142 |
-
#: class-bws-settings.php:
|
143 |
msgid "or"
|
144 |
msgstr "o"
|
145 |
|
146 |
-
#: bws_functions.php:
|
147 |
msgid "Add New"
|
148 |
msgstr "Añadir nuevo"
|
149 |
|
150 |
-
#: bws_functions.php:
|
151 |
-
#: bws_functions.php:385 bws_functions.php:487
|
152 |
-
msgid "Close notice"
|
153 |
-
msgstr "Descartar"
|
154 |
-
|
155 |
-
#: bws_functions.php:233
|
156 |
msgid "Thank you for installing plugins by BestWebSoft!"
|
157 |
msgstr "¡Gracias por haber instalado los plugins de BestWebSoft!"
|
158 |
|
159 |
-
#: bws_functions.php:
|
160 |
msgid "More Details"
|
161 |
msgstr "Más detalles"
|
162 |
|
163 |
-
#: bws_functions.php:
|
164 |
msgid "Less Details"
|
165 |
msgstr "Menos detalles"
|
166 |
|
167 |
-
#: bws_functions.php:
|
168 |
msgid "Deprecated function(-s) is used on the site here:"
|
169 |
msgstr "Función(-es) obsoleta(-s) se utiliza(-n) en el sitio aquí:"
|
170 |
|
171 |
-
#: bws_functions.php:
|
172 |
msgid ""
|
173 |
"This function(-s) will be removed over time. Please update the product(-s)."
|
174 |
msgstr ""
|
175 |
"Esta(-s) función(-es) se eliminará(-n) con el tiempo. Actualiza el(los) "
|
176 |
"producto(-s)."
|
177 |
|
178 |
-
#: bws_functions.php:
|
179 |
-
msgid "It’s time to upgrade your"
|
180 |
-
msgstr "¡Ahora es el tiempo de actualizar tu"
|
181 |
-
|
182 |
-
#: bws_functions.php:337
|
183 |
-
msgid "to"
|
184 |
-
msgstr "a"
|
185 |
-
|
186 |
-
#: bws_functions.php:337
|
187 |
-
msgid "version!"
|
188 |
-
msgstr "versión!"
|
189 |
-
|
190 |
-
#: bws_functions.php:338
|
191 |
-
msgid "Extend standard plugin functionality with new great options."
|
192 |
-
msgstr ""
|
193 |
-
"Amplía la funcionalidad del plugin estándar con nuevas excelentes opciones."
|
194 |
-
|
195 |
-
#: bws_functions.php:389
|
196 |
-
#, php-format
|
197 |
-
msgid ""
|
198 |
-
"Your license key for %s expires on %s and you won't be granted TOP-PRIORITY "
|
199 |
-
"SUPPORT or UPDATES."
|
200 |
-
msgstr ""
|
201 |
-
"Tu clave de licencia para %s expirará el %s y no vas a recibir el SOPORTE "
|
202 |
-
"PRIORITARIO O ACTUALIZACIONES."
|
203 |
-
|
204 |
-
#: bws_functions.php:482
|
205 |
#, php-format
|
206 |
msgid "Thank you for choosing %s plugin!"
|
207 |
msgstr "¡Gracias por haber elegido plugin de %s!"
|
208 |
|
209 |
-
#: bws_functions.php:
|
210 |
msgid ""
|
211 |
"If you have a feature, suggestion or idea you'd like to see in the plugin, "
|
212 |
"we'd love to hear about it!"
|
@@ -214,25 +214,24 @@ msgstr ""
|
|
214 |
"Si tienes una función, sugerencia o idea que te gustaría ver en el plugin, "
|
215 |
"nos encantaría saberlo."
|
216 |
|
217 |
-
#: bws_functions.php:
|
218 |
msgid "Suggest a Feature"
|
219 |
msgstr "Ofrecer una función"
|
220 |
|
221 |
-
#: bws_functions.php:
|
222 |
-
#: class-bws-settings.php:
|
223 |
msgid "Notice"
|
224 |
msgstr "Aviso"
|
225 |
|
226 |
-
#: bws_functions.php:
|
227 |
msgid "The plugin's settings have been changed."
|
228 |
msgstr "Se han cambiado los ajustes del plugin."
|
229 |
|
230 |
-
#: bws_functions.php:
|
231 |
-
#: deprecated.php:642
|
232 |
msgid "Save Changes"
|
233 |
msgstr "Guardar cambios"
|
234 |
|
235 |
-
#: bws_functions.php:
|
236 |
msgid ""
|
237 |
"You can always look at premium options by checking the \"Pro Options\" in "
|
238 |
"the \"Misc\" tab."
|
@@ -240,78 +239,69 @@ msgstr ""
|
|
240 |
"Siempre puedes ver las opciones premium haciendo clic en las \"Opciones Pro"
|
241 |
"\" en la ficha \"Varios\"."
|
242 |
|
243 |
-
#: bws_functions.php:
|
244 |
-
msgid "Add BWS Shortcode"
|
245 |
-
msgstr "Añadir BWS shortcode"
|
246 |
-
|
247 |
-
#: bws_functions.php:654
|
248 |
-
msgid "Add BWS Plugins Shortcode"
|
249 |
-
msgstr "Añadir shortcode de plugins BWS"
|
250 |
-
|
251 |
-
#: bws_functions.php:673
|
252 |
msgid "Add shortcode"
|
253 |
msgstr "Añadir shortcode"
|
254 |
|
255 |
-
#: bws_functions.php:
|
256 |
msgid "Add BestWebSoft plugins' shortcodes using this button."
|
257 |
msgstr "Añadir los shortcodes de los plugins de BestWebSoft usando este botón."
|
258 |
|
259 |
-
#: bws_functions.php:
|
260 |
msgid "Close"
|
261 |
msgstr "Descartar"
|
262 |
|
263 |
-
#: bws_functions.php:
|
264 |
msgid "Are you sure you want to restore default settings?"
|
265 |
msgstr ""
|
266 |
"¿Estás seguro de que deseas restaurar los ajustes de plugin por defecto?"
|
267 |
|
268 |
-
#: bws_functions.php:
|
269 |
msgid "Yes, restore all settings"
|
270 |
msgstr "Sí, restaurar todos los ajustes"
|
271 |
|
272 |
-
#: bws_functions.php:
|
273 |
msgid "No, go back to the settings page"
|
274 |
msgstr "No, volver a la página de ajustes"
|
275 |
|
276 |
-
#: bws_functions.php:
|
277 |
msgid "Plugin"
|
278 |
msgstr "Plugin"
|
279 |
|
280 |
-
#: bws_functions.php:
|
281 |
msgid "Shortcode settings"
|
282 |
msgstr "Ajustes de shortcode"
|
283 |
|
284 |
-
#: bws_functions.php:
|
285 |
msgid "The shortcode will be inserted"
|
286 |
msgstr "El shortcode se insertará"
|
287 |
|
288 |
-
#: bws_functions.php:
|
289 |
msgid "FAQ"
|
290 |
msgstr "FAQ"
|
291 |
|
292 |
-
#: bws_functions.php:
|
293 |
msgid "For more information:"
|
294 |
msgstr "Más información"
|
295 |
|
296 |
-
#: bws_functions.php:
|
297 |
msgid "Documentation"
|
298 |
msgstr "Documentación"
|
299 |
|
300 |
-
#: bws_functions.php:
|
301 |
msgid "Video Instructions"
|
302 |
msgstr "Video instrucciones"
|
303 |
|
304 |
-
#: bws_functions.php:
|
305 |
msgid "Submit a Request"
|
306 |
msgstr "Presentar una solicitud"
|
307 |
|
308 |
-
#: bws_menu.php:101 class-bws-settings.php:
|
309 |
msgid "Wrong license key"
|
310 |
msgstr "Clave de licencia incorrecta"
|
311 |
|
312 |
-
#: bws_menu.php:122 class-bws-settings.php:
|
313 |
-
#: class-bws-settings.php:
|
314 |
-
#: deprecated.php:353
|
315 |
msgid ""
|
316 |
"Something went wrong. Please try again later. If the error appears again, "
|
317 |
"please contact us"
|
@@ -319,18 +309,16 @@ msgstr ""
|
|
319 |
"Algo salió mal. Por favor, inténtalo de nuevo más tarde. Si el error aparece "
|
320 |
"de nuevo, ponte en contacto con nosotros"
|
321 |
|
322 |
-
#: bws_menu.php:122 class-bws-settings.php:
|
323 |
-
#: class-bws-settings.php:
|
324 |
-
#: deprecated.php:353
|
325 |
msgid "We are sorry for inconvenience."
|
326 |
msgstr "Lo siento para la inconveniencia causada."
|
327 |
|
328 |
-
#: bws_menu.php:
|
329 |
-
#: deprecated.php:139 deprecated.php:359
|
330 |
msgid "Wrong license key."
|
331 |
msgstr "Clave de licencia incorrecta."
|
332 |
|
333 |
-
#: bws_menu.php:
|
334 |
msgid ""
|
335 |
"This license key is bound to another site. Change it via personal Client "
|
336 |
"Area."
|
@@ -338,15 +326,15 @@ msgstr ""
|
|
338 |
"Esta clave de licencia está enlazada al otro sitio. Cámbialo en Área "
|
339 |
"de Cliente."
|
340 |
|
341 |
-
#: bws_menu.php:
|
342 |
msgid "Log in"
|
343 |
msgstr "Acceder"
|
344 |
|
345 |
-
#: bws_menu.php:
|
346 |
msgid "Unfortunately, you have exceeded the number of available tries per day."
|
347 |
msgstr "Por desgracia, has excedido el número de intentos por hoy."
|
348 |
|
349 |
-
#: bws_menu.php:
|
350 |
#, php-format
|
351 |
msgid ""
|
352 |
"Unfortunately, Your license has expired. To continue getting top-priority "
|
@@ -355,7 +343,7 @@ msgstr ""
|
|
355 |
"Por desgracia, tu licencia ha expirado. Para seguir recibiendo soporte "
|
356 |
"prioritario y actualizaciones de plugin debes extenderla en tu %s"
|
357 |
|
358 |
-
#: bws_menu.php:
|
359 |
msgid ""
|
360 |
"Unfortunately, the Pro licence was already installed to this domain. The Pro "
|
361 |
"Trial license can be installed only once."
|
@@ -363,11 +351,11 @@ msgstr ""
|
|
363 |
"Por desgracia, la licencia Pro ha estado ya instalada en este dominio. La "
|
364 |
"licencia Pro Trial puede estar instalada una sola vez."
|
365 |
|
366 |
-
#: bws_menu.php:142 class-bws-settings.php:
|
367 |
msgid "The license key is valid."
|
368 |
msgstr "La clave de licencia está válida."
|
369 |
|
370 |
-
#: bws_menu.php:144 class-bws-settings.php:
|
371 |
msgid "Your license will expire on"
|
372 |
msgstr "Tu licencia expirará el"
|
373 |
|
@@ -375,7 +363,7 @@ msgstr "Tu licencia expirará el"
|
|
375 |
msgid "Congratulations! Pro Membership license is activated successfully."
|
376 |
msgstr ""
|
377 |
|
378 |
-
#: bws_menu.php:153 class-bws-settings.php:
|
379 |
msgid ""
|
380 |
"Something went wrong. Try again later or upload the plugin manually. We are "
|
381 |
"sorry for inconvenience."
|
@@ -405,7 +393,9 @@ msgid "N/A"
|
|
405 |
msgstr "N/A"
|
406 |
|
407 |
#: bws_menu.php:182
|
408 |
-
|
|
|
|
|
409 |
msgstr "Mb"
|
410 |
|
411 |
#: bws_menu.php:183 bws_menu.php:184 bws_menu.php:185 bws_menu.php:189
|
@@ -542,15 +532,15 @@ msgstr "¡Gracias por haber contactado con nosotros!"
|
|
542 |
msgid "Sorry, email message could not be delivered."
|
543 |
msgstr "Lo siento, el mensaje de correo electrónico no se pudo enviar."
|
544 |
|
545 |
-
#: bws_menu.php:305 bws_menu.php:309 bws_menu.php:358 deprecated.php:
|
546 |
msgid "Plugins"
|
547 |
msgstr "Plugins"
|
548 |
|
549 |
-
#: bws_menu.php:306 bws_menu.php:310 bws_menu.php:
|
550 |
msgid "Themes"
|
551 |
msgstr "Temas"
|
552 |
|
553 |
-
#: bws_menu.php:307 bws_menu.php:311 bws_menu.php:
|
554 |
msgid "System status"
|
555 |
msgstr "Información de sistema"
|
556 |
|
@@ -571,8 +561,8 @@ msgstr "Obtener acceso a %s+ Premium plugins"
|
|
571 |
msgid "Subscribe to Pro Membership"
|
572 |
msgstr "Suscribirse a Pro Membership"
|
573 |
|
574 |
-
#: bws_menu.php:334 bws_menu.php:345 class-bws-settings.php:
|
575 |
-
#: deprecated.php:
|
576 |
msgid "Check license key"
|
577 |
msgstr "Comprueba la clave de licencia"
|
578 |
|
@@ -580,9 +570,9 @@ msgstr "Comprueba la clave de licencia"
|
|
580 |
msgid "Enter your license key"
|
581 |
msgstr "Introduce tu clave de licencia"
|
582 |
|
583 |
-
#: bws_menu.php:343 bws_menu.php:
|
584 |
-
#: class-bws-settings.php:
|
585 |
-
#: deprecated.php:
|
586 |
msgid "Activate"
|
587 |
msgstr "Activar"
|
588 |
|
@@ -614,191 +604,196 @@ msgstr ""
|
|
614 |
msgid "Plugin <strong>activated</strong>."
|
615 |
msgstr "Plugin <strong>activado</strong>."
|
616 |
|
617 |
-
#: bws_menu.php:
|
618 |
-
|
619 |
-
|
|
|
|
|
620 |
|
621 |
-
#: bws_menu.php:
|
622 |
-
msgid "
|
623 |
-
msgstr "
|
624 |
|
625 |
-
#: bws_menu.php:
|
626 |
-
|
627 |
-
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
628 |
msgstr ""
|
629 |
-
"Error al descargar el archivo zip. Por favor, sube el plugin manualmente"
|
630 |
|
631 |
-
#: bws_menu.php:
|
632 |
-
msgid "
|
633 |
-
msgstr "
|
634 |
|
635 |
-
#: bws_menu.php:
|
636 |
-
|
|
|
|
|
637 |
msgstr "Instalando el plugin"
|
638 |
|
639 |
-
#: bws_menu.php:
|
640 |
-
msgid "
|
641 |
-
msgstr "Error al abrir el archivo zip. Por favor, sube el plugin manualmente"
|
642 |
-
|
643 |
-
#: bws_menu.php:422 deprecated.php:406
|
644 |
-
msgid ""
|
645 |
-
"Your server does not support either ZipArchive or Phar. Please, upload the "
|
646 |
-
"plugin manually"
|
647 |
msgstr ""
|
648 |
-
"Tu servidor no admite ni ZipArchive ni Phar. Por favor, sube el plugin "
|
649 |
-
"manualmente"
|
650 |
|
651 |
-
#: bws_menu.php:
|
652 |
-
#,
|
653 |
-
msgid "
|
654 |
-
|
|
|
|
|
|
|
|
|
|
|
655 |
|
656 |
-
#: bws_menu.php:
|
657 |
-
msgid "
|
658 |
-
msgstr "
|
659 |
|
660 |
-
#: bws_menu.php:
|
661 |
-
|
662 |
-
|
|
|
|
|
663 |
|
664 |
-
#: bws_menu.php:
|
665 |
msgid "Return to BestWebSoft Panel"
|
666 |
msgstr "Volver a Panel de BestWebSoft"
|
667 |
|
668 |
-
#: bws_menu.php:
|
669 |
msgid "All"
|
670 |
msgstr "Todo"
|
671 |
|
672 |
-
#: bws_menu.php:
|
673 |
msgid "Installed"
|
674 |
msgstr "Instalado"
|
675 |
|
676 |
-
#: bws_menu.php:
|
677 |
msgid "Not Installed"
|
678 |
msgstr "No instalado"
|
679 |
|
680 |
-
#: bws_menu.php:
|
681 |
msgid "Filter results"
|
682 |
msgstr "Filtrar resultados"
|
683 |
|
684 |
-
#: bws_menu.php:
|
685 |
msgid "Category"
|
686 |
msgstr "Categoría"
|
687 |
|
688 |
-
#: bws_menu.php:
|
689 |
msgid "Not installed"
|
690 |
msgstr "No instalado"
|
691 |
|
692 |
-
#: bws_menu.php:
|
693 |
msgid "Renew to get updates"
|
694 |
msgstr "Renovar para obtener actualizaciones"
|
695 |
|
696 |
-
#: bws_menu.php:
|
697 |
#, php-format
|
698 |
msgid "Update to v %s"
|
699 |
msgstr "Actualizar a v %s"
|
700 |
|
701 |
-
#: bws_menu.php:
|
702 |
-
msgid "
|
703 |
-
msgstr "
|
704 |
|
705 |
-
#: bws_menu.php:
|
706 |
msgid "Upgrade to Pro"
|
707 |
msgstr "Actualizar a Pro"
|
708 |
|
709 |
-
#: bws_menu.php:
|
710 |
msgid "Activate this plugin"
|
711 |
msgstr "Activar el plugin"
|
712 |
|
713 |
-
#: bws_menu.php:
|
714 |
msgid "Install this plugin"
|
715 |
msgstr "Instalar el plugin"
|
716 |
|
717 |
-
#: bws_menu.php:
|
|
|
|
|
|
|
|
|
718 |
msgid "Nothing found. Try another criteria."
|
719 |
msgstr "Nada encontrado. Prueba otro criterio."
|
720 |
|
721 |
-
#: bws_menu.php:
|
722 |
#, php-format
|
723 |
msgid "By %s"
|
724 |
msgstr "Por %s"
|
725 |
|
726 |
-
#: bws_menu.php:
|
727 |
msgid "Already Installed"
|
728 |
msgstr "Ya instalado"
|
729 |
|
730 |
-
#: bws_menu.php:
|
731 |
msgid "Browse More WordPress Themes"
|
732 |
msgstr ""
|
733 |
|
734 |
-
#: bws_menu.php:
|
735 |
msgid "Send to support"
|
736 |
msgstr "Enviar al soporte técnico"
|
737 |
|
738 |
-
#: bws_menu.php:
|
739 |
msgid "Send to custom email »"
|
740 |
msgstr "Enviar al correo electrónico personalizado »"
|
741 |
|
742 |
-
#: class-bws-settings.php:
|
743 |
msgid "Information"
|
744 |
msgstr "Información"
|
745 |
|
746 |
-
#: class-bws-settings.php:
|
747 |
msgid "Inactive"
|
748 |
msgstr "Inactiva"
|
749 |
|
750 |
-
#: class-bws-settings.php:
|
751 |
msgid "Expired"
|
752 |
msgstr "Expirada"
|
753 |
|
754 |
-
#: class-bws-settings.php:
|
755 |
#, php-format
|
756 |
msgid "%s day(-s) left"
|
757 |
msgstr "%s día(-s) quedan"
|
758 |
|
759 |
-
#: class-bws-settings.php:
|
760 |
#, php-format
|
761 |
msgid "Expired on %s"
|
762 |
msgstr "Expiró el %s"
|
763 |
|
764 |
-
#: class-bws-settings.php:
|
765 |
msgid "Renew Now"
|
766 |
msgstr "Renovar"
|
767 |
|
768 |
-
#: class-bws-settings.php:
|
769 |
msgid "Active"
|
770 |
msgstr "Activa"
|
771 |
|
772 |
-
#: class-bws-settings.php:
|
773 |
msgid "License"
|
774 |
msgstr "Licencia"
|
775 |
|
776 |
-
#: class-bws-settings.php:
|
777 |
msgid "Status"
|
778 |
msgstr "Estado"
|
779 |
|
780 |
-
#: class-bws-settings.php:
|
781 |
msgid "Version"
|
782 |
msgstr "Versión"
|
783 |
|
784 |
-
#: class-bws-settings.php:
|
785 |
msgid "All plugin settings were restored."
|
786 |
msgstr "Se restauraron todos los ajustes del plugin."
|
787 |
|
788 |
-
#: class-bws-settings.php:
|
789 |
msgid "Custom Code"
|
790 |
msgstr "Código personalizado"
|
791 |
|
792 |
-
#: class-bws-settings.php:
|
793 |
msgid "You do not have sufficient permissions to edit plugins for this site."
|
794 |
msgstr "No tienes suficientes permisos para editar plugins de este sitio."
|
795 |
|
796 |
-
#: class-bws-settings.php:
|
797 |
msgid "These styles will be added to the header on all pages of your site."
|
798 |
msgstr ""
|
799 |
"Estos estilos se agregarán a la cabecera en todas las páginas de tu sitio."
|
800 |
|
801 |
-
#: class-bws-settings.php:
|
802 |
#, php-format
|
803 |
msgid ""
|
804 |
"This PHP code will be hooked to the %s action and will be printed on front "
|
@@ -807,12 +802,12 @@ msgstr ""
|
|
807 |
"Este código PHP se enganchará a la acción %s y se agregará sólo en el front-"
|
808 |
"end."
|
809 |
|
810 |
-
#: class-bws-settings.php:
|
811 |
msgid "These code will be added to the header on all pages of your site."
|
812 |
msgstr ""
|
813 |
"Este código se agregará a la cabecera en todas las páginas de tu sitio."
|
814 |
|
815 |
-
#: class-bws-settings.php:
|
816 |
#, php-format
|
817 |
msgid ""
|
818 |
"You need to make this files writable before you can save your changes. See "
|
@@ -821,25 +816,25 @@ msgstr ""
|
|
821 |
"Es necesario que estos archivos sean editables antes de poder guardar los "
|
822 |
"cambios. Consulta %s el Codex %s para obtener más información."
|
823 |
|
824 |
-
#: class-bws-settings.php:
|
825 |
msgid "Browsing"
|
826 |
msgstr "Navegar"
|
827 |
|
828 |
-
#: class-bws-settings.php:
|
829 |
#, php-format
|
830 |
msgid "Activate custom %s code."
|
831 |
msgstr "Activar código personalizado de %s."
|
832 |
|
833 |
-
#: class-bws-settings.php:
|
834 |
#, php-format
|
835 |
msgid "Learn more about %s"
|
836 |
msgstr "Aprende más de %s"
|
837 |
|
838 |
-
#: class-bws-settings.php:
|
839 |
msgid "Miscellaneous Settings"
|
840 |
msgstr "Ajustes varios"
|
841 |
|
842 |
-
#: class-bws-settings.php:
|
843 |
#, php-format
|
844 |
msgid ""
|
845 |
"It is prohibited to change %s settings on this site in the %s network "
|
@@ -848,7 +843,7 @@ msgstr ""
|
|
848 |
"Está prohibido cambiar la configuración de %s en este sitio por los "
|
849 |
"parámetros de la red de %s."
|
850 |
|
851 |
-
#: class-bws-settings.php:
|
852 |
#, php-format
|
853 |
msgid ""
|
854 |
"It is prohibited to view %s settings on this site in the %s network settings."
|
@@ -856,68 +851,53 @@ msgstr ""
|
|
856 |
"Está prohibido ver la configuración de %s en este sitio por los "
|
857 |
"parámetros de la red de %s."
|
858 |
|
859 |
-
#: class-bws-settings.php:
|
860 |
msgid "Pro Options"
|
861 |
msgstr "Opciones Pro"
|
862 |
|
863 |
-
#: class-bws-settings.php:
|
864 |
msgid "Enable to display plugin Pro options."
|
865 |
msgstr "Activar muestro de las opciones Pro del plugin."
|
866 |
|
867 |
-
#: class-bws-settings.php:
|
868 |
msgid "Track Usage"
|
869 |
msgstr "Seguir el uso"
|
870 |
|
871 |
-
#: class-bws-settings.php:
|
872 |
msgid ""
|
873 |
"Enable to allow tracking plugin usage anonymously in order to make it better."
|
874 |
msgstr ""
|
875 |
"Activar permiso de seguir el uso de plugin de forma anónima con el fin de "
|
876 |
"hacerlo mejor."
|
877 |
|
878 |
-
#: class-bws-settings.php:
|
879 |
msgid "Default Settings"
|
880 |
msgstr "Ajustes por defecto"
|
881 |
|
882 |
-
#: class-bws-settings.php:
|
883 |
msgid "Restore Settings"
|
884 |
msgstr "Restaurar ajustes"
|
885 |
|
886 |
-
#: class-bws-settings.php:
|
887 |
msgid "This will restore plugin settings to defaults."
|
888 |
msgstr "Esto restaurará los ajustes de plugin por defecto."
|
889 |
|
890 |
-
#: class-bws-settings.php:
|
891 |
msgid "Import / Export"
|
892 |
msgstr "Importar / Exportar"
|
893 |
|
894 |
-
#: class-bws-settings.php:
|
895 |
-
#: class-bws-settings.php:757
|
896 |
msgid "License Key"
|
897 |
msgstr "Clave de licencia"
|
898 |
|
899 |
-
#: class-bws-settings.php:
|
900 |
-
msgid "Congratulations! Pro license is activated successfully."
|
901 |
-
msgstr "¡Felicitaciones! Licencia Pro está activada con éxito."
|
902 |
-
|
903 |
-
#: class-bws-settings.php:726
|
904 |
-
#, php-format
|
905 |
-
msgid "You will be automatically redirected to the %s in %s seconds."
|
906 |
-
msgstr "En %s segundos automáticamente serás dirigido a %s."
|
907 |
-
|
908 |
-
#: class-bws-settings.php:726
|
909 |
-
msgid "Settings page"
|
910 |
-
msgstr "Página de ajustes"
|
911 |
-
|
912 |
-
#: class-bws-settings.php:741
|
913 |
#, php-format
|
914 |
msgid "Enter your license key to activate %s and get premium plugin features."
|
915 |
msgstr ""
|
916 |
"Introduce tu clave de licencia para activar %s y obtener funciones premium "
|
917 |
"del plugin."
|
918 |
|
919 |
-
#: class-bws-settings.php:
|
920 |
-
#: deprecated.php:706
|
921 |
msgid ""
|
922 |
"Unfortunately, you have exceeded the number of available tries per day. "
|
923 |
"Please, upload the plugin manually."
|
@@ -925,12 +905,12 @@ msgstr ""
|
|
925 |
"Por desgracia, has excedido el número de intentos por hoy. Por favor, sube "
|
926 |
"el plugin manualmente."
|
927 |
|
928 |
-
#: class-bws-settings.php:
|
929 |
#, php-format
|
930 |
msgid "Start Your Free %s-Day Trial Now"
|
931 |
msgstr "Comienza tu prueba gratuita de %s días"
|
932 |
|
933 |
-
#: class-bws-settings.php:
|
934 |
msgid ""
|
935 |
"If necessary, you can check if the license key is correct or reenter it in "
|
936 |
"the field below."
|
@@ -938,15 +918,15 @@ msgstr ""
|
|
938 |
"Si es necesario, puedes comprobar si la clave de licencia es correcta o "
|
939 |
"introducirla otra vez en el campo abajo."
|
940 |
|
941 |
-
#: class-bws-settings.php:
|
942 |
msgid "Manage License Settings"
|
943 |
msgstr "Gestionar ajustes de licencias"
|
944 |
|
945 |
-
#: class-bws-settings.php:
|
946 |
msgid "Login to Client Area"
|
947 |
msgstr "Acceder al Área de Cliente"
|
948 |
|
949 |
-
#: class-bws-settings.php:
|
950 |
msgid ""
|
951 |
"Manage active licenses, download BWS products, and view your payment history "
|
952 |
"using BestWebSoft Client Area."
|
@@ -954,12 +934,11 @@ msgstr ""
|
|
954 |
"Gestiona licencias activas, descarga productos BWS y ve la historia de pagos "
|
955 |
"con Área de Cliente de BestWebSoft."
|
956 |
|
957 |
-
#: class-bws-settings.php:
|
958 |
-
#: deprecated.php:361
|
959 |
msgid "This license key is bound to another site."
|
960 |
msgstr "Esta clave de licencia está enlazada al otro sitio."
|
961 |
|
962 |
-
#: class-bws-settings.php:
|
963 |
msgid ""
|
964 |
"This license key is valid, but Your license has expired. If you want to "
|
965 |
"update our plugin in future, you should extend the license."
|
@@ -967,11 +946,11 @@ msgstr ""
|
|
967 |
"Esta clave de licencia está válida, pero tu licencia ha expirado. Si deseas "
|
968 |
"actualizar nuestro plugin en el futuro debes extender la licencia."
|
969 |
|
970 |
-
#: class-bws-settings.php:
|
971 |
msgid "Unfortunately, you have exceeded the number of available tries."
|
972 |
msgstr "Por desgracia, has excedido el número de intentos."
|
973 |
|
974 |
-
#: class-bws-settings.php:
|
975 |
msgid ""
|
976 |
"Unfortunately, the Pro Trial licence was already installed to this domain. "
|
977 |
"The Pro Trial license can be installed only once."
|
@@ -979,167 +958,124 @@ msgstr ""
|
|
979 |
"Por desgracia, la licencia Pro Trial ha estado ya instalada en este dominio. "
|
980 |
"La licencia Pro Trial puede estar instalada una sola vez."
|
981 |
|
982 |
-
#: class-bws-settings.php:
|
983 |
msgid "The Pro Trial license key is valid."
|
984 |
msgstr "La licencia Pro Trial está válida."
|
985 |
|
986 |
-
#: class-bws-settings.php:
|
987 |
#, php-format
|
988 |
msgid ""
|
989 |
"In order to continue using the plugin it is necessary to buy a %s license."
|
990 |
msgstr "Para seguir usando el plugin es necesario comprar una licencia de %s."
|
991 |
|
992 |
-
#: class-bws-settings.php:
|
993 |
#, php-format
|
994 |
msgid ""
|
995 |
"Unfortunately, Your license has expired. To continue getting top-priority "
|
996 |
"support and plugin updates, you should extend it in your %s."
|
997 |
msgstr ""
|
998 |
|
999 |
-
#: class-bws-settings.php:
|
1000 |
-
#: class-bws-settings.php:1003
|
1001 |
-
msgid "Failed to download the zip archive. Please, upload the plugin manually."
|
1002 |
-
msgstr ""
|
1003 |
-
|
1004 |
-
#: class-bws-settings.php:971
|
1005 |
-
msgid "Failed to open the zip archive. Please, upload the plugin manually."
|
1006 |
-
msgstr ""
|
1007 |
-
|
1008 |
-
#: class-bws-settings.php:977
|
1009 |
-
msgid ""
|
1010 |
-
"Your server does not support either ZipArchive or Phar. Please, upload the "
|
1011 |
-
"plugin manually."
|
1012 |
-
msgstr ""
|
1013 |
-
|
1014 |
-
#: class-bws-settings.php:984
|
1015 |
-
msgid "UploadDir is not writable. Please, upload the plugin manually."
|
1016 |
-
msgstr ""
|
1017 |
-
|
1018 |
-
#: class-bws-settings.php:1042 deprecated.php:464
|
1019 |
msgid "Please, enter Your license key"
|
1020 |
msgstr "Por favor, introduce tu clave de licencia"
|
1021 |
|
1022 |
-
#: class-bws-settings.php:
|
1023 |
msgid "Need Help?"
|
1024 |
msgstr "¿Necesitas ayuda?"
|
1025 |
|
1026 |
-
#: class-bws-settings.php:
|
1027 |
msgid "Read the Instruction"
|
1028 |
msgstr "Lee las instrucciones"
|
1029 |
|
1030 |
-
#: class-bws-settings.php:
|
1031 |
msgid "Watch the Video"
|
1032 |
msgstr "Ve el vídeo"
|
1033 |
|
1034 |
-
#: class-bws-settings.php:
|
1035 |
msgid "Start Your Free Trial"
|
1036 |
msgstr "Comienza tu prueba gratuita"
|
1037 |
|
1038 |
-
#: deactivation-form.php:
|
1039 |
msgid "Need help? We are ready to answer your questions."
|
1040 |
msgstr ""
|
1041 |
|
1042 |
-
#: deactivation-form.php:
|
1043 |
msgid "Contact Support"
|
1044 |
msgstr ""
|
1045 |
|
1046 |
-
#: deactivation-form.php:
|
1047 |
msgid "The plugin is not working"
|
1048 |
msgstr ""
|
1049 |
|
1050 |
-
#: deactivation-form.php:
|
1051 |
-
msgid "Kindly share what didn't work so we can fix it in future updates..."
|
1052 |
-
msgstr ""
|
1053 |
-
|
1054 |
-
#: deactivation-form.php:38
|
1055 |
msgid "The plugin didn't work as expected"
|
1056 |
msgstr ""
|
1057 |
|
1058 |
-
#: deactivation-form.php:
|
1059 |
-
msgid "What did you expect?"
|
1060 |
-
msgstr ""
|
1061 |
-
|
1062 |
-
#: deactivation-form.php:44
|
1063 |
msgid "The plugin suddenly stopped working"
|
1064 |
msgstr ""
|
1065 |
|
1066 |
-
#: deactivation-form.php:
|
1067 |
msgid "The plugin broke my site"
|
1068 |
msgstr ""
|
1069 |
|
1070 |
-
#: deactivation-form.php:
|
1071 |
msgid "I couldn't understand how to get it work"
|
1072 |
msgstr ""
|
1073 |
|
1074 |
-
#: deactivation-form.php:
|
1075 |
msgid "I found a better plugin"
|
1076 |
msgstr ""
|
1077 |
|
1078 |
-
#: deactivation-form.php:
|
1079 |
-
msgid "What's the plugin name?"
|
1080 |
-
msgstr ""
|
1081 |
-
|
1082 |
-
#: deactivation-form.php:71
|
1083 |
msgid "The plugin is great, but I need specific feature that you don't support"
|
1084 |
msgstr ""
|
1085 |
|
1086 |
-
#: deactivation-form.php:
|
1087 |
-
msgid "What feature?"
|
1088 |
-
msgstr ""
|
1089 |
-
|
1090 |
-
#: deactivation-form.php:77
|
1091 |
msgid "I no longer need the plugin"
|
1092 |
msgstr ""
|
1093 |
|
1094 |
-
#: deactivation-form.php:
|
1095 |
msgid "It's a temporary deactivation, I'm just debugging an issue"
|
1096 |
msgstr ""
|
1097 |
|
1098 |
-
#: deactivation-form.php:
|
1099 |
msgid "Other"
|
1100 |
msgstr ""
|
1101 |
|
1102 |
-
#: deactivation-form.php:
|
1103 |
msgid "Quick Feedback"
|
1104 |
msgstr ""
|
1105 |
|
1106 |
-
#: deactivation-form.php:
|
1107 |
msgid "If you have a moment, please let us know why you are deactivating"
|
1108 |
msgstr ""
|
1109 |
|
1110 |
-
#: deactivation-form.php:
|
1111 |
msgid "Send website data and allow to contact me back"
|
1112 |
msgstr ""
|
1113 |
|
1114 |
-
#: deactivation-form.php:
|
1115 |
-
msgid "Cancel"
|
1116 |
-
msgstr ""
|
1117 |
-
|
1118 |
-
#: deactivation-form.php:233
|
1119 |
msgid "Processing"
|
1120 |
msgstr ""
|
1121 |
|
1122 |
-
#: deactivation-form.php:
|
1123 |
-
msgid "Submit
|
1124 |
msgstr ""
|
1125 |
|
1126 |
-
#: deactivation-form.php:
|
1127 |
msgid "Please tell us the reason so we can improve it."
|
1128 |
msgstr ""
|
1129 |
|
1130 |
-
#: deactivation-form.php:
|
1131 |
-
msgid "Deactivate"
|
1132 |
msgstr ""
|
1133 |
|
1134 |
-
#: deprecated.php:
|
1135 |
msgid "System Status"
|
1136 |
msgstr "Información de sistema"
|
1137 |
|
1138 |
-
#: deprecated.php:
|
1139 |
-
msgid "Please, enter your license key"
|
1140 |
-
msgstr "Por favor, introduce tu clave de licencia"
|
1141 |
-
|
1142 |
-
#: deprecated.php:223
|
1143 |
msgid ""
|
1144 |
"If necessary, you can check if the license key is correct or reenter it in "
|
1145 |
"the field below. You can find your license key on your personal page - "
|
@@ -1149,7 +1085,7 @@ msgstr ""
|
|
1149 |
"introducirla otra vez en el campo abajo. Puedes encontrar tu clave de "
|
1150 |
"licencia en tu página personal - Área de Cliente - en nuestro sitio"
|
1151 |
|
1152 |
-
#: deprecated.php:
|
1153 |
msgid ""
|
1154 |
"(your username is the email address specified during the purchase). If "
|
1155 |
"necessary, please submit \"Lost your password?\" request."
|
@@ -1158,81 +1094,56 @@ msgstr ""
|
|
1158 |
"durante la compra). Si es necesario, haz clic en \"¿Has perdido tu "
|
1159 |
"contraseña?\"."
|
1160 |
|
1161 |
-
#: deprecated.php:
|
1162 |
msgid "After that, you can activate it by entering your license key."
|
1163 |
msgstr "Después, puedes activarlo introduciendo tu clave de licencia."
|
1164 |
|
1165 |
-
#: deprecated.php:
|
1166 |
msgid "License key can be found in the"
|
1167 |
msgstr "La clave de licencia se puede encontrar en el"
|
1168 |
|
1169 |
-
#: deprecated.php:
|
1170 |
msgid "(your username is the email address specified during the purchase)."
|
1171 |
msgstr ""
|
1172 |
"(tu nombre del usuario es la dirección de correo electrónico especificada "
|
1173 |
"durante la compra)."
|
1174 |
|
1175 |
-
#: deprecated.php:
|
1176 |
msgid ""
|
1177 |
"Congratulations! The Pro license of the plugin is activated successfully."
|
1178 |
msgstr "¡Felicitaciones! La licencia Pro está activada con éxito."
|
1179 |
|
1180 |
-
#: deprecated.php:
|
1181 |
msgid "Please, go to"
|
1182 |
msgstr "Por favor ve a"
|
1183 |
|
1184 |
-
#: deprecated.php:
|
1185 |
msgid "the setting page"
|
1186 |
msgstr "la página de ajustes"
|
1187 |
|
1188 |
-
#: deprecated.php:
|
1189 |
-
msgid "You will be redirected automatically in 5 seconds."
|
1190 |
-
msgstr "En 5 segundos automáticamente serás dirigido a la nueva ubicación."
|
1191 |
-
|
1192 |
-
#: deprecated.php:316
|
1193 |
-
msgid "Check premium options on the plugin settings page!"
|
1194 |
-
msgstr "¡Comprueba las opciones premium en la página de ajustes del plugin!"
|
1195 |
-
|
1196 |
-
#: deprecated.php:479
|
1197 |
msgid "Restore all plugin settings to defaults"
|
1198 |
msgstr "Restaurar todos los ajustes de plugin por defecto"
|
1199 |
|
1200 |
-
#: deprecated.php:
|
1201 |
msgid "Restore settings"
|
1202 |
msgstr "Restaurar ajustes"
|
1203 |
|
1204 |
-
#: deprecated.php:
|
1205 |
-
#, php-format
|
1206 |
-
msgid "File %s edited successfully."
|
1207 |
-
msgstr "Archivo %s editado con éxito."
|
1208 |
-
|
1209 |
-
#: deprecated.php:552 deprecated.php:579
|
1210 |
-
msgid "Not enough permissions to create or update the file"
|
1211 |
-
msgstr "No hay suficientes permisos para crear o actualizar el archivo"
|
1212 |
-
|
1213 |
-
#: deprecated.php:582
|
1214 |
-
msgid "Not enough permissions to create the file"
|
1215 |
-
msgstr "No hay suficientes permisos para crear el archivo"
|
1216 |
-
|
1217 |
-
#: deprecated.php:626
|
1218 |
-
msgid "Editing"
|
1219 |
-
msgstr "Editar"
|
1220 |
-
|
1221 |
-
#: deprecated.php:670
|
1222 |
msgid ""
|
1223 |
"Congratulations! Pro version of the plugin is installed and activated "
|
1224 |
"successfully."
|
1225 |
msgstr "¡Felicitaciones! Licencia Pro está instalada y activada con éxito."
|
1226 |
|
1227 |
-
#: deprecated.php:
|
1228 |
msgid "Show Pro features"
|
1229 |
msgstr "Mostrar funciones Pro"
|
1230 |
|
1231 |
-
#: deprecated.php:
|
1232 |
msgid "Enter your license key to install and activate"
|
1233 |
msgstr "Introduce tu clave de licencia para instalar y activar"
|
1234 |
|
1235 |
-
#: deprecated.php:
|
1236 |
msgid "version of the plugin."
|
1237 |
msgstr "la versión del plugin."
|
1238 |
|
@@ -1277,10 +1188,20 @@ msgid "Best secure captcha plugin to protect your WordPress forms."
|
|
1277 |
msgstr ""
|
1278 |
|
1279 |
#: product_list.php:32
|
1280 |
-
msgid "Create your
|
1281 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1282 |
|
1283 |
-
#: product_list.php:
|
1284 |
msgid ""
|
1285 |
"Allow customers to reach you using secure contact form plugin any website "
|
1286 |
"must have."
|
@@ -1288,42 +1209,36 @@ msgstr ""
|
|
1288 |
"Permite a los clientes ponerse en contacto contigo usando el plugin seguro "
|
1289 |
"del formulario de contacto que debe tener cualquier sitio."
|
1290 |
|
1291 |
-
#: product_list.php:
|
1292 |
msgid "Add unlimited number of contact forms to WordPress website."
|
1293 |
msgstr ""
|
1294 |
"Añade el número ilimitado de formularios de contacto al sitio de WordPress."
|
1295 |
|
1296 |
-
#: product_list.php:
|
1297 |
msgid "Save and manage Contact Form messages. Never lose important data."
|
1298 |
msgstr ""
|
1299 |
"Guarda y gestiona los mensajes de Contact Form plugin. Nunca pierde datos "
|
1300 |
"importantes."
|
1301 |
|
1302 |
-
#: product_list.php:
|
1303 |
msgid "Add unlimited custom pages to WordPress admin dashboard."
|
1304 |
msgstr ""
|
1305 |
"Añade el número ilimitado de páginas personalizadas al escritorio de "
|
1306 |
"WordPress."
|
1307 |
|
1308 |
-
#: product_list.php:
|
1309 |
-
msgid "Add custom fields to WordPress website search results."
|
1310 |
-
msgstr ""
|
1311 |
-
"Añade los campos personalizados a los resultados de búsqueda en el sitio de "
|
1312 |
-
"WordPress."
|
1313 |
-
|
1314 |
-
#: product_list.php:86
|
1315 |
msgid ""
|
1316 |
"Add custom post types and taxonomies to WordPress website search results."
|
1317 |
msgstr ""
|
1318 |
"Añade los tipos de contenido personalizados y taxonomías a los resultados de "
|
1319 |
"búsqueda en el sitio de WordPress."
|
1320 |
|
1321 |
-
#: product_list.php:
|
1322 |
msgid "Add PayPal and 2CO donate buttons to receive charity payments."
|
1323 |
msgstr ""
|
1324 |
"Añade los botones de donación PayPal y 2CO para recibir pagos benéficos."
|
1325 |
|
1326 |
-
#: product_list.php:
|
1327 |
msgid ""
|
1328 |
"Get latest error log messages to diagnose website problems. Define and fix "
|
1329 |
"issues faster."
|
@@ -1331,7 +1246,7 @@ msgstr ""
|
|
1331 |
"Recibe más recientes mensajes del registro de errores para diagnosticar los "
|
1332 |
"problemas del sitio. Define y corrige los problemas más rápido."
|
1333 |
|
1334 |
-
#: product_list.php:
|
1335 |
msgid ""
|
1336 |
"Add Facebook Follow, Like, and Share buttons to WordPress posts, pages, and "
|
1337 |
"widgets."
|
@@ -1339,23 +1254,15 @@ msgstr ""
|
|
1339 |
"Añade los botones de Facebook Seguir, Me gusta y Compartir a las entradas, "
|
1340 |
"páginas y widgets de WordPress."
|
1341 |
|
1342 |
-
#: product_list.php:
|
1343 |
msgid ""
|
1344 |
"Add beautiful galleries, albums & images to your WordPress website in a few "
|
1345 |
"clicks."
|
1346 |
msgstr ""
|
1347 |
-
"Añade las galerías, álbumes
|
1348 |
-
"unos pocos clics."
|
1349 |
-
|
1350 |
-
#: product_list.php:130
|
1351 |
-
msgid ""
|
1352 |
-
"Add Google +1, Share, Follow, Hangout buttons and profile badge to WordPress "
|
1353 |
-
"posts, pages and widgets."
|
1354 |
-
msgstr ""
|
1355 |
-
"Añade los botones de Google +1 Compartir, Seguir, Hangout e insignia de "
|
1356 |
-
"perfil a las entradas, páginas y widgets de WordPress."
|
1357 |
|
1358 |
-
#: product_list.php:
|
1359 |
msgid ""
|
1360 |
"Stronger security solution which protects your WordPress website from hacks "
|
1361 |
"and unauthorized login attempts."
|
@@ -1363,7 +1270,7 @@ msgstr ""
|
|
1363 |
"Potente solución de seguridad que protege tu sitio de WordPress de los "
|
1364 |
"hackeos y intentos no autorizados de acceder."
|
1365 |
|
1366 |
-
#: product_list.php:
|
1367 |
msgid ""
|
1368 |
"Add Adsense ads to WordPress website pages, posts, custom posts, search "
|
1369 |
"results, categories, tags, and widgets."
|
@@ -1372,27 +1279,25 @@ msgstr ""
|
|
1372 |
"entradas personalizadas, resultados de búsqueda, categorías, etiquetas y "
|
1373 |
"widgets en el sitio de WordPress, ."
|
1374 |
|
1375 |
-
#: product_list.php:
|
1376 |
msgid "Add Google Analytics code to WordPress website and track basic stats."
|
1377 |
msgstr ""
|
1378 |
"Añade el código de Google Analytics al sitio de WordPress y sigue las "
|
1379 |
"estadísticas básicas."
|
1380 |
|
1381 |
-
#: product_list.php:
|
1382 |
-
msgid ""
|
1383 |
-
"Protect WordPress website forms from spam entries with Google Captcha "
|
1384 |
-
"(reCaptcha)."
|
1385 |
msgstr ""
|
1386 |
"Protege los formularios en sitio de WordPress de las entradas de spam con "
|
1387 |
-
"
|
1388 |
|
1389 |
-
#: product_list.php:
|
1390 |
msgid "Add customized Google maps to WordPress posts, pages and widgets."
|
1391 |
msgstr ""
|
1392 |
"Añade los mapas de Google personalizados a las entradas, páginas y widgets "
|
1393 |
"de WordPress."
|
1394 |
|
1395 |
-
#: product_list.php:
|
1396 |
msgid ""
|
1397 |
"Generate and add XML sitemap to WordPress website. Help search engines index "
|
1398 |
"your blog."
|
@@ -1400,7 +1305,7 @@ msgstr ""
|
|
1400 |
"Genera y añade los archivos de XML sitemap al sitio de WordPress. Ayuda a "
|
1401 |
"los buscadores a indexar tu blog."
|
1402 |
|
1403 |
-
#: product_list.php:
|
1404 |
msgid ""
|
1405 |
"Replace external WordPress website links with Google shortlinks and track "
|
1406 |
"click stats."
|
@@ -1408,7 +1313,7 @@ msgstr ""
|
|
1408 |
"Reemplaza los enlaces externos con los enlaces cortos de Google en el sitio "
|
1409 |
"de WordPress y sigue las estadísticas de clics."
|
1410 |
|
1411 |
-
#: product_list.php:
|
1412 |
msgid ""
|
1413 |
"Protect WordPress website – allow and deny access for certain IP addresses, "
|
1414 |
"hostnames, etc."
|
@@ -1416,7 +1321,7 @@ msgstr ""
|
|
1416 |
"Protege el sitio de WordPress - permite y impide el acceso para determinadas "
|
1417 |
"direcciones IP, nombres de host, etc."
|
1418 |
|
1419 |
-
#: product_list.php:
|
1420 |
msgid ""
|
1421 |
"Create your personal job board and listing WordPress website. Search jobs, "
|
1422 |
"submit CV/resumes, choose candidates."
|
@@ -1424,7 +1329,7 @@ msgstr ""
|
|
1424 |
"Crea tu tablero personal con la lista de trabajos en el sitio de WordPress. "
|
1425 |
"Busca trabajos, envía CV, elija candidatos."
|
1426 |
|
1427 |
-
#: product_list.php:
|
1428 |
msgid ""
|
1429 |
"Protect WordPress website against brute force attacks. Limit rate of login "
|
1430 |
"attempts."
|
@@ -1432,7 +1337,7 @@ msgstr ""
|
|
1432 |
"Protege el sitio de WordPress contra ataques de fuerza bruta. Limita el "
|
1433 |
"número de intentos de acceder."
|
1434 |
|
1435 |
-
#: product_list.php:
|
1436 |
msgid ""
|
1437 |
"Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. "
|
1438 |
"5 plugins included – profile, insider, etc."
|
@@ -1440,7 +1345,7 @@ msgstr ""
|
|
1440 |
"Añade los botones de LinkedIn Compartir y Seguir a las entradas, páginas y "
|
1441 |
"widgets de WordPress. 5 plugins incluidos - perfil, insider, etc."
|
1442 |
|
1443 |
-
#: product_list.php:
|
1444 |
msgid ""
|
1445 |
"Translate WordPress website content to other languages manually. Create "
|
1446 |
"multilingual pages, posts, widgets, menus, etc."
|
@@ -1449,7 +1354,7 @@ msgstr ""
|
|
1449 |
"Crea páginas multilingües, asi como entradas, widgets, menús, etc. en varios "
|
1450 |
"idiomas."
|
1451 |
|
1452 |
-
#: product_list.php:
|
1453 |
msgid ""
|
1454 |
"Add customizable pagination to WordPress website. Split long content to "
|
1455 |
"multiple pages for better navigation."
|
@@ -1457,7 +1362,7 @@ msgstr ""
|
|
1457 |
"Añade la paginación personalizable al sitio de WordPress. Divide contenido "
|
1458 |
"largo en varias páginas para mejorar la navegación."
|
1459 |
|
1460 |
-
#: product_list.php:
|
1461 |
msgid ""
|
1462 |
"Generate PDF files and print WordPress posts/pages. Customize document "
|
1463 |
"header/footer styles and appearance."
|
@@ -1466,7 +1371,7 @@ msgstr ""
|
|
1466 |
"Personaliza los estilos de la cabecera/pie de la página del documento y su "
|
1467 |
"apariencia."
|
1468 |
|
1469 |
-
#: product_list.php:
|
1470 |
msgid ""
|
1471 |
"Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, "
|
1472 |
"Profile) to WordPress posts, pages and widgets."
|
@@ -1474,7 +1379,7 @@ msgstr ""
|
|
1474 |
"Añade los botones de Pinterest Segiur, Guardar y widgets de perfil (Pines, "
|
1475 |
"Tablero, Perfil) a las entradas, páginas y widgets de WordPress."
|
1476 |
|
1477 |
-
#: product_list.php:
|
1478 |
msgid ""
|
1479 |
"Create your personal portfolio WordPress website. Manage and showcase past "
|
1480 |
"projects to get more clients."
|
@@ -1482,13 +1387,13 @@ msgstr ""
|
|
1482 |
"Crea tu cartera personal en el sitio de WordPress. Gestiona y muestra los "
|
1483 |
"proyectos anteriores para obtener más clientes."
|
1484 |
|
1485 |
-
#: product_list.php:
|
1486 |
msgid "Export WordPress posts to CSV file format easily. Configure data order."
|
1487 |
msgstr ""
|
1488 |
"Exporta las entradas de WordPress en formato de archivo CSV fácilmente. "
|
1489 |
"Configura el orden de los datos."
|
1490 |
|
1491 |
-
#: product_list.php:
|
1492 |
msgid ""
|
1493 |
"Add extra fields to default WordPress user profile. The easiest way to "
|
1494 |
"create and manage additional custom values."
|
@@ -1496,7 +1401,7 @@ msgstr ""
|
|
1496 |
"Añade los campos adicionales al perfil estándar del usuario de WordPress. La "
|
1497 |
"forma más fácil de crear y gestionar los valores personalizados adicionales."
|
1498 |
|
1499 |
-
#: product_list.php:
|
1500 |
msgid ""
|
1501 |
"Add and display HTML advertisement banner on WordPress website. Customize "
|
1502 |
"bar styles and appearance."
|
@@ -1504,7 +1409,7 @@ msgstr ""
|
|
1504 |
"Añade y muestra los anuncios publicitarios de HTML en el sitio de WordPress. "
|
1505 |
"Personaliza los estilos y la apariencia de la barra."
|
1506 |
|
1507 |
-
#: product_list.php:
|
1508 |
msgid ""
|
1509 |
"Add customizable quotes and tips blocks to WordPress posts, pages and "
|
1510 |
"widgets."
|
@@ -1512,7 +1417,7 @@ msgstr ""
|
|
1512 |
"Añade las citas personalizables y bloques de consejos a las entradas, "
|
1513 |
"páginas y widgets de WordPress."
|
1514 |
|
1515 |
-
#: product_list.php:
|
1516 |
msgid ""
|
1517 |
"Add rating plugin to your WordPress website to receive feedback from your "
|
1518 |
"customers."
|
@@ -1520,7 +1425,7 @@ msgstr ""
|
|
1520 |
"Añade el plugin de valoración a tu sitio de WordPress para recibir "
|
1521 |
"comentarios de tus clientes."
|
1522 |
|
1523 |
-
#: product_list.php:
|
1524 |
msgid ""
|
1525 |
"Create your personal real estate WordPress website. Sell, rent and buy "
|
1526 |
"properties. Add, search and browse listings easily."
|
@@ -1529,7 +1434,7 @@ msgstr ""
|
|
1529 |
"alquila y compra las propiedades. Añade, busca y navega las listas "
|
1530 |
"fácilmente."
|
1531 |
|
1532 |
-
#: product_list.php:
|
1533 |
msgid ""
|
1534 |
"Add related, featured, latest, and popular posts to your WordPress website. "
|
1535 |
"Connect your blog readers with a relevant content."
|
@@ -1538,7 +1443,7 @@ msgstr ""
|
|
1538 |
"sitio de WordPress. Conecta a tus lectores de blog con el contenido "
|
1539 |
"relevante."
|
1540 |
|
1541 |
-
#: product_list.php:
|
1542 |
msgid ""
|
1543 |
"Send bulk email messages to WordPress users. Custom templates, advanced "
|
1544 |
"settings and detailed reports."
|
@@ -1546,7 +1451,7 @@ msgstr ""
|
|
1546 |
"Envía mensajes de correo masivo a los usuarios de WordPress. Plantillas "
|
1547 |
"personalizadas, ajustes avanzados e informes detallados."
|
1548 |
|
1549 |
-
#: product_list.php:
|
1550 |
msgid ""
|
1551 |
"The best responsive slider plugin for your WordPress website. Create "
|
1552 |
"beautifully animated slides just in a few clicks."
|
@@ -1554,7 +1459,7 @@ msgstr ""
|
|
1554 |
"El mejor adaptable carrusel plugin para tu sitio de WordPress. Crea las "
|
1555 |
"diapositivas maravillosamente animadas con sólo unos clics."
|
1556 |
|
1557 |
-
#: product_list.php:
|
1558 |
msgid ""
|
1559 |
"Configure SMTP server to receive email messages from WordPress to Gmail, "
|
1560 |
"Yahoo, Hotmail and other services."
|
@@ -1562,16 +1467,20 @@ msgstr ""
|
|
1562 |
"Configura el servidor SMTP para recibir mensajes de correo electrónico de "
|
1563 |
"WordPress en Gmail, Yahoo, Hotmail y otros servicios."
|
1564 |
|
1565 |
-
#: product_list.php:
|
|
|
|
|
|
|
|
|
1566 |
msgid ""
|
1567 |
"Add social media buttons and widgets to WordPress posts, pages and widgets. "
|
1568 |
-
"FB, Twitter,
|
1569 |
msgstr ""
|
1570 |
"Añade los botones y widgets de los medios de comunicación social a las "
|
1571 |
"entradas, páginas y widgets de WordPress. FB, Twitter, G+1, Pinterest, "
|
1572 |
"LinkedIn."
|
1573 |
|
1574 |
-
#: product_list.php:
|
1575 |
msgid ""
|
1576 |
"Add social media login, registration, and commenting to your WordPress "
|
1577 |
"website."
|
@@ -1579,7 +1488,7 @@ msgstr ""
|
|
1579 |
"Añade el acceso, registro y comentarios a los medios de comunicación social "
|
1580 |
"a tu sitio de WordPress."
|
1581 |
|
1582 |
-
#: product_list.php:
|
1583 |
msgid ""
|
1584 |
"Add email newsletter sign up form to WordPress posts, pages and widgets. "
|
1585 |
"Collect data and subscribe your users."
|
@@ -1588,7 +1497,7 @@ msgstr ""
|
|
1588 |
"páginas y widgets de WordPress. Recoge los datos y suscribe a tus usuarios a "
|
1589 |
"las noticias."
|
1590 |
|
1591 |
-
#: product_list.php:
|
1592 |
msgid ""
|
1593 |
"Add testimonials and feedbacks from your customers to WordPress website "
|
1594 |
"posts, pages, and widgets."
|
@@ -1596,7 +1505,7 @@ msgstr ""
|
|
1596 |
"Añade los testimonios y comentarios de tus clientes a las entradas, páginas "
|
1597 |
"y widgets en el sitio de WordPress."
|
1598 |
|
1599 |
-
#: product_list.php:
|
1600 |
msgid ""
|
1601 |
"Best timesheet plugin for WordPress. Track employee time, streamline "
|
1602 |
"attendance and generate reports."
|
@@ -1605,7 +1514,7 @@ msgstr ""
|
|
1605 |
"laboral de los empleados, optimiza el horario de trabajo en la oficina y "
|
1606 |
"crea informes generales."
|
1607 |
|
1608 |
-
#: product_list.php:
|
1609 |
msgid ""
|
1610 |
"Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts "
|
1611 |
"and pages."
|
@@ -1613,7 +1522,7 @@ msgstr ""
|
|
1613 |
"Añade los botones de Twitter Seguir, Twittear, Hashtag y Mencionar a las "
|
1614 |
"entradas y páginas de WordPress."
|
1615 |
|
1616 |
-
#: product_list.php:
|
1617 |
msgid ""
|
1618 |
"Automatically check and update WordPress website core with all installed "
|
1619 |
"plugins and themes to the latest versions."
|
@@ -1621,7 +1530,7 @@ msgstr ""
|
|
1621 |
"Compruebа y actualiza automáticamente el núcleo de sitio de WordPress a las "
|
1622 |
"últimas versiones con todos plugins y temas que tienes instalados."
|
1623 |
|
1624 |
-
#: product_list.php:
|
1625 |
msgid ""
|
1626 |
"Powerful user role management plugin for WordPress website. Create, edit, "
|
1627 |
"copy, and delete user roles."
|
@@ -1629,7 +1538,7 @@ msgstr ""
|
|
1629 |
"Poderoso plugin de gestión de funciones para el sitio de WordPress. Crea, "
|
1630 |
"edita, copia y borra los perfiles de usuarios."
|
1631 |
|
1632 |
-
#: product_list.php:
|
1633 |
msgid ""
|
1634 |
"Display live count of online visitors who are currently browsing your "
|
1635 |
"WordPress website."
|
@@ -1637,7 +1546,7 @@ msgstr ""
|
|
1637 |
"Lleva la cuenta de los visitantes en línea que están hojeando tu sitio de "
|
1638 |
"WordPress en ese momento."
|
1639 |
|
1640 |
-
#: product_list.php:
|
1641 |
msgid ""
|
1642 |
"Backup and export Zendesk Help Center content automatically to your "
|
1643 |
"WordPress website database."
|
@@ -1645,6 +1554,91 @@ msgstr ""
|
|
1645 |
"Haz la copia de seguridad y exporta el contenido de Zendesk Centro de Ayuda "
|
1646 |
"automáticamente a tu base de datos en el sitio de WordPress."
|
1647 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1648 |
#~ msgid ""
|
1649 |
#~ "Protect WordPress website forms from spam entries by means of math logic."
|
1650 |
#~ msgstr ""
|
@@ -1766,9 +1760,6 @@ msgstr ""
|
|
1766 |
#~ msgid "Display Button in"
|
1767 |
#~ msgstr "Mostrar el Botón en"
|
1768 |
|
1769 |
-
#~ msgid "Client Secret"
|
1770 |
-
#~ msgstr "Secreto del cliente"
|
1771 |
-
|
1772 |
#~ msgid "Client ID"
|
1773 |
#~ msgstr "ID de cliente"
|
1774 |
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: bestwebsoft\n"
|
6 |
+
"POT-Creation-Date: 2020-03-05 15:21+0200\n"
|
7 |
+
"PO-Revision-Date: 2020-03-05 15:21+0200\n"
|
8 |
"Last-Translator: \n"
|
9 |
"Language-Team: BestWebSoft <plugin@bestwebsoft.com>\n"
|
10 |
"Language: es\n"
|
11 |
"MIME-Version: 1.0\n"
|
12 |
"Content-Type: text/plain; charset=UTF-8\n"
|
13 |
"Content-Transfer-Encoding: 8bit\n"
|
14 |
+
"X-Generator: Poedit 2.3\n"
|
15 |
"X-Poedit-KeywordsList: __;_e;esc_attr_e\n"
|
16 |
"X-Poedit-Basepath: ..\n"
|
17 |
"X-Poedit-SourceCharset: UTF-8\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
+
#: bws_functions.php:73 bws_functions.php:231
|
21 |
msgid "requires"
|
22 |
msgstr "requiere"
|
23 |
|
54 |
msgid "Need help?"
|
55 |
msgstr "¿Necesitas ayuda?"
|
56 |
|
57 |
+
#: bws_functions.php:104 bws_functions.php:940 class-bws-settings.php:1055
|
58 |
msgid "Visit Help Center"
|
59 |
msgstr "Visita el Centro de Ayuda"
|
60 |
|
62 |
msgid "Want to support the plugin?"
|
63 |
msgstr "¿Quieres apoyar al plugin?"
|
64 |
|
65 |
+
#: bws_functions.php:108 bws_menu.php:528
|
66 |
msgid "Donate"
|
67 |
msgstr "Donar"
|
68 |
|
78 |
"otherwise the Pro plugin will be deactivated."
|
79 |
msgstr ""
|
80 |
|
81 |
+
#: bws_functions.php:128 bws_functions.php:200 bws_menu.php:599
|
82 |
+
#: class-bws-settings.php:161
|
83 |
msgid "Learn More"
|
84 |
msgstr "Aprende más"
|
85 |
|
99 |
"Para seguir recibiendo soporte prioritario y actualizaciones de plugin debes "
|
100 |
"extenderla."
|
101 |
|
102 |
+
#: bws_functions.php:147 bws_functions.php:218
|
103 |
msgid "Learn more"
|
104 |
msgstr "Aprende más"
|
105 |
|
116 |
msgid "The Pro Trial license will expire on"
|
117 |
msgstr "La licencia Pro Trial expirará el"
|
118 |
|
119 |
+
#: bws_functions.php:191 bws_functions.php:214 bws_functions.php:258
|
120 |
+
#: bws_functions.php:268 bws_functions.php:467
|
121 |
+
msgid "Close notice"
|
122 |
+
msgstr "Descartar"
|
123 |
+
|
124 |
+
#: bws_functions.php:196
|
125 |
+
msgid "It’s time to upgrade your"
|
126 |
+
msgstr "¡Ahora es el tiempo de actualizar tu"
|
127 |
+
|
128 |
+
#: bws_functions.php:196
|
129 |
+
msgid "to"
|
130 |
+
msgstr "a"
|
131 |
+
|
132 |
+
#: bws_functions.php:196
|
133 |
+
msgid "version!"
|
134 |
+
msgstr "versión!"
|
135 |
+
|
136 |
+
#: bws_functions.php:197
|
137 |
+
msgid "Extend standard plugin functionality with new great options."
|
138 |
+
msgstr ""
|
139 |
+
"Amplía la funcionalidad del plugin estándar con nuevas excelentes opciones."
|
140 |
+
|
141 |
+
#: bws_functions.php:218
|
142 |
+
#, php-format
|
143 |
+
msgid ""
|
144 |
+
"Your license key for %s expires on %s and you won't be granted TOP-PRIORITY "
|
145 |
+
"SUPPORT or UPDATES."
|
146 |
+
msgstr ""
|
147 |
+
"Tu clave de licencia para %s expirará el %s y no vas a recibir el SOPORTE "
|
148 |
+
"PRIORITARIO O ACTUALIZACIONES."
|
149 |
+
|
150 |
+
#: bws_functions.php:233
|
151 |
msgid ""
|
152 |
"or higher! We do not guarantee that our plugin will work correctly. Please "
|
153 |
"upgrade to WordPress latest version."
|
155 |
"o superior! No garantizamos que nuestro plugin funcionará correctamente. Por "
|
156 |
"favor, actualiza a la última versión de WordPress."
|
157 |
|
158 |
+
#: bws_functions.php:248
|
159 |
#, php-format
|
160 |
msgid "Thank you for installing %s plugin!"
|
161 |
msgstr "¡Gracias por haber instalado plugin de %s!"
|
162 |
|
163 |
+
#: bws_functions.php:250
|
164 |
msgid "Let's get started"
|
165 |
msgstr "¡Empecemos!"
|
166 |
|
167 |
+
#: bws_functions.php:251 bws_functions.php:284 bws_menu.php:532
|
168 |
+
#: bws_menu.php:534
|
169 |
msgid "Settings"
|
170 |
msgstr "Ajustes"
|
171 |
|
172 |
+
#: bws_functions.php:253 bws_menu.php:326 class-bws-settings.php:791
|
173 |
+
#: class-bws-settings.php:1057 class-bws-settings.php:1067 deprecated.php:234
|
174 |
msgid "or"
|
175 |
msgstr "o"
|
176 |
|
177 |
+
#: bws_functions.php:254 bws_functions.php:286
|
178 |
msgid "Add New"
|
179 |
msgstr "Añadir nuevo"
|
180 |
|
181 |
+
#: bws_functions.php:273
|
|
|
|
|
|
|
|
|
|
|
182 |
msgid "Thank you for installing plugins by BestWebSoft!"
|
183 |
msgstr "¡Gracias por haber instalado los plugins de BestWebSoft!"
|
184 |
|
185 |
+
#: bws_functions.php:275
|
186 |
msgid "More Details"
|
187 |
msgstr "Más detalles"
|
188 |
|
189 |
+
#: bws_functions.php:276
|
190 |
msgid "Less Details"
|
191 |
msgstr "Menos detalles"
|
192 |
|
193 |
+
#: bws_functions.php:304
|
194 |
msgid "Deprecated function(-s) is used on the site here:"
|
195 |
msgstr "Función(-es) obsoleta(-s) se utiliza(-n) en el sitio aquí:"
|
196 |
|
197 |
+
#: bws_functions.php:318
|
198 |
msgid ""
|
199 |
"This function(-s) will be removed over time. Please update the product(-s)."
|
200 |
msgstr ""
|
201 |
"Esta(-s) función(-es) se eliminará(-n) con el tiempo. Actualiza el(los) "
|
202 |
"producto(-s)."
|
203 |
|
204 |
+
#: bws_functions.php:462
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
205 |
#, php-format
|
206 |
msgid "Thank you for choosing %s plugin!"
|
207 |
msgstr "¡Gracias por haber elegido plugin de %s!"
|
208 |
|
209 |
+
#: bws_functions.php:463
|
210 |
msgid ""
|
211 |
"If you have a feature, suggestion or idea you'd like to see in the plugin, "
|
212 |
"we'd love to hear about it!"
|
214 |
"Si tienes una función, sugerencia o idea que te gustaría ver en el plugin, "
|
215 |
"nos encantaría saberlo."
|
216 |
|
217 |
+
#: bws_functions.php:464
|
218 |
msgid "Suggest a Feature"
|
219 |
msgstr "Ofrecer una función"
|
220 |
|
221 |
+
#: bws_functions.php:480 class-bws-settings.php:559 class-bws-settings.php:562
|
222 |
+
#: class-bws-settings.php:614 class-bws-settings.php:617
|
223 |
msgid "Notice"
|
224 |
msgstr "Aviso"
|
225 |
|
226 |
+
#: bws_functions.php:480
|
227 |
msgid "The plugin's settings have been changed."
|
228 |
msgstr "Se han cambiado los ajustes del plugin."
|
229 |
|
230 |
+
#: bws_functions.php:481 class-bws-settings.php:200 class-bws-settings.php:220
|
|
|
231 |
msgid "Save Changes"
|
232 |
msgstr "Guardar cambios"
|
233 |
|
234 |
+
#: bws_functions.php:495
|
235 |
msgid ""
|
236 |
"You can always look at premium options by checking the \"Pro Options\" in "
|
237 |
"the \"Misc\" tab."
|
239 |
"Siempre puedes ver las opciones premium haciendo clic en las \"Opciones Pro"
|
240 |
"\" en la ficha \"Varios\"."
|
241 |
|
242 |
+
#: bws_functions.php:671
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
243 |
msgid "Add shortcode"
|
244 |
msgstr "Añadir shortcode"
|
245 |
|
246 |
+
#: bws_functions.php:671
|
247 |
msgid "Add BestWebSoft plugins' shortcodes using this button."
|
248 |
msgstr "Añadir los shortcodes de los plugins de BestWebSoft usando este botón."
|
249 |
|
250 |
+
#: bws_functions.php:756
|
251 |
msgid "Close"
|
252 |
msgstr "Descartar"
|
253 |
|
254 |
+
#: bws_functions.php:842
|
255 |
msgid "Are you sure you want to restore default settings?"
|
256 |
msgstr ""
|
257 |
"¿Estás seguro de que deseas restaurar los ajustes de plugin por defecto?"
|
258 |
|
259 |
+
#: bws_functions.php:845
|
260 |
msgid "Yes, restore all settings"
|
261 |
msgstr "Sí, restaurar todos los ajustes"
|
262 |
|
263 |
+
#: bws_functions.php:846
|
264 |
msgid "No, go back to the settings page"
|
265 |
msgstr "No, volver a la página de ajustes"
|
266 |
|
267 |
+
#: bws_functions.php:888
|
268 |
msgid "Plugin"
|
269 |
msgstr "Plugin"
|
270 |
|
271 |
+
#: bws_functions.php:897
|
272 |
msgid "Shortcode settings"
|
273 |
msgstr "Ajustes de shortcode"
|
274 |
|
275 |
+
#: bws_functions.php:902
|
276 |
msgid "The shortcode will be inserted"
|
277 |
msgstr "El shortcode se insertará"
|
278 |
|
279 |
+
#: bws_functions.php:945
|
280 |
msgid "FAQ"
|
281 |
msgstr "FAQ"
|
282 |
|
283 |
+
#: bws_functions.php:951
|
284 |
msgid "For more information:"
|
285 |
msgstr "Más información"
|
286 |
|
287 |
+
#: bws_functions.php:952 bws_menu.php:400 class-bws-settings.php:755
|
288 |
msgid "Documentation"
|
289 |
msgstr "Documentación"
|
290 |
|
291 |
+
#: bws_functions.php:953 bws_menu.php:402 class-bws-settings.php:757
|
292 |
msgid "Video Instructions"
|
293 |
msgstr "Video instrucciones"
|
294 |
|
295 |
+
#: bws_functions.php:954
|
296 |
msgid "Submit a Request"
|
297 |
msgstr "Presentar una solicitud"
|
298 |
|
299 |
+
#: bws_menu.php:101 class-bws-settings.php:841
|
300 |
msgid "Wrong license key"
|
301 |
msgstr "Clave de licencia incorrecta"
|
302 |
|
303 |
+
#: bws_menu.php:122 class-bws-settings.php:868 class-bws-settings.php:939
|
304 |
+
#: class-bws-settings.php:977
|
|
|
305 |
msgid ""
|
306 |
"Something went wrong. Please try again later. If the error appears again, "
|
307 |
"please contact us"
|
309 |
"Algo salió mal. Por favor, inténtalo de nuevo más tarde. Si el error aparece "
|
310 |
"de nuevo, ponte en contacto con nosotros"
|
311 |
|
312 |
+
#: bws_menu.php:122 class-bws-settings.php:868 class-bws-settings.php:939
|
313 |
+
#: class-bws-settings.php:977
|
|
|
314 |
msgid "We are sorry for inconvenience."
|
315 |
msgstr "Lo siento para la inconveniencia causada."
|
316 |
|
317 |
+
#: bws_menu.php:129 class-bws-settings.php:874 class-bws-settings.php:983
|
|
|
318 |
msgid "Wrong license key."
|
319 |
msgstr "Clave de licencia incorrecta."
|
320 |
|
321 |
+
#: bws_menu.php:131
|
322 |
msgid ""
|
323 |
"This license key is bound to another site. Change it via personal Client "
|
324 |
"Area."
|
326 |
"Esta clave de licencia está enlazada al otro sitio. Cámbialo en Área "
|
327 |
"de Cliente."
|
328 |
|
329 |
+
#: bws_menu.php:131
|
330 |
msgid "Log in"
|
331 |
msgstr "Acceder"
|
332 |
|
333 |
+
#: bws_menu.php:133 bws_menu.php:332 deprecated.php:157
|
334 |
msgid "Unfortunately, you have exceeded the number of available tries per day."
|
335 |
msgstr "Por desgracia, has excedido el número de intentos por hoy."
|
336 |
|
337 |
+
#: bws_menu.php:135
|
338 |
#, php-format
|
339 |
msgid ""
|
340 |
"Unfortunately, Your license has expired. To continue getting top-priority "
|
343 |
"Por desgracia, tu licencia ha expirado. Para seguir recibiendo soporte "
|
344 |
"prioritario y actualizaciones de plugin debes extenderla en tu %s"
|
345 |
|
346 |
+
#: bws_menu.php:137 class-bws-settings.php:991
|
347 |
msgid ""
|
348 |
"Unfortunately, the Pro licence was already installed to this domain. The Pro "
|
349 |
"Trial license can be installed only once."
|
351 |
"Por desgracia, la licencia Pro ha estado ya instalada en este dominio. La "
|
352 |
"licencia Pro Trial puede estar instalada una sola vez."
|
353 |
|
354 |
+
#: bws_menu.php:142 class-bws-settings.php:889
|
355 |
msgid "The license key is valid."
|
356 |
msgstr "La clave de licencia está válida."
|
357 |
|
358 |
+
#: bws_menu.php:144 class-bws-settings.php:893
|
359 |
msgid "Your license will expire on"
|
360 |
msgstr "Tu licencia expirará el"
|
361 |
|
363 |
msgid "Congratulations! Pro Membership license is activated successfully."
|
364 |
msgstr ""
|
365 |
|
366 |
+
#: bws_menu.php:153 class-bws-settings.php:1001
|
367 |
msgid ""
|
368 |
"Something went wrong. Try again later or upload the plugin manually. We are "
|
369 |
"sorry for inconvenience."
|
393 |
msgstr "N/A"
|
394 |
|
395 |
#: bws_menu.php:182
|
396 |
+
#, fuzzy
|
397 |
+
#| msgid " Mb"
|
398 |
+
msgid "Mb"
|
399 |
msgstr "Mb"
|
400 |
|
401 |
#: bws_menu.php:183 bws_menu.php:184 bws_menu.php:185 bws_menu.php:189
|
532 |
msgid "Sorry, email message could not be delivered."
|
533 |
msgstr "Lo siento, el mensaje de correo electrónico no se pudo enviar."
|
534 |
|
535 |
+
#: bws_menu.php:305 bws_menu.php:309 bws_menu.php:358 deprecated.php:26
|
536 |
msgid "Plugins"
|
537 |
msgstr "Plugins"
|
538 |
|
539 |
+
#: bws_menu.php:306 bws_menu.php:310 bws_menu.php:586 deprecated.php:27
|
540 |
msgid "Themes"
|
541 |
msgstr "Temas"
|
542 |
|
543 |
+
#: bws_menu.php:307 bws_menu.php:311 bws_menu.php:616
|
544 |
msgid "System status"
|
545 |
msgstr "Información de sistema"
|
546 |
|
561 |
msgid "Subscribe to Pro Membership"
|
562 |
msgstr "Suscribirse a Pro Membership"
|
563 |
|
564 |
+
#: bws_menu.php:334 bws_menu.php:345 class-bws-settings.php:804
|
565 |
+
#: deprecated.php:123
|
566 |
msgid "Check license key"
|
567 |
msgstr "Comprueba la clave de licencia"
|
568 |
|
570 |
msgid "Enter your license key"
|
571 |
msgstr "Introduce tu clave de licencia"
|
572 |
|
573 |
+
#: bws_menu.php:343 bws_menu.php:538 bws_menu.php:547
|
574 |
+
#: class-bws-settings.php:783 deprecated.php:155 deprecated.php:163
|
575 |
+
#: deprecated.php:240 deprecated.php:249
|
576 |
msgid "Activate"
|
577 |
msgstr "Activar"
|
578 |
|
604 |
msgid "Plugin <strong>activated</strong>."
|
605 |
msgstr "Plugin <strong>activado</strong>."
|
606 |
|
607 |
+
#: bws_menu.php:382
|
608 |
+
#, fuzzy
|
609 |
+
#| msgid "Upload Plugin"
|
610 |
+
msgid "Download Pro Plugin"
|
611 |
+
msgstr "Subir plugin"
|
612 |
|
613 |
+
#: bws_menu.php:384 class-bws-settings.php:738
|
614 |
+
msgid "Your Pro plugin is ready"
|
615 |
+
msgstr ""
|
616 |
|
617 |
+
#: bws_menu.php:386 class-bws-settings.php:740
|
618 |
+
msgid "Your plugin has been zipped, and now is ready to download."
|
|
|
619 |
msgstr ""
|
|
|
620 |
|
621 |
+
#: bws_menu.php:389 class-bws-settings.php:743
|
622 |
+
msgid "Download Now"
|
623 |
+
msgstr ""
|
624 |
|
625 |
+
#: bws_menu.php:393 class-bws-settings.php:747
|
626 |
+
#, fuzzy
|
627 |
+
#| msgid "Installing the plugin"
|
628 |
+
msgid "Need help installing the plugin?"
|
629 |
msgstr "Instalando el plugin"
|
630 |
|
631 |
+
#: bws_menu.php:395 class-bws-settings.php:749
|
632 |
+
msgid "How to install WordPress plugin from your admin Dashboard (ZIP archive)"
|
|
|
|
|
|
|
|
|
|
|
|
|
633 |
msgstr ""
|
|
|
|
|
634 |
|
635 |
+
#: bws_menu.php:398 class-bws-settings.php:753
|
636 |
+
#, fuzzy
|
637 |
+
#| msgid "Let's get started"
|
638 |
+
msgid "Get Started"
|
639 |
+
msgstr "¡Empecemos!"
|
640 |
+
|
641 |
+
#: bws_menu.php:404 class-bws-settings.php:759
|
642 |
+
msgid "Knowledge Base"
|
643 |
+
msgstr ""
|
644 |
|
645 |
+
#: bws_menu.php:407
|
646 |
+
msgid "Licenses & Domains"
|
647 |
+
msgstr ""
|
648 |
|
649 |
+
#: bws_menu.php:410
|
650 |
+
#, fuzzy
|
651 |
+
#| msgid "Client Secret"
|
652 |
+
msgid "Client Area"
|
653 |
+
msgstr "Secreto del cliente"
|
654 |
|
655 |
+
#: bws_menu.php:412
|
656 |
msgid "Return to BestWebSoft Panel"
|
657 |
msgstr "Volver a Panel de BestWebSoft"
|
658 |
|
659 |
+
#: bws_menu.php:419 bws_menu.php:439 bws_menu.php:568
|
660 |
msgid "All"
|
661 |
msgstr "Todo"
|
662 |
|
663 |
+
#: bws_menu.php:422 bws_menu.php:605
|
664 |
msgid "Installed"
|
665 |
msgstr "Instalado"
|
666 |
|
667 |
+
#: bws_menu.php:425
|
668 |
msgid "Not Installed"
|
669 |
msgstr "No instalado"
|
670 |
|
671 |
+
#: bws_menu.php:432
|
672 |
msgid "Filter results"
|
673 |
msgstr "Filtrar resultados"
|
674 |
|
675 |
+
#: bws_menu.php:435 bws_menu.php:564
|
676 |
msgid "Category"
|
677 |
msgstr "Categoría"
|
678 |
|
679 |
+
#: bws_menu.php:499
|
680 |
msgid "Not installed"
|
681 |
msgstr "No instalado"
|
682 |
|
683 |
+
#: bws_menu.php:503
|
684 |
msgid "Renew to get updates"
|
685 |
msgstr "Renovar para obtener actualizaciones"
|
686 |
|
687 |
+
#: bws_menu.php:506
|
688 |
#, php-format
|
689 |
msgid "Update to v %s"
|
690 |
msgstr "Actualizar a v %s"
|
691 |
|
692 |
+
#: bws_menu.php:518 bws_menu.php:541
|
693 |
+
msgid "Get Pro"
|
694 |
+
msgstr ""
|
695 |
|
696 |
+
#: bws_menu.php:524 class-bws-settings.php:174 class-bws-settings.php:1064
|
697 |
msgid "Upgrade to Pro"
|
698 |
msgstr "Actualizar a Pro"
|
699 |
|
700 |
+
#: bws_menu.php:538 bws_menu.php:547
|
701 |
msgid "Activate this plugin"
|
702 |
msgstr "Activar el plugin"
|
703 |
|
704 |
+
#: bws_menu.php:550
|
705 |
msgid "Install this plugin"
|
706 |
msgstr "Instalar el plugin"
|
707 |
|
708 |
+
#: bws_menu.php:550
|
709 |
+
msgid "Install Now"
|
710 |
+
msgstr "Instalar"
|
711 |
+
|
712 |
+
#: bws_menu.php:559
|
713 |
msgid "Nothing found. Try another criteria."
|
714 |
msgstr "Nada encontrado. Prueba otro criterio."
|
715 |
|
716 |
+
#: bws_menu.php:596
|
717 |
#, php-format
|
718 |
msgid "By %s"
|
719 |
msgstr "Por %s"
|
720 |
|
721 |
+
#: bws_menu.php:603
|
722 |
msgid "Already Installed"
|
723 |
msgstr "Ya instalado"
|
724 |
|
725 |
+
#: bws_menu.php:613
|
726 |
msgid "Browse More WordPress Themes"
|
727 |
msgstr ""
|
728 |
|
729 |
+
#: bws_menu.php:622
|
730 |
msgid "Send to support"
|
731 |
msgstr "Enviar al soporte técnico"
|
732 |
|
733 |
+
#: bws_menu.php:629
|
734 |
msgid "Send to custom email »"
|
735 |
msgstr "Enviar al correo electrónico personalizado »"
|
736 |
|
737 |
+
#: class-bws-settings.php:153
|
738 |
msgid "Information"
|
739 |
msgstr "Información"
|
740 |
|
741 |
+
#: class-bws-settings.php:161
|
742 |
msgid "Inactive"
|
743 |
msgstr "Inactiva"
|
744 |
|
745 |
+
#: class-bws-settings.php:169
|
746 |
msgid "Expired"
|
747 |
msgstr "Expirada"
|
748 |
|
749 |
+
#: class-bws-settings.php:172
|
750 |
#, php-format
|
751 |
msgid "%s day(-s) left"
|
752 |
msgstr "%s día(-s) quedan"
|
753 |
|
754 |
+
#: class-bws-settings.php:178
|
755 |
#, php-format
|
756 |
msgid "Expired on %s"
|
757 |
msgstr "Expiró el %s"
|
758 |
|
759 |
+
#: class-bws-settings.php:178
|
760 |
msgid "Renew Now"
|
761 |
msgstr "Renovar"
|
762 |
|
763 |
+
#: class-bws-settings.php:180
|
764 |
msgid "Active"
|
765 |
msgstr "Activa"
|
766 |
|
767 |
+
#: class-bws-settings.php:185
|
768 |
msgid "License"
|
769 |
msgstr "Licencia"
|
770 |
|
771 |
+
#: class-bws-settings.php:188
|
772 |
msgid "Status"
|
773 |
msgstr "Estado"
|
774 |
|
775 |
+
#: class-bws-settings.php:192
|
776 |
msgid "Version"
|
777 |
msgstr "Versión"
|
778 |
|
779 |
+
#: class-bws-settings.php:302
|
780 |
msgid "All plugin settings were restored."
|
781 |
msgstr "Se restauraron todos los ajustes del plugin."
|
782 |
|
783 |
+
#: class-bws-settings.php:442
|
784 |
msgid "Custom Code"
|
785 |
msgstr "Código personalizado"
|
786 |
|
787 |
+
#: class-bws-settings.php:446
|
788 |
msgid "You do not have sufficient permissions to edit plugins for this site."
|
789 |
msgstr "No tienes suficientes permisos para editar plugins de este sitio."
|
790 |
|
791 |
+
#: class-bws-settings.php:451
|
792 |
msgid "These styles will be added to the header on all pages of your site."
|
793 |
msgstr ""
|
794 |
"Estos estilos se agregarán a la cabecera en todas las páginas de tu sitio."
|
795 |
|
796 |
+
#: class-bws-settings.php:454
|
797 |
#, php-format
|
798 |
msgid ""
|
799 |
"This PHP code will be hooked to the %s action and will be printed on front "
|
802 |
"Este código PHP se enganchará a la acción %s y se agregará sólo en el front-"
|
803 |
"end."
|
804 |
|
805 |
+
#: class-bws-settings.php:457
|
806 |
msgid "These code will be added to the header on all pages of your site."
|
807 |
msgstr ""
|
808 |
"Este código se agregará a la cabecera en todas las páginas de tu sitio."
|
809 |
|
810 |
+
#: class-bws-settings.php:465
|
811 |
#, php-format
|
812 |
msgid ""
|
813 |
"You need to make this files writable before you can save your changes. See "
|
816 |
"Es necesario que estos archivos sean editables antes de poder guardar los "
|
817 |
"cambios. Consulta %s el Codex %s para obtener más información."
|
818 |
|
819 |
+
#: class-bws-settings.php:475
|
820 |
msgid "Browsing"
|
821 |
msgstr "Navegar"
|
822 |
|
823 |
+
#: class-bws-settings.php:480
|
824 |
#, php-format
|
825 |
msgid "Activate custom %s code."
|
826 |
msgstr "Activar código personalizado de %s."
|
827 |
|
828 |
+
#: class-bws-settings.php:488
|
829 |
#, php-format
|
830 |
msgid "Learn more about %s"
|
831 |
msgstr "Aprende más de %s"
|
832 |
|
833 |
+
#: class-bws-settings.php:550
|
834 |
msgid "Miscellaneous Settings"
|
835 |
msgstr "Ajustes varios"
|
836 |
|
837 |
+
#: class-bws-settings.php:559 class-bws-settings.php:614
|
838 |
#, php-format
|
839 |
msgid ""
|
840 |
"It is prohibited to change %s settings on this site in the %s network "
|
843 |
"Está prohibido cambiar la configuración de %s en este sitio por los "
|
844 |
"parámetros de la red de %s."
|
845 |
|
846 |
+
#: class-bws-settings.php:562 class-bws-settings.php:617
|
847 |
#, php-format
|
848 |
msgid ""
|
849 |
"It is prohibited to view %s settings on this site in the %s network settings."
|
851 |
"Está prohibido ver la configuración de %s en este sitio por los "
|
852 |
"parámetros de la red de %s."
|
853 |
|
854 |
+
#: class-bws-settings.php:571
|
855 |
msgid "Pro Options"
|
856 |
msgstr "Opciones Pro"
|
857 |
|
858 |
+
#: class-bws-settings.php:575
|
859 |
msgid "Enable to display plugin Pro options."
|
860 |
msgstr "Activar muestro de las opciones Pro del plugin."
|
861 |
|
862 |
+
#: class-bws-settings.php:581
|
863 |
msgid "Track Usage"
|
864 |
msgstr "Seguir el uso"
|
865 |
|
866 |
+
#: class-bws-settings.php:585
|
867 |
msgid ""
|
868 |
"Enable to allow tracking plugin usage anonymously in order to make it better."
|
869 |
msgstr ""
|
870 |
"Activar permiso de seguir el uso de plugin de forma anónima con el fin de "
|
871 |
"hacerlo mejor."
|
872 |
|
873 |
+
#: class-bws-settings.php:590
|
874 |
msgid "Default Settings"
|
875 |
msgstr "Ajustes por defecto"
|
876 |
|
877 |
+
#: class-bws-settings.php:592
|
878 |
msgid "Restore Settings"
|
879 |
msgstr "Restaurar ajustes"
|
880 |
|
881 |
+
#: class-bws-settings.php:593
|
882 |
msgid "This will restore plugin settings to defaults."
|
883 |
msgstr "Esto restaurará los ajustes de plugin por defecto."
|
884 |
|
885 |
+
#: class-bws-settings.php:605
|
886 |
msgid "Import / Export"
|
887 |
msgstr "Importar / Exportar"
|
888 |
|
889 |
+
#: class-bws-settings.php:723
|
|
|
890 |
msgid "License Key"
|
891 |
msgstr "Clave de licencia"
|
892 |
|
893 |
+
#: class-bws-settings.php:785
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
894 |
#, php-format
|
895 |
msgid "Enter your license key to activate %s and get premium plugin features."
|
896 |
msgstr ""
|
897 |
"Introduce tu clave de licencia para activar %s y obtener funciones premium "
|
898 |
"del plugin."
|
899 |
|
900 |
+
#: class-bws-settings.php:788 class-bws-settings.php:987 deprecated.php:243
|
|
|
901 |
msgid ""
|
902 |
"Unfortunately, you have exceeded the number of available tries per day. "
|
903 |
"Please, upload the plugin manually."
|
905 |
"Por desgracia, has excedido el número de intentos por hoy. Por favor, sube "
|
906 |
"el plugin manualmente."
|
907 |
|
908 |
+
#: class-bws-settings.php:791 deprecated.php:234
|
909 |
#, php-format
|
910 |
msgid "Start Your Free %s-Day Trial Now"
|
911 |
msgstr "Comienza tu prueba gratuita de %s días"
|
912 |
|
913 |
+
#: class-bws-settings.php:806
|
914 |
msgid ""
|
915 |
"If necessary, you can check if the license key is correct or reenter it in "
|
916 |
"the field below."
|
918 |
"Si es necesario, puedes comprobar si la clave de licencia es correcta o "
|
919 |
"introducirla otra vez en el campo abajo."
|
920 |
|
921 |
+
#: class-bws-settings.php:815
|
922 |
msgid "Manage License Settings"
|
923 |
msgstr "Gestionar ajustes de licencias"
|
924 |
|
925 |
+
#: class-bws-settings.php:817
|
926 |
msgid "Login to Client Area"
|
927 |
msgstr "Acceder al Área de Cliente"
|
928 |
|
929 |
+
#: class-bws-settings.php:819
|
930 |
msgid ""
|
931 |
"Manage active licenses, download BWS products, and view your payment history "
|
932 |
"using BestWebSoft Client Area."
|
934 |
"Gestiona licencias activas, descarga productos BWS y ve la historia de pagos "
|
935 |
"con Área de Cliente de BestWebSoft."
|
936 |
|
937 |
+
#: class-bws-settings.php:876 class-bws-settings.php:985
|
|
|
938 |
msgid "This license key is bound to another site."
|
939 |
msgstr "Esta clave de licencia está enlazada al otro sitio."
|
940 |
|
941 |
+
#: class-bws-settings.php:878
|
942 |
msgid ""
|
943 |
"This license key is valid, but Your license has expired. If you want to "
|
944 |
"update our plugin in future, you should extend the license."
|
946 |
"Esta clave de licencia está válida, pero tu licencia ha expirado. Si deseas "
|
947 |
"actualizar nuestro plugin en el futuro debes extender la licencia."
|
948 |
|
949 |
+
#: class-bws-settings.php:880
|
950 |
msgid "Unfortunately, you have exceeded the number of available tries."
|
951 |
msgstr "Por desgracia, has excedido el número de intentos."
|
952 |
|
953 |
+
#: class-bws-settings.php:882
|
954 |
msgid ""
|
955 |
"Unfortunately, the Pro Trial licence was already installed to this domain. "
|
956 |
"The Pro Trial license can be installed only once."
|
958 |
"Por desgracia, la licencia Pro Trial ha estado ya instalada en este dominio. "
|
959 |
"La licencia Pro Trial puede estar instalada una sola vez."
|
960 |
|
961 |
+
#: class-bws-settings.php:887
|
962 |
msgid "The Pro Trial license key is valid."
|
963 |
msgstr "La licencia Pro Trial está válida."
|
964 |
|
965 |
+
#: class-bws-settings.php:897 deprecated.php:142
|
966 |
#, php-format
|
967 |
msgid ""
|
968 |
"In order to continue using the plugin it is necessary to buy a %s license."
|
969 |
msgstr "Para seguir usando el plugin es necesario comprar una licencia de %s."
|
970 |
|
971 |
+
#: class-bws-settings.php:989
|
972 |
#, php-format
|
973 |
msgid ""
|
974 |
"Unfortunately, Your license has expired. To continue getting top-priority "
|
975 |
"support and plugin updates, you should extend it in your %s."
|
976 |
msgstr ""
|
977 |
|
978 |
+
#: class-bws-settings.php:1038
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
979 |
msgid "Please, enter Your license key"
|
980 |
msgstr "Por favor, introduce tu clave de licencia"
|
981 |
|
982 |
+
#: class-bws-settings.php:1051
|
983 |
msgid "Need Help?"
|
984 |
msgstr "¿Necesitas ayuda?"
|
985 |
|
986 |
+
#: class-bws-settings.php:1053
|
987 |
msgid "Read the Instruction"
|
988 |
msgstr "Lee las instrucciones"
|
989 |
|
990 |
+
#: class-bws-settings.php:1057
|
991 |
msgid "Watch the Video"
|
992 |
msgstr "Ve el vídeo"
|
993 |
|
994 |
+
#: class-bws-settings.php:1068
|
995 |
msgid "Start Your Free Trial"
|
996 |
msgstr "Comienza tu prueba gratuita"
|
997 |
|
998 |
+
#: deactivation-form.php:22
|
999 |
msgid "Need help? We are ready to answer your questions."
|
1000 |
msgstr ""
|
1001 |
|
1002 |
+
#: deactivation-form.php:22
|
1003 |
msgid "Contact Support"
|
1004 |
msgstr ""
|
1005 |
|
1006 |
+
#: deactivation-form.php:27
|
1007 |
msgid "The plugin is not working"
|
1008 |
msgstr ""
|
1009 |
|
1010 |
+
#: deactivation-form.php:33
|
|
|
|
|
|
|
|
|
1011 |
msgid "The plugin didn't work as expected"
|
1012 |
msgstr ""
|
1013 |
|
1014 |
+
#: deactivation-form.php:39
|
|
|
|
|
|
|
|
|
1015 |
msgid "The plugin suddenly stopped working"
|
1016 |
msgstr ""
|
1017 |
|
1018 |
+
#: deactivation-form.php:46
|
1019 |
msgid "The plugin broke my site"
|
1020 |
msgstr ""
|
1021 |
|
1022 |
+
#: deactivation-form.php:53
|
1023 |
msgid "I couldn't understand how to get it work"
|
1024 |
msgstr ""
|
1025 |
|
1026 |
+
#: deactivation-form.php:60
|
1027 |
msgid "I found a better plugin"
|
1028 |
msgstr ""
|
1029 |
|
1030 |
+
#: deactivation-form.php:66
|
|
|
|
|
|
|
|
|
1031 |
msgid "The plugin is great, but I need specific feature that you don't support"
|
1032 |
msgstr ""
|
1033 |
|
1034 |
+
#: deactivation-form.php:72
|
|
|
|
|
|
|
|
|
1035 |
msgid "I no longer need the plugin"
|
1036 |
msgstr ""
|
1037 |
|
1038 |
+
#: deactivation-form.php:78
|
1039 |
msgid "It's a temporary deactivation, I'm just debugging an issue"
|
1040 |
msgstr ""
|
1041 |
|
1042 |
+
#: deactivation-form.php:84
|
1043 |
msgid "Other"
|
1044 |
msgstr ""
|
1045 |
|
1046 |
+
#: deactivation-form.php:93
|
1047 |
msgid "Quick Feedback"
|
1048 |
msgstr ""
|
1049 |
|
1050 |
+
#: deactivation-form.php:95
|
1051 |
msgid "If you have a moment, please let us know why you are deactivating"
|
1052 |
msgstr ""
|
1053 |
|
1054 |
+
#: deactivation-form.php:120
|
1055 |
msgid "Send website data and allow to contact me back"
|
1056 |
msgstr ""
|
1057 |
|
1058 |
+
#: deactivation-form.php:225
|
|
|
|
|
|
|
|
|
1059 |
msgid "Processing"
|
1060 |
msgstr ""
|
1061 |
|
1062 |
+
#: deactivation-form.php:254
|
1063 |
+
msgid "Submit and Deactivate"
|
1064 |
msgstr ""
|
1065 |
|
1066 |
+
#: deactivation-form.php:269
|
1067 |
msgid "Please tell us the reason so we can improve it."
|
1068 |
msgstr ""
|
1069 |
|
1070 |
+
#: deactivation-form.php:334
|
1071 |
+
msgid "Skip and Deactivate"
|
1072 |
msgstr ""
|
1073 |
|
1074 |
+
#: deprecated.php:28
|
1075 |
msgid "System Status"
|
1076 |
msgstr "Información de sistema"
|
1077 |
|
1078 |
+
#: deprecated.php:119
|
|
|
|
|
|
|
|
|
1079 |
msgid ""
|
1080 |
"If necessary, you can check if the license key is correct or reenter it in "
|
1081 |
"the field below. You can find your license key on your personal page - "
|
1085 |
"introducirla otra vez en el campo abajo. Puedes encontrar tu clave de "
|
1086 |
"licencia en tu página personal - Área de Cliente - en nuestro sitio"
|
1087 |
|
1088 |
+
#: deprecated.php:119
|
1089 |
msgid ""
|
1090 |
"(your username is the email address specified during the purchase). If "
|
1091 |
"necessary, please submit \"Lost your password?\" request."
|
1094 |
"durante la compra). Si es necesario, haz clic en \"¿Has perdido tu "
|
1095 |
"contraseña?\"."
|
1096 |
|
1097 |
+
#: deprecated.php:142
|
1098 |
msgid "After that, you can activate it by entering your license key."
|
1099 |
msgstr "Después, puedes activarlo introduciendo tu clave de licencia."
|
1100 |
|
1101 |
+
#: deprecated.php:145 deprecated.php:228
|
1102 |
msgid "License key can be found in the"
|
1103 |
msgstr "La clave de licencia se puede encontrar en el"
|
1104 |
|
1105 |
+
#: deprecated.php:147 deprecated.php:230
|
1106 |
msgid "(your username is the email address specified during the purchase)."
|
1107 |
msgstr ""
|
1108 |
"(tu nombre del usuario es la dirección de correo electrónico especificada "
|
1109 |
"durante la compra)."
|
1110 |
|
1111 |
+
#: deprecated.php:170
|
1112 |
msgid ""
|
1113 |
"Congratulations! The Pro license of the plugin is activated successfully."
|
1114 |
msgstr "¡Felicitaciones! La licencia Pro está activada con éxito."
|
1115 |
|
1116 |
+
#: deprecated.php:172 deprecated.php:210
|
1117 |
msgid "Please, go to"
|
1118 |
msgstr "Por favor ve a"
|
1119 |
|
1120 |
+
#: deprecated.php:172 deprecated.php:210
|
1121 |
msgid "the setting page"
|
1122 |
msgstr "la página de ajustes"
|
1123 |
|
1124 |
+
#: deprecated.php:187
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1125 |
msgid "Restore all plugin settings to defaults"
|
1126 |
msgstr "Restaurar todos los ajustes de plugin por defecto"
|
1127 |
|
1128 |
+
#: deprecated.php:189
|
1129 |
msgid "Restore settings"
|
1130 |
msgstr "Restaurar ajustes"
|
1131 |
|
1132 |
+
#: deprecated.php:208
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1133 |
msgid ""
|
1134 |
"Congratulations! Pro version of the plugin is installed and activated "
|
1135 |
"successfully."
|
1136 |
msgstr "¡Felicitaciones! Licencia Pro está instalada y activada con éxito."
|
1137 |
|
1138 |
+
#: deprecated.php:217
|
1139 |
msgid "Show Pro features"
|
1140 |
msgstr "Mostrar funciones Pro"
|
1141 |
|
1142 |
+
#: deprecated.php:224
|
1143 |
msgid "Enter your license key to install and activate"
|
1144 |
msgstr "Introduce tu clave de licencia para instalar y activar"
|
1145 |
|
1146 |
+
#: deprecated.php:226
|
1147 |
msgid "version of the plugin."
|
1148 |
msgstr "la versión del plugin."
|
1149 |
|
1188 |
msgstr ""
|
1189 |
|
1190 |
#: product_list.php:32
|
1191 |
+
msgid "Create your own rental website for car renting and booking."
|
1192 |
+
msgstr ""
|
1193 |
+
|
1194 |
+
#: product_list.php:44
|
1195 |
+
#, fuzzy
|
1196 |
+
#| msgid "Add customized Google maps to WordPress posts, pages and widgets."
|
1197 |
+
msgid ""
|
1198 |
+
"Add columns with custom content to WordPress website pages, posts, widgets, "
|
1199 |
+
"etc."
|
1200 |
+
msgstr ""
|
1201 |
+
"Añade los mapas de Google personalizados a las entradas, páginas y widgets "
|
1202 |
+
"de WordPress."
|
1203 |
|
1204 |
+
#: product_list.php:51
|
1205 |
msgid ""
|
1206 |
"Allow customers to reach you using secure contact form plugin any website "
|
1207 |
"must have."
|
1209 |
"Permite a los clientes ponerse en contacto contigo usando el plugin seguro "
|
1210 |
"del formulario de contacto que debe tener cualquier sitio."
|
1211 |
|
1212 |
+
#: product_list.php:61
|
1213 |
msgid "Add unlimited number of contact forms to WordPress website."
|
1214 |
msgstr ""
|
1215 |
"Añade el número ilimitado de formularios de contacto al sitio de WordPress."
|
1216 |
|
1217 |
+
#: product_list.php:71
|
1218 |
msgid "Save and manage Contact Form messages. Never lose important data."
|
1219 |
msgstr ""
|
1220 |
"Guarda y gestiona los mensajes de Contact Form plugin. Nunca pierde datos "
|
1221 |
"importantes."
|
1222 |
|
1223 |
+
#: product_list.php:81
|
1224 |
msgid "Add unlimited custom pages to WordPress admin dashboard."
|
1225 |
msgstr ""
|
1226 |
"Añade el número ilimitado de páginas personalizadas al escritorio de "
|
1227 |
"WordPress."
|
1228 |
|
1229 |
+
#: product_list.php:91
|
|
|
|
|
|
|
|
|
|
|
|
|
1230 |
msgid ""
|
1231 |
"Add custom post types and taxonomies to WordPress website search results."
|
1232 |
msgstr ""
|
1233 |
"Añade los tipos de contenido personalizados y taxonomías a los resultados de "
|
1234 |
"búsqueda en el sitio de WordPress."
|
1235 |
|
1236 |
+
#: product_list.php:101
|
1237 |
msgid "Add PayPal and 2CO donate buttons to receive charity payments."
|
1238 |
msgstr ""
|
1239 |
"Añade los botones de donación PayPal y 2CO para recibir pagos benéficos."
|
1240 |
|
1241 |
+
#: product_list.php:108
|
1242 |
msgid ""
|
1243 |
"Get latest error log messages to diagnose website problems. Define and fix "
|
1244 |
"issues faster."
|
1246 |
"Recibe más recientes mensajes del registro de errores para diagnosticar los "
|
1247 |
"problemas del sitio. Define y corrige los problemas más rápido."
|
1248 |
|
1249 |
+
#: product_list.php:115
|
1250 |
msgid ""
|
1251 |
"Add Facebook Follow, Like, and Share buttons to WordPress posts, pages, and "
|
1252 |
"widgets."
|
1254 |
"Añade los botones de Facebook Seguir, Me gusta y Compartir a las entradas, "
|
1255 |
"páginas y widgets de WordPress."
|
1256 |
|
1257 |
+
#: product_list.php:125
|
1258 |
msgid ""
|
1259 |
"Add beautiful galleries, albums & images to your WordPress website in a few "
|
1260 |
"clicks."
|
1261 |
msgstr ""
|
1262 |
+
"Añade las hermosas galerías, álbumes, imágenes y categorías de galería a tu "
|
1263 |
+
"sitio de WordPress en unos pocos clics."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1264 |
|
1265 |
+
#: product_list.php:135
|
1266 |
msgid ""
|
1267 |
"Stronger security solution which protects your WordPress website from hacks "
|
1268 |
"and unauthorized login attempts."
|
1270 |
"Potente solución de seguridad que protege tu sitio de WordPress de los "
|
1271 |
"hackeos y intentos no autorizados de acceder."
|
1272 |
|
1273 |
+
#: product_list.php:145
|
1274 |
msgid ""
|
1275 |
"Add Adsense ads to WordPress website pages, posts, custom posts, search "
|
1276 |
"results, categories, tags, and widgets."
|
1279 |
"entradas personalizadas, resultados de búsqueda, categorías, etiquetas y "
|
1280 |
"widgets en el sitio de WordPress, ."
|
1281 |
|
1282 |
+
#: product_list.php:155
|
1283 |
msgid "Add Google Analytics code to WordPress website and track basic stats."
|
1284 |
msgstr ""
|
1285 |
"Añade el código de Google Analytics al sitio de WordPress y sigue las "
|
1286 |
"estadísticas básicas."
|
1287 |
|
1288 |
+
#: product_list.php:165
|
1289 |
+
msgid "Protect WordPress website forms from spam entries with reCaptcha."
|
|
|
|
|
1290 |
msgstr ""
|
1291 |
"Protege los formularios en sitio de WordPress de las entradas de spam con "
|
1292 |
+
"reCaptcha."
|
1293 |
|
1294 |
+
#: product_list.php:175
|
1295 |
msgid "Add customized Google maps to WordPress posts, pages and widgets."
|
1296 |
msgstr ""
|
1297 |
"Añade los mapas de Google personalizados a las entradas, páginas y widgets "
|
1298 |
"de WordPress."
|
1299 |
|
1300 |
+
#: product_list.php:185
|
1301 |
msgid ""
|
1302 |
"Generate and add XML sitemap to WordPress website. Help search engines index "
|
1303 |
"your blog."
|
1305 |
"Genera y añade los archivos de XML sitemap al sitio de WordPress. Ayuda a "
|
1306 |
"los buscadores a indexar tu blog."
|
1307 |
|
1308 |
+
#: product_list.php:195
|
1309 |
msgid ""
|
1310 |
"Replace external WordPress website links with Google shortlinks and track "
|
1311 |
"click stats."
|
1313 |
"Reemplaza los enlaces externos con los enlaces cortos de Google en el sitio "
|
1314 |
"de WordPress y sigue las estadísticas de clics."
|
1315 |
|
1316 |
+
#: product_list.php:202
|
1317 |
msgid ""
|
1318 |
"Protect WordPress website – allow and deny access for certain IP addresses, "
|
1319 |
"hostnames, etc."
|
1321 |
"Protege el sitio de WordPress - permite y impide el acceso para determinadas "
|
1322 |
"direcciones IP, nombres de host, etc."
|
1323 |
|
1324 |
+
#: product_list.php:212
|
1325 |
msgid ""
|
1326 |
"Create your personal job board and listing WordPress website. Search jobs, "
|
1327 |
"submit CV/resumes, choose candidates."
|
1329 |
"Crea tu tablero personal con la lista de trabajos en el sitio de WordPress. "
|
1330 |
"Busca trabajos, envía CV, elija candidatos."
|
1331 |
|
1332 |
+
#: product_list.php:219
|
1333 |
msgid ""
|
1334 |
"Protect WordPress website against brute force attacks. Limit rate of login "
|
1335 |
"attempts."
|
1337 |
"Protege el sitio de WordPress contra ataques de fuerza bruta. Limita el "
|
1338 |
"número de intentos de acceder."
|
1339 |
|
1340 |
+
#: product_list.php:229
|
1341 |
msgid ""
|
1342 |
"Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. "
|
1343 |
"5 plugins included – profile, insider, etc."
|
1345 |
"Añade los botones de LinkedIn Compartir y Seguir a las entradas, páginas y "
|
1346 |
"widgets de WordPress. 5 plugins incluidos - perfil, insider, etc."
|
1347 |
|
1348 |
+
#: product_list.php:239
|
1349 |
msgid ""
|
1350 |
"Translate WordPress website content to other languages manually. Create "
|
1351 |
"multilingual pages, posts, widgets, menus, etc."
|
1354 |
"Crea páginas multilingües, asi como entradas, widgets, menús, etc. en varios "
|
1355 |
"idiomas."
|
1356 |
|
1357 |
+
#: product_list.php:249
|
1358 |
msgid ""
|
1359 |
"Add customizable pagination to WordPress website. Split long content to "
|
1360 |
"multiple pages for better navigation."
|
1362 |
"Añade la paginación personalizable al sitio de WordPress. Divide contenido "
|
1363 |
"largo en varias páginas para mejorar la navegación."
|
1364 |
|
1365 |
+
#: product_list.php:259
|
1366 |
msgid ""
|
1367 |
"Generate PDF files and print WordPress posts/pages. Customize document "
|
1368 |
"header/footer styles and appearance."
|
1371 |
"Personaliza los estilos de la cabecera/pie de la página del documento y su "
|
1372 |
"apariencia."
|
1373 |
|
1374 |
+
#: product_list.php:269
|
1375 |
msgid ""
|
1376 |
"Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, "
|
1377 |
"Profile) to WordPress posts, pages and widgets."
|
1379 |
"Añade los botones de Pinterest Segiur, Guardar y widgets de perfil (Pines, "
|
1380 |
"Tablero, Perfil) a las entradas, páginas y widgets de WordPress."
|
1381 |
|
1382 |
+
#: product_list.php:279
|
1383 |
msgid ""
|
1384 |
"Create your personal portfolio WordPress website. Manage and showcase past "
|
1385 |
"projects to get more clients."
|
1387 |
"Crea tu cartera personal en el sitio de WordPress. Gestiona y muestra los "
|
1388 |
"proyectos anteriores para obtener más clientes."
|
1389 |
|
1390 |
+
#: product_list.php:289
|
1391 |
msgid "Export WordPress posts to CSV file format easily. Configure data order."
|
1392 |
msgstr ""
|
1393 |
"Exporta las entradas de WordPress en formato de archivo CSV fácilmente. "
|
1394 |
"Configura el orden de los datos."
|
1395 |
|
1396 |
+
#: product_list.php:299
|
1397 |
msgid ""
|
1398 |
"Add extra fields to default WordPress user profile. The easiest way to "
|
1399 |
"create and manage additional custom values."
|
1401 |
"Añade los campos adicionales al perfil estándar del usuario de WordPress. La "
|
1402 |
"forma más fácil de crear y gestionar los valores personalizados adicionales."
|
1403 |
|
1404 |
+
#: product_list.php:309
|
1405 |
msgid ""
|
1406 |
"Add and display HTML advertisement banner on WordPress website. Customize "
|
1407 |
"bar styles and appearance."
|
1409 |
"Añade y muestra los anuncios publicitarios de HTML en el sitio de WordPress. "
|
1410 |
"Personaliza los estilos y la apariencia de la barra."
|
1411 |
|
1412 |
+
#: product_list.php:319
|
1413 |
msgid ""
|
1414 |
"Add customizable quotes and tips blocks to WordPress posts, pages and "
|
1415 |
"widgets."
|
1417 |
"Añade las citas personalizables y bloques de consejos a las entradas, "
|
1418 |
"páginas y widgets de WordPress."
|
1419 |
|
1420 |
+
#: product_list.php:326
|
1421 |
msgid ""
|
1422 |
"Add rating plugin to your WordPress website to receive feedback from your "
|
1423 |
"customers."
|
1425 |
"Añade el plugin de valoración a tu sitio de WordPress para recibir "
|
1426 |
"comentarios de tus clientes."
|
1427 |
|
1428 |
+
#: product_list.php:336
|
1429 |
msgid ""
|
1430 |
"Create your personal real estate WordPress website. Sell, rent and buy "
|
1431 |
"properties. Add, search and browse listings easily."
|
1434 |
"alquila y compra las propiedades. Añade, busca y navega las listas "
|
1435 |
"fácilmente."
|
1436 |
|
1437 |
+
#: product_list.php:346
|
1438 |
msgid ""
|
1439 |
"Add related, featured, latest, and popular posts to your WordPress website. "
|
1440 |
"Connect your blog readers with a relevant content."
|
1443 |
"sitio de WordPress. Conecta a tus lectores de blog con el contenido "
|
1444 |
"relevante."
|
1445 |
|
1446 |
+
#: product_list.php:353
|
1447 |
msgid ""
|
1448 |
"Send bulk email messages to WordPress users. Custom templates, advanced "
|
1449 |
"settings and detailed reports."
|
1451 |
"Envía mensajes de correo masivo a los usuarios de WordPress. Plantillas "
|
1452 |
"personalizadas, ajustes avanzados e informes detallados."
|
1453 |
|
1454 |
+
#: product_list.php:363
|
1455 |
msgid ""
|
1456 |
"The best responsive slider plugin for your WordPress website. Create "
|
1457 |
"beautifully animated slides just in a few clicks."
|
1459 |
"El mejor adaptable carrusel plugin para tu sitio de WordPress. Crea las "
|
1460 |
"diapositivas maravillosamente animadas con sólo unos clics."
|
1461 |
|
1462 |
+
#: product_list.php:370
|
1463 |
msgid ""
|
1464 |
"Configure SMTP server to receive email messages from WordPress to Gmail, "
|
1465 |
"Yahoo, Hotmail and other services."
|
1467 |
"Configura el servidor SMTP para recibir mensajes de correo electrónico de "
|
1468 |
"WordPress en Gmail, Yahoo, Hotmail y otros servicios."
|
1469 |
|
1470 |
+
#: product_list.php:377
|
1471 |
+
#, fuzzy
|
1472 |
+
#| msgid ""
|
1473 |
+
#| "Add social media buttons and widgets to WordPress posts, pages and "
|
1474 |
+
#| "widgets. FB, Twitter, G+1, Pinterest, LinkedIn."
|
1475 |
msgid ""
|
1476 |
"Add social media buttons and widgets to WordPress posts, pages and widgets. "
|
1477 |
+
"FB, Twitter, Pinterest, LinkedIn."
|
1478 |
msgstr ""
|
1479 |
"Añade los botones y widgets de los medios de comunicación social a las "
|
1480 |
"entradas, páginas y widgets de WordPress. FB, Twitter, G+1, Pinterest, "
|
1481 |
"LinkedIn."
|
1482 |
|
1483 |
+
#: product_list.php:387
|
1484 |
msgid ""
|
1485 |
"Add social media login, registration, and commenting to your WordPress "
|
1486 |
"website."
|
1488 |
"Añade el acceso, registro y comentarios a los medios de comunicación social "
|
1489 |
"a tu sitio de WordPress."
|
1490 |
|
1491 |
+
#: product_list.php:394
|
1492 |
msgid ""
|
1493 |
"Add email newsletter sign up form to WordPress posts, pages and widgets. "
|
1494 |
"Collect data and subscribe your users."
|
1497 |
"páginas y widgets de WordPress. Recoge los datos y suscribe a tus usuarios a "
|
1498 |
"las noticias."
|
1499 |
|
1500 |
+
#: product_list.php:404
|
1501 |
msgid ""
|
1502 |
"Add testimonials and feedbacks from your customers to WordPress website "
|
1503 |
"posts, pages, and widgets."
|
1505 |
"Añade los testimonios y comentarios de tus clientes a las entradas, páginas "
|
1506 |
"y widgets en el sitio de WordPress."
|
1507 |
|
1508 |
+
#: product_list.php:411
|
1509 |
msgid ""
|
1510 |
"Best timesheet plugin for WordPress. Track employee time, streamline "
|
1511 |
"attendance and generate reports."
|
1514 |
"laboral de los empleados, optimiza el horario de trabajo en la oficina y "
|
1515 |
"crea informes generales."
|
1516 |
|
1517 |
+
#: product_list.php:421
|
1518 |
msgid ""
|
1519 |
"Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts "
|
1520 |
"and pages."
|
1522 |
"Añade los botones de Twitter Seguir, Twittear, Hashtag y Mencionar a las "
|
1523 |
"entradas y páginas de WordPress."
|
1524 |
|
1525 |
+
#: product_list.php:431
|
1526 |
msgid ""
|
1527 |
"Automatically check and update WordPress website core with all installed "
|
1528 |
"plugins and themes to the latest versions."
|
1530 |
"Compruebа y actualiza automáticamente el núcleo de sitio de WordPress a las "
|
1531 |
"últimas versiones con todos plugins y temas que tienes instalados."
|
1532 |
|
1533 |
+
#: product_list.php:441
|
1534 |
msgid ""
|
1535 |
"Powerful user role management plugin for WordPress website. Create, edit, "
|
1536 |
"copy, and delete user roles."
|
1538 |
"Poderoso plugin de gestión de funciones para el sitio de WordPress. Crea, "
|
1539 |
"edita, copia y borra los perfiles de usuarios."
|
1540 |
|
1541 |
+
#: product_list.php:451
|
1542 |
msgid ""
|
1543 |
"Display live count of online visitors who are currently browsing your "
|
1544 |
"WordPress website."
|
1546 |
"Lleva la cuenta de los visitantes en línea que están hojeando tu sitio de "
|
1547 |
"WordPress en ese momento."
|
1548 |
|
1549 |
+
#: product_list.php:461
|
1550 |
msgid ""
|
1551 |
"Backup and export Zendesk Help Center content automatically to your "
|
1552 |
"WordPress website database."
|
1554 |
"Haz la copia de seguridad y exporta el contenido de Zendesk Centro de Ayuda "
|
1555 |
"automáticamente a tu base de datos en el sitio de WordPress."
|
1556 |
|
1557 |
+
#~ msgid "Add BWS Shortcode"
|
1558 |
+
#~ msgstr "Añadir BWS shortcode"
|
1559 |
+
|
1560 |
+
#~ msgid "Add BWS Plugins Shortcode"
|
1561 |
+
#~ msgstr "Añadir shortcode de plugins BWS"
|
1562 |
+
|
1563 |
+
#~ msgid "Installing Plugin"
|
1564 |
+
#~ msgstr "Instalando el plugin"
|
1565 |
+
|
1566 |
+
#~ msgid "Downloading install package from"
|
1567 |
+
#~ msgstr "Descargando el paquete de instalación de"
|
1568 |
+
|
1569 |
+
#~ msgid ""
|
1570 |
+
#~ "Failed to download the zip archive. Please, upload the plugin manually"
|
1571 |
+
#~ msgstr ""
|
1572 |
+
#~ "Error al descargar el archivo zip. Por favor, sube el plugin manualmente"
|
1573 |
+
|
1574 |
+
#~ msgid "Unpacking the package"
|
1575 |
+
#~ msgstr "Desempacando el paquete"
|
1576 |
+
|
1577 |
+
#~ msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
1578 |
+
#~ msgstr ""
|
1579 |
+
#~ "Error al abrir el archivo zip. Por favor, sube el plugin manualmente"
|
1580 |
+
|
1581 |
+
#~ msgid ""
|
1582 |
+
#~ "Your server does not support either ZipArchive or Phar. Please, upload "
|
1583 |
+
#~ "the plugin manually"
|
1584 |
+
#~ msgstr ""
|
1585 |
+
#~ "Tu servidor no admite ni ZipArchive ni Phar. Por favor, sube el plugin "
|
1586 |
+
#~ "manualmente"
|
1587 |
+
|
1588 |
+
#~ msgid "The plugin %s is successfully installed."
|
1589 |
+
#~ msgstr "El plugin %s se ha instalado con éxito."
|
1590 |
+
|
1591 |
+
#~ msgid "UploadDir is not writable. Please, upload the plugin manually"
|
1592 |
+
#~ msgstr "UploadDir no se puede editar. Por favor, sube el plugin manualmente"
|
1593 |
+
|
1594 |
+
#~ msgid "Activate Plugin"
|
1595 |
+
#~ msgstr "Activar plugin"
|
1596 |
+
|
1597 |
+
#~ msgid "Congratulations! Pro license is activated successfully."
|
1598 |
+
#~ msgstr "¡Felicitaciones! Licencia Pro está activada con éxito."
|
1599 |
+
|
1600 |
+
#~ msgid "You will be automatically redirected to the %s in %s seconds."
|
1601 |
+
#~ msgstr "En %s segundos automáticamente serás dirigido a %s."
|
1602 |
+
|
1603 |
+
#~ msgid "Settings page"
|
1604 |
+
#~ msgstr "Página de ajustes"
|
1605 |
+
|
1606 |
+
#~ msgid "Please, enter your license key"
|
1607 |
+
#~ msgstr "Por favor, introduce tu clave de licencia"
|
1608 |
+
|
1609 |
+
#~ msgid "You will be redirected automatically in 5 seconds."
|
1610 |
+
#~ msgstr "En 5 segundos automáticamente serás dirigido a la nueva ubicación."
|
1611 |
+
|
1612 |
+
#~ msgid "Check premium options on the plugin settings page!"
|
1613 |
+
#~ msgstr "¡Comprueba las opciones premium en la página de ajustes del plugin!"
|
1614 |
+
|
1615 |
+
#~ msgid "File %s edited successfully."
|
1616 |
+
#~ msgstr "Archivo %s editado con éxito."
|
1617 |
+
|
1618 |
+
#~ msgid "Not enough permissions to create or update the file"
|
1619 |
+
#~ msgstr "No hay suficientes permisos para crear o actualizar el archivo"
|
1620 |
+
|
1621 |
+
#~ msgid "Not enough permissions to create the file"
|
1622 |
+
#~ msgstr "No hay suficientes permisos para crear el archivo"
|
1623 |
+
|
1624 |
+
#~ msgid "Editing"
|
1625 |
+
#~ msgstr "Editar"
|
1626 |
+
|
1627 |
+
#~ msgid "Create your personal car rental/booking and reservation website."
|
1628 |
+
#~ msgstr "Crea tu sitio personal de alquiler/reserva de automóviles."
|
1629 |
+
|
1630 |
+
#~ msgid "Add custom fields to WordPress website search results."
|
1631 |
+
#~ msgstr ""
|
1632 |
+
#~ "Añade los campos personalizados a los resultados de búsqueda en el sitio "
|
1633 |
+
#~ "de WordPress."
|
1634 |
+
|
1635 |
+
#~ msgid ""
|
1636 |
+
#~ "Add Google +1, Share, Follow, Hangout buttons and profile badge to "
|
1637 |
+
#~ "WordPress posts, pages and widgets."
|
1638 |
+
#~ msgstr ""
|
1639 |
+
#~ "Añade los botones de Google +1 Compartir, Seguir, Hangout e insignia de "
|
1640 |
+
#~ "perfil a las entradas, páginas y widgets de WordPress."
|
1641 |
+
|
1642 |
#~ msgid ""
|
1643 |
#~ "Protect WordPress website forms from spam entries by means of math logic."
|
1644 |
#~ msgstr ""
|
1760 |
#~ msgid "Display Button in"
|
1761 |
#~ msgstr "Mostrar el Botón en"
|
1762 |
|
|
|
|
|
|
|
1763 |
#~ msgid "Client ID"
|
1764 |
#~ msgstr "ID de cliente"
|
1765 |
|
bws_menu/languages/bestwebsoft-ru_RU.mo
CHANGED
Binary file
|
bws_menu/languages/bestwebsoft-ru_RU.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: bestwebsoft.com <https://support.bestwebsoft.com>\n"
|
9 |
"Language: ru\n"
|
@@ -13,7 +13,7 @@ msgstr ""
|
|
13 |
"X-Poedit-KeywordsList: __;_e;esc_attr_e;printf\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
-
"X-Generator: Poedit 2.
|
17 |
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
18 |
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
19 |
"X-Poedit-SearchPath-0: .\n"
|
@@ -56,7 +56,7 @@ msgstr "Оценить"
|
|
56 |
msgid "Need help?"
|
57 |
msgstr "Нужна помощь?"
|
58 |
|
59 |
-
#: bws_functions.php:104 bws_functions.php:
|
60 |
msgid "Visit Help Center"
|
61 |
msgstr "Перейти в Help Center"
|
62 |
|
@@ -106,7 +106,7 @@ msgstr ""
|
|
106 |
"плагин в дальнейшем и иметь приоритетную тех.поддержку, то вам нужно "
|
107 |
"продлить лицензию."
|
108 |
|
109 |
-
#: bws_functions.php:147 bws_functions.php:218
|
110 |
msgid "Learn more"
|
111 |
msgstr "Подробнее"
|
112 |
|
@@ -180,8 +180,8 @@ msgstr "Давайте начнем"
|
|
180 |
msgid "Settings"
|
181 |
msgstr "Настройки"
|
182 |
|
183 |
-
#: bws_functions.php:253 bws_menu.php:326 class-bws-settings.php:
|
184 |
-
#: class-bws-settings.php:
|
185 |
msgid "or"
|
186 |
msgstr "или"
|
187 |
|
@@ -240,7 +240,6 @@ msgid "The plugin's settings have been changed."
|
|
240 |
msgstr "Настройки плагина были изменены"
|
241 |
|
242 |
#: bws_functions.php:481 class-bws-settings.php:200 class-bws-settings.php:220
|
243 |
-
#: deprecated.php:642
|
244 |
msgid "Save Changes"
|
245 |
msgstr "Сохранить изменения"
|
246 |
|
@@ -252,79 +251,70 @@ msgstr ""
|
|
252 |
"Вы всегда можете просмотреть премиум опции нажав на кнопку \"Pro опции\" на "
|
253 |
"вкладке \"Разное\"."
|
254 |
|
255 |
-
#: bws_functions.php:
|
256 |
-
msgid "Add BWS Shortcode"
|
257 |
-
msgstr "Добавить BWS шорткод"
|
258 |
-
|
259 |
-
#: bws_functions.php:692
|
260 |
-
msgid "Add BWS Plugins Shortcode"
|
261 |
-
msgstr "Добавить шорткод BWS Плагина"
|
262 |
-
|
263 |
-
#: bws_functions.php:711
|
264 |
msgid "Add shortcode"
|
265 |
msgstr "Добавить шорткод"
|
266 |
|
267 |
-
#: bws_functions.php:
|
268 |
msgid "Add BestWebSoft plugins' shortcodes using this button."
|
269 |
msgstr "Добавьте шорткоды BestWebSoft плагинов с помощью этой кнопки."
|
270 |
|
271 |
-
#: bws_functions.php:
|
272 |
msgid "Close"
|
273 |
msgstr "Закрыть"
|
274 |
|
275 |
-
#: bws_functions.php:
|
276 |
msgid "Are you sure you want to restore default settings?"
|
277 |
msgstr ""
|
278 |
"Вы уверены что хотите восстановить все настройки плагина к настройкам по "
|
279 |
"умолчанию?"
|
280 |
|
281 |
-
#: bws_functions.php:
|
282 |
msgid "Yes, restore all settings"
|
283 |
msgstr "Да, восстановить все настройки"
|
284 |
|
285 |
-
#: bws_functions.php:
|
286 |
msgid "No, go back to the settings page"
|
287 |
msgstr "Нет, вернуться на страницу настроек"
|
288 |
|
289 |
-
#: bws_functions.php:
|
290 |
msgid "Plugin"
|
291 |
msgstr "Плагин"
|
292 |
|
293 |
-
#: bws_functions.php:
|
294 |
msgid "Shortcode settings"
|
295 |
msgstr "Настройки шорткода"
|
296 |
|
297 |
-
#: bws_functions.php:
|
298 |
msgid "The shortcode will be inserted"
|
299 |
msgstr "Будет вставлен шорткод"
|
300 |
|
301 |
-
#: bws_functions.php:
|
302 |
msgid "FAQ"
|
303 |
msgstr "FAQ"
|
304 |
|
305 |
-
#: bws_functions.php:
|
306 |
msgid "For more information:"
|
307 |
msgstr "Для дополнительной информации:"
|
308 |
|
309 |
-
#: bws_functions.php:
|
310 |
msgid "Documentation"
|
311 |
msgstr "Документация"
|
312 |
|
313 |
-
#: bws_functions.php:
|
314 |
msgid "Video Instructions"
|
315 |
msgstr "Видео инструкции"
|
316 |
|
317 |
-
#: bws_functions.php:
|
318 |
msgid "Submit a Request"
|
319 |
msgstr "Отправить запрос"
|
320 |
|
321 |
-
#: bws_menu.php:101 class-bws-settings.php:
|
322 |
msgid "Wrong license key"
|
323 |
msgstr "Неправильный лицензионный ключ"
|
324 |
|
325 |
-
#: bws_menu.php:122 class-bws-settings.php:
|
326 |
-
#: class-bws-settings.php:
|
327 |
-
#: deprecated.php:353
|
328 |
msgid ""
|
329 |
"Something went wrong. Please try again later. If the error appears again, "
|
330 |
"please contact us"
|
@@ -332,14 +322,12 @@ msgstr ""
|
|
332 |
"Что-то пошло не так. Повторите попытку позже. Если ошибка появится снова, "
|
333 |
"пожалуйста, свяжитесь с нами"
|
334 |
|
335 |
-
#: bws_menu.php:122 class-bws-settings.php:
|
336 |
-
#: class-bws-settings.php:
|
337 |
-
#: deprecated.php:353
|
338 |
msgid "We are sorry for inconvenience."
|
339 |
msgstr "Приносим извинения за неудобства."
|
340 |
|
341 |
-
#: bws_menu.php:129 class-bws-settings.php:
|
342 |
-
#: deprecated.php:139 deprecated.php:359
|
343 |
msgid "Wrong license key."
|
344 |
msgstr "Неправильный лицензионный ключ."
|
345 |
|
@@ -354,11 +342,11 @@ msgstr ""
|
|
354 |
msgid "Log in"
|
355 |
msgstr "Авторизоваться"
|
356 |
|
357 |
-
#: bws_menu.php:133 bws_menu.php:332 deprecated.php:
|
358 |
msgid "Unfortunately, you have exceeded the number of available tries per day."
|
359 |
msgstr "К сожалению, вы превысили количество доступных попыток."
|
360 |
|
361 |
-
#: bws_menu.php:135
|
362 |
#, php-format
|
363 |
msgid ""
|
364 |
"Unfortunately, Your license has expired. To continue getting top-priority "
|
@@ -368,7 +356,7 @@ msgstr ""
|
|
368 |
"обновлений и приоритетной тех.поддержки, вам необходимо продлить лицензию в "
|
369 |
"вашей %s"
|
370 |
|
371 |
-
#: bws_menu.php:137 class-bws-settings.php:
|
372 |
msgid ""
|
373 |
"Unfortunately, the Pro licence was already installed to this domain. The Pro "
|
374 |
"Trial license can be installed only once."
|
@@ -376,11 +364,11 @@ msgstr ""
|
|
376 |
"К сожалению, Pro лицензия уже была установлена на этом доменен. Pro Trial "
|
377 |
"лицензия может быть установлена только один раз."
|
378 |
|
379 |
-
#: bws_menu.php:142 class-bws-settings.php:
|
380 |
msgid "The license key is valid."
|
381 |
msgstr "Лицензионный ключ действителен."
|
382 |
|
383 |
-
#: bws_menu.php:144 class-bws-settings.php:
|
384 |
msgid "Your license will expire on"
|
385 |
msgstr "Ваша лицензия истечет"
|
386 |
|
@@ -388,7 +376,7 @@ msgstr "Ваша лицензия истечет"
|
|
388 |
msgid "Congratulations! Pro Membership license is activated successfully."
|
389 |
msgstr "Поздравляем! Pro Membership лицензия успешно активирована."
|
390 |
|
391 |
-
#: bws_menu.php:153 class-bws-settings.php:
|
392 |
msgid ""
|
393 |
"Something went wrong. Try again later or upload the plugin manually. We are "
|
394 |
"sorry for inconvenience."
|
@@ -418,8 +406,8 @@ msgid "N/A"
|
|
418 |
msgstr "Неизвестно"
|
419 |
|
420 |
#: bws_menu.php:182
|
421 |
-
msgid "
|
422 |
-
msgstr "
|
423 |
|
424 |
#: bws_menu.php:183 bws_menu.php:184 bws_menu.php:185 bws_menu.php:189
|
425 |
msgid "Yes"
|
@@ -555,11 +543,11 @@ msgstr "Спасибо что связались с нами."
|
|
555 |
msgid "Sorry, email message could not be delivered."
|
556 |
msgstr "Извините, ваш емейл не может быть отправлен."
|
557 |
|
558 |
-
#: bws_menu.php:305 bws_menu.php:309 bws_menu.php:358 deprecated.php:
|
559 |
msgid "Plugins"
|
560 |
msgstr "Плагины"
|
561 |
|
562 |
-
#: bws_menu.php:306 bws_menu.php:310 bws_menu.php:586 deprecated.php:
|
563 |
msgid "Themes"
|
564 |
msgstr "Темы"
|
565 |
|
@@ -584,8 +572,8 @@ msgstr "Получить доступ к %s+ премиум плагинам"
|
|
584 |
msgid "Subscribe to Pro Membership"
|
585 |
msgstr "Подписаться на Pro Membership"
|
586 |
|
587 |
-
#: bws_menu.php:334 bws_menu.php:345 class-bws-settings.php:
|
588 |
-
#: deprecated.php:
|
589 |
msgid "Check license key"
|
590 |
msgstr "Проверка лицензионного ключа"
|
591 |
|
@@ -594,8 +582,8 @@ msgid "Enter your license key"
|
|
594 |
msgstr "Ваш лицензионный ключ"
|
595 |
|
596 |
#: bws_menu.php:343 bws_menu.php:538 bws_menu.php:547
|
597 |
-
#: class-bws-settings.php:
|
598 |
-
#: deprecated.php:
|
599 |
msgid "Activate"
|
600 |
msgstr "Активировать"
|
601 |
|
@@ -632,31 +620,31 @@ msgstr "Плагин <strong>активировано</strong>."
|
|
632 |
msgid "Download Pro Plugin"
|
633 |
msgstr "Загрузить Pro плагина"
|
634 |
|
635 |
-
#: bws_menu.php:384
|
636 |
msgid "Your Pro plugin is ready"
|
637 |
msgstr "Ваш Pro плагин готов"
|
638 |
|
639 |
-
#: bws_menu.php:386
|
640 |
msgid "Your plugin has been zipped, and now is ready to download."
|
641 |
msgstr "Ваш плагин заархивирован, и готов к загрузке."
|
642 |
|
643 |
-
#: bws_menu.php:389
|
644 |
msgid "Download Now"
|
645 |
msgstr "Загрузить сейчас"
|
646 |
|
647 |
-
#: bws_menu.php:393
|
648 |
msgid "Need help installing the plugin?"
|
649 |
msgstr "Нужна помощь в установке плагина?"
|
650 |
|
651 |
-
#: bws_menu.php:395
|
652 |
msgid "How to install WordPress plugin from your admin Dashboard (ZIP archive)"
|
653 |
msgstr "Как установить WordPress плагин с админ панели (ZIP архив)"
|
654 |
|
655 |
-
#: bws_menu.php:398
|
656 |
msgid "Get Started"
|
657 |
msgstr "Начать "
|
658 |
|
659 |
-
#: bws_menu.php:404
|
660 |
msgid "Knowledge Base"
|
661 |
msgstr "База Знаний"
|
662 |
|
@@ -717,7 +705,7 @@ msgstr "Обновить до версии %s"
|
|
717 |
msgid "Get Pro"
|
718 |
msgstr "Получить Pro"
|
719 |
|
720 |
-
#: bws_menu.php:524 class-bws-settings.php:174 class-bws-settings.php:
|
721 |
msgid "Upgrade to Pro"
|
722 |
msgstr "Обновить до Pro"
|
723 |
|
@@ -808,16 +796,16 @@ msgstr "Все настройки плагина были восстановле
|
|
808 |
msgid "Custom Code"
|
809 |
msgstr "Пользовательский код"
|
810 |
|
811 |
-
#: class-bws-settings.php:446
|
812 |
msgid "You do not have sufficient permissions to edit plugins for this site."
|
813 |
msgstr ""
|
814 |
"У вас недостаточно полномочий, чтобы редактировать плагины на этом сайте."
|
815 |
|
816 |
-
#: class-bws-settings.php:451
|
817 |
msgid "These styles will be added to the header on all pages of your site."
|
818 |
msgstr "Эти стили будут добавлены в хедер на всех страницах вашего сайта."
|
819 |
|
820 |
-
#: class-bws-settings.php:454
|
821 |
#, php-format
|
822 |
msgid ""
|
823 |
"This PHP code will be hooked to the %s action and will be printed on front "
|
@@ -830,7 +818,7 @@ msgstr ""
|
|
830 |
msgid "These code will be added to the header on all pages of your site."
|
831 |
msgstr "Этот код будет добавлен в хедер на всех страницах вашего сайта."
|
832 |
|
833 |
-
#: class-bws-settings.php:465
|
834 |
#, php-format
|
835 |
msgid ""
|
836 |
"You need to make this files writable before you can save your changes. See "
|
@@ -839,7 +827,7 @@ msgstr ""
|
|
839 |
"Чтобы сохранить изменения, нужно сделать этот файл доступным для записи. "
|
840 |
"Дополнительную информацию можно получить в %s Кодексе %s."
|
841 |
|
842 |
-
#: class-bws-settings.php:475
|
843 |
msgid "Browsing"
|
844 |
msgstr "Просмотр"
|
845 |
|
@@ -848,7 +836,7 @@ msgstr "Просмотр"
|
|
848 |
msgid "Activate custom %s code."
|
849 |
msgstr "Активировать пользовательский %s код."
|
850 |
|
851 |
-
#: class-bws-settings.php:488
|
852 |
#, php-format
|
853 |
msgid "Learn more about %s"
|
854 |
msgstr "Подробнее о %s"
|
@@ -907,33 +895,18 @@ msgstr "Восстановить все настройки плагина к н
|
|
907 |
msgid "Import / Export"
|
908 |
msgstr "Импорт / Экспорт"
|
909 |
|
910 |
-
#: class-bws-settings.php:
|
911 |
msgid "License Key"
|
912 |
msgstr "Лицензионный ключ"
|
913 |
|
914 |
-
#: class-bws-settings.php:
|
915 |
-
#, php-format
|
916 |
-
msgid "Congratulations! %s license is activated successfully."
|
917 |
-
msgstr "Поздравляем! %s лицензия успешно активирована."
|
918 |
-
|
919 |
-
#: class-bws-settings.php:747
|
920 |
-
#, php-format
|
921 |
-
msgid "You will be automatically redirected to the %s in %s seconds."
|
922 |
-
msgstr "Вы будете автоматически перенаправлены на %s через %s секунд."
|
923 |
-
|
924 |
-
#: class-bws-settings.php:747
|
925 |
-
msgid "Settings page"
|
926 |
-
msgstr "страницу Настроек"
|
927 |
-
|
928 |
-
#: class-bws-settings.php:770
|
929 |
#, php-format
|
930 |
msgid "Enter your license key to activate %s and get premium plugin features."
|
931 |
msgstr ""
|
932 |
"Введите лицензионный ключ для активации %s и получения дополнительных "
|
933 |
"возможностей плагина."
|
934 |
|
935 |
-
#: class-bws-settings.php:
|
936 |
-
#: deprecated.php:706
|
937 |
msgid ""
|
938 |
"Unfortunately, you have exceeded the number of available tries per day. "
|
939 |
"Please, upload the plugin manually."
|
@@ -941,28 +914,28 @@ msgstr ""
|
|
941 |
"К сожалению, вы превысили количество доступных попыток в день. Пожалуйста, "
|
942 |
"загрузите плагин вручную."
|
943 |
|
944 |
-
#: class-bws-settings.php:
|
945 |
#, php-format
|
946 |
msgid "Start Your Free %s-Day Trial Now"
|
947 |
msgstr "Попробуйте %s-дневную Trial версию бесплатно"
|
948 |
|
949 |
-
#: class-bws-settings.php:
|
950 |
msgid ""
|
951 |
"If necessary, you can check if the license key is correct or reenter it in "
|
952 |
"the field below."
|
953 |
msgstr ""
|
954 |
"При необходимости вы можете проверить валидность лицензионного ключа или "
|
955 |
-
"повторно ввести его в поле
|
956 |
|
957 |
-
#: class-bws-settings.php:
|
958 |
msgid "Manage License Settings"
|
959 |
msgstr "Управление настройками лицензий"
|
960 |
|
961 |
-
#: class-bws-settings.php:
|
962 |
msgid "Login to Client Area"
|
963 |
msgstr "Зайти в Client Area"
|
964 |
|
965 |
-
#: class-bws-settings.php:
|
966 |
msgid ""
|
967 |
"Manage active licenses, download BWS products, and view your payment history "
|
968 |
"using BestWebSoft Client Area."
|
@@ -970,12 +943,11 @@ msgstr ""
|
|
970 |
"Управляй активными лицензиями, загружай BWS продукты, а также просматривай "
|
971 |
"историю платежей с помощью BestWebSoft Client Area."
|
972 |
|
973 |
-
#: class-bws-settings.php:
|
974 |
-
#: deprecated.php:361
|
975 |
msgid "This license key is bound to another site."
|
976 |
msgstr "Этот лицензионный ключ привязан к другому сайту."
|
977 |
|
978 |
-
#: class-bws-settings.php:
|
979 |
msgid ""
|
980 |
"This license key is valid, but Your license has expired. If you want to "
|
981 |
"update our plugin in future, you should extend the license."
|
@@ -983,11 +955,11 @@ msgstr ""
|
|
983 |
"Лицензионный ключ принят, но срок действия лицензии истек. Если вы хотите "
|
984 |
"обновлять плагин в будущем, вы должны продлить лицензию."
|
985 |
|
986 |
-
#: class-bws-settings.php:
|
987 |
msgid "Unfortunately, you have exceeded the number of available tries."
|
988 |
msgstr "К сожалению, вы превысили количество доступных попыток."
|
989 |
|
990 |
-
#: class-bws-settings.php:
|
991 |
msgid ""
|
992 |
"Unfortunately, the Pro Trial licence was already installed to this domain. "
|
993 |
"The Pro Trial license can be installed only once."
|
@@ -995,18 +967,18 @@ msgstr ""
|
|
995 |
"К сожалению, Pro Trial версия плагина уже устанавливалась на этот домен. Pro "
|
996 |
"Trial версию можно устанавливать лишь один раз."
|
997 |
|
998 |
-
#: class-bws-settings.php:
|
999 |
msgid "The Pro Trial license key is valid."
|
1000 |
msgstr "Ключ Pro Trial версии действителен."
|
1001 |
|
1002 |
-
#: class-bws-settings.php:
|
1003 |
#, php-format
|
1004 |
msgid ""
|
1005 |
"In order to continue using the plugin it is necessary to buy a %s license."
|
1006 |
msgstr ""
|
1007 |
"Чтобы продолжить пользоваться плагином, необходимо приобрести %s лицензию."
|
1008 |
|
1009 |
-
#: class-bws-settings.php:
|
1010 |
#, php-format
|
1011 |
msgid ""
|
1012 |
"Unfortunately, Your license has expired. To continue getting top-priority "
|
@@ -1016,156 +988,111 @@ msgstr ""
|
|
1016 |
"обновлений и приоритетной тех.поддержки, вам необходимо продлить лицензию в "
|
1017 |
"вашей %s."
|
1018 |
|
1019 |
-
#: class-bws-settings.php:
|
1020 |
-
#: class-bws-settings.php:1041
|
1021 |
-
msgid "Failed to download the zip archive. Please, upload the plugin manually."
|
1022 |
-
msgstr ""
|
1023 |
-
"Не удалось загрузить архив плагина. Пожалуйста, загрузите плагин вручную."
|
1024 |
-
|
1025 |
-
#: class-bws-settings.php:1009
|
1026 |
-
msgid "Failed to open the zip archive. Please, upload the plugin manually."
|
1027 |
-
msgstr "Не удалось открыть архив ZIP. Пожалуйста, загрузите плагин вручную."
|
1028 |
-
|
1029 |
-
#: class-bws-settings.php:1015
|
1030 |
-
msgid ""
|
1031 |
-
"Your server does not support either ZipArchive or Phar. Please, upload the "
|
1032 |
-
"plugin manually."
|
1033 |
-
msgstr ""
|
1034 |
-
"Ваш сервер не поддерживает ни библиотеку ZipArchive, ни библиотеку Phar. "
|
1035 |
-
"Пожалуйста, загрузите плагин вручную."
|
1036 |
-
|
1037 |
-
#: class-bws-settings.php:1022
|
1038 |
-
msgid "UploadDir is not writable. Please, upload the plugin manually."
|
1039 |
-
msgstr ""
|
1040 |
-
"Папка загрузки не доступна для записи. Пожалуйста, загрузите плагин вручную."
|
1041 |
-
|
1042 |
-
#: class-bws-settings.php:1082 deprecated.php:464
|
1043 |
msgid "Please, enter Your license key"
|
1044 |
msgstr "Пожалуйста, введите ваш лицензионный ключ"
|
1045 |
|
1046 |
-
#: class-bws-settings.php:
|
1047 |
msgid "Need Help?"
|
1048 |
msgstr "Нужна помощь?"
|
1049 |
|
1050 |
-
#: class-bws-settings.php:
|
1051 |
msgid "Read the Instruction"
|
1052 |
msgstr "Читать инструкцию"
|
1053 |
|
1054 |
-
#: class-bws-settings.php:
|
1055 |
msgid "Watch the Video"
|
1056 |
msgstr "Смотреть видео"
|
1057 |
|
1058 |
-
#: class-bws-settings.php:
|
1059 |
msgid "Start Your Free Trial"
|
1060 |
msgstr "Использовать бесплатную Trial версию"
|
1061 |
|
1062 |
-
#: deactivation-form.php:
|
1063 |
msgid "Need help? We are ready to answer your questions."
|
1064 |
msgstr "Нужна помощь? Мы готовы ответить на ваши вопросы."
|
1065 |
|
1066 |
-
#: deactivation-form.php:
|
1067 |
msgid "Contact Support"
|
1068 |
msgstr "Связаться с тех. поддержкой"
|
1069 |
|
1070 |
-
#: deactivation-form.php:
|
1071 |
msgid "The plugin is not working"
|
1072 |
msgstr "Плагин не работает"
|
1073 |
|
1074 |
-
#: deactivation-form.php:
|
1075 |
-
msgid "Kindly share what didn't work so we can fix it in future updates..."
|
1076 |
-
msgstr ""
|
1077 |
-
"Пожалуйста, сообщите, что не работает, чтобы мы смогли исправить это в "
|
1078 |
-
"будущих обновлениях..."
|
1079 |
-
|
1080 |
-
#: deactivation-form.php:38
|
1081 |
msgid "The plugin didn't work as expected"
|
1082 |
msgstr "Плагин не работает, как ожидалось"
|
1083 |
|
1084 |
-
#: deactivation-form.php:
|
1085 |
-
msgid "What did you expect?"
|
1086 |
-
msgstr "Что именно вы ожидали?"
|
1087 |
-
|
1088 |
-
#: deactivation-form.php:44
|
1089 |
msgid "The plugin suddenly stopped working"
|
1090 |
msgstr "Плагин внезапно перестал работать"
|
1091 |
|
1092 |
-
#: deactivation-form.php:
|
1093 |
msgid "The plugin broke my site"
|
1094 |
msgstr "Плагин сломал мой сайт"
|
1095 |
|
1096 |
-
#: deactivation-form.php:
|
1097 |
msgid "I couldn't understand how to get it work"
|
1098 |
msgstr "Я не могу понять, как заставить его работать"
|
1099 |
|
1100 |
-
#: deactivation-form.php:
|
1101 |
msgid "I found a better plugin"
|
1102 |
msgstr "Я нашел плагин лучше"
|
1103 |
|
1104 |
-
#: deactivation-form.php:
|
1105 |
-
msgid "What's the plugin name?"
|
1106 |
-
msgstr "Какое название плагина?"
|
1107 |
-
|
1108 |
-
#: deactivation-form.php:71
|
1109 |
msgid "The plugin is great, but I need specific feature that you don't support"
|
1110 |
msgstr ""
|
1111 |
"Плагин замечательный, но мне нужен определенный функционал, которого у вас "
|
1112 |
"нет"
|
1113 |
|
1114 |
-
#: deactivation-form.php:
|
1115 |
-
msgid "What feature?"
|
1116 |
-
msgstr "Какой функционал?"
|
1117 |
-
|
1118 |
-
#: deactivation-form.php:77
|
1119 |
msgid "I no longer need the plugin"
|
1120 |
msgstr "Мне больше не нужен плагин"
|
1121 |
|
1122 |
-
#: deactivation-form.php:
|
1123 |
msgid "It's a temporary deactivation, I'm just debugging an issue"
|
1124 |
msgstr "Это временная деактивация, я просто отлаживаю проблему"
|
1125 |
|
1126 |
-
#: deactivation-form.php:
|
1127 |
msgid "Other"
|
1128 |
msgstr "Другое"
|
1129 |
|
1130 |
-
#: deactivation-form.php:
|
1131 |
msgid "Quick Feedback"
|
1132 |
msgstr "Быстрый отзыв"
|
1133 |
|
1134 |
-
#: deactivation-form.php:
|
1135 |
msgid "If you have a moment, please let us know why you are deactivating"
|
1136 |
msgstr ""
|
1137 |
"Если у вас есть время, пожалуйста, сообщите нам, почему вы деактивируете "
|
1138 |
"плагин"
|
1139 |
|
1140 |
-
#: deactivation-form.php:
|
1141 |
msgid "Send website data and allow to contact me back"
|
1142 |
msgstr "Отправить данные сайта и позволить связаться со мной"
|
1143 |
|
1144 |
-
#: deactivation-form.php:
|
1145 |
msgid "Processing"
|
1146 |
msgstr "Обработка"
|
1147 |
|
1148 |
-
#: deactivation-form.php:
|
1149 |
msgid "Submit and Deactivate"
|
1150 |
msgstr "Отправить и Деактивировать"
|
1151 |
|
1152 |
-
#: deactivation-form.php:
|
1153 |
msgid "Please tell us the reason so we can improve it."
|
1154 |
msgstr "Пожалуйста, сообщите нам причину, чтобы мы могли улучшить плагин."
|
1155 |
|
1156 |
-
#: deactivation-form.php:
|
1157 |
msgid "Skip and Deactivate"
|
1158 |
msgstr "Пропустить и Деактивировать"
|
1159 |
|
1160 |
-
#: deprecated.php:
|
1161 |
msgid "System Status"
|
1162 |
msgstr "Системная информация"
|
1163 |
|
1164 |
-
#: deprecated.php:
|
1165 |
-
msgid "Please, enter your license key"
|
1166 |
-
msgstr "Пожалуйста, введите Ваш лицензионный ключ"
|
1167 |
-
|
1168 |
-
#: deprecated.php:223
|
1169 |
msgid ""
|
1170 |
"If necessary, you can check if the license key is correct or reenter it in "
|
1171 |
"the field below. You can find your license key on your personal page - "
|
@@ -1175,7 +1102,7 @@ msgstr ""
|
|
1175 |
"повторно ввести его в поле ниже. Вы можете найти ваш лицензионный ключ на "
|
1176 |
"своей личной странице - Client Area - на нашем сайте"
|
1177 |
|
1178 |
-
#: deprecated.php:
|
1179 |
msgid ""
|
1180 |
"(your username is the email address specified during the purchase). If "
|
1181 |
"necessary, please submit \"Lost your password?\" request."
|
@@ -1183,101 +1110,54 @@ msgstr ""
|
|
1183 |
"(ваше имя пользователя - это емейл, указанный при покупке). При "
|
1184 |
"необходимости нажмите \"Забыли пароль?\"."
|
1185 |
|
1186 |
-
#: deprecated.php:
|
1187 |
msgid "After that, you can activate it by entering your license key."
|
1188 |
msgstr "После этого вы сможете активировать его введя лицензионный ключ."
|
1189 |
|
1190 |
-
#: deprecated.php:
|
1191 |
msgid "License key can be found in the"
|
1192 |
msgstr "Лицензионный ключ можно найти в"
|
1193 |
|
1194 |
-
#: deprecated.php:
|
1195 |
msgid "(your username is the email address specified during the purchase)."
|
1196 |
msgstr "(ваше имя пользователя - это емейл, указанный при покупке)."
|
1197 |
|
1198 |
-
#: deprecated.php:
|
1199 |
msgid ""
|
1200 |
"Congratulations! The Pro license of the plugin is activated successfully."
|
1201 |
msgstr "Поздравляем! Pro версия плагина успешно активирована."
|
1202 |
|
1203 |
-
#: deprecated.php:
|
1204 |
msgid "Please, go to"
|
1205 |
msgstr "Пожалуйста, перейдите на"
|
1206 |
|
1207 |
-
#: deprecated.php:
|
1208 |
msgid "the setting page"
|
1209 |
msgstr "страницу настроек"
|
1210 |
|
1211 |
-
#: deprecated.php:
|
1212 |
-
msgid "You will be redirected automatically in 5 seconds."
|
1213 |
-
msgstr "Вы будете перенаправлены автоматически через 5 секунд."
|
1214 |
-
|
1215 |
-
#: deprecated.php:316
|
1216 |
-
msgid "Check premium options on the plugin settings page!"
|
1217 |
-
msgstr "Просмотрите премиум опции на странице настроек плагина!"
|
1218 |
-
|
1219 |
-
#: deprecated.php:388 deprecated.php:410 deprecated.php:432
|
1220 |
-
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
1221 |
-
msgstr ""
|
1222 |
-
"Не удалось загрузить архив плагина. Пожалуйста, загрузите плагин вручную"
|
1223 |
-
|
1224 |
-
#: deprecated.php:400
|
1225 |
-
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
1226 |
-
msgstr "Не удалось открыть архив ZIP. Пожалуйста, загрузите плагин вручную"
|
1227 |
-
|
1228 |
-
#: deprecated.php:406
|
1229 |
-
msgid ""
|
1230 |
-
"Your server does not support either ZipArchive or Phar. Please, upload the "
|
1231 |
-
"plugin manually"
|
1232 |
-
msgstr ""
|
1233 |
-
"Ваш сервер не поддерживает ни библиотеку ZipArchive, ни библиотеку Phar. "
|
1234 |
-
"Пожалуйста, загрузите плагин вручную"
|
1235 |
-
|
1236 |
-
#: deprecated.php:413
|
1237 |
-
msgid "UploadDir is not writable. Please, upload the plugin manually"
|
1238 |
-
msgstr ""
|
1239 |
-
"Папка загрузки не доступна для записи. Пожалуйста, загрузите плагин вручную"
|
1240 |
-
|
1241 |
-
#: deprecated.php:479
|
1242 |
msgid "Restore all plugin settings to defaults"
|
1243 |
msgstr "Восстановить все настройки плагина к настройкам по умолчанию"
|
1244 |
|
1245 |
-
#: deprecated.php:
|
1246 |
msgid "Restore settings"
|
1247 |
msgstr "Восстановить настройки"
|
1248 |
|
1249 |
-
#: deprecated.php:
|
1250 |
-
#, php-format
|
1251 |
-
msgid "File %s edited successfully."
|
1252 |
-
msgstr "Файл %s успешно изменён."
|
1253 |
-
|
1254 |
-
#: deprecated.php:552 deprecated.php:579
|
1255 |
-
msgid "Not enough permissions to create or update the file"
|
1256 |
-
msgstr "Не достаточно прав для создания или обновления файла"
|
1257 |
-
|
1258 |
-
#: deprecated.php:582
|
1259 |
-
msgid "Not enough permissions to create the file"
|
1260 |
-
msgstr "Не достаточно прав для создания файла"
|
1261 |
-
|
1262 |
-
#: deprecated.php:626
|
1263 |
-
msgid "Editing"
|
1264 |
-
msgstr "Редактирование"
|
1265 |
-
|
1266 |
-
#: deprecated.php:670
|
1267 |
msgid ""
|
1268 |
"Congratulations! Pro version of the plugin is installed and activated "
|
1269 |
"successfully."
|
1270 |
msgstr "Поздравляем! Pro версия плагина успешно загружена и активирована."
|
1271 |
|
1272 |
-
#: deprecated.php:
|
1273 |
msgid "Show Pro features"
|
1274 |
msgstr "Показать Pro опции"
|
1275 |
|
1276 |
-
#: deprecated.php:
|
1277 |
msgid "Enter your license key to install and activate"
|
1278 |
msgstr "Введите лицензионный ключ для установки и активации"
|
1279 |
|
1280 |
-
#: deprecated.php:
|
1281 |
msgid "version of the plugin."
|
1282 |
msgstr "версия плагина."
|
1283 |
|
@@ -1319,17 +1199,21 @@ msgstr "СММ"
|
|
1319 |
|
1320 |
#: product_list.php:22
|
1321 |
msgid "Best secure captcha plugin to protect your WordPress forms."
|
1322 |
-
msgstr "Лучший плагин капчи, который защитит формы вашего WordPress
|
1323 |
|
1324 |
#: product_list.php:32
|
1325 |
-
msgid "Create your personal car rental/booking and reservation website."
|
1326 |
-
msgstr "Создайте свой собственный сайт проката и резервирования автомобилей."
|
1327 |
-
|
1328 |
-
#: product_list.php:42
|
1329 |
msgid "Create your own rental website for car renting and booking."
|
1330 |
msgstr "Создайте свой собственный сайт проката и резервирования автомобилей."
|
1331 |
|
1332 |
-
#: product_list.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1333 |
msgid ""
|
1334 |
"Allow customers to reach you using secure contact form plugin any website "
|
1335 |
"must have."
|
@@ -1337,37 +1221,37 @@ msgstr ""
|
|
1337 |
"Предоставьте возможность клиентам осуществлять связь с вами через безопасный "
|
1338 |
"плагин контактной формы, который должен иметь любой сайт."
|
1339 |
|
1340 |
-
#: product_list.php:
|
1341 |
msgid "Add unlimited number of contact forms to WordPress website."
|
1342 |
msgstr ""
|
1343 |
"Добавляйте неограниченное количество контактных форм на ваш сайт WordPress."
|
1344 |
|
1345 |
-
#: product_list.php:
|
1346 |
msgid "Save and manage Contact Form messages. Never lose important data."
|
1347 |
msgstr ""
|
1348 |
"Сохраняйте и управляйте сообщениями плагина Contact Form. Никогда не теряйте "
|
1349 |
"важные данные."
|
1350 |
|
1351 |
-
#: product_list.php:
|
1352 |
msgid "Add unlimited custom pages to WordPress admin dashboard."
|
1353 |
msgstr ""
|
1354 |
"Добавляйте неограниченное количество пользовательских страниц в панели "
|
1355 |
"администратора WordPress."
|
1356 |
|
1357 |
-
#: product_list.php:
|
1358 |
msgid ""
|
1359 |
"Add custom post types and taxonomies to WordPress website search results."
|
1360 |
msgstr ""
|
1361 |
"Добавляйте пользовательские типы постов и таксономии в результаты поиска на "
|
1362 |
"вашем сайте WordPress."
|
1363 |
|
1364 |
-
#: product_list.php:
|
1365 |
msgid "Add PayPal and 2CO donate buttons to receive charity payments."
|
1366 |
msgstr ""
|
1367 |
"Добавляйте кнопки PayPal и 2CO, чтобы получать пожертвования и "
|
1368 |
"благотворительные взносы."
|
1369 |
|
1370 |
-
#: product_list.php:
|
1371 |
msgid ""
|
1372 |
"Get latest error log messages to diagnose website problems. Define and fix "
|
1373 |
"issues faster."
|
@@ -1375,7 +1259,7 @@ msgstr ""
|
|
1375 |
"Получайте последние сообщения из журнала ошибок для диагностики проблем "
|
1376 |
"сайта. Быстрее выявляйте и устраняйте проблемы."
|
1377 |
|
1378 |
-
#: product_list.php:
|
1379 |
msgid ""
|
1380 |
"Add Facebook Follow, Like, and Share buttons to WordPress posts, pages, and "
|
1381 |
"widgets."
|
@@ -1383,23 +1267,15 @@ msgstr ""
|
|
1383 |
"Добавляйте кнопки Facebook \"Подписаться\", \"Нравится\" и \"Поделиться\" в "
|
1384 |
"посты, страницы и виджеты сайта WordPress."
|
1385 |
|
1386 |
-
#: product_list.php:
|
1387 |
msgid ""
|
1388 |
"Add beautiful galleries, albums & images to your WordPress website in a few "
|
1389 |
"clicks."
|
1390 |
msgstr ""
|
1391 |
-
"Добавляйте живописные галереи,
|
1392 |
-
"всего в несколько кликов."
|
1393 |
|
1394 |
-
#: product_list.php:
|
1395 |
-
msgid ""
|
1396 |
-
"Add Google +1, Share, Follow, Hangout buttons and profile badge to WordPress "
|
1397 |
-
"posts, pages and widgets."
|
1398 |
-
msgstr ""
|
1399 |
-
"Добавляйте кнопки Google \"+1\", \"Поделиться\", \"Подписаться\", \"Hangout"
|
1400 |
-
"\" и значок профиля к постам, страницам и виджетам WordPress."
|
1401 |
-
|
1402 |
-
#: product_list.php:148
|
1403 |
msgid ""
|
1404 |
"Stronger security solution which protects your WordPress website from hacks "
|
1405 |
"and unauthorized login attempts."
|
@@ -1407,7 +1283,7 @@ msgstr ""
|
|
1407 |
"Мощнейшее решение для безопасности, которое защищает ваш сайт WordPress от "
|
1408 |
"взломов и неавторизованных попыток входа в систему."
|
1409 |
|
1410 |
-
#: product_list.php:
|
1411 |
msgid ""
|
1412 |
"Add Adsense ads to WordPress website pages, posts, custom posts, search "
|
1413 |
"results, categories, tags, and widgets."
|
@@ -1415,27 +1291,23 @@ msgstr ""
|
|
1415 |
"Добавляйте рекламу сервиса Adsense на страницы, посты, пользовательские "
|
1416 |
"посты, результаты поиска, категории, теги и виджеты сайта WordPress."
|
1417 |
|
1418 |
-
#: product_list.php:
|
1419 |
msgid "Add Google Analytics code to WordPress website and track basic stats."
|
1420 |
msgstr ""
|
1421 |
"Добавляйте код Google Analytics на ваш сайт WordPress и отслеживайте базовую "
|
1422 |
"статистику сайта."
|
1423 |
|
1424 |
-
#: product_list.php:
|
1425 |
-
msgid ""
|
1426 |
-
"
|
1427 |
-
"(reCaptcha)."
|
1428 |
-
msgstr ""
|
1429 |
-
"Защищайте формы вашего сайта WordPress от спама с помощью Google Captcha "
|
1430 |
-
"(reCaptcha)."
|
1431 |
|
1432 |
-
#: product_list.php:
|
1433 |
msgid "Add customized Google maps to WordPress posts, pages and widgets."
|
1434 |
msgstr ""
|
1435 |
"Добавляйте пользовательские карты Google в посты, страницы и виджеты "
|
1436 |
"WordPress."
|
1437 |
|
1438 |
-
#: product_list.php:
|
1439 |
msgid ""
|
1440 |
"Generate and add XML sitemap to WordPress website. Help search engines index "
|
1441 |
"your blog."
|
@@ -1443,7 +1315,7 @@ msgstr ""
|
|
1443 |
"Создавайте и добавляйте файлы XML sitemap на ваш сайт WordPress. Помогите "
|
1444 |
"поисковым системам проиндексировать ваш блог."
|
1445 |
|
1446 |
-
#: product_list.php:
|
1447 |
msgid ""
|
1448 |
"Replace external WordPress website links with Google shortlinks and track "
|
1449 |
"click stats."
|
@@ -1451,7 +1323,7 @@ msgstr ""
|
|
1451 |
"Замените внешние ссылки сайта WordPress на короткие ссылки Google и "
|
1452 |
"отслеживайте статистику кликов."
|
1453 |
|
1454 |
-
#: product_list.php:
|
1455 |
msgid ""
|
1456 |
"Protect WordPress website – allow and deny access for certain IP addresses, "
|
1457 |
"hostnames, etc."
|
@@ -1459,7 +1331,7 @@ msgstr ""
|
|
1459 |
"Защитите свой сайт WordPress - предоставляйте и запрещайте доступ с "
|
1460 |
"определенных IP-адресов, имен хостов и т.д."
|
1461 |
|
1462 |
-
#: product_list.php:
|
1463 |
msgid ""
|
1464 |
"Create your personal job board and listing WordPress website. Search jobs, "
|
1465 |
"submit CV/resumes, choose candidates."
|
@@ -1468,7 +1340,7 @@ msgstr ""
|
|
1468 |
"WordPress. Осуществляйте поиск вакансий, подачу резюме/CV кандидата, выбор "
|
1469 |
"кандидатов."
|
1470 |
|
1471 |
-
#: product_list.php:
|
1472 |
msgid ""
|
1473 |
"Protect WordPress website against brute force attacks. Limit rate of login "
|
1474 |
"attempts."
|
@@ -1476,7 +1348,7 @@ msgstr ""
|
|
1476 |
"Защищайте свой сайт WordPress от брутфорс-атак. Ограничивайте количество "
|
1477 |
"попыток ввода логина."
|
1478 |
|
1479 |
-
#: product_list.php:
|
1480 |
msgid ""
|
1481 |
"Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. "
|
1482 |
"5 plugins included – profile, insider, etc."
|
@@ -1485,7 +1357,7 @@ msgstr ""
|
|
1485 |
"страницам и виджетам WordPress. 5 плагинов включено - Профиль, Инсайдер и т."
|
1486 |
"д."
|
1487 |
|
1488 |
-
#: product_list.php:
|
1489 |
msgid ""
|
1490 |
"Translate WordPress website content to other languages manually. Create "
|
1491 |
"multilingual pages, posts, widgets, menus, etc."
|
@@ -1493,7 +1365,7 @@ msgstr ""
|
|
1493 |
"Переводите содержимое сайта WordPress на другие языки вручную. Создавайте "
|
1494 |
"многоязычные страницы, посты, виджеты, меню и т.д."
|
1495 |
|
1496 |
-
#: product_list.php:
|
1497 |
msgid ""
|
1498 |
"Add customizable pagination to WordPress website. Split long content to "
|
1499 |
"multiple pages for better navigation."
|
@@ -1501,7 +1373,7 @@ msgstr ""
|
|
1501 |
"Добавляйте настраиваемую пагинацию на ваш сайт WordPress. Разбивайте "
|
1502 |
"объемный контент на несколько страниц для лучшей навигации."
|
1503 |
|
1504 |
-
#: product_list.php:
|
1505 |
msgid ""
|
1506 |
"Generate PDF files and print WordPress posts/pages. Customize document "
|
1507 |
"header/footer styles and appearance."
|
@@ -1509,7 +1381,7 @@ msgstr ""
|
|
1509 |
"Создавайте PDF-файлы и печатайте посты/страницы сайта WordPress. "
|
1510 |
"Настраивайте стили хедера/футера документа и его внешний вид."
|
1511 |
|
1512 |
-
#: product_list.php:
|
1513 |
msgid ""
|
1514 |
"Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, "
|
1515 |
"Profile) to WordPress posts, pages and widgets."
|
@@ -1517,7 +1389,7 @@ msgstr ""
|
|
1517 |
"Добавляйте кнопки Pinterest \"Подписаться\", \"Сохранить\" и виджеты профиля "
|
1518 |
"(Пин, Доска, Профиль) к постам, страницам и виджетам WordPress."
|
1519 |
|
1520 |
-
#: product_list.php:
|
1521 |
msgid ""
|
1522 |
"Create your personal portfolio WordPress website. Manage and showcase past "
|
1523 |
"projects to get more clients."
|
@@ -1525,13 +1397,13 @@ msgstr ""
|
|
1525 |
"Создавайте и добавляйте портфолио на свой сайт WordPress. Управляйте и "
|
1526 |
"демонстрируйте прошлые проекты, чтобы привлечь больше клиентов."
|
1527 |
|
1528 |
-
#: product_list.php:
|
1529 |
msgid "Export WordPress posts to CSV file format easily. Configure data order."
|
1530 |
msgstr ""
|
1531 |
"С легкостью экспортируйте посты WordPress в файлы формата CSV. Настраивайте "
|
1532 |
"порядок отображения данных."
|
1533 |
|
1534 |
-
#: product_list.php:
|
1535 |
msgid ""
|
1536 |
"Add extra fields to default WordPress user profile. The easiest way to "
|
1537 |
"create and manage additional custom values."
|
@@ -1539,7 +1411,7 @@ msgstr ""
|
|
1539 |
"Добавляйте пользовательские поля в стандартный профиль WordPress. Самый "
|
1540 |
"простой способ создания и управления дополнительными полями."
|
1541 |
|
1542 |
-
#: product_list.php:
|
1543 |
msgid ""
|
1544 |
"Add and display HTML advertisement banner on WordPress website. Customize "
|
1545 |
"bar styles and appearance."
|
@@ -1547,7 +1419,7 @@ msgstr ""
|
|
1547 |
"Добавляйте и отображайте баннерную HTML рекламу на сайте WordPress. "
|
1548 |
"Настраивайте стили и внешний вид баннера."
|
1549 |
|
1550 |
-
#: product_list.php:
|
1551 |
msgid ""
|
1552 |
"Add customizable quotes and tips blocks to WordPress posts, pages and "
|
1553 |
"widgets."
|
@@ -1555,7 +1427,7 @@ msgstr ""
|
|
1555 |
"Добавляйте настраиваемые цитаты и подсказки к постам, страницам и виджетам "
|
1556 |
"WordPress."
|
1557 |
|
1558 |
-
#: product_list.php:
|
1559 |
msgid ""
|
1560 |
"Add rating plugin to your WordPress website to receive feedback from your "
|
1561 |
"customers."
|
@@ -1563,7 +1435,7 @@ msgstr ""
|
|
1563 |
"Добавляйте систему оценивания и рейтинга на ваш сайт WordPress и получайте "
|
1564 |
"отзывы от ваших клиентов."
|
1565 |
|
1566 |
-
#: product_list.php:
|
1567 |
msgid ""
|
1568 |
"Create your personal real estate WordPress website. Sell, rent and buy "
|
1569 |
"properties. Add, search and browse listings easily."
|
@@ -1572,7 +1444,7 @@ msgstr ""
|
|
1572 |
"Продавайте, арендуйте и покупайте недвижимость. Легко добавляйте, находите и "
|
1573 |
"просматривайте листинги."
|
1574 |
|
1575 |
-
#: product_list.php:
|
1576 |
msgid ""
|
1577 |
"Add related, featured, latest, and popular posts to your WordPress website. "
|
1578 |
"Connect your blog readers with a relevant content."
|
@@ -1580,7 +1452,7 @@ msgstr ""
|
|
1580 |
"Добавляйте похожие, избранные, последние и популярные посты на ваш сайт "
|
1581 |
"WordPress. Предоставляйте своим читателям контент схожей тематики."
|
1582 |
|
1583 |
-
#: product_list.php:
|
1584 |
msgid ""
|
1585 |
"Send bulk email messages to WordPress users. Custom templates, advanced "
|
1586 |
"settings and detailed reports."
|
@@ -1588,7 +1460,7 @@ msgstr ""
|
|
1588 |
"Осуществляйте массовую рассылку писем пользователям WordPress. "
|
1589 |
"Пользовательские шаблоны, дополнительные настройки и подробные отчеты."
|
1590 |
|
1591 |
-
#: product_list.php:
|
1592 |
msgid ""
|
1593 |
"The best responsive slider plugin for your WordPress website. Create "
|
1594 |
"beautifully animated slides just in a few clicks."
|
@@ -1596,7 +1468,7 @@ msgstr ""
|
|
1596 |
"Самый лучший адаптивный слайдер для вашего сайта WordPress. Создавайте "
|
1597 |
"красиво анимированные слайды всего в несколько кликов."
|
1598 |
|
1599 |
-
#: product_list.php:
|
1600 |
msgid ""
|
1601 |
"Configure SMTP server to receive email messages from WordPress to Gmail, "
|
1602 |
"Yahoo, Hotmail and other services."
|
@@ -1605,15 +1477,15 @@ msgstr ""
|
|
1605 |
"WordPress на такие почтовые службы, как Gmail, Yahoo, Hotmail и многие "
|
1606 |
"другие."
|
1607 |
|
1608 |
-
#: product_list.php:
|
1609 |
msgid ""
|
1610 |
"Add social media buttons and widgets to WordPress posts, pages and widgets. "
|
1611 |
-
"FB, Twitter,
|
1612 |
msgstr ""
|
1613 |
"Добавляйте кнопки и виджеты социальных сетей к постам, страницам и виджетам "
|
1614 |
-
"WordPress. FB, Twitter,
|
1615 |
|
1616 |
-
#: product_list.php:
|
1617 |
msgid ""
|
1618 |
"Add social media login, registration, and commenting to your WordPress "
|
1619 |
"website."
|
@@ -1621,7 +1493,7 @@ msgstr ""
|
|
1621 |
"Добавляйте на свой сайт WordPress возможность входа, регистрации и "
|
1622 |
"комментирования с использованием существующих аккаунтов социальных сетей."
|
1623 |
|
1624 |
-
#: product_list.php:
|
1625 |
msgid ""
|
1626 |
"Add email newsletter sign up form to WordPress posts, pages and widgets. "
|
1627 |
"Collect data and subscribe your users."
|
@@ -1629,7 +1501,7 @@ msgstr ""
|
|
1629 |
"Добавляйте форму подписки на новостную рассылку в посты, страницы и виджеты "
|
1630 |
"WordPress. Собирайте данные и осуществляйте подписку пользователей."
|
1631 |
|
1632 |
-
#: product_list.php:
|
1633 |
msgid ""
|
1634 |
"Add testimonials and feedbacks from your customers to WordPress website "
|
1635 |
"posts, pages, and widgets."
|
@@ -1637,7 +1509,7 @@ msgstr ""
|
|
1637 |
"Добавляйте рекомендации и отзывы ваших клиентов в посты, страницы и виджеты "
|
1638 |
"сайта WordPress."
|
1639 |
|
1640 |
-
#: product_list.php:
|
1641 |
msgid ""
|
1642 |
"Best timesheet plugin for WordPress. Track employee time, streamline "
|
1643 |
"attendance and generate reports."
|
@@ -1645,7 +1517,7 @@ msgstr ""
|
|
1645 |
"Лучший плагин учёта рабочего времени на сайте WordPress. Отслеживайте время "
|
1646 |
"работы сотрудников, оптимизируйте график работы в офисе и создавайте отчеты."
|
1647 |
|
1648 |
-
#: product_list.php:
|
1649 |
msgid ""
|
1650 |
"Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts "
|
1651 |
"and pages."
|
@@ -1653,7 +1525,7 @@ msgstr ""
|
|
1653 |
"Добавляйте кнопки Твиттера \"Читать\", \"Твитнуть\", \"Метка\" и \"Упомянуть"
|
1654 |
"\" к постам и страницам WordPress. "
|
1655 |
|
1656 |
-
#: product_list.php:
|
1657 |
msgid ""
|
1658 |
"Automatically check and update WordPress website core with all installed "
|
1659 |
"plugins and themes to the latest versions."
|
@@ -1661,7 +1533,7 @@ msgstr ""
|
|
1661 |
"Выполняйте автоматическую проверку и обновление ядра WordPress до последних "
|
1662 |
"версий со всеми установленными плагинами и темами."
|
1663 |
|
1664 |
-
#: product_list.php:
|
1665 |
msgid ""
|
1666 |
"Powerful user role management plugin for WordPress website. Create, edit, "
|
1667 |
"copy, and delete user roles."
|
@@ -1669,7 +1541,7 @@ msgstr ""
|
|
1669 |
"Эффективный плагин управления ролями пользователей для сайта WordPress. "
|
1670 |
"Создавайте, редактируйте, копируйте и удаляйте роли пользователей."
|
1671 |
|
1672 |
-
#: product_list.php:
|
1673 |
msgid ""
|
1674 |
"Display live count of online visitors who are currently browsing your "
|
1675 |
"WordPress website."
|
@@ -1677,7 +1549,7 @@ msgstr ""
|
|
1677 |
"Ведите подсчет количества посетителей, которые в настоящее время "
|
1678 |
"просматривают ваш сайт WordPress."
|
1679 |
|
1680 |
-
#: product_list.php:
|
1681 |
msgid ""
|
1682 |
"Backup and export Zendesk Help Center content automatically to your "
|
1683 |
"WordPress website database."
|
@@ -1685,6 +1557,107 @@ msgstr ""
|
|
1685 |
"Делайте автоматическое резервное копирование и экспорт содержимого Zendesk "
|
1686 |
"Help Center в базу данных вашего сайта WordPress."
|
1687 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1688 |
#~ msgid "Installing Plugin"
|
1689 |
#~ msgstr "Установка плагина"
|
1690 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2020-03-05 15:24+0200\n"
|
6 |
+
"PO-Revision-Date: 2020-03-05 15:25+0200\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: bestwebsoft.com <https://support.bestwebsoft.com>\n"
|
9 |
"Language: ru\n"
|
13 |
"X-Poedit-KeywordsList: __;_e;esc_attr_e;printf\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
+
"X-Generator: Poedit 2.3\n"
|
17 |
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
18 |
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
19 |
"X-Poedit-SearchPath-0: .\n"
|
56 |
msgid "Need help?"
|
57 |
msgstr "Нужна помощь?"
|
58 |
|
59 |
+
#: bws_functions.php:104 bws_functions.php:940 class-bws-settings.php:1055
|
60 |
msgid "Visit Help Center"
|
61 |
msgstr "Перейти в Help Center"
|
62 |
|
106 |
"плагин в дальнейшем и иметь приоритетную тех.поддержку, то вам нужно "
|
107 |
"продлить лицензию."
|
108 |
|
109 |
+
#: bws_functions.php:147 bws_functions.php:218
|
110 |
msgid "Learn more"
|
111 |
msgstr "Подробнее"
|
112 |
|
180 |
msgid "Settings"
|
181 |
msgstr "Настройки"
|
182 |
|
183 |
+
#: bws_functions.php:253 bws_menu.php:326 class-bws-settings.php:791
|
184 |
+
#: class-bws-settings.php:1057 class-bws-settings.php:1067 deprecated.php:234
|
185 |
msgid "or"
|
186 |
msgstr "или"
|
187 |
|
240 |
msgstr "Настройки плагина были изменены"
|
241 |
|
242 |
#: bws_functions.php:481 class-bws-settings.php:200 class-bws-settings.php:220
|
|
|
243 |
msgid "Save Changes"
|
244 |
msgstr "Сохранить изменения"
|
245 |
|
251 |
"Вы всегда можете просмотреть премиум опции нажав на кнопку \"Pro опции\" на "
|
252 |
"вкладке \"Разное\"."
|
253 |
|
254 |
+
#: bws_functions.php:671
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
255 |
msgid "Add shortcode"
|
256 |
msgstr "Добавить шорткод"
|
257 |
|
258 |
+
#: bws_functions.php:671
|
259 |
msgid "Add BestWebSoft plugins' shortcodes using this button."
|
260 |
msgstr "Добавьте шорткоды BestWebSoft плагинов с помощью этой кнопки."
|
261 |
|
262 |
+
#: bws_functions.php:756
|
263 |
msgid "Close"
|
264 |
msgstr "Закрыть"
|
265 |
|
266 |
+
#: bws_functions.php:842
|
267 |
msgid "Are you sure you want to restore default settings?"
|
268 |
msgstr ""
|
269 |
"Вы уверены что хотите восстановить все настройки плагина к настройкам по "
|
270 |
"умолчанию?"
|
271 |
|
272 |
+
#: bws_functions.php:845
|
273 |
msgid "Yes, restore all settings"
|
274 |
msgstr "Да, восстановить все настройки"
|
275 |
|
276 |
+
#: bws_functions.php:846
|
277 |
msgid "No, go back to the settings page"
|
278 |
msgstr "Нет, вернуться на страницу настроек"
|
279 |
|
280 |
+
#: bws_functions.php:888
|
281 |
msgid "Plugin"
|
282 |
msgstr "Плагин"
|
283 |
|
284 |
+
#: bws_functions.php:897
|
285 |
msgid "Shortcode settings"
|
286 |
msgstr "Настройки шорткода"
|
287 |
|
288 |
+
#: bws_functions.php:902
|
289 |
msgid "The shortcode will be inserted"
|
290 |
msgstr "Будет вставлен шорткод"
|
291 |
|
292 |
+
#: bws_functions.php:945
|
293 |
msgid "FAQ"
|
294 |
msgstr "FAQ"
|
295 |
|
296 |
+
#: bws_functions.php:951
|
297 |
msgid "For more information:"
|
298 |
msgstr "Для дополнительной информации:"
|
299 |
|
300 |
+
#: bws_functions.php:952 bws_menu.php:400 class-bws-settings.php:755
|
301 |
msgid "Documentation"
|
302 |
msgstr "Документация"
|
303 |
|
304 |
+
#: bws_functions.php:953 bws_menu.php:402 class-bws-settings.php:757
|
305 |
msgid "Video Instructions"
|
306 |
msgstr "Видео инструкции"
|
307 |
|
308 |
+
#: bws_functions.php:954
|
309 |
msgid "Submit a Request"
|
310 |
msgstr "Отправить запрос"
|
311 |
|
312 |
+
#: bws_menu.php:101 class-bws-settings.php:841
|
313 |
msgid "Wrong license key"
|
314 |
msgstr "Неправильный лицензионный ключ"
|
315 |
|
316 |
+
#: bws_menu.php:122 class-bws-settings.php:868 class-bws-settings.php:939
|
317 |
+
#: class-bws-settings.php:977
|
|
|
318 |
msgid ""
|
319 |
"Something went wrong. Please try again later. If the error appears again, "
|
320 |
"please contact us"
|
322 |
"Что-то пошло не так. Повторите попытку позже. Если ошибка появится снова, "
|
323 |
"пожалуйста, свяжитесь с нами"
|
324 |
|
325 |
+
#: bws_menu.php:122 class-bws-settings.php:868 class-bws-settings.php:939
|
326 |
+
#: class-bws-settings.php:977
|
|
|
327 |
msgid "We are sorry for inconvenience."
|
328 |
msgstr "Приносим извинения за неудобства."
|
329 |
|
330 |
+
#: bws_menu.php:129 class-bws-settings.php:874 class-bws-settings.php:983
|
|
|
331 |
msgid "Wrong license key."
|
332 |
msgstr "Неправильный лицензионный ключ."
|
333 |
|
342 |
msgid "Log in"
|
343 |
msgstr "Авторизоваться"
|
344 |
|
345 |
+
#: bws_menu.php:133 bws_menu.php:332 deprecated.php:157
|
346 |
msgid "Unfortunately, you have exceeded the number of available tries per day."
|
347 |
msgstr "К сожалению, вы превысили количество доступных попыток."
|
348 |
|
349 |
+
#: bws_menu.php:135
|
350 |
#, php-format
|
351 |
msgid ""
|
352 |
"Unfortunately, Your license has expired. To continue getting top-priority "
|
356 |
"обновлений и приоритетной тех.поддержки, вам необходимо продлить лицензию в "
|
357 |
"вашей %s"
|
358 |
|
359 |
+
#: bws_menu.php:137 class-bws-settings.php:991
|
360 |
msgid ""
|
361 |
"Unfortunately, the Pro licence was already installed to this domain. The Pro "
|
362 |
"Trial license can be installed only once."
|
364 |
"К сожалению, Pro лицензия уже была установлена на этом доменен. Pro Trial "
|
365 |
"лицензия может быть установлена только один раз."
|
366 |
|
367 |
+
#: bws_menu.php:142 class-bws-settings.php:889
|
368 |
msgid "The license key is valid."
|
369 |
msgstr "Лицензионный ключ действителен."
|
370 |
|
371 |
+
#: bws_menu.php:144 class-bws-settings.php:893
|
372 |
msgid "Your license will expire on"
|
373 |
msgstr "Ваша лицензия истечет"
|
374 |
|
376 |
msgid "Congratulations! Pro Membership license is activated successfully."
|
377 |
msgstr "Поздравляем! Pro Membership лицензия успешно активирована."
|
378 |
|
379 |
+
#: bws_menu.php:153 class-bws-settings.php:1001
|
380 |
msgid ""
|
381 |
"Something went wrong. Try again later or upload the plugin manually. We are "
|
382 |
"sorry for inconvenience."
|
406 |
msgstr "Неизвестно"
|
407 |
|
408 |
#: bws_menu.php:182
|
409 |
+
msgid "Mb"
|
410 |
+
msgstr "Мб"
|
411 |
|
412 |
#: bws_menu.php:183 bws_menu.php:184 bws_menu.php:185 bws_menu.php:189
|
413 |
msgid "Yes"
|
543 |
msgid "Sorry, email message could not be delivered."
|
544 |
msgstr "Извините, ваш емейл не может быть отправлен."
|
545 |
|
546 |
+
#: bws_menu.php:305 bws_menu.php:309 bws_menu.php:358 deprecated.php:26
|
547 |
msgid "Plugins"
|
548 |
msgstr "Плагины"
|
549 |
|
550 |
+
#: bws_menu.php:306 bws_menu.php:310 bws_menu.php:586 deprecated.php:27
|
551 |
msgid "Themes"
|
552 |
msgstr "Темы"
|
553 |
|
572 |
msgid "Subscribe to Pro Membership"
|
573 |
msgstr "Подписаться на Pro Membership"
|
574 |
|
575 |
+
#: bws_menu.php:334 bws_menu.php:345 class-bws-settings.php:804
|
576 |
+
#: deprecated.php:123
|
577 |
msgid "Check license key"
|
578 |
msgstr "Проверка лицензионного ключа"
|
579 |
|
582 |
msgstr "Ваш лицензионный ключ"
|
583 |
|
584 |
#: bws_menu.php:343 bws_menu.php:538 bws_menu.php:547
|
585 |
+
#: class-bws-settings.php:783 deprecated.php:155 deprecated.php:163
|
586 |
+
#: deprecated.php:240 deprecated.php:249
|
587 |
msgid "Activate"
|
588 |
msgstr "Активировать"
|
589 |
|
620 |
msgid "Download Pro Plugin"
|
621 |
msgstr "Загрузить Pro плагина"
|
622 |
|
623 |
+
#: bws_menu.php:384 class-bws-settings.php:738
|
624 |
msgid "Your Pro plugin is ready"
|
625 |
msgstr "Ваш Pro плагин готов"
|
626 |
|
627 |
+
#: bws_menu.php:386 class-bws-settings.php:740
|
628 |
msgid "Your plugin has been zipped, and now is ready to download."
|
629 |
msgstr "Ваш плагин заархивирован, и готов к загрузке."
|
630 |
|
631 |
+
#: bws_menu.php:389 class-bws-settings.php:743
|
632 |
msgid "Download Now"
|
633 |
msgstr "Загрузить сейчас"
|
634 |
|
635 |
+
#: bws_menu.php:393 class-bws-settings.php:747
|
636 |
msgid "Need help installing the plugin?"
|
637 |
msgstr "Нужна помощь в установке плагина?"
|
638 |
|
639 |
+
#: bws_menu.php:395 class-bws-settings.php:749
|
640 |
msgid "How to install WordPress plugin from your admin Dashboard (ZIP archive)"
|
641 |
msgstr "Как установить WordPress плагин с админ панели (ZIP архив)"
|
642 |
|
643 |
+
#: bws_menu.php:398 class-bws-settings.php:753
|
644 |
msgid "Get Started"
|
645 |
msgstr "Начать "
|
646 |
|
647 |
+
#: bws_menu.php:404 class-bws-settings.php:759
|
648 |
msgid "Knowledge Base"
|
649 |
msgstr "База Знаний"
|
650 |
|
705 |
msgid "Get Pro"
|
706 |
msgstr "Получить Pro"
|
707 |
|
708 |
+
#: bws_menu.php:524 class-bws-settings.php:174 class-bws-settings.php:1064
|
709 |
msgid "Upgrade to Pro"
|
710 |
msgstr "Обновить до Pro"
|
711 |
|
796 |
msgid "Custom Code"
|
797 |
msgstr "Пользовательский код"
|
798 |
|
799 |
+
#: class-bws-settings.php:446
|
800 |
msgid "You do not have sufficient permissions to edit plugins for this site."
|
801 |
msgstr ""
|
802 |
"У вас недостаточно полномочий, чтобы редактировать плагины на этом сайте."
|
803 |
|
804 |
+
#: class-bws-settings.php:451
|
805 |
msgid "These styles will be added to the header on all pages of your site."
|
806 |
msgstr "Эти стили будут добавлены в хедер на всех страницах вашего сайта."
|
807 |
|
808 |
+
#: class-bws-settings.php:454
|
809 |
#, php-format
|
810 |
msgid ""
|
811 |
"This PHP code will be hooked to the %s action and will be printed on front "
|
818 |
msgid "These code will be added to the header on all pages of your site."
|
819 |
msgstr "Этот код будет добавлен в хедер на всех страницах вашего сайта."
|
820 |
|
821 |
+
#: class-bws-settings.php:465
|
822 |
#, php-format
|
823 |
msgid ""
|
824 |
"You need to make this files writable before you can save your changes. See "
|
827 |
"Чтобы сохранить изменения, нужно сделать этот файл доступным для записи. "
|
828 |
"Дополнительную информацию можно получить в %s Кодексе %s."
|
829 |
|
830 |
+
#: class-bws-settings.php:475
|
831 |
msgid "Browsing"
|
832 |
msgstr "Просмотр"
|
833 |
|
836 |
msgid "Activate custom %s code."
|
837 |
msgstr "Активировать пользовательский %s код."
|
838 |
|
839 |
+
#: class-bws-settings.php:488
|
840 |
#, php-format
|
841 |
msgid "Learn more about %s"
|
842 |
msgstr "Подробнее о %s"
|
895 |
msgid "Import / Export"
|
896 |
msgstr "Импорт / Экспорт"
|
897 |
|
898 |
+
#: class-bws-settings.php:723
|
899 |
msgid "License Key"
|
900 |
msgstr "Лицензионный ключ"
|
901 |
|
902 |
+
#: class-bws-settings.php:785
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
903 |
#, php-format
|
904 |
msgid "Enter your license key to activate %s and get premium plugin features."
|
905 |
msgstr ""
|
906 |
"Введите лицензионный ключ для активации %s и получения дополнительных "
|
907 |
"возможностей плагина."
|
908 |
|
909 |
+
#: class-bws-settings.php:788 class-bws-settings.php:987 deprecated.php:243
|
|
|
910 |
msgid ""
|
911 |
"Unfortunately, you have exceeded the number of available tries per day. "
|
912 |
"Please, upload the plugin manually."
|
914 |
"К сожалению, вы превысили количество доступных попыток в день. Пожалуйста, "
|
915 |
"загрузите плагин вручную."
|
916 |
|
917 |
+
#: class-bws-settings.php:791 deprecated.php:234
|
918 |
#, php-format
|
919 |
msgid "Start Your Free %s-Day Trial Now"
|
920 |
msgstr "Попробуйте %s-дневную Trial версию бесплатно"
|
921 |
|
922 |
+
#: class-bws-settings.php:806
|
923 |
msgid ""
|
924 |
"If necessary, you can check if the license key is correct or reenter it in "
|
925 |
"the field below."
|
926 |
msgstr ""
|
927 |
"При необходимости вы можете проверить валидность лицензионного ключа или "
|
928 |
+
"повторно ввести его в поле выше."
|
929 |
|
930 |
+
#: class-bws-settings.php:815
|
931 |
msgid "Manage License Settings"
|
932 |
msgstr "Управление настройками лицензий"
|
933 |
|
934 |
+
#: class-bws-settings.php:817
|
935 |
msgid "Login to Client Area"
|
936 |
msgstr "Зайти в Client Area"
|
937 |
|
938 |
+
#: class-bws-settings.php:819
|
939 |
msgid ""
|
940 |
"Manage active licenses, download BWS products, and view your payment history "
|
941 |
"using BestWebSoft Client Area."
|
943 |
"Управляй активными лицензиями, загружай BWS продукты, а также просматривай "
|
944 |
"историю платежей с помощью BestWebSoft Client Area."
|
945 |
|
946 |
+
#: class-bws-settings.php:876 class-bws-settings.php:985
|
|
|
947 |
msgid "This license key is bound to another site."
|
948 |
msgstr "Этот лицензионный ключ привязан к другому сайту."
|
949 |
|
950 |
+
#: class-bws-settings.php:878
|
951 |
msgid ""
|
952 |
"This license key is valid, but Your license has expired. If you want to "
|
953 |
"update our plugin in future, you should extend the license."
|
955 |
"Лицензионный ключ принят, но срок действия лицензии истек. Если вы хотите "
|
956 |
"обновлять плагин в будущем, вы должны продлить лицензию."
|
957 |
|
958 |
+
#: class-bws-settings.php:880
|
959 |
msgid "Unfortunately, you have exceeded the number of available tries."
|
960 |
msgstr "К сожалению, вы превысили количество доступных попыток."
|
961 |
|
962 |
+
#: class-bws-settings.php:882
|
963 |
msgid ""
|
964 |
"Unfortunately, the Pro Trial licence was already installed to this domain. "
|
965 |
"The Pro Trial license can be installed only once."
|
967 |
"К сожалению, Pro Trial версия плагина уже устанавливалась на этот домен. Pro "
|
968 |
"Trial версию можно устанавливать лишь один раз."
|
969 |
|
970 |
+
#: class-bws-settings.php:887
|
971 |
msgid "The Pro Trial license key is valid."
|
972 |
msgstr "Ключ Pro Trial версии действителен."
|
973 |
|
974 |
+
#: class-bws-settings.php:897 deprecated.php:142
|
975 |
#, php-format
|
976 |
msgid ""
|
977 |
"In order to continue using the plugin it is necessary to buy a %s license."
|
978 |
msgstr ""
|
979 |
"Чтобы продолжить пользоваться плагином, необходимо приобрести %s лицензию."
|
980 |
|
981 |
+
#: class-bws-settings.php:989
|
982 |
#, php-format
|
983 |
msgid ""
|
984 |
"Unfortunately, Your license has expired. To continue getting top-priority "
|
988 |
"обновлений и приоритетной тех.поддержки, вам необходимо продлить лицензию в "
|
989 |
"вашей %s."
|
990 |
|
991 |
+
#: class-bws-settings.php:1038
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
992 |
msgid "Please, enter Your license key"
|
993 |
msgstr "Пожалуйста, введите ваш лицензионный ключ"
|
994 |
|
995 |
+
#: class-bws-settings.php:1051
|
996 |
msgid "Need Help?"
|
997 |
msgstr "Нужна помощь?"
|
998 |
|
999 |
+
#: class-bws-settings.php:1053
|
1000 |
msgid "Read the Instruction"
|
1001 |
msgstr "Читать инструкцию"
|
1002 |
|
1003 |
+
#: class-bws-settings.php:1057
|
1004 |
msgid "Watch the Video"
|
1005 |
msgstr "Смотреть видео"
|
1006 |
|
1007 |
+
#: class-bws-settings.php:1068
|
1008 |
msgid "Start Your Free Trial"
|
1009 |
msgstr "Использовать бесплатную Trial версию"
|
1010 |
|
1011 |
+
#: deactivation-form.php:22
|
1012 |
msgid "Need help? We are ready to answer your questions."
|
1013 |
msgstr "Нужна помощь? Мы готовы ответить на ваши вопросы."
|
1014 |
|
1015 |
+
#: deactivation-form.php:22
|
1016 |
msgid "Contact Support"
|
1017 |
msgstr "Связаться с тех. поддержкой"
|
1018 |
|
1019 |
+
#: deactivation-form.php:27
|
1020 |
msgid "The plugin is not working"
|
1021 |
msgstr "Плагин не работает"
|
1022 |
|
1023 |
+
#: deactivation-form.php:33
|
|
|
|
|
|
|
|
|
|
|
|
|
1024 |
msgid "The plugin didn't work as expected"
|
1025 |
msgstr "Плагин не работает, как ожидалось"
|
1026 |
|
1027 |
+
#: deactivation-form.php:39
|
|
|
|
|
|
|
|
|
1028 |
msgid "The plugin suddenly stopped working"
|
1029 |
msgstr "Плагин внезапно перестал работать"
|
1030 |
|
1031 |
+
#: deactivation-form.php:46
|
1032 |
msgid "The plugin broke my site"
|
1033 |
msgstr "Плагин сломал мой сайт"
|
1034 |
|
1035 |
+
#: deactivation-form.php:53
|
1036 |
msgid "I couldn't understand how to get it work"
|
1037 |
msgstr "Я не могу понять, как заставить его работать"
|
1038 |
|
1039 |
+
#: deactivation-form.php:60
|
1040 |
msgid "I found a better plugin"
|
1041 |
msgstr "Я нашел плагин лучше"
|
1042 |
|
1043 |
+
#: deactivation-form.php:66
|
|
|
|
|
|
|
|
|
1044 |
msgid "The plugin is great, but I need specific feature that you don't support"
|
1045 |
msgstr ""
|
1046 |
"Плагин замечательный, но мне нужен определенный функционал, которого у вас "
|
1047 |
"нет"
|
1048 |
|
1049 |
+
#: deactivation-form.php:72
|
|
|
|
|
|
|
|
|
1050 |
msgid "I no longer need the plugin"
|
1051 |
msgstr "Мне больше не нужен плагин"
|
1052 |
|
1053 |
+
#: deactivation-form.php:78
|
1054 |
msgid "It's a temporary deactivation, I'm just debugging an issue"
|
1055 |
msgstr "Это временная деактивация, я просто отлаживаю проблему"
|
1056 |
|
1057 |
+
#: deactivation-form.php:84
|
1058 |
msgid "Other"
|
1059 |
msgstr "Другое"
|
1060 |
|
1061 |
+
#: deactivation-form.php:93
|
1062 |
msgid "Quick Feedback"
|
1063 |
msgstr "Быстрый отзыв"
|
1064 |
|
1065 |
+
#: deactivation-form.php:95
|
1066 |
msgid "If you have a moment, please let us know why you are deactivating"
|
1067 |
msgstr ""
|
1068 |
"Если у вас есть время, пожалуйста, сообщите нам, почему вы деактивируете "
|
1069 |
"плагин"
|
1070 |
|
1071 |
+
#: deactivation-form.php:120
|
1072 |
msgid "Send website data and allow to contact me back"
|
1073 |
msgstr "Отправить данные сайта и позволить связаться со мной"
|
1074 |
|
1075 |
+
#: deactivation-form.php:225
|
1076 |
msgid "Processing"
|
1077 |
msgstr "Обработка"
|
1078 |
|
1079 |
+
#: deactivation-form.php:254
|
1080 |
msgid "Submit and Deactivate"
|
1081 |
msgstr "Отправить и Деактивировать"
|
1082 |
|
1083 |
+
#: deactivation-form.php:269
|
1084 |
msgid "Please tell us the reason so we can improve it."
|
1085 |
msgstr "Пожалуйста, сообщите нам причину, чтобы мы могли улучшить плагин."
|
1086 |
|
1087 |
+
#: deactivation-form.php:334
|
1088 |
msgid "Skip and Deactivate"
|
1089 |
msgstr "Пропустить и Деактивировать"
|
1090 |
|
1091 |
+
#: deprecated.php:28
|
1092 |
msgid "System Status"
|
1093 |
msgstr "Системная информация"
|
1094 |
|
1095 |
+
#: deprecated.php:119
|
|
|
|
|
|
|
|
|
1096 |
msgid ""
|
1097 |
"If necessary, you can check if the license key is correct or reenter it in "
|
1098 |
"the field below. You can find your license key on your personal page - "
|
1102 |
"повторно ввести его в поле ниже. Вы можете найти ваш лицензионный ключ на "
|
1103 |
"своей личной странице - Client Area - на нашем сайте"
|
1104 |
|
1105 |
+
#: deprecated.php:119
|
1106 |
msgid ""
|
1107 |
"(your username is the email address specified during the purchase). If "
|
1108 |
"necessary, please submit \"Lost your password?\" request."
|
1110 |
"(ваше имя пользователя - это емейл, указанный при покупке). При "
|
1111 |
"необходимости нажмите \"Забыли пароль?\"."
|
1112 |
|
1113 |
+
#: deprecated.php:142
|
1114 |
msgid "After that, you can activate it by entering your license key."
|
1115 |
msgstr "После этого вы сможете активировать его введя лицензионный ключ."
|
1116 |
|
1117 |
+
#: deprecated.php:145 deprecated.php:228
|
1118 |
msgid "License key can be found in the"
|
1119 |
msgstr "Лицензионный ключ можно найти в"
|
1120 |
|
1121 |
+
#: deprecated.php:147 deprecated.php:230
|
1122 |
msgid "(your username is the email address specified during the purchase)."
|
1123 |
msgstr "(ваше имя пользователя - это емейл, указанный при покупке)."
|
1124 |
|
1125 |
+
#: deprecated.php:170
|
1126 |
msgid ""
|
1127 |
"Congratulations! The Pro license of the plugin is activated successfully."
|
1128 |
msgstr "Поздравляем! Pro версия плагина успешно активирована."
|
1129 |
|
1130 |
+
#: deprecated.php:172 deprecated.php:210
|
1131 |
msgid "Please, go to"
|
1132 |
msgstr "Пожалуйста, перейдите на"
|
1133 |
|
1134 |
+
#: deprecated.php:172 deprecated.php:210
|
1135 |
msgid "the setting page"
|
1136 |
msgstr "страницу настроек"
|
1137 |
|
1138 |
+
#: deprecated.php:187
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1139 |
msgid "Restore all plugin settings to defaults"
|
1140 |
msgstr "Восстановить все настройки плагина к настройкам по умолчанию"
|
1141 |
|
1142 |
+
#: deprecated.php:189
|
1143 |
msgid "Restore settings"
|
1144 |
msgstr "Восстановить настройки"
|
1145 |
|
1146 |
+
#: deprecated.php:208
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1147 |
msgid ""
|
1148 |
"Congratulations! Pro version of the plugin is installed and activated "
|
1149 |
"successfully."
|
1150 |
msgstr "Поздравляем! Pro версия плагина успешно загружена и активирована."
|
1151 |
|
1152 |
+
#: deprecated.php:217
|
1153 |
msgid "Show Pro features"
|
1154 |
msgstr "Показать Pro опции"
|
1155 |
|
1156 |
+
#: deprecated.php:224
|
1157 |
msgid "Enter your license key to install and activate"
|
1158 |
msgstr "Введите лицензионный ключ для установки и активации"
|
1159 |
|
1160 |
+
#: deprecated.php:226
|
1161 |
msgid "version of the plugin."
|
1162 |
msgstr "версия плагина."
|
1163 |
|
1199 |
|
1200 |
#: product_list.php:22
|
1201 |
msgid "Best secure captcha plugin to protect your WordPress forms."
|
1202 |
+
msgstr "Лучший плагин капчи, который защитит формы вашего сайта WordPress."
|
1203 |
|
1204 |
#: product_list.php:32
|
|
|
|
|
|
|
|
|
1205 |
msgid "Create your own rental website for car renting and booking."
|
1206 |
msgstr "Создайте свой собственный сайт проката и резервирования автомобилей."
|
1207 |
|
1208 |
+
#: product_list.php:44
|
1209 |
+
msgid ""
|
1210 |
+
"Add columns with custom content to WordPress website pages, posts, widgets, "
|
1211 |
+
"etc."
|
1212 |
+
msgstr ""
|
1213 |
+
"Добавляйте столбцы с пользовательским контентом в ваш WordPress сайт на "
|
1214 |
+
"страницы, посты, виджеты, и т.д."
|
1215 |
+
|
1216 |
+
#: product_list.php:51
|
1217 |
msgid ""
|
1218 |
"Allow customers to reach you using secure contact form plugin any website "
|
1219 |
"must have."
|
1221 |
"Предоставьте возможность клиентам осуществлять связь с вами через безопасный "
|
1222 |
"плагин контактной формы, который должен иметь любой сайт."
|
1223 |
|
1224 |
+
#: product_list.php:61
|
1225 |
msgid "Add unlimited number of contact forms to WordPress website."
|
1226 |
msgstr ""
|
1227 |
"Добавляйте неограниченное количество контактных форм на ваш сайт WordPress."
|
1228 |
|
1229 |
+
#: product_list.php:71
|
1230 |
msgid "Save and manage Contact Form messages. Never lose important data."
|
1231 |
msgstr ""
|
1232 |
"Сохраняйте и управляйте сообщениями плагина Contact Form. Никогда не теряйте "
|
1233 |
"важные данные."
|
1234 |
|
1235 |
+
#: product_list.php:81
|
1236 |
msgid "Add unlimited custom pages to WordPress admin dashboard."
|
1237 |
msgstr ""
|
1238 |
"Добавляйте неограниченное количество пользовательских страниц в панели "
|
1239 |
"администратора WordPress."
|
1240 |
|
1241 |
+
#: product_list.php:91
|
1242 |
msgid ""
|
1243 |
"Add custom post types and taxonomies to WordPress website search results."
|
1244 |
msgstr ""
|
1245 |
"Добавляйте пользовательские типы постов и таксономии в результаты поиска на "
|
1246 |
"вашем сайте WordPress."
|
1247 |
|
1248 |
+
#: product_list.php:101
|
1249 |
msgid "Add PayPal and 2CO donate buttons to receive charity payments."
|
1250 |
msgstr ""
|
1251 |
"Добавляйте кнопки PayPal и 2CO, чтобы получать пожертвования и "
|
1252 |
"благотворительные взносы."
|
1253 |
|
1254 |
+
#: product_list.php:108
|
1255 |
msgid ""
|
1256 |
"Get latest error log messages to diagnose website problems. Define and fix "
|
1257 |
"issues faster."
|
1259 |
"Получайте последние сообщения из журнала ошибок для диагностики проблем "
|
1260 |
"сайта. Быстрее выявляйте и устраняйте проблемы."
|
1261 |
|
1262 |
+
#: product_list.php:115
|
1263 |
msgid ""
|
1264 |
"Add Facebook Follow, Like, and Share buttons to WordPress posts, pages, and "
|
1265 |
"widgets."
|
1267 |
"Добавляйте кнопки Facebook \"Подписаться\", \"Нравится\" и \"Поделиться\" в "
|
1268 |
"посты, страницы и виджеты сайта WordPress."
|
1269 |
|
1270 |
+
#: product_list.php:125
|
1271 |
msgid ""
|
1272 |
"Add beautiful galleries, albums & images to your WordPress website in a few "
|
1273 |
"clicks."
|
1274 |
msgstr ""
|
1275 |
+
"Добавляйте живописные галереи, альбомы, изображения и категории галереи на "
|
1276 |
+
"ваш сайт WordPress всего в несколько кликов."
|
1277 |
|
1278 |
+
#: product_list.php:135
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1279 |
msgid ""
|
1280 |
"Stronger security solution which protects your WordPress website from hacks "
|
1281 |
"and unauthorized login attempts."
|
1283 |
"Мощнейшее решение для безопасности, которое защищает ваш сайт WordPress от "
|
1284 |
"взломов и неавторизованных попыток входа в систему."
|
1285 |
|
1286 |
+
#: product_list.php:145
|
1287 |
msgid ""
|
1288 |
"Add Adsense ads to WordPress website pages, posts, custom posts, search "
|
1289 |
"results, categories, tags, and widgets."
|
1291 |
"Добавляйте рекламу сервиса Adsense на страницы, посты, пользовательские "
|
1292 |
"посты, результаты поиска, категории, теги и виджеты сайта WordPress."
|
1293 |
|
1294 |
+
#: product_list.php:155
|
1295 |
msgid "Add Google Analytics code to WordPress website and track basic stats."
|
1296 |
msgstr ""
|
1297 |
"Добавляйте код Google Analytics на ваш сайт WordPress и отслеживайте базовую "
|
1298 |
"статистику сайта."
|
1299 |
|
1300 |
+
#: product_list.php:165
|
1301 |
+
msgid "Protect WordPress website forms from spam entries with reCaptcha."
|
1302 |
+
msgstr "Защищайте формы вашего сайта WordPress от спама с помощью reCaptcha."
|
|
|
|
|
|
|
|
|
1303 |
|
1304 |
+
#: product_list.php:175
|
1305 |
msgid "Add customized Google maps to WordPress posts, pages and widgets."
|
1306 |
msgstr ""
|
1307 |
"Добавляйте пользовательские карты Google в посты, страницы и виджеты "
|
1308 |
"WordPress."
|
1309 |
|
1310 |
+
#: product_list.php:185
|
1311 |
msgid ""
|
1312 |
"Generate and add XML sitemap to WordPress website. Help search engines index "
|
1313 |
"your blog."
|
1315 |
"Создавайте и добавляйте файлы XML sitemap на ваш сайт WordPress. Помогите "
|
1316 |
"поисковым системам проиндексировать ваш блог."
|
1317 |
|
1318 |
+
#: product_list.php:195
|
1319 |
msgid ""
|
1320 |
"Replace external WordPress website links with Google shortlinks and track "
|
1321 |
"click stats."
|
1323 |
"Замените внешние ссылки сайта WordPress на короткие ссылки Google и "
|
1324 |
"отслеживайте статистику кликов."
|
1325 |
|
1326 |
+
#: product_list.php:202
|
1327 |
msgid ""
|
1328 |
"Protect WordPress website – allow and deny access for certain IP addresses, "
|
1329 |
"hostnames, etc."
|
1331 |
"Защитите свой сайт WordPress - предоставляйте и запрещайте доступ с "
|
1332 |
"определенных IP-адресов, имен хостов и т.д."
|
1333 |
|
1334 |
+
#: product_list.php:212
|
1335 |
msgid ""
|
1336 |
"Create your personal job board and listing WordPress website. Search jobs, "
|
1337 |
"submit CV/resumes, choose candidates."
|
1340 |
"WordPress. Осуществляйте поиск вакансий, подачу резюме/CV кандидата, выбор "
|
1341 |
"кандидатов."
|
1342 |
|
1343 |
+
#: product_list.php:219
|
1344 |
msgid ""
|
1345 |
"Protect WordPress website against brute force attacks. Limit rate of login "
|
1346 |
"attempts."
|
1348 |
"Защищайте свой сайт WordPress от брутфорс-атак. Ограничивайте количество "
|
1349 |
"попыток ввода логина."
|
1350 |
|
1351 |
+
#: product_list.php:229
|
1352 |
msgid ""
|
1353 |
"Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. "
|
1354 |
"5 plugins included – profile, insider, etc."
|
1357 |
"страницам и виджетам WordPress. 5 плагинов включено - Профиль, Инсайдер и т."
|
1358 |
"д."
|
1359 |
|
1360 |
+
#: product_list.php:239
|
1361 |
msgid ""
|
1362 |
"Translate WordPress website content to other languages manually. Create "
|
1363 |
"multilingual pages, posts, widgets, menus, etc."
|
1365 |
"Переводите содержимое сайта WordPress на другие языки вручную. Создавайте "
|
1366 |
"многоязычные страницы, посты, виджеты, меню и т.д."
|
1367 |
|
1368 |
+
#: product_list.php:249
|
1369 |
msgid ""
|
1370 |
"Add customizable pagination to WordPress website. Split long content to "
|
1371 |
"multiple pages for better navigation."
|
1373 |
"Добавляйте настраиваемую пагинацию на ваш сайт WordPress. Разбивайте "
|
1374 |
"объемный контент на несколько страниц для лучшей навигации."
|
1375 |
|
1376 |
+
#: product_list.php:259
|
1377 |
msgid ""
|
1378 |
"Generate PDF files and print WordPress posts/pages. Customize document "
|
1379 |
"header/footer styles and appearance."
|
1381 |
"Создавайте PDF-файлы и печатайте посты/страницы сайта WordPress. "
|
1382 |
"Настраивайте стили хедера/футера документа и его внешний вид."
|
1383 |
|
1384 |
+
#: product_list.php:269
|
1385 |
msgid ""
|
1386 |
"Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, "
|
1387 |
"Profile) to WordPress posts, pages and widgets."
|
1389 |
"Добавляйте кнопки Pinterest \"Подписаться\", \"Сохранить\" и виджеты профиля "
|
1390 |
"(Пин, Доска, Профиль) к постам, страницам и виджетам WordPress."
|
1391 |
|
1392 |
+
#: product_list.php:279
|
1393 |
msgid ""
|
1394 |
"Create your personal portfolio WordPress website. Manage and showcase past "
|
1395 |
"projects to get more clients."
|
1397 |
"Создавайте и добавляйте портфолио на свой сайт WordPress. Управляйте и "
|
1398 |
"демонстрируйте прошлые проекты, чтобы привлечь больше клиентов."
|
1399 |
|
1400 |
+
#: product_list.php:289
|
1401 |
msgid "Export WordPress posts to CSV file format easily. Configure data order."
|
1402 |
msgstr ""
|
1403 |
"С легкостью экспортируйте посты WordPress в файлы формата CSV. Настраивайте "
|
1404 |
"порядок отображения данных."
|
1405 |
|
1406 |
+
#: product_list.php:299
|
1407 |
msgid ""
|
1408 |
"Add extra fields to default WordPress user profile. The easiest way to "
|
1409 |
"create and manage additional custom values."
|
1411 |
"Добавляйте пользовательские поля в стандартный профиль WordPress. Самый "
|
1412 |
"простой способ создания и управления дополнительными полями."
|
1413 |
|
1414 |
+
#: product_list.php:309
|
1415 |
msgid ""
|
1416 |
"Add and display HTML advertisement banner on WordPress website. Customize "
|
1417 |
"bar styles and appearance."
|
1419 |
"Добавляйте и отображайте баннерную HTML рекламу на сайте WordPress. "
|
1420 |
"Настраивайте стили и внешний вид баннера."
|
1421 |
|
1422 |
+
#: product_list.php:319
|
1423 |
msgid ""
|
1424 |
"Add customizable quotes and tips blocks to WordPress posts, pages and "
|
1425 |
"widgets."
|
1427 |
"Добавляйте настраиваемые цитаты и подсказки к постам, страницам и виджетам "
|
1428 |
"WordPress."
|
1429 |
|
1430 |
+
#: product_list.php:326
|
1431 |
msgid ""
|
1432 |
"Add rating plugin to your WordPress website to receive feedback from your "
|
1433 |
"customers."
|
1435 |
"Добавляйте систему оценивания и рейтинга на ваш сайт WordPress и получайте "
|
1436 |
"отзывы от ваших клиентов."
|
1437 |
|
1438 |
+
#: product_list.php:336
|
1439 |
msgid ""
|
1440 |
"Create your personal real estate WordPress website. Sell, rent and buy "
|
1441 |
"properties. Add, search and browse listings easily."
|
1444 |
"Продавайте, арендуйте и покупайте недвижимость. Легко добавляйте, находите и "
|
1445 |
"просматривайте листинги."
|
1446 |
|
1447 |
+
#: product_list.php:346
|
1448 |
msgid ""
|
1449 |
"Add related, featured, latest, and popular posts to your WordPress website. "
|
1450 |
"Connect your blog readers with a relevant content."
|
1452 |
"Добавляйте похожие, избранные, последние и популярные посты на ваш сайт "
|
1453 |
"WordPress. Предоставляйте своим читателям контент схожей тематики."
|
1454 |
|
1455 |
+
#: product_list.php:353
|
1456 |
msgid ""
|
1457 |
"Send bulk email messages to WordPress users. Custom templates, advanced "
|
1458 |
"settings and detailed reports."
|
1460 |
"Осуществляйте массовую рассылку писем пользователям WordPress. "
|
1461 |
"Пользовательские шаблоны, дополнительные настройки и подробные отчеты."
|
1462 |
|
1463 |
+
#: product_list.php:363
|
1464 |
msgid ""
|
1465 |
"The best responsive slider plugin for your WordPress website. Create "
|
1466 |
"beautifully animated slides just in a few clicks."
|
1468 |
"Самый лучший адаптивный слайдер для вашего сайта WordPress. Создавайте "
|
1469 |
"красиво анимированные слайды всего в несколько кликов."
|
1470 |
|
1471 |
+
#: product_list.php:370
|
1472 |
msgid ""
|
1473 |
"Configure SMTP server to receive email messages from WordPress to Gmail, "
|
1474 |
"Yahoo, Hotmail and other services."
|
1477 |
"WordPress на такие почтовые службы, как Gmail, Yahoo, Hotmail и многие "
|
1478 |
"другие."
|
1479 |
|
1480 |
+
#: product_list.php:377
|
1481 |
msgid ""
|
1482 |
"Add social media buttons and widgets to WordPress posts, pages and widgets. "
|
1483 |
+
"FB, Twitter, Pinterest, LinkedIn."
|
1484 |
msgstr ""
|
1485 |
"Добавляйте кнопки и виджеты социальных сетей к постам, страницам и виджетам "
|
1486 |
+
"WordPress. FB, Twitter, Pinterest, LinkedIn."
|
1487 |
|
1488 |
+
#: product_list.php:387
|
1489 |
msgid ""
|
1490 |
"Add social media login, registration, and commenting to your WordPress "
|
1491 |
"website."
|
1493 |
"Добавляйте на свой сайт WordPress возможность входа, регистрации и "
|
1494 |
"комментирования с использованием существующих аккаунтов социальных сетей."
|
1495 |
|
1496 |
+
#: product_list.php:394
|
1497 |
msgid ""
|
1498 |
"Add email newsletter sign up form to WordPress posts, pages and widgets. "
|
1499 |
"Collect data and subscribe your users."
|
1501 |
"Добавляйте форму подписки на новостную рассылку в посты, страницы и виджеты "
|
1502 |
"WordPress. Собирайте данные и осуществляйте подписку пользователей."
|
1503 |
|
1504 |
+
#: product_list.php:404
|
1505 |
msgid ""
|
1506 |
"Add testimonials and feedbacks from your customers to WordPress website "
|
1507 |
"posts, pages, and widgets."
|
1509 |
"Добавляйте рекомендации и отзывы ваших клиентов в посты, страницы и виджеты "
|
1510 |
"сайта WordPress."
|
1511 |
|
1512 |
+
#: product_list.php:411
|
1513 |
msgid ""
|
1514 |
"Best timesheet plugin for WordPress. Track employee time, streamline "
|
1515 |
"attendance and generate reports."
|
1517 |
"Лучший плагин учёта рабочего времени на сайте WordPress. Отслеживайте время "
|
1518 |
"работы сотрудников, оптимизируйте график работы в офисе и создавайте отчеты."
|
1519 |
|
1520 |
+
#: product_list.php:421
|
1521 |
msgid ""
|
1522 |
"Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts "
|
1523 |
"and pages."
|
1525 |
"Добавляйте кнопки Твиттера \"Читать\", \"Твитнуть\", \"Метка\" и \"Упомянуть"
|
1526 |
"\" к постам и страницам WordPress. "
|
1527 |
|
1528 |
+
#: product_list.php:431
|
1529 |
msgid ""
|
1530 |
"Automatically check and update WordPress website core with all installed "
|
1531 |
"plugins and themes to the latest versions."
|
1533 |
"Выполняйте автоматическую проверку и обновление ядра WordPress до последних "
|
1534 |
"версий со всеми установленными плагинами и темами."
|
1535 |
|
1536 |
+
#: product_list.php:441
|
1537 |
msgid ""
|
1538 |
"Powerful user role management plugin for WordPress website. Create, edit, "
|
1539 |
"copy, and delete user roles."
|
1541 |
"Эффективный плагин управления ролями пользователей для сайта WordPress. "
|
1542 |
"Создавайте, редактируйте, копируйте и удаляйте роли пользователей."
|
1543 |
|
1544 |
+
#: product_list.php:451
|
1545 |
msgid ""
|
1546 |
"Display live count of online visitors who are currently browsing your "
|
1547 |
"WordPress website."
|
1549 |
"Ведите подсчет количества посетителей, которые в настоящее время "
|
1550 |
"просматривают ваш сайт WordPress."
|
1551 |
|
1552 |
+
#: product_list.php:461
|
1553 |
msgid ""
|
1554 |
"Backup and export Zendesk Help Center content automatically to your "
|
1555 |
"WordPress website database."
|
1557 |
"Делайте автоматическое резервное копирование и экспорт содержимого Zendesk "
|
1558 |
"Help Center в базу данных вашего сайта WordPress."
|
1559 |
|
1560 |
+
#~ msgid "Create your personal car rental/booking and reservation website."
|
1561 |
+
#~ msgstr ""
|
1562 |
+
#~ "Создайте свой собственный сайт проката и резервирования автомобилей."
|
1563 |
+
|
1564 |
+
#~ msgid "Add BWS Shortcode"
|
1565 |
+
#~ msgstr "Добавить BWS шорткод"
|
1566 |
+
|
1567 |
+
#~ msgid "Add BWS Plugins Shortcode"
|
1568 |
+
#~ msgstr "Добавить шорткод BWS Плагина"
|
1569 |
+
|
1570 |
+
#~ msgid "Congratulations! %s license is activated successfully."
|
1571 |
+
#~ msgstr "Поздравляем! %s лицензия успешно активирована."
|
1572 |
+
|
1573 |
+
#~ msgid "You will be automatically redirected to the %s in %s seconds."
|
1574 |
+
#~ msgstr "Вы будете автоматически перенаправлены на %s через %s секунд."
|
1575 |
+
|
1576 |
+
#~ msgid "Settings page"
|
1577 |
+
#~ msgstr "страницу Настроек"
|
1578 |
+
|
1579 |
+
#~ msgid ""
|
1580 |
+
#~ "Failed to download the zip archive. Please, upload the plugin manually."
|
1581 |
+
#~ msgstr ""
|
1582 |
+
#~ "Не удалось загрузить архив плагина. Пожалуйста, загрузите плагин вручную."
|
1583 |
+
|
1584 |
+
#~ msgid "Failed to open the zip archive. Please, upload the plugin manually."
|
1585 |
+
#~ msgstr "Не удалось открыть архив ZIP. Пожалуйста, загрузите плагин вручную."
|
1586 |
+
|
1587 |
+
#~ msgid ""
|
1588 |
+
#~ "Your server does not support either ZipArchive or Phar. Please, upload "
|
1589 |
+
#~ "the plugin manually."
|
1590 |
+
#~ msgstr ""
|
1591 |
+
#~ "Ваш сервер не поддерживает ни библиотеку ZipArchive, ни библиотеку Phar. "
|
1592 |
+
#~ "Пожалуйста, загрузите плагин вручную."
|
1593 |
+
|
1594 |
+
#~ msgid "UploadDir is not writable. Please, upload the plugin manually."
|
1595 |
+
#~ msgstr ""
|
1596 |
+
#~ "Папка загрузки не доступна для записи. Пожалуйста, загрузите плагин "
|
1597 |
+
#~ "вручную."
|
1598 |
+
|
1599 |
+
#~ msgid "Kindly share what didn't work so we can fix it in future updates..."
|
1600 |
+
#~ msgstr ""
|
1601 |
+
#~ "Пожалуйста, сообщите, что не работает, чтобы мы смогли исправить это в "
|
1602 |
+
#~ "будущих обновлениях..."
|
1603 |
+
|
1604 |
+
#~ msgid "What did you expect?"
|
1605 |
+
#~ msgstr "Что именно вы ожидали?"
|
1606 |
+
|
1607 |
+
#~ msgid "What's the plugin name?"
|
1608 |
+
#~ msgstr "Какое название плагина?"
|
1609 |
+
|
1610 |
+
#~ msgid "What feature?"
|
1611 |
+
#~ msgstr "Какой функционал?"
|
1612 |
+
|
1613 |
+
#~ msgid "Please, enter your license key"
|
1614 |
+
#~ msgstr "Пожалуйста, введите Ваш лицензионный ключ"
|
1615 |
+
|
1616 |
+
#~ msgid "You will be redirected automatically in 5 seconds."
|
1617 |
+
#~ msgstr "Вы будете перенаправлены автоматически через 5 секунд."
|
1618 |
+
|
1619 |
+
#~ msgid "Check premium options on the plugin settings page!"
|
1620 |
+
#~ msgstr "Просмотрите премиум опции на странице настроек плагина!"
|
1621 |
+
|
1622 |
+
#~ msgid ""
|
1623 |
+
#~ "Failed to download the zip archive. Please, upload the plugin manually"
|
1624 |
+
#~ msgstr ""
|
1625 |
+
#~ "Не удалось загрузить архив плагина. Пожалуйста, загрузите плагин вручную"
|
1626 |
+
|
1627 |
+
#~ msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
1628 |
+
#~ msgstr "Не удалось открыть архив ZIP. Пожалуйста, загрузите плагин вручную"
|
1629 |
+
|
1630 |
+
#~ msgid ""
|
1631 |
+
#~ "Your server does not support either ZipArchive or Phar. Please, upload "
|
1632 |
+
#~ "the plugin manually"
|
1633 |
+
#~ msgstr ""
|
1634 |
+
#~ "Ваш сервер не поддерживает ни библиотеку ZipArchive, ни библиотеку Phar. "
|
1635 |
+
#~ "Пожалуйста, загрузите плагин вручную"
|
1636 |
+
|
1637 |
+
#~ msgid "UploadDir is not writable. Please, upload the plugin manually"
|
1638 |
+
#~ msgstr ""
|
1639 |
+
#~ "Папка загрузки не доступна для записи. Пожалуйста, загрузите плагин "
|
1640 |
+
#~ "вручную"
|
1641 |
+
|
1642 |
+
#~ msgid "File %s edited successfully."
|
1643 |
+
#~ msgstr "Файл %s успешно изменён."
|
1644 |
+
|
1645 |
+
#~ msgid "Not enough permissions to create or update the file"
|
1646 |
+
#~ msgstr "Не достаточно прав для создания или обновления файла"
|
1647 |
+
|
1648 |
+
#~ msgid "Not enough permissions to create the file"
|
1649 |
+
#~ msgstr "Не достаточно прав для создания файла"
|
1650 |
+
|
1651 |
+
#~ msgid "Editing"
|
1652 |
+
#~ msgstr "Редактирование"
|
1653 |
+
|
1654 |
+
#~ msgid ""
|
1655 |
+
#~ "Add Google +1, Share, Follow, Hangout buttons and profile badge to "
|
1656 |
+
#~ "WordPress posts, pages and widgets."
|
1657 |
+
#~ msgstr ""
|
1658 |
+
#~ "Добавляйте кнопки Google \"+1\", \"Поделиться\", \"Подписаться\", "
|
1659 |
+
#~ "\"Hangout\" и значок профиля к постам, страницам и виджетам WordPress."
|
1660 |
+
|
1661 |
#~ msgid "Installing Plugin"
|
1662 |
#~ msgstr "Установка плагина"
|
1663 |
|
bws_menu/languages/bestwebsoft-uk.mo
CHANGED
Binary file
|
bws_menu/languages/bestwebsoft-uk.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: bestwebsoft.com <https://support.bestwebsoft.com>\n"
|
9 |
"Language: uk\n"
|
@@ -13,7 +13,7 @@ msgstr ""
|
|
13 |
"X-Poedit-KeywordsList: __;_e;esc_attr_e;sprintf;printf\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
-
"X-Generator: Poedit 2.
|
17 |
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
18 |
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
19 |
"X-Poedit-SearchPath-0: .\n"
|
@@ -68,7 +68,7 @@ msgstr "Оцінити"
|
|
68 |
msgid "Need help?"
|
69 |
msgstr "Потрібна допомога?"
|
70 |
|
71 |
-
#: bws_functions.php:104 bws_functions.php:
|
72 |
msgid "Visit Help Center"
|
73 |
msgstr "Перейти до Help Center"
|
74 |
|
@@ -117,7 +117,7 @@ msgstr ""
|
|
117 |
"Строк вашої ліцензії витік. Якщо ви хочете отримувати першочергову технічну "
|
118 |
"підтримку та оновлювати плагін у майбутньому, вам слід подовжити ліцензію."
|
119 |
|
120 |
-
#: bws_functions.php:147 bws_functions.php:218
|
121 |
msgid "Learn more"
|
122 |
msgstr "Дізнатись більше"
|
123 |
|
@@ -191,8 +191,8 @@ msgstr "Розпочнемо"
|
|
191 |
msgid "Settings"
|
192 |
msgstr "Налаштування"
|
193 |
|
194 |
-
#: bws_functions.php:253 bws_menu.php:326 class-bws-settings.php:
|
195 |
-
#: class-bws-settings.php:
|
196 |
msgid "or"
|
197 |
msgstr "або"
|
198 |
|
@@ -250,7 +250,6 @@ msgid "The plugin's settings have been changed."
|
|
250 |
msgstr "Налаштування плагіну змінено."
|
251 |
|
252 |
#: bws_functions.php:481 class-bws-settings.php:200 class-bws-settings.php:220
|
253 |
-
#: deprecated.php:642
|
254 |
msgid "Save Changes"
|
255 |
msgstr "Зберегти зміни"
|
256 |
|
@@ -262,77 +261,68 @@ msgstr ""
|
|
262 |
"Ви завжди можете подивитися на преміум опції, натиснувши на кнопку \"Pro "
|
263 |
"опції\" на вкладці \"Різне\"."
|
264 |
|
265 |
-
#: bws_functions.php:
|
266 |
-
msgid "Add BWS Shortcode"
|
267 |
-
msgstr "Додати BWS шорткод"
|
268 |
-
|
269 |
-
#: bws_functions.php:692
|
270 |
-
msgid "Add BWS Plugins Shortcode"
|
271 |
-
msgstr "Додати шорткод BWS плагіну"
|
272 |
-
|
273 |
-
#: bws_functions.php:711
|
274 |
msgid "Add shortcode"
|
275 |
msgstr "Додати шорткод"
|
276 |
|
277 |
-
#: bws_functions.php:
|
278 |
msgid "Add BestWebSoft plugins' shortcodes using this button."
|
279 |
msgstr "Додайте шорткоди BestWebSoft плагінів за допомогою цієї кнопки."
|
280 |
|
281 |
-
#: bws_functions.php:
|
282 |
msgid "Close"
|
283 |
msgstr "Закрити"
|
284 |
|
285 |
-
#: bws_functions.php:
|
286 |
msgid "Are you sure you want to restore default settings?"
|
287 |
msgstr "Ви впевнені, що хочете скинути налаштування плагіну до стандартних?"
|
288 |
|
289 |
-
#: bws_functions.php:
|
290 |
msgid "Yes, restore all settings"
|
291 |
msgstr "Так, скинути налаштування"
|
292 |
|
293 |
-
#: bws_functions.php:
|
294 |
msgid "No, go back to the settings page"
|
295 |
msgstr "Ні, повернутись назад на сторінку налаштувань"
|
296 |
|
297 |
-
#: bws_functions.php:
|
298 |
msgid "Plugin"
|
299 |
msgstr "Плагін"
|
300 |
|
301 |
-
#: bws_functions.php:
|
302 |
msgid "Shortcode settings"
|
303 |
msgstr "Налаштування шорткоду"
|
304 |
|
305 |
-
#: bws_functions.php:
|
306 |
msgid "The shortcode will be inserted"
|
307 |
msgstr "Буде вставлено шорткод"
|
308 |
|
309 |
-
#: bws_functions.php:
|
310 |
msgid "FAQ"
|
311 |
msgstr "FAQ"
|
312 |
|
313 |
-
#: bws_functions.php:
|
314 |
msgid "For more information:"
|
315 |
msgstr "Для отримання додаткової інформації:"
|
316 |
|
317 |
-
#: bws_functions.php:
|
318 |
msgid "Documentation"
|
319 |
msgstr "Документація"
|
320 |
|
321 |
-
#: bws_functions.php:
|
322 |
msgid "Video Instructions"
|
323 |
msgstr "Відео інструкції"
|
324 |
|
325 |
-
#: bws_functions.php:
|
326 |
msgid "Submit a Request"
|
327 |
msgstr "Надіслати запит"
|
328 |
|
329 |
-
#: bws_menu.php:101 class-bws-settings.php:
|
330 |
msgid "Wrong license key"
|
331 |
msgstr "Невірний ключ ліцензії"
|
332 |
|
333 |
-
#: bws_menu.php:122 class-bws-settings.php:
|
334 |
-
#: class-bws-settings.php:
|
335 |
-
#: deprecated.php:353
|
336 |
msgid ""
|
337 |
"Something went wrong. Please try again later. If the error appears again, "
|
338 |
"please contact us"
|
@@ -340,14 +330,12 @@ msgstr ""
|
|
340 |
"Щось не так, спробуйте пізніше. Якщо помилка повториться, будь ласка, "
|
341 |
"повідомте нам"
|
342 |
|
343 |
-
#: bws_menu.php:122 class-bws-settings.php:
|
344 |
-
#: class-bws-settings.php:
|
345 |
-
#: deprecated.php:353
|
346 |
msgid "We are sorry for inconvenience."
|
347 |
msgstr "Просимо вибачення за незручності."
|
348 |
|
349 |
-
#: bws_menu.php:129 class-bws-settings.php:
|
350 |
-
#: deprecated.php:139 deprecated.php:359
|
351 |
msgid "Wrong license key."
|
352 |
msgstr "Неправильний ліцензійний ключ."
|
353 |
|
@@ -362,11 +350,11 @@ msgstr ""
|
|
362 |
msgid "Log in"
|
363 |
msgstr "Увійти"
|
364 |
|
365 |
-
#: bws_menu.php:133 bws_menu.php:332 deprecated.php:
|
366 |
msgid "Unfortunately, you have exceeded the number of available tries per day."
|
367 |
msgstr "На жаль, ви перевищили кількість допустимих спроб."
|
368 |
|
369 |
-
#: bws_menu.php:135
|
370 |
#, php-format
|
371 |
msgid ""
|
372 |
"Unfortunately, Your license has expired. To continue getting top-priority "
|
@@ -375,7 +363,7 @@ msgstr ""
|
|
375 |
"На жаль, ваша ліцензія скінчилась. Для того, щоб і надалі отримувати "
|
376 |
"першочергову техпідтримку і оновлення, будь ласка, продовжте ліцензію на %s"
|
377 |
|
378 |
-
#: bws_menu.php:137 class-bws-settings.php:
|
379 |
msgid ""
|
380 |
"Unfortunately, the Pro licence was already installed to this domain. The Pro "
|
381 |
"Trial license can be installed only once."
|
@@ -383,11 +371,11 @@ msgstr ""
|
|
383 |
"На жаль, Pro ліцензія уже використовувалась на цьому домені. Тріал Pro "
|
384 |
"версії плагіну можна використати лише один раз."
|
385 |
|
386 |
-
#: bws_menu.php:142 class-bws-settings.php:
|
387 |
msgid "The license key is valid."
|
388 |
msgstr "Ліцензійний ключ дійсний."
|
389 |
|
390 |
-
#: bws_menu.php:144 class-bws-settings.php:
|
391 |
msgid "Your license will expire on"
|
392 |
msgstr "Ваша ліцензія закінчується"
|
393 |
|
@@ -395,7 +383,7 @@ msgstr "Ваша ліцензія закінчується"
|
|
395 |
msgid "Congratulations! Pro Membership license is activated successfully."
|
396 |
msgstr "Вітаємо! Pro Membership ліцензія успішно активована."
|
397 |
|
398 |
-
#: bws_menu.php:153 class-bws-settings.php:
|
399 |
msgid ""
|
400 |
"Something went wrong. Try again later or upload the plugin manually. We are "
|
401 |
"sorry for inconvenience."
|
@@ -425,7 +413,7 @@ msgid "N/A"
|
|
425 |
msgstr "Невідомо"
|
426 |
|
427 |
#: bws_menu.php:182
|
428 |
-
msgid "
|
429 |
msgstr "Мб"
|
430 |
|
431 |
#: bws_menu.php:183 bws_menu.php:184 bws_menu.php:185 bws_menu.php:189
|
@@ -562,11 +550,11 @@ msgstr "Дякуємо, що звернулись до нас."
|
|
562 |
msgid "Sorry, email message could not be delivered."
|
563 |
msgstr "Вибачте, ваше емейл не може бути доставлено"
|
564 |
|
565 |
-
#: bws_menu.php:305 bws_menu.php:309 bws_menu.php:358 deprecated.php:
|
566 |
msgid "Plugins"
|
567 |
msgstr "Плагіни"
|
568 |
|
569 |
-
#: bws_menu.php:306 bws_menu.php:310 bws_menu.php:586 deprecated.php:
|
570 |
msgid "Themes"
|
571 |
msgstr "Теми"
|
572 |
|
@@ -591,8 +579,8 @@ msgstr "Отримати доступ до %s+ преміум плагинам"
|
|
591 |
msgid "Subscribe to Pro Membership"
|
592 |
msgstr "Підписатися на Pro Membership"
|
593 |
|
594 |
-
#: bws_menu.php:334 bws_menu.php:345 class-bws-settings.php:
|
595 |
-
#: deprecated.php:
|
596 |
msgid "Check license key"
|
597 |
msgstr "Перевірте ліцензійний ключ"
|
598 |
|
@@ -601,8 +589,8 @@ msgid "Enter your license key"
|
|
601 |
msgstr "Ваш ліцензійний ключ"
|
602 |
|
603 |
#: bws_menu.php:343 bws_menu.php:538 bws_menu.php:547
|
604 |
-
#: class-bws-settings.php:
|
605 |
-
#: deprecated.php:
|
606 |
msgid "Activate"
|
607 |
msgstr "Активувати"
|
608 |
|
@@ -639,32 +627,32 @@ msgstr "Плагін <strong>активовано</strong>."
|
|
639 |
msgid "Download Pro Plugin"
|
640 |
msgstr "Завантажити Pro плагін"
|
641 |
|
642 |
-
#: bws_menu.php:384
|
643 |
msgid "Your Pro plugin is ready"
|
644 |
msgstr "Ваш Pro плагін готовий"
|
645 |
|
646 |
-
#: bws_menu.php:386
|
647 |
msgid "Your plugin has been zipped, and now is ready to download."
|
648 |
msgstr "Ваш плагін був спакованний і тепер готовий до завантаження."
|
649 |
|
650 |
-
#: bws_menu.php:389
|
651 |
msgid "Download Now"
|
652 |
msgstr "Завантажити Зараз"
|
653 |
|
654 |
-
#: bws_menu.php:393
|
655 |
msgid "Need help installing the plugin?"
|
656 |
msgstr "Потрібна допомога в установці плагіна?"
|
657 |
|
658 |
-
#: bws_menu.php:395
|
659 |
msgid "How to install WordPress plugin from your admin Dashboard (ZIP archive)"
|
660 |
msgstr ""
|
661 |
"Як встановити WordPress плагін з вашої панелі адміністратора (ZIP архів)"
|
662 |
|
663 |
-
#: bws_menu.php:398
|
664 |
msgid "Get Started"
|
665 |
msgstr "Розпочнемо"
|
666 |
|
667 |
-
#: bws_menu.php:404
|
668 |
msgid "Knowledge Base"
|
669 |
msgstr "База знань"
|
670 |
|
@@ -725,7 +713,7 @@ msgstr "Оновити до версії %s"
|
|
725 |
msgid "Get Pro"
|
726 |
msgstr "Отримати Pro"
|
727 |
|
728 |
-
#: bws_menu.php:524 class-bws-settings.php:174 class-bws-settings.php:
|
729 |
msgid "Upgrade to Pro"
|
730 |
msgstr "Оновити до Pro"
|
731 |
|
@@ -816,15 +804,15 @@ msgstr "Усі налаштування плагіну відновлені."
|
|
816 |
msgid "Custom Code"
|
817 |
msgstr "Користувацький код"
|
818 |
|
819 |
-
#: class-bws-settings.php:446
|
820 |
msgid "You do not have sufficient permissions to edit plugins for this site."
|
821 |
msgstr "У вас недостатньо повноважень для редагування плагінів цього сайту."
|
822 |
|
823 |
-
#: class-bws-settings.php:451
|
824 |
msgid "These styles will be added to the header on all pages of your site."
|
825 |
msgstr "Ці стилі будуть додані в заголовок на всіх сторінках вашого сайту."
|
826 |
|
827 |
-
#: class-bws-settings.php:454
|
828 |
#, php-format
|
829 |
msgid ""
|
830 |
"This PHP code will be hooked to the %s action and will be printed on front "
|
@@ -836,7 +824,7 @@ msgstr ""
|
|
836 |
msgid "These code will be added to the header on all pages of your site."
|
837 |
msgstr "Цей код буде додано в заголовок на всіх сторінках вашого сайту."
|
838 |
|
839 |
-
#: class-bws-settings.php:465
|
840 |
#, php-format
|
841 |
msgid ""
|
842 |
"You need to make this files writable before you can save your changes. See "
|
@@ -845,7 +833,7 @@ msgstr ""
|
|
845 |
"Вам потрібно зробити цей файл доступним для запису, перед тим як ви зможете "
|
846 |
"зберегти свої зміни. Перегляньте %sКодекс%s для додаткової інформації."
|
847 |
|
848 |
-
#: class-bws-settings.php:475
|
849 |
msgid "Browsing"
|
850 |
msgstr "Огляд"
|
851 |
|
@@ -854,7 +842,7 @@ msgstr "Огляд"
|
|
854 |
msgid "Activate custom %s code."
|
855 |
msgstr "Активувати користувацький %s код."
|
856 |
|
857 |
-
#: class-bws-settings.php:488
|
858 |
#, php-format
|
859 |
msgid "Learn more about %s"
|
860 |
msgstr "Дізнатись більше про %s"
|
@@ -915,33 +903,18 @@ msgstr "Відновити всі налаштування плагіна до
|
|
915 |
msgid "Import / Export"
|
916 |
msgstr "Імпорт / Експорт"
|
917 |
|
918 |
-
#: class-bws-settings.php:
|
919 |
msgid "License Key"
|
920 |
msgstr "Ключ ліцензії"
|
921 |
|
922 |
-
#: class-bws-settings.php:
|
923 |
-
#, php-format
|
924 |
-
msgid "Congratulations! %s license is activated successfully."
|
925 |
-
msgstr "Вітаємо! %s ліцензія успішно активована."
|
926 |
-
|
927 |
-
#: class-bws-settings.php:747
|
928 |
-
#, php-format
|
929 |
-
msgid "You will be automatically redirected to the %s in %s seconds."
|
930 |
-
msgstr "Вас буде автоматично перенаправлено на %s через %s секунд."
|
931 |
-
|
932 |
-
#: class-bws-settings.php:747
|
933 |
-
msgid "Settings page"
|
934 |
-
msgstr "сторінку налаштувань"
|
935 |
-
|
936 |
-
#: class-bws-settings.php:770
|
937 |
#, php-format
|
938 |
msgid "Enter your license key to activate %s and get premium plugin features."
|
939 |
msgstr ""
|
940 |
"Введіть ліцензійний ключ для активації %s і отримання додаткових можливостей "
|
941 |
"плагіна."
|
942 |
|
943 |
-
#: class-bws-settings.php:
|
944 |
-
#: deprecated.php:706
|
945 |
msgid ""
|
946 |
"Unfortunately, you have exceeded the number of available tries per day. "
|
947 |
"Please, upload the plugin manually."
|
@@ -949,28 +922,28 @@ msgstr ""
|
|
949 |
"На жаль, ви перевищили кількість доступних спроб на день. Будь ласка, "
|
950 |
"завантажте плагін вручну"
|
951 |
|
952 |
-
#: class-bws-settings.php:
|
953 |
#, php-format
|
954 |
msgid "Start Your Free %s-Day Trial Now"
|
955 |
msgstr "Спробуйте %s-денну Trial версію безкоштовно"
|
956 |
|
957 |
-
#: class-bws-settings.php:
|
958 |
msgid ""
|
959 |
"If necessary, you can check if the license key is correct or reenter it in "
|
960 |
"the field below."
|
961 |
msgstr ""
|
962 |
"При необхідності ви можете перевірити правильність вашого ліцензійного ключа "
|
963 |
-
"або знову ввести його у полі, що знаходиться
|
964 |
|
965 |
-
#: class-bws-settings.php:
|
966 |
msgid "Manage License Settings"
|
967 |
msgstr "Управління налаштуваннями ліцензій"
|
968 |
|
969 |
-
#: class-bws-settings.php:
|
970 |
msgid "Login to Client Area"
|
971 |
msgstr "Зайти в Client Area"
|
972 |
|
973 |
-
#: class-bws-settings.php:
|
974 |
msgid ""
|
975 |
"Manage active licenses, download BWS products, and view your payment history "
|
976 |
"using BestWebSoft Client Area."
|
@@ -978,12 +951,11 @@ msgstr ""
|
|
978 |
"Керуй активними ліцензіями, завантажуй BWS продукти, а також переглядай "
|
979 |
"історію платежів за допомогою BestWebSoft Client Area."
|
980 |
|
981 |
-
#: class-bws-settings.php:
|
982 |
-
#: deprecated.php:361
|
983 |
msgid "This license key is bound to another site."
|
984 |
msgstr "Цей ліцензійний ключ прив'язано до іншого сайту."
|
985 |
|
986 |
-
#: class-bws-settings.php:
|
987 |
msgid ""
|
988 |
"This license key is valid, but Your license has expired. If you want to "
|
989 |
"update our plugin in future, you should extend the license."
|
@@ -991,11 +963,11 @@ msgstr ""
|
|
991 |
"Даний ліцензійний ключ дійсний, але строк вашої ліцензії витік. Якщо ви "
|
992 |
"хочете оновлювати наш плагін у майбутньому, вам слід подовжити ліцензію."
|
993 |
|
994 |
-
#: class-bws-settings.php:
|
995 |
msgid "Unfortunately, you have exceeded the number of available tries."
|
996 |
msgstr "На жаль, ви перевищили кількість допустимих спроб."
|
997 |
|
998 |
-
#: class-bws-settings.php:
|
999 |
msgid ""
|
1000 |
"Unfortunately, the Pro Trial licence was already installed to this domain. "
|
1001 |
"The Pro Trial license can be installed only once."
|
@@ -1003,17 +975,17 @@ msgstr ""
|
|
1003 |
"На жаль, Trial Pro версія плагіну уже встановлювалась на цей домен. Trial "
|
1004 |
"Pro версію можна встановлювати лише один раз."
|
1005 |
|
1006 |
-
#: class-bws-settings.php:
|
1007 |
msgid "The Pro Trial license key is valid."
|
1008 |
msgstr "Ключ тріал Pro версії вірний."
|
1009 |
|
1010 |
-
#: class-bws-settings.php:
|
1011 |
#, php-format
|
1012 |
msgid ""
|
1013 |
"In order to continue using the plugin it is necessary to buy a %s license."
|
1014 |
msgstr "Щоб продовжити користуватись плагіном, потрібно придбати %s ліцензію."
|
1015 |
|
1016 |
-
#: class-bws-settings.php:
|
1017 |
#, php-format
|
1018 |
msgid ""
|
1019 |
"Unfortunately, Your license has expired. To continue getting top-priority "
|
@@ -1022,155 +994,108 @@ msgstr ""
|
|
1022 |
"На жаль, ваша ліцензія скінчилась. Для того, щоб і надалі отримувати "
|
1023 |
"першочергову тех.підтримку і оновлення, будь ласка, продовжте ліцензію у %s."
|
1024 |
|
1025 |
-
#: class-bws-settings.php:
|
1026 |
-
#: class-bws-settings.php:1041
|
1027 |
-
msgid "Failed to download the zip archive. Please, upload the plugin manually."
|
1028 |
-
msgstr ""
|
1029 |
-
"Помилка при завантаженні zip-архіву. Будь ласка, завантажте плагін вручну."
|
1030 |
-
|
1031 |
-
#: class-bws-settings.php:1009
|
1032 |
-
msgid "Failed to open the zip archive. Please, upload the plugin manually."
|
1033 |
-
msgstr ""
|
1034 |
-
"Помилка при відкритті zip-архіву. Будь ласка, завантажте плагін вручну."
|
1035 |
-
|
1036 |
-
#: class-bws-settings.php:1015
|
1037 |
-
msgid ""
|
1038 |
-
"Your server does not support either ZipArchive or Phar. Please, upload the "
|
1039 |
-
"plugin manually."
|
1040 |
-
msgstr ""
|
1041 |
-
"Ваш сервер не підтримує формати Zip і Phar. Будь ласка, завантажте плагін "
|
1042 |
-
"вручну."
|
1043 |
-
|
1044 |
-
#: class-bws-settings.php:1022
|
1045 |
-
msgid "UploadDir is not writable. Please, upload the plugin manually."
|
1046 |
-
msgstr ""
|
1047 |
-
"Немає доступу до теки завантажень WordPress. Будь ласка, завантажте плагін "
|
1048 |
-
"вручну."
|
1049 |
-
|
1050 |
-
#: class-bws-settings.php:1082 deprecated.php:464
|
1051 |
msgid "Please, enter Your license key"
|
1052 |
msgstr "Будь ласка, впишіть ваш ліцензійний ключ"
|
1053 |
|
1054 |
-
#: class-bws-settings.php:
|
1055 |
msgid "Need Help?"
|
1056 |
msgstr "Потрібна допомога?"
|
1057 |
|
1058 |
-
#: class-bws-settings.php:
|
1059 |
msgid "Read the Instruction"
|
1060 |
msgstr "Читати інструкцію"
|
1061 |
|
1062 |
-
#: class-bws-settings.php:
|
1063 |
msgid "Watch the Video"
|
1064 |
msgstr "Дивитися відео"
|
1065 |
|
1066 |
-
#: class-bws-settings.php:
|
1067 |
msgid "Start Your Free Trial"
|
1068 |
msgstr "Використовувати безкоштовну Trial версію"
|
1069 |
|
1070 |
-
#: deactivation-form.php:
|
1071 |
msgid "Need help? We are ready to answer your questions."
|
1072 |
msgstr "Потрібна допомога? Ми готові відповісти на ваші питання."
|
1073 |
|
1074 |
-
#: deactivation-form.php:
|
1075 |
msgid "Contact Support"
|
1076 |
msgstr "Зв'язатися з тех. підтримкою"
|
1077 |
|
1078 |
-
#: deactivation-form.php:
|
1079 |
msgid "The plugin is not working"
|
1080 |
msgstr "Плагін не працює"
|
1081 |
|
1082 |
-
#: deactivation-form.php:
|
1083 |
-
msgid "Kindly share what didn't work so we can fix it in future updates..."
|
1084 |
-
msgstr ""
|
1085 |
-
"Будь ласка, повідомте, що не працює, щоб ми змогли виправити це в майбутніх "
|
1086 |
-
"оновленнях..."
|
1087 |
-
|
1088 |
-
#: deactivation-form.php:38
|
1089 |
msgid "The plugin didn't work as expected"
|
1090 |
msgstr "Плагін не працює, як очікувалося"
|
1091 |
|
1092 |
-
#: deactivation-form.php:
|
1093 |
-
msgid "What did you expect?"
|
1094 |
-
msgstr "Що саме ви очікували?"
|
1095 |
-
|
1096 |
-
#: deactivation-form.php:44
|
1097 |
msgid "The plugin suddenly stopped working"
|
1098 |
msgstr "Плагін раптово перестав працювати"
|
1099 |
|
1100 |
-
#: deactivation-form.php:
|
1101 |
msgid "The plugin broke my site"
|
1102 |
msgstr "Плагін зламав мій сайт"
|
1103 |
|
1104 |
-
#: deactivation-form.php:
|
1105 |
msgid "I couldn't understand how to get it work"
|
1106 |
msgstr "Я не можу зрозуміти, як змусити його працювати"
|
1107 |
|
1108 |
-
#: deactivation-form.php:
|
1109 |
msgid "I found a better plugin"
|
1110 |
msgstr "Я знайшов кращий плагін"
|
1111 |
|
1112 |
-
#: deactivation-form.php:
|
1113 |
-
msgid "What's the plugin name?"
|
1114 |
-
msgstr "Яка назва плагіна?"
|
1115 |
-
|
1116 |
-
#: deactivation-form.php:71
|
1117 |
msgid "The plugin is great, but I need specific feature that you don't support"
|
1118 |
msgstr "Плагін чудовий, але мені потрібен певний функціонал, якого у вас немає"
|
1119 |
|
1120 |
-
#: deactivation-form.php:
|
1121 |
-
msgid "What feature?"
|
1122 |
-
msgstr "Який функціонал?"
|
1123 |
-
|
1124 |
-
#: deactivation-form.php:77
|
1125 |
msgid "I no longer need the plugin"
|
1126 |
msgstr "Плагін мені більше не потрібен"
|
1127 |
|
1128 |
-
#: deactivation-form.php:
|
1129 |
msgid "It's a temporary deactivation, I'm just debugging an issue"
|
1130 |
msgstr "Це тимчасова деактивація, я просто відлагоджую проблему"
|
1131 |
|
1132 |
-
#: deactivation-form.php:
|
1133 |
msgid "Other"
|
1134 |
msgstr "Інше"
|
1135 |
|
1136 |
-
#: deactivation-form.php:
|
1137 |
msgid "Quick Feedback"
|
1138 |
msgstr "Швидкий відгук"
|
1139 |
|
1140 |
-
#: deactivation-form.php:
|
1141 |
msgid "If you have a moment, please let us know why you are deactivating"
|
1142 |
msgstr ""
|
1143 |
"Якщо у вас є час, будь ласка, повідомте нам, чому ви деактивуете плагін"
|
1144 |
|
1145 |
-
#: deactivation-form.php:
|
1146 |
msgid "Send website data and allow to contact me back"
|
1147 |
msgstr "Надіслати дані сайту і дозволити зв'язатися зі мною"
|
1148 |
|
1149 |
-
#: deactivation-form.php:
|
1150 |
msgid "Processing"
|
1151 |
msgstr "Обробка"
|
1152 |
|
1153 |
-
#: deactivation-form.php:
|
1154 |
msgid "Submit and Deactivate"
|
1155 |
msgstr "Надіслати і деактивувати"
|
1156 |
|
1157 |
-
#: deactivation-form.php:
|
1158 |
msgid "Please tell us the reason so we can improve it."
|
1159 |
msgstr "Будь ласка, повідомте нам причину, щоб ми могли покращити плагін."
|
1160 |
|
1161 |
-
#: deactivation-form.php:
|
1162 |
msgid "Skip and Deactivate"
|
1163 |
msgstr "Пропустити і деактивувати"
|
1164 |
|
1165 |
-
#: deprecated.php:
|
1166 |
msgid "System Status"
|
1167 |
msgstr "Системна інформація"
|
1168 |
|
1169 |
-
#: deprecated.php:
|
1170 |
-
msgid "Please, enter your license key"
|
1171 |
-
msgstr "Будь ласка, введіть ваш ліцензійний ключ"
|
1172 |
-
|
1173 |
-
#: deprecated.php:223
|
1174 |
msgid ""
|
1175 |
"If necessary, you can check if the license key is correct or reenter it in "
|
1176 |
"the field below. You can find your license key on your personal page - "
|
@@ -1181,7 +1106,7 @@ msgstr ""
|
|
1181 |
"ліцензійний ключ на вашій персональній сторінці - Client area - на нашому "
|
1182 |
"сайті"
|
1183 |
|
1184 |
-
#: deprecated.php:
|
1185 |
msgid ""
|
1186 |
"(your username is the email address specified during the purchase). If "
|
1187 |
"necessary, please submit \"Lost your password?\" request."
|
@@ -1189,102 +1114,54 @@ msgstr ""
|
|
1189 |
"(ваше ім'я користувача - це емейл, який ви вказували при купівлі). При "
|
1190 |
"необхідності, будь ласка, відправте запит на відновлення вашого паролю."
|
1191 |
|
1192 |
-
#: deprecated.php:
|
1193 |
msgid "After that, you can activate it by entering your license key."
|
1194 |
msgstr "Після цього ви зможете активувати його ввівши ліцензійний ключ."
|
1195 |
|
1196 |
-
#: deprecated.php:
|
1197 |
msgid "License key can be found in the"
|
1198 |
msgstr "Ліцензійний ключ можна знайти в"
|
1199 |
|
1200 |
-
#: deprecated.php:
|
1201 |
msgid "(your username is the email address specified during the purchase)."
|
1202 |
msgstr "(ваше ім'я користувача - це емейл, який ви вказували при купівлі)"
|
1203 |
|
1204 |
-
#: deprecated.php:
|
1205 |
msgid ""
|
1206 |
"Congratulations! The Pro license of the plugin is activated successfully."
|
1207 |
msgstr "Вітаємо! Pro версію плагіну успішно активовано."
|
1208 |
|
1209 |
-
#: deprecated.php:
|
1210 |
msgid "Please, go to"
|
1211 |
msgstr "Будь ласка, перейдіть на"
|
1212 |
|
1213 |
-
#: deprecated.php:
|
1214 |
msgid "the setting page"
|
1215 |
msgstr "сторінку установок"
|
1216 |
|
1217 |
-
#: deprecated.php:
|
1218 |
-
msgid "You will be redirected automatically in 5 seconds."
|
1219 |
-
msgstr "Вас буде перенаправлено автоматично через 5 секунд."
|
1220 |
-
|
1221 |
-
#: deprecated.php:316
|
1222 |
-
msgid "Check premium options on the plugin settings page!"
|
1223 |
-
msgstr "Подивіться преміум опції на сторінці налаштувань плагіна!"
|
1224 |
-
|
1225 |
-
#: deprecated.php:388 deprecated.php:410 deprecated.php:432
|
1226 |
-
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
1227 |
-
msgstr ""
|
1228 |
-
"Помилка при завантаженні zip-архіву. Будь ласка, завантажте плагін вручну"
|
1229 |
-
|
1230 |
-
#: deprecated.php:400
|
1231 |
-
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
1232 |
-
msgstr "Помилка при відкритті zip-архіву. Будь ласка, завантажте плагін вручну"
|
1233 |
-
|
1234 |
-
#: deprecated.php:406
|
1235 |
-
msgid ""
|
1236 |
-
"Your server does not support either ZipArchive or Phar. Please, upload the "
|
1237 |
-
"plugin manually"
|
1238 |
-
msgstr ""
|
1239 |
-
"Ваш сервер не підтримує формати Zip і Phar. Будь ласка, завантажте плагін "
|
1240 |
-
"вручну"
|
1241 |
-
|
1242 |
-
#: deprecated.php:413
|
1243 |
-
msgid "UploadDir is not writable. Please, upload the plugin manually"
|
1244 |
-
msgstr ""
|
1245 |
-
"Немає доступу до теки завантажень WordPress. Будь ласка, завантажте плагін "
|
1246 |
-
"вручну"
|
1247 |
-
|
1248 |
-
#: deprecated.php:479
|
1249 |
msgid "Restore all plugin settings to defaults"
|
1250 |
msgstr "Скинути налаштування плагіну до стандартних"
|
1251 |
|
1252 |
-
#: deprecated.php:
|
1253 |
msgid "Restore settings"
|
1254 |
msgstr "Скинути налаштування"
|
1255 |
|
1256 |
-
#: deprecated.php:
|
1257 |
-
#, php-format
|
1258 |
-
msgid "File %s edited successfully."
|
1259 |
-
msgstr "Файл %s успішно відредаговано."
|
1260 |
-
|
1261 |
-
#: deprecated.php:552 deprecated.php:579
|
1262 |
-
msgid "Not enough permissions to create or update the file"
|
1263 |
-
msgstr "У Вас недостатньо дозволів для створення або поновлення файлу"
|
1264 |
-
|
1265 |
-
#: deprecated.php:582
|
1266 |
-
msgid "Not enough permissions to create the file"
|
1267 |
-
msgstr "У Вас недостатньо дозволів для створення файлу"
|
1268 |
-
|
1269 |
-
#: deprecated.php:626
|
1270 |
-
msgid "Editing"
|
1271 |
-
msgstr "Редагування"
|
1272 |
-
|
1273 |
-
#: deprecated.php:670
|
1274 |
msgid ""
|
1275 |
"Congratulations! Pro version of the plugin is installed and activated "
|
1276 |
"successfully."
|
1277 |
msgstr "Вітаємо! Pro версію плагіну успішно завантажено та активовано."
|
1278 |
|
1279 |
-
#: deprecated.php:
|
1280 |
msgid "Show Pro features"
|
1281 |
msgstr "Показати Pro опції"
|
1282 |
|
1283 |
-
#: deprecated.php:
|
1284 |
msgid "Enter your license key to install and activate"
|
1285 |
msgstr "Введіть ліцензійний ключ для установки і активації"
|
1286 |
|
1287 |
-
#: deprecated.php:
|
1288 |
msgid "version of the plugin."
|
1289 |
msgstr "версія плагіна."
|
1290 |
|
@@ -1326,17 +1203,21 @@ msgstr "СММ"
|
|
1326 |
|
1327 |
#: product_list.php:22
|
1328 |
msgid "Best secure captcha plugin to protect your WordPress forms."
|
1329 |
-
msgstr "Кращий плагін капчі, який захистить форми вашого WordPress
|
1330 |
|
1331 |
#: product_list.php:32
|
1332 |
-
msgid "Create your personal car rental/booking and reservation website."
|
1333 |
-
msgstr "Створіть свій власний сайт прокату і резервування автомобілів."
|
1334 |
-
|
1335 |
-
#: product_list.php:42
|
1336 |
msgid "Create your own rental website for car renting and booking."
|
1337 |
msgstr "Створіть свій власний сайт прокату і резервування автомобілів."
|
1338 |
|
1339 |
-
#: product_list.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1340 |
msgid ""
|
1341 |
"Allow customers to reach you using secure contact form plugin any website "
|
1342 |
"must have."
|
@@ -1344,35 +1225,35 @@ msgstr ""
|
|
1344 |
"Надайте можливість клієнтам здійснювати зв'язок з вами через безпечний "
|
1345 |
"плагін контактної форми, який повинен мати будь-який сайт."
|
1346 |
|
1347 |
-
#: product_list.php:
|
1348 |
msgid "Add unlimited number of contact forms to WordPress website."
|
1349 |
msgstr "Додавайте необмежену кількість контактних форм на ваш сайт WordPress."
|
1350 |
|
1351 |
-
#: product_list.php:
|
1352 |
msgid "Save and manage Contact Form messages. Never lose important data."
|
1353 |
msgstr ""
|
1354 |
"Зберігайте і керуйте повідомленнями плагіну Contact Form. Ніколи не "
|
1355 |
"втрачайте важливі дані."
|
1356 |
|
1357 |
-
#: product_list.php:
|
1358 |
msgid "Add unlimited custom pages to WordPress admin dashboard."
|
1359 |
msgstr ""
|
1360 |
"Додавайте необмежену кількість користувацьких сторінок у панелі "
|
1361 |
"адміністратора WordPress."
|
1362 |
|
1363 |
-
#: product_list.php:
|
1364 |
msgid ""
|
1365 |
"Add custom post types and taxonomies to WordPress website search results."
|
1366 |
msgstr ""
|
1367 |
"Додавайте користувацькі типи постів і таксономії у результати пошуку на "
|
1368 |
"вашому сайті WordPress."
|
1369 |
|
1370 |
-
#: product_list.php:
|
1371 |
msgid "Add PayPal and 2CO donate buttons to receive charity payments."
|
1372 |
msgstr ""
|
1373 |
"Додавайте кнопки PayPal і 2CO, щоб отримувати пожертви та благодійні внески."
|
1374 |
|
1375 |
-
#: product_list.php:
|
1376 |
msgid ""
|
1377 |
"Get latest error log messages to diagnose website problems. Define and fix "
|
1378 |
"issues faster."
|
@@ -1380,7 +1261,7 @@ msgstr ""
|
|
1380 |
"Отримуйте останні повідомлення з журналу помилок для діагностики проблем "
|
1381 |
"сайту. Швидше виявляйте і усувайте проблеми."
|
1382 |
|
1383 |
-
#: product_list.php:
|
1384 |
msgid ""
|
1385 |
"Add Facebook Follow, Like, and Share buttons to WordPress posts, pages, and "
|
1386 |
"widgets."
|
@@ -1388,23 +1269,15 @@ msgstr ""
|
|
1388 |
"Додавайте кнопки Facebook \"Підписатися\", \"Подобається\" та \"Поділитися\" "
|
1389 |
"у пости, сторінки і віджети сайту WordPress."
|
1390 |
|
1391 |
-
#: product_list.php:
|
1392 |
msgid ""
|
1393 |
"Add beautiful galleries, albums & images to your WordPress website in a few "
|
1394 |
"clicks."
|
1395 |
msgstr ""
|
1396 |
-
"Додавайте мальовничі галереї,
|
1397 |
-
"всього в декілька кліків."
|
1398 |
|
1399 |
-
#: product_list.php:
|
1400 |
-
msgid ""
|
1401 |
-
"Add Google +1, Share, Follow, Hangout buttons and profile badge to WordPress "
|
1402 |
-
"posts, pages and widgets."
|
1403 |
-
msgstr ""
|
1404 |
-
"Додавайте кнопки Google \"+1\", \"Поділитися\", \"Підписатися\", \"Hangout\" "
|
1405 |
-
"і значок профілю до постів, сторінок та віджетів WordPress."
|
1406 |
-
|
1407 |
-
#: product_list.php:148
|
1408 |
msgid ""
|
1409 |
"Stronger security solution which protects your WordPress website from hacks "
|
1410 |
"and unauthorized login attempts."
|
@@ -1412,7 +1285,7 @@ msgstr ""
|
|
1412 |
"Найпотужніше рішення безпеки, яке захищає ваш сайт WordPress від зломів та "
|
1413 |
"неавторизованих спроб входу в систему."
|
1414 |
|
1415 |
-
#: product_list.php:
|
1416 |
msgid ""
|
1417 |
"Add Adsense ads to WordPress website pages, posts, custom posts, search "
|
1418 |
"results, categories, tags, and widgets."
|
@@ -1420,26 +1293,23 @@ msgstr ""
|
|
1420 |
"Додавайте рекламу сервісу Adsense на сторінки, пости, користувацькі пости, "
|
1421 |
"результати пошуку, категорії, теги і віджети сайту WordPress."
|
1422 |
|
1423 |
-
#: product_list.php:
|
1424 |
msgid "Add Google Analytics code to WordPress website and track basic stats."
|
1425 |
msgstr ""
|
1426 |
"Додавайте код Google Analytics на ваш сайт WordPress та відстежуйте базову "
|
1427 |
"статистику сайту."
|
1428 |
|
1429 |
-
#: product_list.php:
|
1430 |
-
msgid ""
|
1431 |
-
"Protect WordPress website forms from spam entries with Google Captcha "
|
1432 |
-
"(reCaptcha)."
|
1433 |
msgstr ""
|
1434 |
-
"Захищайте форми вашого сайту WordPress від спаму за допомогою
|
1435 |
-
"(reCaptcha)."
|
1436 |
|
1437 |
-
#: product_list.php:
|
1438 |
msgid "Add customized Google maps to WordPress posts, pages and widgets."
|
1439 |
msgstr ""
|
1440 |
"Додавайте користувацькі карти Google у пости, сторінки та віджети WordPress."
|
1441 |
|
1442 |
-
#: product_list.php:
|
1443 |
msgid ""
|
1444 |
"Generate and add XML sitemap to WordPress website. Help search engines index "
|
1445 |
"your blog."
|
@@ -1447,7 +1317,7 @@ msgstr ""
|
|
1447 |
"Створюйте та додавайте файли XML sitemap на ваш сайт WordPress. Допоможіть "
|
1448 |
"пошуковим системам проіндексувати ваш блог."
|
1449 |
|
1450 |
-
#: product_list.php:
|
1451 |
msgid ""
|
1452 |
"Replace external WordPress website links with Google shortlinks and track "
|
1453 |
"click stats."
|
@@ -1455,7 +1325,7 @@ msgstr ""
|
|
1455 |
"Замініть зовнішні посилання сайту WordPress на короткі посилання Google і "
|
1456 |
"відстежуйте статистику кліків."
|
1457 |
|
1458 |
-
#: product_list.php:
|
1459 |
msgid ""
|
1460 |
"Protect WordPress website – allow and deny access for certain IP addresses, "
|
1461 |
"hostnames, etc."
|
@@ -1463,7 +1333,7 @@ msgstr ""
|
|
1463 |
"Захистіть свій сайт WordPress - надавайте та забороняйте доступ з певних IP-"
|
1464 |
"адрес, імен хостів і т.д."
|
1465 |
|
1466 |
-
#: product_list.php:
|
1467 |
msgid ""
|
1468 |
"Create your personal job board and listing WordPress website. Search jobs, "
|
1469 |
"submit CV/resumes, choose candidates."
|
@@ -1472,7 +1342,7 @@ msgstr ""
|
|
1472 |
"WordPress. Здійснюйте пошук вакансій, подачу резюме/CV кандидата, вибір "
|
1473 |
"кандидатів."
|
1474 |
|
1475 |
-
#: product_list.php:
|
1476 |
msgid ""
|
1477 |
"Protect WordPress website against brute force attacks. Limit rate of login "
|
1478 |
"attempts."
|
@@ -1480,7 +1350,7 @@ msgstr ""
|
|
1480 |
"Захищайте свій сайт WordPress від брутфорс-атак. Обмежуйте кількість спроб "
|
1481 |
"введення логіна."
|
1482 |
|
1483 |
-
#: product_list.php:
|
1484 |
msgid ""
|
1485 |
"Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. "
|
1486 |
"5 plugins included – profile, insider, etc."
|
@@ -1488,7 +1358,7 @@ msgstr ""
|
|
1488 |
"Додавайте кнопки LinkedIn \"Поділитися\" та \"Відстежувати\" до постів, "
|
1489 |
"сторінок і віджетів WordPress. 5 плагінів включено - Профіль, Інсайдер і т.д."
|
1490 |
|
1491 |
-
#: product_list.php:
|
1492 |
msgid ""
|
1493 |
"Translate WordPress website content to other languages manually. Create "
|
1494 |
"multilingual pages, posts, widgets, menus, etc."
|
@@ -1496,7 +1366,7 @@ msgstr ""
|
|
1496 |
"Перекладайте вміст сайту WordPress іншими мовами вручну. Створюйте "
|
1497 |
"багатомовні сторінки, пости, віджети, меню і т.д."
|
1498 |
|
1499 |
-
#: product_list.php:
|
1500 |
msgid ""
|
1501 |
"Add customizable pagination to WordPress website. Split long content to "
|
1502 |
"multiple pages for better navigation."
|
@@ -1504,7 +1374,7 @@ msgstr ""
|
|
1504 |
"Додавайте пагінацію з можливістю налаштування на ваш сайт WordPress. "
|
1505 |
"Розбивайте об'ємний контент на декілька сторінок для кращої навігації."
|
1506 |
|
1507 |
-
#: product_list.php:
|
1508 |
msgid ""
|
1509 |
"Generate PDF files and print WordPress posts/pages. Customize document "
|
1510 |
"header/footer styles and appearance."
|
@@ -1512,7 +1382,7 @@ msgstr ""
|
|
1512 |
"Створюйте PDF-файли і друкуйте пости/сторінки сайту WordPress. Налаштовуйте "
|
1513 |
"стилі хедера/футера документа і його зовнішній вигляд."
|
1514 |
|
1515 |
-
#: product_list.php:
|
1516 |
msgid ""
|
1517 |
"Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, "
|
1518 |
"Profile) to WordPress posts, pages and widgets."
|
@@ -1520,7 +1390,7 @@ msgstr ""
|
|
1520 |
"Додавайте кнопки Pinterest \"Підписатися\", \"Зберегти\" і віджети профілю "
|
1521 |
"(Пін, Дошка, Профіль) до постів, сторінок і віджетів WordPress."
|
1522 |
|
1523 |
-
#: product_list.php:
|
1524 |
msgid ""
|
1525 |
"Create your personal portfolio WordPress website. Manage and showcase past "
|
1526 |
"projects to get more clients."
|
@@ -1528,13 +1398,13 @@ msgstr ""
|
|
1528 |
"Створюйте і додавайте портфоліо на свій сайт WordPress. Керуйте і "
|
1529 |
"демонструйте минулі проекти, щоб залучити більше клієнтів."
|
1530 |
|
1531 |
-
#: product_list.php:
|
1532 |
msgid "Export WordPress posts to CSV file format easily. Configure data order."
|
1533 |
msgstr ""
|
1534 |
"З легкістю експортуйте пости WordPress в файли формату CSV. Налаштуйте "
|
1535 |
"порядок відображення даних."
|
1536 |
|
1537 |
-
#: product_list.php:
|
1538 |
msgid ""
|
1539 |
"Add extra fields to default WordPress user profile. The easiest way to "
|
1540 |
"create and manage additional custom values."
|
@@ -1542,7 +1412,7 @@ msgstr ""
|
|
1542 |
"Додавайте користувацькі поля у стандартний профіль WordPress. Найпростіший "
|
1543 |
"спосіб створення і управління додатковими полями."
|
1544 |
|
1545 |
-
#: product_list.php:
|
1546 |
msgid ""
|
1547 |
"Add and display HTML advertisement banner on WordPress website. Customize "
|
1548 |
"bar styles and appearance."
|
@@ -1550,7 +1420,7 @@ msgstr ""
|
|
1550 |
"Додавайте відображення банерної HTML реклами на сайті WordPress. Налаштуйте "
|
1551 |
"стилі і зовнішній вигляд банеру."
|
1552 |
|
1553 |
-
#: product_list.php:
|
1554 |
msgid ""
|
1555 |
"Add customizable quotes and tips blocks to WordPress posts, pages and "
|
1556 |
"widgets."
|
@@ -1558,7 +1428,7 @@ msgstr ""
|
|
1558 |
"Додавайте редаговані цитати та підказки до постів, сторінок і віджетів "
|
1559 |
"WordPress."
|
1560 |
|
1561 |
-
#: product_list.php:
|
1562 |
msgid ""
|
1563 |
"Add rating plugin to your WordPress website to receive feedback from your "
|
1564 |
"customers."
|
@@ -1566,7 +1436,7 @@ msgstr ""
|
|
1566 |
"Додавайте систему оцінювання і рейтингу на ваш сайт WordPress і отримуйте "
|
1567 |
"відгуки від ваших клієнтів."
|
1568 |
|
1569 |
-
#: product_list.php:
|
1570 |
msgid ""
|
1571 |
"Create your personal real estate WordPress website. Sell, rent and buy "
|
1572 |
"properties. Add, search and browse listings easily."
|
@@ -1575,7 +1445,7 @@ msgstr ""
|
|
1575 |
"Продавайте, орендуйте і купуйте нерухомість. Легко додавайте, знаходьте і "
|
1576 |
"переглядайте лістинги."
|
1577 |
|
1578 |
-
#: product_list.php:
|
1579 |
msgid ""
|
1580 |
"Add related, featured, latest, and popular posts to your WordPress website. "
|
1581 |
"Connect your blog readers with a relevant content."
|
@@ -1583,7 +1453,7 @@ msgstr ""
|
|
1583 |
"Додавайте схожі, обрані, останні та популярні пости на ваш сайт WordPress. "
|
1584 |
"Надавайте своїм читачам контент схожої тематики."
|
1585 |
|
1586 |
-
#: product_list.php:
|
1587 |
msgid ""
|
1588 |
"Send bulk email messages to WordPress users. Custom templates, advanced "
|
1589 |
"settings and detailed reports."
|
@@ -1591,7 +1461,7 @@ msgstr ""
|
|
1591 |
"Здійснюйте масову розсилку листів користувачам WordPress. Користувацькі "
|
1592 |
"шаблони, додаткові налаштування і детальні звіти."
|
1593 |
|
1594 |
-
#: product_list.php:
|
1595 |
msgid ""
|
1596 |
"The best responsive slider plugin for your WordPress website. Create "
|
1597 |
"beautifully animated slides just in a few clicks."
|
@@ -1599,7 +1469,7 @@ msgstr ""
|
|
1599 |
"Найкращий адаптивний слайдер для вашого сайту WordPress. Створюйте красиво "
|
1600 |
"анімовані слайди всього в декілька кліків."
|
1601 |
|
1602 |
-
#: product_list.php:
|
1603 |
msgid ""
|
1604 |
"Configure SMTP server to receive email messages from WordPress to Gmail, "
|
1605 |
"Yahoo, Hotmail and other services."
|
@@ -1607,15 +1477,15 @@ msgstr ""
|
|
1607 |
"Налаштовуйте SMTP-сервер, щоб отримувати електронні повідомлення з сайту "
|
1608 |
"WordPress на такі поштові служби, як Gmail, Yahoo, Hotmail і багато інших."
|
1609 |
|
1610 |
-
#: product_list.php:
|
1611 |
msgid ""
|
1612 |
"Add social media buttons and widgets to WordPress posts, pages and widgets. "
|
1613 |
-
"FB, Twitter,
|
1614 |
msgstr ""
|
1615 |
"Додавайте кнопки і віджети соціальних мереж до постів, сторінок і віджетів "
|
1616 |
-
"WordPress. FB, Twitter,
|
1617 |
|
1618 |
-
#: product_list.php:
|
1619 |
msgid ""
|
1620 |
"Add social media login, registration, and commenting to your WordPress "
|
1621 |
"website."
|
@@ -1623,7 +1493,7 @@ msgstr ""
|
|
1623 |
"Додавайте на свій сайт WordPress можливість входу, реєстрації та "
|
1624 |
"коментування з використанням існуючих акаунтів соціальних мереж."
|
1625 |
|
1626 |
-
#: product_list.php:
|
1627 |
msgid ""
|
1628 |
"Add email newsletter sign up form to WordPress posts, pages and widgets. "
|
1629 |
"Collect data and subscribe your users."
|
@@ -1631,7 +1501,7 @@ msgstr ""
|
|
1631 |
"Додавайте форму підписки на розсилку новин у пости, сторінки і віджети "
|
1632 |
"WordPress. Збирайте дані і здійснюйте підписку користувачів."
|
1633 |
|
1634 |
-
#: product_list.php:
|
1635 |
msgid ""
|
1636 |
"Add testimonials and feedbacks from your customers to WordPress website "
|
1637 |
"posts, pages, and widgets."
|
@@ -1639,7 +1509,7 @@ msgstr ""
|
|
1639 |
"Додавайте рекомендації та відгуки ваших клієнтів в пости, сторінки і віджети "
|
1640 |
"сайту WordPress."
|
1641 |
|
1642 |
-
#: product_list.php:
|
1643 |
msgid ""
|
1644 |
"Best timesheet plugin for WordPress. Track employee time, streamline "
|
1645 |
"attendance and generate reports."
|
@@ -1647,7 +1517,7 @@ msgstr ""
|
|
1647 |
"Кращий плагін обліку робочого часу на сайті WordPress. Відстежуйте час "
|
1648 |
"роботи співробітників, оптимізуйте графік роботи в офісі і створюйте звіти."
|
1649 |
|
1650 |
-
#: product_list.php:
|
1651 |
msgid ""
|
1652 |
"Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts "
|
1653 |
"and pages."
|
@@ -1655,7 +1525,7 @@ msgstr ""
|
|
1655 |
"Додавайте кнопки Твіттера \"Читати\", \"Твітнути\", \"Хештеґ\" і \"Згадати\" "
|
1656 |
"до постів і сторінок WordPress."
|
1657 |
|
1658 |
-
#: product_list.php:
|
1659 |
msgid ""
|
1660 |
"Automatically check and update WordPress website core with all installed "
|
1661 |
"plugins and themes to the latest versions."
|
@@ -1663,7 +1533,7 @@ msgstr ""
|
|
1663 |
"Виконуйте автоматичну перевірку і оновлення ядра WordPress до останніх "
|
1664 |
"версій з усіма встановленими плагінами та темами."
|
1665 |
|
1666 |
-
#: product_list.php:
|
1667 |
msgid ""
|
1668 |
"Powerful user role management plugin for WordPress website. Create, edit, "
|
1669 |
"copy, and delete user roles."
|
@@ -1671,7 +1541,7 @@ msgstr ""
|
|
1671 |
"Ефективний плагін управління ролями користувачів для сайту WordPress. "
|
1672 |
"Створюйте, редагуйте, копіюйте і видаляйте ролі користувачів."
|
1673 |
|
1674 |
-
#: product_list.php:
|
1675 |
msgid ""
|
1676 |
"Display live count of online visitors who are currently browsing your "
|
1677 |
"WordPress website."
|
@@ -1679,7 +1549,7 @@ msgstr ""
|
|
1679 |
"Ведіть підрахунок кількості відвідувачів, які в даний час переглядають ваш "
|
1680 |
"сайт WordPress."
|
1681 |
|
1682 |
-
#: product_list.php:
|
1683 |
msgid ""
|
1684 |
"Backup and export Zendesk Help Center content automatically to your "
|
1685 |
"WordPress website database."
|
@@ -1687,6 +1557,108 @@ msgstr ""
|
|
1687 |
"Робіть автоматичне резервне копіювання і експорт вмісту Zendesk Help Center "
|
1688 |
"в базу даних вашого сайту WordPress."
|
1689 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1690 |
#~ msgid "Installing Plugin"
|
1691 |
#~ msgstr "Встановлення плагіну"
|
1692 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: bestwebsoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2020-03-05 15:25+0200\n"
|
6 |
+
"PO-Revision-Date: 2020-03-05 15:26+0200\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: bestwebsoft.com <https://support.bestwebsoft.com>\n"
|
9 |
"Language: uk\n"
|
13 |
"X-Poedit-KeywordsList: __;_e;esc_attr_e;sprintf;printf\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
+
"X-Generator: Poedit 2.3\n"
|
17 |
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
18 |
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
19 |
"X-Poedit-SearchPath-0: .\n"
|
68 |
msgid "Need help?"
|
69 |
msgstr "Потрібна допомога?"
|
70 |
|
71 |
+
#: bws_functions.php:104 bws_functions.php:940 class-bws-settings.php:1055
|
72 |
msgid "Visit Help Center"
|
73 |
msgstr "Перейти до Help Center"
|
74 |
|
117 |
"Строк вашої ліцензії витік. Якщо ви хочете отримувати першочергову технічну "
|
118 |
"підтримку та оновлювати плагін у майбутньому, вам слід подовжити ліцензію."
|
119 |
|
120 |
+
#: bws_functions.php:147 bws_functions.php:218
|
121 |
msgid "Learn more"
|
122 |
msgstr "Дізнатись більше"
|
123 |
|
191 |
msgid "Settings"
|
192 |
msgstr "Налаштування"
|
193 |
|
194 |
+
#: bws_functions.php:253 bws_menu.php:326 class-bws-settings.php:791
|
195 |
+
#: class-bws-settings.php:1057 class-bws-settings.php:1067 deprecated.php:234
|
196 |
msgid "or"
|
197 |
msgstr "або"
|
198 |
|
250 |
msgstr "Налаштування плагіну змінено."
|
251 |
|
252 |
#: bws_functions.php:481 class-bws-settings.php:200 class-bws-settings.php:220
|
|
|
253 |
msgid "Save Changes"
|
254 |
msgstr "Зберегти зміни"
|
255 |
|
261 |
"Ви завжди можете подивитися на преміум опції, натиснувши на кнопку \"Pro "
|
262 |
"опції\" на вкладці \"Різне\"."
|
263 |
|
264 |
+
#: bws_functions.php:671
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
265 |
msgid "Add shortcode"
|
266 |
msgstr "Додати шорткод"
|
267 |
|
268 |
+
#: bws_functions.php:671
|
269 |
msgid "Add BestWebSoft plugins' shortcodes using this button."
|
270 |
msgstr "Додайте шорткоди BestWebSoft плагінів за допомогою цієї кнопки."
|
271 |
|
272 |
+
#: bws_functions.php:756
|
273 |
msgid "Close"
|
274 |
msgstr "Закрити"
|
275 |
|
276 |
+
#: bws_functions.php:842
|
277 |
msgid "Are you sure you want to restore default settings?"
|
278 |
msgstr "Ви впевнені, що хочете скинути налаштування плагіну до стандартних?"
|
279 |
|
280 |
+
#: bws_functions.php:845
|
281 |
msgid "Yes, restore all settings"
|
282 |
msgstr "Так, скинути налаштування"
|
283 |
|
284 |
+
#: bws_functions.php:846
|
285 |
msgid "No, go back to the settings page"
|
286 |
msgstr "Ні, повернутись назад на сторінку налаштувань"
|
287 |
|
288 |
+
#: bws_functions.php:888
|
289 |
msgid "Plugin"
|
290 |
msgstr "Плагін"
|
291 |
|
292 |
+
#: bws_functions.php:897
|
293 |
msgid "Shortcode settings"
|
294 |
msgstr "Налаштування шорткоду"
|
295 |
|
296 |
+
#: bws_functions.php:902
|
297 |
msgid "The shortcode will be inserted"
|
298 |
msgstr "Буде вставлено шорткод"
|
299 |
|
300 |
+
#: bws_functions.php:945
|
301 |
msgid "FAQ"
|
302 |
msgstr "FAQ"
|
303 |
|
304 |
+
#: bws_functions.php:951
|
305 |
msgid "For more information:"
|
306 |
msgstr "Для отримання додаткової інформації:"
|
307 |
|
308 |
+
#: bws_functions.php:952 bws_menu.php:400 class-bws-settings.php:755
|
309 |
msgid "Documentation"
|
310 |
msgstr "Документація"
|
311 |
|
312 |
+
#: bws_functions.php:953 bws_menu.php:402 class-bws-settings.php:757
|
313 |
msgid "Video Instructions"
|
314 |
msgstr "Відео інструкції"
|
315 |
|
316 |
+
#: bws_functions.php:954
|
317 |
msgid "Submit a Request"
|
318 |
msgstr "Надіслати запит"
|
319 |
|
320 |
+
#: bws_menu.php:101 class-bws-settings.php:841
|
321 |
msgid "Wrong license key"
|
322 |
msgstr "Невірний ключ ліцензії"
|
323 |
|
324 |
+
#: bws_menu.php:122 class-bws-settings.php:868 class-bws-settings.php:939
|
325 |
+
#: class-bws-settings.php:977
|
|
|
326 |
msgid ""
|
327 |
"Something went wrong. Please try again later. If the error appears again, "
|
328 |
"please contact us"
|
330 |
"Щось не так, спробуйте пізніше. Якщо помилка повториться, будь ласка, "
|
331 |
"повідомте нам"
|
332 |
|
333 |
+
#: bws_menu.php:122 class-bws-settings.php:868 class-bws-settings.php:939
|
334 |
+
#: class-bws-settings.php:977
|
|
|
335 |
msgid "We are sorry for inconvenience."
|
336 |
msgstr "Просимо вибачення за незручності."
|
337 |
|
338 |
+
#: bws_menu.php:129 class-bws-settings.php:874 class-bws-settings.php:983
|
|
|
339 |
msgid "Wrong license key."
|
340 |
msgstr "Неправильний ліцензійний ключ."
|
341 |
|
350 |
msgid "Log in"
|
351 |
msgstr "Увійти"
|
352 |
|
353 |
+
#: bws_menu.php:133 bws_menu.php:332 deprecated.php:157
|
354 |
msgid "Unfortunately, you have exceeded the number of available tries per day."
|
355 |
msgstr "На жаль, ви перевищили кількість допустимих спроб."
|
356 |
|
357 |
+
#: bws_menu.php:135
|
358 |
#, php-format
|
359 |
msgid ""
|
360 |
"Unfortunately, Your license has expired. To continue getting top-priority "
|
363 |
"На жаль, ваша ліцензія скінчилась. Для того, щоб і надалі отримувати "
|
364 |
"першочергову техпідтримку і оновлення, будь ласка, продовжте ліцензію на %s"
|
365 |
|
366 |
+
#: bws_menu.php:137 class-bws-settings.php:991
|
367 |
msgid ""
|
368 |
"Unfortunately, the Pro licence was already installed to this domain. The Pro "
|
369 |
"Trial license can be installed only once."
|
371 |
"На жаль, Pro ліцензія уже використовувалась на цьому домені. Тріал Pro "
|
372 |
"версії плагіну можна використати лише один раз."
|
373 |
|
374 |
+
#: bws_menu.php:142 class-bws-settings.php:889
|
375 |
msgid "The license key is valid."
|
376 |
msgstr "Ліцензійний ключ дійсний."
|
377 |
|
378 |
+
#: bws_menu.php:144 class-bws-settings.php:893
|
379 |
msgid "Your license will expire on"
|
380 |
msgstr "Ваша ліцензія закінчується"
|
381 |
|
383 |
msgid "Congratulations! Pro Membership license is activated successfully."
|
384 |
msgstr "Вітаємо! Pro Membership ліцензія успішно активована."
|
385 |
|
386 |
+
#: bws_menu.php:153 class-bws-settings.php:1001
|
387 |
msgid ""
|
388 |
"Something went wrong. Try again later or upload the plugin manually. We are "
|
389 |
"sorry for inconvenience."
|
413 |
msgstr "Невідомо"
|
414 |
|
415 |
#: bws_menu.php:182
|
416 |
+
msgid "Mb"
|
417 |
msgstr "Мб"
|
418 |
|
419 |
#: bws_menu.php:183 bws_menu.php:184 bws_menu.php:185 bws_menu.php:189
|
550 |
msgid "Sorry, email message could not be delivered."
|
551 |
msgstr "Вибачте, ваше емейл не може бути доставлено"
|
552 |
|
553 |
+
#: bws_menu.php:305 bws_menu.php:309 bws_menu.php:358 deprecated.php:26
|
554 |
msgid "Plugins"
|
555 |
msgstr "Плагіни"
|
556 |
|
557 |
+
#: bws_menu.php:306 bws_menu.php:310 bws_menu.php:586 deprecated.php:27
|
558 |
msgid "Themes"
|
559 |
msgstr "Теми"
|
560 |
|
579 |
msgid "Subscribe to Pro Membership"
|
580 |
msgstr "Підписатися на Pro Membership"
|
581 |
|
582 |
+
#: bws_menu.php:334 bws_menu.php:345 class-bws-settings.php:804
|
583 |
+
#: deprecated.php:123
|
584 |
msgid "Check license key"
|
585 |
msgstr "Перевірте ліцензійний ключ"
|
586 |
|
589 |
msgstr "Ваш ліцензійний ключ"
|
590 |
|
591 |
#: bws_menu.php:343 bws_menu.php:538 bws_menu.php:547
|
592 |
+
#: class-bws-settings.php:783 deprecated.php:155 deprecated.php:163
|
593 |
+
#: deprecated.php:240 deprecated.php:249
|
594 |
msgid "Activate"
|
595 |
msgstr "Активувати"
|
596 |
|
627 |
msgid "Download Pro Plugin"
|
628 |
msgstr "Завантажити Pro плагін"
|
629 |
|
630 |
+
#: bws_menu.php:384 class-bws-settings.php:738
|
631 |
msgid "Your Pro plugin is ready"
|
632 |
msgstr "Ваш Pro плагін готовий"
|
633 |
|
634 |
+
#: bws_menu.php:386 class-bws-settings.php:740
|
635 |
msgid "Your plugin has been zipped, and now is ready to download."
|
636 |
msgstr "Ваш плагін був спакованний і тепер готовий до завантаження."
|
637 |
|
638 |
+
#: bws_menu.php:389 class-bws-settings.php:743
|
639 |
msgid "Download Now"
|
640 |
msgstr "Завантажити Зараз"
|
641 |
|
642 |
+
#: bws_menu.php:393 class-bws-settings.php:747
|
643 |
msgid "Need help installing the plugin?"
|
644 |
msgstr "Потрібна допомога в установці плагіна?"
|
645 |
|
646 |
+
#: bws_menu.php:395 class-bws-settings.php:749
|
647 |
msgid "How to install WordPress plugin from your admin Dashboard (ZIP archive)"
|
648 |
msgstr ""
|
649 |
"Як встановити WordPress плагін з вашої панелі адміністратора (ZIP архів)"
|
650 |
|
651 |
+
#: bws_menu.php:398 class-bws-settings.php:753
|
652 |
msgid "Get Started"
|
653 |
msgstr "Розпочнемо"
|
654 |
|
655 |
+
#: bws_menu.php:404 class-bws-settings.php:759
|
656 |
msgid "Knowledge Base"
|
657 |
msgstr "База знань"
|
658 |
|
713 |
msgid "Get Pro"
|
714 |
msgstr "Отримати Pro"
|
715 |
|
716 |
+
#: bws_menu.php:524 class-bws-settings.php:174 class-bws-settings.php:1064
|
717 |
msgid "Upgrade to Pro"
|
718 |
msgstr "Оновити до Pro"
|
719 |
|
804 |
msgid "Custom Code"
|
805 |
msgstr "Користувацький код"
|
806 |
|
807 |
+
#: class-bws-settings.php:446
|
808 |
msgid "You do not have sufficient permissions to edit plugins for this site."
|
809 |
msgstr "У вас недостатньо повноважень для редагування плагінів цього сайту."
|
810 |
|
811 |
+
#: class-bws-settings.php:451
|
812 |
msgid "These styles will be added to the header on all pages of your site."
|
813 |
msgstr "Ці стилі будуть додані в заголовок на всіх сторінках вашого сайту."
|
814 |
|
815 |
+
#: class-bws-settings.php:454
|
816 |
#, php-format
|
817 |
msgid ""
|
818 |
"This PHP code will be hooked to the %s action and will be printed on front "
|
824 |
msgid "These code will be added to the header on all pages of your site."
|
825 |
msgstr "Цей код буде додано в заголовок на всіх сторінках вашого сайту."
|
826 |
|
827 |
+
#: class-bws-settings.php:465
|
828 |
#, php-format
|
829 |
msgid ""
|
830 |
"You need to make this files writable before you can save your changes. See "
|
833 |
"Вам потрібно зробити цей файл доступним для запису, перед тим як ви зможете "
|
834 |
"зберегти свої зміни. Перегляньте %sКодекс%s для додаткової інформації."
|
835 |
|
836 |
+
#: class-bws-settings.php:475
|
837 |
msgid "Browsing"
|
838 |
msgstr "Огляд"
|
839 |
|
842 |
msgid "Activate custom %s code."
|
843 |
msgstr "Активувати користувацький %s код."
|
844 |
|
845 |
+
#: class-bws-settings.php:488
|
846 |
#, php-format
|
847 |
msgid "Learn more about %s"
|
848 |
msgstr "Дізнатись більше про %s"
|
903 |
msgid "Import / Export"
|
904 |
msgstr "Імпорт / Експорт"
|
905 |
|
906 |
+
#: class-bws-settings.php:723
|
907 |
msgid "License Key"
|
908 |
msgstr "Ключ ліцензії"
|
909 |
|
910 |
+
#: class-bws-settings.php:785
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
911 |
#, php-format
|
912 |
msgid "Enter your license key to activate %s and get premium plugin features."
|
913 |
msgstr ""
|
914 |
"Введіть ліцензійний ключ для активації %s і отримання додаткових можливостей "
|
915 |
"плагіна."
|
916 |
|
917 |
+
#: class-bws-settings.php:788 class-bws-settings.php:987 deprecated.php:243
|
|
|
918 |
msgid ""
|
919 |
"Unfortunately, you have exceeded the number of available tries per day. "
|
920 |
"Please, upload the plugin manually."
|
922 |
"На жаль, ви перевищили кількість доступних спроб на день. Будь ласка, "
|
923 |
"завантажте плагін вручну"
|
924 |
|
925 |
+
#: class-bws-settings.php:791 deprecated.php:234
|
926 |
#, php-format
|
927 |
msgid "Start Your Free %s-Day Trial Now"
|
928 |
msgstr "Спробуйте %s-денну Trial версію безкоштовно"
|
929 |
|
930 |
+
#: class-bws-settings.php:806
|
931 |
msgid ""
|
932 |
"If necessary, you can check if the license key is correct or reenter it in "
|
933 |
"the field below."
|
934 |
msgstr ""
|
935 |
"При необхідності ви можете перевірити правильність вашого ліцензійного ключа "
|
936 |
+
"або знову ввести його у полі, що знаходиться вище."
|
937 |
|
938 |
+
#: class-bws-settings.php:815
|
939 |
msgid "Manage License Settings"
|
940 |
msgstr "Управління налаштуваннями ліцензій"
|
941 |
|
942 |
+
#: class-bws-settings.php:817
|
943 |
msgid "Login to Client Area"
|
944 |
msgstr "Зайти в Client Area"
|
945 |
|
946 |
+
#: class-bws-settings.php:819
|
947 |
msgid ""
|
948 |
"Manage active licenses, download BWS products, and view your payment history "
|
949 |
"using BestWebSoft Client Area."
|
951 |
"Керуй активними ліцензіями, завантажуй BWS продукти, а також переглядай "
|
952 |
"історію платежів за допомогою BestWebSoft Client Area."
|
953 |
|
954 |
+
#: class-bws-settings.php:876 class-bws-settings.php:985
|
|
|
955 |
msgid "This license key is bound to another site."
|
956 |
msgstr "Цей ліцензійний ключ прив'язано до іншого сайту."
|
957 |
|
958 |
+
#: class-bws-settings.php:878
|
959 |
msgid ""
|
960 |
"This license key is valid, but Your license has expired. If you want to "
|
961 |
"update our plugin in future, you should extend the license."
|
963 |
"Даний ліцензійний ключ дійсний, але строк вашої ліцензії витік. Якщо ви "
|
964 |
"хочете оновлювати наш плагін у майбутньому, вам слід подовжити ліцензію."
|
965 |
|
966 |
+
#: class-bws-settings.php:880
|
967 |
msgid "Unfortunately, you have exceeded the number of available tries."
|
968 |
msgstr "На жаль, ви перевищили кількість допустимих спроб."
|
969 |
|
970 |
+
#: class-bws-settings.php:882
|
971 |
msgid ""
|
972 |
"Unfortunately, the Pro Trial licence was already installed to this domain. "
|
973 |
"The Pro Trial license can be installed only once."
|
975 |
"На жаль, Trial Pro версія плагіну уже встановлювалась на цей домен. Trial "
|
976 |
"Pro версію можна встановлювати лише один раз."
|
977 |
|
978 |
+
#: class-bws-settings.php:887
|
979 |
msgid "The Pro Trial license key is valid."
|
980 |
msgstr "Ключ тріал Pro версії вірний."
|
981 |
|
982 |
+
#: class-bws-settings.php:897 deprecated.php:142
|
983 |
#, php-format
|
984 |
msgid ""
|
985 |
"In order to continue using the plugin it is necessary to buy a %s license."
|
986 |
msgstr "Щоб продовжити користуватись плагіном, потрібно придбати %s ліцензію."
|
987 |
|
988 |
+
#: class-bws-settings.php:989
|
989 |
#, php-format
|
990 |
msgid ""
|
991 |
"Unfortunately, Your license has expired. To continue getting top-priority "
|
994 |
"На жаль, ваша ліцензія скінчилась. Для того, щоб і надалі отримувати "
|
995 |
"першочергову тех.підтримку і оновлення, будь ласка, продовжте ліцензію у %s."
|
996 |
|
997 |
+
#: class-bws-settings.php:1038
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
998 |
msgid "Please, enter Your license key"
|
999 |
msgstr "Будь ласка, впишіть ваш ліцензійний ключ"
|
1000 |
|
1001 |
+
#: class-bws-settings.php:1051
|
1002 |
msgid "Need Help?"
|
1003 |
msgstr "Потрібна допомога?"
|
1004 |
|
1005 |
+
#: class-bws-settings.php:1053
|
1006 |
msgid "Read the Instruction"
|
1007 |
msgstr "Читати інструкцію"
|
1008 |
|
1009 |
+
#: class-bws-settings.php:1057
|
1010 |
msgid "Watch the Video"
|
1011 |
msgstr "Дивитися відео"
|
1012 |
|
1013 |
+
#: class-bws-settings.php:1068
|
1014 |
msgid "Start Your Free Trial"
|
1015 |
msgstr "Використовувати безкоштовну Trial версію"
|
1016 |
|
1017 |
+
#: deactivation-form.php:22
|
1018 |
msgid "Need help? We are ready to answer your questions."
|
1019 |
msgstr "Потрібна допомога? Ми готові відповісти на ваші питання."
|
1020 |
|
1021 |
+
#: deactivation-form.php:22
|
1022 |
msgid "Contact Support"
|
1023 |
msgstr "Зв'язатися з тех. підтримкою"
|
1024 |
|
1025 |
+
#: deactivation-form.php:27
|
1026 |
msgid "The plugin is not working"
|
1027 |
msgstr "Плагін не працює"
|
1028 |
|
1029 |
+
#: deactivation-form.php:33
|
|
|
|
|
|
|
|
|
|
|
|
|
1030 |
msgid "The plugin didn't work as expected"
|
1031 |
msgstr "Плагін не працює, як очікувалося"
|
1032 |
|
1033 |
+
#: deactivation-form.php:39
|
|
|
|
|
|
|
|
|
1034 |
msgid "The plugin suddenly stopped working"
|
1035 |
msgstr "Плагін раптово перестав працювати"
|
1036 |
|
1037 |
+
#: deactivation-form.php:46
|
1038 |
msgid "The plugin broke my site"
|
1039 |
msgstr "Плагін зламав мій сайт"
|
1040 |
|
1041 |
+
#: deactivation-form.php:53
|
1042 |
msgid "I couldn't understand how to get it work"
|
1043 |
msgstr "Я не можу зрозуміти, як змусити його працювати"
|
1044 |
|
1045 |
+
#: deactivation-form.php:60
|
1046 |
msgid "I found a better plugin"
|
1047 |
msgstr "Я знайшов кращий плагін"
|
1048 |
|
1049 |
+
#: deactivation-form.php:66
|
|
|
|
|
|
|
|
|
1050 |
msgid "The plugin is great, but I need specific feature that you don't support"
|
1051 |
msgstr "Плагін чудовий, але мені потрібен певний функціонал, якого у вас немає"
|
1052 |
|
1053 |
+
#: deactivation-form.php:72
|
|
|
|
|
|
|
|
|
1054 |
msgid "I no longer need the plugin"
|
1055 |
msgstr "Плагін мені більше не потрібен"
|
1056 |
|
1057 |
+
#: deactivation-form.php:78
|
1058 |
msgid "It's a temporary deactivation, I'm just debugging an issue"
|
1059 |
msgstr "Це тимчасова деактивація, я просто відлагоджую проблему"
|
1060 |
|
1061 |
+
#: deactivation-form.php:84
|
1062 |
msgid "Other"
|
1063 |
msgstr "Інше"
|
1064 |
|
1065 |
+
#: deactivation-form.php:93
|
1066 |
msgid "Quick Feedback"
|
1067 |
msgstr "Швидкий відгук"
|
1068 |
|
1069 |
+
#: deactivation-form.php:95
|
1070 |
msgid "If you have a moment, please let us know why you are deactivating"
|
1071 |
msgstr ""
|
1072 |
"Якщо у вас є час, будь ласка, повідомте нам, чому ви деактивуете плагін"
|
1073 |
|
1074 |
+
#: deactivation-form.php:120
|
1075 |
msgid "Send website data and allow to contact me back"
|
1076 |
msgstr "Надіслати дані сайту і дозволити зв'язатися зі мною"
|
1077 |
|
1078 |
+
#: deactivation-form.php:225
|
1079 |
msgid "Processing"
|
1080 |
msgstr "Обробка"
|
1081 |
|
1082 |
+
#: deactivation-form.php:254
|
1083 |
msgid "Submit and Deactivate"
|
1084 |
msgstr "Надіслати і деактивувати"
|
1085 |
|
1086 |
+
#: deactivation-form.php:269
|
1087 |
msgid "Please tell us the reason so we can improve it."
|
1088 |
msgstr "Будь ласка, повідомте нам причину, щоб ми могли покращити плагін."
|
1089 |
|
1090 |
+
#: deactivation-form.php:334
|
1091 |
msgid "Skip and Deactivate"
|
1092 |
msgstr "Пропустити і деактивувати"
|
1093 |
|
1094 |
+
#: deprecated.php:28
|
1095 |
msgid "System Status"
|
1096 |
msgstr "Системна інформація"
|
1097 |
|
1098 |
+
#: deprecated.php:119
|
|
|
|
|
|
|
|
|
1099 |
msgid ""
|
1100 |
"If necessary, you can check if the license key is correct or reenter it in "
|
1101 |
"the field below. You can find your license key on your personal page - "
|
1106 |
"ліцензійний ключ на вашій персональній сторінці - Client area - на нашому "
|
1107 |
"сайті"
|
1108 |
|
1109 |
+
#: deprecated.php:119
|
1110 |
msgid ""
|
1111 |
"(your username is the email address specified during the purchase). If "
|
1112 |
"necessary, please submit \"Lost your password?\" request."
|
1114 |
"(ваше ім'я користувача - це емейл, який ви вказували при купівлі). При "
|
1115 |
"необхідності, будь ласка, відправте запит на відновлення вашого паролю."
|
1116 |
|
1117 |
+
#: deprecated.php:142
|
1118 |
msgid "After that, you can activate it by entering your license key."
|
1119 |
msgstr "Після цього ви зможете активувати його ввівши ліцензійний ключ."
|
1120 |
|
1121 |
+
#: deprecated.php:145 deprecated.php:228
|
1122 |
msgid "License key can be found in the"
|
1123 |
msgstr "Ліцензійний ключ можна знайти в"
|
1124 |
|
1125 |
+
#: deprecated.php:147 deprecated.php:230
|
1126 |
msgid "(your username is the email address specified during the purchase)."
|
1127 |
msgstr "(ваше ім'я користувача - це емейл, який ви вказували при купівлі)"
|
1128 |
|
1129 |
+
#: deprecated.php:170
|
1130 |
msgid ""
|
1131 |
"Congratulations! The Pro license of the plugin is activated successfully."
|
1132 |
msgstr "Вітаємо! Pro версію плагіну успішно активовано."
|
1133 |
|
1134 |
+
#: deprecated.php:172 deprecated.php:210
|
1135 |
msgid "Please, go to"
|
1136 |
msgstr "Будь ласка, перейдіть на"
|
1137 |
|
1138 |
+
#: deprecated.php:172 deprecated.php:210
|
1139 |
msgid "the setting page"
|
1140 |
msgstr "сторінку установок"
|
1141 |
|
1142 |
+
#: deprecated.php:187
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1143 |
msgid "Restore all plugin settings to defaults"
|
1144 |
msgstr "Скинути налаштування плагіну до стандартних"
|
1145 |
|
1146 |
+
#: deprecated.php:189
|
1147 |
msgid "Restore settings"
|
1148 |
msgstr "Скинути налаштування"
|
1149 |
|
1150 |
+
#: deprecated.php:208
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1151 |
msgid ""
|
1152 |
"Congratulations! Pro version of the plugin is installed and activated "
|
1153 |
"successfully."
|
1154 |
msgstr "Вітаємо! Pro версію плагіну успішно завантажено та активовано."
|
1155 |
|
1156 |
+
#: deprecated.php:217
|
1157 |
msgid "Show Pro features"
|
1158 |
msgstr "Показати Pro опції"
|
1159 |
|
1160 |
+
#: deprecated.php:224
|
1161 |
msgid "Enter your license key to install and activate"
|
1162 |
msgstr "Введіть ліцензійний ключ для установки і активації"
|
1163 |
|
1164 |
+
#: deprecated.php:226
|
1165 |
msgid "version of the plugin."
|
1166 |
msgstr "версія плагіна."
|
1167 |
|
1203 |
|
1204 |
#: product_list.php:22
|
1205 |
msgid "Best secure captcha plugin to protect your WordPress forms."
|
1206 |
+
msgstr "Кращий плагін капчі, який захистить форми вашого сайту WordPress."
|
1207 |
|
1208 |
#: product_list.php:32
|
|
|
|
|
|
|
|
|
1209 |
msgid "Create your own rental website for car renting and booking."
|
1210 |
msgstr "Створіть свій власний сайт прокату і резервування автомобілів."
|
1211 |
|
1212 |
+
#: product_list.php:44
|
1213 |
+
msgid ""
|
1214 |
+
"Add columns with custom content to WordPress website pages, posts, widgets, "
|
1215 |
+
"etc."
|
1216 |
+
msgstr ""
|
1217 |
+
"Додайте стовпці з користувачим вмістом на сторінки веб-сайту WordPress, "
|
1218 |
+
"повідомлення, віджети тощо."
|
1219 |
+
|
1220 |
+
#: product_list.php:51
|
1221 |
msgid ""
|
1222 |
"Allow customers to reach you using secure contact form plugin any website "
|
1223 |
"must have."
|
1225 |
"Надайте можливість клієнтам здійснювати зв'язок з вами через безпечний "
|
1226 |
"плагін контактної форми, який повинен мати будь-який сайт."
|
1227 |
|
1228 |
+
#: product_list.php:61
|
1229 |
msgid "Add unlimited number of contact forms to WordPress website."
|
1230 |
msgstr "Додавайте необмежену кількість контактних форм на ваш сайт WordPress."
|
1231 |
|
1232 |
+
#: product_list.php:71
|
1233 |
msgid "Save and manage Contact Form messages. Never lose important data."
|
1234 |
msgstr ""
|
1235 |
"Зберігайте і керуйте повідомленнями плагіну Contact Form. Ніколи не "
|
1236 |
"втрачайте важливі дані."
|
1237 |
|
1238 |
+
#: product_list.php:81
|
1239 |
msgid "Add unlimited custom pages to WordPress admin dashboard."
|
1240 |
msgstr ""
|
1241 |
"Додавайте необмежену кількість користувацьких сторінок у панелі "
|
1242 |
"адміністратора WordPress."
|
1243 |
|
1244 |
+
#: product_list.php:91
|
1245 |
msgid ""
|
1246 |
"Add custom post types and taxonomies to WordPress website search results."
|
1247 |
msgstr ""
|
1248 |
"Додавайте користувацькі типи постів і таксономії у результати пошуку на "
|
1249 |
"вашому сайті WordPress."
|
1250 |
|
1251 |
+
#: product_list.php:101
|
1252 |
msgid "Add PayPal and 2CO donate buttons to receive charity payments."
|
1253 |
msgstr ""
|
1254 |
"Додавайте кнопки PayPal і 2CO, щоб отримувати пожертви та благодійні внески."
|
1255 |
|
1256 |
+
#: product_list.php:108
|
1257 |
msgid ""
|
1258 |
"Get latest error log messages to diagnose website problems. Define and fix "
|
1259 |
"issues faster."
|
1261 |
"Отримуйте останні повідомлення з журналу помилок для діагностики проблем "
|
1262 |
"сайту. Швидше виявляйте і усувайте проблеми."
|
1263 |
|
1264 |
+
#: product_list.php:115
|
1265 |
msgid ""
|
1266 |
"Add Facebook Follow, Like, and Share buttons to WordPress posts, pages, and "
|
1267 |
"widgets."
|
1269 |
"Додавайте кнопки Facebook \"Підписатися\", \"Подобається\" та \"Поділитися\" "
|
1270 |
"у пости, сторінки і віджети сайту WordPress."
|
1271 |
|
1272 |
+
#: product_list.php:125
|
1273 |
msgid ""
|
1274 |
"Add beautiful galleries, albums & images to your WordPress website in a few "
|
1275 |
"clicks."
|
1276 |
msgstr ""
|
1277 |
+
"Додавайте мальовничі галереї, альбоми, зображення та категорії галереї на "
|
1278 |
+
"ваш сайт WordPress всього в декілька кліків."
|
1279 |
|
1280 |
+
#: product_list.php:135
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1281 |
msgid ""
|
1282 |
"Stronger security solution which protects your WordPress website from hacks "
|
1283 |
"and unauthorized login attempts."
|
1285 |
"Найпотужніше рішення безпеки, яке захищає ваш сайт WordPress від зломів та "
|
1286 |
"неавторизованих спроб входу в систему."
|
1287 |
|
1288 |
+
#: product_list.php:145
|
1289 |
msgid ""
|
1290 |
"Add Adsense ads to WordPress website pages, posts, custom posts, search "
|
1291 |
"results, categories, tags, and widgets."
|
1293 |
"Додавайте рекламу сервісу Adsense на сторінки, пости, користувацькі пости, "
|
1294 |
"результати пошуку, категорії, теги і віджети сайту WordPress."
|
1295 |
|
1296 |
+
#: product_list.php:155
|
1297 |
msgid "Add Google Analytics code to WordPress website and track basic stats."
|
1298 |
msgstr ""
|
1299 |
"Додавайте код Google Analytics на ваш сайт WordPress та відстежуйте базову "
|
1300 |
"статистику сайту."
|
1301 |
|
1302 |
+
#: product_list.php:165
|
1303 |
+
msgid "Protect WordPress website forms from spam entries with reCaptcha."
|
|
|
|
|
1304 |
msgstr ""
|
1305 |
+
"Захищайте форми вашого сайту WordPress від спаму за допомогою reCaptcha."
|
|
|
1306 |
|
1307 |
+
#: product_list.php:175
|
1308 |
msgid "Add customized Google maps to WordPress posts, pages and widgets."
|
1309 |
msgstr ""
|
1310 |
"Додавайте користувацькі карти Google у пости, сторінки та віджети WordPress."
|
1311 |
|
1312 |
+
#: product_list.php:185
|
1313 |
msgid ""
|
1314 |
"Generate and add XML sitemap to WordPress website. Help search engines index "
|
1315 |
"your blog."
|
1317 |
"Створюйте та додавайте файли XML sitemap на ваш сайт WordPress. Допоможіть "
|
1318 |
"пошуковим системам проіндексувати ваш блог."
|
1319 |
|
1320 |
+
#: product_list.php:195
|
1321 |
msgid ""
|
1322 |
"Replace external WordPress website links with Google shortlinks and track "
|
1323 |
"click stats."
|
1325 |
"Замініть зовнішні посилання сайту WordPress на короткі посилання Google і "
|
1326 |
"відстежуйте статистику кліків."
|
1327 |
|
1328 |
+
#: product_list.php:202
|
1329 |
msgid ""
|
1330 |
"Protect WordPress website – allow and deny access for certain IP addresses, "
|
1331 |
"hostnames, etc."
|
1333 |
"Захистіть свій сайт WordPress - надавайте та забороняйте доступ з певних IP-"
|
1334 |
"адрес, імен хостів і т.д."
|
1335 |
|
1336 |
+
#: product_list.php:212
|
1337 |
msgid ""
|
1338 |
"Create your personal job board and listing WordPress website. Search jobs, "
|
1339 |
"submit CV/resumes, choose candidates."
|
1342 |
"WordPress. Здійснюйте пошук вакансій, подачу резюме/CV кандидата, вибір "
|
1343 |
"кандидатів."
|
1344 |
|
1345 |
+
#: product_list.php:219
|
1346 |
msgid ""
|
1347 |
"Protect WordPress website against brute force attacks. Limit rate of login "
|
1348 |
"attempts."
|
1350 |
"Захищайте свій сайт WordPress від брутфорс-атак. Обмежуйте кількість спроб "
|
1351 |
"введення логіна."
|
1352 |
|
1353 |
+
#: product_list.php:229
|
1354 |
msgid ""
|
1355 |
"Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. "
|
1356 |
"5 plugins included – profile, insider, etc."
|
1358 |
"Додавайте кнопки LinkedIn \"Поділитися\" та \"Відстежувати\" до постів, "
|
1359 |
"сторінок і віджетів WordPress. 5 плагінів включено - Профіль, Інсайдер і т.д."
|
1360 |
|
1361 |
+
#: product_list.php:239
|
1362 |
msgid ""
|
1363 |
"Translate WordPress website content to other languages manually. Create "
|
1364 |
"multilingual pages, posts, widgets, menus, etc."
|
1366 |
"Перекладайте вміст сайту WordPress іншими мовами вручну. Створюйте "
|
1367 |
"багатомовні сторінки, пости, віджети, меню і т.д."
|
1368 |
|
1369 |
+
#: product_list.php:249
|
1370 |
msgid ""
|
1371 |
"Add customizable pagination to WordPress website. Split long content to "
|
1372 |
"multiple pages for better navigation."
|
1374 |
"Додавайте пагінацію з можливістю налаштування на ваш сайт WordPress. "
|
1375 |
"Розбивайте об'ємний контент на декілька сторінок для кращої навігації."
|
1376 |
|
1377 |
+
#: product_list.php:259
|
1378 |
msgid ""
|
1379 |
"Generate PDF files and print WordPress posts/pages. Customize document "
|
1380 |
"header/footer styles and appearance."
|
1382 |
"Створюйте PDF-файли і друкуйте пости/сторінки сайту WordPress. Налаштовуйте "
|
1383 |
"стилі хедера/футера документа і його зовнішній вигляд."
|
1384 |
|
1385 |
+
#: product_list.php:269
|
1386 |
msgid ""
|
1387 |
"Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, "
|
1388 |
"Profile) to WordPress posts, pages and widgets."
|
1390 |
"Додавайте кнопки Pinterest \"Підписатися\", \"Зберегти\" і віджети профілю "
|
1391 |
"(Пін, Дошка, Профіль) до постів, сторінок і віджетів WordPress."
|
1392 |
|
1393 |
+
#: product_list.php:279
|
1394 |
msgid ""
|
1395 |
"Create your personal portfolio WordPress website. Manage and showcase past "
|
1396 |
"projects to get more clients."
|
1398 |
"Створюйте і додавайте портфоліо на свій сайт WordPress. Керуйте і "
|
1399 |
"демонструйте минулі проекти, щоб залучити більше клієнтів."
|
1400 |
|
1401 |
+
#: product_list.php:289
|
1402 |
msgid "Export WordPress posts to CSV file format easily. Configure data order."
|
1403 |
msgstr ""
|
1404 |
"З легкістю експортуйте пости WordPress в файли формату CSV. Налаштуйте "
|
1405 |
"порядок відображення даних."
|
1406 |
|
1407 |
+
#: product_list.php:299
|
1408 |
msgid ""
|
1409 |
"Add extra fields to default WordPress user profile. The easiest way to "
|
1410 |
"create and manage additional custom values."
|
1412 |
"Додавайте користувацькі поля у стандартний профіль WordPress. Найпростіший "
|
1413 |
"спосіб створення і управління додатковими полями."
|
1414 |
|
1415 |
+
#: product_list.php:309
|
1416 |
msgid ""
|
1417 |
"Add and display HTML advertisement banner on WordPress website. Customize "
|
1418 |
"bar styles and appearance."
|
1420 |
"Додавайте відображення банерної HTML реклами на сайті WordPress. Налаштуйте "
|
1421 |
"стилі і зовнішній вигляд банеру."
|
1422 |
|
1423 |
+
#: product_list.php:319
|
1424 |
msgid ""
|
1425 |
"Add customizable quotes and tips blocks to WordPress posts, pages and "
|
1426 |
"widgets."
|
1428 |
"Додавайте редаговані цитати та підказки до постів, сторінок і віджетів "
|
1429 |
"WordPress."
|
1430 |
|
1431 |
+
#: product_list.php:326
|
1432 |
msgid ""
|
1433 |
"Add rating plugin to your WordPress website to receive feedback from your "
|
1434 |
"customers."
|
1436 |
"Додавайте систему оцінювання і рейтингу на ваш сайт WordPress і отримуйте "
|
1437 |
"відгуки від ваших клієнтів."
|
1438 |
|
1439 |
+
#: product_list.php:336
|
1440 |
msgid ""
|
1441 |
"Create your personal real estate WordPress website. Sell, rent and buy "
|
1442 |
"properties. Add, search and browse listings easily."
|
1445 |
"Продавайте, орендуйте і купуйте нерухомість. Легко додавайте, знаходьте і "
|
1446 |
"переглядайте лістинги."
|
1447 |
|
1448 |
+
#: product_list.php:346
|
1449 |
msgid ""
|
1450 |
"Add related, featured, latest, and popular posts to your WordPress website. "
|
1451 |
"Connect your blog readers with a relevant content."
|
1453 |
"Додавайте схожі, обрані, останні та популярні пости на ваш сайт WordPress. "
|
1454 |
"Надавайте своїм читачам контент схожої тематики."
|
1455 |
|
1456 |
+
#: product_list.php:353
|
1457 |
msgid ""
|
1458 |
"Send bulk email messages to WordPress users. Custom templates, advanced "
|
1459 |
"settings and detailed reports."
|
1461 |
"Здійснюйте масову розсилку листів користувачам WordPress. Користувацькі "
|
1462 |
"шаблони, додаткові налаштування і детальні звіти."
|
1463 |
|
1464 |
+
#: product_list.php:363
|
1465 |
msgid ""
|
1466 |
"The best responsive slider plugin for your WordPress website. Create "
|
1467 |
"beautifully animated slides just in a few clicks."
|
1469 |
"Найкращий адаптивний слайдер для вашого сайту WordPress. Створюйте красиво "
|
1470 |
"анімовані слайди всього в декілька кліків."
|
1471 |
|
1472 |
+
#: product_list.php:370
|
1473 |
msgid ""
|
1474 |
"Configure SMTP server to receive email messages from WordPress to Gmail, "
|
1475 |
"Yahoo, Hotmail and other services."
|
1477 |
"Налаштовуйте SMTP-сервер, щоб отримувати електронні повідомлення з сайту "
|
1478 |
"WordPress на такі поштові служби, як Gmail, Yahoo, Hotmail і багато інших."
|
1479 |
|
1480 |
+
#: product_list.php:377
|
1481 |
msgid ""
|
1482 |
"Add social media buttons and widgets to WordPress posts, pages and widgets. "
|
1483 |
+
"FB, Twitter, Pinterest, LinkedIn."
|
1484 |
msgstr ""
|
1485 |
"Додавайте кнопки і віджети соціальних мереж до постів, сторінок і віджетів "
|
1486 |
+
"WordPress. FB, Twitter, Pinterest, LinkedIn."
|
1487 |
|
1488 |
+
#: product_list.php:387
|
1489 |
msgid ""
|
1490 |
"Add social media login, registration, and commenting to your WordPress "
|
1491 |
"website."
|
1493 |
"Додавайте на свій сайт WordPress можливість входу, реєстрації та "
|
1494 |
"коментування з використанням існуючих акаунтів соціальних мереж."
|
1495 |
|
1496 |
+
#: product_list.php:394
|
1497 |
msgid ""
|
1498 |
"Add email newsletter sign up form to WordPress posts, pages and widgets. "
|
1499 |
"Collect data and subscribe your users."
|
1501 |
"Додавайте форму підписки на розсилку новин у пости, сторінки і віджети "
|
1502 |
"WordPress. Збирайте дані і здійснюйте підписку користувачів."
|
1503 |
|
1504 |
+
#: product_list.php:404
|
1505 |
msgid ""
|
1506 |
"Add testimonials and feedbacks from your customers to WordPress website "
|
1507 |
"posts, pages, and widgets."
|
1509 |
"Додавайте рекомендації та відгуки ваших клієнтів в пости, сторінки і віджети "
|
1510 |
"сайту WordPress."
|
1511 |
|
1512 |
+
#: product_list.php:411
|
1513 |
msgid ""
|
1514 |
"Best timesheet plugin for WordPress. Track employee time, streamline "
|
1515 |
"attendance and generate reports."
|
1517 |
"Кращий плагін обліку робочого часу на сайті WordPress. Відстежуйте час "
|
1518 |
"роботи співробітників, оптимізуйте графік роботи в офісі і створюйте звіти."
|
1519 |
|
1520 |
+
#: product_list.php:421
|
1521 |
msgid ""
|
1522 |
"Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts "
|
1523 |
"and pages."
|
1525 |
"Додавайте кнопки Твіттера \"Читати\", \"Твітнути\", \"Хештеґ\" і \"Згадати\" "
|
1526 |
"до постів і сторінок WordPress."
|
1527 |
|
1528 |
+
#: product_list.php:431
|
1529 |
msgid ""
|
1530 |
"Automatically check and update WordPress website core with all installed "
|
1531 |
"plugins and themes to the latest versions."
|
1533 |
"Виконуйте автоматичну перевірку і оновлення ядра WordPress до останніх "
|
1534 |
"версій з усіма встановленими плагінами та темами."
|
1535 |
|
1536 |
+
#: product_list.php:441
|
1537 |
msgid ""
|
1538 |
"Powerful user role management plugin for WordPress website. Create, edit, "
|
1539 |
"copy, and delete user roles."
|
1541 |
"Ефективний плагін управління ролями користувачів для сайту WordPress. "
|
1542 |
"Створюйте, редагуйте, копіюйте і видаляйте ролі користувачів."
|
1543 |
|
1544 |
+
#: product_list.php:451
|
1545 |
msgid ""
|
1546 |
"Display live count of online visitors who are currently browsing your "
|
1547 |
"WordPress website."
|
1549 |
"Ведіть підрахунок кількості відвідувачів, які в даний час переглядають ваш "
|
1550 |
"сайт WordPress."
|
1551 |
|
1552 |
+
#: product_list.php:461
|
1553 |
msgid ""
|
1554 |
"Backup and export Zendesk Help Center content automatically to your "
|
1555 |
"WordPress website database."
|
1557 |
"Робіть автоматичне резервне копіювання і експорт вмісту Zendesk Help Center "
|
1558 |
"в базу даних вашого сайту WordPress."
|
1559 |
|
1560 |
+
#~ msgid "Create your personal car rental/booking and reservation website."
|
1561 |
+
#~ msgstr "Створіть свій власний сайт прокату і резервування автомобілів."
|
1562 |
+
|
1563 |
+
#~ msgid "Add BWS Shortcode"
|
1564 |
+
#~ msgstr "Додати BWS шорткод"
|
1565 |
+
|
1566 |
+
#~ msgid "Add BWS Plugins Shortcode"
|
1567 |
+
#~ msgstr "Додати шорткод BWS плагіну"
|
1568 |
+
|
1569 |
+
#~ msgid "Congratulations! %s license is activated successfully."
|
1570 |
+
#~ msgstr "Вітаємо! %s ліцензія успішно активована."
|
1571 |
+
|
1572 |
+
#~ msgid "You will be automatically redirected to the %s in %s seconds."
|
1573 |
+
#~ msgstr "Вас буде автоматично перенаправлено на %s через %s секунд."
|
1574 |
+
|
1575 |
+
#~ msgid "Settings page"
|
1576 |
+
#~ msgstr "сторінку налаштувань"
|
1577 |
+
|
1578 |
+
#~ msgid ""
|
1579 |
+
#~ "Failed to download the zip archive. Please, upload the plugin manually."
|
1580 |
+
#~ msgstr ""
|
1581 |
+
#~ "Помилка при завантаженні zip-архіву. Будь ласка, завантажте плагін вручну."
|
1582 |
+
|
1583 |
+
#~ msgid "Failed to open the zip archive. Please, upload the plugin manually."
|
1584 |
+
#~ msgstr ""
|
1585 |
+
#~ "Помилка при відкритті zip-архіву. Будь ласка, завантажте плагін вручну."
|
1586 |
+
|
1587 |
+
#~ msgid ""
|
1588 |
+
#~ "Your server does not support either ZipArchive or Phar. Please, upload "
|
1589 |
+
#~ "the plugin manually."
|
1590 |
+
#~ msgstr ""
|
1591 |
+
#~ "Ваш сервер не підтримує формати Zip і Phar. Будь ласка, завантажте плагін "
|
1592 |
+
#~ "вручну."
|
1593 |
+
|
1594 |
+
#~ msgid "UploadDir is not writable. Please, upload the plugin manually."
|
1595 |
+
#~ msgstr ""
|
1596 |
+
#~ "Немає доступу до теки завантажень WordPress. Будь ласка, завантажте "
|
1597 |
+
#~ "плагін вручну."
|
1598 |
+
|
1599 |
+
#~ msgid "Kindly share what didn't work so we can fix it in future updates..."
|
1600 |
+
#~ msgstr ""
|
1601 |
+
#~ "Будь ласка, повідомте, що не працює, щоб ми змогли виправити це в "
|
1602 |
+
#~ "майбутніх оновленнях..."
|
1603 |
+
|
1604 |
+
#~ msgid "What did you expect?"
|
1605 |
+
#~ msgstr "Що саме ви очікували?"
|
1606 |
+
|
1607 |
+
#~ msgid "What's the plugin name?"
|
1608 |
+
#~ msgstr "Яка назва плагіна?"
|
1609 |
+
|
1610 |
+
#~ msgid "What feature?"
|
1611 |
+
#~ msgstr "Який функціонал?"
|
1612 |
+
|
1613 |
+
#~ msgid "Please, enter your license key"
|
1614 |
+
#~ msgstr "Будь ласка, введіть ваш ліцензійний ключ"
|
1615 |
+
|
1616 |
+
#~ msgid "You will be redirected automatically in 5 seconds."
|
1617 |
+
#~ msgstr "Вас буде перенаправлено автоматично через 5 секунд."
|
1618 |
+
|
1619 |
+
#~ msgid "Check premium options on the plugin settings page!"
|
1620 |
+
#~ msgstr "Подивіться преміум опції на сторінці налаштувань плагіна!"
|
1621 |
+
|
1622 |
+
#~ msgid ""
|
1623 |
+
#~ "Failed to download the zip archive. Please, upload the plugin manually"
|
1624 |
+
#~ msgstr ""
|
1625 |
+
#~ "Помилка при завантаженні zip-архіву. Будь ласка, завантажте плагін вручну"
|
1626 |
+
|
1627 |
+
#~ msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
1628 |
+
#~ msgstr ""
|
1629 |
+
#~ "Помилка при відкритті zip-архіву. Будь ласка, завантажте плагін вручну"
|
1630 |
+
|
1631 |
+
#~ msgid ""
|
1632 |
+
#~ "Your server does not support either ZipArchive or Phar. Please, upload "
|
1633 |
+
#~ "the plugin manually"
|
1634 |
+
#~ msgstr ""
|
1635 |
+
#~ "Ваш сервер не підтримує формати Zip і Phar. Будь ласка, завантажте плагін "
|
1636 |
+
#~ "вручну"
|
1637 |
+
|
1638 |
+
#~ msgid "UploadDir is not writable. Please, upload the plugin manually"
|
1639 |
+
#~ msgstr ""
|
1640 |
+
#~ "Немає доступу до теки завантажень WordPress. Будь ласка, завантажте "
|
1641 |
+
#~ "плагін вручну"
|
1642 |
+
|
1643 |
+
#~ msgid "File %s edited successfully."
|
1644 |
+
#~ msgstr "Файл %s успішно відредаговано."
|
1645 |
+
|
1646 |
+
#~ msgid "Not enough permissions to create or update the file"
|
1647 |
+
#~ msgstr "У Вас недостатньо дозволів для створення або поновлення файлу"
|
1648 |
+
|
1649 |
+
#~ msgid "Not enough permissions to create the file"
|
1650 |
+
#~ msgstr "У Вас недостатньо дозволів для створення файлу"
|
1651 |
+
|
1652 |
+
#~ msgid "Editing"
|
1653 |
+
#~ msgstr "Редагування"
|
1654 |
+
|
1655 |
+
#~ msgid ""
|
1656 |
+
#~ "Add Google +1, Share, Follow, Hangout buttons and profile badge to "
|
1657 |
+
#~ "WordPress posts, pages and widgets."
|
1658 |
+
#~ msgstr ""
|
1659 |
+
#~ "Додавайте кнопки Google \"+1\", \"Поділитися\", \"Підписатися\", \"Hangout"
|
1660 |
+
#~ "\" і значок профілю до постів, сторінок та віджетів WordPress."
|
1661 |
+
|
1662 |
#~ msgid "Installing Plugin"
|
1663 |
#~ msgstr "Встановлення плагіну"
|
1664 |
|
bws_menu/product_list.php
CHANGED
@@ -2,6 +2,7 @@
|
|
2 |
/*
|
3 |
* BestWebSoft product list
|
4 |
*/
|
|
|
5 |
|
6 |
$bws_plugins_category = array(
|
7 |
'admin-tools' => array( 'name' => __( 'Admin Tools', 'bestwebsoft' ) ),
|
@@ -16,6 +17,18 @@ $bws_plugins_category = array(
|
|
16 |
);
|
17 |
|
18 |
$bws_plugins = array(
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
'captcha-bws/captcha-bws.php' => array(
|
20 |
'category' => array( 'security', 'recommended' ),
|
21 |
'name' => 'Captcha',
|
@@ -26,16 +39,6 @@ $bws_plugins = array(
|
|
26 |
'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/captcha/buy/?k=ff7d65e55e5e7f98f219be9ed711094e&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
27 |
'pro_settings' => 'admin.php?page=captcha_pro.php'
|
28 |
),
|
29 |
-
'car-rental/car-rental.php' => array(
|
30 |
-
'category' => array( 'ecommerce' ),
|
31 |
-
'name' => 'Car Rental',
|
32 |
-
'description' => __( 'Create your personal car rental/booking and reservation website.', 'bestwebsoft' ),
|
33 |
-
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/car-rental/?k=444cac6df9a0d3a9763ab4753d24941b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
34 |
-
'settings' => 'admin.php?page=car-rental-settings',
|
35 |
-
'pro_version' => 'car-rental-pro/car-rental-pro.php',
|
36 |
-
'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/car-rental/buy/?k=7643d4f0698252fa1159de078d22269c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
37 |
-
'pro_settings' => 'admin.php?page=car-rental-pro-settings'
|
38 |
-
),
|
39 |
'bws-car-rental/bws-car-rental.php' => array(
|
40 |
'category' => array( 'ecommerce' ),
|
41 |
'name' => 'Car Rental V2',
|
@@ -44,10 +47,17 @@ $bws_plugins = array(
|
|
44 |
'settings' => 'admin.php?page=bws-car-rental-settings',
|
45 |
'pro_version' => 'bws-car-rental-pro/bws-car-rental-pro.php',
|
46 |
'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/car-rental-v2/buy/?k=63cac1b736047a3f5a2f5a7c5336f3c4&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
47 |
-
'pro_settings' => '
|
48 |
'icon' => '//ps.w.org/car-rental/assets/icon-128x128.png',
|
49 |
'install_url' => 'https://bestwebsoft.com/products/wordpress/plugins/car-rental-v2/'
|
50 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
51 |
'contact-form-plugin/contact_form.php' => array(
|
52 |
'category' => array( 'marketing', 'recommended' ),
|
53 |
'name' => 'Contact Form',
|
@@ -73,10 +83,10 @@ $bws_plugins = array(
|
|
73 |
'name' => 'Contact Form to DB',
|
74 |
'description' => __( 'Save and manage Contact Form messages. Never lose important data.', 'bestwebsoft' ),
|
75 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/contact-form-to-db/?k=ba3747d317c2692e4136ca096a8989d6&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
76 |
-
'settings' => 'admin.php?page=
|
77 |
'pro_version' => 'contact-form-to-db-pro/contact_form_to_db_pro.php',
|
78 |
'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/contact-form-to-db/buy/?k=6ce5f4a9006ec906e4db643669246c6a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
79 |
-
'pro_settings' => 'admin.php?page=
|
80 |
),
|
81 |
'custom-admin-page/custom-admin-page.php' => array(
|
82 |
'category' => array( 'admin-tools' ),
|
@@ -86,7 +96,7 @@ $bws_plugins = array(
|
|
86 |
'settings' => 'edit.php?post_type=bws-admin_page&page=custom-admin-page.php',
|
87 |
'pro_version' => 'custom-admin-page-pro/custom-admin-page-pro.php',
|
88 |
'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/custom-admin-page/buy/?k=b986f456dba092b537f1a7755a363be9&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
89 |
-
'pro_settings' => 'edit.php?post_type=bws-admin_page&page=custom-admin-page.php'
|
90 |
),
|
91 |
'custom-search-plugin/custom-search-plugin.php' => array(
|
92 |
'category' => array( 'navigation' ),
|
@@ -144,7 +154,7 @@ $bws_plugins = array(
|
|
144 |
),
|
145 |
'adsense-plugin/adsense-plugin.php' => array(
|
146 |
'category' => array( 'marketing' ),
|
147 |
-
'name' => 'Ads',
|
148 |
'description' => __( 'Add Adsense ads to WordPress website pages, posts, custom posts, search results, categories, tags, and widgets.', 'bestwebsoft' ),
|
149 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/google-adsense/?k=60e3979921e354feb0347e88e7d7b73d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
150 |
'settings' => 'admin.php?page=adsense-plugin.php',
|
@@ -165,7 +175,7 @@ $bws_plugins = array(
|
|
165 |
'google-captcha/google-captcha.php' => array(
|
166 |
'category' => array( 'security', 'recommended' ),
|
167 |
'name' => 'reCaptcha',
|
168 |
-
'description' => __( 'Protect WordPress website forms from spam entries with
|
169 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/google-captcha/?k=7b59fbe542acf950b29f3e020d5ad735&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
170 |
'settings' => 'admin.php?page=google-captcha.php',
|
171 |
'pro_version' => 'google-captcha-pro/google-captcha-pro.php',
|
@@ -228,7 +238,7 @@ $bws_plugins = array(
|
|
228 |
),
|
229 |
'bws-linkedin/bws-linkedin.php' => array(
|
230 |
'category' => array( 'smm' ),
|
231 |
-
'name' => '
|
232 |
'description' => __( 'Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. 5 plugins included – profile, insider, etc.', 'bestwebsoft' ),
|
233 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/linkedin/?k=d63c7319622ccc5f589dd2d545c1d77c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
234 |
'settings' => 'admin.php?page=linkedin.php',
|
@@ -268,7 +278,7 @@ $bws_plugins = array(
|
|
268 |
),
|
269 |
'bws-pinterest/bws-pinterest.php' => array(
|
270 |
'category' => array( 'smm' ),
|
271 |
-
'name' => '
|
272 |
'description' => __( 'Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, Profile) to WordPress posts, pages and widgets.', 'bestwebsoft' ),
|
273 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/pinterest/?k=504107b6213f247a67fe7ffb94e97c78&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
274 |
'settings' => 'admin.php?page=pinterest.php',
|
@@ -382,7 +392,7 @@ $bws_plugins = array(
|
|
382 |
'settings' => 'admin.php?page=social-buttons.php',
|
383 |
'pro_version' => 'social-buttons-pack-pro/social-buttons-pack-pro.php',
|
384 |
'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/social-buttons-pack/buy/?k=e7059cacde0d275b224a5d995c9160fd&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
385 |
-
'pro_settings' => 'admin.php?page=social-buttons.php'
|
386 |
),
|
387 |
'social-login-bws/social-login-bws.php' => array(
|
388 |
'category' => array( 'smm' ),
|
@@ -396,10 +406,10 @@ $bws_plugins = array(
|
|
396 |
'name' => 'Subscriber',
|
397 |
'description' => __( 'Add email newsletter sign up form to WordPress posts, pages and widgets. Collect data and subscribe your users.', 'bestwebsoft' ),
|
398 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/subscriber/?k=a4ecc1b7800bae7329fbe8b4b04e9c88&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
399 |
-
'settings' => 'admin.php?page=
|
400 |
'pro_version' => 'subscriber-pro/subscriber-pro.php',
|
401 |
'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/subscriber/buy/?k=02dbb8b549925d9b74e70adc2a7282e4&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
402 |
-
'pro_settings' => 'admin.php?page=
|
403 |
),
|
404 |
'bws-testimonials/bws-testimonials.php' => array(
|
405 |
'category' => array( 'marketing', 'recommended' ),
|
@@ -420,7 +430,7 @@ $bws_plugins = array(
|
|
420 |
),
|
421 |
'twitter-plugin/twitter.php' => array(
|
422 |
'category' => array( 'smm' ),
|
423 |
-
'name' => '
|
424 |
'description' => __( 'Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts and pages.', 'bestwebsoft' ),
|
425 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/twitter/?k=f8cb514e25bd7ec4974d64435c5eb333&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
426 |
'settings' => 'admin.php?page=twitter.php',
|
@@ -463,10 +473,10 @@ $bws_plugins = array(
|
|
463 |
'name' => 'Help Center',
|
464 |
'description' => __( 'Backup and export Zendesk Help Center content automatically to your WordPress website database.', 'bestwebsoft' ),
|
465 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/zendesk-help-center/?k=2a5fd2f4b2f4bde46f2ca44b8d15846d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
466 |
-
'settings' => 'admin.php?page=zendesk_hc.php
|
467 |
'pro_version' => 'zendesk-help-center-pro/zendesk-help-center-pro.php',
|
468 |
'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/zendesk-help-center/buy/?k=45199e4538b5befe4d9566868a61a3aa&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
469 |
-
'pro_settings' => 'admin.php?page=zendesk_hc_pro.php
|
470 |
)
|
471 |
);
|
472 |
|
@@ -481,6 +491,11 @@ $themes = array(
|
|
481 |
'slug' => 'realestate',
|
482 |
'href' => 'https://bestwebsoft.com/products/wordpress/themes/real-estate-creative-wordpress-theme/'
|
483 |
),
|
|
|
|
|
|
|
|
|
|
|
484 |
(object) array(
|
485 |
'name' => 'Renty',
|
486 |
'slug' => 'renty',
|
2 |
/*
|
3 |
* BestWebSoft product list
|
4 |
*/
|
5 |
+
global $bws_plugin_info, $wp_version;
|
6 |
|
7 |
$bws_plugins_category = array(
|
8 |
'admin-tools' => array( 'name' => __( 'Admin Tools', 'bestwebsoft' ) ),
|
17 |
);
|
18 |
|
19 |
$bws_plugins = array(
|
20 |
+
'bike-rental/bike-rental.php' => array(
|
21 |
+
'category' => array( 'ecommerce' ),
|
22 |
+
'name' => 'Bike Rental',
|
23 |
+
'description' => __( 'Give a birth for your bike rental and booking WordPress website.', 'bestwebsoft' ),
|
24 |
+
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/bike-rental/?k=04387cfc31fc8b9553e4741392762231&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
25 |
+
'settings' => 'edit.php?post_type=bws_bike&page=bike-rental-settings',
|
26 |
+
'pro_version' => 'bike-rental-pro/bike-rental-pro.php',
|
27 |
+
'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/bike-rental/buy/?k=9b3222b005340035eaead38a7a495a0d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
28 |
+
'pro_settings' => 'edit.php?post_type=bws_bike&page=bkrntl_bws_bike_settings',
|
29 |
+
'icon' => bws_menu_url( "icons/plugins/" ) . 'bike-rental.png',
|
30 |
+
'install_url' => 'https://bestwebsoft.com/products/wordpress/plugins/bike-rental/'
|
31 |
+
),
|
32 |
'captcha-bws/captcha-bws.php' => array(
|
33 |
'category' => array( 'security', 'recommended' ),
|
34 |
'name' => 'Captcha',
|
39 |
'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/captcha/buy/?k=ff7d65e55e5e7f98f219be9ed711094e&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
40 |
'pro_settings' => 'admin.php?page=captcha_pro.php'
|
41 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
42 |
'bws-car-rental/bws-car-rental.php' => array(
|
43 |
'category' => array( 'ecommerce' ),
|
44 |
'name' => 'Car Rental V2',
|
47 |
'settings' => 'admin.php?page=bws-car-rental-settings',
|
48 |
'pro_version' => 'bws-car-rental-pro/bws-car-rental-pro.php',
|
49 |
'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/car-rental-v2/buy/?k=63cac1b736047a3f5a2f5a7c5336f3c4&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
50 |
+
'pro_settings' => 'edit.php?post_type=bws_bkng_products&page=bws-car-rental-pro-settings',
|
51 |
'icon' => '//ps.w.org/car-rental/assets/icon-128x128.png',
|
52 |
'install_url' => 'https://bestwebsoft.com/products/wordpress/plugins/car-rental-v2/'
|
53 |
),
|
54 |
+
'columns-bws/columns-bws.php' => array(
|
55 |
+
'category' => array( 'content' ),
|
56 |
+
'name' => 'Columns',
|
57 |
+
'description' => __( 'Add columns with custom content to WordPress website pages, posts, widgets, etc.', 'bestwebsoft' ),
|
58 |
+
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/columns/?k=6d2cddc059a04e4d528cec14de47fb1e&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
59 |
+
'settings' => 'admin.php?page=columns-settings.php'
|
60 |
+
),
|
61 |
'contact-form-plugin/contact_form.php' => array(
|
62 |
'category' => array( 'marketing', 'recommended' ),
|
63 |
'name' => 'Contact Form',
|
83 |
'name' => 'Contact Form to DB',
|
84 |
'description' => __( 'Save and manage Contact Form messages. Never lose important data.', 'bestwebsoft' ),
|
85 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/contact-form-to-db/?k=ba3747d317c2692e4136ca096a8989d6&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
86 |
+
'settings' => 'admin.php?page=contact_form_to_db.php',
|
87 |
'pro_version' => 'contact-form-to-db-pro/contact_form_to_db_pro.php',
|
88 |
'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/contact-form-to-db/buy/?k=6ce5f4a9006ec906e4db643669246c6a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
89 |
+
'pro_settings' => 'admin.php?page=contact_form_to_db_pro.php'
|
90 |
),
|
91 |
'custom-admin-page/custom-admin-page.php' => array(
|
92 |
'category' => array( 'admin-tools' ),
|
96 |
'settings' => 'edit.php?post_type=bws-admin_page&page=custom-admin-page.php',
|
97 |
'pro_version' => 'custom-admin-page-pro/custom-admin-page-pro.php',
|
98 |
'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/custom-admin-page/buy/?k=b986f456dba092b537f1a7755a363be9&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
99 |
+
'pro_settings' => 'edit.php?post_type=bws-admin_page&page=custom-admin-page-pro.php'
|
100 |
),
|
101 |
'custom-search-plugin/custom-search-plugin.php' => array(
|
102 |
'category' => array( 'navigation' ),
|
154 |
),
|
155 |
'adsense-plugin/adsense-plugin.php' => array(
|
156 |
'category' => array( 'marketing' ),
|
157 |
+
'name' => 'Google Ads',
|
158 |
'description' => __( 'Add Adsense ads to WordPress website pages, posts, custom posts, search results, categories, tags, and widgets.', 'bestwebsoft' ),
|
159 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/google-adsense/?k=60e3979921e354feb0347e88e7d7b73d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
160 |
'settings' => 'admin.php?page=adsense-plugin.php',
|
175 |
'google-captcha/google-captcha.php' => array(
|
176 |
'category' => array( 'security', 'recommended' ),
|
177 |
'name' => 'reCaptcha',
|
178 |
+
'description' => __( 'Protect WordPress website forms from spam entries with reCaptcha.', 'bestwebsoft' ),
|
179 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/google-captcha/?k=7b59fbe542acf950b29f3e020d5ad735&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
180 |
'settings' => 'admin.php?page=google-captcha.php',
|
181 |
'pro_version' => 'google-captcha-pro/google-captcha-pro.php',
|
238 |
),
|
239 |
'bws-linkedin/bws-linkedin.php' => array(
|
240 |
'category' => array( 'smm' ),
|
241 |
+
'name' => 'LinkedIn',
|
242 |
'description' => __( 'Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. 5 plugins included – profile, insider, etc.', 'bestwebsoft' ),
|
243 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/linkedin/?k=d63c7319622ccc5f589dd2d545c1d77c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
244 |
'settings' => 'admin.php?page=linkedin.php',
|
278 |
),
|
279 |
'bws-pinterest/bws-pinterest.php' => array(
|
280 |
'category' => array( 'smm' ),
|
281 |
+
'name' => 'Pinterest',
|
282 |
'description' => __( 'Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, Profile) to WordPress posts, pages and widgets.', 'bestwebsoft' ),
|
283 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/pinterest/?k=504107b6213f247a67fe7ffb94e97c78&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
284 |
'settings' => 'admin.php?page=pinterest.php',
|
392 |
'settings' => 'admin.php?page=social-buttons.php',
|
393 |
'pro_version' => 'social-buttons-pack-pro/social-buttons-pack-pro.php',
|
394 |
'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/social-buttons-pack/buy/?k=e7059cacde0d275b224a5d995c9160fd&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
395 |
+
'pro_settings' => 'admin.php?page=social-buttons-pro.php'
|
396 |
),
|
397 |
'social-login-bws/social-login-bws.php' => array(
|
398 |
'category' => array( 'smm' ),
|
406 |
'name' => 'Subscriber',
|
407 |
'description' => __( 'Add email newsletter sign up form to WordPress posts, pages and widgets. Collect data and subscribe your users.', 'bestwebsoft' ),
|
408 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/subscriber/?k=a4ecc1b7800bae7329fbe8b4b04e9c88&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
409 |
+
'settings' => 'admin.php?page=subscriber.php',
|
410 |
'pro_version' => 'subscriber-pro/subscriber-pro.php',
|
411 |
'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/subscriber/buy/?k=02dbb8b549925d9b74e70adc2a7282e4&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
412 |
+
'pro_settings' => 'admin.php?page=subscriber-pro.php'
|
413 |
),
|
414 |
'bws-testimonials/bws-testimonials.php' => array(
|
415 |
'category' => array( 'marketing', 'recommended' ),
|
430 |
),
|
431 |
'twitter-plugin/twitter.php' => array(
|
432 |
'category' => array( 'smm' ),
|
433 |
+
'name' => 'Twitter',
|
434 |
'description' => __( 'Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts and pages.', 'bestwebsoft' ),
|
435 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/twitter/?k=f8cb514e25bd7ec4974d64435c5eb333&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
436 |
'settings' => 'admin.php?page=twitter.php',
|
473 |
'name' => 'Help Center',
|
474 |
'description' => __( 'Backup and export Zendesk Help Center content automatically to your WordPress website database.', 'bestwebsoft' ),
|
475 |
'link' => 'https://bestwebsoft.com/products/wordpress/plugins/zendesk-help-center/?k=2a5fd2f4b2f4bde46f2ca44b8d15846d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
476 |
+
'settings' => 'admin.php?page=zendesk_hc.php',
|
477 |
'pro_version' => 'zendesk-help-center-pro/zendesk-help-center-pro.php',
|
478 |
'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/zendesk-help-center/buy/?k=45199e4538b5befe4d9566868a61a3aa&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
479 |
+
'pro_settings' => 'admin.php?page=zendesk_hc_pro.php'
|
480 |
)
|
481 |
);
|
482 |
|
491 |
'slug' => 'realestate',
|
492 |
'href' => 'https://bestwebsoft.com/products/wordpress/themes/real-estate-creative-wordpress-theme/'
|
493 |
),
|
494 |
+
(object) array(
|
495 |
+
'name' => 'Rent a Bike',
|
496 |
+
'slug' => 'rent-a-bike',
|
497 |
+
'href' => 'https://bestwebsoft.com/products/wordpress/themes/rent-a-bike-booking-wordpress-theme/'
|
498 |
+
),
|
499 |
(object) array(
|
500 |
'name' => 'Renty',
|
501 |
'slug' => 'renty',
|
css/icon.css
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/*LinkedIn*/
|
2 |
+
.menu-top.toplevel_page_google-sitemap-plugin .wp-menu-image {
|
3 |
+
font-family: 'bwsicons' !important;
|
4 |
+
}
|
5 |
+
.menu-top.toplevel_page_google-sitemap-plugin .wp-menu-image:before {
|
6 |
+
content: "\e916";
|
7 |
+
font-family: 'bwsicons' !important;
|
8 |
+
}
|
css/style.css
CHANGED
@@ -1,11 +1,5 @@
|
|
1 |
/* admin page menu */
|
2 |
-
|
3 |
-
font-family: 'bwsicons' !important;
|
4 |
-
}
|
5 |
-
.menu-top.toplevel_page_google-sitemap-plugin .wp-menu-image:before {
|
6 |
-
content: "\e916";
|
7 |
-
font-family: 'bwsicons' !important;
|
8 |
-
}
|
9 |
/* styles for settings page */
|
10 |
#gglstmp_authorization_button {
|
11 |
margin-bottom: 20px;
|
@@ -26,6 +20,9 @@
|
|
26 |
.gglstmp_success {
|
27 |
color: #009e10;
|
28 |
}
|
|
|
|
|
|
|
29 |
|
30 |
/*******************************************************************************
|
31 |
* plugin`s instances of class WP_List_Table
|
1 |
/* admin page menu */
|
2 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
/* styles for settings page */
|
4 |
#gglstmp_authorization_button {
|
5 |
margin-bottom: 20px;
|
20 |
.gglstmp_success {
|
21 |
color: #009e10;
|
22 |
}
|
23 |
+
.bws_info {
|
24 |
+
word-break: normal!important;
|
25 |
+
}
|
26 |
|
27 |
/*******************************************************************************
|
28 |
* plugin`s instances of class WP_List_Table
|
google-sitemap-plugin.php
CHANGED
@@ -6,13 +6,13 @@ Description: Generate and add XML sitemap to WordPress website. Help search engi
|
|
6 |
Author: BestWebSoft
|
7 |
Text Domain: google-sitemap-plugin
|
8 |
Domain Path: /languages
|
9 |
-
Version: 3.2.
|
10 |
Author URI: https://bestwebsoft.com/
|
11 |
License: GPLv2 or later
|
12 |
*/
|
13 |
|
14 |
/*
|
15 |
-
© Copyright
|
16 |
|
17 |
This program is free software; you can redistribute it and/or modify
|
18 |
it under the terms of the GNU General Public License, version 2, as
|
@@ -30,7 +30,7 @@ License: GPLv2 or later
|
|
30 |
|
31 |
if ( ! function_exists( 'gglstmp_admin_menu' ) ) {
|
32 |
function gglstmp_admin_menu() {
|
33 |
-
if ( ! is_plugin_active( 'google-sitemap-pro/google-sitemap-pro.php' ) ) {
|
34 |
global $gglstmp_options, $wp_version, $submenu, $gglstmp_plugin_info;
|
35 |
|
36 |
$settings = add_menu_page(
|
@@ -50,16 +50,15 @@ if ( ! function_exists( 'gglstmp_admin_menu' ) ) {
|
|
50 |
'google-sitemap-plugin.php',
|
51 |
'gglstmp_settings_page'
|
52 |
);
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
}
|
63 |
|
64 |
add_submenu_page(
|
65 |
'google-sitemap-plugin.php',
|
@@ -69,7 +68,7 @@ if ( ! function_exists( 'gglstmp_admin_menu' ) ) {
|
|
69 |
'gglstmp-bws-panel',
|
70 |
'bws_add_menu_render'
|
71 |
);
|
72 |
-
|
73 |
if ( isset( $submenu['google-sitemap-plugin.php'] ) ) {
|
74 |
$submenu['google-sitemap-plugin.php'][] = array(
|
75 |
'<span style="color:#d86463"> ' . __( 'Upgrade to Pro', 'google-sitemap-plugin' ) . '</span>',
|
@@ -77,6 +76,7 @@ if ( ! function_exists( 'gglstmp_admin_menu' ) ) {
|
|
77 |
'https://bestwebsoft.com/products/wordpress/plugins/google-sitemap/?k=28d4cf0b4ab6f56e703f46f60d34d039&pn=83&v=' . $gglstmp_plugin_info["Version"] . '&wp_v=' . $wp_version
|
78 |
);
|
79 |
}
|
|
|
80 |
|
81 |
add_action( "load-{$settings}", 'gglstmp_add_tabs' );
|
82 |
}
|
@@ -107,7 +107,7 @@ if ( ! function_exists( 'gglstmp_init' ) ) {
|
|
107 |
bws_include_init( plugin_basename( __FILE__ ) );
|
108 |
|
109 |
/* check compatible with current WP version */
|
110 |
-
bws_wp_min_version_check( plugin_basename( __FILE__ ), $gglstmp_plugin_info, '4.
|
111 |
|
112 |
/* Get options from the database */
|
113 |
gglstmp_register_settings();
|
@@ -130,9 +130,9 @@ if ( ! function_exists( 'gglstmp_init' ) ) {
|
|
130 |
}
|
131 |
|
132 |
if ( 1 == $gglstmp_options['media_sitemap'] ) {
|
133 |
-
$sitemaps_type =
|
134 |
} else {
|
135 |
-
$sitemaps_type =
|
136 |
}
|
137 |
|
138 |
/* check for file existence and call refresh function */
|
@@ -173,11 +173,12 @@ if ( ! function_exists( 'gglstmp_admin_init' ) ) {
|
|
173 |
session_start();
|
174 |
}
|
175 |
}
|
176 |
-
|
177 |
if ( 'plugins.php' == $pagenow ) {
|
178 |
if ( function_exists( 'bws_plugin_banner_go_pro' ) )
|
179 |
bws_plugin_banner_go_pro( $gglstmp_options, $gglstmp_plugin_info, 'gglstmp', 'google-sitemap', '8fbb5d23fd00bdcb213d6c0985d16ec5', '83', 'google-sitemap-plugin' );
|
180 |
}
|
|
|
181 |
}
|
182 |
}
|
183 |
|
@@ -220,6 +221,7 @@ if ( ! function_exists( 'gglstmp_register_settings' ) ) {
|
|
220 |
}
|
221 |
|
222 |
$gglstmp_options['plugin_option_version'] = $gglstmp_plugin_info["Version"];
|
|
|
223 |
/* show pro features */
|
224 |
$gglstmp_options['hide_premium_options'] = array();
|
225 |
update_option( 'gglstmp_options', $gglstmp_options );
|
@@ -249,6 +251,8 @@ if ( ! function_exists( 'gglstmp_get_options_default' ) ) {
|
|
249 |
'media_sitemap' => 0
|
250 |
);
|
251 |
|
|
|
|
|
252 |
return $options_default;
|
253 |
}
|
254 |
}
|
@@ -397,6 +401,8 @@ if ( ! function_exists( 'gglstmp_prepare_sitemap' ) ) {
|
|
397 |
$frontpage_id = get_option( 'page_on_front' );
|
398 |
$frontpage_is_added = false;
|
399 |
|
|
|
|
|
400 |
if ( ! empty( $post_types ) ) {
|
401 |
$post_status_string = "p.`post_status` IN ('" . implode( "','", (array) $post_status ) . "')";
|
402 |
|
@@ -477,7 +483,7 @@ if ( ! function_exists( 'gglstmp_prepare_sitemap' ) ) {
|
|
477 |
$image_list = get_attached_media( 'image', $post );
|
478 |
|
479 |
/* Add image to list */
|
480 |
-
$image_item =
|
481 |
|
482 |
if ( ! empty( $image_list ) ) {
|
483 |
$image_count = 0;
|
@@ -489,23 +495,25 @@ if ( ! function_exists( 'gglstmp_prepare_sitemap' ) ) {
|
|
489 |
$attachment_metadata = wp_get_attachment_metadata( $image->ID );
|
490 |
|
491 |
$explode_metadata = explode( '/', $attachment_metadata['file'] );
|
492 |
-
array_pop( $explode_metadata );
|
493 |
$image_upload_date = implode( ' ', $explode_metadata );
|
494 |
|
495 |
-
$image_guid = basename( $image->guid );
|
496 |
$check_img_exists = gglstmp_if_file_exists( $image_guid, $image_upload_date );
|
497 |
if ( $check_img_exists ) {
|
498 |
-
|
|
|
|
|
|
|
499 |
}
|
500 |
}
|
501 |
/* Add array image_elements of one post */
|
502 |
$image_elements[] = array(
|
503 |
-
'url'
|
504 |
'image_list' => $image_item
|
505 |
);
|
506 |
}
|
507 |
/* Add video to list */
|
508 |
-
$video_item =
|
509 |
if ( ! empty( $video_list ) ) {
|
510 |
$video_count = 0;
|
511 |
foreach ( $video_list as $video ) {
|
@@ -529,7 +537,7 @@ if ( ! function_exists( 'gglstmp_prepare_sitemap' ) ) {
|
|
529 |
$elements[] = array(
|
530 |
'url' => get_permalink( $post ),
|
531 |
'date' => date( 'Y-m-d\TH:i:sP', strtotime( $post->post_modified ) ),
|
532 |
-
'frequency' =>
|
533 |
'priority' => $priority
|
534 |
);
|
535 |
}
|
@@ -541,7 +549,7 @@ if ( ! function_exists( 'gglstmp_prepare_sitemap' ) ) {
|
|
541 |
$elements[] = array(
|
542 |
'url' => home_url( '/' ),
|
543 |
'date' => date( 'Y-m-d\TH:i:sP', time() ),
|
544 |
-
'frequency' =>
|
545 |
'priority' => 1.0
|
546 |
);
|
547 |
}
|
@@ -556,7 +564,7 @@ if ( ! function_exists( 'gglstmp_prepare_sitemap' ) ) {
|
|
556 |
$elements[] = array(
|
557 |
'url' => get_term_link( (int) $term_value->term_id, $taxonomy ),
|
558 |
'date' => date( 'Y-m-d\TH:i:sP', strtotime( $modified ) ),
|
559 |
-
'frequency' =>
|
560 |
'priority' => 0.8
|
561 |
);
|
562 |
}
|
@@ -1342,9 +1350,12 @@ if ( ! function_exists( 'gglstmp_plugin_status' ) ) {
|
|
1342 |
if ( ! function_exists( 'gglstmp_settings_page' ) ) {
|
1343 |
function gglstmp_settings_page() {
|
1344 |
global $gglstmp_plugin_info, $gglstmp_list_table;
|
1345 |
-
|
|
|
|
|
1346 |
<div class="wrap">
|
1347 |
-
<?php if ( 'google-sitemap-plugin.php' == $_GET['page'] ) { /*
|
|
|
1348 |
if ( ! class_exists( 'Bws_Settings_Tabs' ) )
|
1349 |
require_once( dirname( __FILE__ ) . '/bws_menu/class-bws-settings.php' );
|
1350 |
require_once( dirname( __FILE__ ) . '/includes/class-gglstmp-settings.php' );
|
@@ -1354,14 +1365,14 @@ if ( ! function_exists( 'gglstmp_settings_page' ) ) {
|
|
1354 |
<div class="error below-h2"><p><strong><?php _e( "Please enable JavaScript in your browser.", 'google-sitemap-plugin' ); ?></strong></p></div>
|
1355 |
</noscript>
|
1356 |
<?php $page->display_content();
|
1357 |
-
} else { ?>
|
1358 |
<h1>
|
1359 |
<?php _e( 'Custom Links', 'google-sitemap-plugin' ); ?>
|
1360 |
<button disabled="disabled" class="page-title-action add-new-h2"><?php _e( 'Add New', 'google-sitemap-plugin' ); ?></button>
|
1361 |
</h1>
|
1362 |
<?php gglstmp_pro_block( "gglstmp_custom_links_block", false );
|
1363 |
bws_plugin_reviews_block( $gglstmp_plugin_info['Name'], 'google-sitemap-plugin' );
|
1364 |
-
} ?>
|
1365 |
</div>
|
1366 |
<?php }
|
1367 |
}
|
@@ -1384,9 +1395,10 @@ if ( ! function_exists( 'gglstmp_robots_add_sitemap' ) ) {
|
|
1384 |
/* Function for adding style */
|
1385 |
if ( ! function_exists( 'gglstmp_add_plugin_stylesheet' ) ) {
|
1386 |
function gglstmp_add_plugin_stylesheet() {
|
1387 |
-
wp_enqueue_style( '
|
1388 |
if ( isset( $_GET['page'] ) && "google-sitemap-plugin.php" == $_GET['page'] ) {
|
1389 |
bws_enqueue_settings_scripts();
|
|
|
1390 |
}
|
1391 |
}
|
1392 |
}
|
@@ -1396,7 +1408,7 @@ if ( ! function_exists( 'gglstmp_get_site_info' ) ) {
|
|
1396 |
function gglstmp_get_site_info( $webmasters, $site_verification ) {
|
1397 |
global $gglstmp_options;
|
1398 |
|
1399 |
-
$instruction_url = 'https://docs.google.com/document/d/
|
1400 |
$home_url = home_url( '/' );
|
1401 |
$wmt_sites_array = $wmt_sitemaps_arr = array();
|
1402 |
|
@@ -1425,7 +1437,7 @@ if ( ! function_exists( 'gglstmp_get_site_info' ) ) {
|
|
1425 |
$return .= '<td>' . __( 'Not verified', 'google-sitemap-plugin' ) . '</td></tr>';
|
1426 |
}
|
1427 |
|
1428 |
-
$webmasters_sitemaps = $webmasters->sitemaps->
|
1429 |
|
1430 |
foreach ( $webmasters_sitemaps as $sitemap ) {
|
1431 |
$wmt_sitemaps_arr[ $sitemap->path ] = ( $sitemap->errors > 0 || $sitemap->warnings > 0 ) ? true : false;
|
@@ -1491,7 +1503,7 @@ if ( ! function_exists( 'gglstmp_delete_site' ) ) {
|
|
1491 |
<td><a href="' . $home_url . '" target="_blank">' . $home_url . '</a></td></tr>';
|
1492 |
|
1493 |
try {
|
1494 |
-
$webmasters_sitemaps = $webmasters->sitemaps->
|
1495 |
foreach ( $webmasters_sitemaps as $sitemap ) {
|
1496 |
try {
|
1497 |
$webmasters->sitemaps->delete( $home_url, $sitemap->path );
|
@@ -1537,7 +1549,7 @@ if ( ! function_exists( 'gglstmp_add_site' ) ) {
|
|
1537 |
function gglstmp_add_site( $webmasters, $site_verification ) {
|
1538 |
global $gglstmp_options;
|
1539 |
|
1540 |
-
$instruction_url = 'https://docs.google.com/document/d/
|
1541 |
$home_url = home_url( '/' );
|
1542 |
|
1543 |
$return = '<table id="gglstmp_manage_table"><tr><th>' . __( 'Website', 'google-sitemap-plugin' ) . '</th>
|
@@ -1912,9 +1924,9 @@ if ( ! function_exists( 'gglstmp_delete_sitemap' ) ) {
|
|
1912 |
global $gglstmp_options;
|
1913 |
|
1914 |
if ( $gglstmp_options['media_sitemap'] ) {
|
1915 |
-
$masks =
|
1916 |
} else {
|
1917 |
-
$masks =
|
1918 |
}
|
1919 |
|
1920 |
/* remove blog sitemap files */
|
@@ -1949,7 +1961,8 @@ if ( ! function_exists( 'gglstmp_delete_settings' ) ) {
|
|
1949 |
}
|
1950 |
$all_plugins = get_plugins();
|
1951 |
|
1952 |
-
if ( ! array_key_exists( 'google-sitemap-pro/google-sitemap-pro.php', $all_plugins )
|
|
|
1953 |
if ( is_multisite() ) {
|
1954 |
/* Get all blog ids */
|
1955 |
$blogids = $wpdb->get_col( "SELECT `blog_id` FROM $wpdb->blogs" );
|
6 |
Author: BestWebSoft
|
7 |
Text Domain: google-sitemap-plugin
|
8 |
Domain Path: /languages
|
9 |
+
Version: 3.2.3
|
10 |
Author URI: https://bestwebsoft.com/
|
11 |
License: GPLv2 or later
|
12 |
*/
|
13 |
|
14 |
/*
|
15 |
+
© Copyright 2021 BestWebSoft ( https://support.bestwebsoft.com )
|
16 |
|
17 |
This program is free software; you can redistribute it and/or modify
|
18 |
it under the terms of the GNU General Public License, version 2, as
|
30 |
|
31 |
if ( ! function_exists( 'gglstmp_admin_menu' ) ) {
|
32 |
function gglstmp_admin_menu() {
|
33 |
+
if ( ! is_plugin_active( 'google-sitemap-pro/google-sitemap-pro.php' ) && ! is_plugin_active( 'google-sitemap-plus/google-sitemap-plus.php' ) ) {
|
34 |
global $gglstmp_options, $wp_version, $submenu, $gglstmp_plugin_info;
|
35 |
|
36 |
$settings = add_menu_page(
|
50 |
'google-sitemap-plugin.php',
|
51 |
'gglstmp_settings_page'
|
52 |
);
|
53 |
+
/*pls */
|
54 |
+
add_submenu_page( 'google-sitemap-plugin.php',
|
55 |
+
__( 'Custom Links', 'google-sitemap-plugin' ),
|
56 |
+
__( 'Custom Links', 'google-sitemap-plugin' ),
|
57 |
+
'manage_options',
|
58 |
+
'google-sitemap-custom-links.php',
|
59 |
+
'gglstmp_settings_page'
|
60 |
+
);
|
61 |
+
/* pls*/
|
|
|
62 |
|
63 |
add_submenu_page(
|
64 |
'google-sitemap-plugin.php',
|
68 |
'gglstmp-bws-panel',
|
69 |
'bws_add_menu_render'
|
70 |
);
|
71 |
+
/*pls */
|
72 |
if ( isset( $submenu['google-sitemap-plugin.php'] ) ) {
|
73 |
$submenu['google-sitemap-plugin.php'][] = array(
|
74 |
'<span style="color:#d86463"> ' . __( 'Upgrade to Pro', 'google-sitemap-plugin' ) . '</span>',
|
76 |
'https://bestwebsoft.com/products/wordpress/plugins/google-sitemap/?k=28d4cf0b4ab6f56e703f46f60d34d039&pn=83&v=' . $gglstmp_plugin_info["Version"] . '&wp_v=' . $wp_version
|
77 |
);
|
78 |
}
|
79 |
+
/* pls*/
|
80 |
|
81 |
add_action( "load-{$settings}", 'gglstmp_add_tabs' );
|
82 |
}
|
107 |
bws_include_init( plugin_basename( __FILE__ ) );
|
108 |
|
109 |
/* check compatible with current WP version */
|
110 |
+
bws_wp_min_version_check( plugin_basename( __FILE__ ), $gglstmp_plugin_info, '4.5' );
|
111 |
|
112 |
/* Get options from the database */
|
113 |
gglstmp_register_settings();
|
130 |
}
|
131 |
|
132 |
if ( 1 == $gglstmp_options['media_sitemap'] ) {
|
133 |
+
$sitemaps_type = array( 'video_sitemap', 'image_sitemap', 'sitemap' );
|
134 |
} else {
|
135 |
+
$sitemaps_type = array( 'sitemap' );
|
136 |
}
|
137 |
|
138 |
/* check for file existence and call refresh function */
|
173 |
session_start();
|
174 |
}
|
175 |
}
|
176 |
+
/*pls */
|
177 |
if ( 'plugins.php' == $pagenow ) {
|
178 |
if ( function_exists( 'bws_plugin_banner_go_pro' ) )
|
179 |
bws_plugin_banner_go_pro( $gglstmp_options, $gglstmp_plugin_info, 'gglstmp', 'google-sitemap', '8fbb5d23fd00bdcb213d6c0985d16ec5', '83', 'google-sitemap-plugin' );
|
180 |
}
|
181 |
+
/* pls*/
|
182 |
}
|
183 |
}
|
184 |
|
221 |
}
|
222 |
|
223 |
$gglstmp_options['plugin_option_version'] = $gglstmp_plugin_info["Version"];
|
224 |
+
|
225 |
/* show pro features */
|
226 |
$gglstmp_options['hide_premium_options'] = array();
|
227 |
update_option( 'gglstmp_options', $gglstmp_options );
|
251 |
'media_sitemap' => 0
|
252 |
);
|
253 |
|
254 |
+
$frequency = apply_filters( 'gglstmp_get_frequency_default', array() );
|
255 |
+
$options_default = array_merge( $options_default, $frequency );
|
256 |
return $options_default;
|
257 |
}
|
258 |
}
|
401 |
$frontpage_id = get_option( 'page_on_front' );
|
402 |
$frontpage_is_added = false;
|
403 |
|
404 |
+
$frequency = apply_filters( 'gglstmp_get_frequency', 'monthly' );
|
405 |
+
|
406 |
if ( ! empty( $post_types ) ) {
|
407 |
$post_status_string = "p.`post_status` IN ('" . implode( "','", (array) $post_status ) . "')";
|
408 |
|
483 |
$image_list = get_attached_media( 'image', $post );
|
484 |
|
485 |
/* Add image to list */
|
486 |
+
$image_item = array();
|
487 |
|
488 |
if ( ! empty( $image_list ) ) {
|
489 |
$image_count = 0;
|
495 |
$attachment_metadata = wp_get_attachment_metadata( $image->ID );
|
496 |
|
497 |
$explode_metadata = explode( '/', $attachment_metadata['file'] );
|
498 |
+
$image_guid = array_pop( $explode_metadata );
|
499 |
$image_upload_date = implode( ' ', $explode_metadata );
|
500 |
|
|
|
501 |
$check_img_exists = gglstmp_if_file_exists( $image_guid, $image_upload_date );
|
502 |
if ( $check_img_exists ) {
|
503 |
+
$image_url = wp_get_attachment_image_url( $image->ID );
|
504 |
+
$pos_extensions = strrpos( $image->post_title, '.' );
|
505 |
+
$image_title = ( ( $pos_extensions === false ) ? ( $image->post_title ) : substr ( $image->post_title, 0, $pos_extensions ) );
|
506 |
+
$image_item[] = array( 'guid' => $image_url, 'image_title' => $image_title );
|
507 |
}
|
508 |
}
|
509 |
/* Add array image_elements of one post */
|
510 |
$image_elements[] = array(
|
511 |
+
'url' => get_permalink( $post ),
|
512 |
'image_list' => $image_item
|
513 |
);
|
514 |
}
|
515 |
/* Add video to list */
|
516 |
+
$video_item = array();
|
517 |
if ( ! empty( $video_list ) ) {
|
518 |
$video_count = 0;
|
519 |
foreach ( $video_list as $video ) {
|
537 |
$elements[] = array(
|
538 |
'url' => get_permalink( $post ),
|
539 |
'date' => date( 'Y-m-d\TH:i:sP', strtotime( $post->post_modified ) ),
|
540 |
+
'frequency' => $frequency,
|
541 |
'priority' => $priority
|
542 |
);
|
543 |
}
|
549 |
$elements[] = array(
|
550 |
'url' => home_url( '/' ),
|
551 |
'date' => date( 'Y-m-d\TH:i:sP', time() ),
|
552 |
+
'frequency' => $frequency,
|
553 |
'priority' => 1.0
|
554 |
);
|
555 |
}
|
564 |
$elements[] = array(
|
565 |
'url' => get_term_link( (int) $term_value->term_id, $taxonomy ),
|
566 |
'date' => date( 'Y-m-d\TH:i:sP', strtotime( $modified ) ),
|
567 |
+
'frequency' => $frequency,
|
568 |
'priority' => 0.8
|
569 |
);
|
570 |
}
|
1350 |
if ( ! function_exists( 'gglstmp_settings_page' ) ) {
|
1351 |
function gglstmp_settings_page() {
|
1352 |
global $gglstmp_plugin_info, $gglstmp_list_table;
|
1353 |
+
/*pls */
|
1354 |
+
require_once( dirname( __FILE__ ) . '/includes/pro_banners.php' );
|
1355 |
+
/* pls*/ ?>
|
1356 |
<div class="wrap">
|
1357 |
+
<?php /*pls */ if ( 'google-sitemap-plugin.php' == $_GET['page'] ) { /* pls*/
|
1358 |
+
/* Showing settings tab */
|
1359 |
if ( ! class_exists( 'Bws_Settings_Tabs' ) )
|
1360 |
require_once( dirname( __FILE__ ) . '/bws_menu/class-bws-settings.php' );
|
1361 |
require_once( dirname( __FILE__ ) . '/includes/class-gglstmp-settings.php' );
|
1365 |
<div class="error below-h2"><p><strong><?php _e( "Please enable JavaScript in your browser.", 'google-sitemap-plugin' ); ?></strong></p></div>
|
1366 |
</noscript>
|
1367 |
<?php $page->display_content();
|
1368 |
+
/*pls */ } else { ?>
|
1369 |
<h1>
|
1370 |
<?php _e( 'Custom Links', 'google-sitemap-plugin' ); ?>
|
1371 |
<button disabled="disabled" class="page-title-action add-new-h2"><?php _e( 'Add New', 'google-sitemap-plugin' ); ?></button>
|
1372 |
</h1>
|
1373 |
<?php gglstmp_pro_block( "gglstmp_custom_links_block", false );
|
1374 |
bws_plugin_reviews_block( $gglstmp_plugin_info['Name'], 'google-sitemap-plugin' );
|
1375 |
+
} /* pls*/ ?>
|
1376 |
</div>
|
1377 |
<?php }
|
1378 |
}
|
1395 |
/* Function for adding style */
|
1396 |
if ( ! function_exists( 'gglstmp_add_plugin_stylesheet' ) ) {
|
1397 |
function gglstmp_add_plugin_stylesheet() {
|
1398 |
+
wp_enqueue_style( 'gglstmp_icon', plugins_url( 'css/icon.css', __FILE__ ) );
|
1399 |
if ( isset( $_GET['page'] ) && "google-sitemap-plugin.php" == $_GET['page'] ) {
|
1400 |
bws_enqueue_settings_scripts();
|
1401 |
+
wp_enqueue_style( 'gglstmp_stylesheet', plugins_url( 'css/style.css', __FILE__ ) );
|
1402 |
}
|
1403 |
}
|
1404 |
}
|
1408 |
function gglstmp_get_site_info( $webmasters, $site_verification ) {
|
1409 |
global $gglstmp_options;
|
1410 |
|
1411 |
+
$instruction_url = 'https://docs.google.com/document/d/1ffd0jasAtIEWXiW6Dg81QqmqHODj8j6vqzu2CQFyaT4';
|
1412 |
$home_url = home_url( '/' );
|
1413 |
$wmt_sites_array = $wmt_sitemaps_arr = array();
|
1414 |
|
1437 |
$return .= '<td>' . __( 'Not verified', 'google-sitemap-plugin' ) . '</td></tr>';
|
1438 |
}
|
1439 |
|
1440 |
+
$webmasters_sitemaps = $webmasters->sitemaps->list_sitemaps( $home_url )->get_sitemap();
|
1441 |
|
1442 |
foreach ( $webmasters_sitemaps as $sitemap ) {
|
1443 |
$wmt_sitemaps_arr[ $sitemap->path ] = ( $sitemap->errors > 0 || $sitemap->warnings > 0 ) ? true : false;
|
1503 |
<td><a href="' . $home_url . '" target="_blank">' . $home_url . '</a></td></tr>';
|
1504 |
|
1505 |
try {
|
1506 |
+
$webmasters_sitemaps = $webmasters->sitemaps->list_sitemaps( $home_url )->get_sitemap();
|
1507 |
foreach ( $webmasters_sitemaps as $sitemap ) {
|
1508 |
try {
|
1509 |
$webmasters->sitemaps->delete( $home_url, $sitemap->path );
|
1549 |
function gglstmp_add_site( $webmasters, $site_verification ) {
|
1550 |
global $gglstmp_options;
|
1551 |
|
1552 |
+
$instruction_url = 'https://docs.google.com/document/d/1ffd0jasAtIEWXiW6Dg81QqmqHODj8j6vqzu2CQFyaT4';
|
1553 |
$home_url = home_url( '/' );
|
1554 |
|
1555 |
$return = '<table id="gglstmp_manage_table"><tr><th>' . __( 'Website', 'google-sitemap-plugin' ) . '</th>
|
1924 |
global $gglstmp_options;
|
1925 |
|
1926 |
if ( $gglstmp_options['media_sitemap'] ) {
|
1927 |
+
$masks = array( 'sitemap' );
|
1928 |
} else {
|
1929 |
+
$masks = array( 'video_sitemap', 'image_sitemap', 'sitemap' );
|
1930 |
}
|
1931 |
|
1932 |
/* remove blog sitemap files */
|
1961 |
}
|
1962 |
$all_plugins = get_plugins();
|
1963 |
|
1964 |
+
if ( ! array_key_exists( 'google-sitemap-pro/google-sitemap-pro.php', $all_plugins ) &&
|
1965 |
+
! array_key_exists( 'google-sitemap-plus/google-sitemap-plus.php', $all_plugins ) ) {
|
1966 |
if ( is_multisite() ) {
|
1967 |
/* Get all blog ids */
|
1968 |
$blogids = $wpdb->get_col( "SELECT `blog_id` FROM $wpdb->blogs" );
|
google_api/Auth/AppIdentity.php
CHANGED
@@ -75,10 +75,10 @@ class Google_Auth_AppIdentity extends Google_Auth_Abstract
|
|
75 |
* @param mixed $scopes
|
76 |
* @param string $cacheKey
|
77 |
*/
|
78 |
-
private function retrieveToken($scopes, $cacheKey)
|
79 |
{
|
80 |
-
$this->token = AppIdentityService::getAccessToken($scopes);
|
81 |
-
if ($this->token) {
|
82 |
$this->client->getCache()->set(
|
83 |
$cacheKey,
|
84 |
$this->token
|
75 |
* @param mixed $scopes
|
76 |
* @param string $cacheKey
|
77 |
*/
|
78 |
+
private function retrieveToken( $scopes, $cacheKey )
|
79 |
{
|
80 |
+
$this->token = AppIdentityService::getAccessToken( $scopes );
|
81 |
+
if ( $this->token ) {
|
82 |
$this->client->getCache()->set(
|
83 |
$cacheKey,
|
84 |
$this->token
|
google_api/Auth/AssertionCredentials.php
CHANGED
@@ -60,7 +60,7 @@ class Google_Auth_AssertionCredentials
|
|
60 |
$useCache = true
|
61 |
) {
|
62 |
$this->serviceAccountName = $serviceAccountName;
|
63 |
-
$this->scopes = is_string($scopes) ? $scopes : implode(' ', $scopes);
|
64 |
$this->privateKey = $privateKey;
|
65 |
$this->privateKeyPassword = $privateKeyPassword;
|
66 |
$this->assertionType = $assertionType;
|
60 |
$useCache = true
|
61 |
) {
|
62 |
$this->serviceAccountName = $serviceAccountName;
|
63 |
+
$this->scopes = is_string( $scopes ) ? $scopes : implode( ' ', $scopes );
|
64 |
$this->privateKey = $privateKey;
|
65 |
$this->privateKeyPassword = $privateKeyPassword;
|
66 |
$this->assertionType = $assertionType;
|
google_api/Client.php
CHANGED
@@ -98,7 +98,6 @@ class Google_Client
|
|
98 |
$config->setIoClass("Google_IO_Stream");
|
99 |
}
|
100 |
}
|
101 |
-
|
102 |
$this->config = $config;
|
103 |
}
|
104 |
|
@@ -124,12 +123,12 @@ class Google_Client
|
|
124 |
$this->authenticated = true;
|
125 |
return $this->getAuth()->authenticate($code);
|
126 |
}
|
127 |
-
|
128 |
/**
|
129 |
-
* Loads a service account key and parameters from a JSON
|
130 |
* file from the Google Developer Console. Uses that and the
|
131 |
-
* given array of scopes to return an assertion credential for
|
132 |
-
* use with refreshTokenWithAssertionCredential.
|
133 |
*
|
134 |
* @param string $jsonLocation File location of the project-key.json.
|
135 |
* @param array $scopes The scopes to assert.
|
@@ -160,8 +159,7 @@ class Google_Client
|
|
160 |
* @param string $json the configuration json
|
161 |
* @throws Google_Exception
|
162 |
*/
|
163 |
-
public function setAuthConfig($json)
|
164 |
-
{
|
165 |
$data = json_decode($json);
|
166 |
$key = isset($data->installed) ? 'installed' : 'web';
|
167 |
if (!isset($data->$key)) {
|
@@ -193,7 +191,7 @@ class Google_Client
|
|
193 |
*/
|
194 |
public function prepareScopes()
|
195 |
{
|
196 |
-
if (empty($this->requestedScopes)) {
|
197 |
throw new Google_Auth_Exception("No scopes specified");
|
198 |
}
|
199 |
$scopes = implode(' ', $this->requestedScopes);
|
@@ -525,11 +523,11 @@ class Google_Client
|
|
525 |
*/
|
526 |
public function addScope($scope_or_scopes)
|
527 |
{
|
528 |
-
if (is_string($scope_or_scopes) && !in_array($scope_or_scopes, $this->requestedScopes)) {
|
529 |
$this->requestedScopes[] = $scope_or_scopes;
|
530 |
-
} else if (is_array($scope_or_scopes)) {
|
531 |
-
foreach ($scope_or_scopes as $scope) {
|
532 |
-
$this->addScope($scope);
|
533 |
}
|
534 |
}
|
535 |
}
|
98 |
$config->setIoClass("Google_IO_Stream");
|
99 |
}
|
100 |
}
|
|
|
101 |
$this->config = $config;
|
102 |
}
|
103 |
|
123 |
$this->authenticated = true;
|
124 |
return $this->getAuth()->authenticate($code);
|
125 |
}
|
126 |
+
|
127 |
/**
|
128 |
+
* Loads a service account key and parameters from a JSON
|
129 |
* file from the Google Developer Console. Uses that and the
|
130 |
+
* given array of scopes to return an assertion credential for
|
131 |
+
* use with refreshTokenWithAssertionCredential.
|
132 |
*
|
133 |
* @param string $jsonLocation File location of the project-key.json.
|
134 |
* @param array $scopes The scopes to assert.
|
159 |
* @param string $json the configuration json
|
160 |
* @throws Google_Exception
|
161 |
*/
|
162 |
+
public function setAuthConfig($json) {
|
|
|
163 |
$data = json_decode($json);
|
164 |
$key = isset($data->installed) ? 'installed' : 'web';
|
165 |
if (!isset($data->$key)) {
|
191 |
*/
|
192 |
public function prepareScopes()
|
193 |
{
|
194 |
+
if ( empty( $this->requestedScopes ) ) {
|
195 |
throw new Google_Auth_Exception("No scopes specified");
|
196 |
}
|
197 |
$scopes = implode(' ', $this->requestedScopes);
|
523 |
*/
|
524 |
public function addScope($scope_or_scopes)
|
525 |
{
|
526 |
+
if ( is_string($scope_or_scopes) && !in_array( $scope_or_scopes, $this->requestedScopes ) ) {
|
527 |
$this->requestedScopes[] = $scope_or_scopes;
|
528 |
+
} else if ( is_array($scope_or_scopes ) ) {
|
529 |
+
foreach ( $scope_or_scopes as $scope ) {
|
530 |
+
$this->addScope( $scope );
|
531 |
}
|
532 |
}
|
533 |
}
|
google_api/Config.php
CHANGED
@@ -37,8 +37,7 @@ class Google_Config
|
|
37 |
*
|
38 |
* @param [$ini_file_location] - optional - The location of the ini file to load
|
39 |
*/
|
40 |
-
public function __construct($ini_file_location = null)
|
41 |
-
{
|
42 |
$this->configuration = array(
|
43 |
// The application_name is included in the User-Agent HTTP header.
|
44 |
'application_name' => '',
|
@@ -162,7 +161,7 @@ class Google_Config
|
|
162 |
*/
|
163 |
public function setClassConfig($class, $config, $value = null)
|
164 |
{
|
165 |
-
if (!is_array($config)) {
|
166 |
if (!isset($this->configuration['classes'][$class])) {
|
167 |
$this->configuration['classes'][$class] = array();
|
168 |
}
|
37 |
*
|
38 |
* @param [$ini_file_location] - optional - The location of the ini file to load
|
39 |
*/
|
40 |
+
public function __construct($ini_file_location = null) {
|
|
|
41 |
$this->configuration = array(
|
42 |
// The application_name is included in the User-Agent HTTP header.
|
43 |
'application_name' => '',
|
161 |
*/
|
162 |
public function setClassConfig($class, $config, $value = null)
|
163 |
{
|
164 |
+
if ( ! is_array( $config ) ) {
|
165 |
if (!isset($this->configuration['classes'][$class])) {
|
166 |
$this->configuration['classes'][$class] = array();
|
167 |
}
|
google_api/Service/Webmasters.php
CHANGED
@@ -329,7 +329,7 @@ class Google_Service_Webmasters_Sitemaps_Resource extends Google_Service_Resourc
|
|
329 |
}
|
330 |
|
331 |
/**
|
332 |
-
* Lists sitemaps uploaded to the site. (sitemaps.
|
333 |
*
|
334 |
* @param string $siteUrl The site's URL, including protocol, for example
|
335 |
* 'http://www.example.com/'
|
@@ -338,7 +338,7 @@ class Google_Service_Webmasters_Sitemaps_Resource extends Google_Service_Resourc
|
|
338 |
* @opt_param string sitemapIndex A URL of a site's sitemap index.
|
339 |
* @return Google_Service_Webmasters_SitemapsListResponse
|
340 |
*/
|
341 |
-
public function
|
342 |
{
|
343 |
$params = array('siteUrl' => $siteUrl);
|
344 |
$params = array_merge($params, $optParams);
|
@@ -552,11 +552,11 @@ class Google_Service_Webmasters_SitemapsListResponse extends Google_Collection
|
|
552 |
protected $sitemapDataType = 'array';
|
553 |
|
554 |
|
555 |
-
public function
|
556 |
{
|
557 |
$this->sitemap = $sitemap;
|
558 |
}
|
559 |
-
public function
|
560 |
{
|
561 |
return $this->sitemap;
|
562 |
}
|
329 |
}
|
330 |
|
331 |
/**
|
332 |
+
* Lists sitemaps uploaded to the site. (sitemaps.list_sitemaps)
|
333 |
*
|
334 |
* @param string $siteUrl The site's URL, including protocol, for example
|
335 |
* 'http://www.example.com/'
|
338 |
* @opt_param string sitemapIndex A URL of a site's sitemap index.
|
339 |
* @return Google_Service_Webmasters_SitemapsListResponse
|
340 |
*/
|
341 |
+
public function list_sitemaps($siteUrl, $optParams = array())
|
342 |
{
|
343 |
$params = array('siteUrl' => $siteUrl);
|
344 |
$params = array_merge($params, $optParams);
|
552 |
protected $sitemapDataType = 'array';
|
553 |
|
554 |
|
555 |
+
public function set_sitemap($sitemap)
|
556 |
{
|
557 |
$this->sitemap = $sitemap;
|
558 |
}
|
559 |
+
public function get_sitemap()
|
560 |
{
|
561 |
return $this->sitemap;
|
562 |
}
|
google_api/Utils.php
CHANGED
@@ -62,7 +62,7 @@ class Google_Utils
|
|
62 |
$strlenVar = strlen($str);
|
63 |
$d = $ret = 0;
|
64 |
for ($count = 0; $count < $strlenVar; ++ $count) {
|
65 |
-
$ordinalValue = ord($str
|
66 |
switch (true) {
|
67 |
case (($ordinalValue >= 0x20) && ($ordinalValue <= 0x7F)):
|
68 |
// characters U-00000000 - U-0000007F (same as ASCII)
|
62 |
$strlenVar = strlen($str);
|
63 |
$d = $ret = 0;
|
64 |
for ($count = 0; $count < $strlenVar; ++ $count) {
|
65 |
+
$ordinalValue = ord($str[$d]);
|
66 |
switch (true) {
|
67 |
case (($ordinalValue >= 0x20) && ($ordinalValue <= 0x7F)):
|
68 |
// characters U-00000000 - U-0000007F (same as ASCII)
|
includes/class-gglstmp-settings.php
CHANGED
@@ -27,7 +27,9 @@ if ( ! class_exists( 'Gglstmp_Settings_Tabs' ) ) {
|
|
27 |
'settings' => array( 'label' => __( 'Settings', 'google-sitemap-plugin' ) ),
|
28 |
'display' => array( 'label' => __( 'Structure', 'google-sitemap-plugin' ) ),
|
29 |
'misc' => array( 'label' => __( 'Misc', 'google-sitemap-plugin' ) ),
|
|
|
30 |
'license' => array( 'label' => __( 'License Key', 'google-sitemap-plugin' ) )
|
|
|
31 |
);
|
32 |
|
33 |
parent::__construct( array(
|
@@ -37,13 +39,16 @@ if ( ! class_exists( 'Gglstmp_Settings_Tabs' ) ) {
|
|
37 |
'default_options' => gglstmp_get_options_default(),
|
38 |
'options' => $gglstmp_options,
|
39 |
'tabs' => $tabs,
|
|
|
40 |
'wp_slug' => 'google-sitemap-plugin',
|
41 |
-
'pro_page' => 'admin.php?page=google-sitemap-pro.php',
|
42 |
-
'bws_license_plugin' => 'google-sitemap-pro/google-sitemap-pro.php',
|
43 |
'link_key' => '28d4cf0b4ab6f56e703f46f60d34d039',
|
44 |
-
'link_pn' => '83'
|
|
|
|
|
45 |
) );
|
46 |
-
|
|
|
|
|
47 |
$this->robots = get_option( 'gglstmp_robots' );
|
48 |
|
49 |
/* Check htaccess plugin */
|
@@ -92,10 +97,8 @@ if ( ! class_exists( 'Gglstmp_Settings_Tabs' ) ) {
|
|
92 |
$this,
|
93 |
'additional_restore_options'
|
94 |
) );
|
95 |
-
|
96 |
-
|
97 |
-
'display_custom_messages'
|
98 |
-
) );
|
99 |
}
|
100 |
|
101 |
/**
|
@@ -110,6 +113,7 @@ if ( ! class_exists( 'Gglstmp_Settings_Tabs' ) ) {
|
|
110 |
global $wpdb;
|
111 |
|
112 |
$message = $notice = $error = '';
|
|
|
113 |
|
114 |
if ( isset( $_POST['gglstmp_logout'] ) ) {
|
115 |
unset( $_SESSION[ 'gglstmp_authorization_code' . $this->blog_prefix ], $this->options['authorization_code'] );
|
@@ -143,6 +147,12 @@ if ( ! class_exists( 'Gglstmp_Settings_Tabs' ) ) {
|
|
143 |
}
|
144 |
}
|
145 |
|
|
|
|
|
|
|
|
|
|
|
|
|
146 |
$post_types = $taxonomies = array();
|
147 |
|
148 |
if ( ! empty( $_POST['gglstmp_post_types'] ) ) {
|
@@ -188,7 +198,7 @@ if ( ! class_exists( 'Gglstmp_Settings_Tabs' ) ) {
|
|
188 |
update_option( 'gglstmp_robots', $this->robots );
|
189 |
update_option( 'gglstmp_options', $this->options );
|
190 |
|
191 |
-
if (
|
192 |
gglstmp_schedule_sitemap();
|
193 |
}
|
194 |
|
@@ -223,32 +233,13 @@ if ( ! class_exists( 'Gglstmp_Settings_Tabs' ) ) {
|
|
223 |
'<a href="' . home_url( '/robots.txt' ) . '" target="_blank">robots.txt</a>'
|
224 |
); ?>
|
225 |
</span>
|
226 |
-
<?php $tooltip_text = sprintf(
|
227 |
-
_x( '"Search Engine Visibility" option have to be unmarked on the %s.', '%reading settings page link%', 'google-sitemap-plugin' ),
|
228 |
-
sprintf(
|
229 |
-
'<a href="%s" target="_blank">%s</a>',
|
230 |
-
admin_url( '/options-reading.php#blog_public' ),
|
231 |
-
_x( 'Reading Settings page', '...on the reading settings page.', 'google-sitemap-plugin' )
|
232 |
-
)
|
233 |
-
);
|
234 |
-
if ( file_exists( ABSPATH . 'robots.txt' ) ) {
|
235 |
-
$tooltip_text .= "<br />" . __( 'Also, please add the following code to the beginning of your ".htaccess" file:', 'google-sitemap-plugin' ) . "<br />" .
|
236 |
-
"<pre><code>" .
|
237 |
-
"<IfModule mod_rewrite.c><br />" .
|
238 |
-
"RewriteEngine On<br />" .
|
239 |
-
"RewriteBase /<br />" .
|
240 |
-
"RewriteRule robots\.txt$ index.php?gglstmp_robots=1<br />" .
|
241 |
-
"</IfModule>" .
|
242 |
-
"</code></pre>";
|
243 |
-
}
|
244 |
-
echo bws_add_help_box( $tooltip_text, 'bws-hide-for-mobile bws-auto-width' ); ?>
|
245 |
</td>
|
246 |
</tr>
|
247 |
<tr>
|
248 |
<th><?php _e( 'Media Sitemap', 'google-sitemap-plugin' ); ?></th>
|
249 |
<td>
|
250 |
<input type='checkbox' name="gglstmp_media_sitemap" value="1" <?php checked( $this->options['media_sitemap'], 1 ); ?>/>
|
251 |
-
<span class="bws_info"><?php _e( 'Enable to
|
252 |
</td>
|
253 |
</tr>
|
254 |
<?php if ( $this->is_multisite && ! is_subdomain_install() ) {
|
@@ -274,8 +265,10 @@ if ( ! class_exists( 'Gglstmp_Settings_Tabs' ) ) {
|
|
274 |
<?php echo bws_add_help_box( __( 'The following string will be added to your .htaccess file', 'google-sitemap-plugin' ) . ': <code>RewriteRule ([^/]+\.xml)$ $1 [L]</code>' ); ?>
|
275 |
</td>
|
276 |
</tr>
|
277 |
-
<?php }
|
278 |
-
|
|
|
|
|
279 |
<?php if ( ! $this->hide_pro_tabs ) { ?>
|
280 |
<div class="bws_pro_version_bloc">
|
281 |
<div class="bws_pro_version_table_bloc">
|
@@ -291,6 +284,7 @@ if ( ! class_exists( 'Gglstmp_Settings_Tabs' ) ) {
|
|
291 |
</div>
|
292 |
<?php } ?>
|
293 |
<table class="form-table gglstmp_settings_form">
|
|
|
294 |
<tr>
|
295 |
<th><?php _e( 'URLs Limit', 'google-sitemap-plugin' ); ?></th>
|
296 |
<td>
|
@@ -307,18 +301,18 @@ if ( ! class_exists( 'Gglstmp_Settings_Tabs' ) ) {
|
|
307 |
</td>
|
308 |
</tr>
|
309 |
<tr>
|
310 |
-
<th><?php _e( 'Google
|
311 |
<td>
|
312 |
-
<?php if ( ! $this->client ) {
|
313 |
-
|
314 |
<?php } else { ?>
|
315 |
<?php if ( ! isset( $_POST['gglstmp_logout'] ) && $this->client->getAccessToken() ) { ?>
|
316 |
<input class="button-secondary bws_no_bind_notice" name="gglstmp_logout" type="submit"
|
317 |
-
value="<?php _e( 'Logout
|
318 |
</td>
|
319 |
</tr>
|
320 |
<tr>
|
321 |
-
<th><?php _e( 'Manage Website with Google
|
322 |
<td>
|
323 |
<input class="button-secondary bws_no_bind_notice" type='submit' name='gglstmp_menu_add'
|
324 |
value="<?php _e( 'Add', 'google-sitemap-plugin' ); ?>"/>
|
@@ -327,7 +321,7 @@ if ( ! class_exists( 'Gglstmp_Settings_Tabs' ) ) {
|
|
327 |
<input class="button-secondary bws_no_bind_notice" type='submit' name='gglstmp_menu_info'
|
328 |
value="<?php _e( 'Get Info', 'google-sitemap-plugin' ); ?>"/>
|
329 |
<div class="bws_info">
|
330 |
-
<?php _e( "Add, delete or get info about this website using your Google
|
331 |
</div>
|
332 |
<?php echo $this->manage_info;
|
333 |
} else {
|
@@ -337,7 +331,7 @@ if ( ! class_exists( 'Gglstmp_Settings_Tabs' ) ) {
|
|
337 |
$gglstmp_auth_url = $this->client->createAuthUrl(); ?>
|
338 |
<a id="gglstmp_authorization_button" class="button-secondary button"
|
339 |
href="<?php echo $gglstmp_auth_url; ?>" target="_blank"
|
340 |
-
onclick="window.open(this.href,'','top='+(screen.height/2-560/2)+',left='+(screen.width/2-
|
341 |
<div id="gglstmp_authorization_form">
|
342 |
<input id="gglstmp_authorization_code" class="bws_no_bind_notice"
|
343 |
name="gglstmp_authorization_code" type="text" maxlength="100"
|
@@ -352,9 +346,9 @@ if ( ! class_exists( 'Gglstmp_Settings_Tabs' ) ) {
|
|
352 |
}
|
353 |
} ?>
|
354 |
<div class="bws_info">
|
355 |
-
<?php _e( 'You can also add your sitemap to Google
|
356 |
<a target="_blank"
|
357 |
-
href="https://docs.google.com/document/d/
|
358 |
</div>
|
359 |
</td>
|
360 |
</tr>
|
@@ -418,6 +412,7 @@ if ( ! class_exists( 'Gglstmp_Settings_Tabs' ) ) {
|
|
418 |
</td>
|
419 |
</tr>
|
420 |
</table>
|
|
|
421 |
<?php if ( ! $this->hide_pro_tabs ) { ?>
|
422 |
<div class="bws_pro_version_bloc">
|
423 |
<div class="bws_pro_version_table_bloc">
|
@@ -429,7 +424,16 @@ if ( ! class_exists( 'Gglstmp_Settings_Tabs' ) ) {
|
|
429 |
</div>
|
430 |
<?php $this->bws_pro_block_links(); ?>
|
431 |
</div>
|
432 |
-
<?php }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
433 |
}
|
434 |
|
435 |
/**
|
@@ -457,8 +461,11 @@ if ( ! class_exists( 'Gglstmp_Settings_Tabs' ) ) {
|
|
457 |
return $default_options;
|
458 |
}
|
459 |
|
460 |
-
|
461 |
-
|
|
|
|
|
|
|
462 |
if ( $this->is_multisite ) {
|
463 |
$blog_id = get_current_blog_id();
|
464 |
$xml_file = 'sitemap_' . $blog_id . '.xml';
|
@@ -469,13 +476,13 @@ if ( ! class_exists( 'Gglstmp_Settings_Tabs' ) ) {
|
|
469 |
|
470 |
if ( isset( $xml_file ) && file_exists( ABSPATH . $xml_file ) ) {
|
471 |
|
472 |
-
|
473 |
-
|
474 |
-
|
475 |
-
|
476 |
-
|
477 |
-
|
478 |
-
|
479 |
|
480 |
if ( ! $this->is_multisite ) {
|
481 |
$status = gglstmp_check_sitemap( home_url( "/sitemap.xml" ) );
|
@@ -521,5 +528,30 @@ if ( ! class_exists( 'Gglstmp_Settings_Tabs' ) ) {
|
|
521 |
</div>
|
522 |
<?php }
|
523 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
524 |
}
|
525 |
}
|
27 |
'settings' => array( 'label' => __( 'Settings', 'google-sitemap-plugin' ) ),
|
28 |
'display' => array( 'label' => __( 'Structure', 'google-sitemap-plugin' ) ),
|
29 |
'misc' => array( 'label' => __( 'Misc', 'google-sitemap-plugin' ) ),
|
30 |
+
/*pls */
|
31 |
'license' => array( 'label' => __( 'License Key', 'google-sitemap-plugin' ) )
|
32 |
+
/* pls*/
|
33 |
);
|
34 |
|
35 |
parent::__construct( array(
|
39 |
'default_options' => gglstmp_get_options_default(),
|
40 |
'options' => $gglstmp_options,
|
41 |
'tabs' => $tabs,
|
42 |
+
/*pls */
|
43 |
'wp_slug' => 'google-sitemap-plugin',
|
|
|
|
|
44 |
'link_key' => '28d4cf0b4ab6f56e703f46f60d34d039',
|
45 |
+
'link_pn' => '83',
|
46 |
+
/* pls*/
|
47 |
+
'doc_link' => 'https://docs.google.com/document/d/1ffd0jasAtIEWXiW6Dg81QqmqHODj8j6vqzu2CQFyaT4/'
|
48 |
) );
|
49 |
+
|
50 |
+
add_action( get_parent_class( $this ) . '_additional_misc_options', array( $this, 'additional_misc_options' ) );
|
51 |
+
|
52 |
$this->robots = get_option( 'gglstmp_robots' );
|
53 |
|
54 |
/* Check htaccess plugin */
|
97 |
$this,
|
98 |
'additional_restore_options'
|
99 |
) );
|
100 |
+
add_filter( get_parent_class( $this ) . '_display_custom_messages', array( $this, 'display_custom_messages' ) );
|
101 |
+
add_filter( get_parent_class( $this ) . '_information_postbox_top', array( $this, 'information_postbox_top' ) );
|
|
|
|
|
102 |
}
|
103 |
|
104 |
/**
|
113 |
global $wpdb;
|
114 |
|
115 |
$message = $notice = $error = '';
|
116 |
+
$sitemapcreate = $reschedule = false;
|
117 |
|
118 |
if ( isset( $_POST['gglstmp_logout'] ) ) {
|
119 |
unset( $_SESSION[ 'gglstmp_authorization_code' . $this->blog_prefix ], $this->options['authorization_code'] );
|
147 |
}
|
148 |
}
|
149 |
|
150 |
+
$filter_param = apply_filters( 'gglstmp_save_frequency_options', $this->options, $sitemapcreate );
|
151 |
+
if ( ! empty( $filter_param['frequency_options'] ) && ! empty( $filter_param['sitemapcreate'] ) ) {
|
152 |
+
$this->options = array_merge( $this->options, $filter_param['frequency_options'] );
|
153 |
+
$sitemapcreate = $filter_param['sitemapcreate'];
|
154 |
+
}
|
155 |
+
|
156 |
$post_types = $taxonomies = array();
|
157 |
|
158 |
if ( ! empty( $_POST['gglstmp_post_types'] ) ) {
|
198 |
update_option( 'gglstmp_robots', $this->robots );
|
199 |
update_option( 'gglstmp_options', $this->options );
|
200 |
|
201 |
+
if ( $sitemapcreate ) {
|
202 |
gglstmp_schedule_sitemap();
|
203 |
}
|
204 |
|
233 |
'<a href="' . home_url( '/robots.txt' ) . '" target="_blank">robots.txt</a>'
|
234 |
); ?>
|
235 |
</span>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
236 |
</td>
|
237 |
</tr>
|
238 |
<tr>
|
239 |
<th><?php _e( 'Media Sitemap', 'google-sitemap-plugin' ); ?></th>
|
240 |
<td>
|
241 |
<input type='checkbox' name="gglstmp_media_sitemap" value="1" <?php checked( $this->options['media_sitemap'], 1 ); ?>/>
|
242 |
+
<span class="bws_info"><?php _e( 'Enable to create separate sitemap files for images and videos.', 'google-sitemap-plugin' ); ?></span>
|
243 |
</td>
|
244 |
</tr>
|
245 |
<?php if ( $this->is_multisite && ! is_subdomain_install() ) {
|
265 |
<?php echo bws_add_help_box( __( 'The following string will be added to your .htaccess file', 'google-sitemap-plugin' ) . ': <code>RewriteRule ([^/]+\.xml)$ $1 [L]</code>' ); ?>
|
266 |
</td>
|
267 |
</tr>
|
268 |
+
<?php }
|
269 |
+
do_action( 'gglstmp_display_settings_frequency', $this->options ); ?>
|
270 |
+
<!-- pls -->
|
271 |
+
</table>
|
272 |
<?php if ( ! $this->hide_pro_tabs ) { ?>
|
273 |
<div class="bws_pro_version_bloc">
|
274 |
<div class="bws_pro_version_table_bloc">
|
284 |
</div>
|
285 |
<?php } ?>
|
286 |
<table class="form-table gglstmp_settings_form">
|
287 |
+
<!-- end pls -->
|
288 |
<tr>
|
289 |
<th><?php _e( 'URLs Limit', 'google-sitemap-plugin' ); ?></th>
|
290 |
<td>
|
301 |
</td>
|
302 |
</tr>
|
303 |
<tr>
|
304 |
+
<th><?php _e( 'Google Search Console', 'google-sitemap-plugin' ); ?></th>
|
305 |
<td>
|
306 |
+
<?php if ( ! $this->client ) {
|
307 |
+
_e( "This hosting does not support сURL, so you cannot add a sitemap file automatically.", 'google-sitemap-plugin' ); ?>
|
308 |
<?php } else { ?>
|
309 |
<?php if ( ! isset( $_POST['gglstmp_logout'] ) && $this->client->getAccessToken() ) { ?>
|
310 |
<input class="button-secondary bws_no_bind_notice" name="gglstmp_logout" type="submit"
|
311 |
+
value="<?php _e( 'Logout', 'google-sitemap-plugin' ); ?>"/>
|
312 |
</td>
|
313 |
</tr>
|
314 |
<tr>
|
315 |
+
<th><?php _e( 'Manage Website with Google Search Console', 'google-sitemap-plugin' ); ?></th>
|
316 |
<td>
|
317 |
<input class="button-secondary bws_no_bind_notice" type='submit' name='gglstmp_menu_add'
|
318 |
value="<?php _e( 'Add', 'google-sitemap-plugin' ); ?>"/>
|
321 |
<input class="button-secondary bws_no_bind_notice" type='submit' name='gglstmp_menu_info'
|
322 |
value="<?php _e( 'Get Info', 'google-sitemap-plugin' ); ?>"/>
|
323 |
<div class="bws_info">
|
324 |
+
<?php _e( "Add, delete or get info about this website using your Google Search Console account.", 'google-sitemap-plugin' ); ?>
|
325 |
</div>
|
326 |
<?php echo $this->manage_info;
|
327 |
} else {
|
331 |
$gglstmp_auth_url = $this->client->createAuthUrl(); ?>
|
332 |
<a id="gglstmp_authorization_button" class="button-secondary button"
|
333 |
href="<?php echo $gglstmp_auth_url; ?>" target="_blank"
|
334 |
+
onclick="window.open(this.href,'','top='+(screen.height/2-560/2)+',left='+(screen.width/2-240/2)+',width=640,height=560,resizable=0,scrollbars=0,menubar=0,toolbar=0,status=1,location=0').focus(); return false;"><?php _e( 'Open the Google Search Console', 'google-sitemap-plugin' ); ?></a>
|
335 |
<div id="gglstmp_authorization_form">
|
336 |
<input id="gglstmp_authorization_code" class="bws_no_bind_notice"
|
337 |
name="gglstmp_authorization_code" type="text" maxlength="100"
|
346 |
}
|
347 |
} ?>
|
348 |
<div class="bws_info">
|
349 |
+
<?php _e( 'You can also add your sitemap to Google Search Console manually.', 'google-sitemap-plugin' ); ?>
|
350 |
<a target="_blank"
|
351 |
+
href="https://docs.google.com/document/d/1ffd0jasAtIEWXiW6Dg81QqmqHODj8j6vqzu2CQFyaT4"><?php _e( 'Read the instruction', 'google-sitemap-plugin' ); ?></a>
|
352 |
</div>
|
353 |
</td>
|
354 |
</tr>
|
412 |
</td>
|
413 |
</tr>
|
414 |
</table>
|
415 |
+
<!-- pls -->
|
416 |
<?php if ( ! $this->hide_pro_tabs ) { ?>
|
417 |
<div class="bws_pro_version_bloc">
|
418 |
<div class="bws_pro_version_table_bloc">
|
424 |
</div>
|
425 |
<?php $this->bws_pro_block_links(); ?>
|
426 |
</div>
|
427 |
+
<?php } ?>
|
428 |
+
<!-- end pls -->
|
429 |
+
<?php }
|
430 |
+
|
431 |
+
/**
|
432 |
+
* Display custom options on the 'misc' tab
|
433 |
+
* @access public
|
434 |
+
*/
|
435 |
+
public function additional_misc_options() {
|
436 |
+
do_action( 'gglstmp_settings_page_misc_action', $this->options );
|
437 |
}
|
438 |
|
439 |
/**
|
461 |
return $default_options;
|
462 |
}
|
463 |
|
464 |
+
/**
|
465 |
+
* Custom content for metabox
|
466 |
+
* @access public
|
467 |
+
*/
|
468 |
+
public function information_postbox_top() {
|
469 |
if ( $this->is_multisite ) {
|
470 |
$blog_id = get_current_blog_id();
|
471 |
$xml_file = 'sitemap_' . $blog_id . '.xml';
|
476 |
|
477 |
if ( isset( $xml_file ) && file_exists( ABSPATH . $xml_file ) ) {
|
478 |
|
479 |
+
printf(
|
480 |
+
'<div class="misc-pub-section"><strong>%s</strong></div>',
|
481 |
+
sprintf(
|
482 |
+
__( "Sitemap File: %s", 'google-sitemap-pro' ),
|
483 |
+
'<a href="' . $xml_url . '" target="_blank">' . $xml_file . '</a>'
|
484 |
+
)
|
485 |
+
);
|
486 |
|
487 |
if ( ! $this->is_multisite ) {
|
488 |
$status = gglstmp_check_sitemap( home_url( "/sitemap.xml" ) );
|
528 |
</div>
|
529 |
<?php }
|
530 |
}
|
531 |
+
|
532 |
+
public function display_custom_messages() {
|
533 |
+
$tooltip_text = sprintf(
|
534 |
+
_x('The “Robots.txt” option is enabled. You should disable the “Search Engine Visibility" option on the %s.', '%reading settings page link%', 'google-sitemap-plugin'),
|
535 |
+
sprintf(
|
536 |
+
'<a href="%s" target="_blank">%s</a>',
|
537 |
+
admin_url('/options-reading.php#blog_public'),
|
538 |
+
_x('Reading Settings page', '...on the reading settings page.', 'google-sitemap-plugin')
|
539 |
+
)
|
540 |
+
);
|
541 |
+
if (file_exists(ABSPATH . 'robots.txt')) {
|
542 |
+
$tooltip_text .= "<br />" . __('Also, please add the following code to the beginning of your ".htaccess" file:', 'google-sitemap-plugin') . "<br />" .
|
543 |
+
"<pre><code>" .
|
544 |
+
"<IfModule mod_rewrite.c><br />" .
|
545 |
+
"RewriteEngine On<br />" .
|
546 |
+
"RewriteBase /<br />" .
|
547 |
+
"RewriteRule robots\.txt$ index.php?gglstmp_robots=1<br />" .
|
548 |
+
"</IfModule>" .
|
549 |
+
"</code></pre>";
|
550 |
+
}
|
551 |
+
if ( 1 == $this->robots && '1' != get_option( 'blog_public' ) ) {
|
552 |
+
printf('<div class="updated bws-notice inline"><p><strong>%s</strong></p></div>', $tooltip_text);
|
553 |
+
}
|
554 |
+
return false;
|
555 |
+
}
|
556 |
}
|
557 |
}
|
includes/pro_banners.php
CHANGED
@@ -14,7 +14,7 @@
|
|
14 |
if ( ! function_exists( 'gglstmp_pro_block' ) ) {
|
15 |
function gglstmp_pro_block( $func, $show_cross = true ) {
|
16 |
global $gglstmp_plugin_info, $wp_version, $gglstmp_options;
|
17 |
-
if ( ! bws_hide_premium_options_check( $gglstmp_options )
|
18 |
<div class="bws_pro_version_bloc gglstmp_pro_block <?php echo $func;?>" title="<?php _e( 'This option is available in Pro version of plugin', 'google-sitemap-plugin' ); ?>">
|
19 |
<div class="bws_pro_version_table_bloc">
|
20 |
<?php if ( $show_cross ) { ?>
|
@@ -27,7 +27,16 @@ if ( ! function_exists( 'gglstmp_pro_block' ) ) {
|
|
27 |
<a class="bws_button" href="https://bestwebsoft.com/products/wordpress/plugins/google-sitemap/?k=28d4cf0b4ab6f56e703f46f60d34d039&pn=83&v=<?php echo $gglstmp_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank" title="Sitemap Pro"><?php _e( 'Upgrade to Pro', 'google-sitemap-plugin' ); ?></a>
|
28 |
</div>
|
29 |
</div>
|
30 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
}
|
32 |
}
|
33 |
|
14 |
if ( ! function_exists( 'gglstmp_pro_block' ) ) {
|
15 |
function gglstmp_pro_block( $func, $show_cross = true ) {
|
16 |
global $gglstmp_plugin_info, $wp_version, $gglstmp_options;
|
17 |
+
if ( ! bws_hide_premium_options_check( $gglstmp_options ) ) : ?>
|
18 |
<div class="bws_pro_version_bloc gglstmp_pro_block <?php echo $func;?>" title="<?php _e( 'This option is available in Pro version of plugin', 'google-sitemap-plugin' ); ?>">
|
19 |
<div class="bws_pro_version_table_bloc">
|
20 |
<?php if ( $show_cross ) { ?>
|
27 |
<a class="bws_button" href="https://bestwebsoft.com/products/wordpress/plugins/google-sitemap/?k=28d4cf0b4ab6f56e703f46f60d34d039&pn=83&v=<?php echo $gglstmp_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank" title="Sitemap Pro"><?php _e( 'Upgrade to Pro', 'google-sitemap-plugin' ); ?></a>
|
28 |
</div>
|
29 |
</div>
|
30 |
+
<?php else : ?>
|
31 |
+
<p>
|
32 |
+
<?php _e( 'This tab contains Pro options only.', 'google-sitemap-plugin' );
|
33 |
+
echo ' ' . sprintf(
|
34 |
+
__( '%sChange the settings%s to view the Pro options.', 'google-sitemap-plugin' ),
|
35 |
+
'<a href="admin.php?page=google-sitemap-plugin.php&bws_active_tab=misc">',
|
36 |
+
'</a>'
|
37 |
+
); ?>
|
38 |
+
</p>
|
39 |
+
<?php endif;
|
40 |
}
|
41 |
}
|
42 |
|
languages/google-sitemap-plugin-ru_RU.mo
CHANGED
Binary file
|
languages/google-sitemap-plugin-ru_RU.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Sitemap by BestWebSoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: BestWebSoft <plugin@bestwebsoft.com>\n"
|
9 |
"Language: ru_RU\n"
|
@@ -13,274 +13,256 @@ msgstr ""
|
|
13 |
"X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
-
"X-Generator: Poedit 2.2
|
17 |
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
18 |
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
19 |
"X-Poedit-SearchPath-0: .\n"
|
20 |
"X-Poedit-SearchPathExcluded-0: bws_menu\n"
|
21 |
|
22 |
#: google-sitemap-plugin.php:37 google-sitemap-plugin.php:47
|
23 |
-
#: includes/class-gglstmp-settings.php:
|
24 |
msgid "Sitemap Settings"
|
25 |
msgstr "Настройки Sitemap"
|
26 |
|
27 |
-
#: google-sitemap-plugin.php:48 google-sitemap-plugin.php:
|
28 |
-
#: google-sitemap-plugin.php:
|
29 |
-
#: includes/class-gglstmp-settings.php:
|
30 |
msgid "Settings"
|
31 |
msgstr "Настройки"
|
32 |
|
33 |
-
#: google-sitemap-plugin.php:
|
34 |
-
#: google-sitemap-plugin.php:
|
35 |
msgid "Custom Links"
|
36 |
msgstr "Пользовательские ссылки"
|
37 |
|
38 |
-
#: google-sitemap-plugin.php:
|
39 |
msgid "Upgrade to Pro"
|
40 |
msgstr "Обновить до Pro"
|
41 |
|
42 |
-
#: google-sitemap-plugin.php:
|
43 |
msgid "Post categories"
|
44 |
msgstr "Рубрики записей"
|
45 |
|
46 |
-
#: google-sitemap-plugin.php:
|
47 |
msgid "Post tags"
|
48 |
msgstr "Метки записей"
|
49 |
|
50 |
-
#: google-sitemap-plugin.php:
|
51 |
msgid "Please enable JavaScript in your browser."
|
52 |
msgstr "Пожалуйста, включите поддержку JavaScript в вашем браузере."
|
53 |
|
54 |
-
#: google-sitemap-plugin.php:
|
55 |
msgid "Add New"
|
56 |
msgstr "Добавить ссылку"
|
57 |
|
58 |
-
#: google-sitemap-plugin.php:
|
59 |
-
#: google-sitemap-plugin.php:
|
60 |
msgid "Website"
|
61 |
msgstr "Сайт"
|
62 |
|
63 |
-
#: google-sitemap-plugin.php:
|
64 |
-
#: google-sitemap-plugin.php:
|
65 |
-
#: google-sitemap-plugin.php:
|
66 |
msgid "Status"
|
67 |
msgstr "Статус"
|
68 |
|
69 |
-
#: google-sitemap-plugin.php:
|
70 |
-
#: google-sitemap-plugin.php:
|
71 |
msgid "Not added"
|
72 |
msgstr "Не добавлено"
|
73 |
|
74 |
-
#: google-sitemap-plugin.php:
|
75 |
-
#: google-sitemap-plugin.php:
|
76 |
msgid "Added"
|
77 |
msgstr "Добавлено"
|
78 |
|
79 |
-
#: google-sitemap-plugin.php:
|
80 |
-
#: google-sitemap-plugin.php:
|
81 |
msgid "Verification Status"
|
82 |
msgstr "Статус проверки"
|
83 |
|
84 |
-
#: google-sitemap-plugin.php:
|
85 |
msgid "Verified"
|
86 |
msgstr "Проверено"
|
87 |
|
88 |
-
#: google-sitemap-plugin.php:
|
89 |
msgid "Not verified"
|
90 |
msgstr "Не проверено"
|
91 |
|
92 |
-
#: google-sitemap-plugin.php:
|
93 |
msgid "Sitemap Status"
|
94 |
msgstr "Статус Sitemap"
|
95 |
|
96 |
-
#: google-sitemap-plugin.php:
|
97 |
msgid "Added with errors."
|
98 |
msgstr "Добавлено с ошибками."
|
99 |
|
100 |
-
#: google-sitemap-plugin.php:
|
101 |
msgid "View errors in Google Webmaster Tools"
|
102 |
msgstr "Просмотреть ошибки в Google Webmaster Tools"
|
103 |
|
104 |
-
#: google-sitemap-plugin.php:
|
105 |
msgid "Sitemap URL"
|
106 |
msgstr "Sitemap URL"
|
107 |
|
108 |
-
#: google-sitemap-plugin.php:
|
109 |
-
#: google-sitemap-plugin.php:
|
110 |
-
#: google-sitemap-plugin.php:
|
111 |
-
#: google-sitemap-plugin.php:
|
112 |
-
#: includes/class-gglstmp-settings.php:
|
113 |
msgid "Error"
|
114 |
msgstr "Ошибка"
|
115 |
|
116 |
-
#: google-sitemap-plugin.php:
|
117 |
msgid "Please check the sitemap file manually."
|
118 |
msgstr "Пожалуйста, проверьте файл Sitemap вручную."
|
119 |
|
120 |
-
#: google-sitemap-plugin.php:
|
121 |
-
#: google-sitemap-plugin.php:
|
122 |
-
#: google-sitemap-plugin.php:
|
123 |
-
#: includes/class-gglstmp-settings.php:
|
124 |
-
#: includes/pro_banners.php:
|
125 |
msgid "Learn More"
|
126 |
msgstr "Подробнее"
|
127 |
|
128 |
-
#: google-sitemap-plugin.php:
|
129 |
-
#: google-sitemap-plugin.php:
|
130 |
-
#: google-sitemap-plugin.php:
|
131 |
msgid "Unexpected error"
|
132 |
msgstr "Неожиданная ошибка"
|
133 |
|
134 |
-
#: google-sitemap-plugin.php:
|
135 |
-
#: google-sitemap-plugin.php:
|
136 |
msgid "Manual verification required."
|
137 |
msgstr "Требуется ручная проверка."
|
138 |
|
139 |
-
#: google-sitemap-plugin.php:
|
140 |
msgid "Deleted"
|
141 |
msgstr "Удален"
|
142 |
|
143 |
-
#: google-sitemap-plugin.php:
|
144 |
-
#: google-sitemap-plugin.php:
|
145 |
msgid "Verification Code"
|
146 |
msgstr "Код подтверждения"
|
147 |
|
148 |
-
#: google-sitemap-plugin.php:
|
149 |
msgid "Received and added to the site"
|
150 |
msgstr "Получен и добавлен на сайт"
|
151 |
|
152 |
-
#: google-sitemap-plugin.php:
|
153 |
msgid "Received, but has not been added to the site"
|
154 |
msgstr "Получен, но не добавлен на сайт"
|
155 |
|
156 |
-
#: google-sitemap-plugin.php:
|
157 |
msgid "Please add the sitemap file manually."
|
158 |
msgstr "Пожалуйста, добавьте файл Sitemap вручную."
|
159 |
|
160 |
-
#: google-sitemap-plugin.php:
|
161 |
msgid "Error 404"
|
162 |
msgstr "Ошибка 404"
|
163 |
|
164 |
-
#: google-sitemap-plugin.php:
|
165 |
#, php-format
|
166 |
msgid "The sitemap file %s not found."
|
167 |
msgstr "Файл sitemap %s не найден."
|
168 |
|
169 |
-
#: google-sitemap-plugin.php:
|
170 |
msgid "The sitemap file not found."
|
171 |
msgstr "Файл sitemap не найден."
|
172 |
|
173 |
-
#: google-sitemap-plugin.php:
|
174 |
msgid "Sitemap plugin"
|
175 |
msgstr "Sitemap плагин"
|
176 |
|
177 |
-
#: google-sitemap-plugin.php:
|
178 |
msgid "Canonical Url"
|
179 |
msgstr "Канонический Url"
|
180 |
|
181 |
-
#: google-sitemap-plugin.php:
|
182 |
msgid "FAQ"
|
183 |
msgstr "FAQ"
|
184 |
|
185 |
-
#: google-sitemap-plugin.php:
|
186 |
msgid "Support"
|
187 |
msgstr "Тех.поддержка"
|
188 |
|
189 |
-
#: includes/class-gglstmp-settings.php:
|
190 |
msgid "Structure"
|
191 |
msgstr "Структура"
|
192 |
|
193 |
-
#: includes/class-gglstmp-settings.php:
|
194 |
msgid "Misc"
|
195 |
msgstr "Разное"
|
196 |
|
197 |
-
#: includes/class-gglstmp-settings.php:
|
198 |
msgid "License Key"
|
199 |
msgstr "Лицензионный ключ"
|
200 |
|
201 |
-
#: includes/class-gglstmp-settings.php:
|
202 |
msgid "Post category"
|
203 |
msgstr "Рубрика записей"
|
204 |
|
205 |
-
#: includes/class-gglstmp-settings.php:
|
206 |
msgid "Post tag"
|
207 |
msgstr "Метка записей"
|
208 |
|
209 |
-
#: includes/class-gglstmp-settings.php:
|
210 |
msgid "Settings saved."
|
211 |
msgstr "Настройки сохранены."
|
212 |
|
213 |
-
#: includes/class-gglstmp-settings.php:
|
214 |
#, php-format
|
215 |
msgctxt "%robots.txt file link%"
|
216 |
msgid "Enable to add a sitemap file path to the %s file."
|
217 |
msgstr "Включите, чтобы добавить путь файла Sitemap в файл %s."
|
218 |
|
219 |
-
#: includes/class-gglstmp-settings.php:
|
220 |
-
#, php-format
|
221 |
-
msgctxt "%reading settings page link%"
|
222 |
-
msgid "\"Search Engine Visibility\" option have to be unmarked on the %s."
|
223 |
-
msgstr "Опция \"Видимость для поисковых систем\" дожна быть не отмечена на %s."
|
224 |
-
|
225 |
-
#: includes/class-gglstmp-settings.php:229
|
226 |
-
msgctxt "...on the reading settings page."
|
227 |
-
msgid "Reading Settings page"
|
228 |
-
msgstr "странице настроек чтения"
|
229 |
-
|
230 |
-
#: includes/class-gglstmp-settings.php:233
|
231 |
-
msgid ""
|
232 |
-
"Also, please add the following code to the beginning of your \".htaccess\" "
|
233 |
-
"file:"
|
234 |
-
msgstr ""
|
235 |
-
"Так же, пожалуйста, добавьте следующий код в начало вашего файла \".htaccess"
|
236 |
-
"\":"
|
237 |
-
|
238 |
-
#: includes/class-gglstmp-settings.php:246
|
239 |
msgid "Media Sitemap"
|
240 |
msgstr "Media Sitemap"
|
241 |
|
242 |
-
#: includes/class-gglstmp-settings.php:
|
243 |
-
msgid "Enable to
|
244 |
-
msgstr "
|
|
|
245 |
|
246 |
-
#: includes/class-gglstmp-settings.php:
|
247 |
msgid "This option will be applied to all websites in the network."
|
248 |
msgstr "Эта опция будет применена ко всем сайтам в сети."
|
249 |
|
250 |
-
#: includes/class-gglstmp-settings.php:
|
251 |
-
#: includes/class-gglstmp-settings.php:
|
252 |
msgid "Activate"
|
253 |
msgstr "Активировать"
|
254 |
|
255 |
-
#: includes/class-gglstmp-settings.php:
|
256 |
-
#: includes/class-gglstmp-settings.php:
|
257 |
msgid "Install Now"
|
258 |
msgstr "Установить Сейчас"
|
259 |
|
260 |
-
#: includes/class-gglstmp-settings.php:
|
261 |
#, php-format
|
262 |
msgid "%s Plugin"
|
263 |
msgstr "%s плагин"
|
264 |
|
265 |
-
#: includes/class-gglstmp-settings.php:
|
266 |
#, php-format
|
267 |
msgid "Enable to allow XML files access using %s plugin."
|
268 |
msgstr "Включите, чтобы разрешить доступ к файлам XML с помощью плагина %s."
|
269 |
|
270 |
-
#: includes/class-gglstmp-settings.php:
|
271 |
msgid "The following string will be added to your .htaccess file"
|
272 |
msgstr "В ваш .htaccess файл будет добавлена следующая строка"
|
273 |
|
274 |
-
#: includes/class-gglstmp-settings.php:
|
275 |
-
#: includes/class-gglstmp-settings.php:
|
276 |
msgid "Close"
|
277 |
msgstr "Закрыть"
|
278 |
|
279 |
-
#: includes/class-gglstmp-settings.php:
|
280 |
msgid "URLs Limit"
|
281 |
msgstr "Лимит ссылок"
|
282 |
|
283 |
-
#: includes/class-gglstmp-settings.php:
|
284 |
msgid ""
|
285 |
"A sitemap file can't contain more than 50,000 URLs and must be no larger "
|
286 |
"than 50 MB uncompressed."
|
@@ -288,22 +270,22 @@ msgstr ""
|
|
288 |
"Файл sitemap не может содержать более 50000 ссылок и не должен превышать "
|
289 |
"50MB в несжатом состоянии."
|
290 |
|
291 |
-
#: includes/class-gglstmp-settings.php:
|
292 |
msgid "Decrease the limit if your sitemap exceeds file size limit."
|
293 |
msgstr ""
|
294 |
"Уменьшите значение если размер файла sitemap превышает допустимое значение."
|
295 |
|
296 |
-
#: includes/class-gglstmp-settings.php:
|
297 |
msgid ""
|
298 |
"When the limit is reached, the sitemap will be splitted into multiple files."
|
299 |
msgstr ""
|
300 |
"Файл sitemap будет разбит на несколько частей при достижении лимита ссылок."
|
301 |
|
302 |
-
#: includes/class-gglstmp-settings.php:
|
303 |
-
msgid "Google
|
304 |
-
msgstr "Google
|
305 |
|
306 |
-
#: includes/class-gglstmp-settings.php:
|
307 |
msgid ""
|
308 |
"This hosting does not support сURL, so you cannot add a sitemap file "
|
309 |
"automatically."
|
@@ -311,94 +293,90 @@ msgstr ""
|
|
311 |
"Ваш хостинг не поддерживает сURL, поэтому вы не можете добавить sitemap "
|
312 |
"автоматически."
|
313 |
|
314 |
-
#: includes/class-gglstmp-settings.php:
|
315 |
-
msgid "Logout
|
316 |
-
msgstr "Выйти
|
317 |
|
318 |
-
#: includes/class-gglstmp-settings.php:
|
319 |
-
msgid "Manage Website with Google
|
320 |
-
msgstr "Управляйте веб-сайтом с помощью
|
321 |
|
322 |
-
#: includes/class-gglstmp-settings.php:
|
323 |
msgid "Add"
|
324 |
msgstr "Добавить"
|
325 |
|
326 |
-
#: includes/class-gglstmp-settings.php:
|
327 |
msgid "Delete"
|
328 |
msgstr "Удалить"
|
329 |
|
330 |
-
#: includes/class-gglstmp-settings.php:
|
331 |
msgid "Get Info"
|
332 |
msgstr "Получить информацию"
|
333 |
|
334 |
-
#: includes/class-gglstmp-settings.php:
|
335 |
msgid ""
|
336 |
-
"Add, delete or get info about this website using your Google
|
337 |
"account."
|
338 |
msgstr ""
|
339 |
"Добавьте, удалите или получите информацию об этом сайте с помощью своей "
|
340 |
-
"учетной записи Google
|
341 |
|
342 |
-
#: includes/class-gglstmp-settings.php:
|
343 |
-
msgid "
|
344 |
-
msgstr "
|
345 |
|
346 |
-
#: includes/class-gglstmp-settings.php:
|
347 |
msgid "Authorize"
|
348 |
msgstr "Авторизироваться"
|
349 |
|
350 |
-
#: includes/class-gglstmp-settings.php:
|
351 |
msgid "Invalid authorization code. Please try again."
|
352 |
msgstr "Недействительный код авторизации. Пожалуйста, попробуйте еще раз."
|
353 |
|
354 |
-
#: includes/class-gglstmp-settings.php:
|
355 |
-
msgid "You can also add your sitemap to Google
|
356 |
-
msgstr "Вы также можете вручную добавить
|
357 |
|
358 |
-
#: includes/class-gglstmp-settings.php:
|
359 |
msgid "Read the instruction"
|
360 |
msgstr "Читать инструкцию"
|
361 |
|
362 |
-
#: includes/class-gglstmp-settings.php:
|
363 |
msgid "Alternate Language Pages"
|
364 |
msgstr "Страницы альтернативных языков"
|
365 |
|
366 |
-
#: includes/class-gglstmp-settings.php:
|
367 |
msgid "Enable to add alternate language pages using Multilanguage plugin."
|
368 |
msgstr ""
|
369 |
"Включите, чтобы добавить страницы альтернативных языков используя плагин "
|
370 |
"Multilanguage."
|
371 |
|
372 |
-
#: includes/class-gglstmp-settings.php:
|
373 |
msgid "Sitemap Structure"
|
374 |
msgstr "Структура Sitemap"
|
375 |
|
376 |
-
#: includes/class-gglstmp-settings.php:
|
377 |
msgid "Post Types"
|
378 |
msgstr "Типы записей"
|
379 |
|
380 |
-
#: includes/class-gglstmp-settings.php:
|
381 |
msgid "Enable to add post type links to the sitemap."
|
382 |
msgstr "Включите, чтобы добавить ссылки типов записей в sitemap."
|
383 |
|
384 |
-
#: includes/class-gglstmp-settings.php:
|
385 |
msgid "Taxonomies"
|
386 |
msgstr "Таксономии"
|
387 |
|
388 |
-
#: includes/class-gglstmp-settings.php:
|
389 |
msgid "Enable to taxonomy links to the sitemap."
|
390 |
msgstr "Включите, чтобы добавить ссылки таксономий в sitemap."
|
391 |
|
392 |
-
#: includes/class-gglstmp-settings.php:
|
393 |
#, php-format
|
394 |
-
msgid "%s
|
395 |
-
msgstr "%s
|
396 |
|
397 |
-
#: includes/class-gglstmp-settings.php:
|
398 |
-
msgid "The Sitemap file"
|
399 |
-
msgstr "Файл Sitemap"
|
400 |
-
|
401 |
-
#: includes/class-gglstmp-settings.php:500
|
402 |
#, php-format
|
403 |
msgid ""
|
404 |
"Can't access XML files. Try to add the following rule %s to your %s file "
|
@@ -410,11 +388,11 @@ msgstr ""
|
|
410 |
"корневом каталоге сайта. Найдите следующую строку %s и вставь этот код после "
|
411 |
"нее."
|
412 |
|
413 |
-
#: includes/class-gglstmp-settings.php:
|
414 |
msgid "Note"
|
415 |
msgstr "Примечание"
|
416 |
|
417 |
-
#: includes/class-gglstmp-settings.php:
|
418 |
msgid ""
|
419 |
"Another plugin is providing Google Client functionality and may interrupt "
|
420 |
"proper plugin work."
|
@@ -422,22 +400,54 @@ msgstr ""
|
|
422 |
"Другой плагин предоставляет функционал для Google Client и может мешать "
|
423 |
"корректной работе плагина."
|
424 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
425 |
#: includes/pro_banners.php:18
|
426 |
msgid "This option is available in Pro version of plugin"
|
427 |
msgstr "Данный функционал доступен в Pro версии плагина"
|
428 |
|
429 |
-
#: includes/pro_banners.php:
|
430 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
431 |
msgid "Change Frequency"
|
432 |
msgstr "Частота обновления"
|
433 |
|
434 |
-
#: includes/pro_banners.php:
|
435 |
-
#: includes/pro_banners.php:
|
436 |
-
#: includes/pro_banners.php:
|
437 |
msgid "Monthly"
|
438 |
msgstr "Ежемесячно"
|
439 |
|
440 |
-
#: includes/pro_banners.php:
|
441 |
msgid ""
|
442 |
"This value provides general information to search engines and tell them how "
|
443 |
"frequently the page is likely to change. It may not correlate exactly to how "
|
@@ -447,15 +457,15 @@ msgstr ""
|
|
447 |
"им, как часто страница может измениться. Это может не точно соответствовать "
|
448 |
"тому, как часто они сканируют сайт."
|
449 |
|
450 |
-
#: includes/pro_banners.php:
|
451 |
msgid "External Sitemap Update Frequency"
|
452 |
msgstr "Частота обновления внешних sitemap"
|
453 |
|
454 |
-
#: includes/pro_banners.php:
|
455 |
msgid "day(-s)"
|
456 |
msgstr "дней"
|
457 |
|
458 |
-
#: includes/pro_banners.php:
|
459 |
msgid ""
|
460 |
"This option sets how often the external index sitemap files should be "
|
461 |
"checked for updates."
|
@@ -463,51 +473,51 @@ msgstr ""
|
|
463 |
"Эта опция устанавливает, как часто будет выполняться проверка на наличие "
|
464 |
"обновлений во внешних файлах sitemap."
|
465 |
|
466 |
-
#: includes/pro_banners.php:
|
467 |
msgid "Example of site pages' tree"
|
468 |
msgstr "Пример дерева страниц сайта"
|
469 |
|
470 |
-
#: includes/pro_banners.php:
|
471 |
msgid "All"
|
472 |
msgstr "Все"
|
473 |
|
474 |
-
#: includes/pro_banners.php:
|
475 |
msgid "Enabled"
|
476 |
msgstr "Активные"
|
477 |
|
478 |
-
#: includes/pro_banners.php:
|
479 |
msgid "Disabled"
|
480 |
msgstr "Неактивные"
|
481 |
|
482 |
-
#: includes/pro_banners.php:
|
483 |
msgid "Search"
|
484 |
msgstr "Поиск"
|
485 |
|
486 |
-
#: includes/pro_banners.php:
|
487 |
msgid "Bulk Actions"
|
488 |
msgstr "Групповые действия"
|
489 |
|
490 |
-
#: includes/pro_banners.php:
|
491 |
msgid "Apply"
|
492 |
msgstr "Применить"
|
493 |
|
494 |
-
#: includes/pro_banners.php:
|
495 |
msgid "items"
|
496 |
msgstr "элементов"
|
497 |
|
498 |
-
#: includes/pro_banners.php:
|
499 |
msgid "Priority"
|
500 |
msgstr "Приоритет"
|
501 |
|
502 |
-
#: includes/pro_banners.php:
|
503 |
msgid "Last Changed"
|
504 |
msgstr "Дата изменения"
|
505 |
|
506 |
-
#: includes/pro_banners.php:
|
507 |
msgid "Please note"
|
508 |
msgstr "Пожалуйста, учтите"
|
509 |
|
510 |
-
#: includes/pro_banners.php:
|
511 |
msgid ""
|
512 |
"All URLs listed in the sitemap.xml must use the same protocol (HTTP or "
|
513 |
"HTTPS) and must be located on the same host as the sitemap.xml."
|
@@ -516,35 +526,56 @@ msgstr ""
|
|
516 |
"и тот же протокол( HTTP или HTTPS ) и размещены на том же хосте, что и файл "
|
517 |
"sitemap.xml."
|
518 |
|
519 |
-
#: includes/pro_banners.php:
|
520 |
msgid "You can also add multiple URLs at once."
|
521 |
msgstr "Вы также можете добавить несколько URL-адресов одновременно."
|
522 |
|
523 |
-
#: includes/pro_banners.php:
|
524 |
msgid "Always"
|
525 |
msgstr "Всегда"
|
526 |
|
527 |
-
#: includes/pro_banners.php:
|
528 |
msgid "Save"
|
529 |
msgstr "Сохранить"
|
530 |
|
531 |
-
#: includes/pro_banners.php:
|
532 |
msgid "Edit"
|
533 |
msgstr "Редактировать"
|
534 |
|
535 |
-
#: includes/pro_banners.php:
|
536 |
msgid "Disable"
|
537 |
msgstr "Деактивировать"
|
538 |
|
539 |
-
#: includes/pro_banners.php:
|
540 |
msgid "Yes"
|
541 |
msgstr "Да"
|
542 |
|
543 |
-
#: includes/pro_banners.php:
|
544 |
-
#: includes/pro_banners.php:
|
545 |
msgid "No"
|
546 |
msgstr "Нет"
|
547 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
548 |
#~ msgid "Google-Sitemap-plugin Canonical Settings"
|
549 |
#~ msgstr "Google Sitemap: канонические ссылки "
|
550 |
|
@@ -1044,9 +1075,6 @@ msgstr "Нет"
|
|
1044 |
#~ "(ваше имя пользователя - это электронный адрес, указанный при покупке "
|
1045 |
#~ "продукта)."
|
1046 |
|
1047 |
-
#~ msgid "Sitemap file:"
|
1048 |
-
#~ msgstr "Файл Sitemap:"
|
1049 |
-
|
1050 |
#~ msgid "added"
|
1051 |
#~ msgstr "добавлен"
|
1052 |
|
@@ -1078,6 +1106,3 @@ msgstr "Нет"
|
|
1078 |
|
1079 |
#~ msgid "Go!"
|
1080 |
#~ msgstr "Обновить!"
|
1081 |
-
|
1082 |
-
#~ msgid "Google Sitemap options"
|
1083 |
-
#~ msgstr "Опции карты сайта Google"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Sitemap by BestWebSoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2021-01-21 10:57+0200\n"
|
6 |
+
"PO-Revision-Date: 2021-01-21 10:58+0200\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: BestWebSoft <plugin@bestwebsoft.com>\n"
|
9 |
"Language: ru_RU\n"
|
13 |
"X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
+
"X-Generator: Poedit 2.4.2\n"
|
17 |
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
18 |
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
19 |
"X-Poedit-SearchPath-0: .\n"
|
20 |
"X-Poedit-SearchPathExcluded-0: bws_menu\n"
|
21 |
|
22 |
#: google-sitemap-plugin.php:37 google-sitemap-plugin.php:47
|
23 |
+
#: includes/class-gglstmp-settings.php:202
|
24 |
msgid "Sitemap Settings"
|
25 |
msgstr "Настройки Sitemap"
|
26 |
|
27 |
+
#: google-sitemap-plugin.php:48 google-sitemap-plugin.php:1353
|
28 |
+
#: google-sitemap-plugin.php:1825 google-sitemap-plugin.php:1839
|
29 |
+
#: includes/class-gglstmp-settings.php:27
|
30 |
msgid "Settings"
|
31 |
msgstr "Настройки"
|
32 |
|
33 |
+
#: google-sitemap-plugin.php:55 google-sitemap-plugin.php:56
|
34 |
+
#: google-sitemap-plugin.php:1360
|
35 |
msgid "Custom Links"
|
36 |
msgstr "Пользовательские ссылки"
|
37 |
|
38 |
+
#: google-sitemap-plugin.php:73 includes/pro_banners.php:27
|
39 |
msgid "Upgrade to Pro"
|
40 |
msgstr "Обновить до Pro"
|
41 |
|
42 |
+
#: google-sitemap-plugin.php:384
|
43 |
msgid "Post categories"
|
44 |
msgstr "Рубрики записей"
|
45 |
|
46 |
+
#: google-sitemap-plugin.php:385
|
47 |
msgid "Post tags"
|
48 |
msgstr "Метки записей"
|
49 |
|
50 |
+
#: google-sitemap-plugin.php:1355
|
51 |
msgid "Please enable JavaScript in your browser."
|
52 |
msgstr "Пожалуйста, включите поддержку JavaScript в вашем браузере."
|
53 |
|
54 |
+
#: google-sitemap-plugin.php:1361
|
55 |
msgid "Add New"
|
56 |
msgstr "Добавить ссылку"
|
57 |
|
58 |
+
#: google-sitemap-plugin.php:1405 google-sitemap-plugin.php:1492
|
59 |
+
#: google-sitemap-plugin.php:1545
|
60 |
msgid "Website"
|
61 |
msgstr "Сайт"
|
62 |
|
63 |
+
#: google-sitemap-plugin.php:1416 google-sitemap-plugin.php:1420
|
64 |
+
#: google-sitemap-plugin.php:1509 google-sitemap-plugin.php:1525
|
65 |
+
#: google-sitemap-plugin.php:1549 google-sitemap-plugin.php:1563
|
66 |
msgid "Status"
|
67 |
msgstr "Статус"
|
68 |
|
69 |
+
#: google-sitemap-plugin.php:1417 google-sitemap-plugin.php:1449
|
70 |
+
#: google-sitemap-plugin.php:1526
|
71 |
msgid "Not added"
|
72 |
msgstr "Не добавлено"
|
73 |
|
74 |
+
#: google-sitemap-plugin.php:1421 google-sitemap-plugin.php:1452
|
75 |
+
#: google-sitemap-plugin.php:1550 google-sitemap-plugin.php:1661
|
76 |
msgid "Added"
|
77 |
msgstr "Добавлено"
|
78 |
|
79 |
+
#: google-sitemap-plugin.php:1423 google-sitemap-plugin.php:1606
|
80 |
+
#: google-sitemap-plugin.php:1618 google-sitemap-plugin.php:1632
|
81 |
msgid "Verification Status"
|
82 |
msgstr "Статус проверки"
|
83 |
|
84 |
+
#: google-sitemap-plugin.php:1425 google-sitemap-plugin.php:1619
|
85 |
msgid "Verified"
|
86 |
msgstr "Проверено"
|
87 |
|
88 |
+
#: google-sitemap-plugin.php:1427
|
89 |
msgid "Not verified"
|
90 |
msgstr "Не проверено"
|
91 |
|
92 |
+
#: google-sitemap-plugin.php:1436 google-sitemap-plugin.php:1640
|
93 |
msgid "Sitemap Status"
|
94 |
msgstr "Статус Sitemap"
|
95 |
|
96 |
+
#: google-sitemap-plugin.php:1454
|
97 |
msgid "Added with errors."
|
98 |
msgstr "Добавлено с ошибками."
|
99 |
|
100 |
+
#: google-sitemap-plugin.php:1454
|
101 |
msgid "View errors in Google Webmaster Tools"
|
102 |
msgstr "Просмотреть ошибки в Google Webmaster Tools"
|
103 |
|
104 |
+
#: google-sitemap-plugin.php:1457
|
105 |
msgid "Sitemap URL"
|
106 |
msgstr "Sitemap URL"
|
107 |
|
108 |
+
#: google-sitemap-plugin.php:1460 google-sitemap-plugin.php:1476
|
109 |
+
#: google-sitemap-plugin.php:1528 google-sitemap-plugin.php:1565
|
110 |
+
#: google-sitemap-plugin.php:1603 google-sitemap-plugin.php:1634
|
111 |
+
#: google-sitemap-plugin.php:1674 google-sitemap-plugin.php:1694
|
112 |
+
#: includes/class-gglstmp-settings.php:483
|
113 |
msgid "Error"
|
114 |
msgstr "Ошибка"
|
115 |
|
116 |
+
#: google-sitemap-plugin.php:1460
|
117 |
msgid "Please check the sitemap file manually."
|
118 |
msgstr "Пожалуйста, проверьте файл Sitemap вручную."
|
119 |
|
120 |
+
#: google-sitemap-plugin.php:1460 google-sitemap-plugin.php:1478
|
121 |
+
#: google-sitemap-plugin.php:1568 google-sitemap-plugin.php:1607
|
122 |
+
#: google-sitemap-plugin.php:1637 google-sitemap-plugin.php:1677
|
123 |
+
#: includes/class-gglstmp-settings.php:281 includes/pro_banners.php:56
|
124 |
+
#: includes/pro_banners.php:126
|
125 |
msgid "Learn More"
|
126 |
msgstr "Подробнее"
|
127 |
|
128 |
+
#: google-sitemap-plugin.php:1465 google-sitemap-plugin.php:1516
|
129 |
+
#: google-sitemap-plugin.php:1553 google-sitemap-plugin.php:1591
|
130 |
+
#: google-sitemap-plugin.php:1622 google-sitemap-plugin.php:1664
|
131 |
msgid "Unexpected error"
|
132 |
msgstr "Неожиданная ошибка"
|
133 |
|
134 |
+
#: google-sitemap-plugin.php:1478 google-sitemap-plugin.php:1568
|
135 |
+
#: google-sitemap-plugin.php:1637
|
136 |
msgid "Manual verification required."
|
137 |
msgstr "Требуется ручная проверка."
|
138 |
|
139 |
+
#: google-sitemap-plugin.php:1510
|
140 |
msgid "Deleted"
|
141 |
msgstr "Удален"
|
142 |
|
143 |
+
#: google-sitemap-plugin.php:1583 google-sitemap-plugin.php:1586
|
144 |
+
#: google-sitemap-plugin.php:1602
|
145 |
msgid "Verification Code"
|
146 |
msgstr "Код подтверждения"
|
147 |
|
148 |
+
#: google-sitemap-plugin.php:1584
|
149 |
msgid "Received and added to the site"
|
150 |
msgstr "Получен и добавлен на сайт"
|
151 |
|
152 |
+
#: google-sitemap-plugin.php:1587
|
153 |
msgid "Received, but has not been added to the site"
|
154 |
msgstr "Получен, но не добавлен на сайт"
|
155 |
|
156 |
+
#: google-sitemap-plugin.php:1677
|
157 |
msgid "Please add the sitemap file manually."
|
158 |
msgstr "Пожалуйста, добавьте файл Sitemap вручную."
|
159 |
|
160 |
+
#: google-sitemap-plugin.php:1682
|
161 |
msgid "Error 404"
|
162 |
msgstr "Ошибка 404"
|
163 |
|
164 |
+
#: google-sitemap-plugin.php:1684
|
165 |
#, php-format
|
166 |
msgid "The sitemap file %s not found."
|
167 |
msgstr "Файл sitemap %s не найден."
|
168 |
|
169 |
+
#: google-sitemap-plugin.php:1694
|
170 |
msgid "The sitemap file not found."
|
171 |
msgstr "Файл sitemap не найден."
|
172 |
|
173 |
+
#: google-sitemap-plugin.php:1777 google-sitemap-plugin.php:1786
|
174 |
msgid "Sitemap plugin"
|
175 |
msgstr "Sitemap плагин"
|
176 |
|
177 |
+
#: google-sitemap-plugin.php:1810
|
178 |
msgid "Canonical Url"
|
179 |
msgstr "Канонический Url"
|
180 |
|
181 |
+
#: google-sitemap-plugin.php:1841
|
182 |
msgid "FAQ"
|
183 |
msgstr "FAQ"
|
184 |
|
185 |
+
#: google-sitemap-plugin.php:1842
|
186 |
msgid "Support"
|
187 |
msgstr "Тех.поддержка"
|
188 |
|
189 |
+
#: includes/class-gglstmp-settings.php:28
|
190 |
msgid "Structure"
|
191 |
msgstr "Структура"
|
192 |
|
193 |
+
#: includes/class-gglstmp-settings.php:29
|
194 |
msgid "Misc"
|
195 |
msgstr "Разное"
|
196 |
|
197 |
+
#: includes/class-gglstmp-settings.php:30
|
198 |
msgid "License Key"
|
199 |
msgstr "Лицензионный ключ"
|
200 |
|
201 |
+
#: includes/class-gglstmp-settings.php:86
|
202 |
msgid "Post category"
|
203 |
msgstr "Рубрика записей"
|
204 |
|
205 |
+
#: includes/class-gglstmp-settings.php:87
|
206 |
msgid "Post tag"
|
207 |
msgstr "Метка записей"
|
208 |
|
209 |
+
#: includes/class-gglstmp-settings.php:192
|
210 |
msgid "Settings saved."
|
211 |
msgstr "Настройки сохранены."
|
212 |
|
213 |
+
#: includes/class-gglstmp-settings.php:219
|
214 |
#, php-format
|
215 |
msgctxt "%robots.txt file link%"
|
216 |
msgid "Enable to add a sitemap file path to the %s file."
|
217 |
msgstr "Включите, чтобы добавить путь файла Sitemap в файл %s."
|
218 |
|
219 |
+
#: includes/class-gglstmp-settings.php:226
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
220 |
msgid "Media Sitemap"
|
221 |
msgstr "Media Sitemap"
|
222 |
|
223 |
+
#: includes/class-gglstmp-settings.php:229
|
224 |
+
msgid "Enable to create separate sitemap files for images and videos."
|
225 |
+
msgstr ""
|
226 |
+
"Включите создание отдельных файлов карты сайта для изображений и видео."
|
227 |
|
228 |
+
#: includes/class-gglstmp-settings.php:234
|
229 |
msgid "This option will be applied to all websites in the network."
|
230 |
msgstr "Эта опция будет применена ко всем сайтам в сети."
|
231 |
|
232 |
+
#: includes/class-gglstmp-settings.php:237
|
233 |
+
#: includes/class-gglstmp-settings.php:347
|
234 |
msgid "Activate"
|
235 |
msgstr "Активировать"
|
236 |
|
237 |
+
#: includes/class-gglstmp-settings.php:240
|
238 |
+
#: includes/class-gglstmp-settings.php:351
|
239 |
msgid "Install Now"
|
240 |
msgstr "Установить Сейчас"
|
241 |
|
242 |
+
#: includes/class-gglstmp-settings.php:246
|
243 |
#, php-format
|
244 |
msgid "%s Plugin"
|
245 |
msgstr "%s плагин"
|
246 |
|
247 |
+
#: includes/class-gglstmp-settings.php:251
|
248 |
#, php-format
|
249 |
msgid "Enable to allow XML files access using %s plugin."
|
250 |
msgstr "Включите, чтобы разрешить доступ к файлам XML с помощью плагина %s."
|
251 |
|
252 |
+
#: includes/class-gglstmp-settings.php:252
|
253 |
msgid "The following string will be added to your .htaccess file"
|
254 |
msgstr "В ваш .htaccess файл будет добавлена следующая строка"
|
255 |
|
256 |
+
#: includes/class-gglstmp-settings.php:262
|
257 |
+
#: includes/class-gglstmp-settings.php:405 includes/pro_banners.php:21
|
258 |
msgid "Close"
|
259 |
msgstr "Закрыть"
|
260 |
|
261 |
+
#: includes/class-gglstmp-settings.php:273
|
262 |
msgid "URLs Limit"
|
263 |
msgstr "Лимит ссылок"
|
264 |
|
265 |
+
#: includes/class-gglstmp-settings.php:278
|
266 |
msgid ""
|
267 |
"A sitemap file can't contain more than 50,000 URLs and must be no larger "
|
268 |
"than 50 MB uncompressed."
|
270 |
"Файл sitemap не может содержать более 50000 ссылок и не должен превышать "
|
271 |
"50MB в несжатом состоянии."
|
272 |
|
273 |
+
#: includes/class-gglstmp-settings.php:282
|
274 |
msgid "Decrease the limit if your sitemap exceeds file size limit."
|
275 |
msgstr ""
|
276 |
"Уменьшите значение если размер файла sitemap превышает допустимое значение."
|
277 |
|
278 |
+
#: includes/class-gglstmp-settings.php:283
|
279 |
msgid ""
|
280 |
"When the limit is reached, the sitemap will be splitted into multiple files."
|
281 |
msgstr ""
|
282 |
"Файл sitemap будет разбит на несколько частей при достижении лимита ссылок."
|
283 |
|
284 |
+
#: includes/class-gglstmp-settings.php:288
|
285 |
+
msgid "Google Search Console"
|
286 |
+
msgstr "Google Search Console"
|
287 |
|
288 |
+
#: includes/class-gglstmp-settings.php:291
|
289 |
msgid ""
|
290 |
"This hosting does not support сURL, so you cannot add a sitemap file "
|
291 |
"automatically."
|
293 |
"Ваш хостинг не поддерживает сURL, поэтому вы не можете добавить sitemap "
|
294 |
"автоматически."
|
295 |
|
296 |
+
#: includes/class-gglstmp-settings.php:295
|
297 |
+
msgid "Logout"
|
298 |
+
msgstr "Выйти"
|
299 |
|
300 |
+
#: includes/class-gglstmp-settings.php:299
|
301 |
+
msgid "Manage Website with Google Search Console"
|
302 |
+
msgstr "Управляйте веб-сайтом с помощью Google Search Console"
|
303 |
|
304 |
+
#: includes/class-gglstmp-settings.php:302
|
305 |
msgid "Add"
|
306 |
msgstr "Добавить"
|
307 |
|
308 |
+
#: includes/class-gglstmp-settings.php:304 includes/pro_banners.php:147
|
309 |
msgid "Delete"
|
310 |
msgstr "Удалить"
|
311 |
|
312 |
+
#: includes/class-gglstmp-settings.php:306
|
313 |
msgid "Get Info"
|
314 |
msgstr "Получить информацию"
|
315 |
|
316 |
+
#: includes/class-gglstmp-settings.php:308
|
317 |
msgid ""
|
318 |
+
"Add, delete or get info about this website using your Google Search Console "
|
319 |
"account."
|
320 |
msgstr ""
|
321 |
"Добавьте, удалите или получите информацию об этом сайте с помощью своей "
|
322 |
+
"учетной записи Google Search Console."
|
323 |
|
324 |
+
#: includes/class-gglstmp-settings.php:319
|
325 |
+
msgid "Open the Google Search Console"
|
326 |
+
msgstr "Открыть Google Search Console"
|
327 |
|
328 |
+
#: includes/class-gglstmp-settings.php:326
|
329 |
msgid "Authorize"
|
330 |
msgstr "Авторизироваться"
|
331 |
|
332 |
+
#: includes/class-gglstmp-settings.php:329
|
333 |
msgid "Invalid authorization code. Please try again."
|
334 |
msgstr "Недействительный код авторизации. Пожалуйста, попробуйте еще раз."
|
335 |
|
336 |
+
#: includes/class-gglstmp-settings.php:334
|
337 |
+
msgid "You can also add your sitemap to Google Search Console manually."
|
338 |
+
msgstr "Вы также можете вручную добавить карту сайта в Google Search Console."
|
339 |
|
340 |
+
#: includes/class-gglstmp-settings.php:336
|
341 |
msgid "Read the instruction"
|
342 |
msgstr "Читать инструкцию"
|
343 |
|
344 |
+
#: includes/class-gglstmp-settings.php:341
|
345 |
msgid "Alternate Language Pages"
|
346 |
msgstr "Страницы альтернативных языков"
|
347 |
|
348 |
+
#: includes/class-gglstmp-settings.php:355
|
349 |
msgid "Enable to add alternate language pages using Multilanguage plugin."
|
350 |
msgstr ""
|
351 |
"Включите, чтобы добавить страницы альтернативных языков используя плагин "
|
352 |
"Multilanguage."
|
353 |
|
354 |
+
#: includes/class-gglstmp-settings.php:365
|
355 |
msgid "Sitemap Structure"
|
356 |
msgstr "Структура Sitemap"
|
357 |
|
358 |
+
#: includes/class-gglstmp-settings.php:370
|
359 |
msgid "Post Types"
|
360 |
msgstr "Типы записей"
|
361 |
|
362 |
+
#: includes/class-gglstmp-settings.php:381
|
363 |
msgid "Enable to add post type links to the sitemap."
|
364 |
msgstr "Включите, чтобы добавить ссылки типов записей в sitemap."
|
365 |
|
366 |
+
#: includes/class-gglstmp-settings.php:385
|
367 |
msgid "Taxonomies"
|
368 |
msgstr "Таксономии"
|
369 |
|
370 |
+
#: includes/class-gglstmp-settings.php:396
|
371 |
msgid "Enable to taxonomy links to the sitemap."
|
372 |
msgstr "Включите, чтобы добавить ссылки таксономий в sitemap."
|
373 |
|
374 |
+
#: includes/class-gglstmp-settings.php:457
|
375 |
#, php-format
|
376 |
+
msgid "Sitemap File: %s"
|
377 |
+
msgstr "Файл Sitemap: %s"
|
378 |
|
379 |
+
#: includes/class-gglstmp-settings.php:484
|
|
|
|
|
|
|
|
|
380 |
#, php-format
|
381 |
msgid ""
|
382 |
"Can't access XML files. Try to add the following rule %s to your %s file "
|
388 |
"корневом каталоге сайта. Найдите следующую строку %s и вставь этот код после "
|
389 |
"нее."
|
390 |
|
391 |
+
#: includes/class-gglstmp-settings.php:500
|
392 |
msgid "Note"
|
393 |
msgstr "Примечание"
|
394 |
|
395 |
+
#: includes/class-gglstmp-settings.php:501
|
396 |
msgid ""
|
397 |
"Another plugin is providing Google Client functionality and may interrupt "
|
398 |
"proper plugin work."
|
400 |
"Другой плагин предоставляет функционал для Google Client и может мешать "
|
401 |
"корректной работе плагина."
|
402 |
|
403 |
+
#: includes/class-gglstmp-settings.php:509
|
404 |
+
#, php-format
|
405 |
+
msgctxt "%reading settings page link%"
|
406 |
+
msgid ""
|
407 |
+
"The “Robots.txt” option is enabled. You should disable the “Search Engine "
|
408 |
+
"Visibility\" option on the %s."
|
409 |
+
msgstr ""
|
410 |
+
"Параметр «Robots.txt» включен. Вам следует отключить опцию «Видимость для "
|
411 |
+
"поисковых систем» на %s."
|
412 |
+
|
413 |
+
#: includes/class-gglstmp-settings.php:513
|
414 |
+
msgctxt "...on the reading settings page."
|
415 |
+
msgid "Reading Settings page"
|
416 |
+
msgstr "Странице Настроек Чтения"
|
417 |
+
|
418 |
+
#: includes/class-gglstmp-settings.php:517
|
419 |
+
msgid ""
|
420 |
+
"Also, please add the following code to the beginning of your \".htaccess\" "
|
421 |
+
"file:"
|
422 |
+
msgstr ""
|
423 |
+
"Так же, пожалуйста, добавьте следующий код в начало вашего файла \".htaccess"
|
424 |
+
"\":"
|
425 |
+
|
426 |
#: includes/pro_banners.php:18
|
427 |
msgid "This option is available in Pro version of plugin"
|
428 |
msgstr "Данный функционал доступен в Pro версии плагина"
|
429 |
|
430 |
+
#: includes/pro_banners.php:32
|
431 |
+
msgid "This tab contains Pro options only."
|
432 |
+
msgstr ""
|
433 |
+
|
434 |
+
#: includes/pro_banners.php:34
|
435 |
+
#, php-format
|
436 |
+
msgid "%sChange the settings%s to view the Pro options."
|
437 |
+
msgstr ""
|
438 |
+
|
439 |
+
#: includes/pro_banners.php:51 includes/pro_banners.php:115
|
440 |
+
#: includes/pro_banners.php:194
|
441 |
msgid "Change Frequency"
|
442 |
msgstr "Частота обновления"
|
443 |
|
444 |
+
#: includes/pro_banners.php:54 includes/pro_banners.php:152
|
445 |
+
#: includes/pro_banners.php:160 includes/pro_banners.php:168
|
446 |
+
#: includes/pro_banners.php:176 includes/pro_banners.php:184
|
447 |
msgid "Monthly"
|
448 |
msgstr "Ежемесячно"
|
449 |
|
450 |
+
#: includes/pro_banners.php:56
|
451 |
msgid ""
|
452 |
"This value provides general information to search engines and tell them how "
|
453 |
"frequently the page is likely to change. It may not correlate exactly to how "
|
457 |
"им, как часто страница может измениться. Это может не точно соответствовать "
|
458 |
"тому, как часто они сканируют сайт."
|
459 |
|
460 |
+
#: includes/pro_banners.php:60
|
461 |
msgid "External Sitemap Update Frequency"
|
462 |
msgstr "Частота обновления внешних sitemap"
|
463 |
|
464 |
+
#: includes/pro_banners.php:62
|
465 |
msgid "day(-s)"
|
466 |
msgstr "дней"
|
467 |
|
468 |
+
#: includes/pro_banners.php:64
|
469 |
msgid ""
|
470 |
"This option sets how often the external index sitemap files should be "
|
471 |
"checked for updates."
|
473 |
"Эта опция устанавливает, как часто будет выполняться проверка на наличие "
|
474 |
"обновлений во внешних файлах sitemap."
|
475 |
|
476 |
+
#: includes/pro_banners.php:78
|
477 |
msgid "Example of site pages' tree"
|
478 |
msgstr "Пример дерева страниц сайта"
|
479 |
|
480 |
+
#: includes/pro_banners.php:91
|
481 |
msgid "All"
|
482 |
msgstr "Все"
|
483 |
|
484 |
+
#: includes/pro_banners.php:92
|
485 |
msgid "Enabled"
|
486 |
msgstr "Активные"
|
487 |
|
488 |
+
#: includes/pro_banners.php:93
|
489 |
msgid "Disabled"
|
490 |
msgstr "Неактивные"
|
491 |
|
492 |
+
#: includes/pro_banners.php:97
|
493 |
msgid "Search"
|
494 |
msgstr "Поиск"
|
495 |
|
496 |
+
#: includes/pro_banners.php:102
|
497 |
msgid "Bulk Actions"
|
498 |
msgstr "Групповые действия"
|
499 |
|
500 |
+
#: includes/pro_banners.php:104
|
501 |
msgid "Apply"
|
502 |
msgstr "Применить"
|
503 |
|
504 |
+
#: includes/pro_banners.php:106
|
505 |
msgid "items"
|
506 |
msgstr "элементов"
|
507 |
|
508 |
+
#: includes/pro_banners.php:114 includes/pro_banners.php:193
|
509 |
msgid "Priority"
|
510 |
msgstr "Приоритет"
|
511 |
|
512 |
+
#: includes/pro_banners.php:116 includes/pro_banners.php:195
|
513 |
msgid "Last Changed"
|
514 |
msgstr "Дата изменения"
|
515 |
|
516 |
+
#: includes/pro_banners.php:125
|
517 |
msgid "Please note"
|
518 |
msgstr "Пожалуйста, учтите"
|
519 |
|
520 |
+
#: includes/pro_banners.php:126
|
521 |
msgid ""
|
522 |
"All URLs listed in the sitemap.xml must use the same protocol (HTTP or "
|
523 |
"HTTPS) and must be located on the same host as the sitemap.xml."
|
526 |
"и тот же протокол( HTTP или HTTPS ) и размещены на том же хосте, что и файл "
|
527 |
"sitemap.xml."
|
528 |
|
529 |
+
#: includes/pro_banners.php:126
|
530 |
msgid "You can also add multiple URLs at once."
|
531 |
msgstr "Вы также можете добавить несколько URL-адресов одновременно."
|
532 |
|
533 |
+
#: includes/pro_banners.php:133
|
534 |
msgid "Always"
|
535 |
msgstr "Всегда"
|
536 |
|
537 |
+
#: includes/pro_banners.php:137
|
538 |
msgid "Save"
|
539 |
msgstr "Сохранить"
|
540 |
|
541 |
+
#: includes/pro_banners.php:145
|
542 |
msgid "Edit"
|
543 |
msgstr "Редактировать"
|
544 |
|
545 |
+
#: includes/pro_banners.php:146
|
546 |
msgid "Disable"
|
547 |
msgstr "Деактивировать"
|
548 |
|
549 |
+
#: includes/pro_banners.php:150
|
550 |
msgid "Yes"
|
551 |
msgstr "Да"
|
552 |
|
553 |
+
#: includes/pro_banners.php:158 includes/pro_banners.php:166
|
554 |
+
#: includes/pro_banners.php:174 includes/pro_banners.php:182
|
555 |
msgid "No"
|
556 |
msgstr "Нет"
|
557 |
|
558 |
+
#~ msgid "Sitemap: %s"
|
559 |
+
#~ msgstr "Карта сайта: %s"
|
560 |
+
|
561 |
+
#~ msgid "The Sitemap file"
|
562 |
+
#~ msgstr "Файл Sitemap"
|
563 |
+
|
564 |
+
#~ msgid "Enable to add a media sitemap (video & image)"
|
565 |
+
#~ msgstr "Включите, чтобы добавить медиа карту сайта (видео и картинки)."
|
566 |
+
|
567 |
+
#~ msgid "Google Webmaster Tools"
|
568 |
+
#~ msgstr "Google Webmaster Tools"
|
569 |
+
|
570 |
+
#~ msgid "Logout from Google Webmaster Tools"
|
571 |
+
#~ msgstr "Выйти из Google Webmaster Tools"
|
572 |
+
|
573 |
+
#~ msgid "Get Authorization Code"
|
574 |
+
#~ msgstr "Получить код авторизации"
|
575 |
+
|
576 |
+
#~ msgid "%s is in the site root directory."
|
577 |
+
#~ msgstr "%s находится в корневом каталоге сайта."
|
578 |
+
|
579 |
#~ msgid "Google-Sitemap-plugin Canonical Settings"
|
580 |
#~ msgstr "Google Sitemap: канонические ссылки "
|
581 |
|
1075 |
#~ "(ваше имя пользователя - это электронный адрес, указанный при покупке "
|
1076 |
#~ "продукта)."
|
1077 |
|
|
|
|
|
|
|
1078 |
#~ msgid "added"
|
1079 |
#~ msgstr "добавлен"
|
1080 |
|
1106 |
|
1107 |
#~ msgid "Go!"
|
1108 |
#~ msgstr "Обновить!"
|
|
|
|
|
|
languages/google-sitemap-plugin-uk.mo
CHANGED
Binary file
|
languages/google-sitemap-plugin-uk.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Sitemap by BestWebSoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: BestWebSoft <plugin@bestwebsoft.com>\n"
|
9 |
"Language: uk\n"
|
@@ -13,275 +13,256 @@ msgstr ""
|
|
13 |
"X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
-
"X-Generator: Poedit 2.2
|
17 |
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
18 |
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
19 |
"X-Poedit-SearchPath-0: .\n"
|
20 |
"X-Poedit-SearchPathExcluded-0: bws_menu\n"
|
21 |
|
22 |
#: google-sitemap-plugin.php:37 google-sitemap-plugin.php:47
|
23 |
-
#: includes/class-gglstmp-settings.php:
|
24 |
msgid "Sitemap Settings"
|
25 |
msgstr "Налаштування Sitemap"
|
26 |
|
27 |
-
#: google-sitemap-plugin.php:48 google-sitemap-plugin.php:
|
28 |
-
#: google-sitemap-plugin.php:
|
29 |
-
#: includes/class-gglstmp-settings.php:
|
30 |
msgid "Settings"
|
31 |
msgstr "Налаштування"
|
32 |
|
33 |
-
#: google-sitemap-plugin.php:
|
34 |
-
#: google-sitemap-plugin.php:
|
35 |
msgid "Custom Links"
|
36 |
msgstr "Користувацькі посилання"
|
37 |
|
38 |
-
#: google-sitemap-plugin.php:
|
39 |
msgid "Upgrade to Pro"
|
40 |
msgstr "Оновитися на Pro"
|
41 |
|
42 |
-
#: google-sitemap-plugin.php:
|
43 |
msgid "Post categories"
|
44 |
msgstr "Категорії записів"
|
45 |
|
46 |
-
#: google-sitemap-plugin.php:
|
47 |
msgid "Post tags"
|
48 |
msgstr "Позначки записів"
|
49 |
|
50 |
-
#: google-sitemap-plugin.php:
|
51 |
msgid "Please enable JavaScript in your browser."
|
52 |
msgstr "Будь ласка, увімкніть JavaScript у вашому браузері."
|
53 |
|
54 |
-
#: google-sitemap-plugin.php:
|
55 |
msgid "Add New"
|
56 |
msgstr "Додати посилання"
|
57 |
|
58 |
-
#: google-sitemap-plugin.php:
|
59 |
-
#: google-sitemap-plugin.php:
|
60 |
msgid "Website"
|
61 |
msgstr "Сайт"
|
62 |
|
63 |
-
#: google-sitemap-plugin.php:
|
64 |
-
#: google-sitemap-plugin.php:
|
65 |
-
#: google-sitemap-plugin.php:
|
66 |
msgid "Status"
|
67 |
msgstr "Статус"
|
68 |
|
69 |
-
#: google-sitemap-plugin.php:
|
70 |
-
#: google-sitemap-plugin.php:
|
71 |
msgid "Not added"
|
72 |
msgstr "Не додано"
|
73 |
|
74 |
-
#: google-sitemap-plugin.php:
|
75 |
-
#: google-sitemap-plugin.php:
|
76 |
msgid "Added"
|
77 |
msgstr "Додано"
|
78 |
|
79 |
-
#: google-sitemap-plugin.php:
|
80 |
-
#: google-sitemap-plugin.php:
|
81 |
msgid "Verification Status"
|
82 |
msgstr "Статус перевірки"
|
83 |
|
84 |
-
#: google-sitemap-plugin.php:
|
85 |
msgid "Verified"
|
86 |
msgstr "Перевірено"
|
87 |
|
88 |
-
#: google-sitemap-plugin.php:
|
89 |
msgid "Not verified"
|
90 |
msgstr "Не перевірено"
|
91 |
|
92 |
-
#: google-sitemap-plugin.php:
|
93 |
msgid "Sitemap Status"
|
94 |
msgstr "Статус Sitemap"
|
95 |
|
96 |
-
#: google-sitemap-plugin.php:
|
97 |
msgid "Added with errors."
|
98 |
msgstr "Додано з помилками."
|
99 |
|
100 |
-
#: google-sitemap-plugin.php:
|
101 |
msgid "View errors in Google Webmaster Tools"
|
102 |
msgstr "Подивитися помилки у Google Webmaster Tools"
|
103 |
|
104 |
-
#: google-sitemap-plugin.php:
|
105 |
msgid "Sitemap URL"
|
106 |
msgstr "Sitemap URL"
|
107 |
|
108 |
-
#: google-sitemap-plugin.php:
|
109 |
-
#: google-sitemap-plugin.php:
|
110 |
-
#: google-sitemap-plugin.php:
|
111 |
-
#: google-sitemap-plugin.php:
|
112 |
-
#: includes/class-gglstmp-settings.php:
|
113 |
msgid "Error"
|
114 |
msgstr "Помилка"
|
115 |
|
116 |
-
#: google-sitemap-plugin.php:
|
117 |
msgid "Please check the sitemap file manually."
|
118 |
msgstr "Будь ласка, перевірте файл sitemap вручну."
|
119 |
|
120 |
-
#: google-sitemap-plugin.php:
|
121 |
-
#: google-sitemap-plugin.php:
|
122 |
-
#: google-sitemap-plugin.php:
|
123 |
-
#: includes/class-gglstmp-settings.php:
|
124 |
-
#: includes/pro_banners.php:
|
125 |
msgid "Learn More"
|
126 |
msgstr "Дізнатись більше"
|
127 |
|
128 |
-
#: google-sitemap-plugin.php:
|
129 |
-
#: google-sitemap-plugin.php:
|
130 |
-
#: google-sitemap-plugin.php:
|
131 |
msgid "Unexpected error"
|
132 |
msgstr "Неочікуванна помилка"
|
133 |
|
134 |
-
#: google-sitemap-plugin.php:
|
135 |
-
#: google-sitemap-plugin.php:
|
136 |
msgid "Manual verification required."
|
137 |
msgstr "Потрібна ручна перевірка."
|
138 |
|
139 |
-
#: google-sitemap-plugin.php:
|
140 |
msgid "Deleted"
|
141 |
msgstr "Видалено"
|
142 |
|
143 |
-
#: google-sitemap-plugin.php:
|
144 |
-
#: google-sitemap-plugin.php:
|
145 |
msgid "Verification Code"
|
146 |
msgstr "Код підтвердження"
|
147 |
|
148 |
-
#: google-sitemap-plugin.php:
|
149 |
msgid "Received and added to the site"
|
150 |
msgstr "Отриман і додан на сайт"
|
151 |
|
152 |
-
#: google-sitemap-plugin.php:
|
153 |
msgid "Received, but has not been added to the site"
|
154 |
msgstr "Отриман, але не додан на сайт"
|
155 |
|
156 |
-
#: google-sitemap-plugin.php:
|
157 |
msgid "Please add the sitemap file manually."
|
158 |
msgstr "Будь ласка, додайте файл Sitemap вручну."
|
159 |
|
160 |
-
#: google-sitemap-plugin.php:
|
161 |
msgid "Error 404"
|
162 |
msgstr "Помилка 404"
|
163 |
|
164 |
-
#: google-sitemap-plugin.php:
|
165 |
#, php-format
|
166 |
msgid "The sitemap file %s not found."
|
167 |
msgstr "Файл sitemap %s не знайдено."
|
168 |
|
169 |
-
#: google-sitemap-plugin.php:
|
170 |
msgid "The sitemap file not found."
|
171 |
msgstr "Файл sitemap не знайдено."
|
172 |
|
173 |
-
#: google-sitemap-plugin.php:
|
174 |
msgid "Sitemap plugin"
|
175 |
msgstr "Налаштування Sitemap"
|
176 |
|
177 |
-
#: google-sitemap-plugin.php:
|
178 |
msgid "Canonical Url"
|
179 |
msgstr "Канонічний Url"
|
180 |
|
181 |
-
#: google-sitemap-plugin.php:
|
182 |
msgid "FAQ"
|
183 |
msgstr "FAQ"
|
184 |
|
185 |
-
#: google-sitemap-plugin.php:
|
186 |
msgid "Support"
|
187 |
msgstr "Підтримка"
|
188 |
|
189 |
-
#: includes/class-gglstmp-settings.php:
|
190 |
msgid "Structure"
|
191 |
msgstr "Структура"
|
192 |
|
193 |
-
#: includes/class-gglstmp-settings.php:
|
194 |
msgid "Misc"
|
195 |
msgstr "Різне"
|
196 |
|
197 |
-
#: includes/class-gglstmp-settings.php:
|
198 |
msgid "License Key"
|
199 |
msgstr "Ліцензійний ключ"
|
200 |
|
201 |
-
#: includes/class-gglstmp-settings.php:
|
202 |
msgid "Post category"
|
203 |
msgstr "Категорія записів"
|
204 |
|
205 |
-
#: includes/class-gglstmp-settings.php:
|
206 |
msgid "Post tag"
|
207 |
msgstr "Позначка записів"
|
208 |
|
209 |
-
#: includes/class-gglstmp-settings.php:
|
210 |
msgid "Settings saved."
|
211 |
msgstr "Налаштування збережено."
|
212 |
|
213 |
-
#: includes/class-gglstmp-settings.php:
|
214 |
#, php-format
|
215 |
msgctxt "%robots.txt file link%"
|
216 |
msgid "Enable to add a sitemap file path to the %s file."
|
217 |
msgstr "Увімкніть, щоб додати шлях до файлу Sitemap в файл %s."
|
218 |
|
219 |
-
#: includes/class-gglstmp-settings.php:
|
220 |
-
#, php-format
|
221 |
-
msgctxt "%reading settings page link%"
|
222 |
-
msgid "\"Search Engine Visibility\" option have to be unmarked on the %s."
|
223 |
-
msgstr ""
|
224 |
-
"Опція \"Видимість для пошукових систем\" повинна бути не відзначена на %s."
|
225 |
-
|
226 |
-
#: includes/class-gglstmp-settings.php:229
|
227 |
-
msgctxt "...on the reading settings page."
|
228 |
-
msgid "Reading Settings page"
|
229 |
-
msgstr "сторінці налаштувань читання"
|
230 |
-
|
231 |
-
#: includes/class-gglstmp-settings.php:233
|
232 |
-
msgid ""
|
233 |
-
"Also, please add the following code to the beginning of your \".htaccess\" "
|
234 |
-
"file:"
|
235 |
-
msgstr ""
|
236 |
-
"Також, будь ласка, додайте наступний код у початок вашого файлу \".htaccess"
|
237 |
-
"\":"
|
238 |
-
|
239 |
-
#: includes/class-gglstmp-settings.php:246
|
240 |
msgid "Media Sitemap"
|
241 |
msgstr "Media Sitemap"
|
242 |
|
243 |
-
#: includes/class-gglstmp-settings.php:
|
244 |
-
msgid "Enable to
|
245 |
-
msgstr "
|
|
|
246 |
|
247 |
-
#: includes/class-gglstmp-settings.php:
|
248 |
msgid "This option will be applied to all websites in the network."
|
249 |
msgstr "Ця опція буде застосована до всіх сайтів в мережі."
|
250 |
|
251 |
-
#: includes/class-gglstmp-settings.php:
|
252 |
-
#: includes/class-gglstmp-settings.php:
|
253 |
msgid "Activate"
|
254 |
msgstr "Активувати"
|
255 |
|
256 |
-
#: includes/class-gglstmp-settings.php:
|
257 |
-
#: includes/class-gglstmp-settings.php:
|
258 |
msgid "Install Now"
|
259 |
msgstr "Встановити зараз"
|
260 |
|
261 |
-
#: includes/class-gglstmp-settings.php:
|
262 |
#, php-format
|
263 |
msgid "%s Plugin"
|
264 |
msgstr "%s плагін"
|
265 |
|
266 |
-
#: includes/class-gglstmp-settings.php:
|
267 |
#, php-format
|
268 |
msgid "Enable to allow XML files access using %s plugin."
|
269 |
msgstr "Увімкніть, щоб дозволити доступ до файлів XML за допомогою плагіна %s."
|
270 |
|
271 |
-
#: includes/class-gglstmp-settings.php:
|
272 |
msgid "The following string will be added to your .htaccess file"
|
273 |
msgstr "До вашого .htaccess файл буде додано наступну строку"
|
274 |
|
275 |
-
#: includes/class-gglstmp-settings.php:
|
276 |
-
#: includes/class-gglstmp-settings.php:
|
277 |
msgid "Close"
|
278 |
msgstr "Закрити"
|
279 |
|
280 |
-
#: includes/class-gglstmp-settings.php:
|
281 |
msgid "URLs Limit"
|
282 |
msgstr "Ліміт посилань"
|
283 |
|
284 |
-
#: includes/class-gglstmp-settings.php:
|
285 |
msgid ""
|
286 |
"A sitemap file can't contain more than 50,000 URLs and must be no larger "
|
287 |
"than 50 MB uncompressed."
|
@@ -289,22 +270,22 @@ msgstr ""
|
|
289 |
"Файл sitemap не може містити більш 50000 посилань і не повинен перевищувати "
|
290 |
"50MB в нестислому стані."
|
291 |
|
292 |
-
#: includes/class-gglstmp-settings.php:
|
293 |
msgid "Decrease the limit if your sitemap exceeds file size limit."
|
294 |
msgstr ""
|
295 |
"Зменшіть значення якщо розмір файлу sitemap перевищує допустиме значення."
|
296 |
|
297 |
-
#: includes/class-gglstmp-settings.php:
|
298 |
msgid ""
|
299 |
"When the limit is reached, the sitemap will be splitted into multiple files."
|
300 |
msgstr ""
|
301 |
"Файл sitemap буде розбитий на кілька частин при досягненні ліміту посилань."
|
302 |
|
303 |
-
#: includes/class-gglstmp-settings.php:
|
304 |
-
msgid "Google
|
305 |
-
msgstr "Google
|
306 |
|
307 |
-
#: includes/class-gglstmp-settings.php:
|
308 |
msgid ""
|
309 |
"This hosting does not support сURL, so you cannot add a sitemap file "
|
310 |
"automatically."
|
@@ -312,94 +293,91 @@ msgstr ""
|
|
312 |
"Ваш хостінг не підтримує сURL, отже ви не можете додати файл Sitemap "
|
313 |
"автоматично."
|
314 |
|
315 |
-
#: includes/class-gglstmp-settings.php:
|
316 |
-
msgid "Logout
|
317 |
-
msgstr "Вийти
|
318 |
|
319 |
-
#: includes/class-gglstmp-settings.php:
|
320 |
-
msgid "Manage Website with Google
|
321 |
-
msgstr "Керуйте веб-сайтом за допомогою Google
|
322 |
|
323 |
-
#: includes/class-gglstmp-settings.php:
|
324 |
msgid "Add"
|
325 |
msgstr "Додати"
|
326 |
|
327 |
-
#: includes/class-gglstmp-settings.php:
|
328 |
msgid "Delete"
|
329 |
msgstr "Видалити"
|
330 |
|
331 |
-
#: includes/class-gglstmp-settings.php:
|
332 |
msgid "Get Info"
|
333 |
msgstr "Отримати інформацію"
|
334 |
|
335 |
-
#: includes/class-gglstmp-settings.php:
|
336 |
msgid ""
|
337 |
-
"Add, delete or get info about this website using your Google
|
338 |
"account."
|
339 |
msgstr ""
|
340 |
"Додайте, видаліть або отримайте інформацію про цей сайт за допомогою свого "
|
341 |
-
"облікового запису
|
342 |
|
343 |
-
#: includes/class-gglstmp-settings.php:
|
344 |
-
msgid "
|
345 |
-
msgstr "
|
346 |
|
347 |
-
#: includes/class-gglstmp-settings.php:
|
348 |
msgid "Authorize"
|
349 |
msgstr "Авторизуватись"
|
350 |
|
351 |
-
#: includes/class-gglstmp-settings.php:
|
352 |
msgid "Invalid authorization code. Please try again."
|
353 |
msgstr "Невірний код авторизації. Будь ласка спробуйте ще раз."
|
354 |
|
355 |
-
#: includes/class-gglstmp-settings.php:
|
356 |
-
msgid "You can also add your sitemap to Google
|
357 |
-
msgstr "
|
|
|
358 |
|
359 |
-
#: includes/class-gglstmp-settings.php:
|
360 |
msgid "Read the instruction"
|
361 |
msgstr "Читати інструкцію"
|
362 |
|
363 |
-
#: includes/class-gglstmp-settings.php:
|
364 |
msgid "Alternate Language Pages"
|
365 |
msgstr "Сторінки альтернативних мов"
|
366 |
|
367 |
-
#: includes/class-gglstmp-settings.php:
|
368 |
msgid "Enable to add alternate language pages using Multilanguage plugin."
|
369 |
msgstr ""
|
370 |
"Увімкніть, щоб додати сторінки альтернативних мов використовуючи плагін "
|
371 |
"Multilanguage."
|
372 |
|
373 |
-
#: includes/class-gglstmp-settings.php:
|
374 |
msgid "Sitemap Structure"
|
375 |
msgstr "Структура Sitemap"
|
376 |
|
377 |
-
#: includes/class-gglstmp-settings.php:
|
378 |
msgid "Post Types"
|
379 |
msgstr "Типи записів"
|
380 |
|
381 |
-
#: includes/class-gglstmp-settings.php:
|
382 |
msgid "Enable to add post type links to the sitemap."
|
383 |
msgstr "Увімкніть, щоб додати посилання типів записів в sitemap."
|
384 |
|
385 |
-
#: includes/class-gglstmp-settings.php:
|
386 |
msgid "Taxonomies"
|
387 |
msgstr "Таксономії"
|
388 |
|
389 |
-
#: includes/class-gglstmp-settings.php:
|
390 |
msgid "Enable to taxonomy links to the sitemap."
|
391 |
msgstr "Увімкніть, щоб додати посилання таксономій в sitemap."
|
392 |
|
393 |
-
#: includes/class-gglstmp-settings.php:
|
394 |
#, php-format
|
395 |
-
msgid "%s
|
396 |
-
msgstr "%s
|
397 |
-
|
398 |
-
#: includes/class-gglstmp-settings.php:474
|
399 |
-
msgid "The Sitemap file"
|
400 |
-
msgstr "Файл Sitemap"
|
401 |
|
402 |
-
#: includes/class-gglstmp-settings.php:
|
403 |
#, php-format
|
404 |
msgid ""
|
405 |
"Can't access XML files. Try to add the following rule %s to your %s file "
|
@@ -411,11 +389,11 @@ msgstr ""
|
|
411 |
"кореневому каталозi сайту. Знайдiть наступну строку %s та додайте цей код "
|
412 |
"пiсля неї."
|
413 |
|
414 |
-
#: includes/class-gglstmp-settings.php:
|
415 |
msgid "Note"
|
416 |
msgstr "Примітка"
|
417 |
|
418 |
-
#: includes/class-gglstmp-settings.php:
|
419 |
msgid ""
|
420 |
"Another plugin is providing Google Client functionality and may interrupt "
|
421 |
"proper plugin work."
|
@@ -423,22 +401,54 @@ msgstr ""
|
|
423 |
"Сторонній плагін вже надає функціонал для Google Client, що може заважати "
|
424 |
"коректній роботі плагіна."
|
425 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
426 |
#: includes/pro_banners.php:18
|
427 |
msgid "This option is available in Pro version of plugin"
|
428 |
msgstr "Ця опція наявна в Pro версії плагіну"
|
429 |
|
430 |
-
#: includes/pro_banners.php:
|
431 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
432 |
msgid "Change Frequency"
|
433 |
msgstr "Частота оновлення"
|
434 |
|
435 |
-
#: includes/pro_banners.php:
|
436 |
-
#: includes/pro_banners.php:
|
437 |
-
#: includes/pro_banners.php:
|
438 |
msgid "Monthly"
|
439 |
-
msgstr "
|
440 |
|
441 |
-
#: includes/pro_banners.php:
|
442 |
msgid ""
|
443 |
"This value provides general information to search engines and tell them how "
|
444 |
"frequently the page is likely to change. It may not correlate exactly to how "
|
@@ -448,15 +458,15 @@ msgstr ""
|
|
448 |
"часто сторінка може змінитися. Це може не точно відповідати тому, як часто "
|
449 |
"вони сканують сайт."
|
450 |
|
451 |
-
#: includes/pro_banners.php:
|
452 |
msgid "External Sitemap Update Frequency"
|
453 |
msgstr "Частота оновлення зовнішніх sitemap"
|
454 |
|
455 |
-
#: includes/pro_banners.php:
|
456 |
msgid "day(-s)"
|
457 |
msgstr "днів"
|
458 |
|
459 |
-
#: includes/pro_banners.php:
|
460 |
msgid ""
|
461 |
"This option sets how often the external index sitemap files should be "
|
462 |
"checked for updates."
|
@@ -464,51 +474,51 @@ msgstr ""
|
|
464 |
"Ця опція встановлює, як часто буде виконуватися перевірка на наявність "
|
465 |
"оновлень у зовнішніх файлах sitemap."
|
466 |
|
467 |
-
#: includes/pro_banners.php:
|
468 |
msgid "Example of site pages' tree"
|
469 |
msgstr "Приклад дерева сторінок сайту"
|
470 |
|
471 |
-
#: includes/pro_banners.php:
|
472 |
msgid "All"
|
473 |
msgstr "Всі"
|
474 |
|
475 |
-
#: includes/pro_banners.php:
|
476 |
msgid "Enabled"
|
477 |
msgstr "Активні"
|
478 |
|
479 |
-
#: includes/pro_banners.php:
|
480 |
msgid "Disabled"
|
481 |
msgstr "Деактивовані"
|
482 |
|
483 |
-
#: includes/pro_banners.php:
|
484 |
msgid "Search"
|
485 |
msgstr "Пошук"
|
486 |
|
487 |
-
#: includes/pro_banners.php:
|
488 |
msgid "Bulk Actions"
|
489 |
msgstr "Групові дії"
|
490 |
|
491 |
-
#: includes/pro_banners.php:
|
492 |
msgid "Apply"
|
493 |
msgstr "Застосувати"
|
494 |
|
495 |
-
#: includes/pro_banners.php:
|
496 |
msgid "items"
|
497 |
msgstr "елементів"
|
498 |
|
499 |
-
#: includes/pro_banners.php:
|
500 |
msgid "Priority"
|
501 |
msgstr "Пріоритет"
|
502 |
|
503 |
-
#: includes/pro_banners.php:
|
504 |
msgid "Last Changed"
|
505 |
msgstr "Дата зміни"
|
506 |
|
507 |
-
#: includes/pro_banners.php:
|
508 |
msgid "Please note"
|
509 |
msgstr "Будь ласка, зауважте"
|
510 |
|
511 |
-
#: includes/pro_banners.php:
|
512 |
msgid ""
|
513 |
"All URLs listed in the sitemap.xml must use the same protocol (HTTP or "
|
514 |
"HTTPS) and must be located on the same host as the sitemap.xml."
|
@@ -517,35 +527,56 @@ msgstr ""
|
|
517 |
"самий протокол ( HTTP або HTTPS ) та розміщені на тому ж хості, що і файл "
|
518 |
"sitemap.xml."
|
519 |
|
520 |
-
#: includes/pro_banners.php:
|
521 |
msgid "You can also add multiple URLs at once."
|
522 |
msgstr "Можна також одночасно додати кілька URL-адрес."
|
523 |
|
524 |
-
#: includes/pro_banners.php:
|
525 |
msgid "Always"
|
526 |
-
msgstr "
|
527 |
|
528 |
-
#: includes/pro_banners.php:
|
529 |
msgid "Save"
|
530 |
msgstr "Зберегти"
|
531 |
|
532 |
-
#: includes/pro_banners.php:
|
533 |
msgid "Edit"
|
534 |
msgstr "Редагувати"
|
535 |
|
536 |
-
#: includes/pro_banners.php:
|
537 |
msgid "Disable"
|
538 |
msgstr "Деактивувати"
|
539 |
|
540 |
-
#: includes/pro_banners.php:
|
541 |
msgid "Yes"
|
542 |
msgstr "Так"
|
543 |
|
544 |
-
#: includes/pro_banners.php:
|
545 |
-
#: includes/pro_banners.php:
|
546 |
msgid "No"
|
547 |
msgstr "Ні"
|
548 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
549 |
#~ msgid "Google-Sitemap-plugin Canonical Settings"
|
550 |
#~ msgstr "Google Sitemap: канонічні посилання"
|
551 |
|
@@ -1042,9 +1073,6 @@ msgstr "Ні"
|
|
1042 |
#~ "(your username is the email you specify when purchasing the product)."
|
1043 |
#~ msgstr "(ваше ім'я - це емейл, який ви вказували при купівлі продукту)."
|
1044 |
|
1045 |
-
#~ msgid "Sitemap file:"
|
1046 |
-
#~ msgstr "Файл Sitemap:"
|
1047 |
-
|
1048 |
#~ msgid "added"
|
1049 |
#~ msgstr "додано"
|
1050 |
|
@@ -1075,6 +1103,3 @@ msgstr "Ні"
|
|
1075 |
|
1076 |
#~ msgid "Go!"
|
1077 |
#~ msgstr "Перейти!"
|
1078 |
-
|
1079 |
-
#~ msgid "Google Sitemap options"
|
1080 |
-
#~ msgstr "Опції карти сайту Google"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Sitemap by BestWebSoft\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2021-01-21 10:58+0200\n"
|
6 |
+
"PO-Revision-Date: 2021-01-21 10:58+0200\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: BestWebSoft <plugin@bestwebsoft.com>\n"
|
9 |
"Language: uk\n"
|
13 |
"X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
+
"X-Generator: Poedit 2.4.2\n"
|
17 |
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
18 |
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
19 |
"X-Poedit-SearchPath-0: .\n"
|
20 |
"X-Poedit-SearchPathExcluded-0: bws_menu\n"
|
21 |
|
22 |
#: google-sitemap-plugin.php:37 google-sitemap-plugin.php:47
|
23 |
+
#: includes/class-gglstmp-settings.php:202
|
24 |
msgid "Sitemap Settings"
|
25 |
msgstr "Налаштування Sitemap"
|
26 |
|
27 |
+
#: google-sitemap-plugin.php:48 google-sitemap-plugin.php:1353
|
28 |
+
#: google-sitemap-plugin.php:1825 google-sitemap-plugin.php:1839
|
29 |
+
#: includes/class-gglstmp-settings.php:27
|
30 |
msgid "Settings"
|
31 |
msgstr "Налаштування"
|
32 |
|
33 |
+
#: google-sitemap-plugin.php:55 google-sitemap-plugin.php:56
|
34 |
+
#: google-sitemap-plugin.php:1360
|
35 |
msgid "Custom Links"
|
36 |
msgstr "Користувацькі посилання"
|
37 |
|
38 |
+
#: google-sitemap-plugin.php:73 includes/pro_banners.php:27
|
39 |
msgid "Upgrade to Pro"
|
40 |
msgstr "Оновитися на Pro"
|
41 |
|
42 |
+
#: google-sitemap-plugin.php:384
|
43 |
msgid "Post categories"
|
44 |
msgstr "Категорії записів"
|
45 |
|
46 |
+
#: google-sitemap-plugin.php:385
|
47 |
msgid "Post tags"
|
48 |
msgstr "Позначки записів"
|
49 |
|
50 |
+
#: google-sitemap-plugin.php:1355
|
51 |
msgid "Please enable JavaScript in your browser."
|
52 |
msgstr "Будь ласка, увімкніть JavaScript у вашому браузері."
|
53 |
|
54 |
+
#: google-sitemap-plugin.php:1361
|
55 |
msgid "Add New"
|
56 |
msgstr "Додати посилання"
|
57 |
|
58 |
+
#: google-sitemap-plugin.php:1405 google-sitemap-plugin.php:1492
|
59 |
+
#: google-sitemap-plugin.php:1545
|
60 |
msgid "Website"
|
61 |
msgstr "Сайт"
|
62 |
|
63 |
+
#: google-sitemap-plugin.php:1416 google-sitemap-plugin.php:1420
|
64 |
+
#: google-sitemap-plugin.php:1509 google-sitemap-plugin.php:1525
|
65 |
+
#: google-sitemap-plugin.php:1549 google-sitemap-plugin.php:1563
|
66 |
msgid "Status"
|
67 |
msgstr "Статус"
|
68 |
|
69 |
+
#: google-sitemap-plugin.php:1417 google-sitemap-plugin.php:1449
|
70 |
+
#: google-sitemap-plugin.php:1526
|
71 |
msgid "Not added"
|
72 |
msgstr "Не додано"
|
73 |
|
74 |
+
#: google-sitemap-plugin.php:1421 google-sitemap-plugin.php:1452
|
75 |
+
#: google-sitemap-plugin.php:1550 google-sitemap-plugin.php:1661
|
76 |
msgid "Added"
|
77 |
msgstr "Додано"
|
78 |
|
79 |
+
#: google-sitemap-plugin.php:1423 google-sitemap-plugin.php:1606
|
80 |
+
#: google-sitemap-plugin.php:1618 google-sitemap-plugin.php:1632
|
81 |
msgid "Verification Status"
|
82 |
msgstr "Статус перевірки"
|
83 |
|
84 |
+
#: google-sitemap-plugin.php:1425 google-sitemap-plugin.php:1619
|
85 |
msgid "Verified"
|
86 |
msgstr "Перевірено"
|
87 |
|
88 |
+
#: google-sitemap-plugin.php:1427
|
89 |
msgid "Not verified"
|
90 |
msgstr "Не перевірено"
|
91 |
|
92 |
+
#: google-sitemap-plugin.php:1436 google-sitemap-plugin.php:1640
|
93 |
msgid "Sitemap Status"
|
94 |
msgstr "Статус Sitemap"
|
95 |
|
96 |
+
#: google-sitemap-plugin.php:1454
|
97 |
msgid "Added with errors."
|
98 |
msgstr "Додано з помилками."
|
99 |
|
100 |
+
#: google-sitemap-plugin.php:1454
|
101 |
msgid "View errors in Google Webmaster Tools"
|
102 |
msgstr "Подивитися помилки у Google Webmaster Tools"
|
103 |
|
104 |
+
#: google-sitemap-plugin.php:1457
|
105 |
msgid "Sitemap URL"
|
106 |
msgstr "Sitemap URL"
|
107 |
|
108 |
+
#: google-sitemap-plugin.php:1460 google-sitemap-plugin.php:1476
|
109 |
+
#: google-sitemap-plugin.php:1528 google-sitemap-plugin.php:1565
|
110 |
+
#: google-sitemap-plugin.php:1603 google-sitemap-plugin.php:1634
|
111 |
+
#: google-sitemap-plugin.php:1674 google-sitemap-plugin.php:1694
|
112 |
+
#: includes/class-gglstmp-settings.php:483
|
113 |
msgid "Error"
|
114 |
msgstr "Помилка"
|
115 |
|
116 |
+
#: google-sitemap-plugin.php:1460
|
117 |
msgid "Please check the sitemap file manually."
|
118 |
msgstr "Будь ласка, перевірте файл sitemap вручну."
|
119 |
|
120 |
+
#: google-sitemap-plugin.php:1460 google-sitemap-plugin.php:1478
|
121 |
+
#: google-sitemap-plugin.php:1568 google-sitemap-plugin.php:1607
|
122 |
+
#: google-sitemap-plugin.php:1637 google-sitemap-plugin.php:1677
|
123 |
+
#: includes/class-gglstmp-settings.php:281 includes/pro_banners.php:56
|
124 |
+
#: includes/pro_banners.php:126
|
125 |
msgid "Learn More"
|
126 |
msgstr "Дізнатись більше"
|
127 |
|
128 |
+
#: google-sitemap-plugin.php:1465 google-sitemap-plugin.php:1516
|
129 |
+
#: google-sitemap-plugin.php:1553 google-sitemap-plugin.php:1591
|
130 |
+
#: google-sitemap-plugin.php:1622 google-sitemap-plugin.php:1664
|
131 |
msgid "Unexpected error"
|
132 |
msgstr "Неочікуванна помилка"
|
133 |
|
134 |
+
#: google-sitemap-plugin.php:1478 google-sitemap-plugin.php:1568
|
135 |
+
#: google-sitemap-plugin.php:1637
|
136 |
msgid "Manual verification required."
|
137 |
msgstr "Потрібна ручна перевірка."
|
138 |
|
139 |
+
#: google-sitemap-plugin.php:1510
|
140 |
msgid "Deleted"
|
141 |
msgstr "Видалено"
|
142 |
|
143 |
+
#: google-sitemap-plugin.php:1583 google-sitemap-plugin.php:1586
|
144 |
+
#: google-sitemap-plugin.php:1602
|
145 |
msgid "Verification Code"
|
146 |
msgstr "Код підтвердження"
|
147 |
|
148 |
+
#: google-sitemap-plugin.php:1584
|
149 |
msgid "Received and added to the site"
|
150 |
msgstr "Отриман і додан на сайт"
|
151 |
|
152 |
+
#: google-sitemap-plugin.php:1587
|
153 |
msgid "Received, but has not been added to the site"
|
154 |
msgstr "Отриман, але не додан на сайт"
|
155 |
|
156 |
+
#: google-sitemap-plugin.php:1677
|
157 |
msgid "Please add the sitemap file manually."
|
158 |
msgstr "Будь ласка, додайте файл Sitemap вручну."
|
159 |
|
160 |
+
#: google-sitemap-plugin.php:1682
|
161 |
msgid "Error 404"
|
162 |
msgstr "Помилка 404"
|
163 |
|
164 |
+
#: google-sitemap-plugin.php:1684
|
165 |
#, php-format
|
166 |
msgid "The sitemap file %s not found."
|
167 |
msgstr "Файл sitemap %s не знайдено."
|
168 |
|
169 |
+
#: google-sitemap-plugin.php:1694
|
170 |
msgid "The sitemap file not found."
|
171 |
msgstr "Файл sitemap не знайдено."
|
172 |
|
173 |
+
#: google-sitemap-plugin.php:1777 google-sitemap-plugin.php:1786
|
174 |
msgid "Sitemap plugin"
|
175 |
msgstr "Налаштування Sitemap"
|
176 |
|
177 |
+
#: google-sitemap-plugin.php:1810
|
178 |
msgid "Canonical Url"
|
179 |
msgstr "Канонічний Url"
|
180 |
|
181 |
+
#: google-sitemap-plugin.php:1841
|
182 |
msgid "FAQ"
|
183 |
msgstr "FAQ"
|
184 |
|
185 |
+
#: google-sitemap-plugin.php:1842
|
186 |
msgid "Support"
|
187 |
msgstr "Підтримка"
|
188 |
|
189 |
+
#: includes/class-gglstmp-settings.php:28
|
190 |
msgid "Structure"
|
191 |
msgstr "Структура"
|
192 |
|
193 |
+
#: includes/class-gglstmp-settings.php:29
|
194 |
msgid "Misc"
|
195 |
msgstr "Різне"
|
196 |
|
197 |
+
#: includes/class-gglstmp-settings.php:30
|
198 |
msgid "License Key"
|
199 |
msgstr "Ліцензійний ключ"
|
200 |
|
201 |
+
#: includes/class-gglstmp-settings.php:86
|
202 |
msgid "Post category"
|
203 |
msgstr "Категорія записів"
|
204 |
|
205 |
+
#: includes/class-gglstmp-settings.php:87
|
206 |
msgid "Post tag"
|
207 |
msgstr "Позначка записів"
|
208 |
|
209 |
+
#: includes/class-gglstmp-settings.php:192
|
210 |
msgid "Settings saved."
|
211 |
msgstr "Налаштування збережено."
|
212 |
|
213 |
+
#: includes/class-gglstmp-settings.php:219
|
214 |
#, php-format
|
215 |
msgctxt "%robots.txt file link%"
|
216 |
msgid "Enable to add a sitemap file path to the %s file."
|
217 |
msgstr "Увімкніть, щоб додати шлях до файлу Sitemap в файл %s."
|
218 |
|
219 |
+
#: includes/class-gglstmp-settings.php:226
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
220 |
msgid "Media Sitemap"
|
221 |
msgstr "Media Sitemap"
|
222 |
|
223 |
+
#: includes/class-gglstmp-settings.php:229
|
224 |
+
msgid "Enable to create separate sitemap files for images and videos."
|
225 |
+
msgstr ""
|
226 |
+
"Увімкніть створення окремих файлів файлів Sitemap для зображень та відео."
|
227 |
|
228 |
+
#: includes/class-gglstmp-settings.php:234
|
229 |
msgid "This option will be applied to all websites in the network."
|
230 |
msgstr "Ця опція буде застосована до всіх сайтів в мережі."
|
231 |
|
232 |
+
#: includes/class-gglstmp-settings.php:237
|
233 |
+
#: includes/class-gglstmp-settings.php:347
|
234 |
msgid "Activate"
|
235 |
msgstr "Активувати"
|
236 |
|
237 |
+
#: includes/class-gglstmp-settings.php:240
|
238 |
+
#: includes/class-gglstmp-settings.php:351
|
239 |
msgid "Install Now"
|
240 |
msgstr "Встановити зараз"
|
241 |
|
242 |
+
#: includes/class-gglstmp-settings.php:246
|
243 |
#, php-format
|
244 |
msgid "%s Plugin"
|
245 |
msgstr "%s плагін"
|
246 |
|
247 |
+
#: includes/class-gglstmp-settings.php:251
|
248 |
#, php-format
|
249 |
msgid "Enable to allow XML files access using %s plugin."
|
250 |
msgstr "Увімкніть, щоб дозволити доступ до файлів XML за допомогою плагіна %s."
|
251 |
|
252 |
+
#: includes/class-gglstmp-settings.php:252
|
253 |
msgid "The following string will be added to your .htaccess file"
|
254 |
msgstr "До вашого .htaccess файл буде додано наступну строку"
|
255 |
|
256 |
+
#: includes/class-gglstmp-settings.php:262
|
257 |
+
#: includes/class-gglstmp-settings.php:405 includes/pro_banners.php:21
|
258 |
msgid "Close"
|
259 |
msgstr "Закрити"
|
260 |
|
261 |
+
#: includes/class-gglstmp-settings.php:273
|
262 |
msgid "URLs Limit"
|
263 |
msgstr "Ліміт посилань"
|
264 |
|
265 |
+
#: includes/class-gglstmp-settings.php:278
|
266 |
msgid ""
|
267 |
"A sitemap file can't contain more than 50,000 URLs and must be no larger "
|
268 |
"than 50 MB uncompressed."
|
270 |
"Файл sitemap не може містити більш 50000 посилань і не повинен перевищувати "
|
271 |
"50MB в нестислому стані."
|
272 |
|
273 |
+
#: includes/class-gglstmp-settings.php:282
|
274 |
msgid "Decrease the limit if your sitemap exceeds file size limit."
|
275 |
msgstr ""
|
276 |
"Зменшіть значення якщо розмір файлу sitemap перевищує допустиме значення."
|
277 |
|
278 |
+
#: includes/class-gglstmp-settings.php:283
|
279 |
msgid ""
|
280 |
"When the limit is reached, the sitemap will be splitted into multiple files."
|
281 |
msgstr ""
|
282 |
"Файл sitemap буде розбитий на кілька частин при досягненні ліміту посилань."
|
283 |
|
284 |
+
#: includes/class-gglstmp-settings.php:288
|
285 |
+
msgid "Google Search Console"
|
286 |
+
msgstr "Google Search Console"
|
287 |
|
288 |
+
#: includes/class-gglstmp-settings.php:291
|
289 |
msgid ""
|
290 |
"This hosting does not support сURL, so you cannot add a sitemap file "
|
291 |
"automatically."
|
293 |
"Ваш хостінг не підтримує сURL, отже ви не можете додати файл Sitemap "
|
294 |
"автоматично."
|
295 |
|
296 |
+
#: includes/class-gglstmp-settings.php:295
|
297 |
+
msgid "Logout"
|
298 |
+
msgstr "Вийти"
|
299 |
|
300 |
+
#: includes/class-gglstmp-settings.php:299
|
301 |
+
msgid "Manage Website with Google Search Console"
|
302 |
+
msgstr "Керуйте веб-сайтом за допомогою Google Search Console"
|
303 |
|
304 |
+
#: includes/class-gglstmp-settings.php:302
|
305 |
msgid "Add"
|
306 |
msgstr "Додати"
|
307 |
|
308 |
+
#: includes/class-gglstmp-settings.php:304 includes/pro_banners.php:147
|
309 |
msgid "Delete"
|
310 |
msgstr "Видалити"
|
311 |
|
312 |
+
#: includes/class-gglstmp-settings.php:306
|
313 |
msgid "Get Info"
|
314 |
msgstr "Отримати інформацію"
|
315 |
|
316 |
+
#: includes/class-gglstmp-settings.php:308
|
317 |
msgid ""
|
318 |
+
"Add, delete or get info about this website using your Google Search Console "
|
319 |
"account."
|
320 |
msgstr ""
|
321 |
"Додайте, видаліть або отримайте інформацію про цей сайт за допомогою свого "
|
322 |
+
"облікового запису Google Search Console."
|
323 |
|
324 |
+
#: includes/class-gglstmp-settings.php:319
|
325 |
+
msgid "Open the Google Search Console"
|
326 |
+
msgstr "Відкрийте Google Search Console"
|
327 |
|
328 |
+
#: includes/class-gglstmp-settings.php:326
|
329 |
msgid "Authorize"
|
330 |
msgstr "Авторизуватись"
|
331 |
|
332 |
+
#: includes/class-gglstmp-settings.php:329
|
333 |
msgid "Invalid authorization code. Please try again."
|
334 |
msgstr "Невірний код авторизації. Будь ласка спробуйте ще раз."
|
335 |
|
336 |
+
#: includes/class-gglstmp-settings.php:334
|
337 |
+
msgid "You can also add your sitemap to Google Search Console manually."
|
338 |
+
msgstr ""
|
339 |
+
"Ви також можете додати свою карту сайту до Google Search Console вручну."
|
340 |
|
341 |
+
#: includes/class-gglstmp-settings.php:336
|
342 |
msgid "Read the instruction"
|
343 |
msgstr "Читати інструкцію"
|
344 |
|
345 |
+
#: includes/class-gglstmp-settings.php:341
|
346 |
msgid "Alternate Language Pages"
|
347 |
msgstr "Сторінки альтернативних мов"
|
348 |
|
349 |
+
#: includes/class-gglstmp-settings.php:355
|
350 |
msgid "Enable to add alternate language pages using Multilanguage plugin."
|
351 |
msgstr ""
|
352 |
"Увімкніть, щоб додати сторінки альтернативних мов використовуючи плагін "
|
353 |
"Multilanguage."
|
354 |
|
355 |
+
#: includes/class-gglstmp-settings.php:365
|
356 |
msgid "Sitemap Structure"
|
357 |
msgstr "Структура Sitemap"
|
358 |
|
359 |
+
#: includes/class-gglstmp-settings.php:370
|
360 |
msgid "Post Types"
|
361 |
msgstr "Типи записів"
|
362 |
|
363 |
+
#: includes/class-gglstmp-settings.php:381
|
364 |
msgid "Enable to add post type links to the sitemap."
|
365 |
msgstr "Увімкніть, щоб додати посилання типів записів в sitemap."
|
366 |
|
367 |
+
#: includes/class-gglstmp-settings.php:385
|
368 |
msgid "Taxonomies"
|
369 |
msgstr "Таксономії"
|
370 |
|
371 |
+
#: includes/class-gglstmp-settings.php:396
|
372 |
msgid "Enable to taxonomy links to the sitemap."
|
373 |
msgstr "Увімкніть, щоб додати посилання таксономій в sitemap."
|
374 |
|
375 |
+
#: includes/class-gglstmp-settings.php:457
|
376 |
#, php-format
|
377 |
+
msgid "Sitemap File: %s"
|
378 |
+
msgstr "Файл Sitemap: %s"
|
|
|
|
|
|
|
|
|
379 |
|
380 |
+
#: includes/class-gglstmp-settings.php:484
|
381 |
#, php-format
|
382 |
msgid ""
|
383 |
"Can't access XML files. Try to add the following rule %s to your %s file "
|
389 |
"кореневому каталозi сайту. Знайдiть наступну строку %s та додайте цей код "
|
390 |
"пiсля неї."
|
391 |
|
392 |
+
#: includes/class-gglstmp-settings.php:500
|
393 |
msgid "Note"
|
394 |
msgstr "Примітка"
|
395 |
|
396 |
+
#: includes/class-gglstmp-settings.php:501
|
397 |
msgid ""
|
398 |
"Another plugin is providing Google Client functionality and may interrupt "
|
399 |
"proper plugin work."
|
401 |
"Сторонній плагін вже надає функціонал для Google Client, що може заважати "
|
402 |
"коректній роботі плагіна."
|
403 |
|
404 |
+
#: includes/class-gglstmp-settings.php:509
|
405 |
+
#, php-format
|
406 |
+
msgctxt "%reading settings page link%"
|
407 |
+
msgid ""
|
408 |
+
"The “Robots.txt” option is enabled. You should disable the “Search Engine "
|
409 |
+
"Visibility\" option on the %s."
|
410 |
+
msgstr ""
|
411 |
+
"Увімкнено опцію “Robots.txt”. Вам слід вимкнути опцію «Видимість для "
|
412 |
+
"пошукових систем» на %s."
|
413 |
+
|
414 |
+
#: includes/class-gglstmp-settings.php:513
|
415 |
+
msgctxt "...on the reading settings page."
|
416 |
+
msgid "Reading Settings page"
|
417 |
+
msgstr "Сторінці Налаштувань Читання"
|
418 |
+
|
419 |
+
#: includes/class-gglstmp-settings.php:517
|
420 |
+
msgid ""
|
421 |
+
"Also, please add the following code to the beginning of your \".htaccess\" "
|
422 |
+
"file:"
|
423 |
+
msgstr ""
|
424 |
+
"Також, будь ласка, додайте наступний код у початок вашого файлу \".htaccess"
|
425 |
+
"\":"
|
426 |
+
|
427 |
#: includes/pro_banners.php:18
|
428 |
msgid "This option is available in Pro version of plugin"
|
429 |
msgstr "Ця опція наявна в Pro версії плагіну"
|
430 |
|
431 |
+
#: includes/pro_banners.php:32
|
432 |
+
msgid "This tab contains Pro options only."
|
433 |
+
msgstr ""
|
434 |
+
|
435 |
+
#: includes/pro_banners.php:34
|
436 |
+
#, php-format
|
437 |
+
msgid "%sChange the settings%s to view the Pro options."
|
438 |
+
msgstr ""
|
439 |
+
|
440 |
+
#: includes/pro_banners.php:51 includes/pro_banners.php:115
|
441 |
+
#: includes/pro_banners.php:194
|
442 |
msgid "Change Frequency"
|
443 |
msgstr "Частота оновлення"
|
444 |
|
445 |
+
#: includes/pro_banners.php:54 includes/pro_banners.php:152
|
446 |
+
#: includes/pro_banners.php:160 includes/pro_banners.php:168
|
447 |
+
#: includes/pro_banners.php:176 includes/pro_banners.php:184
|
448 |
msgid "Monthly"
|
449 |
+
msgstr "Щомісяця"
|
450 |
|
451 |
+
#: includes/pro_banners.php:56
|
452 |
msgid ""
|
453 |
"This value provides general information to search engines and tell them how "
|
454 |
"frequently the page is likely to change. It may not correlate exactly to how "
|
458 |
"часто сторінка може змінитися. Це може не точно відповідати тому, як часто "
|
459 |
"вони сканують сайт."
|
460 |
|
461 |
+
#: includes/pro_banners.php:60
|
462 |
msgid "External Sitemap Update Frequency"
|
463 |
msgstr "Частота оновлення зовнішніх sitemap"
|
464 |
|
465 |
+
#: includes/pro_banners.php:62
|
466 |
msgid "day(-s)"
|
467 |
msgstr "днів"
|
468 |
|
469 |
+
#: includes/pro_banners.php:64
|
470 |
msgid ""
|
471 |
"This option sets how often the external index sitemap files should be "
|
472 |
"checked for updates."
|
474 |
"Ця опція встановлює, як часто буде виконуватися перевірка на наявність "
|
475 |
"оновлень у зовнішніх файлах sitemap."
|
476 |
|
477 |
+
#: includes/pro_banners.php:78
|
478 |
msgid "Example of site pages' tree"
|
479 |
msgstr "Приклад дерева сторінок сайту"
|
480 |
|
481 |
+
#: includes/pro_banners.php:91
|
482 |
msgid "All"
|
483 |
msgstr "Всі"
|
484 |
|
485 |
+
#: includes/pro_banners.php:92
|
486 |
msgid "Enabled"
|
487 |
msgstr "Активні"
|
488 |
|
489 |
+
#: includes/pro_banners.php:93
|
490 |
msgid "Disabled"
|
491 |
msgstr "Деактивовані"
|
492 |
|
493 |
+
#: includes/pro_banners.php:97
|
494 |
msgid "Search"
|
495 |
msgstr "Пошук"
|
496 |
|
497 |
+
#: includes/pro_banners.php:102
|
498 |
msgid "Bulk Actions"
|
499 |
msgstr "Групові дії"
|
500 |
|
501 |
+
#: includes/pro_banners.php:104
|
502 |
msgid "Apply"
|
503 |
msgstr "Застосувати"
|
504 |
|
505 |
+
#: includes/pro_banners.php:106
|
506 |
msgid "items"
|
507 |
msgstr "елементів"
|
508 |
|
509 |
+
#: includes/pro_banners.php:114 includes/pro_banners.php:193
|
510 |
msgid "Priority"
|
511 |
msgstr "Пріоритет"
|
512 |
|
513 |
+
#: includes/pro_banners.php:116 includes/pro_banners.php:195
|
514 |
msgid "Last Changed"
|
515 |
msgstr "Дата зміни"
|
516 |
|
517 |
+
#: includes/pro_banners.php:125
|
518 |
msgid "Please note"
|
519 |
msgstr "Будь ласка, зауважте"
|
520 |
|
521 |
+
#: includes/pro_banners.php:126
|
522 |
msgid ""
|
523 |
"All URLs listed in the sitemap.xml must use the same protocol (HTTP or "
|
524 |
"HTTPS) and must be located on the same host as the sitemap.xml."
|
527 |
"самий протокол ( HTTP або HTTPS ) та розміщені на тому ж хості, що і файл "
|
528 |
"sitemap.xml."
|
529 |
|
530 |
+
#: includes/pro_banners.php:126
|
531 |
msgid "You can also add multiple URLs at once."
|
532 |
msgstr "Можна також одночасно додати кілька URL-адрес."
|
533 |
|
534 |
+
#: includes/pro_banners.php:133
|
535 |
msgid "Always"
|
536 |
+
msgstr "Завжди"
|
537 |
|
538 |
+
#: includes/pro_banners.php:137
|
539 |
msgid "Save"
|
540 |
msgstr "Зберегти"
|
541 |
|
542 |
+
#: includes/pro_banners.php:145
|
543 |
msgid "Edit"
|
544 |
msgstr "Редагувати"
|
545 |
|
546 |
+
#: includes/pro_banners.php:146
|
547 |
msgid "Disable"
|
548 |
msgstr "Деактивувати"
|
549 |
|
550 |
+
#: includes/pro_banners.php:150
|
551 |
msgid "Yes"
|
552 |
msgstr "Так"
|
553 |
|
554 |
+
#: includes/pro_banners.php:158 includes/pro_banners.php:166
|
555 |
+
#: includes/pro_banners.php:174 includes/pro_banners.php:182
|
556 |
msgid "No"
|
557 |
msgstr "Ні"
|
558 |
|
559 |
+
#~ msgid "Sitemap: %s"
|
560 |
+
#~ msgstr "Карта сайту: % s"
|
561 |
+
|
562 |
+
#~ msgid "The Sitemap file"
|
563 |
+
#~ msgstr "Файл Sitemap"
|
564 |
+
|
565 |
+
#~ msgid "Enable to add a media sitemap (video & image)"
|
566 |
+
#~ msgstr "Активуйте щоб додати медіа карту сайта (відео і картинки)."
|
567 |
+
|
568 |
+
#~ msgid "Google Webmaster Tools"
|
569 |
+
#~ msgstr "Google Webmaster Tools"
|
570 |
+
|
571 |
+
#~ msgid "Logout from Google Webmaster Tools"
|
572 |
+
#~ msgstr "Вийти з Google Webmaster Tools"
|
573 |
+
|
574 |
+
#~ msgid "Get Authorization Code"
|
575 |
+
#~ msgstr "Отримати код авторизації"
|
576 |
+
|
577 |
+
#~ msgid "%s is in the site root directory."
|
578 |
+
#~ msgstr "%s знаходиться в кореневому каталозі сайту."
|
579 |
+
|
580 |
#~ msgid "Google-Sitemap-plugin Canonical Settings"
|
581 |
#~ msgstr "Google Sitemap: канонічні посилання"
|
582 |
|
1073 |
#~ "(your username is the email you specify when purchasing the product)."
|
1074 |
#~ msgstr "(ваше ім'я - це емейл, який ви вказували при купівлі продукту)."
|
1075 |
|
|
|
|
|
|
|
1076 |
#~ msgid "added"
|
1077 |
#~ msgstr "додано"
|
1078 |
|
1103 |
|
1104 |
#~ msgid "Go!"
|
1105 |
#~ msgstr "Перейти!"
|
|
|
|
|
|
readme.txt
CHANGED
@@ -2,9 +2,9 @@
|
|
2 |
Contributors: bestwebsoft
|
3 |
Donate link: https://bestwebsoft.com/donate/
|
4 |
Tags: add pages to sitemap, add posts to sitemap, add sitemap, google, google sitemap, google sitemap plugin, sitemap file path, update sitemap, google webmaster tools, site map, sitemaps, webmaster tools
|
5 |
-
Requires at least: 4.
|
6 |
-
Tested up to: 5.
|
7 |
-
Stable tag: 3.2.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -64,9 +64,9 @@ If you have a feature suggestion or idea you'd like to see in the plugin, we'd l
|
|
64 |
|
65 |
= Documentation & Videos =
|
66 |
|
|
|
67 |
* [[Doc] Installation](https://docs.google.com/document/d/1-hvn6WRvWnOqj5v5pLUk7Awyu87lq5B_dO-Tv-MC9JQ/)
|
68 |
* [[Doc] Purchase](https://docs.google.com/document/d/1EUdBVvnm7IHZ6y0DNyldZypUQKpB8UVPToSc_LdOYQI/)
|
69 |
-
* [[Doc] How to Add your site to Google Webmaster resource](https://docs.google.com/document/d/1VOJx_OaasVskCqi9fsAbUmxfsckoagPU5Py97yjha9w/)
|
70 |
* [[Video] Installation Instruction](https://www.youtube.com/watch?v=NKlAnFTzNrQ)
|
71 |
|
72 |
= Help & Support =
|
@@ -148,6 +148,12 @@ Please make sure that the problem hasn't been discussed yet on our forum (<https
|
|
148 |
|
149 |
== Changelog ==
|
150 |
|
|
|
|
|
|
|
|
|
|
|
|
|
151 |
= V3.2.2 - 11.12.2019 =
|
152 |
* Update : Plugin was renamed.
|
153 |
* Bugfix : Vulnerabilities and security issues were fixed.
|
@@ -371,6 +377,11 @@ Please make sure that the problem hasn't been discussed yet on our forum (<https
|
|
371 |
|
372 |
== Upgrade Notice ==
|
373 |
|
|
|
|
|
|
|
|
|
|
|
374 |
= V3.2.2 =
|
375 |
* Bugs fixed.
|
376 |
|
2 |
Contributors: bestwebsoft
|
3 |
Donate link: https://bestwebsoft.com/donate/
|
4 |
Tags: add pages to sitemap, add posts to sitemap, add sitemap, google, google sitemap, google sitemap plugin, sitemap file path, update sitemap, google webmaster tools, site map, sitemaps, webmaster tools
|
5 |
+
Requires at least: 4.5
|
6 |
+
Tested up to: 5.7
|
7 |
+
Stable tag: 3.2.3
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
64 |
|
65 |
= Documentation & Videos =
|
66 |
|
67 |
+
* [[Doc] User Guide](https://docs.google.com/document/d/1ffd0jasAtIEWXiW6Dg81QqmqHODj8j6vqzu2CQFyaT4)
|
68 |
* [[Doc] Installation](https://docs.google.com/document/d/1-hvn6WRvWnOqj5v5pLUk7Awyu87lq5B_dO-Tv-MC9JQ/)
|
69 |
* [[Doc] Purchase](https://docs.google.com/document/d/1EUdBVvnm7IHZ6y0DNyldZypUQKpB8UVPToSc_LdOYQI/)
|
|
|
70 |
* [[Video] Installation Instruction](https://www.youtube.com/watch?v=NKlAnFTzNrQ)
|
71 |
|
72 |
= Help & Support =
|
148 |
|
149 |
== Changelog ==
|
150 |
|
151 |
+
= V3.2.3 - 22.01.2021 =
|
152 |
+
* Update : We updated all functionality for wordpress 5.6.
|
153 |
+
* Update : BWS Panel section was updated.
|
154 |
+
* Update : The plugin settings page was changed.
|
155 |
+
* PRO : The bug with sitemap structure has been fixed.
|
156 |
+
|
157 |
= V3.2.2 - 11.12.2019 =
|
158 |
* Update : Plugin was renamed.
|
159 |
* Bugfix : Vulnerabilities and security issues were fixed.
|
377 |
|
378 |
== Upgrade Notice ==
|
379 |
|
380 |
+
= V3.2.3 =
|
381 |
+
* Bugs fixed.
|
382 |
+
* The compatibility with new WordPress version updated.
|
383 |
+
* BWS plugins section was updated.
|
384 |
+
|
385 |
= V3.2.2 =
|
386 |
* Bugs fixed.
|
387 |
|
screenshot-1.png
CHANGED
Binary file
|
screenshot-2.png
CHANGED
Binary file
|
screenshot-3.png
CHANGED
Binary file
|