Version Description
- 26.11.2018 =
- NEW : Google Captcha (reCAPTCHA) Version 3 has been added.
Download this release
Release Info
Developer | bestwebsoft |
Plugin | Google Captcha (reCAPTCHA) by BestWebSoft |
Version | 1.38 |
Comparing to | |
See all releases |
Code changes from version 1.37 to 1.38
- css/style.css +4 -0
- google-captcha.php +43 -15
- includes/class-gglcptch-settings-tabs.php +13 -2
- includes/forms.php +1 -1
- js/admin_script.js +15 -0
- languages/google-captcha-cs_CZ.mo +0 -0
- languages/google-captcha-cs_CZ.po +64 -51
- languages/google-captcha-es_ES.mo +0 -0
- languages/google-captcha-es_ES.po +64 -51
- languages/google-captcha-ru_RU.mo +0 -0
- languages/google-captcha-ru_RU.po +65 -51
- languages/google-captcha-sr_RS.mo +0 -0
- languages/google-captcha-sr_RS.po +64 -51
- languages/google-captcha-uk.mo +0 -0
- languages/google-captcha-uk.po +65 -51
- readme.txt +13 -7
- screenshot-7.png +0 -0
- screenshot-8.png +0 -0
css/style.css
CHANGED
@@ -27,4 +27,8 @@ body.js .gglcptch-settings-accordion.ui-accordion .gglcptch_section_forms > hr {
|
|
27 |
.gglcptch_whitelist_form > div:first-of-type > label {
|
28 |
display: inline-block;
|
29 |
margin-bottom: 10px;
|
|
|
|
|
|
|
|
|
30 |
}
|
27 |
.gglcptch_whitelist_form > div:first-of-type > label {
|
28 |
display: inline-block;
|
29 |
margin-bottom: 10px;
|
30 |
+
}
|
31 |
+
#gglcptch_score_out_v3 {
|
32 |
+
transform: translateY(-50%);
|
33 |
+
display: inline-block;
|
34 |
}
|
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 |
*/
|
@@ -159,7 +159,7 @@ if ( ! function_exists( 'gglcptch_admin_footer' ) ) {
|
|
159 |
} else {
|
160 |
$deps = array();
|
161 |
}
|
162 |
-
|
163 |
gglcptch_add_scripts();
|
164 |
}
|
165 |
}
|
@@ -202,7 +202,8 @@ if ( ! function_exists( 'gglcptch_add_styles' ) ) {
|
|
202 |
$deps = array();
|
203 |
}
|
204 |
|
205 |
-
|
|
|
206 |
add_action( 'wp_footer', 'gglcptch_add_scripts' );
|
207 |
if (
|
208 |
'1' == $gglcptch_options['login_form'] ||
|
@@ -365,6 +366,7 @@ if ( ! function_exists( 'gglcptch_get_default_options' ) ) {
|
|
365 |
'first_install' => strtotime( "now" ),
|
366 |
'display_settings_notice' => 1,
|
367 |
'suggest_feature_banner' => 1,
|
|
|
368 |
);
|
369 |
|
370 |
if ( function_exists( 'get_editable_roles' ) ) {
|
@@ -562,7 +564,18 @@ if ( ! function_exists( 'gglcptch_display' ) ) {
|
|
562 |
</div>
|
563 |
</noscript>';
|
564 |
$deps = ( ! empty( $gglcptch_options['disable_submit'] ) ) ? array( 'gglcptch_pre_api' ) : array( 'jquery' );
|
565 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
566 |
require_once( 'lib/recaptchalib.php' );
|
567 |
$content .= '<div id="gglcptch_recaptcha_' . $id . '" class="gglcptch_recaptcha"></div>';
|
568 |
$content .= gglcptch_recaptcha_get_html( $publickey, null, is_ssl() );
|
@@ -573,7 +586,11 @@ if ( ! function_exists( 'gglcptch_display' ) ) {
|
|
573 |
|
574 |
/* register reCAPTCHA script */
|
575 |
if ( ! wp_script_is( 'gglcptch_api', 'registered' ) ) {
|
576 |
-
|
|
|
|
|
|
|
|
|
577 |
add_action( 'wp_footer', 'gglcptch_add_scripts' );
|
578 |
if (
|
579 |
'1' == $gglcptch_options['login_form'] ||
|
@@ -611,7 +628,9 @@ if ( ! function_exists( 'gglcptch_get_api_url' ) ) {
|
|
611 |
$callback = ( ! empty( $gglcptch_options['disable_submit'] ) ) ? "onload=gglcptch_onload_callback&" : "";
|
612 |
|
613 |
$api_url = sprintf( "https://www.google.com/recaptcha/api.js?%srender=explicit", $callback );
|
614 |
-
}
|
|
|
|
|
615 |
$api_url = "https://www.google.com/recaptcha/api/js/recaptcha_ajax.js";
|
616 |
}
|
617 |
return $api_url;
|
@@ -659,7 +678,7 @@ if ( ! function_exists( 'gglcptch_check' ) ) {
|
|
659 |
|
660 |
if (
|
661 |
isset( $gglcptch_options['recaptcha_version'] ) &&
|
662 |
-
in_array( $gglcptch_options['recaptcha_version'], array( 'v2', 'invisible' ) )
|
663 |
) {
|
664 |
if ( ! isset( $_POST["g-recaptcha-response"] ) ) {
|
665 |
$result = array(
|
@@ -674,10 +693,17 @@ if ( ! function_exists( 'gglcptch_check' ) ) {
|
|
674 |
} else {
|
675 |
$response = gglcptch_get_response( $privatekey, $gglcptch_remote_addr );
|
676 |
if ( isset( $response['success'] ) && !! $response['success'] ) {
|
677 |
-
$
|
678 |
-
|
679 |
-
|
680 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
681 |
} else {
|
682 |
if (
|
683 |
! $debug &&
|
@@ -734,7 +760,7 @@ if ( ! function_exists( 'gglcptch_check' ) ) {
|
|
734 |
if ( ! $result['response'] ) {
|
735 |
$result['errors'] = new WP_Error;
|
736 |
if ( ! $debug && ! in_array( $result['reason'], array( 'ERROR_WRONG_SECRET', 'ERROR_NO_KEYS' ) ) ) {
|
737 |
-
$result['errors']->add( 'gglcptch_error', gglcptch_get_message() );
|
738 |
}
|
739 |
}
|
740 |
$result = apply_filters( 'gglcptch_limit_attempts_check', $result, $form );
|
@@ -939,7 +965,9 @@ if ( ! function_exists( 'gglcptch_get_message' ) ) {
|
|
939 |
),
|
940 |
'incorrect-captcha-sol' => __( 'User response is invalid', 'google-captcha' ),
|
941 |
'incorrect' => __( 'You have entered an incorrect reCAPTCHA value.', 'google-captcha' ),
|
942 |
-
'multiple_blocks' => __( 'More than one reCAPTCHA has been found in the current form. Please remove all unnecessary reCAPTCHA fields to make it work properly.', 'google-captcha' )
|
|
|
|
|
943 |
);
|
944 |
|
945 |
if ( isset( $messages[ $message_code ] ) ) {
|
@@ -976,7 +1004,7 @@ if ( ! function_exists( 'gglcptch_test_keys' ) ) {
|
|
976 |
header( 'Content-Type: text/html' );
|
977 |
register_gglcptch_settings(); ?>
|
978 |
<p>
|
979 |
-
<?php if ( 'invisible' == $gglcptch_options['recaptcha_version'] ) {
|
980 |
_e( 'Please submit "Test verification"', 'google-captcha' );
|
981 |
} else {
|
982 |
_e( 'Please complete the captcha and submit "Test verification"', 'google-captcha' );
|
@@ -986,7 +1014,7 @@ if ( ! function_exists( 'gglcptch_test_keys' ) ) {
|
|
986 |
echo gglcptch_display(); ?>
|
987 |
<p>
|
988 |
<input type="hidden" name="gglcptch_test_keys_verification-nonce" value="<?php echo wp_create_nonce( 'gglcptch_test_keys_verification' ); ?>" />
|
989 |
-
<button id="gglcptch_test_keys_verification" name="action" class="button-primary" value="gglcptch_test_keys_verification"><?php _e( 'Test verification', 'google-captcha' ); ?></button>
|
990 |
</p>
|
991 |
<?php }
|
992 |
die();
|
6 |
Author: BestWebSoft
|
7 |
Text Domain: google-captcha
|
8 |
Domain Path: /languages
|
9 |
+
Version: 1.38
|
10 |
Author URI: https://bestwebsoft.com/
|
11 |
License: GPLv3 or later
|
12 |
*/
|
159 |
} else {
|
160 |
$deps = array();
|
161 |
}
|
162 |
+
wp_register_script( 'gglcptch_api', $api_url,$deps, $gglcptch_plugin_info['Version'], true );
|
163 |
gglcptch_add_scripts();
|
164 |
}
|
165 |
}
|
202 |
$deps = array();
|
203 |
}
|
204 |
|
205 |
+
wp_register_script( 'gglcptch_api', $api_url,$deps, $gglcptch_plugin_info['Version'], true );
|
206 |
+
|
207 |
add_action( 'wp_footer', 'gglcptch_add_scripts' );
|
208 |
if (
|
209 |
'1' == $gglcptch_options['login_form'] ||
|
366 |
'first_install' => strtotime( "now" ),
|
367 |
'display_settings_notice' => 1,
|
368 |
'suggest_feature_banner' => 1,
|
369 |
+
'score_v3' => 0.5
|
370 |
);
|
371 |
|
372 |
if ( function_exists( 'get_editable_roles' ) ) {
|
564 |
</div>
|
565 |
</noscript>';
|
566 |
$deps = ( ! empty( $gglcptch_options['disable_submit'] ) ) ? array( 'gglcptch_pre_api' ) : array( 'jquery' );
|
567 |
+
} elseif ( isset( $gglcptch_options['recaptcha_version'] ) && 'v3' == $gglcptch_options['recaptcha_version'] ) {
|
568 |
+
$action = 'BWS_reCaptcha';
|
569 |
+
$content .= '<input type="hidden" id="g-recaptcha-response" name="g-recaptcha-response"> ' ;
|
570 |
+
$content .= '<script src="' . $api_url . '"></script>
|
571 |
+
<script>
|
572 |
+
grecaptcha.ready(function() {
|
573 |
+
grecaptcha.execute(\''.$publickey.'\', {action: \''. $action. '\'}).then(function(token) {
|
574 |
+
document.getElementById(\'g-recaptcha-response\').value=token;
|
575 |
+
});
|
576 |
+
});
|
577 |
+
</script>';
|
578 |
+
} else {
|
579 |
require_once( 'lib/recaptchalib.php' );
|
580 |
$content .= '<div id="gglcptch_recaptcha_' . $id . '" class="gglcptch_recaptcha"></div>';
|
581 |
$content .= gglcptch_recaptcha_get_html( $publickey, null, is_ssl() );
|
586 |
|
587 |
/* register reCAPTCHA script */
|
588 |
if ( ! wp_script_is( 'gglcptch_api', 'registered' ) ) {
|
589 |
+
if ( isset( $gglcptch_options['recaptcha_version'] ) && 'v3' == $gglcptch_options['recaptcha_version'] ) {
|
590 |
+
wp_register_script( 'gglcptch_api', $api_url,false, null, false );
|
591 |
+
} else {
|
592 |
+
wp_register_script( 'gglcptch_api', $api_url,$deps, $gglcptch_plugin_info['Version'], true );
|
593 |
+
}
|
594 |
add_action( 'wp_footer', 'gglcptch_add_scripts' );
|
595 |
if (
|
596 |
'1' == $gglcptch_options['login_form'] ||
|
628 |
$callback = ( ! empty( $gglcptch_options['disable_submit'] ) ) ? "onload=gglcptch_onload_callback&" : "";
|
629 |
|
630 |
$api_url = sprintf( "https://www.google.com/recaptcha/api.js?%srender=explicit", $callback );
|
631 |
+
} elseif ( isset( $gglcptch_options['recaptcha_version'] ) && 'v3' == $gglcptch_options['recaptcha_version'] ) {
|
632 |
+
$api_url = sprintf( "https://www.google.com/recaptcha/api.js?render=%s", $gglcptch_options['public_key'] );
|
633 |
+
} else {
|
634 |
$api_url = "https://www.google.com/recaptcha/api/js/recaptcha_ajax.js";
|
635 |
}
|
636 |
return $api_url;
|
678 |
|
679 |
if (
|
680 |
isset( $gglcptch_options['recaptcha_version'] ) &&
|
681 |
+
in_array( $gglcptch_options['recaptcha_version'], array( 'v2', 'invisible', 'v3' ) )
|
682 |
) {
|
683 |
if ( ! isset( $_POST["g-recaptcha-response"] ) ) {
|
684 |
$result = array(
|
693 |
} else {
|
694 |
$response = gglcptch_get_response( $privatekey, $gglcptch_remote_addr );
|
695 |
if ( isset( $response['success'] ) && !! $response['success'] ) {
|
696 |
+
if ( 'v3' == $gglcptch_options['recaptcha_version'] && $response['score'] < $gglcptch_options['score_v3'] ) {
|
697 |
+
$result = array(
|
698 |
+
'response' => false,
|
699 |
+
'reason' => 'RECAPTCHA_SMALL_SCORE'
|
700 |
+
);
|
701 |
+
} else {
|
702 |
+
$result = array(
|
703 |
+
'response' => true,
|
704 |
+
'reason' => ''
|
705 |
+
);
|
706 |
+
}
|
707 |
} else {
|
708 |
if (
|
709 |
! $debug &&
|
760 |
if ( ! $result['response'] ) {
|
761 |
$result['errors'] = new WP_Error;
|
762 |
if ( ! $debug && ! in_array( $result['reason'], array( 'ERROR_WRONG_SECRET', 'ERROR_NO_KEYS' ) ) ) {
|
763 |
+
$result['errors']->add( 'gglcptch_error', gglcptch_get_message( $result['reason'] ) );
|
764 |
}
|
765 |
}
|
766 |
$result = apply_filters( 'gglcptch_limit_attempts_check', $result, $form );
|
965 |
),
|
966 |
'incorrect-captcha-sol' => __( 'User response is invalid', 'google-captcha' ),
|
967 |
'incorrect' => __( 'You have entered an incorrect reCAPTCHA value.', 'google-captcha' ),
|
968 |
+
'multiple_blocks' => __( 'More than one reCAPTCHA has been found in the current form. Please remove all unnecessary reCAPTCHA fields to make it work properly.', 'google-captcha' ),
|
969 |
+
/* v3 error */
|
970 |
+
'RECAPTCHA_SMALL_SCORE' => __( 'reCAPTCHA v3 test failed', 'google-captcha' )
|
971 |
);
|
972 |
|
973 |
if ( isset( $messages[ $message_code ] ) ) {
|
1004 |
header( 'Content-Type: text/html' );
|
1005 |
register_gglcptch_settings(); ?>
|
1006 |
<p>
|
1007 |
+
<?php if ( 'invisible' == $gglcptch_options['recaptcha_version'] || 'v3' == $gglcptch_options['recaptcha_version'] ) {
|
1008 |
_e( 'Please submit "Test verification"', 'google-captcha' );
|
1009 |
} else {
|
1010 |
_e( 'Please complete the captcha and submit "Test verification"', 'google-captcha' );
|
1014 |
echo gglcptch_display(); ?>
|
1015 |
<p>
|
1016 |
<input type="hidden" name="gglcptch_test_keys_verification-nonce" value="<?php echo wp_create_nonce( 'gglcptch_test_keys_verification' ); ?>" />
|
1017 |
+
<button id="gglcptch_test_keys_verification" name="action" class="button-primary" value="gglcptch_test_keys_verification" disabled="disabled"><?php _e( 'Test verification', 'google-captcha' ); ?></button>
|
1018 |
</p>
|
1019 |
<?php }
|
1020 |
die();
|
includes/class-gglcptch-settings-tabs.php
CHANGED
@@ -61,6 +61,7 @@ if ( ! class_exists( 'Gglcptch_Settings_Tabs' ) ) {
|
|
61 |
|
62 |
$this->versions = array(
|
63 |
'v2' => sprintf( '%s 2', __( 'Version', 'google-captcha' ) ),
|
|
|
64 |
'invisible' => __( 'Invisible', 'google-captcha' )
|
65 |
);
|
66 |
|
@@ -115,9 +116,9 @@ if ( ! class_exists( 'Gglcptch_Settings_Tabs' ) ) {
|
|
115 |
$this->options['whitelist_message'] = stripslashes( esc_html( $_POST['gglcptch_whitelist_message'] ) );
|
116 |
$this->options['public_key'] = trim( stripslashes( esc_html( $_POST['gglcptch_public_key'] ) ) );
|
117 |
$this->options['private_key'] = trim( stripslashes( esc_html( $_POST['gglcptch_private_key'] ) ) );
|
118 |
-
$this->options['recaptcha_version'] = in_array( $_POST['gglcptch_recaptcha_version'], array( 'v2', 'invisible' ) ) ? $_POST['gglcptch_recaptcha_version']: 'v2';
|
119 |
$this->options['theme_v2'] = stripslashes( esc_html( $_POST['gglcptch_theme_v2'] ) );
|
120 |
-
|
121 |
$this->options['disable_submit'] = isset( $_POST['gglcptch_disable_submit'] ) ? 1 : 0;
|
122 |
|
123 |
foreach ( $this->forms as $form_slug => $form_data ) {
|
@@ -269,6 +270,16 @@ if ( ! class_exists( 'Gglcptch_Settings_Tabs' ) ) {
|
|
269 |
</select>
|
270 |
</td>
|
271 |
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
272 |
</table>
|
273 |
<?php if ( ! $this->hide_pro_tabs ) { ?>
|
274 |
<div class="bws_pro_version_bloc">
|
61 |
|
62 |
$this->versions = array(
|
63 |
'v2' => sprintf( '%s 2', __( 'Version', 'google-captcha' ) ),
|
64 |
+
'v3' => sprintf( '%s 3', __( 'Version', 'google-captcha' ) ),
|
65 |
'invisible' => __( 'Invisible', 'google-captcha' )
|
66 |
);
|
67 |
|
116 |
$this->options['whitelist_message'] = stripslashes( esc_html( $_POST['gglcptch_whitelist_message'] ) );
|
117 |
$this->options['public_key'] = trim( stripslashes( esc_html( $_POST['gglcptch_public_key'] ) ) );
|
118 |
$this->options['private_key'] = trim( stripslashes( esc_html( $_POST['gglcptch_private_key'] ) ) );
|
119 |
+
$this->options['recaptcha_version'] = in_array( $_POST['gglcptch_recaptcha_version'], array( 'v2', 'invisible', 'v3' ) ) ? $_POST['gglcptch_recaptcha_version']: 'v2';
|
120 |
$this->options['theme_v2'] = stripslashes( esc_html( $_POST['gglcptch_theme_v2'] ) );
|
121 |
+
$this->options['score_v3'] = isset( $_POST['gglcptch_score_v3'] ) ? (float)$_POST['gglcptch_score_v3'] : 0.5;
|
122 |
$this->options['disable_submit'] = isset( $_POST['gglcptch_disable_submit'] ) ? 1 : 0;
|
123 |
|
124 |
foreach ( $this->forms as $form_slug => $form_data ) {
|
270 |
</select>
|
271 |
</td>
|
272 |
</tr>
|
273 |
+
<tr class="gglcptch_score_v3" valign="top">
|
274 |
+
<th scope="row">
|
275 |
+
<?php _e( 'Score', 'google-captcha' ); ?>
|
276 |
+
</th>
|
277 |
+
<td>
|
278 |
+
<input name="gglcptch_score_v3" id="gglcptch_score_v3" type="range" list="gglcptch_score_v3_rangeList" min="0" max="1.0" step="0.1" value="<?php echo $this->options['score_v3']; ?>">
|
279 |
+
<output id="gglcptch_score_out_v3" for="gglcptch_score_v3"></output>
|
280 |
+
<span class="bws_info" style="display: block;"><?php echo __( 'Set the minimum verification score from 0 to 1', 'google-captcha' ) . '.';?></span>
|
281 |
+
</td>
|
282 |
+
</tr>
|
283 |
</table>
|
284 |
<?php if ( ! $this->hide_pro_tabs ) { ?>
|
285 |
<div class="bws_pro_version_bloc">
|
includes/forms.php
CHANGED
@@ -359,7 +359,7 @@ if ( ! function_exists( 'gglcptch_commentform_check' ) ) {
|
|
359 |
function gglcptch_commentform_check() {
|
360 |
$gglcptch_check = gglcptch_check( 'comments_form' );
|
361 |
if ( ! $gglcptch_check['response'] ) {
|
362 |
-
$message = gglcptch_get_message() . "<br />";
|
363 |
$error_message = sprintf(
|
364 |
'<strong>%s</strong>: %s %s',
|
365 |
__( 'Error', 'google-captcha' ),
|
359 |
function gglcptch_commentform_check() {
|
360 |
$gglcptch_check = gglcptch_check( 'comments_form' );
|
361 |
if ( ! $gglcptch_check['response'] ) {
|
362 |
+
$message = gglcptch_get_message($gglcptch_check['reason']) . "<br />";
|
363 |
$error_message = sprintf(
|
364 |
'<strong>%s</strong>: %s %s',
|
365 |
__( 'Error', 'google-captcha' ),
|
js/admin_script.js
CHANGED
@@ -1,13 +1,23 @@
|
|
1 |
( function( $ ) {
|
2 |
$( document ).ready( function() {
|
3 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
$( 'input[name="gglcptch_recaptcha_version"]' ).change( function() {
|
5 |
var versions = $( 'input[name="gglcptch_recaptcha_version"]' );
|
6 |
versions.each( function() {
|
7 |
if ( $( this ).is( ':checked' ) ) {
|
8 |
$( '.gglcptch_theme_' + $( this ).val() ).show();
|
|
|
9 |
} else {
|
10 |
$( '.gglcptch_theme_' + $( this ).val() ).hide();
|
|
|
11 |
}
|
12 |
} );
|
13 |
} ).trigger( 'change' );
|
@@ -71,6 +81,11 @@
|
|
71 |
|
72 |
e.stopPropagation();
|
73 |
$( '#gglcptch-test-keys' ).hide();
|
|
|
|
|
|
|
|
|
|
|
74 |
return false;
|
75 |
} );
|
76 |
|
1 |
( function( $ ) {
|
2 |
$( document ).ready( function() {
|
3 |
|
4 |
+
|
5 |
+
$( "#gglcptch_score_v3").change(function() {
|
6 |
+
var score;
|
7 |
+
score = $(this).val();
|
8 |
+
$("#gglcptch_score_out_v3").text(score);
|
9 |
+
})
|
10 |
+
.trigger('change');
|
11 |
+
|
12 |
$( 'input[name="gglcptch_recaptcha_version"]' ).change( function() {
|
13 |
var versions = $( 'input[name="gglcptch_recaptcha_version"]' );
|
14 |
versions.each( function() {
|
15 |
if ( $( this ).is( ':checked' ) ) {
|
16 |
$( '.gglcptch_theme_' + $( this ).val() ).show();
|
17 |
+
$( '.gglcptch_score_' + $( this ).val() ).show();
|
18 |
} else {
|
19 |
$( '.gglcptch_theme_' + $( this ).val() ).hide();
|
20 |
+
$( '.gglcptch_score_' + $( this ).val() ).hide();
|
21 |
}
|
22 |
} );
|
23 |
} ).trigger( 'change' );
|
81 |
|
82 |
e.stopPropagation();
|
83 |
$( '#gglcptch-test-keys' ).hide();
|
84 |
+
setTimeout( function(){
|
85 |
+
if( $( '#gglcptch_test_keys_verification' ).length > 0 ) {
|
86 |
+
$( '#gglcptch_test_keys_verification' ).removeAttr('disabled');
|
87 |
+
}
|
88 |
+
}, 2000 );
|
89 |
return false;
|
90 |
} );
|
91 |
|
languages/google-captcha-cs_CZ.mo
CHANGED
Binary file
|
languages/google-captcha-cs_CZ.po
CHANGED
@@ -2,7 +2,7 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Google Сaptcha\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2018-
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: Mik013\n"
|
8 |
"Language-Team: Mik013\n"
|
@@ -17,12 +17,12 @@ msgstr ""
|
|
17 |
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
-
#: google-captcha.php:38 google-captcha.php:40 google-captcha.php:
|
21 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
22 |
msgid "Google Captcha Settings"
|
23 |
msgstr "Nastavení Google Captcha"
|
24 |
|
25 |
-
#: google-captcha.php:40 google-captcha.php:
|
26 |
#: includes/class-gglcptch-settings-tabs.php:25
|
27 |
msgid "Settings"
|
28 |
msgstr "Nastavení"
|
@@ -39,11 +39,11 @@ msgstr "Seznam povolených"
|
|
39 |
msgid "Upgrade to Pro"
|
40 |
msgstr "Aktualizovat na Pro"
|
41 |
|
42 |
-
#: google-captcha.php:
|
43 |
msgid "Please wait until Google reCAPTCHA is loaded."
|
44 |
msgstr "Počkejte, než se Google reCAPTCHA načte."
|
45 |
|
46 |
-
#: google-captcha.php:
|
47 |
msgid ""
|
48 |
"Failed to load Google reCAPTCHA. Please check your internet connection and "
|
49 |
"reload this page."
|
@@ -51,63 +51,63 @@ msgstr ""
|
|
51 |
"Nepodařilo se načíst Google reCAPTCHA. Zkontrolujte připojení k Internetu a "
|
52 |
"znovu načtěte tuto stránku."
|
53 |
|
54 |
-
#: google-captcha.php:
|
55 |
msgid "Warning"
|
56 |
msgstr "Upozornění"
|
57 |
|
58 |
-
#: google-captcha.php:
|
59 |
msgid "You are in the whitelist"
|
60 |
msgstr "Jste na seznamu povolených"
|
61 |
|
62 |
-
#: google-captcha.php:
|
63 |
msgid "To use Google Captcha you must get the keys from"
|
64 |
msgstr "Chcete-li použít Google Captcha musíte získat klíče z"
|
65 |
|
66 |
-
#: google-captcha.php:
|
67 |
msgid "here"
|
68 |
msgstr "zde"
|
69 |
|
70 |
-
#: google-captcha.php:
|
71 |
msgid "and enter them on the"
|
72 |
msgstr "a zadejte je na"
|
73 |
|
74 |
-
#: google-captcha.php:
|
75 |
msgid "plugin setting page"
|
76 |
msgstr "stránce nastavení pluginu"
|
77 |
|
78 |
-
#: google-captcha.php:
|
79 |
msgid "Error"
|
80 |
msgstr "Chyba"
|
81 |
|
82 |
-
#: google-captcha.php:
|
83 |
msgid "User response is missing."
|
84 |
msgstr "Chybí odezva uživatele."
|
85 |
|
86 |
-
#: google-captcha.php:
|
87 |
msgid "Secret Key is invalid."
|
88 |
msgstr "Tajný klíč je neplatný."
|
89 |
|
90 |
-
#: google-captcha.php:
|
91 |
msgid "Check your domain configurations"
|
92 |
msgstr "Zkontrolujte konfiguraci vaší domény"
|
93 |
|
94 |
-
#: google-captcha.php:
|
95 |
msgid "and enter it again"
|
96 |
msgstr "a zadejte jej znovu"
|
97 |
|
98 |
-
#: google-captcha.php:
|
99 |
msgid "Secret Key is missing."
|
100 |
msgstr "Tajný klíč chybí."
|
101 |
|
102 |
-
#: google-captcha.php:
|
103 |
msgid "User response is invalid"
|
104 |
msgstr "Neplatná odezva uživatele"
|
105 |
|
106 |
-
#: google-captcha.php:
|
107 |
msgid "You have entered an incorrect reCAPTCHA value."
|
108 |
msgstr "Zadali jste nesprávnou hodnotu reCAPTCHA ."
|
109 |
|
110 |
-
#: google-captcha.php:
|
111 |
msgid ""
|
112 |
"More than one reCAPTCHA has been found in the current form. Please remove "
|
113 |
"all unnecessary reCAPTCHA fields to make it work properly."
|
@@ -115,29 +115,33 @@ msgstr ""
|
|
115 |
"V aktuálním formuláři byla zjištěna více než jedna reCAPTCHA. Pro správnou "
|
116 |
"funkcionalitu, odstraňte všechny nepotřebné reCAPTCHA pole."
|
117 |
|
118 |
-
#: google-captcha.php:
|
|
|
|
|
|
|
|
|
119 |
msgid "Please submit \"Test verification\""
|
120 |
msgstr "Odešlete „Test ověření“"
|
121 |
|
122 |
-
#: google-captcha.php:
|
123 |
msgid "Please complete the captcha and submit \"Test verification\""
|
124 |
msgstr "Doplňte captcha a odešlete „Test ověření“"
|
125 |
|
126 |
-
#: google-captcha.php:
|
127 |
msgid "Test verification"
|
128 |
msgstr "Test ověření"
|
129 |
|
130 |
-
#: google-captcha.php:
|
131 |
msgid "The verification is successfully completed."
|
132 |
msgstr "Ověření je úspěšně dokončeno."
|
133 |
|
134 |
-
#: google-captcha.php:
|
135 |
msgid "FAQ"
|
136 |
msgstr ""
|
137 |
"Časté dotazy <acronym title=\\\"Frequently asked questions\\\">(FAQ)</"
|
138 |
"acronym>"
|
139 |
|
140 |
-
#: google-captcha.php:
|
141 |
msgid "Support"
|
142 |
msgstr "Podpora"
|
143 |
|
@@ -162,35 +166,36 @@ msgid "Secret Key"
|
|
162 |
msgstr "Tajný klíč"
|
163 |
|
164 |
#: includes/class-gglcptch-settings-tabs.php:63
|
|
|
165 |
msgid "Version"
|
166 |
msgstr "Verze"
|
167 |
|
168 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
169 |
msgid "Invisible"
|
170 |
msgstr "Neviditelná"
|
171 |
|
172 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
173 |
msgid "Enter site key"
|
174 |
msgstr "Vložte webový klíč"
|
175 |
|
176 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
177 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
178 |
msgid "WARNING: The captcha will not be displayed until you fill key fields."
|
179 |
msgstr "VAROVÁNÍ: Captcha se nezobrazí, dokud nebudou vyplněna pole s klíči."
|
180 |
|
181 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
182 |
msgid "Enter secret key"
|
183 |
msgstr "Vložte tajný klíč"
|
184 |
|
185 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
186 |
msgid "Settings saved."
|
187 |
msgstr "Nastavení uloženo."
|
188 |
|
189 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
190 |
msgid "Authentication"
|
191 |
msgstr "Autentizace"
|
192 |
|
193 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
194 |
msgid ""
|
195 |
"Register your website with Google to get required API keys and enter them "
|
196 |
"below."
|
@@ -198,52 +203,60 @@ msgstr ""
|
|
198 |
"Zaregistrujte svůj web na Google, abyste získali požadované API klíče a "
|
199 |
"zadejte je níže."
|
200 |
|
201 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
202 |
msgid "Get the API Keys"
|
203 |
msgstr "Získat API klíče"
|
204 |
|
205 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
206 |
msgid "Test reCAPTCHA"
|
207 |
msgstr "Vyzkoušet reCAPTCHA"
|
208 |
|
209 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
210 |
msgid "General"
|
211 |
msgstr "Obecné"
|
212 |
|
213 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
214 |
msgid "Enable reCAPTCHA for"
|
215 |
msgstr "Povolit reCAPTCHA pro"
|
216 |
|
217 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
218 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
219 |
msgid "Close"
|
220 |
msgstr "Zavřít"
|
221 |
|
222 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
223 |
msgid "Hide reCAPTCHA for"
|
224 |
msgstr "Skrýt reCAPTCHA pro"
|
225 |
|
226 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
227 |
msgid "reCAPTCHA Version"
|
228 |
msgstr "reCAPTCHA verze"
|
229 |
|
230 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
231 |
msgid "Theme"
|
232 |
msgstr "Šablona"
|
233 |
|
234 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
235 |
msgid "Whitelist Notification"
|
236 |
msgstr "Upozornění na seznam povolených"
|
237 |
|
238 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
239 |
msgid "This message will be displayed instead of the reCAPTCHA."
|
240 |
msgstr "Tato zpráva se bude zobrazovat namísto reCAPTCHA."
|
241 |
|
242 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
243 |
msgid "Disabled Submit Button"
|
244 |
msgstr "Neaktivní tlačitko odeslat"
|
245 |
|
246 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
247 |
msgid ""
|
248 |
"Enable to keep submit button disabled until reCAPTCHA is loaded (do not use "
|
249 |
"this option if you see \"Failed to load Google reCAPTCHA\" message)."
|
@@ -252,7 +265,7 @@ msgstr ""
|
|
252 |
"možnost nepoužívejte, pokud se zobrazuje zpráva „Nepodařilo se načíst "
|
253 |
"Google reCAPTCHA“)."
|
254 |
|
255 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
256 |
msgid ""
|
257 |
"reCAPTCHA version was changed. Please submit \"Test reCAPTCHA\" and "
|
258 |
"regenerate Site and Secret keys if necessary."
|
@@ -260,11 +273,11 @@ msgstr ""
|
|
260 |
"Byla změněna verze reCAPTCHA. Klikněte na „Vyzkoušet reCAPTCHA“ "
|
261 |
"a znovu vygenerujte tajné a webové klíče, je-li to nezbytné."
|
262 |
|
263 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
264 |
msgid "Google Captcha Shortcode"
|
265 |
msgstr "Zkrácený kód Google Captcha"
|
266 |
|
267 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
268 |
msgid ""
|
269 |
"Add Google Captcha to your posts or pages using the following shortcode:"
|
270 |
msgstr ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Google Сaptcha\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2018-11-09 12:24+0200\n"
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: Mik013\n"
|
8 |
"Language-Team: Mik013\n"
|
17 |
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
+
#: google-captcha.php:38 google-captcha.php:40 google-captcha.php:451
|
21 |
+
#: includes/class-gglcptch-settings-tabs.php:147
|
22 |
msgid "Google Captcha Settings"
|
23 |
msgstr "Nastavení Google Captcha"
|
24 |
|
25 |
+
#: google-captcha.php:40 google-captcha.php:1060 google-captcha.php:1073
|
26 |
#: includes/class-gglcptch-settings-tabs.php:25
|
27 |
msgid "Settings"
|
28 |
msgstr "Nastavení"
|
39 |
msgid "Upgrade to Pro"
|
40 |
msgstr "Aktualizovat na Pro"
|
41 |
|
42 |
+
#: google-captcha.php:239
|
43 |
msgid "Please wait until Google reCAPTCHA is loaded."
|
44 |
msgstr "Počkejte, než se Google reCAPTCHA načte."
|
45 |
|
46 |
+
#: google-captcha.php:240
|
47 |
msgid ""
|
48 |
"Failed to load Google reCAPTCHA. Please check your internet connection and "
|
49 |
"reload this page."
|
51 |
"Nepodařilo se načíst Google reCAPTCHA. Zkontrolujte připojení k Internetu a "
|
52 |
"znovu načtěte tuto stránku."
|
53 |
|
54 |
+
#: google-captcha.php:256
|
55 |
msgid "Warning"
|
56 |
msgstr "Upozornění"
|
57 |
|
58 |
+
#: google-captcha.php:355
|
59 |
msgid "You are in the whitelist"
|
60 |
msgstr "Jste na seznamu povolených"
|
61 |
|
62 |
+
#: google-captcha.php:538 google-captcha.php:1095
|
63 |
msgid "To use Google Captcha you must get the keys from"
|
64 |
msgstr "Chcete-li použít Google Captcha musíte získat klíče z"
|
65 |
|
66 |
+
#: google-captcha.php:539 google-captcha.php:1096
|
67 |
msgid "here"
|
68 |
msgstr "zde"
|
69 |
|
70 |
+
#: google-captcha.php:540 google-captcha.php:1097
|
71 |
msgid "and enter them on the"
|
72 |
msgstr "a zadejte je na"
|
73 |
|
74 |
+
#: google-captcha.php:542 google-captcha.php:1099
|
75 |
msgid "plugin setting page"
|
76 |
msgstr "stránce nastavení pluginu"
|
77 |
|
78 |
+
#: google-captcha.php:827 includes/forms.php:365
|
79 |
msgid "Error"
|
80 |
msgstr "Chyba"
|
81 |
|
82 |
+
#: google-captcha.php:952
|
83 |
msgid "User response is missing."
|
84 |
msgstr "Chybí odezva uživatele."
|
85 |
|
86 |
+
#: google-captcha.php:956 google-captcha.php:964
|
87 |
msgid "Secret Key is invalid."
|
88 |
msgstr "Tajný klíč je neplatný."
|
89 |
|
90 |
+
#: google-captcha.php:957 google-captcha.php:965
|
91 |
msgid "Check your domain configurations"
|
92 |
msgstr "Zkontrolujte konfiguraci vaší domény"
|
93 |
|
94 |
+
#: google-captcha.php:958 google-captcha.php:966
|
95 |
msgid "and enter it again"
|
96 |
msgstr "a zadejte jej znovu"
|
97 |
|
98 |
+
#: google-captcha.php:961
|
99 |
msgid "Secret Key is missing."
|
100 |
msgstr "Tajný klíč chybí."
|
101 |
|
102 |
+
#: google-captcha.php:968
|
103 |
msgid "User response is invalid"
|
104 |
msgstr "Neplatná odezva uživatele"
|
105 |
|
106 |
+
#: google-captcha.php:969
|
107 |
msgid "You have entered an incorrect reCAPTCHA value."
|
108 |
msgstr "Zadali jste nesprávnou hodnotu reCAPTCHA ."
|
109 |
|
110 |
+
#: google-captcha.php:970
|
111 |
msgid ""
|
112 |
"More than one reCAPTCHA has been found in the current form. Please remove "
|
113 |
"all unnecessary reCAPTCHA fields to make it work properly."
|
115 |
"V aktuálním formuláři byla zjištěna více než jedna reCAPTCHA. Pro správnou "
|
116 |
"funkcionalitu, odstraňte všechny nepotřebné reCAPTCHA pole."
|
117 |
|
118 |
+
#: google-captcha.php:972
|
119 |
+
msgid "reCAPTCHA v3 test failed"
|
120 |
+
msgstr ""
|
121 |
+
|
122 |
+
#: google-captcha.php:1010
|
123 |
msgid "Please submit \"Test verification\""
|
124 |
msgstr "Odešlete „Test ověření“"
|
125 |
|
126 |
+
#: google-captcha.php:1012
|
127 |
msgid "Please complete the captcha and submit \"Test verification\""
|
128 |
msgstr "Doplňte captcha a odešlete „Test ověření“"
|
129 |
|
130 |
+
#: google-captcha.php:1019
|
131 |
msgid "Test verification"
|
132 |
msgstr "Test ověření"
|
133 |
|
134 |
+
#: google-captcha.php:1040
|
135 |
msgid "The verification is successfully completed."
|
136 |
msgstr "Ověření je úspěšně dokončeno."
|
137 |
|
138 |
+
#: google-captcha.php:1075
|
139 |
msgid "FAQ"
|
140 |
msgstr ""
|
141 |
"Časté dotazy <acronym title=\\\"Frequently asked questions\\\">(FAQ)</"
|
142 |
"acronym>"
|
143 |
|
144 |
+
#: google-captcha.php:1076
|
145 |
msgid "Support"
|
146 |
msgstr "Podpora"
|
147 |
|
166 |
msgstr "Tajný klíč"
|
167 |
|
168 |
#: includes/class-gglcptch-settings-tabs.php:63
|
169 |
+
#: includes/class-gglcptch-settings-tabs.php:64
|
170 |
msgid "Version"
|
171 |
msgstr "Verze"
|
172 |
|
173 |
+
#: includes/class-gglcptch-settings-tabs.php:65
|
174 |
msgid "Invisible"
|
175 |
msgstr "Neviditelná"
|
176 |
|
177 |
+
#: includes/class-gglcptch-settings-tabs.php:94
|
178 |
msgid "Enter site key"
|
179 |
msgstr "Vložte webový klíč"
|
180 |
|
181 |
+
#: includes/class-gglcptch-settings-tabs.php:95
|
182 |
+
#: includes/class-gglcptch-settings-tabs.php:102
|
183 |
msgid "WARNING: The captcha will not be displayed until you fill key fields."
|
184 |
msgstr "VAROVÁNÍ: Captcha se nezobrazí, dokud nebudou vyplněna pole s klíči."
|
185 |
|
186 |
+
#: includes/class-gglcptch-settings-tabs.php:101
|
187 |
msgid "Enter secret key"
|
188 |
msgstr "Vložte tajný klíč"
|
189 |
|
190 |
+
#: includes/class-gglcptch-settings-tabs.php:135
|
191 |
msgid "Settings saved."
|
192 |
msgstr "Nastavení uloženo."
|
193 |
|
194 |
+
#: includes/class-gglcptch-settings-tabs.php:150
|
195 |
msgid "Authentication"
|
196 |
msgstr "Autentizace"
|
197 |
|
198 |
+
#: includes/class-gglcptch-settings-tabs.php:151
|
199 |
msgid ""
|
200 |
"Register your website with Google to get required API keys and enter them "
|
201 |
"below."
|
203 |
"Zaregistrujte svůj web na Google, abyste získali požadované API klíče a "
|
204 |
"zadejte je níže."
|
205 |
|
206 |
+
#: includes/class-gglcptch-settings-tabs.php:151
|
207 |
msgid "Get the API Keys"
|
208 |
msgstr "Získat API klíče"
|
209 |
|
210 |
+
#: includes/class-gglcptch-settings-tabs.php:168
|
211 |
msgid "Test reCAPTCHA"
|
212 |
msgstr "Vyzkoušet reCAPTCHA"
|
213 |
|
214 |
+
#: includes/class-gglcptch-settings-tabs.php:174
|
215 |
msgid "General"
|
216 |
msgstr "Obecné"
|
217 |
|
218 |
+
#: includes/class-gglcptch-settings-tabs.php:177
|
219 |
msgid "Enable reCAPTCHA for"
|
220 |
msgstr "Povolit reCAPTCHA pro"
|
221 |
|
222 |
+
#: includes/class-gglcptch-settings-tabs.php:223
|
223 |
+
#: includes/class-gglcptch-settings-tabs.php:287 includes/pro_banners.php:20
|
224 |
msgid "Close"
|
225 |
msgstr "Zavřít"
|
226 |
|
227 |
+
#: includes/class-gglcptch-settings-tabs.php:232
|
228 |
msgid "Hide reCAPTCHA for"
|
229 |
msgstr "Skrýt reCAPTCHA pro"
|
230 |
|
231 |
+
#: includes/class-gglcptch-settings-tabs.php:250
|
232 |
msgid "reCAPTCHA Version"
|
233 |
msgstr "reCAPTCHA verze"
|
234 |
|
235 |
+
#: includes/class-gglcptch-settings-tabs.php:264
|
236 |
msgid "Theme"
|
237 |
msgstr "Šablona"
|
238 |
|
239 |
+
#: includes/class-gglcptch-settings-tabs.php:275
|
240 |
+
msgid "Score"
|
241 |
+
msgstr ""
|
242 |
+
|
243 |
+
#: includes/class-gglcptch-settings-tabs.php:280
|
244 |
+
msgid "Set the minimum verification score from 0 to 1"
|
245 |
+
msgstr ""
|
246 |
+
|
247 |
+
#: includes/class-gglcptch-settings-tabs.php:296
|
248 |
msgid "Whitelist Notification"
|
249 |
msgstr "Upozornění na seznam povolených"
|
250 |
|
251 |
+
#: includes/class-gglcptch-settings-tabs.php:299
|
252 |
msgid "This message will be displayed instead of the reCAPTCHA."
|
253 |
msgstr "Tato zpráva se bude zobrazovat namísto reCAPTCHA."
|
254 |
|
255 |
+
#: includes/class-gglcptch-settings-tabs.php:303
|
256 |
msgid "Disabled Submit Button"
|
257 |
msgstr "Neaktivní tlačitko odeslat"
|
258 |
|
259 |
+
#: includes/class-gglcptch-settings-tabs.php:307
|
260 |
msgid ""
|
261 |
"Enable to keep submit button disabled until reCAPTCHA is loaded (do not use "
|
262 |
"this option if you see \"Failed to load Google reCAPTCHA\" message)."
|
265 |
"možnost nepoužívejte, pokud se zobrazuje zpráva „Nepodařilo se načíst "
|
266 |
"Google reCAPTCHA“)."
|
267 |
|
268 |
+
#: includes/class-gglcptch-settings-tabs.php:321
|
269 |
msgid ""
|
270 |
"reCAPTCHA version was changed. Please submit \"Test reCAPTCHA\" and "
|
271 |
"regenerate Site and Secret keys if necessary."
|
273 |
"Byla změněna verze reCAPTCHA. Klikněte na „Vyzkoušet reCAPTCHA“ "
|
274 |
"a znovu vygenerujte tajné a webové klíče, je-li to nezbytné."
|
275 |
|
276 |
+
#: includes/class-gglcptch-settings-tabs.php:334
|
277 |
msgid "Google Captcha Shortcode"
|
278 |
msgstr "Zkrácený kód Google Captcha"
|
279 |
|
280 |
+
#: includes/class-gglcptch-settings-tabs.php:337
|
281 |
msgid ""
|
282 |
"Add Google Captcha to your posts or pages using the following shortcode:"
|
283 |
msgstr ""
|
languages/google-captcha-es_ES.mo
CHANGED
Binary file
|
languages/google-captcha-es_ES.po
CHANGED
@@ -2,7 +2,7 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Google Сaptcha\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2018-
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: bestwebsoft.com <plugin@bestwebsoft.com>\n"
|
8 |
"Language-Team: Cloudzeroxyz <cloudzeroxyz@gmail.com>\n"
|
@@ -17,12 +17,12 @@ msgstr ""
|
|
17 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
-
#: google-captcha.php:38 google-captcha.php:40 google-captcha.php:
|
21 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
22 |
msgid "Google Captcha Settings"
|
23 |
msgstr "Googe Captcha Ajustes"
|
24 |
|
25 |
-
#: google-captcha.php:40 google-captcha.php:
|
26 |
#: includes/class-gglcptch-settings-tabs.php:25
|
27 |
msgid "Settings"
|
28 |
msgstr "Configuraciónes"
|
@@ -39,11 +39,11 @@ msgstr "Lista Blanca"
|
|
39 |
msgid "Upgrade to Pro"
|
40 |
msgstr "Actualizar a Pro"
|
41 |
|
42 |
-
#: google-captcha.php:
|
43 |
msgid "Please wait until Google reCAPTCHA is loaded."
|
44 |
msgstr "Por favor espere hasta que se carga Google reCAPTCHA."
|
45 |
|
46 |
-
#: google-captcha.php:
|
47 |
msgid ""
|
48 |
"Failed to load Google reCAPTCHA. Please check your internet connection and "
|
49 |
"reload this page."
|
@@ -51,63 +51,63 @@ msgstr ""
|
|
51 |
"Error al cargar Google reCAPTCHA. Por favor, compruebe su conexión a "
|
52 |
"internet y vuelva a cargar esta página."
|
53 |
|
54 |
-
#: google-captcha.php:
|
55 |
msgid "Warning"
|
56 |
msgstr "Atención"
|
57 |
|
58 |
-
#: google-captcha.php:
|
59 |
msgid "You are in the whitelist"
|
60 |
msgstr "Estás en la lista blanca"
|
61 |
|
62 |
-
#: google-captcha.php:
|
63 |
msgid "To use Google Captcha you must get the keys from"
|
64 |
msgstr "Para utilizar Google Captcha debe obtener las claves de"
|
65 |
|
66 |
-
#: google-captcha.php:
|
67 |
msgid "here"
|
68 |
msgstr "aquí"
|
69 |
|
70 |
-
#: google-captcha.php:
|
71 |
msgid "and enter them on the"
|
72 |
msgstr "e introducirlas en"
|
73 |
|
74 |
-
#: google-captcha.php:
|
75 |
msgid "plugin setting page"
|
76 |
msgstr "página de configuración de plugin"
|
77 |
|
78 |
-
#: google-captcha.php:
|
79 |
msgid "Error"
|
80 |
msgstr "Error "
|
81 |
|
82 |
-
#: google-captcha.php:
|
83 |
msgid "User response is missing."
|
84 |
msgstr "Respuesta del usuario está ausente."
|
85 |
|
86 |
-
#: google-captcha.php:
|
87 |
msgid "Secret Key is invalid."
|
88 |
msgstr ""
|
89 |
|
90 |
-
#: google-captcha.php:
|
91 |
msgid "Check your domain configurations"
|
92 |
msgstr ""
|
93 |
|
94 |
-
#: google-captcha.php:
|
95 |
msgid "and enter it again"
|
96 |
msgstr "e introducirle otra vez"
|
97 |
|
98 |
-
#: google-captcha.php:
|
99 |
msgid "Secret Key is missing."
|
100 |
msgstr "Clave Secreta está ausente."
|
101 |
|
102 |
-
#: google-captcha.php:
|
103 |
msgid "User response is invalid"
|
104 |
msgstr "Respuesta del usuario no es válido"
|
105 |
|
106 |
-
#: google-captcha.php:
|
107 |
msgid "You have entered an incorrect reCAPTCHA value."
|
108 |
msgstr "Ha introducido un valor incorrecto de reCAPTCHA."
|
109 |
|
110 |
-
#: google-captcha.php:
|
111 |
msgid ""
|
112 |
"More than one reCAPTCHA has been found in the current form. Please remove "
|
113 |
"all unnecessary reCAPTCHA fields to make it work properly."
|
@@ -115,27 +115,31 @@ msgstr ""
|
|
115 |
"Más de un reCAPTCHA se ha encontrado en la forma actual. Por favor, elimine "
|
116 |
"todos los campos de reCAPTCHA innecesarios para que funcione correctamente."
|
117 |
|
118 |
-
#: google-captcha.php:
|
|
|
|
|
|
|
|
|
119 |
msgid "Please submit \"Test verification\""
|
120 |
msgstr ""
|
121 |
|
122 |
-
#: google-captcha.php:
|
123 |
msgid "Please complete the captcha and submit \"Test verification\""
|
124 |
msgstr ""
|
125 |
|
126 |
-
#: google-captcha.php:
|
127 |
msgid "Test verification"
|
128 |
msgstr "Test de verificación"
|
129 |
|
130 |
-
#: google-captcha.php:
|
131 |
msgid "The verification is successfully completed."
|
132 |
msgstr ""
|
133 |
|
134 |
-
#: google-captcha.php:
|
135 |
msgid "FAQ"
|
136 |
msgstr "Preguntas Frecuentes"
|
137 |
|
138 |
-
#: google-captcha.php:
|
139 |
msgid "Support"
|
140 |
msgstr "Soporte"
|
141 |
|
@@ -160,107 +164,116 @@ msgid "Secret Key"
|
|
160 |
msgstr "Clave Secreta"
|
161 |
|
162 |
#: includes/class-gglcptch-settings-tabs.php:63
|
|
|
163 |
msgid "Version"
|
164 |
msgstr "Versión"
|
165 |
|
166 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
167 |
msgid "Invisible"
|
168 |
msgstr ""
|
169 |
|
170 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
171 |
msgid "Enter site key"
|
172 |
msgstr "Introduce la clave de sitio"
|
173 |
|
174 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
175 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
176 |
msgid "WARNING: The captcha will not be displayed until you fill key fields."
|
177 |
msgstr ""
|
178 |
|
179 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
180 |
msgid "Enter secret key"
|
181 |
msgstr "Introduce la clave secreta"
|
182 |
|
183 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
184 |
msgid "Settings saved."
|
185 |
msgstr ""
|
186 |
|
187 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
188 |
msgid "Authentication"
|
189 |
msgstr "Autentificación"
|
190 |
|
191 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
192 |
msgid ""
|
193 |
"Register your website with Google to get required API keys and enter them "
|
194 |
"below."
|
195 |
msgstr ""
|
196 |
|
197 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
198 |
msgid "Get the API Keys"
|
199 |
msgstr ""
|
200 |
|
201 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
202 |
#, fuzzy
|
203 |
msgid "Test reCAPTCHA"
|
204 |
msgstr "Invisible reCAPTCHA"
|
205 |
|
206 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
207 |
msgid "General"
|
208 |
msgstr ""
|
209 |
|
210 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
211 |
msgid "Enable reCAPTCHA for"
|
212 |
msgstr "Permite reCAPTCHA para"
|
213 |
|
214 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
215 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
216 |
msgid "Close"
|
217 |
msgstr "Сerrar"
|
218 |
|
219 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
220 |
#, fuzzy
|
221 |
msgid "Hide reCAPTCHA for"
|
222 |
msgstr "Permite reCAPTCHA para"
|
223 |
|
224 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
225 |
msgid "reCAPTCHA Version"
|
226 |
msgstr "reCAPTCHA Versión"
|
227 |
|
228 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
229 |
msgid "Theme"
|
230 |
msgstr ""
|
231 |
|
232 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
233 |
msgid "Whitelist Notification"
|
234 |
msgstr "Notificaciones de la Lista Blanca"
|
235 |
|
236 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
237 |
#, fuzzy
|
238 |
msgid "This message will be displayed instead of the reCAPTCHA."
|
239 |
msgstr ""
|
240 |
"Este mensaje se visualizará en lugar del reCAPTCHA si la IP del usuario se "
|
241 |
"agrega a la lista blanca"
|
242 |
|
243 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
244 |
msgid "Disabled Submit Button"
|
245 |
msgstr ""
|
246 |
|
247 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
248 |
msgid ""
|
249 |
"Enable to keep submit button disabled until reCAPTCHA is loaded (do not use "
|
250 |
"this option if you see \"Failed to load Google reCAPTCHA\" message)."
|
251 |
msgstr ""
|
252 |
|
253 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
254 |
msgid ""
|
255 |
"reCAPTCHA version was changed. Please submit \"Test reCAPTCHA\" and "
|
256 |
"regenerate Site and Secret keys if necessary."
|
257 |
msgstr ""
|
258 |
|
259 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
260 |
msgid "Google Captcha Shortcode"
|
261 |
msgstr ""
|
262 |
|
263 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
264 |
msgid ""
|
265 |
"Add Google Captcha to your posts or pages using the following shortcode:"
|
266 |
msgstr ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Google Сaptcha\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2018-11-09 12:24+0200\n"
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: bestwebsoft.com <plugin@bestwebsoft.com>\n"
|
8 |
"Language-Team: Cloudzeroxyz <cloudzeroxyz@gmail.com>\n"
|
17 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
+
#: google-captcha.php:38 google-captcha.php:40 google-captcha.php:451
|
21 |
+
#: includes/class-gglcptch-settings-tabs.php:147
|
22 |
msgid "Google Captcha Settings"
|
23 |
msgstr "Googe Captcha Ajustes"
|
24 |
|
25 |
+
#: google-captcha.php:40 google-captcha.php:1060 google-captcha.php:1073
|
26 |
#: includes/class-gglcptch-settings-tabs.php:25
|
27 |
msgid "Settings"
|
28 |
msgstr "Configuraciónes"
|
39 |
msgid "Upgrade to Pro"
|
40 |
msgstr "Actualizar a Pro"
|
41 |
|
42 |
+
#: google-captcha.php:239
|
43 |
msgid "Please wait until Google reCAPTCHA is loaded."
|
44 |
msgstr "Por favor espere hasta que se carga Google reCAPTCHA."
|
45 |
|
46 |
+
#: google-captcha.php:240
|
47 |
msgid ""
|
48 |
"Failed to load Google reCAPTCHA. Please check your internet connection and "
|
49 |
"reload this page."
|
51 |
"Error al cargar Google reCAPTCHA. Por favor, compruebe su conexión a "
|
52 |
"internet y vuelva a cargar esta página."
|
53 |
|
54 |
+
#: google-captcha.php:256
|
55 |
msgid "Warning"
|
56 |
msgstr "Atención"
|
57 |
|
58 |
+
#: google-captcha.php:355
|
59 |
msgid "You are in the whitelist"
|
60 |
msgstr "Estás en la lista blanca"
|
61 |
|
62 |
+
#: google-captcha.php:538 google-captcha.php:1095
|
63 |
msgid "To use Google Captcha you must get the keys from"
|
64 |
msgstr "Para utilizar Google Captcha debe obtener las claves de"
|
65 |
|
66 |
+
#: google-captcha.php:539 google-captcha.php:1096
|
67 |
msgid "here"
|
68 |
msgstr "aquí"
|
69 |
|
70 |
+
#: google-captcha.php:540 google-captcha.php:1097
|
71 |
msgid "and enter them on the"
|
72 |
msgstr "e introducirlas en"
|
73 |
|
74 |
+
#: google-captcha.php:542 google-captcha.php:1099
|
75 |
msgid "plugin setting page"
|
76 |
msgstr "página de configuración de plugin"
|
77 |
|
78 |
+
#: google-captcha.php:827 includes/forms.php:365
|
79 |
msgid "Error"
|
80 |
msgstr "Error "
|
81 |
|
82 |
+
#: google-captcha.php:952
|
83 |
msgid "User response is missing."
|
84 |
msgstr "Respuesta del usuario está ausente."
|
85 |
|
86 |
+
#: google-captcha.php:956 google-captcha.php:964
|
87 |
msgid "Secret Key is invalid."
|
88 |
msgstr ""
|
89 |
|
90 |
+
#: google-captcha.php:957 google-captcha.php:965
|
91 |
msgid "Check your domain configurations"
|
92 |
msgstr ""
|
93 |
|
94 |
+
#: google-captcha.php:958 google-captcha.php:966
|
95 |
msgid "and enter it again"
|
96 |
msgstr "e introducirle otra vez"
|
97 |
|
98 |
+
#: google-captcha.php:961
|
99 |
msgid "Secret Key is missing."
|
100 |
msgstr "Clave Secreta está ausente."
|
101 |
|
102 |
+
#: google-captcha.php:968
|
103 |
msgid "User response is invalid"
|
104 |
msgstr "Respuesta del usuario no es válido"
|
105 |
|
106 |
+
#: google-captcha.php:969
|
107 |
msgid "You have entered an incorrect reCAPTCHA value."
|
108 |
msgstr "Ha introducido un valor incorrecto de reCAPTCHA."
|
109 |
|
110 |
+
#: google-captcha.php:970
|
111 |
msgid ""
|
112 |
"More than one reCAPTCHA has been found in the current form. Please remove "
|
113 |
"all unnecessary reCAPTCHA fields to make it work properly."
|
115 |
"Más de un reCAPTCHA se ha encontrado en la forma actual. Por favor, elimine "
|
116 |
"todos los campos de reCAPTCHA innecesarios para que funcione correctamente."
|
117 |
|
118 |
+
#: google-captcha.php:972
|
119 |
+
msgid "reCAPTCHA v3 test failed"
|
120 |
+
msgstr ""
|
121 |
+
|
122 |
+
#: google-captcha.php:1010
|
123 |
msgid "Please submit \"Test verification\""
|
124 |
msgstr ""
|
125 |
|
126 |
+
#: google-captcha.php:1012
|
127 |
msgid "Please complete the captcha and submit \"Test verification\""
|
128 |
msgstr ""
|
129 |
|
130 |
+
#: google-captcha.php:1019
|
131 |
msgid "Test verification"
|
132 |
msgstr "Test de verificación"
|
133 |
|
134 |
+
#: google-captcha.php:1040
|
135 |
msgid "The verification is successfully completed."
|
136 |
msgstr ""
|
137 |
|
138 |
+
#: google-captcha.php:1075
|
139 |
msgid "FAQ"
|
140 |
msgstr "Preguntas Frecuentes"
|
141 |
|
142 |
+
#: google-captcha.php:1076
|
143 |
msgid "Support"
|
144 |
msgstr "Soporte"
|
145 |
|
164 |
msgstr "Clave Secreta"
|
165 |
|
166 |
#: includes/class-gglcptch-settings-tabs.php:63
|
167 |
+
#: includes/class-gglcptch-settings-tabs.php:64
|
168 |
msgid "Version"
|
169 |
msgstr "Versión"
|
170 |
|
171 |
+
#: includes/class-gglcptch-settings-tabs.php:65
|
172 |
msgid "Invisible"
|
173 |
msgstr ""
|
174 |
|
175 |
+
#: includes/class-gglcptch-settings-tabs.php:94
|
176 |
msgid "Enter site key"
|
177 |
msgstr "Introduce la clave de sitio"
|
178 |
|
179 |
+
#: includes/class-gglcptch-settings-tabs.php:95
|
180 |
+
#: includes/class-gglcptch-settings-tabs.php:102
|
181 |
msgid "WARNING: The captcha will not be displayed until you fill key fields."
|
182 |
msgstr ""
|
183 |
|
184 |
+
#: includes/class-gglcptch-settings-tabs.php:101
|
185 |
msgid "Enter secret key"
|
186 |
msgstr "Introduce la clave secreta"
|
187 |
|
188 |
+
#: includes/class-gglcptch-settings-tabs.php:135
|
189 |
msgid "Settings saved."
|
190 |
msgstr ""
|
191 |
|
192 |
+
#: includes/class-gglcptch-settings-tabs.php:150
|
193 |
msgid "Authentication"
|
194 |
msgstr "Autentificación"
|
195 |
|
196 |
+
#: includes/class-gglcptch-settings-tabs.php:151
|
197 |
msgid ""
|
198 |
"Register your website with Google to get required API keys and enter them "
|
199 |
"below."
|
200 |
msgstr ""
|
201 |
|
202 |
+
#: includes/class-gglcptch-settings-tabs.php:151
|
203 |
msgid "Get the API Keys"
|
204 |
msgstr ""
|
205 |
|
206 |
+
#: includes/class-gglcptch-settings-tabs.php:168
|
207 |
#, fuzzy
|
208 |
msgid "Test reCAPTCHA"
|
209 |
msgstr "Invisible reCAPTCHA"
|
210 |
|
211 |
+
#: includes/class-gglcptch-settings-tabs.php:174
|
212 |
msgid "General"
|
213 |
msgstr ""
|
214 |
|
215 |
+
#: includes/class-gglcptch-settings-tabs.php:177
|
216 |
msgid "Enable reCAPTCHA for"
|
217 |
msgstr "Permite reCAPTCHA para"
|
218 |
|
219 |
+
#: includes/class-gglcptch-settings-tabs.php:223
|
220 |
+
#: includes/class-gglcptch-settings-tabs.php:287 includes/pro_banners.php:20
|
221 |
msgid "Close"
|
222 |
msgstr "Сerrar"
|
223 |
|
224 |
+
#: includes/class-gglcptch-settings-tabs.php:232
|
225 |
#, fuzzy
|
226 |
msgid "Hide reCAPTCHA for"
|
227 |
msgstr "Permite reCAPTCHA para"
|
228 |
|
229 |
+
#: includes/class-gglcptch-settings-tabs.php:250
|
230 |
msgid "reCAPTCHA Version"
|
231 |
msgstr "reCAPTCHA Versión"
|
232 |
|
233 |
+
#: includes/class-gglcptch-settings-tabs.php:264
|
234 |
msgid "Theme"
|
235 |
msgstr ""
|
236 |
|
237 |
+
#: includes/class-gglcptch-settings-tabs.php:275
|
238 |
+
msgid "Score"
|
239 |
+
msgstr ""
|
240 |
+
|
241 |
+
#: includes/class-gglcptch-settings-tabs.php:280
|
242 |
+
msgid "Set the minimum verification score from 0 to 1"
|
243 |
+
msgstr ""
|
244 |
+
|
245 |
+
#: includes/class-gglcptch-settings-tabs.php:296
|
246 |
msgid "Whitelist Notification"
|
247 |
msgstr "Notificaciones de la Lista Blanca"
|
248 |
|
249 |
+
#: includes/class-gglcptch-settings-tabs.php:299
|
250 |
#, fuzzy
|
251 |
msgid "This message will be displayed instead of the reCAPTCHA."
|
252 |
msgstr ""
|
253 |
"Este mensaje se visualizará en lugar del reCAPTCHA si la IP del usuario se "
|
254 |
"agrega a la lista blanca"
|
255 |
|
256 |
+
#: includes/class-gglcptch-settings-tabs.php:303
|
257 |
msgid "Disabled Submit Button"
|
258 |
msgstr ""
|
259 |
|
260 |
+
#: includes/class-gglcptch-settings-tabs.php:307
|
261 |
msgid ""
|
262 |
"Enable to keep submit button disabled until reCAPTCHA is loaded (do not use "
|
263 |
"this option if you see \"Failed to load Google reCAPTCHA\" message)."
|
264 |
msgstr ""
|
265 |
|
266 |
+
#: includes/class-gglcptch-settings-tabs.php:321
|
267 |
msgid ""
|
268 |
"reCAPTCHA version was changed. Please submit \"Test reCAPTCHA\" and "
|
269 |
"regenerate Site and Secret keys if necessary."
|
270 |
msgstr ""
|
271 |
|
272 |
+
#: includes/class-gglcptch-settings-tabs.php:334
|
273 |
msgid "Google Captcha Shortcode"
|
274 |
msgstr ""
|
275 |
|
276 |
+
#: includes/class-gglcptch-settings-tabs.php:337
|
277 |
msgid ""
|
278 |
"Add Google Captcha to your posts or pages using the following shortcode:"
|
279 |
msgstr ""
|
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: Google Сaptcha\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2018-
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: bestwebsoft.com <plugin@bestwebsoft.com>\n"
|
8 |
"Language-Team: the BestWebSoft Team <plugin@bestwebsoft.com>\n"
|
@@ -18,12 +18,12 @@ msgstr ""
|
|
18 |
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
19 |
"X-Poedit-SearchPath-0: .\n"
|
20 |
|
21 |
-
#: google-captcha.php:38 google-captcha.php:40 google-captcha.php:
|
22 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
23 |
msgid "Google Captcha Settings"
|
24 |
msgstr "Настройки Google Captcha"
|
25 |
|
26 |
-
#: google-captcha.php:40 google-captcha.php:
|
27 |
#: includes/class-gglcptch-settings-tabs.php:25
|
28 |
msgid "Settings"
|
29 |
msgstr "Настройки"
|
@@ -40,11 +40,11 @@ msgstr "Белый список"
|
|
40 |
msgid "Upgrade to Pro"
|
41 |
msgstr "Обновить до Pro"
|
42 |
|
43 |
-
#: google-captcha.php:
|
44 |
msgid "Please wait until Google reCAPTCHA is loaded."
|
45 |
msgstr "Пожалуйста, дождитесь окончания загрузки Google reCAPTCHA."
|
46 |
|
47 |
-
#: google-captcha.php:
|
48 |
msgid ""
|
49 |
"Failed to load Google reCAPTCHA. Please check your internet connection and "
|
50 |
"reload this page."
|
@@ -52,63 +52,63 @@ msgstr ""
|
|
52 |
"Не удалось загрузить Google reCAPTCHA. Пожалуйста, проверьте ваше "
|
53 |
"подключение к сети Интернет и перезагрузите эту страницу."
|
54 |
|
55 |
-
#: google-captcha.php:
|
56 |
msgid "Warning"
|
57 |
msgstr "Внимание"
|
58 |
|
59 |
-
#: google-captcha.php:
|
60 |
msgid "You are in the whitelist"
|
61 |
msgstr "Вы в белом списке"
|
62 |
|
63 |
-
#: google-captcha.php:
|
64 |
msgid "To use Google Captcha you must get the keys from"
|
65 |
msgstr "Чтобы использовать Google Captcha, вам необходимо получить ключи"
|
66 |
|
67 |
-
#: google-captcha.php:
|
68 |
msgid "here"
|
69 |
msgstr "здесь"
|
70 |
|
71 |
-
#: google-captcha.php:
|
72 |
msgid "and enter them on the"
|
73 |
msgstr "и вставить их на"
|
74 |
|
75 |
-
#: google-captcha.php:
|
76 |
msgid "plugin setting page"
|
77 |
msgstr "странице настроек плагина"
|
78 |
|
79 |
-
#: google-captcha.php:
|
80 |
msgid "Error"
|
81 |
msgstr "Ошибка"
|
82 |
|
83 |
-
#: google-captcha.php:
|
84 |
msgid "User response is missing."
|
85 |
msgstr "Ответ пользователя отсутствует."
|
86 |
|
87 |
-
#: google-captcha.php:
|
88 |
msgid "Secret Key is invalid."
|
89 |
msgstr "Некорректный секретный ключ."
|
90 |
|
91 |
-
#: google-captcha.php:
|
92 |
msgid "Check your domain configurations"
|
93 |
msgstr "Проверьте настройки вашего домена"
|
94 |
|
95 |
-
#: google-captcha.php:
|
96 |
msgid "and enter it again"
|
97 |
msgstr "и введите его снова"
|
98 |
|
99 |
-
#: google-captcha.php:
|
100 |
msgid "Secret Key is missing."
|
101 |
msgstr "Секретный ключ отсутствует."
|
102 |
|
103 |
-
#: google-captcha.php:
|
104 |
msgid "User response is invalid"
|
105 |
msgstr "Некорректный ответ пользователя"
|
106 |
|
107 |
-
#: google-captcha.php:
|
108 |
msgid "You have entered an incorrect reCAPTCHA value."
|
109 |
msgstr "Ошибка: Вы ввели неверное значение reCAPTCHA."
|
110 |
|
111 |
-
#: google-captcha.php:
|
112 |
msgid ""
|
113 |
"More than one reCAPTCHA has been found in the current form. Please remove "
|
114 |
"all unnecessary reCAPTCHA fields to make it work properly."
|
@@ -116,28 +116,32 @@ msgstr ""
|
|
116 |
"В текущей форме найдено более одного блока reCAPTCHA. Пожалуйста, удалите "
|
117 |
"все лишние блоки reCAPTCHA для дальнейшей корректной работы."
|
118 |
|
119 |
-
#: google-captcha.php:
|
|
|
|
|
|
|
|
|
120 |
msgid "Please submit \"Test verification\""
|
121 |
msgstr "Пожалуйста, нажмите кнопку \"Тестирование проверки\"."
|
122 |
|
123 |
-
#: google-captcha.php:
|
124 |
msgid "Please complete the captcha and submit \"Test verification\""
|
125 |
msgstr ""
|
126 |
"Пожалуйста, заполните капчу и нажмите кнопку \"Тестирование проверки\"."
|
127 |
|
128 |
-
#: google-captcha.php:
|
129 |
msgid "Test verification"
|
130 |
msgstr "Тестирование проверки"
|
131 |
|
132 |
-
#: google-captcha.php:
|
133 |
msgid "The verification is successfully completed."
|
134 |
msgstr "Тестирование проверки успешно завершено."
|
135 |
|
136 |
-
#: google-captcha.php:
|
137 |
msgid "FAQ"
|
138 |
msgstr "FAQ"
|
139 |
|
140 |
-
#: google-captcha.php:
|
141 |
msgid "Support"
|
142 |
msgstr "Поддержка"
|
143 |
|
@@ -162,37 +166,38 @@ msgid "Secret Key"
|
|
162 |
msgstr "Секретный ключ"
|
163 |
|
164 |
#: includes/class-gglcptch-settings-tabs.php:63
|
|
|
165 |
msgid "Version"
|
166 |
msgstr "Версия"
|
167 |
|
168 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
169 |
msgid "Invisible"
|
170 |
msgstr "Невидимая"
|
171 |
|
172 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
173 |
msgid "Enter site key"
|
174 |
msgstr "Введите ключ сайта"
|
175 |
|
176 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
177 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
178 |
msgid "WARNING: The captcha will not be displayed until you fill key fields."
|
179 |
msgstr ""
|
180 |
"ПРЕДУПРЕЖДЕНИЕ: Google Captcha не будет отображаться пока вы не заполните "
|
181 |
"поля с ключами."
|
182 |
|
183 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
184 |
msgid "Enter secret key"
|
185 |
msgstr "Введите секретный ключ"
|
186 |
|
187 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
188 |
msgid "Settings saved."
|
189 |
msgstr "Настройки сохранены."
|
190 |
|
191 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
192 |
msgid "Authentication"
|
193 |
msgstr "Идентификация"
|
194 |
|
195 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
196 |
msgid ""
|
197 |
"Register your website with Google to get required API keys and enter them "
|
198 |
"below."
|
@@ -200,52 +205,61 @@ msgstr ""
|
|
200 |
"Зарегистрируйте свой сайт с помощью Google, чтобы получить требуемые API "
|
201 |
"ключи и введите их ниже."
|
202 |
|
203 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
204 |
msgid "Get the API Keys"
|
205 |
msgstr "Получить API ключи"
|
206 |
|
207 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
208 |
msgid "Test reCAPTCHA"
|
209 |
msgstr "Тестирование reCAPTCHA"
|
210 |
|
211 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
212 |
msgid "General"
|
213 |
msgstr "Общее"
|
214 |
|
215 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
216 |
msgid "Enable reCAPTCHA for"
|
217 |
msgstr "Включить reCAPTCHA для"
|
218 |
|
219 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
220 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
221 |
msgid "Close"
|
222 |
msgstr "Закрыть"
|
223 |
|
224 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
225 |
msgid "Hide reCAPTCHA for"
|
226 |
msgstr "Спрятать reCAPTCHA для"
|
227 |
|
228 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
229 |
msgid "reCAPTCHA Version"
|
230 |
msgstr "Версия reCAPTCHA"
|
231 |
|
232 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
233 |
msgid "Theme"
|
234 |
msgstr "Тема"
|
235 |
|
236 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
237 |
msgid "Whitelist Notification"
|
238 |
msgstr "Уведомление о нахождении в белом списке"
|
239 |
|
240 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
241 |
msgid "This message will be displayed instead of the reCAPTCHA."
|
242 |
msgstr "Это сообщение будет отображено вместо поля reCAPTCHA."
|
243 |
|
244 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
245 |
msgid "Disabled Submit Button"
|
246 |
msgstr "Отключенная кнопка подтверждения"
|
247 |
|
248 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
249 |
msgid ""
|
250 |
"Enable to keep submit button disabled until reCAPTCHA is loaded (do not use "
|
251 |
"this option if you see \"Failed to load Google reCAPTCHA\" message)."
|
@@ -254,7 +268,7 @@ msgstr ""
|
|
254 |
"не будет загружена reCAPTCHA (Не используйте эту опцию, если вы видите "
|
255 |
"сообщение \"Не удалось загрузить Google reCAPTCHA\")."
|
256 |
|
257 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
258 |
msgid ""
|
259 |
"reCAPTCHA version was changed. Please submit \"Test reCAPTCHA\" and "
|
260 |
"regenerate Site and Secret keys if necessary."
|
@@ -262,11 +276,11 @@ msgstr ""
|
|
262 |
"Версия reCAPTCHA была изменена. Пожалуйста, нажмите \"Тестирование reCAPTCHA"
|
263 |
"\" и при необходимости обновите секретный ключ и ключ сайта."
|
264 |
|
265 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
266 |
msgid "Google Captcha Shortcode"
|
267 |
msgstr "Шорткод Google Captcha"
|
268 |
|
269 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
270 |
msgid ""
|
271 |
"Add Google Captcha to your posts or pages using the following shortcode:"
|
272 |
msgstr ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Google Сaptcha\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2018-11-09 12:16+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"
|
18 |
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
19 |
"X-Poedit-SearchPath-0: .\n"
|
20 |
|
21 |
+
#: google-captcha.php:38 google-captcha.php:40 google-captcha.php:451
|
22 |
+
#: includes/class-gglcptch-settings-tabs.php:147
|
23 |
msgid "Google Captcha Settings"
|
24 |
msgstr "Настройки Google Captcha"
|
25 |
|
26 |
+
#: google-captcha.php:40 google-captcha.php:1060 google-captcha.php:1073
|
27 |
#: includes/class-gglcptch-settings-tabs.php:25
|
28 |
msgid "Settings"
|
29 |
msgstr "Настройки"
|
40 |
msgid "Upgrade to Pro"
|
41 |
msgstr "Обновить до Pro"
|
42 |
|
43 |
+
#: google-captcha.php:239
|
44 |
msgid "Please wait until Google reCAPTCHA is loaded."
|
45 |
msgstr "Пожалуйста, дождитесь окончания загрузки Google reCAPTCHA."
|
46 |
|
47 |
+
#: google-captcha.php:240
|
48 |
msgid ""
|
49 |
"Failed to load Google reCAPTCHA. Please check your internet connection and "
|
50 |
"reload this page."
|
52 |
"Не удалось загрузить Google reCAPTCHA. Пожалуйста, проверьте ваше "
|
53 |
"подключение к сети Интернет и перезагрузите эту страницу."
|
54 |
|
55 |
+
#: google-captcha.php:256
|
56 |
msgid "Warning"
|
57 |
msgstr "Внимание"
|
58 |
|
59 |
+
#: google-captcha.php:355
|
60 |
msgid "You are in the whitelist"
|
61 |
msgstr "Вы в белом списке"
|
62 |
|
63 |
+
#: google-captcha.php:538 google-captcha.php:1095
|
64 |
msgid "To use Google Captcha you must get the keys from"
|
65 |
msgstr "Чтобы использовать Google Captcha, вам необходимо получить ключи"
|
66 |
|
67 |
+
#: google-captcha.php:539 google-captcha.php:1096
|
68 |
msgid "here"
|
69 |
msgstr "здесь"
|
70 |
|
71 |
+
#: google-captcha.php:540 google-captcha.php:1097
|
72 |
msgid "and enter them on the"
|
73 |
msgstr "и вставить их на"
|
74 |
|
75 |
+
#: google-captcha.php:542 google-captcha.php:1099
|
76 |
msgid "plugin setting page"
|
77 |
msgstr "странице настроек плагина"
|
78 |
|
79 |
+
#: google-captcha.php:827 includes/forms.php:365
|
80 |
msgid "Error"
|
81 |
msgstr "Ошибка"
|
82 |
|
83 |
+
#: google-captcha.php:952
|
84 |
msgid "User response is missing."
|
85 |
msgstr "Ответ пользователя отсутствует."
|
86 |
|
87 |
+
#: google-captcha.php:956 google-captcha.php:964
|
88 |
msgid "Secret Key is invalid."
|
89 |
msgstr "Некорректный секретный ключ."
|
90 |
|
91 |
+
#: google-captcha.php:957 google-captcha.php:965
|
92 |
msgid "Check your domain configurations"
|
93 |
msgstr "Проверьте настройки вашего домена"
|
94 |
|
95 |
+
#: google-captcha.php:958 google-captcha.php:966
|
96 |
msgid "and enter it again"
|
97 |
msgstr "и введите его снова"
|
98 |
|
99 |
+
#: google-captcha.php:961
|
100 |
msgid "Secret Key is missing."
|
101 |
msgstr "Секретный ключ отсутствует."
|
102 |
|
103 |
+
#: google-captcha.php:968
|
104 |
msgid "User response is invalid"
|
105 |
msgstr "Некорректный ответ пользователя"
|
106 |
|
107 |
+
#: google-captcha.php:969
|
108 |
msgid "You have entered an incorrect reCAPTCHA value."
|
109 |
msgstr "Ошибка: Вы ввели неверное значение reCAPTCHA."
|
110 |
|
111 |
+
#: google-captcha.php:970
|
112 |
msgid ""
|
113 |
"More than one reCAPTCHA has been found in the current form. Please remove "
|
114 |
"all unnecessary reCAPTCHA fields to make it work properly."
|
116 |
"В текущей форме найдено более одного блока reCAPTCHA. Пожалуйста, удалите "
|
117 |
"все лишние блоки reCAPTCHA для дальнейшей корректной работы."
|
118 |
|
119 |
+
#: google-captcha.php:972
|
120 |
+
msgid "reCAPTCHA v3 test failed"
|
121 |
+
msgstr "Тест reCAPTCHA v3 не пройден"
|
122 |
+
|
123 |
+
#: google-captcha.php:1010
|
124 |
msgid "Please submit \"Test verification\""
|
125 |
msgstr "Пожалуйста, нажмите кнопку \"Тестирование проверки\"."
|
126 |
|
127 |
+
#: google-captcha.php:1012
|
128 |
msgid "Please complete the captcha and submit \"Test verification\""
|
129 |
msgstr ""
|
130 |
"Пожалуйста, заполните капчу и нажмите кнопку \"Тестирование проверки\"."
|
131 |
|
132 |
+
#: google-captcha.php:1019
|
133 |
msgid "Test verification"
|
134 |
msgstr "Тестирование проверки"
|
135 |
|
136 |
+
#: google-captcha.php:1040
|
137 |
msgid "The verification is successfully completed."
|
138 |
msgstr "Тестирование проверки успешно завершено."
|
139 |
|
140 |
+
#: google-captcha.php:1075
|
141 |
msgid "FAQ"
|
142 |
msgstr "FAQ"
|
143 |
|
144 |
+
#: google-captcha.php:1076
|
145 |
msgid "Support"
|
146 |
msgstr "Поддержка"
|
147 |
|
166 |
msgstr "Секретный ключ"
|
167 |
|
168 |
#: includes/class-gglcptch-settings-tabs.php:63
|
169 |
+
#: includes/class-gglcptch-settings-tabs.php:64
|
170 |
msgid "Version"
|
171 |
msgstr "Версия"
|
172 |
|
173 |
+
#: includes/class-gglcptch-settings-tabs.php:65
|
174 |
msgid "Invisible"
|
175 |
msgstr "Невидимая"
|
176 |
|
177 |
+
#: includes/class-gglcptch-settings-tabs.php:94
|
178 |
msgid "Enter site key"
|
179 |
msgstr "Введите ключ сайта"
|
180 |
|
181 |
+
#: includes/class-gglcptch-settings-tabs.php:95
|
182 |
+
#: includes/class-gglcptch-settings-tabs.php:102
|
183 |
msgid "WARNING: The captcha will not be displayed until you fill key fields."
|
184 |
msgstr ""
|
185 |
"ПРЕДУПРЕЖДЕНИЕ: Google Captcha не будет отображаться пока вы не заполните "
|
186 |
"поля с ключами."
|
187 |
|
188 |
+
#: includes/class-gglcptch-settings-tabs.php:101
|
189 |
msgid "Enter secret key"
|
190 |
msgstr "Введите секретный ключ"
|
191 |
|
192 |
+
#: includes/class-gglcptch-settings-tabs.php:135
|
193 |
msgid "Settings saved."
|
194 |
msgstr "Настройки сохранены."
|
195 |
|
196 |
+
#: includes/class-gglcptch-settings-tabs.php:150
|
197 |
msgid "Authentication"
|
198 |
msgstr "Идентификация"
|
199 |
|
200 |
+
#: includes/class-gglcptch-settings-tabs.php:151
|
201 |
msgid ""
|
202 |
"Register your website with Google to get required API keys and enter them "
|
203 |
"below."
|
205 |
"Зарегистрируйте свой сайт с помощью Google, чтобы получить требуемые API "
|
206 |
"ключи и введите их ниже."
|
207 |
|
208 |
+
#: includes/class-gglcptch-settings-tabs.php:151
|
209 |
msgid "Get the API Keys"
|
210 |
msgstr "Получить API ключи"
|
211 |
|
212 |
+
#: includes/class-gglcptch-settings-tabs.php:168
|
213 |
msgid "Test reCAPTCHA"
|
214 |
msgstr "Тестирование reCAPTCHA"
|
215 |
|
216 |
+
#: includes/class-gglcptch-settings-tabs.php:174
|
217 |
msgid "General"
|
218 |
msgstr "Общее"
|
219 |
|
220 |
+
#: includes/class-gglcptch-settings-tabs.php:177
|
221 |
msgid "Enable reCAPTCHA for"
|
222 |
msgstr "Включить reCAPTCHA для"
|
223 |
|
224 |
+
#: includes/class-gglcptch-settings-tabs.php:223
|
225 |
+
#: includes/class-gglcptch-settings-tabs.php:287 includes/pro_banners.php:20
|
226 |
msgid "Close"
|
227 |
msgstr "Закрыть"
|
228 |
|
229 |
+
#: includes/class-gglcptch-settings-tabs.php:232
|
230 |
msgid "Hide reCAPTCHA for"
|
231 |
msgstr "Спрятать reCAPTCHA для"
|
232 |
|
233 |
+
#: includes/class-gglcptch-settings-tabs.php:250
|
234 |
msgid "reCAPTCHA Version"
|
235 |
msgstr "Версия reCAPTCHA"
|
236 |
|
237 |
+
#: includes/class-gglcptch-settings-tabs.php:264
|
238 |
msgid "Theme"
|
239 |
msgstr "Тема"
|
240 |
|
241 |
+
#: includes/class-gglcptch-settings-tabs.php:275
|
242 |
+
msgid "Score"
|
243 |
+
msgstr "Количество очков"
|
244 |
+
|
245 |
+
#: includes/class-gglcptch-settings-tabs.php:280
|
246 |
+
msgid "Set the minimum verification score from 0 to 1"
|
247 |
+
msgstr ""
|
248 |
+
"Укажите пороговое значение, при котором проверка будет пройдена от 0 до 1"
|
249 |
+
|
250 |
+
#: includes/class-gglcptch-settings-tabs.php:296
|
251 |
msgid "Whitelist Notification"
|
252 |
msgstr "Уведомление о нахождении в белом списке"
|
253 |
|
254 |
+
#: includes/class-gglcptch-settings-tabs.php:299
|
255 |
msgid "This message will be displayed instead of the reCAPTCHA."
|
256 |
msgstr "Это сообщение будет отображено вместо поля reCAPTCHA."
|
257 |
|
258 |
+
#: includes/class-gglcptch-settings-tabs.php:303
|
259 |
msgid "Disabled Submit Button"
|
260 |
msgstr "Отключенная кнопка подтверждения"
|
261 |
|
262 |
+
#: includes/class-gglcptch-settings-tabs.php:307
|
263 |
msgid ""
|
264 |
"Enable to keep submit button disabled until reCAPTCHA is loaded (do not use "
|
265 |
"this option if you see \"Failed to load Google reCAPTCHA\" message)."
|
268 |
"не будет загружена reCAPTCHA (Не используйте эту опцию, если вы видите "
|
269 |
"сообщение \"Не удалось загрузить Google reCAPTCHA\")."
|
270 |
|
271 |
+
#: includes/class-gglcptch-settings-tabs.php:321
|
272 |
msgid ""
|
273 |
"reCAPTCHA version was changed. Please submit \"Test reCAPTCHA\" and "
|
274 |
"regenerate Site and Secret keys if necessary."
|
276 |
"Версия reCAPTCHA была изменена. Пожалуйста, нажмите \"Тестирование reCAPTCHA"
|
277 |
"\" и при необходимости обновите секретный ключ и ключ сайта."
|
278 |
|
279 |
+
#: includes/class-gglcptch-settings-tabs.php:334
|
280 |
msgid "Google Captcha Shortcode"
|
281 |
msgstr "Шорткод Google Captcha"
|
282 |
|
283 |
+
#: includes/class-gglcptch-settings-tabs.php:337
|
284 |
msgid ""
|
285 |
"Add Google Captcha to your posts or pages using the following shortcode:"
|
286 |
msgstr ""
|
languages/google-captcha-sr_RS.mo
CHANGED
Binary file
|
languages/google-captcha-sr_RS.po
CHANGED
@@ -2,7 +2,7 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Google Сaptcha\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2018-
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: Team Link <teamlink@gmx.us>\n"
|
@@ -18,12 +18,12 @@ msgstr ""
|
|
18 |
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
19 |
"X-Poedit-SearchPath-0: .\n"
|
20 |
|
21 |
-
#: google-captcha.php:38 google-captcha.php:40 google-captcha.php:
|
22 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
23 |
msgid "Google Captcha Settings"
|
24 |
msgstr "Google Captcha Подешавања"
|
25 |
|
26 |
-
#: google-captcha.php:40 google-captcha.php:
|
27 |
#: includes/class-gglcptch-settings-tabs.php:25
|
28 |
msgid "Settings"
|
29 |
msgstr "Подешавања"
|
@@ -40,11 +40,11 @@ msgstr "Бела листа"
|
|
40 |
msgid "Upgrade to Pro"
|
41 |
msgstr "Пређи на Про"
|
42 |
|
43 |
-
#: google-captcha.php:
|
44 |
msgid "Please wait until Google reCAPTCHA is loaded."
|
45 |
msgstr "Молимо сачекајте док се Google reCAPTCHA учита."
|
46 |
|
47 |
-
#: google-captcha.php:
|
48 |
msgid ""
|
49 |
"Failed to load Google reCAPTCHA. Please check your internet connection and "
|
50 |
"reload this page."
|
@@ -52,63 +52,63 @@ msgstr ""
|
|
52 |
"Није успело учитавање Google reCAPTCHA-e Молимо проверите Вашу интернет "
|
53 |
"конекцију и освежите страну."
|
54 |
|
55 |
-
#: google-captcha.php:
|
56 |
msgid "Warning"
|
57 |
msgstr "Упозорење"
|
58 |
|
59 |
-
#: google-captcha.php:
|
60 |
msgid "You are in the whitelist"
|
61 |
msgstr "Ви сте на белој листи"
|
62 |
|
63 |
-
#: google-captcha.php:
|
64 |
msgid "To use Google Captcha you must get the keys from"
|
65 |
msgstr "Да бисте користили Google Captcha морате узети кључеве од"
|
66 |
|
67 |
-
#: google-captcha.php:
|
68 |
msgid "here"
|
69 |
msgstr "овде"
|
70 |
|
71 |
-
#: google-captcha.php:
|
72 |
msgid "and enter them on the"
|
73 |
msgstr "и унесите их на"
|
74 |
|
75 |
-
#: google-captcha.php:
|
76 |
msgid "plugin setting page"
|
77 |
msgstr "страна подешавања додатка"
|
78 |
|
79 |
-
#: google-captcha.php:
|
80 |
msgid "Error"
|
81 |
msgstr "Грешка"
|
82 |
|
83 |
-
#: google-captcha.php:
|
84 |
msgid "User response is missing."
|
85 |
msgstr "Одговор корисника недостаје."
|
86 |
|
87 |
-
#: google-captcha.php:
|
88 |
msgid "Secret Key is invalid."
|
89 |
msgstr ""
|
90 |
|
91 |
-
#: google-captcha.php:
|
92 |
msgid "Check your domain configurations"
|
93 |
msgstr ""
|
94 |
|
95 |
-
#: google-captcha.php:
|
96 |
msgid "and enter it again"
|
97 |
msgstr "и унесите поново"
|
98 |
|
99 |
-
#: google-captcha.php:
|
100 |
msgid "Secret Key is missing."
|
101 |
msgstr "Тајни кључ недостаје."
|
102 |
|
103 |
-
#: google-captcha.php:
|
104 |
msgid "User response is invalid"
|
105 |
msgstr "Одговор корисника није исправан"
|
106 |
|
107 |
-
#: google-captcha.php:
|
108 |
msgid "You have entered an incorrect reCAPTCHA value."
|
109 |
msgstr "Унели сте нетачну reCAPTCHA вредност."
|
110 |
|
111 |
-
#: google-captcha.php:
|
112 |
msgid ""
|
113 |
"More than one reCAPTCHA has been found in the current form. Please remove "
|
114 |
"all unnecessary reCAPTCHA fields to make it work properly."
|
@@ -116,27 +116,31 @@ msgstr ""
|
|
116 |
"Више од једне reCAPTCHA је нађено у тренутној форми. Молим вас да уклоните "
|
117 |
"сва непотребна reCAPTCHA поља како би форма радила исправно."
|
118 |
|
119 |
-
#: google-captcha.php:
|
|
|
|
|
|
|
|
|
120 |
msgid "Please submit \"Test verification\""
|
121 |
msgstr ""
|
122 |
|
123 |
-
#: google-captcha.php:
|
124 |
msgid "Please complete the captcha and submit \"Test verification\""
|
125 |
msgstr ""
|
126 |
|
127 |
-
#: google-captcha.php:
|
128 |
msgid "Test verification"
|
129 |
msgstr "Тестирај верификацију"
|
130 |
|
131 |
-
#: google-captcha.php:
|
132 |
msgid "The verification is successfully completed."
|
133 |
msgstr ""
|
134 |
|
135 |
-
#: google-captcha.php:
|
136 |
msgid "FAQ"
|
137 |
msgstr "ЧПП"
|
138 |
|
139 |
-
#: google-captcha.php:
|
140 |
msgid "Support"
|
141 |
msgstr "Подршка"
|
142 |
|
@@ -161,107 +165,116 @@ msgid "Secret Key"
|
|
161 |
msgstr "Тајни кључ"
|
162 |
|
163 |
#: includes/class-gglcptch-settings-tabs.php:63
|
|
|
164 |
msgid "Version"
|
165 |
msgstr "Верзија"
|
166 |
|
167 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
168 |
msgid "Invisible"
|
169 |
msgstr ""
|
170 |
|
171 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
172 |
msgid "Enter site key"
|
173 |
msgstr "Унесите кључ сајта"
|
174 |
|
175 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
176 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
177 |
msgid "WARNING: The captcha will not be displayed until you fill key fields."
|
178 |
msgstr ""
|
179 |
|
180 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
181 |
msgid "Enter secret key"
|
182 |
msgstr "Унесите тајни кључ"
|
183 |
|
184 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
185 |
msgid "Settings saved."
|
186 |
msgstr ""
|
187 |
|
188 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
189 |
msgid "Authentication"
|
190 |
msgstr "Аутентикација"
|
191 |
|
192 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
193 |
msgid ""
|
194 |
"Register your website with Google to get required API keys and enter them "
|
195 |
"below."
|
196 |
msgstr ""
|
197 |
|
198 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
199 |
msgid "Get the API Keys"
|
200 |
msgstr ""
|
201 |
|
202 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
203 |
#, fuzzy
|
204 |
msgid "Test reCAPTCHA"
|
205 |
msgstr "Невидљиви reCAPTCHA"
|
206 |
|
207 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
208 |
msgid "General"
|
209 |
msgstr ""
|
210 |
|
211 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
212 |
msgid "Enable reCAPTCHA for"
|
213 |
msgstr "Омогући reCAPTCHA за"
|
214 |
|
215 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
216 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
217 |
msgid "Close"
|
218 |
msgstr "Затвори"
|
219 |
|
220 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
221 |
#, fuzzy
|
222 |
msgid "Hide reCAPTCHA for"
|
223 |
msgstr "Омогући reCAPTCHA за"
|
224 |
|
225 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
226 |
msgid "reCAPTCHA Version"
|
227 |
msgstr "reCAPTCHA верзија"
|
228 |
|
229 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
230 |
msgid "Theme"
|
231 |
msgstr ""
|
232 |
|
233 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
234 |
msgid "Whitelist Notification"
|
235 |
msgstr "Нотификација за белу листу"
|
236 |
|
237 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
238 |
#, fuzzy
|
239 |
msgid "This message will be displayed instead of the reCAPTCHA."
|
240 |
msgstr ""
|
241 |
"Ова порука ће бити приказана уместо reCAPTCHA уколико је кориснички IP додат "
|
242 |
"у белу листу"
|
243 |
|
244 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
245 |
msgid "Disabled Submit Button"
|
246 |
msgstr ""
|
247 |
|
248 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
249 |
msgid ""
|
250 |
"Enable to keep submit button disabled until reCAPTCHA is loaded (do not use "
|
251 |
"this option if you see \"Failed to load Google reCAPTCHA\" message)."
|
252 |
msgstr ""
|
253 |
|
254 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
255 |
msgid ""
|
256 |
"reCAPTCHA version was changed. Please submit \"Test reCAPTCHA\" and "
|
257 |
"regenerate Site and Secret keys if necessary."
|
258 |
msgstr ""
|
259 |
|
260 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
261 |
msgid "Google Captcha Shortcode"
|
262 |
msgstr ""
|
263 |
|
264 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
265 |
msgid ""
|
266 |
"Add Google Captcha to your posts or pages using the following shortcode:"
|
267 |
msgstr ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Google Сaptcha\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2018-11-09 12:24+0200\n"
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: Team Link <teamlink@gmx.us>\n"
|
18 |
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
19 |
"X-Poedit-SearchPath-0: .\n"
|
20 |
|
21 |
+
#: google-captcha.php:38 google-captcha.php:40 google-captcha.php:451
|
22 |
+
#: includes/class-gglcptch-settings-tabs.php:147
|
23 |
msgid "Google Captcha Settings"
|
24 |
msgstr "Google Captcha Подешавања"
|
25 |
|
26 |
+
#: google-captcha.php:40 google-captcha.php:1060 google-captcha.php:1073
|
27 |
#: includes/class-gglcptch-settings-tabs.php:25
|
28 |
msgid "Settings"
|
29 |
msgstr "Подешавања"
|
40 |
msgid "Upgrade to Pro"
|
41 |
msgstr "Пређи на Про"
|
42 |
|
43 |
+
#: google-captcha.php:239
|
44 |
msgid "Please wait until Google reCAPTCHA is loaded."
|
45 |
msgstr "Молимо сачекајте док се Google reCAPTCHA учита."
|
46 |
|
47 |
+
#: google-captcha.php:240
|
48 |
msgid ""
|
49 |
"Failed to load Google reCAPTCHA. Please check your internet connection and "
|
50 |
"reload this page."
|
52 |
"Није успело учитавање Google reCAPTCHA-e Молимо проверите Вашу интернет "
|
53 |
"конекцију и освежите страну."
|
54 |
|
55 |
+
#: google-captcha.php:256
|
56 |
msgid "Warning"
|
57 |
msgstr "Упозорење"
|
58 |
|
59 |
+
#: google-captcha.php:355
|
60 |
msgid "You are in the whitelist"
|
61 |
msgstr "Ви сте на белој листи"
|
62 |
|
63 |
+
#: google-captcha.php:538 google-captcha.php:1095
|
64 |
msgid "To use Google Captcha you must get the keys from"
|
65 |
msgstr "Да бисте користили Google Captcha морате узети кључеве од"
|
66 |
|
67 |
+
#: google-captcha.php:539 google-captcha.php:1096
|
68 |
msgid "here"
|
69 |
msgstr "овде"
|
70 |
|
71 |
+
#: google-captcha.php:540 google-captcha.php:1097
|
72 |
msgid "and enter them on the"
|
73 |
msgstr "и унесите их на"
|
74 |
|
75 |
+
#: google-captcha.php:542 google-captcha.php:1099
|
76 |
msgid "plugin setting page"
|
77 |
msgstr "страна подешавања додатка"
|
78 |
|
79 |
+
#: google-captcha.php:827 includes/forms.php:365
|
80 |
msgid "Error"
|
81 |
msgstr "Грешка"
|
82 |
|
83 |
+
#: google-captcha.php:952
|
84 |
msgid "User response is missing."
|
85 |
msgstr "Одговор корисника недостаје."
|
86 |
|
87 |
+
#: google-captcha.php:956 google-captcha.php:964
|
88 |
msgid "Secret Key is invalid."
|
89 |
msgstr ""
|
90 |
|
91 |
+
#: google-captcha.php:957 google-captcha.php:965
|
92 |
msgid "Check your domain configurations"
|
93 |
msgstr ""
|
94 |
|
95 |
+
#: google-captcha.php:958 google-captcha.php:966
|
96 |
msgid "and enter it again"
|
97 |
msgstr "и унесите поново"
|
98 |
|
99 |
+
#: google-captcha.php:961
|
100 |
msgid "Secret Key is missing."
|
101 |
msgstr "Тајни кључ недостаје."
|
102 |
|
103 |
+
#: google-captcha.php:968
|
104 |
msgid "User response is invalid"
|
105 |
msgstr "Одговор корисника није исправан"
|
106 |
|
107 |
+
#: google-captcha.php:969
|
108 |
msgid "You have entered an incorrect reCAPTCHA value."
|
109 |
msgstr "Унели сте нетачну reCAPTCHA вредност."
|
110 |
|
111 |
+
#: google-captcha.php:970
|
112 |
msgid ""
|
113 |
"More than one reCAPTCHA has been found in the current form. Please remove "
|
114 |
"all unnecessary reCAPTCHA fields to make it work properly."
|
116 |
"Више од једне reCAPTCHA је нађено у тренутној форми. Молим вас да уклоните "
|
117 |
"сва непотребна reCAPTCHA поља како би форма радила исправно."
|
118 |
|
119 |
+
#: google-captcha.php:972
|
120 |
+
msgid "reCAPTCHA v3 test failed"
|
121 |
+
msgstr ""
|
122 |
+
|
123 |
+
#: google-captcha.php:1010
|
124 |
msgid "Please submit \"Test verification\""
|
125 |
msgstr ""
|
126 |
|
127 |
+
#: google-captcha.php:1012
|
128 |
msgid "Please complete the captcha and submit \"Test verification\""
|
129 |
msgstr ""
|
130 |
|
131 |
+
#: google-captcha.php:1019
|
132 |
msgid "Test verification"
|
133 |
msgstr "Тестирај верификацију"
|
134 |
|
135 |
+
#: google-captcha.php:1040
|
136 |
msgid "The verification is successfully completed."
|
137 |
msgstr ""
|
138 |
|
139 |
+
#: google-captcha.php:1075
|
140 |
msgid "FAQ"
|
141 |
msgstr "ЧПП"
|
142 |
|
143 |
+
#: google-captcha.php:1076
|
144 |
msgid "Support"
|
145 |
msgstr "Подршка"
|
146 |
|
165 |
msgstr "Тајни кључ"
|
166 |
|
167 |
#: includes/class-gglcptch-settings-tabs.php:63
|
168 |
+
#: includes/class-gglcptch-settings-tabs.php:64
|
169 |
msgid "Version"
|
170 |
msgstr "Верзија"
|
171 |
|
172 |
+
#: includes/class-gglcptch-settings-tabs.php:65
|
173 |
msgid "Invisible"
|
174 |
msgstr ""
|
175 |
|
176 |
+
#: includes/class-gglcptch-settings-tabs.php:94
|
177 |
msgid "Enter site key"
|
178 |
msgstr "Унесите кључ сајта"
|
179 |
|
180 |
+
#: includes/class-gglcptch-settings-tabs.php:95
|
181 |
+
#: includes/class-gglcptch-settings-tabs.php:102
|
182 |
msgid "WARNING: The captcha will not be displayed until you fill key fields."
|
183 |
msgstr ""
|
184 |
|
185 |
+
#: includes/class-gglcptch-settings-tabs.php:101
|
186 |
msgid "Enter secret key"
|
187 |
msgstr "Унесите тајни кључ"
|
188 |
|
189 |
+
#: includes/class-gglcptch-settings-tabs.php:135
|
190 |
msgid "Settings saved."
|
191 |
msgstr ""
|
192 |
|
193 |
+
#: includes/class-gglcptch-settings-tabs.php:150
|
194 |
msgid "Authentication"
|
195 |
msgstr "Аутентикација"
|
196 |
|
197 |
+
#: includes/class-gglcptch-settings-tabs.php:151
|
198 |
msgid ""
|
199 |
"Register your website with Google to get required API keys and enter them "
|
200 |
"below."
|
201 |
msgstr ""
|
202 |
|
203 |
+
#: includes/class-gglcptch-settings-tabs.php:151
|
204 |
msgid "Get the API Keys"
|
205 |
msgstr ""
|
206 |
|
207 |
+
#: includes/class-gglcptch-settings-tabs.php:168
|
208 |
#, fuzzy
|
209 |
msgid "Test reCAPTCHA"
|
210 |
msgstr "Невидљиви reCAPTCHA"
|
211 |
|
212 |
+
#: includes/class-gglcptch-settings-tabs.php:174
|
213 |
msgid "General"
|
214 |
msgstr ""
|
215 |
|
216 |
+
#: includes/class-gglcptch-settings-tabs.php:177
|
217 |
msgid "Enable reCAPTCHA for"
|
218 |
msgstr "Омогући reCAPTCHA за"
|
219 |
|
220 |
+
#: includes/class-gglcptch-settings-tabs.php:223
|
221 |
+
#: includes/class-gglcptch-settings-tabs.php:287 includes/pro_banners.php:20
|
222 |
msgid "Close"
|
223 |
msgstr "Затвори"
|
224 |
|
225 |
+
#: includes/class-gglcptch-settings-tabs.php:232
|
226 |
#, fuzzy
|
227 |
msgid "Hide reCAPTCHA for"
|
228 |
msgstr "Омогући reCAPTCHA за"
|
229 |
|
230 |
+
#: includes/class-gglcptch-settings-tabs.php:250
|
231 |
msgid "reCAPTCHA Version"
|
232 |
msgstr "reCAPTCHA верзија"
|
233 |
|
234 |
+
#: includes/class-gglcptch-settings-tabs.php:264
|
235 |
msgid "Theme"
|
236 |
msgstr ""
|
237 |
|
238 |
+
#: includes/class-gglcptch-settings-tabs.php:275
|
239 |
+
msgid "Score"
|
240 |
+
msgstr ""
|
241 |
+
|
242 |
+
#: includes/class-gglcptch-settings-tabs.php:280
|
243 |
+
msgid "Set the minimum verification score from 0 to 1"
|
244 |
+
msgstr ""
|
245 |
+
|
246 |
+
#: includes/class-gglcptch-settings-tabs.php:296
|
247 |
msgid "Whitelist Notification"
|
248 |
msgstr "Нотификација за белу листу"
|
249 |
|
250 |
+
#: includes/class-gglcptch-settings-tabs.php:299
|
251 |
#, fuzzy
|
252 |
msgid "This message will be displayed instead of the reCAPTCHA."
|
253 |
msgstr ""
|
254 |
"Ова порука ће бити приказана уместо reCAPTCHA уколико је кориснички IP додат "
|
255 |
"у белу листу"
|
256 |
|
257 |
+
#: includes/class-gglcptch-settings-tabs.php:303
|
258 |
msgid "Disabled Submit Button"
|
259 |
msgstr ""
|
260 |
|
261 |
+
#: includes/class-gglcptch-settings-tabs.php:307
|
262 |
msgid ""
|
263 |
"Enable to keep submit button disabled until reCAPTCHA is loaded (do not use "
|
264 |
"this option if you see \"Failed to load Google reCAPTCHA\" message)."
|
265 |
msgstr ""
|
266 |
|
267 |
+
#: includes/class-gglcptch-settings-tabs.php:321
|
268 |
msgid ""
|
269 |
"reCAPTCHA version was changed. Please submit \"Test reCAPTCHA\" and "
|
270 |
"regenerate Site and Secret keys if necessary."
|
271 |
msgstr ""
|
272 |
|
273 |
+
#: includes/class-gglcptch-settings-tabs.php:334
|
274 |
msgid "Google Captcha Shortcode"
|
275 |
msgstr ""
|
276 |
|
277 |
+
#: includes/class-gglcptch-settings-tabs.php:337
|
278 |
msgid ""
|
279 |
"Add Google Captcha to your posts or pages using the following shortcode:"
|
280 |
msgstr ""
|
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: Google Сaptcha\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2018-
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: bestwebsoft.com <plugin@bestwebsoft.com>\n"
|
8 |
"Language-Team: the BestWebSoft Team <plugin@bestwebsoft.com>\n"
|
@@ -18,12 +18,12 @@ msgstr ""
|
|
18 |
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
19 |
"X-Poedit-SearchPath-0: .\n"
|
20 |
|
21 |
-
#: google-captcha.php:38 google-captcha.php:40 google-captcha.php:
|
22 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
23 |
msgid "Google Captcha Settings"
|
24 |
msgstr "Налаштування Google Captcha"
|
25 |
|
26 |
-
#: google-captcha.php:40 google-captcha.php:
|
27 |
#: includes/class-gglcptch-settings-tabs.php:25
|
28 |
msgid "Settings"
|
29 |
msgstr "Налаштування"
|
@@ -40,11 +40,11 @@ msgstr "Білий список"
|
|
40 |
msgid "Upgrade to Pro"
|
41 |
msgstr "Оновити до Pro"
|
42 |
|
43 |
-
#: google-captcha.php:
|
44 |
msgid "Please wait until Google reCAPTCHA is loaded."
|
45 |
msgstr "Будь ласка, зачекайте, поки буде завантаженo Google reCAPTCHA."
|
46 |
|
47 |
-
#: google-captcha.php:
|
48 |
msgid ""
|
49 |
"Failed to load Google reCAPTCHA. Please check your internet connection and "
|
50 |
"reload this page."
|
@@ -52,63 +52,63 @@ msgstr ""
|
|
52 |
"Не вдалося завантажити Google reCAPTCHA. Будь ласка, перевірте підключення "
|
53 |
"до Інтернету та оновіть цю сторінку."
|
54 |
|
55 |
-
#: google-captcha.php:
|
56 |
msgid "Warning"
|
57 |
msgstr "Увага"
|
58 |
|
59 |
-
#: google-captcha.php:
|
60 |
msgid "You are in the whitelist"
|
61 |
msgstr "Ви знаходитесь в білому списку"
|
62 |
|
63 |
-
#: google-captcha.php:
|
64 |
msgid "To use Google Captcha you must get the keys from"
|
65 |
msgstr "Щоб використовувати Google Captcha, вам необхідно отримати ключі з"
|
66 |
|
67 |
-
#: google-captcha.php:
|
68 |
msgid "here"
|
69 |
msgstr "тут"
|
70 |
|
71 |
-
#: google-captcha.php:
|
72 |
msgid "and enter them on the"
|
73 |
msgstr "і вставте їх у"
|
74 |
|
75 |
-
#: google-captcha.php:
|
76 |
msgid "plugin setting page"
|
77 |
msgstr "сторінку налаштувань плагіну"
|
78 |
|
79 |
-
#: google-captcha.php:
|
80 |
msgid "Error"
|
81 |
msgstr "Помилка"
|
82 |
|
83 |
-
#: google-captcha.php:
|
84 |
msgid "User response is missing."
|
85 |
msgstr "Відповідь користувача відсутня."
|
86 |
|
87 |
-
#: google-captcha.php:
|
88 |
msgid "Secret Key is invalid."
|
89 |
msgstr "Секретний ключ некоректний."
|
90 |
|
91 |
-
#: google-captcha.php:
|
92 |
msgid "Check your domain configurations"
|
93 |
msgstr "Перевірте конфігурацію вашого домену"
|
94 |
|
95 |
-
#: google-captcha.php:
|
96 |
msgid "and enter it again"
|
97 |
msgstr "і введіть його знову"
|
98 |
|
99 |
-
#: google-captcha.php:
|
100 |
msgid "Secret Key is missing."
|
101 |
msgstr "Секретний ключ відсутній."
|
102 |
|
103 |
-
#: google-captcha.php:
|
104 |
msgid "User response is invalid"
|
105 |
msgstr "Некоректна відповідь користувача"
|
106 |
|
107 |
-
#: google-captcha.php:
|
108 |
msgid "You have entered an incorrect reCAPTCHA value."
|
109 |
msgstr "Ви ввели невірне значення reCAPTCHA."
|
110 |
|
111 |
-
#: google-captcha.php:
|
112 |
msgid ""
|
113 |
"More than one reCAPTCHA has been found in the current form. Please remove "
|
114 |
"all unnecessary reCAPTCHA fields to make it work properly."
|
@@ -116,28 +116,32 @@ msgstr ""
|
|
116 |
"В поточній формі знайдено більш ніж один блок reCAPTCHA. Будь-ласка видаліть "
|
117 |
"усі зайві блоки reCAPTCHA для коректної подальшої роботи."
|
118 |
|
119 |
-
#: google-captcha.php:
|
|
|
|
|
|
|
|
|
120 |
msgid "Please submit \"Test verification\""
|
121 |
msgstr "Будь ласка, натисніть кнопку \"Тестування перевірки\""
|
122 |
|
123 |
-
#: google-captcha.php:
|
124 |
msgid "Please complete the captcha and submit \"Test verification\""
|
125 |
msgstr ""
|
126 |
"Будь ласка, заповніть капчу і натисніть кнопку \"Тестування перевірки\""
|
127 |
|
128 |
-
#: google-captcha.php:
|
129 |
msgid "Test verification"
|
130 |
msgstr "Тестування перевірки"
|
131 |
|
132 |
-
#: google-captcha.php:
|
133 |
msgid "The verification is successfully completed."
|
134 |
msgstr "Перевірка завершена успішно."
|
135 |
|
136 |
-
#: google-captcha.php:
|
137 |
msgid "FAQ"
|
138 |
msgstr "FAQ"
|
139 |
|
140 |
-
#: google-captcha.php:
|
141 |
msgid "Support"
|
142 |
msgstr "Техпідтримка"
|
143 |
|
@@ -162,36 +166,37 @@ msgid "Secret Key"
|
|
162 |
msgstr "Секретний ключ"
|
163 |
|
164 |
#: includes/class-gglcptch-settings-tabs.php:63
|
|
|
165 |
msgid "Version"
|
166 |
msgstr "Версія"
|
167 |
|
168 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
169 |
msgid "Invisible"
|
170 |
msgstr "Невидима"
|
171 |
|
172 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
173 |
msgid "Enter site key"
|
174 |
msgstr "Введіть ключ сайту"
|
175 |
|
176 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
177 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
178 |
msgid "WARNING: The captcha will not be displayed until you fill key fields."
|
179 |
msgstr ""
|
180 |
"УВАГА: Капча не буде відображатись, поки ви не заповните поля з ключами."
|
181 |
|
182 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
183 |
msgid "Enter secret key"
|
184 |
msgstr "Введіть секретний ключ"
|
185 |
|
186 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
187 |
msgid "Settings saved."
|
188 |
msgstr "Налаштування збережені."
|
189 |
|
190 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
191 |
msgid "Authentication"
|
192 |
msgstr "Ідентифікація"
|
193 |
|
194 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
195 |
msgid ""
|
196 |
"Register your website with Google to get required API keys and enter them "
|
197 |
"below."
|
@@ -199,52 +204,61 @@ msgstr ""
|
|
199 |
"Зареєструйте свій веб-сайт за допомогою Google, щоб отримати необхідні API "
|
200 |
"ключі та введіть їх нижче."
|
201 |
|
202 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
203 |
msgid "Get the API Keys"
|
204 |
msgstr "Отримати API ключі"
|
205 |
|
206 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
207 |
msgid "Test reCAPTCHA"
|
208 |
msgstr "Тестування reCAPTCHA"
|
209 |
|
210 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
211 |
msgid "General"
|
212 |
msgstr "Загальне"
|
213 |
|
214 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
215 |
msgid "Enable reCAPTCHA for"
|
216 |
msgstr "Включити reCAPTCHA для"
|
217 |
|
218 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
219 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
220 |
msgid "Close"
|
221 |
msgstr "Закрити"
|
222 |
|
223 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
224 |
msgid "Hide reCAPTCHA for"
|
225 |
msgstr "Сховати reCAPTCHA для"
|
226 |
|
227 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
228 |
msgid "reCAPTCHA Version"
|
229 |
msgstr "Версія reCAPTCHA"
|
230 |
|
231 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
232 |
msgid "Theme"
|
233 |
msgstr "Тема"
|
234 |
|
235 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
236 |
msgid "Whitelist Notification"
|
237 |
msgstr "Повідомлення про знаходження у білому списку"
|
238 |
|
239 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
240 |
msgid "This message will be displayed instead of the reCAPTCHA."
|
241 |
msgstr "Це повідомлення буде відображатися замість reCAPTCHA."
|
242 |
|
243 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
244 |
msgid "Disabled Submit Button"
|
245 |
msgstr "Відключена кнопка підтвердження"
|
246 |
|
247 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
248 |
msgid ""
|
249 |
"Enable to keep submit button disabled until reCAPTCHA is loaded (do not use "
|
250 |
"this option if you see \"Failed to load Google reCAPTCHA\" message)."
|
@@ -253,7 +267,7 @@ msgstr ""
|
|
253 |
"не буде завантажена reCAPTCHA (Не використовуйте цю опцію, якщо ви бачите "
|
254 |
"повідомлення \"Не вдалося завантажити Google reCAPTCHA\")."
|
255 |
|
256 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
257 |
msgid ""
|
258 |
"reCAPTCHA version was changed. Please submit \"Test reCAPTCHA\" and "
|
259 |
"regenerate Site and Secret keys if necessary."
|
@@ -261,11 +275,11 @@ msgstr ""
|
|
261 |
"Версію reCAPTCHA було змінено. Будь ласка, натисніть \"Тестування reCAPTCHA"
|
262 |
"\" та оновіть секретний ключ та ключ сайту, якщо це необхідно."
|
263 |
|
264 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
265 |
msgid "Google Captcha Shortcode"
|
266 |
msgstr "Шорткод Google Captcha"
|
267 |
|
268 |
-
#: includes/class-gglcptch-settings-tabs.php:
|
269 |
msgid ""
|
270 |
"Add Google Captcha to your posts or pages using the following shortcode:"
|
271 |
msgstr ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Google Сaptcha\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2018-11-09 12: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"
|
18 |
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
19 |
"X-Poedit-SearchPath-0: .\n"
|
20 |
|
21 |
+
#: google-captcha.php:38 google-captcha.php:40 google-captcha.php:451
|
22 |
+
#: includes/class-gglcptch-settings-tabs.php:147
|
23 |
msgid "Google Captcha Settings"
|
24 |
msgstr "Налаштування Google Captcha"
|
25 |
|
26 |
+
#: google-captcha.php:40 google-captcha.php:1060 google-captcha.php:1073
|
27 |
#: includes/class-gglcptch-settings-tabs.php:25
|
28 |
msgid "Settings"
|
29 |
msgstr "Налаштування"
|
40 |
msgid "Upgrade to Pro"
|
41 |
msgstr "Оновити до Pro"
|
42 |
|
43 |
+
#: google-captcha.php:239
|
44 |
msgid "Please wait until Google reCAPTCHA is loaded."
|
45 |
msgstr "Будь ласка, зачекайте, поки буде завантаженo Google reCAPTCHA."
|
46 |
|
47 |
+
#: google-captcha.php:240
|
48 |
msgid ""
|
49 |
"Failed to load Google reCAPTCHA. Please check your internet connection and "
|
50 |
"reload this page."
|
52 |
"Не вдалося завантажити Google reCAPTCHA. Будь ласка, перевірте підключення "
|
53 |
"до Інтернету та оновіть цю сторінку."
|
54 |
|
55 |
+
#: google-captcha.php:256
|
56 |
msgid "Warning"
|
57 |
msgstr "Увага"
|
58 |
|
59 |
+
#: google-captcha.php:355
|
60 |
msgid "You are in the whitelist"
|
61 |
msgstr "Ви знаходитесь в білому списку"
|
62 |
|
63 |
+
#: google-captcha.php:538 google-captcha.php:1095
|
64 |
msgid "To use Google Captcha you must get the keys from"
|
65 |
msgstr "Щоб використовувати Google Captcha, вам необхідно отримати ключі з"
|
66 |
|
67 |
+
#: google-captcha.php:539 google-captcha.php:1096
|
68 |
msgid "here"
|
69 |
msgstr "тут"
|
70 |
|
71 |
+
#: google-captcha.php:540 google-captcha.php:1097
|
72 |
msgid "and enter them on the"
|
73 |
msgstr "і вставте їх у"
|
74 |
|
75 |
+
#: google-captcha.php:542 google-captcha.php:1099
|
76 |
msgid "plugin setting page"
|
77 |
msgstr "сторінку налаштувань плагіну"
|
78 |
|
79 |
+
#: google-captcha.php:827 includes/forms.php:365
|
80 |
msgid "Error"
|
81 |
msgstr "Помилка"
|
82 |
|
83 |
+
#: google-captcha.php:952
|
84 |
msgid "User response is missing."
|
85 |
msgstr "Відповідь користувача відсутня."
|
86 |
|
87 |
+
#: google-captcha.php:956 google-captcha.php:964
|
88 |
msgid "Secret Key is invalid."
|
89 |
msgstr "Секретний ключ некоректний."
|
90 |
|
91 |
+
#: google-captcha.php:957 google-captcha.php:965
|
92 |
msgid "Check your domain configurations"
|
93 |
msgstr "Перевірте конфігурацію вашого домену"
|
94 |
|
95 |
+
#: google-captcha.php:958 google-captcha.php:966
|
96 |
msgid "and enter it again"
|
97 |
msgstr "і введіть його знову"
|
98 |
|
99 |
+
#: google-captcha.php:961
|
100 |
msgid "Secret Key is missing."
|
101 |
msgstr "Секретний ключ відсутній."
|
102 |
|
103 |
+
#: google-captcha.php:968
|
104 |
msgid "User response is invalid"
|
105 |
msgstr "Некоректна відповідь користувача"
|
106 |
|
107 |
+
#: google-captcha.php:969
|
108 |
msgid "You have entered an incorrect reCAPTCHA value."
|
109 |
msgstr "Ви ввели невірне значення reCAPTCHA."
|
110 |
|
111 |
+
#: google-captcha.php:970
|
112 |
msgid ""
|
113 |
"More than one reCAPTCHA has been found in the current form. Please remove "
|
114 |
"all unnecessary reCAPTCHA fields to make it work properly."
|
116 |
"В поточній формі знайдено більш ніж один блок reCAPTCHA. Будь-ласка видаліть "
|
117 |
"усі зайві блоки reCAPTCHA для коректної подальшої роботи."
|
118 |
|
119 |
+
#: google-captcha.php:972
|
120 |
+
msgid "reCAPTCHA v3 test failed"
|
121 |
+
msgstr "Тест reCAPTCHA v3 не пройдений"
|
122 |
+
|
123 |
+
#: google-captcha.php:1010
|
124 |
msgid "Please submit \"Test verification\""
|
125 |
msgstr "Будь ласка, натисніть кнопку \"Тестування перевірки\""
|
126 |
|
127 |
+
#: google-captcha.php:1012
|
128 |
msgid "Please complete the captcha and submit \"Test verification\""
|
129 |
msgstr ""
|
130 |
"Будь ласка, заповніть капчу і натисніть кнопку \"Тестування перевірки\""
|
131 |
|
132 |
+
#: google-captcha.php:1019
|
133 |
msgid "Test verification"
|
134 |
msgstr "Тестування перевірки"
|
135 |
|
136 |
+
#: google-captcha.php:1040
|
137 |
msgid "The verification is successfully completed."
|
138 |
msgstr "Перевірка завершена успішно."
|
139 |
|
140 |
+
#: google-captcha.php:1075
|
141 |
msgid "FAQ"
|
142 |
msgstr "FAQ"
|
143 |
|
144 |
+
#: google-captcha.php:1076
|
145 |
msgid "Support"
|
146 |
msgstr "Техпідтримка"
|
147 |
|
166 |
msgstr "Секретний ключ"
|
167 |
|
168 |
#: includes/class-gglcptch-settings-tabs.php:63
|
169 |
+
#: includes/class-gglcptch-settings-tabs.php:64
|
170 |
msgid "Version"
|
171 |
msgstr "Версія"
|
172 |
|
173 |
+
#: includes/class-gglcptch-settings-tabs.php:65
|
174 |
msgid "Invisible"
|
175 |
msgstr "Невидима"
|
176 |
|
177 |
+
#: includes/class-gglcptch-settings-tabs.php:94
|
178 |
msgid "Enter site key"
|
179 |
msgstr "Введіть ключ сайту"
|
180 |
|
181 |
+
#: includes/class-gglcptch-settings-tabs.php:95
|
182 |
+
#: includes/class-gglcptch-settings-tabs.php:102
|
183 |
msgid "WARNING: The captcha will not be displayed until you fill key fields."
|
184 |
msgstr ""
|
185 |
"УВАГА: Капча не буде відображатись, поки ви не заповните поля з ключами."
|
186 |
|
187 |
+
#: includes/class-gglcptch-settings-tabs.php:101
|
188 |
msgid "Enter secret key"
|
189 |
msgstr "Введіть секретний ключ"
|
190 |
|
191 |
+
#: includes/class-gglcptch-settings-tabs.php:135
|
192 |
msgid "Settings saved."
|
193 |
msgstr "Налаштування збережені."
|
194 |
|
195 |
+
#: includes/class-gglcptch-settings-tabs.php:150
|
196 |
msgid "Authentication"
|
197 |
msgstr "Ідентифікація"
|
198 |
|
199 |
+
#: includes/class-gglcptch-settings-tabs.php:151
|
200 |
msgid ""
|
201 |
"Register your website with Google to get required API keys and enter them "
|
202 |
"below."
|
204 |
"Зареєструйте свій веб-сайт за допомогою Google, щоб отримати необхідні API "
|
205 |
"ключі та введіть їх нижче."
|
206 |
|
207 |
+
#: includes/class-gglcptch-settings-tabs.php:151
|
208 |
msgid "Get the API Keys"
|
209 |
msgstr "Отримати API ключі"
|
210 |
|
211 |
+
#: includes/class-gglcptch-settings-tabs.php:168
|
212 |
msgid "Test reCAPTCHA"
|
213 |
msgstr "Тестування reCAPTCHA"
|
214 |
|
215 |
+
#: includes/class-gglcptch-settings-tabs.php:174
|
216 |
msgid "General"
|
217 |
msgstr "Загальне"
|
218 |
|
219 |
+
#: includes/class-gglcptch-settings-tabs.php:177
|
220 |
msgid "Enable reCAPTCHA for"
|
221 |
msgstr "Включити reCAPTCHA для"
|
222 |
|
223 |
+
#: includes/class-gglcptch-settings-tabs.php:223
|
224 |
+
#: includes/class-gglcptch-settings-tabs.php:287 includes/pro_banners.php:20
|
225 |
msgid "Close"
|
226 |
msgstr "Закрити"
|
227 |
|
228 |
+
#: includes/class-gglcptch-settings-tabs.php:232
|
229 |
msgid "Hide reCAPTCHA for"
|
230 |
msgstr "Сховати reCAPTCHA для"
|
231 |
|
232 |
+
#: includes/class-gglcptch-settings-tabs.php:250
|
233 |
msgid "reCAPTCHA Version"
|
234 |
msgstr "Версія reCAPTCHA"
|
235 |
|
236 |
+
#: includes/class-gglcptch-settings-tabs.php:264
|
237 |
msgid "Theme"
|
238 |
msgstr "Тема"
|
239 |
|
240 |
+
#: includes/class-gglcptch-settings-tabs.php:275
|
241 |
+
msgid "Score"
|
242 |
+
msgstr "Кількість очок"
|
243 |
+
|
244 |
+
#: includes/class-gglcptch-settings-tabs.php:280
|
245 |
+
msgid "Set the minimum verification score from 0 to 1"
|
246 |
+
msgstr ""
|
247 |
+
"Вкажіть граничне значення, при якому перевірка буде пройдена від 0 до 1"
|
248 |
+
|
249 |
+
#: includes/class-gglcptch-settings-tabs.php:296
|
250 |
msgid "Whitelist Notification"
|
251 |
msgstr "Повідомлення про знаходження у білому списку"
|
252 |
|
253 |
+
#: includes/class-gglcptch-settings-tabs.php:299
|
254 |
msgid "This message will be displayed instead of the reCAPTCHA."
|
255 |
msgstr "Це повідомлення буде відображатися замість reCAPTCHA."
|
256 |
|
257 |
+
#: includes/class-gglcptch-settings-tabs.php:303
|
258 |
msgid "Disabled Submit Button"
|
259 |
msgstr "Відключена кнопка підтвердження"
|
260 |
|
261 |
+
#: includes/class-gglcptch-settings-tabs.php:307
|
262 |
msgid ""
|
263 |
"Enable to keep submit button disabled until reCAPTCHA is loaded (do not use "
|
264 |
"this option if you see \"Failed to load Google reCAPTCHA\" message)."
|
267 |
"не буде завантажена reCAPTCHA (Не використовуйте цю опцію, якщо ви бачите "
|
268 |
"повідомлення \"Не вдалося завантажити Google reCAPTCHA\")."
|
269 |
|
270 |
+
#: includes/class-gglcptch-settings-tabs.php:321
|
271 |
msgid ""
|
272 |
"reCAPTCHA version was changed. Please submit \"Test reCAPTCHA\" and "
|
273 |
"regenerate Site and Secret keys if necessary."
|
275 |
"Версію reCAPTCHA було змінено. Будь ласка, натисніть \"Тестування reCAPTCHA"
|
276 |
"\" та оновіть секретний ключ та ключ сайту, якщо це необхідно."
|
277 |
|
278 |
+
#: includes/class-gglcptch-settings-tabs.php:334
|
279 |
msgid "Google Captcha Shortcode"
|
280 |
msgstr "Шорткод Google Captcha"
|
281 |
|
282 |
+
#: includes/class-gglcptch-settings-tabs.php:337
|
283 |
msgid ""
|
284 |
"Add Google Captcha to your posts or pages using the following shortcode:"
|
285 |
msgstr ""
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
=== Google Captcha (reCAPTCHA) by BestWebSoft ===
|
2 |
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
|
5 |
Requires at least: 3.9
|
6 |
-
Tested up to:
|
7 |
-
Stable tag: 1.
|
8 |
License: GPLv3 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -12,7 +12,7 @@ Protect WordPress website forms from spam entries with Google reCAPTCHA.
|
|
12 |
|
13 |
== Description ==
|
14 |
|
15 |
-
Google Captcha (reCAPTCHA) plugin is an effective security solution that protects your WordPress website forms from spam entries while letting real people pass through with ease. It can be used for login, registration, password recovery, comments, popular contact forms, and other.
|
16 |
|
17 |
Users are required to confirm that they are not a robot before the form can be submitted. It's easy for people and hard for bots.
|
18 |
|
@@ -28,7 +28,7 @@ http://www.youtube.com/watch?v=qwHsW3IJ7gQ
|
|
28 |
* Reset password form
|
29 |
* Comments form
|
30 |
* [Contact Form](https://bestwebsoft.com/products/wordpress/plugins/contact-form/?k=56575444122cff9ab3ee3e640efb001a)
|
31 |
-
* Testimonials
|
32 |
* Custom form
|
33 |
* Hide Google Captcha (reCAPTCHA) for the whitelisted IP addresses
|
34 |
* Validity check of keys in admin panel
|
@@ -44,8 +44,8 @@ http://www.youtube.com/watch?v=qwHsW3IJ7gQ
|
|
44 |
* Compatible with [Limit Attempts](https://bestwebsoft.com/products/wordpress/plugins/limit-attempts/?k=1b1865c556920231995b35c3ed889415)
|
45 |
* Hide Google Captcha (reCAPTCHA) in your forms for certain user roles
|
46 |
* Supports Google Captcha (reCAPTCHA):
|
47 |
-
* Version 1
|
48 |
* Version 2
|
|
|
49 |
* Invisible reCAPTCHA
|
50 |
* Add custom code via plugin settings page
|
51 |
* Compatible with latest WordPress version
|
@@ -259,8 +259,11 @@ Please make sure that the problem hasn't been discussed yet on our forum (<https
|
|
259 |
|
260 |
== Changelog ==
|
261 |
|
|
|
|
|
|
|
262 |
= V1.37 - 07.08.2018 =
|
263 |
-
*
|
264 |
* Update : The Czech language file has been updated.
|
265 |
* PRO : The bug related to WooCommerce Checkout form has been fixed.
|
266 |
|
@@ -428,6 +431,9 @@ Please make sure that the problem hasn't been discussed yet on our forum (<https
|
|
428 |
|
429 |
== Upgrade Notice ==
|
430 |
|
|
|
|
|
|
|
431 |
= V1.37 =
|
432 |
* New features added.
|
433 |
* Languages updated.
|
1 |
=== Google Captcha (reCAPTCHA) by BestWebSoft ===
|
2 |
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: 3.9
|
6 |
+
Tested up to: 5.0
|
7 |
+
Stable tag: 1.38
|
8 |
License: GPLv3 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
12 |
|
13 |
== Description ==
|
14 |
|
15 |
+
Google Captcha (reCAPTCHA) plugin is an effective security solution that protects your WordPress website forms from spam entries while letting real people pass through with ease. It can be used for login, registration, password recovery, comments, popular contact forms, and other. reCAPTCHA Version 3, Version 2, Invisible are included.
|
16 |
|
17 |
Users are required to confirm that they are not a robot before the form can be submitted. It's easy for people and hard for bots.
|
18 |
|
28 |
* Reset password form
|
29 |
* Comments form
|
30 |
* [Contact Form](https://bestwebsoft.com/products/wordpress/plugins/contact-form/?k=56575444122cff9ab3ee3e640efb001a)
|
31 |
+
* Testimonials
|
32 |
* Custom form
|
33 |
* Hide Google Captcha (reCAPTCHA) for the whitelisted IP addresses
|
34 |
* Validity check of keys in admin panel
|
44 |
* Compatible with [Limit Attempts](https://bestwebsoft.com/products/wordpress/plugins/limit-attempts/?k=1b1865c556920231995b35c3ed889415)
|
45 |
* Hide Google Captcha (reCAPTCHA) in your forms for certain user roles
|
46 |
* Supports Google Captcha (reCAPTCHA):
|
|
|
47 |
* Version 2
|
48 |
+
* Version 3 [NEW]
|
49 |
* Invisible reCAPTCHA
|
50 |
* Add custom code via plugin settings page
|
51 |
* Compatible with latest WordPress version
|
259 |
|
260 |
== Changelog ==
|
261 |
|
262 |
+
= V1.38 - 26.11.2018 =
|
263 |
+
* NEW : Google Captcha (reCAPTCHA) Version 3 has been added.
|
264 |
+
|
265 |
= V1.37 - 07.08.2018 =
|
266 |
+
* NEW : The compatibility with Testimonials by BestWebSoft has been added.
|
267 |
* Update : The Czech language file has been updated.
|
268 |
* PRO : The bug related to WooCommerce Checkout form has been fixed.
|
269 |
|
431 |
|
432 |
== Upgrade Notice ==
|
433 |
|
434 |
+
= V1.38 =
|
435 |
+
* New features added.
|
436 |
+
|
437 |
= V1.37 =
|
438 |
* New features added.
|
439 |
* Languages updated.
|
screenshot-7.png
CHANGED
Binary file
|
screenshot-8.png
CHANGED
Binary file
|