Version Description
- 26.11.2014 =
- Update : We updated url and key names for Google Api.
Download this release
Release Info
Developer | bestwebsoft |
Plugin | Google Captcha (reCAPTCHA) by BestWebSoft |
Version | 1.10 |
Comparing to | |
See all releases |
Code changes from version 1.09 to 1.10
- bws_menu/bws_menu.php +44 -37
- bws_menu/css/general_style.css +0 -0
- bws_menu/css/general_style_wp_before_3.8.css +0 -0
- bws_menu/css/style.css +0 -0
- bws_menu/icons/adsense.png +0 -0
- bws_menu/icons/bws-google-analytics.png +0 -0
- bws_menu/icons/bws-google-maps.png +0 -0
- bws_menu/icons/captcha.png +0 -0
- bws_menu/icons/contact-form-multi.png +0 -0
- bws_menu/icons/contact-form-to-db.png +0 -0
- bws_menu/icons/contact-form.png +0 -0
- bws_menu/icons/custom-fields-search.png +0 -0
- bws_menu/icons/custom-search.png +0 -0
- bws_menu/icons/db-manager.png +0 -0
- bws_menu/icons/donate-button.png +0 -0
- bws_menu/icons/email-queue.png +0 -0
- bws_menu/icons/facebook-button.png +0 -0
- bws_menu/icons/gallery.png +0 -0
- bws_menu/icons/google-captcha.png +0 -0
- bws_menu/icons/google-one.png +0 -0
- bws_menu/icons/google-shortlink.png +0 -0
- bws_menu/icons/google-sitemap.png +0 -0
- bws_menu/icons/htaccess.png +0 -0
- bws_menu/icons/job-board.png +0 -0
- bws_menu/icons/limit-attempts.png +0 -0
- bws_menu/icons/multilanguage.png +0 -0
- bws_menu/icons/pdf-print.png +0 -0
- bws_menu/icons/portfolio.png +0 -0
- bws_menu/icons/post-to-csv.png +0 -0
- bws_menu/icons/quotes-and-tips.png +0 -0
- bws_menu/icons/relevant.png +0 -0
- bws_menu/icons/sender.png +0 -0
- bws_menu/icons/subscriber.png +0 -0
- bws_menu/icons/twitter.png +0 -0
- bws_menu/icons/updater.png +0 -0
- bws_menu/icons/user-role.png +0 -0
- bws_menu/images/icon_16.png +0 -0
- bws_menu/images/icon_16_b.png +0 -0
- bws_menu/images/icon_16_c.png +0 -0
- bws_menu/images/icon_16_single.png +0 -0
- bws_menu/images/icon_36.png +0 -0
- bws_menu/images/icon_36_b.png +0 -0
- bws_menu/images/pattern.png +0 -0
- bws_menu/images/pattern_bg.png +0 -0
- bws_menu/images/system-status.png +0 -0
- bws_menu/js/bws_menu.js +0 -0
- bws_menu/languages/bestwebsoft-de_DE.mo +0 -0
- bws_menu/languages/bestwebsoft-de_DE.po +0 -0
- bws_menu/languages/bestwebsoft-fr_FR.mo +0 -0
- bws_menu/languages/bestwebsoft-fr_FR.po +0 -0
- bws_menu/languages/bestwebsoft-it_IT.mo +0 -0
- bws_menu/languages/bestwebsoft-it_IT.po +0 -0
- bws_menu/languages/bestwebsoft-ja.mo +0 -0
- bws_menu/languages/bestwebsoft-ja.po +0 -0
- bws_menu/languages/bestwebsoft-pt_BR.mo +0 -0
- bws_menu/languages/bestwebsoft-pt_BR.po +0 -0
- bws_menu/languages/bestwebsoft-ru_RU.mo +0 -0
- bws_menu/languages/bestwebsoft-ru_RU.po +0 -0
- bws_menu/languages/bestwebsoft-sr_RS.mo +0 -0
- bws_menu/languages/bestwebsoft-sr_RS.po +0 -0
- bws_menu/languages/bestwebsoft-sv_SE.mo +0 -0
- bws_menu/languages/bestwebsoft-sv_SE.po +0 -0
- bws_menu/languages/bestwebsoft-uk.mo +0 -0
- bws_menu/languages/bestwebsoft-uk.po +0 -0
- css/style.css +0 -0
- google-captcha.php +27 -16
- google_captcha_check.php +0 -0
- images/px.png +0 -0
- js/script.js +0 -0
- languages/google_captcha-es_ES.mo +0 -0
- languages/google_captcha-es_ES.po +102 -83
- languages/google_captcha-pl_PL.mo +0 -0
- languages/google_captcha-pl_PL.po +63 -51
- languages/google_captcha-pt_BR.mo +0 -0
- languages/google_captcha-pt_BR.po +89 -75
- languages/google_captcha-ru_RU.mo +0 -0
- languages/google_captcha-ru_RU.po +62 -54
- languages/google_captcha-uk.mo +0 -0
- languages/google_captcha-uk.po +0 -0
- languages/google_captcha-zh_TW.mo +0 -0
- languages/google_captcha-zh_TW.po +0 -0
- lib/license.txt +0 -0
- lib/recaptchalib.php +0 -0
- readme.txt +8 -2
- screenshot-1.png +0 -0
- screenshot-2.png +0 -0
- screenshot-3.png +0 -0
- screenshot-4.png +0 -0
- screenshot-5.png +0 -0
- screenshot-6.png +0 -0
bws_menu/bws_menu.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
* Function for displaying BestWebSoft menu
|
4 |
-
* Version: 1.
|
5 |
*/
|
6 |
|
7 |
if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
@@ -12,6 +12,11 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
12 |
|
13 |
if ( ! function_exists( 'is_plugin_active_for_network' ) )
|
14 |
require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
|
|
|
|
|
|
|
|
|
|
|
15 |
|
16 |
$bws_plugins = array(
|
17 |
'captcha/captcha.php' => array(
|
@@ -19,7 +24,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
19 |
'description' => 'Plugin intended to prove that the visitor is a human being and not a spam robot.',
|
20 |
'link' => 'http://bestwebsoft.com/products/captcha/?k=d678516c0990e781edfb6a6c874f0b8a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
21 |
'download' => 'http://bestwebsoft.com/products/captcha/download/?k=d678516c0990e781edfb6a6c874f0b8a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
22 |
-
'wp_install' => '
|
23 |
'settings' => 'admin.php?page=captcha.php',
|
24 |
'pro_version' => 'captcha-pro/captcha_pro.php',
|
25 |
'purchase' => 'http://bestwebsoft.com/products/captcha/buy/?k=ff7d65e55e5e7f98f219be9ed711094e&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
@@ -30,7 +35,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
30 |
'description' => 'Add Contact Form to your WordPress website.',
|
31 |
'link' => 'http://bestwebsoft.com/products/contact-form/?k=012327ef413e5b527883e031d43b088b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
32 |
'download' => 'http://bestwebsoft.com/products/contact-form/download/?k=012327ef413e5b527883e031d43b088b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
33 |
-
'wp_install' => '
|
34 |
'settings' => 'admin.php?page=contact_form.php',
|
35 |
'pro_version' => 'contact-form-pro/contact_form_pro.php',
|
36 |
'purchase' => 'http://bestwebsoft.com/products/contact-form/buy/?k=773dc97bb3551975db0e32edca1a6d71&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
@@ -41,7 +46,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
41 |
'description' => 'Allows you to add the Follow and Like buttons the easiest way.',
|
42 |
'link' => 'http://bestwebsoft.com/products/facebook-like-button/?k=05ec4f12327f55848335802581467d55&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
43 |
'download' => 'http://bestwebsoft.com/products/facebook-like-button/download/?k=05ec4f12327f55848335802581467d55&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
44 |
-
'wp_install' => '
|
45 |
'settings' => 'admin.php?page=facebook-button-plugin.php',
|
46 |
'pro_version' => 'facebook-button-pro/facebook-button-pro.php',
|
47 |
'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,
|
@@ -52,7 +57,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
52 |
'description' => 'Allows you to add the Twitter "Follow" and "Like" buttons the easiest way.',
|
53 |
'link' => 'http://bestwebsoft.com/products/twitter/?k=f8cb514e25bd7ec4974d64435c5eb333&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
54 |
'download' => 'http://bestwebsoft.com/products/twitter/download/?k=f8cb514e25bd7ec4974d64435c5eb333&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
55 |
-
'wp_install' => '
|
56 |
'settings' => 'admin.php?page=twitter.php',
|
57 |
'pro_version' => 'twitter-pro/twitter-pro.php',
|
58 |
'purchase' => 'http://bestwebsoft.com/products/twitter/buy/?k=63ecbf0cc9cebf060b5a3c9362299700&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
@@ -63,7 +68,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
63 |
'description' => 'Allows you to create a page with the information about your past projects.',
|
64 |
'link' => 'http://bestwebsoft.com/products/portfolio/?k=1249a890c5b7bba6bda3f528a94f768b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
65 |
'download' => 'http://bestwebsoft.com/products/portfolio/download/?k=1249a890c5b7bba6bda3f528a94f768b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
66 |
-
'wp_install' => '
|
67 |
'settings' => 'admin.php?page=portfolio.php'
|
68 |
),
|
69 |
'gallery-plugin/gallery-plugin.php' => array(
|
@@ -71,7 +76,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
71 |
'description' => 'Allows you to implement a Gallery page into your website.',
|
72 |
'link' => 'http://bestwebsoft.com/products/gallery/?k=2da21c0a64eec7ebf16337fa134c5f78&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
73 |
'download' => 'http://bestwebsoft.com/products/gallery/download/?k=2da21c0a64eec7ebf16337fa134c5f78&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
74 |
-
'wp_install' => '
|
75 |
'settings' => 'admin.php?page=gallery-plugin.php',
|
76 |
'pro_version' => 'gallery-plugin-pro/gallery-plugin-pro.php',
|
77 |
'purchase' => 'http://bestwebsoft.com/products/gallery/buy/?k=382e5ce7c96a6391f5ffa5e116b37fe0&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
@@ -82,7 +87,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
82 |
'description' => 'Allows Google AdSense implementation to your website.',
|
83 |
'link' => 'http://bestwebsoft.com/products/google-adsense/?k=60e3979921e354feb0347e88e7d7b73d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
84 |
'download' => 'http://bestwebsoft.com/products/google-adsense/download/?k=60e3979921e354feb0347e88e7d7b73d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
85 |
-
'wp_install' => '
|
86 |
'settings' => 'admin.php?page=adsense-plugin.php'
|
87 |
),
|
88 |
'custom-search-plugin/custom-search-plugin.php'=> array(
|
@@ -90,7 +95,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
90 |
'description' => 'Allows to extend your website search functionality by adding a custom post type.',
|
91 |
'link' => 'http://bestwebsoft.com/products/custom-search/?k=933be8f3a8b8719d95d1079d15443e29&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
92 |
'download' => 'http://bestwebsoft.com/products/custom-search/download/?k=933be8f3a8b8719d95d1079d15443e29&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
93 |
-
'wp_install' => '
|
94 |
'settings' => 'admin.php?page=custom_search.php'
|
95 |
),
|
96 |
'quotes-and-tips/quotes-and-tips.php'=> array(
|
@@ -98,7 +103,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
98 |
'description' => 'Allows you to implement quotes & tips block into your web site.',
|
99 |
'link' => 'http://bestwebsoft.com/products/quotes-and-tips/?k=5738a4e85a798c4a5162240c6515098d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
100 |
'download' => 'http://bestwebsoft.com/products/quotes-and-tips/download/?k=5738a4e85a798c4a5162240c6515098d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
101 |
-
'wp_install' => '
|
102 |
'settings' => 'admin.php?page=quotes-and-tips.php'
|
103 |
),
|
104 |
'google-sitemap-plugin/google-sitemap-plugin.php'=> array(
|
@@ -106,7 +111,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
106 |
'description' => 'Allows you to add sitemap file to Google Webmaster Tools.',
|
107 |
'link' => 'http://bestwebsoft.com/products/google-sitemap/?k=5202b2f5ce2cf85daee5e5f79a51d806&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
108 |
'download' => 'http://bestwebsoft.com/products/google-sitemap/download/?k=5202b2f5ce2cf85daee5e5f79a51d806&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
109 |
-
'wp_install' => '
|
110 |
'settings' => 'admin.php?page=google-sitemap-plugin.php',
|
111 |
'pro_version' => 'google-sitemap-pro/google-sitemap-pro.php',
|
112 |
'purchase' => 'http://bestwebsoft.com/products/google-sitemap/buy/?k=7ea384a5cc36cb4c22741caa20dcd56d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
@@ -117,7 +122,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
117 |
'description' => 'Allows you to update plugins and WP core.',
|
118 |
'link' => 'http://bestwebsoft.com/products/updater/?k=66f3ecd4c1912009d395c4bb30f779d1&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
119 |
'download' => 'http://bestwebsoft.com/products/updater/download/?k=66f3ecd4c1912009d395c4bb30f779d1&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
120 |
-
'wp_install' => '
|
121 |
'settings' => 'admin.php?page=updater-options',
|
122 |
'pro_version' => 'updater-pro/updater_pro.php',
|
123 |
'purchase' => 'http://bestwebsoft.com/products/updater/buy/?k=cf633acbefbdff78545347fe08a3aecb&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
@@ -128,7 +133,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
128 |
'description' => 'Allows you to add website search any existing custom fields.',
|
129 |
'link' => 'http://bestwebsoft.com/products/custom-fields-search/?k=f3f8285bb069250c42c6ffac95ed3284&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
130 |
'download' => 'http://bestwebsoft.com/products/custom-fields-search/download/?k=f3f8285bb069250c42c6ffac95ed3284&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
131 |
-
'wp_install' => '
|
132 |
'settings' => 'admin.php?page=custom_fields_search.php'
|
133 |
),
|
134 |
'google-one/google-plus-one.php' => array(
|
@@ -136,7 +141,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
136 |
'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.',
|
137 |
'link' => 'http://bestwebsoft.com/products/google-plus-one/?k=ce7a88837f0a857b3a2bb142f470853c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
138 |
'download' => 'http://bestwebsoft.com/products/google-plus-one/download/?k=ce7a88837f0a857b3a2bb142f470853c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
139 |
-
'wp_install' => '
|
140 |
'settings' => 'admin.php?page=google-plus-one.php',
|
141 |
'pro_version' => 'google-one-pro/google-plus-one-pro.php',
|
142 |
'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,
|
@@ -147,7 +152,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
147 |
'description' => 'Allows you to display related posts with similar words in category, tags, title or by adding special meta key for posts.',
|
148 |
'link' => 'http://bestwebsoft.com/products/related-posts/?k=73fb737037f7141e66415ec259f7e426&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
149 |
'download' => 'http://bestwebsoft.com/products/related-posts/download/?k=73fb737037f7141e66415ec259f7e426&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
150 |
-
'wp_install' => '
|
151 |
'settings' => 'admin.php?page=related-posts-plugin.php'
|
152 |
),
|
153 |
'contact-form-to-db/contact_form_to_db.php' => array(
|
@@ -155,7 +160,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
155 |
'description' => 'Allows you to manage the messages that have been sent from your site.',
|
156 |
'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,
|
157 |
'download' => 'http://bestwebsoft.com/products/contact-form-to-db/download/?k=ba3747d317c2692e4136ca096a8989d6&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
158 |
-
'wp_install' => '
|
159 |
'settings' => 'admin.php?page=cntctfrmtdb_settings',
|
160 |
'pro_version' => 'contact-form-to-db-pro/contact_form_to_db_pro.php',
|
161 |
'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,
|
@@ -166,7 +171,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
166 |
'description' => 'Allows you to create PDF and Print page with adding appropriate buttons to the content.',
|
167 |
'link' => 'http://bestwebsoft.com/products/pdf-print/?k=bfefdfb522a4c0ff0141daa3f271840c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
168 |
'download' => 'http://bestwebsoft.com/products/pdf-print/download/?k=bfefdfb522a4c0ff0141daa3f271840c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
169 |
-
'wp_install' => '
|
170 |
'settings' => 'admin.php?page=pdf-print.php',
|
171 |
'pro_version' => 'pdf-print-pro/pdf-print-pro.php',
|
172 |
'purchase' => 'http://bestwebsoft.com/products/pdf-print/buy/?k=fd43a0e659ddc170a9060027cbfdcc3a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
@@ -177,7 +182,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
177 |
'description' => 'Makes it possible to place donation buttons of various payment systems on your web page.',
|
178 |
'link' => 'http://bestwebsoft.com/products/donate/?k=a8b2e2a56914fb1765dd20297c26401b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
179 |
'download' => 'http://bestwebsoft.com/products/donate/download/?k=a8b2e2a56914fb1765dd20297c26401b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
180 |
-
'wp_install' => '
|
181 |
'settings' => 'admin.php?page=donate.php'
|
182 |
),
|
183 |
'post-to-csv/post-to-csv.php' => array(
|
@@ -185,7 +190,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
185 |
'description' => 'The plugin allows to export posts of any types to a csv file.',
|
186 |
'link' => 'http://bestwebsoft.com/products/post-to-csv/?k=653aa55518ae17409293a7a894268b8f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
187 |
'download' => 'http://bestwebsoft.com/products/post-to-csv/download/?k=653aa55518ae17409293a7a894268b8f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
188 |
-
'wp_install' => '
|
189 |
'settings' => 'admin.php?page=post-to-csv.php'
|
190 |
),
|
191 |
'google-shortlink/google-shortlink.php' => array(
|
@@ -193,7 +198,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
193 |
'description' => 'Allows you to get short links from goo.gl servise without leaving your site.',
|
194 |
'link' => 'http://bestwebsoft.com/products/google-shortlink/?k=afcf3eaed021bbbbeea1090e16bc22db&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
195 |
'download' => 'http://bestwebsoft.com/products/google-shortlink/download/?k=afcf3eaed021bbbbeea1090e16bc22db&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
196 |
-
'wp_install' => '
|
197 |
'settings' => 'admin.php?page=gglshrtlnk_options'
|
198 |
),
|
199 |
'htaccess/htaccess.php' => array(
|
@@ -201,7 +206,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
201 |
'description' => 'Allows controlling access to your website using the directives Allow and Deny.',
|
202 |
'link' => 'http://bestwebsoft.com/products/htaccess/?k=2b865fcd56a935d22c5c4f1bba52ed46&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
203 |
'download' => 'http://bestwebsoft.com/products/htaccess/download/?k=2b865fcd56a935d22c5c4f1bba52ed46&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
204 |
-
'wp_install' => '
|
205 |
'settings' => 'admin.php?page=htaccess.php'
|
206 |
),
|
207 |
'google-captcha/google-captcha.php' => array(
|
@@ -209,7 +214,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
209 |
'description' => 'Plugin intended to prove that the visitor is a human being and not a spam robot.',
|
210 |
'link' => 'http://bestwebsoft.com/products/google-captcha/?k=7b59fbe542acf950b29f3e020d5ad735&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
211 |
'download' => 'http://bestwebsoft.com/products/google-captcha/download/?k=7b59fbe542acf950b29f3e020d5ad735&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
212 |
-
'wp_install' => '
|
213 |
'settings' => 'admin.php?page=google-captcha.php'
|
214 |
),
|
215 |
'sender/sender.php' => array(
|
@@ -217,7 +222,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
217 |
'description' => 'You can send mails to all users or to certain categories of users.',
|
218 |
'link' => 'http://bestwebsoft.com/products/sender/?k=89c297d14ba85a8417a0f2fc05e089c7&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
219 |
'download' => 'http://bestwebsoft.com/products/sender/download/?k=89c297d14ba85a8417a0f2fc05e089c7&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
220 |
-
'wp_install' => '
|
221 |
'settings' => 'admin.php?page=sndr_settings',
|
222 |
'pro_version' => 'sender-pro/sender-pro.php',
|
223 |
'purchase' => 'http://bestwebsoft.com/products/sender/buy/?k=dc5d1a87bdc8aeab2de40ffb99b38054&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
@@ -228,7 +233,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
228 |
'description' => 'This plugin allows you to subscribe users for newsletters from your website.',
|
229 |
'link' => 'http://bestwebsoft.com/products/subscriber/?k=a4ecc1b7800bae7329fbe8b4b04e9c88&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
230 |
'download' => 'http://bestwebsoft.com/products/subscriber/download/?k=a4ecc1b7800bae7329fbe8b4b04e9c88&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
231 |
-
'wp_install' => '
|
232 |
'settings' => 'admin.php?page=sbscrbr_settings_page'
|
233 |
),
|
234 |
'contact-form-multi/contact-form-multi.php' => array(
|
@@ -236,7 +241,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
236 |
'description' => 'This plugin allows you to subscribe users for newsletters from your website.',
|
237 |
'link' => 'http://bestwebsoft.com/products/contact-form-multi/?k=83cdd9e72a9f4061122ad28a67293c72&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
238 |
'download' => 'http://bestwebsoft.com/products/contact-form-multi/download/?k=83cdd9e72a9f4061122ad28a67293c72&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
239 |
-
'wp_install' => '
|
240 |
'settings' => '',
|
241 |
'pro_version' => 'contact-form-multi-pro/contact-form-multi-pro.php',
|
242 |
'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,
|
@@ -247,7 +252,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
247 |
'description' => 'Easy to set up and insert Google Maps to your website.',
|
248 |
'link' => 'http://bestwebsoft.com/products/bws-google-maps/?k=d8fac412d7359ebaa4ff53b46572f9f7&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
249 |
'download' => 'http://bestwebsoft.com/products/bws-google-maps/download/?k=d8fac412d7359ebaa4ff53b46572f9f7&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
250 |
-
'wp_install' => '
|
251 |
'settings' => 'admin.php?page=bws-google-maps.php',
|
252 |
'pro_version' => 'bws-google-maps-pro/bws-google-maps-pro.php',
|
253 |
'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,
|
@@ -258,7 +263,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
258 |
'description' => 'Allows you to retrieve basic stats from Google Analytics account and add the tracking code to your blog.',
|
259 |
'link' => 'http://bestwebsoft.com/products/bws-google-analytics/?k=261c74cad753fb279cdf5a5db63fbd43&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
260 |
'download' => 'http://bestwebsoft.com/products/bws-google-analytics/download/?k=261c74cad753fb279cdf5a5db63fbd43&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
261 |
-
'wp_install' => '
|
262 |
'settings' => 'admin.php?page=bws-google-analytics.php'
|
263 |
),
|
264 |
'db-manager/db-manager.php' => array(
|
@@ -274,7 +279,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
274 |
'description' => 'Allows to change wordpress user role capabilities.',
|
275 |
'link' => 'http://bestwebsoft.com/products/user-role/?k=dfe2244835c6fbf601523964b3f34ccc&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
276 |
'download' => 'http://bestwebsoft.com/products/user-role/download/?k=dfe2244835c6fbf601523964b3f34ccc&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
277 |
-
'wp_install' => '
|
278 |
'settings' => 'admin.php?page=user-role.php',
|
279 |
'pro_version' => 'user-role-pro/user-role-pro.php',
|
280 |
'purchase' => 'http://bestwebsoft.com/products/user-role/buy/?k=cfa9cea6613fb3d7c0a3622fa2faaf46&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
@@ -285,7 +290,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
285 |
'description' => 'Allows to manage email massages sent by BestWebSoft plugins.',
|
286 |
'link' => 'http://bestwebsoft.com/products/email-queue/?k=e345e1b6623f0dca119bc2d9433b130b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
287 |
'download' => 'http://bestwebsoft.com/products/email-queue/download/?k=e345e1b6623f0dca119bc2d9433b130b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
288 |
-
'wp_install' => '
|
289 |
'settings' => 'admin.php?page=mlq_settings'
|
290 |
),
|
291 |
'limit-attempts/limit-attempts.php' => array(
|
@@ -293,7 +298,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
293 |
'description' => 'Allows you to limit rate of login attempts by the ip, and create whitelist and blacklist.',
|
294 |
'link' => 'http://bestwebsoft.com/products/limit-attempts/?k=b14e1697ee4d008abcd4bd34d492573a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
295 |
'download' => 'http://bestwebsoft.com/products/limit-attempts/download/?k=b14e1697ee4d008abcd4bd34d492573a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
296 |
-
'wp_install' => '
|
297 |
'settings' => 'admin.php?page=limit-attempts.php',
|
298 |
'pro_version' => 'limit-attempts-pro/limit-attempts-pro.php',
|
299 |
'purchase' => 'http://bestwebsoft.com/products/limit-attempts/buy/?k=9d42cdf22c7fce2c4b6b447e6a2856e0&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
@@ -304,7 +309,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
304 |
'description' => 'Allows to create a job-board page on your site.',
|
305 |
'link' => 'http://bestwebsoft.com/products/job-board/?k=b0c504c9ce6edd6692e04222af3fed6f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
306 |
'download' => 'http://bestwebsoft.com/products/job-board/download/?k=b0c504c9ce6edd6692e04222af3fed6f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
307 |
-
'wp_install' => '
|
308 |
'settings' => 'admin.php?page=job-board.php'
|
309 |
),
|
310 |
'multilanguage/multilanguage.php' => array(
|
@@ -312,7 +317,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
312 |
'description' => 'Allows to create content on a Wordpress site in different languages.',
|
313 |
'link' => 'http://bestwebsoft.com/products/multilanguage/?k=7d68c7bfec2486dc350c67fff57ad433&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
314 |
'download' => 'http://bestwebsoft.com/products/multilanguage/download/?k=7d68c7bfec2486dc350c67fff57ad433&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
315 |
-
'wp_install' => '
|
316 |
'settings' => 'admin.php?page=mltlngg_settings'
|
317 |
)
|
318 |
);
|
@@ -331,6 +336,8 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
331 |
foreach ( $all_plugins as $key_plugin => $value_plugin ) {
|
332 |
if ( isset( $value_plugin['Author'] ) && $value_plugin['Author'] != "BestWebSoft" )
|
333 |
unset( $all_plugins[ $key_plugin ] );
|
|
|
|
|
334 |
else {
|
335 |
foreach ( $bws_plugins as $key => $value ) {
|
336 |
if ( isset( $value['pro_version'] ) && $value['pro_version'] == $key_plugin ) {
|
@@ -392,7 +399,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
392 |
__( 'PHP IPTC support', 'bestwebsoft' ) => $iptcparse,
|
393 |
__( 'PHP XML support', 'bestwebsoft' ) => $xml_parser_create,
|
394 |
__( 'Site URL', 'bestwebsoft' ) => get_option( 'siteurl' ),
|
395 |
-
__( 'Home URL', 'bestwebsoft' ) =>
|
396 |
'$_SERVER[HTTP_HOST]' => $_SERVER['HTTP_HOST'],
|
397 |
'$_SERVER[SERVER_NAME]' => $_SERVER['SERVER_NAME'],
|
398 |
__( 'WordPress Version', 'bestwebsoft' ) => $wp_version,
|
@@ -428,7 +435,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
428 |
$headers = 'MIME-Version: 1.0' . "\n";
|
429 |
$headers .= 'Content-type: text/html; charset=utf-8' . "\n";
|
430 |
$headers .= 'From: ' . get_option( 'admin_email' );
|
431 |
-
$message_text = '<html><head><title>System Info From ' .
|
432 |
<h4>Environment</h4>
|
433 |
<table>';
|
434 |
foreach ( $system_info['system_info'] as $key => $value ) {
|
@@ -452,7 +459,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
452 |
$message_text .= '</table>';
|
453 |
}
|
454 |
$message_text .= '</body></html>';
|
455 |
-
$result = wp_mail( $email, 'System Info From ' .
|
456 |
if ( $result != true )
|
457 |
$error = __( "Sorry, email message could not be delivered.", 'bestwebsoft' );
|
458 |
}
|
@@ -462,8 +469,8 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
462 |
<h2>
|
463 |
<span class="bws_main title">BestWebSoft</span>
|
464 |
<ul class="subsubsub bws_title_menu">
|
465 |
-
<li><a href="http://support.bestwebsoft.com/home" target="_blank"><?php _e( 'Need help?', 'bestwebsoft' ); ?></a></li> |
|
466 |
-
<li><a href="http://bestwebsoft.com/wp-login.php" target="_blank"><?php _e( 'Client area', 'bestwebsoft' ); ?></a></li>
|
467 |
<li><a class="bws_system_status <?php if ( isset( $_GET['action'] ) && 'system_status' == $_GET['action'] ) echo ' nav-tab-active'; ?>" href="admin.php?page=bws_plugins&action=system_status"><?php _e( 'System status', 'bestwebsoft' ); ?></a></li>
|
468 |
</ul>
|
469 |
<div class="clear"></div>
|
1 |
<?php
|
2 |
/*
|
3 |
* Function for displaying BestWebSoft menu
|
4 |
+
* Version: 1.4.0
|
5 |
*/
|
6 |
|
7 |
if ( ! function_exists( 'bws_add_menu_render' ) ) {
|
12 |
|
13 |
if ( ! function_exists( 'is_plugin_active_for_network' ) )
|
14 |
require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
|
15 |
+
|
16 |
+
if ( function_exists( 'is_multisite' ) )
|
17 |
+
$admin_url = ( ! is_multisite() ) ? admin_url( '/' ) : network_admin_url( '/' );
|
18 |
+
else
|
19 |
+
$admin_url = admin_url( '/' );
|
20 |
|
21 |
$bws_plugins = array(
|
22 |
'captcha/captcha.php' => array(
|
24 |
'description' => 'Plugin intended to prove that the visitor is a human being and not a spam robot.',
|
25 |
'link' => 'http://bestwebsoft.com/products/captcha/?k=d678516c0990e781edfb6a6c874f0b8a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
26 |
'download' => 'http://bestwebsoft.com/products/captcha/download/?k=d678516c0990e781edfb6a6c874f0b8a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
27 |
+
'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Captcha+bestwebsoft&plugin-search-input=Search+Plugins',
|
28 |
'settings' => 'admin.php?page=captcha.php',
|
29 |
'pro_version' => 'captcha-pro/captcha_pro.php',
|
30 |
'purchase' => 'http://bestwebsoft.com/products/captcha/buy/?k=ff7d65e55e5e7f98f219be9ed711094e&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
35 |
'description' => 'Add Contact Form to your WordPress website.',
|
36 |
'link' => 'http://bestwebsoft.com/products/contact-form/?k=012327ef413e5b527883e031d43b088b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
37 |
'download' => 'http://bestwebsoft.com/products/contact-form/download/?k=012327ef413e5b527883e031d43b088b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
38 |
+
'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Contact+Form+bestwebsoft&plugin-search-input=Search+Plugins',
|
39 |
'settings' => 'admin.php?page=contact_form.php',
|
40 |
'pro_version' => 'contact-form-pro/contact_form_pro.php',
|
41 |
'purchase' => 'http://bestwebsoft.com/products/contact-form/buy/?k=773dc97bb3551975db0e32edca1a6d71&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
46 |
'description' => 'Allows you to add the Follow and Like buttons the easiest way.',
|
47 |
'link' => 'http://bestwebsoft.com/products/facebook-like-button/?k=05ec4f12327f55848335802581467d55&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
48 |
'download' => 'http://bestwebsoft.com/products/facebook-like-button/download/?k=05ec4f12327f55848335802581467d55&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
49 |
+
'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Facebook+Like+Button+Plugin+bestwebsoft&plugin-search-input=Search+Plugins',
|
50 |
'settings' => 'admin.php?page=facebook-button-plugin.php',
|
51 |
'pro_version' => 'facebook-button-pro/facebook-button-pro.php',
|
52 |
'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,
|
57 |
'description' => 'Allows you to add the Twitter "Follow" and "Like" buttons the easiest way.',
|
58 |
'link' => 'http://bestwebsoft.com/products/twitter/?k=f8cb514e25bd7ec4974d64435c5eb333&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
59 |
'download' => 'http://bestwebsoft.com/products/twitter/download/?k=f8cb514e25bd7ec4974d64435c5eb333&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
60 |
+
'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Twitter+Plugin+bestwebsoft&plugin-search-input=Search+Plugins',
|
61 |
'settings' => 'admin.php?page=twitter.php',
|
62 |
'pro_version' => 'twitter-pro/twitter-pro.php',
|
63 |
'purchase' => 'http://bestwebsoft.com/products/twitter/buy/?k=63ecbf0cc9cebf060b5a3c9362299700&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
68 |
'description' => 'Allows you to create a page with the information about your past projects.',
|
69 |
'link' => 'http://bestwebsoft.com/products/portfolio/?k=1249a890c5b7bba6bda3f528a94f768b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
70 |
'download' => 'http://bestwebsoft.com/products/portfolio/download/?k=1249a890c5b7bba6bda3f528a94f768b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
71 |
+
'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Portfolio+bestwebsoft&plugin-search-input=Search+Plugins',
|
72 |
'settings' => 'admin.php?page=portfolio.php'
|
73 |
),
|
74 |
'gallery-plugin/gallery-plugin.php' => array(
|
76 |
'description' => 'Allows you to implement a Gallery page into your website.',
|
77 |
'link' => 'http://bestwebsoft.com/products/gallery/?k=2da21c0a64eec7ebf16337fa134c5f78&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
78 |
'download' => 'http://bestwebsoft.com/products/gallery/download/?k=2da21c0a64eec7ebf16337fa134c5f78&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
79 |
+
'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Gallery+Plugin+bestwebsoft&plugin-search-input=Search+Plugins',
|
80 |
'settings' => 'admin.php?page=gallery-plugin.php',
|
81 |
'pro_version' => 'gallery-plugin-pro/gallery-plugin-pro.php',
|
82 |
'purchase' => 'http://bestwebsoft.com/products/gallery/buy/?k=382e5ce7c96a6391f5ffa5e116b37fe0&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
87 |
'description' => 'Allows Google AdSense implementation to your website.',
|
88 |
'link' => 'http://bestwebsoft.com/products/google-adsense/?k=60e3979921e354feb0347e88e7d7b73d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
89 |
'download' => 'http://bestwebsoft.com/products/google-adsense/download/?k=60e3979921e354feb0347e88e7d7b73d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
90 |
+
'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Adsense+Plugin+bestwebsoft&plugin-search-input=Search+Plugins',
|
91 |
'settings' => 'admin.php?page=adsense-plugin.php'
|
92 |
),
|
93 |
'custom-search-plugin/custom-search-plugin.php'=> array(
|
95 |
'description' => 'Allows to extend your website search functionality by adding a custom post type.',
|
96 |
'link' => 'http://bestwebsoft.com/products/custom-search/?k=933be8f3a8b8719d95d1079d15443e29&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
97 |
'download' => 'http://bestwebsoft.com/products/custom-search/download/?k=933be8f3a8b8719d95d1079d15443e29&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
98 |
+
'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Custom+Search+plugin+bestwebsoft&plugin-search-input=Search+Plugins',
|
99 |
'settings' => 'admin.php?page=custom_search.php'
|
100 |
),
|
101 |
'quotes-and-tips/quotes-and-tips.php'=> array(
|
103 |
'description' => 'Allows you to implement quotes & tips block into your web site.',
|
104 |
'link' => 'http://bestwebsoft.com/products/quotes-and-tips/?k=5738a4e85a798c4a5162240c6515098d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
105 |
'download' => 'http://bestwebsoft.com/products/quotes-and-tips/download/?k=5738a4e85a798c4a5162240c6515098d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
106 |
+
'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Quotes+and+Tips+bestwebsoft&plugin-search-input=Search+Plugins',
|
107 |
'settings' => 'admin.php?page=quotes-and-tips.php'
|
108 |
),
|
109 |
'google-sitemap-plugin/google-sitemap-plugin.php'=> array(
|
111 |
'description' => 'Allows you to add sitemap file to Google Webmaster Tools.',
|
112 |
'link' => 'http://bestwebsoft.com/products/google-sitemap/?k=5202b2f5ce2cf85daee5e5f79a51d806&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
113 |
'download' => 'http://bestwebsoft.com/products/google-sitemap/download/?k=5202b2f5ce2cf85daee5e5f79a51d806&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
114 |
+
'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Google+sitemap+plugin+bestwebsoft&plugin-search-input=Search+Plugins',
|
115 |
'settings' => 'admin.php?page=google-sitemap-plugin.php',
|
116 |
'pro_version' => 'google-sitemap-pro/google-sitemap-pro.php',
|
117 |
'purchase' => 'http://bestwebsoft.com/products/google-sitemap/buy/?k=7ea384a5cc36cb4c22741caa20dcd56d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
122 |
'description' => 'Allows you to update plugins and WP core.',
|
123 |
'link' => 'http://bestwebsoft.com/products/updater/?k=66f3ecd4c1912009d395c4bb30f779d1&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
124 |
'download' => 'http://bestwebsoft.com/products/updater/download/?k=66f3ecd4c1912009d395c4bb30f779d1&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
125 |
+
'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=updater+bestwebsoft&plugin-search-input=Search+Plugins',
|
126 |
'settings' => 'admin.php?page=updater-options',
|
127 |
'pro_version' => 'updater-pro/updater_pro.php',
|
128 |
'purchase' => 'http://bestwebsoft.com/products/updater/buy/?k=cf633acbefbdff78545347fe08a3aecb&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
133 |
'description' => 'Allows you to add website search any existing custom fields.',
|
134 |
'link' => 'http://bestwebsoft.com/products/custom-fields-search/?k=f3f8285bb069250c42c6ffac95ed3284&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
135 |
'download' => 'http://bestwebsoft.com/products/custom-fields-search/download/?k=f3f8285bb069250c42c6ffac95ed3284&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
136 |
+
'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Custom+Fields+Search+bestwebsoft&plugin-search-input=Search+Plugins',
|
137 |
'settings' => 'admin.php?page=custom_fields_search.php'
|
138 |
),
|
139 |
'google-one/google-plus-one.php' => array(
|
141 |
'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.',
|
142 |
'link' => 'http://bestwebsoft.com/products/google-plus-one/?k=ce7a88837f0a857b3a2bb142f470853c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
143 |
'download' => 'http://bestwebsoft.com/products/google-plus-one/download/?k=ce7a88837f0a857b3a2bb142f470853c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
144 |
+
'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Google+%2B1+bestwebsoft&plugin-search-input=Search+Plugins',
|
145 |
'settings' => 'admin.php?page=google-plus-one.php',
|
146 |
'pro_version' => 'google-one-pro/google-plus-one-pro.php',
|
147 |
'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,
|
152 |
'description' => 'Allows you to display related posts with similar words in category, tags, title or by adding special meta key for posts.',
|
153 |
'link' => 'http://bestwebsoft.com/products/related-posts/?k=73fb737037f7141e66415ec259f7e426&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
154 |
'download' => 'http://bestwebsoft.com/products/related-posts/download/?k=73fb737037f7141e66415ec259f7e426&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
155 |
+
'wp_install' => $admin_url . 'plugin-install.php?tab=search&s=Related+Posts+Plugin+Bestwebsoft&plugin-search-input=Search+Plugins',
|
156 |
'settings' => 'admin.php?page=related-posts-plugin.php'
|
157 |
),
|
158 |
'contact-form-to-db/contact_form_to_db.php' => array(
|
160 |
'description' => 'Allows you to manage the messages that have been sent from your site.',
|
161 |
'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,
|
162 |
'download' => 'http://bestwebsoft.com/products/contact-form-to-db/download/?k=ba3747d317c2692e4136ca096a8989d6&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
163 |
+
'wp_install' => $admin_url . 'plugin-install.php?tab=search&s=Contact+Form+to+DB+bestwebsoft&plugin-search-input=Search+Plugins',
|
164 |
'settings' => 'admin.php?page=cntctfrmtdb_settings',
|
165 |
'pro_version' => 'contact-form-to-db-pro/contact_form_to_db_pro.php',
|
166 |
'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,
|
171 |
'description' => 'Allows you to create PDF and Print page with adding appropriate buttons to the content.',
|
172 |
'link' => 'http://bestwebsoft.com/products/pdf-print/?k=bfefdfb522a4c0ff0141daa3f271840c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
173 |
'download' => 'http://bestwebsoft.com/products/pdf-print/download/?k=bfefdfb522a4c0ff0141daa3f271840c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
174 |
+
'wp_install' => $admin_url . 'plugin-install.php?tab=search&s=PDF+Print+Bestwebsoft&plugin-search-input=Search+Plugins',
|
175 |
'settings' => 'admin.php?page=pdf-print.php',
|
176 |
'pro_version' => 'pdf-print-pro/pdf-print-pro.php',
|
177 |
'purchase' => 'http://bestwebsoft.com/products/pdf-print/buy/?k=fd43a0e659ddc170a9060027cbfdcc3a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
182 |
'description' => 'Makes it possible to place donation buttons of various payment systems on your web page.',
|
183 |
'link' => 'http://bestwebsoft.com/products/donate/?k=a8b2e2a56914fb1765dd20297c26401b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
184 |
'download' => 'http://bestwebsoft.com/products/donate/download/?k=a8b2e2a56914fb1765dd20297c26401b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
185 |
+
'wp_install' => $admin_url . 'plugin-install.php?tab=search&s=Donate+Bestwebsoft&plugin-search-input=Search+Plugins',
|
186 |
'settings' => 'admin.php?page=donate.php'
|
187 |
),
|
188 |
'post-to-csv/post-to-csv.php' => array(
|
190 |
'description' => 'The plugin allows to export posts of any types to a csv file.',
|
191 |
'link' => 'http://bestwebsoft.com/products/post-to-csv/?k=653aa55518ae17409293a7a894268b8f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
192 |
'download' => 'http://bestwebsoft.com/products/post-to-csv/download/?k=653aa55518ae17409293a7a894268b8f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
193 |
+
'wp_install' => $admin_url . 'plugin-install.php?tab=search&s=Post+To+CSV+Bestwebsoft&plugin-search-input=Search+Plugins',
|
194 |
'settings' => 'admin.php?page=post-to-csv.php'
|
195 |
),
|
196 |
'google-shortlink/google-shortlink.php' => array(
|
198 |
'description' => 'Allows you to get short links from goo.gl servise without leaving your site.',
|
199 |
'link' => 'http://bestwebsoft.com/products/google-shortlink/?k=afcf3eaed021bbbbeea1090e16bc22db&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
200 |
'download' => 'http://bestwebsoft.com/products/google-shortlink/download/?k=afcf3eaed021bbbbeea1090e16bc22db&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
201 |
+
'wp_install' => $admin_url . 'plugin-install.php?tab=search&s=Google+Shortlink+Bestwebsoft&plugin-search-input=Search+Plugins',
|
202 |
'settings' => 'admin.php?page=gglshrtlnk_options'
|
203 |
),
|
204 |
'htaccess/htaccess.php' => array(
|
206 |
'description' => 'Allows controlling access to your website using the directives Allow and Deny.',
|
207 |
'link' => 'http://bestwebsoft.com/products/htaccess/?k=2b865fcd56a935d22c5c4f1bba52ed46&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
208 |
'download' => 'http://bestwebsoft.com/products/htaccess/download/?k=2b865fcd56a935d22c5c4f1bba52ed46&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
209 |
+
'wp_install' => $admin_url . 'plugin-install.php?tab=search&s=Htaccess+Bestwebsoft&plugin-search-input=Search+Plugins',
|
210 |
'settings' => 'admin.php?page=htaccess.php'
|
211 |
),
|
212 |
'google-captcha/google-captcha.php' => array(
|
214 |
'description' => 'Plugin intended to prove that the visitor is a human being and not a spam robot.',
|
215 |
'link' => 'http://bestwebsoft.com/products/google-captcha/?k=7b59fbe542acf950b29f3e020d5ad735&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
216 |
'download' => 'http://bestwebsoft.com/products/google-captcha/download/?k=7b59fbe542acf950b29f3e020d5ad735&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
217 |
+
'wp_install' => $admin_url . 'plugin-install.php?tab=search&s=Google+Captcha+Bestwebsoft&plugin-search-input=Search+Plugins',
|
218 |
'settings' => 'admin.php?page=google-captcha.php'
|
219 |
),
|
220 |
'sender/sender.php' => array(
|
222 |
'description' => 'You can send mails to all users or to certain categories of users.',
|
223 |
'link' => 'http://bestwebsoft.com/products/sender/?k=89c297d14ba85a8417a0f2fc05e089c7&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
224 |
'download' => 'http://bestwebsoft.com/products/sender/download/?k=89c297d14ba85a8417a0f2fc05e089c7&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
225 |
+
'wp_install' => $admin_url . 'plugin-install.php?tab=search&s=Sender+Bestwebsoft&plugin-search-input=Search+Plugins',
|
226 |
'settings' => 'admin.php?page=sndr_settings',
|
227 |
'pro_version' => 'sender-pro/sender-pro.php',
|
228 |
'purchase' => 'http://bestwebsoft.com/products/sender/buy/?k=dc5d1a87bdc8aeab2de40ffb99b38054&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
233 |
'description' => 'This plugin allows you to subscribe users for newsletters from your website.',
|
234 |
'link' => 'http://bestwebsoft.com/products/subscriber/?k=a4ecc1b7800bae7329fbe8b4b04e9c88&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
235 |
'download' => 'http://bestwebsoft.com/products/subscriber/download/?k=a4ecc1b7800bae7329fbe8b4b04e9c88&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
236 |
+
'wp_install' => $admin_url . 'plugin-install.php?tab=search&s=Subscriber+Bestwebsoft&plugin-search-input=Search+Plugins',
|
237 |
'settings' => 'admin.php?page=sbscrbr_settings_page'
|
238 |
),
|
239 |
'contact-form-multi/contact-form-multi.php' => array(
|
241 |
'description' => 'This plugin allows you to subscribe users for newsletters from your website.',
|
242 |
'link' => 'http://bestwebsoft.com/products/contact-form-multi/?k=83cdd9e72a9f4061122ad28a67293c72&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
243 |
'download' => 'http://bestwebsoft.com/products/contact-form-multi/download/?k=83cdd9e72a9f4061122ad28a67293c72&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
244 |
+
'wp_install' => $admin_url . 'plugin-install.php?tab=search&s=Contact+Form+Multi+Bestwebsoft&plugin-search-input=Search+Plugins',
|
245 |
'settings' => '',
|
246 |
'pro_version' => 'contact-form-multi-pro/contact-form-multi-pro.php',
|
247 |
'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,
|
252 |
'description' => 'Easy to set up and insert Google Maps to your website.',
|
253 |
'link' => 'http://bestwebsoft.com/products/bws-google-maps/?k=d8fac412d7359ebaa4ff53b46572f9f7&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
254 |
'download' => 'http://bestwebsoft.com/products/bws-google-maps/download/?k=d8fac412d7359ebaa4ff53b46572f9f7&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
255 |
+
'wp_install' => $admin_url . 'plugin-install.php?tab=search&s=BestWebSoft+Google+Maps&plugin-search-input=Search+Plugins',
|
256 |
'settings' => 'admin.php?page=bws-google-maps.php',
|
257 |
'pro_version' => 'bws-google-maps-pro/bws-google-maps-pro.php',
|
258 |
'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,
|
263 |
'description' => 'Allows you to retrieve basic stats from Google Analytics account and add the tracking code to your blog.',
|
264 |
'link' => 'http://bestwebsoft.com/products/bws-google-analytics/?k=261c74cad753fb279cdf5a5db63fbd43&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
265 |
'download' => 'http://bestwebsoft.com/products/bws-google-analytics/download/?k=261c74cad753fb279cdf5a5db63fbd43&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
266 |
+
'wp_install' => $admin_url . 'plugin-install.php?tab=search&s=BestWebSoft+Google+Analytics&plugin-search-input=Search+Plugins',
|
267 |
'settings' => 'admin.php?page=bws-google-analytics.php'
|
268 |
),
|
269 |
'db-manager/db-manager.php' => array(
|
279 |
'description' => 'Allows to change wordpress user role capabilities.',
|
280 |
'link' => 'http://bestwebsoft.com/products/user-role/?k=dfe2244835c6fbf601523964b3f34ccc&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
281 |
'download' => 'http://bestwebsoft.com/products/user-role/download/?k=dfe2244835c6fbf601523964b3f34ccc&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
282 |
+
'wp_install' => $admin_url . 'plugin-install.php?tab=search&s=User+Role+BestWebSoft&plugin-search-input=Search+Plugins',
|
283 |
'settings' => 'admin.php?page=user-role.php',
|
284 |
'pro_version' => 'user-role-pro/user-role-pro.php',
|
285 |
'purchase' => 'http://bestwebsoft.com/products/user-role/buy/?k=cfa9cea6613fb3d7c0a3622fa2faaf46&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
290 |
'description' => 'Allows to manage email massages sent by BestWebSoft plugins.',
|
291 |
'link' => 'http://bestwebsoft.com/products/email-queue/?k=e345e1b6623f0dca119bc2d9433b130b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
292 |
'download' => 'http://bestwebsoft.com/products/email-queue/download/?k=e345e1b6623f0dca119bc2d9433b130b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
293 |
+
'wp_install' => $admin_url . 'plugin-install.php?tab=search&s=Email+Queue+BestWebSoft&plugin-search-input=Search+Plugins',
|
294 |
'settings' => 'admin.php?page=mlq_settings'
|
295 |
),
|
296 |
'limit-attempts/limit-attempts.php' => array(
|
298 |
'description' => 'Allows you to limit rate of login attempts by the ip, and create whitelist and blacklist.',
|
299 |
'link' => 'http://bestwebsoft.com/products/limit-attempts/?k=b14e1697ee4d008abcd4bd34d492573a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
300 |
'download' => 'http://bestwebsoft.com/products/limit-attempts/download/?k=b14e1697ee4d008abcd4bd34d492573a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
301 |
+
'wp_install' => $admin_url . 'plugin-install.php?tab=search&s=Limit+Attempts+BestWebSoft&plugin-search-input=Search+Plugins',
|
302 |
'settings' => 'admin.php?page=limit-attempts.php',
|
303 |
'pro_version' => 'limit-attempts-pro/limit-attempts-pro.php',
|
304 |
'purchase' => 'http://bestwebsoft.com/products/limit-attempts/buy/?k=9d42cdf22c7fce2c4b6b447e6a2856e0&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
309 |
'description' => 'Allows to create a job-board page on your site.',
|
310 |
'link' => 'http://bestwebsoft.com/products/job-board/?k=b0c504c9ce6edd6692e04222af3fed6f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
311 |
'download' => 'http://bestwebsoft.com/products/job-board/download/?k=b0c504c9ce6edd6692e04222af3fed6f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
312 |
+
'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Job+board+BestWebSoft&plugin-search-input=Search+Plugins',
|
313 |
'settings' => 'admin.php?page=job-board.php'
|
314 |
),
|
315 |
'multilanguage/multilanguage.php' => array(
|
317 |
'description' => 'Allows to create content on a Wordpress site in different languages.',
|
318 |
'link' => 'http://bestwebsoft.com/products/multilanguage/?k=7d68c7bfec2486dc350c67fff57ad433&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
319 |
'download' => 'http://bestwebsoft.com/products/multilanguage/download/?k=7d68c7bfec2486dc350c67fff57ad433&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
|
320 |
+
'wp_install' => $admin_url . 'plugin-install.php?tab=search&type=term&s=Multilanguage+BestWebSoft&plugin-search-input=Search+Plugins',
|
321 |
'settings' => 'admin.php?page=mltlngg_settings'
|
322 |
)
|
323 |
);
|
336 |
foreach ( $all_plugins as $key_plugin => $value_plugin ) {
|
337 |
if ( isset( $value_plugin['Author'] ) && $value_plugin['Author'] != "BestWebSoft" )
|
338 |
unset( $all_plugins[ $key_plugin ] );
|
339 |
+
elseif ( '-plus.php' == substr( $key_plugin, -9, 9 ) )
|
340 |
+
unset( $all_plugins[ $key_plugin ] );
|
341 |
else {
|
342 |
foreach ( $bws_plugins as $key => $value ) {
|
343 |
if ( isset( $value['pro_version'] ) && $value['pro_version'] == $key_plugin ) {
|
399 |
__( 'PHP IPTC support', 'bestwebsoft' ) => $iptcparse,
|
400 |
__( 'PHP XML support', 'bestwebsoft' ) => $xml_parser_create,
|
401 |
__( 'Site URL', 'bestwebsoft' ) => get_option( 'siteurl' ),
|
402 |
+
__( 'Home URL', 'bestwebsoft' ) => home_url(),
|
403 |
'$_SERVER[HTTP_HOST]' => $_SERVER['HTTP_HOST'],
|
404 |
'$_SERVER[SERVER_NAME]' => $_SERVER['SERVER_NAME'],
|
405 |
__( 'WordPress Version', 'bestwebsoft' ) => $wp_version,
|
435 |
$headers = 'MIME-Version: 1.0' . "\n";
|
436 |
$headers .= 'Content-type: text/html; charset=utf-8' . "\n";
|
437 |
$headers .= 'From: ' . get_option( 'admin_email' );
|
438 |
+
$message_text = '<html><head><title>System Info From ' . home_url() . '</title></head><body>
|
439 |
<h4>Environment</h4>
|
440 |
<table>';
|
441 |
foreach ( $system_info['system_info'] as $key => $value ) {
|
459 |
$message_text .= '</table>';
|
460 |
}
|
461 |
$message_text .= '</body></html>';
|
462 |
+
$result = wp_mail( $email, 'System Info From ' . home_url(), $message_text, $headers );
|
463 |
if ( $result != true )
|
464 |
$error = __( "Sorry, email message could not be delivered.", 'bestwebsoft' );
|
465 |
}
|
469 |
<h2>
|
470 |
<span class="bws_main title">BestWebSoft</span>
|
471 |
<ul class="subsubsub bws_title_menu">
|
472 |
+
<li><a href="<?php echo esc_url( 'http://support.bestwebsoft.com/home' ); ?>" target="_blank"><?php _e( 'Need help?', 'bestwebsoft' ); ?></a></li> |
|
473 |
+
<li><a href="<?php echo esc_url( 'http://bestwebsoft.com/wp-login.php' ); ?>" target="_blank"><?php _e( 'Client area', 'bestwebsoft' ); ?></a></li>
|
474 |
<li><a class="bws_system_status <?php if ( isset( $_GET['action'] ) && 'system_status' == $_GET['action'] ) echo ' nav-tab-active'; ?>" href="admin.php?page=bws_plugins&action=system_status"><?php _e( 'System status', 'bestwebsoft' ); ?></a></li>
|
475 |
</ul>
|
476 |
<div class="clear"></div>
|
bws_menu/css/general_style.css
CHANGED
File without changes
|
bws_menu/css/general_style_wp_before_3.8.css
CHANGED
File without changes
|
bws_menu/css/style.css
CHANGED
File without changes
|
bws_menu/icons/adsense.png
CHANGED
File without changes
|
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/captcha.png
CHANGED
File without changes
|
bws_menu/icons/contact-form-multi.png
CHANGED
File without changes
|
bws_menu/icons/contact-form-to-db.png
CHANGED
File without changes
|
bws_menu/icons/contact-form.png
CHANGED
File without changes
|
bws_menu/icons/custom-fields-search.png
CHANGED
File without changes
|
bws_menu/icons/custom-search.png
CHANGED
File without changes
|
bws_menu/icons/db-manager.png
CHANGED
File without changes
|
bws_menu/icons/donate-button.png
CHANGED
File without changes
|
bws_menu/icons/email-queue.png
CHANGED
File without changes
|
bws_menu/icons/facebook-button.png
CHANGED
File without changes
|
bws_menu/icons/gallery.png
CHANGED
File without changes
|
bws_menu/icons/google-captcha.png
CHANGED
File without changes
|
bws_menu/icons/google-one.png
CHANGED
File without changes
|
bws_menu/icons/google-shortlink.png
CHANGED
File without changes
|
bws_menu/icons/google-sitemap.png
CHANGED
File without changes
|
bws_menu/icons/htaccess.png
CHANGED
File without changes
|
bws_menu/icons/job-board.png
CHANGED
File without changes
|
bws_menu/icons/limit-attempts.png
CHANGED
File without changes
|
bws_menu/icons/multilanguage.png
CHANGED
File without changes
|
bws_menu/icons/pdf-print.png
CHANGED
File without changes
|
bws_menu/icons/portfolio.png
CHANGED
File without changes
|
bws_menu/icons/post-to-csv.png
CHANGED
File without changes
|
bws_menu/icons/quotes-and-tips.png
CHANGED
File without changes
|
bws_menu/icons/relevant.png
CHANGED
File without changes
|
bws_menu/icons/sender.png
CHANGED
File without changes
|
bws_menu/icons/subscriber.png
CHANGED
File without changes
|
bws_menu/icons/twitter.png
CHANGED
File without changes
|
bws_menu/icons/updater.png
CHANGED
File without changes
|
bws_menu/icons/user-role.png
CHANGED
File without changes
|
bws_menu/images/icon_16.png
CHANGED
File without changes
|
bws_menu/images/icon_16_b.png
CHANGED
File without changes
|
bws_menu/images/icon_16_c.png
CHANGED
File without changes
|
bws_menu/images/icon_16_single.png
CHANGED
File without changes
|
bws_menu/images/icon_36.png
CHANGED
File without changes
|
bws_menu/images/icon_36_b.png
CHANGED
File without changes
|
bws_menu/images/pattern.png
CHANGED
File without changes
|
bws_menu/images/pattern_bg.png
CHANGED
File without changes
|
bws_menu/images/system-status.png
CHANGED
File without changes
|
bws_menu/js/bws_menu.js
CHANGED
File without changes
|
bws_menu/languages/bestwebsoft-de_DE.mo
CHANGED
File without changes
|
bws_menu/languages/bestwebsoft-de_DE.po
CHANGED
File without changes
|
bws_menu/languages/bestwebsoft-fr_FR.mo
CHANGED
File without changes
|
bws_menu/languages/bestwebsoft-fr_FR.po
CHANGED
File without changes
|
bws_menu/languages/bestwebsoft-it_IT.mo
CHANGED
File without changes
|
bws_menu/languages/bestwebsoft-it_IT.po
CHANGED
File without changes
|
bws_menu/languages/bestwebsoft-ja.mo
CHANGED
File without changes
|
bws_menu/languages/bestwebsoft-ja.po
CHANGED
File without changes
|
bws_menu/languages/bestwebsoft-pt_BR.mo
CHANGED
File without changes
|
bws_menu/languages/bestwebsoft-pt_BR.po
CHANGED
File without changes
|
bws_menu/languages/bestwebsoft-ru_RU.mo
CHANGED
File without changes
|
bws_menu/languages/bestwebsoft-ru_RU.po
CHANGED
File without changes
|
bws_menu/languages/bestwebsoft-sr_RS.mo
CHANGED
File without changes
|
bws_menu/languages/bestwebsoft-sr_RS.po
CHANGED
File without changes
|
bws_menu/languages/bestwebsoft-sv_SE.mo
CHANGED
File without changes
|
bws_menu/languages/bestwebsoft-sv_SE.po
CHANGED
File without changes
|
bws_menu/languages/bestwebsoft-uk.mo
CHANGED
File without changes
|
bws_menu/languages/bestwebsoft-uk.po
CHANGED
File without changes
|
css/style.css
CHANGED
File without changes
|
google-captcha.php
CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Google Captcha (reCAPTCHA) by BestWebSoft
|
|
4 |
Plugin URI: http://bestwebsoft.com/products/
|
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.
|
8 |
Author URI: http://bestwebsoft.com/
|
9 |
License: GPLv3 or later
|
10 |
*/
|
@@ -34,19 +34,31 @@ if ( ! function_exists( 'google_capthca_admin_menu' ) ) {
|
|
34 |
$base = plugin_basename( __FILE__ );
|
35 |
|
36 |
if ( ! isset( $bstwbsftwppdtplgns_options ) ) {
|
37 |
-
if (
|
38 |
-
|
39 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
40 |
}
|
41 |
|
42 |
if ( isset( $bstwbsftwppdtplgns_options['bws_menu_version'] ) ) {
|
43 |
$bstwbsftwppdtplgns_options['bws_menu']['version'][ $base ] = $bws_menu_version;
|
44 |
unset( $bstwbsftwppdtplgns_options['bws_menu_version'] );
|
45 |
-
|
|
|
|
|
|
|
46 |
require_once( dirname( __FILE__ ) . '/bws_menu/bws_menu.php' );
|
47 |
} else if ( ! isset( $bstwbsftwppdtplgns_options['bws_menu']['version'][ $base ] ) || $bstwbsftwppdtplgns_options['bws_menu']['version'][ $base ] < $bws_menu_version ) {
|
48 |
$bstwbsftwppdtplgns_options['bws_menu']['version'][ $base ] = $bws_menu_version;
|
49 |
-
|
|
|
|
|
|
|
50 |
require_once( dirname( __FILE__ ) . '/bws_menu/bws_menu.php' );
|
51 |
} else if ( ! isset( $bstwbsftwppdtplgns_added_menu ) ) {
|
52 |
$plugin_with_newer_menu = $base;
|
@@ -60,8 +72,8 @@ if ( ! function_exists( 'google_capthca_admin_menu' ) ) {
|
|
60 |
if ( file_exists( ABSPATH . $wp_content_dir . '/plugins/' . $plugin_with_newer_menu[0] . '/bws_menu/bws_menu.php' ) )
|
61 |
require_once( ABSPATH . $wp_content_dir . '/plugins/' . $plugin_with_newer_menu[0] . '/bws_menu/bws_menu.php' );
|
62 |
else
|
63 |
-
require_once( dirname( __FILE__ ) . '/bws_menu/bws_menu.php' );
|
64 |
-
$bstwbsftwppdtplgns_added_menu = true;
|
65 |
}
|
66 |
|
67 |
add_menu_page( 'BWS Plugins', 'BWS Plugins', 'manage_options', 'bws_plugins', 'bws_add_menu_render', plugins_url( "images/px.png", __FILE__ ), 1001 );
|
@@ -204,12 +216,12 @@ if ( ! function_exists( 'gglcptch_settings_page' ) ) {
|
|
204 |
/* Private and public keys */
|
205 |
$gglcptch_keys = array(
|
206 |
'public' => array(
|
207 |
-
'display_name' => __( '
|
208 |
'form_name' => 'gglcptch_public_key',
|
209 |
'error_msg' => '',
|
210 |
),
|
211 |
'private' => array(
|
212 |
-
'display_name' => __( '
|
213 |
'form_name' => 'gglcptch_private_key',
|
214 |
'error_msg' => '',
|
215 |
),
|
@@ -235,13 +247,13 @@ if ( ! function_exists( 'gglcptch_settings_page' ) ) {
|
|
235 |
/* Save data for settings page */
|
236 |
if ( isset( $_POST['gglcptch_save_changes'] ) && check_admin_referer( plugin_basename( __FILE__ ), 'gglcptch_nonce_name' ) ) {
|
237 |
if ( ! $_POST['gglcptch_public_key'] || '' == $_POST['gglcptch_public_key'] ) {
|
238 |
-
$gglcptch_keys['public']['error_msg'] = __( 'Enter
|
239 |
$error = __( "WARNING: The captcha will not display while you don't fill key fields.", 'google_captcha' );
|
240 |
} else
|
241 |
$gglcptch_keys['public']['error_msg'] = '';
|
242 |
|
243 |
if ( ! $_POST['gglcptch_private_key'] || '' == $_POST['gglcptch_private_key'] ) {
|
244 |
-
$gglcptch_keys['private']['error_msg'] = __( 'Enter
|
245 |
$error = __( "WARNING: The captcha will not display while you don't fill key fields.", 'google_captcha' );
|
246 |
} else
|
247 |
$gglcptch_keys['private']['error_msg'] = '';
|
@@ -272,8 +284,8 @@ if ( ! function_exists( 'gglcptch_settings_page' ) ) {
|
|
272 |
<p><?php _e( 'If you would like to add the Google Captcha to your own form, just copy and paste this shortcode to your post or page:', 'google_captcha' ); echo ' [bws_google_captcha]'; ?></p>
|
273 |
<form method="post" action="admin.php?page=google-captcha.php">
|
274 |
<h3><?php _e( 'Authentication', 'google_captcha' ); ?></h3>
|
275 |
-
<p><?php printf( __( 'Before you are able to do something, you must to register %s here %s', 'google_captcha' ), '<a href="https://www.google.com/recaptcha/admin
|
276 |
-
<p><?php _e( 'Enter
|
277 |
<table id="gglcptch-keys" class="form-table">
|
278 |
<?php foreach ( $gglcptch_keys as $key => $fields ) : ?>
|
279 |
<tr valign="top">
|
@@ -386,7 +398,7 @@ if ( ! function_exists( 'gglcptch_display' ) ) {
|
|
386 |
if ( ! $privatekey || ! $publickey ) {
|
387 |
if ( current_user_can( 'manage_options' ) ) {
|
388 |
$content .= sprintf(
|
389 |
-
'<strong>%s <a target="_blank" href="https://www.google.com/recaptcha/admin
|
390 |
__( 'To use Google Captcha you must get the keys from', 'google_captcha' ),
|
391 |
__ ( 'here', 'google_captcha' ),
|
392 |
__ ( 'and enter them on the', 'google_captcha' ),
|
@@ -537,7 +549,6 @@ if ( ! function_exists( 'gglcptch_links' ) ) {
|
|
537 |
if ( ! function_exists( 'gglcptch_delete_options' ) ) {
|
538 |
function gglcptch_delete_options() {
|
539 |
delete_option( 'gglcptch_options' );
|
540 |
-
delete_site_option( 'gglcptch_options' );
|
541 |
}
|
542 |
}
|
543 |
|
4 |
Plugin URI: http://bestwebsoft.com/products/
|
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.10
|
8 |
Author URI: http://bestwebsoft.com/
|
9 |
License: GPLv3 or later
|
10 |
*/
|
34 |
$base = plugin_basename( __FILE__ );
|
35 |
|
36 |
if ( ! isset( $bstwbsftwppdtplgns_options ) ) {
|
37 |
+
if ( is_multisite() ) {
|
38 |
+
if ( ! get_site_option( 'bstwbsftwppdtplgns_options' ) )
|
39 |
+
add_site_option( 'bstwbsftwppdtplgns_options', array(), '', 'yes' );
|
40 |
+
$bstwbsftwppdtplgns_options = get_site_option( 'bstwbsftwppdtplgns_options' );
|
41 |
+
} else {
|
42 |
+
if ( ! get_option( 'bstwbsftwppdtplgns_options' ) )
|
43 |
+
add_option( 'bstwbsftwppdtplgns_options', array(), '', 'yes' );
|
44 |
+
$bstwbsftwppdtplgns_options = get_option( 'bstwbsftwppdtplgns_options' );
|
45 |
+
}
|
46 |
}
|
47 |
|
48 |
if ( isset( $bstwbsftwppdtplgns_options['bws_menu_version'] ) ) {
|
49 |
$bstwbsftwppdtplgns_options['bws_menu']['version'][ $base ] = $bws_menu_version;
|
50 |
unset( $bstwbsftwppdtplgns_options['bws_menu_version'] );
|
51 |
+
if ( is_multisite() )
|
52 |
+
update_site_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options, '', 'yes' );
|
53 |
+
else
|
54 |
+
update_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options, '', 'yes' );
|
55 |
require_once( dirname( __FILE__ ) . '/bws_menu/bws_menu.php' );
|
56 |
} else if ( ! isset( $bstwbsftwppdtplgns_options['bws_menu']['version'][ $base ] ) || $bstwbsftwppdtplgns_options['bws_menu']['version'][ $base ] < $bws_menu_version ) {
|
57 |
$bstwbsftwppdtplgns_options['bws_menu']['version'][ $base ] = $bws_menu_version;
|
58 |
+
if ( is_multisite() )
|
59 |
+
update_site_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options, '', 'yes' );
|
60 |
+
else
|
61 |
+
update_option( 'bstwbsftwppdtplgns_options', $bstwbsftwppdtplgns_options, '', 'yes' );
|
62 |
require_once( dirname( __FILE__ ) . '/bws_menu/bws_menu.php' );
|
63 |
} else if ( ! isset( $bstwbsftwppdtplgns_added_menu ) ) {
|
64 |
$plugin_with_newer_menu = $base;
|
72 |
if ( file_exists( ABSPATH . $wp_content_dir . '/plugins/' . $plugin_with_newer_menu[0] . '/bws_menu/bws_menu.php' ) )
|
73 |
require_once( ABSPATH . $wp_content_dir . '/plugins/' . $plugin_with_newer_menu[0] . '/bws_menu/bws_menu.php' );
|
74 |
else
|
75 |
+
require_once( dirname( __FILE__ ) . '/bws_menu/bws_menu.php' );
|
76 |
+
$bstwbsftwppdtplgns_added_menu = true;
|
77 |
}
|
78 |
|
79 |
add_menu_page( 'BWS Plugins', 'BWS Plugins', 'manage_options', 'bws_plugins', 'bws_add_menu_render', plugins_url( "images/px.png", __FILE__ ), 1001 );
|
216 |
/* Private and public keys */
|
217 |
$gglcptch_keys = array(
|
218 |
'public' => array(
|
219 |
+
'display_name' => __( 'Site key', 'google_captcha' ),
|
220 |
'form_name' => 'gglcptch_public_key',
|
221 |
'error_msg' => '',
|
222 |
),
|
223 |
'private' => array(
|
224 |
+
'display_name' => __( 'Secret Key', 'google_captcha' ),
|
225 |
'form_name' => 'gglcptch_private_key',
|
226 |
'error_msg' => '',
|
227 |
),
|
247 |
/* Save data for settings page */
|
248 |
if ( isset( $_POST['gglcptch_save_changes'] ) && check_admin_referer( plugin_basename( __FILE__ ), 'gglcptch_nonce_name' ) ) {
|
249 |
if ( ! $_POST['gglcptch_public_key'] || '' == $_POST['gglcptch_public_key'] ) {
|
250 |
+
$gglcptch_keys['public']['error_msg'] = __( 'Enter site key', 'google_captcha' );
|
251 |
$error = __( "WARNING: The captcha will not display while you don't fill key fields.", 'google_captcha' );
|
252 |
} else
|
253 |
$gglcptch_keys['public']['error_msg'] = '';
|
254 |
|
255 |
if ( ! $_POST['gglcptch_private_key'] || '' == $_POST['gglcptch_private_key'] ) {
|
256 |
+
$gglcptch_keys['private']['error_msg'] = __( 'Enter secret key', 'google_captcha' );
|
257 |
$error = __( "WARNING: The captcha will not display while you don't fill key fields.", 'google_captcha' );
|
258 |
} else
|
259 |
$gglcptch_keys['private']['error_msg'] = '';
|
284 |
<p><?php _e( 'If you would like to add the Google Captcha to your own form, just copy and paste this shortcode to your post or page:', 'google_captcha' ); echo ' [bws_google_captcha]'; ?></p>
|
285 |
<form method="post" action="admin.php?page=google-captcha.php">
|
286 |
<h3><?php _e( 'Authentication', 'google_captcha' ); ?></h3>
|
287 |
+
<p><?php printf( __( 'Before you are able to do something, you must to register %s here %s', 'google_captcha' ), '<a target="_blank" href="https://www.google.com/recaptcha/admin#list">','</a>.' ); ?></p>
|
288 |
+
<p><?php _e( 'Enter site key and secret key, that you get after registration.', 'google_captcha' ); ?></p>
|
289 |
<table id="gglcptch-keys" class="form-table">
|
290 |
<?php foreach ( $gglcptch_keys as $key => $fields ) : ?>
|
291 |
<tr valign="top">
|
398 |
if ( ! $privatekey || ! $publickey ) {
|
399 |
if ( current_user_can( 'manage_options' ) ) {
|
400 |
$content .= sprintf(
|
401 |
+
'<strong>%s <a target="_blank" href="https://www.google.com/recaptcha/admin#list">%s</a> %s <a target="_blank" href="%s">%s</a>.</strong>',
|
402 |
__( 'To use Google Captcha you must get the keys from', 'google_captcha' ),
|
403 |
__ ( 'here', 'google_captcha' ),
|
404 |
__ ( 'and enter them on the', 'google_captcha' ),
|
549 |
if ( ! function_exists( 'gglcptch_delete_options' ) ) {
|
550 |
function gglcptch_delete_options() {
|
551 |
delete_option( 'gglcptch_options' );
|
|
|
552 |
}
|
553 |
}
|
554 |
|
google_captcha_check.php
CHANGED
File without changes
|
images/px.png
CHANGED
File without changes
|
js/script.js
CHANGED
File without changes
|
languages/google_captcha-es_ES.mo
CHANGED
Binary file
|
languages/google_captcha-es_ES.po
CHANGED
@@ -2,53 +2,56 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: google_captcha\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2014-
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: BestWebSoft <support@bestwebsoft.com>\n"
|
8 |
"Language-Team: Cloudzeroxyz <cloudzeroxyz@gmail.com>\n"
|
|
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
"X-Poedit-KeywordsList: __;_e\n"
|
13 |
"X-Poedit-Basepath: ..\n"
|
14 |
"X-Poedit-SourceCharset: utf-8\n"
|
15 |
-
"X-Generator: Poedit 1.
|
16 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
17 |
-
"Language: es_419\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
-
#: google-captcha.php:
|
21 |
-
#: google-captcha.php:277
|
22 |
msgid "Google Captcha Settings"
|
23 |
msgstr "Googe Captcha Ajustes"
|
24 |
|
25 |
-
#: google-captcha.php:
|
26 |
msgid "Google Captcha"
|
27 |
msgstr "Google Captcha"
|
28 |
|
29 |
-
#: google-captcha.php:
|
30 |
msgid "requires"
|
31 |
msgstr "requiere"
|
32 |
|
33 |
-
#: google-captcha.php:
|
34 |
-
msgid "
|
35 |
-
|
|
|
|
|
|
|
|
|
36 |
|
37 |
-
#: google-captcha.php:
|
38 |
msgid "Back to the WordPress"
|
39 |
msgstr "Volver a WordPress"
|
40 |
|
41 |
-
#: google-captcha.php:
|
42 |
msgid "Plugins page"
|
43 |
msgstr "Página de Plugins"
|
44 |
|
45 |
#: google-captcha.php:219
|
46 |
-
msgid "
|
47 |
-
msgstr "
|
48 |
|
49 |
#: google-captcha.php:224
|
50 |
-
msgid "
|
51 |
-
msgstr "
|
52 |
|
53 |
#: google-captcha.php:232
|
54 |
msgid "Login form"
|
@@ -67,148 +70,164 @@ msgid "Comments form"
|
|
67 |
msgstr "Formulario de comentarios"
|
68 |
|
69 |
#: google-captcha.php:250
|
70 |
-
|
71 |
-
|
|
|
72 |
|
73 |
-
#: google-captcha.php:251
|
74 |
-
#: google-captcha.php:257
|
75 |
msgid "WARNING: The captcha will not display while you don't fill key fields."
|
76 |
-
msgstr "
|
|
|
|
|
77 |
|
78 |
#: google-captcha.php:256
|
79 |
-
|
|
|
80 |
msgstr "Introduce la clave privada"
|
81 |
|
82 |
-
#: google-captcha.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
83 |
msgid "Settings saved"
|
84 |
msgstr "Configuración guardada"
|
85 |
|
86 |
-
#: google-captcha.php:
|
87 |
-
msgid "
|
88 |
-
|
|
|
|
|
|
|
|
|
89 |
|
90 |
-
#: google-captcha.php:
|
91 |
msgid "Authentication"
|
92 |
msgstr "Autentificación"
|
93 |
|
94 |
-
#: google-captcha.php:
|
95 |
#, php-format
|
96 |
msgid "Before you are able to do something, you must to register %s here %s"
|
97 |
msgstr "Antes de que pueda hacer algo, debe registrar %s aquí %s"
|
98 |
|
99 |
-
#: google-captcha.php:
|
100 |
-
|
101 |
-
|
|
|
|
|
|
|
102 |
|
103 |
-
#: google-captcha.php:
|
104 |
msgid "Options"
|
105 |
msgstr "Opciones"
|
106 |
|
107 |
-
#: google-captcha.php:
|
108 |
msgid "Enable Google Captcha for:"
|
109 |
msgstr "Habilitar Google Captcha para:"
|
110 |
|
111 |
-
#: google-captcha.php:
|
112 |
-
#: google-captcha.php:311
|
113 |
-
#: google-captcha.php:315
|
114 |
msgid "Contact form"
|
115 |
msgstr "Formulario de contacto"
|
116 |
|
117 |
-
#: google-captcha.php:
|
118 |
-
#: google-captcha.php:312
|
119 |
-
#: google-captcha.php:316
|
120 |
msgid "powered by"
|
121 |
msgstr "impulsado por"
|
122 |
|
123 |
-
#: google-captcha.php:
|
124 |
msgid "Activate contact form"
|
125 |
msgstr "Activar formulario de contacto"
|
126 |
|
127 |
-
#: google-captcha.php:
|
128 |
msgid "Download contact form"
|
129 |
msgstr "Descargar formulario de contacto"
|
130 |
|
131 |
-
#: google-captcha.php:
|
132 |
msgid "Hide captcha for:"
|
133 |
msgstr "Ocultar captcha para:"
|
134 |
|
135 |
-
#: google-captcha.php:
|
136 |
msgid "Theme:"
|
137 |
msgstr "Tema:"
|
138 |
|
139 |
-
#: google-captcha.php:
|
140 |
msgid "Save Changes"
|
141 |
msgstr "Guardar Cambios"
|
142 |
|
143 |
-
#: google-captcha.php:
|
144 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
145 |
msgstr "Si te gusta nuestro plugin, por favor, dale 5 estrellas en WordPress"
|
146 |
|
147 |
-
#: google-captcha.php:
|
148 |
msgid "Rate the plugin"
|
149 |
msgstr "Valorar el plugin"
|
150 |
|
151 |
-
#: google-captcha.php:
|
152 |
msgid "If there is something wrong about it, please contact us"
|
153 |
msgstr "Si hay algo malo en ello, por favor ponte en contacto con nosotros"
|
154 |
|
155 |
-
#: google-captcha.php:
|
156 |
-
msgid "Error: You have entered an incorrect CAPTCHA value."
|
157 |
-
msgstr "Error: Ha introducido un valor incorrecto de CAPTCHA."
|
158 |
-
|
159 |
-
#: google-captcha.php:397
|
160 |
msgid "To use Google Captcha you must get the keys from"
|
161 |
msgstr "Para utilizar Google Captcha debe obtener las claves de"
|
162 |
|
163 |
-
#: google-captcha.php:
|
164 |
msgid "here"
|
165 |
msgstr "aquí"
|
166 |
|
167 |
-
#: google-captcha.php:
|
168 |
msgid "and enter them on the"
|
169 |
msgstr "e introducirlas en"
|
170 |
|
171 |
-
#: google-captcha.php:
|
172 |
msgid "plugin setting page"
|
173 |
msgstr "página de configuración de plugin"
|
174 |
|
175 |
-
#: google-captcha.php:
|
176 |
-
|
177 |
-
|
178 |
-
msgid "Error: You have entered an incorrect CAPTCHA value. Click the BACK button on your browser, and try again."
|
179 |
-
msgstr "Error: Ha introducido un valor incorrecto de CAPTCHA. Haga clic en el botón Regresar de su navegador y vuelva a intentarlo."
|
180 |
-
|
181 |
-
#: google-captcha.php:526
|
182 |
-
#: google-captcha.php:537
|
183 |
-
msgid "Settings"
|
184 |
-
msgstr "Ajustes"
|
185 |
|
186 |
-
#: google-captcha.php:
|
187 |
-
msgid "
|
188 |
-
|
|
|
|
|
|
|
|
|
189 |
|
190 |
-
#: google-captcha.php:
|
191 |
msgid "Support"
|
192 |
msgstr "Soporte"
|
193 |
|
194 |
-
msgid "
|
195 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
196 |
|
197 |
-
msgid "
|
198 |
-
msgstr "
|
199 |
|
200 |
-
msgid "
|
201 |
-
msgstr "
|
202 |
|
203 |
-
msgid "
|
204 |
-
msgstr "
|
205 |
|
206 |
-
msgid "
|
207 |
-
msgstr "
|
208 |
|
209 |
-
msgid "
|
210 |
-
msgstr "
|
211 |
|
212 |
-
msgid "
|
213 |
-
msgstr "
|
214 |
|
|
|
|
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: google_captcha\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2014-11-27 15:00+0200\n"
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: BestWebSoft <support@bestwebsoft.com>\n"
|
8 |
"Language-Team: Cloudzeroxyz <cloudzeroxyz@gmail.com>\n"
|
9 |
+
"Language: es_419\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.5.7\n"
|
17 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
+
#: google-captcha.php:80 google-captcha.php:277
|
|
|
21 |
msgid "Google Captcha Settings"
|
22 |
msgstr "Googe Captcha Ajustes"
|
23 |
|
24 |
+
#: google-captcha.php:80
|
25 |
msgid "Google Captcha"
|
26 |
msgstr "Google Captcha"
|
27 |
|
28 |
+
#: google-captcha.php:97
|
29 |
msgid "requires"
|
30 |
msgstr "requiere"
|
31 |
|
32 |
+
#: google-captcha.php:97
|
33 |
+
msgid ""
|
34 |
+
"or higher, that is why it has been deactivated! Please upgrade WordPress and "
|
35 |
+
"try again."
|
36 |
+
msgstr ""
|
37 |
+
"o superior, es por eso que ha sido desactivado! Por favor, actualice "
|
38 |
+
"WordPress y vuelva a intentarlo."
|
39 |
|
40 |
+
#: google-captcha.php:97
|
41 |
msgid "Back to the WordPress"
|
42 |
msgstr "Volver a WordPress"
|
43 |
|
44 |
+
#: google-captcha.php:97
|
45 |
msgid "Plugins page"
|
46 |
msgstr "Página de Plugins"
|
47 |
|
48 |
#: google-captcha.php:219
|
49 |
+
msgid "Site key"
|
50 |
+
msgstr ""
|
51 |
|
52 |
#: google-captcha.php:224
|
53 |
+
msgid "Secret Key"
|
54 |
+
msgstr ""
|
55 |
|
56 |
#: google-captcha.php:232
|
57 |
msgid "Login form"
|
70 |
msgstr "Formulario de comentarios"
|
71 |
|
72 |
#: google-captcha.php:250
|
73 |
+
#, fuzzy
|
74 |
+
msgid "Enter site key"
|
75 |
+
msgstr "Introduce la clave privada"
|
76 |
|
77 |
+
#: google-captcha.php:251 google-captcha.php:257
|
|
|
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:256
|
84 |
+
#, fuzzy
|
85 |
+
msgid "Enter secret key"
|
86 |
msgstr "Introduce la clave privada"
|
87 |
|
88 |
+
#: google-captcha.php:279 google-captcha.php:530 google-captcha.php:541
|
89 |
+
msgid "Settings"
|
90 |
+
msgstr "Ajustes"
|
91 |
+
|
92 |
+
#: google-captcha.php:280 google-captcha.php:542
|
93 |
+
msgid "FAQ"
|
94 |
+
msgstr "Preguntas Frecuentes"
|
95 |
+
|
96 |
+
#: google-captcha.php:282
|
97 |
msgid "Settings saved"
|
98 |
msgstr "Configuración guardada"
|
99 |
|
100 |
+
#: google-captcha.php:284
|
101 |
+
msgid ""
|
102 |
+
"If you would like to add the Google Captcha to your own form, just copy and "
|
103 |
+
"paste this shortcode to your post or page:"
|
104 |
+
msgstr ""
|
105 |
+
"Si quisiera añadir el Google Captcha para su formulario, simplemente copia y "
|
106 |
+
"pega este código corto en tu post o página:"
|
107 |
|
108 |
+
#: google-captcha.php:286
|
109 |
msgid "Authentication"
|
110 |
msgstr "Autentificación"
|
111 |
|
112 |
+
#: google-captcha.php:287
|
113 |
#, php-format
|
114 |
msgid "Before you are able to do something, you must to register %s here %s"
|
115 |
msgstr "Antes de que pueda hacer algo, debe registrar %s aquí %s"
|
116 |
|
117 |
+
#: google-captcha.php:288
|
118 |
+
#, fuzzy
|
119 |
+
msgid "Enter site key and secret key, that you get after registration."
|
120 |
+
msgstr ""
|
121 |
+
"Introduzca las claves pública y privada, que se obtiene después de "
|
122 |
+
"Registrarse."
|
123 |
|
124 |
+
#: google-captcha.php:300
|
125 |
msgid "Options"
|
126 |
msgstr "Opciones"
|
127 |
|
128 |
+
#: google-captcha.php:303
|
129 |
msgid "Enable Google Captcha for:"
|
130 |
msgstr "Habilitar Google Captcha para:"
|
131 |
|
132 |
+
#: google-captcha.php:318 google-captcha.php:321 google-captcha.php:325
|
|
|
|
|
133 |
msgid "Contact form"
|
134 |
msgstr "Formulario de contacto"
|
135 |
|
136 |
+
#: google-captcha.php:319 google-captcha.php:322 google-captcha.php:326
|
|
|
|
|
137 |
msgid "powered by"
|
138 |
msgstr "impulsado por"
|
139 |
|
140 |
+
#: google-captcha.php:322
|
141 |
msgid "Activate contact form"
|
142 |
msgstr "Activar formulario de contacto"
|
143 |
|
144 |
+
#: google-captcha.php:326
|
145 |
msgid "Download contact form"
|
146 |
msgstr "Descargar formulario de contacto"
|
147 |
|
148 |
+
#: google-captcha.php:331
|
149 |
msgid "Hide captcha for:"
|
150 |
msgstr "Ocultar captcha para:"
|
151 |
|
152 |
+
#: google-captcha.php:339
|
153 |
msgid "Theme:"
|
154 |
msgstr "Tema:"
|
155 |
|
156 |
+
#: google-captcha.php:350
|
157 |
msgid "Save Changes"
|
158 |
msgstr "Guardar Cambios"
|
159 |
|
160 |
+
#: google-captcha.php:356
|
161 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
162 |
msgstr "Si te gusta nuestro plugin, por favor, dale 5 estrellas en WordPress"
|
163 |
|
164 |
+
#: google-captcha.php:357
|
165 |
msgid "Rate the plugin"
|
166 |
msgstr "Valorar el plugin"
|
167 |
|
168 |
+
#: google-captcha.php:360
|
169 |
msgid "If there is something wrong about it, please contact us"
|
170 |
msgstr "Si hay algo malo en ello, por favor ponte en contacto con nosotros"
|
171 |
|
172 |
+
#: google-captcha.php:402
|
|
|
|
|
|
|
|
|
173 |
msgid "To use Google Captcha you must get the keys from"
|
174 |
msgstr "Para utilizar Google Captcha debe obtener las claves de"
|
175 |
|
176 |
+
#: google-captcha.php:403
|
177 |
msgid "here"
|
178 |
msgstr "aquí"
|
179 |
|
180 |
+
#: google-captcha.php:404
|
181 |
msgid "and enter them on the"
|
182 |
msgstr "e introducirlas en"
|
183 |
|
184 |
+
#: google-captcha.php:406
|
185 |
msgid "plugin setting page"
|
186 |
msgstr "página de configuración de plugin"
|
187 |
|
188 |
+
#: google-captcha.php:429
|
189 |
+
msgid "Error: You have entered an incorrect CAPTCHA value."
|
190 |
+
msgstr "Error: Ha introducido un valor incorrecto de CAPTCHA."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
191 |
|
192 |
+
#: google-captcha.php:480 google-captcha.php:516
|
193 |
+
msgid ""
|
194 |
+
"Error: You have entered an incorrect CAPTCHA value. Click the BACK button on "
|
195 |
+
"your browser, and try again."
|
196 |
+
msgstr ""
|
197 |
+
"Error: Ha introducido un valor incorrecto de CAPTCHA. Haga clic en el botón "
|
198 |
+
"Regresar de su navegador y vuelva a intentarlo."
|
199 |
|
200 |
+
#: google-captcha.php:543
|
201 |
msgid "Support"
|
202 |
msgstr "Soporte"
|
203 |
|
204 |
+
#~ msgid "Public Key"
|
205 |
+
#~ msgstr "Clave Pública"
|
206 |
+
|
207 |
+
#~ msgid "Private Key"
|
208 |
+
#~ msgstr "Clave Privada"
|
209 |
+
|
210 |
+
#~ msgid "Enter public key"
|
211 |
+
#~ msgstr "Introduce la clave pública"
|
212 |
|
213 |
+
#~ msgid "Red"
|
214 |
+
#~ msgstr "Rojo"
|
215 |
|
216 |
+
#~ msgid "White"
|
217 |
+
#~ msgstr "Blanco"
|
218 |
|
219 |
+
#~ msgid "Blackglass"
|
220 |
+
#~ msgstr "Cristal Negro"
|
221 |
|
222 |
+
#~ msgid "Clean"
|
223 |
+
#~ msgstr "Limpio"
|
224 |
|
225 |
+
#~ msgid "Activated theme"
|
226 |
+
#~ msgstr "Tema Activado"
|
227 |
|
228 |
+
#~ msgid "Themes"
|
229 |
+
#~ msgstr "Temas"
|
230 |
|
231 |
+
#~ msgid "WARNING: The captcha will not display while you not fill key fields."
|
232 |
+
#~ msgstr ""
|
233 |
+
#~ "ADVERTENCIA: El Captcha no se mostrará mientras no llena los campos clave."
|
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_captcha\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2014-
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: the BestWebSoft Team <plugin@bestwebsoft.com>\n"
|
@@ -13,24 +13,24 @@ msgstr ""
|
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SourceCharset: utf-8\n"
|
16 |
-
"X-Generator: Poedit 1.5.
|
17 |
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
|
18 |
"|| n%100>=20) ? 1 : 2);\n"
|
19 |
"X-Poedit-SearchPath-0: .\n"
|
20 |
|
21 |
-
#: google-captcha.php:
|
22 |
msgid "Google Captcha Settings"
|
23 |
msgstr "Ustawienia Google Captcha"
|
24 |
|
25 |
-
#: google-captcha.php:
|
26 |
msgid "Google Captcha"
|
27 |
msgstr "Google Captcha"
|
28 |
|
29 |
-
#: google-captcha.php:
|
30 |
msgid "requires"
|
31 |
msgstr "wymaga"
|
32 |
|
33 |
-
#: google-captcha.php:
|
34 |
msgid ""
|
35 |
"or higher, that is why it has been deactivated! Please upgrade WordPress and "
|
36 |
"try again."
|
@@ -38,21 +38,21 @@ msgstr ""
|
|
38 |
"lub wersji nowszej, dlatego wtyczka jest nieaktywna! Zaktualizuj swoją "
|
39 |
"platformę WordPress i spróbuj ponownie."
|
40 |
|
41 |
-
#: google-captcha.php:
|
42 |
msgid "Back to the WordPress"
|
43 |
msgstr "Wróć do WordPress"
|
44 |
|
45 |
-
#: google-captcha.php:
|
46 |
msgid "Plugins page"
|
47 |
msgstr "Strona Wtyczki"
|
48 |
|
49 |
#: google-captcha.php:219
|
50 |
-
msgid "
|
51 |
-
msgstr "
|
52 |
|
53 |
#: google-captcha.php:224
|
54 |
-
msgid "
|
55 |
-
msgstr "
|
56 |
|
57 |
#: google-captcha.php:232
|
58 |
msgid "Login form"
|
@@ -71,8 +71,9 @@ msgid "Comments form"
|
|
71 |
msgstr "Formularz komentarza"
|
72 |
|
73 |
#: google-captcha.php:250
|
74 |
-
|
75 |
-
|
|
|
76 |
|
77 |
#: google-captcha.php:251 google-captcha.php:257
|
78 |
msgid "WARNING: The captcha will not display while you don't fill key fields."
|
@@ -81,14 +82,23 @@ msgstr ""
|
|
81 |
"kluczy."
|
82 |
|
83 |
#: google-captcha.php:256
|
84 |
-
|
|
|
85 |
msgstr "Wprowadź klucz prywatny"
|
86 |
|
87 |
-
#: google-captcha.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
88 |
msgid "Settings saved"
|
89 |
msgstr "Ustawienia zapisane"
|
90 |
|
91 |
-
#: google-captcha.php:
|
92 |
msgid ""
|
93 |
"If you would like to add the Google Captcha to your own form, just copy and "
|
94 |
"paste this shortcode to your post or page:"
|
@@ -96,90 +106,91 @@ msgstr ""
|
|
96 |
"Jeżeli chcesz umieścić wtyczkę Google Captcha we własnym formularzu, po "
|
97 |
"prostu skopiuj i wklej ten kod w swoim poście lub na swojej stronie:"
|
98 |
|
99 |
-
#: google-captcha.php:
|
100 |
msgid "Authentication"
|
101 |
msgstr "Uwierzytelnianie"
|
102 |
|
103 |
-
#: google-captcha.php:
|
104 |
#, php-format
|
105 |
msgid "Before you are able to do something, you must to register %s here %s"
|
106 |
msgstr "Aby móc cokolwiek zrobić, musisz się zarejestrować %s tutaj %s"
|
107 |
|
108 |
-
#: google-captcha.php:
|
109 |
-
|
|
|
110 |
msgstr ""
|
111 |
"Wprowadź swój klucz publiczny i prywatny, uzyskane po dokonaniu rejestracji."
|
112 |
|
113 |
-
#: google-captcha.php:
|
114 |
msgid "Options"
|
115 |
msgstr "Opcje"
|
116 |
|
117 |
-
#: google-captcha.php:
|
118 |
msgid "Enable Google Captcha for:"
|
119 |
msgstr "Włącz Google Captcha na stronach:"
|
120 |
|
121 |
-
#: google-captcha.php:
|
122 |
msgid "Contact form"
|
123 |
msgstr "Formularz kontaktowy"
|
124 |
|
125 |
-
#: google-captcha.php:
|
126 |
msgid "powered by"
|
127 |
msgstr "opracowany przez"
|
128 |
|
129 |
-
#: google-captcha.php:
|
130 |
msgid "Activate contact form"
|
131 |
msgstr "Włącz formularz kontaktowy"
|
132 |
|
133 |
-
#: google-captcha.php:
|
134 |
msgid "Download contact form"
|
135 |
msgstr "Pobierz formularz kontaktowy"
|
136 |
|
137 |
-
#: google-captcha.php:
|
138 |
msgid "Hide captcha for:"
|
139 |
msgstr "Ukryj kod captcha dla:"
|
140 |
|
141 |
-
#: google-captcha.php:
|
142 |
msgid "Theme:"
|
143 |
msgstr "Motyw:"
|
144 |
|
145 |
-
#: google-captcha.php:
|
146 |
msgid "Save Changes"
|
147 |
msgstr "Zapisz zmiany"
|
148 |
|
149 |
-
#: google-captcha.php:
|
150 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
151 |
msgstr ""
|
152 |
"Jeżeli podoba Ci się nasza wtyczka, oceń ją 5 gwiazdkami w witrynie WordPress"
|
153 |
|
154 |
-
#: google-captcha.php:
|
155 |
msgid "Rate the plugin"
|
156 |
msgstr "Oceń wtyczkę"
|
157 |
|
158 |
-
#: google-captcha.php:
|
159 |
msgid "If there is something wrong about it, please contact us"
|
160 |
msgstr "Jeżeli coś Ci się w niej nie podoba, skontaktuj się z nami"
|
161 |
|
162 |
-
#: google-captcha.php:
|
163 |
-
msgid "Error: You have entered an incorrect CAPTCHA value."
|
164 |
-
msgstr "Błąd: wprowadzono nieprawidłowy kod CAPTCHA."
|
165 |
-
|
166 |
-
#: google-captcha.php:397
|
167 |
msgid "To use Google Captcha you must get the keys from"
|
168 |
msgstr "Aby korzystać z Google Captcha, musisz najpierw uzyskać klucze"
|
169 |
|
170 |
-
#: google-captcha.php:
|
171 |
msgid "here"
|
172 |
msgstr "stąd"
|
173 |
|
174 |
-
#: google-captcha.php:
|
175 |
msgid "and enter them on the"
|
176 |
msgstr "i wprowadzić je na"
|
177 |
|
178 |
-
#: google-captcha.php:
|
179 |
msgid "plugin setting page"
|
180 |
msgstr "stronie ustawień wtyczki"
|
181 |
|
182 |
-
#: google-captcha.php:
|
|
|
|
|
|
|
|
|
183 |
msgid ""
|
184 |
"Error: You have entered an incorrect CAPTCHA value. Click the BACK button on "
|
185 |
"your browser, and try again."
|
@@ -187,18 +198,19 @@ msgstr ""
|
|
187 |
"Błąd: wprowadzono nieprawidłowy kod CAPTCHA. Kliknij przycisk WSTECZ na "
|
188 |
"pasku przeglądarki i spróbuj ponownie."
|
189 |
|
190 |
-
#: google-captcha.php:
|
191 |
-
msgid "Settings"
|
192 |
-
msgstr "Ustawienia"
|
193 |
-
|
194 |
-
#: google-captcha.php:538
|
195 |
-
msgid "FAQ"
|
196 |
-
msgstr "FAQ"
|
197 |
-
|
198 |
-
#: google-captcha.php:539
|
199 |
msgid "Support"
|
200 |
msgstr "Wsparcie"
|
201 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
202 |
#~ msgid "Red"
|
203 |
#~ msgstr "Czerwony"
|
204 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: google_captcha\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2014-11-27 15:00+0200\n"
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: the BestWebSoft Team <plugin@bestwebsoft.com>\n"
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SourceCharset: utf-8\n"
|
16 |
+
"X-Generator: Poedit 1.5.7\n"
|
17 |
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
|
18 |
"|| n%100>=20) ? 1 : 2);\n"
|
19 |
"X-Poedit-SearchPath-0: .\n"
|
20 |
|
21 |
+
#: google-captcha.php:80 google-captcha.php:277
|
22 |
msgid "Google Captcha Settings"
|
23 |
msgstr "Ustawienia Google Captcha"
|
24 |
|
25 |
+
#: google-captcha.php:80
|
26 |
msgid "Google Captcha"
|
27 |
msgstr "Google Captcha"
|
28 |
|
29 |
+
#: google-captcha.php:97
|
30 |
msgid "requires"
|
31 |
msgstr "wymaga"
|
32 |
|
33 |
+
#: google-captcha.php:97
|
34 |
msgid ""
|
35 |
"or higher, that is why it has been deactivated! Please upgrade WordPress and "
|
36 |
"try again."
|
38 |
"lub wersji nowszej, dlatego wtyczka jest nieaktywna! Zaktualizuj swoją "
|
39 |
"platformę WordPress i spróbuj ponownie."
|
40 |
|
41 |
+
#: google-captcha.php:97
|
42 |
msgid "Back to the WordPress"
|
43 |
msgstr "Wróć do WordPress"
|
44 |
|
45 |
+
#: google-captcha.php:97
|
46 |
msgid "Plugins page"
|
47 |
msgstr "Strona Wtyczki"
|
48 |
|
49 |
#: google-captcha.php:219
|
50 |
+
msgid "Site key"
|
51 |
+
msgstr ""
|
52 |
|
53 |
#: google-captcha.php:224
|
54 |
+
msgid "Secret Key"
|
55 |
+
msgstr ""
|
56 |
|
57 |
#: google-captcha.php:232
|
58 |
msgid "Login form"
|
71 |
msgstr "Formularz komentarza"
|
72 |
|
73 |
#: google-captcha.php:250
|
74 |
+
#, fuzzy
|
75 |
+
msgid "Enter site key"
|
76 |
+
msgstr "Wprowadź klucz prywatny"
|
77 |
|
78 |
#: google-captcha.php:251 google-captcha.php:257
|
79 |
msgid "WARNING: The captcha will not display while you don't fill key fields."
|
82 |
"kluczy."
|
83 |
|
84 |
#: google-captcha.php:256
|
85 |
+
#, fuzzy
|
86 |
+
msgid "Enter secret key"
|
87 |
msgstr "Wprowadź klucz prywatny"
|
88 |
|
89 |
+
#: google-captcha.php:279 google-captcha.php:530 google-captcha.php:541
|
90 |
+
msgid "Settings"
|
91 |
+
msgstr "Ustawienia"
|
92 |
+
|
93 |
+
#: google-captcha.php:280 google-captcha.php:542
|
94 |
+
msgid "FAQ"
|
95 |
+
msgstr "FAQ"
|
96 |
+
|
97 |
+
#: google-captcha.php:282
|
98 |
msgid "Settings saved"
|
99 |
msgstr "Ustawienia zapisane"
|
100 |
|
101 |
+
#: google-captcha.php:284
|
102 |
msgid ""
|
103 |
"If you would like to add the Google Captcha to your own form, just copy and "
|
104 |
"paste this shortcode to your post or page:"
|
106 |
"Jeżeli chcesz umieścić wtyczkę Google Captcha we własnym formularzu, po "
|
107 |
"prostu skopiuj i wklej ten kod w swoim poście lub na swojej stronie:"
|
108 |
|
109 |
+
#: google-captcha.php:286
|
110 |
msgid "Authentication"
|
111 |
msgstr "Uwierzytelnianie"
|
112 |
|
113 |
+
#: google-captcha.php:287
|
114 |
#, php-format
|
115 |
msgid "Before you are able to do something, you must to register %s here %s"
|
116 |
msgstr "Aby móc cokolwiek zrobić, musisz się zarejestrować %s tutaj %s"
|
117 |
|
118 |
+
#: google-captcha.php:288
|
119 |
+
#, fuzzy
|
120 |
+
msgid "Enter site key and secret key, that you get after registration."
|
121 |
msgstr ""
|
122 |
"Wprowadź swój klucz publiczny i prywatny, uzyskane po dokonaniu rejestracji."
|
123 |
|
124 |
+
#: google-captcha.php:300
|
125 |
msgid "Options"
|
126 |
msgstr "Opcje"
|
127 |
|
128 |
+
#: google-captcha.php:303
|
129 |
msgid "Enable Google Captcha for:"
|
130 |
msgstr "Włącz Google Captcha na stronach:"
|
131 |
|
132 |
+
#: google-captcha.php:318 google-captcha.php:321 google-captcha.php:325
|
133 |
msgid "Contact form"
|
134 |
msgstr "Formularz kontaktowy"
|
135 |
|
136 |
+
#: google-captcha.php:319 google-captcha.php:322 google-captcha.php:326
|
137 |
msgid "powered by"
|
138 |
msgstr "opracowany przez"
|
139 |
|
140 |
+
#: google-captcha.php:322
|
141 |
msgid "Activate contact form"
|
142 |
msgstr "Włącz formularz kontaktowy"
|
143 |
|
144 |
+
#: google-captcha.php:326
|
145 |
msgid "Download contact form"
|
146 |
msgstr "Pobierz formularz kontaktowy"
|
147 |
|
148 |
+
#: google-captcha.php:331
|
149 |
msgid "Hide captcha for:"
|
150 |
msgstr "Ukryj kod captcha dla:"
|
151 |
|
152 |
+
#: google-captcha.php:339
|
153 |
msgid "Theme:"
|
154 |
msgstr "Motyw:"
|
155 |
|
156 |
+
#: google-captcha.php:350
|
157 |
msgid "Save Changes"
|
158 |
msgstr "Zapisz zmiany"
|
159 |
|
160 |
+
#: google-captcha.php:356
|
161 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
162 |
msgstr ""
|
163 |
"Jeżeli podoba Ci się nasza wtyczka, oceń ją 5 gwiazdkami w witrynie WordPress"
|
164 |
|
165 |
+
#: google-captcha.php:357
|
166 |
msgid "Rate the plugin"
|
167 |
msgstr "Oceń wtyczkę"
|
168 |
|
169 |
+
#: google-captcha.php:360
|
170 |
msgid "If there is something wrong about it, please contact us"
|
171 |
msgstr "Jeżeli coś Ci się w niej nie podoba, skontaktuj się z nami"
|
172 |
|
173 |
+
#: google-captcha.php:402
|
|
|
|
|
|
|
|
|
174 |
msgid "To use Google Captcha you must get the keys from"
|
175 |
msgstr "Aby korzystać z Google Captcha, musisz najpierw uzyskać klucze"
|
176 |
|
177 |
+
#: google-captcha.php:403
|
178 |
msgid "here"
|
179 |
msgstr "stąd"
|
180 |
|
181 |
+
#: google-captcha.php:404
|
182 |
msgid "and enter them on the"
|
183 |
msgstr "i wprowadzić je na"
|
184 |
|
185 |
+
#: google-captcha.php:406
|
186 |
msgid "plugin setting page"
|
187 |
msgstr "stronie ustawień wtyczki"
|
188 |
|
189 |
+
#: google-captcha.php:429
|
190 |
+
msgid "Error: You have entered an incorrect CAPTCHA value."
|
191 |
+
msgstr "Błąd: wprowadzono nieprawidłowy kod CAPTCHA."
|
192 |
+
|
193 |
+
#: google-captcha.php:480 google-captcha.php:516
|
194 |
msgid ""
|
195 |
"Error: You have entered an incorrect CAPTCHA value. Click the BACK button on "
|
196 |
"your browser, and try again."
|
198 |
"Błąd: wprowadzono nieprawidłowy kod CAPTCHA. Kliknij przycisk WSTECZ na "
|
199 |
"pasku przeglądarki i spróbuj ponownie."
|
200 |
|
201 |
+
#: google-captcha.php:543
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
202 |
msgid "Support"
|
203 |
msgstr "Wsparcie"
|
204 |
|
205 |
+
#~ msgid "Public Key"
|
206 |
+
#~ msgstr "Klucz publiczny"
|
207 |
+
|
208 |
+
#~ msgid "Private Key"
|
209 |
+
#~ msgstr "Klucz prywatny"
|
210 |
+
|
211 |
+
#~ msgid "Enter public key"
|
212 |
+
#~ msgstr "Wprowadź klucz publiczny"
|
213 |
+
|
214 |
#~ msgid "Red"
|
215 |
#~ msgstr "Czerwony"
|
216 |
|
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_captcha\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2014-
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: Elton Peetz Prado <epeetz@gmail.com>\n"
|
@@ -13,165 +13,167 @@ msgstr ""
|
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
-
"X-Generator: Poedit 1.
|
17 |
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
-
#: google-captcha.php:
|
21 |
-
#: google-captcha.php:280
|
22 |
msgid "Google Captcha Settings"
|
23 |
msgstr "Configurações Google Captcha"
|
24 |
|
25 |
-
#: google-captcha.php:
|
26 |
msgid "Google Captcha"
|
27 |
msgstr "Google Captcha"
|
28 |
|
29 |
-
#: google-captcha.php:
|
30 |
msgid "requires"
|
31 |
msgstr "obrigatório"
|
32 |
|
33 |
-
#: google-captcha.php:
|
34 |
-
msgid "
|
35 |
-
|
|
|
|
|
|
|
|
|
36 |
|
37 |
-
#: google-captcha.php:
|
38 |
msgid "Back to the WordPress"
|
39 |
msgstr "Voltar ao WordPress"
|
40 |
|
41 |
-
#: google-captcha.php:
|
42 |
msgid "Plugins page"
|
43 |
msgstr "Página de plugins"
|
44 |
|
45 |
-
#: google-captcha.php:
|
46 |
-
|
47 |
-
|
|
|
48 |
|
49 |
-
#: google-captcha.php:
|
50 |
-
msgid "
|
51 |
-
msgstr "
|
52 |
|
53 |
-
#: google-captcha.php:
|
54 |
msgid "Login form"
|
55 |
msgstr "Formulário de login"
|
56 |
|
57 |
-
#: google-captcha.php:
|
58 |
msgid "Registration form"
|
59 |
msgstr "Formulário de registro"
|
60 |
|
61 |
-
#: google-captcha.php:
|
62 |
msgid "Reset password form"
|
63 |
msgstr "Formulário de alterar senha"
|
64 |
|
65 |
-
#: google-captcha.php:
|
66 |
msgid "Comments form"
|
67 |
msgstr "Fomulário de comentários"
|
68 |
|
69 |
-
#: google-captcha.php:
|
70 |
-
|
71 |
-
|
|
|
72 |
|
73 |
-
#: google-captcha.php:
|
74 |
-
#: google-captcha.php:260
|
75 |
msgid "WARNING: The captcha will not display while you don't fill key fields."
|
76 |
-
msgstr "
|
|
|
|
|
77 |
|
78 |
-
#: google-captcha.php:
|
79 |
-
|
|
|
80 |
msgstr "Digite a chave privada"
|
81 |
|
82 |
-
#: google-captcha.php:
|
83 |
-
#: google-captcha.php:535
|
84 |
-
#: google-captcha.php:546
|
85 |
msgid "Settings"
|
86 |
msgstr "Configurações"
|
87 |
|
88 |
-
#: google-captcha.php:
|
89 |
-
#: google-captcha.php:547
|
90 |
msgid "FAQ"
|
91 |
msgstr "FAQ"
|
92 |
|
93 |
-
#: google-captcha.php:
|
94 |
msgid "Settings saved"
|
95 |
msgstr "Configurações salvas"
|
96 |
|
97 |
-
#: google-captcha.php:
|
98 |
-
msgid "
|
99 |
-
|
|
|
|
|
|
|
|
|
100 |
|
101 |
-
#: google-captcha.php:
|
102 |
msgid "Authentication"
|
103 |
msgstr "Autenticação"
|
104 |
|
105 |
-
#: google-captcha.php:
|
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:
|
111 |
-
|
|
|
112 |
msgstr "Digite as chaves públicas e privadas, que você recebe após o registro."
|
113 |
|
114 |
-
#: google-captcha.php:
|
115 |
msgid "Options"
|
116 |
msgstr "Opções"
|
117 |
|
118 |
-
#: google-captcha.php:
|
119 |
msgid "Enable Google Captcha for:"
|
120 |
msgstr "Ativar Google Captcha para:"
|
121 |
|
122 |
-
#: google-captcha.php:
|
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:
|
129 |
-
#: google-captcha.php:319
|
130 |
-
#: google-captcha.php:323
|
131 |
msgid "powered by"
|
132 |
msgstr "distribuído por"
|
133 |
|
134 |
-
#: google-captcha.php:
|
135 |
msgid "Activate contact form"
|
136 |
msgstr "Ativar formulário de contato"
|
137 |
|
138 |
-
#: google-captcha.php:
|
139 |
msgid "Download contact form"
|
140 |
msgstr "Baixar formulário de contato"
|
141 |
|
142 |
-
#: google-captcha.php:
|
143 |
msgid "Hide captcha for:"
|
144 |
msgstr "Esconder captcha para:"
|
145 |
|
146 |
-
#: google-captcha.php:
|
147 |
msgid "Theme:"
|
148 |
msgstr "Tema:"
|
149 |
|
150 |
-
#: google-captcha.php:
|
151 |
msgid "Save Changes"
|
152 |
msgstr "Salvar alterações"
|
153 |
|
154 |
-
#: google-captcha.php:
|
155 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
156 |
-
msgstr "
|
|
|
157 |
|
158 |
-
#: google-captcha.php:
|
159 |
msgid "Rate the plugin"
|
160 |
msgstr "Classifique o plugin"
|
161 |
|
162 |
-
#: google-captcha.php:
|
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:
|
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:
|
175 |
msgid "here"
|
176 |
msgstr "aqui"
|
177 |
|
@@ -179,20 +181,35 @@ msgstr "aqui"
|
|
179 |
msgid "and enter them on the"
|
180 |
msgstr "e inserí-los no"
|
181 |
|
182 |
-
#: google-captcha.php:
|
183 |
msgid "plugin setting page"
|
184 |
msgstr "página de configuração do plugin"
|
185 |
|
186 |
-
#: google-captcha.php:
|
187 |
-
|
188 |
-
|
189 |
-
|
190 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
191 |
|
192 |
-
#: google-captcha.php:
|
193 |
msgid "Support"
|
194 |
msgstr "Suporte"
|
195 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
196 |
#~ msgid "Not set"
|
197 |
#~ msgstr "Não definido"
|
198 |
|
@@ -259,9 +276,6 @@ msgstr "Suporte"
|
|
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 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: google_captcha\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2014-11-27 15:00+0200\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"
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
+
"X-Generator: Poedit 1.5.7\n"
|
17 |
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
+
#: google-captcha.php:80 google-captcha.php:277
|
|
|
21 |
msgid "Google Captcha Settings"
|
22 |
msgstr "Configurações Google Captcha"
|
23 |
|
24 |
+
#: google-captcha.php:80
|
25 |
msgid "Google Captcha"
|
26 |
msgstr "Google Captcha"
|
27 |
|
28 |
+
#: google-captcha.php:97
|
29 |
msgid "requires"
|
30 |
msgstr "obrigatório"
|
31 |
|
32 |
+
#: google-captcha.php:97
|
33 |
+
msgid ""
|
34 |
+
"or higher, that is why it has been deactivated! Please upgrade WordPress and "
|
35 |
+
"try again."
|
36 |
+
msgstr ""
|
37 |
+
"ou superior, é por isso que ele foi desativado! Por favor, atualize "
|
38 |
+
"WordPress e tente novamente."
|
39 |
|
40 |
+
#: google-captcha.php:97
|
41 |
msgid "Back to the WordPress"
|
42 |
msgstr "Voltar ao WordPress"
|
43 |
|
44 |
+
#: google-captcha.php:97
|
45 |
msgid "Plugins page"
|
46 |
msgstr "Página de plugins"
|
47 |
|
48 |
+
#: google-captcha.php:219
|
49 |
+
#, fuzzy
|
50 |
+
msgid "Site key"
|
51 |
+
msgstr "URL do site"
|
52 |
|
53 |
+
#: google-captcha.php:224
|
54 |
+
msgid "Secret Key"
|
55 |
+
msgstr ""
|
56 |
|
57 |
+
#: google-captcha.php:232
|
58 |
msgid "Login form"
|
59 |
msgstr "Formulário de login"
|
60 |
|
61 |
+
#: google-captcha.php:233
|
62 |
msgid "Registration form"
|
63 |
msgstr "Formulário de registro"
|
64 |
|
65 |
+
#: google-captcha.php:234
|
66 |
msgid "Reset password form"
|
67 |
msgstr "Formulário de alterar senha"
|
68 |
|
69 |
+
#: google-captcha.php:235
|
70 |
msgid "Comments form"
|
71 |
msgstr "Fomulário de comentários"
|
72 |
|
73 |
+
#: google-captcha.php:250
|
74 |
+
#, fuzzy
|
75 |
+
msgid "Enter site key"
|
76 |
+
msgstr "Digite a chave privada"
|
77 |
|
78 |
+
#: google-captcha.php:251 google-captcha.php:257
|
|
|
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:256
|
85 |
+
#, fuzzy
|
86 |
+
msgid "Enter secret key"
|
87 |
msgstr "Digite a chave privada"
|
88 |
|
89 |
+
#: google-captcha.php:279 google-captcha.php:530 google-captcha.php:541
|
|
|
|
|
90 |
msgid "Settings"
|
91 |
msgstr "Configurações"
|
92 |
|
93 |
+
#: google-captcha.php:280 google-captcha.php:542
|
|
|
94 |
msgid "FAQ"
|
95 |
msgstr "FAQ"
|
96 |
|
97 |
+
#: google-captcha.php:282
|
98 |
msgid "Settings saved"
|
99 |
msgstr "Configurações salvas"
|
100 |
|
101 |
+
#: google-captcha.php:284
|
102 |
+
msgid ""
|
103 |
+
"If you would like to add the Google Captcha to your own form, just copy and "
|
104 |
+
"paste this shortcode to your post or page:"
|
105 |
+
msgstr ""
|
106 |
+
"Se você quiser adicionar o Google Captcha para seu próprio formulário, basta "
|
107 |
+
"copiar e colar este shortcode para o seu post ou página:"
|
108 |
|
109 |
+
#: google-captcha.php:286
|
110 |
msgid "Authentication"
|
111 |
msgstr "Autenticação"
|
112 |
|
113 |
+
#: google-captcha.php:287
|
114 |
#, php-format
|
115 |
msgid "Before you are able to do something, you must to register %s here %s"
|
116 |
msgstr "Antes de você fazer alguma coisa, deve se registrar %s aqui %s"
|
117 |
|
118 |
+
#: google-captcha.php:288
|
119 |
+
#, fuzzy
|
120 |
+
msgid "Enter site key and secret key, that you get after registration."
|
121 |
msgstr "Digite as chaves públicas e privadas, que você recebe após o registro."
|
122 |
|
123 |
+
#: google-captcha.php:300
|
124 |
msgid "Options"
|
125 |
msgstr "Opções"
|
126 |
|
127 |
+
#: google-captcha.php:303
|
128 |
msgid "Enable Google Captcha for:"
|
129 |
msgstr "Ativar Google Captcha para:"
|
130 |
|
131 |
+
#: google-captcha.php:318 google-captcha.php:321 google-captcha.php:325
|
|
|
|
|
132 |
msgid "Contact form"
|
133 |
msgstr "Formulário de contato"
|
134 |
|
135 |
+
#: google-captcha.php:319 google-captcha.php:322 google-captcha.php:326
|
|
|
|
|
136 |
msgid "powered by"
|
137 |
msgstr "distribuído por"
|
138 |
|
139 |
+
#: google-captcha.php:322
|
140 |
msgid "Activate contact form"
|
141 |
msgstr "Ativar formulário de contato"
|
142 |
|
143 |
+
#: google-captcha.php:326
|
144 |
msgid "Download contact form"
|
145 |
msgstr "Baixar formulário de contato"
|
146 |
|
147 |
+
#: google-captcha.php:331
|
148 |
msgid "Hide captcha for:"
|
149 |
msgstr "Esconder captcha para:"
|
150 |
|
151 |
+
#: google-captcha.php:339
|
152 |
msgid "Theme:"
|
153 |
msgstr "Tema:"
|
154 |
|
155 |
+
#: google-captcha.php:350
|
156 |
msgid "Save Changes"
|
157 |
msgstr "Salvar alterações"
|
158 |
|
159 |
+
#: google-captcha.php:356
|
160 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
161 |
+
msgstr ""
|
162 |
+
"Se você gostar de nosso plugin, por favor, dê-lhe 5 estrelas em WordPress"
|
163 |
|
164 |
+
#: google-captcha.php:357
|
165 |
msgid "Rate the plugin"
|
166 |
msgstr "Classifique o plugin"
|
167 |
|
168 |
+
#: google-captcha.php:360
|
169 |
msgid "If there is something wrong about it, please contact us"
|
170 |
msgstr "Se há algo de errado com isso, por favor, entre em contato conosco"
|
171 |
|
172 |
+
#: google-captcha.php:402
|
|
|
|
|
|
|
|
|
173 |
msgid "To use Google Captcha you must get the keys from"
|
174 |
msgstr "Para usar o Google Captcha é necessário obter as chaves de"
|
175 |
|
176 |
+
#: google-captcha.php:403
|
177 |
msgid "here"
|
178 |
msgstr "aqui"
|
179 |
|
181 |
msgid "and enter them on the"
|
182 |
msgstr "e inserí-los no"
|
183 |
|
184 |
+
#: google-captcha.php:406
|
185 |
msgid "plugin setting page"
|
186 |
msgstr "página de configuração do plugin"
|
187 |
|
188 |
+
#: google-captcha.php:429
|
189 |
+
msgid "Error: You have entered an incorrect CAPTCHA value."
|
190 |
+
msgstr "Erro: Você digitou um CAPTCHA com valor incorreto."
|
191 |
+
|
192 |
+
#: google-captcha.php:480 google-captcha.php:516
|
193 |
+
msgid ""
|
194 |
+
"Error: You have entered an incorrect CAPTCHA value. Click the BACK button on "
|
195 |
+
"your browser, and try again."
|
196 |
+
msgstr ""
|
197 |
+
"Erro: Você digitou um CAPTCHA com valor incorreto. Clique no botão Voltar do "
|
198 |
+
"seu navegador e tente novamente."
|
199 |
|
200 |
+
#: google-captcha.php:543
|
201 |
msgid "Support"
|
202 |
msgstr "Suporte"
|
203 |
|
204 |
+
#~ msgid "Public Key"
|
205 |
+
#~ msgstr "Chave pública"
|
206 |
+
|
207 |
+
#~ msgid "Private Key"
|
208 |
+
#~ msgstr "Chave privada"
|
209 |
+
|
210 |
+
#~ msgid "Enter public key"
|
211 |
+
#~ msgstr "Digite a chave pública"
|
212 |
+
|
213 |
#~ msgid "Not set"
|
214 |
#~ msgstr "Não definido"
|
215 |
|
276 |
#~ msgid "PHP XML support"
|
277 |
#~ msgstr "Suporte a XML PHP"
|
278 |
|
|
|
|
|
|
|
279 |
#~ msgid "Home URL"
|
280 |
#~ msgstr "URL do início"
|
281 |
|
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_captcha\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2014-
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: the BestWebSoft Team <plugin@bestwebsoft.com>\n"
|
@@ -13,22 +13,22 @@ msgstr ""
|
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SourceCharset: utf-8\n"
|
16 |
-
"X-Generator: Poedit 1.5.
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: google-captcha.php:
|
20 |
msgid "Google Captcha Settings"
|
21 |
msgstr "Настройки Google Captcha"
|
22 |
|
23 |
-
#: google-captcha.php:
|
24 |
msgid "Google Captcha"
|
25 |
msgstr "Google Captcha"
|
26 |
|
27 |
-
#: google-captcha.php:
|
28 |
msgid "requires"
|
29 |
msgstr "требует"
|
30 |
|
31 |
-
#: google-captcha.php:
|
32 |
msgid ""
|
33 |
"or higher, that is why it has been deactivated! Please upgrade WordPress and "
|
34 |
"try again."
|
@@ -36,21 +36,21 @@ msgstr ""
|
|
36 |
"или выше, поэтому плагин был деактивирован! Обновите WordPress и повторите "
|
37 |
"попытку."
|
38 |
|
39 |
-
#: google-captcha.php:
|
40 |
msgid "Back to the WordPress"
|
41 |
msgstr "Вернуться назад на WordPress"
|
42 |
|
43 |
-
#: google-captcha.php:
|
44 |
msgid "Plugins page"
|
45 |
msgstr "Страницу плагинов"
|
46 |
|
47 |
#: google-captcha.php:219
|
48 |
-
msgid "
|
49 |
-
msgstr "
|
50 |
|
51 |
#: google-captcha.php:224
|
52 |
-
msgid "
|
53 |
-
msgstr "
|
54 |
|
55 |
#: google-captcha.php:232
|
56 |
msgid "Login form"
|
@@ -69,8 +69,8 @@ msgid "Comments form"
|
|
69 |
msgstr "Форма комментариев"
|
70 |
|
71 |
#: google-captcha.php:250
|
72 |
-
msgid "Enter
|
73 |
-
msgstr "Введите
|
74 |
|
75 |
#: google-captcha.php:251 google-captcha.php:257
|
76 |
msgid "WARNING: The captcha will not display while you don't fill key fields."
|
@@ -79,14 +79,22 @@ msgstr ""
|
|
79 |
"ключевые поля."
|
80 |
|
81 |
#: google-captcha.php:256
|
82 |
-
msgid "Enter
|
83 |
-
msgstr "Введите
|
84 |
|
85 |
-
#: google-captcha.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
86 |
msgid "Settings saved"
|
87 |
msgstr "Настройки сохранены"
|
88 |
|
89 |
-
#: google-captcha.php:
|
90 |
msgid ""
|
91 |
"If you would like to add the Google Captcha to your own form, just copy and "
|
92 |
"paste this shortcode to your post or page:"
|
@@ -94,92 +102,91 @@ msgstr ""
|
|
94 |
"Если вы хотите добавить Google Captcha в свою форму, просто скопируйте и "
|
95 |
"вставьте в контент страницы или поста этот шорткод:"
|
96 |
|
97 |
-
#: google-captcha.php:
|
98 |
msgid "Authentication"
|
99 |
msgstr "Идентификация"
|
100 |
|
101 |
-
#: google-captcha.php:
|
102 |
#, php-format
|
103 |
msgid "Before you are able to do something, you must to register %s here %s"
|
104 |
msgstr ""
|
105 |
"Прежде чем вы сможете сделать что-нибудь, вы должны зарегистрироваться %s "
|
106 |
"здесь %s"
|
107 |
|
108 |
-
#: google-captcha.php:
|
109 |
-
msgid "Enter
|
110 |
-
msgstr ""
|
111 |
-
"Введите открытый и закрытый ключи, которые вы получили после регистрации."
|
112 |
|
113 |
-
#: google-captcha.php:
|
114 |
msgid "Options"
|
115 |
msgstr "Опции"
|
116 |
|
117 |
-
#: google-captcha.php:
|
118 |
msgid "Enable Google Captcha for:"
|
119 |
msgstr "Отображать Google Captcha для:"
|
120 |
|
121 |
-
#: google-captcha.php:
|
122 |
msgid "Contact form"
|
123 |
msgstr "Contact form"
|
124 |
|
125 |
-
#: google-captcha.php:
|
126 |
msgid "powered by"
|
127 |
msgstr "разработано компанией"
|
128 |
|
129 |
-
#: google-captcha.php:
|
130 |
msgid "Activate contact form"
|
131 |
msgstr "Активировать Contact form"
|
132 |
|
133 |
-
#: google-captcha.php:
|
134 |
msgid "Download contact form"
|
135 |
msgstr "Скачать Contact form"
|
136 |
|
137 |
-
#: google-captcha.php:
|
138 |
msgid "Hide captcha for:"
|
139 |
msgstr "Не показывать Google Captcha для:"
|
140 |
|
141 |
-
#: google-captcha.php:
|
142 |
msgid "Theme:"
|
143 |
msgstr "Тема:"
|
144 |
|
145 |
-
#: google-captcha.php:
|
146 |
msgid "Save Changes"
|
147 |
msgstr "Сохранить изменения"
|
148 |
|
149 |
-
#: google-captcha.php:
|
150 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
151 |
msgstr ""
|
152 |
"Если вам понравился плагин, пожалуйста, поставте нам 5 звезд на WordPress"
|
153 |
|
154 |
-
#: google-captcha.php:
|
155 |
msgid "Rate the plugin"
|
156 |
msgstr "Оценить плагин"
|
157 |
|
158 |
-
#: google-captcha.php:
|
159 |
msgid "If there is something wrong about it, please contact us"
|
160 |
msgstr "Если у вас есть какие-то вопросы, обращайтесь"
|
161 |
|
162 |
-
#: google-captcha.php:
|
163 |
-
msgid "Error: You have entered an incorrect CAPTCHA value."
|
164 |
-
msgstr "Ошибка: Вы ввели неверное значение Captcha."
|
165 |
-
|
166 |
-
#: google-captcha.php:397
|
167 |
msgid "To use Google Captcha you must get the keys from"
|
168 |
msgstr "Чтобы использовать Google Captcha вам необходимо получить ключи"
|
169 |
|
170 |
-
#: google-captcha.php:
|
171 |
msgid "here"
|
172 |
msgstr "здесь"
|
173 |
|
174 |
-
#: google-captcha.php:
|
175 |
msgid "and enter them on the"
|
176 |
msgstr "и вставить их на"
|
177 |
|
178 |
-
#: google-captcha.php:
|
179 |
msgid "plugin setting page"
|
180 |
msgstr "страницу настроек плагина"
|
181 |
|
182 |
-
#: google-captcha.php:
|
|
|
|
|
|
|
|
|
183 |
msgid ""
|
184 |
"Error: You have entered an incorrect CAPTCHA value. Click the BACK button on "
|
185 |
"your browser, and try again."
|
@@ -187,18 +194,19 @@ msgstr ""
|
|
187 |
"Ошибка: Вы ввели неверное значение Captcha. Нажмите копку НАЗАД в своем "
|
188 |
"браузере и попытайтесь еще."
|
189 |
|
190 |
-
#: google-captcha.php:
|
191 |
-
msgid "Settings"
|
192 |
-
msgstr "Настройки"
|
193 |
-
|
194 |
-
#: google-captcha.php:538
|
195 |
-
msgid "FAQ"
|
196 |
-
msgstr "FAQ"
|
197 |
-
|
198 |
-
#: google-captcha.php:539
|
199 |
msgid "Support"
|
200 |
msgstr "Поддержка"
|
201 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
202 |
#, fuzzy
|
203 |
#~ msgid "Activated theme"
|
204 |
#~ msgstr "Активировать Contact form"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: google_captcha\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2014-11-27 15:00+0200\n"
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
|
8 |
"Language-Team: the BestWebSoft Team <plugin@bestwebsoft.com>\n"
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-SourceCharset: utf-8\n"
|
16 |
+
"X-Generator: Poedit 1.5.7\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: google-captcha.php:80 google-captcha.php:277
|
20 |
msgid "Google Captcha Settings"
|
21 |
msgstr "Настройки Google Captcha"
|
22 |
|
23 |
+
#: google-captcha.php:80
|
24 |
msgid "Google Captcha"
|
25 |
msgstr "Google Captcha"
|
26 |
|
27 |
+
#: google-captcha.php:97
|
28 |
msgid "requires"
|
29 |
msgstr "требует"
|
30 |
|
31 |
+
#: google-captcha.php:97
|
32 |
msgid ""
|
33 |
"or higher, that is why it has been deactivated! Please upgrade WordPress and "
|
34 |
"try again."
|
36 |
"или выше, поэтому плагин был деактивирован! Обновите WordPress и повторите "
|
37 |
"попытку."
|
38 |
|
39 |
+
#: google-captcha.php:97
|
40 |
msgid "Back to the WordPress"
|
41 |
msgstr "Вернуться назад на WordPress"
|
42 |
|
43 |
+
#: google-captcha.php:97
|
44 |
msgid "Plugins page"
|
45 |
msgstr "Страницу плагинов"
|
46 |
|
47 |
#: google-captcha.php:219
|
48 |
+
msgid "Site key"
|
49 |
+
msgstr "Ключ"
|
50 |
|
51 |
#: google-captcha.php:224
|
52 |
+
msgid "Secret Key"
|
53 |
+
msgstr "Секретный ключ"
|
54 |
|
55 |
#: google-captcha.php:232
|
56 |
msgid "Login form"
|
69 |
msgstr "Форма комментариев"
|
70 |
|
71 |
#: google-captcha.php:250
|
72 |
+
msgid "Enter site key"
|
73 |
+
msgstr "Введите ключ"
|
74 |
|
75 |
#: google-captcha.php:251 google-captcha.php:257
|
76 |
msgid "WARNING: The captcha will not display while you don't fill key fields."
|
79 |
"ключевые поля."
|
80 |
|
81 |
#: google-captcha.php:256
|
82 |
+
msgid "Enter secret key"
|
83 |
+
msgstr "Введите секретный ключ"
|
84 |
|
85 |
+
#: google-captcha.php:279 google-captcha.php:530 google-captcha.php:541
|
86 |
+
msgid "Settings"
|
87 |
+
msgstr "Настройки"
|
88 |
+
|
89 |
+
#: google-captcha.php:280 google-captcha.php:542
|
90 |
+
msgid "FAQ"
|
91 |
+
msgstr "FAQ"
|
92 |
+
|
93 |
+
#: google-captcha.php:282
|
94 |
msgid "Settings saved"
|
95 |
msgstr "Настройки сохранены"
|
96 |
|
97 |
+
#: google-captcha.php:284
|
98 |
msgid ""
|
99 |
"If you would like to add the Google Captcha to your own form, just copy and "
|
100 |
"paste this shortcode to your post or page:"
|
102 |
"Если вы хотите добавить Google Captcha в свою форму, просто скопируйте и "
|
103 |
"вставьте в контент страницы или поста этот шорткод:"
|
104 |
|
105 |
+
#: google-captcha.php:286
|
106 |
msgid "Authentication"
|
107 |
msgstr "Идентификация"
|
108 |
|
109 |
+
#: google-captcha.php:287
|
110 |
#, php-format
|
111 |
msgid "Before you are able to do something, you must to register %s here %s"
|
112 |
msgstr ""
|
113 |
"Прежде чем вы сможете сделать что-нибудь, вы должны зарегистрироваться %s "
|
114 |
"здесь %s"
|
115 |
|
116 |
+
#: google-captcha.php:288
|
117 |
+
msgid "Enter site key and secret key, that you get after registration."
|
118 |
+
msgstr "Введите ключ и секретный ключ, которые вы получили после регистрации."
|
|
|
119 |
|
120 |
+
#: google-captcha.php:300
|
121 |
msgid "Options"
|
122 |
msgstr "Опции"
|
123 |
|
124 |
+
#: google-captcha.php:303
|
125 |
msgid "Enable Google Captcha for:"
|
126 |
msgstr "Отображать Google Captcha для:"
|
127 |
|
128 |
+
#: google-captcha.php:318 google-captcha.php:321 google-captcha.php:325
|
129 |
msgid "Contact form"
|
130 |
msgstr "Contact form"
|
131 |
|
132 |
+
#: google-captcha.php:319 google-captcha.php:322 google-captcha.php:326
|
133 |
msgid "powered by"
|
134 |
msgstr "разработано компанией"
|
135 |
|
136 |
+
#: google-captcha.php:322
|
137 |
msgid "Activate contact form"
|
138 |
msgstr "Активировать Contact form"
|
139 |
|
140 |
+
#: google-captcha.php:326
|
141 |
msgid "Download contact form"
|
142 |
msgstr "Скачать Contact form"
|
143 |
|
144 |
+
#: google-captcha.php:331
|
145 |
msgid "Hide captcha for:"
|
146 |
msgstr "Не показывать Google Captcha для:"
|
147 |
|
148 |
+
#: google-captcha.php:339
|
149 |
msgid "Theme:"
|
150 |
msgstr "Тема:"
|
151 |
|
152 |
+
#: google-captcha.php:350
|
153 |
msgid "Save Changes"
|
154 |
msgstr "Сохранить изменения"
|
155 |
|
156 |
+
#: google-captcha.php:356
|
157 |
msgid "If you enjoy our plugin, please give it 5 stars on WordPress"
|
158 |
msgstr ""
|
159 |
"Если вам понравился плагин, пожалуйста, поставте нам 5 звезд на WordPress"
|
160 |
|
161 |
+
#: google-captcha.php:357
|
162 |
msgid "Rate the plugin"
|
163 |
msgstr "Оценить плагин"
|
164 |
|
165 |
+
#: google-captcha.php:360
|
166 |
msgid "If there is something wrong about it, please contact us"
|
167 |
msgstr "Если у вас есть какие-то вопросы, обращайтесь"
|
168 |
|
169 |
+
#: google-captcha.php:402
|
|
|
|
|
|
|
|
|
170 |
msgid "To use Google Captcha you must get the keys from"
|
171 |
msgstr "Чтобы использовать Google Captcha вам необходимо получить ключи"
|
172 |
|
173 |
+
#: google-captcha.php:403
|
174 |
msgid "here"
|
175 |
msgstr "здесь"
|
176 |
|
177 |
+
#: google-captcha.php:404
|
178 |
msgid "and enter them on the"
|
179 |
msgstr "и вставить их на"
|
180 |
|
181 |
+
#: google-captcha.php:406
|
182 |
msgid "plugin setting page"
|
183 |
msgstr "страницу настроек плагина"
|
184 |
|
185 |
+
#: google-captcha.php:429
|
186 |
+
msgid "Error: You have entered an incorrect CAPTCHA value."
|
187 |
+
msgstr "Ошибка: Вы ввели неверное значение Captcha."
|
188 |
+
|
189 |
+
#: google-captcha.php:480 google-captcha.php:516
|
190 |
msgid ""
|
191 |
"Error: You have entered an incorrect CAPTCHA value. Click the BACK button on "
|
192 |
"your browser, and try again."
|
194 |
"Ошибка: Вы ввели неверное значение Captcha. Нажмите копку НАЗАД в своем "
|
195 |
"браузере и попытайтесь еще."
|
196 |
|
197 |
+
#: google-captcha.php:543
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
198 |
msgid "Support"
|
199 |
msgstr "Поддержка"
|
200 |
|
201 |
+
#~ msgid "Public Key"
|
202 |
+
#~ msgstr "Открытый ключ"
|
203 |
+
|
204 |
+
#~ msgid "Private Key"
|
205 |
+
#~ msgstr "Закрытый ключ"
|
206 |
+
|
207 |
+
#~ msgid "Enter public key"
|
208 |
+
#~ msgstr "Введите открытый ключ"
|
209 |
+
|
210 |
#, fuzzy
|
211 |
#~ msgid "Activated theme"
|
212 |
#~ msgstr "Активировать Contact form"
|
languages/google_captcha-uk.mo
CHANGED
File without changes
|
languages/google_captcha-uk.po
CHANGED
File without changes
|
languages/google_captcha-zh_TW.mo
CHANGED
File without changes
|
languages/google_captcha-zh_TW.po
CHANGED
File without changes
|
lib/license.txt
CHANGED
File without changes
|
lib/recaptchalib.php
CHANGED
File without changes
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: bestwebsoft
|
|
3 |
Donate link: https://www.2checkout.com/checkout/purchase?sid=1430388&quantity=1&product_id=94
|
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: 4.0
|
7 |
-
Stable tag: 1.
|
8 |
License: GPLv3 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -144,6 +144,9 @@ Please make sure that the problem hasn't been discussed yet on our forum (<a hre
|
|
144 |
|
145 |
== Changelog ==
|
146 |
|
|
|
|
|
|
|
147 |
= V1.09 - 14.11.2014 =
|
148 |
* Bugfix : We fixed the bug with joint displaying Google reCaptcha and Captcha.
|
149 |
* Bugfix : We fixed the bug with wrong answers in custom forms.
|
@@ -191,6 +194,9 @@ Please make sure that the problem hasn't been discussed yet on our forum (<a hre
|
|
191 |
|
192 |
== Upgrade Notice ==
|
193 |
|
|
|
|
|
|
|
194 |
= V1.09 =
|
195 |
We fixed the bug with joint displaying Google reCaptcha and Captcha. We fixed the bug with wrong answers in custom forms. We fixed the bug with login redirect.
|
196 |
|
3 |
Donate link: https://www.2checkout.com/checkout/purchase?sid=1430388&quantity=1&product_id=94
|
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: 4.0.1
|
7 |
+
Stable tag: 1.10
|
8 |
License: GPLv3 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
144 |
|
145 |
== Changelog ==
|
146 |
|
147 |
+
= V1.10 - 26.11.2014 =
|
148 |
+
* Update : We updated url and key names for Google Api.
|
149 |
+
|
150 |
= V1.09 - 14.11.2014 =
|
151 |
* Bugfix : We fixed the bug with joint displaying Google reCaptcha and Captcha.
|
152 |
* Bugfix : We fixed the bug with wrong answers in custom forms.
|
194 |
|
195 |
== Upgrade Notice ==
|
196 |
|
197 |
+
= V1.10 =
|
198 |
+
We updated url and key names for Google Api.
|
199 |
+
|
200 |
= V1.09 =
|
201 |
We fixed the bug with joint displaying Google reCaptcha and Captcha. We fixed the bug with wrong answers in custom forms. We fixed the bug with login redirect.
|
202 |
|
screenshot-1.png
CHANGED
File without changes
|
screenshot-2.png
CHANGED
File without changes
|
screenshot-3.png
CHANGED
File without changes
|
screenshot-4.png
CHANGED
File without changes
|
screenshot-5.png
CHANGED
File without changes
|
screenshot-6.png
CHANGED
File without changes
|