Google Captcha (reCAPTCHA) by BestWebSoft - Version 1.27

Version Description

  • 26.10.2016 =
  • NEW : Ability to hide Google Captcha (reCAPTCHA) for whitelisted IP and ability to set whitelist notification.
  • PRO : Compatibility with WooCommerce plugin has been added.
  • PRO : List of reCAPTCHA languages updated.
Download this release

Release Info

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

Code changes from version 1.26 to 1.27

Files changed (48) hide show
  1. bws_menu/bws_functions.php +11 -11
  2. bws_menu/bws_menu.php +67 -65
  3. bws_menu/css/style.css +1 -0
  4. bws_menu/product_list.php +111 -105
  5. css/gglcptch.css +5 -0
  6. css/style.css +12 -0
  7. google-captcha.php +283 -180
  8. images/recaptcha_v2_compact_dark.png +0 -0
  9. images/recaptcha_v2_compact_light.png +0 -0
  10. images/recaptcha_v2_normal_dark.png +0 -0
  11. images/recaptcha_v2_normal_light.png +0 -0
  12. includes/pro_banners.php +112 -0
  13. includes/whitelist.php +370 -0
  14. js/admin_script.js +49 -25
  15. js/script.js +21 -17
  16. languages/google-captcha-ar.mo +0 -0
  17. languages/google-captcha-ar.po +276 -199
  18. languages/google-captcha-bg_BG.mo +0 -0
  19. languages/google-captcha-bg_BG.po +247 -113
  20. languages/google-captcha-cs_CZ.mo +0 -0
  21. languages/google-captcha-cs_CZ.po +249 -112
  22. languages/google-captcha-de_DE.mo +0 -0
  23. languages/google-captcha-de_DE.po +247 -113
  24. languages/google-captcha-el.mo +0 -0
  25. languages/google-captcha-el.po +247 -113
  26. languages/google-captcha-es_ES.mo +0 -0
  27. languages/google-captcha-es_ES.po +245 -114
  28. languages/google-captcha-fa_IR.mo +0 -0
  29. languages/google-captcha-fa_IR.po +248 -113
  30. languages/google-captcha-fr_FR.mo +0 -0
  31. languages/google-captcha-fr_FR.po +245 -111
  32. languages/google-captcha-hi.mo +0 -0
  33. languages/google-captcha-hi.po +247 -113
  34. languages/google-captcha-it_IT.mo +0 -0
  35. languages/google-captcha-it_IT.po +248 -116
  36. languages/google-captcha-pl_PL.mo +0 -0
  37. languages/google-captcha-pl_PL.po +245 -114
  38. languages/google-captcha-pt_BR.mo +0 -0
  39. languages/google-captcha-pt_BR.po +246 -113
  40. languages/google-captcha-ru_RU.mo +0 -0
  41. languages/google-captcha-ru_RU.po +253 -120
  42. languages/google-captcha-uk.mo +0 -0
  43. languages/google-captcha-uk.po +253 -120
  44. languages/google-captcha-zh_TW.mo +0 -0
  45. languages/google-captcha-zh_TW.po +244 -111
  46. readme.txt +38 -22
  47. screenshot-8.png +0 -0
  48. screenshot-9.png +0 -0
bws_menu/bws_functions.php CHANGED
@@ -219,7 +219,7 @@ if ( ! function_exists( 'bws_plugin_banner' ) ) {
219
  <span><?php _e( 'Extend standard plugin functionality with new great options.', 'bestwebsoft' ); ?></span>
220
  </div>
221
  <div class="button_div">
222
- <a class="button" target="_blank" href="http://bestwebsoft.com/products/<?php echo $link_slug; ?>/?k=<?php echo $link_key; ?>&amp;pn=<?php echo $link_pn; ?>&amp;v=<?php echo $plugin_info["Version"]; ?>&amp;wp_v=<?php echo $wp_version; ?>"><?php _e( 'Learn More', 'bestwebsoft' ); ?></a>
223
  </div>
224
  </div>
225
  </div>
@@ -245,7 +245,7 @@ if ( ! function_exists( 'bws_plugin_reviews_block' ) ) {
245
  </div>
246
  <div class="bws-plugin-reviews-donate">
247
  <?php _e( 'Donations play an important role in supporting great projects', 'bestwebsoft' ); ?>:
248
- <a href="https://www.2checkout.com/checkout/purchase?sid=1430388&quantity=10&product_id=13">Donate</a>
249
  </div>
250
  </div>
251
  <?php }
@@ -470,7 +470,7 @@ if ( ! function_exists( 'bws_go_pro_tab_show' ) ) {
470
  <form method="post" action="">
471
  <p>
472
  <?php _e( 'Enter your license key to install and activate', 'bestwebsoft' ); ?>
473
- <a href="http://bestwebsoft.com/products/<?php echo $link_slug; ?>/?k=<?php echo $link_key; ?>&amp;pn=<?php echo $link_pn; ?>&amp;v=<?php echo $plugin_info["Version"]; ?>&amp;wp_v=<?php echo $wp_version; ?>" target="_blank" title="<?php echo $plugin_info["Name"]; ?> Pro">Pro</a>
474
  <?php _e( 'version of the plugin.', 'bestwebsoft' ); ?><br />
475
  <span class="bws_info">
476
  <?php _e( 'License key can be found in the', 'bestwebsoft' ); ?>
@@ -479,7 +479,7 @@ if ( ! function_exists( 'bws_go_pro_tab_show' ) ) {
479
  </span>
480
  </p>
481
  <?php if ( $trial_days_number !== false )
482
- $trial_days_number = __( 'or', 'bestwebsoft' ) . ' <a href="http://bestwebsoft.com/products/' . $link_slug . '/trial/" target="_blank">' . sprintf( __( 'Start Your Free %s-Day Trial Now', 'bestwebsoft' ), $trial_days_number ) . '</a>';
483
  if ( isset( $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] ) &&
484
  '5' < $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] &&
485
  $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['time'] > ( time() - ( 24 * 60 * 60 ) ) ) { ?>
@@ -511,7 +511,7 @@ if ( ! function_exists( 'bws_go_pro_from_trial_tab' ) ) {
511
  if ( $trial_license_is_set ) { ?>
512
  <form method="post" action="">
513
  <p>
514
- <?php echo sprintf( __( 'In order to continue using the plugin it is necessary to buy a %s license.', 'bestwebsoft' ), '<a href="http://bestwebsoft.com/products/' . $link_slug . '/?k=' . $link_key . '&amp;pn=' . $link_pn . '&amp;v=' . $plugin_info["Version"] . '&amp;wp_v=' . $wp_version .'" target="_blank" title="' . $plugin_info["Name"] . '">Pro</a>' ) . ' ';
515
  _e( 'After that you can activate it by entering your license key.', 'bestwebsoft' ); ?><br />
516
  <span class="bws_info">
517
  <?php _e( 'License key can be found in the', 'bestwebsoft' ); ?>
@@ -607,7 +607,7 @@ if ( ! function_exists( 'bws_check_pro_license' ) ) {
607
  $result['message'] .= ' ' . __( 'Your license will expire on', 'bestwebsoft' ) . ' ' . $value->time_out . '.';
608
 
609
  if ( isset( $value->trial ) && $trial_plugin != false )
610
- $result['message'] .= ' ' . sprintf( __( 'In order to continue using the plugin it is necessary to buy a %s license.', 'bestwebsoft' ), '<a href="http://bestwebsoft.com/products/' . $trial_plugin['link_slug'] . '/?k=' . $trial_plugin['link_key'] . '&pn=' . $trial_plugin['link_pn'] . '&v=' . $trial_plugin['plugin_info']['Version'] . '&wp_v=' . $wp_version . '" target="_blank" title="' . $trial_plugin['plugin_info']['Name'] . '">Pro</a>' );
611
 
612
  if ( isset( $value->trial ) ) {
613
  $bstwbsftwppdtplgns_options['trial'][ $plugin_basename ] = 1;
@@ -701,7 +701,7 @@ if ( ! function_exists ( 'bws_plugin_update_row' ) ) {
701
  if ( $wp_version >= 4.6 )
702
  echo '<p>';
703
  if ( isset( $bstwbsftwppdtplgns_options['trial'][ $plugin_key ] ) && $link_slug != false ) {
704
- echo __( 'Notice: Your Pro Trial license has expired. To continue using the plugin you should buy a Pro license', 'bestwebsoft' ) . ' - <a href="http://bestwebsoft.com/products/' . $link_slug .'/">http://bestwebsoft.com/products/' . $link_slug . '/</a>';
705
  } else {
706
  echo __( 'Your license has expired. To continue getting top-priority support and plugin updates you should extend it.', 'bestwebsoft' ) . ' <a target="_new" href="http://support.bestwebsoft.com/entries/53487136">' . __( "Learn more", 'bestwebsoft' ) . '</a>';
707
  }
@@ -749,19 +749,19 @@ if ( ! function_exists ( 'bws_plugin_banner_timeout' ) ) {
749
  $(document).ready( function() {
750
  var hide_message = $.cookie( "<?php echo $plugin_prefix; ?>_timeout_hide_banner_on_plugin_page" );
751
  if ( hide_message == "true" ) {
752
- $( ".<?php echo $plugin_prefix; ?>_message" ).css( "display", "none" );
753
  } else {
754
- $( ".<?php echo $plugin_prefix; ?>_message" ).css( "display", "block" );
755
  }
756
  $( ".<?php echo $plugin_prefix; ?>_close_icon" ).click( function() {
757
- $( ".<?php echo $plugin_prefix; ?>_message" ).css( "display", "none" );
758
  $.cookie( "<?php echo $plugin_prefix; ?>_timeout_hide_banner_on_plugin_page", "true", { expires: 30 } );
759
  });
760
  });
761
  })(jQuery);
762
  </script>
763
  <div class="updated" style="padding: 0; margin: 0; border: none; background: none;">
764
- <div class="<?php echo $plugin_prefix; ?>_message bws_banner_on_plugin_page bws_banner_timeout" style="display:none;">
765
  <button class="<?php echo $plugin_prefix; ?>_close_icon close_icon notice-dismiss bws_hide_settings_notice" title="<?php _e( 'Close notice', 'bestwebsoft' ); ?>"></button>
766
  <div class="icon">
767
  <img title="" src="<?php echo $banner_url; ?>" alt="" />
219
  <span><?php _e( 'Extend standard plugin functionality with new great options.', 'bestwebsoft' ); ?></span>
220
  </div>
221
  <div class="button_div">
222
+ <a class="button" target="_blank" href="http://bestwebsoft.com/products/wordpress/plugins/<?php echo $link_slug; ?>/?k=<?php echo $link_key; ?>&amp;pn=<?php echo $link_pn; ?>&amp;v=<?php echo $plugin_info["Version"]; ?>&amp;wp_v=<?php echo $wp_version; ?>"><?php _e( 'Learn More', 'bestwebsoft' ); ?></a>
223
  </div>
224
  </div>
225
  </div>
245
  </div>
246
  <div class="bws-plugin-reviews-donate">
247
  <?php _e( 'Donations play an important role in supporting great projects', 'bestwebsoft' ); ?>:
248
+ <a href="http://bestwebsoft.com/donate/">Donate</a>
249
  </div>
250
  </div>
251
  <?php }
470
  <form method="post" action="">
471
  <p>
472
  <?php _e( 'Enter your license key to install and activate', 'bestwebsoft' ); ?>
473
+ <a href="http://bestwebsoft.com/products/wordpress/plugins/<?php echo $link_slug; ?>/?k=<?php echo $link_key; ?>&amp;pn=<?php echo $link_pn; ?>&amp;v=<?php echo $plugin_info["Version"]; ?>&amp;wp_v=<?php echo $wp_version; ?>" target="_blank" title="<?php echo $plugin_info["Name"]; ?> Pro">Pro</a>
474
  <?php _e( 'version of the plugin.', 'bestwebsoft' ); ?><br />
475
  <span class="bws_info">
476
  <?php _e( 'License key can be found in the', 'bestwebsoft' ); ?>
479
  </span>
480
  </p>
481
  <?php if ( $trial_days_number !== false )
482
+ $trial_days_number = __( 'or', 'bestwebsoft' ) . ' <a href="http://bestwebsoft.com/products/wordpress/plugins/' . $link_slug . '/trial/" target="_blank">' . sprintf( __( 'Start Your Free %s-Day Trial Now', 'bestwebsoft' ), $trial_days_number ) . '</a>';
483
  if ( isset( $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] ) &&
484
  '5' < $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] &&
485
  $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['time'] > ( time() - ( 24 * 60 * 60 ) ) ) { ?>
511
  if ( $trial_license_is_set ) { ?>
512
  <form method="post" action="">
513
  <p>
514
+ <?php echo sprintf( __( 'In order to continue using the plugin it is necessary to buy a %s license.', 'bestwebsoft' ), '<a href="http://bestwebsoft.com/products/wordpress/plugins/' . $link_slug . '/?k=' . $link_key . '&amp;pn=' . $link_pn . '&amp;v=' . $plugin_info["Version"] . '&amp;wp_v=' . $wp_version .'" target="_blank" title="' . $plugin_info["Name"] . '">Pro</a>' ) . ' ';
515
  _e( 'After that you can activate it by entering your license key.', 'bestwebsoft' ); ?><br />
516
  <span class="bws_info">
517
  <?php _e( 'License key can be found in the', 'bestwebsoft' ); ?>
607
  $result['message'] .= ' ' . __( 'Your license will expire on', 'bestwebsoft' ) . ' ' . $value->time_out . '.';
608
 
609
  if ( isset( $value->trial ) && $trial_plugin != false )
610
+ $result['message'] .= ' ' . sprintf( __( 'In order to continue using the plugin it is necessary to buy a %s license.', 'bestwebsoft' ), '<a href="http://bestwebsoft.com/products/wordpress/plugins/' . $trial_plugin['link_slug'] . '/?k=' . $trial_plugin['link_key'] . '&pn=' . $trial_plugin['link_pn'] . '&v=' . $trial_plugin['plugin_info']['Version'] . '&wp_v=' . $wp_version . '" target="_blank" title="' . $trial_plugin['plugin_info']['Name'] . '">Pro</a>' );
611
 
612
  if ( isset( $value->trial ) ) {
613
  $bstwbsftwppdtplgns_options['trial'][ $plugin_basename ] = 1;
701
  if ( $wp_version >= 4.6 )
702
  echo '<p>';
703
  if ( isset( $bstwbsftwppdtplgns_options['trial'][ $plugin_key ] ) && $link_slug != false ) {
704
+ echo __( 'Notice: Your Pro Trial license has expired. To continue using the plugin you should buy a Pro license', 'bestwebsoft' ) . ' - <a href="http://bestwebsoft.com/products/wordpress/plugins/' . $link_slug .'/">http://bestwebsoft.com/products/wordpress/plugins/' . $link_slug . '/</a>';
705
  } else {
706
  echo __( 'Your license has expired. To continue getting top-priority support and plugin updates you should extend it.', 'bestwebsoft' ) . ' <a target="_new" href="http://support.bestwebsoft.com/entries/53487136">' . __( "Learn more", 'bestwebsoft' ) . '</a>';
707
  }
749
  $(document).ready( function() {
750
  var hide_message = $.cookie( "<?php echo $plugin_prefix; ?>_timeout_hide_banner_on_plugin_page" );
751
  if ( hide_message == "true" ) {
752
+ $( ".<?php echo $plugin_prefix; ?>_message_timeout" ).css( "display", "none" );
753
  } else {
754
+ $( ".<?php echo $plugin_prefix; ?>_message_timeout" ).css( "display", "block" );
755
  }
756
  $( ".<?php echo $plugin_prefix; ?>_close_icon" ).click( function() {
757
+ $( ".<?php echo $plugin_prefix; ?>_message_timeout" ).css( "display", "none" );
758
  $.cookie( "<?php echo $plugin_prefix; ?>_timeout_hide_banner_on_plugin_page", "true", { expires: 30 } );
759
  });
760
  });
761
  })(jQuery);
762
  </script>
763
  <div class="updated" style="padding: 0; margin: 0; border: none; background: none;">
764
+ <div class="<?php echo $plugin_prefix; ?>_message_timeout bws_banner_on_plugin_page bws_banner_timeout" style="display:none;">
765
  <button class="<?php echo $plugin_prefix; ?>_close_icon close_icon notice-dismiss bws_hide_settings_notice" title="<?php _e( 'Close notice', 'bestwebsoft' ); ?>"></button>
766
  <div class="icon">
767
  <img title="" src="<?php echo $banner_url; ?>" alt="" />
bws_menu/bws_menu.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Function for displaying BestWebSoft menu
4
- * Version: 1.9.2
5
  */
6
 
7
  if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) )
@@ -10,7 +10,7 @@ if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) )
10
  if ( ! function_exists( 'bws_add_menu_render' ) ) {
11
  function bws_add_menu_render() {
12
  global $wpdb, $wp_version, $bws_plugin_info, $bstwbsftwppdtplgns_options;
13
- $error = $message = $bwsmn_form_email = '';
14
 
15
  if ( 'bws_panel' == $_GET['page'] ) {
16
 
@@ -18,10 +18,10 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
18
  require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
19
 
20
  /* get $bws_plugins */
21
- require_once( dirname( __FILE__ ) . '/product_list.php' );
22
 
23
  $all_plugins = get_plugins();
24
- $active_plugins = get_option( 'active_plugins' );
25
  $sitewide_active_plugins = ( function_exists( 'is_multisite' ) && is_multisite() ) ? get_site_option( 'active_sitewide_plugins' ) : array();
26
  $update_availible_all = get_site_transient( 'update_plugins' );
27
 
@@ -29,7 +29,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
29
 
30
  if ( ( isset( $_GET['sub'] ) && 'installed' == $_GET['sub'] ) || ! isset( $_GET['sub'] ) ) {
31
  $bws_plugins_update_availible = $bws_plugins_expired = array();
32
- foreach ( $bws_plugins as $key_plugin => $value_plugin ) {
33
 
34
  foreach ( $value_plugin['category'] as $category_key ) {
35
  $bws_plugins_category[ $category_key ]['count'] = isset( $bws_plugins_category[ $category_key ]['count'] ) ? $bws_plugins_category[ $category_key ]['count'] + 1 : 1;
@@ -37,14 +37,14 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
37
 
38
  $is_installed = array_key_exists( $key_plugin, $all_plugins );
39
  $is_pro_installed = false;
40
- if ( isset( $value_plugin['pro_version'] ) ) {
41
  $is_pro_installed = array_key_exists( $value_plugin['pro_version'], $all_plugins );
42
  }
43
  /* check update_availible */
44
- if ( $is_pro_installed && array_key_exists( $value_plugin['pro_version'], $update_availible_all->response ) ) {
45
  unset( $bws_plugins[ $key_plugin ] );
46
  $value_plugin['update_availible'] = $value_plugin['pro_version'];
47
- $bws_plugins_update_availible[ $key_plugin ] = $value_plugin;
48
  } else if ( $is_installed && array_key_exists( $key_plugin, $update_availible_all->response ) ) {
49
  unset( $bws_plugins[ $key_plugin ] );
50
  $value_plugin['update_availible'] = $key_plugin;
@@ -60,20 +60,20 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
60
  }
61
  $bws_plugins = $bws_plugins_update_availible + $bws_plugins_expired + $bws_plugins;
62
  } else {
63
- foreach ( $bws_plugins as $key_plugin => $value_plugin ) {
64
  foreach ( $value_plugin['category'] as $category_key ) {
65
  $bws_plugins_category[ $category_key ]['count'] = isset( $bws_plugins_category[ $category_key ]['count'] ) ? $bws_plugins_category[ $category_key ]['count'] + 1 : 1;
66
  }
67
  }
68
  }
69
 
70
- /*** membership ***/
71
  $bws_license_plugin = 'bws_get_list_for_membership';
72
  $bws_license_key = isset( $bstwbsftwppdtplgns_options[ $bws_license_plugin ] ) ? $bstwbsftwppdtplgns_options[ $bws_license_plugin ] : '';
73
  $update_membership_list = true;
74
 
75
  if ( isset( $_POST['bws_license_key'] ) )
76
- $bws_license_key = stripslashes( esc_html( trim( $_POST['bws_license_key'] ) ) );
77
 
78
  if ( isset( $_SESSION['bws_membership_time_check'] ) && isset( $_SESSION['bws_membership_list'] ) && $_SESSION['bws_membership_time_check'] < strtotime( '+12 hours' ) ) {
79
  $update_membership_list = false;
@@ -82,11 +82,11 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
82
 
83
  if ( ( $update_membership_list && ! empty( $bws_license_key ) ) || ( isset( $_POST['bws_license_submit'] ) && check_admin_referer( plugin_basename(__FILE__), 'bws_license_nonce_name' ) ) ) {
84
 
85
- if ( '' != $bws_license_key ) {
86
  if ( strlen( $bws_license_key ) != 18 ) {
87
  $error = __( 'Wrong license key', 'bestwebsoft' );
88
  } else {
89
-
90
  if ( isset( $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] ) && $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['time'] > ( time() - (24 * 60 * 60) ) ) {
91
  $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] = $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] + 1;
92
  } else {
@@ -111,7 +111,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
111
  if ( is_array( $response ) && !empty( $response ) ) {
112
  foreach ( $response as $key => $value ) {
113
  if ( "wrong_license_key" == $value->package ) {
114
- $error = __( "Wrong license key", 'bestwebsoft' );
115
  } elseif ( "wrong_domain" == $value->package ) {
116
  $error = __( 'This license key is bind to another website. Change it via personal Client Area.', 'bestwebsoft' ) . '<a target="_blank" href="http://bestwebsoft.com/wp-admin/admin.php?page=client-area">' . __( 'Log in', 'bestwebsoft' ) . '</a>';
117
  } elseif ( "you_are_banned" == $value->package ) {
@@ -123,23 +123,23 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
123
  } elseif ( is_array( $value->package ) && ! empty( $value->package ) ) {
124
  $plugins_array = $_SESSION['bws_membership_list'] = $value->package;
125
  $_SESSION['bws_membership_time_check'] = strtotime( 'now' );
126
-
127
  if ( $bws_license_key == $bstwbsftwppdtplgns_options[ $bws_license_plugin ] ) {
128
  $message = __( 'The license key is valid.', 'bestwebsoft' );
129
  if ( isset( $value->time_out ) && $value->time_out != '' )
130
  $message .= ' ' . __( 'Your license will expire on', 'bestwebsoft' ) . ' ' . $value->time_out . '.';
131
  } else {
132
  $message = __( 'Congratulations! Pro Membership license is successfully activated.', 'bestwebsoft' );
133
- }
134
 
135
- $bstwbsftwppdtplgns_options[ $bws_license_plugin ] = $bws_license_key;
136
  }
137
  }
138
  } else {
139
- $error = __( "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvenience.", 'bestwebsoft' );
140
  }
141
  }
142
-
143
  if ( is_multisite() )
144
  update_site_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options );
145
  else
@@ -148,7 +148,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
148
  } else {
149
  $error = __( "Please enter your license key.", 'bestwebsoft' );
150
  }
151
- }
152
  }
153
 
154
  if ( 'bws_system_status' == $_GET['page'] ) {
@@ -217,7 +217,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
217
  else
218
  $system_info['inactive_plugins'][ $plugin['Name'] ] = $plugin['Version'];
219
  }
220
-
221
 
222
  if ( ( isset( $_REQUEST['bwsmn_form_submit'] ) && check_admin_referer( plugin_basename(__FILE__), 'bwsmn_nonce_submit' ) ) || ( isset( $_REQUEST['bwsmn_form_submit_custom_email'] ) && check_admin_referer( plugin_basename(__FILE__), 'bwsmn_nonce_submit_custom_email' ) ) ) {
223
  if ( isset( $_REQUEST['bwsmn_form_email'] ) ) {
@@ -269,7 +269,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
269
  }
270
  } ?>
271
  <div class="bws-wrap">
272
- <div class="bws-header">
273
  <div class="bws-title">
274
  <a href="<?php echo self_admin_url( 'admin.php?page=bws_panel' ); ?>">
275
  <img class="bws-logo" src="<?php echo plugins_url( 'images/bestwebsoft-logo-white.svg', __FILE__ ); ?>" />
@@ -284,18 +284,18 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
284
  </div>
285
  <div class="bws-help-links-wrapper">
286
  <a <?php if ( 'bws_system_status' == $_GET['page'] ) echo ' class="bws-nav-tab-active"'; ?> href="<?php echo self_admin_url( 'admin.php?page=bws_system_status' ); ?>"><?php _e( 'System status', 'bestwebsoft' ); ?></a>
287
- <a href="<?php echo esc_url( 'http://support.bestwebsoft.com/home' ); ?>" target="_blank"><?php _e( 'Support', 'bestwebsoft' ); ?></a>
288
- <a href="<?php echo esc_url( 'http://bestwebsoft.com/wp-admin/admin.php?page=client-area' ); ?>" target="_blank" title="<?php _e( 'Manage purchased licenses & subscriptions', 'bestwebsoft' ); ?>"><?php _e( 'Client Area', 'bestwebsoft' ); ?></a>
289
- </div>
290
  <div class="clear"></div>
291
  </div>
292
  <?php if ( 'bws_panel' == $_GET['page'] && ! isset( $_POST['bws_plugin_action_submit'] ) ) { ?>
293
  <div class="bws-membership-wrap">
294
  <div class="bws-membership-backround"></div>
295
- <div class="bws-membership">
296
- <div class="bws-membership-title"><?php printf( __( 'Get Access to %s+ Premium Plugins', 'bestwebsoft' ), '30' ); ?></div>
297
  <form class="bws-membership-form" method="post" action="">
298
- <span class="bws-membership-link"><a target="_blank" href="http://bestwebsoft.com/membership/"><?php _e( 'Subscribe to Pro Membership', 'bestwebsoft' ); ?></a> <?php _e( 'or', 'bestwebsoft' ); ?></span>
299
  <?php if ( isset( $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] ) &&
300
  '5' < $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] &&
301
  $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['time'] > ( time() - ( 24 * 60 * 60 ) ) ) { ?>
@@ -303,9 +303,9 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
303
  <input disabled="disabled" type="text" name="bws_license_key" value="<?php echo $bws_license_key; ?>" />
304
  <div class="bws_error"><?php _e( "Unfortunately, you have exceeded the number of available tries per day.", 'bestwebsoft' ); ?></div>
305
  </div>
306
- <input disabled="disabled" type="submit" class="bws-button" value="<?php _e( 'Check license key', 'bestwebsoft' ); ?>" />
307
  <?php } else { ?>
308
- <div class="bws_form_input_wrap">
309
  <input <?php if ( "" != $error ) echo "class=\"bws_input_error\""; ?> type="text" placeholder="<?php _e( 'Enter your license key', 'bestwebsoft' ); ?>" maxlength="100" name="bws_license_key" value="<?php echo $bws_license_key; ?>" />
310
  <div class="bws_error" <?php if ( "" == $error ) echo "style=\"display:none\""; ?>><?php echo $error; ?></div>
311
  </div>
@@ -315,15 +315,15 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
315
  <input type="submit" class="bws-button" value="<?php _e( 'Activate', 'bestwebsoft' ); ?>" />
316
  <?php } else { ?>
317
  <input type="submit" class="bws-button" value="<?php _e( 'Check license key', 'bestwebsoft' ); ?>" />
318
- <?php } ?>
319
- <?php wp_nonce_field( plugin_basename(__FILE__), 'bws_license_nonce_name' ); ?>
320
- <?php } ?>
321
  </form>
322
- <div class="clear"></div>
323
  </div>
324
- </div>
325
  <?php } ?>
326
- <div class="bws-wrap-content wrap">
327
  <?php if ( 'bws_panel' == $_GET['page'] ) { ?>
328
  <div class="updated notice is-dismissible inline" <?php if ( '' == $message || '' != $error ) echo "style=\"display:none\""; ?>><p><?php echo $message; ?></p></div>
329
  <h1>
@@ -350,12 +350,12 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
350
 
351
  $url = $plugins_array[ $bws_license_plugin ]['link'] . '&download_from=5';
352
 
353
- echo '<p>' . __( "Downloading install package from", 'bestwebsoft' ) . ' ' . $url . '</p>';
354
 
355
  $uploadDir = wp_upload_dir();
356
  $zip_name = explode( '/', $bws_license_plugin );
357
-
358
- if ( !function_exists( 'curl_init' ) ) {
359
  $received_content = file_get_contents( $url );
360
  } else {
361
  $ch = curl_init();
@@ -364,7 +364,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
364
  curl_setopt( $ch, CURLOPT_FOLLOWLOCATION, true );
365
  $received_content = curl_exec( $ch );
366
  curl_close( $ch );
367
- }
368
 
369
  if ( ! $received_content ) {
370
  $error = __( "Failed to download the zip archive. Please, upload the plugin manually", 'bestwebsoft' );
@@ -410,18 +410,18 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
410
  } else {
411
  if ( empty( $error ) )
412
  $error = __( "Failed to download the zip archive. Please, upload the plugin manually", 'bestwebsoft' );
413
-
414
  echo '<p class="error">' . $error . '</p>';
415
  echo '<p><a href="' . self_admin_url( 'admin.php?page=bws_panel' ) . '" target="_parent">' . __( 'Return to BestWebSoft Panel', 'bestwebsoft' ) . '</a></p>';
416
  }
417
- } else { ?>
418
  <ul class="subsubsub">
419
  <li><a <?php if ( !isset( $_GET['sub'] ) ) echo 'class="current" '; ?>href="admin.php?page=bws_panel<?php if ( 'all' != $plugin_category ) echo '&amp;category=' . $plugin_category; ?>"><?php _e( 'All', 'bestwebsoft' ); ?></a></li> |
420
  <li><a <?php if ( isset( $_GET['sub'] ) && 'installed' == $_GET['sub'] ) echo 'class="current" '; ?>href="admin.php?page=bws_panel&amp;sub=installed<?php if ( 'all' != $plugin_category ) echo '&amp;category=' . $plugin_category; ?>"><?php _e( 'Installed', 'bestwebsoft' ); ?></a></li> |
421
  <li><a <?php if ( isset( $_GET['sub'] ) && 'not_installed' == $_GET['sub'] ) echo 'class="current" '; ?>href="admin.php?page=bws_panel&amp;sub=not_installed<?php if ( 'all' != $plugin_category ) echo '&amp;category=' . $plugin_category; ?>"><?php _e( 'Not Installed', 'bestwebsoft' ); ?></a></li>
422
  </ul>
423
  <div class="clear"></div>
424
- <div class="bws-filter-top">
425
  <h2>
426
  <span class="bws-toggle-indicator"></span>
427
  <?php _e( 'Filter results', 'bestwebsoft' ); ?>
@@ -433,13 +433,13 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
433
  <?php $sub_in_url = ( isset( $_GET['sub'] ) && in_array( $_GET['sub'], array( 'installed', 'not_installed' ) ) ) ? '&amp;sub=' . $_GET['sub'] : ''; ?>
434
  <a <?php if ( 'all' == $plugin_category ) echo ' class="bws-active"'; ?> href="<?php echo self_admin_url( 'admin.php?page=bws_panel' . $sub_in_url ); ?>"><?php _e( 'All', 'bestwebsoft' ); ?>
435
  <span>(<?php echo count( $bws_plugins ); ?>)</span>
436
- </a>
437
  </li>
438
  <?php foreach ( $bws_plugins_category as $category_key => $category_value ) { ?>
439
  <li>
440
  <a <?php if ( $category_key == $plugin_category ) echo ' class="bws-active"'; ?> href="<?php echo esc_url( self_admin_url( 'admin.php?page=bws_panel' . $sub_in_url . '&amp;category=' . $category_key ) ); ?>"><?php echo $category_value['name']; ?>
441
  <span>(<?php echo $category_value['count']; ?>)</span>
442
- </a>
443
  </li>
444
  <?php } ?>
445
  </ul>
@@ -447,14 +447,14 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
447
  </div>
448
  <div class="bws-products">
449
  <?php $nothing_found = true;
450
- foreach ( $bws_plugins as $key_plugin => $value_plugin ) {
451
 
452
- if ( 'all' != $plugin_category && isset( $bws_plugins_category[ $plugin_category ] ) && ! in_array( $plugin_category, $value_plugin['category'] ) )
453
  continue;
454
 
455
  $key_plugin_explode = explode( '/', $key_plugin );
456
 
457
- $icon = isset( $value_plugin['icon'] ) ? $value_plugin['icon'] : '//ps.w.org/' . $key_plugin_explode[0] . '/assets/icon-128x128.png';
458
  $is_pro_isset = isset( $value_plugin['pro_version'] );
459
  $is_installed = array_key_exists( $key_plugin, $all_plugins );
460
  $is_active = in_array( $key_plugin, $active_plugins ) || isset( $sitewide_active_plugins[ $key_plugin ] );
@@ -467,7 +467,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
467
 
468
  if ( ( isset( $_GET['sub'] ) && 'installed' == $_GET['sub'] && ! $is_pro_installed && ! $is_installed ) ||
469
  ( isset( $_GET['sub'] ) && 'not_installed' == $_GET['sub'] && ( $is_pro_installed || $is_installed ) ) )
470
- continue;
471
 
472
  $link_attr = isset( $value_plugin['install_url'] ) ? 'href="' . $value_plugin['install_url'] . '" target="_blank"' : 'href="' . esc_url( self_admin_url( 'plugin-install.php?tab=plugin-information&plugin=' . $key_plugin_explode[0] . '&from=import&TB_iframe=true&width=600&height=550' ) ) . '" class="thickbox open-plugin-details-modal"';
473
 
@@ -479,7 +479,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
479
  <div class="bws_product_content">
480
  <div class="bws_product_title"><a <?php echo $link_attr; ?>><?php echo $value_plugin['name']; ?></a></div>
481
  <div class="bws-version">
482
- <?php
483
  if ( $is_pro_installed ) {
484
  echo '<span';
485
  if ( ! empty( $value_plugin['expired'] ) || ! empty( $value_plugin['update_availible'] ) )
@@ -489,9 +489,9 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
489
  echo '<span';
490
  if ( ! empty( $value_plugin['expired'] ) || ! empty( $value_plugin['update_availible'] ) )
491
  echo ' class="bws-update-available"';
492
- echo '>v ' . $all_plugins[ $key_plugin ]['Version'] . '</span>';
493
  } else {
494
- echo '<span>' . __( 'Not installed', 'bestwebsoft' ) . '</span>';
495
  }
496
 
497
  if ( ! empty( $value_plugin['expired'] ) ) {
@@ -502,7 +502,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
502
  } ?>
503
  </div>
504
  <div class="bws_product_description">
505
- <?php echo ( strlen( $value_plugin['description'] ) > 100 ) ? substr( $value_plugin['description'], 0, 100 ) . '...' : $value_plugin['description']; ?>
506
  </div>
507
  <div class="bws_product_links">
508
  <?php if ( $is_active || $is_pro_active ) {
@@ -528,7 +528,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
528
  <?php } else { ?>
529
  <a class="bws_settings" href="<?php echo $bws_plugins[ $key_plugin ]["settings"]; ?>"><?php _e( 'Settings', 'bestwebsoft' ); ?></a>
530
  <?php }
531
- } else {
532
  if ( $is_pro_installed ) { ?>
533
  <a class="button button-secondary" href="<?php echo wp_nonce_url( 'admin.php?page=bws_panel&amp;bws_activate_plugin=' . $value_plugin['pro_version'], 'bws_activate_plugin' . $value_plugin['pro_version'] ); ?>" title="<?php _e( 'Activate this plugin', 'bestwebsoft' ); ?>"><?php _e( 'Activate', 'bestwebsoft' ); ?></a>
534
  <?php } elseif ( ! empty( $plugins_array ) && isset( $value_plugin['pro_version'] ) && array_key_exists( $value_plugin['pro_version'], $plugins_array ) ) { ?>
@@ -540,7 +540,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
540
  </form>
541
  <?php } elseif ( $is_installed ) { ?>
542
  <a class="button button-secondary" href="<?php echo wp_nonce_url( 'admin.php?page=bws_panel&amp;bws_activate_plugin=' . $key_plugin, 'bws_activate_plugin' . $key_plugin ); ?>" title="<?php _e( 'Activate this plugin', 'bestwebsoft' ); ?>"><?php _e( 'Activate', 'bestwebsoft' ); ?></a>
543
- <?php } else {
544
  $install_url = isset( $value_plugin['install_url'] ) ? $value_plugin['install_url'] : esc_url( self_admin_url( 'plugin-install.php?tab=search&type=term&s=' . str_replace( ' ', '+', $value_plugin['name'] ) . '+BestWebSoft&plugin-search-input=Search+Plugins' ) ); ?>
545
  <a class="button button-secondary" href="<?php echo $install_url; ?>" title="<?php _e( 'Install this plugin', 'bestwebsoft' ); ?>" target="_blank"><?php _e( 'Install Now', 'bestwebsoft' ); ?></a>
546
  <?php }
@@ -548,7 +548,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
548
  </div>
549
  </div>
550
  <div class="clear"></div>
551
- </div>
552
  <?php }
553
  if ( $nothing_found ) { ?>
554
  <p class="description"><?php _e( 'Nothing found. Try another criteria.', 'bestwebsoft' ); ?></p>
@@ -562,21 +562,21 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
562
  <?php $sub_in_url = ( isset( $_GET['sub'] ) && in_array( $_GET['sub'], array( 'installed', 'not_installed' ) ) ) ? '&amp;sub=' . $_GET['sub'] : ''; ?>
563
  <a <?php if ( 'all' == $plugin_category ) echo ' class="bws-active"'; ?> href="<?php echo self_admin_url( 'admin.php?page=bws_panel' . $sub_in_url ); ?>"><?php _e( 'All', 'bestwebsoft' ); ?>
564
  <span>(<?php echo count( $bws_plugins ); ?>)</span>
565
- </a>
566
  </li>
567
  <?php foreach ( $bws_plugins_category as $category_key => $category_value ) { ?>
568
  <li>
569
  <a <?php if ( $category_key == $plugin_category ) echo ' class="bws-active"'; ?> href="<?php echo esc_url( self_admin_url( 'admin.php?page=bws_panel' . $sub_in_url . '&amp;category=' . $category_key ) ); ?>"><?php echo $category_value['name']; ?>
570
  <span>(<?php echo $category_value['count']; ?>)</span>
571
- </a>
572
  </li>
573
  <?php } ?>
574
  </ul>
575
  </div>
576
- </div><!-- #bws-filter-wrapper -->
577
  <div class="clear"></div>
578
  <?php }
579
- } elseif ( 'bws_themes' == $_GET['page'] ) {
580
  require_once( dirname( __FILE__ ) . '/product_list.php' ); ?>
581
  <h1><?php _e( 'Themes', 'bestwebsoft' ); ?></h1>
582
  <div id="availablethemes" class="bws-availablethemes">
@@ -613,7 +613,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
613
  <div class="theme-actions">
614
  <a class="button button-secondary preview install-theme-preview" href="<?php echo $theme->href; ?>" target="_blank"><?php esc_html_e( 'Learn More', 'bestwebsoft' ); ?></a>
615
  </div>
616
- <?php if ( $installed_theme->exists() ) {
617
  if ( $wp_version < '4.6' ) { ?>
618
  <div class="theme-installed"><?php _e( 'Already Installed', 'bestwebsoft' ); ?></div>
619
  <?php } else { ?>
@@ -628,7 +628,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
628
  <?php } ?>
629
  <p><a class="bws_browse_link" href="http://bestweblayout.com/categories/themes/" target="_blank"><?php _e( 'Browse Free WordPress Themes', 'bestwebsoft' ); ?> <span class="dashicons dashicons-arrow-right-alt2"></span></a></p>
630
  </div>
631
- <?php } elseif ( 'bws_system_status' == $_GET['page'] ) { ?>
632
  <h1><?php _e( 'System status', 'bestwebsoft' ); ?></h1>
633
  <div class="updated fade notice is-dismissible inline" <?php if ( ! ( isset( $_REQUEST['bwsmn_form_submit'] ) || isset( $_REQUEST['bwsmn_form_submit_custom_email'] ) ) || $error != "" ) echo "style=\"display:none\""; ?>><p><strong><?php echo $message; ?></strong></p></div>
634
  <div class="error" <?php if ( "" == $error ) echo "style=\"display:none\""; ?>><p><strong><?php echo $error; ?></strong></p></div>
@@ -685,7 +685,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
685
  } ?>
686
  </tbody>
687
  </table>
688
- <div class="clear"></div>
689
  </div>
690
  <?php } ?>
691
  </div>
@@ -696,7 +696,9 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
696
  if ( ! function_exists( 'bws_get_banner_array' ) ) {
697
  function bws_get_banner_array() {
698
  global $bstwbsftwppdtplgns_banner_array;
699
- $bstwbsftwppdtplgns_banner_array = array(
 
 
700
  array( 'crrntl_hide_banner_on_plugin_page', 'car-rental/car-rental.php', '1.0.0' ),
701
  array( 'lnkdn_hide_banner_on_plugin_page', 'bws-linkedin/bws-linkedin.php', '1.0.1' ),
702
  array( 'pntrst_hide_banner_on_plugin_page', 'bws-pinterest/bws-pinterest.php', '1.0.1' ),
@@ -704,7 +706,7 @@ if ( ! function_exists( 'bws_get_banner_array' ) ) {
704
  array( 'gglcptch_hide_banner_on_plugin_page', 'google-captcha/google-captcha.php', '1.18' ),
705
  array( 'mltlngg_hide_banner_on_plugin_page', 'multilanguage/multilanguage.php', '1.1.1' ),
706
  array( 'adsns_hide_banner_on_plugin_page', 'adsense-plugin/adsense-plugin.php', '1.36' ),
707
- array( 'vstrsnln_hide_banner_on_plugin_page', 'visitors-online/visitors-online.php', '0.2' ),
708
  array( 'cstmsrch_hide_banner_on_plugin_page', 'custom-search-plugin/custom-search-plugin.php', '1.28' ),
709
  array( 'prtfl_hide_banner_on_plugin_page', 'portfolio/portfolio.php', '2.33' ),
710
  array( 'rlt_hide_banner_on_plugin_page', 'realty/realty.php', '1.0.0' ),
1
  <?php
2
  /*
3
  * Function for displaying BestWebSoft menu
4
+ * Version: 1.9.4
5
  */
6
 
7
  if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) )
10
  if ( ! function_exists( 'bws_add_menu_render' ) ) {
11
  function bws_add_menu_render() {
12
  global $wpdb, $wp_version, $bws_plugin_info, $bstwbsftwppdtplgns_options;
13
+ $error = $message = $bwsmn_form_email = '';
14
 
15
  if ( 'bws_panel' == $_GET['page'] ) {
16
 
18
  require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
19
 
20
  /* get $bws_plugins */
21
+ require_once( dirname( __FILE__ ) . '/product_list.php' );
22
 
23
  $all_plugins = get_plugins();
24
+ $active_plugins = get_option( 'active_plugins' );
25
  $sitewide_active_plugins = ( function_exists( 'is_multisite' ) && is_multisite() ) ? get_site_option( 'active_sitewide_plugins' ) : array();
26
  $update_availible_all = get_site_transient( 'update_plugins' );
27
 
29
 
30
  if ( ( isset( $_GET['sub'] ) && 'installed' == $_GET['sub'] ) || ! isset( $_GET['sub'] ) ) {
31
  $bws_plugins_update_availible = $bws_plugins_expired = array();
32
+ foreach ( $bws_plugins as $key_plugin => $value_plugin ) {
33
 
34
  foreach ( $value_plugin['category'] as $category_key ) {
35
  $bws_plugins_category[ $category_key ]['count'] = isset( $bws_plugins_category[ $category_key ]['count'] ) ? $bws_plugins_category[ $category_key ]['count'] + 1 : 1;
37
 
38
  $is_installed = array_key_exists( $key_plugin, $all_plugins );
39
  $is_pro_installed = false;
40
+ if ( isset( $value_plugin['pro_version'] ) ) {
41
  $is_pro_installed = array_key_exists( $value_plugin['pro_version'], $all_plugins );
42
  }
43
  /* check update_availible */
44
+ if ( $is_pro_installed && array_key_exists( $value_plugin['pro_version'], $update_availible_all->response ) ) {
45
  unset( $bws_plugins[ $key_plugin ] );
46
  $value_plugin['update_availible'] = $value_plugin['pro_version'];
47
+ $bws_plugins_update_availible[ $key_plugin ] = $value_plugin;
48
  } else if ( $is_installed && array_key_exists( $key_plugin, $update_availible_all->response ) ) {
49
  unset( $bws_plugins[ $key_plugin ] );
50
  $value_plugin['update_availible'] = $key_plugin;
60
  }
61
  $bws_plugins = $bws_plugins_update_availible + $bws_plugins_expired + $bws_plugins;
62
  } else {
63
+ foreach ( $bws_plugins as $key_plugin => $value_plugin ) {
64
  foreach ( $value_plugin['category'] as $category_key ) {
65
  $bws_plugins_category[ $category_key ]['count'] = isset( $bws_plugins_category[ $category_key ]['count'] ) ? $bws_plugins_category[ $category_key ]['count'] + 1 : 1;
66
  }
67
  }
68
  }
69
 
70
+ /*** membership ***/
71
  $bws_license_plugin = 'bws_get_list_for_membership';
72
  $bws_license_key = isset( $bstwbsftwppdtplgns_options[ $bws_license_plugin ] ) ? $bstwbsftwppdtplgns_options[ $bws_license_plugin ] : '';
73
  $update_membership_list = true;
74
 
75
  if ( isset( $_POST['bws_license_key'] ) )
76
+ $bws_license_key = stripslashes( esc_html( trim( $_POST['bws_license_key'] ) ) );
77
 
78
  if ( isset( $_SESSION['bws_membership_time_check'] ) && isset( $_SESSION['bws_membership_list'] ) && $_SESSION['bws_membership_time_check'] < strtotime( '+12 hours' ) ) {
79
  $update_membership_list = false;
82
 
83
  if ( ( $update_membership_list && ! empty( $bws_license_key ) ) || ( isset( $_POST['bws_license_submit'] ) && check_admin_referer( plugin_basename(__FILE__), 'bws_license_nonce_name' ) ) ) {
84
 
85
+ if ( '' != $bws_license_key ) {
86
  if ( strlen( $bws_license_key ) != 18 ) {
87
  $error = __( 'Wrong license key', 'bestwebsoft' );
88
  } else {
89
+
90
  if ( isset( $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] ) && $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['time'] > ( time() - (24 * 60 * 60) ) ) {
91
  $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] = $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] + 1;
92
  } else {
111
  if ( is_array( $response ) && !empty( $response ) ) {
112
  foreach ( $response as $key => $value ) {
113
  if ( "wrong_license_key" == $value->package ) {
114
+ $error = __( "Wrong license key", 'bestwebsoft' );
115
  } elseif ( "wrong_domain" == $value->package ) {
116
  $error = __( 'This license key is bind to another website. Change it via personal Client Area.', 'bestwebsoft' ) . '<a target="_blank" href="http://bestwebsoft.com/wp-admin/admin.php?page=client-area">' . __( 'Log in', 'bestwebsoft' ) . '</a>';
117
  } elseif ( "you_are_banned" == $value->package ) {
123
  } elseif ( is_array( $value->package ) && ! empty( $value->package ) ) {
124
  $plugins_array = $_SESSION['bws_membership_list'] = $value->package;
125
  $_SESSION['bws_membership_time_check'] = strtotime( 'now' );
126
+
127
  if ( $bws_license_key == $bstwbsftwppdtplgns_options[ $bws_license_plugin ] ) {
128
  $message = __( 'The license key is valid.', 'bestwebsoft' );
129
  if ( isset( $value->time_out ) && $value->time_out != '' )
130
  $message .= ' ' . __( 'Your license will expire on', 'bestwebsoft' ) . ' ' . $value->time_out . '.';
131
  } else {
132
  $message = __( 'Congratulations! Pro Membership license is successfully activated.', 'bestwebsoft' );
133
+ }
134
 
135
+ $bstwbsftwppdtplgns_options[ $bws_license_plugin ] = $bws_license_key;
136
  }
137
  }
138
  } else {
139
+ $error = __( "Something went wrong. Try again later or upload the plugin manually. We are sorry for inconvenience.", 'bestwebsoft' );
140
  }
141
  }
142
+
143
  if ( is_multisite() )
144
  update_site_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options );
145
  else
148
  } else {
149
  $error = __( "Please enter your license key.", 'bestwebsoft' );
150
  }
151
+ }
152
  }
153
 
154
  if ( 'bws_system_status' == $_GET['page'] ) {
217
  else
218
  $system_info['inactive_plugins'][ $plugin['Name'] ] = $plugin['Version'];
219
  }
220
+
221
 
222
  if ( ( isset( $_REQUEST['bwsmn_form_submit'] ) && check_admin_referer( plugin_basename(__FILE__), 'bwsmn_nonce_submit' ) ) || ( isset( $_REQUEST['bwsmn_form_submit_custom_email'] ) && check_admin_referer( plugin_basename(__FILE__), 'bwsmn_nonce_submit_custom_email' ) ) ) {
223
  if ( isset( $_REQUEST['bwsmn_form_email'] ) ) {
269
  }
270
  } ?>
271
  <div class="bws-wrap">
272
+ <div class="bws-header">
273
  <div class="bws-title">
274
  <a href="<?php echo self_admin_url( 'admin.php?page=bws_panel' ); ?>">
275
  <img class="bws-logo" src="<?php echo plugins_url( 'images/bestwebsoft-logo-white.svg', __FILE__ ); ?>" />
284
  </div>
285
  <div class="bws-help-links-wrapper">
286
  <a <?php if ( 'bws_system_status' == $_GET['page'] ) echo ' class="bws-nav-tab-active"'; ?> href="<?php echo self_admin_url( 'admin.php?page=bws_system_status' ); ?>"><?php _e( 'System status', 'bestwebsoft' ); ?></a>
287
+ <a href="<?php echo esc_url( 'http://support.bestwebsoft.com/home' ); ?>" target="_blank"><?php _e( 'Support', 'bestwebsoft' ); ?></a>
288
+ <a href="<?php echo esc_url( 'http://bestwebsoft.com/wp-admin/admin.php?page=client-area' ); ?>" target="_blank" title="<?php _e( 'Manage purchased licenses & subscriptions', 'bestwebsoft' ); ?>"><?php _e( 'Client Area', 'bestwebsoft' ); ?></a>
289
+ </div>
290
  <div class="clear"></div>
291
  </div>
292
  <?php if ( 'bws_panel' == $_GET['page'] && ! isset( $_POST['bws_plugin_action_submit'] ) ) { ?>
293
  <div class="bws-membership-wrap">
294
  <div class="bws-membership-backround"></div>
295
+ <div class="bws-membership">
296
+ <div class="bws-membership-title"><?php printf( __( 'Get Access to %s+ Premium Plugins', 'bestwebsoft' ), '30' ); ?></div>
297
  <form class="bws-membership-form" method="post" action="">
298
+ <span class="bws-membership-link"><a target="_blank" href="http://bestwebsoft.com/membership/"><?php _e( 'Subscribe to Pro Membership', 'bestwebsoft' ); ?></a> <?php _e( 'or', 'bestwebsoft' ); ?></span>
299
  <?php if ( isset( $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] ) &&
300
  '5' < $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] &&
301
  $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['time'] > ( time() - ( 24 * 60 * 60 ) ) ) { ?>
303
  <input disabled="disabled" type="text" name="bws_license_key" value="<?php echo $bws_license_key; ?>" />
304
  <div class="bws_error"><?php _e( "Unfortunately, you have exceeded the number of available tries per day.", 'bestwebsoft' ); ?></div>
305
  </div>
306
+ <input disabled="disabled" type="submit" class="bws-button" value="<?php _e( 'Check license key', 'bestwebsoft' ); ?>" />
307
  <?php } else { ?>
308
+ <div class="bws_form_input_wrap">
309
  <input <?php if ( "" != $error ) echo "class=\"bws_input_error\""; ?> type="text" placeholder="<?php _e( 'Enter your license key', 'bestwebsoft' ); ?>" maxlength="100" name="bws_license_key" value="<?php echo $bws_license_key; ?>" />
310
  <div class="bws_error" <?php if ( "" == $error ) echo "style=\"display:none\""; ?>><?php echo $error; ?></div>
311
  </div>
315
  <input type="submit" class="bws-button" value="<?php _e( 'Activate', 'bestwebsoft' ); ?>" />
316
  <?php } else { ?>
317
  <input type="submit" class="bws-button" value="<?php _e( 'Check license key', 'bestwebsoft' ); ?>" />
318
+ <?php } ?>
319
+ <?php wp_nonce_field( plugin_basename(__FILE__), 'bws_license_nonce_name' ); ?>
320
+ <?php } ?>
321
  </form>
322
+ <div class="clear"></div>
323
  </div>
324
+ </div>
325
  <?php } ?>
326
+ <div class="bws-wrap-content wrap">
327
  <?php if ( 'bws_panel' == $_GET['page'] ) { ?>
328
  <div class="updated notice is-dismissible inline" <?php if ( '' == $message || '' != $error ) echo "style=\"display:none\""; ?>><p><?php echo $message; ?></p></div>
329
  <h1>
350
 
351
  $url = $plugins_array[ $bws_license_plugin ]['link'] . '&download_from=5';
352
 
353
+ echo '<p>' . __( "Downloading install package from", 'bestwebsoft' ) . ' ' . $url . '</p>';
354
 
355
  $uploadDir = wp_upload_dir();
356
  $zip_name = explode( '/', $bws_license_plugin );
357
+
358
+ if ( !function_exists( 'curl_init' ) ) {
359
  $received_content = file_get_contents( $url );
360
  } else {
361
  $ch = curl_init();
364
  curl_setopt( $ch, CURLOPT_FOLLOWLOCATION, true );
365
  $received_content = curl_exec( $ch );
366
  curl_close( $ch );
367
+ }
368
 
369
  if ( ! $received_content ) {
370
  $error = __( "Failed to download the zip archive. Please, upload the plugin manually", 'bestwebsoft' );
410
  } else {
411
  if ( empty( $error ) )
412
  $error = __( "Failed to download the zip archive. Please, upload the plugin manually", 'bestwebsoft' );
413
+
414
  echo '<p class="error">' . $error . '</p>';
415
  echo '<p><a href="' . self_admin_url( 'admin.php?page=bws_panel' ) . '" target="_parent">' . __( 'Return to BestWebSoft Panel', 'bestwebsoft' ) . '</a></p>';
416
  }
417
+ } else { ?>
418
  <ul class="subsubsub">
419
  <li><a <?php if ( !isset( $_GET['sub'] ) ) echo 'class="current" '; ?>href="admin.php?page=bws_panel<?php if ( 'all' != $plugin_category ) echo '&amp;category=' . $plugin_category; ?>"><?php _e( 'All', 'bestwebsoft' ); ?></a></li> |
420
  <li><a <?php if ( isset( $_GET['sub'] ) && 'installed' == $_GET['sub'] ) echo 'class="current" '; ?>href="admin.php?page=bws_panel&amp;sub=installed<?php if ( 'all' != $plugin_category ) echo '&amp;category=' . $plugin_category; ?>"><?php _e( 'Installed', 'bestwebsoft' ); ?></a></li> |
421
  <li><a <?php if ( isset( $_GET['sub'] ) && 'not_installed' == $_GET['sub'] ) echo 'class="current" '; ?>href="admin.php?page=bws_panel&amp;sub=not_installed<?php if ( 'all' != $plugin_category ) echo '&amp;category=' . $plugin_category; ?>"><?php _e( 'Not Installed', 'bestwebsoft' ); ?></a></li>
422
  </ul>
423
  <div class="clear"></div>
424
+ <div class="bws-filter-top">
425
  <h2>
426
  <span class="bws-toggle-indicator"></span>
427
  <?php _e( 'Filter results', 'bestwebsoft' ); ?>
433
  <?php $sub_in_url = ( isset( $_GET['sub'] ) && in_array( $_GET['sub'], array( 'installed', 'not_installed' ) ) ) ? '&amp;sub=' . $_GET['sub'] : ''; ?>
434
  <a <?php if ( 'all' == $plugin_category ) echo ' class="bws-active"'; ?> href="<?php echo self_admin_url( 'admin.php?page=bws_panel' . $sub_in_url ); ?>"><?php _e( 'All', 'bestwebsoft' ); ?>
435
  <span>(<?php echo count( $bws_plugins ); ?>)</span>
436
+ </a>
437
  </li>
438
  <?php foreach ( $bws_plugins_category as $category_key => $category_value ) { ?>
439
  <li>
440
  <a <?php if ( $category_key == $plugin_category ) echo ' class="bws-active"'; ?> href="<?php echo esc_url( self_admin_url( 'admin.php?page=bws_panel' . $sub_in_url . '&amp;category=' . $category_key ) ); ?>"><?php echo $category_value['name']; ?>
441
  <span>(<?php echo $category_value['count']; ?>)</span>
442
+ </a>
443
  </li>
444
  <?php } ?>
445
  </ul>
447
  </div>
448
  <div class="bws-products">
449
  <?php $nothing_found = true;
450
+ foreach ( $bws_plugins as $key_plugin => $value_plugin ) {
451
 
452
+ if ( 'all' != $plugin_category && isset( $bws_plugins_category[ $plugin_category ] ) && ! in_array( $plugin_category, $value_plugin['category'] ) )
453
  continue;
454
 
455
  $key_plugin_explode = explode( '/', $key_plugin );
456
 
457
+ $icon = isset( $value_plugin['icon'] ) ? $value_plugin['icon'] : '//ps.w.org/' . $key_plugin_explode[0] . '/assets/icon-128x128.png';
458
  $is_pro_isset = isset( $value_plugin['pro_version'] );
459
  $is_installed = array_key_exists( $key_plugin, $all_plugins );
460
  $is_active = in_array( $key_plugin, $active_plugins ) || isset( $sitewide_active_plugins[ $key_plugin ] );
467
 
468
  if ( ( isset( $_GET['sub'] ) && 'installed' == $_GET['sub'] && ! $is_pro_installed && ! $is_installed ) ||
469
  ( isset( $_GET['sub'] ) && 'not_installed' == $_GET['sub'] && ( $is_pro_installed || $is_installed ) ) )
470
+ continue;
471
 
472
  $link_attr = isset( $value_plugin['install_url'] ) ? 'href="' . $value_plugin['install_url'] . '" target="_blank"' : 'href="' . esc_url( self_admin_url( 'plugin-install.php?tab=plugin-information&plugin=' . $key_plugin_explode[0] . '&from=import&TB_iframe=true&width=600&height=550' ) ) . '" class="thickbox open-plugin-details-modal"';
473
 
479
  <div class="bws_product_content">
480
  <div class="bws_product_title"><a <?php echo $link_attr; ?>><?php echo $value_plugin['name']; ?></a></div>
481
  <div class="bws-version">
482
+ <?php
483
  if ( $is_pro_installed ) {
484
  echo '<span';
485
  if ( ! empty( $value_plugin['expired'] ) || ! empty( $value_plugin['update_availible'] ) )
489
  echo '<span';
490
  if ( ! empty( $value_plugin['expired'] ) || ! empty( $value_plugin['update_availible'] ) )
491
  echo ' class="bws-update-available"';
492
+ echo '>v ' . $all_plugins[ $key_plugin ]['Version'] . '</span>';
493
  } else {
494
+ echo '<span>' . __( 'Not installed', 'bestwebsoft' ) . '</span>';
495
  }
496
 
497
  if ( ! empty( $value_plugin['expired'] ) ) {
502
  } ?>
503
  </div>
504
  <div class="bws_product_description">
505
+ <?php echo ( strlen( $value_plugin['description'] ) > 100 ) ? substr( $value_plugin['description'], 0, 100 ) . '...' : $value_plugin['description']; ?>
506
  </div>
507
  <div class="bws_product_links">
508
  <?php if ( $is_active || $is_pro_active ) {
528
  <?php } else { ?>
529
  <a class="bws_settings" href="<?php echo $bws_plugins[ $key_plugin ]["settings"]; ?>"><?php _e( 'Settings', 'bestwebsoft' ); ?></a>
530
  <?php }
531
+ } else {
532
  if ( $is_pro_installed ) { ?>
533
  <a class="button button-secondary" href="<?php echo wp_nonce_url( 'admin.php?page=bws_panel&amp;bws_activate_plugin=' . $value_plugin['pro_version'], 'bws_activate_plugin' . $value_plugin['pro_version'] ); ?>" title="<?php _e( 'Activate this plugin', 'bestwebsoft' ); ?>"><?php _e( 'Activate', 'bestwebsoft' ); ?></a>
534
  <?php } elseif ( ! empty( $plugins_array ) && isset( $value_plugin['pro_version'] ) && array_key_exists( $value_plugin['pro_version'], $plugins_array ) ) { ?>
540
  </form>
541
  <?php } elseif ( $is_installed ) { ?>
542
  <a class="button button-secondary" href="<?php echo wp_nonce_url( 'admin.php?page=bws_panel&amp;bws_activate_plugin=' . $key_plugin, 'bws_activate_plugin' . $key_plugin ); ?>" title="<?php _e( 'Activate this plugin', 'bestwebsoft' ); ?>"><?php _e( 'Activate', 'bestwebsoft' ); ?></a>
543
+ <?php } else {
544
  $install_url = isset( $value_plugin['install_url'] ) ? $value_plugin['install_url'] : esc_url( self_admin_url( 'plugin-install.php?tab=search&type=term&s=' . str_replace( ' ', '+', $value_plugin['name'] ) . '+BestWebSoft&plugin-search-input=Search+Plugins' ) ); ?>
545
  <a class="button button-secondary" href="<?php echo $install_url; ?>" title="<?php _e( 'Install this plugin', 'bestwebsoft' ); ?>" target="_blank"><?php _e( 'Install Now', 'bestwebsoft' ); ?></a>
546
  <?php }
548
  </div>
549
  </div>
550
  <div class="clear"></div>
551
+ </div>
552
  <?php }
553
  if ( $nothing_found ) { ?>
554
  <p class="description"><?php _e( 'Nothing found. Try another criteria.', 'bestwebsoft' ); ?></p>
562
  <?php $sub_in_url = ( isset( $_GET['sub'] ) && in_array( $_GET['sub'], array( 'installed', 'not_installed' ) ) ) ? '&amp;sub=' . $_GET['sub'] : ''; ?>
563
  <a <?php if ( 'all' == $plugin_category ) echo ' class="bws-active"'; ?> href="<?php echo self_admin_url( 'admin.php?page=bws_panel' . $sub_in_url ); ?>"><?php _e( 'All', 'bestwebsoft' ); ?>
564
  <span>(<?php echo count( $bws_plugins ); ?>)</span>
565
+ </a>
566
  </li>
567
  <?php foreach ( $bws_plugins_category as $category_key => $category_value ) { ?>
568
  <li>
569
  <a <?php if ( $category_key == $plugin_category ) echo ' class="bws-active"'; ?> href="<?php echo esc_url( self_admin_url( 'admin.php?page=bws_panel' . $sub_in_url . '&amp;category=' . $category_key ) ); ?>"><?php echo $category_value['name']; ?>
570
  <span>(<?php echo $category_value['count']; ?>)</span>
571
+ </a>
572
  </li>
573
  <?php } ?>
574
  </ul>
575
  </div>
576
+ </div><!-- #bws-filter-wrapper -->
577
  <div class="clear"></div>
578
  <?php }
579
+ } elseif ( 'bws_themes' == $_GET['page'] ) {
580
  require_once( dirname( __FILE__ ) . '/product_list.php' ); ?>
581
  <h1><?php _e( 'Themes', 'bestwebsoft' ); ?></h1>
582
  <div id="availablethemes" class="bws-availablethemes">
613
  <div class="theme-actions">
614
  <a class="button button-secondary preview install-theme-preview" href="<?php echo $theme->href; ?>" target="_blank"><?php esc_html_e( 'Learn More', 'bestwebsoft' ); ?></a>
615
  </div>
616
+ <?php if ( $installed_theme->exists() ) {
617
  if ( $wp_version < '4.6' ) { ?>
618
  <div class="theme-installed"><?php _e( 'Already Installed', 'bestwebsoft' ); ?></div>
619
  <?php } else { ?>
628
  <?php } ?>
629
  <p><a class="bws_browse_link" href="http://bestweblayout.com/categories/themes/" target="_blank"><?php _e( 'Browse Free WordPress Themes', 'bestwebsoft' ); ?> <span class="dashicons dashicons-arrow-right-alt2"></span></a></p>
630
  </div>
631
+ <?php } elseif ( 'bws_system_status' == $_GET['page'] ) { ?>
632
  <h1><?php _e( 'System status', 'bestwebsoft' ); ?></h1>
633
  <div class="updated fade notice is-dismissible inline" <?php if ( ! ( isset( $_REQUEST['bwsmn_form_submit'] ) || isset( $_REQUEST['bwsmn_form_submit_custom_email'] ) ) || $error != "" ) echo "style=\"display:none\""; ?>><p><strong><?php echo $message; ?></strong></p></div>
634
  <div class="error" <?php if ( "" == $error ) echo "style=\"display:none\""; ?>><p><strong><?php echo $error; ?></strong></p></div>
685
  } ?>
686
  </tbody>
687
  </table>
688
+ <div class="clear"></div>
689
  </div>
690
  <?php } ?>
691
  </div>
696
  if ( ! function_exists( 'bws_get_banner_array' ) ) {
697
  function bws_get_banner_array() {
698
  global $bstwbsftwppdtplgns_banner_array;
699
+ $bstwbsftwppdtplgns_banner_array = array(
700
+ array( 'tmsht_hide_banner_on_plugin_page', 'timesheet/timesheet.php', '0.1.3' ),
701
+ array( 'pgntn_hide_banner_on_plugin_page', 'pagination/pagination.php', '1.0.6' ),
702
  array( 'crrntl_hide_banner_on_plugin_page', 'car-rental/car-rental.php', '1.0.0' ),
703
  array( 'lnkdn_hide_banner_on_plugin_page', 'bws-linkedin/bws-linkedin.php', '1.0.1' ),
704
  array( 'pntrst_hide_banner_on_plugin_page', 'bws-pinterest/bws-pinterest.php', '1.0.1' ),
706
  array( 'gglcptch_hide_banner_on_plugin_page', 'google-captcha/google-captcha.php', '1.18' ),
707
  array( 'mltlngg_hide_banner_on_plugin_page', 'multilanguage/multilanguage.php', '1.1.1' ),
708
  array( 'adsns_hide_banner_on_plugin_page', 'adsense-plugin/adsense-plugin.php', '1.36' ),
709
+ array( 'vstrsnln_hide_banner_on_plugin_page', 'visitors-online/visitors-online.php', '0.2' ),
710
  array( 'cstmsrch_hide_banner_on_plugin_page', 'custom-search-plugin/custom-search-plugin.php', '1.28' ),
711
  array( 'prtfl_hide_banner_on_plugin_page', 'portfolio/portfolio.php', '2.33' ),
712
  array( 'rlt_hide_banner_on_plugin_page', 'realty/realty.php', '1.0.0' ),
bws_menu/css/style.css CHANGED
@@ -179,6 +179,7 @@ a.toplevel_page_bws_panel.wp-has-current-submenu:after {
179
  .bws_error {
180
  color: #c5412b;
181
  margin-top: 1px;
 
182
  }
183
  .bws_error a {
184
  color: #fff;
179
  .bws_error {
180
  color: #c5412b;
181
  margin-top: 1px;
182
+ max-width: 230px;
183
  }
184
  .bws_error a {
185
  color: #fff;
bws_menu/product_list.php CHANGED
@@ -12,7 +12,7 @@ $bws_plugins_category = array(
12
  'site-stats' => array( 'name' => __( 'Site Stats', 'bestwebsoft' ) ),
13
  'social' => array( 'name' => __( 'Social', 'bestwebsoft' ) ),
14
  'utilities' => array( 'name' => __( 'Utilities', 'bestwebsoft' ) ),
15
- 'other' => array( 'name' => __( 'Other', 'bestwebsoft' ) ),
16
  );
17
 
18
  $bws_plugins = array(
@@ -20,82 +20,82 @@ $bws_plugins = array(
20
  'category' => array( 'security', 'recommended' ),
21
  'name' => 'Captcha',
22
  'description' => 'Protect WordPress website forms from spam entries by means of math logic.',
23
- 'link' => 'http://bestwebsoft.com/products/captcha/?k=d678516c0990e781edfb6a6c874f0b8a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
24
  'settings' => 'admin.php?page=captcha.php',
25
  'pro_version' => 'captcha-pro/captcha_pro.php',
26
- 'purchase' => 'http://bestwebsoft.com/products/captcha/buy/?k=ff7d65e55e5e7f98f219be9ed711094e&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
27
  'pro_settings' => 'admin.php?page=captcha_pro.php'
28
  ),
29
  'car-rental/car-rental.php' => array(
30
  'category' => array( 'content-and-media' ),
31
  'name' => 'Car Rental',
32
  'description' => 'Create your personal car rental/booking and reservation website.',
33
- 'link' => 'http://bestwebsoft.com/products/car-rental/?k=444cac6df9a0d3a9763ab4753d24941b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
34
  'settings' => 'admin.php?page=car-rental-settings',
35
  'pro_version' => 'car-rental-pro/car-rental-pro.php',
36
- 'purchase' => 'http://bestwebsoft.com/products/car-rental/buy/?k=7643d4f0698252fa1159de078d22269c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
37
  'pro_settings' => 'admin.php?page=car-rental-pro-settings'
38
  ),
39
  'contact-form-plugin/contact_form.php' => array(
40
  'category' => array( 'other', 'recommended' ),
41
  'name' => 'Contact Form',
42
  'description' => 'Allow customers to reach you using secure contact form plugin any website must have.',
43
- 'link' => 'http://bestwebsoft.com/products/contact-form/?k=012327ef413e5b527883e031d43b088b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
44
  'settings' => 'admin.php?page=contact_form.php',
45
  'pro_version' => 'contact-form-pro/contact_form_pro.php',
46
- 'purchase' => 'http://bestwebsoft.com/products/contact-form/buy/?k=773dc97bb3551975db0e32edca1a6d71&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
47
  'pro_settings' => 'admin.php?page=contact_form_pro.php'
48
  ),
49
  'contact-form-multi/contact-form-multi.php' => array(
50
  'category' => array( 'other', 'recommended' ),
51
  'name' => 'Contact Form Multi',
52
  'description' => 'Add unlimited number of contact forms to WordPress website.',
53
- 'link' => 'http://bestwebsoft.com/products/contact-form-multi/?k=83cdd9e72a9f4061122ad28a67293c72&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
54
  'settings' => '',
55
  'pro_version' => 'contact-form-multi-pro/contact-form-multi-pro.php',
56
- 'purchase' => 'http://bestwebsoft.com/products/contact-form-multi/buy/?k=fde3a18581c143654f060c398b07e8ac&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
57
  'pro_settings' => ''
58
  ),
59
  'contact-form-to-db/contact_form_to_db.php' => array(
60
  'category' => array( 'other', 'recommended' ),
61
  'name' => 'Contact Form to DB',
62
  'description' => 'Save and manage contact form messages. Never lose important data.',
63
- 'link' => 'http://bestwebsoft.com/products/contact-form-to-db/?k=ba3747d317c2692e4136ca096a8989d6&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
64
  'settings' => 'admin.php?page=cntctfrmtdb_settings',
65
  'pro_version' => 'contact-form-to-db-pro/contact_form_to_db_pro.php',
66
- 'purchase' => 'http://bestwebsoft.com/products/contact-form-to-db/buy/?k=6ce5f4a9006ec906e4db643669246c6a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
67
  'pro_settings' => 'admin.php?page=cntctfrmtdbpr_settings'
68
  ),
69
  'custom-admin-page/custom-admin-page.php' => array(
70
  'category' => array( 'utilities' ),
71
  'name' => 'Custom Admin Page',
72
  'description' => 'Add unlimited custom pages to WordPress admin dashboard.',
73
- 'link' => 'http://bestwebsoft.com/products/custom-admin-page/?k=9ac03f16c25e845e8e055a221c3e1467&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
74
  'settings' => 'admin.php?page=custom-admin-page.php'
75
  ),
76
  'custom-fields-search/custom-fields-search.php' => array(
77
  'category' => array( 'content-and-media' ),
78
  'name' => 'Custom Fields Search',
79
  'description' => 'Add custom fields to WordPress website search results.',
80
- 'link' => 'http://bestwebsoft.com/products/custom-fields-search/?k=f3f8285bb069250c42c6ffac95ed3284&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
81
  'settings' => 'admin.php?page=custom_fields_search.php'
82
  ),
83
  'custom-search-plugin/custom-search-plugin.php' => array(
84
  'category' => array( 'content-and-media' ),
85
  'name' => 'Custom Search',
86
  'description' => 'Add custom post types to WordPress website search results.',
87
- 'link' => 'http://bestwebsoft.com/products/custom-search/?k=933be8f3a8b8719d95d1079d15443e29&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
88
  'settings' => 'admin.php?page=custom_search.php',
89
  'pro_version' => 'custom-search-pro/custom-search-pro.php',
90
- 'purchase' => 'http://bestwebsoft.com/products/custom-search/buy/?k=062b652ac6ac8ba863c9f30fc21d62c6&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
91
  'pro_settings' => 'admin.php?page=custom_search_pro.php'
92
- ),
93
  'db-manager/db-manager.php' => array(
94
  'category' => array( 'utilities' ),
95
  'name' => 'DB Manager',
96
  'description' => 'Manage database and file system right from your WordPress admin dashboard.',
97
- 'link' => 'http://bestwebsoft.com/products/db-manager/?k=01ed9731780d87f85f5901064b7d76d8&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
98
- 'install_url' => 'http://bestwebsoft.com/products/db-manager/download/?k=01ed9731780d87f85f5901064b7d76d8&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
99
  'settings' => 'admin.php?page=db-manager.php',
100
  'icon' => plugins_url( 'icons/plugins/', __FILE__ ) . 'db-manager.png'
101
  ),
@@ -103,396 +103,402 @@ $bws_plugins = array(
103
  'category' => array( 'other' ),
104
  'name' => 'Donate',
105
  'description' => 'Add PayPal and 2CO donate buttons to receive charity payments.',
106
- 'link' => 'http://bestwebsoft.com/products/donate/?k=a8b2e2a56914fb1765dd20297c26401b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
107
  'settings' => 'admin.php?page=donate.php'
108
  ),
109
  'email-queue/email-queue.php' => array(
110
  'category' => array( 'other' ),
111
  'name' => 'Email Queue',
112
  'description' => 'Automatically add outgoing email messages to queue instead of sending them immediately.',
113
- 'link' => 'http://bestwebsoft.com/products/email-queue/?k=e345e1b6623f0dca119bc2d9433b130b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
114
  'settings' => 'admin.php?page=mlq_settings'
115
  ),
116
  'error-log-viewer/error-log-viewer.php' => array(
117
  'category' => array( 'utilities' ),
118
  'name' => 'Error Log Viewer',
119
  'description' => 'Get latest error log messages to diagnose website problems. Define and fix issues faster.',
120
- 'link' => 'http://bestwebsoft.com/products/error-log-viewer/?k=da0de8bd2c7a0b2fea5df64d55a368b3&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
121
  'settings' => 'admin.php?page=rrrlgvwr.php&tab=settings'
122
  ),
123
  'facebook-button-plugin/facebook-button-plugin.php' => array(
124
  'category' => array( 'social' ),
125
  'name' => 'Facebook Button',
126
  'description' => 'Add Facebook Like, Share and Profile buttons to WordPress posts, pages and widgets.',
127
- 'link' => 'http://bestwebsoft.com/products/facebook-like-button/?k=05ec4f12327f55848335802581467d55&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
128
  'settings' => 'admin.php?page=facebook-button-plugin.php',
129
  'pro_version' => 'facebook-button-pro/facebook-button-pro.php',
130
- 'purchase' => 'http://bestwebsoft.com/products/facebook-like-button/buy/?k=8da168e60a831cfb3525417c333ad275&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
131
  'pro_settings' => 'admin.php?page=facebook-button-pro.php'
132
  ),
133
  'bws-featured-posts/bws-featured-posts.php' => array(
134
  'category' => array( 'content-and-media' ),
135
  'name' => 'Featured Posts',
136
  'description' => 'Add featured posts to WordPress posts or widgets. Highlight important information.',
137
- 'link' => 'http://bestwebsoft.com/products/featured-posts/?k=f0afb31185ba7c7d6d598528d69f6d97&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
138
  'settings' => 'admin.php?page=featured-posts.php'
139
- ),
140
  'gallery-plugin/gallery-plugin.php' => array(
141
  'category' => array( 'content-and-media', 'recommended' ),
142
  'name' => 'Gallery',
143
  'description' => 'Add beautiful galleries, albums & images to your Wordpress website in few clicks.',
144
- 'link' => 'http://bestwebsoft.com/products/gallery/?k=2da21c0a64eec7ebf16337fa134c5f78&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
145
  'settings' => 'admin.php?page=gallery-plugin.php',
146
  'pro_version' => 'gallery-plugin-pro/gallery-plugin-pro.php',
147
- 'purchase' => 'http://bestwebsoft.com/products/gallery/buy/?k=382e5ce7c96a6391f5ffa5e116b37fe0&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
148
  'pro_settings' => 'admin.php?page=gallery-plugin-pro.php'
149
  ),
150
  'gallery-categories/gallery-categories.php' => array(
151
  'category' => array( 'content-and-media' ),
152
  'name' => 'Gallery Categories',
153
  'description' => 'Add unlimited gallery categories. Organize images to make the navigation through content easier.',
154
- 'link' => 'http://bestwebsoft.com/products/gallery-categories/?k=7d68c7bfec2486dc350c67fff57ad433&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
155
  'settings' => ''
156
  ),
157
  'google-one/google-plus-one.php' => array(
158
  'category' => array( 'social' ),
159
  'name' => 'Google +1',
160
  'description' => 'Add Google +1 Share, Follow, Hangout buttons and profile badge to WordPress posts, pages and widgets.',
161
- 'link' => 'http://bestwebsoft.com/products/google-plus-one/?k=ce7a88837f0a857b3a2bb142f470853c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
162
  'settings' => 'admin.php?page=google-plus-one.php',
163
  'pro_version' => 'google-one-pro/google-plus-one-pro.php',
164
- 'purchase' => 'http://bestwebsoft.com/products/google-plus-one/buy/?k=f4b0a62d155c9df9601a0531ad5bd832&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
165
  'pro_settings' => 'admin.php?page=google-plus-one-pro.php'
166
  ),
167
  'adsense-plugin/adsense-plugin.php' => array(
168
  'category' => array( 'advertisement' ),
169
  'name' => 'Google AdSense',
170
  'description' => 'Add Adsense ads to pages, posts, custom posts, search results, categories, tags, pages, and widgets.',
171
- 'link' => 'http://bestwebsoft.com/products/google-adsense/?k=60e3979921e354feb0347e88e7d7b73d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
172
  'settings' => 'admin.php?page=adsense-plugin.php',
173
  'pro_version' => 'adsense-pro/adsense-pro.php',
174
- 'purchase' => 'http://bestwebsoft.com/products/google-adsense/buy/?k=c23889b293d62aa1ad2c96513405f0e1&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
175
  'pro_settings' => 'admin.php?page=adsense-pro.php'
176
  ),
177
  'bws-google-analytics/bws-google-analytics.php' => array(
178
  'category' => array( 'site-stats' ),
179
  'name' => 'Google Analytics',
180
  'description' => 'Add Google Analytics code to WordPress website and track basic stats.',
181
- 'link' => 'http://bestwebsoft.com/products/bws-google-analytics/?k=261c74cad753fb279cdf5a5db63fbd43&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
182
  'settings' => 'admin.php?page=bws-google-analytics.php',
183
  'pro_version' => 'bws-google-analytics-pro/bws-google-analytics-pro.php',
184
- 'purchase' => 'http://bestwebsoft.com/products/bws-google-analytics/buy/?k=83796e84fec3f70ecfcc8894a73a6c4a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
185
  'pro_settings' => 'admin.php?page=bws-google-analytics-pro.php'
186
  ),
187
  'google-captcha/google-captcha.php' => array(
188
  'category' => array( 'security', 'recommended' ),
189
  'name' => 'Google Captcha (reCAPTCHA)',
190
  'description' => 'Protect WordPress website forms from spam entries with Google Captcha (reCaptcha).',
191
- 'link' => 'http://bestwebsoft.com/products/google-captcha/?k=7b59fbe542acf950b29f3e020d5ad735&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
192
  'settings' => 'admin.php?page=google-captcha.php',
193
  'pro_version' => 'google-captcha-pro/google-captcha-pro.php',
194
- 'purchase' => 'http://bestwebsoft.com/products/google-captcha/buy/?k=773d30149acf1edc32e5c0766b96c134&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
195
  'pro_settings' => 'admin.php?page=google-captcha-pro.php'
196
  ),
197
  'bws-google-maps/bws-google-maps.php' => array(
198
  'category' => array( 'content-and-media' ),
199
  'name' => 'Google Maps',
200
  'description' => 'Add customized Google maps to WordPress posts, pages and widgets.',
201
- 'link' => 'http://bestwebsoft.com/products/bws-google-maps/?k=d8fac412d7359ebaa4ff53b46572f9f7&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
202
  'settings' => 'admin.php?page=bws-google-maps.php',
203
  'pro_version' => 'bws-google-maps-pro/bws-google-maps-pro.php',
204
- 'purchase' => 'http://bestwebsoft.com/products/bws-google-maps/buy/?k=117c3f9fc17f2c83ef430a8a9dc06f56&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
205
  'pro_settings' => 'admin.php?page=bws-google-maps-pro.php'
206
  ),
207
  'google-sitemap-plugin/google-sitemap-plugin.php' => array(
208
  'category' => array( 'other', 'recommended' ),
209
  'name' => 'Google Sitemap',
210
  'description' => 'Generate and add XML sitemap to WordPress website. Help search engines index your blog.',
211
- 'link' => 'http://bestwebsoft.com/products/google-sitemap/?k=5202b2f5ce2cf85daee5e5f79a51d806&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
212
  'settings' => 'admin.php?page=google-sitemap-plugin.php',
213
  'pro_version' => 'google-sitemap-pro/google-sitemap-pro.php',
214
- 'purchase' => 'http://bestwebsoft.com/products/google-sitemap/buy/?k=7ea384a5cc36cb4c22741caa20dcd56d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
215
  'pro_settings' => 'admin.php?page=google-sitemap-pro.php'
216
- ),
217
  'google-shortlink/google-shortlink.php' => array(
218
  'category' => array( 'other' ),
219
  'name' => 'Google Shortlink',
220
  'description' => 'Replace external WordPress website links with Google shortlinks and track click stats.',
221
- 'link' => 'http://bestwebsoft.com/products/google-shortlink/?k=afcf3eaed021bbbbeea1090e16bc22db&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
222
  'settings' => 'admin.php?page=gglshrtlnk_options'
223
- ),
224
  'htaccess/htaccess.php' => array(
225
  'category' => array( 'security' ),
226
  'name' => 'Htaccess',
227
  'description' => 'Protect WordPress website – allow and deny access for certain IP addresses, hostnames, etc.',
228
- 'link' => 'http://bestwebsoft.com/products/htaccess/?k=2b865fcd56a935d22c5c4f1bba52ed46&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
229
  'settings' => 'admin.php?page=htaccess.php',
230
  'pro_version' => 'htaccess-pro/htaccess-pro.php',
231
- 'purchase' => 'http://bestwebsoft.com/products/htaccess/buy/?k=59e9209a32864be534fda77d5e591c15&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
232
  'pro_settings' => 'admin.php?page=htaccess-pro.php'
233
  ),
234
  'job-board/job-board.php' => array(
235
  'category' => array( 'content-and-media' ),
236
  'name' => 'Job Board',
237
  'description' => 'Create your personal job board and listing WordPress website. Search jobs, submit CV/resumes, choose candidates.',
238
- 'link' => 'http://bestwebsoft.com/products/job-board/?k=b0c504c9ce6edd6692e04222af3fed6f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
239
  'settings' => 'admin.php?page=job-board.php'
240
  ),
241
  'bws-latest-posts/bws-latest-posts.php' => array(
242
  'category' => array( 'content-and-media' ),
243
  'name' => 'Latest Posts',
244
  'description' => 'Add latest posts or latest posts for selected categories widgets to WordPress website.',
245
- 'link' => 'http://bestwebsoft.com/products/latest-posts/?k=ef4e125aadadd8d219140daa184a9399&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
246
  'settings' => 'admin.php?page=latest-posts.php'
247
  ),
248
  'limit-attempts/limit-attempts.php' => array(
249
  'category' => array( 'security', 'recommended' ),
250
  'name' => 'Limit Attempts',
251
  'description' => 'Protect WordPress website against brute force attacks. Limit rate of login attempts.',
252
- 'link' => 'http://bestwebsoft.com/products/limit-attempts/?k=b14e1697ee4d008abcd4bd34d492573a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
253
  'settings' => 'admin.php?page=limit-attempts.php',
254
  'pro_version' => 'limit-attempts-pro/limit-attempts-pro.php',
255
- 'purchase' => 'http://bestwebsoft.com/products/limit-attempts/buy/?k=9d42cdf22c7fce2c4b6b447e6a2856e0&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
256
  'pro_settings' => 'admin.php?page=limit-attempts-pro.php'
257
  ),
258
  'bws-linkedin/bws-linkedin.php' => array(
259
  'category' => array( 'social' ),
260
  'name' => 'LinkedIn',
261
  'description' => 'Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. 5 plugins included – profile, insider, etc.',
262
- 'link' => 'http://bestwebsoft.com/products/linkedin/?k=d63c7319622ccc5f589dd2d545c1d77c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
263
  'settings' => 'admin.php?page=linkedin.php',
264
  'pro_version' => 'bws-linkedin-pro/bws-linkedin-pro.php',
265
- 'purchase' => 'http://bestwebsoft.com/products/linkedin/buy/?k=41dcc36192994408d24b103a02134567&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
266
  'pro_settings' => 'admin.php?page=linkedin-pro.php'
267
  ),
268
  'multilanguage/multilanguage.php' => array(
269
  'category' => array( 'content-and-media', 'recommended' ),
270
  'name' => 'Multilanguage',
271
  'description' => 'Translate WordPress website content to other languages manually. Create multilingual pages, posts, widgets, menus, etc.',
272
- 'link' => 'http://bestwebsoft.com/products/multilanguage/?k=7d68c7bfec2486dc350c67fff57ad433&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
273
  'settings' => 'admin.php?page=mltlngg_settings',
274
  'pro_version' => 'multilanguage-pro/multilanguage-pro.php',
275
- 'purchase' => 'http://bestwebsoft.com/products/multilanguage/buy/?k=2d1121cd9a5ced583fc29eefd51bdf57&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
276
  'pro_settings' => 'admin.php?page=mltlnggpr_settings'
277
- ),
278
  'pagination/pagination.php' => array(
279
  'category' => array( 'content-and-media' ),
280
  'name' => 'Pagination',
281
  'description' => 'Add customizable pagination to WordPress website. Split long content to multiple pages for better navigation.',
282
- 'link' => 'http://bestwebsoft.com/products/pagination/?k=22adb940256f149559ba8fedcd728ac8&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
283
- 'settings' => 'admin.php?page=pagination.php'
 
 
 
284
  ),
285
  'pdf-print/pdf-print.php' => array(
286
  'category' => array( 'other' ),
287
  'name' => 'PDF & Print',
288
  'description' => 'Generate PDF files and print WordPress posts/pages. Customize document header/footer styles and appearance.',
289
- 'link' => 'http://bestwebsoft.com/products/pdf-print/?k=bfefdfb522a4c0ff0141daa3f271840c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
290
  'settings' => 'admin.php?page=pdf-print.php',
291
  'pro_version' => 'pdf-print-pro/pdf-print-pro.php',
292
- 'purchase' => 'http://bestwebsoft.com/products/pdf-print/buy/?k=fd43a0e659ddc170a9060027cbfdcc3a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
293
  'pro_settings' => 'admin.php?page=pdf-print-pro.php'
294
  ),
295
  'bws-pinterest/bws-pinterest.php' => array(
296
  'category' => array( 'social' ),
297
  'name' => 'Pinterest',
298
  'description' => 'Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, Profile) to WordPress posts, pages and widgets.',
299
- 'link' => 'http://bestwebsoft.com/products/pinterest/?k=504107b6213f247a67fe7ffb94e97c78&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
300
  'settings' => 'admin.php?page=pinterest.php',
301
  'pro_version' => 'bws-pinterest-pro/bws-pinterest-pro.php',
302
- 'purchase' => 'http://bestwebsoft.com/products/pinterest/buy/?k=ab0069edd1914a3ca8f541bfd88bb0bb&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
303
  'pro_settings' => 'admin.php?page=pinterest-pro.php'
304
  ),
305
  'bws-popular-posts/bws-popular-posts.php' => array(
306
  'category' => array( 'content-and-media', 'recommended' ),
307
  'name' => 'Popular Posts',
308
  'description' => 'Track views, comments and add most popular posts to Wordpress widgets.',
309
- 'link' => 'http://bestwebsoft.com/products/popular-posts/?k=4d529f116d2b7f7df3a78018c383f975&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
310
  'settings' => 'admin.php?page=popular-posts.php'
311
  ),
312
  'portfolio/portfolio.php' => array(
313
  'category' => array( 'content-and-media', 'recommended' ),
314
  'name' => 'Portfolio',
315
  'description' => 'Create your personal portfolio WordPress website. Manage and showcase past projects to get more clients.',
316
- 'link' => 'http://bestwebsoft.com/products/portfolio/?k=1249a890c5b7bba6bda3f528a94f768b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
317
  'settings' => 'admin.php?page=portfolio.php',
318
  'pro_version' => 'portfolio-pro/portfolio-pro.php',
319
- 'purchase' => 'http://bestwebsoft.com/products/portfolio/buy/?k=2cc716026197d36538a414b728e49fdd&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
320
  'pro_settings' => 'admin.php?page=portfolio-pro.php'
321
  ),
322
  'post-to-csv/post-to-csv.php' => array(
323
  'category' => array( 'utilities' ),
324
  'name' => 'Post to CSV',
325
  'description' => 'Export WordPress posts to CSV file format easily. Configure data order.',
326
- 'link' => 'http://bestwebsoft.com/products/post-to-csv/?k=653aa55518ae17409293a7a894268b8f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
327
  'settings' => 'admin.php?page=post-to-csv.php'
328
  ),
329
  'profile-extra-fields/profile-extra-fields.php' => array(
330
  'category' => array( 'management' ),
331
  'name' => 'Profile Extra Fields',
332
  'description' => 'Add extra fields to default WordPress user profile. The easiest way to create and manage additional custom values.',
333
- 'link' => 'http://bestwebsoft.com/products/profile-extra-fields/?k=fe3b6c3dbc80bd4b1cf9a27a2f339820&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
334
  'settings' => 'admin.php?page=profile-extra-fields.php'
335
  ),
336
  'promobar/promobar.php' => array(
337
  'category' => array( 'advertisement' ),
338
  'name' => 'PromoBar',
339
  'description' => 'Add and display HTML advertisement on WordPress website. Customize bar styles and appearance.',
340
- 'link' => 'http://bestwebsoft.com/products/promobar/?k=619eac2232d9cfa382c4e678c3b14766&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
341
  'settings' => 'admin.php?page=promobar.php',
342
  'pro_version' => 'promobar-pro/promobar-pro.php',
343
- 'purchase' => 'http://bestwebsoft.com/products/promobar/buy/?k=a9b09708502f12a1483532ba12fe2103&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
344
  'pro_settings' => 'admin.php?page=promobar-pro.php'
345
  ),
346
  'quotes-and-tips/quotes-and-tips.php' => array(
347
  'category' => array( 'content-and-media' ),
348
  'name' => 'Quotes and Tips',
349
  'description' => 'Add customizable quotes and tips blocks to WordPress posts, pages and widgets.',
350
- 'link' => 'http://bestwebsoft.com/products/quotes-and-tips/?k=5738a4e85a798c4a5162240c6515098d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
351
  'settings' => 'admin.php?page=quotes-and-tips.php'
352
  ),
353
  'realty/realty.php' => array(
354
  'category' => array( 'content-and-media' ),
355
  'name' => 'Realty',
356
  'description' => 'Create your personal real estate WordPress website. Sell, rent and buy properties. Add, search and browse listings easily.',
357
- 'link' => 'http://bestwebsoft.com/products/realty/?k=d55de979dbbbb7af0b2ff1d7f43884fa&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
358
  'settings' => 'admin.php?page=realty_settings',
359
  'pro_version' => 'realty-pro/realty-pro.php',
360
- 'purchase' => 'http://bestwebsoft.com/products/realty/buy/?k=c7791f0a72acfb36f564a614dbccb474&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
361
  'pro_settings' => 'admin.php?page=realty_pro_settings'
362
- ),
363
  're-attacher/re-attacher.php' => array(
364
  'category' => array( 'utilities' ),
365
  'name' => 'Re-attacher',
366
  'description' => 'Attach, unattach and re-attach media files quickly to WordPress posts and pages.',
367
- 'link' => 'http://bestwebsoft.com/products/re-attacher/?k=4d529f116d2b7f7df3a78018c383f975&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
368
  'settings' => 'admin.php?page=re-attacher.php'
369
  ),
370
  'relevant/related-posts-plugin.php' => array(
371
  'category' => array( 'content-and-media', 'recommended' ),
372
  'name' => 'Relevant - Related Posts',
373
  'description' => 'Add related posts to WordPress posts or widgets. Link your readers to relevant content.',
374
- 'link' => 'http://bestwebsoft.com/products/related-posts/?k=73fb737037f7141e66415ec259f7e426&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
375
  'settings' => 'admin.php?page=related-posts-plugin.php'
376
  ),
377
  'sender/sender.php' => array(
378
  'category' => array( 'social', 'recommended' ),
379
  'name' => 'Sender',
380
  'description' => 'Send bulk email messages to WordPress users. Custom templates, advanced settings and detailed reports.',
381
- 'link' => 'http://bestwebsoft.com/products/sender/?k=89c297d14ba85a8417a0f2fc05e089c7&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
382
  'settings' => 'admin.php?page=sndr_settings',
383
  'pro_version' => 'sender-pro/sender-pro.php',
384
- 'purchase' => 'http://bestwebsoft.com/products/sender/buy/?k=dc5d1a87bdc8aeab2de40ffb99b38054&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
385
  'pro_settings' => 'admin.php?page=sndrpr_settings'
386
  ),
387
  'bws-smtp/bws-smtp.php' => array(
388
  'category' => array( 'utilities' ),
389
  'name' => 'SMTP',
390
  'description' => 'Configure SMTP server to receive email messages from WordPress to Gmail, Yahoo, Hotmail and other services.',
391
- 'link' => 'http://bestwebsoft.com/products/smtp/?k=0546419f962704429ad2d9b88567752f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
392
  'settings' => 'admin.php?page=bwssmtp_settings'
393
  ),
394
  'social-buttons-pack/social-buttons-pack.php' => array(
395
  'category' => array( 'social', 'recommended' ),
396
  'name' => 'Social Buttons Pack',
397
  'description' => 'Add social media buttons and widgets to WordPress posts, pages and widgets. FB, Twitter, G+1, Pinterest, LinkedIn.',
398
- 'link' => 'http://bestwebsoft.com/products/social-buttons-pack/?k=b6440fad9f54274429e536b0c61b42da&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
399
  'settings' => 'admin.php?page=social-buttons.php'
400
  ),
401
  'subscriber/subscriber.php' => array(
402
  'category' => array( 'social', 'recommended' ),
403
  'name' => 'Subscriber',
404
  'description' => 'Add email newsletter sign up form to WordPress posts, pages and widgets. Collect data and subscribe your users.',
405
- 'link' => 'http://bestwebsoft.com/products/subscriber/?k=a4ecc1b7800bae7329fbe8b4b04e9c88&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
406
  'settings' => 'admin.php?page=sbscrbr_settings_page',
407
  'pro_version' => 'subscriber-pro/subscriber-pro.php',
408
- 'purchase' => 'http://bestwebsoft.com/products/subscriber/buy/?k=02dbb8b549925d9b74e70adc2a7282e4&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
409
  'pro_settings' => 'admin.php?page=sbscrbrpr_settings_page'
410
  ),
411
  'bws-testimonials/bws-testimonials.php' => array(
412
  'category' => array( 'content-and-media', 'recommended' ),
413
  'name' => 'Testimonials',
414
  'description' => 'Add testimonials and feedbacks from your customers to WordPress posts, pages and widgets.',
415
- 'link' => 'http://bestwebsoft.com/products/testimonials/?k=3fe4bb89dc901c98e43a113e08f8db73&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
416
  'settings' => 'admin.php?page=testimonials.php'
417
  ),
418
  'timesheet/timesheet.php' => array(
419
  'category' => array( 'management' ),
420
  'name' => 'Timesheet',
421
  'description' => 'Best timesheet plugin for WordPress. Track employee time, streamline attendance and generate reports.',
422
- 'link' => 'http://bestwebsoft.com/products/timesheet/?k=06a58bb78c17a43df01825925f05a5c1&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
423
- 'settings' => 'admin.php?page=timesheet_settings'
424
- ),
 
 
 
425
  'twitter-plugin/twitter.php' => array(
426
  'category' => array( 'social' ),
427
  'name' => 'Twitter',
428
  'description' => 'Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts, pages and widgets.',
429
- 'link' => 'http://bestwebsoft.com/products/twitter/?k=f8cb514e25bd7ec4974d64435c5eb333&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
430
  'settings' => 'admin.php?page=twitter.php',
431
  'pro_version' => 'twitter-pro/twitter-pro.php',
432
- 'purchase' => 'http://bestwebsoft.com/products/twitter/buy/?k=63ecbf0cc9cebf060b5a3c9362299700&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
433
  'pro_settings' => 'admin.php?page=twitter-pro.php'
434
  ),
435
  'updater/updater.php' => array(
436
  'category' => array( 'utilities', 'recommended' ),
437
  'name' => 'Updater',
438
  'description' => 'Automatically check and update WordPress website core with all installed plugins and themes to the latest versions.',
439
- 'link' => 'http://bestwebsoft.com/products/updater/?k=66f3ecd4c1912009d395c4bb30f779d1&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
440
  'settings' => 'admin.php?page=updater-options',
441
  'pro_version' => 'updater-pro/updater_pro.php',
442
- 'purchase' => 'http://bestwebsoft.com/products/updater/buy/?k=cf633acbefbdff78545347fe08a3aecb&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
443
  'pro_settings' => 'admin.php?page=updater-pro-options'
444
  ),
445
  'user-role/user-role.php' => array(
446
  'category' => array( 'utilities' ),
447
  'name' => 'User Role',
448
  'description' => 'Powerful user role management plugin for WordPress website. Create, edit, copy, and delete user roles.',
449
- 'link' => 'http://bestwebsoft.com/products/user-role/?k=dfe2244835c6fbf601523964b3f34ccc&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
450
  'settings' => 'admin.php?page=user-role.php',
451
  'pro_version' => 'user-role-pro/user-role-pro.php',
452
- 'purchase' => 'http://bestwebsoft.com/products/user-role/buy/?k=cfa9cea6613fb3d7c0a3622fa2faaf46&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
453
  'pro_settings' => 'admin.php?page=user-role-pro.php'
454
- ),
455
  'visitors-online/visitors-online.php' => array(
456
  'category' => array( 'site-stats' ),
457
  'name' => 'Visitors Online',
458
  'description' => 'Display live count of online visitors who are currently browsing your WordPress website.',
459
- 'link' => 'http://bestwebsoft.com/products/visitors-online/?k=93c28013a4f830671b3bba9502ed5177&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
460
  'settings' => 'admin.php?page=visitors-online.php',
461
  'pro_version' => 'visitors-online-pro/visitors-online-pro.php',
462
- 'purchase' => 'http://bestwebsoft.com/products/visitors-online/buy/?k=f9a746075ff8a0a6cb192cb46526afd2&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
463
  'pro_settings' => 'admin.php?page=visitors-online-pro.php'
464
- ),
465
  'zendesk-help-center/zendesk-help-center.php' => array(
466
  'category' => array( 'utilities' ),
467
  'name' => 'Zendesk Help Center',
468
  'description' => 'Backup and export Zendesk Help Center content automatically to your WordPress website database.',
469
- 'link' => 'http://bestwebsoft.com/products/zendesk-help-center/?k=2a5fd2f4b2f4bde46f2ca44b8d15846d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
470
  'settings' => 'admin.php?page=zendesk_hc.php&action=settings',
471
  'pro_version' => 'zendesk-help-center-pro/zendesk-help-center-pro.php',
472
- 'purchase' => 'http://bestwebsoft.com/products/zendesk-help-center/buy/?k=45199e4538b5befe4d9566868a61a3aa&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
473
  'pro_settings' => 'admin.php?page=zendesk_hc_pro.php&tab=settings'
474
  )
475
- );
476
 
477
- $themes = array(
478
- (object) array(
479
  'name' => 'Opening',
480
  'slug' => 'opening',
481
- 'href' => 'http://bestwebsoft.com/products/opening-job-board-wordpress-theme/'
482
  ),
483
- (object) array(
484
  'name' => 'Real Estate',
485
  'slug' => 'realestate',
486
- 'href' => 'http://bestwebsoft.com/products/real-estate-creative-wordpress-theme/'
487
  ),
488
- (object) array(
489
  'name' => 'Renty',
490
  'slug' => 'renty',
491
- 'href' => 'http://bestwebsoft.com/products/renty-car-rental-booking-wordpress-theme/'
492
  ),
493
- (object) array(
494
  'name' => 'Unity',
495
  'slug' => 'unity',
496
- 'href' => 'http://bestwebsoft.com/products/unity-multipurpose-wordpress-theme/'
497
  )
498
  );
12
  'site-stats' => array( 'name' => __( 'Site Stats', 'bestwebsoft' ) ),
13
  'social' => array( 'name' => __( 'Social', 'bestwebsoft' ) ),
14
  'utilities' => array( 'name' => __( 'Utilities', 'bestwebsoft' ) ),
15
+ 'other' => array( 'name' => __( 'Other', 'bestwebsoft' ) ),
16
  );
17
 
18
  $bws_plugins = array(
20
  'category' => array( 'security', 'recommended' ),
21
  'name' => 'Captcha',
22
  'description' => 'Protect WordPress website forms from spam entries by means of math logic.',
23
+ 'link' => 'http://bestwebsoft.com/products/wordpress/plugins/captcha/?k=d678516c0990e781edfb6a6c874f0b8a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
24
  'settings' => 'admin.php?page=captcha.php',
25
  'pro_version' => 'captcha-pro/captcha_pro.php',
26
+ 'purchase' => 'http://bestwebsoft.com/products/wordpress/plugins/captcha/buy/?k=ff7d65e55e5e7f98f219be9ed711094e&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
27
  'pro_settings' => 'admin.php?page=captcha_pro.php'
28
  ),
29
  'car-rental/car-rental.php' => array(
30
  'category' => array( 'content-and-media' ),
31
  'name' => 'Car Rental',
32
  'description' => 'Create your personal car rental/booking and reservation website.',
33
+ 'link' => 'http://bestwebsoft.com/products/wordpress/plugins/car-rental/?k=444cac6df9a0d3a9763ab4753d24941b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
34
  'settings' => 'admin.php?page=car-rental-settings',
35
  'pro_version' => 'car-rental-pro/car-rental-pro.php',
36
+ 'purchase' => 'http://bestwebsoft.com/products/wordpress/plugins/car-rental/buy/?k=7643d4f0698252fa1159de078d22269c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
37
  'pro_settings' => 'admin.php?page=car-rental-pro-settings'
38
  ),
39
  'contact-form-plugin/contact_form.php' => array(
40
  'category' => array( 'other', 'recommended' ),
41
  'name' => 'Contact Form',
42
  'description' => 'Allow customers to reach you using secure contact form plugin any website must have.',
43
+ 'link' => 'http://bestwebsoft.com/products/wordpress/plugins/contact-form/?k=012327ef413e5b527883e031d43b088b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
44
  'settings' => 'admin.php?page=contact_form.php',
45
  'pro_version' => 'contact-form-pro/contact_form_pro.php',
46
+ 'purchase' => 'http://bestwebsoft.com/products/wordpress/plugins/contact-form/buy/?k=773dc97bb3551975db0e32edca1a6d71&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
47
  'pro_settings' => 'admin.php?page=contact_form_pro.php'
48
  ),
49
  'contact-form-multi/contact-form-multi.php' => array(
50
  'category' => array( 'other', 'recommended' ),
51
  'name' => 'Contact Form Multi',
52
  'description' => 'Add unlimited number of contact forms to WordPress website.',
53
+ 'link' => 'http://bestwebsoft.com/products/wordpress/plugins/contact-form-multi/?k=83cdd9e72a9f4061122ad28a67293c72&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
54
  'settings' => '',
55
  'pro_version' => 'contact-form-multi-pro/contact-form-multi-pro.php',
56
+ 'purchase' => 'http://bestwebsoft.com/products/wordpress/plugins/contact-form-multi/buy/?k=fde3a18581c143654f060c398b07e8ac&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
57
  'pro_settings' => ''
58
  ),
59
  'contact-form-to-db/contact_form_to_db.php' => array(
60
  'category' => array( 'other', 'recommended' ),
61
  'name' => 'Contact Form to DB',
62
  'description' => 'Save and manage contact form messages. Never lose important data.',
63
+ 'link' => 'http://bestwebsoft.com/products/wordpress/plugins/contact-form-to-db/?k=ba3747d317c2692e4136ca096a8989d6&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
64
  'settings' => 'admin.php?page=cntctfrmtdb_settings',
65
  'pro_version' => 'contact-form-to-db-pro/contact_form_to_db_pro.php',
66
+ 'purchase' => 'http://bestwebsoft.com/products/wordpress/plugins/contact-form-to-db/buy/?k=6ce5f4a9006ec906e4db643669246c6a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
67
  'pro_settings' => 'admin.php?page=cntctfrmtdbpr_settings'
68
  ),
69
  'custom-admin-page/custom-admin-page.php' => array(
70
  'category' => array( 'utilities' ),
71
  'name' => 'Custom Admin Page',
72
  'description' => 'Add unlimited custom pages to WordPress admin dashboard.',
73
+ 'link' => 'http://bestwebsoft.com/products/wordpress/plugins/custom-admin-page/?k=9ac03f16c25e845e8e055a221c3e1467&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
74
  'settings' => 'admin.php?page=custom-admin-page.php'
75
  ),
76
  'custom-fields-search/custom-fields-search.php' => array(
77
  'category' => array( 'content-and-media' ),
78
  'name' => 'Custom Fields Search',
79
  'description' => 'Add custom fields to WordPress website search results.',
80
+ 'link' => 'http://bestwebsoft.com/products/wordpress/plugins/custom-fields-search/?k=f3f8285bb069250c42c6ffac95ed3284&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
81
  'settings' => 'admin.php?page=custom_fields_search.php'
82
  ),
83
  'custom-search-plugin/custom-search-plugin.php' => array(
84
  'category' => array( 'content-and-media' ),
85
  'name' => 'Custom Search',
86
  'description' => 'Add custom post types to WordPress website search results.',
87
+ 'link' => 'http://bestwebsoft.com/products/wordpress/plugins/custom-search/?k=933be8f3a8b8719d95d1079d15443e29&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
88
  'settings' => 'admin.php?page=custom_search.php',
89
  'pro_version' => 'custom-search-pro/custom-search-pro.php',
90
+ 'purchase' => 'http://bestwebsoft.com/products/wordpress/plugins/custom-search/buy/?k=062b652ac6ac8ba863c9f30fc21d62c6&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
91
  'pro_settings' => 'admin.php?page=custom_search_pro.php'
92
+ ),
93
  'db-manager/db-manager.php' => array(
94
  'category' => array( 'utilities' ),
95
  'name' => 'DB Manager',
96
  'description' => 'Manage database and file system right from your WordPress admin dashboard.',
97
+ 'link' => 'http://bestwebsoft.com/products/wordpress/plugins/db-manager/?k=01ed9731780d87f85f5901064b7d76d8&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
98
+ 'install_url' => 'http://bestwebsoft.com/products/wordpress/plugins/db-manager/download/?k=01ed9731780d87f85f5901064b7d76d8&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
99
  'settings' => 'admin.php?page=db-manager.php',
100
  'icon' => plugins_url( 'icons/plugins/', __FILE__ ) . 'db-manager.png'
101
  ),
103
  'category' => array( 'other' ),
104
  'name' => 'Donate',
105
  'description' => 'Add PayPal and 2CO donate buttons to receive charity payments.',
106
+ 'link' => 'http://bestwebsoft.com/products/wordpress/plugins/donate/?k=a8b2e2a56914fb1765dd20297c26401b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
107
  'settings' => 'admin.php?page=donate.php'
108
  ),
109
  'email-queue/email-queue.php' => array(
110
  'category' => array( 'other' ),
111
  'name' => 'Email Queue',
112
  'description' => 'Automatically add outgoing email messages to queue instead of sending them immediately.',
113
+ 'link' => 'http://bestwebsoft.com/products/wordpress/plugins/email-queue/?k=e345e1b6623f0dca119bc2d9433b130b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
114
  'settings' => 'admin.php?page=mlq_settings'
115
  ),
116
  'error-log-viewer/error-log-viewer.php' => array(
117
  'category' => array( 'utilities' ),
118
  'name' => 'Error Log Viewer',
119
  'description' => 'Get latest error log messages to diagnose website problems. Define and fix issues faster.',
120
+ 'link' => 'http://bestwebsoft.com/products/wordpress/plugins/error-log-viewer/?k=da0de8bd2c7a0b2fea5df64d55a368b3&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
121
  'settings' => 'admin.php?page=rrrlgvwr.php&tab=settings'
122
  ),
123
  'facebook-button-plugin/facebook-button-plugin.php' => array(
124
  'category' => array( 'social' ),
125
  'name' => 'Facebook Button',
126
  'description' => 'Add Facebook Like, Share and Profile buttons to WordPress posts, pages and widgets.',
127
+ 'link' => 'http://bestwebsoft.com/products/wordpress/plugins/facebook-like-button/?k=05ec4f12327f55848335802581467d55&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
128
  'settings' => 'admin.php?page=facebook-button-plugin.php',
129
  'pro_version' => 'facebook-button-pro/facebook-button-pro.php',
130
+ 'purchase' => 'http://bestwebsoft.com/products/wordpress/plugins/facebook-like-button/buy/?k=8da168e60a831cfb3525417c333ad275&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
131
  'pro_settings' => 'admin.php?page=facebook-button-pro.php'
132
  ),
133
  'bws-featured-posts/bws-featured-posts.php' => array(
134
  'category' => array( 'content-and-media' ),
135
  'name' => 'Featured Posts',
136
  'description' => 'Add featured posts to WordPress posts or widgets. Highlight important information.',
137
+ 'link' => 'http://bestwebsoft.com/products/wordpress/plugins/featured-posts/?k=f0afb31185ba7c7d6d598528d69f6d97&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
138
  'settings' => 'admin.php?page=featured-posts.php'
139
+ ),
140
  'gallery-plugin/gallery-plugin.php' => array(
141
  'category' => array( 'content-and-media', 'recommended' ),
142
  'name' => 'Gallery',
143
  'description' => 'Add beautiful galleries, albums & images to your Wordpress website in few clicks.',
144
+ 'link' => 'http://bestwebsoft.com/products/wordpress/plugins/gallery/?k=2da21c0a64eec7ebf16337fa134c5f78&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
145
  'settings' => 'admin.php?page=gallery-plugin.php',
146
  'pro_version' => 'gallery-plugin-pro/gallery-plugin-pro.php',
147
+ 'purchase' => 'http://bestwebsoft.com/products/wordpress/plugins/gallery/buy/?k=382e5ce7c96a6391f5ffa5e116b37fe0&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
148
  'pro_settings' => 'admin.php?page=gallery-plugin-pro.php'
149
  ),
150
  'gallery-categories/gallery-categories.php' => array(
151
  'category' => array( 'content-and-media' ),
152
  'name' => 'Gallery Categories',
153
  'description' => 'Add unlimited gallery categories. Organize images to make the navigation through content easier.',
154
+ 'link' => 'http://bestwebsoft.com/products/wordpress/plugins/gallery-categories/?k=7d68c7bfec2486dc350c67fff57ad433&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
155
  'settings' => ''
156
  ),
157
  'google-one/google-plus-one.php' => array(
158
  'category' => array( 'social' ),
159
  'name' => 'Google +1',
160
  'description' => 'Add Google +1 Share, Follow, Hangout buttons and profile badge to WordPress posts, pages and widgets.',
161
+ 'link' => 'http://bestwebsoft.com/products/wordpress/plugins/google-plus-one/?k=ce7a88837f0a857b3a2bb142f470853c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
162
  'settings' => 'admin.php?page=google-plus-one.php',
163
  'pro_version' => 'google-one-pro/google-plus-one-pro.php',
164
+ 'purchase' => 'http://bestwebsoft.com/products/wordpress/plugins/google-plus-one/buy/?k=f4b0a62d155c9df9601a0531ad5bd832&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
165
  'pro_settings' => 'admin.php?page=google-plus-one-pro.php'
166
  ),
167
  'adsense-plugin/adsense-plugin.php' => array(
168
  'category' => array( 'advertisement' ),
169
  'name' => 'Google AdSense',
170
  'description' => 'Add Adsense ads to pages, posts, custom posts, search results, categories, tags, pages, and widgets.',
171
+ 'link' => 'http://bestwebsoft.com/products/wordpress/plugins/google-adsense/?k=60e3979921e354feb0347e88e7d7b73d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
172
  'settings' => 'admin.php?page=adsense-plugin.php',
173
  'pro_version' => 'adsense-pro/adsense-pro.php',
174
+ 'purchase' => 'http://bestwebsoft.com/products/wordpress/plugins/google-adsense/buy/?k=c23889b293d62aa1ad2c96513405f0e1&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
175
  'pro_settings' => 'admin.php?page=adsense-pro.php'
176
  ),
177
  'bws-google-analytics/bws-google-analytics.php' => array(
178
  'category' => array( 'site-stats' ),
179
  'name' => 'Google Analytics',
180
  'description' => 'Add Google Analytics code to WordPress website and track basic stats.',
181
+ 'link' => 'http://bestwebsoft.com/products/wordpress/plugins/bws-google-analytics/?k=261c74cad753fb279cdf5a5db63fbd43&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
182
  'settings' => 'admin.php?page=bws-google-analytics.php',
183
  'pro_version' => 'bws-google-analytics-pro/bws-google-analytics-pro.php',
184
+ 'purchase' => 'http://bestwebsoft.com/products/wordpress/plugins/bws-google-analytics/buy/?k=83796e84fec3f70ecfcc8894a73a6c4a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
185
  'pro_settings' => 'admin.php?page=bws-google-analytics-pro.php'
186
  ),
187
  'google-captcha/google-captcha.php' => array(
188
  'category' => array( 'security', 'recommended' ),
189
  'name' => 'Google Captcha (reCAPTCHA)',
190
  'description' => 'Protect WordPress website forms from spam entries with Google Captcha (reCaptcha).',
191
+ 'link' => 'http://bestwebsoft.com/products/wordpress/plugins/google-captcha/?k=7b59fbe542acf950b29f3e020d5ad735&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
192
  'settings' => 'admin.php?page=google-captcha.php',
193
  'pro_version' => 'google-captcha-pro/google-captcha-pro.php',
194
+ 'purchase' => 'http://bestwebsoft.com/products/wordpress/plugins/google-captcha/buy/?k=773d30149acf1edc32e5c0766b96c134&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
195
  'pro_settings' => 'admin.php?page=google-captcha-pro.php'
196
  ),
197
  'bws-google-maps/bws-google-maps.php' => array(
198
  'category' => array( 'content-and-media' ),
199
  'name' => 'Google Maps',
200
  'description' => 'Add customized Google maps to WordPress posts, pages and widgets.',
201
+ 'link' => 'http://bestwebsoft.com/products/wordpress/plugins/bws-google-maps/?k=d8fac412d7359ebaa4ff53b46572f9f7&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
202
  'settings' => 'admin.php?page=bws-google-maps.php',
203
  'pro_version' => 'bws-google-maps-pro/bws-google-maps-pro.php',
204
+ 'purchase' => 'http://bestwebsoft.com/products/wordpress/plugins/bws-google-maps/buy/?k=117c3f9fc17f2c83ef430a8a9dc06f56&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
205
  'pro_settings' => 'admin.php?page=bws-google-maps-pro.php'
206
  ),
207
  'google-sitemap-plugin/google-sitemap-plugin.php' => array(
208
  'category' => array( 'other', 'recommended' ),
209
  'name' => 'Google Sitemap',
210
  'description' => 'Generate and add XML sitemap to WordPress website. Help search engines index your blog.',
211
+ 'link' => 'http://bestwebsoft.com/products/wordpress/plugins/google-sitemap/?k=5202b2f5ce2cf85daee5e5f79a51d806&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
212
  'settings' => 'admin.php?page=google-sitemap-plugin.php',
213
  'pro_version' => 'google-sitemap-pro/google-sitemap-pro.php',
214
+ 'purchase' => 'http://bestwebsoft.com/products/wordpress/plugins/google-sitemap/buy/?k=7ea384a5cc36cb4c22741caa20dcd56d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
215
  'pro_settings' => 'admin.php?page=google-sitemap-pro.php'
216
+ ),
217
  'google-shortlink/google-shortlink.php' => array(
218
  'category' => array( 'other' ),
219
  'name' => 'Google Shortlink',
220
  'description' => 'Replace external WordPress website links with Google shortlinks and track click stats.',
221
+ 'link' => 'http://bestwebsoft.com/products/wordpress/plugins/google-shortlink/?k=afcf3eaed021bbbbeea1090e16bc22db&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
222
  'settings' => 'admin.php?page=gglshrtlnk_options'
223
+ ),
224
  'htaccess/htaccess.php' => array(
225
  'category' => array( 'security' ),
226
  'name' => 'Htaccess',
227
  'description' => 'Protect WordPress website – allow and deny access for certain IP addresses, hostnames, etc.',
228
+ 'link' => 'http://bestwebsoft.com/products/wordpress/plugins/htaccess/?k=2b865fcd56a935d22c5c4f1bba52ed46&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
229
  'settings' => 'admin.php?page=htaccess.php',
230
  'pro_version' => 'htaccess-pro/htaccess-pro.php',
231
+ 'purchase' => 'http://bestwebsoft.com/products/wordpress/plugins/htaccess/buy/?k=59e9209a32864be534fda77d5e591c15&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
232
  'pro_settings' => 'admin.php?page=htaccess-pro.php'
233
  ),
234
  'job-board/job-board.php' => array(
235
  'category' => array( 'content-and-media' ),
236
  'name' => 'Job Board',
237
  'description' => 'Create your personal job board and listing WordPress website. Search jobs, submit CV/resumes, choose candidates.',
238
+ 'link' => 'http://bestwebsoft.com/products/wordpress/plugins/job-board/?k=b0c504c9ce6edd6692e04222af3fed6f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
239
  'settings' => 'admin.php?page=job-board.php'
240
  ),
241
  'bws-latest-posts/bws-latest-posts.php' => array(
242
  'category' => array( 'content-and-media' ),
243
  'name' => 'Latest Posts',
244
  'description' => 'Add latest posts or latest posts for selected categories widgets to WordPress website.',
245
+ 'link' => 'http://bestwebsoft.com/products/wordpress/plugins/latest-posts/?k=ef4e125aadadd8d219140daa184a9399&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
246
  'settings' => 'admin.php?page=latest-posts.php'
247
  ),
248
  'limit-attempts/limit-attempts.php' => array(
249
  'category' => array( 'security', 'recommended' ),
250
  'name' => 'Limit Attempts',
251
  'description' => 'Protect WordPress website against brute force attacks. Limit rate of login attempts.',
252
+ 'link' => 'http://bestwebsoft.com/products/wordpress/plugins/limit-attempts/?k=b14e1697ee4d008abcd4bd34d492573a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
253
  'settings' => 'admin.php?page=limit-attempts.php',
254
  'pro_version' => 'limit-attempts-pro/limit-attempts-pro.php',
255
+ 'purchase' => 'http://bestwebsoft.com/products/wordpress/plugins/limit-attempts/buy/?k=9d42cdf22c7fce2c4b6b447e6a2856e0&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
256
  'pro_settings' => 'admin.php?page=limit-attempts-pro.php'
257
  ),
258
  'bws-linkedin/bws-linkedin.php' => array(
259
  'category' => array( 'social' ),
260
  'name' => 'LinkedIn',
261
  'description' => 'Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. 5 plugins included – profile, insider, etc.',
262
+ 'link' => 'http://bestwebsoft.com/products/wordpress/plugins/linkedin/?k=d63c7319622ccc5f589dd2d545c1d77c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
263
  'settings' => 'admin.php?page=linkedin.php',
264
  'pro_version' => 'bws-linkedin-pro/bws-linkedin-pro.php',
265
+ 'purchase' => 'http://bestwebsoft.com/products/wordpress/plugins/linkedin/buy/?k=41dcc36192994408d24b103a02134567&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
266
  'pro_settings' => 'admin.php?page=linkedin-pro.php'
267
  ),
268
  'multilanguage/multilanguage.php' => array(
269
  'category' => array( 'content-and-media', 'recommended' ),
270
  'name' => 'Multilanguage',
271
  'description' => 'Translate WordPress website content to other languages manually. Create multilingual pages, posts, widgets, menus, etc.',
272
+ 'link' => 'http://bestwebsoft.com/products/wordpress/plugins/multilanguage/?k=7d68c7bfec2486dc350c67fff57ad433&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
273
  'settings' => 'admin.php?page=mltlngg_settings',
274
  'pro_version' => 'multilanguage-pro/multilanguage-pro.php',
275
+ 'purchase' => 'http://bestwebsoft.com/products/wordpress/plugins/multilanguage/buy/?k=2d1121cd9a5ced583fc29eefd51bdf57&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
276
  'pro_settings' => 'admin.php?page=mltlnggpr_settings'
277
+ ),
278
  'pagination/pagination.php' => array(
279
  'category' => array( 'content-and-media' ),
280
  'name' => 'Pagination',
281
  'description' => 'Add customizable pagination to WordPress website. Split long content to multiple pages for better navigation.',
282
+ 'link' => 'http://bestwebsoft.com/products/wordpress/plugins/pagination/?k=22adb940256f149559ba8fedcd728ac8&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
283
+ 'settings' => 'admin.php?page=pagination.php',
284
+ 'pro_version' => 'pagination-pro/pagination-pro.php',
285
+ 'purchase' => 'http://bestwebsoft.com/products/wordpress/plugins/pagination/buy/?k=b87201d5a0505c621d0b14f4e8d4ccd6&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
286
+ 'pro_settings' => 'admin.php?page=pagination-pro.php'
287
  ),
288
  'pdf-print/pdf-print.php' => array(
289
  'category' => array( 'other' ),
290
  'name' => 'PDF & Print',
291
  'description' => 'Generate PDF files and print WordPress posts/pages. Customize document header/footer styles and appearance.',
292
+ 'link' => 'http://bestwebsoft.com/products/wordpress/plugins/pdf-print/?k=bfefdfb522a4c0ff0141daa3f271840c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
293
  'settings' => 'admin.php?page=pdf-print.php',
294
  'pro_version' => 'pdf-print-pro/pdf-print-pro.php',
295
+ 'purchase' => 'http://bestwebsoft.com/products/wordpress/plugins/pdf-print/buy/?k=fd43a0e659ddc170a9060027cbfdcc3a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
296
  'pro_settings' => 'admin.php?page=pdf-print-pro.php'
297
  ),
298
  'bws-pinterest/bws-pinterest.php' => array(
299
  'category' => array( 'social' ),
300
  'name' => 'Pinterest',
301
  'description' => 'Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, Profile) to WordPress posts, pages and widgets.',
302
+ 'link' => 'http://bestwebsoft.com/products/wordpress/plugins/pinterest/?k=504107b6213f247a67fe7ffb94e97c78&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
303
  'settings' => 'admin.php?page=pinterest.php',
304
  'pro_version' => 'bws-pinterest-pro/bws-pinterest-pro.php',
305
+ 'purchase' => 'http://bestwebsoft.com/products/wordpress/plugins/pinterest/buy/?k=ab0069edd1914a3ca8f541bfd88bb0bb&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
306
  'pro_settings' => 'admin.php?page=pinterest-pro.php'
307
  ),
308
  'bws-popular-posts/bws-popular-posts.php' => array(
309
  'category' => array( 'content-and-media', 'recommended' ),
310
  'name' => 'Popular Posts',
311
  'description' => 'Track views, comments and add most popular posts to Wordpress widgets.',
312
+ 'link' => 'http://bestwebsoft.com/products/wordpress/plugins/popular-posts/?k=4d529f116d2b7f7df3a78018c383f975&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
313
  'settings' => 'admin.php?page=popular-posts.php'
314
  ),
315
  'portfolio/portfolio.php' => array(
316
  'category' => array( 'content-and-media', 'recommended' ),
317
  'name' => 'Portfolio',
318
  'description' => 'Create your personal portfolio WordPress website. Manage and showcase past projects to get more clients.',
319
+ 'link' => 'http://bestwebsoft.com/products/wordpress/plugins/portfolio/?k=1249a890c5b7bba6bda3f528a94f768b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
320
  'settings' => 'admin.php?page=portfolio.php',
321
  'pro_version' => 'portfolio-pro/portfolio-pro.php',
322
+ 'purchase' => 'http://bestwebsoft.com/products/wordpress/plugins/portfolio/buy/?k=2cc716026197d36538a414b728e49fdd&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
323
  'pro_settings' => 'admin.php?page=portfolio-pro.php'
324
  ),
325
  'post-to-csv/post-to-csv.php' => array(
326
  'category' => array( 'utilities' ),
327
  'name' => 'Post to CSV',
328
  'description' => 'Export WordPress posts to CSV file format easily. Configure data order.',
329
+ 'link' => 'http://bestwebsoft.com/products/wordpress/plugins/post-to-csv/?k=653aa55518ae17409293a7a894268b8f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
330
  'settings' => 'admin.php?page=post-to-csv.php'
331
  ),
332
  'profile-extra-fields/profile-extra-fields.php' => array(
333
  'category' => array( 'management' ),
334
  'name' => 'Profile Extra Fields',
335
  'description' => 'Add extra fields to default WordPress user profile. The easiest way to create and manage additional custom values.',
336
+ 'link' => 'http://bestwebsoft.com/products/wordpress/plugins/profile-extra-fields/?k=fe3b6c3dbc80bd4b1cf9a27a2f339820&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
337
  'settings' => 'admin.php?page=profile-extra-fields.php'
338
  ),
339
  'promobar/promobar.php' => array(
340
  'category' => array( 'advertisement' ),
341
  'name' => 'PromoBar',
342
  'description' => 'Add and display HTML advertisement on WordPress website. Customize bar styles and appearance.',
343
+ 'link' => 'http://bestwebsoft.com/products/wordpress/plugins/promobar/?k=619eac2232d9cfa382c4e678c3b14766&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
344
  'settings' => 'admin.php?page=promobar.php',
345
  'pro_version' => 'promobar-pro/promobar-pro.php',
346
+ 'purchase' => 'http://bestwebsoft.com/products/wordpress/plugins/promobar/buy/?k=a9b09708502f12a1483532ba12fe2103&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
347
  'pro_settings' => 'admin.php?page=promobar-pro.php'
348
  ),
349
  'quotes-and-tips/quotes-and-tips.php' => array(
350
  'category' => array( 'content-and-media' ),
351
  'name' => 'Quotes and Tips',
352
  'description' => 'Add customizable quotes and tips blocks to WordPress posts, pages and widgets.',
353
+ 'link' => 'http://bestwebsoft.com/products/wordpress/plugins/quotes-and-tips/?k=5738a4e85a798c4a5162240c6515098d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
354
  'settings' => 'admin.php?page=quotes-and-tips.php'
355
  ),
356
  'realty/realty.php' => array(
357
  'category' => array( 'content-and-media' ),
358
  'name' => 'Realty',
359
  'description' => 'Create your personal real estate WordPress website. Sell, rent and buy properties. Add, search and browse listings easily.',
360
+ 'link' => 'http://bestwebsoft.com/products/wordpress/plugins/realty/?k=d55de979dbbbb7af0b2ff1d7f43884fa&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
361
  'settings' => 'admin.php?page=realty_settings',
362
  'pro_version' => 'realty-pro/realty-pro.php',
363
+ 'purchase' => 'http://bestwebsoft.com/products/wordpress/plugins/realty/buy/?k=c7791f0a72acfb36f564a614dbccb474&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
364
  'pro_settings' => 'admin.php?page=realty_pro_settings'
365
+ ),
366
  're-attacher/re-attacher.php' => array(
367
  'category' => array( 'utilities' ),
368
  'name' => 'Re-attacher',
369
  'description' => 'Attach, unattach and re-attach media files quickly to WordPress posts and pages.',
370
+ 'link' => 'http://bestwebsoft.com/products/wordpress/plugins/re-attacher/?k=4d529f116d2b7f7df3a78018c383f975&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
371
  'settings' => 'admin.php?page=re-attacher.php'
372
  ),
373
  'relevant/related-posts-plugin.php' => array(
374
  'category' => array( 'content-and-media', 'recommended' ),
375
  'name' => 'Relevant - Related Posts',
376
  'description' => 'Add related posts to WordPress posts or widgets. Link your readers to relevant content.',
377
+ 'link' => 'http://bestwebsoft.com/products/wordpress/plugins/related-posts/?k=73fb737037f7141e66415ec259f7e426&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
378
  'settings' => 'admin.php?page=related-posts-plugin.php'
379
  ),
380
  'sender/sender.php' => array(
381
  'category' => array( 'social', 'recommended' ),
382
  'name' => 'Sender',
383
  'description' => 'Send bulk email messages to WordPress users. Custom templates, advanced settings and detailed reports.',
384
+ 'link' => 'http://bestwebsoft.com/products/wordpress/plugins/sender/?k=89c297d14ba85a8417a0f2fc05e089c7&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
385
  'settings' => 'admin.php?page=sndr_settings',
386
  'pro_version' => 'sender-pro/sender-pro.php',
387
+ 'purchase' => 'http://bestwebsoft.com/products/wordpress/plugins/sender/buy/?k=dc5d1a87bdc8aeab2de40ffb99b38054&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
388
  'pro_settings' => 'admin.php?page=sndrpr_settings'
389
  ),
390
  'bws-smtp/bws-smtp.php' => array(
391
  'category' => array( 'utilities' ),
392
  'name' => 'SMTP',
393
  'description' => 'Configure SMTP server to receive email messages from WordPress to Gmail, Yahoo, Hotmail and other services.',
394
+ 'link' => 'http://bestwebsoft.com/products/wordpress/plugins/smtp/?k=0546419f962704429ad2d9b88567752f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
395
  'settings' => 'admin.php?page=bwssmtp_settings'
396
  ),
397
  'social-buttons-pack/social-buttons-pack.php' => array(
398
  'category' => array( 'social', 'recommended' ),
399
  'name' => 'Social Buttons Pack',
400
  'description' => 'Add social media buttons and widgets to WordPress posts, pages and widgets. FB, Twitter, G+1, Pinterest, LinkedIn.',
401
+ 'link' => 'http://bestwebsoft.com/products/wordpress/plugins/social-buttons-pack/?k=b6440fad9f54274429e536b0c61b42da&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
402
  'settings' => 'admin.php?page=social-buttons.php'
403
  ),
404
  'subscriber/subscriber.php' => array(
405
  'category' => array( 'social', 'recommended' ),
406
  'name' => 'Subscriber',
407
  'description' => 'Add email newsletter sign up form to WordPress posts, pages and widgets. Collect data and subscribe your users.',
408
+ 'link' => 'http://bestwebsoft.com/products/wordpress/plugins/subscriber/?k=a4ecc1b7800bae7329fbe8b4b04e9c88&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
409
  'settings' => 'admin.php?page=sbscrbr_settings_page',
410
  'pro_version' => 'subscriber-pro/subscriber-pro.php',
411
+ 'purchase' => 'http://bestwebsoft.com/products/wordpress/plugins/subscriber/buy/?k=02dbb8b549925d9b74e70adc2a7282e4&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
412
  'pro_settings' => 'admin.php?page=sbscrbrpr_settings_page'
413
  ),
414
  'bws-testimonials/bws-testimonials.php' => array(
415
  'category' => array( 'content-and-media', 'recommended' ),
416
  'name' => 'Testimonials',
417
  'description' => 'Add testimonials and feedbacks from your customers to WordPress posts, pages and widgets.',
418
+ 'link' => 'http://bestwebsoft.com/products/wordpress/plugins/testimonials/?k=3fe4bb89dc901c98e43a113e08f8db73&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
419
  'settings' => 'admin.php?page=testimonials.php'
420
  ),
421
  'timesheet/timesheet.php' => array(
422
  'category' => array( 'management' ),
423
  'name' => 'Timesheet',
424
  'description' => 'Best timesheet plugin for WordPress. Track employee time, streamline attendance and generate reports.',
425
+ 'link' => 'http://bestwebsoft.com/products/wordpress/plugins/timesheet/?k=06a58bb78c17a43df01825925f05a5c1&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
426
+ 'settings' => 'admin.php?page=timesheet_settings',
427
+ 'pro_version' => 'timesheet-pro/timesheet-pro.php',
428
+ 'purchase' => 'http://bestwebsoft.com/products/wordpress/plugins/timesheet/buy/?k=a448ce4cab0d365b7774c9bc3903b851&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
429
+ 'pro_settings' => 'admin.php?page=timesheet_pro_settings'
430
+ ),
431
  'twitter-plugin/twitter.php' => array(
432
  'category' => array( 'social' ),
433
  'name' => 'Twitter',
434
  'description' => 'Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts, pages and widgets.',
435
+ 'link' => 'http://bestwebsoft.com/products/wordpress/plugins/twitter/?k=f8cb514e25bd7ec4974d64435c5eb333&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
436
  'settings' => 'admin.php?page=twitter.php',
437
  'pro_version' => 'twitter-pro/twitter-pro.php',
438
+ 'purchase' => 'http://bestwebsoft.com/products/wordpress/plugins/twitter/buy/?k=63ecbf0cc9cebf060b5a3c9362299700&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
439
  'pro_settings' => 'admin.php?page=twitter-pro.php'
440
  ),
441
  'updater/updater.php' => array(
442
  'category' => array( 'utilities', 'recommended' ),
443
  'name' => 'Updater',
444
  'description' => 'Automatically check and update WordPress website core with all installed plugins and themes to the latest versions.',
445
+ 'link' => 'http://bestwebsoft.com/products/wordpress/plugins/updater/?k=66f3ecd4c1912009d395c4bb30f779d1&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
446
  'settings' => 'admin.php?page=updater-options',
447
  'pro_version' => 'updater-pro/updater_pro.php',
448
+ 'purchase' => 'http://bestwebsoft.com/products/wordpress/plugins/updater/buy/?k=cf633acbefbdff78545347fe08a3aecb&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
449
  'pro_settings' => 'admin.php?page=updater-pro-options'
450
  ),
451
  'user-role/user-role.php' => array(
452
  'category' => array( 'utilities' ),
453
  'name' => 'User Role',
454
  'description' => 'Powerful user role management plugin for WordPress website. Create, edit, copy, and delete user roles.',
455
+ 'link' => 'http://bestwebsoft.com/products/wordpress/plugins/user-role/?k=dfe2244835c6fbf601523964b3f34ccc&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
456
  'settings' => 'admin.php?page=user-role.php',
457
  'pro_version' => 'user-role-pro/user-role-pro.php',
458
+ 'purchase' => 'http://bestwebsoft.com/products/wordpress/plugins/user-role/buy/?k=cfa9cea6613fb3d7c0a3622fa2faaf46&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
459
  'pro_settings' => 'admin.php?page=user-role-pro.php'
460
+ ),
461
  'visitors-online/visitors-online.php' => array(
462
  'category' => array( 'site-stats' ),
463
  'name' => 'Visitors Online',
464
  'description' => 'Display live count of online visitors who are currently browsing your WordPress website.',
465
+ 'link' => 'http://bestwebsoft.com/products/wordpress/plugins/visitors-online/?k=93c28013a4f830671b3bba9502ed5177&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
466
  'settings' => 'admin.php?page=visitors-online.php',
467
  'pro_version' => 'visitors-online-pro/visitors-online-pro.php',
468
+ 'purchase' => 'http://bestwebsoft.com/products/wordpress/plugins/visitors-online/buy/?k=f9a746075ff8a0a6cb192cb46526afd2&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
469
  'pro_settings' => 'admin.php?page=visitors-online-pro.php'
470
+ ),
471
  'zendesk-help-center/zendesk-help-center.php' => array(
472
  'category' => array( 'utilities' ),
473
  'name' => 'Zendesk Help Center',
474
  'description' => 'Backup and export Zendesk Help Center content automatically to your WordPress website database.',
475
+ 'link' => 'http://bestwebsoft.com/products/wordpress/plugins/zendesk-help-center/?k=2a5fd2f4b2f4bde46f2ca44b8d15846d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
476
  'settings' => 'admin.php?page=zendesk_hc.php&action=settings',
477
  'pro_version' => 'zendesk-help-center-pro/zendesk-help-center-pro.php',
478
+ 'purchase' => 'http://bestwebsoft.com/products/wordpress/plugins/zendesk-help-center/buy/?k=45199e4538b5befe4d9566868a61a3aa&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
479
  'pro_settings' => 'admin.php?page=zendesk_hc_pro.php&tab=settings'
480
  )
481
+ );
482
 
483
+ $themes = array(
484
+ (object) array(
485
  'name' => 'Opening',
486
  'slug' => 'opening',
487
+ 'href' => 'http://bestwebsoft.com/products/wordpress/themes/opening-job-board-wordpress-theme/'
488
  ),
489
+ (object) array(
490
  'name' => 'Real Estate',
491
  'slug' => 'realestate',
492
+ 'href' => 'http://bestwebsoft.com/products/wordpress/themes/real-estate-creative-wordpress-theme/'
493
  ),
494
+ (object) array(
495
  'name' => 'Renty',
496
  'slug' => 'renty',
497
+ 'href' => 'http://bestwebsoft.com/products/wordpress/themes/renty-car-rental-booking-wordpress-theme/'
498
  ),
499
+ (object) array(
500
  'name' => 'Unity',
501
  'slug' => 'unity',
502
+ 'href' => 'http://bestwebsoft.com/products/wordpress/themes/unity-multipurpose-wordpress-theme/'
503
  )
504
  );
css/gglcptch.css CHANGED
@@ -15,6 +15,11 @@
15
  .gglcptch table#recaptcha_table {
16
  table-layout: auto !important;
17
  }
 
 
 
 
 
18
  .gglcptch_v1,
19
  .gglcptch_v2 {
20
  min-width: 1px;
15
  .gglcptch table#recaptcha_table {
16
  table-layout: auto !important;
17
  }
18
+ /* in whitelist notification message */
19
+ .gglcptch_whitelist_message {
20
+ display: block;
21
+ margin: 12px 0;
22
+ }
23
  .gglcptch_v1,
24
  .gglcptch_v2 {
25
  min-width: 1px;
css/style.css CHANGED
@@ -15,6 +15,18 @@
15
  .gglcptch_error_msg {
16
  color: #dc3232;
17
  }
 
 
 
 
 
 
 
 
 
 
 
 
18
  @media only screen and ( max-width: 782px ) {
19
  #gglcptch-keys input[type=text] {
20
  width: 90%;
15
  .gglcptch_error_msg {
16
  color: #dc3232;
17
  }
18
+ .gglcptch_whitelist_form > div:first-of-type > input[type="text"],
19
+ .gglcptch_whitelist_form > div:first-of-type > label {
20
+ display: inline-block;
21
+ margin-bottom: 10px;
22
+ }
23
+ .gglcptch_settings_page .bws_pro_version_tooltip {
24
+ z-index: 1;
25
+ }
26
+ .gglcptch_settings_page .bws_pro_version_bloc {
27
+ overflow: visible;
28
+ }
29
+
30
  @media only screen and ( max-width: 782px ) {
31
  #gglcptch-keys input[type=text] {
32
  width: 90%;
google-captcha.php CHANGED
@@ -1,17 +1,17 @@
1
  <?php
2
  /*
3
  Plugin Name: Google Captcha (reCAPTCHA) by BestWebSoft
4
- Plugin URI: http://bestwebsoft.com/products/google-captcha/
5
  Description: Protect WordPress website forms from spam entries with Google Captcha (reCaptcha).
6
  Author: BestWebSoft
7
  Text Domain: google-captcha
8
  Domain Path: /languages
9
- Version: 1.26
10
  Author URI: http://bestwebsoft.com/
11
  License: GPLv3 or later
12
  */
13
 
14
- /* © Copyright 2016 BestWebSoft ( http://support.bestwebsoft.com )
15
 
16
  This program is free software; you can redistribute it and/or modify
17
  it under the terms of the GNU General Public License, version 2, as
@@ -45,7 +45,7 @@ if ( ! function_exists( 'gglcptch_plugins_loaded' ) ) {
45
 
46
  if ( ! function_exists( 'gglcptch_init' ) ) {
47
  function gglcptch_init() {
48
- global $gglcptch_plugin_info, $gglcptch_options;
49
 
50
  require_once( dirname( __FILE__ ) . '/bws_menu/bws_include.php' );
51
  bws_include_init( plugin_basename( __FILE__ ) );
@@ -59,10 +59,14 @@ if ( ! function_exists( 'gglcptch_init' ) ) {
59
  /* Function check if plugin is compatible with current WP version */
60
  bws_wp_min_version_check( plugin_basename( __FILE__ ), $gglcptch_plugin_info, '3.8' );
61
 
 
62
  /* Call register settings function */
63
- if ( ! ( $is_admin = is_admin() ) || ( isset( $_GET['page'] ) && 'google-captcha.php' == $_GET['page'] ) )
64
  register_gglcptch_settings();
65
 
 
 
 
66
  /* Add hooks */
67
  if ( ! $is_admin ) {
68
  /* Add hooks */
@@ -71,22 +75,26 @@ if ( ! function_exists( 'gglcptch_init' ) ) {
71
 
72
  if ( '1' == $gglcptch_options['login_form'] ) {
73
  add_action( 'login_form', 'gglcptch_login_display' );
74
- add_action( 'authenticate', 'gglcptch_login_check', 21, 1 );
 
75
  }
76
 
77
  if ( '1' == $gglcptch_options['reset_pwd_form'] ) {
78
  add_action( 'lostpassword_form', 'gglcptch_login_display' );
79
- add_action( 'allow_password_reset', 'gglcptch_lostpassword_check' );
 
80
  }
81
 
82
  if ( '1' == $gglcptch_options['registration_form'] ) {
83
  if ( ! is_multisite() ) {
84
  add_action( 'register_form', 'gglcptch_login_display', 99 );
85
- add_action( 'registration_errors', 'gglcptch_lostpassword_check' );
 
86
  } else {
87
  add_action( 'signup_extra_fields', 'gglcptch_signup_display' );
88
  add_action( 'signup_blogform', 'gglcptch_signup_display' );
89
- add_filter( 'wpmu_validate_user_signup', 'gglcptch_signup_check' );
 
90
  }
91
  }
92
  }
@@ -94,12 +102,14 @@ if ( ! function_exists( 'gglcptch_init' ) ) {
94
  if ( '1' == $gglcptch_options['comments_form'] ) {
95
  add_action( 'comment_form_after_fields', 'gglcptch_commentform_display' );
96
  add_action( 'comment_form_logged_in_after', 'gglcptch_commentform_display' );
97
- add_action( 'pre_comment_on_post', 'gglcptch_commentform_check' );
 
98
  }
99
 
100
  if ( '1' == $gglcptch_options['contact_form'] ) {
101
- add_filter( 'cntctfrm_display_captcha', 'gglcptch_cf_display', 10, 2 );
102
- add_filter( 'cntctfrm_check_form', 'gglcptch_recaptcha_check' );
 
103
  /**
104
  * this filters are necessary for compatibility
105
  * with old Contact Form Pro by BestWebsoft versions
@@ -107,12 +117,30 @@ if ( ! function_exists( 'gglcptch_init' ) ) {
107
  * @todo remove after 25.02.2017
108
  */
109
  add_filter( 'cntctfrmpr_display_captcha', 'gglcptch_cf_display', 10, 2 );
110
- add_filter( 'cntctfrmpr_check_form', 'gglcptch_recaptcha_check' );
 
111
  }
112
  }
113
  }
114
  }
115
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
116
  if ( ! function_exists( 'gglcptch_admin_init' ) ) {
117
  function gglcptch_admin_init() {
118
  global $bws_plugin_info, $gglcptch_plugin_info, $bws_shortcode_list;
@@ -147,7 +175,7 @@ if ( ! function_exists( 'gglcptch_admin_footer' ) ) {
147
  if ( isset( $gglcptch_options['recaptcha_version'] ) && 'v2' == $gglcptch_options['recaptcha_version'] ) {
148
  $api_url = "https://www.google.com/recaptcha/api.js";
149
  } else {
150
- $api_url = "//www.google.com/recaptcha/api/js/recaptcha_ajax.js";
151
  }
152
  wp_register_script( 'gglcptch_api', $api_url, false, false, true );
153
  gglcptch_add_scripts();
@@ -178,8 +206,26 @@ if ( ! function_exists( 'gglcptch_remove_dublicate_scripts' ) ) {
178
  */
179
  if ( ! function_exists( 'gglcptch_add_styles' ) ) {
180
  function gglcptch_add_styles() {
181
- global $gglcptch_plugin_info;
182
  wp_enqueue_style( 'gglcptch', plugins_url( 'css/gglcptch.css', __FILE__ ), false, $gglcptch_plugin_info["Version"] );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
183
  }
184
  }
185
 
@@ -209,7 +255,7 @@ if ( ! function_exists( 'gglcptch_add_scripts' ) ) {
209
  ),
210
  'vars' => array(
211
  'ajaxurl' => admin_url( 'admin-ajax.php' ),
212
- 'error_msg' => __( 'Error: You have entered an incorrect reCAPTCHA value.', 'google-captcha' ),
213
  'nonce' => wp_create_nonce( 'gglcptch_recaptcha_nonce' ),
214
  'visibility' => ( 'login_footer' == current_filter() ) ? true : false
215
  )
@@ -217,6 +263,13 @@ if ( ! function_exists( 'gglcptch_add_scripts' ) ) {
217
  }
218
  }
219
 
 
 
 
 
 
 
 
220
  /**
221
  * Add the "async" attribute to our registered script.
222
  */
@@ -228,11 +281,36 @@ if ( ! function_exists( 'gglcptch_add_async_attribute' ) ) {
228
  }
229
  }
230
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
231
  /* Google catpcha settings */
232
  if ( ! function_exists( 'register_gglcptch_settings' ) ) {
233
  function register_gglcptch_settings() {
234
  global $gglcptch_options, $bws_plugin_info, $gglcptch_plugin_info;
235
 
 
 
236
  /* Install the option defaults */
237
  if ( ! get_option( 'gglcptch_options' ) )
238
  add_option( 'gglcptch_options', gglcptch_get_default_options() );
@@ -245,6 +323,25 @@ if ( ! function_exists( 'register_gglcptch_settings' ) ) {
245
  $gglcptch_options['plugin_option_version'] = $gglcptch_plugin_info["Version"];
246
  /* show pro features */
247
  $gglcptch_options['hide_premium_options'] = array();
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
248
  update_option( 'gglcptch_options', $gglcptch_options );
249
  }
250
  }
@@ -255,6 +352,7 @@ if ( ! function_exists( 'gglcptch_get_default_options' ) ) {
255
  global $gglcptch_plugin_info;
256
 
257
  $default_options = array(
 
258
  'public_key' => '',
259
  'private_key' => '',
260
  'login_form' => '1',
@@ -311,10 +409,54 @@ if ( ! function_exists( 'gglcptch_plugin_status' ) ) {
311
  }
312
  }
313
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
314
  /* Display settings page */
315
  if ( ! function_exists( 'gglcptch_add_settings_page' ) ) {
316
  function gglcptch_add_settings_page() {
317
  global $gglcptch_options, $gglcptch_plugin_info, $wp_version;
 
318
 
319
  $plugin_basename = plugin_basename( __FILE__ );
320
  $message = $error = '';
@@ -325,15 +467,15 @@ if ( ! function_exists( 'gglcptch_add_settings_page' ) ) {
325
  $admin_url = $is_network ? network_admin_url( '/' ) : admin_url( '/' );
326
  $bws_contact_form = gglcptch_plugin_status( array( 'contact-form-plugin/contact_form.php', 'contact-form-pro/contact_form_pro.php' ), $all_plugins, $is_network );
327
 
 
 
 
 
 
328
  if ( ! isset( $_GET['action'] ) ) {
329
 
330
  $all_plugins = get_plugins();
331
 
332
- $gglcptch_sizes_v2 = array(
333
- 'normal' => __( 'Normal', 'google-captcha' ),
334
- 'compact' => __( 'Compact', 'google-captcha' )
335
- );
336
-
337
  /* Private and public keys */
338
  $gglcptch_keys = array(
339
  'public' => array(
@@ -386,6 +528,7 @@ if ( ! function_exists( 'gglcptch_add_settings_page' ) ) {
386
  if ( $_POST['gglcptch_public_key'] != $gglcptch_options['public_key'] || $_POST['gglcptch_private_key'] != $gglcptch_options['private_key'] )
387
  $gglcptch_options['keys_verified'] = false;
388
 
 
389
  $gglcptch_options['public_key'] = trim( stripslashes( esc_html( $_POST['gglcptch_public_key'] ) ) );
390
  $gglcptch_options['private_key'] = trim( stripslashes( esc_html( $_POST['gglcptch_private_key'] ) ) );
391
  $gglcptch_options['login_form'] = isset( $_POST['gglcptch_login_form'] ) ? 1 : 0;
@@ -393,9 +536,9 @@ if ( ! function_exists( 'gglcptch_add_settings_page' ) ) {
393
  $gglcptch_options['reset_pwd_form'] = isset( $_POST['gglcptch_reset_pwd_form'] ) ? 1 : 0;
394
  $gglcptch_options['comments_form'] = isset( $_POST['gglcptch_comments_form'] ) ? 1 : 0;
395
  $gglcptch_options['contact_form'] = isset( $_POST['gglcptch_contact_form'] ) ? 1 : 0;
396
- $gglcptch_options['recaptcha_version'] = $_POST['gglcptch_recaptcha_version'];
397
- $gglcptch_options['theme'] = $_POST['gglcptch_theme'];
398
- $gglcptch_options['theme_v2'] = $_POST['gglcptch_theme_v2'];
399
 
400
  if ( function_exists( 'get_editable_roles' ) ) {
401
  foreach ( get_editable_roles() as $role => $fields ) {
@@ -410,7 +553,7 @@ if ( ! function_exists( 'gglcptch_add_settings_page' ) ) {
410
  if ( isset( $_REQUEST['bws_restore_confirm'] ) && check_admin_referer( $plugin_basename, 'bws_settings_nonce_name' ) ) {
411
  $gglcptch_options = gglcptch_get_default_options();
412
  update_option( 'gglcptch_options', $gglcptch_options );
413
- $message = __( 'All plugin settings were restored.', 'google-captcha' );
414
  }
415
  }
416
 
@@ -424,10 +567,11 @@ if ( ! function_exists( 'gglcptch_add_settings_page' ) ) {
424
  elseif ( ! empty( $go_pro_result['message'] ) )
425
  $message = $go_pro_result['message'];
426
  } ?>
427
- <div class="wrap">
428
  <h1 style="line-height: normal;"><?php _e( 'Google Captcha Settings', 'google-captcha' ); ?></h1>
429
  <h2 class="nav-tab-wrapper">
430
  <a class="nav-tab<?php if ( ! isset( $_GET['action'] ) ) echo ' nav-tab-active'; ?>" href="admin.php?page=google-captcha.php"><?php _e( 'Settings', 'google-captcha' ); ?></a>
 
431
  <a class="nav-tab <?php if ( isset( $_GET['action'] ) && 'custom_code' == $_GET['action'] ) echo ' nav-tab-active'; ?>" href="admin.php?page=google-captcha.php&amp;action=custom_code"><?php _e( 'Custom code', 'google-captcha' ); ?></a>
432
  <a class="nav-tab<?php if ( isset( $_GET['action'] ) && 'go_pro' == $_GET['action'] ) echo ' nav-tab-active'; ?> bws_go_pro_tab" href="admin.php?page=google-captcha.php&amp;action=go_pro"><?php _e( 'Go PRO', 'google-captcha' ); ?></a>
433
  </h2>
@@ -465,7 +609,7 @@ if ( ! function_exists( 'gglcptch_add_settings_page' ) ) {
465
  <form id="gglcptch_admin_settings_page" class="bws_form" method="post" action="admin.php?page=google-captcha.php">
466
  <h3><?php _e( 'Authentication', 'google-captcha' ); ?></h3>
467
  <p><?php printf( __( 'Before you are able to do something, you must to register %shere%s', 'google-captcha' ), '<a target="_blank" href="https://www.google.com/recaptcha/admin#list">','</a>.' ); ?></p>
468
- <p><?php _e( 'Enter site key and secret key, that you get after registration.', 'google-captcha' ); ?></p>
469
  <table id="gglcptch-keys" class="form-table">
470
  <?php foreach ( $gglcptch_keys as $key => $fields ) { ?>
471
  <tr valign="top">
@@ -521,43 +665,20 @@ if ( ! function_exists( 'gglcptch_add_settings_page' ) ) {
521
  } elseif ( 'not_installed' == $gglcptch_plugin['status'] ) {
522
  $gglcptch_attrs = 'disabled="disabled"';
523
  $gglcptch_plugin_notice = sprintf( __( 'You should %s to use this functionality', 'google-captcha' ),
524
- sprintf( '<a href="http://bestwebsoft.com/products/contact-form/?k=0a750deb99a8e5296a5432f4c9cb9b55&pn=75&v=%s&wp_v=%s">%s %s</a>', $gglcptch_plugin_info["Version"], $wp_version, __( 'download', 'google-captcha' ), $gglcptch_plugin_name )
525
  );
526
  }
527
  if ( $gglcptch_attrs == '' && ( is_plugin_active( 'contact-form-multi-pro/contact-form-multi-pro.php' ) || is_plugin_active( 'contact-form-multi/contact-form-multi.php' ) ) )
528
- $gglcptch_plugin_notice = ' (' . __( 'Check off for adding captcha to forms on their settings pages.', 'google-captcha' ) . ')';
529
 
530
  if ( '1' == $gglcptch_options['contact_form'] && $gglcptch_attrs == '' ) {
531
- $gglcptch_attrs .= ' checked="checked"';
532
  } ?>
533
  <label><input type="checkbox" <?php echo $gglcptch_attrs; ?> name="gglcptch_contact_form" value="contact_form" /> <?php echo $gglcptch_plugin_name; ?></label>
534
  <div class="bws_help_box dashicons dashicons-editor-help" style="vertical-align: middle;"><div class="bws_hidden_help_text"><img src="<?php echo plugins_url( 'google-captcha/images'); ?>/contact_form.jpg" title="<?php echo $gglcptch_plugin_name; ?>" alt="<?php echo $gglcptch_plugin_name; ?>"></div></div>
535
  <span class="bws_info"><?php echo $gglcptch_plugin_notice; ?></span><br />
536
- <?php if ( ! $bws_hide_premium_options_check ) { ?>
537
- <div class="bws_pro_version_bloc">
538
- <div class="bws_pro_version_table_bloc">
539
- <button type="submit" name="bws_hide_premium_options" class="notice-dismiss bws_hide_premium_options" title="<?php _e( 'Close', 'google-captcha' ); ?>"></button>
540
- <div class="bws_table_bg"></div>
541
- <div class="bws_pro_version">
542
- <label><input disabled="disabled" type="checkbox" disabled="disabled" name="gglcptch_sbscrbr" value="1"> Subscriber by BestWebSoft</label><br>
543
- <label><input disabled="disabled" type="checkbox" disabled="disabled" name="gglcptch_cf7" value="1"> Contact Form 7</label><br>
544
- <label><input disabled="disabled" type="checkbox" disabled="disabled" name="gglcptch_buddypress_register" value="1"> BuddyPress Registration form</label><br>
545
- <label><input disabled="disabled" type="checkbox" disabled="disabled" name="gglcptch_buddypress_comments" value="1"> BuddyPress Comments form</label><br>
546
- <label><input disabled="disabled" type="checkbox" disabled="disabled" name="gglcptch_buddypress_group" value="1"> BuddyPress "Create a Group" form</label>
547
- </div>
548
- </div>
549
- <div class="bws_pro_version_tooltip">
550
- <div class="bws_info">
551
- <?php _e( 'Unlock premium options by upgrading to Pro version', 'google-captcha' ); ?>
552
- </div>
553
- <a class="bws_button" href="http://bestwebsoft.com/products/google-captcha/?k=b850d949ccc1239cab0da315c3c822ab&pn=109&v=<?php echo $gglcptch_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank" title="Google Captcha Pro (reCAPTCHA)">
554
- <?php _e( 'Learn More', 'google-captcha' ); ?>
555
- </a>
556
- <div class="clear"></div>
557
- </div>
558
- </div><br>
559
- <?php } ?>
560
- <span class="bws_info"><?php printf( __( 'If you would like to add Google Captcha (reCAPTCHA) to a custom form see %s', 'google-captcha' ), sprintf( '<a href="http://bestwebsoft.com/products/google-captcha/faq/" target="_blank">%s</a>', __( 'FAQ', 'google-captcha' ) ) ); ?></span>
561
  </fieldset>
562
  </td>
563
  </tr>
@@ -573,6 +694,19 @@ if ( ! function_exists( 'gglcptch_add_settings_page' ) ) {
573
  </fieldset>
574
  </td>
575
  </tr>
 
 
 
 
 
 
 
 
 
 
 
 
 
576
  <tr valign="top">
577
  <th scope="row"><?php _e( 'reCAPTCHA version', 'google-captcha' ); ?></th>
578
  <td>
@@ -610,54 +744,7 @@ if ( ! function_exists( 'gglcptch_add_settings_page' ) ) {
610
  </td>
611
  </tr>
612
  </table>
613
- <?php if ( ! $bws_hide_premium_options_check ) { ?>
614
- <div class="bws_pro_version_bloc">
615
- <div class="bws_pro_version_table_bloc">
616
- <button type="submit" name="bws_hide_premium_options" class="notice-dismiss bws_hide_premium_options" title="<?php _e( 'Close', 'google-captcha' ); ?>"></button>
617
- <div class="bws_table_bg"></div>
618
- <table class="form-table bws_pro_version">
619
- <tr valign="top">
620
- <th scope="row"><?php _e( 'reCAPTCHA language', 'google-captcha' ); ?></th>
621
- <td>
622
- <select disabled="disabled" name="gglcptch_language">
623
- <option value="en" selected="selected">English (US)</option>
624
- </select>
625
- <div style="margin: 5px 0 0;">
626
- <input disabled="disabled" id="gglcptch_use_multilanguage_locale" type="checkbox" name="gglcptch_use_multilanguage_locale" value="1" />
627
- <label for="gglcptch_use_multilanguage_locale"><?php _e( 'Use the current site language', 'google-captcha' ); ?></label>&nbsp;<span class="bws_info">(<?php _e( 'Using', 'google-captcha' ); ?> Multilanguage by BestWebSoft)</span>
628
- </div>
629
- </td>
630
- </tr>
631
- <tr valign="top">
632
- <th scope="row">
633
- <?php _e( 'reCAPTCHA size', 'google-captcha' ); ?>
634
- <br/><span class="bws_info">(<?php _e( 'for version', 'google-captcha' ); ?> 2)</span>
635
- </th>
636
- <td><fieldset>
637
- <?php foreach ( $gglcptch_sizes_v2 as $value => $name ) {
638
- printf(
639
- '<div class="gglcptch_size_v2"><label><input disabled="disabled" type="radio" name="gglcptch_size_v2" value="%s"%s> %s</label></div>',
640
- $value,
641
- $name == 'Normal' ? ' checked="checked"' : '',
642
- $name
643
- );
644
- } ?>
645
- </fieldset>
646
- </td>
647
- </tr>
648
- </table>
649
- </div>
650
- <div class="bws_pro_version_tooltip">
651
- <div class="bws_info">
652
- <?php _e( 'Unlock premium options by upgrading to Pro version', 'google-captcha' ); ?>
653
- </div>
654
- <a class="bws_button" href="http://bestwebsoft.com/products/google-captcha/?k=b850d949ccc1239cab0da315c3c822ab&pn=109&v=<?php echo $gglcptch_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank" title="Google Captcha Pro (reCAPTCHA)">
655
- <?php _e( 'Learn More', 'google-captcha' ); ?>
656
- </a>
657
- <div class="clear"></div>
658
- </div>
659
- </div>
660
- <?php } ?>
661
  <p class="submit">
662
  <input id="bws-submit-button" type="submit" class="button-primary" value="<?php _e( 'Save Changes', 'google-captcha' ); ?>" name="gglcptch_save_changes" />
663
  <input type="hidden" name="gglcptch_form_submit" value="submit" />
@@ -666,8 +753,13 @@ if ( ! function_exists( 'gglcptch_add_settings_page' ) ) {
666
  </form>
667
  <?php bws_form_restore_default_settings( $plugin_basename );
668
  }
 
 
 
 
 
669
  } elseif ( 'custom_code' == $_GET['action'] ) {
670
- bws_custom_code_tab();
671
  } elseif ( 'go_pro' == $_GET['action'] ) {
672
  bws_go_pro_tab_show( $bws_hide_premium_options_check, $gglcptch_plugin_info, $plugin_basename, 'google-captcha.php', 'google-captcha-pro.php', 'google-captcha-pro/google-captcha-pro.php', 'google-captcha', 'b850d949ccc1239cab0da315c3c822ab', '109', isset( $go_pro_result['pro_plugin_is_activated'] ) );
673
  }
@@ -697,68 +789,79 @@ if ( ! function_exists( 'gglcptch_check_role' ) ) {
697
  /* Display google captcha via shortcode */
698
  if ( ! function_exists( 'gglcptch_display' ) ) {
699
  function gglcptch_display( $content = false ) {
700
- global $gglcptch_options, $gglcptch_count;
701
 
702
  if ( empty( $gglcptch_options ) )
703
  register_gglcptch_settings();
704
 
705
- if ( ! $gglcptch_count )
706
- $gglcptch_count = 1;
707
 
708
- $publickey = $gglcptch_options['public_key'];
709
- $privatekey = $gglcptch_options['private_key'];
710
 
711
- $content .= '<div class="gglcptch gglcptch_' . $gglcptch_options['recaptcha_version'] . '">';
712
- if ( ! $privatekey || ! $publickey ) {
713
- if ( current_user_can( 'manage_options' ) ) {
714
- $content .= sprintf(
715
- '<strong>%s <a target="_blank" href="https://www.google.com/recaptcha/admin#list">%s</a> %s <a target="_blank" href="%s">%s</a>.</strong>',
716
- __( 'To use Google Captcha you must get the keys from', 'google-captcha' ),
717
- __( 'here', 'google-captcha' ),
718
- __( 'and enter them on the', 'google-captcha' ),
719
- admin_url( '/admin.php?page=google-captcha.php' ),
720
- __( 'plugin setting page', 'google-captcha' )
721
- );
 
 
 
 
 
 
 
 
 
 
722
  }
723
- $content .= '</div>';
724
- $gglcptch_count++;
725
- return $content;
726
- }
727
 
728
- if ( isset( $gglcptch_options['recaptcha_version'] ) && 'v2' == $gglcptch_options['recaptcha_version'] ) {
729
- $content .= '<div id="gglcptch_recaptcha_' . $gglcptch_count . '" class="gglcptch_recaptcha"></div>
730
- <noscript>
731
- <div style="width: 302px;">
732
- <div style="width: 302px; height: 422px; position: relative;">
733
- <div style="width: 302px; height: 422px; position: absolute;">
734
- <iframe src="https://www.google.com/recaptcha/api/fallback?k=' . $publickey . '" frameborder="0" scrolling="no" style="width: 302px; height:422px; border-style: none;"></iframe>
 
 
 
 
 
 
735
  </div>
736
  </div>
737
- <div style="border-style: none; bottom: 12px; left: 25px; margin: 0px; padding: 0px; right: 25px; background: #f9f9f9; border: 1px solid #c1c1c1; border-radius: 3px; height: 60px; width: 300px;">
738
- <textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response" style="width: 250px !important; height: 40px !important; border: 1px solid #c1c1c1 !important; margin: 10px 25px !important; padding: 0px !important; resize: none !important;"></textarea>
739
- </div>
740
- </div>
741
- </noscript>';
742
- $api_url = "https://www.google.com/recaptcha/api.js";
743
- } else {
744
- require_once( 'lib/recaptchalib.php' );
745
- $content .= '<div id="gglcptch_recaptcha_' . $gglcptch_count . '" class="gglcptch_recaptcha"></div>';
746
- $content .= gglcptch_recaptcha_get_html( $publickey, null, is_ssl() );
747
- $api_url = "//www.google.com/recaptcha/api/js/recaptcha_ajax.js";
748
- }
749
- $content .= '</div>';
750
- $gglcptch_count++;
751
 
752
- /* register reCAPTCHA script */
753
- if ( ! wp_script_is( 'gglcptch_api', 'registered' ) ) {
754
- wp_register_script( 'gglcptch_api', $api_url, false, false, true );
755
- add_action( 'wp_footer', 'gglcptch_add_scripts' );
756
- if (
757
- '1' == $gglcptch_options['login_form'] ||
758
- '1' == $gglcptch_options['reset_pwd_form'] ||
759
- '1' == $gglcptch_options['registration_form']
760
- )
761
- add_action( 'login_footer', 'gglcptch_add_scripts' );
 
 
 
 
762
  }
763
 
764
  return $content;
@@ -875,18 +978,18 @@ if ( ! function_exists( 'gglcptch_login_display' ) ) {
875
  $from_width = 450;
876
  } ?>
877
  <style type="text/css" media="screen">
878
- #loginform,
879
- #lostpasswordform,
880
- #registerform {
881
  width: <?php echo $from_width; ?>px !important;
882
  }
883
  #login_error,
884
  .message {
885
  width: <?php echo $from_width + 20; ?>px !important;
886
  }
887
- #loginform .gglcptch,
888
- #lostpasswordform .gglcptch,
889
- #registerform .gglcptch {
890
  margin-bottom: 10px;
891
  }
892
  </style>
@@ -906,7 +1009,7 @@ if ( ! function_exists( 'gglcptch_login_check' ) ) {
906
  return $user;
907
  }
908
 
909
- $error_message = sprintf( '<strong>%s</strong>: %s', __( 'Error', 'google-captcha' ), __( 'You have entered an incorrect reCAPTCHA value.', 'google-captcha' ) );
910
 
911
  if ( $result['reason'] == 'VERIFICATION_FAILED' ) {
912
  wp_clear_auth_cookie();
@@ -954,7 +1057,7 @@ if ( ! function_exists( 'gglcptch_recaptcha_check' ) ) {
954
  if ( isset( $old_cf_version ) ) {
955
  return false;
956
  } else /* end @todo */ {
957
- $error_message = '<strong>' . __( 'Error', 'google-captcha' ) . '</strong>:&nbsp;' . __( 'You have entered an incorrect reCAPTCHA value.', 'google-captcha' );
958
  /**
959
  * Function 'cntctfrm_handle_captcha_filters' was added in Contact Form 4.0.2 (Free and Pro)
960
  * remove this condition. WP_Error is correct object for return.
@@ -984,7 +1087,7 @@ if ( ! function_exists( 'gglcptch_lostpassword_check' ) ) {
984
  if ( ! is_wp_error( $allow ) )
985
  $allow = new WP_Error();
986
 
987
- $allow->add( 'gglcptch_error', __( 'ERROR', 'google-captcha' ) . ':&nbsp;' . __( 'You have entered an incorrect reCAPTCHA value', 'google-captcha' ) . '.' );
988
  return $allow;
989
  }
990
  }
@@ -1004,7 +1107,7 @@ if ( ! function_exists( 'gglcptch_signup_check' ) ) {
1004
  function gglcptch_signup_check( $result ) {
1005
  global $current_user;
1006
 
1007
- if ( is_admin() && ! empty( $current_user->data->ID ) )
1008
  return $result;
1009
 
1010
  $check_result = gglcptch_check();
@@ -1013,7 +1116,7 @@ if ( ! function_exists( 'gglcptch_signup_check' ) ) {
1013
  return $result;
1014
 
1015
  $error = $result['errors'];
1016
- $error->add( 'gglcptch_error', __( 'ERROR', 'google-captcha' ) . ':&nbsp;' . __( 'You have entered an incorrect reCAPTCHA value', 'google-captcha' ) . '.' );
1017
  return $result;
1018
  }
1019
  }
@@ -1039,7 +1142,7 @@ if ( ! function_exists( 'gglcptch_commentform_check' ) ) {
1039
  if ( $result['response'] || $result['reason'] == 'ERROR_NO_KEYS' )
1040
  return;
1041
 
1042
- wp_die( __( 'ERROR', 'google-captcha' ) . ':&nbsp;' . __( 'You have entered an incorrect reCAPTCHA value. Click the BACK button on your browser, and try again.', 'google-captcha' ) );
1043
  }
1044
  }
1045
 
@@ -1096,17 +1199,17 @@ if ( ! function_exists( 'gglcptch_test_keys_verification' ) ) {
1096
  if ( ! $result['response'] ) {
1097
  $errors = array(
1098
  /* custom error */
1099
- 'RECAPTCHA_EMPTY_RESPONSE' => __( 'The user response was missing.', 'google-captcha' ),
1100
  /* v2 error */
1101
- 'missing-input-secret' => __( 'The Secret Key is missing.', 'google-captcha' ),
1102
  'invalid-input-secret' => sprintf(
1103
  '<strong>%s</strong>. <a target="_blank" href="https://www.google.com/recaptcha/admin#list">%s</a> %s.',
1104
  __( 'The Secret Key is invalid', 'google-captcha' ),
1105
  __( 'Check your domain configuration', 'google-captcha' ),
1106
  __( 'and enter it again', 'google-captcha' )
1107
  ),
1108
- 'missing-input-response' => __( 'The user response was missing.', 'google-captcha' ),
1109
- 'invalid-input-response' => __( 'The user response is invalid.', 'google-captcha' ),
1110
  /* v1 error */
1111
  'invalid-site-private-key' => sprintf(
1112
  '<strong>%s</strong>. <a target="_blank" href="https://www.google.com/recaptcha/admin#list">%s</a> %s.',
@@ -1114,7 +1217,7 @@ if ( ! function_exists( 'gglcptch_test_keys_verification' ) ) {
1114
  __( 'Check your domain configuration', 'google-captcha' ),
1115
  __( 'and enter it again', 'google-captcha' )
1116
  ),
1117
- 'incorrect-captcha-sol' => __( 'The user response is invalid.', 'google-captcha' ),
1118
  );
1119
 
1120
  if ( isset( $result['reason'] ) ) {
@@ -1123,7 +1226,7 @@ if ( ! function_exists( 'gglcptch_test_keys_verification' ) ) {
1123
  <?php }
1124
  }
1125
  } else { ?>
1126
- <div class="updated gglcptch-test-results"><p><?php _e( 'The verification is successfully completed.','google-captcha' ); ?></p></div>
1127
  <?php $gglcptch_options = get_option( 'gglcptch_options' );
1128
  $gglcptch_options['keys_verified'] = true;
1129
  update_option( 'gglcptch_options', $gglcptch_options );
@@ -1217,24 +1320,24 @@ if ( ! function_exists( 'gglcptch_add_tabs' ) ) {
1217
 
1218
  if ( ! function_exists( 'gglcptch_delete_options' ) ) {
1219
  function gglcptch_delete_options() {
1220
- global $wpdb;
1221
-
1222
  if ( ! function_exists( 'get_plugins' ) )
1223
  require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
1224
-
1225
  $all_plugins = get_plugins();
1226
 
1227
  if ( ! array_key_exists( 'google-captcha-pro/google-captcha-pro.php', $all_plugins ) ) {
 
1228
  if ( function_exists( 'is_multisite' ) && is_multisite() ) {
1229
  $old_blog = $wpdb->blogid;
1230
  /* Get all blog ids */
1231
  $blogids = $wpdb->get_col( "SELECT `blog_id` FROM $wpdb->blogs" );
1232
  foreach ( $blogids as $blog_id ) {
1233
  switch_to_blog( $blog_id );
 
1234
  delete_option( 'gglcptch_options' );
1235
  }
1236
  switch_to_blog( $old_blog );
1237
  } else {
 
1238
  delete_option( 'gglcptch_options' );
1239
  }
1240
  }
@@ -1245,6 +1348,8 @@ if ( ! function_exists( 'gglcptch_delete_options' ) ) {
1245
  }
1246
  }
1247
 
 
 
1248
  add_action( 'admin_menu', 'gglcptch_admin_menu' );
1249
 
1250
  add_action( 'init', 'gglcptch_init' );
@@ -1256,6 +1361,7 @@ add_action( 'admin_enqueue_scripts', 'gglcptch_add_admin_script_styles' );
1256
  add_action( 'wp_enqueue_scripts', 'gglcptch_add_styles' );
1257
  add_filter( 'script_loader_tag', 'gglcptch_add_async_attribute', 10, 2 );
1258
  add_action( 'admin_footer', 'gglcptch_admin_footer' );
 
1259
 
1260
  /* custom filter for bws button in tinyMCE */
1261
  add_filter( 'bws_shortcode_button_content', 'gglcptch_shortcode_button_content' );
@@ -1270,7 +1376,4 @@ add_action( 'admin_notices', 'gglcptch_plugin_banner' );
1270
  add_action( 'wp_ajax_gglcptch_captcha_check', 'gglcptch_captcha_check' );
1271
  add_action( 'wp_ajax_nopriv_gglcptch_captcha_check', 'gglcptch_captcha_check' );
1272
  add_action( 'wp_ajax_gglcptch-test-keys', 'gglcptch_test_keys' );
1273
- add_action( 'wp_ajax_gglcptch_test_keys_verification', 'gglcptch_test_keys_verification' );
1274
-
1275
-
1276
- register_uninstall_hook( __FILE__, 'gglcptch_delete_options' );
1
  <?php
2
  /*
3
  Plugin Name: Google Captcha (reCAPTCHA) by BestWebSoft
4
+ Plugin URI: http://bestwebsoft.com/products/wordpress/plugins/google-captcha/
5
  Description: Protect WordPress website forms from spam entries with Google Captcha (reCaptcha).
6
  Author: BestWebSoft
7
  Text Domain: google-captcha
8
  Domain Path: /languages
9
+ Version: 1.27
10
  Author URI: http://bestwebsoft.com/
11
  License: GPLv3 or later
12
  */
13
 
14
+ /* © Copyright 2017 BestWebSoft ( http://support.bestwebsoft.com )
15
 
16
  This program is free software; you can redistribute it and/or modify
17
  it under the terms of the GNU General Public License, version 2, as
45
 
46
  if ( ! function_exists( 'gglcptch_init' ) ) {
47
  function gglcptch_init() {
48
+ global $gglcptch_plugin_info, $gglcptch_options, $gglcptch_ip_in_whitelist;;
49
 
50
  require_once( dirname( __FILE__ ) . '/bws_menu/bws_include.php' );
51
  bws_include_init( plugin_basename( __FILE__ ) );
59
  /* Function check if plugin is compatible with current WP version */
60
  bws_wp_min_version_check( plugin_basename( __FILE__ ), $gglcptch_plugin_info, '3.8' );
61
 
62
+ $is_admin = is_admin() && ! defined( 'DOING_AJAX' );
63
  /* Call register settings function */
64
+ if ( ! $is_admin || ( isset( $_GET['page'] ) && 'google-captcha.php' == $_GET['page'] ) )
65
  register_gglcptch_settings();
66
 
67
+ if ( empty( $gglcptch_ip_in_whitelist ) )
68
+ $gglcptch_ip_in_whitelist = gglcptch_whitelisted_ip();
69
+
70
  /* Add hooks */
71
  if ( ! $is_admin ) {
72
  /* Add hooks */
75
 
76
  if ( '1' == $gglcptch_options['login_form'] ) {
77
  add_action( 'login_form', 'gglcptch_login_display' );
78
+ if ( ! $gglcptch_ip_in_whitelist )
79
+ add_action( 'authenticate', 'gglcptch_login_check', 21, 1 );
80
  }
81
 
82
  if ( '1' == $gglcptch_options['reset_pwd_form'] ) {
83
  add_action( 'lostpassword_form', 'gglcptch_login_display' );
84
+ if ( ! $gglcptch_ip_in_whitelist )
85
+ add_action( 'allow_password_reset', 'gglcptch_lostpassword_check' );
86
  }
87
 
88
  if ( '1' == $gglcptch_options['registration_form'] ) {
89
  if ( ! is_multisite() ) {
90
  add_action( 'register_form', 'gglcptch_login_display', 99 );
91
+ if ( ! $gglcptch_ip_in_whitelist )
92
+ add_action( 'registration_errors', 'gglcptch_lostpassword_check' );
93
  } else {
94
  add_action( 'signup_extra_fields', 'gglcptch_signup_display' );
95
  add_action( 'signup_blogform', 'gglcptch_signup_display' );
96
+ if ( ! $gglcptch_ip_in_whitelist )
97
+ add_filter( 'wpmu_validate_user_signup', 'gglcptch_signup_check' );
98
  }
99
  }
100
  }
102
  if ( '1' == $gglcptch_options['comments_form'] ) {
103
  add_action( 'comment_form_after_fields', 'gglcptch_commentform_display' );
104
  add_action( 'comment_form_logged_in_after', 'gglcptch_commentform_display' );
105
+ if ( ! $gglcptch_ip_in_whitelist )
106
+ add_action( 'pre_comment_on_post', 'gglcptch_commentform_check' );
107
  }
108
 
109
  if ( '1' == $gglcptch_options['contact_form'] ) {
110
+ add_filter( 'cntctfrm_display_captcha', 'gglcptch_cf_display', 10, 2 );
111
+ if ( ! $gglcptch_ip_in_whitelist )
112
+ add_filter( 'cntctfrm_check_form', 'gglcptch_recaptcha_check' );
113
  /**
114
  * this filters are necessary for compatibility
115
  * with old Contact Form Pro by BestWebsoft versions
117
  * @todo remove after 25.02.2017
118
  */
119
  add_filter( 'cntctfrmpr_display_captcha', 'gglcptch_cf_display', 10, 2 );
120
+ if ( ! $gglcptch_ip_in_whitelist )
121
+ add_filter( 'cntctfrmpr_check_form', 'gglcptch_recaptcha_check' );
122
  }
123
  }
124
  }
125
  }
126
 
127
+ /**
128
+ * Activation plugin function
129
+ */
130
+ if ( ! function_exists( 'gglcptch_plugin_activate' ) ) {
131
+ function gglcptch_plugin_activate( $networkwide ) {
132
+ global $wpdb;
133
+ /* Activation function for network, check if it is a network activation - if so, run the activation function for each blog id */
134
+ if ( is_multisite() ) {
135
+ switch_to_blog( 1 );
136
+ register_uninstall_hook( __FILE__, 'gglcptch_delete_options' );
137
+ restore_current_blog();
138
+ } else {
139
+ register_uninstall_hook( __FILE__, 'gglcptch_delete_options' );
140
+ }
141
+ }
142
+ }
143
+
144
  if ( ! function_exists( 'gglcptch_admin_init' ) ) {
145
  function gglcptch_admin_init() {
146
  global $bws_plugin_info, $gglcptch_plugin_info, $bws_shortcode_list;
175
  if ( isset( $gglcptch_options['recaptcha_version'] ) && 'v2' == $gglcptch_options['recaptcha_version'] ) {
176
  $api_url = "https://www.google.com/recaptcha/api.js";
177
  } else {
178
+ $api_url = "https://www.google.com/recaptcha/api/js/recaptcha_ajax.js";
179
  }
180
  wp_register_script( 'gglcptch_api', $api_url, false, false, true );
181
  gglcptch_add_scripts();
206
  */
207
  if ( ! function_exists( 'gglcptch_add_styles' ) ) {
208
  function gglcptch_add_styles() {
209
+ global $gglcptch_plugin_info, $gglcptch_options;
210
  wp_enqueue_style( 'gglcptch', plugins_url( 'css/gglcptch.css', __FILE__ ), false, $gglcptch_plugin_info["Version"] );
211
+
212
+ if ( defined( 'BWS_ENQUEUE_ALL_SCRIPTS' ) && BWS_ENQUEUE_ALL_SCRIPTS ) {
213
+ if ( ! wp_script_is( 'gglcptch_api', 'registered' ) ) {
214
+ if ( isset( $gglcptch_options['recaptcha_version'] ) && 'v2' == $gglcptch_options['recaptcha_version'] ) {
215
+ $api_url = "https://www.google.com/recaptcha/api.js";
216
+ } else {
217
+ $api_url = "https://www.google.com/recaptcha/api/js/recaptcha_ajax.js";
218
+ }
219
+ wp_register_script( 'gglcptch_api', $api_url, false, false, true );
220
+ add_action( 'wp_footer', 'gglcptch_add_scripts' );
221
+ if (
222
+ '1' == $gglcptch_options['login_form'] ||
223
+ '1' == $gglcptch_options['reset_pwd_form'] ||
224
+ '1' == $gglcptch_options['registration_form']
225
+ )
226
+ add_action( 'login_footer', 'gglcptch_add_scripts' );
227
+ }
228
+ }
229
  }
230
  }
231
 
255
  ),
256
  'vars' => array(
257
  'ajaxurl' => admin_url( 'admin-ajax.php' ),
258
+ 'error_msg' => __( 'Error: You have entered an incorrect reCAPTCHA value', 'google-captcha' ),
259
  'nonce' => wp_create_nonce( 'gglcptch_recaptcha_nonce' ),
260
  'visibility' => ( 'login_footer' == current_filter() ) ? true : false
261
  )
263
  }
264
  }
265
 
266
+ if ( ! function_exists( 'gglcptch_pagination_callback' ) ) {
267
+ function gglcptch_pagination_callback( $content ) {
268
+ $content .= "if ( typeof gglcptch !== 'undefined' ) { gglcptch.prepare(); }";
269
+ return $content;
270
+ }
271
+ }
272
+
273
  /**
274
  * Add the "async" attribute to our registered script.
275
  */
281
  }
282
  }
283
 
284
+ if ( ! function_exists( 'gglcptch_create_table' ) ) {
285
+ function gglcptch_create_table() {
286
+ global $wpdb;
287
+ require_once( ABSPATH . 'wp-admin/includes/upgrade.php' );
288
+ $whitelist_exist = $wpdb->query( "SHOW TABLES LIKE '{$wpdb->prefix}gglcptch_whitelist';" );
289
+ if ( ! $whitelist_exist ) {
290
+ $sql = "CREATE TABLE `{$wpdb->prefix}gglcptch_whitelist` (
291
+ `id` INT UNSIGNED NOT NULL AUTO_INCREMENT,
292
+ `ip` CHAR(31) NOT NULL,
293
+ `ip_from_int` BIGINT,
294
+ `ip_to_int` BIGINT,
295
+ `add_time` DATETIME,
296
+ PRIMARY KEY (`id`)
297
+ ) ENGINE=InnoDB DEFAULT CHARSET=utf8;";
298
+ dbDelta( $sql );
299
+
300
+ /* add unique key */
301
+ if ( 0 == $wpdb->query( "SHOW KEYS FROM `{$wpdb->prefix}gglcptch_whitelist` WHERE Key_name='ip'" ) )
302
+ $wpdb->query( "ALTER TABLE `{$wpdb->prefix}gglcptch_whitelist` ADD UNIQUE(`ip`);" );
303
+ }
304
+ }
305
+ }
306
+
307
  /* Google catpcha settings */
308
  if ( ! function_exists( 'register_gglcptch_settings' ) ) {
309
  function register_gglcptch_settings() {
310
  global $gglcptch_options, $bws_plugin_info, $gglcptch_plugin_info;
311
 
312
+ $plugin_db_version = '0.1';
313
+
314
  /* Install the option defaults */
315
  if ( ! get_option( 'gglcptch_options' ) )
316
  add_option( 'gglcptch_options', gglcptch_get_default_options() );
323
  $gglcptch_options['plugin_option_version'] = $gglcptch_plugin_info["Version"];
324
  /* show pro features */
325
  $gglcptch_options['hide_premium_options'] = array();
326
+
327
+ if ( is_multisite() ) {
328
+ switch_to_blog( 1 );
329
+ register_uninstall_hook( __FILE__, 'gglcptch_delete_options' );
330
+ restore_current_blog();
331
+ } else {
332
+ register_uninstall_hook( __FILE__, 'gglcptch_delete_options' );
333
+ }
334
+ update_option( 'gglcptch_options', $gglcptch_options );
335
+ }
336
+ /* Update tables when update plugin and tables changes*/
337
+ if (
338
+ ! isset( $gglcptch_options['plugin_db_version'] ) ||
339
+ ( isset( $gglcptch_options['plugin_db_version'] ) && $gglcptch_options['plugin_db_version'] != $plugin_db_version )
340
+ ) {
341
+ if ( ! isset( $gglcptch_options['plugin_db_version'] ) ) {
342
+ gglcptch_create_table();
343
+ }
344
+ $gglcptch_options['plugin_db_version'] = $plugin_db_version;
345
  update_option( 'gglcptch_options', $gglcptch_options );
346
  }
347
  }
352
  global $gglcptch_plugin_info;
353
 
354
  $default_options = array(
355
+ 'whitelist_message' => __( 'You are in the whitelist', 'google-captcha' ),
356
  'public_key' => '',
357
  'private_key' => '',
358
  'login_form' => '1',
409
  }
410
  }
411
 
412
+ if ( ! function_exists( 'gglcptch_whitelisted_ip' ) ) {
413
+ function gglcptch_whitelisted_ip() {
414
+ global $wpdb, $gglcptch_options;
415
+ $checked = false;
416
+ if ( empty( $gglcptch_options ) )
417
+ $gglcptch_options = get_option( 'gglcptch_options' );
418
+ $whitelist_exist = $wpdb->query( "SHOW TABLES LIKE '{$wpdb->prefix}gglcptch_whitelist'" );
419
+ if ( 1 === $whitelist_exist ) {
420
+ $ip = '';
421
+ if ( isset( $_SERVER ) ) {
422
+ $server_vars = array( 'HTTP_X_REAL_IP', 'HTTP_CLIENT_IP', 'HTTP_X_FORWARDED_FOR', 'REMOTE_ADDR' );
423
+ foreach( $server_vars as $var ) {
424
+ if ( isset( $_SERVER[ $var ] ) && ! empty( $_SERVER[ $var ] ) ) {
425
+ if ( filter_var( $_SERVER[ $var ], FILTER_VALIDATE_IP ) ) {
426
+ $ip = $_SERVER[ $var ];
427
+ break;
428
+ } else { /* if proxy */
429
+ $ip_array = explode( ',', $_SERVER[ $var ] );
430
+ if ( is_array( $ip_array ) && ! empty( $ip_array ) && filter_var( $ip_array[0], FILTER_VALIDATE_IP ) ) {
431
+ $ip = $ip_array[0];
432
+ break;
433
+ }
434
+ }
435
+ }
436
+ }
437
+ }
438
+
439
+ if ( ! empty( $ip ) ) {
440
+ $ip_int = sprintf( '%u', ip2long( $ip ) );
441
+ $result = $wpdb->get_var(
442
+ "SELECT `id`
443
+ FROM `{$wpdb->prefix}gglcptch_whitelist`
444
+ WHERE ( `ip_from_int` <= {$ip_int} AND `ip_to_int` >= {$ip_int} ) OR `ip` LIKE '{$ip}' LIMIT 1;"
445
+ );
446
+ $checked = is_null( $result ) || ! $result ? false : true;
447
+ } else {
448
+ $checked = false;
449
+ }
450
+ }
451
+ return $checked;
452
+ }
453
+ }
454
+
455
  /* Display settings page */
456
  if ( ! function_exists( 'gglcptch_add_settings_page' ) ) {
457
  function gglcptch_add_settings_page() {
458
  global $gglcptch_options, $gglcptch_plugin_info, $wp_version;
459
+ require_once( dirname( __FILE__ ) . '/includes/pro_banners.php' );
460
 
461
  $plugin_basename = plugin_basename( __FILE__ );
462
  $message = $error = '';
467
  $admin_url = $is_network ? network_admin_url( '/' ) : admin_url( '/' );
468
  $bws_contact_form = gglcptch_plugin_status( array( 'contact-form-plugin/contact_form.php', 'contact-form-pro/contact_form_pro.php' ), $all_plugins, $is_network );
469
 
470
+ if ( isset( $_POST['bws_hide_premium_options'] ) && check_admin_referer( $plugin_basename, 'gglcptch_nonce_name' ) ) {
471
+ $result = bws_hide_premium_options( $gglcptch_options );
472
+ $gglcptch_options = $result['options'];
473
+ update_option( 'gglcptch_options', $gglcptch_options );
474
+ }
475
  if ( ! isset( $_GET['action'] ) ) {
476
 
477
  $all_plugins = get_plugins();
478
 
 
 
 
 
 
479
  /* Private and public keys */
480
  $gglcptch_keys = array(
481
  'public' => array(
528
  if ( $_POST['gglcptch_public_key'] != $gglcptch_options['public_key'] || $_POST['gglcptch_private_key'] != $gglcptch_options['private_key'] )
529
  $gglcptch_options['keys_verified'] = false;
530
 
531
+ $gglcptch_options['whitelist_message'] = stripslashes( esc_html( $_POST['gglcptch_whitelist_message'] ) );
532
  $gglcptch_options['public_key'] = trim( stripslashes( esc_html( $_POST['gglcptch_public_key'] ) ) );
533
  $gglcptch_options['private_key'] = trim( stripslashes( esc_html( $_POST['gglcptch_private_key'] ) ) );
534
  $gglcptch_options['login_form'] = isset( $_POST['gglcptch_login_form'] ) ? 1 : 0;
536
  $gglcptch_options['reset_pwd_form'] = isset( $_POST['gglcptch_reset_pwd_form'] ) ? 1 : 0;
537
  $gglcptch_options['comments_form'] = isset( $_POST['gglcptch_comments_form'] ) ? 1 : 0;
538
  $gglcptch_options['contact_form'] = isset( $_POST['gglcptch_contact_form'] ) ? 1 : 0;
539
+ $gglcptch_options['recaptcha_version'] = 'v1' == $_POST['gglcptch_recaptcha_version'] ? 'v1' : 'v2';
540
+ $gglcptch_options['theme'] = stripslashes( esc_html( $_POST['gglcptch_theme'] ) );
541
+ $gglcptch_options['theme_v2'] = stripslashes( esc_html( $_POST['gglcptch_theme_v2'] ) );
542
 
543
  if ( function_exists( 'get_editable_roles' ) ) {
544
  foreach ( get_editable_roles() as $role => $fields ) {
553
  if ( isset( $_REQUEST['bws_restore_confirm'] ) && check_admin_referer( $plugin_basename, 'bws_settings_nonce_name' ) ) {
554
  $gglcptch_options = gglcptch_get_default_options();
555
  update_option( 'gglcptch_options', $gglcptch_options );
556
+ $message = __( 'All plugin settings were restored', 'google-captcha' );
557
  }
558
  }
559
 
567
  elseif ( ! empty( $go_pro_result['message'] ) )
568
  $message = $go_pro_result['message'];
569
  } ?>
570
+ <div class="wrap gglcptch_settings_page">
571
  <h1 style="line-height: normal;"><?php _e( 'Google Captcha Settings', 'google-captcha' ); ?></h1>
572
  <h2 class="nav-tab-wrapper">
573
  <a class="nav-tab<?php if ( ! isset( $_GET['action'] ) ) echo ' nav-tab-active'; ?>" href="admin.php?page=google-captcha.php"><?php _e( 'Settings', 'google-captcha' ); ?></a>
574
+ <a class="nav-tab<?php if ( isset( $_GET['action'] ) && 'whitelist' == $_GET['action'] ) echo ' nav-tab-active'; ?>" href="admin.php?page=google-captcha.php&amp;action=whitelist"><?php _e( 'Whitelist', 'google-captcha' ); ?></a>
575
  <a class="nav-tab <?php if ( isset( $_GET['action'] ) && 'custom_code' == $_GET['action'] ) echo ' nav-tab-active'; ?>" href="admin.php?page=google-captcha.php&amp;action=custom_code"><?php _e( 'Custom code', 'google-captcha' ); ?></a>
576
  <a class="nav-tab<?php if ( isset( $_GET['action'] ) && 'go_pro' == $_GET['action'] ) echo ' nav-tab-active'; ?> bws_go_pro_tab" href="admin.php?page=google-captcha.php&amp;action=go_pro"><?php _e( 'Go PRO', 'google-captcha' ); ?></a>
577
  </h2>
609
  <form id="gglcptch_admin_settings_page" class="bws_form" method="post" action="admin.php?page=google-captcha.php">
610
  <h3><?php _e( 'Authentication', 'google-captcha' ); ?></h3>
611
  <p><?php printf( __( 'Before you are able to do something, you must to register %shere%s', 'google-captcha' ), '<a target="_blank" href="https://www.google.com/recaptcha/admin#list">','</a>.' ); ?></p>
612
+ <p><?php _e( 'Enter site key and secret key, that you get after registration', 'google-captcha' ); ?></p>
613
  <table id="gglcptch-keys" class="form-table">
614
  <?php foreach ( $gglcptch_keys as $key => $fields ) { ?>
615
  <tr valign="top">
665
  } elseif ( 'not_installed' == $gglcptch_plugin['status'] ) {
666
  $gglcptch_attrs = 'disabled="disabled"';
667
  $gglcptch_plugin_notice = sprintf( __( 'You should %s to use this functionality', 'google-captcha' ),
668
+ sprintf( '<a href="http://bestwebsoft.com/products/wordpress/plugins/contact-form/?k=0a750deb99a8e5296a5432f4c9cb9b55&pn=75&v=%s&wp_v=%s">%s %s</a>', $gglcptch_plugin_info["Version"], $wp_version, __( 'download', 'google-captcha' ), $gglcptch_plugin_name )
669
  );
670
  }
671
  if ( $gglcptch_attrs == '' && ( is_plugin_active( 'contact-form-multi-pro/contact-form-multi-pro.php' ) || is_plugin_active( 'contact-form-multi/contact-form-multi.php' ) ) )
672
+ $gglcptch_plugin_notice = ' (' . __( 'Check off for adding captcha to forms on their settings pages', 'google-captcha' ) . ')';
673
 
674
  if ( '1' == $gglcptch_options['contact_form'] && $gglcptch_attrs == '' ) {
675
+ $gglcptch_attrs .= ' checked="checked"';
676
  } ?>
677
  <label><input type="checkbox" <?php echo $gglcptch_attrs; ?> name="gglcptch_contact_form" value="contact_form" /> <?php echo $gglcptch_plugin_name; ?></label>
678
  <div class="bws_help_box dashicons dashicons-editor-help" style="vertical-align: middle;"><div class="bws_hidden_help_text"><img src="<?php echo plugins_url( 'google-captcha/images'); ?>/contact_form.jpg" title="<?php echo $gglcptch_plugin_name; ?>" alt="<?php echo $gglcptch_plugin_name; ?>"></div></div>
679
  <span class="bws_info"><?php echo $gglcptch_plugin_notice; ?></span><br />
680
+ <?php gglcptch_pro_block( 'gglcptch_supported_plugins_banner' ); ?>
681
+ <span class="bws_info"><?php printf( __( 'If you would like to add Google Captcha (reCAPTCHA) to a custom form see %s', 'google-captcha' ), sprintf( '<a href="http://bestwebsoft.com/products/wordpress/plugins/google-captcha/faq/" target="_blank">%s</a>', __( 'FAQ', 'google-captcha' ) ) ); ?></span>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
682
  </fieldset>
683
  </td>
684
  </tr>
694
  </fieldset>
695
  </td>
696
  </tr>
697
+ <tr valign="top">
698
+ <th scope="row"><?php _e( 'Whitelist notification', 'google-captcha' ); ?></th>
699
+ <td>
700
+ <label>
701
+ <input type="text" id="gglcptch_whitelist_message" name="gglcptch_whitelist_message" value="<?php echo $gglcptch_options['whitelist_message']; ?>">
702
+ <div class="bws_help_box dashicons dashicons-editor-help" style="vertical-align: middle;">
703
+ <div class="bws_hidden_help_text" style="min-width: 260px;">
704
+ <?php _e( 'This message will be displayed instead of the reCAPTCHA If the user IP is added to the whitelist', 'google-captcha' ); ?>
705
+ </div>
706
+ </div><div class="clear"></div>
707
+ </label>
708
+ </td>
709
+ </tr>
710
  <tr valign="top">
711
  <th scope="row"><?php _e( 'reCAPTCHA version', 'google-captcha' ); ?></th>
712
  <td>
744
  </td>
745
  </tr>
746
  </table>
747
+ <?php gglcptch_pro_block( 'gglcptch_additional_settings_banner' ); ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
748
  <p class="submit">
749
  <input id="bws-submit-button" type="submit" class="button-primary" value="<?php _e( 'Save Changes', 'google-captcha' ); ?>" name="gglcptch_save_changes" />
750
  <input type="hidden" name="gglcptch_form_submit" value="submit" />
753
  </form>
754
  <?php bws_form_restore_default_settings( $plugin_basename );
755
  }
756
+ } elseif ( 'whitelist' == $_GET['action'] ) {
757
+ require_once( dirname( __FILE__ ) . '/includes/whitelist.php' );
758
+ $page = new Gglcptch_Whitelist( $plugin_basename );
759
+ if ( is_object( $page ) )
760
+ $page->display_content();
761
  } elseif ( 'custom_code' == $_GET['action'] ) {
762
+ bws_custom_code_tab();
763
  } elseif ( 'go_pro' == $_GET['action'] ) {
764
  bws_go_pro_tab_show( $bws_hide_premium_options_check, $gglcptch_plugin_info, $plugin_basename, 'google-captcha.php', 'google-captcha-pro.php', 'google-captcha-pro/google-captcha-pro.php', 'google-captcha', 'b850d949ccc1239cab0da315c3c822ab', '109', isset( $go_pro_result['pro_plugin_is_activated'] ) );
765
  }
789
  /* Display google captcha via shortcode */
790
  if ( ! function_exists( 'gglcptch_display' ) ) {
791
  function gglcptch_display( $content = false ) {
792
+ global $gglcptch_options, $gglcptch_count, $gglcptch_ip_in_whitelist;
793
 
794
  if ( empty( $gglcptch_options ) )
795
  register_gglcptch_settings();
796
 
797
+ if ( empty( $gglcptch_ip_in_whitelist ) )
798
+ $gglcptch_ip_in_whitelist = gglcptch_whitelisted_ip();
799
 
800
+ if ( ! $gglcptch_ip_in_whitelist ) {
 
801
 
802
+ if ( ! $gglcptch_count )
803
+ $gglcptch_count = 1;
804
+
805
+ $publickey = $gglcptch_options['public_key'];
806
+ $privatekey = $gglcptch_options['private_key'];
807
+
808
+ $content .= '<div class="gglcptch gglcptch_' . $gglcptch_options['recaptcha_version'] . '">';
809
+ if ( ! $privatekey || ! $publickey ) {
810
+ if ( current_user_can( 'manage_options' ) ) {
811
+ $content .= sprintf(
812
+ '<strong>%s <a target="_blank" href="https://www.google.com/recaptcha/admin#list">%s</a> %s <a target="_blank" href="%s">%s</a>.</strong>',
813
+ __( 'To use Google Captcha you must get the keys from', 'google-captcha' ),
814
+ __( 'here', 'google-captcha' ),
815
+ __( 'and enter them on the', 'google-captcha' ),
816
+ admin_url( '/admin.php?page=google-captcha.php' ),
817
+ __( 'plugin setting page', 'google-captcha' )
818
+ );
819
+ }
820
+ $content .= '</div>';
821
+ $gglcptch_count++;
822
+ return $content;
823
  }
 
 
 
 
824
 
825
+ /* generating random id value in case of getting content with pagination plugin for not getting duplicate id values */
826
+ $id = mt_rand();
827
+ if ( isset( $gglcptch_options['recaptcha_version'] ) && 'v2' == $gglcptch_options['recaptcha_version'] ) {
828
+ $content .= '<div id="gglcptch_recaptcha_' . $id . '" class="gglcptch_recaptcha"></div>
829
+ <noscript>
830
+ <div style="width: 302px;">
831
+ <div style="width: 302px; height: 422px; position: relative;">
832
+ <div style="width: 302px; height: 422px; position: absolute;">
833
+ <iframe src="https://www.google.com/recaptcha/api/fallback?k=' . $publickey . '" frameborder="0" scrolling="no" style="width: 302px; height:422px; border-style: none;"></iframe>
834
+ </div>
835
+ </div>
836
+ <div style="border-style: none; bottom: 12px; left: 25px; margin: 0px; padding: 0px; right: 25px; background: #f9f9f9; border: 1px solid #c1c1c1; border-radius: 3px; height: 60px; width: 300px;">
837
+ <textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response" style="width: 250px !important; height: 40px !important; border: 1px solid #c1c1c1 !important; margin: 10px 25px !important; padding: 0px !important; resize: none !important;"></textarea>
838
  </div>
839
  </div>
840
+ </noscript>';
841
+ $api_url = "https://www.google.com/recaptcha/api.js";
842
+ } else {
843
+ require_once( 'lib/recaptchalib.php' );
844
+ $content .= '<div id="gglcptch_recaptcha_' . $id . '" class="gglcptch_recaptcha"></div>';
845
+ $content .= gglcptch_recaptcha_get_html( $publickey, null, is_ssl() );
846
+ $api_url = "https://www.google.com/recaptcha/api/js/recaptcha_ajax.js";
847
+ }
848
+ $content .= '</div>';
849
+ $gglcptch_count++;
 
 
 
 
850
 
851
+ /* register reCAPTCHA script */
852
+ if ( ! wp_script_is( 'gglcptch_api', 'registered' ) ) {
853
+ wp_register_script( 'gglcptch_api', $api_url, false, false, true );
854
+ add_action( 'wp_footer', 'gglcptch_add_scripts' );
855
+ if (
856
+ '1' == $gglcptch_options['login_form'] ||
857
+ '1' == $gglcptch_options['reset_pwd_form'] ||
858
+ '1' == $gglcptch_options['registration_form']
859
+ )
860
+ add_action( 'login_footer', 'gglcptch_add_scripts' );
861
+ }
862
+ } else {
863
+ if ( ! empty( $gglcptch_options['whitelist_message'] ) )
864
+ $content .= '<label class="gglcptch_whitelist_message">' . $gglcptch_options['whitelist_message'] . '</label>';
865
  }
866
 
867
  return $content;
978
  $from_width = 450;
979
  } ?>
980
  <style type="text/css" media="screen">
981
+ .login-action-login #loginform,
982
+ .login-action-lostpassword #lostpasswordform,
983
+ .login-action-register #registerform {
984
  width: <?php echo $from_width; ?>px !important;
985
  }
986
  #login_error,
987
  .message {
988
  width: <?php echo $from_width + 20; ?>px !important;
989
  }
990
+ .login-action-login #loginform .gglcptch,
991
+ .login-action-lostpassword #lostpasswordform .gglcptch,
992
+ .login-action-register #registerform .gglcptch {
993
  margin-bottom: 10px;
994
  }
995
  </style>
1009
  return $user;
1010
  }
1011
 
1012
+ $error_message = sprintf( '<strong>%s</strong>: %s', __( 'Error', 'google-captcha' ), __( 'You have entered an incorrect reCAPTCHA value', 'google-captcha' ) );
1013
 
1014
  if ( $result['reason'] == 'VERIFICATION_FAILED' ) {
1015
  wp_clear_auth_cookie();
1057
  if ( isset( $old_cf_version ) ) {
1058
  return false;
1059
  } else /* end @todo */ {
1060
+ $error_message = '<strong>' . __( 'Error', 'google-captcha' ) . '</strong>:&nbsp;' . __( 'You have entered an incorrect reCAPTCHA value', 'google-captcha' );
1061
  /**
1062
  * Function 'cntctfrm_handle_captcha_filters' was added in Contact Form 4.0.2 (Free and Pro)
1063
  * remove this condition. WP_Error is correct object for return.
1087
  if ( ! is_wp_error( $allow ) )
1088
  $allow = new WP_Error();
1089
 
1090
+ $allow->add( 'gglcptch_error', '<strong>' . __( 'ERROR', 'google-captcha' ) . '</strong>:&nbsp;' . __( 'You have entered an incorrect reCAPTCHA value', 'google-captcha' ) . '.' );
1091
  return $allow;
1092
  }
1093
  }
1107
  function gglcptch_signup_check( $result ) {
1108
  global $current_user;
1109
 
1110
+ if ( is_admin() && ! defined( 'DOING_AJAX' ) && ! empty( $current_user->data->ID ) )
1111
  return $result;
1112
 
1113
  $check_result = gglcptch_check();
1116
  return $result;
1117
 
1118
  $error = $result['errors'];
1119
+ $error->add( 'gglcptch_error', '<strong>' . __( 'ERROR', 'google-captcha' ) . '</strong>:&nbsp;' . __( 'You have entered an incorrect reCAPTCHA value', 'google-captcha' ) . '.' );
1120
  return $result;
1121
  }
1122
  }
1142
  if ( $result['response'] || $result['reason'] == 'ERROR_NO_KEYS' )
1143
  return;
1144
 
1145
+ wp_die( '<strong>' . __( 'ERROR', 'google-captcha' ) . '</strong>:&nbsp;' . __( 'You have entered an incorrect reCAPTCHA value. Click the BACK button on your browser, and try again.', 'google-captcha' ) );
1146
  }
1147
  }
1148
 
1199
  if ( ! $result['response'] ) {
1200
  $errors = array(
1201
  /* custom error */
1202
+ 'RECAPTCHA_EMPTY_RESPONSE' => __( 'The user response was missing', 'google-captcha' ),
1203
  /* v2 error */
1204
+ 'missing-input-secret' => __( 'The Secret Key is missing', 'google-captcha' ),
1205
  'invalid-input-secret' => sprintf(
1206
  '<strong>%s</strong>. <a target="_blank" href="https://www.google.com/recaptcha/admin#list">%s</a> %s.',
1207
  __( 'The Secret Key is invalid', 'google-captcha' ),
1208
  __( 'Check your domain configuration', 'google-captcha' ),
1209
  __( 'and enter it again', 'google-captcha' )
1210
  ),
1211
+ 'missing-input-response' => __( 'The user response was missing', 'google-captcha' ),
1212
+ 'invalid-input-response' => __( 'The user response is invalid', 'google-captcha' ),
1213
  /* v1 error */
1214
  'invalid-site-private-key' => sprintf(
1215
  '<strong>%s</strong>. <a target="_blank" href="https://www.google.com/recaptcha/admin#list">%s</a> %s.',
1217
  __( 'Check your domain configuration', 'google-captcha' ),
1218
  __( 'and enter it again', 'google-captcha' )
1219
  ),
1220
+ 'incorrect-captcha-sol' => __( 'The user response is invalid', 'google-captcha' ),
1221
  );
1222
 
1223
  if ( isset( $result['reason'] ) ) {
1226
  <?php }
1227
  }
1228
  } else { ?>
1229
+ <div class="updated gglcptch-test-results"><p><?php _e( 'The verification is successfully completed','google-captcha' ); ?></p></div>
1230
  <?php $gglcptch_options = get_option( 'gglcptch_options' );
1231
  $gglcptch_options['keys_verified'] = true;
1232
  update_option( 'gglcptch_options', $gglcptch_options );
1320
 
1321
  if ( ! function_exists( 'gglcptch_delete_options' ) ) {
1322
  function gglcptch_delete_options() {
 
 
1323
  if ( ! function_exists( 'get_plugins' ) )
1324
  require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
 
1325
  $all_plugins = get_plugins();
1326
 
1327
  if ( ! array_key_exists( 'google-captcha-pro/google-captcha-pro.php', $all_plugins ) ) {
1328
+ global $wpdb;
1329
  if ( function_exists( 'is_multisite' ) && is_multisite() ) {
1330
  $old_blog = $wpdb->blogid;
1331
  /* Get all blog ids */
1332
  $blogids = $wpdb->get_col( "SELECT `blog_id` FROM $wpdb->blogs" );
1333
  foreach ( $blogids as $blog_id ) {
1334
  switch_to_blog( $blog_id );
1335
+ $wpdb->query( "DROP TABLE IF EXISTS `{$wpdb->prefix}gglcptch_whitelist`;" );
1336
  delete_option( 'gglcptch_options' );
1337
  }
1338
  switch_to_blog( $old_blog );
1339
  } else {
1340
+ $wpdb->query( "DROP TABLE IF EXISTS `{$wpdb->prefix}gglcptch_whitelist`;" );
1341
  delete_option( 'gglcptch_options' );
1342
  }
1343
  }
1348
  }
1349
  }
1350
 
1351
+ register_activation_hook( __FILE__, 'gglcptch_plugin_activate' );
1352
+
1353
  add_action( 'admin_menu', 'gglcptch_admin_menu' );
1354
 
1355
  add_action( 'init', 'gglcptch_init' );
1361
  add_action( 'wp_enqueue_scripts', 'gglcptch_add_styles' );
1362
  add_filter( 'script_loader_tag', 'gglcptch_add_async_attribute', 10, 2 );
1363
  add_action( 'admin_footer', 'gglcptch_admin_footer' );
1364
+ add_filter( 'pgntn_callback', 'gglcptch_pagination_callback' );
1365
 
1366
  /* custom filter for bws button in tinyMCE */
1367
  add_filter( 'bws_shortcode_button_content', 'gglcptch_shortcode_button_content' );
1376
  add_action( 'wp_ajax_gglcptch_captcha_check', 'gglcptch_captcha_check' );
1377
  add_action( 'wp_ajax_nopriv_gglcptch_captcha_check', 'gglcptch_captcha_check' );
1378
  add_action( 'wp_ajax_gglcptch-test-keys', 'gglcptch_test_keys' );
1379
+ add_action( 'wp_ajax_gglcptch_test_keys_verification', 'gglcptch_test_keys_verification' );
 
 
 
images/recaptcha_v2_compact_dark.png ADDED
Binary file
images/recaptcha_v2_compact_light.png ADDED
Binary file
images/recaptcha_v2_normal_dark.png ADDED
Binary file
images/recaptcha_v2_normal_light.png ADDED
Binary file
includes/pro_banners.php ADDED
@@ -0,0 +1,112 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Display banners on settings page
4
+ * @package Google Captcha(reCAPTCHA) by BestWebSoft
5
+ * @since 1.27
6
+ */
7
+
8
+ /**
9
+ * Show ads for PRO
10
+ * @param string $func function to call
11
+ * @return void
12
+ */
13
+ if ( ! function_exists( 'gglcptch_pro_block' ) ) {
14
+ function gglcptch_pro_block( $func, $show_cross = true, $display_always = false ) {
15
+ global $gglcptch_plugin_info, $wp_version, $gglcptch_options;
16
+ if ( $display_always || ! bws_hide_premium_options_check( $gglcptch_options ) ) { ?>
17
+ <div class="bws_pro_version_bloc gglcptch_pro_block <?php echo $func;?>" title="<?php _e( 'This options is available in Pro version of plugin', 'google-captcha' ); ?>">
18
+ <div class="bws_pro_version_table_bloc">
19
+ <?php if ( $show_cross ) { ?>
20
+ <button type="submit" name="bws_hide_premium_options" class="notice-dismiss bws_hide_premium_options" title="<?php _e( 'Close', 'google-captcha' ); ?>"></button>
21
+ <?php } ?>
22
+ <div class="bws_table_bg"></div>
23
+ <div class="bws_pro_version">
24
+ <?php call_user_func( $func ); ?>
25
+ </div>
26
+ </div>
27
+ <div class="bws_pro_version_tooltip">
28
+ <div class="bws_info"><?php _e( 'Unlock premium options by upgrading to Pro version', 'google-captcha' ); ?></div>
29
+ <a class="bws_button" href="http://bestwebsoft.com/products/wordpress/plugins/google-captcha/?k=b850d949ccc1239cab0da315c3c822ab&pn=109&v=<?php echo $gglcptch_plugin_info["Version"]; ?>&wp_v=<?php echo $wp_version; ?>" target="_blank" title="Google Captcha Pro (reCAPTCHA)">
30
+ <?php _e( 'Learn More', 'google-captcha' ); ?>
31
+ </a>
32
+ <div class="clear"></div>
33
+ </div>
34
+ </div>
35
+ <?php }
36
+ }
37
+ }
38
+
39
+ if ( ! function_exists( 'gglcptch_whitelist_banner' ) ) {
40
+ function gglcptch_whitelist_banner() { ?>
41
+ <table class="form-table bws_pro_version">
42
+ <tr>
43
+ <td valign="top"><?php _e( 'Reason', 'google-captcha' ); ?>
44
+ <input disabled type="text" style="margin: 10px 0;"/><br />
45
+ <span class="bws_info" style="line-height: 2;"><?php _e( "Allowed formats", 'google-captcha' ); ?>:&nbsp;<code>192.168.0.1, 192.168.0., 192.168., 192., 192.168.0.1/8, 123.126.12.243-185.239.34.54</code></span><br />
46
+ <span class="bws_info" style="line-height: 2;"><?php _e( "Allowed separators for IPs: a comma", 'google-captcha' ); ?> (<code>,</code>), <?php _e( 'semicolon', 'google-captcha' ); ?> (<code>;</code>), <?php _e( 'ordinary space, tab, new line or carriage return', 'google-captcha' ); ?></span><br />
47
+ <span class="bws_info" style="line-height: 2;"><?php _e( "Allowed separators for reasons: a comma", 'google-captcha' ); ?> (<code>,</code>), <?php _e( 'semicolon', 'google-captcha' ); ?> (<code>;</code>), <?php _e( 'tab, new line or carriage return', 'google-captcha' ); ?></span>
48
+ </td>
49
+ </tr>
50
+ </table>
51
+ <?php }
52
+ }
53
+
54
+ if ( ! function_exists( 'gglcptch_supported_plugins_banner' ) ) {
55
+ function gglcptch_supported_plugins_banner() { ?>
56
+ <label><input disabled="disabled" type="checkbox" disabled="disabled" name="gglcptch_sbscrbr" value="1"> Subscriber by BestWebSoft</label><br>
57
+ <label><input disabled="disabled" type="checkbox" disabled="disabled" name="gglcptch_cf7" value="1"> Contact Form 7</label><br>
58
+ <label><input disabled="disabled" type="checkbox" disabled="disabled" name="gglcptch_buddypress_register" value="1"> BuddyPress Registration form</label><br>
59
+ <label><input disabled="disabled" type="checkbox" disabled="disabled" name="gglcptch_buddypress_comments" value="1"> BuddyPress Comments form</label><br>
60
+ <label><input disabled="disabled" type="checkbox" disabled="disabled" name="gglcptch_buddypress_group" value="1"> BuddyPress "Create a Group" form</label>
61
+ <?php }
62
+ }
63
+
64
+ if ( ! function_exists( 'gglcptch_additional_settings_banner' ) ) {
65
+ function gglcptch_additional_settings_banner() {
66
+ global $gglcptch_options;
67
+ $gglcptch_sizes_v2 = array(
68
+ 'normal' => __( 'Normal', 'google-captcha' ),
69
+ 'compact' => __( 'Compact', 'google-captcha' )
70
+ ); ?>
71
+ <table class="form-table bws_pro_version">
72
+ <tr valign="top">
73
+ <th scope="row"><?php _e( 'reCAPTCHA language', 'google-captcha' ); ?></th>
74
+ <td>
75
+ <select disabled="disabled">
76
+ <option selected="selected">English (US)</option>
77
+ </select>
78
+ <div style="margin: 5px 0 0;">
79
+ <input disabled="disabled" id="gglcptch_use_multilanguage_locale" type="checkbox" />
80
+ <label for="gglcptch_use_multilanguage_locale"><?php _e( 'Use the current site language', 'google-captcha' ); ?></label>&nbsp;<span class="bws_info">(<?php _e( 'Using', 'google-captcha' ); ?> Multilanguage by BestWebSoft)</span>
81
+ </div>
82
+ </td>
83
+ </tr>
84
+ <tr valign="top">
85
+ <th scope="row">
86
+ <?php _e( 'reCAPTCHA size', 'google-captcha' ); ?>
87
+ <br/><span class="bws_info">(<?php _e( 'for version', 'google-captcha' ); ?> 2)</span>
88
+ </th>
89
+ <td><fieldset>
90
+ <?php foreach ( $gglcptch_sizes_v2 as $value => $name ) {
91
+ $tooltip = sprintf(
92
+ '<div class="bws_help_box dashicons dashicons-editor-help" style="vertical-align: middle;z-index:2;"><div class="bws_hidden_help_text" style="z-index: 3;"><img src="%1$s%2$s%3$s"%5$s><img src="%1$s%2$s%4$s"%6$s></div></div><br/>',
93
+ plugins_url( 'google-captcha/images'),
94
+ $name == 'Normal' ? '/recaptcha_v2_normal' : '/recaptcha_v2_compact',
95
+ '_light.png',
96
+ '_dark.png',
97
+ ' class="gglcptch_size_sample gglcptch_size_sample_light' . ( 'light' == $gglcptch_options['theme_v2'] ? '"' : ' hidden"' ),
98
+ ' class="gglcptch_size_sample gglcptch_size_sample_dark' . ( 'dark' == $gglcptch_options['theme_v2'] ? '"' : ' hidden"' )
99
+ );
100
+ printf(
101
+ '<div class="gglcptch_size_v2"><label><input disabled="disabled" type="radio" %s> %s</label>%s</div>',
102
+ $name == 'Normal' ? ' checked="checked"' : '',
103
+ $name,
104
+ $tooltip
105
+ );
106
+ } ?>
107
+ </fieldset>
108
+ </td>
109
+ </tr>
110
+ </table>
111
+ <?php }
112
+ }
includes/whitelist.php ADDED
@@ -0,0 +1,370 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Display content of "Whitelist" tab on settings page
4
+ * @subpackage Google Captcha
5
+ * @since 1.27
6
+ * @version 1.0.0
7
+ */
8
+
9
+ if ( ! class_exists( 'Gglcptch_Whitelist' ) ) {
10
+ if ( ! class_exists( 'WP_List_Table' ) )
11
+ require_once( ABSPATH . 'wp-admin/includes/class-wp-list-table.php' );
12
+
13
+ class Gglcptch_Whitelist extends WP_List_Table {
14
+ private
15
+ $basename,
16
+ $order_by,
17
+ $per_page,
18
+ $paged,
19
+ $order,
20
+ $s;
21
+
22
+ /**
23
+ * Constructor of class
24
+ */
25
+ function __construct( $plugin_basename ) {
26
+ global $gglcptch_options;
27
+ if ( empty( $gglcptch_options ) )
28
+ $gglcptch_options = get_option( 'gglcptch_options' );
29
+ parent::__construct( array(
30
+ 'singular' => 'IP',
31
+ 'plural' => 'IP',
32
+ 'ajax' => true,
33
+ )
34
+ );
35
+ $this->basename = $plugin_basename;
36
+ $this->display_notices();
37
+ }
38
+
39
+ /**
40
+ * Display content
41
+ * @return void
42
+ */
43
+ function display_content() {
44
+ global $wp_version, $gglcptch_options;
45
+ if ( isset( $_SERVER ) ) {
46
+ $sever_vars = array( 'HTTP_X_REAL_IP', 'HTTP_CLIENT_IP', 'HTTP_X_FORWARDED_FOR', 'REMOTE_ADDR' );
47
+ foreach ( $sever_vars as $var ) {
48
+ if ( isset( $_SERVER[ $var ] ) && ! empty( $_SERVER[ $var ] ) ) {
49
+ if ( filter_var( $_SERVER[ $var ], FILTER_VALIDATE_IP ) ) {
50
+ $my_ip = $_SERVER[ $var ];
51
+ break;
52
+ } else { /* if proxy */
53
+ $ip_array = explode( ',', $_SERVER[ $var ] );
54
+ if ( is_array( $ip_array ) && ! empty( $ip_array ) && filter_var( $ip_array[0], FILTER_VALIDATE_IP ) ) {
55
+ $my_ip = $ip_array[0];
56
+ break;
57
+ }
58
+ }
59
+ }
60
+ }
61
+ }
62
+
63
+ $this->prepare_items(); ?>
64
+ <p><strong><?php _e( 'For IP addresses from the whitelist reCAPTCHA will not be displayed', 'google-captcha' ); ?></strong></p>
65
+ <?php if ( ! ( isset( $_REQUEST['gglcptch_show_whitelist_form'] ) || isset( $_REQUEST['gglcptch_add_to_whitelist'] ) ) ) { ?>
66
+ <form method="post" action="admin.php?page=google-captcha.php&amp;action=whitelist" style="margin: 10px 0;">
67
+ <table>
68
+ <tr>
69
+ <td class="gglcptch_whitelist_buttons">
70
+ <div class="alignleft">
71
+ <button class="button" name="gglcptch_show_whitelist_form" value="on"><?php _e( 'Add IP to the whitelist', 'google-captcha' ); ?></button>
72
+ </div>
73
+ <noscript>
74
+ <div class="alignleft">
75
+ <input type="submit" name="gglcptch_save_add_ip_form_button" class="button-primary" value="<?php _e( 'Save changes', 'google-captcha' ); ?>" />
76
+ </div>
77
+ </noscript>
78
+ <?php wp_nonce_field( $this->basename, 'gglcptch_nonce_name' ); ?>
79
+ <input type="hidden" name="gglcptch_save_add_ip_form" value="1"/>
80
+ <td>
81
+ </tr>
82
+ </table>
83
+ </form>
84
+ <?php } ?>
85
+ <form class="form-table gglcptch_whitelist_form" method="post" action="admin.php?page=google-captcha.php&amp;action=whitelist" style="margin: 10px 0;<?php echo ! ( isset( $_REQUEST['gglcptch_show_whitelist_form'] ) || isset( $_REQUEST['gglcptch_add_to_whitelist'] ) ) ? 'display: none;': ''; ?>">
86
+ <div style="margin: 10px 0; position: relative;">
87
+ <input type="text" maxlength="31" name="gglcptch_add_to_whitelist" />
88
+ <?php if ( isset( $my_ip ) ) { ?>
89
+ <br />
90
+ <label id="gglcptch_add_my_ip">
91
+ <input type="checkbox" name="gglcptch_add_to_whitelist_my_ip" value="1" />
92
+ <?php _e( 'My IP', 'google-captcha' ); ?>
93
+ <input type="hidden" name="gglcptch_add_to_whitelist_my_ip_value" value="<?php echo $my_ip; ?>" />
94
+ </label>
95
+ <?php } ?>
96
+ <br /><input type="submit" class="button-secondary" value="<?php _e( 'Save IP to the whitelist', 'google-captcha' ) ?>" />
97
+ <?php wp_nonce_field( $this->basename, 'gglcptch_nonce_name' ); ?>
98
+ </div>
99
+ <div style="margin: 10px 0;">
100
+ <span class="bws_info" style="line-height: 2;"><?php _e( "Allowed formats", 'google-captcha' ); ?>:&nbsp;<code>192.168.0.1</code></span><br/>
101
+ <span class="bws_info" style="line-height: 2;"><?php _e( "Allowed diapason", 'google-captcha' ); ?>:&nbsp;<code>0.0.0.0 - 255.255.255.255</code></span>
102
+ </div>
103
+ <?php gglcptch_pro_block( 'gglcptch_whitelist_banner' ); ?>
104
+ </form>
105
+ <form id="gglcptch_whitelist_search" method="post" action="admin.php?page=google-captcha.php&amp;action=whitelist">
106
+ <?php $this->search_box( __( 'Search IP', 'google-captcha' ), 'search_whitelisted_ip' );
107
+ wp_nonce_field( $this->basename, 'gglcptch_nonce_name' ); ?>
108
+ </form>
109
+ <form id="gglcptch_whitelist" method="post" action="admin.php?page=google-captcha.php&amp;action=whitelist">
110
+ <?php $this->display();
111
+ wp_nonce_field( $this->basename, 'gglcptch_nonce_name' ); ?>
112
+ </form>
113
+ <?php }
114
+
115
+ /**
116
+ * Function to prepare data before display
117
+ * @return void
118
+ */
119
+ function prepare_items() {
120
+ if ( isset( $_GET['orderby'] ) && in_array( $_GET['orderby'], array_keys( $this->get_sortable_columns() ) ) ) {
121
+ switch ( $_GET['orderby'] ) {
122
+ case 'ip':
123
+ $this->order_by = 'ip_from_int';
124
+ break;
125
+ case 'ip_from':
126
+ $this->order_by = 'ip_from_int';
127
+ break;
128
+ case 'ip_to':
129
+ $this->order_by = 'ip_to_int';
130
+ break;
131
+ default:
132
+ $this->order_by = esc_sql( $_GET['orderby'] );
133
+ break;
134
+ }
135
+ } else {
136
+ $this->order_by = 'add_time';
137
+ }
138
+ $this->order = isset( $_REQUEST['order'] ) && in_array( strtoupper( $_REQUEST['order'] ), array( 'ASC', 'DESC' ) ) ? $_REQUEST['order'] : '';
139
+ $this->paged = isset( $_REQUEST['paged'] ) && is_numeric( $_REQUEST['paged'] ) ? $_REQUEST['paged'] : '';
140
+ $this->s = isset( $_REQUEST['s'] ) ? esc_html( trim( $_REQUEST['s'] ) ) : '';
141
+ $this->per_page = $this->get_items_per_page( 'gglcptch_per_page', 20 );
142
+
143
+ $columns = $this->get_columns();
144
+ $hidden = array();
145
+ $sortable = $this->get_sortable_columns();
146
+ $primary = 'ip';
147
+ $this->_column_headers = array( $columns, $hidden, $sortable, $primary );
148
+ $this->items = $this->get_content();
149
+ $this->set_pagination_args( array(
150
+ 'total_items' => $this->get_items_number(),
151
+ 'per_page' => 20,
152
+ )
153
+ );
154
+ }
155
+ /**
156
+ * Function to show message if empty list
157
+ * @return void
158
+ */
159
+ function no_items() {
160
+ $label = isset( $_REQUEST['s'] ) ? __( 'Nothing found', 'google-captcha' ) : __( 'No IP in the whitelist', 'google-captcha' ); ?>
161
+ <p><?php echo $label; ?></p>
162
+ <?php }
163
+
164
+ function get_columns() {
165
+ $columns = array(
166
+ 'cb' => '<input type="checkbox" />',
167
+ 'ip' => __( 'IP address', 'google-captcha' ),
168
+ 'add_time' => __( 'Date added', 'google-captcha' )
169
+ );
170
+ return $columns;
171
+ }
172
+ /**
173
+ * Get a list of sortable columns.
174
+ * @return array list of sortable columns
175
+ */
176
+ function get_sortable_columns() {
177
+ $sortable_columns = array(
178
+ 'ip' => array( 'ip', true ),
179
+ 'add_time' => array( 'add_time', false )
180
+ );
181
+ return $sortable_columns;
182
+ }
183
+ /**
184
+ * Fires when the default column output is displayed for a single row.
185
+ * @param string $column_name The custom column's name.
186
+ * @param array $item The cuurrent letter data.
187
+ * @return void
188
+ */
189
+ function column_default( $item, $column_name ) {
190
+ switch ( $column_name ) {
191
+ case 'ip':
192
+ case 'add_time':
193
+ return $item[ $column_name ];
194
+ default:
195
+ /* Show whole array for bugfix */
196
+ return print_r( $item, true );
197
+ }
198
+ }
199
+ /**
200
+ * Function to manage content of column with checboxes
201
+ * @param array $item The cuurrent letter data.
202
+ * @return string with html-structure of <input type=['checkbox']>
203
+ */
204
+ function column_cb( $item ) {
205
+ /* customize displaying cb collumn */
206
+ return sprintf(
207
+ '<input type="checkbox" name="id[]" value="%s"/>', $item['id']
208
+ );
209
+ }
210
+ /**
211
+ * Function to manage content of column with IP-adresses
212
+ * @param array $item The cuurrent letter data.
213
+ * @return string with html-structure of <input type=['checkbox']>
214
+ */
215
+ function column_ip( $item ) {
216
+ $order_by = empty( $this->order_by ) ? '' : "&orderby={$this->order_by}";
217
+ $order = empty( $this->order ) ? '' : "&order={$this->order}";
218
+ $paged = empty( $this->paged ) ? '' : "&paged={$this->paged}";
219
+ $s = empty( $this->s ) ? '' : "&s={$this->s}";
220
+ $url = "?page=google-captcha.php&action=whitelist&gglcptch_remove={$item['id']}{$order_by}{$order}{$paged}{$s}";
221
+ $actions = array(
222
+ 'remove' => '<a href="' . wp_nonce_url( $url, "gglcptch_nonce_remove_{$item['id']}" ) . '">' . __( 'Remove from the whitelist', 'google-captcha' ) . '</a>'
223
+ );
224
+ return sprintf('%1$s %2$s', $item['ip'], $this->row_actions( $actions ) );
225
+ }
226
+ /**
227
+ * List with bulk action for IP
228
+ * @return array $actions
229
+ */
230
+ function get_bulk_actions() {
231
+ /* adding bulk action */
232
+ return array( 'gglcptch_remove'=> __( 'Remove from the whitelist', 'google-captcha' ) );
233
+ }
234
+ /**
235
+ * Get content for table
236
+ * @return array
237
+ */
238
+ function get_content() {
239
+ global $wpdb;
240
+
241
+ if ( empty( $this->s ) ) {
242
+ $where = '';
243
+ } else {
244
+ $ip_int = filter_var( $this->s, FILTER_VALIDATE_IP ) ? sprintf( '%u', ip2long( $this->s ) ) : 0;
245
+ $where =
246
+ 0 == $ip_int
247
+ ?
248
+ " WHERE `ip` LIKE '%{$this->s}%' OR `ip_to` LIKE '%{$this->s}%' OR `ip_from` LIKE '%{$this->s}%'"
249
+ :
250
+ " WHERE ( `ip_from_int` <= {$ip_int} AND `ip_to_int` >= {$ip_int} )";
251
+ }
252
+ $order_by = empty( $this->order_by ) ? '' : " ORDER BY `{$this->order_by}`";
253
+ $order = empty( $this->order ) ? '' : strtoupper( " {$this->order}" );
254
+ $offset = empty( $this->paged ) ? '' : " OFFSET " . ( $this->per_page * ( absint( $this->paged ) - 1 ) );
255
+
256
+ return $wpdb->get_results( "SELECT * FROM `{$wpdb->prefix}gglcptch_whitelist`{$where}{$order_by}{$order} LIMIT {$this->per_page}{$offset}", ARRAY_A );
257
+ }
258
+
259
+ /**
260
+ * Get number of all IPs which were added to database
261
+ * @since 1.6.9
262
+ * @param void
263
+ * @return int the number of IPs
264
+ */
265
+ private function get_items_number() {
266
+ global $wpdb;
267
+ if ( empty( $this->s ) ) {
268
+ $where = '';
269
+ } else {
270
+ $ip_int = filter_var( $this->s, FILTER_VALIDATE_IP ) ? sprintf( '%u', ip2long( $this->s ) ) : 0;
271
+ $where =
272
+ 0 == $ip_int
273
+ ?
274
+ " WHERE `ip` LIKE '%{$this->s}%' OR `ip_to` LIKE '%{$this->s}%' OR `ip_from` LIKE '%{$this->s}%'"
275
+ :
276
+ " WHERE ( `ip_from_int` <= {$ip_int} AND `ip_to_int` >= {$ip_int} )";
277
+ }
278
+ return absint( $wpdb->get_var( "SELECT COUNT(`id`) FROM `{$wpdb->prefix}gglcptch_whitelist`{$where}" ) );
279
+ }
280
+
281
+ /**
282
+ * Handle necessary reqquests and display notices
283
+ * @return void
284
+ */
285
+ function display_notices() {
286
+ global $wpdb, $gglcptch_options;
287
+ $error = $message = '';
288
+
289
+ $bulk_action = isset( $_REQUEST['action'] ) && 'gglcptch_remove' == $_REQUEST['action'] ? true : false;
290
+ if ( ! $bulk_action )
291
+ $bulk_action = isset( $_REQUEST['action2'] ) && 'gglcptch_remove' == $_REQUEST['action2'] ? true : false;
292
+
293
+ /* Add IP to the database */
294
+ if (
295
+ isset( $_POST['gglcptch_add_to_whitelist'] ) &&
296
+ ( ! empty( $_POST['gglcptch_add_to_whitelist'] ) || isset( $_POST['gglcptch_add_to_whitelist_my_ip'] ) ) &&
297
+ check_admin_referer( $this->basename, 'gglcptch_nonce_name' )
298
+ ) {
299
+ $add_ip = isset( $_POST['gglcptch_add_to_whitelist_my_ip'] ) ? $_POST['gglcptch_add_to_whitelist_my_ip_value'] : $_POST['gglcptch_add_to_whitelist'];
300
+
301
+ $valid_ip = filter_var( stripslashes( esc_html( trim( $add_ip ) ) ), FILTER_VALIDATE_IP );
302
+ if ( $valid_ip ) {
303
+ $ip_int = sprintf( '%u', ip2long( $valid_ip ) );
304
+ $id = $wpdb->get_var( "SELECT `id` FROM " . $wpdb->prefix . "gglcptch_whitelist WHERE ( `ip_from_int` <= " . $ip_int . " AND `ip_to_int` >= " . $ip_int . " ) OR `ip` LIKE '" . $valid_ip . "' LIMIT 1;" );
305
+ /* check if IP already in database */
306
+ if ( is_null( $id ) ) {
307
+ $time = current_time( 'mysql' );
308
+ $wpdb->insert(
309
+ $wpdb->prefix . "gglcptch_whitelist",
310
+ array(
311
+ 'ip' => $valid_ip,
312
+ 'ip_from_int' => $ip_int,
313
+ 'ip_to_int' => $ip_int,
314
+ 'add_time' => $time
315
+ )
316
+ );
317
+ if ( ! $wpdb->last_error )
318
+ $message = __( 'IP added to the whitelist successfully', 'google-captcha' );
319
+ else
320
+ $error = __( 'Some errors occured', 'google-captcha' );
321
+ } else {
322
+ $error = __( 'IP is already in the whitelist', 'google-captcha' );
323
+ }
324
+ } else {
325
+ $error = __( 'Invalid IP. See allowed formats.', 'google-captcha' );
326
+ }
327
+ if ( empty( $error ) ) {
328
+ $gglcptch_options['whitelist_is_empty'] = false;
329
+ update_option( 'gglcptch_options', $gglcptch_options );
330
+ }
331
+ /* Remove IP from database */
332
+ } elseif ( $bulk_action && check_admin_referer( $this->basename, 'gglcptch_nonce_name' ) ) {
333
+ if ( ! empty( $_REQUEST['id'] ) ) {
334
+ $list = implode( ',', $_REQUEST['id'] );
335
+ $result = $wpdb->query( "DELETE FROM `" . $wpdb->prefix . "gglcptch_whitelist` WHERE `id` IN (" . $list . ");" );
336
+ if ( ! $wpdb->last_error ) {
337
+ $message = sprintf( _n( "%s IP was deleted successfully", "%s IPs were deleted successfully", $result, 'google-captcha' ), $result );
338
+ $gglcptch_options['whitelist_is_empty'] = is_null( $wpdb->get_var( "SELECT `id` FROM `{$wpdb->prefix}gglcptch_whitelist` LIMIT 1" ) ) ? true : false;
339
+ update_option( 'gglcptch_options', $gglcptch_options );
340
+ } else {
341
+ $error = __( 'Some errors occured', 'google-captcha' );
342
+ }
343
+ }
344
+ } elseif ( isset( $_GET['gglcptch_remove'] ) && check_admin_referer( 'gglcptch_nonce_remove_' . $_GET['gglcptch_remove'] ) ) {
345
+ $wpdb->delete( $wpdb->prefix . "gglcptch_whitelist", array( 'id' => $_GET['gglcptch_remove'] ) );
346
+ if ( ! $wpdb->last_error ) {
347
+ $message = __( "One IP was deleted successfully", 'google-captcha' );
348
+ $gglcptch_options['whitelist_is_empty'] = is_null( $wpdb->get_var( "SELECT `id` FROM `{$wpdb->prefix}gglcptch_whitelist` LIMIT 1" ) ) ? true : false;
349
+ update_option( 'gglcptch_options', $gglcptch_options );
350
+ } else {
351
+ $error = __( 'Some errors occured', 'google-captcha' );
352
+ }
353
+ } elseif ( isset( $_POST['gglcptch_add_to_whitelist'] ) && empty( $_POST['gglcptch_add_to_whitelist'] ) && ! isset( $_POST['bws_hide_premium_options'] ) ) {
354
+ $error = __( 'You have not entered any IP', 'google-captcha' );
355
+ } elseif ( isset( $_REQUEST['s'] ) ) {
356
+ if ( '' == $_REQUEST['s'] ) {
357
+ $error = __( 'You have not entered any IP in to the search form', 'google-captcha' );
358
+ } else {
359
+ $message = __( 'Search results for', 'google-captcha' ) . '&nbsp;:&nbsp;' . esc_html( $_REQUEST['s'] );
360
+ }
361
+ }
362
+ if ( ! empty( $message ) ) { ?>
363
+ <div class="updated fade below-h2"><p><strong><?php echo $message; ?></strong></p></div>
364
+ <?php }
365
+ if ( ! empty( $error ) ) { ?>
366
+ <div class="error below-h2"><p><strong><?php echo $error; ?></strong></p></div>
367
+ <?php }
368
+ }
369
+ }
370
+ } ?>
js/admin_script.js CHANGED
@@ -1,45 +1,69 @@
1
- (function($) {
2
- $(document).ready( function() {
3
  var gglcptch_version_not_selected = $( 'input[name="gglcptch_recaptcha_version"]:not(:checked)' ).val();
4
  $( '.gglcptch_theme_' + gglcptch_version_not_selected ).hide();
5
 
6
- $( 'input[name="gglcptch_recaptcha_version"]').change( function() {
7
  var gglcptch_version_selected = $( this ).val(),
8
  gglcptch_version_not_selected = $( 'input[name="gglcptch_recaptcha_version"]:not(:checked)' ).val();
9
  $( '.gglcptch_theme_' + gglcptch_version_selected ).show();
10
  $( '.gglcptch_theme_' + gglcptch_version_not_selected ).hide();
11
- });
12
 
13
- $( 'input[name="gglcptch_private_key"], input[name="gglcptch_public_key"]' ).change( function() {
14
  $( '.gglcptch_verified, #gglcptch-test-keys, #gglcptch-test-block' ).hide();
15
- });
16
- });
17
 
18
- $(document).on( 'click', '#gglcptch-test-keys a', function(e) {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  e.preventDefault();
20
 
21
  if ( ! $( '#gglcptch-test-block' ).length )
22
- $( this ).closest( 'p' ).after( '<div id="gglcptch-test-block" />');
 
 
23
 
24
- $( '.gglcptch-test-results' ).remove();
25
-
26
  $( '#gglcptch-test-block' ).load( $( this ).prop( 'href' ), function() {
27
  $( '.gglcptch_v1, .gglcptch_v2' ).each( function() {
28
  var container = $( this ).find( '.gglcptch_recaptcha' ).attr( 'id' );
29
  if ( $( this ).is( ':visible' ) ) {
30
  gglcptch.display( container );
31
  }
32
- });
33
- });
34
-
35
  e.stopPropagation();
36
- $( '#gglcptch-test-keys' ).hide();
37
  return false;
38
- });
39
 
40
- $(document).on( 'click', '#gglcptch_test_keys_verification', function(e) {
41
  e.preventDefault();
42
- $.ajax({
43
  async : false,
44
  cache : false,
45
  type : 'POST',
@@ -52,10 +76,10 @@
52
  recaptcha_challenge_field : $( '#recaptcha_challenge_field' ).val(),
53
  recaptcha_response_field : $( '#recaptcha_response_field' ).val(),
54
  'g-recaptcha-response' : $( '.g-recaptcha-response' ).val(),
55
- _wpnonce : $('[name="gglcptch_test_keys_verification-nonce"]' ).val()
56
  },
57
  success: function( data ) {
58
- $( '#gglcptch-test-block' ).after( data );
59
  $( '#gglcptch-test-block' ).html( '' );
60
  if ( $( '.gglcptch-test-results' ).hasClass( 'updated' ) ) {
61
  $( '.gglcptch_verified' ).show();
@@ -63,12 +87,12 @@
63
  $( '.gglcptch_verified' ).hide();
64
  if ( 'v2' == $( 'input[name="gglcptch_recaptcha_version"]:checked' ).val() ) {
65
  $( '#gglcptch-test-keys' ).show();
66
- }
67
  }
68
  }
69
- });
70
-
71
  e.stopPropagation();
72
  return false;
73
- });
74
- })(jQuery);
1
+ ( function( $ ) {
2
+ $( document ).ready( function() {
3
  var gglcptch_version_not_selected = $( 'input[name="gglcptch_recaptcha_version"]:not(:checked)' ).val();
4
  $( '.gglcptch_theme_' + gglcptch_version_not_selected ).hide();
5
 
6
+ $( 'input[name="gglcptch_recaptcha_version"]' ).change( function() {
7
  var gglcptch_version_selected = $( this ).val(),
8
  gglcptch_version_not_selected = $( 'input[name="gglcptch_recaptcha_version"]:not(:checked)' ).val();
9
  $( '.gglcptch_theme_' + gglcptch_version_selected ).show();
10
  $( '.gglcptch_theme_' + gglcptch_version_not_selected ).hide();
11
+ } );
12
 
13
+ $( 'input[name="gglcptch_private_key"], input[name="gglcptch_public_key"]' ).change( function() {
14
  $( '.gglcptch_verified, #gglcptch-test-keys, #gglcptch-test-block' ).hide();
15
+ } );
 
16
 
17
+ $( 'select[name="gglcptch_theme_v2"]' ).on( "change", function() {
18
+ $( '.gglcptch_size_sample' ).hide();
19
+ var theme = $( this ).find( 'option:selected' ).val();
20
+ $( '.gglcptch_size_sample_' + theme ).show();
21
+ } );
22
+
23
+ /**
24
+ * Handle the "Whitelist" tab on the plugins option page
25
+ */
26
+ $( 'button[name="gglcptch_show_whitelist_form"]' ).click( function() {
27
+ $( this ).closest( 'form' ).hide();
28
+ $( '.gglcptch_whitelist_form' ).show();
29
+ return false;
30
+ } );
31
+
32
+ $( 'input[name="gglcptch_add_to_whitelist_my_ip"]' ).change( function() {
33
+ if ( $( this ).is( ':checked' ) ) {
34
+ var my_ip = $( 'input[name="gglcptch_add_to_whitelist_my_ip_value"]' ).val();
35
+ $( 'input[name="gglcptch_add_to_whitelist"]' ).val( my_ip ).attr( 'readonly', 'readonly' );
36
+ } else {
37
+ $( 'input[name="gglcptch_add_to_whitelist"]' ).val( '' ).removeAttr( 'readonly' );
38
+ }
39
+ } );
40
+ } );
41
+
42
+ $( document ).on( 'click', '#gglcptch-test-keys a', function( e ) {
43
  e.preventDefault();
44
 
45
  if ( ! $( '#gglcptch-test-block' ).length )
46
+ $( this ).closest( 'p' ).after( '<div id="gglcptch-test-block" />' );
47
+
48
+ $( '.gglcptch-test-results' ).remove();
49
 
 
 
50
  $( '#gglcptch-test-block' ).load( $( this ).prop( 'href' ), function() {
51
  $( '.gglcptch_v1, .gglcptch_v2' ).each( function() {
52
  var container = $( this ).find( '.gglcptch_recaptcha' ).attr( 'id' );
53
  if ( $( this ).is( ':visible' ) ) {
54
  gglcptch.display( container );
55
  }
56
+ } );
57
+ } );
58
+
59
  e.stopPropagation();
60
+ $( '#gglcptch-test-keys' ).hide();
61
  return false;
62
+ } );
63
 
64
+ $( document ).on( 'click', '#gglcptch_test_keys_verification', function( e ) {
65
  e.preventDefault();
66
+ $.ajax( {
67
  async : false,
68
  cache : false,
69
  type : 'POST',
76
  recaptcha_challenge_field : $( '#recaptcha_challenge_field' ).val(),
77
  recaptcha_response_field : $( '#recaptcha_response_field' ).val(),
78
  'g-recaptcha-response' : $( '.g-recaptcha-response' ).val(),
79
+ _wpnonce : $( '[name="gglcptch_test_keys_verification-nonce"]' ).val()
80
  },
81
  success: function( data ) {
82
+ $( '#gglcptch-test-block' ).after( data );
83
  $( '#gglcptch-test-block' ).html( '' );
84
  if ( $( '.gglcptch-test-results' ).hasClass( 'updated' ) ) {
85
  $( '.gglcptch_verified' ).show();
87
  $( '.gglcptch_verified' ).hide();
88
  if ( 'v2' == $( 'input[name="gglcptch_recaptcha_version"]:checked' ).val() ) {
89
  $( '#gglcptch-test-keys' ).show();
90
+ }
91
  }
92
  }
93
+ } );
94
+
95
  e.stopPropagation();
96
  return false;
97
+ } );
98
+ } )( jQuery );
js/script.js CHANGED
@@ -1,4 +1,4 @@
1
- (function( $, gglcptch ) {
2
  gglcptch = gglcptch || {};
3
 
4
  gglcptch.prepare = function() {
@@ -6,10 +6,15 @@
6
  * display reCaptcha for plugin`s block
7
  */
8
  $( '.gglcptch_v1, .gglcptch_v2' ).each( function() {
9
- var container = $( this ).find( '.gglcptch_recaptcha' ).attr( 'id' );
10
- if ( gglcptch.vars.visibility || $( this ).is( ':visible' ) )
11
- gglcptch.display( container );
12
- });
 
 
 
 
 
13
 
14
  /*
15
  * display reCaptcha for others blocks
@@ -62,7 +67,7 @@
62
 
63
  gglcptch.display( container, false, params );
64
  }
65
- });
66
 
67
  /*
68
  * count the number of reCAPTCHA blocks in the form
@@ -71,7 +76,7 @@
71
  if ( $( this ).contents().find( 'iframe[title="recaptcha widget"]' ).length > 1 && ! $( this ).children( '.gglcptch_dublicate_error' ).length ) {
72
  $( this ).prepend( '<div class="gglcptch_dublicate_error error" style="color: red;">'+ gglcptch.options.error + '</div><br />\n' );
73
  }
74
- });
75
  }
76
  };
77
 
@@ -97,7 +102,7 @@
97
 
98
  window.onload = gglcptch.prepare;
99
 
100
- $( document ).ready(function() {
101
 
102
  $( '#recaptcha_widget_div' ).on( 'input paste change', '#recaptcha_response_field', cleanError );
103
 
@@ -110,7 +115,7 @@
110
  if ( $gglcptch.find( 'input[name="gglcptch_test_enable_js_field"]:hidden' ).length == 0 ) {
111
  $gglcptch.append( '<input type="hidden" value="' + gglcptch.vars.nonce + '" name="gglcptch_test_enable_js_field" />' );
112
  }
113
- $.ajax({
114
  async : false,
115
  cache : false,
116
  type : 'POST',
@@ -141,13 +146,13 @@
141
  e.preventDefault ? e.preventDefault() : (e.returnValue = false);
142
  return false;
143
  }
144
- });
145
  $( '#recaptcha_reload' ).trigger( 'click' );
146
  } else if ( $captcha_v2.length ) {
147
  if ( $gglcptch.find( 'input[name="gglcptch_test_enable_js_field"]:hidden' ).length == 0 ) {
148
  $gglcptch.append( '<input type="hidden" value="' + gglcptch.vars.nonce + '" name="gglcptch_test_enable_js_field" />' );
149
  }
150
- $.ajax({
151
  async : false,
152
  cache : false,
153
  type : 'POST',
@@ -165,7 +170,7 @@
165
  $captcha_v2.after( '<label id="gglcptch_error">' + gglcptch.vars.error_msg + '</label>' );
166
  $( "#gglcptch_error" ).fadeOut( 4000, function() {
167
  $( "#gglcptch_error" ).remove();
168
- });
169
  $( 'html, body' ).animate({ scrollTop: $captcha_v2.offset().top - 50 }, 500);
170
  }
171
  e.preventDefault ? e.preventDefault() : (e.returnValue = false);
@@ -179,10 +184,10 @@
179
  e.preventDefault ? e.preventDefault() : (e.returnValue = false);
180
  return false;
181
  }
182
- });
183
  }
184
- });
185
- });
186
 
187
  function cleanError() {
188
  $error = $( this ).parents( '#recaptcha_widget_div' ).next( '#gglcptch_error' );
@@ -198,5 +203,4 @@
198
  else
199
  return id;
200
  }
201
-
202
- })(jQuery, gglcptch);
1
+ ( function( $, gglcptch ) {
2
  gglcptch = gglcptch || {};
3
 
4
  gglcptch.prepare = function() {
6
  * display reCaptcha for plugin`s block
7
  */
8
  $( '.gglcptch_v1, .gglcptch_v2' ).each( function() {
9
+ var container = $( this ).find( '.gglcptch_recaptcha' );
10
+ if (
11
+ container.is( ':empty' ) &&
12
+ ( gglcptch.vars.visibility || $( this ).is( ':visible' ) )
13
+ ) {
14
+ var containerId = container.attr( 'id' )
15
+ gglcptch.display( containerId );
16
+ }
17
+ } );
18
 
19
  /*
20
  * display reCaptcha for others blocks
67
 
68
  gglcptch.display( container, false, params );
69
  }
70
+ } );
71
 
72
  /*
73
  * count the number of reCAPTCHA blocks in the form
76
  if ( $( this ).contents().find( 'iframe[title="recaptcha widget"]' ).length > 1 && ! $( this ).children( '.gglcptch_dublicate_error' ).length ) {
77
  $( this ).prepend( '<div class="gglcptch_dublicate_error error" style="color: red;">'+ gglcptch.options.error + '</div><br />\n' );
78
  }
79
+ } );
80
  }
81
  };
82
 
102
 
103
  window.onload = gglcptch.prepare;
104
 
105
+ $( document ).ready( function() {
106
 
107
  $( '#recaptcha_widget_div' ).on( 'input paste change', '#recaptcha_response_field', cleanError );
108
 
115
  if ( $gglcptch.find( 'input[name="gglcptch_test_enable_js_field"]:hidden' ).length == 0 ) {
116
  $gglcptch.append( '<input type="hidden" value="' + gglcptch.vars.nonce + '" name="gglcptch_test_enable_js_field" />' );
117
  }
118
+ $.ajax( {
119
  async : false,
120
  cache : false,
121
  type : 'POST',
146
  e.preventDefault ? e.preventDefault() : (e.returnValue = false);
147
  return false;
148
  }
149
+ } );
150
  $( '#recaptcha_reload' ).trigger( 'click' );
151
  } else if ( $captcha_v2.length ) {
152
  if ( $gglcptch.find( 'input[name="gglcptch_test_enable_js_field"]:hidden' ).length == 0 ) {
153
  $gglcptch.append( '<input type="hidden" value="' + gglcptch.vars.nonce + '" name="gglcptch_test_enable_js_field" />' );
154
  }
155
+ $.ajax( {
156
  async : false,
157
  cache : false,
158
  type : 'POST',
170
  $captcha_v2.after( '<label id="gglcptch_error">' + gglcptch.vars.error_msg + '</label>' );
171
  $( "#gglcptch_error" ).fadeOut( 4000, function() {
172
  $( "#gglcptch_error" ).remove();
173
+ } );
174
  $( 'html, body' ).animate({ scrollTop: $captcha_v2.offset().top - 50 }, 500);
175
  }
176
  e.preventDefault ? e.preventDefault() : (e.returnValue = false);
184
  e.preventDefault ? e.preventDefault() : (e.returnValue = false);
185
  return false;
186
  }
187
+ } );
188
  }
189
+ } );
190
+ } );
191
 
192
  function cleanError() {
193
  $error = $( this ).parents( '#recaptcha_widget_div' ).next( '#gglcptch_error' );
203
  else
204
  return id;
205
  }
206
+ } )( jQuery, gglcptch );
 
languages/google-captcha-ar.mo CHANGED
Binary file
languages/google-captcha-ar.po CHANGED
@@ -2,18 +2,18 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Google Сaptcha\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2016-07-25 11:33+0300\n"
6
- "PO-Revision-Date: 2016-07-25 11:33+0300\n"
7
  "Last-Translator: BestWebSoft team <wp@bestwebsoft.com>\n"
8
- "Language-Team: SAID MOULLA <mor0cc0@live.com >\n"
9
- "Language: uk\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10 >= 2 && n"
14
  "%10<=4 &&(n%100<10||n%100 >= 20)? 1 : 2);\n"
15
- "X-Poedit-SourceCharset: UTF-8\n"
16
  "X-Loco-Source-Locale: fr_FR\n"
 
17
  "X-Poedit-KeywordsList: __;_e\n"
18
  "X-Poedit-Basepath: ..\n"
19
  "X-Generator: Poedit 1.5.4\n"
@@ -21,107 +21,109 @@ msgstr ""
21
  "X-Loco-Target-Locale: uk_UA\n"
22
  "X-Poedit-SearchPath-0: .\n"
23
 
24
- #: google-captcha.php:34 google-captcha.php:422
25
  msgid "Google Captcha Settings"
26
  msgstr "إعدادات Google Captcha"
27
 
28
- #: google-captcha.php:202
29
  msgid "Warning"
30
- msgstr ""
31
 
32
- #: google-captcha.php:202
33
  msgid ""
34
  "It has been found more than one reCAPTCHA in current form. In this case "
35
  "reCAPTCHA will not work properly. Please remove all unnecessary reCAPTCHA "
36
  "blocks."
37
  msgstr ""
 
 
38
 
39
- #: google-captcha.php:206
40
- #, fuzzy
41
- msgid "Error: You have entered an incorrect reCAPTCHA value."
42
- msgstr "خطأ: لقد أدخلت قيمة كابتشا بشكل خاطئ."
43
-
44
- #: google-captcha.php:327
45
- msgid "Normal"
46
- msgstr ""
47
 
48
- #: google-captcha.php:328
49
- msgid "Compact"
50
  msgstr ""
51
 
52
- #: google-captcha.php:334
53
  msgid "Site key"
54
  msgstr "مفتاح الموقع"
55
 
56
- #: google-captcha.php:339
57
  msgid "Secret Key"
58
  msgstr "المفتاح السري"
59
 
60
- #: google-captcha.php:347
61
  msgid "Login form"
62
  msgstr "فورم تسجيل الدخول"
63
 
64
- #: google-captcha.php:348
65
  msgid "Registration form"
66
  msgstr "فورم التسجيل"
67
 
68
- #: google-captcha.php:349
69
  msgid "Reset password form"
70
  msgstr "فورم إعادة تعيين كلمة السر"
71
 
72
- #: google-captcha.php:350
73
  msgid "Comments form"
74
  msgstr "فورم التعليقات"
75
 
76
- #: google-captcha.php:369
77
  msgid "Enter site key"
78
  msgstr "أدخل مفتاح الموقع"
79
 
80
- #: google-captcha.php:370 google-captcha.php:376
81
  msgid "WARNING: The captcha will not display while you don't fill key fields."
82
  msgstr "تحذير: الكابتشا لن تعمل في حالة عدم إدخال المفاتيح."
83
 
84
- #: google-captcha.php:375
85
  msgid "Enter secret key"
86
  msgstr "أدخل المفتاح السري"
87
 
88
- #: google-captcha.php:401
89
  msgid "Settings saved"
90
  msgstr "تم حفظ الإعدادات"
91
 
92
- #: google-captcha.php:407
93
- #, fuzzy
94
- msgid "All plugin settings were restored."
95
- msgstr "صفحة إعدادات الإضافة"
96
 
97
- #: google-captcha.php:424 google-captcha.php:1128 google-captcha.php:1150
98
  msgid "Settings"
99
  msgstr "إعدادات"
100
 
101
- #: google-captcha.php:425
102
- msgid "Custom code"
103
  msgstr ""
104
 
105
- #: google-captcha.php:426
 
 
 
 
106
  msgid "Go PRO"
107
- msgstr ""
108
 
109
- #: google-captcha.php:431
110
  msgid ""
111
  "Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
112
  "version 1 features."
113
  msgstr ""
 
 
114
 
115
- #: google-captcha.php:446
116
- #, fuzzy, php-format
117
  msgid ""
118
  "If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
119
  "please use %s button"
120
  msgstr ""
121
- "إذا كنت ترغب في إضافة Google Captcha إلى الفورم، فقط قم بنسخ ولصق هذا الكود "
122
- "في المقال أو الصفحة."
123
 
124
- #: google-captcha.php:452
125
  #, php-format
126
  msgid ""
127
  "You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
@@ -129,265 +131,340 @@ msgid ""
129
  "isn't displayed or you would like to add the Google Captcha (reCAPTCHA) to "
130
  "your own form , please use the shortcode %s"
131
  msgstr ""
 
 
 
 
132
 
133
- #: google-captcha.php:460
134
  msgid "Authentication"
135
  msgstr "المصادقة"
136
 
137
- #: google-captcha.php:461
138
- #, fuzzy, php-format
139
  msgid "Before you are able to do something, you must to register %shere%s"
140
  msgstr "قبل التفكير في عمل أي شيء، لابد من التسجيل %s من هنا %s"
141
 
142
- #: google-captcha.php:462
143
- msgid "Enter site key and secret key, that you get after registration."
144
  msgstr "أدخل مفتاح الموقع والمفتاح السري، الذي حصلت عليه بعد التسجيل."
145
 
146
- #: google-captcha.php:477
147
- #, fuzzy
148
  msgid "Test Keys"
149
- msgstr "المفتاح السري"
150
 
151
- #: google-captcha.php:480
152
  msgid "Options"
153
  msgstr "خيارات"
154
 
155
- #: google-captcha.php:483
156
  msgid "Enable reCAPTCHA for"
157
- msgstr ""
158
 
159
- #: google-captcha.php:487
160
  msgid "WordPress default"
161
- msgstr ""
162
 
163
- #: google-captcha.php:496
164
  msgid "This option is available only for network or for main blog"
165
- msgstr ""
166
 
167
- #: google-captcha.php:504
168
  msgid "Plugins"
169
- msgstr ""
170
 
171
- #: google-captcha.php:512 google-captcha.php:517
172
  #, php-format
173
  msgid "You should %s to use this functionality"
174
- msgstr ""
175
 
176
- #: google-captcha.php:513
177
  msgid "activate"
178
- msgstr ""
179
 
180
- #: google-captcha.php:513
181
  msgid "for network"
182
- msgstr ""
183
 
184
- #: google-captcha.php:518
185
  msgid "download"
186
- msgstr ""
187
 
188
- #: google-captcha.php:522
189
- msgid "Check off for adding captcha to forms on their settings pages."
190
- msgstr ""
191
 
192
- #: google-captcha.php:533 google-captcha.php:610
193
- msgid "Close"
194
- msgstr ""
195
-
196
- #: google-captcha.php:545 google-captcha.php:646
197
- msgid "Unlock premium options by upgrading to Pro version"
198
- msgstr ""
199
-
200
- #: google-captcha.php:548 google-captcha.php:649
201
- msgid "Learn More"
202
- msgstr ""
203
-
204
- #: google-captcha.php:554
205
  #, php-format
206
  msgid ""
207
  "If you would like to add Google Captcha (reCAPTCHA) to a custom form see %s"
208
- msgstr ""
209
 
210
- #: google-captcha.php:554 google-captcha.php:1151
211
  msgid "FAQ"
212
  msgstr "أسئلة شائعة"
213
 
214
- #: google-captcha.php:559
215
- #, fuzzy
216
  msgid "Hide reCAPTCHA in Comments form for"
217
- msgstr "لنسخة reCAPTCHA"
218
 
219
- #: google-captcha.php:571
220
  #, fuzzy
 
 
 
 
 
 
 
 
 
 
221
  msgid "reCAPTCHA version"
222
- msgstr "نسخة reCAPTCHA:"
223
 
224
- #: google-captcha.php:574 google-captcha.php:575 google-captcha.php:576
225
- #: google-captcha.php:577
226
  msgid "version"
227
  msgstr "النسخة"
228
 
229
- #: google-captcha.php:583 google-captcha.php:596
230
- #, fuzzy
231
  msgid "reCAPTCHA theme"
232
- msgstr "نسخة reCAPTCHA:"
233
 
234
- #: google-captcha.php:584 google-captcha.php:597 google-captcha.php:628
235
- #, fuzzy
236
  msgid "for version"
237
- msgstr "النسخة"
238
 
239
- #: google-captcha.php:614
240
- #, fuzzy
241
- msgid "reCAPTCHA language"
242
- msgstr "نسخة reCAPTCHA:"
243
-
244
- #: google-captcha.php:621
245
- msgid "Use the current site language"
246
- msgstr ""
247
-
248
- #: google-captcha.php:621
249
- msgid "Using"
250
- msgstr ""
251
-
252
- #: google-captcha.php:627
253
- #, fuzzy
254
- msgid "reCAPTCHA size"
255
- msgstr "نسخة reCAPTCHA:"
256
-
257
- #: google-captcha.php:656
258
  msgid "Save Changes"
259
  msgstr "حفظ التغييرات"
260
 
261
- #: google-captcha.php:710 google-captcha.php:1167
262
  msgid "To use Google Captcha you must get the keys from"
263
- msgstr "لتفعيل Google Captcha لابد من الحصول على المفاتيح من"
264
 
265
- #: google-captcha.php:711 google-captcha.php:1168
266
  msgid "here"
267
  msgstr "هنا"
268
 
269
- #: google-captcha.php:712 google-captcha.php:1169
270
  msgid "and enter them on the"
271
  msgstr "ثم أدخلهم في"
272
 
273
- #: google-captcha.php:714 google-captcha.php:1171
274
  msgid "plugin setting page"
275
  msgstr "صفحة إعدادات الإضافة"
276
 
277
- #: google-captcha.php:900 google-captcha.php:948
278
  msgid "Error"
279
  msgstr "خطأ"
280
 
281
- #: google-captcha.php:900 google-captcha.php:948
282
- #, fuzzy
283
- msgid "You have entered an incorrect reCAPTCHA value."
284
- msgstr "لقد أدخلت قيمة كابتشا بشكل خاطئ"
285
 
286
- #: google-captcha.php:978 google-captcha.php:1007 google-captcha.php:1033
287
  msgid "ERROR"
288
- msgstr ""
289
-
290
- #: google-captcha.php:978 google-captcha.php:1007
291
- #, fuzzy
292
- msgid "You have entered an incorrect reCAPTCHA value"
293
- msgstr "لقد أدخلت قيمة كابتشا بشكل خاطئ"
294
 
295
- #: google-captcha.php:1033
296
- #, fuzzy
297
  msgid ""
298
  "You have entered an incorrect reCAPTCHA value. Click the BACK button on your "
299
  "browser, and try again."
300
- msgstr ""
301
- "خطأ: لقد أدخلت قيمة كابتشا بشكل خاطئ. اضغط زر الرجوع في المتصفح وحاول مجددا."
302
 
303
- #: google-captcha.php:1064
304
  msgid "Please, complete the captcha and submit \"Test verification\""
305
- msgstr ""
306
 
307
- #: google-captcha.php:1068
308
  msgid "Test verification"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
309
  msgstr ""
310
 
311
- #: google-captcha.php:1082 google-captcha.php:1091
312
- msgid "The user response was missing."
313
  msgstr ""
314
 
315
- #: google-captcha.php:1084
316
- msgid "The Secret Key is missing."
 
 
 
 
 
317
  msgstr ""
318
 
319
- #: google-captcha.php:1087 google-captcha.php:1096
320
- msgid "The Secret Key is invalid"
321
  msgstr ""
322
 
323
- #: google-captcha.php:1088 google-captcha.php:1097
324
- msgid "Check your domain configuration"
325
  msgstr ""
326
 
327
- #: google-captcha.php:1089 google-captcha.php:1098
328
- #, fuzzy
329
- msgid "and enter it again"
330
- msgstr "ثم أدخلهم في"
331
 
332
- #: google-captcha.php:1092 google-captcha.php:1100
333
- msgid "The user response is invalid."
334
  msgstr ""
335
 
336
- #: google-captcha.php:1109
337
- msgid "The verification is successfully completed."
338
  msgstr ""
339
 
340
- #: google-captcha.php:1152
341
- msgid "Support"
342
- msgstr "الدعم الفني"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
343
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
344
  #, fuzzy
345
- #~ msgid ""
346
- #~ "Google Captcha version 2 will not work correctly, since the option "
347
- #~ "\"allow_url_fopen\" is disabled. Please contact your hosting support "
348
- #~ "service."
349
- #~ msgstr ""
350
- #~ "النسخة الثانية من Google Captcha لن تعمل بشكل جيد، في حالة تم تعطيل "
351
- #~ "الدالة \"allow_url_fopen\" في PHP الإستضافة."
352
 
353
- #~ msgid ""
354
- #~ "Google Captcha version 2 will not work correctly, since the option "
355
- #~ "\"allow_url_fopen\" is disabled in the PHP settings of your hosting."
356
- #~ msgstr ""
357
- #~ "النسخة الثانية من Google Captcha لن تعمل بشكل جيد، في حالة تم تعطيل "
358
- #~ "الدالة \"allow_url_fopen\" في PHP الإستضافة."
359
 
360
- #~ msgid "Read more."
361
- #~ msgstr "إقرأ المزيد"
 
 
 
 
 
 
 
 
 
 
 
 
 
362
 
363
- #~ msgid "powered by"
364
- #~ msgstr "مدعوم من"
 
365
 
366
- #~ msgid "Notice:"
367
- #~ msgstr "ملاحظة :"
 
368
 
369
- #~ msgid ""
370
- #~ "The plugin's settings have been changed. In order to save them please "
371
- #~ "don't forget to click the 'Save Changes' button."
372
- #~ msgstr "تم حفظ إعدادات الإضافة بنجاح."
373
 
374
- #~ msgid "Contact form"
375
- #~ msgstr "فورم الإتصال"
 
376
 
377
- #~ msgid "Activate contact form"
378
- #~ msgstr "تفعيل فورم الإتصال"
 
379
 
380
- #~ msgid "Download contact form"
381
- #~ msgstr "تحميل فورم الإتصال"
 
382
 
383
- #~ msgid "Enable Google Captcha for:"
384
- #~ msgstr "تفعيل Google Captcha في كل من :"
 
385
 
386
- #~ msgid "Hide captcha for:"
387
- #~ msgstr "تعطيل Google Captcha ل :"
 
388
 
389
- #~ msgid "Theme:"
390
- #~ msgstr "الإستايل :"
 
391
 
392
- #~ msgid "Google Captcha"
393
- #~ msgstr "Google Captcha"
2
  msgstr ""
3
  "Project-Id-Version: Google Сaptcha\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-10-21 11:17+0300\n"
6
+ "PO-Revision-Date: 2016-10-21 11:21+0300\n"
7
  "Last-Translator: BestWebSoft team <wp@bestwebsoft.com>\n"
8
+ "Language-Team: SAID MOULLA\n"
9
+ "Language: uk-UA\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10 >= 2 && n"
14
  "%10<=4 &&(n%100<10||n%100 >= 20)? 1 : 2);\n"
 
15
  "X-Loco-Source-Locale: fr_FR\n"
16
+ "X-Poedit-SourceCharset: UTF-8\n"
17
  "X-Poedit-KeywordsList: __;_e\n"
18
  "X-Poedit-Basepath: ..\n"
19
  "X-Generator: Poedit 1.5.4\n"
21
  "X-Loco-Target-Locale: uk_UA\n"
22
  "X-Poedit-SearchPath-0: .\n"
23
 
24
+ #: google-captcha.php:34 google-captcha.php:561
25
  msgid "Google Captcha Settings"
26
  msgstr "إعدادات Google Captcha"
27
 
28
+ #: google-captcha.php:237
29
  msgid "Warning"
30
+ msgstr "تحذير"
31
 
32
+ #: google-captcha.php:237
33
  msgid ""
34
  "It has been found more than one reCAPTCHA in current form. In this case "
35
  "reCAPTCHA will not work properly. Please remove all unnecessary reCAPTCHA "
36
  "blocks."
37
  msgstr ""
38
+ "لقد تم اكتشاف أكثر من (كابتشا) في النموذج الحالي، وهذا ما سيتسبب في عدم "
39
+ "عملها بشكل صحيح، لذا قم بإزالة كافة (الكابتشا) التي لا حاجة لها."
40
 
41
+ #: google-captcha.php:241
42
+ msgid "Error: You have entered an incorrect reCAPTCHA value"
43
+ msgstr "خطأ: لقد أدخلت الرمز بشكل خاطئ."
 
 
 
 
 
44
 
45
+ #: google-captcha.php:345
46
+ msgid "You are in the whitelist"
47
  msgstr ""
48
 
49
+ #: google-captcha.php:472
50
  msgid "Site key"
51
  msgstr "مفتاح الموقع"
52
 
53
+ #: google-captcha.php:477
54
  msgid "Secret Key"
55
  msgstr "المفتاح السري"
56
 
57
+ #: google-captcha.php:485
58
  msgid "Login form"
59
  msgstr "فورم تسجيل الدخول"
60
 
61
+ #: google-captcha.php:486
62
  msgid "Registration form"
63
  msgstr "فورم التسجيل"
64
 
65
+ #: google-captcha.php:487
66
  msgid "Reset password form"
67
  msgstr "فورم إعادة تعيين كلمة السر"
68
 
69
+ #: google-captcha.php:488
70
  msgid "Comments form"
71
  msgstr "فورم التعليقات"
72
 
73
+ #: google-captcha.php:507
74
  msgid "Enter site key"
75
  msgstr "أدخل مفتاح الموقع"
76
 
77
+ #: google-captcha.php:508 google-captcha.php:514
78
  msgid "WARNING: The captcha will not display while you don't fill key fields."
79
  msgstr "تحذير: الكابتشا لن تعمل في حالة عدم إدخال المفاتيح."
80
 
81
+ #: google-captcha.php:513
82
  msgid "Enter secret key"
83
  msgstr "أدخل المفتاح السري"
84
 
85
+ #: google-captcha.php:540
86
  msgid "Settings saved"
87
  msgstr "تم حفظ الإعدادات"
88
 
89
+ #: google-captcha.php:546
90
+ msgid "All plugin settings were restored"
91
+ msgstr "لقد تم استعادة كافة إعدادات الإضافة"
 
92
 
93
+ #: google-captcha.php:563 google-captcha.php:1235 google-captcha.php:1256
94
  msgid "Settings"
95
  msgstr "إعدادات"
96
 
97
+ #: google-captcha.php:564
98
+ msgid "Whitelist"
99
  msgstr ""
100
 
101
+ #: google-captcha.php:565
102
+ msgid "Custom code"
103
+ msgstr "شفرة مخصصة"
104
+
105
+ #: google-captcha.php:566
106
  msgid "Go PRO"
107
+ msgstr "الترقية إلى النسخة المتقدمة"
108
 
109
+ #: google-captcha.php:571
110
  msgid ""
111
  "Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
112
  "version 1 features."
113
  msgstr ""
114
+ "يمكن استعراض (كابتشا) واحدة فقط في هذه الصفحة، وهي مرتبطة بمميزات النسخة "
115
+ "الأولى منها"
116
 
117
+ #: google-captcha.php:586
118
+ #, php-format
119
  msgid ""
120
  "If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
121
  "please use %s button"
122
  msgstr ""
123
+ "إذا كنت ترغب في تفعيل خاصية التحقق بالصورة (الكابتشا) في الصفحة أو التدوينة، "
124
+ "الرجاء استخدام الزر %s"
125
 
126
+ #: google-captcha.php:592
127
  #, php-format
128
  msgid ""
129
  "You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
131
  "isn't displayed or you would like to add the Google Captcha (reCAPTCHA) to "
132
  "your own form , please use the shortcode %s"
133
  msgstr ""
134
+ "يمكنك إضافة (الكابتشا) إلى صفحة أو تدوينة بالضغط على زر %s في بلوك تعديل "
135
+ "المحتوى من خلال استخدام طريقة الوضع البصري في العرض، وفي حالة ما لم يتم عرض "
136
+ "الزر يمكنك إضافة (الكابتشا) في النموذج الخاص بك، عن طريق استخدام الشفرة "
137
+ "التالية %s"
138
 
139
+ #: google-captcha.php:600
140
  msgid "Authentication"
141
  msgstr "المصادقة"
142
 
143
+ #: google-captcha.php:601
144
+ #, php-format
145
  msgid "Before you are able to do something, you must to register %shere%s"
146
  msgstr "قبل التفكير في عمل أي شيء، لابد من التسجيل %s من هنا %s"
147
 
148
+ #: google-captcha.php:602
149
+ msgid "Enter site key and secret key, that you get after registration"
150
  msgstr "أدخل مفتاح الموقع والمفتاح السري، الذي حصلت عليه بعد التسجيل."
151
 
152
+ #: google-captcha.php:617
 
153
  msgid "Test Keys"
154
+ msgstr "اختبار المفاتيح"
155
 
156
+ #: google-captcha.php:620
157
  msgid "Options"
158
  msgstr "خيارات"
159
 
160
+ #: google-captcha.php:623
161
  msgid "Enable reCAPTCHA for"
162
+ msgstr "تفعيل التحقق بالصورة ل"
163
 
164
+ #: google-captcha.php:627
165
  msgid "WordPress default"
166
+ msgstr "الافتراضي في الووردبريس"
167
 
168
+ #: google-captcha.php:636
169
  msgid "This option is available only for network or for main blog"
170
+ msgstr "هذا الخيار متوفر فقط للشبكات أو للمدونة الرئيسية"
171
 
172
+ #: google-captcha.php:644
173
  msgid "Plugins"
174
+ msgstr "الإضافات"
175
 
176
+ #: google-captcha.php:652 google-captcha.php:657
177
  #, php-format
178
  msgid "You should %s to use this functionality"
179
+ msgstr "يتوجب عليك %s لاستخدام هذه الخصائص"
180
 
181
+ #: google-captcha.php:653
182
  msgid "activate"
183
+ msgstr "تفعيل"
184
 
185
+ #: google-captcha.php:653
186
  msgid "for network"
187
+ msgstr "للشبكة"
188
 
189
+ #: google-captcha.php:658
190
  msgid "download"
191
+ msgstr "تحميل"
192
 
193
+ #: google-captcha.php:662
194
+ msgid "Check off for adding captcha to forms on their settings pages"
195
+ msgstr "اختر \"تعطيل\" لإضافة \"الكابتشا\" إلى النماذج في صفحات إعداداتها"
196
 
197
+ #: google-captcha.php:671
 
 
 
 
 
 
 
 
 
 
 
 
198
  #, php-format
199
  msgid ""
200
  "If you would like to add Google Captcha (reCAPTCHA) to a custom form see %s"
201
+ msgstr "إذا كنت تود استخدام (الكابتشا) في نموذج مخصص يرجى الإطلاع على %s"
202
 
203
+ #: google-captcha.php:671 google-captcha.php:1257
204
  msgid "FAQ"
205
  msgstr "أسئلة شائعة"
206
 
207
+ #: google-captcha.php:676
 
208
  msgid "Hide reCAPTCHA in Comments form for"
209
+ msgstr "إخفاء (الكابتشا) في التعليقات ل"
210
 
211
+ #: google-captcha.php:688
212
  #, fuzzy
213
+ msgid "Whitelist notification"
214
+ msgstr "اختبار التحقق"
215
+
216
+ #: google-captcha.php:694
217
+ msgid ""
218
+ "This message will be displayed instead of the reCAPTCHA If the user IP is "
219
+ "added to the whitelist"
220
+ msgstr ""
221
+
222
+ #: google-captcha.php:701
223
  msgid "reCAPTCHA version"
224
+ msgstr "نسخة الكابتشا"
225
 
226
+ #: google-captcha.php:704 google-captcha.php:705 google-captcha.php:706
227
+ #: google-captcha.php:707
228
  msgid "version"
229
  msgstr "النسخة"
230
 
231
+ #: google-captcha.php:713 google-captcha.php:726
 
232
  msgid "reCAPTCHA theme"
233
+ msgstr "استايل الكابتشا:"
234
 
235
+ #: google-captcha.php:714 google-captcha.php:727 includes/pro_banners.php:87
 
236
  msgid "for version"
237
+ msgstr "للنسخة"
238
 
239
+ #: google-captcha.php:739
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
240
  msgid "Save Changes"
241
  msgstr "حفظ التغييرات"
242
 
243
+ #: google-captcha.php:803 google-captcha.php:1276
244
  msgid "To use Google Captcha you must get the keys from"
245
+ msgstr "لتتمكن من استخدام Google Captcha لابد من الحصول على المفاتيح من"
246
 
247
+ #: google-captcha.php:804 google-captcha.php:1277
248
  msgid "here"
249
  msgstr "هنا"
250
 
251
+ #: google-captcha.php:805 google-captcha.php:1278
252
  msgid "and enter them on the"
253
  msgstr "ثم أدخلهم في"
254
 
255
+ #: google-captcha.php:807 google-captcha.php:1280
256
  msgid "plugin setting page"
257
  msgstr "صفحة إعدادات الإضافة"
258
 
259
+ #: google-captcha.php:1000 google-captcha.php:1048
260
  msgid "Error"
261
  msgstr "خطأ"
262
 
263
+ #: google-captcha.php:1000 google-captcha.php:1048 google-captcha.php:1078
264
+ #: google-captcha.php:1107
265
+ msgid "You have entered an incorrect reCAPTCHA value"
266
+ msgstr "لقد أدخلت الرمز بشكل خاطئ"
267
 
268
+ #: google-captcha.php:1078 google-captcha.php:1107 google-captcha.php:1133
269
  msgid "ERROR"
270
+ msgstr "خطأ"
 
 
 
 
 
271
 
272
+ #: google-captcha.php:1133
 
273
  msgid ""
274
  "You have entered an incorrect reCAPTCHA value. Click the BACK button on your "
275
  "browser, and try again."
276
+ msgstr "خطأ: لقد أدخلت الرمز بشكل خاطئ. اضغط زر الرجوع في المتصفح وحاول مجددا."
 
277
 
278
+ #: google-captcha.php:1171
279
  msgid "Please, complete the captcha and submit \"Test verification\""
280
+ msgstr "الرجاء اتمام الرمز واعتماد \"اختبار التحقق\""
281
 
282
+ #: google-captcha.php:1175
283
  msgid "Test verification"
284
+ msgstr "اختبار التحقق"
285
+
286
+ #: google-captcha.php:1190 google-captcha.php:1199
287
+ msgid "The user response was missing"
288
+ msgstr "إجابة المستخدم غير موجودة"
289
+
290
+ #: google-captcha.php:1192
291
+ msgid "The Secret Key is missing"
292
+ msgstr "المفتاح السري غير موجود"
293
+
294
+ #: google-captcha.php:1195 google-captcha.php:1204
295
+ msgid "The Secret Key is invalid"
296
+ msgstr "المفتاح السري غير صحيح"
297
+
298
+ #: google-captcha.php:1196 google-captcha.php:1205
299
+ msgid "Check your domain configuration"
300
+ msgstr "تحقق من إعدادات النطاق الخاص بك"
301
+
302
+ #: google-captcha.php:1197 google-captcha.php:1206
303
+ msgid "and enter it again"
304
+ msgstr "تم أدخله من جديد"
305
+
306
+ #: google-captcha.php:1200 google-captcha.php:1208
307
+ msgid "The user response is invalid"
308
+ msgstr "إجابة المستخدم خاطئة"
309
+
310
+ #: google-captcha.php:1217
311
+ msgid "The verification is successfully completed"
312
+ msgstr "عملية التحقق تمت بنجاح"
313
+
314
+ #: google-captcha.php:1258
315
+ msgid "Support"
316
+ msgstr "الدعم الفني"
317
+
318
+ #: includes/whitelist.php:64
319
+ msgid "For IP addresses from the whitelist reCAPTCHA will not be displayed"
320
  msgstr ""
321
 
322
+ #: includes/whitelist.php:71
323
+ msgid "Add IP to the whitelist"
324
  msgstr ""
325
 
326
+ #: includes/whitelist.php:75
327
+ #, fuzzy
328
+ msgid "Save changes"
329
+ msgstr "حفظ التغييرات"
330
+
331
+ #: includes/whitelist.php:92
332
+ msgid "My IP"
333
  msgstr ""
334
 
335
+ #: includes/whitelist.php:96
336
+ msgid "Save IP to the whitelist"
337
  msgstr ""
338
 
339
+ #: includes/whitelist.php:100 includes/pro_banners.php:45
340
+ msgid "Allowed formats"
341
  msgstr ""
342
 
343
+ #: includes/whitelist.php:101
344
+ msgid "Allowed diapason"
345
+ msgstr ""
 
346
 
347
+ #: includes/whitelist.php:106
348
+ msgid "Search IP"
349
  msgstr ""
350
 
351
+ #: includes/whitelist.php:160
352
+ msgid "Nothing found"
353
  msgstr ""
354
 
355
+ #: includes/whitelist.php:160
356
+ msgid "No IP in the whitelist"
357
+ msgstr ""
358
+
359
+ #: includes/whitelist.php:167
360
+ msgid "IP address"
361
+ msgstr ""
362
+
363
+ #: includes/whitelist.php:168
364
+ msgid "Date added"
365
+ msgstr ""
366
+
367
+ #: includes/whitelist.php:222 includes/whitelist.php:232
368
+ msgid "Remove from the whitelist"
369
+ msgstr ""
370
+
371
+ #: includes/whitelist.php:318
372
+ msgid "IP added to the whitelist successfully"
373
+ msgstr ""
374
+
375
+ #: includes/whitelist.php:320 includes/whitelist.php:341
376
+ #: includes/whitelist.php:351
377
+ msgid "Some errors occured"
378
+ msgstr ""
379
+
380
+ #: includes/whitelist.php:322
381
+ msgid "IP is already in the whitelist"
382
+ msgstr ""
383
+
384
+ #: includes/whitelist.php:325
385
+ msgid "Invalid IP. See allowed formats."
386
+ msgstr ""
387
 
388
+ #: includes/whitelist.php:347
389
+ msgid "One IP was deleted successfully"
390
+ msgstr ""
391
+
392
+ #: includes/whitelist.php:354
393
+ msgid "You have not entered any IP"
394
+ msgstr ""
395
+
396
+ #: includes/whitelist.php:357
397
+ msgid "You have not entered any IP in to the search form"
398
+ msgstr ""
399
+
400
+ #: includes/whitelist.php:359
401
+ msgid "Search results for"
402
+ msgstr ""
403
+
404
+ #: includes/pro_banners.php:17
405
  #, fuzzy
406
+ msgid "This options is available in Pro version of plugin"
407
+ msgstr "هذا الخيار متوفر فقط للشبكات أو للمدونة الرئيسية"
408
+
409
+ #: includes/pro_banners.php:20
410
+ msgid "Close"
411
+ msgstr "إغلاق"
 
412
 
413
+ #: includes/pro_banners.php:28
414
+ msgid "Unlock premium options by upgrading to Pro version"
415
+ msgstr "فتح الخصائص المتقدمة عن طريق الترقية إلى نسخة البرو"
 
 
 
416
 
417
+ #: includes/pro_banners.php:30
418
+ msgid "Learn More"
419
+ msgstr "إقرأ المزيد"
420
+
421
+ #: includes/pro_banners.php:43
422
+ msgid "Reason"
423
+ msgstr ""
424
+
425
+ #: includes/pro_banners.php:46
426
+ msgid "Allowed separators for IPs: a comma"
427
+ msgstr ""
428
+
429
+ #: includes/pro_banners.php:46 includes/pro_banners.php:47
430
+ msgid "semicolon"
431
+ msgstr ""
432
 
433
+ #: includes/pro_banners.php:46
434
+ msgid "ordinary space, tab, new line or carriage return"
435
+ msgstr ""
436
 
437
+ #: includes/pro_banners.php:47
438
+ msgid "Allowed separators for reasons: a comma"
439
+ msgstr ""
440
 
441
+ #: includes/pro_banners.php:47
442
+ msgid "tab, new line or carriage return"
443
+ msgstr ""
 
444
 
445
+ #: includes/pro_banners.php:68
446
+ msgid "Normal"
447
+ msgstr "العادي"
448
 
449
+ #: includes/pro_banners.php:69
450
+ msgid "Compact"
451
+ msgstr "موجز"
452
 
453
+ #: includes/pro_banners.php:73
454
+ msgid "reCAPTCHA language"
455
+ msgstr "لغة الكابتشا:"
456
 
457
+ #: includes/pro_banners.php:80
458
+ msgid "Use the current site language"
459
+ msgstr "استخدام لغة الموقع الحالية"
460
 
461
+ #: includes/pro_banners.php:80
462
+ msgid "Using"
463
+ msgstr "استخدام"
464
 
465
+ #: includes/pro_banners.php:86
466
+ msgid "reCAPTCHA size"
467
+ msgstr "حجم الكابتشا:"
468
 
469
+ #~ msgid "You have entered an incorrect reCAPTCHA value."
470
+ #~ msgstr "لقد أدخلت الرمز بشكل خاطئ"
languages/google-captcha-bg_BG.mo CHANGED
Binary file
languages/google-captcha-bg_BG.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: 2016-07-25 11:33+0300\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: BestWebSoft team <wp@bestwebsoft.com>\n"
8
  "Language-Team: Yasen Georgiev <me@ygeorgiev.com>\n"
@@ -16,100 +16,100 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: google-captcha.php:34 google-captcha.php:422
20
  msgid "Google Captcha Settings"
21
  msgstr "Настройки на Google Captcha"
22
 
23
- #: google-captcha.php:202
24
  msgid "Warning"
25
  msgstr ""
26
 
27
- #: google-captcha.php:202
28
  msgid ""
29
  "It has been found more than one reCAPTCHA in current form. In this case "
30
  "reCAPTCHA will not work properly. Please remove all unnecessary reCAPTCHA "
31
  "blocks."
32
  msgstr ""
33
 
34
- #: google-captcha.php:206
35
  #, fuzzy
36
- msgid "Error: You have entered an incorrect reCAPTCHA value."
37
  msgstr "Грешка: Въвели сте невалиден анти-спам код."
38
 
39
- #: google-captcha.php:327
40
- msgid "Normal"
41
  msgstr ""
42
 
43
- #: google-captcha.php:328
44
- msgid "Compact"
45
- msgstr ""
46
-
47
- #: google-captcha.php:334
48
  msgid "Site key"
49
  msgstr "Ключ"
50
 
51
- #: google-captcha.php:339
52
  msgid "Secret Key"
53
  msgstr "Секретен ключ"
54
 
55
- #: google-captcha.php:347
56
  msgid "Login form"
57
  msgstr "Форма за вход"
58
 
59
- #: google-captcha.php:348
60
  msgid "Registration form"
61
  msgstr "Форма регистрация"
62
 
63
- #: google-captcha.php:349
64
  msgid "Reset password form"
65
  msgstr "Форма за възстановяване на парола"
66
 
67
- #: google-captcha.php:350
68
  msgid "Comments form"
69
  msgstr "Форма за коментиране"
70
 
71
- #: google-captcha.php:369
72
  msgid "Enter site key"
73
  msgstr "Въведете ключ"
74
 
75
- #: google-captcha.php:370 google-captcha.php:376
76
  msgid "WARNING: The captcha will not display while you don't fill key fields."
77
  msgstr ""
78
  "ПРЕДУПРЕЖДЕНИЕ: Google Captcha няма да се покаже докато не въведете "
79
  "ключовите полета."
80
 
81
- #: google-captcha.php:375
82
  msgid "Enter secret key"
83
  msgstr "Въведете секретен ключ"
84
 
85
- #: google-captcha.php:401
86
  msgid "Settings saved"
87
  msgstr "Настройките бяха запазени успешно."
88
 
89
- #: google-captcha.php:407
90
  #, fuzzy
91
- msgid "All plugin settings were restored."
92
  msgstr "настройките на плъгина"
93
 
94
- #: google-captcha.php:424 google-captcha.php:1128 google-captcha.php:1150
95
  msgid "Settings"
96
  msgstr "Настройки"
97
 
98
- #: google-captcha.php:425
 
 
 
 
99
  msgid "Custom code"
100
  msgstr ""
101
 
102
- #: google-captcha.php:426
103
  msgid "Go PRO"
104
  msgstr ""
105
 
106
- #: google-captcha.php:431
107
  msgid ""
108
  "Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
109
  "version 1 features."
110
  msgstr ""
111
 
112
- #: google-captcha.php:446
113
  #, fuzzy, php-format
114
  msgid ""
115
  "If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
@@ -118,7 +118,7 @@ msgstr ""
118
  "Ако искате да добавите Google Captcha към Ваша собствена форма, проста "
119
  "копирайте и поставете този код на желаната публикация или страница:"
120
 
121
- #: google-captcha.php:452
122
  #, php-format
123
  msgid ""
124
  "You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
@@ -127,173 +127,151 @@ msgid ""
127
  "your own form , please use the shortcode %s"
128
  msgstr ""
129
 
130
- #: google-captcha.php:460
131
  msgid "Authentication"
132
  msgstr "Идентификация"
133
 
134
- #: google-captcha.php:461
135
  #, fuzzy, php-format
136
  msgid "Before you are able to do something, you must to register %shere%s"
137
  msgstr "Преди да можете да направите нещо, трябва да се %sрегистрирате%s."
138
 
139
- #: google-captcha.php:462
140
- msgid "Enter site key and secret key, that you get after registration."
 
141
  msgstr ""
142
  "Въведете ключ и секретен ключ, който взимате след регистрация в Google "
143
  "Captcha."
144
 
145
- #: google-captcha.php:477
146
  #, fuzzy
147
  msgid "Test Keys"
148
  msgstr "Секретен ключ"
149
 
150
- #: google-captcha.php:480
151
  msgid "Options"
152
  msgstr "Опции"
153
 
154
- #: google-captcha.php:483
155
  msgid "Enable reCAPTCHA for"
156
  msgstr ""
157
 
158
- #: google-captcha.php:487
159
  msgid "WordPress default"
160
  msgstr ""
161
 
162
- #: google-captcha.php:496
163
  msgid "This option is available only for network or for main blog"
164
  msgstr ""
165
 
166
- #: google-captcha.php:504
167
  #, fuzzy
168
  msgid "Plugins"
169
  msgstr "Страница с плъгини"
170
 
171
- #: google-captcha.php:512 google-captcha.php:517
172
  #, php-format
173
  msgid "You should %s to use this functionality"
174
  msgstr ""
175
 
176
- #: google-captcha.php:513
177
  #, fuzzy
178
  msgid "activate"
179
  msgstr "Активировать Contact form"
180
 
181
- #: google-captcha.php:513
182
  msgid "for network"
183
  msgstr ""
184
 
185
- #: google-captcha.php:518
186
  msgid "download"
187
  msgstr ""
188
 
189
- #: google-captcha.php:522
190
- msgid "Check off for adding captcha to forms on their settings pages."
191
  msgstr ""
192
 
193
- #: google-captcha.php:533 google-captcha.php:610
194
- msgid "Close"
195
- msgstr ""
196
-
197
- #: google-captcha.php:545 google-captcha.php:646
198
- msgid "Unlock premium options by upgrading to Pro version"
199
- msgstr ""
200
-
201
- #: google-captcha.php:548 google-captcha.php:649
202
- msgid "Learn More"
203
- msgstr ""
204
-
205
- #: google-captcha.php:554
206
  #, php-format
207
  msgid ""
208
  "If you would like to add Google Captcha (reCAPTCHA) to a custom form see %s"
209
  msgstr ""
210
 
211
- #: google-captcha.php:554 google-captcha.php:1151
212
  msgid "FAQ"
213
  msgstr "ЧЗВ"
214
 
215
- #: google-captcha.php:559
216
  #, fuzzy
217
  msgid "Hide reCAPTCHA in Comments form for"
218
  msgstr "за reCAPTCHA версия"
219
 
220
- #: google-captcha.php:571
 
 
 
 
 
 
 
 
 
 
 
221
  #, fuzzy
222
  msgid "reCAPTCHA version"
223
  msgstr "Версия на reCAPTCHA:"
224
 
225
- #: google-captcha.php:574 google-captcha.php:575 google-captcha.php:576
226
- #: google-captcha.php:577
227
  msgid "version"
228
  msgstr "версия"
229
 
230
- #: google-captcha.php:583 google-captcha.php:596
231
  #, fuzzy
232
  msgid "reCAPTCHA theme"
233
  msgstr "Версия на reCAPTCHA:"
234
 
235
- #: google-captcha.php:584 google-captcha.php:597 google-captcha.php:628
236
  #, fuzzy
237
  msgid "for version"
238
  msgstr "версия"
239
 
240
- #: google-captcha.php:614
241
- #, fuzzy
242
- msgid "reCAPTCHA language"
243
- msgstr "Версия на reCAPTCHA:"
244
-
245
- #: google-captcha.php:621
246
- msgid "Use the current site language"
247
- msgstr ""
248
-
249
- #: google-captcha.php:621
250
- msgid "Using"
251
- msgstr ""
252
-
253
- #: google-captcha.php:627
254
- #, fuzzy
255
- msgid "reCAPTCHA size"
256
- msgstr "Версия на reCAPTCHA:"
257
-
258
- #: google-captcha.php:656
259
  msgid "Save Changes"
260
  msgstr "Запази промените"
261
 
262
- #: google-captcha.php:710 google-captcha.php:1167
263
  msgid "To use Google Captcha you must get the keys from"
264
  msgstr "За да използвате Google Captcha трябва да вземете ключовете от"
265
 
266
- #: google-captcha.php:711 google-captcha.php:1168
267
  msgid "here"
268
  msgstr "тук"
269
 
270
- #: google-captcha.php:712 google-captcha.php:1169
271
  msgid "and enter them on the"
272
  msgstr "и да ги въведете в"
273
 
274
- #: google-captcha.php:714 google-captcha.php:1171
275
  msgid "plugin setting page"
276
  msgstr "настройките на плъгина"
277
 
278
- #: google-captcha.php:900 google-captcha.php:948
279
  msgid "Error"
280
  msgstr ""
281
 
282
- #: google-captcha.php:900 google-captcha.php:948
 
283
  #, fuzzy
284
- msgid "You have entered an incorrect reCAPTCHA value."
285
  msgstr "Грешка: Въвели сте невалиден анти-спам код."
286
 
287
- #: google-captcha.php:978 google-captcha.php:1007 google-captcha.php:1033
288
  msgid "ERROR"
289
  msgstr ""
290
 
291
- #: google-captcha.php:978 google-captcha.php:1007
292
- #, fuzzy
293
- msgid "You have entered an incorrect reCAPTCHA value"
294
- msgstr "Грешка: Въвели сте невалиден анти-спам код."
295
-
296
- #: google-captcha.php:1033
297
  #, fuzzy
298
  msgid ""
299
  "You have entered an incorrect reCAPTCHA value. Click the BACK button on your "
@@ -302,47 +280,203 @@ msgstr ""
302
  "Грешка: Въвели сте невалиден анти-спам код. Натиснете бутона НАЗАД в "
303
  "браузъра и опитайте отново."
304
 
305
- #: google-captcha.php:1064
306
  msgid "Please, complete the captcha and submit \"Test verification\""
307
  msgstr ""
308
 
309
- #: google-captcha.php:1068
310
  msgid "Test verification"
311
  msgstr ""
312
 
313
- #: google-captcha.php:1082 google-captcha.php:1091
314
- msgid "The user response was missing."
315
  msgstr ""
316
 
317
- #: google-captcha.php:1084
318
- msgid "The Secret Key is missing."
319
  msgstr ""
320
 
321
- #: google-captcha.php:1087 google-captcha.php:1096
322
  msgid "The Secret Key is invalid"
323
  msgstr ""
324
 
325
- #: google-captcha.php:1088 google-captcha.php:1097
326
  msgid "Check your domain configuration"
327
  msgstr ""
328
 
329
- #: google-captcha.php:1089 google-captcha.php:1098
330
  #, fuzzy
331
  msgid "and enter it again"
332
  msgstr "и да ги въведете в"
333
 
334
- #: google-captcha.php:1092 google-captcha.php:1100
335
- msgid "The user response is invalid."
336
  msgstr ""
337
 
338
- #: google-captcha.php:1109
339
- msgid "The verification is successfully completed."
340
  msgstr ""
341
 
342
- #: google-captcha.php:1152
343
  msgid "Support"
344
  msgstr "Поддръжка"
345
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
346
  #~ msgid "powered by"
347
  #~ msgstr "разработено от"
348
 
2
  msgstr ""
3
  "Project-Id-Version: Google Сaptcha\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-10-20 14:08+0300\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: BestWebSoft team <wp@bestwebsoft.com>\n"
8
  "Language-Team: Yasen Georgiev <me@ygeorgiev.com>\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: google-captcha.php:34 google-captcha.php:561
20
  msgid "Google Captcha Settings"
21
  msgstr "Настройки на Google Captcha"
22
 
23
+ #: google-captcha.php:237
24
  msgid "Warning"
25
  msgstr ""
26
 
27
+ #: google-captcha.php:237
28
  msgid ""
29
  "It has been found more than one reCAPTCHA in current form. In this case "
30
  "reCAPTCHA will not work properly. Please remove all unnecessary reCAPTCHA "
31
  "blocks."
32
  msgstr ""
33
 
34
+ #: google-captcha.php:241
35
  #, fuzzy
36
+ msgid "Error: You have entered an incorrect reCAPTCHA value"
37
  msgstr "Грешка: Въвели сте невалиден анти-спам код."
38
 
39
+ #: google-captcha.php:345
40
+ msgid "You are in the whitelist"
41
  msgstr ""
42
 
43
+ #: google-captcha.php:472
 
 
 
 
44
  msgid "Site key"
45
  msgstr "Ключ"
46
 
47
+ #: google-captcha.php:477
48
  msgid "Secret Key"
49
  msgstr "Секретен ключ"
50
 
51
+ #: google-captcha.php:485
52
  msgid "Login form"
53
  msgstr "Форма за вход"
54
 
55
+ #: google-captcha.php:486
56
  msgid "Registration form"
57
  msgstr "Форма регистрация"
58
 
59
+ #: google-captcha.php:487
60
  msgid "Reset password form"
61
  msgstr "Форма за възстановяване на парола"
62
 
63
+ #: google-captcha.php:488
64
  msgid "Comments form"
65
  msgstr "Форма за коментиране"
66
 
67
+ #: google-captcha.php:507
68
  msgid "Enter site key"
69
  msgstr "Въведете ключ"
70
 
71
+ #: google-captcha.php:508 google-captcha.php:514
72
  msgid "WARNING: The captcha will not display while you don't fill key fields."
73
  msgstr ""
74
  "ПРЕДУПРЕЖДЕНИЕ: Google Captcha няма да се покаже докато не въведете "
75
  "ключовите полета."
76
 
77
+ #: google-captcha.php:513
78
  msgid "Enter secret key"
79
  msgstr "Въведете секретен ключ"
80
 
81
+ #: google-captcha.php:540
82
  msgid "Settings saved"
83
  msgstr "Настройките бяха запазени успешно."
84
 
85
+ #: google-captcha.php:546
86
  #, fuzzy
87
+ msgid "All plugin settings were restored"
88
  msgstr "настройките на плъгина"
89
 
90
+ #: google-captcha.php:563 google-captcha.php:1235 google-captcha.php:1256
91
  msgid "Settings"
92
  msgstr "Настройки"
93
 
94
+ #: google-captcha.php:564
95
+ msgid "Whitelist"
96
+ msgstr ""
97
+
98
+ #: google-captcha.php:565
99
  msgid "Custom code"
100
  msgstr ""
101
 
102
+ #: google-captcha.php:566
103
  msgid "Go PRO"
104
  msgstr ""
105
 
106
+ #: google-captcha.php:571
107
  msgid ""
108
  "Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
109
  "version 1 features."
110
  msgstr ""
111
 
112
+ #: google-captcha.php:586
113
  #, fuzzy, php-format
114
  msgid ""
115
  "If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
118
  "Ако искате да добавите Google Captcha към Ваша собствена форма, проста "
119
  "копирайте и поставете този код на желаната публикация или страница:"
120
 
121
+ #: google-captcha.php:592
122
  #, php-format
123
  msgid ""
124
  "You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
127
  "your own form , please use the shortcode %s"
128
  msgstr ""
129
 
130
+ #: google-captcha.php:600
131
  msgid "Authentication"
132
  msgstr "Идентификация"
133
 
134
+ #: google-captcha.php:601
135
  #, fuzzy, php-format
136
  msgid "Before you are able to do something, you must to register %shere%s"
137
  msgstr "Преди да можете да направите нещо, трябва да се %sрегистрирате%s."
138
 
139
+ #: google-captcha.php:602
140
+ #, fuzzy
141
+ msgid "Enter site key and secret key, that you get after registration"
142
  msgstr ""
143
  "Въведете ключ и секретен ключ, който взимате след регистрация в Google "
144
  "Captcha."
145
 
146
+ #: google-captcha.php:617
147
  #, fuzzy
148
  msgid "Test Keys"
149
  msgstr "Секретен ключ"
150
 
151
+ #: google-captcha.php:620
152
  msgid "Options"
153
  msgstr "Опции"
154
 
155
+ #: google-captcha.php:623
156
  msgid "Enable reCAPTCHA for"
157
  msgstr ""
158
 
159
+ #: google-captcha.php:627
160
  msgid "WordPress default"
161
  msgstr ""
162
 
163
+ #: google-captcha.php:636
164
  msgid "This option is available only for network or for main blog"
165
  msgstr ""
166
 
167
+ #: google-captcha.php:644
168
  #, fuzzy
169
  msgid "Plugins"
170
  msgstr "Страница с плъгини"
171
 
172
+ #: google-captcha.php:652 google-captcha.php:657
173
  #, php-format
174
  msgid "You should %s to use this functionality"
175
  msgstr ""
176
 
177
+ #: google-captcha.php:653
178
  #, fuzzy
179
  msgid "activate"
180
  msgstr "Активировать Contact form"
181
 
182
+ #: google-captcha.php:653
183
  msgid "for network"
184
  msgstr ""
185
 
186
+ #: google-captcha.php:658
187
  msgid "download"
188
  msgstr ""
189
 
190
+ #: google-captcha.php:662
191
+ msgid "Check off for adding captcha to forms on their settings pages"
192
  msgstr ""
193
 
194
+ #: google-captcha.php:671
 
 
 
 
 
 
 
 
 
 
 
 
195
  #, php-format
196
  msgid ""
197
  "If you would like to add Google Captcha (reCAPTCHA) to a custom form see %s"
198
  msgstr ""
199
 
200
+ #: google-captcha.php:671 google-captcha.php:1257
201
  msgid "FAQ"
202
  msgstr "ЧЗВ"
203
 
204
+ #: google-captcha.php:676
205
  #, fuzzy
206
  msgid "Hide reCAPTCHA in Comments form for"
207
  msgstr "за reCAPTCHA версия"
208
 
209
+ #: google-captcha.php:688
210
+ #, fuzzy
211
+ msgid "Whitelist notification"
212
+ msgstr "Идентификация"
213
+
214
+ #: google-captcha.php:694
215
+ msgid ""
216
+ "This message will be displayed instead of the reCAPTCHA If the user IP is "
217
+ "added to the whitelist"
218
+ msgstr ""
219
+
220
+ #: google-captcha.php:701
221
  #, fuzzy
222
  msgid "reCAPTCHA version"
223
  msgstr "Версия на reCAPTCHA:"
224
 
225
+ #: google-captcha.php:704 google-captcha.php:705 google-captcha.php:706
226
+ #: google-captcha.php:707
227
  msgid "version"
228
  msgstr "версия"
229
 
230
+ #: google-captcha.php:713 google-captcha.php:726
231
  #, fuzzy
232
  msgid "reCAPTCHA theme"
233
  msgstr "Версия на reCAPTCHA:"
234
 
235
+ #: google-captcha.php:714 google-captcha.php:727 includes/pro_banners.php:87
236
  #, fuzzy
237
  msgid "for version"
238
  msgstr "версия"
239
 
240
+ #: google-captcha.php:739
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
241
  msgid "Save Changes"
242
  msgstr "Запази промените"
243
 
244
+ #: google-captcha.php:803 google-captcha.php:1276
245
  msgid "To use Google Captcha you must get the keys from"
246
  msgstr "За да използвате Google Captcha трябва да вземете ключовете от"
247
 
248
+ #: google-captcha.php:804 google-captcha.php:1277
249
  msgid "here"
250
  msgstr "тук"
251
 
252
+ #: google-captcha.php:805 google-captcha.php:1278
253
  msgid "and enter them on the"
254
  msgstr "и да ги въведете в"
255
 
256
+ #: google-captcha.php:807 google-captcha.php:1280
257
  msgid "plugin setting page"
258
  msgstr "настройките на плъгина"
259
 
260
+ #: google-captcha.php:1000 google-captcha.php:1048
261
  msgid "Error"
262
  msgstr ""
263
 
264
+ #: google-captcha.php:1000 google-captcha.php:1048 google-captcha.php:1078
265
+ #: google-captcha.php:1107
266
  #, fuzzy
267
+ msgid "You have entered an incorrect reCAPTCHA value"
268
  msgstr "Грешка: Въвели сте невалиден анти-спам код."
269
 
270
+ #: google-captcha.php:1078 google-captcha.php:1107 google-captcha.php:1133
271
  msgid "ERROR"
272
  msgstr ""
273
 
274
+ #: google-captcha.php:1133
 
 
 
 
 
275
  #, fuzzy
276
  msgid ""
277
  "You have entered an incorrect reCAPTCHA value. Click the BACK button on your "
280
  "Грешка: Въвели сте невалиден анти-спам код. Натиснете бутона НАЗАД в "
281
  "браузъра и опитайте отново."
282
 
283
+ #: google-captcha.php:1171
284
  msgid "Please, complete the captcha and submit \"Test verification\""
285
  msgstr ""
286
 
287
+ #: google-captcha.php:1175
288
  msgid "Test verification"
289
  msgstr ""
290
 
291
+ #: google-captcha.php:1190 google-captcha.php:1199
292
+ msgid "The user response was missing"
293
  msgstr ""
294
 
295
+ #: google-captcha.php:1192
296
+ msgid "The Secret Key is missing"
297
  msgstr ""
298
 
299
+ #: google-captcha.php:1195 google-captcha.php:1204
300
  msgid "The Secret Key is invalid"
301
  msgstr ""
302
 
303
+ #: google-captcha.php:1196 google-captcha.php:1205
304
  msgid "Check your domain configuration"
305
  msgstr ""
306
 
307
+ #: google-captcha.php:1197 google-captcha.php:1206
308
  #, fuzzy
309
  msgid "and enter it again"
310
  msgstr "и да ги въведете в"
311
 
312
+ #: google-captcha.php:1200 google-captcha.php:1208
313
+ msgid "The user response is invalid"
314
  msgstr ""
315
 
316
+ #: google-captcha.php:1217
317
+ msgid "The verification is successfully completed"
318
  msgstr ""
319
 
320
+ #: google-captcha.php:1258
321
  msgid "Support"
322
  msgstr "Поддръжка"
323
 
324
+ #: includes/whitelist.php:64
325
+ msgid "For IP addresses from the whitelist reCAPTCHA will not be displayed"
326
+ msgstr ""
327
+
328
+ #: includes/whitelist.php:71
329
+ msgid "Add IP to the whitelist"
330
+ msgstr ""
331
+
332
+ #: includes/whitelist.php:75
333
+ #, fuzzy
334
+ msgid "Save changes"
335
+ msgstr "Запази промените"
336
+
337
+ #: includes/whitelist.php:92
338
+ msgid "My IP"
339
+ msgstr ""
340
+
341
+ #: includes/whitelist.php:96
342
+ msgid "Save IP to the whitelist"
343
+ msgstr ""
344
+
345
+ #: includes/whitelist.php:100 includes/pro_banners.php:45
346
+ msgid "Allowed formats"
347
+ msgstr ""
348
+
349
+ #: includes/whitelist.php:101
350
+ msgid "Allowed diapason"
351
+ msgstr ""
352
+
353
+ #: includes/whitelist.php:106
354
+ msgid "Search IP"
355
+ msgstr ""
356
+
357
+ #: includes/whitelist.php:160
358
+ msgid "Nothing found"
359
+ msgstr ""
360
+
361
+ #: includes/whitelist.php:160
362
+ msgid "No IP in the whitelist"
363
+ msgstr ""
364
+
365
+ #: includes/whitelist.php:167
366
+ msgid "IP address"
367
+ msgstr ""
368
+
369
+ #: includes/whitelist.php:168
370
+ msgid "Date added"
371
+ msgstr ""
372
+
373
+ #: includes/whitelist.php:222 includes/whitelist.php:232
374
+ msgid "Remove from the whitelist"
375
+ msgstr ""
376
+
377
+ #: includes/whitelist.php:318
378
+ msgid "IP added to the whitelist successfully"
379
+ msgstr ""
380
+
381
+ #: includes/whitelist.php:320 includes/whitelist.php:341
382
+ #: includes/whitelist.php:351
383
+ msgid "Some errors occured"
384
+ msgstr ""
385
+
386
+ #: includes/whitelist.php:322
387
+ msgid "IP is already in the whitelist"
388
+ msgstr ""
389
+
390
+ #: includes/whitelist.php:325
391
+ msgid "Invalid IP. See allowed formats."
392
+ msgstr ""
393
+
394
+ #: includes/whitelist.php:347
395
+ msgid "One IP was deleted successfully"
396
+ msgstr ""
397
+
398
+ #: includes/whitelist.php:354
399
+ msgid "You have not entered any IP"
400
+ msgstr ""
401
+
402
+ #: includes/whitelist.php:357
403
+ msgid "You have not entered any IP in to the search form"
404
+ msgstr ""
405
+
406
+ #: includes/whitelist.php:359
407
+ msgid "Search results for"
408
+ msgstr ""
409
+
410
+ #: includes/pro_banners.php:17
411
+ msgid "This options is available in Pro version of plugin"
412
+ msgstr ""
413
+
414
+ #: includes/pro_banners.php:20
415
+ msgid "Close"
416
+ msgstr ""
417
+
418
+ #: includes/pro_banners.php:28
419
+ msgid "Unlock premium options by upgrading to Pro version"
420
+ msgstr ""
421
+
422
+ #: includes/pro_banners.php:30
423
+ msgid "Learn More"
424
+ msgstr ""
425
+
426
+ #: includes/pro_banners.php:43
427
+ msgid "Reason"
428
+ msgstr ""
429
+
430
+ #: includes/pro_banners.php:46
431
+ msgid "Allowed separators for IPs: a comma"
432
+ msgstr ""
433
+
434
+ #: includes/pro_banners.php:46 includes/pro_banners.php:47
435
+ msgid "semicolon"
436
+ msgstr ""
437
+
438
+ #: includes/pro_banners.php:46
439
+ msgid "ordinary space, tab, new line or carriage return"
440
+ msgstr ""
441
+
442
+ #: includes/pro_banners.php:47
443
+ msgid "Allowed separators for reasons: a comma"
444
+ msgstr ""
445
+
446
+ #: includes/pro_banners.php:47
447
+ msgid "tab, new line or carriage return"
448
+ msgstr ""
449
+
450
+ #: includes/pro_banners.php:68
451
+ msgid "Normal"
452
+ msgstr ""
453
+
454
+ #: includes/pro_banners.php:69
455
+ msgid "Compact"
456
+ msgstr ""
457
+
458
+ #: includes/pro_banners.php:73
459
+ #, fuzzy
460
+ msgid "reCAPTCHA language"
461
+ msgstr "Версия на reCAPTCHA:"
462
+
463
+ #: includes/pro_banners.php:80
464
+ msgid "Use the current site language"
465
+ msgstr ""
466
+
467
+ #: includes/pro_banners.php:80
468
+ msgid "Using"
469
+ msgstr ""
470
+
471
+ #: includes/pro_banners.php:86
472
+ #, fuzzy
473
+ msgid "reCAPTCHA size"
474
+ msgstr "Версия на reCAPTCHA:"
475
+
476
+ #, fuzzy
477
+ #~ msgid "You have entered an incorrect reCAPTCHA value."
478
+ #~ msgstr "Грешка: Въвели сте невалиден анти-спам код."
479
+
480
  #~ msgid "powered by"
481
  #~ msgstr "разработено от"
482
 
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: 2016-07-25 11:33+0300\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: BestWebSoft team <wp@bestwebsoft.com>\n"
8
  "Language-Team: the BestWebSoft Team <plugin@bestwebsoft.com>\n"
@@ -16,90 +16,92 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: google-captcha.php:34 google-captcha.php:422
20
  msgid "Google Captcha Settings"
21
  msgstr "Nastavení Google Captcha"
22
 
23
- #: google-captcha.php:202
24
  msgid "Warning"
25
  msgstr ""
26
 
27
- #: google-captcha.php:202
28
  msgid ""
29
  "It has been found more than one reCAPTCHA in current form. In this case "
30
  "reCAPTCHA will not work properly. Please remove all unnecessary reCAPTCHA "
31
  "blocks."
32
  msgstr ""
33
 
34
- #: google-captcha.php:206
35
- msgid "Error: You have entered an incorrect reCAPTCHA value."
 
36
  msgstr "Chyba: Zadali jste nesprávnou hodnotu reCAPTCHA ."
37
 
38
- #: google-captcha.php:327
39
- msgid "Normal"
40
- msgstr "Normální"
41
-
42
- #: google-captcha.php:328
43
- msgid "Compact"
44
- msgstr "Kompaktní"
45
 
46
- #: google-captcha.php:334
47
  msgid "Site key"
48
  msgstr "Klíč serveru"
49
 
50
- #: google-captcha.php:339
51
  msgid "Secret Key"
52
  msgstr "Tajný klíč:"
53
 
54
- #: google-captcha.php:347
55
  msgid "Login form"
56
  msgstr "Přihlašovací formulář"
57
 
58
- #: google-captcha.php:348
59
  msgid "Registration form"
60
  msgstr "Registrační formulář"
61
 
62
- #: google-captcha.php:349
63
  msgid "Reset password form"
64
  msgstr "Formulář pro resetování hesla "
65
 
66
- #: google-captcha.php:350
67
  msgid "Comments form"
68
  msgstr "Formulář komentářů"
69
 
70
- #: google-captcha.php:369
71
  msgid "Enter site key"
72
  msgstr "Zadejte klíč serveru"
73
 
74
- #: google-captcha.php:370 google-captcha.php:376
75
  msgid "WARNING: The captcha will not display while you don't fill key fields."
76
  msgstr "VAROVÁNÍ: Captcha se nezobrazí, když nejsou vyplněná pole s klíči."
77
 
78
- #: google-captcha.php:375
79
  msgid "Enter secret key"
80
  msgstr "Zadejte tajný klíč"
81
 
82
- #: google-captcha.php:401
83
  msgid "Settings saved"
84
  msgstr "Nastavení uloženo"
85
 
86
- #: google-captcha.php:407
87
- msgid "All plugin settings were restored."
 
88
  msgstr "Výchozí nastavení pluginu bylo obnoveno."
89
 
90
- #: google-captcha.php:424 google-captcha.php:1128 google-captcha.php:1150
91
  msgid "Settings"
92
  msgstr "Nastavení"
93
 
94
- #: google-captcha.php:425
 
 
 
 
95
  msgid "Custom code"
96
  msgstr ""
97
 
98
- #: google-captcha.php:426
99
  msgid "Go PRO"
100
  msgstr "Získat verzi Pro"
101
 
102
- #: google-captcha.php:431
103
  msgid ""
104
  "Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
105
  "version 1 features."
@@ -107,7 +109,7 @@ msgstr ""
107
  "Pouze jeden reCAPTCHA lze zobrazit na stránce, to souvisí s funkcí verze 1 "
108
  "reCAPTCHA."
109
 
110
- #: google-captcha.php:446
111
  #, php-format
112
  msgid ""
113
  "If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
@@ -116,7 +118,7 @@ msgstr ""
116
  "Pokud byste chtěli přidat Google Captcha (reCAPTCHA) na vaše stránky nebo "
117
  "příspěvku, použijte tlačítko %s"
118
 
119
- #: google-captcha.php:452
120
  #, php-format
121
  msgid ""
122
  "You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
@@ -129,79 +131,68 @@ msgstr ""
129
  "Pokud tlačítko není zobrazeno, nebo chcete přidat Google Captcha (reCAPTCHA) "
130
  "na vlastním formuláři, použijte shortcode %s"
131
 
132
- #: google-captcha.php:460
133
  msgid "Authentication"
134
  msgstr "Autentizace"
135
 
136
- #: google-captcha.php:461
137
  #, php-format
138
  msgid "Before you are able to do something, you must to register %shere%s"
139
  msgstr ""
140
  "Nejdříve, než budete schopni něco udělat, musíte se zaregistrovat % szde %s"
141
 
142
- #: google-captcha.php:462
143
- msgid "Enter site key and secret key, that you get after registration."
 
144
  msgstr "Zadejte klíč serveru a tajný klíč, které obdržíte po registraci."
145
 
146
- #: google-captcha.php:477
147
  #, fuzzy
148
  msgid "Test Keys"
149
  msgstr "Tajný klíč:"
150
 
151
- #: google-captcha.php:480
152
  msgid "Options"
153
  msgstr "Možnosti"
154
 
155
- #: google-captcha.php:483
156
  msgid "Enable reCAPTCHA for"
157
  msgstr "Povolit reCAPTCHA pro"
158
 
159
- #: google-captcha.php:487
160
  msgid "WordPress default"
161
  msgstr "Výchozí WordPress"
162
 
163
- #: google-captcha.php:496
164
  msgid "This option is available only for network or for main blog"
165
  msgstr "Tato možnost je k dispozici pouze pro síť nebo pro hlavní blog"
166
 
167
- #: google-captcha.php:504
168
  msgid "Plugins"
169
  msgstr "Pluginy"
170
 
171
- #: google-captcha.php:512 google-captcha.php:517
172
  #, php-format
173
  msgid "You should %s to use this functionality"
174
  msgstr "Měli byste použít tuto %s funkci"
175
 
176
- #: google-captcha.php:513
177
  msgid "activate"
178
  msgstr "Aktivování"
179
 
180
- #: google-captcha.php:513
181
  msgid "for network"
182
  msgstr "pro síť"
183
 
184
- #: google-captcha.php:518
185
  msgid "download"
186
  msgstr "stáhnout"
187
 
188
- #: google-captcha.php:522
189
- msgid "Check off for adding captcha to forms on their settings pages."
190
  msgstr ""
191
 
192
- #: google-captcha.php:533 google-captcha.php:610
193
- msgid "Close"
194
- msgstr "Zavřít"
195
-
196
- #: google-captcha.php:545 google-captcha.php:646
197
- msgid "Unlock premium options by upgrading to Pro version"
198
- msgstr "Odemknout prémiové možnosti po aktualizaci na verzi Pro"
199
-
200
- #: google-captcha.php:548 google-captcha.php:649
201
- msgid "Learn More"
202
- msgstr "Více informací"
203
-
204
- #: google-captcha.php:554
205
  #, php-format
206
  msgid ""
207
  "If you would like to add Google Captcha (reCAPTCHA) to a custom form see %s"
@@ -209,85 +200,77 @@ msgstr ""
209
  "Pokud byste chtěli přidat Google Captcha (reCAPTCHA) do vlastního formuláře "
210
  "viz %s"
211
 
212
- #: google-captcha.php:554 google-captcha.php:1151
213
  msgid "FAQ"
214
  msgstr "Často kladené otázky"
215
 
216
- #: google-captcha.php:559
217
  msgid "Hide reCAPTCHA in Comments form for"
218
  msgstr "Skrýt reCAPTCHA ve formuláři komentářů pro"
219
 
220
- #: google-captcha.php:571
 
 
 
 
 
 
 
 
 
 
 
221
  msgid "reCAPTCHA version"
222
  msgstr "Verze reCAPTCHA "
223
 
224
- #: google-captcha.php:574 google-captcha.php:575 google-captcha.php:576
225
- #: google-captcha.php:577
226
  msgid "version"
227
  msgstr "verze"
228
 
229
- #: google-captcha.php:583 google-captcha.php:596
230
  msgid "reCAPTCHA theme"
231
  msgstr "Vzhled reCAPTCHA"
232
 
233
- #: google-captcha.php:584 google-captcha.php:597 google-captcha.php:628
234
  msgid "for version"
235
  msgstr "pro verzi"
236
 
237
- #: google-captcha.php:614
238
- msgid "reCAPTCHA language"
239
- msgstr "reCAPTCHA jazyk"
240
-
241
- #: google-captcha.php:621
242
- msgid "Use the current site language"
243
- msgstr "Použít aktuální jazyk webu"
244
-
245
- #: google-captcha.php:621
246
- msgid "Using"
247
- msgstr "Použití"
248
-
249
- #: google-captcha.php:627
250
- msgid "reCAPTCHA size"
251
- msgstr "Velikost reCAPTCHA "
252
-
253
- #: google-captcha.php:656
254
  msgid "Save Changes"
255
  msgstr "Uložit změny"
256
 
257
- #: google-captcha.php:710 google-captcha.php:1167
258
  msgid "To use Google Captcha you must get the keys from"
259
  msgstr "Chcete-li použít Google Captcha musíte získat klíče z"
260
 
261
- #: google-captcha.php:711 google-captcha.php:1168
262
  msgid "here"
263
  msgstr "zde"
264
 
265
- #: google-captcha.php:712 google-captcha.php:1169
266
  msgid "and enter them on the"
267
  msgstr "a zadejte je v"
268
 
269
- #: google-captcha.php:714 google-captcha.php:1171
270
  msgid "plugin setting page"
271
  msgstr "stránka nastavení pluginu"
272
 
273
- #: google-captcha.php:900 google-captcha.php:948
274
  msgid "Error"
275
  msgstr "Chyba"
276
 
277
- #: google-captcha.php:900 google-captcha.php:948
278
- msgid "You have entered an incorrect reCAPTCHA value."
 
 
279
  msgstr "Zadali jste nesprávnou hodnotu reCAPTCHA ."
280
 
281
- #: google-captcha.php:978 google-captcha.php:1007 google-captcha.php:1033
282
  msgid "ERROR"
283
  msgstr ""
284
 
285
- #: google-captcha.php:978 google-captcha.php:1007
286
- #, fuzzy
287
- msgid "You have entered an incorrect reCAPTCHA value"
288
- msgstr "Zadali jste nesprávnou hodnotu reCAPTCHA ."
289
-
290
- #: google-captcha.php:1033
291
  msgid ""
292
  "You have entered an incorrect reCAPTCHA value. Click the BACK button on your "
293
  "browser, and try again."
@@ -295,47 +278,201 @@ msgstr ""
295
  "Zadali jste nesprávnou hodnotu reCAPTCHA . Klepněte na tlačítko zpět ve "
296
  "vašem prohlížeči a opakujte akci."
297
 
298
- #: google-captcha.php:1064
299
  msgid "Please, complete the captcha and submit \"Test verification\""
300
  msgstr ""
301
 
302
- #: google-captcha.php:1068
303
  msgid "Test verification"
304
  msgstr ""
305
 
306
- #: google-captcha.php:1082 google-captcha.php:1091
307
- msgid "The user response was missing."
308
  msgstr ""
309
 
310
- #: google-captcha.php:1084
311
- msgid "The Secret Key is missing."
312
  msgstr ""
313
 
314
- #: google-captcha.php:1087 google-captcha.php:1096
315
  msgid "The Secret Key is invalid"
316
  msgstr ""
317
 
318
- #: google-captcha.php:1088 google-captcha.php:1097
319
  msgid "Check your domain configuration"
320
  msgstr ""
321
 
322
- #: google-captcha.php:1089 google-captcha.php:1098
323
  #, fuzzy
324
  msgid "and enter it again"
325
  msgstr "a zadejte je v"
326
 
327
- #: google-captcha.php:1092 google-captcha.php:1100
328
- msgid "The user response is invalid."
329
  msgstr ""
330
 
331
- #: google-captcha.php:1109
332
- msgid "The verification is successfully completed."
333
  msgstr ""
334
 
335
- #: google-captcha.php:1152
336
  msgid "Support"
337
  msgstr "Podpora"
338
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
339
  #~ msgid ""
340
  #~ "Google Captcha version 2 will not work correctly, since the option "
341
  #~ "\"allow_url_fopen\" is disabled. Please contact your hosting support "
2
  msgstr ""
3
  "Project-Id-Version: Google Сaptcha\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-10-20 14:08+0300\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: BestWebSoft team <wp@bestwebsoft.com>\n"
8
  "Language-Team: the BestWebSoft Team <plugin@bestwebsoft.com>\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: google-captcha.php:34 google-captcha.php:561
20
  msgid "Google Captcha Settings"
21
  msgstr "Nastavení Google Captcha"
22
 
23
+ #: google-captcha.php:237
24
  msgid "Warning"
25
  msgstr ""
26
 
27
+ #: google-captcha.php:237
28
  msgid ""
29
  "It has been found more than one reCAPTCHA in current form. In this case "
30
  "reCAPTCHA will not work properly. Please remove all unnecessary reCAPTCHA "
31
  "blocks."
32
  msgstr ""
33
 
34
+ #: google-captcha.php:241
35
+ #, fuzzy
36
+ msgid "Error: You have entered an incorrect reCAPTCHA value"
37
  msgstr "Chyba: Zadali jste nesprávnou hodnotu reCAPTCHA ."
38
 
39
+ #: google-captcha.php:345
40
+ msgid "You are in the whitelist"
41
+ msgstr ""
 
 
 
 
42
 
43
+ #: google-captcha.php:472
44
  msgid "Site key"
45
  msgstr "Klíč serveru"
46
 
47
+ #: google-captcha.php:477
48
  msgid "Secret Key"
49
  msgstr "Tajný klíč:"
50
 
51
+ #: google-captcha.php:485
52
  msgid "Login form"
53
  msgstr "Přihlašovací formulář"
54
 
55
+ #: google-captcha.php:486
56
  msgid "Registration form"
57
  msgstr "Registrační formulář"
58
 
59
+ #: google-captcha.php:487
60
  msgid "Reset password form"
61
  msgstr "Formulář pro resetování hesla "
62
 
63
+ #: google-captcha.php:488
64
  msgid "Comments form"
65
  msgstr "Formulář komentářů"
66
 
67
+ #: google-captcha.php:507
68
  msgid "Enter site key"
69
  msgstr "Zadejte klíč serveru"
70
 
71
+ #: google-captcha.php:508 google-captcha.php:514
72
  msgid "WARNING: The captcha will not display while you don't fill key fields."
73
  msgstr "VAROVÁNÍ: Captcha se nezobrazí, když nejsou vyplněná pole s klíči."
74
 
75
+ #: google-captcha.php:513
76
  msgid "Enter secret key"
77
  msgstr "Zadejte tajný klíč"
78
 
79
+ #: google-captcha.php:540
80
  msgid "Settings saved"
81
  msgstr "Nastavení uloženo"
82
 
83
+ #: google-captcha.php:546
84
+ #, fuzzy
85
+ msgid "All plugin settings were restored"
86
  msgstr "Výchozí nastavení pluginu bylo obnoveno."
87
 
88
+ #: google-captcha.php:563 google-captcha.php:1235 google-captcha.php:1256
89
  msgid "Settings"
90
  msgstr "Nastavení"
91
 
92
+ #: google-captcha.php:564
93
+ msgid "Whitelist"
94
+ msgstr ""
95
+
96
+ #: google-captcha.php:565
97
  msgid "Custom code"
98
  msgstr ""
99
 
100
+ #: google-captcha.php:566
101
  msgid "Go PRO"
102
  msgstr "Získat verzi Pro"
103
 
104
+ #: google-captcha.php:571
105
  msgid ""
106
  "Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
107
  "version 1 features."
109
  "Pouze jeden reCAPTCHA lze zobrazit na stránce, to souvisí s funkcí verze 1 "
110
  "reCAPTCHA."
111
 
112
+ #: google-captcha.php:586
113
  #, php-format
114
  msgid ""
115
  "If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
118
  "Pokud byste chtěli přidat Google Captcha (reCAPTCHA) na vaše stránky nebo "
119
  "příspěvku, použijte tlačítko %s"
120
 
121
+ #: google-captcha.php:592
122
  #, php-format
123
  msgid ""
124
  "You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
131
  "Pokud tlačítko není zobrazeno, nebo chcete přidat Google Captcha (reCAPTCHA) "
132
  "na vlastním formuláři, použijte shortcode %s"
133
 
134
+ #: google-captcha.php:600
135
  msgid "Authentication"
136
  msgstr "Autentizace"
137
 
138
+ #: google-captcha.php:601
139
  #, php-format
140
  msgid "Before you are able to do something, you must to register %shere%s"
141
  msgstr ""
142
  "Nejdříve, než budete schopni něco udělat, musíte se zaregistrovat % szde %s"
143
 
144
+ #: google-captcha.php:602
145
+ #, fuzzy
146
+ msgid "Enter site key and secret key, that you get after registration"
147
  msgstr "Zadejte klíč serveru a tajný klíč, které obdržíte po registraci."
148
 
149
+ #: google-captcha.php:617
150
  #, fuzzy
151
  msgid "Test Keys"
152
  msgstr "Tajný klíč:"
153
 
154
+ #: google-captcha.php:620
155
  msgid "Options"
156
  msgstr "Možnosti"
157
 
158
+ #: google-captcha.php:623
159
  msgid "Enable reCAPTCHA for"
160
  msgstr "Povolit reCAPTCHA pro"
161
 
162
+ #: google-captcha.php:627
163
  msgid "WordPress default"
164
  msgstr "Výchozí WordPress"
165
 
166
+ #: google-captcha.php:636
167
  msgid "This option is available only for network or for main blog"
168
  msgstr "Tato možnost je k dispozici pouze pro síť nebo pro hlavní blog"
169
 
170
+ #: google-captcha.php:644
171
  msgid "Plugins"
172
  msgstr "Pluginy"
173
 
174
+ #: google-captcha.php:652 google-captcha.php:657
175
  #, php-format
176
  msgid "You should %s to use this functionality"
177
  msgstr "Měli byste použít tuto %s funkci"
178
 
179
+ #: google-captcha.php:653
180
  msgid "activate"
181
  msgstr "Aktivování"
182
 
183
+ #: google-captcha.php:653
184
  msgid "for network"
185
  msgstr "pro síť"
186
 
187
+ #: google-captcha.php:658
188
  msgid "download"
189
  msgstr "stáhnout"
190
 
191
+ #: google-captcha.php:662
192
+ msgid "Check off for adding captcha to forms on their settings pages"
193
  msgstr ""
194
 
195
+ #: google-captcha.php:671
 
 
 
 
 
 
 
 
 
 
 
 
196
  #, php-format
197
  msgid ""
198
  "If you would like to add Google Captcha (reCAPTCHA) to a custom form see %s"
200
  "Pokud byste chtěli přidat Google Captcha (reCAPTCHA) do vlastního formuláře "
201
  "viz %s"
202
 
203
+ #: google-captcha.php:671 google-captcha.php:1257
204
  msgid "FAQ"
205
  msgstr "Často kladené otázky"
206
 
207
+ #: google-captcha.php:676
208
  msgid "Hide reCAPTCHA in Comments form for"
209
  msgstr "Skrýt reCAPTCHA ve formuláři komentářů pro"
210
 
211
+ #: google-captcha.php:688
212
+ #, fuzzy
213
+ msgid "Whitelist notification"
214
+ msgstr "Autentizace"
215
+
216
+ #: google-captcha.php:694
217
+ msgid ""
218
+ "This message will be displayed instead of the reCAPTCHA If the user IP is "
219
+ "added to the whitelist"
220
+ msgstr ""
221
+
222
+ #: google-captcha.php:701
223
  msgid "reCAPTCHA version"
224
  msgstr "Verze reCAPTCHA "
225
 
226
+ #: google-captcha.php:704 google-captcha.php:705 google-captcha.php:706
227
+ #: google-captcha.php:707
228
  msgid "version"
229
  msgstr "verze"
230
 
231
+ #: google-captcha.php:713 google-captcha.php:726
232
  msgid "reCAPTCHA theme"
233
  msgstr "Vzhled reCAPTCHA"
234
 
235
+ #: google-captcha.php:714 google-captcha.php:727 includes/pro_banners.php:87
236
  msgid "for version"
237
  msgstr "pro verzi"
238
 
239
+ #: google-captcha.php:739
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
240
  msgid "Save Changes"
241
  msgstr "Uložit změny"
242
 
243
+ #: google-captcha.php:803 google-captcha.php:1276
244
  msgid "To use Google Captcha you must get the keys from"
245
  msgstr "Chcete-li použít Google Captcha musíte získat klíče z"
246
 
247
+ #: google-captcha.php:804 google-captcha.php:1277
248
  msgid "here"
249
  msgstr "zde"
250
 
251
+ #: google-captcha.php:805 google-captcha.php:1278
252
  msgid "and enter them on the"
253
  msgstr "a zadejte je v"
254
 
255
+ #: google-captcha.php:807 google-captcha.php:1280
256
  msgid "plugin setting page"
257
  msgstr "stránka nastavení pluginu"
258
 
259
+ #: google-captcha.php:1000 google-captcha.php:1048
260
  msgid "Error"
261
  msgstr "Chyba"
262
 
263
+ #: google-captcha.php:1000 google-captcha.php:1048 google-captcha.php:1078
264
+ #: google-captcha.php:1107
265
+ #, fuzzy
266
+ msgid "You have entered an incorrect reCAPTCHA value"
267
  msgstr "Zadali jste nesprávnou hodnotu reCAPTCHA ."
268
 
269
+ #: google-captcha.php:1078 google-captcha.php:1107 google-captcha.php:1133
270
  msgid "ERROR"
271
  msgstr ""
272
 
273
+ #: google-captcha.php:1133
 
 
 
 
 
274
  msgid ""
275
  "You have entered an incorrect reCAPTCHA value. Click the BACK button on your "
276
  "browser, and try again."
278
  "Zadali jste nesprávnou hodnotu reCAPTCHA . Klepněte na tlačítko zpět ve "
279
  "vašem prohlížeči a opakujte akci."
280
 
281
+ #: google-captcha.php:1171
282
  msgid "Please, complete the captcha and submit \"Test verification\""
283
  msgstr ""
284
 
285
+ #: google-captcha.php:1175
286
  msgid "Test verification"
287
  msgstr ""
288
 
289
+ #: google-captcha.php:1190 google-captcha.php:1199
290
+ msgid "The user response was missing"
291
  msgstr ""
292
 
293
+ #: google-captcha.php:1192
294
+ msgid "The Secret Key is missing"
295
  msgstr ""
296
 
297
+ #: google-captcha.php:1195 google-captcha.php:1204
298
  msgid "The Secret Key is invalid"
299
  msgstr ""
300
 
301
+ #: google-captcha.php:1196 google-captcha.php:1205
302
  msgid "Check your domain configuration"
303
  msgstr ""
304
 
305
+ #: google-captcha.php:1197 google-captcha.php:1206
306
  #, fuzzy
307
  msgid "and enter it again"
308
  msgstr "a zadejte je v"
309
 
310
+ #: google-captcha.php:1200 google-captcha.php:1208
311
+ msgid "The user response is invalid"
312
  msgstr ""
313
 
314
+ #: google-captcha.php:1217
315
+ msgid "The verification is successfully completed"
316
  msgstr ""
317
 
318
+ #: google-captcha.php:1258
319
  msgid "Support"
320
  msgstr "Podpora"
321
 
322
+ #: includes/whitelist.php:64
323
+ msgid "For IP addresses from the whitelist reCAPTCHA will not be displayed"
324
+ msgstr ""
325
+
326
+ #: includes/whitelist.php:71
327
+ msgid "Add IP to the whitelist"
328
+ msgstr ""
329
+
330
+ #: includes/whitelist.php:75
331
+ #, fuzzy
332
+ msgid "Save changes"
333
+ msgstr "Uložit změny"
334
+
335
+ #: includes/whitelist.php:92
336
+ msgid "My IP"
337
+ msgstr ""
338
+
339
+ #: includes/whitelist.php:96
340
+ msgid "Save IP to the whitelist"
341
+ msgstr ""
342
+
343
+ #: includes/whitelist.php:100 includes/pro_banners.php:45
344
+ msgid "Allowed formats"
345
+ msgstr ""
346
+
347
+ #: includes/whitelist.php:101
348
+ msgid "Allowed diapason"
349
+ msgstr ""
350
+
351
+ #: includes/whitelist.php:106
352
+ msgid "Search IP"
353
+ msgstr ""
354
+
355
+ #: includes/whitelist.php:160
356
+ msgid "Nothing found"
357
+ msgstr ""
358
+
359
+ #: includes/whitelist.php:160
360
+ msgid "No IP in the whitelist"
361
+ msgstr ""
362
+
363
+ #: includes/whitelist.php:167
364
+ msgid "IP address"
365
+ msgstr ""
366
+
367
+ #: includes/whitelist.php:168
368
+ msgid "Date added"
369
+ msgstr ""
370
+
371
+ #: includes/whitelist.php:222 includes/whitelist.php:232
372
+ msgid "Remove from the whitelist"
373
+ msgstr ""
374
+
375
+ #: includes/whitelist.php:318
376
+ msgid "IP added to the whitelist successfully"
377
+ msgstr ""
378
+
379
+ #: includes/whitelist.php:320 includes/whitelist.php:341
380
+ #: includes/whitelist.php:351
381
+ msgid "Some errors occured"
382
+ msgstr ""
383
+
384
+ #: includes/whitelist.php:322
385
+ msgid "IP is already in the whitelist"
386
+ msgstr ""
387
+
388
+ #: includes/whitelist.php:325
389
+ msgid "Invalid IP. See allowed formats."
390
+ msgstr ""
391
+
392
+ #: includes/whitelist.php:347
393
+ msgid "One IP was deleted successfully"
394
+ msgstr ""
395
+
396
+ #: includes/whitelist.php:354
397
+ msgid "You have not entered any IP"
398
+ msgstr ""
399
+
400
+ #: includes/whitelist.php:357
401
+ msgid "You have not entered any IP in to the search form"
402
+ msgstr ""
403
+
404
+ #: includes/whitelist.php:359
405
+ msgid "Search results for"
406
+ msgstr ""
407
+
408
+ #: includes/pro_banners.php:17
409
+ #, fuzzy
410
+ msgid "This options is available in Pro version of plugin"
411
+ msgstr "Tato možnost je k dispozici pouze pro síť nebo pro hlavní blog"
412
+
413
+ #: includes/pro_banners.php:20
414
+ msgid "Close"
415
+ msgstr "Zavřít"
416
+
417
+ #: includes/pro_banners.php:28
418
+ msgid "Unlock premium options by upgrading to Pro version"
419
+ msgstr "Odemknout prémiové možnosti po aktualizaci na verzi Pro"
420
+
421
+ #: includes/pro_banners.php:30
422
+ msgid "Learn More"
423
+ msgstr "Více informací"
424
+
425
+ #: includes/pro_banners.php:43
426
+ msgid "Reason"
427
+ msgstr ""
428
+
429
+ #: includes/pro_banners.php:46
430
+ msgid "Allowed separators for IPs: a comma"
431
+ msgstr ""
432
+
433
+ #: includes/pro_banners.php:46 includes/pro_banners.php:47
434
+ msgid "semicolon"
435
+ msgstr ""
436
+
437
+ #: includes/pro_banners.php:46
438
+ msgid "ordinary space, tab, new line or carriage return"
439
+ msgstr ""
440
+
441
+ #: includes/pro_banners.php:47
442
+ msgid "Allowed separators for reasons: a comma"
443
+ msgstr ""
444
+
445
+ #: includes/pro_banners.php:47
446
+ msgid "tab, new line or carriage return"
447
+ msgstr ""
448
+
449
+ #: includes/pro_banners.php:68
450
+ msgid "Normal"
451
+ msgstr "Normální"
452
+
453
+ #: includes/pro_banners.php:69
454
+ msgid "Compact"
455
+ msgstr "Kompaktní"
456
+
457
+ #: includes/pro_banners.php:73
458
+ msgid "reCAPTCHA language"
459
+ msgstr "reCAPTCHA jazyk"
460
+
461
+ #: includes/pro_banners.php:80
462
+ msgid "Use the current site language"
463
+ msgstr "Použít aktuální jazyk webu"
464
+
465
+ #: includes/pro_banners.php:80
466
+ msgid "Using"
467
+ msgstr "Použití"
468
+
469
+ #: includes/pro_banners.php:86
470
+ msgid "reCAPTCHA size"
471
+ msgstr "Velikost reCAPTCHA "
472
+
473
+ #~ msgid "You have entered an incorrect reCAPTCHA value."
474
+ #~ msgstr "Zadali jste nesprávnou hodnotu reCAPTCHA ."
475
+
476
  #~ msgid ""
477
  #~ "Google Captcha version 2 will not work correctly, since the option "
478
  #~ "\"allow_url_fopen\" is disabled. Please contact your hosting support "
languages/google-captcha-de_DE.mo CHANGED
Binary file
languages/google-captcha-de_DE.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: 2016-07-25 11:33+0300\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: BestWebSoft team <wp@bestwebsoft.com>\n"
8
  "Language-Team: Fred Zimmer <fred.zimmer@medienconsulting.at>\n"
@@ -17,100 +17,100 @@ msgstr ""
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: google-captcha.php:34 google-captcha.php:422
21
  msgid "Google Captcha Settings"
22
  msgstr "Google Captcha-Einstellungen"
23
 
24
- #: google-captcha.php:202
25
  msgid "Warning"
26
  msgstr ""
27
 
28
- #: google-captcha.php:202
29
  msgid ""
30
  "It has been found more than one reCAPTCHA in current form. In this case "
31
  "reCAPTCHA will not work properly. Please remove all unnecessary reCAPTCHA "
32
  "blocks."
33
  msgstr ""
34
 
35
- #: google-captcha.php:206
36
  #, fuzzy
37
- msgid "Error: You have entered an incorrect reCAPTCHA value."
38
  msgstr "Fehler: Sie haben den CAPTCHA nicht korrekt eingegeben."
39
 
40
- #: google-captcha.php:327
41
- msgid "Normal"
42
  msgstr ""
43
 
44
- #: google-captcha.php:328
45
- msgid "Compact"
46
- msgstr ""
47
-
48
- #: google-captcha.php:334
49
  msgid "Site key"
50
  msgstr "Site-Schlüssel"
51
 
52
- #: google-captcha.php:339
53
  msgid "Secret Key"
54
  msgstr "Geheimer Schlüssel"
55
 
56
- #: google-captcha.php:347
57
  msgid "Login form"
58
  msgstr "Login Formular"
59
 
60
- #: google-captcha.php:348
61
  msgid "Registration form"
62
  msgstr "Registrierungsformular"
63
 
64
- #: google-captcha.php:349
65
  msgid "Reset password form"
66
  msgstr "Passwort Forumlar zurücksetzen"
67
 
68
- #: google-captcha.php:350
69
  msgid "Comments form"
70
  msgstr "Kommentarformular"
71
 
72
- #: google-captcha.php:369
73
  msgid "Enter site key"
74
  msgstr "Geben Sie den Site-Schlüssel ein"
75
 
76
- #: google-captcha.php:370 google-captcha.php:376
77
  msgid "WARNING: The captcha will not display while you don't fill key fields."
78
  msgstr ""
79
  "WARNUNG: das CAPTCHA wird nicht angezeigt wenn die Schlüsselfelder nicht "
80
  "ausgefüllt sind!"
81
 
82
- #: google-captcha.php:375
83
  msgid "Enter secret key"
84
  msgstr "Geben Sie den geheimen Schlüssel ein"
85
 
86
- #: google-captcha.php:401
87
  msgid "Settings saved"
88
  msgstr "Einstellungen gespeichert"
89
 
90
- #: google-captcha.php:407
91
  #, fuzzy
92
- msgid "All plugin settings were restored."
93
  msgstr "Plugin Einstellungsseite"
94
 
95
- #: google-captcha.php:424 google-captcha.php:1128 google-captcha.php:1150
96
  msgid "Settings"
97
  msgstr "Einstellungen"
98
 
99
- #: google-captcha.php:425
 
 
 
 
100
  msgid "Custom code"
101
  msgstr ""
102
 
103
- #: google-captcha.php:426
104
  msgid "Go PRO"
105
  msgstr ""
106
 
107
- #: google-captcha.php:431
108
  msgid ""
109
  "Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
110
  "version 1 features."
111
  msgstr ""
112
 
113
- #: google-captcha.php:446
114
  #, fuzzy, php-format
115
  msgid ""
116
  "If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
@@ -119,7 +119,7 @@ msgstr ""
119
  "Wenn Sie Ihrem eigenen Formular Google CAPTCHA hinzufügen wollen, dann "
120
  "kopieren Sie diesen Shortcode in Ihren Beitrag oder Seite"
121
 
122
- #: google-captcha.php:452
123
  #, php-format
124
  msgid ""
125
  "You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
@@ -128,175 +128,153 @@ msgid ""
128
  "your own form , please use the shortcode %s"
129
  msgstr ""
130
 
131
- #: google-captcha.php:460
132
  msgid "Authentication"
133
  msgstr "Authentifizierung"
134
 
135
- #: google-captcha.php:461
136
  #, fuzzy, php-format
137
  msgid "Before you are able to do something, you must to register %shere%s"
138
  msgstr "Bevor Sie etwas tun können, müssen Sie %s hier %s registrieren"
139
 
140
- #: google-captcha.php:462
141
- msgid "Enter site key and secret key, that you get after registration."
 
142
  msgstr ""
143
  "Geben Sie den Site- und Geheimen Schlüssel ein, den Sie nach der "
144
  "Registrierung erhalten werden."
145
 
146
- #: google-captcha.php:477
147
  #, fuzzy
148
  msgid "Test Keys"
149
  msgstr "Geheimer Schlüssel"
150
 
151
- #: google-captcha.php:480
152
  msgid "Options"
153
  msgstr "Optionen"
154
 
155
- #: google-captcha.php:483
156
  msgid "Enable reCAPTCHA for"
157
  msgstr ""
158
 
159
- #: google-captcha.php:487
160
  msgid "WordPress default"
161
  msgstr ""
162
 
163
- #: google-captcha.php:496
164
  msgid "This option is available only for network or for main blog"
165
  msgstr ""
166
 
167
- #: google-captcha.php:504
168
  #, fuzzy
169
  msgid "Plugins"
170
  msgstr "Plugins Seite"
171
 
172
- #: google-captcha.php:512 google-captcha.php:517
173
  #, php-format
174
  msgid "You should %s to use this functionality"
175
  msgstr ""
176
 
177
- #: google-captcha.php:513
178
  #, fuzzy
179
  msgid "activate"
180
  msgstr "Oberfläche aktivieren"
181
 
182
- #: google-captcha.php:513
183
  msgid "for network"
184
  msgstr ""
185
 
186
- #: google-captcha.php:518
187
  msgid "download"
188
  msgstr ""
189
 
190
- #: google-captcha.php:522
191
- msgid "Check off for adding captcha to forms on their settings pages."
192
  msgstr ""
193
 
194
- #: google-captcha.php:533 google-captcha.php:610
195
- msgid "Close"
196
- msgstr ""
197
-
198
- #: google-captcha.php:545 google-captcha.php:646
199
- msgid "Unlock premium options by upgrading to Pro version"
200
- msgstr ""
201
-
202
- #: google-captcha.php:548 google-captcha.php:649
203
- msgid "Learn More"
204
- msgstr ""
205
-
206
- #: google-captcha.php:554
207
  #, php-format
208
  msgid ""
209
  "If you would like to add Google Captcha (reCAPTCHA) to a custom form see %s"
210
  msgstr ""
211
 
212
- #: google-captcha.php:554 google-captcha.php:1151
213
  msgid "FAQ"
214
  msgstr "FAQ"
215
 
216
- #: google-captcha.php:559
217
  #, fuzzy
218
  msgid "Hide reCAPTCHA in Comments form for"
219
  msgstr "für ReCAPTCHA-version"
220
 
221
- #: google-captcha.php:571
 
 
 
 
 
 
 
 
 
 
 
222
  #, fuzzy
223
  msgid "reCAPTCHA version"
224
  msgstr "ReCAPTCHA Version:"
225
 
226
- #: google-captcha.php:574 google-captcha.php:575 google-captcha.php:576
227
- #: google-captcha.php:577
228
  msgid "version"
229
  msgstr "Version"
230
 
231
- #: google-captcha.php:583 google-captcha.php:596
232
  #, fuzzy
233
  msgid "reCAPTCHA theme"
234
  msgstr "ReCAPTCHA Version:"
235
 
236
- #: google-captcha.php:584 google-captcha.php:597 google-captcha.php:628
237
  #, fuzzy
238
  msgid "for version"
239
  msgstr "Version"
240
 
241
- #: google-captcha.php:614
242
- #, fuzzy
243
- msgid "reCAPTCHA language"
244
- msgstr "ReCAPTCHA Version:"
245
-
246
- #: google-captcha.php:621
247
- msgid "Use the current site language"
248
- msgstr ""
249
-
250
- #: google-captcha.php:621
251
- msgid "Using"
252
- msgstr ""
253
-
254
- #: google-captcha.php:627
255
- #, fuzzy
256
- msgid "reCAPTCHA size"
257
- msgstr "ReCAPTCHA Version:"
258
-
259
- #: google-captcha.php:656
260
  msgid "Save Changes"
261
  msgstr "Änderungen speichern"
262
 
263
- #: google-captcha.php:710 google-captcha.php:1167
264
  msgid "To use Google Captcha you must get the keys from"
265
  msgstr ""
266
  "Um Google Catpcha verwenden zu können, müssen Sie sich die Schlüssel holen "
267
  "bei"
268
 
269
- #: google-captcha.php:711 google-captcha.php:1168
270
  msgid "here"
271
  msgstr "hier"
272
 
273
- #: google-captcha.php:712 google-captcha.php:1169
274
  msgid "and enter them on the"
275
  msgstr "und geben Sie sie ein auf"
276
 
277
- #: google-captcha.php:714 google-captcha.php:1171
278
  msgid "plugin setting page"
279
  msgstr "Plugin Einstellungsseite"
280
 
281
- #: google-captcha.php:900 google-captcha.php:948
282
  msgid "Error"
283
  msgstr "Fehler"
284
 
285
- #: google-captcha.php:900 google-captcha.php:948
 
286
  #, fuzzy
287
- msgid "You have entered an incorrect reCAPTCHA value."
288
  msgstr "Sie haben den CAPTCHA nicht korrekt eingegeben."
289
 
290
- #: google-captcha.php:978 google-captcha.php:1007 google-captcha.php:1033
291
  msgid "ERROR"
292
  msgstr ""
293
 
294
- #: google-captcha.php:978 google-captcha.php:1007
295
- #, fuzzy
296
- msgid "You have entered an incorrect reCAPTCHA value"
297
- msgstr "Sie haben den CAPTCHA nicht korrekt eingegeben."
298
-
299
- #: google-captcha.php:1033
300
  #, fuzzy
301
  msgid ""
302
  "You have entered an incorrect reCAPTCHA value. Click the BACK button on your "
@@ -305,47 +283,203 @@ msgstr ""
305
  "Fehler: Sie haben den CAPTCHA nicht korrekt eingegeben. Klicken Sie auf den "
306
  "\"zurück\" Knopf im Browser und versuchen Sie es nochmal."
307
 
308
- #: google-captcha.php:1064
309
  msgid "Please, complete the captcha and submit \"Test verification\""
310
  msgstr ""
311
 
312
- #: google-captcha.php:1068
313
  msgid "Test verification"
314
  msgstr ""
315
 
316
- #: google-captcha.php:1082 google-captcha.php:1091
317
- msgid "The user response was missing."
318
  msgstr ""
319
 
320
- #: google-captcha.php:1084
321
- msgid "The Secret Key is missing."
322
  msgstr ""
323
 
324
- #: google-captcha.php:1087 google-captcha.php:1096
325
  msgid "The Secret Key is invalid"
326
  msgstr ""
327
 
328
- #: google-captcha.php:1088 google-captcha.php:1097
329
  msgid "Check your domain configuration"
330
  msgstr ""
331
 
332
- #: google-captcha.php:1089 google-captcha.php:1098
333
  #, fuzzy
334
  msgid "and enter it again"
335
  msgstr "und geben Sie sie ein auf"
336
 
337
- #: google-captcha.php:1092 google-captcha.php:1100
338
- msgid "The user response is invalid."
339
  msgstr ""
340
 
341
- #: google-captcha.php:1109
342
- msgid "The verification is successfully completed."
343
  msgstr ""
344
 
345
- #: google-captcha.php:1152
346
  msgid "Support"
347
  msgstr "Support"
348
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
349
  #, fuzzy
350
  #~ msgid ""
351
  #~ "Google Captcha version 2 will not work correctly, since the option "
2
  msgstr ""
3
  "Project-Id-Version: Google Сaptcha\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-10-20 14:08+0300\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: BestWebSoft team <wp@bestwebsoft.com>\n"
8
  "Language-Team: Fred Zimmer <fred.zimmer@medienconsulting.at>\n"
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
+ #: google-captcha.php:34 google-captcha.php:561
21
  msgid "Google Captcha Settings"
22
  msgstr "Google Captcha-Einstellungen"
23
 
24
+ #: google-captcha.php:237
25
  msgid "Warning"
26
  msgstr ""
27
 
28
+ #: google-captcha.php:237
29
  msgid ""
30
  "It has been found more than one reCAPTCHA in current form. In this case "
31
  "reCAPTCHA will not work properly. Please remove all unnecessary reCAPTCHA "
32
  "blocks."
33
  msgstr ""
34
 
35
+ #: google-captcha.php:241
36
  #, fuzzy
37
+ msgid "Error: You have entered an incorrect reCAPTCHA value"
38
  msgstr "Fehler: Sie haben den CAPTCHA nicht korrekt eingegeben."
39
 
40
+ #: google-captcha.php:345
41
+ msgid "You are in the whitelist"
42
  msgstr ""
43
 
44
+ #: google-captcha.php:472
 
 
 
 
45
  msgid "Site key"
46
  msgstr "Site-Schlüssel"
47
 
48
+ #: google-captcha.php:477
49
  msgid "Secret Key"
50
  msgstr "Geheimer Schlüssel"
51
 
52
+ #: google-captcha.php:485
53
  msgid "Login form"
54
  msgstr "Login Formular"
55
 
56
+ #: google-captcha.php:486
57
  msgid "Registration form"
58
  msgstr "Registrierungsformular"
59
 
60
+ #: google-captcha.php:487
61
  msgid "Reset password form"
62
  msgstr "Passwort Forumlar zurücksetzen"
63
 
64
+ #: google-captcha.php:488
65
  msgid "Comments form"
66
  msgstr "Kommentarformular"
67
 
68
+ #: google-captcha.php:507
69
  msgid "Enter site key"
70
  msgstr "Geben Sie den Site-Schlüssel ein"
71
 
72
+ #: google-captcha.php:508 google-captcha.php:514
73
  msgid "WARNING: The captcha will not display while you don't fill key fields."
74
  msgstr ""
75
  "WARNUNG: das CAPTCHA wird nicht angezeigt wenn die Schlüsselfelder nicht "
76
  "ausgefüllt sind!"
77
 
78
+ #: google-captcha.php:513
79
  msgid "Enter secret key"
80
  msgstr "Geben Sie den geheimen Schlüssel ein"
81
 
82
+ #: google-captcha.php:540
83
  msgid "Settings saved"
84
  msgstr "Einstellungen gespeichert"
85
 
86
+ #: google-captcha.php:546
87
  #, fuzzy
88
+ msgid "All plugin settings were restored"
89
  msgstr "Plugin Einstellungsseite"
90
 
91
+ #: google-captcha.php:563 google-captcha.php:1235 google-captcha.php:1256
92
  msgid "Settings"
93
  msgstr "Einstellungen"
94
 
95
+ #: google-captcha.php:564
96
+ msgid "Whitelist"
97
+ msgstr ""
98
+
99
+ #: google-captcha.php:565
100
  msgid "Custom code"
101
  msgstr ""
102
 
103
+ #: google-captcha.php:566
104
  msgid "Go PRO"
105
  msgstr ""
106
 
107
+ #: google-captcha.php:571
108
  msgid ""
109
  "Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
110
  "version 1 features."
111
  msgstr ""
112
 
113
+ #: google-captcha.php:586
114
  #, fuzzy, php-format
115
  msgid ""
116
  "If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
119
  "Wenn Sie Ihrem eigenen Formular Google CAPTCHA hinzufügen wollen, dann "
120
  "kopieren Sie diesen Shortcode in Ihren Beitrag oder Seite"
121
 
122
+ #: google-captcha.php:592
123
  #, php-format
124
  msgid ""
125
  "You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
128
  "your own form , please use the shortcode %s"
129
  msgstr ""
130
 
131
+ #: google-captcha.php:600
132
  msgid "Authentication"
133
  msgstr "Authentifizierung"
134
 
135
+ #: google-captcha.php:601
136
  #, fuzzy, php-format
137
  msgid "Before you are able to do something, you must to register %shere%s"
138
  msgstr "Bevor Sie etwas tun können, müssen Sie %s hier %s registrieren"
139
 
140
+ #: google-captcha.php:602
141
+ #, fuzzy
142
+ msgid "Enter site key and secret key, that you get after registration"
143
  msgstr ""
144
  "Geben Sie den Site- und Geheimen Schlüssel ein, den Sie nach der "
145
  "Registrierung erhalten werden."
146
 
147
+ #: google-captcha.php:617
148
  #, fuzzy
149
  msgid "Test Keys"
150
  msgstr "Geheimer Schlüssel"
151
 
152
+ #: google-captcha.php:620
153
  msgid "Options"
154
  msgstr "Optionen"
155
 
156
+ #: google-captcha.php:623
157
  msgid "Enable reCAPTCHA for"
158
  msgstr ""
159
 
160
+ #: google-captcha.php:627
161
  msgid "WordPress default"
162
  msgstr ""
163
 
164
+ #: google-captcha.php:636
165
  msgid "This option is available only for network or for main blog"
166
  msgstr ""
167
 
168
+ #: google-captcha.php:644
169
  #, fuzzy
170
  msgid "Plugins"
171
  msgstr "Plugins Seite"
172
 
173
+ #: google-captcha.php:652 google-captcha.php:657
174
  #, php-format
175
  msgid "You should %s to use this functionality"
176
  msgstr ""
177
 
178
+ #: google-captcha.php:653
179
  #, fuzzy
180
  msgid "activate"
181
  msgstr "Oberfläche aktivieren"
182
 
183
+ #: google-captcha.php:653
184
  msgid "for network"
185
  msgstr ""
186
 
187
+ #: google-captcha.php:658
188
  msgid "download"
189
  msgstr ""
190
 
191
+ #: google-captcha.php:662
192
+ msgid "Check off for adding captcha to forms on their settings pages"
193
  msgstr ""
194
 
195
+ #: google-captcha.php:671
 
 
 
 
 
 
 
 
 
 
 
 
196
  #, php-format
197
  msgid ""
198
  "If you would like to add Google Captcha (reCAPTCHA) to a custom form see %s"
199
  msgstr ""
200
 
201
+ #: google-captcha.php:671 google-captcha.php:1257
202
  msgid "FAQ"
203
  msgstr "FAQ"
204
 
205
+ #: google-captcha.php:676
206
  #, fuzzy
207
  msgid "Hide reCAPTCHA in Comments form for"
208
  msgstr "für ReCAPTCHA-version"
209
 
210
+ #: google-captcha.php:688
211
+ #, fuzzy
212
+ msgid "Whitelist notification"
213
+ msgstr "Authentifizierung"
214
+
215
+ #: google-captcha.php:694
216
+ msgid ""
217
+ "This message will be displayed instead of the reCAPTCHA If the user IP is "
218
+ "added to the whitelist"
219
+ msgstr ""
220
+
221
+ #: google-captcha.php:701
222
  #, fuzzy
223
  msgid "reCAPTCHA version"
224
  msgstr "ReCAPTCHA Version:"
225
 
226
+ #: google-captcha.php:704 google-captcha.php:705 google-captcha.php:706
227
+ #: google-captcha.php:707
228
  msgid "version"
229
  msgstr "Version"
230
 
231
+ #: google-captcha.php:713 google-captcha.php:726
232
  #, fuzzy
233
  msgid "reCAPTCHA theme"
234
  msgstr "ReCAPTCHA Version:"
235
 
236
+ #: google-captcha.php:714 google-captcha.php:727 includes/pro_banners.php:87
237
  #, fuzzy
238
  msgid "for version"
239
  msgstr "Version"
240
 
241
+ #: google-captcha.php:739
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
242
  msgid "Save Changes"
243
  msgstr "Änderungen speichern"
244
 
245
+ #: google-captcha.php:803 google-captcha.php:1276
246
  msgid "To use Google Captcha you must get the keys from"
247
  msgstr ""
248
  "Um Google Catpcha verwenden zu können, müssen Sie sich die Schlüssel holen "
249
  "bei"
250
 
251
+ #: google-captcha.php:804 google-captcha.php:1277
252
  msgid "here"
253
  msgstr "hier"
254
 
255
+ #: google-captcha.php:805 google-captcha.php:1278
256
  msgid "and enter them on the"
257
  msgstr "und geben Sie sie ein auf"
258
 
259
+ #: google-captcha.php:807 google-captcha.php:1280
260
  msgid "plugin setting page"
261
  msgstr "Plugin Einstellungsseite"
262
 
263
+ #: google-captcha.php:1000 google-captcha.php:1048
264
  msgid "Error"
265
  msgstr "Fehler"
266
 
267
+ #: google-captcha.php:1000 google-captcha.php:1048 google-captcha.php:1078
268
+ #: google-captcha.php:1107
269
  #, fuzzy
270
+ msgid "You have entered an incorrect reCAPTCHA value"
271
  msgstr "Sie haben den CAPTCHA nicht korrekt eingegeben."
272
 
273
+ #: google-captcha.php:1078 google-captcha.php:1107 google-captcha.php:1133
274
  msgid "ERROR"
275
  msgstr ""
276
 
277
+ #: google-captcha.php:1133
 
 
 
 
 
278
  #, fuzzy
279
  msgid ""
280
  "You have entered an incorrect reCAPTCHA value. Click the BACK button on your "
283
  "Fehler: Sie haben den CAPTCHA nicht korrekt eingegeben. Klicken Sie auf den "
284
  "\"zurück\" Knopf im Browser und versuchen Sie es nochmal."
285
 
286
+ #: google-captcha.php:1171
287
  msgid "Please, complete the captcha and submit \"Test verification\""
288
  msgstr ""
289
 
290
+ #: google-captcha.php:1175
291
  msgid "Test verification"
292
  msgstr ""
293
 
294
+ #: google-captcha.php:1190 google-captcha.php:1199
295
+ msgid "The user response was missing"
296
  msgstr ""
297
 
298
+ #: google-captcha.php:1192
299
+ msgid "The Secret Key is missing"
300
  msgstr ""
301
 
302
+ #: google-captcha.php:1195 google-captcha.php:1204
303
  msgid "The Secret Key is invalid"
304
  msgstr ""
305
 
306
+ #: google-captcha.php:1196 google-captcha.php:1205
307
  msgid "Check your domain configuration"
308
  msgstr ""
309
 
310
+ #: google-captcha.php:1197 google-captcha.php:1206
311
  #, fuzzy
312
  msgid "and enter it again"
313
  msgstr "und geben Sie sie ein auf"
314
 
315
+ #: google-captcha.php:1200 google-captcha.php:1208
316
+ msgid "The user response is invalid"
317
  msgstr ""
318
 
319
+ #: google-captcha.php:1217
320
+ msgid "The verification is successfully completed"
321
  msgstr ""
322
 
323
+ #: google-captcha.php:1258
324
  msgid "Support"
325
  msgstr "Support"
326
 
327
+ #: includes/whitelist.php:64
328
+ msgid "For IP addresses from the whitelist reCAPTCHA will not be displayed"
329
+ msgstr ""
330
+
331
+ #: includes/whitelist.php:71
332
+ msgid "Add IP to the whitelist"
333
+ msgstr ""
334
+
335
+ #: includes/whitelist.php:75
336
+ #, fuzzy
337
+ msgid "Save changes"
338
+ msgstr "Änderungen speichern"
339
+
340
+ #: includes/whitelist.php:92
341
+ msgid "My IP"
342
+ msgstr ""
343
+
344
+ #: includes/whitelist.php:96
345
+ msgid "Save IP to the whitelist"
346
+ msgstr ""
347
+
348
+ #: includes/whitelist.php:100 includes/pro_banners.php:45
349
+ msgid "Allowed formats"
350
+ msgstr ""
351
+
352
+ #: includes/whitelist.php:101
353
+ msgid "Allowed diapason"
354
+ msgstr ""
355
+
356
+ #: includes/whitelist.php:106
357
+ msgid "Search IP"
358
+ msgstr ""
359
+
360
+ #: includes/whitelist.php:160
361
+ msgid "Nothing found"
362
+ msgstr ""
363
+
364
+ #: includes/whitelist.php:160
365
+ msgid "No IP in the whitelist"
366
+ msgstr ""
367
+
368
+ #: includes/whitelist.php:167
369
+ msgid "IP address"
370
+ msgstr ""
371
+
372
+ #: includes/whitelist.php:168
373
+ msgid "Date added"
374
+ msgstr ""
375
+
376
+ #: includes/whitelist.php:222 includes/whitelist.php:232
377
+ msgid "Remove from the whitelist"
378
+ msgstr ""
379
+
380
+ #: includes/whitelist.php:318
381
+ msgid "IP added to the whitelist successfully"
382
+ msgstr ""
383
+
384
+ #: includes/whitelist.php:320 includes/whitelist.php:341
385
+ #: includes/whitelist.php:351
386
+ msgid "Some errors occured"
387
+ msgstr ""
388
+
389
+ #: includes/whitelist.php:322
390
+ msgid "IP is already in the whitelist"
391
+ msgstr ""
392
+
393
+ #: includes/whitelist.php:325
394
+ msgid "Invalid IP. See allowed formats."
395
+ msgstr ""
396
+
397
+ #: includes/whitelist.php:347
398
+ msgid "One IP was deleted successfully"
399
+ msgstr ""
400
+
401
+ #: includes/whitelist.php:354
402
+ msgid "You have not entered any IP"
403
+ msgstr ""
404
+
405
+ #: includes/whitelist.php:357
406
+ msgid "You have not entered any IP in to the search form"
407
+ msgstr ""
408
+
409
+ #: includes/whitelist.php:359
410
+ msgid "Search results for"
411
+ msgstr ""
412
+
413
+ #: includes/pro_banners.php:17
414
+ msgid "This options is available in Pro version of plugin"
415
+ msgstr ""
416
+
417
+ #: includes/pro_banners.php:20
418
+ msgid "Close"
419
+ msgstr ""
420
+
421
+ #: includes/pro_banners.php:28
422
+ msgid "Unlock premium options by upgrading to Pro version"
423
+ msgstr ""
424
+
425
+ #: includes/pro_banners.php:30
426
+ msgid "Learn More"
427
+ msgstr ""
428
+
429
+ #: includes/pro_banners.php:43
430
+ msgid "Reason"
431
+ msgstr ""
432
+
433
+ #: includes/pro_banners.php:46
434
+ msgid "Allowed separators for IPs: a comma"
435
+ msgstr ""
436
+
437
+ #: includes/pro_banners.php:46 includes/pro_banners.php:47
438
+ msgid "semicolon"
439
+ msgstr ""
440
+
441
+ #: includes/pro_banners.php:46
442
+ msgid "ordinary space, tab, new line or carriage return"
443
+ msgstr ""
444
+
445
+ #: includes/pro_banners.php:47
446
+ msgid "Allowed separators for reasons: a comma"
447
+ msgstr ""
448
+
449
+ #: includes/pro_banners.php:47
450
+ msgid "tab, new line or carriage return"
451
+ msgstr ""
452
+
453
+ #: includes/pro_banners.php:68
454
+ msgid "Normal"
455
+ msgstr ""
456
+
457
+ #: includes/pro_banners.php:69
458
+ msgid "Compact"
459
+ msgstr ""
460
+
461
+ #: includes/pro_banners.php:73
462
+ #, fuzzy
463
+ msgid "reCAPTCHA language"
464
+ msgstr "ReCAPTCHA Version:"
465
+
466
+ #: includes/pro_banners.php:80
467
+ msgid "Use the current site language"
468
+ msgstr ""
469
+
470
+ #: includes/pro_banners.php:80
471
+ msgid "Using"
472
+ msgstr ""
473
+
474
+ #: includes/pro_banners.php:86
475
+ #, fuzzy
476
+ msgid "reCAPTCHA size"
477
+ msgstr "ReCAPTCHA Version:"
478
+
479
+ #, fuzzy
480
+ #~ msgid "You have entered an incorrect reCAPTCHA value."
481
+ #~ msgstr "Sie haben den CAPTCHA nicht korrekt eingegeben."
482
+
483
  #, fuzzy
484
  #~ msgid ""
485
  #~ "Google Captcha version 2 will not work correctly, since the option "
languages/google-captcha-el.mo CHANGED
Binary file
languages/google-captcha-el.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: 2016-07-25 11:33+0300\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: BestWebSoft team <wp@bestwebsoft.com>\n"
8
  "Language-Team: Dimitris Karantonis\n"
@@ -16,100 +16,100 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: google-captcha.php:34 google-captcha.php:422
20
  msgid "Google Captcha Settings"
21
  msgstr "Ρυθμίσεις Google Captcha"
22
 
23
- #: google-captcha.php:202
24
  msgid "Warning"
25
  msgstr ""
26
 
27
- #: google-captcha.php:202
28
  msgid ""
29
  "It has been found more than one reCAPTCHA in current form. In this case "
30
  "reCAPTCHA will not work properly. Please remove all unnecessary reCAPTCHA "
31
  "blocks."
32
  msgstr ""
33
 
34
- #: google-captcha.php:206
35
  #, fuzzy
36
- msgid "Error: You have entered an incorrect reCAPTCHA value."
37
  msgstr "Σφάλμα: Έχετε εισάγει μια εσφαλμένη τιμή CAPTCHA."
38
 
39
- #: google-captcha.php:327
40
- msgid "Normal"
41
  msgstr ""
42
 
43
- #: google-captcha.php:328
44
- msgid "Compact"
45
- msgstr ""
46
-
47
- #: google-captcha.php:334
48
  msgid "Site key"
49
  msgstr "Κλειδί ιστοσελίδας"
50
 
51
- #: google-captcha.php:339
52
  msgid "Secret Key"
53
  msgstr "Μυστικό κλειδί"
54
 
55
- #: google-captcha.php:347
56
  msgid "Login form"
57
  msgstr "Φόρμα εισόδου"
58
 
59
- #: google-captcha.php:348
60
  msgid "Registration form"
61
  msgstr "Φόρμα εγγραφής"
62
 
63
- #: google-captcha.php:349
64
  msgid "Reset password form"
65
  msgstr "Φόρμα ανάκτησης κωδικού πρόσβασης"
66
 
67
- #: google-captcha.php:350
68
  msgid "Comments form"
69
  msgstr "Φόρμα για σχόλια"
70
 
71
- #: google-captcha.php:369
72
  msgid "Enter site key"
73
  msgstr "Εισάγετε το κλειδί της ιστοσελίδας"
74
 
75
- #: google-captcha.php:370 google-captcha.php:376
76
  msgid "WARNING: The captcha will not display while you don't fill key fields."
77
  msgstr ""
78
  "ΠΡΟΣΟΧΗ: Το captcha δεν θα εμφανιστεί εάν δεν συμπληρώσετε τα κλειδιά στα "
79
  "πεδία."
80
 
81
- #: google-captcha.php:375
82
  msgid "Enter secret key"
83
  msgstr "Εισάγετε το μυστικό κλειδί"
84
 
85
- #: google-captcha.php:401
86
  msgid "Settings saved"
87
  msgstr "Οι ρυμθίσεις αποθηκεύτηκαν"
88
 
89
- #: google-captcha.php:407
90
  #, fuzzy
91
- msgid "All plugin settings were restored."
92
  msgstr "σελίδα ρυθμίσεων της επέκτασης"
93
 
94
- #: google-captcha.php:424 google-captcha.php:1128 google-captcha.php:1150
95
  msgid "Settings"
96
  msgstr "Ρυθμίσεις"
97
 
98
- #: google-captcha.php:425
 
 
 
 
99
  msgid "Custom code"
100
  msgstr ""
101
 
102
- #: google-captcha.php:426
103
  msgid "Go PRO"
104
  msgstr ""
105
 
106
- #: google-captcha.php:431
107
  msgid ""
108
  "Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
109
  "version 1 features."
110
  msgstr ""
111
 
112
- #: google-captcha.php:446
113
  #, fuzzy, php-format
114
  msgid ""
115
  "If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
@@ -119,7 +119,7 @@ msgstr ""
119
  "αντιγράψτε και επικολλήστε αυτό το σύντομο κωδικό στη δημοσίευση ή στη "
120
  "σελίδα σας:"
121
 
122
- #: google-captcha.php:452
123
  #, php-format
124
  msgid ""
125
  "You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
@@ -128,175 +128,153 @@ msgid ""
128
  "your own form , please use the shortcode %s"
129
  msgstr ""
130
 
131
- #: google-captcha.php:460
132
  msgid "Authentication"
133
  msgstr "Πιστοποίηση"
134
 
135
- #: google-captcha.php:461
136
  #, fuzzy, php-format
137
  msgid "Before you are able to do something, you must to register %shere%s"
138
  msgstr ""
139
  "Πριν να είστε σε θέση να κάνετε κάτι, θα πρέπει να εγγραφείτε %s εδώ %s"
140
 
141
- #: google-captcha.php:462
142
- msgid "Enter site key and secret key, that you get after registration."
 
143
  msgstr ""
144
  "Πληκτρολογήστε το κλειδί της ιστοσελίδας και το μυστικό κλειδί, τα οποία "
145
  "παραλάβατε μετά την εγγραφή."
146
 
147
- #: google-captcha.php:477
148
  #, fuzzy
149
  msgid "Test Keys"
150
  msgstr "Μυστικό κλειδί"
151
 
152
- #: google-captcha.php:480
153
  msgid "Options"
154
  msgstr "Επιλογές"
155
 
156
- #: google-captcha.php:483
157
  msgid "Enable reCAPTCHA for"
158
  msgstr ""
159
 
160
- #: google-captcha.php:487
161
  msgid "WordPress default"
162
  msgstr ""
163
 
164
- #: google-captcha.php:496
165
  msgid "This option is available only for network or for main blog"
166
  msgstr ""
167
 
168
- #: google-captcha.php:504
169
  #, fuzzy
170
  msgid "Plugins"
171
  msgstr "Σελίδα επεκτάσεων"
172
 
173
- #: google-captcha.php:512 google-captcha.php:517
174
  #, php-format
175
  msgid "You should %s to use this functionality"
176
  msgstr ""
177
 
178
- #: google-captcha.php:513
179
  #, fuzzy
180
  msgid "activate"
181
  msgstr "Активировать Contact form"
182
 
183
- #: google-captcha.php:513
184
  msgid "for network"
185
  msgstr ""
186
 
187
- #: google-captcha.php:518
188
  msgid "download"
189
  msgstr ""
190
 
191
- #: google-captcha.php:522
192
- msgid "Check off for adding captcha to forms on their settings pages."
193
  msgstr ""
194
 
195
- #: google-captcha.php:533 google-captcha.php:610
196
- msgid "Close"
197
- msgstr ""
198
-
199
- #: google-captcha.php:545 google-captcha.php:646
200
- msgid "Unlock premium options by upgrading to Pro version"
201
- msgstr ""
202
-
203
- #: google-captcha.php:548 google-captcha.php:649
204
- msgid "Learn More"
205
- msgstr ""
206
-
207
- #: google-captcha.php:554
208
  #, php-format
209
  msgid ""
210
  "If you would like to add Google Captcha (reCAPTCHA) to a custom form see %s"
211
  msgstr ""
212
 
213
- #: google-captcha.php:554 google-captcha.php:1151
214
  msgid "FAQ"
215
  msgstr "Συχνές Ερωτήσεις"
216
 
217
- #: google-captcha.php:559
218
  #, fuzzy
219
  msgid "Hide reCAPTCHA in Comments form for"
220
  msgstr "για την έκδοση reCAPTCHA"
221
 
222
- #: google-captcha.php:571
 
 
 
 
 
 
 
 
 
 
 
223
  #, fuzzy
224
  msgid "reCAPTCHA version"
225
  msgstr "Έκδοση reCAPTCHA:"
226
 
227
- #: google-captcha.php:574 google-captcha.php:575 google-captcha.php:576
228
- #: google-captcha.php:577
229
  msgid "version"
230
  msgstr "έκδοση"
231
 
232
- #: google-captcha.php:583 google-captcha.php:596
233
  #, fuzzy
234
  msgid "reCAPTCHA theme"
235
  msgstr "Έκδοση reCAPTCHA:"
236
 
237
- #: google-captcha.php:584 google-captcha.php:597 google-captcha.php:628
238
  #, fuzzy
239
  msgid "for version"
240
  msgstr "έκδοση"
241
 
242
- #: google-captcha.php:614
243
- #, fuzzy
244
- msgid "reCAPTCHA language"
245
- msgstr "Έκδοση reCAPTCHA:"
246
-
247
- #: google-captcha.php:621
248
- msgid "Use the current site language"
249
- msgstr ""
250
-
251
- #: google-captcha.php:621
252
- msgid "Using"
253
- msgstr ""
254
-
255
- #: google-captcha.php:627
256
- #, fuzzy
257
- msgid "reCAPTCHA size"
258
- msgstr "Έκδοση reCAPTCHA:"
259
-
260
- #: google-captcha.php:656
261
  msgid "Save Changes"
262
  msgstr "Αποθήκευση αλλαγών"
263
 
264
- #: google-captcha.php:710 google-captcha.php:1167
265
  msgid "To use Google Captcha you must get the keys from"
266
  msgstr ""
267
  "Για να χρησιμοποιήσετε το Google Captcha θα πρέπει να πάρετε τα κλειδιά από"
268
 
269
- #: google-captcha.php:711 google-captcha.php:1168
270
  msgid "here"
271
  msgstr "εδώ"
272
 
273
- #: google-captcha.php:712 google-captcha.php:1169
274
  msgid "and enter them on the"
275
  msgstr "και να τα εισάγετε στη"
276
 
277
- #: google-captcha.php:714 google-captcha.php:1171
278
  msgid "plugin setting page"
279
  msgstr "σελίδα ρυθμίσεων της επέκτασης"
280
 
281
- #: google-captcha.php:900 google-captcha.php:948
282
  msgid "Error"
283
  msgstr ""
284
 
285
- #: google-captcha.php:900 google-captcha.php:948
 
286
  #, fuzzy
287
- msgid "You have entered an incorrect reCAPTCHA value."
288
  msgstr "Σφάλμα: Έχετε εισάγει μια εσφαλμένη τιμή CAPTCHA."
289
 
290
- #: google-captcha.php:978 google-captcha.php:1007 google-captcha.php:1033
291
  msgid "ERROR"
292
  msgstr ""
293
 
294
- #: google-captcha.php:978 google-captcha.php:1007
295
- #, fuzzy
296
- msgid "You have entered an incorrect reCAPTCHA value"
297
- msgstr "Σφάλμα: Έχετε εισάγει μια εσφαλμένη τιμή CAPTCHA."
298
-
299
- #: google-captcha.php:1033
300
  #, fuzzy
301
  msgid ""
302
  "You have entered an incorrect reCAPTCHA value. Click the BACK button on your "
@@ -305,47 +283,203 @@ msgstr ""
305
  "Σφάλμα: Έχετε εισάγει μια εσφαλμένη τιμή CAPTCHA. Κάντε κλικ στο κουμπί Πίσω "
306
  "στον περιηγητή σας, και δοκιμάστε ξανά."
307
 
308
- #: google-captcha.php:1064
309
  msgid "Please, complete the captcha and submit \"Test verification\""
310
  msgstr ""
311
 
312
- #: google-captcha.php:1068
313
  msgid "Test verification"
314
  msgstr ""
315
 
316
- #: google-captcha.php:1082 google-captcha.php:1091
317
- msgid "The user response was missing."
318
  msgstr ""
319
 
320
- #: google-captcha.php:1084
321
- msgid "The Secret Key is missing."
322
  msgstr ""
323
 
324
- #: google-captcha.php:1087 google-captcha.php:1096
325
  msgid "The Secret Key is invalid"
326
  msgstr ""
327
 
328
- #: google-captcha.php:1088 google-captcha.php:1097
329
  msgid "Check your domain configuration"
330
  msgstr ""
331
 
332
- #: google-captcha.php:1089 google-captcha.php:1098
333
  #, fuzzy
334
  msgid "and enter it again"
335
  msgstr "και να τα εισάγετε στη"
336
 
337
- #: google-captcha.php:1092 google-captcha.php:1100
338
- msgid "The user response is invalid."
339
  msgstr ""
340
 
341
- #: google-captcha.php:1109
342
- msgid "The verification is successfully completed."
343
  msgstr ""
344
 
345
- #: google-captcha.php:1152
346
  msgid "Support"
347
  msgstr "Υποστήριξη"
348
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
349
  #, fuzzy
350
  #~ msgid ""
351
  #~ "Google Captcha version 2 will not work correctly, since the option "
2
  msgstr ""
3
  "Project-Id-Version: Google Сaptcha\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-10-20 14:08+0300\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: BestWebSoft team <wp@bestwebsoft.com>\n"
8
  "Language-Team: Dimitris Karantonis\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: google-captcha.php:34 google-captcha.php:561
20
  msgid "Google Captcha Settings"
21
  msgstr "Ρυθμίσεις Google Captcha"
22
 
23
+ #: google-captcha.php:237
24
  msgid "Warning"
25
  msgstr ""
26
 
27
+ #: google-captcha.php:237
28
  msgid ""
29
  "It has been found more than one reCAPTCHA in current form. In this case "
30
  "reCAPTCHA will not work properly. Please remove all unnecessary reCAPTCHA "
31
  "blocks."
32
  msgstr ""
33
 
34
+ #: google-captcha.php:241
35
  #, fuzzy
36
+ msgid "Error: You have entered an incorrect reCAPTCHA value"
37
  msgstr "Σφάλμα: Έχετε εισάγει μια εσφαλμένη τιμή CAPTCHA."
38
 
39
+ #: google-captcha.php:345
40
+ msgid "You are in the whitelist"
41
  msgstr ""
42
 
43
+ #: google-captcha.php:472
 
 
 
 
44
  msgid "Site key"
45
  msgstr "Κλειδί ιστοσελίδας"
46
 
47
+ #: google-captcha.php:477
48
  msgid "Secret Key"
49
  msgstr "Μυστικό κλειδί"
50
 
51
+ #: google-captcha.php:485
52
  msgid "Login form"
53
  msgstr "Φόρμα εισόδου"
54
 
55
+ #: google-captcha.php:486
56
  msgid "Registration form"
57
  msgstr "Φόρμα εγγραφής"
58
 
59
+ #: google-captcha.php:487
60
  msgid "Reset password form"
61
  msgstr "Φόρμα ανάκτησης κωδικού πρόσβασης"
62
 
63
+ #: google-captcha.php:488
64
  msgid "Comments form"
65
  msgstr "Φόρμα για σχόλια"
66
 
67
+ #: google-captcha.php:507
68
  msgid "Enter site key"
69
  msgstr "Εισάγετε το κλειδί της ιστοσελίδας"
70
 
71
+ #: google-captcha.php:508 google-captcha.php:514
72
  msgid "WARNING: The captcha will not display while you don't fill key fields."
73
  msgstr ""
74
  "ΠΡΟΣΟΧΗ: Το captcha δεν θα εμφανιστεί εάν δεν συμπληρώσετε τα κλειδιά στα "
75
  "πεδία."
76
 
77
+ #: google-captcha.php:513
78
  msgid "Enter secret key"
79
  msgstr "Εισάγετε το μυστικό κλειδί"
80
 
81
+ #: google-captcha.php:540
82
  msgid "Settings saved"
83
  msgstr "Οι ρυμθίσεις αποθηκεύτηκαν"
84
 
85
+ #: google-captcha.php:546
86
  #, fuzzy
87
+ msgid "All plugin settings were restored"
88
  msgstr "σελίδα ρυθμίσεων της επέκτασης"
89
 
90
+ #: google-captcha.php:563 google-captcha.php:1235 google-captcha.php:1256
91
  msgid "Settings"
92
  msgstr "Ρυθμίσεις"
93
 
94
+ #: google-captcha.php:564
95
+ msgid "Whitelist"
96
+ msgstr ""
97
+
98
+ #: google-captcha.php:565
99
  msgid "Custom code"
100
  msgstr ""
101
 
102
+ #: google-captcha.php:566
103
  msgid "Go PRO"
104
  msgstr ""
105
 
106
+ #: google-captcha.php:571
107
  msgid ""
108
  "Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
109
  "version 1 features."
110
  msgstr ""
111
 
112
+ #: google-captcha.php:586
113
  #, fuzzy, php-format
114
  msgid ""
115
  "If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
119
  "αντιγράψτε και επικολλήστε αυτό το σύντομο κωδικό στη δημοσίευση ή στη "
120
  "σελίδα σας:"
121
 
122
+ #: google-captcha.php:592
123
  #, php-format
124
  msgid ""
125
  "You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
128
  "your own form , please use the shortcode %s"
129
  msgstr ""
130
 
131
+ #: google-captcha.php:600
132
  msgid "Authentication"
133
  msgstr "Πιστοποίηση"
134
 
135
+ #: google-captcha.php:601
136
  #, fuzzy, php-format
137
  msgid "Before you are able to do something, you must to register %shere%s"
138
  msgstr ""
139
  "Πριν να είστε σε θέση να κάνετε κάτι, θα πρέπει να εγγραφείτε %s εδώ %s"
140
 
141
+ #: google-captcha.php:602
142
+ #, fuzzy
143
+ msgid "Enter site key and secret key, that you get after registration"
144
  msgstr ""
145
  "Πληκτρολογήστε το κλειδί της ιστοσελίδας και το μυστικό κλειδί, τα οποία "
146
  "παραλάβατε μετά την εγγραφή."
147
 
148
+ #: google-captcha.php:617
149
  #, fuzzy
150
  msgid "Test Keys"
151
  msgstr "Μυστικό κλειδί"
152
 
153
+ #: google-captcha.php:620
154
  msgid "Options"
155
  msgstr "Επιλογές"
156
 
157
+ #: google-captcha.php:623
158
  msgid "Enable reCAPTCHA for"
159
  msgstr ""
160
 
161
+ #: google-captcha.php:627
162
  msgid "WordPress default"
163
  msgstr ""
164
 
165
+ #: google-captcha.php:636
166
  msgid "This option is available only for network or for main blog"
167
  msgstr ""
168
 
169
+ #: google-captcha.php:644
170
  #, fuzzy
171
  msgid "Plugins"
172
  msgstr "Σελίδα επεκτάσεων"
173
 
174
+ #: google-captcha.php:652 google-captcha.php:657
175
  #, php-format
176
  msgid "You should %s to use this functionality"
177
  msgstr ""
178
 
179
+ #: google-captcha.php:653
180
  #, fuzzy
181
  msgid "activate"
182
  msgstr "Активировать Contact form"
183
 
184
+ #: google-captcha.php:653
185
  msgid "for network"
186
  msgstr ""
187
 
188
+ #: google-captcha.php:658
189
  msgid "download"
190
  msgstr ""
191
 
192
+ #: google-captcha.php:662
193
+ msgid "Check off for adding captcha to forms on their settings pages"
194
  msgstr ""
195
 
196
+ #: google-captcha.php:671
 
 
 
 
 
 
 
 
 
 
 
 
197
  #, php-format
198
  msgid ""
199
  "If you would like to add Google Captcha (reCAPTCHA) to a custom form see %s"
200
  msgstr ""
201
 
202
+ #: google-captcha.php:671 google-captcha.php:1257
203
  msgid "FAQ"
204
  msgstr "Συχνές Ερωτήσεις"
205
 
206
+ #: google-captcha.php:676
207
  #, fuzzy
208
  msgid "Hide reCAPTCHA in Comments form for"
209
  msgstr "για την έκδοση reCAPTCHA"
210
 
211
+ #: google-captcha.php:688
212
+ #, fuzzy
213
+ msgid "Whitelist notification"
214
+ msgstr "Πιστοποίηση"
215
+
216
+ #: google-captcha.php:694
217
+ msgid ""
218
+ "This message will be displayed instead of the reCAPTCHA If the user IP is "
219
+ "added to the whitelist"
220
+ msgstr ""
221
+
222
+ #: google-captcha.php:701
223
  #, fuzzy
224
  msgid "reCAPTCHA version"
225
  msgstr "Έκδοση reCAPTCHA:"
226
 
227
+ #: google-captcha.php:704 google-captcha.php:705 google-captcha.php:706
228
+ #: google-captcha.php:707
229
  msgid "version"
230
  msgstr "έκδοση"
231
 
232
+ #: google-captcha.php:713 google-captcha.php:726
233
  #, fuzzy
234
  msgid "reCAPTCHA theme"
235
  msgstr "Έκδοση reCAPTCHA:"
236
 
237
+ #: google-captcha.php:714 google-captcha.php:727 includes/pro_banners.php:87
238
  #, fuzzy
239
  msgid "for version"
240
  msgstr "έκδοση"
241
 
242
+ #: google-captcha.php:739
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
243
  msgid "Save Changes"
244
  msgstr "Αποθήκευση αλλαγών"
245
 
246
+ #: google-captcha.php:803 google-captcha.php:1276
247
  msgid "To use Google Captcha you must get the keys from"
248
  msgstr ""
249
  "Για να χρησιμοποιήσετε το Google Captcha θα πρέπει να πάρετε τα κλειδιά από"
250
 
251
+ #: google-captcha.php:804 google-captcha.php:1277
252
  msgid "here"
253
  msgstr "εδώ"
254
 
255
+ #: google-captcha.php:805 google-captcha.php:1278
256
  msgid "and enter them on the"
257
  msgstr "και να τα εισάγετε στη"
258
 
259
+ #: google-captcha.php:807 google-captcha.php:1280
260
  msgid "plugin setting page"
261
  msgstr "σελίδα ρυθμίσεων της επέκτασης"
262
 
263
+ #: google-captcha.php:1000 google-captcha.php:1048
264
  msgid "Error"
265
  msgstr ""
266
 
267
+ #: google-captcha.php:1000 google-captcha.php:1048 google-captcha.php:1078
268
+ #: google-captcha.php:1107
269
  #, fuzzy
270
+ msgid "You have entered an incorrect reCAPTCHA value"
271
  msgstr "Σφάλμα: Έχετε εισάγει μια εσφαλμένη τιμή CAPTCHA."
272
 
273
+ #: google-captcha.php:1078 google-captcha.php:1107 google-captcha.php:1133
274
  msgid "ERROR"
275
  msgstr ""
276
 
277
+ #: google-captcha.php:1133
 
 
 
 
 
278
  #, fuzzy
279
  msgid ""
280
  "You have entered an incorrect reCAPTCHA value. Click the BACK button on your "
283
  "Σφάλμα: Έχετε εισάγει μια εσφαλμένη τιμή CAPTCHA. Κάντε κλικ στο κουμπί Πίσω "
284
  "στον περιηγητή σας, και δοκιμάστε ξανά."
285
 
286
+ #: google-captcha.php:1171
287
  msgid "Please, complete the captcha and submit \"Test verification\""
288
  msgstr ""
289
 
290
+ #: google-captcha.php:1175
291
  msgid "Test verification"
292
  msgstr ""
293
 
294
+ #: google-captcha.php:1190 google-captcha.php:1199
295
+ msgid "The user response was missing"
296
  msgstr ""
297
 
298
+ #: google-captcha.php:1192
299
+ msgid "The Secret Key is missing"
300
  msgstr ""
301
 
302
+ #: google-captcha.php:1195 google-captcha.php:1204
303
  msgid "The Secret Key is invalid"
304
  msgstr ""
305
 
306
+ #: google-captcha.php:1196 google-captcha.php:1205
307
  msgid "Check your domain configuration"
308
  msgstr ""
309
 
310
+ #: google-captcha.php:1197 google-captcha.php:1206
311
  #, fuzzy
312
  msgid "and enter it again"
313
  msgstr "και να τα εισάγετε στη"
314
 
315
+ #: google-captcha.php:1200 google-captcha.php:1208
316
+ msgid "The user response is invalid"
317
  msgstr ""
318
 
319
+ #: google-captcha.php:1217
320
+ msgid "The verification is successfully completed"
321
  msgstr ""
322
 
323
+ #: google-captcha.php:1258
324
  msgid "Support"
325
  msgstr "Υποστήριξη"
326
 
327
+ #: includes/whitelist.php:64
328
+ msgid "For IP addresses from the whitelist reCAPTCHA will not be displayed"
329
+ msgstr ""
330
+
331
+ #: includes/whitelist.php:71
332
+ msgid "Add IP to the whitelist"
333
+ msgstr ""
334
+
335
+ #: includes/whitelist.php:75
336
+ #, fuzzy
337
+ msgid "Save changes"
338
+ msgstr "Αποθήκευση αλλαγών"
339
+
340
+ #: includes/whitelist.php:92
341
+ msgid "My IP"
342
+ msgstr ""
343
+
344
+ #: includes/whitelist.php:96
345
+ msgid "Save IP to the whitelist"
346
+ msgstr ""
347
+
348
+ #: includes/whitelist.php:100 includes/pro_banners.php:45
349
+ msgid "Allowed formats"
350
+ msgstr ""
351
+
352
+ #: includes/whitelist.php:101
353
+ msgid "Allowed diapason"
354
+ msgstr ""
355
+
356
+ #: includes/whitelist.php:106
357
+ msgid "Search IP"
358
+ msgstr ""
359
+
360
+ #: includes/whitelist.php:160
361
+ msgid "Nothing found"
362
+ msgstr ""
363
+
364
+ #: includes/whitelist.php:160
365
+ msgid "No IP in the whitelist"
366
+ msgstr ""
367
+
368
+ #: includes/whitelist.php:167
369
+ msgid "IP address"
370
+ msgstr ""
371
+
372
+ #: includes/whitelist.php:168
373
+ msgid "Date added"
374
+ msgstr ""
375
+
376
+ #: includes/whitelist.php:222 includes/whitelist.php:232
377
+ msgid "Remove from the whitelist"
378
+ msgstr ""
379
+
380
+ #: includes/whitelist.php:318
381
+ msgid "IP added to the whitelist successfully"
382
+ msgstr ""
383
+
384
+ #: includes/whitelist.php:320 includes/whitelist.php:341
385
+ #: includes/whitelist.php:351
386
+ msgid "Some errors occured"
387
+ msgstr ""
388
+
389
+ #: includes/whitelist.php:322
390
+ msgid "IP is already in the whitelist"
391
+ msgstr ""
392
+
393
+ #: includes/whitelist.php:325
394
+ msgid "Invalid IP. See allowed formats."
395
+ msgstr ""
396
+
397
+ #: includes/whitelist.php:347
398
+ msgid "One IP was deleted successfully"
399
+ msgstr ""
400
+
401
+ #: includes/whitelist.php:354
402
+ msgid "You have not entered any IP"
403
+ msgstr ""
404
+
405
+ #: includes/whitelist.php:357
406
+ msgid "You have not entered any IP in to the search form"
407
+ msgstr ""
408
+
409
+ #: includes/whitelist.php:359
410
+ msgid "Search results for"
411
+ msgstr ""
412
+
413
+ #: includes/pro_banners.php:17
414
+ msgid "This options is available in Pro version of plugin"
415
+ msgstr ""
416
+
417
+ #: includes/pro_banners.php:20
418
+ msgid "Close"
419
+ msgstr ""
420
+
421
+ #: includes/pro_banners.php:28
422
+ msgid "Unlock premium options by upgrading to Pro version"
423
+ msgstr ""
424
+
425
+ #: includes/pro_banners.php:30
426
+ msgid "Learn More"
427
+ msgstr ""
428
+
429
+ #: includes/pro_banners.php:43
430
+ msgid "Reason"
431
+ msgstr ""
432
+
433
+ #: includes/pro_banners.php:46
434
+ msgid "Allowed separators for IPs: a comma"
435
+ msgstr ""
436
+
437
+ #: includes/pro_banners.php:46 includes/pro_banners.php:47
438
+ msgid "semicolon"
439
+ msgstr ""
440
+
441
+ #: includes/pro_banners.php:46
442
+ msgid "ordinary space, tab, new line or carriage return"
443
+ msgstr ""
444
+
445
+ #: includes/pro_banners.php:47
446
+ msgid "Allowed separators for reasons: a comma"
447
+ msgstr ""
448
+
449
+ #: includes/pro_banners.php:47
450
+ msgid "tab, new line or carriage return"
451
+ msgstr ""
452
+
453
+ #: includes/pro_banners.php:68
454
+ msgid "Normal"
455
+ msgstr ""
456
+
457
+ #: includes/pro_banners.php:69
458
+ msgid "Compact"
459
+ msgstr ""
460
+
461
+ #: includes/pro_banners.php:73
462
+ #, fuzzy
463
+ msgid "reCAPTCHA language"
464
+ msgstr "Έκδοση reCAPTCHA:"
465
+
466
+ #: includes/pro_banners.php:80
467
+ msgid "Use the current site language"
468
+ msgstr ""
469
+
470
+ #: includes/pro_banners.php:80
471
+ msgid "Using"
472
+ msgstr ""
473
+
474
+ #: includes/pro_banners.php:86
475
+ #, fuzzy
476
+ msgid "reCAPTCHA size"
477
+ msgstr "Έκδοση reCAPTCHA:"
478
+
479
+ #, fuzzy
480
+ #~ msgid "You have entered an incorrect reCAPTCHA value."
481
+ #~ msgstr "Σφάλμα: Έχετε εισάγει μια εσφαλμένη τιμή CAPTCHA."
482
+
483
  #, fuzzy
484
  #~ msgid ""
485
  #~ "Google Captcha version 2 will not work correctly, since the option "
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: 2016-07-25 11:33+0300\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: BestWebSoft team <wp@bestwebsoft.com>\n"
8
  "Language-Team: Cloudzeroxyz <cloudzeroxyz@gmail.com>\n"
@@ -17,102 +17,103 @@ msgstr ""
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: google-captcha.php:34 google-captcha.php:422
21
  msgid "Google Captcha Settings"
22
  msgstr "Googe Captcha Ajustes"
23
 
24
- #: google-captcha.php:202
25
  msgid "Warning"
26
  msgstr ""
27
 
28
- #: google-captcha.php:202
29
  msgid ""
30
  "It has been found more than one reCAPTCHA in current form. In this case "
31
  "reCAPTCHA will not work properly. Please remove all unnecessary reCAPTCHA "
32
  "blocks."
33
  msgstr ""
34
 
35
- #: google-captcha.php:206
36
  #, fuzzy
37
- msgid "Error: You have entered an incorrect reCAPTCHA value."
38
  msgstr "Error: Ha introducido un valor incorrecto de CAPTCHA."
39
 
40
- #: google-captcha.php:327
41
- msgid "Normal"
42
  msgstr ""
43
 
44
- #: google-captcha.php:328
45
- msgid "Compact"
46
- msgstr ""
47
-
48
- #: google-captcha.php:334
49
  msgid "Site key"
50
  msgstr ""
51
 
52
- #: google-captcha.php:339
53
  msgid "Secret Key"
54
  msgstr ""
55
 
56
- #: google-captcha.php:347
57
  msgid "Login form"
58
  msgstr "Formulario de acceso"
59
 
60
- #: google-captcha.php:348
61
  msgid "Registration form"
62
  msgstr "Formulario de registro"
63
 
64
- #: google-captcha.php:349
65
  msgid "Reset password form"
66
  msgstr "Formulario de restablecimiento de contraseña"
67
 
68
- #: google-captcha.php:350
69
  msgid "Comments form"
70
  msgstr "Formulario de comentarios"
71
 
72
- #: google-captcha.php:369
73
  #, fuzzy
74
  msgid "Enter site key"
75
  msgstr "Introduce la clave privada"
76
 
77
- #: google-captcha.php:370 google-captcha.php:376
78
  msgid "WARNING: The captcha will not display while you don't fill key fields."
79
  msgstr ""
80
  "ADVERTENCIA: El Captcha no se mostrará mientras usted no llene los campos "
81
  "clave."
82
 
83
- #: google-captcha.php:375
84
  #, fuzzy
85
  msgid "Enter secret key"
86
  msgstr "Introduce la clave privada"
87
 
88
- #: google-captcha.php:401
89
  msgid "Settings saved"
90
  msgstr "Configuración guardada"
91
 
92
- #: google-captcha.php:407
93
  #, fuzzy
94
- msgid "All plugin settings were restored."
95
  msgstr "página de configuración de plugin"
96
 
97
- #: google-captcha.php:424 google-captcha.php:1128 google-captcha.php:1150
98
  msgid "Settings"
99
  msgstr "Ajustes"
100
 
101
- #: google-captcha.php:425
 
 
 
 
 
102
  msgid "Custom code"
103
  msgstr ""
104
 
105
- #: google-captcha.php:426
106
  msgid "Go PRO"
107
  msgstr ""
108
 
109
- #: google-captcha.php:431
110
  msgid ""
111
  "Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
112
  "version 1 features."
113
  msgstr ""
114
 
115
- #: google-captcha.php:446
116
  #, fuzzy, php-format
117
  msgid ""
118
  "If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
@@ -121,7 +122,7 @@ msgstr ""
121
  "Si quisiera añadir el Google Captcha para su formulario, simplemente copia y "
122
  "pega este código corto en tu post o página:"
123
 
124
- #: google-captcha.php:452
125
  #, php-format
126
  msgid ""
127
  "You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
@@ -130,167 +131,146 @@ msgid ""
130
  "your own form , please use the shortcode %s"
131
  msgstr ""
132
 
133
- #: google-captcha.php:460
134
  msgid "Authentication"
135
  msgstr "Autentificación"
136
 
137
- #: google-captcha.php:461
138
  #, fuzzy, php-format
139
  msgid "Before you are able to do something, you must to register %shere%s"
140
  msgstr "Antes de que pueda hacer algo, debe registrar %s aquí %s"
141
 
142
- #: google-captcha.php:462
143
  #, fuzzy
144
- msgid "Enter site key and secret key, that you get after registration."
145
  msgstr ""
146
  "Introduzca las claves pública y privada, que se obtiene después de "
147
  "Registrarse."
148
 
149
- #: google-captcha.php:477
150
  msgid "Test Keys"
151
  msgstr ""
152
 
153
- #: google-captcha.php:480
154
  msgid "Options"
155
  msgstr "Opciones"
156
 
157
- #: google-captcha.php:483
158
  msgid "Enable reCAPTCHA for"
159
  msgstr ""
160
 
161
- #: google-captcha.php:487
162
  msgid "WordPress default"
163
  msgstr ""
164
 
165
- #: google-captcha.php:496
166
  msgid "This option is available only for network or for main blog"
167
  msgstr ""
168
 
169
- #: google-captcha.php:504
170
  #, fuzzy
171
  msgid "Plugins"
172
  msgstr "Página de Plugins"
173
 
174
- #: google-captcha.php:512 google-captcha.php:517
175
  #, php-format
176
  msgid "You should %s to use this functionality"
177
  msgstr ""
178
 
179
- #: google-captcha.php:513
180
  #, fuzzy
181
  msgid "activate"
182
  msgstr "Tema Activado"
183
 
184
- #: google-captcha.php:513
185
  msgid "for network"
186
  msgstr ""
187
 
188
- #: google-captcha.php:518
189
  msgid "download"
190
  msgstr ""
191
 
192
- #: google-captcha.php:522
193
- msgid "Check off for adding captcha to forms on their settings pages."
194
- msgstr ""
195
-
196
- #: google-captcha.php:533 google-captcha.php:610
197
- msgid "Close"
198
  msgstr ""
199
 
200
- #: google-captcha.php:545 google-captcha.php:646
201
- msgid "Unlock premium options by upgrading to Pro version"
202
- msgstr ""
203
-
204
- #: google-captcha.php:548 google-captcha.php:649
205
- msgid "Learn More"
206
- msgstr ""
207
-
208
- #: google-captcha.php:554
209
  #, php-format
210
  msgid ""
211
  "If you would like to add Google Captcha (reCAPTCHA) to a custom form see %s"
212
  msgstr ""
213
 
214
- #: google-captcha.php:554 google-captcha.php:1151
215
  msgid "FAQ"
216
  msgstr "Preguntas Frecuentes"
217
 
218
- #: google-captcha.php:559
219
  msgid "Hide reCAPTCHA in Comments form for"
220
  msgstr ""
221
 
222
- #: google-captcha.php:571
 
 
 
 
 
 
 
 
 
 
 
223
  msgid "reCAPTCHA version"
224
  msgstr ""
225
 
226
- #: google-captcha.php:574 google-captcha.php:575 google-captcha.php:576
227
- #: google-captcha.php:577
228
  msgid "version"
229
  msgstr ""
230
 
231
- #: google-captcha.php:583 google-captcha.php:596
232
  msgid "reCAPTCHA theme"
233
  msgstr ""
234
 
235
- #: google-captcha.php:584 google-captcha.php:597 google-captcha.php:628
236
  msgid "for version"
237
  msgstr ""
238
 
239
- #: google-captcha.php:614
240
- msgid "reCAPTCHA language"
241
- msgstr ""
242
-
243
- #: google-captcha.php:621
244
- msgid "Use the current site language"
245
- msgstr ""
246
-
247
- #: google-captcha.php:621
248
- msgid "Using"
249
- msgstr ""
250
-
251
- #: google-captcha.php:627
252
- msgid "reCAPTCHA size"
253
- msgstr ""
254
-
255
- #: google-captcha.php:656
256
  msgid "Save Changes"
257
  msgstr "Guardar Cambios"
258
 
259
- #: google-captcha.php:710 google-captcha.php:1167
260
  msgid "To use Google Captcha you must get the keys from"
261
  msgstr "Para utilizar Google Captcha debe obtener las claves de"
262
 
263
- #: google-captcha.php:711 google-captcha.php:1168
264
  msgid "here"
265
  msgstr "aquí"
266
 
267
- #: google-captcha.php:712 google-captcha.php:1169
268
  msgid "and enter them on the"
269
  msgstr "e introducirlas en"
270
 
271
- #: google-captcha.php:714 google-captcha.php:1171
272
  msgid "plugin setting page"
273
  msgstr "página de configuración de plugin"
274
 
275
- #: google-captcha.php:900 google-captcha.php:948
276
  msgid "Error"
277
  msgstr ""
278
 
279
- #: google-captcha.php:900 google-captcha.php:948
 
280
  #, fuzzy
281
- msgid "You have entered an incorrect reCAPTCHA value."
282
  msgstr "Error: Ha introducido un valor incorrecto de CAPTCHA."
283
 
284
- #: google-captcha.php:978 google-captcha.php:1007 google-captcha.php:1033
285
  msgid "ERROR"
286
  msgstr ""
287
 
288
- #: google-captcha.php:978 google-captcha.php:1007
289
- #, fuzzy
290
- msgid "You have entered an incorrect reCAPTCHA value"
291
- msgstr "Error: Ha introducido un valor incorrecto de CAPTCHA."
292
-
293
- #: google-captcha.php:1033
294
  #, fuzzy
295
  msgid ""
296
  "You have entered an incorrect reCAPTCHA value. Click the BACK button on your "
@@ -299,47 +279,201 @@ msgstr ""
299
  "Error: Ha introducido un valor incorrecto de CAPTCHA. Haga clic en el botón "
300
  "Regresar de su navegador y vuelva a intentarlo."
301
 
302
- #: google-captcha.php:1064
303
  msgid "Please, complete the captcha and submit \"Test verification\""
304
  msgstr ""
305
 
306
- #: google-captcha.php:1068
307
  msgid "Test verification"
308
  msgstr ""
309
 
310
- #: google-captcha.php:1082 google-captcha.php:1091
311
- msgid "The user response was missing."
312
  msgstr ""
313
 
314
- #: google-captcha.php:1084
315
- msgid "The Secret Key is missing."
316
  msgstr ""
317
 
318
- #: google-captcha.php:1087 google-captcha.php:1096
319
  msgid "The Secret Key is invalid"
320
  msgstr ""
321
 
322
- #: google-captcha.php:1088 google-captcha.php:1097
323
  msgid "Check your domain configuration"
324
  msgstr ""
325
 
326
- #: google-captcha.php:1089 google-captcha.php:1098
327
  #, fuzzy
328
  msgid "and enter it again"
329
  msgstr "e introducirlas en"
330
 
331
- #: google-captcha.php:1092 google-captcha.php:1100
332
- msgid "The user response is invalid."
333
  msgstr ""
334
 
335
- #: google-captcha.php:1109
336
- msgid "The verification is successfully completed."
337
  msgstr ""
338
 
339
- #: google-captcha.php:1152
340
  msgid "Support"
341
  msgstr "Soporte"
342
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
343
  #~ msgid "powered by"
344
  #~ msgstr "impulsado por"
345
 
@@ -403,9 +537,6 @@ msgstr "Soporte"
403
  #~ msgid "Red"
404
  #~ msgstr "Rojo"
405
 
406
- #~ msgid "White"
407
- #~ msgstr "Blanco"
408
-
409
  #~ msgid "Blackglass"
410
  #~ msgstr "Cristal Negro"
411
 
2
  msgstr ""
3
  "Project-Id-Version: Google Сaptcha\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-10-20 14:08+0300\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: BestWebSoft team <wp@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:34 google-captcha.php:561
21
  msgid "Google Captcha Settings"
22
  msgstr "Googe Captcha Ajustes"
23
 
24
+ #: google-captcha.php:237
25
  msgid "Warning"
26
  msgstr ""
27
 
28
+ #: google-captcha.php:237
29
  msgid ""
30
  "It has been found more than one reCAPTCHA in current form. In this case "
31
  "reCAPTCHA will not work properly. Please remove all unnecessary reCAPTCHA "
32
  "blocks."
33
  msgstr ""
34
 
35
+ #: google-captcha.php:241
36
  #, fuzzy
37
+ msgid "Error: You have entered an incorrect reCAPTCHA value"
38
  msgstr "Error: Ha introducido un valor incorrecto de CAPTCHA."
39
 
40
+ #: google-captcha.php:345
41
+ msgid "You are in the whitelist"
42
  msgstr ""
43
 
44
+ #: google-captcha.php:472
 
 
 
 
45
  msgid "Site key"
46
  msgstr ""
47
 
48
+ #: google-captcha.php:477
49
  msgid "Secret Key"
50
  msgstr ""
51
 
52
+ #: google-captcha.php:485
53
  msgid "Login form"
54
  msgstr "Formulario de acceso"
55
 
56
+ #: google-captcha.php:486
57
  msgid "Registration form"
58
  msgstr "Formulario de registro"
59
 
60
+ #: google-captcha.php:487
61
  msgid "Reset password form"
62
  msgstr "Formulario de restablecimiento de contraseña"
63
 
64
+ #: google-captcha.php:488
65
  msgid "Comments form"
66
  msgstr "Formulario de comentarios"
67
 
68
+ #: google-captcha.php:507
69
  #, fuzzy
70
  msgid "Enter site key"
71
  msgstr "Introduce la clave privada"
72
 
73
+ #: google-captcha.php:508 google-captcha.php:514
74
  msgid "WARNING: The captcha will not display while you don't fill key fields."
75
  msgstr ""
76
  "ADVERTENCIA: El Captcha no se mostrará mientras usted no llene los campos "
77
  "clave."
78
 
79
+ #: google-captcha.php:513
80
  #, fuzzy
81
  msgid "Enter secret key"
82
  msgstr "Introduce la clave privada"
83
 
84
+ #: google-captcha.php:540
85
  msgid "Settings saved"
86
  msgstr "Configuración guardada"
87
 
88
+ #: google-captcha.php:546
89
  #, fuzzy
90
+ msgid "All plugin settings were restored"
91
  msgstr "página de configuración de plugin"
92
 
93
+ #: google-captcha.php:563 google-captcha.php:1235 google-captcha.php:1256
94
  msgid "Settings"
95
  msgstr "Ajustes"
96
 
97
+ #: google-captcha.php:564
98
+ #, fuzzy
99
+ msgid "Whitelist"
100
+ msgstr "Blanco"
101
+
102
+ #: google-captcha.php:565
103
  msgid "Custom code"
104
  msgstr ""
105
 
106
+ #: google-captcha.php:566
107
  msgid "Go PRO"
108
  msgstr ""
109
 
110
+ #: google-captcha.php:571
111
  msgid ""
112
  "Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
113
  "version 1 features."
114
  msgstr ""
115
 
116
+ #: google-captcha.php:586
117
  #, fuzzy, php-format
118
  msgid ""
119
  "If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
122
  "Si quisiera añadir el Google Captcha para su formulario, simplemente copia y "
123
  "pega este código corto en tu post o página:"
124
 
125
+ #: google-captcha.php:592
126
  #, php-format
127
  msgid ""
128
  "You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
131
  "your own form , please use the shortcode %s"
132
  msgstr ""
133
 
134
+ #: google-captcha.php:600
135
  msgid "Authentication"
136
  msgstr "Autentificación"
137
 
138
+ #: google-captcha.php:601
139
  #, fuzzy, php-format
140
  msgid "Before you are able to do something, you must to register %shere%s"
141
  msgstr "Antes de que pueda hacer algo, debe registrar %s aquí %s"
142
 
143
+ #: google-captcha.php:602
144
  #, fuzzy
145
+ msgid "Enter site key and secret key, that you get after registration"
146
  msgstr ""
147
  "Introduzca las claves pública y privada, que se obtiene después de "
148
  "Registrarse."
149
 
150
+ #: google-captcha.php:617
151
  msgid "Test Keys"
152
  msgstr ""
153
 
154
+ #: google-captcha.php:620
155
  msgid "Options"
156
  msgstr "Opciones"
157
 
158
+ #: google-captcha.php:623
159
  msgid "Enable reCAPTCHA for"
160
  msgstr ""
161
 
162
+ #: google-captcha.php:627
163
  msgid "WordPress default"
164
  msgstr ""
165
 
166
+ #: google-captcha.php:636
167
  msgid "This option is available only for network or for main blog"
168
  msgstr ""
169
 
170
+ #: google-captcha.php:644
171
  #, fuzzy
172
  msgid "Plugins"
173
  msgstr "Página de Plugins"
174
 
175
+ #: google-captcha.php:652 google-captcha.php:657
176
  #, php-format
177
  msgid "You should %s to use this functionality"
178
  msgstr ""
179
 
180
+ #: google-captcha.php:653
181
  #, fuzzy
182
  msgid "activate"
183
  msgstr "Tema Activado"
184
 
185
+ #: google-captcha.php:653
186
  msgid "for network"
187
  msgstr ""
188
 
189
+ #: google-captcha.php:658
190
  msgid "download"
191
  msgstr ""
192
 
193
+ #: google-captcha.php:662
194
+ msgid "Check off for adding captcha to forms on their settings pages"
 
 
 
 
195
  msgstr ""
196
 
197
+ #: google-captcha.php:671
 
 
 
 
 
 
 
 
198
  #, php-format
199
  msgid ""
200
  "If you would like to add Google Captcha (reCAPTCHA) to a custom form see %s"
201
  msgstr ""
202
 
203
+ #: google-captcha.php:671 google-captcha.php:1257
204
  msgid "FAQ"
205
  msgstr "Preguntas Frecuentes"
206
 
207
+ #: google-captcha.php:676
208
  msgid "Hide reCAPTCHA in Comments form for"
209
  msgstr ""
210
 
211
+ #: google-captcha.php:688
212
+ #, fuzzy
213
+ msgid "Whitelist notification"
214
+ msgstr "Autentificación"
215
+
216
+ #: google-captcha.php:694
217
+ msgid ""
218
+ "This message will be displayed instead of the reCAPTCHA If the user IP is "
219
+ "added to the whitelist"
220
+ msgstr ""
221
+
222
+ #: google-captcha.php:701
223
  msgid "reCAPTCHA version"
224
  msgstr ""
225
 
226
+ #: google-captcha.php:704 google-captcha.php:705 google-captcha.php:706
227
+ #: google-captcha.php:707
228
  msgid "version"
229
  msgstr ""
230
 
231
+ #: google-captcha.php:713 google-captcha.php:726
232
  msgid "reCAPTCHA theme"
233
  msgstr ""
234
 
235
+ #: google-captcha.php:714 google-captcha.php:727 includes/pro_banners.php:87
236
  msgid "for version"
237
  msgstr ""
238
 
239
+ #: google-captcha.php:739
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
240
  msgid "Save Changes"
241
  msgstr "Guardar Cambios"
242
 
243
+ #: google-captcha.php:803 google-captcha.php:1276
244
  msgid "To use Google Captcha you must get the keys from"
245
  msgstr "Para utilizar Google Captcha debe obtener las claves de"
246
 
247
+ #: google-captcha.php:804 google-captcha.php:1277
248
  msgid "here"
249
  msgstr "aquí"
250
 
251
+ #: google-captcha.php:805 google-captcha.php:1278
252
  msgid "and enter them on the"
253
  msgstr "e introducirlas en"
254
 
255
+ #: google-captcha.php:807 google-captcha.php:1280
256
  msgid "plugin setting page"
257
  msgstr "página de configuración de plugin"
258
 
259
+ #: google-captcha.php:1000 google-captcha.php:1048
260
  msgid "Error"
261
  msgstr ""
262
 
263
+ #: google-captcha.php:1000 google-captcha.php:1048 google-captcha.php:1078
264
+ #: google-captcha.php:1107
265
  #, fuzzy
266
+ msgid "You have entered an incorrect reCAPTCHA value"
267
  msgstr "Error: Ha introducido un valor incorrecto de CAPTCHA."
268
 
269
+ #: google-captcha.php:1078 google-captcha.php:1107 google-captcha.php:1133
270
  msgid "ERROR"
271
  msgstr ""
272
 
273
+ #: google-captcha.php:1133
 
 
 
 
 
274
  #, fuzzy
275
  msgid ""
276
  "You have entered an incorrect reCAPTCHA value. Click the BACK button on your "
279
  "Error: Ha introducido un valor incorrecto de CAPTCHA. Haga clic en el botón "
280
  "Regresar de su navegador y vuelva a intentarlo."
281
 
282
+ #: google-captcha.php:1171
283
  msgid "Please, complete the captcha and submit \"Test verification\""
284
  msgstr ""
285
 
286
+ #: google-captcha.php:1175
287
  msgid "Test verification"
288
  msgstr ""
289
 
290
+ #: google-captcha.php:1190 google-captcha.php:1199
291
+ msgid "The user response was missing"
292
  msgstr ""
293
 
294
+ #: google-captcha.php:1192
295
+ msgid "The Secret Key is missing"
296
  msgstr ""
297
 
298
+ #: google-captcha.php:1195 google-captcha.php:1204
299
  msgid "The Secret Key is invalid"
300
  msgstr ""
301
 
302
+ #: google-captcha.php:1196 google-captcha.php:1205
303
  msgid "Check your domain configuration"
304
  msgstr ""
305
 
306
+ #: google-captcha.php:1197 google-captcha.php:1206
307
  #, fuzzy
308
  msgid "and enter it again"
309
  msgstr "e introducirlas en"
310
 
311
+ #: google-captcha.php:1200 google-captcha.php:1208
312
+ msgid "The user response is invalid"
313
  msgstr ""
314
 
315
+ #: google-captcha.php:1217
316
+ msgid "The verification is successfully completed"
317
  msgstr ""
318
 
319
+ #: google-captcha.php:1258
320
  msgid "Support"
321
  msgstr "Soporte"
322
 
323
+ #: includes/whitelist.php:64
324
+ msgid "For IP addresses from the whitelist reCAPTCHA will not be displayed"
325
+ msgstr ""
326
+
327
+ #: includes/whitelist.php:71
328
+ msgid "Add IP to the whitelist"
329
+ msgstr ""
330
+
331
+ #: includes/whitelist.php:75
332
+ #, fuzzy
333
+ msgid "Save changes"
334
+ msgstr "Guardar Cambios"
335
+
336
+ #: includes/whitelist.php:92
337
+ msgid "My IP"
338
+ msgstr ""
339
+
340
+ #: includes/whitelist.php:96
341
+ msgid "Save IP to the whitelist"
342
+ msgstr ""
343
+
344
+ #: includes/whitelist.php:100 includes/pro_banners.php:45
345
+ msgid "Allowed formats"
346
+ msgstr ""
347
+
348
+ #: includes/whitelist.php:101
349
+ msgid "Allowed diapason"
350
+ msgstr ""
351
+
352
+ #: includes/whitelist.php:106
353
+ msgid "Search IP"
354
+ msgstr ""
355
+
356
+ #: includes/whitelist.php:160
357
+ msgid "Nothing found"
358
+ msgstr ""
359
+
360
+ #: includes/whitelist.php:160
361
+ msgid "No IP in the whitelist"
362
+ msgstr ""
363
+
364
+ #: includes/whitelist.php:167
365
+ msgid "IP address"
366
+ msgstr ""
367
+
368
+ #: includes/whitelist.php:168
369
+ msgid "Date added"
370
+ msgstr ""
371
+
372
+ #: includes/whitelist.php:222 includes/whitelist.php:232
373
+ msgid "Remove from the whitelist"
374
+ msgstr ""
375
+
376
+ #: includes/whitelist.php:318
377
+ msgid "IP added to the whitelist successfully"
378
+ msgstr ""
379
+
380
+ #: includes/whitelist.php:320 includes/whitelist.php:341
381
+ #: includes/whitelist.php:351
382
+ msgid "Some errors occured"
383
+ msgstr ""
384
+
385
+ #: includes/whitelist.php:322
386
+ msgid "IP is already in the whitelist"
387
+ msgstr ""
388
+
389
+ #: includes/whitelist.php:325
390
+ msgid "Invalid IP. See allowed formats."
391
+ msgstr ""
392
+
393
+ #: includes/whitelist.php:347
394
+ msgid "One IP was deleted successfully"
395
+ msgstr ""
396
+
397
+ #: includes/whitelist.php:354
398
+ msgid "You have not entered any IP"
399
+ msgstr ""
400
+
401
+ #: includes/whitelist.php:357
402
+ msgid "You have not entered any IP in to the search form"
403
+ msgstr ""
404
+
405
+ #: includes/whitelist.php:359
406
+ msgid "Search results for"
407
+ msgstr ""
408
+
409
+ #: includes/pro_banners.php:17
410
+ msgid "This options is available in Pro version of plugin"
411
+ msgstr ""
412
+
413
+ #: includes/pro_banners.php:20
414
+ msgid "Close"
415
+ msgstr ""
416
+
417
+ #: includes/pro_banners.php:28
418
+ msgid "Unlock premium options by upgrading to Pro version"
419
+ msgstr ""
420
+
421
+ #: includes/pro_banners.php:30
422
+ msgid "Learn More"
423
+ msgstr ""
424
+
425
+ #: includes/pro_banners.php:43
426
+ msgid "Reason"
427
+ msgstr ""
428
+
429
+ #: includes/pro_banners.php:46
430
+ msgid "Allowed separators for IPs: a comma"
431
+ msgstr ""
432
+
433
+ #: includes/pro_banners.php:46 includes/pro_banners.php:47
434
+ msgid "semicolon"
435
+ msgstr ""
436
+
437
+ #: includes/pro_banners.php:46
438
+ msgid "ordinary space, tab, new line or carriage return"
439
+ msgstr ""
440
+
441
+ #: includes/pro_banners.php:47
442
+ msgid "Allowed separators for reasons: a comma"
443
+ msgstr ""
444
+
445
+ #: includes/pro_banners.php:47
446
+ msgid "tab, new line or carriage return"
447
+ msgstr ""
448
+
449
+ #: includes/pro_banners.php:68
450
+ msgid "Normal"
451
+ msgstr ""
452
+
453
+ #: includes/pro_banners.php:69
454
+ msgid "Compact"
455
+ msgstr ""
456
+
457
+ #: includes/pro_banners.php:73
458
+ msgid "reCAPTCHA language"
459
+ msgstr ""
460
+
461
+ #: includes/pro_banners.php:80
462
+ msgid "Use the current site language"
463
+ msgstr ""
464
+
465
+ #: includes/pro_banners.php:80
466
+ msgid "Using"
467
+ msgstr ""
468
+
469
+ #: includes/pro_banners.php:86
470
+ msgid "reCAPTCHA size"
471
+ msgstr ""
472
+
473
+ #, fuzzy
474
+ #~ msgid "You have entered an incorrect reCAPTCHA value."
475
+ #~ msgstr "Error: Ha introducido un valor incorrecto de CAPTCHA."
476
+
477
  #~ msgid "powered by"
478
  #~ msgstr "impulsado por"
479
 
537
  #~ msgid "Red"
538
  #~ msgstr "Rojo"
539
 
 
 
 
540
  #~ msgid "Blackglass"
541
  #~ msgstr "Cristal Negro"
542
 
languages/google-captcha-fa_IR.mo CHANGED
Binary file
languages/google-captcha-fa_IR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Google Сaptcha\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2016-07-25 11:33+0300\n"
6
- "PO-Revision-Date: 2016-07-25 11:33+0300\n"
7
  "Last-Translator: BestWebSoft team <wp@bestwebsoft.com>\n"
8
  "Language-Team: Amirreza Nasiri <nasiri.amirreza.96@gmail.com>\n"
9
  "Language: fa_IR\n"
@@ -21,99 +21,100 @@ msgstr ""
21
  "X-Loco-Target-Locale: uk_UA\n"
22
  "X-Poedit-SearchPath-0: .\n"
23
 
24
- #: google-captcha.php:34 google-captcha.php:422
25
  msgid "Google Captcha Settings"
26
  msgstr "تنظیمات Google Captcha"
27
 
28
- #: google-captcha.php:202
29
  msgid "Warning"
30
  msgstr ""
31
 
32
- #: google-captcha.php:202
33
  msgid ""
34
  "It has been found more than one reCAPTCHA in current form. In this case "
35
  "reCAPTCHA will not work properly. Please remove all unnecessary reCAPTCHA "
36
  "blocks."
37
  msgstr ""
38
 
39
- #: google-captcha.php:206
40
  #, fuzzy
41
- msgid "Error: You have entered an incorrect reCAPTCHA value."
42
  msgstr "خطا: شما مقدار CAPTCHA اشتباهی را وارد کرده اید."
43
 
44
- #: google-captcha.php:327
45
- msgid "Normal"
46
- msgstr "عادی"
47
-
48
- #: google-captcha.php:328
49
- msgid "Compact"
50
- msgstr "فشرده"
51
 
52
- #: google-captcha.php:334
53
  msgid "Site key"
54
  msgstr "کلید سایت (site key در تنظیمات گوگل)"
55
 
56
- #: google-captcha.php:339
57
  msgid "Secret Key"
58
  msgstr "کلید سری (secret key در تنظیمات گوگل)"
59
 
60
- #: google-captcha.php:347
61
  msgid "Login form"
62
  msgstr "فرم ورود"
63
 
64
- #: google-captcha.php:348
65
  msgid "Registration form"
66
  msgstr "فرم ثبت نام"
67
 
68
- #: google-captcha.php:349
69
  msgid "Reset password form"
70
  msgstr "فرم فراموش رمز عبور"
71
 
72
- #: google-captcha.php:350
73
  msgid "Comments form"
74
  msgstr "فرم دیدگاه ها"
75
 
76
- #: google-captcha.php:369
77
  msgid "Enter site key"
78
  msgstr "کلید سایت را وارد کنید"
79
 
80
- #: google-captcha.php:370 google-captcha.php:376
81
  msgid "WARNING: The captcha will not display while you don't fill key fields."
82
  msgstr ""
83
  "تذکر: Captcha تا زمانی که فیلد مربوط به کلیدها را وارد نکنید، نشان داده "
84
  "نخواهد شد."
85
 
86
- #: google-captcha.php:375
87
  msgid "Enter secret key"
88
  msgstr "کلید سری را وارد کنید"
89
 
90
- #: google-captcha.php:401
91
  msgid "Settings saved"
92
  msgstr "تنظیمات ذخیره شدند"
93
 
94
- #: google-captcha.php:407
95
- msgid "All plugin settings were restored."
 
96
  msgstr "تمام تنظیمات پلاگین بازگردانده شدند."
97
 
98
- #: google-captcha.php:424 google-captcha.php:1128 google-captcha.php:1150
99
  msgid "Settings"
100
  msgstr "تنظیمات"
101
 
102
- #: google-captcha.php:425
 
 
 
 
103
  msgid "Custom code"
104
  msgstr ""
105
 
106
- #: google-captcha.php:426
107
  msgid "Go PRO"
108
  msgstr "ارتقاء به نسخه حرفه ای"
109
 
110
- #: google-captcha.php:431
111
  msgid ""
112
  "Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
113
  "version 1 features."
114
  msgstr ""
115
 
116
- #: google-captcha.php:446
117
  #, fuzzy, php-format
118
  msgid ""
119
  "If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
@@ -122,7 +123,7 @@ msgstr ""
122
  "اگر می خواهید که Google Captcha را به فرم دلخواه خود اضافه کنید، کافیست شورت "
123
  "کد زیر را کپی کرده و درون فرم مورد نظر بچسبانید:"
124
 
125
- #: google-captcha.php:452
126
  #, php-format
127
  msgid ""
128
  "You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
@@ -131,163 +132,143 @@ msgid ""
131
  "your own form , please use the shortcode %s"
132
  msgstr ""
133
 
134
- #: google-captcha.php:460
135
  msgid "Authentication"
136
  msgstr "تایید هویت"
137
 
138
- #: google-captcha.php:461
139
  #, fuzzy, php-format
140
  msgid "Before you are able to do something, you must to register %shere%s"
141
  msgstr "قبل از این که قادر به انجام کاری باشید، باید ثبت نام کنید %s در %s"
142
 
143
- #: google-captcha.php:462
144
- msgid "Enter site key and secret key, that you get after registration."
 
145
  msgstr "کلید سایت و کلید سری را که بعد از ثبت نام دریافت کردید، وارد کنید."
146
 
147
- #: google-captcha.php:477
148
  #, fuzzy
149
  msgid "Test Keys"
150
  msgstr "کلید سری (secret key در تنظیمات گوگل)"
151
 
152
- #: google-captcha.php:480
153
  msgid "Options"
154
  msgstr "تنظیمات"
155
 
156
- #: google-captcha.php:483
157
  msgid "Enable reCAPTCHA for"
158
  msgstr "فعال کردن reCAPTCHA برای"
159
 
160
- #: google-captcha.php:487
161
  msgid "WordPress default"
162
  msgstr ""
163
 
164
- #: google-captcha.php:496
165
  msgid "This option is available only for network or for main blog"
166
  msgstr ""
167
 
168
- #: google-captcha.php:504
169
  msgid "Plugins"
170
  msgstr ""
171
 
172
- #: google-captcha.php:512 google-captcha.php:517
173
  #, fuzzy, php-format
174
  msgid "You should %s to use this functionality"
175
  msgstr "تا از این قابلیت استفاده کنید"
176
 
177
- #: google-captcha.php:513
178
  msgid "activate"
179
  msgstr "فعال کنید"
180
 
181
- #: google-captcha.php:513
182
  msgid "for network"
183
  msgstr ""
184
 
185
- #: google-captcha.php:518
186
  msgid "download"
187
  msgstr "دانلود"
188
 
189
- #: google-captcha.php:522
190
- msgid "Check off for adding captcha to forms on their settings pages."
191
  msgstr ""
192
 
193
- #: google-captcha.php:533 google-captcha.php:610
194
- msgid "Close"
195
- msgstr "بستن"
196
-
197
- #: google-captcha.php:545 google-captcha.php:646
198
- msgid "Unlock premium options by upgrading to Pro version"
199
- msgstr "گزینه های اضافی را با آپگرید کردن به نسخه حرفه ای باز کنید"
200
-
201
- #: google-captcha.php:548 google-captcha.php:649
202
- msgid "Learn More"
203
- msgstr "بیشتر بدانید"
204
-
205
- #: google-captcha.php:554
206
  #, php-format
207
  msgid ""
208
  "If you would like to add Google Captcha (reCAPTCHA) to a custom form see %s"
209
  msgstr ""
210
 
211
- #: google-captcha.php:554 google-captcha.php:1151
212
  msgid "FAQ"
213
  msgstr "سوالات متداول"
214
 
215
- #: google-captcha.php:559
216
  msgid "Hide reCAPTCHA in Comments form for"
217
  msgstr "reCAPTCHA را در فرم دیدگاه ها مخفی کن در"
218
 
219
- #: google-captcha.php:571
 
 
 
 
 
 
 
 
 
 
 
220
  msgid "reCAPTCHA version"
221
  msgstr "نسخه reCAPTCHA"
222
 
223
- #: google-captcha.php:574 google-captcha.php:575 google-captcha.php:576
224
- #: google-captcha.php:577
225
  msgid "version"
226
  msgstr "نسخه"
227
 
228
- #: google-captcha.php:583 google-captcha.php:596
229
  msgid "reCAPTCHA theme"
230
  msgstr "پوسته reCAPTCHA"
231
 
232
- #: google-captcha.php:584 google-captcha.php:597 google-captcha.php:628
233
  msgid "for version"
234
  msgstr "برای نسخه"
235
 
236
- #: google-captcha.php:614
237
- msgid "reCAPTCHA language"
238
- msgstr "زبان reCAPTCHA "
239
-
240
- #: google-captcha.php:621
241
- msgid "Use the current site language"
242
- msgstr "از زبان کنونی سایت استفاده کن"
243
-
244
- #: google-captcha.php:621
245
- msgid "Using"
246
- msgstr "استفاده کردن"
247
-
248
- #: google-captcha.php:627
249
- msgid "reCAPTCHA size"
250
- msgstr "اندازه reCAPTCHA"
251
-
252
- #: google-captcha.php:656
253
  msgid "Save Changes"
254
  msgstr "ذخیره کردن تنظیمات"
255
 
256
- #: google-captcha.php:710 google-captcha.php:1167
257
  msgid "To use Google Captcha you must get the keys from"
258
  msgstr "برای استفاده از Google Captcha باید کلید ها را تهیه کنید از"
259
 
260
- #: google-captcha.php:711 google-captcha.php:1168
261
  msgid "here"
262
  msgstr "اینجا"
263
 
264
- #: google-captcha.php:712 google-captcha.php:1169
265
  msgid "and enter them on the"
266
  msgstr "و آنها را وارد کنید در"
267
 
268
- #: google-captcha.php:714 google-captcha.php:1171
269
  msgid "plugin setting page"
270
  msgstr "صفحه تنظیمات افزونه"
271
 
272
- #: google-captcha.php:900 google-captcha.php:948
273
  msgid "Error"
274
  msgstr "خطا"
275
 
276
- #: google-captcha.php:900 google-captcha.php:948
 
277
  #, fuzzy
278
- msgid "You have entered an incorrect reCAPTCHA value."
279
  msgstr "شما مقدار CAPTCHA اشتباهی را وارد کرده اید."
280
 
281
- #: google-captcha.php:978 google-captcha.php:1007 google-captcha.php:1033
282
  msgid "ERROR"
283
  msgstr ""
284
 
285
- #: google-captcha.php:978 google-captcha.php:1007
286
- #, fuzzy
287
- msgid "You have entered an incorrect reCAPTCHA value"
288
- msgstr "شما مقدار CAPTCHA اشتباهی را وارد کرده اید."
289
-
290
- #: google-captcha.php:1033
291
  #, fuzzy
292
  msgid ""
293
  "You have entered an incorrect reCAPTCHA value. Click the BACK button on your "
@@ -296,47 +277,201 @@ msgstr ""
296
  "خطا: شما مقدار CAPTCHA اشتباهی را وارد کرده اید. به صفحه قبلی بازگشته و "
297
  "دوباره تلاش کنید."
298
 
299
- #: google-captcha.php:1064
300
  msgid "Please, complete the captcha and submit \"Test verification\""
301
  msgstr ""
302
 
303
- #: google-captcha.php:1068
304
  msgid "Test verification"
305
  msgstr ""
306
 
307
- #: google-captcha.php:1082 google-captcha.php:1091
308
- msgid "The user response was missing."
309
  msgstr ""
310
 
311
- #: google-captcha.php:1084
312
- msgid "The Secret Key is missing."
313
  msgstr ""
314
 
315
- #: google-captcha.php:1087 google-captcha.php:1096
316
  msgid "The Secret Key is invalid"
317
  msgstr ""
318
 
319
- #: google-captcha.php:1088 google-captcha.php:1097
320
  msgid "Check your domain configuration"
321
  msgstr ""
322
 
323
- #: google-captcha.php:1089 google-captcha.php:1098
324
  #, fuzzy
325
  msgid "and enter it again"
326
  msgstr "و آنها را وارد کنید در"
327
 
328
- #: google-captcha.php:1092 google-captcha.php:1100
329
- msgid "The user response is invalid."
330
  msgstr ""
331
 
332
- #: google-captcha.php:1109
333
- msgid "The verification is successfully completed."
334
  msgstr ""
335
 
336
- #: google-captcha.php:1152
337
  msgid "Support"
338
  msgstr "پشتیبانی"
339
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
340
  #, fuzzy
341
  #~ msgid ""
342
  #~ "Google Captcha version 2 will not work correctly, since the option "
2
  msgstr ""
3
  "Project-Id-Version: Google Сaptcha\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-10-20 14:09+0300\n"
6
+ "PO-Revision-Date: 2016-10-20 14:09+0300\n"
7
  "Last-Translator: BestWebSoft team <wp@bestwebsoft.com>\n"
8
  "Language-Team: Amirreza Nasiri <nasiri.amirreza.96@gmail.com>\n"
9
  "Language: fa_IR\n"
21
  "X-Loco-Target-Locale: uk_UA\n"
22
  "X-Poedit-SearchPath-0: .\n"
23
 
24
+ #: google-captcha.php:34 google-captcha.php:561
25
  msgid "Google Captcha Settings"
26
  msgstr "تنظیمات Google Captcha"
27
 
28
+ #: google-captcha.php:237
29
  msgid "Warning"
30
  msgstr ""
31
 
32
+ #: google-captcha.php:237
33
  msgid ""
34
  "It has been found more than one reCAPTCHA in current form. In this case "
35
  "reCAPTCHA will not work properly. Please remove all unnecessary reCAPTCHA "
36
  "blocks."
37
  msgstr ""
38
 
39
+ #: google-captcha.php:241
40
  #, fuzzy
41
+ msgid "Error: You have entered an incorrect reCAPTCHA value"
42
  msgstr "خطا: شما مقدار CAPTCHA اشتباهی را وارد کرده اید."
43
 
44
+ #: google-captcha.php:345
45
+ msgid "You are in the whitelist"
46
+ msgstr ""
 
 
 
 
47
 
48
+ #: google-captcha.php:472
49
  msgid "Site key"
50
  msgstr "کلید سایت (site key در تنظیمات گوگل)"
51
 
52
+ #: google-captcha.php:477
53
  msgid "Secret Key"
54
  msgstr "کلید سری (secret key در تنظیمات گوگل)"
55
 
56
+ #: google-captcha.php:485
57
  msgid "Login form"
58
  msgstr "فرم ورود"
59
 
60
+ #: google-captcha.php:486
61
  msgid "Registration form"
62
  msgstr "فرم ثبت نام"
63
 
64
+ #: google-captcha.php:487
65
  msgid "Reset password form"
66
  msgstr "فرم فراموش رمز عبور"
67
 
68
+ #: google-captcha.php:488
69
  msgid "Comments form"
70
  msgstr "فرم دیدگاه ها"
71
 
72
+ #: google-captcha.php:507
73
  msgid "Enter site key"
74
  msgstr "کلید سایت را وارد کنید"
75
 
76
+ #: google-captcha.php:508 google-captcha.php:514
77
  msgid "WARNING: The captcha will not display while you don't fill key fields."
78
  msgstr ""
79
  "تذکر: Captcha تا زمانی که فیلد مربوط به کلیدها را وارد نکنید، نشان داده "
80
  "نخواهد شد."
81
 
82
+ #: google-captcha.php:513
83
  msgid "Enter secret key"
84
  msgstr "کلید سری را وارد کنید"
85
 
86
+ #: google-captcha.php:540
87
  msgid "Settings saved"
88
  msgstr "تنظیمات ذخیره شدند"
89
 
90
+ #: google-captcha.php:546
91
+ #, fuzzy
92
+ msgid "All plugin settings were restored"
93
  msgstr "تمام تنظیمات پلاگین بازگردانده شدند."
94
 
95
+ #: google-captcha.php:563 google-captcha.php:1235 google-captcha.php:1256
96
  msgid "Settings"
97
  msgstr "تنظیمات"
98
 
99
+ #: google-captcha.php:564
100
+ msgid "Whitelist"
101
+ msgstr ""
102
+
103
+ #: google-captcha.php:565
104
  msgid "Custom code"
105
  msgstr ""
106
 
107
+ #: google-captcha.php:566
108
  msgid "Go PRO"
109
  msgstr "ارتقاء به نسخه حرفه ای"
110
 
111
+ #: google-captcha.php:571
112
  msgid ""
113
  "Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
114
  "version 1 features."
115
  msgstr ""
116
 
117
+ #: google-captcha.php:586
118
  #, fuzzy, php-format
119
  msgid ""
120
  "If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
123
  "اگر می خواهید که Google Captcha را به فرم دلخواه خود اضافه کنید، کافیست شورت "
124
  "کد زیر را کپی کرده و درون فرم مورد نظر بچسبانید:"
125
 
126
+ #: google-captcha.php:592
127
  #, php-format
128
  msgid ""
129
  "You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
132
  "your own form , please use the shortcode %s"
133
  msgstr ""
134
 
135
+ #: google-captcha.php:600
136
  msgid "Authentication"
137
  msgstr "تایید هویت"
138
 
139
+ #: google-captcha.php:601
140
  #, fuzzy, php-format
141
  msgid "Before you are able to do something, you must to register %shere%s"
142
  msgstr "قبل از این که قادر به انجام کاری باشید، باید ثبت نام کنید %s در %s"
143
 
144
+ #: google-captcha.php:602
145
+ #, fuzzy
146
+ msgid "Enter site key and secret key, that you get after registration"
147
  msgstr "کلید سایت و کلید سری را که بعد از ثبت نام دریافت کردید، وارد کنید."
148
 
149
+ #: google-captcha.php:617
150
  #, fuzzy
151
  msgid "Test Keys"
152
  msgstr "کلید سری (secret key در تنظیمات گوگل)"
153
 
154
+ #: google-captcha.php:620
155
  msgid "Options"
156
  msgstr "تنظیمات"
157
 
158
+ #: google-captcha.php:623
159
  msgid "Enable reCAPTCHA for"
160
  msgstr "فعال کردن reCAPTCHA برای"
161
 
162
+ #: google-captcha.php:627
163
  msgid "WordPress default"
164
  msgstr ""
165
 
166
+ #: google-captcha.php:636
167
  msgid "This option is available only for network or for main blog"
168
  msgstr ""
169
 
170
+ #: google-captcha.php:644
171
  msgid "Plugins"
172
  msgstr ""
173
 
174
+ #: google-captcha.php:652 google-captcha.php:657
175
  #, fuzzy, php-format
176
  msgid "You should %s to use this functionality"
177
  msgstr "تا از این قابلیت استفاده کنید"
178
 
179
+ #: google-captcha.php:653
180
  msgid "activate"
181
  msgstr "فعال کنید"
182
 
183
+ #: google-captcha.php:653
184
  msgid "for network"
185
  msgstr ""
186
 
187
+ #: google-captcha.php:658
188
  msgid "download"
189
  msgstr "دانلود"
190
 
191
+ #: google-captcha.php:662
192
+ msgid "Check off for adding captcha to forms on their settings pages"
193
  msgstr ""
194
 
195
+ #: google-captcha.php:671
 
 
 
 
 
 
 
 
 
 
 
 
196
  #, php-format
197
  msgid ""
198
  "If you would like to add Google Captcha (reCAPTCHA) to a custom form see %s"
199
  msgstr ""
200
 
201
+ #: google-captcha.php:671 google-captcha.php:1257
202
  msgid "FAQ"
203
  msgstr "سوالات متداول"
204
 
205
+ #: google-captcha.php:676
206
  msgid "Hide reCAPTCHA in Comments form for"
207
  msgstr "reCAPTCHA را در فرم دیدگاه ها مخفی کن در"
208
 
209
+ #: google-captcha.php:688
210
+ #, fuzzy
211
+ msgid "Whitelist notification"
212
+ msgstr "تایید هویت"
213
+
214
+ #: google-captcha.php:694
215
+ msgid ""
216
+ "This message will be displayed instead of the reCAPTCHA If the user IP is "
217
+ "added to the whitelist"
218
+ msgstr ""
219
+
220
+ #: google-captcha.php:701
221
  msgid "reCAPTCHA version"
222
  msgstr "نسخه reCAPTCHA"
223
 
224
+ #: google-captcha.php:704 google-captcha.php:705 google-captcha.php:706
225
+ #: google-captcha.php:707
226
  msgid "version"
227
  msgstr "نسخه"
228
 
229
+ #: google-captcha.php:713 google-captcha.php:726
230
  msgid "reCAPTCHA theme"
231
  msgstr "پوسته reCAPTCHA"
232
 
233
+ #: google-captcha.php:714 google-captcha.php:727 includes/pro_banners.php:87
234
  msgid "for version"
235
  msgstr "برای نسخه"
236
 
237
+ #: google-captcha.php:739
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
238
  msgid "Save Changes"
239
  msgstr "ذخیره کردن تنظیمات"
240
 
241
+ #: google-captcha.php:803 google-captcha.php:1276
242
  msgid "To use Google Captcha you must get the keys from"
243
  msgstr "برای استفاده از Google Captcha باید کلید ها را تهیه کنید از"
244
 
245
+ #: google-captcha.php:804 google-captcha.php:1277
246
  msgid "here"
247
  msgstr "اینجا"
248
 
249
+ #: google-captcha.php:805 google-captcha.php:1278
250
  msgid "and enter them on the"
251
  msgstr "و آنها را وارد کنید در"
252
 
253
+ #: google-captcha.php:807 google-captcha.php:1280
254
  msgid "plugin setting page"
255
  msgstr "صفحه تنظیمات افزونه"
256
 
257
+ #: google-captcha.php:1000 google-captcha.php:1048
258
  msgid "Error"
259
  msgstr "خطا"
260
 
261
+ #: google-captcha.php:1000 google-captcha.php:1048 google-captcha.php:1078
262
+ #: google-captcha.php:1107
263
  #, fuzzy
264
+ msgid "You have entered an incorrect reCAPTCHA value"
265
  msgstr "شما مقدار CAPTCHA اشتباهی را وارد کرده اید."
266
 
267
+ #: google-captcha.php:1078 google-captcha.php:1107 google-captcha.php:1133
268
  msgid "ERROR"
269
  msgstr ""
270
 
271
+ #: google-captcha.php:1133
 
 
 
 
 
272
  #, fuzzy
273
  msgid ""
274
  "You have entered an incorrect reCAPTCHA value. Click the BACK button on your "
277
  "خطا: شما مقدار CAPTCHA اشتباهی را وارد کرده اید. به صفحه قبلی بازگشته و "
278
  "دوباره تلاش کنید."
279
 
280
+ #: google-captcha.php:1171
281
  msgid "Please, complete the captcha and submit \"Test verification\""
282
  msgstr ""
283
 
284
+ #: google-captcha.php:1175
285
  msgid "Test verification"
286
  msgstr ""
287
 
288
+ #: google-captcha.php:1190 google-captcha.php:1199
289
+ msgid "The user response was missing"
290
  msgstr ""
291
 
292
+ #: google-captcha.php:1192
293
+ msgid "The Secret Key is missing"
294
  msgstr ""
295
 
296
+ #: google-captcha.php:1195 google-captcha.php:1204
297
  msgid "The Secret Key is invalid"
298
  msgstr ""
299
 
300
+ #: google-captcha.php:1196 google-captcha.php:1205
301
  msgid "Check your domain configuration"
302
  msgstr ""
303
 
304
+ #: google-captcha.php:1197 google-captcha.php:1206
305
  #, fuzzy
306
  msgid "and enter it again"
307
  msgstr "و آنها را وارد کنید در"
308
 
309
+ #: google-captcha.php:1200 google-captcha.php:1208
310
+ msgid "The user response is invalid"
311
  msgstr ""
312
 
313
+ #: google-captcha.php:1217
314
+ msgid "The verification is successfully completed"
315
  msgstr ""
316
 
317
+ #: google-captcha.php:1258
318
  msgid "Support"
319
  msgstr "پشتیبانی"
320
 
321
+ #: includes/whitelist.php:64
322
+ msgid "For IP addresses from the whitelist reCAPTCHA will not be displayed"
323
+ msgstr ""
324
+
325
+ #: includes/whitelist.php:71
326
+ msgid "Add IP to the whitelist"
327
+ msgstr ""
328
+
329
+ #: includes/whitelist.php:75
330
+ #, fuzzy
331
+ msgid "Save changes"
332
+ msgstr "ذخیره کردن تنظیمات"
333
+
334
+ #: includes/whitelist.php:92
335
+ msgid "My IP"
336
+ msgstr ""
337
+
338
+ #: includes/whitelist.php:96
339
+ msgid "Save IP to the whitelist"
340
+ msgstr ""
341
+
342
+ #: includes/whitelist.php:100 includes/pro_banners.php:45
343
+ msgid "Allowed formats"
344
+ msgstr ""
345
+
346
+ #: includes/whitelist.php:101
347
+ msgid "Allowed diapason"
348
+ msgstr ""
349
+
350
+ #: includes/whitelist.php:106
351
+ msgid "Search IP"
352
+ msgstr ""
353
+
354
+ #: includes/whitelist.php:160
355
+ msgid "Nothing found"
356
+ msgstr ""
357
+
358
+ #: includes/whitelist.php:160
359
+ msgid "No IP in the whitelist"
360
+ msgstr ""
361
+
362
+ #: includes/whitelist.php:167
363
+ msgid "IP address"
364
+ msgstr ""
365
+
366
+ #: includes/whitelist.php:168
367
+ msgid "Date added"
368
+ msgstr ""
369
+
370
+ #: includes/whitelist.php:222 includes/whitelist.php:232
371
+ msgid "Remove from the whitelist"
372
+ msgstr ""
373
+
374
+ #: includes/whitelist.php:318
375
+ msgid "IP added to the whitelist successfully"
376
+ msgstr ""
377
+
378
+ #: includes/whitelist.php:320 includes/whitelist.php:341
379
+ #: includes/whitelist.php:351
380
+ msgid "Some errors occured"
381
+ msgstr ""
382
+
383
+ #: includes/whitelist.php:322
384
+ msgid "IP is already in the whitelist"
385
+ msgstr ""
386
+
387
+ #: includes/whitelist.php:325
388
+ msgid "Invalid IP. See allowed formats."
389
+ msgstr ""
390
+
391
+ #: includes/whitelist.php:347
392
+ msgid "One IP was deleted successfully"
393
+ msgstr ""
394
+
395
+ #: includes/whitelist.php:354
396
+ msgid "You have not entered any IP"
397
+ msgstr ""
398
+
399
+ #: includes/whitelist.php:357
400
+ msgid "You have not entered any IP in to the search form"
401
+ msgstr ""
402
+
403
+ #: includes/whitelist.php:359
404
+ msgid "Search results for"
405
+ msgstr ""
406
+
407
+ #: includes/pro_banners.php:17
408
+ msgid "This options is available in Pro version of plugin"
409
+ msgstr ""
410
+
411
+ #: includes/pro_banners.php:20
412
+ msgid "Close"
413
+ msgstr "بستن"
414
+
415
+ #: includes/pro_banners.php:28
416
+ msgid "Unlock premium options by upgrading to Pro version"
417
+ msgstr "گزینه های اضافی را با آپگرید کردن به نسخه حرفه ای باز کنید"
418
+
419
+ #: includes/pro_banners.php:30
420
+ msgid "Learn More"
421
+ msgstr "بیشتر بدانید"
422
+
423
+ #: includes/pro_banners.php:43
424
+ msgid "Reason"
425
+ msgstr ""
426
+
427
+ #: includes/pro_banners.php:46
428
+ msgid "Allowed separators for IPs: a comma"
429
+ msgstr ""
430
+
431
+ #: includes/pro_banners.php:46 includes/pro_banners.php:47
432
+ msgid "semicolon"
433
+ msgstr ""
434
+
435
+ #: includes/pro_banners.php:46
436
+ msgid "ordinary space, tab, new line or carriage return"
437
+ msgstr ""
438
+
439
+ #: includes/pro_banners.php:47
440
+ msgid "Allowed separators for reasons: a comma"
441
+ msgstr ""
442
+
443
+ #: includes/pro_banners.php:47
444
+ msgid "tab, new line or carriage return"
445
+ msgstr ""
446
+
447
+ #: includes/pro_banners.php:68
448
+ msgid "Normal"
449
+ msgstr "عادی"
450
+
451
+ #: includes/pro_banners.php:69
452
+ msgid "Compact"
453
+ msgstr "فشرده"
454
+
455
+ #: includes/pro_banners.php:73
456
+ msgid "reCAPTCHA language"
457
+ msgstr "زبان reCAPTCHA "
458
+
459
+ #: includes/pro_banners.php:80
460
+ msgid "Use the current site language"
461
+ msgstr "از زبان کنونی سایت استفاده کن"
462
+
463
+ #: includes/pro_banners.php:80
464
+ msgid "Using"
465
+ msgstr "استفاده کردن"
466
+
467
+ #: includes/pro_banners.php:86
468
+ msgid "reCAPTCHA size"
469
+ msgstr "اندازه reCAPTCHA"
470
+
471
+ #, fuzzy
472
+ #~ msgid "You have entered an incorrect reCAPTCHA value."
473
+ #~ msgstr "شما مقدار CAPTCHA اشتباهی را وارد کرده اید."
474
+
475
  #, fuzzy
476
  #~ msgid ""
477
  #~ "Google Captcha version 2 will not work correctly, since the option "
languages/google-captcha-fr_FR.mo CHANGED
Binary file
languages/google-captcha-fr_FR.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: 2016-07-25 11:33+0300\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: BestWebSoft team <wp@bestwebsoft.com>\n"
8
  "Language-Team: Denis Bodorr <lefinnois@lefinnois.net>\n"
@@ -17,100 +17,100 @@ msgstr ""
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: google-captcha.php:34 google-captcha.php:422
21
  msgid "Google Captcha Settings"
22
  msgstr "Configuration Google Captcha"
23
 
24
- #: google-captcha.php:202
25
  msgid "Warning"
26
  msgstr ""
27
 
28
- #: google-captcha.php:202
29
  msgid ""
30
  "It has been found more than one reCAPTCHA in current form. In this case "
31
  "reCAPTCHA will not work properly. Please remove all unnecessary reCAPTCHA "
32
  "blocks."
33
  msgstr ""
34
 
35
- #: google-captcha.php:206
36
  #, fuzzy
37
- msgid "Error: You have entered an incorrect reCAPTCHA value."
38
  msgstr "ERREUR: Vous avez saisi une valeur de CAPTCHA incorrecte"
39
 
40
- #: google-captcha.php:327
41
- msgid "Normal"
42
  msgstr ""
43
 
44
- #: google-captcha.php:328
45
- msgid "Compact"
46
- msgstr ""
47
-
48
- #: google-captcha.php:334
49
  msgid "Site key"
50
  msgstr "Clé du site"
51
 
52
- #: google-captcha.php:339
53
  msgid "Secret Key"
54
  msgstr "Clé secrète"
55
 
56
- #: google-captcha.php:347
57
  msgid "Login form"
58
  msgstr "Formulaire de connexion"
59
 
60
- #: google-captcha.php:348
61
  msgid "Registration form"
62
  msgstr "Formulaire d'enregistrement"
63
 
64
- #: google-captcha.php:349
65
  msgid "Reset password form"
66
  msgstr "Formulaire de réinitialisation de mot de passe"
67
 
68
- #: google-captcha.php:350
69
  msgid "Comments form"
70
  msgstr "Formulaire de commentaire"
71
 
72
- #: google-captcha.php:369
73
  msgid "Enter site key"
74
  msgstr "Saisissez la clé du site"
75
 
76
- #: google-captcha.php:370 google-captcha.php:376
77
  msgid "WARNING: The captcha will not display while you don't fill key fields."
78
  msgstr ""
79
  "ATTENTION: Le captcha ne s'affichera pas tant que vous n'avez pas spécifié "
80
  "les clés"
81
 
82
- #: google-captcha.php:375
83
  msgid "Enter secret key"
84
  msgstr "Saisissez la clé secrète"
85
 
86
- #: google-captcha.php:401
87
  msgid "Settings saved"
88
  msgstr "Configuration enregistrée"
89
 
90
- #: google-captcha.php:407
91
  #, fuzzy
92
- msgid "All plugin settings were restored."
93
  msgstr "Tous les paramètre sont restaurés"
94
 
95
- #: google-captcha.php:424 google-captcha.php:1128 google-captcha.php:1150
96
  msgid "Settings"
97
  msgstr "Configuration"
98
 
99
- #: google-captcha.php:425
 
 
 
 
100
  msgid "Custom code"
101
  msgstr ""
102
 
103
- #: google-captcha.php:426
104
  msgid "Go PRO"
105
  msgstr "Version PRO"
106
 
107
- #: google-captcha.php:431
108
  msgid ""
109
  "Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
110
  "version 1 features."
111
  msgstr ""
112
 
113
- #: google-captcha.php:446
114
  #, fuzzy, php-format
115
  msgid ""
116
  "If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
@@ -119,7 +119,7 @@ msgstr ""
119
  "Si vous voulez ajouter Google Captcha à vos propres formulaires, copiez/"
120
  "collez simplement ce code:"
121
 
122
- #: google-captcha.php:452
123
  #, php-format
124
  msgid ""
125
  "You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
@@ -128,169 +128,149 @@ msgid ""
128
  "your own form , please use the shortcode %s"
129
  msgstr ""
130
 
131
- #: google-captcha.php:460
132
  msgid "Authentication"
133
  msgstr "Authentification"
134
 
135
- #: google-captcha.php:461
136
  #, fuzzy, php-format
137
  msgid "Before you are able to do something, you must to register %shere%s"
138
  msgstr ""
139
  "Avant de pouvoir faire quoi que ce soit, vous devez vous enregistrer %s ici "
140
  "%s"
141
 
142
- #: google-captcha.php:462
143
- msgid "Enter site key and secret key, that you get after registration."
 
144
  msgstr ""
145
  "Saisissez la clé du site et la clé secrète que vous avez obtenues après "
146
  "enregistrement"
147
 
148
- #: google-captcha.php:477
149
  #, fuzzy
150
  msgid "Test Keys"
151
  msgstr "Clé secrète"
152
 
153
- #: google-captcha.php:480
154
  msgid "Options"
155
  msgstr "Options"
156
 
157
- #: google-captcha.php:483
158
  msgid "Enable reCAPTCHA for"
159
  msgstr "Activer reCAPTCHA pour"
160
 
161
- #: google-captcha.php:487
162
  msgid "WordPress default"
163
  msgstr ""
164
 
165
- #: google-captcha.php:496
166
  msgid "This option is available only for network or for main blog"
167
  msgstr ""
168
 
169
- #: google-captcha.php:504
170
  #, fuzzy
171
  msgid "Plugins"
172
  msgstr "Plugins Seite"
173
 
174
- #: google-captcha.php:512 google-captcha.php:517
175
  #, fuzzy, php-format
176
  msgid "You should %s to use this functionality"
177
  msgstr "pour utiliser cette fonctionnalité"
178
 
179
- #: google-captcha.php:513
180
  #, fuzzy
181
  msgid "activate"
182
  msgstr "activer"
183
 
184
- #: google-captcha.php:513
185
  msgid "for network"
186
  msgstr ""
187
 
188
- #: google-captcha.php:518
189
  msgid "download"
190
  msgstr "télécharger"
191
 
192
- #: google-captcha.php:522
193
- msgid "Check off for adding captcha to forms on their settings pages."
194
  msgstr ""
195
 
196
- #: google-captcha.php:533 google-captcha.php:610
197
- msgid "Close"
198
- msgstr "Fermer"
199
-
200
- #: google-captcha.php:545 google-captcha.php:646
201
- msgid "Unlock premium options by upgrading to Pro version"
202
- msgstr "Débloquez les options premium en mettant à jour vers la version Pro"
203
-
204
- #: google-captcha.php:548 google-captcha.php:649
205
- msgid "Learn More"
206
- msgstr "En savoir plus"
207
-
208
- #: google-captcha.php:554
209
  #, php-format
210
  msgid ""
211
  "If you would like to add Google Captcha (reCAPTCHA) to a custom form see %s"
212
  msgstr ""
213
 
214
- #: google-captcha.php:554 google-captcha.php:1151
215
  msgid "FAQ"
216
  msgstr "FAQ"
217
 
218
- #: google-captcha.php:559
219
  msgid "Hide reCAPTCHA in Comments form for"
220
  msgstr "Cacher reCAPTCHA dans le formulaire de commentaires pour"
221
 
222
- #: google-captcha.php:571
 
 
 
 
 
 
 
 
 
 
 
223
  msgid "reCAPTCHA version"
224
  msgstr "Version reCAPTCHA"
225
 
226
- #: google-captcha.php:574 google-captcha.php:575 google-captcha.php:576
227
- #: google-captcha.php:577
228
  msgid "version"
229
  msgstr "Version"
230
 
231
- #: google-captcha.php:583 google-captcha.php:596
232
  msgid "reCAPTCHA theme"
233
  msgstr "Thème reCAPTCHA"
234
 
235
- #: google-captcha.php:584 google-captcha.php:597 google-captcha.php:628
236
  msgid "for version"
237
  msgstr "pour la version"
238
 
239
- #: google-captcha.php:614
240
- msgid "reCAPTCHA language"
241
- msgstr "Langue reCAPTCHA"
242
-
243
- #: google-captcha.php:621
244
- msgid "Use the current site language"
245
- msgstr "Utiliser le langage courant du site"
246
-
247
- #: google-captcha.php:621
248
- msgid "Using"
249
- msgstr "Utilisant"
250
-
251
- #: google-captcha.php:627
252
- msgid "reCAPTCHA size"
253
- msgstr "Taille ReCAPTCHA"
254
-
255
- #: google-captcha.php:656
256
  msgid "Save Changes"
257
  msgstr "Enregistrer les modifications"
258
 
259
- #: google-captcha.php:710 google-captcha.php:1167
260
  msgid "To use Google Captcha you must get the keys from"
261
  msgstr "Pour utiliser Google Captcha vous devez obtenir les clés depuis"
262
 
263
- #: google-captcha.php:711 google-captcha.php:1168
264
  msgid "here"
265
  msgstr "ici"
266
 
267
- #: google-captcha.php:712 google-captcha.php:1169
268
  msgid "and enter them on the"
269
  msgstr "et les saisir sur la"
270
 
271
- #: google-captcha.php:714 google-captcha.php:1171
272
  msgid "plugin setting page"
273
  msgstr "page de configuration de l'extension"
274
 
275
- #: google-captcha.php:900 google-captcha.php:948
276
  msgid "Error"
277
  msgstr "Erreur"
278
 
279
- #: google-captcha.php:900 google-captcha.php:948
 
280
  #, fuzzy
281
- msgid "You have entered an incorrect reCAPTCHA value."
282
  msgstr "Vous avez saisi une valeur de CAPTCHA incorrecte"
283
 
284
- #: google-captcha.php:978 google-captcha.php:1007 google-captcha.php:1033
285
  msgid "ERROR"
286
  msgstr ""
287
 
288
- #: google-captcha.php:978 google-captcha.php:1007
289
- #, fuzzy
290
- msgid "You have entered an incorrect reCAPTCHA value"
291
- msgstr "Vous avez saisi une valeur de CAPTCHA incorrecte"
292
-
293
- #: google-captcha.php:1033
294
  msgid ""
295
  "You have entered an incorrect reCAPTCHA value. Click the BACK button on your "
296
  "browser, and try again."
@@ -298,47 +278,201 @@ msgstr ""
298
  "Vous avez saisi une valeur de CAPTCHA incorrecte. Cliquez sur le bouton "
299
  "\"Revenir en arrière\" de votre navigateur et essayez à nouveau."
300
 
301
- #: google-captcha.php:1064
302
  msgid "Please, complete the captcha and submit \"Test verification\""
303
  msgstr ""
304
 
305
- #: google-captcha.php:1068
306
  msgid "Test verification"
307
  msgstr ""
308
 
309
- #: google-captcha.php:1082 google-captcha.php:1091
310
- msgid "The user response was missing."
311
  msgstr ""
312
 
313
- #: google-captcha.php:1084
314
- msgid "The Secret Key is missing."
315
  msgstr ""
316
 
317
- #: google-captcha.php:1087 google-captcha.php:1096
318
  msgid "The Secret Key is invalid"
319
  msgstr ""
320
 
321
- #: google-captcha.php:1088 google-captcha.php:1097
322
  msgid "Check your domain configuration"
323
  msgstr ""
324
 
325
- #: google-captcha.php:1089 google-captcha.php:1098
326
  #, fuzzy
327
  msgid "and enter it again"
328
  msgstr "et les saisir sur la"
329
 
330
- #: google-captcha.php:1092 google-captcha.php:1100
331
- msgid "The user response is invalid."
332
  msgstr ""
333
 
334
- #: google-captcha.php:1109
335
- msgid "The verification is successfully completed."
336
  msgstr ""
337
 
338
- #: google-captcha.php:1152
339
  msgid "Support"
340
  msgstr "Support"
341
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
342
  #, fuzzy
343
  #~ msgid ""
344
  #~ "Google Captcha version 2 will not work correctly, since the option "
2
  msgstr ""
3
  "Project-Id-Version: Google Сaptcha\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-10-20 14:09+0300\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: BestWebSoft team <wp@bestwebsoft.com>\n"
8
  "Language-Team: Denis Bodorr <lefinnois@lefinnois.net>\n"
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
+ #: google-captcha.php:34 google-captcha.php:561
21
  msgid "Google Captcha Settings"
22
  msgstr "Configuration Google Captcha"
23
 
24
+ #: google-captcha.php:237
25
  msgid "Warning"
26
  msgstr ""
27
 
28
+ #: google-captcha.php:237
29
  msgid ""
30
  "It has been found more than one reCAPTCHA in current form. In this case "
31
  "reCAPTCHA will not work properly. Please remove all unnecessary reCAPTCHA "
32
  "blocks."
33
  msgstr ""
34
 
35
+ #: google-captcha.php:241
36
  #, fuzzy
37
+ msgid "Error: You have entered an incorrect reCAPTCHA value"
38
  msgstr "ERREUR: Vous avez saisi une valeur de CAPTCHA incorrecte"
39
 
40
+ #: google-captcha.php:345
41
+ msgid "You are in the whitelist"
42
  msgstr ""
43
 
44
+ #: google-captcha.php:472
 
 
 
 
45
  msgid "Site key"
46
  msgstr "Clé du site"
47
 
48
+ #: google-captcha.php:477
49
  msgid "Secret Key"
50
  msgstr "Clé secrète"
51
 
52
+ #: google-captcha.php:485
53
  msgid "Login form"
54
  msgstr "Formulaire de connexion"
55
 
56
+ #: google-captcha.php:486
57
  msgid "Registration form"
58
  msgstr "Formulaire d'enregistrement"
59
 
60
+ #: google-captcha.php:487
61
  msgid "Reset password form"
62
  msgstr "Formulaire de réinitialisation de mot de passe"
63
 
64
+ #: google-captcha.php:488
65
  msgid "Comments form"
66
  msgstr "Formulaire de commentaire"
67
 
68
+ #: google-captcha.php:507
69
  msgid "Enter site key"
70
  msgstr "Saisissez la clé du site"
71
 
72
+ #: google-captcha.php:508 google-captcha.php:514
73
  msgid "WARNING: The captcha will not display while you don't fill key fields."
74
  msgstr ""
75
  "ATTENTION: Le captcha ne s'affichera pas tant que vous n'avez pas spécifié "
76
  "les clés"
77
 
78
+ #: google-captcha.php:513
79
  msgid "Enter secret key"
80
  msgstr "Saisissez la clé secrète"
81
 
82
+ #: google-captcha.php:540
83
  msgid "Settings saved"
84
  msgstr "Configuration enregistrée"
85
 
86
+ #: google-captcha.php:546
87
  #, fuzzy
88
+ msgid "All plugin settings were restored"
89
  msgstr "Tous les paramètre sont restaurés"
90
 
91
+ #: google-captcha.php:563 google-captcha.php:1235 google-captcha.php:1256
92
  msgid "Settings"
93
  msgstr "Configuration"
94
 
95
+ #: google-captcha.php:564
96
+ msgid "Whitelist"
97
+ msgstr ""
98
+
99
+ #: google-captcha.php:565
100
  msgid "Custom code"
101
  msgstr ""
102
 
103
+ #: google-captcha.php:566
104
  msgid "Go PRO"
105
  msgstr "Version PRO"
106
 
107
+ #: google-captcha.php:571
108
  msgid ""
109
  "Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
110
  "version 1 features."
111
  msgstr ""
112
 
113
+ #: google-captcha.php:586
114
  #, fuzzy, php-format
115
  msgid ""
116
  "If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
119
  "Si vous voulez ajouter Google Captcha à vos propres formulaires, copiez/"
120
  "collez simplement ce code:"
121
 
122
+ #: google-captcha.php:592
123
  #, php-format
124
  msgid ""
125
  "You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
128
  "your own form , please use the shortcode %s"
129
  msgstr ""
130
 
131
+ #: google-captcha.php:600
132
  msgid "Authentication"
133
  msgstr "Authentification"
134
 
135
+ #: google-captcha.php:601
136
  #, fuzzy, php-format
137
  msgid "Before you are able to do something, you must to register %shere%s"
138
  msgstr ""
139
  "Avant de pouvoir faire quoi que ce soit, vous devez vous enregistrer %s ici "
140
  "%s"
141
 
142
+ #: google-captcha.php:602
143
+ #, fuzzy
144
+ msgid "Enter site key and secret key, that you get after registration"
145
  msgstr ""
146
  "Saisissez la clé du site et la clé secrète que vous avez obtenues après "
147
  "enregistrement"
148
 
149
+ #: google-captcha.php:617
150
  #, fuzzy
151
  msgid "Test Keys"
152
  msgstr "Clé secrète"
153
 
154
+ #: google-captcha.php:620
155
  msgid "Options"
156
  msgstr "Options"
157
 
158
+ #: google-captcha.php:623
159
  msgid "Enable reCAPTCHA for"
160
  msgstr "Activer reCAPTCHA pour"
161
 
162
+ #: google-captcha.php:627
163
  msgid "WordPress default"
164
  msgstr ""
165
 
166
+ #: google-captcha.php:636
167
  msgid "This option is available only for network or for main blog"
168
  msgstr ""
169
 
170
+ #: google-captcha.php:644
171
  #, fuzzy
172
  msgid "Plugins"
173
  msgstr "Plugins Seite"
174
 
175
+ #: google-captcha.php:652 google-captcha.php:657
176
  #, fuzzy, php-format
177
  msgid "You should %s to use this functionality"
178
  msgstr "pour utiliser cette fonctionnalité"
179
 
180
+ #: google-captcha.php:653
181
  #, fuzzy
182
  msgid "activate"
183
  msgstr "activer"
184
 
185
+ #: google-captcha.php:653
186
  msgid "for network"
187
  msgstr ""
188
 
189
+ #: google-captcha.php:658
190
  msgid "download"
191
  msgstr "télécharger"
192
 
193
+ #: google-captcha.php:662
194
+ msgid "Check off for adding captcha to forms on their settings pages"
195
  msgstr ""
196
 
197
+ #: google-captcha.php:671
 
 
 
 
 
 
 
 
 
 
 
 
198
  #, php-format
199
  msgid ""
200
  "If you would like to add Google Captcha (reCAPTCHA) to a custom form see %s"
201
  msgstr ""
202
 
203
+ #: google-captcha.php:671 google-captcha.php:1257
204
  msgid "FAQ"
205
  msgstr "FAQ"
206
 
207
+ #: google-captcha.php:676
208
  msgid "Hide reCAPTCHA in Comments form for"
209
  msgstr "Cacher reCAPTCHA dans le formulaire de commentaires pour"
210
 
211
+ #: google-captcha.php:688
212
+ #, fuzzy
213
+ msgid "Whitelist notification"
214
+ msgstr "Authentification"
215
+
216
+ #: google-captcha.php:694
217
+ msgid ""
218
+ "This message will be displayed instead of the reCAPTCHA If the user IP is "
219
+ "added to the whitelist"
220
+ msgstr ""
221
+
222
+ #: google-captcha.php:701
223
  msgid "reCAPTCHA version"
224
  msgstr "Version reCAPTCHA"
225
 
226
+ #: google-captcha.php:704 google-captcha.php:705 google-captcha.php:706
227
+ #: google-captcha.php:707
228
  msgid "version"
229
  msgstr "Version"
230
 
231
+ #: google-captcha.php:713 google-captcha.php:726
232
  msgid "reCAPTCHA theme"
233
  msgstr "Thème reCAPTCHA"
234
 
235
+ #: google-captcha.php:714 google-captcha.php:727 includes/pro_banners.php:87
236
  msgid "for version"
237
  msgstr "pour la version"
238
 
239
+ #: google-captcha.php:739
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
240
  msgid "Save Changes"
241
  msgstr "Enregistrer les modifications"
242
 
243
+ #: google-captcha.php:803 google-captcha.php:1276
244
  msgid "To use Google Captcha you must get the keys from"
245
  msgstr "Pour utiliser Google Captcha vous devez obtenir les clés depuis"
246
 
247
+ #: google-captcha.php:804 google-captcha.php:1277
248
  msgid "here"
249
  msgstr "ici"
250
 
251
+ #: google-captcha.php:805 google-captcha.php:1278
252
  msgid "and enter them on the"
253
  msgstr "et les saisir sur la"
254
 
255
+ #: google-captcha.php:807 google-captcha.php:1280
256
  msgid "plugin setting page"
257
  msgstr "page de configuration de l'extension"
258
 
259
+ #: google-captcha.php:1000 google-captcha.php:1048
260
  msgid "Error"
261
  msgstr "Erreur"
262
 
263
+ #: google-captcha.php:1000 google-captcha.php:1048 google-captcha.php:1078
264
+ #: google-captcha.php:1107
265
  #, fuzzy
266
+ msgid "You have entered an incorrect reCAPTCHA value"
267
  msgstr "Vous avez saisi une valeur de CAPTCHA incorrecte"
268
 
269
+ #: google-captcha.php:1078 google-captcha.php:1107 google-captcha.php:1133
270
  msgid "ERROR"
271
  msgstr ""
272
 
273
+ #: google-captcha.php:1133
 
 
 
 
 
274
  msgid ""
275
  "You have entered an incorrect reCAPTCHA value. Click the BACK button on your "
276
  "browser, and try again."
278
  "Vous avez saisi une valeur de CAPTCHA incorrecte. Cliquez sur le bouton "
279
  "\"Revenir en arrière\" de votre navigateur et essayez à nouveau."
280
 
281
+ #: google-captcha.php:1171
282
  msgid "Please, complete the captcha and submit \"Test verification\""
283
  msgstr ""
284
 
285
+ #: google-captcha.php:1175
286
  msgid "Test verification"
287
  msgstr ""
288
 
289
+ #: google-captcha.php:1190 google-captcha.php:1199
290
+ msgid "The user response was missing"
291
  msgstr ""
292
 
293
+ #: google-captcha.php:1192
294
+ msgid "The Secret Key is missing"
295
  msgstr ""
296
 
297
+ #: google-captcha.php:1195 google-captcha.php:1204
298
  msgid "The Secret Key is invalid"
299
  msgstr ""
300
 
301
+ #: google-captcha.php:1196 google-captcha.php:1205
302
  msgid "Check your domain configuration"
303
  msgstr ""
304
 
305
+ #: google-captcha.php:1197 google-captcha.php:1206
306
  #, fuzzy
307
  msgid "and enter it again"
308
  msgstr "et les saisir sur la"
309
 
310
+ #: google-captcha.php:1200 google-captcha.php:1208
311
+ msgid "The user response is invalid"
312
  msgstr ""
313
 
314
+ #: google-captcha.php:1217
315
+ msgid "The verification is successfully completed"
316
  msgstr ""
317
 
318
+ #: google-captcha.php:1258
319
  msgid "Support"
320
  msgstr "Support"
321
 
322
+ #: includes/whitelist.php:64
323
+ msgid "For IP addresses from the whitelist reCAPTCHA will not be displayed"
324
+ msgstr ""
325
+
326
+ #: includes/whitelist.php:71
327
+ msgid "Add IP to the whitelist"
328
+ msgstr ""
329
+
330
+ #: includes/whitelist.php:75
331
+ #, fuzzy
332
+ msgid "Save changes"
333
+ msgstr "Enregistrer les modifications"
334
+
335
+ #: includes/whitelist.php:92
336
+ msgid "My IP"
337
+ msgstr ""
338
+
339
+ #: includes/whitelist.php:96
340
+ msgid "Save IP to the whitelist"
341
+ msgstr ""
342
+
343
+ #: includes/whitelist.php:100 includes/pro_banners.php:45
344
+ msgid "Allowed formats"
345
+ msgstr ""
346
+
347
+ #: includes/whitelist.php:101
348
+ msgid "Allowed diapason"
349
+ msgstr ""
350
+
351
+ #: includes/whitelist.php:106
352
+ msgid "Search IP"
353
+ msgstr ""
354
+
355
+ #: includes/whitelist.php:160
356
+ msgid "Nothing found"
357
+ msgstr ""
358
+
359
+ #: includes/whitelist.php:160
360
+ msgid "No IP in the whitelist"
361
+ msgstr ""
362
+
363
+ #: includes/whitelist.php:167
364
+ msgid "IP address"
365
+ msgstr ""
366
+
367
+ #: includes/whitelist.php:168
368
+ msgid "Date added"
369
+ msgstr ""
370
+
371
+ #: includes/whitelist.php:222 includes/whitelist.php:232
372
+ msgid "Remove from the whitelist"
373
+ msgstr ""
374
+
375
+ #: includes/whitelist.php:318
376
+ msgid "IP added to the whitelist successfully"
377
+ msgstr ""
378
+
379
+ #: includes/whitelist.php:320 includes/whitelist.php:341
380
+ #: includes/whitelist.php:351
381
+ msgid "Some errors occured"
382
+ msgstr ""
383
+
384
+ #: includes/whitelist.php:322
385
+ msgid "IP is already in the whitelist"
386
+ msgstr ""
387
+
388
+ #: includes/whitelist.php:325
389
+ msgid "Invalid IP. See allowed formats."
390
+ msgstr ""
391
+
392
+ #: includes/whitelist.php:347
393
+ msgid "One IP was deleted successfully"
394
+ msgstr ""
395
+
396
+ #: includes/whitelist.php:354
397
+ msgid "You have not entered any IP"
398
+ msgstr ""
399
+
400
+ #: includes/whitelist.php:357
401
+ msgid "You have not entered any IP in to the search form"
402
+ msgstr ""
403
+
404
+ #: includes/whitelist.php:359
405
+ msgid "Search results for"
406
+ msgstr ""
407
+
408
+ #: includes/pro_banners.php:17
409
+ msgid "This options is available in Pro version of plugin"
410
+ msgstr ""
411
+
412
+ #: includes/pro_banners.php:20
413
+ msgid "Close"
414
+ msgstr "Fermer"
415
+
416
+ #: includes/pro_banners.php:28
417
+ msgid "Unlock premium options by upgrading to Pro version"
418
+ msgstr "Débloquez les options premium en mettant à jour vers la version Pro"
419
+
420
+ #: includes/pro_banners.php:30
421
+ msgid "Learn More"
422
+ msgstr "En savoir plus"
423
+
424
+ #: includes/pro_banners.php:43
425
+ msgid "Reason"
426
+ msgstr ""
427
+
428
+ #: includes/pro_banners.php:46
429
+ msgid "Allowed separators for IPs: a comma"
430
+ msgstr ""
431
+
432
+ #: includes/pro_banners.php:46 includes/pro_banners.php:47
433
+ msgid "semicolon"
434
+ msgstr ""
435
+
436
+ #: includes/pro_banners.php:46
437
+ msgid "ordinary space, tab, new line or carriage return"
438
+ msgstr ""
439
+
440
+ #: includes/pro_banners.php:47
441
+ msgid "Allowed separators for reasons: a comma"
442
+ msgstr ""
443
+
444
+ #: includes/pro_banners.php:47
445
+ msgid "tab, new line or carriage return"
446
+ msgstr ""
447
+
448
+ #: includes/pro_banners.php:68
449
+ msgid "Normal"
450
+ msgstr ""
451
+
452
+ #: includes/pro_banners.php:69
453
+ msgid "Compact"
454
+ msgstr ""
455
+
456
+ #: includes/pro_banners.php:73
457
+ msgid "reCAPTCHA language"
458
+ msgstr "Langue reCAPTCHA"
459
+
460
+ #: includes/pro_banners.php:80
461
+ msgid "Use the current site language"
462
+ msgstr "Utiliser le langage courant du site"
463
+
464
+ #: includes/pro_banners.php:80
465
+ msgid "Using"
466
+ msgstr "Utilisant"
467
+
468
+ #: includes/pro_banners.php:86
469
+ msgid "reCAPTCHA size"
470
+ msgstr "Taille ReCAPTCHA"
471
+
472
+ #, fuzzy
473
+ #~ msgid "You have entered an incorrect reCAPTCHA value."
474
+ #~ msgstr "Vous avez saisi une valeur de CAPTCHA incorrecte"
475
+
476
  #, fuzzy
477
  #~ msgid ""
478
  #~ "Google Captcha version 2 will not work correctly, since the option "
languages/google-captcha-hi.mo CHANGED
Binary file
languages/google-captcha-hi.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: 2016-07-25 11:34+0300\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: BestWebSoft team <wp@bestwebsoft.com>\n"
8
  "Language-Team: Development Logics Solutions Pvt Ltd "
@@ -18,98 +18,98 @@ msgstr ""
18
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
- #: google-captcha.php:34 google-captcha.php:422
22
  msgid "Google Captcha Settings"
23
  msgstr "गूगल कॅप्चा सेटिंग्स"
24
 
25
- #: google-captcha.php:202
26
  msgid "Warning"
27
  msgstr ""
28
 
29
- #: google-captcha.php:202
30
  msgid ""
31
  "It has been found more than one reCAPTCHA in current form. In this case "
32
  "reCAPTCHA will not work properly. Please remove all unnecessary reCAPTCHA "
33
  "blocks."
34
  msgstr ""
35
 
36
- #: google-captcha.php:206
37
  #, fuzzy
38
- msgid "Error: You have entered an incorrect reCAPTCHA value."
39
  msgstr "त्रुटि: आपने एक गलत कॅप्चा मान दर्ज किया है।"
40
 
41
- #: google-captcha.php:327
42
- msgid "Normal"
43
  msgstr ""
44
 
45
- #: google-captcha.php:328
46
- msgid "Compact"
47
- msgstr ""
48
-
49
- #: google-captcha.php:334
50
  msgid "Site key"
51
  msgstr "साइट कुंजी "
52
 
53
- #: google-captcha.php:339
54
  msgid "Secret Key"
55
  msgstr "गुप्त कुंजी"
56
 
57
- #: google-captcha.php:347
58
  msgid "Login form"
59
  msgstr "प्रवेश फार्म"
60
 
61
- #: google-captcha.php:348
62
  msgid "Registration form"
63
  msgstr "पंजीकरण फॉर्म"
64
 
65
- #: google-captcha.php:349
66
  msgid "Reset password form"
67
  msgstr "पुन: पासवर्ड फार्म"
68
 
69
- #: google-captcha.php:350
70
  msgid "Comments form"
71
  msgstr "टिप्पणियां फार्म"
72
 
73
- #: google-captcha.php:369
74
  msgid "Enter site key"
75
  msgstr "दर्ज साइट कुंजी "
76
 
77
- #: google-captcha.php:370 google-captcha.php:376
78
  msgid "WARNING: The captcha will not display while you don't fill key fields."
79
  msgstr "चेतावनी: यदि आप कुंजी क्षेत्र नहीं भरेंगें तो कैप्चा प्रदर्शित नहीं करेगा।"
80
 
81
- #: google-captcha.php:375
82
  msgid "Enter secret key"
83
  msgstr "दर्ज गुप्त कुंजी"
84
 
85
- #: google-captcha.php:401
86
  msgid "Settings saved"
87
  msgstr "सेटिंग्स सुरक्षित"
88
 
89
- #: google-captcha.php:407
90
  #, fuzzy
91
- msgid "All plugin settings were restored."
92
  msgstr "प्लगइन सेटिंग पृष्ठ पर "
93
 
94
- #: google-captcha.php:424 google-captcha.php:1128 google-captcha.php:1150
95
  msgid "Settings"
96
  msgstr "सेटिंग्स"
97
 
98
- #: google-captcha.php:425
 
 
 
 
99
  msgid "Custom code"
100
  msgstr ""
101
 
102
- #: google-captcha.php:426
103
  msgid "Go PRO"
104
  msgstr ""
105
 
106
- #: google-captcha.php:431
107
  msgid ""
108
  "Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
109
  "version 1 features."
110
  msgstr ""
111
 
112
- #: google-captcha.php:446
113
  #, fuzzy, php-format
114
  msgid ""
115
  "If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
@@ -118,7 +118,7 @@ msgstr ""
118
  "अगर आप अपने खुद के फार्म में गूगल कैप्चा जोड़ना चाहते हैं तो बस इस शॉर्टकोड को अपने पृष्ठ या "
119
  "पोस्ट पर कॉपी और पेस्ट करेँ ।"
120
 
121
- #: google-captcha.php:452
122
  #, php-format
123
  msgid ""
124
  "You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
@@ -127,171 +127,149 @@ msgid ""
127
  "your own form , please use the shortcode %s"
128
  msgstr ""
129
 
130
- #: google-captcha.php:460
131
  msgid "Authentication"
132
  msgstr "प्रमाणीकरण"
133
 
134
- #: google-captcha.php:461
135
  #, fuzzy, php-format
136
  msgid "Before you are able to do something, you must to register %shere%s"
137
  msgstr " कुछ भी करने से पहले %s यहाँ %s पंजीकरण करायें "
138
 
139
- #: google-captcha.php:462
140
- msgid "Enter site key and secret key, that you get after registration."
 
141
  msgstr "पंजीकरण के बाद जो साइट कुंजी और गुप्त कुंजी मिलती है उसे दर्ज करें।"
142
 
143
- #: google-captcha.php:477
144
  #, fuzzy
145
  msgid "Test Keys"
146
  msgstr "गुप्त कुंजी"
147
 
148
- #: google-captcha.php:480
149
  msgid "Options"
150
  msgstr "विकल्प"
151
 
152
- #: google-captcha.php:483
153
  msgid "Enable reCAPTCHA for"
154
  msgstr ""
155
 
156
- #: google-captcha.php:487
157
  #, fuzzy
158
  msgid "WordPress default"
159
  msgstr "वर्डप्रेस संस्करण"
160
 
161
- #: google-captcha.php:496
162
  msgid "This option is available only for network or for main blog"
163
  msgstr ""
164
 
165
- #: google-captcha.php:504
166
  msgid "Plugins"
167
  msgstr "प्लगइन्स"
168
 
169
- #: google-captcha.php:512 google-captcha.php:517
170
  #, php-format
171
  msgid "You should %s to use this functionality"
172
  msgstr ""
173
 
174
- #: google-captcha.php:513
175
  #, fuzzy
176
  msgid "activate"
177
  msgstr "सक्रिय"
178
 
179
- #: google-captcha.php:513
180
  msgid "for network"
181
  msgstr ""
182
 
183
- #: google-captcha.php:518
184
  msgid "download"
185
  msgstr ""
186
 
187
- #: google-captcha.php:522
188
- msgid "Check off for adding captcha to forms on their settings pages."
189
  msgstr ""
190
 
191
- #: google-captcha.php:533 google-captcha.php:610
192
- msgid "Close"
193
- msgstr ""
194
-
195
- #: google-captcha.php:545 google-captcha.php:646
196
- msgid "Unlock premium options by upgrading to Pro version"
197
- msgstr ""
198
-
199
- #: google-captcha.php:548 google-captcha.php:649
200
- msgid "Learn More"
201
- msgstr ""
202
-
203
- #: google-captcha.php:554
204
  #, php-format
205
  msgid ""
206
  "If you would like to add Google Captcha (reCAPTCHA) to a custom form see %s"
207
  msgstr ""
208
 
209
- #: google-captcha.php:554 google-captcha.php:1151
210
  msgid "FAQ"
211
  msgstr "सामान्यतःपूछे जाने वाले प्रश्न (फ ए क्यू )"
212
 
213
- #: google-captcha.php:559
214
  #, fuzzy
215
  msgid "Hide reCAPTCHA in Comments form for"
216
  msgstr "रीकैप्चा संस्करण के लिए"
217
 
218
- #: google-captcha.php:571
 
 
 
 
 
 
 
 
 
 
 
219
  #, fuzzy
220
  msgid "reCAPTCHA version"
221
  msgstr "रीकैप्चा संस्करण:"
222
 
223
- #: google-captcha.php:574 google-captcha.php:575 google-captcha.php:576
224
- #: google-captcha.php:577
225
  msgid "version"
226
  msgstr "संस्करण"
227
 
228
- #: google-captcha.php:583 google-captcha.php:596
229
  #, fuzzy
230
  msgid "reCAPTCHA theme"
231
  msgstr "रीकैप्चा संस्करण:"
232
 
233
- #: google-captcha.php:584 google-captcha.php:597 google-captcha.php:628
234
  #, fuzzy
235
  msgid "for version"
236
  msgstr "संस्करण"
237
 
238
- #: google-captcha.php:614
239
- #, fuzzy
240
- msgid "reCAPTCHA language"
241
- msgstr "रीकैप्चा संस्करण:"
242
-
243
- #: google-captcha.php:621
244
- msgid "Use the current site language"
245
- msgstr ""
246
-
247
- #: google-captcha.php:621
248
- msgid "Using"
249
- msgstr ""
250
-
251
- #: google-captcha.php:627
252
- #, fuzzy
253
- msgid "reCAPTCHA size"
254
- msgstr "रीकैप्चा संस्करण:"
255
-
256
- #: google-captcha.php:656
257
  msgid "Save Changes"
258
  msgstr "परिवर्तनों को सुरक्षित करें"
259
 
260
- #: google-captcha.php:710 google-captcha.php:1167
261
  msgid "To use Google Captcha you must get the keys from"
262
  msgstr "गूगल कॅप्चा का उपयोग करने के लिए,आप कुंजी लें "
263
 
264
- #: google-captcha.php:711 google-captcha.php:1168
265
  msgid "here"
266
  msgstr "यहाँ से "
267
 
268
- #: google-captcha.php:712 google-captcha.php:1169
269
  msgid "and enter them on the"
270
  msgstr "और उन्हें दर्ज करें "
271
 
272
- #: google-captcha.php:714 google-captcha.php:1171
273
  msgid "plugin setting page"
274
  msgstr "प्लगइन सेटिंग पृष्ठ पर "
275
 
276
- #: google-captcha.php:900 google-captcha.php:948
277
  msgid "Error"
278
  msgstr "त्रुटि"
279
 
280
- #: google-captcha.php:900 google-captcha.php:948
 
281
  #, fuzzy
282
- msgid "You have entered an incorrect reCAPTCHA value."
283
  msgstr "आपने एक गलत कॅप्चा मान दर्ज किया है।"
284
 
285
- #: google-captcha.php:978 google-captcha.php:1007 google-captcha.php:1033
286
  msgid "ERROR"
287
  msgstr ""
288
 
289
- #: google-captcha.php:978 google-captcha.php:1007
290
- #, fuzzy
291
- msgid "You have entered an incorrect reCAPTCHA value"
292
- msgstr "आपने एक गलत कॅप्चा मान दर्ज किया है।"
293
-
294
- #: google-captcha.php:1033
295
  #, fuzzy
296
  msgid ""
297
  "You have entered an incorrect reCAPTCHA value. Click the BACK button on your "
@@ -300,47 +278,203 @@ msgstr ""
300
  "त्रुटि: आपने एक गलत कॅप्चा मान दर्ज किया है। अपने ब्राउज़र पर वापस बटन क्लिक करें, और फिर "
301
  "कोशिश करें।"
302
 
303
- #: google-captcha.php:1064
304
  msgid "Please, complete the captcha and submit \"Test verification\""
305
  msgstr ""
306
 
307
- #: google-captcha.php:1068
308
  msgid "Test verification"
309
  msgstr ""
310
 
311
- #: google-captcha.php:1082 google-captcha.php:1091
312
- msgid "The user response was missing."
313
  msgstr ""
314
 
315
- #: google-captcha.php:1084
316
- msgid "The Secret Key is missing."
317
  msgstr ""
318
 
319
- #: google-captcha.php:1087 google-captcha.php:1096
320
  msgid "The Secret Key is invalid"
321
  msgstr ""
322
 
323
- #: google-captcha.php:1088 google-captcha.php:1097
324
  msgid "Check your domain configuration"
325
  msgstr ""
326
 
327
- #: google-captcha.php:1089 google-captcha.php:1098
328
  #, fuzzy
329
  msgid "and enter it again"
330
  msgstr "और उन्हें दर्ज करें "
331
 
332
- #: google-captcha.php:1092 google-captcha.php:1100
333
- msgid "The user response is invalid."
334
  msgstr ""
335
 
336
- #: google-captcha.php:1109
337
- msgid "The verification is successfully completed."
338
  msgstr ""
339
 
340
- #: google-captcha.php:1152
341
  msgid "Support"
342
  msgstr "सहयोग"
343
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
344
  #, fuzzy
345
  #~ msgid ""
346
  #~ "Google Captcha version 2 will not work correctly, since the option "
2
  msgstr ""
3
  "Project-Id-Version: Google Сaptcha\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-10-20 14:09+0300\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: BestWebSoft team <wp@bestwebsoft.com>\n"
8
  "Language-Team: Development Logics Solutions Pvt Ltd "
18
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
+ #: google-captcha.php:34 google-captcha.php:561
22
  msgid "Google Captcha Settings"
23
  msgstr "गूगल कॅप्चा सेटिंग्स"
24
 
25
+ #: google-captcha.php:237
26
  msgid "Warning"
27
  msgstr ""
28
 
29
+ #: google-captcha.php:237
30
  msgid ""
31
  "It has been found more than one reCAPTCHA in current form. In this case "
32
  "reCAPTCHA will not work properly. Please remove all unnecessary reCAPTCHA "
33
  "blocks."
34
  msgstr ""
35
 
36
+ #: google-captcha.php:241
37
  #, fuzzy
38
+ msgid "Error: You have entered an incorrect reCAPTCHA value"
39
  msgstr "त्रुटि: आपने एक गलत कॅप्चा मान दर्ज किया है।"
40
 
41
+ #: google-captcha.php:345
42
+ msgid "You are in the whitelist"
43
  msgstr ""
44
 
45
+ #: google-captcha.php:472
 
 
 
 
46
  msgid "Site key"
47
  msgstr "साइट कुंजी "
48
 
49
+ #: google-captcha.php:477
50
  msgid "Secret Key"
51
  msgstr "गुप्त कुंजी"
52
 
53
+ #: google-captcha.php:485
54
  msgid "Login form"
55
  msgstr "प्रवेश फार्म"
56
 
57
+ #: google-captcha.php:486
58
  msgid "Registration form"
59
  msgstr "पंजीकरण फॉर्म"
60
 
61
+ #: google-captcha.php:487
62
  msgid "Reset password form"
63
  msgstr "पुन: पासवर्ड फार्म"
64
 
65
+ #: google-captcha.php:488
66
  msgid "Comments form"
67
  msgstr "टिप्पणियां फार्म"
68
 
69
+ #: google-captcha.php:507
70
  msgid "Enter site key"
71
  msgstr "दर्ज साइट कुंजी "
72
 
73
+ #: google-captcha.php:508 google-captcha.php:514
74
  msgid "WARNING: The captcha will not display while you don't fill key fields."
75
  msgstr "चेतावनी: यदि आप कुंजी क्षेत्र नहीं भरेंगें तो कैप्चा प्रदर्शित नहीं करेगा।"
76
 
77
+ #: google-captcha.php:513
78
  msgid "Enter secret key"
79
  msgstr "दर्ज गुप्त कुंजी"
80
 
81
+ #: google-captcha.php:540
82
  msgid "Settings saved"
83
  msgstr "सेटिंग्स सुरक्षित"
84
 
85
+ #: google-captcha.php:546
86
  #, fuzzy
87
+ msgid "All plugin settings were restored"
88
  msgstr "प्लगइन सेटिंग पृष्ठ पर "
89
 
90
+ #: google-captcha.php:563 google-captcha.php:1235 google-captcha.php:1256
91
  msgid "Settings"
92
  msgstr "सेटिंग्स"
93
 
94
+ #: google-captcha.php:564
95
+ msgid "Whitelist"
96
+ msgstr ""
97
+
98
+ #: google-captcha.php:565
99
  msgid "Custom code"
100
  msgstr ""
101
 
102
+ #: google-captcha.php:566
103
  msgid "Go PRO"
104
  msgstr ""
105
 
106
+ #: google-captcha.php:571
107
  msgid ""
108
  "Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
109
  "version 1 features."
110
  msgstr ""
111
 
112
+ #: google-captcha.php:586
113
  #, fuzzy, php-format
114
  msgid ""
115
  "If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
118
  "अगर आप अपने खुद के फार्म में गूगल कैप्चा जोड़ना चाहते हैं तो बस इस शॉर्टकोड को अपने पृष्ठ या "
119
  "पोस्ट पर कॉपी और पेस्ट करेँ ।"
120
 
121
+ #: google-captcha.php:592
122
  #, php-format
123
  msgid ""
124
  "You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
127
  "your own form , please use the shortcode %s"
128
  msgstr ""
129
 
130
+ #: google-captcha.php:600
131
  msgid "Authentication"
132
  msgstr "प्रमाणीकरण"
133
 
134
+ #: google-captcha.php:601
135
  #, fuzzy, php-format
136
  msgid "Before you are able to do something, you must to register %shere%s"
137
  msgstr " कुछ भी करने से पहले %s यहाँ %s पंजीकरण करायें "
138
 
139
+ #: google-captcha.php:602
140
+ #, fuzzy
141
+ msgid "Enter site key and secret key, that you get after registration"
142
  msgstr "पंजीकरण के बाद जो साइट कुंजी और गुप्त कुंजी मिलती है उसे दर्ज करें।"
143
 
144
+ #: google-captcha.php:617
145
  #, fuzzy
146
  msgid "Test Keys"
147
  msgstr "गुप्त कुंजी"
148
 
149
+ #: google-captcha.php:620
150
  msgid "Options"
151
  msgstr "विकल्प"
152
 
153
+ #: google-captcha.php:623
154
  msgid "Enable reCAPTCHA for"
155
  msgstr ""
156
 
157
+ #: google-captcha.php:627
158
  #, fuzzy
159
  msgid "WordPress default"
160
  msgstr "वर्डप्रेस संस्करण"
161
 
162
+ #: google-captcha.php:636
163
  msgid "This option is available only for network or for main blog"
164
  msgstr ""
165
 
166
+ #: google-captcha.php:644
167
  msgid "Plugins"
168
  msgstr "प्लगइन्स"
169
 
170
+ #: google-captcha.php:652 google-captcha.php:657
171
  #, php-format
172
  msgid "You should %s to use this functionality"
173
  msgstr ""
174
 
175
+ #: google-captcha.php:653
176
  #, fuzzy
177
  msgid "activate"
178
  msgstr "सक्रिय"
179
 
180
+ #: google-captcha.php:653
181
  msgid "for network"
182
  msgstr ""
183
 
184
+ #: google-captcha.php:658
185
  msgid "download"
186
  msgstr ""
187
 
188
+ #: google-captcha.php:662
189
+ msgid "Check off for adding captcha to forms on their settings pages"
190
  msgstr ""
191
 
192
+ #: google-captcha.php:671
 
 
 
 
 
 
 
 
 
 
 
 
193
  #, php-format
194
  msgid ""
195
  "If you would like to add Google Captcha (reCAPTCHA) to a custom form see %s"
196
  msgstr ""
197
 
198
+ #: google-captcha.php:671 google-captcha.php:1257
199
  msgid "FAQ"
200
  msgstr "सामान्यतःपूछे जाने वाले प्रश्न (फ ए क्यू )"
201
 
202
+ #: google-captcha.php:676
203
  #, fuzzy
204
  msgid "Hide reCAPTCHA in Comments form for"
205
  msgstr "रीकैप्चा संस्करण के लिए"
206
 
207
+ #: google-captcha.php:688
208
+ #, fuzzy
209
+ msgid "Whitelist notification"
210
+ msgstr "प्रमाणीकरण"
211
+
212
+ #: google-captcha.php:694
213
+ msgid ""
214
+ "This message will be displayed instead of the reCAPTCHA If the user IP is "
215
+ "added to the whitelist"
216
+ msgstr ""
217
+
218
+ #: google-captcha.php:701
219
  #, fuzzy
220
  msgid "reCAPTCHA version"
221
  msgstr "रीकैप्चा संस्करण:"
222
 
223
+ #: google-captcha.php:704 google-captcha.php:705 google-captcha.php:706
224
+ #: google-captcha.php:707
225
  msgid "version"
226
  msgstr "संस्करण"
227
 
228
+ #: google-captcha.php:713 google-captcha.php:726
229
  #, fuzzy
230
  msgid "reCAPTCHA theme"
231
  msgstr "रीकैप्चा संस्करण:"
232
 
233
+ #: google-captcha.php:714 google-captcha.php:727 includes/pro_banners.php:87
234
  #, fuzzy
235
  msgid "for version"
236
  msgstr "संस्करण"
237
 
238
+ #: google-captcha.php:739
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
239
  msgid "Save Changes"
240
  msgstr "परिवर्तनों को सुरक्षित करें"
241
 
242
+ #: google-captcha.php:803 google-captcha.php:1276
243
  msgid "To use Google Captcha you must get the keys from"
244
  msgstr "गूगल कॅप्चा का उपयोग करने के लिए,आप कुंजी लें "
245
 
246
+ #: google-captcha.php:804 google-captcha.php:1277
247
  msgid "here"
248
  msgstr "यहाँ से "
249
 
250
+ #: google-captcha.php:805 google-captcha.php:1278
251
  msgid "and enter them on the"
252
  msgstr "और उन्हें दर्ज करें "
253
 
254
+ #: google-captcha.php:807 google-captcha.php:1280
255
  msgid "plugin setting page"
256
  msgstr "प्लगइन सेटिंग पृष्ठ पर "
257
 
258
+ #: google-captcha.php:1000 google-captcha.php:1048
259
  msgid "Error"
260
  msgstr "त्रुटि"
261
 
262
+ #: google-captcha.php:1000 google-captcha.php:1048 google-captcha.php:1078
263
+ #: google-captcha.php:1107
264
  #, fuzzy
265
+ msgid "You have entered an incorrect reCAPTCHA value"
266
  msgstr "आपने एक गलत कॅप्चा मान दर्ज किया है।"
267
 
268
+ #: google-captcha.php:1078 google-captcha.php:1107 google-captcha.php:1133
269
  msgid "ERROR"
270
  msgstr ""
271
 
272
+ #: google-captcha.php:1133
 
 
 
 
 
273
  #, fuzzy
274
  msgid ""
275
  "You have entered an incorrect reCAPTCHA value. Click the BACK button on your "
278
  "त्रुटि: आपने एक गलत कॅप्चा मान दर्ज किया है। अपने ब्राउज़र पर वापस बटन क्लिक करें, और फिर "
279
  "कोशिश करें।"
280
 
281
+ #: google-captcha.php:1171
282
  msgid "Please, complete the captcha and submit \"Test verification\""
283
  msgstr ""
284
 
285
+ #: google-captcha.php:1175
286
  msgid "Test verification"
287
  msgstr ""
288
 
289
+ #: google-captcha.php:1190 google-captcha.php:1199
290
+ msgid "The user response was missing"
291
  msgstr ""
292
 
293
+ #: google-captcha.php:1192
294
+ msgid "The Secret Key is missing"
295
  msgstr ""
296
 
297
+ #: google-captcha.php:1195 google-captcha.php:1204
298
  msgid "The Secret Key is invalid"
299
  msgstr ""
300
 
301
+ #: google-captcha.php:1196 google-captcha.php:1205
302
  msgid "Check your domain configuration"
303
  msgstr ""
304
 
305
+ #: google-captcha.php:1197 google-captcha.php:1206
306
  #, fuzzy
307
  msgid "and enter it again"
308
  msgstr "और उन्हें दर्ज करें "
309
 
310
+ #: google-captcha.php:1200 google-captcha.php:1208
311
+ msgid "The user response is invalid"
312
  msgstr ""
313
 
314
+ #: google-captcha.php:1217
315
+ msgid "The verification is successfully completed"
316
  msgstr ""
317
 
318
+ #: google-captcha.php:1258
319
  msgid "Support"
320
  msgstr "सहयोग"
321
 
322
+ #: includes/whitelist.php:64
323
+ msgid "For IP addresses from the whitelist reCAPTCHA will not be displayed"
324
+ msgstr ""
325
+
326
+ #: includes/whitelist.php:71
327
+ msgid "Add IP to the whitelist"
328
+ msgstr ""
329
+
330
+ #: includes/whitelist.php:75
331
+ #, fuzzy
332
+ msgid "Save changes"
333
+ msgstr "परिवर्तनों को सुरक्षित करें"
334
+
335
+ #: includes/whitelist.php:92
336
+ msgid "My IP"
337
+ msgstr ""
338
+
339
+ #: includes/whitelist.php:96
340
+ msgid "Save IP to the whitelist"
341
+ msgstr ""
342
+
343
+ #: includes/whitelist.php:100 includes/pro_banners.php:45
344
+ msgid "Allowed formats"
345
+ msgstr ""
346
+
347
+ #: includes/whitelist.php:101
348
+ msgid "Allowed diapason"
349
+ msgstr ""
350
+
351
+ #: includes/whitelist.php:106
352
+ msgid "Search IP"
353
+ msgstr ""
354
+
355
+ #: includes/whitelist.php:160
356
+ msgid "Nothing found"
357
+ msgstr ""
358
+
359
+ #: includes/whitelist.php:160
360
+ msgid "No IP in the whitelist"
361
+ msgstr ""
362
+
363
+ #: includes/whitelist.php:167
364
+ msgid "IP address"
365
+ msgstr ""
366
+
367
+ #: includes/whitelist.php:168
368
+ msgid "Date added"
369
+ msgstr ""
370
+
371
+ #: includes/whitelist.php:222 includes/whitelist.php:232
372
+ msgid "Remove from the whitelist"
373
+ msgstr ""
374
+
375
+ #: includes/whitelist.php:318
376
+ msgid "IP added to the whitelist successfully"
377
+ msgstr ""
378
+
379
+ #: includes/whitelist.php:320 includes/whitelist.php:341
380
+ #: includes/whitelist.php:351
381
+ msgid "Some errors occured"
382
+ msgstr ""
383
+
384
+ #: includes/whitelist.php:322
385
+ msgid "IP is already in the whitelist"
386
+ msgstr ""
387
+
388
+ #: includes/whitelist.php:325
389
+ msgid "Invalid IP. See allowed formats."
390
+ msgstr ""
391
+
392
+ #: includes/whitelist.php:347
393
+ msgid "One IP was deleted successfully"
394
+ msgstr ""
395
+
396
+ #: includes/whitelist.php:354
397
+ msgid "You have not entered any IP"
398
+ msgstr ""
399
+
400
+ #: includes/whitelist.php:357
401
+ msgid "You have not entered any IP in to the search form"
402
+ msgstr ""
403
+
404
+ #: includes/whitelist.php:359
405
+ msgid "Search results for"
406
+ msgstr ""
407
+
408
+ #: includes/pro_banners.php:17
409
+ msgid "This options is available in Pro version of plugin"
410
+ msgstr ""
411
+
412
+ #: includes/pro_banners.php:20
413
+ msgid "Close"
414
+ msgstr ""
415
+
416
+ #: includes/pro_banners.php:28
417
+ msgid "Unlock premium options by upgrading to Pro version"
418
+ msgstr ""
419
+
420
+ #: includes/pro_banners.php:30
421
+ msgid "Learn More"
422
+ msgstr ""
423
+
424
+ #: includes/pro_banners.php:43
425
+ msgid "Reason"
426
+ msgstr ""
427
+
428
+ #: includes/pro_banners.php:46
429
+ msgid "Allowed separators for IPs: a comma"
430
+ msgstr ""
431
+
432
+ #: includes/pro_banners.php:46 includes/pro_banners.php:47
433
+ msgid "semicolon"
434
+ msgstr ""
435
+
436
+ #: includes/pro_banners.php:46
437
+ msgid "ordinary space, tab, new line or carriage return"
438
+ msgstr ""
439
+
440
+ #: includes/pro_banners.php:47
441
+ msgid "Allowed separators for reasons: a comma"
442
+ msgstr ""
443
+
444
+ #: includes/pro_banners.php:47
445
+ msgid "tab, new line or carriage return"
446
+ msgstr ""
447
+
448
+ #: includes/pro_banners.php:68
449
+ msgid "Normal"
450
+ msgstr ""
451
+
452
+ #: includes/pro_banners.php:69
453
+ msgid "Compact"
454
+ msgstr ""
455
+
456
+ #: includes/pro_banners.php:73
457
+ #, fuzzy
458
+ msgid "reCAPTCHA language"
459
+ msgstr "रीकैप्चा संस्करण:"
460
+
461
+ #: includes/pro_banners.php:80
462
+ msgid "Use the current site language"
463
+ msgstr ""
464
+
465
+ #: includes/pro_banners.php:80
466
+ msgid "Using"
467
+ msgstr ""
468
+
469
+ #: includes/pro_banners.php:86
470
+ #, fuzzy
471
+ msgid "reCAPTCHA size"
472
+ msgstr "रीकैप्चा संस्करण:"
473
+
474
+ #, fuzzy
475
+ #~ msgid "You have entered an incorrect reCAPTCHA value."
476
+ #~ msgstr "आपने एक गलत कॅप्चा मान दर्ज किया है।"
477
+
478
  #, fuzzy
479
  #~ msgid ""
480
  #~ "Google Captcha version 2 will not work correctly, since the option "
languages/google-captcha-it_IT.mo CHANGED
Binary file
languages/google-captcha-it_IT.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: 2016-07-25 11:34+0300\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: BestWebSoft team <wp@bestwebsoft.com>\n"
8
  "Language-Team: Istvan <wart17@hotmail.com>\n"
@@ -17,99 +17,100 @@ msgstr ""
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: google-captcha.php:34 google-captcha.php:422
21
  msgid "Google Captcha Settings"
22
  msgstr "Impostazioni Google Captcha"
23
 
24
- #: google-captcha.php:202
25
  msgid "Warning"
26
  msgstr ""
27
 
28
- #: google-captcha.php:202
29
  msgid ""
30
  "It has been found more than one reCAPTCHA in current form. In this case "
31
  "reCAPTCHA will not work properly. Please remove all unnecessary reCAPTCHA "
32
  "blocks."
33
  msgstr ""
34
 
35
- #: google-captcha.php:206
36
  #, fuzzy
37
- msgid "Error: You have entered an incorrect reCAPTCHA value."
38
  msgstr "Errore: Hai introdotto un valore CAPTCHA errato."
39
 
40
- #: google-captcha.php:327
41
- msgid "Normal"
42
  msgstr ""
43
 
44
- #: google-captcha.php:328
45
- msgid "Compact"
46
- msgstr ""
47
-
48
- #: google-captcha.php:334
49
  msgid "Site key"
50
  msgstr "Chiave del sito"
51
 
52
- #: google-captcha.php:339
53
  msgid "Secret Key"
54
  msgstr "Chiave segreta"
55
 
56
- #: google-captcha.php:347
57
  msgid "Login form"
58
  msgstr "Form di accesso"
59
 
60
- #: google-captcha.php:348
61
  msgid "Registration form"
62
  msgstr "Form di registrazione"
63
 
64
- #: google-captcha.php:349
65
  msgid "Reset password form"
66
  msgstr "Form per resettare la password"
67
 
68
- #: google-captcha.php:350
69
  msgid "Comments form"
70
  msgstr "Form dei commenti"
71
 
72
- #: google-captcha.php:369
73
  msgid "Enter site key"
74
  msgstr "Introduci la Chiave del sito"
75
 
76
- #: google-captcha.php:370 google-captcha.php:376
77
  msgid "WARNING: The captcha will not display while you don't fill key fields."
78
  msgstr ""
79
  "ATTENZIONE: Il Captcha non verrà mostrato mentre non riempi i campi chiave."
80
 
81
- #: google-captcha.php:375
82
  msgid "Enter secret key"
83
  msgstr "Introduci la Chiave segreta"
84
 
85
- #: google-captcha.php:401
86
  msgid "Settings saved"
87
  msgstr "Impostazioni salvate"
88
 
89
- #: google-captcha.php:407
90
  #, fuzzy
91
- msgid "All plugin settings were restored."
92
  msgstr "pagina di configurazione del plugin"
93
 
94
- #: google-captcha.php:424 google-captcha.php:1128 google-captcha.php:1150
95
  msgid "Settings"
96
  msgstr "Impostazioni"
97
 
98
- #: google-captcha.php:425
 
 
 
 
 
99
  msgid "Custom code"
100
  msgstr ""
101
 
102
- #: google-captcha.php:426
103
  msgid "Go PRO"
104
  msgstr ""
105
 
106
- #: google-captcha.php:431
107
  msgid ""
108
  "Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
109
  "version 1 features."
110
  msgstr ""
111
 
112
- #: google-captcha.php:446
113
  #, fuzzy, php-format
114
  msgid ""
115
  "If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
@@ -118,7 +119,7 @@ msgstr ""
118
  "Se desideri aggiungere Google Captcha ad un tuo form, devi semplicemente "
119
  "copiare ed incollare questo codice nel tuo post o pagina:"
120
 
121
- #: google-captcha.php:452
122
  #, php-format
123
  msgid ""
124
  "You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
@@ -127,173 +128,151 @@ msgid ""
127
  "your own form , please use the shortcode %s"
128
  msgstr ""
129
 
130
- #: google-captcha.php:460
131
  msgid "Authentication"
132
  msgstr "Autenticazione"
133
 
134
- #: google-captcha.php:461
135
  #, fuzzy, php-format
136
  msgid "Before you are able to do something, you must to register %shere%s"
137
  msgstr "Prima di poter fare qualcosa, devi registrare %s qui %s"
138
 
139
- #: google-captcha.php:462
140
- msgid "Enter site key and secret key, that you get after registration."
 
141
  msgstr ""
142
  "Introduci la Chiave del sito e la Chiave segreta, che si ottengono dopo la "
143
  "registrazione."
144
 
145
- #: google-captcha.php:477
146
  #, fuzzy
147
  msgid "Test Keys"
148
  msgstr "Chiave segreta"
149
 
150
- #: google-captcha.php:480
151
  msgid "Options"
152
  msgstr "Opzioni"
153
 
154
- #: google-captcha.php:483
155
  msgid "Enable reCAPTCHA for"
156
  msgstr ""
157
 
158
- #: google-captcha.php:487
159
  msgid "WordPress default"
160
  msgstr ""
161
 
162
- #: google-captcha.php:496
163
  msgid "This option is available only for network or for main blog"
164
  msgstr ""
165
 
166
- #: google-captcha.php:504
167
  #, fuzzy
168
  msgid "Plugins"
169
  msgstr "Pagina dei plugins"
170
 
171
- #: google-captcha.php:512 google-captcha.php:517
172
  #, php-format
173
  msgid "You should %s to use this functionality"
174
  msgstr ""
175
 
176
- #: google-captcha.php:513
177
  #, fuzzy
178
  msgid "activate"
179
  msgstr "Tema Activado"
180
 
181
- #: google-captcha.php:513
182
  msgid "for network"
183
  msgstr ""
184
 
185
- #: google-captcha.php:518
186
  msgid "download"
187
  msgstr ""
188
 
189
- #: google-captcha.php:522
190
- msgid "Check off for adding captcha to forms on their settings pages."
191
- msgstr ""
192
-
193
- #: google-captcha.php:533 google-captcha.php:610
194
- msgid "Close"
195
  msgstr ""
196
 
197
- #: google-captcha.php:545 google-captcha.php:646
198
- msgid "Unlock premium options by upgrading to Pro version"
199
- msgstr ""
200
-
201
- #: google-captcha.php:548 google-captcha.php:649
202
- msgid "Learn More"
203
- msgstr ""
204
-
205
- #: google-captcha.php:554
206
  #, php-format
207
  msgid ""
208
  "If you would like to add Google Captcha (reCAPTCHA) to a custom form see %s"
209
  msgstr ""
210
 
211
- #: google-captcha.php:554 google-captcha.php:1151
212
  msgid "FAQ"
213
  msgstr "Domande frequenti"
214
 
215
- #: google-captcha.php:559
216
  #, fuzzy
217
  msgid "Hide reCAPTCHA in Comments form for"
218
  msgstr "per reCAPTCHA versione"
219
 
220
- #: google-captcha.php:571
 
 
 
 
 
 
 
 
 
 
 
221
  #, fuzzy
222
  msgid "reCAPTCHA version"
223
  msgstr "reCAPTCHA versione:"
224
 
225
- #: google-captcha.php:574 google-captcha.php:575 google-captcha.php:576
226
- #: google-captcha.php:577
227
  msgid "version"
228
  msgstr "versione"
229
 
230
- #: google-captcha.php:583 google-captcha.php:596
231
  #, fuzzy
232
  msgid "reCAPTCHA theme"
233
  msgstr "reCAPTCHA versione:"
234
 
235
- #: google-captcha.php:584 google-captcha.php:597 google-captcha.php:628
236
  #, fuzzy
237
  msgid "for version"
238
  msgstr "versione"
239
 
240
- #: google-captcha.php:614
241
- #, fuzzy
242
- msgid "reCAPTCHA language"
243
- msgstr "reCAPTCHA versione:"
244
-
245
- #: google-captcha.php:621
246
- msgid "Use the current site language"
247
- msgstr ""
248
-
249
- #: google-captcha.php:621
250
- msgid "Using"
251
- msgstr ""
252
-
253
- #: google-captcha.php:627
254
- #, fuzzy
255
- msgid "reCAPTCHA size"
256
- msgstr "reCAPTCHA versione:"
257
-
258
- #: google-captcha.php:656
259
  msgid "Save Changes"
260
  msgstr "Salva modifiche"
261
 
262
- #: google-captcha.php:710 google-captcha.php:1167
263
  msgid "To use Google Captcha you must get the keys from"
264
  msgstr "Per utilizzare Google Captcha devi ottenere le chiavi da"
265
 
266
- #: google-captcha.php:711 google-captcha.php:1168
267
  msgid "here"
268
  msgstr "qui"
269
 
270
- #: google-captcha.php:712 google-captcha.php:1169
271
  msgid "and enter them on the"
272
  msgstr "ed introducili in"
273
 
274
- #: google-captcha.php:714 google-captcha.php:1171
275
  msgid "plugin setting page"
276
  msgstr "pagina di configurazione del plugin"
277
 
278
- #: google-captcha.php:900 google-captcha.php:948
279
  msgid "Error"
280
  msgstr ""
281
 
282
- #: google-captcha.php:900 google-captcha.php:948
 
283
  #, fuzzy
284
- msgid "You have entered an incorrect reCAPTCHA value."
285
  msgstr "Errore: Hai introdotto un valore CAPTCHA errato."
286
 
287
- #: google-captcha.php:978 google-captcha.php:1007 google-captcha.php:1033
288
  msgid "ERROR"
289
  msgstr ""
290
 
291
- #: google-captcha.php:978 google-captcha.php:1007
292
- #, fuzzy
293
- msgid "You have entered an incorrect reCAPTCHA value"
294
- msgstr "Errore: Hai introdotto un valore CAPTCHA errato."
295
-
296
- #: google-captcha.php:1033
297
  #, fuzzy
298
  msgid ""
299
  "You have entered an incorrect reCAPTCHA value. Click the BACK button on your "
@@ -302,47 +281,203 @@ msgstr ""
302
  "Errore: Hai introdotto un valore CAPTCHA errato. Fai click sul bottone "
303
  "Indietro del tuo browser e riprova."
304
 
305
- #: google-captcha.php:1064
306
  msgid "Please, complete the captcha and submit \"Test verification\""
307
  msgstr ""
308
 
309
- #: google-captcha.php:1068
310
  msgid "Test verification"
311
  msgstr ""
312
 
313
- #: google-captcha.php:1082 google-captcha.php:1091
314
- msgid "The user response was missing."
315
  msgstr ""
316
 
317
- #: google-captcha.php:1084
318
- msgid "The Secret Key is missing."
319
  msgstr ""
320
 
321
- #: google-captcha.php:1087 google-captcha.php:1096
322
  msgid "The Secret Key is invalid"
323
  msgstr ""
324
 
325
- #: google-captcha.php:1088 google-captcha.php:1097
326
  msgid "Check your domain configuration"
327
  msgstr ""
328
 
329
- #: google-captcha.php:1089 google-captcha.php:1098
330
  #, fuzzy
331
  msgid "and enter it again"
332
  msgstr "ed introducili in"
333
 
334
- #: google-captcha.php:1092 google-captcha.php:1100
335
- msgid "The user response is invalid."
336
  msgstr ""
337
 
338
- #: google-captcha.php:1109
339
- msgid "The verification is successfully completed."
340
  msgstr ""
341
 
342
- #: google-captcha.php:1152
343
  msgid "Support"
344
  msgstr "Supporto"
345
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
346
  #, fuzzy
347
  #~ msgid ""
348
  #~ "Google Captcha version 2 will not work correctly, since the option "
@@ -435,9 +570,6 @@ msgstr "Supporto"
435
  #~ msgid "Red"
436
  #~ msgstr "Rojo"
437
 
438
- #~ msgid "White"
439
- #~ msgstr "Blanco"
440
-
441
  #~ msgid "Blackglass"
442
  #~ msgstr "Cristal Negro"
443
 
2
  msgstr ""
3
  "Project-Id-Version: Google Сaptcha\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-10-20 14:09+0300\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: BestWebSoft team <wp@bestwebsoft.com>\n"
8
  "Language-Team: Istvan <wart17@hotmail.com>\n"
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
+ #: google-captcha.php:34 google-captcha.php:561
21
  msgid "Google Captcha Settings"
22
  msgstr "Impostazioni Google Captcha"
23
 
24
+ #: google-captcha.php:237
25
  msgid "Warning"
26
  msgstr ""
27
 
28
+ #: google-captcha.php:237
29
  msgid ""
30
  "It has been found more than one reCAPTCHA in current form. In this case "
31
  "reCAPTCHA will not work properly. Please remove all unnecessary reCAPTCHA "
32
  "blocks."
33
  msgstr ""
34
 
35
+ #: google-captcha.php:241
36
  #, fuzzy
37
+ msgid "Error: You have entered an incorrect reCAPTCHA value"
38
  msgstr "Errore: Hai introdotto un valore CAPTCHA errato."
39
 
40
+ #: google-captcha.php:345
41
+ msgid "You are in the whitelist"
42
  msgstr ""
43
 
44
+ #: google-captcha.php:472
 
 
 
 
45
  msgid "Site key"
46
  msgstr "Chiave del sito"
47
 
48
+ #: google-captcha.php:477
49
  msgid "Secret Key"
50
  msgstr "Chiave segreta"
51
 
52
+ #: google-captcha.php:485
53
  msgid "Login form"
54
  msgstr "Form di accesso"
55
 
56
+ #: google-captcha.php:486
57
  msgid "Registration form"
58
  msgstr "Form di registrazione"
59
 
60
+ #: google-captcha.php:487
61
  msgid "Reset password form"
62
  msgstr "Form per resettare la password"
63
 
64
+ #: google-captcha.php:488
65
  msgid "Comments form"
66
  msgstr "Form dei commenti"
67
 
68
+ #: google-captcha.php:507
69
  msgid "Enter site key"
70
  msgstr "Introduci la Chiave del sito"
71
 
72
+ #: google-captcha.php:508 google-captcha.php:514
73
  msgid "WARNING: The captcha will not display while you don't fill key fields."
74
  msgstr ""
75
  "ATTENZIONE: Il Captcha non verrà mostrato mentre non riempi i campi chiave."
76
 
77
+ #: google-captcha.php:513
78
  msgid "Enter secret key"
79
  msgstr "Introduci la Chiave segreta"
80
 
81
+ #: google-captcha.php:540
82
  msgid "Settings saved"
83
  msgstr "Impostazioni salvate"
84
 
85
+ #: google-captcha.php:546
86
  #, fuzzy
87
+ msgid "All plugin settings were restored"
88
  msgstr "pagina di configurazione del plugin"
89
 
90
+ #: google-captcha.php:563 google-captcha.php:1235 google-captcha.php:1256
91
  msgid "Settings"
92
  msgstr "Impostazioni"
93
 
94
+ #: google-captcha.php:564
95
+ #, fuzzy
96
+ msgid "Whitelist"
97
+ msgstr "Blanco"
98
+
99
+ #: google-captcha.php:565
100
  msgid "Custom code"
101
  msgstr ""
102
 
103
+ #: google-captcha.php:566
104
  msgid "Go PRO"
105
  msgstr ""
106
 
107
+ #: google-captcha.php:571
108
  msgid ""
109
  "Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
110
  "version 1 features."
111
  msgstr ""
112
 
113
+ #: google-captcha.php:586
114
  #, fuzzy, php-format
115
  msgid ""
116
  "If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
119
  "Se desideri aggiungere Google Captcha ad un tuo form, devi semplicemente "
120
  "copiare ed incollare questo codice nel tuo post o pagina:"
121
 
122
+ #: google-captcha.php:592
123
  #, php-format
124
  msgid ""
125
  "You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
128
  "your own form , please use the shortcode %s"
129
  msgstr ""
130
 
131
+ #: google-captcha.php:600
132
  msgid "Authentication"
133
  msgstr "Autenticazione"
134
 
135
+ #: google-captcha.php:601
136
  #, fuzzy, php-format
137
  msgid "Before you are able to do something, you must to register %shere%s"
138
  msgstr "Prima di poter fare qualcosa, devi registrare %s qui %s"
139
 
140
+ #: google-captcha.php:602
141
+ #, fuzzy
142
+ msgid "Enter site key and secret key, that you get after registration"
143
  msgstr ""
144
  "Introduci la Chiave del sito e la Chiave segreta, che si ottengono dopo la "
145
  "registrazione."
146
 
147
+ #: google-captcha.php:617
148
  #, fuzzy
149
  msgid "Test Keys"
150
  msgstr "Chiave segreta"
151
 
152
+ #: google-captcha.php:620
153
  msgid "Options"
154
  msgstr "Opzioni"
155
 
156
+ #: google-captcha.php:623
157
  msgid "Enable reCAPTCHA for"
158
  msgstr ""
159
 
160
+ #: google-captcha.php:627
161
  msgid "WordPress default"
162
  msgstr ""
163
 
164
+ #: google-captcha.php:636
165
  msgid "This option is available only for network or for main blog"
166
  msgstr ""
167
 
168
+ #: google-captcha.php:644
169
  #, fuzzy
170
  msgid "Plugins"
171
  msgstr "Pagina dei plugins"
172
 
173
+ #: google-captcha.php:652 google-captcha.php:657
174
  #, php-format
175
  msgid "You should %s to use this functionality"
176
  msgstr ""
177
 
178
+ #: google-captcha.php:653
179
  #, fuzzy
180
  msgid "activate"
181
  msgstr "Tema Activado"
182
 
183
+ #: google-captcha.php:653
184
  msgid "for network"
185
  msgstr ""
186
 
187
+ #: google-captcha.php:658
188
  msgid "download"
189
  msgstr ""
190
 
191
+ #: google-captcha.php:662
192
+ msgid "Check off for adding captcha to forms on their settings pages"
 
 
 
 
193
  msgstr ""
194
 
195
+ #: google-captcha.php:671
 
 
 
 
 
 
 
 
196
  #, php-format
197
  msgid ""
198
  "If you would like to add Google Captcha (reCAPTCHA) to a custom form see %s"
199
  msgstr ""
200
 
201
+ #: google-captcha.php:671 google-captcha.php:1257
202
  msgid "FAQ"
203
  msgstr "Domande frequenti"
204
 
205
+ #: google-captcha.php:676
206
  #, fuzzy
207
  msgid "Hide reCAPTCHA in Comments form for"
208
  msgstr "per reCAPTCHA versione"
209
 
210
+ #: google-captcha.php:688
211
+ #, fuzzy
212
+ msgid "Whitelist notification"
213
+ msgstr "Autenticazione"
214
+
215
+ #: google-captcha.php:694
216
+ msgid ""
217
+ "This message will be displayed instead of the reCAPTCHA If the user IP is "
218
+ "added to the whitelist"
219
+ msgstr ""
220
+
221
+ #: google-captcha.php:701
222
  #, fuzzy
223
  msgid "reCAPTCHA version"
224
  msgstr "reCAPTCHA versione:"
225
 
226
+ #: google-captcha.php:704 google-captcha.php:705 google-captcha.php:706
227
+ #: google-captcha.php:707
228
  msgid "version"
229
  msgstr "versione"
230
 
231
+ #: google-captcha.php:713 google-captcha.php:726
232
  #, fuzzy
233
  msgid "reCAPTCHA theme"
234
  msgstr "reCAPTCHA versione:"
235
 
236
+ #: google-captcha.php:714 google-captcha.php:727 includes/pro_banners.php:87
237
  #, fuzzy
238
  msgid "for version"
239
  msgstr "versione"
240
 
241
+ #: google-captcha.php:739
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
242
  msgid "Save Changes"
243
  msgstr "Salva modifiche"
244
 
245
+ #: google-captcha.php:803 google-captcha.php:1276
246
  msgid "To use Google Captcha you must get the keys from"
247
  msgstr "Per utilizzare Google Captcha devi ottenere le chiavi da"
248
 
249
+ #: google-captcha.php:804 google-captcha.php:1277
250
  msgid "here"
251
  msgstr "qui"
252
 
253
+ #: google-captcha.php:805 google-captcha.php:1278
254
  msgid "and enter them on the"
255
  msgstr "ed introducili in"
256
 
257
+ #: google-captcha.php:807 google-captcha.php:1280
258
  msgid "plugin setting page"
259
  msgstr "pagina di configurazione del plugin"
260
 
261
+ #: google-captcha.php:1000 google-captcha.php:1048
262
  msgid "Error"
263
  msgstr ""
264
 
265
+ #: google-captcha.php:1000 google-captcha.php:1048 google-captcha.php:1078
266
+ #: google-captcha.php:1107
267
  #, fuzzy
268
+ msgid "You have entered an incorrect reCAPTCHA value"
269
  msgstr "Errore: Hai introdotto un valore CAPTCHA errato."
270
 
271
+ #: google-captcha.php:1078 google-captcha.php:1107 google-captcha.php:1133
272
  msgid "ERROR"
273
  msgstr ""
274
 
275
+ #: google-captcha.php:1133
 
 
 
 
 
276
  #, fuzzy
277
  msgid ""
278
  "You have entered an incorrect reCAPTCHA value. Click the BACK button on your "
281
  "Errore: Hai introdotto un valore CAPTCHA errato. Fai click sul bottone "
282
  "Indietro del tuo browser e riprova."
283
 
284
+ #: google-captcha.php:1171
285
  msgid "Please, complete the captcha and submit \"Test verification\""
286
  msgstr ""
287
 
288
+ #: google-captcha.php:1175
289
  msgid "Test verification"
290
  msgstr ""
291
 
292
+ #: google-captcha.php:1190 google-captcha.php:1199
293
+ msgid "The user response was missing"
294
  msgstr ""
295
 
296
+ #: google-captcha.php:1192
297
+ msgid "The Secret Key is missing"
298
  msgstr ""
299
 
300
+ #: google-captcha.php:1195 google-captcha.php:1204
301
  msgid "The Secret Key is invalid"
302
  msgstr ""
303
 
304
+ #: google-captcha.php:1196 google-captcha.php:1205
305
  msgid "Check your domain configuration"
306
  msgstr ""
307
 
308
+ #: google-captcha.php:1197 google-captcha.php:1206
309
  #, fuzzy
310
  msgid "and enter it again"
311
  msgstr "ed introducili in"
312
 
313
+ #: google-captcha.php:1200 google-captcha.php:1208
314
+ msgid "The user response is invalid"
315
  msgstr ""
316
 
317
+ #: google-captcha.php:1217
318
+ msgid "The verification is successfully completed"
319
  msgstr ""
320
 
321
+ #: google-captcha.php:1258
322
  msgid "Support"
323
  msgstr "Supporto"
324
 
325
+ #: includes/whitelist.php:64
326
+ msgid "For IP addresses from the whitelist reCAPTCHA will not be displayed"
327
+ msgstr ""
328
+
329
+ #: includes/whitelist.php:71
330
+ msgid "Add IP to the whitelist"
331
+ msgstr ""
332
+
333
+ #: includes/whitelist.php:75
334
+ #, fuzzy
335
+ msgid "Save changes"
336
+ msgstr "Salva modifiche"
337
+
338
+ #: includes/whitelist.php:92
339
+ msgid "My IP"
340
+ msgstr ""
341
+
342
+ #: includes/whitelist.php:96
343
+ msgid "Save IP to the whitelist"
344
+ msgstr ""
345
+
346
+ #: includes/whitelist.php:100 includes/pro_banners.php:45
347
+ msgid "Allowed formats"
348
+ msgstr ""
349
+
350
+ #: includes/whitelist.php:101
351
+ msgid "Allowed diapason"
352
+ msgstr ""
353
+
354
+ #: includes/whitelist.php:106
355
+ msgid "Search IP"
356
+ msgstr ""
357
+
358
+ #: includes/whitelist.php:160
359
+ msgid "Nothing found"
360
+ msgstr ""
361
+
362
+ #: includes/whitelist.php:160
363
+ msgid "No IP in the whitelist"
364
+ msgstr ""
365
+
366
+ #: includes/whitelist.php:167
367
+ msgid "IP address"
368
+ msgstr ""
369
+
370
+ #: includes/whitelist.php:168
371
+ msgid "Date added"
372
+ msgstr ""
373
+
374
+ #: includes/whitelist.php:222 includes/whitelist.php:232
375
+ msgid "Remove from the whitelist"
376
+ msgstr ""
377
+
378
+ #: includes/whitelist.php:318
379
+ msgid "IP added to the whitelist successfully"
380
+ msgstr ""
381
+
382
+ #: includes/whitelist.php:320 includes/whitelist.php:341
383
+ #: includes/whitelist.php:351
384
+ msgid "Some errors occured"
385
+ msgstr ""
386
+
387
+ #: includes/whitelist.php:322
388
+ msgid "IP is already in the whitelist"
389
+ msgstr ""
390
+
391
+ #: includes/whitelist.php:325
392
+ msgid "Invalid IP. See allowed formats."
393
+ msgstr ""
394
+
395
+ #: includes/whitelist.php:347
396
+ msgid "One IP was deleted successfully"
397
+ msgstr ""
398
+
399
+ #: includes/whitelist.php:354
400
+ msgid "You have not entered any IP"
401
+ msgstr ""
402
+
403
+ #: includes/whitelist.php:357
404
+ msgid "You have not entered any IP in to the search form"
405
+ msgstr ""
406
+
407
+ #: includes/whitelist.php:359
408
+ msgid "Search results for"
409
+ msgstr ""
410
+
411
+ #: includes/pro_banners.php:17
412
+ msgid "This options is available in Pro version of plugin"
413
+ msgstr ""
414
+
415
+ #: includes/pro_banners.php:20
416
+ msgid "Close"
417
+ msgstr ""
418
+
419
+ #: includes/pro_banners.php:28
420
+ msgid "Unlock premium options by upgrading to Pro version"
421
+ msgstr ""
422
+
423
+ #: includes/pro_banners.php:30
424
+ msgid "Learn More"
425
+ msgstr ""
426
+
427
+ #: includes/pro_banners.php:43
428
+ msgid "Reason"
429
+ msgstr ""
430
+
431
+ #: includes/pro_banners.php:46
432
+ msgid "Allowed separators for IPs: a comma"
433
+ msgstr ""
434
+
435
+ #: includes/pro_banners.php:46 includes/pro_banners.php:47
436
+ msgid "semicolon"
437
+ msgstr ""
438
+
439
+ #: includes/pro_banners.php:46
440
+ msgid "ordinary space, tab, new line or carriage return"
441
+ msgstr ""
442
+
443
+ #: includes/pro_banners.php:47
444
+ msgid "Allowed separators for reasons: a comma"
445
+ msgstr ""
446
+
447
+ #: includes/pro_banners.php:47
448
+ msgid "tab, new line or carriage return"
449
+ msgstr ""
450
+
451
+ #: includes/pro_banners.php:68
452
+ msgid "Normal"
453
+ msgstr ""
454
+
455
+ #: includes/pro_banners.php:69
456
+ msgid "Compact"
457
+ msgstr ""
458
+
459
+ #: includes/pro_banners.php:73
460
+ #, fuzzy
461
+ msgid "reCAPTCHA language"
462
+ msgstr "reCAPTCHA versione:"
463
+
464
+ #: includes/pro_banners.php:80
465
+ msgid "Use the current site language"
466
+ msgstr ""
467
+
468
+ #: includes/pro_banners.php:80
469
+ msgid "Using"
470
+ msgstr ""
471
+
472
+ #: includes/pro_banners.php:86
473
+ #, fuzzy
474
+ msgid "reCAPTCHA size"
475
+ msgstr "reCAPTCHA versione:"
476
+
477
+ #, fuzzy
478
+ #~ msgid "You have entered an incorrect reCAPTCHA value."
479
+ #~ msgstr "Errore: Hai introdotto un valore CAPTCHA errato."
480
+
481
  #, fuzzy
482
  #~ msgid ""
483
  #~ "Google Captcha version 2 will not work correctly, since the option "
570
  #~ msgid "Red"
571
  #~ msgstr "Rojo"
572
 
 
 
 
573
  #~ msgid "Blackglass"
574
  #~ msgstr "Cristal Negro"
575
 
languages/google-captcha-pl_PL.mo CHANGED
Binary file
languages/google-captcha-pl_PL.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: 2016-07-25 11:34+0300\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: BestWebSoft team <wp@bestwebsoft.com>\n"
8
  "Language-Team: the BestWebSoft Team <plugin@bestwebsoft.com>\n"
@@ -18,102 +18,103 @@ msgstr ""
18
  "|| n%100>=20) ? 1 : 2);\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
- #: google-captcha.php:34 google-captcha.php:422
22
  msgid "Google Captcha Settings"
23
  msgstr "Ustawienia Google Captcha"
24
 
25
- #: google-captcha.php:202
26
  msgid "Warning"
27
  msgstr ""
28
 
29
- #: google-captcha.php:202
30
  msgid ""
31
  "It has been found more than one reCAPTCHA in current form. In this case "
32
  "reCAPTCHA will not work properly. Please remove all unnecessary reCAPTCHA "
33
  "blocks."
34
  msgstr ""
35
 
36
- #: google-captcha.php:206
37
  #, fuzzy
38
- msgid "Error: You have entered an incorrect reCAPTCHA value."
39
  msgstr "Błąd: wprowadzono nieprawidłowy kod CAPTCHA."
40
 
41
- #: google-captcha.php:327
42
- msgid "Normal"
43
  msgstr ""
44
 
45
- #: google-captcha.php:328
46
- msgid "Compact"
47
- msgstr ""
48
-
49
- #: google-captcha.php:334
50
  msgid "Site key"
51
  msgstr ""
52
 
53
- #: google-captcha.php:339
54
  msgid "Secret Key"
55
  msgstr ""
56
 
57
- #: google-captcha.php:347
58
  msgid "Login form"
59
  msgstr "Formularz logowania"
60
 
61
- #: google-captcha.php:348
62
  msgid "Registration form"
63
  msgstr "Formularz rejestracji"
64
 
65
- #: google-captcha.php:349
66
  msgid "Reset password form"
67
  msgstr "Formularz odzyskiwania hasła"
68
 
69
- #: google-captcha.php:350
70
  msgid "Comments form"
71
  msgstr "Formularz komentarza"
72
 
73
- #: google-captcha.php:369
74
  #, fuzzy
75
  msgid "Enter site key"
76
  msgstr "Wprowadź klucz prywatny"
77
 
78
- #: google-captcha.php:370 google-captcha.php:376
79
  msgid "WARNING: The captcha will not display while you don't fill key fields."
80
  msgstr ""
81
  "OSTRZEŻENIE: Kod captcha nie będzie wyświetlany, jeżeli nie wprowadzisz "
82
  "kluczy."
83
 
84
- #: google-captcha.php:375
85
  #, fuzzy
86
  msgid "Enter secret key"
87
  msgstr "Wprowadź klucz prywatny"
88
 
89
- #: google-captcha.php:401
90
  msgid "Settings saved"
91
  msgstr "Ustawienia zapisane"
92
 
93
- #: google-captcha.php:407
94
  #, fuzzy
95
- msgid "All plugin settings were restored."
96
  msgstr "stronie ustawień wtyczki"
97
 
98
- #: google-captcha.php:424 google-captcha.php:1128 google-captcha.php:1150
99
  msgid "Settings"
100
  msgstr "Ustawienia"
101
 
102
- #: google-captcha.php:425
 
 
 
 
 
103
  msgid "Custom code"
104
  msgstr ""
105
 
106
- #: google-captcha.php:426
107
  msgid "Go PRO"
108
  msgstr ""
109
 
110
- #: google-captcha.php:431
111
  msgid ""
112
  "Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
113
  "version 1 features."
114
  msgstr ""
115
 
116
- #: google-captcha.php:446
117
  #, fuzzy, php-format
118
  msgid ""
119
  "If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
@@ -122,7 +123,7 @@ msgstr ""
122
  "Jeżeli chcesz umieścić wtyczkę Google Captcha we własnym formularzu, po "
123
  "prostu skopiuj i wklej ten kod w swoim poście lub na swojej stronie:"
124
 
125
- #: google-captcha.php:452
126
  #, php-format
127
  msgid ""
128
  "You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
@@ -131,166 +132,145 @@ msgid ""
131
  "your own form , please use the shortcode %s"
132
  msgstr ""
133
 
134
- #: google-captcha.php:460
135
  msgid "Authentication"
136
  msgstr "Uwierzytelnianie"
137
 
138
- #: google-captcha.php:461
139
  #, fuzzy, php-format
140
  msgid "Before you are able to do something, you must to register %shere%s"
141
  msgstr "Aby móc cokolwiek zrobić, musisz się zarejestrować %s tutaj %s"
142
 
143
- #: google-captcha.php:462
144
  #, fuzzy
145
- msgid "Enter site key and secret key, that you get after registration."
146
  msgstr ""
147
  "Wprowadź swój klucz publiczny i prywatny, uzyskane po dokonaniu rejestracji."
148
 
149
- #: google-captcha.php:477
150
  msgid "Test Keys"
151
  msgstr ""
152
 
153
- #: google-captcha.php:480
154
  msgid "Options"
155
  msgstr "Opcje"
156
 
157
- #: google-captcha.php:483
158
  msgid "Enable reCAPTCHA for"
159
  msgstr ""
160
 
161
- #: google-captcha.php:487
162
  msgid "WordPress default"
163
  msgstr ""
164
 
165
- #: google-captcha.php:496
166
  msgid "This option is available only for network or for main blog"
167
  msgstr ""
168
 
169
- #: google-captcha.php:504
170
  #, fuzzy
171
  msgid "Plugins"
172
  msgstr "Strona Wtyczki"
173
 
174
- #: google-captcha.php:512 google-captcha.php:517
175
  #, php-format
176
  msgid "You should %s to use this functionality"
177
  msgstr ""
178
 
179
- #: google-captcha.php:513
180
  #, fuzzy
181
  msgid "activate"
182
  msgstr "Motyw aktywny"
183
 
184
- #: google-captcha.php:513
185
  msgid "for network"
186
  msgstr ""
187
 
188
- #: google-captcha.php:518
189
  msgid "download"
190
  msgstr ""
191
 
192
- #: google-captcha.php:522
193
- msgid "Check off for adding captcha to forms on their settings pages."
194
- msgstr ""
195
-
196
- #: google-captcha.php:533 google-captcha.php:610
197
- msgid "Close"
198
  msgstr ""
199
 
200
- #: google-captcha.php:545 google-captcha.php:646
201
- msgid "Unlock premium options by upgrading to Pro version"
202
- msgstr ""
203
-
204
- #: google-captcha.php:548 google-captcha.php:649
205
- msgid "Learn More"
206
- msgstr ""
207
-
208
- #: google-captcha.php:554
209
  #, php-format
210
  msgid ""
211
  "If you would like to add Google Captcha (reCAPTCHA) to a custom form see %s"
212
  msgstr ""
213
 
214
- #: google-captcha.php:554 google-captcha.php:1151
215
  msgid "FAQ"
216
  msgstr "FAQ"
217
 
218
- #: google-captcha.php:559
219
  msgid "Hide reCAPTCHA in Comments form for"
220
  msgstr ""
221
 
222
- #: google-captcha.php:571
 
 
 
 
 
 
 
 
 
 
 
223
  msgid "reCAPTCHA version"
224
  msgstr ""
225
 
226
- #: google-captcha.php:574 google-captcha.php:575 google-captcha.php:576
227
- #: google-captcha.php:577
228
  msgid "version"
229
  msgstr ""
230
 
231
- #: google-captcha.php:583 google-captcha.php:596
232
  msgid "reCAPTCHA theme"
233
  msgstr ""
234
 
235
- #: google-captcha.php:584 google-captcha.php:597 google-captcha.php:628
236
  msgid "for version"
237
  msgstr ""
238
 
239
- #: google-captcha.php:614
240
- msgid "reCAPTCHA language"
241
- msgstr ""
242
-
243
- #: google-captcha.php:621
244
- msgid "Use the current site language"
245
- msgstr ""
246
-
247
- #: google-captcha.php:621
248
- msgid "Using"
249
- msgstr ""
250
-
251
- #: google-captcha.php:627
252
- msgid "reCAPTCHA size"
253
- msgstr ""
254
-
255
- #: google-captcha.php:656
256
  msgid "Save Changes"
257
  msgstr "Zapisz zmiany"
258
 
259
- #: google-captcha.php:710 google-captcha.php:1167
260
  msgid "To use Google Captcha you must get the keys from"
261
  msgstr "Aby korzystać z Google Captcha, musisz najpierw uzyskać klucze"
262
 
263
- #: google-captcha.php:711 google-captcha.php:1168
264
  msgid "here"
265
  msgstr "stąd"
266
 
267
- #: google-captcha.php:712 google-captcha.php:1169
268
  msgid "and enter them on the"
269
  msgstr "i wprowadzić je na"
270
 
271
- #: google-captcha.php:714 google-captcha.php:1171
272
  msgid "plugin setting page"
273
  msgstr "stronie ustawień wtyczki"
274
 
275
- #: google-captcha.php:900 google-captcha.php:948
276
  msgid "Error"
277
  msgstr ""
278
 
279
- #: google-captcha.php:900 google-captcha.php:948
 
280
  #, fuzzy
281
- msgid "You have entered an incorrect reCAPTCHA value."
282
  msgstr "Błąd: wprowadzono nieprawidłowy kod CAPTCHA."
283
 
284
- #: google-captcha.php:978 google-captcha.php:1007 google-captcha.php:1033
285
  msgid "ERROR"
286
  msgstr ""
287
 
288
- #: google-captcha.php:978 google-captcha.php:1007
289
- #, fuzzy
290
- msgid "You have entered an incorrect reCAPTCHA value"
291
- msgstr "Błąd: wprowadzono nieprawidłowy kod CAPTCHA."
292
-
293
- #: google-captcha.php:1033
294
  #, fuzzy
295
  msgid ""
296
  "You have entered an incorrect reCAPTCHA value. Click the BACK button on your "
@@ -299,47 +279,201 @@ msgstr ""
299
  "Błąd: wprowadzono nieprawidłowy kod CAPTCHA. Kliknij przycisk WSTECZ na "
300
  "pasku przeglądarki i spróbuj ponownie."
301
 
302
- #: google-captcha.php:1064
303
  msgid "Please, complete the captcha and submit \"Test verification\""
304
  msgstr ""
305
 
306
- #: google-captcha.php:1068
307
  msgid "Test verification"
308
  msgstr ""
309
 
310
- #: google-captcha.php:1082 google-captcha.php:1091
311
- msgid "The user response was missing."
312
  msgstr ""
313
 
314
- #: google-captcha.php:1084
315
- msgid "The Secret Key is missing."
316
  msgstr ""
317
 
318
- #: google-captcha.php:1087 google-captcha.php:1096
319
  msgid "The Secret Key is invalid"
320
  msgstr ""
321
 
322
- #: google-captcha.php:1088 google-captcha.php:1097
323
  msgid "Check your domain configuration"
324
  msgstr ""
325
 
326
- #: google-captcha.php:1089 google-captcha.php:1098
327
  #, fuzzy
328
  msgid "and enter it again"
329
  msgstr "i wprowadzić je na"
330
 
331
- #: google-captcha.php:1092 google-captcha.php:1100
332
- msgid "The user response is invalid."
333
  msgstr ""
334
 
335
- #: google-captcha.php:1109
336
- msgid "The verification is successfully completed."
337
  msgstr ""
338
 
339
- #: google-captcha.php:1152
340
  msgid "Support"
341
  msgstr "Wsparcie"
342
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
343
  #~ msgid "powered by"
344
  #~ msgstr "opracowany przez"
345
 
@@ -404,9 +538,6 @@ msgstr "Wsparcie"
404
  #~ msgid "Red"
405
  #~ msgstr "Czerwony"
406
 
407
- #~ msgid "White"
408
- #~ msgstr "Biały"
409
-
410
  #~ msgid "Blackglass"
411
  #~ msgstr "Czarne szkło"
412
 
2
  msgstr ""
3
  "Project-Id-Version: Google Сaptcha\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-10-20 14:09+0300\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: BestWebSoft team <wp@bestwebsoft.com>\n"
8
  "Language-Team: the BestWebSoft Team <plugin@bestwebsoft.com>\n"
18
  "|| n%100>=20) ? 1 : 2);\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
+ #: google-captcha.php:34 google-captcha.php:561
22
  msgid "Google Captcha Settings"
23
  msgstr "Ustawienia Google Captcha"
24
 
25
+ #: google-captcha.php:237
26
  msgid "Warning"
27
  msgstr ""
28
 
29
+ #: google-captcha.php:237
30
  msgid ""
31
  "It has been found more than one reCAPTCHA in current form. In this case "
32
  "reCAPTCHA will not work properly. Please remove all unnecessary reCAPTCHA "
33
  "blocks."
34
  msgstr ""
35
 
36
+ #: google-captcha.php:241
37
  #, fuzzy
38
+ msgid "Error: You have entered an incorrect reCAPTCHA value"
39
  msgstr "Błąd: wprowadzono nieprawidłowy kod CAPTCHA."
40
 
41
+ #: google-captcha.php:345
42
+ msgid "You are in the whitelist"
43
  msgstr ""
44
 
45
+ #: google-captcha.php:472
 
 
 
 
46
  msgid "Site key"
47
  msgstr ""
48
 
49
+ #: google-captcha.php:477
50
  msgid "Secret Key"
51
  msgstr ""
52
 
53
+ #: google-captcha.php:485
54
  msgid "Login form"
55
  msgstr "Formularz logowania"
56
 
57
+ #: google-captcha.php:486
58
  msgid "Registration form"
59
  msgstr "Formularz rejestracji"
60
 
61
+ #: google-captcha.php:487
62
  msgid "Reset password form"
63
  msgstr "Formularz odzyskiwania hasła"
64
 
65
+ #: google-captcha.php:488
66
  msgid "Comments form"
67
  msgstr "Formularz komentarza"
68
 
69
+ #: google-captcha.php:507
70
  #, fuzzy
71
  msgid "Enter site key"
72
  msgstr "Wprowadź klucz prywatny"
73
 
74
+ #: google-captcha.php:508 google-captcha.php:514
75
  msgid "WARNING: The captcha will not display while you don't fill key fields."
76
  msgstr ""
77
  "OSTRZEŻENIE: Kod captcha nie będzie wyświetlany, jeżeli nie wprowadzisz "
78
  "kluczy."
79
 
80
+ #: google-captcha.php:513
81
  #, fuzzy
82
  msgid "Enter secret key"
83
  msgstr "Wprowadź klucz prywatny"
84
 
85
+ #: google-captcha.php:540
86
  msgid "Settings saved"
87
  msgstr "Ustawienia zapisane"
88
 
89
+ #: google-captcha.php:546
90
  #, fuzzy
91
+ msgid "All plugin settings were restored"
92
  msgstr "stronie ustawień wtyczki"
93
 
94
+ #: google-captcha.php:563 google-captcha.php:1235 google-captcha.php:1256
95
  msgid "Settings"
96
  msgstr "Ustawienia"
97
 
98
+ #: google-captcha.php:564
99
+ #, fuzzy
100
+ msgid "Whitelist"
101
+ msgstr "Biały"
102
+
103
+ #: google-captcha.php:565
104
  msgid "Custom code"
105
  msgstr ""
106
 
107
+ #: google-captcha.php:566
108
  msgid "Go PRO"
109
  msgstr ""
110
 
111
+ #: google-captcha.php:571
112
  msgid ""
113
  "Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
114
  "version 1 features."
115
  msgstr ""
116
 
117
+ #: google-captcha.php:586
118
  #, fuzzy, php-format
119
  msgid ""
120
  "If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
123
  "Jeżeli chcesz umieścić wtyczkę Google Captcha we własnym formularzu, po "
124
  "prostu skopiuj i wklej ten kod w swoim poście lub na swojej stronie:"
125
 
126
+ #: google-captcha.php:592
127
  #, php-format
128
  msgid ""
129
  "You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
132
  "your own form , please use the shortcode %s"
133
  msgstr ""
134
 
135
+ #: google-captcha.php:600
136
  msgid "Authentication"
137
  msgstr "Uwierzytelnianie"
138
 
139
+ #: google-captcha.php:601
140
  #, fuzzy, php-format
141
  msgid "Before you are able to do something, you must to register %shere%s"
142
  msgstr "Aby móc cokolwiek zrobić, musisz się zarejestrować %s tutaj %s"
143
 
144
+ #: google-captcha.php:602
145
  #, fuzzy
146
+ msgid "Enter site key and secret key, that you get after registration"
147
  msgstr ""
148
  "Wprowadź swój klucz publiczny i prywatny, uzyskane po dokonaniu rejestracji."
149
 
150
+ #: google-captcha.php:617
151
  msgid "Test Keys"
152
  msgstr ""
153
 
154
+ #: google-captcha.php:620
155
  msgid "Options"
156
  msgstr "Opcje"
157
 
158
+ #: google-captcha.php:623
159
  msgid "Enable reCAPTCHA for"
160
  msgstr ""
161
 
162
+ #: google-captcha.php:627
163
  msgid "WordPress default"
164
  msgstr ""
165
 
166
+ #: google-captcha.php:636
167
  msgid "This option is available only for network or for main blog"
168
  msgstr ""
169
 
170
+ #: google-captcha.php:644
171
  #, fuzzy
172
  msgid "Plugins"
173
  msgstr "Strona Wtyczki"
174
 
175
+ #: google-captcha.php:652 google-captcha.php:657
176
  #, php-format
177
  msgid "You should %s to use this functionality"
178
  msgstr ""
179
 
180
+ #: google-captcha.php:653
181
  #, fuzzy
182
  msgid "activate"
183
  msgstr "Motyw aktywny"
184
 
185
+ #: google-captcha.php:653
186
  msgid "for network"
187
  msgstr ""
188
 
189
+ #: google-captcha.php:658
190
  msgid "download"
191
  msgstr ""
192
 
193
+ #: google-captcha.php:662
194
+ msgid "Check off for adding captcha to forms on their settings pages"
 
 
 
 
195
  msgstr ""
196
 
197
+ #: google-captcha.php:671
 
 
 
 
 
 
 
 
198
  #, php-format
199
  msgid ""
200
  "If you would like to add Google Captcha (reCAPTCHA) to a custom form see %s"
201
  msgstr ""
202
 
203
+ #: google-captcha.php:671 google-captcha.php:1257
204
  msgid "FAQ"
205
  msgstr "FAQ"
206
 
207
+ #: google-captcha.php:676
208
  msgid "Hide reCAPTCHA in Comments form for"
209
  msgstr ""
210
 
211
+ #: google-captcha.php:688
212
+ #, fuzzy
213
+ msgid "Whitelist notification"
214
+ msgstr "Uwierzytelnianie"
215
+
216
+ #: google-captcha.php:694
217
+ msgid ""
218
+ "This message will be displayed instead of the reCAPTCHA If the user IP is "
219
+ "added to the whitelist"
220
+ msgstr ""
221
+
222
+ #: google-captcha.php:701
223
  msgid "reCAPTCHA version"
224
  msgstr ""
225
 
226
+ #: google-captcha.php:704 google-captcha.php:705 google-captcha.php:706
227
+ #: google-captcha.php:707
228
  msgid "version"
229
  msgstr ""
230
 
231
+ #: google-captcha.php:713 google-captcha.php:726
232
  msgid "reCAPTCHA theme"
233
  msgstr ""
234
 
235
+ #: google-captcha.php:714 google-captcha.php:727 includes/pro_banners.php:87
236
  msgid "for version"
237
  msgstr ""
238
 
239
+ #: google-captcha.php:739
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
240
  msgid "Save Changes"
241
  msgstr "Zapisz zmiany"
242
 
243
+ #: google-captcha.php:803 google-captcha.php:1276
244
  msgid "To use Google Captcha you must get the keys from"
245
  msgstr "Aby korzystać z Google Captcha, musisz najpierw uzyskać klucze"
246
 
247
+ #: google-captcha.php:804 google-captcha.php:1277
248
  msgid "here"
249
  msgstr "stąd"
250
 
251
+ #: google-captcha.php:805 google-captcha.php:1278
252
  msgid "and enter them on the"
253
  msgstr "i wprowadzić je na"
254
 
255
+ #: google-captcha.php:807 google-captcha.php:1280
256
  msgid "plugin setting page"
257
  msgstr "stronie ustawień wtyczki"
258
 
259
+ #: google-captcha.php:1000 google-captcha.php:1048
260
  msgid "Error"
261
  msgstr ""
262
 
263
+ #: google-captcha.php:1000 google-captcha.php:1048 google-captcha.php:1078
264
+ #: google-captcha.php:1107
265
  #, fuzzy
266
+ msgid "You have entered an incorrect reCAPTCHA value"
267
  msgstr "Błąd: wprowadzono nieprawidłowy kod CAPTCHA."
268
 
269
+ #: google-captcha.php:1078 google-captcha.php:1107 google-captcha.php:1133
270
  msgid "ERROR"
271
  msgstr ""
272
 
273
+ #: google-captcha.php:1133
 
 
 
 
 
274
  #, fuzzy
275
  msgid ""
276
  "You have entered an incorrect reCAPTCHA value. Click the BACK button on your "
279
  "Błąd: wprowadzono nieprawidłowy kod CAPTCHA. Kliknij przycisk WSTECZ na "
280
  "pasku przeglądarki i spróbuj ponownie."
281
 
282
+ #: google-captcha.php:1171
283
  msgid "Please, complete the captcha and submit \"Test verification\""
284
  msgstr ""
285
 
286
+ #: google-captcha.php:1175
287
  msgid "Test verification"
288
  msgstr ""
289
 
290
+ #: google-captcha.php:1190 google-captcha.php:1199
291
+ msgid "The user response was missing"
292
  msgstr ""
293
 
294
+ #: google-captcha.php:1192
295
+ msgid "The Secret Key is missing"
296
  msgstr ""
297
 
298
+ #: google-captcha.php:1195 google-captcha.php:1204
299
  msgid "The Secret Key is invalid"
300
  msgstr ""
301
 
302
+ #: google-captcha.php:1196 google-captcha.php:1205
303
  msgid "Check your domain configuration"
304
  msgstr ""
305
 
306
+ #: google-captcha.php:1197 google-captcha.php:1206
307
  #, fuzzy
308
  msgid "and enter it again"
309
  msgstr "i wprowadzić je na"
310
 
311
+ #: google-captcha.php:1200 google-captcha.php:1208
312
+ msgid "The user response is invalid"
313
  msgstr ""
314
 
315
+ #: google-captcha.php:1217
316
+ msgid "The verification is successfully completed"
317
  msgstr ""
318
 
319
+ #: google-captcha.php:1258
320
  msgid "Support"
321
  msgstr "Wsparcie"
322
 
323
+ #: includes/whitelist.php:64
324
+ msgid "For IP addresses from the whitelist reCAPTCHA will not be displayed"
325
+ msgstr ""
326
+
327
+ #: includes/whitelist.php:71
328
+ msgid "Add IP to the whitelist"
329
+ msgstr ""
330
+
331
+ #: includes/whitelist.php:75
332
+ #, fuzzy
333
+ msgid "Save changes"
334
+ msgstr "Zapisz zmiany"
335
+
336
+ #: includes/whitelist.php:92
337
+ msgid "My IP"
338
+ msgstr ""
339
+
340
+ #: includes/whitelist.php:96
341
+ msgid "Save IP to the whitelist"
342
+ msgstr ""
343
+
344
+ #: includes/whitelist.php:100 includes/pro_banners.php:45
345
+ msgid "Allowed formats"
346
+ msgstr ""
347
+
348
+ #: includes/whitelist.php:101
349
+ msgid "Allowed diapason"
350
+ msgstr ""
351
+
352
+ #: includes/whitelist.php:106
353
+ msgid "Search IP"
354
+ msgstr ""
355
+
356
+ #: includes/whitelist.php:160
357
+ msgid "Nothing found"
358
+ msgstr ""
359
+
360
+ #: includes/whitelist.php:160
361
+ msgid "No IP in the whitelist"
362
+ msgstr ""
363
+
364
+ #: includes/whitelist.php:167
365
+ msgid "IP address"
366
+ msgstr ""
367
+
368
+ #: includes/whitelist.php:168
369
+ msgid "Date added"
370
+ msgstr ""
371
+
372
+ #: includes/whitelist.php:222 includes/whitelist.php:232
373
+ msgid "Remove from the whitelist"
374
+ msgstr ""
375
+
376
+ #: includes/whitelist.php:318
377
+ msgid "IP added to the whitelist successfully"
378
+ msgstr ""
379
+
380
+ #: includes/whitelist.php:320 includes/whitelist.php:341
381
+ #: includes/whitelist.php:351
382
+ msgid "Some errors occured"
383
+ msgstr ""
384
+
385
+ #: includes/whitelist.php:322
386
+ msgid "IP is already in the whitelist"
387
+ msgstr ""
388
+
389
+ #: includes/whitelist.php:325
390
+ msgid "Invalid IP. See allowed formats."
391
+ msgstr ""
392
+
393
+ #: includes/whitelist.php:347
394
+ msgid "One IP was deleted successfully"
395
+ msgstr ""
396
+
397
+ #: includes/whitelist.php:354
398
+ msgid "You have not entered any IP"
399
+ msgstr ""
400
+
401
+ #: includes/whitelist.php:357
402
+ msgid "You have not entered any IP in to the search form"
403
+ msgstr ""
404
+
405
+ #: includes/whitelist.php:359
406
+ msgid "Search results for"
407
+ msgstr ""
408
+
409
+ #: includes/pro_banners.php:17
410
+ msgid "This options is available in Pro version of plugin"
411
+ msgstr ""
412
+
413
+ #: includes/pro_banners.php:20
414
+ msgid "Close"
415
+ msgstr ""
416
+
417
+ #: includes/pro_banners.php:28
418
+ msgid "Unlock premium options by upgrading to Pro version"
419
+ msgstr ""
420
+
421
+ #: includes/pro_banners.php:30
422
+ msgid "Learn More"
423
+ msgstr ""
424
+
425
+ #: includes/pro_banners.php:43
426
+ msgid "Reason"
427
+ msgstr ""
428
+
429
+ #: includes/pro_banners.php:46
430
+ msgid "Allowed separators for IPs: a comma"
431
+ msgstr ""
432
+
433
+ #: includes/pro_banners.php:46 includes/pro_banners.php:47
434
+ msgid "semicolon"
435
+ msgstr ""
436
+
437
+ #: includes/pro_banners.php:46
438
+ msgid "ordinary space, tab, new line or carriage return"
439
+ msgstr ""
440
+
441
+ #: includes/pro_banners.php:47
442
+ msgid "Allowed separators for reasons: a comma"
443
+ msgstr ""
444
+
445
+ #: includes/pro_banners.php:47
446
+ msgid "tab, new line or carriage return"
447
+ msgstr ""
448
+
449
+ #: includes/pro_banners.php:68
450
+ msgid "Normal"
451
+ msgstr ""
452
+
453
+ #: includes/pro_banners.php:69
454
+ msgid "Compact"
455
+ msgstr ""
456
+
457
+ #: includes/pro_banners.php:73
458
+ msgid "reCAPTCHA language"
459
+ msgstr ""
460
+
461
+ #: includes/pro_banners.php:80
462
+ msgid "Use the current site language"
463
+ msgstr ""
464
+
465
+ #: includes/pro_banners.php:80
466
+ msgid "Using"
467
+ msgstr ""
468
+
469
+ #: includes/pro_banners.php:86
470
+ msgid "reCAPTCHA size"
471
+ msgstr ""
472
+
473
+ #, fuzzy
474
+ #~ msgid "You have entered an incorrect reCAPTCHA value."
475
+ #~ msgstr "Błąd: wprowadzono nieprawidłowy kod CAPTCHA."
476
+
477
  #~ msgid "powered by"
478
  #~ msgstr "opracowany przez"
479
 
538
  #~ msgid "Red"
539
  #~ msgstr "Czerwony"
540
 
 
 
 
541
  #~ msgid "Blackglass"
542
  #~ msgstr "Czarne szkło"
543
 
languages/google-captcha-pt_BR.mo CHANGED
Binary file
languages/google-captcha-pt_BR.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: 2016-07-25 11:34+0300\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: BestWebSoft team <wp@bestwebsoft.com>\n"
8
  "Language-Team: Elton Peetz Prado <epeetz@gmail.com>\n"
@@ -17,103 +17,103 @@ msgstr ""
17
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: google-captcha.php:34 google-captcha.php:422
21
  msgid "Google Captcha Settings"
22
  msgstr "Configurações Google Captcha"
23
 
24
- #: google-captcha.php:202
25
  msgid "Warning"
26
  msgstr ""
27
 
28
- #: google-captcha.php:202
29
  msgid ""
30
  "It has been found more than one reCAPTCHA in current form. In this case "
31
  "reCAPTCHA will not work properly. Please remove all unnecessary reCAPTCHA "
32
  "blocks."
33
  msgstr ""
34
 
35
- #: google-captcha.php:206
36
  #, fuzzy
37
- msgid "Error: You have entered an incorrect reCAPTCHA value."
38
  msgstr "Erro: Você digitou um CAPTCHA com valor incorreto."
39
 
40
- #: google-captcha.php:327
41
- msgid "Normal"
42
  msgstr ""
43
 
44
- #: google-captcha.php:328
45
- msgid "Compact"
46
- msgstr ""
47
-
48
- #: google-captcha.php:334
49
  #, fuzzy
50
  msgid "Site key"
51
  msgstr "URL do site"
52
 
53
- #: google-captcha.php:339
54
  msgid "Secret Key"
55
  msgstr ""
56
 
57
- #: google-captcha.php:347
58
  msgid "Login form"
59
  msgstr "Formulário de login"
60
 
61
- #: google-captcha.php:348
62
  msgid "Registration form"
63
  msgstr "Formulário de registro"
64
 
65
- #: google-captcha.php:349
66
  msgid "Reset password form"
67
  msgstr "Formulário de alterar senha"
68
 
69
- #: google-captcha.php:350
70
  msgid "Comments form"
71
  msgstr "Fomulário de comentários"
72
 
73
- #: google-captcha.php:369
74
  #, fuzzy
75
  msgid "Enter site key"
76
  msgstr "Digite a chave privada"
77
 
78
- #: google-captcha.php:370 google-captcha.php:376
79
  msgid "WARNING: The captcha will not display while you don't fill key fields."
80
  msgstr ""
81
  "AVISO: O captcha não será exibido enquanto você não preencher os campos-"
82
  "chave."
83
 
84
- #: google-captcha.php:375
85
  #, fuzzy
86
  msgid "Enter secret key"
87
  msgstr "Digite a chave privada"
88
 
89
- #: google-captcha.php:401
90
  msgid "Settings saved"
91
  msgstr "Configurações salvas"
92
 
93
- #: google-captcha.php:407
94
  #, fuzzy
95
- msgid "All plugin settings were restored."
96
  msgstr "página de configuração do plugin"
97
 
98
- #: google-captcha.php:424 google-captcha.php:1128 google-captcha.php:1150
99
  msgid "Settings"
100
  msgstr "Configurações"
101
 
102
- #: google-captcha.php:425
 
 
 
 
103
  msgid "Custom code"
104
  msgstr ""
105
 
106
- #: google-captcha.php:426
107
  msgid "Go PRO"
108
  msgstr ""
109
 
110
- #: google-captcha.php:431
111
  msgid ""
112
  "Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
113
  "version 1 features."
114
  msgstr ""
115
 
116
- #: google-captcha.php:446
117
  #, fuzzy, php-format
118
  msgid ""
119
  "If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
@@ -122,7 +122,7 @@ msgstr ""
122
  "Se você quiser adicionar o Google Captcha para seu próprio formulário, basta "
123
  "copiar e colar este shortcode para o seu post ou página:"
124
 
125
- #: google-captcha.php:452
126
  #, php-format
127
  msgid ""
128
  "You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
@@ -131,172 +131,149 @@ msgid ""
131
  "your own form , please use the shortcode %s"
132
  msgstr ""
133
 
134
- #: google-captcha.php:460
135
  msgid "Authentication"
136
  msgstr "Autenticação"
137
 
138
- #: google-captcha.php:461
139
  #, fuzzy, php-format
140
  msgid "Before you are able to do something, you must to register %shere%s"
141
  msgstr "Antes de você fazer alguma coisa, deve se registrar %s aqui %s"
142
 
143
- #: google-captcha.php:462
144
  #, fuzzy
145
- msgid "Enter site key and secret key, that you get after registration."
146
  msgstr "Digite as chaves públicas e privadas, que você recebe após o registro."
147
 
148
- #: google-captcha.php:477
149
  msgid "Test Keys"
150
  msgstr ""
151
 
152
- #: google-captcha.php:480
153
  msgid "Options"
154
  msgstr "Opções"
155
 
156
- #: google-captcha.php:483
157
  msgid "Enable reCAPTCHA for"
158
  msgstr ""
159
 
160
- #: google-captcha.php:487
161
  #, fuzzy
162
  msgid "WordPress default"
163
  msgstr "Versão do WordPress"
164
 
165
- #: google-captcha.php:496
166
  msgid "This option is available only for network or for main blog"
167
  msgstr ""
168
 
169
- #: google-captcha.php:504
170
  msgid "Plugins"
171
  msgstr "Plugins"
172
 
173
- #: google-captcha.php:512 google-captcha.php:517
174
  #, php-format
175
  msgid "You should %s to use this functionality"
176
  msgstr ""
177
 
178
- #: google-captcha.php:513
179
  #, fuzzy
180
  msgid "activate"
181
  msgstr "Ativar"
182
 
183
- #: google-captcha.php:513
184
  msgid "for network"
185
  msgstr ""
186
 
187
- #: google-captcha.php:518
188
  msgid "download"
189
  msgstr ""
190
 
191
- #: google-captcha.php:522
192
- msgid "Check off for adding captcha to forms on their settings pages."
193
- msgstr ""
194
-
195
- #: google-captcha.php:533 google-captcha.php:610
196
- msgid "Close"
197
  msgstr ""
198
 
199
- #: google-captcha.php:545 google-captcha.php:646
200
- msgid "Unlock premium options by upgrading to Pro version"
201
- msgstr ""
202
-
203
- #: google-captcha.php:548 google-captcha.php:649
204
- msgid "Learn More"
205
- msgstr ""
206
-
207
- #: google-captcha.php:554
208
  #, php-format
209
  msgid ""
210
  "If you would like to add Google Captcha (reCAPTCHA) to a custom form see %s"
211
  msgstr ""
212
 
213
- #: google-captcha.php:554 google-captcha.php:1151
214
  msgid "FAQ"
215
  msgstr "FAQ"
216
 
217
- #: google-captcha.php:559
218
  #, fuzzy
219
  msgid "Hide reCAPTCHA in Comments form for"
220
  msgstr "Versão do PHP"
221
 
222
- #: google-captcha.php:571
 
 
 
 
 
 
 
 
 
 
 
223
  #, fuzzy
224
  msgid "reCAPTCHA version"
225
  msgstr "Versão do PHP"
226
 
227
- #: google-captcha.php:574 google-captcha.php:575 google-captcha.php:576
228
- #: google-captcha.php:577
229
  #, fuzzy
230
  msgid "version"
231
  msgstr "Versão do PHP"
232
 
233
- #: google-captcha.php:583 google-captcha.php:596
234
  #, fuzzy
235
  msgid "reCAPTCHA theme"
236
  msgstr "Versão do PHP"
237
 
238
- #: google-captcha.php:584 google-captcha.php:597 google-captcha.php:628
239
  #, fuzzy
240
  msgid "for version"
241
  msgstr "Versão do PHP"
242
 
243
- #: google-captcha.php:614
244
- #, fuzzy
245
- msgid "reCAPTCHA language"
246
- msgstr "Versão do PHP"
247
-
248
- #: google-captcha.php:621
249
- msgid "Use the current site language"
250
- msgstr ""
251
-
252
- #: google-captcha.php:621
253
- msgid "Using"
254
- msgstr ""
255
-
256
- #: google-captcha.php:627
257
- #, fuzzy
258
- msgid "reCAPTCHA size"
259
- msgstr "Versão do PHP"
260
-
261
- #: google-captcha.php:656
262
  msgid "Save Changes"
263
  msgstr "Salvar alterações"
264
 
265
- #: google-captcha.php:710 google-captcha.php:1167
266
  msgid "To use Google Captcha you must get the keys from"
267
  msgstr "Para usar o Google Captcha é necessário obter as chaves de"
268
 
269
- #: google-captcha.php:711 google-captcha.php:1168
270
  msgid "here"
271
  msgstr "aqui"
272
 
273
- #: google-captcha.php:712 google-captcha.php:1169
274
  msgid "and enter them on the"
275
  msgstr "e inserí-los no"
276
 
277
- #: google-captcha.php:714 google-captcha.php:1171
278
  msgid "plugin setting page"
279
  msgstr "página de configuração do plugin"
280
 
281
- #: google-captcha.php:900 google-captcha.php:948
282
  msgid "Error"
283
  msgstr ""
284
 
285
- #: google-captcha.php:900 google-captcha.php:948
 
286
  #, fuzzy
287
- msgid "You have entered an incorrect reCAPTCHA value."
288
  msgstr "Erro: Você digitou um CAPTCHA com valor incorreto."
289
 
290
- #: google-captcha.php:978 google-captcha.php:1007 google-captcha.php:1033
291
  msgid "ERROR"
292
  msgstr ""
293
 
294
- #: google-captcha.php:978 google-captcha.php:1007
295
- #, fuzzy
296
- msgid "You have entered an incorrect reCAPTCHA value"
297
- msgstr "Erro: Você digitou um CAPTCHA com valor incorreto."
298
-
299
- #: google-captcha.php:1033
300
  #, fuzzy
301
  msgid ""
302
  "You have entered an incorrect reCAPTCHA value. Click the BACK button on your "
@@ -305,47 +282,203 @@ msgstr ""
305
  "Erro: Você digitou um CAPTCHA com valor incorreto. Clique no botão Voltar do "
306
  "seu navegador e tente novamente."
307
 
308
- #: google-captcha.php:1064
309
  msgid "Please, complete the captcha and submit \"Test verification\""
310
  msgstr ""
311
 
312
- #: google-captcha.php:1068
313
  msgid "Test verification"
314
  msgstr ""
315
 
316
- #: google-captcha.php:1082 google-captcha.php:1091
317
- msgid "The user response was missing."
318
  msgstr ""
319
 
320
- #: google-captcha.php:1084
321
- msgid "The Secret Key is missing."
322
  msgstr ""
323
 
324
- #: google-captcha.php:1087 google-captcha.php:1096
325
  msgid "The Secret Key is invalid"
326
  msgstr ""
327
 
328
- #: google-captcha.php:1088 google-captcha.php:1097
329
  msgid "Check your domain configuration"
330
  msgstr ""
331
 
332
- #: google-captcha.php:1089 google-captcha.php:1098
333
  #, fuzzy
334
  msgid "and enter it again"
335
  msgstr "e inserí-los no"
336
 
337
- #: google-captcha.php:1092 google-captcha.php:1100
338
- msgid "The user response is invalid."
339
  msgstr ""
340
 
341
- #: google-captcha.php:1109
342
- msgid "The verification is successfully completed."
343
  msgstr ""
344
 
345
- #: google-captcha.php:1152
346
  msgid "Support"
347
  msgstr "Suporte"
348
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
349
  #, fuzzy
350
  #~ msgid "Read more."
351
  #~ msgstr "Saber mais"
2
  msgstr ""
3
  "Project-Id-Version: Google Сaptcha\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-10-20 14:09+0300\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: BestWebSoft team <wp@bestwebsoft.com>\n"
8
  "Language-Team: Elton Peetz Prado <epeetz@gmail.com>\n"
17
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
+ #: google-captcha.php:34 google-captcha.php:561
21
  msgid "Google Captcha Settings"
22
  msgstr "Configurações Google Captcha"
23
 
24
+ #: google-captcha.php:237
25
  msgid "Warning"
26
  msgstr ""
27
 
28
+ #: google-captcha.php:237
29
  msgid ""
30
  "It has been found more than one reCAPTCHA in current form. In this case "
31
  "reCAPTCHA will not work properly. Please remove all unnecessary reCAPTCHA "
32
  "blocks."
33
  msgstr ""
34
 
35
+ #: google-captcha.php:241
36
  #, fuzzy
37
+ msgid "Error: You have entered an incorrect reCAPTCHA value"
38
  msgstr "Erro: Você digitou um CAPTCHA com valor incorreto."
39
 
40
+ #: google-captcha.php:345
41
+ msgid "You are in the whitelist"
42
  msgstr ""
43
 
44
+ #: google-captcha.php:472
 
 
 
 
45
  #, fuzzy
46
  msgid "Site key"
47
  msgstr "URL do site"
48
 
49
+ #: google-captcha.php:477
50
  msgid "Secret Key"
51
  msgstr ""
52
 
53
+ #: google-captcha.php:485
54
  msgid "Login form"
55
  msgstr "Formulário de login"
56
 
57
+ #: google-captcha.php:486
58
  msgid "Registration form"
59
  msgstr "Formulário de registro"
60
 
61
+ #: google-captcha.php:487
62
  msgid "Reset password form"
63
  msgstr "Formulário de alterar senha"
64
 
65
+ #: google-captcha.php:488
66
  msgid "Comments form"
67
  msgstr "Fomulário de comentários"
68
 
69
+ #: google-captcha.php:507
70
  #, fuzzy
71
  msgid "Enter site key"
72
  msgstr "Digite a chave privada"
73
 
74
+ #: google-captcha.php:508 google-captcha.php:514
75
  msgid "WARNING: The captcha will not display while you don't fill key fields."
76
  msgstr ""
77
  "AVISO: O captcha não será exibido enquanto você não preencher os campos-"
78
  "chave."
79
 
80
+ #: google-captcha.php:513
81
  #, fuzzy
82
  msgid "Enter secret key"
83
  msgstr "Digite a chave privada"
84
 
85
+ #: google-captcha.php:540
86
  msgid "Settings saved"
87
  msgstr "Configurações salvas"
88
 
89
+ #: google-captcha.php:546
90
  #, fuzzy
91
+ msgid "All plugin settings were restored"
92
  msgstr "página de configuração do plugin"
93
 
94
+ #: google-captcha.php:563 google-captcha.php:1235 google-captcha.php:1256
95
  msgid "Settings"
96
  msgstr "Configurações"
97
 
98
+ #: google-captcha.php:564
99
+ msgid "Whitelist"
100
+ msgstr ""
101
+
102
+ #: google-captcha.php:565
103
  msgid "Custom code"
104
  msgstr ""
105
 
106
+ #: google-captcha.php:566
107
  msgid "Go PRO"
108
  msgstr ""
109
 
110
+ #: google-captcha.php:571
111
  msgid ""
112
  "Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
113
  "version 1 features."
114
  msgstr ""
115
 
116
+ #: google-captcha.php:586
117
  #, fuzzy, php-format
118
  msgid ""
119
  "If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
122
  "Se você quiser adicionar o Google Captcha para seu próprio formulário, basta "
123
  "copiar e colar este shortcode para o seu post ou página:"
124
 
125
+ #: google-captcha.php:592
126
  #, php-format
127
  msgid ""
128
  "You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
131
  "your own form , please use the shortcode %s"
132
  msgstr ""
133
 
134
+ #: google-captcha.php:600
135
  msgid "Authentication"
136
  msgstr "Autenticação"
137
 
138
+ #: google-captcha.php:601
139
  #, fuzzy, php-format
140
  msgid "Before you are able to do something, you must to register %shere%s"
141
  msgstr "Antes de você fazer alguma coisa, deve se registrar %s aqui %s"
142
 
143
+ #: google-captcha.php:602
144
  #, fuzzy
145
+ msgid "Enter site key and secret key, that you get after registration"
146
  msgstr "Digite as chaves públicas e privadas, que você recebe após o registro."
147
 
148
+ #: google-captcha.php:617
149
  msgid "Test Keys"
150
  msgstr ""
151
 
152
+ #: google-captcha.php:620
153
  msgid "Options"
154
  msgstr "Opções"
155
 
156
+ #: google-captcha.php:623
157
  msgid "Enable reCAPTCHA for"
158
  msgstr ""
159
 
160
+ #: google-captcha.php:627
161
  #, fuzzy
162
  msgid "WordPress default"
163
  msgstr "Versão do WordPress"
164
 
165
+ #: google-captcha.php:636
166
  msgid "This option is available only for network or for main blog"
167
  msgstr ""
168
 
169
+ #: google-captcha.php:644
170
  msgid "Plugins"
171
  msgstr "Plugins"
172
 
173
+ #: google-captcha.php:652 google-captcha.php:657
174
  #, php-format
175
  msgid "You should %s to use this functionality"
176
  msgstr ""
177
 
178
+ #: google-captcha.php:653
179
  #, fuzzy
180
  msgid "activate"
181
  msgstr "Ativar"
182
 
183
+ #: google-captcha.php:653
184
  msgid "for network"
185
  msgstr ""
186
 
187
+ #: google-captcha.php:658
188
  msgid "download"
189
  msgstr ""
190
 
191
+ #: google-captcha.php:662
192
+ msgid "Check off for adding captcha to forms on their settings pages"
 
 
 
 
193
  msgstr ""
194
 
195
+ #: google-captcha.php:671
 
 
 
 
 
 
 
 
196
  #, php-format
197
  msgid ""
198
  "If you would like to add Google Captcha (reCAPTCHA) to a custom form see %s"
199
  msgstr ""
200
 
201
+ #: google-captcha.php:671 google-captcha.php:1257
202
  msgid "FAQ"
203
  msgstr "FAQ"
204
 
205
+ #: google-captcha.php:676
206
  #, fuzzy
207
  msgid "Hide reCAPTCHA in Comments form for"
208
  msgstr "Versão do PHP"
209
 
210
+ #: google-captcha.php:688
211
+ #, fuzzy
212
+ msgid "Whitelist notification"
213
+ msgstr "Autenticação"
214
+
215
+ #: google-captcha.php:694
216
+ msgid ""
217
+ "This message will be displayed instead of the reCAPTCHA If the user IP is "
218
+ "added to the whitelist"
219
+ msgstr ""
220
+
221
+ #: google-captcha.php:701
222
  #, fuzzy
223
  msgid "reCAPTCHA version"
224
  msgstr "Versão do PHP"
225
 
226
+ #: google-captcha.php:704 google-captcha.php:705 google-captcha.php:706
227
+ #: google-captcha.php:707
228
  #, fuzzy
229
  msgid "version"
230
  msgstr "Versão do PHP"
231
 
232
+ #: google-captcha.php:713 google-captcha.php:726
233
  #, fuzzy
234
  msgid "reCAPTCHA theme"
235
  msgstr "Versão do PHP"
236
 
237
+ #: google-captcha.php:714 google-captcha.php:727 includes/pro_banners.php:87
238
  #, fuzzy
239
  msgid "for version"
240
  msgstr "Versão do PHP"
241
 
242
+ #: google-captcha.php:739
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
243
  msgid "Save Changes"
244
  msgstr "Salvar alterações"
245
 
246
+ #: google-captcha.php:803 google-captcha.php:1276
247
  msgid "To use Google Captcha you must get the keys from"
248
  msgstr "Para usar o Google Captcha é necessário obter as chaves de"
249
 
250
+ #: google-captcha.php:804 google-captcha.php:1277
251
  msgid "here"
252
  msgstr "aqui"
253
 
254
+ #: google-captcha.php:805 google-captcha.php:1278
255
  msgid "and enter them on the"
256
  msgstr "e inserí-los no"
257
 
258
+ #: google-captcha.php:807 google-captcha.php:1280
259
  msgid "plugin setting page"
260
  msgstr "página de configuração do plugin"
261
 
262
+ #: google-captcha.php:1000 google-captcha.php:1048
263
  msgid "Error"
264
  msgstr ""
265
 
266
+ #: google-captcha.php:1000 google-captcha.php:1048 google-captcha.php:1078
267
+ #: google-captcha.php:1107
268
  #, fuzzy
269
+ msgid "You have entered an incorrect reCAPTCHA value"
270
  msgstr "Erro: Você digitou um CAPTCHA com valor incorreto."
271
 
272
+ #: google-captcha.php:1078 google-captcha.php:1107 google-captcha.php:1133
273
  msgid "ERROR"
274
  msgstr ""
275
 
276
+ #: google-captcha.php:1133
 
 
 
 
 
277
  #, fuzzy
278
  msgid ""
279
  "You have entered an incorrect reCAPTCHA value. Click the BACK button on your "
282
  "Erro: Você digitou um CAPTCHA com valor incorreto. Clique no botão Voltar do "
283
  "seu navegador e tente novamente."
284
 
285
+ #: google-captcha.php:1171
286
  msgid "Please, complete the captcha and submit \"Test verification\""
287
  msgstr ""
288
 
289
+ #: google-captcha.php:1175
290
  msgid "Test verification"
291
  msgstr ""
292
 
293
+ #: google-captcha.php:1190 google-captcha.php:1199
294
+ msgid "The user response was missing"
295
  msgstr ""
296
 
297
+ #: google-captcha.php:1192
298
+ msgid "The Secret Key is missing"
299
  msgstr ""
300
 
301
+ #: google-captcha.php:1195 google-captcha.php:1204
302
  msgid "The Secret Key is invalid"
303
  msgstr ""
304
 
305
+ #: google-captcha.php:1196 google-captcha.php:1205
306
  msgid "Check your domain configuration"
307
  msgstr ""
308
 
309
+ #: google-captcha.php:1197 google-captcha.php:1206
310
  #, fuzzy
311
  msgid "and enter it again"
312
  msgstr "e inserí-los no"
313
 
314
+ #: google-captcha.php:1200 google-captcha.php:1208
315
+ msgid "The user response is invalid"
316
  msgstr ""
317
 
318
+ #: google-captcha.php:1217
319
+ msgid "The verification is successfully completed"
320
  msgstr ""
321
 
322
+ #: google-captcha.php:1258
323
  msgid "Support"
324
  msgstr "Suporte"
325
 
326
+ #: includes/whitelist.php:64
327
+ msgid "For IP addresses from the whitelist reCAPTCHA will not be displayed"
328
+ msgstr ""
329
+
330
+ #: includes/whitelist.php:71
331
+ msgid "Add IP to the whitelist"
332
+ msgstr ""
333
+
334
+ #: includes/whitelist.php:75
335
+ #, fuzzy
336
+ msgid "Save changes"
337
+ msgstr "Salvar alterações"
338
+
339
+ #: includes/whitelist.php:92
340
+ msgid "My IP"
341
+ msgstr ""
342
+
343
+ #: includes/whitelist.php:96
344
+ msgid "Save IP to the whitelist"
345
+ msgstr ""
346
+
347
+ #: includes/whitelist.php:100 includes/pro_banners.php:45
348
+ msgid "Allowed formats"
349
+ msgstr ""
350
+
351
+ #: includes/whitelist.php:101
352
+ msgid "Allowed diapason"
353
+ msgstr ""
354
+
355
+ #: includes/whitelist.php:106
356
+ msgid "Search IP"
357
+ msgstr ""
358
+
359
+ #: includes/whitelist.php:160
360
+ msgid "Nothing found"
361
+ msgstr ""
362
+
363
+ #: includes/whitelist.php:160
364
+ msgid "No IP in the whitelist"
365
+ msgstr ""
366
+
367
+ #: includes/whitelist.php:167
368
+ msgid "IP address"
369
+ msgstr ""
370
+
371
+ #: includes/whitelist.php:168
372
+ msgid "Date added"
373
+ msgstr ""
374
+
375
+ #: includes/whitelist.php:222 includes/whitelist.php:232
376
+ msgid "Remove from the whitelist"
377
+ msgstr ""
378
+
379
+ #: includes/whitelist.php:318
380
+ msgid "IP added to the whitelist successfully"
381
+ msgstr ""
382
+
383
+ #: includes/whitelist.php:320 includes/whitelist.php:341
384
+ #: includes/whitelist.php:351
385
+ msgid "Some errors occured"
386
+ msgstr ""
387
+
388
+ #: includes/whitelist.php:322
389
+ msgid "IP is already in the whitelist"
390
+ msgstr ""
391
+
392
+ #: includes/whitelist.php:325
393
+ msgid "Invalid IP. See allowed formats."
394
+ msgstr ""
395
+
396
+ #: includes/whitelist.php:347
397
+ msgid "One IP was deleted successfully"
398
+ msgstr ""
399
+
400
+ #: includes/whitelist.php:354
401
+ msgid "You have not entered any IP"
402
+ msgstr ""
403
+
404
+ #: includes/whitelist.php:357
405
+ msgid "You have not entered any IP in to the search form"
406
+ msgstr ""
407
+
408
+ #: includes/whitelist.php:359
409
+ msgid "Search results for"
410
+ msgstr ""
411
+
412
+ #: includes/pro_banners.php:17
413
+ msgid "This options is available in Pro version of plugin"
414
+ msgstr ""
415
+
416
+ #: includes/pro_banners.php:20
417
+ msgid "Close"
418
+ msgstr ""
419
+
420
+ #: includes/pro_banners.php:28
421
+ msgid "Unlock premium options by upgrading to Pro version"
422
+ msgstr ""
423
+
424
+ #: includes/pro_banners.php:30
425
+ msgid "Learn More"
426
+ msgstr ""
427
+
428
+ #: includes/pro_banners.php:43
429
+ msgid "Reason"
430
+ msgstr ""
431
+
432
+ #: includes/pro_banners.php:46
433
+ msgid "Allowed separators for IPs: a comma"
434
+ msgstr ""
435
+
436
+ #: includes/pro_banners.php:46 includes/pro_banners.php:47
437
+ msgid "semicolon"
438
+ msgstr ""
439
+
440
+ #: includes/pro_banners.php:46
441
+ msgid "ordinary space, tab, new line or carriage return"
442
+ msgstr ""
443
+
444
+ #: includes/pro_banners.php:47
445
+ msgid "Allowed separators for reasons: a comma"
446
+ msgstr ""
447
+
448
+ #: includes/pro_banners.php:47
449
+ msgid "tab, new line or carriage return"
450
+ msgstr ""
451
+
452
+ #: includes/pro_banners.php:68
453
+ msgid "Normal"
454
+ msgstr ""
455
+
456
+ #: includes/pro_banners.php:69
457
+ msgid "Compact"
458
+ msgstr ""
459
+
460
+ #: includes/pro_banners.php:73
461
+ #, fuzzy
462
+ msgid "reCAPTCHA language"
463
+ msgstr "Versão do PHP"
464
+
465
+ #: includes/pro_banners.php:80
466
+ msgid "Use the current site language"
467
+ msgstr ""
468
+
469
+ #: includes/pro_banners.php:80
470
+ msgid "Using"
471
+ msgstr ""
472
+
473
+ #: includes/pro_banners.php:86
474
+ #, fuzzy
475
+ msgid "reCAPTCHA size"
476
+ msgstr "Versão do PHP"
477
+
478
+ #, fuzzy
479
+ #~ msgid "You have entered an incorrect reCAPTCHA value."
480
+ #~ msgstr "Erro: Você digitou um CAPTCHA com valor incorreto."
481
+
482
  #, fuzzy
483
  #~ msgid "Read more."
484
  #~ msgstr "Saber mais"
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: 2016-07-25 11:34+0300\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: BestWebSoft team <wp@bestwebsoft.com>\n"
8
  "Language-Team: the BestWebSoft Team <plugin@bestwebsoft.com>\n"
@@ -16,15 +16,15 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: google-captcha.php:34 google-captcha.php:422
20
  msgid "Google Captcha Settings"
21
  msgstr "Настройки Google Captcha"
22
 
23
- #: google-captcha.php:202
24
  msgid "Warning"
25
  msgstr "Внимание"
26
 
27
- #: google-captcha.php:202
28
  msgid ""
29
  "It has been found more than one reCAPTCHA in current form. In this case "
30
  "reCAPTCHA will not work properly. Please remove all unnecessary reCAPTCHA "
@@ -34,77 +34,77 @@ msgstr ""
34
  "reCAPTCHA не будет работать корректно. Пожалуйста, удалите все лишние блоки "
35
  "reCAPTCHA."
36
 
37
- #: google-captcha.php:206
38
- msgid "Error: You have entered an incorrect reCAPTCHA value."
39
- msgstr "Ошибка: Вы ввели неверное значение reCAPTCHA."
40
 
41
- #: google-captcha.php:327
42
- msgid "Normal"
43
- msgstr "Нормальный"
44
 
45
- #: google-captcha.php:328
46
- msgid "Compact"
47
- msgstr "Компактный"
48
-
49
- #: google-captcha.php:334
50
  msgid "Site key"
51
  msgstr "Ключ"
52
 
53
- #: google-captcha.php:339
54
  msgid "Secret Key"
55
  msgstr "Секретный ключ"
56
 
57
- #: google-captcha.php:347
58
  msgid "Login form"
59
  msgstr "Форма логина"
60
 
61
- #: google-captcha.php:348
62
  msgid "Registration form"
63
  msgstr "Форма регистрации"
64
 
65
- #: google-captcha.php:349
66
  msgid "Reset password form"
67
  msgstr "Форма восстановления пароля"
68
 
69
- #: google-captcha.php:350
70
  msgid "Comments form"
71
  msgstr "Форма комментариев"
72
 
73
- #: google-captcha.php:369
74
  msgid "Enter site key"
75
  msgstr "Введите ключ"
76
 
77
- #: google-captcha.php:370 google-captcha.php:376
78
  msgid "WARNING: The captcha will not display while you don't fill key fields."
79
  msgstr ""
80
  "ПРЕДУПРЕЖДЕНИЕ: Google Captcha не будет отображаться пока вы не заполните "
81
  "ключевые поля."
82
 
83
- #: google-captcha.php:375
84
  msgid "Enter secret key"
85
  msgstr "Введите секретный ключ"
86
 
87
- #: google-captcha.php:401
88
  msgid "Settings saved"
89
  msgstr "Настройки сохранены"
90
 
91
- #: google-captcha.php:407
92
- msgid "All plugin settings were restored."
93
- msgstr "Настройки плагина были восстановлены."
94
 
95
- #: google-captcha.php:424 google-captcha.php:1128 google-captcha.php:1150
96
  msgid "Settings"
97
  msgstr "Настройки"
98
 
99
- #: google-captcha.php:425
 
 
 
 
100
  msgid "Custom code"
101
  msgstr "Пользовательский код"
102
 
103
- #: google-captcha.php:426
104
  msgid "Go PRO"
105
  msgstr "Перейти на PRO версию"
106
 
107
- #: google-captcha.php:431
108
  msgid ""
109
  "Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
110
  "version 1 features."
@@ -112,7 +112,7 @@ msgstr ""
112
  "В связи с особенностями работы reCAPTCHA версии 1 на странице может "
113
  "отображаться только одна reCAPTCHA."
114
 
115
- #: google-captcha.php:446
116
  #, php-format
117
  msgid ""
118
  "If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
@@ -121,7 +121,7 @@ msgstr ""
121
  "Если вы хотите добавить Google Captcha (reCAPTCHA) на вашу страницу или "
122
  "пост, то используйте кнопку %s"
123
 
124
- #: google-captcha.php:452
125
  #, php-format
126
  msgid ""
127
  "You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
@@ -134,79 +134,67 @@ msgstr ""
134
  "кнопка не отображается или вы хотите добавить Google Captcha (reCAPTCHA) в "
135
  "вашу собственную форму, пожалуйста, используйте шорткод %s"
136
 
137
- #: google-captcha.php:460
138
  msgid "Authentication"
139
  msgstr "Идентификация"
140
 
141
- #: google-captcha.php:461
142
  #, php-format
143
  msgid "Before you are able to do something, you must to register %shere%s"
144
  msgstr ""
145
  "Прежде чем вы сможете сделать что-нибудь, вы должны зарегистрироваться "
146
  "%sздесь%s"
147
 
148
- #: google-captcha.php:462
149
- msgid "Enter site key and secret key, that you get after registration."
150
- msgstr "Введите ключ и секретный ключ, которые вы получили после регистрации."
151
 
152
- #: google-captcha.php:477
153
  msgid "Test Keys"
154
  msgstr "Тестирование ключей"
155
 
156
- #: google-captcha.php:480
157
  msgid "Options"
158
  msgstr "Опции"
159
 
160
- #: google-captcha.php:483
161
  msgid "Enable reCAPTCHA for"
162
  msgstr "Включить reCAPTCHA для"
163
 
164
- #: google-captcha.php:487
165
  msgid "WordPress default"
166
  msgstr "Стандартных форм WordPress"
167
 
168
- #: google-captcha.php:496
169
  msgid "This option is available only for network or for main blog"
170
  msgstr "Эта опция доступна только для сети или для основного блога"
171
 
172
- #: google-captcha.php:504
173
  msgid "Plugins"
174
  msgstr "Плагинов"
175
 
176
- #: google-captcha.php:512 google-captcha.php:517
177
  #, php-format
178
  msgid "You should %s to use this functionality"
179
  msgstr "Чтобы использовать этот функционал %s"
180
 
181
- #: google-captcha.php:513
182
  msgid "activate"
183
  msgstr "активируйте"
184
 
185
- #: google-captcha.php:513
186
  msgid "for network"
187
  msgstr "для сети"
188
 
189
- #: google-captcha.php:518
190
  msgid "download"
191
  msgstr "загрузить"
192
 
193
- #: google-captcha.php:522
194
- msgid "Check off for adding captcha to forms on their settings pages."
195
- msgstr "Включите для добавления капчи к формам на страницах их настроек."
196
 
197
- #: google-captcha.php:533 google-captcha.php:610
198
- msgid "Close"
199
- msgstr "Закрыть"
200
-
201
- #: google-captcha.php:545 google-captcha.php:646
202
- msgid "Unlock premium options by upgrading to Pro version"
203
- msgstr "Активируйте премиум опции обновившись до Pro версии"
204
-
205
- #: google-captcha.php:548 google-captcha.php:649
206
- msgid "Learn More"
207
- msgstr "Подробнее"
208
-
209
- #: google-captcha.php:554
210
  #, php-format
211
  msgid ""
212
  "If you would like to add Google Captcha (reCAPTCHA) to a custom form see %s"
@@ -214,84 +202,77 @@ msgstr ""
214
  "Если вы хотите добавить Google Captcha (reCAPTCHA) в кастомную форму, "
215
  "смотрите %s"
216
 
217
- #: google-captcha.php:554 google-captcha.php:1151
218
  msgid "FAQ"
219
  msgstr "FAQ"
220
 
221
- #: google-captcha.php:559
222
  msgid "Hide reCAPTCHA in Comments form for"
223
  msgstr "Скрыть reCAPTCHA в Форма комментариев для"
224
 
225
- #: google-captcha.php:571
 
 
 
 
 
 
 
 
 
 
 
 
226
  msgid "reCAPTCHA version"
227
  msgstr "Версия reCAPTCHA"
228
 
229
- #: google-captcha.php:574 google-captcha.php:575 google-captcha.php:576
230
- #: google-captcha.php:577
231
  msgid "version"
232
  msgstr "версия"
233
 
234
- #: google-captcha.php:583 google-captcha.php:596
235
  msgid "reCAPTCHA theme"
236
  msgstr "Тема reCAPTCHA"
237
 
238
- #: google-captcha.php:584 google-captcha.php:597 google-captcha.php:628
239
  msgid "for version"
240
  msgstr "для версии"
241
 
242
- #: google-captcha.php:614
243
- msgid "reCAPTCHA language"
244
- msgstr "Язык reCAPTCHA"
245
-
246
- #: google-captcha.php:621
247
- msgid "Use the current site language"
248
- msgstr "Использовать текущий язык сайта"
249
-
250
- #: google-captcha.php:621
251
- msgid "Using"
252
- msgstr "Используя"
253
-
254
- #: google-captcha.php:627
255
- msgid "reCAPTCHA size"
256
- msgstr "Размер reCAPTCHA"
257
-
258
- #: google-captcha.php:656
259
  msgid "Save Changes"
260
  msgstr "Сохранить изменения"
261
 
262
- #: google-captcha.php:710 google-captcha.php:1167
263
  msgid "To use Google Captcha you must get the keys from"
264
  msgstr "Чтобы использовать Google Captcha вам необходимо получить ключи"
265
 
266
- #: google-captcha.php:711 google-captcha.php:1168
267
  msgid "here"
268
  msgstr "здесь"
269
 
270
- #: google-captcha.php:712 google-captcha.php:1169
271
  msgid "and enter them on the"
272
  msgstr "и вставить их на"
273
 
274
- #: google-captcha.php:714 google-captcha.php:1171
275
  msgid "plugin setting page"
276
  msgstr "страницу настроек плагина"
277
 
278
- #: google-captcha.php:900 google-captcha.php:948
279
  msgid "Error"
280
  msgstr "Ошибка"
281
 
282
- #: google-captcha.php:900 google-captcha.php:948
283
- msgid "You have entered an incorrect reCAPTCHA value."
284
- msgstr "Ошибка: Вы ввели неверное значение reCAPTCHA."
 
285
 
286
- #: google-captcha.php:978 google-captcha.php:1007 google-captcha.php:1033
287
  msgid "ERROR"
288
  msgstr "ОШИБКА"
289
 
290
- #: google-captcha.php:978 google-captcha.php:1007
291
- msgid "You have entered an incorrect reCAPTCHA value"
292
- msgstr "Вы ввели неверное значение reCAPTCHA."
293
-
294
- #: google-captcha.php:1033
295
  msgid ""
296
  "You have entered an incorrect reCAPTCHA value. Click the BACK button on your "
297
  "browser, and try again."
@@ -299,46 +280,198 @@ msgstr ""
299
  "Ошибка: Вы ввели неверное значение reCAPTCHA. Нажмите копку НАЗАД в своем "
300
  "браузере и попытайтесь снова."
301
 
302
- #: google-captcha.php:1064
303
  msgid "Please, complete the captcha and submit \"Test verification\""
304
  msgstr "Пожалуйста, заполните капчу и нажмите кнопку \"Тестирование проверки\""
305
 
306
- #: google-captcha.php:1068
307
  msgid "Test verification"
308
  msgstr "Тестирование проверки"
309
 
310
- #: google-captcha.php:1082 google-captcha.php:1091
311
- msgid "The user response was missing."
312
- msgstr "Ответ пользователя отсутствует."
313
 
314
- #: google-captcha.php:1084
315
- msgid "The Secret Key is missing."
316
- msgstr "Секретный ключ отсутствует."
317
 
318
- #: google-captcha.php:1087 google-captcha.php:1096
319
  msgid "The Secret Key is invalid"
320
  msgstr "Секретный ключ некорректный"
321
 
322
- #: google-captcha.php:1088 google-captcha.php:1097
323
  msgid "Check your domain configuration"
324
  msgstr "Проверьте настройки вашего домена"
325
 
326
- #: google-captcha.php:1089 google-captcha.php:1098
327
  msgid "and enter it again"
328
  msgstr "и введите его снова"
329
 
330
- #: google-captcha.php:1092 google-captcha.php:1100
331
- msgid "The user response is invalid."
332
- msgstr "Некорректный ответ пользователя."
333
 
334
- #: google-captcha.php:1109
335
- msgid "The verification is successfully completed."
336
- msgstr "Проверка завершена успешно."
337
 
338
- #: google-captcha.php:1152
339
  msgid "Support"
340
  msgstr "Поддержка"
341
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
342
  #~ msgid ""
343
  #~ "Google Captcha version 2 will not work correctly, since the option "
344
  #~ "\"allow_url_fopen\" is disabled. Please contact your hosting support "
2
  msgstr ""
3
  "Project-Id-Version: Google Сaptcha\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-10-20 14:10+0300\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: BestWebSoft team <wp@bestwebsoft.com>\n"
8
  "Language-Team: the BestWebSoft Team <plugin@bestwebsoft.com>\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: google-captcha.php:34 google-captcha.php:561
20
  msgid "Google Captcha Settings"
21
  msgstr "Настройки Google Captcha"
22
 
23
+ #: google-captcha.php:237
24
  msgid "Warning"
25
  msgstr "Внимание"
26
 
27
+ #: google-captcha.php:237
28
  msgid ""
29
  "It has been found more than one reCAPTCHA in current form. In this case "
30
  "reCAPTCHA will not work properly. Please remove all unnecessary reCAPTCHA "
34
  "reCAPTCHA не будет работать корректно. Пожалуйста, удалите все лишние блоки "
35
  "reCAPTCHA."
36
 
37
+ #: google-captcha.php:241
38
+ msgid "Error: You have entered an incorrect reCAPTCHA value"
39
+ msgstr "Ошибка: Вы ввели неверное значение reCAPTCHA"
40
 
41
+ #: google-captcha.php:345
42
+ msgid "You are in the whitelist"
43
+ msgstr "Вы в белом списке"
44
 
45
+ #: google-captcha.php:472
 
 
 
 
46
  msgid "Site key"
47
  msgstr "Ключ"
48
 
49
+ #: google-captcha.php:477
50
  msgid "Secret Key"
51
  msgstr "Секретный ключ"
52
 
53
+ #: google-captcha.php:485
54
  msgid "Login form"
55
  msgstr "Форма логина"
56
 
57
+ #: google-captcha.php:486
58
  msgid "Registration form"
59
  msgstr "Форма регистрации"
60
 
61
+ #: google-captcha.php:487
62
  msgid "Reset password form"
63
  msgstr "Форма восстановления пароля"
64
 
65
+ #: google-captcha.php:488
66
  msgid "Comments form"
67
  msgstr "Форма комментариев"
68
 
69
+ #: google-captcha.php:507
70
  msgid "Enter site key"
71
  msgstr "Введите ключ"
72
 
73
+ #: google-captcha.php:508 google-captcha.php:514
74
  msgid "WARNING: The captcha will not display while you don't fill key fields."
75
  msgstr ""
76
  "ПРЕДУПРЕЖДЕНИЕ: Google Captcha не будет отображаться пока вы не заполните "
77
  "ключевые поля."
78
 
79
+ #: google-captcha.php:513
80
  msgid "Enter secret key"
81
  msgstr "Введите секретный ключ"
82
 
83
+ #: google-captcha.php:540
84
  msgid "Settings saved"
85
  msgstr "Настройки сохранены"
86
 
87
+ #: google-captcha.php:546
88
+ msgid "All plugin settings were restored"
89
+ msgstr "Настройки плагина были восстановлены"
90
 
91
+ #: google-captcha.php:563 google-captcha.php:1235 google-captcha.php:1256
92
  msgid "Settings"
93
  msgstr "Настройки"
94
 
95
+ #: google-captcha.php:564
96
+ msgid "Whitelist"
97
+ msgstr "Белый список"
98
+
99
+ #: google-captcha.php:565
100
  msgid "Custom code"
101
  msgstr "Пользовательский код"
102
 
103
+ #: google-captcha.php:566
104
  msgid "Go PRO"
105
  msgstr "Перейти на PRO версию"
106
 
107
+ #: google-captcha.php:571
108
  msgid ""
109
  "Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
110
  "version 1 features."
112
  "В связи с особенностями работы reCAPTCHA версии 1 на странице может "
113
  "отображаться только одна reCAPTCHA."
114
 
115
+ #: google-captcha.php:586
116
  #, php-format
117
  msgid ""
118
  "If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
121
  "Если вы хотите добавить Google Captcha (reCAPTCHA) на вашу страницу или "
122
  "пост, то используйте кнопку %s"
123
 
124
+ #: google-captcha.php:592
125
  #, php-format
126
  msgid ""
127
  "You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
134
  "кнопка не отображается или вы хотите добавить Google Captcha (reCAPTCHA) в "
135
  "вашу собственную форму, пожалуйста, используйте шорткод %s"
136
 
137
+ #: google-captcha.php:600
138
  msgid "Authentication"
139
  msgstr "Идентификация"
140
 
141
+ #: google-captcha.php:601
142
  #, php-format
143
  msgid "Before you are able to do something, you must to register %shere%s"
144
  msgstr ""
145
  "Прежде чем вы сможете сделать что-нибудь, вы должны зарегистрироваться "
146
  "%sздесь%s"
147
 
148
+ #: google-captcha.php:602
149
+ msgid "Enter site key and secret key, that you get after registration"
150
+ msgstr "Введите ключ и секретный ключ, которые вы получили после регистрации"
151
 
152
+ #: google-captcha.php:617
153
  msgid "Test Keys"
154
  msgstr "Тестирование ключей"
155
 
156
+ #: google-captcha.php:620
157
  msgid "Options"
158
  msgstr "Опции"
159
 
160
+ #: google-captcha.php:623
161
  msgid "Enable reCAPTCHA for"
162
  msgstr "Включить reCAPTCHA для"
163
 
164
+ #: google-captcha.php:627
165
  msgid "WordPress default"
166
  msgstr "Стандартных форм WordPress"
167
 
168
+ #: google-captcha.php:636
169
  msgid "This option is available only for network or for main blog"
170
  msgstr "Эта опция доступна только для сети или для основного блога"
171
 
172
+ #: google-captcha.php:644
173
  msgid "Plugins"
174
  msgstr "Плагинов"
175
 
176
+ #: google-captcha.php:652 google-captcha.php:657
177
  #, php-format
178
  msgid "You should %s to use this functionality"
179
  msgstr "Чтобы использовать этот функционал %s"
180
 
181
+ #: google-captcha.php:653
182
  msgid "activate"
183
  msgstr "активируйте"
184
 
185
+ #: google-captcha.php:653
186
  msgid "for network"
187
  msgstr "для сети"
188
 
189
+ #: google-captcha.php:658
190
  msgid "download"
191
  msgstr "загрузить"
192
 
193
+ #: google-captcha.php:662
194
+ msgid "Check off for adding captcha to forms on their settings pages"
195
+ msgstr "Выключите для добавления капчи к формам на страницах их настроек"
196
 
197
+ #: google-captcha.php:671
 
 
 
 
 
 
 
 
 
 
 
 
198
  #, php-format
199
  msgid ""
200
  "If you would like to add Google Captcha (reCAPTCHA) to a custom form see %s"
202
  "Если вы хотите добавить Google Captcha (reCAPTCHA) в кастомную форму, "
203
  "смотрите %s"
204
 
205
+ #: google-captcha.php:671 google-captcha.php:1257
206
  msgid "FAQ"
207
  msgstr "FAQ"
208
 
209
+ #: google-captcha.php:676
210
  msgid "Hide reCAPTCHA in Comments form for"
211
  msgstr "Скрыть reCAPTCHA в Форма комментариев для"
212
 
213
+ #: google-captcha.php:688
214
+ msgid "Whitelist notification"
215
+ msgstr "Уведомление о нахождении в белом списке"
216
+
217
+ #: google-captcha.php:694
218
+ msgid ""
219
+ "This message will be displayed instead of the reCAPTCHA If the user IP is "
220
+ "added to the whitelist"
221
+ msgstr ""
222
+ "Указанное сообщение будет отображаться вместо reCAPTCHA для IP адресов из "
223
+ "белого списка"
224
+
225
+ #: google-captcha.php:701
226
  msgid "reCAPTCHA version"
227
  msgstr "Версия reCAPTCHA"
228
 
229
+ #: google-captcha.php:704 google-captcha.php:705 google-captcha.php:706
230
+ #: google-captcha.php:707
231
  msgid "version"
232
  msgstr "версия"
233
 
234
+ #: google-captcha.php:713 google-captcha.php:726
235
  msgid "reCAPTCHA theme"
236
  msgstr "Тема reCAPTCHA"
237
 
238
+ #: google-captcha.php:714 google-captcha.php:727 includes/pro_banners.php:87
239
  msgid "for version"
240
  msgstr "для версии"
241
 
242
+ #: google-captcha.php:739
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
243
  msgid "Save Changes"
244
  msgstr "Сохранить изменения"
245
 
246
+ #: google-captcha.php:803 google-captcha.php:1276
247
  msgid "To use Google Captcha you must get the keys from"
248
  msgstr "Чтобы использовать Google Captcha вам необходимо получить ключи"
249
 
250
+ #: google-captcha.php:804 google-captcha.php:1277
251
  msgid "here"
252
  msgstr "здесь"
253
 
254
+ #: google-captcha.php:805 google-captcha.php:1278
255
  msgid "and enter them on the"
256
  msgstr "и вставить их на"
257
 
258
+ #: google-captcha.php:807 google-captcha.php:1280
259
  msgid "plugin setting page"
260
  msgstr "страницу настроек плагина"
261
 
262
+ #: google-captcha.php:1000 google-captcha.php:1048
263
  msgid "Error"
264
  msgstr "Ошибка"
265
 
266
+ #: google-captcha.php:1000 google-captcha.php:1048 google-captcha.php:1078
267
+ #: google-captcha.php:1107
268
+ msgid "You have entered an incorrect reCAPTCHA value"
269
+ msgstr "Вы ввели неверное значение reCAPTCHA."
270
 
271
+ #: google-captcha.php:1078 google-captcha.php:1107 google-captcha.php:1133
272
  msgid "ERROR"
273
  msgstr "ОШИБКА"
274
 
275
+ #: google-captcha.php:1133
 
 
 
 
276
  msgid ""
277
  "You have entered an incorrect reCAPTCHA value. Click the BACK button on your "
278
  "browser, and try again."
280
  "Ошибка: Вы ввели неверное значение reCAPTCHA. Нажмите копку НАЗАД в своем "
281
  "браузере и попытайтесь снова."
282
 
283
+ #: google-captcha.php:1171
284
  msgid "Please, complete the captcha and submit \"Test verification\""
285
  msgstr "Пожалуйста, заполните капчу и нажмите кнопку \"Тестирование проверки\""
286
 
287
+ #: google-captcha.php:1175
288
  msgid "Test verification"
289
  msgstr "Тестирование проверки"
290
 
291
+ #: google-captcha.php:1190 google-captcha.php:1199
292
+ msgid "The user response was missing"
293
+ msgstr "Ответ пользователя отсутствует"
294
 
295
+ #: google-captcha.php:1192
296
+ msgid "The Secret Key is missing"
297
+ msgstr "Секретный ключ отсутствует"
298
 
299
+ #: google-captcha.php:1195 google-captcha.php:1204
300
  msgid "The Secret Key is invalid"
301
  msgstr "Секретный ключ некорректный"
302
 
303
+ #: google-captcha.php:1196 google-captcha.php:1205
304
  msgid "Check your domain configuration"
305
  msgstr "Проверьте настройки вашего домена"
306
 
307
+ #: google-captcha.php:1197 google-captcha.php:1206
308
  msgid "and enter it again"
309
  msgstr "и введите его снова"
310
 
311
+ #: google-captcha.php:1200 google-captcha.php:1208
312
+ msgid "The user response is invalid"
313
+ msgstr "Некорректный ответ пользователя"
314
 
315
+ #: google-captcha.php:1217
316
+ msgid "The verification is successfully completed"
317
+ msgstr "Проверка завершена успешно"
318
 
319
+ #: google-captcha.php:1258
320
  msgid "Support"
321
  msgstr "Поддержка"
322
 
323
+ #: includes/whitelist.php:64
324
+ msgid "For IP addresses from the whitelist reCAPTCHA will not be displayed"
325
+ msgstr "Для IP адресов из белого списка reCAPTCHA отображаться не будет"
326
+
327
+ #: includes/whitelist.php:71
328
+ msgid "Add IP to the whitelist"
329
+ msgstr "Добавить IP в белый список"
330
+
331
+ #: includes/whitelist.php:75
332
+ msgid "Save changes"
333
+ msgstr "Сохранить изменения"
334
+
335
+ #: includes/whitelist.php:92
336
+ msgid "My IP"
337
+ msgstr "Мой IP"
338
+
339
+ #: includes/whitelist.php:96
340
+ msgid "Save IP to the whitelist"
341
+ msgstr "Сохранить IP в белый список"
342
+
343
+ #: includes/whitelist.php:100 includes/pro_banners.php:45
344
+ msgid "Allowed formats"
345
+ msgstr "Доступные форматы"
346
+
347
+ #: includes/whitelist.php:101
348
+ msgid "Allowed diapason"
349
+ msgstr "Доступные диапазоны"
350
+
351
+ #: includes/whitelist.php:106
352
+ msgid "Search IP"
353
+ msgstr "Искать IP"
354
+
355
+ #: includes/whitelist.php:160
356
+ msgid "Nothing found"
357
+ msgstr "Ничего не найдено"
358
+
359
+ #: includes/whitelist.php:160
360
+ msgid "No IP in the whitelist"
361
+ msgstr "Список IP пуст"
362
+
363
+ #: includes/whitelist.php:167
364
+ msgid "IP address"
365
+ msgstr "IP адрес"
366
+
367
+ #: includes/whitelist.php:168
368
+ msgid "Date added"
369
+ msgstr "Дата добавления"
370
+
371
+ #: includes/whitelist.php:222 includes/whitelist.php:232
372
+ msgid "Remove from the whitelist"
373
+ msgstr "Удалить из белого списка"
374
+
375
+ #: includes/whitelist.php:318
376
+ msgid "IP added to the whitelist successfully"
377
+ msgstr "IP был добавлен в белый список"
378
+
379
+ #: includes/whitelist.php:320 includes/whitelist.php:341
380
+ #: includes/whitelist.php:351
381
+ msgid "Some errors occured"
382
+ msgstr "Возникли некоторые ошибки"
383
+
384
+ #: includes/whitelist.php:322
385
+ msgid "IP is already in the whitelist"
386
+ msgstr "IP адрес уже в белом списке"
387
+
388
+ #: includes/whitelist.php:325
389
+ msgid "Invalid IP. See allowed formats."
390
+ msgstr "Неверный IP. Смотите доступные форматы."
391
+
392
+ #: includes/whitelist.php:347
393
+ msgid "One IP was deleted successfully"
394
+ msgstr "Один IP был успешно удалён"
395
+
396
+ #: includes/whitelist.php:354
397
+ msgid "You have not entered any IP"
398
+ msgstr "Вы не ввели IP"
399
+
400
+ #: includes/whitelist.php:357
401
+ msgid "You have not entered any IP in to the search form"
402
+ msgstr "Вы не ввели никакого значения в форму поиска"
403
+
404
+ #: includes/whitelist.php:359
405
+ msgid "Search results for"
406
+ msgstr "Результаты поиска для"
407
+
408
+ #: includes/pro_banners.php:17
409
+ msgid "This options is available in Pro version of plugin"
410
+ msgstr "Эта опция доступна в Pro версии плагина"
411
+
412
+ #: includes/pro_banners.php:20
413
+ msgid "Close"
414
+ msgstr "Закрыть"
415
+
416
+ #: includes/pro_banners.php:28
417
+ msgid "Unlock premium options by upgrading to Pro version"
418
+ msgstr "Активируйте премиум опции обновившись до Pro версии"
419
+
420
+ #: includes/pro_banners.php:30
421
+ msgid "Learn More"
422
+ msgstr "Подробнее"
423
+
424
+ #: includes/pro_banners.php:43
425
+ msgid "Reason"
426
+ msgstr "Причина"
427
+
428
+ #: includes/pro_banners.php:46
429
+ msgid "Allowed separators for IPs: a comma"
430
+ msgstr "Доступные разделители для IP-адресов: запятая"
431
+
432
+ #: includes/pro_banners.php:46 includes/pro_banners.php:47
433
+ msgid "semicolon"
434
+ msgstr "точка с запятой"
435
+
436
+ #: includes/pro_banners.php:46
437
+ msgid "ordinary space, tab, new line or carriage return"
438
+ msgstr "обычный пробел, табуляция или новая строка"
439
+
440
+ #: includes/pro_banners.php:47
441
+ msgid "Allowed separators for reasons: a comma"
442
+ msgstr "Доступные разделители для причин: запятая"
443
+
444
+ #: includes/pro_banners.php:47
445
+ msgid "tab, new line or carriage return"
446
+ msgstr "табуляция или новая строка"
447
+
448
+ #: includes/pro_banners.php:68
449
+ msgid "Normal"
450
+ msgstr "Нормальный"
451
+
452
+ #: includes/pro_banners.php:69
453
+ msgid "Compact"
454
+ msgstr "Компактный"
455
+
456
+ #: includes/pro_banners.php:73
457
+ msgid "reCAPTCHA language"
458
+ msgstr "Язык reCAPTCHA"
459
+
460
+ #: includes/pro_banners.php:80
461
+ msgid "Use the current site language"
462
+ msgstr "Использовать текущий язык сайта"
463
+
464
+ #: includes/pro_banners.php:80
465
+ msgid "Using"
466
+ msgstr "Используя"
467
+
468
+ #: includes/pro_banners.php:86
469
+ msgid "reCAPTCHA size"
470
+ msgstr "Размер reCAPTCHA"
471
+
472
+ #~ msgid "You have entered an incorrect reCAPTCHA value."
473
+ #~ msgstr "Ошибка: Вы ввели неверное значение reCAPTCHA."
474
+
475
  #~ msgid ""
476
  #~ "Google Captcha version 2 will not work correctly, since the option "
477
  #~ "\"allow_url_fopen\" is disabled. Please contact your hosting support "
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: 2016-07-25 11:34+0300\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: BestWebSoft team <wp@bestwebsoft.com>\n"
8
  "Language-Team: the BestWebSoft Team <plugin@bestwebsoft.com>\n"
@@ -16,15 +16,15 @@ msgstr ""
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: google-captcha.php:34 google-captcha.php:422
20
  msgid "Google Captcha Settings"
21
  msgstr "Налаштування Google Captcha"
22
 
23
- #: google-captcha.php:202
24
  msgid "Warning"
25
  msgstr "Увага"
26
 
27
- #: google-captcha.php:202
28
  msgid ""
29
  "It has been found more than one reCAPTCHA in current form. In this case "
30
  "reCAPTCHA will not work properly. Please remove all unnecessary reCAPTCHA "
@@ -34,76 +34,76 @@ msgstr ""
34
  "reCAPTCHA не буде працювати коректно. Будь-ласка видаліть усі зайві блоки "
35
  "reCAPTCHA."
36
 
37
- #: google-captcha.php:206
38
- msgid "Error: You have entered an incorrect reCAPTCHA value."
39
- msgstr "Помилка: Ви ввели невірне значення Captcha."
40
 
41
- #: google-captcha.php:327
42
- msgid "Normal"
43
- msgstr "Нормальний"
44
 
45
- #: google-captcha.php:328
46
- msgid "Compact"
47
- msgstr "Компактний"
48
-
49
- #: google-captcha.php:334
50
  msgid "Site key"
51
  msgstr "Ключ сайту"
52
 
53
- #: google-captcha.php:339
54
  msgid "Secret Key"
55
  msgstr "Секретний ключ"
56
 
57
- #: google-captcha.php:347
58
  msgid "Login form"
59
  msgstr "Форма логіну"
60
 
61
- #: google-captcha.php:348
62
  msgid "Registration form"
63
  msgstr "Форма реєстрації"
64
 
65
- #: google-captcha.php:349
66
  msgid "Reset password form"
67
  msgstr "Форма відновлення паролю"
68
 
69
- #: google-captcha.php:350
70
  msgid "Comments form"
71
  msgstr "Форма коментарів"
72
 
73
- #: google-captcha.php:369
74
  msgid "Enter site key"
75
  msgstr "Введіть ключ сайту"
76
 
77
- #: google-captcha.php:370 google-captcha.php:376
78
  msgid "WARNING: The captcha will not display while you don't fill key fields."
79
  msgstr ""
80
  "УВАГА: Капча не буде відображатись, поки ви не заповните необхідні поля."
81
 
82
- #: google-captcha.php:375
83
  msgid "Enter secret key"
84
  msgstr "Введіть секретний ключ"
85
 
86
- #: google-captcha.php:401
87
  msgid "Settings saved"
88
  msgstr "Налаштування збережено"
89
 
90
- #: google-captcha.php:407
91
- msgid "All plugin settings were restored."
92
- msgstr "Налаштування плагіна були відновлені."
93
 
94
- #: google-captcha.php:424 google-captcha.php:1128 google-captcha.php:1150
95
  msgid "Settings"
96
  msgstr "Налаштування"
97
 
98
- #: google-captcha.php:425
 
 
 
 
99
  msgid "Custom code"
100
  msgstr "Користувацький код"
101
 
102
- #: google-captcha.php:426
103
  msgid "Go PRO"
104
  msgstr "Перейти на PRO версію"
105
 
106
- #: google-captcha.php:431
107
  msgid ""
108
  "Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
109
  "version 1 features."
@@ -111,7 +111,7 @@ msgstr ""
111
  "У зв'язку з особливостями роботи reCAPTCHA версії 1 на сторінці може "
112
  "відображатися тільки одна reCAPTCHA."
113
 
114
- #: google-captcha.php:446
115
  #, php-format
116
  msgid ""
117
  "If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
@@ -120,7 +120,7 @@ msgstr ""
120
  "Якщо ви хочете додати Google Captcha (reCAPTCHA) на вашу сторінку або пост, "
121
  "то використовуйте кнопку %s"
122
 
123
- #: google-captcha.php:452
124
  #, php-format
125
  msgid ""
126
  "You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
@@ -133,77 +133,65 @@ msgstr ""
133
  "кнопка не відображається або ви хочете додати Google Captcha (reCAPTCHA) в "
134
  "вашу власну форму, будь ласка, використовуйте шорткод %s"
135
 
136
- #: google-captcha.php:460
137
  msgid "Authentication"
138
  msgstr "Ідентифікація"
139
 
140
- #: google-captcha.php:461
141
  #, php-format
142
  msgid "Before you are able to do something, you must to register %shere%s"
143
  msgstr "Щоб виконувати якісь дії, спершу зареєструйтесь %sтут%s"
144
 
145
- #: google-captcha.php:462
146
- msgid "Enter site key and secret key, that you get after registration."
147
- msgstr "Введіть відкритий і секретний ключі, які ви отримали після реєстрації."
148
 
149
- #: google-captcha.php:477
150
  msgid "Test Keys"
151
  msgstr "Тестування ключів"
152
 
153
- #: google-captcha.php:480
154
  msgid "Options"
155
  msgstr "Опції"
156
 
157
- #: google-captcha.php:483
158
  msgid "Enable reCAPTCHA for"
159
  msgstr "Включити reCAPTCHA для"
160
 
161
- #: google-captcha.php:487
162
  msgid "WordPress default"
163
  msgstr "Стандартних форм WordPress"
164
 
165
- #: google-captcha.php:496
166
  msgid "This option is available only for network or for main blog"
167
  msgstr "Ця опція доступна тільки для мережі або для основного блогу"
168
 
169
- #: google-captcha.php:504
170
  msgid "Plugins"
171
  msgstr "Плагінів"
172
 
173
- #: google-captcha.php:512 google-captcha.php:517
174
  #, php-format
175
  msgid "You should %s to use this functionality"
176
  msgstr "Щоб використовувати цей функціонал %s"
177
 
178
- #: google-captcha.php:513
179
  msgid "activate"
180
  msgstr "активувати"
181
 
182
- #: google-captcha.php:513
183
  msgid "for network"
184
  msgstr "для мережі"
185
 
186
- #: google-captcha.php:518
187
  msgid "download"
188
  msgstr "завантажити"
189
 
190
- #: google-captcha.php:522
191
- msgid "Check off for adding captcha to forms on their settings pages."
192
- msgstr "Увімкніть для додавання капчи до форм на сторінках їх налаштувань."
193
 
194
- #: google-captcha.php:533 google-captcha.php:610
195
- msgid "Close"
196
- msgstr "Закрити"
197
-
198
- #: google-captcha.php:545 google-captcha.php:646
199
- msgid "Unlock premium options by upgrading to Pro version"
200
- msgstr "Активуйте преміум опції оновившись до Pro версії"
201
-
202
- #: google-captcha.php:548 google-captcha.php:649
203
- msgid "Learn More"
204
- msgstr "Детальніше"
205
-
206
- #: google-captcha.php:554
207
  #, php-format
208
  msgid ""
209
  "If you would like to add Google Captcha (reCAPTCHA) to a custom form see %s"
@@ -211,84 +199,77 @@ msgstr ""
211
  "Якщо ви хочете додати Google Captcha (reCAPTCHA) в кастомний форму, дивіться "
212
  "%s"
213
 
214
- #: google-captcha.php:554 google-captcha.php:1151
215
  msgid "FAQ"
216
  msgstr "FAQ"
217
 
218
- #: google-captcha.php:559
219
  msgid "Hide reCAPTCHA in Comments form for"
220
  msgstr "Приховати reCAPTCHA у Формі коментарів для"
221
 
222
- #: google-captcha.php:571
 
 
 
 
 
 
 
 
 
 
 
 
223
  msgid "reCAPTCHA version"
224
  msgstr "Версія reCAPTCHA"
225
 
226
- #: google-captcha.php:574 google-captcha.php:575 google-captcha.php:576
227
- #: google-captcha.php:577
228
  msgid "version"
229
  msgstr "версія"
230
 
231
- #: google-captcha.php:583 google-captcha.php:596
232
  msgid "reCAPTCHA theme"
233
  msgstr "reCAPTCHA theme"
234
 
235
- #: google-captcha.php:584 google-captcha.php:597 google-captcha.php:628
236
  msgid "for version"
237
  msgstr "для версії"
238
 
239
- #: google-captcha.php:614
240
- msgid "reCAPTCHA language"
241
- msgstr "Мова reCAPTCHA"
242
-
243
- #: google-captcha.php:621
244
- msgid "Use the current site language"
245
- msgstr "Використовувати поточну мову сайту"
246
-
247
- #: google-captcha.php:621
248
- msgid "Using"
249
- msgstr "Використовуючи"
250
-
251
- #: google-captcha.php:627
252
- msgid "reCAPTCHA size"
253
- msgstr "Розмір reCAPTCHA"
254
-
255
- #: google-captcha.php:656
256
  msgid "Save Changes"
257
  msgstr "Зберегти зміни"
258
 
259
- #: google-captcha.php:710 google-captcha.php:1167
260
  msgid "To use Google Captcha you must get the keys from"
261
  msgstr "Щоб використовувати Google Captcha, вам необхідно отримати ключі з"
262
 
263
- #: google-captcha.php:711 google-captcha.php:1168
264
  msgid "here"
265
  msgstr "тут"
266
 
267
- #: google-captcha.php:712 google-captcha.php:1169
268
  msgid "and enter them on the"
269
  msgstr "і вставте їх у"
270
 
271
- #: google-captcha.php:714 google-captcha.php:1171
272
  msgid "plugin setting page"
273
  msgstr "сторінку налаштувань плагіну"
274
 
275
- #: google-captcha.php:900 google-captcha.php:948
276
  msgid "Error"
277
  msgstr "Помилка"
278
 
279
- #: google-captcha.php:900 google-captcha.php:948
280
- msgid "You have entered an incorrect reCAPTCHA value."
281
- msgstr "Ви ввели невірне значення reCAPTCHA."
 
282
 
283
- #: google-captcha.php:978 google-captcha.php:1007 google-captcha.php:1033
284
  msgid "ERROR"
285
  msgstr "ПОМИЛКА"
286
 
287
- #: google-captcha.php:978 google-captcha.php:1007
288
- msgid "You have entered an incorrect reCAPTCHA value"
289
- msgstr "Ви ввели невірне значення reCAPTCHA"
290
-
291
- #: google-captcha.php:1033
292
  msgid ""
293
  "You have entered an incorrect reCAPTCHA value. Click the BACK button on your "
294
  "browser, and try again."
@@ -296,47 +277,199 @@ msgstr ""
296
  "Помилка: Ви ввели невірне значення Captcha. Клікніть НАЗАД у своєму браузері "
297
  "та спробуйте знову."
298
 
299
- #: google-captcha.php:1064
300
  msgid "Please, complete the captcha and submit \"Test verification\""
301
  msgstr ""
302
  "Будь ласка, заповніть капчу і натисніть кнопку \"Тестування перевірки\""
303
 
304
- #: google-captcha.php:1068
305
  msgid "Test verification"
306
  msgstr "Тестування перевірки"
307
 
308
- #: google-captcha.php:1082 google-captcha.php:1091
309
- msgid "The user response was missing."
310
- msgstr "Відповідь користувача відсутня."
311
 
312
- #: google-captcha.php:1084
313
- msgid "The Secret Key is missing."
314
- msgstr "Секретний ключ відсутній."
315
 
316
- #: google-captcha.php:1087 google-captcha.php:1096
317
  msgid "The Secret Key is invalid"
318
  msgstr "Секретний ключ некоректний"
319
 
320
- #: google-captcha.php:1088 google-captcha.php:1097
321
  msgid "Check your domain configuration"
322
  msgstr "Перевірте конфігурацію вашого домену"
323
 
324
- #: google-captcha.php:1089 google-captcha.php:1098
325
  msgid "and enter it again"
326
  msgstr "і введіть його знову"
327
 
328
- #: google-captcha.php:1092 google-captcha.php:1100
329
- msgid "The user response is invalid."
330
- msgstr "Некоректна відповідь користувача."
331
 
332
- #: google-captcha.php:1109
333
- msgid "The verification is successfully completed."
334
- msgstr "Перевірка завершена успішно."
335
 
336
- #: google-captcha.php:1152
337
  msgid "Support"
338
  msgstr "Техпідтримка"
339
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
340
  #~ msgid ""
341
  #~ "Google Captcha version 2 will not work correctly, since the option "
342
  #~ "\"allow_url_fopen\" is disabled. Please contact your hosting support "
2
  msgstr ""
3
  "Project-Id-Version: Google Сaptcha\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-10-20 14:10+0300\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: BestWebSoft team <wp@bestwebsoft.com>\n"
8
  "Language-Team: the BestWebSoft Team <plugin@bestwebsoft.com>\n"
16
  "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: google-captcha.php:34 google-captcha.php:561
20
  msgid "Google Captcha Settings"
21
  msgstr "Налаштування Google Captcha"
22
 
23
+ #: google-captcha.php:237
24
  msgid "Warning"
25
  msgstr "Увага"
26
 
27
+ #: google-captcha.php:237
28
  msgid ""
29
  "It has been found more than one reCAPTCHA in current form. In this case "
30
  "reCAPTCHA will not work properly. Please remove all unnecessary reCAPTCHA "
34
  "reCAPTCHA не буде працювати коректно. Будь-ласка видаліть усі зайві блоки "
35
  "reCAPTCHA."
36
 
37
+ #: google-captcha.php:241
38
+ msgid "Error: You have entered an incorrect reCAPTCHA value"
39
+ msgstr "Помилка: Ви ввели невірне значення reCAPTCHA"
40
 
41
+ #: google-captcha.php:345
42
+ msgid "You are in the whitelist"
43
+ msgstr "Ви знаходитесь в білому списку"
44
 
45
+ #: google-captcha.php:472
 
 
 
 
46
  msgid "Site key"
47
  msgstr "Ключ сайту"
48
 
49
+ #: google-captcha.php:477
50
  msgid "Secret Key"
51
  msgstr "Секретний ключ"
52
 
53
+ #: google-captcha.php:485
54
  msgid "Login form"
55
  msgstr "Форма логіну"
56
 
57
+ #: google-captcha.php:486
58
  msgid "Registration form"
59
  msgstr "Форма реєстрації"
60
 
61
+ #: google-captcha.php:487
62
  msgid "Reset password form"
63
  msgstr "Форма відновлення паролю"
64
 
65
+ #: google-captcha.php:488
66
  msgid "Comments form"
67
  msgstr "Форма коментарів"
68
 
69
+ #: google-captcha.php:507
70
  msgid "Enter site key"
71
  msgstr "Введіть ключ сайту"
72
 
73
+ #: google-captcha.php:508 google-captcha.php:514
74
  msgid "WARNING: The captcha will not display while you don't fill key fields."
75
  msgstr ""
76
  "УВАГА: Капча не буде відображатись, поки ви не заповните необхідні поля."
77
 
78
+ #: google-captcha.php:513
79
  msgid "Enter secret key"
80
  msgstr "Введіть секретний ключ"
81
 
82
+ #: google-captcha.php:540
83
  msgid "Settings saved"
84
  msgstr "Налаштування збережено"
85
 
86
+ #: google-captcha.php:546
87
+ msgid "All plugin settings were restored"
88
+ msgstr "Налаштування плагіна були відновлені"
89
 
90
+ #: google-captcha.php:563 google-captcha.php:1235 google-captcha.php:1256
91
  msgid "Settings"
92
  msgstr "Налаштування"
93
 
94
+ #: google-captcha.php:564
95
+ msgid "Whitelist"
96
+ msgstr "Білий список"
97
+
98
+ #: google-captcha.php:565
99
  msgid "Custom code"
100
  msgstr "Користувацький код"
101
 
102
+ #: google-captcha.php:566
103
  msgid "Go PRO"
104
  msgstr "Перейти на PRO версію"
105
 
106
+ #: google-captcha.php:571
107
  msgid ""
108
  "Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
109
  "version 1 features."
111
  "У зв'язку з особливостями роботи reCAPTCHA версії 1 на сторінці може "
112
  "відображатися тільки одна reCAPTCHA."
113
 
114
+ #: google-captcha.php:586
115
  #, php-format
116
  msgid ""
117
  "If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
120
  "Якщо ви хочете додати Google Captcha (reCAPTCHA) на вашу сторінку або пост, "
121
  "то використовуйте кнопку %s"
122
 
123
+ #: google-captcha.php:592
124
  #, php-format
125
  msgid ""
126
  "You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
133
  "кнопка не відображається або ви хочете додати Google Captcha (reCAPTCHA) в "
134
  "вашу власну форму, будь ласка, використовуйте шорткод %s"
135
 
136
+ #: google-captcha.php:600
137
  msgid "Authentication"
138
  msgstr "Ідентифікація"
139
 
140
+ #: google-captcha.php:601
141
  #, php-format
142
  msgid "Before you are able to do something, you must to register %shere%s"
143
  msgstr "Щоб виконувати якісь дії, спершу зареєструйтесь %sтут%s"
144
 
145
+ #: google-captcha.php:602
146
+ msgid "Enter site key and secret key, that you get after registration"
147
+ msgstr "Введіть відкритий і секретний ключі, які ви отримали після реєстрації"
148
 
149
+ #: google-captcha.php:617
150
  msgid "Test Keys"
151
  msgstr "Тестування ключів"
152
 
153
+ #: google-captcha.php:620
154
  msgid "Options"
155
  msgstr "Опції"
156
 
157
+ #: google-captcha.php:623
158
  msgid "Enable reCAPTCHA for"
159
  msgstr "Включити reCAPTCHA для"
160
 
161
+ #: google-captcha.php:627
162
  msgid "WordPress default"
163
  msgstr "Стандартних форм WordPress"
164
 
165
+ #: google-captcha.php:636
166
  msgid "This option is available only for network or for main blog"
167
  msgstr "Ця опція доступна тільки для мережі або для основного блогу"
168
 
169
+ #: google-captcha.php:644
170
  msgid "Plugins"
171
  msgstr "Плагінів"
172
 
173
+ #: google-captcha.php:652 google-captcha.php:657
174
  #, php-format
175
  msgid "You should %s to use this functionality"
176
  msgstr "Щоб використовувати цей функціонал %s"
177
 
178
+ #: google-captcha.php:653
179
  msgid "activate"
180
  msgstr "активувати"
181
 
182
+ #: google-captcha.php:653
183
  msgid "for network"
184
  msgstr "для мережі"
185
 
186
+ #: google-captcha.php:658
187
  msgid "download"
188
  msgstr "завантажити"
189
 
190
+ #: google-captcha.php:662
191
+ msgid "Check off for adding captcha to forms on their settings pages"
192
+ msgstr "Увімкніть для додавання капчи до форм на сторінках їх налаштувань"
193
 
194
+ #: google-captcha.php:671
 
 
 
 
 
 
 
 
 
 
 
 
195
  #, php-format
196
  msgid ""
197
  "If you would like to add Google Captcha (reCAPTCHA) to a custom form see %s"
199
  "Якщо ви хочете додати Google Captcha (reCAPTCHA) в кастомний форму, дивіться "
200
  "%s"
201
 
202
+ #: google-captcha.php:671 google-captcha.php:1257
203
  msgid "FAQ"
204
  msgstr "FAQ"
205
 
206
+ #: google-captcha.php:676
207
  msgid "Hide reCAPTCHA in Comments form for"
208
  msgstr "Приховати reCAPTCHA у Формі коментарів для"
209
 
210
+ #: google-captcha.php:688
211
+ msgid "Whitelist notification"
212
+ msgstr "Повідомлення про знаходження у білому списку"
213
+
214
+ #: google-captcha.php:694
215
+ msgid ""
216
+ "This message will be displayed instead of the reCAPTCHA If the user IP is "
217
+ "added to the whitelist"
218
+ msgstr ""
219
+ "Вказане повідомлення буде відображатися замість reCAPTCHA якщо IP "
220
+ "знаходиться в білому списку"
221
+
222
+ #: google-captcha.php:701
223
  msgid "reCAPTCHA version"
224
  msgstr "Версія reCAPTCHA"
225
 
226
+ #: google-captcha.php:704 google-captcha.php:705 google-captcha.php:706
227
+ #: google-captcha.php:707
228
  msgid "version"
229
  msgstr "версія"
230
 
231
+ #: google-captcha.php:713 google-captcha.php:726
232
  msgid "reCAPTCHA theme"
233
  msgstr "reCAPTCHA theme"
234
 
235
+ #: google-captcha.php:714 google-captcha.php:727 includes/pro_banners.php:87
236
  msgid "for version"
237
  msgstr "для версії"
238
 
239
+ #: google-captcha.php:739
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
240
  msgid "Save Changes"
241
  msgstr "Зберегти зміни"
242
 
243
+ #: google-captcha.php:803 google-captcha.php:1276
244
  msgid "To use Google Captcha you must get the keys from"
245
  msgstr "Щоб використовувати Google Captcha, вам необхідно отримати ключі з"
246
 
247
+ #: google-captcha.php:804 google-captcha.php:1277
248
  msgid "here"
249
  msgstr "тут"
250
 
251
+ #: google-captcha.php:805 google-captcha.php:1278
252
  msgid "and enter them on the"
253
  msgstr "і вставте їх у"
254
 
255
+ #: google-captcha.php:807 google-captcha.php:1280
256
  msgid "plugin setting page"
257
  msgstr "сторінку налаштувань плагіну"
258
 
259
+ #: google-captcha.php:1000 google-captcha.php:1048
260
  msgid "Error"
261
  msgstr "Помилка"
262
 
263
+ #: google-captcha.php:1000 google-captcha.php:1048 google-captcha.php:1078
264
+ #: google-captcha.php:1107
265
+ msgid "You have entered an incorrect reCAPTCHA value"
266
+ msgstr "Ви ввели невірне значення reCAPTCHA"
267
 
268
+ #: google-captcha.php:1078 google-captcha.php:1107 google-captcha.php:1133
269
  msgid "ERROR"
270
  msgstr "ПОМИЛКА"
271
 
272
+ #: google-captcha.php:1133
 
 
 
 
273
  msgid ""
274
  "You have entered an incorrect reCAPTCHA value. Click the BACK button on your "
275
  "browser, and try again."
277
  "Помилка: Ви ввели невірне значення Captcha. Клікніть НАЗАД у своєму браузері "
278
  "та спробуйте знову."
279
 
280
+ #: google-captcha.php:1171
281
  msgid "Please, complete the captcha and submit \"Test verification\""
282
  msgstr ""
283
  "Будь ласка, заповніть капчу і натисніть кнопку \"Тестування перевірки\""
284
 
285
+ #: google-captcha.php:1175
286
  msgid "Test verification"
287
  msgstr "Тестування перевірки"
288
 
289
+ #: google-captcha.php:1190 google-captcha.php:1199
290
+ msgid "The user response was missing"
291
+ msgstr "Відповідь користувача відсутня"
292
 
293
+ #: google-captcha.php:1192
294
+ msgid "The Secret Key is missing"
295
+ msgstr "Секретний ключ відсутній"
296
 
297
+ #: google-captcha.php:1195 google-captcha.php:1204
298
  msgid "The Secret Key is invalid"
299
  msgstr "Секретний ключ некоректний"
300
 
301
+ #: google-captcha.php:1196 google-captcha.php:1205
302
  msgid "Check your domain configuration"
303
  msgstr "Перевірте конфігурацію вашого домену"
304
 
305
+ #: google-captcha.php:1197 google-captcha.php:1206
306
  msgid "and enter it again"
307
  msgstr "і введіть його знову"
308
 
309
+ #: google-captcha.php:1200 google-captcha.php:1208
310
+ msgid "The user response is invalid"
311
+ msgstr "Некоректна відповідь користувача"
312
 
313
+ #: google-captcha.php:1217
314
+ msgid "The verification is successfully completed"
315
+ msgstr "Перевірка завершена успішно"
316
 
317
+ #: google-captcha.php:1258
318
  msgid "Support"
319
  msgstr "Техпідтримка"
320
 
321
+ #: includes/whitelist.php:64
322
+ msgid "For IP addresses from the whitelist reCAPTCHA will not be displayed"
323
+ msgstr "Для IP з білого списку reCAPTCHA відображена не буде"
324
+
325
+ #: includes/whitelist.php:71
326
+ msgid "Add IP to the whitelist"
327
+ msgstr "Додати IP до білого списку"
328
+
329
+ #: includes/whitelist.php:75
330
+ msgid "Save changes"
331
+ msgstr "Зберегти зміни"
332
+
333
+ #: includes/whitelist.php:92
334
+ msgid "My IP"
335
+ msgstr "Мій IP"
336
+
337
+ #: includes/whitelist.php:96
338
+ msgid "Save IP to the whitelist"
339
+ msgstr "Зберегти IP до білого списку"
340
+
341
+ #: includes/whitelist.php:100 includes/pro_banners.php:45
342
+ msgid "Allowed formats"
343
+ msgstr "Доступні формати"
344
+
345
+ #: includes/whitelist.php:101
346
+ msgid "Allowed diapason"
347
+ msgstr "Доступні діапазони"
348
+
349
+ #: includes/whitelist.php:106
350
+ msgid "Search IP"
351
+ msgstr "Шукати IP"
352
+
353
+ #: includes/whitelist.php:160
354
+ msgid "Nothing found"
355
+ msgstr "Нічого не знайдено"
356
+
357
+ #: includes/whitelist.php:160
358
+ msgid "No IP in the whitelist"
359
+ msgstr "Список IP порожній"
360
+
361
+ #: includes/whitelist.php:167
362
+ msgid "IP address"
363
+ msgstr "IP-адреса"
364
+
365
+ #: includes/whitelist.php:168
366
+ msgid "Date added"
367
+ msgstr "Дата додавання"
368
+
369
+ #: includes/whitelist.php:222 includes/whitelist.php:232
370
+ msgid "Remove from the whitelist"
371
+ msgstr "Видалити IP з білого списку"
372
+
373
+ #: includes/whitelist.php:318
374
+ msgid "IP added to the whitelist successfully"
375
+ msgstr "IP успішно додано до білого списку"
376
+
377
+ #: includes/whitelist.php:320 includes/whitelist.php:341
378
+ #: includes/whitelist.php:351
379
+ msgid "Some errors occured"
380
+ msgstr "Трапились деякі помилки "
381
+
382
+ #: includes/whitelist.php:322
383
+ msgid "IP is already in the whitelist"
384
+ msgstr "IP-адреса вже знаходиться в білому списку"
385
+
386
+ #: includes/whitelist.php:325
387
+ msgid "Invalid IP. See allowed formats."
388
+ msgstr "Невірний IP. Дивіться доступні формати."
389
+
390
+ #: includes/whitelist.php:347
391
+ msgid "One IP was deleted successfully"
392
+ msgstr "Один IP було видалено успішно"
393
+
394
+ #: includes/whitelist.php:354
395
+ msgid "You have not entered any IP"
396
+ msgstr "Ви не ввели ніякого значення"
397
+
398
+ #: includes/whitelist.php:357
399
+ msgid "You have not entered any IP in to the search form"
400
+ msgstr "Ви не ввели ніякого значення у форму пошуку"
401
+
402
+ #: includes/whitelist.php:359
403
+ msgid "Search results for"
404
+ msgstr "Результати пошуку для"
405
+
406
+ #: includes/pro_banners.php:17
407
+ msgid "This options is available in Pro version of plugin"
408
+ msgstr "Ця опція доступна в Pro версії плагіну"
409
+
410
+ #: includes/pro_banners.php:20
411
+ msgid "Close"
412
+ msgstr "Закрити"
413
+
414
+ #: includes/pro_banners.php:28
415
+ msgid "Unlock premium options by upgrading to Pro version"
416
+ msgstr "Активуйте преміум опції оновившись до Pro версії"
417
+
418
+ #: includes/pro_banners.php:30
419
+ msgid "Learn More"
420
+ msgstr "Детальніше"
421
+
422
+ #: includes/pro_banners.php:43
423
+ msgid "Reason"
424
+ msgstr "Причина"
425
+
426
+ #: includes/pro_banners.php:46
427
+ msgid "Allowed separators for IPs: a comma"
428
+ msgstr "Доступні роздільники для IP: кома"
429
+
430
+ #: includes/pro_banners.php:46 includes/pro_banners.php:47
431
+ msgid "semicolon"
432
+ msgstr "крапка з комою"
433
+
434
+ #: includes/pro_banners.php:46
435
+ msgid "ordinary space, tab, new line or carriage return"
436
+ msgstr "звичайний пробіл, табуляція або новий рядок"
437
+
438
+ #: includes/pro_banners.php:47
439
+ msgid "Allowed separators for reasons: a comma"
440
+ msgstr "Доступні роздільники для причин: кома"
441
+
442
+ #: includes/pro_banners.php:47
443
+ msgid "tab, new line or carriage return"
444
+ msgstr "табуляція, новий рядок або повернення каретки"
445
+
446
+ #: includes/pro_banners.php:68
447
+ msgid "Normal"
448
+ msgstr "Нормальний"
449
+
450
+ #: includes/pro_banners.php:69
451
+ msgid "Compact"
452
+ msgstr "Компактний"
453
+
454
+ #: includes/pro_banners.php:73
455
+ msgid "reCAPTCHA language"
456
+ msgstr "Мова reCAPTCHA"
457
+
458
+ #: includes/pro_banners.php:80
459
+ msgid "Use the current site language"
460
+ msgstr "Використовувати поточну мову сайту"
461
+
462
+ #: includes/pro_banners.php:80
463
+ msgid "Using"
464
+ msgstr "Використовуючи"
465
+
466
+ #: includes/pro_banners.php:86
467
+ msgid "reCAPTCHA size"
468
+ msgstr "Розмір reCAPTCHA"
469
+
470
+ #~ msgid "You have entered an incorrect reCAPTCHA value."
471
+ #~ msgstr "Ви ввели невірне значення reCAPTCHA."
472
+
473
  #~ msgid ""
474
  #~ "Google Captcha version 2 will not work correctly, since the option "
475
  #~ "\"allow_url_fopen\" is disabled. Please contact your hosting support "
languages/google-captcha-zh_TW.mo CHANGED
Binary file
languages/google-captcha-zh_TW.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: 2016-07-25 11:34+0300\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: BestWebSoft team <wp@bestwebsoft.com>\n"
8
  "Language-Team: Nick Lai <nick20080808@gmail.com>\n"
@@ -17,100 +17,100 @@ msgstr ""
17
  "Plural-Forms: nplurals=1; plural=0;\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: google-captcha.php:34 google-captcha.php:422
21
  msgid "Google Captcha Settings"
22
  msgstr "reCAPTCHA 驗證碼設置"
23
 
24
- #: google-captcha.php:202
25
  msgid "Warning"
26
  msgstr ""
27
 
28
- #: google-captcha.php:202
29
  msgid ""
30
  "It has been found more than one reCAPTCHA in current form. In this case "
31
  "reCAPTCHA will not work properly. Please remove all unnecessary reCAPTCHA "
32
  "blocks."
33
  msgstr ""
34
 
35
- #: google-captcha.php:206
36
  #, fuzzy
37
- msgid "Error: You have entered an incorrect reCAPTCHA value."
38
  msgstr "錯誤:您輸入的驗證碼不正確。"
39
 
40
- #: google-captcha.php:327
41
- msgid "Normal"
42
  msgstr ""
43
 
44
- #: google-captcha.php:328
45
- msgid "Compact"
46
- msgstr ""
47
-
48
- #: google-captcha.php:334
49
  msgid "Site key"
50
  msgstr ""
51
 
52
- #: google-captcha.php:339
53
  msgid "Secret Key"
54
  msgstr ""
55
 
56
- #: google-captcha.php:347
57
  msgid "Login form"
58
  msgstr "登入頁"
59
 
60
- #: google-captcha.php:348
61
  msgid "Registration form"
62
  msgstr "用戶註冊頁"
63
 
64
- #: google-captcha.php:349
65
  msgid "Reset password form"
66
  msgstr "重設密碼頁"
67
 
68
- #: google-captcha.php:350
69
  msgid "Comments form"
70
  msgstr "發表迴響框"
71
 
72
- #: google-captcha.php:369
73
  #, fuzzy
74
  msgid "Enter site key"
75
  msgstr "輸入私有密鑰"
76
 
77
- #: google-captcha.php:370 google-captcha.php:376
78
  msgid "WARNING: The captcha will not display while you don't fill key fields."
79
  msgstr "警告:如果你不填寫此欄,驗證碼將不會顯示。"
80
 
81
- #: google-captcha.php:375
82
  #, fuzzy
83
  msgid "Enter secret key"
84
  msgstr "輸入私有密鑰"
85
 
86
- #: google-captcha.php:401
87
  msgid "Settings saved"
88
  msgstr "設定已儲存"
89
 
90
- #: google-captcha.php:407
91
  #, fuzzy
92
- msgid "All plugin settings were restored."
93
  msgstr "外掛設置頁"
94
 
95
- #: google-captcha.php:424 google-captcha.php:1128 google-captcha.php:1150
96
  msgid "Settings"
97
  msgstr "設定"
98
 
99
- #: google-captcha.php:425
 
 
 
 
100
  msgid "Custom code"
101
  msgstr ""
102
 
103
- #: google-captcha.php:426
104
  msgid "Go PRO"
105
  msgstr ""
106
 
107
- #: google-captcha.php:431
108
  msgid ""
109
  "Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
110
  "version 1 features."
111
  msgstr ""
112
 
113
- #: google-captcha.php:446
114
  #, fuzzy, php-format
115
  msgid ""
116
  "If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
@@ -118,7 +118,7 @@ msgid ""
118
  msgstr ""
119
  "如果您想在自己的表格中加入reCAPTCHA驗證碼,只需貼上此代號到您的文章或頁面:"
120
 
121
- #: google-captcha.php:452
122
  #, php-format
123
  msgid ""
124
  "You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
@@ -127,212 +127,345 @@ msgid ""
127
  "your own form , please use the shortcode %s"
128
  msgstr ""
129
 
130
- #: google-captcha.php:460
131
  msgid "Authentication"
132
  msgstr "身份驗證"
133
 
134
- #: google-captcha.php:461
135
  #, fuzzy, php-format
136
  msgid "Before you are able to do something, you must to register %shere%s"
137
  msgstr "在開始使用本外掛之先,請到%s這裡%s註冊。"
138
 
139
- #: google-captcha.php:462
140
  #, fuzzy
141
- msgid "Enter site key and secret key, that you get after registration."
142
  msgstr "然後複製公開金鑰(Public Key)和私有密鑰(Private Key)到到以下方框。"
143
 
144
- #: google-captcha.php:477
145
  msgid "Test Keys"
146
  msgstr ""
147
 
148
- #: google-captcha.php:480
149
  msgid "Options"
150
  msgstr "選項"
151
 
152
- #: google-captcha.php:483
153
  msgid "Enable reCAPTCHA for"
154
  msgstr ""
155
 
156
- #: google-captcha.php:487
157
  msgid "WordPress default"
158
  msgstr ""
159
 
160
- #: google-captcha.php:496
161
  msgid "This option is available only for network or for main blog"
162
  msgstr ""
163
 
164
- #: google-captcha.php:504
165
  #, fuzzy
166
  msgid "Plugins"
167
  msgstr "外掛頁面"
168
 
169
- #: google-captcha.php:512 google-captcha.php:517
170
  #, php-format
171
  msgid "You should %s to use this functionality"
172
  msgstr ""
173
 
174
- #: google-captcha.php:513
175
  #, fuzzy
176
  msgid "activate"
177
  msgstr "Активировать Contact form"
178
 
179
- #: google-captcha.php:513
180
  msgid "for network"
181
  msgstr ""
182
 
183
- #: google-captcha.php:518
184
  msgid "download"
185
  msgstr ""
186
 
187
- #: google-captcha.php:522
188
- msgid "Check off for adding captcha to forms on their settings pages."
189
- msgstr ""
190
-
191
- #: google-captcha.php:533 google-captcha.php:610
192
- msgid "Close"
193
  msgstr ""
194
 
195
- #: google-captcha.php:545 google-captcha.php:646
196
- msgid "Unlock premium options by upgrading to Pro version"
197
- msgstr ""
198
-
199
- #: google-captcha.php:548 google-captcha.php:649
200
- msgid "Learn More"
201
- msgstr ""
202
-
203
- #: google-captcha.php:554
204
  #, php-format
205
  msgid ""
206
  "If you would like to add Google Captcha (reCAPTCHA) to a custom form see %s"
207
  msgstr ""
208
 
209
- #: google-captcha.php:554 google-captcha.php:1151
210
  msgid "FAQ"
211
  msgstr "常見問題"
212
 
213
- #: google-captcha.php:559
214
  msgid "Hide reCAPTCHA in Comments form for"
215
  msgstr ""
216
 
217
- #: google-captcha.php:571
 
 
 
 
 
 
 
 
 
 
 
218
  msgid "reCAPTCHA version"
219
  msgstr ""
220
 
221
- #: google-captcha.php:574 google-captcha.php:575 google-captcha.php:576
222
- #: google-captcha.php:577
223
  msgid "version"
224
  msgstr ""
225
 
226
- #: google-captcha.php:583 google-captcha.php:596
227
  msgid "reCAPTCHA theme"
228
  msgstr ""
229
 
230
- #: google-captcha.php:584 google-captcha.php:597 google-captcha.php:628
231
  msgid "for version"
232
  msgstr ""
233
 
234
- #: google-captcha.php:614
235
- msgid "reCAPTCHA language"
236
- msgstr ""
237
-
238
- #: google-captcha.php:621
239
- msgid "Use the current site language"
240
- msgstr ""
241
-
242
- #: google-captcha.php:621
243
- msgid "Using"
244
- msgstr ""
245
-
246
- #: google-captcha.php:627
247
- msgid "reCAPTCHA size"
248
- msgstr ""
249
-
250
- #: google-captcha.php:656
251
  msgid "Save Changes"
252
  msgstr "儲存變更"
253
 
254
- #: google-captcha.php:710 google-captcha.php:1167
255
  msgid "To use Google Captcha you must get the keys from"
256
  msgstr "如要用reCAPTCHA驗證碼,你必須輸入兩組金鑰。您可以在這裡領取:"
257
 
258
- #: google-captcha.php:711 google-captcha.php:1168
259
  msgid "here"
260
  msgstr "點我"
261
 
262
- #: google-captcha.php:712 google-captcha.php:1169
263
  msgid "and enter them on the"
264
  msgstr "然後將他們輸入到"
265
 
266
- #: google-captcha.php:714 google-captcha.php:1171
267
  msgid "plugin setting page"
268
  msgstr "外掛設置頁"
269
 
270
- #: google-captcha.php:900 google-captcha.php:948
271
  msgid "Error"
272
  msgstr ""
273
 
274
- #: google-captcha.php:900 google-captcha.php:948
 
275
  #, fuzzy
276
- msgid "You have entered an incorrect reCAPTCHA value."
277
  msgstr "錯誤:您輸入的驗證碼不正確。"
278
 
279
- #: google-captcha.php:978 google-captcha.php:1007 google-captcha.php:1033
280
  msgid "ERROR"
281
  msgstr ""
282
 
283
- #: google-captcha.php:978 google-captcha.php:1007
284
- #, fuzzy
285
- msgid "You have entered an incorrect reCAPTCHA value"
286
- msgstr "錯誤:您輸入的驗證碼不正確。"
287
-
288
- #: google-captcha.php:1033
289
  #, fuzzy
290
  msgid ""
291
  "You have entered an incorrect reCAPTCHA value. Click the BACK button on your "
292
  "browser, and try again."
293
  msgstr "錯誤:您輸入的驗證碼不正確。請回到上一頁,然後重新輸入。"
294
 
295
- #: google-captcha.php:1064
296
  msgid "Please, complete the captcha and submit \"Test verification\""
297
  msgstr ""
298
 
299
- #: google-captcha.php:1068
300
  msgid "Test verification"
301
  msgstr ""
302
 
303
- #: google-captcha.php:1082 google-captcha.php:1091
304
- msgid "The user response was missing."
305
  msgstr ""
306
 
307
- #: google-captcha.php:1084
308
- msgid "The Secret Key is missing."
309
  msgstr ""
310
 
311
- #: google-captcha.php:1087 google-captcha.php:1096
312
  msgid "The Secret Key is invalid"
313
  msgstr ""
314
 
315
- #: google-captcha.php:1088 google-captcha.php:1097
316
  msgid "Check your domain configuration"
317
  msgstr ""
318
 
319
- #: google-captcha.php:1089 google-captcha.php:1098
320
  #, fuzzy
321
  msgid "and enter it again"
322
  msgstr "然後將他們輸入到"
323
 
324
- #: google-captcha.php:1092 google-captcha.php:1100
325
- msgid "The user response is invalid."
326
  msgstr ""
327
 
328
- #: google-captcha.php:1109
329
- msgid "The verification is successfully completed."
330
  msgstr ""
331
 
332
- #: google-captcha.php:1152
333
  msgid "Support"
334
  msgstr "支援"
335
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
336
  #~ msgid "powered by"
337
  #~ msgstr "服務提供者:"
338
 
2
  msgstr ""
3
  "Project-Id-Version: Google Сaptcha\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-10-20 14:10+0300\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: BestWebSoft team <wp@bestwebsoft.com>\n"
8
  "Language-Team: Nick Lai <nick20080808@gmail.com>\n"
17
  "Plural-Forms: nplurals=1; plural=0;\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
+ #: google-captcha.php:34 google-captcha.php:561
21
  msgid "Google Captcha Settings"
22
  msgstr "reCAPTCHA 驗證碼設置"
23
 
24
+ #: google-captcha.php:237
25
  msgid "Warning"
26
  msgstr ""
27
 
28
+ #: google-captcha.php:237
29
  msgid ""
30
  "It has been found more than one reCAPTCHA in current form. In this case "
31
  "reCAPTCHA will not work properly. Please remove all unnecessary reCAPTCHA "
32
  "blocks."
33
  msgstr ""
34
 
35
+ #: google-captcha.php:241
36
  #, fuzzy
37
+ msgid "Error: You have entered an incorrect reCAPTCHA value"
38
  msgstr "錯誤:您輸入的驗證碼不正確。"
39
 
40
+ #: google-captcha.php:345
41
+ msgid "You are in the whitelist"
42
  msgstr ""
43
 
44
+ #: google-captcha.php:472
 
 
 
 
45
  msgid "Site key"
46
  msgstr ""
47
 
48
+ #: google-captcha.php:477
49
  msgid "Secret Key"
50
  msgstr ""
51
 
52
+ #: google-captcha.php:485
53
  msgid "Login form"
54
  msgstr "登入頁"
55
 
56
+ #: google-captcha.php:486
57
  msgid "Registration form"
58
  msgstr "用戶註冊頁"
59
 
60
+ #: google-captcha.php:487
61
  msgid "Reset password form"
62
  msgstr "重設密碼頁"
63
 
64
+ #: google-captcha.php:488
65
  msgid "Comments form"
66
  msgstr "發表迴響框"
67
 
68
+ #: google-captcha.php:507
69
  #, fuzzy
70
  msgid "Enter site key"
71
  msgstr "輸入私有密鑰"
72
 
73
+ #: google-captcha.php:508 google-captcha.php:514
74
  msgid "WARNING: The captcha will not display while you don't fill key fields."
75
  msgstr "警告:如果你不填寫此欄,驗證碼將不會顯示。"
76
 
77
+ #: google-captcha.php:513
78
  #, fuzzy
79
  msgid "Enter secret key"
80
  msgstr "輸入私有密鑰"
81
 
82
+ #: google-captcha.php:540
83
  msgid "Settings saved"
84
  msgstr "設定已儲存"
85
 
86
+ #: google-captcha.php:546
87
  #, fuzzy
88
+ msgid "All plugin settings were restored"
89
  msgstr "外掛設置頁"
90
 
91
+ #: google-captcha.php:563 google-captcha.php:1235 google-captcha.php:1256
92
  msgid "Settings"
93
  msgstr "設定"
94
 
95
+ #: google-captcha.php:564
96
+ msgid "Whitelist"
97
+ msgstr ""
98
+
99
+ #: google-captcha.php:565
100
  msgid "Custom code"
101
  msgstr ""
102
 
103
+ #: google-captcha.php:566
104
  msgid "Go PRO"
105
  msgstr ""
106
 
107
+ #: google-captcha.php:571
108
  msgid ""
109
  "Only one reCAPTCHA can be displayed on the page, it's related to reCAPTCHA "
110
  "version 1 features."
111
  msgstr ""
112
 
113
+ #: google-captcha.php:586
114
  #, fuzzy, php-format
115
  msgid ""
116
  "If you would like to add a Google Captcha (reCAPTCHA) to your page or post, "
118
  msgstr ""
119
  "如果您想在自己的表格中加入reCAPTCHA驗證碼,只需貼上此代號到您的文章或頁面:"
120
 
121
+ #: google-captcha.php:592
122
  #, php-format
123
  msgid ""
124
  "You can add the Google Captcha (reCAPTCHA) to your page or post by clicking "
127
  "your own form , please use the shortcode %s"
128
  msgstr ""
129
 
130
+ #: google-captcha.php:600
131
  msgid "Authentication"
132
  msgstr "身份驗證"
133
 
134
+ #: google-captcha.php:601
135
  #, fuzzy, php-format
136
  msgid "Before you are able to do something, you must to register %shere%s"
137
  msgstr "在開始使用本外掛之先,請到%s這裡%s註冊。"
138
 
139
+ #: google-captcha.php:602
140
  #, fuzzy
141
+ msgid "Enter site key and secret key, that you get after registration"
142
  msgstr "然後複製公開金鑰(Public Key)和私有密鑰(Private Key)到到以下方框。"
143
 
144
+ #: google-captcha.php:617
145
  msgid "Test Keys"
146
  msgstr ""
147
 
148
+ #: google-captcha.php:620
149
  msgid "Options"
150
  msgstr "選項"
151
 
152
+ #: google-captcha.php:623
153
  msgid "Enable reCAPTCHA for"
154
  msgstr ""
155
 
156
+ #: google-captcha.php:627
157
  msgid "WordPress default"
158
  msgstr ""
159
 
160
+ #: google-captcha.php:636
161
  msgid "This option is available only for network or for main blog"
162
  msgstr ""
163
 
164
+ #: google-captcha.php:644
165
  #, fuzzy
166
  msgid "Plugins"
167
  msgstr "外掛頁面"
168
 
169
+ #: google-captcha.php:652 google-captcha.php:657
170
  #, php-format
171
  msgid "You should %s to use this functionality"
172
  msgstr ""
173
 
174
+ #: google-captcha.php:653
175
  #, fuzzy
176
  msgid "activate"
177
  msgstr "Активировать Contact form"
178
 
179
+ #: google-captcha.php:653
180
  msgid "for network"
181
  msgstr ""
182
 
183
+ #: google-captcha.php:658
184
  msgid "download"
185
  msgstr ""
186
 
187
+ #: google-captcha.php:662
188
+ msgid "Check off for adding captcha to forms on their settings pages"
 
 
 
 
189
  msgstr ""
190
 
191
+ #: google-captcha.php:671
 
 
 
 
 
 
 
 
192
  #, php-format
193
  msgid ""
194
  "If you would like to add Google Captcha (reCAPTCHA) to a custom form see %s"
195
  msgstr ""
196
 
197
+ #: google-captcha.php:671 google-captcha.php:1257
198
  msgid "FAQ"
199
  msgstr "常見問題"
200
 
201
+ #: google-captcha.php:676
202
  msgid "Hide reCAPTCHA in Comments form for"
203
  msgstr ""
204
 
205
+ #: google-captcha.php:688
206
+ #, fuzzy
207
+ msgid "Whitelist notification"
208
+ msgstr "身份驗證"
209
+
210
+ #: google-captcha.php:694
211
+ msgid ""
212
+ "This message will be displayed instead of the reCAPTCHA If the user IP is "
213
+ "added to the whitelist"
214
+ msgstr ""
215
+
216
+ #: google-captcha.php:701
217
  msgid "reCAPTCHA version"
218
  msgstr ""
219
 
220
+ #: google-captcha.php:704 google-captcha.php:705 google-captcha.php:706
221
+ #: google-captcha.php:707
222
  msgid "version"
223
  msgstr ""
224
 
225
+ #: google-captcha.php:713 google-captcha.php:726
226
  msgid "reCAPTCHA theme"
227
  msgstr ""
228
 
229
+ #: google-captcha.php:714 google-captcha.php:727 includes/pro_banners.php:87
230
  msgid "for version"
231
  msgstr ""
232
 
233
+ #: google-captcha.php:739
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
234
  msgid "Save Changes"
235
  msgstr "儲存變更"
236
 
237
+ #: google-captcha.php:803 google-captcha.php:1276
238
  msgid "To use Google Captcha you must get the keys from"
239
  msgstr "如要用reCAPTCHA驗證碼,你必須輸入兩組金鑰。您可以在這裡領取:"
240
 
241
+ #: google-captcha.php:804 google-captcha.php:1277
242
  msgid "here"
243
  msgstr "點我"
244
 
245
+ #: google-captcha.php:805 google-captcha.php:1278
246
  msgid "and enter them on the"
247
  msgstr "然後將他們輸入到"
248
 
249
+ #: google-captcha.php:807 google-captcha.php:1280
250
  msgid "plugin setting page"
251
  msgstr "外掛設置頁"
252
 
253
+ #: google-captcha.php:1000 google-captcha.php:1048
254
  msgid "Error"
255
  msgstr ""
256
 
257
+ #: google-captcha.php:1000 google-captcha.php:1048 google-captcha.php:1078
258
+ #: google-captcha.php:1107
259
  #, fuzzy
260
+ msgid "You have entered an incorrect reCAPTCHA value"
261
  msgstr "錯誤:您輸入的驗證碼不正確。"
262
 
263
+ #: google-captcha.php:1078 google-captcha.php:1107 google-captcha.php:1133
264
  msgid "ERROR"
265
  msgstr ""
266
 
267
+ #: google-captcha.php:1133
 
 
 
 
 
268
  #, fuzzy
269
  msgid ""
270
  "You have entered an incorrect reCAPTCHA value. Click the BACK button on your "
271
  "browser, and try again."
272
  msgstr "錯誤:您輸入的驗證碼不正確。請回到上一頁,然後重新輸入。"
273
 
274
+ #: google-captcha.php:1171
275
  msgid "Please, complete the captcha and submit \"Test verification\""
276
  msgstr ""
277
 
278
+ #: google-captcha.php:1175
279
  msgid "Test verification"
280
  msgstr ""
281
 
282
+ #: google-captcha.php:1190 google-captcha.php:1199
283
+ msgid "The user response was missing"
284
  msgstr ""
285
 
286
+ #: google-captcha.php:1192
287
+ msgid "The Secret Key is missing"
288
  msgstr ""
289
 
290
+ #: google-captcha.php:1195 google-captcha.php:1204
291
  msgid "The Secret Key is invalid"
292
  msgstr ""
293
 
294
+ #: google-captcha.php:1196 google-captcha.php:1205
295
  msgid "Check your domain configuration"
296
  msgstr ""
297
 
298
+ #: google-captcha.php:1197 google-captcha.php:1206
299
  #, fuzzy
300
  msgid "and enter it again"
301
  msgstr "然後將他們輸入到"
302
 
303
+ #: google-captcha.php:1200 google-captcha.php:1208
304
+ msgid "The user response is invalid"
305
  msgstr ""
306
 
307
+ #: google-captcha.php:1217
308
+ msgid "The verification is successfully completed"
309
  msgstr ""
310
 
311
+ #: google-captcha.php:1258
312
  msgid "Support"
313
  msgstr "支援"
314
 
315
+ #: includes/whitelist.php:64
316
+ msgid "For IP addresses from the whitelist reCAPTCHA will not be displayed"
317
+ msgstr ""
318
+
319
+ #: includes/whitelist.php:71
320
+ msgid "Add IP to the whitelist"
321
+ msgstr ""
322
+
323
+ #: includes/whitelist.php:75
324
+ #, fuzzy
325
+ msgid "Save changes"
326
+ msgstr "儲存變更"
327
+
328
+ #: includes/whitelist.php:92
329
+ msgid "My IP"
330
+ msgstr ""
331
+
332
+ #: includes/whitelist.php:96
333
+ msgid "Save IP to the whitelist"
334
+ msgstr ""
335
+
336
+ #: includes/whitelist.php:100 includes/pro_banners.php:45
337
+ msgid "Allowed formats"
338
+ msgstr ""
339
+
340
+ #: includes/whitelist.php:101
341
+ msgid "Allowed diapason"
342
+ msgstr ""
343
+
344
+ #: includes/whitelist.php:106
345
+ msgid "Search IP"
346
+ msgstr ""
347
+
348
+ #: includes/whitelist.php:160
349
+ msgid "Nothing found"
350
+ msgstr ""
351
+
352
+ #: includes/whitelist.php:160
353
+ msgid "No IP in the whitelist"
354
+ msgstr ""
355
+
356
+ #: includes/whitelist.php:167
357
+ msgid "IP address"
358
+ msgstr ""
359
+
360
+ #: includes/whitelist.php:168
361
+ msgid "Date added"
362
+ msgstr ""
363
+
364
+ #: includes/whitelist.php:222 includes/whitelist.php:232
365
+ msgid "Remove from the whitelist"
366
+ msgstr ""
367
+
368
+ #: includes/whitelist.php:318
369
+ msgid "IP added to the whitelist successfully"
370
+ msgstr ""
371
+
372
+ #: includes/whitelist.php:320 includes/whitelist.php:341
373
+ #: includes/whitelist.php:351
374
+ msgid "Some errors occured"
375
+ msgstr ""
376
+
377
+ #: includes/whitelist.php:322
378
+ msgid "IP is already in the whitelist"
379
+ msgstr ""
380
+
381
+ #: includes/whitelist.php:325
382
+ msgid "Invalid IP. See allowed formats."
383
+ msgstr ""
384
+
385
+ #: includes/whitelist.php:347
386
+ msgid "One IP was deleted successfully"
387
+ msgstr ""
388
+
389
+ #: includes/whitelist.php:354
390
+ msgid "You have not entered any IP"
391
+ msgstr ""
392
+
393
+ #: includes/whitelist.php:357
394
+ msgid "You have not entered any IP in to the search form"
395
+ msgstr ""
396
+
397
+ #: includes/whitelist.php:359
398
+ msgid "Search results for"
399
+ msgstr ""
400
+
401
+ #: includes/pro_banners.php:17
402
+ msgid "This options is available in Pro version of plugin"
403
+ msgstr ""
404
+
405
+ #: includes/pro_banners.php:20
406
+ msgid "Close"
407
+ msgstr ""
408
+
409
+ #: includes/pro_banners.php:28
410
+ msgid "Unlock premium options by upgrading to Pro version"
411
+ msgstr ""
412
+
413
+ #: includes/pro_banners.php:30
414
+ msgid "Learn More"
415
+ msgstr ""
416
+
417
+ #: includes/pro_banners.php:43
418
+ msgid "Reason"
419
+ msgstr ""
420
+
421
+ #: includes/pro_banners.php:46
422
+ msgid "Allowed separators for IPs: a comma"
423
+ msgstr ""
424
+
425
+ #: includes/pro_banners.php:46 includes/pro_banners.php:47
426
+ msgid "semicolon"
427
+ msgstr ""
428
+
429
+ #: includes/pro_banners.php:46
430
+ msgid "ordinary space, tab, new line or carriage return"
431
+ msgstr ""
432
+
433
+ #: includes/pro_banners.php:47
434
+ msgid "Allowed separators for reasons: a comma"
435
+ msgstr ""
436
+
437
+ #: includes/pro_banners.php:47
438
+ msgid "tab, new line or carriage return"
439
+ msgstr ""
440
+
441
+ #: includes/pro_banners.php:68
442
+ msgid "Normal"
443
+ msgstr ""
444
+
445
+ #: includes/pro_banners.php:69
446
+ msgid "Compact"
447
+ msgstr ""
448
+
449
+ #: includes/pro_banners.php:73
450
+ msgid "reCAPTCHA language"
451
+ msgstr ""
452
+
453
+ #: includes/pro_banners.php:80
454
+ msgid "Use the current site language"
455
+ msgstr ""
456
+
457
+ #: includes/pro_banners.php:80
458
+ msgid "Using"
459
+ msgstr ""
460
+
461
+ #: includes/pro_banners.php:86
462
+ msgid "reCAPTCHA size"
463
+ msgstr ""
464
+
465
+ #, fuzzy
466
+ #~ msgid "You have entered an incorrect reCAPTCHA value."
467
+ #~ msgstr "錯誤:您輸入的驗證碼不正確。"
468
+
469
  #~ msgid "powered by"
470
  #~ msgstr "服務提供者:"
471
 
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: bestwebsoft
3
  Donate link: http://bestwebsoft.com/donate/
4
  Tags: antispam, captcha, capcha, security, website security, google captcha, google captcha plugin, recaptcha, recaptcha plugin, add recaptcha, recaptcha protection, spam protection
5
  Requires at least: 3.8
6
- Tested up to: 4.6
7
- Stable tag: 1.26
8
  License: GPLv3 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -14,7 +14,7 @@ Protect WordPress website forms from spam entries with Google reCaptcha.
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. Its easy for people and hard for bots.
18
 
19
  [View Demo](http://bestwebsoft.com/demo-for-google-captcha/)
20
 
@@ -22,15 +22,16 @@ http://www.youtube.com/watch?v=qwHsW3IJ7gQ
22
 
23
  = Free Features =
24
 
25
- * Add captcha to:
26
  * Registration form
27
  * Login form
28
  * Reset password form
29
  * Comments form
30
- * [Contact Form](http://bestwebsoft.com/products/contact-form/?k=56575444122cff9ab3ee3e640efb001a)
31
  * Custom form
 
32
  * Validity check of keys in admin panel
33
- * Available captcha themes for:
34
  * Version 1
35
  * Red (default)
36
  * White
@@ -39,15 +40,15 @@ http://www.youtube.com/watch?v=qwHsW3IJ7gQ
39
  * Version 2
40
  * Light (default)
41
  * Dark
42
- * Hide captcha in comments form for certain user roles
43
  * Supports Google Captcha (reCAPTCHA):
44
- * Version 1
45
  * Version 2
46
  * Add custom code via plugin settings page
47
  * Compatible with latest WordPress version
48
  * Incredibly simple settings for fast setup without modifying code
49
  * Detailed step-by-step documentation and videos
50
- * Multilingual (15+ languages) and RTL ready
51
 
52
  > **Pro Features**
53
  >
@@ -55,18 +56,23 @@ http://www.youtube.com/watch?v=qwHsW3IJ7gQ
55
  >
56
  > * Compatible with:
57
  > * Contact Form 7 (since v 3.4)
58
- > * [Subscriber](http://bestwebsoft.com/products/subscriber/?k=e6d1742fcf1806a39afac207f7920cf3)
59
  > * Multilanguage
 
 
 
 
 
60
  > * Compatible with BuddyPress:
61
  > * Registration form
62
  > * Comments form
63
  > * Create a Group form
64
- > * Select Google Captcha (reCAPTCHA) language manually
65
  > * Change size: normal or compact (for version 2)
66
- > * Сonfigure all subsites on the network
67
  > * Get answer to your support question within one business day ([Support Policy](http://bestwebsoft.com/support-policy/))
68
  >
69
- > [Upgrade to Pro Now](http://bestwebsoft.com/products/google-captcha/?k=c4f2e3054fdbaca8a2b61554cbb9638c)
70
 
71
  If you have a feature suggestion or idea you'd like to see in the plugin, we'd love to hear about it! [Suggest a Feature](http://support.bestwebsoft.com/hc/en-us/requests/new)
72
 
@@ -79,18 +85,18 @@ If you have a feature suggestion or idea you'd like to see in the plugin, we'd l
79
 
80
  = Help & Support =
81
 
82
- Visit our Help Center if you have any questions, our friendly Support Team is happy to help <http://support.bestwebsoft.com/>
83
 
84
  = Translation =
85
 
86
- * Arabic (ar) (thanks to [SAID MOULLA](mailto:mor0cc0@live.com), www.aljoulane.ma)
87
  * Brazilian Portuguese (pt_BR) (thanks to [Elton Fernandes Peetz Prado](mailto:epeetz@gmail.com))
88
  * Bulgarian (bg_BG) (thanks to [Yasen Georgiev](mailto:me@ygeorgiev.com))
89
  * Czech (cs_CZ) (thanks to [PaMaDeSSoft](mailto:info@pamadessoft.cz), www.pamadessoft.cz)
90
  * Chinese Traditional (zh_TW) (thanks to [Nick Lai](mailto:nick20080808@gmail.com))
91
  * Farsi/Persian (fa_IR) (thanks to [Amirreza Nasiri](mailto:nasiri.amirreza.96@gmail.com), www.bytegate.ir)
92
  * French (fr_FR) (thanks to [Denis Bodorr](mailto:lefinnois@lefinnois.net))
93
- * German (de_DE) (thanks to [Fred Zimmer](mailto:fred.zimmer@medienconsulting.at),www.medienconsulting.at)
94
  * Greek (el) (thanks to Dimitris Karantonis, www.soft4real.com/en-UK)
95
  * Hindi (hi) (thanks to [Development Logics Solutions Pvt Ltd](mailto:contact@developmentlogics.com), www.developmentlogics.com)
96
  * Italian (it_IT) (thanks to [Istvan](mailto:wart17@hotmail.com))
@@ -103,14 +109,14 @@ Some of these translations are not complete. We are constantly adding new featur
103
 
104
  = Recommended Plugins =
105
 
106
- * [Updater](http://bestwebsoft.com/products/updater/?k=f47f3eb3d739725d592249dbd129f7ff) - Automatically check and update WordPress core with all installed plugins to the latest versions. Manual mode, email notifications and backups of all your files and database before updating.
107
- * [Contact Form](http://bestwebsoft.com/products/contact-form/?k=56575444122cff9ab3ee3e640efb001a) - Allow customers to reach you using secure contact form plugin any website must have.
108
- * [Subscriber](http://bestwebsoft.com/products/subscriber/?k=e6d1742fcf1806a39afac207f7920cf3) - Add email newsletter sign up form to WordPress posts, pages and widgets. Collect data and subscribe your users.
109
- * [Multilanguage](http://bestwebsoft.com/products/multilanguage/?k=e48e145002e4b2472e568a81d171b888) - Translate WordPress website content to other languages manually. Create multilingual pages, posts, widgets, menus, etc.
110
 
111
  = Credits =
112
 
113
- * lib/recaptchalib.php Copyright © 2007. Mike Crawford, Ben Maurer (reCAPTCHA - http://recaptcha.net). All Rights Reserved.
114
 
115
  = Donate =
116
 
@@ -125,7 +131,7 @@ Donations play an important role in supporting open-source projects. We greatly
125
  3. Plugin settings are located in "BWS Panel" > "Google Captcha".
126
  4. Create a form in post and insert the shortcode [bws_google_captcha] into the form.
127
 
128
- [View a Step-by-step Instruction on Google Captcha (reCAPTCHA) Installation](https://docs.google.com/document/d/1Nrccb-OLDN80yYjz_6-JPErdpZoslqfPV-g2IZ-GD0A/edit)
129
 
130
  http://www.youtube.com/watch?v=RUJ9VwZLFSY
131
 
@@ -188,9 +194,15 @@ Please make sure that the problem hasn't been discussed yet on our forum (<http:
188
  6. The form with Google Captcha (reCAPTCHA) version 1.
189
  7. The form with Google Captcha (reCAPTCHA) dark theme.
190
  8. Google Captcha (reCAPTCHA) Settings page.
 
191
 
192
  == Changelog ==
193
 
 
 
 
 
 
194
  = V1.26 - 15.08.2016 =
195
  * Update : Hook's priority was changed for displaying captcha in the registration form.
196
  * Update : Compatible with JetPack.
@@ -312,6 +324,10 @@ Please make sure that the problem hasn't been discussed yet on our forum (<http:
312
 
313
  == Upgrade Notice ==
314
 
 
 
 
 
315
  = V1.26 =
316
  * Bugs fixed.
317
 
3
  Donate link: http://bestwebsoft.com/donate/
4
  Tags: antispam, captcha, capcha, security, website security, google captcha, google captcha plugin, recaptcha, recaptcha plugin, add recaptcha, recaptcha protection, spam protection
5
  Requires at least: 3.8
6
+ Tested up to: 4.7.2
7
+ Stable tag: 1.27
8
  License: GPLv3 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
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
 
19
  [View Demo](http://bestwebsoft.com/demo-for-google-captcha/)
20
 
22
 
23
  = Free Features =
24
 
25
+ * Add Google Captcha (reCAPTCHA) to:
26
  * Registration form
27
  * Login form
28
  * Reset password form
29
  * Comments form
30
+ * [Contact Form](http://bestwebsoft.com/products/wordpress/plugins/contact-form/?k=56575444122cff9ab3ee3e640efb001a)
31
  * Custom form
32
+ * Hide Google Captcha (reCAPTCHA) for the whitelisted IP addresses [NEW]
33
  * Validity check of keys in admin panel
34
+ * Available Google Captcha (reCAPTCHA) themes for:
35
  * Version 1
36
  * Red (default)
37
  * White
40
  * Version 2
41
  * Light (default)
42
  * Dark
43
+ * Hide Google Captcha (reCAPTCHA) in comments form for certain user roles
44
  * Supports Google Captcha (reCAPTCHA):
45
+ * Version 1
46
  * Version 2
47
  * Add custom code via plugin settings page
48
  * Compatible with latest WordPress version
49
  * Incredibly simple settings for fast setup without modifying code
50
  * Detailed step-by-step documentation and videos
51
+ * Multilingual and RTL ready
52
 
53
  > **Pro Features**
54
  >
56
  >
57
  > * Compatible with:
58
  > * Contact Form 7 (since v 3.4)
59
+ > * [Subscriber](http://bestwebsoft.com/products/wordpress/plugins/subscriber/?k=e6d1742fcf1806a39afac207f7920cf3)
60
  > * Multilanguage
61
+ > * Compatible with WooCommerce: [NEW]
62
+ > * Login form
63
+ > * Register form
64
+ > * Lost password form
65
+ > * Checkout billing form
66
  > * Compatible with BuddyPress:
67
  > * Registration form
68
  > * Comments form
69
  > * Create a Group form
70
+ > * Select Google Captcha (reCAPTCHA) language manually
71
  > * Change size: normal or compact (for version 2)
72
+ > * Configure all subsites on the network
73
  > * Get answer to your support question within one business day ([Support Policy](http://bestwebsoft.com/support-policy/))
74
  >
75
+ > [Upgrade to Pro Now](http://bestwebsoft.com/products/wordpress/plugins/google-captcha/?k=c4f2e3054fdbaca8a2b61554cbb9638c)
76
 
77
  If you have a feature suggestion or idea you'd like to see in the plugin, we'd love to hear about it! [Suggest a Feature](http://support.bestwebsoft.com/hc/en-us/requests/new)
78
 
85
 
86
  = Help & Support =
87
 
88
+ Visit our Help Center if you have any questions, our friendly Support Team is happy to help - <http://support.bestwebsoft.com/>
89
 
90
  = Translation =
91
 
92
+ * Arabic (ar) (thanks to [SAID MOULLA](mailto:support@saidmoulla.com), www.saidmoulla.com)
93
  * Brazilian Portuguese (pt_BR) (thanks to [Elton Fernandes Peetz Prado](mailto:epeetz@gmail.com))
94
  * Bulgarian (bg_BG) (thanks to [Yasen Georgiev](mailto:me@ygeorgiev.com))
95
  * Czech (cs_CZ) (thanks to [PaMaDeSSoft](mailto:info@pamadessoft.cz), www.pamadessoft.cz)
96
  * Chinese Traditional (zh_TW) (thanks to [Nick Lai](mailto:nick20080808@gmail.com))
97
  * Farsi/Persian (fa_IR) (thanks to [Amirreza Nasiri](mailto:nasiri.amirreza.96@gmail.com), www.bytegate.ir)
98
  * French (fr_FR) (thanks to [Denis Bodorr](mailto:lefinnois@lefinnois.net))
99
+ * German (de_DE) (thanks to [Fred Zimmer](mailto:fred.zimmer@medienconsulting.at), www.medienconsulting.at)
100
  * Greek (el) (thanks to Dimitris Karantonis, www.soft4real.com/en-UK)
101
  * Hindi (hi) (thanks to [Development Logics Solutions Pvt Ltd](mailto:contact@developmentlogics.com), www.developmentlogics.com)
102
  * Italian (it_IT) (thanks to [Istvan](mailto:wart17@hotmail.com))
109
 
110
  = Recommended Plugins =
111
 
112
+ * [Updater](http://bestwebsoft.com/products/wordpress/plugins/updater/?k=f47f3eb3d739725d592249dbd129f7ff) - Automatically check and update WordPress core with all installed plugins to the latest versions. Manual mode, email notifications and backups of all your files and database before updating.
113
+ * [Contact Form](http://bestwebsoft.com/products/wordpress/plugins/contact-form/?k=56575444122cff9ab3ee3e640efb001a) - Allow customers to reach you using secure contact form plugin any website must have.
114
+ * [Subscriber](http://bestwebsoft.com/products/wordpress/plugins/subscriber/?k=e6d1742fcf1806a39afac207f7920cf3) - Add email newsletter sign up form to WordPress posts, pages and widgets. Collect data and subscribe your users.
115
+ * [Multilanguage](http://bestwebsoft.com/products/wordpress/plugins/multilanguage/?k=e48e145002e4b2472e568a81d171b888) - Translate WordPress website content to other languages manually. Create multilingual pages, posts, widgets, menus, etc.
116
 
117
  = Credits =
118
 
119
+ * lib/recaptchalib.php - Copyright © 2007. Mike Crawford, Ben Maurer (reCAPTCHA - <http://recaptcha.net>). All Rights Reserved.
120
 
121
  = Donate =
122
 
131
  3. Plugin settings are located in "BWS Panel" > "Google Captcha".
132
  4. Create a form in post and insert the shortcode [bws_google_captcha] into the form.
133
 
134
+ [View a Step-by-step Instruction on Google Captcha (reCAPTCHA) Installation](https://docs.google.com/document/d/1Nrccb-OLDN80yYjz_6-JPErdpZoslqfPV-g2IZ-GD0A/)
135
 
136
  http://www.youtube.com/watch?v=RUJ9VwZLFSY
137
 
194
  6. The form with Google Captcha (reCAPTCHA) version 1.
195
  7. The form with Google Captcha (reCAPTCHA) dark theme.
196
  8. Google Captcha (reCAPTCHA) Settings page.
197
+ 9. Google Captcha (reCAPTCHA) Whitelist page.
198
 
199
  == Changelog ==
200
 
201
+ = V1.27 - 26.10.2016 =
202
+ * NEW : Ability to hide Google Captcha (reCAPTCHA) for whitelisted IP and ability to set whitelist notification.
203
+ * PRO : Compatibility with WooCommerce plugin has been added.
204
+ * PRO : List of reCAPTCHA languages updated.
205
+
206
  = V1.26 - 15.08.2016 =
207
  * Update : Hook's priority was changed for displaying captcha in the registration form.
208
  * Update : Compatible with JetPack.
324
 
325
  == Upgrade Notice ==
326
 
327
+ = V1.27 =
328
+ * New features added.
329
+ * Functionality improved.
330
+
331
  = V1.26 =
332
  * Bugs fixed.
333
 
screenshot-8.png CHANGED
Binary file
screenshot-9.png ADDED
Binary file