Google Captcha (reCAPTCHA) by BestWebSoft - Version 1.60

Version Description

  • 15.01.2021 =
  • Pro : The compatibility with Gravity Forms has been added.
  • Pro : The compatibility with WooCommerce has been improved.
  • Update : All functionality was updated for WordPress 5.6.
Download this release

Release Info

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

Code changes from version 1.59 to 1.60

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.59
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
@@ -70,14 +70,14 @@ if ( ! function_exists( 'gglcptch_admin_menu' ) ) {
70
  'gglcptch-bws-panel',
71
  'bws_add_menu_render'
72
  );
73
-
74
- if ( isset( $submenu['google-captcha.php'] ) ) {
75
- $submenu['google-captcha.php'][] = array(
76
- '<span style="color:#d86463"> ' . __('Upgrade to Pro', 'google-captcha' ) . '</span>',
77
- 'manage_options',
78
- 'https://bestwebsoft.com/products/wordpress/plugins/google-captcha/?k=b850d949ccc1239cab0da315c3c822ab&pn=109&v=' . $gglcptch_plugin_info["Version"] . '&wp_v=' . $wp_version );
79
- }
80
-
81
  add_action( "load-{$settings_page}", 'gglcptch_add_tabs' );
82
  add_action( "load-{$allowlist_page}", 'gglcptch_add_tabs' );
83
  }
@@ -145,13 +145,16 @@ if ( ! function_exists( 'gglcptch_admin_init' ) ) {
145
  $bws_plugin_info = array( 'id' => '109', 'version' => $gglcptch_plugin_info["Version"] );
146
  }
147
 
 
148
  if ( 'plugins.php' == $pagenow ) {
149
- if ( empty( $gglcptch_options ) ) {
150
  register_gglcptch_settings();
151
- }
152
- if ( function_exists( 'bws_plugin_banner_go_pro' ) )
153
- bws_plugin_banner_go_pro( $gglcptch_options, $gglcptch_plugin_info, 'gglcptch', 'google-captcha', '676d9558f9786ab41d7de35335cf5c4d', '109', 'google-captcha' );
 
154
  }
 
155
  }
156
  }
157
 
@@ -275,6 +278,8 @@ if ( ! function_exists( 'gglcptch_add_scripts' ) ) {
275
 
276
  wp_enqueue_script( 'gglcptch_script', plugins_url( 'js/script.js', __FILE__ ), array( 'jquery', 'gglcptch_api' ), $gglcptch_plugin_info["Version"], true );
277
 
 
 
278
  $options = array(
279
  'version' => $gglcptch_options['recaptcha_version'],
280
  'sitekey' => $gglcptch_options['public_key'],
@@ -364,7 +369,7 @@ if ( ! function_exists( 'register_gglcptch_settings' ) ) {
364
  * @deprecated since 1.59
365
  * @todo remove after 01.05.2021
366
  */
367
- if ( isset( $gglcptch_options['plugin_option_version'] ) && version_compare( $gglcptch_options['plugin_option_version'] , '1.59', '<' ) ) {
368
  $prefix = $wpdb->prefix . 'gglcptch_';
369
  /* Renaming a table */
370
  $wpdb->query( "RENAME TABLE `" . $prefix . "whitelist` TO `" . $prefix . "allowlist`" );
@@ -512,7 +517,9 @@ if ( ! function_exists( 'gglcptch_add_settings_page' ) ) {
512
  $page->display_content();
513
  }
514
 
515
- bws_plugin_reviews_block( $gglcptch_plugin_info['Name'], 'google-captcha' );
 
 
516
  } ?>
517
  </div>
518
  <?php }
6
  Author: BestWebSoft
7
  Text Domain: google-captcha
8
  Domain Path: /languages
9
+ Version: 1.60
10
  Author URI: https://bestwebsoft.com/
11
  License: GPLv3 or later
12
  */
13
 
14
+ /* © Copyright 2021 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
70
  'gglcptch-bws-panel',
71
  'bws_add_menu_render'
72
  );
73
+ /*pls */
74
+ if ( isset( $submenu['google-captcha.php'] ) ) {
75
+ $submenu['google-captcha.php'][] = array(
76
+ '<span style="color:#d86463"> ' . __('Upgrade to Pro', 'google-captcha' ) . '</span>',
77
+ 'manage_options',
78
+ 'https://bestwebsoft.com/products/wordpress/plugins/google-captcha/?k=b850d949ccc1239cab0da315c3c822ab&pn=109&v=' . $gglcptch_plugin_info["Version"] . '&wp_v=' . $wp_version );
79
+ }
80
+ /* pls*/
81
  add_action( "load-{$settings_page}", 'gglcptch_add_tabs' );
82
  add_action( "load-{$allowlist_page}", 'gglcptch_add_tabs' );
83
  }
145
  $bws_plugin_info = array( 'id' => '109', 'version' => $gglcptch_plugin_info["Version"] );
146
  }
147
 
148
+ /*pls */
149
  if ( 'plugins.php' == $pagenow ) {
150
+ if ( empty( $gglcptch_options ) )
151
  register_gglcptch_settings();
152
+
153
+ if ( function_exists( 'bws_plugin_banner_go_pro' ) ) {
154
+ bws_plugin_banner_go_pro( $gglcptch_options, $gglcptch_plugin_info, 'gglcptch', 'google-captcha', '676d9558f9786ab41d7de35335cf5c4d', '109', 'google-captcha' );
155
+ }
156
  }
157
+ /* pls*/
158
  }
159
  }
160
 
278
 
279
  wp_enqueue_script( 'gglcptch_script', plugins_url( 'js/script.js', __FILE__ ), array( 'jquery', 'gglcptch_api' ), $gglcptch_plugin_info["Version"], true );
280
 
281
+ do_action( 'gglcptch_custom_enqueue_script' );
282
+
283
  $options = array(
284
  'version' => $gglcptch_options['recaptcha_version'],
285
  'sitekey' => $gglcptch_options['public_key'],
369
  * @deprecated since 1.59
370
  * @todo remove after 01.05.2021
371
  */
372
+ if ( isset( $gglcptch_options['plugin_option_version'] ) && version_compare( $gglcptch_options['plugin_option_version'], '1.59', '<' ) ) {
373
  $prefix = $wpdb->prefix . 'gglcptch_';
374
  /* Renaming a table */
375
  $wpdb->query( "RENAME TABLE `" . $prefix . "whitelist` TO `" . $prefix . "allowlist`" );
517
  $page->display_content();
518
  }
519
 
520
+ /*pls */
521
+ bws_plugin_reviews_block( $gglcptch_plugin_info['Name'], 'google-captcha' );
522
+ /* pls*/
523
  } ?>
524
  </div>
525
  <?php }
includes/allowlist.php CHANGED
@@ -87,15 +87,16 @@ if ( ! class_exists( 'Gglcptch_Allowlist' ) ) {
87
  <br/>
88
  <span class="bws_info" style="line-height: 2;"><?php _e( "Allowed diapason", 'google-captcha' ); ?>:&nbsp;<code>0.0.0.0 - 255.255.255.255</code></span>
89
  </div>
90
- <?php
91
- if ( isset( $_POST['bws_hide_premium_options'] ) ) {
92
- $gglcptch_options['hide_premium_options'][0] = 1;
93
- update_option( 'gglcptch_options', $gglcptch_options );
94
- }
95
- $display_pro_options_for_allowlist = get_option( 'gglcptch_options' );
96
- if( empty( $display_pro_options_for_allowlist['hide_premium_options'][0] ) ) {
97
- gglcptch_pro_block( 'gglcptch_allowlist_banner' );
98
- } ?>
 
99
  <p>
100
  <input type="submit" name="gglcptch_submit_add_to_allowlist" class="button-secondary" value="<?php _e( 'Add IP to Allow List', 'google-captcha' ) ?>" />
101
  <?php wp_nonce_field( $this->basename, 'gglcptch_nonce_name' ); ?>
87
  <br/>
88
  <span class="bws_info" style="line-height: 2;"><?php _e( "Allowed diapason", 'google-captcha' ); ?>:&nbsp;<code>0.0.0.0 - 255.255.255.255</code></span>
89
  </div>
90
+ <!-- pls -->
91
+ <?php if ( isset( $_POST['bws_hide_premium_options'] ) ) {
92
+ $gglcptch_options['hide_premium_options'][0] = 1;
93
+ update_option( 'gglcptch_options', $gglcptch_options );
94
+ }
95
+ $display_pro_options_for_allowlist = get_option( 'gglcptch_options' );
96
+ if( empty( $display_pro_options_for_allowlist['hide_premium_options'][0] ) ) {
97
+ gglcptch_pro_block( 'gglcptch_allowlist_banner' );
98
+ } ?>
99
+ <!-- end pls -->
100
  <p>
101
  <input type="submit" name="gglcptch_submit_add_to_allowlist" class="button-secondary" value="<?php _e( 'Add IP to Allow List', 'google-captcha' ) ?>" />
102
  <?php wp_nonce_field( $this->basename, 'gglcptch_nonce_name' ); ?>
includes/class-gglcptch-settings-tabs.php CHANGED
@@ -22,7 +22,9 @@ if ( ! class_exists( 'Gglcptch_Settings_Tabs' ) ) {
22
  'settings' => array( 'label' => __( 'Settings', 'google-captcha' ) ),
23
  'misc' => array( 'label' => __( 'Misc', 'google-captcha' ) ),
24
  'custom_code' => array( 'label' => __( 'Custom Code', 'google-captcha' ) ),
 
25
  'license' => array( 'label' => __( 'License Key', 'google-captcha' ) )
 
26
  );
27
 
28
  parent::__construct( array(
@@ -32,11 +34,13 @@ 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
  'link_key' => 'b850d949ccc1239cab0da315c3c822ab',
37
- 'link_pn' => '109',
38
- 'doc_link' => 'https://docs.google.com/document/d/1yTDdMSLqvgATbo5lPzuNn4QRF0EyEPFuLoFB15beMww/',
39
- 'doc_video_link' => 'https://www.youtube.com/watch?v=ZFv6txtic0Y/'
40
  ) );
41
 
42
  $this->all_plugins = get_plugins();
@@ -66,6 +70,7 @@ if ( ! class_exists( 'Gglcptch_Settings_Tabs' ) ) {
66
  $this->sections = gglcptch_get_sections();
67
 
68
  add_action( get_parent_class( $this ) . '_display_custom_messages', array( $this, 'display_custom_messages' ) );
 
69
  add_action( get_parent_class( $this ) . '_display_metabox', array( $this, 'display_metabox' ) );
70
  }
71
 
@@ -124,6 +129,7 @@ if ( ! class_exists( 'Gglcptch_Settings_Tabs' ) ) {
124
  }
125
  }
126
 
 
127
  update_option( 'gglcptch_options', $this->options );
128
  $message = __( "Settings saved.", 'google-captcha' );
129
 
@@ -223,6 +229,7 @@ if ( ! class_exists( 'Gglcptch_Settings_Tabs' ) ) {
223
  </td>
224
  </tr>
225
  </table>
 
226
  <?php if ( ! $this->hide_pro_tabs ) { ?>
227
  <div class="bws_pro_version_bloc">
228
  <div class="bws_pro_version_table_bloc">
@@ -233,6 +240,7 @@ if ( ! class_exists( 'Gglcptch_Settings_Tabs' ) ) {
233
  <?php $this->bws_pro_block_links(); ?>
234
  </div>
235
  <?php } ?>
 
236
  <table class="form-table">
237
  <tr valign="top">
238
  <th scope="row"><?php _e( 'Hide reCaptcha for', 'google-captcha' ); ?></th>
@@ -259,7 +267,7 @@ if ( ! class_exists( 'Gglcptch_Settings_Tabs' ) ) {
259
  <td>
260
  <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;
261
  <span class="bws_info">
262
- <?php _e( 'Enable to hide reCaptcha Badge for Version 3 and Invisble reCaptcha.', 'google-captcha' ); ?>
263
  </span>
264
  </td>
265
  </tr>
@@ -285,6 +293,7 @@ if ( ! class_exists( 'Gglcptch_Settings_Tabs' ) ) {
285
  </td>
286
  </tr>
287
  </table>
 
288
  <?php if ( ! $this->hide_pro_tabs ) { ?>
289
  <div class="bws_pro_version_bloc">
290
  <div class="bws_pro_version_table_bloc">
@@ -295,6 +304,7 @@ if ( ! class_exists( 'Gglcptch_Settings_Tabs' ) ) {
295
  <?php $this->bws_pro_block_links(); ?>
296
  </div>
297
  <?php } ?>
 
298
  <table class="form-table">
299
  <tr valign="top">
300
  <th scope="row">
@@ -348,6 +358,10 @@ if ( ! class_exists( 'Gglcptch_Settings_Tabs' ) ) {
348
  <?php }
349
  }
350
 
 
 
 
 
351
  /**
352
  * Display custom metabox
353
  * @access public
22
  'settings' => array( 'label' => __( 'Settings', 'google-captcha' ) ),
23
  'misc' => array( 'label' => __( 'Misc', 'google-captcha' ) ),
24
  'custom_code' => array( 'label' => __( 'Custom Code', 'google-captcha' ) ),
25
+ /*pls */
26
  'license' => array( 'label' => __( 'License Key', 'google-captcha' ) )
27
+ /* pls*/
28
  );
29
 
30
  parent::__construct( array(
34
  'default_options' => gglcptch_get_default_options(),
35
  'options' => $gglcptch_options,
36
  'tabs' => $tabs,
37
+ 'doc_link' => 'https://docs.google.com/document/d/1yTDdMSLqvgATbo5lPzuNn4QRF0EyEPFuLoFB15beMww/',
38
+ 'doc_video_link' => 'https://www.youtube.com/watch?v=ZFv6txtic0Y/',
39
+ /*pls */
40
  'wp_slug' => 'google-captcha',
41
  'link_key' => 'b850d949ccc1239cab0da315c3c822ab',
42
+ 'link_pn' => '109'
43
+ /* pls*/
 
44
  ) );
45
 
46
  $this->all_plugins = get_plugins();
70
  $this->sections = gglcptch_get_sections();
71
 
72
  add_action( get_parent_class( $this ) . '_display_custom_messages', array( $this, 'display_custom_messages' ) );
73
+ add_action( get_parent_class( $this ) . '_additional_misc_options', array( $this, 'additional_misc_options' ) );
74
  add_action( get_parent_class( $this ) . '_display_metabox', array( $this, 'display_metabox' ) );
75
  }
76
 
129
  }
130
  }
131
 
132
+ $this->options = apply_filters( 'gglcptch_before_save_options', $this->options );
133
  update_option( 'gglcptch_options', $this->options );
134
  $message = __( "Settings saved.", 'google-captcha' );
135
 
229
  </td>
230
  </tr>
231
  </table>
232
+ <!-- pls -->
233
  <?php if ( ! $this->hide_pro_tabs ) { ?>
234
  <div class="bws_pro_version_bloc">
235
  <div class="bws_pro_version_table_bloc">
240
  <?php $this->bws_pro_block_links(); ?>
241
  </div>
242
  <?php } ?>
243
+ <!-- end pls -->
244
  <table class="form-table">
245
  <tr valign="top">
246
  <th scope="row"><?php _e( 'Hide reCaptcha for', 'google-captcha' ); ?></th>
267
  <td>
268
  <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;
269
  <span class="bws_info">
270
+ <?php _e( 'Enable to hide reCaptcha Badge for Version 3 and Invisible reCaptcha.', 'google-captcha' ); ?>
271
  </span>
272
  </td>
273
  </tr>
293
  </td>
294
  </tr>
295
  </table>
296
+ <!-- pls -->
297
  <?php if ( ! $this->hide_pro_tabs ) { ?>
298
  <div class="bws_pro_version_bloc">
299
  <div class="bws_pro_version_table_bloc">
304
  <?php $this->bws_pro_block_links(); ?>
305
  </div>
306
  <?php } ?>
307
+ <!-- end pls -->
308
  <table class="form-table">
309
  <tr valign="top">
310
  <th scope="row">
358
  <?php }
359
  }
360
 
361
+ public function additional_misc_options() {
362
+ do_action( 'gglcptch_settings_page_misc_action', $this->options );
363
+ }
364
+
365
  /**
366
  * Display custom metabox
367
  * @access public
includes/forms.php CHANGED
@@ -101,10 +101,11 @@ if ( ! function_exists( 'gglcptch_add_lmtttmpts_forms' ) ) {
101
  if ( ! function_exists( 'gglcptch_get_section_notice' ) ) {
102
  function gglcptch_get_section_notice( $section_slug = '' ) {
103
  $section_notice = "";
104
- $plugins = array(
105
- /* example: */
106
- /* 'bbpress' => 'bbpress/bbpress.php' */
107
- );
 
108
 
109
  $is_network_admin = is_network_admin();
110
 
101
  if ( ! function_exists( 'gglcptch_get_section_notice' ) ) {
102
  function gglcptch_get_section_notice( $section_slug = '' ) {
103
  $section_notice = "";
104
+ $plugins = array(
105
+ /* example: */
106
+ /* 'bbpress' => 'bbpress/bbpress.php' */
107
+ );
108
+ $plugins = apply_filters( 'gglcptch_custom_plugin_section_notice', $plugins );
109
 
110
  $is_network_admin = is_network_admin();
111
 
includes/pro_banners.php CHANGED
@@ -68,13 +68,15 @@ if ( ! function_exists( 'gglcptch_supported_plugins_banner' ) ) {
68
  'wpforo_reply_form' => array( 'form_name' => __( 'wpForo Reply form', 'google-captcha') ),
69
  'ninja_form' => array( 'form_name' => __( 'Ninja Forms', 'google-captcha' ) ),
70
  'divi_contact_form' => array( 'form_name' => __( 'Divi Contact Form', 'google-captcha' ) ),
71
- 'divi_login' => array( 'form_name' => __( 'Divi Login Form', 'google-captcha' ) )
 
72
  );
73
  $pro_sections = array(
74
  'external' => array(
75
  'name' => __( 'External Plugins', 'google-captcha' ),
76
  'forms' => array(
77
  'cf7',
 
78
  'si_contact_form',
79
  'jetpack_contact_form',
80
  'sbscrbr',
68
  'wpforo_reply_form' => array( 'form_name' => __( 'wpForo Reply form', 'google-captcha') ),
69
  'ninja_form' => array( 'form_name' => __( 'Ninja Forms', 'google-captcha' ) ),
70
  'divi_contact_form' => array( 'form_name' => __( 'Divi Contact Form', 'google-captcha' ) ),
71
+ 'divi_login' => array( 'form_name' => __( 'Divi Login Form', 'google-captcha' ) ),
72
+ 'gravity_forms' => array( 'form_name' => __( 'Gravity Forms', 'google-captcha' ) )
73
  );
74
  $pro_sections = array(
75
  'external' => array(
76
  'name' => __( 'External Plugins', 'google-captcha' ),
77
  'forms' => array(
78
  'cf7',
79
+ 'gravity_forms',
80
  'si_contact_form',
81
  'jetpack_contact_form',
82
  'sbscrbr',
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: 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,29 +13,29 @@ msgstr ""
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
 
32
- #: google-captcha.php:58 includes/whitelist.php:46
33
- msgid "reCaptcha Whitelist"
34
  msgstr "Белый cписок reCaptcha"
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"
@@ -57,83 +57,83 @@ msgstr ""
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,35 +141,116 @@ msgstr ""
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 "Разное"
@@ -182,47 +263,47 @@ msgstr "Пользовательский код"
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."
@@ -230,72 +311,72 @@ 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."
@@ -303,19 +384,19 @@ 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)."
@@ -324,11 +405,11 @@ msgstr ""
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)."
@@ -336,7 +417,7 @@ 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."
@@ -344,11 +425,11 @@ 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 в свои записи или страницы, используя следующий шорткод:"
@@ -377,7 +458,7 @@ msgstr "Testimonials"
377
  msgid "WordPress default"
378
  msgstr "Стандартных форм WordPress"
379
 
380
- #: includes/forms.php:47 includes/pro_banners.php:75
381
  msgid "External Plugins"
382
  msgstr "Внешние плагины"
383
 
@@ -397,11 +478,11 @@ msgstr "Активировать"
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
 
@@ -409,10 +490,6 @@ msgstr "Нажмите кнопку НАЗАД в вашем браузере и
409
  msgid "This options is available in Pro version of plugin"
410
  msgstr "Эта опция доступна в Pro версии плагина"
411
 
412
- #: includes/pro_banners.php:40 includes/whitelist.php:86
413
- msgid "Allowed formats"
414
- msgstr "Доступные форматы"
415
-
416
  #: includes/pro_banners.php:41
417
  msgid "Allowed separators for IPs: a comma"
418
  msgstr "Доступные разделители для IP-адресов: запятая"
@@ -505,27 +582,31 @@ msgstr "Контактная форма плагина Divi"
505
  msgid "Divi Login Form"
506
  msgstr "Форма логина плагина Divi"
507
 
508
- #: includes/pro_banners.php:167
 
 
 
 
509
  msgid "Size"
510
  msgstr "Размер"
511
 
512
- #: includes/pro_banners.php:171
513
  msgid "Normal"
514
  msgstr "Нормальный"
515
 
516
- #: includes/pro_banners.php:172
517
  msgid "Compact"
518
  msgstr "Компактный"
519
 
520
- #: includes/pro_banners.php:177
521
  msgid "Language"
522
  msgstr "Язык"
523
 
524
- #: includes/pro_banners.php:185
525
  msgid "Multilanguage"
526
  msgstr "Multilanguage"
527
 
528
- #: includes/pro_banners.php:188
529
  msgid ""
530
  "Enable to switch language automatically on multilingual website using the "
531
  "Multilanguage plugin."
@@ -533,82 +614,8 @@ msgstr ""
533
  "Включить, чтобы переключить язык автоматически на многоязычном сайте, "
534
  "используя плагин Multilanguage."
535
 
536
- #: includes/whitelist.php:49
537
- msgid "Add New"
538
- msgstr "Добавить"
539
-
540
- #: includes/whitelist.php:74
541
- msgid "IP to whitelist"
542
- msgstr "IP в белый список"
543
-
544
- #: includes/whitelist.php:81
545
- msgid "My IP"
546
- msgstr "Мой IP"
547
-
548
- #: includes/whitelist.php:88
549
- msgid "Allowed diapason"
550
- msgstr "Доступные диапазоны"
551
-
552
- #: includes/whitelist.php:100
553
- msgid "Add IP to whitelist"
554
- msgstr "Добавить IP в белый список"
555
-
556
- #: includes/whitelist.php:105
557
- msgid "Search IP"
558
- msgstr "Искать IP"
559
-
560
- #: includes/whitelist.php:159
561
- msgid "Nothing found"
562
- msgstr "Ничего не найдено"
563
-
564
- #: includes/whitelist.php:159
565
- msgid "No IP in the whitelist"
566
- msgstr "Список IP пуст"
567
-
568
- #: includes/whitelist.php:166
569
- msgid "IP Address"
570
- msgstr "IP Адресс"
571
-
572
- #: includes/whitelist.php:167
573
- msgid "Date Added"
574
- msgstr "Дата добавления"
575
-
576
- #: includes/whitelist.php:221 includes/whitelist.php:231
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"
2
  msgstr ""
3
  "Project-Id-Version: reCaptcha\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2021-01-15 15:50+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.4.2\n"
17
  "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
18
  "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
  "X-Poedit-SearchPathExcluded-0: bws_menu\n"
21
 
22
+ #: google-captcha.php:39 google-captcha.php:49 google-captcha.php:505
23
+ #: includes/class-gglcptch-settings-tabs.php:140
24
  msgid "reCaptcha Settings"
25
  msgstr "Настройки reCaptcha"
26
 
27
+ #: google-captcha.php:50 google-captcha.php:1090 google-captcha.php:1103
28
  #: includes/class-gglcptch-settings-tabs.php:22
29
  msgid "Settings"
30
  msgstr "Настройки"
31
 
32
+ #: google-captcha.php:58 includes/allowlist.php:46
33
+ msgid "reCaptcha Allow List"
34
  msgstr "Белый cписок reCaptcha"
35
 
36
  #: google-captcha.php:59
37
+ msgid "Allow List"
38
+ msgstr "Доступные диапазоны"
39
 
40
  #: google-captcha.php:76 includes/pro_banners.php:29
41
  msgid "Upgrade to Pro"
57
  msgid "Warning"
58
  msgstr "Внимание"
59
 
60
+ #: google-captcha.php:407
61
+ msgid "You are in the allow list"
62
  msgstr "Вы в белом списке"
63
 
64
+ #: google-captcha.php:506
65
  msgid "Please enable JavaScript in your browser."
66
  msgstr "Пожалуйста, включите поддержку JavaScript в вашем браузере."
67
 
68
+ #: google-captcha.php:588
69
  msgid "This site is protected by reCAPTCHA and the Google "
70
  msgstr "Этот сайт защищен reCAPTCHA и применяются "
71
 
72
+ #: google-captcha.php:589
73
  msgid "Privacy Policy"
74
  msgstr "Политика конфиденциальности"
75
 
76
+ #: google-captcha.php:590
77
  msgid " and "
78
  msgstr " и "
79
 
80
+ #: google-captcha.php:591
81
  msgid "Terms of Service"
82
  msgstr "Условия обслуживания"
83
 
84
+ #: google-captcha.php:592
85
  msgid " apply."
86
  msgstr " Google."
87
 
88
+ #: google-captcha.php:599
89
  msgid "To use reCaptcha you must get the keys from"
90
  msgstr "Чтобы использовать reCaptcha, вам необходимо получить ключи"
91
 
92
+ #: google-captcha.php:600
93
  msgid "here"
94
  msgstr "здесь"
95
 
96
+ #: google-captcha.php:601
97
  msgid "and enter them on the"
98
  msgstr "и вставить их на"
99
 
100
+ #: google-captcha.php:603
101
  msgid "plugin setting page"
102
  msgstr "странице настроек плагина"
103
 
104
+ #: google-captcha.php:868 includes/forms.php:357
105
  msgid "Error"
106
  msgstr "Ошибка"
107
 
108
+ #: google-captcha.php:990
109
  msgid "User response is missing."
110
  msgstr "Ответ пользователя отсутствует."
111
 
112
+ #: google-captcha.php:992
113
  msgid "Secret Key is missing."
114
  msgstr "Секретный ключ отсутствует."
115
 
116
+ #: google-captcha.php:995
117
  msgid "Secret Key is invalid."
118
  msgstr "Некорректный секретный ключ."
119
 
120
+ #: google-captcha.php:996
121
  msgid "Check your domain configurations"
122
  msgstr "Проверьте настройки вашего домена"
123
 
124
+ #: google-captcha.php:997
125
  msgid "and enter it again"
126
  msgstr "и введите его снова"
127
 
128
+ #: google-captcha.php:999
129
  msgid "User response is invalid"
130
  msgstr "Некорректный ответ пользователя"
131
 
132
+ #: google-captcha.php:1000
133
  msgid "You have entered an incorrect reCAPTCHA value."
134
  msgstr "Ошибка: Вы ввели неверное значение reCAPTCHA."
135
 
136
+ #: google-captcha.php:1001
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:1003
145
  msgid "reCaptcha v3 test failed"
146
  msgstr "Тест reCaptcha v3 не пройден"
147
 
148
+ #: google-captcha.php:1041
149
  msgid "Please submit \"Test verification\""
150
  msgstr "Пожалуйста, нажмите кнопку \"Тестирование проверки\"."
151
 
152
+ #: google-captcha.php:1043
153
  msgid "Please complete the captcha and submit \"Test verification\""
154
  msgstr ""
155
  "Пожалуйста, заполните капчу и нажмите кнопку \"Тестирование проверки\"."
156
 
157
+ #: google-captcha.php:1049
158
  msgid "Test verification"
159
  msgstr "Тестирование проверки"
160
 
161
+ #: google-captcha.php:1070
162
  msgid "The verification is successfully completed."
163
  msgstr "Тестирование проверки успешно завершено."
164
 
165
+ #: google-captcha.php:1105
166
  msgid "FAQ"
167
  msgstr "FAQ"
168
 
169
+ #: google-captcha.php:1106
170
  msgid "Support"
171
  msgstr "Поддержка"
172
 
173
+ #: includes/allowlist.php:49
174
+ msgid "Add New"
175
+ msgstr "Добавить"
176
+
177
+ #: includes/allowlist.php:74
178
+ msgid "IP to Allow List"
179
+ msgstr "IP в белый список"
180
+
181
+ #: includes/allowlist.php:81
182
+ msgid "My IP"
183
+ msgstr "Мой IP"
184
+
185
+ #: includes/allowlist.php:86 includes/pro_banners.php:40
186
+ msgid "Allowed formats"
187
+ msgstr "Доступные форматы"
188
+
189
+ #: includes/allowlist.php:88
190
+ msgid "Allowed diapason"
191
+ msgstr "Доступные диапазоны"
192
+
193
+ #: includes/allowlist.php:100
194
+ msgid "Add IP to Allow List"
195
+ msgstr "Добавить IP в белый список"
196
+
197
+ #: includes/allowlist.php:105
198
+ msgid "Search IP"
199
+ msgstr "Искать IP"
200
+
201
+ #: includes/allowlist.php:159
202
+ msgid "Nothing found"
203
+ msgstr "Ничего не найдено"
204
+
205
+ #: includes/allowlist.php:159
206
+ msgid "No IP in the Allow List"
207
+ msgstr "Список IP пуст"
208
+
209
+ #: includes/allowlist.php:166
210
+ msgid "IP Address"
211
+ msgstr "IP Адресс"
212
+
213
+ #: includes/allowlist.php:167
214
+ msgid "Date Added"
215
+ msgstr "Дата добавления"
216
+
217
+ #: includes/allowlist.php:221 includes/allowlist.php:231
218
+ msgid "Delete"
219
+ msgstr "Удалить"
220
+
221
+ #: includes/allowlist.php:319
222
+ msgid "IP added to the allow list successfully."
223
+ msgstr "IP адрес успешно добавлен в белый список."
224
+
225
+ #: includes/allowlist.php:321 includes/allowlist.php:347
226
+ #: includes/allowlist.php:361
227
+ msgid "Some errors occurred."
228
+ msgstr "Возникли некоторые ошибки."
229
+
230
+ #: includes/allowlist.php:324
231
+ msgid "IP is already in the allow list."
232
+ msgstr "IP адрес уже в белом списке."
233
+
234
+ #: includes/allowlist.php:327
235
+ msgid "Invalid IP. See allowed formats."
236
+ msgstr "Неверный IP. Смотите доступные форматы."
237
+
238
+ #: includes/allowlist.php:357
239
+ msgid "One IP was deleted successfully."
240
+ msgstr "Один IP адрес был успешно удален."
241
+
242
+ #: includes/allowlist.php:364
243
+ msgid "You have not entered any IP."
244
+ msgstr "Вы не ввели ни одного IP адреса."
245
+
246
+ #: includes/allowlist.php:367
247
+ msgid "You have not entered any IP in to the search form."
248
+ msgstr "Вы не ввели значения в форму поиска."
249
+
250
+ #: includes/allowlist.php:369
251
+ msgid "Search results for"
252
+ msgstr "Результаты поиска для"
253
+
254
  #: includes/class-gglcptch-settings-tabs.php:23
255
  msgid "Misc"
256
  msgstr "Разное"
263
  msgid "License Key"
264
  msgstr "Лицензионный ключ"
265
 
266
+ #: includes/class-gglcptch-settings-tabs.php:47
267
  msgid "Site Key"
268
  msgstr "Ключ сайта"
269
 
270
+ #: includes/class-gglcptch-settings-tabs.php:52
271
  msgid "Secret Key"
272
  msgstr "Секретный ключ"
273
 
274
+ #: includes/class-gglcptch-settings-tabs.php:59
275
  #: includes/class-gglcptch-settings-tabs.php:60
 
276
  msgid "Version"
277
  msgstr "Версия"
278
 
279
+ #: includes/class-gglcptch-settings-tabs.php:61
280
  msgid "Invisible"
281
  msgstr "Невидимая"
282
 
283
+ #: includes/class-gglcptch-settings-tabs.php:84
284
  msgid "Enter site key"
285
  msgstr "Введите ключ сайта"
286
 
287
+ #: includes/class-gglcptch-settings-tabs.php:85
288
+ #: includes/class-gglcptch-settings-tabs.php:92
289
  msgid "WARNING: The captcha will not be displayed until you fill key fields."
290
  msgstr ""
291
  "ПРЕДУПРЕЖДЕНИЕ: Google Captcha не будет отображаться пока вы не заполните "
292
  "поля с ключами."
293
 
294
+ #: includes/class-gglcptch-settings-tabs.php:91
295
  msgid "Enter secret key"
296
  msgstr "Введите секретный ключ"
297
 
298
+ #: includes/class-gglcptch-settings-tabs.php:128
299
  msgid "Settings saved."
300
  msgstr "Настройки сохранены."
301
 
302
+ #: includes/class-gglcptch-settings-tabs.php:143
303
  msgid "Authentication"
304
  msgstr "Идентификация"
305
 
306
+ #: includes/class-gglcptch-settings-tabs.php:144
307
  msgid ""
308
  "Register your domain name with Google reCaptcha service and add the keys to "
309
  "the fields below."
311
  "Зарегистрируйте свой сайт с помощью Google, чтобы получить требуемые API "
312
  "ключи и введите их ниже."
313
 
314
+ #: includes/class-gglcptch-settings-tabs.php:144
315
  msgid "Get the API Keys"
316
  msgstr "Получить API ключи"
317
 
318
+ #: includes/class-gglcptch-settings-tabs.php:161
319
  msgid "Test reCaptcha"
320
  msgstr "Тестировать reCaptcha"
321
 
322
+ #: includes/class-gglcptch-settings-tabs.php:167
323
  msgid "General"
324
  msgstr "Общее"
325
 
326
+ #: includes/class-gglcptch-settings-tabs.php:170
327
  msgid "reCaptcha Version"
328
  msgstr "Версия reCaptcha"
329
 
330
+ #: includes/class-gglcptch-settings-tabs.php:183
331
  msgid "Enable reCaptcha for"
332
  msgstr "Включить reCaptcha для"
333
 
334
+ #: includes/class-gglcptch-settings-tabs.php:229
335
+ #: includes/class-gglcptch-settings-tabs.php:291 includes/pro_banners.php:20
336
  msgid "Close"
337
  msgstr "Закрыть"
338
 
339
+ #: includes/class-gglcptch-settings-tabs.php:238
340
  msgid "Hide reCaptcha for"
341
  msgstr "Спрятать reCaptcha для"
342
 
343
+ #: includes/class-gglcptch-settings-tabs.php:257
344
  msgid "Hide reCaptcha Badge"
345
  msgstr "Спрятать значок reCaptcha"
346
 
347
+ #: includes/class-gglcptch-settings-tabs.php:262
348
  msgid "Enable to hide reCaptcha Badge for Version 3 and Invisble reCaptcha."
349
  msgstr ""
350
  "Включите, чтобы скрыть значок reCaptcha для версии 3 и Invisible reCaptcha."
351
 
352
+ #: includes/class-gglcptch-settings-tabs.php:268
353
  msgid "Theme"
354
  msgstr "Тема"
355
 
356
+ #: includes/class-gglcptch-settings-tabs.php:272
357
  msgid "Light"
358
  msgstr "Светлая"
359
 
360
+ #: includes/class-gglcptch-settings-tabs.php:273
361
  msgid "Dark"
362
  msgstr "Тёмная"
363
 
364
+ #: includes/class-gglcptch-settings-tabs.php:279
365
  msgid "Score"
366
  msgstr "Количество очков"
367
 
368
+ #: includes/class-gglcptch-settings-tabs.php:284
369
  #, php-format
370
  msgid "Set the minimum verification score from %s to %s (default is %s)."
371
  msgstr ""
372
  "Укажите пороговое значение, при котором проверка будет пройдена от %s до %s "
373
  "(по умолчанию %s)."
374
 
375
+ #: includes/class-gglcptch-settings-tabs.php:301
376
  msgid "Use reCaptcha Globally"
377
  msgstr "Использовать reCaptcha глобально"
378
 
379
+ #: includes/class-gglcptch-settings-tabs.php:306
380
  msgid ""
381
  "Enable to use reCaptcha when Google is not accessible or blocked in your "
382
  "country."
384
  "Включите использование reCaptcha, когда Google недоступен или заблокирован в "
385
  "вашей стране."
386
 
387
+ #: includes/class-gglcptch-settings-tabs.php:311
388
+ msgid "Allow List Notification"
389
  msgstr "Уведомление о нахождении в белом списке"
390
 
391
+ #: includes/class-gglcptch-settings-tabs.php:314
392
  msgid "This message will be displayed instead of the reCaptcha."
393
  msgstr "Это сообщение будет отображено вместо поля reCaptcha."
394
 
395
+ #: includes/class-gglcptch-settings-tabs.php:318
396
  msgid "Advanced Protection"
397
  msgstr "Усиленная защита"
398
 
399
+ #: includes/class-gglcptch-settings-tabs.php:322
400
  msgid ""
401
  "Enable to keep submit button disabled until reCaptcha is loaded (do not use "
402
  "this option if you see \"Failed to load Google reCaptcha\" message)."
405
  "не будет загружена reCaptcha (Не используйте эту опцию, если вы видите "
406
  "сообщение \"Не удалось загрузить Google reCaptcha\")."
407
 
408
+ #: includes/class-gglcptch-settings-tabs.php:328
409
  msgid "Disabled Submit Button"
410
  msgstr "Отключенная кнопка подтверждения"
411
 
412
+ #: includes/class-gglcptch-settings-tabs.php:333
413
  msgid ""
414
  "Enable to keep submit button disabled until user passes the reCaptcha test "
415
  "(for Version 2)."
417
  "Включите, чтобы кнопка отправки оставалась отключенной до тех пор, пока "
418
  "пользователь не пройдет тест reCaptcha (для версии 2)."
419
 
420
+ #: includes/class-gglcptch-settings-tabs.php:347
421
  msgid ""
422
  "reCaptcha version was changed. Please submit \"Test reCaptcha\" and "
423
  "regenerate Site and Secret keys if necessary."
425
  "Версия reCaptcha была изменена. Пожалуйста, нажмите \"Тестирование reCaptcha"
426
  "\" и при необходимости обновите секретный ключ и ключ сайта."
427
 
428
+ #: includes/class-gglcptch-settings-tabs.php:360
429
  msgid "reCaptcha Shortcode"
430
  msgstr "Шорткод reCaptcha"
431
 
432
+ #: includes/class-gglcptch-settings-tabs.php:363
433
  msgid "Add reCaptcha to your posts or pages using the following shortcode:"
434
  msgstr ""
435
  "Добавьте reCaptcha в свои записи или страницы, используя следующий шорткод:"
458
  msgid "WordPress default"
459
  msgstr "Стандартных форм WordPress"
460
 
461
+ #: includes/forms.php:47 includes/pro_banners.php:76
462
  msgid "External Plugins"
463
  msgstr "Внешние плагины"
464
 
478
  msgid "Install Now"
479
  msgstr "Установить сейчас"
480
 
481
+ #: includes/forms.php:265
482
  msgid "Authentication failed."
483
  msgstr "Ошибка аутентификации."
484
 
485
+ #: includes/forms.php:359
486
  msgid "Click the BACK button on your browser and try again."
487
  msgstr "Нажмите кнопку НАЗАД в вашем браузере и попытайтесь снова."
488
 
490
  msgid "This options is available in Pro version of plugin"
491
  msgstr "Эта опция доступна в Pro версии плагина"
492
 
 
 
 
 
493
  #: includes/pro_banners.php:41
494
  msgid "Allowed separators for IPs: a comma"
495
  msgstr "Доступные разделители для IP-адресов: запятая"
582
  msgid "Divi Login Form"
583
  msgstr "Форма логина плагина Divi"
584
 
585
+ #: includes/pro_banners.php:72
586
+ msgid "Gravity Forms"
587
+ msgstr "Gravity Forms"
588
+
589
+ #: includes/pro_banners.php:169
590
  msgid "Size"
591
  msgstr "Размер"
592
 
593
+ #: includes/pro_banners.php:173
594
  msgid "Normal"
595
  msgstr "Нормальный"
596
 
597
+ #: includes/pro_banners.php:174
598
  msgid "Compact"
599
  msgstr "Компактный"
600
 
601
+ #: includes/pro_banners.php:179
602
  msgid "Language"
603
  msgstr "Язык"
604
 
605
+ #: includes/pro_banners.php:187
606
  msgid "Multilanguage"
607
  msgstr "Multilanguage"
608
 
609
+ #: includes/pro_banners.php:190
610
  msgid ""
611
  "Enable to switch language automatically on multilingual website using the "
612
  "Multilanguage plugin."
614
  "Включить, чтобы переключить язык автоматически на многоязычном сайте, "
615
  "используя плагин Multilanguage."
616
 
617
+ #~ msgid "Whitelist"
618
+ #~ msgstr "Белый список"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
619
 
620
  #~ msgid "Test reCAPTCHA"
621
  #~ msgstr "Тестирование reCAPTCHA"
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: 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,29 +13,29 @@ msgstr ""
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
 
32
- #: google-captcha.php:58 includes/whitelist.php:46
33
- msgid "reCaptcha Whitelist"
34
  msgstr "Білий список reCaptcha"
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"
@@ -57,83 +57,83 @@ msgstr ""
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,35 +141,116 @@ msgstr ""
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 "Різне"
@@ -182,46 +263,46 @@ msgstr "Користувацький код"
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."
@@ -229,72 +310,72 @@ 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."
@@ -302,19 +383,19 @@ 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)."
@@ -323,11 +404,11 @@ msgstr ""
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)."
@@ -335,7 +416,7 @@ 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."
@@ -343,11 +424,11 @@ 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 до своїх постів або сторінок за допомогою такого шорткоду:"
@@ -376,7 +457,7 @@ msgstr "Testimonials"
376
  msgid "WordPress default"
377
  msgstr "Стандартних форм WordPress"
378
 
379
- #: includes/forms.php:47 includes/pro_banners.php:75
380
  msgid "External Plugins"
381
  msgstr "Зовнішні плагіни"
382
 
@@ -396,11 +477,11 @@ msgstr "Активувати"
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
 
@@ -408,10 +489,6 @@ msgstr "Натисніть кнопку НАЗАД у браузері та сп
408
  msgid "This options is available in Pro version of plugin"
409
  msgstr "Ця опція доступна в Pro версії плагіну"
410
 
411
- #: includes/pro_banners.php:40 includes/whitelist.php:86
412
- msgid "Allowed formats"
413
- msgstr "Доступні формати"
414
-
415
  #: includes/pro_banners.php:41
416
  msgid "Allowed separators for IPs: a comma"
417
  msgstr "Доступні роздільники для IP: кома"
@@ -504,27 +581,31 @@ msgstr "Контактна форма плагіна Divi"
504
  msgid "Divi Login Form"
505
  msgstr "Форма логіну плагіна Divi"
506
 
507
- #: includes/pro_banners.php:167
 
 
 
 
508
  msgid "Size"
509
  msgstr "Розмір"
510
 
511
- #: includes/pro_banners.php:171
512
  msgid "Normal"
513
  msgstr "Нормальний"
514
 
515
- #: includes/pro_banners.php:172
516
  msgid "Compact"
517
  msgstr "Компактний"
518
 
519
- #: includes/pro_banners.php:177
520
  msgid "Language"
521
  msgstr "Мова"
522
 
523
- #: includes/pro_banners.php:185
524
  msgid "Multilanguage"
525
  msgstr "Multilanguage"
526
 
527
- #: includes/pro_banners.php:188
528
  msgid ""
529
  "Enable to switch language automatically on multilingual website using the "
530
  "Multilanguage plugin."
@@ -532,82 +613,8 @@ msgstr ""
532
  "Увімкніть, щоб перемкнути мову автоматично на багатомовному сайті, "
533
  "використовуючи плагін Multilanguage."
534
 
535
- #: includes/whitelist.php:49
536
- msgid "Add New"
537
- msgstr "Додати"
538
-
539
- #: includes/whitelist.php:74
540
- msgid "IP to whitelist"
541
- msgstr "IP до білого списку"
542
-
543
- #: includes/whitelist.php:81
544
- msgid "My IP"
545
- msgstr "Мій IP"
546
-
547
- #: includes/whitelist.php:88
548
- msgid "Allowed diapason"
549
- msgstr "Доступні діапазони"
550
-
551
- #: includes/whitelist.php:100
552
- msgid "Add IP to whitelist"
553
- msgstr "Додати IP до білого списку"
554
-
555
- #: includes/whitelist.php:105
556
- msgid "Search IP"
557
- msgstr "Шукати IP"
558
-
559
- #: includes/whitelist.php:159
560
- msgid "Nothing found"
561
- msgstr "Нічого не знайдено"
562
-
563
- #: includes/whitelist.php:159
564
- msgid "No IP in the whitelist"
565
- msgstr "Список IP порожній"
566
-
567
- #: includes/whitelist.php:166
568
- msgid "IP Address"
569
- msgstr "IP адреса"
570
-
571
- #: includes/whitelist.php:167
572
- msgid "Date Added"
573
- msgstr "Дата додавання"
574
-
575
- #: includes/whitelist.php:221 includes/whitelist.php:231
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"
2
  msgstr ""
3
  "Project-Id-Version: reCaptcha\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2021-01-15 15:50+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.4.2\n"
17
  "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
18
  "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
  "X-Poedit-SearchPathExcluded-0: bws_menu\n"
21
 
22
+ #: google-captcha.php:39 google-captcha.php:49 google-captcha.php:505
23
+ #: includes/class-gglcptch-settings-tabs.php:140
24
  msgid "reCaptcha Settings"
25
  msgstr "Налаштування reCaptcha"
26
 
27
+ #: google-captcha.php:50 google-captcha.php:1090 google-captcha.php:1103
28
  #: includes/class-gglcptch-settings-tabs.php:22
29
  msgid "Settings"
30
  msgstr "Налаштування"
31
 
32
+ #: google-captcha.php:58 includes/allowlist.php:46
33
+ msgid "reCaptcha Allow List"
34
  msgstr "Білий список reCaptcha"
35
 
36
  #: google-captcha.php:59
37
+ msgid "Allow List"
38
+ msgstr "Доступні діапазони"
39
 
40
  #: google-captcha.php:76 includes/pro_banners.php:29
41
  msgid "Upgrade to Pro"
57
  msgid "Warning"
58
  msgstr "Увага"
59
 
60
+ #: google-captcha.php:407
61
+ msgid "You are in the allow list"
62
  msgstr "Ви знаходитесь в білому списку"
63
 
64
+ #: google-captcha.php:506
65
  msgid "Please enable JavaScript in your browser."
66
  msgstr "Будь ласка, увімкніть JavaScript у вашому браузері."
67
 
68
+ #: google-captcha.php:588
69
  msgid "This site is protected by reCAPTCHA and the Google "
70
  msgstr "Цей сайт захищений reCAPTCHA і застосовуються "
71
 
72
+ #: google-captcha.php:589
73
  msgid "Privacy Policy"
74
  msgstr "Політика конфіденційності"
75
 
76
+ #: google-captcha.php:590
77
  msgid " and "
78
  msgstr " та "
79
 
80
+ #: google-captcha.php:591
81
  msgid "Terms of Service"
82
  msgstr "Умови обслуговування"
83
 
84
+ #: google-captcha.php:592
85
  msgid " apply."
86
  msgstr " Google."
87
 
88
+ #: google-captcha.php:599
89
  msgid "To use reCaptcha you must get the keys from"
90
  msgstr "Щоб використовувати reCaptcha, вам необхідно отримати ключі з"
91
 
92
+ #: google-captcha.php:600
93
  msgid "here"
94
  msgstr "тут"
95
 
96
+ #: google-captcha.php:601
97
  msgid "and enter them on the"
98
  msgstr "і вставте їх у"
99
 
100
+ #: google-captcha.php:603
101
  msgid "plugin setting page"
102
  msgstr "сторінку налаштувань плагіну"
103
 
104
+ #: google-captcha.php:868 includes/forms.php:357
105
  msgid "Error"
106
  msgstr "Помилка"
107
 
108
+ #: google-captcha.php:990
109
  msgid "User response is missing."
110
  msgstr "Відповідь користувача відсутня."
111
 
112
+ #: google-captcha.php:992
113
  msgid "Secret Key is missing."
114
  msgstr "Секретний ключ відсутній."
115
 
116
+ #: google-captcha.php:995
117
  msgid "Secret Key is invalid."
118
  msgstr "Секретний ключ некоректний."
119
 
120
+ #: google-captcha.php:996
121
  msgid "Check your domain configurations"
122
  msgstr "Перевірте конфігурацію вашого домену"
123
 
124
+ #: google-captcha.php:997
125
  msgid "and enter it again"
126
  msgstr "і введіть його знову"
127
 
128
+ #: google-captcha.php:999
129
  msgid "User response is invalid"
130
  msgstr "Некоректна відповідь користувача"
131
 
132
+ #: google-captcha.php:1000
133
  msgid "You have entered an incorrect reCAPTCHA value."
134
  msgstr "Ви ввели невірне значення reCAPTCHA."
135
 
136
+ #: google-captcha.php:1001
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:1003
145
  msgid "reCaptcha v3 test failed"
146
  msgstr "Тест reCaptcha v3 не пройдений"
147
 
148
+ #: google-captcha.php:1041
149
  msgid "Please submit \"Test verification\""
150
  msgstr "Будь ласка, натисніть кнопку \"Тестування перевірки\""
151
 
152
+ #: google-captcha.php:1043
153
  msgid "Please complete the captcha and submit \"Test verification\""
154
  msgstr ""
155
  "Будь ласка, заповніть капчу і натисніть кнопку \"Тестування перевірки\""
156
 
157
+ #: google-captcha.php:1049
158
  msgid "Test verification"
159
  msgstr "Тестування перевірки"
160
 
161
+ #: google-captcha.php:1070
162
  msgid "The verification is successfully completed."
163
  msgstr "Перевірка завершена успішно."
164
 
165
+ #: google-captcha.php:1105
166
  msgid "FAQ"
167
  msgstr "FAQ"
168
 
169
+ #: google-captcha.php:1106
170
  msgid "Support"
171
  msgstr "Техпідтримка"
172
 
173
+ #: includes/allowlist.php:49
174
+ msgid "Add New"
175
+ msgstr "Додати"
176
+
177
+ #: includes/allowlist.php:74
178
+ msgid "IP to Allow List"
179
+ msgstr "IP до білого списку"
180
+
181
+ #: includes/allowlist.php:81
182
+ msgid "My IP"
183
+ msgstr "Мій IP"
184
+
185
+ #: includes/allowlist.php:86 includes/pro_banners.php:40
186
+ msgid "Allowed formats"
187
+ msgstr "Доступні формати"
188
+
189
+ #: includes/allowlist.php:88
190
+ msgid "Allowed diapason"
191
+ msgstr "Доступні діапазони"
192
+
193
+ #: includes/allowlist.php:100
194
+ msgid "Add IP to Allow List"
195
+ msgstr "Додати IP до білого списку"
196
+
197
+ #: includes/allowlist.php:105
198
+ msgid "Search IP"
199
+ msgstr "Шукати IP"
200
+
201
+ #: includes/allowlist.php:159
202
+ msgid "Nothing found"
203
+ msgstr "Нічого не знайдено"
204
+
205
+ #: includes/allowlist.php:159
206
+ msgid "No IP in the Allow List"
207
+ msgstr "Список IP порожній"
208
+
209
+ #: includes/allowlist.php:166
210
+ msgid "IP Address"
211
+ msgstr "IP адреса"
212
+
213
+ #: includes/allowlist.php:167
214
+ msgid "Date Added"
215
+ msgstr "Дата додавання"
216
+
217
+ #: includes/allowlist.php:221 includes/allowlist.php:231
218
+ msgid "Delete"
219
+ msgstr "Видалити"
220
+
221
+ #: includes/allowlist.php:319
222
+ msgid "IP added to the allow list successfully."
223
+ msgstr "IP успішно додано до білого списку."
224
+
225
+ #: includes/allowlist.php:321 includes/allowlist.php:347
226
+ #: includes/allowlist.php:361
227
+ msgid "Some errors occurred."
228
+ msgstr "Відбулися деякі помилки."
229
+
230
+ #: includes/allowlist.php:324
231
+ msgid "IP is already in the allow list."
232
+ msgstr "IP вже знаходиться в білому списку."
233
+
234
+ #: includes/allowlist.php:327
235
+ msgid "Invalid IP. See allowed formats."
236
+ msgstr "Невірний IP. Дивіться доступні формати."
237
+
238
+ #: includes/allowlist.php:357
239
+ msgid "One IP was deleted successfully."
240
+ msgstr "Одну IP було видалено успішно."
241
+
242
+ #: includes/allowlist.php:364
243
+ msgid "You have not entered any IP."
244
+ msgstr "Ви не ввели жодного IP."
245
+
246
+ #: includes/allowlist.php:367
247
+ msgid "You have not entered any IP in to the search form."
248
+ msgstr "Ви не ввели ніякого значення у форму пошуку."
249
+
250
+ #: includes/allowlist.php:369
251
+ msgid "Search results for"
252
+ msgstr "Результати пошуку для"
253
+
254
  #: includes/class-gglcptch-settings-tabs.php:23
255
  msgid "Misc"
256
  msgstr "Різне"
263
  msgid "License Key"
264
  msgstr "Ліцензійний ключ"
265
 
266
+ #: includes/class-gglcptch-settings-tabs.php:47
267
  msgid "Site Key"
268
  msgstr "Ключ сайту"
269
 
270
+ #: includes/class-gglcptch-settings-tabs.php:52
271
  msgid "Secret Key"
272
  msgstr "Секретний ключ"
273
 
274
+ #: includes/class-gglcptch-settings-tabs.php:59
275
  #: includes/class-gglcptch-settings-tabs.php:60
 
276
  msgid "Version"
277
  msgstr "Версія"
278
 
279
+ #: includes/class-gglcptch-settings-tabs.php:61
280
  msgid "Invisible"
281
  msgstr "Невидима"
282
 
283
+ #: includes/class-gglcptch-settings-tabs.php:84
284
  msgid "Enter site key"
285
  msgstr "Введіть ключ сайту"
286
 
287
+ #: includes/class-gglcptch-settings-tabs.php:85
288
+ #: includes/class-gglcptch-settings-tabs.php:92
289
  msgid "WARNING: The captcha will not be displayed until you fill key fields."
290
  msgstr ""
291
  "УВАГА: Капча не буде відображатись, поки ви не заповните поля з ключами."
292
 
293
+ #: includes/class-gglcptch-settings-tabs.php:91
294
  msgid "Enter secret key"
295
  msgstr "Введіть секретний ключ"
296
 
297
+ #: includes/class-gglcptch-settings-tabs.php:128
298
  msgid "Settings saved."
299
  msgstr "Налаштування збережені."
300
 
301
+ #: includes/class-gglcptch-settings-tabs.php:143
302
  msgid "Authentication"
303
  msgstr "Ідентифікація"
304
 
305
+ #: includes/class-gglcptch-settings-tabs.php:144
306
  msgid ""
307
  "Register your domain name with Google reCaptcha service and add the keys to "
308
  "the fields below."
310
  "Зареєструйте свій веб-сайт за допомогою Google reCaptcha, щоб отримати "
311
  "необхідні API ключі та введіть їх нижче."
312
 
313
+ #: includes/class-gglcptch-settings-tabs.php:144
314
  msgid "Get the API Keys"
315
  msgstr "Отримати API ключі"
316
 
317
+ #: includes/class-gglcptch-settings-tabs.php:161
318
  msgid "Test reCaptcha"
319
  msgstr "Тестування reCaptcha"
320
 
321
+ #: includes/class-gglcptch-settings-tabs.php:167
322
  msgid "General"
323
  msgstr "Загальне"
324
 
325
+ #: includes/class-gglcptch-settings-tabs.php:170
326
  msgid "reCaptcha Version"
327
  msgstr "Версія reCaptcha"
328
 
329
+ #: includes/class-gglcptch-settings-tabs.php:183
330
  msgid "Enable reCaptcha for"
331
  msgstr "Включити reCaptcha для"
332
 
333
+ #: includes/class-gglcptch-settings-tabs.php:229
334
+ #: includes/class-gglcptch-settings-tabs.php:291 includes/pro_banners.php:20
335
  msgid "Close"
336
  msgstr "Закрити"
337
 
338
+ #: includes/class-gglcptch-settings-tabs.php:238
339
  msgid "Hide reCaptcha for"
340
  msgstr "Сховати ReCaptcha для"
341
 
342
+ #: includes/class-gglcptch-settings-tabs.php:257
343
  msgid "Hide reCaptcha Badge"
344
  msgstr "Сховати знак ReCaptcha"
345
 
346
+ #: includes/class-gglcptch-settings-tabs.php:262
347
  msgid "Enable to hide reCaptcha Badge for Version 3 and Invisble reCaptcha."
348
  msgstr ""
349
  "Увімкніть, щоб приховати значок reCaptcha для версії 3 і Invisible reCaptcha."
350
 
351
+ #: includes/class-gglcptch-settings-tabs.php:268
352
  msgid "Theme"
353
  msgstr "Тема"
354
 
355
+ #: includes/class-gglcptch-settings-tabs.php:272
356
  msgid "Light"
357
  msgstr "Свiтла"
358
 
359
+ #: includes/class-gglcptch-settings-tabs.php:273
360
  msgid "Dark"
361
  msgstr "Темна"
362
 
363
+ #: includes/class-gglcptch-settings-tabs.php:279
364
  msgid "Score"
365
  msgstr "Кількість очок"
366
 
367
+ #: includes/class-gglcptch-settings-tabs.php:284
368
  #, php-format
369
  msgid "Set the minimum verification score from %s to %s (default is %s)."
370
  msgstr ""
371
  "Вкажіть граничне значення, при якому перевірка буде пройдена від %s до %s "
372
  "(за замовчуванням %s)."
373
 
374
+ #: includes/class-gglcptch-settings-tabs.php:301
375
  msgid "Use reCaptcha Globally"
376
  msgstr "Використовувати ReCaptcha глобально"
377
 
378
+ #: includes/class-gglcptch-settings-tabs.php:306
379
  msgid ""
380
  "Enable to use reCaptcha when Google is not accessible or blocked in your "
381
  "country."
383
  "Увімкнути використання reCaptcha, коли Google недоступний або заблокований у "
384
  "вашій країні."
385
 
386
+ #: includes/class-gglcptch-settings-tabs.php:311
387
+ msgid "Allow List Notification"
388
  msgstr "Повідомлення про знаходження у білому списку"
389
 
390
+ #: includes/class-gglcptch-settings-tabs.php:314
391
  msgid "This message will be displayed instead of the reCaptcha."
392
  msgstr "Це повідомлення буде відображатися замість reCaptcha."
393
 
394
+ #: includes/class-gglcptch-settings-tabs.php:318
395
  msgid "Advanced Protection"
396
  msgstr "Посилений захист"
397
 
398
+ #: includes/class-gglcptch-settings-tabs.php:322
399
  msgid ""
400
  "Enable to keep submit button disabled until reCaptcha is loaded (do not use "
401
  "this option if you see \"Failed to load Google reCaptcha\" message)."
404
  "не буде завантажена reCaptcha (Не використовуйте цю опцію, якщо ви бачите "
405
  "повідомлення \"Не вдалося завантажити Google reCaptcha\")."
406
 
407
+ #: includes/class-gglcptch-settings-tabs.php:328
408
  msgid "Disabled Submit Button"
409
  msgstr "Відключена кнопка підтвердження"
410
 
411
+ #: includes/class-gglcptch-settings-tabs.php:333
412
  msgid ""
413
  "Enable to keep submit button disabled until user passes the reCaptcha test "
414
  "(for Version 2)."
416
  "Увімкніть, щоб кнопка відправки залишалася відключеною до тих пір, поки "
417
  "користувач не пройде тест reCaptcha (для версії 2)."
418
 
419
+ #: includes/class-gglcptch-settings-tabs.php:347
420
  msgid ""
421
  "reCaptcha version was changed. Please submit \"Test reCaptcha\" and "
422
  "regenerate Site and Secret keys if necessary."
424
  "Версію reCaptcha було змінено. Будь ласка, натисніть \"Тестування reCaptcha"
425
  "\" та оновіть секретний ключ та ключ сайту, якщо це необхідно."
426
 
427
+ #: includes/class-gglcptch-settings-tabs.php:360
428
  msgid "reCaptcha Shortcode"
429
  msgstr "Шорткод reCaptcha"
430
 
431
+ #: includes/class-gglcptch-settings-tabs.php:363
432
  msgid "Add reCaptcha to your posts or pages using the following shortcode:"
433
  msgstr ""
434
  "Додайте reCaptcha до своїх постів або сторінок за допомогою такого шорткоду:"
457
  msgid "WordPress default"
458
  msgstr "Стандартних форм WordPress"
459
 
460
+ #: includes/forms.php:47 includes/pro_banners.php:76
461
  msgid "External Plugins"
462
  msgstr "Зовнішні плагіни"
463
 
477
  msgid "Install Now"
478
  msgstr "Встановити зараз"
479
 
480
+ #: includes/forms.php:265
481
  msgid "Authentication failed."
482
  msgstr "Помилка аутентифікації."
483
 
484
+ #: includes/forms.php:359
485
  msgid "Click the BACK button on your browser and try again."
486
  msgstr "Натисніть кнопку НАЗАД у браузері та спробуйте ще раз."
487
 
489
  msgid "This options is available in Pro version of plugin"
490
  msgstr "Ця опція доступна в Pro версії плагіну"
491
 
 
 
 
 
492
  #: includes/pro_banners.php:41
493
  msgid "Allowed separators for IPs: a comma"
494
  msgstr "Доступні роздільники для IP: кома"
581
  msgid "Divi Login Form"
582
  msgstr "Форма логіну плагіна Divi"
583
 
584
+ #: includes/pro_banners.php:72
585
+ msgid "Gravity Forms"
586
+ msgstr "Gravity Forms"
587
+
588
+ #: includes/pro_banners.php:169
589
  msgid "Size"
590
  msgstr "Розмір"
591
 
592
+ #: includes/pro_banners.php:173
593
  msgid "Normal"
594
  msgstr "Нормальний"
595
 
596
+ #: includes/pro_banners.php:174
597
  msgid "Compact"
598
  msgstr "Компактний"
599
 
600
+ #: includes/pro_banners.php:179
601
  msgid "Language"
602
  msgstr "Мова"
603
 
604
+ #: includes/pro_banners.php:187
605
  msgid "Multilanguage"
606
  msgstr "Multilanguage"
607
 
608
+ #: includes/pro_banners.php:190
609
  msgid ""
610
  "Enable to switch language automatically on multilingual website using the "
611
  "Multilanguage plugin."
613
  "Увімкніть, щоб перемкнути мову автоматично на багатомовному сайті, "
614
  "використовуючи плагін Multilanguage."
615
 
616
+ #~ msgid "Whitelist"
617
+ #~ msgstr "Білий список"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
618
 
619
  #~ msgid "Test reCAPTCHA"
620
  #~ msgstr "Тестування reCAPTCHA"
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: bestwebsoft
3
  Donate link: https://bestwebsoft.com/donate/
4
  Tags: anti-spam security, antispam, recaptcha, captcha, captha, Invisible reCaptcha, Invisible captcha, Invisibl reCaptcha, comment, cpatcha, google catcha, Invisible re captcha, recaptcha version3
5
  Requires at least: 4.5
6
- Tested up to: 5.5.3
7
- Stable tag: 1.59
8
  License: GPLv3 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -61,6 +61,7 @@ http://www.youtube.com/watch?v=L2BziEOL3Fg
61
  > * Fast Secure Contact Form
62
  > * MailChimp for WordPress
63
  > * Ninja Forms
 
64
  > * Compatible with WooCommerce:
65
  > * Login form
66
  > * Register form
@@ -263,6 +264,11 @@ Please make sure that the problem hasn't been discussed yet on our forum (<https
263
 
264
  == Changelog ==
265
 
 
 
 
 
 
266
  = V1.59 - 02.12.2020 =
267
  * NEW : The Turkish language file was added.
268
  * NEW : The compatibility with Android app has been added.
@@ -524,6 +530,10 @@ Please make sure that the problem hasn't been discussed yet on our forum (<https
524
 
525
  == Upgrade Notice ==
526
 
 
 
 
 
527
  = V1.59 =
528
  * Bugs fixed.
529
  * Languages updated.
3
  Donate link: https://bestwebsoft.com/donate/
4
  Tags: anti-spam security, antispam, recaptcha, captcha, captha, Invisible reCaptcha, Invisible captcha, Invisibl reCaptcha, comment, cpatcha, google catcha, Invisible re captcha, recaptcha version3
5
  Requires at least: 4.5
6
+ Tested up to: 5.7
7
+ Stable tag: 1.60
8
  License: GPLv3 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
61
  > * Fast Secure Contact Form
62
  > * MailChimp for WordPress
63
  > * Ninja Forms
64
+ > * Gravity Forms [NEW]
65
  > * Compatible with WooCommerce:
66
  > * Login form
67
  > * Register form
264
 
265
  == Changelog ==
266
 
267
+ = V1.60 - 15.01.2021 =
268
+ * Pro : The compatibility with Gravity Forms has been added.
269
+ * Pro : The compatibility with WooCommerce has been improved.
270
+ * Update : All functionality was updated for WordPress 5.6.
271
+
272
  = V1.59 - 02.12.2020 =
273
  * NEW : The Turkish language file was added.
274
  * NEW : The compatibility with Android app has been added.
530
 
531
  == Upgrade Notice ==
532
 
533
+ = V1.60 =
534
+ * New features added.
535
+ * Functionality improved.
536
+
537
  = V1.59 =
538
  * Bugs fixed.
539
  * Languages updated.