Google Captcha (reCAPTCHA) by BestWebSoft - Version 1.04

Version Description

  • 18.07.2014 =
  • Bugfix : Problem with displaying Google Captcha in Contact Form Pro (by BestWebSoft) is fixed.
  • New : The Brazilian Portuguese language file is added.
Download this release

Release Info

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

Code changes from version 1.03 to 1.04

bws_menu/bws_menu.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Function for displaying BestWebSoft menu
4
- * Version: 1.3.2
5
  */
6
 
7
  if ( ! function_exists( 'bws_add_menu_render' ) ) {
@@ -119,7 +119,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
119
  ),
120
  'google-one/google-plus-one.php' => array(
121
  'name' => 'Google +1',
122
- 'description' => 'Allows you to celebrate liked the article.',
123
  'link' => 'http://bestwebsoft.com/plugin/google-plus-one/?k=ce7a88837f0a857b3a2bb142f470853c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
124
  'download' => 'http://bestwebsoft.com/plugin/google-plus-one/?k=ce7a88837f0a857b3a2bb142f470853c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
125
  'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Google+%2B1+bestwebsoft&plugin-search-input=Search+Plugins',
@@ -248,9 +248,17 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
248
  'description' => 'Allows to change wordpress user role capabilities.',
249
  'link' => 'http://bestwebsoft.com/plugin/user-role/?k=dfe2244835c6fbf601523964b3f34ccc&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
250
  'download' => 'http://bestwebsoft.com/plugin/user-role/?k=dfe2244835c6fbf601523964b3f34ccc&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
251
- 'wp_install' => 'http://bestwebsoft.com/plugin/user-role/?k=dfe2244835c6fbf601523964b3f34ccc&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
252
  'settings' => 'admin.php?page=user-role.php',
253
  'pro_version' => 'user-role-pro/user-role-pro.php'
 
 
 
 
 
 
 
 
254
  )
255
  );
256
  $bws_plugins_pro = array(
@@ -305,7 +313,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
305
  ),
306
  'google-one-pro/google-plus-one-pro.php' => array(
307
  'name' => 'Google +1 Pro',
308
- 'description' => 'Allows you to celebrate liked the article.',
309
  'link' => 'http://bestwebsoft.com/plugin/google-plus-one-pro/?k=f4b0a62d155c9df9601a0531ad5bd832&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
310
  'purchase' => 'http://bestwebsoft.com/plugin/google-plus-one-pro?k=f4b0a62d155c9df9601a0531ad5bd832&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#purchase',
311
  'settings' => 'admin.php?page=google-plus-one-pro.php'
@@ -578,8 +586,10 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
578
  </div>
579
  <div class="bws_product_links">
580
  <a href="<?php echo $bws_plugins_pro[ $key_plugin ]["link"]; ?>" target="_blank"><?php _e( "Learn more", 'bestwebsoft' ); ?></a>
581
- <span> | </span>
582
- <a href="<?php echo $bws_plugins_pro[ $key_plugin ]["settings"]; ?>" target="_blank"><?php _e( "Settings", 'bestwebsoft' ); ?></a>
 
 
583
  </div>
584
  </div>
585
  <?php } elseif ( isset( $bws_plugins[ $key_plugin ] ) ) { ?>
@@ -605,8 +615,10 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
605
  </div>
606
  <div class="bws_product_links">
607
  <a href="<?php echo $bws_plugins[ $key_plugin ]["link"]; ?>" target="_blank"><?php _e( "Learn more", 'bestwebsoft' ); ?></a>
608
- <span> | </span>
609
- <a href="<?php echo $bws_plugins[ $key_plugin ]["settings"]; ?>" target="_blank"><?php _e( "Settings", 'bestwebsoft' ); ?></a>
 
 
610
  </div>
611
  </div>
612
  <?php }
1
  <?php
2
  /*
3
  * Function for displaying BestWebSoft menu
4
+ * Version: 1.3.4
5
  */
6
 
7
  if ( ! function_exists( 'bws_add_menu_render' ) ) {
119
  ),
120
  'google-one/google-plus-one.php' => array(
121
  'name' => 'Google +1',
122
+ 'description' => 'Allows you to see how many times your page has been liked on Google Search Engine as well as who has liked the article.',
123
  'link' => 'http://bestwebsoft.com/plugin/google-plus-one/?k=ce7a88837f0a857b3a2bb142f470853c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
124
  'download' => 'http://bestwebsoft.com/plugin/google-plus-one/?k=ce7a88837f0a857b3a2bb142f470853c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
125
  'wp_install' => '/wp-admin/plugin-install.php?tab=search&type=term&s=Google+%2B1+bestwebsoft&plugin-search-input=Search+Plugins',
248
  'description' => 'Allows to change wordpress user role capabilities.',
249
  'link' => 'http://bestwebsoft.com/plugin/user-role/?k=dfe2244835c6fbf601523964b3f34ccc&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
250
  'download' => 'http://bestwebsoft.com/plugin/user-role/?k=dfe2244835c6fbf601523964b3f34ccc&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
251
+ 'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=User+Role+BestWebSoft&plugin-search-input=Search+Plugins',
252
  'settings' => 'admin.php?page=user-role.php',
253
  'pro_version' => 'user-role-pro/user-role-pro.php'
254
+ ),
255
+ 'email-queue/email-queue.php' => array(
256
+ 'name' => 'Email Queue',
257
+ 'description' => 'Allows to manage email massages sent by BestWebSoft plugins.',
258
+ 'link' => 'http://bestwebsoft.com/plugin/email-queue/?k=e345e1b6623f0dca119bc2d9433b130b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
259
+ 'download' => 'http://bestwebsoft.com/plugin/email-queue/?k=e345e1b6623f0dca119bc2d9433b130b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#download',
260
+ 'wp_install' => '/wp-admin/plugin-install.php?tab=search&s=Email+Queue+BestWebSoft&plugin-search-input=Search+Plugins',
261
+ 'settings' => 'admin.php?page=mlq_settings'
262
  )
263
  );
264
  $bws_plugins_pro = array(
313
  ),
314
  'google-one-pro/google-plus-one-pro.php' => array(
315
  'name' => 'Google +1 Pro',
316
+ 'description' => 'Allows you to see how many times your page has been liked on Google Search Engine as well as who has liked the article.',
317
  'link' => 'http://bestwebsoft.com/plugin/google-plus-one-pro/?k=f4b0a62d155c9df9601a0531ad5bd832&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
318
  'purchase' => 'http://bestwebsoft.com/plugin/google-plus-one-pro?k=f4b0a62d155c9df9601a0531ad5bd832&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version . '#purchase',
319
  'settings' => 'admin.php?page=google-plus-one-pro.php'
586
  </div>
587
  <div class="bws_product_links">
588
  <a href="<?php echo $bws_plugins_pro[ $key_plugin ]["link"]; ?>" target="_blank"><?php _e( "Learn more", 'bestwebsoft' ); ?></a>
589
+ <?php if ( '' != $bws_plugins_pro[ $key_plugin ]["settings"] ) { ?>
590
+ <span> | </span>
591
+ <a href="<?php echo $bws_plugins_pro[ $key_plugin ]["settings"]; ?>" target="_blank"><?php _e( "Settings", 'bestwebsoft' ); ?></a>
592
+ <?php } ?>
593
  </div>
594
  </div>
595
  <?php } elseif ( isset( $bws_plugins[ $key_plugin ] ) ) { ?>
615
  </div>
616
  <div class="bws_product_links">
617
  <a href="<?php echo $bws_plugins[ $key_plugin ]["link"]; ?>" target="_blank"><?php _e( "Learn more", 'bestwebsoft' ); ?></a>
618
+ <?php if ( '' != $bws_plugins[ $key_plugin ]["settings"] ) { ?>
619
+ <span> | </span>
620
+ <a href="<?php echo $bws_plugins[ $key_plugin ]["settings"]; ?>" target="_blank"><?php _e( "Settings", 'bestwebsoft' ); ?></a>
621
+ <?php } ?>
622
  </div>
623
  </div>
624
  <?php }
bws_menu/css/style.css CHANGED
@@ -95,6 +95,7 @@ h4.bws_installed:before {
95
  margin: -9px auto -10px;
96
  position: relative;
97
  width: 46px;
 
98
  }
99
  .bws_product_description {
100
  padding: 0 10px;
95
  margin: -9px auto -10px;
96
  position: relative;
97
  width: 46px;
98
+ line-height: 19px;
99
  }
100
  .bws_product_description {
101
  padding: 0 10px;
bws_menu/icons/bws-google-analytics.png CHANGED
File without changes
bws_menu/icons/bws-google-maps.png CHANGED
File without changes
bws_menu/icons/contact-form-multi.png CHANGED
File without changes
bws_menu/icons/db-manager.png CHANGED
File without changes
bws_menu/icons/email-queue.png ADDED
Binary file
bws_menu/icons/subscriber.png CHANGED
File without changes
google-captcha.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Google Captcha (reCAPTCHA)
4
  Plugin URI: http://bestwebsoft.com/plugin/
5
  Description: Plugin Google Captcha intended to prove that the visitor is a human being and not a spam robot.
6
  Author: BestWebSoft
7
- Version: 1.03
8
  Author URI: http://bestwebsoft.com/
9
  License: GPLv3 or later
10
  */
@@ -124,8 +124,10 @@ if ( ! function_exists( 'gglcptch_init' ) ) {
124
  }
125
  if ( '1' == $gglcptch_options['contact_form'] ) {
126
  add_filter( 'cntctfrm_display_captcha', 'gglcptch_display' );
 
127
  } elseif ( '0' == $gglcptch_options['contact_form'] ) {
128
  remove_filter( 'cntctfrm_display_captcha', 'gglcptch_display' );
 
129
  }
130
  }
131
  }
4
  Plugin URI: http://bestwebsoft.com/plugin/
5
  Description: Plugin Google Captcha intended to prove that the visitor is a human being and not a spam robot.
6
  Author: BestWebSoft
7
+ Version: 1.04
8
  Author URI: http://bestwebsoft.com/
9
  License: GPLv3 or later
10
  */
124
  }
125
  if ( '1' == $gglcptch_options['contact_form'] ) {
126
  add_filter( 'cntctfrm_display_captcha', 'gglcptch_display' );
127
+ add_filter( 'cntctfrmpr_display_captcha', 'gglcptch_display' );
128
  } elseif ( '0' == $gglcptch_options['contact_form'] ) {
129
  remove_filter( 'cntctfrm_display_captcha', 'gglcptch_display' );
130
+ remove_filter( 'cntctfrmpr_display_captcha', 'gglcptch_display' );
131
  }
132
  }
133
  }
js/script.js CHANGED
@@ -52,4 +52,4 @@
52
  }
53
  return xmlhttp;
54
  }
55
- })(jQuery);
52
  }
53
  return xmlhttp;
54
  }
55
+ })(jQuery);
languages/google_captcha-pl_PL.mo CHANGED
File without changes
languages/google_captcha-pl_PL.po CHANGED
File without changes
languages/google_captcha-pt_BR.mo ADDED
Binary file
languages/google_captcha-pt_BR.po ADDED
@@ -0,0 +1,385 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: google_captcha\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2014-07-18 15:01+0300\n"
6
+ "PO-Revision-Date: \n"
7
+ "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
+ "Language-Team: Elton Peetz Prado <epeetz@gmail.com>\n"
9
+ "Language: pt_BR\n"
10
+ "MIME-Version: 1.0\n"
11
+ "Content-Type: text/plain; charset=UTF-8\n"
12
+ "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Poedit-KeywordsList: __;_e\n"
14
+ "X-Poedit-Basepath: ..\n"
15
+ "X-Poedit-SourceCharset: UTF-8\n"
16
+ "X-Generator: Poedit 1.6.6\n"
17
+ "Plural-Forms: nplurals=2; plural=(n > 1);\n"
18
+ "X-Poedit-SearchPath-0: .\n"
19
+
20
+ #: google-captcha.php:74
21
+ #: google-captcha.php:280
22
+ msgid "Google Captcha Settings"
23
+ msgstr "Configurações Google Captcha"
24
+
25
+ #: google-captcha.php:74
26
+ msgid "Google Captcha"
27
+ msgstr "Google Captcha"
28
+
29
+ #: google-captcha.php:87
30
+ msgid "requires"
31
+ msgstr "obrigatório"
32
+
33
+ #: google-captcha.php:87
34
+ msgid "or higher, that is why it has been deactivated! Please upgrade WordPress and try again."
35
+ msgstr "ou superior, é por isso que ele foi desativado! Por favor, atualize WordPress e tente novamente."
36
+
37
+ #: google-captcha.php:87
38
+ msgid "Back to the WordPress"
39
+ msgstr "Voltar ao WordPress"
40
+
41
+ #: google-captcha.php:87
42
+ msgid "Plugins page"
43
+ msgstr "Página de plugins"
44
+
45
+ #: google-captcha.php:222
46
+ msgid "Public Key"
47
+ msgstr "Chave pública"
48
+
49
+ #: google-captcha.php:227
50
+ msgid "Private Key"
51
+ msgstr "Chave privada"
52
+
53
+ #: google-captcha.php:235
54
+ msgid "Login form"
55
+ msgstr "Formulário de login"
56
+
57
+ #: google-captcha.php:236
58
+ msgid "Registration form"
59
+ msgstr "Formulário de registro"
60
+
61
+ #: google-captcha.php:237
62
+ msgid "Reset password form"
63
+ msgstr "Formulário de alterar senha"
64
+
65
+ #: google-captcha.php:238
66
+ msgid "Comments form"
67
+ msgstr "Fomulário de comentários"
68
+
69
+ #: google-captcha.php:253
70
+ msgid "Enter public key"
71
+ msgstr "Digite a chave pública"
72
+
73
+ #: google-captcha.php:254
74
+ #: google-captcha.php:260
75
+ msgid "WARNING: The captcha will not display while you don't fill key fields."
76
+ msgstr "AVISO: O captcha não será exibido enquanto você não preencher os campos-chave."
77
+
78
+ #: google-captcha.php:259
79
+ msgid "Enter private key"
80
+ msgstr "Digite a chave privada"
81
+
82
+ #: google-captcha.php:282
83
+ #: google-captcha.php:535
84
+ #: google-captcha.php:546
85
+ msgid "Settings"
86
+ msgstr "Configurações"
87
+
88
+ #: google-captcha.php:283
89
+ #: google-captcha.php:547
90
+ msgid "FAQ"
91
+ msgstr "FAQ"
92
+
93
+ #: google-captcha.php:285
94
+ msgid "Settings saved"
95
+ msgstr "Configurações salvas"
96
+
97
+ #: google-captcha.php:287
98
+ msgid "If you would like to add the Google Captcha to your own form, just copy and paste this shortcode to your post or page:"
99
+ msgstr "Se você quiser adicionar o Google Captcha para seu próprio formulário, basta copiar e colar este shortcode para o seu post ou página:"
100
+
101
+ #: google-captcha.php:289
102
+ msgid "Authentication"
103
+ msgstr "Autenticação"
104
+
105
+ #: google-captcha.php:290
106
+ #, php-format
107
+ msgid "Before you are able to do something, you must to register %s here %s"
108
+ msgstr "Antes de você fazer alguma coisa, deve se registrar %s aqui %s"
109
+
110
+ #: google-captcha.php:291
111
+ msgid "Enter public and private keys, that you get after registration."
112
+ msgstr "Digite as chaves públicas e privadas, que você recebe após o registro."
113
+
114
+ #: google-captcha.php:303
115
+ msgid "Options"
116
+ msgstr "Opções"
117
+
118
+ #: google-captcha.php:306
119
+ msgid "Enable Google Captcha for:"
120
+ msgstr "Ativar Google Captcha para:"
121
+
122
+ #: google-captcha.php:315
123
+ #: google-captcha.php:318
124
+ #: google-captcha.php:322
125
+ msgid "Contact form"
126
+ msgstr "Formulário de contato"
127
+
128
+ #: google-captcha.php:316
129
+ #: google-captcha.php:319
130
+ #: google-captcha.php:323
131
+ msgid "powered by"
132
+ msgstr "distribuído por"
133
+
134
+ #: google-captcha.php:319
135
+ msgid "Activate contact form"
136
+ msgstr "Ativar formulário de contato"
137
+
138
+ #: google-captcha.php:323
139
+ msgid "Download contact form"
140
+ msgstr "Baixar formulário de contato"
141
+
142
+ #: google-captcha.php:328
143
+ msgid "Hide captcha for:"
144
+ msgstr "Esconder captcha para:"
145
+
146
+ #: google-captcha.php:336
147
+ msgid "Theme:"
148
+ msgstr "Tema:"
149
+
150
+ #: google-captcha.php:347
151
+ msgid "Save Changes"
152
+ msgstr "Salvar alterações"
153
+
154
+ #: google-captcha.php:353
155
+ msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
156
+ msgstr "Se você gostar de nosso plugin, por favor, dê-lhe 5 estrelas em WordPress"
157
+
158
+ #: google-captcha.php:354
159
+ msgid "Rate the plugin"
160
+ msgstr "Classifique o plugin"
161
+
162
+ #: google-captcha.php:357
163
+ msgid "If there is something wrong about it, please contact us"
164
+ msgstr "Se há algo de errado com isso, por favor, entre em contato conosco"
165
+
166
+ #: google-captcha.php:396
167
+ msgid "Error: You have entered an incorrect CAPTCHA value."
168
+ msgstr "Erro: Você digitou um CAPTCHA com valor incorreto."
169
+
170
+ #: google-captcha.php:404
171
+ msgid "To use Google Captcha you must get the keys from"
172
+ msgstr "Para usar o Google Captcha é necessário obter as chaves de"
173
+
174
+ #: google-captcha.php:404
175
+ msgid "here"
176
+ msgstr "aqui"
177
+
178
+ #: google-captcha.php:404
179
+ msgid "and enter them on the"
180
+ msgstr "e inserí-los no"
181
+
182
+ #: google-captcha.php:404
183
+ msgid "plugin setting page"
184
+ msgstr "página de configuração do plugin"
185
+
186
+ #: google-captcha.php:457
187
+ #: google-captcha.php:499
188
+ #: google-captcha.php:521
189
+ msgid "Error: You have entered an incorrect CAPTCHA value. Click the BACK button on your browser, and try again."
190
+ msgstr "Erro: Você digitou um CAPTCHA com valor incorreto. Clique no botão Voltar do seu navegador e tente novamente."
191
+
192
+ #: google-captcha.php:548
193
+ msgid "Support"
194
+ msgstr "Suporte"
195
+
196
+ #~ msgid "Not set"
197
+ #~ msgstr "Não definido"
198
+
199
+ #~ msgid "On"
200
+ #~ msgstr "Em"
201
+
202
+ #~ msgid "Off"
203
+ #~ msgstr "Off"
204
+
205
+ #~ msgid "N/A"
206
+ #~ msgstr "N/A"
207
+
208
+ #~ msgid " Mb"
209
+ #~ msgstr " Mb"
210
+
211
+ #~ msgid "Yes"
212
+ #~ msgstr "Sim"
213
+
214
+ #~ msgid "No"
215
+ #~ msgstr "Não"
216
+
217
+ #~ msgid "Operating System"
218
+ #~ msgstr "Sistema operacional"
219
+
220
+ #~ msgid "Server"
221
+ #~ msgstr "Servidor"
222
+
223
+ #~ msgid "Memory usage"
224
+ #~ msgstr "Uso da memória"
225
+
226
+ #~ msgid "MYSQL Version"
227
+ #~ msgstr "Versão MySQL"
228
+
229
+ #~ msgid "SQL Mode"
230
+ #~ msgstr "Modo SQL"
231
+
232
+ #~ msgid "PHP Version"
233
+ #~ msgstr "Versão do PHP"
234
+
235
+ #~ msgid "PHP Safe Mode"
236
+ #~ msgstr "PHP Safe Mode"
237
+
238
+ #~ msgid "PHP Allow URL fopen"
239
+ #~ msgstr "Permitir PHP URL fopen"
240
+
241
+ #~ msgid "PHP Memory Limit"
242
+ #~ msgstr "Limite de memória do PHP"
243
+
244
+ #~ msgid "PHP Max Upload Size"
245
+ #~ msgstr "PHP Max Upload Size"
246
+
247
+ #~ msgid "PHP Max Post Size"
248
+ #~ msgstr "PHP Max Post Size"
249
+
250
+ #~ msgid "PHP Max Script Execute Time"
251
+ #~ msgstr "PHP Max Script Execute Time"
252
+
253
+ #~ msgid "PHP Exif support"
254
+ #~ msgstr "Suporte PHP Exif"
255
+
256
+ #~ msgid "PHP IPTC support"
257
+ #~ msgstr "Suporte PHP IPTC"
258
+
259
+ #~ msgid "PHP XML support"
260
+ #~ msgstr "Suporte a XML PHP"
261
+
262
+ #~ msgid "Site URL"
263
+ #~ msgstr "URL do site"
264
+
265
+ #~ msgid "Home URL"
266
+ #~ msgstr "URL do início"
267
+
268
+ #~ msgid "WordPress Version"
269
+ #~ msgstr "Versão do WordPress"
270
+
271
+ #~ msgid "WordPress DB Version"
272
+ #~ msgstr "Versão do DB WordPress"
273
+
274
+ #~ msgid "Multisite"
275
+ #~ msgstr "Multisite"
276
+
277
+ #~ msgid "Active Theme"
278
+ #~ msgstr "Tema ativo"
279
+
280
+ #~ msgid "Please enter a valid email address."
281
+ #~ msgstr "Por favor insira um endereço de e-mail válido."
282
+
283
+ #~ msgid "Email with system info is sent to "
284
+ #~ msgstr "E-mail com informações do sistema serão enviados para "
285
+
286
+ #~ msgid "Thank you for contacting us."
287
+ #~ msgstr "Obrigado por nos contatar."
288
+
289
+ #~ msgid "Sorry, email message could not be delivered."
290
+ #~ msgstr "Desculpe, mensagem de e-mail não pôde ser entregue."
291
+
292
+ #~ msgid "Plugins"
293
+ #~ msgstr "Plugins"
294
+
295
+ #~ msgid "Themes"
296
+ #~ msgstr "Temas"
297
+
298
+ #~ msgid "System status"
299
+ #~ msgstr "Status do sistema"
300
+
301
+ #~ msgid "All"
302
+ #~ msgstr "Tudo"
303
+
304
+ #~ msgid "Installed"
305
+ #~ msgstr "Instalado"
306
+
307
+ #~ msgid "Recommended"
308
+ #~ msgstr "Recomendados"
309
+
310
+ #~ msgid "Installed plugins"
311
+ #~ msgstr "Plugins instalados"
312
+
313
+ #~ msgid "Learn more"
314
+ #~ msgstr "Saber mais"
315
+
316
+ #~ msgid "Go"
317
+ #~ msgstr "Ir"
318
+
319
+ #~ msgid "DONATE"
320
+ #~ msgstr "DOE"
321
+
322
+ #~ msgid "Activate this plugin"
323
+ #~ msgstr "Ative este plugin"
324
+
325
+ #~ msgid "Activate"
326
+ #~ msgstr "Ativar"
327
+
328
+ #~ msgid "Recommended plugins"
329
+ #~ msgstr "Plugins recomendados"
330
+
331
+ #~ msgid "Install now"
332
+ #~ msgstr "Instalar agora"
333
+
334
+ #~ msgid "Try again"
335
+ #~ msgstr "Tentar novamente"
336
+
337
+ #~ msgid "Preview &#8220;%s&#8221;"
338
+ #~ msgstr "Visualização &#8220;%s&#8221;"
339
+
340
+ #~ msgid "Install %s"
341
+ #~ msgstr "Instalação %s"
342
+
343
+ #~ msgid "Install Now"
344
+ #~ msgstr "Instalar agora"
345
+
346
+ #~ msgid "Update to version %s"
347
+ #~ msgstr "Atualizar para a versão %s"
348
+
349
+ #~ msgid "Update"
350
+ #~ msgstr "Atualizar"
351
+
352
+ #~ msgid "Preview %s"
353
+ #~ msgstr "Visualizar %s"
354
+
355
+ #~ msgid "Preview"
356
+ #~ msgstr "Visualizar"
357
+
358
+ #~ msgid "By %s"
359
+ #~ msgstr "Por %s"
360
+
361
+ #~ msgid "Details"
362
+ #~ msgstr "Detalhes"
363
+
364
+ #~ msgid "Already Installed"
365
+ #~ msgstr "Já instalado"
366
+
367
+ #~ msgid "Environment"
368
+ #~ msgstr "Ambiente"
369
+
370
+ #~ msgid "Active Plugins"
371
+ #~ msgstr "Plugins ativos"
372
+
373
+ #~ msgid "Inactive Plugins"
374
+ #~ msgstr "Plugins inativos"
375
+
376
+ #~ msgid "Send to support"
377
+ #~ msgstr "Enviar para o suporte"
378
+
379
+ #~ msgid "Send to custom email &#187;"
380
+ #~ msgstr "Enviar para o e-mail personalizado &#187;"
381
+
382
+ #~ msgid "WARNING: The captcha will not display while you not fill key fields."
383
+ #~ msgstr ""
384
+ #~ "ПРЕДУПРЕЖДЕНИЕ: Google Captcha не будет отображаться пока вы не заполните "
385
+ #~ "ключевые поля."
languages/google_captcha-uk.mo CHANGED
File without changes
languages/google_captcha-uk.po CHANGED
File without changes
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.2checkout.com/checkout/purchase?sid=1430388&quantity=1&
4
  Tags: antispam, anti-spam, capcha, anti-spam security, arithmetic actions, captcha, captha, capcha, catcha, cpatcha, captcha theme, comment, digitize books, digitize newspapers, digitize radio shows, google, gogle, google captcha, login, lost password, re captcha, recaptcha, re-captcha, registration, shortcode, site keys, spam, text captcha.
5
  Requires at least: 3.0
6
  Tested up to: 3.9.1
7
- Stable tag: 1.03
8
  License: GPLv3 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -41,7 +41,8 @@ There is also a premium version of the plugin <a href="http://bestwebsoft.com/pl
41
 
42
  = Translation =
43
 
44
- * Polish (pl_PL) (thanks to <a href="mailto:ryszard.glegola@translanet.com ">Ryszard Glegola</a>, www.translanet.com)
 
45
  * Russian (ru_RU)
46
  * Ukrainian (uk)
47
 
@@ -141,6 +142,10 @@ Please make sure that the problem hasn't been discussed yet on our forum (<a hre
141
 
142
  == Changelog ==
143
 
 
 
 
 
144
  = V1.03 - 06.06.2014 =
145
  * New : The Polish language file is added.
146
  * New : The Ukrainian language file is added.
@@ -163,6 +168,9 @@ Please make sure that the problem hasn't been discussed yet on our forum (<a hre
163
 
164
  == Upgrade Notice ==
165
 
 
 
 
166
  = V1.03 =
167
  The Polish language file is added. The Ukrainian language file is added. Renew captcha automaticly if was entered wrong value (thanks to Yaroslav Rogoza, github.com/rogyar). We updated all functionality for wordpress 3.9.1. Problem with checking captcha for sites with https was fixed.
168
 
4
  Tags: antispam, anti-spam, capcha, anti-spam security, arithmetic actions, captcha, captha, capcha, catcha, cpatcha, captcha theme, comment, digitize books, digitize newspapers, digitize radio shows, google, gogle, google captcha, login, lost password, re captcha, recaptcha, re-captcha, registration, shortcode, site keys, spam, text captcha.
5
  Requires at least: 3.0
6
  Tested up to: 3.9.1
7
+ Stable tag: 1.04
8
  License: GPLv3 or later
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
41
 
42
  = Translation =
43
 
44
+ * Brazilian Portuguese (pt_BR) (thanks to <a href="mailto:epeetz@gmail.com">Elton Fernandes Peetz Prado</a>)
45
+ * Polish (pl_PL) (thanks to <a href="mailto:ryszard.glegola@translanet.com">Ryszard Glegola</a>, www.translanet.com)
46
  * Russian (ru_RU)
47
  * Ukrainian (uk)
48
 
142
 
143
  == Changelog ==
144
 
145
+ = V1.04 - 18.07.2014 =
146
+ * Bugfix : Problem with displaying Google Captcha in Contact Form Pro (by BestWebSoft) is fixed.
147
+ * New : The Brazilian Portuguese language file is added.
148
+
149
  = V1.03 - 06.06.2014 =
150
  * New : The Polish language file is added.
151
  * New : The Ukrainian language file is added.
168
 
169
  == Upgrade Notice ==
170
 
171
+ = V1.04 =
172
+ Problem with displaying Google Captcha in Contact Form Pro (by BestWebSoft) is fixed. The Brazilian Portuguese language file is added.
173
+
174
  = V1.03 =
175
  The Polish language file is added. The Ukrainian language file is added. Renew captcha automaticly if was entered wrong value (thanks to Yaroslav Rogoza, github.com/rogyar). We updated all functionality for wordpress 3.9.1. Problem with checking captcha for sites with https was fixed.
176