Google Captcha (reCAPTCHA) by BestWebSoft - Version 1.56

Version Description

  • 06.03.2020 =
  • NEW : The Romanian language file was added.
  • Update : BWS menu has been updated.
  • Update : All functionality was updated for WordPress 5.3.2.
  • Bugfix : The bug with the reCAPTCHA displaying in Internet Explorer has been fixed.
Download this release

Release Info

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

Code changes from version 1.55 to 1.56

bws_menu/bws_functions.php CHANGED
@@ -560,7 +560,7 @@ if ( ! function_exists ( 'bws_plugins_admin_init' ) ) {
560
  if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) ) {
561
  function bws_admin_enqueue_scripts() {
562
  global $wp_scripts, $hook_suffix,
563
- $post_type, $wp_version,
564
  $bws_plugin_banner_go_pro, $bws_plugin_banner_timeout, $bstwbsftwppdtplgns_banner_array,
565
  $bws_shortcode_list;
566
 
@@ -653,8 +653,7 @@ if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) ) {
653
  if ( isset( $value['js_function'] ) )
654
  $script .= "'" . $value['js_function'] . "',";
655
  }
656
- $script .= "],
657
- 'wp_version' : '" . $wp_version . "'
658
  };";
659
  wp_register_script( 'bws_shortcode_button', '' );
660
  wp_enqueue_script( 'bws_shortcode_button' );
@@ -695,7 +694,6 @@ if ( ! function_exists( 'bws_enqueue_settings_scripts' ) ) {
695
 
696
  if ( ! function_exists ( 'bws_plugins_admin_head' ) ) {
697
  function bws_plugins_admin_head() {
698
- global $wp_version;
699
  if ( isset( $_GET['page'] ) && $_GET['page'] == "bws_panel" ) { ?>
700
  <noscript>
701
  <style type="text/css">
@@ -705,27 +703,6 @@ if ( ! function_exists ( 'bws_plugins_admin_head' ) ) {
705
  </style>
706
  </noscript>
707
  <?php }
708
- if ( 4.2 > $wp_version ) { ?>
709
- <style type="text/css">
710
- .bws_hide_settings_notice,
711
- .bws_hide_premium_options {
712
- width: 11px;
713
- height: 11px;
714
- border: none;
715
- background: url("<?php echo bws_menu_url( 'images/close_banner.png' ); ?>") no-repeat center center;
716
- box-shadow: none;
717
- float: right;
718
- margin: 8px;
719
- }
720
- .bws_hide_settings_notice:hover,
721
- .bws_hide_premium_options:hover {
722
- cursor: pointer;
723
- }
724
- .bws_hide_premium_options {
725
- position: relative;
726
- }
727
- </style>
728
- <?php }
729
  }
730
  }
731
 
@@ -902,7 +879,7 @@ if ( ! function_exists( 'bws_register_buttons' ) ) {
902
  /* Generate inline content for the popup window when the "bws shortcode" button is clicked */
903
  if ( ! function_exists( 'bws_shortcode_media_button_popup' ) ) {
904
  function bws_shortcode_media_button_popup() {
905
- global $bws_shortcode_list, $wp_version;
906
 
907
  if ( ! empty( $bws_shortcode_list ) ) { ?>
908
  <div id="bws_shortcode_popup" style="display:none;">
@@ -973,7 +950,7 @@ if ( ! function_exists( 'bws_help_tab' ) ) {
973
  $screen->set_help_sidebar(
974
  '<p><strong>' . __( 'For more information:', 'bestwebsoft' ) . '</strong></p>' .
975
  '<p><a href="https://drive.google.com/folderview?id=0B5l8lO-CaKt9VGh0a09vUjNFNjA&usp=sharing#list" target="_blank">' . __( 'Documentation', 'bestwebsoft' ) . '</a></p>' .
976
- '<p><a href="http://www.youtube.com/user/bestwebsoft/playlists?flow=grid&sort=da&view=1" target="_blank">' . __( 'Video Instructions', 'bestwebsoft' ) . '</a></p>' .
977
  '<p><a href="https://support.bestwebsoft.com/hc/en-us/requests/new" target="_blank">' . __( 'Submit a Request', 'bestwebsoft' ) . '</a></p>'
978
  );
979
  }
560
  if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) ) {
561
  function bws_admin_enqueue_scripts() {
562
  global $wp_scripts, $hook_suffix,
563
+ $post_type,
564
  $bws_plugin_banner_go_pro, $bws_plugin_banner_timeout, $bstwbsftwppdtplgns_banner_array,
565
  $bws_shortcode_list;
566
 
653
  if ( isset( $value['js_function'] ) )
654
  $script .= "'" . $value['js_function'] . "',";
655
  }
656
+ $script .= "]
 
657
  };";
658
  wp_register_script( 'bws_shortcode_button', '' );
659
  wp_enqueue_script( 'bws_shortcode_button' );
694
 
695
  if ( ! function_exists ( 'bws_plugins_admin_head' ) ) {
696
  function bws_plugins_admin_head() {
 
697
  if ( isset( $_GET['page'] ) && $_GET['page'] == "bws_panel" ) { ?>
698
  <noscript>
699
  <style type="text/css">
703
  </style>
704
  </noscript>
705
  <?php }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
706
  }
707
  }
708
 
879
  /* Generate inline content for the popup window when the "bws shortcode" button is clicked */
880
  if ( ! function_exists( 'bws_shortcode_media_button_popup' ) ) {
881
  function bws_shortcode_media_button_popup() {
882
+ global $bws_shortcode_list;
883
 
884
  if ( ! empty( $bws_shortcode_list ) ) { ?>
885
  <div id="bws_shortcode_popup" style="display:none;">
950
  $screen->set_help_sidebar(
951
  '<p><strong>' . __( 'For more information:', 'bestwebsoft' ) . '</strong></p>' .
952
  '<p><a href="https://drive.google.com/folderview?id=0B5l8lO-CaKt9VGh0a09vUjNFNjA&usp=sharing#list" target="_blank">' . __( 'Documentation', 'bestwebsoft' ) . '</a></p>' .
953
+ '<p><a href="https://www.youtube.com/user/bestwebsoft/playlists?flow=grid&sort=da&view=1" target="_blank">' . __( 'Video Instructions', 'bestwebsoft' ) . '</a></p>' .
954
  '<p><a href="https://support.bestwebsoft.com/hc/en-us/requests/new" target="_blank">' . __( 'Submit a Request', 'bestwebsoft' ) . '</a></p>'
955
  );
956
  }
bws_menu/bws_menu.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Function for displaying BestWebSoft menu
4
- * Version: 2.2.5
5
  */
6
 
7
  if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) )
@@ -116,7 +116,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
116
  'timeout' => ( ( defined('DOING_CRON') && DOING_CRON ) ? 30 : 3 ),
117
  'body' => array( 'plugins' => serialize( $to_send ) ),
118
  'user-agent' => 'WordPress/' . $wp_version . '; ' . get_bloginfo( 'url' ) );
119
- $raw_response = wp_remote_post( 'http://bestwebsoft.com/wp-content/plugins/paid-products/plugins/pro-license-check/1.0/', $options );
120
 
121
  if ( is_wp_error( $raw_response ) || 200 != wp_remote_retrieve_response_code( $raw_response ) ) {
122
  $error = __( "Something went wrong. Please try again later. If the error appears again, please contact us", 'bestwebsoft' ) . ' <a href="https://support.bestwebsoft.com">BestWebSoft</a>. ' . __( "We are sorry for inconvenience.", 'bestwebsoft' );
@@ -179,7 +179,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
179
  $max_execution_time = ( ini_get( 'max_execution_time' ) ) ? ini_get( 'max_execution_time' ) : __( 'N/A', 'bestwebsoft' );
180
  $memory_limit = ( ini_get( 'memory_limit' ) ) ? ini_get( 'memory_limit' ) : __( 'N/A', 'bestwebsoft' );
181
  $wp_memory_limit = ( defined( 'WP_MEMORY_LIMIT' ) ) ? WP_MEMORY_LIMIT : __( 'N/A', 'bestwebsoft' );
182
- $memory_usage = ( function_exists( 'memory_get_usage' ) ) ? round( memory_get_usage() / 1024 / 1024, 2 ) . __( ' Mb', 'bestwebsoft' ) : __( 'N/A', 'bestwebsoft' );
183
  $exif_read_data = ( is_callable( 'exif_read_data' ) ) ? __( 'Yes', 'bestwebsoft' ) . " ( V" . substr( phpversion( 'exif' ), 0,4 ) . ")" : __( 'No', 'bestwebsoft' );
184
  $iptcparse = ( is_callable( 'iptcparse' ) ) ? __( 'Yes', 'bestwebsoft' ) : __( 'No', 'bestwebsoft' );
185
  $xml_parser_create = ( is_callable( 'xml_parser_create' ) ) ? __( 'Yes', 'bestwebsoft' ) : __( 'No', 'bestwebsoft' );
@@ -693,7 +693,6 @@ if ( ! function_exists( 'bws_get_banner_array' ) ) {
693
  array( 'fcbkbttn_hide_banner_on_plugin_page', 'facebook-button-plugin/facebook-button-plugin.php', '2.29' ),
694
  array( 'twttr_hide_banner_on_plugin_page', 'twitter-plugin/twitter.php', '2.34' ),
695
  array( 'pdfprnt_hide_banner_on_plugin_page', 'pdf-print/pdf-print.php', '1.7.1' ),
696
- array( 'gglplsn_hide_banner_on_plugin_page', 'google-one/google-plus-one.php', '1.1.4' ),
697
  array( 'gglstmp_hide_banner_on_plugin_page', 'google-sitemap-plugin/google-sitemap-plugin.php', '2.8.4' ),
698
  array( 'cntctfrmpr_for_ctfrmtdb_hide_banner_on_plugin_page', 'contact-form-pro/contact_form_pro.php', '1.14' ),
699
  array( 'cntctfrm_hide_banner_on_plugin_page', 'contact-form-plugin/contact_form.php', '3.47' ),
1
  <?php
2
  /*
3
  * Function for displaying BestWebSoft menu
4
+ * Version: 2.2.8
5
  */
6
 
7
  if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) )
116
  'timeout' => ( ( defined('DOING_CRON') && DOING_CRON ) ? 30 : 3 ),
117
  'body' => array( 'plugins' => serialize( $to_send ) ),
118
  'user-agent' => 'WordPress/' . $wp_version . '; ' . get_bloginfo( 'url' ) );
119
+ $raw_response = wp_remote_post( 'https://bestwebsoft.com/wp-content/plugins/paid-products/plugins/pro-license-check/1.0/', $options );
120
 
121
  if ( is_wp_error( $raw_response ) || 200 != wp_remote_retrieve_response_code( $raw_response ) ) {
122
  $error = __( "Something went wrong. Please try again later. If the error appears again, please contact us", 'bestwebsoft' ) . ' <a href="https://support.bestwebsoft.com">BestWebSoft</a>. ' . __( "We are sorry for inconvenience.", 'bestwebsoft' );
179
  $max_execution_time = ( ini_get( 'max_execution_time' ) ) ? ini_get( 'max_execution_time' ) : __( 'N/A', 'bestwebsoft' );
180
  $memory_limit = ( ini_get( 'memory_limit' ) ) ? ini_get( 'memory_limit' ) : __( 'N/A', 'bestwebsoft' );
181
  $wp_memory_limit = ( defined( 'WP_MEMORY_LIMIT' ) ) ? WP_MEMORY_LIMIT : __( 'N/A', 'bestwebsoft' );
182
+ $memory_usage = ( function_exists( 'memory_get_usage' ) ) ? round( memory_get_usage() / 1024 / 1024, 2 ) . ' ' . __( 'Mb', 'bestwebsoft' ) : __( 'N/A', 'bestwebsoft' );
183
  $exif_read_data = ( is_callable( 'exif_read_data' ) ) ? __( 'Yes', 'bestwebsoft' ) . " ( V" . substr( phpversion( 'exif' ), 0,4 ) . ")" : __( 'No', 'bestwebsoft' );
184
  $iptcparse = ( is_callable( 'iptcparse' ) ) ? __( 'Yes', 'bestwebsoft' ) : __( 'No', 'bestwebsoft' );
185
  $xml_parser_create = ( is_callable( 'xml_parser_create' ) ) ? __( 'Yes', 'bestwebsoft' ) : __( 'No', 'bestwebsoft' );
693
  array( 'fcbkbttn_hide_banner_on_plugin_page', 'facebook-button-plugin/facebook-button-plugin.php', '2.29' ),
694
  array( 'twttr_hide_banner_on_plugin_page', 'twitter-plugin/twitter.php', '2.34' ),
695
  array( 'pdfprnt_hide_banner_on_plugin_page', 'pdf-print/pdf-print.php', '1.7.1' ),
 
696
  array( 'gglstmp_hide_banner_on_plugin_page', 'google-sitemap-plugin/google-sitemap-plugin.php', '2.8.4' ),
697
  array( 'cntctfrmpr_for_ctfrmtdb_hide_banner_on_plugin_page', 'contact-form-pro/contact_form_pro.php', '1.14' ),
698
  array( 'cntctfrm_hide_banner_on_plugin_page', 'contact-form-plugin/contact_form.php', '3.47' ),
bws_menu/class-bws-settings.php CHANGED
@@ -236,7 +236,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
236
  */
237
  public function display_tabs() {
238
  global $wp_version; ?>
239
- <div id="bws_settings_tabs_wrapper"<?php if ( version_compare( $wp_version, '4.0', '<' ) ) echo ' class="edit-form-section"'; ?>>
240
  <ul id="bws_settings_tabs">
241
  <?php $this->display_tabs_list(); ?>
242
  </ul>
@@ -452,7 +452,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
452
  'learn_more_link' => 'https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Getting_started'
453
  ),
454
  'php' => array( 'description' => sprintf( __( 'This PHP code will be hooked to the %s action and will be printed on front end only.', 'bestwebsoft' ), '<a href="https://codex.wordpress.org/Plugin_API/Action_Reference/init" target="_blank"><code>init</code></a>' ),
455
- 'learn_more_link' => 'http://php.net/'
456
  ),
457
  'js' => array( 'description' => __( 'These code will be added to the header on all pages of your site.', 'bestwebsoft' ),
458
  'learn_more_link' => 'https://developer.mozilla.org/en-US/docs/Web/JavaScript'
@@ -692,7 +692,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
692
  ),
693
  'user-agent' => 'WordPress/' . $wp_version . '; ' . get_bloginfo( 'url' )
694
  );
695
- $raw_response = wp_remote_post( 'http://bestwebsoft.com/wp-content/plugins/products-statistics/track-usage/', $options );
696
 
697
  if ( ! is_wp_error( $raw_response ) && 200 == wp_remote_retrieve_response_code( $raw_response ) ) {
698
  $response = maybe_unserialize( wp_remote_retrieve_body( $raw_response ) );
@@ -727,7 +727,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
727
  if ( ! empty( $this->pro_page ) || ! empty( $single_license['pro_basename'] ) ) {
728
 
729
  if ( $this->pro_plugin_is_activated && ( empty( $single_license['pro_basename'] ) || isset( $this->bws_license_plugin ) ) ) {
730
- $url = 'http://bestwebsoft.com/wp-content/plugins/paid-products/plugins/downloads/?bws_first_download=' . $this->bws_license_plugin . '&bws_license_key=' . $bstwbsftwppdtplgns_options[ $this->bws_license_plugin ] . '&download_from=5'; ?>
731
  <table class="form-table">
732
  <tr>
733
  <th scope="row"><?php echo $pro_plugin_name . ' License'; ?></th>
@@ -859,7 +859,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
859
  'body' => array( 'plugins' => serialize( $to_send ) ),
860
  'user-agent' => 'WordPress/' . $wp_version . '; ' . get_bloginfo( 'url' )
861
  );
862
- $raw_response = wp_remote_post( 'http://bestwebsoft.com/wp-content/plugins/paid-products/plugins/pro-license-check/1.0/', $options );
863
 
864
  if ( is_wp_error( $raw_response ) || 200 != wp_remote_retrieve_response_code( $raw_response ) ) {
865
  $error = __( 'Something went wrong. Please try again later. If the error appears again, please contact us', 'bestwebsoft' ) . ': <a href=https://support.bestwebsoft.com>BestWebSoft</a>. ' . __( 'We are sorry for inconvenience.', 'bestwebsoft' );
@@ -968,7 +968,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
968
  'body' => array( 'plugins' => serialize( $to_send ) ),
969
  'user-agent' => 'WordPress/' . $wp_version . '; ' . get_bloginfo( 'url' )
970
  );
971
- $raw_response = wp_remote_post( 'http://bestwebsoft.com/wp-content/plugins/paid-products/plugins/pro-license-check/1.0/', $options );
972
 
973
  if ( is_wp_error( $raw_response ) || 200 != wp_remote_retrieve_response_code( $raw_response ) ) {
974
  $error = __( "Something went wrong. Please try again later. If the error appears again, please contact us", 'bestwebsoft' ) . ': <a href="https://support.bestwebsoft.com">BestWebSoft</a>. ' . __( "We are sorry for inconvenience.", 'bestwebsoft' );
236
  */
237
  public function display_tabs() {
238
  global $wp_version; ?>
239
+ <div id="bws_settings_tabs_wrapper">
240
  <ul id="bws_settings_tabs">
241
  <?php $this->display_tabs_list(); ?>
242
  </ul>
452
  'learn_more_link' => 'https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Getting_started'
453
  ),
454
  'php' => array( 'description' => sprintf( __( 'This PHP code will be hooked to the %s action and will be printed on front end only.', 'bestwebsoft' ), '<a href="https://codex.wordpress.org/Plugin_API/Action_Reference/init" target="_blank"><code>init</code></a>' ),
455
+ 'learn_more_link' => 'https://php.net/'
456
  ),
457
  'js' => array( 'description' => __( 'These code will be added to the header on all pages of your site.', 'bestwebsoft' ),
458
  'learn_more_link' => 'https://developer.mozilla.org/en-US/docs/Web/JavaScript'
692
  ),
693
  'user-agent' => 'WordPress/' . $wp_version . '; ' . get_bloginfo( 'url' )
694
  );
695
+ $raw_response = wp_remote_post( 'https://bestwebsoft.com/wp-content/plugins/products-statistics/track-usage/', $options );
696
 
697
  if ( ! is_wp_error( $raw_response ) && 200 == wp_remote_retrieve_response_code( $raw_response ) ) {
698
  $response = maybe_unserialize( wp_remote_retrieve_body( $raw_response ) );
727
  if ( ! empty( $this->pro_page ) || ! empty( $single_license['pro_basename'] ) ) {
728
 
729
  if ( $this->pro_plugin_is_activated && ( empty( $single_license['pro_basename'] ) || isset( $this->bws_license_plugin ) ) ) {
730
+ $url = 'https://bestwebsoft.com/wp-content/plugins/paid-products/plugins/downloads/?bws_first_download=' . $this->bws_license_plugin . '&bws_license_key=' . $bstwbsftwppdtplgns_options[ $this->bws_license_plugin ] . '&download_from=5'; ?>
731
  <table class="form-table">
732
  <tr>
733
  <th scope="row"><?php echo $pro_plugin_name . ' License'; ?></th>
859
  'body' => array( 'plugins' => serialize( $to_send ) ),
860
  'user-agent' => 'WordPress/' . $wp_version . '; ' . get_bloginfo( 'url' )
861
  );
862
+ $raw_response = wp_remote_post( 'https://bestwebsoft.com/wp-content/plugins/paid-products/plugins/pro-license-check/1.0/', $options );
863
 
864
  if ( is_wp_error( $raw_response ) || 200 != wp_remote_retrieve_response_code( $raw_response ) ) {
865
  $error = __( 'Something went wrong. Please try again later. If the error appears again, please contact us', 'bestwebsoft' ) . ': <a href=https://support.bestwebsoft.com>BestWebSoft</a>. ' . __( 'We are sorry for inconvenience.', 'bestwebsoft' );
968
  'body' => array( 'plugins' => serialize( $to_send ) ),
969
  'user-agent' => 'WordPress/' . $wp_version . '; ' . get_bloginfo( 'url' )
970
  );
971
+ $raw_response = wp_remote_post( 'https://bestwebsoft.com/wp-content/plugins/paid-products/plugins/pro-license-check/1.0/', $options );
972
 
973
  if ( is_wp_error( $raw_response ) || 200 != wp_remote_retrieve_response_code( $raw_response ) ) {
974
  $error = __( "Something went wrong. Please try again later. If the error appears again, please contact us", 'bestwebsoft' ) . ': <a href="https://support.bestwebsoft.com">BestWebSoft</a>. ' . __( "We are sorry for inconvenience.", 'bestwebsoft' );
bws_menu/deactivation-form.php CHANGED
@@ -361,7 +361,7 @@ if ( ! function_exists( 'bws_submit_uninstall_reason_action' ) ) {
361
  exit;
362
  }
363
 
364
- $reason_info = isset( $_REQUEST['reason_info'] ) ? stripcslashes( sanitize_textarea_field( $_REQUEST['reason_info'] ) ) : '';
365
  if ( ! empty( $reason_info ) ) {
366
  $reason_info = substr( $reason_info, 0, 255 );
367
  }
@@ -391,7 +391,7 @@ if ( ! function_exists( 'bws_submit_uninstall_reason_action' ) ) {
391
  }
392
 
393
  /* send data */
394
- $raw_response = wp_remote_post( 'http://bestwebsoft.com/wp-content/plugins/products-statistics/deactivation-feedback/', array(
395
  'method' => 'POST',
396
  'body' => $options,
397
  'timeout' => 15,
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
  }
391
  }
392
 
393
  /* send data */
394
+ $raw_response = wp_remote_post( 'https://bestwebsoft.com/wp-content/plugins/products-statistics/deactivation-feedback/', array(
395
  'method' => 'POST',
396
  'body' => $options,
397
  'timeout' => 15,
bws_menu/js/shortcode-button.js CHANGED
@@ -12,117 +12,72 @@
12
  * @param {string} url Absolute URL to where the plugin is located.
13
  */
14
  init : function( ed, url ) {
15
- if ( bws_shortcode_button.wp_version < '3.9' ) {
16
- ed.addButton( 'add_bws_shortcode', {
17
- title : bws_shortcode_button.title,
18
- classes: 'bws_shortcode_button widget btn',
19
- image : bws_shortcode_button.icon_url,
20
- onclick: function() {
21
- /* triggers the thickbox */
22
- var width = jQuery(window).width(), H = jQuery(window).height(), W = ( 720 < width ) ? 720 : width;
23
- W = W - 80;
24
- H = H - 84;
25
- tb_show( bws_shortcode_button.title, '#TB_inline?width=' + W + '&height=' + H + '&inlineId=bws_shortcode_popup' );
26
-
27
- var current_object = '#TB_ajaxContent';
28
-
29
- var select_count = $( current_object + ' select#bws_shortcode_select option').length;
30
- if ( 1 == select_count ) {
31
- $( current_object + ' #bws_shortcode_select_plugin' ).hide();
32
- }
33
-
34
- var plugin = $( current_object + ' #bws_shortcode_select option:selected' ).val();
35
- $( current_object + ' #bws_shortcode_content > div' ).hide();
36
- $( current_object + ' #bws_shortcode_content > #' + plugin ).show();
37
-
38
- if ( $( current_object + ' #bws_shortcode_content > #' + plugin + ' .bws_default_shortcode' ).length > 0 ) {
39
- $( current_object + ' #bws_shortcode_display' ).text( $( current_object + ' #bws_shortcode_content > #' + plugin + ' .bws_default_shortcode' ).val() );
40
- }
41
 
42
- $( current_object + ' #bws_shortcode_select' ).on( 'change',function() {
43
- var plugin = $( current_object + ' #bws_shortcode_select option:selected' ).val();
44
- $( current_object + ' #bws_shortcode_content > div' ).hide();
45
- $( current_object + ' #bws_shortcode_content > #' + plugin ).show();
46
- if ( $( current_object + ' #bws_shortcode_content > #' + plugin + ' .bws_default_shortcode' ).length > 0 ) {
47
- $( current_object + ' #bws_shortcode_display' ).text( $( current_object + ' #bws_shortcode_content > #' + plugin + ' .bws_default_shortcode' ).val() );
48
- } else {
49
- $( current_object + ' #bws_shortcode_display' ).text( '' );
50
- }
51
- });
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
52
 
53
- $.each( bws_shortcode_button.function_name, function( index, value ) {
54
- eval( value + '();' );
55
- });
56
- }
57
- });
58
- } else {
59
- ed.addButton( 'add_bws_shortcode', {
60
- title : bws_shortcode_button.title,
61
- classes: 'bws_shortcode_button widget btn',
62
- icon: 'icon bwsicons bwsicons-shortcode',
63
- text: bws_shortcode_button.label,
64
- onclick: function() {
65
 
66
- win = ed.windowManager.open( {
67
- width: 400,
68
- height: 400,
69
- inline: true,
70
- title: bws_shortcode_button.title,
71
- body: {
72
- id : 'bws-shortcode-content',
73
- type: 'container',
74
- classes: 'bws-shortcode',
75
- html: $( '#bws_shortcode_popup' ).html()
76
- },
77
- buttons: [{
78
- text: 'Insert',
79
- classes: 'button-primary primary bws_shortcode_insert',
80
- onclick: function( e ) {
81
- var shortcode = $( '.mce-container-body #bws_shortcode_display' ).text();
82
- if ( '' != shortcode ) {
83
- /* insert shortcode to tinymce */
84
- ed.insertContent( shortcode );
85
- }
86
- ed.windowManager.close();
87
- },
88
- },
89
- {
90
- text: 'Cancel',
91
- onclick: 'close'
92
- }],
93
-
94
- });
95
- var current_object = '.mce-container-body';
96
- var select_count = $( current_object + ' select#bws_shortcode_select option').length;
97
- if ( 1 == select_count ) {
98
- $( current_object + ' #bws_shortcode_select_plugin' ).hide();
99
- }
100
 
 
101
  var plugin = $( current_object + ' #bws_shortcode_select option:selected' ).val();
102
  $( current_object + ' #bws_shortcode_content > div' ).hide();
103
  $( current_object + ' #bws_shortcode_content > #' + plugin ).show();
104
-
105
  if ( $( current_object + ' #bws_shortcode_content > #' + plugin + ' .bws_default_shortcode' ).length > 0 ) {
106
  $( current_object + ' #bws_shortcode_display' ).text( $( current_object + ' #bws_shortcode_content > #' + plugin + ' .bws_default_shortcode' ).val() );
 
 
107
  }
 
108
 
109
- $( current_object + ' #bws_shortcode_select' ).on( 'change',function() {
110
- var plugin = $( current_object + ' #bws_shortcode_select option:selected' ).val();
111
- $( current_object + ' #bws_shortcode_content > div' ).hide();
112
- $( current_object + ' #bws_shortcode_content > #' + plugin ).show();
113
- if ( $( current_object + ' #bws_shortcode_content > #' + plugin + ' .bws_default_shortcode' ).length > 0 ) {
114
- $( current_object + ' #bws_shortcode_display' ).text( $( current_object + ' #bws_shortcode_content > #' + plugin + ' .bws_default_shortcode' ).val() );
115
- } else {
116
- $( current_object + ' #bws_shortcode_display' ).text( '' );
117
- }
118
- });
119
-
120
- $.each( bws_shortcode_button.function_name, function( index, value ) {
121
- eval( value + '();' );
122
- });
123
- }
124
- });
125
- }
126
  },
127
 
128
  /**
12
  * @param {string} url Absolute URL to where the plugin is located.
13
  */
14
  init : function( ed, url ) {
15
+ ed.addButton( 'add_bws_shortcode', {
16
+ title : bws_shortcode_button.title,
17
+ classes: 'bws_shortcode_button widget btn',
18
+ icon: 'icon bwsicons bwsicons-shortcode',
19
+ text: bws_shortcode_button.label,
20
+ onclick: function() {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
 
22
+ win = ed.windowManager.open( {
23
+ width: 400,
24
+ height: 400,
25
+ inline: true,
26
+ title: bws_shortcode_button.title,
27
+ body: {
28
+ id : 'bws-shortcode-content',
29
+ type: 'container',
30
+ classes: 'bws-shortcode',
31
+ html: $( '#bws_shortcode_popup' ).html()
32
+ },
33
+ buttons: [{
34
+ text: 'Insert',
35
+ classes: 'button-primary primary bws_shortcode_insert',
36
+ onclick: function( e ) {
37
+ var shortcode = $( '.mce-container-body #bws_shortcode_display' ).text();
38
+ if ( '' != shortcode ) {
39
+ /* insert shortcode to tinymce */
40
+ ed.insertContent( shortcode );
41
+ }
42
+ ed.windowManager.close();
43
+ },
44
+ },
45
+ {
46
+ text: 'Cancel',
47
+ onclick: 'close'
48
+ }],
49
+
50
+ });
51
+ var current_object = '.mce-container-body';
52
+ var select_count = $( current_object + ' select#bws_shortcode_select option').length;
53
+ if ( 1 == select_count ) {
54
+ $( current_object + ' #bws_shortcode_select_plugin' ).hide();
55
+ }
56
 
57
+ var plugin = $( current_object + ' #bws_shortcode_select option:selected' ).val();
58
+ $( current_object + ' #bws_shortcode_content > div' ).hide();
59
+ $( current_object + ' #bws_shortcode_content > #' + plugin ).show();
 
 
 
 
 
 
 
 
 
60
 
61
+ if ( $( current_object + ' #bws_shortcode_content > #' + plugin + ' .bws_default_shortcode' ).length > 0 ) {
62
+ $( current_object + ' #bws_shortcode_display' ).text( $( current_object + ' #bws_shortcode_content > #' + plugin + ' .bws_default_shortcode' ).val() );
63
+ }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
64
 
65
+ $( current_object + ' #bws_shortcode_select' ).on( 'change',function() {
66
  var plugin = $( current_object + ' #bws_shortcode_select option:selected' ).val();
67
  $( current_object + ' #bws_shortcode_content > div' ).hide();
68
  $( current_object + ' #bws_shortcode_content > #' + plugin ).show();
 
69
  if ( $( current_object + ' #bws_shortcode_content > #' + plugin + ' .bws_default_shortcode' ).length > 0 ) {
70
  $( current_object + ' #bws_shortcode_display' ).text( $( current_object + ' #bws_shortcode_content > #' + plugin + ' .bws_default_shortcode' ).val() );
71
+ } else {
72
+ $( current_object + ' #bws_shortcode_display' ).text( '' );
73
  }
74
+ });
75
 
76
+ $.each( bws_shortcode_button.function_name, function( index, value ) {
77
+ eval( value + '();' );
78
+ });
79
+ }
80
+ });
 
 
 
 
 
 
 
 
 
 
 
 
81
  },
82
 
83
  /**
bws_menu/languages/bestwebsoft-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-02 13:38+0200\n"
6
- "PO-Revision-Date: 2019-12-02 13:43+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"
@@ -56,7 +56,7 @@ msgstr "Оценить"
56
  msgid "Need help?"
57
  msgstr "Нужна помощь?"
58
 
59
- #: bws_functions.php:104 bws_functions.php:964 class-bws-settings.php:1099
60
  msgid "Visit Help Center"
61
  msgstr "Перейти в Help Center"
62
 
@@ -106,7 +106,7 @@ msgstr ""
106
  "плагин в дальнейшем и иметь приоритетную тех.поддержку, то вам нужно "
107
  "продлить лицензию."
108
 
109
- #: bws_functions.php:147 bws_functions.php:218 deprecated.php:586
110
  msgid "Learn more"
111
  msgstr "Подробнее"
112
 
@@ -180,8 +180,8 @@ msgstr "Давайте начнем"
180
  msgid "Settings"
181
  msgstr "Настройки"
182
 
183
- #: bws_functions.php:253 bws_menu.php:326 class-bws-settings.php:776
184
- #: class-bws-settings.php:1101 class-bws-settings.php:1111 deprecated.php:697
185
  msgid "or"
186
  msgstr "или"
187
 
@@ -240,7 +240,6 @@ msgid "The plugin's settings have been changed."
240
  msgstr "Настройки плагина были изменены"
241
 
242
  #: bws_functions.php:481 class-bws-settings.php:200 class-bws-settings.php:220
243
- #: deprecated.php:642
244
  msgid "Save Changes"
245
  msgstr "Сохранить изменения"
246
 
@@ -252,79 +251,70 @@ msgstr ""
252
  "Вы всегда можете просмотреть премиум опции нажав на кнопку \"Pro опции\" на "
253
  "вкладке \"Разное\"."
254
 
255
- #: bws_functions.php:691
256
- msgid "Add BWS Shortcode"
257
- msgstr "Добавить BWS шорткод"
258
-
259
- #: bws_functions.php:692
260
- msgid "Add BWS Plugins Shortcode"
261
- msgstr "Добавить шорткод BWS Плагина"
262
-
263
- #: bws_functions.php:711
264
  msgid "Add shortcode"
265
  msgstr "Добавить шорткод"
266
 
267
- #: bws_functions.php:711
268
  msgid "Add BestWebSoft plugins' shortcodes using this button."
269
  msgstr "Добавьте шорткоды BestWebSoft плагинов с помощью этой кнопки."
270
 
271
- #: bws_functions.php:774
272
  msgid "Close"
273
  msgstr "Закрыть"
274
 
275
- #: bws_functions.php:866
276
  msgid "Are you sure you want to restore default settings?"
277
  msgstr ""
278
  "Вы уверены что хотите восстановить все настройки плагина к настройкам по "
279
  "умолчанию?"
280
 
281
- #: bws_functions.php:869
282
  msgid "Yes, restore all settings"
283
  msgstr "Да, восстановить все настройки"
284
 
285
- #: bws_functions.php:870
286
  msgid "No, go back to the settings page"
287
  msgstr "Нет, вернуться на страницу настроек"
288
 
289
- #: bws_functions.php:912
290
  msgid "Plugin"
291
  msgstr "Плагин"
292
 
293
- #: bws_functions.php:921
294
  msgid "Shortcode settings"
295
  msgstr "Настройки шорткода"
296
 
297
- #: bws_functions.php:926
298
  msgid "The shortcode will be inserted"
299
  msgstr "Будет вставлен шорткод"
300
 
301
- #: bws_functions.php:969
302
  msgid "FAQ"
303
  msgstr "FAQ"
304
 
305
- #: bws_functions.php:975
306
  msgid "For more information:"
307
  msgstr "Для дополнительной информации:"
308
 
309
- #: bws_functions.php:976 bws_menu.php:400
310
  msgid "Documentation"
311
  msgstr "Документация"
312
 
313
- #: bws_functions.php:977 bws_menu.php:402
314
  msgid "Video Instructions"
315
  msgstr "Видео инструкции"
316
 
317
- #: bws_functions.php:978
318
  msgid "Submit a Request"
319
  msgstr "Отправить запрос"
320
 
321
- #: bws_menu.php:101 class-bws-settings.php:825 deprecated.php:323
322
  msgid "Wrong license key"
323
  msgstr "Неправильный лицензионный ключ"
324
 
325
- #: bws_menu.php:122 class-bws-settings.php:852 class-bws-settings.php:923
326
- #: class-bws-settings.php:961 deprecated.php:133 deprecated.php:199
327
- #: deprecated.php:353
328
  msgid ""
329
  "Something went wrong. Please try again later. If the error appears again, "
330
  "please contact us"
@@ -332,14 +322,12 @@ msgstr ""
332
  "Что-то пошло не так. Повторите попытку позже. Если ошибка появится снова, "
333
  "пожалуйста, свяжитесь с нами"
334
 
335
- #: bws_menu.php:122 class-bws-settings.php:852 class-bws-settings.php:923
336
- #: class-bws-settings.php:961 deprecated.php:133 deprecated.php:199
337
- #: deprecated.php:353
338
  msgid "We are sorry for inconvenience."
339
  msgstr "Приносим извинения за неудобства."
340
 
341
- #: bws_menu.php:129 class-bws-settings.php:858 class-bws-settings.php:967
342
- #: deprecated.php:139 deprecated.php:359
343
  msgid "Wrong license key."
344
  msgstr "Неправильный лицензионный ключ."
345
 
@@ -354,11 +342,11 @@ msgstr ""
354
  msgid "Log in"
355
  msgstr "Авторизоваться"
356
 
357
- #: bws_menu.php:133 bws_menu.php:332 deprecated.php:261
358
  msgid "Unfortunately, you have exceeded the number of available tries per day."
359
  msgstr "К сожалению, вы превысили количество доступных попыток."
360
 
361
- #: bws_menu.php:135 deprecated.php:365
362
  #, php-format
363
  msgid ""
364
  "Unfortunately, Your license has expired. To continue getting top-priority "
@@ -368,7 +356,7 @@ msgstr ""
368
  "обновлений и приоритетной тех.поддержки, вам необходимо продлить лицензию в "
369
  "вашей %s"
370
 
371
- #: bws_menu.php:137 class-bws-settings.php:975 deprecated.php:367
372
  msgid ""
373
  "Unfortunately, the Pro licence was already installed to this domain. The Pro "
374
  "Trial license can be installed only once."
@@ -376,11 +364,11 @@ msgstr ""
376
  "К сожалению, Pro лицензия уже была установлена на этом доменен. Pro Trial "
377
  "лицензия может быть установлена только один раз."
378
 
379
- #: bws_menu.php:142 class-bws-settings.php:873 deprecated.php:153
380
  msgid "The license key is valid."
381
  msgstr "Лицензионный ключ действителен."
382
 
383
- #: bws_menu.php:144 class-bws-settings.php:877 deprecated.php:156
384
  msgid "Your license will expire on"
385
  msgstr "Ваша лицензия истечет"
386
 
@@ -388,7 +376,7 @@ msgstr "Ваша лицензия истечет"
388
  msgid "Congratulations! Pro Membership license is activated successfully."
389
  msgstr "Поздравляем! Pro Membership лицензия успешно активирована."
390
 
391
- #: bws_menu.php:153 class-bws-settings.php:1045 deprecated.php:436
392
  msgid ""
393
  "Something went wrong. Try again later or upload the plugin manually. We are "
394
  "sorry for inconvenience."
@@ -418,8 +406,8 @@ msgid "N/A"
418
  msgstr "Неизвестно"
419
 
420
  #: bws_menu.php:182
421
- msgid " Mb"
422
- msgstr "Mb"
423
 
424
  #: bws_menu.php:183 bws_menu.php:184 bws_menu.php:185 bws_menu.php:189
425
  msgid "Yes"
@@ -555,11 +543,11 @@ msgstr "Спасибо что связались с нами."
555
  msgid "Sorry, email message could not be delivered."
556
  msgstr "Извините, ваш емейл не может быть отправлен."
557
 
558
- #: bws_menu.php:305 bws_menu.php:309 bws_menu.php:358 deprecated.php:91
559
  msgid "Plugins"
560
  msgstr "Плагины"
561
 
562
- #: bws_menu.php:306 bws_menu.php:310 bws_menu.php:586 deprecated.php:92
563
  msgid "Themes"
564
  msgstr "Темы"
565
 
@@ -584,8 +572,8 @@ msgstr "Получить доступ к %s+ премиум плагинам"
584
  msgid "Subscribe to Pro Membership"
585
  msgstr "Подписаться на Pro Membership"
586
 
587
- #: bws_menu.php:334 bws_menu.php:345 class-bws-settings.php:789
588
- #: deprecated.php:227
589
  msgid "Check license key"
590
  msgstr "Проверка лицензионного ключа"
591
 
@@ -594,8 +582,8 @@ msgid "Enter your license key"
594
  msgstr "Ваш лицензионный ключ"
595
 
596
  #: bws_menu.php:343 bws_menu.php:538 bws_menu.php:547
597
- #: class-bws-settings.php:768 deprecated.php:259 deprecated.php:267
598
- #: deprecated.php:631 deprecated.php:703 deprecated.php:712
599
  msgid "Activate"
600
  msgstr "Активировать"
601
 
@@ -632,31 +620,31 @@ msgstr "Плагин <strong>активировано</strong>."
632
  msgid "Download Pro Plugin"
633
  msgstr "Загрузить Pro плагина"
634
 
635
- #: bws_menu.php:384
636
  msgid "Your Pro plugin is ready"
637
  msgstr "Ваш Pro плагин готов"
638
 
639
- #: bws_menu.php:386
640
  msgid "Your plugin has been zipped, and now is ready to download."
641
  msgstr "Ваш плагин заархивирован, и готов к загрузке."
642
 
643
- #: bws_menu.php:389
644
  msgid "Download Now"
645
  msgstr "Загрузить сейчас"
646
 
647
- #: bws_menu.php:393
648
  msgid "Need help installing the plugin?"
649
  msgstr "Нужна помощь в установке плагина?"
650
 
651
- #: bws_menu.php:395
652
  msgid "How to install WordPress plugin from your admin Dashboard (ZIP archive)"
653
  msgstr "Как установить WordPress плагин с админ панели (ZIP архив)"
654
 
655
- #: bws_menu.php:398
656
  msgid "Get Started"
657
  msgstr "Начать "
658
 
659
- #: bws_menu.php:404
660
  msgid "Knowledge Base"
661
  msgstr "База Знаний"
662
 
@@ -717,7 +705,7 @@ msgstr "Обновить до версии %s"
717
  msgid "Get Pro"
718
  msgstr "Получить Pro"
719
 
720
- #: bws_menu.php:524 class-bws-settings.php:174 class-bws-settings.php:1108
721
  msgid "Upgrade to Pro"
722
  msgstr "Обновить до Pro"
723
 
@@ -808,16 +796,16 @@ msgstr "Все настройки плагина были восстановле
808
  msgid "Custom Code"
809
  msgstr "Пользовательский код"
810
 
811
- #: class-bws-settings.php:446 deprecated.php:498
812
  msgid "You do not have sufficient permissions to edit plugins for this site."
813
  msgstr ""
814
  "У вас недостаточно полномочий, чтобы редактировать плагины на этом сайте."
815
 
816
- #: class-bws-settings.php:451 deprecated.php:620
817
  msgid "These styles will be added to the header on all pages of your site."
818
  msgstr "Эти стили будут добавлены в хедер на всех страницах вашего сайта."
819
 
820
- #: class-bws-settings.php:454 deprecated.php:622
821
  #, php-format
822
  msgid ""
823
  "This PHP code will be hooked to the %s action and will be printed on front "
@@ -830,7 +818,7 @@ msgstr ""
830
  msgid "These code will be added to the header on all pages of your site."
831
  msgstr "Этот код будет добавлен в хедер на всех страницах вашего сайта."
832
 
833
- #: class-bws-settings.php:465 deprecated.php:646
834
  #, php-format
835
  msgid ""
836
  "You need to make this files writable before you can save your changes. See "
@@ -839,7 +827,7 @@ msgstr ""
839
  "Чтобы сохранить изменения, нужно сделать этот файл доступным для записи. "
840
  "Дополнительную информацию можно получить в %s Кодексе %s."
841
 
842
- #: class-bws-settings.php:475 deprecated.php:628
843
  msgid "Browsing"
844
  msgstr "Просмотр"
845
 
@@ -848,7 +836,7 @@ msgstr "Просмотр"
848
  msgid "Activate custom %s code."
849
  msgstr "Активировать пользовательский %s код."
850
 
851
- #: class-bws-settings.php:488 deprecated.php:635
852
  #, php-format
853
  msgid "Learn more about %s"
854
  msgstr "Подробнее о %s"
@@ -911,29 +899,14 @@ msgstr "Импорт / Экспорт"
911
  msgid "License Key"
912
  msgstr "Лицензионный ключ"
913
 
914
- #: class-bws-settings.php:746
915
- #, php-format
916
- msgid "Congratulations! %s license is activated successfully."
917
- msgstr "Поздравляем! %s лицензия успешно активирована."
918
-
919
- #: class-bws-settings.php:747
920
- #, php-format
921
- msgid "You will be automatically redirected to the %s in %s seconds."
922
- msgstr "Вы будете автоматически перенаправлены на %s через %s секунд."
923
-
924
- #: class-bws-settings.php:747
925
- msgid "Settings page"
926
- msgstr "страницу Настроек"
927
-
928
- #: class-bws-settings.php:770
929
  #, php-format
930
  msgid "Enter your license key to activate %s and get premium plugin features."
931
  msgstr ""
932
  "Введите лицензионный ключ для активации %s и получения дополнительных "
933
  "возможностей плагина."
934
 
935
- #: class-bws-settings.php:773 class-bws-settings.php:971 deprecated.php:363
936
- #: deprecated.php:706
937
  msgid ""
938
  "Unfortunately, you have exceeded the number of available tries per day. "
939
  "Please, upload the plugin manually."
@@ -941,12 +914,12 @@ msgstr ""
941
  "К сожалению, вы превысили количество доступных попыток в день. Пожалуйста, "
942
  "загрузите плагин вручную."
943
 
944
- #: class-bws-settings.php:776 deprecated.php:697
945
  #, php-format
946
  msgid "Start Your Free %s-Day Trial Now"
947
  msgstr "Попробуйте %s-дневную Trial версию бесплатно"
948
 
949
- #: class-bws-settings.php:791
950
  msgid ""
951
  "If necessary, you can check if the license key is correct or reenter it in "
952
  "the field below."
@@ -954,15 +927,15 @@ msgstr ""
954
  "При необходимости вы можете проверить валидность лицензионного ключа или "
955
  "повторно ввести его в поле ниже."
956
 
957
- #: class-bws-settings.php:800
958
  msgid "Manage License Settings"
959
  msgstr "Управление настройками лицензий"
960
 
961
- #: class-bws-settings.php:802
962
  msgid "Login to Client Area"
963
  msgstr "Зайти в Client Area"
964
 
965
- #: class-bws-settings.php:804
966
  msgid ""
967
  "Manage active licenses, download BWS products, and view your payment history "
968
  "using BestWebSoft Client Area."
@@ -970,12 +943,11 @@ msgstr ""
970
  "Управляй активными лицензиями, загружай BWS продукты, а также просматривай "
971
  "историю платежей с помощью BestWebSoft Client Area."
972
 
973
- #: class-bws-settings.php:860 class-bws-settings.php:969 deprecated.php:141
974
- #: deprecated.php:361
975
  msgid "This license key is bound to another site."
976
  msgstr "Этот лицензионный ключ привязан к другому сайту."
977
 
978
- #: class-bws-settings.php:862 deprecated.php:143
979
  msgid ""
980
  "This license key is valid, but Your license has expired. If you want to "
981
  "update our plugin in future, you should extend the license."
@@ -983,11 +955,11 @@ msgstr ""
983
  "Лицензионный ключ принят, но срок действия лицензии истек. Если вы хотите "
984
  "обновлять плагин в будущем, вы должны продлить лицензию."
985
 
986
- #: class-bws-settings.php:864 deprecated.php:145
987
  msgid "Unfortunately, you have exceeded the number of available tries."
988
  msgstr "К сожалению, вы превысили количество доступных попыток."
989
 
990
- #: class-bws-settings.php:866 deprecated.php:147
991
  msgid ""
992
  "Unfortunately, the Pro Trial licence was already installed to this domain. "
993
  "The Pro Trial license can be installed only once."
@@ -995,18 +967,18 @@ msgstr ""
995
  "К сожалению, Pro Trial версия плагина уже устанавливалась на этот домен. Pro "
996
  "Trial версию можно устанавливать лишь один раз."
997
 
998
- #: class-bws-settings.php:871 deprecated.php:151
999
  msgid "The Pro Trial license key is valid."
1000
  msgstr "Ключ Pro Trial версии действителен."
1001
 
1002
- #: class-bws-settings.php:881 deprecated.php:159 deprecated.php:246
1003
  #, php-format
1004
  msgid ""
1005
  "In order to continue using the plugin it is necessary to buy a %s license."
1006
  msgstr ""
1007
  "Чтобы продолжить пользоваться плагином, необходимо приобрести %s лицензию."
1008
 
1009
- #: class-bws-settings.php:973
1010
  #, php-format
1011
  msgid ""
1012
  "Unfortunately, Your license has expired. To continue getting top-priority "
@@ -1016,156 +988,111 @@ msgstr ""
1016
  "обновлений и приоритетной тех.поддержки, вам необходимо продлить лицензию в "
1017
  "вашей %s."
1018
 
1019
- #: class-bws-settings.php:997 class-bws-settings.php:1019
1020
- #: class-bws-settings.php:1041
1021
- msgid "Failed to download the zip archive. Please, upload the plugin manually."
1022
- msgstr ""
1023
- "Не удалось загрузить архив плагина. Пожалуйста, загрузите плагин вручную."
1024
-
1025
- #: class-bws-settings.php:1009
1026
- msgid "Failed to open the zip archive. Please, upload the plugin manually."
1027
- msgstr "Не удалось открыть архив ZIP. Пожалуйста, загрузите плагин вручную."
1028
-
1029
- #: class-bws-settings.php:1015
1030
- msgid ""
1031
- "Your server does not support either ZipArchive or Phar. Please, upload the "
1032
- "plugin manually."
1033
- msgstr ""
1034
- "Ваш сервер не поддерживает ни библиотеку ZipArchive, ни библиотеку Phar. "
1035
- "Пожалуйста, загрузите плагин вручную."
1036
-
1037
- #: class-bws-settings.php:1022
1038
- msgid "UploadDir is not writable. Please, upload the plugin manually."
1039
- msgstr ""
1040
- "Папка загрузки не доступна для записи. Пожалуйста, загрузите плагин вручную."
1041
-
1042
- #: class-bws-settings.php:1082 deprecated.php:464
1043
  msgid "Please, enter Your license key"
1044
  msgstr "Пожалуйста, введите ваш лицензионный ключ"
1045
 
1046
- #: class-bws-settings.php:1095
1047
  msgid "Need Help?"
1048
  msgstr "Нужна помощь?"
1049
 
1050
- #: class-bws-settings.php:1097
1051
  msgid "Read the Instruction"
1052
  msgstr "Читать инструкцию"
1053
 
1054
- #: class-bws-settings.php:1101
1055
  msgid "Watch the Video"
1056
  msgstr "Смотреть видео"
1057
 
1058
- #: class-bws-settings.php:1112
1059
  msgid "Start Your Free Trial"
1060
  msgstr "Использовать бесплатную Trial версию"
1061
 
1062
- #: deactivation-form.php:27
1063
  msgid "Need help? We are ready to answer your questions."
1064
  msgstr "Нужна помощь? Мы готовы ответить на ваши вопросы."
1065
 
1066
- #: deactivation-form.php:27
1067
  msgid "Contact Support"
1068
  msgstr "Связаться с тех. поддержкой"
1069
 
1070
- #: deactivation-form.php:32
1071
  msgid "The plugin is not working"
1072
  msgstr "Плагин не работает"
1073
 
1074
- #: deactivation-form.php:34
1075
- msgid "Kindly share what didn't work so we can fix it in future updates..."
1076
- msgstr ""
1077
- "Пожалуйста, сообщите, что не работает, чтобы мы смогли исправить это в "
1078
- "будущих обновлениях..."
1079
-
1080
- #: deactivation-form.php:38
1081
  msgid "The plugin didn't work as expected"
1082
  msgstr "Плагин не работает, как ожидалось"
1083
 
1084
- #: deactivation-form.php:40
1085
- msgid "What did you expect?"
1086
- msgstr "Что именно вы ожидали?"
1087
-
1088
- #: deactivation-form.php:44
1089
  msgid "The plugin suddenly stopped working"
1090
  msgstr "Плагин внезапно перестал работать"
1091
 
1092
- #: deactivation-form.php:51
1093
  msgid "The plugin broke my site"
1094
  msgstr "Плагин сломал мой сайт"
1095
 
1096
- #: deactivation-form.php:58
1097
  msgid "I couldn't understand how to get it work"
1098
  msgstr "Я не могу понять, как заставить его работать"
1099
 
1100
- #: deactivation-form.php:65
1101
  msgid "I found a better plugin"
1102
  msgstr "Я нашел плагин лучше"
1103
 
1104
- #: deactivation-form.php:67
1105
- msgid "What's the plugin name?"
1106
- msgstr "Какое название плагина?"
1107
-
1108
- #: deactivation-form.php:71
1109
  msgid "The plugin is great, but I need specific feature that you don't support"
1110
  msgstr ""
1111
  "Плагин замечательный, но мне нужен определенный функционал, которого у вас "
1112
  "нет"
1113
 
1114
- #: deactivation-form.php:73
1115
- msgid "What feature?"
1116
- msgstr "Какой функционал?"
1117
-
1118
- #: deactivation-form.php:77
1119
  msgid "I no longer need the plugin"
1120
  msgstr "Мне больше не нужен плагин"
1121
 
1122
- #: deactivation-form.php:83
1123
  msgid "It's a temporary deactivation, I'm just debugging an issue"
1124
  msgstr "Это временная деактивация, я просто отлаживаю проблему"
1125
 
1126
- #: deactivation-form.php:89
1127
  msgid "Other"
1128
  msgstr "Другое"
1129
 
1130
- #: deactivation-form.php:123
1131
  msgid "Quick Feedback"
1132
  msgstr "Быстрый отзыв"
1133
 
1134
- #: deactivation-form.php:124
1135
  msgid "If you have a moment, please let us know why you are deactivating"
1136
  msgstr ""
1137
  "Если у вас есть время, пожалуйста, сообщите нам, почему вы деактивируете "
1138
  "плагин"
1139
 
1140
- #: deactivation-form.php:127
1141
  msgid "Send website data and allow to contact me back"
1142
  msgstr "Отправить данные сайта и позволить связаться со мной"
1143
 
1144
- #: deactivation-form.php:222
1145
  msgid "Processing"
1146
  msgstr "Обработка"
1147
 
1148
- #: deactivation-form.php:251
1149
  msgid "Submit and Deactivate"
1150
  msgstr "Отправить и Деактивировать"
1151
 
1152
- #: deactivation-form.php:266
1153
  msgid "Please tell us the reason so we can improve it."
1154
  msgstr "Пожалуйста, сообщите нам причину, чтобы мы могли улучшить плагин."
1155
 
1156
- #: deactivation-form.php:331
1157
  msgid "Skip and Deactivate"
1158
  msgstr "Пропустить и Деактивировать"
1159
 
1160
- #: deprecated.php:93
1161
  msgid "System Status"
1162
  msgstr "Системная информация"
1163
 
1164
- #: deprecated.php:204
1165
- msgid "Please, enter your license key"
1166
- msgstr "Пожалуйста, введите Ваш лицензионный ключ"
1167
-
1168
- #: deprecated.php:223
1169
  msgid ""
1170
  "If necessary, you can check if the license key is correct or reenter it in "
1171
  "the field below. You can find your license key on your personal page - "
@@ -1175,7 +1102,7 @@ msgstr ""
1175
  "повторно ввести его в поле ниже. Вы можете найти ваш лицензионный ключ на "
1176
  "своей личной странице - Client Area - на нашем сайте"
1177
 
1178
- #: deprecated.php:223
1179
  msgid ""
1180
  "(your username is the email address specified during the purchase). If "
1181
  "necessary, please submit \"Lost your password?\" request."
@@ -1183,101 +1110,54 @@ msgstr ""
1183
  "(ваше имя пользователя - это емейл, указанный при покупке). При "
1184
  "необходимости нажмите \"Забыли пароль?\"."
1185
 
1186
- #: deprecated.php:246
1187
  msgid "After that, you can activate it by entering your license key."
1188
  msgstr "После этого вы сможете активировать его введя лицензионный ключ."
1189
 
1190
- #: deprecated.php:249 deprecated.php:691
1191
  msgid "License key can be found in the"
1192
  msgstr "Лицензионный ключ можно найти в"
1193
 
1194
- #: deprecated.php:251 deprecated.php:693
1195
  msgid "(your username is the email address specified during the purchase)."
1196
  msgstr "(ваше имя пользователя - это емейл, указанный при покупке)."
1197
 
1198
- #: deprecated.php:279
1199
  msgid ""
1200
  "Congratulations! The Pro license of the plugin is activated successfully."
1201
  msgstr "Поздравляем! Pro версия плагина успешно активирована."
1202
 
1203
- #: deprecated.php:281 deprecated.php:672
1204
  msgid "Please, go to"
1205
  msgstr "Пожалуйста, перейдите на"
1206
 
1207
- #: deprecated.php:281 deprecated.php:672
1208
  msgid "the setting page"
1209
  msgstr "страницу настроек"
1210
 
1211
- #: deprecated.php:282 deprecated.php:673
1212
- msgid "You will be redirected automatically in 5 seconds."
1213
- msgstr "Вы будете перенаправлены автоматически через 5 секунд."
1214
-
1215
- #: deprecated.php:316
1216
- msgid "Check premium options on the plugin settings page!"
1217
- msgstr "Просмотрите премиум опции на странице настроек плагина!"
1218
-
1219
- #: deprecated.php:388 deprecated.php:410 deprecated.php:432
1220
- msgid "Failed to download the zip archive. Please, upload the plugin manually"
1221
- msgstr ""
1222
- "Не удалось загрузить архив плагина. Пожалуйста, загрузите плагин вручную"
1223
-
1224
- #: deprecated.php:400
1225
- msgid "Failed to open the zip archive. Please, upload the plugin manually"
1226
- msgstr "Не удалось открыть архив ZIP. Пожалуйста, загрузите плагин вручную"
1227
-
1228
- #: deprecated.php:406
1229
- msgid ""
1230
- "Your server does not support either ZipArchive or Phar. Please, upload the "
1231
- "plugin manually"
1232
- msgstr ""
1233
- "Ваш сервер не поддерживает ни библиотеку ZipArchive, ни библиотеку Phar. "
1234
- "Пожалуйста, загрузите плагин вручную"
1235
-
1236
- #: deprecated.php:413
1237
- msgid "UploadDir is not writable. Please, upload the plugin manually"
1238
- msgstr ""
1239
- "Папка загрузки не доступна для записи. Пожалуйста, загрузите плагин вручную"
1240
-
1241
- #: deprecated.php:479
1242
  msgid "Restore all plugin settings to defaults"
1243
  msgstr "Восстановить все настройки плагина к настройкам по умолчанию"
1244
 
1245
- #: deprecated.php:481
1246
  msgid "Restore settings"
1247
  msgstr "Восстановить настройки"
1248
 
1249
- #: deprecated.php:550 deprecated.php:577
1250
- #, php-format
1251
- msgid "File %s edited successfully."
1252
- msgstr "Файл %s успешно изменён."
1253
-
1254
- #: deprecated.php:552 deprecated.php:579
1255
- msgid "Not enough permissions to create or update the file"
1256
- msgstr "Не достаточно прав для создания или обновления файла"
1257
-
1258
- #: deprecated.php:582
1259
- msgid "Not enough permissions to create the file"
1260
- msgstr "Не достаточно прав для создания файла"
1261
-
1262
- #: deprecated.php:626
1263
- msgid "Editing"
1264
- msgstr "Редактирование"
1265
-
1266
- #: deprecated.php:670
1267
  msgid ""
1268
  "Congratulations! Pro version of the plugin is installed and activated "
1269
  "successfully."
1270
  msgstr "Поздравляем! Pro версия плагина успешно загружена и активирована."
1271
 
1272
- #: deprecated.php:680
1273
  msgid "Show Pro features"
1274
  msgstr "Показать Pro опции"
1275
 
1276
- #: deprecated.php:687
1277
  msgid "Enter your license key to install and activate"
1278
  msgstr "Введите лицензионный ключ для установки и активации"
1279
 
1280
- #: deprecated.php:689
1281
  msgid "version of the plugin."
1282
  msgstr "версия плагина."
1283
 
@@ -1393,21 +1273,13 @@ msgstr ""
1393
 
1394
  #: product_list.php:138
1395
  msgid ""
1396
- "Add Google +1, Share, Follow, Hangout buttons and profile badge to WordPress "
1397
- "posts, pages and widgets."
1398
- msgstr ""
1399
- "Добавляйте кнопки Google \"+1\", \"Поделиться\", \"Подписаться\", \"Hangout"
1400
- "\" и значок профиля к постам, страницам и виджетам WordPress."
1401
-
1402
- #: product_list.php:148
1403
- msgid ""
1404
  "Stronger security solution which protects your WordPress website from hacks "
1405
  "and unauthorized login attempts."
1406
  msgstr ""
1407
  "Мощнейшее решение для безопасности, которое защищает ваш сайт WordPress от "
1408
  "взломов и неавторизованных попыток входа в систему."
1409
 
1410
- #: product_list.php:158
1411
  msgid ""
1412
  "Add Adsense ads to WordPress website pages, posts, custom posts, search "
1413
  "results, categories, tags, and widgets."
@@ -1415,13 +1287,13 @@ msgstr ""
1415
  "Добавляйте рекламу сервиса Adsense на страницы, посты, пользовательские "
1416
  "посты, результаты поиска, категории, теги и виджеты сайта WordPress."
1417
 
1418
- #: product_list.php:168
1419
  msgid "Add Google Analytics code to WordPress website and track basic stats."
1420
  msgstr ""
1421
  "Добавляйте код Google Analytics на ваш сайт WordPress и отслеживайте базовую "
1422
  "статистику сайта."
1423
 
1424
- #: product_list.php:178
1425
  msgid ""
1426
  "Protect WordPress website forms from spam entries with Google Captcha "
1427
  "(reCaptcha)."
@@ -1429,13 +1301,13 @@ msgstr ""
1429
  "Защищайте формы вашего сайта WordPress от спама с помощью Google Captcha "
1430
  "(reCaptcha)."
1431
 
1432
- #: product_list.php:188
1433
  msgid "Add customized Google maps to WordPress posts, pages and widgets."
1434
  msgstr ""
1435
  "Добавляйте пользовательские карты Google в посты, страницы и виджеты "
1436
  "WordPress."
1437
 
1438
- #: product_list.php:198
1439
  msgid ""
1440
  "Generate and add XML sitemap to WordPress website. Help search engines index "
1441
  "your blog."
@@ -1443,7 +1315,7 @@ msgstr ""
1443
  "Создавайте и добавляйте файлы XML sitemap на ваш сайт WordPress. Помогите "
1444
  "поисковым системам проиндексировать ваш блог."
1445
 
1446
- #: product_list.php:208
1447
  msgid ""
1448
  "Replace external WordPress website links with Google shortlinks and track "
1449
  "click stats."
@@ -1451,7 +1323,7 @@ msgstr ""
1451
  "Замените внешние ссылки сайта WordPress на короткие ссылки Google и "
1452
  "отслеживайте статистику кликов."
1453
 
1454
- #: product_list.php:215
1455
  msgid ""
1456
  "Protect WordPress website – allow and deny access for certain IP addresses, "
1457
  "hostnames, etc."
@@ -1459,7 +1331,7 @@ msgstr ""
1459
  "Защитите свой сайт WordPress - предоставляйте и запрещайте доступ с "
1460
  "определенных IP-адресов, имен хостов и т.д."
1461
 
1462
- #: product_list.php:225
1463
  msgid ""
1464
  "Create your personal job board and listing WordPress website. Search jobs, "
1465
  "submit CV/resumes, choose candidates."
@@ -1468,7 +1340,7 @@ msgstr ""
1468
  "WordPress. Осуществляйте поиск вакансий, подачу резюме/CV кандидата, выбор "
1469
  "кандидатов."
1470
 
1471
- #: product_list.php:232
1472
  msgid ""
1473
  "Protect WordPress website against brute force attacks. Limit rate of login "
1474
  "attempts."
@@ -1476,7 +1348,7 @@ msgstr ""
1476
  "Защищайте свой сайт WordPress от брутфорс-атак. Ограничивайте количество "
1477
  "попыток ввода логина."
1478
 
1479
- #: product_list.php:242
1480
  msgid ""
1481
  "Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. "
1482
  "5 plugins included – profile, insider, etc."
@@ -1485,7 +1357,7 @@ msgstr ""
1485
  "страницам и виджетам WordPress. 5 плагинов включено - Профиль, Инсайдер и т."
1486
  "д."
1487
 
1488
- #: product_list.php:252
1489
  msgid ""
1490
  "Translate WordPress website content to other languages manually. Create "
1491
  "multilingual pages, posts, widgets, menus, etc."
@@ -1493,7 +1365,7 @@ msgstr ""
1493
  "Переводите содержимое сайта WordPress на другие языки вручную. Создавайте "
1494
  "многоязычные страницы, посты, виджеты, меню и т.д."
1495
 
1496
- #: product_list.php:262
1497
  msgid ""
1498
  "Add customizable pagination to WordPress website. Split long content to "
1499
  "multiple pages for better navigation."
@@ -1501,7 +1373,7 @@ msgstr ""
1501
  "Добавляйте настраиваемую пагинацию на ваш сайт WordPress. Разбивайте "
1502
  "объемный контент на несколько страниц для лучшей навигации."
1503
 
1504
- #: product_list.php:272
1505
  msgid ""
1506
  "Generate PDF files and print WordPress posts/pages. Customize document "
1507
  "header/footer styles and appearance."
@@ -1509,7 +1381,7 @@ msgstr ""
1509
  "Создавайте PDF-файлы и печатайте посты/страницы сайта WordPress. "
1510
  "Настраивайте стили хедера/футера документа и его внешний вид."
1511
 
1512
- #: product_list.php:282
1513
  msgid ""
1514
  "Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, "
1515
  "Profile) to WordPress posts, pages and widgets."
@@ -1517,7 +1389,7 @@ msgstr ""
1517
  "Добавляйте кнопки Pinterest \"Подписаться\", \"Сохранить\" и виджеты профиля "
1518
  "(Пин, Доска, Профиль) к постам, страницам и виджетам WordPress."
1519
 
1520
- #: product_list.php:292
1521
  msgid ""
1522
  "Create your personal portfolio WordPress website. Manage and showcase past "
1523
  "projects to get more clients."
@@ -1525,13 +1397,13 @@ msgstr ""
1525
  "Создавайте и добавляйте портфолио на свой сайт WordPress. Управляйте и "
1526
  "демонстрируйте прошлые проекты, чтобы привлечь больше клиентов."
1527
 
1528
- #: product_list.php:302
1529
  msgid "Export WordPress posts to CSV file format easily. Configure data order."
1530
  msgstr ""
1531
  "С легкостью экспортируйте посты WordPress в файлы формата CSV. Настраивайте "
1532
  "порядок отображения данных."
1533
 
1534
- #: product_list.php:312
1535
  msgid ""
1536
  "Add extra fields to default WordPress user profile. The easiest way to "
1537
  "create and manage additional custom values."
@@ -1539,7 +1411,7 @@ msgstr ""
1539
  "Добавляйте пользовательские поля в стандартный профиль WordPress. Самый "
1540
  "простой способ создания и управления дополнительными полями."
1541
 
1542
- #: product_list.php:322
1543
  msgid ""
1544
  "Add and display HTML advertisement banner on WordPress website. Customize "
1545
  "bar styles and appearance."
@@ -1547,7 +1419,7 @@ msgstr ""
1547
  "Добавляйте и отображайте баннерную HTML рекламу на сайте WordPress. "
1548
  "Настраивайте стили и внешний вид баннера."
1549
 
1550
- #: product_list.php:332
1551
  msgid ""
1552
  "Add customizable quotes and tips blocks to WordPress posts, pages and "
1553
  "widgets."
@@ -1555,7 +1427,7 @@ msgstr ""
1555
  "Добавляйте настраиваемые цитаты и подсказки к постам, страницам и виджетам "
1556
  "WordPress."
1557
 
1558
- #: product_list.php:339
1559
  msgid ""
1560
  "Add rating plugin to your WordPress website to receive feedback from your "
1561
  "customers."
@@ -1563,7 +1435,7 @@ msgstr ""
1563
  "Добавляйте систему оценивания и рейтинга на ваш сайт WordPress и получайте "
1564
  "отзывы от ваших клиентов."
1565
 
1566
- #: product_list.php:349
1567
  msgid ""
1568
  "Create your personal real estate WordPress website. Sell, rent and buy "
1569
  "properties. Add, search and browse listings easily."
@@ -1572,7 +1444,7 @@ msgstr ""
1572
  "Продавайте, арендуйте и покупайте недвижимость. Легко добавляйте, находите и "
1573
  "просматривайте листинги."
1574
 
1575
- #: product_list.php:359
1576
  msgid ""
1577
  "Add related, featured, latest, and popular posts to your WordPress website. "
1578
  "Connect your blog readers with a relevant content."
@@ -1580,7 +1452,7 @@ msgstr ""
1580
  "Добавляйте похожие, избранные, последние и популярные посты на ваш сайт "
1581
  "WordPress. Предоставляйте своим читателям контент схожей тематики."
1582
 
1583
- #: product_list.php:366
1584
  msgid ""
1585
  "Send bulk email messages to WordPress users. Custom templates, advanced "
1586
  "settings and detailed reports."
@@ -1588,7 +1460,7 @@ msgstr ""
1588
  "Осуществляйте массовую рассылку писем пользователям WordPress. "
1589
  "Пользовательские шаблоны, дополнительные настройки и подробные отчеты."
1590
 
1591
- #: product_list.php:376
1592
  msgid ""
1593
  "The best responsive slider plugin for your WordPress website. Create "
1594
  "beautifully animated slides just in a few clicks."
@@ -1596,7 +1468,7 @@ msgstr ""
1596
  "Самый лучший адаптивный слайдер для вашего сайта WordPress. Создавайте "
1597
  "красиво анимированные слайды всего в несколько кликов."
1598
 
1599
- #: product_list.php:383
1600
  msgid ""
1601
  "Configure SMTP server to receive email messages from WordPress to Gmail, "
1602
  "Yahoo, Hotmail and other services."
@@ -1605,15 +1477,15 @@ msgstr ""
1605
  "WordPress на такие почтовые службы, как Gmail, Yahoo, Hotmail и многие "
1606
  "другие."
1607
 
1608
- #: product_list.php:390
1609
  msgid ""
1610
  "Add social media buttons and widgets to WordPress posts, pages and widgets. "
1611
- "FB, Twitter, G+1, Pinterest, LinkedIn."
1612
  msgstr ""
1613
  "Добавляйте кнопки и виджеты социальных сетей к постам, страницам и виджетам "
1614
- "WordPress. FB, Twitter, G+1, Pinterest, LinkedIn."
1615
 
1616
- #: product_list.php:400
1617
  msgid ""
1618
  "Add social media login, registration, and commenting to your WordPress "
1619
  "website."
@@ -1621,7 +1493,7 @@ msgstr ""
1621
  "Добавляйте на свой сайт WordPress возможность входа, регистрации и "
1622
  "комментирования с использованием существующих аккаунтов социальных сетей."
1623
 
1624
- #: product_list.php:407
1625
  msgid ""
1626
  "Add email newsletter sign up form to WordPress posts, pages and widgets. "
1627
  "Collect data and subscribe your users."
@@ -1629,7 +1501,7 @@ msgstr ""
1629
  "Добавляйте форму подписки на новостную рассылку в посты, страницы и виджеты "
1630
  "WordPress. Собирайте данные и осуществляйте подписку пользователей."
1631
 
1632
- #: product_list.php:417
1633
  msgid ""
1634
  "Add testimonials and feedbacks from your customers to WordPress website "
1635
  "posts, pages, and widgets."
@@ -1637,7 +1509,7 @@ msgstr ""
1637
  "Добавляйте рекомендации и отзывы ваших клиентов в посты, страницы и виджеты "
1638
  "сайта WordPress."
1639
 
1640
- #: product_list.php:424
1641
  msgid ""
1642
  "Best timesheet plugin for WordPress. Track employee time, streamline "
1643
  "attendance and generate reports."
@@ -1645,7 +1517,7 @@ msgstr ""
1645
  "Лучший плагин учёта рабочего времени на сайте WordPress. Отслеживайте время "
1646
  "работы сотрудников, оптимизируйте график работы в офисе и создавайте отчеты."
1647
 
1648
- #: product_list.php:434
1649
  msgid ""
1650
  "Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts "
1651
  "and pages."
@@ -1653,7 +1525,7 @@ msgstr ""
1653
  "Добавляйте кнопки Твиттера \"Читать\", \"Твитнуть\", \"Метка\" и \"Упомянуть"
1654
  "\" к постам и страницам WordPress. "
1655
 
1656
- #: product_list.php:444
1657
  msgid ""
1658
  "Automatically check and update WordPress website core with all installed "
1659
  "plugins and themes to the latest versions."
@@ -1661,7 +1533,7 @@ msgstr ""
1661
  "Выполняйте автоматическую проверку и обновление ядра WordPress до последних "
1662
  "версий со всеми установленными плагинами и темами."
1663
 
1664
- #: product_list.php:454
1665
  msgid ""
1666
  "Powerful user role management plugin for WordPress website. Create, edit, "
1667
  "copy, and delete user roles."
@@ -1669,7 +1541,7 @@ msgstr ""
1669
  "Эффективный плагин управления ролями пользователей для сайта WordPress. "
1670
  "Создавайте, редактируйте, копируйте и удаляйте роли пользователей."
1671
 
1672
- #: product_list.php:464
1673
  msgid ""
1674
  "Display live count of online visitors who are currently browsing your "
1675
  "WordPress website."
@@ -1677,7 +1549,7 @@ msgstr ""
1677
  "Ведите подсчет количества посетителей, которые в настоящее время "
1678
  "просматривают ваш сайт WordPress."
1679
 
1680
- #: product_list.php:474
1681
  msgid ""
1682
  "Backup and export Zendesk Help Center content automatically to your "
1683
  "WordPress website database."
@@ -1685,6 +1557,103 @@ msgstr ""
1685
  "Делайте автоматическое резервное копирование и экспорт содержимого Zendesk "
1686
  "Help Center в базу данных вашего сайта WordPress."
1687
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1688
  #~ msgid "Installing Plugin"
1689
  #~ msgstr "Установка плагина"
1690
 
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 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"
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
 
106
  "плагин в дальнейшем и иметь приоритетную тех.поддержку, то вам нужно "
107
  "продлить лицензию."
108
 
109
+ #: bws_functions.php:147 bws_functions.php:218
110
  msgid "Learn more"
111
  msgstr "Подробнее"
112
 
180
  msgid "Settings"
181
  msgstr "Настройки"
182
 
183
+ #: bws_functions.php:253 bws_menu.php:326 class-bws-settings.php:789
184
+ #: class-bws-settings.php:1054 class-bws-settings.php:1064 deprecated.php:234
185
  msgid "or"
186
  msgstr "или"
187
 
240
  msgstr "Настройки плагина были изменены"
241
 
242
  #: bws_functions.php:481 class-bws-settings.php:200 class-bws-settings.php:220
 
243
  msgid "Save Changes"
244
  msgstr "Сохранить изменения"
245
 
251
  "Вы всегда можете просмотреть премиум опции нажав на кнопку \"Pro опции\" на "
252
  "вкладке \"Разное\"."
253
 
254
+ #: bws_functions.php: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
  "Что-то пошло не так. Повторите попытку позже. Если ошибка появится снова, "
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
 
342
  msgid "Log in"
343
  msgstr "Авторизоваться"
344
 
345
+ #: bws_menu.php:133 bws_menu.php:332 deprecated.php:157
346
  msgid "Unfortunately, you have exceeded the number of available tries per day."
347
  msgstr "К сожалению, вы превысили количество доступных попыток."
348
 
349
+ #: bws_menu.php:135
350
  #, php-format
351
  msgid ""
352
  "Unfortunately, Your license has expired. To continue getting top-priority "
356
  "обновлений и приоритетной тех.поддержки, вам необходимо продлить лицензию в "
357
  "вашей %s"
358
 
359
+ #: bws_menu.php:137 class-bws-settings.php: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
  "К сожалению, 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
  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."
406
  msgstr "Неизвестно"
407
 
408
  #: bws_menu.php:182
409
+ msgid "Mb"
410
+ msgstr "Мб"
411
 
412
  #: bws_menu.php:183 bws_menu.php:184 bws_menu.php:185 bws_menu.php:189
413
  msgid "Yes"
543
  msgid "Sorry, email message could not be delivered."
544
  msgstr "Извините, ваш емейл не может быть отправлен."
545
 
546
+ #: bws_menu.php:305 bws_menu.php:309 bws_menu.php:358 deprecated.php:26
547
  msgid "Plugins"
548
  msgstr "Плагины"
549
 
550
+ #: bws_menu.php:306 bws_menu.php:310 bws_menu.php:586 deprecated.php:27
551
  msgid "Themes"
552
  msgstr "Темы"
553
 
572
  msgid "Subscribe to Pro Membership"
573
  msgstr "Подписаться на Pro Membership"
574
 
575
+ #: bws_menu.php:334 bws_menu.php:345 class-bws-settings.php:802
576
+ #: deprecated.php:123
577
  msgid "Check license key"
578
  msgstr "Проверка лицензионного ключа"
579
 
582
  msgstr "Ваш лицензионный ключ"
583
 
584
  #: bws_menu.php:343 bws_menu.php:538 bws_menu.php:547
585
+ #: class-bws-settings.php:781 deprecated.php:155 deprecated.php:163
586
+ #: deprecated.php:240 deprecated.php:249
587
  msgid "Activate"
588
  msgstr "Активировать"
589
 
620
  msgid "Download Pro Plugin"
621
  msgstr "Загрузить Pro плагина"
622
 
623
+ #: bws_menu.php:384 class-bws-settings.php: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
  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
 
796
  msgid "Custom Code"
797
  msgstr "Пользовательский код"
798
 
799
+ #: class-bws-settings.php:446
800
  msgid "You do not have sufficient permissions to edit plugins for this site."
801
  msgstr ""
802
  "У вас недостаточно полномочий, чтобы редактировать плагины на этом сайте."
803
 
804
+ #: class-bws-settings.php:451
805
  msgid "These styles will be added to the header on all pages of your site."
806
  msgstr "Эти стили будут добавлены в хедер на всех страницах вашего сайта."
807
 
808
+ #: class-bws-settings.php:454
809
  #, php-format
810
  msgid ""
811
  "This PHP code will be hooked to the %s action and will be printed on front "
818
  msgid "These code will be added to the header on all pages of your site."
819
  msgstr "Этот код будет добавлен в хедер на всех страницах вашего сайта."
820
 
821
+ #: class-bws-settings.php:465
822
  #, php-format
823
  msgid ""
824
  "You need to make this files writable before you can save your changes. See "
827
  "Чтобы сохранить изменения, нужно сделать этот файл доступным для записи. "
828
  "Дополнительную информацию можно получить в %s Кодексе %s."
829
 
830
+ #: class-bws-settings.php:475
831
  msgid "Browsing"
832
  msgstr "Просмотр"
833
 
836
  msgid "Activate custom %s code."
837
  msgstr "Активировать пользовательский %s код."
838
 
839
+ #: class-bws-settings.php:488
840
  #, php-format
841
  msgid "Learn more about %s"
842
  msgstr "Подробнее о %s"
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
  "К сожалению, вы превысили количество доступных попыток в день. Пожалуйста, "
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."
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
  "Управляй активными лицензиями, загружай 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
  "Лицензионный ключ принят, но срок действия лицензии истек. Если вы хотите "
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
  "К сожалению, 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
  "обновлений и приоритетной тех.поддержки, вам необходимо продлить лицензию в "
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
 
1011
+ #: deactivation-form.php:22
1012
  msgid "Need help? We are ready to answer your questions."
1013
  msgstr "Нужна помощь? Мы готовы ответить на ваши вопросы."
1014
 
1015
+ #: deactivation-form.php:22
1016
  msgid "Contact Support"
1017
  msgstr "Связаться с тех. поддержкой"
1018
 
1019
+ #: deactivation-form.php:27
1020
  msgid "The plugin is not working"
1021
  msgstr "Плагин не работает"
1022
 
1023
+ #: deactivation-form.php:33
 
 
 
 
 
 
1024
  msgid "The plugin didn't work as expected"
1025
  msgstr "Плагин не работает, как ожидалось"
1026
 
1027
+ #: deactivation-form.php:39
 
 
 
 
1028
  msgid "The plugin suddenly stopped working"
1029
  msgstr "Плагин внезапно перестал работать"
1030
 
1031
+ #: deactivation-form.php:46
1032
  msgid "The plugin broke my site"
1033
  msgstr "Плагин сломал мой сайт"
1034
 
1035
+ #: deactivation-form.php:53
1036
  msgid "I couldn't understand how to get it work"
1037
  msgstr "Я не могу понять, как заставить его работать"
1038
 
1039
+ #: deactivation-form.php:60
1040
  msgid "I found a better plugin"
1041
  msgstr "Я нашел плагин лучше"
1042
 
1043
+ #: deactivation-form.php:66
 
 
 
 
1044
  msgid "The plugin is great, but I need specific feature that you don't support"
1045
  msgstr ""
1046
  "Плагин замечательный, но мне нужен определенный функционал, которого у вас "
1047
  "нет"
1048
 
1049
+ #: deactivation-form.php:72
 
 
 
 
1050
  msgid "I no longer need the plugin"
1051
  msgstr "Мне больше не нужен плагин"
1052
 
1053
+ #: deactivation-form.php:78
1054
  msgid "It's a temporary deactivation, I'm just debugging an issue"
1055
  msgstr "Это временная деактивация, я просто отлаживаю проблему"
1056
 
1057
+ #: deactivation-form.php:84
1058
  msgid "Other"
1059
  msgstr "Другое"
1060
 
1061
+ #: deactivation-form.php:93
1062
  msgid "Quick Feedback"
1063
  msgstr "Быстрый отзыв"
1064
 
1065
+ #: deactivation-form.php:95
1066
  msgid "If you have a moment, please let us know why you are deactivating"
1067
  msgstr ""
1068
  "Если у вас есть время, пожалуйста, сообщите нам, почему вы деактивируете "
1069
  "плагин"
1070
 
1071
+ #: deactivation-form.php:120
1072
  msgid "Send website data and allow to contact me back"
1073
  msgstr "Отправить данные сайта и позволить связаться со мной"
1074
 
1075
+ #: deactivation-form.php:225
1076
  msgid "Processing"
1077
  msgstr "Обработка"
1078
 
1079
+ #: deactivation-form.php:254
1080
  msgid "Submit and Deactivate"
1081
  msgstr "Отправить и Деактивировать"
1082
 
1083
+ #: deactivation-form.php:269
1084
  msgid "Please tell us the reason so we can improve it."
1085
  msgstr "Пожалуйста, сообщите нам причину, чтобы мы могли улучшить плагин."
1086
 
1087
+ #: deactivation-form.php:334
1088
  msgid "Skip and Deactivate"
1089
  msgstr "Пропустить и Деактивировать"
1090
 
1091
+ #: deprecated.php:28
1092
  msgid "System Status"
1093
  msgstr "Системная информация"
1094
 
1095
+ #: deprecated.php:119
 
 
 
 
1096
  msgid ""
1097
  "If necessary, you can check if the license key is correct or reenter it in "
1098
  "the field below. You can find your license key on your personal page - "
1102
  "повторно ввести его в поле ниже. Вы можете найти ваш лицензионный ключ на "
1103
  "своей личной странице - Client Area - на нашем сайте"
1104
 
1105
+ #: deprecated.php:119
1106
  msgid ""
1107
  "(your username is the email address specified during the purchase). If "
1108
  "necessary, please submit \"Lost your password?\" request."
1110
  "(ваше имя пользователя - это емейл, указанный при покупке). При "
1111
  "необходимости нажмите \"Забыли пароль?\"."
1112
 
1113
+ #: deprecated.php:142
1114
  msgid "After that, you can activate it by entering your license key."
1115
  msgstr "После этого вы сможете активировать его введя лицензионный ключ."
1116
 
1117
+ #: deprecated.php:145 deprecated.php:228
1118
  msgid "License key can be found in the"
1119
  msgstr "Лицензионный ключ можно найти в"
1120
 
1121
+ #: deprecated.php:147 deprecated.php:230
1122
  msgid "(your username is the email address specified during the purchase)."
1123
  msgstr "(ваше имя пользователя - это емейл, указанный при покупке)."
1124
 
1125
+ #: deprecated.php:170
1126
  msgid ""
1127
  "Congratulations! The Pro license of the plugin is activated successfully."
1128
  msgstr "Поздравляем! Pro версия плагина успешно активирована."
1129
 
1130
+ #: deprecated.php:172 deprecated.php:210
1131
  msgid "Please, go to"
1132
  msgstr "Пожалуйста, перейдите на"
1133
 
1134
+ #: deprecated.php:172 deprecated.php:210
1135
  msgid "the setting page"
1136
  msgstr "страницу настроек"
1137
 
1138
+ #: deprecated.php:187
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1139
  msgid "Restore all plugin settings to defaults"
1140
  msgstr "Восстановить все настройки плагина к настройкам по умолчанию"
1141
 
1142
+ #: deprecated.php:189
1143
  msgid "Restore settings"
1144
  msgstr "Восстановить настройки"
1145
 
1146
+ #: deprecated.php:208
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1147
  msgid ""
1148
  "Congratulations! Pro version of the plugin is installed and activated "
1149
  "successfully."
1150
  msgstr "Поздравляем! Pro версия плагина успешно загружена и активирована."
1151
 
1152
+ #: deprecated.php:217
1153
  msgid "Show Pro features"
1154
  msgstr "Показать Pro опции"
1155
 
1156
+ #: deprecated.php:224
1157
  msgid "Enter your license key to install and activate"
1158
  msgstr "Введите лицензионный ключ для установки и активации"
1159
 
1160
+ #: deprecated.php:226
1161
  msgid "version of the plugin."
1162
  msgstr "версия плагина."
1163
 
1273
 
1274
  #: product_list.php:138
1275
  msgid ""
 
 
 
 
 
 
 
 
1276
  "Stronger security solution which protects your WordPress website from hacks "
1277
  "and unauthorized login attempts."
1278
  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
  "Добавляйте рекламу сервиса 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)."
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
  "Создавайте и добавляйте файлы 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
  "Замените внешние ссылки сайта 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
  "Защитите свой сайт 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
  "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
  "Защищайте свой сайт 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
  "страницам и виджетам 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
  "Переводите содержимое сайта 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
  "Добавляйте настраиваемую пагинацию на ваш сайт 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
  "Создавайте 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
  "Добавляйте кнопки 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
  "Создавайте и добавляйте портфолио на свой сайт 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
  "Добавляйте пользовательские поля в стандартный профиль 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
  "Добавляйте и отображайте баннерную 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
  "Добавляйте настраиваемые цитаты и подсказки к постам, страницам и виджетам "
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
  "Добавляйте систему оценивания и рейтинга на ваш сайт 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
  "Продавайте, арендуйте и покупайте недвижимость. Легко добавляйте, находите и "
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
  "Добавляйте похожие, избранные, последние и популярные посты на ваш сайт "
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
  "Осуществляйте массовую рассылку писем пользователям 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
  "Самый лучший адаптивный слайдер для вашего сайта 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
  "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."
1484
  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
  "Добавляйте на свой сайт 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
  "Добавляйте форму подписки на новостную рассылку в посты, страницы и виджеты "
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
  "Добавляйте рекомендации и отзывы ваших клиентов в посты, страницы и виджеты "
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
  "Лучший плагин учёта рабочего времени на сайте 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
  "Добавляйте кнопки Твиттера \"Читать\", \"Твитнуть\", \"Метка\" и \"Упомянуть"
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
  "Выполняйте автоматическую проверку и обновление ядра 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
  "Эффективный плагин управления ролями пользователей для сайта 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
  "Ведите подсчет количества посетителей, которые в настоящее время "
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
  "Делайте автоматическое резервное копирование и экспорт содержимого Zendesk "
1558
  "Help Center в базу данных вашего сайта WordPress."
1559
 
1560
+ #~ msgid "Add BWS Shortcode"
1561
+ #~ msgstr "Добавить BWS шорткод"
1562
+
1563
+ #~ msgid "Add BWS Plugins Shortcode"
1564
+ #~ msgstr "Добавить шорткод BWS Плагина"
1565
+
1566
+ #~ msgid "Congratulations! %s license is activated successfully."
1567
+ #~ msgstr "Поздравляем! %s лицензия успешно активирована."
1568
+
1569
+ #~ msgid "You will be automatically redirected to the %s in %s seconds."
1570
+ #~ msgstr "Вы будете автоматически перенаправлены на %s через %s секунд."
1571
+
1572
+ #~ msgid "Settings page"
1573
+ #~ msgstr "страницу Настроек"
1574
+
1575
+ #~ msgid ""
1576
+ #~ "Failed to download the zip archive. Please, upload the plugin manually."
1577
+ #~ msgstr ""
1578
+ #~ "Не удалось загрузить архив плагина. Пожалуйста, загрузите плагин вручную."
1579
+
1580
+ #~ msgid "Failed to open the zip archive. Please, upload the plugin manually."
1581
+ #~ msgstr "Не удалось открыть архив ZIP. Пожалуйста, загрузите плагин вручную."
1582
+
1583
+ #~ msgid ""
1584
+ #~ "Your server does not support either ZipArchive or Phar. Please, upload "
1585
+ #~ "the plugin manually."
1586
+ #~ msgstr ""
1587
+ #~ "Ваш сервер не поддерживает ни библиотеку ZipArchive, ни библиотеку Phar. "
1588
+ #~ "Пожалуйста, загрузите плагин вручную."
1589
+
1590
+ #~ msgid "UploadDir is not writable. Please, upload the plugin manually."
1591
+ #~ msgstr ""
1592
+ #~ "Папка загрузки не доступна для записи. Пожалуйста, загрузите плагин "
1593
+ #~ "вручную."
1594
+
1595
+ #~ msgid "Kindly share what didn't work so we can fix it in future updates..."
1596
+ #~ msgstr ""
1597
+ #~ "Пожалуйста, сообщите, что не работает, чтобы мы смогли исправить это в "
1598
+ #~ "будущих обновлениях..."
1599
+
1600
+ #~ msgid "What did you expect?"
1601
+ #~ msgstr "Что именно вы ожидали?"
1602
+
1603
+ #~ msgid "What's the plugin name?"
1604
+ #~ msgstr "Какое название плагина?"
1605
+
1606
+ #~ msgid "What feature?"
1607
+ #~ msgstr "Какой функционал?"
1608
+
1609
+ #~ msgid "Please, enter your license key"
1610
+ #~ msgstr "Пожалуйста, введите Ваш лицензионный ключ"
1611
+
1612
+ #~ msgid "You will be redirected automatically in 5 seconds."
1613
+ #~ msgstr "Вы будете перенаправлены автоматически через 5 секунд."
1614
+
1615
+ #~ msgid "Check premium options on the plugin settings page!"
1616
+ #~ msgstr "Просмотрите премиум опции на странице настроек плагина!"
1617
+
1618
+ #~ msgid ""
1619
+ #~ "Failed to download the zip archive. Please, upload the plugin manually"
1620
+ #~ msgstr ""
1621
+ #~ "Не удалось загрузить архив плагина. Пожалуйста, загрузите плагин вручную"
1622
+
1623
+ #~ msgid "Failed to open the zip archive. Please, upload the plugin manually"
1624
+ #~ msgstr "Не удалось открыть архив ZIP. Пожалуйста, загрузите плагин вручную"
1625
+
1626
+ #~ msgid ""
1627
+ #~ "Your server does not support either ZipArchive or Phar. Please, upload "
1628
+ #~ "the plugin manually"
1629
+ #~ msgstr ""
1630
+ #~ "Ваш сервер не поддерживает ни библиотеку ZipArchive, ни библиотеку Phar. "
1631
+ #~ "Пожалуйста, загрузите плагин вручную"
1632
+
1633
+ #~ msgid "UploadDir is not writable. Please, upload the plugin manually"
1634
+ #~ msgstr ""
1635
+ #~ "Папка загрузки не доступна для записи. Пожалуйста, загрузите плагин "
1636
+ #~ "вручную"
1637
+
1638
+ #~ msgid "File %s edited successfully."
1639
+ #~ msgstr "Файл %s успешно изменён."
1640
+
1641
+ #~ msgid "Not enough permissions to create or update the file"
1642
+ #~ msgstr "Не достаточно прав для создания или обновления файла"
1643
+
1644
+ #~ msgid "Not enough permissions to create the file"
1645
+ #~ msgstr "Не достаточно прав для создания файла"
1646
+
1647
+ #~ msgid "Editing"
1648
+ #~ msgstr "Редактирование"
1649
+
1650
+ #~ msgid ""
1651
+ #~ "Add Google +1, Share, Follow, Hangout buttons and profile badge to "
1652
+ #~ "WordPress posts, pages and widgets."
1653
+ #~ msgstr ""
1654
+ #~ "Добавляйте кнопки Google \"+1\", \"Поделиться\", \"Подписаться\", "
1655
+ #~ "\"Hangout\" и значок профиля к постам, страницам и виджетам WordPress."
1656
+
1657
  #~ msgid "Installing Plugin"
1658
  #~ msgstr "Установка плагина"
1659
 
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-02 13:44+0200\n"
6
- "PO-Revision-Date: 2019-12-02 13:47+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"
@@ -68,7 +68,7 @@ msgstr "Оцінити"
68
  msgid "Need help?"
69
  msgstr "Потрібна допомога?"
70
 
71
- #: bws_functions.php:104 bws_functions.php:964 class-bws-settings.php:1099
72
  msgid "Visit Help Center"
73
  msgstr "Перейти до Help Center"
74
 
@@ -117,7 +117,7 @@ msgstr ""
117
  "Строк вашої ліцензії витік. Якщо ви хочете отримувати першочергову технічну "
118
  "підтримку та оновлювати плагін у майбутньому, вам слід подовжити ліцензію."
119
 
120
- #: bws_functions.php:147 bws_functions.php:218 deprecated.php:586
121
  msgid "Learn more"
122
  msgstr "Дізнатись більше"
123
 
@@ -191,8 +191,8 @@ msgstr "Розпочнемо"
191
  msgid "Settings"
192
  msgstr "Налаштування"
193
 
194
- #: bws_functions.php:253 bws_menu.php:326 class-bws-settings.php:776
195
- #: class-bws-settings.php:1101 class-bws-settings.php:1111 deprecated.php:697
196
  msgid "or"
197
  msgstr "або"
198
 
@@ -250,7 +250,6 @@ msgid "The plugin's settings have been changed."
250
  msgstr "Налаштування плагіну змінено."
251
 
252
  #: bws_functions.php:481 class-bws-settings.php:200 class-bws-settings.php:220
253
- #: deprecated.php:642
254
  msgid "Save Changes"
255
  msgstr "Зберегти зміни"
256
 
@@ -262,77 +261,68 @@ msgstr ""
262
  "Ви завжди можете подивитися на преміум опції, натиснувши на кнопку \"Pro "
263
  "опції\" на вкладці \"Різне\"."
264
 
265
- #: bws_functions.php:691
266
- msgid "Add BWS Shortcode"
267
- msgstr "Додати BWS шорткод"
268
-
269
- #: bws_functions.php:692
270
- msgid "Add BWS Plugins Shortcode"
271
- msgstr "Додати шорткод BWS плагіну"
272
-
273
- #: bws_functions.php:711
274
  msgid "Add shortcode"
275
  msgstr "Додати шорткод"
276
 
277
- #: bws_functions.php:711
278
  msgid "Add BestWebSoft plugins' shortcodes using this button."
279
  msgstr "Додайте шорткоди BestWebSoft плагінів за допомогою цієї кнопки."
280
 
281
- #: bws_functions.php:774
282
  msgid "Close"
283
  msgstr "Закрити"
284
 
285
- #: bws_functions.php:866
286
  msgid "Are you sure you want to restore default settings?"
287
  msgstr "Ви впевнені, що хочете скинути налаштування плагіну до стандартних?"
288
 
289
- #: bws_functions.php:869
290
  msgid "Yes, restore all settings"
291
  msgstr "Так, скинути налаштування"
292
 
293
- #: bws_functions.php:870
294
  msgid "No, go back to the settings page"
295
  msgstr "Ні, повернутись назад на сторінку налаштувань"
296
 
297
- #: bws_functions.php:912
298
  msgid "Plugin"
299
  msgstr "Плагін"
300
 
301
- #: bws_functions.php:921
302
  msgid "Shortcode settings"
303
  msgstr "Налаштування шорткоду"
304
 
305
- #: bws_functions.php:926
306
  msgid "The shortcode will be inserted"
307
  msgstr "Буде вставлено шорткод"
308
 
309
- #: bws_functions.php:969
310
  msgid "FAQ"
311
  msgstr "FAQ"
312
 
313
- #: bws_functions.php:975
314
  msgid "For more information:"
315
  msgstr "Для отримання додаткової інформації:"
316
 
317
- #: bws_functions.php:976 bws_menu.php:400
318
  msgid "Documentation"
319
  msgstr "Документація"
320
 
321
- #: bws_functions.php:977 bws_menu.php:402
322
  msgid "Video Instructions"
323
  msgstr "Відео інструкції"
324
 
325
- #: bws_functions.php:978
326
  msgid "Submit a Request"
327
  msgstr "Надіслати запит"
328
 
329
- #: bws_menu.php:101 class-bws-settings.php:825 deprecated.php:323
330
  msgid "Wrong license key"
331
  msgstr "Невірний ключ ліцензії"
332
 
333
- #: bws_menu.php:122 class-bws-settings.php:852 class-bws-settings.php:923
334
- #: class-bws-settings.php:961 deprecated.php:133 deprecated.php:199
335
- #: deprecated.php:353
336
  msgid ""
337
  "Something went wrong. Please try again later. If the error appears again, "
338
  "please contact us"
@@ -340,14 +330,12 @@ msgstr ""
340
  "Щось не так, спробуйте пізніше. Якщо помилка повториться, будь ласка, "
341
  "повідомте нам"
342
 
343
- #: bws_menu.php:122 class-bws-settings.php:852 class-bws-settings.php:923
344
- #: class-bws-settings.php:961 deprecated.php:133 deprecated.php:199
345
- #: deprecated.php:353
346
  msgid "We are sorry for inconvenience."
347
  msgstr "Просимо вибачення за незручності."
348
 
349
- #: bws_menu.php:129 class-bws-settings.php:858 class-bws-settings.php:967
350
- #: deprecated.php:139 deprecated.php:359
351
  msgid "Wrong license key."
352
  msgstr "Неправильний ліцензійний ключ."
353
 
@@ -362,11 +350,11 @@ msgstr ""
362
  msgid "Log in"
363
  msgstr "Увійти"
364
 
365
- #: bws_menu.php:133 bws_menu.php:332 deprecated.php:261
366
  msgid "Unfortunately, you have exceeded the number of available tries per day."
367
  msgstr "На жаль, ви перевищили кількість допустимих спроб."
368
 
369
- #: bws_menu.php:135 deprecated.php:365
370
  #, php-format
371
  msgid ""
372
  "Unfortunately, Your license has expired. To continue getting top-priority "
@@ -375,7 +363,7 @@ msgstr ""
375
  "На жаль, ваша ліцензія скінчилась. Для того, щоб і надалі отримувати "
376
  "першочергову техпідтримку і оновлення, будь ласка, продовжте ліцензію на %s"
377
 
378
- #: bws_menu.php:137 class-bws-settings.php:975 deprecated.php:367
379
  msgid ""
380
  "Unfortunately, the Pro licence was already installed to this domain. The Pro "
381
  "Trial license can be installed only once."
@@ -383,11 +371,11 @@ msgstr ""
383
  "На жаль, Pro ліцензія уже використовувалась на цьому домені. Тріал Pro "
384
  "версії плагіну можна використати лише один раз."
385
 
386
- #: bws_menu.php:142 class-bws-settings.php:873 deprecated.php:153
387
  msgid "The license key is valid."
388
  msgstr "Ліцензійний ключ дійсний."
389
 
390
- #: bws_menu.php:144 class-bws-settings.php:877 deprecated.php:156
391
  msgid "Your license will expire on"
392
  msgstr "Ваша ліцензія закінчується"
393
 
@@ -395,7 +383,7 @@ msgstr "Ваша ліцензія закінчується"
395
  msgid "Congratulations! Pro Membership license is activated successfully."
396
  msgstr "Вітаємо! Pro Membership ліцензія успішно активована."
397
 
398
- #: bws_menu.php:153 class-bws-settings.php:1045 deprecated.php:436
399
  msgid ""
400
  "Something went wrong. Try again later or upload the plugin manually. We are "
401
  "sorry for inconvenience."
@@ -425,7 +413,7 @@ msgid "N/A"
425
  msgstr "Невідомо"
426
 
427
  #: bws_menu.php:182
428
- msgid " Mb"
429
  msgstr "Мб"
430
 
431
  #: bws_menu.php:183 bws_menu.php:184 bws_menu.php:185 bws_menu.php:189
@@ -562,11 +550,11 @@ msgstr "Дякуємо, що звернулись до нас."
562
  msgid "Sorry, email message could not be delivered."
563
  msgstr "Вибачте, ваше емейл не може бути доставлено"
564
 
565
- #: bws_menu.php:305 bws_menu.php:309 bws_menu.php:358 deprecated.php:91
566
  msgid "Plugins"
567
  msgstr "Плагіни"
568
 
569
- #: bws_menu.php:306 bws_menu.php:310 bws_menu.php:586 deprecated.php:92
570
  msgid "Themes"
571
  msgstr "Теми"
572
 
@@ -591,8 +579,8 @@ msgstr "Отримати доступ до %s+ преміум плагинам"
591
  msgid "Subscribe to Pro Membership"
592
  msgstr "Підписатися на Pro Membership"
593
 
594
- #: bws_menu.php:334 bws_menu.php:345 class-bws-settings.php:789
595
- #: deprecated.php:227
596
  msgid "Check license key"
597
  msgstr "Перевірте ліцензійний ключ"
598
 
@@ -601,8 +589,8 @@ msgid "Enter your license key"
601
  msgstr "Ваш ліцензійний ключ"
602
 
603
  #: bws_menu.php:343 bws_menu.php:538 bws_menu.php:547
604
- #: class-bws-settings.php:768 deprecated.php:259 deprecated.php:267
605
- #: deprecated.php:631 deprecated.php:703 deprecated.php:712
606
  msgid "Activate"
607
  msgstr "Активувати"
608
 
@@ -639,32 +627,32 @@ msgstr "Плагін <strong>активовано</strong>."
639
  msgid "Download Pro Plugin"
640
  msgstr "Завантажити Pro плагін"
641
 
642
- #: bws_menu.php:384
643
  msgid "Your Pro plugin is ready"
644
  msgstr "Ваш Pro плагін готовий"
645
 
646
- #: bws_menu.php:386
647
  msgid "Your plugin has been zipped, and now is ready to download."
648
  msgstr "Ваш плагін був спакованний і тепер готовий до завантаження."
649
 
650
- #: bws_menu.php:389
651
  msgid "Download Now"
652
  msgstr "Завантажити Зараз"
653
 
654
- #: bws_menu.php:393
655
  msgid "Need help installing the plugin?"
656
  msgstr "Потрібна допомога в установці плагіна?"
657
 
658
- #: bws_menu.php:395
659
  msgid "How to install WordPress plugin from your admin Dashboard (ZIP archive)"
660
  msgstr ""
661
  "Як встановити WordPress плагін з вашої панелі адміністратора (ZIP архів)"
662
 
663
- #: bws_menu.php:398
664
  msgid "Get Started"
665
  msgstr "Розпочнемо"
666
 
667
- #: bws_menu.php:404
668
  msgid "Knowledge Base"
669
  msgstr "База знань"
670
 
@@ -725,7 +713,7 @@ msgstr "Оновити до версії %s"
725
  msgid "Get Pro"
726
  msgstr "Отримати Pro"
727
 
728
- #: bws_menu.php:524 class-bws-settings.php:174 class-bws-settings.php:1108
729
  msgid "Upgrade to Pro"
730
  msgstr "Оновити до Pro"
731
 
@@ -816,15 +804,15 @@ msgstr "Усі налаштування плагіну відновлені."
816
  msgid "Custom Code"
817
  msgstr "Користувацький код"
818
 
819
- #: class-bws-settings.php:446 deprecated.php:498
820
  msgid "You do not have sufficient permissions to edit plugins for this site."
821
  msgstr "У вас недостатньо повноважень для редагування плагінів цього сайту."
822
 
823
- #: class-bws-settings.php:451 deprecated.php:620
824
  msgid "These styles will be added to the header on all pages of your site."
825
  msgstr "Ці стилі будуть додані в заголовок на всіх сторінках вашого сайту."
826
 
827
- #: class-bws-settings.php:454 deprecated.php:622
828
  #, php-format
829
  msgid ""
830
  "This PHP code will be hooked to the %s action and will be printed on front "
@@ -836,7 +824,7 @@ msgstr ""
836
  msgid "These code will be added to the header on all pages of your site."
837
  msgstr "Цей код буде додано в заголовок на всіх сторінках вашого сайту."
838
 
839
- #: class-bws-settings.php:465 deprecated.php:646
840
  #, php-format
841
  msgid ""
842
  "You need to make this files writable before you can save your changes. See "
@@ -845,7 +833,7 @@ msgstr ""
845
  "Вам потрібно зробити цей файл доступним для запису, перед тим як ви зможете "
846
  "зберегти свої зміни. Перегляньте %sКодекс%s для додаткової інформації."
847
 
848
- #: class-bws-settings.php:475 deprecated.php:628
849
  msgid "Browsing"
850
  msgstr "Огляд"
851
 
@@ -854,7 +842,7 @@ msgstr "Огляд"
854
  msgid "Activate custom %s code."
855
  msgstr "Активувати користувацький %s код."
856
 
857
- #: class-bws-settings.php:488 deprecated.php:635
858
  #, php-format
859
  msgid "Learn more about %s"
860
  msgstr "Дізнатись більше про %s"
@@ -919,29 +907,14 @@ msgstr "Імпорт / Експорт"
919
  msgid "License Key"
920
  msgstr "Ключ ліцензії"
921
 
922
- #: class-bws-settings.php:746
923
- #, php-format
924
- msgid "Congratulations! %s license is activated successfully."
925
- msgstr "Вітаємо! %s ліцензія успішно активована."
926
-
927
- #: class-bws-settings.php:747
928
- #, php-format
929
- msgid "You will be automatically redirected to the %s in %s seconds."
930
- msgstr "Вас буде автоматично перенаправлено на %s через %s секунд."
931
-
932
- #: class-bws-settings.php:747
933
- msgid "Settings page"
934
- msgstr "сторінку налаштувань"
935
-
936
- #: class-bws-settings.php:770
937
  #, php-format
938
  msgid "Enter your license key to activate %s and get premium plugin features."
939
  msgstr ""
940
  "Введіть ліцензійний ключ для активації %s і отримання додаткових можливостей "
941
  "плагіна."
942
 
943
- #: class-bws-settings.php:773 class-bws-settings.php:971 deprecated.php:363
944
- #: deprecated.php:706
945
  msgid ""
946
  "Unfortunately, you have exceeded the number of available tries per day. "
947
  "Please, upload the plugin manually."
@@ -949,12 +922,12 @@ msgstr ""
949
  "На жаль, ви перевищили кількість доступних спроб на день. Будь ласка, "
950
  "завантажте плагін вручну"
951
 
952
- #: class-bws-settings.php:776 deprecated.php:697
953
  #, php-format
954
  msgid "Start Your Free %s-Day Trial Now"
955
  msgstr "Спробуйте %s-денну Trial версію безкоштовно"
956
 
957
- #: class-bws-settings.php:791
958
  msgid ""
959
  "If necessary, you can check if the license key is correct or reenter it in "
960
  "the field below."
@@ -962,15 +935,15 @@ msgstr ""
962
  "При необхідності ви можете перевірити правильність вашого ліцензійного ключа "
963
  "або знову ввести його у полі, що знаходиться нижче."
964
 
965
- #: class-bws-settings.php:800
966
  msgid "Manage License Settings"
967
  msgstr "Управління налаштуваннями ліцензій"
968
 
969
- #: class-bws-settings.php:802
970
  msgid "Login to Client Area"
971
  msgstr "Зайти в Client Area"
972
 
973
- #: class-bws-settings.php:804
974
  msgid ""
975
  "Manage active licenses, download BWS products, and view your payment history "
976
  "using BestWebSoft Client Area."
@@ -978,12 +951,11 @@ msgstr ""
978
  "Керуй активними ліцензіями, завантажуй BWS продукти, а також переглядай "
979
  "історію платежів за допомогою BestWebSoft Client Area."
980
 
981
- #: class-bws-settings.php:860 class-bws-settings.php:969 deprecated.php:141
982
- #: deprecated.php:361
983
  msgid "This license key is bound to another site."
984
  msgstr "Цей ліцензійний ключ прив'язано до іншого сайту."
985
 
986
- #: class-bws-settings.php:862 deprecated.php:143
987
  msgid ""
988
  "This license key is valid, but Your license has expired. If you want to "
989
  "update our plugin in future, you should extend the license."
@@ -991,11 +963,11 @@ msgstr ""
991
  "Даний ліцензійний ключ дійсний, але строк вашої ліцензії витік. Якщо ви "
992
  "хочете оновлювати наш плагін у майбутньому, вам слід подовжити ліцензію."
993
 
994
- #: class-bws-settings.php:864 deprecated.php:145
995
  msgid "Unfortunately, you have exceeded the number of available tries."
996
  msgstr "На жаль, ви перевищили кількість допустимих спроб."
997
 
998
- #: class-bws-settings.php:866 deprecated.php:147
999
  msgid ""
1000
  "Unfortunately, the Pro Trial licence was already installed to this domain. "
1001
  "The Pro Trial license can be installed only once."
@@ -1003,17 +975,17 @@ msgstr ""
1003
  "На жаль, Trial Pro версія плагіну уже встановлювалась на цей домен. Trial "
1004
  "Pro версію можна встановлювати лише один раз."
1005
 
1006
- #: class-bws-settings.php:871 deprecated.php:151
1007
  msgid "The Pro Trial license key is valid."
1008
  msgstr "Ключ тріал Pro версії вірний."
1009
 
1010
- #: class-bws-settings.php:881 deprecated.php:159 deprecated.php:246
1011
  #, php-format
1012
  msgid ""
1013
  "In order to continue using the plugin it is necessary to buy a %s license."
1014
  msgstr "Щоб продовжити користуватись плагіном, потрібно придбати %s ліцензію."
1015
 
1016
- #: class-bws-settings.php:973
1017
  #, php-format
1018
  msgid ""
1019
  "Unfortunately, Your license has expired. To continue getting top-priority "
@@ -1022,155 +994,108 @@ msgstr ""
1022
  "На жаль, ваша ліцензія скінчилась. Для того, щоб і надалі отримувати "
1023
  "першочергову тех.підтримку і оновлення, будь ласка, продовжте ліцензію у %s."
1024
 
1025
- #: class-bws-settings.php:997 class-bws-settings.php:1019
1026
- #: class-bws-settings.php:1041
1027
- msgid "Failed to download the zip archive. Please, upload the plugin manually."
1028
- msgstr ""
1029
- "Помилка при завантаженні zip-архіву. Будь ласка, завантажте плагін вручну."
1030
-
1031
- #: class-bws-settings.php:1009
1032
- msgid "Failed to open the zip archive. Please, upload the plugin manually."
1033
- msgstr ""
1034
- "Помилка при відкритті zip-архіву. Будь ласка, завантажте плагін вручну."
1035
-
1036
- #: class-bws-settings.php:1015
1037
- msgid ""
1038
- "Your server does not support either ZipArchive or Phar. Please, upload the "
1039
- "plugin manually."
1040
- msgstr ""
1041
- "Ваш сервер не підтримує формати Zip і Phar. Будь ласка, завантажте плагін "
1042
- "вручну."
1043
-
1044
- #: class-bws-settings.php:1022
1045
- msgid "UploadDir is not writable. Please, upload the plugin manually."
1046
- msgstr ""
1047
- "Немає доступу до теки завантажень WordPress. Будь ласка, завантажте плагін "
1048
- "вручну."
1049
-
1050
- #: class-bws-settings.php:1082 deprecated.php:464
1051
  msgid "Please, enter Your license key"
1052
  msgstr "Будь ласка, впишіть ваш ліцензійний ключ"
1053
 
1054
- #: class-bws-settings.php:1095
1055
  msgid "Need Help?"
1056
  msgstr "Потрібна допомога?"
1057
 
1058
- #: class-bws-settings.php:1097
1059
  msgid "Read the Instruction"
1060
  msgstr "Читати інструкцію"
1061
 
1062
- #: class-bws-settings.php:1101
1063
  msgid "Watch the Video"
1064
  msgstr "Дивитися відео"
1065
 
1066
- #: class-bws-settings.php:1112
1067
  msgid "Start Your Free Trial"
1068
  msgstr "Використовувати безкоштовну Trial версію"
1069
 
1070
- #: deactivation-form.php:27
1071
  msgid "Need help? We are ready to answer your questions."
1072
  msgstr "Потрібна допомога? Ми готові відповісти на ваші питання."
1073
 
1074
- #: deactivation-form.php:27
1075
  msgid "Contact Support"
1076
  msgstr "Зв'язатися з тех. підтримкою"
1077
 
1078
- #: deactivation-form.php:32
1079
  msgid "The plugin is not working"
1080
  msgstr "Плагін не працює"
1081
 
1082
- #: deactivation-form.php:34
1083
- msgid "Kindly share what didn't work so we can fix it in future updates..."
1084
- msgstr ""
1085
- "Будь ласка, повідомте, що не працює, щоб ми змогли виправити це в майбутніх "
1086
- "оновленнях..."
1087
-
1088
- #: deactivation-form.php:38
1089
  msgid "The plugin didn't work as expected"
1090
  msgstr "Плагін не працює, як очікувалося"
1091
 
1092
- #: deactivation-form.php:40
1093
- msgid "What did you expect?"
1094
- msgstr "Що саме ви очікували?"
1095
-
1096
- #: deactivation-form.php:44
1097
  msgid "The plugin suddenly stopped working"
1098
  msgstr "Плагін раптово перестав працювати"
1099
 
1100
- #: deactivation-form.php:51
1101
  msgid "The plugin broke my site"
1102
  msgstr "Плагін зламав мій сайт"
1103
 
1104
- #: deactivation-form.php:58
1105
  msgid "I couldn't understand how to get it work"
1106
  msgstr "Я не можу зрозуміти, як змусити його працювати"
1107
 
1108
- #: deactivation-form.php:65
1109
  msgid "I found a better plugin"
1110
  msgstr "Я знайшов кращий плагін"
1111
 
1112
- #: deactivation-form.php:67
1113
- msgid "What's the plugin name?"
1114
- msgstr "Яка назва плагіна?"
1115
-
1116
- #: deactivation-form.php:71
1117
  msgid "The plugin is great, but I need specific feature that you don't support"
1118
  msgstr "Плагін чудовий, але мені потрібен певний функціонал, якого у вас немає"
1119
 
1120
- #: deactivation-form.php:73
1121
- msgid "What feature?"
1122
- msgstr "Який функціонал?"
1123
-
1124
- #: deactivation-form.php:77
1125
  msgid "I no longer need the plugin"
1126
  msgstr "Плагін мені більше не потрібен"
1127
 
1128
- #: deactivation-form.php:83
1129
  msgid "It's a temporary deactivation, I'm just debugging an issue"
1130
  msgstr "Це тимчасова деактивація, я просто відлагоджую проблему"
1131
 
1132
- #: deactivation-form.php:89
1133
  msgid "Other"
1134
  msgstr "Інше"
1135
 
1136
- #: deactivation-form.php:123
1137
  msgid "Quick Feedback"
1138
  msgstr "Швидкий відгук"
1139
 
1140
- #: deactivation-form.php:124
1141
  msgid "If you have a moment, please let us know why you are deactivating"
1142
  msgstr ""
1143
  "Якщо у вас є час, будь ласка, повідомте нам, чому ви деактивуете плагін"
1144
 
1145
- #: deactivation-form.php:127
1146
  msgid "Send website data and allow to contact me back"
1147
  msgstr "Надіслати дані сайту і дозволити зв'язатися зі мною"
1148
 
1149
- #: deactivation-form.php:222
1150
  msgid "Processing"
1151
  msgstr "Обробка"
1152
 
1153
- #: deactivation-form.php:251
1154
  msgid "Submit and Deactivate"
1155
  msgstr "Надіслати і деактивувати"
1156
 
1157
- #: deactivation-form.php:266
1158
  msgid "Please tell us the reason so we can improve it."
1159
  msgstr "Будь ласка, повідомте нам причину, щоб ми могли покращити плагін."
1160
 
1161
- #: deactivation-form.php:331
1162
  msgid "Skip and Deactivate"
1163
  msgstr "Пропустити і деактивувати"
1164
 
1165
- #: deprecated.php:93
1166
  msgid "System Status"
1167
  msgstr "Системна інформація"
1168
 
1169
- #: deprecated.php:204
1170
- msgid "Please, enter your license key"
1171
- msgstr "Будь ласка, введіть ваш ліцензійний ключ"
1172
-
1173
- #: deprecated.php:223
1174
  msgid ""
1175
  "If necessary, you can check if the license key is correct or reenter it in "
1176
  "the field below. You can find your license key on your personal page - "
@@ -1181,7 +1106,7 @@ msgstr ""
1181
  "ліцензійний ключ на вашій персональній сторінці - Client area - на нашому "
1182
  "сайті"
1183
 
1184
- #: deprecated.php:223
1185
  msgid ""
1186
  "(your username is the email address specified during the purchase). If "
1187
  "necessary, please submit \"Lost your password?\" request."
@@ -1189,102 +1114,54 @@ msgstr ""
1189
  "(ваше ім'я користувача - це емейл, який ви вказували при купівлі). При "
1190
  "необхідності, будь ласка, відправте запит на відновлення вашого паролю."
1191
 
1192
- #: deprecated.php:246
1193
  msgid "After that, you can activate it by entering your license key."
1194
  msgstr "Після цього ви зможете активувати його ввівши ліцензійний ключ."
1195
 
1196
- #: deprecated.php:249 deprecated.php:691
1197
  msgid "License key can be found in the"
1198
  msgstr "Ліцензійний ключ можна знайти в"
1199
 
1200
- #: deprecated.php:251 deprecated.php:693
1201
  msgid "(your username is the email address specified during the purchase)."
1202
  msgstr "(ваше ім'я користувача - це емейл, який ви вказували при купівлі)"
1203
 
1204
- #: deprecated.php:279
1205
  msgid ""
1206
  "Congratulations! The Pro license of the plugin is activated successfully."
1207
  msgstr "Вітаємо! Pro версію плагіну успішно активовано."
1208
 
1209
- #: deprecated.php:281 deprecated.php:672
1210
  msgid "Please, go to"
1211
  msgstr "Будь ласка, перейдіть на"
1212
 
1213
- #: deprecated.php:281 deprecated.php:672
1214
  msgid "the setting page"
1215
  msgstr "сторінку установок"
1216
 
1217
- #: deprecated.php:282 deprecated.php:673
1218
- msgid "You will be redirected automatically in 5 seconds."
1219
- msgstr "Вас буде перенаправлено автоматично через 5 секунд."
1220
-
1221
- #: deprecated.php:316
1222
- msgid "Check premium options on the plugin settings page!"
1223
- msgstr "Подивіться преміум опції на сторінці налаштувань плагіна!"
1224
-
1225
- #: deprecated.php:388 deprecated.php:410 deprecated.php:432
1226
- msgid "Failed to download the zip archive. Please, upload the plugin manually"
1227
- msgstr ""
1228
- "Помилка при завантаженні zip-архіву. Будь ласка, завантажте плагін вручну"
1229
-
1230
- #: deprecated.php:400
1231
- msgid "Failed to open the zip archive. Please, upload the plugin manually"
1232
- msgstr "Помилка при відкритті zip-архіву. Будь ласка, завантажте плагін вручну"
1233
-
1234
- #: deprecated.php:406
1235
- msgid ""
1236
- "Your server does not support either ZipArchive or Phar. Please, upload the "
1237
- "plugin manually"
1238
- msgstr ""
1239
- "Ваш сервер не підтримує формати Zip і Phar. Будь ласка, завантажте плагін "
1240
- "вручну"
1241
-
1242
- #: deprecated.php:413
1243
- msgid "UploadDir is not writable. Please, upload the plugin manually"
1244
- msgstr ""
1245
- "Немає доступу до теки завантажень WordPress. Будь ласка, завантажте плагін "
1246
- "вручну"
1247
-
1248
- #: deprecated.php:479
1249
  msgid "Restore all plugin settings to defaults"
1250
  msgstr "Скинути налаштування плагіну до стандартних"
1251
 
1252
- #: deprecated.php:481
1253
  msgid "Restore settings"
1254
  msgstr "Скинути налаштування"
1255
 
1256
- #: deprecated.php:550 deprecated.php:577
1257
- #, php-format
1258
- msgid "File %s edited successfully."
1259
- msgstr "Файл %s успішно відредаговано."
1260
-
1261
- #: deprecated.php:552 deprecated.php:579
1262
- msgid "Not enough permissions to create or update the file"
1263
- msgstr "У Вас недостатньо дозволів для створення або поновлення файлу"
1264
-
1265
- #: deprecated.php:582
1266
- msgid "Not enough permissions to create the file"
1267
- msgstr "У Вас недостатньо дозволів для створення файлу"
1268
-
1269
- #: deprecated.php:626
1270
- msgid "Editing"
1271
- msgstr "Редагування"
1272
-
1273
- #: deprecated.php:670
1274
  msgid ""
1275
  "Congratulations! Pro version of the plugin is installed and activated "
1276
  "successfully."
1277
  msgstr "Вітаємо! Pro версію плагіну успішно завантажено та активовано."
1278
 
1279
- #: deprecated.php:680
1280
  msgid "Show Pro features"
1281
  msgstr "Показати Pro опції"
1282
 
1283
- #: deprecated.php:687
1284
  msgid "Enter your license key to install and activate"
1285
  msgstr "Введіть ліцензійний ключ для установки і активації"
1286
 
1287
- #: deprecated.php:689
1288
  msgid "version of the plugin."
1289
  msgstr "версія плагіна."
1290
 
@@ -1398,21 +1275,13 @@ msgstr ""
1398
 
1399
  #: product_list.php:138
1400
  msgid ""
1401
- "Add Google +1, Share, Follow, Hangout buttons and profile badge to WordPress "
1402
- "posts, pages and widgets."
1403
- msgstr ""
1404
- "Додавайте кнопки Google \"+1\", \"Поділитися\", \"Підписатися\", \"Hangout\" "
1405
- "і значок профілю до постів, сторінок та віджетів WordPress."
1406
-
1407
- #: product_list.php:148
1408
- msgid ""
1409
  "Stronger security solution which protects your WordPress website from hacks "
1410
  "and unauthorized login attempts."
1411
  msgstr ""
1412
  "Найпотужніше рішення безпеки, яке захищає ваш сайт WordPress від зломів та "
1413
  "неавторизованих спроб входу в систему."
1414
 
1415
- #: product_list.php:158
1416
  msgid ""
1417
  "Add Adsense ads to WordPress website pages, posts, custom posts, search "
1418
  "results, categories, tags, and widgets."
@@ -1420,13 +1289,13 @@ msgstr ""
1420
  "Додавайте рекламу сервісу Adsense на сторінки, пости, користувацькі пости, "
1421
  "результати пошуку, категорії, теги і віджети сайту WordPress."
1422
 
1423
- #: product_list.php:168
1424
  msgid "Add Google Analytics code to WordPress website and track basic stats."
1425
  msgstr ""
1426
  "Додавайте код Google Analytics на ваш сайт WordPress та відстежуйте базову "
1427
  "статистику сайту."
1428
 
1429
- #: product_list.php:178
1430
  msgid ""
1431
  "Protect WordPress website forms from spam entries with Google Captcha "
1432
  "(reCaptcha)."
@@ -1434,12 +1303,12 @@ msgstr ""
1434
  "Захищайте форми вашого сайту WordPress від спаму за допомогою Google Captcha "
1435
  "(reCaptcha)."
1436
 
1437
- #: product_list.php:188
1438
  msgid "Add customized Google maps to WordPress posts, pages and widgets."
1439
  msgstr ""
1440
  "Додавайте користувацькі карти Google у пости, сторінки та віджети WordPress."
1441
 
1442
- #: product_list.php:198
1443
  msgid ""
1444
  "Generate and add XML sitemap to WordPress website. Help search engines index "
1445
  "your blog."
@@ -1447,7 +1316,7 @@ msgstr ""
1447
  "Створюйте та додавайте файли XML sitemap на ваш сайт WordPress. Допоможіть "
1448
  "пошуковим системам проіндексувати ваш блог."
1449
 
1450
- #: product_list.php:208
1451
  msgid ""
1452
  "Replace external WordPress website links with Google shortlinks and track "
1453
  "click stats."
@@ -1455,7 +1324,7 @@ msgstr ""
1455
  "Замініть зовнішні посилання сайту WordPress на короткі посилання Google і "
1456
  "відстежуйте статистику кліків."
1457
 
1458
- #: product_list.php:215
1459
  msgid ""
1460
  "Protect WordPress website – allow and deny access for certain IP addresses, "
1461
  "hostnames, etc."
@@ -1463,7 +1332,7 @@ msgstr ""
1463
  "Захистіть свій сайт WordPress - надавайте та забороняйте доступ з певних IP-"
1464
  "адрес, імен хостів і т.д."
1465
 
1466
- #: product_list.php:225
1467
  msgid ""
1468
  "Create your personal job board and listing WordPress website. Search jobs, "
1469
  "submit CV/resumes, choose candidates."
@@ -1472,7 +1341,7 @@ msgstr ""
1472
  "WordPress. Здійснюйте пошук вакансій, подачу резюме/CV кандидата, вибір "
1473
  "кандидатів."
1474
 
1475
- #: product_list.php:232
1476
  msgid ""
1477
  "Protect WordPress website against brute force attacks. Limit rate of login "
1478
  "attempts."
@@ -1480,7 +1349,7 @@ msgstr ""
1480
  "Захищайте свій сайт WordPress від брутфорс-атак. Обмежуйте кількість спроб "
1481
  "введення логіна."
1482
 
1483
- #: product_list.php:242
1484
  msgid ""
1485
  "Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. "
1486
  "5 plugins included – profile, insider, etc."
@@ -1488,7 +1357,7 @@ msgstr ""
1488
  "Додавайте кнопки LinkedIn \"Поділитися\" та \"Відстежувати\" до постів, "
1489
  "сторінок і віджетів WordPress. 5 плагінів включено - Профіль, Інсайдер і т.д."
1490
 
1491
- #: product_list.php:252
1492
  msgid ""
1493
  "Translate WordPress website content to other languages manually. Create "
1494
  "multilingual pages, posts, widgets, menus, etc."
@@ -1496,7 +1365,7 @@ msgstr ""
1496
  "Перекладайте вміст сайту WordPress іншими мовами вручну. Створюйте "
1497
  "багатомовні сторінки, пости, віджети, меню і т.д."
1498
 
1499
- #: product_list.php:262
1500
  msgid ""
1501
  "Add customizable pagination to WordPress website. Split long content to "
1502
  "multiple pages for better navigation."
@@ -1504,7 +1373,7 @@ msgstr ""
1504
  "Додавайте пагінацію з можливістю налаштування на ваш сайт WordPress. "
1505
  "Розбивайте об'ємний контент на декілька сторінок для кращої навігації."
1506
 
1507
- #: product_list.php:272
1508
  msgid ""
1509
  "Generate PDF files and print WordPress posts/pages. Customize document "
1510
  "header/footer styles and appearance."
@@ -1512,7 +1381,7 @@ msgstr ""
1512
  "Створюйте PDF-файли і друкуйте пости/сторінки сайту WordPress. Налаштовуйте "
1513
  "стилі хедера/футера документа і його зовнішній вигляд."
1514
 
1515
- #: product_list.php:282
1516
  msgid ""
1517
  "Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, "
1518
  "Profile) to WordPress posts, pages and widgets."
@@ -1520,7 +1389,7 @@ msgstr ""
1520
  "Додавайте кнопки Pinterest \"Підписатися\", \"Зберегти\" і віджети профілю "
1521
  "(Пін, Дошка, Профіль) до постів, сторінок і віджетів WordPress."
1522
 
1523
- #: product_list.php:292
1524
  msgid ""
1525
  "Create your personal portfolio WordPress website. Manage and showcase past "
1526
  "projects to get more clients."
@@ -1528,13 +1397,13 @@ msgstr ""
1528
  "Створюйте і додавайте портфоліо на свій сайт WordPress. Керуйте і "
1529
  "демонструйте минулі проекти, щоб залучити більше клієнтів."
1530
 
1531
- #: product_list.php:302
1532
  msgid "Export WordPress posts to CSV file format easily. Configure data order."
1533
  msgstr ""
1534
  "З легкістю експортуйте пости WordPress в файли формату CSV. Налаштуйте "
1535
  "порядок відображення даних."
1536
 
1537
- #: product_list.php:312
1538
  msgid ""
1539
  "Add extra fields to default WordPress user profile. The easiest way to "
1540
  "create and manage additional custom values."
@@ -1542,7 +1411,7 @@ msgstr ""
1542
  "Додавайте користувацькі поля у стандартний профіль WordPress. Найпростіший "
1543
  "спосіб створення і управління додатковими полями."
1544
 
1545
- #: product_list.php:322
1546
  msgid ""
1547
  "Add and display HTML advertisement banner on WordPress website. Customize "
1548
  "bar styles and appearance."
@@ -1550,7 +1419,7 @@ msgstr ""
1550
  "Додавайте відображення банерної HTML реклами на сайті WordPress. Налаштуйте "
1551
  "стилі і зовнішній вигляд банеру."
1552
 
1553
- #: product_list.php:332
1554
  msgid ""
1555
  "Add customizable quotes and tips blocks to WordPress posts, pages and "
1556
  "widgets."
@@ -1558,7 +1427,7 @@ msgstr ""
1558
  "Додавайте редаговані цитати та підказки до постів, сторінок і віджетів "
1559
  "WordPress."
1560
 
1561
- #: product_list.php:339
1562
  msgid ""
1563
  "Add rating plugin to your WordPress website to receive feedback from your "
1564
  "customers."
@@ -1566,7 +1435,7 @@ msgstr ""
1566
  "Додавайте систему оцінювання і рейтингу на ваш сайт WordPress і отримуйте "
1567
  "відгуки від ваших клієнтів."
1568
 
1569
- #: product_list.php:349
1570
  msgid ""
1571
  "Create your personal real estate WordPress website. Sell, rent and buy "
1572
  "properties. Add, search and browse listings easily."
@@ -1575,7 +1444,7 @@ msgstr ""
1575
  "Продавайте, орендуйте і купуйте нерухомість. Легко додавайте, знаходьте і "
1576
  "переглядайте лістинги."
1577
 
1578
- #: product_list.php:359
1579
  msgid ""
1580
  "Add related, featured, latest, and popular posts to your WordPress website. "
1581
  "Connect your blog readers with a relevant content."
@@ -1583,7 +1452,7 @@ msgstr ""
1583
  "Додавайте схожі, обрані, останні та популярні пости на ваш сайт WordPress. "
1584
  "Надавайте своїм читачам контент схожої тематики."
1585
 
1586
- #: product_list.php:366
1587
  msgid ""
1588
  "Send bulk email messages to WordPress users. Custom templates, advanced "
1589
  "settings and detailed reports."
@@ -1591,7 +1460,7 @@ msgstr ""
1591
  "Здійснюйте масову розсилку листів користувачам WordPress. Користувацькі "
1592
  "шаблони, додаткові налаштування і детальні звіти."
1593
 
1594
- #: product_list.php:376
1595
  msgid ""
1596
  "The best responsive slider plugin for your WordPress website. Create "
1597
  "beautifully animated slides just in a few clicks."
@@ -1599,7 +1468,7 @@ msgstr ""
1599
  "Найкращий адаптивний слайдер для вашого сайту WordPress. Створюйте красиво "
1600
  "анімовані слайди всього в декілька кліків."
1601
 
1602
- #: product_list.php:383
1603
  msgid ""
1604
  "Configure SMTP server to receive email messages from WordPress to Gmail, "
1605
  "Yahoo, Hotmail and other services."
@@ -1607,15 +1476,15 @@ msgstr ""
1607
  "Налаштовуйте SMTP-сервер, щоб отримувати електронні повідомлення з сайту "
1608
  "WordPress на такі поштові служби, як Gmail, Yahoo, Hotmail і багато інших."
1609
 
1610
- #: product_list.php:390
1611
  msgid ""
1612
  "Add social media buttons and widgets to WordPress posts, pages and widgets. "
1613
- "FB, Twitter, G+1, Pinterest, LinkedIn."
1614
  msgstr ""
1615
  "Додавайте кнопки і віджети соціальних мереж до постів, сторінок і віджетів "
1616
- "WordPress. FB, Twitter, G+1, Pinterest, LinkedIn."
1617
 
1618
- #: product_list.php:400
1619
  msgid ""
1620
  "Add social media login, registration, and commenting to your WordPress "
1621
  "website."
@@ -1623,7 +1492,7 @@ msgstr ""
1623
  "Додавайте на свій сайт WordPress можливість входу, реєстрації та "
1624
  "коментування з використанням існуючих акаунтів соціальних мереж."
1625
 
1626
- #: product_list.php:407
1627
  msgid ""
1628
  "Add email newsletter sign up form to WordPress posts, pages and widgets. "
1629
  "Collect data and subscribe your users."
@@ -1631,7 +1500,7 @@ msgstr ""
1631
  "Додавайте форму підписки на розсилку новин у пости, сторінки і віджети "
1632
  "WordPress. Збирайте дані і здійснюйте підписку користувачів."
1633
 
1634
- #: product_list.php:417
1635
  msgid ""
1636
  "Add testimonials and feedbacks from your customers to WordPress website "
1637
  "posts, pages, and widgets."
@@ -1639,7 +1508,7 @@ msgstr ""
1639
  "Додавайте рекомендації та відгуки ваших клієнтів в пости, сторінки і віджети "
1640
  "сайту WordPress."
1641
 
1642
- #: product_list.php:424
1643
  msgid ""
1644
  "Best timesheet plugin for WordPress. Track employee time, streamline "
1645
  "attendance and generate reports."
@@ -1647,7 +1516,7 @@ msgstr ""
1647
  "Кращий плагін обліку робочого часу на сайті WordPress. Відстежуйте час "
1648
  "роботи співробітників, оптимізуйте графік роботи в офісі і створюйте звіти."
1649
 
1650
- #: product_list.php:434
1651
  msgid ""
1652
  "Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts "
1653
  "and pages."
@@ -1655,7 +1524,7 @@ msgstr ""
1655
  "Додавайте кнопки Твіттера \"Читати\", \"Твітнути\", \"Хештеґ\" і \"Згадати\" "
1656
  "до постів і сторінок WordPress."
1657
 
1658
- #: product_list.php:444
1659
  msgid ""
1660
  "Automatically check and update WordPress website core with all installed "
1661
  "plugins and themes to the latest versions."
@@ -1663,7 +1532,7 @@ msgstr ""
1663
  "Виконуйте автоматичну перевірку і оновлення ядра WordPress до останніх "
1664
  "версій з усіма встановленими плагінами та темами."
1665
 
1666
- #: product_list.php:454
1667
  msgid ""
1668
  "Powerful user role management plugin for WordPress website. Create, edit, "
1669
  "copy, and delete user roles."
@@ -1671,7 +1540,7 @@ msgstr ""
1671
  "Ефективний плагін управління ролями користувачів для сайту WordPress. "
1672
  "Створюйте, редагуйте, копіюйте і видаляйте ролі користувачів."
1673
 
1674
- #: product_list.php:464
1675
  msgid ""
1676
  "Display live count of online visitors who are currently browsing your "
1677
  "WordPress website."
@@ -1679,7 +1548,7 @@ msgstr ""
1679
  "Ведіть підрахунок кількості відвідувачів, які в даний час переглядають ваш "
1680
  "сайт WordPress."
1681
 
1682
- #: product_list.php:474
1683
  msgid ""
1684
  "Backup and export Zendesk Help Center content automatically to your "
1685
  "WordPress website database."
@@ -1687,6 +1556,105 @@ msgstr ""
1687
  "Робіть автоматичне резервне копіювання і експорт вмісту Zendesk Help Center "
1688
  "в базу даних вашого сайту WordPress."
1689
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1690
  #~ msgid "Installing Plugin"
1691
  #~ msgstr "Встановлення плагіну"
1692
 
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 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"
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
 
117
  "Строк вашої ліцензії витік. Якщо ви хочете отримувати першочергову технічну "
118
  "підтримку та оновлювати плагін у майбутньому, вам слід подовжити ліцензію."
119
 
120
+ #: bws_functions.php:147 bws_functions.php:218
121
  msgid "Learn more"
122
  msgstr "Дізнатись більше"
123
 
191
  msgid "Settings"
192
  msgstr "Налаштування"
193
 
194
+ #: bws_functions.php:253 bws_menu.php:326 class-bws-settings.php:789
195
+ #: class-bws-settings.php:1054 class-bws-settings.php:1064 deprecated.php:234
196
  msgid "or"
197
  msgstr "або"
198
 
250
  msgstr "Налаштування плагіну змінено."
251
 
252
  #: bws_functions.php:481 class-bws-settings.php:200 class-bws-settings.php:220
 
253
  msgid "Save Changes"
254
  msgstr "Зберегти зміни"
255
 
261
  "Ви завжди можете подивитися на преміум опції, натиснувши на кнопку \"Pro "
262
  "опції\" на вкладці \"Різне\"."
263
 
264
+ #: bws_functions.php: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
  "Щось не так, спробуйте пізніше. Якщо помилка повториться, будь ласка, "
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
 
350
  msgid "Log in"
351
  msgstr "Увійти"
352
 
353
+ #: bws_menu.php:133 bws_menu.php:332 deprecated.php:157
354
  msgid "Unfortunately, you have exceeded the number of available tries per day."
355
  msgstr "На жаль, ви перевищили кількість допустимих спроб."
356
 
357
+ #: bws_menu.php:135
358
  #, php-format
359
  msgid ""
360
  "Unfortunately, Your license has expired. To continue getting top-priority "
363
  "На жаль, ваша ліцензія скінчилась. Для того, щоб і надалі отримувати "
364
  "першочергову техпідтримку і оновлення, будь ласка, продовжте ліцензію на %s"
365
 
366
+ #: bws_menu.php:137 class-bws-settings.php: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
  "На жаль, 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
  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."
413
  msgstr "Невідомо"
414
 
415
  #: bws_menu.php:182
416
+ msgid "Mb"
417
  msgstr "Мб"
418
 
419
  #: bws_menu.php:183 bws_menu.php:184 bws_menu.php:185 bws_menu.php:189
550
  msgid "Sorry, email message could not be delivered."
551
  msgstr "Вибачте, ваше емейл не може бути доставлено"
552
 
553
+ #: bws_menu.php:305 bws_menu.php:309 bws_menu.php:358 deprecated.php:26
554
  msgid "Plugins"
555
  msgstr "Плагіни"
556
 
557
+ #: bws_menu.php:306 bws_menu.php:310 bws_menu.php:586 deprecated.php:27
558
  msgid "Themes"
559
  msgstr "Теми"
560
 
579
  msgid "Subscribe to Pro Membership"
580
  msgstr "Підписатися на Pro Membership"
581
 
582
+ #: bws_menu.php:334 bws_menu.php:345 class-bws-settings.php:802
583
+ #: deprecated.php:123
584
  msgid "Check license key"
585
  msgstr "Перевірте ліцензійний ключ"
586
 
589
  msgstr "Ваш ліцензійний ключ"
590
 
591
  #: bws_menu.php:343 bws_menu.php:538 bws_menu.php:547
592
+ #: class-bws-settings.php:781 deprecated.php:155 deprecated.php:163
593
+ #: deprecated.php:240 deprecated.php:249
594
  msgid "Activate"
595
  msgstr "Активувати"
596
 
627
  msgid "Download Pro Plugin"
628
  msgstr "Завантажити Pro плагін"
629
 
630
+ #: bws_menu.php:384 class-bws-settings.php: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
  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
 
804
  msgid "Custom Code"
805
  msgstr "Користувацький код"
806
 
807
+ #: class-bws-settings.php:446
808
  msgid "You do not have sufficient permissions to edit plugins for this site."
809
  msgstr "У вас недостатньо повноважень для редагування плагінів цього сайту."
810
 
811
+ #: class-bws-settings.php:451
812
  msgid "These styles will be added to the header on all pages of your site."
813
  msgstr "Ці стилі будуть додані в заголовок на всіх сторінках вашого сайту."
814
 
815
+ #: class-bws-settings.php:454
816
  #, php-format
817
  msgid ""
818
  "This PHP code will be hooked to the %s action and will be printed on front "
824
  msgid "These code will be added to the header on all pages of your site."
825
  msgstr "Цей код буде додано в заголовок на всіх сторінках вашого сайту."
826
 
827
+ #: class-bws-settings.php:465
828
  #, php-format
829
  msgid ""
830
  "You need to make this files writable before you can save your changes. See "
833
  "Вам потрібно зробити цей файл доступним для запису, перед тим як ви зможете "
834
  "зберегти свої зміни. Перегляньте %sКодекс%s для додаткової інформації."
835
 
836
+ #: class-bws-settings.php:475
837
  msgid "Browsing"
838
  msgstr "Огляд"
839
 
842
  msgid "Activate custom %s code."
843
  msgstr "Активувати користувацький %s код."
844
 
845
+ #: class-bws-settings.php:488
846
  #, php-format
847
  msgid "Learn more about %s"
848
  msgstr "Дізнатись більше про %s"
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
  "На жаль, ви перевищили кількість доступних спроб на день. Будь ласка, "
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."
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
  "Керуй активними ліцензіями, завантажуй 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
  "Даний ліцензійний ключ дійсний, але строк вашої ліцензії витік. Якщо ви "
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
  "На жаль, 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
  "На жаль, ваша ліцензія скінчилась. Для того, щоб і надалі отримувати "
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
 
1017
+ #: deactivation-form.php:22
1018
  msgid "Need help? We are ready to answer your questions."
1019
  msgstr "Потрібна допомога? Ми готові відповісти на ваші питання."
1020
 
1021
+ #: deactivation-form.php:22
1022
  msgid "Contact Support"
1023
  msgstr "Зв'язатися з тех. підтримкою"
1024
 
1025
+ #: deactivation-form.php:27
1026
  msgid "The plugin is not working"
1027
  msgstr "Плагін не працює"
1028
 
1029
+ #: deactivation-form.php:33
 
 
 
 
 
 
1030
  msgid "The plugin didn't work as expected"
1031
  msgstr "Плагін не працює, як очікувалося"
1032
 
1033
+ #: deactivation-form.php:39
 
 
 
 
1034
  msgid "The plugin suddenly stopped working"
1035
  msgstr "Плагін раптово перестав працювати"
1036
 
1037
+ #: deactivation-form.php:46
1038
  msgid "The plugin broke my site"
1039
  msgstr "Плагін зламав мій сайт"
1040
 
1041
+ #: deactivation-form.php:53
1042
  msgid "I couldn't understand how to get it work"
1043
  msgstr "Я не можу зрозуміти, як змусити його працювати"
1044
 
1045
+ #: deactivation-form.php:60
1046
  msgid "I found a better plugin"
1047
  msgstr "Я знайшов кращий плагін"
1048
 
1049
+ #: deactivation-form.php:66
 
 
 
 
1050
  msgid "The plugin is great, but I need specific feature that you don't support"
1051
  msgstr "Плагін чудовий, але мені потрібен певний функціонал, якого у вас немає"
1052
 
1053
+ #: deactivation-form.php:72
 
 
 
 
1054
  msgid "I no longer need the plugin"
1055
  msgstr "Плагін мені більше не потрібен"
1056
 
1057
+ #: deactivation-form.php:78
1058
  msgid "It's a temporary deactivation, I'm just debugging an issue"
1059
  msgstr "Це тимчасова деактивація, я просто відлагоджую проблему"
1060
 
1061
+ #: deactivation-form.php:84
1062
  msgid "Other"
1063
  msgstr "Інше"
1064
 
1065
+ #: deactivation-form.php:93
1066
  msgid "Quick Feedback"
1067
  msgstr "Швидкий відгук"
1068
 
1069
+ #: deactivation-form.php:95
1070
  msgid "If you have a moment, please let us know why you are deactivating"
1071
  msgstr ""
1072
  "Якщо у вас є час, будь ласка, повідомте нам, чому ви деактивуете плагін"
1073
 
1074
+ #: deactivation-form.php:120
1075
  msgid "Send website data and allow to contact me back"
1076
  msgstr "Надіслати дані сайту і дозволити зв'язатися зі мною"
1077
 
1078
+ #: deactivation-form.php:225
1079
  msgid "Processing"
1080
  msgstr "Обробка"
1081
 
1082
+ #: deactivation-form.php:254
1083
  msgid "Submit and Deactivate"
1084
  msgstr "Надіслати і деактивувати"
1085
 
1086
+ #: deactivation-form.php:269
1087
  msgid "Please tell us the reason so we can improve it."
1088
  msgstr "Будь ласка, повідомте нам причину, щоб ми могли покращити плагін."
1089
 
1090
+ #: deactivation-form.php:334
1091
  msgid "Skip and Deactivate"
1092
  msgstr "Пропустити і деактивувати"
1093
 
1094
+ #: deprecated.php:28
1095
  msgid "System Status"
1096
  msgstr "Системна інформація"
1097
 
1098
+ #: deprecated.php:119
 
 
 
 
1099
  msgid ""
1100
  "If necessary, you can check if the license key is correct or reenter it in "
1101
  "the field below. You can find your license key on your personal page - "
1106
  "ліцензійний ключ на вашій персональній сторінці - Client area - на нашому "
1107
  "сайті"
1108
 
1109
+ #: deprecated.php:119
1110
  msgid ""
1111
  "(your username is the email address specified during the purchase). If "
1112
  "necessary, please submit \"Lost your password?\" request."
1114
  "(ваше ім'я користувача - це емейл, який ви вказували при купівлі). При "
1115
  "необхідності, будь ласка, відправте запит на відновлення вашого паролю."
1116
 
1117
+ #: deprecated.php:142
1118
  msgid "After that, you can activate it by entering your license key."
1119
  msgstr "Після цього ви зможете активувати його ввівши ліцензійний ключ."
1120
 
1121
+ #: deprecated.php:145 deprecated.php:228
1122
  msgid "License key can be found in the"
1123
  msgstr "Ліцензійний ключ можна знайти в"
1124
 
1125
+ #: deprecated.php:147 deprecated.php:230
1126
  msgid "(your username is the email address specified during the purchase)."
1127
  msgstr "(ваше ім'я користувача - це емейл, який ви вказували при купівлі)"
1128
 
1129
+ #: deprecated.php:170
1130
  msgid ""
1131
  "Congratulations! The Pro license of the plugin is activated successfully."
1132
  msgstr "Вітаємо! Pro версію плагіну успішно активовано."
1133
 
1134
+ #: deprecated.php:172 deprecated.php:210
1135
  msgid "Please, go to"
1136
  msgstr "Будь ласка, перейдіть на"
1137
 
1138
+ #: deprecated.php:172 deprecated.php:210
1139
  msgid "the setting page"
1140
  msgstr "сторінку установок"
1141
 
1142
+ #: deprecated.php:187
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1143
  msgid "Restore all plugin settings to defaults"
1144
  msgstr "Скинути налаштування плагіну до стандартних"
1145
 
1146
+ #: deprecated.php:189
1147
  msgid "Restore settings"
1148
  msgstr "Скинути налаштування"
1149
 
1150
+ #: deprecated.php:208
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1151
  msgid ""
1152
  "Congratulations! Pro version of the plugin is installed and activated "
1153
  "successfully."
1154
  msgstr "Вітаємо! Pro версію плагіну успішно завантажено та активовано."
1155
 
1156
+ #: deprecated.php:217
1157
  msgid "Show Pro features"
1158
  msgstr "Показати Pro опції"
1159
 
1160
+ #: deprecated.php:224
1161
  msgid "Enter your license key to install and activate"
1162
  msgstr "Введіть ліцензійний ключ для установки і активації"
1163
 
1164
+ #: deprecated.php:226
1165
  msgid "version of the plugin."
1166
  msgstr "версія плагіна."
1167
 
1275
 
1276
  #: product_list.php:138
1277
  msgid ""
 
 
 
 
 
 
 
 
1278
  "Stronger security solution which protects your WordPress website from hacks "
1279
  "and unauthorized login attempts."
1280
  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
  "Додавайте рекламу сервісу 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)."
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
  "Створюйте та додавайте файли 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
  "Замініть зовнішні посилання сайту 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
  "Захистіть свій сайт 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
  "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
  "Захищайте свій сайт 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
  "Додавайте кнопки 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
  "Перекладайте вміст сайту 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
  "Додавайте пагінацію з можливістю налаштування на ваш сайт 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
  "Створюйте 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
  "Додавайте кнопки 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
  "Створюйте і додавайте портфоліо на свій сайт 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
  "Додавайте користувацькі поля у стандартний профіль 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
  "Додавайте відображення банерної 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
  "Додавайте редаговані цитати та підказки до постів, сторінок і віджетів "
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
  "Додавайте систему оцінювання і рейтингу на ваш сайт 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
  "Продавайте, орендуйте і купуйте нерухомість. Легко додавайте, знаходьте і "
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
  "Додавайте схожі, обрані, останні та популярні пости на ваш сайт 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
  "Здійснюйте масову розсилку листів користувачам 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
  "Найкращий адаптивний слайдер для вашого сайту 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
  "Налаштовуйте 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."
1483
  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
  "Додавайте на свій сайт 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
  "Додавайте форму підписки на розсилку новин у пости, сторінки і віджети "
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
  "Додавайте рекомендації та відгуки ваших клієнтів в пости, сторінки і віджети "
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
  "Кращий плагін обліку робочого часу на сайті 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
  "Додавайте кнопки Твіттера \"Читати\", \"Твітнути\", \"Хештеґ\" і \"Згадати\" "
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
  "Виконуйте автоматичну перевірку і оновлення ядра 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
  "Ефективний плагін управління ролями користувачів для сайту 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
  "Ведіть підрахунок кількості відвідувачів, які в даний час переглядають ваш "
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
  "Робіть автоматичне резервне копіювання і експорт вмісту Zendesk Help Center "
1557
  "в базу даних вашого сайту WordPress."
1558
 
1559
+ #~ msgid "Add BWS Shortcode"
1560
+ #~ msgstr "Додати BWS шорткод"
1561
+
1562
+ #~ msgid "Add BWS Plugins Shortcode"
1563
+ #~ msgstr "Додати шорткод BWS плагіну"
1564
+
1565
+ #~ msgid "Congratulations! %s license is activated successfully."
1566
+ #~ msgstr "Вітаємо! %s ліцензія успішно активована."
1567
+
1568
+ #~ msgid "You will be automatically redirected to the %s in %s seconds."
1569
+ #~ msgstr "Вас буде автоматично перенаправлено на %s через %s секунд."
1570
+
1571
+ #~ msgid "Settings page"
1572
+ #~ msgstr "сторінку налаштувань"
1573
+
1574
+ #~ msgid ""
1575
+ #~ "Failed to download the zip archive. Please, upload the plugin manually."
1576
+ #~ msgstr ""
1577
+ #~ "Помилка при завантаженні zip-архіву. Будь ласка, завантажте плагін вручну."
1578
+
1579
+ #~ msgid "Failed to open the zip archive. Please, upload the plugin manually."
1580
+ #~ msgstr ""
1581
+ #~ "Помилка при відкритті zip-архіву. Будь ласка, завантажте плагін вручну."
1582
+
1583
+ #~ msgid ""
1584
+ #~ "Your server does not support either ZipArchive or Phar. Please, upload "
1585
+ #~ "the plugin manually."
1586
+ #~ msgstr ""
1587
+ #~ "Ваш сервер не підтримує формати Zip і Phar. Будь ласка, завантажте плагін "
1588
+ #~ "вручну."
1589
+
1590
+ #~ msgid "UploadDir is not writable. Please, upload the plugin manually."
1591
+ #~ msgstr ""
1592
+ #~ "Немає доступу до теки завантажень WordPress. Будь ласка, завантажте "
1593
+ #~ "плагін вручну."
1594
+
1595
+ #~ msgid "Kindly share what didn't work so we can fix it in future updates..."
1596
+ #~ msgstr ""
1597
+ #~ "Будь ласка, повідомте, що не працює, щоб ми змогли виправити це в "
1598
+ #~ "майбутніх оновленнях..."
1599
+
1600
+ #~ msgid "What did you expect?"
1601
+ #~ msgstr "Що саме ви очікували?"
1602
+
1603
+ #~ msgid "What's the plugin name?"
1604
+ #~ msgstr "Яка назва плагіна?"
1605
+
1606
+ #~ msgid "What feature?"
1607
+ #~ msgstr "Який функціонал?"
1608
+
1609
+ #~ msgid "Please, enter your license key"
1610
+ #~ msgstr "Будь ласка, введіть ваш ліцензійний ключ"
1611
+
1612
+ #~ msgid "You will be redirected automatically in 5 seconds."
1613
+ #~ msgstr "Вас буде перенаправлено автоматично через 5 секунд."
1614
+
1615
+ #~ msgid "Check premium options on the plugin settings page!"
1616
+ #~ msgstr "Подивіться преміум опції на сторінці налаштувань плагіна!"
1617
+
1618
+ #~ msgid ""
1619
+ #~ "Failed to download the zip archive. Please, upload the plugin manually"
1620
+ #~ msgstr ""
1621
+ #~ "Помилка при завантаженні zip-архіву. Будь ласка, завантажте плагін вручну"
1622
+
1623
+ #~ msgid "Failed to open the zip archive. Please, upload the plugin manually"
1624
+ #~ msgstr ""
1625
+ #~ "Помилка при відкритті zip-архіву. Будь ласка, завантажте плагін вручну"
1626
+
1627
+ #~ msgid ""
1628
+ #~ "Your server does not support either ZipArchive or Phar. Please, upload "
1629
+ #~ "the plugin manually"
1630
+ #~ msgstr ""
1631
+ #~ "Ваш сервер не підтримує формати Zip і Phar. Будь ласка, завантажте плагін "
1632
+ #~ "вручну"
1633
+
1634
+ #~ msgid "UploadDir is not writable. Please, upload the plugin manually"
1635
+ #~ msgstr ""
1636
+ #~ "Немає доступу до теки завантажень WordPress. Будь ласка, завантажте "
1637
+ #~ "плагін вручну"
1638
+
1639
+ #~ msgid "File %s edited successfully."
1640
+ #~ msgstr "Файл %s успішно відредаговано."
1641
+
1642
+ #~ msgid "Not enough permissions to create or update the file"
1643
+ #~ msgstr "У Вас недостатньо дозволів для створення або поновлення файлу"
1644
+
1645
+ #~ msgid "Not enough permissions to create the file"
1646
+ #~ msgstr "У Вас недостатньо дозволів для створення файлу"
1647
+
1648
+ #~ msgid "Editing"
1649
+ #~ msgstr "Редагування"
1650
+
1651
+ #~ msgid ""
1652
+ #~ "Add Google +1, Share, Follow, Hangout buttons and profile badge to "
1653
+ #~ "WordPress posts, pages and widgets."
1654
+ #~ msgstr ""
1655
+ #~ "Додавайте кнопки Google \"+1\", \"Поділитися\", \"Підписатися\", \"Hangout"
1656
+ #~ "\" і значок профілю до постів, сторінок та віджетів WordPress."
1657
+
1658
  #~ msgid "Installing Plugin"
1659
  #~ msgstr "Встановлення плагіну"
1660
 
bws_menu/product_list.php CHANGED
@@ -26,16 +26,6 @@ $bws_plugins = array(
26
  'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/captcha/buy/?k=ff7d65e55e5e7f98f219be9ed711094e&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
27
  'pro_settings' => 'admin.php?page=captcha_pro.php'
28
  ),
29
- 'car-rental/car-rental.php' => array(
30
- 'category' => array( 'ecommerce' ),
31
- 'name' => 'Car Rental',
32
- 'description' => __( 'Create your personal car rental/booking and reservation website.', 'bestwebsoft' ),
33
- 'link' => 'https://bestwebsoft.com/products/wordpress/plugins/car-rental/?k=444cac6df9a0d3a9763ab4753d24941b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
34
- 'settings' => 'admin.php?page=car-rental-settings',
35
- 'pro_version' => 'car-rental-pro/car-rental-pro.php',
36
- 'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/car-rental/buy/?k=7643d4f0698252fa1159de078d22269c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
37
- 'pro_settings' => 'admin.php?page=car-rental-pro-settings'
38
- ),
39
  'bws-car-rental/bws-car-rental.php' => array(
40
  'category' => array( 'ecommerce' ),
41
  'name' => 'Car Rental V2',
@@ -48,6 +38,13 @@ $bws_plugins = array(
48
  'icon' => '//ps.w.org/car-rental/assets/icon-128x128.png',
49
  'install_url' => 'https://bestwebsoft.com/products/wordpress/plugins/car-rental-v2/'
50
  ),
 
 
 
 
 
 
 
51
  'contact-form-plugin/contact_form.php' => array(
52
  'category' => array( 'marketing', 'recommended' ),
53
  'name' => 'Contact Form',
@@ -228,7 +225,7 @@ $bws_plugins = array(
228
  ),
229
  'bws-linkedin/bws-linkedin.php' => array(
230
  'category' => array( 'smm' ),
231
- 'name' => 'Linked',
232
  'description' => __( 'Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. 5 plugins included – profile, insider, etc.', 'bestwebsoft' ),
233
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/linkedin/?k=d63c7319622ccc5f589dd2d545c1d77c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
234
  'settings' => 'admin.php?page=linkedin.php',
@@ -268,7 +265,7 @@ $bws_plugins = array(
268
  ),
269
  'bws-pinterest/bws-pinterest.php' => array(
270
  'category' => array( 'smm' ),
271
- 'name' => 'Image Pinning',
272
  'description' => __( 'Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, Profile) to WordPress posts, pages and widgets.', 'bestwebsoft' ),
273
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/pinterest/?k=504107b6213f247a67fe7ffb94e97c78&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
274
  'settings' => 'admin.php?page=pinterest.php',
@@ -420,7 +417,7 @@ $bws_plugins = array(
420
  ),
421
  'twitter-plugin/twitter.php' => array(
422
  'category' => array( 'smm' ),
423
- 'name' => 'Tweeting',
424
  'description' => __( 'Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts and pages.', 'bestwebsoft' ),
425
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/twitter/?k=f8cb514e25bd7ec4974d64435c5eb333&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
426
  'settings' => 'admin.php?page=twitter.php',
26
  'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/captcha/buy/?k=ff7d65e55e5e7f98f219be9ed711094e&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
27
  'pro_settings' => 'admin.php?page=captcha_pro.php'
28
  ),
 
 
 
 
 
 
 
 
 
 
29
  'bws-car-rental/bws-car-rental.php' => array(
30
  'category' => array( 'ecommerce' ),
31
  'name' => 'Car Rental V2',
38
  'icon' => '//ps.w.org/car-rental/assets/icon-128x128.png',
39
  'install_url' => 'https://bestwebsoft.com/products/wordpress/plugins/car-rental-v2/'
40
  ),
41
+ 'columns-bws/columns-bws.php' => array(
42
+ 'category' => array( 'content' ),
43
+ 'name' => 'Columns',
44
+ 'description' => __( 'Add columns with custom content to WordPress website pages, posts, widgets, etc.', 'bestwebsoft' ),
45
+ 'link' => 'https://bestwebsoft.com/products/wordpress/plugins/columns/?k=6d2cddc059a04e4d528cec14de47fb1e&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
46
+ 'settings' => 'admin.php?page=columns-settings.php'
47
+ ),
48
  'contact-form-plugin/contact_form.php' => array(
49
  'category' => array( 'marketing', 'recommended' ),
50
  'name' => 'Contact Form',
225
  ),
226
  'bws-linkedin/bws-linkedin.php' => array(
227
  'category' => array( 'smm' ),
228
+ 'name' => 'LinkedIn',
229
  'description' => __( 'Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. 5 plugins included – profile, insider, etc.', 'bestwebsoft' ),
230
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/linkedin/?k=d63c7319622ccc5f589dd2d545c1d77c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
231
  'settings' => 'admin.php?page=linkedin.php',
265
  ),
266
  'bws-pinterest/bws-pinterest.php' => array(
267
  'category' => array( 'smm' ),
268
+ 'name' => 'Pinterest',
269
  'description' => __( 'Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, Profile) to WordPress posts, pages and widgets.', 'bestwebsoft' ),
270
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/pinterest/?k=504107b6213f247a67fe7ffb94e97c78&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
271
  'settings' => 'admin.php?page=pinterest.php',
417
  ),
418
  'twitter-plugin/twitter.php' => array(
419
  'category' => array( 'smm' ),
420
+ 'name' => 'Twitter',
421
  'description' => __( 'Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts and pages.', 'bestwebsoft' ),
422
  'link' => 'https://bestwebsoft.com/products/wordpress/plugins/twitter/?k=f8cb514e25bd7ec4974d64435c5eb333&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
423
  'settings' => 'admin.php?page=twitter.php',
google-captcha.php CHANGED
@@ -6,12 +6,12 @@ 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.55
10
  Author URI: https://bestwebsoft.com/
11
  License: GPLv3 or later
12
  */
13
 
14
- /* © Copyright 2019 BestWebSoft ( https://support.bestwebsoft.com )
15
 
16
  This program is free software; you can redistribute it and/or modify
17
  it under the terms of the GNU General Public License, version 2, as
@@ -409,7 +409,8 @@ if ( ! function_exists( 'gglcptch_get_default_options' ) ) {
409
  'suggest_feature_banner' => 1,
410
  'score_v3' => 0.5,
411
  'hide_badge' => 0,
412
- 'disable_submit_button' => 0
 
413
  );
414
 
415
  if ( function_exists( 'get_editable_roles' ) ) {
@@ -670,6 +671,7 @@ if ( ! function_exists( 'gglcptch_display_custom' ) ) {
670
  if ( ! function_exists( 'gglcptch_get_api_url' ) ) {
671
  function gglcptch_get_api_url() {
672
  global $gglcptch_options;
 
673
 
674
  switch ( true ) {
675
  case (
@@ -677,13 +679,13 @@ if ( ! function_exists( 'gglcptch_get_api_url' ) ) {
677
  in_array( $gglcptch_options['recaptcha_version'], array( 'v2', 'invisible' ) )
678
  ) :
679
  $callback = ( ! empty( $gglcptch_options['disable_submit'] ) ) ? 'onload=gglcptch_onload_callback&' : '';
680
- $api_url = sprintf( 'https://www.google.com/recaptcha/api.js?%srender=explicit', $callback );
681
  break;
682
  case (
683
  isset( $gglcptch_options['recaptcha_version'] ) &&
684
  'v3' == $gglcptch_options['recaptcha_version']
685
  ) :
686
- $api_url = sprintf( 'https://www.google.com/recaptcha/api.js?render=%s', $gglcptch_options['public_key'] );
687
  break;
688
  default :
689
  $api_url = 'https://www.google.com/recaptcha/api/js/recaptcha_ajax.js';
@@ -697,7 +699,7 @@ if ( ! function_exists( 'gglcptch_get_response' ) ) {
697
  $args = array(
698
  'body' => array(
699
  'secret' => $privatekey,
700
- 'response' => stripslashes( sanitize_text_field( $_POST["g-recaptcha-response"] ) ),
701
  'remoteip' => $remote_ip,
702
  ),
703
  'sslverify' => false
@@ -986,7 +988,7 @@ if ( ! function_exists( 'gglcptch_get_message' ) ) {
986
  'incorrect' => __( 'You have entered an incorrect reCAPTCHA value.', 'google-captcha' ),
987
  'multiple_blocks' => __( 'More than one reCAPTCHA has been found in the current form. Please remove all unnecessary reCAPTCHA fields to make it work properly.', 'google-captcha' ),
988
  /* v3 error */
989
- 'RECAPTCHA_SMALL_SCORE' => __( 'reCAPTCHA v3 test failed', 'google-captcha' )
990
  );
991
 
992
  if ( isset( $messages[ $message_code ] ) ) {
@@ -1102,22 +1104,6 @@ if ( ! function_exists ( 'gglcptch_plugin_banner' ) ) {
1102
  if ( empty( $gglcptch_options ) ) {
1103
  register_gglcptch_settings();
1104
  }
1105
-
1106
- if ( empty( $gglcptch_options['public_key'] ) || empty( $gglcptch_options['private_key'] ) ) { ?>
1107
- <div class="error">
1108
- <p>
1109
- <?php printf(
1110
- '<strong>%s <a target="_blank" href="https://www.google.com/recaptcha/admin#list">%s</a> %s <a target="_blank" href="%s">%s</a>.</strong>',
1111
- __( 'To use reCaptcha you must get the keys from', 'google-captcha' ),
1112
- __ ( 'here', 'google-captcha' ),
1113
- __ ( 'and enter them on the', 'google-captcha' ),
1114
- admin_url( '/admin.php?page=google-captcha.php' ),
1115
- __( 'plugin setting page', 'google-captcha' )
1116
- ); ?>
1117
- </p>
1118
- </div>
1119
- <?php }
1120
-
1121
  bws_plugin_banner_to_settings( $gglcptch_plugin_info, 'gglcptch_options', 'google-captcha', 'admin.php?page=google-captcha.php' );
1122
  }
1123
 
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
  */
13
 
14
+ /* © Copyright 2020 BestWebSoft ( https://support.bestwebsoft.com )
15
 
16
  This program is free software; you can redistribute it and/or modify
17
  it under the terms of the GNU General Public License, version 2, as
409
  'suggest_feature_banner' => 1,
410
  'score_v3' => 0.5,
411
  'hide_badge' => 0,
412
+ 'disable_submit_button' => 0,
413
+ 'use_globally' => 0
414
  );
415
 
416
  if ( function_exists( 'get_editable_roles' ) ) {
671
  if ( ! function_exists( 'gglcptch_get_api_url' ) ) {
672
  function gglcptch_get_api_url() {
673
  global $gglcptch_options;
674
+ $use_globally = $gglcptch_options['use_globally'] ? 'recaptcha.net' : 'google.com';
675
 
676
  switch ( true ) {
677
  case (
679
  in_array( $gglcptch_options['recaptcha_version'], array( 'v2', 'invisible' ) )
680
  ) :
681
  $callback = ( ! empty( $gglcptch_options['disable_submit'] ) ) ? 'onload=gglcptch_onload_callback&' : '';
682
+ $api_url = sprintf( 'https://www.' . $use_globally . '/recaptcha/api.js?%srender=explicit', $callback );
683
  break;
684
  case (
685
  isset( $gglcptch_options['recaptcha_version'] ) &&
686
  'v3' == $gglcptch_options['recaptcha_version']
687
  ) :
688
+ $api_url = sprintf( 'https://www.' . $use_globally . '/recaptcha/api.js?render=%s', $gglcptch_options['public_key'] );
689
  break;
690
  default :
691
  $api_url = 'https://www.google.com/recaptcha/api/js/recaptcha_ajax.js';
699
  $args = array(
700
  'body' => array(
701
  'secret' => $privatekey,
702
+ 'response' => isset( $_POST["g-recaptcha-response"] ) ? stripslashes( sanitize_text_field( $_POST["g-recaptcha-response"] ) ) : '',
703
  'remoteip' => $remote_ip,
704
  ),
705
  'sslverify' => false
988
  'incorrect' => __( 'You have entered an incorrect reCAPTCHA value.', 'google-captcha' ),
989
  'multiple_blocks' => __( 'More than one reCAPTCHA has been found in the current form. Please remove all unnecessary reCAPTCHA fields to make it work properly.', 'google-captcha' ),
990
  /* v3 error */
991
+ 'RECAPTCHA_SMALL_SCORE' => __( 'reCaptcha v3 test failed', 'google-captcha' )
992
  );
993
 
994
  if ( isset( $messages[ $message_code ] ) ) {
1104
  if ( empty( $gglcptch_options ) ) {
1105
  register_gglcptch_settings();
1106
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1107
  bws_plugin_banner_to_settings( $gglcptch_plugin_info, 'gglcptch_options', 'google-captcha', 'admin.php?page=google-captcha.php' );
1108
  }
1109
 
includes/class-gglcptch-settings-tabs.php CHANGED
@@ -32,6 +32,7 @@ if ( ! class_exists( 'Gglcptch_Settings_Tabs' ) ) {
32
  'default_options' => gglcptch_get_default_options(),
33
  'options' => $gglcptch_options,
34
  'tabs' => $tabs,
 
35
  'wp_slug' => 'google-captcha',
36
  'pro_page' => 'admin.php?page=google-captcha-pro.php',
37
  'bws_license_plugin' => 'google-captcha-pro/google-captcha-pro.php',
@@ -114,12 +115,13 @@ if ( ! class_exists( 'Gglcptch_Settings_Tabs' ) ) {
114
  $this->options['whitelist_message'] = stripslashes( sanitize_text_field( $_POST['gglcptch_whitelist_message'] ) );
115
  $this->options['public_key'] = stripslashes( sanitize_text_field( $_POST['gglcptch_public_key'] ) );
116
  $this->options['private_key'] = stripslashes( sanitize_text_field( $_POST['gglcptch_private_key'] ) );
117
- $this->options['recaptcha_version'] = in_array( $_POST['gglcptch_recaptcha_version'], array( 'v2', 'invisible', 'v3' ) ) ? $_POST['gglcptch_recaptcha_version']: 'v2';
118
- $this->options['theme_v2'] = stripslashes( sanitize_text_field( $_POST['gglcptch_theme_v2'] ) );
119
  $this->options['score_v3'] = isset( $_POST['gglcptch_score_v3'] ) ? (float)$_POST['gglcptch_score_v3'] : 0.5;
120
  $this->options['disable_submit'] = isset( $_POST['gglcptch_disable_submit'] ) ? 1 : 0;
121
  $this->options['hide_badge'] = isset( $_POST['gglcptch_hide_badge'] ) ? 1 : 0;
122
  $this->options['disable_submit_button'] = isset( $_POST['gglcptch_disable_submit_button'] ) ? 1 : 0;
 
123
 
124
  foreach ( $this->forms as $form_slug => $form_data ) {
125
  $this->options[ $form_slug ] = isset( $_POST["gglcptch_{$form_slug}"] ) ? 1 : 0;
@@ -148,7 +150,7 @@ if ( ! class_exists( 'Gglcptch_Settings_Tabs' ) ) {
148
  <?php $this->help_phrase(); ?>
149
  <hr>
150
  <div class="bws_tab_sub_label"><?php _e( 'Authentication', 'google-captcha' ); ?></div>
151
- <div class="bws_info"><?php _e( 'Register your website with Google to get required API keys and enter them below.', 'google-captcha' ); ?> <a target="_blank" href="https://www.google.com/recaptcha/admin#list"><?php _e( 'Get the API Keys', 'google-captcha' ); ?></a></div>
152
  <table class="form-table">
153
  <?php foreach ( $this->keys as $key => $fields ) { ?>
154
  <tr>
@@ -165,7 +167,7 @@ if ( ! class_exists( 'Gglcptch_Settings_Tabs' ) ) {
165
  <th></th>
166
  <td>
167
  <div id="gglcptch-test-keys">
168
- <a class="button button-secondary" href="<?php echo add_query_arg( array( '_wpnonce' => wp_create_nonce( 'gglcptch-test-keys' ), 'action' => 'gglcptch-test-keys', 'is_network' => $this->is_network_options ? '1' : '0' ), admin_url( 'admin-ajax.php' ) ); ?>"><?php _e( 'Test reCAPTCHA' , 'google-captcha' ); ?></a>
169
  </div>
170
  </td>
171
  </tr>
@@ -174,7 +176,7 @@ if ( ! class_exists( 'Gglcptch_Settings_Tabs' ) ) {
174
  <div class="bws_tab_sub_label"><?php _e( 'General', 'google-captcha' ); ?></div>
175
  <table class="form-table">
176
  <tr valign="top">
177
- <th scope="row"><?php _e( 'reCAPTCHA Version', 'google-captcha' ); ?></th>
178
  <td>
179
  <fieldset>
180
  <?php foreach ( $this->versions as $version => $version_name ) { ?>
@@ -187,7 +189,7 @@ if ( ! class_exists( 'Gglcptch_Settings_Tabs' ) ) {
187
  </td>
188
  </tr>
189
  <tr valign="top">
190
- <th scope="row"><?php _e( 'Enable reCAPTCHA for', 'google-captcha' ); ?></th>
191
  <td>
192
  <!--[if !IE]> -->
193
  <div class="gglcptch-settings-accordion">
@@ -242,7 +244,7 @@ if ( ! class_exists( 'Gglcptch_Settings_Tabs' ) ) {
242
  <?php } ?>
243
  <table class="form-table">
244
  <tr valign="top">
245
- <th scope="row"><?php _e( 'Hide reCAPTCHA for', 'google-captcha' ); ?></th>
246
  <td>
247
  <fieldset>
248
  <?php if ( function_exists( 'get_editable_roles' ) ) {
@@ -261,12 +263,12 @@ if ( ! class_exists( 'Gglcptch_Settings_Tabs' ) ) {
261
  </tr>
262
  <tr class="gglcptch_badge_v3" valign="top">
263
  <th scope="row">
264
- <?php _e( 'Hide reCAPTCHA Badge', 'google-captcha' ); ?>
265
  </th>
266
  <td>
267
  <input<?php echo $this->change_permission_attr; ?> id="gglcptch_hide_badge" type="checkbox" <?php checked( ! empty( $this->options['hide_badge'] ) ); ?> name="gglcptch_hide_badge" value="1" />&nbsp;
268
  <span class="bws_info">
269
- <?php _e( 'Enable to hide reCAPTCHA Badge for Version 3 and Invisble reCAPTCHA.', 'google-captcha' ); ?>
270
  </span>
271
  </td>
272
  </tr>
@@ -288,7 +290,7 @@ if ( ! class_exists( 'Gglcptch_Settings_Tabs' ) ) {
288
  <td>
289
  <input name="gglcptch_score_v3" id="gglcptch_score_v3" type="range" list="gglcptch_score_v3_rangeList" min="0" max="1.0" step="0.1" value="<?php echo $this->options['score_v3']; ?>">
290
  <output id="gglcptch_score_out_v3" for="gglcptch_score_v3"></output>
291
- <span class="bws_info" style="display: block;"><?php echo __( 'Set the minimum verification score from 0 to 1', 'google-captcha' ) . '.';?></span>
292
  </td>
293
  </tr>
294
  </table>
@@ -303,11 +305,22 @@ if ( ! class_exists( 'Gglcptch_Settings_Tabs' ) ) {
303
  </div>
304
  <?php } ?>
305
  <table class="form-table">
 
 
 
 
 
 
 
 
 
 
 
306
  <tr valign="top">
307
  <th scope="row"><?php _e( 'Whitelist Notification', 'google-captcha' ); ?></th>
308
  <td>
309
  <textarea name="gglcptch_whitelist_message"><?php echo $this->options['whitelist_message']; ?></textarea>
310
- <div class="bws_info"><?php _e( 'This message will be displayed instead of the reCAPTCHA.', 'google-captcha' ); ?></div>
311
  </td>
312
  </tr>
313
  <tr valign="top">
@@ -315,7 +328,7 @@ if ( ! class_exists( 'Gglcptch_Settings_Tabs' ) ) {
315
  <td>
316
  <input<?php echo $this->change_permission_attr; ?> id="gglcptch_disable_submit" type="checkbox" <?php checked( ! empty( $this->options["disable_submit"] ) ); ?> name="gglcptch_disable_submit" value="1" />
317
  <span class="bws_info">
318
- <?php _e( 'Enable to keep submit button disabled until reCAPTCHA is loaded (do not use this option if you see "Failed to load Google reCAPTCHA" message).', 'google-captcha' ); ?>
319
  </span>
320
  </td>
321
  </tr>
@@ -326,7 +339,7 @@ if ( ! class_exists( 'Gglcptch_Settings_Tabs' ) ) {
326
  <td>
327
  <input<?php echo $this->change_permission_attr; ?> id="gglcptch_disable_submit_button" type="checkbox" <?php checked( ! empty( $this->options['disable_submit_button'] ) ); ?> name="gglcptch_disable_submit_button" value="1" />
328
  <span class="bws_info">
329
- <?php _e( 'Enable to keep submit button disabled until user passes the reCAPTCHA test (for Version 2).', 'google-captcha' ); ?>
330
  </span>
331
  </td>
332
  </tr>
@@ -340,7 +353,7 @@ if ( ! class_exists( 'Gglcptch_Settings_Tabs' ) ) {
340
  */
341
  public function display_custom_messages() {
342
  if ( ! empty( $this->options['need_keys_verified_check'] ) ) { ?>
343
- <div class="updated inline bws-notice"><p><strong><?php _e( 'reCAPTCHA version was changed. Please submit "Test reCAPTCHA" and regenerate Site and Secret keys if necessary.', 'google-captcha' ); ?></strong></p></div>
344
  <?php }
345
  }
346
 
32
  'default_options' => gglcptch_get_default_options(),
33
  'options' => $gglcptch_options,
34
  'tabs' => $tabs,
35
+ 'doc_link' => 'https://docs.google.com/document/d/1yTDdMSLqvgATbo5lPzuNn4QRF0EyEPFuLoFB15beMww/',
36
  'wp_slug' => 'google-captcha',
37
  'pro_page' => 'admin.php?page=google-captcha-pro.php',
38
  'bws_license_plugin' => 'google-captcha-pro/google-captcha-pro.php',
115
  $this->options['whitelist_message'] = stripslashes( sanitize_text_field( $_POST['gglcptch_whitelist_message'] ) );
116
  $this->options['public_key'] = stripslashes( sanitize_text_field( $_POST['gglcptch_public_key'] ) );
117
  $this->options['private_key'] = stripslashes( sanitize_text_field( $_POST['gglcptch_private_key'] ) );
118
+ $this->options['recaptcha_version'] = in_array( $_POST['gglcptch_recaptcha_version'], array( 'v2', 'invisible', 'v3' ) ) ? $_POST['gglcptch_recaptcha_version'] : $this->options['recaptcha_version'];
119
+ $this->options['theme_v2'] = in_array( $_POST['gglcptch_theme_v2'], array( 'light', 'dark' ) ) ? $_POST['gglcptch_theme_v2'] : $this->options['theme_v2'];
120
  $this->options['score_v3'] = isset( $_POST['gglcptch_score_v3'] ) ? (float)$_POST['gglcptch_score_v3'] : 0.5;
121
  $this->options['disable_submit'] = isset( $_POST['gglcptch_disable_submit'] ) ? 1 : 0;
122
  $this->options['hide_badge'] = isset( $_POST['gglcptch_hide_badge'] ) ? 1 : 0;
123
  $this->options['disable_submit_button'] = isset( $_POST['gglcptch_disable_submit_button'] ) ? 1 : 0;
124
+ $this->options['use_globally'] = isset( $_POST['gglcptch_use_globally'] ) ? 1 : 0;
125
 
126
  foreach ( $this->forms as $form_slug => $form_data ) {
127
  $this->options[ $form_slug ] = isset( $_POST["gglcptch_{$form_slug}"] ) ? 1 : 0;
150
  <?php $this->help_phrase(); ?>
151
  <hr>
152
  <div class="bws_tab_sub_label"><?php _e( 'Authentication', 'google-captcha' ); ?></div>
153
+ <div class="bws_info"><?php _e( 'Register your domain name with Google reCaptcha service and add the keys to the fields below.', 'google-captcha' ); ?> <a target="_blank" href="https://www.google.com/recaptcha/admin#list"><?php _e( 'Get the API Keys', 'google-captcha' ); ?></a></div>
154
  <table class="form-table">
155
  <?php foreach ( $this->keys as $key => $fields ) { ?>
156
  <tr>
167
  <th></th>
168
  <td>
169
  <div id="gglcptch-test-keys">
170
+ <a class="button button-secondary" href="<?php echo add_query_arg( array( '_wpnonce' => wp_create_nonce( 'gglcptch-test-keys' ), 'action' => 'gglcptch-test-keys', 'is_network' => $this->is_network_options ? '1' : '0' ), admin_url( 'admin-ajax.php' ) ); ?>"><?php _e( 'Test reCaptcha' , 'google-captcha' ); ?></a>
171
  </div>
172
  </td>
173
  </tr>
176
  <div class="bws_tab_sub_label"><?php _e( 'General', 'google-captcha' ); ?></div>
177
  <table class="form-table">
178
  <tr valign="top">
179
+ <th scope="row"><?php _e( 'reCaptcha Version', 'google-captcha' ); ?></th>
180
  <td>
181
  <fieldset>
182
  <?php foreach ( $this->versions as $version => $version_name ) { ?>
189
  </td>
190
  </tr>
191
  <tr valign="top">
192
+ <th scope="row"><?php _e( 'Enable reCaptcha for', 'google-captcha' ); ?></th>
193
  <td>
194
  <!--[if !IE]> -->
195
  <div class="gglcptch-settings-accordion">
244
  <?php } ?>
245
  <table class="form-table">
246
  <tr valign="top">
247
+ <th scope="row"><?php _e( 'Hide reCaptcha for', 'google-captcha' ); ?></th>
248
  <td>
249
  <fieldset>
250
  <?php if ( function_exists( 'get_editable_roles' ) ) {
263
  </tr>
264
  <tr class="gglcptch_badge_v3" valign="top">
265
  <th scope="row">
266
+ <?php _e( 'Hide reCaptcha Badge', 'google-captcha' ); ?>
267
  </th>
268
  <td>
269
  <input<?php echo $this->change_permission_attr; ?> id="gglcptch_hide_badge" type="checkbox" <?php checked( ! empty( $this->options['hide_badge'] ) ); ?> name="gglcptch_hide_badge" value="1" />&nbsp;
270
  <span class="bws_info">
271
+ <?php _e( 'Enable to hide reCaptcha Badge for Version 3 and Invisble reCaptcha.', 'google-captcha' ); ?>
272
  </span>
273
  </td>
274
  </tr>
290
  <td>
291
  <input name="gglcptch_score_v3" id="gglcptch_score_v3" type="range" list="gglcptch_score_v3_rangeList" min="0" max="1.0" step="0.1" value="<?php echo $this->options['score_v3']; ?>">
292
  <output id="gglcptch_score_out_v3" for="gglcptch_score_v3"></output>
293
+ <span class="bws_info" style="display: block;"><?php printf( __( 'Set the minimum verification score from %s to %s (default is %s).', 'google-captcha' ), 0, 1, 0.5 ); ?></span>
294
  </td>
295
  </tr>
296
  </table>
305
  </div>
306
  <?php } ?>
307
  <table class="form-table">
308
+ <tr valign="top">
309
+ <th scope="row">
310
+ <?php _e( 'Use reCaptcha Globally', 'google-captcha' ); ?>
311
+ </th>
312
+ <td>
313
+ <input<?php echo $this->change_permission_attr; ?> type="checkbox" <?php checked( $this->options['use_globally'] ); ?> name="gglcptch_use_globally" value="1" />
314
+ <span class="bws_info">
315
+ <?php _e( 'Enable to use reCaptcha when Google is not accessible or blocked in your country.', 'google-captcha' ); ?>
316
+ </span>
317
+ </td>
318
+ </tr>
319
  <tr valign="top">
320
  <th scope="row"><?php _e( 'Whitelist Notification', 'google-captcha' ); ?></th>
321
  <td>
322
  <textarea name="gglcptch_whitelist_message"><?php echo $this->options['whitelist_message']; ?></textarea>
323
+ <div class="bws_info"><?php _e( 'This message will be displayed instead of the reCaptcha.', 'google-captcha' ); ?></div>
324
  </td>
325
  </tr>
326
  <tr valign="top">
328
  <td>
329
  <input<?php echo $this->change_permission_attr; ?> id="gglcptch_disable_submit" type="checkbox" <?php checked( ! empty( $this->options["disable_submit"] ) ); ?> name="gglcptch_disable_submit" value="1" />
330
  <span class="bws_info">
331
+ <?php _e( 'Enable to keep submit button disabled until reCaptcha is loaded (do not use this option if you see "Failed to load Google reCaptcha" message).', 'google-captcha' ); ?>
332
  </span>
333
  </td>
334
  </tr>
339
  <td>
340
  <input<?php echo $this->change_permission_attr; ?> id="gglcptch_disable_submit_button" type="checkbox" <?php checked( ! empty( $this->options['disable_submit_button'] ) ); ?> name="gglcptch_disable_submit_button" value="1" />
341
  <span class="bws_info">
342
+ <?php _e( 'Enable to keep submit button disabled until user passes the reCaptcha test (for Version 2).', 'google-captcha' ); ?>
343
  </span>
344
  </td>
345
  </tr>
353
  */
354
  public function display_custom_messages() {
355
  if ( ! empty( $this->options['need_keys_verified_check'] ) ) { ?>
356
+ <div class="updated inline bws-notice"><p><strong><?php _e( 'reCaptcha version was changed. Please submit "Test reCaptcha" and regenerate Site and Secret keys if necessary.', 'google-captcha' ); ?></strong></p></div>
357
  <?php }
358
  }
359
 
includes/forms.php CHANGED
@@ -67,7 +67,7 @@ if ( ! function_exists( 'gglcptch_get_sections' ) ) {
67
  }
68
  }
69
 
70
- /* Add reCAPTCHA forms to the Limit Attempts plugin */
71
  if ( ! function_exists( 'gglcptch_add_lmtttmpts_forms' ) ) {
72
  function gglcptch_add_lmtttmpts_forms( $forms = array() ) {
73
  if ( ! is_array( $forms ) ) {
67
  }
68
  }
69
 
70
+ /* Add reCaptcha forms to the Limit Attempts plugin */
71
  if ( ! function_exists( 'gglcptch_add_lmtttmpts_forms' ) ) {
72
  function gglcptch_add_lmtttmpts_forms( $forms = array() ) {
73
  if ( ! is_array( $forms ) ) {
includes/pro_banners.php CHANGED
@@ -185,7 +185,7 @@ if ( ! function_exists( 'gglcptch_additional_settings_banner' ) ) {
185
  <th scope="row"><?php _e( 'Multilanguage', 'google-captcha' ); ?></th>
186
  <td>
187
  <input disabled="disabled" type="checkbox" />
188
- <span class="bws_info"><?php _e( 'Enable to switch language automatically on multilingual website using Multilanguage plugin.', 'google-captcha' ); ?></span>
189
  </td>
190
  </tr>
191
  </table>
185
  <th scope="row"><?php _e( 'Multilanguage', 'google-captcha' ); ?></th>
186
  <td>
187
  <input disabled="disabled" type="checkbox" />
188
+ <span class="bws_info"><?php _e( 'Enable to switch language automatically on multilingual website using the Multilanguage plugin.', 'google-captcha' ); ?></span>
189
  </td>
190
  </tr>
191
  </table>
js/script.js CHANGED
@@ -21,7 +21,7 @@
21
  if ( 'v3' == gglcptch.options.version ) {
22
  grecaptcha.ready( function() {
23
  grecaptcha.execute( gglcptch.options.sitekey, {action: 'BWS_reCaptcha'}).then(function( token ) {
24
- document.querySelectorAll( "#g-recaptcha-response" ).forEach( elem => ( elem.value = token ) );
25
  });
26
  });
27
  }
21
  if ( 'v3' == gglcptch.options.version ) {
22
  grecaptcha.ready( function() {
23
  grecaptcha.execute( gglcptch.options.sitekey, {action: 'BWS_reCaptcha'}).then(function( token ) {
24
+ document.querySelectorAll( "#g-recaptcha-response" ).forEach( function ( elem ) { elem.value = token } );
25
  });
26
  });
27
  }
languages/google-captcha-ro_RO.mo ADDED
Binary file
languages/google-captcha-ro_RO.po ADDED
@@ -0,0 +1,990 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Google Сaptcha\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2020-02-28 14:28+0200\n"
6
+ "PO-Revision-Date: \n"
7
+ "Last-Translator: bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
+ "Language-Team: the BestWebSoft Team <plugin@bestwebsoft.com>\n"
9
+ "Language: ro\n"
10
+ "MIME-Version: 1.0\n"
11
+ "Content-Type: text/plain; charset=UTF-8\n"
12
+ "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Poedit-KeywordsList: __;_e\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"
20
+ "X-Poedit-SearchPathExcluded-0: bws_menu\n"
21
+
22
+ #: google-captcha.php:39 google-captcha.php:49 google-captcha.php:492
23
+ #: includes/class-gglcptch-settings-tabs.php:147
24
+ #, fuzzy
25
+ #| msgid "Google Captcha Settings"
26
+ msgid "reCaptcha Settings"
27
+ msgstr "Setarile Google Captcha"
28
+
29
+ #: google-captcha.php:50 google-captcha.php:1076 google-captcha.php:1089
30
+ #: includes/class-gglcptch-settings-tabs.php:22
31
+ msgid "Settings"
32
+ msgstr "Setari"
33
+
34
+ #: google-captcha.php:58 includes/whitelist.php:46
35
+ #, fuzzy
36
+ #| msgid "Google Captcha Whitelist"
37
+ msgid "reCaptcha Whitelist"
38
+ msgstr "Lista alba Google Captcha"
39
+
40
+ #: google-captcha.php:59
41
+ msgid "Whitelist"
42
+ msgstr "Lista alba"
43
+
44
+ #: google-captcha.php:76 includes/pro_banners.php:29
45
+ msgid "Upgrade to Pro"
46
+ msgstr "Updateaza la Pro"
47
+
48
+ #: google-captcha.php:268
49
+ msgid "Please wait until Google reCAPTCHA is loaded."
50
+ msgstr "Va rugam a astepta incarcarea completa a Google reCAPTCHA."
51
+
52
+ #: google-captcha.php:269
53
+ msgid ""
54
+ "Failed to load Google reCAPTCHA. Please check your internet connection and "
55
+ "reload this page."
56
+ msgstr ""
57
+ "Incercare nereusita de a incarca Google reCAPTCHA. Va rugam a verifica "
58
+ "conexiunea Dvs. la reteaua de internet si restartati pagina data."
59
+
60
+ #: google-captcha.php:281
61
+ msgid "Warning"
62
+ msgstr "Atentie"
63
+
64
+ #: google-captcha.php:395
65
+ msgid "You are in the whitelist"
66
+ msgstr "Sunteti in lista alba"
67
+
68
+ #: google-captcha.php:493
69
+ msgid "Please enable JavaScript in your browser."
70
+ msgstr "Va rugam a porni JavaScript in browserul Dvs."
71
+
72
+ #: google-captcha.php:575
73
+ msgid "This site is protected by reCAPTCHA and the Google "
74
+ msgstr "Pagina data web este protejata cu reCAPTCHA care este in aplicare"
75
+
76
+ #: google-captcha.php:576
77
+ msgid "Privacy Policy"
78
+ msgstr "Politica confidialitatii"
79
+
80
+ #: google-captcha.php:577
81
+ msgid " and "
82
+ msgstr " si "
83
+
84
+ #: google-captcha.php:578
85
+ msgid "Terms of Service"
86
+ msgstr "Conditiile de service"
87
+
88
+ #: google-captcha.php:579
89
+ msgid " apply."
90
+ msgstr " Google."
91
+
92
+ #: google-captcha.php:586 google-captcha.php:1111
93
+ #, fuzzy
94
+ #| msgid "To use Google Captcha you must get the keys from"
95
+ msgid "To use reCaptcha you must get the keys from"
96
+ msgstr "Pentru a folosi Google Captcha, este necesar de a obtine cheile"
97
+
98
+ #: google-captcha.php:587 google-captcha.php:1112
99
+ msgid "here"
100
+ msgstr "aici"
101
+
102
+ #: google-captcha.php:588 google-captcha.php:1113
103
+ msgid "and enter them on the"
104
+ msgstr "si a le include in"
105
+
106
+ #: google-captcha.php:590 google-captcha.php:1115
107
+ msgid "plugin setting page"
108
+ msgstr "pagina setariloe ale plugin-ului"
109
+
110
+ #: google-captcha.php:854 includes/forms.php:349
111
+ msgid "Error"
112
+ msgstr "Eroare"
113
+
114
+ #: google-captcha.php:976
115
+ msgid "User response is missing."
116
+ msgstr "Raspunsul utilizatorului lipseste."
117
+
118
+ #: google-captcha.php:978
119
+ msgid "Secret Key is missing."
120
+ msgstr "Cheia secreta lipseste."
121
+
122
+ #: google-captcha.php:981
123
+ msgid "Secret Key is invalid."
124
+ msgstr "Cheie secreta nevalida."
125
+
126
+ #: google-captcha.php:982
127
+ msgid "Check your domain configurations"
128
+ msgstr "Verificati setarile domeniului Dvs."
129
+
130
+ #: google-captcha.php:983
131
+ msgid "and enter it again"
132
+ msgstr "si includeti-l ica o data"
133
+
134
+ #: google-captcha.php:985
135
+ msgid "User response is invalid"
136
+ msgstr "Raspuns nevalid a utilizatorului"
137
+
138
+ #: google-captcha.php:986
139
+ msgid "You have entered an incorrect reCAPTCHA value."
140
+ msgstr "Eroare: ati inclus valoare gresita reCAPTCHA."
141
+
142
+ #: google-captcha.php:987
143
+ msgid ""
144
+ "More than one reCAPTCHA has been found in the current form. Please remove "
145
+ "all unnecessary reCAPTCHA fields to make it work properly."
146
+ msgstr ""
147
+ "Mai multe reCAPTCHA au fost gasite in formularul curent. Eliminați toate "
148
+ "campurile reCAPTCHA de prisos pentru funcționare corecta."
149
+
150
+ #: google-captcha.php:989
151
+ msgid "reCAPTCHA v3 test failed"
152
+ msgstr "Test reCAPTCHA v3 esuat"
153
+
154
+ #: google-captcha.php:1027
155
+ msgid "Please submit \"Test verification\""
156
+ msgstr "Va rugam a selecta ”Testeaza verificarea”."
157
+
158
+ #: google-captcha.php:1029
159
+ msgid "Please complete the captcha and submit \"Test verification\""
160
+ msgstr "Va rugam a completa captcha si selectati ”Testati verificarea”."
161
+
162
+ #: google-captcha.php:1035
163
+ msgid "Test verification"
164
+ msgstr "Testarea verificarii"
165
+
166
+ #: google-captcha.php:1056
167
+ msgid "The verification is successfully completed."
168
+ msgstr "Verificarea a fost finalizata cu succes."
169
+
170
+ #: google-captcha.php:1091
171
+ msgid "FAQ"
172
+ msgstr "FAQ"
173
+
174
+ #: google-captcha.php:1092
175
+ msgid "Support"
176
+ msgstr "Suport"
177
+
178
+ #: includes/class-gglcptch-settings-tabs.php:23
179
+ msgid "Misc"
180
+ msgstr "Diverse"
181
+
182
+ #: includes/class-gglcptch-settings-tabs.php:24
183
+ msgid "Custom Code"
184
+ msgstr "Cod personalizat"
185
+
186
+ #: includes/class-gglcptch-settings-tabs.php:25
187
+ msgid "License Key"
188
+ msgstr "Cheie de licenta"
189
+
190
+ #: includes/class-gglcptch-settings-tabs.php:47
191
+ msgid "Site Key"
192
+ msgstr "Cheia paginii web"
193
+
194
+ #: includes/class-gglcptch-settings-tabs.php:52
195
+ msgid "Secret Key"
196
+ msgstr "Cheie secreta"
197
+
198
+ #: includes/class-gglcptch-settings-tabs.php:59
199
+ #: includes/class-gglcptch-settings-tabs.php:60
200
+ msgid "Version"
201
+ msgstr "Versiunea"
202
+
203
+ #: includes/class-gglcptch-settings-tabs.php:61
204
+ msgid "Invisible"
205
+ msgstr "Invisibil"
206
+
207
+ #: includes/class-gglcptch-settings-tabs.php:92
208
+ msgid "Enter site key"
209
+ msgstr "Introduceti cheia site-ului"
210
+
211
+ #: includes/class-gglcptch-settings-tabs.php:93
212
+ #: includes/class-gglcptch-settings-tabs.php:100
213
+ msgid "WARNING: The captcha will not be displayed until you fill key fields."
214
+ msgstr ""
215
+ "ATENTIE: Google Captcha nu va fi afisat pana cand nu completati campurile "
216
+ "cheie."
217
+
218
+ #: includes/class-gglcptch-settings-tabs.php:99
219
+ msgid "Enter secret key"
220
+ msgstr "Introduceti cheia secreta"
221
+
222
+ #: includes/class-gglcptch-settings-tabs.php:135
223
+ msgid "Settings saved."
224
+ msgstr "Setarile sunt salvate."
225
+
226
+ #: includes/class-gglcptch-settings-tabs.php:150
227
+ msgid "Authentication"
228
+ msgstr "Identificarea"
229
+
230
+ #: includes/class-gglcptch-settings-tabs.php:151
231
+ msgid ""
232
+ "Register your website with Google to get required API keys and enter them "
233
+ "below."
234
+ msgstr ""
235
+ "Inregistrați-va site-ul cu Google pentru a obtine cheile API necesare si "
236
+ "introduceti-le mai jos."
237
+
238
+ #: includes/class-gglcptch-settings-tabs.php:151
239
+ msgid "Get the API Keys"
240
+ msgstr "A obtine cheile API"
241
+
242
+ #: includes/class-gglcptch-settings-tabs.php:168
243
+ msgid "Test reCAPTCHA"
244
+ msgstr "Testare reCAPTCHA"
245
+
246
+ #: includes/class-gglcptch-settings-tabs.php:174
247
+ msgid "General"
248
+ msgstr "General"
249
+
250
+ #: includes/class-gglcptch-settings-tabs.php:177
251
+ msgid "reCAPTCHA Version"
252
+ msgstr "Versiunea reCAPTCHA"
253
+
254
+ #: includes/class-gglcptch-settings-tabs.php:190
255
+ msgid "Enable reCAPTCHA for"
256
+ msgstr "Activati reCAPTCHA pentru"
257
+
258
+ #: includes/class-gglcptch-settings-tabs.php:236
259
+ #: includes/class-gglcptch-settings-tabs.php:298 includes/pro_banners.php:20
260
+ msgid "Close"
261
+ msgstr "Inchide"
262
+
263
+ #: includes/class-gglcptch-settings-tabs.php:245
264
+ msgid "Hide reCAPTCHA for"
265
+ msgstr "Ascunde reCAPTCHA pentru"
266
+
267
+ #: includes/class-gglcptch-settings-tabs.php:264
268
+ msgid "Hide reCAPTCHA Badge"
269
+ msgstr "Ascunde insigna reCAPTCHA"
270
+
271
+ #: includes/class-gglcptch-settings-tabs.php:269
272
+ msgid "Enable to hide reCAPTCHA Badge for Version 3 and Invisble reCAPTCHA."
273
+ msgstr ""
274
+ "Activati ascunderea insignei reCAPTCHA pentru versiunea 3 si reCAPTCHA "
275
+ "invizibila."
276
+
277
+ #: includes/class-gglcptch-settings-tabs.php:275
278
+ msgid "Theme"
279
+ msgstr "Tema"
280
+
281
+ #: includes/class-gglcptch-settings-tabs.php:279
282
+ msgid "Light"
283
+ msgstr "Luminoasa"
284
+
285
+ #: includes/class-gglcptch-settings-tabs.php:280
286
+ msgid "Dark"
287
+ msgstr "Intunecata"
288
+
289
+ #: includes/class-gglcptch-settings-tabs.php:286
290
+ msgid "Score"
291
+ msgstr "Scorul"
292
+
293
+ #: includes/class-gglcptch-settings-tabs.php:291
294
+ msgid "Set the minimum verification score from 0 to 1"
295
+ msgstr "Setati scorul minim de verificare de la 0 la 1"
296
+
297
+ #: includes/class-gglcptch-settings-tabs.php:307
298
+ msgid "Whitelist Notification"
299
+ msgstr "Notificare despre aflare in lista alba"
300
+
301
+ #: includes/class-gglcptch-settings-tabs.php:310
302
+ msgid "This message will be displayed instead of the reCAPTCHA."
303
+ msgstr "Acest mesaj va fi afișat in locul reCAPTCHA."
304
+
305
+ #: includes/class-gglcptch-settings-tabs.php:314
306
+ msgid "Advanced Protection"
307
+ msgstr "Protectie avansata"
308
+
309
+ #: includes/class-gglcptch-settings-tabs.php:318
310
+ msgid ""
311
+ "Enable to keep submit button disabled until reCAPTCHA is loaded (do not use "
312
+ "this option if you see \"Failed to load Google reCAPTCHA\" message)."
313
+ msgstr ""
314
+ "Activati pentru a mentine butonul de trimitere dezactivat pana ce reCAPTCHA "
315
+ "se incarca (nu folositi aceasta obtiune daca vedeti ”Eroare incarcare Google "
316
+ "reCAPTCHA”)."
317
+
318
+ #: includes/class-gglcptch-settings-tabs.php:324
319
+ msgid "Disabled Submit Button"
320
+ msgstr "Buton Trimiteti dezactivat"
321
+
322
+ #: includes/class-gglcptch-settings-tabs.php:329
323
+ msgid ""
324
+ "Enable to keep submit button disabled until user passes the reCAPTCHA test "
325
+ "(for Version 2)."
326
+ msgstr ""
327
+ "Activati pentru mentinerea butonului de trimitere dezactivt pana cand "
328
+ "utilizatorul trece testul reCAPTCHA (pentru versiunea 2)."
329
+
330
+ #: includes/class-gglcptch-settings-tabs.php:343
331
+ msgid ""
332
+ "reCAPTCHA version was changed. Please submit \"Test reCAPTCHA\" and "
333
+ "regenerate Site and Secret keys if necessary."
334
+ msgstr ""
335
+ "Versiunea reCAPTCHA a fost modificata. Va rugam sa selectati “Testare "
336
+ "reCAPTCHA” si sa regenerati cheile site-ului si secreta daca este necesar."
337
+
338
+ #: includes/class-gglcptch-settings-tabs.php:356
339
+ #, fuzzy
340
+ #| msgid "Google Captcha Shortcode"
341
+ msgid "reCaptcha Shortcode"
342
+ msgstr "Google Captcha Shortcode (code scurt)"
343
+
344
+ #: includes/class-gglcptch-settings-tabs.php:359
345
+ #, fuzzy
346
+ #| msgid ""
347
+ #| "Add Google Captcha to your posts or pages using the following shortcode:"
348
+ msgid "Add reCaptcha to your posts or pages using the following shortcode:"
349
+ msgstr ""
350
+ "Adaugati Google Captcha la postarile sau paginile Dvs. folosind urmatorul "
351
+ "cod scurt:"
352
+
353
+ #: includes/forms.php:11
354
+ msgid "Login form"
355
+ msgstr "Formular de logare"
356
+
357
+ #: includes/forms.php:12
358
+ msgid "Registration form"
359
+ msgstr "Formular de registrare"
360
+
361
+ #: includes/forms.php:13
362
+ msgid "Reset password form"
363
+ msgstr "Formular resetare parola"
364
+
365
+ #: includes/forms.php:14
366
+ msgid "Comments form"
367
+ msgstr "Formular comentarii"
368
+
369
+ #: includes/forms.php:16
370
+ msgid "Testimonials"
371
+ msgstr "Testimonials"
372
+
373
+ #: includes/forms.php:38
374
+ msgid "WordPress default"
375
+ msgstr "WordPress implicit"
376
+
377
+ #: includes/forms.php:47 includes/pro_banners.php:75
378
+ msgid "External Plugins"
379
+ msgstr "Plugin-uri externe"
380
+
381
+ #: includes/forms.php:57
382
+ msgid "Custom Forms"
383
+ msgstr "Formulare personalizate"
384
+
385
+ #: includes/forms.php:78
386
+ #, fuzzy
387
+ #| msgid "Google Captcha Plugin"
388
+ msgid "reCaptcha Plugin"
389
+ msgstr "Plugin Google Captcha"
390
+
391
+ #: includes/forms.php:116 includes/forms.php:140
392
+ msgid "Activate"
393
+ msgstr "Activare"
394
+
395
+ #: includes/forms.php:118 includes/forms.php:143 includes/forms.php:147
396
+ msgid "Install Now"
397
+ msgstr "Instalati acum"
398
+
399
+ #: includes/forms.php:262
400
+ msgid "Authentication failed."
401
+ msgstr "Eroare autentificare."
402
+
403
+ #: includes/forms.php:351
404
+ msgid "Click the BACK button on your browser and try again."
405
+ msgstr "Selectati INAPOI in browserul Dvs. si incercati din nou."
406
+
407
+ #: includes/pro_banners.php:17
408
+ msgid "This options is available in Pro version of plugin"
409
+ msgstr "Aceata optiune este accesibila in varianta PRO a plugin-ului"
410
+
411
+ #: includes/pro_banners.php:40 includes/whitelist.php:86
412
+ msgid "Allowed formats"
413
+ msgstr "Formate permise"
414
+
415
+ #: includes/pro_banners.php:41
416
+ msgid "Allowed separators for IPs: a comma"
417
+ msgstr "Separatoare permise pentru IP-uri: virgula"
418
+
419
+ #: includes/pro_banners.php:41 includes/pro_banners.php:44
420
+ msgid "semicolon"
421
+ msgstr "punct si virgula"
422
+
423
+ #: includes/pro_banners.php:41
424
+ msgid "ordinary space, tab, new line or carriage return."
425
+ msgstr "spatiu obisnuit, tab, inie noua sau returul carului."
426
+
427
+ #: includes/pro_banners.php:42
428
+ msgid "Reason"
429
+ msgstr "Pricina"
430
+
431
+ #: includes/pro_banners.php:44
432
+ msgid "Allowed separators for reasons: a comma"
433
+ msgstr "Separatoare permise pentru motive: virgula"
434
+
435
+ #: includes/pro_banners.php:44
436
+ msgid "tab, new line or carriage return."
437
+ msgstr "tab, inie noua sau returul carului."
438
+
439
+ #: includes/pro_banners.php:53
440
+ msgid "Jetpack Contact Form"
441
+ msgstr "Formularul de contact Jetpack"
442
+
443
+ #: includes/pro_banners.php:56
444
+ msgid "bbPress New Topic form"
445
+ msgstr "bbPress formular topic nou"
446
+
447
+ #: includes/pro_banners.php:57
448
+ msgid "bbPress Reply form"
449
+ msgstr "Formular raspuns bbPress"
450
+
451
+ #: includes/pro_banners.php:58
452
+ msgid "BuddyPress Registration form"
453
+ msgstr "Formular inregistrare BuddyPress"
454
+
455
+ #: includes/pro_banners.php:59
456
+ msgid "BuddyPress Comments form"
457
+ msgstr "Formular comentarii BuddyPress"
458
+
459
+ #: includes/pro_banners.php:60
460
+ msgid "BuddyPress Add New Group form"
461
+ msgstr "Formular adaugare grupa noua BuddyPress"
462
+
463
+ #: includes/pro_banners.php:61
464
+ msgid "WooCommerce Login form"
465
+ msgstr "Formular logare WooCommerce"
466
+
467
+ #: includes/pro_banners.php:62
468
+ msgid "WooCommerce Registration form"
469
+ msgstr "Formular registrare WooCommerce"
470
+
471
+ #: includes/pro_banners.php:63
472
+ msgid "WooCommerce Reset password form"
473
+ msgstr "Formular resetare parola WooCommerce"
474
+
475
+ #: includes/pro_banners.php:64
476
+ msgid "WooCommerce Checkout form"
477
+ msgstr "Formular Checkout WooCommerce"
478
+
479
+ #: includes/pro_banners.php:65
480
+ msgid "wpForo Login form"
481
+ msgstr "Formular logare wpForo"
482
+
483
+ #: includes/pro_banners.php:66
484
+ msgid "wpForo Registration form"
485
+ msgstr "Formular registrare wpForo"
486
+
487
+ #: includes/pro_banners.php:67
488
+ msgid "wpForo New Topic form"
489
+ msgstr "Formular topic nou wpForo"
490
+
491
+ #: includes/pro_banners.php:68
492
+ msgid "wpForo Reply form"
493
+ msgstr "Formular raspuns wpForo"
494
+
495
+ #: includes/pro_banners.php:69
496
+ msgid "Ninja Forms"
497
+ msgstr "Ninja Forms"
498
+
499
+ #: includes/pro_banners.php:70
500
+ msgid "Divi Contact Form"
501
+ msgstr "Divi formular de contact"
502
+
503
+ #: includes/pro_banners.php:71
504
+ #, fuzzy
505
+ #| msgid "Divi Login Forms"
506
+ msgid "Divi Login Form"
507
+ msgstr "Divi formular de logare"
508
+
509
+ #: includes/pro_banners.php:167
510
+ msgid "Size"
511
+ msgstr "Dimensiune"
512
+
513
+ #: includes/pro_banners.php:171
514
+ msgid "Normal"
515
+ msgstr "Normal"
516
+
517
+ #: includes/pro_banners.php:172
518
+ msgid "Compact"
519
+ msgstr "Compact"
520
+
521
+ #: includes/pro_banners.php:177
522
+ msgid "Language"
523
+ msgstr "Limba"
524
+
525
+ #: includes/pro_banners.php:185
526
+ msgid "Multilanguage"
527
+ msgstr "Multilanguage"
528
+
529
+ #: includes/pro_banners.php:188
530
+ msgid ""
531
+ "Enable to switch language automatically on multilingual website using "
532
+ "Multilanguage plugin."
533
+ msgstr ""
534
+ "Activati pentru a schimba automat limbajul pe site-ul multilingual folosind "
535
+ "pluginul Multilanguage."
536
+
537
+ #: includes/whitelist.php:49
538
+ msgid "Add New"
539
+ msgstr "Adaugati"
540
+
541
+ #: includes/whitelist.php:74
542
+ msgid "IP to whitelist"
543
+ msgstr "IP catre lista alba"
544
+
545
+ #: includes/whitelist.php:81
546
+ msgid "My IP"
547
+ msgstr "IP-ul meu"
548
+
549
+ #: includes/whitelist.php:88
550
+ msgid "Allowed diapason"
551
+ msgstr "Diapazonul permis"
552
+
553
+ #: includes/whitelist.php:100
554
+ msgid "Add IP to whitelist"
555
+ msgstr "Adauga IP in lista alba"
556
+
557
+ #: includes/whitelist.php:105
558
+ msgid "Search IP"
559
+ msgstr "Cauta IP"
560
+
561
+ #: includes/whitelist.php:159
562
+ msgid "Nothing found"
563
+ msgstr "Nimic gasit"
564
+
565
+ #: includes/whitelist.php:159
566
+ msgid "No IP in the whitelist"
567
+ msgstr "Lista IP nu contine intrari"
568
+
569
+ #: includes/whitelist.php:166
570
+ msgid "IP Address"
571
+ msgstr "Adresa IP"
572
+
573
+ #: includes/whitelist.php:167
574
+ msgid "Date Added"
575
+ msgstr "Data adaugarii"
576
+
577
+ #: includes/whitelist.php:221 includes/whitelist.php:231
578
+ msgid "Delete"
579
+ msgstr "Sterge"
580
+
581
+ #: includes/whitelist.php:319
582
+ msgid "IP added to the whitelist successfully."
583
+ msgstr "IP adaugat cu succes in lista alba."
584
+
585
+ #: includes/whitelist.php:321 includes/whitelist.php:347
586
+ #: includes/whitelist.php:361
587
+ msgid "Some errors occurred."
588
+ msgstr "Au aparut unele erori."
589
+
590
+ #: includes/whitelist.php:324
591
+ msgid "IP is already in the whitelist."
592
+ msgstr "Adresa IP este deja in lista alba."
593
+
594
+ #: includes/whitelist.php:327
595
+ msgid "Invalid IP. See allowed formats."
596
+ msgstr "IP incorect. Vezi formatele permise."
597
+
598
+ #: includes/whitelist.php:357
599
+ msgid "One IP was deleted successfully."
600
+ msgstr "O adresa IP a fost stearsa cu succes."
601
+
602
+ #: includes/whitelist.php:364
603
+ msgid "You have not entered any IP."
604
+ msgstr "Nu ati introdus nicio adresa IP."
605
+
606
+ #: includes/whitelist.php:367
607
+ msgid "You have not entered any IP in to the search form."
608
+ msgstr "Nu ati introdus nicio adresa IP in formularul de cautare."
609
+
610
+ #: includes/whitelist.php:369
611
+ msgid "Search results for"
612
+ msgstr "Resultatele cautarii pentru"
613
+
614
+ #~ msgid "Divi Theme Contact Form"
615
+ #~ msgstr "Divi tema formular de contact"
616
+
617
+ #~ msgid ""
618
+ #~ "Only one reCAPTCHA can be displayed on the page, it's related to "
619
+ #~ "reCAPTCHA version 1 features."
620
+ #~ msgstr ""
621
+ #~ "В связи с особенностями работы reCAPTCHA версии 1 на странице может "
622
+ #~ "отображаться только одна reCAPTCHA."
623
+
624
+ #~ msgid ""
625
+ #~ "Note: Google reCAPTCHA v1 API Shutdown in March 2018. It is not supported "
626
+ #~ "anymore and will be removed in the next plugin update. <a href='https://"
627
+ #~ "developers.google.com/recaptcha/docs/faq' target='_blank'>Learn More</a>"
628
+ #~ msgstr ""
629
+ #~ "Внимание: Google reCAPTCHA v1 API больше не поддерживается с марта 2018 "
630
+ #~ "года. Устаревшая версия будет удалена в следующем обновлении плагина. <a "
631
+ #~ "href='https://developers.google.com/recaptcha/docs/faq' "
632
+ #~ "target='_blank'>Подробнее</a>"
633
+
634
+ #~ msgid ""
635
+ #~ "Google reCAPTCHA v1 API Shutting Down in March 2018. <a href='https://www."
636
+ #~ "programmableweb.com/news/google-recaptcha-v1-api-shutting-down-march-2018/"
637
+ #~ "brief/2017/10/24' target='_blank'>Learn more</a>"
638
+ #~ msgstr ""
639
+ #~ "Google reCAPTCHA v1 API закрыт в марте 2018 года. <a href='https://www."
640
+ #~ "programmableweb.com/news/google-recaptcha-v1-api-shutting-down-march-2018/"
641
+ #~ "brief/2017/10/24' target='_blank'>Узнать больше</a>"
642
+
643
+ #~ msgid "Test ReCaptcha"
644
+ #~ msgstr "Тестирование ReCaptcha"
645
+
646
+ #~ msgid "Enable ReCaptcha for"
647
+ #~ msgstr "Включить ReCaptcha для"
648
+
649
+ #~ msgid "Hide ReCaptcha for"
650
+ #~ msgstr "Спрятать ReCaptcha для"
651
+
652
+ #~ msgid "ReCaptcha Version"
653
+ #~ msgstr "Версия ReCaptcha"
654
+
655
+ #~ msgid ""
656
+ #~ "Only one ReCaptcha can be displayed on the page, it's related to "
657
+ #~ "ReCaptcha version 1 features."
658
+ #~ msgstr ""
659
+ #~ "В связи с особенностями работы ReCaptcha версии 1, на странице может "
660
+ #~ "отображаться только один блок ReCaptcha."
661
+
662
+ #~ msgid "This option is available only for network or for main blog."
663
+ #~ msgstr "Эта опция доступна только для сетевых настроек или главного блога."
664
+
665
+ #~ msgid "Enable for adding captcha to forms on their settings pages."
666
+ #~ msgstr "Включите для добавления капчи к формам на страницах их настроек."
667
+
668
+ #~ msgid "Hide ReCaptcha in Comments Form for"
669
+ #~ msgstr "Скрыть ReCaptcha в форме комментариев для"
670
+
671
+ #~ msgid "Create a Group form"
672
+ #~ msgstr "Форма создания группы"
673
+
674
+ #~ msgid "Lost password form"
675
+ #~ msgstr "Форма восстановления пароля"
676
+
677
+ #~ msgid "Checkout form"
678
+ #~ msgstr "Форма оформления заказа"
679
+
680
+ #~ msgid ""
681
+ #~ "WARNING: The captcha will not be displayed until you don't fill key "
682
+ #~ "fields."
683
+ #~ msgstr ""
684
+ #~ "ПРЕДУПРЕЖДЕНИЕ: Google Captcha не будет отображаться пока вы не заполните "
685
+ #~ "поля с ключами."
686
+
687
+ #~ msgid "Check off for adding captcha to forms on their settings pages"
688
+ #~ msgstr "Выключите для добавления капчи к формам на страницах их настроек"
689
+
690
+ #~ msgid ""
691
+ #~ "WARNING: The captcha will not display while you don't fill key fields."
692
+ #~ msgstr ""
693
+ #~ "ПРЕДУПРЕЖДЕНИЕ: Google Captcha не будет отображаться пока вы не заполните "
694
+ #~ "ключевые поля."
695
+
696
+ #~ msgid "Click the BACK button on your browser, and try again."
697
+ #~ msgstr "Воспользуйтесь кнопкой НАЗАД в вашем браузере и попытайтесь снова."
698
+
699
+ #~ msgid "Check your domain configuration"
700
+ #~ msgstr "Проверьте настройки вашего домена"
701
+
702
+ #~ msgid "Please, complete the captcha and submit \"Test verification\""
703
+ #~ msgstr ""
704
+ #~ "Пожалуйста, заполните капчу и нажмите кнопку \"Тестирование проверки\""
705
+
706
+ #~ msgid "Settings saved"
707
+ #~ msgstr "Настройки сохранены"
708
+
709
+ #~ msgid "All plugin settings were restored"
710
+ #~ msgstr "Настройки плагина были восстановлены"
711
+
712
+ #~ msgid "Custom code"
713
+ #~ msgstr "Пользовательский код"
714
+
715
+ #~ msgid "Go PRO"
716
+ #~ msgstr "Перейти на PRO версию"
717
+
718
+ #~ msgid ""
719
+ #~ "If you would like to add a Google Captcha (reCAPTCHA) to your page or "
720
+ #~ "post, please use %s button"
721
+ #~ msgstr ""
722
+ #~ "Если вы хотите добавить Google Captcha (reCAPTCHA) на вашу страницу или "
723
+ #~ "пост, то используйте кнопку %s"
724
+
725
+ #~ msgid ""
726
+ #~ "You can add the Google Captcha (reCAPTCHA) to your page or post by "
727
+ #~ "clicking on %s button in the content edit block using the Visual mode. If "
728
+ #~ "the button isn't displayed or you would like to add the Google Captcha "
729
+ #~ "(reCAPTCHA) to your own form , please use the shortcode %s"
730
+ #~ msgstr ""
731
+ #~ "Вы можете добавить Google Captcha (reCAPTCHA) на вашу страницу или пост, "
732
+ #~ "нажав на кнопку %s в блоке редактирования контента в режиме Visual. Если "
733
+ #~ "кнопка не отображается или вы хотите добавить Google Captcha (reCAPTCHA) "
734
+ #~ "в вашу собственную форму, пожалуйста, используйте шорткод %s"
735
+
736
+ #~ msgid ""
737
+ #~ "In order to use reCAPTCHA, please enter site and secret keys. You can "
738
+ #~ "manage your API keys %shere%s"
739
+ #~ msgstr ""
740
+ #~ "Для использования reCAPTCHA, пожалуйста введите ключ сайта и секретный "
741
+ #~ "ключ. Вы можете управлять своими API ключами %sздесь%s"
742
+
743
+ #~ msgid "Test Keys"
744
+ #~ msgstr "Тестирование ключей"
745
+
746
+ #~ msgid "Options"
747
+ #~ msgstr "Опции"
748
+
749
+ #~ msgid "This option is available only for network or for main blog"
750
+ #~ msgstr "Эта опция доступна только для сети или для основного блога"
751
+
752
+ #~ msgid "Plugins"
753
+ #~ msgstr "Плагинов"
754
+
755
+ #~ msgid "You should %s to use this functionality"
756
+ #~ msgstr "Чтобы использовать этот функционал %s"
757
+
758
+ #~ msgid "activate"
759
+ #~ msgstr "активируйте"
760
+
761
+ #~ msgid "for network"
762
+ #~ msgstr "для сети"
763
+
764
+ #~ msgid "download"
765
+ #~ msgstr "загрузить"
766
+
767
+ #~ msgid ""
768
+ #~ "If you would like to add Google Captcha (reCAPTCHA) to a custom form see "
769
+ #~ "%s"
770
+ #~ msgstr ""
771
+ #~ "Если вы хотите добавить Google Captcha (reCAPTCHA) в кастомную форму, "
772
+ #~ "смотрите %s"
773
+
774
+ #~ msgid "Hide reCAPTCHA in Comments Form for"
775
+ #~ msgstr "Скрыть reCAPTCHA в Форма комментариев для"
776
+
777
+ #~ msgid ""
778
+ #~ "This message will be displayed instead of the reCAPTCHA if the user IP is "
779
+ #~ "added to the whitelist"
780
+ #~ msgstr ""
781
+ #~ "Указанное сообщение будет отображаться вместо reCAPTCHA для IP адресов из "
782
+ #~ "белого списка"
783
+
784
+ #~ msgid ""
785
+ #~ "reCAPTCHA block won't be visible for non-suspicious users while "
786
+ #~ "suspicious ones will have to pass the captcha"
787
+ #~ msgstr ""
788
+ #~ "Блок reCAPTCHA не будет выводиться для пользователей, которые не вызывают "
789
+ #~ "подозрение, в то время как подозрительным пользователям придётся пройти "
790
+ #~ "через капчу"
791
+
792
+ #~ msgid "reCAPTCHA Theme"
793
+ #~ msgstr "Тема reCAPTCHA"
794
+
795
+ #~ msgid "for version"
796
+ #~ msgstr "для версии"
797
+
798
+ #~ msgid "Save Changes"
799
+ #~ msgstr "Сохранить изменения"
800
+
801
+ #~ msgid "Secret Key is invalid"
802
+ #~ msgstr "Некорректный секретный ключ"
803
+
804
+ #~ msgid "The verification is successfully completed"
805
+ #~ msgstr "Проверка завершена успешно"
806
+
807
+ #~ msgid "For IP addresses from the whitelist reCAPTCHA will not be displayed"
808
+ #~ msgstr "Для IP адресов из белого списка reCAPTCHA отображаться не будет"
809
+
810
+ #~ msgid "Add IP to the whitelist"
811
+ #~ msgstr "Добавить IP в белый список"
812
+
813
+ #~ msgid "Save changes"
814
+ #~ msgstr "Сохранить изменения"
815
+
816
+ #~ msgid "Save IP to the whitelist"
817
+ #~ msgstr "Сохранить IP в белый список"
818
+
819
+ #~ msgid "IP address"
820
+ #~ msgstr "IP адрес"
821
+
822
+ #~ msgid "Date added"
823
+ #~ msgstr "Дата добавления"
824
+
825
+ #~ msgid "Remove from the whitelist"
826
+ #~ msgstr "Удалить из белого списка"
827
+
828
+ #~ msgid "IP added to the whitelist successfully"
829
+ #~ msgstr "IP был добавлен в белый список"
830
+
831
+ #~ msgid "Some errors occurred"
832
+ #~ msgstr "Возникли некоторые ошибки"
833
+
834
+ #~ msgid "IP is already in the whitelist"
835
+ #~ msgstr "IP адрес уже в белом списке"
836
+
837
+ #~ msgid "One IP was deleted successfully"
838
+ #~ msgstr "Один IP был успешно удалён"
839
+
840
+ #~ msgid "You have not entered any IP"
841
+ #~ msgstr "Вы не ввели IP"
842
+
843
+ #~ msgid "You have not entered any IP in to the search form"
844
+ #~ msgstr "Вы не ввели никакого значения в форму поиска"
845
+
846
+ #~ msgid "ordinary space, tab, new line or carriage return"
847
+ #~ msgstr "обычный пробел, табуляция или новая строка"
848
+
849
+ #~ msgid "tab, new line or carriage return"
850
+ #~ msgstr "табуляция или новая строка"
851
+
852
+ #~ msgid "reCAPTCHA Language"
853
+ #~ msgstr "Язык reCAPTCHA"
854
+
855
+ #~ msgid "Use the current site language"
856
+ #~ msgstr "Использовать текущий язык сайта"
857
+
858
+ #~ msgid "Using"
859
+ #~ msgstr "Используя"
860
+
861
+ #~ msgid "reCAPTCHA Size"
862
+ #~ msgstr "Размер reCAPTCHA"
863
+
864
+ #~ msgid "Unlock premium options by upgrading to Pro version"
865
+ #~ msgstr "Активируйте премиум опции обновившись до Pro версии"
866
+
867
+ #~ msgid "Learn More"
868
+ #~ msgstr "Подробнее"
869
+
870
+ #~ msgid "Error: You have entered an incorrect reCAPTCHA value"
871
+ #~ msgstr "Ошибка: Вы ввели неверное значение reCAPTCHA"
872
+
873
+ #~ msgid "You have entered an incorrect reCAPTCHA value"
874
+ #~ msgstr "Вы ввели неверное значение reCAPTCHA."
875
+
876
+ #~ msgid "ERROR"
877
+ #~ msgstr "ОШИБКА"
878
+
879
+ #~ msgid "Before you are able to do something, you must to register %shere%s"
880
+ #~ msgstr ""
881
+ #~ "Прежде чем вы сможете сделать что-нибудь, вы должны зарегистрироваться "
882
+ #~ "%sздесь%s"
883
+
884
+ #~ msgid "Enter site key and secret key, that you get after registration"
885
+ #~ msgstr ""
886
+ #~ "Введите ключ и секретный ключ, которые вы получили после регистрации"
887
+
888
+ #~ msgid ""
889
+ #~ "Google Captcha version 2 will not work correctly, since the option "
890
+ #~ "\"allow_url_fopen\" is disabled. Please contact your hosting support "
891
+ #~ "service."
892
+ #~ msgstr ""
893
+ #~ "Google Captcha версии 2 не будет работать корректно, потому что отключена "
894
+ #~ "опция \"allow_url_fopen\". Пожалуйста, обратитесь в службу поддержки "
895
+ #~ "вашего хостинга."
896
+
897
+ #~ msgid ""
898
+ #~ "Google Captcha version 2 will not work correctly, since the option "
899
+ #~ "\"allow_url_fopen\" is disabled in the PHP settings of your hosting."
900
+ #~ msgstr ""
901
+ #~ "Google Captcha версии 2 не будет работать корректно, потому что отключена "
902
+ #~ "опция \"allow_url_fopen\" в настройках PHP вашего хостинга."
903
+
904
+ #~ msgid "Read more."
905
+ #~ msgstr "Подробнее."
906
+
907
+ #~ msgid "powered by"
908
+ #~ msgstr "разработано компанией"
909
+
910
+ #~ msgid "Download"
911
+ #~ msgstr "Скачать"
912
+
913
+ #~ msgid "You should"
914
+ #~ msgstr "Вам нужно"
915
+
916
+ #~ msgid "Notice:"
917
+ #~ msgstr "Обратите внимание:"
918
+
919
+ #~ msgid ""
920
+ #~ "The plugin's settings have been changed. In order to save them please "
921
+ #~ "don't forget to click the 'Save Changes' button."
922
+ #~ msgstr ""
923
+ #~ "Настройки плагина были изменены. Для того, чтобы сохранить их, "
924
+ #~ "пожалуйста, не забудьте нажать кнопку 'Сохранить изменения'."
925
+
926
+ #~ msgid "Activate contact form"
927
+ #~ msgstr "Активировать Contact form"
928
+
929
+ #~ msgid "Download contact form"
930
+ #~ msgstr "Скачать Contact form"
931
+
932
+ #~ msgid "Google Captcha"
933
+ #~ msgstr "Google Captcha"
934
+
935
+ #~ msgid "Enable Google Captcha for:"
936
+ #~ msgstr "Отображать Google Captcha для:"
937
+
938
+ #~ msgid "Hide captcha for:"
939
+ #~ msgstr "Не показывать Google Captcha для:"
940
+
941
+ #~ msgid "Theme:"
942
+ #~ msgstr "Тема:"
943
+
944
+ #~ msgid ""
945
+ #~ "An unexpected error has occurred. If this message appears again, please "
946
+ #~ "contact the Administrator."
947
+ #~ msgstr ""
948
+ #~ "Произошла непредвиденная ошибка, если вы постоянно видите это сообщение "
949
+ #~ "свяжитесь с Администратором."
950
+
951
+ #~ msgid "requires"
952
+ #~ msgstr "требует"
953
+
954
+ #~ msgid ""
955
+ #~ "or higher, that is why it has been deactivated! Please upgrade WordPress "
956
+ #~ "and try again."
957
+ #~ msgstr ""
958
+ #~ "или выше, поэтому плагин был деактивирован! Обновите WordPress и "
959
+ #~ "повторите попытку."
960
+
961
+ #~ msgid "Back to the WordPress"
962
+ #~ msgstr "Вернуться назад на WordPress"
963
+
964
+ #~ msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
965
+ #~ msgstr ""
966
+ #~ "Если вам понравился плагин, пожалуйста, поставте нам 5 звезд на WordPress"
967
+
968
+ #~ msgid "Rate the plugin"
969
+ #~ msgstr "Оценить плагин"
970
+
971
+ #~ msgid "If there is something wrong about it, please contact us"
972
+ #~ msgstr "Если у вас есть какие-то вопросы, обращайтесь"
973
+
974
+ #~ msgid "Public Key"
975
+ #~ msgstr "Открытый ключ"
976
+
977
+ #~ msgid "Private Key"
978
+ #~ msgstr "Закрытый ключ"
979
+
980
+ #~ msgid "Enter public key"
981
+ #~ msgstr "Введите открытый ключ"
982
+
983
+ #, fuzzy
984
+ #~ msgid "Themes"
985
+ #~ msgstr "Тема:"
986
+
987
+ #~ msgid "WARNING: The captcha will not display while you not fill key fields."
988
+ #~ msgstr ""
989
+ #~ "ПРЕДУПРЕЖДЕНИЕ: Google Captcha не будет отображаться пока вы не заполните "
990
+ #~ "ключевые поля."
languages/google-captcha-ru_RU.mo CHANGED
Binary file
languages/google-captcha-ru_RU.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: reCaptcha\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2019-11-28 15:25+0200\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: the BestWebSoft Team <plugin@bestwebsoft.com>\n"
@@ -13,19 +13,19 @@ msgstr ""
13
  "X-Poedit-KeywordsList: __;_e\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"
20
  "X-Poedit-SearchPathExcluded-0: bws_menu\n"
21
 
22
- #: google-captcha.php:39 google-captcha.php:49 google-captcha.php:485
23
- #: includes/class-gglcptch-settings-tabs.php:151
24
  msgid "reCaptcha Settings"
25
  msgstr "Настройки reCaptcha"
26
 
27
- #: google-captcha.php:50 google-captcha.php:1076 google-captcha.php:1089
28
- #: includes/class-gglcptch-settings-tabs.php:25
29
  msgid "Settings"
30
  msgstr "Настройки"
31
 
@@ -41,11 +41,11 @@ msgstr "Белый список"
41
  msgid "Upgrade to Pro"
42
  msgstr "Обновить до Pro"
43
 
44
- #: google-captcha.php:264
45
  msgid "Please wait until Google reCAPTCHA is loaded."
46
  msgstr "Пожалуйста, дождитесь окончания загрузки Google reCAPTCHA."
47
 
48
- #: google-captcha.php:265
49
  msgid ""
50
  "Failed to load Google reCAPTCHA. Please check your internet connection and "
51
  "reload this page."
@@ -57,83 +57,83 @@ msgstr ""
57
  msgid "Warning"
58
  msgstr "Внимание"
59
 
60
- #: google-captcha.php:389
61
  msgid "You are in the whitelist"
62
  msgstr "Вы в белом списке"
63
 
64
- #: google-captcha.php:486
65
  msgid "Please enable JavaScript in your browser."
66
  msgstr "Пожалуйста, включите поддержку JavaScript в вашем браузере."
67
 
68
- #: google-captcha.php:568
69
  msgid "This site is protected by reCAPTCHA and the Google "
70
  msgstr "Этот сайт защищен reCAPTCHA и применяются "
71
 
72
- #: google-captcha.php:569
73
  msgid "Privacy Policy"
74
  msgstr "Политика конфиденциальности"
75
 
76
- #: google-captcha.php:570
77
  msgid " and "
78
  msgstr " и "
79
 
80
- #: google-captcha.php:571
81
  msgid "Terms of Service"
82
  msgstr "Условия обслуживания"
83
 
84
- #: google-captcha.php:572
85
  msgid " apply."
86
  msgstr " Google."
87
 
88
- #: google-captcha.php:579 google-captcha.php:1111
89
  msgid "To use reCaptcha you must get the keys from"
90
  msgstr "Чтобы использовать reCaptcha, вам необходимо получить ключи"
91
 
92
- #: google-captcha.php:580 google-captcha.php:1112
93
  msgid "here"
94
  msgstr "здесь"
95
 
96
- #: google-captcha.php:581 google-captcha.php:1113
97
  msgid "and enter them on the"
98
  msgstr "и вставить их на"
99
 
100
- #: google-captcha.php:583 google-captcha.php:1115
101
  msgid "plugin setting page"
102
  msgstr "странице настроек плагина"
103
 
104
- #: google-captcha.php:854 includes/forms.php:352
105
  msgid "Error"
106
  msgstr "Ошибка"
107
 
108
- #: google-captcha.php:976
109
  msgid "User response is missing."
110
  msgstr "Ответ пользователя отсутствует."
111
 
112
- #: google-captcha.php:978
113
  msgid "Secret Key is missing."
114
  msgstr "Секретный ключ отсутствует."
115
 
116
- #: google-captcha.php:981
117
  msgid "Secret Key is invalid."
118
  msgstr "Некорректный секретный ключ."
119
 
120
- #: google-captcha.php:982
121
  msgid "Check your domain configurations"
122
  msgstr "Проверьте настройки вашего домена"
123
 
124
- #: google-captcha.php:983
125
  msgid "and enter it again"
126
  msgstr "и введите его снова"
127
 
128
- #: google-captcha.php:985
129
  msgid "User response is invalid"
130
  msgstr "Некорректный ответ пользователя"
131
 
132
- #: google-captcha.php:986
133
  msgid "You have entered an incorrect reCAPTCHA value."
134
  msgstr "Ошибка: Вы ввели неверное значение reCAPTCHA."
135
 
136
- #: google-captcha.php:987
137
  msgid ""
138
  "More than one reCAPTCHA has been found in the current form. Please remove "
139
  "all unnecessary reCAPTCHA fields to make it work properly."
@@ -141,200 +141,214 @@ msgstr ""
141
  "В текущей форме найдено более одного блока reCAPTCHA. Пожалуйста, удалите "
142
  "все лишние блоки reCAPTCHA для дальнейшей корректной работы."
143
 
144
- #: google-captcha.php:989
145
- msgid "reCAPTCHA v3 test failed"
146
- msgstr "Тест reCAPTCHA v3 не пройден"
147
 
148
- #: google-captcha.php:1027
149
  msgid "Please submit \"Test verification\""
150
  msgstr "Пожалуйста, нажмите кнопку \"Тестирование проверки\"."
151
 
152
- #: google-captcha.php:1029
153
  msgid "Please complete the captcha and submit \"Test verification\""
154
  msgstr ""
155
  "Пожалуйста, заполните капчу и нажмите кнопку \"Тестирование проверки\"."
156
 
157
- #: google-captcha.php:1035
158
  msgid "Test verification"
159
  msgstr "Тестирование проверки"
160
 
161
- #: google-captcha.php:1056
162
  msgid "The verification is successfully completed."
163
  msgstr "Тестирование проверки успешно завершено."
164
 
165
- #: google-captcha.php:1091
166
  msgid "FAQ"
167
  msgstr "FAQ"
168
 
169
- #: google-captcha.php:1092
170
  msgid "Support"
171
  msgstr "Поддержка"
172
 
173
- #: includes/class-gglcptch-settings-tabs.php:26
174
  msgid "Misc"
175
  msgstr "Разное"
176
 
177
- #: includes/class-gglcptch-settings-tabs.php:27
178
  msgid "Custom Code"
179
  msgstr "Пользовательский код"
180
 
181
- #: includes/class-gglcptch-settings-tabs.php:28
182
  msgid "License Key"
183
  msgstr "Лицензионный ключ"
184
 
185
- #: includes/class-gglcptch-settings-tabs.php:51
186
  msgid "Site Key"
187
  msgstr "Ключ сайта"
188
 
189
- #: includes/class-gglcptch-settings-tabs.php:56
190
  msgid "Secret Key"
191
  msgstr "Секретный ключ"
192
 
193
- #: includes/class-gglcptch-settings-tabs.php:63
194
- #: includes/class-gglcptch-settings-tabs.php:64
195
  msgid "Version"
196
  msgstr "Версия"
197
 
198
- #: includes/class-gglcptch-settings-tabs.php:65
199
  msgid "Invisible"
200
  msgstr "Невидимая"
201
 
202
- #: includes/class-gglcptch-settings-tabs.php:96
203
  msgid "Enter site key"
204
  msgstr "Введите ключ сайта"
205
 
206
- #: includes/class-gglcptch-settings-tabs.php:97
207
- #: includes/class-gglcptch-settings-tabs.php:104
208
  msgid "WARNING: The captcha will not be displayed until you fill key fields."
209
  msgstr ""
210
  "ПРЕДУПРЕЖДЕНИЕ: Google Captcha не будет отображаться пока вы не заполните "
211
  "поля с ключами."
212
 
213
- #: includes/class-gglcptch-settings-tabs.php:103
214
  msgid "Enter secret key"
215
  msgstr "Введите секретный ключ"
216
 
217
- #: includes/class-gglcptch-settings-tabs.php:139
218
  msgid "Settings saved."
219
  msgstr "Настройки сохранены."
220
 
221
- #: includes/class-gglcptch-settings-tabs.php:154
222
  msgid "Authentication"
223
  msgstr "Идентификация"
224
 
225
- #: includes/class-gglcptch-settings-tabs.php:155
226
  msgid ""
227
- "Register your website with Google to get required API keys and enter them "
228
- "below."
229
  msgstr ""
230
  "Зарегистрируйте свой сайт с помощью Google, чтобы получить требуемые API "
231
  "ключи и введите их ниже."
232
 
233
- #: includes/class-gglcptch-settings-tabs.php:155
234
  msgid "Get the API Keys"
235
  msgstr "Получить API ключи"
236
 
237
- #: includes/class-gglcptch-settings-tabs.php:172
238
- msgid "Test reCAPTCHA"
239
- msgstr "Тестирование reCAPTCHA"
240
 
241
- #: includes/class-gglcptch-settings-tabs.php:178
242
  msgid "General"
243
  msgstr "Общее"
244
 
245
- #: includes/class-gglcptch-settings-tabs.php:181
246
- msgid "reCAPTCHA Version"
247
- msgstr "Версия reCAPTCHA"
248
 
249
- #: includes/class-gglcptch-settings-tabs.php:194
250
- msgid "Enable reCAPTCHA for"
251
- msgstr "Включить reCAPTCHA для"
252
 
253
- #: includes/class-gglcptch-settings-tabs.php:240
254
- #: includes/class-gglcptch-settings-tabs.php:302 includes/pro_banners.php:20
255
  msgid "Close"
256
  msgstr "Закрыть"
257
 
258
- #: includes/class-gglcptch-settings-tabs.php:249
259
- msgid "Hide reCAPTCHA for"
260
- msgstr "Спрятать reCAPTCHA для"
261
 
262
- #: includes/class-gglcptch-settings-tabs.php:268
263
- msgid "Hide reCAPTCHA Badge"
264
- msgstr "Спрятать значок reCAPTCHA"
265
 
266
- #: includes/class-gglcptch-settings-tabs.php:273
267
- msgid "Enable to hide reCAPTCHA Badge for Version 3 and Invisble reCAPTCHA."
268
  msgstr ""
269
- "Включите, чтобы скрыть значок reCAPTCHA для версии 3 и Invisible reCAPTCHA."
270
 
271
- #: includes/class-gglcptch-settings-tabs.php:279
272
  msgid "Theme"
273
  msgstr "Тема"
274
 
275
- #: includes/class-gglcptch-settings-tabs.php:283
276
  msgid "Light"
277
  msgstr "Светлая"
278
 
279
- #: includes/class-gglcptch-settings-tabs.php:284
280
  msgid "Dark"
281
  msgstr "Тёмная"
282
 
283
- #: includes/class-gglcptch-settings-tabs.php:290
284
  msgid "Score"
285
  msgstr "Количество очков"
286
 
287
- #: includes/class-gglcptch-settings-tabs.php:295
288
- msgid "Set the minimum verification score from 0 to 1"
 
289
  msgstr ""
290
- "Укажите пороговое значение, при котором проверка будет пройдена от 0 до 1"
 
291
 
292
- #: includes/class-gglcptch-settings-tabs.php:311
 
 
 
 
 
 
 
 
 
 
 
 
293
  msgid "Whitelist Notification"
294
  msgstr "Уведомление о нахождении в белом списке"
295
 
296
- #: includes/class-gglcptch-settings-tabs.php:314
297
- msgid "This message will be displayed instead of the reCAPTCHA."
298
- msgstr "Это сообщение будет отображено вместо поля reCAPTCHA."
299
 
300
- #: includes/class-gglcptch-settings-tabs.php:318
301
  msgid "Advanced Protection"
302
  msgstr "Усиленная защита"
303
 
304
- #: includes/class-gglcptch-settings-tabs.php:322
305
  msgid ""
306
- "Enable to keep submit button disabled until reCAPTCHA is loaded (do not use "
307
- "this option if you see \"Failed to load Google reCAPTCHA\" message)."
308
  msgstr ""
309
  "Включите, чтобы кнопка подтверждения оставалась отключенной до тех пор, пока "
310
- "не будет загружена reCAPTCHA (Не используйте эту опцию, если вы видите "
311
- "сообщение \"Не удалось загрузить Google reCAPTCHA\")."
312
 
313
- #: includes/class-gglcptch-settings-tabs.php:328
314
  msgid "Disabled Submit Button"
315
  msgstr "Отключенная кнопка подтверждения"
316
 
317
- #: includes/class-gglcptch-settings-tabs.php:333
318
  msgid ""
319
- "Enable to keep submit button disabled until user passes the reCAPTCHA test "
320
  "(for Version 2)."
321
  msgstr ""
322
  "Включите, чтобы кнопка отправки оставалась отключенной до тех пор, пока "
323
- "пользователь не пройдет тест reCAPTCHA (для версии 2)."
324
 
325
- #: includes/class-gglcptch-settings-tabs.php:347
326
  msgid ""
327
- "reCAPTCHA version was changed. Please submit \"Test reCAPTCHA\" and "
328
  "regenerate Site and Secret keys if necessary."
329
  msgstr ""
330
- "Версия reCAPTCHA была изменена. Пожалуйста, нажмите \"Тестирование reCAPTCHA"
331
  "\" и при необходимости обновите секретный ключ и ключ сайта."
332
 
333
- #: includes/class-gglcptch-settings-tabs.php:360
334
  msgid "reCaptcha Shortcode"
335
  msgstr "Шорткод reCaptcha"
336
 
337
- #: includes/class-gglcptch-settings-tabs.php:363
338
  msgid "Add reCaptcha to your posts or pages using the following shortcode:"
339
  msgstr ""
340
  "Добавьте reCaptcha в свои записи или страницы, используя следующий шорткод:"
@@ -383,11 +397,11 @@ msgstr "Активировать"
383
  msgid "Install Now"
384
  msgstr "Установить сейчас"
385
 
386
- #: includes/forms.php:265
387
  msgid "Authentication failed."
388
  msgstr "Ошибка аутентификации."
389
 
390
- #: includes/forms.php:354
391
  msgid "Click the BACK button on your browser and try again."
392
  msgstr "Нажмите кнопку НАЗАД в вашем браузере и попытайтесь снова."
393
 
@@ -513,7 +527,7 @@ msgstr "Multilanguage"
513
 
514
  #: includes/pro_banners.php:188
515
  msgid ""
516
- "Enable to switch language automatically on multilingual website using "
517
  "Multilanguage plugin."
518
  msgstr ""
519
  "Включить, чтобы переключить язык автоматически на многоязычном сайте, "
@@ -563,39 +577,54 @@ msgstr "Дата добавления"
563
  msgid "Delete"
564
  msgstr "Удалить"
565
 
566
- #: includes/whitelist.php:318
567
  msgid "IP added to the whitelist successfully."
568
  msgstr "IP адрес успешно добавлен в белый список."
569
 
570
- #: includes/whitelist.php:320 includes/whitelist.php:342
571
- #: includes/whitelist.php:352
572
  msgid "Some errors occurred."
573
  msgstr "Возникли некоторые ошибки."
574
 
575
- #: includes/whitelist.php:323
576
  msgid "IP is already in the whitelist."
577
  msgstr "IP адрес уже в белом списке."
578
 
579
- #: includes/whitelist.php:326
580
  msgid "Invalid IP. See allowed formats."
581
  msgstr "Неверный IP. Смотите доступные форматы."
582
 
583
- #: includes/whitelist.php:348
584
  msgid "One IP was deleted successfully."
585
  msgstr "Один IP адрес был успешно удален."
586
 
587
- #: includes/whitelist.php:355
588
  msgid "You have not entered any IP."
589
  msgstr "Вы не ввели ни одного IP адреса."
590
 
591
- #: includes/whitelist.php:358
592
  msgid "You have not entered any IP in to the search form."
593
  msgstr "Вы не ввели значения в форму поиска."
594
 
595
- #: includes/whitelist.php:360
596
  msgid "Search results for"
597
  msgstr "Результаты поиска для"
598
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
599
  #~ msgid "Divi Theme Contact Form"
600
  #~ msgstr "Контактная форма темы Divi Theme"
601
 
@@ -625,18 +654,6 @@ msgstr "Результаты поиска для"
625
  #~ "programmableweb.com/news/google-recaptcha-v1-api-shutting-down-march-2018/"
626
  #~ "brief/2017/10/24' target='_blank'>Узнать больше</a>"
627
 
628
- #~ msgid "Test ReCaptcha"
629
- #~ msgstr "Тестирование ReCaptcha"
630
-
631
- #~ msgid "Enable ReCaptcha for"
632
- #~ msgstr "Включить ReCaptcha для"
633
-
634
- #~ msgid "Hide ReCaptcha for"
635
- #~ msgstr "Спрятать ReCaptcha для"
636
-
637
- #~ msgid "ReCaptcha Version"
638
- #~ msgstr "Версия ReCaptcha"
639
-
640
  #~ msgid ""
641
  #~ "Only one ReCaptcha can be displayed on the page, it's related to "
642
  #~ "ReCaptcha version 1 features."
2
  msgstr ""
3
  "Project-Id-Version: reCaptcha\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2020-03-06 16:21+0200\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: the BestWebSoft Team <plugin@bestwebsoft.com>\n"
13
  "X-Poedit-KeywordsList: __;_e\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"
20
  "X-Poedit-SearchPathExcluded-0: bws_menu\n"
21
 
22
+ #: google-captcha.php:39 google-captcha.php:49 google-captcha.php:493
23
+ #: includes/class-gglcptch-settings-tabs.php:149
24
  msgid "reCaptcha Settings"
25
  msgstr "Настройки reCaptcha"
26
 
27
+ #: google-captcha.php:50 google-captcha.php:1078 google-captcha.php:1091
28
+ #: includes/class-gglcptch-settings-tabs.php:22
29
  msgid "Settings"
30
  msgstr "Настройки"
31
 
41
  msgid "Upgrade to Pro"
42
  msgstr "Обновить до Pro"
43
 
44
+ #: google-captcha.php:268
45
  msgid "Please wait until Google reCAPTCHA is loaded."
46
  msgstr "Пожалуйста, дождитесь окончания загрузки Google reCAPTCHA."
47
 
48
+ #: google-captcha.php:269
49
  msgid ""
50
  "Failed to load Google reCAPTCHA. Please check your internet connection and "
51
  "reload this page."
57
  msgid "Warning"
58
  msgstr "Внимание"
59
 
60
+ #: google-captcha.php:395
61
  msgid "You are in the whitelist"
62
  msgstr "Вы в белом списке"
63
 
64
+ #: google-captcha.php:494
65
  msgid "Please enable JavaScript in your browser."
66
  msgstr "Пожалуйста, включите поддержку JavaScript в вашем браузере."
67
 
68
+ #: google-captcha.php:576
69
  msgid "This site is protected by reCAPTCHA and the Google "
70
  msgstr "Этот сайт защищен reCAPTCHA и применяются "
71
 
72
+ #: google-captcha.php:577
73
  msgid "Privacy Policy"
74
  msgstr "Политика конфиденциальности"
75
 
76
+ #: google-captcha.php:578
77
  msgid " and "
78
  msgstr " и "
79
 
80
+ #: google-captcha.php:579
81
  msgid "Terms of Service"
82
  msgstr "Условия обслуживания"
83
 
84
+ #: google-captcha.php:580
85
  msgid " apply."
86
  msgstr " Google."
87
 
88
+ #: google-captcha.php:587
89
  msgid "To use reCaptcha you must get the keys from"
90
  msgstr "Чтобы использовать reCaptcha, вам необходимо получить ключи"
91
 
92
+ #: google-captcha.php:588
93
  msgid "here"
94
  msgstr "здесь"
95
 
96
+ #: google-captcha.php:589
97
  msgid "and enter them on the"
98
  msgstr "и вставить их на"
99
 
100
+ #: google-captcha.php:591
101
  msgid "plugin setting page"
102
  msgstr "странице настроек плагина"
103
 
104
+ #: google-captcha.php:856 includes/forms.php:349
105
  msgid "Error"
106
  msgstr "Ошибка"
107
 
108
+ #: google-captcha.php:978
109
  msgid "User response is missing."
110
  msgstr "Ответ пользователя отсутствует."
111
 
112
+ #: google-captcha.php:980
113
  msgid "Secret Key is missing."
114
  msgstr "Секретный ключ отсутствует."
115
 
116
+ #: google-captcha.php:983
117
  msgid "Secret Key is invalid."
118
  msgstr "Некорректный секретный ключ."
119
 
120
+ #: google-captcha.php:984
121
  msgid "Check your domain configurations"
122
  msgstr "Проверьте настройки вашего домена"
123
 
124
+ #: google-captcha.php:985
125
  msgid "and enter it again"
126
  msgstr "и введите его снова"
127
 
128
+ #: google-captcha.php:987
129
  msgid "User response is invalid"
130
  msgstr "Некорректный ответ пользователя"
131
 
132
+ #: google-captcha.php:988
133
  msgid "You have entered an incorrect reCAPTCHA value."
134
  msgstr "Ошибка: Вы ввели неверное значение reCAPTCHA."
135
 
136
+ #: google-captcha.php:989
137
  msgid ""
138
  "More than one reCAPTCHA has been found in the current form. Please remove "
139
  "all unnecessary reCAPTCHA fields to make it work properly."
141
  "В текущей форме найдено более одного блока reCAPTCHA. Пожалуйста, удалите "
142
  "все лишние блоки reCAPTCHA для дальнейшей корректной работы."
143
 
144
+ #: google-captcha.php:991
145
+ msgid "reCaptcha v3 test failed"
146
+ msgstr "Тест reCaptcha v3 не пройден"
147
 
148
+ #: google-captcha.php:1029
149
  msgid "Please submit \"Test verification\""
150
  msgstr "Пожалуйста, нажмите кнопку \"Тестирование проверки\"."
151
 
152
+ #: google-captcha.php:1031
153
  msgid "Please complete the captcha and submit \"Test verification\""
154
  msgstr ""
155
  "Пожалуйста, заполните капчу и нажмите кнопку \"Тестирование проверки\"."
156
 
157
+ #: google-captcha.php:1037
158
  msgid "Test verification"
159
  msgstr "Тестирование проверки"
160
 
161
+ #: google-captcha.php:1058
162
  msgid "The verification is successfully completed."
163
  msgstr "Тестирование проверки успешно завершено."
164
 
165
+ #: google-captcha.php:1093
166
  msgid "FAQ"
167
  msgstr "FAQ"
168
 
169
+ #: google-captcha.php:1094
170
  msgid "Support"
171
  msgstr "Поддержка"
172
 
173
+ #: includes/class-gglcptch-settings-tabs.php:23
174
  msgid "Misc"
175
  msgstr "Разное"
176
 
177
+ #: includes/class-gglcptch-settings-tabs.php:24
178
  msgid "Custom Code"
179
  msgstr "Пользовательский код"
180
 
181
+ #: includes/class-gglcptch-settings-tabs.php:25
182
  msgid "License Key"
183
  msgstr "Лицензионный ключ"
184
 
185
+ #: includes/class-gglcptch-settings-tabs.php:48
186
  msgid "Site Key"
187
  msgstr "Ключ сайта"
188
 
189
+ #: includes/class-gglcptch-settings-tabs.php:53
190
  msgid "Secret Key"
191
  msgstr "Секретный ключ"
192
 
193
+ #: includes/class-gglcptch-settings-tabs.php:60
194
+ #: includes/class-gglcptch-settings-tabs.php:61
195
  msgid "Version"
196
  msgstr "Версия"
197
 
198
+ #: includes/class-gglcptch-settings-tabs.php:62
199
  msgid "Invisible"
200
  msgstr "Невидимая"
201
 
202
+ #: includes/class-gglcptch-settings-tabs.php:93
203
  msgid "Enter site key"
204
  msgstr "Введите ключ сайта"
205
 
206
+ #: includes/class-gglcptch-settings-tabs.php:94
207
+ #: includes/class-gglcptch-settings-tabs.php:101
208
  msgid "WARNING: The captcha will not be displayed until you fill key fields."
209
  msgstr ""
210
  "ПРЕДУПРЕЖДЕНИЕ: Google Captcha не будет отображаться пока вы не заполните "
211
  "поля с ключами."
212
 
213
+ #: includes/class-gglcptch-settings-tabs.php:100
214
  msgid "Enter secret key"
215
  msgstr "Введите секретный ключ"
216
 
217
+ #: includes/class-gglcptch-settings-tabs.php:137
218
  msgid "Settings saved."
219
  msgstr "Настройки сохранены."
220
 
221
+ #: includes/class-gglcptch-settings-tabs.php:152
222
  msgid "Authentication"
223
  msgstr "Идентификация"
224
 
225
+ #: includes/class-gglcptch-settings-tabs.php:153
226
  msgid ""
227
+ "Register your domain name with Google reCaptcha service and add the keys to "
228
+ "the fields below."
229
  msgstr ""
230
  "Зарегистрируйте свой сайт с помощью Google, чтобы получить требуемые API "
231
  "ключи и введите их ниже."
232
 
233
+ #: includes/class-gglcptch-settings-tabs.php:153
234
  msgid "Get the API Keys"
235
  msgstr "Получить API ключи"
236
 
237
+ #: includes/class-gglcptch-settings-tabs.php:170
238
+ msgid "Test reCaptcha"
239
+ msgstr "Тестировать reCaptcha"
240
 
241
+ #: includes/class-gglcptch-settings-tabs.php:176
242
  msgid "General"
243
  msgstr "Общее"
244
 
245
+ #: includes/class-gglcptch-settings-tabs.php:179
246
+ msgid "reCaptcha Version"
247
+ msgstr "Версия reCaptcha"
248
 
249
+ #: includes/class-gglcptch-settings-tabs.php:192
250
+ msgid "Enable reCaptcha for"
251
+ msgstr "Включить reCaptcha для"
252
 
253
+ #: includes/class-gglcptch-settings-tabs.php:238
254
+ #: includes/class-gglcptch-settings-tabs.php:300 includes/pro_banners.php:20
255
  msgid "Close"
256
  msgstr "Закрыть"
257
 
258
+ #: includes/class-gglcptch-settings-tabs.php:247
259
+ msgid "Hide reCaptcha for"
260
+ msgstr "Спрятать reCaptcha для"
261
 
262
+ #: includes/class-gglcptch-settings-tabs.php:266
263
+ msgid "Hide reCaptcha Badge"
264
+ msgstr "Спрятать значок reCaptcha"
265
 
266
+ #: includes/class-gglcptch-settings-tabs.php:271
267
+ msgid "Enable to hide reCaptcha Badge for Version 3 and Invisble reCaptcha."
268
  msgstr ""
269
+ "Включите, чтобы скрыть значок reCaptcha для версии 3 и Invisible reCaptcha."
270
 
271
+ #: includes/class-gglcptch-settings-tabs.php:277
272
  msgid "Theme"
273
  msgstr "Тема"
274
 
275
+ #: includes/class-gglcptch-settings-tabs.php:281
276
  msgid "Light"
277
  msgstr "Светлая"
278
 
279
+ #: includes/class-gglcptch-settings-tabs.php:282
280
  msgid "Dark"
281
  msgstr "Тёмная"
282
 
283
+ #: includes/class-gglcptch-settings-tabs.php:288
284
  msgid "Score"
285
  msgstr "Количество очков"
286
 
287
+ #: includes/class-gglcptch-settings-tabs.php:293
288
+ #, php-format
289
+ msgid "Set the minimum verification score from %s to %s (default is %s)."
290
  msgstr ""
291
+ "Укажите пороговое значение, при котором проверка будет пройдена от %s до %s "
292
+ "(по умолчанию %s)."
293
 
294
+ #: includes/class-gglcptch-settings-tabs.php:310
295
+ msgid "Use reCaptcha Globally"
296
+ msgstr "Использовать reCaptcha глобально"
297
+
298
+ #: includes/class-gglcptch-settings-tabs.php:315
299
+ msgid ""
300
+ "Enable to use reCaptcha when Google is not accessible or blocked in your "
301
+ "country."
302
+ msgstr ""
303
+ "Включите использование reCaptcha, когда Google недоступен или заблокирован в "
304
+ "вашей стране."
305
+
306
+ #: includes/class-gglcptch-settings-tabs.php:320
307
  msgid "Whitelist Notification"
308
  msgstr "Уведомление о нахождении в белом списке"
309
 
310
+ #: includes/class-gglcptch-settings-tabs.php:323
311
+ msgid "This message will be displayed instead of the reCaptcha."
312
+ msgstr "Это сообщение будет отображено вместо поля reCaptcha."
313
 
314
+ #: includes/class-gglcptch-settings-tabs.php:327
315
  msgid "Advanced Protection"
316
  msgstr "Усиленная защита"
317
 
318
+ #: includes/class-gglcptch-settings-tabs.php:331
319
  msgid ""
320
+ "Enable to keep submit button disabled until reCaptcha is loaded (do not use "
321
+ "this option if you see \"Failed to load Google reCaptcha\" message)."
322
  msgstr ""
323
  "Включите, чтобы кнопка подтверждения оставалась отключенной до тех пор, пока "
324
+ "не будет загружена reCaptcha (Не используйте эту опцию, если вы видите "
325
+ "сообщение \"Не удалось загрузить Google reCaptcha\")."
326
 
327
+ #: includes/class-gglcptch-settings-tabs.php:337
328
  msgid "Disabled Submit Button"
329
  msgstr "Отключенная кнопка подтверждения"
330
 
331
+ #: includes/class-gglcptch-settings-tabs.php:342
332
  msgid ""
333
+ "Enable to keep submit button disabled until user passes the reCaptcha test "
334
  "(for Version 2)."
335
  msgstr ""
336
  "Включите, чтобы кнопка отправки оставалась отключенной до тех пор, пока "
337
+ "пользователь не пройдет тест reCaptcha (для версии 2)."
338
 
339
+ #: includes/class-gglcptch-settings-tabs.php:356
340
  msgid ""
341
+ "reCaptcha version was changed. Please submit \"Test reCaptcha\" and "
342
  "regenerate Site and Secret keys if necessary."
343
  msgstr ""
344
+ "Версия reCaptcha была изменена. Пожалуйста, нажмите \"Тестирование reCaptcha"
345
  "\" и при необходимости обновите секретный ключ и ключ сайта."
346
 
347
+ #: includes/class-gglcptch-settings-tabs.php:369
348
  msgid "reCaptcha Shortcode"
349
  msgstr "Шорткод reCaptcha"
350
 
351
+ #: includes/class-gglcptch-settings-tabs.php:372
352
  msgid "Add reCaptcha to your posts or pages using the following shortcode:"
353
  msgstr ""
354
  "Добавьте reCaptcha в свои записи или страницы, используя следующий шорткод:"
397
  msgid "Install Now"
398
  msgstr "Установить сейчас"
399
 
400
+ #: includes/forms.php:262
401
  msgid "Authentication failed."
402
  msgstr "Ошибка аутентификации."
403
 
404
+ #: includes/forms.php:351
405
  msgid "Click the BACK button on your browser and try again."
406
  msgstr "Нажмите кнопку НАЗАД в вашем браузере и попытайтесь снова."
407
 
527
 
528
  #: includes/pro_banners.php:188
529
  msgid ""
530
+ "Enable to switch language automatically on multilingual website using the "
531
  "Multilanguage plugin."
532
  msgstr ""
533
  "Включить, чтобы переключить язык автоматически на многоязычном сайте, "
577
  msgid "Delete"
578
  msgstr "Удалить"
579
 
580
+ #: includes/whitelist.php:319
581
  msgid "IP added to the whitelist successfully."
582
  msgstr "IP адрес успешно добавлен в белый список."
583
 
584
+ #: includes/whitelist.php:321 includes/whitelist.php:347
585
+ #: includes/whitelist.php:361
586
  msgid "Some errors occurred."
587
  msgstr "Возникли некоторые ошибки."
588
 
589
+ #: includes/whitelist.php:324
590
  msgid "IP is already in the whitelist."
591
  msgstr "IP адрес уже в белом списке."
592
 
593
+ #: includes/whitelist.php:327
594
  msgid "Invalid IP. See allowed formats."
595
  msgstr "Неверный IP. Смотите доступные форматы."
596
 
597
+ #: includes/whitelist.php:357
598
  msgid "One IP was deleted successfully."
599
  msgstr "Один IP адрес был успешно удален."
600
 
601
+ #: includes/whitelist.php:364
602
  msgid "You have not entered any IP."
603
  msgstr "Вы не ввели ни одного IP адреса."
604
 
605
+ #: includes/whitelist.php:367
606
  msgid "You have not entered any IP in to the search form."
607
  msgstr "Вы не ввели значения в форму поиска."
608
 
609
+ #: includes/whitelist.php:369
610
  msgid "Search results for"
611
  msgstr "Результаты поиска для"
612
 
613
+ #~ msgid "Test reCAPTCHA"
614
+ #~ msgstr "Тестирование reCAPTCHA"
615
+
616
+ #~ msgid "reCAPTCHA Version"
617
+ #~ msgstr "Версия reCAPTCHA"
618
+
619
+ #~ msgid "Enable reCAPTCHA for"
620
+ #~ msgstr "Включить reCAPTCHA для"
621
+
622
+ #~ msgid "Hide reCAPTCHA for"
623
+ #~ msgstr "Спрятать reCAPTCHA для"
624
+
625
+ #~ msgid "Hide reCAPTCHA Badge"
626
+ #~ msgstr "Спрятать значок reCAPTCHA"
627
+
628
  #~ msgid "Divi Theme Contact Form"
629
  #~ msgstr "Контактная форма темы Divi Theme"
630
 
654
  #~ "programmableweb.com/news/google-recaptcha-v1-api-shutting-down-march-2018/"
655
  #~ "brief/2017/10/24' target='_blank'>Узнать больше</a>"
656
 
 
 
 
 
 
 
 
 
 
 
 
 
657
  #~ msgid ""
658
  #~ "Only one ReCaptcha can be displayed on the page, it's related to "
659
  #~ "ReCaptcha version 1 features."
languages/google-captcha-sr_RS.mo DELETED
Binary file
languages/google-captcha-sr_RS.po DELETED
@@ -1,897 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Google Сaptcha\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2019-09-30 11:03+0300\n"
6
- "PO-Revision-Date: \n"
7
- "Last-Translator: \n"
8
- "Language-Team: Team Link <teamlink@gmx.us>\n"
9
- "Language: sr\n"
10
- "MIME-Version: 1.0\n"
11
- "Content-Type: text/plain; charset=UTF-8\n"
12
- "Content-Transfer-Encoding: 8bit\n"
13
- "X-Poedit-KeywordsList: __;_e\n"
14
- "X-Poedit-Basepath: ..\n"
15
- "X-Poedit-SourceCharset: UTF-8\n"
16
- "X-Generator: Poedit 1.8.7.1\n"
17
- "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
18
- "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
19
- "X-Poedit-SearchPath-0: .\n"
20
- "X-Poedit-SearchPathExcluded-0: bws_menu\n"
21
-
22
- #: google-captcha.php:39 google-captcha.php:49 google-captcha.php:485
23
- #: includes/class-gglcptch-settings-tabs.php:149
24
- msgid "Google Captcha Settings"
25
- msgstr "Google Captcha Подешавања"
26
-
27
- #: google-captcha.php:50 google-captcha.php:1070 google-captcha.php:1083
28
- #: includes/class-gglcptch-settings-tabs.php:25
29
- msgid "Settings"
30
- msgstr "Подешавања"
31
-
32
- #: google-captcha.php:58 includes/whitelist.php:46
33
- msgid "Google Captcha Whitelist"
34
- msgstr ""
35
-
36
- #: google-captcha.php:59
37
- msgid "Whitelist"
38
- msgstr "Бела листа"
39
-
40
- #: google-captcha.php:76 includes/pro_banners.php:29
41
- msgid "Upgrade to Pro"
42
- msgstr "Пређи на Про"
43
-
44
- #: google-captcha.php:264
45
- msgid "Please wait until Google reCAPTCHA is loaded."
46
- msgstr "Молимо сачекајте док се Google reCAPTCHA учита."
47
-
48
- #: google-captcha.php:265
49
- msgid ""
50
- "Failed to load Google reCAPTCHA. Please check your internet connection and "
51
- "reload this page."
52
- msgstr ""
53
- "Није успело учитавање Google reCAPTCHA-e Молимо проверите Вашу интернет "
54
- "конекцију и освежите страну."
55
-
56
- #: google-captcha.php:281
57
- msgid "Warning"
58
- msgstr "Упозорење"
59
-
60
- #: google-captcha.php:389
61
- msgid "You are in the whitelist"
62
- msgstr "Ви сте на белој листи"
63
-
64
- #: google-captcha.php:486
65
- msgid "Please enable JavaScript in your browser."
66
- msgstr ""
67
-
68
- #: google-captcha.php:562
69
- msgid "This site is protected by reCAPTCHA and the Google "
70
- msgstr ""
71
-
72
- #: google-captcha.php:563
73
- msgid "Privacy Policy"
74
- msgstr ""
75
-
76
- #: google-captcha.php:564
77
- msgid " and "
78
- msgstr ""
79
-
80
- #: google-captcha.php:565
81
- msgid "Terms of Service"
82
- msgstr ""
83
-
84
- #: google-captcha.php:566
85
- msgid " apply."
86
- msgstr ""
87
-
88
- #: google-captcha.php:573 google-captcha.php:1105
89
- msgid "To use Google Captcha you must get the keys from"
90
- msgstr "Да бисте користили Google Captcha морате узети кључеве од"
91
-
92
- #: google-captcha.php:574 google-captcha.php:1106
93
- msgid "here"
94
- msgstr "овде"
95
-
96
- #: google-captcha.php:575 google-captcha.php:1107
97
- msgid "and enter them on the"
98
- msgstr "и унесите их на"
99
-
100
- #: google-captcha.php:577 google-captcha.php:1109
101
- msgid "plugin setting page"
102
- msgstr "страна подешавања додатка"
103
-
104
- #: google-captcha.php:848 includes/forms.php:352
105
- msgid "Error"
106
- msgstr "Грешка"
107
-
108
- #: google-captcha.php:970
109
- msgid "User response is missing."
110
- msgstr "Одговор корисника недостаје."
111
-
112
- #: google-captcha.php:972
113
- msgid "Secret Key is missing."
114
- msgstr "Тајни кључ недостаје."
115
-
116
- #: google-captcha.php:975
117
- msgid "Secret Key is invalid."
118
- msgstr ""
119
-
120
- #: google-captcha.php:976
121
- msgid "Check your domain configurations"
122
- msgstr ""
123
-
124
- #: google-captcha.php:977
125
- msgid "and enter it again"
126
- msgstr "и унесите поново"
127
-
128
- #: google-captcha.php:979
129
- msgid "User response is invalid"
130
- msgstr "Одговор корисника није исправан"
131
-
132
- #: google-captcha.php:980
133
- msgid "You have entered an incorrect reCAPTCHA value."
134
- msgstr "Унели сте нетачну reCAPTCHA вредност."
135
-
136
- #: google-captcha.php:981
137
- msgid ""
138
- "More than one reCAPTCHA has been found in the current form. Please remove "
139
- "all unnecessary reCAPTCHA fields to make it work properly."
140
- msgstr ""
141
- "Више од једне reCAPTCHA је нађено у тренутној форми. Молим вас да уклоните "
142
- "сва непотребна reCAPTCHA поља како би форма радила исправно."
143
-
144
- #: google-captcha.php:983
145
- msgid "reCAPTCHA v3 test failed"
146
- msgstr ""
147
-
148
- #: google-captcha.php:1021
149
- msgid "Please submit \"Test verification\""
150
- msgstr ""
151
-
152
- #: google-captcha.php:1023
153
- msgid "Please complete the captcha and submit \"Test verification\""
154
- msgstr ""
155
-
156
- #: google-captcha.php:1029
157
- msgid "Test verification"
158
- msgstr "Тестирај верификацију"
159
-
160
- #: google-captcha.php:1050
161
- msgid "The verification is successfully completed."
162
- msgstr ""
163
-
164
- #: google-captcha.php:1085
165
- msgid "FAQ"
166
- msgstr "ЧПП"
167
-
168
- #: google-captcha.php:1086
169
- msgid "Support"
170
- msgstr "Подршка"
171
-
172
- #: includes/class-gglcptch-settings-tabs.php:26
173
- msgid "Misc"
174
- msgstr ""
175
-
176
- #: includes/class-gglcptch-settings-tabs.php:27
177
- msgid "Custom Code"
178
- msgstr ""
179
-
180
- #: includes/class-gglcptch-settings-tabs.php:28
181
- msgid "License Key"
182
- msgstr ""
183
-
184
- #: includes/class-gglcptch-settings-tabs.php:51
185
- msgid "Site Key"
186
- msgstr "Кључ сајта"
187
-
188
- #: includes/class-gglcptch-settings-tabs.php:56
189
- msgid "Secret Key"
190
- msgstr "Тајни кључ"
191
-
192
- #: includes/class-gglcptch-settings-tabs.php:63
193
- #: includes/class-gglcptch-settings-tabs.php:64
194
- msgid "Version"
195
- msgstr "Верзија"
196
-
197
- #: includes/class-gglcptch-settings-tabs.php:65
198
- msgid "Invisible"
199
- msgstr ""
200
-
201
- #: includes/class-gglcptch-settings-tabs.php:94
202
- msgid "Enter site key"
203
- msgstr "Унесите кључ сајта"
204
-
205
- #: includes/class-gglcptch-settings-tabs.php:95
206
- #: includes/class-gglcptch-settings-tabs.php:102
207
- msgid "WARNING: The captcha will not be displayed until you fill key fields."
208
- msgstr ""
209
-
210
- #: includes/class-gglcptch-settings-tabs.php:101
211
- msgid "Enter secret key"
212
- msgstr "Унесите тајни кључ"
213
-
214
- #: includes/class-gglcptch-settings-tabs.php:137
215
- msgid "Settings saved."
216
- msgstr ""
217
-
218
- #: includes/class-gglcptch-settings-tabs.php:152
219
- msgid "Authentication"
220
- msgstr "Аутентикација"
221
-
222
- #: includes/class-gglcptch-settings-tabs.php:153
223
- msgid ""
224
- "Register your website with Google to get required API keys and enter them "
225
- "below."
226
- msgstr ""
227
-
228
- #: includes/class-gglcptch-settings-tabs.php:153
229
- msgid "Get the API Keys"
230
- msgstr ""
231
-
232
- #: includes/class-gglcptch-settings-tabs.php:170
233
- #, fuzzy
234
- msgid "Test reCAPTCHA"
235
- msgstr "Невидљиви reCAPTCHA"
236
-
237
- #: includes/class-gglcptch-settings-tabs.php:176
238
- msgid "General"
239
- msgstr ""
240
-
241
- #: includes/class-gglcptch-settings-tabs.php:179
242
- msgid "reCAPTCHA Version"
243
- msgstr "reCAPTCHA верзија"
244
-
245
- #: includes/class-gglcptch-settings-tabs.php:192
246
- msgid "Enable reCAPTCHA for"
247
- msgstr "Омогући reCAPTCHA за"
248
-
249
- #: includes/class-gglcptch-settings-tabs.php:238
250
- #: includes/class-gglcptch-settings-tabs.php:300 includes/pro_banners.php:20
251
- msgid "Close"
252
- msgstr "Затвори"
253
-
254
- #: includes/class-gglcptch-settings-tabs.php:247
255
- #, fuzzy
256
- msgid "Hide reCAPTCHA for"
257
- msgstr "Омогући reCAPTCHA за"
258
-
259
- #: includes/class-gglcptch-settings-tabs.php:266
260
- #, fuzzy
261
- msgid "Hide reCAPTCHA Badge"
262
- msgstr "Омогући reCAPTCHA за"
263
-
264
- #: includes/class-gglcptch-settings-tabs.php:271
265
- msgid "Enable to hide reCAPTCHA Badge for Version 3 and Invisble reCAPTCHA."
266
- msgstr ""
267
-
268
- #: includes/class-gglcptch-settings-tabs.php:277
269
- msgid "Theme"
270
- msgstr ""
271
-
272
- #: includes/class-gglcptch-settings-tabs.php:281
273
- msgid "Light"
274
- msgstr ""
275
-
276
- #: includes/class-gglcptch-settings-tabs.php:282
277
- msgid "Dark"
278
- msgstr ""
279
-
280
- #: includes/class-gglcptch-settings-tabs.php:288
281
- msgid "Score"
282
- msgstr ""
283
-
284
- #: includes/class-gglcptch-settings-tabs.php:293
285
- msgid "Set the minimum verification score from 0 to 1"
286
- msgstr ""
287
-
288
- #: includes/class-gglcptch-settings-tabs.php:309
289
- msgid "Whitelist Notification"
290
- msgstr "Нотификација за белу листу"
291
-
292
- #: includes/class-gglcptch-settings-tabs.php:312
293
- #, fuzzy
294
- msgid "This message will be displayed instead of the reCAPTCHA."
295
- msgstr ""
296
- "Ова порука ће бити приказана уместо reCAPTCHA уколико је кориснички IP додат "
297
- "у белу листу"
298
-
299
- #: includes/class-gglcptch-settings-tabs.php:316
300
- msgid "Advanced Protection"
301
- msgstr ""
302
-
303
- #: includes/class-gglcptch-settings-tabs.php:320
304
- msgid ""
305
- "Enable to keep submit button disabled until reCAPTCHA is loaded (do not use "
306
- "this option if you see \"Failed to load Google reCAPTCHA\" message)."
307
- msgstr ""
308
-
309
- #: includes/class-gglcptch-settings-tabs.php:326
310
- msgid "Disabled Submit Button"
311
- msgstr ""
312
-
313
- #: includes/class-gglcptch-settings-tabs.php:331
314
- msgid ""
315
- "Enable to keep submit button disabled until user passes the reCAPTCHA test "
316
- "(for Version 2)."
317
- msgstr ""
318
-
319
- #: includes/class-gglcptch-settings-tabs.php:345
320
- msgid ""
321
- "reCAPTCHA version was changed. Please submit \"Test reCAPTCHA\" and "
322
- "regenerate Site and Secret keys if necessary."
323
- msgstr ""
324
-
325
- #: includes/class-gglcptch-settings-tabs.php:358
326
- msgid "Google Captcha Shortcode"
327
- msgstr ""
328
-
329
- #: includes/class-gglcptch-settings-tabs.php:361
330
- msgid ""
331
- "Add Google Captcha to your posts or pages using the following shortcode:"
332
- msgstr ""
333
-
334
- #: includes/forms.php:11
335
- msgid "Login form"
336
- msgstr "Логин форма"
337
-
338
- #: includes/forms.php:12
339
- msgid "Registration form"
340
- msgstr "Регистрациона форма"
341
-
342
- #: includes/forms.php:13
343
- msgid "Reset password form"
344
- msgstr "Форма за ресетовање шифре"
345
-
346
- #: includes/forms.php:14
347
- msgid "Comments form"
348
- msgstr "Форма за коментаре"
349
-
350
- #: includes/forms.php:16
351
- msgid "Testimonials"
352
- msgstr "Testimonials"
353
-
354
- #: includes/forms.php:38
355
- msgid "WordPress default"
356
- msgstr "WordPress подразумевано"
357
-
358
- #: includes/forms.php:47 includes/pro_banners.php:75
359
- msgid "External Plugins"
360
- msgstr ""
361
-
362
- #: includes/forms.php:57
363
- msgid "Custom Forms"
364
- msgstr ""
365
-
366
- #: includes/forms.php:78
367
- msgid "Google Captcha Plugin"
368
- msgstr ""
369
-
370
- #: includes/forms.php:116 includes/forms.php:140
371
- msgid "Activate"
372
- msgstr "Активирај"
373
-
374
- #: includes/forms.php:118 includes/forms.php:143 includes/forms.php:147
375
- msgid "Install Now"
376
- msgstr ""
377
-
378
- #: includes/forms.php:265
379
- msgid "Authentication failed."
380
- msgstr ""
381
-
382
- #: includes/forms.php:354
383
- msgid "Click the BACK button on your browser and try again."
384
- msgstr ""
385
-
386
- #: includes/pro_banners.php:17
387
- msgid "This options is available in Pro version of plugin"
388
- msgstr "Ова опција је доступна у Про верзији додатка"
389
-
390
- #: includes/pro_banners.php:40 includes/whitelist.php:86
391
- msgid "Allowed formats"
392
- msgstr "Дозвољени формати"
393
-
394
- #: includes/pro_banners.php:41
395
- msgid "Allowed separators for IPs: a comma"
396
- msgstr "Дозвољени сепаратори за IP: зарез"
397
-
398
- #: includes/pro_banners.php:41 includes/pro_banners.php:44
399
- msgid "semicolon"
400
- msgstr "tačka-зарез"
401
-
402
- #: includes/pro_banners.php:41
403
- msgid "ordinary space, tab, new line or carriage return."
404
- msgstr ""
405
-
406
- #: includes/pro_banners.php:42
407
- msgid "Reason"
408
- msgstr "Разлог"
409
-
410
- #: includes/pro_banners.php:44
411
- msgid "Allowed separators for reasons: a comma"
412
- msgstr "Дозвољени сепаратори за разлоге: зарез"
413
-
414
- #: includes/pro_banners.php:44
415
- msgid "tab, new line or carriage return."
416
- msgstr ""
417
-
418
- #: includes/pro_banners.php:53
419
- msgid "Jetpack Contact Form"
420
- msgstr ""
421
-
422
- #: includes/pro_banners.php:56
423
- msgid "bbPress New Topic form"
424
- msgstr ""
425
-
426
- #: includes/pro_banners.php:57
427
- msgid "bbPress Reply form"
428
- msgstr ""
429
-
430
- #: includes/pro_banners.php:58
431
- msgid "BuddyPress Registration form"
432
- msgstr ""
433
-
434
- #: includes/pro_banners.php:59
435
- msgid "BuddyPress Comments form"
436
- msgstr ""
437
-
438
- #: includes/pro_banners.php:60
439
- msgid "BuddyPress Add New Group form"
440
- msgstr ""
441
-
442
- #: includes/pro_banners.php:61
443
- msgid "WooCommerce Login form"
444
- msgstr ""
445
-
446
- #: includes/pro_banners.php:62
447
- msgid "WooCommerce Registration form"
448
- msgstr ""
449
-
450
- #: includes/pro_banners.php:63
451
- msgid "WooCommerce Reset password form"
452
- msgstr ""
453
-
454
- #: includes/pro_banners.php:64
455
- msgid "WooCommerce Checkout form"
456
- msgstr ""
457
-
458
- #: includes/pro_banners.php:65
459
- msgid "wpForo Login form"
460
- msgstr ""
461
-
462
- #: includes/pro_banners.php:66
463
- msgid "wpForo Registration form"
464
- msgstr ""
465
-
466
- #: includes/pro_banners.php:67
467
- msgid "wpForo New Topic form"
468
- msgstr ""
469
-
470
- #: includes/pro_banners.php:68
471
- msgid "wpForo Reply form"
472
- msgstr ""
473
-
474
- #: includes/pro_banners.php:69
475
- msgid "Ninja Forms"
476
- msgstr ""
477
-
478
- #: includes/pro_banners.php:70
479
- #, fuzzy
480
- msgid "Divi Contact Form"
481
- msgstr "Контакт форма"
482
-
483
- #: includes/pro_banners.php:71
484
- #, fuzzy
485
- msgid "Divi Login Forms"
486
- msgstr "Логин форма"
487
-
488
- #: includes/pro_banners.php:173
489
- msgid "Size"
490
- msgstr ""
491
-
492
- #: includes/pro_banners.php:177
493
- msgid "Normal"
494
- msgstr "Нормално"
495
-
496
- #: includes/pro_banners.php:178
497
- msgid "Compact"
498
- msgstr "Компактно"
499
-
500
- #: includes/pro_banners.php:183
501
- msgid "Language"
502
- msgstr ""
503
-
504
- #: includes/pro_banners.php:191
505
- msgid "Multilanguage"
506
- msgstr ""
507
-
508
- #: includes/pro_banners.php:194
509
- msgid ""
510
- "Enable to switch language automatically on multilingual website using "
511
- "Multilanguage plugin."
512
- msgstr ""
513
-
514
- #: includes/whitelist.php:49
515
- msgid "Add New"
516
- msgstr ""
517
-
518
- #: includes/whitelist.php:74
519
- msgid "IP to whitelist"
520
- msgstr ""
521
-
522
- #: includes/whitelist.php:81
523
- msgid "My IP"
524
- msgstr "Мој IP"
525
-
526
- #: includes/whitelist.php:88
527
- msgid "Allowed diapason"
528
- msgstr "Дозвољени дијапазони"
529
-
530
- #: includes/whitelist.php:100
531
- msgid "Add IP to whitelist"
532
- msgstr ""
533
-
534
- #: includes/whitelist.php:105
535
- msgid "Search IP"
536
- msgstr "Тражи IP"
537
-
538
- #: includes/whitelist.php:159
539
- msgid "Nothing found"
540
- msgstr "Ништа није нађено"
541
-
542
- #: includes/whitelist.php:159
543
- msgid "No IP in the whitelist"
544
- msgstr "Нема IP у белој листи"
545
-
546
- #: includes/whitelist.php:166
547
- msgid "IP Address"
548
- msgstr ""
549
-
550
- #: includes/whitelist.php:167
551
- msgid "Date Added"
552
- msgstr ""
553
-
554
- #: includes/whitelist.php:221 includes/whitelist.php:231
555
- msgid "Delete"
556
- msgstr ""
557
-
558
- #: includes/whitelist.php:318
559
- msgid "IP added to the whitelist successfully."
560
- msgstr ""
561
-
562
- #: includes/whitelist.php:320 includes/whitelist.php:342
563
- #: includes/whitelist.php:352
564
- #, fuzzy
565
- msgid "Some errors occurred."
566
- msgstr "Неке грешке су се десиле"
567
-
568
- #: includes/whitelist.php:323
569
- msgid "IP is already in the whitelist."
570
- msgstr ""
571
-
572
- #: includes/whitelist.php:326
573
- msgid "Invalid IP. See allowed formats."
574
- msgstr "Неисправан IP. Погледајте дозвољене формате."
575
-
576
- #: includes/whitelist.php:348
577
- #, fuzzy
578
- msgid "One IP was deleted successfully."
579
- msgstr "Један IP је успешно обрисан"
580
-
581
- #: includes/whitelist.php:355
582
- msgid "You have not entered any IP."
583
- msgstr "Нисте унели ни један IP."
584
-
585
- #: includes/whitelist.php:358
586
- msgid "You have not entered any IP in to the search form."
587
- msgstr ""
588
-
589
- #: includes/whitelist.php:360
590
- msgid "Search results for"
591
- msgstr "Резултати претраге за"
592
-
593
- #, fuzzy
594
- #~| msgid "Contact form"
595
- #~ msgid "Divi Theme Contact Form"
596
- #~ msgstr "Контакт форма"
597
-
598
- #~ msgid ""
599
- #~ "Only one reCAPTCHA can be displayed on the page, it's related to "
600
- #~ "reCAPTCHA version 1 features."
601
- #~ msgstr ""
602
- #~ "Само један reCAPTCHA може бити приказан на страни, у вези је са "
603
- #~ "могућностима reCAPTCHA верзије 1."
604
-
605
- #~ msgid ""
606
- #~ "WARNING: The captcha will not display while you don't fill key fields."
607
- #~ msgstr ""
608
- #~ "УПОЗОРЕЊЕ: captcha неће бити приказан док не попуните поља за кључеве."
609
-
610
- #~ msgid "Settings saved"
611
- #~ msgstr "Подешавања сачувана"
612
-
613
- #~ msgid "All plugin settings were restored"
614
- #~ msgstr "Сва подешавања плугин-а су повраћена"
615
-
616
- #~ msgid "Custom code"
617
- #~ msgstr "Код по мери"
618
-
619
- #~ msgid "Go PRO"
620
- #~ msgstr "Пређите на ПРО"
621
-
622
- #~ msgid ""
623
- #~ "If you would like to add a Google Captcha (reCAPTCHA) to your page or "
624
- #~ "post, please use %s button"
625
- #~ msgstr ""
626
- #~ "Ако бисте желели да додате Google Captcha (reCAPTCHA) на вашу страну или "
627
- #~ "чланак, молимо користите %s дугме"
628
-
629
- #~ msgid ""
630
- #~ "You can add the Google Captcha (reCAPTCHA) to your page or post by "
631
- #~ "clicking on %s button in the content edit block using the Visual mode. If "
632
- #~ "the button isn't displayed or you would like to add the Google Captcha "
633
- #~ "(reCAPTCHA) to your own form , please use the shortcode %s"
634
- #~ msgstr ""
635
- #~ "Можете додати Google Captcha (reCAPTCHA) на ваше стране и чланке кликом "
636
- #~ "на %sдугме у едитору садржаја у визуелном моду. Ако се дугме не појављује "
637
- #~ "или желите да додате Google Captcha (reCAPTCHA) на вашу форму, молимо "
638
- #~ "користите кратак код %s"
639
-
640
- #~ msgid ""
641
- #~ "In order to use reCAPTCHA, please enter site and secret keys. You can "
642
- #~ "manage your API keys %shere%s"
643
- #~ msgstr ""
644
- #~ "Да бисте могли да користите reCAPTCHA молимо Вас да унесте кључ сајта и "
645
- #~ "тајни кључ. Кључеве можете подешавати %sовде%s"
646
-
647
- #~ msgid "Test Keys"
648
- #~ msgstr "Тестирај кључеве"
649
-
650
- #~ msgid "Options"
651
- #~ msgstr "Опције"
652
-
653
- #~ msgid "This option is available only for network or for main blog"
654
- #~ msgstr "Ова опција је доступна само за мрежу или главни блог"
655
-
656
- #~ msgid "Plugins"
657
- #~ msgstr "Додаци"
658
-
659
- #~ msgid "You should %s to use this functionality"
660
- #~ msgstr "Требало би %s да би користили ову функционалност"
661
-
662
- #~ msgid "activate"
663
- #~ msgstr "активирај"
664
-
665
- #~ msgid "for network"
666
- #~ msgstr "за мрежу"
667
-
668
- #~ msgid "download"
669
- #~ msgstr "преузми"
670
-
671
- #~ msgid "Check off for adding captcha to forms on their settings pages"
672
- #~ msgstr ""
673
- #~ "Одштиклирајте за додавање captcha на формама у њиховим странама подешавања"
674
-
675
- #~ msgid ""
676
- #~ "If you would like to add Google Captcha (reCAPTCHA) to a custom form see "
677
- #~ "%s"
678
- #~ msgstr ""
679
- #~ "Ако бисте желели да додате Google Captcha (reCATPCHA) на кастом форму, "
680
- #~ "погледајте %s"
681
-
682
- #~ msgid "Hide reCAPTCHA in Comments Form for"
683
- #~ msgstr "Сакриј reCAPTCHA у коментарима од"
684
-
685
- #~ msgid ""
686
- #~ "reCAPTCHA block won't be visible for non-suspicious users while "
687
- #~ "suspicious ones will have to pass the captcha"
688
- #~ msgstr ""
689
- #~ "reCAPTCHA блок неће бити видљив за кориснике који нису сумњиви, за оне "
690
- #~ "који јесу сумњиви - њима ће бити приказан и мораће да прођу верификацију"
691
-
692
- #~ msgid "reCAPTCHA Theme"
693
- #~ msgstr "reCAPTCHA Тема"
694
-
695
- #~ msgid "for version"
696
- #~ msgstr "за верзију"
697
-
698
- #~ msgid "Save Changes"
699
- #~ msgstr "Сачувај измене"
700
-
701
- #~ msgid "Secret Key is invalid"
702
- #~ msgstr "Тајни кључ није валидан"
703
-
704
- #~ msgid "Check your domain configuration"
705
- #~ msgstr "Проверите подешавања Вашег домена"
706
-
707
- #~ msgid "Click the BACK button on your browser, and try again."
708
- #~ msgstr "Притисните НАЗАД дугме у Вашем прегледачу и покушајте поново."
709
-
710
- #~ msgid "Please, complete the captcha and submit \"Test verification\""
711
- #~ msgstr "Молимо Вас, урадите цаптча и поднесите \"Тестирај верификацију\""
712
-
713
- #~ msgid "The verification is successfully completed"
714
- #~ msgstr "Верификација је успешно обављена"
715
-
716
- #~ msgid "For IP addresses from the whitelist reCAPTCHA will not be displayed"
717
- #~ msgstr "За IP адресе у белој листи reCAPTCHA неће бити приказан"
718
-
719
- #~ msgid "Add IP to the whitelist"
720
- #~ msgstr "Додај ИП у белу листу"
721
-
722
- #~ msgid "Save changes"
723
- #~ msgstr "Сачувај измене"
724
-
725
- #~ msgid "Save IP to the whitelist"
726
- #~ msgstr "Сачувај IP у белу листу"
727
-
728
- #~ msgid "IP address"
729
- #~ msgstr "IP адреса"
730
-
731
- #~ msgid "Date added"
732
- #~ msgstr "Датум додавања"
733
-
734
- #~ msgid "Remove from the whitelist"
735
- #~ msgstr "Уклони са беле листе"
736
-
737
- #~ msgid "IP added to the whitelist successfully"
738
- #~ msgstr "IP успешно додат у белу листу"
739
-
740
- #~ msgid "Some errors occurred"
741
- #~ msgstr "Неке грешке су се десиле"
742
-
743
- #~ msgid "IP is already in the whitelist"
744
- #~ msgstr "IP је већ у белој листи"
745
-
746
- #~ msgid "One IP was deleted successfully"
747
- #~ msgstr "Један IP је успешно обрисан"
748
-
749
- #~ msgid "You have not entered any IP"
750
- #~ msgstr "Нисте унели ни један IP"
751
-
752
- #~ msgid "You have not entered any IP in to the search form"
753
- #~ msgstr "Нисте унели ни један IP у форму за претрагу"
754
-
755
- #~ msgid "ordinary space, tab, new line or carriage return"
756
- #~ msgstr "обичан размак, таб, нова линија или ретурн"
757
-
758
- #~ msgid "tab, new line or carriage return"
759
- #~ msgstr "таб, нова линија или ретурн"
760
-
761
- #~ msgid "reCAPTCHA Language"
762
- #~ msgstr "reCAPTCHA Језик"
763
-
764
- #~ msgid "Use the current site language"
765
- #~ msgstr "Користи тренутни језик сајта"
766
-
767
- #~ msgid "Using"
768
- #~ msgstr "Користећи"
769
-
770
- #~ msgid "reCAPTCHA Size"
771
- #~ msgstr "reCAPTCHA Величина"
772
-
773
- #~ msgid "Unlock premium options by upgrading to Pro version"
774
- #~ msgstr "Откључајте премијум опције тако што ћете прећи на Про верзију"
775
-
776
- #~ msgid "Learn More"
777
- #~ msgstr "Сазнајте више"
778
-
779
- #~ msgid "Error: You have entered an incorrect reCAPTCHA value"
780
- #~ msgstr "Грешка: Унели сте неисправну reCAPTCHA вредност"
781
-
782
- #~ msgid "You have entered an incorrect reCAPTCHA value"
783
- #~ msgstr "Унели сте неисправну reCAPTCHA вредност"
784
-
785
- #~ msgid "ERROR"
786
- #~ msgstr "ГРЕШКА"
787
-
788
- #~ msgid "Before you are able to do something, you must to register %shere%s"
789
- #~ msgstr ""
790
- #~ "Пре него што можете урадити било шта, морате се регистровати %sсовде%s"
791
-
792
- #~ msgid "Enter site key and secret key, that you get after registration"
793
- #~ msgstr "Унесите кључ сајта и тајни кључ које сте добили након регистрације"
794
-
795
- #~ msgid ""
796
- #~ "Google Captcha version 2 will not work correctly, since the option "
797
- #~ "\"allow_url_fopen\" is disabled. Please contact your hosting support "
798
- #~ "service."
799
- #~ msgstr ""
800
- #~ "Google Captcha верзија 2 неће радити исправно, зато што је опција "
801
- #~ "\"allow_url_fopen\" онемогућена. Молимо контактирајте подршку Вашег "
802
- #~ "хостинг провајдера."
803
-
804
- #~ msgid ""
805
- #~ "Google Captcha version 2 will not work correctly, since the option "
806
- #~ "\"allow_url_fopen\" is disabled in the PHP settings of your hosting."
807
- #~ msgstr ""
808
- #~ "Google Captcha верзија 2 неће радити исправно, зато што је опција "
809
- #~ "\"allow_url_fopen\" онемогућена у PHP подешавањима Вашег хостинг "
810
- #~ "провајдера."
811
-
812
- #~ msgid "Read more."
813
- #~ msgstr "Прочитајте више."
814
-
815
- #~ msgid "powered by"
816
- #~ msgstr "напајано од"
817
-
818
- #~ msgid "Download"
819
- #~ msgstr "Преузми"
820
-
821
- #~ msgid "You should"
822
- #~ msgstr "Требали бисте"
823
-
824
- #~ msgid "Notice:"
825
- #~ msgstr "Обавештење:"
826
-
827
- #~ msgid ""
828
- #~ "The plugin's settings have been changed. In order to save them please "
829
- #~ "don't forget to click the 'Save Changes' button."
830
- #~ msgstr ""
831
- #~ "Подешавања додатка су промењена. Да бисте сачували промене молимо не "
832
- #~ "заборавите да кликнете на \"Сачувај Измене\" дугме."
833
-
834
- #~ msgid "Activate contact form"
835
- #~ msgstr "Активирајте контакт форму"
836
-
837
- #~ msgid "Download contact form"
838
- #~ msgstr "Преузми контакт форму"
839
-
840
- #~ msgid "Google Captcha"
841
- #~ msgstr "Google Captcha"
842
-
843
- #~ msgid "Enable Google Captcha for:"
844
- #~ msgstr "Укључи Google Captcha за:"
845
-
846
- #~ msgid "Hide captcha for:"
847
- #~ msgstr "Сакриј captcha за:"
848
-
849
- #~ msgid "Theme:"
850
- #~ msgstr "Тема:"
851
-
852
- #~ msgid ""
853
- #~ "An unexpected error has occurred. If this message appears again, please "
854
- #~ "contact the Administrator."
855
- #~ msgstr ""
856
- #~ "Дошло је до неочекиване грешке. Ако се ова порука појави поново, молим "
857
- #~ "контактирајте администратора."
858
-
859
- #~ msgid "requires"
860
- #~ msgstr "захтева"
861
-
862
- #~ msgid ""
863
- #~ "or higher, that is why it has been deactivated! Please upgrade WordPress "
864
- #~ "and try again."
865
- #~ msgstr ""
866
- #~ "или више, зато је деактивирано! Молимо вас да ажурирате WordPress и "
867
- #~ "покушате поново."
868
-
869
- #~ msgid "Back to the WordPress"
870
- #~ msgstr "Назад на WordPress"
871
-
872
- #~ msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
873
- #~ msgstr ""
874
- #~ "Ако Вам се свиђа овај додатак, молимо Вас да дате 5 звездица на "
875
- #~ "WordPressu-у"
876
-
877
- #~ msgid "Rate the plugin"
878
- #~ msgstr "Оцените овај додатак"
879
-
880
- #~ msgid "If there is something wrong about it, please contact us"
881
- #~ msgstr "Ако нешто није у реду, молимо Вас да нас контактирате"
882
-
883
- #~ msgid "Public Key"
884
- #~ msgstr "Јавни кључ"
885
-
886
- #~ msgid "Private Key"
887
- #~ msgstr "Приватни кључ"
888
-
889
- #~ msgid "Enter public key"
890
- #~ msgstr "Унесите јавни кључ"
891
-
892
- #~ msgid "Themes"
893
- #~ msgstr "Теме"
894
-
895
- #~ msgid "WARNING: The captcha will not display while you not fill key fields."
896
- #~ msgstr ""
897
- #~ "УПОЗОРЕЊЕ: Captcha неће бити приказан док не унесете вредности кључева."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/google-captcha-uk.mo CHANGED
Binary file
languages/google-captcha-uk.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: reCaptcha\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2019-11-28 15:27+0200\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: the BestWebSoft Team <plugin@bestwebsoft.com>\n"
@@ -13,19 +13,19 @@ msgstr ""
13
  "X-Poedit-KeywordsList: __;_e\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"
20
  "X-Poedit-SearchPathExcluded-0: bws_menu\n"
21
 
22
- #: google-captcha.php:39 google-captcha.php:49 google-captcha.php:485
23
- #: includes/class-gglcptch-settings-tabs.php:151
24
  msgid "reCaptcha Settings"
25
  msgstr "Налаштування reCaptcha"
26
 
27
- #: google-captcha.php:50 google-captcha.php:1076 google-captcha.php:1089
28
- #: includes/class-gglcptch-settings-tabs.php:25
29
  msgid "Settings"
30
  msgstr "Налаштування"
31
 
@@ -41,11 +41,11 @@ msgstr "Білий список"
41
  msgid "Upgrade to Pro"
42
  msgstr "Оновити до Pro"
43
 
44
- #: google-captcha.php:264
45
  msgid "Please wait until Google reCAPTCHA is loaded."
46
  msgstr "Будь ласка, зачекайте, поки буде завантаженo Google reCAPTCHA."
47
 
48
- #: google-captcha.php:265
49
  msgid ""
50
  "Failed to load Google reCAPTCHA. Please check your internet connection and "
51
  "reload this page."
@@ -57,83 +57,83 @@ msgstr ""
57
  msgid "Warning"
58
  msgstr "Увага"
59
 
60
- #: google-captcha.php:389
61
  msgid "You are in the whitelist"
62
  msgstr "Ви знаходитесь в білому списку"
63
 
64
- #: google-captcha.php:486
65
  msgid "Please enable JavaScript in your browser."
66
  msgstr "Будь ласка, увімкніть JavaScript у вашому браузері."
67
 
68
- #: google-captcha.php:568
69
  msgid "This site is protected by reCAPTCHA and the Google "
70
  msgstr "Цей сайт захищений reCAPTCHA і застосовуються "
71
 
72
- #: google-captcha.php:569
73
  msgid "Privacy Policy"
74
  msgstr "Політика конфіденційності"
75
 
76
- #: google-captcha.php:570
77
  msgid " and "
78
  msgstr " та "
79
 
80
- #: google-captcha.php:571
81
  msgid "Terms of Service"
82
  msgstr "Умови обслуговування"
83
 
84
- #: google-captcha.php:572
85
  msgid " apply."
86
  msgstr " Google."
87
 
88
- #: google-captcha.php:579 google-captcha.php:1111
89
  msgid "To use reCaptcha you must get the keys from"
90
  msgstr "Щоб використовувати reCaptcha, вам необхідно отримати ключі з"
91
 
92
- #: google-captcha.php:580 google-captcha.php:1112
93
  msgid "here"
94
  msgstr "тут"
95
 
96
- #: google-captcha.php:581 google-captcha.php:1113
97
  msgid "and enter them on the"
98
  msgstr "і вставте їх у"
99
 
100
- #: google-captcha.php:583 google-captcha.php:1115
101
  msgid "plugin setting page"
102
  msgstr "сторінку налаштувань плагіну"
103
 
104
- #: google-captcha.php:854 includes/forms.php:352
105
  msgid "Error"
106
  msgstr "Помилка"
107
 
108
- #: google-captcha.php:976
109
  msgid "User response is missing."
110
  msgstr "Відповідь користувача відсутня."
111
 
112
- #: google-captcha.php:978
113
  msgid "Secret Key is missing."
114
  msgstr "Секретний ключ відсутній."
115
 
116
- #: google-captcha.php:981
117
  msgid "Secret Key is invalid."
118
  msgstr "Секретний ключ некоректний."
119
 
120
- #: google-captcha.php:982
121
  msgid "Check your domain configurations"
122
  msgstr "Перевірте конфігурацію вашого домену"
123
 
124
- #: google-captcha.php:983
125
  msgid "and enter it again"
126
  msgstr "і введіть його знову"
127
 
128
- #: google-captcha.php:985
129
  msgid "User response is invalid"
130
  msgstr "Некоректна відповідь користувача"
131
 
132
- #: google-captcha.php:986
133
  msgid "You have entered an incorrect reCAPTCHA value."
134
  msgstr "Ви ввели невірне значення reCAPTCHA."
135
 
136
- #: google-captcha.php:987
137
  msgid ""
138
  "More than one reCAPTCHA has been found in the current form. Please remove "
139
  "all unnecessary reCAPTCHA fields to make it work properly."
@@ -141,199 +141,213 @@ msgstr ""
141
  "В поточній формі знайдено більш ніж один блок reCAPTCHA. Будь-ласка видаліть "
142
  "усі зайві блоки reCAPTCHA для коректної подальшої роботи."
143
 
144
- #: google-captcha.php:989
145
- msgid "reCAPTCHA v3 test failed"
146
- msgstr "Тест reCAPTCHA v3 не пройдений"
147
 
148
- #: google-captcha.php:1027
149
  msgid "Please submit \"Test verification\""
150
  msgstr "Будь ласка, натисніть кнопку \"Тестування перевірки\""
151
 
152
- #: google-captcha.php:1029
153
  msgid "Please complete the captcha and submit \"Test verification\""
154
  msgstr ""
155
  "Будь ласка, заповніть капчу і натисніть кнопку \"Тестування перевірки\""
156
 
157
- #: google-captcha.php:1035
158
  msgid "Test verification"
159
  msgstr "Тестування перевірки"
160
 
161
- #: google-captcha.php:1056
162
  msgid "The verification is successfully completed."
163
  msgstr "Перевірка завершена успішно."
164
 
165
- #: google-captcha.php:1091
166
  msgid "FAQ"
167
  msgstr "FAQ"
168
 
169
- #: google-captcha.php:1092
170
  msgid "Support"
171
  msgstr "Техпідтримка"
172
 
173
- #: includes/class-gglcptch-settings-tabs.php:26
174
  msgid "Misc"
175
  msgstr "Різне"
176
 
177
- #: includes/class-gglcptch-settings-tabs.php:27
178
  msgid "Custom Code"
179
  msgstr "Користувацький код"
180
 
181
- #: includes/class-gglcptch-settings-tabs.php:28
182
  msgid "License Key"
183
  msgstr "Ліцензійний ключ"
184
 
185
- #: includes/class-gglcptch-settings-tabs.php:51
186
  msgid "Site Key"
187
  msgstr "Ключ сайту"
188
 
189
- #: includes/class-gglcptch-settings-tabs.php:56
190
  msgid "Secret Key"
191
  msgstr "Секретний ключ"
192
 
193
- #: includes/class-gglcptch-settings-tabs.php:63
194
- #: includes/class-gglcptch-settings-tabs.php:64
195
  msgid "Version"
196
  msgstr "Версія"
197
 
198
- #: includes/class-gglcptch-settings-tabs.php:65
199
  msgid "Invisible"
200
  msgstr "Невидима"
201
 
202
- #: includes/class-gglcptch-settings-tabs.php:96
203
  msgid "Enter site key"
204
  msgstr "Введіть ключ сайту"
205
 
206
- #: includes/class-gglcptch-settings-tabs.php:97
207
- #: includes/class-gglcptch-settings-tabs.php:104
208
  msgid "WARNING: The captcha will not be displayed until you fill key fields."
209
  msgstr ""
210
  "УВАГА: Капча не буде відображатись, поки ви не заповните поля з ключами."
211
 
212
- #: includes/class-gglcptch-settings-tabs.php:103
213
  msgid "Enter secret key"
214
  msgstr "Введіть секретний ключ"
215
 
216
- #: includes/class-gglcptch-settings-tabs.php:139
217
  msgid "Settings saved."
218
  msgstr "Налаштування збережені."
219
 
220
- #: includes/class-gglcptch-settings-tabs.php:154
221
  msgid "Authentication"
222
  msgstr "Ідентифікація"
223
 
224
- #: includes/class-gglcptch-settings-tabs.php:155
225
  msgid ""
226
- "Register your website with Google to get required API keys and enter them "
227
- "below."
228
  msgstr ""
229
- "Зареєструйте свій веб-сайт за допомогою Google, щоб отримати необхідні API "
230
- "ключі та введіть їх нижче."
231
 
232
- #: includes/class-gglcptch-settings-tabs.php:155
233
  msgid "Get the API Keys"
234
  msgstr "Отримати API ключі"
235
 
236
- #: includes/class-gglcptch-settings-tabs.php:172
237
- msgid "Test reCAPTCHA"
238
- msgstr "Тестування reCAPTCHA"
239
 
240
- #: includes/class-gglcptch-settings-tabs.php:178
241
  msgid "General"
242
  msgstr "Загальне"
243
 
244
- #: includes/class-gglcptch-settings-tabs.php:181
245
- msgid "reCAPTCHA Version"
246
- msgstr "Версія reCAPTCHA"
247
 
248
- #: includes/class-gglcptch-settings-tabs.php:194
249
- msgid "Enable reCAPTCHA for"
250
- msgstr "Включити reCAPTCHA для"
251
 
252
- #: includes/class-gglcptch-settings-tabs.php:240
253
- #: includes/class-gglcptch-settings-tabs.php:302 includes/pro_banners.php:20
254
  msgid "Close"
255
  msgstr "Закрити"
256
 
257
- #: includes/class-gglcptch-settings-tabs.php:249
258
- msgid "Hide reCAPTCHA for"
259
- msgstr "Сховати reCAPTCHA для"
260
 
261
- #: includes/class-gglcptch-settings-tabs.php:268
262
- msgid "Hide reCAPTCHA Badge"
263
- msgstr "Сховати значок reCAPTCHA"
264
 
265
- #: includes/class-gglcptch-settings-tabs.php:273
266
- msgid "Enable to hide reCAPTCHA Badge for Version 3 and Invisble reCAPTCHA."
267
  msgstr ""
268
- "Увімкніть, щоб приховати значок reCAPTCHA для версії 3 і Invisible reCAPTCHA."
269
 
270
- #: includes/class-gglcptch-settings-tabs.php:279
271
  msgid "Theme"
272
  msgstr "Тема"
273
 
274
- #: includes/class-gglcptch-settings-tabs.php:283
275
  msgid "Light"
276
  msgstr "Свiтла"
277
 
278
- #: includes/class-gglcptch-settings-tabs.php:284
279
  msgid "Dark"
280
  msgstr "Темна"
281
 
282
- #: includes/class-gglcptch-settings-tabs.php:290
283
  msgid "Score"
284
  msgstr "Кількість очок"
285
 
286
- #: includes/class-gglcptch-settings-tabs.php:295
287
- msgid "Set the minimum verification score from 0 to 1"
 
288
  msgstr ""
289
- "Вкажіть граничне значення, при якому перевірка буде пройдена від 0 до 1"
 
290
 
291
- #: includes/class-gglcptch-settings-tabs.php:311
 
 
 
 
 
 
 
 
 
 
 
 
292
  msgid "Whitelist Notification"
293
  msgstr "Повідомлення про знаходження у білому списку"
294
 
295
- #: includes/class-gglcptch-settings-tabs.php:314
296
- msgid "This message will be displayed instead of the reCAPTCHA."
297
- msgstr "Це повідомлення буде відображатися замість reCAPTCHA."
298
 
299
- #: includes/class-gglcptch-settings-tabs.php:318
300
  msgid "Advanced Protection"
301
  msgstr "Посилений захист"
302
 
303
- #: includes/class-gglcptch-settings-tabs.php:322
304
  msgid ""
305
- "Enable to keep submit button disabled until reCAPTCHA is loaded (do not use "
306
- "this option if you see \"Failed to load Google reCAPTCHA\" message)."
307
  msgstr ""
308
  "Увімкніть, щоб кнопка підтвердження залишалася відключеною до тих пір, поки "
309
- "не буде завантажена reCAPTCHA (Не використовуйте цю опцію, якщо ви бачите "
310
- "повідомлення \"Не вдалося завантажити Google reCAPTCHA\")."
311
 
312
- #: includes/class-gglcptch-settings-tabs.php:328
313
  msgid "Disabled Submit Button"
314
  msgstr "Відключена кнопка підтвердження"
315
 
316
- #: includes/class-gglcptch-settings-tabs.php:333
317
  msgid ""
318
- "Enable to keep submit button disabled until user passes the reCAPTCHA test "
319
  "(for Version 2)."
320
  msgstr ""
321
  "Увімкніть, щоб кнопка відправки залишалася відключеною до тих пір, поки "
322
- "користувач не пройде тест reCAPTCHA (для версії 2)."
323
 
324
- #: includes/class-gglcptch-settings-tabs.php:347
325
  msgid ""
326
- "reCAPTCHA version was changed. Please submit \"Test reCAPTCHA\" and "
327
  "regenerate Site and Secret keys if necessary."
328
  msgstr ""
329
- "Версію reCAPTCHA було змінено. Будь ласка, натисніть \"Тестування reCAPTCHA"
330
  "\" та оновіть секретний ключ та ключ сайту, якщо це необхідно."
331
 
332
- #: includes/class-gglcptch-settings-tabs.php:360
333
  msgid "reCaptcha Shortcode"
334
  msgstr "Шорткод reCaptcha"
335
 
336
- #: includes/class-gglcptch-settings-tabs.php:363
337
  msgid "Add reCaptcha to your posts or pages using the following shortcode:"
338
  msgstr ""
339
  "Додайте reCaptcha до своїх постів або сторінок за допомогою такого шорткоду:"
@@ -382,11 +396,11 @@ msgstr "Активувати"
382
  msgid "Install Now"
383
  msgstr "Встановити зараз"
384
 
385
- #: includes/forms.php:265
386
  msgid "Authentication failed."
387
  msgstr "Помилка аутентифікації."
388
 
389
- #: includes/forms.php:354
390
  msgid "Click the BACK button on your browser and try again."
391
  msgstr "Натисніть кнопку НАЗАД у браузері та спробуйте ще раз."
392
 
@@ -512,7 +526,7 @@ msgstr "Multilanguage"
512
 
513
  #: includes/pro_banners.php:188
514
  msgid ""
515
- "Enable to switch language automatically on multilingual website using "
516
  "Multilanguage plugin."
517
  msgstr ""
518
  "Увімкніть, щоб перемкнути мову автоматично на багатомовному сайті, "
@@ -562,39 +576,54 @@ msgstr "Дата додавання"
562
  msgid "Delete"
563
  msgstr "Видалити"
564
 
565
- #: includes/whitelist.php:318
566
  msgid "IP added to the whitelist successfully."
567
  msgstr "IP успішно додано до білого списку."
568
 
569
- #: includes/whitelist.php:320 includes/whitelist.php:342
570
- #: includes/whitelist.php:352
571
  msgid "Some errors occurred."
572
  msgstr "Відбулися деякі помилки."
573
 
574
- #: includes/whitelist.php:323
575
  msgid "IP is already in the whitelist."
576
  msgstr "IP вже знаходиться в білому списку."
577
 
578
- #: includes/whitelist.php:326
579
  msgid "Invalid IP. See allowed formats."
580
  msgstr "Невірний IP. Дивіться доступні формати."
581
 
582
- #: includes/whitelist.php:348
583
  msgid "One IP was deleted successfully."
584
  msgstr "Одну IP було видалено успішно."
585
 
586
- #: includes/whitelist.php:355
587
  msgid "You have not entered any IP."
588
  msgstr "Ви не ввели жодного IP."
589
 
590
- #: includes/whitelist.php:358
591
  msgid "You have not entered any IP in to the search form."
592
  msgstr "Ви не ввели ніякого значення у форму пошуку."
593
 
594
- #: includes/whitelist.php:360
595
  msgid "Search results for"
596
  msgstr "Результати пошуку для"
597
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
598
  #~ msgid "Divi Theme Contact Form"
599
  #~ msgstr "Контактна форма теми Divi Theme"
600
 
@@ -624,18 +653,6 @@ msgstr "Результати пошуку для"
624
  #~ "www.programmableweb.com/news/google-recaptcha-v1-api-shutting-down-"
625
  #~ "march-2018/brief/2017/10/24' target='_blank'>Дізнатися більше</a>"
626
 
627
- #~ msgid "Test ReCaptcha"
628
- #~ msgstr "Тестування ReCaptcha"
629
-
630
- #~ msgid "Enable ReCaptcha for"
631
- #~ msgstr "Включити ReCaptcha для"
632
-
633
- #~ msgid "Hide ReCaptcha for"
634
- #~ msgstr "Сховати ReCaptcha для"
635
-
636
- #~ msgid "ReCaptcha Version"
637
- #~ msgstr "Версія ReCaptcha"
638
-
639
  #~ msgid ""
640
  #~ "Only one ReCaptcha can be displayed on the page, it's related to "
641
  #~ "ReCaptcha version 1 features."
2
  msgstr ""
3
  "Project-Id-Version: reCaptcha\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2020-03-06 16:20+0200\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: the BestWebSoft Team <plugin@bestwebsoft.com>\n"
13
  "X-Poedit-KeywordsList: __;_e\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"
20
  "X-Poedit-SearchPathExcluded-0: bws_menu\n"
21
 
22
+ #: google-captcha.php:39 google-captcha.php:49 google-captcha.php:493
23
+ #: includes/class-gglcptch-settings-tabs.php:149
24
  msgid "reCaptcha Settings"
25
  msgstr "Налаштування reCaptcha"
26
 
27
+ #: google-captcha.php:50 google-captcha.php:1078 google-captcha.php:1091
28
+ #: includes/class-gglcptch-settings-tabs.php:22
29
  msgid "Settings"
30
  msgstr "Налаштування"
31
 
41
  msgid "Upgrade to Pro"
42
  msgstr "Оновити до Pro"
43
 
44
+ #: google-captcha.php:268
45
  msgid "Please wait until Google reCAPTCHA is loaded."
46
  msgstr "Будь ласка, зачекайте, поки буде завантаженo Google reCAPTCHA."
47
 
48
+ #: google-captcha.php:269
49
  msgid ""
50
  "Failed to load Google reCAPTCHA. Please check your internet connection and "
51
  "reload this page."
57
  msgid "Warning"
58
  msgstr "Увага"
59
 
60
+ #: google-captcha.php:395
61
  msgid "You are in the whitelist"
62
  msgstr "Ви знаходитесь в білому списку"
63
 
64
+ #: google-captcha.php:494
65
  msgid "Please enable JavaScript in your browser."
66
  msgstr "Будь ласка, увімкніть JavaScript у вашому браузері."
67
 
68
+ #: google-captcha.php:576
69
  msgid "This site is protected by reCAPTCHA and the Google "
70
  msgstr "Цей сайт захищений reCAPTCHA і застосовуються "
71
 
72
+ #: google-captcha.php:577
73
  msgid "Privacy Policy"
74
  msgstr "Політика конфіденційності"
75
 
76
+ #: google-captcha.php:578
77
  msgid " and "
78
  msgstr " та "
79
 
80
+ #: google-captcha.php:579
81
  msgid "Terms of Service"
82
  msgstr "Умови обслуговування"
83
 
84
+ #: google-captcha.php:580
85
  msgid " apply."
86
  msgstr " Google."
87
 
88
+ #: google-captcha.php:587
89
  msgid "To use reCaptcha you must get the keys from"
90
  msgstr "Щоб використовувати reCaptcha, вам необхідно отримати ключі з"
91
 
92
+ #: google-captcha.php:588
93
  msgid "here"
94
  msgstr "тут"
95
 
96
+ #: google-captcha.php:589
97
  msgid "and enter them on the"
98
  msgstr "і вставте їх у"
99
 
100
+ #: google-captcha.php:591
101
  msgid "plugin setting page"
102
  msgstr "сторінку налаштувань плагіну"
103
 
104
+ #: google-captcha.php:856 includes/forms.php:349
105
  msgid "Error"
106
  msgstr "Помилка"
107
 
108
+ #: google-captcha.php:978
109
  msgid "User response is missing."
110
  msgstr "Відповідь користувача відсутня."
111
 
112
+ #: google-captcha.php:980
113
  msgid "Secret Key is missing."
114
  msgstr "Секретний ключ відсутній."
115
 
116
+ #: google-captcha.php:983
117
  msgid "Secret Key is invalid."
118
  msgstr "Секретний ключ некоректний."
119
 
120
+ #: google-captcha.php:984
121
  msgid "Check your domain configurations"
122
  msgstr "Перевірте конфігурацію вашого домену"
123
 
124
+ #: google-captcha.php:985
125
  msgid "and enter it again"
126
  msgstr "і введіть його знову"
127
 
128
+ #: google-captcha.php:987
129
  msgid "User response is invalid"
130
  msgstr "Некоректна відповідь користувача"
131
 
132
+ #: google-captcha.php:988
133
  msgid "You have entered an incorrect reCAPTCHA value."
134
  msgstr "Ви ввели невірне значення reCAPTCHA."
135
 
136
+ #: google-captcha.php:989
137
  msgid ""
138
  "More than one reCAPTCHA has been found in the current form. Please remove "
139
  "all unnecessary reCAPTCHA fields to make it work properly."
141
  "В поточній формі знайдено більш ніж один блок reCAPTCHA. Будь-ласка видаліть "
142
  "усі зайві блоки reCAPTCHA для коректної подальшої роботи."
143
 
144
+ #: google-captcha.php:991
145
+ msgid "reCaptcha v3 test failed"
146
+ msgstr "Тест reCaptcha v3 не пройдений"
147
 
148
+ #: google-captcha.php:1029
149
  msgid "Please submit \"Test verification\""
150
  msgstr "Будь ласка, натисніть кнопку \"Тестування перевірки\""
151
 
152
+ #: google-captcha.php:1031
153
  msgid "Please complete the captcha and submit \"Test verification\""
154
  msgstr ""
155
  "Будь ласка, заповніть капчу і натисніть кнопку \"Тестування перевірки\""
156
 
157
+ #: google-captcha.php:1037
158
  msgid "Test verification"
159
  msgstr "Тестування перевірки"
160
 
161
+ #: google-captcha.php:1058
162
  msgid "The verification is successfully completed."
163
  msgstr "Перевірка завершена успішно."
164
 
165
+ #: google-captcha.php:1093
166
  msgid "FAQ"
167
  msgstr "FAQ"
168
 
169
+ #: google-captcha.php:1094
170
  msgid "Support"
171
  msgstr "Техпідтримка"
172
 
173
+ #: includes/class-gglcptch-settings-tabs.php:23
174
  msgid "Misc"
175
  msgstr "Різне"
176
 
177
+ #: includes/class-gglcptch-settings-tabs.php:24
178
  msgid "Custom Code"
179
  msgstr "Користувацький код"
180
 
181
+ #: includes/class-gglcptch-settings-tabs.php:25
182
  msgid "License Key"
183
  msgstr "Ліцензійний ключ"
184
 
185
+ #: includes/class-gglcptch-settings-tabs.php:48
186
  msgid "Site Key"
187
  msgstr "Ключ сайту"
188
 
189
+ #: includes/class-gglcptch-settings-tabs.php:53
190
  msgid "Secret Key"
191
  msgstr "Секретний ключ"
192
 
193
+ #: includes/class-gglcptch-settings-tabs.php:60
194
+ #: includes/class-gglcptch-settings-tabs.php:61
195
  msgid "Version"
196
  msgstr "Версія"
197
 
198
+ #: includes/class-gglcptch-settings-tabs.php:62
199
  msgid "Invisible"
200
  msgstr "Невидима"
201
 
202
+ #: includes/class-gglcptch-settings-tabs.php:93
203
  msgid "Enter site key"
204
  msgstr "Введіть ключ сайту"
205
 
206
+ #: includes/class-gglcptch-settings-tabs.php:94
207
+ #: includes/class-gglcptch-settings-tabs.php:101
208
  msgid "WARNING: The captcha will not be displayed until you fill key fields."
209
  msgstr ""
210
  "УВАГА: Капча не буде відображатись, поки ви не заповните поля з ключами."
211
 
212
+ #: includes/class-gglcptch-settings-tabs.php:100
213
  msgid "Enter secret key"
214
  msgstr "Введіть секретний ключ"
215
 
216
+ #: includes/class-gglcptch-settings-tabs.php:137
217
  msgid "Settings saved."
218
  msgstr "Налаштування збережені."
219
 
220
+ #: includes/class-gglcptch-settings-tabs.php:152
221
  msgid "Authentication"
222
  msgstr "Ідентифікація"
223
 
224
+ #: includes/class-gglcptch-settings-tabs.php:153
225
  msgid ""
226
+ "Register your domain name with Google reCaptcha service and add the keys to "
227
+ "the fields below."
228
  msgstr ""
229
+ "Зареєструйте свій веб-сайт за допомогою Google reCaptcha, щоб отримати "
230
+ "необхідні API ключі та введіть їх нижче."
231
 
232
+ #: includes/class-gglcptch-settings-tabs.php:153
233
  msgid "Get the API Keys"
234
  msgstr "Отримати API ключі"
235
 
236
+ #: includes/class-gglcptch-settings-tabs.php:170
237
+ msgid "Test reCaptcha"
238
+ msgstr "Тестування reCaptcha"
239
 
240
+ #: includes/class-gglcptch-settings-tabs.php:176
241
  msgid "General"
242
  msgstr "Загальне"
243
 
244
+ #: includes/class-gglcptch-settings-tabs.php:179
245
+ msgid "reCaptcha Version"
246
+ msgstr "Версія reCaptcha"
247
 
248
+ #: includes/class-gglcptch-settings-tabs.php:192
249
+ msgid "Enable reCaptcha for"
250
+ msgstr "Включити reCaptcha для"
251
 
252
+ #: includes/class-gglcptch-settings-tabs.php:238
253
+ #: includes/class-gglcptch-settings-tabs.php:300 includes/pro_banners.php:20
254
  msgid "Close"
255
  msgstr "Закрити"
256
 
257
+ #: includes/class-gglcptch-settings-tabs.php:247
258
+ msgid "Hide reCaptcha for"
259
+ msgstr "Сховати ReCaptcha для"
260
 
261
+ #: includes/class-gglcptch-settings-tabs.php:266
262
+ msgid "Hide reCaptcha Badge"
263
+ msgstr "Сховати знак ReCaptcha"
264
 
265
+ #: includes/class-gglcptch-settings-tabs.php:271
266
+ msgid "Enable to hide reCaptcha Badge for Version 3 and Invisble reCaptcha."
267
  msgstr ""
268
+ "Увімкніть, щоб приховати значок reCaptcha для версії 3 і Invisible reCaptcha."
269
 
270
+ #: includes/class-gglcptch-settings-tabs.php:277
271
  msgid "Theme"
272
  msgstr "Тема"
273
 
274
+ #: includes/class-gglcptch-settings-tabs.php:281
275
  msgid "Light"
276
  msgstr "Свiтла"
277
 
278
+ #: includes/class-gglcptch-settings-tabs.php:282
279
  msgid "Dark"
280
  msgstr "Темна"
281
 
282
+ #: includes/class-gglcptch-settings-tabs.php:288
283
  msgid "Score"
284
  msgstr "Кількість очок"
285
 
286
+ #: includes/class-gglcptch-settings-tabs.php:293
287
+ #, php-format
288
+ msgid "Set the minimum verification score from %s to %s (default is %s)."
289
  msgstr ""
290
+ "Вкажіть граничне значення, при якому перевірка буде пройдена від %s до %s "
291
+ "(за замовчуванням %s)."
292
 
293
+ #: includes/class-gglcptch-settings-tabs.php:310
294
+ msgid "Use reCaptcha Globally"
295
+ msgstr "Використовувати ReCaptcha глобально"
296
+
297
+ #: includes/class-gglcptch-settings-tabs.php:315
298
+ msgid ""
299
+ "Enable to use reCaptcha when Google is not accessible or blocked in your "
300
+ "country."
301
+ msgstr ""
302
+ "Увімкнути використання reCaptcha, коли Google недоступний або заблокований у "
303
+ "вашій країні."
304
+
305
+ #: includes/class-gglcptch-settings-tabs.php:320
306
  msgid "Whitelist Notification"
307
  msgstr "Повідомлення про знаходження у білому списку"
308
 
309
+ #: includes/class-gglcptch-settings-tabs.php:323
310
+ msgid "This message will be displayed instead of the reCaptcha."
311
+ msgstr "Це повідомлення буде відображатися замість reCaptcha."
312
 
313
+ #: includes/class-gglcptch-settings-tabs.php:327
314
  msgid "Advanced Protection"
315
  msgstr "Посилений захист"
316
 
317
+ #: includes/class-gglcptch-settings-tabs.php:331
318
  msgid ""
319
+ "Enable to keep submit button disabled until reCaptcha is loaded (do not use "
320
+ "this option if you see \"Failed to load Google reCaptcha\" message)."
321
  msgstr ""
322
  "Увімкніть, щоб кнопка підтвердження залишалася відключеною до тих пір, поки "
323
+ "не буде завантажена reCaptcha (Не використовуйте цю опцію, якщо ви бачите "
324
+ "повідомлення \"Не вдалося завантажити Google reCaptcha\")."
325
 
326
+ #: includes/class-gglcptch-settings-tabs.php:337
327
  msgid "Disabled Submit Button"
328
  msgstr "Відключена кнопка підтвердження"
329
 
330
+ #: includes/class-gglcptch-settings-tabs.php:342
331
  msgid ""
332
+ "Enable to keep submit button disabled until user passes the reCaptcha test "
333
  "(for Version 2)."
334
  msgstr ""
335
  "Увімкніть, щоб кнопка відправки залишалася відключеною до тих пір, поки "
336
+ "користувач не пройде тест reCaptcha (для версії 2)."
337
 
338
+ #: includes/class-gglcptch-settings-tabs.php:356
339
  msgid ""
340
+ "reCaptcha version was changed. Please submit \"Test reCaptcha\" and "
341
  "regenerate Site and Secret keys if necessary."
342
  msgstr ""
343
+ "Версію reCaptcha було змінено. Будь ласка, натисніть \"Тестування reCaptcha"
344
  "\" та оновіть секретний ключ та ключ сайту, якщо це необхідно."
345
 
346
+ #: includes/class-gglcptch-settings-tabs.php:369
347
  msgid "reCaptcha Shortcode"
348
  msgstr "Шорткод reCaptcha"
349
 
350
+ #: includes/class-gglcptch-settings-tabs.php:372
351
  msgid "Add reCaptcha to your posts or pages using the following shortcode:"
352
  msgstr ""
353
  "Додайте reCaptcha до своїх постів або сторінок за допомогою такого шорткоду:"
396
  msgid "Install Now"
397
  msgstr "Встановити зараз"
398
 
399
+ #: includes/forms.php:262
400
  msgid "Authentication failed."
401
  msgstr "Помилка аутентифікації."
402
 
403
+ #: includes/forms.php:351
404
  msgid "Click the BACK button on your browser and try again."
405
  msgstr "Натисніть кнопку НАЗАД у браузері та спробуйте ще раз."
406
 
526
 
527
  #: includes/pro_banners.php:188
528
  msgid ""
529
+ "Enable to switch language automatically on multilingual website using the "
530
  "Multilanguage plugin."
531
  msgstr ""
532
  "Увімкніть, щоб перемкнути мову автоматично на багатомовному сайті, "
576
  msgid "Delete"
577
  msgstr "Видалити"
578
 
579
+ #: includes/whitelist.php:319
580
  msgid "IP added to the whitelist successfully."
581
  msgstr "IP успішно додано до білого списку."
582
 
583
+ #: includes/whitelist.php:321 includes/whitelist.php:347
584
+ #: includes/whitelist.php:361
585
  msgid "Some errors occurred."
586
  msgstr "Відбулися деякі помилки."
587
 
588
+ #: includes/whitelist.php:324
589
  msgid "IP is already in the whitelist."
590
  msgstr "IP вже знаходиться в білому списку."
591
 
592
+ #: includes/whitelist.php:327
593
  msgid "Invalid IP. See allowed formats."
594
  msgstr "Невірний IP. Дивіться доступні формати."
595
 
596
+ #: includes/whitelist.php:357
597
  msgid "One IP was deleted successfully."
598
  msgstr "Одну IP було видалено успішно."
599
 
600
+ #: includes/whitelist.php:364
601
  msgid "You have not entered any IP."
602
  msgstr "Ви не ввели жодного IP."
603
 
604
+ #: includes/whitelist.php:367
605
  msgid "You have not entered any IP in to the search form."
606
  msgstr "Ви не ввели ніякого значення у форму пошуку."
607
 
608
+ #: includes/whitelist.php:369
609
  msgid "Search results for"
610
  msgstr "Результати пошуку для"
611
 
612
+ #~ msgid "Test reCAPTCHA"
613
+ #~ msgstr "Тестування reCAPTCHA"
614
+
615
+ #~ msgid "reCAPTCHA Version"
616
+ #~ msgstr "Версія reCAPTCHA"
617
+
618
+ #~ msgid "Enable reCAPTCHA for"
619
+ #~ msgstr "Включити reCAPTCHA для"
620
+
621
+ #~ msgid "Hide reCAPTCHA for"
622
+ #~ msgstr "Сховати reCAPTCHA для"
623
+
624
+ #~ msgid "Hide reCAPTCHA Badge"
625
+ #~ msgstr "Сховати значок reCAPTCHA"
626
+
627
  #~ msgid "Divi Theme Contact Form"
628
  #~ msgstr "Контактна форма теми Divi Theme"
629
 
653
  #~ "www.programmableweb.com/news/google-recaptcha-v1-api-shutting-down-"
654
  #~ "march-2018/brief/2017/10/24' target='_blank'>Дізнатися більше</a>"
655
 
 
 
 
 
 
 
 
 
 
 
 
 
656
  #~ msgid ""
657
  #~ "Only one ReCaptcha can be displayed on the page, it's related to "
658
  #~ "ReCaptcha version 1 features."
readme.txt CHANGED
@@ -4,7 +4,7 @@ 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.55
8
  License: GPLv3 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -28,7 +28,7 @@ http://www.youtube.com/watch?v=qwHsW3IJ7gQ
28
  * Reset password form
29
  * Comments form
30
  * [Contact Form](https://bestwebsoft.com/products/wordpress/plugins/contact-form/?k=56575444122cff9ab3ee3e640efb001a)
31
- * Testimonials
32
  * Custom form
33
  * Hide reCaptcha for the whitelisted IP addresses
34
  * Disable the submit button
@@ -101,7 +101,7 @@ If you have a feature suggestion or idea you'd like to see in the plugin, we'd l
101
 
102
  * [[Doc] Installation](https://docs.google.com/document/d/1-hvn6WRvWnOqj5v5pLUk7Awyu87lq5B_dO-Tv-MC9JQ/)
103
  * [[Doc] Purchase](https://docs.google.com/document/d/1EUdBVvnm7IHZ6y0DNyldZypUQKpB8UVPToSc_LdOYQI/)
104
- * [[Doc] How to Use](https://docs.google.com/document/d/1yTDdMSLqvgATbo5lPzuNn4QRF0EyEPFuLoFB15beMww/)
105
  * [[Video] Installation Instruction](http://www.youtube.com/watch?v=RUJ9VwZLFSY)
106
  * [[Video] Purchase, Installation & Configuration](https://www.youtube.com/watch?v=X-ccRdEFcM0)
107
 
@@ -112,6 +112,7 @@ Visit our Help Center if you have any questions, our friendly Support Team is ha
112
  = Translation =
113
 
114
  * Czech (cs_CZ) (thanks to [Michal Kučera](mailto:kucerami@gmail.com), www.n0lim.it, [PaMaDeSSoft](mailto:info@pamadessoft.cz), www.pamadessoft.cz)
 
115
  * Russian (ru_RU)
116
  * Spanish (es_ES)
117
  * Ukrainian (uk)
@@ -266,6 +267,12 @@ Please make sure that the problem hasn't been discussed yet on our forum (<https
266
 
267
  == Changelog ==
268
 
 
 
 
 
 
 
269
  = V1.55 - 11.12.2019 =
270
  * Update : Plugin was renamed.
271
  * Bugfix : Vulnerabilities and security issues were fixed.
@@ -503,6 +510,11 @@ Please make sure that the problem hasn't been discussed yet on our forum (<https
503
 
504
  == Upgrade Notice ==
505
 
 
 
 
 
 
506
  = V1.55 =
507
  * Bugs fixed.
508
 
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
 
28
  * Reset password form
29
  * Comments form
30
  * [Contact Form](https://bestwebsoft.com/products/wordpress/plugins/contact-form/?k=56575444122cff9ab3ee3e640efb001a)
31
+ * [Testimonials](https://bestwebsoft.com/products/wordpress/plugins/testimonials/)
32
  * Custom form
33
  * Hide reCaptcha for the whitelisted IP addresses
34
  * Disable the submit button
101
 
102
  * [[Doc] Installation](https://docs.google.com/document/d/1-hvn6WRvWnOqj5v5pLUk7Awyu87lq5B_dO-Tv-MC9JQ/)
103
  * [[Doc] Purchase](https://docs.google.com/document/d/1EUdBVvnm7IHZ6y0DNyldZypUQKpB8UVPToSc_LdOYQI/)
104
+ * [[Doc] User Guide](https://docs.google.com/document/d/1yTDdMSLqvgATbo5lPzuNn4QRF0EyEPFuLoFB15beMww/)
105
  * [[Video] Installation Instruction](http://www.youtube.com/watch?v=RUJ9VwZLFSY)
106
  * [[Video] Purchase, Installation & Configuration](https://www.youtube.com/watch?v=X-ccRdEFcM0)
107
 
112
  = Translation =
113
 
114
  * Czech (cs_CZ) (thanks to [Michal Kučera](mailto:kucerami@gmail.com), www.n0lim.it, [PaMaDeSSoft](mailto:info@pamadessoft.cz), www.pamadessoft.cz)
115
+ * Romanian (ro_RO)
116
  * Russian (ru_RU)
117
  * Spanish (es_ES)
118
  * Ukrainian (uk)
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.
273
+ * Update : All functionality was updated for WordPress 5.3.2.
274
+ * Bugfix : The bug with the reCAPTCHA displaying in Internet Explorer has been fixed.
275
+
276
  = V1.55 - 11.12.2019 =
277
  * Update : Plugin was renamed.
278
  * Bugfix : Vulnerabilities and security issues were fixed.
510
 
511
  == Upgrade Notice ==
512
 
513
+ = V1.56 =
514
+ * The compatibility with new WordPress version updated.
515
+ * Languages updated.
516
+ * Bugs fixed.
517
+
518
  = V1.55 =
519
  * Bugs fixed.
520
 
screenshot-7.png CHANGED
Binary file