Version Description
- 21.07.2021 =
- Update : All functionality was updated for WordPress 5.8.
- Update : BWS Panel section was updated.
- Bugfix : The compatibility issue with Limit Attempts by BestWebSoft has been fixed.
- Pro : The issue with Ninja Forms on plugin-information tab has been fixed.
- Pro : The compatibility with Ultimate Member has been added.
Download this release
Release Info
Developer | bestwebsoft |
Plugin | Google Captcha (reCAPTCHA) by BestWebSoft |
Version | 1.63 |
Comparing to | |
See all releases |
Code changes from version 1.62 to 1.63
- bws_menu/bws_functions.php +2 -2
- bws_menu/bws_menu.php +3 -3
- bws_menu/class-bws-settings.php +2 -2
- bws_menu/js/bws_tooltip.js +1 -1
- bws_menu/js/general_script.js +1 -1
- google-captcha.php +6 -3
- includes/class-gglcptch-settings-tabs.php +1 -1
- includes/forms.php +2 -2
- includes/pro_banners.php +12 -1
- languages/google-captcha-ru_RU.mo +0 -0
- languages/google-captcha-ru_RU.po +53 -41
- languages/google-captcha-uk.mo +0 -0
- languages/google-captcha-uk.po +53 -41
- readme.txt +24 -8
bws_menu/bws_functions.php
CHANGED
@@ -800,7 +800,7 @@ if ( ! class_exists( 'BWS_admin_tooltip' ) ) {
|
|
800 |
if ( ! in_array( $tooltip_args['position']['edge'], array( 'left', 'right', 'top', 'bottom' ) ) ) {
|
801 |
$tooltip_args['position']['edge'] = 'top';
|
802 |
}
|
803 |
-
if ( ! in_array( $tooltip_args['position']['align'], array( 'top', 'bottom', 'left', 'right', 'center'
|
804 |
$tooltip_args['position']['align'] = 'center';
|
805 |
}
|
806 |
}
|
@@ -958,7 +958,7 @@ if ( ! function_exists( 'bws_help_tab' ) ) {
|
|
958 |
|
959 |
$screen->set_help_sidebar(
|
960 |
'<p><strong>' . __( 'For more information:', 'bestwebsoft' ) . '</strong></p>' .
|
961 |
-
'<p><a href="https://
|
962 |
'<p><a href="https://www.youtube.com/user/bestwebsoft/playlists?flow=grid&sort=da&view=1" target="_blank">' . __( 'Video Instructions', 'bestwebsoft' ) . '</a></p>' .
|
963 |
'<p><a href="https://support.bestwebsoft.com/hc/en-us/requests/new" target="_blank">' . __( 'Submit a Request', 'bestwebsoft' ) . '</a></p>'
|
964 |
);
|
800 |
if ( ! in_array( $tooltip_args['position']['edge'], array( 'left', 'right', 'top', 'bottom' ) ) ) {
|
801 |
$tooltip_args['position']['edge'] = 'top';
|
802 |
}
|
803 |
+
if ( ! in_array( $tooltip_args['position']['align'], array( 'top', 'bottom', 'left', 'right', 'center' ) ) ) {
|
804 |
$tooltip_args['position']['align'] = 'center';
|
805 |
}
|
806 |
}
|
958 |
|
959 |
$screen->set_help_sidebar(
|
960 |
'<p><strong>' . __( 'For more information:', 'bestwebsoft' ) . '</strong></p>' .
|
961 |
+
'<p><a href="https://bestwebsoft.com/documentation/" target="_blank">' . __( 'Documentation', 'bestwebsoft' ) . '</a></p>' .
|
962 |
'<p><a href="https://www.youtube.com/user/bestwebsoft/playlists?flow=grid&sort=da&view=1" target="_blank">' . __( 'Video Instructions', 'bestwebsoft' ) . '</a></p>' .
|
963 |
'<p><a href="https://support.bestwebsoft.com/hc/en-us/requests/new" target="_blank">' . __( 'Submit a Request', 'bestwebsoft' ) . '</a></p>'
|
964 |
);
|
bws_menu/bws_menu.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
* Function for displaying BestWebSoft menu
|
4 |
-
* Version: 2.3.
|
5 |
*/
|
6 |
|
7 |
if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) )
|
@@ -393,12 +393,12 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
393 |
<p>
|
394 |
<strong><?php _e( 'Need help installing the plugin?', 'bestwebsoft' ); ?></strong>
|
395 |
<br>
|
396 |
-
<a target="_blank" href="https://
|
397 |
</p>
|
398 |
<p>
|
399 |
<strong><?php _e( 'Get Started', 'bestwebsoft' ); ?></strong>
|
400 |
<br>
|
401 |
-
<a target="_blank" href="https://
|
402 |
<br>
|
403 |
<a target="_blank" href="https://www.youtube.com/user/bestwebsoft"><?php _e( 'Video Instructions', 'bestwebsoft' ); ?></a>
|
404 |
<br>
|
1 |
<?php
|
2 |
/*
|
3 |
* Function for displaying BestWebSoft menu
|
4 |
+
* Version: 2.3.9
|
5 |
*/
|
6 |
|
7 |
if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) )
|
393 |
<p>
|
394 |
<strong><?php _e( 'Need help installing the plugin?', 'bestwebsoft' ); ?></strong>
|
395 |
<br>
|
396 |
+
<a target="_blank" href="https://bestwebsoft.com/documentation/how-to-install-a-wordpress-product/how-to-install-a-wordpress-plugin/"><?php _e( 'How to install WordPress plugin from your admin Dashboard (ZIP archive)', 'bestwebsoft' ); ?></a>
|
397 |
</p>
|
398 |
<p>
|
399 |
<strong><?php _e( 'Get Started', 'bestwebsoft' ); ?></strong>
|
400 |
<br>
|
401 |
+
<a target="_blank" href="https://bestwebsoft.com/documentation/"><?php _e( 'Documentation', 'bestwebsoft' ); ?></a>
|
402 |
<br>
|
403 |
<a target="_blank" href="https://www.youtube.com/user/bestwebsoft"><?php _e( 'Video Instructions', 'bestwebsoft' ); ?></a>
|
404 |
<br>
|
bws_menu/class-bws-settings.php
CHANGED
@@ -767,13 +767,13 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
|
|
767 |
<p>
|
768 |
<strong><?php _e( 'Need help installing the plugin?', 'bestwebsoft' ); ?></strong>
|
769 |
<br>
|
770 |
-
<a target="_blank" href="https://
|
771 |
</p>
|
772 |
<br>
|
773 |
<p>
|
774 |
<strong><?php _e( 'Get Started', 'bestwebsoft' ); ?></strong>
|
775 |
<br>
|
776 |
-
<a target="_blank" href="https://
|
777 |
<br>
|
778 |
<a target="_blank" href="https://www.youtube.com/user/bestwebsoft"><?php _e( 'Video Instructions', 'bestwebsoft' ); ?></a>
|
779 |
<br>
|
767 |
<p>
|
768 |
<strong><?php _e( 'Need help installing the plugin?', 'bestwebsoft' ); ?></strong>
|
769 |
<br>
|
770 |
+
<a target="_blank" href="https://bestwebsoft.com/documentation/how-to-install-a-wordpress-product/how-to-install-a-wordpress-plugin/"><?php _e( 'How to install WordPress plugin from your admin Dashboard (ZIP archive)', 'bestwebsoft' ); ?></a>
|
771 |
</p>
|
772 |
<br>
|
773 |
<p>
|
774 |
<strong><?php _e( 'Get Started', 'bestwebsoft' ); ?></strong>
|
775 |
<br>
|
776 |
+
<a target="_blank" href="https://bestwebsoft.com/documentation/"><?php _e( 'Documentation', 'bestwebsoft' ); ?></a>
|
777 |
<br>
|
778 |
<a target="_blank" href="https://www.youtube.com/user/bestwebsoft"><?php _e( 'Video Instructions', 'bestwebsoft' ); ?></a>
|
779 |
<br>
|
bws_menu/js/bws_tooltip.js
CHANGED
@@ -17,7 +17,7 @@
|
|
17 |
}
|
18 |
}
|
19 |
button = jQuery( button );
|
20 |
-
button.
|
21 |
t.element.pointer('close');
|
22 |
});
|
23 |
return button;
|
17 |
}
|
18 |
}
|
19 |
button = jQuery( button );
|
20 |
+
button.on('click.pointer', function () {
|
21 |
t.element.pointer('close');
|
22 |
});
|
23 |
return button;
|
bws_menu/js/general_script.js
CHANGED
@@ -10,7 +10,7 @@ function bws_show_settings_notice() {
|
|
10 |
/**
|
11 |
* add notice about changing on the settings page
|
12 |
*/
|
13 |
-
$( '.bws_form input, .bws_form textarea, .bws_form select' ).
|
14 |
if ( $( this ).attr( 'type' ) != 'submit' && ! $( this ).hasClass( 'bws_no_bind_notice' ) ) {
|
15 |
bws_show_settings_notice();
|
16 |
};
|
10 |
/**
|
11 |
* add notice about changing on the settings page
|
12 |
*/
|
13 |
+
$( '.bws_form input, .bws_form textarea, .bws_form select' ).on( "change paste select", function() {
|
14 |
if ( $( this ).attr( 'type' ) != 'submit' && ! $( this ).hasClass( 'bws_no_bind_notice' ) ) {
|
15 |
bws_show_settings_notice();
|
16 |
};
|
google-captcha.php
CHANGED
@@ -6,7 +6,7 @@ Description: Protect WordPress website forms from spam entries with Google Captc
|
|
6 |
Author: BestWebSoft
|
7 |
Text Domain: google-captcha
|
8 |
Domain Path: /languages
|
9 |
-
Version: 1.
|
10 |
Author URI: https://bestwebsoft.com/
|
11 |
License: GPLv3 or later
|
12 |
*/
|
@@ -938,7 +938,7 @@ if ( ! function_exists( 'gglcptch_handle_by_limit_attempts' ) ) {
|
|
938 |
$gglcptch_forms = gglcptch_get_forms();
|
939 |
}
|
940 |
|
941 |
-
$la_form_slug = "{$form_slug}
|
942 |
|
943 |
/* if reCAPTCHA answer is right */
|
944 |
if ( true == $check_result ) {
|
@@ -949,7 +949,10 @@ if ( ! function_exists( 'gglcptch_handle_by_limit_attempts' ) ) {
|
|
949 |
/* if reCAPTCHA answer is wrong */
|
950 |
$form_data = array( 'form_name' => $gglcptch_forms[ $form_slug ]['form_name'] );
|
951 |
|
952 |
-
|
|
|
|
|
|
|
953 |
if ( ! empty( $la_error ) && $la_form_slug != $la_error ) {
|
954 |
if ( is_wp_error( $check_result ) ) {
|
955 |
$check_result->add( "gglcptch_error_lmttmpts", $la_error );
|
6 |
Author: BestWebSoft
|
7 |
Text Domain: google-captcha
|
8 |
Domain Path: /languages
|
9 |
+
Version: 1.63
|
10 |
Author URI: https://bestwebsoft.com/
|
11 |
License: GPLv3 or later
|
12 |
*/
|
938 |
$gglcptch_forms = gglcptch_get_forms();
|
939 |
}
|
940 |
|
941 |
+
$la_form_slug = "{$form_slug}_captcha_check";
|
942 |
|
943 |
/* if reCAPTCHA answer is right */
|
944 |
if ( true == $check_result ) {
|
949 |
/* if reCAPTCHA answer is wrong */
|
950 |
$form_data = array( 'form_name' => $gglcptch_forms[ $form_slug ]['form_name'] );
|
951 |
|
952 |
+
if ( 'login_form_captcha_check' != $form_slug ) {
|
953 |
+
$la_error = apply_filters( 'lmtttmpts_form_fail', $la_form_slug, '', $form_data );
|
954 |
+
}
|
955 |
+
|
956 |
if ( ! empty( $la_error ) && $la_form_slug != $la_error ) {
|
957 |
if ( is_wp_error( $check_result ) ) {
|
958 |
$check_result->add( "gglcptch_error_lmttmpts", $la_error );
|
includes/class-gglcptch-settings-tabs.php
CHANGED
@@ -34,7 +34,7 @@ if ( ! class_exists( 'Gglcptch_Settings_Tabs' ) ) {
|
|
34 |
'default_options' => gglcptch_get_default_options(),
|
35 |
'options' => $gglcptch_options,
|
36 |
'tabs' => $tabs,
|
37 |
-
'doc_link' => 'https://
|
38 |
'doc_video_link' => 'https://www.youtube.com/watch?v=ZFv6txtic0Y/',
|
39 |
/*pls */
|
40 |
'wp_slug' => 'google-captcha',
|
34 |
'default_options' => gglcptch_get_default_options(),
|
35 |
'options' => $gglcptch_options,
|
36 |
'tabs' => $tabs,
|
37 |
+
'doc_link' => 'https://bestwebsoft.com/documentation/recaptcha/recaptcha-user-guide/',
|
38 |
'doc_video_link' => 'https://www.youtube.com/watch?v=ZFv6txtic0Y/',
|
39 |
/*pls */
|
40 |
'wp_slug' => 'google-captcha',
|
includes/forms.php
CHANGED
@@ -82,9 +82,9 @@ if ( ! function_exists( 'gglcptch_add_lmtttmpts_forms' ) ) {
|
|
82 |
$recaptcha_forms = gglcptch_get_forms();
|
83 |
|
84 |
foreach ( $recaptcha_forms as $form_slug => $form_data ) {
|
85 |
-
$forms["gglcptch"]["forms"]["{$form_slug}
|
86 |
if ( empty( $form_data['form_notice'] ) ) {
|
87 |
-
$forms["gglcptch"]["forms"]["{$form_slug}
|
88 |
}
|
89 |
}
|
90 |
|
82 |
$recaptcha_forms = gglcptch_get_forms();
|
83 |
|
84 |
foreach ( $recaptcha_forms as $form_slug => $form_data ) {
|
85 |
+
$forms["gglcptch"]["forms"]["{$form_slug}_captcha_check"] = $form_data;
|
86 |
if ( empty( $form_data['form_notice'] ) ) {
|
87 |
+
$forms["gglcptch"]["forms"]["{$form_slug}_captcha_check"]['form_notice'] = gglcptch_get_section_notice( $form_slug );
|
88 |
}
|
89 |
}
|
90 |
|
includes/pro_banners.php
CHANGED
@@ -70,7 +70,10 @@ if ( ! function_exists( 'gglcptch_supported_plugins_banner' ) ) {
|
|
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 |
-
'wpforms' => array( 'form_name' => __( 'WPForms', 'google-captcha' ) )
|
|
|
|
|
|
|
74 |
);
|
75 |
$pro_sections = array(
|
76 |
'external' => array(
|
@@ -125,6 +128,14 @@ if ( ! function_exists( 'gglcptch_supported_plugins_banner' ) ) {
|
|
125 |
'wpforo_new_topic_form',
|
126 |
'wpforo_reply_form'
|
127 |
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
128 |
)
|
129 |
); ?>
|
130 |
<table class="form-table bws_pro_version" style="margin-right: 10px; width: calc( 100% - 10px );">
|
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 |
+
'wpforms' => array( 'form_name' => __( 'WPForms', 'google-captcha' ) ),
|
74 |
+
'ultimate_member_login' => array( 'form_name' => __( 'Ultimate Member Login form', 'google-captcha' ) ),
|
75 |
+
'ultimate_member_register' => array( 'form_name' => __( 'Ultimate Member Registration form', 'google-captcha' ) ),
|
76 |
+
'ultimate_member_profile' => array( 'form_name' => __( 'Ultimate Member Profile form', 'google-captcha' ) )
|
77 |
);
|
78 |
$pro_sections = array(
|
79 |
'external' => array(
|
128 |
'wpforo_new_topic_form',
|
129 |
'wpforo_reply_form'
|
130 |
)
|
131 |
+
),
|
132 |
+
'ultimate_member' => array(
|
133 |
+
'name' => 'Ultimate Member',
|
134 |
+
'forms' => array(
|
135 |
+
'ultimate_member_login',
|
136 |
+
'ultimate_member_register',
|
137 |
+
'ultimate_member_profile'
|
138 |
+
)
|
139 |
)
|
140 |
); ?>
|
141 |
<table class="form-table bws_pro_version" style="margin-right: 10px; width: calc( 100% - 10px );">
|
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: 2021-
|
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,18 +13,18 @@ msgstr ""
|
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
-
"X-Generator: Poedit
|
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:
|
23 |
#: includes/class-gglcptch-settings-tabs.php:146
|
24 |
msgid "reCaptcha Settings"
|
25 |
msgstr "Настройки reCaptcha"
|
26 |
|
27 |
-
#: google-captcha.php:50 google-captcha.php:
|
28 |
#: includes/class-gglcptch-settings-tabs.php:22
|
29 |
msgid "Settings"
|
30 |
msgstr "Настройки"
|
@@ -41,11 +41,11 @@ msgstr "Доступные диапазоны"
|
|
41 |
msgid "Upgrade to Pro"
|
42 |
msgstr "Обновить до Pro"
|
43 |
|
44 |
-
#: google-captcha.php:
|
45 |
msgid "Please wait until Google reCAPTCHA is loaded."
|
46 |
msgstr "Пожалуйста, дождитесь окончания загрузки Google reCAPTCHA."
|
47 |
|
48 |
-
#: google-captcha.php:
|
49 |
msgid ""
|
50 |
"Failed to load Google reCAPTCHA. Please check your internet connection and "
|
51 |
"reload this page."
|
@@ -53,87 +53,87 @@ msgstr ""
|
|
53 |
"Не удалось загрузить Google reCAPTCHA. Пожалуйста, проверьте ваше "
|
54 |
"подключение к сети Интернет и перезагрузите эту страницу."
|
55 |
|
56 |
-
#: google-captcha.php:
|
57 |
msgid "Warning"
|
58 |
msgstr "Внимание"
|
59 |
|
60 |
-
#: google-captcha.php:
|
61 |
msgid "You are in the allow list"
|
62 |
msgstr "Вы в белом списке"
|
63 |
|
64 |
-
#: google-captcha.php:
|
65 |
msgid "Please enable JavaScript in your browser."
|
66 |
msgstr "Пожалуйста, включите поддержку JavaScript в вашем браузере."
|
67 |
|
68 |
-
#: google-captcha.php:
|
69 |
msgid "This site is protected by reCAPTCHA and the Google "
|
70 |
msgstr "Этот сайт защищен reCAPTCHA и применяются "
|
71 |
|
72 |
-
#: google-captcha.php:
|
73 |
msgid "Privacy Policy"
|
74 |
msgstr "Политика конфиденциальности"
|
75 |
|
76 |
-
#: google-captcha.php:
|
77 |
msgid " and "
|
78 |
msgstr " и "
|
79 |
|
80 |
-
#: google-captcha.php:
|
81 |
msgid "Terms of Service"
|
82 |
msgstr "Условия обслуживания"
|
83 |
|
84 |
-
#: google-captcha.php:
|
85 |
msgid " apply."
|
86 |
msgstr " Google."
|
87 |
|
88 |
-
#: google-captcha.php:
|
89 |
msgid "To use reCaptcha you must get the keys from"
|
90 |
msgstr "Чтобы использовать reCaptcha, вам необходимо получить ключи"
|
91 |
|
92 |
-
#: google-captcha.php:
|
93 |
msgid "here"
|
94 |
msgstr "здесь"
|
95 |
|
96 |
-
#: google-captcha.php:
|
97 |
msgid "and enter them on the"
|
98 |
msgstr "и вставить их на"
|
99 |
|
100 |
-
#: google-captcha.php:
|
101 |
msgid "plugin setting page"
|
102 |
msgstr "странице настроек плагина"
|
103 |
|
104 |
-
#: google-captcha.php:
|
105 |
msgid "Error"
|
106 |
msgstr "Ошибка"
|
107 |
|
108 |
-
#: google-captcha.php:
|
109 |
msgid "User response is missing."
|
110 |
msgstr "Ответ пользователя отсутствует."
|
111 |
|
112 |
-
#: google-captcha.php:
|
113 |
msgid "Secret Key is missing."
|
114 |
msgstr "Секретный ключ отсутствует."
|
115 |
|
116 |
-
#: google-captcha.php:
|
117 |
msgid "Secret Key is invalid."
|
118 |
msgstr "Некорректный секретный ключ."
|
119 |
|
120 |
-
#: google-captcha.php:
|
121 |
msgid "Check your domain configurations"
|
122 |
msgstr "Проверьте настройки вашего домена"
|
123 |
|
124 |
-
#: google-captcha.php:
|
125 |
msgid "and enter it again"
|
126 |
msgstr "и введите его снова"
|
127 |
|
128 |
-
#: google-captcha.php:
|
129 |
msgid "User response is invalid"
|
130 |
msgstr "Некорректный ответ пользователя"
|
131 |
|
132 |
-
#: google-captcha.php:
|
133 |
msgid "You have entered an incorrect reCAPTCHA value."
|
134 |
msgstr "Ошибка: Вы ввели неверное значение reCAPTCHA."
|
135 |
|
136 |
-
#: google-captcha.php:
|
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,32 +141,32 @@ msgstr ""
|
|
141 |
"В текущей форме найдено более одного блока reCAPTCHA. Пожалуйста, удалите "
|
142 |
"все лишние блоки reCAPTCHA для дальнейшей корректной работы."
|
143 |
|
144 |
-
#: google-captcha.php:
|
145 |
msgid "reCaptcha v3 test failed"
|
146 |
msgstr "Тест reCaptcha v3 не пройден"
|
147 |
|
148 |
-
#: google-captcha.php:
|
149 |
msgid "Please submit \"Test verification\""
|
150 |
msgstr "Пожалуйста, нажмите кнопку \"Тестирование проверки\"."
|
151 |
|
152 |
-
#: google-captcha.php:
|
153 |
msgid "Please complete the captcha and submit \"Test verification\""
|
154 |
msgstr ""
|
155 |
"Пожалуйста, заполните капчу и нажмите кнопку \"Тестирование проверки\"."
|
156 |
|
157 |
-
#: google-captcha.php:
|
158 |
msgid "Test verification"
|
159 |
msgstr "Тестирование проверки"
|
160 |
|
161 |
-
#: google-captcha.php:
|
162 |
msgid "The verification is successfully completed."
|
163 |
msgstr "Тестирование проверки успешно завершено."
|
164 |
|
165 |
-
#: google-captcha.php:
|
166 |
msgid "FAQ"
|
167 |
msgstr "FAQ"
|
168 |
|
169 |
-
#: google-captcha.php:
|
170 |
msgid "Support"
|
171 |
msgstr "Поддержка"
|
172 |
|
@@ -467,7 +467,7 @@ msgstr "Testimonials"
|
|
467 |
msgid "WordPress default"
|
468 |
msgstr "Стандартных форм WordPress"
|
469 |
|
470 |
-
#: includes/forms.php:47 includes/pro_banners.php:
|
471 |
msgid "External Plugins"
|
472 |
msgstr "Внешние плагины"
|
473 |
|
@@ -599,15 +599,27 @@ msgstr "Gravity Forms"
|
|
599 |
msgid "WPForms"
|
600 |
msgstr "WPForms"
|
601 |
|
602 |
-
#: includes/pro_banners.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
603 |
msgid "Language"
|
604 |
msgstr "Язык"
|
605 |
|
606 |
-
#: includes/pro_banners.php:
|
607 |
msgid "Multilanguage"
|
608 |
msgstr "Multilanguage"
|
609 |
|
610 |
-
#: includes/pro_banners.php:
|
611 |
msgid ""
|
612 |
"Enable to switch language automatically on multilingual website using the "
|
613 |
"Multilanguage plugin."
|
@@ -615,15 +627,15 @@ msgstr ""
|
|
615 |
"Включить, чтобы переключить язык автоматически на многоязычном сайте, "
|
616 |
"используя плагин Multilanguage."
|
617 |
|
618 |
-
#: includes/pro_banners.php:
|
619 |
msgid "Size"
|
620 |
msgstr "Размер"
|
621 |
|
622 |
-
#: includes/pro_banners.php:
|
623 |
msgid "Normal"
|
624 |
msgstr "Нормальный"
|
625 |
|
626 |
-
#: includes/pro_banners.php:
|
627 |
msgid "Compact"
|
628 |
msgstr "Компактный"
|
629 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: reCaptcha\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2021-07-20 17:21+0300\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 3.0\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:520
|
23 |
#: includes/class-gglcptch-settings-tabs.php:146
|
24 |
msgid "reCaptcha Settings"
|
25 |
msgstr "Настройки reCaptcha"
|
26 |
|
27 |
+
#: google-captcha.php:50 google-captcha.php:1109 google-captcha.php:1122
|
28 |
#: includes/class-gglcptch-settings-tabs.php:22
|
29 |
msgid "Settings"
|
30 |
msgstr "Настройки"
|
41 |
msgid "Upgrade to Pro"
|
42 |
msgstr "Обновить до Pro"
|
43 |
|
44 |
+
#: google-captcha.php:273
|
45 |
msgid "Please wait until Google reCAPTCHA is loaded."
|
46 |
msgstr "Пожалуйста, дождитесь окончания загрузки Google reCAPTCHA."
|
47 |
|
48 |
+
#: google-captcha.php:274
|
49 |
msgid ""
|
50 |
"Failed to load Google reCAPTCHA. Please check your internet connection and "
|
51 |
"reload this page."
|
53 |
"Не удалось загрузить Google reCAPTCHA. Пожалуйста, проверьте ваше "
|
54 |
"подключение к сети Интернет и перезагрузите эту страницу."
|
55 |
|
56 |
+
#: google-captcha.php:288
|
57 |
msgid "Warning"
|
58 |
msgstr "Внимание"
|
59 |
|
60 |
+
#: google-captcha.php:414
|
61 |
msgid "You are in the allow list"
|
62 |
msgstr "Вы в белом списке"
|
63 |
|
64 |
+
#: google-captcha.php:521
|
65 |
msgid "Please enable JavaScript in your browser."
|
66 |
msgstr "Пожалуйста, включите поддержку JavaScript в вашем браузере."
|
67 |
|
68 |
+
#: google-captcha.php:604
|
69 |
msgid "This site is protected by reCAPTCHA and the Google "
|
70 |
msgstr "Этот сайт защищен reCAPTCHA и применяются "
|
71 |
|
72 |
+
#: google-captcha.php:605
|
73 |
msgid "Privacy Policy"
|
74 |
msgstr "Политика конфиденциальности"
|
75 |
|
76 |
+
#: google-captcha.php:606
|
77 |
msgid " and "
|
78 |
msgstr " и "
|
79 |
|
80 |
+
#: google-captcha.php:607
|
81 |
msgid "Terms of Service"
|
82 |
msgstr "Условия обслуживания"
|
83 |
|
84 |
+
#: google-captcha.php:608
|
85 |
msgid " apply."
|
86 |
msgstr " Google."
|
87 |
|
88 |
+
#: google-captcha.php:615
|
89 |
msgid "To use reCaptcha you must get the keys from"
|
90 |
msgstr "Чтобы использовать reCaptcha, вам необходимо получить ключи"
|
91 |
|
92 |
+
#: google-captcha.php:616
|
93 |
msgid "here"
|
94 |
msgstr "здесь"
|
95 |
|
96 |
+
#: google-captcha.php:617
|
97 |
msgid "and enter them on the"
|
98 |
msgstr "и вставить их на"
|
99 |
|
100 |
+
#: google-captcha.php:619
|
101 |
msgid "plugin setting page"
|
102 |
msgstr "странице настроек плагина"
|
103 |
|
104 |
+
#: google-captcha.php:884 includes/forms.php:358
|
105 |
msgid "Error"
|
106 |
msgstr "Ошибка"
|
107 |
|
108 |
+
#: google-captcha.php:1009
|
109 |
msgid "User response is missing."
|
110 |
msgstr "Ответ пользователя отсутствует."
|
111 |
|
112 |
+
#: google-captcha.php:1011
|
113 |
msgid "Secret Key is missing."
|
114 |
msgstr "Секретный ключ отсутствует."
|
115 |
|
116 |
+
#: google-captcha.php:1014
|
117 |
msgid "Secret Key is invalid."
|
118 |
msgstr "Некорректный секретный ключ."
|
119 |
|
120 |
+
#: google-captcha.php:1015
|
121 |
msgid "Check your domain configurations"
|
122 |
msgstr "Проверьте настройки вашего домена"
|
123 |
|
124 |
+
#: google-captcha.php:1016
|
125 |
msgid "and enter it again"
|
126 |
msgstr "и введите его снова"
|
127 |
|
128 |
+
#: google-captcha.php:1018
|
129 |
msgid "User response is invalid"
|
130 |
msgstr "Некорректный ответ пользователя"
|
131 |
|
132 |
+
#: google-captcha.php:1019
|
133 |
msgid "You have entered an incorrect reCAPTCHA value."
|
134 |
msgstr "Ошибка: Вы ввели неверное значение reCAPTCHA."
|
135 |
|
136 |
+
#: google-captcha.php:1020
|
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:1022
|
145 |
msgid "reCaptcha v3 test failed"
|
146 |
msgstr "Тест reCaptcha v3 не пройден"
|
147 |
|
148 |
+
#: google-captcha.php:1060
|
149 |
msgid "Please submit \"Test verification\""
|
150 |
msgstr "Пожалуйста, нажмите кнопку \"Тестирование проверки\"."
|
151 |
|
152 |
+
#: google-captcha.php:1062
|
153 |
msgid "Please complete the captcha and submit \"Test verification\""
|
154 |
msgstr ""
|
155 |
"Пожалуйста, заполните капчу и нажмите кнопку \"Тестирование проверки\"."
|
156 |
|
157 |
+
#: google-captcha.php:1068
|
158 |
msgid "Test verification"
|
159 |
msgstr "Тестирование проверки"
|
160 |
|
161 |
+
#: google-captcha.php:1089
|
162 |
msgid "The verification is successfully completed."
|
163 |
msgstr "Тестирование проверки успешно завершено."
|
164 |
|
165 |
+
#: google-captcha.php:1124
|
166 |
msgid "FAQ"
|
167 |
msgstr "FAQ"
|
168 |
|
169 |
+
#: google-captcha.php:1125
|
170 |
msgid "Support"
|
171 |
msgstr "Поддержка"
|
172 |
|
467 |
msgid "WordPress default"
|
468 |
msgstr "Стандартных форм WordPress"
|
469 |
|
470 |
+
#: includes/forms.php:47 includes/pro_banners.php:80
|
471 |
msgid "External Plugins"
|
472 |
msgstr "Внешние плагины"
|
473 |
|
599 |
msgid "WPForms"
|
600 |
msgstr "WPForms"
|
601 |
|
602 |
+
#: includes/pro_banners.php:74
|
603 |
+
msgid "Ultimate Member Login form"
|
604 |
+
msgstr "Форма логина плагина Ultimate Member"
|
605 |
+
|
606 |
+
#: includes/pro_banners.php:75
|
607 |
+
msgid "Ultimate Member Registration form"
|
608 |
+
msgstr "Форма регистрации плагина Ultimate Member"
|
609 |
+
|
610 |
+
#: includes/pro_banners.php:76
|
611 |
+
msgid "Ultimate Member Profile form"
|
612 |
+
msgstr "Форма профиля плагина Ultimate Member"
|
613 |
+
|
614 |
+
#: includes/pro_banners.php:181
|
615 |
msgid "Language"
|
616 |
msgstr "Язык"
|
617 |
|
618 |
+
#: includes/pro_banners.php:189
|
619 |
msgid "Multilanguage"
|
620 |
msgstr "Multilanguage"
|
621 |
|
622 |
+
#: includes/pro_banners.php:192
|
623 |
msgid ""
|
624 |
"Enable to switch language automatically on multilingual website using the "
|
625 |
"Multilanguage plugin."
|
627 |
"Включить, чтобы переключить язык автоматически на многоязычном сайте, "
|
628 |
"используя плагин Multilanguage."
|
629 |
|
630 |
+
#: includes/pro_banners.php:204
|
631 |
msgid "Size"
|
632 |
msgstr "Размер"
|
633 |
|
634 |
+
#: includes/pro_banners.php:208
|
635 |
msgid "Normal"
|
636 |
msgstr "Нормальный"
|
637 |
|
638 |
+
#: includes/pro_banners.php:209
|
639 |
msgid "Compact"
|
640 |
msgstr "Компактный"
|
641 |
|
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: 2021-
|
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,18 +13,18 @@ msgstr ""
|
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
-
"X-Generator: Poedit
|
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:
|
23 |
#: includes/class-gglcptch-settings-tabs.php:146
|
24 |
msgid "reCaptcha Settings"
|
25 |
msgstr "Налаштування reCaptcha"
|
26 |
|
27 |
-
#: google-captcha.php:50 google-captcha.php:
|
28 |
#: includes/class-gglcptch-settings-tabs.php:22
|
29 |
msgid "Settings"
|
30 |
msgstr "Налаштування"
|
@@ -41,11 +41,11 @@ msgstr "Доступні діапазони"
|
|
41 |
msgid "Upgrade to Pro"
|
42 |
msgstr "Оновити до Pro"
|
43 |
|
44 |
-
#: google-captcha.php:
|
45 |
msgid "Please wait until Google reCAPTCHA is loaded."
|
46 |
msgstr "Будь ласка, зачекайте, поки буде завантаженo Google reCAPTCHA."
|
47 |
|
48 |
-
#: google-captcha.php:
|
49 |
msgid ""
|
50 |
"Failed to load Google reCAPTCHA. Please check your internet connection and "
|
51 |
"reload this page."
|
@@ -53,87 +53,87 @@ msgstr ""
|
|
53 |
"Не вдалося завантажити Google reCAPTCHA. Будь ласка, перевірте підключення "
|
54 |
"до Інтернету та оновіть цю сторінку."
|
55 |
|
56 |
-
#: google-captcha.php:
|
57 |
msgid "Warning"
|
58 |
msgstr "Увага"
|
59 |
|
60 |
-
#: google-captcha.php:
|
61 |
msgid "You are in the allow list"
|
62 |
msgstr "Ви знаходитесь в білому списку"
|
63 |
|
64 |
-
#: google-captcha.php:
|
65 |
msgid "Please enable JavaScript in your browser."
|
66 |
msgstr "Будь ласка, увімкніть JavaScript у вашому браузері."
|
67 |
|
68 |
-
#: google-captcha.php:
|
69 |
msgid "This site is protected by reCAPTCHA and the Google "
|
70 |
msgstr "Цей сайт захищений reCAPTCHA і застосовуються "
|
71 |
|
72 |
-
#: google-captcha.php:
|
73 |
msgid "Privacy Policy"
|
74 |
msgstr "Політика конфіденційності"
|
75 |
|
76 |
-
#: google-captcha.php:
|
77 |
msgid " and "
|
78 |
msgstr " та "
|
79 |
|
80 |
-
#: google-captcha.php:
|
81 |
msgid "Terms of Service"
|
82 |
msgstr "Умови обслуговування"
|
83 |
|
84 |
-
#: google-captcha.php:
|
85 |
msgid " apply."
|
86 |
msgstr " Google."
|
87 |
|
88 |
-
#: google-captcha.php:
|
89 |
msgid "To use reCaptcha you must get the keys from"
|
90 |
msgstr "Щоб використовувати reCaptcha, вам необхідно отримати ключі з"
|
91 |
|
92 |
-
#: google-captcha.php:
|
93 |
msgid "here"
|
94 |
msgstr "тут"
|
95 |
|
96 |
-
#: google-captcha.php:
|
97 |
msgid "and enter them on the"
|
98 |
msgstr "і вставте їх у"
|
99 |
|
100 |
-
#: google-captcha.php:
|
101 |
msgid "plugin setting page"
|
102 |
msgstr "сторінку налаштувань плагіну"
|
103 |
|
104 |
-
#: google-captcha.php:
|
105 |
msgid "Error"
|
106 |
msgstr "Помилка"
|
107 |
|
108 |
-
#: google-captcha.php:
|
109 |
msgid "User response is missing."
|
110 |
msgstr "Відповідь користувача відсутня."
|
111 |
|
112 |
-
#: google-captcha.php:
|
113 |
msgid "Secret Key is missing."
|
114 |
msgstr "Секретний ключ відсутній."
|
115 |
|
116 |
-
#: google-captcha.php:
|
117 |
msgid "Secret Key is invalid."
|
118 |
msgstr "Секретний ключ некоректний."
|
119 |
|
120 |
-
#: google-captcha.php:
|
121 |
msgid "Check your domain configurations"
|
122 |
msgstr "Перевірте конфігурацію вашого домену"
|
123 |
|
124 |
-
#: google-captcha.php:
|
125 |
msgid "and enter it again"
|
126 |
msgstr "і введіть його знову"
|
127 |
|
128 |
-
#: google-captcha.php:
|
129 |
msgid "User response is invalid"
|
130 |
msgstr "Некоректна відповідь користувача"
|
131 |
|
132 |
-
#: google-captcha.php:
|
133 |
msgid "You have entered an incorrect reCAPTCHA value."
|
134 |
msgstr "Ви ввели невірне значення reCAPTCHA."
|
135 |
|
136 |
-
#: google-captcha.php:
|
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,32 +141,32 @@ msgstr ""
|
|
141 |
"В поточній формі знайдено більш ніж один блок reCAPTCHA. Будь-ласка видаліть "
|
142 |
"усі зайві блоки reCAPTCHA для коректної подальшої роботи."
|
143 |
|
144 |
-
#: google-captcha.php:
|
145 |
msgid "reCaptcha v3 test failed"
|
146 |
msgstr "Тест reCaptcha v3 не пройдений"
|
147 |
|
148 |
-
#: google-captcha.php:
|
149 |
msgid "Please submit \"Test verification\""
|
150 |
msgstr "Будь ласка, натисніть кнопку \"Тестування перевірки\""
|
151 |
|
152 |
-
#: google-captcha.php:
|
153 |
msgid "Please complete the captcha and submit \"Test verification\""
|
154 |
msgstr ""
|
155 |
"Будь ласка, заповніть капчу і натисніть кнопку \"Тестування перевірки\""
|
156 |
|
157 |
-
#: google-captcha.php:
|
158 |
msgid "Test verification"
|
159 |
msgstr "Тестування перевірки"
|
160 |
|
161 |
-
#: google-captcha.php:
|
162 |
msgid "The verification is successfully completed."
|
163 |
msgstr "Перевірка завершена успішно."
|
164 |
|
165 |
-
#: google-captcha.php:
|
166 |
msgid "FAQ"
|
167 |
msgstr "FAQ"
|
168 |
|
169 |
-
#: google-captcha.php:
|
170 |
msgid "Support"
|
171 |
msgstr "Техпідтримка"
|
172 |
|
@@ -467,7 +467,7 @@ msgstr "Testimonials"
|
|
467 |
msgid "WordPress default"
|
468 |
msgstr "Стандартних форм WordPress"
|
469 |
|
470 |
-
#: includes/forms.php:47 includes/pro_banners.php:
|
471 |
msgid "External Plugins"
|
472 |
msgstr "Зовнішні плагіни"
|
473 |
|
@@ -599,15 +599,27 @@ msgstr "Gravity Forms"
|
|
599 |
msgid "WPForms"
|
600 |
msgstr "WPForms"
|
601 |
|
602 |
-
#: includes/pro_banners.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
603 |
msgid "Language"
|
604 |
msgstr "Мова"
|
605 |
|
606 |
-
#: includes/pro_banners.php:
|
607 |
msgid "Multilanguage"
|
608 |
msgstr "Multilanguage"
|
609 |
|
610 |
-
#: includes/pro_banners.php:
|
611 |
msgid ""
|
612 |
"Enable to switch language automatically on multilingual website using the "
|
613 |
"Multilanguage plugin."
|
@@ -615,15 +627,15 @@ msgstr ""
|
|
615 |
"Увімкніть, щоб перемкнути мову автоматично на багатомовному сайті, "
|
616 |
"використовуючи плагін Multilanguage."
|
617 |
|
618 |
-
#: includes/pro_banners.php:
|
619 |
msgid "Size"
|
620 |
msgstr "Розмір"
|
621 |
|
622 |
-
#: includes/pro_banners.php:
|
623 |
msgid "Normal"
|
624 |
msgstr "Нормальний"
|
625 |
|
626 |
-
#: includes/pro_banners.php:
|
627 |
msgid "Compact"
|
628 |
msgstr "Компактний"
|
629 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: reCaptcha\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2021-07-20 17:21+0300\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 3.0\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:520
|
23 |
#: includes/class-gglcptch-settings-tabs.php:146
|
24 |
msgid "reCaptcha Settings"
|
25 |
msgstr "Налаштування reCaptcha"
|
26 |
|
27 |
+
#: google-captcha.php:50 google-captcha.php:1109 google-captcha.php:1122
|
28 |
#: includes/class-gglcptch-settings-tabs.php:22
|
29 |
msgid "Settings"
|
30 |
msgstr "Налаштування"
|
41 |
msgid "Upgrade to Pro"
|
42 |
msgstr "Оновити до Pro"
|
43 |
|
44 |
+
#: google-captcha.php:273
|
45 |
msgid "Please wait until Google reCAPTCHA is loaded."
|
46 |
msgstr "Будь ласка, зачекайте, поки буде завантаженo Google reCAPTCHA."
|
47 |
|
48 |
+
#: google-captcha.php:274
|
49 |
msgid ""
|
50 |
"Failed to load Google reCAPTCHA. Please check your internet connection and "
|
51 |
"reload this page."
|
53 |
"Не вдалося завантажити Google reCAPTCHA. Будь ласка, перевірте підключення "
|
54 |
"до Інтернету та оновіть цю сторінку."
|
55 |
|
56 |
+
#: google-captcha.php:288
|
57 |
msgid "Warning"
|
58 |
msgstr "Увага"
|
59 |
|
60 |
+
#: google-captcha.php:414
|
61 |
msgid "You are in the allow list"
|
62 |
msgstr "Ви знаходитесь в білому списку"
|
63 |
|
64 |
+
#: google-captcha.php:521
|
65 |
msgid "Please enable JavaScript in your browser."
|
66 |
msgstr "Будь ласка, увімкніть JavaScript у вашому браузері."
|
67 |
|
68 |
+
#: google-captcha.php:604
|
69 |
msgid "This site is protected by reCAPTCHA and the Google "
|
70 |
msgstr "Цей сайт захищений reCAPTCHA і застосовуються "
|
71 |
|
72 |
+
#: google-captcha.php:605
|
73 |
msgid "Privacy Policy"
|
74 |
msgstr "Політика конфіденційності"
|
75 |
|
76 |
+
#: google-captcha.php:606
|
77 |
msgid " and "
|
78 |
msgstr " та "
|
79 |
|
80 |
+
#: google-captcha.php:607
|
81 |
msgid "Terms of Service"
|
82 |
msgstr "Умови обслуговування"
|
83 |
|
84 |
+
#: google-captcha.php:608
|
85 |
msgid " apply."
|
86 |
msgstr " Google."
|
87 |
|
88 |
+
#: google-captcha.php:615
|
89 |
msgid "To use reCaptcha you must get the keys from"
|
90 |
msgstr "Щоб використовувати reCaptcha, вам необхідно отримати ключі з"
|
91 |
|
92 |
+
#: google-captcha.php:616
|
93 |
msgid "here"
|
94 |
msgstr "тут"
|
95 |
|
96 |
+
#: google-captcha.php:617
|
97 |
msgid "and enter them on the"
|
98 |
msgstr "і вставте їх у"
|
99 |
|
100 |
+
#: google-captcha.php:619
|
101 |
msgid "plugin setting page"
|
102 |
msgstr "сторінку налаштувань плагіну"
|
103 |
|
104 |
+
#: google-captcha.php:884 includes/forms.php:358
|
105 |
msgid "Error"
|
106 |
msgstr "Помилка"
|
107 |
|
108 |
+
#: google-captcha.php:1009
|
109 |
msgid "User response is missing."
|
110 |
msgstr "Відповідь користувача відсутня."
|
111 |
|
112 |
+
#: google-captcha.php:1011
|
113 |
msgid "Secret Key is missing."
|
114 |
msgstr "Секретний ключ відсутній."
|
115 |
|
116 |
+
#: google-captcha.php:1014
|
117 |
msgid "Secret Key is invalid."
|
118 |
msgstr "Секретний ключ некоректний."
|
119 |
|
120 |
+
#: google-captcha.php:1015
|
121 |
msgid "Check your domain configurations"
|
122 |
msgstr "Перевірте конфігурацію вашого домену"
|
123 |
|
124 |
+
#: google-captcha.php:1016
|
125 |
msgid "and enter it again"
|
126 |
msgstr "і введіть його знову"
|
127 |
|
128 |
+
#: google-captcha.php:1018
|
129 |
msgid "User response is invalid"
|
130 |
msgstr "Некоректна відповідь користувача"
|
131 |
|
132 |
+
#: google-captcha.php:1019
|
133 |
msgid "You have entered an incorrect reCAPTCHA value."
|
134 |
msgstr "Ви ввели невірне значення reCAPTCHA."
|
135 |
|
136 |
+
#: google-captcha.php:1020
|
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:1022
|
145 |
msgid "reCaptcha v3 test failed"
|
146 |
msgstr "Тест reCaptcha v3 не пройдений"
|
147 |
|
148 |
+
#: google-captcha.php:1060
|
149 |
msgid "Please submit \"Test verification\""
|
150 |
msgstr "Будь ласка, натисніть кнопку \"Тестування перевірки\""
|
151 |
|
152 |
+
#: google-captcha.php:1062
|
153 |
msgid "Please complete the captcha and submit \"Test verification\""
|
154 |
msgstr ""
|
155 |
"Будь ласка, заповніть капчу і натисніть кнопку \"Тестування перевірки\""
|
156 |
|
157 |
+
#: google-captcha.php:1068
|
158 |
msgid "Test verification"
|
159 |
msgstr "Тестування перевірки"
|
160 |
|
161 |
+
#: google-captcha.php:1089
|
162 |
msgid "The verification is successfully completed."
|
163 |
msgstr "Перевірка завершена успішно."
|
164 |
|
165 |
+
#: google-captcha.php:1124
|
166 |
msgid "FAQ"
|
167 |
msgstr "FAQ"
|
168 |
|
169 |
+
#: google-captcha.php:1125
|
170 |
msgid "Support"
|
171 |
msgstr "Техпідтримка"
|
172 |
|
467 |
msgid "WordPress default"
|
468 |
msgstr "Стандартних форм WordPress"
|
469 |
|
470 |
+
#: includes/forms.php:47 includes/pro_banners.php:80
|
471 |
msgid "External Plugins"
|
472 |
msgstr "Зовнішні плагіни"
|
473 |
|
599 |
msgid "WPForms"
|
600 |
msgstr "WPForms"
|
601 |
|
602 |
+
#: includes/pro_banners.php:74
|
603 |
+
msgid "Ultimate Member Login form"
|
604 |
+
msgstr "Форма логіну плагіна Ultimate Member"
|
605 |
+
|
606 |
+
#: includes/pro_banners.php:75
|
607 |
+
msgid "Ultimate Member Registration form"
|
608 |
+
msgstr "Форма реєстрації плагіна Ultimate Member"
|
609 |
+
|
610 |
+
#: includes/pro_banners.php:76
|
611 |
+
msgid "Ultimate Member Profile form"
|
612 |
+
msgstr "Форма профілю плагіна Ultimate Member"
|
613 |
+
|
614 |
+
#: includes/pro_banners.php:181
|
615 |
msgid "Language"
|
616 |
msgstr "Мова"
|
617 |
|
618 |
+
#: includes/pro_banners.php:189
|
619 |
msgid "Multilanguage"
|
620 |
msgstr "Multilanguage"
|
621 |
|
622 |
+
#: includes/pro_banners.php:192
|
623 |
msgid ""
|
624 |
"Enable to switch language automatically on multilingual website using the "
|
625 |
"Multilanguage plugin."
|
627 |
"Увімкніть, щоб перемкнути мову автоматично на багатомовному сайті, "
|
628 |
"використовуючи плагін Multilanguage."
|
629 |
|
630 |
+
#: includes/pro_banners.php:204
|
631 |
msgid "Size"
|
632 |
msgstr "Розмір"
|
633 |
|
634 |
+
#: includes/pro_banners.php:208
|
635 |
msgid "Normal"
|
636 |
msgstr "Нормальний"
|
637 |
|
638 |
+
#: includes/pro_banners.php:209
|
639 |
msgid "Compact"
|
640 |
msgstr "Компактний"
|
641 |
|
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.
|
7 |
-
Stable tag: 1.
|
8 |
License: GPLv3 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -62,7 +62,7 @@ http://www.youtube.com/watch?v=L2BziEOL3Fg
|
|
62 |
> * MailChimp for WordPress
|
63 |
> * Ninja Forms
|
64 |
> * Gravity Forms
|
65 |
-
> * WPForms
|
66 |
> * Compatible with WooCommerce:
|
67 |
> * Login form
|
68 |
> * Register form
|
@@ -84,6 +84,10 @@ http://www.youtube.com/watch?v=L2BziEOL3Fg
|
|
84 |
> * Registration form
|
85 |
> * New Topic form
|
86 |
> * Reply form
|
|
|
|
|
|
|
|
|
87 |
> * Select reCaptcha language manually
|
88 |
> * Change size: normal or compact (for version 2)
|
89 |
> * Configure all subsites on the network
|
@@ -95,9 +99,9 @@ If you have a feature suggestion or idea you'd like to see in the plugin, we'd l
|
|
95 |
|
96 |
= Documentation & Videos =
|
97 |
|
98 |
-
* [[Doc] User Guide](https://
|
99 |
-
* [[Doc] Installation](https://
|
100 |
-
* [[Doc] Purchase](https://
|
101 |
* [[Video] Installation Instruction](http://www.youtube.com/watch?v=RUJ9VwZLFSY)
|
102 |
* [[Video] Purchase, Installation & Configuration](https://www.youtube.com/watch?v=X-ccRdEFcM0)
|
103 |
* [[Video] User Guide](https://www.youtube.com/watch?v=ZFv6txtic0Y)
|
@@ -135,7 +139,7 @@ Some of these translations are not complete. We are constantly adding new featur
|
|
135 |
3. Plugin settings are located in reCaptcha menu.
|
136 |
4. Create a form in post and insert the shortcode [bws_google_captcha] into the form.
|
137 |
|
138 |
-
[View a Step-by-step Instruction on reCaptcha Installation](https://
|
139 |
|
140 |
http://www.youtube.com/watch?v=RUJ9VwZLFSY
|
141 |
|
@@ -250,7 +254,7 @@ Please make sure that the problem hasn't been discussed yet on our forum (<https
|
|
250 |
- The link to the page where the problem occurs
|
251 |
- The name of the plugin and its version. If you are using a pro version - your order number.
|
252 |
- The version of your WordPress installation
|
253 |
-
- Copy and paste into the message your system status report. Please read more here: [Instruction on System Status](https://
|
254 |
|
255 |
== Screenshots ==
|
256 |
|
@@ -265,6 +269,13 @@ Please make sure that the problem hasn't been discussed yet on our forum (<https
|
|
265 |
|
266 |
== Changelog ==
|
267 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
268 |
= V1.62 - 14.05.2021 =
|
269 |
* Update : All functionality was updated for WordPress 5.7.2.
|
270 |
* Bugfix : The issue of sending a password reset link on the user edit page has been fixed.
|
@@ -543,6 +554,11 @@ Please make sure that the problem hasn't been discussed yet on our forum (<https
|
|
543 |
|
544 |
== Upgrade Notice ==
|
545 |
|
|
|
|
|
|
|
|
|
|
|
546 |
= V1.62 =
|
547 |
* The compatibility with new WordPress version updated.
|
548 |
* Bugs fixed.
|
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.8
|
7 |
+
Stable tag: 1.63
|
8 |
License: GPLv3 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
62 |
> * MailChimp for WordPress
|
63 |
> * Ninja Forms
|
64 |
> * Gravity Forms
|
65 |
+
> * WPForms
|
66 |
> * Compatible with WooCommerce:
|
67 |
> * Login form
|
68 |
> * Register form
|
84 |
> * Registration form
|
85 |
> * New Topic form
|
86 |
> * Reply form
|
87 |
+
> * Compatible with Ultimate Member [NEW]:
|
88 |
+
> * Login form
|
89 |
+
> * Registration form
|
90 |
+
> * Profile form
|
91 |
> * Select reCaptcha language manually
|
92 |
> * Change size: normal or compact (for version 2)
|
93 |
> * Configure all subsites on the network
|
99 |
|
100 |
= Documentation & Videos =
|
101 |
|
102 |
+
* [[Doc] User Guide](https://bestwebsoft.com/documentation/recaptcha/recaptcha-user-guide/)
|
103 |
+
* [[Doc] Installation](https://bestwebsoft.com/documentation/how-to-install-a-wordpress-product/how-to-install-a-wordpress-plugin/)
|
104 |
+
* [[Doc] Purchase](https://bestwebsoft.com/documentation/how-to-purchase-a-wordpress-plugin/how-to-purchase-wordpress-plugin-from-bestwebsoft/)
|
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 |
* [[Video] User Guide](https://www.youtube.com/watch?v=ZFv6txtic0Y)
|
139 |
3. Plugin settings are located in reCaptcha menu.
|
140 |
4. Create a form in post and insert the shortcode [bws_google_captcha] into the form.
|
141 |
|
142 |
+
[View a Step-by-step Instruction on reCaptcha Installation](https://bestwebsoft.com/documentation/how-to-install-a-wordpress-product/how-to-install-a-wordpress-plugin/)
|
143 |
|
144 |
http://www.youtube.com/watch?v=RUJ9VwZLFSY
|
145 |
|
254 |
- The link to the page where the problem occurs
|
255 |
- The name of the plugin and its version. If you are using a pro version - your order number.
|
256 |
- The version of your WordPress installation
|
257 |
+
- Copy and paste into the message your system status report. Please read more here: [Instruction on System Status](https://bestwebsoft.com/documentation/admin-panel-issues/system-status/)
|
258 |
|
259 |
== Screenshots ==
|
260 |
|
269 |
|
270 |
== Changelog ==
|
271 |
|
272 |
+
= V1.63 - 21.07.2021 =
|
273 |
+
* Update : All functionality was updated for WordPress 5.8.
|
274 |
+
* Update : BWS Panel section was updated.
|
275 |
+
* Bugfix : The compatibility issue with Limit Attempts by BestWebSoft has been fixed.
|
276 |
+
* Pro : The issue with Ninja Forms on plugin-information tab has been fixed.
|
277 |
+
* Pro : The compatibility with Ultimate Member has been added.
|
278 |
+
|
279 |
= V1.62 - 14.05.2021 =
|
280 |
* Update : All functionality was updated for WordPress 5.7.2.
|
281 |
* Bugfix : The issue of sending a password reset link on the user edit page has been fixed.
|
554 |
|
555 |
== Upgrade Notice ==
|
556 |
|
557 |
+
= V1.63 =
|
558 |
+
* Usability improved.
|
559 |
+
* Bugs fixed.
|
560 |
+
* New features added.
|
561 |
+
|
562 |
= V1.62 =
|
563 |
* The compatibility with new WordPress version updated.
|
564 |
* Bugs fixed.
|