Google Captcha (reCAPTCHA) by BestWebSoft - Version 1.57

Version Description

  • 01.06.2020 =
  • Bugfix : The bug with sending a standard email after registration has been fixed.
Download this release

Release Info

Developer bestwebsoft
Plugin Icon 128x128 Google Captcha (reCAPTCHA) by BestWebSoft
Version 1.57
Comparing to
See all releases

Code changes from version 1.56 to 1.57

bws_menu/bws_functions.php CHANGED
@@ -183,8 +183,16 @@ if ( ! function_exists( 'bws_admin_notices' ) ) {
183
 
184
  /* bws_plugin_banner_go_pro */
185
  if ( ! empty( $bws_plugin_banner_go_pro ) ) {
 
 
 
186
  foreach ( $bstwbsftwppdtplgns_banner_array as $value ) {
187
  if ( isset( $bws_plugin_banner_go_pro[ $value[0] ] ) && ! isset( $_COOKIE[ $value[0] ] ) ) {
 
 
 
 
 
188
  $single_banner_value = $bws_plugin_banner_go_pro[ $value[0] ]; ?>
189
  <div class="updated" style="padding: 0; margin: 0; border: none; background: none;">
190
  <div class="<?php echo $single_banner_value['prefix']; ?>_message bws_banner_on_plugin_page bws_go_pro_banner" style="display: none;">
@@ -335,7 +343,7 @@ if ( ! function_exists( 'bws_plugin_banner_go_pro' ) ) {
335
  $bws_link = esc_url( 'https://bestwebsoft.com/products/wordpress/plugins/' . $bws_link_slug . '/?k=' . $link_key . '&pn=' . $link_pn . '&v=' . $plugin_info["Version"] . '&wp_v=' . $wp_version );
336
 
337
  if ( false == strrpos( $banner_url_or_slug, '/' ) ) {
338
- $banner_url_or_slug = '//ps.w.org/' . $banner_url_or_slug . '/assets/icon-128x128.png';
339
  }
340
 
341
  $bws_plugin_banner_go_pro[ $this_banner_prefix . '_hide_banner_on_plugin_page' ] = array(
@@ -360,7 +368,7 @@ if ( ! function_exists( 'bws_add_plugin_banner_timeout' ) ) {
360
  if ( isset( $bstwbsftwppdtplgns_options['time_out'][ $plugin_key ] ) && ( strtotime( $bstwbsftwppdtplgns_options['time_out'][ $plugin_key ] ) < strtotime( date("m/d/Y") . '+1 month' ) ) && ( strtotime( $bstwbsftwppdtplgns_options['time_out'][ $plugin_key ] ) > strtotime( date("m/d/Y") ) ) ) {
361
 
362
  if ( false == strrpos( $banner_url_or_slug, '/' ) ) {
363
- $banner_url_or_slug = '//ps.w.org/' . $banner_url_or_slug . '/assets/icon-128x128.png';
364
  }
365
 
366
  $bws_plugin_banner_timeout[] = array(
@@ -394,7 +402,7 @@ if ( ! function_exists( 'bws_plugin_banner_to_settings' ) ) {
394
  }
395
 
396
  if ( false == strrpos( $banner_url_or_slug, '/' ) ) {
397
- $banner_url_or_slug = '//ps.w.org/' . $banner_url_or_slug . '/assets/icon-128x128.png';
398
  }
399
 
400
  $bws_plugin_banner_to_settings[] = array(
@@ -451,7 +459,7 @@ if ( ! function_exists( 'bws_plugin_suggest_feature_banner' ) ) {
451
  }
452
 
453
  if ( false == strrpos( $banner_url_or_slug, '/' ) ) {
454
- $banner_url_or_slug = '//ps.w.org/' . $banner_url_or_slug . '/assets/icon-128x128.png';
455
  } ?>
456
  <div class="updated" style="padding: 0; margin: 0; border: none; background: none;">
457
  <div class="bws_banner_on_plugin_page bws_suggest_feature_banner">
@@ -1087,4 +1095,4 @@ add_action( 'admin_notices', 'bws_admin_notices', 30 );
1087
 
1088
  add_action( 'wp_enqueue_scripts', 'bws_enqueue_custom_code_css_js', 20 );
1089
 
1090
- bws_enqueue_custom_code_php();
183
 
184
  /* bws_plugin_banner_go_pro */
185
  if ( ! empty( $bws_plugin_banner_go_pro ) ) {
186
+ /* get $bws_plugins */
187
+ require( dirname( __FILE__ ) . '/product_list.php' );
188
+
189
  foreach ( $bstwbsftwppdtplgns_banner_array as $value ) {
190
  if ( isset( $bws_plugin_banner_go_pro[ $value[0] ] ) && ! isset( $_COOKIE[ $value[0] ] ) ) {
191
+
192
+ if ( isset( $bws_plugins[ $value[1] ]['pro_version'] ) && is_plugin_active( $bws_plugins[ $value[1] ]['pro_version'] ) ) {
193
+ continue;
194
+ }
195
+
196
  $single_banner_value = $bws_plugin_banner_go_pro[ $value[0] ]; ?>
197
  <div class="updated" style="padding: 0; margin: 0; border: none; background: none;">
198
  <div class="<?php echo $single_banner_value['prefix']; ?>_message bws_banner_on_plugin_page bws_go_pro_banner" style="display: none;">
343
  $bws_link = esc_url( 'https://bestwebsoft.com/products/wordpress/plugins/' . $bws_link_slug . '/?k=' . $link_key . '&pn=' . $link_pn . '&v=' . $plugin_info["Version"] . '&wp_v=' . $wp_version );
344
 
345
  if ( false == strrpos( $banner_url_or_slug, '/' ) ) {
346
+ $banner_url_or_slug = '//ps.w.org/' . $banner_url_or_slug . '/assets/icon-256x256.png';
347
  }
348
 
349
  $bws_plugin_banner_go_pro[ $this_banner_prefix . '_hide_banner_on_plugin_page' ] = array(
368
  if ( isset( $bstwbsftwppdtplgns_options['time_out'][ $plugin_key ] ) && ( strtotime( $bstwbsftwppdtplgns_options['time_out'][ $plugin_key ] ) < strtotime( date("m/d/Y") . '+1 month' ) ) && ( strtotime( $bstwbsftwppdtplgns_options['time_out'][ $plugin_key ] ) > strtotime( date("m/d/Y") ) ) ) {
369
 
370
  if ( false == strrpos( $banner_url_or_slug, '/' ) ) {
371
+ $banner_url_or_slug = '//ps.w.org/' . $banner_url_or_slug . '/assets/icon-256x256.png';
372
  }
373
 
374
  $bws_plugin_banner_timeout[] = array(
402
  }
403
 
404
  if ( false == strrpos( $banner_url_or_slug, '/' ) ) {
405
+ $banner_url_or_slug = '//ps.w.org/' . $banner_url_or_slug . '/assets/icon-256x256.png';
406
  }
407
 
408
  $bws_plugin_banner_to_settings[] = array(
459
  }
460
 
461
  if ( false == strrpos( $banner_url_or_slug, '/' ) ) {
462
+ $banner_url_or_slug = '//ps.w.org/' . $banner_url_or_slug . '/assets/icon-256x256.png';
463
  } ?>
464
  <div class="updated" style="padding: 0; margin: 0; border: none; background: none;">
465
  <div class="bws_banner_on_plugin_page bws_suggest_feature_banner">
1095
 
1096
  add_action( 'wp_enqueue_scripts', 'bws_enqueue_custom_code_css_js', 20 );
1097
 
1098
+ bws_enqueue_custom_code_php();
bws_menu/bws_menu.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Function for displaying BestWebSoft menu
4
- * Version: 2.2.8
5
  */
6
 
7
  if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) )
@@ -9,7 +9,7 @@ if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) )
9
 
10
  if ( ! function_exists( 'bws_add_menu_render' ) ) {
11
  function bws_add_menu_render() {
12
- global $wpdb, $wp_version, $bws_plugin_info, $bstwbsftwppdtplgns_options;
13
  $error = $message = '';
14
 
15
  /**
@@ -138,6 +138,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
138
  } elseif ( is_array( $value->package ) && ! empty( $value->package ) ) {
139
  $plugins_array = $_SESSION['bws_membership_list'] = $value->package;
140
  $_SESSION['bws_membership_time_check'] = strtotime( 'now' );
 
141
  if ( isset( $bstwbsftwppdtplgns_options[ $bws_license_plugin ] ) && $bws_license_key == $bstwbsftwppdtplgns_options[ $bws_license_plugin ] ) {
142
  $message = __( 'The license key is valid.', 'bestwebsoft' );
143
  if ( isset( $value->time_out ) && $value->time_out != '' )
@@ -459,7 +460,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
459
 
460
  $key_plugin_explode = explode( '/', $key_plugin );
461
 
462
- $icon = isset( $value_plugin['icon'] ) ? $value_plugin['icon'] : '//ps.w.org/' . $key_plugin_explode[0] . '/assets/icon-128x128.png';
463
  $is_pro_isset = isset( $value_plugin['pro_version'] );
464
  $is_installed = array_key_exists( $key_plugin, $all_plugins );
465
  $is_active = in_array( $key_plugin, $active_plugins ) || isset( $sitewide_active_plugins[ $key_plugin ] );
@@ -546,7 +547,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
546
  <?php } elseif ( $is_installed ) { ?>
547
  <a class="button button-secondary" href="<?php echo esc_url( wp_nonce_url( self_admin_url( $current_page . '&bws_activate_plugin=' . $key_plugin ), 'bws_activate_plugin' . $key_plugin ) ); ?>" title="<?php _e( 'Activate this plugin', 'bestwebsoft' ); ?>"><?php _e( 'Activate', 'bestwebsoft' ); ?></a>
548
  <?php } else {
549
- $install_url = isset( $value_plugin['install_url'] ) ? $value_plugin['install_url'] : self_admin_url( 'plugin-install.php?tab=search&type=term&s=' . str_replace( array( ' ', '-' ), '+', $value_plugin['name'] ) . '+BestWebSoft&plugin-search-input=Search+Plugins' ); ?>
550
  <a class="button button-secondary" href="<?php echo esc_url( $install_url ); ?>" title="<?php _e( 'Install this plugin', 'bestwebsoft' ); ?>" target="_blank"><?php _e( 'Install Now', 'bestwebsoft' ); ?></a>
551
  <?php }
552
  } ?>
@@ -706,4 +707,4 @@ if ( ! function_exists( 'bws_get_banner_array' ) ) {
706
  array( 'cstmdmnpg_hide_banner_on_plugin_page', 'custom-admin-page/custom-admin-page.php', '1.0.0' )
707
  );
708
  }
709
- }
1
  <?php
2
  /*
3
  * Function for displaying BestWebSoft menu
4
+ * Version: 2.3.0
5
  */
6
 
7
  if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) )
9
 
10
  if ( ! function_exists( 'bws_add_menu_render' ) ) {
11
  function bws_add_menu_render() {
12
+ global $wpdb, $wp_version, $bstwbsftwppdtplgns_options;
13
  $error = $message = '';
14
 
15
  /**
138
  } elseif ( is_array( $value->package ) && ! empty( $value->package ) ) {
139
  $plugins_array = $_SESSION['bws_membership_list'] = $value->package;
140
  $_SESSION['bws_membership_time_check'] = strtotime( 'now' );
141
+
142
  if ( isset( $bstwbsftwppdtplgns_options[ $bws_license_plugin ] ) && $bws_license_key == $bstwbsftwppdtplgns_options[ $bws_license_plugin ] ) {
143
  $message = __( 'The license key is valid.', 'bestwebsoft' );
144
  if ( isset( $value->time_out ) && $value->time_out != '' )
460
 
461
  $key_plugin_explode = explode( '/', $key_plugin );
462
 
463
+ $icon = isset( $value_plugin['icon'] ) ? $value_plugin['icon'] : '//ps.w.org/' . $key_plugin_explode[0] . '/assets/icon-256x256.png';
464
  $is_pro_isset = isset( $value_plugin['pro_version'] );
465
  $is_installed = array_key_exists( $key_plugin, $all_plugins );
466
  $is_active = in_array( $key_plugin, $active_plugins ) || isset( $sitewide_active_plugins[ $key_plugin ] );
547
  <?php } elseif ( $is_installed ) { ?>
548
  <a class="button button-secondary" href="<?php echo esc_url( wp_nonce_url( self_admin_url( $current_page . '&bws_activate_plugin=' . $key_plugin ), 'bws_activate_plugin' . $key_plugin ) ); ?>" title="<?php _e( 'Activate this plugin', 'bestwebsoft' ); ?>"><?php _e( 'Activate', 'bestwebsoft' ); ?></a>
549
  <?php } else {
550
+ $install_url = isset( $value_plugin['install_url'] ) ? $value_plugin['install_url'] : self_admin_url( 'plugin-install.php?tab=search&type=term&s=' . str_replace( array( ' ', '-' ), '+', str_replace( '&', '', $value_plugin['name'] ) ) . '+BestWebSoft&plugin-search-input=Search+Plugins' ); ?>
551
  <a class="button button-secondary" href="<?php echo esc_url( $install_url ); ?>" title="<?php _e( 'Install this plugin', 'bestwebsoft' ); ?>" target="_blank"><?php _e( 'Install Now', 'bestwebsoft' ); ?></a>
552
  <?php }
553
  } ?>
707
  array( 'cstmdmnpg_hide_banner_on_plugin_page', 'custom-admin-page/custom-admin-page.php', '1.0.0' )
708
  );
709
  }
710
+ }
bws_menu/class-bws-settings.php CHANGED
@@ -112,7 +112,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
112
  $this->licenses[ $this->plugins_info['TextDomain'] ] = array(
113
  'name' => $this->plugins_info['Name'],
114
  'slug' => $this->plugins_info['TextDomain'],
115
- 'pro_slug' => stristr( $this->bws_license_plugin, '/', TRUE ),
116
  'basename' => $this->plugin_basename,
117
  'pro_basename' => $this->bws_license_plugin
118
  );
@@ -156,7 +156,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
156
  <div id="minor-publishing">
157
  <div id="misc-publishing-actions">
158
  <?php if ( $this->is_pro ) {
159
- if ( ! isset( $bstwbsftwppdtplgns_options['time_out'][ $this->plugin_basename ] ) || isset( $bstwbsftwppdtplgns_options['wrong_license_key'][ $this->plugin_basename ] ) ) {
160
  $license_type = 'Pro';
161
  $license_status = __( 'Inactive', 'bestwebsoft' ) . ' <a href="#' . $this->prefix . '_license_tab" class="bws_trigger_tab_click">' . __( 'Learn More', 'bestwebsoft' ) . '</a>';
162
  } else {
@@ -174,7 +174,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
174
  $license_status .= '. <a target="_blank" href="' . esc_url( $this->plugins_info['PluginURI'] ) . '">' . __( 'Upgrade to Pro', 'bestwebsoft' ) . '</a>';
175
  } else {
176
  $license_type = isset( $bstwbsftwppdtplgns_options['nonprofit'][ $this->plugin_basename ] ) ? 'Nonprofit Pro' : 'Pro';
177
- if ( $finish < $today ) {
178
  $license_status = sprintf( __( 'Expired on %s', 'bestwebsoft' ), $bstwbsftwppdtplgns_options['time_out'][ $this->plugin_basename ] ) . '. <a target="_blank" href="https://support.bestwebsoft.com/entries/53487136">' . __( 'Renew Now', 'bestwebsoft' ) . '</a>';
179
  } else {
180
  $license_status = __( 'Active', 'bestwebsoft' );
@@ -631,6 +631,8 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
631
  */
632
  private function save_options_misc() {
633
  global $bstwbsftwppdtplgns_options, $wp_version;
 
 
634
  /* hide premium options */
635
  if ( ! empty( $this->pro_page ) ) {
636
  if ( isset( $_POST['bws_hide_premium_options'] ) ) {
@@ -766,6 +768,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
766
  $bstwbsftwppdtplgns_options['go_pro'][ $this->bws_license_plugin ]['time'] > ( time() - ( 24 * 60 * 60 ) ) )
767
  $attr = 'disabled="disabled"';
768
 
 
769
  $license_key = '';
770
  if( ! empty( $single_license['pro_basename'] ) ) {
771
  $license_key = ! empty( $bstwbsftwppdtplgns_options[ $single_license['pro_basename'] ] ) ? $bstwbsftwppdtplgns_options[ $single_license['pro_basename'] ] : '';
@@ -830,7 +833,9 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
830
  private function save_options_license_key() {
831
  global $wp_version, $bstwbsftwppdtplgns_options;
832
  /*$empty_field_error - added to avoid error when 1 field is empty while another field contains license key*/
833
- $empty_field_error = '';
 
 
834
  foreach ( $this->licenses as $single_license) {
835
  $bws_license_key = ( isset( $_POST[ ( ! empty( $single_license['pro_slug'] ) ) ? 'bws_license_key_' . $single_license['pro_slug'] : 'bws_license_key_' . $single_license['slug'] ] ) ) ? stripslashes( sanitize_text_field( $_POST[ ( ! empty( $single_license['pro_slug'] ) ) ? 'bws_license_key_' . $single_license['pro_slug'] : 'bws_license_key_' . $single_license['slug'] ] ) ) : '';
836
  if ( '' != $bws_license_key ) {
@@ -851,9 +856,9 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
851
 
852
  if ( ! empty( $this->all_plugins ) && ! empty( $current ) && isset( $current->response ) && is_array( $current->response ) ) {
853
  $to_send = array();
854
- $to_send["plugins"][ ( ! empty( $single_license['pro_basename'] ) ) ? $single_license['pro_basename'] : $single_license['basename'] ] = $this->all_plugins[ ( ! empty( $single_license['pro_basename'] ) ) ? $single_license['pro_basename'] : $single_license['basename'] ];
855
- $to_send["plugins"][ ( ! empty( $single_license['pro_basename'] ) ) ? $single_license['pro_basename'] : $single_license['basename'] ]["bws_license_key"] = $bws_license_key;
856
- $to_send["plugins"][ ( ! empty( $single_license['pro_basename'] ) ) ? $single_license['pro_basename'] : $single_license['basename'] ]["bws_illegal_client"] = true;
857
  $options = array(
858
  'timeout' => ( ( defined( 'DOING_CRON' ) && DOING_CRON ) ? 30 : 3 ),
859
  'body' => array( 'plugins' => serialize( $to_send ) ),
@@ -888,6 +893,9 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
888
 
889
  if ( ! empty( $single_response->time_out ) ) {
890
  $message .= ' ' . __( 'Your license will expire on', 'bestwebsoft' ) . ' ' . $single_response->time_out . '.';
 
 
 
891
  }
892
 
893
  if ( isset( $single_response->trial ) && $this->is_trial ) {
@@ -896,19 +904,19 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
896
  }
897
 
898
  if ( isset( $single_response->trial ) ) {
899
- $bstwbsftwppdtplgns_options['trial'][ ( ! empty( $single_license['pro_basename'] ) ) ? $single_license['pro_basename'] : $single_license['basename'] ] = 1;
900
  } else {
901
- unset( $bstwbsftwppdtplgns_options['trial'][ ( ! empty( $single_license['pro_basename'] ) ) ? $single_license['pro_basename'] : $single_license['basename'] ] );
902
  }
903
 
904
  if ( isset( $single_response->nonprofit ) ) {
905
- $bstwbsftwppdtplgns_options['nonprofit'][ ( ! empty( $single_license['pro_basename'] ) ) ? $single_license['pro_basename'] : $single_license['basename'] ] = 1;
906
  } else {
907
- unset( $bstwbsftwppdtplgns_options['nonprofit'][ ( ! empty( $single_license['pro_basename'] ) ) ? $single_license['pro_basename'] : $single_license['basename'] ] );
908
  }
909
 
910
- if ( ! isset( $bstwbsftwppdtplgns_options[ ( ! empty( $single_license['pro_basename'] ) ) ? $single_license['pro_basename'] : $single_license['basename'] ] ) || $bstwbsftwppdtplgns_options[ ( ! empty( $single_license['pro_basename'] ) ) ? $single_license['pro_basename'] : $single_license['basename'] ] != $bws_license_key ) {
911
- $bstwbsftwppdtplgns_options[ ( ! empty( $single_license['pro_basename'] ) ) ? $single_license['pro_basename'] : $single_license['basename'] ] = $bws_license_key;
912
 
913
  $file = @fopen( dirname( dirname( __FILE__ ) ) . "/license_key.txt", "w+" );
914
  if ( $file ) {
@@ -918,9 +926,14 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
918
  $update_option = true;
919
  }
920
 
921
- if ( ! isset( $bstwbsftwppdtplgns_options['time_out'][ ( ! empty( $single_license['pro_basename'] ) ) ? $single_license['pro_basename'] : $single_license['basename'] ] ) || $bstwbsftwppdtplgns_options['time_out'][ ( ! empty( $single_license['pro_basename'] ) ) ? $single_license['pro_basename'] : $single_license['basename'] ] != $single_response->time_out ) {
922
- $bstwbsftwppdtplgns_options['time_out'][ ( ! empty( $single_license['pro_basename'] ) ) ? $single_license['pro_basename'] : $single_license['basename'] ] = $single_response->time_out;
923
- $update_option = true;
 
 
 
 
 
924
  }
925
 
926
  if ( isset( $update_option ) ) {
@@ -1095,4 +1108,4 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
1095
  }
1096
  }
1097
  }
1098
- }
112
  $this->licenses[ $this->plugins_info['TextDomain'] ] = array(
113
  'name' => $this->plugins_info['Name'],
114
  'slug' => $this->plugins_info['TextDomain'],
115
+ 'pro_slug' => substr( $this->bws_license_plugin, 0, stripos( $this->bws_license_plugin, '/' ) ),
116
  'basename' => $this->plugin_basename,
117
  'pro_basename' => $this->bws_license_plugin
118
  );
156
  <div id="minor-publishing">
157
  <div id="misc-publishing-actions">
158
  <?php if ( $this->is_pro ) {
159
+ if ( isset( $bstwbsftwppdtplgns_options['wrong_license_key'][ $this->plugin_basename ] ) || empty( $bstwbsftwppdtplgns_options['time_out'] ) || ! array_key_exists( $this->plugin_basename, $bstwbsftwppdtplgns_options['time_out'] ) ) {
160
  $license_type = 'Pro';
161
  $license_status = __( 'Inactive', 'bestwebsoft' ) . ' <a href="#' . $this->prefix . '_license_tab" class="bws_trigger_tab_click">' . __( 'Learn More', 'bestwebsoft' ) . '</a>';
162
  } else {
174
  $license_status .= '. <a target="_blank" href="' . esc_url( $this->plugins_info['PluginURI'] ) . '">' . __( 'Upgrade to Pro', 'bestwebsoft' ) . '</a>';
175
  } else {
176
  $license_type = isset( $bstwbsftwppdtplgns_options['nonprofit'][ $this->plugin_basename ] ) ? 'Nonprofit Pro' : 'Pro';
177
+ if ( ! empty( $bstwbsftwppdtplgns_options['time_out'][ $this->plugin_basename ] ) && $finish < $today ) {
178
  $license_status = sprintf( __( 'Expired on %s', 'bestwebsoft' ), $bstwbsftwppdtplgns_options['time_out'][ $this->plugin_basename ] ) . '. <a target="_blank" href="https://support.bestwebsoft.com/entries/53487136">' . __( 'Renew Now', 'bestwebsoft' ) . '</a>';
179
  } else {
180
  $license_status = __( 'Active', 'bestwebsoft' );
631
  */
632
  private function save_options_misc() {
633
  global $bstwbsftwppdtplgns_options, $wp_version;
634
+ $notice = '';
635
+
636
  /* hide premium options */
637
  if ( ! empty( $this->pro_page ) ) {
638
  if ( isset( $_POST['bws_hide_premium_options'] ) ) {
768
  $bstwbsftwppdtplgns_options['go_pro'][ $this->bws_license_plugin ]['time'] > ( time() - ( 24 * 60 * 60 ) ) )
769
  $attr = 'disabled="disabled"';
770
 
771
+
772
  $license_key = '';
773
  if( ! empty( $single_license['pro_basename'] ) ) {
774
  $license_key = ! empty( $bstwbsftwppdtplgns_options[ $single_license['pro_basename'] ] ) ? $bstwbsftwppdtplgns_options[ $single_license['pro_basename'] ] : '';
833
  private function save_options_license_key() {
834
  global $wp_version, $bstwbsftwppdtplgns_options;
835
  /*$empty_field_error - added to avoid error when 1 field is empty while another field contains license key*/
836
+
837
+ $error = $message = $empty_field_error = '';
838
+
839
  foreach ( $this->licenses as $single_license) {
840
  $bws_license_key = ( isset( $_POST[ ( ! empty( $single_license['pro_slug'] ) ) ? 'bws_license_key_' . $single_license['pro_slug'] : 'bws_license_key_' . $single_license['slug'] ] ) ) ? stripslashes( sanitize_text_field( $_POST[ ( ! empty( $single_license['pro_slug'] ) ) ? 'bws_license_key_' . $single_license['pro_slug'] : 'bws_license_key_' . $single_license['slug'] ] ) ) : '';
841
  if ( '' != $bws_license_key ) {
856
 
857
  if ( ! empty( $this->all_plugins ) && ! empty( $current ) && isset( $current->response ) && is_array( $current->response ) ) {
858
  $to_send = array();
859
+ $to_send["plugins"][ $single_license['basename'] ] = $this->all_plugins[ $single_license['basename'] ];
860
+ $to_send["plugins"][ $single_license['basename'] ]["bws_license_key"] = $bws_license_key;
861
+ $to_send["plugins"][ $single_license['basename'] ]["bws_illegal_client"] = true;
862
  $options = array(
863
  'timeout' => ( ( defined( 'DOING_CRON' ) && DOING_CRON ) ? 30 : 3 ),
864
  'body' => array( 'plugins' => serialize( $to_send ) ),
893
 
894
  if ( ! empty( $single_response->time_out ) ) {
895
  $message .= ' ' . __( 'Your license will expire on', 'bestwebsoft' ) . ' ' . $single_response->time_out . '.';
896
+ } else {
897
+ /* lifetime */
898
+ $single_response->time_out = NULL;
899
  }
900
 
901
  if ( isset( $single_response->trial ) && $this->is_trial ) {
904
  }
905
 
906
  if ( isset( $single_response->trial ) ) {
907
+ $bstwbsftwppdtplgns_options['trial'][ $single_license['basename'] ] = 1;
908
  } else {
909
+ unset( $bstwbsftwppdtplgns_options['trial'][ $single_license['basename'] ] );
910
  }
911
 
912
  if ( isset( $single_response->nonprofit ) ) {
913
+ $bstwbsftwppdtplgns_options['nonprofit'][ $single_license['basename'] ] = 1;
914
  } else {
915
+ unset( $bstwbsftwppdtplgns_options['nonprofit'][ $single_license['basename'] ] );
916
  }
917
 
918
+ if ( ! isset( $bstwbsftwppdtplgns_options[ $single_license['basename'] ] ) || $bstwbsftwppdtplgns_options[ $single_license['basename'] ] != $bws_license_key ) {
919
+ $bstwbsftwppdtplgns_options[ $single_license['basename'] ] = $bws_license_key;
920
 
921
  $file = @fopen( dirname( dirname( __FILE__ ) ) . "/license_key.txt", "w+" );
922
  if ( $file ) {
926
  $update_option = true;
927
  }
928
 
929
+ if ( isset( $bstwbsftwppdtplgns_options['wrong_license_key'][ $single_license['basename'] ] ) ) {
930
+ unset( $bstwbsftwppdtplgns_options['wrong_license_key'][ $single_license['basename'] ] );
931
+ $update_option = true;
932
+ }
933
+
934
+ if ( ! isset( $bstwbsftwppdtplgns_options['time_out'][ $single_license['basename'] ] ) || $bstwbsftwppdtplgns_options['time_out'][ $single_license['basename'] ] != $single_response->time_out ) {
935
+ $bstwbsftwppdtplgns_options['time_out'][ $single_license['basename'] ] = $single_response->time_out;
936
+ $update_option = true;
937
  }
938
 
939
  if ( isset( $update_option ) ) {
1108
  }
1109
  }
1110
  }
1111
+ }
bws_menu/css/general_style.css CHANGED
@@ -61,9 +61,12 @@ div.bws_info {
61
  .bws_info_small {
62
  font-size: 11px !important;
63
  }
64
- div.updated.bws-notice {
65
  border-left: 4px solid #ffba00;
66
  }
 
 
 
67
  /*
68
  * styles for rate-support div on the settings page
69
  */
@@ -327,7 +330,7 @@ div.bws_banner_on_plugin_page .icon {
327
  margin: 12px 8px 8px 12px;
328
  }
329
  .bws_banner_on_plugin_page .icon img {
330
- max-width: 60px;
331
  }
332
  .bws_go_pro_banner .icon:before {
333
  content: 'PRO';
@@ -810,4 +813,4 @@ span.bws_code {
810
  padding-left: 0;
811
  padding-right: 0;
812
  }
813
- }
61
  .bws_info_small {
62
  font-size: 11px !important;
63
  }
64
+ body:not(.rtl) div.updated.bws-notice {
65
  border-left: 4px solid #ffba00;
66
  }
67
+ .rtl div.updated.bws-notice {
68
+ border-right: 4px solid #ffba00;
69
+ }
70
  /*
71
  * styles for rate-support div on the settings page
72
  */
330
  margin: 12px 8px 8px 12px;
331
  }
332
  .bws_banner_on_plugin_page .icon img {
333
+ max-width: 64px;
334
  }
335
  .bws_go_pro_banner .icon:before {
336
  content: 'PRO';
813
  padding-left: 0;
814
  padding-right: 0;
815
  }
816
+ }
bws_menu/css/modal.css CHANGED
@@ -46,10 +46,22 @@
46
  }
47
  .bws-modal .bws-modal-footer {
48
  border-top: #eeeeee solid 1px;
49
- text-align: right;
 
 
 
 
 
50
  }
51
  .bws-modal .bws-modal-footer .button {
52
  margin: 0 7px;
 
 
 
 
 
 
 
53
  }
54
  .bws-modal .bws-modal-footer .button:first-child {
55
  margin: 0;
46
  }
47
  .bws-modal .bws-modal-footer {
48
  border-top: #eeeeee solid 1px;
49
+ }
50
+ .bws-modal .bws-modal-footer .bws-modal-skip-link {
51
+ text-decoration: none;
52
+ float: right;
53
+ display: inline-block;
54
+ padding: 7px;
55
  }
56
  .bws-modal .bws-modal-footer .button {
57
  margin: 0 7px;
58
+ float: left;
59
+ }
60
+ .rtl .bws-modal .bws-modal-footer .bws-modal-skip-link {
61
+ float: left;
62
+ }
63
+ .rtl .bws-modal .bws-modal-footer .button {
64
+ float: right;
65
  }
66
  .bws-modal .bws-modal-footer .button:first-child {
67
  margin: 0;
bws_menu/css/style.css CHANGED
@@ -260,7 +260,7 @@ table.bws-system-info tbody tr:nth-child(odd) {
260
  box-shadow: none;
261
  }
262
  .bws_product_image img {
263
- height: 60px;
264
  }
265
  .bws_product_content {
266
  max-width: 200px;
@@ -484,4 +484,4 @@ a.bws_donate {
484
  max-width: 160px;
485
  padding-right: 10px;
486
  }
487
- }
260
  box-shadow: none;
261
  }
262
  .bws_product_image img {
263
+ height: 64px;
264
  }
265
  .bws_product_content {
266
  max-width: 200px;
484
  max-width: 160px;
485
  padding-right: 10px;
486
  }
487
+ }
bws_menu/deactivation-form.php CHANGED
@@ -122,7 +122,9 @@ if ( ! function_exists( 'bws_add_deactivation_feedback_dialog_box' ) ) {
122
  </div>
123
  </div>
124
  <div class="bws-modal-footer">
125
- <a href="#" class="button button-primary bws-modal-button-deactivate"></a>
 
 
126
  <div class="clear"></div>
127
  </div>
128
  </div>
@@ -184,6 +186,14 @@ if ( ! function_exists( 'bws_add_deactivation_feedback_dialog_box' ) ) {
184
  }, 150 );
185
  });
186
 
 
 
 
 
 
 
 
 
187
  \$modal.on( 'click', '.bws-modal-footer .button', function( evt ) {
188
  evt.preventDefault();
189
 
@@ -194,46 +204,40 @@ if ( ! function_exists( 'bws_add_deactivation_feedback_dialog_box' ) ) {
194
  var _parent = $( this ).parents( '.bws-modal:first' ),
195
  _this = $( this );
196
 
197
- if ( _this.hasClass( 'allow-deactivate' ) ) {
198
- var \$radio = \$modal.find( 'input[type=\"radio\"]:checked' );
 
 
 
 
 
199
 
200
- if ( 0 === \$radio.length ) {
201
- /* If no selected reason, just deactivate the plugin. */
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
202
  window.location.href = \$deactivateLink.attr( 'href' );
203
- return;
204
  }
205
-
206
- var \$selected_reason = \$radio.parents( 'li:first' ),
207
- \$input = \$selected_reason.find( 'textarea, input[type=\"text\"]' ),
208
- userReason = ( 0 !== \$input.length ) ? \$input.val().trim() : '';
209
-
210
- var is_anonymous = ( \$anonymousFeedback.find( 'input' ).is( ':checked' ) ) ? 0 : 1;
211
-
212
- $.ajax({
213
- url : ajaxurl,
214
- method : 'POST',
215
- data : {
216
- 'action' : 'bws_submit_uninstall_reason_action',
217
- 'plugin' : '" . $basename . "',
218
- 'reason_id' : \$radio.val(),
219
- 'reason_info' : userReason,
220
- 'is_anonymous' : is_anonymous,
221
- 'bws_ajax_nonce' : '" . wp_create_nonce( 'bws_ajax_nonce' ) . "'
222
- },
223
- beforeSend: function() {
224
- _parent.find( '.bws-modal-footer .button' ).addClass( 'disabled' );
225
- _parent.find( '.bws-modal-footer .button-secondary' ).text( '" . __( 'Processing', 'bestwebsoft' ) . "' + '...' );
226
- },
227
- complete : function( message ) {
228
- /* Do not show the dialog box, deactivate the plugin. */
229
- window.location.href = \$deactivateLink.attr( 'href' );
230
- }
231
- });
232
- } else if ( _this.hasClass( 'bws-modal-button-deactivate' ) ) {
233
- /* Change the Deactivate button's text and show the reasons panel. */
234
- _parent.find( '.bws-modal-button-deactivate' ).addClass( 'allow-deactivate' );
235
- BwsModalShowPanel();
236
- }
237
  });
238
 
239
  \$modal.on( 'click', 'input[type=\"radio\"]', function() {
@@ -251,7 +255,6 @@ if ( ! function_exists( 'bws_add_deactivation_feedback_dialog_box' ) ) {
251
 
252
  \$modal.find( '.bws-modal-reason-input' ).remove();
253
  \$modal.find( '.bws-modal-internal-message' ).hide();
254
- \$modal.find( '.bws-modal-button-deactivate' ).text( '" . __( 'Submit and Deactivate', 'bestwebsoft' ) . "' );
255
 
256
  BwsModalEnableDeactivateButton();
257
 
@@ -299,9 +302,7 @@ if ( ! function_exists( 'bws_add_deactivation_feedback_dialog_box' ) ) {
299
  }
300
 
301
  function BwsModalReset() {
302
- selectedReasonID = false;
303
-
304
- BwsModalEnableDeactivateButton();
305
 
306
  /* Uncheck all radio buttons.*/
307
  \$modal.find( 'input[type=\"radio\"]' ).prop( 'checked', false );
@@ -314,14 +315,14 @@ if ( ! function_exists( 'bws_add_deactivation_feedback_dialog_box' ) ) {
314
  /* Hide, since by default there is no selected reason.*/
315
  \$anonymousFeedback.hide();
316
 
317
- var \$deactivateButton = \$modal.find( '.bws-modal-button-deactivate' );
318
 
319
- \$deactivateButton.addClass( 'allow-deactivate' );
320
  BwsModalShowPanel();
321
  }
322
 
323
  function BwsModalEnableDeactivateButton() {
324
- \$modal.find( '.bws-modal-button-deactivate' ).removeClass( 'disabled' );
 
325
  }
326
 
327
  function BwsModalDisableDeactivateButton() {
@@ -330,8 +331,6 @@ if ( ! function_exists( 'bws_add_deactivation_feedback_dialog_box' ) ) {
330
 
331
  function BwsModalShowPanel() {
332
  \$modal.find( '.bws-modal-panel' ).addClass( 'active' );
333
- /* Update the deactivate button's text */
334
- \$modal.find( '.bws-modal-button-deactivate' ).text( '" . __( 'Skip and Deactivate', 'bestwebsoft' ) . "' );
335
  }
336
  })(jQuery);";
337
  }
@@ -361,7 +360,7 @@ if ( ! function_exists( 'bws_submit_uninstall_reason_action' ) ) {
361
  exit;
362
  }
363
 
364
- $reason_info = isset( $_REQUEST['reason_info'] ) ? stripcslashes( sanitize_text_field( $_REQUEST['reason_info'] ) ) : '';
365
  if ( ! empty( $reason_info ) ) {
366
  $reason_info = substr( $reason_info, 0, 255 );
367
  }
122
  </div>
123
  </div>
124
  <div class="bws-modal-footer">
125
+ <a href="#" class="button button-primary bws-modal-button-deactivate disabled">' . __( 'Submit and Deactivate', 'bestwebsoft' ) . '</a>
126
+ <a href="#" class="bws-modal-skip-link">' . __( 'Skip and Deactivate', 'bestwebsoft' ) . '</a>
127
+ <span class="bws-modal-processing hidden">' . __( 'Processing', 'bestwebsoft' ) . '...</span>
128
  <div class="clear"></div>
129
  </div>
130
  </div>
186
  }, 150 );
187
  });
188
 
189
+ \$modal.on( 'click', '.bws-modal-footer .bws-modal-skip-link', function( evt ) {
190
+ evt.preventDefault();
191
+
192
+ /* If no selected reason, just deactivate the plugin. */
193
+ window.location.href = \$deactivateLink.attr( 'href' );
194
+ return;
195
+ });
196
+
197
  \$modal.on( 'click', '.bws-modal-footer .button', function( evt ) {
198
  evt.preventDefault();
199
 
204
  var _parent = $( this ).parents( '.bws-modal:first' ),
205
  _this = $( this );
206
 
207
+ var \$radio = \$modal.find( 'input[type=\"radio\"]:checked' );
208
+
209
+ if ( 0 === \$radio.length ) {
210
+ /* If no selected reason */
211
+ BwsModalDisableDeactivateButton();
212
+ return;
213
+ }
214
 
215
+ var \$selected_reason = \$radio.parents( 'li:first' ),
216
+ \$input = \$selected_reason.find( 'textarea, input[type=\"text\"]' ),
217
+ userReason = ( 0 !== \$input.length ) ? \$input.val().trim() : '';
218
+
219
+ var is_anonymous = ( \$anonymousFeedback.find( 'input' ).is( ':checked' ) ) ? 0 : 1;
220
+
221
+ $.ajax({
222
+ url : ajaxurl,
223
+ method : 'POST',
224
+ data : {
225
+ 'action' : 'bws_submit_uninstall_reason_action',
226
+ 'plugin' : '" . $basename . "',
227
+ 'reason_id' : \$radio.val(),
228
+ 'reason_info' : userReason,
229
+ 'is_anonymous' : is_anonymous,
230
+ 'bws_ajax_nonce' : '" . wp_create_nonce( 'bws_ajax_nonce' ) . "'
231
+ },
232
+ beforeSend: function() {
233
+ _parent.find( '.bws-modal-footer .button' ).hide();
234
+ _parent.find( '.bws-modal-footer .bws-modal-processing' ).show();
235
+ },
236
+ complete : function( message ) {
237
+ /* Do not show the dialog box, deactivate the plugin. */
238
  window.location.href = \$deactivateLink.attr( 'href' );
 
239
  }
240
+ });
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
241
  });
242
 
243
  \$modal.on( 'click', 'input[type=\"radio\"]', function() {
255
 
256
  \$modal.find( '.bws-modal-reason-input' ).remove();
257
  \$modal.find( '.bws-modal-internal-message' ).hide();
 
258
 
259
  BwsModalEnableDeactivateButton();
260
 
302
  }
303
 
304
  function BwsModalReset() {
305
+ selectedReasonID = false;
 
 
306
 
307
  /* Uncheck all radio buttons.*/
308
  \$modal.find( 'input[type=\"radio\"]' ).prop( 'checked', false );
315
  /* Hide, since by default there is no selected reason.*/
316
  \$anonymousFeedback.hide();
317
 
318
+ BwsModalDisableDeactivateButton();
319
 
 
320
  BwsModalShowPanel();
321
  }
322
 
323
  function BwsModalEnableDeactivateButton() {
324
+ \$modal.find( '.bws-modal-button-deactivate' ).removeClass( 'disabled' ).show();
325
+ \$modal.find( '.bws-modal-processing' ).hide();
326
  }
327
 
328
  function BwsModalDisableDeactivateButton() {
331
 
332
  function BwsModalShowPanel() {
333
  \$modal.find( '.bws-modal-panel' ).addClass( 'active' );
 
 
334
  }
335
  })(jQuery);";
336
  }
360
  exit;
361
  }
362
 
363
+ $reason_info = isset( $_REQUEST['reason_info'] ) ? stripcslashes( sanitize_textarea_field( $_REQUEST['reason_info'] ) ) : '';
364
  if ( ! empty( $reason_info ) ) {
365
  $reason_info = substr( $reason_info, 0, 255 );
366
  }
bws_menu/languages/bestwebsoft-es_ES.mo CHANGED
Binary file
bws_menu/languages/bestwebsoft-es_ES.po CHANGED
@@ -3,21 +3,21 @@
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: bestwebsoft\n"
6
- "POT-Creation-Date: 2017-09-11 16:42+0300\n"
7
- "PO-Revision-Date: 2017-09-11 16:42+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: BestWebSoft <plugin@bestwebsoft.com>\n"
10
  "Language: es\n"
11
  "MIME-Version: 1.0\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
- "X-Generator: Poedit 1.8.7.1\n"
15
  "X-Poedit-KeywordsList: __;_e;esc_attr_e\n"
16
  "X-Poedit-Basepath: ..\n"
17
  "X-Poedit-SourceCharset: UTF-8\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: bws_functions.php:73 bws_functions.php:191
21
  msgid "requires"
22
  msgstr "requiere"
23
 
@@ -54,7 +54,7 @@ msgstr "Valorar"
54
  msgid "Need help?"
55
  msgstr "¿Necesitas ayuda?"
56
 
57
- #: bws_functions.php:104 bws_functions.php:917 class-bws-settings.php:1058
58
  msgid "Visit Help Center"
59
  msgstr "Visita el Centro de Ayuda"
60
 
@@ -62,7 +62,7 @@ msgstr "Visita el Centro de Ayuda"
62
  msgid "Want to support the plugin?"
63
  msgstr "¿Quieres apoyar al plugin?"
64
 
65
- #: bws_functions.php:108 bws_menu.php:560
66
  msgid "Donate"
67
  msgstr "Donar"
68
 
@@ -78,8 +78,8 @@ msgid ""
78
  "otherwise the Pro plugin will be deactivated."
79
  msgstr ""
80
 
81
- #: bws_functions.php:128 bws_functions.php:341 bws_menu.php:631
82
- #: class-bws-settings.php:144
83
  msgid "Learn More"
84
  msgstr "Aprende más"
85
 
@@ -99,7 +99,7 @@ msgstr ""
99
  "Para seguir recibiendo soporte prioritario y actualizaciones de plugin debes "
100
  "extenderla."
101
 
102
- #: bws_functions.php:147 bws_functions.php:389 deprecated.php:586
103
  msgid "Learn more"
104
  msgstr "Aprende más"
105
 
@@ -116,7 +116,38 @@ msgstr "Aviso: Estás usando la licencia Pro Trial del plugin."
116
  msgid "The Pro Trial license will expire on"
117
  msgstr "La licencia Pro Trial expirará el"
118
 
119
- #: bws_functions.php:193
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
120
  msgid ""
121
  "or higher! We do not guarantee that our plugin will work correctly. Please "
122
  "upgrade to WordPress latest version."
@@ -124,89 +155,58 @@ msgstr ""
124
  "o superior! No garantizamos que nuestro plugin funcionará correctamente. Por "
125
  "favor, actualiza a la última versión de WordPress."
126
 
127
- #: bws_functions.php:208
128
  #, php-format
129
  msgid "Thank you for installing %s plugin!"
130
  msgstr "¡Gracias por haber instalado plugin de %s!"
131
 
132
- #: bws_functions.php:210
133
  msgid "Let's get started"
134
  msgstr "¡Empecemos!"
135
 
136
- #: bws_functions.php:211 bws_functions.php:244 bws_menu.php:564
137
- #: bws_menu.php:566
138
  msgid "Settings"
139
  msgstr "Ajustes"
140
 
141
- #: bws_functions.php:213 bws_menu.php:326 class-bws-settings.php:747
142
- #: class-bws-settings.php:1060 class-bws-settings.php:1070 deprecated.php:697
143
  msgid "or"
144
  msgstr "o"
145
 
146
- #: bws_functions.php:214 bws_functions.php:246
147
  msgid "Add New"
148
  msgstr "Añadir nuevo"
149
 
150
- #: bws_functions.php:218 bws_functions.php:228 bws_functions.php:332
151
- #: bws_functions.php:385 bws_functions.php:487
152
- msgid "Close notice"
153
- msgstr "Descartar"
154
-
155
- #: bws_functions.php:233
156
  msgid "Thank you for installing plugins by BestWebSoft!"
157
  msgstr "¡Gracias por haber instalado los plugins de BestWebSoft!"
158
 
159
- #: bws_functions.php:235
160
  msgid "More Details"
161
  msgstr "Más detalles"
162
 
163
- #: bws_functions.php:236
164
  msgid "Less Details"
165
  msgstr "Menos detalles"
166
 
167
- #: bws_functions.php:264
168
  msgid "Deprecated function(-s) is used on the site here:"
169
  msgstr "Función(-es) obsoleta(-s) se utiliza(-n) en el sitio aquí:"
170
 
171
- #: bws_functions.php:278
172
  msgid ""
173
  "This function(-s) will be removed over time. Please update the product(-s)."
174
  msgstr ""
175
  "Esta(-s) función(-es) se eliminará(-n) con el tiempo. Actualiza el(los) "
176
  "producto(-s)."
177
 
178
- #: bws_functions.php:337
179
- msgid "It’s time to upgrade your"
180
- msgstr "¡Ahora es el tiempo de actualizar tu"
181
-
182
- #: bws_functions.php:337
183
- msgid "to"
184
- msgstr "a"
185
-
186
- #: bws_functions.php:337
187
- msgid "version!"
188
- msgstr "versión!"
189
-
190
- #: bws_functions.php:338
191
- msgid "Extend standard plugin functionality with new great options."
192
- msgstr ""
193
- "Amplía la funcionalidad del plugin estándar con nuevas excelentes opciones."
194
-
195
- #: bws_functions.php:389
196
- #, php-format
197
- msgid ""
198
- "Your license key for %s expires on %s and you won't be granted TOP-PRIORITY "
199
- "SUPPORT or UPDATES."
200
- msgstr ""
201
- "Tu clave de licencia para %s expirará el %s y no vas a recibir el SOPORTE "
202
- "PRIORITARIO O ACTUALIZACIONES."
203
-
204
- #: bws_functions.php:482
205
  #, php-format
206
  msgid "Thank you for choosing %s plugin!"
207
  msgstr "¡Gracias por haber elegido plugin de %s!"
208
 
209
- #: bws_functions.php:483
210
  msgid ""
211
  "If you have a feature, suggestion or idea you'd like to see in the plugin, "
212
  "we'd love to hear about it!"
@@ -214,25 +214,24 @@ msgstr ""
214
  "Si tienes una función, sugerencia o idea que te gustaría ver en el plugin, "
215
  "nos encantaría saberlo."
216
 
217
- #: bws_functions.php:484
218
  msgid "Suggest a Feature"
219
  msgstr "Ofrecer una función"
220
 
221
- #: bws_functions.php:500 class-bws-settings.php:540 class-bws-settings.php:543
222
- #: class-bws-settings.php:595 class-bws-settings.php:598
223
  msgid "Notice"
224
  msgstr "Aviso"
225
 
226
- #: bws_functions.php:500
227
  msgid "The plugin's settings have been changed."
228
  msgstr "Se han cambiado los ajustes del plugin."
229
 
230
- #: bws_functions.php:501 class-bws-settings.php:183 class-bws-settings.php:203
231
- #: deprecated.php:642
232
  msgid "Save Changes"
233
  msgstr "Guardar cambios"
234
 
235
- #: bws_functions.php:515
236
  msgid ""
237
  "You can always look at premium options by checking the \"Pro Options\" in "
238
  "the \"Misc\" tab."
@@ -240,78 +239,69 @@ msgstr ""
240
  "Siempre puedes ver las opciones premium haciendo clic en las \"Opciones Pro"
241
  "\" en la ficha \"Varios\"."
242
 
243
- #: bws_functions.php:653
244
- msgid "Add BWS Shortcode"
245
- msgstr "Añadir BWS shortcode"
246
-
247
- #: bws_functions.php:654
248
- msgid "Add BWS Plugins Shortcode"
249
- msgstr "Añadir shortcode de plugins BWS"
250
-
251
- #: bws_functions.php:673
252
  msgid "Add shortcode"
253
  msgstr "Añadir shortcode"
254
 
255
- #: bws_functions.php:673
256
  msgid "Add BestWebSoft plugins' shortcodes using this button."
257
  msgstr "Añadir los shortcodes de los plugins de BestWebSoft usando este botón."
258
 
259
- #: bws_functions.php:729
260
  msgid "Close"
261
  msgstr "Descartar"
262
 
263
- #: bws_functions.php:821
264
  msgid "Are you sure you want to restore default settings?"
265
  msgstr ""
266
  "¿Estás seguro de que deseas restaurar los ajustes de plugin por defecto?"
267
 
268
- #: bws_functions.php:824
269
  msgid "Yes, restore all settings"
270
  msgstr "Sí, restaurar todos los ajustes"
271
 
272
- #: bws_functions.php:825
273
  msgid "No, go back to the settings page"
274
  msgstr "No, volver a la página de ajustes"
275
 
276
- #: bws_functions.php:867
277
  msgid "Plugin"
278
  msgstr "Plugin"
279
 
280
- #: bws_functions.php:876
281
  msgid "Shortcode settings"
282
  msgstr "Ajustes de shortcode"
283
 
284
- #: bws_functions.php:881
285
  msgid "The shortcode will be inserted"
286
  msgstr "El shortcode se insertará"
287
 
288
- #: bws_functions.php:922
289
  msgid "FAQ"
290
  msgstr "FAQ"
291
 
292
- #: bws_functions.php:928
293
  msgid "For more information:"
294
  msgstr "Más información"
295
 
296
- #: bws_functions.php:929
297
  msgid "Documentation"
298
  msgstr "Documentación"
299
 
300
- #: bws_functions.php:930
301
  msgid "Video Instructions"
302
  msgstr "Video instrucciones"
303
 
304
- #: bws_functions.php:931
305
  msgid "Submit a Request"
306
  msgstr "Presentar una solicitud"
307
 
308
- #: bws_menu.php:101 class-bws-settings.php:792 deprecated.php:323
309
  msgid "Wrong license key"
310
  msgstr "Clave de licencia incorrecta"
311
 
312
- #: bws_menu.php:122 class-bws-settings.php:818 class-bws-settings.php:885
313
- #: class-bws-settings.php:921 deprecated.php:133 deprecated.php:199
314
- #: deprecated.php:353
315
  msgid ""
316
  "Something went wrong. Please try again later. If the error appears again, "
317
  "please contact us"
@@ -319,18 +309,16 @@ msgstr ""
319
  "Algo salió mal. Por favor, inténtalo de nuevo más tarde. Si el error aparece "
320
  "de nuevo, ponte en contacto con nosotros"
321
 
322
- #: bws_menu.php:122 class-bws-settings.php:818 class-bws-settings.php:885
323
- #: class-bws-settings.php:921 deprecated.php:133 deprecated.php:199
324
- #: deprecated.php:353
325
  msgid "We are sorry for inconvenience."
326
  msgstr "Lo siento para la inconveniencia causada."
327
 
328
- #: bws_menu.php:128 class-bws-settings.php:824 class-bws-settings.php:927
329
- #: deprecated.php:139 deprecated.php:359
330
  msgid "Wrong license key."
331
  msgstr "Clave de licencia incorrecta."
332
 
333
- #: bws_menu.php:130
334
  msgid ""
335
  "This license key is bound to another site. Change it via personal Client "
336
  "Area."
@@ -338,15 +326,15 @@ msgstr ""
338
  "Esta clave de licencia está enlazada al otro sitio. Cámbialo en Área "
339
  "de Cliente."
340
 
341
- #: bws_menu.php:130
342
  msgid "Log in"
343
  msgstr "Acceder"
344
 
345
- #: bws_menu.php:132 bws_menu.php:332 deprecated.php:261
346
  msgid "Unfortunately, you have exceeded the number of available tries per day."
347
  msgstr "Por desgracia, has excedido el número de intentos por hoy."
348
 
349
- #: bws_menu.php:134 deprecated.php:365
350
  #, php-format
351
  msgid ""
352
  "Unfortunately, Your license has expired. To continue getting top-priority "
@@ -355,7 +343,7 @@ msgstr ""
355
  "Por desgracia, tu licencia ha expirado. Para seguir recibiendo soporte "
356
  "prioritario y actualizaciones de plugin debes extenderla en tu %s"
357
 
358
- #: bws_menu.php:136 class-bws-settings.php:935 deprecated.php:367
359
  msgid ""
360
  "Unfortunately, the Pro licence was already installed to this domain. The Pro "
361
  "Trial license can be installed only once."
@@ -363,11 +351,11 @@ msgstr ""
363
  "Por desgracia, la licencia Pro ha estado ya instalada en este dominio. La "
364
  "licencia Pro Trial puede estar instalada una sola vez."
365
 
366
- #: bws_menu.php:142 class-bws-settings.php:839 deprecated.php:153
367
  msgid "The license key is valid."
368
  msgstr "La clave de licencia está válida."
369
 
370
- #: bws_menu.php:144 class-bws-settings.php:842 deprecated.php:156
371
  msgid "Your license will expire on"
372
  msgstr "Tu licencia expirará el"
373
 
@@ -375,7 +363,7 @@ msgstr "Tu licencia expirará el"
375
  msgid "Congratulations! Pro Membership license is activated successfully."
376
  msgstr ""
377
 
378
- #: bws_menu.php:153 class-bws-settings.php:1007 deprecated.php:436
379
  msgid ""
380
  "Something went wrong. Try again later or upload the plugin manually. We are "
381
  "sorry for inconvenience."
@@ -405,7 +393,9 @@ msgid "N/A"
405
  msgstr "N/A"
406
 
407
  #: bws_menu.php:182
408
- msgid " Mb"
 
 
409
  msgstr "Mb"
410
 
411
  #: bws_menu.php:183 bws_menu.php:184 bws_menu.php:185 bws_menu.php:189
@@ -542,15 +532,15 @@ msgstr "¡Gracias por haber contactado con nosotros!"
542
  msgid "Sorry, email message could not be delivered."
543
  msgstr "Lo siento, el mensaje de correo electrónico no se pudo enviar."
544
 
545
- #: bws_menu.php:305 bws_menu.php:309 bws_menu.php:358 deprecated.php:91
546
  msgid "Plugins"
547
  msgstr "Plugins"
548
 
549
- #: bws_menu.php:306 bws_menu.php:310 bws_menu.php:618 deprecated.php:92
550
  msgid "Themes"
551
  msgstr "Temas"
552
 
553
- #: bws_menu.php:307 bws_menu.php:311 bws_menu.php:648
554
  msgid "System status"
555
  msgstr "Información de sistema"
556
 
@@ -571,8 +561,8 @@ msgstr "Obtener acceso a %s+ Premium plugins"
571
  msgid "Subscribe to Pro Membership"
572
  msgstr "Suscribirse a Pro Membership"
573
 
574
- #: bws_menu.php:334 bws_menu.php:345 class-bws-settings.php:760
575
- #: deprecated.php:227
576
  msgid "Check license key"
577
  msgstr "Comprueba la clave de licencia"
578
 
@@ -580,9 +570,9 @@ msgstr "Comprueba la clave de licencia"
580
  msgid "Enter your license key"
581
  msgstr "Introduce tu clave de licencia"
582
 
583
- #: bws_menu.php:343 bws_menu.php:570 bws_menu.php:579
584
- #: class-bws-settings.php:739 deprecated.php:259 deprecated.php:267
585
- #: deprecated.php:631 deprecated.php:703 deprecated.php:712
586
  msgid "Activate"
587
  msgstr "Activar"
588
 
@@ -614,191 +604,196 @@ msgstr ""
614
  msgid "Plugin <strong>activated</strong>."
615
  msgstr "Plugin <strong>activado</strong>."
616
 
617
- #: bws_menu.php:375
618
- msgid "Installing Plugin"
619
- msgstr "Instalando el plugin"
 
 
620
 
621
- #: bws_menu.php:381
622
- msgid "Downloading install package from"
623
- msgstr "Descargando el paquete de instalación de"
624
 
625
- #: bws_menu.php:398 bws_menu.php:429 bws_menu.php:440 deprecated.php:388
626
- #: deprecated.php:410 deprecated.php:432
627
- msgid "Failed to download the zip archive. Please, upload the plugin manually"
628
  msgstr ""
629
- "Error al descargar el archivo zip. Por favor, sube el plugin manualmente"
630
 
631
- #: bws_menu.php:406
632
- msgid "Unpacking the package"
633
- msgstr "Desempacando el paquete"
634
 
635
- #: bws_menu.php:411 bws_menu.php:419
636
- msgid "Installing the plugin"
 
 
637
  msgstr "Instalando el plugin"
638
 
639
- #: bws_menu.php:415 deprecated.php:400
640
- msgid "Failed to open the zip archive. Please, upload the plugin manually"
641
- msgstr "Error al abrir el archivo zip. Por favor, sube el plugin manualmente"
642
-
643
- #: bws_menu.php:422 deprecated.php:406
644
- msgid ""
645
- "Your server does not support either ZipArchive or Phar. Please, upload the "
646
- "plugin manually"
647
  msgstr ""
648
- "Tu servidor no admite ni ZipArchive ni Phar. Por favor, sube el plugin "
649
- "manualmente"
650
 
651
- #: bws_menu.php:425
652
- #, php-format
653
- msgid "The plugin %s is successfully installed."
654
- msgstr "El plugin %s se ha instalado con éxito."
 
 
 
 
 
655
 
656
- #: bws_menu.php:432 deprecated.php:413
657
- msgid "UploadDir is not writable. Please, upload the plugin manually"
658
- msgstr "UploadDir no se puede editar. Por favor, sube el plugin manualmente"
659
 
660
- #: bws_menu.php:437
661
- msgid "Activate Plugin"
662
- msgstr "Activar plugin"
 
 
663
 
664
- #: bws_menu.php:437 bws_menu.php:443
665
  msgid "Return to BestWebSoft Panel"
666
  msgstr "Volver a Panel de BestWebSoft"
667
 
668
- #: bws_menu.php:451 bws_menu.php:471 bws_menu.php:600
669
  msgid "All"
670
  msgstr "Todo"
671
 
672
- #: bws_menu.php:454 bws_menu.php:637
673
  msgid "Installed"
674
  msgstr "Instalado"
675
 
676
- #: bws_menu.php:457
677
  msgid "Not Installed"
678
  msgstr "No instalado"
679
 
680
- #: bws_menu.php:464
681
  msgid "Filter results"
682
  msgstr "Filtrar resultados"
683
 
684
- #: bws_menu.php:467 bws_menu.php:596
685
  msgid "Category"
686
  msgstr "Categoría"
687
 
688
- #: bws_menu.php:531
689
  msgid "Not installed"
690
  msgstr "No instalado"
691
 
692
- #: bws_menu.php:535
693
  msgid "Renew to get updates"
694
  msgstr "Renovar para obtener actualizaciones"
695
 
696
- #: bws_menu.php:538
697
  #, php-format
698
  msgid "Update to v %s"
699
  msgstr "Actualizar a v %s"
700
 
701
- #: bws_menu.php:550 bws_menu.php:573 bws_menu.php:582
702
- msgid "Install Now"
703
- msgstr "Instalar"
704
 
705
- #: bws_menu.php:556 class-bws-settings.php:157 class-bws-settings.php:1067
706
  msgid "Upgrade to Pro"
707
  msgstr "Actualizar a Pro"
708
 
709
- #: bws_menu.php:570 bws_menu.php:579
710
  msgid "Activate this plugin"
711
  msgstr "Activar el plugin"
712
 
713
- #: bws_menu.php:582
714
  msgid "Install this plugin"
715
  msgstr "Instalar el plugin"
716
 
717
- #: bws_menu.php:591
 
 
 
 
718
  msgid "Nothing found. Try another criteria."
719
  msgstr "Nada encontrado. Prueba otro criterio."
720
 
721
- #: bws_menu.php:628
722
  #, php-format
723
  msgid "By %s"
724
  msgstr "Por %s"
725
 
726
- #: bws_menu.php:635
727
  msgid "Already Installed"
728
  msgstr "Ya instalado"
729
 
730
- #: bws_menu.php:645
731
  msgid "Browse More WordPress Themes"
732
  msgstr ""
733
 
734
- #: bws_menu.php:654
735
  msgid "Send to support"
736
  msgstr "Enviar al soporte técnico"
737
 
738
- #: bws_menu.php:661
739
  msgid "Send to custom email &#187;"
740
  msgstr "Enviar al correo electrónico personalizado &#187;"
741
 
742
- #: class-bws-settings.php:136
743
  msgid "Information"
744
  msgstr "Información"
745
 
746
- #: class-bws-settings.php:144
747
  msgid "Inactive"
748
  msgstr "Inactiva"
749
 
750
- #: class-bws-settings.php:152
751
  msgid "Expired"
752
  msgstr "Expirada"
753
 
754
- #: class-bws-settings.php:155
755
  #, php-format
756
  msgid "%s day(-s) left"
757
  msgstr "%s día(-s) quedan"
758
 
759
- #: class-bws-settings.php:161
760
  #, php-format
761
  msgid "Expired on %s"
762
  msgstr "Expiró el %s"
763
 
764
- #: class-bws-settings.php:161
765
  msgid "Renew Now"
766
  msgstr "Renovar"
767
 
768
- #: class-bws-settings.php:163
769
  msgid "Active"
770
  msgstr "Activa"
771
 
772
- #: class-bws-settings.php:168
773
  msgid "License"
774
  msgstr "Licencia"
775
 
776
- #: class-bws-settings.php:171
777
  msgid "Status"
778
  msgstr "Estado"
779
 
780
- #: class-bws-settings.php:175
781
  msgid "Version"
782
  msgstr "Versión"
783
 
784
- #: class-bws-settings.php:285
785
  msgid "All plugin settings were restored."
786
  msgstr "Se restauraron todos los ajustes del plugin."
787
 
788
- #: class-bws-settings.php:423
789
  msgid "Custom Code"
790
  msgstr "Código personalizado"
791
 
792
- #: class-bws-settings.php:427 deprecated.php:498
793
  msgid "You do not have sufficient permissions to edit plugins for this site."
794
  msgstr "No tienes suficientes permisos para editar plugins de este sitio."
795
 
796
- #: class-bws-settings.php:432 deprecated.php:620
797
  msgid "These styles will be added to the header on all pages of your site."
798
  msgstr ""
799
  "Estos estilos se agregarán a la cabecera en todas las páginas de tu sitio."
800
 
801
- #: class-bws-settings.php:435 deprecated.php:622
802
  #, php-format
803
  msgid ""
804
  "This PHP code will be hooked to the %s action and will be printed on front "
@@ -807,12 +802,12 @@ msgstr ""
807
  "Este código PHP se enganchará a la acción %s y se agregará sólo en el front-"
808
  "end."
809
 
810
- #: class-bws-settings.php:438
811
  msgid "These code will be added to the header on all pages of your site."
812
  msgstr ""
813
  "Este código se agregará a la cabecera en todas las páginas de tu sitio."
814
 
815
- #: class-bws-settings.php:446 deprecated.php:646
816
  #, php-format
817
  msgid ""
818
  "You need to make this files writable before you can save your changes. See "
@@ -821,25 +816,25 @@ msgstr ""
821
  "Es necesario que estos archivos sean editables antes de poder guardar los "
822
  "cambios. Consulta %s el Codex %s para obtener más información."
823
 
824
- #: class-bws-settings.php:456 deprecated.php:628
825
  msgid "Browsing"
826
  msgstr "Navegar"
827
 
828
- #: class-bws-settings.php:461
829
  #, php-format
830
  msgid "Activate custom %s code."
831
  msgstr "Activar código personalizado de %s."
832
 
833
- #: class-bws-settings.php:469 deprecated.php:635
834
  #, php-format
835
  msgid "Learn more about %s"
836
  msgstr "Aprende más de %s"
837
 
838
- #: class-bws-settings.php:531
839
  msgid "Miscellaneous Settings"
840
  msgstr "Ajustes varios"
841
 
842
- #: class-bws-settings.php:540 class-bws-settings.php:595
843
  #, php-format
844
  msgid ""
845
  "It is prohibited to change %s settings on this site in the %s network "
@@ -848,7 +843,7 @@ msgstr ""
848
  "Está prohibido cambiar la configuración de %s en este sitio por los "
849
  "parámetros de la red de %s."
850
 
851
- #: class-bws-settings.php:543 class-bws-settings.php:598
852
  #, php-format
853
  msgid ""
854
  "It is prohibited to view %s settings on this site in the %s network settings."
@@ -856,68 +851,53 @@ msgstr ""
856
  "Está prohibido ver la configuración de %s en este sitio por los "
857
  "parámetros de la red de %s."
858
 
859
- #: class-bws-settings.php:552
860
  msgid "Pro Options"
861
  msgstr "Opciones Pro"
862
 
863
- #: class-bws-settings.php:556
864
  msgid "Enable to display plugin Pro options."
865
  msgstr "Activar muestro de las opciones Pro del plugin."
866
 
867
- #: class-bws-settings.php:562
868
  msgid "Track Usage"
869
  msgstr "Seguir el uso"
870
 
871
- #: class-bws-settings.php:566
872
  msgid ""
873
  "Enable to allow tracking plugin usage anonymously in order to make it better."
874
  msgstr ""
875
  "Activar permiso de seguir el uso de plugin de forma anónima con el fin de "
876
  "hacerlo mejor."
877
 
878
- #: class-bws-settings.php:571
879
  msgid "Default Settings"
880
  msgstr "Ajustes por defecto"
881
 
882
- #: class-bws-settings.php:573
883
  msgid "Restore Settings"
884
  msgstr "Restaurar ajustes"
885
 
886
- #: class-bws-settings.php:574
887
  msgid "This will restore plugin settings to defaults."
888
  msgstr "Esto restaurará los ajustes de plugin por defecto."
889
 
890
- #: class-bws-settings.php:586
891
  msgid "Import / Export"
892
  msgstr "Importar / Exportar"
893
 
894
- #: class-bws-settings.php:702 class-bws-settings.php:735
895
- #: class-bws-settings.php:757
896
  msgid "License Key"
897
  msgstr "Clave de licencia"
898
 
899
- #: class-bws-settings.php:725
900
- msgid "Congratulations! Pro license is activated successfully."
901
- msgstr "¡Felicitaciones! Licencia Pro está activada con éxito."
902
-
903
- #: class-bws-settings.php:726
904
- #, php-format
905
- msgid "You will be automatically redirected to the %s in %s seconds."
906
- msgstr "En %s segundos automáticamente serás dirigido a %s."
907
-
908
- #: class-bws-settings.php:726
909
- msgid "Settings page"
910
- msgstr "Página de ajustes"
911
-
912
- #: class-bws-settings.php:741
913
  #, php-format
914
  msgid "Enter your license key to activate %s and get premium plugin features."
915
  msgstr ""
916
  "Introduce tu clave de licencia para activar %s y obtener funciones premium "
917
  "del plugin."
918
 
919
- #: class-bws-settings.php:744 class-bws-settings.php:931 deprecated.php:363
920
- #: deprecated.php:706
921
  msgid ""
922
  "Unfortunately, you have exceeded the number of available tries per day. "
923
  "Please, upload the plugin manually."
@@ -925,12 +905,12 @@ msgstr ""
925
  "Por desgracia, has excedido el número de intentos por hoy. Por favor, sube "
926
  "el plugin manualmente."
927
 
928
- #: class-bws-settings.php:747 deprecated.php:697
929
  #, php-format
930
  msgid "Start Your Free %s-Day Trial Now"
931
  msgstr "Comienza tu prueba gratuita de %s días"
932
 
933
- #: class-bws-settings.php:762
934
  msgid ""
935
  "If necessary, you can check if the license key is correct or reenter it in "
936
  "the field below."
@@ -938,15 +918,15 @@ msgstr ""
938
  "Si es necesario, puedes comprobar si la clave de licencia es correcta o "
939
  "introducirla otra vez en el campo abajo."
940
 
941
- #: class-bws-settings.php:767
942
  msgid "Manage License Settings"
943
  msgstr "Gestionar ajustes de licencias"
944
 
945
- #: class-bws-settings.php:769
946
  msgid "Login to Client Area"
947
  msgstr "Acceder al Área de Cliente"
948
 
949
- #: class-bws-settings.php:771
950
  msgid ""
951
  "Manage active licenses, download BWS products, and view your payment history "
952
  "using BestWebSoft Client Area."
@@ -954,12 +934,11 @@ msgstr ""
954
  "Gestiona licencias activas, descarga productos BWS y ve la historia de pagos "
955
  "con Área de Cliente de BestWebSoft."
956
 
957
- #: class-bws-settings.php:826 class-bws-settings.php:929 deprecated.php:141
958
- #: deprecated.php:361
959
  msgid "This license key is bound to another site."
960
  msgstr "Esta clave de licencia está enlazada al otro sitio."
961
 
962
- #: class-bws-settings.php:828 deprecated.php:143
963
  msgid ""
964
  "This license key is valid, but Your license has expired. If you want to "
965
  "update our plugin in future, you should extend the license."
@@ -967,11 +946,11 @@ msgstr ""
967
  "Esta clave de licencia está válida, pero tu licencia ha expirado. Si deseas "
968
  "actualizar nuestro plugin en el futuro debes extender la licencia."
969
 
970
- #: class-bws-settings.php:830 deprecated.php:145
971
  msgid "Unfortunately, you have exceeded the number of available tries."
972
  msgstr "Por desgracia, has excedido el número de intentos."
973
 
974
- #: class-bws-settings.php:832 deprecated.php:147
975
  msgid ""
976
  "Unfortunately, the Pro Trial licence was already installed to this domain. "
977
  "The Pro Trial license can be installed only once."
@@ -979,167 +958,124 @@ msgstr ""
979
  "Por desgracia, la licencia Pro Trial ha estado ya instalada en este dominio. "
980
  "La licencia Pro Trial puede estar instalada una sola vez."
981
 
982
- #: class-bws-settings.php:837 deprecated.php:151
983
  msgid "The Pro Trial license key is valid."
984
  msgstr "La licencia Pro Trial está válida."
985
 
986
- #: class-bws-settings.php:845 deprecated.php:159 deprecated.php:246
987
  #, php-format
988
  msgid ""
989
  "In order to continue using the plugin it is necessary to buy a %s license."
990
  msgstr "Para seguir usando el plugin es necesario comprar una licencia de %s."
991
 
992
- #: class-bws-settings.php:933
993
  #, php-format
994
  msgid ""
995
  "Unfortunately, Your license has expired. To continue getting top-priority "
996
  "support and plugin updates, you should extend it in your %s."
997
  msgstr ""
998
 
999
- #: class-bws-settings.php:959 class-bws-settings.php:981
1000
- #: class-bws-settings.php:1003
1001
- msgid "Failed to download the zip archive. Please, upload the plugin manually."
1002
- msgstr ""
1003
-
1004
- #: class-bws-settings.php:971
1005
- msgid "Failed to open the zip archive. Please, upload the plugin manually."
1006
- msgstr ""
1007
-
1008
- #: class-bws-settings.php:977
1009
- msgid ""
1010
- "Your server does not support either ZipArchive or Phar. Please, upload the "
1011
- "plugin manually."
1012
- msgstr ""
1013
-
1014
- #: class-bws-settings.php:984
1015
- msgid "UploadDir is not writable. Please, upload the plugin manually."
1016
- msgstr ""
1017
-
1018
- #: class-bws-settings.php:1042 deprecated.php:464
1019
  msgid "Please, enter Your license key"
1020
  msgstr "Por favor, introduce tu clave de licencia"
1021
 
1022
- #: class-bws-settings.php:1054
1023
  msgid "Need Help?"
1024
  msgstr "¿Necesitas ayuda?"
1025
 
1026
- #: class-bws-settings.php:1056
1027
  msgid "Read the Instruction"
1028
  msgstr "Lee las instrucciones"
1029
 
1030
- #: class-bws-settings.php:1060
1031
  msgid "Watch the Video"
1032
  msgstr "Ve el vídeo"
1033
 
1034
- #: class-bws-settings.php:1071
1035
  msgid "Start Your Free Trial"
1036
  msgstr "Comienza tu prueba gratuita"
1037
 
1038
- #: deactivation-form.php:27
1039
  msgid "Need help? We are ready to answer your questions."
1040
  msgstr ""
1041
 
1042
- #: deactivation-form.php:27
1043
  msgid "Contact Support"
1044
  msgstr ""
1045
 
1046
- #: deactivation-form.php:32
1047
  msgid "The plugin is not working"
1048
  msgstr ""
1049
 
1050
- #: deactivation-form.php:34
1051
- msgid "Kindly share what didn't work so we can fix it in future updates..."
1052
- msgstr ""
1053
-
1054
- #: deactivation-form.php:38
1055
  msgid "The plugin didn't work as expected"
1056
  msgstr ""
1057
 
1058
- #: deactivation-form.php:40
1059
- msgid "What did you expect?"
1060
- msgstr ""
1061
-
1062
- #: deactivation-form.php:44
1063
  msgid "The plugin suddenly stopped working"
1064
  msgstr ""
1065
 
1066
- #: deactivation-form.php:51
1067
  msgid "The plugin broke my site"
1068
  msgstr ""
1069
 
1070
- #: deactivation-form.php:58
1071
  msgid "I couldn't understand how to get it work"
1072
  msgstr ""
1073
 
1074
- #: deactivation-form.php:65
1075
  msgid "I found a better plugin"
1076
  msgstr ""
1077
 
1078
- #: deactivation-form.php:67
1079
- msgid "What's the plugin name?"
1080
- msgstr ""
1081
-
1082
- #: deactivation-form.php:71
1083
  msgid "The plugin is great, but I need specific feature that you don't support"
1084
  msgstr ""
1085
 
1086
- #: deactivation-form.php:73
1087
- msgid "What feature?"
1088
- msgstr ""
1089
-
1090
- #: deactivation-form.php:77
1091
  msgid "I no longer need the plugin"
1092
  msgstr ""
1093
 
1094
- #: deactivation-form.php:83
1095
  msgid "It's a temporary deactivation, I'm just debugging an issue"
1096
  msgstr ""
1097
 
1098
- #: deactivation-form.php:89
1099
  msgid "Other"
1100
  msgstr ""
1101
 
1102
- #: deactivation-form.php:123
1103
  msgid "Quick Feedback"
1104
  msgstr ""
1105
 
1106
- #: deactivation-form.php:124
1107
  msgid "If you have a moment, please let us know why you are deactivating"
1108
  msgstr ""
1109
 
1110
- #: deactivation-form.php:127
1111
  msgid "Send website data and allow to contact me back"
1112
  msgstr ""
1113
 
1114
- #: deactivation-form.php:132
1115
- msgid "Cancel"
1116
- msgstr ""
1117
-
1118
- #: deactivation-form.php:233
1119
  msgid "Processing"
1120
  msgstr ""
1121
 
1122
- #: deactivation-form.php:262
1123
- msgid "Submit & Deactivate"
1124
  msgstr ""
1125
 
1126
- #: deactivation-form.php:277
1127
  msgid "Please tell us the reason so we can improve it."
1128
  msgstr ""
1129
 
1130
- #: deactivation-form.php:345
1131
- msgid "Deactivate"
1132
  msgstr ""
1133
 
1134
- #: deprecated.php:93
1135
  msgid "System Status"
1136
  msgstr "Información de sistema"
1137
 
1138
- #: deprecated.php:204
1139
- msgid "Please, enter your license key"
1140
- msgstr "Por favor, introduce tu clave de licencia"
1141
-
1142
- #: deprecated.php:223
1143
  msgid ""
1144
  "If necessary, you can check if the license key is correct or reenter it in "
1145
  "the field below. You can find your license key on your personal page - "
@@ -1149,7 +1085,7 @@ msgstr ""
1149
  "introducirla otra vez en el campo abajo. Puedes encontrar tu clave de "
1150
  "licencia en tu página personal - Área de Cliente - en nuestro sitio"
1151
 
1152
- #: deprecated.php:223
1153
  msgid ""
1154
  "(your username is the email address specified during the purchase). If "
1155
  "necessary, please submit \"Lost your password?\" request."
@@ -1158,81 +1094,56 @@ msgstr ""
1158
  "durante la compra). Si es necesario, haz clic en \"¿Has perdido tu "
1159
  "contraseña?\"."
1160
 
1161
- #: deprecated.php:246
1162
  msgid "After that, you can activate it by entering your license key."
1163
  msgstr "Después, puedes activarlo introduciendo tu clave de licencia."
1164
 
1165
- #: deprecated.php:249 deprecated.php:691
1166
  msgid "License key can be found in the"
1167
  msgstr "La clave de licencia se puede encontrar en el"
1168
 
1169
- #: deprecated.php:251 deprecated.php:693
1170
  msgid "(your username is the email address specified during the purchase)."
1171
  msgstr ""
1172
  "(tu nombre del usuario es la dirección de correo electrónico especificada "
1173
  "durante la compra)."
1174
 
1175
- #: deprecated.php:279
1176
  msgid ""
1177
  "Congratulations! The Pro license of the plugin is activated successfully."
1178
  msgstr "¡Felicitaciones! La licencia Pro está activada con éxito."
1179
 
1180
- #: deprecated.php:281 deprecated.php:672
1181
  msgid "Please, go to"
1182
  msgstr "Por favor ve a"
1183
 
1184
- #: deprecated.php:281 deprecated.php:672
1185
  msgid "the setting page"
1186
  msgstr "la página de ajustes"
1187
 
1188
- #: deprecated.php:282 deprecated.php:673
1189
- msgid "You will be redirected automatically in 5 seconds."
1190
- msgstr "En 5 segundos automáticamente serás dirigido a la nueva ubicación."
1191
-
1192
- #: deprecated.php:316
1193
- msgid "Check premium options on the plugin settings page!"
1194
- msgstr "¡Comprueba las opciones premium en la página de ajustes del plugin!"
1195
-
1196
- #: deprecated.php:479
1197
  msgid "Restore all plugin settings to defaults"
1198
  msgstr "Restaurar todos los ajustes de plugin por defecto"
1199
 
1200
- #: deprecated.php:481
1201
  msgid "Restore settings"
1202
  msgstr "Restaurar ajustes"
1203
 
1204
- #: deprecated.php:550 deprecated.php:577
1205
- #, php-format
1206
- msgid "File %s edited successfully."
1207
- msgstr "Archivo %s editado con éxito."
1208
-
1209
- #: deprecated.php:552 deprecated.php:579
1210
- msgid "Not enough permissions to create or update the file"
1211
- msgstr "No hay suficientes permisos para crear o actualizar el archivo"
1212
-
1213
- #: deprecated.php:582
1214
- msgid "Not enough permissions to create the file"
1215
- msgstr "No hay suficientes permisos para crear el archivo"
1216
-
1217
- #: deprecated.php:626
1218
- msgid "Editing"
1219
- msgstr "Editar"
1220
-
1221
- #: deprecated.php:670
1222
  msgid ""
1223
  "Congratulations! Pro version of the plugin is installed and activated "
1224
  "successfully."
1225
  msgstr "¡Felicitaciones! Licencia Pro está instalada y activada con éxito."
1226
 
1227
- #: deprecated.php:680
1228
  msgid "Show Pro features"
1229
  msgstr "Mostrar funciones Pro"
1230
 
1231
- #: deprecated.php:687
1232
  msgid "Enter your license key to install and activate"
1233
  msgstr "Introduce tu clave de licencia para instalar y activar"
1234
 
1235
- #: deprecated.php:689
1236
  msgid "version of the plugin."
1237
  msgstr "la versión del plugin."
1238
 
@@ -1277,10 +1188,20 @@ msgid "Best secure captcha plugin to protect your WordPress forms."
1277
  msgstr ""
1278
 
1279
  #: product_list.php:32
1280
- msgid "Create your personal car rental/booking and reservation website."
1281
- msgstr "Crea tu sitio personal de alquiler/reserva de automóviles."
 
 
 
 
 
 
 
 
 
 
1282
 
1283
- #: product_list.php:42
1284
  msgid ""
1285
  "Allow customers to reach you using secure contact form plugin any website "
1286
  "must have."
@@ -1288,42 +1209,36 @@ msgstr ""
1288
  "Permite a los clientes ponerse en contacto contigo usando el plugin seguro "
1289
  "del formulario de contacto que debe tener cualquier sitio."
1290
 
1291
- #: product_list.php:52
1292
  msgid "Add unlimited number of contact forms to WordPress website."
1293
  msgstr ""
1294
  "Añade el número ilimitado de formularios de contacto al sitio de WordPress."
1295
 
1296
- #: product_list.php:62
1297
  msgid "Save and manage Contact Form messages. Never lose important data."
1298
  msgstr ""
1299
  "Guarda y gestiona los mensajes de Contact Form plugin. Nunca pierde datos "
1300
  "importantes."
1301
 
1302
- #: product_list.php:72
1303
  msgid "Add unlimited custom pages to WordPress admin dashboard."
1304
  msgstr ""
1305
  "Añade el número ilimitado de páginas personalizadas al escritorio de "
1306
  "WordPress."
1307
 
1308
- #: product_list.php:79
1309
- msgid "Add custom fields to WordPress website search results."
1310
- msgstr ""
1311
- "Añade los campos personalizados a los resultados de búsqueda en el sitio de "
1312
- "WordPress."
1313
-
1314
- #: product_list.php:86
1315
  msgid ""
1316
  "Add custom post types and taxonomies to WordPress website search results."
1317
  msgstr ""
1318
  "Añade los tipos de contenido personalizados y taxonomías a los resultados de "
1319
  "búsqueda en el sitio de WordPress."
1320
 
1321
- #: product_list.php:96
1322
  msgid "Add PayPal and 2CO donate buttons to receive charity payments."
1323
  msgstr ""
1324
  "Añade los botones de donación PayPal y 2CO para recibir pagos benéficos."
1325
 
1326
- #: product_list.php:103
1327
  msgid ""
1328
  "Get latest error log messages to diagnose website problems. Define and fix "
1329
  "issues faster."
@@ -1331,7 +1246,7 @@ msgstr ""
1331
  "Recibe más recientes mensajes del registro de errores para diagnosticar los "
1332
  "problemas del sitio. Define y corrige los problemas más rápido."
1333
 
1334
- #: product_list.php:110
1335
  msgid ""
1336
  "Add Facebook Follow, Like, and Share buttons to WordPress posts, pages, and "
1337
  "widgets."
@@ -1339,23 +1254,15 @@ msgstr ""
1339
  "Añade los botones de Facebook Seguir, Me gusta y Compartir a las entradas, "
1340
  "páginas y widgets de WordPress."
1341
 
1342
- #: product_list.php:120
1343
  msgid ""
1344
  "Add beautiful galleries, albums & images to your WordPress website in a few "
1345
  "clicks."
1346
  msgstr ""
1347
- "Añade las galerías, álbumes e imágenes hermosos a tu sitio de WordPress en "
1348
- "unos pocos clics."
1349
-
1350
- #: product_list.php:130
1351
- msgid ""
1352
- "Add Google +1, Share, Follow, Hangout buttons and profile badge to WordPress "
1353
- "posts, pages and widgets."
1354
- msgstr ""
1355
- "Añade los botones de Google +1 Compartir, Seguir, Hangout e insignia de "
1356
- "perfil a las entradas, páginas y widgets de WordPress."
1357
 
1358
- #: product_list.php:140
1359
  msgid ""
1360
  "Stronger security solution which protects your WordPress website from hacks "
1361
  "and unauthorized login attempts."
@@ -1363,7 +1270,7 @@ msgstr ""
1363
  "Potente solución de seguridad que protege tu sitio de WordPress de los "
1364
  "hackeos y intentos no autorizados de acceder."
1365
 
1366
- #: product_list.php:150
1367
  msgid ""
1368
  "Add Adsense ads to WordPress website pages, posts, custom posts, search "
1369
  "results, categories, tags, and widgets."
@@ -1372,27 +1279,25 @@ msgstr ""
1372
  "entradas personalizadas, resultados de búsqueda, categorías, etiquetas y "
1373
  "widgets en el sitio de WordPress, ."
1374
 
1375
- #: product_list.php:160
1376
  msgid "Add Google Analytics code to WordPress website and track basic stats."
1377
  msgstr ""
1378
  "Añade el código de Google Analytics al sitio de WordPress y sigue las "
1379
  "estadísticas básicas."
1380
 
1381
- #: product_list.php:170
1382
- msgid ""
1383
- "Protect WordPress website forms from spam entries with Google Captcha "
1384
- "(reCaptcha)."
1385
  msgstr ""
1386
  "Protege los formularios en sitio de WordPress de las entradas de spam con "
1387
- "Google Captcha (reCaptcha)."
1388
 
1389
- #: product_list.php:180
1390
  msgid "Add customized Google maps to WordPress posts, pages and widgets."
1391
  msgstr ""
1392
  "Añade los mapas de Google personalizados a las entradas, páginas y widgets "
1393
  "de WordPress."
1394
 
1395
- #: product_list.php:190
1396
  msgid ""
1397
  "Generate and add XML sitemap to WordPress website. Help search engines index "
1398
  "your blog."
@@ -1400,7 +1305,7 @@ msgstr ""
1400
  "Genera y añade los archivos de XML sitemap al sitio de WordPress. Ayuda a "
1401
  "los buscadores a indexar tu blog."
1402
 
1403
- #: product_list.php:200
1404
  msgid ""
1405
  "Replace external WordPress website links with Google shortlinks and track "
1406
  "click stats."
@@ -1408,7 +1313,7 @@ msgstr ""
1408
  "Reemplaza los enlaces externos con los enlaces cortos de Google en el sitio "
1409
  "de WordPress y sigue las estadísticas de clics."
1410
 
1411
- #: product_list.php:207
1412
  msgid ""
1413
  "Protect WordPress website – allow and deny access for certain IP addresses, "
1414
  "hostnames, etc."
@@ -1416,7 +1321,7 @@ msgstr ""
1416
  "Protege el sitio de WordPress - permite y impide el acceso para determinadas "
1417
  "direcciones IP, nombres de host, etc."
1418
 
1419
- #: product_list.php:217
1420
  msgid ""
1421
  "Create your personal job board and listing WordPress website. Search jobs, "
1422
  "submit CV/resumes, choose candidates."
@@ -1424,7 +1329,7 @@ msgstr ""
1424
  "Crea tu tablero personal con la lista de trabajos en el sitio de WordPress. "
1425
  "Busca trabajos, envía CV, elija candidatos."
1426
 
1427
- #: product_list.php:224
1428
  msgid ""
1429
  "Protect WordPress website against brute force attacks. Limit rate of login "
1430
  "attempts."
@@ -1432,7 +1337,7 @@ msgstr ""
1432
  "Protege el sitio de WordPress contra ataques de fuerza bruta. Limita el "
1433
  "número de intentos de acceder."
1434
 
1435
- #: product_list.php:234
1436
  msgid ""
1437
  "Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. "
1438
  "5 plugins included – profile, insider, etc."
@@ -1440,7 +1345,7 @@ msgstr ""
1440
  "Añade los botones de LinkedIn Compartir y Seguir a las entradas, páginas y "
1441
  "widgets de WordPress. 5 plugins incluidos - perfil, insider, etc."
1442
 
1443
- #: product_list.php:244
1444
  msgid ""
1445
  "Translate WordPress website content to other languages manually. Create "
1446
  "multilingual pages, posts, widgets, menus, etc."
@@ -1449,7 +1354,7 @@ msgstr ""
1449
  "Crea páginas multilingües, asi como entradas, widgets, menús, etc. en varios "
1450
  "idiomas."
1451
 
1452
- #: product_list.php:254
1453
  msgid ""
1454
  "Add customizable pagination to WordPress website. Split long content to "
1455
  "multiple pages for better navigation."
@@ -1457,7 +1362,7 @@ msgstr ""
1457
  "Añade la paginación personalizable al sitio de WordPress. Divide contenido "
1458
  "largo en varias páginas para mejorar la navegación."
1459
 
1460
- #: product_list.php:264
1461
  msgid ""
1462
  "Generate PDF files and print WordPress posts/pages. Customize document "
1463
  "header/footer styles and appearance."
@@ -1466,7 +1371,7 @@ msgstr ""
1466
  "Personaliza los estilos de la cabecera/pie de la página del documento y su "
1467
  "apariencia."
1468
 
1469
- #: product_list.php:274
1470
  msgid ""
1471
  "Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, "
1472
  "Profile) to WordPress posts, pages and widgets."
@@ -1474,7 +1379,7 @@ msgstr ""
1474
  "Añade los botones de Pinterest Segiur, Guardar y widgets de perfil (Pines, "
1475
  "Tablero, Perfil) a las entradas, páginas y widgets de WordPress."
1476
 
1477
- #: product_list.php:284
1478
  msgid ""
1479
  "Create your personal portfolio WordPress website. Manage and showcase past "
1480
  "projects to get more clients."
@@ -1482,13 +1387,13 @@ msgstr ""
1482
  "Crea tu cartera personal en el sitio de WordPress. Gestiona y muestra los "
1483
  "proyectos anteriores para obtener más clientes."
1484
 
1485
- #: product_list.php:294
1486
  msgid "Export WordPress posts to CSV file format easily. Configure data order."
1487
  msgstr ""
1488
  "Exporta las entradas de WordPress en formato de archivo CSV fácilmente. "
1489
  "Configura el orden de los datos."
1490
 
1491
- #: product_list.php:301
1492
  msgid ""
1493
  "Add extra fields to default WordPress user profile. The easiest way to "
1494
  "create and manage additional custom values."
@@ -1496,7 +1401,7 @@ msgstr ""
1496
  "Añade los campos adicionales al perfil estándar del usuario de WordPress. La "
1497
  "forma más fácil de crear y gestionar los valores personalizados adicionales."
1498
 
1499
- #: product_list.php:308
1500
  msgid ""
1501
  "Add and display HTML advertisement banner on WordPress website. Customize "
1502
  "bar styles and appearance."
@@ -1504,7 +1409,7 @@ msgstr ""
1504
  "Añade y muestra los anuncios publicitarios de HTML en el sitio de WordPress. "
1505
  "Personaliza los estilos y la apariencia de la barra."
1506
 
1507
- #: product_list.php:318
1508
  msgid ""
1509
  "Add customizable quotes and tips blocks to WordPress posts, pages and "
1510
  "widgets."
@@ -1512,7 +1417,7 @@ msgstr ""
1512
  "Añade las citas personalizables y bloques de consejos a las entradas, "
1513
  "páginas y widgets de WordPress."
1514
 
1515
- #: product_list.php:325
1516
  msgid ""
1517
  "Add rating plugin to your WordPress website to receive feedback from your "
1518
  "customers."
@@ -1520,7 +1425,7 @@ msgstr ""
1520
  "Añade el plugin de valoración a tu sitio de WordPress para recibir "
1521
  "comentarios de tus clientes."
1522
 
1523
- #: product_list.php:332
1524
  msgid ""
1525
  "Create your personal real estate WordPress website. Sell, rent and buy "
1526
  "properties. Add, search and browse listings easily."
@@ -1529,7 +1434,7 @@ msgstr ""
1529
  "alquila y compra las propiedades. Añade, busca y navega las listas "
1530
  "fácilmente."
1531
 
1532
- #: product_list.php:342
1533
  msgid ""
1534
  "Add related, featured, latest, and popular posts to your WordPress website. "
1535
  "Connect your blog readers with a relevant content."
@@ -1538,7 +1443,7 @@ msgstr ""
1538
  "sitio de WordPress. Conecta a tus lectores de blog con el contenido "
1539
  "relevante."
1540
 
1541
- #: product_list.php:349
1542
  msgid ""
1543
  "Send bulk email messages to WordPress users. Custom templates, advanced "
1544
  "settings and detailed reports."
@@ -1546,7 +1451,7 @@ msgstr ""
1546
  "Envía mensajes de correo masivo a los usuarios de WordPress. Plantillas "
1547
  "personalizadas, ajustes avanzados e informes detallados."
1548
 
1549
- #: product_list.php:359
1550
  msgid ""
1551
  "The best responsive slider plugin for your WordPress website. Create "
1552
  "beautifully animated slides just in a few clicks."
@@ -1554,7 +1459,7 @@ msgstr ""
1554
  "El mejor adaptable carrusel plugin para tu sitio de WordPress. Crea las "
1555
  "diapositivas maravillosamente animadas con sólo unos clics."
1556
 
1557
- #: product_list.php:366
1558
  msgid ""
1559
  "Configure SMTP server to receive email messages from WordPress to Gmail, "
1560
  "Yahoo, Hotmail and other services."
@@ -1562,16 +1467,20 @@ msgstr ""
1562
  "Configura el servidor SMTP para recibir mensajes de correo electrónico de "
1563
  "WordPress en Gmail, Yahoo, Hotmail y otros servicios."
1564
 
1565
- #: product_list.php:373
 
 
 
 
1566
  msgid ""
1567
  "Add social media buttons and widgets to WordPress posts, pages and widgets. "
1568
- "FB, Twitter, G+1, Pinterest, LinkedIn."
1569
  msgstr ""
1570
  "Añade los botones y widgets de los medios de comunicación social a las "
1571
  "entradas, páginas y widgets de WordPress. FB, Twitter, G+1, Pinterest, "
1572
  "LinkedIn."
1573
 
1574
- #: product_list.php:383
1575
  msgid ""
1576
  "Add social media login, registration, and commenting to your WordPress "
1577
  "website."
@@ -1579,7 +1488,7 @@ msgstr ""
1579
  "Añade el acceso, registro y comentarios a los medios de comunicación social "
1580
  "a tu sitio de WordPress."
1581
 
1582
- #: product_list.php:390
1583
  msgid ""
1584
  "Add email newsletter sign up form to WordPress posts, pages and widgets. "
1585
  "Collect data and subscribe your users."
@@ -1588,7 +1497,7 @@ msgstr ""
1588
  "páginas y widgets de WordPress. Recoge los datos y suscribe a tus usuarios a "
1589
  "las noticias."
1590
 
1591
- #: product_list.php:400
1592
  msgid ""
1593
  "Add testimonials and feedbacks from your customers to WordPress website "
1594
  "posts, pages, and widgets."
@@ -1596,7 +1505,7 @@ msgstr ""
1596
  "Añade los testimonios y comentarios de tus clientes a las entradas, páginas "
1597
  "y widgets en el sitio de WordPress."
1598
 
1599
- #: product_list.php:407
1600
  msgid ""
1601
  "Best timesheet plugin for WordPress. Track employee time, streamline "
1602
  "attendance and generate reports."
@@ -1605,7 +1514,7 @@ msgstr ""
1605
  "laboral de los empleados, optimiza el horario de trabajo en la oficina y "
1606
  "crea informes generales."
1607
 
1608
- #: product_list.php:417
1609
  msgid ""
1610
  "Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts "
1611
  "and pages."
@@ -1613,7 +1522,7 @@ msgstr ""
1613
  "Añade los botones de Twitter Seguir, Twittear, Hashtag y Mencionar a las "
1614
  "entradas y páginas de WordPress."
1615
 
1616
- #: product_list.php:427
1617
  msgid ""
1618
  "Automatically check and update WordPress website core with all installed "
1619
  "plugins and themes to the latest versions."
@@ -1621,7 +1530,7 @@ msgstr ""
1621
  "Compruebа y actualiza automáticamente el núcleo de sitio de WordPress a las "
1622
  "últimas versiones con todos plugins y temas que tienes instalados."
1623
 
1624
- #: product_list.php:437
1625
  msgid ""
1626
  "Powerful user role management plugin for WordPress website. Create, edit, "
1627
  "copy, and delete user roles."
@@ -1629,7 +1538,7 @@ msgstr ""
1629
  "Poderoso plugin de gestión de funciones para el sitio de WordPress. Crea, "
1630
  "edita, copia y borra los perfiles de usuarios."
1631
 
1632
- #: product_list.php:447
1633
  msgid ""
1634
  "Display live count of online visitors who are currently browsing your "
1635
  "WordPress website."
@@ -1637,7 +1546,7 @@ msgstr ""
1637
  "Lleva la cuenta de los visitantes en línea que están hojeando tu sitio de "
1638
  "WordPress en ese momento."
1639
 
1640
- #: product_list.php:457
1641
  msgid ""
1642
  "Backup and export Zendesk Help Center content automatically to your "
1643
  "WordPress website database."
@@ -1645,6 +1554,91 @@ msgstr ""
1645
  "Haz la copia de seguridad y exporta el contenido de Zendesk Centro de Ayuda "
1646
  "automáticamente a tu base de datos en el sitio de WordPress."
1647
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1648
  #~ msgid ""
1649
  #~ "Protect WordPress website forms from spam entries by means of math logic."
1650
  #~ msgstr ""
@@ -1766,9 +1760,6 @@ msgstr ""
1766
  #~ msgid "Display Button in"
1767
  #~ msgstr "Mostrar el Botón en"
1768
 
1769
- #~ msgid "Client Secret"
1770
- #~ msgstr "Secreto del cliente"
1771
-
1772
  #~ msgid "Client ID"
1773
  #~ msgstr "ID de cliente"
1774
 
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: bestwebsoft\n"
6
+ "POT-Creation-Date: 2020-03-05 15:21+0200\n"
7
+ "PO-Revision-Date: 2020-03-05 15:21+0200\n"
8
  "Last-Translator: \n"
9
  "Language-Team: BestWebSoft <plugin@bestwebsoft.com>\n"
10
  "Language: es\n"
11
  "MIME-Version: 1.0\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
+ "X-Generator: Poedit 2.3\n"
15
  "X-Poedit-KeywordsList: __;_e;esc_attr_e\n"
16
  "X-Poedit-Basepath: ..\n"
17
  "X-Poedit-SourceCharset: UTF-8\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
+ #: bws_functions.php:73 bws_functions.php:231
21
  msgid "requires"
22
  msgstr "requiere"
23
 
54
  msgid "Need help?"
55
  msgstr "¿Necesitas ayuda?"
56
 
57
+ #: bws_functions.php:104 bws_functions.php:940 class-bws-settings.php:1055
58
  msgid "Visit Help Center"
59
  msgstr "Visita el Centro de Ayuda"
60
 
62
  msgid "Want to support the plugin?"
63
  msgstr "¿Quieres apoyar al plugin?"
64
 
65
+ #: bws_functions.php:108 bws_menu.php:528
66
  msgid "Donate"
67
  msgstr "Donar"
68
 
78
  "otherwise the Pro plugin will be deactivated."
79
  msgstr ""
80
 
81
+ #: bws_functions.php:128 bws_functions.php:200 bws_menu.php:599
82
+ #: class-bws-settings.php:161
83
  msgid "Learn More"
84
  msgstr "Aprende más"
85
 
99
  "Para seguir recibiendo soporte prioritario y actualizaciones de plugin debes "
100
  "extenderla."
101
 
102
+ #: bws_functions.php:147 bws_functions.php:218
103
  msgid "Learn more"
104
  msgstr "Aprende más"
105
 
116
  msgid "The Pro Trial license will expire on"
117
  msgstr "La licencia Pro Trial expirará el"
118
 
119
+ #: bws_functions.php:191 bws_functions.php:214 bws_functions.php:258
120
+ #: bws_functions.php:268 bws_functions.php:467
121
+ msgid "Close notice"
122
+ msgstr "Descartar"
123
+
124
+ #: bws_functions.php:196
125
+ msgid "It’s time to upgrade your"
126
+ msgstr "¡Ahora es el tiempo de actualizar tu"
127
+
128
+ #: bws_functions.php:196
129
+ msgid "to"
130
+ msgstr "a"
131
+
132
+ #: bws_functions.php:196
133
+ msgid "version!"
134
+ msgstr "versión!"
135
+
136
+ #: bws_functions.php:197
137
+ msgid "Extend standard plugin functionality with new great options."
138
+ msgstr ""
139
+ "Amplía la funcionalidad del plugin estándar con nuevas excelentes opciones."
140
+
141
+ #: bws_functions.php:218
142
+ #, php-format
143
+ msgid ""
144
+ "Your license key for %s expires on %s and you won't be granted TOP-PRIORITY "
145
+ "SUPPORT or UPDATES."
146
+ msgstr ""
147
+ "Tu clave de licencia para %s expirará el %s y no vas a recibir el SOPORTE "
148
+ "PRIORITARIO O ACTUALIZACIONES."
149
+
150
+ #: bws_functions.php:233
151
  msgid ""
152
  "or higher! We do not guarantee that our plugin will work correctly. Please "
153
  "upgrade to WordPress latest version."
155
  "o superior! No garantizamos que nuestro plugin funcionará correctamente. Por "
156
  "favor, actualiza a la última versión de WordPress."
157
 
158
+ #: bws_functions.php:248
159
  #, php-format
160
  msgid "Thank you for installing %s plugin!"
161
  msgstr "¡Gracias por haber instalado plugin de %s!"
162
 
163
+ #: bws_functions.php:250
164
  msgid "Let's get started"
165
  msgstr "¡Empecemos!"
166
 
167
+ #: bws_functions.php:251 bws_functions.php:284 bws_menu.php:532
168
+ #: bws_menu.php:534
169
  msgid "Settings"
170
  msgstr "Ajustes"
171
 
172
+ #: bws_functions.php:253 bws_menu.php:326 class-bws-settings.php:791
173
+ #: class-bws-settings.php:1057 class-bws-settings.php:1067 deprecated.php:234
174
  msgid "or"
175
  msgstr "o"
176
 
177
+ #: bws_functions.php:254 bws_functions.php:286
178
  msgid "Add New"
179
  msgstr "Añadir nuevo"
180
 
181
+ #: bws_functions.php:273
 
 
 
 
 
182
  msgid "Thank you for installing plugins by BestWebSoft!"
183
  msgstr "¡Gracias por haber instalado los plugins de BestWebSoft!"
184
 
185
+ #: bws_functions.php:275
186
  msgid "More Details"
187
  msgstr "Más detalles"
188
 
189
+ #: bws_functions.php:276
190
  msgid "Less Details"
191
  msgstr "Menos detalles"
192
 
193
+ #: bws_functions.php:304
194
  msgid "Deprecated function(-s) is used on the site here:"
195
  msgstr "Función(-es) obsoleta(-s) se utiliza(-n) en el sitio aquí:"
196
 
197
+ #: bws_functions.php:318
198
  msgid ""
199
  "This function(-s) will be removed over time. Please update the product(-s)."
200
  msgstr ""
201
  "Esta(-s) función(-es) se eliminará(-n) con el tiempo. Actualiza el(los) "
202
  "producto(-s)."
203
 
204
+ #: bws_functions.php:462
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
205
  #, php-format
206
  msgid "Thank you for choosing %s plugin!"
207
  msgstr "¡Gracias por haber elegido plugin de %s!"
208
 
209
+ #: bws_functions.php:463
210
  msgid ""
211
  "If you have a feature, suggestion or idea you'd like to see in the plugin, "
212
  "we'd love to hear about it!"
214
  "Si tienes una función, sugerencia o idea que te gustaría ver en el plugin, "
215
  "nos encantaría saberlo."
216
 
217
+ #: bws_functions.php:464
218
  msgid "Suggest a Feature"
219
  msgstr "Ofrecer una función"
220
 
221
+ #: bws_functions.php:480 class-bws-settings.php:559 class-bws-settings.php:562
222
+ #: class-bws-settings.php:614 class-bws-settings.php:617
223
  msgid "Notice"
224
  msgstr "Aviso"
225
 
226
+ #: bws_functions.php:480
227
  msgid "The plugin's settings have been changed."
228
  msgstr "Se han cambiado los ajustes del plugin."
229
 
230
+ #: bws_functions.php:481 class-bws-settings.php:200 class-bws-settings.php:220
 
231
  msgid "Save Changes"
232
  msgstr "Guardar cambios"
233
 
234
+ #: bws_functions.php:495
235
  msgid ""
236
  "You can always look at premium options by checking the \"Pro Options\" in "
237
  "the \"Misc\" tab."
239
  "Siempre puedes ver las opciones premium haciendo clic en las \"Opciones Pro"
240
  "\" en la ficha \"Varios\"."
241
 
242
+ #: bws_functions.php:671
 
 
 
 
 
 
 
 
243
  msgid "Add shortcode"
244
  msgstr "Añadir shortcode"
245
 
246
+ #: bws_functions.php:671
247
  msgid "Add BestWebSoft plugins' shortcodes using this button."
248
  msgstr "Añadir los shortcodes de los plugins de BestWebSoft usando este botón."
249
 
250
+ #: bws_functions.php:756
251
  msgid "Close"
252
  msgstr "Descartar"
253
 
254
+ #: bws_functions.php:842
255
  msgid "Are you sure you want to restore default settings?"
256
  msgstr ""
257
  "¿Estás seguro de que deseas restaurar los ajustes de plugin por defecto?"
258
 
259
+ #: bws_functions.php:845
260
  msgid "Yes, restore all settings"
261
  msgstr "Sí, restaurar todos los ajustes"
262
 
263
+ #: bws_functions.php:846
264
  msgid "No, go back to the settings page"
265
  msgstr "No, volver a la página de ajustes"
266
 
267
+ #: bws_functions.php:888
268
  msgid "Plugin"
269
  msgstr "Plugin"
270
 
271
+ #: bws_functions.php:897
272
  msgid "Shortcode settings"
273
  msgstr "Ajustes de shortcode"
274
 
275
+ #: bws_functions.php:902
276
  msgid "The shortcode will be inserted"
277
  msgstr "El shortcode se insertará"
278
 
279
+ #: bws_functions.php:945
280
  msgid "FAQ"
281
  msgstr "FAQ"
282
 
283
+ #: bws_functions.php:951
284
  msgid "For more information:"
285
  msgstr "Más información"
286
 
287
+ #: bws_functions.php:952 bws_menu.php:400 class-bws-settings.php:755
288
  msgid "Documentation"
289
  msgstr "Documentación"
290
 
291
+ #: bws_functions.php:953 bws_menu.php:402 class-bws-settings.php:757
292
  msgid "Video Instructions"
293
  msgstr "Video instrucciones"
294
 
295
+ #: bws_functions.php:954
296
  msgid "Submit a Request"
297
  msgstr "Presentar una solicitud"
298
 
299
+ #: bws_menu.php:101 class-bws-settings.php:841
300
  msgid "Wrong license key"
301
  msgstr "Clave de licencia incorrecta"
302
 
303
+ #: bws_menu.php:122 class-bws-settings.php:868 class-bws-settings.php:939
304
+ #: class-bws-settings.php:977
 
305
  msgid ""
306
  "Something went wrong. Please try again later. If the error appears again, "
307
  "please contact us"
309
  "Algo salió mal. Por favor, inténtalo de nuevo más tarde. Si el error aparece "
310
  "de nuevo, ponte en contacto con nosotros"
311
 
312
+ #: bws_menu.php:122 class-bws-settings.php:868 class-bws-settings.php:939
313
+ #: class-bws-settings.php:977
 
314
  msgid "We are sorry for inconvenience."
315
  msgstr "Lo siento para la inconveniencia causada."
316
 
317
+ #: bws_menu.php:129 class-bws-settings.php:874 class-bws-settings.php:983
 
318
  msgid "Wrong license key."
319
  msgstr "Clave de licencia incorrecta."
320
 
321
+ #: bws_menu.php:131
322
  msgid ""
323
  "This license key is bound to another site. Change it via personal Client "
324
  "Area."
326
  "Esta clave de licencia está enlazada al otro sitio. Cámbialo en Área "
327
  "de Cliente."
328
 
329
+ #: bws_menu.php:131
330
  msgid "Log in"
331
  msgstr "Acceder"
332
 
333
+ #: bws_menu.php:133 bws_menu.php:332 deprecated.php:157
334
  msgid "Unfortunately, you have exceeded the number of available tries per day."
335
  msgstr "Por desgracia, has excedido el número de intentos por hoy."
336
 
337
+ #: bws_menu.php:135
338
  #, php-format
339
  msgid ""
340
  "Unfortunately, Your license has expired. To continue getting top-priority "
343
  "Por desgracia, tu licencia ha expirado. Para seguir recibiendo soporte "
344
  "prioritario y actualizaciones de plugin debes extenderla en tu %s"
345
 
346
+ #: bws_menu.php:137 class-bws-settings.php:991
347
  msgid ""
348
  "Unfortunately, the Pro licence was already installed to this domain. The Pro "
349
  "Trial license can be installed only once."
351
  "Por desgracia, la licencia Pro ha estado ya instalada en este dominio. La "
352
  "licencia Pro Trial puede estar instalada una sola vez."
353
 
354
+ #: bws_menu.php:142 class-bws-settings.php:889
355
  msgid "The license key is valid."
356
  msgstr "La clave de licencia está válida."
357
 
358
+ #: bws_menu.php:144 class-bws-settings.php:893
359
  msgid "Your license will expire on"
360
  msgstr "Tu licencia expirará el"
361
 
363
  msgid "Congratulations! Pro Membership license is activated successfully."
364
  msgstr ""
365
 
366
+ #: bws_menu.php:153 class-bws-settings.php:1001
367
  msgid ""
368
  "Something went wrong. Try again later or upload the plugin manually. We are "
369
  "sorry for inconvenience."
393
  msgstr "N/A"
394
 
395
  #: bws_menu.php:182
396
+ #, fuzzy
397
+ #| msgid " Mb"
398
+ msgid "Mb"
399
  msgstr "Mb"
400
 
401
  #: bws_menu.php:183 bws_menu.php:184 bws_menu.php:185 bws_menu.php:189
532
  msgid "Sorry, email message could not be delivered."
533
  msgstr "Lo siento, el mensaje de correo electrónico no se pudo enviar."
534
 
535
+ #: bws_menu.php:305 bws_menu.php:309 bws_menu.php:358 deprecated.php:26
536
  msgid "Plugins"
537
  msgstr "Plugins"
538
 
539
+ #: bws_menu.php:306 bws_menu.php:310 bws_menu.php:586 deprecated.php:27
540
  msgid "Themes"
541
  msgstr "Temas"
542
 
543
+ #: bws_menu.php:307 bws_menu.php:311 bws_menu.php:616
544
  msgid "System status"
545
  msgstr "Información de sistema"
546
 
561
  msgid "Subscribe to Pro Membership"
562
  msgstr "Suscribirse a Pro Membership"
563
 
564
+ #: bws_menu.php:334 bws_menu.php:345 class-bws-settings.php:804
565
+ #: deprecated.php:123
566
  msgid "Check license key"
567
  msgstr "Comprueba la clave de licencia"
568
 
570
  msgid "Enter your license key"
571
  msgstr "Introduce tu clave de licencia"
572
 
573
+ #: bws_menu.php:343 bws_menu.php:538 bws_menu.php:547
574
+ #: class-bws-settings.php:783 deprecated.php:155 deprecated.php:163
575
+ #: deprecated.php:240 deprecated.php:249
576
  msgid "Activate"
577
  msgstr "Activar"
578
 
604
  msgid "Plugin <strong>activated</strong>."
605
  msgstr "Plugin <strong>activado</strong>."
606
 
607
+ #: bws_menu.php:382
608
+ #, fuzzy
609
+ #| msgid "Upload Plugin"
610
+ msgid "Download Pro Plugin"
611
+ msgstr "Subir plugin"
612
 
613
+ #: bws_menu.php:384 class-bws-settings.php:738
614
+ msgid "Your Pro plugin is ready"
615
+ msgstr ""
616
 
617
+ #: bws_menu.php:386 class-bws-settings.php:740
618
+ msgid "Your plugin has been zipped, and now is ready to download."
 
619
  msgstr ""
 
620
 
621
+ #: bws_menu.php:389 class-bws-settings.php:743
622
+ msgid "Download Now"
623
+ msgstr ""
624
 
625
+ #: bws_menu.php:393 class-bws-settings.php:747
626
+ #, fuzzy
627
+ #| msgid "Installing the plugin"
628
+ msgid "Need help installing the plugin?"
629
  msgstr "Instalando el plugin"
630
 
631
+ #: bws_menu.php:395 class-bws-settings.php:749
632
+ msgid "How to install WordPress plugin from your admin Dashboard (ZIP archive)"
 
 
 
 
 
 
633
  msgstr ""
 
 
634
 
635
+ #: bws_menu.php:398 class-bws-settings.php:753
636
+ #, fuzzy
637
+ #| msgid "Let's get started"
638
+ msgid "Get Started"
639
+ msgstr "¡Empecemos!"
640
+
641
+ #: bws_menu.php:404 class-bws-settings.php:759
642
+ msgid "Knowledge Base"
643
+ msgstr ""
644
 
645
+ #: bws_menu.php:407
646
+ msgid "Licenses & Domains"
647
+ msgstr ""
648
 
649
+ #: bws_menu.php:410
650
+ #, fuzzy
651
+ #| msgid "Client Secret"
652
+ msgid "Client Area"
653
+ msgstr "Secreto del cliente"
654
 
655
+ #: bws_menu.php:412
656
  msgid "Return to BestWebSoft Panel"
657
  msgstr "Volver a Panel de BestWebSoft"
658
 
659
+ #: bws_menu.php:419 bws_menu.php:439 bws_menu.php:568
660
  msgid "All"
661
  msgstr "Todo"
662
 
663
+ #: bws_menu.php:422 bws_menu.php:605
664
  msgid "Installed"
665
  msgstr "Instalado"
666
 
667
+ #: bws_menu.php:425
668
  msgid "Not Installed"
669
  msgstr "No instalado"
670
 
671
+ #: bws_menu.php:432
672
  msgid "Filter results"
673
  msgstr "Filtrar resultados"
674
 
675
+ #: bws_menu.php:435 bws_menu.php:564
676
  msgid "Category"
677
  msgstr "Categoría"
678
 
679
+ #: bws_menu.php:499
680
  msgid "Not installed"
681
  msgstr "No instalado"
682
 
683
+ #: bws_menu.php:503
684
  msgid "Renew to get updates"
685
  msgstr "Renovar para obtener actualizaciones"
686
 
687
+ #: bws_menu.php:506
688
  #, php-format
689
  msgid "Update to v %s"
690
  msgstr "Actualizar a v %s"
691
 
692
+ #: bws_menu.php:518 bws_menu.php:541
693
+ msgid "Get Pro"
694
+ msgstr ""
695
 
696
+ #: bws_menu.php:524 class-bws-settings.php:174 class-bws-settings.php:1064
697
  msgid "Upgrade to Pro"
698
  msgstr "Actualizar a Pro"
699
 
700
+ #: bws_menu.php:538 bws_menu.php:547
701
  msgid "Activate this plugin"
702
  msgstr "Activar el plugin"
703
 
704
+ #: bws_menu.php:550
705
  msgid "Install this plugin"
706
  msgstr "Instalar el plugin"
707
 
708
+ #: bws_menu.php:550
709
+ msgid "Install Now"
710
+ msgstr "Instalar"
711
+
712
+ #: bws_menu.php:559
713
  msgid "Nothing found. Try another criteria."
714
  msgstr "Nada encontrado. Prueba otro criterio."
715
 
716
+ #: bws_menu.php:596
717
  #, php-format
718
  msgid "By %s"
719
  msgstr "Por %s"
720
 
721
+ #: bws_menu.php:603
722
  msgid "Already Installed"
723
  msgstr "Ya instalado"
724
 
725
+ #: bws_menu.php:613
726
  msgid "Browse More WordPress Themes"
727
  msgstr ""
728
 
729
+ #: bws_menu.php:622
730
  msgid "Send to support"
731
  msgstr "Enviar al soporte técnico"
732
 
733
+ #: bws_menu.php:629
734
  msgid "Send to custom email &#187;"
735
  msgstr "Enviar al correo electrónico personalizado &#187;"
736
 
737
+ #: class-bws-settings.php:153
738
  msgid "Information"
739
  msgstr "Información"
740
 
741
+ #: class-bws-settings.php:161
742
  msgid "Inactive"
743
  msgstr "Inactiva"
744
 
745
+ #: class-bws-settings.php:169
746
  msgid "Expired"
747
  msgstr "Expirada"
748
 
749
+ #: class-bws-settings.php:172
750
  #, php-format
751
  msgid "%s day(-s) left"
752
  msgstr "%s día(-s) quedan"
753
 
754
+ #: class-bws-settings.php:178
755
  #, php-format
756
  msgid "Expired on %s"
757
  msgstr "Expiró el %s"
758
 
759
+ #: class-bws-settings.php:178
760
  msgid "Renew Now"
761
  msgstr "Renovar"
762
 
763
+ #: class-bws-settings.php:180
764
  msgid "Active"
765
  msgstr "Activa"
766
 
767
+ #: class-bws-settings.php:185
768
  msgid "License"
769
  msgstr "Licencia"
770
 
771
+ #: class-bws-settings.php:188
772
  msgid "Status"
773
  msgstr "Estado"
774
 
775
+ #: class-bws-settings.php:192
776
  msgid "Version"
777
  msgstr "Versión"
778
 
779
+ #: class-bws-settings.php:302
780
  msgid "All plugin settings were restored."
781
  msgstr "Se restauraron todos los ajustes del plugin."
782
 
783
+ #: class-bws-settings.php:442
784
  msgid "Custom Code"
785
  msgstr "Código personalizado"
786
 
787
+ #: class-bws-settings.php:446
788
  msgid "You do not have sufficient permissions to edit plugins for this site."
789
  msgstr "No tienes suficientes permisos para editar plugins de este sitio."
790
 
791
+ #: class-bws-settings.php:451
792
  msgid "These styles will be added to the header on all pages of your site."
793
  msgstr ""
794
  "Estos estilos se agregarán a la cabecera en todas las páginas de tu sitio."
795
 
796
+ #: class-bws-settings.php:454
797
  #, php-format
798
  msgid ""
799
  "This PHP code will be hooked to the %s action and will be printed on front "
802
  "Este código PHP se enganchará a la acción %s y se agregará sólo en el front-"
803
  "end."
804
 
805
+ #: class-bws-settings.php:457
806
  msgid "These code will be added to the header on all pages of your site."
807
  msgstr ""
808
  "Este código se agregará a la cabecera en todas las páginas de tu sitio."
809
 
810
+ #: class-bws-settings.php:465
811
  #, php-format
812
  msgid ""
813
  "You need to make this files writable before you can save your changes. See "
816
  "Es necesario que estos archivos sean editables antes de poder guardar los "
817
  "cambios. Consulta %s el Codex %s para obtener más información."
818
 
819
+ #: class-bws-settings.php:475
820
  msgid "Browsing"
821
  msgstr "Navegar"
822
 
823
+ #: class-bws-settings.php:480
824
  #, php-format
825
  msgid "Activate custom %s code."
826
  msgstr "Activar código personalizado de %s."
827
 
828
+ #: class-bws-settings.php:488
829
  #, php-format
830
  msgid "Learn more about %s"
831
  msgstr "Aprende más de %s"
832
 
833
+ #: class-bws-settings.php:550
834
  msgid "Miscellaneous Settings"
835
  msgstr "Ajustes varios"
836
 
837
+ #: class-bws-settings.php:559 class-bws-settings.php:614
838
  #, php-format
839
  msgid ""
840
  "It is prohibited to change %s settings on this site in the %s network "
843
  "Está prohibido cambiar la configuración de %s en este sitio por los "
844
  "parámetros de la red de %s."
845
 
846
+ #: class-bws-settings.php:562 class-bws-settings.php:617
847
  #, php-format
848
  msgid ""
849
  "It is prohibited to view %s settings on this site in the %s network settings."
851
  "Está prohibido ver la configuración de %s en este sitio por los "
852
  "parámetros de la red de %s."
853
 
854
+ #: class-bws-settings.php:571
855
  msgid "Pro Options"
856
  msgstr "Opciones Pro"
857
 
858
+ #: class-bws-settings.php:575
859
  msgid "Enable to display plugin Pro options."
860
  msgstr "Activar muestro de las opciones Pro del plugin."
861
 
862
+ #: class-bws-settings.php:581
863
  msgid "Track Usage"
864
  msgstr "Seguir el uso"
865
 
866
+ #: class-bws-settings.php:585
867
  msgid ""
868
  "Enable to allow tracking plugin usage anonymously in order to make it better."
869
  msgstr ""
870
  "Activar permiso de seguir el uso de plugin de forma anónima con el fin de "
871
  "hacerlo mejor."
872
 
873
+ #: class-bws-settings.php:590
874
  msgid "Default Settings"
875
  msgstr "Ajustes por defecto"
876
 
877
+ #: class-bws-settings.php:592
878
  msgid "Restore Settings"
879
  msgstr "Restaurar ajustes"
880
 
881
+ #: class-bws-settings.php:593
882
  msgid "This will restore plugin settings to defaults."
883
  msgstr "Esto restaurará los ajustes de plugin por defecto."
884
 
885
+ #: class-bws-settings.php:605
886
  msgid "Import / Export"
887
  msgstr "Importar / Exportar"
888
 
889
+ #: class-bws-settings.php:723
 
890
  msgid "License Key"
891
  msgstr "Clave de licencia"
892
 
893
+ #: class-bws-settings.php:785
 
 
 
 
 
 
 
 
 
 
 
 
 
894
  #, php-format
895
  msgid "Enter your license key to activate %s and get premium plugin features."
896
  msgstr ""
897
  "Introduce tu clave de licencia para activar %s y obtener funciones premium "
898
  "del plugin."
899
 
900
+ #: class-bws-settings.php:788 class-bws-settings.php:987 deprecated.php:243
 
901
  msgid ""
902
  "Unfortunately, you have exceeded the number of available tries per day. "
903
  "Please, upload the plugin manually."
905
  "Por desgracia, has excedido el número de intentos por hoy. Por favor, sube "
906
  "el plugin manualmente."
907
 
908
+ #: class-bws-settings.php:791 deprecated.php:234
909
  #, php-format
910
  msgid "Start Your Free %s-Day Trial Now"
911
  msgstr "Comienza tu prueba gratuita de %s días"
912
 
913
+ #: class-bws-settings.php:806
914
  msgid ""
915
  "If necessary, you can check if the license key is correct or reenter it in "
916
  "the field below."
918
  "Si es necesario, puedes comprobar si la clave de licencia es correcta o "
919
  "introducirla otra vez en el campo abajo."
920
 
921
+ #: class-bws-settings.php:815
922
  msgid "Manage License Settings"
923
  msgstr "Gestionar ajustes de licencias"
924
 
925
+ #: class-bws-settings.php:817
926
  msgid "Login to Client Area"
927
  msgstr "Acceder al Área de Cliente"
928
 
929
+ #: class-bws-settings.php:819
930
  msgid ""
931
  "Manage active licenses, download BWS products, and view your payment history "
932
  "using BestWebSoft Client Area."
934
  "Gestiona licencias activas, descarga productos BWS y ve la historia de pagos "
935
  "con Área de Cliente de BestWebSoft."
936
 
937
+ #: class-bws-settings.php:876 class-bws-settings.php:985
 
938
  msgid "This license key is bound to another site."
939
  msgstr "Esta clave de licencia está enlazada al otro sitio."
940
 
941
+ #: class-bws-settings.php:878
942
  msgid ""
943
  "This license key is valid, but Your license has expired. If you want to "
944
  "update our plugin in future, you should extend the license."
946
  "Esta clave de licencia está válida, pero tu licencia ha expirado. Si deseas "
947
  "actualizar nuestro plugin en el futuro debes extender la licencia."
948
 
949
+ #: class-bws-settings.php:880
950
  msgid "Unfortunately, you have exceeded the number of available tries."
951
  msgstr "Por desgracia, has excedido el número de intentos."
952
 
953
+ #: class-bws-settings.php:882
954
  msgid ""
955
  "Unfortunately, the Pro Trial licence was already installed to this domain. "
956
  "The Pro Trial license can be installed only once."
958
  "Por desgracia, la licencia Pro Trial ha estado ya instalada en este dominio. "
959
  "La licencia Pro Trial puede estar instalada una sola vez."
960
 
961
+ #: class-bws-settings.php:887
962
  msgid "The Pro Trial license key is valid."
963
  msgstr "La licencia Pro Trial está válida."
964
 
965
+ #: class-bws-settings.php:897 deprecated.php:142
966
  #, php-format
967
  msgid ""
968
  "In order to continue using the plugin it is necessary to buy a %s license."
969
  msgstr "Para seguir usando el plugin es necesario comprar una licencia de %s."
970
 
971
+ #: class-bws-settings.php:989
972
  #, php-format
973
  msgid ""
974
  "Unfortunately, Your license has expired. To continue getting top-priority "
975
  "support and plugin updates, you should extend it in your %s."
976
  msgstr ""
977
 
978
+ #: class-bws-settings.php:1038
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
979
  msgid "Please, enter Your license key"
980
  msgstr "Por favor, introduce tu clave de licencia"
981
 
982
+ #: class-bws-settings.php:1051
983
  msgid "Need Help?"
984
  msgstr "¿Necesitas ayuda?"
985
 
986
+ #: class-bws-settings.php:1053
987
  msgid "Read the Instruction"
988
  msgstr "Lee las instrucciones"
989
 
990
+ #: class-bws-settings.php:1057
991
  msgid "Watch the Video"
992
  msgstr "Ve el vídeo"
993
 
994
+ #: class-bws-settings.php:1068
995
  msgid "Start Your Free Trial"
996
  msgstr "Comienza tu prueba gratuita"
997
 
998
+ #: deactivation-form.php:22
999
  msgid "Need help? We are ready to answer your questions."
1000
  msgstr ""
1001
 
1002
+ #: deactivation-form.php:22
1003
  msgid "Contact Support"
1004
  msgstr ""
1005
 
1006
+ #: deactivation-form.php:27
1007
  msgid "The plugin is not working"
1008
  msgstr ""
1009
 
1010
+ #: deactivation-form.php:33
 
 
 
 
1011
  msgid "The plugin didn't work as expected"
1012
  msgstr ""
1013
 
1014
+ #: deactivation-form.php:39
 
 
 
 
1015
  msgid "The plugin suddenly stopped working"
1016
  msgstr ""
1017
 
1018
+ #: deactivation-form.php:46
1019
  msgid "The plugin broke my site"
1020
  msgstr ""
1021
 
1022
+ #: deactivation-form.php:53
1023
  msgid "I couldn't understand how to get it work"
1024
  msgstr ""
1025
 
1026
+ #: deactivation-form.php:60
1027
  msgid "I found a better plugin"
1028
  msgstr ""
1029
 
1030
+ #: deactivation-form.php:66
 
 
 
 
1031
  msgid "The plugin is great, but I need specific feature that you don't support"
1032
  msgstr ""
1033
 
1034
+ #: deactivation-form.php:72
 
 
 
 
1035
  msgid "I no longer need the plugin"
1036
  msgstr ""
1037
 
1038
+ #: deactivation-form.php:78
1039
  msgid "It's a temporary deactivation, I'm just debugging an issue"
1040
  msgstr ""
1041
 
1042
+ #: deactivation-form.php:84
1043
  msgid "Other"
1044
  msgstr ""
1045
 
1046
+ #: deactivation-form.php:93
1047
  msgid "Quick Feedback"
1048
  msgstr ""
1049
 
1050
+ #: deactivation-form.php:95
1051
  msgid "If you have a moment, please let us know why you are deactivating"
1052
  msgstr ""
1053
 
1054
+ #: deactivation-form.php:120
1055
  msgid "Send website data and allow to contact me back"
1056
  msgstr ""
1057
 
1058
+ #: deactivation-form.php:225
 
 
 
 
1059
  msgid "Processing"
1060
  msgstr ""
1061
 
1062
+ #: deactivation-form.php:254
1063
+ msgid "Submit and Deactivate"
1064
  msgstr ""
1065
 
1066
+ #: deactivation-form.php:269
1067
  msgid "Please tell us the reason so we can improve it."
1068
  msgstr ""
1069
 
1070
+ #: deactivation-form.php:334
1071
+ msgid "Skip and Deactivate"
1072
  msgstr ""
1073
 
1074
+ #: deprecated.php:28
1075
  msgid "System Status"
1076
  msgstr "Información de sistema"
1077
 
1078
+ #: deprecated.php:119
 
 
 
 
1079
  msgid ""
1080
  "If necessary, you can check if the license key is correct or reenter it in "
1081
  "the field below. You can find your license key on your personal page - "
1085
  "introducirla otra vez en el campo abajo. Puedes encontrar tu clave de "
1086
  "licencia en tu página personal - Área de Cliente - en nuestro sitio"
1087
 
1088
+ #: deprecated.php:119
1089
  msgid ""
1090
  "(your username is the email address specified during the purchase). If "
1091
  "necessary, please submit \"Lost your password?\" request."
1094
  "durante la compra). Si es necesario, haz clic en \"¿Has perdido tu "
1095
  "contraseña?\"."
1096
 
1097
+ #: deprecated.php:142
1098
  msgid "After that, you can activate it by entering your license key."
1099
  msgstr "Después, puedes activarlo introduciendo tu clave de licencia."
1100
 
1101
+ #: deprecated.php:145 deprecated.php:228
1102
  msgid "License key can be found in the"
1103
  msgstr "La clave de licencia se puede encontrar en el"
1104
 
1105
+ #: deprecated.php:147 deprecated.php:230
1106
  msgid "(your username is the email address specified during the purchase)."
1107
  msgstr ""
1108
  "(tu nombre del usuario es la dirección de correo electrónico especificada "
1109
  "durante la compra)."
1110
 
1111
+ #: deprecated.php:170
1112
  msgid ""
1113
  "Congratulations! The Pro license of the plugin is activated successfully."
1114
  msgstr "¡Felicitaciones! La licencia Pro está activada con éxito."
1115
 
1116
+ #: deprecated.php:172 deprecated.php:210
1117
  msgid "Please, go to"
1118
  msgstr "Por favor ve a"
1119
 
1120
+ #: deprecated.php:172 deprecated.php:210
1121
  msgid "the setting page"
1122
  msgstr "la página de ajustes"
1123
 
1124
+ #: deprecated.php:187
 
 
 
 
 
 
 
 
1125
  msgid "Restore all plugin settings to defaults"
1126
  msgstr "Restaurar todos los ajustes de plugin por defecto"
1127
 
1128
+ #: deprecated.php:189
1129
  msgid "Restore settings"
1130
  msgstr "Restaurar ajustes"
1131
 
1132
+ #: deprecated.php:208
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1133
  msgid ""
1134
  "Congratulations! Pro version of the plugin is installed and activated "
1135
  "successfully."
1136
  msgstr "¡Felicitaciones! Licencia Pro está instalada y activada con éxito."
1137
 
1138
+ #: deprecated.php:217
1139
  msgid "Show Pro features"
1140
  msgstr "Mostrar funciones Pro"
1141
 
1142
+ #: deprecated.php:224
1143
  msgid "Enter your license key to install and activate"
1144
  msgstr "Introduce tu clave de licencia para instalar y activar"
1145
 
1146
+ #: deprecated.php:226
1147
  msgid "version of the plugin."
1148
  msgstr "la versión del plugin."
1149
 
1188
  msgstr ""
1189
 
1190
  #: product_list.php:32
1191
+ msgid "Create your own rental website for car renting and booking."
1192
+ msgstr ""
1193
+
1194
+ #: product_list.php:44
1195
+ #, fuzzy
1196
+ #| msgid "Add customized Google maps to WordPress posts, pages and widgets."
1197
+ msgid ""
1198
+ "Add columns with custom content to WordPress website pages, posts, widgets, "
1199
+ "etc."
1200
+ msgstr ""
1201
+ "Añade los mapas de Google personalizados a las entradas, páginas y widgets "
1202
+ "de WordPress."
1203
 
1204
+ #: product_list.php:51
1205
  msgid ""
1206
  "Allow customers to reach you using secure contact form plugin any website "
1207
  "must have."
1209
  "Permite a los clientes ponerse en contacto contigo usando el plugin seguro "
1210
  "del formulario de contacto que debe tener cualquier sitio."
1211
 
1212
+ #: product_list.php:61
1213
  msgid "Add unlimited number of contact forms to WordPress website."
1214
  msgstr ""
1215
  "Añade el número ilimitado de formularios de contacto al sitio de WordPress."
1216
 
1217
+ #: product_list.php:71
1218
  msgid "Save and manage Contact Form messages. Never lose important data."
1219
  msgstr ""
1220
  "Guarda y gestiona los mensajes de Contact Form plugin. Nunca pierde datos "
1221
  "importantes."
1222
 
1223
+ #: product_list.php:81
1224
  msgid "Add unlimited custom pages to WordPress admin dashboard."
1225
  msgstr ""
1226
  "Añade el número ilimitado de páginas personalizadas al escritorio de "
1227
  "WordPress."
1228
 
1229
+ #: product_list.php:91
 
 
 
 
 
 
1230
  msgid ""
1231
  "Add custom post types and taxonomies to WordPress website search results."
1232
  msgstr ""
1233
  "Añade los tipos de contenido personalizados y taxonomías a los resultados de "
1234
  "búsqueda en el sitio de WordPress."
1235
 
1236
+ #: product_list.php:101
1237
  msgid "Add PayPal and 2CO donate buttons to receive charity payments."
1238
  msgstr ""
1239
  "Añade los botones de donación PayPal y 2CO para recibir pagos benéficos."
1240
 
1241
+ #: product_list.php:108
1242
  msgid ""
1243
  "Get latest error log messages to diagnose website problems. Define and fix "
1244
  "issues faster."
1246
  "Recibe más recientes mensajes del registro de errores para diagnosticar los "
1247
  "problemas del sitio. Define y corrige los problemas más rápido."
1248
 
1249
+ #: product_list.php:115
1250
  msgid ""
1251
  "Add Facebook Follow, Like, and Share buttons to WordPress posts, pages, and "
1252
  "widgets."
1254
  "Añade los botones de Facebook Seguir, Me gusta y Compartir a las entradas, "
1255
  "páginas y widgets de WordPress."
1256
 
1257
+ #: product_list.php:125
1258
  msgid ""
1259
  "Add beautiful galleries, albums & images to your WordPress website in a few "
1260
  "clicks."
1261
  msgstr ""
1262
+ "Añade las hermosas galerías, álbumes, imágenes y categorías de galería a tu "
1263
+ "sitio de WordPress en unos pocos clics."
 
 
 
 
 
 
 
 
1264
 
1265
+ #: product_list.php:135
1266
  msgid ""
1267
  "Stronger security solution which protects your WordPress website from hacks "
1268
  "and unauthorized login attempts."
1270
  "Potente solución de seguridad que protege tu sitio de WordPress de los "
1271
  "hackeos y intentos no autorizados de acceder."
1272
 
1273
+ #: product_list.php:145
1274
  msgid ""
1275
  "Add Adsense ads to WordPress website pages, posts, custom posts, search "
1276
  "results, categories, tags, and widgets."
1279
  "entradas personalizadas, resultados de búsqueda, categorías, etiquetas y "
1280
  "widgets en el sitio de WordPress, ."
1281
 
1282
+ #: product_list.php:155
1283
  msgid "Add Google Analytics code to WordPress website and track basic stats."
1284
  msgstr ""
1285
  "Añade el código de Google Analytics al sitio de WordPress y sigue las "
1286
  "estadísticas básicas."
1287
 
1288
+ #: product_list.php:165
1289
+ msgid "Protect WordPress website forms from spam entries with reCaptcha."
 
 
1290
  msgstr ""
1291
  "Protege los formularios en sitio de WordPress de las entradas de spam con "
1292
+ "reCaptcha."
1293
 
1294
+ #: product_list.php:175
1295
  msgid "Add customized Google maps to WordPress posts, pages and widgets."
1296
  msgstr ""
1297
  "Añade los mapas de Google personalizados a las entradas, páginas y widgets "
1298
  "de WordPress."
1299
 
1300
+ #: product_list.php:185
1301
  msgid ""
1302
  "Generate and add XML sitemap to WordPress website. Help search engines index "
1303
  "your blog."
1305
  "Genera y añade los archivos de XML sitemap al sitio de WordPress. Ayuda a "
1306
  "los buscadores a indexar tu blog."
1307
 
1308
+ #: product_list.php:195
1309
  msgid ""
1310
  "Replace external WordPress website links with Google shortlinks and track "
1311
  "click stats."
1313
  "Reemplaza los enlaces externos con los enlaces cortos de Google en el sitio "
1314
  "de WordPress y sigue las estadísticas de clics."
1315
 
1316
+ #: product_list.php:202
1317
  msgid ""
1318
  "Protect WordPress website – allow and deny access for certain IP addresses, "
1319
  "hostnames, etc."
1321
  "Protege el sitio de WordPress - permite y impide el acceso para determinadas "
1322
  "direcciones IP, nombres de host, etc."
1323
 
1324
+ #: product_list.php:212
1325
  msgid ""
1326
  "Create your personal job board and listing WordPress website. Search jobs, "
1327
  "submit CV/resumes, choose candidates."
1329
  "Crea tu tablero personal con la lista de trabajos en el sitio de WordPress. "
1330
  "Busca trabajos, envía CV, elija candidatos."
1331
 
1332
+ #: product_list.php:219
1333
  msgid ""
1334
  "Protect WordPress website against brute force attacks. Limit rate of login "
1335
  "attempts."
1337
  "Protege el sitio de WordPress contra ataques de fuerza bruta. Limita el "
1338
  "número de intentos de acceder."
1339
 
1340
+ #: product_list.php:229
1341
  msgid ""
1342
  "Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. "
1343
  "5 plugins included – profile, insider, etc."
1345
  "Añade los botones de LinkedIn Compartir y Seguir a las entradas, páginas y "
1346
  "widgets de WordPress. 5 plugins incluidos - perfil, insider, etc."
1347
 
1348
+ #: product_list.php:239
1349
  msgid ""
1350
  "Translate WordPress website content to other languages manually. Create "
1351
  "multilingual pages, posts, widgets, menus, etc."
1354
  "Crea páginas multilingües, asi como entradas, widgets, menús, etc. en varios "
1355
  "idiomas."
1356
 
1357
+ #: product_list.php:249
1358
  msgid ""
1359
  "Add customizable pagination to WordPress website. Split long content to "
1360
  "multiple pages for better navigation."
1362
  "Añade la paginación personalizable al sitio de WordPress. Divide contenido "
1363
  "largo en varias páginas para mejorar la navegación."
1364
 
1365
+ #: product_list.php:259
1366
  msgid ""
1367
  "Generate PDF files and print WordPress posts/pages. Customize document "
1368
  "header/footer styles and appearance."
1371
  "Personaliza los estilos de la cabecera/pie de la página del documento y su "
1372
  "apariencia."
1373
 
1374
+ #: product_list.php:269
1375
  msgid ""
1376
  "Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, "
1377
  "Profile) to WordPress posts, pages and widgets."
1379
  "Añade los botones de Pinterest Segiur, Guardar y widgets de perfil (Pines, "
1380
  "Tablero, Perfil) a las entradas, páginas y widgets de WordPress."
1381
 
1382
+ #: product_list.php:279
1383
  msgid ""
1384
  "Create your personal portfolio WordPress website. Manage and showcase past "
1385
  "projects to get more clients."
1387
  "Crea tu cartera personal en el sitio de WordPress. Gestiona y muestra los "
1388
  "proyectos anteriores para obtener más clientes."
1389
 
1390
+ #: product_list.php:289
1391
  msgid "Export WordPress posts to CSV file format easily. Configure data order."
1392
  msgstr ""
1393
  "Exporta las entradas de WordPress en formato de archivo CSV fácilmente. "
1394
  "Configura el orden de los datos."
1395
 
1396
+ #: product_list.php:299
1397
  msgid ""
1398
  "Add extra fields to default WordPress user profile. The easiest way to "
1399
  "create and manage additional custom values."
1401
  "Añade los campos adicionales al perfil estándar del usuario de WordPress. La "
1402
  "forma más fácil de crear y gestionar los valores personalizados adicionales."
1403
 
1404
+ #: product_list.php:309
1405
  msgid ""
1406
  "Add and display HTML advertisement banner on WordPress website. Customize "
1407
  "bar styles and appearance."
1409
  "Añade y muestra los anuncios publicitarios de HTML en el sitio de WordPress. "
1410
  "Personaliza los estilos y la apariencia de la barra."
1411
 
1412
+ #: product_list.php:319
1413
  msgid ""
1414
  "Add customizable quotes and tips blocks to WordPress posts, pages and "
1415
  "widgets."
1417
  "Añade las citas personalizables y bloques de consejos a las entradas, "
1418
  "páginas y widgets de WordPress."
1419
 
1420
+ #: product_list.php:326
1421
  msgid ""
1422
  "Add rating plugin to your WordPress website to receive feedback from your "
1423
  "customers."
1425
  "Añade el plugin de valoración a tu sitio de WordPress para recibir "
1426
  "comentarios de tus clientes."
1427
 
1428
+ #: product_list.php:336
1429
  msgid ""
1430
  "Create your personal real estate WordPress website. Sell, rent and buy "
1431
  "properties. Add, search and browse listings easily."
1434
  "alquila y compra las propiedades. Añade, busca y navega las listas "
1435
  "fácilmente."
1436
 
1437
+ #: product_list.php:346
1438
  msgid ""
1439
  "Add related, featured, latest, and popular posts to your WordPress website. "
1440
  "Connect your blog readers with a relevant content."
1443
  "sitio de WordPress. Conecta a tus lectores de blog con el contenido "
1444
  "relevante."
1445
 
1446
+ #: product_list.php:353
1447
  msgid ""
1448
  "Send bulk email messages to WordPress users. Custom templates, advanced "
1449
  "settings and detailed reports."
1451
  "Envía mensajes de correo masivo a los usuarios de WordPress. Plantillas "
1452
  "personalizadas, ajustes avanzados e informes detallados."
1453
 
1454
+ #: product_list.php:363
1455
  msgid ""
1456
  "The best responsive slider plugin for your WordPress website. Create "
1457
  "beautifully animated slides just in a few clicks."
1459
  "El mejor adaptable carrusel plugin para tu sitio de WordPress. Crea las "
1460
  "diapositivas maravillosamente animadas con sólo unos clics."
1461
 
1462
+ #: product_list.php:370
1463
  msgid ""
1464
  "Configure SMTP server to receive email messages from WordPress to Gmail, "
1465
  "Yahoo, Hotmail and other services."
1467
  "Configura el servidor SMTP para recibir mensajes de correo electrónico de "
1468
  "WordPress en Gmail, Yahoo, Hotmail y otros servicios."
1469
 
1470
+ #: product_list.php:377
1471
+ #, fuzzy
1472
+ #| msgid ""
1473
+ #| "Add social media buttons and widgets to WordPress posts, pages and "
1474
+ #| "widgets. FB, Twitter, G+1, Pinterest, LinkedIn."
1475
  msgid ""
1476
  "Add social media buttons and widgets to WordPress posts, pages and widgets. "
1477
+ "FB, Twitter, Pinterest, LinkedIn."
1478
  msgstr ""
1479
  "Añade los botones y widgets de los medios de comunicación social a las "
1480
  "entradas, páginas y widgets de WordPress. FB, Twitter, G+1, Pinterest, "
1481
  "LinkedIn."
1482
 
1483
+ #: product_list.php:387
1484
  msgid ""
1485
  "Add social media login, registration, and commenting to your WordPress "
1486
  "website."
1488
  "Añade el acceso, registro y comentarios a los medios de comunicación social "
1489
  "a tu sitio de WordPress."
1490
 
1491
+ #: product_list.php:394
1492
  msgid ""
1493
  "Add email newsletter sign up form to WordPress posts, pages and widgets. "
1494
  "Collect data and subscribe your users."
1497
  "páginas y widgets de WordPress. Recoge los datos y suscribe a tus usuarios a "
1498
  "las noticias."
1499
 
1500
+ #: product_list.php:404
1501
  msgid ""
1502
  "Add testimonials and feedbacks from your customers to WordPress website "
1503
  "posts, pages, and widgets."
1505
  "Añade los testimonios y comentarios de tus clientes a las entradas, páginas "
1506
  "y widgets en el sitio de WordPress."
1507
 
1508
+ #: product_list.php:411
1509
  msgid ""
1510
  "Best timesheet plugin for WordPress. Track employee time, streamline "
1511
  "attendance and generate reports."
1514
  "laboral de los empleados, optimiza el horario de trabajo en la oficina y "
1515
  "crea informes generales."
1516
 
1517
+ #: product_list.php:421
1518
  msgid ""
1519
  "Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts "
1520
  "and pages."
1522
  "Añade los botones de Twitter Seguir, Twittear, Hashtag y Mencionar a las "
1523
  "entradas y páginas de WordPress."
1524
 
1525
+ #: product_list.php:431
1526
  msgid ""
1527
  "Automatically check and update WordPress website core with all installed "
1528
  "plugins and themes to the latest versions."
1530
  "Compruebа y actualiza automáticamente el núcleo de sitio de WordPress a las "
1531
  "últimas versiones con todos plugins y temas que tienes instalados."
1532
 
1533
+ #: product_list.php:441
1534
  msgid ""
1535
  "Powerful user role management plugin for WordPress website. Create, edit, "
1536
  "copy, and delete user roles."
1538
  "Poderoso plugin de gestión de funciones para el sitio de WordPress. Crea, "
1539
  "edita, copia y borra los perfiles de usuarios."
1540
 
1541
+ #: product_list.php:451
1542
  msgid ""
1543
  "Display live count of online visitors who are currently browsing your "
1544
  "WordPress website."
1546
  "Lleva la cuenta de los visitantes en línea que están hojeando tu sitio de "
1547
  "WordPress en ese momento."
1548
 
1549
+ #: product_list.php:461
1550
  msgid ""
1551
  "Backup and export Zendesk Help Center content automatically to your "
1552
  "WordPress website database."
1554
  "Haz la copia de seguridad y exporta el contenido de Zendesk Centro de Ayuda "
1555
  "automáticamente a tu base de datos en el sitio de WordPress."
1556
 
1557
+ #~ msgid "Add BWS Shortcode"
1558
+ #~ msgstr "Añadir BWS shortcode"
1559
+
1560
+ #~ msgid "Add BWS Plugins Shortcode"
1561
+ #~ msgstr "Añadir shortcode de plugins BWS"
1562
+
1563
+ #~ msgid "Installing Plugin"
1564
+ #~ msgstr "Instalando el plugin"
1565
+
1566
+ #~ msgid "Downloading install package from"
1567
+ #~ msgstr "Descargando el paquete de instalación de"
1568
+
1569
+ #~ msgid ""
1570
+ #~ "Failed to download the zip archive. Please, upload the plugin manually"
1571
+ #~ msgstr ""
1572
+ #~ "Error al descargar el archivo zip. Por favor, sube el plugin manualmente"
1573
+
1574
+ #~ msgid "Unpacking the package"
1575
+ #~ msgstr "Desempacando el paquete"
1576
+
1577
+ #~ msgid "Failed to open the zip archive. Please, upload the plugin manually"
1578
+ #~ msgstr ""
1579
+ #~ "Error al abrir el archivo zip. Por favor, sube el plugin manualmente"
1580
+
1581
+ #~ msgid ""
1582
+ #~ "Your server does not support either ZipArchive or Phar. Please, upload "
1583
+ #~ "the plugin manually"
1584
+ #~ msgstr ""
1585
+ #~ "Tu servidor no admite ni ZipArchive ni Phar. Por favor, sube el plugin "
1586
+ #~ "manualmente"
1587
+
1588
+ #~ msgid "The plugin %s is successfully installed."
1589
+ #~ msgstr "El plugin %s se ha instalado con éxito."
1590
+
1591
+ #~ msgid "UploadDir is not writable. Please, upload the plugin manually"
1592
+ #~ msgstr "UploadDir no se puede editar. Por favor, sube el plugin manualmente"
1593
+
1594
+ #~ msgid "Activate Plugin"
1595
+ #~ msgstr "Activar plugin"
1596
+
1597
+ #~ msgid "Congratulations! Pro license is activated successfully."
1598
+ #~ msgstr "¡Felicitaciones! Licencia Pro está activada con éxito."
1599
+
1600
+ #~ msgid "You will be automatically redirected to the %s in %s seconds."
1601
+ #~ msgstr "En %s segundos automáticamente serás dirigido a %s."
1602
+
1603
+ #~ msgid "Settings page"
1604
+ #~ msgstr "Página de ajustes"
1605
+
1606
+ #~ msgid "Please, enter your license key"
1607
+ #~ msgstr "Por favor, introduce tu clave de licencia"
1608
+
1609
+ #~ msgid "You will be redirected automatically in 5 seconds."
1610
+ #~ msgstr "En 5 segundos automáticamente serás dirigido a la nueva ubicación."
1611
+
1612
+ #~ msgid "Check premium options on the plugin settings page!"
1613
+ #~ msgstr "¡Comprueba las opciones premium en la página de ajustes del plugin!"
1614
+
1615
+ #~ msgid "File %s edited successfully."
1616
+ #~ msgstr "Archivo %s editado con éxito."
1617
+
1618
+ #~ msgid "Not enough permissions to create or update the file"
1619
+ #~ msgstr "No hay suficientes permisos para crear o actualizar el archivo"
1620
+
1621
+ #~ msgid "Not enough permissions to create the file"
1622
+ #~ msgstr "No hay suficientes permisos para crear el archivo"
1623
+
1624
+ #~ msgid "Editing"
1625
+ #~ msgstr "Editar"
1626
+
1627
+ #~ msgid "Create your personal car rental/booking and reservation website."
1628
+ #~ msgstr "Crea tu sitio personal de alquiler/reserva de automóviles."
1629
+
1630
+ #~ msgid "Add custom fields to WordPress website search results."
1631
+ #~ msgstr ""
1632
+ #~ "Añade los campos personalizados a los resultados de búsqueda en el sitio "
1633
+ #~ "de WordPress."
1634
+
1635
+ #~ msgid ""
1636
+ #~ "Add Google +1, Share, Follow, Hangout buttons and profile badge to "
1637
+ #~ "WordPress posts, pages and widgets."
1638
+ #~ msgstr ""
1639
+ #~ "Añade los botones de Google +1 Compartir, Seguir, Hangout e insignia de "
1640
+ #~ "perfil a las entradas, páginas y widgets de WordPress."
1641
+
1642
  #~ msgid ""
1643
  #~ "Protect WordPress website forms from spam entries by means of math logic."
1644
  #~ msgstr ""
1760
  #~ msgid "Display Button in"
1761
  #~ msgstr "Mostrar el Botón en"
1762
 
 
 
 
1763
  #~ msgid "Client ID"
1764
  #~ msgstr "ID de cliente"
1765
 
bws_menu/languages/bestwebsoft-ru_RU.mo CHANGED
Binary file
bws_menu/languages/bestwebsoft-ru_RU.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2019-12-16 12:56+0200\n"
6
- "PO-Revision-Date: 2019-12-16 12:56+0200\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <https://support.bestwebsoft.com>\n"
9
  "Language: ru\n"
@@ -13,7 +13,7 @@ msgstr ""
13
  "X-Poedit-KeywordsList: __;_e;esc_attr_e;printf\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
- "X-Generator: Poedit 2.2.4\n"
17
  "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
18
  "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
19
  "X-Poedit-SearchPath-0: .\n"
@@ -56,7 +56,7 @@ msgstr "Оценить"
56
  msgid "Need help?"
57
  msgstr "Нужна помощь?"
58
 
59
- #: bws_functions.php:104 bws_functions.php:963 class-bws-settings.php:1052
60
  msgid "Visit Help Center"
61
  msgstr "Перейти в Help Center"
62
 
@@ -180,8 +180,8 @@ msgstr "Давайте начнем"
180
  msgid "Settings"
181
  msgstr "Настройки"
182
 
183
- #: bws_functions.php:253 bws_menu.php:326 class-bws-settings.php:789
184
- #: class-bws-settings.php:1054 class-bws-settings.php:1064 deprecated.php:234
185
  msgid "or"
186
  msgstr "или"
187
 
@@ -251,70 +251,70 @@ msgstr ""
251
  "Вы всегда можете просмотреть премиум опции нажав на кнопку \"Pro опции\" на "
252
  "вкладке \"Разное\"."
253
 
254
- #: bws_functions.php:672
255
  msgid "Add shortcode"
256
  msgstr "Добавить шорткод"
257
 
258
- #: bws_functions.php:672
259
  msgid "Add BestWebSoft plugins' shortcodes using this button."
260
  msgstr "Добавьте шорткоды BestWebSoft плагинов с помощью этой кнопки."
261
 
262
- #: bws_functions.php:779
263
  msgid "Close"
264
  msgstr "Закрыть"
265
 
266
- #: bws_functions.php:865
267
  msgid "Are you sure you want to restore default settings?"
268
  msgstr ""
269
  "Вы уверены что хотите восстановить все настройки плагина к настройкам по "
270
  "умолчанию?"
271
 
272
- #: bws_functions.php:868
273
  msgid "Yes, restore all settings"
274
  msgstr "Да, восстановить все настройки"
275
 
276
- #: bws_functions.php:869
277
  msgid "No, go back to the settings page"
278
  msgstr "Нет, вернуться на страницу настроек"
279
 
280
- #: bws_functions.php:911
281
  msgid "Plugin"
282
  msgstr "Плагин"
283
 
284
- #: bws_functions.php:920
285
  msgid "Shortcode settings"
286
  msgstr "Настройки шорткода"
287
 
288
- #: bws_functions.php:925
289
  msgid "The shortcode will be inserted"
290
  msgstr "Будет вставлен шорткод"
291
 
292
- #: bws_functions.php:968
293
  msgid "FAQ"
294
  msgstr "FAQ"
295
 
296
- #: bws_functions.php:974
297
  msgid "For more information:"
298
  msgstr "Для дополнительной информации:"
299
 
300
- #: bws_functions.php:975 bws_menu.php:400 class-bws-settings.php:753
301
  msgid "Documentation"
302
  msgstr "Документация"
303
 
304
- #: bws_functions.php:976 bws_menu.php:402 class-bws-settings.php:755
305
  msgid "Video Instructions"
306
  msgstr "Видео инструкции"
307
 
308
- #: bws_functions.php:977
309
  msgid "Submit a Request"
310
  msgstr "Отправить запрос"
311
 
312
- #: bws_menu.php:101 class-bws-settings.php:838
313
  msgid "Wrong license key"
314
  msgstr "Неправильный лицензионный ключ"
315
 
316
- #: bws_menu.php:122 class-bws-settings.php:865 class-bws-settings.php:936
317
- #: class-bws-settings.php:974
318
  msgid ""
319
  "Something went wrong. Please try again later. If the error appears again, "
320
  "please contact us"
@@ -322,12 +322,12 @@ msgstr ""
322
  "Что-то пошло не так. Повторите попытку позже. Если ошибка появится снова, "
323
  "пожалуйста, свяжитесь с нами"
324
 
325
- #: bws_menu.php:122 class-bws-settings.php:865 class-bws-settings.php:936
326
- #: class-bws-settings.php:974
327
  msgid "We are sorry for inconvenience."
328
  msgstr "Приносим извинения за неудобства."
329
 
330
- #: bws_menu.php:129 class-bws-settings.php:871 class-bws-settings.php:980
331
  msgid "Wrong license key."
332
  msgstr "Неправильный лицензионный ключ."
333
 
@@ -356,7 +356,7 @@ msgstr ""
356
  "обновлений и приоритетной тех.поддержки, вам необходимо продлить лицензию в "
357
  "вашей %s"
358
 
359
- #: bws_menu.php:137 class-bws-settings.php:988
360
  msgid ""
361
  "Unfortunately, the Pro licence was already installed to this domain. The Pro "
362
  "Trial license can be installed only once."
@@ -364,11 +364,11 @@ msgstr ""
364
  "К сожалению, Pro лицензия уже была установлена на этом доменен. Pro Trial "
365
  "лицензия может быть установлена только один раз."
366
 
367
- #: bws_menu.php:142 class-bws-settings.php:886
368
  msgid "The license key is valid."
369
  msgstr "Лицензионный ключ действителен."
370
 
371
- #: bws_menu.php:144 class-bws-settings.php:890
372
  msgid "Your license will expire on"
373
  msgstr "Ваша лицензия истечет"
374
 
@@ -376,7 +376,7 @@ msgstr "Ваша лицензия истечет"
376
  msgid "Congratulations! Pro Membership license is activated successfully."
377
  msgstr "Поздравляем! Pro Membership лицензия успешно активирована."
378
 
379
- #: bws_menu.php:153 class-bws-settings.php:998
380
  msgid ""
381
  "Something went wrong. Try again later or upload the plugin manually. We are "
382
  "sorry for inconvenience."
@@ -572,7 +572,7 @@ msgstr "Получить доступ к %s+ премиум плагинам"
572
  msgid "Subscribe to Pro Membership"
573
  msgstr "Подписаться на Pro Membership"
574
 
575
- #: bws_menu.php:334 bws_menu.php:345 class-bws-settings.php:802
576
  #: deprecated.php:123
577
  msgid "Check license key"
578
  msgstr "Проверка лицензионного ключа"
@@ -582,7 +582,7 @@ msgid "Enter your license key"
582
  msgstr "Ваш лицензионный ключ"
583
 
584
  #: bws_menu.php:343 bws_menu.php:538 bws_menu.php:547
585
- #: class-bws-settings.php:781 deprecated.php:155 deprecated.php:163
586
  #: deprecated.php:240 deprecated.php:249
587
  msgid "Activate"
588
  msgstr "Активировать"
@@ -620,31 +620,31 @@ msgstr "Плагин <strong>активировано</strong>."
620
  msgid "Download Pro Plugin"
621
  msgstr "Загрузить Pro плагина"
622
 
623
- #: bws_menu.php:384 class-bws-settings.php:736
624
  msgid "Your Pro plugin is ready"
625
  msgstr "Ваш Pro плагин готов"
626
 
627
- #: bws_menu.php:386 class-bws-settings.php:738
628
  msgid "Your plugin has been zipped, and now is ready to download."
629
  msgstr "Ваш плагин заархивирован, и готов к загрузке."
630
 
631
- #: bws_menu.php:389 class-bws-settings.php:741
632
  msgid "Download Now"
633
  msgstr "Загрузить сейчас"
634
 
635
- #: bws_menu.php:393 class-bws-settings.php:745
636
  msgid "Need help installing the plugin?"
637
  msgstr "Нужна помощь в установке плагина?"
638
 
639
- #: bws_menu.php:395 class-bws-settings.php:747
640
  msgid "How to install WordPress plugin from your admin Dashboard (ZIP archive)"
641
  msgstr "Как установить WordPress плагин с админ панели (ZIP архив)"
642
 
643
- #: bws_menu.php:398 class-bws-settings.php:751
644
  msgid "Get Started"
645
  msgstr "Начать "
646
 
647
- #: bws_menu.php:404 class-bws-settings.php:757
648
  msgid "Knowledge Base"
649
  msgstr "База Знаний"
650
 
@@ -705,7 +705,7 @@ msgstr "Обновить до версии %s"
705
  msgid "Get Pro"
706
  msgstr "Получить Pro"
707
 
708
- #: bws_menu.php:524 class-bws-settings.php:174 class-bws-settings.php:1061
709
  msgid "Upgrade to Pro"
710
  msgstr "Обновить до Pro"
711
 
@@ -895,18 +895,18 @@ msgstr "Восстановить все настройки плагина к н
895
  msgid "Import / Export"
896
  msgstr "Импорт / Экспорт"
897
 
898
- #: class-bws-settings.php:721
899
  msgid "License Key"
900
  msgstr "Лицензионный ключ"
901
 
902
- #: class-bws-settings.php:783
903
  #, php-format
904
  msgid "Enter your license key to activate %s and get premium plugin features."
905
  msgstr ""
906
  "Введите лицензионный ключ для активации %s и получения дополнительных "
907
  "возможностей плагина."
908
 
909
- #: class-bws-settings.php:786 class-bws-settings.php:984 deprecated.php:243
910
  msgid ""
911
  "Unfortunately, you have exceeded the number of available tries per day. "
912
  "Please, upload the plugin manually."
@@ -914,28 +914,28 @@ msgstr ""
914
  "К сожалению, вы превысили количество доступных попыток в день. Пожалуйста, "
915
  "загрузите плагин вручную."
916
 
917
- #: class-bws-settings.php:789 deprecated.php:234
918
  #, php-format
919
  msgid "Start Your Free %s-Day Trial Now"
920
  msgstr "Попробуйте %s-дневную Trial версию бесплатно"
921
 
922
- #: class-bws-settings.php:804
923
  msgid ""
924
  "If necessary, you can check if the license key is correct or reenter it in "
925
  "the field below."
926
  msgstr ""
927
  "При необходимости вы можете проверить валидность лицензионного ключа или "
928
- "повторно ввести его в поле ниже."
929
 
930
- #: class-bws-settings.php:813
931
  msgid "Manage License Settings"
932
  msgstr "Управление настройками лицензий"
933
 
934
- #: class-bws-settings.php:815
935
  msgid "Login to Client Area"
936
  msgstr "Зайти в Client Area"
937
 
938
- #: class-bws-settings.php:817
939
  msgid ""
940
  "Manage active licenses, download BWS products, and view your payment history "
941
  "using BestWebSoft Client Area."
@@ -943,11 +943,11 @@ msgstr ""
943
  "Управляй активными лицензиями, загружай BWS продукты, а также просматривай "
944
  "историю платежей с помощью BestWebSoft Client Area."
945
 
946
- #: class-bws-settings.php:873 class-bws-settings.php:982
947
  msgid "This license key is bound to another site."
948
  msgstr "Этот лицензионный ключ привязан к другому сайту."
949
 
950
- #: class-bws-settings.php:875
951
  msgid ""
952
  "This license key is valid, but Your license has expired. If you want to "
953
  "update our plugin in future, you should extend the license."
@@ -955,11 +955,11 @@ msgstr ""
955
  "Лицензионный ключ принят, но срок действия лицензии истек. Если вы хотите "
956
  "обновлять плагин в будущем, вы должны продлить лицензию."
957
 
958
- #: class-bws-settings.php:877
959
  msgid "Unfortunately, you have exceeded the number of available tries."
960
  msgstr "К сожалению, вы превысили количество доступных попыток."
961
 
962
- #: class-bws-settings.php:879
963
  msgid ""
964
  "Unfortunately, the Pro Trial licence was already installed to this domain. "
965
  "The Pro Trial license can be installed only once."
@@ -967,18 +967,18 @@ msgstr ""
967
  "К сожалению, Pro Trial версия плагина уже устанавливалась на этот домен. Pro "
968
  "Trial версию можно устанавливать лишь один раз."
969
 
970
- #: class-bws-settings.php:884
971
  msgid "The Pro Trial license key is valid."
972
  msgstr "Ключ Pro Trial версии действителен."
973
 
974
- #: class-bws-settings.php:894 deprecated.php:142
975
  #, php-format
976
  msgid ""
977
  "In order to continue using the plugin it is necessary to buy a %s license."
978
  msgstr ""
979
  "Чтобы продолжить пользоваться плагином, необходимо приобрести %s лицензию."
980
 
981
- #: class-bws-settings.php:986
982
  #, php-format
983
  msgid ""
984
  "Unfortunately, Your license has expired. To continue getting top-priority "
@@ -988,23 +988,23 @@ msgstr ""
988
  "обновлений и приоритетной тех.поддержки, вам необходимо продлить лицензию в "
989
  "вашей %s."
990
 
991
- #: class-bws-settings.php:1035
992
  msgid "Please, enter Your license key"
993
  msgstr "Пожалуйста, введите ваш лицензионный ключ"
994
 
995
- #: class-bws-settings.php:1048
996
  msgid "Need Help?"
997
  msgstr "Нужна помощь?"
998
 
999
- #: class-bws-settings.php:1050
1000
  msgid "Read the Instruction"
1001
  msgstr "Читать инструкцию"
1002
 
1003
- #: class-bws-settings.php:1054
1004
  msgid "Watch the Video"
1005
  msgstr "Смотреть видео"
1006
 
1007
- #: class-bws-settings.php:1065
1008
  msgid "Start Your Free Trial"
1009
  msgstr "Использовать бесплатную Trial версию"
1010
 
@@ -1199,17 +1199,21 @@ msgstr "СММ"
1199
 
1200
  #: product_list.php:22
1201
  msgid "Best secure captcha plugin to protect your WordPress forms."
1202
- msgstr "Лучший плагин капчи, который защитит формы вашего WordPress сайта."
1203
 
1204
  #: product_list.php:32
1205
- msgid "Create your personal car rental/booking and reservation website."
1206
- msgstr "Создайте свой собственный сайт проката и резервирования автомобилей."
1207
-
1208
- #: product_list.php:42
1209
  msgid "Create your own rental website for car renting and booking."
1210
  msgstr "Создайте свой собственный сайт проката и резервирования автомобилей."
1211
 
1212
- #: product_list.php:54
 
 
 
 
 
 
 
 
1213
  msgid ""
1214
  "Allow customers to reach you using secure contact form plugin any website "
1215
  "must have."
@@ -1217,37 +1221,37 @@ msgstr ""
1217
  "Предоставьте возможность клиентам осуществлять связь с вами через безопасный "
1218
  "плагин контактной формы, который должен иметь любой сайт."
1219
 
1220
- #: product_list.php:64
1221
  msgid "Add unlimited number of contact forms to WordPress website."
1222
  msgstr ""
1223
  "Добавляйте неограниченное количество контактных форм на ваш сайт WordPress."
1224
 
1225
- #: product_list.php:74
1226
  msgid "Save and manage Contact Form messages. Never lose important data."
1227
  msgstr ""
1228
  "Сохраняйте и управляйте сообщениями плагина Contact Form. Никогда не теряйте "
1229
  "важные данные."
1230
 
1231
- #: product_list.php:84
1232
  msgid "Add unlimited custom pages to WordPress admin dashboard."
1233
  msgstr ""
1234
  "Добавляйте неограниченное количество пользовательских страниц в панели "
1235
  "администратора WordPress."
1236
 
1237
- #: product_list.php:94
1238
  msgid ""
1239
  "Add custom post types and taxonomies to WordPress website search results."
1240
  msgstr ""
1241
  "Добавляйте пользовательские типы постов и таксономии в результаты поиска на "
1242
  "вашем сайте WordPress."
1243
 
1244
- #: product_list.php:104
1245
  msgid "Add PayPal and 2CO donate buttons to receive charity payments."
1246
  msgstr ""
1247
  "Добавляйте кнопки PayPal и 2CO, чтобы получать пожертвования и "
1248
  "благотворительные взносы."
1249
 
1250
- #: product_list.php:111
1251
  msgid ""
1252
  "Get latest error log messages to diagnose website problems. Define and fix "
1253
  "issues faster."
@@ -1255,7 +1259,7 @@ msgstr ""
1255
  "Получайте последние сообщения из журнала ошибок для диагностики проблем "
1256
  "сайта. Быстрее выявляйте и устраняйте проблемы."
1257
 
1258
- #: product_list.php:118
1259
  msgid ""
1260
  "Add Facebook Follow, Like, and Share buttons to WordPress posts, pages, and "
1261
  "widgets."
@@ -1263,15 +1267,15 @@ msgstr ""
1263
  "Добавляйте кнопки Facebook \"Подписаться\", \"Нравится\" и \"Поделиться\" в "
1264
  "посты, страницы и виджеты сайта WordPress."
1265
 
1266
- #: product_list.php:128
1267
  msgid ""
1268
  "Add beautiful galleries, albums & images to your WordPress website in a few "
1269
  "clicks."
1270
  msgstr ""
1271
- "Добавляйте живописные галереи, альбомы и изображения на ваш сайт WordPress "
1272
- "всего в несколько кликов."
1273
 
1274
- #: product_list.php:138
1275
  msgid ""
1276
  "Stronger security solution which protects your WordPress website from hacks "
1277
  "and unauthorized login attempts."
@@ -1279,7 +1283,7 @@ msgstr ""
1279
  "Мощнейшее решение для безопасности, которое защищает ваш сайт WordPress от "
1280
  "взломов и неавторизованных попыток входа в систему."
1281
 
1282
- #: product_list.php:148
1283
  msgid ""
1284
  "Add Adsense ads to WordPress website pages, posts, custom posts, search "
1285
  "results, categories, tags, and widgets."
@@ -1287,27 +1291,23 @@ msgstr ""
1287
  "Добавляйте рекламу сервиса Adsense на страницы, посты, пользовательские "
1288
  "посты, результаты поиска, категории, теги и виджеты сайта WordPress."
1289
 
1290
- #: product_list.php:158
1291
  msgid "Add Google Analytics code to WordPress website and track basic stats."
1292
  msgstr ""
1293
  "Добавляйте код Google Analytics на ваш сайт WordPress и отслеживайте базовую "
1294
  "статистику сайта."
1295
 
1296
- #: product_list.php:168
1297
- msgid ""
1298
- "Protect WordPress website forms from spam entries with Google Captcha "
1299
- "(reCaptcha)."
1300
- msgstr ""
1301
- "Защищайте формы вашего сайта WordPress от спама с помощью Google Captcha "
1302
- "(reCaptcha)."
1303
 
1304
- #: product_list.php:178
1305
  msgid "Add customized Google maps to WordPress posts, pages and widgets."
1306
  msgstr ""
1307
  "Добавляйте пользовательские карты Google в посты, страницы и виджеты "
1308
  "WordPress."
1309
 
1310
- #: product_list.php:188
1311
  msgid ""
1312
  "Generate and add XML sitemap to WordPress website. Help search engines index "
1313
  "your blog."
@@ -1315,7 +1315,7 @@ msgstr ""
1315
  "Создавайте и добавляйте файлы XML sitemap на ваш сайт WordPress. Помогите "
1316
  "поисковым системам проиндексировать ваш блог."
1317
 
1318
- #: product_list.php:198
1319
  msgid ""
1320
  "Replace external WordPress website links with Google shortlinks and track "
1321
  "click stats."
@@ -1323,7 +1323,7 @@ msgstr ""
1323
  "Замените внешние ссылки сайта WordPress на короткие ссылки Google и "
1324
  "отслеживайте статистику кликов."
1325
 
1326
- #: product_list.php:205
1327
  msgid ""
1328
  "Protect WordPress website – allow and deny access for certain IP addresses, "
1329
  "hostnames, etc."
@@ -1331,7 +1331,7 @@ msgstr ""
1331
  "Защитите свой сайт WordPress - предоставляйте и запрещайте доступ с "
1332
  "определенных IP-адресов, имен хостов и т.д."
1333
 
1334
- #: product_list.php:215
1335
  msgid ""
1336
  "Create your personal job board and listing WordPress website. Search jobs, "
1337
  "submit CV/resumes, choose candidates."
@@ -1340,7 +1340,7 @@ msgstr ""
1340
  "WordPress. Осуществляйте поиск вакансий, подачу резюме/CV кандидата, выбор "
1341
  "кандидатов."
1342
 
1343
- #: product_list.php:222
1344
  msgid ""
1345
  "Protect WordPress website against brute force attacks. Limit rate of login "
1346
  "attempts."
@@ -1348,7 +1348,7 @@ msgstr ""
1348
  "Защищайте свой сайт WordPress от брутфорс-атак. Ограничивайте количество "
1349
  "попыток ввода логина."
1350
 
1351
- #: product_list.php:232
1352
  msgid ""
1353
  "Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. "
1354
  "5 plugins included – profile, insider, etc."
@@ -1357,7 +1357,7 @@ msgstr ""
1357
  "страницам и виджетам WordPress. 5 плагинов включено - Профиль, Инсайдер и т."
1358
  "д."
1359
 
1360
- #: product_list.php:242
1361
  msgid ""
1362
  "Translate WordPress website content to other languages manually. Create "
1363
  "multilingual pages, posts, widgets, menus, etc."
@@ -1365,7 +1365,7 @@ msgstr ""
1365
  "Переводите содержимое сайта WordPress на другие языки вручную. Создавайте "
1366
  "многоязычные страницы, посты, виджеты, меню и т.д."
1367
 
1368
- #: product_list.php:252
1369
  msgid ""
1370
  "Add customizable pagination to WordPress website. Split long content to "
1371
  "multiple pages for better navigation."
@@ -1373,7 +1373,7 @@ msgstr ""
1373
  "Добавляйте настраиваемую пагинацию на ваш сайт WordPress. Разбивайте "
1374
  "объемный контент на несколько страниц для лучшей навигации."
1375
 
1376
- #: product_list.php:262
1377
  msgid ""
1378
  "Generate PDF files and print WordPress posts/pages. Customize document "
1379
  "header/footer styles and appearance."
@@ -1381,7 +1381,7 @@ msgstr ""
1381
  "Создавайте PDF-файлы и печатайте посты/страницы сайта WordPress. "
1382
  "Настраивайте стили хедера/футера документа и его внешний вид."
1383
 
1384
- #: product_list.php:272
1385
  msgid ""
1386
  "Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, "
1387
  "Profile) to WordPress posts, pages and widgets."
@@ -1389,7 +1389,7 @@ msgstr ""
1389
  "Добавляйте кнопки Pinterest \"Подписаться\", \"Сохранить\" и виджеты профиля "
1390
  "(Пин, Доска, Профиль) к постам, страницам и виджетам WordPress."
1391
 
1392
- #: product_list.php:282
1393
  msgid ""
1394
  "Create your personal portfolio WordPress website. Manage and showcase past "
1395
  "projects to get more clients."
@@ -1397,13 +1397,13 @@ msgstr ""
1397
  "Создавайте и добавляйте портфолио на свой сайт WordPress. Управляйте и "
1398
  "демонстрируйте прошлые проекты, чтобы привлечь больше клиентов."
1399
 
1400
- #: product_list.php:292
1401
  msgid "Export WordPress posts to CSV file format easily. Configure data order."
1402
  msgstr ""
1403
  "С легкостью экспортируйте посты WordPress в файлы формата CSV. Настраивайте "
1404
  "порядок отображения данных."
1405
 
1406
- #: product_list.php:302
1407
  msgid ""
1408
  "Add extra fields to default WordPress user profile. The easiest way to "
1409
  "create and manage additional custom values."
@@ -1411,7 +1411,7 @@ msgstr ""
1411
  "Добавляйте пользовательские поля в стандартный профиль WordPress. Самый "
1412
  "простой способ создания и управления дополнительными полями."
1413
 
1414
- #: product_list.php:312
1415
  msgid ""
1416
  "Add and display HTML advertisement banner on WordPress website. Customize "
1417
  "bar styles and appearance."
@@ -1419,7 +1419,7 @@ msgstr ""
1419
  "Добавляйте и отображайте баннерную HTML рекламу на сайте WordPress. "
1420
  "Настраивайте стили и внешний вид баннера."
1421
 
1422
- #: product_list.php:322
1423
  msgid ""
1424
  "Add customizable quotes and tips blocks to WordPress posts, pages and "
1425
  "widgets."
@@ -1427,7 +1427,7 @@ msgstr ""
1427
  "Добавляйте настраиваемые цитаты и подсказки к постам, страницам и виджетам "
1428
  "WordPress."
1429
 
1430
- #: product_list.php:329
1431
  msgid ""
1432
  "Add rating plugin to your WordPress website to receive feedback from your "
1433
  "customers."
@@ -1435,7 +1435,7 @@ msgstr ""
1435
  "Добавляйте систему оценивания и рейтинга на ваш сайт WordPress и получайте "
1436
  "отзывы от ваших клиентов."
1437
 
1438
- #: product_list.php:339
1439
  msgid ""
1440
  "Create your personal real estate WordPress website. Sell, rent and buy "
1441
  "properties. Add, search and browse listings easily."
@@ -1444,7 +1444,7 @@ msgstr ""
1444
  "Продавайте, арендуйте и покупайте недвижимость. Легко добавляйте, находите и "
1445
  "просматривайте листинги."
1446
 
1447
- #: product_list.php:349
1448
  msgid ""
1449
  "Add related, featured, latest, and popular posts to your WordPress website. "
1450
  "Connect your blog readers with a relevant content."
@@ -1452,7 +1452,7 @@ msgstr ""
1452
  "Добавляйте похожие, избранные, последние и популярные посты на ваш сайт "
1453
  "WordPress. Предоставляйте своим читателям контент схожей тематики."
1454
 
1455
- #: product_list.php:356
1456
  msgid ""
1457
  "Send bulk email messages to WordPress users. Custom templates, advanced "
1458
  "settings and detailed reports."
@@ -1460,7 +1460,7 @@ msgstr ""
1460
  "Осуществляйте массовую рассылку писем пользователям WordPress. "
1461
  "Пользовательские шаблоны, дополнительные настройки и подробные отчеты."
1462
 
1463
- #: product_list.php:366
1464
  msgid ""
1465
  "The best responsive slider plugin for your WordPress website. Create "
1466
  "beautifully animated slides just in a few clicks."
@@ -1468,7 +1468,7 @@ msgstr ""
1468
  "Самый лучший адаптивный слайдер для вашего сайта WordPress. Создавайте "
1469
  "красиво анимированные слайды всего в несколько кликов."
1470
 
1471
- #: product_list.php:373
1472
  msgid ""
1473
  "Configure SMTP server to receive email messages from WordPress to Gmail, "
1474
  "Yahoo, Hotmail and other services."
@@ -1477,7 +1477,7 @@ msgstr ""
1477
  "WordPress на такие почтовые службы, как Gmail, Yahoo, Hotmail и многие "
1478
  "другие."
1479
 
1480
- #: product_list.php:380
1481
  msgid ""
1482
  "Add social media buttons and widgets to WordPress posts, pages and widgets. "
1483
  "FB, Twitter, Pinterest, LinkedIn."
@@ -1485,7 +1485,7 @@ msgstr ""
1485
  "Добавляйте кнопки и виджеты социальных сетей к постам, страницам и виджетам "
1486
  "WordPress. FB, Twitter, Pinterest, LinkedIn."
1487
 
1488
- #: product_list.php:390
1489
  msgid ""
1490
  "Add social media login, registration, and commenting to your WordPress "
1491
  "website."
@@ -1493,7 +1493,7 @@ msgstr ""
1493
  "Добавляйте на свой сайт WordPress возможность входа, регистрации и "
1494
  "комментирования с использованием существующих аккаунтов социальных сетей."
1495
 
1496
- #: product_list.php:397
1497
  msgid ""
1498
  "Add email newsletter sign up form to WordPress posts, pages and widgets. "
1499
  "Collect data and subscribe your users."
@@ -1501,7 +1501,7 @@ msgstr ""
1501
  "Добавляйте форму подписки на новостную рассылку в посты, страницы и виджеты "
1502
  "WordPress. Собирайте данные и осуществляйте подписку пользователей."
1503
 
1504
- #: product_list.php:407
1505
  msgid ""
1506
  "Add testimonials and feedbacks from your customers to WordPress website "
1507
  "posts, pages, and widgets."
@@ -1509,7 +1509,7 @@ msgstr ""
1509
  "Добавляйте рекомендации и отзывы ваших клиентов в посты, страницы и виджеты "
1510
  "сайта WordPress."
1511
 
1512
- #: product_list.php:414
1513
  msgid ""
1514
  "Best timesheet plugin for WordPress. Track employee time, streamline "
1515
  "attendance and generate reports."
@@ -1517,7 +1517,7 @@ msgstr ""
1517
  "Лучший плагин учёта рабочего времени на сайте WordPress. Отслеживайте время "
1518
  "работы сотрудников, оптимизируйте график работы в офисе и создавайте отчеты."
1519
 
1520
- #: product_list.php:424
1521
  msgid ""
1522
  "Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts "
1523
  "and pages."
@@ -1525,7 +1525,7 @@ msgstr ""
1525
  "Добавляйте кнопки Твиттера \"Читать\", \"Твитнуть\", \"Метка\" и \"Упомянуть"
1526
  "\" к постам и страницам WordPress. "
1527
 
1528
- #: product_list.php:434
1529
  msgid ""
1530
  "Automatically check and update WordPress website core with all installed "
1531
  "plugins and themes to the latest versions."
@@ -1533,7 +1533,7 @@ msgstr ""
1533
  "Выполняйте автоматическую проверку и обновление ядра WordPress до последних "
1534
  "версий со всеми установленными плагинами и темами."
1535
 
1536
- #: product_list.php:444
1537
  msgid ""
1538
  "Powerful user role management plugin for WordPress website. Create, edit, "
1539
  "copy, and delete user roles."
@@ -1541,7 +1541,7 @@ msgstr ""
1541
  "Эффективный плагин управления ролями пользователей для сайта WordPress. "
1542
  "Создавайте, редактируйте, копируйте и удаляйте роли пользователей."
1543
 
1544
- #: product_list.php:454
1545
  msgid ""
1546
  "Display live count of online visitors who are currently browsing your "
1547
  "WordPress website."
@@ -1549,7 +1549,7 @@ msgstr ""
1549
  "Ведите подсчет количества посетителей, которые в настоящее время "
1550
  "просматривают ваш сайт WordPress."
1551
 
1552
- #: product_list.php:464
1553
  msgid ""
1554
  "Backup and export Zendesk Help Center content automatically to your "
1555
  "WordPress website database."
@@ -1557,6 +1557,10 @@ msgstr ""
1557
  "Делайте автоматическое резервное копирование и экспорт содержимого Zendesk "
1558
  "Help Center в базу данных вашего сайта WordPress."
1559
 
 
 
 
 
1560
  #~ msgid "Add BWS Shortcode"
1561
  #~ msgstr "Добавить BWS шорткод"
1562
 
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2020-03-05 15:24+0200\n"
6
+ "PO-Revision-Date: 2020-03-05 15:25+0200\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <https://support.bestwebsoft.com>\n"
9
  "Language: ru\n"
13
  "X-Poedit-KeywordsList: __;_e;esc_attr_e;printf\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
+ "X-Generator: Poedit 2.3\n"
17
  "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
18
  "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
19
  "X-Poedit-SearchPath-0: .\n"
56
  msgid "Need help?"
57
  msgstr "Нужна помощь?"
58
 
59
+ #: bws_functions.php:104 bws_functions.php:940 class-bws-settings.php:1055
60
  msgid "Visit Help Center"
61
  msgstr "Перейти в Help Center"
62
 
180
  msgid "Settings"
181
  msgstr "Настройки"
182
 
183
+ #: bws_functions.php:253 bws_menu.php:326 class-bws-settings.php:791
184
+ #: class-bws-settings.php:1057 class-bws-settings.php:1067 deprecated.php:234
185
  msgid "or"
186
  msgstr "или"
187
 
251
  "Вы всегда можете просмотреть премиум опции нажав на кнопку \"Pro опции\" на "
252
  "вкладке \"Разное\"."
253
 
254
+ #: bws_functions.php:671
255
  msgid "Add shortcode"
256
  msgstr "Добавить шорткод"
257
 
258
+ #: bws_functions.php:671
259
  msgid "Add BestWebSoft plugins' shortcodes using this button."
260
  msgstr "Добавьте шорткоды BestWebSoft плагинов с помощью этой кнопки."
261
 
262
+ #: bws_functions.php:756
263
  msgid "Close"
264
  msgstr "Закрыть"
265
 
266
+ #: bws_functions.php:842
267
  msgid "Are you sure you want to restore default settings?"
268
  msgstr ""
269
  "Вы уверены что хотите восстановить все настройки плагина к настройкам по "
270
  "умолчанию?"
271
 
272
+ #: bws_functions.php:845
273
  msgid "Yes, restore all settings"
274
  msgstr "Да, восстановить все настройки"
275
 
276
+ #: bws_functions.php:846
277
  msgid "No, go back to the settings page"
278
  msgstr "Нет, вернуться на страницу настроек"
279
 
280
+ #: bws_functions.php:888
281
  msgid "Plugin"
282
  msgstr "Плагин"
283
 
284
+ #: bws_functions.php:897
285
  msgid "Shortcode settings"
286
  msgstr "Настройки шорткода"
287
 
288
+ #: bws_functions.php:902
289
  msgid "The shortcode will be inserted"
290
  msgstr "Будет вставлен шорткод"
291
 
292
+ #: bws_functions.php:945
293
  msgid "FAQ"
294
  msgstr "FAQ"
295
 
296
+ #: bws_functions.php:951
297
  msgid "For more information:"
298
  msgstr "Для дополнительной информации:"
299
 
300
+ #: bws_functions.php:952 bws_menu.php:400 class-bws-settings.php:755
301
  msgid "Documentation"
302
  msgstr "Документация"
303
 
304
+ #: bws_functions.php:953 bws_menu.php:402 class-bws-settings.php:757
305
  msgid "Video Instructions"
306
  msgstr "Видео инструкции"
307
 
308
+ #: bws_functions.php:954
309
  msgid "Submit a Request"
310
  msgstr "Отправить запрос"
311
 
312
+ #: bws_menu.php:101 class-bws-settings.php:841
313
  msgid "Wrong license key"
314
  msgstr "Неправильный лицензионный ключ"
315
 
316
+ #: bws_menu.php:122 class-bws-settings.php:868 class-bws-settings.php:939
317
+ #: class-bws-settings.php:977
318
  msgid ""
319
  "Something went wrong. Please try again later. If the error appears again, "
320
  "please contact us"
322
  "Что-то пошло не так. Повторите попытку позже. Если ошибка появится снова, "
323
  "пожалуйста, свяжитесь с нами"
324
 
325
+ #: bws_menu.php:122 class-bws-settings.php:868 class-bws-settings.php:939
326
+ #: class-bws-settings.php:977
327
  msgid "We are sorry for inconvenience."
328
  msgstr "Приносим извинения за неудобства."
329
 
330
+ #: bws_menu.php:129 class-bws-settings.php:874 class-bws-settings.php:983
331
  msgid "Wrong license key."
332
  msgstr "Неправильный лицензионный ключ."
333
 
356
  "обновлений и приоритетной тех.поддержки, вам необходимо продлить лицензию в "
357
  "вашей %s"
358
 
359
+ #: bws_menu.php:137 class-bws-settings.php:991
360
  msgid ""
361
  "Unfortunately, the Pro licence was already installed to this domain. The Pro "
362
  "Trial license can be installed only once."
364
  "К сожалению, Pro лицензия уже была установлена на этом доменен. Pro Trial "
365
  "лицензия может быть установлена только один раз."
366
 
367
+ #: bws_menu.php:142 class-bws-settings.php:889
368
  msgid "The license key is valid."
369
  msgstr "Лицензионный ключ действителен."
370
 
371
+ #: bws_menu.php:144 class-bws-settings.php:893
372
  msgid "Your license will expire on"
373
  msgstr "Ваша лицензия истечет"
374
 
376
  msgid "Congratulations! Pro Membership license is activated successfully."
377
  msgstr "Поздравляем! Pro Membership лицензия успешно активирована."
378
 
379
+ #: bws_menu.php:153 class-bws-settings.php:1001
380
  msgid ""
381
  "Something went wrong. Try again later or upload the plugin manually. We are "
382
  "sorry for inconvenience."
572
  msgid "Subscribe to Pro Membership"
573
  msgstr "Подписаться на Pro Membership"
574
 
575
+ #: bws_menu.php:334 bws_menu.php:345 class-bws-settings.php:804
576
  #: deprecated.php:123
577
  msgid "Check license key"
578
  msgstr "Проверка лицензионного ключа"
582
  msgstr "Ваш лицензионный ключ"
583
 
584
  #: bws_menu.php:343 bws_menu.php:538 bws_menu.php:547
585
+ #: class-bws-settings.php:783 deprecated.php:155 deprecated.php:163
586
  #: deprecated.php:240 deprecated.php:249
587
  msgid "Activate"
588
  msgstr "Активировать"
620
  msgid "Download Pro Plugin"
621
  msgstr "Загрузить Pro плагина"
622
 
623
+ #: bws_menu.php:384 class-bws-settings.php:738
624
  msgid "Your Pro plugin is ready"
625
  msgstr "Ваш Pro плагин готов"
626
 
627
+ #: bws_menu.php:386 class-bws-settings.php:740
628
  msgid "Your plugin has been zipped, and now is ready to download."
629
  msgstr "Ваш плагин заархивирован, и готов к загрузке."
630
 
631
+ #: bws_menu.php:389 class-bws-settings.php:743
632
  msgid "Download Now"
633
  msgstr "Загрузить сейчас"
634
 
635
+ #: bws_menu.php:393 class-bws-settings.php:747
636
  msgid "Need help installing the plugin?"
637
  msgstr "Нужна помощь в установке плагина?"
638
 
639
+ #: bws_menu.php:395 class-bws-settings.php:749
640
  msgid "How to install WordPress plugin from your admin Dashboard (ZIP archive)"
641
  msgstr "Как установить WordPress плагин с админ панели (ZIP архив)"
642
 
643
+ #: bws_menu.php:398 class-bws-settings.php:753
644
  msgid "Get Started"
645
  msgstr "Начать "
646
 
647
+ #: bws_menu.php:404 class-bws-settings.php:759
648
  msgid "Knowledge Base"
649
  msgstr "База Знаний"
650
 
705
  msgid "Get Pro"
706
  msgstr "Получить Pro"
707
 
708
+ #: bws_menu.php:524 class-bws-settings.php:174 class-bws-settings.php:1064
709
  msgid "Upgrade to Pro"
710
  msgstr "Обновить до Pro"
711
 
895
  msgid "Import / Export"
896
  msgstr "Импорт / Экспорт"
897
 
898
+ #: class-bws-settings.php:723
899
  msgid "License Key"
900
  msgstr "Лицензионный ключ"
901
 
902
+ #: class-bws-settings.php:785
903
  #, php-format
904
  msgid "Enter your license key to activate %s and get premium plugin features."
905
  msgstr ""
906
  "Введите лицензионный ключ для активации %s и получения дополнительных "
907
  "возможностей плагина."
908
 
909
+ #: class-bws-settings.php:788 class-bws-settings.php:987 deprecated.php:243
910
  msgid ""
911
  "Unfortunately, you have exceeded the number of available tries per day. "
912
  "Please, upload the plugin manually."
914
  "К сожалению, вы превысили количество доступных попыток в день. Пожалуйста, "
915
  "загрузите плагин вручную."
916
 
917
+ #: class-bws-settings.php:791 deprecated.php:234
918
  #, php-format
919
  msgid "Start Your Free %s-Day Trial Now"
920
  msgstr "Попробуйте %s-дневную Trial версию бесплатно"
921
 
922
+ #: class-bws-settings.php:806
923
  msgid ""
924
  "If necessary, you can check if the license key is correct or reenter it in "
925
  "the field below."
926
  msgstr ""
927
  "При необходимости вы можете проверить валидность лицензионного ключа или "
928
+ "повторно ввести его в поле выше."
929
 
930
+ #: class-bws-settings.php:815
931
  msgid "Manage License Settings"
932
  msgstr "Управление настройками лицензий"
933
 
934
+ #: class-bws-settings.php:817
935
  msgid "Login to Client Area"
936
  msgstr "Зайти в Client Area"
937
 
938
+ #: class-bws-settings.php:819
939
  msgid ""
940
  "Manage active licenses, download BWS products, and view your payment history "
941
  "using BestWebSoft Client Area."
943
  "Управляй активными лицензиями, загружай BWS продукты, а также просматривай "
944
  "историю платежей с помощью BestWebSoft Client Area."
945
 
946
+ #: class-bws-settings.php:876 class-bws-settings.php:985
947
  msgid "This license key is bound to another site."
948
  msgstr "Этот лицензионный ключ привязан к другому сайту."
949
 
950
+ #: class-bws-settings.php:878
951
  msgid ""
952
  "This license key is valid, but Your license has expired. If you want to "
953
  "update our plugin in future, you should extend the license."
955
  "Лицензионный ключ принят, но срок действия лицензии истек. Если вы хотите "
956
  "обновлять плагин в будущем, вы должны продлить лицензию."
957
 
958
+ #: class-bws-settings.php:880
959
  msgid "Unfortunately, you have exceeded the number of available tries."
960
  msgstr "К сожалению, вы превысили количество доступных попыток."
961
 
962
+ #: class-bws-settings.php:882
963
  msgid ""
964
  "Unfortunately, the Pro Trial licence was already installed to this domain. "
965
  "The Pro Trial license can be installed only once."
967
  "К сожалению, Pro Trial версия плагина уже устанавливалась на этот домен. Pro "
968
  "Trial версию можно устанавливать лишь один раз."
969
 
970
+ #: class-bws-settings.php:887
971
  msgid "The Pro Trial license key is valid."
972
  msgstr "Ключ Pro Trial версии действителен."
973
 
974
+ #: class-bws-settings.php:897 deprecated.php:142
975
  #, php-format
976
  msgid ""
977
  "In order to continue using the plugin it is necessary to buy a %s license."
978
  msgstr ""
979
  "Чтобы продолжить пользоваться плагином, необходимо приобрести %s лицензию."
980
 
981
+ #: class-bws-settings.php:989
982
  #, php-format
983
  msgid ""
984
  "Unfortunately, Your license has expired. To continue getting top-priority "
988
  "обновлений и приоритетной тех.поддержки, вам необходимо продлить лицензию в "
989
  "вашей %s."
990
 
991
+ #: class-bws-settings.php:1038
992
  msgid "Please, enter Your license key"
993
  msgstr "Пожалуйста, введите ваш лицензионный ключ"
994
 
995
+ #: class-bws-settings.php:1051
996
  msgid "Need Help?"
997
  msgstr "Нужна помощь?"
998
 
999
+ #: class-bws-settings.php:1053
1000
  msgid "Read the Instruction"
1001
  msgstr "Читать инструкцию"
1002
 
1003
+ #: class-bws-settings.php:1057
1004
  msgid "Watch the Video"
1005
  msgstr "Смотреть видео"
1006
 
1007
+ #: class-bws-settings.php:1068
1008
  msgid "Start Your Free Trial"
1009
  msgstr "Использовать бесплатную Trial версию"
1010
 
1199
 
1200
  #: product_list.php:22
1201
  msgid "Best secure captcha plugin to protect your WordPress forms."
1202
+ msgstr "Лучший плагин капчи, который защитит формы вашего сайта WordPress."
1203
 
1204
  #: product_list.php:32
 
 
 
 
1205
  msgid "Create your own rental website for car renting and booking."
1206
  msgstr "Создайте свой собственный сайт проката и резервирования автомобилей."
1207
 
1208
+ #: product_list.php:44
1209
+ msgid ""
1210
+ "Add columns with custom content to WordPress website pages, posts, widgets, "
1211
+ "etc."
1212
+ msgstr ""
1213
+ "Добавляйте столбцы с пользовательским контентом в ваш WordPress сайт на "
1214
+ "страницы, посты, виджеты, и т.д."
1215
+
1216
+ #: product_list.php:51
1217
  msgid ""
1218
  "Allow customers to reach you using secure contact form plugin any website "
1219
  "must have."
1221
  "Предоставьте возможность клиентам осуществлять связь с вами через безопасный "
1222
  "плагин контактной формы, который должен иметь любой сайт."
1223
 
1224
+ #: product_list.php:61
1225
  msgid "Add unlimited number of contact forms to WordPress website."
1226
  msgstr ""
1227
  "Добавляйте неограниченное количество контактных форм на ваш сайт WordPress."
1228
 
1229
+ #: product_list.php:71
1230
  msgid "Save and manage Contact Form messages. Never lose important data."
1231
  msgstr ""
1232
  "Сохраняйте и управляйте сообщениями плагина Contact Form. Никогда не теряйте "
1233
  "важные данные."
1234
 
1235
+ #: product_list.php:81
1236
  msgid "Add unlimited custom pages to WordPress admin dashboard."
1237
  msgstr ""
1238
  "Добавляйте неограниченное количество пользовательских страниц в панели "
1239
  "администратора WordPress."
1240
 
1241
+ #: product_list.php:91
1242
  msgid ""
1243
  "Add custom post types and taxonomies to WordPress website search results."
1244
  msgstr ""
1245
  "Добавляйте пользовательские типы постов и таксономии в результаты поиска на "
1246
  "вашем сайте WordPress."
1247
 
1248
+ #: product_list.php:101
1249
  msgid "Add PayPal and 2CO donate buttons to receive charity payments."
1250
  msgstr ""
1251
  "Добавляйте кнопки PayPal и 2CO, чтобы получать пожертвования и "
1252
  "благотворительные взносы."
1253
 
1254
+ #: product_list.php:108
1255
  msgid ""
1256
  "Get latest error log messages to diagnose website problems. Define and fix "
1257
  "issues faster."
1259
  "Получайте последние сообщения из журнала ошибок для диагностики проблем "
1260
  "сайта. Быстрее выявляйте и устраняйте проблемы."
1261
 
1262
+ #: product_list.php:115
1263
  msgid ""
1264
  "Add Facebook Follow, Like, and Share buttons to WordPress posts, pages, and "
1265
  "widgets."
1267
  "Добавляйте кнопки Facebook \"Подписаться\", \"Нравится\" и \"Поделиться\" в "
1268
  "посты, страницы и виджеты сайта WordPress."
1269
 
1270
+ #: product_list.php:125
1271
  msgid ""
1272
  "Add beautiful galleries, albums & images to your WordPress website in a few "
1273
  "clicks."
1274
  msgstr ""
1275
+ "Добавляйте живописные галереи, альбомы, изображения и категории галереи на "
1276
+ "ваш сайт WordPress всего в несколько кликов."
1277
 
1278
+ #: product_list.php:135
1279
  msgid ""
1280
  "Stronger security solution which protects your WordPress website from hacks "
1281
  "and unauthorized login attempts."
1283
  "Мощнейшее решение для безопасности, которое защищает ваш сайт WordPress от "
1284
  "взломов и неавторизованных попыток входа в систему."
1285
 
1286
+ #: product_list.php:145
1287
  msgid ""
1288
  "Add Adsense ads to WordPress website pages, posts, custom posts, search "
1289
  "results, categories, tags, and widgets."
1291
  "Добавляйте рекламу сервиса Adsense на страницы, посты, пользовательские "
1292
  "посты, результаты поиска, категории, теги и виджеты сайта WordPress."
1293
 
1294
+ #: product_list.php:155
1295
  msgid "Add Google Analytics code to WordPress website and track basic stats."
1296
  msgstr ""
1297
  "Добавляйте код Google Analytics на ваш сайт WordPress и отслеживайте базовую "
1298
  "статистику сайта."
1299
 
1300
+ #: product_list.php:165
1301
+ msgid "Protect WordPress website forms from spam entries with reCaptcha."
1302
+ msgstr "Защищайте формы вашего сайта WordPress от спама с помощью reCaptcha."
 
 
 
 
1303
 
1304
+ #: product_list.php:175
1305
  msgid "Add customized Google maps to WordPress posts, pages and widgets."
1306
  msgstr ""
1307
  "Добавляйте пользовательские карты Google в посты, страницы и виджеты "
1308
  "WordPress."
1309
 
1310
+ #: product_list.php:185
1311
  msgid ""
1312
  "Generate and add XML sitemap to WordPress website. Help search engines index "
1313
  "your blog."
1315
  "Создавайте и добавляйте файлы XML sitemap на ваш сайт WordPress. Помогите "
1316
  "поисковым системам проиндексировать ваш блог."
1317
 
1318
+ #: product_list.php:195
1319
  msgid ""
1320
  "Replace external WordPress website links with Google shortlinks and track "
1321
  "click stats."
1323
  "Замените внешние ссылки сайта WordPress на короткие ссылки Google и "
1324
  "отслеживайте статистику кликов."
1325
 
1326
+ #: product_list.php:202
1327
  msgid ""
1328
  "Protect WordPress website – allow and deny access for certain IP addresses, "
1329
  "hostnames, etc."
1331
  "Защитите свой сайт WordPress - предоставляйте и запрещайте доступ с "
1332
  "определенных IP-адресов, имен хостов и т.д."
1333
 
1334
+ #: product_list.php:212
1335
  msgid ""
1336
  "Create your personal job board and listing WordPress website. Search jobs, "
1337
  "submit CV/resumes, choose candidates."
1340
  "WordPress. Осуществляйте поиск вакансий, подачу резюме/CV кандидата, выбор "
1341
  "кандидатов."
1342
 
1343
+ #: product_list.php:219
1344
  msgid ""
1345
  "Protect WordPress website against brute force attacks. Limit rate of login "
1346
  "attempts."
1348
  "Защищайте свой сайт WordPress от брутфорс-атак. Ограничивайте количество "
1349
  "попыток ввода логина."
1350
 
1351
+ #: product_list.php:229
1352
  msgid ""
1353
  "Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. "
1354
  "5 plugins included – profile, insider, etc."
1357
  "страницам и виджетам WordPress. 5 плагинов включено - Профиль, Инсайдер и т."
1358
  "д."
1359
 
1360
+ #: product_list.php:239
1361
  msgid ""
1362
  "Translate WordPress website content to other languages manually. Create "
1363
  "multilingual pages, posts, widgets, menus, etc."
1365
  "Переводите содержимое сайта WordPress на другие языки вручную. Создавайте "
1366
  "многоязычные страницы, посты, виджеты, меню и т.д."
1367
 
1368
+ #: product_list.php:249
1369
  msgid ""
1370
  "Add customizable pagination to WordPress website. Split long content to "
1371
  "multiple pages for better navigation."
1373
  "Добавляйте настраиваемую пагинацию на ваш сайт WordPress. Разбивайте "
1374
  "объемный контент на несколько страниц для лучшей навигации."
1375
 
1376
+ #: product_list.php:259
1377
  msgid ""
1378
  "Generate PDF files and print WordPress posts/pages. Customize document "
1379
  "header/footer styles and appearance."
1381
  "Создавайте PDF-файлы и печатайте посты/страницы сайта WordPress. "
1382
  "Настраивайте стили хедера/футера документа и его внешний вид."
1383
 
1384
+ #: product_list.php:269
1385
  msgid ""
1386
  "Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, "
1387
  "Profile) to WordPress posts, pages and widgets."
1389
  "Добавляйте кнопки Pinterest \"Подписаться\", \"Сохранить\" и виджеты профиля "
1390
  "(Пин, Доска, Профиль) к постам, страницам и виджетам WordPress."
1391
 
1392
+ #: product_list.php:279
1393
  msgid ""
1394
  "Create your personal portfolio WordPress website. Manage and showcase past "
1395
  "projects to get more clients."
1397
  "Создавайте и добавляйте портфолио на свой сайт WordPress. Управляйте и "
1398
  "демонстрируйте прошлые проекты, чтобы привлечь больше клиентов."
1399
 
1400
+ #: product_list.php:289
1401
  msgid "Export WordPress posts to CSV file format easily. Configure data order."
1402
  msgstr ""
1403
  "С легкостью экспортируйте посты WordPress в файлы формата CSV. Настраивайте "
1404
  "порядок отображения данных."
1405
 
1406
+ #: product_list.php:299
1407
  msgid ""
1408
  "Add extra fields to default WordPress user profile. The easiest way to "
1409
  "create and manage additional custom values."
1411
  "Добавляйте пользовательские поля в стандартный профиль WordPress. Самый "
1412
  "простой способ создания и управления дополнительными полями."
1413
 
1414
+ #: product_list.php:309
1415
  msgid ""
1416
  "Add and display HTML advertisement banner on WordPress website. Customize "
1417
  "bar styles and appearance."
1419
  "Добавляйте и отображайте баннерную HTML рекламу на сайте WordPress. "
1420
  "Настраивайте стили и внешний вид баннера."
1421
 
1422
+ #: product_list.php:319
1423
  msgid ""
1424
  "Add customizable quotes and tips blocks to WordPress posts, pages and "
1425
  "widgets."
1427
  "Добавляйте настраиваемые цитаты и подсказки к постам, страницам и виджетам "
1428
  "WordPress."
1429
 
1430
+ #: product_list.php:326
1431
  msgid ""
1432
  "Add rating plugin to your WordPress website to receive feedback from your "
1433
  "customers."
1435
  "Добавляйте систему оценивания и рейтинга на ваш сайт WordPress и получайте "
1436
  "отзывы от ваших клиентов."
1437
 
1438
+ #: product_list.php:336
1439
  msgid ""
1440
  "Create your personal real estate WordPress website. Sell, rent and buy "
1441
  "properties. Add, search and browse listings easily."
1444
  "Продавайте, арендуйте и покупайте недвижимость. Легко добавляйте, находите и "
1445
  "просматривайте листинги."
1446
 
1447
+ #: product_list.php:346
1448
  msgid ""
1449
  "Add related, featured, latest, and popular posts to your WordPress website. "
1450
  "Connect your blog readers with a relevant content."
1452
  "Добавляйте похожие, избранные, последние и популярные посты на ваш сайт "
1453
  "WordPress. Предоставляйте своим читателям контент схожей тематики."
1454
 
1455
+ #: product_list.php:353
1456
  msgid ""
1457
  "Send bulk email messages to WordPress users. Custom templates, advanced "
1458
  "settings and detailed reports."
1460
  "Осуществляйте массовую рассылку писем пользователям WordPress. "
1461
  "Пользовательские шаблоны, дополнительные настройки и подробные отчеты."
1462
 
1463
+ #: product_list.php:363
1464
  msgid ""
1465
  "The best responsive slider plugin for your WordPress website. Create "
1466
  "beautifully animated slides just in a few clicks."
1468
  "Самый лучший адаптивный слайдер для вашего сайта WordPress. Создавайте "
1469
  "красиво анимированные слайды всего в несколько кликов."
1470
 
1471
+ #: product_list.php:370
1472
  msgid ""
1473
  "Configure SMTP server to receive email messages from WordPress to Gmail, "
1474
  "Yahoo, Hotmail and other services."
1477
  "WordPress на такие почтовые службы, как Gmail, Yahoo, Hotmail и многие "
1478
  "другие."
1479
 
1480
+ #: product_list.php:377
1481
  msgid ""
1482
  "Add social media buttons and widgets to WordPress posts, pages and widgets. "
1483
  "FB, Twitter, Pinterest, LinkedIn."
1485
  "Добавляйте кнопки и виджеты социальных сетей к постам, страницам и виджетам "
1486
  "WordPress. FB, Twitter, Pinterest, LinkedIn."
1487
 
1488
+ #: product_list.php:387
1489
  msgid ""
1490
  "Add social media login, registration, and commenting to your WordPress "
1491
  "website."
1493
  "Добавляйте на свой сайт WordPress возможность входа, регистрации и "
1494
  "комментирования с использованием существующих аккаунтов социальных сетей."
1495
 
1496
+ #: product_list.php:394
1497
  msgid ""
1498
  "Add email newsletter sign up form to WordPress posts, pages and widgets. "
1499
  "Collect data and subscribe your users."
1501
  "Добавляйте форму подписки на новостную рассылку в посты, страницы и виджеты "
1502
  "WordPress. Собирайте данные и осуществляйте подписку пользователей."
1503
 
1504
+ #: product_list.php:404
1505
  msgid ""
1506
  "Add testimonials and feedbacks from your customers to WordPress website "
1507
  "posts, pages, and widgets."
1509
  "Добавляйте рекомендации и отзывы ваших клиентов в посты, страницы и виджеты "
1510
  "сайта WordPress."
1511
 
1512
+ #: product_list.php:411
1513
  msgid ""
1514
  "Best timesheet plugin for WordPress. Track employee time, streamline "
1515
  "attendance and generate reports."
1517
  "Лучший плагин учёта рабочего времени на сайте WordPress. Отслеживайте время "
1518
  "работы сотрудников, оптимизируйте график работы в офисе и создавайте отчеты."
1519
 
1520
+ #: product_list.php:421
1521
  msgid ""
1522
  "Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts "
1523
  "and pages."
1525
  "Добавляйте кнопки Твиттера \"Читать\", \"Твитнуть\", \"Метка\" и \"Упомянуть"
1526
  "\" к постам и страницам WordPress. "
1527
 
1528
+ #: product_list.php:431
1529
  msgid ""
1530
  "Automatically check and update WordPress website core with all installed "
1531
  "plugins and themes to the latest versions."
1533
  "Выполняйте автоматическую проверку и обновление ядра WordPress до последних "
1534
  "версий со всеми установленными плагинами и темами."
1535
 
1536
+ #: product_list.php:441
1537
  msgid ""
1538
  "Powerful user role management plugin for WordPress website. Create, edit, "
1539
  "copy, and delete user roles."
1541
  "Эффективный плагин управления ролями пользователей для сайта WordPress. "
1542
  "Создавайте, редактируйте, копируйте и удаляйте роли пользователей."
1543
 
1544
+ #: product_list.php:451
1545
  msgid ""
1546
  "Display live count of online visitors who are currently browsing your "
1547
  "WordPress website."
1549
  "Ведите подсчет количества посетителей, которые в настоящее время "
1550
  "просматривают ваш сайт WordPress."
1551
 
1552
+ #: product_list.php:461
1553
  msgid ""
1554
  "Backup and export Zendesk Help Center content automatically to your "
1555
  "WordPress website database."
1557
  "Делайте автоматическое резервное копирование и экспорт содержимого Zendesk "
1558
  "Help Center в базу данных вашего сайта WordPress."
1559
 
1560
+ #~ msgid "Create your personal car rental/booking and reservation website."
1561
+ #~ msgstr ""
1562
+ #~ "Создайте свой собственный сайт проката и резервирования автомобилей."
1563
+
1564
  #~ msgid "Add BWS Shortcode"
1565
  #~ msgstr "Добавить BWS шорткод"
1566
 
bws_menu/languages/bestwebsoft-uk.mo CHANGED
Binary file
bws_menu/languages/bestwebsoft-uk.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2019-12-16 12:56+0200\n"
6
- "PO-Revision-Date: 2019-12-16 12:57+0200\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <https://support.bestwebsoft.com>\n"
9
  "Language: uk\n"
@@ -13,7 +13,7 @@ msgstr ""
13
  "X-Poedit-KeywordsList: __;_e;esc_attr_e;sprintf;printf\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
- "X-Generator: Poedit 2.2.4\n"
17
  "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
18
  "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
19
  "X-Poedit-SearchPath-0: .\n"
@@ -68,7 +68,7 @@ msgstr "Оцінити"
68
  msgid "Need help?"
69
  msgstr "Потрібна допомога?"
70
 
71
- #: bws_functions.php:104 bws_functions.php:963 class-bws-settings.php:1052
72
  msgid "Visit Help Center"
73
  msgstr "Перейти до Help Center"
74
 
@@ -191,8 +191,8 @@ msgstr "Розпочнемо"
191
  msgid "Settings"
192
  msgstr "Налаштування"
193
 
194
- #: bws_functions.php:253 bws_menu.php:326 class-bws-settings.php:789
195
- #: class-bws-settings.php:1054 class-bws-settings.php:1064 deprecated.php:234
196
  msgid "or"
197
  msgstr "або"
198
 
@@ -261,68 +261,68 @@ msgstr ""
261
  "Ви завжди можете подивитися на преміум опції, натиснувши на кнопку \"Pro "
262
  "опції\" на вкладці \"Різне\"."
263
 
264
- #: bws_functions.php:672
265
  msgid "Add shortcode"
266
  msgstr "Додати шорткод"
267
 
268
- #: bws_functions.php:672
269
  msgid "Add BestWebSoft plugins' shortcodes using this button."
270
  msgstr "Додайте шорткоди BestWebSoft плагінів за допомогою цієї кнопки."
271
 
272
- #: bws_functions.php:779
273
  msgid "Close"
274
  msgstr "Закрити"
275
 
276
- #: bws_functions.php:865
277
  msgid "Are you sure you want to restore default settings?"
278
  msgstr "Ви впевнені, що хочете скинути налаштування плагіну до стандартних?"
279
 
280
- #: bws_functions.php:868
281
  msgid "Yes, restore all settings"
282
  msgstr "Так, скинути налаштування"
283
 
284
- #: bws_functions.php:869
285
  msgid "No, go back to the settings page"
286
  msgstr "Ні, повернутись назад на сторінку налаштувань"
287
 
288
- #: bws_functions.php:911
289
  msgid "Plugin"
290
  msgstr "Плагін"
291
 
292
- #: bws_functions.php:920
293
  msgid "Shortcode settings"
294
  msgstr "Налаштування шорткоду"
295
 
296
- #: bws_functions.php:925
297
  msgid "The shortcode will be inserted"
298
  msgstr "Буде вставлено шорткод"
299
 
300
- #: bws_functions.php:968
301
  msgid "FAQ"
302
  msgstr "FAQ"
303
 
304
- #: bws_functions.php:974
305
  msgid "For more information:"
306
  msgstr "Для отримання додаткової інформації:"
307
 
308
- #: bws_functions.php:975 bws_menu.php:400 class-bws-settings.php:753
309
  msgid "Documentation"
310
  msgstr "Документація"
311
 
312
- #: bws_functions.php:976 bws_menu.php:402 class-bws-settings.php:755
313
  msgid "Video Instructions"
314
  msgstr "Відео інструкції"
315
 
316
- #: bws_functions.php:977
317
  msgid "Submit a Request"
318
  msgstr "Надіслати запит"
319
 
320
- #: bws_menu.php:101 class-bws-settings.php:838
321
  msgid "Wrong license key"
322
  msgstr "Невірний ключ ліцензії"
323
 
324
- #: bws_menu.php:122 class-bws-settings.php:865 class-bws-settings.php:936
325
- #: class-bws-settings.php:974
326
  msgid ""
327
  "Something went wrong. Please try again later. If the error appears again, "
328
  "please contact us"
@@ -330,12 +330,12 @@ msgstr ""
330
  "Щось не так, спробуйте пізніше. Якщо помилка повториться, будь ласка, "
331
  "повідомте нам"
332
 
333
- #: bws_menu.php:122 class-bws-settings.php:865 class-bws-settings.php:936
334
- #: class-bws-settings.php:974
335
  msgid "We are sorry for inconvenience."
336
  msgstr "Просимо вибачення за незручності."
337
 
338
- #: bws_menu.php:129 class-bws-settings.php:871 class-bws-settings.php:980
339
  msgid "Wrong license key."
340
  msgstr "Неправильний ліцензійний ключ."
341
 
@@ -363,7 +363,7 @@ msgstr ""
363
  "На жаль, ваша ліцензія скінчилась. Для того, щоб і надалі отримувати "
364
  "першочергову техпідтримку і оновлення, будь ласка, продовжте ліцензію на %s"
365
 
366
- #: bws_menu.php:137 class-bws-settings.php:988
367
  msgid ""
368
  "Unfortunately, the Pro licence was already installed to this domain. The Pro "
369
  "Trial license can be installed only once."
@@ -371,11 +371,11 @@ msgstr ""
371
  "На жаль, Pro ліцензія уже використовувалась на цьому домені. Тріал Pro "
372
  "версії плагіну можна використати лише один раз."
373
 
374
- #: bws_menu.php:142 class-bws-settings.php:886
375
  msgid "The license key is valid."
376
  msgstr "Ліцензійний ключ дійсний."
377
 
378
- #: bws_menu.php:144 class-bws-settings.php:890
379
  msgid "Your license will expire on"
380
  msgstr "Ваша ліцензія закінчується"
381
 
@@ -383,7 +383,7 @@ msgstr "Ваша ліцензія закінчується"
383
  msgid "Congratulations! Pro Membership license is activated successfully."
384
  msgstr "Вітаємо! Pro Membership ліцензія успішно активована."
385
 
386
- #: bws_menu.php:153 class-bws-settings.php:998
387
  msgid ""
388
  "Something went wrong. Try again later or upload the plugin manually. We are "
389
  "sorry for inconvenience."
@@ -579,7 +579,7 @@ msgstr "Отримати доступ до %s+ преміум плагинам"
579
  msgid "Subscribe to Pro Membership"
580
  msgstr "Підписатися на Pro Membership"
581
 
582
- #: bws_menu.php:334 bws_menu.php:345 class-bws-settings.php:802
583
  #: deprecated.php:123
584
  msgid "Check license key"
585
  msgstr "Перевірте ліцензійний ключ"
@@ -589,7 +589,7 @@ msgid "Enter your license key"
589
  msgstr "Ваш ліцензійний ключ"
590
 
591
  #: bws_menu.php:343 bws_menu.php:538 bws_menu.php:547
592
- #: class-bws-settings.php:781 deprecated.php:155 deprecated.php:163
593
  #: deprecated.php:240 deprecated.php:249
594
  msgid "Activate"
595
  msgstr "Активувати"
@@ -627,32 +627,32 @@ msgstr "Плагін <strong>активовано</strong>."
627
  msgid "Download Pro Plugin"
628
  msgstr "Завантажити Pro плагін"
629
 
630
- #: bws_menu.php:384 class-bws-settings.php:736
631
  msgid "Your Pro plugin is ready"
632
  msgstr "Ваш Pro плагін готовий"
633
 
634
- #: bws_menu.php:386 class-bws-settings.php:738
635
  msgid "Your plugin has been zipped, and now is ready to download."
636
  msgstr "Ваш плагін був спакованний і тепер готовий до завантаження."
637
 
638
- #: bws_menu.php:389 class-bws-settings.php:741
639
  msgid "Download Now"
640
  msgstr "Завантажити Зараз"
641
 
642
- #: bws_menu.php:393 class-bws-settings.php:745
643
  msgid "Need help installing the plugin?"
644
  msgstr "Потрібна допомога в установці плагіна?"
645
 
646
- #: bws_menu.php:395 class-bws-settings.php:747
647
  msgid "How to install WordPress plugin from your admin Dashboard (ZIP archive)"
648
  msgstr ""
649
  "Як встановити WordPress плагін з вашої панелі адміністратора (ZIP архів)"
650
 
651
- #: bws_menu.php:398 class-bws-settings.php:751
652
  msgid "Get Started"
653
  msgstr "Розпочнемо"
654
 
655
- #: bws_menu.php:404 class-bws-settings.php:757
656
  msgid "Knowledge Base"
657
  msgstr "База знань"
658
 
@@ -713,7 +713,7 @@ msgstr "Оновити до версії %s"
713
  msgid "Get Pro"
714
  msgstr "Отримати Pro"
715
 
716
- #: bws_menu.php:524 class-bws-settings.php:174 class-bws-settings.php:1061
717
  msgid "Upgrade to Pro"
718
  msgstr "Оновити до Pro"
719
 
@@ -903,18 +903,18 @@ msgstr "Відновити всі налаштування плагіна до
903
  msgid "Import / Export"
904
  msgstr "Імпорт / Експорт"
905
 
906
- #: class-bws-settings.php:721
907
  msgid "License Key"
908
  msgstr "Ключ ліцензії"
909
 
910
- #: class-bws-settings.php:783
911
  #, php-format
912
  msgid "Enter your license key to activate %s and get premium plugin features."
913
  msgstr ""
914
  "Введіть ліцензійний ключ для активації %s і отримання додаткових можливостей "
915
  "плагіна."
916
 
917
- #: class-bws-settings.php:786 class-bws-settings.php:984 deprecated.php:243
918
  msgid ""
919
  "Unfortunately, you have exceeded the number of available tries per day. "
920
  "Please, upload the plugin manually."
@@ -922,28 +922,28 @@ msgstr ""
922
  "На жаль, ви перевищили кількість доступних спроб на день. Будь ласка, "
923
  "завантажте плагін вручну"
924
 
925
- #: class-bws-settings.php:789 deprecated.php:234
926
  #, php-format
927
  msgid "Start Your Free %s-Day Trial Now"
928
  msgstr "Спробуйте %s-денну Trial версію безкоштовно"
929
 
930
- #: class-bws-settings.php:804
931
  msgid ""
932
  "If necessary, you can check if the license key is correct or reenter it in "
933
  "the field below."
934
  msgstr ""
935
  "При необхідності ви можете перевірити правильність вашого ліцензійного ключа "
936
- "або знову ввести його у полі, що знаходиться нижче."
937
 
938
- #: class-bws-settings.php:813
939
  msgid "Manage License Settings"
940
  msgstr "Управління налаштуваннями ліцензій"
941
 
942
- #: class-bws-settings.php:815
943
  msgid "Login to Client Area"
944
  msgstr "Зайти в Client Area"
945
 
946
- #: class-bws-settings.php:817
947
  msgid ""
948
  "Manage active licenses, download BWS products, and view your payment history "
949
  "using BestWebSoft Client Area."
@@ -951,11 +951,11 @@ msgstr ""
951
  "Керуй активними ліцензіями, завантажуй BWS продукти, а також переглядай "
952
  "історію платежів за допомогою BestWebSoft Client Area."
953
 
954
- #: class-bws-settings.php:873 class-bws-settings.php:982
955
  msgid "This license key is bound to another site."
956
  msgstr "Цей ліцензійний ключ прив'язано до іншого сайту."
957
 
958
- #: class-bws-settings.php:875
959
  msgid ""
960
  "This license key is valid, but Your license has expired. If you want to "
961
  "update our plugin in future, you should extend the license."
@@ -963,11 +963,11 @@ msgstr ""
963
  "Даний ліцензійний ключ дійсний, але строк вашої ліцензії витік. Якщо ви "
964
  "хочете оновлювати наш плагін у майбутньому, вам слід подовжити ліцензію."
965
 
966
- #: class-bws-settings.php:877
967
  msgid "Unfortunately, you have exceeded the number of available tries."
968
  msgstr "На жаль, ви перевищили кількість допустимих спроб."
969
 
970
- #: class-bws-settings.php:879
971
  msgid ""
972
  "Unfortunately, the Pro Trial licence was already installed to this domain. "
973
  "The Pro Trial license can be installed only once."
@@ -975,17 +975,17 @@ msgstr ""
975
  "На жаль, Trial Pro версія плагіну уже встановлювалась на цей домен. Trial "
976
  "Pro версію можна встановлювати лише один раз."
977
 
978
- #: class-bws-settings.php:884
979
  msgid "The Pro Trial license key is valid."
980
  msgstr "Ключ тріал Pro версії вірний."
981
 
982
- #: class-bws-settings.php:894 deprecated.php:142
983
  #, php-format
984
  msgid ""
985
  "In order to continue using the plugin it is necessary to buy a %s license."
986
  msgstr "Щоб продовжити користуватись плагіном, потрібно придбати %s ліцензію."
987
 
988
- #: class-bws-settings.php:986
989
  #, php-format
990
  msgid ""
991
  "Unfortunately, Your license has expired. To continue getting top-priority "
@@ -994,23 +994,23 @@ msgstr ""
994
  "На жаль, ваша ліцензія скінчилась. Для того, щоб і надалі отримувати "
995
  "першочергову тех.підтримку і оновлення, будь ласка, продовжте ліцензію у %s."
996
 
997
- #: class-bws-settings.php:1035
998
  msgid "Please, enter Your license key"
999
  msgstr "Будь ласка, впишіть ваш ліцензійний ключ"
1000
 
1001
- #: class-bws-settings.php:1048
1002
  msgid "Need Help?"
1003
  msgstr "Потрібна допомога?"
1004
 
1005
- #: class-bws-settings.php:1050
1006
  msgid "Read the Instruction"
1007
  msgstr "Читати інструкцію"
1008
 
1009
- #: class-bws-settings.php:1054
1010
  msgid "Watch the Video"
1011
  msgstr "Дивитися відео"
1012
 
1013
- #: class-bws-settings.php:1065
1014
  msgid "Start Your Free Trial"
1015
  msgstr "Використовувати безкоштовну Trial версію"
1016
 
@@ -1203,17 +1203,21 @@ msgstr "СММ"
1203
 
1204
  #: product_list.php:22
1205
  msgid "Best secure captcha plugin to protect your WordPress forms."
1206
- msgstr "Кращий плагін капчі, який захистить форми вашого WordPress сайту."
1207
 
1208
  #: product_list.php:32
1209
- msgid "Create your personal car rental/booking and reservation website."
1210
- msgstr "Створіть свій власний сайт прокату і резервування автомобілів."
1211
-
1212
- #: product_list.php:42
1213
  msgid "Create your own rental website for car renting and booking."
1214
  msgstr "Створіть свій власний сайт прокату і резервування автомобілів."
1215
 
1216
- #: product_list.php:54
 
 
 
 
 
 
 
 
1217
  msgid ""
1218
  "Allow customers to reach you using secure contact form plugin any website "
1219
  "must have."
@@ -1221,35 +1225,35 @@ msgstr ""
1221
  "Надайте можливість клієнтам здійснювати зв'язок з вами через безпечний "
1222
  "плагін контактної форми, який повинен мати будь-який сайт."
1223
 
1224
- #: product_list.php:64
1225
  msgid "Add unlimited number of contact forms to WordPress website."
1226
  msgstr "Додавайте необмежену кількість контактних форм на ваш сайт WordPress."
1227
 
1228
- #: product_list.php:74
1229
  msgid "Save and manage Contact Form messages. Never lose important data."
1230
  msgstr ""
1231
  "Зберігайте і керуйте повідомленнями плагіну Contact Form. Ніколи не "
1232
  "втрачайте важливі дані."
1233
 
1234
- #: product_list.php:84
1235
  msgid "Add unlimited custom pages to WordPress admin dashboard."
1236
  msgstr ""
1237
  "Додавайте необмежену кількість користувацьких сторінок у панелі "
1238
  "адміністратора WordPress."
1239
 
1240
- #: product_list.php:94
1241
  msgid ""
1242
  "Add custom post types and taxonomies to WordPress website search results."
1243
  msgstr ""
1244
  "Додавайте користувацькі типи постів і таксономії у результати пошуку на "
1245
  "вашому сайті WordPress."
1246
 
1247
- #: product_list.php:104
1248
  msgid "Add PayPal and 2CO donate buttons to receive charity payments."
1249
  msgstr ""
1250
  "Додавайте кнопки PayPal і 2CO, щоб отримувати пожертви та благодійні внески."
1251
 
1252
- #: product_list.php:111
1253
  msgid ""
1254
  "Get latest error log messages to diagnose website problems. Define and fix "
1255
  "issues faster."
@@ -1257,7 +1261,7 @@ msgstr ""
1257
  "Отримуйте останні повідомлення з журналу помилок для діагностики проблем "
1258
  "сайту. Швидше виявляйте і усувайте проблеми."
1259
 
1260
- #: product_list.php:118
1261
  msgid ""
1262
  "Add Facebook Follow, Like, and Share buttons to WordPress posts, pages, and "
1263
  "widgets."
@@ -1265,15 +1269,15 @@ msgstr ""
1265
  "Додавайте кнопки Facebook \"Підписатися\", \"Подобається\" та \"Поділитися\" "
1266
  "у пости, сторінки і віджети сайту WordPress."
1267
 
1268
- #: product_list.php:128
1269
  msgid ""
1270
  "Add beautiful galleries, albums & images to your WordPress website in a few "
1271
  "clicks."
1272
  msgstr ""
1273
- "Додавайте мальовничі галереї, альбоми і зображення на ваш сайт WordPress "
1274
- "всього в декілька кліків."
1275
 
1276
- #: product_list.php:138
1277
  msgid ""
1278
  "Stronger security solution which protects your WordPress website from hacks "
1279
  "and unauthorized login attempts."
@@ -1281,7 +1285,7 @@ msgstr ""
1281
  "Найпотужніше рішення безпеки, яке захищає ваш сайт WordPress від зломів та "
1282
  "неавторизованих спроб входу в систему."
1283
 
1284
- #: product_list.php:148
1285
  msgid ""
1286
  "Add Adsense ads to WordPress website pages, posts, custom posts, search "
1287
  "results, categories, tags, and widgets."
@@ -1289,26 +1293,23 @@ msgstr ""
1289
  "Додавайте рекламу сервісу Adsense на сторінки, пости, користувацькі пости, "
1290
  "результати пошуку, категорії, теги і віджети сайту WordPress."
1291
 
1292
- #: product_list.php:158
1293
  msgid "Add Google Analytics code to WordPress website and track basic stats."
1294
  msgstr ""
1295
  "Додавайте код Google Analytics на ваш сайт WordPress та відстежуйте базову "
1296
  "статистику сайту."
1297
 
1298
- #: product_list.php:168
1299
- msgid ""
1300
- "Protect WordPress website forms from spam entries with Google Captcha "
1301
- "(reCaptcha)."
1302
  msgstr ""
1303
- "Захищайте форми вашого сайту WordPress від спаму за допомогою Google Captcha "
1304
- "(reCaptcha)."
1305
 
1306
- #: product_list.php:178
1307
  msgid "Add customized Google maps to WordPress posts, pages and widgets."
1308
  msgstr ""
1309
  "Додавайте користувацькі карти Google у пости, сторінки та віджети WordPress."
1310
 
1311
- #: product_list.php:188
1312
  msgid ""
1313
  "Generate and add XML sitemap to WordPress website. Help search engines index "
1314
  "your blog."
@@ -1316,7 +1317,7 @@ msgstr ""
1316
  "Створюйте та додавайте файли XML sitemap на ваш сайт WordPress. Допоможіть "
1317
  "пошуковим системам проіндексувати ваш блог."
1318
 
1319
- #: product_list.php:198
1320
  msgid ""
1321
  "Replace external WordPress website links with Google shortlinks and track "
1322
  "click stats."
@@ -1324,7 +1325,7 @@ msgstr ""
1324
  "Замініть зовнішні посилання сайту WordPress на короткі посилання Google і "
1325
  "відстежуйте статистику кліків."
1326
 
1327
- #: product_list.php:205
1328
  msgid ""
1329
  "Protect WordPress website – allow and deny access for certain IP addresses, "
1330
  "hostnames, etc."
@@ -1332,7 +1333,7 @@ msgstr ""
1332
  "Захистіть свій сайт WordPress - надавайте та забороняйте доступ з певних IP-"
1333
  "адрес, імен хостів і т.д."
1334
 
1335
- #: product_list.php:215
1336
  msgid ""
1337
  "Create your personal job board and listing WordPress website. Search jobs, "
1338
  "submit CV/resumes, choose candidates."
@@ -1341,7 +1342,7 @@ msgstr ""
1341
  "WordPress. Здійснюйте пошук вакансій, подачу резюме/CV кандидата, вибір "
1342
  "кандидатів."
1343
 
1344
- #: product_list.php:222
1345
  msgid ""
1346
  "Protect WordPress website against brute force attacks. Limit rate of login "
1347
  "attempts."
@@ -1349,7 +1350,7 @@ msgstr ""
1349
  "Захищайте свій сайт WordPress від брутфорс-атак. Обмежуйте кількість спроб "
1350
  "введення логіна."
1351
 
1352
- #: product_list.php:232
1353
  msgid ""
1354
  "Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. "
1355
  "5 plugins included – profile, insider, etc."
@@ -1357,7 +1358,7 @@ msgstr ""
1357
  "Додавайте кнопки LinkedIn \"Поділитися\" та \"Відстежувати\" до постів, "
1358
  "сторінок і віджетів WordPress. 5 плагінів включено - Профіль, Інсайдер і т.д."
1359
 
1360
- #: product_list.php:242
1361
  msgid ""
1362
  "Translate WordPress website content to other languages manually. Create "
1363
  "multilingual pages, posts, widgets, menus, etc."
@@ -1365,7 +1366,7 @@ msgstr ""
1365
  "Перекладайте вміст сайту WordPress іншими мовами вручну. Створюйте "
1366
  "багатомовні сторінки, пости, віджети, меню і т.д."
1367
 
1368
- #: product_list.php:252
1369
  msgid ""
1370
  "Add customizable pagination to WordPress website. Split long content to "
1371
  "multiple pages for better navigation."
@@ -1373,7 +1374,7 @@ msgstr ""
1373
  "Додавайте пагінацію з можливістю налаштування на ваш сайт WordPress. "
1374
  "Розбивайте об'ємний контент на декілька сторінок для кращої навігації."
1375
 
1376
- #: product_list.php:262
1377
  msgid ""
1378
  "Generate PDF files and print WordPress posts/pages. Customize document "
1379
  "header/footer styles and appearance."
@@ -1381,7 +1382,7 @@ msgstr ""
1381
  "Створюйте PDF-файли і друкуйте пости/сторінки сайту WordPress. Налаштовуйте "
1382
  "стилі хедера/футера документа і його зовнішній вигляд."
1383
 
1384
- #: product_list.php:272
1385
  msgid ""
1386
  "Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, "
1387
  "Profile) to WordPress posts, pages and widgets."
@@ -1389,7 +1390,7 @@ msgstr ""
1389
  "Додавайте кнопки Pinterest \"Підписатися\", \"Зберегти\" і віджети профілю "
1390
  "(Пін, Дошка, Профіль) до постів, сторінок і віджетів WordPress."
1391
 
1392
- #: product_list.php:282
1393
  msgid ""
1394
  "Create your personal portfolio WordPress website. Manage and showcase past "
1395
  "projects to get more clients."
@@ -1397,13 +1398,13 @@ msgstr ""
1397
  "Створюйте і додавайте портфоліо на свій сайт WordPress. Керуйте і "
1398
  "демонструйте минулі проекти, щоб залучити більше клієнтів."
1399
 
1400
- #: product_list.php:292
1401
  msgid "Export WordPress posts to CSV file format easily. Configure data order."
1402
  msgstr ""
1403
  "З легкістю експортуйте пости WordPress в файли формату CSV. Налаштуйте "
1404
  "порядок відображення даних."
1405
 
1406
- #: product_list.php:302
1407
  msgid ""
1408
  "Add extra fields to default WordPress user profile. The easiest way to "
1409
  "create and manage additional custom values."
@@ -1411,7 +1412,7 @@ msgstr ""
1411
  "Додавайте користувацькі поля у стандартний профіль WordPress. Найпростіший "
1412
  "спосіб створення і управління додатковими полями."
1413
 
1414
- #: product_list.php:312
1415
  msgid ""
1416
  "Add and display HTML advertisement banner on WordPress website. Customize "
1417
  "bar styles and appearance."
@@ -1419,7 +1420,7 @@ msgstr ""
1419
  "Додавайте відображення банерної HTML реклами на сайті WordPress. Налаштуйте "
1420
  "стилі і зовнішній вигляд банеру."
1421
 
1422
- #: product_list.php:322
1423
  msgid ""
1424
  "Add customizable quotes and tips blocks to WordPress posts, pages and "
1425
  "widgets."
@@ -1427,7 +1428,7 @@ msgstr ""
1427
  "Додавайте редаговані цитати та підказки до постів, сторінок і віджетів "
1428
  "WordPress."
1429
 
1430
- #: product_list.php:329
1431
  msgid ""
1432
  "Add rating plugin to your WordPress website to receive feedback from your "
1433
  "customers."
@@ -1435,7 +1436,7 @@ msgstr ""
1435
  "Додавайте систему оцінювання і рейтингу на ваш сайт WordPress і отримуйте "
1436
  "відгуки від ваших клієнтів."
1437
 
1438
- #: product_list.php:339
1439
  msgid ""
1440
  "Create your personal real estate WordPress website. Sell, rent and buy "
1441
  "properties. Add, search and browse listings easily."
@@ -1444,7 +1445,7 @@ msgstr ""
1444
  "Продавайте, орендуйте і купуйте нерухомість. Легко додавайте, знаходьте і "
1445
  "переглядайте лістинги."
1446
 
1447
- #: product_list.php:349
1448
  msgid ""
1449
  "Add related, featured, latest, and popular posts to your WordPress website. "
1450
  "Connect your blog readers with a relevant content."
@@ -1452,7 +1453,7 @@ msgstr ""
1452
  "Додавайте схожі, обрані, останні та популярні пости на ваш сайт WordPress. "
1453
  "Надавайте своїм читачам контент схожої тематики."
1454
 
1455
- #: product_list.php:356
1456
  msgid ""
1457
  "Send bulk email messages to WordPress users. Custom templates, advanced "
1458
  "settings and detailed reports."
@@ -1460,7 +1461,7 @@ msgstr ""
1460
  "Здійснюйте масову розсилку листів користувачам WordPress. Користувацькі "
1461
  "шаблони, додаткові налаштування і детальні звіти."
1462
 
1463
- #: product_list.php:366
1464
  msgid ""
1465
  "The best responsive slider plugin for your WordPress website. Create "
1466
  "beautifully animated slides just in a few clicks."
@@ -1468,7 +1469,7 @@ msgstr ""
1468
  "Найкращий адаптивний слайдер для вашого сайту WordPress. Створюйте красиво "
1469
  "анімовані слайди всього в декілька кліків."
1470
 
1471
- #: product_list.php:373
1472
  msgid ""
1473
  "Configure SMTP server to receive email messages from WordPress to Gmail, "
1474
  "Yahoo, Hotmail and other services."
@@ -1476,7 +1477,7 @@ msgstr ""
1476
  "Налаштовуйте SMTP-сервер, щоб отримувати електронні повідомлення з сайту "
1477
  "WordPress на такі поштові служби, як Gmail, Yahoo, Hotmail і багато інших."
1478
 
1479
- #: product_list.php:380
1480
  msgid ""
1481
  "Add social media buttons and widgets to WordPress posts, pages and widgets. "
1482
  "FB, Twitter, Pinterest, LinkedIn."
@@ -1484,7 +1485,7 @@ msgstr ""
1484
  "Додавайте кнопки і віджети соціальних мереж до постів, сторінок і віджетів "
1485
  "WordPress. FB, Twitter, Pinterest, LinkedIn."
1486
 
1487
- #: product_list.php:390
1488
  msgid ""
1489
  "Add social media login, registration, and commenting to your WordPress "
1490
  "website."
@@ -1492,7 +1493,7 @@ msgstr ""
1492
  "Додавайте на свій сайт WordPress можливість входу, реєстрації та "
1493
  "коментування з використанням існуючих акаунтів соціальних мереж."
1494
 
1495
- #: product_list.php:397
1496
  msgid ""
1497
  "Add email newsletter sign up form to WordPress posts, pages and widgets. "
1498
  "Collect data and subscribe your users."
@@ -1500,7 +1501,7 @@ msgstr ""
1500
  "Додавайте форму підписки на розсилку новин у пости, сторінки і віджети "
1501
  "WordPress. Збирайте дані і здійснюйте підписку користувачів."
1502
 
1503
- #: product_list.php:407
1504
  msgid ""
1505
  "Add testimonials and feedbacks from your customers to WordPress website "
1506
  "posts, pages, and widgets."
@@ -1508,7 +1509,7 @@ msgstr ""
1508
  "Додавайте рекомендації та відгуки ваших клієнтів в пости, сторінки і віджети "
1509
  "сайту WordPress."
1510
 
1511
- #: product_list.php:414
1512
  msgid ""
1513
  "Best timesheet plugin for WordPress. Track employee time, streamline "
1514
  "attendance and generate reports."
@@ -1516,7 +1517,7 @@ msgstr ""
1516
  "Кращий плагін обліку робочого часу на сайті WordPress. Відстежуйте час "
1517
  "роботи співробітників, оптимізуйте графік роботи в офісі і створюйте звіти."
1518
 
1519
- #: product_list.php:424
1520
  msgid ""
1521
  "Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts "
1522
  "and pages."
@@ -1524,7 +1525,7 @@ msgstr ""
1524
  "Додавайте кнопки Твіттера \"Читати\", \"Твітнути\", \"Хештеґ\" і \"Згадати\" "
1525
  "до постів і сторінок WordPress."
1526
 
1527
- #: product_list.php:434
1528
  msgid ""
1529
  "Automatically check and update WordPress website core with all installed "
1530
  "plugins and themes to the latest versions."
@@ -1532,7 +1533,7 @@ msgstr ""
1532
  "Виконуйте автоматичну перевірку і оновлення ядра WordPress до останніх "
1533
  "версій з усіма встановленими плагінами та темами."
1534
 
1535
- #: product_list.php:444
1536
  msgid ""
1537
  "Powerful user role management plugin for WordPress website. Create, edit, "
1538
  "copy, and delete user roles."
@@ -1540,7 +1541,7 @@ msgstr ""
1540
  "Ефективний плагін управління ролями користувачів для сайту WordPress. "
1541
  "Створюйте, редагуйте, копіюйте і видаляйте ролі користувачів."
1542
 
1543
- #: product_list.php:454
1544
  msgid ""
1545
  "Display live count of online visitors who are currently browsing your "
1546
  "WordPress website."
@@ -1548,7 +1549,7 @@ msgstr ""
1548
  "Ведіть підрахунок кількості відвідувачів, які в даний час переглядають ваш "
1549
  "сайт WordPress."
1550
 
1551
- #: product_list.php:464
1552
  msgid ""
1553
  "Backup and export Zendesk Help Center content automatically to your "
1554
  "WordPress website database."
@@ -1556,6 +1557,9 @@ msgstr ""
1556
  "Робіть автоматичне резервне копіювання і експорт вмісту Zendesk Help Center "
1557
  "в базу даних вашого сайту WordPress."
1558
 
 
 
 
1559
  #~ msgid "Add BWS Shortcode"
1560
  #~ msgstr "Додати BWS шорткод"
1561
 
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2020-03-05 15:25+0200\n"
6
+ "PO-Revision-Date: 2020-03-05 15:26+0200\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <https://support.bestwebsoft.com>\n"
9
  "Language: uk\n"
13
  "X-Poedit-KeywordsList: __;_e;esc_attr_e;sprintf;printf\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
+ "X-Generator: Poedit 2.3\n"
17
  "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
18
  "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
19
  "X-Poedit-SearchPath-0: .\n"
68
  msgid "Need help?"
69
  msgstr "Потрібна допомога?"
70
 
71
+ #: bws_functions.php:104 bws_functions.php:940 class-bws-settings.php:1055
72
  msgid "Visit Help Center"
73
  msgstr "Перейти до Help Center"
74
 
191
  msgid "Settings"
192
  msgstr "Налаштування"
193
 
194
+ #: bws_functions.php:253 bws_menu.php:326 class-bws-settings.php:791
195
+ #: class-bws-settings.php:1057 class-bws-settings.php:1067 deprecated.php:234
196
  msgid "or"
197
  msgstr "або"
198
 
261
  "Ви завжди можете подивитися на преміум опції, натиснувши на кнопку \"Pro "
262
  "опції\" на вкладці \"Різне\"."
263
 
264
+ #: bws_functions.php:671
265
  msgid "Add shortcode"
266
  msgstr "Додати шорткод"
267
 
268
+ #: bws_functions.php:671
269
  msgid "Add BestWebSoft plugins' shortcodes using this button."
270
  msgstr "Додайте шорткоди BestWebSoft плагінів за допомогою цієї кнопки."
271
 
272
+ #: bws_functions.php:756
273
  msgid "Close"
274
  msgstr "Закрити"
275
 
276
+ #: bws_functions.php:842
277
  msgid "Are you sure you want to restore default settings?"
278
  msgstr "Ви впевнені, що хочете скинути налаштування плагіну до стандартних?"
279
 
280
+ #: bws_functions.php:845
281
  msgid "Yes, restore all settings"
282
  msgstr "Так, скинути налаштування"
283
 
284
+ #: bws_functions.php:846
285
  msgid "No, go back to the settings page"
286
  msgstr "Ні, повернутись назад на сторінку налаштувань"
287
 
288
+ #: bws_functions.php:888
289
  msgid "Plugin"
290
  msgstr "Плагін"
291
 
292
+ #: bws_functions.php:897
293
  msgid "Shortcode settings"
294
  msgstr "Налаштування шорткоду"
295
 
296
+ #: bws_functions.php:902
297
  msgid "The shortcode will be inserted"
298
  msgstr "Буде вставлено шорткод"
299
 
300
+ #: bws_functions.php:945
301
  msgid "FAQ"
302
  msgstr "FAQ"
303
 
304
+ #: bws_functions.php:951
305
  msgid "For more information:"
306
  msgstr "Для отримання додаткової інформації:"
307
 
308
+ #: bws_functions.php:952 bws_menu.php:400 class-bws-settings.php:755
309
  msgid "Documentation"
310
  msgstr "Документація"
311
 
312
+ #: bws_functions.php:953 bws_menu.php:402 class-bws-settings.php:757
313
  msgid "Video Instructions"
314
  msgstr "Відео інструкції"
315
 
316
+ #: bws_functions.php:954
317
  msgid "Submit a Request"
318
  msgstr "Надіслати запит"
319
 
320
+ #: bws_menu.php:101 class-bws-settings.php:841
321
  msgid "Wrong license key"
322
  msgstr "Невірний ключ ліцензії"
323
 
324
+ #: bws_menu.php:122 class-bws-settings.php:868 class-bws-settings.php:939
325
+ #: class-bws-settings.php:977
326
  msgid ""
327
  "Something went wrong. Please try again later. If the error appears again, "
328
  "please contact us"
330
  "Щось не так, спробуйте пізніше. Якщо помилка повториться, будь ласка, "
331
  "повідомте нам"
332
 
333
+ #: bws_menu.php:122 class-bws-settings.php:868 class-bws-settings.php:939
334
+ #: class-bws-settings.php:977
335
  msgid "We are sorry for inconvenience."
336
  msgstr "Просимо вибачення за незручності."
337
 
338
+ #: bws_menu.php:129 class-bws-settings.php:874 class-bws-settings.php:983
339
  msgid "Wrong license key."
340
  msgstr "Неправильний ліцензійний ключ."
341
 
363
  "На жаль, ваша ліцензія скінчилась. Для того, щоб і надалі отримувати "
364
  "першочергову техпідтримку і оновлення, будь ласка, продовжте ліцензію на %s"
365
 
366
+ #: bws_menu.php:137 class-bws-settings.php:991
367
  msgid ""
368
  "Unfortunately, the Pro licence was already installed to this domain. The Pro "
369
  "Trial license can be installed only once."
371
  "На жаль, Pro ліцензія уже використовувалась на цьому домені. Тріал Pro "
372
  "версії плагіну можна використати лише один раз."
373
 
374
+ #: bws_menu.php:142 class-bws-settings.php:889
375
  msgid "The license key is valid."
376
  msgstr "Ліцензійний ключ дійсний."
377
 
378
+ #: bws_menu.php:144 class-bws-settings.php:893
379
  msgid "Your license will expire on"
380
  msgstr "Ваша ліцензія закінчується"
381
 
383
  msgid "Congratulations! Pro Membership license is activated successfully."
384
  msgstr "Вітаємо! Pro Membership ліцензія успішно активована."
385
 
386
+ #: bws_menu.php:153 class-bws-settings.php:1001
387
  msgid ""
388
  "Something went wrong. Try again later or upload the plugin manually. We are "
389
  "sorry for inconvenience."
579
  msgid "Subscribe to Pro Membership"
580
  msgstr "Підписатися на Pro Membership"
581
 
582
+ #: bws_menu.php:334 bws_menu.php:345 class-bws-settings.php:804
583
  #: deprecated.php:123
584
  msgid "Check license key"
585
  msgstr "Перевірте ліцензійний ключ"
589
  msgstr "Ваш ліцензійний ключ"
590
 
591
  #: bws_menu.php:343 bws_menu.php:538 bws_menu.php:547
592
+ #: class-bws-settings.php:783 deprecated.php:155 deprecated.php:163
593
  #: deprecated.php:240 deprecated.php:249
594
  msgid "Activate"
595
  msgstr "Активувати"
627
  msgid "Download Pro Plugin"
628
  msgstr "Завантажити Pro плагін"
629
 
630
+ #: bws_menu.php:384 class-bws-settings.php:738
631
  msgid "Your Pro plugin is ready"
632
  msgstr "Ваш Pro плагін готовий"
633
 
634
+ #: bws_menu.php:386 class-bws-settings.php:740
635
  msgid "Your plugin has been zipped, and now is ready to download."
636
  msgstr "Ваш плагін був спакованний і тепер готовий до завантаження."
637
 
638
+ #: bws_menu.php:389 class-bws-settings.php:743
639
  msgid "Download Now"
640
  msgstr "Завантажити Зараз"
641
 
642
+ #: bws_menu.php:393 class-bws-settings.php:747
643
  msgid "Need help installing the plugin?"
644
  msgstr "Потрібна допомога в установці плагіна?"
645
 
646
+ #: bws_menu.php:395 class-bws-settings.php:749
647
  msgid "How to install WordPress plugin from your admin Dashboard (ZIP archive)"
648
  msgstr ""
649
  "Як встановити WordPress плагін з вашої панелі адміністратора (ZIP архів)"
650
 
651
+ #: bws_menu.php:398 class-bws-settings.php:753
652
  msgid "Get Started"
653
  msgstr "Розпочнемо"
654
 
655
+ #: bws_menu.php:404 class-bws-settings.php:759
656
  msgid "Knowledge Base"
657
  msgstr "База знань"
658
 
713
  msgid "Get Pro"
714
  msgstr "Отримати Pro"
715
 
716
+ #: bws_menu.php:524 class-bws-settings.php:174 class-bws-settings.php:1064
717
  msgid "Upgrade to Pro"
718
  msgstr "Оновити до Pro"
719
 
903
  msgid "Import / Export"
904
  msgstr "Імпорт / Експорт"
905
 
906
+ #: class-bws-settings.php:723
907
  msgid "License Key"
908
  msgstr "Ключ ліцензії"
909
 
910
+ #: class-bws-settings.php:785
911
  #, php-format
912
  msgid "Enter your license key to activate %s and get premium plugin features."
913
  msgstr ""
914
  "Введіть ліцензійний ключ для активації %s і отримання додаткових можливостей "
915
  "плагіна."
916
 
917
+ #: class-bws-settings.php:788 class-bws-settings.php:987 deprecated.php:243
918
  msgid ""
919
  "Unfortunately, you have exceeded the number of available tries per day. "
920
  "Please, upload the plugin manually."
922
  "На жаль, ви перевищили кількість доступних спроб на день. Будь ласка, "
923
  "завантажте плагін вручну"
924
 
925
+ #: class-bws-settings.php:791 deprecated.php:234
926
  #, php-format
927
  msgid "Start Your Free %s-Day Trial Now"
928
  msgstr "Спробуйте %s-денну Trial версію безкоштовно"
929
 
930
+ #: class-bws-settings.php:806
931
  msgid ""
932
  "If necessary, you can check if the license key is correct or reenter it in "
933
  "the field below."
934
  msgstr ""
935
  "При необхідності ви можете перевірити правильність вашого ліцензійного ключа "
936
+ "або знову ввести його у полі, що знаходиться вище."
937
 
938
+ #: class-bws-settings.php:815
939
  msgid "Manage License Settings"
940
  msgstr "Управління налаштуваннями ліцензій"
941
 
942
+ #: class-bws-settings.php:817
943
  msgid "Login to Client Area"
944
  msgstr "Зайти в Client Area"
945
 
946
+ #: class-bws-settings.php:819
947
  msgid ""
948
  "Manage active licenses, download BWS products, and view your payment history "
949
  "using BestWebSoft Client Area."
951
  "Керуй активними ліцензіями, завантажуй BWS продукти, а також переглядай "
952
  "історію платежів за допомогою BestWebSoft Client Area."
953
 
954
+ #: class-bws-settings.php:876 class-bws-settings.php:985
955
  msgid "This license key is bound to another site."
956
  msgstr "Цей ліцензійний ключ прив'язано до іншого сайту."
957
 
958
+ #: class-bws-settings.php:878
959
  msgid ""
960
  "This license key is valid, but Your license has expired. If you want to "
961
  "update our plugin in future, you should extend the license."
963
  "Даний ліцензійний ключ дійсний, але строк вашої ліцензії витік. Якщо ви "
964
  "хочете оновлювати наш плагін у майбутньому, вам слід подовжити ліцензію."
965
 
966
+ #: class-bws-settings.php:880
967
  msgid "Unfortunately, you have exceeded the number of available tries."
968
  msgstr "На жаль, ви перевищили кількість допустимих спроб."
969
 
970
+ #: class-bws-settings.php:882
971
  msgid ""
972
  "Unfortunately, the Pro Trial licence was already installed to this domain. "
973
  "The Pro Trial license can be installed only once."
975
  "На жаль, Trial Pro версія плагіну уже встановлювалась на цей домен. Trial "
976
  "Pro версію можна встановлювати лише один раз."
977
 
978
+ #: class-bws-settings.php:887
979
  msgid "The Pro Trial license key is valid."
980
  msgstr "Ключ тріал Pro версії вірний."
981
 
982
+ #: class-bws-settings.php:897 deprecated.php:142
983
  #, php-format
984
  msgid ""
985
  "In order to continue using the plugin it is necessary to buy a %s license."
986
  msgstr "Щоб продовжити користуватись плагіном, потрібно придбати %s ліцензію."
987
 
988
+ #: class-bws-settings.php:989
989
  #, php-format
990
  msgid ""
991
  "Unfortunately, Your license has expired. To continue getting top-priority "
994
  "На жаль, ваша ліцензія скінчилась. Для того, щоб і надалі отримувати "
995
  "першочергову тех.підтримку і оновлення, будь ласка, продовжте ліцензію у %s."
996
 
997
+ #: class-bws-settings.php:1038
998
  msgid "Please, enter Your license key"
999
  msgstr "Будь ласка, впишіть ваш ліцензійний ключ"
1000
 
1001
+ #: class-bws-settings.php:1051
1002
  msgid "Need Help?"
1003
  msgstr "Потрібна допомога?"
1004
 
1005
+ #: class-bws-settings.php:1053
1006
  msgid "Read the Instruction"
1007
  msgstr "Читати інструкцію"
1008
 
1009
+ #: class-bws-settings.php:1057
1010
  msgid "Watch the Video"
1011
  msgstr "Дивитися відео"
1012
 
1013
+ #: class-bws-settings.php:1068
1014
  msgid "Start Your Free Trial"
1015
  msgstr "Використовувати безкоштовну Trial версію"
1016
 
1203
 
1204
  #: product_list.php:22
1205
  msgid "Best secure captcha plugin to protect your WordPress forms."
1206
+ msgstr "Кращий плагін капчі, який захистить форми вашого сайту WordPress."
1207
 
1208
  #: product_list.php:32
 
 
 
 
1209
  msgid "Create your own rental website for car renting and booking."
1210
  msgstr "Створіть свій власний сайт прокату і резервування автомобілів."
1211
 
1212
+ #: product_list.php:44
1213
+ msgid ""
1214
+ "Add columns with custom content to WordPress website pages, posts, widgets, "
1215
+ "etc."
1216
+ msgstr ""
1217
+ "Додайте стовпці з користувачим вмістом на сторінки веб-сайту WordPress, "
1218
+ "повідомлення, віджети тощо."
1219
+
1220
+ #: product_list.php:51
1221
  msgid ""
1222
  "Allow customers to reach you using secure contact form plugin any website "
1223
  "must have."
1225
  "Надайте можливість клієнтам здійснювати зв'язок з вами через безпечний "
1226
  "плагін контактної форми, який повинен мати будь-який сайт."
1227
 
1228
+ #: product_list.php:61
1229
  msgid "Add unlimited number of contact forms to WordPress website."
1230
  msgstr "Додавайте необмежену кількість контактних форм на ваш сайт WordPress."
1231
 
1232
+ #: product_list.php:71
1233
  msgid "Save and manage Contact Form messages. Never lose important data."
1234
  msgstr ""
1235
  "Зберігайте і керуйте повідомленнями плагіну Contact Form. Ніколи не "
1236
  "втрачайте важливі дані."
1237
 
1238
+ #: product_list.php:81
1239
  msgid "Add unlimited custom pages to WordPress admin dashboard."
1240
  msgstr ""
1241
  "Додавайте необмежену кількість користувацьких сторінок у панелі "
1242
  "адміністратора WordPress."
1243
 
1244
+ #: product_list.php:91
1245
  msgid ""
1246
  "Add custom post types and taxonomies to WordPress website search results."
1247
  msgstr ""
1248
  "Додавайте користувацькі типи постів і таксономії у результати пошуку на "
1249
  "вашому сайті WordPress."
1250
 
1251
+ #: product_list.php:101
1252
  msgid "Add PayPal and 2CO donate buttons to receive charity payments."
1253
  msgstr ""
1254
  "Додавайте кнопки PayPal і 2CO, щоб отримувати пожертви та благодійні внески."
1255
 
1256
+ #: product_list.php:108
1257
  msgid ""
1258
  "Get latest error log messages to diagnose website problems. Define and fix "
1259
  "issues faster."
1261
  "Отримуйте останні повідомлення з журналу помилок для діагностики проблем "
1262
  "сайту. Швидше виявляйте і усувайте проблеми."
1263
 
1264
+ #: product_list.php:115
1265
  msgid ""
1266
  "Add Facebook Follow, Like, and Share buttons to WordPress posts, pages, and "
1267
  "widgets."
1269
  "Додавайте кнопки Facebook \"Підписатися\", \"Подобається\" та \"Поділитися\" "
1270
  "у пости, сторінки і віджети сайту WordPress."
1271
 
1272
+ #: product_list.php:125
1273
  msgid ""
1274
  "Add beautiful galleries, albums & images to your WordPress website in a few "
1275
  "clicks."
1276
  msgstr ""
1277
+ "Додавайте мальовничі галереї, альбоми, зображення та категорії галереї на "
1278
+ "ваш сайт WordPress всього в декілька кліків."
1279
 
1280
+ #: product_list.php:135
1281
  msgid ""
1282
  "Stronger security solution which protects your WordPress website from hacks "
1283
  "and unauthorized login attempts."
1285
  "Найпотужніше рішення безпеки, яке захищає ваш сайт WordPress від зломів та "
1286
  "неавторизованих спроб входу в систему."
1287
 
1288
+ #: product_list.php:145
1289
  msgid ""
1290
  "Add Adsense ads to WordPress website pages, posts, custom posts, search "
1291
  "results, categories, tags, and widgets."
1293
  "Додавайте рекламу сервісу Adsense на сторінки, пости, користувацькі пости, "
1294
  "результати пошуку, категорії, теги і віджети сайту WordPress."
1295
 
1296
+ #: product_list.php:155
1297
  msgid "Add Google Analytics code to WordPress website and track basic stats."
1298
  msgstr ""
1299
  "Додавайте код Google Analytics на ваш сайт WordPress та відстежуйте базову "
1300
  "статистику сайту."
1301
 
1302
+ #: product_list.php:165
1303
+ msgid "Protect WordPress website forms from spam entries with reCaptcha."
 
 
1304
  msgstr ""
1305
+ "Захищайте форми вашого сайту WordPress від спаму за допомогою reCaptcha."
 
1306
 
1307
+ #: product_list.php:175
1308
  msgid "Add customized Google maps to WordPress posts, pages and widgets."
1309
  msgstr ""
1310
  "Додавайте користувацькі карти Google у пости, сторінки та віджети WordPress."
1311
 
1312
+ #: product_list.php:185
1313
  msgid ""
1314
  "Generate and add XML sitemap to WordPress website. Help search engines index "
1315
  "your blog."
1317
  "Створюйте та додавайте файли XML sitemap на ваш сайт WordPress. Допоможіть "
1318
  "пошуковим системам проіндексувати ваш блог."
1319
 
1320
+ #: product_list.php:195
1321
  msgid ""
1322
  "Replace external WordPress website links with Google shortlinks and track "
1323
  "click stats."
1325
  "Замініть зовнішні посилання сайту WordPress на короткі посилання Google і "
1326
  "відстежуйте статистику кліків."
1327
 
1328
+ #: product_list.php:202
1329
  msgid ""
1330
  "Protect WordPress website – allow and deny access for certain IP addresses, "
1331
  "hostnames, etc."
1333
  "Захистіть свій сайт WordPress - надавайте та забороняйте доступ з певних IP-"
1334
  "адрес, імен хостів і т.д."
1335
 
1336
+ #: product_list.php:212
1337
  msgid ""
1338
  "Create your personal job board and listing WordPress website. Search jobs, "
1339
  "submit CV/resumes, choose candidates."
1342
  "WordPress. Здійснюйте пошук вакансій, подачу резюме/CV кандидата, вибір "
1343
  "кандидатів."
1344
 
1345
+ #: product_list.php:219
1346
  msgid ""
1347
  "Protect WordPress website against brute force attacks. Limit rate of login "
1348
  "attempts."
1350
  "Захищайте свій сайт WordPress від брутфорс-атак. Обмежуйте кількість спроб "
1351
  "введення логіна."
1352
 
1353
+ #: product_list.php:229
1354
  msgid ""
1355
  "Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. "
1356
  "5 plugins included – profile, insider, etc."
1358
  "Додавайте кнопки LinkedIn \"Поділитися\" та \"Відстежувати\" до постів, "
1359
  "сторінок і віджетів WordPress. 5 плагінів включено - Профіль, Інсайдер і т.д."
1360
 
1361
+ #: product_list.php:239
1362
  msgid ""
1363
  "Translate WordPress website content to other languages manually. Create "
1364
  "multilingual pages, posts, widgets, menus, etc."
1366
  "Перекладайте вміст сайту WordPress іншими мовами вручну. Створюйте "
1367
  "багатомовні сторінки, пости, віджети, меню і т.д."
1368
 
1369
+ #: product_list.php:249
1370
  msgid ""
1371
  "Add customizable pagination to WordPress website. Split long content to "
1372
  "multiple pages for better navigation."
1374
  "Додавайте пагінацію з можливістю налаштування на ваш сайт WordPress. "
1375
  "Розбивайте об'ємний контент на декілька сторінок для кращої навігації."
1376
 
1377
+ #: product_list.php:259
1378
  msgid ""
1379
  "Generate PDF files and print WordPress posts/pages. Customize document "
1380
  "header/footer styles and appearance."
1382
  "Створюйте PDF-файли і друкуйте пости/сторінки сайту WordPress. Налаштовуйте "
1383
  "стилі хедера/футера документа і його зовнішній вигляд."
1384
 
1385
+ #: product_list.php:269
1386
  msgid ""
1387
  "Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, "
1388
  "Profile) to WordPress posts, pages and widgets."
1390
  "Додавайте кнопки Pinterest \"Підписатися\", \"Зберегти\" і віджети профілю "
1391
  "(Пін, Дошка, Профіль) до постів, сторінок і віджетів WordPress."
1392
 
1393
+ #: product_list.php:279
1394
  msgid ""
1395
  "Create your personal portfolio WordPress website. Manage and showcase past "
1396
  "projects to get more clients."
1398
  "Створюйте і додавайте портфоліо на свій сайт WordPress. Керуйте і "
1399
  "демонструйте минулі проекти, щоб залучити більше клієнтів."
1400
 
1401
+ #: product_list.php:289
1402
  msgid "Export WordPress posts to CSV file format easily. Configure data order."
1403
  msgstr ""
1404
  "З легкістю експортуйте пости WordPress в файли формату CSV. Налаштуйте "
1405
  "порядок відображення даних."
1406
 
1407
+ #: product_list.php:299
1408
  msgid ""
1409
  "Add extra fields to default WordPress user profile. The easiest way to "
1410
  "create and manage additional custom values."
1412
  "Додавайте користувацькі поля у стандартний профіль WordPress. Найпростіший "
1413
  "спосіб створення і управління додатковими полями."
1414
 
1415
+ #: product_list.php:309
1416
  msgid ""
1417
  "Add and display HTML advertisement banner on WordPress website. Customize "
1418
  "bar styles and appearance."
1420
  "Додавайте відображення банерної HTML реклами на сайті WordPress. Налаштуйте "
1421
  "стилі і зовнішній вигляд банеру."
1422
 
1423
+ #: product_list.php:319
1424
  msgid ""
1425
  "Add customizable quotes and tips blocks to WordPress posts, pages and "
1426
  "widgets."
1428
  "Додавайте редаговані цитати та підказки до постів, сторінок і віджетів "
1429
  "WordPress."
1430
 
1431
+ #: product_list.php:326
1432
  msgid ""
1433
  "Add rating plugin to your WordPress website to receive feedback from your "
1434
  "customers."
1436
  "Додавайте систему оцінювання і рейтингу на ваш сайт WordPress і отримуйте "
1437
  "відгуки від ваших клієнтів."
1438
 
1439
+ #: product_list.php:336
1440
  msgid ""
1441
  "Create your personal real estate WordPress website. Sell, rent and buy "
1442
  "properties. Add, search and browse listings easily."
1445
  "Продавайте, орендуйте і купуйте нерухомість. Легко додавайте, знаходьте і "
1446
  "переглядайте лістинги."
1447
 
1448
+ #: product_list.php:346
1449
  msgid ""
1450
  "Add related, featured, latest, and popular posts to your WordPress website. "
1451
  "Connect your blog readers with a relevant content."
1453
  "Додавайте схожі, обрані, останні та популярні пости на ваш сайт WordPress. "
1454
  "Надавайте своїм читачам контент схожої тематики."
1455
 
1456
+ #: product_list.php:353
1457
  msgid ""
1458
  "Send bulk email messages to WordPress users. Custom templates, advanced "
1459
  "settings and detailed reports."
1461
  "Здійснюйте масову розсилку листів користувачам WordPress. Користувацькі "
1462
  "шаблони, додаткові налаштування і детальні звіти."
1463
 
1464
+ #: product_list.php:363
1465
  msgid ""
1466
  "The best responsive slider plugin for your WordPress website. Create "
1467
  "beautifully animated slides just in a few clicks."
1469
  "Найкращий адаптивний слайдер для вашого сайту WordPress. Створюйте красиво "
1470
  "анімовані слайди всього в декілька кліків."
1471
 
1472
+ #: product_list.php:370
1473
  msgid ""
1474
  "Configure SMTP server to receive email messages from WordPress to Gmail, "
1475
  "Yahoo, Hotmail and other services."
1477
  "Налаштовуйте SMTP-сервер, щоб отримувати електронні повідомлення з сайту "
1478
  "WordPress на такі поштові служби, як Gmail, Yahoo, Hotmail і багато інших."
1479
 
1480
+ #: product_list.php:377
1481
  msgid ""
1482
  "Add social media buttons and widgets to WordPress posts, pages and widgets. "
1483
  "FB, Twitter, Pinterest, LinkedIn."
1485
  "Додавайте кнопки і віджети соціальних мереж до постів, сторінок і віджетів "
1486
  "WordPress. FB, Twitter, Pinterest, LinkedIn."
1487
 
1488
+ #: product_list.php:387
1489
  msgid ""
1490
  "Add social media login, registration, and commenting to your WordPress "
1491
  "website."
1493
  "Додавайте на свій сайт WordPress можливість входу, реєстрації та "
1494
  "коментування з використанням існуючих акаунтів соціальних мереж."
1495
 
1496
+ #: product_list.php:394
1497
  msgid ""
1498
  "Add email newsletter sign up form to WordPress posts, pages and widgets. "
1499
  "Collect data and subscribe your users."
1501
  "Додавайте форму підписки на розсилку новин у пости, сторінки і віджети "
1502
  "WordPress. Збирайте дані і здійснюйте підписку користувачів."
1503
 
1504
+ #: product_list.php:404
1505
  msgid ""
1506
  "Add testimonials and feedbacks from your customers to WordPress website "
1507
  "posts, pages, and widgets."
1509
  "Додавайте рекомендації та відгуки ваших клієнтів в пости, сторінки і віджети "
1510
  "сайту WordPress."
1511
 
1512
+ #: product_list.php:411
1513
  msgid ""
1514
  "Best timesheet plugin for WordPress. Track employee time, streamline "
1515
  "attendance and generate reports."
1517
  "Кращий плагін обліку робочого часу на сайті WordPress. Відстежуйте час "
1518
  "роботи співробітників, оптимізуйте графік роботи в офісі і створюйте звіти."
1519
 
1520
+ #: product_list.php:421
1521
  msgid ""
1522
  "Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts "
1523
  "and pages."
1525
  "Додавайте кнопки Твіттера \"Читати\", \"Твітнути\", \"Хештеґ\" і \"Згадати\" "
1526
  "до постів і сторінок WordPress."
1527
 
1528
+ #: product_list.php:431
1529
  msgid ""
1530
  "Automatically check and update WordPress website core with all installed "
1531
  "plugins and themes to the latest versions."
1533
  "Виконуйте автоматичну перевірку і оновлення ядра WordPress до останніх "
1534
  "версій з усіма встановленими плагінами та темами."
1535
 
1536
+ #: product_list.php:441
1537
  msgid ""
1538
  "Powerful user role management plugin for WordPress website. Create, edit, "
1539
  "copy, and delete user roles."
1541
  "Ефективний плагін управління ролями користувачів для сайту WordPress. "
1542
  "Створюйте, редагуйте, копіюйте і видаляйте ролі користувачів."
1543
 
1544
+ #: product_list.php:451
1545
  msgid ""
1546
  "Display live count of online visitors who are currently browsing your "
1547
  "WordPress website."
1549
  "Ведіть підрахунок кількості відвідувачів, які в даний час переглядають ваш "
1550
  "сайт WordPress."
1551
 
1552
+ #: product_list.php:461
1553
  msgid ""
1554
  "Backup and export Zendesk Help Center content automatically to your "
1555
  "WordPress website database."
1557
  "Робіть автоматичне резервне копіювання і експорт вмісту Zendesk Help Center "
1558
  "в базу даних вашого сайту WordPress."
1559
 
1560
+ #~ msgid "Create your personal car rental/booking and reservation website."
1561
+ #~ msgstr "Створіть свій власний сайт прокату і резервування автомобілів."
1562
+
1563
  #~ msgid "Add BWS Shortcode"
1564
  #~ msgstr "Додати BWS шорткод"
1565
 
bws_menu/product_list.php CHANGED
@@ -2,6 +2,7 @@
2
  /*
3
  * BestWebSoft product list
4
  */
 
5
 
6
  $bws_plugins_category = array(
7
  'admin-tools' => array( 'name' => __( 'Admin Tools', 'bestwebsoft' ) ),
@@ -34,7 +35,7 @@ $bws_plugins = array(
34
  'settings' => 'admin.php?page=bws-car-rental-settings',
35
  'pro_version' => 'bws-car-rental-pro/bws-car-rental-pro.php',
36
  'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/car-rental-v2/buy/?k=63cac1b736047a3f5a2f5a7c5336f3c4&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
37
- 'pro_settings' => 'admin.php?page=bws-car-rental-pro-settings',
38
  'icon' => '//ps.w.org/car-rental/assets/icon-128x128.png',
39
  'install_url' => 'https://bestwebsoft.com/products/wordpress/plugins/car-rental-v2/'
40
  ),
@@ -70,10 +71,10 @@ $bws_plugins = array(
70
  'name' => 'Contact Form to DB',
71
  'description' => __( 'Save and manage Contact Form messages. Never lose important data.', 'bestwebsoft' ),
72
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/contact-form-to-db/?k=ba3747d317c2692e4136ca096a8989d6&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
73
- 'settings' => 'admin.php?page=cntctfrmtdb_settings',
74
  'pro_version' => 'contact-form-to-db-pro/contact_form_to_db_pro.php',
75
  'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/contact-form-to-db/buy/?k=6ce5f4a9006ec906e4db643669246c6a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
76
- 'pro_settings' => 'admin.php?page=cntctfrmtdbpr_settings'
77
  ),
78
  'custom-admin-page/custom-admin-page.php' => array(
79
  'category' => array( 'admin-tools' ),
@@ -83,7 +84,7 @@ $bws_plugins = array(
83
  'settings' => 'edit.php?post_type=bws-admin_page&page=custom-admin-page.php',
84
  'pro_version' => 'custom-admin-page-pro/custom-admin-page-pro.php',
85
  'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/custom-admin-page/buy/?k=b986f456dba092b537f1a7755a363be9&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
86
- 'pro_settings' => 'edit.php?post_type=bws-admin_page&page=custom-admin-page.php'
87
  ),
88
  'custom-search-plugin/custom-search-plugin.php' => array(
89
  'category' => array( 'navigation' ),
@@ -141,7 +142,7 @@ $bws_plugins = array(
141
  ),
142
  'adsense-plugin/adsense-plugin.php' => array(
143
  'category' => array( 'marketing' ),
144
- 'name' => 'Ads',
145
  'description' => __( 'Add Adsense ads to WordPress website pages, posts, custom posts, search results, categories, tags, and widgets.', 'bestwebsoft' ),
146
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/google-adsense/?k=60e3979921e354feb0347e88e7d7b73d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
147
  'settings' => 'admin.php?page=adsense-plugin.php',
@@ -162,7 +163,7 @@ $bws_plugins = array(
162
  'google-captcha/google-captcha.php' => array(
163
  'category' => array( 'security', 'recommended' ),
164
  'name' => 'reCaptcha',
165
- 'description' => __( 'Protect WordPress website forms from spam entries with Google Captcha (reCaptcha).', 'bestwebsoft' ),
166
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/google-captcha/?k=7b59fbe542acf950b29f3e020d5ad735&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
167
  'settings' => 'admin.php?page=google-captcha.php',
168
  'pro_version' => 'google-captcha-pro/google-captcha-pro.php',
@@ -379,7 +380,7 @@ $bws_plugins = array(
379
  'settings' => 'admin.php?page=social-buttons.php',
380
  'pro_version' => 'social-buttons-pack-pro/social-buttons-pack-pro.php',
381
  'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/social-buttons-pack/buy/?k=e7059cacde0d275b224a5d995c9160fd&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
382
- 'pro_settings' => 'admin.php?page=social-buttons.php'
383
  ),
384
  'social-login-bws/social-login-bws.php' => array(
385
  'category' => array( 'smm' ),
@@ -393,10 +394,10 @@ $bws_plugins = array(
393
  'name' => 'Subscriber',
394
  'description' => __( 'Add email newsletter sign up form to WordPress posts, pages and widgets. Collect data and subscribe your users.', 'bestwebsoft' ),
395
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/subscriber/?k=a4ecc1b7800bae7329fbe8b4b04e9c88&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
396
- 'settings' => 'admin.php?page=sbscrbr_settings_page',
397
  'pro_version' => 'subscriber-pro/subscriber-pro.php',
398
  'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/subscriber/buy/?k=02dbb8b549925d9b74e70adc2a7282e4&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
399
- 'pro_settings' => 'admin.php?page=sbscrbrpr_settings_page'
400
  ),
401
  'bws-testimonials/bws-testimonials.php' => array(
402
  'category' => array( 'marketing', 'recommended' ),
@@ -460,10 +461,10 @@ $bws_plugins = array(
460
  'name' => 'Help Center',
461
  'description' => __( 'Backup and export Zendesk Help Center content automatically to your WordPress website database.', 'bestwebsoft' ),
462
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/zendesk-help-center/?k=2a5fd2f4b2f4bde46f2ca44b8d15846d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
463
- 'settings' => 'admin.php?page=zendesk_hc.php&action=settings',
464
  'pro_version' => 'zendesk-help-center-pro/zendesk-help-center-pro.php',
465
  'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/zendesk-help-center/buy/?k=45199e4538b5befe4d9566868a61a3aa&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
466
- 'pro_settings' => 'admin.php?page=zendesk_hc_pro.php&tab=settings'
467
  )
468
  );
469
 
2
  /*
3
  * BestWebSoft product list
4
  */
5
+ global $bws_plugin_info, $wp_version;
6
 
7
  $bws_plugins_category = array(
8
  'admin-tools' => array( 'name' => __( 'Admin Tools', 'bestwebsoft' ) ),
35
  'settings' => 'admin.php?page=bws-car-rental-settings',
36
  'pro_version' => 'bws-car-rental-pro/bws-car-rental-pro.php',
37
  'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/car-rental-v2/buy/?k=63cac1b736047a3f5a2f5a7c5336f3c4&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
38
+ 'pro_settings' => 'edit.php?post_type=bws_bkng_products&page=bws-car-rental-pro-settings',
39
  'icon' => '//ps.w.org/car-rental/assets/icon-128x128.png',
40
  'install_url' => 'https://bestwebsoft.com/products/wordpress/plugins/car-rental-v2/'
41
  ),
71
  'name' => 'Contact Form to DB',
72
  'description' => __( 'Save and manage Contact Form messages. Never lose important data.', 'bestwebsoft' ),
73
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/contact-form-to-db/?k=ba3747d317c2692e4136ca096a8989d6&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
74
+ 'settings' => 'admin.php?page=contact_form_to_db.php',
75
  'pro_version' => 'contact-form-to-db-pro/contact_form_to_db_pro.php',
76
  'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/contact-form-to-db/buy/?k=6ce5f4a9006ec906e4db643669246c6a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
77
+ 'pro_settings' => 'admin.php?page=contact_form_to_db_pro.php'
78
  ),
79
  'custom-admin-page/custom-admin-page.php' => array(
80
  'category' => array( 'admin-tools' ),
84
  'settings' => 'edit.php?post_type=bws-admin_page&page=custom-admin-page.php',
85
  'pro_version' => 'custom-admin-page-pro/custom-admin-page-pro.php',
86
  'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/custom-admin-page/buy/?k=b986f456dba092b537f1a7755a363be9&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
87
+ 'pro_settings' => 'edit.php?post_type=bws-admin_page&page=custom-admin-page-pro.php'
88
  ),
89
  'custom-search-plugin/custom-search-plugin.php' => array(
90
  'category' => array( 'navigation' ),
142
  ),
143
  'adsense-plugin/adsense-plugin.php' => array(
144
  'category' => array( 'marketing' ),
145
+ 'name' => 'Google Ads',
146
  'description' => __( 'Add Adsense ads to WordPress website pages, posts, custom posts, search results, categories, tags, and widgets.', 'bestwebsoft' ),
147
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/google-adsense/?k=60e3979921e354feb0347e88e7d7b73d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
148
  'settings' => 'admin.php?page=adsense-plugin.php',
163
  'google-captcha/google-captcha.php' => array(
164
  'category' => array( 'security', 'recommended' ),
165
  'name' => 'reCaptcha',
166
+ 'description' => __( 'Protect WordPress website forms from spam entries with reCaptcha.', 'bestwebsoft' ),
167
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/google-captcha/?k=7b59fbe542acf950b29f3e020d5ad735&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
168
  'settings' => 'admin.php?page=google-captcha.php',
169
  'pro_version' => 'google-captcha-pro/google-captcha-pro.php',
380
  'settings' => 'admin.php?page=social-buttons.php',
381
  'pro_version' => 'social-buttons-pack-pro/social-buttons-pack-pro.php',
382
  'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/social-buttons-pack/buy/?k=e7059cacde0d275b224a5d995c9160fd&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
383
+ 'pro_settings' => 'admin.php?page=social-buttons-pro.php'
384
  ),
385
  'social-login-bws/social-login-bws.php' => array(
386
  'category' => array( 'smm' ),
394
  'name' => 'Subscriber',
395
  'description' => __( 'Add email newsletter sign up form to WordPress posts, pages and widgets. Collect data and subscribe your users.', 'bestwebsoft' ),
396
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/subscriber/?k=a4ecc1b7800bae7329fbe8b4b04e9c88&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
397
+ 'settings' => 'admin.php?page=subscriber.php',
398
  'pro_version' => 'subscriber-pro/subscriber-pro.php',
399
  'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/subscriber/buy/?k=02dbb8b549925d9b74e70adc2a7282e4&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
400
+ 'pro_settings' => 'admin.php?page=subscriber-pro.php'
401
  ),
402
  'bws-testimonials/bws-testimonials.php' => array(
403
  'category' => array( 'marketing', 'recommended' ),
461
  'name' => 'Help Center',
462
  'description' => __( 'Backup and export Zendesk Help Center content automatically to your WordPress website database.', 'bestwebsoft' ),
463
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/zendesk-help-center/?k=2a5fd2f4b2f4bde46f2ca44b8d15846d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
464
+ 'settings' => 'admin.php?page=zendesk_hc.php',
465
  'pro_version' => 'zendesk-help-center-pro/zendesk-help-center-pro.php',
466
  'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/zendesk-help-center/buy/?k=45199e4538b5befe4d9566868a61a3aa&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
467
+ 'pro_settings' => 'admin.php?page=zendesk_hc_pro.php'
468
  )
469
  );
470
 
google-captcha.php CHANGED
@@ -6,7 +6,7 @@ Description: Protect WordPress website forms from spam entries with Google Captc
6
  Author: BestWebSoft
7
  Text Domain: google-captcha
8
  Domain Path: /languages
9
- Version: 1.56
10
  Author URI: https://bestwebsoft.com/
11
  License: GPLv3 or later
12
  */
@@ -361,6 +361,9 @@ if ( ! function_exists( 'register_gglcptch_settings' ) ) {
361
  $gglcptch_options = array_merge( gglcptch_get_default_options(), $gglcptch_options );
362
  $gglcptch_options['plugin_option_version'] = $gglcptch_plugin_info["Version"];
363
 
 
 
 
364
  if ( is_multisite() ) {
365
  switch_to_blog( 1 );
366
  register_uninstall_hook( __FILE__, 'gglcptch_delete_options' );
6
  Author: BestWebSoft
7
  Text Domain: google-captcha
8
  Domain Path: /languages
9
+ Version: 1.57
10
  Author URI: https://bestwebsoft.com/
11
  License: GPLv3 or later
12
  */
361
  $gglcptch_options = array_merge( gglcptch_get_default_options(), $gglcptch_options );
362
  $gglcptch_options['plugin_option_version'] = $gglcptch_plugin_info["Version"];
363
 
364
+ /* show pro features */
365
+ $gglcptch_options['hide_premium_options'] = array();
366
+
367
  if ( is_multisite() ) {
368
  switch_to_blog( 1 );
369
  register_uninstall_hook( __FILE__, 'gglcptch_delete_options' );
includes/forms.php CHANGED
@@ -282,6 +282,7 @@ if ( ! function_exists( 'gglcptch_register_check' ) ) {
282
  if ( ! $gglcptch_check['response'] ) {
283
  return $gglcptch_check['errors'];
284
  }
 
285
  return $allow;
286
  }
287
  }
@@ -289,7 +290,7 @@ if ( ! function_exists( 'gglcptch_register_check' ) ) {
289
  /* Check google captcha in lostpassword form */
290
  if ( ! function_exists( 'gglcptch_lostpassword_check' ) ) {
291
  function gglcptch_lostpassword_check( $allow ) {
292
- if ( gglcptch_is_woocommerce_page() )
293
  return $allow;
294
  $gglcptch_check = gglcptch_check( 'reset_pwd_form' );
295
  if ( ! $gglcptch_check['response'] ) {
282
  if ( ! $gglcptch_check['response'] ) {
283
  return $gglcptch_check['errors'];
284
  }
285
+ $_POST['g-recaptcha-response-check'] = true;
286
  return $allow;
287
  }
288
  }
290
  /* Check google captcha in lostpassword form */
291
  if ( ! function_exists( 'gglcptch_lostpassword_check' ) ) {
292
  function gglcptch_lostpassword_check( $allow ) {
293
+ if ( gglcptch_is_woocommerce_page() || ( isset( $_POST['g-recaptcha-response-check'] ) && true === $_POST['g-recaptcha-response-check'] ) )
294
  return $allow;
295
  $gglcptch_check = gglcptch_check( 'reset_pwd_form' );
296
  if ( ! $gglcptch_check['response'] ) {
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: bestwebsoft
3
  Donate link: https://bestwebsoft.com/donate/
4
  Tags: anti-spam security, antispam, recaptcha, captcha, captha, Invisible reCaptcha, Invisible captcha, Invisibl reCaptcha, comment, cpatcha, google catcha, Invisible re captcha, recaptcha version3
5
  Requires at least: 4.5
6
- Tested up to: 5.3.2
7
- Stable tag: 1.56
8
  License: GPLv3 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -267,6 +267,9 @@ Please make sure that the problem hasn't been discussed yet on our forum (<https
267
 
268
  == Changelog ==
269
 
 
 
 
270
  = V1.56 - 06.03.2020 =
271
  * NEW : The Romanian language file was added.
272
  * Update : BWS menu has been updated.
@@ -510,6 +513,9 @@ Please make sure that the problem hasn't been discussed yet on our forum (<https
510
 
511
  == Upgrade Notice ==
512
 
 
 
 
513
  = V1.56 =
514
  * The compatibility with new WordPress version updated.
515
  * Languages updated.
3
  Donate link: https://bestwebsoft.com/donate/
4
  Tags: anti-spam security, antispam, recaptcha, captcha, captha, Invisible reCaptcha, Invisible captcha, Invisibl reCaptcha, comment, cpatcha, google catcha, Invisible re captcha, recaptcha version3
5
  Requires at least: 4.5
6
+ Tested up to: 5.4.1
7
+ Stable tag: 1.57
8
  License: GPLv3 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
267
 
268
  == Changelog ==
269
 
270
+ = V1.57 - 01.06.2020 =
271
+ * Bugfix : The bug with sending a standard email after registration has been fixed.
272
+
273
  = V1.56 - 06.03.2020 =
274
  * NEW : The Romanian language file was added.
275
  * Update : BWS menu has been updated.
513
 
514
  == Upgrade Notice ==
515
 
516
+ = V1.57 =
517
+ * Bugs fixed.
518
+
519
  = V1.56 =
520
  * The compatibility with new WordPress version updated.
521
  * Languages updated.