Version Description
- 05.06.2014 =
- Update : We updated all functionality for wordpress 3.9.1.
- Update : The Ukrainian language file is updated.
Download this release
Release Info
Developer | bestwebsoft |
Plugin | Google Sitemap by BestWebSoft |
Version | 2.9.0 |
Comparing to | |
See all releases |
Code changes from version 2.8.9 to 2.9.0
- bws_menu/bws_menu.php +165 -83
- bws_menu/css/general_style.css +7 -0
- bws_menu/css/general_style_wp_before_3.8.css +7 -0
- bws_menu/css/style.css +29 -10
- bws_menu/icons/db-manager.png +0 -0
- bws_menu/icons/icon.png +0 -0
- bws_menu/icons/pro.png +0 -0
- bws_menu/icons/user-role.png +0 -0
- bws_menu/js/bws_menu.js +1 -3
- google-sitemap-plugin.php +10 -5
- images/px.png +0 -0
- languages/sitemap-ru_RU.mo +0 -0
- languages/sitemap-ru_RU.po +133 -125
- languages/sitemap-uk.mo +0 -0
- languages/sitemap-uk.po +186 -190
- readme.txt +11 -4
- screenshot-1.png +0 -0
- screenshot-2.png +0 -0
- screenshot-3.png +0 -0
- sitemap.xsl +0 -0
bws_menu/bws_menu.php
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
* Function for displaying BestWebSoft menu
|
4 |
-
* Version: 1.2
|
5 |
*/
|
6 |
|
7 |
if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
8 |
function bws_add_menu_render() {
|
9 |
global $wpdb, $wpmu, $wp_version, $bws_plugin_info;
|
10 |
$error = $message = $bwsmn_form_email = '';
|
11 |
-
$bws_donate_link = 'https://www.2checkout.com/checkout/purchase?sid=1430388&quantity=
|
12 |
|
13 |
if ( ! function_exists( 'is_plugin_active_for_network' ) )
|
14 |
require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
|
@@ -198,7 +198,8 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
198 |
'link' => 'http://bestwebsoft.com/plugin/sender/?k=89c297d14ba85a8417a0f2fc05e089c7&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
199 |
'download' => 'http://bestwebsoft.com/plugin/sender/?k=89c297d14ba85a8417a0f2fc05e089c7&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
|
200 |
'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=Sender+Bestwebsoft&plugin-search-input=Search+Plugins',
|
201 |
-
'settings' => 'admin.php?page=sndr_settings'
|
|
|
202 |
),
|
203 |
'subscriber/subscriber.php' => array(
|
204 |
'name' => 'Subscriber',
|
@@ -214,7 +215,8 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
214 |
'link' => 'http://bestwebsoft.com/plugin/contact-form-multi/?k=83cdd9e72a9f4061122ad28a67293c72&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
215 |
'download' => 'http://bestwebsoft.com/plugin/contact-form-multi/?k=83cdd9e72a9f4061122ad28a67293c72&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
|
216 |
'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=Contact+Form+Multi+Bestwebsoft&plugin-search-input=Search+Plugins',
|
217 |
-
'settings' => ''
|
|
|
218 |
),
|
219 |
'bws-google-maps/bws-google-maps.php' => array(
|
220 |
'name' => 'BestWebSoft Google Maps',
|
@@ -232,6 +234,23 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
232 |
'download' => 'http://bestwebsoft.com/plugin/bws-google-analytics/?k=261c74cad753fb279cdf5a5db63fbd43&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
|
233 |
'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=BestWebSoft+Google+Analytics&plugin-search-input=Search+Plugins',
|
234 |
'settings' => 'admin.php?page=bws-google-analytics.php'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
235 |
)
|
236 |
);
|
237 |
$bws_plugins_pro = array(
|
@@ -311,6 +330,27 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
311 |
'link' => 'http://bestwebsoft.com/plugin/bws-google-maps-pro/?k=117c3f9fc17f2c83ef430a8a9dc06f56&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
312 |
'purchase' => 'http://bestwebsoft.com/plugin/bws-google-maps-pro/?k=117c3f9fc17f2c83ef430a8a9dc06f56&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#purchase',
|
313 |
'settings' => 'admin.php?page=bws-google-maps-pro.php'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
314 |
)
|
315 |
);
|
316 |
|
@@ -483,8 +523,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
483 |
if ( $result != true )
|
484 |
$error = __( "Sorry, email message could not be delivered.", 'bestwebsoft' );
|
485 |
}
|
486 |
-
}
|
487 |
-
?>
|
488 |
<div class="wrap">
|
489 |
<div class="icon32 icon32-bws" id="icon-options-general"></div>
|
490 |
<h2>BestWebSoft</h2>
|
@@ -495,7 +534,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
495 |
<?php } ?>
|
496 |
<a class="nav-tab<?php if ( isset( $_GET['action'] ) && 'system_status' == $_GET['action'] ) echo ' nav-tab-active'; ?>" href="admin.php?page=bws_plugins&action=system_status"><?php _e( 'System status', 'bestwebsoft' ); ?></a>
|
497 |
</h2>
|
498 |
-
<?php if ( !isset( $_GET['action'] ) ) { ?>
|
499 |
<ul class="subsubsub">
|
500 |
<li><a <?php if ( !isset( $_GET['sub'] ) ) echo 'class="current" '; ?>href="admin.php?page=bws_plugins"><?php _e( 'All', 'bestwebsoft' ); ?></a></li> |
|
501 |
<li><a <?php if ( isset( $_GET['sub'] ) && 'installed' == $_GET['sub'] ) echo 'class="current" '; ?>href="admin.php?page=bws_plugins&sub=installed"><?php _e( 'Installed', 'bestwebsoft' ); ?></a></li> |
|
@@ -505,7 +544,6 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
505 |
<?php if ( ( isset( $_GET['sub'] ) && 'installed' == $_GET['sub'] ) || !isset( $_GET['sub'] ) ) { ?>
|
506 |
<h4 class="bws_installed"><?php _e( 'Installed plugins', 'bestwebsoft' ); ?></h4>
|
507 |
<?php foreach ( $all_plugins as $key_plugin => $value_plugin ) {
|
508 |
-
|
509 |
if ( isset( $bws_plugins_pro[ $key_plugin ] ) ) {
|
510 |
$key_plugin_explode = explode( '-plugin-pro/', $key_plugin );
|
511 |
if ( isset( $key_plugin_explode[1] ) )
|
@@ -531,7 +569,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
531 |
<div class="bws_product_title"><?php echo $value_plugin["Name"]; ?></div>
|
532 |
<div class="bws_product_content">
|
533 |
<div class="bws_product_icon">
|
534 |
-
<div class="bws_product_icon_pro"
|
535 |
<img src="<?php echo plugins_url( "icons/" , __FILE__ ) . $icon . '.png'; ?>"/>
|
536 |
</div>
|
537 |
<div class="bws_product_description"><?php echo $value_plugin["Description"]; ?></div>
|
@@ -579,7 +617,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
579 |
<div class="bws_product_title"><?php echo $value_plugin["Name"]; ?></div>
|
580 |
<div class="bws_product_content">
|
581 |
<div class="bws_product_icon">
|
582 |
-
<div class="bws_product_icon_pro"
|
583 |
<img src="<?php echo plugins_url( "icons/" , __FILE__ ) . $icon . '.png'; ?>"/>
|
584 |
</div>
|
585 |
<div class="bws_product_description"><?php echo $bws_plugins_pro[ $key_plugin ]["description"]; ?></div>
|
@@ -644,15 +682,14 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
644 |
$key_plugin_explode = explode( '/', $key_plugin );
|
645 |
$icon = $key_plugin_explode[0];
|
646 |
}
|
647 |
-
}
|
648 |
-
?>
|
649 |
<div class="bws_product_box">
|
650 |
<div class="bws_product">
|
651 |
<div class="bws_product_title"><?php echo $value_plugin["name"]; ?></div>
|
652 |
<div class="bws_product_content">
|
653 |
<div class="bws_product_icon">
|
654 |
<?php if ( isset( $bws_plugins[ $key_plugin ]['pro_version'] ) && isset( $bws_plugins_pro[ $bws_plugins[ $key_plugin ]['pro_version'] ] ) ) { ?>
|
655 |
-
<div class="bws_product_icon_pro"
|
656 |
<?php } ?>
|
657 |
<img src="<?php echo plugins_url( "icons/" , __FILE__ ) . $icon . '.png'; ?>"/>
|
658 |
</div>
|
@@ -679,8 +716,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
679 |
} ?>
|
680 |
<?php } elseif ( 'themes' == $_GET['action'] ) { ?>
|
681 |
<div id="availablethemes">
|
682 |
-
<?php
|
683 |
-
global $tabs, $tab, $paged, $type, $theme_field_defaults;
|
684 |
include( ABSPATH . 'wp-admin/includes/theme-install.php' );
|
685 |
include( ABSPATH . 'wp-admin/includes/class-wp-themes-list-table.php' );
|
686 |
include( ABSPATH . 'wp-admin/includes/class-wp-theme-install-list-table.php' );
|
@@ -703,77 +739,109 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
703 |
'infinite_scroll' => true,
|
704 |
) );
|
705 |
$themes = $theme_class->items;
|
706 |
-
|
707 |
-
|
708 |
-
|
709 |
-
|
710 |
-
|
|
|
711 |
|
712 |
-
|
713 |
-
|
714 |
-
|
715 |
-
|
716 |
-
|
717 |
-
|
718 |
-
|
719 |
|
720 |
-
|
721 |
|
722 |
-
|
723 |
-
|
724 |
-
|
725 |
-
|
726 |
|
727 |
-
|
728 |
-
|
729 |
-
|
730 |
-
|
731 |
|
732 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
733 |
$installed_theme = wp_get_theme( $theme->slug );
|
734 |
-
if ( $installed_theme->exists() )
|
735 |
-
|
736 |
-
|
737 |
-
|
738 |
-
$status = 'newer_installed';
|
739 |
-
else
|
740 |
-
$status = 'update_available';
|
741 |
-
}
|
742 |
-
switch ( $status ) {
|
743 |
-
default:
|
744 |
-
case 'install':
|
745 |
-
$actions[] = '<a class="install-now" href="' . esc_url( wp_nonce_url( $install_url, 'install-theme_' . $theme->slug ) ) . '" title="' . esc_attr( sprintf( __( 'Install %s' ), $name ) ) . '">' . __( 'Install Now' ) . '</a>';
|
746 |
-
break;
|
747 |
-
case 'update_available':
|
748 |
-
$actions[] = '<a class="install-now" href="' . esc_url( wp_nonce_url( $update_url, 'upgrade-theme_' . $theme->slug ) ) . '" title="' . esc_attr( sprintf( __( 'Update to version %s' ), $theme->version ) ) . '">' . __( 'Update' ) . '</a>';
|
749 |
-
break;
|
750 |
-
case 'newer_installed':
|
751 |
-
case 'latest_installed':
|
752 |
-
$actions[] = '<span class="install-now" title="' . esc_attr__( 'This theme is already installed and is up to date' ) . '">' . _x( 'Installed', 'theme' ) . '</span>';
|
753 |
-
break;
|
754 |
-
}
|
755 |
-
$actions[] = '<a class="install-theme-preview" href="' . esc_url( $preview_url ) . '" title="' . esc_attr( sprintf( __( 'Preview %s' ), $name ) ) . '">' . __( 'Preview' ) . '</a>';
|
756 |
-
$actions = apply_filters( 'theme_install_actions', $actions, $theme );
|
757 |
?>
|
758 |
-
<
|
759 |
-
|
760 |
-
|
761 |
-
|
762 |
-
|
763 |
-
|
764 |
-
|
765 |
-
|
766 |
-
|
767 |
-
|
768 |
-
|
769 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
770 |
</div>
|
771 |
-
|
772 |
-
|
773 |
-
<?php }
|
774 |
-
// end foreach $theme_names
|
775 |
-
$theme_class->theme_installer();
|
776 |
-
?>
|
777 |
</div>
|
778 |
<?php } elseif ( 'system_status' == $_GET['action'] ) { ?>
|
779 |
<div class="updated fade" <?php if ( ! ( isset( $_REQUEST['bwsmn_form_submit'] ) || isset( $_REQUEST['bwsmn_form_submit_custom_email'] ) ) || $error != "" ) echo "style=\"display:none\""; ?>><p><strong><?php echo $message; ?></strong></p></div>
|
@@ -805,8 +873,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
805 |
<table class="bws_system_info">
|
806 |
<thead><tr><th><?php _e( 'Inactive Plugins', 'bestwebsoft' ); ?></th><th></th></tr></thead>
|
807 |
<tbody>
|
808 |
-
<?php
|
809 |
-
if ( ! empty( $system_info['inactive_plugins'] ) ) {
|
810 |
foreach ( $system_info['inactive_plugins'] as $key => $value ) { ?>
|
811 |
<tr>
|
812 |
<td scope="row"><?php echo $key; ?></td>
|
@@ -845,8 +912,8 @@ if ( ! function_exists ( 'bws_plugin_init' ) ) {
|
|
845 |
}
|
846 |
}
|
847 |
|
848 |
-
if ( ! function_exists ( '
|
849 |
-
function
|
850 |
global $wp_version;
|
851 |
if ( $wp_version < 3.8 )
|
852 |
wp_enqueue_style( 'bws-admin-stylesheet', plugins_url( 'css/general_style_wp_before_3.8.css', __FILE__ ) );
|
@@ -864,6 +931,21 @@ if ( ! function_exists ( 'bws_admin_head' ) ) {
|
|
864 |
}
|
865 |
}
|
866 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
867 |
add_action( 'admin_init', 'bws_plugin_init' );
|
868 |
-
add_action( 'admin_enqueue_scripts', '
|
|
|
869 |
?>
|
1 |
<?php
|
2 |
/*
|
3 |
* Function for displaying BestWebSoft menu
|
4 |
+
* Version: 1.3.2
|
5 |
*/
|
6 |
|
7 |
if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
8 |
function bws_add_menu_render() {
|
9 |
global $wpdb, $wpmu, $wp_version, $bws_plugin_info;
|
10 |
$error = $message = $bwsmn_form_email = '';
|
11 |
+
$bws_donate_link = 'https://www.2checkout.com/checkout/purchase?sid=1430388&quantity=1&product_id=94';
|
12 |
|
13 |
if ( ! function_exists( 'is_plugin_active_for_network' ) )
|
14 |
require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
|
198 |
'link' => 'http://bestwebsoft.com/plugin/sender/?k=89c297d14ba85a8417a0f2fc05e089c7&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
199 |
'download' => 'http://bestwebsoft.com/plugin/sender/?k=89c297d14ba85a8417a0f2fc05e089c7&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
|
200 |
'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=Sender+Bestwebsoft&plugin-search-input=Search+Plugins',
|
201 |
+
'settings' => 'admin.php?page=sndr_settings',
|
202 |
+
'pro_version' => 'sender-pro/sender-pro.php'
|
203 |
),
|
204 |
'subscriber/subscriber.php' => array(
|
205 |
'name' => 'Subscriber',
|
215 |
'link' => 'http://bestwebsoft.com/plugin/contact-form-multi/?k=83cdd9e72a9f4061122ad28a67293c72&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
216 |
'download' => 'http://bestwebsoft.com/plugin/contact-form-multi/?k=83cdd9e72a9f4061122ad28a67293c72&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
|
217 |
'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=Contact+Form+Multi+Bestwebsoft&plugin-search-input=Search+Plugins',
|
218 |
+
'settings' => '',
|
219 |
+
'pro_version' => 'contact-form-multi-pro/contact-form-multi-pro.php'
|
220 |
),
|
221 |
'bws-google-maps/bws-google-maps.php' => array(
|
222 |
'name' => 'BestWebSoft Google Maps',
|
234 |
'download' => 'http://bestwebsoft.com/plugin/bws-google-analytics/?k=261c74cad753fb279cdf5a5db63fbd43&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
|
235 |
'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=BestWebSoft+Google+Analytics&plugin-search-input=Search+Plugins',
|
236 |
'settings' => 'admin.php?page=bws-google-analytics.php'
|
237 |
+
),
|
238 |
+
'db-manager/db-manager.php' => array(
|
239 |
+
'name' => 'DB manager',
|
240 |
+
'description' => 'Allows you to download the latest version of PhpMyadmin and Dumper and manage your site.',
|
241 |
+
'link' => 'http://bestwebsoft.com/plugin/db-manager/?k=01ed9731780d87f85f5901064b7d76d8&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
242 |
+
'download' => 'http://bestwebsoft.com/plugin/db-manager/?k=01ed9731780d87f85f5901064b7d76d8&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
|
243 |
+
'wp_install' => 'http://bestwebsoft.com/plugin/db-manager/?k=01ed9731780d87f85f5901064b7d76d8&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
|
244 |
+
'settings' => 'admin.php?page=db-manager.php'
|
245 |
+
),
|
246 |
+
'user-role/user-role.php' => array(
|
247 |
+
'name' => 'User Role',
|
248 |
+
'description' => 'Allows to change wordpress user role capabilities.',
|
249 |
+
'link' => 'http://bestwebsoft.com/plugin/user-role/?k=dfe2244835c6fbf601523964b3f34ccc&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
250 |
+
'download' => 'http://bestwebsoft.com/plugin/user-role/?k=dfe2244835c6fbf601523964b3f34ccc&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
|
251 |
+
'wp_install' => 'http://bestwebsoft.com/plugin/user-role/?k=dfe2244835c6fbf601523964b3f34ccc&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
|
252 |
+
'settings' => 'admin.php?page=user-role.php',
|
253 |
+
'pro_version' => 'user-role-pro/user-role-pro.php'
|
254 |
)
|
255 |
);
|
256 |
$bws_plugins_pro = array(
|
330 |
'link' => 'http://bestwebsoft.com/plugin/bws-google-maps-pro/?k=117c3f9fc17f2c83ef430a8a9dc06f56&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
331 |
'purchase' => 'http://bestwebsoft.com/plugin/bws-google-maps-pro/?k=117c3f9fc17f2c83ef430a8a9dc06f56&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#purchase',
|
332 |
'settings' => 'admin.php?page=bws-google-maps-pro.php'
|
333 |
+
),
|
334 |
+
'contact-form-multi-pro/contact-form-multi-pro.php' => array(
|
335 |
+
'name' => 'Contact Form Multi Pro',
|
336 |
+
'description' => 'This plugin is an exclusive add-on to the Contact Form Pro. Allows to create multiple contact forms.',
|
337 |
+
'link' => 'http://bestwebsoft.com/plugin/contact-form-multi-pro/?k=fde3a18581c143654f060c398b07e8ac&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
338 |
+
'purchase' => 'http://bestwebsoft.com/plugin/contact-form-multi-pro/?k=fde3a18581c143654f060c398b07e8ac&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#purchase',
|
339 |
+
'settings' => ''
|
340 |
+
),
|
341 |
+
'user-role-pro/user-role-pro.php' => array(
|
342 |
+
'name' => 'User Role Pro',
|
343 |
+
'description' => 'Allows to change wordpress user role capabilities.',
|
344 |
+
'link' => 'http://bestwebsoft.com/plugin/user-role-pro/?k=cfa9cea6613fb3d7c0a3622fa2faaf46&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
345 |
+
'purchase' => 'http://bestwebsoft.com/plugin/user-role-pro/?k=cfa9cea6613fb3d7c0a3622fa2faaf46&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#purchase',
|
346 |
+
'settings' => 'admin.php?page=user-role-pro.php'
|
347 |
+
),
|
348 |
+
'sender-pro/sender-pro.php' => array(
|
349 |
+
'name' => 'Sender Pro',
|
350 |
+
'description' => 'You can send mails to all users or to certain categories of users.',
|
351 |
+
'link' => 'http://bestwebsoft.com/plugin/sender-pro/?k=dc5d1a87bdc8aeab2de40ffb99b38054&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
352 |
+
'purchase' => 'http://bestwebsoft.com/plugin/sender-pro/?k=dc5d1a87bdc8aeab2de40ffb99b38054&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#purchase',
|
353 |
+
'settings' => 'admin.php?page=sndrpr_settings'
|
354 |
)
|
355 |
);
|
356 |
|
523 |
if ( $result != true )
|
524 |
$error = __( "Sorry, email message could not be delivered.", 'bestwebsoft' );
|
525 |
}
|
526 |
+
} ?>
|
|
|
527 |
<div class="wrap">
|
528 |
<div class="icon32 icon32-bws" id="icon-options-general"></div>
|
529 |
<h2>BestWebSoft</h2>
|
534 |
<?php } ?>
|
535 |
<a class="nav-tab<?php if ( isset( $_GET['action'] ) && 'system_status' == $_GET['action'] ) echo ' nav-tab-active'; ?>" href="admin.php?page=bws_plugins&action=system_status"><?php _e( 'System status', 'bestwebsoft' ); ?></a>
|
536 |
</h2>
|
537 |
+
<?php if ( !isset( $_GET['action'] ) ) { ?>
|
538 |
<ul class="subsubsub">
|
539 |
<li><a <?php if ( !isset( $_GET['sub'] ) ) echo 'class="current" '; ?>href="admin.php?page=bws_plugins"><?php _e( 'All', 'bestwebsoft' ); ?></a></li> |
|
540 |
<li><a <?php if ( isset( $_GET['sub'] ) && 'installed' == $_GET['sub'] ) echo 'class="current" '; ?>href="admin.php?page=bws_plugins&sub=installed"><?php _e( 'Installed', 'bestwebsoft' ); ?></a></li> |
|
544 |
<?php if ( ( isset( $_GET['sub'] ) && 'installed' == $_GET['sub'] ) || !isset( $_GET['sub'] ) ) { ?>
|
545 |
<h4 class="bws_installed"><?php _e( 'Installed plugins', 'bestwebsoft' ); ?></h4>
|
546 |
<?php foreach ( $all_plugins as $key_plugin => $value_plugin ) {
|
|
|
547 |
if ( isset( $bws_plugins_pro[ $key_plugin ] ) ) {
|
548 |
$key_plugin_explode = explode( '-plugin-pro/', $key_plugin );
|
549 |
if ( isset( $key_plugin_explode[1] ) )
|
569 |
<div class="bws_product_title"><?php echo $value_plugin["Name"]; ?></div>
|
570 |
<div class="bws_product_content">
|
571 |
<div class="bws_product_icon">
|
572 |
+
<div class="bws_product_icon_pro">PRO</div>
|
573 |
<img src="<?php echo plugins_url( "icons/" , __FILE__ ) . $icon . '.png'; ?>"/>
|
574 |
</div>
|
575 |
<div class="bws_product_description"><?php echo $value_plugin["Description"]; ?></div>
|
617 |
<div class="bws_product_title"><?php echo $value_plugin["Name"]; ?></div>
|
618 |
<div class="bws_product_content">
|
619 |
<div class="bws_product_icon">
|
620 |
+
<div class="bws_product_icon_pro">PRO</div>
|
621 |
<img src="<?php echo plugins_url( "icons/" , __FILE__ ) . $icon . '.png'; ?>"/>
|
622 |
</div>
|
623 |
<div class="bws_product_description"><?php echo $bws_plugins_pro[ $key_plugin ]["description"]; ?></div>
|
682 |
$key_plugin_explode = explode( '/', $key_plugin );
|
683 |
$icon = $key_plugin_explode[0];
|
684 |
}
|
685 |
+
} ?>
|
|
|
686 |
<div class="bws_product_box">
|
687 |
<div class="bws_product">
|
688 |
<div class="bws_product_title"><?php echo $value_plugin["name"]; ?></div>
|
689 |
<div class="bws_product_content">
|
690 |
<div class="bws_product_icon">
|
691 |
<?php if ( isset( $bws_plugins[ $key_plugin ]['pro_version'] ) && isset( $bws_plugins_pro[ $bws_plugins[ $key_plugin ]['pro_version'] ] ) ) { ?>
|
692 |
+
<div class="bws_product_icon_pro">PRO</div>
|
693 |
<?php } ?>
|
694 |
<img src="<?php echo plugins_url( "icons/" , __FILE__ ) . $icon . '.png'; ?>"/>
|
695 |
</div>
|
716 |
} ?>
|
717 |
<?php } elseif ( 'themes' == $_GET['action'] ) { ?>
|
718 |
<div id="availablethemes">
|
719 |
+
<?php global $tabs, $tab, $paged, $type, $theme_field_defaults;
|
|
|
720 |
include( ABSPATH . 'wp-admin/includes/theme-install.php' );
|
721 |
include( ABSPATH . 'wp-admin/includes/class-wp-themes-list-table.php' );
|
722 |
include( ABSPATH . 'wp-admin/includes/class-wp-theme-install-list-table.php' );
|
739 |
'infinite_scroll' => true,
|
740 |
) );
|
741 |
$themes = $theme_class->items;
|
742 |
+
if ( $wp_version < '3.9' ) {
|
743 |
+
foreach ( $themes as $theme ) { ?>
|
744 |
+
<div class="available-theme installable-theme"><?php
|
745 |
+
global $themes_allowedtags;
|
746 |
+
if ( empty( $theme ) )
|
747 |
+
return;
|
748 |
|
749 |
+
$name = wp_kses( $theme->name, $themes_allowedtags );
|
750 |
+
$author = wp_kses( $theme->author, $themes_allowedtags );
|
751 |
+
$preview_title = sprintf( __('Preview “%s”'), $name );
|
752 |
+
$preview_url = add_query_arg( array(
|
753 |
+
'tab' => 'theme-information',
|
754 |
+
'theme' => $theme->slug,
|
755 |
+
), self_admin_url( 'theme-install.php' ) );
|
756 |
|
757 |
+
$actions = array();
|
758 |
|
759 |
+
$install_url = add_query_arg( array(
|
760 |
+
'action' => 'install-theme',
|
761 |
+
'theme' => $theme->slug,
|
762 |
+
), self_admin_url( 'update.php' ) );
|
763 |
|
764 |
+
$update_url = add_query_arg( array(
|
765 |
+
'action' => 'upgrade-theme',
|
766 |
+
'theme' => $theme->slug,
|
767 |
+
), self_admin_url( 'update.php' ) );
|
768 |
|
769 |
+
$status = 'install';
|
770 |
+
$installed_theme = wp_get_theme( $theme->slug );
|
771 |
+
if ( $installed_theme->exists() ) {
|
772 |
+
if ( version_compare( $installed_theme->get('Version'), $theme->version, '=' ) )
|
773 |
+
$status = 'latest_installed';
|
774 |
+
elseif ( version_compare( $installed_theme->get('Version'), $theme->version, '>' ) )
|
775 |
+
$status = 'newer_installed';
|
776 |
+
else
|
777 |
+
$status = 'update_available';
|
778 |
+
}
|
779 |
+
switch ( $status ) {
|
780 |
+
default:
|
781 |
+
case 'install':
|
782 |
+
$actions[] = '<a class="install-now" href="' . esc_url( wp_nonce_url( $install_url, 'install-theme_' . $theme->slug ) ) . '" title="' . esc_attr( sprintf( __( 'Install %s' ), $name ) ) . '">' . __( 'Install Now' ) . '</a>';
|
783 |
+
break;
|
784 |
+
case 'update_available':
|
785 |
+
$actions[] = '<a class="install-now" href="' . esc_url( wp_nonce_url( $update_url, 'upgrade-theme_' . $theme->slug ) ) . '" title="' . esc_attr( sprintf( __( 'Update to version %s' ), $theme->version ) ) . '">' . __( 'Update' ) . '</a>';
|
786 |
+
break;
|
787 |
+
case 'newer_installed':
|
788 |
+
case 'latest_installed':
|
789 |
+
$actions[] = '<span class="install-now" title="' . esc_attr__( 'This theme is already installed and is up to date' ) . '">' . _x( 'Installed', 'theme' ) . '</span>';
|
790 |
+
break;
|
791 |
+
}
|
792 |
+
$actions[] = '<a class="install-theme-preview" href="' . esc_url( $preview_url ) . '" title="' . esc_attr( sprintf( __( 'Preview %s' ), $name ) ) . '">' . __( 'Preview' ) . '</a>';
|
793 |
+
$actions = apply_filters( 'theme_install_actions', $actions, $theme ); ?>
|
794 |
+
<a class="screenshot install-theme-preview" href="<?php echo esc_url( $preview_url ); ?>" title="<?php echo esc_attr( $preview_title ); ?>">
|
795 |
+
<img src='<?php echo esc_url( $theme->screenshot_url ); ?>' width='150' />
|
796 |
+
</a>
|
797 |
+
<h3><?php echo $name; ?></h3>
|
798 |
+
<div class="theme-author"><?php printf( __( 'By %s' ), $author ); ?></div>
|
799 |
+
<div class="action-links">
|
800 |
+
<ul>
|
801 |
+
<?php foreach ( $actions as $action ): ?>
|
802 |
+
<li><?php echo $action; ?></li>
|
803 |
+
<?php endforeach; ?>
|
804 |
+
<li class="hide-if-no-js"><a href="#" class="theme-detail"><?php _e('Details') ?></a></li>
|
805 |
+
</ul>
|
806 |
+
</div>
|
807 |
+
<?php $theme_class->install_theme_info( $theme ); ?>
|
808 |
+
</div>
|
809 |
+
<?php }
|
810 |
+
// end foreach $theme_names
|
811 |
+
$theme_class->theme_installer();
|
812 |
+
} else { ?>
|
813 |
+
<div class="theme-browser">
|
814 |
+
<div class="themes">
|
815 |
+
<?php foreach ( $themes as $key => $theme ) {
|
816 |
$installed_theme = wp_get_theme( $theme->slug );
|
817 |
+
if ( $installed_theme->exists() )
|
818 |
+
$theme->installed = true;
|
819 |
+
else
|
820 |
+
$theme->installed = false;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
821 |
?>
|
822 |
+
<div class="theme" tabindex="0">
|
823 |
+
<?php if ( $theme->screenshot_url ) { ?>
|
824 |
+
<div class="theme-screenshot">
|
825 |
+
<img src="<?php echo $theme->screenshot_url; ?>" alt="" />
|
826 |
+
</div>
|
827 |
+
<?php } else { ?>
|
828 |
+
<div class="theme-screenshot blank"></div>
|
829 |
+
<?php } ?>
|
830 |
+
<div class="theme-author"><?php printf( __( 'By %s' ), $theme->author ); ?></div>
|
831 |
+
<h3 class="theme-name"><?php echo $theme->name; ?></h3>
|
832 |
+
<div class="theme-actions">
|
833 |
+
<a class="button button-secondary preview install-theme-preview" href="theme-install.php?theme=<?php echo $theme->slug ?>"><?php esc_html_e( 'Learn More' ); ?></a>
|
834 |
+
</div>
|
835 |
+
<?php if ( $theme->installed ) { ?>
|
836 |
+
<div class="theme-installed"><?php _e( 'Already Installed' ); ?></div>
|
837 |
+
<?php } ?>
|
838 |
+
</div>
|
839 |
+
<?php } ?>
|
840 |
+
<br class="clear" />
|
841 |
</div>
|
842 |
+
</div>
|
843 |
+
<div class="theme-overlay"></div>
|
844 |
+
<?php } ?>
|
|
|
|
|
|
|
845 |
</div>
|
846 |
<?php } elseif ( 'system_status' == $_GET['action'] ) { ?>
|
847 |
<div class="updated fade" <?php if ( ! ( isset( $_REQUEST['bwsmn_form_submit'] ) || isset( $_REQUEST['bwsmn_form_submit_custom_email'] ) ) || $error != "" ) echo "style=\"display:none\""; ?>><p><strong><?php echo $message; ?></strong></p></div>
|
873 |
<table class="bws_system_info">
|
874 |
<thead><tr><th><?php _e( 'Inactive Plugins', 'bestwebsoft' ); ?></th><th></th></tr></thead>
|
875 |
<tbody>
|
876 |
+
<?php if ( ! empty( $system_info['inactive_plugins'] ) ) {
|
|
|
877 |
foreach ( $system_info['inactive_plugins'] as $key => $value ) { ?>
|
878 |
<tr>
|
879 |
<td scope="row"><?php echo $key; ?></td>
|
912 |
}
|
913 |
}
|
914 |
|
915 |
+
if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) ) {
|
916 |
+
function bws_admin_enqueue_scripts() {
|
917 |
global $wp_version;
|
918 |
if ( $wp_version < 3.8 )
|
919 |
wp_enqueue_style( 'bws-admin-stylesheet', plugins_url( 'css/general_style_wp_before_3.8.css', __FILE__ ) );
|
931 |
}
|
932 |
}
|
933 |
|
934 |
+
if ( ! function_exists ( 'bws_admin_head' ) ) {
|
935 |
+
function bws_admin_head() {
|
936 |
+
if ( isset( $_GET['page'] ) && $_GET['page'] == "bws_plugins" ) { ?>
|
937 |
+
<noscript>
|
938 |
+
<style type="text/css">
|
939 |
+
.bws_product_button {
|
940 |
+
display: inline-block;
|
941 |
+
}
|
942 |
+
</style>
|
943 |
+
</noscript>
|
944 |
+
<?php }
|
945 |
+
}
|
946 |
+
}
|
947 |
+
|
948 |
add_action( 'admin_init', 'bws_plugin_init' );
|
949 |
+
add_action( 'admin_enqueue_scripts', 'bws_admin_enqueue_scripts' );
|
950 |
+
add_action( 'admin_head', 'bws_admin_head' );
|
951 |
?>
|
bws_menu/css/general_style.css
CHANGED
@@ -117,6 +117,13 @@ table.bws_pro_version td {
|
|
117 |
float: left;
|
118 |
padding-top: 10px;
|
119 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
120 |
div.bws_pro_version {
|
121 |
padding: 5px 10px;
|
122 |
}
|
117 |
float: left;
|
118 |
padding-top: 10px;
|
119 |
}
|
120 |
+
.bws_pro_version_tooltip .bws_pro_links {
|
121 |
+
float: right;
|
122 |
+
}
|
123 |
+
.bws_pro_version_tooltip .bws_trial_info {
|
124 |
+
padding-top: 10px;
|
125 |
+
display: inline-block;
|
126 |
+
}
|
127 |
div.bws_pro_version {
|
128 |
padding: 5px 10px;
|
129 |
}
|
bws_menu/css/general_style_wp_before_3.8.css
CHANGED
@@ -119,6 +119,13 @@ table.bws_pro_version td {
|
|
119 |
float: left;
|
120 |
padding-top: 10px;
|
121 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
122 |
div.bws_pro_version {
|
123 |
padding: 5px 10px;
|
124 |
}
|
119 |
float: left;
|
120 |
padding-top: 10px;
|
121 |
}
|
122 |
+
.bws_pro_version_tooltip .bws_pro_links {
|
123 |
+
float: right;
|
124 |
+
}
|
125 |
+
.bws_pro_version_tooltip .bws_trial_info {
|
126 |
+
padding-top: 10px;
|
127 |
+
display: inline-block;
|
128 |
+
}
|
129 |
div.bws_pro_version {
|
130 |
padding: 5px 10px;
|
131 |
}
|
bws_menu/css/style.css
CHANGED
@@ -29,14 +29,24 @@ h4.bws_recommended {
|
|
29 |
color: #999;
|
30 |
font-weight: bold;
|
31 |
text-transform: uppercase;
|
32 |
-
font-size: 14px;
|
33 |
-
padding-left: 15px;
|
34 |
}
|
35 |
-
h4.bws_installed
|
36 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |
}
|
38 |
-
h4.bws_recommended {
|
39 |
-
background:
|
|
|
|
|
|
|
40 |
}
|
41 |
.bws_product_box {
|
42 |
background: none repeat scroll 0 0 #FFFFFF;
|
@@ -76,11 +86,15 @@ h4.bws_recommended {
|
|
76 |
color: #fff;
|
77 |
}
|
78 |
.bws_product_icon_pro {
|
79 |
-
background:
|
|
|
|
|
|
|
|
|
80 |
height: 20px;
|
81 |
-
margin
|
82 |
position: relative;
|
83 |
-
|
84 |
}
|
85 |
.bws_product_description {
|
86 |
padding: 0 10px;
|
@@ -114,7 +128,7 @@ h4.bws_recommended {
|
|
114 |
padding: 7px 5px 8px;
|
115 |
font-size: 14px;
|
116 |
min-width: 103px;
|
117 |
-
display:
|
118 |
}
|
119 |
.bws_product_button:hover{
|
120 |
background: #008726;
|
@@ -136,4 +150,9 @@ h4.bws_recommended {
|
|
136 |
}
|
137 |
.bws_product_button.bws_donate_button:hover {
|
138 |
background: #D69108 !important;
|
|
|
|
|
|
|
|
|
|
|
139 |
}
|
29 |
color: #999;
|
30 |
font-weight: bold;
|
31 |
text-transform: uppercase;
|
32 |
+
font-size: 14px;
|
|
|
33 |
}
|
34 |
+
h4.bws_installed:before,
|
35 |
+
h4.bws_recommended:before {
|
36 |
+
border-radius: 9px;
|
37 |
+
content: "";
|
38 |
+
display: inline-block;
|
39 |
+
height: 8px;
|
40 |
+
position: relative;
|
41 |
+
top: -1px;
|
42 |
+
width: 8px;
|
43 |
+
margin-right: 7px;
|
44 |
}
|
45 |
+
h4.bws_recommended:before {
|
46 |
+
background: #0074a2;
|
47 |
+
}
|
48 |
+
h4.bws_installed:before {
|
49 |
+
background: #00a22e;
|
50 |
}
|
51 |
.bws_product_box {
|
52 |
background: none repeat scroll 0 0 #FFFFFF;
|
86 |
color: #fff;
|
87 |
}
|
88 |
.bws_product_icon_pro {
|
89 |
+
background: #F26E50;
|
90 |
+
border-radius: 4px;
|
91 |
+
color: #FFF;
|
92 |
+
font-size: 15px;
|
93 |
+
font-weight: bold;
|
94 |
height: 20px;
|
95 |
+
margin: -9px auto -10px;
|
96 |
position: relative;
|
97 |
+
width: 46px;
|
98 |
}
|
99 |
.bws_product_description {
|
100 |
padding: 0 10px;
|
128 |
padding: 7px 5px 8px;
|
129 |
font-size: 14px;
|
130 |
min-width: 103px;
|
131 |
+
display: none;
|
132 |
}
|
133 |
.bws_product_button:hover{
|
134 |
background: #008726;
|
150 |
}
|
151 |
.bws_product_button.bws_donate_button:hover {
|
152 |
background: #D69108 !important;
|
153 |
+
}
|
154 |
+
|
155 |
+
/* theme page after WP 3.9 */
|
156 |
+
.toplevel_page_bws_plugins #availablethemes .theme-browser {
|
157 |
+
margin-top: 25px;
|
158 |
}
|
bws_menu/icons/db-manager.png
ADDED
Binary file
|
bws_menu/icons/icon.png
DELETED
Binary file
|
bws_menu/icons/pro.png
DELETED
Binary file
|
bws_menu/icons/user-role.png
ADDED
Binary file
|
bws_menu/js/bws_menu.js
CHANGED
@@ -17,9 +17,7 @@
|
|
17 |
});
|
18 |
max = max - parseInt( $( '.bws_product_links' ).css( 'padding-top' ) ) - parseInt( $( '.bws_product_links' ).css( 'padding-bottom' ) );
|
19 |
$( '.bws_product_links' ).css( 'height', max + 'px' );
|
20 |
-
|
21 |
-
$( '.bws_product_button' ).css( 'display', 'none' );
|
22 |
-
|
23 |
$( '.bws_product_box' ).hover( function() {
|
24 |
if ( $( this ).children( '.bws_product' ).children( '.bws_product_content' ).children( '.bws_product_description' ).length > 0 ) {
|
25 |
$( this ).children( '.bws_product' ).addClass( 'bws_product_pro' );
|
17 |
});
|
18 |
max = max - parseInt( $( '.bws_product_links' ).css( 'padding-top' ) ) - parseInt( $( '.bws_product_links' ).css( 'padding-bottom' ) );
|
19 |
$( '.bws_product_links' ).css( 'height', max + 'px' );
|
20 |
+
|
|
|
|
|
21 |
$( '.bws_product_box' ).hover( function() {
|
22 |
if ( $( this ).children( '.bws_product' ).children( '.bws_product_content' ).children( '.bws_product_description' ).length > 0 ) {
|
23 |
$( this ).children( '.bws_product' ).addClass( 'bws_product_pro' );
|
google-sitemap-plugin.php
CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Google Sitemap
|
|
4 |
Plugin URI: http://bestwebsoft.com/plugin/
|
5 |
Description: Plugin to add google sitemap file in Google Webmaster Tools account.
|
6 |
Author: BestWebSoft
|
7 |
-
Version: 2.
|
8 |
Author URI: http://bestwebsoft.com/
|
9 |
License: GPLv2 or later
|
10 |
*/
|
@@ -30,7 +30,8 @@ License: GPLv2 or later
|
|
30 |
if ( ! function_exists( 'gglstmp_admin_menu' ) ) {
|
31 |
function gglstmp_admin_menu() {
|
32 |
global $bstwbsftwppdtplgns_options, $wpmu, $bstwbsftwppdtplgns_added_menu;
|
33 |
-
$
|
|
|
34 |
$base = plugin_basename(__FILE__);
|
35 |
|
36 |
if ( ! isset( $bstwbsftwppdtplgns_options ) ) {
|
@@ -403,6 +404,7 @@ if ( ! function_exists ( 'gglstmp_settings_page' ) ) {
|
|
403 |
<h2 class="nav-tab-wrapper">
|
404 |
<a class="nav-tab<?php if ( !isset( $_GET['action'] ) ) echo ' nav-tab-active'; ?>" href="admin.php?page=google-sitemap-plugin.php"><?php _e( 'Settings', 'sitemap' ); ?></a>
|
405 |
<a class="nav-tab<?php if ( isset( $_GET['action'] ) && 'extra' == $_GET['action'] ) echo ' nav-tab-active'; ?>" href="admin.php?page=google-sitemap-plugin.php&action=extra"><?php _e( 'Extra settings', 'sitemap' ); ?></a>
|
|
|
406 |
<a class="nav-tab bws_go_pro_tab<?php if ( isset( $_GET['action'] ) && 'go_pro' == $_GET['action'] ) echo ' nav-tab-active'; ?>" href="admin.php?page=google-sitemap-plugin.php&action=go_pro"><?php _e( 'Go PRO', 'sitemap' ); ?></a>
|
407 |
</h2>
|
408 |
<div id="gglstmp_settings_notice" class="updated fade" style="display:none"><p><strong><?php _e( "Notice:", 'sitemap' ); ?></strong> <?php _e( "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button.", 'sitemap' ); ?></p></div>
|
@@ -621,7 +623,7 @@ if ( ! function_exists ( 'gglstmp_settings_page' ) ) {
|
|
621 |
$bstwbsftwppdtplgns_options['go_pro']['google-sitemap-pro/google-sitemap-pro.php']['time'] < ( time() + ( 24 * 60 * 60 ) ) ) { ?>
|
622 |
<p>
|
623 |
<input disabled="disabled" type="text" name="bws_license_key" value="<?php echo $bws_license_key; ?>" />
|
624 |
-
<input disabled="disabled" type="submit" class="button-primary" value="<?php _e( '
|
625 |
</p>
|
626 |
<p>
|
627 |
<?php _e( "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually.", 'sitemap' ); ?>
|
@@ -631,7 +633,7 @@ if ( ! function_exists ( 'gglstmp_settings_page' ) ) {
|
|
631 |
<input type="text" name="bws_license_key" value="<?php echo $bws_license_key; ?>" />
|
632 |
<input type="hidden" name="bws_license_plugin" value="google-sitemap-pro/google-sitemap-pro.php" />
|
633 |
<input type="hidden" name="bws_license_submit" value="submit" />
|
634 |
-
<input type="submit" class="button-primary" value="<?php _e( '
|
635 |
<?php wp_nonce_field( plugin_basename(__FILE__), 'bws_license_nonce_name' ); ?>
|
636 |
</p>
|
637 |
<?php } ?>
|
@@ -844,8 +846,11 @@ if ( ! function_exists ( 'gglstmp_plugin_banner' ) ) {
|
|
844 |
global $hook_suffix;
|
845 |
if ( $hook_suffix == 'plugins.php' ) {
|
846 |
$banner_array = array(
|
|
|
|
|
847 |
array( 'pdtr_hide_banner_on_plugin_page', 'updater/updater.php', '1.12' ),
|
848 |
-
array( 'cntctfrmtdb_hide_banner_on_plugin_page', 'contact-form-to-db/contact_form_to_db.php', '1.2' ),
|
|
|
849 |
array( 'gglmps_hide_banner_on_plugin_page', 'bws-google-maps/bws-google-maps.php', '1.2' ),
|
850 |
array( 'fcbkbttn_hide_banner_on_plugin_page', 'facebook-button-plugin/facebook-button-plugin.php', '2.29' ),
|
851 |
array( 'twttr_hide_banner_on_plugin_page', 'twitter-plugin/twitter.php', '2.34' ),
|
4 |
Plugin URI: http://bestwebsoft.com/plugin/
|
5 |
Description: Plugin to add google sitemap file in Google Webmaster Tools account.
|
6 |
Author: BestWebSoft
|
7 |
+
Version: 2.9.0
|
8 |
Author URI: http://bestwebsoft.com/
|
9 |
License: GPLv2 or later
|
10 |
*/
|
30 |
if ( ! function_exists( 'gglstmp_admin_menu' ) ) {
|
31 |
function gglstmp_admin_menu() {
|
32 |
global $bstwbsftwppdtplgns_options, $wpmu, $bstwbsftwppdtplgns_added_menu;
|
33 |
+
$bws_menu_info = get_plugin_data( plugin_dir_path( __FILE__ ) . "bws_menu/bws_menu.php" );
|
34 |
+
$bws_menu_version = $bws_menu_info["Version"];
|
35 |
$base = plugin_basename(__FILE__);
|
36 |
|
37 |
if ( ! isset( $bstwbsftwppdtplgns_options ) ) {
|
404 |
<h2 class="nav-tab-wrapper">
|
405 |
<a class="nav-tab<?php if ( !isset( $_GET['action'] ) ) echo ' nav-tab-active'; ?>" href="admin.php?page=google-sitemap-plugin.php"><?php _e( 'Settings', 'sitemap' ); ?></a>
|
406 |
<a class="nav-tab<?php if ( isset( $_GET['action'] ) && 'extra' == $_GET['action'] ) echo ' nav-tab-active'; ?>" href="admin.php?page=google-sitemap-plugin.php&action=extra"><?php _e( 'Extra settings', 'sitemap' ); ?></a>
|
407 |
+
<a class="nav-tab" href="http://bestwebsoft.com/plugin/google-sitemap-plugin/#faq" target="_blank"><?php _e( 'FAQ', 'sitemap' ); ?></a>
|
408 |
<a class="nav-tab bws_go_pro_tab<?php if ( isset( $_GET['action'] ) && 'go_pro' == $_GET['action'] ) echo ' nav-tab-active'; ?>" href="admin.php?page=google-sitemap-plugin.php&action=go_pro"><?php _e( 'Go PRO', 'sitemap' ); ?></a>
|
409 |
</h2>
|
410 |
<div id="gglstmp_settings_notice" class="updated fade" style="display:none"><p><strong><?php _e( "Notice:", 'sitemap' ); ?></strong> <?php _e( "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button.", 'sitemap' ); ?></p></div>
|
623 |
$bstwbsftwppdtplgns_options['go_pro']['google-sitemap-pro/google-sitemap-pro.php']['time'] < ( time() + ( 24 * 60 * 60 ) ) ) { ?>
|
624 |
<p>
|
625 |
<input disabled="disabled" type="text" name="bws_license_key" value="<?php echo $bws_license_key; ?>" />
|
626 |
+
<input disabled="disabled" type="submit" class="button-primary" value="<?php _e( 'Activate', 'sitemap' ); ?>" />
|
627 |
</p>
|
628 |
<p>
|
629 |
<?php _e( "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually.", 'sitemap' ); ?>
|
633 |
<input type="text" name="bws_license_key" value="<?php echo $bws_license_key; ?>" />
|
634 |
<input type="hidden" name="bws_license_plugin" value="google-sitemap-pro/google-sitemap-pro.php" />
|
635 |
<input type="hidden" name="bws_license_submit" value="submit" />
|
636 |
+
<input type="submit" class="button-primary" value="<?php _e( 'Activate', 'sitemap' ); ?>" />
|
637 |
<?php wp_nonce_field( plugin_basename(__FILE__), 'bws_license_nonce_name' ); ?>
|
638 |
</p>
|
639 |
<?php } ?>
|
846 |
global $hook_suffix;
|
847 |
if ( $hook_suffix == 'plugins.php' ) {
|
848 |
$banner_array = array(
|
849 |
+
array( 'sndr_hide_banner_on_plugin_page', 'sender/sender.php', '0.5' ),
|
850 |
+
array( 'srrl_hide_banner_on_plugin_page', 'user-role/user-role.php', '1.4' ),
|
851 |
array( 'pdtr_hide_banner_on_plugin_page', 'updater/updater.php', '1.12' ),
|
852 |
+
array( 'cntctfrmtdb_hide_banner_on_plugin_page', 'contact-form-to-db/contact_form_to_db.php', '1.2' ),
|
853 |
+
array( 'cntctfrmmlt_hide_banner_on_plugin_page', 'contact-form-multi/contact-form-multi.php', '1.0.7' ),
|
854 |
array( 'gglmps_hide_banner_on_plugin_page', 'bws-google-maps/bws-google-maps.php', '1.2' ),
|
855 |
array( 'fcbkbttn_hide_banner_on_plugin_page', 'facebook-button-plugin/facebook-button-plugin.php', '2.29' ),
|
856 |
array( 'twttr_hide_banner_on_plugin_page', 'twitter-plugin/twitter.php', '2.34' ),
|
images/px.png
CHANGED
File without changes
|
languages/sitemap-ru_RU.mo
CHANGED
Binary file
|
languages/sitemap-ru_RU.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: google-sitemap-plugin\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2014-
|
6 |
-
"PO-Revision-Date: 2014-
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: BestWebSoft <plugin@bestwebsoft.com>\n"
|
9 |
"Language: ru_RU\n"
|
@@ -16,372 +16,380 @@ msgstr ""
|
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: google-sitemap-plugin.php:
|
20 |
msgid "BWS Plugins"
|
21 |
msgstr "Плагины BWS"
|
22 |
|
23 |
-
#: google-sitemap-plugin.php:
|
24 |
msgid "Google Sitemap Settings"
|
25 |
msgstr "Настройки Google Sitemap"
|
26 |
|
27 |
-
#: google-sitemap-plugin.php:
|
28 |
-
#: google-sitemap-plugin.php:
|
29 |
msgid "Google Sitemap"
|
30 |
-
msgstr "
|
31 |
|
32 |
-
#: google-sitemap-plugin.php:
|
33 |
msgid "requires"
|
34 |
msgstr "требует"
|
35 |
|
36 |
-
#: google-sitemap-plugin.php:
|
37 |
msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
|
38 |
msgstr "или выше, поэтому он был деактивирован! Пожалуйста обновите WordPress и попробуйте еще раз."
|
39 |
|
40 |
-
#: google-sitemap-plugin.php:
|
41 |
msgid "Back to the WordPress"
|
42 |
msgstr "Вернуться к WordPress на"
|
43 |
|
44 |
-
#: google-sitemap-plugin.php:
|
45 |
msgid "Plugins page"
|
46 |
msgstr "Страницу плагинов"
|
47 |
|
48 |
-
#: google-sitemap-plugin.php:
|
49 |
msgid "Your Sitemap file is created in the site root directory."
|
50 |
-
msgstr "
|
51 |
|
52 |
-
#: google-sitemap-plugin.php:
|
53 |
-
#: google-sitemap-plugin.php:
|
54 |
msgid "Settings saved."
|
55 |
msgstr "Настройки сохранены."
|
56 |
|
57 |
-
#: google-sitemap-plugin.php:
|
58 |
msgid "Please enter your login and password for remote work with Google Webmaster Tools"
|
59 |
msgstr "Пожалуйста, введите Ваш логин и пароль для удаленной работы с Google Webmaster Tools"
|
60 |
|
61 |
-
#: google-sitemap-plugin.php:
|
62 |
msgid "You should choose at least one action for remote work with Google Webmaster Tools"
|
63 |
msgstr "Вы должны выбрать хотя бы одно действие для удаленной работы с Google Webmaster Tools,"
|
64 |
|
65 |
-
#: google-sitemap-plugin.php:
|
66 |
msgid "Login and password do not match. Please try again"
|
67 |
msgstr "Логин и пароль не совпадают, попробуйте еще раз, пожалуйста"
|
68 |
|
69 |
-
#: google-sitemap-plugin.php:
|
70 |
-
#: google-sitemap-plugin.php:
|
71 |
msgid "Wrong license key"
|
72 |
msgstr "Неправильный лицензионный ключ"
|
73 |
|
74 |
-
#: google-sitemap-plugin.php:
|
75 |
msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
|
76 |
msgstr "Что-то пошло не так. Повторите попытку позже. Если ошибка появится снова, пожалуйста, свяжитесь с нами <a href=http://support.bestwebsoft.com>BestWebSoft</a>. Приносим извинения за неудобства."
|
77 |
|
78 |
-
#: google-sitemap-plugin.php:
|
79 |
msgid "This license key is bind to another site"
|
80 |
msgstr "Этот лицензионный ключ привязан к другому сайту"
|
81 |
|
82 |
-
#: google-sitemap-plugin.php:
|
83 |
-
#: google-sitemap-plugin.php:
|
84 |
msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
|
85 |
msgstr "К сожалению, вы превысили количество доступных попыток в день. Пожалуйста, загрузите плагин вручную."
|
86 |
|
87 |
-
#: google-sitemap-plugin.php:
|
88 |
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
89 |
msgstr "Не удалось открыть архив ZIP. Пожалуйста, загрузите плагин вручную"
|
90 |
|
91 |
-
#: google-sitemap-plugin.php:
|
92 |
msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
|
93 |
msgstr "Ваш сервер не поддерживает ни библиотеку ZipArchive, ни библиотеку Phar. Пожалуйста, загрузите плагин вручную"
|
94 |
|
95 |
-
#: google-sitemap-plugin.php:
|
96 |
-
#: google-sitemap-plugin.php:
|
97 |
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
98 |
msgstr "Не удалось загрузить архив плагина. Пожалуйста, загрузите плагин вручную"
|
99 |
|
100 |
-
#: google-sitemap-plugin.php:
|
101 |
msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
|
102 |
msgstr "Что-то пошло не так. Повторите попытку позже или загрузите плагин вручную. Приносим извинения за неудобства."
|
103 |
|
104 |
-
#: google-sitemap-plugin.php:
|
105 |
msgid "Please, enter Your license key"
|
106 |
msgstr "Пожплуйста, введите Ваш лицензионный ключ"
|
107 |
|
108 |
-
#: google-sitemap-plugin.php:
|
109 |
-
#: google-sitemap-plugin.php:
|
110 |
-
#: google-sitemap-plugin.php:
|
111 |
msgid "Settings"
|
112 |
msgstr "Настройки"
|
113 |
|
114 |
-
#: google-sitemap-plugin.php:
|
115 |
msgid "Extra settings"
|
116 |
msgstr "Экстра настройки"
|
117 |
|
118 |
-
#: google-sitemap-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
119 |
msgid "Go PRO"
|
120 |
msgstr "Перейти на PRO версию"
|
121 |
|
122 |
-
#: google-sitemap-plugin.php:
|
123 |
msgid "Notice:"
|
124 |
msgstr "Внимание:"
|
125 |
|
126 |
-
#: google-sitemap-plugin.php:
|
127 |
msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
|
128 |
msgstr "Настройки плагина были изменены. Для того, чтобы сохранить их, пожалуйста, не забудьте нажать кнопку \"Сохранить\"."
|
129 |
|
130 |
-
#: google-sitemap-plugin.php:
|
|
|
131 |
msgid "The Sitemap file"
|
132 |
-
msgstr "Файл
|
133 |
|
134 |
-
#: google-sitemap-plugin.php:
|
|
|
135 |
msgid "already exists. If you would like to replace it with a new one, please choose the necessary box below. All other actions will overwrite the existing file."
|
136 |
-
msgstr "уже существует. Если вы хотите изменить
|
137 |
|
138 |
-
#: google-sitemap-plugin.php:
|
|
|
139 |
msgid "Your Sitemap file"
|
140 |
-
msgstr "Ваш файл
|
141 |
|
142 |
-
#: google-sitemap-plugin.php:
|
|
|
143 |
msgid "is created in the site root directory."
|
144 |
msgstr "создана в корне основной директории."
|
145 |
|
146 |
-
#: google-sitemap-plugin.php:
|
147 |
-
#: google-sitemap-plugin.php:
|
148 |
msgid "If you do not want a sitemap file to be added to Google Webmaster Tools automatically, you can do it using"
|
149 |
-
msgstr "Если вы не хотите добавить файл
|
150 |
|
151 |
-
#: google-sitemap-plugin.php:
|
152 |
-
#: google-sitemap-plugin.php:
|
153 |
msgid "this"
|
154 |
msgstr "эту"
|
155 |
|
156 |
-
#: google-sitemap-plugin.php:
|
157 |
-
#: google-sitemap-plugin.php:
|
158 |
msgid "link - sign in, choose the necessary site, go to 'Sitemaps' and fill out the mandatory field"
|
159 |
msgstr "ссылку, залогиниться, выбрать сайт, выбрать 'Sitemaps' и заполнить обязательное поле"
|
160 |
|
161 |
-
#: google-sitemap-plugin.php:
|
162 |
msgid "I want to create a new sitemap file or update the existing one"
|
163 |
-
msgstr "Я хочу создать
|
164 |
|
165 |
-
#: google-sitemap-plugin.php:
|
166 |
msgid "I want to add sitemap file path in robots.txt"
|
167 |
-
msgstr "Я хочу добавить
|
168 |
|
169 |
-
#: google-sitemap-plugin.php:
|
170 |
msgid "Since you are using multisiting, the plugin does not allow to add a sitemap to robots.txt"
|
171 |
msgstr "Т.к. вы используете мультисайтинг, плагин не имеет возможности добавить карту сайта в robots.txt"
|
172 |
|
173 |
-
#: google-sitemap-plugin.php:
|
174 |
msgid "I want to add sitemap file path in"
|
175 |
-
msgstr "Я хочу добавить
|
176 |
|
177 |
-
#: google-sitemap-plugin.php:
|
178 |
-
#: google-sitemap-plugin.php:
|
179 |
msgid "Please choose the necessary post types the links to which are to be added to the sitemap:"
|
180 |
msgstr "Пожалуйста, выберите те типы постов, ссылки на которые будут добавлены в карту сайта:"
|
181 |
|
182 |
-
#: google-sitemap-plugin.php:
|
183 |
msgid "XML Sitemap \"Change Frequency\" parameter"
|
184 |
-
msgstr "Параметр \"Change Frequency\"
|
185 |
|
186 |
-
#: google-sitemap-plugin.php:
|
187 |
msgid "Always"
|
188 |
msgstr "Всегда"
|
189 |
|
190 |
-
#: google-sitemap-plugin.php:
|
191 |
msgid "Hourly"
|
192 |
msgstr "Ежечасно"
|
193 |
|
194 |
-
#: google-sitemap-plugin.php:
|
195 |
msgid "Daily"
|
196 |
msgstr "Ежедневно"
|
197 |
|
198 |
-
#: google-sitemap-plugin.php:
|
199 |
msgid "Weekly"
|
200 |
msgstr "Еженедельно"
|
201 |
|
202 |
-
#: google-sitemap-plugin.php:
|
203 |
msgid "Monthly"
|
204 |
msgstr "Ежемесячно"
|
205 |
|
206 |
-
#: google-sitemap-plugin.php:
|
207 |
msgid "Yearly"
|
208 |
msgstr "Ежегодно"
|
209 |
|
210 |
-
#: google-sitemap-plugin.php:
|
211 |
msgid "Never"
|
212 |
msgstr "Никогда"
|
213 |
|
214 |
-
#: google-sitemap-plugin.php:
|
215 |
msgid "This value is used in the sitemap file and provides general information to search engines. The sitemap itself is generated once and will be re-generated when you create or update any post or page."
|
216 |
msgstr "Это значение используется в файле карты сайта и предоставляет общую информацию для поисковых систем. Сама карта сайта создается один раз и будет перезаписана вновь при создании или обновлении какой-либо страницы или поста."
|
217 |
|
218 |
-
#: google-sitemap-plugin.php:
|
219 |
-
#: google-sitemap-plugin.php:
|
220 |
msgid "Unlock premium options by upgrading to a PRO version."
|
221 |
msgstr "Активируйте премиум опции обновившись до PRO версии."
|
222 |
|
223 |
-
#: google-sitemap-plugin.php:
|
224 |
-
#: google-sitemap-plugin.php:
|
225 |
-
#: google-sitemap-plugin.php:
|
226 |
msgid "Learn More"
|
227 |
msgstr "Подробнее"
|
228 |
|
229 |
-
#: google-sitemap-plugin.php:
|
230 |
-
#: google-sitemap-plugin.php:
|
231 |
msgid "Go"
|
232 |
msgstr "Перейти на"
|
233 |
|
234 |
-
#: google-sitemap-plugin.php:
|
235 |
msgid "This hosting does not support сURL, so you cannot add a sitemap file automatically."
|
236 |
-
msgstr "Ваш хостинг не поддерживает сURL, поэтому вы не можете добавить
|
237 |
|
238 |
-
#: google-sitemap-plugin.php:
|
239 |
msgid "Please enter your Google account login and password in order to add or delete a site and a sitemap file automatically or get information about this site in Google Webmaster Tools."
|
240 |
-
msgstr "Введите свой логин и пароль для Google аккаунта, чтобы иметь возможность добавлять или удалять сайт и
|
241 |
|
242 |
-
#: google-sitemap-plugin.php:
|
243 |
msgid "Settings for remote work with Google Webmaster Tools"
|
244 |
msgstr "Настройки для удаленной работы с Google Webmaster Tools"
|
245 |
|
246 |
-
#: google-sitemap-plugin.php:
|
247 |
msgid "Login"
|
248 |
msgstr "Логин"
|
249 |
|
250 |
-
#: google-sitemap-plugin.php:
|
251 |
msgid "Password"
|
252 |
msgstr "Пароль"
|
253 |
|
254 |
-
#: google-sitemap-plugin.php:
|
255 |
msgid "I want to add this site to Google Webmaster Tools"
|
256 |
msgstr "Я хочу добавить этот сайт в Google Webmaster Tools"
|
257 |
|
258 |
-
#: google-sitemap-plugin.php:
|
259 |
msgid "I want to delete this site from Google Webmaster Tools"
|
260 |
msgstr "Я хочу удалить этот сайт из Google Webmaster Tools"
|
261 |
|
262 |
-
#: google-sitemap-plugin.php:
|
263 |
-
#: google-sitemap-plugin.php:
|
264 |
msgid "I want to get info about this site in Google Webmaster Tools"
|
265 |
msgstr "Я хочу получить информацию об этом сайте из Google Webmaster Tools"
|
266 |
|
267 |
-
#: google-sitemap-plugin.php:
|
268 |
msgid "In case you failed to add a sitemap to Google automatically using this plugin, it is possible to do it manually"
|
269 |
-
msgstr "В случае, если вы не в состоянии добавить
|
270 |
|
271 |
-
#: google-sitemap-plugin.php:
|
272 |
msgid "View the Instruction"
|
273 |
msgstr "Просмотреть Инструкцию"
|
274 |
|
275 |
-
#: google-sitemap-plugin.php:
|
276 |
-
#: google-sitemap-plugin.php:
|
277 |
msgid "Save Changes"
|
278 |
msgstr "Сохранить изменения"
|
279 |
|
280 |
-
#: google-sitemap-plugin.php:
|
281 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
282 |
msgstr " Если вам понравился плагин, то поставьте нам 5 звезд на WordPress"
|
283 |
|
284 |
-
#: google-sitemap-plugin.php:
|
285 |
msgid "Rate the plugin"
|
286 |
msgstr "Оценить плагин"
|
287 |
|
288 |
-
#: google-sitemap-plugin.php:
|
289 |
msgid "If there is something wrong about it, please contact us"
|
290 |
msgstr "Если у вас есть какие-то вопросы, обращайтесь"
|
291 |
|
292 |
-
#: google-sitemap-plugin.php:
|
293 |
msgid "Show URL for pages"
|
294 |
msgstr "Отображать URL для страниц"
|
295 |
|
296 |
-
#: google-sitemap-plugin.php:
|
297 |
msgid "Example of site pages' tree"
|
298 |
msgstr "Пример дерева страниц сайта"
|
299 |
|
300 |
-
#: google-sitemap-plugin.php:
|
301 |
msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
|
302 |
msgstr "Поздравляем! PRO версия плагина была успешно загружена и активирована."
|
303 |
|
304 |
-
#: google-sitemap-plugin.php:
|
305 |
msgid "Please, go to"
|
306 |
msgstr "Пожалуйста, перейдите на"
|
307 |
|
308 |
-
#: google-sitemap-plugin.php:
|
309 |
msgid "the setting page"
|
310 |
msgstr "страницу настроек"
|
311 |
|
312 |
-
#: google-sitemap-plugin.php:
|
313 |
msgid "You will be redirected automatically in 5 seconds."
|
314 |
msgstr "Вы будете перенаправлены автоматически через 5 секунд."
|
315 |
|
316 |
-
#: google-sitemap-plugin.php:
|
317 |
msgid "You can download and activate"
|
318 |
msgstr "Вы можете скачать и активировать"
|
319 |
|
320 |
-
#: google-sitemap-plugin.php:
|
321 |
msgid "version of this plugin by entering Your license key."
|
322 |
msgstr "версию этого плагина, введя ваш лицензионный ключ."
|
323 |
|
324 |
-
#: google-sitemap-plugin.php:
|
325 |
msgid "You can find your license key on your personal page Client area, by clicking on the link"
|
326 |
msgstr "Вы можете найти ваш лицензионный ключ на вашей личной странице Client area, нажав на ссылку"
|
327 |
|
328 |
-
#: google-sitemap-plugin.php:
|
329 |
msgid "(your username is the email you specify when purchasing the product)."
|
330 |
msgstr "(ваше имя пользователя - это электронный адрес, указанный при покупке продукта)."
|
331 |
|
332 |
-
#: google-sitemap-plugin.php:616
|
333 |
#: google-sitemap-plugin.php:626
|
334 |
-
|
335 |
-
|
|
|
336 |
|
337 |
-
#: google-sitemap-plugin.php:
|
338 |
msgid "This site is not added to the Google Webmaster Tools account"
|
339 |
msgstr "Данный сайт не добавлен в аккаунт Google Webmaster Tools"
|
340 |
|
341 |
-
#: google-sitemap-plugin.php:
|
342 |
msgid "Site URL:"
|
343 |
msgstr "URL сайта:"
|
344 |
|
345 |
-
#: google-sitemap-plugin.php:
|
346 |
msgid "Site verification:"
|
347 |
msgstr "Верификация сайта:"
|
348 |
|
349 |
-
#: google-sitemap-plugin.php:
|
350 |
msgid "verified"
|
351 |
msgstr "верифицрован"
|
352 |
|
353 |
-
#: google-sitemap-plugin.php:
|
354 |
msgid "not verified"
|
355 |
msgstr "не верифицирован"
|
356 |
|
357 |
-
#: google-sitemap-plugin.php:
|
358 |
msgid "Sitemap file:"
|
359 |
-
msgstr "Файл
|
360 |
|
361 |
-
#: google-sitemap-plugin.php:
|
362 |
msgid "added"
|
363 |
msgstr "добавлен"
|
364 |
|
365 |
-
#: google-sitemap-plugin.php:
|
366 |
msgid "not added"
|
367 |
msgstr "не добавлен"
|
368 |
|
369 |
-
#: google-sitemap-plugin.php:
|
370 |
-
msgid "FAQ"
|
371 |
-
msgstr "Часто задаваемые вопросы"
|
372 |
-
|
373 |
-
#: google-sitemap-plugin.php:828
|
374 |
msgid "Support"
|
375 |
msgstr "Тех.поддержка"
|
376 |
|
377 |
-
#: google-sitemap-plugin.php:
|
378 |
msgid "It's time to upgrade your <strong>Google Sitemap plugin</strong> to <strong>PRO</strong> version"
|
379 |
msgstr "Пора обновить ваш <strong>плагин Google Sitemap</strong> до <strong>PRO</strong> версии"
|
380 |
|
381 |
-
#: google-sitemap-plugin.php:
|
382 |
msgid "Extend standard plugin functionality with new great options"
|
383 |
msgstr "Расширение стандартного функционала плагина новыми прекрасными опциями"
|
384 |
|
|
|
|
|
|
|
385 |
#~ msgid ""
|
386 |
#~ "This functionality is available in the Pro version of the plugin. For "
|
387 |
#~ "more details, please follow the link"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: google-sitemap-plugin\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2014-06-05 14:50+0300\n"
|
6 |
+
"PO-Revision-Date: 2014-06-05 14:50+0300\n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: BestWebSoft <plugin@bestwebsoft.com>\n"
|
9 |
"Language: ru_RU\n"
|
16 |
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: google-sitemap-plugin.php:74
|
20 |
msgid "BWS Plugins"
|
21 |
msgstr "Плагины BWS"
|
22 |
|
23 |
+
#: google-sitemap-plugin.php:75
|
24 |
msgid "Google Sitemap Settings"
|
25 |
msgstr "Настройки Google Sitemap"
|
26 |
|
27 |
+
#: google-sitemap-plugin.php:75
|
28 |
+
#: google-sitemap-plugin.php:403
|
29 |
msgid "Google Sitemap"
|
30 |
+
msgstr "Google Sitemap"
|
31 |
|
32 |
+
#: google-sitemap-plugin.php:138
|
33 |
msgid "requires"
|
34 |
msgstr "требует"
|
35 |
|
36 |
+
#: google-sitemap-plugin.php:138
|
37 |
msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
|
38 |
msgstr "или выше, поэтому он был деактивирован! Пожалуйста обновите WordPress и попробуйте еще раз."
|
39 |
|
40 |
+
#: google-sitemap-plugin.php:138
|
41 |
msgid "Back to the WordPress"
|
42 |
msgstr "Вернуться к WordPress на"
|
43 |
|
44 |
+
#: google-sitemap-plugin.php:138
|
45 |
msgid "Plugins page"
|
46 |
msgstr "Страницу плагинов"
|
47 |
|
48 |
+
#: google-sitemap-plugin.php:212
|
49 |
msgid "Your Sitemap file is created in the site root directory."
|
50 |
+
msgstr "Файл Sitemap создан в корне основной директории."
|
51 |
|
52 |
+
#: google-sitemap-plugin.php:219
|
53 |
+
#: google-sitemap-plugin.php:248
|
54 |
msgid "Settings saved."
|
55 |
msgstr "Настройки сохранены."
|
56 |
|
57 |
+
#: google-sitemap-plugin.php:259
|
58 |
msgid "Please enter your login and password for remote work with Google Webmaster Tools"
|
59 |
msgstr "Пожалуйста, введите Ваш логин и пароль для удаленной работы с Google Webmaster Tools"
|
60 |
|
61 |
+
#: google-sitemap-plugin.php:261
|
62 |
msgid "You should choose at least one action for remote work with Google Webmaster Tools"
|
63 |
msgstr "Вы должны выбрать хотя бы одно действие для удаленной работы с Google Webmaster Tools,"
|
64 |
|
65 |
+
#: google-sitemap-plugin.php:289
|
66 |
msgid "Login and password do not match. Please try again"
|
67 |
msgstr "Логин и пароль не совпадают, попробуйте еще раз, пожалуйста"
|
68 |
|
69 |
+
#: google-sitemap-plugin.php:300
|
70 |
+
#: google-sitemap-plugin.php:338
|
71 |
msgid "Wrong license key"
|
72 |
msgstr "Неправильный лицензионный ключ"
|
73 |
|
74 |
+
#: google-sitemap-plugin.php:331
|
75 |
msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
|
76 |
msgstr "Что-то пошло не так. Повторите попытку позже. Если ошибка появится снова, пожалуйста, свяжитесь с нами <a href=http://support.bestwebsoft.com>BestWebSoft</a>. Приносим извинения за неудобства."
|
77 |
|
78 |
+
#: google-sitemap-plugin.php:340
|
79 |
msgid "This license key is bind to another site"
|
80 |
msgstr "Этот лицензионный ключ привязан к другому сайту"
|
81 |
|
82 |
+
#: google-sitemap-plugin.php:342
|
83 |
+
#: google-sitemap-plugin.php:629
|
84 |
msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
|
85 |
msgstr "К сожалению, вы превысили количество доступных попыток в день. Пожалуйста, загрузите плагин вручную."
|
86 |
|
87 |
+
#: google-sitemap-plugin.php:359
|
88 |
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
89 |
msgstr "Не удалось открыть архив ZIP. Пожалуйста, загрузите плагин вручную"
|
90 |
|
91 |
+
#: google-sitemap-plugin.php:365
|
92 |
msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
|
93 |
msgstr "Ваш сервер не поддерживает ни библиотеку ZipArchive, ни библиотеку Phar. Пожалуйста, загрузите плагин вручную"
|
94 |
|
95 |
+
#: google-sitemap-plugin.php:369
|
96 |
+
#: google-sitemap-plugin.php:378
|
97 |
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
98 |
msgstr "Не удалось загрузить архив плагина. Пожалуйста, загрузите плагин вручную"
|
99 |
|
100 |
+
#: google-sitemap-plugin.php:382
|
101 |
msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
|
102 |
msgstr "Что-то пошло не так. Повторите попытку позже или загрузите плагин вручную. Приносим извинения за неудобства."
|
103 |
|
104 |
+
#: google-sitemap-plugin.php:397
|
105 |
msgid "Please, enter Your license key"
|
106 |
msgstr "Пожплуйста, введите Ваш лицензионный ключ"
|
107 |
|
108 |
+
#: google-sitemap-plugin.php:405
|
109 |
+
#: google-sitemap-plugin.php:825
|
110 |
+
#: google-sitemap-plugin.php:836
|
111 |
msgid "Settings"
|
112 |
msgstr "Настройки"
|
113 |
|
114 |
+
#: google-sitemap-plugin.php:406
|
115 |
msgid "Extra settings"
|
116 |
msgstr "Экстра настройки"
|
117 |
|
118 |
+
#: google-sitemap-plugin.php:407
|
119 |
+
#: google-sitemap-plugin.php:837
|
120 |
+
msgid "FAQ"
|
121 |
+
msgstr "Часто задаваемые вопросы"
|
122 |
+
|
123 |
+
#: google-sitemap-plugin.php:408
|
124 |
msgid "Go PRO"
|
125 |
msgstr "Перейти на PRO версию"
|
126 |
|
127 |
+
#: google-sitemap-plugin.php:410
|
128 |
msgid "Notice:"
|
129 |
msgstr "Внимание:"
|
130 |
|
131 |
+
#: google-sitemap-plugin.php:410
|
132 |
msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
|
133 |
msgstr "Настройки плагина были изменены. Для того, чтобы сохранить их, пожалуйста, не забудьте нажать кнопку \"Сохранить\"."
|
134 |
|
135 |
+
#: google-sitemap-plugin.php:418
|
136 |
+
#: google-sitemap-plugin.php:420
|
137 |
msgid "The Sitemap file"
|
138 |
+
msgstr "Файл Sitemap"
|
139 |
|
140 |
+
#: google-sitemap-plugin.php:418
|
141 |
+
#: google-sitemap-plugin.php:420
|
142 |
msgid "already exists. If you would like to replace it with a new one, please choose the necessary box below. All other actions will overwrite the existing file."
|
143 |
+
msgstr "уже существует. Если вы хотите изменить его на новый, выберите соответствующее действие внизу. Все остальные действия перезапишут существующий файл."
|
144 |
|
145 |
+
#: google-sitemap-plugin.php:425
|
146 |
+
#: google-sitemap-plugin.php:427
|
147 |
msgid "Your Sitemap file"
|
148 |
+
msgstr "Ваш файл Sitemap"
|
149 |
|
150 |
+
#: google-sitemap-plugin.php:425
|
151 |
+
#: google-sitemap-plugin.php:427
|
152 |
msgid "is created in the site root directory."
|
153 |
msgstr "создана в корне основной директории."
|
154 |
|
155 |
+
#: google-sitemap-plugin.php:432
|
156 |
+
#: google-sitemap-plugin.php:434
|
157 |
msgid "If you do not want a sitemap file to be added to Google Webmaster Tools automatically, you can do it using"
|
158 |
+
msgstr "Если вы не хотите добавить файл sitemap автоматически в Google Webmaster Tools, Вы можете сделать это через"
|
159 |
|
160 |
+
#: google-sitemap-plugin.php:432
|
161 |
+
#: google-sitemap-plugin.php:434
|
162 |
msgid "this"
|
163 |
msgstr "эту"
|
164 |
|
165 |
+
#: google-sitemap-plugin.php:432
|
166 |
+
#: google-sitemap-plugin.php:434
|
167 |
msgid "link - sign in, choose the necessary site, go to 'Sitemaps' and fill out the mandatory field"
|
168 |
msgstr "ссылку, залогиниться, выбрать сайт, выбрать 'Sitemaps' и заполнить обязательное поле"
|
169 |
|
170 |
+
#: google-sitemap-plugin.php:439
|
171 |
msgid "I want to create a new sitemap file or update the existing one"
|
172 |
+
msgstr "Я хочу создать новый файл sitemap или обновить существующий"
|
173 |
|
174 |
+
#: google-sitemap-plugin.php:445
|
175 |
msgid "I want to add sitemap file path in robots.txt"
|
176 |
+
msgstr "Я хочу добавить путь файла sitemap в robots.txt"
|
177 |
|
178 |
+
#: google-sitemap-plugin.php:446
|
179 |
msgid "Since you are using multisiting, the plugin does not allow to add a sitemap to robots.txt"
|
180 |
msgstr "Т.к. вы используете мультисайтинг, плагин не имеет возможности добавить карту сайта в robots.txt"
|
181 |
|
182 |
+
#: google-sitemap-plugin.php:452
|
183 |
msgid "I want to add sitemap file path in"
|
184 |
+
msgstr "Я хочу добавить путь файла sitemap в"
|
185 |
|
186 |
+
#: google-sitemap-plugin.php:457
|
187 |
+
#: google-sitemap-plugin.php:563
|
188 |
msgid "Please choose the necessary post types the links to which are to be added to the sitemap:"
|
189 |
msgstr "Пожалуйста, выберите те типы постов, ссылки на которые будут добавлены в карту сайта:"
|
190 |
|
191 |
+
#: google-sitemap-plugin.php:473
|
192 |
msgid "XML Sitemap \"Change Frequency\" parameter"
|
193 |
+
msgstr "Параметр XML Sitemap \"Change Frequency\""
|
194 |
|
195 |
+
#: google-sitemap-plugin.php:476
|
196 |
msgid "Always"
|
197 |
msgstr "Всегда"
|
198 |
|
199 |
+
#: google-sitemap-plugin.php:477
|
200 |
msgid "Hourly"
|
201 |
msgstr "Ежечасно"
|
202 |
|
203 |
+
#: google-sitemap-plugin.php:478
|
204 |
msgid "Daily"
|
205 |
msgstr "Ежедневно"
|
206 |
|
207 |
+
#: google-sitemap-plugin.php:479
|
208 |
msgid "Weekly"
|
209 |
msgstr "Еженедельно"
|
210 |
|
211 |
+
#: google-sitemap-plugin.php:480
|
212 |
msgid "Monthly"
|
213 |
msgstr "Ежемесячно"
|
214 |
|
215 |
+
#: google-sitemap-plugin.php:481
|
216 |
msgid "Yearly"
|
217 |
msgstr "Ежегодно"
|
218 |
|
219 |
+
#: google-sitemap-plugin.php:482
|
220 |
msgid "Never"
|
221 |
msgstr "Никогда"
|
222 |
|
223 |
+
#: google-sitemap-plugin.php:484
|
224 |
msgid "This value is used in the sitemap file and provides general information to search engines. The sitemap itself is generated once and will be re-generated when you create or update any post or page."
|
225 |
msgstr "Это значение используется в файле карты сайта и предоставляет общую информацию для поисковых систем. Сама карта сайта создается один раз и будет перезаписана вновь при создании или обновлении какой-либо страницы или поста."
|
226 |
|
227 |
+
#: google-sitemap-plugin.php:491
|
228 |
+
#: google-sitemap-plugin.php:588
|
229 |
msgid "Unlock premium options by upgrading to a PRO version."
|
230 |
msgstr "Активируйте премиум опции обновившись до PRO версии."
|
231 |
|
232 |
+
#: google-sitemap-plugin.php:492
|
233 |
+
#: google-sitemap-plugin.php:589
|
234 |
+
#: google-sitemap-plugin.php:901
|
235 |
msgid "Learn More"
|
236 |
msgstr "Подробнее"
|
237 |
|
238 |
+
#: google-sitemap-plugin.php:495
|
239 |
+
#: google-sitemap-plugin.php:592
|
240 |
msgid "Go"
|
241 |
msgstr "Перейти на"
|
242 |
|
243 |
+
#: google-sitemap-plugin.php:504
|
244 |
msgid "This hosting does not support сURL, so you cannot add a sitemap file automatically."
|
245 |
+
msgstr "Ваш хостинг не поддерживает сURL, поэтому вы не можете добавить sitemap в Google аккаунт автоматически."
|
246 |
|
247 |
+
#: google-sitemap-plugin.php:510
|
248 |
msgid "Please enter your Google account login and password in order to add or delete a site and a sitemap file automatically or get information about this site in Google Webmaster Tools."
|
249 |
+
msgstr "Введите свой логин и пароль для Google аккаунта, чтобы иметь возможность добавлять или удалять сайт и sitemap автоматически в ваш аккаунт или же получить информацию об этом сайте из Google Webmaster Tools."
|
250 |
|
251 |
+
#: google-sitemap-plugin.php:514
|
252 |
msgid "Settings for remote work with Google Webmaster Tools"
|
253 |
msgstr "Настройки для удаленной работы с Google Webmaster Tools"
|
254 |
|
255 |
+
#: google-sitemap-plugin.php:516
|
256 |
msgid "Login"
|
257 |
msgstr "Логин"
|
258 |
|
259 |
+
#: google-sitemap-plugin.php:517
|
260 |
msgid "Password"
|
261 |
msgstr "Пароль"
|
262 |
|
263 |
+
#: google-sitemap-plugin.php:518
|
264 |
msgid "I want to add this site to Google Webmaster Tools"
|
265 |
msgstr "Я хочу добавить этот сайт в Google Webmaster Tools"
|
266 |
|
267 |
+
#: google-sitemap-plugin.php:519
|
268 |
msgid "I want to delete this site from Google Webmaster Tools"
|
269 |
msgstr "Я хочу удалить этот сайт из Google Webmaster Tools"
|
270 |
|
271 |
+
#: google-sitemap-plugin.php:520
|
272 |
+
#: google-sitemap-plugin.php:711
|
273 |
msgid "I want to get info about this site in Google Webmaster Tools"
|
274 |
msgstr "Я хочу получить информацию об этом сайте из Google Webmaster Tools"
|
275 |
|
276 |
+
#: google-sitemap-plugin.php:522
|
277 |
msgid "In case you failed to add a sitemap to Google automatically using this plugin, it is possible to do it manually"
|
278 |
+
msgstr "В случае, если вы не в состоянии добавить sitemap в Google автоматически с помощью этого плагина, можно сделать это вручную"
|
279 |
|
280 |
+
#: google-sitemap-plugin.php:523
|
281 |
msgid "View the Instruction"
|
282 |
msgstr "Просмотреть Инструкцию"
|
283 |
|
284 |
+
#: google-sitemap-plugin.php:531
|
285 |
+
#: google-sitemap-plugin.php:581
|
286 |
msgid "Save Changes"
|
287 |
msgstr "Сохранить изменения"
|
288 |
|
289 |
+
#: google-sitemap-plugin.php:548
|
290 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
291 |
msgstr " Если вам понравился плагин, то поставьте нам 5 звезд на WordPress"
|
292 |
|
293 |
+
#: google-sitemap-plugin.php:549
|
294 |
msgid "Rate the plugin"
|
295 |
msgstr "Оценить плагин"
|
296 |
|
297 |
+
#: google-sitemap-plugin.php:552
|
298 |
msgid "If there is something wrong about it, please contact us"
|
299 |
msgstr "Если у вас есть какие-то вопросы, обращайтесь"
|
300 |
|
301 |
+
#: google-sitemap-plugin.php:570
|
302 |
msgid "Show URL for pages"
|
303 |
msgstr "Отображать URL для страниц"
|
304 |
|
305 |
+
#: google-sitemap-plugin.php:576
|
306 |
msgid "Example of site pages' tree"
|
307 |
msgstr "Пример дерева страниц сайта"
|
308 |
|
309 |
+
#: google-sitemap-plugin.php:604
|
310 |
msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
|
311 |
msgstr "Поздравляем! PRO версия плагина была успешно загружена и активирована."
|
312 |
|
313 |
+
#: google-sitemap-plugin.php:606
|
314 |
msgid "Please, go to"
|
315 |
msgstr "Пожалуйста, перейдите на"
|
316 |
|
317 |
+
#: google-sitemap-plugin.php:606
|
318 |
msgid "the setting page"
|
319 |
msgstr "страницу настроек"
|
320 |
|
321 |
+
#: google-sitemap-plugin.php:607
|
322 |
msgid "You will be redirected automatically in 5 seconds."
|
323 |
msgstr "Вы будете перенаправлены автоматически через 5 секунд."
|
324 |
|
325 |
+
#: google-sitemap-plugin.php:612
|
326 |
msgid "You can download and activate"
|
327 |
msgstr "Вы можете скачать и активировать"
|
328 |
|
329 |
+
#: google-sitemap-plugin.php:614
|
330 |
msgid "version of this plugin by entering Your license key."
|
331 |
msgstr "версию этого плагина, введя ваш лицензионный ключ."
|
332 |
|
333 |
+
#: google-sitemap-plugin.php:616
|
334 |
msgid "You can find your license key on your personal page Client area, by clicking on the link"
|
335 |
msgstr "Вы можете найти ваш лицензионный ключ на вашей личной странице Client area, нажав на ссылку"
|
336 |
|
337 |
+
#: google-sitemap-plugin.php:618
|
338 |
msgid "(your username is the email you specify when purchasing the product)."
|
339 |
msgstr "(ваше имя пользователя - это электронный адрес, указанный при покупке продукта)."
|
340 |
|
|
|
341 |
#: google-sitemap-plugin.php:626
|
342 |
+
#: google-sitemap-plugin.php:636
|
343 |
+
msgid "Activate"
|
344 |
+
msgstr "Активировать"
|
345 |
|
346 |
+
#: google-sitemap-plugin.php:713
|
347 |
msgid "This site is not added to the Google Webmaster Tools account"
|
348 |
msgstr "Данный сайт не добавлен в аккаунт Google Webmaster Tools"
|
349 |
|
350 |
+
#: google-sitemap-plugin.php:733
|
351 |
msgid "Site URL:"
|
352 |
msgstr "URL сайта:"
|
353 |
|
354 |
+
#: google-sitemap-plugin.php:734
|
355 |
msgid "Site verification:"
|
356 |
msgstr "Верификация сайта:"
|
357 |
|
358 |
+
#: google-sitemap-plugin.php:736
|
359 |
msgid "verified"
|
360 |
msgstr "верифицрован"
|
361 |
|
362 |
+
#: google-sitemap-plugin.php:738
|
363 |
msgid "not verified"
|
364 |
msgstr "не верифицирован"
|
365 |
|
366 |
+
#: google-sitemap-plugin.php:739
|
367 |
msgid "Sitemap file:"
|
368 |
+
msgstr "Файл Sitemap:"
|
369 |
|
370 |
+
#: google-sitemap-plugin.php:741
|
371 |
msgid "added"
|
372 |
msgstr "добавлен"
|
373 |
|
374 |
+
#: google-sitemap-plugin.php:743
|
375 |
msgid "not added"
|
376 |
msgstr "не добавлен"
|
377 |
|
378 |
+
#: google-sitemap-plugin.php:838
|
|
|
|
|
|
|
|
|
379 |
msgid "Support"
|
380 |
msgstr "Тех.поддержка"
|
381 |
|
382 |
+
#: google-sitemap-plugin.php:904
|
383 |
msgid "It's time to upgrade your <strong>Google Sitemap plugin</strong> to <strong>PRO</strong> version"
|
384 |
msgstr "Пора обновить ваш <strong>плагин Google Sitemap</strong> до <strong>PRO</strong> версии"
|
385 |
|
386 |
+
#: google-sitemap-plugin.php:905
|
387 |
msgid "Extend standard plugin functionality with new great options"
|
388 |
msgstr "Расширение стандартного функционала плагина новыми прекрасными опциями"
|
389 |
|
390 |
+
#~ msgid "Go!"
|
391 |
+
#~ msgstr "Обновить!"
|
392 |
+
|
393 |
#~ msgid ""
|
394 |
#~ "This functionality is available in the Pro version of the plugin. For "
|
395 |
#~ "more details, please follow the link"
|
languages/sitemap-uk.mo
CHANGED
Binary file
|
languages/sitemap-uk.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: google-sitemap-plugin\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2014-
|
6 |
-
"PO-Revision-Date: 2014-
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: BestWebSoft <plugin@bestwebsoft.com>\n"
|
9 |
"Language: ru_RU\n"
|
@@ -13,386 +13,382 @@ msgstr ""
|
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SourceCharset: utf-8\n"
|
16 |
-
"X-Generator: Poedit 1.5.
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: google-sitemap-plugin.php:
|
20 |
msgid "BWS Plugins"
|
21 |
msgstr "Плагіни BWS"
|
22 |
|
23 |
-
#: google-sitemap-plugin.php:
|
24 |
-
#, fuzzy
|
25 |
msgid "Google Sitemap Settings"
|
26 |
-
msgstr "
|
27 |
|
28 |
-
#: google-sitemap-plugin.php:
|
29 |
-
#: google-sitemap-plugin.php:
|
30 |
msgid "Google Sitemap"
|
31 |
-
msgstr "
|
32 |
|
33 |
-
#: google-sitemap-plugin.php:
|
34 |
msgid "requires"
|
35 |
-
msgstr "
|
36 |
|
37 |
-
#: google-sitemap-plugin.php:
|
38 |
msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
|
39 |
msgstr "чи вище, тому він був деактивований! Будь ласка, оновіть WordPress та спробуйте ще раз."
|
40 |
|
41 |
-
#: google-sitemap-plugin.php:
|
42 |
msgid "Back to the WordPress"
|
43 |
-
msgstr "Повернутися
|
44 |
|
45 |
-
#: google-sitemap-plugin.php:
|
46 |
msgid "Plugins page"
|
47 |
msgstr "Сторінку плагінів"
|
48 |
|
49 |
-
#: google-sitemap-plugin.php:
|
50 |
msgid "Your Sitemap file is created in the site root directory."
|
51 |
-
msgstr "
|
52 |
|
53 |
-
#: google-sitemap-plugin.php:
|
54 |
-
#: google-sitemap-plugin.php:
|
55 |
msgid "Settings saved."
|
56 |
-
msgstr "
|
57 |
|
58 |
-
#: google-sitemap-plugin.php:
|
59 |
-
#, fuzzy
|
60 |
msgid "Please enter your login and password for remote work with Google Webmaster Tools"
|
61 |
-
msgstr "
|
62 |
|
63 |
-
#: google-sitemap-plugin.php:
|
64 |
-
#, fuzzy
|
65 |
msgid "You should choose at least one action for remote work with Google Webmaster Tools"
|
66 |
-
msgstr "
|
67 |
|
68 |
-
#: google-sitemap-plugin.php:
|
69 |
msgid "Login and password do not match. Please try again"
|
70 |
msgstr "Логін та пароль не співпадають. Будь ласка, спробуйте ще раз"
|
71 |
|
72 |
-
#: google-sitemap-plugin.php:
|
73 |
-
#: google-sitemap-plugin.php:
|
74 |
msgid "Wrong license key"
|
75 |
-
msgstr ""
|
76 |
|
77 |
-
#: google-sitemap-plugin.php:
|
78 |
msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
|
79 |
-
msgstr ""
|
80 |
|
81 |
-
#: google-sitemap-plugin.php:
|
82 |
msgid "This license key is bind to another site"
|
83 |
-
msgstr ""
|
84 |
|
85 |
-
#: google-sitemap-plugin.php:
|
86 |
-
#: google-sitemap-plugin.php:
|
87 |
msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
|
88 |
-
msgstr ""
|
89 |
|
90 |
-
#: google-sitemap-plugin.php:
|
91 |
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
92 |
-
msgstr ""
|
93 |
|
94 |
-
#: google-sitemap-plugin.php:
|
95 |
msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
|
96 |
-
msgstr ""
|
97 |
|
98 |
-
#: google-sitemap-plugin.php:
|
99 |
-
#: google-sitemap-plugin.php:
|
100 |
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
101 |
-
msgstr ""
|
102 |
|
103 |
-
#: google-sitemap-plugin.php:
|
104 |
msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
|
105 |
-
msgstr ""
|
106 |
|
107 |
-
#: google-sitemap-plugin.php:
|
108 |
-
#, fuzzy
|
109 |
msgid "Please, enter Your license key"
|
110 |
-
msgstr "
|
111 |
|
112 |
-
#: google-sitemap-plugin.php:
|
113 |
-
#: google-sitemap-plugin.php:
|
114 |
-
#: google-sitemap-plugin.php:
|
115 |
msgid "Settings"
|
116 |
-
msgstr "
|
117 |
|
118 |
-
#: google-sitemap-plugin.php:
|
119 |
-
#, fuzzy
|
120 |
msgid "Extra settings"
|
121 |
-
msgstr "
|
122 |
|
123 |
-
#: google-sitemap-plugin.php:
|
124 |
-
|
125 |
-
|
|
|
126 |
|
127 |
#: google-sitemap-plugin.php:408
|
|
|
|
|
|
|
|
|
128 |
msgid "Notice:"
|
129 |
-
msgstr "
|
130 |
|
131 |
-
#: google-sitemap-plugin.php:
|
132 |
msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
|
133 |
-
msgstr "
|
134 |
|
135 |
-
#: google-sitemap-plugin.php:
|
136 |
-
|
137 |
msgid "The Sitemap file"
|
138 |
-
msgstr "Файл
|
139 |
|
140 |
-
#: google-sitemap-plugin.php:
|
141 |
-
|
142 |
msgid "already exists. If you would like to replace it with a new one, please choose the necessary box below. All other actions will overwrite the existing file."
|
143 |
-
msgstr "
|
144 |
|
145 |
-
#: google-sitemap-plugin.php:
|
146 |
-
|
147 |
msgid "Your Sitemap file"
|
148 |
-
msgstr "
|
149 |
|
150 |
-
#: google-sitemap-plugin.php:
|
151 |
-
|
152 |
msgid "is created in the site root directory."
|
153 |
-
msgstr "
|
154 |
|
155 |
-
#: google-sitemap-plugin.php:
|
156 |
-
#: google-sitemap-plugin.php:
|
157 |
msgid "If you do not want a sitemap file to be added to Google Webmaster Tools automatically, you can do it using"
|
158 |
-
msgstr "Якщо ви не хочете додати файл
|
159 |
|
160 |
-
#: google-sitemap-plugin.php:
|
161 |
-
#: google-sitemap-plugin.php:
|
162 |
msgid "this"
|
163 |
msgstr "це"
|
164 |
|
165 |
-
#: google-sitemap-plugin.php:
|
166 |
-
#: google-sitemap-plugin.php:
|
167 |
msgid "link - sign in, choose the necessary site, go to 'Sitemaps' and fill out the mandatory field"
|
168 |
-
msgstr "
|
169 |
|
170 |
-
#: google-sitemap-plugin.php:
|
171 |
msgid "I want to create a new sitemap file or update the existing one"
|
172 |
-
msgstr "Я хочу створити
|
173 |
|
174 |
-
#: google-sitemap-plugin.php:
|
175 |
msgid "I want to add sitemap file path in robots.txt"
|
176 |
-
msgstr "Я хочу додати
|
177 |
|
178 |
-
#: google-sitemap-plugin.php:
|
179 |
msgid "Since you are using multisiting, the plugin does not allow to add a sitemap to robots.txt"
|
180 |
-
msgstr "Оскільки ви використовуєте мультисайтинг, плагін не
|
181 |
|
182 |
-
#: google-sitemap-plugin.php:
|
183 |
-
#, fuzzy
|
184 |
msgid "I want to add sitemap file path in"
|
185 |
-
msgstr "Я хочу додати
|
186 |
|
187 |
-
#: google-sitemap-plugin.php:
|
188 |
-
#: google-sitemap-plugin.php:
|
189 |
msgid "Please choose the necessary post types the links to which are to be added to the sitemap:"
|
190 |
-
msgstr "Будь
|
191 |
|
192 |
-
#: google-sitemap-plugin.php:
|
193 |
msgid "XML Sitemap \"Change Frequency\" parameter"
|
194 |
-
msgstr ""
|
195 |
|
196 |
-
#: google-sitemap-plugin.php:
|
197 |
msgid "Always"
|
198 |
-
msgstr ""
|
199 |
|
200 |
-
#: google-sitemap-plugin.php:
|
201 |
msgid "Hourly"
|
202 |
-
msgstr ""
|
203 |
|
204 |
-
#: google-sitemap-plugin.php:
|
205 |
msgid "Daily"
|
206 |
-
msgstr ""
|
207 |
|
208 |
-
#: google-sitemap-plugin.php:
|
209 |
msgid "Weekly"
|
210 |
-
msgstr ""
|
211 |
|
212 |
-
#: google-sitemap-plugin.php:
|
213 |
msgid "Monthly"
|
214 |
-
msgstr ""
|
215 |
|
216 |
-
#: google-sitemap-plugin.php:
|
217 |
msgid "Yearly"
|
218 |
-
msgstr ""
|
219 |
|
220 |
-
#: google-sitemap-plugin.php:
|
221 |
msgid "Never"
|
222 |
-
msgstr ""
|
223 |
|
224 |
-
#: google-sitemap-plugin.php:
|
225 |
msgid "This value is used in the sitemap file and provides general information to search engines. The sitemap itself is generated once and will be re-generated when you create or update any post or page."
|
226 |
-
msgstr ""
|
227 |
|
228 |
-
#: google-sitemap-plugin.php:
|
229 |
-
#: google-sitemap-plugin.php:
|
230 |
msgid "Unlock premium options by upgrading to a PRO version."
|
231 |
-
msgstr ""
|
232 |
|
233 |
-
#: google-sitemap-plugin.php:
|
234 |
-
#: google-sitemap-plugin.php:
|
235 |
-
#: google-sitemap-plugin.php:
|
236 |
msgid "Learn More"
|
237 |
-
msgstr ""
|
238 |
|
239 |
-
#: google-sitemap-plugin.php:
|
240 |
-
#: google-sitemap-plugin.php:
|
241 |
msgid "Go"
|
242 |
-
msgstr ""
|
243 |
|
244 |
-
#: google-sitemap-plugin.php:
|
245 |
msgid "This hosting does not support сURL, so you cannot add a sitemap file automatically."
|
246 |
-
msgstr "
|
247 |
|
248 |
-
#: google-sitemap-plugin.php:
|
249 |
msgid "Please enter your Google account login and password in order to add or delete a site and a sitemap file automatically or get information about this site in Google Webmaster Tools."
|
250 |
-
msgstr "Введіть
|
251 |
|
252 |
-
#: google-sitemap-plugin.php:
|
253 |
-
#, fuzzy
|
254 |
msgid "Settings for remote work with Google Webmaster Tools"
|
255 |
-
msgstr "
|
256 |
|
257 |
-
#: google-sitemap-plugin.php:
|
258 |
msgid "Login"
|
259 |
msgstr "Логін"
|
260 |
|
261 |
-
#: google-sitemap-plugin.php:
|
262 |
msgid "Password"
|
263 |
msgstr "Пароль"
|
264 |
|
265 |
-
#: google-sitemap-plugin.php:
|
266 |
msgid "I want to add this site to Google Webmaster Tools"
|
267 |
msgstr "Я хочу додати цей сайт до Google Webmaster Tools"
|
268 |
|
269 |
-
#: google-sitemap-plugin.php:
|
270 |
msgid "I want to delete this site from Google Webmaster Tools"
|
271 |
msgstr "Я хочу видалити цей сайт з Google Webmaster Tools"
|
272 |
|
273 |
-
#: google-sitemap-plugin.php:
|
274 |
-
#: google-sitemap-plugin.php:
|
275 |
msgid "I want to get info about this site in Google Webmaster Tools"
|
276 |
msgstr "Я хочу отримувати інформацію про цей сайт з Google Webmaster Tools"
|
277 |
|
278 |
-
#: google-sitemap-plugin.php:
|
279 |
msgid "In case you failed to add a sitemap to Google automatically using this plugin, it is possible to do it manually"
|
280 |
-
msgstr ""
|
281 |
|
282 |
-
#: google-sitemap-plugin.php:
|
283 |
msgid "View the Instruction"
|
284 |
-
msgstr ""
|
285 |
|
286 |
-
#: google-sitemap-plugin.php:
|
287 |
-
#: google-sitemap-plugin.php:
|
288 |
msgid "Save Changes"
|
289 |
msgstr "Зберегти зміни"
|
290 |
|
291 |
-
#: google-sitemap-plugin.php:
|
292 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
293 |
-
msgstr "Якщо Вам
|
294 |
|
295 |
-
#: google-sitemap-plugin.php:
|
296 |
msgid "Rate the plugin"
|
297 |
msgstr "Оцінити плагін"
|
298 |
|
299 |
-
#: google-sitemap-plugin.php:
|
300 |
msgid "If there is something wrong about it, please contact us"
|
301 |
-
msgstr "Якщо у вас виникли
|
302 |
|
303 |
-
#: google-sitemap-plugin.php:
|
304 |
msgid "Show URL for pages"
|
305 |
-
msgstr ""
|
306 |
|
307 |
-
#: google-sitemap-plugin.php:
|
308 |
msgid "Example of site pages' tree"
|
309 |
-
msgstr ""
|
310 |
|
311 |
-
#: google-sitemap-plugin.php:
|
312 |
msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
|
313 |
-
msgstr ""
|
314 |
|
315 |
-
#: google-sitemap-plugin.php:
|
316 |
msgid "Please, go to"
|
317 |
-
msgstr ""
|
318 |
|
319 |
-
#: google-sitemap-plugin.php:
|
320 |
msgid "the setting page"
|
321 |
-
msgstr ""
|
322 |
|
323 |
-
#: google-sitemap-plugin.php:
|
324 |
msgid "You will be redirected automatically in 5 seconds."
|
325 |
-
msgstr ""
|
326 |
|
327 |
-
#: google-sitemap-plugin.php:
|
328 |
msgid "You can download and activate"
|
329 |
-
msgstr ""
|
330 |
|
331 |
-
#: google-sitemap-plugin.php:
|
332 |
-
#, fuzzy
|
333 |
msgid "version of this plugin by entering Your license key."
|
334 |
-
msgstr "
|
335 |
|
336 |
-
#: google-sitemap-plugin.php:
|
337 |
msgid "You can find your license key on your personal page Client area, by clicking on the link"
|
338 |
-
msgstr ""
|
339 |
|
340 |
-
#: google-sitemap-plugin.php:
|
341 |
msgid "(your username is the email you specify when purchasing the product)."
|
342 |
-
msgstr ""
|
343 |
|
344 |
-
#: google-sitemap-plugin.php:616
|
345 |
#: google-sitemap-plugin.php:626
|
346 |
-
|
|
|
347 |
msgstr ""
|
348 |
|
349 |
-
#: google-sitemap-plugin.php:
|
350 |
msgid "This site is not added to the Google Webmaster Tools account"
|
351 |
-
msgstr "
|
352 |
|
353 |
-
#: google-sitemap-plugin.php:
|
354 |
msgid "Site URL:"
|
355 |
msgstr "URL сайту:"
|
356 |
|
357 |
-
#: google-sitemap-plugin.php:
|
358 |
msgid "Site verification:"
|
359 |
msgstr "Верифікація сайту:"
|
360 |
|
361 |
-
#: google-sitemap-plugin.php:
|
362 |
msgid "verified"
|
363 |
msgstr "верифіковано"
|
364 |
|
365 |
-
#: google-sitemap-plugin.php:
|
366 |
msgid "not verified"
|
367 |
msgstr "не верифіковано"
|
368 |
|
369 |
-
#: google-sitemap-plugin.php:
|
370 |
msgid "Sitemap file:"
|
371 |
-
msgstr "Файл
|
372 |
|
373 |
-
#: google-sitemap-plugin.php:
|
374 |
msgid "added"
|
375 |
msgstr "додано"
|
376 |
|
377 |
-
#: google-sitemap-plugin.php:
|
378 |
msgid "not added"
|
379 |
msgstr "не додано"
|
380 |
|
381 |
-
#: google-sitemap-plugin.php:
|
382 |
-
msgid "FAQ"
|
383 |
-
msgstr "Часті питання"
|
384 |
-
|
385 |
-
#: google-sitemap-plugin.php:828
|
386 |
msgid "Support"
|
387 |
-
msgstr "
|
388 |
|
389 |
-
#: google-sitemap-plugin.php:
|
390 |
msgid "It's time to upgrade your <strong>Google Sitemap plugin</strong> to <strong>PRO</strong> version"
|
391 |
-
msgstr ""
|
392 |
|
393 |
-
#: google-sitemap-plugin.php:
|
394 |
msgid "Extend standard plugin functionality with new great options"
|
395 |
-
msgstr ""
|
|
|
|
|
|
|
396 |
|
397 |
#~ msgid "Google Sitemap options"
|
398 |
#~ msgstr "Опції карти сайту Google"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: google-sitemap-plugin\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2014-06-05 14:50+0300\n"
|
6 |
+
"PO-Revision-Date: 2014-06-05 14:50+0300\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"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SourceCharset: utf-8\n"
|
16 |
+
"X-Generator: Poedit 1.5.7\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: google-sitemap-plugin.php:74
|
20 |
msgid "BWS Plugins"
|
21 |
msgstr "Плагіни BWS"
|
22 |
|
23 |
+
#: google-sitemap-plugin.php:75
|
|
|
24 |
msgid "Google Sitemap Settings"
|
25 |
+
msgstr "Налаштування Google Sitemap "
|
26 |
|
27 |
+
#: google-sitemap-plugin.php:75
|
28 |
+
#: google-sitemap-plugin.php:403
|
29 |
msgid "Google Sitemap"
|
30 |
+
msgstr "Google Sitemap"
|
31 |
|
32 |
+
#: google-sitemap-plugin.php:138
|
33 |
msgid "requires"
|
34 |
+
msgstr "вимагає"
|
35 |
|
36 |
+
#: google-sitemap-plugin.php:138
|
37 |
msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
|
38 |
msgstr "чи вище, тому він був деактивований! Будь ласка, оновіть WordPress та спробуйте ще раз."
|
39 |
|
40 |
+
#: google-sitemap-plugin.php:138
|
41 |
msgid "Back to the WordPress"
|
42 |
+
msgstr "Повернутися на WordPress на"
|
43 |
|
44 |
+
#: google-sitemap-plugin.php:138
|
45 |
msgid "Plugins page"
|
46 |
msgstr "Сторінку плагінів"
|
47 |
|
48 |
+
#: google-sitemap-plugin.php:212
|
49 |
msgid "Your Sitemap file is created in the site root directory."
|
50 |
+
msgstr "Файл Sitemap створений у кореневій директорії сайту."
|
51 |
|
52 |
+
#: google-sitemap-plugin.php:219
|
53 |
+
#: google-sitemap-plugin.php:248
|
54 |
msgid "Settings saved."
|
55 |
+
msgstr "Налаштування збережено."
|
56 |
|
57 |
+
#: google-sitemap-plugin.php:259
|
|
|
58 |
msgid "Please enter your login and password for remote work with Google Webmaster Tools"
|
59 |
+
msgstr "Будь ласка, введіть свій логін і пароль для віддаленої роботи з Google Webmaster Tools"
|
60 |
|
61 |
+
#: google-sitemap-plugin.php:261
|
|
|
62 |
msgid "You should choose at least one action for remote work with Google Webmaster Tools"
|
63 |
+
msgstr "Вам потрібно вибрати принаймні одну дію для віддаленої роботи з Google Webmaster Tools"
|
64 |
|
65 |
+
#: google-sitemap-plugin.php:289
|
66 |
msgid "Login and password do not match. Please try again"
|
67 |
msgstr "Логін та пароль не співпадають. Будь ласка, спробуйте ще раз"
|
68 |
|
69 |
+
#: google-sitemap-plugin.php:300
|
70 |
+
#: google-sitemap-plugin.php:338
|
71 |
msgid "Wrong license key"
|
72 |
+
msgstr "Невірний ліцензійний ключ"
|
73 |
|
74 |
+
#: google-sitemap-plugin.php:331
|
75 |
msgid "Something went wrong. Try again later. If the error will appear again, please, contact us <a href=http://support.bestwebsoft.com>BestWebSoft</a>. We are sorry for inconvenience."
|
76 |
+
msgstr "Щось не так, спробуйте пізніше. Якщо помилка повториться, будь ласка, повідомте нам <a href=http://support.bestwebsoft.com>BestWebSoft</a>. Просимо вибачення за незручності."
|
77 |
|
78 |
+
#: google-sitemap-plugin.php:340
|
79 |
msgid "This license key is bind to another site"
|
80 |
+
msgstr "Цей ліцензійний ключ прив'язаний до іншого сайту"
|
81 |
|
82 |
+
#: google-sitemap-plugin.php:342
|
83 |
+
#: google-sitemap-plugin.php:629
|
84 |
msgid "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually."
|
85 |
+
msgstr "На жаль, ви перевищили кількість можливих спроб на день. Будь ласка, завантажте плагін вручну."
|
86 |
|
87 |
+
#: google-sitemap-plugin.php:359
|
88 |
msgid "Failed to open the zip archive. Please, upload the plugin manually"
|
89 |
+
msgstr "Помилка при відкритті архіву zip. Будь ласка, завантажте плагін вручну."
|
90 |
|
91 |
+
#: google-sitemap-plugin.php:365
|
92 |
msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
|
93 |
+
msgstr "Ваш сервер не підтримує формати Zip та Phar. Будь ласка, завантажте плагін вручну."
|
94 |
|
95 |
+
#: google-sitemap-plugin.php:369
|
96 |
+
#: google-sitemap-plugin.php:378
|
97 |
msgid "Failed to download the zip archive. Please, upload the plugin manually"
|
98 |
+
msgstr "Помилка при завантаженні архіву zip. Будь ласка, завантажте плагін вручну."
|
99 |
|
100 |
+
#: google-sitemap-plugin.php:382
|
101 |
msgid "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvienience."
|
102 |
+
msgstr "Щось не так. Спробуйте пізніше або завантажте плагін вручну. Просимо вибачення за незручності."
|
103 |
|
104 |
+
#: google-sitemap-plugin.php:397
|
|
|
105 |
msgid "Please, enter Your license key"
|
106 |
+
msgstr "Будь ласка, введіть ліцензійний ключ"
|
107 |
|
108 |
+
#: google-sitemap-plugin.php:405
|
109 |
+
#: google-sitemap-plugin.php:825
|
110 |
+
#: google-sitemap-plugin.php:836
|
111 |
msgid "Settings"
|
112 |
+
msgstr "Налаштування"
|
113 |
|
114 |
+
#: google-sitemap-plugin.php:406
|
|
|
115 |
msgid "Extra settings"
|
116 |
+
msgstr "Додаткові налаштування"
|
117 |
|
118 |
+
#: google-sitemap-plugin.php:407
|
119 |
+
#: google-sitemap-plugin.php:837
|
120 |
+
msgid "FAQ"
|
121 |
+
msgstr "Розповсюджені питання"
|
122 |
|
123 |
#: google-sitemap-plugin.php:408
|
124 |
+
msgid "Go PRO"
|
125 |
+
msgstr "Перейти на PRO"
|
126 |
+
|
127 |
+
#: google-sitemap-plugin.php:410
|
128 |
msgid "Notice:"
|
129 |
+
msgstr "Зауважте:"
|
130 |
|
131 |
+
#: google-sitemap-plugin.php:410
|
132 |
msgid "The plugin's settings have been changed. In order to save them please don't forget to click the 'Save Changes' button."
|
133 |
+
msgstr "Налаштування плагіну змінено. Щоб зберегти їх, будь ласка, не забудьте клікнути \"Зберегти зміни\"."
|
134 |
|
135 |
+
#: google-sitemap-plugin.php:418
|
136 |
+
#: google-sitemap-plugin.php:420
|
137 |
msgid "The Sitemap file"
|
138 |
+
msgstr "Файл Sitemap"
|
139 |
|
140 |
+
#: google-sitemap-plugin.php:418
|
141 |
+
#: google-sitemap-plugin.php:420
|
142 |
msgid "already exists. If you would like to replace it with a new one, please choose the necessary box below. All other actions will overwrite the existing file."
|
143 |
+
msgstr "уже існує. Якщо ви хочете замінити його на новий, виберіть потрібну дію внизу. Усі інші дії перезапишуть існуючий файл."
|
144 |
|
145 |
+
#: google-sitemap-plugin.php:425
|
146 |
+
#: google-sitemap-plugin.php:427
|
147 |
msgid "Your Sitemap file"
|
148 |
+
msgstr "Ваш файл Sitemap"
|
149 |
|
150 |
+
#: google-sitemap-plugin.php:425
|
151 |
+
#: google-sitemap-plugin.php:427
|
152 |
msgid "is created in the site root directory."
|
153 |
+
msgstr "створений у кореневій директорії сайту."
|
154 |
|
155 |
+
#: google-sitemap-plugin.php:432
|
156 |
+
#: google-sitemap-plugin.php:434
|
157 |
msgid "If you do not want a sitemap file to be added to Google Webmaster Tools automatically, you can do it using"
|
158 |
+
msgstr "Якщо ви не хочете додати файл sitemap до Google Webmaster Tools автоматично, ви можете зробити це через"
|
159 |
|
160 |
+
#: google-sitemap-plugin.php:432
|
161 |
+
#: google-sitemap-plugin.php:434
|
162 |
msgid "this"
|
163 |
msgstr "це"
|
164 |
|
165 |
+
#: google-sitemap-plugin.php:432
|
166 |
+
#: google-sitemap-plugin.php:434
|
167 |
msgid "link - sign in, choose the necessary site, go to 'Sitemaps' and fill out the mandatory field"
|
168 |
+
msgstr "посилання. Авторизуйтеся, виберіть сайт, виберіть 'Sitemaps' та заповніть потрібне поле"
|
169 |
|
170 |
+
#: google-sitemap-plugin.php:439
|
171 |
msgid "I want to create a new sitemap file or update the existing one"
|
172 |
+
msgstr "Я хочу створити новий файл sitemap або оновити існуючий"
|
173 |
|
174 |
+
#: google-sitemap-plugin.php:445
|
175 |
msgid "I want to add sitemap file path in robots.txt"
|
176 |
+
msgstr "Я хочу додати шлях файлу sitemap до robots.txt"
|
177 |
|
178 |
+
#: google-sitemap-plugin.php:446
|
179 |
msgid "Since you are using multisiting, the plugin does not allow to add a sitemap to robots.txt"
|
180 |
+
msgstr "Оскільки ви використовуєте мультисайтинг, плагін не може додати файл sitemap до robots.txt"
|
181 |
|
182 |
+
#: google-sitemap-plugin.php:452
|
|
|
183 |
msgid "I want to add sitemap file path in"
|
184 |
+
msgstr "Я хочу додати шлях файлу sitemap у"
|
185 |
|
186 |
+
#: google-sitemap-plugin.php:457
|
187 |
+
#: google-sitemap-plugin.php:563
|
188 |
msgid "Please choose the necessary post types the links to which are to be added to the sitemap:"
|
189 |
+
msgstr "Будь ласка виберіть пости, посилання на які будуть додані до sitemap:"
|
190 |
|
191 |
+
#: google-sitemap-plugin.php:473
|
192 |
msgid "XML Sitemap \"Change Frequency\" parameter"
|
193 |
+
msgstr "Параметр XML Sitemap \"Змінити частоту повторень \""
|
194 |
|
195 |
+
#: google-sitemap-plugin.php:476
|
196 |
msgid "Always"
|
197 |
+
msgstr "завжди"
|
198 |
|
199 |
+
#: google-sitemap-plugin.php:477
|
200 |
msgid "Hourly"
|
201 |
+
msgstr "щогодини"
|
202 |
|
203 |
+
#: google-sitemap-plugin.php:478
|
204 |
msgid "Daily"
|
205 |
+
msgstr "щодня"
|
206 |
|
207 |
+
#: google-sitemap-plugin.php:479
|
208 |
msgid "Weekly"
|
209 |
+
msgstr "щотижня"
|
210 |
|
211 |
+
#: google-sitemap-plugin.php:480
|
212 |
msgid "Monthly"
|
213 |
+
msgstr "щомісяця"
|
214 |
|
215 |
+
#: google-sitemap-plugin.php:481
|
216 |
msgid "Yearly"
|
217 |
+
msgstr "щороку"
|
218 |
|
219 |
+
#: google-sitemap-plugin.php:482
|
220 |
msgid "Never"
|
221 |
+
msgstr "ніколи"
|
222 |
|
223 |
+
#: google-sitemap-plugin.php:484
|
224 |
msgid "This value is used in the sitemap file and provides general information to search engines. The sitemap itself is generated once and will be re-generated when you create or update any post or page."
|
225 |
+
msgstr "Це значення використовується у файлі sitemap та надає загальну інформацію для пошукових систем. Сам файл генерується один раз і буде актуалізовуватись при створенні або оновленні будь-якого посту чи сторінки."
|
226 |
|
227 |
+
#: google-sitemap-plugin.php:491
|
228 |
+
#: google-sitemap-plugin.php:588
|
229 |
msgid "Unlock premium options by upgrading to a PRO version."
|
230 |
+
msgstr "Відкрити додаткові опції, перейшовши на PRO версію."
|
231 |
|
232 |
+
#: google-sitemap-plugin.php:492
|
233 |
+
#: google-sitemap-plugin.php:589
|
234 |
+
#: google-sitemap-plugin.php:901
|
235 |
msgid "Learn More"
|
236 |
+
msgstr "Дізнатись більше"
|
237 |
|
238 |
+
#: google-sitemap-plugin.php:495
|
239 |
+
#: google-sitemap-plugin.php:592
|
240 |
msgid "Go"
|
241 |
+
msgstr "Перейти"
|
242 |
|
243 |
+
#: google-sitemap-plugin.php:504
|
244 |
msgid "This hosting does not support сURL, so you cannot add a sitemap file automatically."
|
245 |
+
msgstr "Цей хостинг не підтримує сURL, тому ви не можете автоматично додати файл sitemap."
|
246 |
|
247 |
+
#: google-sitemap-plugin.php:510
|
248 |
msgid "Please enter your Google account login and password in order to add or delete a site and a sitemap file automatically or get information about this site in Google Webmaster Tools."
|
249 |
+
msgstr "Введіть логін та пароль вашого Google акаунту, щоб мати можливість автоматично додавати та видаляти сайт чи файл sitemap до вашого акаунту або отримати інформацію про цей сайт з Google Webmaster Tools."
|
250 |
|
251 |
+
#: google-sitemap-plugin.php:514
|
|
|
252 |
msgid "Settings for remote work with Google Webmaster Tools"
|
253 |
+
msgstr "Налаштування для віддаленої роботи з Google Webmaster Tools"
|
254 |
|
255 |
+
#: google-sitemap-plugin.php:516
|
256 |
msgid "Login"
|
257 |
msgstr "Логін"
|
258 |
|
259 |
+
#: google-sitemap-plugin.php:517
|
260 |
msgid "Password"
|
261 |
msgstr "Пароль"
|
262 |
|
263 |
+
#: google-sitemap-plugin.php:518
|
264 |
msgid "I want to add this site to Google Webmaster Tools"
|
265 |
msgstr "Я хочу додати цей сайт до Google Webmaster Tools"
|
266 |
|
267 |
+
#: google-sitemap-plugin.php:519
|
268 |
msgid "I want to delete this site from Google Webmaster Tools"
|
269 |
msgstr "Я хочу видалити цей сайт з Google Webmaster Tools"
|
270 |
|
271 |
+
#: google-sitemap-plugin.php:520
|
272 |
+
#: google-sitemap-plugin.php:711
|
273 |
msgid "I want to get info about this site in Google Webmaster Tools"
|
274 |
msgstr "Я хочу отримувати інформацію про цей сайт з Google Webmaster Tools"
|
275 |
|
276 |
+
#: google-sitemap-plugin.php:522
|
277 |
msgid "In case you failed to add a sitemap to Google automatically using this plugin, it is possible to do it manually"
|
278 |
+
msgstr "Якщо ви не зможете автоматично додати sitemap файл в Google за допомогою цього плагіну, ви завжди зможете зробити це вручну"
|
279 |
|
280 |
+
#: google-sitemap-plugin.php:523
|
281 |
msgid "View the Instruction"
|
282 |
+
msgstr "Переглянути інструкцію"
|
283 |
|
284 |
+
#: google-sitemap-plugin.php:531
|
285 |
+
#: google-sitemap-plugin.php:581
|
286 |
msgid "Save Changes"
|
287 |
msgstr "Зберегти зміни"
|
288 |
|
289 |
+
#: google-sitemap-plugin.php:548
|
290 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
291 |
+
msgstr "Якщо Вам подобається плагін, будь ласка, поставте нам п’ять зірочок на WordPress"
|
292 |
|
293 |
+
#: google-sitemap-plugin.php:549
|
294 |
msgid "Rate the plugin"
|
295 |
msgstr "Оцінити плагін"
|
296 |
|
297 |
+
#: google-sitemap-plugin.php:552
|
298 |
msgid "If there is something wrong about it, please contact us"
|
299 |
+
msgstr "Якщо у вас виникли проблеми, будь ласка, повідомте нам"
|
300 |
|
301 |
+
#: google-sitemap-plugin.php:570
|
302 |
msgid "Show URL for pages"
|
303 |
+
msgstr "Показати посилання для сторінок"
|
304 |
|
305 |
+
#: google-sitemap-plugin.php:576
|
306 |
msgid "Example of site pages' tree"
|
307 |
+
msgstr "Приклад дерева сторінок сайту"
|
308 |
|
309 |
+
#: google-sitemap-plugin.php:604
|
310 |
msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
|
311 |
+
msgstr "Вітаємо! PRO версію плагіну було успішно завантажено та активовано."
|
312 |
|
313 |
+
#: google-sitemap-plugin.php:606
|
314 |
msgid "Please, go to"
|
315 |
+
msgstr "Будь ласка, перейдіть"
|
316 |
|
317 |
+
#: google-sitemap-plugin.php:606
|
318 |
msgid "the setting page"
|
319 |
+
msgstr "на сторінку налаштувань"
|
320 |
|
321 |
+
#: google-sitemap-plugin.php:607
|
322 |
msgid "You will be redirected automatically in 5 seconds."
|
323 |
+
msgstr "Вас буде переадресовано автоматично за 5 сек."
|
324 |
|
325 |
+
#: google-sitemap-plugin.php:612
|
326 |
msgid "You can download and activate"
|
327 |
+
msgstr "Ви можете завантажити та активувати"
|
328 |
|
329 |
+
#: google-sitemap-plugin.php:614
|
|
|
330 |
msgid "version of this plugin by entering Your license key."
|
331 |
+
msgstr "версію плагіну, ввівши ліцензійний ключ "
|
332 |
|
333 |
+
#: google-sitemap-plugin.php:616
|
334 |
msgid "You can find your license key on your personal page Client area, by clicking on the link"
|
335 |
+
msgstr "Ви можете знайти ліцензійний ключ на вкладці \"Клієнтам\" вашої сторінки"
|
336 |
|
337 |
+
#: google-sitemap-plugin.php:618
|
338 |
msgid "(your username is the email you specify when purchasing the product)."
|
339 |
+
msgstr "(ваше ім'я - це емейл, який ви вказували при купівлі продукту)"
|
340 |
|
|
|
341 |
#: google-sitemap-plugin.php:626
|
342 |
+
#: google-sitemap-plugin.php:636
|
343 |
+
msgid "Activate"
|
344 |
msgstr ""
|
345 |
|
346 |
+
#: google-sitemap-plugin.php:713
|
347 |
msgid "This site is not added to the Google Webmaster Tools account"
|
348 |
+
msgstr "Цей сайт не додано до акаунту Google Webmaster Tools"
|
349 |
|
350 |
+
#: google-sitemap-plugin.php:733
|
351 |
msgid "Site URL:"
|
352 |
msgstr "URL сайту:"
|
353 |
|
354 |
+
#: google-sitemap-plugin.php:734
|
355 |
msgid "Site verification:"
|
356 |
msgstr "Верифікація сайту:"
|
357 |
|
358 |
+
#: google-sitemap-plugin.php:736
|
359 |
msgid "verified"
|
360 |
msgstr "верифіковано"
|
361 |
|
362 |
+
#: google-sitemap-plugin.php:738
|
363 |
msgid "not verified"
|
364 |
msgstr "не верифіковано"
|
365 |
|
366 |
+
#: google-sitemap-plugin.php:739
|
367 |
msgid "Sitemap file:"
|
368 |
+
msgstr "Файл Sitemap:"
|
369 |
|
370 |
+
#: google-sitemap-plugin.php:741
|
371 |
msgid "added"
|
372 |
msgstr "додано"
|
373 |
|
374 |
+
#: google-sitemap-plugin.php:743
|
375 |
msgid "not added"
|
376 |
msgstr "не додано"
|
377 |
|
378 |
+
#: google-sitemap-plugin.php:838
|
|
|
|
|
|
|
|
|
379 |
msgid "Support"
|
380 |
+
msgstr "Підтримка"
|
381 |
|
382 |
+
#: google-sitemap-plugin.php:904
|
383 |
msgid "It's time to upgrade your <strong>Google Sitemap plugin</strong> to <strong>PRO</strong> version"
|
384 |
+
msgstr "Час оновити ваш <strong> плагін Google Sitemap </strong> до <strong>PRO</strong> версії"
|
385 |
|
386 |
+
#: google-sitemap-plugin.php:905
|
387 |
msgid "Extend standard plugin functionality with new great options"
|
388 |
+
msgstr "Розширити стандартний функціонал плагіну новими корисними опціями"
|
389 |
+
|
390 |
+
#~ msgid "Go!"
|
391 |
+
#~ msgstr "Перейти!"
|
392 |
|
393 |
#~ msgid "Google Sitemap options"
|
394 |
#~ msgstr "Опції карти сайту Google"
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
=== Google Sitemap ===
|
2 |
Contributors: bestwebsoft
|
3 |
-
Donate link: https://www.2checkout.com/checkout/purchase?sid=1430388&quantity=
|
4 |
-
Tags: sitemap,
|
5 |
Requires at least: 3.0
|
6 |
-
Tested up to: 3.
|
7 |
-
Stable tag: 2.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -100,6 +100,10 @@ Please make sure that the problem hasn't been discussed yet on our forum (http:/
|
|
100 |
|
101 |
== Changelog ==
|
102 |
|
|
|
|
|
|
|
|
|
103 |
= V2.8.9 - 11.04.2014 =
|
104 |
* Update : We updated all functionality for wordpress 3.8.2.
|
105 |
* Budfix : Bug related on the sitemap link in the robots.txt was fixed.
|
@@ -203,6 +207,9 @@ Please make sure that the problem hasn't been discussed yet on our forum (http:/
|
|
203 |
|
204 |
== Upgrade Notice ==
|
205 |
|
|
|
|
|
|
|
206 |
= V2.8.9 =
|
207 |
We updated all functionality for wordpress 3.8.2. Bug related on the sitemap link in the robots.txt was fixed.
|
208 |
|
1 |
=== Google Sitemap ===
|
2 |
Contributors: bestwebsoft
|
3 |
+
Donate link: https://www.2checkout.com/checkout/purchase?sid=1430388&quantity=1&product_id=94
|
4 |
+
Tags: add posts to sitemap, add pages to sitemap, add sitemap, add site to google webmaster tools, create a map, google, googel, googgle, gogle, gogole, google sitemap, google sitemap plugin, google webmaster tools, sitemep, sitemap, sitemaps, site mep, site map, sitemap file path, update sitemap
|
5 |
Requires at least: 3.0
|
6 |
+
Tested up to: 3.9.1
|
7 |
+
Stable tag: 2.9.0
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
100 |
|
101 |
== Changelog ==
|
102 |
|
103 |
+
= V2.9.0 - 05.06.2014 =
|
104 |
+
* Update : We updated all functionality for wordpress 3.9.1.
|
105 |
+
* Update : The Ukrainian language file is updated.
|
106 |
+
|
107 |
= V2.8.9 - 11.04.2014 =
|
108 |
* Update : We updated all functionality for wordpress 3.8.2.
|
109 |
* Budfix : Bug related on the sitemap link in the robots.txt was fixed.
|
207 |
|
208 |
== Upgrade Notice ==
|
209 |
|
210 |
+
= V2.9.0 =
|
211 |
+
We updated all functionality for wordpress 3.9.1. The Ukrainian language file is updated.
|
212 |
+
|
213 |
= V2.8.9 =
|
214 |
We updated all functionality for wordpress 3.8.2. Bug related on the sitemap link in the robots.txt was fixed.
|
215 |
|
screenshot-1.png
CHANGED
File without changes
|
screenshot-2.png
CHANGED
File without changes
|
screenshot-3.png
CHANGED
File without changes
|
sitemap.xsl
CHANGED
File without changes
|