Google Sitemap by BestWebSoft - Version 2.9.0

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 Icon 128x128 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 CHANGED
@@ -1,14 +1,14 @@
1
  <?php
2
  /*
3
  * Function for displaying BestWebSoft menu
4
- * Version: 1.2.6
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=10&product_id=13';
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&amp;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&amp;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"></div>
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"></div>
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"></div>
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
- foreach ( $themes as $theme ) {
707
- ?><div class="available-theme installable-theme"><?php
708
- global $themes_allowedtags;
709
- if ( empty( $theme ) )
710
- return;
 
711
 
712
- $name = wp_kses( $theme->name, $themes_allowedtags );
713
- $author = wp_kses( $theme->author, $themes_allowedtags );
714
- $preview_title = sprintf( __('Preview &#8220;%s&#8221;'), $name );
715
- $preview_url = add_query_arg( array(
716
- 'tab' => 'theme-information',
717
- 'theme' => $theme->slug,
718
- ), self_admin_url( 'theme-install.php' ) );
719
 
720
- $actions = array();
721
 
722
- $install_url = add_query_arg( array(
723
- 'action' => 'install-theme',
724
- 'theme' => $theme->slug,
725
- ), self_admin_url( 'update.php' ) );
726
 
727
- $update_url = add_query_arg( array(
728
- 'action' => 'upgrade-theme',
729
- 'theme' => $theme->slug,
730
- ), self_admin_url( 'update.php' ) );
731
 
732
- $status = 'install';
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
733
  $installed_theme = wp_get_theme( $theme->slug );
734
- if ( $installed_theme->exists() ) {
735
- if ( version_compare( $installed_theme->get('Version'), $theme->version, '=' ) )
736
- $status = 'latest_installed';
737
- elseif ( version_compare( $installed_theme->get('Version'), $theme->version, '>' ) )
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
- <a class="screenshot install-theme-preview" href="<?php echo esc_url( $preview_url ); ?>" title="<?php echo esc_attr( $preview_title ); ?>">
759
- <img src='<?php echo esc_url( $theme->screenshot_url ); ?>' width='150' />
760
- </a>
761
- <h3><?php echo $name; ?></h3>
762
- <div class="theme-author"><?php printf( __( 'By %s' ), $author ); ?></div>
763
- <div class="action-links">
764
- <ul>
765
- <?php foreach ( $actions as $action ): ?>
766
- <li><?php echo $action; ?></li>
767
- <?php endforeach; ?>
768
- <li class="hide-if-no-js"><a href="#" class="theme-detail"><?php _e('Details') ?></a></li>
769
- </ul>
 
 
 
 
 
 
 
770
  </div>
771
- <?php $theme_class->install_theme_info( $theme );
772
- ?></div>
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 ( 'bws_admin_head' ) ) {
849
- function bws_admin_head() {
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', 'bws_admin_head' );
 
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&amp;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&amp;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 &#8220;%s&#8221;'), $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
- background: url("../icons/icon.png") no-repeat 0 5px;
 
 
 
 
 
 
 
 
37
  }
38
- h4.bws_recommended {
39
- background: url("../icons/icon.png") no-repeat 0 -11px;
 
 
 
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: url("../icons/pro.png") no-repeat scroll center top rgba(0, 0, 0, 0);
 
 
 
 
80
  height: 20px;
81
- margin-bottom: -19px;
82
  position: relative;
83
- top: -9px;
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: inline-block;
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.9
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
- $bws_menu_version = '1.2.6';
 
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&amp;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&amp;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( 'Go!', 'sitemap' ); ?>" />
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( 'Go!', 'sitemap' ); ?>" />
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&amp;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&amp;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-04-11 14:05+0300\n"
6
- "PO-Revision-Date: 2014-04-11 14:06+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,372 +16,380 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: google-sitemap-plugin.php:73
20
  msgid "BWS Plugins"
21
  msgstr "Плагины BWS"
22
 
23
- #: google-sitemap-plugin.php:74
24
  msgid "Google Sitemap Settings"
25
  msgstr "Настройки Google Sitemap"
26
 
27
- #: google-sitemap-plugin.php:74
28
- #: google-sitemap-plugin.php:402
29
  msgid "Google Sitemap"
30
- msgstr "Карта сайта Google"
31
 
32
- #: google-sitemap-plugin.php:137
33
  msgid "requires"
34
  msgstr "требует"
35
 
36
- #: google-sitemap-plugin.php:137
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:137
41
  msgid "Back to the WordPress"
42
  msgstr "Вернуться к WordPress на"
43
 
44
- #: google-sitemap-plugin.php:137
45
  msgid "Plugins page"
46
  msgstr "Страницу плагинов"
47
 
48
- #: google-sitemap-plugin.php:211
49
  msgid "Your Sitemap file is created in the site root directory."
50
- msgstr "Карта сайта для вашего сайта создана в корне основной директории."
51
 
52
- #: google-sitemap-plugin.php:218
53
- #: google-sitemap-plugin.php:247
54
  msgid "Settings saved."
55
  msgstr "Настройки сохранены."
56
 
57
- #: google-sitemap-plugin.php:258
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:260
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:288
66
  msgid "Login and password do not match. Please try again"
67
  msgstr "Логин и пароль не совпадают, попробуйте еще раз, пожалуйста"
68
 
69
- #: google-sitemap-plugin.php:299
70
- #: google-sitemap-plugin.php:337
71
  msgid "Wrong license key"
72
  msgstr "Неправильный лицензионный ключ"
73
 
74
- #: google-sitemap-plugin.php:330
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:339
79
  msgid "This license key is bind to another site"
80
  msgstr "Этот лицензионный ключ привязан к другому сайту"
81
 
82
- #: google-sitemap-plugin.php:341
83
- #: google-sitemap-plugin.php:619
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:358
88
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
89
  msgstr "Не удалось открыть архив ZIP. Пожалуйста, загрузите плагин вручную"
90
 
91
- #: google-sitemap-plugin.php:364
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:368
96
- #: google-sitemap-plugin.php:377
97
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
98
  msgstr "Не удалось загрузить архив плагина. Пожалуйста, загрузите плагин вручную"
99
 
100
- #: google-sitemap-plugin.php:381
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:396
105
  msgid "Please, enter Your license key"
106
  msgstr "Пожплуйста, введите Ваш лицензионный ключ"
107
 
108
- #: google-sitemap-plugin.php:404
109
- #: google-sitemap-plugin.php:815
110
- #: google-sitemap-plugin.php:826
111
  msgid "Settings"
112
  msgstr "Настройки"
113
 
114
- #: google-sitemap-plugin.php:405
115
  msgid "Extra settings"
116
  msgstr "Экстра настройки"
117
 
118
- #: google-sitemap-plugin.php:406
 
 
 
 
 
119
  msgid "Go PRO"
120
  msgstr "Перейти на PRO версию"
121
 
122
- #: google-sitemap-plugin.php:408
123
  msgid "Notice:"
124
  msgstr "Внимание:"
125
 
126
- #: google-sitemap-plugin.php:408
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:415
 
131
  msgid "The Sitemap file"
132
- msgstr "Файл карты сайта"
133
 
134
- #: google-sitemap-plugin.php:415
 
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:418
 
139
  msgid "Your Sitemap file"
140
- msgstr "Ваш файл карты сайта"
141
 
142
- #: google-sitemap-plugin.php:418
 
143
  msgid "is created in the site root directory."
144
  msgstr "создана в корне основной директории."
145
 
146
- #: google-sitemap-plugin.php:422
147
- #: google-sitemap-plugin.php:424
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 "Если вы не хотите добавить файл карты сайта автоматически в Google Webmaster Tools, Вы можете сделать это через"
150
 
151
- #: google-sitemap-plugin.php:422
152
- #: google-sitemap-plugin.php:424
153
  msgid "this"
154
  msgstr "эту"
155
 
156
- #: google-sitemap-plugin.php:422
157
- #: google-sitemap-plugin.php:424
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:429
162
  msgid "I want to create a new sitemap file or update the existing one"
163
- msgstr "Я хочу создать новую карту сайта или обновить существующую"
164
 
165
- #: google-sitemap-plugin.php:435
166
  msgid "I want to add sitemap file path in robots.txt"
167
- msgstr "Я хочу добавить карту сайта в robots.txt"
168
 
169
- #: google-sitemap-plugin.php:436
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:442
174
  msgid "I want to add sitemap file path in"
175
- msgstr "Я хочу добавить карту сайта в"
176
 
177
- #: google-sitemap-plugin.php:447
178
- #: google-sitemap-plugin.php:553
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:463
183
  msgid "XML Sitemap \"Change Frequency\" parameter"
184
- msgstr "Параметр \"Change Frequency\" в карте сайта"
185
 
186
- #: google-sitemap-plugin.php:466
187
  msgid "Always"
188
  msgstr "Всегда"
189
 
190
- #: google-sitemap-plugin.php:467
191
  msgid "Hourly"
192
  msgstr "Ежечасно"
193
 
194
- #: google-sitemap-plugin.php:468
195
  msgid "Daily"
196
  msgstr "Ежедневно"
197
 
198
- #: google-sitemap-plugin.php:469
199
  msgid "Weekly"
200
  msgstr "Еженедельно"
201
 
202
- #: google-sitemap-plugin.php:470
203
  msgid "Monthly"
204
  msgstr "Ежемесячно"
205
 
206
- #: google-sitemap-plugin.php:471
207
  msgid "Yearly"
208
  msgstr "Ежегодно"
209
 
210
- #: google-sitemap-plugin.php:472
211
  msgid "Never"
212
  msgstr "Никогда"
213
 
214
- #: google-sitemap-plugin.php:474
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:481
219
- #: google-sitemap-plugin.php:578
220
  msgid "Unlock premium options by upgrading to a PRO version."
221
  msgstr "Активируйте премиум опции обновившись до PRO версии."
222
 
223
- #: google-sitemap-plugin.php:482
224
- #: google-sitemap-plugin.php:579
225
- #: google-sitemap-plugin.php:888
226
  msgid "Learn More"
227
  msgstr "Подробнее"
228
 
229
- #: google-sitemap-plugin.php:485
230
- #: google-sitemap-plugin.php:582
231
  msgid "Go"
232
  msgstr "Перейти на"
233
 
234
- #: google-sitemap-plugin.php:494
235
  msgid "This hosting does not support сURL, so you cannot add a sitemap file automatically."
236
- msgstr "Ваш хостинг не поддерживает сURL, поэтому вы не можете добавить карту сайта в Google аккаунт автоматически."
237
 
238
- #: google-sitemap-plugin.php:500
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 аккаунта, чтобы иметь возможность добавлять или удалять сайт и карту сайта автоматически в ваш аккаунт или же получить информацию об этом сайте из Google Webmaster Tools."
241
 
242
- #: google-sitemap-plugin.php:504
243
  msgid "Settings for remote work with Google Webmaster Tools"
244
  msgstr "Настройки для удаленной работы с Google Webmaster Tools"
245
 
246
- #: google-sitemap-plugin.php:506
247
  msgid "Login"
248
  msgstr "Логин"
249
 
250
- #: google-sitemap-plugin.php:507
251
  msgid "Password"
252
  msgstr "Пароль"
253
 
254
- #: google-sitemap-plugin.php:508
255
  msgid "I want to add this site to Google Webmaster Tools"
256
  msgstr "Я хочу добавить этот сайт в Google Webmaster Tools"
257
 
258
- #: google-sitemap-plugin.php:509
259
  msgid "I want to delete this site from Google Webmaster Tools"
260
  msgstr "Я хочу удалить этот сайт из Google Webmaster Tools"
261
 
262
- #: google-sitemap-plugin.php:510
263
- #: google-sitemap-plugin.php:701
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:512
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 "В случае, если вы не в состоянии добавить карту сайта в Google автоматически с помощью этого плагина, можно сделать это вручную"
270
 
271
- #: google-sitemap-plugin.php:513
272
  msgid "View the Instruction"
273
  msgstr "Просмотреть Инструкцию"
274
 
275
- #: google-sitemap-plugin.php:521
276
- #: google-sitemap-plugin.php:571
277
  msgid "Save Changes"
278
  msgstr "Сохранить изменения"
279
 
280
- #: google-sitemap-plugin.php:538
281
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
282
  msgstr " Если вам понравился плагин, то поставьте нам 5 звезд на WordPress"
283
 
284
- #: google-sitemap-plugin.php:539
285
  msgid "Rate the plugin"
286
  msgstr "Оценить плагин"
287
 
288
- #: google-sitemap-plugin.php:542
289
  msgid "If there is something wrong about it, please contact us"
290
  msgstr "Если у вас есть какие-то вопросы, обращайтесь"
291
 
292
- #: google-sitemap-plugin.php:560
293
  msgid "Show URL for pages"
294
  msgstr "Отображать URL для страниц"
295
 
296
- #: google-sitemap-plugin.php:566
297
  msgid "Example of site pages' tree"
298
  msgstr "Пример дерева страниц сайта"
299
 
300
- #: google-sitemap-plugin.php:594
301
  msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
302
  msgstr "Поздравляем! PRO версия плагина была успешно загружена и активирована."
303
 
304
- #: google-sitemap-plugin.php:596
305
  msgid "Please, go to"
306
  msgstr "Пожалуйста, перейдите на"
307
 
308
- #: google-sitemap-plugin.php:596
309
  msgid "the setting page"
310
  msgstr "страницу настроек"
311
 
312
- #: google-sitemap-plugin.php:597
313
  msgid "You will be redirected automatically in 5 seconds."
314
  msgstr "Вы будете перенаправлены автоматически через 5 секунд."
315
 
316
- #: google-sitemap-plugin.php:602
317
  msgid "You can download and activate"
318
  msgstr "Вы можете скачать и активировать"
319
 
320
- #: google-sitemap-plugin.php:604
321
  msgid "version of this plugin by entering Your license key."
322
  msgstr "версию этого плагина, введя ваш лицензионный ключ."
323
 
324
- #: google-sitemap-plugin.php:606
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:608
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
- msgid "Go!"
335
- msgstr "Обновить!"
 
336
 
337
- #: google-sitemap-plugin.php:703
338
  msgid "This site is not added to the Google Webmaster Tools account"
339
  msgstr "Данный сайт не добавлен в аккаунт Google Webmaster Tools"
340
 
341
- #: google-sitemap-plugin.php:723
342
  msgid "Site URL:"
343
  msgstr "URL сайта:"
344
 
345
- #: google-sitemap-plugin.php:724
346
  msgid "Site verification:"
347
  msgstr "Верификация сайта:"
348
 
349
- #: google-sitemap-plugin.php:726
350
  msgid "verified"
351
  msgstr "верифицрован"
352
 
353
- #: google-sitemap-plugin.php:728
354
  msgid "not verified"
355
  msgstr "не верифицирован"
356
 
357
- #: google-sitemap-plugin.php:729
358
  msgid "Sitemap file:"
359
- msgstr "Файл карты сайта:"
360
 
361
- #: google-sitemap-plugin.php:731
362
  msgid "added"
363
  msgstr "добавлен"
364
 
365
- #: google-sitemap-plugin.php:733
366
  msgid "not added"
367
  msgstr "не добавлен"
368
 
369
- #: google-sitemap-plugin.php:827
370
- msgid "FAQ"
371
- msgstr "Часто задаваемые вопросы"
372
-
373
- #: google-sitemap-plugin.php:828
374
  msgid "Support"
375
  msgstr "Тех.поддержка"
376
 
377
- #: google-sitemap-plugin.php:891
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:892
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-04-11 14:06+0300\n"
6
- "PO-Revision-Date: 2014-04-11 14:06+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,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.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: google-sitemap-plugin.php:73
20
  msgid "BWS Plugins"
21
  msgstr "Плагіни BWS"
22
 
23
- #: google-sitemap-plugin.php:74
24
- #, fuzzy
25
  msgid "Google Sitemap Settings"
26
- msgstr "Опції карти сайту Google"
27
 
28
- #: google-sitemap-plugin.php:74
29
- #: google-sitemap-plugin.php:402
30
  msgid "Google Sitemap"
31
- msgstr "Карта сайту Google"
32
 
33
- #: google-sitemap-plugin.php:137
34
  msgid "requires"
35
- msgstr "потребує"
36
 
37
- #: google-sitemap-plugin.php:137
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:137
42
  msgid "Back to the WordPress"
43
- msgstr "Повернутися до WordPress на"
44
 
45
- #: google-sitemap-plugin.php:137
46
  msgid "Plugins page"
47
  msgstr "Сторінку плагінів"
48
 
49
- #: google-sitemap-plugin.php:211
50
  msgid "Your Sitemap file is created in the site root directory."
51
- msgstr "Карта сайту для вашого сайту створена у корені основної директорії."
52
 
53
- #: google-sitemap-plugin.php:218
54
- #: google-sitemap-plugin.php:247
55
  msgid "Settings saved."
56
- msgstr "Опції збережено."
57
 
58
- #: google-sitemap-plugin.php:258
59
- #, fuzzy
60
  msgid "Please enter your login and password for remote work with Google Webmaster Tools"
61
- msgstr "Установки для віддаленої роботи з google webmaster tools"
62
 
63
- #: google-sitemap-plugin.php:260
64
- #, fuzzy
65
  msgid "You should choose at least one action for remote work with Google Webmaster Tools"
66
- msgstr "Установки для віддаленої роботи з google webmaster tools"
67
 
68
- #: google-sitemap-plugin.php:288
69
  msgid "Login and password do not match. Please try again"
70
  msgstr "Логін та пароль не співпадають. Будь ласка, спробуйте ще раз"
71
 
72
- #: google-sitemap-plugin.php:299
73
- #: google-sitemap-plugin.php:337
74
  msgid "Wrong license key"
75
- msgstr ""
76
 
77
- #: google-sitemap-plugin.php:330
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:339
82
  msgid "This license key is bind to another site"
83
- msgstr ""
84
 
85
- #: google-sitemap-plugin.php:341
86
- #: google-sitemap-plugin.php:619
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:358
91
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
92
- msgstr ""
93
 
94
- #: google-sitemap-plugin.php:364
95
  msgid "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually"
96
- msgstr ""
97
 
98
- #: google-sitemap-plugin.php:368
99
- #: google-sitemap-plugin.php:377
100
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
101
- msgstr ""
102
 
103
- #: google-sitemap-plugin.php:381
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:396
108
- #, fuzzy
109
  msgid "Please, enter Your license key"
110
- msgstr "Будт ласка, введіть логін та пароль"
111
 
112
- #: google-sitemap-plugin.php:404
113
- #: google-sitemap-plugin.php:815
114
- #: google-sitemap-plugin.php:826
115
  msgid "Settings"
116
- msgstr "Установки"
117
 
118
- #: google-sitemap-plugin.php:405
119
- #, fuzzy
120
  msgid "Extra settings"
121
- msgstr "Установки"
122
 
123
- #: google-sitemap-plugin.php:406
124
- msgid "Go PRO"
125
- msgstr ""
 
126
 
127
  #: google-sitemap-plugin.php:408
 
 
 
 
128
  msgid "Notice:"
129
- msgstr "Повідомлення:"
130
 
131
- #: google-sitemap-plugin.php:408
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:415
136
- #, fuzzy
137
  msgid "The Sitemap file"
138
- msgstr "Файл карти сайту:"
139
 
140
- #: google-sitemap-plugin.php:415
141
- #, fuzzy
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:418
146
- #, fuzzy
147
  msgid "Your Sitemap file"
148
- msgstr "Файл карти сайту:"
149
 
150
- #: google-sitemap-plugin.php:418
151
- #, fuzzy
152
  msgid "is created in the site root directory."
153
- msgstr "Карта сайту для вашого сайту створена у корені основної директорії."
154
 
155
- #: google-sitemap-plugin.php:422
156
- #: google-sitemap-plugin.php:424
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 "Якщо ви не хочете додати файл карти сайту автоматично до Google Webmaster Tools, ви можете зробити це через"
159
 
160
- #: google-sitemap-plugin.php:422
161
- #: google-sitemap-plugin.php:424
162
  msgid "this"
163
  msgstr "це"
164
 
165
- #: google-sitemap-plugin.php:422
166
- #: google-sitemap-plugin.php:424
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:429
171
  msgid "I want to create a new sitemap file or update the existing one"
172
- msgstr "Я хочу створити нову карту сайту або оновити ту, що вже існує"
173
 
174
- #: google-sitemap-plugin.php:435
175
  msgid "I want to add sitemap file path in robots.txt"
176
- msgstr "Я хочу додати карту сайту до robots.txt"
177
 
178
- #: google-sitemap-plugin.php:436
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:442
183
- #, fuzzy
184
  msgid "I want to add sitemap file path in"
185
- msgstr "Я хочу додати карту сайту до robots.txt"
186
 
187
- #: google-sitemap-plugin.php:447
188
- #: google-sitemap-plugin.php:553
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:463
193
  msgid "XML Sitemap \"Change Frequency\" parameter"
194
- msgstr ""
195
 
196
- #: google-sitemap-plugin.php:466
197
  msgid "Always"
198
- msgstr ""
199
 
200
- #: google-sitemap-plugin.php:467
201
  msgid "Hourly"
202
- msgstr ""
203
 
204
- #: google-sitemap-plugin.php:468
205
  msgid "Daily"
206
- msgstr ""
207
 
208
- #: google-sitemap-plugin.php:469
209
  msgid "Weekly"
210
- msgstr ""
211
 
212
- #: google-sitemap-plugin.php:470
213
  msgid "Monthly"
214
- msgstr ""
215
 
216
- #: google-sitemap-plugin.php:471
217
  msgid "Yearly"
218
- msgstr ""
219
 
220
- #: google-sitemap-plugin.php:472
221
  msgid "Never"
222
- msgstr ""
223
 
224
- #: google-sitemap-plugin.php:474
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:481
229
- #: google-sitemap-plugin.php:578
230
  msgid "Unlock premium options by upgrading to a PRO version."
231
- msgstr ""
232
 
233
- #: google-sitemap-plugin.php:482
234
- #: google-sitemap-plugin.php:579
235
- #: google-sitemap-plugin.php:888
236
  msgid "Learn More"
237
- msgstr ""
238
 
239
- #: google-sitemap-plugin.php:485
240
- #: google-sitemap-plugin.php:582
241
  msgid "Go"
242
- msgstr ""
243
 
244
- #: google-sitemap-plugin.php:494
245
  msgid "This hosting does not support сURL, so you cannot add a sitemap file automatically."
246
- msgstr "Ваш хостінг не підтримує сURL, отже ви не можете додати карту сайту до Google акаунту автоматично."
247
 
248
- #: google-sitemap-plugin.php:500
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 "Введіть сюди ваш логін та пароль для Google акаунту, щоб мати можливість додавати або видаляти сайт та карту сайту автоматично до вашого акаунту або отримати інформацію про цей сайт з Google Webmaster Tools."
251
 
252
- #: google-sitemap-plugin.php:504
253
- #, fuzzy
254
  msgid "Settings for remote work with Google Webmaster Tools"
255
- msgstr "Установки для віддаленої роботи з google webmaster tools"
256
 
257
- #: google-sitemap-plugin.php:506
258
  msgid "Login"
259
  msgstr "Логін"
260
 
261
- #: google-sitemap-plugin.php:507
262
  msgid "Password"
263
  msgstr "Пароль"
264
 
265
- #: google-sitemap-plugin.php:508
266
  msgid "I want to add this site to Google Webmaster Tools"
267
  msgstr "Я хочу додати цей сайт до Google Webmaster Tools"
268
 
269
- #: google-sitemap-plugin.php:509
270
  msgid "I want to delete this site from Google Webmaster Tools"
271
  msgstr "Я хочу видалити цей сайт з Google Webmaster Tools"
272
 
273
- #: google-sitemap-plugin.php:510
274
- #: google-sitemap-plugin.php:701
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:512
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:513
283
  msgid "View the Instruction"
284
- msgstr ""
285
 
286
- #: google-sitemap-plugin.php:521
287
- #: google-sitemap-plugin.php:571
288
  msgid "Save Changes"
289
  msgstr "Зберегти зміни"
290
 
291
- #: google-sitemap-plugin.php:538
292
  msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
293
- msgstr "Якщо Вам сподобався наш плагін, будь ласка, поставте йому п’ять зірок на сайті WordPress"
294
 
295
- #: google-sitemap-plugin.php:539
296
  msgid "Rate the plugin"
297
  msgstr "Оцінити плагін"
298
 
299
- #: google-sitemap-plugin.php:542
300
  msgid "If there is something wrong about it, please contact us"
301
- msgstr "Якщо у вас виникли питання, будь ласка, зв’яжіться з нами"
302
 
303
- #: google-sitemap-plugin.php:560
304
  msgid "Show URL for pages"
305
- msgstr ""
306
 
307
- #: google-sitemap-plugin.php:566
308
  msgid "Example of site pages' tree"
309
- msgstr ""
310
 
311
- #: google-sitemap-plugin.php:594
312
  msgid "Congratulations! The PRO version of the plugin is successfully download and activated."
313
- msgstr ""
314
 
315
- #: google-sitemap-plugin.php:596
316
  msgid "Please, go to"
317
- msgstr ""
318
 
319
- #: google-sitemap-plugin.php:596
320
  msgid "the setting page"
321
- msgstr ""
322
 
323
- #: google-sitemap-plugin.php:597
324
  msgid "You will be redirected automatically in 5 seconds."
325
- msgstr ""
326
 
327
- #: google-sitemap-plugin.php:602
328
  msgid "You can download and activate"
329
- msgstr ""
330
 
331
- #: google-sitemap-plugin.php:604
332
- #, fuzzy
333
  msgid "version of this plugin by entering Your license key."
334
- msgstr "Будт ласка, введіть логін та пароль"
335
 
336
- #: google-sitemap-plugin.php:606
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:608
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
- msgid "Go!"
 
347
  msgstr ""
348
 
349
- #: google-sitemap-plugin.php:703
350
  msgid "This site is not added to the Google Webmaster Tools account"
351
- msgstr "Даний сайт не додано до акаунту Google Webmaster Tools"
352
 
353
- #: google-sitemap-plugin.php:723
354
  msgid "Site URL:"
355
  msgstr "URL сайту:"
356
 
357
- #: google-sitemap-plugin.php:724
358
  msgid "Site verification:"
359
  msgstr "Верифікація сайту:"
360
 
361
- #: google-sitemap-plugin.php:726
362
  msgid "verified"
363
  msgstr "верифіковано"
364
 
365
- #: google-sitemap-plugin.php:728
366
  msgid "not verified"
367
  msgstr "не верифіковано"
368
 
369
- #: google-sitemap-plugin.php:729
370
  msgid "Sitemap file:"
371
- msgstr "Файл карти сайту:"
372
 
373
- #: google-sitemap-plugin.php:731
374
  msgid "added"
375
  msgstr "додано"
376
 
377
- #: google-sitemap-plugin.php:733
378
  msgid "not added"
379
  msgstr "не додано"
380
 
381
- #: google-sitemap-plugin.php:827
382
- msgid "FAQ"
383
- msgstr "Часті питання"
384
-
385
- #: google-sitemap-plugin.php:828
386
  msgid "Support"
387
- msgstr "Тех.підтримка"
388
 
389
- #: google-sitemap-plugin.php:891
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:892
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=10&product_id=13
4
- Tags: sitemap, google sitemap, google api, google webmaster tools, stmap, gogle sitemap, sitemp, google api sitemap, api sitemap, webmaster sitemap, webmaster tols, google stmp
5
  Requires at least: 3.0
6
- Tested up to: 3.8.2
7
- Stable tag: 2.8.9
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